2024-03-22T06:26:03.192 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-22T06:26:03.192 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-03-22_02:08:13-upgrade-squid-distro-default-smithi/7615987 --name teuthology-2024-03-22_02:08:13-upgrade-squid-distro-default-smithi --description upgrade/telemetry-upgrade/pacific-x/{0-random-distro$/{centos_8.stream_container_tools_crun} 0-start 1-tasks} --owner scheduled_teuthology@teuthology --verbose -- /home/teuthworker/archive/teuthology-2024-03-22_02:08:13-upgrade-squid-distro-default-smithi/7615987/orig.config.yaml 2024-03-22T06:26:03.227 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-22T06:26:03.320 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-03-22_02:08:13-upgrade-squid-distro-default-smithi/7615987 branch: squid 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: '7615987' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-03-22_02:08:13-upgrade-squid-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: squid 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: db0330b1e4e2470d52b750e251e55a522b4f7d69 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 768f6cd6e95d0c7a626042719c230df59bdba9d3 owner: scheduled_teuthology@teuthology priority: 100 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: 3446 sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 sleep_before_teardown: 0 subset: 21/32 suite: upgrade suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_768f6cd6e95d0c7a626042719c230df59bdba9d3/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 768f6cd6e95d0c7a626042719c230df59bdba9d3 targets: smithi023.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNcoZaOaRp8oG8op1RU5p97R40iis1RC+4AF6bxndVfDg/qYGBae8vtIz+9o8l4cBSoNEGoJOduwU1/UPf75+zU= smithi028.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJfAPBKP5Bd37hLMotn96avXVnhJkrUiQCmjL4KnxhWnXYYBu0wwmMW3KEhCjEflQtYqxfy7l6LhUV2sg3mEuXA= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-22_02:08:13 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-22T06:26:03.320 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_768f6cd6e95d0c7a626042719c230df59bdba9d3/qa; will attempt to use it 2024-03-22T06:26:03.320 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_768f6cd6e95d0c7a626042719c230df59bdba9d3/qa/tasks 2024-03-22T06:26:03.321 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-22T06:26:03.322 INFO:teuthology.task.internal:Checking packages... 2024-03-22T06:26:03.347 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'db0330b1e4e2470d52b750e251e55a522b4f7d69' 2024-03-22T06:26:03.347 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-22T06:26:03.347 INFO:teuthology.packaging:ref: None 2024-03-22T06:26:03.347 INFO:teuthology.packaging:tag: None 2024-03-22T06:26:03.347 INFO:teuthology.packaging:branch: squid 2024-03-22T06:26:03.347 INFO:teuthology.packaging:sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:26:03.347 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=squid 2024-03-22T06:26:03.498 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1667.gdb0330b1 2024-03-22T06:26:03.500 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-22T06:26:03.506 INFO:teuthology.task.internal:no buildpackages task found 2024-03-22T06:26:03.506 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-22T06:26:03.512 INFO:teuthology.task.internal:Saving configuration 2024-03-22T06:26:03.526 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-22T06:26:03.532 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-22T06:26:03.558 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-03-22_02:08:13-upgrade-squid-distro-default-smithi/7615987', '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-03-22 06:18:56.157642', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNcoZaOaRp8oG8op1RU5p97R40iis1RC+4AF6bxndVfDg/qYGBae8vtIz+9o8l4cBSoNEGoJOduwU1/UPf75+zU='} 2024-03-22T06:26:03.581 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi028.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-03-22_02:08:13-upgrade-squid-distro-default-smithi/7615987', '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-03-22 06:18:56.156125', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJfAPBKP5Bd37hLMotn96avXVnhJkrUiQCmjL4KnxhWnXYYBu0wwmMW3KEhCjEflQtYqxfy7l6LhUV2sg3mEuXA='} 2024-03-22T06:26:03.582 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-22T06:26:03.587 INFO:teuthology.task.internal:roles: ubuntu@smithi023.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-03-22T06:26:03.588 INFO:teuthology.task.internal:roles: ubuntu@smithi028.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-03-22T06:26:03.588 INFO:teuthology.run_tasks:Running task console_log... 2024-03-22T06:26:03.662 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f36034650d0>, signals=[15]) 2024-03-22T06:26:03.662 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-22T06:26:03.668 INFO:teuthology.task.internal:Opening connections... 2024-03-22T06:26:03.668 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi023.front.sepia.ceph.com 2024-03-22T06:26:03.670 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-22T06:26:03.745 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi028.front.sepia.ceph.com 2024-03-22T06:26:03.746 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-22T06:26:03.819 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-22T06:26:03.826 DEBUG:teuthology.orchestra.run.smithi023:> uname -m 2024-03-22T06:26:03.849 INFO:teuthology.orchestra.run.smithi023.stdout:x86_64 2024-03-22T06:26:03.849 DEBUG:teuthology.orchestra.run.smithi023:> cat /etc/os-release 2024-03-22T06:26:03.911 INFO:teuthology.orchestra.run.smithi023.stdout:NAME="CentOS Stream" 2024-03-22T06:26:03.911 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION="8" 2024-03-22T06:26:03.911 INFO:teuthology.orchestra.run.smithi023.stdout:ID="centos" 2024-03-22T06:26:03.911 INFO:teuthology.orchestra.run.smithi023.stdout:ID_LIKE="rhel fedora" 2024-03-22T06:26:03.911 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION_ID="8" 2024-03-22T06:26:03.911 INFO:teuthology.orchestra.run.smithi023.stdout:PLATFORM_ID="platform:el8" 2024-03-22T06:26:03.911 INFO:teuthology.orchestra.run.smithi023.stdout:PRETTY_NAME="CentOS Stream 8" 2024-03-22T06:26:03.911 INFO:teuthology.orchestra.run.smithi023.stdout:ANSI_COLOR="0;31" 2024-03-22T06:26:03.911 INFO:teuthology.orchestra.run.smithi023.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-03-22T06:26:03.911 INFO:teuthology.orchestra.run.smithi023.stdout:HOME_URL="https://centos.org/" 2024-03-22T06:26:03.911 INFO:teuthology.orchestra.run.smithi023.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-22T06:26:03.912 INFO:teuthology.orchestra.run.smithi023.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-03-22T06:26:03.912 INFO:teuthology.orchestra.run.smithi023.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-22T06:26:03.912 INFO:teuthology.lock.ops:Updating smithi023.front.sepia.ceph.com on lock server 2024-03-22T06:26:03.938 DEBUG:teuthology.orchestra.run.smithi028:> uname -m 2024-03-22T06:26:03.961 INFO:teuthology.orchestra.run.smithi028.stdout:x86_64 2024-03-22T06:26:03.961 DEBUG:teuthology.orchestra.run.smithi028:> cat /etc/os-release 2024-03-22T06:26:04.024 INFO:teuthology.orchestra.run.smithi028.stdout:NAME="CentOS Stream" 2024-03-22T06:26:04.024 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION="8" 2024-03-22T06:26:04.024 INFO:teuthology.orchestra.run.smithi028.stdout:ID="centos" 2024-03-22T06:26:04.024 INFO:teuthology.orchestra.run.smithi028.stdout:ID_LIKE="rhel fedora" 2024-03-22T06:26:04.024 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_ID="8" 2024-03-22T06:26:04.024 INFO:teuthology.orchestra.run.smithi028.stdout:PLATFORM_ID="platform:el8" 2024-03-22T06:26:04.024 INFO:teuthology.orchestra.run.smithi028.stdout:PRETTY_NAME="CentOS Stream 8" 2024-03-22T06:26:04.024 INFO:teuthology.orchestra.run.smithi028.stdout:ANSI_COLOR="0;31" 2024-03-22T06:26:04.024 INFO:teuthology.orchestra.run.smithi028.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-03-22T06:26:04.025 INFO:teuthology.orchestra.run.smithi028.stdout:HOME_URL="https://centos.org/" 2024-03-22T06:26:04.025 INFO:teuthology.orchestra.run.smithi028.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-22T06:26:04.025 INFO:teuthology.orchestra.run.smithi028.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-03-22T06:26:04.025 INFO:teuthology.orchestra.run.smithi028.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-22T06:26:04.025 INFO:teuthology.lock.ops:Updating smithi028.front.sepia.ceph.com on lock server 2024-03-22T06:26:04.046 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-22T06:26:04.055 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-22T06:26:04.060 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-22T06:26:04.060 DEBUG:teuthology.orchestra.run.smithi023:> test '!' -e /home/ubuntu/cephtest 2024-03-22T06:26:04.063 DEBUG:teuthology.orchestra.run.smithi028:> test '!' -e /home/ubuntu/cephtest 2024-03-22T06:26:04.085 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-22T06:26:04.091 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-22T06:26:04.091 DEBUG:teuthology.orchestra.run.smithi023:> test -z $(ls -A /var/lib/ceph) 2024-03-22T06:26:04.125 DEBUG:teuthology.orchestra.run.smithi028:> test -z $(ls -A /var/lib/ceph) 2024-03-22T06:26:04.154 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-22T06:26:04.203 INFO:teuthology.run_tasks:Running task kernel... 2024-03-22T06:26:04.218 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-22T06:26:04.218 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-22T06:26:04.218 DEBUG:teuthology.orchestra.run.smithi023:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-22T06:26:04.219 DEBUG:teuthology.orchestra.run.smithi028:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-22T06:26:04.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-22T06:26:04.240 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2024-03-22T06:26:04.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-22T06:26:04.241 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2024-03-22T06:26:04.302 INFO:teuthology.orchestra.run.smithi028.stdout:4.18.0-489.el8.x86_64 2024-03-22T06:26:04.302 INFO:teuthology.task.kernel:Running kernel on smithi028: 4.18.0-489.el8.x86_64 2024-03-22T06:26:04.302 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum install -y kernel 2024-03-22T06:26:04.305 INFO:teuthology.orchestra.run.smithi023.stdout:4.18.0-489.el8.x86_64 2024-03-22T06:26:04.306 INFO:teuthology.task.kernel:Running kernel on smithi023: 4.18.0-489.el8.x86_64 2024-03-22T06:26:04.306 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum install -y kernel 2024-03-22T06:26:08.836 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - AppStream 14 MB/s | 28 MB 00:01 2024-03-22T06:26:08.918 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - AppStream 14 MB/s | 28 MB 00:02 2024-03-22T06:26:14.702 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 10 MB 00:00 2024-03-22T06:26:14.764 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 10 MB 00:00 2024-03-22T06:26:16.794 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - Extras 48 kB/s | 18 kB 00:00 2024-03-22T06:26:16.864 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2024-03-22T06:26:17.206 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - Extras common packages 33 kB/s | 7.5 kB 00:00 2024-03-22T06:26:17.303 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 7.5 kB 00:00 2024-03-22T06:26:17.516 INFO:teuthology.orchestra.run.smithi028.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2024-03-22T06:26:17.547 INFO:teuthology.orchestra.run.smithi023.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-03-22T06:26:18.247 INFO:teuthology.orchestra.run.smithi023.stdout:Extra Packages for Enterprise Linux 27 MB/s | 16 MB 00:00 2024-03-22T06:26:18.317 INFO:teuthology.orchestra.run.smithi028.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2024-03-22T06:26:22.189 INFO:teuthology.orchestra.run.smithi023.stdout:lab-extras 420 kB/s | 24 kB 00:00 2024-03-22T06:26:22.325 INFO:teuthology.orchestra.run.smithi028.stdout:lab-extras 292 kB/s | 24 kB 00:00 2024-03-22T06:26:25.561 INFO:teuthology.orchestra.run.smithi023.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-03-22T06:26:25.561 INFO:teuthology.orchestra.run.smithi023.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-03-22T06:26:25.601 INFO:teuthology.orchestra.run.smithi028.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-03-22T06:26:25.602 INFO:teuthology.orchestra.run.smithi028.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-03-22T06:26:25.677 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:26:25.678 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:26:25.678 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2024-03-22T06:26:25.678 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:26:25.678 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:26:25.678 INFO:teuthology.orchestra.run.smithi023.stdout: kernel x86_64 4.18.0-546.el8 baseos 10 M 2024-03-22T06:26:25.678 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-03-22T06:26:25.678 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-core x86_64 4.18.0-546.el8 baseos 44 M 2024-03-22T06:26:25.678 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-modules x86_64 4.18.0-546.el8 baseos 36 M 2024-03-22T06:26:25.678 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:26:25.678 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:26:25.679 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:26:25.679 INFO:teuthology.orchestra.run.smithi023.stdout:Install 3 Packages 2024-03-22T06:26:25.679 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:26:25.679 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 90 M 2024-03-22T06:26:25.679 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 97 M 2024-03-22T06:26:25.679 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:26:25.723 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:26:25.723 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:26:25.724 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-03-22T06:26:25.724 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:26:25.724 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:26:25.724 INFO:teuthology.orchestra.run.smithi028.stdout: kernel x86_64 4.18.0-546.el8 baseos 10 M 2024-03-22T06:26:25.724 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-03-22T06:26:25.724 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-core x86_64 4.18.0-546.el8 baseos 44 M 2024-03-22T06:26:25.724 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-modules x86_64 4.18.0-546.el8 baseos 36 M 2024-03-22T06:26:25.724 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:26:25.724 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:26:25.724 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:26:25.724 INFO:teuthology.orchestra.run.smithi028.stdout:Install 3 Packages 2024-03-22T06:26:25.724 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:26:25.725 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 90 M 2024-03-22T06:26:25.725 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 97 M 2024-03-22T06:26:25.725 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:26:26.307 INFO:teuthology.orchestra.run.smithi023.stdout:(1/3): kernel-4.18.0-546.el8.x86_64.rpm 23 MB/s | 10 MB 00:00 2024-03-22T06:26:26.769 INFO:teuthology.orchestra.run.smithi028.stdout:(1/3): kernel-4.18.0-546.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2024-03-22T06:26:26.999 INFO:teuthology.orchestra.run.smithi023.stdout:(2/3): kernel-modules-4.18.0-546.el8.x86_64.rpm 32 MB/s | 36 MB 00:01 2024-03-22T06:26:27.491 INFO:teuthology.orchestra.run.smithi023.stdout:(3/3): kernel-core-4.18.0-546.el8.x86_64.rpm 27 MB/s | 44 MB 00:01 2024-03-22T06:26:27.491 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:26:27.491 INFO:teuthology.orchestra.run.smithi023.stdout:Total 50 MB/s | 90 MB 00:01 2024-03-22T06:26:27.827 INFO:teuthology.orchestra.run.smithi028.stdout:(2/3): kernel-core-4.18.0-546.el8.x86_64.rpm 23 MB/s | 44 MB 00:01 2024-03-22T06:26:28.169 INFO:teuthology.orchestra.run.smithi028.stdout:(3/3): kernel-modules-4.18.0-546.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2024-03-22T06:26:28.170 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:26:28.170 INFO:teuthology.orchestra.run.smithi028.stdout:Total 37 MB/s | 90 MB 00:02 2024-03-22T06:26:28.211 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:26:28.653 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:26:28.653 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:26:28.886 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:26:29.335 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:26:29.335 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:26:29.956 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:26:29.981 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:26:30.639 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:26:30.680 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:26:32.913 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:26:33.414 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-core-4.18.0-546.el8.x86_64 1/3 2024-03-22T06:26:33.680 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:26:34.297 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-core-4.18.0-546.el8.x86_64 1/3 2024-03-22T06:26:37.122 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-core-4.18.0-546.el8.x86_64 1/3 2024-03-22T06:26:37.514 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-modules-4.18.0-546.el8.x86_64 2/3 2024-03-22T06:26:38.023 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-core-4.18.0-546.el8.x86_64 1/3 2024-03-22T06:26:38.430 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-modules-4.18.0-546.el8.x86_64 2/3 2024-03-22T06:26:41.200 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-modules-4.18.0-546.el8.x86_64 2/3 2024-03-22T06:26:41.475 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-4.18.0-546.el8.x86_64 3/3 2024-03-22T06:26:42.120 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-modules-4.18.0-546.el8.x86_64 2/3 2024-03-22T06:26:42.400 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-4.18.0-546.el8.x86_64 3/3 2024-03-22T06:27:04.893 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-core-4.18.0-546.el8.x86_64 3/3 2024-03-22T06:27:04.916 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-modules-4.18.0-546.el8.x86_64 3/3 2024-03-22T06:27:05.286 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-4.18.0-546.el8.x86_64 3/3 2024-03-22T06:27:05.286 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-4.18.0-546.el8.x86_64 1/3 2024-03-22T06:27:05.286 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-core-4.18.0-546.el8.x86_64 2/3 2024-03-22T06:27:05.782 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-core-4.18.0-546.el8.x86_64 3/3 2024-03-22T06:27:05.791 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-modules-4.18.0-546.el8.x86_64 3/3 2024-03-22T06:27:05.791 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:27:05.791 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:27:05.791 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-4.18.0-546.el8.x86_64 kernel-core-4.18.0-546.el8.x86_64 2024-03-22T06:27:05.791 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-modules-4.18.0-546.el8.x86_64 2024-03-22T06:27:05.791 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:27:05.791 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:27:05.804 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-modules-4.18.0-546.el8.x86_64 3/3 2024-03-22T06:27:05.935 DEBUG:teuthology.orchestra.run.smithi023:> rpm -q kernel | sort -rV | head -n 1 2024-03-22T06:27:06.204 INFO:teuthology.orchestra.run.smithi023.stdout:kernel-4.18.0-546.el8.x86_64 2024-03-22T06:27:06.204 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-546.el8.x86_64 2024-03-22T06:27:06.204 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-546.el8.x86_64 2024-03-22T06:27:06.204 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-22T06:27:06.204 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-22T06:27:06.204 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-03-22T06:27:06.204 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi023.front.sepia.ceph.com, path=None, version=distro) 2024-03-22T06:27:06.205 DEBUG:teuthology.orchestra.run.smithi023:> rpm -q kernel | sort -rV | head -n 1 2024-03-22T06:27:06.207 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-4.18.0-546.el8.x86_64 3/3 2024-03-22T06:27:06.207 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-4.18.0-546.el8.x86_64 1/3 2024-03-22T06:27:06.207 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-core-4.18.0-546.el8.x86_64 2/3 2024-03-22T06:27:06.423 INFO:teuthology.orchestra.run.smithi023.stdout:kernel-4.18.0-546.el8.x86_64 2024-03-22T06:27:06.424 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-546.el8.x86_64 2024-03-22T06:27:06.424 DEBUG:teuthology.orchestra.run.smithi023:> sudo rpm -qi grub2-tools 2024-03-22T06:27:06.458 INFO:teuthology.orchestra.run.smithi023.stdout:Name : grub2-tools 2024-03-22T06:27:06.458 INFO:teuthology.orchestra.run.smithi023.stdout:Epoch : 1 2024-03-22T06:27:06.458 INFO:teuthology.orchestra.run.smithi023.stdout:Version : 2.02 2024-03-22T06:27:06.458 INFO:teuthology.orchestra.run.smithi023.stdout:Release : 129.el8 2024-03-22T06:27:06.458 INFO:teuthology.orchestra.run.smithi023.stdout:Architecture: x86_64 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:Group : System Environment/Base 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:Size : 9265586 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:License : GPLv3+ 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:Build Host : kbuilder.bsys.centos.org 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:Relocations : (not relocatable) 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:Packager : CentOS BuildSystem 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:Vendor : CentOS 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:Summary : Support tools for GRUB. 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:Description : 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:27:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-22T06:27:06.460 INFO:teuthology.orchestra.run.smithi023.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-22T06:27:06.460 INFO:teuthology.orchestra.run.smithi023.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-22T06:27:06.460 INFO:teuthology.orchestra.run.smithi023.stdout:hardware devices. 2024-03-22T06:27:06.460 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:27:06.460 INFO:teuthology.orchestra.run.smithi023.stdout:This subpackage provides tools for support of all platforms. 2024-03-22T06:27:06.460 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-22T06:27:06.461 INFO:teuthology.task.kernel:Updating grub on smithi023 to boot 4.18.0-546.el8.x86_64 2024-03-22T06:27:06.461 DEBUG:teuthology.orchestra.run.smithi023:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-22T06:27:06.736 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-modules-4.18.0-546.el8.x86_64 3/3 2024-03-22T06:27:06.736 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:27:06.736 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:27:06.736 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-4.18.0-546.el8.x86_64 kernel-core-4.18.0-546.el8.x86_64 2024-03-22T06:27:06.736 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-modules-4.18.0-546.el8.x86_64 2024-03-22T06:27:06.736 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:27:06.736 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:27:06.878 DEBUG:teuthology.orchestra.run.smithi028:> rpm -q kernel | sort -rV | head -n 1 2024-03-22T06:27:07.105 INFO:teuthology.orchestra.run.smithi028.stdout:kernel-4.18.0-546.el8.x86_64 2024-03-22T06:27:07.105 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-546.el8.x86_64 2024-03-22T06:27:07.106 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-546.el8.x86_64 2024-03-22T06:27:07.106 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-22T06:27:07.106 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-22T06:27:07.106 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-03-22T06:27:07.106 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi028.front.sepia.ceph.com, path=None, version=distro) 2024-03-22T06:27:07.106 DEBUG:teuthology.orchestra.run.smithi028:> rpm -q kernel | sort -rV | head -n 1 2024-03-22T06:27:07.326 INFO:teuthology.orchestra.run.smithi028.stdout:kernel-4.18.0-546.el8.x86_64 2024-03-22T06:27:07.326 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-546.el8.x86_64 2024-03-22T06:27:07.327 DEBUG:teuthology.orchestra.run.smithi028:> sudo rpm -qi grub2-tools 2024-03-22T06:27:07.362 INFO:teuthology.orchestra.run.smithi028.stdout:Name : grub2-tools 2024-03-22T06:27:07.362 INFO:teuthology.orchestra.run.smithi028.stdout:Epoch : 1 2024-03-22T06:27:07.362 INFO:teuthology.orchestra.run.smithi028.stdout:Version : 2.02 2024-03-22T06:27:07.362 INFO:teuthology.orchestra.run.smithi028.stdout:Release : 129.el8 2024-03-22T06:27:07.362 INFO:teuthology.orchestra.run.smithi028.stdout:Architecture: x86_64 2024-03-22T06:27:07.362 INFO:teuthology.orchestra.run.smithi028.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-03-22T06:27:07.362 INFO:teuthology.orchestra.run.smithi028.stdout:Group : System Environment/Base 2024-03-22T06:27:07.362 INFO:teuthology.orchestra.run.smithi028.stdout:Size : 9265586 2024-03-22T06:27:07.362 INFO:teuthology.orchestra.run.smithi028.stdout:License : GPLv3+ 2024-03-22T06:27:07.362 INFO:teuthology.orchestra.run.smithi028.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:Build Host : kbuilder.bsys.centos.org 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:Relocations : (not relocatable) 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:Packager : CentOS BuildSystem 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:Vendor : CentOS 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:Summary : Support tools for GRUB. 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:Description : 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout:hardware devices. 2024-03-22T06:27:07.363 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:27:07.364 INFO:teuthology.orchestra.run.smithi028.stdout:This subpackage provides tools for support of all platforms. 2024-03-22T06:27:07.365 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-22T06:27:07.365 INFO:teuthology.task.kernel:Updating grub on smithi028 to boot 4.18.0-546.el8.x86_64 2024-03-22T06:27:07.365 DEBUG:teuthology.orchestra.run.smithi028:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-22T06:27:07.949 INFO:teuthology.orchestra.run.smithi023.stderr:Generating grub configuration file ... 2024-03-22T06:27:08.898 INFO:teuthology.orchestra.run.smithi028.stderr:Generating grub configuration file ... 2024-03-22T06:27:10.109 INFO:teuthology.orchestra.run.smithi023.stderr:done 2024-03-22T06:27:10.111 DEBUG:teuthology.orchestra.run.smithi023:> mktemp 2024-03-22T06:27:10.144 INFO:teuthology.orchestra.run.smithi023.stdout:/tmp/tmp.QKhDbcWFN9 2024-03-22T06:27:10.144 DEBUG:teuthology.orchestra.run.smithi023:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.QKhDbcWFN9 2024-03-22T06:27:10.223 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0666 /tmp/tmp.QKhDbcWFN9 2024-03-22T06:27:10.366 DEBUG:teuthology.orchestra.remote:smithi023:/tmp/tmp.QKhDbcWFN9 is 6KB 2024-03-22T06:27:10.414 DEBUG:teuthology.orchestra.run.smithi023:> rm -fr /tmp/tmp.QKhDbcWFN9 2024-03-22T06:27:10.431 DEBUG:teuthology.orchestra.run.smithi023:> sudo /bin/ls /boot/loader/entries || true 2024-03-22T06:27:10.504 INFO:teuthology.orchestra.run.smithi023.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-03-22T06:27:10.505 INFO:teuthology.orchestra.run.smithi023.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-03-22T06:27:10.505 INFO:teuthology.orchestra.run.smithi023.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-03-22T06:27:10.505 INFO:teuthology.orchestra.run.smithi023.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-546.el8.x86_64.conf 2024-03-22T06:27:10.506 DEBUG:teuthology.orchestra.run.smithi023:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-546.el8.x86_64 2024-03-22T06:27:10.677 DEBUG:teuthology.orchestra.run.smithi023:> sudo shutdown -r now 2024-03-22T06:27:11.355 INFO:teuthology.orchestra.run.smithi028.stderr:done 2024-03-22T06:27:11.356 DEBUG:teuthology.orchestra.run.smithi028:> mktemp 2024-03-22T06:27:11.388 INFO:teuthology.orchestra.run.smithi028.stdout:/tmp/tmp.ziasWkiZH6 2024-03-22T06:27:11.388 DEBUG:teuthology.orchestra.run.smithi028:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ziasWkiZH6 2024-03-22T06:27:11.460 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 0666 /tmp/tmp.ziasWkiZH6 2024-03-22T06:27:11.596 DEBUG:teuthology.orchestra.remote:smithi028:/tmp/tmp.ziasWkiZH6 is 6KB 2024-03-22T06:27:11.646 DEBUG:teuthology.orchestra.run.smithi028:> rm -fr /tmp/tmp.ziasWkiZH6 2024-03-22T06:27:11.663 DEBUG:teuthology.orchestra.run.smithi028:> sudo /bin/ls /boot/loader/entries || true 2024-03-22T06:27:11.734 INFO:teuthology.orchestra.run.smithi028.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-03-22T06:27:11.734 INFO:teuthology.orchestra.run.smithi028.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-03-22T06:27:11.734 INFO:teuthology.orchestra.run.smithi028.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-03-22T06:27:11.734 INFO:teuthology.orchestra.run.smithi028.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-546.el8.x86_64.conf 2024-03-22T06:27:11.735 DEBUG:teuthology.orchestra.run.smithi028:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-546.el8.x86_64 2024-03-22T06:27:11.873 DEBUG:teuthology.orchestra.run.smithi028:> sudo shutdown -r now 2024-03-22T06:27:40.706 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-03-22T06:27:40.707 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-03-22T06:27:40.708 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-22T06:27:41.877 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-03-22T06:27:41.877 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-03-22T06:27:41.878 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-22T06:28:15.263 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-03-22T06:28:24.271 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-03-22T06:28:24.272 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-22T06:28:27.330 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-03-22T06:28:39.342 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-03-22T06:28:39.343 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-22T06:28:41.882 DEBUG:teuthology.orchestra.remote:timed out 2024-03-22T06:28:42.398 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-03-22T06:28:50.890 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-03-22T06:28:50.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-22T06:28:51.287 DEBUG:teuthology.orchestra.run.smithi028:> true 2024-03-22T06:28:51.597 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-03-22T06:28:51.598 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-546.el8.x86_64"... 2024-03-22T06:28:51.598 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2024-03-22T06:28:51.626 INFO:teuthology.orchestra.run.smithi028.stdout:4.18.0-546.el8.x86_64 2024-03-22T06:28:51.627 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-546.el8.x86_64 vs 4.18.0-546.el8.x86_64 2024-03-22T06:28:51.627 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-22T06:28:51.627 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-22T06:28:52.628 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-03-22T06:28:52.628 DEBUG:teuthology.orchestra.run.smithi028:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-22T06:28:52.713 INFO:teuthology.orchestra.run.smithi028.stdout:ttyS1 2024-03-22T06:28:52.725 DEBUG:teuthology.parallel:result is None 2024-03-22T06:28:57.399 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-03-22T06:28:57.400 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-22T06:29:15.934 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-03-22T06:29:33.936 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-03-22T06:29:33.937 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-22T06:29:35.102 DEBUG:teuthology.orchestra.run.smithi023:> true 2024-03-22T06:29:35.676 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-03-22T06:29:35.677 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-546.el8.x86_64"... 2024-03-22T06:29:35.677 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2024-03-22T06:29:35.695 INFO:teuthology.orchestra.run.smithi023.stdout:4.18.0-546.el8.x86_64 2024-03-22T06:29:35.695 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-546.el8.x86_64 vs 4.18.0-546.el8.x86_64 2024-03-22T06:29:35.695 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-22T06:29:35.695 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-22T06:29:36.696 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-03-22T06:29:36.696 DEBUG:teuthology.orchestra.run.smithi023:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-22T06:29:36.764 INFO:teuthology.orchestra.run.smithi023.stdout:ttyS1 2024-03-22T06:29:36.780 DEBUG:teuthology.parallel:result is None 2024-03-22T06:29:36.780 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-22T06:29:36.788 INFO:teuthology.task.internal:Creating test directory... 2024-03-22T06:29:36.788 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-22T06:29:36.790 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-22T06:29:36.814 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-22T06:29:36.822 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-22T06:29:36.833 INFO:teuthology.task.internal:Creating archive directory... 2024-03-22T06:29:36.834 DEBUG:teuthology.orchestra.run.smithi023:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-22T06:29:36.852 DEBUG:teuthology.orchestra.run.smithi028:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-22T06:29:36.889 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-22T06:29:36.896 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-22T06:29:36.896 DEBUG:teuthology.orchestra.run.smithi023:> 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-03-22T06:29:36.920 DEBUG:teuthology.orchestra.run.smithi028:> 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-03-22T06:29:36.953 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-22T06:29:36.956 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-22T06:29:36.963 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-22T06:29:36.968 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-22T06:29:36.969 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-22T06:29:36.977 INFO:teuthology.task.internal:Configuring sudo... 2024-03-22T06:29:36.977 DEBUG:teuthology.orchestra.run.smithi023:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-22T06:29:37.007 DEBUG:teuthology.orchestra.run.smithi028:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-22T06:29:37.040 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-22T06:29:37.049 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-22T06:29:37.049 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-22T06:29:37.077 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-22T06:29:37.099 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-22T06:29:37.184 DEBUG:teuthology.orchestra.run.smithi023:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-22T06:29:37.232 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-22T06:29:37.316 DEBUG:teuthology.orchestra.run.smithi023:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-22T06:29:37.360 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:29:37.360 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-22T06:29:37.427 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-22T06:29:37.479 DEBUG:teuthology.orchestra.run.smithi028:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-22T06:29:37.534 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-22T06:29:37.617 DEBUG:teuthology.orchestra.run.smithi028:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-22T06:29:37.665 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-22T06:29:37.666 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-22T06:29:37.735 DEBUG:teuthology.orchestra.run.smithi023:> sudo service rsyslog restart 2024-03-22T06:29:37.737 DEBUG:teuthology.orchestra.run.smithi028:> sudo service rsyslog restart 2024-03-22T06:29:37.786 INFO:teuthology.orchestra.run.smithi023.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-22T06:29:37.840 INFO:teuthology.orchestra.run.smithi028.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-22T06:29:38.175 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-22T06:29:38.183 INFO:teuthology.task.internal:Starting timer... 2024-03-22T06:29:38.183 INFO:teuthology.run_tasks:Running task pcp... 2024-03-22T06:29:38.196 INFO:teuthology.run_tasks:Running task selinux... 2024-03-22T06:29:38.206 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-22T06:29:38.207 DEBUG:teuthology.orchestra.run.smithi023:> sudo service auditd rotate 2024-03-22T06:29:38.297 INFO:teuthology.orchestra.run.smithi023.stdout:Rotating logs: 2024-03-22T06:29:38.299 DEBUG:teuthology.orchestra.run.smithi028:> sudo service auditd rotate 2024-03-22T06:29:38.395 INFO:teuthology.orchestra.run.smithi028.stdout:Rotating logs: 2024-03-22T06:29:38.397 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-22T06:29:38.397 DEBUG:teuthology.orchestra.run.smithi023:> /usr/sbin/getenforce 2024-03-22T06:29:38.420 INFO:teuthology.orchestra.run.smithi023.stdout:Permissive 2024-03-22T06:29:38.420 DEBUG:teuthology.orchestra.run.smithi028:> /usr/sbin/getenforce 2024-03-22T06:29:38.455 INFO:teuthology.orchestra.run.smithi028.stdout:Permissive 2024-03-22T06:29:38.455 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi023.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi028.front.sepia.ceph.com': 'permissive'} 2024-03-22T06:29:38.455 DEBUG:teuthology.orchestra.run.smithi023:> 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 2024-03-22T06:29:38.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-22T06:29:38.489 DEBUG:teuthology.orchestra.run.smithi028:> 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 2024-03-22T06:29:38.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-22T06:29:38.524 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-22T06:29:38.525 DEBUG:teuthology.orchestra.run.smithi023:> sudo /usr/sbin/setenforce permissive 2024-03-22T06:29:38.558 DEBUG:teuthology.orchestra.run.smithi028:> sudo /usr/sbin/setenforce permissive 2024-03-22T06:29:38.593 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-22T06:29:38.603 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-03-22T06:29:38.607 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-03-22T06:29:38.733 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-22T06:29:38.747 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-03-22T06:29:38.749 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi023.front.sepia.ceph.com,smithi028.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-22T06:35:42.276 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi023.front.sepia.ceph.com'), Remote(name='ubuntu@smithi028.front.sepia.ceph.com')] 2024-03-22T06:35:42.292 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-03-22T06:35:42.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-22T06:35:42.371 DEBUG:teuthology.orchestra.run.smithi023:> true 2024-03-22T06:35:42.448 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-03-22T06:35:42.449 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-03-22T06:35:42.449 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-22T06:35:42.526 DEBUG:teuthology.orchestra.run.smithi028:> true 2024-03-22T06:35:42.594 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-03-22T06:35:42.594 INFO:teuthology.run_tasks:Running task clock... 2024-03-22T06:35:42.607 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-22T06:35:42.608 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-22T06:35:42.608 DEBUG:teuthology.orchestra.run.smithi023:> 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-03-22T06:35:42.611 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-22T06:35:42.611 DEBUG:teuthology.orchestra.run.smithi028:> 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-03-22T06:35:42.647 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-22T06:35:42.662 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-22T06:35:42.668 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-22T06:35:42.683 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-22T06:35:42.747 INFO:teuthology.orchestra.run.smithi023.stderr:sudo: ntpd: command not found 2024-03-22T06:35:42.748 INFO:teuthology.orchestra.run.smithi028.stderr:sudo: ntpd: command not found 2024-03-22T06:35:42.759 INFO:teuthology.orchestra.run.smithi023.stdout:506 Cannot talk to daemon 2024-03-22T06:35:42.760 INFO:teuthology.orchestra.run.smithi028.stdout:506 Cannot talk to daemon 2024-03-22T06:35:42.774 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-22T06:35:42.774 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-22T06:35:42.787 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-22T06:35:42.788 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-22T06:35:42.851 INFO:teuthology.orchestra.run.smithi023.stderr:bash: ntpq: command not found 2024-03-22T06:35:42.852 INFO:teuthology.orchestra.run.smithi028.stderr:bash: ntpq: command not found 2024-03-22T06:35:42.854 INFO:teuthology.orchestra.run.smithi023.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-22T06:35:42.854 INFO:teuthology.orchestra.run.smithi023.stdout:=============================================================================== 2024-03-22T06:35:42.854 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-22T06:35:42.854 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-22T06:35:42.854 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-22T06:35:42.855 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-22T06:35:42.856 INFO:teuthology.orchestra.run.smithi028.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-22T06:35:42.856 INFO:teuthology.orchestra.run.smithi028.stdout:=============================================================================== 2024-03-22T06:35:42.856 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-22T06:35:42.856 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-22T06:35:42.856 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-22T06:35:42.857 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-22T06:35:42.857 INFO:teuthology.run_tasks:Running task pexec... 2024-03-22T06:35:42.866 INFO:teuthology.task.pexec:Executing custom commands... 2024-03-22T06:35:42.866 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi023.front.sepia.ceph.com 2024-03-22T06:35:42.867 DEBUG:teuthology.orchestra.run.smithi023:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-22T06:35:42.867 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi028.front.sepia.ceph.com 2024-03-22T06:35:42.867 DEBUG:teuthology.orchestra.run.smithi028:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-22T06:35:43.686 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:27 ago on Fri 22 Mar 2024 06:34:16 AM UTC. 2024-03-22T06:35:43.693 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:27 ago on Fri 22 Mar 2024 06:34:16 AM UTC. 2024-03-22T06:35:45.929 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:35:45.930 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:35:45.930 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2024-03-22T06:35:45.930 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:35:45.931 INFO:teuthology.orchestra.run.smithi023.stdout:Resetting modules: 2024-03-22T06:35:45.931 INFO:teuthology.orchestra.run.smithi023.stdout: container-tools 2024-03-22T06:35:45.931 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:35:45.931 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:35:45.931 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:35:45.931 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:35:45.946 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:35:45.947 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:35:45.947 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-03-22T06:35:45.947 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:35:45.947 INFO:teuthology.orchestra.run.smithi028.stdout:Resetting modules: 2024-03-22T06:35:45.947 INFO:teuthology.orchestra.run.smithi028.stdout: container-tools 2024-03-22T06:35:45.947 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:35:45.947 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:35:45.948 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:35:45.948 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:35:46.196 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:35:46.201 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:35:47.051 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:30 ago on Fri 22 Mar 2024 06:34:16 AM UTC. 2024-03-22T06:35:47.069 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:30 ago on Fri 22 Mar 2024 06:34:16 AM UTC. 2024-03-22T06:35:49.307 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:35:49.324 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:35:49.348 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:35:49.348 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-03-22T06:35:49.348 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:35:49.348 INFO:teuthology.orchestra.run.smithi028.stdout:Installing group/module packages: 2024-03-22T06:35:49.348 INFO:teuthology.orchestra.run.smithi028.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-03-22T06:35:49.348 INFO:teuthology.orchestra.run.smithi028.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-03-22T06:35:49.348 INFO:teuthology.orchestra.run.smithi028.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-03-22T06:35:49.348 INFO:teuthology.orchestra.run.smithi028.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-03-22T06:35:49.348 INFO:teuthology.orchestra.run.smithi028.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-03-22T06:35:49.348 INFO:teuthology.orchestra.run.smithi028.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout:Installing weak dependencies: 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout:Installing module profiles: 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout: container-tools/common 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling module streams: 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout: container-tools rhel8 2024-03-22T06:35:49.349 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:35:49.350 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:35:49.350 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:35:49.350 INFO:teuthology.orchestra.run.smithi028.stdout:Install 13 Packages 2024-03-22T06:35:49.350 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:35:49.350 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 27 M 2024-03-22T06:35:49.350 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 91 M 2024-03-22T06:35:49.350 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:35:49.366 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:35:49.366 INFO:teuthology.orchestra.run.smithi023.stdout: Package Arch Version Repository Size 2024-03-22T06:35:49.366 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:35:49.366 INFO:teuthology.orchestra.run.smithi023.stdout:Installing group/module packages: 2024-03-22T06:35:49.366 INFO:teuthology.orchestra.run.smithi023.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-03-22T06:35:49.366 INFO:teuthology.orchestra.run.smithi023.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-03-22T06:35:49.366 INFO:teuthology.orchestra.run.smithi023.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-03-22T06:35:49.366 INFO:teuthology.orchestra.run.smithi023.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-03-22T06:35:49.366 INFO:teuthology.orchestra.run.smithi023.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-03-22T06:35:49.366 INFO:teuthology.orchestra.run.smithi023.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-03-22T06:35:49.366 INFO:teuthology.orchestra.run.smithi023.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout:Installing weak dependencies: 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout:Installing module profiles: 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout: container-tools/common 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout:Enabling module streams: 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout: container-tools rhel8 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:35:49.367 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:35:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:35:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:Install 13 Packages 2024-03-22T06:35:49.368 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:35:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 27 M 2024-03-22T06:35:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 91 M 2024-03-22T06:35:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:35:50.047 INFO:teuthology.orchestra.run.smithi028.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 1.0 MB/s | 689 kB 00:00 2024-03-22T06:35:50.197 INFO:teuthology.orchestra.run.smithi028.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.3 MB/s | 1.0 MB 00:00 2024-03-22T06:35:50.208 INFO:teuthology.orchestra.run.smithi023.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 1.0 MB/s | 689 kB 00:00 2024-03-22T06:35:50.222 INFO:teuthology.orchestra.run.smithi028.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 216 kB/s | 38 kB 00:00 2024-03-22T06:35:50.250 INFO:teuthology.orchestra.run.smithi023.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.4 MB/s | 1.0 MB 00:00 2024-03-22T06:35:50.317 INFO:teuthology.orchestra.run.smithi023.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 349 kB/s | 38 kB 00:00 2024-03-22T06:35:50.331 INFO:teuthology.orchestra.run.smithi028.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 1.9 MB/s | 258 kB 00:00 2024-03-22T06:35:50.376 INFO:teuthology.orchestra.run.smithi023.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 2.0 MB/s | 258 kB 00:00 2024-03-22T06:35:50.490 INFO:teuthology.orchestra.run.smithi028.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.1 MB/s | 180 kB 00:00 2024-03-22T06:35:50.526 INFO:teuthology.orchestra.run.smithi023.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.2 MB/s | 180 kB 00:00 2024-03-22T06:35:50.631 INFO:teuthology.orchestra.run.smithi028.stdout:(6/13): buildah-1.33.6-2.module_el8+976+1136073 7.9 MB/s | 9.6 MB 00:01 2024-03-22T06:35:50.634 INFO:teuthology.orchestra.run.smithi023.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2024-03-22T06:35:50.656 INFO:teuthology.orchestra.run.smithi028.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 149 kB/s | 25 kB 00:00 2024-03-22T06:35:50.751 INFO:teuthology.orchestra.run.smithi023.stdout:(7/13): buildah-1.33.6-2.module_el8+976+1136073 8.0 MB/s | 9.6 MB 00:01 2024-03-22T06:35:50.765 INFO:teuthology.orchestra.run.smithi028.stdout:(8/13): netavark-1.10.3-1.module_el8+951+32019c 7.6 MB/s | 4.1 MB 00:00 2024-03-22T06:35:50.777 INFO:teuthology.orchestra.run.smithi023.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 662 kB/s | 94 kB 00:00 2024-03-22T06:35:50.791 INFO:teuthology.orchestra.run.smithi028.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 591 kB/s | 94 kB 00:00 2024-03-22T06:35:50.852 INFO:teuthology.orchestra.run.smithi023.stdout:(9/13): netavark-1.10.3-1.module_el8+951+32019c 7.7 MB/s | 4.1 MB 00:00 2024-03-22T06:35:51.002 INFO:teuthology.orchestra.run.smithi023.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 351 kB/s | 53 kB 00:00 2024-03-22T06:35:51.091 INFO:teuthology.orchestra.run.smithi028.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 175 kB/s | 53 kB 00:00 2024-03-22T06:35:51.128 INFO:teuthology.orchestra.run.smithi023.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 328 kB/s | 41 kB 00:00 2024-03-22T06:35:51.208 INFO:teuthology.orchestra.run.smithi028.stdout:(11/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 5.7 MB/s | 2.5 MB 00:00 2024-03-22T06:35:51.254 INFO:teuthology.orchestra.run.smithi028.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 251 kB/s | 41 kB 00:00 2024-03-22T06:35:51.528 INFO:teuthology.orchestra.run.smithi023.stdout:(12/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 3.4 MB/s | 2.5 MB 00:00 2024-03-22T06:35:51.744 INFO:teuthology.orchestra.run.smithi023.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 8.9 MB/s | 8.8 MB 00:00 2024-03-22T06:35:51.745 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:35:51.745 INFO:teuthology.orchestra.run.smithi023.stdout:Total 12 MB/s | 27 MB 00:02 2024-03-22T06:35:51.909 INFO:teuthology.orchestra.run.smithi028.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 7.0 MB/s | 8.8 MB 00:01 2024-03-22T06:35:51.909 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:35:51.909 INFO:teuthology.orchestra.run.smithi028.stdout:Total 11 MB/s | 27 MB 00:02 2024-03-22T06:35:52.026 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:35:52.049 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:35:52.049 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:35:52.191 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:35:52.214 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:35:52.214 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:35:52.315 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:35:52.319 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:35:52.491 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:35:52.494 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:35:53.011 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:35:53.252 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:35:53.989 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-03-22T06:35:54.196 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-03-22T06:35:54.285 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-03-22T06:35:54.348 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-03-22T06:35:54.640 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-03-22T06:35:54.641 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-03-22T06:35:54.832 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-03-22T06:35:54.911 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-03-22T06:35:55.407 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-03-22T06:35:55.492 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-03-22T06:35:55.648 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-03-22T06:35:56.241 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-03-22T06:35:56.506 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-03-22T06:35:56.721 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-03-22T06:35:56.953 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-03-22T06:35:57.257 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-03-22T06:35:57.421 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-03-22T06:35:57.503 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-03-22T06:35:57.654 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-03-22T06:35:57.769 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-03-22T06:35:57.871 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-03-22T06:35:58.047 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-03-22T06:35:58.290 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-03-22T06:35:58.498 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-03-22T06:35:58.499 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-03-22T06:35:58.499 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-03-22T06:35:58.499 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-03-22T06:35:58.499 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-03-22T06:35:58.499 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-03-22T06:35:58.499 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-03-22T06:35:58.499 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-03-22T06:35:58.499 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-03-22T06:35:58.499 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-03-22T06:35:58.499 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-03-22T06:35:58.499 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-03-22T06:35:58.499 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-03-22T06:35:58.529 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-03-22T06:35:58.784 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-03-22T06:35:59.004 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-03-22T06:35:59.258 INFO:teuthology.orchestra.run.smithi023.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-03-22T06:35:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-03-22T06:35:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-03-22T06:35:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: yajl-2.1.0-12.el8.x86_64 2024-03-22T06:35:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:35:59.259 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:35:59.442 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-03-22T06:35:59.443 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-03-22T06:35:59.443 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-03-22T06:35:59.443 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-03-22T06:35:59.443 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-03-22T06:35:59.443 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-03-22T06:35:59.443 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-03-22T06:35:59.443 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-03-22T06:35:59.443 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-03-22T06:35:59.443 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-03-22T06:35:59.443 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-03-22T06:35:59.443 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-03-22T06:35:59.443 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-03-22T06:35:59.619 DEBUG:teuthology.parallel:result is None 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-03-22T06:35:59.995 INFO:teuthology.orchestra.run.smithi028.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-03-22T06:35:59.996 INFO:teuthology.orchestra.run.smithi028.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-03-22T06:35:59.996 INFO:teuthology.orchestra.run.smithi028.stdout: yajl-2.1.0-12.el8.x86_64 2024-03-22T06:35:59.996 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:35:59.996 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:36:00.344 DEBUG:teuthology.parallel:result is None 2024-03-22T06:36:00.345 INFO:teuthology.run_tasks:Running task install... 2024-03-22T06:36:00.353 DEBUG:teuthology.task.install:project ceph 2024-03-22T06:36:00.354 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'db0330b1e4e2470d52b750e251e55a522b4f7d69'}} 2024-03-22T06:36:00.354 DEBUG:teuthology.task.install:config {'branch': 'pacific', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': 'db0330b1e4e2470d52b750e251e55a522b4f7d69'} 2024-03-22T06:36:00.354 INFO:teuthology.task.install:Using flavor: default 2024-03-22T06:36:00.360 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-03-22T06:36:00.360 INFO:teuthology.task.install:extra packages: [] 2024-03-22T06:36:00.360 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': 'db0330b1e4e2470d52b750e251e55a522b4f7d69', 'tag': None, 'wait_for_package': False} 2024-03-22T06:36:00.360 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-22T06:36:00.361 INFO:teuthology.packaging:ref: None 2024-03-22T06:36:00.361 INFO:teuthology.packaging:tag: None 2024-03-22T06:36:00.361 INFO:teuthology.packaging:branch: pacific 2024-03-22T06:36:00.361 INFO:teuthology.packaging:sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:36:00.361 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific 2024-03-22T06:36:00.363 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': 'db0330b1e4e2470d52b750e251e55a522b4f7d69', 'tag': None, 'wait_for_package': False} 2024-03-22T06:36:00.363 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-22T06:36:00.364 INFO:teuthology.packaging:ref: None 2024-03-22T06:36:00.364 INFO:teuthology.packaging:tag: None 2024-03-22T06:36:00.364 INFO:teuthology.packaging:branch: pacific 2024-03-22T06:36:00.364 INFO:teuthology.packaging:sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:36:00.364 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific 2024-03-22T06:36:00.587 INFO:teuthology.task.install.rpm:Pulling from https://chacra.ceph.com/r/ceph/pacific/618f440892089921c3e944a991122ddc44e60516/centos/8/flavors/default/ 2024-03-22T06:36:00.588 INFO:teuthology.task.install.rpm:Package version is 16.2.15-0 2024-03-22T06:36:00.625 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-03-22T06:36:00.625 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:36:00.625 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-22T06:36:00.659 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-03-22T06:36:00.660 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-22T06:36:00.660 INFO:teuthology.packaging:ref: None 2024-03-22T06:36:00.660 INFO:teuthology.packaging:tag: None 2024-03-22T06:36:00.660 INFO:teuthology.packaging:branch: pacific 2024-03-22T06:36:00.660 INFO:teuthology.packaging:sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:36:00.660 DEBUG:teuthology.orchestra.run.smithi023:> 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-03-22T06:36:00.733 DEBUG:teuthology.orchestra.run.smithi023:> 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-03-22T06:36:00.746 INFO:teuthology.task.install.rpm:Pulling from https://chacra.ceph.com/r/ceph/pacific/618f440892089921c3e944a991122ddc44e60516/centos/8/flavors/default/ 2024-03-22T06:36:00.746 INFO:teuthology.task.install.rpm:Package version is 16.2.15-0 2024-03-22T06:36:00.780 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-03-22T06:36:00.780 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-22T06:36:00.781 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-22T06:36:00.815 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-03-22T06:36:00.815 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-22T06:36:00.815 INFO:teuthology.packaging:ref: None 2024-03-22T06:36:00.815 INFO:teuthology.packaging:tag: None 2024-03-22T06:36:00.815 INFO:teuthology.packaging:branch: pacific 2024-03-22T06:36:00.815 INFO:teuthology.packaging:sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:36:00.815 DEBUG:teuthology.orchestra.run.smithi028:> 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-03-22T06:36:00.816 DEBUG:teuthology.orchestra.run.smithi023:> 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-03-22T06:36:00.887 DEBUG:teuthology.orchestra.run.smithi028:> 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-03-22T06:36:00.887 INFO:teuthology.orchestra.run.smithi023.stdout:check_obsoletes = 1 2024-03-22T06:36:00.889 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum clean all 2024-03-22T06:36:00.967 DEBUG:teuthology.orchestra.run.smithi028:> 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-03-22T06:36:01.035 INFO:teuthology.orchestra.run.smithi028.stdout:check_obsoletes = 1 2024-03-22T06:36:01.037 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum clean all 2024-03-22T06:36:01.174 INFO:teuthology.orchestra.run.smithi023.stdout:76 files removed 2024-03-22T06:36:01.200 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install ceph-radosgw 2024-03-22T06:36:01.322 INFO:teuthology.orchestra.run.smithi028.stdout:76 files removed 2024-03-22T06:36:01.352 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-radosgw 2024-03-22T06:36:01.771 INFO:teuthology.orchestra.run.smithi023.stdout:ceph packages for x86_64 528 kB/s | 76 kB 00:00 2024-03-22T06:36:01.858 INFO:teuthology.orchestra.run.smithi028.stdout:ceph packages for x86_64 967 kB/s | 76 kB 00:00 2024-03-22T06:36:01.921 INFO:teuthology.orchestra.run.smithi023.stdout:ceph noarch packages 139 kB/s | 15 kB 00:00 2024-03-22T06:36:01.967 INFO:teuthology.orchestra.run.smithi028.stdout:ceph noarch packages 223 kB/s | 15 kB 00:00 2024-03-22T06:36:02.089 INFO:teuthology.orchestra.run.smithi023.stdout:ceph source packages 13 kB/s | 1.7 kB 00:00 2024-03-22T06:36:02.101 INFO:teuthology.orchestra.run.smithi028.stdout:ceph source packages 17 kB/s | 1.7 kB 00:00 2024-03-22T06:36:04.656 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - AppStream 11 MB/s | 28 MB 00:02 2024-03-22T06:36:04.819 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - AppStream 10 MB/s | 28 MB 00:02 2024-03-22T06:36:10.382 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - BaseOS 22 MB/s | 10 MB 00:00 2024-03-22T06:36:10.794 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - BaseOS 18 MB/s | 10 MB 00:00 2024-03-22T06:36:12.432 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - Extras 50 kB/s | 18 kB 00:00 2024-03-22T06:36:12.775 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - Extras common packages 33 kB/s | 7.5 kB 00:00 2024-03-22T06:36:12.903 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2024-03-22T06:36:13.254 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - Extras common packages 32 kB/s | 7.5 kB 00:00 2024-03-22T06:36:14.151 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - PowerTools 3.8 MB/s | 4.9 MB 00:01 2024-03-22T06:36:14.384 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - PowerTools 4.8 MB/s | 4.9 MB 00:01 2024-03-22T06:36:15.427 INFO:teuthology.orchestra.run.smithi023.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-03-22T06:36:15.673 INFO:teuthology.orchestra.run.smithi028.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-03-22T06:36:16.486 INFO:teuthology.orchestra.run.smithi023.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2024-03-22T06:36:18.107 INFO:teuthology.orchestra.run.smithi028.stdout:Extra Packages for Enterprise Linux 7.0 MB/s | 16 MB 00:02 2024-03-22T06:36:20.470 INFO:teuthology.orchestra.run.smithi023.stdout:lab-extras 422 kB/s | 24 kB 00:00 2024-03-22T06:36:22.099 INFO:teuthology.orchestra.run.smithi028.stdout:lab-extras 421 kB/s | 24 kB 00:00 2024-03-22T06:36:24.289 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:36:24.291 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:36:24.291 INFO:teuthology.orchestra.run.smithi023.stdout: Package Arch Version Repository Size 2024-03-22T06:36:24.292 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:36:24.292 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:36:24.292 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-radosgw x86_64 2:16.2.15-0.el8 ceph 12 M 2024-03-22T06:36:24.292 INFO:teuthology.orchestra.run.smithi023.stdout:Upgrading: 2024-03-22T06:36:24.292 INFO:teuthology.orchestra.run.smithi023.stdout: librados2 x86_64 2:16.2.15-0.el8 ceph 3.7 M 2024-03-22T06:36:24.292 INFO:teuthology.orchestra.run.smithi023.stdout: librbd1 x86_64 2:16.2.15-0.el8 ceph 4.2 M 2024-03-22T06:36:24.292 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-03-22T06:36:24.292 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-base x86_64 2:16.2.15-0.el8 ceph 6.1 M 2024-03-22T06:36:24.292 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-common x86_64 2:16.2.15-0.el8 ceph 24 M 2024-03-22T06:36:24.292 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-selinux x86_64 2:16.2.15-0.el8 ceph 26 k 2024-03-22T06:36:24.292 INFO:teuthology.orchestra.run.smithi023.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-03-22T06:36:24.292 INFO:teuthology.orchestra.run.smithi023.stdout: leveldb x86_64 1.22-1.el8 epel 181 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: libcephfs2 x86_64 2:16.2.15-0.el8 ceph 825 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: libradosstriper1 x86_64 2:16.2.15-0.el8 ceph 494 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: librgw2 x86_64 2:16.2.15-0.el8 ceph 3.8 M 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: python3-ceph-argparse x86_64 2:16.2.15-0.el8 ceph 45 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: python3-ceph-common x86_64 2:16.2.15-0.el8 ceph 99 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cephfs x86_64 2:16.2.15-0.el8 ceph 215 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: python3-rados x86_64 2:16.2.15-0.el8 ceph 389 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: python3-rbd x86_64 2:16.2.15-0.el8 ceph 369 k 2024-03-22T06:36:24.293 INFO:teuthology.orchestra.run.smithi023.stdout: python3-rgw x86_64 2:16.2.15-0.el8 ceph 114 k 2024-03-22T06:36:24.294 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:36:24.294 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:36:24.294 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:36:24.294 INFO:teuthology.orchestra.run.smithi023.stdout:Install 21 Packages 2024-03-22T06:36:24.294 INFO:teuthology.orchestra.run.smithi023.stdout:Upgrade 2 Packages 2024-03-22T06:36:24.294 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:36:24.294 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 58 M 2024-03-22T06:36:24.294 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:36:24.721 INFO:teuthology.orchestra.run.smithi023.stdout:(1/23): ceph-base-16.2.15-0.el8.x86_64.rpm 49 MB/s | 6.1 MB 00:00 2024-03-22T06:36:24.746 INFO:teuthology.orchestra.run.smithi023.stdout:(2/23): ceph-selinux-16.2.15-0.el8.x86_64.rpm 1.0 MB/s | 26 kB 00:00 2024-03-22T06:36:24.788 INFO:teuthology.orchestra.run.smithi023.stdout:(3/23): libcephfs2-16.2.15-0.el8.x86_64.rpm 19 MB/s | 825 kB 00:00 2024-03-22T06:36:24.821 INFO:teuthology.orchestra.run.smithi023.stdout:(4/23): libradosstriper1-16.2.15-0.el8.x86_64.r 14 MB/s | 494 kB 00:00 2024-03-22T06:36:24.914 INFO:teuthology.orchestra.run.smithi023.stdout:(5/23): librgw2-16.2.15-0.el8.x86_64.rpm 41 MB/s | 3.8 MB 00:00 2024-03-22T06:36:24.955 INFO:teuthology.orchestra.run.smithi023.stdout:(6/23): python3-ceph-argparse-16.2.15-0.el8.x86 1.1 MB/s | 45 kB 00:00 2024-03-22T06:36:24.997 INFO:teuthology.orchestra.run.smithi023.stdout:(7/23): python3-ceph-common-16.2.15-0.el8.x86_6 2.3 MB/s | 99 kB 00:00 2024-03-22T06:36:25.023 INFO:teuthology.orchestra.run.smithi023.stdout:(8/23): python3-cephfs-16.2.15-0.el8.x86_64.rpm 8.4 MB/s | 215 kB 00:00 2024-03-22T06:36:25.056 INFO:teuthology.orchestra.run.smithi023.stdout:(9/23): python3-rados-16.2.15-0.el8.x86_64.rpm 11 MB/s | 389 kB 00:00 2024-03-22T06:36:25.090 INFO:teuthology.orchestra.run.smithi023.stdout:(10/23): python3-rbd-16.2.15-0.el8.x86_64.rpm 11 MB/s | 369 kB 00:00 2024-03-22T06:36:25.115 INFO:teuthology.orchestra.run.smithi023.stdout:(11/23): python3-rgw-16.2.15-0.el8.x86_64.rpm 4.5 MB/s | 114 kB 00:00 2024-03-22T06:36:25.241 INFO:teuthology.orchestra.run.smithi023.stdout:(12/23): ceph-radosgw-16.2.15-0.el8.x86_64.rpm 18 MB/s | 12 MB 00:00 2024-03-22T06:36:25.624 INFO:teuthology.orchestra.run.smithi023.stdout:(13/23): ceph-common-16.2.15-0.el8.x86_64.rpm 24 MB/s | 24 MB 00:01 2024-03-22T06:36:25.951 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:36:25.954 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:36:25.954 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-03-22T06:36:25.954 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:36:25.954 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-radosgw x86_64 2:16.2.15-0.el8 ceph 12 M 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout:Upgrading: 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout: librados2 x86_64 2:16.2.15-0.el8 ceph 3.7 M 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout: librbd1 x86_64 2:16.2.15-0.el8 ceph 4.2 M 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-base x86_64 2:16.2.15-0.el8 ceph 6.1 M 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-common x86_64 2:16.2.15-0.el8 ceph 24 M 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-selinux x86_64 2:16.2.15-0.el8 ceph 26 k 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout: leveldb x86_64 1.22-1.el8 epel 181 k 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs2 x86_64 2:16.2.15-0.el8 ceph 825 k 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-03-22T06:36:25.955 INFO:teuthology.orchestra.run.smithi028.stdout: libradosstriper1 x86_64 2:16.2.15-0.el8 ceph 494 k 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout: librgw2 x86_64 2:16.2.15-0.el8 ceph 3.8 M 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-argparse x86_64 2:16.2.15-0.el8 ceph 45 k 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-common x86_64 2:16.2.15-0.el8 ceph 99 k 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cephfs x86_64 2:16.2.15-0.el8 ceph 215 k 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rados x86_64 2:16.2.15-0.el8 ceph 389 k 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rbd x86_64 2:16.2.15-0.el8 ceph 369 k 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rgw x86_64 2:16.2.15-0.el8 ceph 114 k 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:36:25.956 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:36:25.957 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:36:25.957 INFO:teuthology.orchestra.run.smithi028.stdout:Install 21 Packages 2024-03-22T06:36:25.957 INFO:teuthology.orchestra.run.smithi028.stdout:Upgrade 2 Packages 2024-03-22T06:36:25.957 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:36:25.957 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 58 M 2024-03-22T06:36:25.957 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:36:26.192 INFO:teuthology.orchestra.run.smithi023.stdout:(14/23): librdkafka-1.6.1-1.el8.x86_64.rpm 629 kB/s | 677 kB 00:01 2024-03-22T06:36:26.259 INFO:teuthology.orchestra.run.smithi023.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 69 kB/s | 44 kB 00:00 2024-03-22T06:36:26.284 INFO:teuthology.orchestra.run.smithi023.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 249 kB/s | 259 kB 00:01 2024-03-22T06:36:26.389 INFO:teuthology.orchestra.run.smithi023.stdout:(17/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 239 kB/s | 47 kB 00:00 2024-03-22T06:36:26.418 INFO:teuthology.orchestra.run.smithi023.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.9 MB/s | 306 kB 00:00 2024-03-22T06:36:26.443 INFO:teuthology.orchestra.run.smithi023.stdout:(19/23): leveldb-1.22-1.el8.x86_64.rpm 1.1 MB/s | 181 kB 00:00 2024-03-22T06:36:26.449 INFO:teuthology.orchestra.run.smithi028.stdout:(1/23): ceph-base-16.2.15-0.el8.x86_64.rpm 42 MB/s | 6.1 MB 00:00 2024-03-22T06:36:26.469 INFO:teuthology.orchestra.run.smithi023.stdout:(20/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2024-03-22T06:36:26.475 INFO:teuthology.orchestra.run.smithi028.stdout:(2/23): ceph-selinux-16.2.15-0.el8.x86_64.rpm 1.0 MB/s | 26 kB 00:00 2024-03-22T06:36:26.525 INFO:teuthology.orchestra.run.smithi028.stdout:(3/23): libcephfs2-16.2.15-0.el8.x86_64.rpm 16 MB/s | 825 kB 00:00 2024-03-22T06:36:26.552 INFO:teuthology.orchestra.run.smithi023.stdout:(21/23): librados2-16.2.15-0.el8.x86_64.rpm 35 MB/s | 3.7 MB 00:00 2024-03-22T06:36:26.559 INFO:teuthology.orchestra.run.smithi028.stdout:(4/23): libradosstriper1-16.2.15-0.el8.x86_64.r 15 MB/s | 494 kB 00:00 2024-03-22T06:36:26.577 INFO:teuthology.orchestra.run.smithi023.stdout:(22/23): liboath-2.6.2-3.el8.x86_64.rpm 313 kB/s | 59 kB 00:00 2024-03-22T06:36:26.636 INFO:teuthology.orchestra.run.smithi023.stdout:(23/23): librbd1-16.2.15-0.el8.x86_64.rpm 25 MB/s | 4.2 MB 00:00 2024-03-22T06:36:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:36:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:Total 25 MB/s | 58 MB 00:02 2024-03-22T06:36:26.683 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:36:26.734 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:36:26.734 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:36:26.776 INFO:teuthology.orchestra.run.smithi028.stdout:(5/23): librgw2-16.2.15-0.el8.x86_64.rpm 18 MB/s | 3.8 MB 00:00 2024-03-22T06:36:26.910 INFO:teuthology.orchestra.run.smithi028.stdout:(6/23): python3-ceph-argparse-16.2.15-0.el8.x86 337 kB/s | 45 kB 00:00 2024-03-22T06:36:27.109 INFO:teuthology.orchestra.run.smithi028.stdout:(7/23): python3-ceph-common-16.2.15-0.el8.x86_6 495 kB/s | 99 kB 00:00 2024-03-22T06:36:27.115 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:36:27.119 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:36:27.549 INFO:teuthology.orchestra.run.smithi028.stdout:(8/23): ceph-radosgw-16.2.15-0.el8.x86_64.rpm 9.3 MB/s | 12 MB 00:01 2024-03-22T06:36:27.891 INFO:teuthology.orchestra.run.smithi028.stdout:(9/23): python3-cephfs-16.2.15-0.el8.x86_64.rpm 275 kB/s | 215 kB 00:00 2024-03-22T06:36:27.963 INFO:teuthology.orchestra.run.smithi028.stdout:(10/23): python3-rados-16.2.15-0.el8.x86_64.rpm 939 kB/s | 389 kB 00:00 2024-03-22T06:36:28.003 INFO:teuthology.orchestra.run.smithi028.stdout:(11/23): python3-rbd-16.2.15-0.el8.x86_64.rpm 3.2 MB/s | 369 kB 00:00 2024-03-22T06:36:28.028 INFO:teuthology.orchestra.run.smithi028.stdout:(12/23): python3-rgw-16.2.15-0.el8.x86_64.rpm 1.7 MB/s | 114 kB 00:00 2024-03-22T06:36:28.117 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:36:28.318 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/25 2024-03-22T06:36:28.337 INFO:teuthology.orchestra.run.smithi028.stdout:(13/23): ceph-common-16.2.15-0.el8.x86_64.rpm 12 MB/s | 24 MB 00:02 2024-03-22T06:36:28.451 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-03-22T06:36:28.679 INFO:teuthology.orchestra.run.smithi028.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 129 kB/s | 44 kB 00:00 2024-03-22T06:36:28.779 INFO:teuthology.orchestra.run.smithi028.stdout:(15/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 471 kB/s | 47 kB 00:00 2024-03-22T06:36:28.804 INFO:teuthology.orchestra.run.smithi028.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 335 kB/s | 259 kB 00:00 2024-03-22T06:36:28.875 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-03-22T06:36:28.947 INFO:teuthology.orchestra.run.smithi028.stdout:(17/23): librdkafka-1.6.1-1.el8.x86_64.rpm 718 kB/s | 677 kB 00:00 2024-03-22T06:36:29.034 INFO:teuthology.orchestra.run.smithi023.stdout: Upgrading : librados2-2:16.2.15-0.el8.x86_64 3/25 2024-03-22T06:36:29.129 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: librados2-2:16.2.15-0.el8.x86_64 3/25 2024-03-22T06:36:29.238 INFO:teuthology.orchestra.run.smithi028.stdout:(18/23): leveldb-1.22-1.el8.x86_64.rpm 417 kB/s | 181 kB 00:00 2024-03-22T06:36:29.297 INFO:teuthology.orchestra.run.smithi028.stdout:(19/23): liboath-2.6.2-3.el8.x86_64.rpm 168 kB/s | 59 kB 00:00 2024-03-22T06:36:29.322 INFO:teuthology.orchestra.run.smithi028.stdout:(20/23): gperftools-libs-2.7-9.el8.x86_64.rpm 564 kB/s | 306 kB 00:00 2024-03-22T06:36:29.388 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-rados-2:16.2.15-0.el8.x86_64 4/25 2024-03-22T06:36:29.432 INFO:teuthology.orchestra.run.smithi028.stdout:(21/23): librados2-16.2.15-0.el8.x86_64.rpm 28 MB/s | 3.7 MB 00:00 2024-03-22T06:36:29.498 INFO:teuthology.orchestra.run.smithi028.stdout:(22/23): librbd1-16.2.15-0.el8.x86_64.rpm 24 MB/s | 4.2 MB 00:00 2024-03-22T06:36:29.551 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : libcephfs2-2:16.2.15-0.el8.x86_64 5/25 2024-03-22T06:36:29.590 INFO:teuthology.orchestra.run.smithi028.stdout:(23/23): libunwind-1.3.1-3.el8.x86_64.rpm 214 kB/s | 75 kB 00:00 2024-03-22T06:36:29.593 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:36:29.593 INFO:teuthology.orchestra.run.smithi028.stdout:Total 16 MB/s | 58 MB 00:03 2024-03-22T06:36:29.636 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:36:29.688 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:36:29.688 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:36:29.988 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: libcephfs2-2:16.2.15-0.el8.x86_64 5/25 2024-03-22T06:36:30.054 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:36:30.057 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:36:30.159 INFO:teuthology.orchestra.run.smithi023.stdout: Upgrading : librbd1-2:16.2.15-0.el8.x86_64 6/25 2024-03-22T06:36:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: librbd1-2:16.2.15-0.el8.x86_64 6/25 2024-03-22T06:36:30.432 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 7/25 2024-03-22T06:36:30.906 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 8/25 2024-03-22T06:36:31.034 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : librgw2-2:16.2.15-0.el8.x86_64 9/25 2024-03-22T06:36:31.098 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: librgw2-2:16.2.15-0.el8.x86_64 9/25 2024-03-22T06:36:31.157 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:36:31.257 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : leveldb-1.22-1.el8.x86_64 10/25 2024-03-22T06:36:31.391 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/25 2024-03-22T06:36:31.424 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-ceph-argparse-2:16.2.15-0.el8.x86_64 11/25 2024-03-22T06:36:31.558 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-03-22T06:36:31.580 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-cephfs-2:16.2.15-0.el8.x86_64 12/25 2024-03-22T06:36:31.981 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-03-22T06:36:32.071 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-rgw-2:16.2.15-0.el8.x86_64 13/25 2024-03-22T06:36:32.191 INFO:teuthology.orchestra.run.smithi028.stdout: Upgrading : librados2-2:16.2.15-0.el8.x86_64 3/25 2024-03-22T06:36:32.270 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-rbd-2:16.2.15-0.el8.x86_64 14/25 2024-03-22T06:36:32.275 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librados2-2:16.2.15-0.el8.x86_64 3/25 2024-03-22T06:36:32.401 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : libradosstriper1-2:16.2.15-0.el8.x86_64 15/25 2024-03-22T06:36:32.540 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rados-2:16.2.15-0.el8.x86_64 4/25 2024-03-22T06:36:32.594 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: libradosstriper1-2:16.2.15-0.el8.x86_64 15/25 2024-03-22T06:36:32.733 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libcephfs2-2:16.2.15-0.el8.x86_64 5/25 2024-03-22T06:36:32.822 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2024-03-22T06:36:33.027 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2024-03-22T06:36:33.172 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libcephfs2-2:16.2.15-0.el8.x86_64 5/25 2024-03-22T06:36:33.209 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-03-22T06:36:33.384 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-ceph-common-2:16.2.15-0.el8.x86_64 19/25 2024-03-22T06:36:33.567 INFO:teuthology.orchestra.run.smithi028.stdout: Upgrading : librbd1-2:16.2.15-0.el8.x86_64 6/25 2024-03-22T06:36:33.629 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librbd1-2:16.2.15-0.el8.x86_64 6/25 2024-03-22T06:36:33.822 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 7/25 2024-03-22T06:36:34.339 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 8/25 2024-03-22T06:36:34.500 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librgw2-2:16.2.15-0.el8.x86_64 9/25 2024-03-22T06:36:34.578 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librgw2-2:16.2.15-0.el8.x86_64 9/25 2024-03-22T06:36:34.773 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : leveldb-1.22-1.el8.x86_64 10/25 2024-03-22T06:36:34.957 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-ceph-argparse-2:16.2.15-0.el8.x86_64 11/25 2024-03-22T06:36:35.138 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cephfs-2:16.2.15-0.el8.x86_64 12/25 2024-03-22T06:36:35.363 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rgw-2:16.2.15-0.el8.x86_64 13/25 2024-03-22T06:36:35.603 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rbd-2:16.2.15-0.el8.x86_64 14/25 2024-03-22T06:36:35.783 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libradosstriper1-2:16.2.15-0.el8.x86_64 15/25 2024-03-22T06:36:35.848 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libradosstriper1-2:16.2.15-0.el8.x86_64 15/25 2024-03-22T06:36:36.024 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-common-2:16.2.15-0.el8.x86_64 20/25 2024-03-22T06:36:36.079 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2024-03-22T06:36:36.259 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-common-2:16.2.15-0.el8.x86_64 20/25 2024-03-22T06:36:36.289 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2024-03-22T06:36:36.484 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-03-22T06:36:36.684 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-ceph-common-2:16.2.15-0.el8.x86_64 19/25 2024-03-22T06:36:37.020 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-common-2:16.2.15-0.el8.x86_64 20/25 2024-03-22T06:36:37.352 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-base-2:16.2.15-0.el8.x86_64 21/25 2024-03-22T06:36:37.464 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-base-2:16.2.15-0.el8.x86_64 21/25 2024-03-22T06:36:37.600 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-selinux-2:16.2.15-0.el8.x86_64 22/25 2024-03-22T06:36:39.397 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-common-2:16.2.15-0.el8.x86_64 20/25 2024-03-22T06:36:39.641 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-common-2:16.2.15-0.el8.x86_64 20/25 2024-03-22T06:36:40.406 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-common-2:16.2.15-0.el8.x86_64 20/25 2024-03-22T06:36:40.716 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-base-2:16.2.15-0.el8.x86_64 21/25 2024-03-22T06:36:40.819 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-base-2:16.2.15-0.el8.x86_64 21/25 2024-03-22T06:36:40.991 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-selinux-2:16.2.15-0.el8.x86_64 22/25 2024-03-22T06:36:57.470 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-selinux-2:16.2.15-0.el8.x86_64 22/25 2024-03-22T06:36:57.471 INFO:teuthology.orchestra.run.smithi023.stdout:skipping the directory /sys 2024-03-22T06:36:57.471 INFO:teuthology.orchestra.run.smithi023.stdout:skipping the directory /proc 2024-03-22T06:36:57.471 INFO:teuthology.orchestra.run.smithi023.stdout:skipping the directory /dev 2024-03-22T06:36:57.471 INFO:teuthology.orchestra.run.smithi023.stdout:skipping the directory /run 2024-03-22T06:36:57.471 INFO:teuthology.orchestra.run.smithi023.stdout:skipping the directory /mnt 2024-03-22T06:36:57.471 INFO:teuthology.orchestra.run.smithi023.stdout:skipping the directory /var/tmp 2024-03-22T06:36:57.471 INFO:teuthology.orchestra.run.smithi023.stdout:skipping the directory /home 2024-03-22T06:36:57.471 INFO:teuthology.orchestra.run.smithi023.stdout:skipping the directory /tmp 2024-03-22T06:36:57.471 INFO:teuthology.orchestra.run.smithi023.stdout:skipping the directory /dev 2024-03-22T06:36:57.471 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:36:58.707 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-radosgw-2:16.2.15-0.el8.x86_64 23/25 2024-03-22T06:36:58.786 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-radosgw-2:16.2.15-0.el8.x86_64 23/25 2024-03-22T06:36:58.786 INFO:teuthology.orchestra.run.smithi023.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-03-22T06:36:58.992 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-03-22T06:36:58.992 INFO:teuthology.orchestra.run.smithi023.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-03-22T06:36:59.738 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-03-22T06:36:59.738 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-base-2:16.2.15-0.el8.x86_64 1/25 2024-03-22T06:36:59.738 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-common-2:16.2.15-0.el8.x86_64 2/25 2024-03-22T06:36:59.738 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-radosgw-2:16.2.15-0.el8.x86_64 3/25 2024-03-22T06:36:59.738 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-selinux-2:16.2.15-0.el8.x86_64 4/25 2024-03-22T06:36:59.739 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : libcephfs2-2:16.2.15-0.el8.x86_64 5/25 2024-03-22T06:36:59.739 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : libradosstriper1-2:16.2.15-0.el8.x86_64 6/25 2024-03-22T06:36:59.739 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : librgw2-2:16.2.15-0.el8.x86_64 7/25 2024-03-22T06:36:59.739 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-ceph-argparse-2:16.2.15-0.el8.x86_64 8/25 2024-03-22T06:36:59.739 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-ceph-common-2:16.2.15-0.el8.x86_64 9/25 2024-03-22T06:36:59.739 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-cephfs-2:16.2.15-0.el8.x86_64 10/25 2024-03-22T06:36:59.739 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-rados-2:16.2.15-0.el8.x86_64 11/25 2024-03-22T06:36:59.739 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-rbd-2:16.2.15-0.el8.x86_64 12/25 2024-03-22T06:36:59.739 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-rgw-2:16.2.15-0.el8.x86_64 13/25 2024-03-22T06:36:59.739 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-03-22T06:36:59.739 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-03-22T06:36:59.740 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-03-22T06:36:59.740 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-03-22T06:36:59.740 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-03-22T06:36:59.740 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : leveldb-1.22-1.el8.x86_64 19/25 2024-03-22T06:36:59.740 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 20/25 2024-03-22T06:36:59.740 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 21/25 2024-03-22T06:36:59.740 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : librados2-2:16.2.15-0.el8.x86_64 22/25 2024-03-22T06:36:59.740 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-03-22T06:36:59.740 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : librbd1-2:16.2.15-0.el8.x86_64 24/25 2024-03-22T06:37:00.800 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-03-22T06:37:00.800 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:00.800 INFO:teuthology.orchestra.run.smithi023.stdout:Upgraded: 2024-03-22T06:37:00.800 INFO:teuthology.orchestra.run.smithi023.stdout: librados2-2:16.2.15-0.el8.x86_64 librbd1-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.800 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:37:00.800 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-base-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.800 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-common-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.800 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-radosgw-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.800 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-selinux-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.800 INFO:teuthology.orchestra.run.smithi023.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: leveldb-1.22-1.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: libcephfs2-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: liboath-2.6.2-3.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: libradosstriper1-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: librgw2-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: libunwind-1.3.1-3.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: python3-ceph-argparse-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: python3-ceph-common-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cephfs-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.801 INFO:teuthology.orchestra.run.smithi023.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-03-22T06:37:00.802 INFO:teuthology.orchestra.run.smithi023.stdout: python3-rados-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.802 INFO:teuthology.orchestra.run.smithi023.stdout: python3-rbd-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.802 INFO:teuthology.orchestra.run.smithi023.stdout: python3-rgw-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:00.802 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:00.802 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:37:01.052 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-selinux-2:16.2.15-0.el8.x86_64 22/25 2024-03-22T06:37:01.052 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /sys 2024-03-22T06:37:01.052 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /proc 2024-03-22T06:37:01.052 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /dev 2024-03-22T06:37:01.052 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /run 2024-03-22T06:37:01.053 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /mnt 2024-03-22T06:37:01.053 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /var/tmp 2024-03-22T06:37:01.053 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /home 2024-03-22T06:37:01.053 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /tmp 2024-03-22T06:37:01.053 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /dev 2024-03-22T06:37:01.053 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:01.120 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install ceph-test 2024-03-22T06:37:01.913 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:00:41 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:37:02.272 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-radosgw-2:16.2.15-0.el8.x86_64 23/25 2024-03-22T06:37:02.382 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-radosgw-2:16.2.15-0.el8.x86_64 23/25 2024-03-22T06:37:02.382 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-03-22T06:37:02.590 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-03-22T06:37:02.591 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-03-22T06:37:03.347 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-03-22T06:37:03.347 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-base-2:16.2.15-0.el8.x86_64 1/25 2024-03-22T06:37:03.347 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-common-2:16.2.15-0.el8.x86_64 2/25 2024-03-22T06:37:03.347 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-radosgw-2:16.2.15-0.el8.x86_64 3/25 2024-03-22T06:37:03.347 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-selinux-2:16.2.15-0.el8.x86_64 4/25 2024-03-22T06:37:03.347 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libcephfs2-2:16.2.15-0.el8.x86_64 5/25 2024-03-22T06:37:03.347 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libradosstriper1-2:16.2.15-0.el8.x86_64 6/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librgw2-2:16.2.15-0.el8.x86_64 7/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-ceph-argparse-2:16.2.15-0.el8.x86_64 8/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-ceph-common-2:16.2.15-0.el8.x86_64 9/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cephfs-2:16.2.15-0.el8.x86_64 10/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rados-2:16.2.15-0.el8.x86_64 11/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rbd-2:16.2.15-0.el8.x86_64 12/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rgw-2:16.2.15-0.el8.x86_64 13/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : leveldb-1.22-1.el8.x86_64 19/25 2024-03-22T06:37:03.348 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 20/25 2024-03-22T06:37:03.349 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 21/25 2024-03-22T06:37:03.349 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librados2-2:16.2.15-0.el8.x86_64 22/25 2024-03-22T06:37:03.349 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-03-22T06:37:03.349 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librbd1-2:16.2.15-0.el8.x86_64 24/25 2024-03-22T06:37:03.652 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:37:03.653 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:03.653 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2024-03-22T06:37:03.653 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:03.653 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:37:03.653 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-test x86_64 2:16.2.15-0.el8 ceph 52 M 2024-03-22T06:37:03.653 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-03-22T06:37:03.653 INFO:teuthology.orchestra.run.smithi023.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-03-22T06:37:03.653 INFO:teuthology.orchestra.run.smithi023.stdout: libcephsqlite x86_64 2:16.2.15-0.el8 ceph 174 k 2024-03-22T06:37:03.653 INFO:teuthology.orchestra.run.smithi023.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-03-22T06:37:03.653 INFO:teuthology.orchestra.run.smithi023.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-03-22T06:37:03.654 INFO:teuthology.orchestra.run.smithi023.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-03-22T06:37:03.654 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:03.654 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:37:03.654 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:03.654 INFO:teuthology.orchestra.run.smithi023.stdout:Install 6 Packages 2024-03-22T06:37:03.654 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:03.654 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 53 M 2024-03-22T06:37:03.655 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 197 M 2024-03-22T06:37:03.655 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:37:03.900 INFO:teuthology.orchestra.run.smithi023.stdout:(1/6): libcephsqlite-16.2.15-0.el8.x86_64.rpm 3.1 MB/s | 174 kB 00:00 2024-03-22T06:37:04.213 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-03-22T06:37:04.213 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:04.213 INFO:teuthology.orchestra.run.smithi028.stdout:Upgraded: 2024-03-22T06:37:04.213 INFO:teuthology.orchestra.run.smithi028.stdout: librados2-2:16.2.15-0.el8.x86_64 librbd1-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.213 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:37:04.213 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-base-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.213 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-common-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.213 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-radosgw-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.213 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-selinux-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.213 INFO:teuthology.orchestra.run.smithi028.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-03-22T06:37:04.213 INFO:teuthology.orchestra.run.smithi028.stdout: leveldb-1.22-1.el8.x86_64 2024-03-22T06:37:04.213 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs2-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: liboath-2.6.2-3.el8.x86_64 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: libradosstriper1-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: librgw2-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: libunwind-1.3.1-3.el8.x86_64 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-argparse-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-common-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cephfs-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rados-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.214 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rbd-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.215 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rgw-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:04.215 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:04.215 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:37:04.567 INFO:teuthology.orchestra.run.smithi023.stdout:(2/6): ceph-test-16.2.15-0.el8.x86_64.rpm 72 MB/s | 52 MB 00:00 2024-03-22T06:37:04.571 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-test 2024-03-22T06:37:04.592 INFO:teuthology.orchestra.run.smithi023.stdout:(3/6): jq-1.6-8.el8.x86_64.rpm 272 kB/s | 203 kB 00:00 2024-03-22T06:37:04.618 INFO:teuthology.orchestra.run.smithi023.stdout:(4/6): oniguruma-6.8.2-3.el8.x86_64.rpm 262 kB/s | 188 kB 00:00 2024-03-22T06:37:04.751 INFO:teuthology.orchestra.run.smithi023.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 530 kB/s | 71 kB 00:00 2024-03-22T06:37:05.126 INFO:teuthology.orchestra.run.smithi023.stdout:(6/6): socat-1.7.4.1-1.el8.x86_64.rpm 578 kB/s | 323 kB 00:00 2024-03-22T06:37:05.127 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:37:05.128 INFO:teuthology.orchestra.run.smithi023.stdout:Total 36 MB/s | 53 MB 00:01 2024-03-22T06:37:05.170 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:37:05.193 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:37:05.193 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:37:05.364 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:43 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:37:05.500 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:37:05.503 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:37:06.000 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:37:06.251 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-03-22T06:37:06.442 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-03-22T06:37:06.571 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-03-22T06:37:06.648 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-03-22T06:37:06.819 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-03-22T06:37:06.995 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : libcephsqlite-2:16.2.15-0.el8.x86_64 5/6 2024-03-22T06:37:07.082 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:37:07.083 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:07.083 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-03-22T06:37:07.083 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:07.083 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:37:07.083 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-test x86_64 2:16.2.15-0.el8 ceph 52 M 2024-03-22T06:37:07.083 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-03-22T06:37:07.083 INFO:teuthology.orchestra.run.smithi028.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-03-22T06:37:07.083 INFO:teuthology.orchestra.run.smithi028.stdout: libcephsqlite x86_64 2:16.2.15-0.el8 ceph 174 k 2024-03-22T06:37:07.083 INFO:teuthology.orchestra.run.smithi028.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-03-22T06:37:07.083 INFO:teuthology.orchestra.run.smithi028.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-03-22T06:37:07.083 INFO:teuthology.orchestra.run.smithi028.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-03-22T06:37:07.084 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:07.084 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:37:07.084 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:07.084 INFO:teuthology.orchestra.run.smithi028.stdout:Install 6 Packages 2024-03-22T06:37:07.084 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:07.084 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 53 M 2024-03-22T06:37:07.084 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 197 M 2024-03-22T06:37:07.085 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:37:07.327 INFO:teuthology.orchestra.run.smithi028.stdout:(1/6): libcephsqlite-16.2.15-0.el8.x86_64.rpm 2.9 MB/s | 174 kB 00:00 2024-03-22T06:37:08.019 INFO:teuthology.orchestra.run.smithi028.stdout:(2/6): ceph-test-16.2.15-0.el8.x86_64.rpm 69 MB/s | 52 MB 00:00 2024-03-22T06:37:08.045 INFO:teuthology.orchestra.run.smithi028.stdout:(3/6): jq-1.6-8.el8.x86_64.rpm 262 kB/s | 203 kB 00:00 2024-03-22T06:37:08.069 INFO:teuthology.orchestra.run.smithi028.stdout:(4/6): oniguruma-6.8.2-3.el8.x86_64.rpm 253 kB/s | 188 kB 00:00 2024-03-22T06:37:08.197 INFO:teuthology.orchestra.run.smithi028.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 555 kB/s | 71 kB 00:00 2024-03-22T06:37:08.580 INFO:teuthology.orchestra.run.smithi028.stdout:(6/6): socat-1.7.4.1-1.el8.x86_64.rpm 576 kB/s | 323 kB 00:00 2024-03-22T06:37:08.582 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:37:08.582 INFO:teuthology.orchestra.run.smithi028.stdout:Total 35 MB/s | 53 MB 00:01 2024-03-22T06:37:08.625 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:37:08.648 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:37:08.648 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:37:08.952 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:37:08.955 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:37:09.466 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:37:09.725 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-03-22T06:37:09.949 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-03-22T06:37:10.070 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-03-22T06:37:10.153 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-03-22T06:37:10.352 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-03-22T06:37:10.537 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libcephsqlite-2:16.2.15-0.el8.x86_64 5/6 2024-03-22T06:37:11.879 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: libcephsqlite-2:16.2.15-0.el8.x86_64 5/6 2024-03-22T06:37:12.102 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-test-2:16.2.15-0.el8.x86_64 6/6 2024-03-22T06:37:12.405 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-test-2:16.2.15-0.el8.x86_64 6/6 2024-03-22T06:37:12.405 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-test-2:16.2.15-0.el8.x86_64 1/6 2024-03-22T06:37:12.405 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : libcephsqlite-2:16.2.15-0.el8.x86_64 2/6 2024-03-22T06:37:12.405 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-03-22T06:37:12.405 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-03-22T06:37:12.405 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-03-22T06:37:12.842 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-03-22T06:37:12.842 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:12.842 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:37:12.843 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-test-2:16.2.15-0.el8.x86_64 jq-1.6-8.el8.x86_64 2024-03-22T06:37:12.843 INFO:teuthology.orchestra.run.smithi023.stdout: libcephsqlite-2:16.2.15-0.el8.x86_64 oniguruma-6.8.2-3.el8.x86_64 2024-03-22T06:37:12.843 INFO:teuthology.orchestra.run.smithi023.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2024-03-22T06:37:12.843 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:12.843 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:37:13.067 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install ceph 2024-03-22T06:37:13.849 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:00:53 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:37:15.485 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libcephsqlite-2:16.2.15-0.el8.x86_64 5/6 2024-03-22T06:37:15.575 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:37:15.579 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:15.579 INFO:teuthology.orchestra.run.smithi023.stdout: Package Arch Version Repository Size 2024-03-22T06:37:15.579 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:15.579 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:37:15.579 INFO:teuthology.orchestra.run.smithi023.stdout: ceph x86_64 2:16.2.15-0.el8 ceph 6.3 k 2024-03-22T06:37:15.579 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-03-22T06:37:15.579 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mds x86_64 2:16.2.15-0.el8 ceph 2.4 M 2024-03-22T06:37:15.579 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr x86_64 2:16.2.15-0.el8 ceph 1.6 M 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-modules-core noarch 2:16.2.15-0.el8 ceph-noarch 245 k 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mon x86_64 2:16.2.15-0.el8 ceph 5.2 M 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-osd x86_64 2:16.2.15-0.el8 ceph 19 M 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-03-22T06:37:15.580 INFO:teuthology.orchestra.run.smithi023.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-03-22T06:37:15.581 INFO:teuthology.orchestra.run.smithi023.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-03-22T06:37:15.582 INFO:teuthology.orchestra.run.smithi023.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-03-22T06:37:15.582 INFO:teuthology.orchestra.run.smithi023.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-03-22T06:37:15.582 INFO:teuthology.orchestra.run.smithi023.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-03-22T06:37:15.582 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:15.582 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:37:15.582 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:15.582 INFO:teuthology.orchestra.run.smithi023.stdout:Install 32 Packages 2024-03-22T06:37:15.582 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:15.583 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 32 M 2024-03-22T06:37:15.583 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 104 M 2024-03-22T06:37:15.583 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:37:15.744 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-test-2:16.2.15-0.el8.x86_64 6/6 2024-03-22T06:37:16.042 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-test-2:16.2.15-0.el8.x86_64 6/6 2024-03-22T06:37:16.043 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-test-2:16.2.15-0.el8.x86_64 1/6 2024-03-22T06:37:16.043 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libcephsqlite-2:16.2.15-0.el8.x86_64 2/6 2024-03-22T06:37:16.043 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-03-22T06:37:16.043 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-03-22T06:37:16.043 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-03-22T06:37:16.066 INFO:teuthology.orchestra.run.smithi023.stdout:(1/32): ceph-16.2.15-0.el8.x86_64.rpm 93 kB/s | 6.3 kB 00:00 2024-03-22T06:37:16.131 INFO:teuthology.orchestra.run.smithi023.stdout:(2/32): ceph-mgr-16.2.15-0.el8.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-03-22T06:37:16.190 INFO:teuthology.orchestra.run.smithi023.stdout:(3/32): ceph-mds-16.2.15-0.el8.x86_64.rpm 13 MB/s | 2.4 MB 00:00 2024-03-22T06:37:16.223 INFO:teuthology.orchestra.run.smithi023.stdout:(4/32): ceph-mgr-modules-core-16.2.15-0.el8.noa 7.2 MB/s | 245 kB 00:00 2024-03-22T06:37:16.307 INFO:teuthology.orchestra.run.smithi023.stdout:(5/32): ceph-mon-16.2.15-0.el8.x86_64.rpm 22 MB/s | 5.2 MB 00:00 2024-03-22T06:37:16.495 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-03-22T06:37:16.495 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:16.495 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:37:16.495 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-test-2:16.2.15-0.el8.x86_64 jq-1.6-8.el8.x86_64 2024-03-22T06:37:16.495 INFO:teuthology.orchestra.run.smithi028.stdout: libcephsqlite-2:16.2.15-0.el8.x86_64 oniguruma-6.8.2-3.el8.x86_64 2024-03-22T06:37:16.495 INFO:teuthology.orchestra.run.smithi028.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2024-03-22T06:37:16.495 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:16.495 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:37:16.549 INFO:teuthology.orchestra.run.smithi023.stdout:(6/32): ceph-osd-16.2.15-0.el8.x86_64.rpm 45 MB/s | 19 MB 00:00 2024-03-22T06:37:16.699 INFO:teuthology.orchestra.run.smithi023.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 330 kB/s | 157 kB 00:00 2024-03-22T06:37:16.720 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph 2024-03-22T06:37:16.775 INFO:teuthology.orchestra.run.smithi023.stdout:(8/32): python3-markupsafe-0.23-19.el8.x86_64.r 83 kB/s | 39 kB 00:00 2024-03-22T06:37:16.816 INFO:teuthology.orchestra.run.smithi023.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 487 kB/s | 57 kB 00:00 2024-03-22T06:37:16.941 INFO:teuthology.orchestra.run.smithi023.stdout:(10/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.9 MB/s | 249 kB 00:00 2024-03-22T06:37:16.967 INFO:teuthology.orchestra.run.smithi023.stdout:(11/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 248 kB/s | 103 kB 00:00 2024-03-22T06:37:17.017 INFO:teuthology.orchestra.run.smithi023.stdout:(12/32): python3-cryptography-3.2.1-7.el8.x86_6 8.3 MB/s | 641 kB 00:00 2024-03-22T06:37:17.068 INFO:teuthology.orchestra.run.smithi023.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 1.1 MB/s | 109 kB 00:00 2024-03-22T06:37:17.109 INFO:teuthology.orchestra.run.smithi023.stdout:(14/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 475 kB/s | 44 kB 00:00 2024-03-22T06:37:17.185 INFO:teuthology.orchestra.run.smithi023.stdout:(15/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 1.5 MB/s | 185 kB 00:00 2024-03-22T06:37:17.210 INFO:teuthology.orchestra.run.smithi023.stdout:(16/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.0 MB/s | 457 kB 00:00 2024-03-22T06:37:17.235 INFO:teuthology.orchestra.run.smithi023.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.3 MB/s | 173 kB 00:00 2024-03-22T06:37:17.277 INFO:teuthology.orchestra.run.smithi023.stdout:(18/32): python3-cherrypy-18.4.0-1.el8.noarch.r 4.1 MB/s | 384 kB 00:00 2024-03-22T06:37:17.303 INFO:teuthology.orchestra.run.smithi023.stdout:(19/32): python3-jaraco-6.2-6.el8.noarch.rpm 166 kB/s | 11 kB 00:00 2024-03-22T06:37:17.328 INFO:teuthology.orchestra.run.smithi023.stdout:(20/32): python3-jaraco-functools-2.0-4.el8.noa 191 kB/s | 18 kB 00:00 2024-03-22T06:37:17.353 INFO:teuthology.orchestra.run.smithi023.stdout:(21/32): python3-logutils-0.3.5-11.el8.noarch.r 645 kB/s | 49 kB 00:00 2024-03-22T06:37:17.378 INFO:teuthology.orchestra.run.smithi023.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 778 kB/s | 59 kB 00:00 2024-03-22T06:37:17.404 INFO:teuthology.orchestra.run.smithi023.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 310 kB/s | 16 kB 00:00 2024-03-22T06:37:17.429 INFO:teuthology.orchestra.run.smithi023.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 374 kB/s | 19 kB 00:00 2024-03-22T06:37:17.479 INFO:teuthology.orchestra.run.smithi023.stdout:(25/32): python3-singledispatch-3.4.0.3-18.el8. 319 kB/s | 24 kB 00:00 2024-03-22T06:37:17.504 INFO:teuthology.orchestra.run.smithi023.stdout:(26/32): python3-tempora-1.14.1-5.el8.noarch.rp 389 kB/s | 29 kB 00:00 2024-03-22T06:37:17.507 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:55 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:37:17.529 INFO:teuthology.orchestra.run.smithi023.stdout:(27/32): python3-trustme-0.6.0-4.el8.noarch.rpm 549 kB/s | 27 kB 00:00 2024-03-22T06:37:17.555 INFO:teuthology.orchestra.run.smithi023.stdout:(28/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.2 MB/s | 283 kB 00:00 2024-03-22T06:37:17.589 INFO:teuthology.orchestra.run.smithi023.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 3.0 MB/s | 255 kB 00:00 2024-03-22T06:37:17.614 INFO:teuthology.orchestra.run.smithi023.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.4 MB/s | 85 kB 00:00 2024-03-22T06:37:17.639 INFO:teuthology.orchestra.run.smithi023.stdout:(31/32): python3-zc-lockfile-2.0-2.el8.noarch.r 458 kB/s | 23 kB 00:00 2024-03-22T06:37:17.664 INFO:teuthology.orchestra.run.smithi023.stdout:(32/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.8 MB/s | 251 kB 00:00 2024-03-22T06:37:17.666 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:37:17.666 INFO:teuthology.orchestra.run.smithi023.stdout:Total 15 MB/s | 32 MB 00:02 2024-03-22T06:37:17.751 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:37:17.793 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:37:17.793 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:37:18.130 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:37:18.133 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:37:19.251 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:37:19.255 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:19.255 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-03-22T06:37:19.255 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:19.255 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:37:19.255 INFO:teuthology.orchestra.run.smithi028.stdout: ceph x86_64 2:16.2.15-0.el8 ceph 6.3 k 2024-03-22T06:37:19.255 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-03-22T06:37:19.255 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mds x86_64 2:16.2.15-0.el8 ceph 2.4 M 2024-03-22T06:37:19.255 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr x86_64 2:16.2.15-0.el8 ceph 1.6 M 2024-03-22T06:37:19.255 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-modules-core noarch 2:16.2.15-0.el8 ceph-noarch 245 k 2024-03-22T06:37:19.255 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mon x86_64 2:16.2.15-0.el8 ceph 5.2 M 2024-03-22T06:37:19.255 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-osd x86_64 2:16.2.15-0.el8 ceph 19 M 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-03-22T06:37:19.256 INFO:teuthology.orchestra.run.smithi028.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:19.257 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:37:19.258 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:19.258 INFO:teuthology.orchestra.run.smithi028.stdout:Install 32 Packages 2024-03-22T06:37:19.258 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:19.258 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 32 M 2024-03-22T06:37:19.258 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 104 M 2024-03-22T06:37:19.258 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:37:19.399 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:37:19.603 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-03-22T06:37:19.689 INFO:teuthology.orchestra.run.smithi028.stdout:(1/32): ceph-16.2.15-0.el8.x86_64.rpm 124 kB/s | 6.3 kB 00:00 2024-03-22T06:37:19.740 INFO:teuthology.orchestra.run.smithi028.stdout:(2/32): ceph-mgr-16.2.15-0.el8.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-03-22T06:37:19.785 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-03-22T06:37:19.806 INFO:teuthology.orchestra.run.smithi028.stdout:(3/32): ceph-mds-16.2.15-0.el8.x86_64.rpm 15 MB/s | 2.4 MB 00:00 2024-03-22T06:37:19.840 INFO:teuthology.orchestra.run.smithi028.stdout:(4/32): ceph-mgr-modules-core-16.2.15-0.el8.noa 7.2 MB/s | 245 kB 00:00 2024-03-22T06:37:19.932 INFO:teuthology.orchestra.run.smithi028.stdout:(5/32): ceph-mon-16.2.15-0.el8.x86_64.rpm 21 MB/s | 5.2 MB 00:00 2024-03-22T06:37:20.040 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-03-22T06:37:20.174 INFO:teuthology.orchestra.run.smithi028.stdout:(6/32): ceph-osd-16.2.15-0.el8.x86_64.rpm 43 MB/s | 19 MB 00:00 2024-03-22T06:37:20.242 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-03-22T06:37:20.349 INFO:teuthology.orchestra.run.smithi028.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 309 kB/s | 157 kB 00:00 2024-03-22T06:37:20.400 INFO:teuthology.orchestra.run.smithi028.stdout:(8/32): python3-markupsafe-0.23-19.el8.x86_64.r 83 kB/s | 39 kB 00:00 2024-03-22T06:37:20.473 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-03-22T06:37:20.475 INFO:teuthology.orchestra.run.smithi028.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 455 kB/s | 57 kB 00:00 2024-03-22T06:37:20.609 INFO:teuthology.orchestra.run.smithi028.stdout:(10/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 238 kB/s | 103 kB 00:00 2024-03-22T06:37:20.634 INFO:teuthology.orchestra.run.smithi028.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.5 MB/s | 249 kB 00:00 2024-03-22T06:37:20.671 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-03-22T06:37:20.676 INFO:teuthology.orchestra.run.smithi028.stdout:(12/32): python3-pycparser-2.14-14.el8.noarch.r 2.6 MB/s | 109 kB 00:00 2024-03-22T06:37:20.759 INFO:teuthology.orchestra.run.smithi028.stdout:(13/32): python3-cryptography-3.2.1-7.el8.x86_6 4.2 MB/s | 641 kB 00:00 2024-03-22T06:37:20.826 INFO:teuthology.orchestra.run.smithi028.stdout:(14/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.0 MB/s | 457 kB 00:00 2024-03-22T06:37:20.855 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-03-22T06:37:21.068 INFO:teuthology.orchestra.run.smithi028.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 111 kB/s | 44 kB 00:00 2024-03-22T06:37:21.083 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-03-22T06:37:21.286 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-03-22T06:37:21.439 INFO:teuthology.orchestra.run.smithi028.stdout:(16/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 282 kB/s | 173 kB 00:00 2024-03-22T06:37:21.469 INFO:teuthology.orchestra.run.smithi028.stdout:(17/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 261 kB/s | 185 kB 00:00 2024-03-22T06:37:21.514 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-03-22T06:37:21.561 INFO:teuthology.orchestra.run.smithi028.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 92 kB/s | 11 kB 00:00 2024-03-22T06:37:21.586 INFO:teuthology.orchestra.run.smithi028.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 150 kB/s | 18 kB 00:00 2024-03-22T06:37:21.712 INFO:teuthology.orchestra.run.smithi028.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 323 kB/s | 49 kB 00:00 2024-03-22T06:37:21.745 INFO:teuthology.orchestra.run.smithi028.stdout:(21/32): python3-cherrypy-18.4.0-1.el8.noarch.r 569 kB/s | 384 kB 00:00 2024-03-22T06:37:21.761 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-03-22T06:37:21.770 INFO:teuthology.orchestra.run.smithi028.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 319 kB/s | 59 kB 00:00 2024-03-22T06:37:21.870 INFO:teuthology.orchestra.run.smithi028.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 124 kB/s | 16 kB 00:00 2024-03-22T06:37:21.895 INFO:teuthology.orchestra.run.smithi028.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 149 kB/s | 19 kB 00:00 2024-03-22T06:37:21.985 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-03-22T06:37:22.021 INFO:teuthology.orchestra.run.smithi028.stdout:(25/32): python3-singledispatch-3.4.0.3-18.el8. 159 kB/s | 24 kB 00:00 2024-03-22T06:37:22.046 INFO:teuthology.orchestra.run.smithi028.stdout:(26/32): python3-tempora-1.14.1-5.el8.noarch.rp 194 kB/s | 29 kB 00:00 2024-03-22T06:37:22.138 INFO:teuthology.orchestra.run.smithi028.stdout:(27/32): python3-pecan-1.3.2-9.el8.noarch.rpm 663 kB/s | 283 kB 00:00 2024-03-22T06:37:22.163 INFO:teuthology.orchestra.run.smithi028.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 194 kB/s | 27 kB 00:00 2024-03-22T06:37:22.280 INFO:teuthology.orchestra.run.smithi028.stdout:(29/32): python3-webtest-2.0.33-1.el8.noarch.rp 732 kB/s | 85 kB 00:00 2024-03-22T06:37:22.347 INFO:teuthology.orchestra.run.smithi028.stdout:(30/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.2 MB/s | 251 kB 00:00 2024-03-22T06:37:22.351 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-03-22T06:37:22.372 INFO:teuthology.orchestra.run.smithi028.stdout:(31/32): python3-waitress-1.4.3-1.el8.noarch.rp 783 kB/s | 255 kB 00:00 2024-03-22T06:37:22.389 INFO:teuthology.orchestra.run.smithi028.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 211 kB/s | 23 kB 00:00 2024-03-22T06:37:22.391 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:37:22.391 INFO:teuthology.orchestra.run.smithi028.stdout:Total 10 MB/s | 32 MB 00:03 2024-03-22T06:37:22.476 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:37:22.517 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:37:22.517 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:37:22.614 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-03-22T06:37:22.793 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-03-22T06:37:22.846 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:37:22.849 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:37:23.056 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-03-22T06:37:23.287 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-03-22T06:37:23.607 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-03-22T06:37:23.843 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-03-22T06:37:24.006 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-03-22T06:37:24.058 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:37:24.175 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-03-22T06:37:24.320 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-03-22T06:37:24.417 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-03-22T06:37:24.579 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-03-22T06:37:24.641 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-03-22T06:37:24.854 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-03-22T06:37:24.866 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-03-22T06:37:25.117 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-03-22T06:37:25.176 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-03-22T06:37:25.331 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-03-22T06:37:25.495 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-03-22T06:37:25.531 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-03-22T06:37:25.763 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-03-22T06:37:25.847 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-mgr-modules-core-2:16.2.15-0.el8.noarch 27/32 2024-03-22T06:37:25.975 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-03-22T06:37:26.094 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-mgr-2:16.2.15-0.el8.x86_64 28/32 2024-03-22T06:37:26.228 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-03-22T06:37:26.489 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-03-22T06:37:26.770 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-03-22T06:37:26.995 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-03-22T06:37:27.378 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-03-22T06:37:27.656 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-03-22T06:37:27.712 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-mgr-2:16.2.15-0.el8.x86_64 28/32 2024-03-22T06:37:27.869 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-03-22T06:37:27.876 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-osd-2:16.2.15-0.el8.x86_64 29/32 2024-03-22T06:37:28.169 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-03-22T06:37:28.345 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-osd-2:16.2.15-0.el8.x86_64 29/32 2024-03-22T06:37:28.396 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-03-22T06:37:28.526 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-mon-2:16.2.15-0.el8.x86_64 30/32 2024-03-22T06:37:28.706 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-03-22T06:37:28.754 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-mon-2:16.2.15-0.el8.x86_64 30/32 2024-03-22T06:37:28.943 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-mds-2:16.2.15-0.el8.x86_64 31/32 2024-03-22T06:37:28.959 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-03-22T06:37:28.961 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-mds-2:16.2.15-0.el8.x86_64 31/32 2024-03-22T06:37:29.084 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-2:16.2.15-0.el8.x86_64 32/32 2024-03-22T06:37:29.139 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-03-22T06:37:29.357 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-03-22T06:37:29.512 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-2:16.2.15-0.el8.x86_64 32/32 2024-03-22T06:37:29.512 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-2:16.2.15-0.el8.x86_64 1/32 2024-03-22T06:37:29.512 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-mds-2:16.2.15-0.el8.x86_64 2/32 2024-03-22T06:37:29.512 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-mgr-2:16.2.15-0.el8.x86_64 3/32 2024-03-22T06:37:29.512 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-mon-2:16.2.15-0.el8.x86_64 4/32 2024-03-22T06:37:29.512 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-osd-2:16.2.15-0.el8.x86_64 5/32 2024-03-22T06:37:29.513 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-mgr-modules-core-2:16.2.15-0.el8.noarch 6/32 2024-03-22T06:37:29.513 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-03-22T06:37:29.513 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-03-22T06:37:29.513 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-03-22T06:37:29.513 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-03-22T06:37:29.513 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-03-22T06:37:29.513 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-03-22T06:37:29.513 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-03-22T06:37:29.513 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-03-22T06:37:29.514 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-03-22T06:37:29.515 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-03-22T06:37:29.515 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-03-22T06:37:29.515 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-03-22T06:37:29.666 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-03-22T06:37:29.922 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-03-22T06:37:30.180 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-03-22T06:37:30.346 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mds-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-modules-core-2:16.2.15-0.el8.noarch 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mon-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-osd-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-03-22T06:37:30.347 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jaraco-6.2-6.el8.noarch 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-mako-1.0.6-14.el8.noarch 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-portend-2.6-1.el8.noarch 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pycparser-2.14-14.el8.noarch 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pytz-2017.2-11.el8.noarch 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-03-22T06:37:30.348 INFO:teuthology.orchestra.run.smithi023.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-03-22T06:37:30.349 INFO:teuthology.orchestra.run.smithi023.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-03-22T06:37:30.349 INFO:teuthology.orchestra.run.smithi023.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-03-22T06:37:30.349 INFO:teuthology.orchestra.run.smithi023.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-03-22T06:37:30.349 INFO:teuthology.orchestra.run.smithi023.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-03-22T06:37:30.349 INFO:teuthology.orchestra.run.smithi023.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-03-22T06:37:30.349 INFO:teuthology.orchestra.run.smithi023.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-03-22T06:37:30.349 INFO:teuthology.orchestra.run.smithi023.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-03-22T06:37:30.349 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:30.349 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:37:30.519 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-03-22T06:37:30.640 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install ceph-base 2024-03-22T06:37:30.863 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-03-22T06:37:31.423 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:11 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:37:31.494 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-modules-core-2:16.2.15-0.el8.noarch 27/32 2024-03-22T06:37:31.951 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-2:16.2.15-0.el8.x86_64 28/32 2024-03-22T06:37:33.111 INFO:teuthology.orchestra.run.smithi023.stdout:Package ceph-base-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:37:33.162 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:37:33.164 INFO:teuthology.orchestra.run.smithi023.stdout:Nothing to do. 2024-03-22T06:37:33.164 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:37:33.283 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install cephadm 2024-03-22T06:37:33.578 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-2:16.2.15-0.el8.x86_64 28/32 2024-03-22T06:37:33.776 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-osd-2:16.2.15-0.el8.x86_64 29/32 2024-03-22T06:37:34.065 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:14 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:37:34.247 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-osd-2:16.2.15-0.el8.x86_64 29/32 2024-03-22T06:37:34.417 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mon-2:16.2.15-0.el8.x86_64 30/32 2024-03-22T06:37:34.646 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mon-2:16.2.15-0.el8.x86_64 30/32 2024-03-22T06:37:34.859 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mds-2:16.2.15-0.el8.x86_64 31/32 2024-03-22T06:37:34.877 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mds-2:16.2.15-0.el8.x86_64 31/32 2024-03-22T06:37:35.009 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-2:16.2.15-0.el8.x86_64 32/32 2024-03-22T06:37:35.459 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-2:16.2.15-0.el8.x86_64 32/32 2024-03-22T06:37:35.459 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-2:16.2.15-0.el8.x86_64 1/32 2024-03-22T06:37:35.459 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mds-2:16.2.15-0.el8.x86_64 2/32 2024-03-22T06:37:35.459 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-2:16.2.15-0.el8.x86_64 3/32 2024-03-22T06:37:35.459 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mon-2:16.2.15-0.el8.x86_64 4/32 2024-03-22T06:37:35.459 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-osd-2:16.2.15-0.el8.x86_64 5/32 2024-03-22T06:37:35.459 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-modules-core-2:16.2.15-0.el8.noarch 6/32 2024-03-22T06:37:35.459 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-03-22T06:37:35.459 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-03-22T06:37:35.459 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-03-22T06:37:35.460 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-03-22T06:37:35.461 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-03-22T06:37:35.461 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-03-22T06:37:35.461 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-03-22T06:37:35.461 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-03-22T06:37:35.461 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-03-22T06:37:35.461 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-03-22T06:37:35.461 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-03-22T06:37:35.801 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:37:35.802 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:35.802 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2024-03-22T06:37:35.802 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:35.802 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:37:35.802 INFO:teuthology.orchestra.run.smithi023.stdout: cephadm noarch 2:16.2.15-0.el8 ceph-noarch 85 k 2024-03-22T06:37:35.802 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:35.802 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:37:35.802 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:35.802 INFO:teuthology.orchestra.run.smithi023.stdout:Install 1 Package 2024-03-22T06:37:35.802 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:35.803 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 85 k 2024-03-22T06:37:35.803 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 352 k 2024-03-22T06:37:35.803 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:37:35.855 INFO:teuthology.orchestra.run.smithi023.stdout:cephadm-16.2.15-0.el8.noarch.rpm 1.6 MB/s | 85 kB 00:00 2024-03-22T06:37:35.856 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:37:35.856 INFO:teuthology.orchestra.run.smithi023.stdout:Total 1.6 MB/s | 85 kB 00:00 2024-03-22T06:37:35.856 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:37:35.863 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:37:35.864 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:37:35.865 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:37:35.869 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:37:35.913 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:37:36.380 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: cephadm-2:16.2.15-0.el8.noarch 1/1 2024-03-22T06:37:36.397 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-03-22T06:37:36.397 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:36.397 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:37:36.397 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:36.397 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mds-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-modules-core-2:16.2.15-0.el8.noarch 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mon-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-osd-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-6.2-6.el8.noarch 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-03-22T06:37:36.398 INFO:teuthology.orchestra.run.smithi028.stdout: python3-mako-1.0.6-14.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-portend-2.6-1.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pycparser-2.14-14.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pytz-2017.2-11.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-03-22T06:37:36.399 INFO:teuthology.orchestra.run.smithi028.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-03-22T06:37:36.400 INFO:teuthology.orchestra.run.smithi028.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-03-22T06:37:36.400 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:36.400 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:37:36.598 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : cephadm-2:16.2.15-0.el8.noarch 1/1 2024-03-22T06:37:36.684 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-base 2024-03-22T06:37:36.832 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: cephadm-2:16.2.15-0.el8.noarch 1/1 2024-03-22T06:37:37.213 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : cephadm-2:16.2.15-0.el8.noarch 1/1 2024-03-22T06:37:37.213 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:37.213 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:37:37.213 INFO:teuthology.orchestra.run.smithi023.stdout: cephadm-2:16.2.15-0.el8.noarch 2024-03-22T06:37:37.213 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:37.213 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:37:37.438 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install ceph-immutable-object-cache 2024-03-22T06:37:37.472 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:15 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:37:38.226 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:18 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:37:39.154 INFO:teuthology.orchestra.run.smithi028.stdout:Package ceph-base-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:37:39.206 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:37:39.208 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-03-22T06:37:39.208 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:37:39.326 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install cephadm 2024-03-22T06:37:39.950 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:37:39.951 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:39.951 INFO:teuthology.orchestra.run.smithi023.stdout: Package Arch Version Repo Size 2024-03-22T06:37:39.951 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:39.951 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:37:39.951 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-immutable-object-cache x86_64 2:16.2.15-0.el8 ceph 161 k 2024-03-22T06:37:39.951 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:39.951 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:37:39.951 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:39.951 INFO:teuthology.orchestra.run.smithi023.stdout:Install 1 Package 2024-03-22T06:37:39.951 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:39.952 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 161 k 2024-03-22T06:37:39.952 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 470 k 2024-03-22T06:37:39.952 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:ceph-immutable-object-cache-16.2.15-0.el8.x86_6 3.8 MB/s | 161 kB 00:00 2024-03-22T06:37:39.994 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:37:39.994 INFO:teuthology.orchestra.run.smithi023.stdout:Total 3.7 MB/s | 161 kB 00:00 2024-03-22T06:37:39.994 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:37:40.006 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:37:40.006 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:37:40.056 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:37:40.060 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:37:40.111 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:18 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:37:40.181 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:37:40.350 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:37:40.765 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:37:41.134 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:37:41.134 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:41.134 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:37:41.134 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:41.134 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:41.135 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:37:41.364 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install ceph-mgr 2024-03-22T06:37:41.823 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:37:41.824 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:41.824 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-03-22T06:37:41.824 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:41.824 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:37:41.824 INFO:teuthology.orchestra.run.smithi028.stdout: cephadm noarch 2:16.2.15-0.el8 ceph-noarch 85 k 2024-03-22T06:37:41.824 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:41.824 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:37:41.824 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:41.824 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-03-22T06:37:41.824 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:41.825 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 85 k 2024-03-22T06:37:41.825 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 352 k 2024-03-22T06:37:41.825 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:37:41.878 INFO:teuthology.orchestra.run.smithi028.stdout:cephadm-16.2.15-0.el8.noarch.rpm 1.6 MB/s | 85 kB 00:00 2024-03-22T06:37:41.879 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:37:41.879 INFO:teuthology.orchestra.run.smithi028.stdout:Total 1.5 MB/s | 85 kB 00:00 2024-03-22T06:37:41.879 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:37:41.887 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:37:41.887 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:37:41.889 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:37:41.892 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:37:42.152 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:22 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:37:42.522 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:37:43.201 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: cephadm-2:16.2.15-0.el8.noarch 1/1 2024-03-22T06:37:43.413 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : cephadm-2:16.2.15-0.el8.noarch 1/1 2024-03-22T06:37:43.663 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: cephadm-2:16.2.15-0.el8.noarch 1/1 2024-03-22T06:37:43.822 INFO:teuthology.orchestra.run.smithi023.stdout:Package ceph-mgr-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:37:43.874 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:37:43.875 INFO:teuthology.orchestra.run.smithi023.stdout:Nothing to do. 2024-03-22T06:37:43.875 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:37:44.080 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : cephadm-2:16.2.15-0.el8.noarch 1/1 2024-03-22T06:37:44.080 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:44.080 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:37:44.081 INFO:teuthology.orchestra.run.smithi028.stdout: cephadm-2:16.2.15-0.el8.noarch 2024-03-22T06:37:44.081 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:44.081 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:37:44.363 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-immutable-object-cache 2024-03-22T06:37:44.427 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install ceph-mgr-dashboard 2024-03-22T06:37:45.144 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:23 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:37:45.217 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:25 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:37:46.882 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:37:46.882 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:46.882 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repo Size 2024-03-22T06:37:46.882 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:46.882 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:37:46.882 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-immutable-object-cache x86_64 2:16.2.15-0.el8 ceph 161 k 2024-03-22T06:37:46.883 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:46.883 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:37:46.883 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:46.883 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-03-22T06:37:46.883 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:46.883 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 161 k 2024-03-22T06:37:46.883 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 470 k 2024-03-22T06:37:46.883 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:37:46.946 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:37:46.947 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:46.947 INFO:teuthology.orchestra.run.smithi023.stdout: Package Arch Version Repository Size 2024-03-22T06:37:46.947 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:46.947 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:37:46.948 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-dashboard noarch 2:16.2.15-0.el8 ceph-noarch 3.1 M 2024-03-22T06:37:46.948 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-03-22T06:37:46.948 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-grafana-dashboards noarch 2:16.2.15-0.el8 ceph-noarch 24 k 2024-03-22T06:37:46.948 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-prometheus-alerts noarch 2:16.2.15-0.el8 ceph-noarch 15 k 2024-03-22T06:37:46.948 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-03-22T06:37:46.948 INFO:teuthology.orchestra.run.smithi023.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-03-22T06:37:46.948 INFO:teuthology.orchestra.run.smithi023.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-03-22T06:37:46.948 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:46.948 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:37:46.948 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:37:46.948 INFO:teuthology.orchestra.run.smithi023.stdout:Install 6 Packages 2024-03-22T06:37:46.948 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:46.949 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 3.4 M 2024-03-22T06:37:46.950 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 22 M 2024-03-22T06:37:46.950 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:37:46.950 INFO:teuthology.orchestra.run.smithi028.stdout:ceph-immutable-object-cache-16.2.15-0.el8.x86_6 2.4 MB/s | 161 kB 00:00 2024-03-22T06:37:46.950 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:37:46.950 INFO:teuthology.orchestra.run.smithi028.stdout:Total 2.4 MB/s | 161 kB 00:00 2024-03-22T06:37:46.950 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:37:46.961 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:37:46.961 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:37:47.012 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:37:47.015 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:37:47.080 INFO:teuthology.orchestra.run.smithi023.stdout:(1/6): ceph-grafana-dashboards-16.2.15-0.el8.no 487 kB/s | 24 kB 00:00 2024-03-22T06:37:47.105 INFO:teuthology.orchestra.run.smithi023.stdout:(2/6): ceph-prometheus-alerts-16.2.15-0.el8.noa 197 kB/s | 15 kB 00:00 2024-03-22T06:37:47.147 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:37:47.189 INFO:teuthology.orchestra.run.smithi023.stdout:(3/6): ceph-mgr-dashboard-16.2.15-0.el8.noarch. 20 MB/s | 3.1 MB 00:00 2024-03-22T06:37:47.264 INFO:teuthology.orchestra.run.smithi023.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 232 kB/s | 43 kB 00:00 2024-03-22T06:37:47.365 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:37:47.372 INFO:teuthology.orchestra.run.smithi023.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 126 kB/s | 34 kB 00:00 2024-03-22T06:37:47.623 INFO:teuthology.orchestra.run.smithi023.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 453 kB/s | 196 kB 00:00 2024-03-22T06:37:47.625 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:37:47.626 INFO:teuthology.orchestra.run.smithi023.stdout:Total 5.1 MB/s | 3.4 MB 00:00 2024-03-22T06:37:47.636 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:37:47.647 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:37:47.647 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:37:47.781 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:37:47.812 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:37:47.816 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:37:48.119 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:37:48.323 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2024-03-22T06:37:48.595 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2024-03-22T06:37:48.740 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:37:48.740 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:48.740 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:37:48.741 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 2024-03-22T06:37:48.741 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:48.741 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:37:48.792 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2024-03-22T06:37:48.924 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-prometheus-alerts-2:16.2.15-0.el8.noarch 4/6 2024-03-22T06:37:49.528 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr 2024-03-22T06:37:50.017 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-grafana-dashboards-2:16.2.15-0.el8.noarch 5/6 2024-03-22T06:37:50.320 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:28 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:37:50.616 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 6/6 2024-03-22T06:37:50.942 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 6/6 2024-03-22T06:37:50.942 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-grafana-dashboards-2:16.2.15-0.el8.noarch 1/6 2024-03-22T06:37:50.942 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 2/6 2024-03-22T06:37:50.943 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-prometheus-alerts-2:16.2.15-0.el8.noarch 3/6 2024-03-22T06:37:50.943 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2024-03-22T06:37:50.943 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2024-03-22T06:37:51.351 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2024-03-22T06:37:51.351 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:51.351 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:37:51.351 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-grafana-dashboards-2:16.2.15-0.el8.noarch 2024-03-22T06:37:51.351 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 2024-03-22T06:37:51.351 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-prometheus-alerts-2:16.2.15-0.el8.noarch 2024-03-22T06:37:51.351 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-03-22T06:37:51.351 INFO:teuthology.orchestra.run.smithi023.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-03-22T06:37:51.352 INFO:teuthology.orchestra.run.smithi023.stdout: python3-routes-2.4.1-12.el8.noarch 2024-03-22T06:37:51.352 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:51.352 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:37:51.513 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-22T06:37:52.002 INFO:teuthology.orchestra.run.smithi028.stdout:Package ceph-mgr-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:37:52.057 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:37:52.058 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-03-22T06:37:52.058 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:37:52.166 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr-dashboard 2024-03-22T06:37:52.297 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:32 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:37:52.953 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:30 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:37:54.042 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:37:54.043 INFO:teuthology.orchestra.run.smithi023.stdout:============================================================================================ 2024-03-22T06:37:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: Package Arch Version Repository Size 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout:============================================================================================ 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-diskprediction-local noarch 2:16.2.15-0.el8 ceph-noarch 8.6 M 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:54.044 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:37:54.045 INFO:teuthology.orchestra.run.smithi023.stdout:============================================================================================ 2024-03-22T06:37:54.045 INFO:teuthology.orchestra.run.smithi023.stdout:Install 8 Packages 2024-03-22T06:37:54.045 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:37:54.045 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 37 M 2024-03-22T06:37:54.045 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 210 M 2024-03-22T06:37:54.045 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:37:54.586 INFO:teuthology.orchestra.run.smithi023.stdout:(1/8): ceph-mgr-diskprediction-local-16.2.15-0. 52 MB/s | 8.6 MB 00:00 2024-03-22T06:37:54.693 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-dashboard noarch 2:16.2.15-0.el8 ceph-noarch 3.1 M 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-grafana-dashboards noarch 2:16.2.15-0.el8 ceph-noarch 24 k 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-prometheus-alerts noarch 2:16.2.15-0.el8 ceph-noarch 15 k 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:54.695 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:37:54.696 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:37:54.696 INFO:teuthology.orchestra.run.smithi028.stdout:Install 6 Packages 2024-03-22T06:37:54.696 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:54.696 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 3.4 M 2024-03-22T06:37:54.696 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 22 M 2024-03-22T06:37:54.696 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:37:55.085 INFO:teuthology.orchestra.run.smithi028.stdout:(1/6): ceph-grafana-dashboards-16.2.15-0.el8.no 398 kB/s | 24 kB 00:00 2024-03-22T06:37:55.110 INFO:teuthology.orchestra.run.smithi028.stdout:(2/6): ceph-prometheus-alerts-16.2.15-0.el8.noa 172 kB/s | 15 kB 00:00 2024-03-22T06:37:55.186 INFO:teuthology.orchestra.run.smithi028.stdout:(3/6): ceph-mgr-dashboard-16.2.15-0.el8.noarch. 19 MB/s | 3.1 MB 00:00 2024-03-22T06:37:55.253 INFO:teuthology.orchestra.run.smithi028.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 237 kB/s | 34 kB 00:00 2024-03-22T06:37:55.278 INFO:teuthology.orchestra.run.smithi028.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 221 kB/s | 43 kB 00:00 2024-03-22T06:37:55.312 INFO:teuthology.orchestra.run.smithi028.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.5 MB/s | 196 kB 00:00 2024-03-22T06:37:55.314 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:37:55.314 INFO:teuthology.orchestra.run.smithi028.stdout:Total 5.6 MB/s | 3.4 MB 00:00 2024-03-22T06:37:55.325 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:37:55.336 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:37:55.337 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:37:55.411 INFO:teuthology.orchestra.run.smithi023.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 4.8 MB/s | 4.7 MB 00:00 2024-03-22T06:37:55.494 INFO:teuthology.orchestra.run.smithi023.stdout:(3/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 4.5 MB/s | 4.9 MB 00:01 2024-03-22T06:37:55.505 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:37:55.509 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:37:55.561 INFO:teuthology.orchestra.run.smithi023.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 3.8 MB/s | 3.7 MB 00:00 2024-03-22T06:37:55.631 INFO:teuthology.orchestra.run.smithi023.stdout:(5/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.0 MB/s | 225 kB 00:00 2024-03-22T06:37:55.837 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:37:55.856 INFO:teuthology.orchestra.run.smithi023.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 766 kB/s | 172 kB 00:00 2024-03-22T06:37:55.881 INFO:teuthology.orchestra.run.smithi023.stdout:(7/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.0 MB/s | 645 kB 00:00 2024-03-22T06:37:56.073 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2024-03-22T06:37:56.281 INFO:teuthology.orchestra.run.smithi023.stdout:(8/8): python3-scipy-1.0.0-21.module_el8+762+77 18 MB/s | 14 MB 00:00 2024-03-22T06:37:56.282 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:37:56.282 INFO:teuthology.orchestra.run.smithi023.stdout:Total 17 MB/s | 37 MB 00:02 2024-03-22T06:37:56.342 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2024-03-22T06:37:56.520 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:37:56.539 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:37:56.539 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:37:56.566 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2024-03-22T06:37:56.697 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-prometheus-alerts-2:16.2.15-0.el8.noarch 4/6 2024-03-22T06:37:56.884 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:37:56.888 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:37:57.489 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:37:57.630 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2024-03-22T06:37:57.764 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2024-03-22T06:37:57.829 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-grafana-dashboards-2:16.2.15-0.el8.noarch 5/6 2024-03-22T06:37:57.905 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2024-03-22T06:37:58.081 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 6/6 2024-03-22T06:37:58.381 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 6/6 2024-03-22T06:37:58.381 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-grafana-dashboards-2:16.2.15-0.el8.noarch 1/6 2024-03-22T06:37:58.381 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 2/6 2024-03-22T06:37:58.381 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-prometheus-alerts-2:16.2.15-0.el8.noarch 3/6 2024-03-22T06:37:58.381 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2024-03-22T06:37:58.382 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2024-03-22T06:37:58.522 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2024-03-22T06:37:58.680 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-03-22T06:37:58.864 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2024-03-22T06:37:58.864 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:58.864 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:37:58.864 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-grafana-dashboards-2:16.2.15-0.el8.noarch 2024-03-22T06:37:58.864 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 2024-03-22T06:37:58.865 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-prometheus-alerts-2:16.2.15-0.el8.noarch 2024-03-22T06:37:58.865 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-03-22T06:37:58.865 INFO:teuthology.orchestra.run.smithi028.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-03-22T06:37:58.865 INFO:teuthology.orchestra.run.smithi028.stdout: python3-routes-2.4.1-12.el8.noarch 2024-03-22T06:37:58.865 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:37:58.865 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:37:59.001 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-22T06:37:59.326 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-03-22T06:37:59.446 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-03-22T06:37:59.792 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:37 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:38:00.181 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-03-22T06:38:00.538 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-03-22T06:38:00.763 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-03-22T06:38:01.538 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:38:01.539 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================================ 2024-03-22T06:38:01.539 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-03-22T06:38:01.539 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================================ 2024-03-22T06:38:01.539 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-diskprediction-local noarch 2:16.2.15-0.el8 ceph-noarch 8.6 M 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================================ 2024-03-22T06:38:01.540 INFO:teuthology.orchestra.run.smithi028.stdout:Install 8 Packages 2024-03-22T06:38:01.541 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:01.541 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 37 M 2024-03-22T06:38:01.541 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 210 M 2024-03-22T06:38:01.541 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:38:01.933 INFO:teuthology.orchestra.run.smithi028.stdout:(1/8): ceph-mgr-diskprediction-local-16.2.15-0. 57 MB/s | 8.6 MB 00:00 2024-03-22T06:38:02.640 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-03-22T06:38:02.917 INFO:teuthology.orchestra.run.smithi028.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 4.2 MB/s | 4.7 MB 00:01 2024-03-22T06:38:02.984 INFO:teuthology.orchestra.run.smithi028.stdout:(3/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 4.0 MB/s | 4.9 MB 00:01 2024-03-22T06:38:03.051 INFO:teuthology.orchestra.run.smithi028.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 3.3 MB/s | 3.7 MB 00:01 2024-03-22T06:38:03.076 INFO:teuthology.orchestra.run.smithi028.stdout:(5/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.4 MB/s | 225 kB 00:00 2024-03-22T06:38:03.185 INFO:teuthology.orchestra.run.smithi028.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 1.6 MB/s | 172 kB 00:00 2024-03-22T06:38:03.210 INFO:teuthology.orchestra.run.smithi028.stdout:(7/8): libgfortran-8.5.0-21.el8.x86_64.rpm 4.0 MB/s | 645 kB 00:00 2024-03-22T06:38:03.902 INFO:teuthology.orchestra.run.smithi028.stdout:(8/8): python3-scipy-1.0.0-21.module_el8+762+77 15 MB/s | 14 MB 00:00 2024-03-22T06:38:03.902 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:38:03.903 INFO:teuthology.orchestra.run.smithi028.stdout:Total 16 MB/s | 37 MB 00:02 2024-03-22T06:38:03.971 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-03-22T06:38:04.145 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:38:04.164 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:38:04.164 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:38:04.170 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 8/8 2024-03-22T06:38:04.515 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:38:04.517 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 8/8 2024-03-22T06:38:04.517 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 1/8 2024-03-22T06:38:04.517 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-03-22T06:38:04.517 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-03-22T06:38:04.517 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-03-22T06:38:04.517 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-03-22T06:38:04.518 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-03-22T06:38:04.518 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2024-03-22T06:38:04.518 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:38:04.948 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2024-03-22T06:38:04.948 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:04.949 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:38:04.949 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 2024-03-22T06:38:04.949 INFO:teuthology.orchestra.run.smithi023.stdout: libgfortran-8.5.0-21.el8.x86_64 2024-03-22T06:38:04.949 INFO:teuthology.orchestra.run.smithi023.stdout: libquadmath-8.5.0-21.el8.x86_64 2024-03-22T06:38:04.949 INFO:teuthology.orchestra.run.smithi023.stdout: openblas-0.3.15-4.el8.x86_64 2024-03-22T06:38:04.949 INFO:teuthology.orchestra.run.smithi023.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-03-22T06:38:04.949 INFO:teuthology.orchestra.run.smithi023.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-03-22T06:38:04.949 INFO:teuthology.orchestra.run.smithi023.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-03-22T06:38:04.949 INFO:teuthology.orchestra.run.smithi023.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-03-22T06:38:04.949 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:04.949 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:05.084 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install ceph-mgr-rook 2024-03-22T06:38:05.274 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:38:05.868 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:45 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:06.146 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2024-03-22T06:38:06.286 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2024-03-22T06:38:06.463 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2024-03-22T06:38:07.097 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2024-03-22T06:38:07.296 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-03-22T06:38:07.591 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:07.593 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:07.593 INFO:teuthology.orchestra.run.smithi023.stdout: Package Arch Version Repository Size 2024-03-22T06:38:07.593 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:07.594 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:38:07.594 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-rook noarch 2:16.2.15-0.el8 ceph-noarch 27 k 2024-03-22T06:38:07.594 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-03-22T06:38:07.594 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-03-22T06:38:07.594 INFO:teuthology.orchestra.run.smithi023.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-03-22T06:38:07.594 INFO:teuthology.orchestra.run.smithi023.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-03-22T06:38:07.594 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-03-22T06:38:07.594 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-03-22T06:38:07.594 INFO:teuthology.orchestra.run.smithi023.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-03-22T06:38:07.594 INFO:teuthology.orchestra.run.smithi023.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-03-22T06:38:07.594 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-03-22T06:38:07.594 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-03-22T06:38:07.595 INFO:teuthology.orchestra.run.smithi023.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-03-22T06:38:07.595 INFO:teuthology.orchestra.run.smithi023.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-03-22T06:38:07.595 INFO:teuthology.orchestra.run.smithi023.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-03-22T06:38:07.595 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:07.595 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:38:07.595 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:07.595 INFO:teuthology.orchestra.run.smithi023.stdout:Install 13 Packages 2024-03-22T06:38:07.595 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:07.595 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 1.9 M 2024-03-22T06:38:07.596 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 24 M 2024-03-22T06:38:07.596 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:38:08.040 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-03-22T06:38:08.071 INFO:teuthology.orchestra.run.smithi023.stdout:(1/13): ceph-mgr-rook-16.2.15-0.el8.noarch.rpm 490 kB/s | 27 kB 00:00 2024-03-22T06:38:08.212 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-03-22T06:38:08.337 INFO:teuthology.orchestra.run.smithi023.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 62 kB/s | 20 kB 00:00 2024-03-22T06:38:08.371 INFO:teuthology.orchestra.run.smithi023.stdout:(3/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 74 kB/s | 27 kB 00:00 2024-03-22T06:38:08.479 INFO:teuthology.orchestra.run.smithi023.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.4 MB/s | 155 kB 00:00 2024-03-22T06:38:08.521 INFO:teuthology.orchestra.run.smithi023.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 1.0 MB/s | 43 kB 00:00 2024-03-22T06:38:08.647 INFO:teuthology.orchestra.run.smithi023.stdout:(6/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 219 kB/s | 126 kB 00:00 2024-03-22T06:38:08.747 INFO:teuthology.orchestra.run.smithi023.stdout:(7/13): python3-pyasn1-modules-0.3.7-6.el8.noar 269 kB/s | 110 kB 00:00 2024-03-22T06:38:08.966 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-03-22T06:38:09.039 INFO:teuthology.orchestra.run.smithi023.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 64 kB/s | 33 kB 00:00 2024-03-22T06:38:09.336 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-03-22T06:38:09.604 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-03-22T06:38:09.947 INFO:teuthology.orchestra.run.smithi023.stdout:(9/13): python3-google-auth-1.1.1-10.el8.noarch 68 kB/s | 81 kB 00:01 2024-03-22T06:38:10.031 INFO:teuthology.orchestra.run.smithi023.stdout:(10/13): python3-certifi-2018.10.15-7.el8.noarc 12 kB/s | 16 kB 00:01 2024-03-22T06:38:10.298 INFO:teuthology.orchestra.run.smithi023.stdout:(11/13): python3-kubernetes-11.0.0-6.el8.noarch 948 kB/s | 1.2 MB 00:01 2024-03-22T06:38:10.340 INFO:teuthology.orchestra.run.smithi023.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 198 kB/s | 61 kB 00:00 2024-03-22T06:38:10.457 INFO:teuthology.orchestra.run.smithi023.stdout:(13/13): python3-rsa-4.9-2.el8.noarch.rpm 126 kB/s | 64 kB 00:00 2024-03-22T06:38:10.457 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:38:10.457 INFO:teuthology.orchestra.run.smithi023.stdout:Total 684 kB/s | 1.9 MB 00:02 2024-03-22T06:38:10.517 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:38:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:38:10.535 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:38:10.629 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:38:10.632 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:38:11.199 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:38:11.436 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2024-03-22T06:38:11.462 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-03-22T06:38:11.621 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2024-03-22T06:38:11.875 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2024-03-22T06:38:12.111 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2024-03-22T06:38:12.319 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2024-03-22T06:38:12.579 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2024-03-22T06:38:12.855 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-03-22T06:38:12.874 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2024-03-22T06:38:13.053 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 8/8 2024-03-22T06:38:13.110 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2024-03-22T06:38:13.532 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 8/8 2024-03-22T06:38:13.532 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 1/8 2024-03-22T06:38:13.532 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-03-22T06:38:13.532 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-03-22T06:38:13.532 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-03-22T06:38:13.533 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-03-22T06:38:13.533 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-03-22T06:38:13.533 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2024-03-22T06:38:13.967 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2024-03-22T06:38:13.967 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:13.967 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:38:13.967 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 2024-03-22T06:38:13.967 INFO:teuthology.orchestra.run.smithi028.stdout: libgfortran-8.5.0-21.el8.x86_64 2024-03-22T06:38:13.967 INFO:teuthology.orchestra.run.smithi028.stdout: libquadmath-8.5.0-21.el8.x86_64 2024-03-22T06:38:13.967 INFO:teuthology.orchestra.run.smithi028.stdout: openblas-0.3.15-4.el8.x86_64 2024-03-22T06:38:13.967 INFO:teuthology.orchestra.run.smithi028.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-03-22T06:38:13.968 INFO:teuthology.orchestra.run.smithi028.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-03-22T06:38:13.968 INFO:teuthology.orchestra.run.smithi028.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-03-22T06:38:13.968 INFO:teuthology.orchestra.run.smithi028.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-03-22T06:38:13.968 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:13.968 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:38:14.112 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr-rook 2024-03-22T06:38:14.223 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2024-03-22T06:38:14.459 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2024-03-22T06:38:14.677 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2024-03-22T06:38:14.852 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2024-03-22T06:38:14.909 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:52 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:38:15.002 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-mgr-rook-2:16.2.15-0.el8.noarch 13/13 2024-03-22T06:38:15.316 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-mgr-rook-2:16.2.15-0.el8.noarch 13/13 2024-03-22T06:38:15.317 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-mgr-rook-2:16.2.15-0.el8.noarch 1/13 2024-03-22T06:38:15.317 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2024-03-22T06:38:15.317 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2024-03-22T06:38:15.317 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2024-03-22T06:38:15.317 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2024-03-22T06:38:15.317 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2024-03-22T06:38:15.317 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2024-03-22T06:38:15.317 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2024-03-22T06:38:15.317 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2024-03-22T06:38:15.317 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2024-03-22T06:38:15.317 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2024-03-22T06:38:15.317 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2024-03-22T06:38:15.787 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2024-03-22T06:38:15.787 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:15.787 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:38:15.787 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-rook-2:16.2.15-0.el8.noarch 2024-03-22T06:38:15.787 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-03-22T06:38:15.787 INFO:teuthology.orchestra.run.smithi023.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-03-22T06:38:15.787 INFO:teuthology.orchestra.run.smithi023.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-03-22T06:38:15.787 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-03-22T06:38:15.787 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-03-22T06:38:15.787 INFO:teuthology.orchestra.run.smithi023.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-03-22T06:38:15.788 INFO:teuthology.orchestra.run.smithi023.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-03-22T06:38:15.788 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-03-22T06:38:15.788 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-03-22T06:38:15.788 INFO:teuthology.orchestra.run.smithi023.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-03-22T06:38:15.788 INFO:teuthology.orchestra.run.smithi023.stdout: python3-rsa-4.9-2.el8.noarch 2024-03-22T06:38:15.788 INFO:teuthology.orchestra.run.smithi023.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-03-22T06:38:15.788 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:15.788 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:15.904 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install ceph-mgr-cephadm 2024-03-22T06:38:16.641 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:38:16.643 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:16.643 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-03-22T06:38:16.643 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:16.643 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:38:16.643 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-rook noarch 2:16.2.15-0.el8 ceph-noarch 27 k 2024-03-22T06:38:16.643 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-03-22T06:38:16.643 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-03-22T06:38:16.643 INFO:teuthology.orchestra.run.smithi028.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-03-22T06:38:16.643 INFO:teuthology.orchestra.run.smithi028.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-03-22T06:38:16.643 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-03-22T06:38:16.643 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-03-22T06:38:16.643 INFO:teuthology.orchestra.run.smithi028.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-03-22T06:38:16.644 INFO:teuthology.orchestra.run.smithi028.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-03-22T06:38:16.644 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-03-22T06:38:16.644 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-03-22T06:38:16.644 INFO:teuthology.orchestra.run.smithi028.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-03-22T06:38:16.644 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-03-22T06:38:16.644 INFO:teuthology.orchestra.run.smithi028.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-03-22T06:38:16.644 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:16.644 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:38:16.644 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:16.644 INFO:teuthology.orchestra.run.smithi028.stdout:Install 13 Packages 2024-03-22T06:38:16.644 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:16.645 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 1.9 M 2024-03-22T06:38:16.645 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 24 M 2024-03-22T06:38:16.645 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:38:16.686 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:56 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:16.865 INFO:teuthology.orchestra.run.smithi028.stdout:(1/13): ceph-mgr-rook-16.2.15-0.el8.noarch.rpm 587 kB/s | 27 kB 00:00 2024-03-22T06:38:17.074 INFO:teuthology.orchestra.run.smithi028.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 78 kB/s | 20 kB 00:00 2024-03-22T06:38:17.091 INFO:teuthology.orchestra.run.smithi028.stdout:(3/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 97 kB/s | 27 kB 00:00 2024-03-22T06:38:17.225 INFO:teuthology.orchestra.run.smithi028.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.1 MB/s | 155 kB 00:00 2024-03-22T06:38:17.258 INFO:teuthology.orchestra.run.smithi028.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 1.3 MB/s | 43 kB 00:00 2024-03-22T06:38:17.325 INFO:teuthology.orchestra.run.smithi028.stdout:(6/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 275 kB/s | 126 kB 00:00 2024-03-22T06:38:17.359 INFO:teuthology.orchestra.run.smithi028.stdout:(7/13): python3-pyasn1-modules-0.3.7-6.el8.noar 386 kB/s | 110 kB 00:00 2024-03-22T06:38:17.518 INFO:teuthology.orchestra.run.smithi028.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 87 kB/s | 16 kB 00:00 2024-03-22T06:38:17.534 INFO:teuthology.orchestra.run.smithi028.stdout:(9/13): python3-cachetools-3.1.1-4.el8.noarch.r 119 kB/s | 33 kB 00:00 2024-03-22T06:38:17.668 INFO:teuthology.orchestra.run.smithi028.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 263 kB/s | 81 kB 00:00 2024-03-22T06:38:17.710 INFO:teuthology.orchestra.run.smithi028.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 367 kB/s | 64 kB 00:00 2024-03-22T06:38:17.835 INFO:teuthology.orchestra.run.smithi028.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 367 kB/s | 61 kB 00:00 2024-03-22T06:38:18.418 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:18.419 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:18.420 INFO:teuthology.orchestra.run.smithi023.stdout: Package Arch Version Repository Size 2024-03-22T06:38:18.420 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:18.420 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:38:18.420 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-cephadm noarch 2:16.2.15-0.el8 ceph-noarch 116 k 2024-03-22T06:38:18.420 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-03-22T06:38:18.420 INFO:teuthology.orchestra.run.smithi023.stdout: python3-apipkg noarch 1.5-6.el8 epel 21 k 2024-03-22T06:38:18.420 INFO:teuthology.orchestra.run.smithi023.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-03-22T06:38:18.420 INFO:teuthology.orchestra.run.smithi023.stdout: python3-execnet noarch 1.7.1-1.el8 epel 355 k 2024-03-22T06:38:18.420 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-03-22T06:38:18.420 INFO:teuthology.orchestra.run.smithi023.stdout: python3-remoto noarch 1.2.1-1.el8 epel 49 k 2024-03-22T06:38:18.421 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:18.421 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:38:18.421 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:18.421 INFO:teuthology.orchestra.run.smithi023.stdout:Install 6 Packages 2024-03-22T06:38:18.421 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:18.421 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 5.9 M 2024-03-22T06:38:18.421 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 24 M 2024-03-22T06:38:18.421 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:38:18.639 INFO:teuthology.orchestra.run.smithi023.stdout:(1/6): ceph-mgr-cephadm-16.2.15-0.el8.noarch.rp 2.8 MB/s | 116 kB 00:00 2024-03-22T06:38:18.694 INFO:teuthology.orchestra.run.smithi028.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 1.0 MB/s | 1.2 MB 00:01 2024-03-22T06:38:18.697 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:38:18.698 INFO:teuthology.orchestra.run.smithi028.stdout:Total 953 kB/s | 1.9 MB 00:02 2024-03-22T06:38:18.722 INFO:teuthology.orchestra.run.smithi023.stdout:(2/6): python3-apipkg-1.5-6.el8.noarch.rpm 255 kB/s | 21 kB 00:00 2024-03-22T06:38:18.758 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:38:18.774 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:38:18.774 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:38:18.848 INFO:teuthology.orchestra.run.smithi023.stdout:(3/6): python3-execnet-1.7.1-1.el8.noarch.rpm 2.8 MB/s | 355 kB 00:00 2024-03-22T06:38:18.869 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:38:18.873 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:38:18.881 INFO:teuthology.orchestra.run.smithi023.stdout:(4/6): python3-remoto-1.2.1-1.el8.noarch.rpm 1.4 MB/s | 49 kB 00:00 2024-03-22T06:38:19.223 INFO:teuthology.orchestra.run.smithi023.stdout:(5/6): python3-jinja2-2.10.1-4.el8.noarch.rpm 925 kB/s | 578 kB 00:00 2024-03-22T06:38:19.471 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:38:19.499 INFO:teuthology.orchestra.run.smithi023.stdout:(6/6): python3-babel-2.5.1-7.el8.noarch.rpm 5.3 MB/s | 4.8 MB 00:00 2024-03-22T06:38:19.499 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:38:19.500 INFO:teuthology.orchestra.run.smithi023.stdout:Total 5.4 MB/s | 5.9 MB 00:01 2024-03-22T06:38:19.554 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:38:19.565 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:38:19.565 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:38:19.681 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:38:19.684 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:38:19.725 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2024-03-22T06:38:19.922 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2024-03-22T06:38:19.956 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:38:20.190 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2024-03-22T06:38:20.215 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-apipkg-1.5-6.el8.noarch 1/6 2024-03-22T06:38:20.435 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2024-03-22T06:38:20.514 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-execnet-1.7.1-1.el8.noarch 2/6 2024-03-22T06:38:20.678 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2024-03-22T06:38:20.955 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2024-03-22T06:38:21.276 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2024-03-22T06:38:21.490 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-remoto-1.2.1-1.el8.noarch 3/6 2024-03-22T06:38:21.561 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2024-03-22T06:38:21.855 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 4/6 2024-03-22T06:38:22.195 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 5/6 2024-03-22T06:38:22.696 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2024-03-22T06:38:22.960 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-mgr-cephadm-2:16.2.15-0.el8.noarch 6/6 2024-03-22T06:38:23.043 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2024-03-22T06:38:23.262 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2024-03-22T06:38:23.303 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-mgr-cephadm-2:16.2.15-0.el8.noarch 6/6 2024-03-22T06:38:23.303 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-mgr-cephadm-2:16.2.15-0.el8.noarch 1/6 2024-03-22T06:38:23.303 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/6 2024-03-22T06:38:23.303 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/6 2024-03-22T06:38:23.304 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-apipkg-1.5-6.el8.noarch 4/6 2024-03-22T06:38:23.304 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-execnet-1.7.1-1.el8.noarch 5/6 2024-03-22T06:38:23.478 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2024-03-22T06:38:23.660 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-rook-2:16.2.15-0.el8.noarch 13/13 2024-03-22T06:38:23.693 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-remoto-1.2.1-1.el8.noarch 6/6 2024-03-22T06:38:23.693 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:23.693 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:38:23.693 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-cephadm-2:16.2.15-0.el8.noarch python3-apipkg-1.5-6.el8.noarch 2024-03-22T06:38:23.693 INFO:teuthology.orchestra.run.smithi023.stdout: python3-babel-2.5.1-7.el8.noarch python3-execnet-1.7.1-1.el8.noarch 2024-03-22T06:38:23.693 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jinja2-2.10.1-4.el8.noarch python3-remoto-1.2.1-1.el8.noarch 2024-03-22T06:38:23.693 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:23.693 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:23.845 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install ceph-fuse 2024-03-22T06:38:23.981 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-rook-2:16.2.15-0.el8.noarch 13/13 2024-03-22T06:38:23.982 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-rook-2:16.2.15-0.el8.noarch 1/13 2024-03-22T06:38:23.982 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2024-03-22T06:38:23.982 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2024-03-22T06:38:23.982 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2024-03-22T06:38:23.982 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2024-03-22T06:38:23.982 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2024-03-22T06:38:23.982 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2024-03-22T06:38:23.982 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2024-03-22T06:38:23.982 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2024-03-22T06:38:23.982 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2024-03-22T06:38:23.982 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2024-03-22T06:38:23.982 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2024-03-22T06:38:24.615 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2024-03-22T06:38:24.615 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:24.615 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:38:24.615 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-rook-2:16.2.15-0.el8.noarch 2024-03-22T06:38:24.615 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-03-22T06:38:24.615 INFO:teuthology.orchestra.run.smithi028.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-03-22T06:38:24.615 INFO:teuthology.orchestra.run.smithi028.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-03-22T06:38:24.615 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-03-22T06:38:24.615 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-03-22T06:38:24.616 INFO:teuthology.orchestra.run.smithi028.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-03-22T06:38:24.616 INFO:teuthology.orchestra.run.smithi028.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-03-22T06:38:24.616 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-03-22T06:38:24.616 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-03-22T06:38:24.616 INFO:teuthology.orchestra.run.smithi028.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-03-22T06:38:24.616 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rsa-4.9-2.el8.noarch 2024-03-22T06:38:24.616 INFO:teuthology.orchestra.run.smithi028.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-03-22T06:38:24.616 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:24.616 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:38:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:04 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:24.738 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr-cephadm 2024-03-22T06:38:25.530 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:03 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:38:26.354 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:26.355 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:26.355 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2024-03-22T06:38:26.355 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:26.355 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:38:26.355 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-fuse x86_64 2:16.2.15-0.el8 ceph 911 k 2024-03-22T06:38:26.355 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-03-22T06:38:26.355 INFO:teuthology.orchestra.run.smithi023.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-03-22T06:38:26.355 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:38:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:Install 2 Packages 2024-03-22T06:38:26.356 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 994 k 2024-03-22T06:38:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 2.8 M 2024-03-22T06:38:26.356 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:38:26.618 INFO:teuthology.orchestra.run.smithi023.stdout:(1/2): ceph-fuse-16.2.15-0.el8.x86_64.rpm 13 MB/s | 911 kB 00:00 2024-03-22T06:38:26.684 INFO:teuthology.orchestra.run.smithi023.stdout:(2/2): fuse-2.9.7-19.el8.x86_64.rpm 614 kB/s | 83 kB 00:00 2024-03-22T06:38:26.685 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:38:26.685 INFO:teuthology.orchestra.run.smithi023.stdout:Total 3.0 MB/s | 994 kB 00:00 2024-03-22T06:38:26.696 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:38:26.718 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:38:26.718 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:38:26.811 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:38:26.814 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:38:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:38:27.254 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-03-22T06:38:27.261 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:38:27.262 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:27.262 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2024-03-22T06:38:27.262 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:27.262 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:38:27.263 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-cephadm noarch 2:16.2.15-0.el8 ceph-noarch 116 k 2024-03-22T06:38:27.263 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-03-22T06:38:27.263 INFO:teuthology.orchestra.run.smithi028.stdout: python3-apipkg noarch 1.5-6.el8 epel 21 k 2024-03-22T06:38:27.263 INFO:teuthology.orchestra.run.smithi028.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-03-22T06:38:27.263 INFO:teuthology.orchestra.run.smithi028.stdout: python3-execnet noarch 1.7.1-1.el8 epel 355 k 2024-03-22T06:38:27.263 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-03-22T06:38:27.263 INFO:teuthology.orchestra.run.smithi028.stdout: python3-remoto noarch 1.2.1-1.el8 epel 49 k 2024-03-22T06:38:27.263 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:27.263 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:38:27.263 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:27.263 INFO:teuthology.orchestra.run.smithi028.stdout:Install 6 Packages 2024-03-22T06:38:27.263 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:27.264 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 5.9 M 2024-03-22T06:38:27.264 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 24 M 2024-03-22T06:38:27.264 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:38:27.509 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : ceph-fuse-2:16.2.15-0.el8.x86_64 2/2 2024-03-22T06:38:27.525 INFO:teuthology.orchestra.run.smithi028.stdout:(1/6): ceph-mgr-cephadm-16.2.15-0.el8.noarch.rp 2.1 MB/s | 116 kB 00:00 2024-03-22T06:38:27.924 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: ceph-fuse-2:16.2.15-0.el8.x86_64 2/2 2024-03-22T06:38:27.924 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : ceph-fuse-2:16.2.15-0.el8.x86_64 1/2 2024-03-22T06:38:27.934 INFO:teuthology.orchestra.run.smithi028.stdout:(2/6): python3-apipkg-1.5-6.el8.noarch.rpm 52 kB/s | 21 kB 00:00 2024-03-22T06:38:28.110 INFO:teuthology.orchestra.run.smithi028.stdout:(3/6): python3-jinja2-2.10.1-4.el8.noarch.rpm 908 kB/s | 578 kB 00:00 2024-03-22T06:38:28.235 INFO:teuthology.orchestra.run.smithi028.stdout:(4/6): python3-execnet-1.7.1-1.el8.noarch.rpm 1.2 MB/s | 355 kB 00:00 2024-03-22T06:38:28.319 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-03-22T06:38:28.319 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:28.319 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:38:28.319 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-fuse-2:16.2.15-0.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-03-22T06:38:28.319 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:28.335 INFO:teuthology.orchestra.run.smithi028.stdout:(5/6): python3-remoto-1.2.1-1.el8.noarch.rpm 217 kB/s | 49 kB 00:00 2024-03-22T06:38:28.427 INFO:teuthology.orchestra.run.smithi028.stdout:(6/6): python3-babel-2.5.1-7.el8.noarch.rpm 5.0 MB/s | 4.8 MB 00:00 2024-03-22T06:38:28.428 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:38:28.428 INFO:teuthology.orchestra.run.smithi028.stdout:Total 5.0 MB/s | 5.9 MB 00:01 2024-03-22T06:38:28.484 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:38:28.495 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:38:28.495 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:38:28.617 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:38:28.620 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:38:28.859 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install librados-devel 2024-03-22T06:38:28.899 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:38:29.190 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-apipkg-1.5-6.el8.noarch 1/6 2024-03-22T06:38:29.490 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-execnet-1.7.1-1.el8.noarch 2/6 2024-03-22T06:38:29.652 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:09 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:30.506 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-remoto-1.2.1-1.el8.noarch 3/6 2024-03-22T06:38:30.881 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 4/6 2024-03-22T06:38:31.136 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 5/6 2024-03-22T06:38:31.351 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-cephadm-2:16.2.15-0.el8.noarch 6/6 2024-03-22T06:38:31.385 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:31.386 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:31.386 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2024-03-22T06:38:31.386 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:31.386 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:38:31.386 INFO:teuthology.orchestra.run.smithi023.stdout: librados-devel x86_64 2:16.2.15-0.el8 ceph 131 k 2024-03-22T06:38:31.386 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:31.386 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:38:31.386 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:31.387 INFO:teuthology.orchestra.run.smithi023.stdout:Install 1 Package 2024-03-22T06:38:31.387 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:31.387 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 131 k 2024-03-22T06:38:31.387 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 432 k 2024-03-22T06:38:31.387 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:38:31.438 INFO:teuthology.orchestra.run.smithi023.stdout:librados-devel-16.2.15-0.el8.x86_64.rpm 2.5 MB/s | 131 kB 00:00 2024-03-22T06:38:31.439 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:38:31.439 INFO:teuthology.orchestra.run.smithi023.stdout:Total 2.4 MB/s | 131 kB 00:00 2024-03-22T06:38:31.439 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:38:31.445 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:38:31.445 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:38:31.497 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:38:31.501 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:38:31.627 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:38:31.652 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-cephadm-2:16.2.15-0.el8.noarch 6/6 2024-03-22T06:38:31.652 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-cephadm-2:16.2.15-0.el8.noarch 1/6 2024-03-22T06:38:31.652 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/6 2024-03-22T06:38:31.652 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/6 2024-03-22T06:38:31.652 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-apipkg-1.5-6.el8.noarch 4/6 2024-03-22T06:38:31.653 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-execnet-1.7.1-1.el8.noarch 5/6 2024-03-22T06:38:31.824 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : librados-devel-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:32.120 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: librados-devel-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:32.244 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-remoto-1.2.1-1.el8.noarch 6/6 2024-03-22T06:38:32.245 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:32.245 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:38:32.245 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-cephadm-2:16.2.15-0.el8.noarch python3-apipkg-1.5-6.el8.noarch 2024-03-22T06:38:32.245 INFO:teuthology.orchestra.run.smithi028.stdout: python3-babel-2.5.1-7.el8.noarch python3-execnet-1.7.1-1.el8.noarch 2024-03-22T06:38:32.245 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jinja2-2.10.1-4.el8.noarch python3-remoto-1.2.1-1.el8.noarch 2024-03-22T06:38:32.245 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:32.245 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:38:32.374 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-fuse 2024-03-22T06:38:32.508 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : librados-devel-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:32.508 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:32.508 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:38:32.508 INFO:teuthology.orchestra.run.smithi023.stdout: librados-devel-2:16.2.15-0.el8.x86_64 2024-03-22T06:38:32.508 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:32.508 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:32.731 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install libcephfs2 2024-03-22T06:38:33.161 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:11 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:38:33.518 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:13 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:34.923 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:38:34.923 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:34.923 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-03-22T06:38:34.924 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:34.924 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:38:34.924 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-fuse x86_64 2:16.2.15-0.el8 ceph 911 k 2024-03-22T06:38:34.924 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2024-03-22T06:38:34.924 INFO:teuthology.orchestra.run.smithi028.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-03-22T06:38:34.924 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:34.924 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:38:34.924 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:34.924 INFO:teuthology.orchestra.run.smithi028.stdout:Install 2 Packages 2024-03-22T06:38:34.924 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:34.925 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 994 k 2024-03-22T06:38:34.925 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 2.8 M 2024-03-22T06:38:34.925 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:38:35.170 INFO:teuthology.orchestra.run.smithi028.stdout:(1/2): ceph-fuse-16.2.15-0.el8.x86_64.rpm 14 MB/s | 911 kB 00:00 2024-03-22T06:38:35.190 INFO:teuthology.orchestra.run.smithi023.stdout:Package libcephfs2-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:38:35.237 INFO:teuthology.orchestra.run.smithi028.stdout:(2/2): fuse-2.9.7-19.el8.x86_64.rpm 649 kB/s | 83 kB 00:00 2024-03-22T06:38:35.237 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:38:35.238 INFO:teuthology.orchestra.run.smithi028.stdout:Total 3.1 MB/s | 994 kB 00:00 2024-03-22T06:38:35.244 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:35.246 INFO:teuthology.orchestra.run.smithi023.stdout:Nothing to do. 2024-03-22T06:38:35.246 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:35.248 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:38:35.270 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:38:35.270 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:38:35.364 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:38:35.367 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:38:35.579 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:38:35.672 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install libcephfs-devel 2024-03-22T06:38:35.888 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-03-22T06:38:36.118 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-fuse-2:16.2.15-0.el8.x86_64 2/2 2024-03-22T06:38:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:16 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:36.531 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-fuse-2:16.2.15-0.el8.x86_64 2/2 2024-03-22T06:38:36.531 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-fuse-2:16.2.15-0.el8.x86_64 1/2 2024-03-22T06:38:36.959 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-03-22T06:38:36.960 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:36.960 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:38:36.960 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-fuse-2:16.2.15-0.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-03-22T06:38:36.960 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:36.960 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:38:37.209 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install librados-devel 2024-03-22T06:38:37.997 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:15 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:38:38.184 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:38.184 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:38.184 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2024-03-22T06:38:38.184 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:38.184 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:38:38.184 INFO:teuthology.orchestra.run.smithi023.stdout: libcephfs-devel x86_64 2:16.2.15-0.el8 ceph 25 k 2024-03-22T06:38:38.185 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:38.185 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:38:38.185 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:38.185 INFO:teuthology.orchestra.run.smithi023.stdout:Install 1 Package 2024-03-22T06:38:38.185 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:38.185 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 25 k 2024-03-22T06:38:38.185 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 107 k 2024-03-22T06:38:38.186 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:38:38.236 INFO:teuthology.orchestra.run.smithi023.stdout:libcephfs-devel-16.2.15-0.el8.x86_64.rpm 500 kB/s | 25 kB 00:00 2024-03-22T06:38:38.237 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:38:38.237 INFO:teuthology.orchestra.run.smithi023.stdout:Total 487 kB/s | 25 kB 00:00 2024-03-22T06:38:38.237 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:38:38.241 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:38:38.241 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:38:38.244 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:38:38.247 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:38:38.299 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:38:38.479 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : libcephfs-devel-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:38.738 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: libcephfs-devel-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:39.101 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : libcephfs-devel-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:39.101 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:39.102 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:38:39.102 INFO:teuthology.orchestra.run.smithi023.stdout: libcephfs-devel-2:16.2.15-0.el8.x86_64 2024-03-22T06:38:39.102 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:39.102 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:39.232 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install librados2 2024-03-22T06:38:39.747 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:38:39.748 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:39.748 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-03-22T06:38:39.748 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:39.748 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:38:39.748 INFO:teuthology.orchestra.run.smithi028.stdout: librados-devel x86_64 2:16.2.15-0.el8 ceph 131 k 2024-03-22T06:38:39.748 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:39.748 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:38:39.748 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:39.748 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-03-22T06:38:39.748 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:39.749 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 131 k 2024-03-22T06:38:39.749 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 432 k 2024-03-22T06:38:39.749 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:38:39.799 INFO:teuthology.orchestra.run.smithi028.stdout:librados-devel-16.2.15-0.el8.x86_64.rpm 2.6 MB/s | 131 kB 00:00 2024-03-22T06:38:39.800 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:38:39.800 INFO:teuthology.orchestra.run.smithi028.stdout:Total 2.5 MB/s | 131 kB 00:00 2024-03-22T06:38:39.800 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:38:39.806 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:38:39.806 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:38:39.860 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:38:39.863 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:38:40.024 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:20 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:40.087 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:38:40.441 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librados-devel-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:40.740 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librados-devel-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:41.140 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librados-devel-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:41.140 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:41.140 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:38:41.140 INFO:teuthology.orchestra.run.smithi028.stdout: librados-devel-2:16.2.15-0.el8.x86_64 2024-03-22T06:38:41.140 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:41.140 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:38:41.355 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install libcephfs2 2024-03-22T06:38:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:Package librados2-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:38:41.776 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:41.777 INFO:teuthology.orchestra.run.smithi023.stdout:Nothing to do. 2024-03-22T06:38:41.778 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:41.892 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install librbd1 2024-03-22T06:38:42.151 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:20 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:38:42.690 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:22 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:43.842 INFO:teuthology.orchestra.run.smithi028.stdout:Package libcephfs2-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:38:43.893 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:38:43.895 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-03-22T06:38:43.895 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:38:44.364 INFO:teuthology.orchestra.run.smithi023.stdout:Package librbd1-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:38:44.416 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:44.417 INFO:teuthology.orchestra.run.smithi023.stdout:Nothing to do. 2024-03-22T06:38:44.417 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:44.531 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install python3-rados 2024-03-22T06:38:44.590 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install libcephfs-devel 2024-03-22T06:38:45.322 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:25 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:45.384 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:23 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:38:46.996 INFO:teuthology.orchestra.run.smithi023.stdout:Package python3-rados-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:38:47.050 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:47.051 INFO:teuthology.orchestra.run.smithi023.stdout:Nothing to do. 2024-03-22T06:38:47.051 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:47.100 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:38:47.101 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:47.101 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-03-22T06:38:47.101 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:47.101 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:38:47.101 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs-devel x86_64 2:16.2.15-0.el8 ceph 25 k 2024-03-22T06:38:47.101 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:47.101 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:38:47.102 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:38:47.102 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-03-22T06:38:47.102 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:47.102 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 25 k 2024-03-22T06:38:47.102 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 107 k 2024-03-22T06:38:47.102 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:38:47.155 INFO:teuthology.orchestra.run.smithi028.stdout:libcephfs-devel-16.2.15-0.el8.x86_64.rpm 487 kB/s | 25 kB 00:00 2024-03-22T06:38:47.155 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:38:47.155 INFO:teuthology.orchestra.run.smithi028.stdout:Total 476 kB/s | 25 kB 00:00 2024-03-22T06:38:47.156 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:38:47.159 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:38:47.159 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:38:47.162 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:38:47.164 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install python3-rgw 2024-03-22T06:38:47.165 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:38:47.215 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:38:47.472 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libcephfs-devel-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:47.733 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libcephfs-devel-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:47.955 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:27 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:48.118 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libcephfs-devel-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:48.118 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:48.118 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:38:48.118 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs-devel-2:16.2.15-0.el8.x86_64 2024-03-22T06:38:48.118 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:38:48.119 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:38:48.239 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install librados2 2024-03-22T06:38:49.030 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:27 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:38:49.637 INFO:teuthology.orchestra.run.smithi023.stdout:Package python3-rgw-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:38:49.690 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:49.690 INFO:teuthology.orchestra.run.smithi023.stdout:Nothing to do. 2024-03-22T06:38:49.690 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:49.794 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install python3-cephfs 2024-03-22T06:38:50.583 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:30 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:50.720 INFO:teuthology.orchestra.run.smithi028.stdout:Package librados2-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:38:50.772 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:38:50.773 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-03-22T06:38:50.773 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:38:50.881 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install librbd1 2024-03-22T06:38:51.664 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:29 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:38:52.266 INFO:teuthology.orchestra.run.smithi023.stdout:Package python3-cephfs-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:38:52.320 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:52.322 INFO:teuthology.orchestra.run.smithi023.stdout:Nothing to do. 2024-03-22T06:38:52.322 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:52.432 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install python3-rbd 2024-03-22T06:38:53.219 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:33 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:53.353 INFO:teuthology.orchestra.run.smithi028.stdout:Package librbd1-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:38:53.404 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:38:53.405 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-03-22T06:38:53.405 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:38:53.543 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install python3-rados 2024-03-22T06:38:54.342 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:32 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:38:54.891 INFO:teuthology.orchestra.run.smithi023.stdout:Package python3-rbd-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:38:54.943 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:54.944 INFO:teuthology.orchestra.run.smithi023.stdout:Nothing to do. 2024-03-22T06:38:54.944 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:55.046 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install rbd-fuse 2024-03-22T06:38:55.838 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:35 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:38:55.990 INFO:teuthology.orchestra.run.smithi028.stdout:Package python3-rados-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:38:56.041 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:38:56.043 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-03-22T06:38:56.043 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:38:56.149 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install python3-rgw 2024-03-22T06:38:56.936 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:34 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:38:57.565 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:38:57.565 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2024-03-22T06:38:57.566 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:57.566 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:38:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: rbd-fuse x86_64 2:16.2.15-0.el8 ceph 88 k 2024-03-22T06:38:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:57.566 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:38:57.566 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:38:57.566 INFO:teuthology.orchestra.run.smithi023.stdout:Install 1 Package 2024-03-22T06:38:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:57.567 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 88 k 2024-03-22T06:38:57.567 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 240 k 2024-03-22T06:38:57.567 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:38:57.609 INFO:teuthology.orchestra.run.smithi023.stdout:rbd-fuse-16.2.15-0.el8.x86_64.rpm 2.0 MB/s | 88 kB 00:00 2024-03-22T06:38:57.610 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:38:57.610 INFO:teuthology.orchestra.run.smithi023.stdout:Total 2.0 MB/s | 88 kB 00:00 2024-03-22T06:38:57.610 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:38:57.621 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:38:57.621 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:38:57.674 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:38:57.677 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:38:57.784 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:38:57.970 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : rbd-fuse-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:58.258 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: rbd-fuse-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:58.652 INFO:teuthology.orchestra.run.smithi028.stdout:Package python3-rgw-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:38:58.665 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : rbd-fuse-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:38:58.665 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:58.665 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:38:58.665 INFO:teuthology.orchestra.run.smithi023.stdout: rbd-fuse-2:16.2.15-0.el8.x86_64 2024-03-22T06:38:58.665 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:38:58.665 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:38:58.703 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:38:58.704 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-03-22T06:38:58.704 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:38:58.814 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install python3-cephfs 2024-03-22T06:38:58.898 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install rbd-mirror 2024-03-22T06:38:59.602 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:37 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:38:59.686 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:39 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:39:01.260 INFO:teuthology.orchestra.run.smithi028.stdout:Package python3-cephfs-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:39:01.311 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:39:01.312 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-03-22T06:39:01.313 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:39:01.419 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:39:01.420 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:39:01.420 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2024-03-22T06:39:01.420 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:39:01.420 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:39:01.420 INFO:teuthology.orchestra.run.smithi023.stdout: rbd-mirror x86_64 2:16.2.15-0.el8 ceph 3.7 M 2024-03-22T06:39:01.420 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:39:01.420 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:39:01.420 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:39:01.420 INFO:teuthology.orchestra.run.smithi023.stdout:Install 1 Package 2024-03-22T06:39:01.421 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:39:01.421 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 3.7 M 2024-03-22T06:39:01.421 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 15 M 2024-03-22T06:39:01.421 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:39:01.423 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install python3-rbd 2024-03-22T06:39:01.512 INFO:teuthology.orchestra.run.smithi023.stdout:rbd-mirror-16.2.15-0.el8.x86_64.rpm 41 MB/s | 3.7 MB 00:00 2024-03-22T06:39:01.512 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:39:01.513 INFO:teuthology.orchestra.run.smithi023.stdout:Total 40 MB/s | 3.7 MB 00:00 2024-03-22T06:39:01.513 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:39:01.525 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:39:01.526 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:39:01.593 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:39:01.596 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:39:02.054 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:39:02.213 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:40 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:39:02.254 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : rbd-mirror-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:02.696 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: rbd-mirror-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:03.080 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : rbd-mirror-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:03.080 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:39:03.080 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:39:03.080 INFO:teuthology.orchestra.run.smithi023.stdout: rbd-mirror-2:16.2.15-0.el8.x86_64 2024-03-22T06:39:03.080 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:39:03.080 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:39:03.308 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum -y install rbd-nbd 2024-03-22T06:39:03.885 INFO:teuthology.orchestra.run.smithi028.stdout:Package python3-rbd-2:16.2.15-0.el8.x86_64 is already installed. 2024-03-22T06:39:03.938 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:39:03.939 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2024-03-22T06:39:03.939 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:39:04.044 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install rbd-fuse 2024-03-22T06:39:04.095 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:02:44 ago on Fri 22 Mar 2024 06:36:20 AM UTC. 2024-03-22T06:39:04.837 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:42 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:39:05.836 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-03-22T06:39:05.836 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:39:05.836 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2024-03-22T06:39:05.836 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:39:05.836 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-03-22T06:39:05.836 INFO:teuthology.orchestra.run.smithi023.stdout: rbd-nbd x86_64 2:16.2.15-0.el8 ceph 175 k 2024-03-22T06:39:05.836 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:39:05.837 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-03-22T06:39:05.837 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-03-22T06:39:05.837 INFO:teuthology.orchestra.run.smithi023.stdout:Install 1 Package 2024-03-22T06:39:05.837 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:39:05.837 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 175 k 2024-03-22T06:39:05.837 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 523 k 2024-03-22T06:39:05.837 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-03-22T06:39:05.881 INFO:teuthology.orchestra.run.smithi023.stdout:rbd-nbd-16.2.15-0.el8.x86_64.rpm 4.0 MB/s | 175 kB 00:00 2024-03-22T06:39:05.881 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:39:05.881 INFO:teuthology.orchestra.run.smithi023.stdout:Total 3.9 MB/s | 175 kB 00:00 2024-03-22T06:39:05.882 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-03-22T06:39:05.893 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-03-22T06:39:05.893 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-03-22T06:39:05.946 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-03-22T06:39:05.950 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-03-22T06:39:06.087 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-03-22T06:39:06.294 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : rbd-nbd-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:06.570 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:39:06.570 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:39:06.570 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-03-22T06:39:06.570 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:39:06.570 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:39:06.571 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-fuse x86_64 2:16.2.15-0.el8 ceph 88 k 2024-03-22T06:39:06.571 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:39:06.571 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:39:06.571 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:39:06.571 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-03-22T06:39:06.571 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:39:06.571 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 88 k 2024-03-22T06:39:06.571 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 240 k 2024-03-22T06:39:06.572 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:39:06.604 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: rbd-nbd-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:06.619 INFO:teuthology.orchestra.run.smithi028.stdout:rbd-fuse-16.2.15-0.el8.x86_64.rpm 1.8 MB/s | 88 kB 00:00 2024-03-22T06:39:06.620 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:39:06.620 INFO:teuthology.orchestra.run.smithi028.stdout:Total 1.8 MB/s | 88 kB 00:00 2024-03-22T06:39:06.620 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:39:06.631 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:39:06.631 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:39:06.684 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:39:06.687 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:39:06.911 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:39:07.019 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : rbd-nbd-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:07.019 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:39:07.019 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-03-22T06:39:07.019 INFO:teuthology.orchestra.run.smithi023.stdout: rbd-nbd-2:16.2.15-0.el8.x86_64 2024-03-22T06:39:07.019 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:39:07.019 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-03-22T06:39:07.096 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : rbd-fuse-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:07.219 DEBUG:teuthology.parallel:result is None 2024-03-22T06:39:07.420 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: rbd-fuse-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:07.874 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : rbd-fuse-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:07.875 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:39:07.875 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:39:07.875 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-fuse-2:16.2.15-0.el8.x86_64 2024-03-22T06:39:07.875 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:39:07.875 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:39:08.128 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install rbd-mirror 2024-03-22T06:39:08.919 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:46 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:39:10.666 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:39:10.667 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:39:10.667 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-03-22T06:39:10.667 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:39:10.667 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:39:10.667 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-mirror x86_64 2:16.2.15-0.el8 ceph 3.7 M 2024-03-22T06:39:10.667 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:39:10.668 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:39:10.668 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:39:10.668 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-03-22T06:39:10.668 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:39:10.668 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 3.7 M 2024-03-22T06:39:10.668 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 15 M 2024-03-22T06:39:10.668 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:39:10.772 INFO:teuthology.orchestra.run.smithi028.stdout:rbd-mirror-16.2.15-0.el8.x86_64.rpm 36 MB/s | 3.7 MB 00:00 2024-03-22T06:39:10.772 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:39:10.773 INFO:teuthology.orchestra.run.smithi028.stdout:Total 35 MB/s | 3.7 MB 00:00 2024-03-22T06:39:10.773 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:39:10.786 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:39:10.786 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:39:10.854 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:39:10.857 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:39:11.327 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:39:11.513 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : rbd-mirror-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:11.954 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: rbd-mirror-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:12.350 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : rbd-mirror-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:12.350 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:39:12.350 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:39:12.350 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-mirror-2:16.2.15-0.el8.x86_64 2024-03-22T06:39:12.350 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:39:12.350 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:39:12.579 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install rbd-nbd 2024-03-22T06:39:13.372 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:51 ago on Fri 22 Mar 2024 06:36:22 AM UTC. 2024-03-22T06:39:15.131 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2024-03-22T06:39:15.131 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:39:15.131 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2024-03-22T06:39:15.131 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:39:15.132 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2024-03-22T06:39:15.132 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-nbd x86_64 2:16.2.15-0.el8 ceph 175 k 2024-03-22T06:39:15.132 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:39:15.132 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2024-03-22T06:39:15.132 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2024-03-22T06:39:15.132 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2024-03-22T06:39:15.132 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:39:15.133 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 175 k 2024-03-22T06:39:15.133 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 523 k 2024-03-22T06:39:15.133 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2024-03-22T06:39:15.174 INFO:teuthology.orchestra.run.smithi028.stdout:rbd-nbd-16.2.15-0.el8.x86_64.rpm 4.1 MB/s | 175 kB 00:00 2024-03-22T06:39:15.175 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-22T06:39:15.175 INFO:teuthology.orchestra.run.smithi028.stdout:Total 4.0 MB/s | 175 kB 00:00 2024-03-22T06:39:15.175 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2024-03-22T06:39:15.187 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2024-03-22T06:39:15.187 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2024-03-22T06:39:15.240 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2024-03-22T06:39:15.243 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2024-03-22T06:39:15.360 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2024-03-22T06:39:15.745 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : rbd-nbd-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:16.057 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: rbd-nbd-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:16.453 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : rbd-nbd-2:16.2.15-0.el8.x86_64 1/1 2024-03-22T06:39:16.453 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:39:16.454 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2024-03-22T06:39:16.454 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-nbd-2:16.2.15-0.el8.x86_64 2024-03-22T06:39:16.454 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:39:16.454 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2024-03-22T06:39:16.707 DEBUG:teuthology.parallel:result is None 2024-03-22T06:39:16.707 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-22T06:39:16.707 INFO:teuthology.packaging:ref: None 2024-03-22T06:39:16.707 INFO:teuthology.packaging:tag: None 2024-03-22T06:39:16.707 INFO:teuthology.packaging:branch: pacific 2024-03-22T06:39:16.707 INFO:teuthology.packaging:sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:39:16.708 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific 2024-03-22T06:39:16.913 DEBUG:teuthology.orchestra.run.smithi023:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-22T06:39:16.942 INFO:teuthology.orchestra.run.smithi023.stdout:16.2.15-0.el8 2024-03-22T06:39:16.943 INFO:teuthology.packaging:The installed version of ceph is 16.2.15-0.el8 2024-03-22T06:39:16.943 INFO:teuthology.task.install:The correct ceph version 16.2.15-0 is installed. 2024-03-22T06:39:16.944 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-22T06:39:16.944 INFO:teuthology.packaging:ref: None 2024-03-22T06:39:16.944 INFO:teuthology.packaging:tag: None 2024-03-22T06:39:16.945 INFO:teuthology.packaging:branch: pacific 2024-03-22T06:39:16.945 INFO:teuthology.packaging:sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:39:16.945 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific 2024-03-22T06:39:17.237 DEBUG:teuthology.orchestra.run.smithi028:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-22T06:39:17.265 INFO:teuthology.orchestra.run.smithi028.stdout:16.2.15-0.el8 2024-03-22T06:39:17.265 INFO:teuthology.packaging:The installed version of ceph is 16.2.15-0.el8 2024-03-22T06:39:17.265 INFO:teuthology.task.install:The correct ceph version 16.2.15-0 is installed. 2024-03-22T06:39:17.267 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-22T06:39:17.267 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:39:17.267 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-22T06:39:17.301 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-22T06:39:17.301 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-22T06:39:17.338 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-22T06:39:17.338 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:39:17.339 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/usr/bin/daemon-helper 2024-03-22T06:39:17.373 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-22T06:39:17.443 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-22T06:39:17.443 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/daemon-helper 2024-03-22T06:39:17.477 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-22T06:39:17.549 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-22T06:39:17.549 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:39:17.549 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-22T06:39:17.580 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-22T06:39:17.651 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-22T06:39:17.651 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-22T06:39:17.685 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-22T06:39:17.759 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-22T06:39:17.759 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:39:17.759 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/usr/bin/stdin-killer 2024-03-22T06:39:17.789 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-22T06:39:17.858 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-22T06:39:17.859 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/stdin-killer 2024-03-22T06:39:17.891 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-22T06:39:17.962 INFO:teuthology.run_tasks:Running task print... 2024-03-22T06:39:17.971 INFO:teuthology.task.print:**** done install task... 2024-03-22T06:39:17.971 INFO:teuthology.run_tasks:Running task print... 2024-03-22T06:39:17.980 INFO:teuthology.task.print:**** done start installing pacific cephadm ... 2024-03-22T06:39:17.980 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-22T06:39:18.139 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': 'db0330b1e4e2470d52b750e251e55a522b4f7d69'} 2024-03-22T06:39:18.140 INFO:tasks.cephadm:Cluster image is quay.io/ceph/daemon-base:latest-pacific 2024-03-22T06:39:18.140 INFO:tasks.cephadm:Cluster fsid is e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:39:18.140 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-22T06:39:18.141 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.23', 'mon.c': '[v2:172.21.15.23:3301,v1:172.21.15.23:6790]', 'mon.b': '172.21.15.28'} 2024-03-22T06:39:18.141 INFO:tasks.cephadm:First mon is mon.a on smithi023 2024-03-22T06:39:18.141 INFO:tasks.cephadm:First mgr is y 2024-03-22T06:39:18.141 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-22T06:39:18.141 DEBUG:teuthology.orchestra.run.smithi023:> sudo hostname $(hostname -s) 2024-03-22T06:39:18.180 DEBUG:teuthology.orchestra.run.smithi028:> sudo hostname $(hostname -s) 2024-03-22T06:39:18.232 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref pacific)... 2024-03-22T06:39:18.233 DEBUG:teuthology.orchestra.run.smithi023:> curl --silent https://raw.githubusercontent.com/ceph/ceph/pacific/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-22T06:39:18.448 INFO:teuthology.orchestra.run.smithi023.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Mar 22 06:39 /home/ubuntu/cephtest/cephadm 2024-03-22T06:39:18.448 DEBUG:teuthology.orchestra.run.smithi028:> curl --silent https://raw.githubusercontent.com/ceph/ceph/pacific/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-22T06:39:18.658 INFO:teuthology.orchestra.run.smithi028.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Mar 22 06:39 /home/ubuntu/cephtest/cephadm 2024-03-22T06:39:18.658 DEBUG:teuthology.orchestra.run.smithi023:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-22T06:39:18.685 DEBUG:teuthology.orchestra.run.smithi028:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-22T06:39:19.420 INFO:tasks.cephadm:Pulling image quay.io/ceph/daemon-base:latest-pacific on all hosts... 2024-03-22T06:39:19.420 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific pull 2024-03-22T06:39:19.424 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific pull 2024-03-22T06:39:20.607 INFO:teuthology.orchestra.run.smithi023.stderr:Pulling container image quay.io/ceph/daemon-base:latest-pacific... 2024-03-22T06:39:20.684 INFO:teuthology.orchestra.run.smithi028.stderr:Pulling container image quay.io/ceph/daemon-base:latest-pacific... 2024-03-22T06:39:39.865 INFO:teuthology.orchestra.run.smithi028.stdout:{ 2024-03-22T06:39:39.865 INFO:teuthology.orchestra.run.smithi028.stdout: "ceph_version": "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)", 2024-03-22T06:39:39.865 INFO:teuthology.orchestra.run.smithi028.stdout: "image_id": "74028923ecaac0740c29e5e67a08e3a621aac2f2ec3fad76a7ae6700d18811a3", 2024-03-22T06:39:39.865 INFO:teuthology.orchestra.run.smithi028.stdout: "repo_digests": [ 2024-03-22T06:39:39.865 INFO:teuthology.orchestra.run.smithi028.stdout: "quay.io/ceph/daemon-base@sha256:74703399ed257a1557df76f761f88bbb6788ad476171d1c0a2f63efdc43c1ef1" 2024-03-22T06:39:39.865 INFO:teuthology.orchestra.run.smithi028.stdout: ] 2024-03-22T06:39:39.865 INFO:teuthology.orchestra.run.smithi028.stdout:} 2024-03-22T06:39:40.170 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:39:40.170 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph_version": "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)", 2024-03-22T06:39:40.170 INFO:teuthology.orchestra.run.smithi023.stdout: "image_id": "74028923ecaac0740c29e5e67a08e3a621aac2f2ec3fad76a7ae6700d18811a3", 2024-03-22T06:39:40.170 INFO:teuthology.orchestra.run.smithi023.stdout: "repo_digests": [ 2024-03-22T06:39:40.170 INFO:teuthology.orchestra.run.smithi023.stdout: "quay.io/ceph/daemon-base@sha256:74703399ed257a1557df76f761f88bbb6788ad476171d1c0a2f63efdc43c1ef1" 2024-03-22T06:39:40.170 INFO:teuthology.orchestra.run.smithi023.stdout: ] 2024-03-22T06:39:40.170 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:39:40.191 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /etc/ceph 2024-03-22T06:39:40.222 DEBUG:teuthology.orchestra.run.smithi028:> sudo mkdir -p /etc/ceph 2024-03-22T06:39:40.260 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 777 /etc/ceph 2024-03-22T06:39:40.290 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 777 /etc/ceph 2024-03-22T06:39:40.332 INFO:tasks.cephadm:Writing seed config... 2024-03-22T06:39:40.341 INFO:tasks.cephadm: override: [osd] osd_class_default_list = * 2024-03-22T06:39:40.341 INFO:tasks.cephadm: override: [osd] osd_class_load_list = * 2024-03-22T06:39:40.341 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-22T06:39:40.341 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-22T06:39:40.342 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-03-22T06:39:40.342 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-22T06:39:40.342 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-22T06:39:40.342 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-22T06:39:40.342 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-22T06:39:40.342 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-22T06:39:40.342 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:39:40.343 DEBUG:teuthology.orchestra.run.smithi023:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-22T06:39:40.361 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 = e86c638a-e816-11ee-95cd-87774f69a715 [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-03-22T06:39:40.361 DEBUG:teuthology.orchestra.run.smithi023:mon.a> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@mon.a.service 2024-03-22T06:39:40.404 DEBUG:teuthology.orchestra.run.smithi023:mgr.y> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@mgr.y.service 2024-03-22T06:39:40.431 INFO:journalctl@ceph.mon.a.smithi023.stdout:-- Logs begin at Fri 2024-03-22 06:29:12 UTC. -- 2024-03-22T06:39:40.432 INFO:tasks.cephadm:Bootstrapping... 2024-03-22T06:39:40.432 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific -v bootstrap --fsid e86c638a-e816-11ee-95cd-87774f69a715 --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.23 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-22T06:39:40.458 INFO:journalctl@ceph.mgr.y.smithi023.stdout:-- Logs begin at Fri 2024-03-22 06:29:12 UTC. -- 2024-03-22T06:39:40.643 INFO:teuthology.orchestra.run.smithi023.stderr:-------------------------------------------------------------------------------- 2024-03-22T06:39:40.643 INFO:teuthology.orchestra.run.smithi023.stderr:cephadm ['--image', 'quay.io/ceph/daemon-base:latest-pacific', '-v', 'bootstrap', '--fsid', 'e86c638a-e816-11ee-95cd-87774f69a715', '--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.23', '--skip-admin-label'] 2024-03-22T06:39:40.664 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: 4.9.4-dev 2024-03-22T06:39:40.676 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying podman|docker is present... 2024-03-22T06:39:40.696 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: 4.9.4-dev 2024-03-22T06:39:40.707 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying lvm2 is present... 2024-03-22T06:39:40.707 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying time synchronization is in place... 2024-03-22T06:39:40.713 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-22T06:39:40.719 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-03-22T06:39:40.725 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: enabled 2024-03-22T06:39:40.731 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: active 2024-03-22T06:39:40.732 INFO:teuthology.orchestra.run.smithi023.stderr:Unit chronyd.service is enabled and running 2024-03-22T06:39:40.732 INFO:teuthology.orchestra.run.smithi023.stderr:Repeating the final host check... 2024-03-22T06:39:40.752 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: 4.9.4-dev 2024-03-22T06:39:40.766 INFO:teuthology.orchestra.run.smithi023.stderr:podman (/bin/podman) version 4.9.4 is present 2024-03-22T06:39:40.766 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl is present 2024-03-22T06:39:40.766 INFO:teuthology.orchestra.run.smithi023.stderr:lvcreate is present 2024-03-22T06:39:40.772 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-22T06:39:40.777 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-03-22T06:39:40.783 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: enabled 2024-03-22T06:39:40.789 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: active 2024-03-22T06:39:40.790 INFO:teuthology.orchestra.run.smithi023.stderr:Unit chronyd.service is enabled and running 2024-03-22T06:39:40.790 INFO:teuthology.orchestra.run.smithi023.stderr:Host looks OK 2024-03-22T06:39:40.790 INFO:teuthology.orchestra.run.smithi023.stderr:Cluster fsid: e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:39:40.790 INFO:teuthology.orchestra.run.smithi023.stderr:Acquiring lock 139738522700264 on /run/cephadm/e86c638a-e816-11ee-95cd-87774f69a715.lock 2024-03-22T06:39:40.790 INFO:teuthology.orchestra.run.smithi023.stderr:Lock 139738522700264 acquired on /run/cephadm/e86c638a-e816-11ee-95cd-87774f69a715.lock 2024-03-22T06:39:40.790 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying IP 172.21.15.23 port 3300 ... 2024-03-22T06:39:40.791 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying IP 172.21.15.23 port 6789 ... 2024-03-22T06:39:40.791 INFO:teuthology.orchestra.run.smithi023.stderr:Base mon IP(s) is [172.21.15.23:3300, 172.21.15.23:6789], mon addrv is [v2:172.21.15.23:3300,v1:172.21.15.23:6789] 2024-03-22T06:39:40.794 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.23 metric 100 2024-03-22T06:39:40.794 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.23 metric 100 2024-03-22T06:39:40.797 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-03-22T06:39:40.797 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-03-22T06:39:40.797 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2024-03-22T06:39:40.800 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-22T06:39:40.800 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-03-22T06:39:40.800 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-03-22T06:39:40.800 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-22T06:39:40.800 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe59:ce42/64 scope link 2024-03-22T06:39:40.800 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-03-22T06:39:40.801 INFO:teuthology.orchestra.run.smithi023.stderr:Mon IP `172.21.15.23` is in CIDR network `172.21.0.0/20` 2024-03-22T06:39:40.801 INFO:teuthology.orchestra.run.smithi023.stderr:Mon IP `172.21.15.23` is in CIDR network `172.21.0.0/20` 2024-03-22T06:39:40.801 INFO:teuthology.orchestra.run.smithi023.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-22T06:39:40.802 INFO:teuthology.orchestra.run.smithi023.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-22T06:39:40.803 INFO:teuthology.orchestra.run.smithi023.stderr:Pulling container image quay.io/ceph/daemon-base:latest-pacific... 2024-03-22T06:39:40.882 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Trying to pull quay.io/ceph/daemon-base:latest-pacific... 2024-03-22T06:39:41.259 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Getting image source signatures 2024-03-22T06:39:41.259 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Copying blob sha256:d021008c3cdebb01e61ec43e1bef230f8668d17289df521fa26fc8e51d1e3d3b 2024-03-22T06:39:41.260 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Copying blob sha256:7feca07754707458c3945cf0062cf4dabc512f6d90fe1a9a1370b362b6011124 2024-03-22T06:39:41.260 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Copying config sha256:74028923ecaac0740c29e5e67a08e3a621aac2f2ec3fad76a7ae6700d18811a3 2024-03-22T06:39:41.411 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Writing manifest to image destination 2024-03-22T06:39:41.538 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: 74028923ecaac0740c29e5e67a08e3a621aac2f2ec3fad76a7ae6700d18811a3 2024-03-22T06:39:41.936 INFO:teuthology.orchestra.run.smithi023.stderr:ceph: ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable) 2024-03-22T06:39:42.584 INFO:teuthology.orchestra.run.smithi023.stderr:Ceph version: ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable) 2024-03-22T06:39:42.584 INFO:teuthology.orchestra.run.smithi023.stderr:Extracting ceph user uid/gid from container image... 2024-03-22T06:39:43.030 INFO:teuthology.orchestra.run.smithi023.stderr:stat: 167 167 2024-03-22T06:39:43.536 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial keys... 2024-03-22T06:39:43.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQCvJ/1lo0F+MxAAC6qXG2sEkpyqeH4de5PFgQ== 2024-03-22T06:39:44.926 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQCwJ/1lu6NpMRAAC7VzvBtDgnDTu4RGXbiGaw== 2024-03-22T06:39:45.840 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQCxJ/1lMQUjLhAAcatfYQOqRJM+GjulJqeu2A== 2024-03-22T06:39:46.369 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial monmap... 2024-03-22T06:39:46.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-22T06:39:46.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:39:46.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-22T06:39:47.260 INFO:teuthology.orchestra.run.smithi023.stderr:monmaptool for a [v2:172.21.15.23:3300,v1:172.21.15.23:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-22T06:39:47.260 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: set fsid to e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:39:47.260 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-22T06:39:47.261 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-03-22T06:39:47.261 INFO:teuthology.orchestra.run.smithi023.stderr:Creating mon... 2024-03-22T06:39:47.723 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.602+0000 7fc332056880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-22T06:39:47.723 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.602+0000 7fc332056880 1 imported monmap: 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: epoch 0 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: fsid e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: last_changed 2024-03-22T06:39:46.684039+0000 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: created 2024-03-22T06:39:46.684039+0000 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] mon.a 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.602+0000 7fc332056880 0 /usr/bin/ceph-mon: set fsid to e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: RocksDB version: 6.8.1 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Compile date Feb 26 2024 2024-03-22T06:39:47.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: DB SUMMARY 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.error_if_exists: 0 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.create_if_missing: 1 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.paranoid_checks: 1 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.env: 0x557c28e58080 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.fs: Posix File System 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.info_log: 0x557c2a443a00 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.statistics: (nil) 2024-03-22T06:39:47.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.use_fsync: 0 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.max_log_file_size: 0 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.allow_fallocate: 1 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.use_direct_reads: 0 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.db_log_dir: 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-22T06:39:47.726 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.max_subcompactions: 1 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.max_background_flushes: -1 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.write_buffer_manager: 0x557c2a449920 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-22T06:39:47.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-22T06:39:47.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-22T06:39:47.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-22T06:39:47.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-22T06:39:47.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.unordered_write: 0 2024-03-22T06:39:47.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-22T06:39:47.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-22T06:39:47.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-22T06:39:47.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-22T06:39:47.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.row_cache: None 2024-03-22T06:39:47.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.wal_filter: None 2024-03-22T06:39:47.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-22T06:39:47.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-22T06:39:47.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.preserve_deletes: 0 2024-03-22T06:39:47.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.two_write_queues: 0 2024-03-22T06:39:47.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-22T06:39:47.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.atomic_flush: 0 2024-03-22T06:39:47.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-22T06:39:47.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-22T06:39:47.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-22T06:39:47.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.log_readahead_size: 0 2024-03-22T06:39:47.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-03-22T06:39:47.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.max_background_jobs: 2 2024-03-22T06:39:47.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.max_background_compactions: -1 2024-03-22T06:39:47.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-22T06:39:47.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-22T06:39:47.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-22T06:39:47.731 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-22T06:39:47.731 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-22T06:39:47.731 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-22T06:39:47.731 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-22T06:39:47.731 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-22T06:39:47.731 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.max_open_files: -1 2024-03-22T06:39:47.731 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-22T06:39:47.731 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-22T06:39:47.732 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-22T06:39:47.732 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-22T06:39:47.732 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Compression algorithms supported: 2024-03-22T06:39:47.732 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-22T06:39:47.732 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: kZSTD supported: 0 2024-03-22T06:39:47.732 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: kXpressCompression supported: 0 2024-03-22T06:39:47.732 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-22T06:39:47.732 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: kLZ4Compression supported: 1 2024-03-22T06:39:47.733 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: kBZip2Compression supported: 0 2024-03-22T06:39:47.733 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: kZlibCompression supported: 1 2024-03-22T06:39:47.733 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: kSnappyCompression supported: 1 2024-03-22T06:39:47.733 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-22T06:39:47.733 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.604+0000 7fc332056880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-03-22T06:39:47.733 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.733 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-22T06:39:47.733 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.733 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-03-22T06:39:47.733 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.733 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-22T06:39:47.733 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.merge_operator: 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compaction_filter: None 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557c2a359d18) 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: index_type: 0 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-03-22T06:39:47.734 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: checksum: 1 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache: 0x557c2a38ed10 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-03-22T06:39:47.735 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-03-22T06:39:47.736 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-03-22T06:39:47.736 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-03-22T06:39:47.736 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-03-22T06:39:47.736 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-22T06:39:47.736 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-03-22T06:39:47.736 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-03-22T06:39:47.736 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-03-22T06:39:47.736 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: format_version: 2 2024-03-22T06:39:47.736 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-03-22T06:39:47.736 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_align: 0 2024-03-22T06:39:47.736 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-22T06:39:47.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-22T06:39:47.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compression: NoCompression 2024-03-22T06:39:47.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-22T06:39:47.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-22T06:39:47.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-22T06:39:47.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.num_levels: 7 2024-03-22T06:39:47.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-22T06:39:47.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-22T06:39:47.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-22T06:39:47.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-22T06:39:47.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-22T06:39:47.738 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-22T06:39:47.738 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-22T06:39:47.738 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-22T06:39:47.738 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-22T06:39:47.738 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-22T06:39:47.738 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-22T06:39:47.738 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-22T06:39:47.738 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-22T06:39:47.738 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-22T06:39:47.738 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-22T06:39:47.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-22T06:39:47.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-22T06:39:47.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-22T06:39:47.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-22T06:39:47.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-22T06:39:47.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-22T06:39:47.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-22T06:39:47.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-22T06:39:47.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-22T06:39:47.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-22T06:39:47.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-22T06:39:47.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-22T06:39:47.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-22T06:39:47.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-22T06:39:47.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-22T06:39:47.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-22T06:39:47.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-22T06:39:47.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-22T06:39:47.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.table_properties_collectors: 2024-03-22T06:39:47.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.inplace_update_support: 0 2024-03-22T06:39:47.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-22T06:39:47.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-22T06:39:47.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-22T06:39:47.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.bloom_locality: 0 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.max_successive_merges: 0 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.force_consistency_checks: 0 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.ttl: 2592000 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 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-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.607+0000 7fc332056880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.608+0000 7fc332056880 4 rocksdb: DB pointer 0x557c2a457800 2024-03-22T06:39:47.742 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.608+0000 7fc31aeca700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.608+0000 7fc31aeca700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.743 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.744 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-22T06:39:47.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-22T06:39:47.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-22T06:39:47.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-22T06:39:47.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-22T06:39:47.746 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.746 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.746 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:39:47.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-22T06:39:47.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-03-22T06:39:47.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.610+0000 7fc332056880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-03-22T06:39:47.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.610+0000 7fc332056880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-03-22T06:39:47.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-03-22T06:39:47.610+0000 7fc332056880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-22T06:39:48.282 INFO:teuthology.orchestra.run.smithi023.stderr:create mon.a on 2024-03-22T06:39:48.296 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-22T06:39:48.399 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-22T06:39:48.498 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e86c638a-e816-11ee-95cd-87774f69a715.target → /etc/systemd/system/ceph-e86c638a-e816-11ee-95cd-87774f69a715.target. 2024-03-22T06:39:48.498 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-e86c638a-e816-11ee-95cd-87774f69a715.target → /etc/systemd/system/ceph-e86c638a-e816-11ee-95cd-87774f69a715.target. 2024-03-22T06:39:48.713 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to reset failed state of unit ceph-e86c638a-e816-11ee-95cd-87774f69a715@mon.a.service: Unit ceph-e86c638a-e816-11ee-95cd-87774f69a715@mon.a.service not loaded. 2024-03-22T06:39:48.720 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e86c638a-e816-11ee-95cd-87774f69a715.target.wants/ceph-e86c638a-e816-11ee-95cd-87774f69a715@mon.a.service → /etc/systemd/system/ceph-e86c638a-e816-11ee-95cd-87774f69a715@.service. 2024-03-22T06:39:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:48 smithi023 systemd[1]: Starting Ceph mon.a for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:39:49.398 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: disabled 2024-03-22T06:39:49.406 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-03-22T06:39:49.406 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld.service is not enabled 2024-03-22T06:39:49.406 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to enable service . firewalld.service is not available 2024-03-22T06:39:49.407 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mon to start... 2024-03-22T06:39:49.407 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mon... 2024-03-22T06:39:49.615 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: cluster 2024-03-22T06:39:49.358046+0000 mon.a (mon.0) 0 : [INF] mkfs e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:39:49.615 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: cluster 2024-03-22T06:39:49.341084+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-22T06:39:49.615 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:49 smithi023 bash[39058]: a8dcb3b6417693985a0adc42aa09230b483665baaef283797b35b2d453bd1e79 2024-03-22T06:39:49.615 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:49 smithi023 systemd[1]: Started Ceph mon.a for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:39:49.942 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: cluster: 2024-03-22T06:39:49.942 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: id: e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:39:49.942 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-03-22T06:39:49.942 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-03-22T06:39:49.942 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: services: 2024-03-22T06:39:49.942 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.584565s) 2024-03-22T06:39:49.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr: no daemons active 2024-03-22T06:39:49.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-03-22T06:39:49.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-03-22T06:39:49.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: data: 2024-03-22T06:39:49.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-03-22T06:39:49.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-03-22T06:39:49.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-03-22T06:39:49.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: pgs: 2024-03-22T06:39:49.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-03-22T06:39:50.553 INFO:teuthology.orchestra.run.smithi023.stderr:mon is available 2024-03-22T06:39:50.553 INFO:teuthology.orchestra.run.smithi023.stderr:Assimilating anything we can from ceph.conf... 2024-03-22T06:39:50.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: cluster 2024-03-22T06:39:49.356660+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-22T06:39:50.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: cluster 2024-03-22T06:39:49.357021+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0]} removed_ranks: {} 2024-03-22T06:39:50.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: cluster 2024-03-22T06:39:49.359482+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-22T06:39:50.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: cluster 2024-03-22T06:39:49.366422+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-22T06:39:50.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: cluster 2024-03-22T06:39:49.370456+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-22T06:39:50.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: audit 2024-03-22T06:39:49.941179+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.23:0/256544892' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-22T06:39:51.061 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-03-22T06:39:51.063 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [global] 2024-03-22T06:39:51.063 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: fsid = e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:39:51.063 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: log_to_journald = false 2024-03-22T06:39:51.063 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.23:3300,v1:172.21.15.23:6789] 2024-03-22T06:39:51.063 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-22T06:39:51.063 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-22T06:39:51.063 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-22T06:39:51.063 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-22T06:39:51.063 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-03-22T06:39:51.063 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [mgr] 2024-03-22T06:39:51.064 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-22T06:39:51.064 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-03-22T06:39:51.064 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [osd] 2024-03-22T06:39:51.064 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-22T06:39:51.064 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-22T06:39:51.617 INFO:teuthology.orchestra.run.smithi023.stderr:Generating new minimal ceph.conf... 2024-03-22T06:39:51.868 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: audit 2024-03-22T06:39:51.054420+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.23:0/3804024229' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-22T06:39:51.868 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: audit 2024-03-22T06:39:51.061960+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.23:0/3804024229' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-22T06:39:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: audit 2024-03-22T06:39:52.156590+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.23:0/529494025' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:39:52.658 INFO:teuthology.orchestra.run.smithi023.stderr:Restarting the monitor... 2024-03-22T06:39:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:52 smithi023 systemd[1]: Stopping Ceph mon.a for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:39:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:52 smithi023 bash[39305]: Error: no container with name or ID "ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon.a" found: no such container 2024-03-22T06:39:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: debug 2024-03-22T06:39:52.901+0000 7f9144877700 -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-03-22T06:39:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39072]: debug 2024-03-22T06:39:52.901+0000 7f9144877700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-22T06:39:53.794 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:53 smithi023 bash[39346]: ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a 2024-03-22T06:39:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:53 smithi023 systemd[1]: ceph-e86c638a-e816-11ee-95cd-87774f69a715@mon.a.service: Succeeded. 2024-03-22T06:39:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:53 smithi023 systemd[1]: Stopped Ceph mon.a for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:39:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:53 smithi023 systemd[1]: Starting Ceph mon.a for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:39:54.349 INFO:teuthology.orchestra.run.smithi023.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-22T06:39:54.550 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.284+0000 7f8332e75880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-22T06:39:54.550 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.284+0000 7f8332e75880 0 ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable), process ceph-mon, pid 2 2024-03-22T06:39:54.550 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.284+0000 7f8332e75880 0 pidfile_write: ignore empty --pid-file 2024-03-22T06:39:54.550 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 0 load: jerasure load: lrc load: isa 2024-03-22T06:39:54.550 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: RocksDB version: 6.8.1 2024-03-22T06:39:54.550 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Compile date Feb 26 2024 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: DB SUMMARY 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: CURRENT file: CURRENT 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: IDENTITY file: IDENTITY 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.551 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 86647 ; 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.error_if_exists: 0 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.create_if_missing: 0 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.paranoid_checks: 1 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.env: 0x5646504e3080 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.fs: Posix File System 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.info_log: 0x56465255c260 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.statistics: (nil) 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.use_fsync: 0 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_log_file_size: 0 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-22T06:39:54.552 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.allow_fallocate: 1 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.use_direct_reads: 0 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.db_log_dir: 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_subcompactions: 1 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_background_flushes: -1 2024-03-22T06:39:54.553 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.write_buffer_manager: 0x56465324e3c0 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-22T06:39:54.554 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.unordered_write: 0 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.row_cache: None 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.wal_filter: None 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.preserve_deletes: 0 2024-03-22T06:39:54.555 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.two_write_queues: 0 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.atomic_flush: 0 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.log_readahead_size: 0 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_background_jobs: 2 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_background_compactions: -1 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-22T06:39:54.556 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_open_files: -1 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Compression algorithms supported: 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: kZSTD supported: 0 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: kXpressCompression supported: 0 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-22T06:39:54.557 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: kLZ4Compression supported: 1 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: kBZip2Compression supported: 0 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: kZlibCompression supported: 1 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: kSnappyCompression supported: 1 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.merge_operator: 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_filter: None 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-22T06:39:54.558 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564652501d10) 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cache_index_and_filter_blocks: 1 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: pin_top_level_index_and_filter: 1 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: index_type: 0 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: data_block_index_type: 0 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: index_shortening: 1 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: data_block_hash_table_util_ratio: 0.750000 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: hash_index_allow_collision: 1 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: checksum: 1 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: no_block_cache: 0 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: block_cache: 0x564652536f10 2024-03-22T06:39:54.559 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: block_cache_name: BinnedLRUCache 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: block_cache_options: 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: capacity : 536870912 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: num_shard_bits : 4 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: strict_capacity_limit : 0 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: high_pri_pool_ratio: 0.000 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: block_cache_compressed: (nil) 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: persistent_cache: (nil) 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: block_size: 4096 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: block_size_deviation: 10 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: block_restart_interval: 16 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: index_block_restart_interval: 1 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: metadata_block_size: 4096 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: partition_filters: 0 2024-03-22T06:39:54.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: use_delta_encoding: 1 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: whole_key_filtering: 1 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: verify_compression: 0 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: read_amp_bytes_per_bit: 0 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: format_version: 2 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: enable_index_compression: 1 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: block_align: 0 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compression: NoCompression 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-22T06:39:54.561 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-22T06:39:54.562 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.num_levels: 7 2024-03-22T06:39:54.562 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-22T06:39:54.562 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-22T06:39:54.562 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-22T06:39:54.562 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-22T06:39:54.562 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-22T06:39:54.562 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-22T06:39:54.562 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-22T06:39:54.562 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-22T06:39:54.562 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-22T06:39:54.562 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-22T06:39:54.562 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-22T06:39:54.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-22T06:39:54.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.table_properties_collectors: 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.inplace_update_support: 0 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-22T06:39:54.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.bloom_locality: 0 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.max_successive_merges: 0 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.force_consistency_checks: 0 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.ttl: 2592000 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.289+0000 7f8332e75880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.290+0000 7f8332e75880 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-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.290+0000 7f8332e75880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.290+0000 7f8332e75880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711089594291931, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-03-22T06:39:54.566 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.290+0000 7f8332e75880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-03-22T06:39:54.567 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.291+0000 7f8332e75880 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-03-22T06:39:54.570 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.291+0000 7f8332e75880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711089594293271, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83223, "table_properties": {"data_size": 81496, "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": 75853, "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": 1711089594, "oldest_key_time": 3, "file_creation_time": 0}} 2024-03-22T06:39:54.570 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.291+0000 7f8332e75880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-03-22T06:39:54.570 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.570 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.292+0000 7f8332e75880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711089594294055, "job": 1, "event": "recovery_finished"} 2024-03-22T06:39:54.570 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.293+0000 7f8332e75880 4 rocksdb: DB pointer 0x5646525ff800 2024-03-22T06:39:54.570 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.293+0000 7f8319c68700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-03-22T06:39:54.570 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.293+0000 7f8319c68700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-03-22T06:39:54.570 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: ** DB Stats ** 2024-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: ** Compaction Stats [default] ** 2024-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 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-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: L0 2/0 82.93 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2024-03-22T06:39:54.571 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Sum 2/0 82.93 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2024-03-22T06:39:54.572 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2024-03-22T06:39:54.572 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.572 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: ** Compaction Stats [default] ** 2024-03-22T06:39:54.572 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 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-03-22T06:39:54.572 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-22T06:39:54.572 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2024-03-22T06:39:54.572 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-22T06:39:54.572 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-22T06:39:54.572 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: AddFile(Total Files): cumulative 0, interval 0 2024-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: AddFile(Keys): cumulative 0, interval 0 2024-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Cumulative compaction: 0.00 GB write, 18.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Interval compaction: 0.00 GB write, 18.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 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-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: ** File Read Latency Histogram By Level [default] ** 2024-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: ** Compaction Stats [default] ** 2024-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 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-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: L0 2/0 82.93 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2024-03-22T06:39:54.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Sum 2/0 82.93 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2024-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 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-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: ** Compaction Stats [default] ** 2024-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 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-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2024-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: AddFile(Total Files): cumulative 0, interval 0 2024-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: AddFile(Keys): cumulative 0, interval 0 2024-03-22T06:39:54.574 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Cumulative compaction: 0.00 GB write, 18.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-22T06:39:54.575 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-22T06:39:54.575 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 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-03-22T06:39:54.575 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.575 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: ** File Read Latency Histogram By Level [default] ** 2024-03-22T06:39:54.575 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.575 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.294+0000 7f8332e75880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] at bind addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:39:54.575 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.296+0000 7f8332e75880 1 mon.a@-1(???) e1 preinit fsid e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:39:54.575 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.296+0000 7f8332e75880 0 mon.a@-1(???).mds e1 new map 2024-03-22T06:39:54.575 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.296+0000 7f8332e75880 0 mon.a@-1(???).mds e1 print_map 2024-03-22T06:39:54.575 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: e1 2024-03-22T06:39:54.575 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 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-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: legacy client fscid: -1 2024-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: No filesystems configured 2024-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: 2024-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.296+0000 7f8332e75880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.296+0000 7f8332e75880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.296+0000 7f8332e75880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.296+0000 7f8332e75880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:39:52.156590+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.23:0/529494025' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:39:54.296+0000 7f8332e75880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 bash[39457]: aaf469f6b9bf1ca92d2a8ea688f623d5346b254a2ba69c939ddde8552d1b6bff 2024-03-22T06:39:54.576 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 systemd[1]: Started Ceph mon.a for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:39:54.577 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:39:54.314894+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-22T06:39:54.577 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:39:54.314940+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0]} removed_ranks: {} 2024-03-22T06:39:54.577 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:39:54.315310+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-22T06:39:54.577 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:39:54.315349+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-22T06:39:54.577 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:39:54.315704+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-22T06:39:55.513 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote config to /etc/ceph/ceph.conf 2024-03-22T06:39:55.513 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-22T06:39:55.513 INFO:teuthology.orchestra.run.smithi023.stderr:Creating mgr... 2024-03-22T06:39:55.514 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying port 9283 ... 2024-03-22T06:39:55.652 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to reset failed state of unit ceph-e86c638a-e816-11ee-95cd-87774f69a715@mgr.y.service: Unit ceph-e86c638a-e816-11ee-95cd-87774f69a715@mgr.y.service not loaded. 2024-03-22T06:39:55.658 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e86c638a-e816-11ee-95cd-87774f69a715.target.wants/ceph-e86c638a-e816-11ee-95cd-87774f69a715@mgr.y.service → /etc/systemd/system/ceph-e86c638a-e816-11ee-95cd-87774f69a715@.service. 2024-03-22T06:39:55.922 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:55 smithi023 systemd[1]: Starting Ceph mgr.y for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:39:56.222 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:39:54.922978+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.23:0/895649786' entity='client.admin' 2024-03-22T06:39:56.236 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: disabled 2024-03-22T06:39:56.245 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-03-22T06:39:56.246 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld.service is not enabled 2024-03-22T06:39:56.246 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to enable service . firewalld.service is not available 2024-03-22T06:39:56.254 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: disabled 2024-03-22T06:39:56.262 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-03-22T06:39:56.263 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld.service is not enabled 2024-03-22T06:39:56.263 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-03-22T06:39:56.263 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr to start... 2024-03-22T06:39:56.263 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr... 2024-03-22T06:39:56.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:56 smithi023 bash[39689]: 89e111302daeeefae924ccc8889778135adcb8bdb2819443731f90fa1d430d89 2024-03-22T06:39:56.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:56 smithi023 systemd[1]: Started Ceph mgr.y for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:39:56.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:56.297+0000 7f014fad0680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-22T06:39:56.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:56.381+0000 7f014fad0680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-22T06:39:57.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:56.762+0000 7f014fad0680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-22T06:39:57.860 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:57.561+0000 7f014fad0680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-22T06:39:57.860 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:57.643+0000 7f014fad0680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-22T06:39:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:39:58.364124+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.23:0/1520100680' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-22T06:39:58.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:57.861+0000 7f014fad0680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-22T06:39:58.721 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-03-22T06:39:58.721 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-03-22T06:39:58.721 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "e86c638a-e816-11ee-95cd-87774f69a715", 2024-03-22T06:39:58.721 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2024-03-22T06:39:58.723 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-22T06:39:58.723 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2024-03-22T06:39:58.723 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "a" 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:39:58.724 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2024-03-22T06:39:58.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-22T06:39:58.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-22T06:39:58.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-22T06:39:58.725 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-22T06:39:58.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-22T06:39:58.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-22T06:39:58.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-22T06:39:58.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-22T06:39:58.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": false, 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2024-03-22T06:39:49.358498+0000", 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-03-22T06:39:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:39:58.731 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-22T06:39:58.731 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-03-22T06:39:59.112 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:58.861+0000 7f014fad0680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-22T06:39:59.112 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:58.996+0000 7f014fad0680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-22T06:39:59.112 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:59.077+0000 7f014fad0680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-22T06:39:59.309 INFO:teuthology.orchestra.run.smithi023.stderr:mgr not available, waiting (1/15)... 2024-03-22T06:39:59.373 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:59.170+0000 7f014fad0680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-22T06:40:00.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:59.374+0000 7f014fad0680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-22T06:40:00.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:59.665+0000 7f014fad0680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-22T06:40:00.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:39:59.767+0000 7f014fad0680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-22T06:40:00.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:00.523+0000 7f014fad0680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-22T06:40:00.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:00.607+0000 7f014fad0680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-22T06:40:00.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:00.702+0000 7f014fad0680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-22T06:40:01.147 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:00.880+0000 7f014fad0680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-22T06:40:01.424 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:01.148+0000 7f014fad0680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-22T06:40:01.424 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:01.283+0000 7f014fad0680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-22T06:40:01.424 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:01.424+0000 7f014fad0680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-22T06:40:01.694 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:01.608+0000 7f014fad0680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-22T06:40:01.694 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:01.694+0000 7f014fad0680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-22T06:40:01.889 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-03-22T06:40:01.889 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-03-22T06:40:01.889 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "e86c638a-e816-11ee-95cd-87774f69a715", 2024-03-22T06:40:01.889 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2024-03-22T06:40:01.889 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-22T06:40:01.889 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "a" 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-03-22T06:40:01.890 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-22T06:40:01.891 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": false, 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-22T06:40:01.892 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2024-03-22T06:39:49.358498+0000", 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-22T06:40:01.893 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-03-22T06:40:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:01.707646+0000 mon.a (mon.0) 8 : cluster [INF] Activating manager daemon y 2024-03-22T06:40:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:01.710824+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00329303s) 2024-03-22T06:40:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:01.711868+0000 mon.a (mon.0) 10 : audit [DBG] from='mgr.14100 172.21.15.23:0/2376765794' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-22T06:40:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:01.712083+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.23:0/2376765794' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-22T06:40:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:01.712264+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.23:0/2376765794' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-22T06:40:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:01.712451+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.23:0/2376765794' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-22T06:40:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:01.712741+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.23:0/2376765794' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-22T06:40:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:01.727007+0000 mon.a (mon.0) 15 : cluster [INF] Manager daemon y is now available 2024-03-22T06:40:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:01.737343+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.14100 172.21.15.23:0/2376765794' entity='mgr.y' 2024-03-22T06:40:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:01.741707+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.23:0/2376765794' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-22T06:40:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:01.744945+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.23:0/2376765794' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-22T06:40:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:01.747103+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.23:0/2376765794' entity='mgr.y' 2024-03-22T06:40:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:01.749354+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.23:0/2376765794' entity='mgr.y' 2024-03-22T06:40:02.502 INFO:teuthology.orchestra.run.smithi023.stderr:mgr not available, waiting (2/15)... 2024-03-22T06:40:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:01.883055+0000 mon.a (mon.0) 21 : audit [DBG] from='client.? 172.21.15.23:0/3623853772' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-22T06:40:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:02.718186+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e3: y(active, since 1.01066s) 2024-03-22T06:40:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:03.766952+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-03-22T06:40:09.093 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-03-22T06:40:09.095 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "e86c638a-e816-11ee-95cd-87774f69a715", 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "a" 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 14, 2024-03-22T06:40:09.096 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2024-03-22T06:40:09.097 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-22T06:40:09.097 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-03-22T06:40:09.097 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-22T06:40:09.097 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:09.097 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2024-03-22T06:40:09.097 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-22T06:40:09.097 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-22T06:40:09.097 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-22T06:40:09.097 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-22T06:40:09.100 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-22T06:40:09.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-22T06:40:09.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-22T06:40:09.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:09.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2024-03-22T06:40:09.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-22T06:40:09.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-22T06:40:09.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-22T06:40:09.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-22T06:40:09.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-22T06:40:09.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-22T06:40:09.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-22T06:40:09.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-03-22T06:40:09.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:09.103 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2024-03-22T06:40:09.103 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-22T06:40:09.103 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2024-03-22T06:39:49.358498+0000", 2024-03-22T06:40:09.103 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-03-22T06:40:09.103 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-03-22T06:40:09.103 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-22T06:40:09.103 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-03-22T06:40:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:08.718262+0000 mon.a (mon.0) 24 : audit [DBG] from='client.? 172.21.15.23:0/2033299403' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-22T06:40:12.411 INFO:teuthology.orchestra.run.smithi023.stderr:mgr is available 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [global] 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: fsid = e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: log_to_journald = false 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [mgr] 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-03-22T06:40:13.109 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [osd] 2024-03-22T06:40:13.110 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-22T06:40:13.110 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-22T06:40:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:13.107506+0000 mon.a (mon.0) 25 : audit [INF] from='client.? 172.21.15.23:0/2570586485' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-22T06:40:13.784 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling cephadm module... 2024-03-22T06:40:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:14.494657+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.23:0/3608155296' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-22T06:40:14.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ignoring --setuser ceph since I am not root 2024-03-22T06:40:14.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ignoring --setgroup ceph since I am not root 2024-03-22T06:40:14.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:14.705+0000 7f3e2b790680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-22T06:40:14.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:14.788+0000 7f3e2b790680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-22T06:40:15.417 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:15.167+0000 7f3e2b790680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-22T06:40:15.857 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-03-22T06:40:15.857 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 5, 2024-03-22T06:40:15.857 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2024-03-22T06:40:15.857 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "active_name": "y", 2024-03-22T06:40:15.857 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-22T06:40:15.857 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-03-22T06:40:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:14.548067+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.23:0/3608155296' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-22T06:40:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:14.548141+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e5: y(active, since 12s) 2024-03-22T06:40:16.261 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:15.974+0000 7f3e2b790680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-22T06:40:16.261 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:16.055+0000 7f3e2b790680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-22T06:40:16.556 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for the mgr to restart... 2024-03-22T06:40:16.556 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr epoch 5... 2024-03-22T06:40:16.558 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:16.278+0000 7f3e2b790680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-22T06:40:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:15.857004+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.23:0/2538166754' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-22T06:40:17.570 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:17.263+0000 7f3e2b790680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-22T06:40:17.570 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:17.395+0000 7f3e2b790680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-22T06:40:17.570 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:17.476+0000 7f3e2b790680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-22T06:40:17.570 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:17.570+0000 7f3e2b790680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-22T06:40:17.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:17.771+0000 7f3e2b790680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-22T06:40:18.379 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:18.060+0000 7f3e2b790680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-22T06:40:18.380 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:18.161+0000 7f3e2b790680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-22T06:40:19.271 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:18.914+0000 7f3e2b790680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-22T06:40:19.271 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:18.998+0000 7f3e2b790680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-22T06:40:19.271 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:19.092+0000 7f3e2b790680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-22T06:40:19.271 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:19.271+0000 7f3e2b790680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-22T06:40:19.813 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:19.538+0000 7f3e2b790680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-22T06:40:19.813 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:19.674+0000 7f3e2b790680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-22T06:40:20.078 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:19.813+0000 7f3e2b790680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-22T06:40:20.078 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:19.992+0000 7f3e2b790680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-22T06:40:20.380 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:20.078+0000 7f3e2b790680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-22T06:40:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:20.092280+0000 mon.a (mon.0) 30 : cluster [INF] Active manager daemon y restarted 2024-03-22T06:40:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:20.092501+0000 mon.a (mon.0) 31 : cluster [INF] Activating manager daemon y 2024-03-22T06:40:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:20.097091+0000 mon.a (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-22T06:40:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:20.097202+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e6: y(active, starting, since 0.00477342s) 2024-03-22T06:40:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:20.098001+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-22T06:40:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:20.098696+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-22T06:40:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:20.099388+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-22T06:40:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:20.099621+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-22T06:40:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:20.099845+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-22T06:40:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:20.113828+0000 mon.a (mon.0) 39 : cluster [INF] Manager daemon y is now available 2024-03-22T06:40:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:20.126145+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' 2024-03-22T06:40:21.106 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-03-22T06:40:21.106 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-03-22T06:40:21.106 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "initialized": true 2024-03-22T06:40:21.106 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-03-22T06:40:21.476 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:40:20.123342+0000 mgr.y (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-22T06:40:21.477 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:20.216186+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' 2024-03-22T06:40:21.477 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:20.217186+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:40:21.477 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:20.218523+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:40:21.477 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:20.220378+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:40:21.477 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:20.234801+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-22T06:40:21.477 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:20.237435+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-22T06:40:21.477 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:21.099863+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e7: y(active, since 1.00743s) 2024-03-22T06:40:21.721 INFO:teuthology.orchestra.run.smithi023.stderr:mgr epoch 5 is available 2024-03-22T06:40:21.722 INFO:teuthology.orchestra.run.smithi023.stderr:Setting orchestrator backend to cephadm... 2024-03-22T06:40:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:21.098995+0000 mgr.y (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-22T06:40:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:21.106149+0000 mgr.y (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-22T06:40:23.345 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:22.220575+0000 mon.a (mon.0) 48 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-03-22T06:40:23.346 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:22.346720+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-03-22T06:40:23.346 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:22.352806+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' 2024-03-22T06:40:23.346 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:22.395637+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:40:23.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: value unchanged 2024-03-22T06:40:24.292 INFO:teuthology.orchestra.run.smithi023.stderr:Generating ssh key... 2024-03-22T06:40:25.008 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:23.728285+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-03-22T06:40:25.374 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: Generating public/private rsa key pair. 2024-03-22T06:40:25.374 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: Your identification has been saved in /tmp/tmpoa85_jfz/key. 2024-03-22T06:40:25.374 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: Your public key has been saved in /tmp/tmpoa85_jfz/key.pub. 2024-03-22T06:40:25.374 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: The key fingerprint is: 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: SHA256:ogdTC3XF7FEC/E4+a/CzcmRCzj6zLVc74kOmi0j5cbE ceph-e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: The key's randomart image is: 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: +---[RSA 3072]----+ 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: | ..o=o.. | 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: | . .. +. | 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: | . . o . | 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: | o .. + | 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: | o o+S+ | 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: | = .=oO . | 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: | + o.EX + . | 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: | . + +B.X o | 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: | . o o%+= . | 2024-03-22T06:40:25.375 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: +----[SHA256]-----+ 2024-03-22T06:40:26.264 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu2tyA1K3stGb7Qr85N/pPQuRbZtZh5wUtjrQM9KVqrrMucmAnAG0Namm7TDHlKPxSt2VViaMoViWZDEHfNrgbOS0kjsRO/C4tar+YCABjnP3JmoE6UuALBtEZjdZwrGphVgzdoeKFpiPyY4n8QXy9GE+7FCEso9EG13wSMSMutNUeFti47ID80MmiBRvW3O2SC8Ui/Oke3++NsvDut5I9VupLRzmU4CGLtp0Y/LLS0L6divU+Yh7MbF+gFPkUI8JD9BKjWP1bTamjeFhDjPhv5zuS+f+YVsienuBydb22GbfUCl4LyYuhBHLhpLY0F4NJQVpIGJq7TRm+YG28hdczCCtGtPxh4XjyrR6K1Ono7JbKsJV+3tMK8q0bCJotKFLLJi0RVu24IlOX3mtGu+lqj6RNajZPDh+3aLUmsawTBhOS5xKmSC2bIlG6HrS5YyZ/HUziq8y3B+yk8HqV6YGlItQRf0AGEh2Epp3jwuU+ayus3HdaB2zqJJ2YufzDwBk= ceph-e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:40:26.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:24.924300+0000 mgr.y (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:40:26.297 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:40:24.924523+0000 mgr.y (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-03-22T06:40:26.297 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:25.011894+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' 2024-03-22T06:40:26.297 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:25.015717+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' 2024-03-22T06:40:26.898 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-22T06:40:26.898 INFO:teuthology.orchestra.run.smithi023.stderr:Adding key to root@localhost authorized_keys... 2024-03-22T06:40:26.899 INFO:teuthology.orchestra.run.smithi023.stderr:Adding host smithi023... 2024-03-22T06:40:27.151 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:26.264306+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-03-22T06:40:27.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [79B blob data] 2024-03-22T06:40:28.304 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Added host 'smithi023' with addr '172.21.15.23' 2024-03-22T06:40:28.340 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:27.540071+0000 mgr.y (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi023", "addr": "172.21.15.23", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:40:28.947 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying unmanaged mon service... 2024-03-22T06:40:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:28.303037+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' 2024-03-22T06:40:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:40:28.303311+0000 mgr.y (mgr.14116) 10 : cephadm [INF] Added host smithi023 2024-03-22T06:40:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:28.322160+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:40:29.679 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled mon update... 2024-03-22T06:40:30.318 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying unmanaged mgr service... 2024-03-22T06:40:31.002 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:29.675237+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-03-22T06:40:31.002 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:40:29.676728+0000 mgr.y (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-22T06:40:31.002 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:29.679296+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' 2024-03-22T06:40:31.035 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-03-22T06:40:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:30.978374+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-03-22T06:40:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:40:30.979248+0000 mgr.y (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-22T06:40:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:30.981661+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' 2024-03-22T06:40:33.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:32.207718+0000 mon.a (mon.0) 57 : audit [INF] from='client.? 172.21.15.23:0/917338106' entity='client.admin' 2024-03-22T06:40:34.476 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling the dashboard module... 2024-03-22T06:40:34.734 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:33.511122+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 172.21.15.23:0/2579394772' entity='client.admin' 2024-03-22T06:40:34.734 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:34.128919+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' 2024-03-22T06:40:35.726 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:34.554606+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.23:0/3385340459' entity='mgr.y' 2024-03-22T06:40:35.726 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:35.193880+0000 mon.a (mon.0) 61 : audit [INF] from='client.? 172.21.15.23:0/1699294314' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-22T06:40:35.726 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ignoring --setuser ceph since I am not root 2024-03-22T06:40:35.726 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ignoring --setgroup ceph since I am not root 2024-03-22T06:40:35.727 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:35.726+0000 7f293408f680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-22T06:40:36.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:35.813+0000 7f293408f680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-22T06:40:36.478 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:36.196+0000 7f293408f680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-22T06:40:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:35.557012+0000 mon.a (mon.0) 62 : audit [INF] from='client.? 172.21.15.23:0/1699294314' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-22T06:40:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:35.557071+0000 mon.a (mon.0) 63 : cluster [DBG] mgrmap e9: y(active, since 15s) 2024-03-22T06:40:37.013 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-03-22T06:40:37.013 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 9, 2024-03-22T06:40:37.013 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2024-03-22T06:40:37.013 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "active_name": "y", 2024-03-22T06:40:37.013 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-22T06:40:37.013 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-03-22T06:40:37.317 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:36.999+0000 7f293408f680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-22T06:40:37.318 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:37.092+0000 7f293408f680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-22T06:40:37.629 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:37.318+0000 7f293408f680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-22T06:40:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:37.012125+0000 mon.a (mon.0) 64 : audit [DBG] from='client.? 172.21.15.23:0/3747205037' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-22T06:40:37.717 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for the mgr to restart... 2024-03-22T06:40:37.717 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr epoch 9... 2024-03-22T06:40:38.615 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:38.306+0000 7f293408f680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-22T06:40:38.616 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:38.440+0000 7f293408f680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-22T06:40:38.616 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:38.522+0000 7f293408f680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-22T06:40:38.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:38.615+0000 7f293408f680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-22T06:40:38.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:38.816+0000 7f293408f680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-22T06:40:39.380 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:39.108+0000 7f293408f680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-22T06:40:39.380 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:39.210+0000 7f293408f680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-22T06:40:40.324 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:39.964+0000 7f293408f680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-22T06:40:40.324 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:40.049+0000 7f293408f680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-22T06:40:40.324 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:40.144+0000 7f293408f680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-22T06:40:40.590 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:40.323+0000 7f293408f680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-22T06:40:40.866 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:40.589+0000 7f293408f680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-22T06:40:40.866 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:40.726+0000 7f293408f680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-22T06:40:41.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:40.865+0000 7f293408f680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-22T06:40:41.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:41.044+0000 7f293408f680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-22T06:40:41.386 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:40:41.130+0000 7f293408f680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-22T06:40:41.386 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [79B blob data] 2024-03-22T06:40:41.386 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:41.145054+0000 mon.a (mon.0) 65 : cluster [INF] Active manager daemon y restarted 2024-03-22T06:40:41.386 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:41.145266+0000 mon.a (mon.0) 66 : cluster [INF] Activating manager daemon y 2024-03-22T06:40:41.387 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:41.151964+0000 mon.a (mon.0) 67 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-22T06:40:41.387 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:41.152072+0000 mon.a (mon.0) 68 : cluster [DBG] mgrmap e10: y(active, starting, since 0.00689423s) 2024-03-22T06:40:41.387 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:41.153190+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-22T06:40:41.387 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:41.153817+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-22T06:40:41.387 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:41.154487+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-22T06:40:41.387 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:41.154719+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-22T06:40:41.387 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:41.154943+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-22T06:40:41.387 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:41.168835+0000 mon.a (mon.0) 74 : cluster [INF] Manager daemon y is now available 2024-03-22T06:40:42.160 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-03-22T06:40:42.160 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-03-22T06:40:42.160 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "initialized": true 2024-03-22T06:40:42.160 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-03-22T06:40:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:41.267999+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:40:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:41.270602+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:40:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:41.295168+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-22T06:40:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:41.298807+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-22T06:40:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:42.153453+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e11: y(active, since 1.00827s) 2024-03-22T06:40:42.983 INFO:teuthology.orchestra.run.smithi023.stderr:mgr epoch 9 is available 2024-03-22T06:40:42.984 INFO:teuthology.orchestra.run.smithi023.stderr:Generating a dashboard self-signed certificate... 2024-03-22T06:40:43.240 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:42.153019+0000 mgr.y (mgr.14146) 1 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-22T06:40:43.240 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:42.159515+0000 mgr.y (mgr.14146) 2 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-22T06:40:43.867 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Self-signed certificate created 2024-03-22T06:40:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:43.207002+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-03-22T06:40:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:43.263933+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:40:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:43.864175+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:40:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:43.867888+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:40:45.510 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial admin user... 2024-03-22T06:40:45.513 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:43.648186+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-03-22T06:40:46.450 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$PHPWSQBEIS6C3YtKDrmWaORH9YNfIRroEeyMJA.Tx8s/f7M1cMfUK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711089646, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-22T06:40:47.150 INFO:teuthology.orchestra.run.smithi023.stderr:Fetching dashboard port number... 2024-03-22T06:40:47.844 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 8443 2024-03-22T06:40:47.869 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:46.203381+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-03-22T06:40:47.869 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:46.450347+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:40:48.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:40:47.453872+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-03-22T06:40:48.560 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:47.844618+0000 mon.a (mon.0) 86 : audit [DBG] from='client.? 172.21.15.23:0/890347293' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-22T06:40:48.566 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: disabled 2024-03-22T06:40:48.574 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-03-22T06:40:48.575 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld.service is not enabled 2024-03-22T06:40:48.575 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-22T06:40:48.578 INFO:teuthology.orchestra.run.smithi023.stderr:Ceph Dashboard is now available at: 2024-03-22T06:40:48.578 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-03-22T06:40:48.578 INFO:teuthology.orchestra.run.smithi023.stderr: URL: https://smithi023.front.sepia.ceph.com:8443/ 2024-03-22T06:40:48.578 INFO:teuthology.orchestra.run.smithi023.stderr: User: admin 2024-03-22T06:40:48.578 INFO:teuthology.orchestra.run.smithi023.stderr: Password: 27bnzudhoz 2024-03-22T06:40:48.579 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-03-22T06:40:48.579 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling autotune for osd_memory_target 2024-03-22T06:40:50.607 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-03-22T06:40:51.305 INFO:teuthology.orchestra.run.smithi023.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-22T06:40:51.306 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-03-22T06:40:51.306 INFO:teuthology.orchestra.run.smithi023.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-22T06:40:51.306 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-03-22T06:40:51.306 INFO:teuthology.orchestra.run.smithi023.stderr:Or, if you are only running a single cluster on this host: 2024-03-22T06:40:51.306 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-03-22T06:40:51.306 INFO:teuthology.orchestra.run.smithi023.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-22T06:40:51.306 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-03-22T06:40:51.306 INFO:teuthology.orchestra.run.smithi023.stderr:Please consider enabling telemetry to help improve Ceph: 2024-03-22T06:40:51.306 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-03-22T06:40:51.306 INFO:teuthology.orchestra.run.smithi023.stderr: ceph telemetry on 2024-03-22T06:40:51.306 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-03-22T06:40:51.306 INFO:teuthology.orchestra.run.smithi023.stderr:For more information see: 2024-03-22T06:40:51.307 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-03-22T06:40:51.307 INFO:teuthology.orchestra.run.smithi023.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-03-22T06:40:51.307 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-03-22T06:40:51.307 INFO:teuthology.orchestra.run.smithi023.stderr:Bootstrap complete. 2024-03-22T06:40:51.347 INFO:tasks.cephadm:Fetching config... 2024-03-22T06:40:51.347 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:40:51.348 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-22T06:40:51.367 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-22T06:40:51.368 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:40:51.368 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-22T06:40:51.426 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-22T06:40:51.426 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:40:51.426 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-22T06:40:51.495 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-22T06:40:51.495 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:40:51.495 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-22T06:40:51.553 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-22T06:40:51.553 DEBUG:teuthology.orchestra.run.smithi023:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu2tyA1K3stGb7Qr85N/pPQuRbZtZh5wUtjrQM9KVqrrMucmAnAG0Namm7TDHlKPxSt2VViaMoViWZDEHfNrgbOS0kjsRO/C4tar+YCABjnP3JmoE6UuALBtEZjdZwrGphVgzdoeKFpiPyY4n8QXy9GE+7FCEso9EG13wSMSMutNUeFti47ID80MmiBRvW3O2SC8Ui/Oke3++NsvDut5I9VupLRzmU4CGLtp0Y/LLS0L6divU+Yh7MbF+gFPkUI8JD9BKjWP1bTamjeFhDjPhv5zuS+f+YVsienuBydb22GbfUCl4LyYuhBHLhpLY0F4NJQVpIGJq7TRm+YG28hdczCCtGtPxh4XjyrR6K1Ono7JbKsJV+3tMK8q0bCJotKFLLJi0RVu24IlOX3mtGu+lqj6RNajZPDh+3aLUmsawTBhOS5xKmSC2bIlG6HrS5YyZ/HUziq8y3B+yk8HqV6YGlItQRf0AGEh2Epp3jwuU+ayus3HdaB2zqJJ2YufzDwBk= ceph-e86c638a-e816-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-22T06:40:51.632 INFO:teuthology.orchestra.run.smithi023.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu2tyA1K3stGb7Qr85N/pPQuRbZtZh5wUtjrQM9KVqrrMucmAnAG0Namm7TDHlKPxSt2VViaMoViWZDEHfNrgbOS0kjsRO/C4tar+YCABjnP3JmoE6UuALBtEZjdZwrGphVgzdoeKFpiPyY4n8QXy9GE+7FCEso9EG13wSMSMutNUeFti47ID80MmiBRvW3O2SC8Ui/Oke3++NsvDut5I9VupLRzmU4CGLtp0Y/LLS0L6divU+Yh7MbF+gFPkUI8JD9BKjWP1bTamjeFhDjPhv5zuS+f+YVsienuBydb22GbfUCl4LyYuhBHLhpLY0F4NJQVpIGJq7TRm+YG28hdczCCtGtPxh4XjyrR6K1Ono7JbKsJV+3tMK8q0bCJotKFLLJi0RVu24IlOX3mtGu+lqj6RNajZPDh+3aLUmsawTBhOS5xKmSC2bIlG6HrS5YyZ/HUziq8y3B+yk8HqV6YGlItQRf0AGEh2Epp3jwuU+ayus3HdaB2zqJJ2YufzDwBk= ceph-e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:40:51.646 DEBUG:teuthology.orchestra.run.smithi028:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu2tyA1K3stGb7Qr85N/pPQuRbZtZh5wUtjrQM9KVqrrMucmAnAG0Namm7TDHlKPxSt2VViaMoViWZDEHfNrgbOS0kjsRO/C4tar+YCABjnP3JmoE6UuALBtEZjdZwrGphVgzdoeKFpiPyY4n8QXy9GE+7FCEso9EG13wSMSMutNUeFti47ID80MmiBRvW3O2SC8Ui/Oke3++NsvDut5I9VupLRzmU4CGLtp0Y/LLS0L6divU+Yh7MbF+gFPkUI8JD9BKjWP1bTamjeFhDjPhv5zuS+f+YVsienuBydb22GbfUCl4LyYuhBHLhpLY0F4NJQVpIGJq7TRm+YG28hdczCCtGtPxh4XjyrR6K1Ono7JbKsJV+3tMK8q0bCJotKFLLJi0RVu24IlOX3mtGu+lqj6RNajZPDh+3aLUmsawTBhOS5xKmSC2bIlG6HrS5YyZ/HUziq8y3B+yk8HqV6YGlItQRf0AGEh2Epp3jwuU+ayus3HdaB2zqJJ2YufzDwBk= ceph-e86c638a-e816-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-22T06:40:51.698 INFO:teuthology.orchestra.run.smithi028.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu2tyA1K3stGb7Qr85N/pPQuRbZtZh5wUtjrQM9KVqrrMucmAnAG0Namm7TDHlKPxSt2VViaMoViWZDEHfNrgbOS0kjsRO/C4tar+YCABjnP3JmoE6UuALBtEZjdZwrGphVgzdoeKFpiPyY4n8QXy9GE+7FCEso9EG13wSMSMutNUeFti47ID80MmiBRvW3O2SC8Ui/Oke3++NsvDut5I9VupLRzmU4CGLtp0Y/LLS0L6divU+Yh7MbF+gFPkUI8JD9BKjWP1bTamjeFhDjPhv5zuS+f+YVsienuBydb22GbfUCl4LyYuhBHLhpLY0F4NJQVpIGJq7TRm+YG28hdczCCtGtPxh4XjyrR6K1Ono7JbKsJV+3tMK8q0bCJotKFLLJi0RVu24IlOX3mtGu+lqj6RNajZPDh+3aLUmsawTBhOS5xKmSC2bIlG6HrS5YyZ/HUziq8y3B+yk8HqV6YGlItQRf0AGEh2Epp3jwuU+ayus3HdaB2zqJJ2YufzDwBk= ceph-e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:40:51.711 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-22T06:40:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:50.604824+0000 mon.a (mon.0) 87 : audit [INF] from='client.? 172.21.15.23:0/2266469244' entity='client.admin' 2024-03-22T06:40:54.977 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-22T06:40:54.977 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-22T06:40:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:54.073411+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:40:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:54.327638+0000 mon.a (mon.0) 89 : audit [INF] from='client.? 172.21.15.23:0/2759605680' entity='client.admin' 2024-03-22T06:40:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:54.640522+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi023", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:40:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:54.645654+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:40:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:54.647017+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:40:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:54.650200+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:40:57.664 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi028 2024-03-22T06:40:57.664 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-22T06:40:57.664 DEBUG:teuthology.orchestra.run.smithi028:> dd of=/etc/ceph/ceph.conf 2024-03-22T06:40:57.687 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-22T06:40:57.687 DEBUG:teuthology.orchestra.run.smithi028:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-22T06:40:57.748 INFO:tasks.cephadm:Adding host smithi028 to orchestrator... 2024-03-22T06:40:57.749 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch host add smithi028 2024-03-22T06:40:58.313 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:57.044552+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:40:58.314 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:57.069652+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:40:58.314 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:57.070924+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:40:58.314 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:57.071517+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:40:58.314 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:40:57.072468+0000 mgr.y (mgr.14146) 6 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-03-22T06:40:58.314 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:40:57.118839+0000 mgr.y (mgr.14146) 7 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-03-22T06:40:58.314 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:57.177087+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:40:58.314 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:57.182019+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:00.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [89B blob data] 2024-03-22T06:41:00.446 INFO:teuthology.orchestra.run.smithi023.stdout:Added host 'smithi028' with addr '172.21.15.28' 2024-03-22T06:41:00.835 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [79B blob data] 2024-03-22T06:41:01.149 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-22T06:41:01.744 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:40:59.778950+0000 mgr.y (mgr.14146) 8 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi028", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:41:01.744 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:00.444373+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:01.744 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:00.444704+0000 mgr.y (mgr.14146) 9 : cephadm [INF] Added host smithi028 2024-03-22T06:41:01.744 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:00.453616+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:01.744 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:00.906627+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:01.744 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:01.189529+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:02.665 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:01.155923+0000 mgr.y (mgr.14146) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:03.073 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:41:03.073 INFO:teuthology.orchestra.run.smithi023.stdout:[{"addr": "172.21.15.23", "hostname": "smithi023", "labels": [], "status": ""}, {"addr": "172.21.15.28", "hostname": "smithi028", "labels": [], "status": ""}] 2024-03-22T06:41:03.693 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-22T06:41:03.693 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-22T06:41:04.839 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:03.073259+0000 mgr.y (mgr.14146) 11 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:41:04.839 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:03.156194+0000 mgr.y (mgr.14146) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:04.839 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:04.419567+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:06.463 INFO:teuthology.orchestra.run.smithi023.stderr:adjusted tunables profile to default 2024-03-22T06:41:06.490 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:05.156458+0000 mgr.y (mgr.14146) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:06.490 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:05.233008+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:06.490 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:05.233685+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:41:06.490 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:05.234572+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:06.490 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:05.235315+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:41:06.490 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:05.236544+0000 mgr.y (mgr.14146) 14 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-22T06:41:06.491 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:05.272535+0000 mgr.y (mgr.14146) 15 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-03-22T06:41:06.491 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:05.292279+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:06.491 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:05.296196+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:06.491 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:05.806111+0000 mon.a (mon.0) 111 : audit [INF] from='client.? 172.21.15.23:0/1794108531' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-22T06:41:07.167 INFO:tasks.cephadm:Adding mon.a on smithi023 2024-03-22T06:41:07.167 INFO:tasks.cephadm:Adding mon.c on smithi023 2024-03-22T06:41:07.167 INFO:tasks.cephadm:Adding mon.b on smithi028 2024-03-22T06:41:07.168 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch apply mon '3;smithi023:172.21.15.23=a;smithi023:[v2:172.21.15.23:3301,v1:172.21.15.23:6790]=c;smithi028:172.21.15.28=b' 2024-03-22T06:41:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:06.460386+0000 mon.a (mon.0) 112 : audit [INF] from='client.? 172.21.15.23:0/1794108531' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-22T06:41:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:06.460462+0000 mon.a (mon.0) 113 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-22T06:41:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:07.156712+0000 mgr.y (mgr.14146) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:09.226 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled mon update... 2024-03-22T06:41:09.975 DEBUG:teuthology.orchestra.run.smithi023:mon.c> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@mon.c.service 2024-03-22T06:41:09.978 DEBUG:teuthology.orchestra.run.smithi028:mon.b> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@mon.b.service 2024-03-22T06:41:09.980 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-22T06:41:09.980 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-22T06:41:10.014 INFO:journalctl@ceph.mon.b.smithi028.stdout:-- Logs begin at Fri 2024-03-22 06:28:24 UTC. -- 2024-03-22T06:41:10.015 INFO:journalctl@ceph.mon.c.smithi023.stdout:-- Logs begin at Fri 2024-03-22 06:29:12 UTC. -- 2024-03-22T06:41:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:09.157074+0000 mgr.y (mgr.14146) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:09.216057+0000 mgr.y (mgr.14146) 18 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi023:172.21.15.23=a;smithi023:[v2:172.21.15.23:3301,v1:172.21.15.23:6790]=c;smithi028:172.21.15.28=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:41:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:09.218411+0000 mgr.y (mgr.14146) 19 : cephadm [INF] Saving service mon spec with placement smithi023:172.21.15.23=a;smithi023:[v2:172.21.15.23:3301,v1:172.21.15.23:6790]=c;smithi028:172.21.15.28=b;count:3 2024-03-22T06:41:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:09.226059+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:09.271091+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:09.272752+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:09.273609+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:41:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:09.277075+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:09.278811+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-22T06:41:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:09.279584+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:09.280354+0000 mgr.y (mgr.14146) 20 : cephadm [INF] Deploying daemon mon.b on smithi028 2024-03-22T06:41:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:11.157466+0000 mgr.y (mgr.14146) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:12.884 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:41:12.884 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":1,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","modified":"2024-03-22T06:39:46.684039Z","created":"2024-03-22T06:39:46.684039Z","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.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-22T06:41:12.886 INFO:teuthology.orchestra.run.smithi028.stderr:dumped monmap epoch 1 2024-03-22T06:41:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:12.884583+0000 mon.a (mon.0) 121 : audit [DBG] from='client.? 172.21.15.28:0/1934980470' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-22T06:41:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:13.157821+0000 mgr.y (mgr.14146) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:15 smithi028 bash[40304]: 5d8fea5fcdd95895ae0d793a2d542d35ea83054468113e8e9bede27dd12ba2e7 2024-03-22T06:41:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:15 smithi028 systemd[1]: Started Ceph mon.b for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:41:15.495 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-22T06:41:15.496 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-22T06:41:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:15.066726+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-22T06:41:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:15.066927+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:15.067120+0000 mon.a (mon.0) 125 : cluster [INF] mon.a calling monitor election 2024-03-22T06:41:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:15.158191+0000 mgr.y (mgr.14146) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:16.059204+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:17.059620+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:17.060512+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-03-22T06:41:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:17.158501+0000 mgr.y (mgr.14146) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:18.059884+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:19.059857+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:19.158823+0000 mgr.y (mgr.14146) 25 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:20.059436+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:20.104384+0000 mon.a (mon.0) 131 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-03-22T06:41:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:20.111904+0000 mon.a (mon.0) 132 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0]} removed_ranks: {} 2024-03-22T06:41:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:20.123860+0000 mon.a (mon.0) 133 : cluster [DBG] fsmap 2024-03-22T06:41:20.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:20.123891+0000 mon.a (mon.0) 134 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-22T06:41:20.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:20.124083+0000 mon.a (mon.0) 135 : cluster [DBG] mgrmap e13: y(active, since 38s) 2024-03-22T06:41:20.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:20.124218+0000 mon.a (mon.0) 136 : cluster [INF] overall HEALTH_OK 2024-03-22T06:41:20.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:20.127341+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:20.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:20.128454+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-22T06:41:20.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:20.129239+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:15.066726+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-22T06:41:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:15.066927+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:15.067120+0000 mon.a (mon.0) 125 : cluster [INF] mon.a calling monitor election 2024-03-22T06:41:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:15.158191+0000 mgr.y (mgr.14146) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:16.059204+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:17.059620+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:17.060512+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-03-22T06:41:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:17.158501+0000 mgr.y (mgr.14146) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:18.059884+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:19.059857+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:19.158823+0000 mgr.y (mgr.14146) 25 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:20.059436+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:20.104384+0000 mon.a (mon.0) 131 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-03-22T06:41:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:20.111904+0000 mon.a (mon.0) 132 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0]} removed_ranks: {} 2024-03-22T06:41:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:20.123860+0000 mon.a (mon.0) 133 : cluster [DBG] fsmap 2024-03-22T06:41:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:20.123891+0000 mon.a (mon.0) 134 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-22T06:41:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:20.124083+0000 mon.a (mon.0) 135 : cluster [DBG] mgrmap e13: y(active, since 38s) 2024-03-22T06:41:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:20.124218+0000 mon.a (mon.0) 136 : cluster [INF] overall HEALTH_OK 2024-03-22T06:41:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:20.127341+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:20.128454+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-22T06:41:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:20.129239+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:20.796 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:41:20.796 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":2,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","modified":"2024-03-22T06:41:15.059342Z","created":"2024-03-22T06:39:46.684039Z","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.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-22T06:41:20.798 INFO:teuthology.orchestra.run.smithi028.stderr:dumped monmap epoch 2 2024-03-22T06:41:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:20.129944+0000 mgr.y (mgr.14146) 26 : cephadm [INF] Deploying daemon mon.c on smithi023 2024-03-22T06:41:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:20.796917+0000 mon.a (mon.0) 140 : audit [DBG] from='client.? 172.21.15.28:0/3207677790' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-22T06:41:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:21.059960+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:21.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:20.129944+0000 mgr.y (mgr.14146) 26 : cephadm [INF] Deploying daemon mon.c on smithi023 2024-03-22T06:41:21.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:20.796917+0000 mon.a (mon.0) 140 : audit [DBG] from='client.? 172.21.15.28:0/3207677790' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-22T06:41:21.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:21.059960+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:22.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:21.159085+0000 mgr.y (mgr.14146) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:22.580 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-22T06:41:22.580 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-22T06:41:22.614 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:21.159085+0000 mgr.y (mgr.14146) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:22 smithi023 systemd[1]: Starting Ceph mon.c for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:41:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.436+0000 7fc4b0043880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-22T06:41:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.436+0000 7fc4b0043880 0 ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable), process ceph-mon, pid 2 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.436+0000 7fc4b0043880 0 pidfile_write: ignore empty --pid-file 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 0 load: jerasure load: lrc load: isa 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: RocksDB version: 6.8.1 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Compile date Feb 26 2024 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: DB SUMMARY 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: CURRENT file: CURRENT 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: IDENTITY file: IDENTITY 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000003.log size: 636 ; 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.error_if_exists: 0 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.create_if_missing: 0 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.paranoid_checks: 1 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.env: 0x559b7057b080 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.fs: Posix File System 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.info_log: 0x559b70e02260 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.statistics: (nil) 2024-03-22T06:41:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.use_fsync: 0 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.max_log_file_size: 0 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.allow_fallocate: 1 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.use_direct_reads: 0 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.db_log_dir: 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-03-22T06:41:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.max_subcompactions: 1 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.max_background_flushes: -1 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.write_buffer_manager: 0x559b71af4390 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-22T06:41:23.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.unordered_write: 0 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.row_cache: None 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.wal_filter: None 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-22T06:41:23.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.preserve_deletes: 0 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.two_write_queues: 0 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.atomic_flush: 0 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.log_readahead_size: 0 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.max_background_jobs: 2 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.max_background_compactions: -1 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-22T06:41:23.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.max_open_files: -1 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Compression algorithms supported: 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: kZSTD supported: 0 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: kXpressCompression supported: 0 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-22T06:41:23.887 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: kLZ4Compression supported: 1 2024-03-22T06:41:23.888 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: kBZip2Compression supported: 0 2024-03-22T06:41:23.888 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: kZlibCompression supported: 1 2024-03-22T06:41:23.888 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: kSnappyCompression supported: 1 2024-03-22T06:41:23.888 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.441+0000 7fc4b0043880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-22T06:41:23.888 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 2024-03-22T06:41:23.888 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.888 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-03-22T06:41:23.888 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.888 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-22T06:41:23.888 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.merge_operator: 2024-03-22T06:41:23.889 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compaction_filter: None 2024-03-22T06:41:23.890 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-22T06:41:23.890 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-22T06:41:23.890 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-22T06:41:23.890 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559b70da7d10) 2024-03-22T06:41:23.890 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cache_index_and_filter_blocks: 1 2024-03-22T06:41:23.890 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-22T06:41:23.890 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-22T06:41:23.890 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: pin_top_level_index_and_filter: 1 2024-03-22T06:41:23.890 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: index_type: 0 2024-03-22T06:41:23.890 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: data_block_index_type: 0 2024-03-22T06:41:23.890 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: index_shortening: 1 2024-03-22T06:41:23.890 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: data_block_hash_table_util_ratio: 0.750000 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: hash_index_allow_collision: 1 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: checksum: 1 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: no_block_cache: 0 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: block_cache: 0x559b70ddcf10 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: block_cache_name: BinnedLRUCache 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: block_cache_options: 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: capacity : 536870912 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: num_shard_bits : 4 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: strict_capacity_limit : 0 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: high_pri_pool_ratio: 0.000 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: block_cache_compressed: (nil) 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: persistent_cache: (nil) 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: block_size: 4096 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: block_size_deviation: 10 2024-03-22T06:41:23.891 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: block_restart_interval: 16 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: index_block_restart_interval: 1 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: metadata_block_size: 4096 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: partition_filters: 0 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: use_delta_encoding: 1 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: whole_key_filtering: 1 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: verify_compression: 0 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: read_amp_bytes_per_bit: 0 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: format_version: 2 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: enable_index_compression: 1 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: block_align: 0 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-22T06:41:23.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compression: NoCompression 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.num_levels: 7 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-22T06:41:23.893 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-22T06:41:23.894 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-22T06:41:23.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.table_properties_collectors: 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.inplace_update_support: 0 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-22T06:41:23.896 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.bloom_locality: 0 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.max_successive_merges: 0 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.force_consistency_checks: 0 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.ttl: 2592000 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 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-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.442+0000 7fc4b0043880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-03-22T06:41:23.897 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.443+0000 7fc4b0043880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711089683444414, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.443+0000 7fc4b0043880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.443+0000 7fc4b0043880 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-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.443+0000 7fc4b0043880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711089683444998, "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": 1711089683, "oldest_key_time": 3, "file_creation_time": 0}} 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.443+0000 7fc4b0043880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.446+0000 7fc4b0043880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711089683448098, "job": 1, "event": "recovery_finished"} 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.447+0000 7fc4b0043880 4 rocksdb: DB pointer 0x559b70ea5800 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.447+0000 7fc496e36700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.447+0000 7fc496e36700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: ** DB Stats ** 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-22T06:41:23.898 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: ** Compaction Stats [default] ** 2024-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 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-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: L0 1/0 1.53 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 2024-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Sum 1/0 1.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 2024-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 2024-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: ** Compaction Stats [default] ** 2024-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 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-03-22T06:41:23.899 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-22T06:41:23.900 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.001 0 0 2024-03-22T06:41:23.900 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-22T06:41:23.900 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-22T06:41:23.900 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-22T06:41:23.900 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: AddFile(Total Files): cumulative 0, interval 0 2024-03-22T06:41:23.900 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-22T06:41:23.900 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: AddFile(Keys): cumulative 0, interval 0 2024-03-22T06:41:23.900 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-22T06:41:23.900 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Interval compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-22T06:41:23.900 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 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-03-22T06:41:23.900 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.900 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: ** File Read Latency Histogram By Level [default] ** 2024-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: ** Compaction Stats [default] ** 2024-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 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-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: L0 1/0 1.53 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 2024-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Sum 1/0 1.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 2024-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 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-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: ** Compaction Stats [default] ** 2024-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 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-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.001 0 0 2024-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-22T06:41:23.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: AddFile(Total Files): cumulative 0, interval 0 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: AddFile(Keys): cumulative 0, interval 0 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 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-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: ** File Read Latency Histogram By Level [default] ** 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.447+0000 7fc4b0043880 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.448+0000 7fc4b0043880 0 using public_addrv [v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0] 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.448+0000 7fc4b0043880 0 starting mon.c rank -1 at public addrs [v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0] at bind addrs [v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.449+0000 7fc4b0043880 1 mon.c@-1(???) e0 preinit fsid e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:41:23.902 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.466+0000 7fc49963b700 0 mon.c@-1(synchronizing).mds e1 new map 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.466+0000 7fc49963b700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: e1 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 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-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: legacy client fscid: -1 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: No filesystems configured 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.466+0000 7fc49963b700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.466+0000 7fc49963b700 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-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.466+0000 7fc49963b700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.466+0000 7fc49963b700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.466+0000 7fc49963b700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.466+0000 7fc49963b700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-22T06:41:23.903 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.468+0000 7fc49963b700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-22T06:41:23.904 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.468+0000 7fc49963b700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-22T06:41:23.904 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.468+0000 7fc49963b700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-22T06:41:23.904 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.468+0000 7fc49963b700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-22T06:41:23.904 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:21.159085+0000 mgr.y (mgr.14146) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:23.904 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: debug 2024-03-22T06:41:23.469+0000 7fc49963b700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-22T06:41:23.904 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 bash[44278]: c85696d3eb32eb434783c25995d20bd98ea37a78a80dd9bd8505271ba29ac06c 2024-03-22T06:41:23.904 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:23 smithi023 systemd[1]: Started Ceph mon.c for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:41:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:23.159324+0000 mgr.y (mgr.14146) 28 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:23.478467+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-22T06:41:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:23.478630+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-03-22T06:41:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:23.479397+0000 mon.b (mon.1) 2 : cluster [INF] mon.b calling monitor election 2024-03-22T06:41:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:23.492270+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:23.492411+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:24.473566+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:25.159642+0000 mgr.y (mgr.14146) 29 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:25.473503+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:26.473826+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:27.159871+0000 mgr.y (mgr.14146) 30 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:27.473855+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:28.473819+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:28.492634+0000 mon.a (mon.0) 152 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:28.497648+0000 mon.a (mon.0) 153 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:28.509763+0000 mon.a (mon.0) 154 : cluster [DBG] fsmap 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:28.509815+0000 mon.a (mon.0) 155 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:28.510022+0000 mon.a (mon.0) 156 : cluster [DBG] mgrmap e13: y(active, since 47s) 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:28.510199+0000 mon.a (mon.0) 157 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:28.514669+0000 mon.a (mon.0) 158 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-22T06:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:28.514690+0000 mon.a (mon.0) 159 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-22T06:41:28.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:28.514702+0000 mon.a (mon.0) 160 : cluster [WRN] mon.c (rank 2) addr [v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0] is down (out of quorum) 2024-03-22T06:41:28.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:28.519439+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:28.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:28.520713+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:23.159324+0000 mgr.y (mgr.14146) 28 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:23.478467+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-22T06:41:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:23.478630+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-03-22T06:41:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:23.479397+0000 mon.b (mon.1) 2 : cluster [INF] mon.b calling monitor election 2024-03-22T06:41:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:23.492270+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:41:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:23.492411+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:24.473566+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:25.159642+0000 mgr.y (mgr.14146) 29 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:25.473503+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:26.473826+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:27.159871+0000 mgr.y (mgr.14146) 30 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:27.473855+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:28.473819+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:28.492634+0000 mon.a (mon.0) 152 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:28.497648+0000 mon.a (mon.0) 153 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:28.509763+0000 mon.a (mon.0) 154 : cluster [DBG] fsmap 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:28.509815+0000 mon.a (mon.0) 155 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:28.510022+0000 mon.a (mon.0) 156 : cluster [DBG] mgrmap e13: y(active, since 47s) 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:28.510199+0000 mon.a (mon.0) 157 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:28.514669+0000 mon.a (mon.0) 158 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:28.514690+0000 mon.a (mon.0) 159 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-22T06:41:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:28.514702+0000 mon.a (mon.0) 160 : cluster [WRN] mon.c (rank 2) addr [v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0] is down (out of quorum) 2024-03-22T06:41:28.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:28.519439+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:28.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:28.520713+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:29.080 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-22T06:41:29.080 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":3,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","modified":"2024-03-22T06:41:23.473856Z","created":"2024-03-22T06:39:46.684039Z","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.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3301","nonce":0},{"type":"v1","addr":"172.21.15.23:6790","nonce":0}]},"addr":"172.21.15.23:6790/0","public_addr":"172.21.15.23:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-22T06:41:29.082 INFO:teuthology.orchestra.run.smithi028.stderr:dumped monmap epoch 3 2024-03-22T06:41:29.819 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:29.081131+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.28:0/3608896785' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-22T06:41:29.819 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:29.474010+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:29.841 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-22T06:41:29.842 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-22T06:41:29.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:29.081131+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.28:0/3608896785' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-22T06:41:29.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:29.474010+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:29.081131+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.28:0/3608896785' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-22T06:41:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:29.474010+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:31.595 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:25.474928+0000 mon.c (mon.2) 1 : cluster [INF] mon.c calling monitor election 2024-03-22T06:41:31.595 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:30.115463+0000 mgr.y (mgr.14146) 32 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:30.115673+0000 mgr.y (mgr.14146) 33 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:30.174297+0000 mgr.y (mgr.14146) 34 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:30.175908+0000 mgr.y (mgr.14146) 35 : cephadm [INF] Reconfiguring daemon mon.a on smithi023 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:30.495997+0000 mon.c (mon.2) 2 : cluster [INF] mon.c calling monitor election 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:30.496352+0000 mon.b (mon.1) 3 : cluster [INF] mon.b calling monitor election 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:30.496410+0000 mon.a (mon.0) 176 : cluster [INF] mon.a calling monitor election 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:30.511168+0000 mon.a (mon.0) 177 : cluster [INF] mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:30.517470+0000 mon.a (mon.0) 178 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:30.517922+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:30.517962+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:30.518144+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:30.518484+0000 mon.a (mon.0) 182 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:30.518508+0000 mon.a (mon.0) 183 : cluster [INF] Cluster is now healthy 2024-03-22T06:41:31.596 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:30.523289+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2024-03-22T06:41:31.597 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:25.474928+0000 mon.c (mon.2) 1 : cluster [INF] mon.c calling monitor election 2024-03-22T06:41:31.597 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:30.115463+0000 mgr.y (mgr.14146) 32 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-03-22T06:41:31.597 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:30.115673+0000 mgr.y (mgr.14146) 33 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-22T06:41:31.597 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:30.174297+0000 mgr.y (mgr.14146) 34 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-22T06:41:31.597 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:30.175908+0000 mgr.y (mgr.14146) 35 : cephadm [INF] Reconfiguring daemon mon.a on smithi023 2024-03-22T06:41:31.597 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:30.495997+0000 mon.c (mon.2) 2 : cluster [INF] mon.c calling monitor election 2024-03-22T06:41:31.597 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:30.496352+0000 mon.b (mon.1) 3 : cluster [INF] mon.b calling monitor election 2024-03-22T06:41:31.597 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:30.496410+0000 mon.a (mon.0) 176 : cluster [INF] mon.a calling monitor election 2024-03-22T06:41:31.597 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:30.511168+0000 mon.a (mon.0) 177 : cluster [INF] mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-03-22T06:41:31.597 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:30.517470+0000 mon.a (mon.0) 178 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} 2024-03-22T06:41:31.597 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:30.517922+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-03-22T06:41:31.597 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:30.517962+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-22T06:41:31.598 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:30.518144+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-03-22T06:41:31.598 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:30.518484+0000 mon.a (mon.0) 182 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2024-03-22T06:41:31.598 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:30.518508+0000 mon.a (mon.0) 183 : cluster [INF] Cluster is now healthy 2024-03-22T06:41:31.598 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:30.523289+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2024-03-22T06:41:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:25.474928+0000 mon.c (mon.2) 1 : cluster [INF] mon.c calling monitor election 2024-03-22T06:41:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:30.115463+0000 mgr.y (mgr.14146) 32 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-03-22T06:41:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:30.115673+0000 mgr.y (mgr.14146) 33 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-22T06:41:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:30.174297+0000 mgr.y (mgr.14146) 34 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-22T06:41:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:30.175908+0000 mgr.y (mgr.14146) 35 : cephadm [INF] Reconfiguring daemon mon.a on smithi023 2024-03-22T06:41:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:30.495997+0000 mon.c (mon.2) 2 : cluster [INF] mon.c calling monitor election 2024-03-22T06:41:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:30.496352+0000 mon.b (mon.1) 3 : cluster [INF] mon.b calling monitor election 2024-03-22T06:41:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:30.496410+0000 mon.a (mon.0) 176 : cluster [INF] mon.a calling monitor election 2024-03-22T06:41:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:30.511168+0000 mon.a (mon.0) 177 : cluster [INF] mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-03-22T06:41:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:30.517470+0000 mon.a (mon.0) 178 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} 2024-03-22T06:41:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:30.517922+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-03-22T06:41:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:30.517962+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-22T06:41:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:30.518144+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-03-22T06:41:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:30.518484+0000 mon.a (mon.0) 182 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2024-03-22T06:41:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:30.518508+0000 mon.a (mon.0) 183 : cluster [INF] Cluster is now healthy 2024-03-22T06:41:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:30.523289+0000 mon.a (mon.0) 184 : cluster [INF] overall HEALTH_OK 2024-03-22T06:41:32.545 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:31.160519+0000 mgr.y (mgr.14146) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:32.545 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:31.300372+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:32.545 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:31.474132+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:32.545 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:32.217644+0000 mon.a (mon.0) 187 : audit [DBG] from='client.? 172.21.15.23:0/2083167220' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:32.545 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:31.160519+0000 mgr.y (mgr.14146) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:32.546 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:31.300372+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:32.546 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:31.474132+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:32.546 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:32.217644+0000 mon.a (mon.0) 187 : audit [DBG] from='client.? 172.21.15.23:0/2083167220' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:32.632 INFO:teuthology.orchestra.run.smithi023.stdout:# minimal ceph.conf for e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:41:32.632 INFO:teuthology.orchestra.run.smithi023.stdout:[global] 2024-03-22T06:41:32.632 INFO:teuthology.orchestra.run.smithi023.stdout: fsid = e86c638a-e816-11ee-95cd-87774f69a715 2024-03-22T06:41:32.632 INFO:teuthology.orchestra.run.smithi023.stdout: mon_host = [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] [v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0] 2024-03-22T06:41:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:31.160519+0000 mgr.y (mgr.14146) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:31.300372+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:31.474132+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:41:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:32.217644+0000 mon.a (mon.0) 187 : audit [DBG] from='client.? 172.21.15.23:0/2083167220' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:33.286 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-22T06:41:33.287 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:41:33.287 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.conf 2024-03-22T06:41:33.360 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:41:33.360 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-22T06:41:33.428 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-22T06:41:33.428 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.conf 2024-03-22T06:41:33.466 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-22T06:41:33.466 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-22T06:41:33.540 INFO:tasks.cephadm:Adding mgr.y on smithi023 2024-03-22T06:41:33.540 INFO:tasks.cephadm:Adding mgr.x on smithi028 2024-03-22T06:41:33.540 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch apply mgr '2;smithi023=y;smithi028=x' 2024-03-22T06:41:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:32.590212+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:32.590679+0000 mgr.y (mgr.14146) 37 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-22T06:41:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:32.590887+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-22T06:41:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:32.591414+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-22T06:41:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:32.591891+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:32.592360+0000 mgr.y (mgr.14146) 38 : cephadm [INF] Reconfiguring daemon mon.c on smithi023 2024-03-22T06:41:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:32.590212+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:32.590679+0000 mgr.y (mgr.14146) 37 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-22T06:41:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:32.590887+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-22T06:41:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:32.591414+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-22T06:41:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:32.591891+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:32.592360+0000 mgr.y (mgr.14146) 38 : cephadm [INF] Reconfiguring daemon mon.c on smithi023 2024-03-22T06:41:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:32.590212+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:32.590679+0000 mgr.y (mgr.14146) 37 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-22T06:41:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:32.590887+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-22T06:41:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:32.591414+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-22T06:41:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:32.591891+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:32.592360+0000 mgr.y (mgr.14146) 38 : cephadm [INF] Reconfiguring daemon mon.c on smithi023 2024-03-22T06:41:34.850 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:33.160917+0000 mgr.y (mgr.14146) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:34.850 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:34.515871+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:34.850 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:34.516710+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-22T06:41:34.850 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:34.517413+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-22T06:41:34.851 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:34.518054+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:33.160917+0000 mgr.y (mgr.14146) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:34.515871+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:34.516710+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-22T06:41:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:34.517413+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-22T06:41:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:34.518054+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:33.160917+0000 mgr.y (mgr.14146) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:34.515871+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:34.516710+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-22T06:41:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:34.517413+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-22T06:41:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:34.518054+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:35.757 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled mgr update... 2024-03-22T06:41:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:34.516425+0000 mgr.y (mgr.14146) 40 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-22T06:41:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:34.518657+0000 mgr.y (mgr.14146) 41 : cephadm [INF] Reconfiguring daemon mon.b on smithi028 2024-03-22T06:41:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:34.516425+0000 mgr.y (mgr.14146) 40 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-22T06:41:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:34.518657+0000 mgr.y (mgr.14146) 41 : cephadm [INF] Reconfiguring daemon mon.b on smithi028 2024-03-22T06:41:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:34.516425+0000 mgr.y (mgr.14146) 40 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-22T06:41:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:34.518657+0000 mgr.y (mgr.14146) 41 : cephadm [INF] Reconfiguring daemon mon.b on smithi028 2024-03-22T06:41:36.865 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:35.161249+0000 mgr.y (mgr.14146) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:36.865 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:35.747680+0000 mgr.y (mgr.14146) 43 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi023=y;smithi028=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:41:36.866 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:35.749086+0000 mgr.y (mgr.14146) 44 : cephadm [INF] Saving service mgr spec with placement smithi023=y;smithi028=x;count:2 2024-03-22T06:41:36.866 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:35.757252+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:35.161249+0000 mgr.y (mgr.14146) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:35.747680+0000 mgr.y (mgr.14146) 43 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi023=y;smithi028=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:41:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:35.749086+0000 mgr.y (mgr.14146) 44 : cephadm [INF] Saving service mgr spec with placement smithi023=y;smithi028=x;count:2 2024-03-22T06:41:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:35.757252+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:35.161249+0000 mgr.y (mgr.14146) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:35.747680+0000 mgr.y (mgr.14146) 43 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi023=y;smithi028=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:41:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:35.749086+0000 mgr.y (mgr.14146) 44 : cephadm [INF] Saving service mgr spec with placement smithi023=y;smithi028=x;count:2 2024-03-22T06:41:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:35.757252+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:37.350 DEBUG:teuthology.orchestra.run.smithi028:mgr.x> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@mgr.x.service 2024-03-22T06:41:37.352 INFO:tasks.cephadm:Deploying OSDs... 2024-03-22T06:41:37.352 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:41:37.352 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/scratch_devs of=/dev/stdout 2024-03-22T06:41:37.376 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-03-22T06:41:37.376 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_1 2024-03-22T06:41:37.383 INFO:journalctl@ceph.mgr.x.smithi028.stdout:-- Logs begin at Fri 2024-03-22 06:28:24 UTC. -- 2024-03-22T06:41:37.438 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-22T06:41:37.439 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-22T06:41:37.439 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 162805 Links: 1 2024-03-22T06:41:37.439 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-22T06:41:37.439 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2024-03-22T06:41:37.439 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-03-22 06:41:22.867635499 +0000 2024-03-22T06:41:37.439 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-03-22 06:35:07.927230084 +0000 2024-03-22T06:41:37.439 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-03-22 06:35:07.927230084 +0000 2024-03-22T06:41:37.439 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-03-22T06:41:37.439 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-22T06:41:37.512 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-03-22T06:41:37.512 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-03-22T06:41:37.512 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000394217 s, 1.3 MB/s 2024-03-22T06:41:37.514 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-22T06:41:37.576 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_2 2024-03-22T06:41:37.636 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-22T06:41:37.637 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-22T06:41:37.637 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 161439 Links: 1 2024-03-22T06:41:37.637 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-22T06:41:37.637 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2024-03-22T06:41:37.637 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-03-22 06:41:22.867635499 +0000 2024-03-22T06:41:37.637 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-03-22 06:35:08.273227370 +0000 2024-03-22T06:41:37.637 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-03-22 06:35:08.273227370 +0000 2024-03-22T06:41:37.637 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-03-22T06:41:37.637 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-22T06:41:37.707 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-03-22T06:41:37.707 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-03-22T06:41:37.707 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000268468 s, 1.9 MB/s 2024-03-22T06:41:37.708 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-22T06:41:37.769 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_3 2024-03-22T06:41:37.828 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-22T06:41:37.828 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-22T06:41:37.829 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 161503 Links: 1 2024-03-22T06:41:37.829 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-22T06:41:37.829 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2024-03-22T06:41:37.829 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-03-22 06:41:22.867635499 +0000 2024-03-22T06:41:37.829 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-03-22 06:35:08.634224539 +0000 2024-03-22T06:41:37.829 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-03-22 06:35:08.634224539 +0000 2024-03-22T06:41:37.829 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-03-22T06:41:37.829 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-22T06:41:37.897 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-03-22T06:41:37.897 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-03-22T06:41:37.897 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000329158 s, 1.6 MB/s 2024-03-22T06:41:37.898 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-22T06:41:37.959 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_4 2024-03-22T06:41:38.018 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-22T06:41:38.018 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-22T06:41:38.018 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 155488 Links: 1 2024-03-22T06:41:38.018 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-22T06:41:38.019 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2024-03-22T06:41:38.019 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-03-22 06:41:22.867635499 +0000 2024-03-22T06:41:38.019 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-03-22 06:35:08.980221826 +0000 2024-03-22T06:41:38.019 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-03-22 06:35:08.980221826 +0000 2024-03-22T06:41:38.019 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-03-22T06:41:38.019 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-22T06:41:38.085 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-03-22T06:41:38.085 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-03-22T06:41:38.086 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000281769 s, 1.8 MB/s 2024-03-22T06:41:38.087 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-22T06:41:38.147 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-22T06:41:38.147 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/scratch_devs of=/dev/stdout 2024-03-22T06:41:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:36.921616+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:36.922600+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:36.924097+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:36.924924+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:36.934151+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:36.935527+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-22T06:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:36.945120+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-22T06:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:36.945913+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-22T06:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:36.946806+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:36.947504+0000 mgr.y (mgr.14146) 45 : cephadm [INF] Deploying daemon mgr.x on smithi028 2024-03-22T06:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:37.161571+0000 mgr.y (mgr.14146) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:38.168 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-03-22T06:41:38.168 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_1 2024-03-22T06:41:38.228 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-22T06:41:38.228 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-22T06:41:38.228 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 6h/6d Inode: 166264 Links: 1 2024-03-22T06:41:38.228 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-22T06:41:38.228 INFO:teuthology.orchestra.run.smithi028.stdout:Context: system_u:object_r:device_t:s0 2024-03-22T06:41:38.228 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-03-22 06:41:14.384233663 +0000 2024-03-22T06:41:38.228 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-03-22 06:35:08.263838558 +0000 2024-03-22T06:41:38.228 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-03-22 06:35:08.263838558 +0000 2024-03-22T06:41:38.228 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-03-22T06:41:38.229 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-22T06:41:38.297 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-03-22T06:41:38.297 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-03-22T06:41:38.297 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000104596 s, 4.9 MB/s 2024-03-22T06:41:38.298 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-22T06:41:38.359 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_2 2024-03-22T06:41:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:36.921616+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:36.922600+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:36.924097+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:36.924924+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:41:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:36.934151+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:36.935527+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-22T06:41:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:36.945120+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-22T06:41:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:36.945913+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-22T06:41:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:36.946806+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:36.947504+0000 mgr.y (mgr.14146) 45 : cephadm [INF] Deploying daemon mgr.x on smithi028 2024-03-22T06:41:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:37.161571+0000 mgr.y (mgr.14146) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:36.921616+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:36.922600+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:36.924097+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:36.924924+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:41:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:36.934151+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:36.935527+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-22T06:41:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:36.945120+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-22T06:41:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:36.945913+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-22T06:41:38.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:36.946806+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:38.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:36.947504+0000 mgr.y (mgr.14146) 45 : cephadm [INF] Deploying daemon mgr.x on smithi028 2024-03-22T06:41:38.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:37.161571+0000 mgr.y (mgr.14146) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:38.417 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-22T06:41:38.417 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-22T06:41:38.417 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 6h/6d Inode: 169479 Links: 1 2024-03-22T06:41:38.418 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-22T06:41:38.418 INFO:teuthology.orchestra.run.smithi028.stdout:Context: system_u:object_r:device_t:s0 2024-03-22T06:41:38.418 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-03-22 06:41:14.384233663 +0000 2024-03-22T06:41:38.418 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-03-22 06:35:08.613828445 +0000 2024-03-22T06:41:38.418 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-03-22 06:35:08.613828445 +0000 2024-03-22T06:41:38.418 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-03-22T06:41:38.418 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-22T06:41:38.485 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-03-22T06:41:38.485 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-03-22T06:41:38.485 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000105683 s, 4.8 MB/s 2024-03-22T06:41:38.486 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-22T06:41:38.548 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_3 2024-03-22T06:41:38.608 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-22T06:41:38.608 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-22T06:41:38.608 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 6h/6d Inode: 168569 Links: 1 2024-03-22T06:41:38.608 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-22T06:41:38.608 INFO:teuthology.orchestra.run.smithi028.stdout:Context: system_u:object_r:device_t:s0 2024-03-22T06:41:38.608 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-03-22 06:41:38.594540613 +0000 2024-03-22T06:41:38.608 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-03-22 06:35:08.955818562 +0000 2024-03-22T06:41:38.608 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-03-22 06:35:08.955818562 +0000 2024-03-22T06:41:38.609 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-03-22T06:41:38.609 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-22T06:41:38.676 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-03-22T06:41:38.676 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-03-22T06:41:38.676 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000106853 s, 4.8 MB/s 2024-03-22T06:41:38.677 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-22T06:41:38.737 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_4 2024-03-22T06:41:38.797 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-22T06:41:38.797 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-22T06:41:38.797 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 6h/6d Inode: 169649 Links: 1 2024-03-22T06:41:38.797 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-22T06:41:38.797 INFO:teuthology.orchestra.run.smithi028.stdout:Context: system_u:object_r:device_t:s0 2024-03-22T06:41:38.797 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-03-22 06:41:38.729536749 +0000 2024-03-22T06:41:38.797 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-03-22 06:35:09.304808478 +0000 2024-03-22T06:41:38.797 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-03-22 06:35:09.304808478 +0000 2024-03-22T06:41:38.797 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-03-22T06:41:38.798 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-22T06:41:38.870 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-03-22T06:41:38.870 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-03-22T06:41:38.870 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 8.9111e-05 s, 5.7 MB/s 2024-03-22T06:41:38.872 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-22T06:41:38.931 INFO:tasks.cephadm:Deploying osd.0 on smithi023 with /dev/vg_nvme/lv_4... 2024-03-22T06:41:38.931 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-22T06:41:39.162 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:38 smithi028 systemd[1]: Starting Ceph mgr.x for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:41:39.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:39.295+0000 7fd554aca700 1 -- 172.21.15.28:0/4170666639 <== mon.1 v2:172.21.15.28:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5618a777e4e0 con 0x5618a7753400 2024-03-22T06:41:39.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:39 smithi028 bash[41528]: fa1cda091da5ed864176ec648eda664cfd27ec7200a675fb529612eb65d62428 2024-03-22T06:41:39.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:39 smithi028 systemd[1]: Started Ceph mgr.x for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:41:39.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:39.420+0000 7fd5650c4680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-22T06:41:39.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:39.506+0000 7fd5650c4680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-22T06:41:40.185 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:39.926+0000 7fd5650c4680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-22T06:41:40.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:39.161840+0000 mgr.y (mgr.14146) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:40.563 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:39.478721+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:40.564 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:39.488108+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:40.564 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:39.161840+0000 mgr.y (mgr.14146) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:40.564 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:39.478721+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:40.564 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:39.488108+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:40.730 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:39.161840+0000 mgr.y (mgr.14146) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:40.730 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:39.478721+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:40.730 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:39.488108+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:41.029 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:40.730+0000 7fd5650c4680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-22T06:41:41.029 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:40.811+0000 7fd5650c4680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-22T06:41:41.029 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:41.029+0000 7fd5650c4680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-22T06:41:41.185 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-22T06:41:41.185 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-22T06:41:41.185 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2024-03-22T06:41:41.185 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2024-03-22T06:41:41.185 INFO:teuthology.orchestra.run.smithi023.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0105096 s, 998 MB/s 2024-03-22T06:41:41.185 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2024-03-22T06:41:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:40.585690+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:40.586445+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:40.587396+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:41:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:40.591725+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:40.593342+0000 mgr.y (mgr.14146) 48 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-22T06:41:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:40.593612+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-22T06:41:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:40.594413+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-22T06:41:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:40.595036+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:40.595655+0000 mgr.y (mgr.14146) 49 : cephadm [INF] Reconfiguring daemon mgr.y on smithi023 2024-03-22T06:41:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:41.306010+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:40.585690+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:40.586445+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:40.587396+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:41:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:40.591725+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:40.593342+0000 mgr.y (mgr.14146) 48 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-22T06:41:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:40.593612+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-22T06:41:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:40.594413+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-22T06:41:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:40.595036+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:41.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:40.595655+0000 mgr.y (mgr.14146) 49 : cephadm [INF] Reconfiguring daemon mgr.y on smithi023 2024-03-22T06:41:41.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:41.306010+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:40.585690+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:40.586445+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:40.587396+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:41:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:40.591725+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:40.593342+0000 mgr.y (mgr.14146) 48 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-22T06:41:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:40.593612+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-22T06:41:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:40.594413+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-22T06:41:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:40.595036+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:40.595655+0000 mgr.y (mgr.14146) 49 : cephadm [INF] Reconfiguring daemon mgr.y on smithi023 2024-03-22T06:41:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:41.306010+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:42.296 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_4 2024-03-22T06:41:42.315 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:42.010+0000 7fd5650c4680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-22T06:41:42.315 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:42.142+0000 7fd5650c4680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-22T06:41:42.315 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:42.223+0000 7fd5650c4680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-22T06:41:42.315 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:42.315+0000 7fd5650c4680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-22T06:41:42.599 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:42.517+0000 7fd5650c4680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-22T06:41:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:41.162085+0000 mgr.y (mgr.14146) 50 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:41.162085+0000 mgr.y (mgr.14146) 50 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:42.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:41.162085+0000 mgr.y (mgr.14146) 50 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:42.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:42.806+0000 7fd5650c4680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-22T06:41:43.165 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:42.907+0000 7fd5650c4680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-22T06:41:43.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:42.766557+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:43.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:42.767429+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:43.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:42.768680+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:43.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:42.769279+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:41:43.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:42.774492+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:43.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:43.162424+0000 mgr.y (mgr.14146) 51 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:43.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:42.766557+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:43.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:42.767429+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:43.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:42.768680+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:43.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:42.769279+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:41:43.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:42.774492+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:43.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:43.162424+0000 mgr.y (mgr.14146) 51 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:42.766557+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:42.767429+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:42.768680+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:42.769279+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:41:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:42.774492+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:43.162424+0000 mgr.y (mgr.14146) 51 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:43.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:43.660+0000 7fd5650c4680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-22T06:41:43.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:43.744+0000 7fd5650c4680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-22T06:41:43.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:43.839+0000 7fd5650c4680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-22T06:41:44.288 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:44.019+0000 7fd5650c4680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-22T06:41:44.561 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:44.287+0000 7fd5650c4680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-22T06:41:44.561 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:44.423+0000 7fd5650c4680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-22T06:41:44.826 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:44.391833+0000 mgr.y (mgr.14146) 52 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:41:44.827 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:44.394009+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:41:44.827 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:44.395867+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:41:44.827 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:44.396417+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:44.827 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:44.561+0000 7fd5650c4680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-22T06:41:44.827 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:44.739+0000 7fd5650c4680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-22T06:41:45.032 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:44.391833+0000 mgr.y (mgr.14146) 52 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:41:45.032 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:44.394009+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:41:45.033 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:44.395867+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:41:45.033 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:44.396417+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:45.033 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:44.391833+0000 mgr.y (mgr.14146) 52 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:41:45.033 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:44.394009+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:41:45.033 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:44.395867+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:41:45.033 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:44.396417+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:45.163 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:41:44.826+0000 7fd5650c4680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-22T06:41:46.007 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:44.840956+0000 mon.a (mon.0) 224 : cluster [DBG] Standby manager daemon x started 2024-03-22T06:41:46.007 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:44.841861+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.28:0/2615662554' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-22T06:41:46.007 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:44.842230+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.28:0/2615662554' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-22T06:41:46.007 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:44.843122+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.? 172.21.15.28:0/2615662554' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-22T06:41:46.007 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:44.843426+0000 mon.b (mon.1) 7 : audit [DBG] from='mgr.? 172.21.15.28:0/2615662554' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-22T06:41:46.007 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:45.162762+0000 mgr.y (mgr.14146) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:46.008 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:44.840956+0000 mon.a (mon.0) 224 : cluster [DBG] Standby manager daemon x started 2024-03-22T06:41:46.008 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:44.841861+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.28:0/2615662554' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-22T06:41:46.008 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:44.842230+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.28:0/2615662554' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-22T06:41:46.008 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:44.843122+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.? 172.21.15.28:0/2615662554' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-22T06:41:46.008 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:44.843426+0000 mon.b (mon.1) 7 : audit [DBG] from='mgr.? 172.21.15.28:0/2615662554' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-22T06:41:46.008 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:45.162762+0000 mgr.y (mgr.14146) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:44.840956+0000 mon.a (mon.0) 224 : cluster [DBG] Standby manager daemon x started 2024-03-22T06:41:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:44.841861+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.28:0/2615662554' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-22T06:41:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:44.842230+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.28:0/2615662554' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-22T06:41:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:44.843122+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.? 172.21.15.28:0/2615662554' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-22T06:41:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:44.843426+0000 mon.b (mon.1) 7 : audit [DBG] from='mgr.? 172.21.15.28:0/2615662554' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-22T06:41:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:45.162762+0000 mgr.y (mgr.14146) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:45.794547+0000 mon.a (mon.0) 225 : cluster [DBG] mgrmap e14: y(active, since 64s), standbys: x 2024-03-22T06:41:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:45.794685+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-22T06:41:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:45.794547+0000 mon.a (mon.0) 225 : cluster [DBG] mgrmap e14: y(active, since 64s), standbys: x 2024-03-22T06:41:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:45.794685+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-22T06:41:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:45.794547+0000 mon.a (mon.0) 225 : cluster [DBG] mgrmap e14: y(active, since 64s), standbys: x 2024-03-22T06:41:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:45.794685+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-22T06:41:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:46.789373+0000 mon.a (mon.0) 227 : audit [INF] from='client.? 172.21.15.23:0/3887637699' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169"}]: dispatch 2024-03-22T06:41:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:46.803338+0000 mon.a (mon.0) 228 : audit [INF] from='client.? 172.21.15.23:0/3887637699' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169"}]': finished 2024-03-22T06:41:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:46.803385+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-22T06:41:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:46.806925+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:41:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:47.163002+0000 mgr.y (mgr.14146) 54 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:47.361559+0000 mon.c (mon.2) 3 : audit [DBG] from='client.? 172.21.15.23:0/3096064334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:41:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:46.789373+0000 mon.a (mon.0) 227 : audit [INF] from='client.? 172.21.15.23:0/3887637699' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169"}]: dispatch 2024-03-22T06:41:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:46.803338+0000 mon.a (mon.0) 228 : audit [INF] from='client.? 172.21.15.23:0/3887637699' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169"}]': finished 2024-03-22T06:41:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:46.803385+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-22T06:41:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:46.806925+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:41:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:47.163002+0000 mgr.y (mgr.14146) 54 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:47.361559+0000 mon.c (mon.2) 3 : audit [DBG] from='client.? 172.21.15.23:0/3096064334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:41:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:46.789373+0000 mon.a (mon.0) 227 : audit [INF] from='client.? 172.21.15.23:0/3887637699' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169"}]: dispatch 2024-03-22T06:41:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:46.803338+0000 mon.a (mon.0) 228 : audit [INF] from='client.? 172.21.15.23:0/3887637699' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169"}]': finished 2024-03-22T06:41:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:46.803385+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-22T06:41:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:46.806925+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:41:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:47.163002+0000 mgr.y (mgr.14146) 54 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:47.361559+0000 mon.c (mon.2) 3 : audit [DBG] from='client.? 172.21.15.23:0/3096064334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:41:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:49.163411+0000 mgr.y (mgr.14146) 55 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:49.163411+0000 mgr.y (mgr.14146) 55 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:49.163411+0000 mgr.y (mgr.14146) 55 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:51.163698+0000 mgr.y (mgr.14146) 56 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:51.163698+0000 mgr.y (mgr.14146) 56 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:51.163698+0000 mgr.y (mgr.14146) 56 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:53.164071+0000 mgr.y (mgr.14146) 57 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:53.412009+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-22T06:41:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:53.412700+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:41:53.413270+0000 mgr.y (mgr.14146) 58 : cephadm [INF] Deploying daemon osd.0 on smithi023 2024-03-22T06:41:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:53.164071+0000 mgr.y (mgr.14146) 57 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:53.412009+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-22T06:41:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:53.412700+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:41:53.413270+0000 mgr.y (mgr.14146) 58 : cephadm [INF] Deploying daemon osd.0 on smithi023 2024-03-22T06:41:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:53.164071+0000 mgr.y (mgr.14146) 57 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:53.412009+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-22T06:41:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:53.412700+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:41:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:41:53.413270+0000 mgr.y (mgr.14146) 58 : cephadm [INF] Deploying daemon osd.0 on smithi023 2024-03-22T06:41:56.337 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:55.164356+0000 mgr.y (mgr.14146) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:56.337 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:55.164356+0000 mgr.y (mgr.14146) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:55.164356+0000 mgr.y (mgr.14146) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:57.164564+0000 mgr.y (mgr.14146) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:57.164564+0000 mgr.y (mgr.14146) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:57.164564+0000 mgr.y (mgr.14146) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:41:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:58.343279+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:41:58.376103+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:58.343279+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:41:58.376103+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:41:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:58.343279+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:41:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:41:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:41:58.376103+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:00.614 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:41:59.164917+0000 mgr.y (mgr.14146) 61 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:42:00.615 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:41:59.164917+0000 mgr.y (mgr.14146) 61 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:42:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:41:59.164917+0000 mgr.y (mgr.14146) 61 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:42:01.670 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 0 on host 'smithi023' 2024-03-22T06:42:02.087 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:00.779490+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:01.099553+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:01.100142+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:01.104294+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:01.165284+0000 mgr.y (mgr.14146) 62 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:01.479417+0000 mon.a (mon.0) 239 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:01.669932+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:01.670414+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:00.779490+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:01.099553+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:01.100142+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:01.104294+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:01.165284+0000 mgr.y (mgr.14146) 62 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:42:02.088 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:01.479417+0000 mon.a (mon.0) 239 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-22T06:42:02.089 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:01.669932+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:02.089 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:01.670414+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:00.779490+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:02.212 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:01.099553+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:02.212 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:01.100142+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:02.212 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:01.104294+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:02.212 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:01.165284+0000 mgr.y (mgr.14146) 62 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:42:02.212 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:01.479417+0000 mon.a (mon.0) 239 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-22T06:42:02.212 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:01.669932+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:02.212 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:01.670414+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:02.505 DEBUG:teuthology.orchestra.run.smithi023:osd.0> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@osd.0.service 2024-03-22T06:42:02.507 INFO:tasks.cephadm:Deploying osd.1 on smithi023 with /dev/vg_nvme/lv_3... 2024-03-22T06:42:02.508 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-22T06:42:02.539 INFO:journalctl@ceph.osd.0.smithi023.stdout:-- Logs begin at Fri 2024-03-22 06:29:12 UTC. -- 2024-03-22T06:42:03.118 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:02.111840+0000 mon.a (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-22T06:42:03.118 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:02.111884+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-22T06:42:03.118 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:02.111984+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:03.118 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:02.112513+0000 mon.a (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:42:03.378 INFO:journalctl@ceph.osd.0.smithi023.stdout:Mar 22 06:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-osd-0[47316]: debug 2024-03-22T06:42:03.121+0000 7f531a87e700 -1 osd.0 0 waiting for initial osdmap 2024-03-22T06:42:03.378 INFO:journalctl@ceph.osd.0.smithi023.stdout:Mar 22 06:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-osd-0[47316]: debug 2024-03-22T06:42:03.123+0000 7f53157f7700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-22T06:42:03.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:02.111840+0000 mon.a (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-22T06:42:03.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:02.111884+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-22T06:42:03.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:02.111984+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:03.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:02.112513+0000 mon.a (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:42:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:02.111840+0000 mon.a (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-22T06:42:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:02.111884+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-22T06:42:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:02.111984+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:02.112513+0000 mon.a (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:42:04.155 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:03.115027+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-03-22T06:42:04.155 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:03.115080+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-22T06:42:04.155 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:03.117073+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:04.155 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:03.121491+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:04.156 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:03.165530+0000 mgr.y (mgr.14146) 63 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:42:04.156 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:03.115027+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-03-22T06:42:04.156 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:03.115080+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-22T06:42:04.156 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:03.117073+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:04.156 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:03.121491+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:04.156 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:03.165530+0000 mgr.y (mgr.14146) 63 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:42:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:03.115027+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-03-22T06:42:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:03.115080+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-22T06:42:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:03.117073+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:03.121491+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:03.165530+0000 mgr.y (mgr.14146) 63 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-22T06:42:05.218 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:02.497544+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:42:05.218 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:02.497625+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:42:05.218 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:04.120233+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:05.218 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:04.126941+0000 mon.a (mon.0) 251 : cluster [INF] osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232] boot 2024-03-22T06:42:05.218 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:04.126989+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-22T06:42:05.218 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:04.127675+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:05.219 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:02.497544+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:42:05.219 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:02.497625+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:42:05.219 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:04.120233+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:05.219 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:04.126941+0000 mon.a (mon.0) 251 : cluster [INF] osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232] boot 2024-03-22T06:42:05.219 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:04.126989+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-22T06:42:05.219 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:04.127675+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:02.497544+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:42:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:02.497625+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:42:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:04.120233+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:04.126941+0000 mon.a (mon.0) 251 : cluster [INF] osd.0 [v2:172.21.15.23:6802/2158855232,v1:172.21.15.23:6803/2158855232] boot 2024-03-22T06:42:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:04.126989+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-22T06:42:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:04.127675+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:42:05.600 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-22T06:42:05.600 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-22T06:42:05.600 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2024-03-22T06:42:05.600 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2024-03-22T06:42:05.600 INFO:teuthology.orchestra.run.smithi023.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00685906 s, 1.5 GB/s 2024-03-22T06:42:05.600 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2024-03-22T06:42:06.261 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_3 2024-03-22T06:42:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:05.139152+0000 mon.a (mon.0) 254 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-22T06:42:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:05.165908+0000 mgr.y (mgr.14146) 64 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:05.139152+0000 mon.a (mon.0) 254 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-22T06:42:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:05.165908+0000 mgr.y (mgr.14146) 64 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:05.139152+0000 mon.a (mon.0) 254 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-22T06:42:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:05.165908+0000 mgr.y (mgr.14146) 64 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:07.166250+0000 mgr.y (mgr.14146) 65 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:07.166250+0000 mgr.y (mgr.14146) 65 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:07.166250+0000 mgr.y (mgr.14146) 65 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:08.374641+0000 mgr.y (mgr.14146) 66 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:08.376626+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:08.378533+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:08.379121+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:42:08.615318+0000 mgr.y (mgr.14146) 67 : cephadm [INF] Detected new or changed devices on smithi023 2024-03-22T06:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:08.628549+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:08.629478+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:08.643551+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:08.644420+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:08.645027+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:08.658452+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:08.374641+0000 mgr.y (mgr.14146) 66 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:42:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:08.376626+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:42:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:08.378533+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:42:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:08.379121+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:42:08.615318+0000 mgr.y (mgr.14146) 67 : cephadm [INF] Detected new or changed devices on smithi023 2024-03-22T06:42:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:08.628549+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:08.629478+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:08.643551+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:08.644420+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:08.645027+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:08.658452+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:08.374641+0000 mgr.y (mgr.14146) 66 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:42:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:08.376626+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:42:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:08.378533+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:42:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:08.379121+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:42:08.615318+0000 mgr.y (mgr.14146) 67 : cephadm [INF] Detected new or changed devices on smithi023 2024-03-22T06:42:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:08.628549+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:08.629478+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:08.643551+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:08.644420+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:08.645027+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:08.658452+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:42:08.630032+0000 mgr.y (mgr.14146) 68 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 16098M 2024-03-22T06:42:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:09.166476+0000 mgr.y (mgr.14146) 69 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:42:08.630032+0000 mgr.y (mgr.14146) 68 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 16098M 2024-03-22T06:42:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:09.166476+0000 mgr.y (mgr.14146) 69 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:42:08.630032+0000 mgr.y (mgr.14146) 68 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 16098M 2024-03-22T06:42:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:09.166476+0000 mgr.y (mgr.14146) 69 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:10.811082+0000 mon.a (mon.0) 264 : audit [INF] from='client.? 172.21.15.23:0/1487540412' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97f32e0f-f0ae-4496-8644-1361644278a3"}]: dispatch 2024-03-22T06:42:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:10.823564+0000 mon.a (mon.0) 265 : audit [INF] from='client.? 172.21.15.23:0/1487540412' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97f32e0f-f0ae-4496-8644-1361644278a3"}]': finished 2024-03-22T06:42:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:10.823628+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-22T06:42:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:10.823744+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:10.811082+0000 mon.a (mon.0) 264 : audit [INF] from='client.? 172.21.15.23:0/1487540412' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97f32e0f-f0ae-4496-8644-1361644278a3"}]: dispatch 2024-03-22T06:42:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:10.823564+0000 mon.a (mon.0) 265 : audit [INF] from='client.? 172.21.15.23:0/1487540412' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97f32e0f-f0ae-4496-8644-1361644278a3"}]': finished 2024-03-22T06:42:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:10.823628+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-22T06:42:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:10.823744+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:10.811082+0000 mon.a (mon.0) 264 : audit [INF] from='client.? 172.21.15.23:0/1487540412' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97f32e0f-f0ae-4496-8644-1361644278a3"}]: dispatch 2024-03-22T06:42:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:10.823564+0000 mon.a (mon.0) 265 : audit [INF] from='client.? 172.21.15.23:0/1487540412' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97f32e0f-f0ae-4496-8644-1361644278a3"}]': finished 2024-03-22T06:42:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:10.823628+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-22T06:42:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:10.823744+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:11.166758+0000 mgr.y (mgr.14146) 70 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:11.453160+0000 mon.a (mon.0) 268 : audit [DBG] from='client.? 172.21.15.23:0/393624333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:42:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:11.166758+0000 mgr.y (mgr.14146) 70 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:11.453160+0000 mon.a (mon.0) 268 : audit [DBG] from='client.? 172.21.15.23:0/393624333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:42:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:11.166758+0000 mgr.y (mgr.14146) 70 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:11.453160+0000 mon.a (mon.0) 268 : audit [DBG] from='client.? 172.21.15.23:0/393624333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:42:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:13.167161+0000 mgr.y (mgr.14146) 71 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:13.167161+0000 mgr.y (mgr.14146) 71 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:13.167161+0000 mgr.y (mgr.14146) 71 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:15.167516+0000 mgr.y (mgr.14146) 72 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:15.167516+0000 mgr.y (mgr.14146) 72 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:15.167516+0000 mgr.y (mgr.14146) 72 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:17.150651+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-22T06:42:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:17.151296+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:17.150651+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-22T06:42:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:17.151296+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:17.150651+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-22T06:42:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:17.151296+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:42:17.151856+0000 mgr.y (mgr.14146) 73 : cephadm [INF] Deploying daemon osd.1 on smithi023 2024-03-22T06:42:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:17.167715+0000 mgr.y (mgr.14146) 74 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:42:17.151856+0000 mgr.y (mgr.14146) 73 : cephadm [INF] Deploying daemon osd.1 on smithi023 2024-03-22T06:42:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:17.167715+0000 mgr.y (mgr.14146) 74 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:42:17.151856+0000 mgr.y (mgr.14146) 73 : cephadm [INF] Deploying daemon osd.1 on smithi023 2024-03-22T06:42:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:17.167715+0000 mgr.y (mgr.14146) 74 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:20.451 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:19.168078+0000 mgr.y (mgr.14146) 75 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:20.452 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:19.168078+0000 mgr.y (mgr.14146) 75 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:19.168078+0000 mgr.y (mgr.14146) 75 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:22.573 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:21.168520+0000 mgr.y (mgr.14146) 76 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:22.573 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:22.163609+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:22.573 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:22.202225+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:22.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:21.168520+0000 mgr.y (mgr.14146) 76 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:22.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:22.163609+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:22.573 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:22.202225+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:21.168520+0000 mgr.y (mgr.14146) 76 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:22.163609+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:22.202225+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:24.580 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:23.168888+0000 mgr.y (mgr.14146) 77 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:24.580 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:23.168888+0000 mgr.y (mgr.14146) 77 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:23.168888+0000 mgr.y (mgr.14146) 77 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:25.126 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 1 on host 'smithi023' 2024-03-22T06:42:26.185 DEBUG:teuthology.orchestra.run.smithi023:osd.1> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@osd.1.service 2024-03-22T06:42:26.187 INFO:tasks.cephadm:Deploying osd.2 on smithi023 with /dev/vg_nvme/lv_2... 2024-03-22T06:42:26.187 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-22T06:42:26.217 INFO:journalctl@ceph.osd.1.smithi023.stdout:-- Logs begin at Fri 2024-03-22 06:29:12 UTC. -- 2024-03-22T06:42:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:25.126018+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:25.169280+0000 mgr.y (mgr.14146) 78 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:25.310633+0000 mon.c (mon.2) 4 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3870507014,v1:172.21.15.23:6811/3870507014]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-22T06:42:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:25.311024+0000 mon.a (mon.0) 274 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-22T06:42:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:25.126018+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:25.169280+0000 mgr.y (mgr.14146) 78 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:25.310633+0000 mon.c (mon.2) 4 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3870507014,v1:172.21.15.23:6811/3870507014]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-22T06:42:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:25.311024+0000 mon.a (mon.0) 274 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-22T06:42:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:25.126018+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:25.169280+0000 mgr.y (mgr.14146) 78 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:25.310633+0000 mon.c (mon.2) 4 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3870507014,v1:172.21.15.23:6811/3870507014]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-22T06:42:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:25.311024+0000 mon.a (mon.0) 274 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-22T06:42:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:26.134663+0000 mon.a (mon.0) 275 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-22T06:42:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:26.134712+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-22T06:42:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:26.134926+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:26.136733+0000 mon.c (mon.2) 5 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3870507014,v1:172.21.15.23:6811/3870507014]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:42:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:26.137003+0000 mon.a (mon.0) 278 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:42:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:26.371171+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:27.589 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:26.134663+0000 mon.a (mon.0) 275 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-22T06:42:27.589 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:26.134712+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-22T06:42:27.589 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:26.134926+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:27.589 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:26.136733+0000 mon.c (mon.2) 5 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3870507014,v1:172.21.15.23:6811/3870507014]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:42:27.590 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:26.137003+0000 mon.a (mon.0) 278 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:42:27.590 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:26.371171+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:27.590 INFO:journalctl@ceph.osd.1.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-osd-1[51346]: debug 2024-03-22T06:42:27.144+0000 7f6a7544b700 -1 osd.1 0 waiting for initial osdmap 2024-03-22T06:42:27.590 INFO:journalctl@ceph.osd.1.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-osd-1[51346]: debug 2024-03-22T06:42:27.155+0000 7f6a713c6700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-22T06:42:27.590 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:26.134663+0000 mon.a (mon.0) 275 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-22T06:42:27.590 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:26.134712+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-22T06:42:27.590 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:26.134926+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:27.590 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:26.136733+0000 mon.c (mon.2) 5 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3870507014,v1:172.21.15.23:6811/3870507014]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:42:27.591 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:26.137003+0000 mon.a (mon.0) 278 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:42:27.591 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:26.371171+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:27.136847+0000 mon.a (mon.0) 280 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-03-22T06:42:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:27.136901+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-22T06:42:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:27.145219+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:27.169564+0000 mgr.y (mgr.14146) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:28.144733+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:27.136847+0000 mon.a (mon.0) 280 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-03-22T06:42:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:27.136901+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-22T06:42:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:27.145219+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:27.169564+0000 mgr.y (mgr.14146) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:28.144733+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:27.136847+0000 mon.a (mon.0) 280 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-03-22T06:42:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:27.136901+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-22T06:42:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:27.145219+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:27.169564+0000 mgr.y (mgr.14146) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-03-22T06:42:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:28.144733+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:26.311651+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:42:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:26.311723+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:42:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:28.155125+0000 mon.a (mon.0) 284 : cluster [INF] osd.1 [v2:172.21.15.23:6810/3870507014,v1:172.21.15.23:6811/3870507014] boot 2024-03-22T06:42:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:28.155182+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-22T06:42:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:28.155619+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:26.311651+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:42:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:26.311723+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:42:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:28.155125+0000 mon.a (mon.0) 284 : cluster [INF] osd.1 [v2:172.21.15.23:6810/3870507014,v1:172.21.15.23:6811/3870507014] boot 2024-03-22T06:42:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:28.155182+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-22T06:42:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:28.155619+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:29.579 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-22T06:42:29.580 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-22T06:42:29.580 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2024-03-22T06:42:29.580 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2024-03-22T06:42:29.580 INFO:teuthology.orchestra.run.smithi023.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0126497 s, 829 MB/s 2024-03-22T06:42:29.580 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 2024-03-22T06:42:29.580 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2024-03-22T06:42:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:26.311651+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:42:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:26.311723+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:42:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:28.155125+0000 mon.a (mon.0) 284 : cluster [INF] osd.1 [v2:172.21.15.23:6810/3870507014,v1:172.21.15.23:6811/3870507014] boot 2024-03-22T06:42:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:28.155182+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-22T06:42:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:28.155619+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:42:30.349 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:29.169870+0000 mgr.y (mgr.14146) 80 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:30.349 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:29.181711+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-22T06:42:30.349 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:29.169870+0000 mgr.y (mgr.14146) 80 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:30.349 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:29.181711+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-22T06:42:30.367 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_2 2024-03-22T06:42:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:29.169870+0000 mgr.y (mgr.14146) 80 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:29.181711+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-22T06:42:32.433 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:31.170207+0000 mgr.y (mgr.14146) 81 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:32.433 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:42:31.300956+0000 mgr.y (mgr.14146) 82 : cephadm [INF] Detected new or changed devices on smithi023 2024-03-22T06:42:32.433 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:31.308377+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:32.433 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:31.309177+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:32.433 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:31.309771+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:32.433 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:42:31.310193+0000 mgr.y (mgr.14146) 83 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 8049M 2024-03-22T06:42:32.433 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:31.318170+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:32.434 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:31.319457+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:32.434 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:31.319990+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:32.434 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:31.323961+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:32.434 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:31.325922+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:32.434 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:31.327039+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:32.434 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:31.327583+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:32.434 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:31.331346+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:32.434 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:31.170207+0000 mgr.y (mgr.14146) 81 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:32.434 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:42:31.300956+0000 mgr.y (mgr.14146) 82 : cephadm [INF] Detected new or changed devices on smithi023 2024-03-22T06:42:32.434 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:31.308377+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:32.434 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:31.309177+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:32.434 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:31.309771+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:32.435 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:42:31.310193+0000 mgr.y (mgr.14146) 83 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 8049M 2024-03-22T06:42:32.435 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:31.318170+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:32.435 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:31.319457+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:32.435 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:31.319990+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:32.435 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:31.323961+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:32.435 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:31.325922+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:32.435 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:31.327039+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:32.435 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:31.327583+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:32.435 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:31.331346+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:31.170207+0000 mgr.y (mgr.14146) 81 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:42:31.300956+0000 mgr.y (mgr.14146) 82 : cephadm [INF] Detected new or changed devices on smithi023 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:31.308377+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:31.309177+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:31.309771+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:42:31.310193+0000 mgr.y (mgr.14146) 83 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 8049M 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:31.318170+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:31.319457+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:31.319990+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:31.323961+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:31.325922+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:31.327039+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:31.327583+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:31.331346+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:32.884839+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:42:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:32.886745+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:42:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:32.887311+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:32.884839+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:42:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:32.886745+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:42:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:32.887311+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:32.884839+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:42:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:32.886745+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:42:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:32.887311+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:34.591 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:32.882818+0000 mgr.y (mgr.14146) 84 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:42:34.592 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:33.170623+0000 mgr.y (mgr.14146) 85 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:34.592 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:32.882818+0000 mgr.y (mgr.14146) 84 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:42:34.592 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:33.170623+0000 mgr.y (mgr.14146) 85 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:32.882818+0000 mgr.y (mgr.14146) 84 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:42:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:33.170623+0000 mgr.y (mgr.14146) 85 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:35.170880+0000 mgr.y (mgr.14146) 86 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:35.391244+0000 mon.c (mon.2) 6 : audit [INF] from='client.? 172.21.15.23:0/302326592' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38652f5e-6893-4aa5-a243-dce6e733342a"}]: dispatch 2024-03-22T06:42:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:35.391548+0000 mon.a (mon.0) 302 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38652f5e-6893-4aa5-a243-dce6e733342a"}]: dispatch 2024-03-22T06:42:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:35.395257+0000 mon.a (mon.0) 303 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38652f5e-6893-4aa5-a243-dce6e733342a"}]': finished 2024-03-22T06:42:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:35.395344+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-22T06:42:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:35.395468+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:36.026955+0000 mon.a (mon.0) 306 : audit [DBG] from='client.? 172.21.15.23:0/763285489' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:42:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:35.170880+0000 mgr.y (mgr.14146) 86 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:35.391244+0000 mon.c (mon.2) 6 : audit [INF] from='client.? 172.21.15.23:0/302326592' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38652f5e-6893-4aa5-a243-dce6e733342a"}]: dispatch 2024-03-22T06:42:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:35.391548+0000 mon.a (mon.0) 302 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38652f5e-6893-4aa5-a243-dce6e733342a"}]: dispatch 2024-03-22T06:42:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:35.395257+0000 mon.a (mon.0) 303 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38652f5e-6893-4aa5-a243-dce6e733342a"}]': finished 2024-03-22T06:42:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:35.395344+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-22T06:42:36.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:35.395468+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:36.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:36.026955+0000 mon.a (mon.0) 306 : audit [DBG] from='client.? 172.21.15.23:0/763285489' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:42:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:35.170880+0000 mgr.y (mgr.14146) 86 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:35.391244+0000 mon.c (mon.2) 6 : audit [INF] from='client.? 172.21.15.23:0/302326592' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38652f5e-6893-4aa5-a243-dce6e733342a"}]: dispatch 2024-03-22T06:42:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:35.391548+0000 mon.a (mon.0) 302 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38652f5e-6893-4aa5-a243-dce6e733342a"}]: dispatch 2024-03-22T06:42:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:35.395257+0000 mon.a (mon.0) 303 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38652f5e-6893-4aa5-a243-dce6e733342a"}]': finished 2024-03-22T06:42:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:35.395344+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-22T06:42:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:35.395468+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:36.026955+0000 mon.a (mon.0) 306 : audit [DBG] from='client.? 172.21.15.23:0/763285489' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:42:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:37.171137+0000 mgr.y (mgr.14146) 87 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:37.171137+0000 mgr.y (mgr.14146) 87 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:37.171137+0000 mgr.y (mgr.14146) 87 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:40.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:39.171373+0000 mgr.y (mgr.14146) 88 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:40.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:39.171373+0000 mgr.y (mgr.14146) 88 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:39.171373+0000 mgr.y (mgr.14146) 88 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:41.171592+0000 mgr.y (mgr.14146) 89 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:41.797198+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-22T06:42:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:41.797874+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:41.171592+0000 mgr.y (mgr.14146) 89 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:41.797198+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-22T06:42:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:41.797874+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:41.171592+0000 mgr.y (mgr.14146) 89 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:41.797198+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-22T06:42:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:41.797874+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:42:41.798422+0000 mgr.y (mgr.14146) 90 : cephadm [INF] Deploying daemon osd.2 on smithi023 2024-03-22T06:42:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:42:41.798422+0000 mgr.y (mgr.14146) 90 : cephadm [INF] Deploying daemon osd.2 on smithi023 2024-03-22T06:42:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:42:41.798422+0000 mgr.y (mgr.14146) 90 : cephadm [INF] Deploying daemon osd.2 on smithi023 2024-03-22T06:42:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:43.172055+0000 mgr.y (mgr.14146) 91 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:43.172055+0000 mgr.y (mgr.14146) 91 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:43.172055+0000 mgr.y (mgr.14146) 91 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:45.172312+0000 mgr.y (mgr.14146) 92 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:45.172312+0000 mgr.y (mgr.14146) 92 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:45.172312+0000 mgr.y (mgr.14146) 92 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:47.984 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:46.675112+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:47.984 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:46.679152+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:47.984 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:47.172512+0000 mgr.y (mgr.14146) 93 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:47.985 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:46.675112+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:47.985 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:46.679152+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:47.985 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:47.172512+0000 mgr.y (mgr.14146) 93 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:46.675112+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:46.679152+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:47.172512+0000 mgr.y (mgr.14146) 93 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:50.100 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 2 on host 'smithi023' 2024-03-22T06:42:50.797 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:49.172739+0000 mgr.y (mgr.14146) 94 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:50.797 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:49.410646+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:50.797 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:49.411411+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:50.797 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:49.412093+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:50.797 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:49.422196+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:50.797 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:49.822767+0000 mon.a (mon.0) 315 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-22T06:42:50.797 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:50.100189+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:50.797 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:50.139281+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:50.798 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:49.172739+0000 mgr.y (mgr.14146) 94 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:50.798 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:49.410646+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:50.798 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:49.411411+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:50.798 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:49.412093+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:50.798 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:49.422196+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:50.798 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:49.822767+0000 mon.a (mon.0) 315 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-22T06:42:50.798 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:50.100189+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:50.798 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:50.139281+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:50.825 DEBUG:teuthology.orchestra.run.smithi023:osd.2> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@osd.2.service 2024-03-22T06:42:50.827 INFO:tasks.cephadm:Deploying osd.3 on smithi023 with /dev/vg_nvme/lv_1... 2024-03-22T06:42:50.827 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-22T06:42:50.860 INFO:journalctl@ceph.osd.2.smithi023.stdout:-- Logs begin at Fri 2024-03-22 06:29:12 UTC. -- 2024-03-22T06:42:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:49.172739+0000 mgr.y (mgr.14146) 94 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:49.410646+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:49.411411+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:49.412093+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:49.422196+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:49.822767+0000 mon.a (mon.0) 315 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-22T06:42:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:50.100189+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:50.139281+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:42:51.880 INFO:journalctl@ceph.osd.2.smithi023.stdout:Mar 22 06:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-osd-2[55542]: debug 2024-03-22T06:42:51.452+0000 7fd393c02700 -1 osd.2 0 waiting for initial osdmap 2024-03-22T06:42:51.880 INFO:journalctl@ceph.osd.2.smithi023.stdout:Mar 22 06:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-osd-2[55542]: debug 2024-03-22T06:42:51.455+0000 7fd38f37c700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-22T06:42:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:50.434240+0000 mon.a (mon.0) 318 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-22T06:42:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:50.434304+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-22T06:42:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:50.434457+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:50.434922+0000 mon.a (mon.0) 321 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:42:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:50.434240+0000 mon.a (mon.0) 318 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-22T06:42:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:50.434304+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-22T06:42:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:50.434457+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:51.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:50.434922+0000 mon.a (mon.0) 321 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:42:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:50.434240+0000 mon.a (mon.0) 318 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-22T06:42:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:50.434304+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-22T06:42:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:50.434457+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:50.434922+0000 mon.a (mon.0) 321 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:42:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:51.173119+0000 mgr.y (mgr.14146) 95 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:51.450552+0000 mon.a (mon.0) 322 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-03-22T06:42:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:51.450602+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-22T06:42:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:51.450801+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:51.453766+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:51.173119+0000 mgr.y (mgr.14146) 95 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:51.450552+0000 mon.a (mon.0) 322 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-03-22T06:42:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:51.450602+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-22T06:42:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:51.450801+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:51.453766+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:51.173119+0000 mgr.y (mgr.14146) 95 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:51.450552+0000 mon.a (mon.0) 322 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-03-22T06:42:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:51.450602+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-22T06:42:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:51.450801+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:51.453766+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:53.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:50.811363+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:42:53.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:50.811413+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:42:53.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:52.455192+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:53.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:52.462242+0000 mon.a (mon.0) 327 : cluster [INF] osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416] boot 2024-03-22T06:42:53.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:52.462281+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-22T06:42:53.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:52.462499+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:53.815 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:52.462773+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:42:53.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:50.811363+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:42:53.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:50.811413+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:42:53.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:52.455192+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:53.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:52.462242+0000 mon.a (mon.0) 327 : cluster [INF] osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416] boot 2024-03-22T06:42:53.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:52.462281+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-22T06:42:53.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:52.462499+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:53.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:52.462773+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:42:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:50.811363+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:42:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:50.811413+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:42:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:52.455192+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:52.462242+0000 mon.a (mon.0) 327 : cluster [INF] osd.2 [v2:172.21.15.23:6818/3375066416,v1:172.21.15.23:6819/3375066416] boot 2024-03-22T06:42:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:52.462281+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-22T06:42:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:52.462499+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:42:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:52.462773+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:42:54.579 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-22T06:42:54.579 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-22T06:42:54.579 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2024-03-22T06:42:54.580 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2024-03-22T06:42:54.580 INFO:teuthology.orchestra.run.smithi023.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00776168 s, 1.4 GB/s 2024-03-22T06:42:54.580 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2024-03-22T06:42:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:53.173507+0000 mgr.y (mgr.14146) 96 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:53.469095+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:42:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:53.469182+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-22T06:42:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:53.470046+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-03-22T06:42:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:53.173507+0000 mgr.y (mgr.14146) 96 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:53.469095+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:42:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:53.469182+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-22T06:42:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:53.470046+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-03-22T06:42:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:53.173507+0000 mgr.y (mgr.14146) 96 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-03-22T06:42:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:53.469095+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:42:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:53.469182+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-22T06:42:54.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:53.470046+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-03-22T06:42:55.861 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:54.474222+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-03-22T06:42:55.861 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:54.474302+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-22T06:42:55.861 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:54.474222+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-03-22T06:42:55.861 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:54.474302+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-22T06:42:55.883 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_1 2024-03-22T06:42:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:54.474222+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-03-22T06:42:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:54.474302+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-22T06:42:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:55.173977+0000 mgr.y (mgr.14146) 97 : cluster [DBG] pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:42:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:55.909513+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:55.910393+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:55.911015+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:55.911592+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:55.921586+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:55.923060+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:55.923655+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:55.928392+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:55.173977+0000 mgr.y (mgr.14146) 97 : cluster [DBG] pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:42:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:55.909513+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:55.910393+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:55.911015+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:55.911592+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:55.921586+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:55.923060+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:55.923655+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:55.928392+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:55.173977+0000 mgr.y (mgr.14146) 97 : cluster [DBG] pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:42:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:55.909513+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:55.910393+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:55.911015+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:55.911592+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:42:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:55.921586+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:55.923060+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:55.923655+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:42:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:55.928392+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:42:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:42:55.899810+0000 mgr.y (mgr.14146) 98 : cephadm [INF] Detected new or changed devices on smithi023 2024-03-22T06:42:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:42:55.912046+0000 mgr.y (mgr.14146) 99 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 5366M 2024-03-22T06:42:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:56.505118+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-22T06:42:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:42:55.899810+0000 mgr.y (mgr.14146) 98 : cephadm [INF] Detected new or changed devices on smithi023 2024-03-22T06:42:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:42:55.912046+0000 mgr.y (mgr.14146) 99 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 5366M 2024-03-22T06:42:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:56.505118+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-22T06:42:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:42:55.899810+0000 mgr.y (mgr.14146) 98 : cephadm [INF] Detected new or changed devices on smithi023 2024-03-22T06:42:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:42:55.912046+0000 mgr.y (mgr.14146) 99 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 5366M 2024-03-22T06:42:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:56.505118+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-22T06:42:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:57.174399+0000 mgr.y (mgr.14146) 100 : cluster [DBG] pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:42:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:57.869854+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:42:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:57.871786+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:42:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:57.872324+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:57.174399+0000 mgr.y (mgr.14146) 100 : cluster [DBG] pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:42:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:57.869854+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:42:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:57.871786+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:42:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:57.872324+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:57.174399+0000 mgr.y (mgr.14146) 100 : cluster [DBG] pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:42:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:57.869854+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:42:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:57.871786+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:42:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:57.872324+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:42:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:42:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:42:57.867873+0000 mgr.y (mgr.14146) 101 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:42:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:42:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:42:57.867873+0000 mgr.y (mgr.14146) 101 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:42:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:42:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:42:57.867873+0000 mgr.y (mgr.14146) 101 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:43:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:42:59.174977+0000 mgr.y (mgr.14146) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:43:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:00.314989+0000 mon.c (mon.2) 7 : audit [INF] from='client.? 172.21.15.23:0/2452113495' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "713042a7-6fca-425d-aa33-ceadcdd7edeb"}]: dispatch 2024-03-22T06:43:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:00.315345+0000 mon.a (mon.0) 348 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "713042a7-6fca-425d-aa33-ceadcdd7edeb"}]: dispatch 2024-03-22T06:43:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:00.328072+0000 mon.a (mon.0) 349 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "713042a7-6fca-425d-aa33-ceadcdd7edeb"}]': finished 2024-03-22T06:43:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:00.328151+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-03-22T06:43:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:00.328283+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:42:59.174977+0000 mgr.y (mgr.14146) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:43:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:00.314989+0000 mon.c (mon.2) 7 : audit [INF] from='client.? 172.21.15.23:0/2452113495' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "713042a7-6fca-425d-aa33-ceadcdd7edeb"}]: dispatch 2024-03-22T06:43:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:00.315345+0000 mon.a (mon.0) 348 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "713042a7-6fca-425d-aa33-ceadcdd7edeb"}]: dispatch 2024-03-22T06:43:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:00.328072+0000 mon.a (mon.0) 349 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "713042a7-6fca-425d-aa33-ceadcdd7edeb"}]': finished 2024-03-22T06:43:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:00.328151+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-03-22T06:43:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:00.328283+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:42:59.174977+0000 mgr.y (mgr.14146) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:43:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:00.314989+0000 mon.c (mon.2) 7 : audit [INF] from='client.? 172.21.15.23:0/2452113495' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "713042a7-6fca-425d-aa33-ceadcdd7edeb"}]: dispatch 2024-03-22T06:43:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:00.315345+0000 mon.a (mon.0) 348 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "713042a7-6fca-425d-aa33-ceadcdd7edeb"}]: dispatch 2024-03-22T06:43:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:00.328072+0000 mon.a (mon.0) 349 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "713042a7-6fca-425d-aa33-ceadcdd7edeb"}]': finished 2024-03-22T06:43:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:00.328151+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-03-22T06:43:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:00.328283+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:00.910270+0000 mon.a (mon.0) 352 : audit [DBG] from='client.? 172.21.15.23:0/891231540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:43:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:00.910270+0000 mon.a (mon.0) 352 : audit [DBG] from='client.? 172.21.15.23:0/891231540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:43:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:00.910270+0000 mon.a (mon.0) 352 : audit [DBG] from='client.? 172.21.15.23:0/891231540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:43:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:01.175352+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-03-22T06:43:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:01.175352+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-03-22T06:43:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:01.175352+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-03-22T06:43:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:03.175625+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-03-22T06:43:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:03.175625+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-03-22T06:43:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:03.175625+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-03-22T06:43:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:05.175997+0000 mgr.y (mgr.14146) 105 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:43:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:06.503735+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-22T06:43:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:06.504391+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:05.175997+0000 mgr.y (mgr.14146) 105 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:43:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:06.503735+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-22T06:43:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:06.504391+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:05.175997+0000 mgr.y (mgr.14146) 105 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:43:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:06.503735+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-22T06:43:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:06.504391+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:07.805 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:43:06.504952+0000 mgr.y (mgr.14146) 106 : cephadm [INF] Deploying daemon osd.3 on smithi023 2024-03-22T06:43:07.806 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:43:06.504952+0000 mgr.y (mgr.14146) 106 : cephadm [INF] Deploying daemon osd.3 on smithi023 2024-03-22T06:43:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:43:06.504952+0000 mgr.y (mgr.14146) 106 : cephadm [INF] Deploying daemon osd.3 on smithi023 2024-03-22T06:43:08.822 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:07.176323+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-03-22T06:43:08.823 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:07.176323+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-03-22T06:43:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:07.176323+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-03-22T06:43:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:09.176622+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-03-22T06:43:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:09.176622+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-03-22T06:43:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:09.176622+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-03-22T06:43:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:11.177014+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-03-22T06:43:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:11.497654+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:11.536635+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:43:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:11.177014+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-03-22T06:43:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:11.497654+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:11.536635+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:43:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:11.177014+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-03-22T06:43:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:11.497654+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:11.536635+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:43:14.832 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:13.177512+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-03-22T06:43:14.832 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:14.035342+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:14.832 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:14.329274+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:14.832 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:14.329946+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:43:14.832 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:14.334289+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:14.832 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:13.177512+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-03-22T06:43:14.833 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:14.035342+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:14.833 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:14.329274+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:14.833 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:14.329946+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:43:14.833 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:14.334289+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:14.857 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 3 on host 'smithi023' 2024-03-22T06:43:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:13.177512+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-03-22T06:43:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:14.035342+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:14.329274+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:14.329946+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:43:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:14.334289+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:15.508 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:14.636197+0000 mon.c (mon.2) 8 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/974225083,v1:172.21.15.23:6827/974225083]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-22T06:43:15.508 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:14.636569+0000 mon.a (mon.0) 361 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-22T06:43:15.508 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:14.851977+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:43:15.508 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:14.856193+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:15.508 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:14.636197+0000 mon.c (mon.2) 8 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/974225083,v1:172.21.15.23:6827/974225083]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-22T06:43:15.508 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:14.636569+0000 mon.a (mon.0) 361 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-22T06:43:15.508 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:14.851977+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:43:15.508 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:14.856193+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:15.510 DEBUG:teuthology.orchestra.run.smithi023:osd.3> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@osd.3.service 2024-03-22T06:43:15.512 INFO:tasks.cephadm:Deploying osd.4 on smithi028 with /dev/vg_nvme/lv_4... 2024-03-22T06:43:15.512 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-22T06:43:15.547 INFO:journalctl@ceph.osd.3.smithi023.stdout:-- Logs begin at Fri 2024-03-22 06:29:12 UTC. -- 2024-03-22T06:43:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:14.636197+0000 mon.c (mon.2) 8 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/974225083,v1:172.21.15.23:6827/974225083]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-22T06:43:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:14.636569+0000 mon.a (mon.0) 361 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-22T06:43:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:14.851977+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:43:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:14.856193+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:16.818 INFO:journalctl@ceph.osd.3.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-osd-3[59574]: debug 2024-03-22T06:43:16.521+0000 7f13fccbe700 -1 osd.3 0 waiting for initial osdmap 2024-03-22T06:43:16.818 INFO:journalctl@ceph.osd.3.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-osd-3[59574]: debug 2024-03-22T06:43:16.527+0000 7f13f943a700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-22T06:43:16.819 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:15.177958+0000 mgr.y (mgr.14146) 111 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:43:16.819 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:15.513772+0000 mon.a (mon.0) 364 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-22T06:43:16.819 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:15.513848+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-22T06:43:16.819 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:15.513999+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:16.819 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:15.514927+0000 mon.c (mon.2) 9 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/974225083,v1:172.21.15.23:6827/974225083]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:43:16.819 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:15.515284+0000 mon.a (mon.0) 367 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:43:16.819 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:15.177958+0000 mgr.y (mgr.14146) 111 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:43:16.819 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:15.513772+0000 mon.a (mon.0) 364 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-22T06:43:16.820 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:15.513848+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-22T06:43:16.820 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:15.513999+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:16.820 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:15.514927+0000 mon.c (mon.2) 9 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/974225083,v1:172.21.15.23:6827/974225083]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:43:16.820 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:15.515284+0000 mon.a (mon.0) 367 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:43:16.835 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:15.177958+0000 mgr.y (mgr.14146) 111 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:43:16.835 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:15.513772+0000 mon.a (mon.0) 364 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-22T06:43:16.835 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:15.513848+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-22T06:43:16.836 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:15.513999+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:16.836 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:15.514927+0000 mon.c (mon.2) 9 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/974225083,v1:172.21.15.23:6827/974225083]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:43:16.836 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:15.515284+0000 mon.a (mon.0) 367 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-03-22T06:43:17.652 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-22T06:43:17.653 INFO:teuthology.orchestra.run.smithi028.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-22T06:43:17.653 INFO:teuthology.orchestra.run.smithi028.stderr: stderr: 10+0 records in 2024-03-22T06:43:17.653 INFO:teuthology.orchestra.run.smithi028.stderr:10+0 records out 2024-03-22T06:43:17.653 INFO:teuthology.orchestra.run.smithi028.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00804872 s, 1.3 GB/s 2024-03-22T06:43:17.653 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping successful for: 2024-03-22T06:43:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:16.515333+0000 mon.a (mon.0) 368 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-03-22T06:43:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:16.515404+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-22T06:43:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:16.515853+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:16.523271+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:16.515333+0000 mon.a (mon.0) 368 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-03-22T06:43:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:16.515404+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-22T06:43:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:16.515853+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:16.523271+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:16.515333+0000 mon.a (mon.0) 368 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-03-22T06:43:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:16.515404+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-22T06:43:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:16.515853+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:16.523271+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:18.297 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi028:vg_nvme/lv_4 2024-03-22T06:43:18.797 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:15.663604+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:43:18.797 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:15.663683+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:43:18.797 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:17.178241+0000 mgr.y (mgr.14146) 112 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:43:18.797 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:17.520479+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:18.797 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:17.528436+0000 mon.a (mon.0) 373 : cluster [INF] osd.3 [v2:172.21.15.23:6826/974225083,v1:172.21.15.23:6827/974225083] boot 2024-03-22T06:43:18.797 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:17.528472+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-03-22T06:43:18.797 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:17.530739+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:18.798 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:18.432496+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:18.798 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:18.433388+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:18.798 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:18.434032+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:18.798 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:18.434622+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:18.798 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:18.435160+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:18.798 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:18.440636+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:18.798 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:18.442160+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:18.798 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:18.442744+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:43:18.798 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:18.450420+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:15.663604+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:43:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:15.663683+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:43:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:17.178241+0000 mgr.y (mgr.14146) 112 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:43:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:17.520479+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:17.528436+0000 mon.a (mon.0) 373 : cluster [INF] osd.3 [v2:172.21.15.23:6826/974225083,v1:172.21.15.23:6827/974225083] boot 2024-03-22T06:43:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:17.528472+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-03-22T06:43:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:17.530739+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:18.432496+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:18.433388+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:18.434032+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:18.434622+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:18.435160+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:18.440636+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:18.442160+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:18.442744+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:43:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:18.450420+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:15.663604+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:43:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:15.663683+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:17.178241+0000 mgr.y (mgr.14146) 112 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:17.520479+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:17.528436+0000 mon.a (mon.0) 373 : cluster [INF] osd.3 [v2:172.21.15.23:6826/974225083,v1:172.21.15.23:6827/974225083] boot 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:17.528472+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:17.530739+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:18.432496+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:18.433388+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:18.434032+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:18.434622+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:18.435160+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:18.440636+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:18.442160+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:18.442744+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:43:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:18.450420+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:19.848 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:43:18.426171+0000 mgr.y (mgr.14146) 113 : cephadm [INF] Detected new or changed devices on smithi023 2024-03-22T06:43:19.849 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:43:18.435581+0000 mgr.y (mgr.14146) 114 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 4024M 2024-03-22T06:43:19.849 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:18.560137+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-22T06:43:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:43:18.426171+0000 mgr.y (mgr.14146) 113 : cephadm [INF] Detected new or changed devices on smithi023 2024-03-22T06:43:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:43:18.435581+0000 mgr.y (mgr.14146) 114 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 4024M 2024-03-22T06:43:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:18.560137+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-22T06:43:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:43:18.426171+0000 mgr.y (mgr.14146) 113 : cephadm [INF] Detected new or changed devices on smithi023 2024-03-22T06:43:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:43:18.435581+0000 mgr.y (mgr.14146) 114 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 4024M 2024-03-22T06:43:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:18.560137+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-22T06:43:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:19.178533+0000 mgr.y (mgr.14146) 115 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:20.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:19.178533+0000 mgr.y (mgr.14146) 115 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:19.178533+0000 mgr.y (mgr.14146) 115 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:20.674552+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:43:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:20.677088+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:43:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:20.677938+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:20.674552+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:43:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:20.677088+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:43:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:20.677938+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:20.674552+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:43:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:20.677088+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:43:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:20.677938+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:20.671960+0000 mgr.y (mgr.14146) 116 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:43:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:21.178788+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-03-22T06:43:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:20.671960+0000 mgr.y (mgr.14146) 116 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:43:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:21.178788+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-03-22T06:43:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:20.671960+0000 mgr.y (mgr.14146) 116 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:43:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:21.178788+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-03-22T06:43:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:23.216714+0000 mon.b (mon.1) 8 : audit [INF] from='client.? 172.21.15.28:0/548385674' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56c0aba7-4f8b-4e6a-afa9-737a4c1496e1"}]: dispatch 2024-03-22T06:43:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:23.217053+0000 mon.a (mon.0) 389 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56c0aba7-4f8b-4e6a-afa9-737a4c1496e1"}]: dispatch 2024-03-22T06:43:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:23.222015+0000 mon.a (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "56c0aba7-4f8b-4e6a-afa9-737a4c1496e1"}]': finished 2024-03-22T06:43:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:23.222111+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2024-03-22T06:43:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:23.222270+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:23.216714+0000 mon.b (mon.1) 8 : audit [INF] from='client.? 172.21.15.28:0/548385674' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56c0aba7-4f8b-4e6a-afa9-737a4c1496e1"}]: dispatch 2024-03-22T06:43:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:23.217053+0000 mon.a (mon.0) 389 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56c0aba7-4f8b-4e6a-afa9-737a4c1496e1"}]: dispatch 2024-03-22T06:43:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:23.222015+0000 mon.a (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "56c0aba7-4f8b-4e6a-afa9-737a4c1496e1"}]': finished 2024-03-22T06:43:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:23.222111+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2024-03-22T06:43:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:23.222270+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:23.216714+0000 mon.b (mon.1) 8 : audit [INF] from='client.? 172.21.15.28:0/548385674' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56c0aba7-4f8b-4e6a-afa9-737a4c1496e1"}]: dispatch 2024-03-22T06:43:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:23.217053+0000 mon.a (mon.0) 389 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56c0aba7-4f8b-4e6a-afa9-737a4c1496e1"}]: dispatch 2024-03-22T06:43:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:23.222015+0000 mon.a (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "56c0aba7-4f8b-4e6a-afa9-737a4c1496e1"}]': finished 2024-03-22T06:43:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:23.222111+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2024-03-22T06:43:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:23.222270+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:23.179096+0000 mgr.y (mgr.14146) 118 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:23.774377+0000 mon.b (mon.1) 9 : audit [DBG] from='client.? 172.21.15.28:0/2123791342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:43:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:23.179096+0000 mgr.y (mgr.14146) 118 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:23.774377+0000 mon.b (mon.1) 9 : audit [DBG] from='client.? 172.21.15.28:0/2123791342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:43:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:23.179096+0000 mgr.y (mgr.14146) 118 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:23.774377+0000 mon.b (mon.1) 9 : audit [DBG] from='client.? 172.21.15.28:0/2123791342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:43:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:25.179429+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-03-22T06:43:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:25.179429+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-03-22T06:43:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:25.179429+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-03-22T06:43:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:27.179891+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-03-22T06:43:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:27.179891+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-03-22T06:43:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:27.179891+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-03-22T06:43:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:29.180252+0000 mgr.y (mgr.14146) 121 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:29.778978+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-22T06:43:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:29.779842+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:29.180252+0000 mgr.y (mgr.14146) 121 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:29.778978+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-22T06:43:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:29.779842+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:29.180252+0000 mgr.y (mgr.14146) 121 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:29.778978+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-22T06:43:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:29.779842+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:31.622 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:43:29.780591+0000 mgr.y (mgr.14146) 122 : cephadm [INF] Deploying daemon osd.4 on smithi028 2024-03-22T06:43:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:43:29.780591+0000 mgr.y (mgr.14146) 122 : cephadm [INF] Deploying daemon osd.4 on smithi028 2024-03-22T06:43:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:43:29.780591+0000 mgr.y (mgr.14146) 122 : cephadm [INF] Deploying daemon osd.4 on smithi028 2024-03-22T06:43:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:31.180714+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-03-22T06:43:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:31.180714+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-03-22T06:43:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:31.180714+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-03-22T06:43:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:33.181169+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-03-22T06:43:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:33.181169+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-03-22T06:43:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:33.181169+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-03-22T06:43:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:35.181556+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-03-22T06:43:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:35.257943+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:35.259152+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:43:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:35.181556+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-03-22T06:43:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:35.257943+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:35.259152+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:43:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:35.181556+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-03-22T06:43:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:35.257943+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:35.259152+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:43:38.399 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:37.181925+0000 mgr.y (mgr.14146) 126 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:38.399 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:37.693818+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:38.399 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:38.051381+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:38.399 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:38.052366+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:43:38.399 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:38.062235+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:37.181925+0000 mgr.y (mgr.14146) 126 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:37.693818+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:38.051381+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:38.052366+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:43:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:38.062235+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:37.181925+0000 mgr.y (mgr.14146) 126 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:37.693818+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:38.051381+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:38.052366+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:43:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:38.062235+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:38.820 INFO:teuthology.orchestra.run.smithi028.stdout:Created osd(s) 4 on host 'smithi028' 2024-03-22T06:43:39.543 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:38.402844+0000 mon.b (mon.1) 10 : audit [INF] from='osd.4 [v2:172.21.15.28:6800/3833962790,v1:172.21.15.28:6801/3833962790]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-22T06:43:39.543 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:38.403426+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-22T06:43:39.543 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:38.819899+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:39.543 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:38.830444+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:43:39.572 DEBUG:teuthology.orchestra.run.smithi028:osd.4> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@osd.4.service 2024-03-22T06:43:39.575 INFO:tasks.cephadm:Deploying osd.5 on smithi028 with /dev/vg_nvme/lv_3... 2024-03-22T06:43:39.575 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-22T06:43:39.606 INFO:journalctl@ceph.osd.4.smithi028.stdout:-- Logs begin at Fri 2024-03-22 06:28:24 UTC. -- 2024-03-22T06:43:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:38.402844+0000 mon.b (mon.1) 10 : audit [INF] from='osd.4 [v2:172.21.15.28:6800/3833962790,v1:172.21.15.28:6801/3833962790]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-22T06:43:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:38.403426+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-22T06:43:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:38.819899+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:38.830444+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:43:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:38.402844+0000 mon.b (mon.1) 10 : audit [INF] from='osd.4 [v2:172.21.15.28:6800/3833962790,v1:172.21.15.28:6801/3833962790]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-22T06:43:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:38.403426+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-22T06:43:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:38.819899+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:38.830444+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:43:40.599 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:39.182399+0000 mgr.y (mgr.14146) 127 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:40.600 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:39.296730+0000 mon.a (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-22T06:43:40.600 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:39.296809+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-22T06:43:40.600 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:39.296977+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:40.600 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:39.297452+0000 mon.b (mon.1) 11 : audit [INF] from='osd.4 [v2:172.21.15.28:6800/3833962790,v1:172.21.15.28:6801/3833962790]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:43:40.600 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:39.297885+0000 mon.a (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:43:40.600 INFO:journalctl@ceph.osd.4.smithi028.stdout:Mar 22 06:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-osd-4[43997]: debug 2024-03-22T06:43:40.304+0000 7fc1b1c9c700 -1 osd.4 0 waiting for initial osdmap 2024-03-22T06:43:40.600 INFO:journalctl@ceph.osd.4.smithi028.stdout:Mar 22 06:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-osd-4[43997]: debug 2024-03-22T06:43:40.309+0000 7fc1aa410700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-22T06:43:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:39.182399+0000 mgr.y (mgr.14146) 127 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:39.296730+0000 mon.a (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-22T06:43:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:39.296809+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-22T06:43:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:39.296977+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:39.297452+0000 mon.b (mon.1) 11 : audit [INF] from='osd.4 [v2:172.21.15.28:6800/3833962790,v1:172.21.15.28:6801/3833962790]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:43:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:39.297885+0000 mon.a (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:43:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:39.182399+0000 mgr.y (mgr.14146) 127 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:39.296730+0000 mon.a (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-22T06:43:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:39.296809+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-22T06:43:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:39.296977+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:39.297452+0000 mon.b (mon.1) 11 : audit [INF] from='osd.4 [v2:172.21.15.28:6800/3833962790,v1:172.21.15.28:6801/3833962790]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:43:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:39.297885+0000 mon.a (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:43:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:40.302464+0000 mon.a (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-22T06:43:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:40.302561+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-22T06:43:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:40.309908+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:41.306076+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:40.302464+0000 mon.a (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-22T06:43:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:40.302561+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-22T06:43:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:40.309908+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:41.306076+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:40.302464+0000 mon.a (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-22T06:43:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:40.302561+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-22T06:43:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:40.309908+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:41.306076+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:39.371211+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:43:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:39.371258+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:43:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:41.182870+0000 mgr.y (mgr.14146) 128 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:41.341635+0000 mon.a (mon.0) 412 : cluster [INF] osd.4 [v2:172.21.15.28:6800/3833962790,v1:172.21.15.28:6801/3833962790] boot 2024-03-22T06:43:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:41.341691+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2024-03-22T06:43:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:41.342154+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:39.371211+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:43:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:39.371258+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:43:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:41.182870+0000 mgr.y (mgr.14146) 128 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:41.341635+0000 mon.a (mon.0) 412 : cluster [INF] osd.4 [v2:172.21.15.28:6800/3833962790,v1:172.21.15.28:6801/3833962790] boot 2024-03-22T06:43:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:41.341691+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2024-03-22T06:43:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:41.342154+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:39.371211+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:43:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:39.371258+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:43:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:41.182870+0000 mgr.y (mgr.14146) 128 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-03-22T06:43:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:41.341635+0000 mon.a (mon.0) 412 : cluster [INF] osd.4 [v2:172.21.15.28:6800/3833962790,v1:172.21.15.28:6801/3833962790] boot 2024-03-22T06:43:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:41.341691+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2024-03-22T06:43:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:41.342154+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:43:43.578 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:42.361729+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-22T06:43:43.579 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:43.241010+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:43.579 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:43.241966+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:43.579 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:43.250594+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:43.579 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:43.251614+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:43.579 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:43.252481+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:43:43.579 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:43.260780+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:42.361729+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-22T06:43:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:43.241010+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:43.241966+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:43.250594+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:43.251614+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:43.252481+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:43:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:43.260780+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:42.361729+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-22T06:43:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:43.241010+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:43.241966+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:43:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:43.250594+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:43.251614+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:43.252481+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:43:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:43.260780+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:43:44.117 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-22T06:43:44.117 INFO:teuthology.orchestra.run.smithi028.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-22T06:43:44.118 INFO:teuthology.orchestra.run.smithi028.stderr: stderr: 10+0 records in 2024-03-22T06:43:44.118 INFO:teuthology.orchestra.run.smithi028.stderr:10+0 records out 2024-03-22T06:43:44.118 INFO:teuthology.orchestra.run.smithi028.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0136324 s, 769 MB/s 2024-03-22T06:43:44.118 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping successful for: 2024-03-22T06:43:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:43.183309+0000 mgr.y (mgr.14146) 129 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:43:43.227375+0000 mgr.y (mgr.14146) 130 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-22T06:43:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:43:43.242614+0000 mgr.y (mgr.14146) 131 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 17126M 2024-03-22T06:43:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:43.374378+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-22T06:43:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:43.183309+0000 mgr.y (mgr.14146) 129 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:43:43.227375+0000 mgr.y (mgr.14146) 130 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-22T06:43:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:43:43.242614+0000 mgr.y (mgr.14146) 131 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 17126M 2024-03-22T06:43:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:43.374378+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-22T06:43:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:43.183309+0000 mgr.y (mgr.14146) 129 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:43:43.227375+0000 mgr.y (mgr.14146) 130 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-22T06:43:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:43:43.242614+0000 mgr.y (mgr.14146) 131 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 17126M 2024-03-22T06:43:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:43.374378+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-22T06:43:44.874 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi028:vg_nvme/lv_3 2024-03-22T06:43:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:45.183783+0000 mgr.y (mgr.14146) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:45.183783+0000 mgr.y (mgr.14146) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:45.183783+0000 mgr.y (mgr.14146) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:47.252769+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:43:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:47.255232+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:43:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:47.256094+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:47.252769+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:43:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:47.255232+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:43:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:47.256094+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:47.252769+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:43:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:47.255232+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:43:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:47.256094+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:47.184109+0000 mgr.y (mgr.14146) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:47.250412+0000 mgr.y (mgr.14146) 134 : audit [DBG] from='client.24232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:43:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:47.184109+0000 mgr.y (mgr.14146) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:47.250412+0000 mgr.y (mgr.14146) 134 : audit [DBG] from='client.24232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:43:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:47.184109+0000 mgr.y (mgr.14146) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:47.250412+0000 mgr.y (mgr.14146) 134 : audit [DBG] from='client.24232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:43:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:49.184557+0000 mgr.y (mgr.14146) 135 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:49.919857+0000 mon.b (mon.1) 12 : audit [INF] from='client.? 172.21.15.28:0/811865508' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9db94738-8931-4960-ac43-86584f39054f"}]: dispatch 2024-03-22T06:43:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:49.920347+0000 mon.a (mon.0) 426 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9db94738-8931-4960-ac43-86584f39054f"}]: dispatch 2024-03-22T06:43:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:49.934064+0000 mon.a (mon.0) 427 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9db94738-8931-4960-ac43-86584f39054f"}]': finished 2024-03-22T06:43:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:49.934115+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2024-03-22T06:43:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:49.934277+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:43:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:49.184557+0000 mgr.y (mgr.14146) 135 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:49.919857+0000 mon.b (mon.1) 12 : audit [INF] from='client.? 172.21.15.28:0/811865508' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9db94738-8931-4960-ac43-86584f39054f"}]: dispatch 2024-03-22T06:43:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:49.920347+0000 mon.a (mon.0) 426 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9db94738-8931-4960-ac43-86584f39054f"}]: dispatch 2024-03-22T06:43:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:49.934064+0000 mon.a (mon.0) 427 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9db94738-8931-4960-ac43-86584f39054f"}]': finished 2024-03-22T06:43:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:49.934115+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2024-03-22T06:43:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:49.934277+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:43:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:49.184557+0000 mgr.y (mgr.14146) 135 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:49.919857+0000 mon.b (mon.1) 12 : audit [INF] from='client.? 172.21.15.28:0/811865508' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9db94738-8931-4960-ac43-86584f39054f"}]: dispatch 2024-03-22T06:43:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:49.920347+0000 mon.a (mon.0) 426 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9db94738-8931-4960-ac43-86584f39054f"}]: dispatch 2024-03-22T06:43:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:49.934064+0000 mon.a (mon.0) 427 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9db94738-8931-4960-ac43-86584f39054f"}]': finished 2024-03-22T06:43:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:49.934115+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2024-03-22T06:43:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:49.934277+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:43:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:50.820164+0000 mon.b (mon.1) 13 : audit [DBG] from='client.? 172.21.15.28:0/3663393176' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:43:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:50.820164+0000 mon.b (mon.1) 13 : audit [DBG] from='client.? 172.21.15.28:0/3663393176' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:43:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:50.820164+0000 mon.b (mon.1) 13 : audit [DBG] from='client.? 172.21.15.28:0/3663393176' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:43:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:51.185000+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-03-22T06:43:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:51.185000+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-03-22T06:43:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:51.185000+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-03-22T06:43:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:53.185501+0000 mgr.y (mgr.14146) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:53.185501+0000 mgr.y (mgr.14146) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:54.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:53.185501+0000 mgr.y (mgr.14146) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:56.613 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:55.185867+0000 mgr.y (mgr.14146) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:55.185867+0000 mgr.y (mgr.14146) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:55.185867+0000 mgr.y (mgr.14146) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:43:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:56.879268+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-22T06:43:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:43:56.880119+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:56.879268+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-22T06:43:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:43:56.880119+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:56.879268+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-22T06:43:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:43:56.880119+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:43:58.748 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:43:56.880881+0000 mgr.y (mgr.14146) 139 : cephadm [INF] Deploying daemon osd.5 on smithi028 2024-03-22T06:43:58.748 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:43:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:57.186313+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-03-22T06:43:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:43:56.880881+0000 mgr.y (mgr.14146) 139 : cephadm [INF] Deploying daemon osd.5 on smithi028 2024-03-22T06:43:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:57.186313+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-03-22T06:43:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:43:56.880881+0000 mgr.y (mgr.14146) 139 : cephadm [INF] Deploying daemon osd.5 on smithi028 2024-03-22T06:43:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:57.186313+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-03-22T06:44:00.637 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:43:59.186784+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-03-22T06:44:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:43:59.186784+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-03-22T06:44:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:43:59.186784+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-03-22T06:44:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:01.187240+0000 mgr.y (mgr.14146) 142 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:44:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:02.420063+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:02.424064+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:01.187240+0000 mgr.y (mgr.14146) 142 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:44:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:02.420063+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:02.424064+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:01.187240+0000 mgr.y (mgr.14146) 142 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:44:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:02.420063+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:02.424064+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:04.863 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:03.187756+0000 mgr.y (mgr.14146) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:44:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:03.187756+0000 mgr.y (mgr.14146) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:44:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:03.187756+0000 mgr.y (mgr.14146) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:44:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:04.618655+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:04.619504+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:04.620424+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:44:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:04.628619+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:05.571047+0000 mon.b (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.28:6808/2321595908,v1:172.21.15.28:6809/2321595908]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-22T06:44:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:05.571509+0000 mon.a (mon.0) 438 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-22T06:44:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:04.618655+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:04.619504+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:04.620424+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:44:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:04.628619+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:05.571047+0000 mon.b (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.28:6808/2321595908,v1:172.21.15.28:6809/2321595908]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-22T06:44:05.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:05.571509+0000 mon.a (mon.0) 438 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-22T06:44:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:04.618655+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:04.619504+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:04.620424+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:44:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:04.628619+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:05.571047+0000 mon.b (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.28:6808/2321595908,v1:172.21.15.28:6809/2321595908]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-22T06:44:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:05.571509+0000 mon.a (mon.0) 438 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-22T06:44:06.000 INFO:teuthology.orchestra.run.smithi028.stdout:Created osd(s) 5 on host 'smithi028' 2024-03-22T06:44:06.737 DEBUG:teuthology.orchestra.run.smithi028:osd.5> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@osd.5.service 2024-03-22T06:44:06.739 INFO:tasks.cephadm:Deploying osd.6 on smithi028 with /dev/vg_nvme/lv_2... 2024-03-22T06:44:06.739 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-22T06:44:06.775 INFO:journalctl@ceph.osd.5.smithi028.stdout:-- Logs begin at Fri 2024-03-22 06:28:24 UTC. -- 2024-03-22T06:44:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:05.188135+0000 mgr.y (mgr.14146) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:44:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:05.633998+0000 mon.a (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-22T06:44:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:05.634076+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-03-22T06:44:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:05.634231+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:44:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:05.634620+0000 mon.b (mon.1) 15 : audit [INF] from='osd.5 [v2:172.21.15.28:6808/2321595908,v1:172.21.15.28:6809/2321595908]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:44:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:05.634949+0000 mon.a (mon.0) 442 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:44:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:05.999687+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:05.999947+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:05.188135+0000 mgr.y (mgr.14146) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:44:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:05.633998+0000 mon.a (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-22T06:44:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:05.634076+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-03-22T06:44:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:05.634231+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:44:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:05.634620+0000 mon.b (mon.1) 15 : audit [INF] from='osd.5 [v2:172.21.15.28:6808/2321595908,v1:172.21.15.28:6809/2321595908]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:44:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:05.634949+0000 mon.a (mon.0) 442 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:44:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:05.999687+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:05.999947+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:05.188135+0000 mgr.y (mgr.14146) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:44:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:05.633998+0000 mon.a (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-22T06:44:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:05.634076+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-03-22T06:44:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:05.634231+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:44:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:05.634620+0000 mon.b (mon.1) 15 : audit [INF] from='osd.5 [v2:172.21.15.28:6808/2321595908,v1:172.21.15.28:6809/2321595908]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:44:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:05.634949+0000 mon.a (mon.0) 442 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:44:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:05.999687+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:05.999947+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:06.649161+0000 mon.a (mon.0) 445 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-22T06:44:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:06.649231+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-22T06:44:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:06.652296+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:44:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:06.653043+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:44:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:07.188611+0000 mgr.y (mgr.14146) 145 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:44:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:06.649161+0000 mon.a (mon.0) 445 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-22T06:44:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:06.649231+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-22T06:44:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:06.652296+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:44:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:06.653043+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:44:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:07.188611+0000 mgr.y (mgr.14146) 145 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:44:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:06.649161+0000 mon.a (mon.0) 445 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-22T06:44:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:06.649231+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-22T06:44:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:06.652296+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:44:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:06.653043+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:44:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:07.188611+0000 mgr.y (mgr.14146) 145 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-03-22T06:44:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:06.563910+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:44:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:06.564011+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:44:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:07.661027+0000 mon.a (mon.0) 449 : cluster [INF] osd.5 [v2:172.21.15.28:6808/2321595908,v1:172.21.15.28:6809/2321595908] boot 2024-03-22T06:44:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:07.661078+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-03-22T06:44:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:07.662935+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:44:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:08.666114+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-03-22T06:44:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:06.563910+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:44:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:06.564011+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:44:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:07.661027+0000 mon.a (mon.0) 449 : cluster [INF] osd.5 [v2:172.21.15.28:6808/2321595908,v1:172.21.15.28:6809/2321595908] boot 2024-03-22T06:44:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:07.661078+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-03-22T06:44:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:07.662935+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:44:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:08.666114+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-03-22T06:44:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:06.563910+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:44:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:06.564011+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:44:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:07.661027+0000 mon.a (mon.0) 449 : cluster [INF] osd.5 [v2:172.21.15.28:6808/2321595908,v1:172.21.15.28:6809/2321595908] boot 2024-03-22T06:44:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:07.661078+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-03-22T06:44:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:07.662935+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:44:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:08.666114+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-03-22T06:44:10.119 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:09.189045+0000 mgr.y (mgr.14146) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:10.119 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:09.667245+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-22T06:44:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:09.189045+0000 mgr.y (mgr.14146) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:09.667245+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-22T06:44:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:09.189045+0000 mgr.y (mgr.14146) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:09.667245+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-22T06:44:10.446 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-22T06:44:10.446 INFO:teuthology.orchestra.run.smithi028.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-22T06:44:10.446 INFO:teuthology.orchestra.run.smithi028.stderr: stderr: 10+0 records in 2024-03-22T06:44:10.446 INFO:teuthology.orchestra.run.smithi028.stderr:10+0 records out 2024-03-22T06:44:10.446 INFO:teuthology.orchestra.run.smithi028.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0135621 s, 773 MB/s 2024-03-22T06:44:10.446 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping successful for: 2024-03-22T06:44:11.597 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi028:vg_nvme/lv_2 2024-03-22T06:44:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:11.189469+0000 mgr.y (mgr.14146) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:44:11.625560+0000 mgr.y (mgr.14146) 148 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-22T06:44:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:11.635178+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:11.636291+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:11.637212+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:11.650403+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:11.651433+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:11.652168+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:44:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:11.657708+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:11.189469+0000 mgr.y (mgr.14146) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:44:11.625560+0000 mgr.y (mgr.14146) 148 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-22T06:44:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:11.635178+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:11.636291+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:11.637212+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:11.650403+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:11.651433+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:11.652168+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:44:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:11.657708+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:11.189469+0000 mgr.y (mgr.14146) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:44:11.625560+0000 mgr.y (mgr.14146) 148 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-22T06:44:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:11.635178+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:11.636291+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:11.637212+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:11.650403+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:11.651433+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:13.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:11.652168+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:44:13.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:11.657708+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:44:11.637966+0000 mgr.y (mgr.14146) 149 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 8563M 2024-03-22T06:44:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:13.189876+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-03-22T06:44:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:44:11.637966+0000 mgr.y (mgr.14146) 149 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 8563M 2024-03-22T06:44:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:13.189876+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-03-22T06:44:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:44:11.637966+0000 mgr.y (mgr.14146) 149 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 8563M 2024-03-22T06:44:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:13.189876+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-03-22T06:44:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:13.852597+0000 mgr.y (mgr.14146) 151 : audit [DBG] from='client.24259 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:44:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:13.854956+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:44:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:13.857249+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:44:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:13.857958+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:13.852597+0000 mgr.y (mgr.14146) 151 : audit [DBG] from='client.24259 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:44:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:13.854956+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:44:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:13.857249+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:44:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:13.857958+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:13.852597+0000 mgr.y (mgr.14146) 151 : audit [DBG] from='client.24259 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:44:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:13.854956+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:44:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:13.857249+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:44:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:13.857958+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:15.190224+0000 mgr.y (mgr.14146) 152 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:15.190224+0000 mgr.y (mgr.14146) 152 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:15.190224+0000 mgr.y (mgr.14146) 152 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:17.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:16.308836+0000 mon.b (mon.1) 16 : audit [INF] from='client.? 172.21.15.28:0/362549836' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4191603-fbc9-4eee-b365-5457e31b7350"}]: dispatch 2024-03-22T06:44:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:16.309371+0000 mon.a (mon.0) 464 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4191603-fbc9-4eee-b365-5457e31b7350"}]: dispatch 2024-03-22T06:44:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:16.318779+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4191603-fbc9-4eee-b365-5457e31b7350"}]': finished 2024-03-22T06:44:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:16.318852+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e39: 7 total, 6 up, 7 in 2024-03-22T06:44:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:16.318989+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:16.308836+0000 mon.b (mon.1) 16 : audit [INF] from='client.? 172.21.15.28:0/362549836' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4191603-fbc9-4eee-b365-5457e31b7350"}]: dispatch 2024-03-22T06:44:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:16.309371+0000 mon.a (mon.0) 464 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4191603-fbc9-4eee-b365-5457e31b7350"}]: dispatch 2024-03-22T06:44:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:16.318779+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4191603-fbc9-4eee-b365-5457e31b7350"}]': finished 2024-03-22T06:44:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:16.318852+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e39: 7 total, 6 up, 7 in 2024-03-22T06:44:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:16.318989+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:16.308836+0000 mon.b (mon.1) 16 : audit [INF] from='client.? 172.21.15.28:0/362549836' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4191603-fbc9-4eee-b365-5457e31b7350"}]: dispatch 2024-03-22T06:44:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:16.309371+0000 mon.a (mon.0) 464 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4191603-fbc9-4eee-b365-5457e31b7350"}]: dispatch 2024-03-22T06:44:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:16.318779+0000 mon.a (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4191603-fbc9-4eee-b365-5457e31b7350"}]': finished 2024-03-22T06:44:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:16.318852+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e39: 7 total, 6 up, 7 in 2024-03-22T06:44:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:16.318989+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:16.951357+0000 mon.b (mon.1) 17 : audit [DBG] from='client.? 172.21.15.28:0/2091184273' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:44:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:17.190593+0000 mgr.y (mgr.14146) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:16.951357+0000 mon.b (mon.1) 17 : audit [DBG] from='client.? 172.21.15.28:0/2091184273' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:44:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:17.190593+0000 mgr.y (mgr.14146) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:16.951357+0000 mon.b (mon.1) 17 : audit [DBG] from='client.? 172.21.15.28:0/2091184273' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:44:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:17.190593+0000 mgr.y (mgr.14146) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:20.509 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:19.190976+0000 mgr.y (mgr.14146) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:19.190976+0000 mgr.y (mgr.14146) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:19.190976+0000 mgr.y (mgr.14146) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:21.191247+0000 mgr.y (mgr.14146) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:21.191247+0000 mgr.y (mgr.14146) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:21.191247+0000 mgr.y (mgr.14146) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:23.079159+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-22T06:44:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:23.079988+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:23.079159+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-22T06:44:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:23.079988+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:23.079159+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-22T06:44:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:23.079988+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:44:23.080688+0000 mgr.y (mgr.14146) 156 : cephadm [INF] Deploying daemon osd.6 on smithi028 2024-03-22T06:44:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:23.191678+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-03-22T06:44:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:44:23.080688+0000 mgr.y (mgr.14146) 156 : cephadm [INF] Deploying daemon osd.6 on smithi028 2024-03-22T06:44:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:23.191678+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-03-22T06:44:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:44:23.080688+0000 mgr.y (mgr.14146) 156 : cephadm [INF] Deploying daemon osd.6 on smithi028 2024-03-22T06:44:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:23.191678+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-03-22T06:44:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:25.192199+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-03-22T06:44:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:25.192199+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-03-22T06:44:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:25.192199+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-03-22T06:44:28.578 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:27.192624+0000 mgr.y (mgr.14146) 159 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:27.192624+0000 mgr.y (mgr.14146) 159 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:27.192624+0000 mgr.y (mgr.14146) 159 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:28.699911+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:28.718259+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:29.192910+0000 mgr.y (mgr.14146) 160 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:28.699911+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:28.718259+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:29.192910+0000 mgr.y (mgr.14146) 160 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:28.699911+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:28.718259+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:29.192910+0000 mgr.y (mgr.14146) 160 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:32.525 INFO:teuthology.orchestra.run.smithi028.stdout:Created osd(s) 6 on host 'smithi028' 2024-03-22T06:44:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:31.193415+0000 mgr.y (mgr.14146) 161 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:31.558155+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:31.559042+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:31.559912+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:44:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:31.564809+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:31.800782+0000 mon.b (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.28:6816/2006708751,v1:172.21.15.28:6817/2006708751]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-22T06:44:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:31.801308+0000 mon.a (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-22T06:44:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:32.525410+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:32.533116+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:31.193415+0000 mgr.y (mgr.14146) 161 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:31.558155+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:31.559042+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:31.559912+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:44:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:31.564809+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:31.800782+0000 mon.b (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.28:6816/2006708751,v1:172.21.15.28:6817/2006708751]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-22T06:44:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:31.801308+0000 mon.a (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-22T06:44:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:32.525410+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:32.533116+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:31.193415+0000 mgr.y (mgr.14146) 161 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:31.558155+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:31.559042+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:31.559912+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:44:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:31.564809+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:31.800782+0000 mon.b (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.28:6816/2006708751,v1:172.21.15.28:6817/2006708751]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-22T06:44:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:31.801308+0000 mon.a (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-22T06:44:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:32.525410+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:32.533116+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:33.351 DEBUG:teuthology.orchestra.run.smithi028:osd.6> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@osd.6.service 2024-03-22T06:44:33.354 INFO:tasks.cephadm:Deploying osd.7 on smithi028 with /dev/vg_nvme/lv_1... 2024-03-22T06:44:33.355 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-22T06:44:33.386 INFO:journalctl@ceph.osd.6.smithi028.stdout:-- Logs begin at Fri 2024-03-22 06:28:24 UTC. -- 2024-03-22T06:44:33.583 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:32.566738+0000 mon.a (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-22T06:44:33.583 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:32.566807+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-03-22T06:44:33.583 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:32.566923+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:33.583 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:32.567435+0000 mon.b (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.28:6816/2006708751,v1:172.21.15.28:6817/2006708751]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:44:33.584 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:32.567704+0000 mon.a (mon.0) 482 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:44:33.584 INFO:journalctl@ceph.osd.6.smithi028.stdout:Mar 22 06:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-osd-6[51987]: debug 2024-03-22T06:44:33.573+0000 7f9498071700 -1 osd.6 0 waiting for initial osdmap 2024-03-22T06:44:33.584 INFO:journalctl@ceph.osd.6.smithi028.stdout:Mar 22 06:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-osd-6[51987]: debug 2024-03-22T06:44:33.582+0000 7f94917e7700 -1 osd.6 41 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-22T06:44:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:32.566738+0000 mon.a (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-22T06:44:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:32.566807+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-03-22T06:44:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:32.566923+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:32.567435+0000 mon.b (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.28:6816/2006708751,v1:172.21.15.28:6817/2006708751]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:44:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:32.567704+0000 mon.a (mon.0) 482 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:44:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:32.566738+0000 mon.a (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-22T06:44:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:32.566807+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-03-22T06:44:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:32.566923+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:32.567435+0000 mon.b (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.28:6816/2006708751,v1:172.21.15.28:6817/2006708751]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:44:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:32.567704+0000 mon.a (mon.0) 482 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:44:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:33.193898+0000 mgr.y (mgr.14146) 162 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:33.571818+0000 mon.a (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-22T06:44:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:33.572012+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-03-22T06:44:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:33.573296+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:33.575161+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:34.346226+0000 mon.a (mon.0) 487 : cluster [INF] osd.6 [v2:172.21.15.28:6816/2006708751,v1:172.21.15.28:6817/2006708751] boot 2024-03-22T06:44:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:34.346262+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-03-22T06:44:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:34.346421+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:33.193898+0000 mgr.y (mgr.14146) 162 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:33.571818+0000 mon.a (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-22T06:44:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:33.572012+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-03-22T06:44:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:33.573296+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:33.575161+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:34.346226+0000 mon.a (mon.0) 487 : cluster [INF] osd.6 [v2:172.21.15.28:6816/2006708751,v1:172.21.15.28:6817/2006708751] boot 2024-03-22T06:44:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:34.346262+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-03-22T06:44:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:34.346421+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:33.193898+0000 mgr.y (mgr.14146) 162 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-03-22T06:44:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:33.571818+0000 mon.a (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-22T06:44:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:33.572012+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-03-22T06:44:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:33.573296+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:33.575161+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:34.346226+0000 mon.a (mon.0) 487 : cluster [INF] osd.6 [v2:172.21.15.28:6816/2006708751,v1:172.21.15.28:6817/2006708751] boot 2024-03-22T06:44:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:34.346262+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-03-22T06:44:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:34.346421+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:44:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:32.767567+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:44:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:32.767618+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:44:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:35.355084+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-03-22T06:44:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:32.767567+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:44:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:32.767618+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:44:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:35.355084+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-03-22T06:44:35.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:32.767567+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:44:35.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:32.767618+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:44:35.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:35.355084+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-03-22T06:44:36.847 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:35.194464+0000 mgr.y (mgr.14146) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:36.847 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:36.365304+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-03-22T06:44:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:35.194464+0000 mgr.y (mgr.14146) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:36.365304+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-03-22T06:44:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:35.194464+0000 mgr.y (mgr.14146) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:36.365304+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-03-22T06:44:37.446 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-22T06:44:37.446 INFO:teuthology.orchestra.run.smithi028.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-22T06:44:37.446 INFO:teuthology.orchestra.run.smithi028.stderr: stderr: 10+0 records in 2024-03-22T06:44:37.446 INFO:teuthology.orchestra.run.smithi028.stderr:10+0 records out 2024-03-22T06:44:37.446 INFO:teuthology.orchestra.run.smithi028.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0135293 s, 775 MB/s 2024-03-22T06:44:37.446 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping successful for: 2024-03-22T06:44:38.680 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi028:vg_nvme/lv_1 2024-03-22T06:44:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:37.194933+0000 mgr.y (mgr.14146) 164 : cluster [DBG] pgmap v152: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:38.220747+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:37.194933+0000 mgr.y (mgr.14146) 164 : cluster [DBG] pgmap v152: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:38.220747+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:37.194933+0000 mgr.y (mgr.14146) 164 : cluster [DBG] pgmap v152: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:38.220747+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:44:38.206699+0000 mgr.y (mgr.14146) 165 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-22T06:44:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:38.853647+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:38.854554+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:38.855396+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:38.869452+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:38.870552+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:38.871382+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:44:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:38.885251+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:44:38.206699+0000 mgr.y (mgr.14146) 165 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-22T06:44:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:38.853647+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:38.854554+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:38.855396+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:38.869452+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:38.870552+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:38.871382+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:44:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:38.885251+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:44:38.206699+0000 mgr.y (mgr.14146) 165 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-22T06:44:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:38.853647+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:38.854554+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:38.855396+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:44:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:38.869452+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:38.870552+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:38.871382+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:44:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:38.885251+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:44:38.856042+0000 mgr.y (mgr.14146) 166 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 5708M 2024-03-22T06:44:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:39.195388+0000 mgr.y (mgr.14146) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:44:38.856042+0000 mgr.y (mgr.14146) 166 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 5708M 2024-03-22T06:44:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:39.195388+0000 mgr.y (mgr.14146) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:44:38.856042+0000 mgr.y (mgr.14146) 166 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 5708M 2024-03-22T06:44:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:39.195388+0000 mgr.y (mgr.14146) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:40.950987+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:44:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:40.953441+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:44:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:40.954163+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:40.950987+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:44:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:40.953441+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:44:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:40.954163+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:40.950987+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-22T06:44:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:40.953441+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-22T06:44:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:40.954163+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:40.948589+0000 mgr.y (mgr.14146) 168 : audit [DBG] from='client.24286 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:44:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:41.195833+0000 mgr.y (mgr.14146) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:40.948589+0000 mgr.y (mgr.14146) 168 : audit [DBG] from='client.24286 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:44:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:41.195833+0000 mgr.y (mgr.14146) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:40.948589+0000 mgr.y (mgr.14146) 168 : audit [DBG] from='client.24286 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:44:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:41.195833+0000 mgr.y (mgr.14146) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:43.196211+0000 mgr.y (mgr.14146) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:43.393905+0000 mon.b (mon.1) 20 : audit [INF] from='client.? 172.21.15.28:0/2603119000' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd125202-4fa1-4647-8658-bf894e7d1f81"}]: dispatch 2024-03-22T06:44:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:43.394507+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd125202-4fa1-4647-8658-bf894e7d1f81"}]: dispatch 2024-03-22T06:44:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:43.402398+0000 mon.a (mon.0) 504 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd125202-4fa1-4647-8658-bf894e7d1f81"}]': finished 2024-03-22T06:44:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:43.402490+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e45: 8 total, 7 up, 8 in 2024-03-22T06:44:43.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:43.402667+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:44:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:43.196211+0000 mgr.y (mgr.14146) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:43.393905+0000 mon.b (mon.1) 20 : audit [INF] from='client.? 172.21.15.28:0/2603119000' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd125202-4fa1-4647-8658-bf894e7d1f81"}]: dispatch 2024-03-22T06:44:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:43.394507+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd125202-4fa1-4647-8658-bf894e7d1f81"}]: dispatch 2024-03-22T06:44:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:43.402398+0000 mon.a (mon.0) 504 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd125202-4fa1-4647-8658-bf894e7d1f81"}]': finished 2024-03-22T06:44:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:43.402490+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e45: 8 total, 7 up, 8 in 2024-03-22T06:44:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:43.402667+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:44:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:43.196211+0000 mgr.y (mgr.14146) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:43.393905+0000 mon.b (mon.1) 20 : audit [INF] from='client.? 172.21.15.28:0/2603119000' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd125202-4fa1-4647-8658-bf894e7d1f81"}]: dispatch 2024-03-22T06:44:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:43.394507+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd125202-4fa1-4647-8658-bf894e7d1f81"}]: dispatch 2024-03-22T06:44:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:43.402398+0000 mon.a (mon.0) 504 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd125202-4fa1-4647-8658-bf894e7d1f81"}]': finished 2024-03-22T06:44:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:43.402490+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e45: 8 total, 7 up, 8 in 2024-03-22T06:44:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:43.402667+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:44:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:44.049789+0000 mon.b (mon.1) 21 : audit [DBG] from='client.? 172.21.15.28:0/3238934733' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:44:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:44.049789+0000 mon.b (mon.1) 21 : audit [DBG] from='client.? 172.21.15.28:0/3238934733' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:44:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:44.049789+0000 mon.b (mon.1) 21 : audit [DBG] from='client.? 172.21.15.28:0/3238934733' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-22T06:44:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:45.196614+0000 mgr.y (mgr.14146) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:45.196614+0000 mgr.y (mgr.14146) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:45.196614+0000 mgr.y (mgr.14146) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:48.566 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:47.197141+0000 mgr.y (mgr.14146) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:47.197141+0000 mgr.y (mgr.14146) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:47.197141+0000 mgr.y (mgr.14146) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:49.197605+0000 mgr.y (mgr.14146) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:50.057504+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-22T06:44:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:50.058369+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:49.197605+0000 mgr.y (mgr.14146) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:50.057504+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-22T06:44:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:50.058369+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:49.197605+0000 mgr.y (mgr.14146) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:50.057504+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-22T06:44:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:50.058369+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:44:51.574 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:44:50.059096+0000 mgr.y (mgr.14146) 174 : cephadm [INF] Deploying daemon osd.7 on smithi028 2024-03-22T06:44:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:44:50.059096+0000 mgr.y (mgr.14146) 174 : cephadm [INF] Deploying daemon osd.7 on smithi028 2024-03-22T06:44:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:44:50.059096+0000 mgr.y (mgr.14146) 174 : cephadm [INF] Deploying daemon osd.7 on smithi028 2024-03-22T06:44:52.526 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:51.197972+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-03-22T06:44:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:51.197972+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-03-22T06:44:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:51.197972+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-03-22T06:44:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:53.198478+0000 mgr.y (mgr.14146) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:53.198478+0000 mgr.y (mgr.14146) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:53.198478+0000 mgr.y (mgr.14146) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:55.199060+0000 mgr.y (mgr.14146) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:55.946050+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:55.946378+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:55.199060+0000 mgr.y (mgr.14146) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:55.946050+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:55.946378+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:55.199060+0000 mgr.y (mgr.14146) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:55.946050+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:44:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:55.946378+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:44:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:57.199415+0000 mgr.y (mgr.14146) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:57.199415+0000 mgr.y (mgr.14146) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:57.199415+0000 mgr.y (mgr.14146) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:44:59.555 INFO:teuthology.orchestra.run.smithi028.stdout:Created osd(s) 7 on host 'smithi028' 2024-03-22T06:44:59.583 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:59.043738+0000 mon.b (mon.1) 22 : audit [INF] from='osd.7 [v2:172.21.15.28:6824/970962306,v1:172.21.15.28:6825/970962306]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-22T06:44:59.583 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:59.044141+0000 mon.a (mon.0) 511 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-22T06:44:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:59.043738+0000 mon.b (mon.1) 22 : audit [INF] from='osd.7 [v2:172.21.15.28:6824/970962306,v1:172.21.15.28:6825/970962306]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-22T06:44:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:59.044141+0000 mon.a (mon.0) 511 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-22T06:44:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:59.043738+0000 mon.b (mon.1) 22 : audit [INF] from='osd.7 [v2:172.21.15.28:6824/970962306,v1:172.21.15.28:6825/970962306]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-22T06:44:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:59.044141+0000 mon.a (mon.0) 511 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-22T06:45:00.408 DEBUG:teuthology.orchestra.run.smithi028:osd.7> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@osd.7.service 2024-03-22T06:45:00.411 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-03-22T06:45:00.411 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-22T06:45:00.443 INFO:journalctl@ceph.osd.7.smithi028.stdout:-- Logs begin at Fri 2024-03-22 06:28:24 UTC. -- 2024-03-22T06:45:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:59.199768+0000 mgr.y (mgr.14146) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:45:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:59.321428+0000 mon.a (mon.0) 512 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-22T06:45:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:44:59.321554+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-03-22T06:45:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:59.321706+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:59.322096+0000 mon.b (mon.1) 23 : audit [INF] from='osd.7 [v2:172.21.15.28:6824/970962306,v1:172.21.15.28:6825/970962306]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:45:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:59.322384+0000 mon.a (mon.0) 515 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:45:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:59.555030+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:44:59.576281+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:59.199768+0000 mgr.y (mgr.14146) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:45:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:59.321428+0000 mon.a (mon.0) 512 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-22T06:45:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:44:59.321554+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-03-22T06:45:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:59.321706+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:59.322096+0000 mon.b (mon.1) 23 : audit [INF] from='osd.7 [v2:172.21.15.28:6824/970962306,v1:172.21.15.28:6825/970962306]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:45:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:59.322384+0000 mon.a (mon.0) 515 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:45:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:59.555030+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:44:59.576281+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:59.199768+0000 mgr.y (mgr.14146) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:45:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:59.321428+0000 mon.a (mon.0) 512 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-22T06:45:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:44:59.321554+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-03-22T06:45:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:59.321706+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:59.322096+0000 mon.b (mon.1) 23 : audit [INF] from='osd.7 [v2:172.21.15.28:6824/970962306,v1:172.21.15.28:6825/970962306]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:45:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:59.322384+0000 mon.a (mon.0) 515 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-22T06:45:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:59.555030+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:44:59.576281+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:01.536 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:00.325497+0000 mon.a (mon.0) 518 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-22T06:45:01.537 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:00.325593+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-03-22T06:45:01.537 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:00.327200+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:01.537 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:00.328948+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:01.537 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:01.328948+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:00.325497+0000 mon.a (mon.0) 518 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-22T06:45:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:00.325593+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-03-22T06:45:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:00.327200+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:00.328948+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:01.328948+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:00.325497+0000 mon.a (mon.0) 518 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-22T06:45:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:00.325593+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-03-22T06:45:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:00.327200+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:00.328948+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:01.328948+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:00.026885+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:45:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:00.026968+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:45:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:01.200131+0000 mgr.y (mgr.14146) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:45:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:01.342797+0000 mon.a (mon.0) 523 : cluster [INF] osd.7 [v2:172.21.15.28:6824/970962306,v1:172.21.15.28:6825/970962306] boot 2024-03-22T06:45:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:01.342870+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-03-22T06:45:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:01.343215+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:00.026885+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:45:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:00.026968+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:45:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:01.200131+0000 mgr.y (mgr.14146) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:45:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:01.342797+0000 mon.a (mon.0) 523 : cluster [INF] osd.7 [v2:172.21.15.28:6824/970962306,v1:172.21.15.28:6825/970962306] boot 2024-03-22T06:45:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:01.342870+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-03-22T06:45:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:01.343215+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:00.026885+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-22T06:45:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:00.026968+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-22T06:45:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:01.200131+0000 mgr.y (mgr.14146) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-03-22T06:45:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:01.342797+0000 mon.a (mon.0) 523 : cluster [INF] osd.7 [v2:172.21.15.28:6824/970962306,v1:172.21.15.28:6825/970962306] boot 2024-03-22T06:45:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:01.342870+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-03-22T06:45:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:01.343215+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:02.693 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:03.267 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":49,"num_osds":8,"num_up_osds":8,"osd_up_since":1711089901,"num_in_osds":8,"osd_in_since":1711089883,"num_remapped_pgs":0} 2024-03-22T06:45:03.268 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-22T06:45:03.544 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:45:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:02.346100+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-03-22T06:45:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:02.694452+0000 mon.a (mon.0) 527 : audit [DBG] from='client.? 172.21.15.23:0/3523005429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-22T06:45:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:03.352582+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-03-22T06:45:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:02.346100+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-03-22T06:45:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:02.694452+0000 mon.a (mon.0) 527 : audit [DBG] from='client.? 172.21.15.23:0/3523005429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-22T06:45:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:03.352582+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-03-22T06:45:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:02.346100+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-03-22T06:45:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:02.694452+0000 mon.a (mon.0) 527 : audit [DBG] from='client.? 172.21.15.23:0/3523005429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-22T06:45:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:03.352582+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-03-22T06:45:04.813 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:03.200440+0000 mgr.y (mgr.14146) 181 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:04.813 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:03.615546+0000 mgr.y (mgr.14146) 182 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-22T06:45:04.813 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.628831+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:04.813 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.629819+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:04.813 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.630406+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:04.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.631006+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:04.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.631603+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:04.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:03.632060+0000 mgr.y (mgr.14146) 183 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 4281M 2024-03-22T06:45:04.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.644821+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:04.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.645573+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:04.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.646144+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:04.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.659302+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:04.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.661200+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:04.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.662309+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:04.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.662850+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:04.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:03.666275+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:04.814 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:03.200440+0000 mgr.y (mgr.14146) 181 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:03.615546+0000 mgr.y (mgr.14146) 182 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.628831+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.629819+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.630406+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.631006+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.631603+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:03.632060+0000 mgr.y (mgr.14146) 183 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 4281M 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.644821+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.645573+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.646144+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.659302+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.661200+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:04.815 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.662309+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:04.816 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.662850+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:04.816 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:03.666275+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:03.200440+0000 mgr.y (mgr.14146) 181 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:03.615546+0000 mgr.y (mgr.14146) 182 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-22T06:45:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.628831+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.629819+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.630406+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.631006+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.631603+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:03.632060+0000 mgr.y (mgr.14146) 183 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 4281M 2024-03-22T06:45:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.644821+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.645573+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.646144+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.659302+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.661200+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.662309+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.662850+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:03.666275+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:05.234 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:05.235 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":50,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","created":"2024-03-22T06:39:49.357887+0000","modified":"2024-03-22T06:45:03.343466+0000","last_up_change":"2024-03-22T06:45:01.329991+0000","last_in_change":"2024-03-22T06:44:43.395098+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-03-22T06:42:52.899580+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":"a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169","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.23:6802","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6803","nonce":2158855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6805","nonce":2158855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6809","nonce":2158855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6807","nonce":2158855232}]},"public_addr":"172.21.15.23:6803/2158855232","cluster_addr":"172.21.15.23:6805/2158855232","heartbeat_back_addr":"172.21.15.23:6809/2158855232","heartbeat_front_addr":"172.21.15.23:6807/2158855232","state":["exists","up"]},{"osd":1,"uuid":"97f32e0f-f0ae-4496-8644-1361644278a3","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.23:6810","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6811","nonce":3870507014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6813","nonce":3870507014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6817","nonce":3870507014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6815","nonce":3870507014}]},"public_addr":"172.21.15.23:6811/3870507014","cluster_addr":"172.21.15.23:6813/3870507014","heartbeat_back_addr":"172.21.15.23:6817/3870507014","heartbeat_front_addr":"172.21.15.23:6815/3870507014","state":["exists","up"]},{"osd":2,"uuid":"38652f5e-6893-4aa5-a243-dce6e733342a","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.23:6818","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6819","nonce":3375066416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6821","nonce":3375066416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6825","nonce":3375066416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6823","nonce":3375066416}]},"public_addr":"172.21.15.23:6819/3375066416","cluster_addr":"172.21.15.23:6821/3375066416","heartbeat_back_addr":"172.21.15.23:6825/3375066416","heartbeat_front_addr":"172.21.15.23:6823/3375066416","state":["exists","up"]},{"osd":3,"uuid":"713042a7-6fca-425d-aa33-ceadcdd7edeb","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.23:6826","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6827","nonce":974225083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6829","nonce":974225083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6833","nonce":974225083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6831","nonce":974225083}]},"public_addr":"172.21.15.23:6827/974225083","cluster_addr":"172.21.15.23:6829/974225083","heartbeat_back_addr":"172.21.15.23:6833/974225083","heartbeat_front_addr":"172.21.15.23:6831/974225083","state":["exists","up"]},{"osd":4,"uuid":"56c0aba7-4f8b-4e6a-afa9-737a4c1496e1","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.28:6800","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6801","nonce":3833962790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6803","nonce":3833962790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6807","nonce":3833962790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6805","nonce":3833962790}]},"public_addr":"172.21.15.28:6801/3833962790","cluster_addr":"172.21.15.28:6803/3833962790","heartbeat_back_addr":"172.21.15.28:6807/3833962790","heartbeat_front_addr":"172.21.15.28:6805/3833962790","state":["exists","up"]},{"osd":5,"uuid":"9db94738-8931-4960-ac43-86584f39054f","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.28:6808","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6809","nonce":2321595908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6810","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6811","nonce":2321595908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6814","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6815","nonce":2321595908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6812","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6813","nonce":2321595908}]},"public_addr":"172.21.15.28:6809/2321595908","cluster_addr":"172.21.15.28:6811/2321595908","heartbeat_back_addr":"172.21.15.28:6815/2321595908","heartbeat_front_addr":"172.21.15.28:6813/2321595908","state":["exists","up"]},{"osd":6,"uuid":"f4191603-fbc9-4eee-b365-5457e31b7350","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.28:6816","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6817","nonce":2006708751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6818","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6819","nonce":2006708751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6822","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6823","nonce":2006708751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6820","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6821","nonce":2006708751}]},"public_addr":"172.21.15.28:6817/2006708751","cluster_addr":"172.21.15.28:6819/2006708751","heartbeat_back_addr":"172.21.15.28:6823/2006708751","heartbeat_front_addr":"172.21.15.28:6821/2006708751","state":["exists","up"]},{"osd":7,"uuid":"fd125202-4fa1-4647-8658-bf894e7d1f81","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.28:6824","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6825","nonce":970962306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6826","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6827","nonce":970962306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6830","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6831","nonce":970962306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6828","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6829","nonce":970962306}]},"public_addr":"172.21.15.28:6825/970962306","cluster_addr":"172.21.15.28:6827/970962306","heartbeat_back_addr":"172.21.15.28:6831/970962306","heartbeat_front_addr":"172.21.15.28:6829/970962306","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-03-22T06:42:02.497629+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-03-22T06:42:26.311727+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-03-22T06:42:50.811416+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-03-22T06:43:15.663688+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-03-22T06:43:39.371261+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-03-22T06:44:06.564039+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-03-22T06:44:32.767621+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-03-22T06:45:00.026973+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/659933416":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2733077589":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6801/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6800/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2410253109":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6800/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6801/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:0/2806765994":"2024-03-23T06:40:20.092296+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-03-22T06:45:05.845 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:05.234667+0000 mon.a (mon.0) 542 : audit [DBG] from='client.? 172.21.15.23:0/1828915931' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:05.846 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:05.234667+0000 mon.a (mon.0) 542 : audit [DBG] from='client.? 172.21.15.23:0/1828915931' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:05.870 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-03-22T06:42:52.899580+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-03-22T06:45:05.870 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-03-22T06:45:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:05.234667+0000 mon.a (mon.0) 542 : audit [DBG] from='client.? 172.21.15.23:0/1828915931' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:06.146 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:45:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:05.200725+0000 mgr.y (mgr.14146) 184 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:05.200725+0000 mgr.y (mgr.14146) 184 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:05.200725+0000 mgr.y (mgr.14146) 184 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:07.919 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 1 2024-03-22T06:45:07.940 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:07.201117+0000 mgr.y (mgr.14146) 185 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:07.940 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:07.201117+0000 mgr.y (mgr.14146) 185 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:07.201117+0000 mgr.y (mgr.14146) 185 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:08.638 INFO:tasks.cephadm:Adding mds.a on smithi023 2024-03-22T06:45:08.638 INFO:tasks.cephadm:Adding mds.b on smithi028 2024-03-22T06:45:08.639 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch apply mds all '2;smithi023=a;smithi028=b' 2024-03-22T06:45:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:07.919815+0000 mon.c (mon.2) 10 : audit [DBG] from='client.? 172.21.15.23:0/2531606550' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:45:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:07.919815+0000 mon.c (mon.2) 10 : audit [DBG] from='client.? 172.21.15.23:0/2531606550' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:45:09.144 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:07.919815+0000 mon.c (mon.2) 10 : audit [DBG] from='client.? 172.21.15.23:0/2531606550' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:45:10.018 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:09.201525+0000 mgr.y (mgr.14146) 186 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:09.201525+0000 mgr.y (mgr.14146) 186 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:09.201525+0000 mgr.y (mgr.14146) 186 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:10.952 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled mds.all update... 2024-03-22T06:45:11.675 DEBUG:teuthology.orchestra.run.smithi023:mds.a> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@mds.a.service 2024-03-22T06:45:11.677 DEBUG:teuthology.orchestra.run.smithi028:mds.b> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@mds.b.service 2024-03-22T06:45:11.680 INFO:tasks.cephadm:Setting up CephFS filesystem(s)... 2024-03-22T06:45:11.680 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-03-22T06:45:11.711 INFO:journalctl@ceph.mds.a.smithi023.stdout:-- Logs begin at Fri 2024-03-22 06:29:12 UTC. -- 2024-03-22T06:45:11.713 INFO:journalctl@ceph.mds.b.smithi028.stdout:-- Logs begin at Fri 2024-03-22 06:28:24 UTC. -- 2024-03-22T06:45:12.251 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:12.252 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":50,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","created":"2024-03-22T06:39:49.357887+0000","modified":"2024-03-22T06:45:03.343466+0000","last_up_change":"2024-03-22T06:45:01.329991+0000","last_in_change":"2024-03-22T06:44:43.395098+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-03-22T06:42:52.899580+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":"a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169","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.23:6802","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6803","nonce":2158855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6805","nonce":2158855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6809","nonce":2158855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6807","nonce":2158855232}]},"public_addr":"172.21.15.23:6803/2158855232","cluster_addr":"172.21.15.23:6805/2158855232","heartbeat_back_addr":"172.21.15.23:6809/2158855232","heartbeat_front_addr":"172.21.15.23:6807/2158855232","state":["exists","up"]},{"osd":1,"uuid":"97f32e0f-f0ae-4496-8644-1361644278a3","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.23:6810","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6811","nonce":3870507014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6813","nonce":3870507014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6817","nonce":3870507014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6815","nonce":3870507014}]},"public_addr":"172.21.15.23:6811/3870507014","cluster_addr":"172.21.15.23:6813/3870507014","heartbeat_back_addr":"172.21.15.23:6817/3870507014","heartbeat_front_addr":"172.21.15.23:6815/3870507014","state":["exists","up"]},{"osd":2,"uuid":"38652f5e-6893-4aa5-a243-dce6e733342a","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.23:6818","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6819","nonce":3375066416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6821","nonce":3375066416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6825","nonce":3375066416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6823","nonce":3375066416}]},"public_addr":"172.21.15.23:6819/3375066416","cluster_addr":"172.21.15.23:6821/3375066416","heartbeat_back_addr":"172.21.15.23:6825/3375066416","heartbeat_front_addr":"172.21.15.23:6823/3375066416","state":["exists","up"]},{"osd":3,"uuid":"713042a7-6fca-425d-aa33-ceadcdd7edeb","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.23:6826","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6827","nonce":974225083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6829","nonce":974225083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6833","nonce":974225083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6831","nonce":974225083}]},"public_addr":"172.21.15.23:6827/974225083","cluster_addr":"172.21.15.23:6829/974225083","heartbeat_back_addr":"172.21.15.23:6833/974225083","heartbeat_front_addr":"172.21.15.23:6831/974225083","state":["exists","up"]},{"osd":4,"uuid":"56c0aba7-4f8b-4e6a-afa9-737a4c1496e1","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.28:6800","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6801","nonce":3833962790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6803","nonce":3833962790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6807","nonce":3833962790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6805","nonce":3833962790}]},"public_addr":"172.21.15.28:6801/3833962790","cluster_addr":"172.21.15.28:6803/3833962790","heartbeat_back_addr":"172.21.15.28:6807/3833962790","heartbeat_front_addr":"172.21.15.28:6805/3833962790","state":["exists","up"]},{"osd":5,"uuid":"9db94738-8931-4960-ac43-86584f39054f","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.28:6808","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6809","nonce":2321595908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6810","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6811","nonce":2321595908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6814","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6815","nonce":2321595908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6812","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6813","nonce":2321595908}]},"public_addr":"172.21.15.28:6809/2321595908","cluster_addr":"172.21.15.28:6811/2321595908","heartbeat_back_addr":"172.21.15.28:6815/2321595908","heartbeat_front_addr":"172.21.15.28:6813/2321595908","state":["exists","up"]},{"osd":6,"uuid":"f4191603-fbc9-4eee-b365-5457e31b7350","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.28:6816","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6817","nonce":2006708751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6818","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6819","nonce":2006708751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6822","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6823","nonce":2006708751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6820","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6821","nonce":2006708751}]},"public_addr":"172.21.15.28:6817/2006708751","cluster_addr":"172.21.15.28:6819/2006708751","heartbeat_back_addr":"172.21.15.28:6823/2006708751","heartbeat_front_addr":"172.21.15.28:6821/2006708751","state":["exists","up"]},{"osd":7,"uuid":"fd125202-4fa1-4647-8658-bf894e7d1f81","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.28:6824","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6825","nonce":970962306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6826","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6827","nonce":970962306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6830","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6831","nonce":970962306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6828","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6829","nonce":970962306}]},"public_addr":"172.21.15.28:6825/970962306","cluster_addr":"172.21.15.28:6827/970962306","heartbeat_back_addr":"172.21.15.28:6831/970962306","heartbeat_front_addr":"172.21.15.28:6829/970962306","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-03-22T06:42:02.497629+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-03-22T06:42:26.311727+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-03-22T06:42:50.811416+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-03-22T06:43:15.663688+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-03-22T06:43:39.371261+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-03-22T06:44:06.564039+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-03-22T06:44:32.767621+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-03-22T06:45:00.026973+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/659933416":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2733077589":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6801/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6800/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2410253109":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6800/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6801/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:0/2806765994":"2024-03-23T06:40:20.092296+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-03-22T06:45:12.264 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:10.941013+0000 mgr.y (mgr.14146) 187 : audit [DBG] from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi023=a;smithi028=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:45:12.264 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:10.942611+0000 mgr.y (mgr.14146) 188 : cephadm [INF] Saving service mds.all spec with placement smithi023=a;smithi028=b;count:2 2024-03-22T06:45:12.264 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:10.950952+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:12.264 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:10.996918+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:12.264 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:10.998555+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:12.264 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:10.999351+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:12.264 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:11.004234+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:12.264 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:11.010138+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:12.264 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:11.011120+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:45:12.264 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:11.015153+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:45:12.264 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:11.016016+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:12.264 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:11.016734+0000 mgr.y (mgr.14146) 189 : cephadm [INF] Deploying daemon mds.a on smithi023 2024-03-22T06:45:12.265 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:11.201838+0000 mgr.y (mgr.14146) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:12.265 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:10.941013+0000 mgr.y (mgr.14146) 187 : audit [DBG] from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi023=a;smithi028=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:45:12.265 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:10.942611+0000 mgr.y (mgr.14146) 188 : cephadm [INF] Saving service mds.all spec with placement smithi023=a;smithi028=b;count:2 2024-03-22T06:45:12.265 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:10.950952+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:12.265 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:10.996918+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:12.265 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:10.998555+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:12.265 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:10.999351+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:12.265 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:11.004234+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:12.265 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:11.010138+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:12.265 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:11.011120+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:45:12.265 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:11.015153+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:45:12.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:11.016016+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:12.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:11.016734+0000 mgr.y (mgr.14146) 189 : cephadm [INF] Deploying daemon mds.a on smithi023 2024-03-22T06:45:12.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:11.201838+0000 mgr.y (mgr.14146) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:12.267 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-03-22T06:42:52.899580+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-03-22T06:45:12.267 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get device_health_metrics pg_num 2024-03-22T06:45:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:10.941013+0000 mgr.y (mgr.14146) 187 : audit [DBG] from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi023=a;smithi028=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:45:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:10.942611+0000 mgr.y (mgr.14146) 188 : cephadm [INF] Saving service mds.all spec with placement smithi023=a;smithi028=b;count:2 2024-03-22T06:45:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:10.950952+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:10.996918+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:10.998555+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:10.999351+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:11.004234+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:11.010138+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:11.011120+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:45:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:11.015153+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:45:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:11.016016+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:11.016734+0000 mgr.y (mgr.14146) 189 : cephadm [INF] Deploying daemon mds.a on smithi023 2024-03-22T06:45:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:11.201838+0000 mgr.y (mgr.14146) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:12.569 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 1 2024-03-22T06:45:12.582 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-03-22T06:45:12.962 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:12.963 INFO:teuthology.orchestra.run.smithi023.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-03-22T06:45:12.965 INFO:teuthology.orchestra.run.smithi023.stderr:dumped fsmap epoch 1 2024-03-22T06:45:13.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:12.251527+0000 mon.c (mon.2) 11 : audit [DBG] from='client.? 172.21.15.23:0/3709365042' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:13.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:12.569796+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.23:0/2883229453' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:45:13.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:12.963433+0000 mon.c (mon.2) 12 : audit [DBG] from='client.? 172.21.15.23:0/4279368124' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:45:13.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:12.251527+0000 mon.c (mon.2) 11 : audit [DBG] from='client.? 172.21.15.23:0/3709365042' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:13.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:12.569796+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.23:0/2883229453' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:45:13.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:12.963433+0000 mon.c (mon.2) 12 : audit [DBG] from='client.? 172.21.15.23:0/4279368124' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:45:13.287 INFO:journalctl@ceph.mds.a.smithi023.stdout:Mar 22 06:45:12 smithi023 systemd[1]: Starting Ceph mds.a for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:45:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:12.251527+0000 mon.c (mon.2) 11 : audit [DBG] from='client.? 172.21.15.23:0/3709365042' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:12.569796+0000 mon.a (mon.0) 552 : audit [DBG] from='client.? 172.21.15.23:0/2883229453' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:45:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:12.963433+0000 mon.c (mon.2) 12 : audit [DBG] from='client.? 172.21.15.23:0/4279368124' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:45:13.880 INFO:journalctl@ceph.mds.a.smithi023.stdout:Mar 22 06:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mds-a[62497]: starting mds.a at 2024-03-22T06:45:13.880 INFO:journalctl@ceph.mds.a.smithi023.stdout:Mar 22 06:45:13 smithi023 bash[62482]: 6bfed904380c6c5feac6b8d4d77dcec2a38406f682d35311dc6aa3b7b1e59b3b 2024-03-22T06:45:13.880 INFO:journalctl@ceph.mds.a.smithi023.stdout:Mar 22 06:45:13 smithi023 systemd[1]: Started Ceph mds.a for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:45:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:13.202353+0000 mgr.y (mgr.14146) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:13.436616+0000 mon.a (mon.0) 553 : cluster [DBG] mds.? [v2:172.21.15.23:6834/1167752892,v1:172.21.15.23:6835/1167752892] up:boot 2024-03-22T06:45:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:13.436691+0000 mon.a (mon.0) 554 : cluster [DBG] fsmap 1 up:standby 2024-03-22T06:45:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:13.436824+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-03-22T06:45:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:13.538191+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:13.539091+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:45:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:13.545205+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:45:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:13.545806+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:13.546356+0000 mgr.y (mgr.14146) 192 : cephadm [INF] Deploying daemon mds.b on smithi028 2024-03-22T06:45:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:13.202353+0000 mgr.y (mgr.14146) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:13.436616+0000 mon.a (mon.0) 553 : cluster [DBG] mds.? [v2:172.21.15.23:6834/1167752892,v1:172.21.15.23:6835/1167752892] up:boot 2024-03-22T06:45:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:13.436691+0000 mon.a (mon.0) 554 : cluster [DBG] fsmap 1 up:standby 2024-03-22T06:45:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:13.436824+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-03-22T06:45:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:13.538191+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:13.539091+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:45:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:13.545205+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:45:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:13.545806+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:13.546356+0000 mgr.y (mgr.14146) 192 : cephadm [INF] Deploying daemon mds.b on smithi028 2024-03-22T06:45:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:13.202353+0000 mgr.y (mgr.14146) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:13.436616+0000 mon.a (mon.0) 553 : cluster [DBG] mds.? [v2:172.21.15.23:6834/1167752892,v1:172.21.15.23:6835/1167752892] up:boot 2024-03-22T06:45:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:13.436691+0000 mon.a (mon.0) 554 : cluster [DBG] fsmap 1 up:standby 2024-03-22T06:45:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:13.436824+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-03-22T06:45:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:13.538191+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:13.539091+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:45:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:13.545205+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' 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-03-22T06:45:14.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:13.545806+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:14.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:13.546356+0000 mgr.y (mgr.14146) 192 : cephadm [INF] Deploying daemon mds.b on smithi028 2024-03-22T06:45:14.979 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-03-22T06:45:15.341 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:15.341 INFO:teuthology.orchestra.run.smithi023.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":24347,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.23:6835/1167752892","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6834","nonce":1167752892},{"type":"v1","addr":"172.21.15.23:6835","nonce":1167752892}]},"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-03-22T06:45:15.344 INFO:teuthology.orchestra.run.smithi023.stderr:dumped fsmap epoch 2 2024-03-22T06:45:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:15.341848+0000 mon.c (mon.2) 13 : audit [DBG] from='client.? 172.21.15.23:0/2396350255' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:45:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:15.341848+0000 mon.c (mon.2) 13 : audit [DBG] from='client.? 172.21.15.23:0/2396350255' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:45:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:15.341848+0000 mon.c (mon.2) 13 : audit [DBG] from='client.? 172.21.15.23:0/2396350255' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:45:15.663 INFO:journalctl@ceph.mds.b.smithi028.stdout:Mar 22 06:45:15 smithi028 systemd[1]: Starting Ceph mds.b for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:45:16.413 INFO:journalctl@ceph.mds.b.smithi028.stdout:Mar 22 06:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mds-b[58558]: starting mds.b at 2024-03-22T06:45:16.413 INFO:journalctl@ceph.mds.b.smithi028.stdout:Mar 22 06:45:15 smithi028 bash[58543]: 076e843fc0a74b15ce4bfcc87bf85a93ac16613cb27207fa7dfc46f27922c771 2024-03-22T06:45:16.413 INFO:journalctl@ceph.mds.b.smithi028.stdout:Mar 22 06:45:16 smithi028 systemd[1]: Started Ceph mds.b for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:45:16.743 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:15.202707+0000 mgr.y (mgr.14146) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:16.744 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:16.049624+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:16.744 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:16.051038+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:16.744 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:16.352743+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:15.202707+0000 mgr.y (mgr.14146) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:16.049624+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:16.051038+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:16.352743+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:15.202707+0000 mgr.y (mgr.14146) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:16.049624+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:16.051038+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:16.352743+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:17.355 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-03-22T06:45:17.708 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:17.709 INFO:teuthology.orchestra.run.smithi023.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":24347,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.23:6835/1167752892","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6834","nonce":1167752892},{"type":"v1","addr":"172.21.15.23:6835","nonce":1167752892}]},"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":24352,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.28:6833/3477167924","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6832","nonce":3477167924},{"type":"v1","addr":"172.21.15.28:6833","nonce":3477167924}]},"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-03-22T06:45:17.711 INFO:teuthology.orchestra.run.smithi023.stderr:dumped fsmap epoch 3 2024-03-22T06:45:17.721 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:16.453778+0000 mon.a (mon.0) 563 : cluster [DBG] mds.? [v2:172.21.15.28:6832/3477167924,v1:172.21.15.28:6833/3477167924] up:boot 2024-03-22T06:45:17.721 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:16.453822+0000 mon.a (mon.0) 564 : cluster [DBG] fsmap 2 up:standby 2024-03-22T06:45:17.721 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:16.453920+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-03-22T06:45:17.721 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:17.361636+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:17.722 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:17.446109+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:17.722 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:17.446915+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:17.722 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:17.447615+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:17.722 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:16.453778+0000 mon.a (mon.0) 563 : cluster [DBG] mds.? [v2:172.21.15.28:6832/3477167924,v1:172.21.15.28:6833/3477167924] up:boot 2024-03-22T06:45:17.722 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:16.453822+0000 mon.a (mon.0) 564 : cluster [DBG] fsmap 2 up:standby 2024-03-22T06:45:17.723 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:16.453920+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-03-22T06:45:17.723 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:17.361636+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:17.723 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:17.446109+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:17.723 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:17.446915+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:17.723 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:17.447615+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:17.724 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-03-22T06:45:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:16.453778+0000 mon.a (mon.0) 563 : cluster [DBG] mds.? [v2:172.21.15.28:6832/3477167924,v1:172.21.15.28:6833/3477167924] up:boot 2024-03-22T06:45:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:16.453822+0000 mon.a (mon.0) 564 : cluster [DBG] fsmap 2 up:standby 2024-03-22T06:45:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:16.453920+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-03-22T06:45:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:17.361636+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:17.446109+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:17.446915+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:17.447615+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:18.026 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:18.026 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":50,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","created":"2024-03-22T06:39:49.357887+0000","modified":"2024-03-22T06:45:03.343466+0000","last_up_change":"2024-03-22T06:45:01.329991+0000","last_in_change":"2024-03-22T06:44:43.395098+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-03-22T06:42:52.899580+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":"a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169","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.23:6802","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6803","nonce":2158855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6805","nonce":2158855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6809","nonce":2158855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6807","nonce":2158855232}]},"public_addr":"172.21.15.23:6803/2158855232","cluster_addr":"172.21.15.23:6805/2158855232","heartbeat_back_addr":"172.21.15.23:6809/2158855232","heartbeat_front_addr":"172.21.15.23:6807/2158855232","state":["exists","up"]},{"osd":1,"uuid":"97f32e0f-f0ae-4496-8644-1361644278a3","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.23:6810","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6811","nonce":3870507014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6813","nonce":3870507014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6817","nonce":3870507014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6815","nonce":3870507014}]},"public_addr":"172.21.15.23:6811/3870507014","cluster_addr":"172.21.15.23:6813/3870507014","heartbeat_back_addr":"172.21.15.23:6817/3870507014","heartbeat_front_addr":"172.21.15.23:6815/3870507014","state":["exists","up"]},{"osd":2,"uuid":"38652f5e-6893-4aa5-a243-dce6e733342a","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.23:6818","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6819","nonce":3375066416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6821","nonce":3375066416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6825","nonce":3375066416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6823","nonce":3375066416}]},"public_addr":"172.21.15.23:6819/3375066416","cluster_addr":"172.21.15.23:6821/3375066416","heartbeat_back_addr":"172.21.15.23:6825/3375066416","heartbeat_front_addr":"172.21.15.23:6823/3375066416","state":["exists","up"]},{"osd":3,"uuid":"713042a7-6fca-425d-aa33-ceadcdd7edeb","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.23:6826","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6827","nonce":974225083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6829","nonce":974225083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6833","nonce":974225083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6831","nonce":974225083}]},"public_addr":"172.21.15.23:6827/974225083","cluster_addr":"172.21.15.23:6829/974225083","heartbeat_back_addr":"172.21.15.23:6833/974225083","heartbeat_front_addr":"172.21.15.23:6831/974225083","state":["exists","up"]},{"osd":4,"uuid":"56c0aba7-4f8b-4e6a-afa9-737a4c1496e1","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.28:6800","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6801","nonce":3833962790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6803","nonce":3833962790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6807","nonce":3833962790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6805","nonce":3833962790}]},"public_addr":"172.21.15.28:6801/3833962790","cluster_addr":"172.21.15.28:6803/3833962790","heartbeat_back_addr":"172.21.15.28:6807/3833962790","heartbeat_front_addr":"172.21.15.28:6805/3833962790","state":["exists","up"]},{"osd":5,"uuid":"9db94738-8931-4960-ac43-86584f39054f","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.28:6808","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6809","nonce":2321595908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6810","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6811","nonce":2321595908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6814","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6815","nonce":2321595908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6812","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6813","nonce":2321595908}]},"public_addr":"172.21.15.28:6809/2321595908","cluster_addr":"172.21.15.28:6811/2321595908","heartbeat_back_addr":"172.21.15.28:6815/2321595908","heartbeat_front_addr":"172.21.15.28:6813/2321595908","state":["exists","up"]},{"osd":6,"uuid":"f4191603-fbc9-4eee-b365-5457e31b7350","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.28:6816","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6817","nonce":2006708751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6818","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6819","nonce":2006708751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6822","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6823","nonce":2006708751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6820","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6821","nonce":2006708751}]},"public_addr":"172.21.15.28:6817/2006708751","cluster_addr":"172.21.15.28:6819/2006708751","heartbeat_back_addr":"172.21.15.28:6823/2006708751","heartbeat_front_addr":"172.21.15.28:6821/2006708751","state":["exists","up"]},{"osd":7,"uuid":"fd125202-4fa1-4647-8658-bf894e7d1f81","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.28:6824","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6825","nonce":970962306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6826","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6827","nonce":970962306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6830","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6831","nonce":970962306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6828","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6829","nonce":970962306}]},"public_addr":"172.21.15.28:6825/970962306","cluster_addr":"172.21.15.28:6827/970962306","heartbeat_back_addr":"172.21.15.28:6831/970962306","heartbeat_front_addr":"172.21.15.28:6829/970962306","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-03-22T06:42:02.497629+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-03-22T06:42:26.311727+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-03-22T06:42:50.811416+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-03-22T06:43:15.663688+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-03-22T06:43:39.371261+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-03-22T06:44:06.564039+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-03-22T06:44:32.767621+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-03-22T06:45:00.026973+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/659933416":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2733077589":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6801/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6800/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2410253109":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6800/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6801/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:0/2806765994":"2024-03-23T06:40:20.092296+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-03-22T06:45:18.040 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-03-22T06:42:52.899580+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-03-22T06:45:18.040 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get device_health_metrics pg_num 2024-03-22T06:45:18.339 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 1 2024-03-22T06:45:18.353 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph --format=json-pretty osd lspools 2024-03-22T06:45:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:17.202985+0000 mgr.y (mgr.14146) 194 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:17.461252+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:17.464807+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:17.466429+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:17.467142+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:17.490972+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:17.709343+0000 mon.c (mon.2) 14 : audit [DBG] from='client.? 172.21.15.23:0/2839181008' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:45:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:18.026873+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.23:0/2774442903' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:18.340447+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.23:0/1092428675' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:45:18.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:17.202985+0000 mgr.y (mgr.14146) 194 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:18.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:17.461252+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:18.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:17.464807+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:18.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:17.466429+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:18.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:17.467142+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:18.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:17.490972+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:18.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:17.709343+0000 mon.c (mon.2) 14 : audit [DBG] from='client.? 172.21.15.23:0/2839181008' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:45:18.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:18.026873+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.23:0/2774442903' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:18.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:18.340447+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.23:0/1092428675' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:45:18.657 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:18.657 INFO:teuthology.orchestra.run.smithi023.stdout:[ 2024-03-22T06:45:18.657 INFO:teuthology.orchestra.run.smithi023.stdout: { 2024-03-22T06:45:18.658 INFO:teuthology.orchestra.run.smithi023.stdout: "poolnum": 1, 2024-03-22T06:45:18.658 INFO:teuthology.orchestra.run.smithi023.stdout: "poolname": "device_health_metrics" 2024-03-22T06:45:18.658 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:45:18.658 INFO:teuthology.orchestra.run.smithi023.stdout:] 2024-03-22T06:45:18.671 DEBUG:tasks.cephfs.filesystem:Creating filesystem 'cephfs' 2024-03-22T06:45:18.671 DEBUG:teuthology.orchestra.run.smithi023:> 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-03-22T06:45:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:17.202985+0000 mgr.y (mgr.14146) 194 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:17.461252+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:17.464807+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:17.466429+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:17.467142+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:17.490972+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:17.709343+0000 mon.c (mon.2) 14 : audit [DBG] from='client.? 172.21.15.23:0/2839181008' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:45:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:18.026873+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.23:0/2774442903' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:18.340447+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.23:0/1092428675' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:45:19.519 INFO:teuthology.orchestra.run.smithi023.stderr:pool 'cephfs_metadata' created 2024-03-22T06:45:19.530 DEBUG:teuthology.orchestra.run.smithi023:> 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-03-22T06:45:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:18.658394+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.23:0/975343970' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2024-03-22T06:45:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:19.019085+0000 mon.c (mon.2) 15 : audit [INF] from='client.? 172.21.15.23:0/3548097614' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-03-22T06:45:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:19.019420+0000 mon.a (mon.0) 578 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-03-22T06:45:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:18.658394+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.23:0/975343970' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2024-03-22T06:45:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:19.019085+0000 mon.c (mon.2) 15 : audit [INF] from='client.? 172.21.15.23:0/3548097614' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-03-22T06:45:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:19.019420+0000 mon.a (mon.0) 578 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-03-22T06:45:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:18.658394+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.23:0/975343970' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2024-03-22T06:45:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:19.019085+0000 mon.c (mon.2) 15 : audit [INF] from='client.? 172.21.15.23:0/3548097614' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-03-22T06:45:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:19.019420+0000 mon.a (mon.0) 578 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-03-22T06:45:20.543 INFO:teuthology.orchestra.run.smithi023.stderr:pool 'cephfs_data' created 2024-03-22T06:45:20.559 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs new cephfs cephfs_metadata cephfs_data 2024-03-22T06:45:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:19.203266+0000 mgr.y (mgr.14146) 195 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:19.511898+0000 mon.a (mon.0) 579 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2024-03-22T06:45:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:19.511958+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-03-22T06:45:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:19.839474+0000 mon.c (mon.2) 16 : audit [INF] from='client.? 172.21.15.23:0/3150534004' 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-03-22T06:45:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:19.839881+0000 mon.a (mon.0) 581 : 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-03-22T06:45:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:19.203266+0000 mgr.y (mgr.14146) 195 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:19.511898+0000 mon.a (mon.0) 579 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2024-03-22T06:45:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:19.511958+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-03-22T06:45:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:19.839474+0000 mon.c (mon.2) 16 : audit [INF] from='client.? 172.21.15.23:0/3150534004' 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-03-22T06:45:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:19.839881+0000 mon.a (mon.0) 581 : 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-03-22T06:45:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:19.203266+0000 mgr.y (mgr.14146) 195 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:19.511898+0000 mon.a (mon.0) 579 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2024-03-22T06:45:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:19.511958+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-03-22T06:45:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:19.839474+0000 mon.c (mon.2) 16 : audit [INF] from='client.? 172.21.15.23:0/3150534004' 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-03-22T06:45:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:19.839881+0000 mon.a (mon.0) 581 : 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-03-22T06:45:20.936 INFO:teuthology.orchestra.run.smithi023.stderr:new fs with metadata pool 2 and data pool 3 2024-03-22T06:45:20.955 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-03-22T06:45:21.258 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:21.259 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":53,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","created":"2024-03-22T06:39:49.357887+0000","modified":"2024-03-22T06:45:20.911298+0000","last_up_change":"2024-03-22T06:45:01.329991+0000","last_in_change":"2024-03-22T06:44:43.395098+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-03-22T06:42:52.899580+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-03-22T06:45:19.446235+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-03-22T06:45:20.269654+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":"a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169","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.23:6802","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6803","nonce":2158855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6805","nonce":2158855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6809","nonce":2158855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6807","nonce":2158855232}]},"public_addr":"172.21.15.23:6803/2158855232","cluster_addr":"172.21.15.23:6805/2158855232","heartbeat_back_addr":"172.21.15.23:6809/2158855232","heartbeat_front_addr":"172.21.15.23:6807/2158855232","state":["exists","up"]},{"osd":1,"uuid":"97f32e0f-f0ae-4496-8644-1361644278a3","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.23:6810","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6811","nonce":3870507014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6813","nonce":3870507014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6817","nonce":3870507014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6815","nonce":3870507014}]},"public_addr":"172.21.15.23:6811/3870507014","cluster_addr":"172.21.15.23:6813/3870507014","heartbeat_back_addr":"172.21.15.23:6817/3870507014","heartbeat_front_addr":"172.21.15.23:6815/3870507014","state":["exists","up"]},{"osd":2,"uuid":"38652f5e-6893-4aa5-a243-dce6e733342a","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.23:6818","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6819","nonce":3375066416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6821","nonce":3375066416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6825","nonce":3375066416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6823","nonce":3375066416}]},"public_addr":"172.21.15.23:6819/3375066416","cluster_addr":"172.21.15.23:6821/3375066416","heartbeat_back_addr":"172.21.15.23:6825/3375066416","heartbeat_front_addr":"172.21.15.23:6823/3375066416","state":["exists","up"]},{"osd":3,"uuid":"713042a7-6fca-425d-aa33-ceadcdd7edeb","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.23:6826","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6827","nonce":974225083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6829","nonce":974225083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6833","nonce":974225083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6831","nonce":974225083}]},"public_addr":"172.21.15.23:6827/974225083","cluster_addr":"172.21.15.23:6829/974225083","heartbeat_back_addr":"172.21.15.23:6833/974225083","heartbeat_front_addr":"172.21.15.23:6831/974225083","state":["exists","up"]},{"osd":4,"uuid":"56c0aba7-4f8b-4e6a-afa9-737a4c1496e1","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.28:6800","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6801","nonce":3833962790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6803","nonce":3833962790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6807","nonce":3833962790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6805","nonce":3833962790}]},"public_addr":"172.21.15.28:6801/3833962790","cluster_addr":"172.21.15.28:6803/3833962790","heartbeat_back_addr":"172.21.15.28:6807/3833962790","heartbeat_front_addr":"172.21.15.28:6805/3833962790","state":["exists","up"]},{"osd":5,"uuid":"9db94738-8931-4960-ac43-86584f39054f","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.28:6808","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6809","nonce":2321595908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6810","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6811","nonce":2321595908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6814","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6815","nonce":2321595908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6812","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6813","nonce":2321595908}]},"public_addr":"172.21.15.28:6809/2321595908","cluster_addr":"172.21.15.28:6811/2321595908","heartbeat_back_addr":"172.21.15.28:6815/2321595908","heartbeat_front_addr":"172.21.15.28:6813/2321595908","state":["exists","up"]},{"osd":6,"uuid":"f4191603-fbc9-4eee-b365-5457e31b7350","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.28:6816","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6817","nonce":2006708751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6818","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6819","nonce":2006708751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6822","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6823","nonce":2006708751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6820","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6821","nonce":2006708751}]},"public_addr":"172.21.15.28:6817/2006708751","cluster_addr":"172.21.15.28:6819/2006708751","heartbeat_back_addr":"172.21.15.28:6823/2006708751","heartbeat_front_addr":"172.21.15.28:6821/2006708751","state":["exists","up"]},{"osd":7,"uuid":"fd125202-4fa1-4647-8658-bf894e7d1f81","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.28:6824","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6825","nonce":970962306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6826","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6827","nonce":970962306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6830","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6831","nonce":970962306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6828","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6829","nonce":970962306}]},"public_addr":"172.21.15.28:6825/970962306","cluster_addr":"172.21.15.28:6827/970962306","heartbeat_back_addr":"172.21.15.28:6831/970962306","heartbeat_front_addr":"172.21.15.28:6829/970962306","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-03-22T06:42:02.497629+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-03-22T06:42:26.311727+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-03-22T06:42:50.811416+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-03-22T06:43:15.663688+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-03-22T06:43:39.371261+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-03-22T06:44:06.564039+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-03-22T06:44:32.767621+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-03-22T06:45:00.026973+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/659933416":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2733077589":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6801/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6800/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2410253109":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6800/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6801/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:0/2806765994":"2024-03-23T06:40:20.092296+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-03-22T06:45:21.272 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-03-22T06:45:21.572 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:21.572 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":53,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","created":"2024-03-22T06:39:49.357887+0000","modified":"2024-03-22T06:45:20.911298+0000","last_up_change":"2024-03-22T06:45:01.329991+0000","last_in_change":"2024-03-22T06:44:43.395098+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-03-22T06:42:52.899580+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-03-22T06:45:19.446235+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-03-22T06:45:20.269654+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":"a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169","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.23:6802","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6803","nonce":2158855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6805","nonce":2158855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6809","nonce":2158855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6807","nonce":2158855232}]},"public_addr":"172.21.15.23:6803/2158855232","cluster_addr":"172.21.15.23:6805/2158855232","heartbeat_back_addr":"172.21.15.23:6809/2158855232","heartbeat_front_addr":"172.21.15.23:6807/2158855232","state":["exists","up"]},{"osd":1,"uuid":"97f32e0f-f0ae-4496-8644-1361644278a3","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.23:6810","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6811","nonce":3870507014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6813","nonce":3870507014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6817","nonce":3870507014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6815","nonce":3870507014}]},"public_addr":"172.21.15.23:6811/3870507014","cluster_addr":"172.21.15.23:6813/3870507014","heartbeat_back_addr":"172.21.15.23:6817/3870507014","heartbeat_front_addr":"172.21.15.23:6815/3870507014","state":["exists","up"]},{"osd":2,"uuid":"38652f5e-6893-4aa5-a243-dce6e733342a","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.23:6818","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6819","nonce":3375066416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6821","nonce":3375066416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6825","nonce":3375066416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6823","nonce":3375066416}]},"public_addr":"172.21.15.23:6819/3375066416","cluster_addr":"172.21.15.23:6821/3375066416","heartbeat_back_addr":"172.21.15.23:6825/3375066416","heartbeat_front_addr":"172.21.15.23:6823/3375066416","state":["exists","up"]},{"osd":3,"uuid":"713042a7-6fca-425d-aa33-ceadcdd7edeb","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.23:6826","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6827","nonce":974225083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6829","nonce":974225083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6833","nonce":974225083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6831","nonce":974225083}]},"public_addr":"172.21.15.23:6827/974225083","cluster_addr":"172.21.15.23:6829/974225083","heartbeat_back_addr":"172.21.15.23:6833/974225083","heartbeat_front_addr":"172.21.15.23:6831/974225083","state":["exists","up"]},{"osd":4,"uuid":"56c0aba7-4f8b-4e6a-afa9-737a4c1496e1","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.28:6800","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6801","nonce":3833962790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6803","nonce":3833962790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6807","nonce":3833962790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6805","nonce":3833962790}]},"public_addr":"172.21.15.28:6801/3833962790","cluster_addr":"172.21.15.28:6803/3833962790","heartbeat_back_addr":"172.21.15.28:6807/3833962790","heartbeat_front_addr":"172.21.15.28:6805/3833962790","state":["exists","up"]},{"osd":5,"uuid":"9db94738-8931-4960-ac43-86584f39054f","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.28:6808","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6809","nonce":2321595908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6810","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6811","nonce":2321595908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6814","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6815","nonce":2321595908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6812","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6813","nonce":2321595908}]},"public_addr":"172.21.15.28:6809/2321595908","cluster_addr":"172.21.15.28:6811/2321595908","heartbeat_back_addr":"172.21.15.28:6815/2321595908","heartbeat_front_addr":"172.21.15.28:6813/2321595908","state":["exists","up"]},{"osd":6,"uuid":"f4191603-fbc9-4eee-b365-5457e31b7350","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.28:6816","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6817","nonce":2006708751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6818","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6819","nonce":2006708751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6822","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6823","nonce":2006708751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6820","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6821","nonce":2006708751}]},"public_addr":"172.21.15.28:6817/2006708751","cluster_addr":"172.21.15.28:6819/2006708751","heartbeat_back_addr":"172.21.15.28:6823/2006708751","heartbeat_front_addr":"172.21.15.28:6821/2006708751","state":["exists","up"]},{"osd":7,"uuid":"fd125202-4fa1-4647-8658-bf894e7d1f81","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.28:6824","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6825","nonce":970962306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6826","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6827","nonce":970962306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6830","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6831","nonce":970962306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6828","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6829","nonce":970962306}]},"public_addr":"172.21.15.28:6825/970962306","cluster_addr":"172.21.15.28:6827/970962306","heartbeat_back_addr":"172.21.15.28:6831/970962306","heartbeat_front_addr":"172.21.15.28:6829/970962306","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-03-22T06:42:02.497629+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-03-22T06:42:26.311727+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-03-22T06:42:50.811416+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-03-22T06:43:15.663688+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-03-22T06:43:39.371261+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-03-22T06:44:06.564039+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-03-22T06:44:32.767621+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-03-22T06:45:00.026973+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/659933416":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2733077589":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6801/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6800/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2410253109":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6800/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6801/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:0/2806765994":"2024-03-23T06:40:20.092296+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-03-22T06:45:21.586 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs set cephfs standby_count_wanted 0 2024-03-22T06:45:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:20.525434+0000 mon.a (mon.0) 582 : 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-03-22T06:45:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:20.525527+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-03-22T06:45:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:20.910886+0000 mon.c (mon.2) 17 : audit [INF] from='client.? 172.21.15.23:0/3271890577' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-03-22T06:45:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:20.911194+0000 mon.a (mon.0) 584 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-03-22T06:45:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:20.911665+0000 mon.a (mon.0) 585 : cluster [INF] daemon mds.b assigned to filesystem cephfs as rank 0 2024-03-22T06:45:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:20.925058+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-03-22T06:45:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:20.925377+0000 mon.a (mon.0) 587 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2024-03-22T06:45:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:20.925474+0000 mon.a (mon.0) 588 : cluster [DBG] fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2024-03-22T06:45:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:20.960697+0000 mon.a (mon.0) 589 : cluster [INF] daemon mds.b is now active in filesystem cephfs as rank 0 2024-03-22T06:45:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:21.258864+0000 mon.a (mon.0) 590 : audit [DBG] from='client.? 172.21.15.23:0/3189687333' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:20.525434+0000 mon.a (mon.0) 582 : 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-03-22T06:45:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:20.525527+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-03-22T06:45:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:20.910886+0000 mon.c (mon.2) 17 : audit [INF] from='client.? 172.21.15.23:0/3271890577' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-03-22T06:45:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:20.911194+0000 mon.a (mon.0) 584 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-03-22T06:45:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:20.911665+0000 mon.a (mon.0) 585 : cluster [INF] daemon mds.b assigned to filesystem cephfs as rank 0 2024-03-22T06:45:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:20.925058+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-03-22T06:45:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:20.925377+0000 mon.a (mon.0) 587 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2024-03-22T06:45:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:20.925474+0000 mon.a (mon.0) 588 : cluster [DBG] fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2024-03-22T06:45:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:20.960697+0000 mon.a (mon.0) 589 : cluster [INF] daemon mds.b is now active in filesystem cephfs as rank 0 2024-03-22T06:45:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:21.258864+0000 mon.a (mon.0) 590 : audit [DBG] from='client.? 172.21.15.23:0/3189687333' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:20.525434+0000 mon.a (mon.0) 582 : 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-03-22T06:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:20.525527+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-03-22T06:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:20.910886+0000 mon.c (mon.2) 17 : audit [INF] from='client.? 172.21.15.23:0/3271890577' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-03-22T06:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:20.911194+0000 mon.a (mon.0) 584 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-03-22T06:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:20.911665+0000 mon.a (mon.0) 585 : cluster [INF] daemon mds.b assigned to filesystem cephfs as rank 0 2024-03-22T06:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:20.925058+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-03-22T06:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:20.925377+0000 mon.a (mon.0) 587 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2024-03-22T06:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:20.925474+0000 mon.a (mon.0) 588 : cluster [DBG] fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2024-03-22T06:45:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:20.960697+0000 mon.a (mon.0) 589 : cluster [INF] daemon mds.b is now active in filesystem cephfs as rank 0 2024-03-22T06:45:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:21.258864+0000 mon.a (mon.0) 590 : audit [DBG] from='client.? 172.21.15.23:0/3189687333' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:21.203593+0000 mgr.y (mgr.14146) 196 : cluster [DBG] pgmap v183: 97 pgs: 7 creating+peering, 1 active+clean, 89 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:21.572527+0000 mon.a (mon.0) 591 : audit [DBG] from='client.? 172.21.15.23:0/2365997633' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:21.927427+0000 mon.a (mon.0) 592 : cluster [DBG] mds.? [v2:172.21.15.28:6832/3477167924,v1:172.21.15.28:6833/3477167924] up:active 2024-03-22T06:45:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:21.927696+0000 mon.a (mon.0) 593 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-03-22T06:45:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:21.927733+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-22T06:45:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:21.932321+0000 mon.a (mon.0) 595 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-03-22T06:45:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:21.941920+0000 mon.c (mon.2) 18 : audit [INF] from='client.? 172.21.15.23:0/3750045040' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2024-03-22T06:45:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:21.942204+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2024-03-22T06:45:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:21.203593+0000 mgr.y (mgr.14146) 196 : cluster [DBG] pgmap v183: 97 pgs: 7 creating+peering, 1 active+clean, 89 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:21.572527+0000 mon.a (mon.0) 591 : audit [DBG] from='client.? 172.21.15.23:0/2365997633' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:21.927427+0000 mon.a (mon.0) 592 : cluster [DBG] mds.? [v2:172.21.15.28:6832/3477167924,v1:172.21.15.28:6833/3477167924] up:active 2024-03-22T06:45:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:21.927696+0000 mon.a (mon.0) 593 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-03-22T06:45:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:21.927733+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-22T06:45:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:21.932321+0000 mon.a (mon.0) 595 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-03-22T06:45:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:21.941920+0000 mon.c (mon.2) 18 : audit [INF] from='client.? 172.21.15.23:0/3750045040' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2024-03-22T06:45:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:21.942204+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2024-03-22T06:45:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:21.203593+0000 mgr.y (mgr.14146) 196 : cluster [DBG] pgmap v183: 97 pgs: 7 creating+peering, 1 active+clean, 89 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:21.572527+0000 mon.a (mon.0) 591 : audit [DBG] from='client.? 172.21.15.23:0/2365997633' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:21.927427+0000 mon.a (mon.0) 592 : cluster [DBG] mds.? [v2:172.21.15.28:6832/3477167924,v1:172.21.15.28:6833/3477167924] up:active 2024-03-22T06:45:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:21.927696+0000 mon.a (mon.0) 593 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-03-22T06:45:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:21.927733+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-22T06:45:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:21.932321+0000 mon.a (mon.0) 595 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-03-22T06:45:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:21.941920+0000 mon.c (mon.2) 18 : audit [INF] from='client.? 172.21.15.23:0/3750045040' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2024-03-22T06:45:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:21.942204+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2024-03-22T06:45:22.954 DEBUG:tasks.cephfs.filesystem:fs_config: {} 2024-03-22T06:45:22.954 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs set cephfs allow_standby_replay false 2024-03-22T06:45:23.962 DEBUG:tasks.cephfs.filesystem:Not Creating any subvols for filesystem 'cephfs' 2024-03-22T06:45:23.963 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-03-22T06:45:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:24.314 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":8,"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":24347,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.23:6835/1167752892","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6834","nonce":1167752892},{"type":"v1","addr":"172.21.15.23:6835","nonce":1167752892}]},"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":8,"flags":18,"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-03-22T06:45:20.911658+0000","modified":"2024-03-22T06:45:23.934218+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":24352},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24352":{"gid":24352,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.28:6833/3477167924","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6832","nonce":3477167924},{"type":"v1","addr":"172.21.15.28:6833","nonce":3477167924}]},"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-03-22T06:45:24.316 INFO:teuthology.orchestra.run.smithi023.stderr:dumped fsmap epoch 8 2024-03-22T06:45:24.326 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:22.936252+0000 mon.a (mon.0) 597 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2024-03-22T06:45:24.326 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:22.936372+0000 mon.a (mon.0) 598 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-03-22T06:45:24.326 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:23.203957+0000 mgr.y (mgr.14146) 197 : cluster [DBG] pgmap v185: 97 pgs: 24 active+clean, 7 creating+peering, 66 unknown; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:24.326 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:23.311617+0000 mon.a (mon.0) 599 : audit [INF] from='client.? 172.21.15.23:0/3323229162' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-03-22T06:45:24.327 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:22.936252+0000 mon.a (mon.0) 597 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2024-03-22T06:45:24.327 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:22.936372+0000 mon.a (mon.0) 598 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-03-22T06:45:24.327 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:23.203957+0000 mgr.y (mgr.14146) 197 : cluster [DBG] pgmap v185: 97 pgs: 24 active+clean, 7 creating+peering, 66 unknown; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:24.327 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:23.311617+0000 mon.a (mon.0) 599 : audit [INF] from='client.? 172.21.15.23:0/3323229162' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-03-22T06:45:24.328 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-03-22T06:45:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:22.936252+0000 mon.a (mon.0) 597 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2024-03-22T06:45:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:22.936372+0000 mon.a (mon.0) 598 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-03-22T06:45:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:23.203957+0000 mgr.y (mgr.14146) 197 : cluster [DBG] pgmap v185: 97 pgs: 24 active+clean, 7 creating+peering, 66 unknown; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:23.311617+0000 mon.a (mon.0) 599 : audit [INF] from='client.? 172.21.15.23:0/3323229162' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-03-22T06:45:24.631 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:24.631 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":54,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","created":"2024-03-22T06:39:49.357887+0000","modified":"2024-03-22T06:45:21.913414+0000","last_up_change":"2024-03-22T06:45:01.329991+0000","last_in_change":"2024-03-22T06:44:43.395098+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-03-22T06:42:52.899580+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-03-22T06:45:19.446235+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-03-22T06:45:20.269654+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":"a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169","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.23:6802","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6803","nonce":2158855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6805","nonce":2158855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6809","nonce":2158855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6807","nonce":2158855232}]},"public_addr":"172.21.15.23:6803/2158855232","cluster_addr":"172.21.15.23:6805/2158855232","heartbeat_back_addr":"172.21.15.23:6809/2158855232","heartbeat_front_addr":"172.21.15.23:6807/2158855232","state":["exists","up"]},{"osd":1,"uuid":"97f32e0f-f0ae-4496-8644-1361644278a3","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.23:6810","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6811","nonce":3870507014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6813","nonce":3870507014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6817","nonce":3870507014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6815","nonce":3870507014}]},"public_addr":"172.21.15.23:6811/3870507014","cluster_addr":"172.21.15.23:6813/3870507014","heartbeat_back_addr":"172.21.15.23:6817/3870507014","heartbeat_front_addr":"172.21.15.23:6815/3870507014","state":["exists","up"]},{"osd":2,"uuid":"38652f5e-6893-4aa5-a243-dce6e733342a","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.23:6818","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6819","nonce":3375066416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6821","nonce":3375066416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6825","nonce":3375066416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6823","nonce":3375066416}]},"public_addr":"172.21.15.23:6819/3375066416","cluster_addr":"172.21.15.23:6821/3375066416","heartbeat_back_addr":"172.21.15.23:6825/3375066416","heartbeat_front_addr":"172.21.15.23:6823/3375066416","state":["exists","up"]},{"osd":3,"uuid":"713042a7-6fca-425d-aa33-ceadcdd7edeb","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.23:6826","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6827","nonce":974225083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6829","nonce":974225083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6833","nonce":974225083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6831","nonce":974225083}]},"public_addr":"172.21.15.23:6827/974225083","cluster_addr":"172.21.15.23:6829/974225083","heartbeat_back_addr":"172.21.15.23:6833/974225083","heartbeat_front_addr":"172.21.15.23:6831/974225083","state":["exists","up"]},{"osd":4,"uuid":"56c0aba7-4f8b-4e6a-afa9-737a4c1496e1","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.28:6800","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6801","nonce":3833962790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6803","nonce":3833962790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6807","nonce":3833962790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6805","nonce":3833962790}]},"public_addr":"172.21.15.28:6801/3833962790","cluster_addr":"172.21.15.28:6803/3833962790","heartbeat_back_addr":"172.21.15.28:6807/3833962790","heartbeat_front_addr":"172.21.15.28:6805/3833962790","state":["exists","up"]},{"osd":5,"uuid":"9db94738-8931-4960-ac43-86584f39054f","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.28:6808","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6809","nonce":2321595908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6810","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6811","nonce":2321595908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6814","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6815","nonce":2321595908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6812","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6813","nonce":2321595908}]},"public_addr":"172.21.15.28:6809/2321595908","cluster_addr":"172.21.15.28:6811/2321595908","heartbeat_back_addr":"172.21.15.28:6815/2321595908","heartbeat_front_addr":"172.21.15.28:6813/2321595908","state":["exists","up"]},{"osd":6,"uuid":"f4191603-fbc9-4eee-b365-5457e31b7350","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.28:6816","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6817","nonce":2006708751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6818","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6819","nonce":2006708751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6822","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6823","nonce":2006708751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6820","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6821","nonce":2006708751}]},"public_addr":"172.21.15.28:6817/2006708751","cluster_addr":"172.21.15.28:6819/2006708751","heartbeat_back_addr":"172.21.15.28:6823/2006708751","heartbeat_front_addr":"172.21.15.28:6821/2006708751","state":["exists","up"]},{"osd":7,"uuid":"fd125202-4fa1-4647-8658-bf894e7d1f81","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.28:6824","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6825","nonce":970962306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6826","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6827","nonce":970962306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6830","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6831","nonce":970962306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6828","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6829","nonce":970962306}]},"public_addr":"172.21.15.28:6825/970962306","cluster_addr":"172.21.15.28:6827/970962306","heartbeat_back_addr":"172.21.15.28:6831/970962306","heartbeat_front_addr":"172.21.15.28:6829/970962306","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-03-22T06:42:02.497629+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-03-22T06:42:26.311727+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-03-22T06:42:50.811416+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-03-22T06:43:15.663688+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-03-22T06:43:39.371261+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-03-22T06:44:06.564039+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-03-22T06:44:32.767621+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-03-22T06:45:00.026973+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/659933416":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2733077589":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6801/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6800/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2410253109":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6800/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6801/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:0/2806765994":"2024-03-23T06:40:20.092296+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-03-22T06:45:24.644 INFO:tasks.cephfs.filesystem.ceph_manager:waiting for clean 2024-03-22T06:45:24.645 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-03-22T06:45:24.957 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:24.959 INFO:teuthology.orchestra.run.smithi023.stderr:dumped all 2024-03-22T06:45:24.965 INFO:teuthology.orchestra.run.smithi023.stdout:{"pg_ready":true,"pg_map":{"version":185,"stamp":"2024-03-22T06:45:23.203753+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":22,"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":8,"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":3,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":7,"ondisk_log_size":7,"up":93,"acting":93,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":4,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":4,"kb":749961216,"kb_used":2380572,"kb_used_data":3804,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747580644,"statfs":{"total":767960285184,"available":765522579456,"internally_reserved":0,"allocated":3895296,"data_stored":1554799,"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":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"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":"0.000000"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.956659+0000","last_change":"2024-03-22T06:45:20.946458+0000","last_active":"2024-03-22T06:45:20.956659+0000","last_peered":"2024-03-22T06:45:20.956659+0000","last_clean":"2024-03-22T06:45:20.956659+0000","last_became_active":"2024-03-22T06:45:20.944770+0000","last_became_peered":"2024-03-22T06:45:20.944770+0000","last_unstale":"2024-03-22T06:45:20.956659+0000","last_undegraded":"2024-03-22T06:45:20.956659+0000","last_fullsized":"2024-03-22T06:45:20.956659+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.3d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.3c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.3b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.957119+0000","last_change":"2024-03-22T06:45:20.949297+0000","last_active":"2024-03-22T06:45:20.957119+0000","last_peered":"2024-03-22T06:45:20.957119+0000","last_clean":"2024-03-22T06:45:20.957119+0000","last_became_active":"2024-03-22T06:45:20.948677+0000","last_became_peered":"2024-03-22T06:45:20.948677+0000","last_unstale":"2024-03-22T06:45:20.957119+0000","last_undegraded":"2024-03-22T06:45:20.957119+0000","last_fullsized":"2024-03-22T06:45:20.957119+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.39","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.957143+0000","last_change":"2024-03-22T06:45:20.950873+0000","last_active":"2024-03-22T06:45:20.957143+0000","last_peered":"2024-03-22T06:45:20.957143+0000","last_clean":"2024-03-22T06:45:20.957143+0000","last_became_active":"2024-03-22T06:45:20.950377+0000","last_became_peered":"2024-03-22T06:45:20.950377+0000","last_unstale":"2024-03-22T06:45:20.957143+0000","last_undegraded":"2024-03-22T06:45:20.957143+0000","last_fullsized":"2024-03-22T06:45:20.957143+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.945872+0000","last_change":"2024-03-22T06:45:20.945244+0000","last_active":"2024-03-22T06:45:20.945872+0000","last_peered":"2024-03-22T06:45:20.945872+0000","last_clean":"2024-03-22T06:45:20.945872+0000","last_became_active":"2024-03-22T06:45:20.944263+0000","last_became_peered":"2024-03-22T06:45:20.944263+0000","last_unstale":"2024-03-22T06:45:20.945872+0000","last_undegraded":"2024-03-22T06:45:20.945872+0000","last_fullsized":"2024-03-22T06:45:20.945872+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.942948+0000","last_change":"2024-03-22T06:45:20.942374+0000","last_active":"2024-03-22T06:45:20.942948+0000","last_peered":"2024-03-22T06:45:20.942948+0000","last_clean":"2024-03-22T06:45:20.942948+0000","last_became_active":"2024-03-22T06:45:20.942067+0000","last_became_peered":"2024-03-22T06:45:20.942067+0000","last_unstale":"2024-03-22T06:45:20.942948+0000","last_undegraded":"2024-03-22T06:45:20.942948+0000","last_fullsized":"2024-03-22T06:45:20.942948+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.31","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.30","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.942646+0000","last_change":"2024-03-22T06:45:20.942092+0000","last_active":"2024-03-22T06:45:20.942646+0000","last_peered":"2024-03-22T06:45:20.942646+0000","last_clean":"2024-03-22T06:45:20.942646+0000","last_became_active":"2024-03-22T06:45:20.941694+0000","last_became_peered":"2024-03-22T06:45:20.941694+0000","last_unstale":"2024-03-22T06:45:20.942646+0000","last_undegraded":"2024-03-22T06:45:20.942646+0000","last_fullsized":"2024-03-22T06:45:20.942646+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.517176+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[4,7],"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-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1d","version":"53'2","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.944324+0000","last_change":"2024-03-22T06:45:20.547131+0000","last_active":"2024-03-22T06:45:20.944324+0000","last_peered":"2024-03-22T06:45:20.944324+0000","last_clean":"2024-03-22T06:45:20.944324+0000","last_became_active":"2024-03-22T06:45:20.541808+0000","last_became_peered":"2024-03-22T06:45:20.541808+0000","last_unstale":"2024-03-22T06:45:20.944324+0000","last_undegraded":"2024-03-22T06:45:20.944324+0000","last_fullsized":"2024-03-22T06:45:20.944324+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1c","version":"53'2","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.943085+0000","last_change":"2024-03-22T06:45:20.546729+0000","last_active":"2024-03-22T06:45:20.943085+0000","last_peered":"2024-03-22T06:45:20.943085+0000","last_clean":"2024-03-22T06:45:20.943085+0000","last_became_active":"2024-03-22T06:45:20.546367+0000","last_became_peered":"2024-03-22T06:45:20.546367+0000","last_unstale":"2024-03-22T06:45:20.943085+0000","last_undegraded":"2024-03-22T06:45:20.943085+0000","last_fullsized":"2024-03-22T06:45:20.943085+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1a","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.947683+0000","last_change":"2024-03-22T06:45:20.947241+0000","last_active":"2024-03-22T06:45:20.947683+0000","last_peered":"2024-03-22T06:45:20.947683+0000","last_clean":"2024-03-22T06:45:20.947683+0000","last_became_active":"2024-03-22T06:45:20.946884+0000","last_became_peered":"2024-03-22T06:45:20.946884+0000","last_unstale":"2024-03-22T06:45:20.947683+0000","last_undegraded":"2024-03-22T06:45:20.947683+0000","last_fullsized":"2024-03-22T06:45:20.947683+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.511999+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.19","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.19","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.512582+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.16","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.15","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.14","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.936935+0000","last_change":"2024-03-22T06:45:20.932232+0000","last_active":"2024-03-22T06:45:20.936935+0000","last_peered":"2024-03-22T06:45:20.936935+0000","last_clean":"2024-03-22T06:45:20.936935+0000","last_became_active":"2024-03-22T06:45:20.931844+0000","last_became_peered":"2024-03-22T06:45:20.931844+0000","last_unstale":"2024-03-22T06:45:20.936935+0000","last_undegraded":"2024-03-22T06:45:20.936935+0000","last_fullsized":"2024-03-22T06:45:20.936935+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.512093+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.957219+0000","last_change":"2024-03-22T06:45:20.948456+0000","last_active":"2024-03-22T06:45:20.957219+0000","last_peered":"2024-03-22T06:45:20.957219+0000","last_clean":"2024-03-22T06:45:20.957219+0000","last_became_active":"2024-03-22T06:45:20.948115+0000","last_became_peered":"2024-03-22T06:45:20.948115+0000","last_unstale":"2024-03-22T06:45:20.957219+0000","last_undegraded":"2024-03-22T06:45:20.957219+0000","last_fullsized":"2024-03-22T06:45:20.957219+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.515393+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[3,4],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.12","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.13","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.957097+0000","last_change":"2024-03-22T06:45:20.948971+0000","last_active":"2024-03-22T06:45:20.957097+0000","last_peered":"2024-03-22T06:45:20.957097+0000","last_clean":"2024-03-22T06:45:20.957097+0000","last_became_active":"2024-03-22T06:45:20.948235+0000","last_became_peered":"2024-03-22T06:45:20.948235+0000","last_unstale":"2024-03-22T06:45:20.957097+0000","last_undegraded":"2024-03-22T06:45:20.957097+0000","last_fullsized":"2024-03-22T06:45:20.957097+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.512098+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.11","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.957130+0000","last_change":"2024-03-22T06:45:20.948948+0000","last_active":"2024-03-22T06:45:20.957130+0000","last_peered":"2024-03-22T06:45:20.957130+0000","last_clean":"2024-03-22T06:45:20.957130+0000","last_became_active":"2024-03-22T06:45:20.948630+0000","last_became_peered":"2024-03-22T06:45:20.948630+0000","last_unstale":"2024-03-22T06:45:20.957130+0000","last_undegraded":"2024-03-22T06:45:20.957130+0000","last_fullsized":"2024-03-22T06:45:20.957130+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.930361+0000","last_change":"2024-03-22T06:45:20.535724+0000","last_active":"2024-03-22T06:45:20.930361+0000","last_peered":"2024-03-22T06:45:20.930361+0000","last_clean":"2024-03-22T06:45:20.930361+0000","last_became_active":"2024-03-22T06:45:20.535377+0000","last_became_peered":"2024-03-22T06:45:20.535377+0000","last_unstale":"2024-03-22T06:45:20.930361+0000","last_undegraded":"2024-03-22T06:45:20.930361+0000","last_fullsized":"2024-03-22T06:45:20.930361+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.957094+0000","last_change":"2024-03-22T06:45:20.955457+0000","last_active":"2024-03-22T06:45:20.957094+0000","last_peered":"2024-03-22T06:45:20.957094+0000","last_clean":"2024-03-22T06:45:20.957094+0000","last_became_active":"2024-03-22T06:45:20.955148+0000","last_became_peered":"2024-03-22T06:45:20.955148+0000","last_unstale":"2024-03-22T06:45:20.957094+0000","last_undegraded":"2024-03-22T06:45:20.957094+0000","last_fullsized":"2024-03-22T06:45:20.957094+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.3","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.947553+0000","last_change":"2024-03-22T06:45:20.944961+0000","last_active":"2024-03-22T06:45:20.947553+0000","last_peered":"2024-03-22T06:45:20.947553+0000","last_clean":"2024-03-22T06:45:20.947553+0000","last_became_active":"2024-03-22T06:45:20.944071+0000","last_became_peered":"2024-03-22T06:45:20.944071+0000","last_unstale":"2024-03-22T06:45:20.947553+0000","last_undegraded":"2024-03-22T06:45:20.947553+0000","last_fullsized":"2024-03-22T06:45:20.947553+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"0'0","reported_seq":14,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.927655+0000","last_change":"2024-03-22T06:45:03.996816+0000","last_active":"2024-03-22T06:45:20.927655+0000","last_peered":"2024-03-22T06:45:20.927655+0000","last_clean":"2024-03-22T06:45:20.927655+0000","last_became_active":"2024-03-22T06:45:03.996486+0000","last_became_peered":"2024-03-22T06:45:03.996486+0000","last_unstale":"2024-03-22T06:45:20.927655+0000","last_undegraded":"2024-03-22T06:45:20.927655+0000","last_fullsized":"2024-03-22T06:45:20.927655+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-03-22T06:42:53.460139+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:42:53.460139+0000","last_clean_scrub_stamp":"2024-03-22T06:42:53.460139+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.0","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.927772+0000","last_change":"2024-03-22T06:45:20.548776+0000","last_active":"2024-03-22T06:45:20.927772+0000","last_peered":"2024-03-22T06:45:20.927772+0000","last_clean":"2024-03-22T06:45:20.927772+0000","last_became_active":"2024-03-22T06:45:20.548419+0000","last_became_peered":"2024-03-22T06:45:20.548419+0000","last_unstale":"2024-03-22T06:45:20.927772+0000","last_undegraded":"2024-03-22T06:45:20.927772+0000","last_fullsized":"2024-03-22T06:45:20.927772+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.929203+0000","last_change":"2024-03-22T06:45:20.538550+0000","last_active":"2024-03-22T06:45:20.929203+0000","last_peered":"2024-03-22T06:45:20.929203+0000","last_clean":"2024-03-22T06:45:20.929203+0000","last_became_active":"2024-03-22T06:45:20.538204+0000","last_became_peered":"2024-03-22T06:45:20.538204+0000","last_unstale":"2024-03-22T06:45:20.929203+0000","last_undegraded":"2024-03-22T06:45:20.929203+0000","last_fullsized":"2024-03-22T06:45:20.929203+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.512075+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.8","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.927627+0000","last_change":"2024-03-22T06:45:20.540839+0000","last_active":"2024-03-22T06:45:20.927627+0000","last_peered":"2024-03-22T06:45:20.927627+0000","last_clean":"2024-03-22T06:45:20.927627+0000","last_became_active":"2024-03-22T06:45:20.539921+0000","last_became_peered":"2024-03-22T06:45:20.539921+0000","last_unstale":"2024-03-22T06:45:20.927627+0000","last_undegraded":"2024-03-22T06:45:20.927627+0000","last_fullsized":"2024-03-22T06:45:20.927627+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.937156+0000","last_change":"2024-03-22T06:45:20.932379+0000","last_active":"2024-03-22T06:45:20.937156+0000","last_peered":"2024-03-22T06:45:20.937156+0000","last_clean":"2024-03-22T06:45:20.937156+0000","last_became_active":"2024-03-22T06:45:20.932026+0000","last_became_peered":"2024-03-22T06:45:20.932026+0000","last_unstale":"2024-03-22T06:45:20.937156+0000","last_undegraded":"2024-03-22T06:45:20.937156+0000","last_fullsized":"2024-03-22T06:45:20.937156+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.8","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.949554+0000","last_change":"2024-03-22T06:45:20.550106+0000","last_active":"2024-03-22T06:45:20.949554+0000","last_peered":"2024-03-22T06:45:20.949554+0000","last_clean":"2024-03-22T06:45:20.949554+0000","last_became_active":"2024-03-22T06:45:20.549657+0000","last_became_peered":"2024-03-22T06:45:20.549657+0000","last_unstale":"2024-03-22T06:45:20.949554+0000","last_undegraded":"2024-03-22T06:45:20.949554+0000","last_fullsized":"2024-03-22T06:45:20.949554+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.d","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.942815+0000","last_change":"2024-03-22T06:45:20.942195+0000","last_active":"2024-03-22T06:45:20.942815+0000","last_peered":"2024-03-22T06:45:20.942815+0000","last_clean":"2024-03-22T06:45:20.942815+0000","last_became_active":"2024-03-22T06:45:20.941872+0000","last_became_peered":"2024-03-22T06:45:20.941872+0000","last_unstale":"2024-03-22T06:45:20.942815+0000","last_undegraded":"2024-03-22T06:45:20.942815+0000","last_fullsized":"2024-03-22T06:45:20.942815+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:19.485387+0000","last_change":"2024-03-22T06:45:19.485387+0000","last_active":"2024-03-22T06:45:19.485387+0000","last_peered":"2024-03-22T06:45:19.485387+0000","last_clean":"2024-03-22T06:45:19.485387+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:19.485387+0000","last_undegraded":"2024-03-22T06:45:19.485387+0000","last_fullsized":"2024-03-22T06:45:19.485387+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.f","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.957247+0000","last_change":"2024-03-22T06:45:20.948795+0000","last_active":"2024-03-22T06:45:20.957247+0000","last_peered":"2024-03-22T06:45:20.957247+0000","last_clean":"2024-03-22T06:45:20.957247+0000","last_became_active":"2024-03-22T06:45:20.948449+0000","last_became_peered":"2024-03-22T06:45:20.948449+0000","last_unstale":"2024-03-22T06:45:20.957247+0000","last_undegraded":"2024-03-22T06:45:20.957247+0000","last_fullsized":"2024-03-22T06:45:20.957247+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.23","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.24","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.26","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.29","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-03-22T06:45:20.509935+0000","last_change":"2024-03-22T06:45:20.509935+0000","last_active":"2024-03-22T06:45:20.509935+0000","last_peered":"2024-03-22T06:45:20.509935+0000","last_clean":"2024-03-22T06:45:20.509935+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-03-22T06:45:20.509935+0000","last_undegraded":"2024-03-22T06:45:20.509935+0000","last_fullsized":"2024-03-22T06:45:20.509935+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":48,"acting":48,"num_store_stats":2},{"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":22,"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":8,"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":3,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":24576,"data_stored":1256,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":7,"ondisk_log_size":7,"up":42,"acting":42,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":48,"seq":206158430214,"num_pgs":1,"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"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.29499999999999998}]},{"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.33500000000000002}]},{"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.499}]},{"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.46200000000000002}]},{"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.41499999999999998}]},{"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.38900000000000001}]},{"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.45100000000000001}]}]},{"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":297560,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447592,"statfs":{"total":95995035648,"available":95690334208,"internally_reserved":0,"allocated":475136,"data_stored":189244,"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.40799999999999997}]},{"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.46000000000000002}]},{"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.52000000000000002}]},{"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.57699999999999996}]},{"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.61399999999999999}]},{"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.67000000000000004}]},{"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.69099999999999995}]}]},{"osd":1,"up_from":13,"seq":55834574884,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":297556,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447596,"statfs":{"total":95995035648,"available":95690338304,"internally_reserved":0,"allocated":471040,"data_stored":188929,"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":"Fri Mar 22 06:44:30 2024","interfaces":[{"interface":"back","average":{"1min":0.39500000000000002,"5min":0.33300000000000002,"15min":0.32300000000000001},"min":{"1min":0.27900000000000003,"5min":0.214,"15min":0.214},"max":{"1min":0.503,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.26800000000000002},{"interface":"front","average":{"1min":0.432,"5min":0.32800000000000001,"15min":0.311},"min":{"1min":0.32500000000000001,"5min":0.189,"15min":0.189},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.37}]},{"osd":2,"last update":"Fri Mar 22 06:44:53 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.39600000000000002,"15min":0.39100000000000001},"min":{"1min":0.26500000000000001,"5min":0.245,"15min":0.245},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.40799999999999997,"15min":0.40000000000000002},"min":{"1min":0.32700000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.317}]},{"osd":3,"last update":"Fri Mar 22 06:44:20 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.29199999999999998}]},{"osd":4,"last update":"Fri Mar 22 06:44:43 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.996,"5min":0.996,"15min":0.996},"last":0.66600000000000004}]},{"osd":5,"last update":"Fri Mar 22 06:45:08 2024","interfaces":[{"interface":"back","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.56100000000000005}]},{"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.57199999999999995}]},{"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.61099999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297560,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447592,"statfs":{"total":95995035648,"available":95690334208,"internally_reserved":0,"allocated":475136,"data_stored":189244,"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":"Fri Mar 22 06:44:30 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.32100000000000001,"15min":0.31},"min":{"1min":0.27100000000000002,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.438,"5min":0.34000000000000002,"15min":0.32400000000000001},"min":{"1min":0.30499999999999999,"5min":0.215,"15min":0.215},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.27500000000000002}]},{"osd":2,"last update":"Fri Mar 22 06:45:00 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.38300000000000001,"15min":0.377},"min":{"1min":0.307,"5min":0.249,"15min":0.249},"max":{"1min":0.63100000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.316},{"interface":"front","average":{"1min":0.436,"5min":0.376,"15min":0.36599999999999999},"min":{"1min":0.307,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.28999999999999998}]},{"osd":3,"last update":"Fri Mar 22 06:44:20 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.33000000000000002}]},{"osd":4,"last update":"Fri Mar 22 06:44:44 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.63300000000000001}]},{"osd":5,"last update":"Fri Mar 22 06:45:10 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.59499999999999997}]},{"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.69599999999999995}]},{"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.65300000000000002}]}]},{"osd":2,"up_from":18,"seq":77309411360,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":297560,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447592,"statfs":{"total":95995035648,"available":95690334208,"internally_reserved":0,"allocated":475136,"data_stored":189244,"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":"Fri Mar 22 06:44:55 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.35099999999999998,"15min":0.34300000000000003},"min":{"1min":0.29599999999999999,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.39700000000000002,"15min":0.38900000000000001},"min":{"1min":0.26600000000000001,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.42999999999999999}]},{"osd":1,"last update":"Fri Mar 22 06:44:55 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.42199999999999999,"15min":0.41399999999999998},"min":{"1min":0.29799999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.307},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.41899999999999998,"15min":0.41199999999999998},"min":{"1min":0.33300000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.36799999999999999}]},{"osd":3,"last update":"Fri Mar 22 06:44:19 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.35699999999999998}]},{"osd":4,"last update":"Fri Mar 22 06:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.5}]},{"osd":5,"last update":"Fri Mar 22 06:45:09 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.51900000000000002}]},{"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.50900000000000001}]},{"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.54800000000000004}]}]},{"osd":3,"up_from":25,"seq":107374182427,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":297560,"kb_used_data":464,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447592,"statfs":{"total":95995035648,"available":95690334208,"internally_reserved":0,"allocated":475136,"data_stored":189244,"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":"Fri Mar 22 06:44:17 2024","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.61599999999999999}]},{"osd":1,"last update":"Fri Mar 22 06:44:17 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.53600000000000003}]},{"osd":2,"last update":"Fri Mar 22 06:44:17 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.58499999999999996}]},{"osd":4,"last update":"Fri Mar 22 06:44:45 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.57299999999999995}]},{"osd":5,"last update":"Fri Mar 22 06:45:11 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.55500000000000005}]},{"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.73499999999999999}]},{"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.69299999999999995}]}]},{"osd":4,"up_from":30,"seq":128849018903,"num_pgs":1,"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":209877,"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":"Fri Mar 22 06:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.65600000000000003}]},{"osd":1,"last update":"Fri Mar 22 06:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.54900000000000004}]},{"osd":2,"last update":"Fri Mar 22 06:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.497}]},{"osd":3,"last update":"Fri Mar 22 06:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.52900000000000003}]},{"osd":5,"last update":"Fri Mar 22 06:45:08 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.621}]},{"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.70299999999999996}]},{"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.68100000000000005}]}]},{"osd":5,"up_from":36,"seq":154618822673,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":297556,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447596,"statfs":{"total":95995035648,"available":95690338304,"internally_reserved":0,"allocated":471040,"data_stored":188929,"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":"Fri Mar 22 06:45:10 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.371}]},{"osd":1,"last update":"Fri Mar 22 06:45:10 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.32400000000000001}]},{"osd":2,"last update":"Fri Mar 22 06:45:10 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.315},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.47699999999999998}]},{"osd":3,"last update":"Fri Mar 22 06:45:10 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.58399999999999996}]},{"osd":4,"last update":"Fri Mar 22 06:45:10 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.44600000000000001}]},{"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.51600000000000001}]},{"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.46400000000000002}]}]}],"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":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":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":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":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-03-22T06:45:24.970 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-03-22T06:45:25.311 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:45:25.313 INFO:teuthology.orchestra.run.smithi023.stderr:dumped all 2024-03-22T06:45:25.322 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:23.945877+0000 mon.a (mon.0) 600 : audit [INF] from='client.? 172.21.15.23:0/3323229162' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2024-03-22T06:45:25.322 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:23.945991+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-03-22T06:45:25.322 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:24.314919+0000 mon.a (mon.0) 602 : audit [DBG] from='client.? 172.21.15.23:0/1107651762' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:45:25.322 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:24.631159+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.23:0/2089322161' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:25.322 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:23.945877+0000 mon.a (mon.0) 600 : audit [INF] from='client.? 172.21.15.23:0/3323229162' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2024-03-22T06:45:25.323 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:23.945991+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-03-22T06:45:25.323 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:24.314919+0000 mon.a (mon.0) 602 : audit [DBG] from='client.? 172.21.15.23:0/1107651762' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:45:25.323 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:24.631159+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.23:0/2089322161' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:25.324 INFO:teuthology.orchestra.run.smithi023.stdout:{"pg_ready":true,"pg_map":{"version":186,"stamp":"2024-03-22T06:45:25.204114+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":2306,"num_objects":21,"num_object_clones":0,"num_object_copies":63,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":21,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":44,"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":13,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":38,"ondisk_log_size":38,"up":291,"acting":291,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":156,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2380932,"kb_used_data":4164,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747580284,"statfs":{"total":767960285184,"available":765522210816,"internally_reserved":0,"allocated":4263936,"data_stored":1720151,"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":13,"apply_latency_ms":13,"commit_latency_ns":13000000,"apply_latency_ns":13000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":2284,"num_objects":17,"num_object_clones":0,"num_object_copies":51,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":17,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":36,"num_write_kb":12,"num_scrub_errors":0,"num_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":"2.000360"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.956659+0000","last_change":"2024-03-22T06:45:20.946458+0000","last_active":"2024-03-22T06:45:20.956659+0000","last_peered":"2024-03-22T06:45:20.956659+0000","last_clean":"2024-03-22T06:45:20.956659+0000","last_became_active":"2024-03-22T06:45:20.944770+0000","last_became_peered":"2024-03-22T06:45:20.944770+0000","last_unstale":"2024-03-22T06:45:20.956659+0000","last_undegraded":"2024-03-22T06:45:20.956659+0000","last_fullsized":"2024-03-22T06:45:20.956659+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.959180+0000","last_change":"2024-03-22T06:45:20.958827+0000","last_active":"2024-03-22T06:45:20.959180+0000","last_peered":"2024-03-22T06:45:20.959180+0000","last_clean":"2024-03-22T06:45:20.959180+0000","last_became_active":"2024-03-22T06:45:20.958504+0000","last_became_peered":"2024-03-22T06:45:20.958504+0000","last_unstale":"2024-03-22T06:45:20.959180+0000","last_undegraded":"2024-03-22T06:45:20.959180+0000","last_fullsized":"2024-03-22T06:45:20.959180+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.956552+0000","last_change":"2024-03-22T06:45:20.949584+0000","last_active":"2024-03-22T06:45:20.956552+0000","last_peered":"2024-03-22T06:45:20.956552+0000","last_clean":"2024-03-22T06:45:20.956552+0000","last_became_active":"2024-03-22T06:45:20.949283+0000","last_became_peered":"2024-03-22T06:45:20.949283+0000","last_unstale":"2024-03-22T06:45:20.956552+0000","last_undegraded":"2024-03-22T06:45:20.956552+0000","last_fullsized":"2024-03-22T06:45:20.956552+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.945988+0000","last_change":"2024-03-22T06:45:20.945398+0000","last_active":"2024-03-22T06:45:20.945988+0000","last_peered":"2024-03-22T06:45:20.945988+0000","last_clean":"2024-03-22T06:45:20.945988+0000","last_became_active":"2024-03-22T06:45:20.945071+0000","last_became_peered":"2024-03-22T06:45:20.945071+0000","last_unstale":"2024-03-22T06:45:20.945988+0000","last_undegraded":"2024-03-22T06:45:20.945988+0000","last_fullsized":"2024-03-22T06:45:20.945988+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.957119+0000","last_change":"2024-03-22T06:45:20.949297+0000","last_active":"2024-03-22T06:45:20.957119+0000","last_peered":"2024-03-22T06:45:20.957119+0000","last_clean":"2024-03-22T06:45:20.957119+0000","last_became_active":"2024-03-22T06:45:20.948677+0000","last_became_peered":"2024-03-22T06:45:20.948677+0000","last_unstale":"2024-03-22T06:45:20.957119+0000","last_undegraded":"2024-03-22T06:45:20.957119+0000","last_fullsized":"2024-03-22T06:45:20.957119+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.945264+0000","last_change":"2024-03-22T06:45:20.944468+0000","last_active":"2024-03-22T06:45:20.945264+0000","last_peered":"2024-03-22T06:45:20.945264+0000","last_clean":"2024-03-22T06:45:20.945264+0000","last_became_active":"2024-03-22T06:45:20.944124+0000","last_became_peered":"2024-03-22T06:45:20.944124+0000","last_unstale":"2024-03-22T06:45:20.945264+0000","last_undegraded":"2024-03-22T06:45:20.945264+0000","last_fullsized":"2024-03-22T06:45:20.945264+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.957143+0000","last_change":"2024-03-22T06:45:20.950873+0000","last_active":"2024-03-22T06:45:20.957143+0000","last_peered":"2024-03-22T06:45:20.957143+0000","last_clean":"2024-03-22T06:45:20.957143+0000","last_became_active":"2024-03-22T06:45:20.950377+0000","last_became_peered":"2024-03-22T06:45:20.950377+0000","last_unstale":"2024-03-22T06:45:20.957143+0000","last_undegraded":"2024-03-22T06:45:20.957143+0000","last_fullsized":"2024-03-22T06:45:20.957143+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.954200+0000","last_change":"2024-03-22T06:45:20.953509+0000","last_active":"2024-03-22T06:45:20.954200+0000","last_peered":"2024-03-22T06:45:20.954200+0000","last_clean":"2024-03-22T06:45:20.954200+0000","last_became_active":"2024-03-22T06:45:20.953171+0000","last_became_peered":"2024-03-22T06:45:20.953171+0000","last_unstale":"2024-03-22T06:45:20.954200+0000","last_undegraded":"2024-03-22T06:45:20.954200+0000","last_fullsized":"2024-03-22T06:45:20.954200+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.945872+0000","last_change":"2024-03-22T06:45:20.945244+0000","last_active":"2024-03-22T06:45:20.945872+0000","last_peered":"2024-03-22T06:45:20.945872+0000","last_clean":"2024-03-22T06:45:20.945872+0000","last_became_active":"2024-03-22T06:45:20.944263+0000","last_became_peered":"2024-03-22T06:45:20.944263+0000","last_unstale":"2024-03-22T06:45:20.945872+0000","last_undegraded":"2024-03-22T06:45:20.945872+0000","last_fullsized":"2024-03-22T06:45:20.945872+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.953759+0000","last_change":"2024-03-22T06:45:20.953542+0000","last_active":"2024-03-22T06:45:20.953759+0000","last_peered":"2024-03-22T06:45:20.953759+0000","last_clean":"2024-03-22T06:45:20.953759+0000","last_became_active":"2024-03-22T06:45:20.953293+0000","last_became_peered":"2024-03-22T06:45:20.953293+0000","last_unstale":"2024-03-22T06:45:20.953759+0000","last_undegraded":"2024-03-22T06:45:20.953759+0000","last_fullsized":"2024-03-22T06:45:20.953759+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.953080+0000","last_change":"2024-03-22T06:45:20.951315+0000","last_active":"2024-03-22T06:45:20.953080+0000","last_peered":"2024-03-22T06:45:20.953080+0000","last_clean":"2024-03-22T06:45:20.953080+0000","last_became_active":"2024-03-22T06:45:20.950706+0000","last_became_peered":"2024-03-22T06:45:20.950706+0000","last_unstale":"2024-03-22T06:45:20.953080+0000","last_undegraded":"2024-03-22T06:45:20.953080+0000","last_fullsized":"2024-03-22T06:45:20.953080+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.942948+0000","last_change":"2024-03-22T06:45:20.942374+0000","last_active":"2024-03-22T06:45:20.942948+0000","last_peered":"2024-03-22T06:45:20.942948+0000","last_clean":"2024-03-22T06:45:20.942948+0000","last_became_active":"2024-03-22T06:45:20.942067+0000","last_became_peered":"2024-03-22T06:45:20.942067+0000","last_unstale":"2024-03-22T06:45:20.942948+0000","last_undegraded":"2024-03-22T06:45:20.942948+0000","last_fullsized":"2024-03-22T06:45:20.942948+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.955842+0000","last_change":"2024-03-22T06:45:20.954210+0000","last_active":"2024-03-22T06:45:20.955842+0000","last_peered":"2024-03-22T06:45:20.955842+0000","last_clean":"2024-03-22T06:45:20.955842+0000","last_became_active":"2024-03-22T06:45:20.953874+0000","last_became_peered":"2024-03-22T06:45:20.953874+0000","last_unstale":"2024-03-22T06:45:20.955842+0000","last_undegraded":"2024-03-22T06:45:20.955842+0000","last_fullsized":"2024-03-22T06:45:20.955842+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.951757+0000","last_change":"2024-03-22T06:45:20.945045+0000","last_active":"2024-03-22T06:45:20.951757+0000","last_peered":"2024-03-22T06:45:20.951757+0000","last_clean":"2024-03-22T06:45:20.951757+0000","last_became_active":"2024-03-22T06:45:20.944766+0000","last_became_peered":"2024-03-22T06:45:20.944766+0000","last_unstale":"2024-03-22T06:45:20.951757+0000","last_undegraded":"2024-03-22T06:45:20.951757+0000","last_fullsized":"2024-03-22T06:45:20.951757+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.945508+0000","last_change":"2024-03-22T06:45:20.945084+0000","last_active":"2024-03-22T06:45:20.945508+0000","last_peered":"2024-03-22T06:45:20.945508+0000","last_clean":"2024-03-22T06:45:20.945508+0000","last_became_active":"2024-03-22T06:45:20.944688+0000","last_became_peered":"2024-03-22T06:45:20.944688+0000","last_unstale":"2024-03-22T06:45:20.945508+0000","last_undegraded":"2024-03-22T06:45:20.945508+0000","last_fullsized":"2024-03-22T06:45:20.945508+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.945744+0000","last_change":"2024-03-22T06:45:20.944737+0000","last_active":"2024-03-22T06:45:20.945744+0000","last_peered":"2024-03-22T06:45:20.945744+0000","last_clean":"2024-03-22T06:45:20.945744+0000","last_became_active":"2024-03-22T06:45:20.944434+0000","last_became_peered":"2024-03-22T06:45:20.944434+0000","last_unstale":"2024-03-22T06:45:20.945744+0000","last_undegraded":"2024-03-22T06:45:20.945744+0000","last_fullsized":"2024-03-22T06:45:20.945744+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.940354+0000","last_change":"2024-03-22T06:45:20.935945+0000","last_active":"2024-03-22T06:45:20.940354+0000","last_peered":"2024-03-22T06:45:20.940354+0000","last_clean":"2024-03-22T06:45:20.940354+0000","last_became_active":"2024-03-22T06:45:20.935625+0000","last_became_peered":"2024-03-22T06:45:20.935625+0000","last_unstale":"2024-03-22T06:45:20.940354+0000","last_undegraded":"2024-03-22T06:45:20.940354+0000","last_fullsized":"2024-03-22T06:45:20.940354+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.936167+0000","last_change":"2024-03-22T06:45:20.935354+0000","last_active":"2024-03-22T06:45:20.936167+0000","last_peered":"2024-03-22T06:45:20.936167+0000","last_clean":"2024-03-22T06:45:20.936167+0000","last_became_active":"2024-03-22T06:45:20.935025+0000","last_became_peered":"2024-03-22T06:45:20.935025+0000","last_unstale":"2024-03-22T06:45:20.936167+0000","last_undegraded":"2024-03-22T06:45:20.936167+0000","last_fullsized":"2024-03-22T06:45:20.936167+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.942646+0000","last_change":"2024-03-22T06:45:20.942092+0000","last_active":"2024-03-22T06:45:20.942646+0000","last_peered":"2024-03-22T06:45:20.942646+0000","last_clean":"2024-03-22T06:45:20.942646+0000","last_became_active":"2024-03-22T06:45:20.941694+0000","last_became_peered":"2024-03-22T06:45:20.941694+0000","last_unstale":"2024-03-22T06:45:20.942646+0000","last_undegraded":"2024-03-22T06:45:20.942646+0000","last_fullsized":"2024-03-22T06:45:20.942646+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.948525+0000","last_change":"2024-03-22T06:45:20.542603+0000","last_active":"2024-03-22T06:45:20.948525+0000","last_peered":"2024-03-22T06:45:20.948525+0000","last_clean":"2024-03-22T06:45:20.948525+0000","last_became_active":"2024-03-22T06:45:20.542023+0000","last_became_peered":"2024-03-22T06:45:20.542023+0000","last_unstale":"2024-03-22T06:45:20.948525+0000","last_undegraded":"2024-03-22T06:45:20.948525+0000","last_fullsized":"2024-03-22T06:45:20.948525+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.954283+0000","last_change":"2024-03-22T06:45:20.953560+0000","last_active":"2024-03-22T06:45:20.954283+0000","last_peered":"2024-03-22T06:45:20.954283+0000","last_clean":"2024-03-22T06:45:20.954283+0000","last_became_active":"2024-03-22T06:45:20.953264+0000","last_became_peered":"2024-03-22T06:45:20.953264+0000","last_unstale":"2024-03-22T06:45:20.954283+0000","last_undegraded":"2024-03-22T06:45:20.954283+0000","last_fullsized":"2024-03-22T06:45:20.954283+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.941218+0000","last_change":"2024-03-22T06:45:20.544964+0000","last_active":"2024-03-22T06:45:20.941218+0000","last_peered":"2024-03-22T06:45:20.941218+0000","last_clean":"2024-03-22T06:45:20.941218+0000","last_became_active":"2024-03-22T06:45:20.544632+0000","last_became_peered":"2024-03-22T06:45:20.544632+0000","last_unstale":"2024-03-22T06:45:20.941218+0000","last_undegraded":"2024-03-22T06:45:20.941218+0000","last_fullsized":"2024-03-22T06:45:20.941218+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.943894+0000","last_change":"2024-03-22T06:45:20.942653+0000","last_active":"2024-03-22T06:45:20.943894+0000","last_peered":"2024-03-22T06:45:20.943894+0000","last_clean":"2024-03-22T06:45:20.943894+0000","last_became_active":"2024-03-22T06:45:20.942151+0000","last_became_peered":"2024-03-22T06:45:20.942151+0000","last_unstale":"2024-03-22T06:45:20.943894+0000","last_undegraded":"2024-03-22T06:45:20.943894+0000","last_fullsized":"2024-03-22T06:45:20.943894+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.944324+0000","last_change":"2024-03-22T06:45:20.547131+0000","last_active":"2024-03-22T06:45:20.944324+0000","last_peered":"2024-03-22T06:45:20.944324+0000","last_clean":"2024-03-22T06:45:20.944324+0000","last_became_active":"2024-03-22T06:45:20.541808+0000","last_became_peered":"2024-03-22T06:45:20.541808+0000","last_unstale":"2024-03-22T06:45:20.944324+0000","last_undegraded":"2024-03-22T06:45:20.944324+0000","last_fullsized":"2024-03-22T06:45:20.944324+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.949319+0000","last_change":"2024-03-22T06:45:20.948783+0000","last_active":"2024-03-22T06:45:20.949319+0000","last_peered":"2024-03-22T06:45:20.949319+0000","last_clean":"2024-03-22T06:45:20.949319+0000","last_became_active":"2024-03-22T06:45:20.948411+0000","last_became_peered":"2024-03-22T06:45:20.948411+0000","last_unstale":"2024-03-22T06:45:20.949319+0000","last_undegraded":"2024-03-22T06:45:20.949319+0000","last_fullsized":"2024-03-22T06:45:20.949319+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.943085+0000","last_change":"2024-03-22T06:45:20.546729+0000","last_active":"2024-03-22T06:45:20.943085+0000","last_peered":"2024-03-22T06:45:20.943085+0000","last_clean":"2024-03-22T06:45:20.943085+0000","last_became_active":"2024-03-22T06:45:20.546367+0000","last_became_peered":"2024-03-22T06:45:20.546367+0000","last_unstale":"2024-03-22T06:45:20.943085+0000","last_undegraded":"2024-03-22T06:45:20.943085+0000","last_fullsized":"2024-03-22T06:45:20.943085+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.952710+0000","last_change":"2024-03-22T06:45:20.951148+0000","last_active":"2024-03-22T06:45:20.952710+0000","last_peered":"2024-03-22T06:45:20.952710+0000","last_clean":"2024-03-22T06:45:20.952710+0000","last_became_active":"2024-03-22T06:45:20.950848+0000","last_became_peered":"2024-03-22T06:45:20.950848+0000","last_unstale":"2024-03-22T06:45:20.952710+0000","last_undegraded":"2024-03-22T06:45:20.952710+0000","last_fullsized":"2024-03-22T06:45:20.952710+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.953709+0000","last_change":"2024-03-22T06:45:20.546749+0000","last_active":"2024-03-22T06:45:20.953709+0000","last_peered":"2024-03-22T06:45:20.953709+0000","last_clean":"2024-03-22T06:45:20.953709+0000","last_became_active":"2024-03-22T06:45:20.546414+0000","last_became_peered":"2024-03-22T06:45:20.546414+0000","last_unstale":"2024-03-22T06:45:20.953709+0000","last_undegraded":"2024-03-22T06:45:20.953709+0000","last_fullsized":"2024-03-22T06:45:20.953709+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.947683+0000","last_change":"2024-03-22T06:45:20.947241+0000","last_active":"2024-03-22T06:45:20.947683+0000","last_peered":"2024-03-22T06:45:20.947683+0000","last_clean":"2024-03-22T06:45:20.947683+0000","last_became_active":"2024-03-22T06:45:20.946884+0000","last_became_peered":"2024-03-22T06:45:20.946884+0000","last_unstale":"2024-03-22T06:45:20.947683+0000","last_undegraded":"2024-03-22T06:45:20.947683+0000","last_fullsized":"2024-03-22T06:45:20.947683+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.921521+0000","last_change":"2024-03-22T06:45:20.540071+0000","last_active":"2024-03-22T06:45:20.921521+0000","last_peered":"2024-03-22T06:45:20.921521+0000","last_clean":"2024-03-22T06:45:20.921521+0000","last_became_active":"2024-03-22T06:45:20.539720+0000","last_became_peered":"2024-03-22T06:45:20.539720+0000","last_unstale":"2024-03-22T06:45:20.921521+0000","last_undegraded":"2024-03-22T06:45:20.921521+0000","last_fullsized":"2024-03-22T06:45:20.921521+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.951793+0000","last_change":"2024-03-22T06:45:20.947614+0000","last_active":"2024-03-22T06:45:20.951793+0000","last_peered":"2024-03-22T06:45:20.951793+0000","last_clean":"2024-03-22T06:45:20.951793+0000","last_became_active":"2024-03-22T06:45:20.947237+0000","last_became_peered":"2024-03-22T06:45:20.947237+0000","last_unstale":"2024-03-22T06:45:20.951793+0000","last_undegraded":"2024-03-22T06:45:20.951793+0000","last_fullsized":"2024-03-22T06:45:20.951793+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.929578+0000","last_change":"2024-03-22T06:45:20.545843+0000","last_active":"2024-03-22T06:45:20.929578+0000","last_peered":"2024-03-22T06:45:20.929578+0000","last_clean":"2024-03-22T06:45:20.929578+0000","last_became_active":"2024-03-22T06:45:20.545537+0000","last_became_peered":"2024-03-22T06:45:20.545537+0000","last_unstale":"2024-03-22T06:45:20.929578+0000","last_undegraded":"2024-03-22T06:45:20.929578+0000","last_fullsized":"2024-03-22T06:45:20.929578+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.954891+0000","last_change":"2024-03-22T06:45:20.953649+0000","last_active":"2024-03-22T06:45:20.954891+0000","last_peered":"2024-03-22T06:45:20.954891+0000","last_clean":"2024-03-22T06:45:20.954891+0000","last_became_active":"2024-03-22T06:45:20.953355+0000","last_became_peered":"2024-03-22T06:45:20.953355+0000","last_unstale":"2024-03-22T06:45:20.954891+0000","last_undegraded":"2024-03-22T06:45:20.954891+0000","last_fullsized":"2024-03-22T06:45:20.954891+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.925445+0000","last_change":"2024-03-22T06:45:20.544305+0000","last_active":"2024-03-22T06:45:20.925445+0000","last_peered":"2024-03-22T06:45:20.925445+0000","last_clean":"2024-03-22T06:45:20.925445+0000","last_became_active":"2024-03-22T06:45:20.543953+0000","last_became_peered":"2024-03-22T06:45:20.543953+0000","last_unstale":"2024-03-22T06:45:20.925445+0000","last_undegraded":"2024-03-22T06:45:20.925445+0000","last_fullsized":"2024-03-22T06:45:20.925445+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.958963+0000","last_change":"2024-03-22T06:45:20.957941+0000","last_active":"2024-03-22T06:45:20.958963+0000","last_peered":"2024-03-22T06:45:20.958963+0000","last_clean":"2024-03-22T06:45:20.958963+0000","last_became_active":"2024-03-22T06:45:20.957464+0000","last_became_peered":"2024-03-22T06:45:20.957464+0000","last_unstale":"2024-03-22T06:45:20.958963+0000","last_undegraded":"2024-03-22T06:45:20.958963+0000","last_fullsized":"2024-03-22T06:45:20.958963+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.916492+0000","last_change":"2024-03-22T06:45:20.545367+0000","last_active":"2024-03-22T06:45:20.916492+0000","last_peered":"2024-03-22T06:45:20.916492+0000","last_clean":"2024-03-22T06:45:20.916492+0000","last_became_active":"2024-03-22T06:45:20.544985+0000","last_became_peered":"2024-03-22T06:45:20.544985+0000","last_unstale":"2024-03-22T06:45:20.916492+0000","last_undegraded":"2024-03-22T06:45:20.916492+0000","last_fullsized":"2024-03-22T06:45:20.916492+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.957595+0000","last_change":"2024-03-22T06:45:20.955936+0000","last_active":"2024-03-22T06:45:20.957595+0000","last_peered":"2024-03-22T06:45:20.957595+0000","last_clean":"2024-03-22T06:45:20.957595+0000","last_became_active":"2024-03-22T06:45:20.955634+0000","last_became_peered":"2024-03-22T06:45:20.955634+0000","last_unstale":"2024-03-22T06:45:20.957595+0000","last_undegraded":"2024-03-22T06:45:20.957595+0000","last_fullsized":"2024-03-22T06:45:20.957595+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.927330+0000","last_change":"2024-03-22T06:45:20.548503+0000","last_active":"2024-03-22T06:45:20.927330+0000","last_peered":"2024-03-22T06:45:20.927330+0000","last_clean":"2024-03-22T06:45:20.927330+0000","last_became_active":"2024-03-22T06:45:20.548272+0000","last_became_peered":"2024-03-22T06:45:20.548272+0000","last_unstale":"2024-03-22T06:45:20.927330+0000","last_undegraded":"2024-03-22T06:45:20.927330+0000","last_fullsized":"2024-03-22T06:45:20.927330+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.943914+0000","last_change":"2024-03-22T06:45:20.942969+0000","last_active":"2024-03-22T06:45:20.943914+0000","last_peered":"2024-03-22T06:45:20.943914+0000","last_clean":"2024-03-22T06:45:20.943914+0000","last_became_active":"2024-03-22T06:45:20.942684+0000","last_became_peered":"2024-03-22T06:45:20.942684+0000","last_unstale":"2024-03-22T06:45:20.943914+0000","last_undegraded":"2024-03-22T06:45:20.943914+0000","last_fullsized":"2024-03-22T06:45:20.943914+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.960251+0000","last_change":"2024-03-22T06:45:20.548207+0000","last_active":"2024-03-22T06:45:20.960251+0000","last_peered":"2024-03-22T06:45:20.960251+0000","last_clean":"2024-03-22T06:45:20.960251+0000","last_became_active":"2024-03-22T06:45:20.547635+0000","last_became_peered":"2024-03-22T06:45:20.547635+0000","last_unstale":"2024-03-22T06:45:20.960251+0000","last_undegraded":"2024-03-22T06:45:20.960251+0000","last_fullsized":"2024-03-22T06:45:20.960251+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.936935+0000","last_change":"2024-03-22T06:45:20.932232+0000","last_active":"2024-03-22T06:45:20.936935+0000","last_peered":"2024-03-22T06:45:20.936935+0000","last_clean":"2024-03-22T06:45:20.936935+0000","last_became_active":"2024-03-22T06:45:20.931844+0000","last_became_peered":"2024-03-22T06:45:20.931844+0000","last_unstale":"2024-03-22T06:45:20.936935+0000","last_undegraded":"2024-03-22T06:45:20.936935+0000","last_fullsized":"2024-03-22T06:45:20.936935+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.958036+0000","last_change":"2024-03-22T06:45:20.545042+0000","last_active":"2024-03-22T06:45:20.958036+0000","last_peered":"2024-03-22T06:45:20.958036+0000","last_clean":"2024-03-22T06:45:20.958036+0000","last_became_active":"2024-03-22T06:45:20.544704+0000","last_became_peered":"2024-03-22T06:45:20.544704+0000","last_unstale":"2024-03-22T06:45:20.958036+0000","last_undegraded":"2024-03-22T06:45:20.958036+0000","last_fullsized":"2024-03-22T06:45:20.958036+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.957219+0000","last_change":"2024-03-22T06:45:20.948456+0000","last_active":"2024-03-22T06:45:20.957219+0000","last_peered":"2024-03-22T06:45:20.957219+0000","last_clean":"2024-03-22T06:45:20.957219+0000","last_became_active":"2024-03-22T06:45:20.948115+0000","last_became_peered":"2024-03-22T06:45:20.948115+0000","last_unstale":"2024-03-22T06:45:20.957219+0000","last_undegraded":"2024-03-22T06:45:20.957219+0000","last_fullsized":"2024-03-22T06:45:20.957219+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.958004+0000","last_change":"2024-03-22T06:45:20.542734+0000","last_active":"2024-03-22T06:45:20.958004+0000","last_peered":"2024-03-22T06:45:20.958004+0000","last_clean":"2024-03-22T06:45:20.958004+0000","last_became_active":"2024-03-22T06:45:20.542501+0000","last_became_peered":"2024-03-22T06:45:20.542501+0000","last_unstale":"2024-03-22T06:45:20.958004+0000","last_undegraded":"2024-03-22T06:45:20.958004+0000","last_fullsized":"2024-03-22T06:45:20.958004+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.941367+0000","last_change":"2024-03-22T06:45:20.939693+0000","last_active":"2024-03-22T06:45:20.941367+0000","last_peered":"2024-03-22T06:45:20.941367+0000","last_clean":"2024-03-22T06:45:20.941367+0000","last_became_active":"2024-03-22T06:45:20.939388+0000","last_became_peered":"2024-03-22T06:45:20.939388+0000","last_unstale":"2024-03-22T06:45:20.941367+0000","last_undegraded":"2024-03-22T06:45:20.941367+0000","last_fullsized":"2024-03-22T06:45:20.941367+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.927104+0000","last_change":"2024-03-22T06:45:20.544082+0000","last_active":"2024-03-22T06:45:20.927104+0000","last_peered":"2024-03-22T06:45:20.927104+0000","last_clean":"2024-03-22T06:45:20.927104+0000","last_became_active":"2024-03-22T06:45:20.543757+0000","last_became_peered":"2024-03-22T06:45:20.543757+0000","last_unstale":"2024-03-22T06:45:20.927104+0000","last_undegraded":"2024-03-22T06:45:20.927104+0000","last_fullsized":"2024-03-22T06:45:20.927104+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.957097+0000","last_change":"2024-03-22T06:45:20.948971+0000","last_active":"2024-03-22T06:45:20.957097+0000","last_peered":"2024-03-22T06:45:20.957097+0000","last_clean":"2024-03-22T06:45:20.957097+0000","last_became_active":"2024-03-22T06:45:20.948235+0000","last_became_peered":"2024-03-22T06:45:20.948235+0000","last_unstale":"2024-03-22T06:45:20.957097+0000","last_undegraded":"2024-03-22T06:45:20.957097+0000","last_fullsized":"2024-03-22T06:45:20.957097+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.915892+0000","last_change":"2024-03-22T06:45:20.546417+0000","last_active":"2024-03-22T06:45:20.915892+0000","last_peered":"2024-03-22T06:45:20.915892+0000","last_clean":"2024-03-22T06:45:20.915892+0000","last_became_active":"2024-03-22T06:45:20.545926+0000","last_became_peered":"2024-03-22T06:45:20.545926+0000","last_unstale":"2024-03-22T06:45:20.915892+0000","last_undegraded":"2024-03-22T06:45:20.915892+0000","last_fullsized":"2024-03-22T06:45:20.915892+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.953661+0000","last_change":"2024-03-22T06:45:20.951491+0000","last_active":"2024-03-22T06:45:20.953661+0000","last_peered":"2024-03-22T06:45:20.953661+0000","last_clean":"2024-03-22T06:45:20.953661+0000","last_became_active":"2024-03-22T06:45:20.950723+0000","last_became_peered":"2024-03-22T06:45:20.950723+0000","last_unstale":"2024-03-22T06:45:20.953661+0000","last_undegraded":"2024-03-22T06:45:20.953661+0000","last_fullsized":"2024-03-22T06:45:20.953661+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.949617+0000","last_change":"2024-03-22T06:45:20.535956+0000","last_active":"2024-03-22T06:45:20.949617+0000","last_peered":"2024-03-22T06:45:20.949617+0000","last_clean":"2024-03-22T06:45:20.949617+0000","last_became_active":"2024-03-22T06:45:20.535637+0000","last_became_peered":"2024-03-22T06:45:20.535637+0000","last_unstale":"2024-03-22T06:45:20.949617+0000","last_undegraded":"2024-03-22T06:45:20.949617+0000","last_fullsized":"2024-03-22T06:45:20.949617+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.957130+0000","last_change":"2024-03-22T06:45:20.948948+0000","last_active":"2024-03-22T06:45:20.957130+0000","last_peered":"2024-03-22T06:45:20.957130+0000","last_clean":"2024-03-22T06:45:20.957130+0000","last_became_active":"2024-03-22T06:45:20.948630+0000","last_became_peered":"2024-03-22T06:45:20.948630+0000","last_unstale":"2024-03-22T06:45:20.957130+0000","last_undegraded":"2024-03-22T06:45:20.957130+0000","last_fullsized":"2024-03-22T06:45:20.957130+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.930361+0000","last_change":"2024-03-22T06:45:20.535724+0000","last_active":"2024-03-22T06:45:20.930361+0000","last_peered":"2024-03-22T06:45:20.930361+0000","last_clean":"2024-03-22T06:45:20.930361+0000","last_became_active":"2024-03-22T06:45:20.535377+0000","last_became_peered":"2024-03-22T06:45:20.535377+0000","last_unstale":"2024-03-22T06:45:20.930361+0000","last_undegraded":"2024-03-22T06:45:20.930361+0000","last_fullsized":"2024-03-22T06:45:20.930361+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.957094+0000","last_change":"2024-03-22T06:45:20.955457+0000","last_active":"2024-03-22T06:45:20.957094+0000","last_peered":"2024-03-22T06:45:20.957094+0000","last_clean":"2024-03-22T06:45:20.957094+0000","last_became_active":"2024-03-22T06:45:20.955148+0000","last_became_peered":"2024-03-22T06:45:20.955148+0000","last_unstale":"2024-03-22T06:45:20.957094+0000","last_undegraded":"2024-03-22T06:45:20.957094+0000","last_fullsized":"2024-03-22T06:45:20.957094+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.954239+0000","last_change":"2024-03-22T06:45:20.539099+0000","last_active":"2024-03-22T06:45:20.954239+0000","last_peered":"2024-03-22T06:45:20.954239+0000","last_clean":"2024-03-22T06:45:20.954239+0000","last_became_active":"2024-03-22T06:45:20.538779+0000","last_became_peered":"2024-03-22T06:45:20.538779+0000","last_unstale":"2024-03-22T06:45:20.954239+0000","last_undegraded":"2024-03-22T06:45:20.954239+0000","last_fullsized":"2024-03-22T06:45:20.954239+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.939762+0000","last_change":"2024-03-22T06:45:20.935473+0000","last_active":"2024-03-22T06:45:20.939762+0000","last_peered":"2024-03-22T06:45:20.939762+0000","last_clean":"2024-03-22T06:45:20.939762+0000","last_became_active":"2024-03-22T06:45:20.935062+0000","last_became_peered":"2024-03-22T06:45:20.935062+0000","last_unstale":"2024-03-22T06:45:20.939762+0000","last_undegraded":"2024-03-22T06:45:20.939762+0000","last_fullsized":"2024-03-22T06:45:20.939762+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.926963+0000","last_change":"2024-03-22T06:45:20.550460+0000","last_active":"2024-03-22T06:45:20.926963+0000","last_peered":"2024-03-22T06:45:20.926963+0000","last_clean":"2024-03-22T06:45:20.926963+0000","last_became_active":"2024-03-22T06:45:20.550129+0000","last_became_peered":"2024-03-22T06:45:20.550129+0000","last_unstale":"2024-03-22T06:45:20.926963+0000","last_undegraded":"2024-03-22T06:45:20.926963+0000","last_fullsized":"2024-03-22T06:45:20.926963+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.947553+0000","last_change":"2024-03-22T06:45:20.944961+0000","last_active":"2024-03-22T06:45:20.947553+0000","last_peered":"2024-03-22T06:45:20.947553+0000","last_clean":"2024-03-22T06:45:20.947553+0000","last_became_active":"2024-03-22T06:45:20.944071+0000","last_became_peered":"2024-03-22T06:45:20.944071+0000","last_unstale":"2024-03-22T06:45:20.947553+0000","last_undegraded":"2024-03-22T06:45:20.947553+0000","last_fullsized":"2024-03-22T06:45:20.947553+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.951930+0000","last_change":"2024-03-22T06:45:20.948100+0000","last_active":"2024-03-22T06:45:20.951930+0000","last_peered":"2024-03-22T06:45:20.951930+0000","last_clean":"2024-03-22T06:45:20.951930+0000","last_became_active":"2024-03-22T06:45:20.947785+0000","last_became_peered":"2024-03-22T06:45:20.947785+0000","last_unstale":"2024-03-22T06:45:20.951930+0000","last_undegraded":"2024-03-22T06:45:20.951930+0000","last_fullsized":"2024-03-22T06:45:20.951930+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.923341+0000","last_change":"2024-03-22T06:45:20.536031+0000","last_active":"2024-03-22T06:45:20.923341+0000","last_peered":"2024-03-22T06:45:20.923341+0000","last_clean":"2024-03-22T06:45:20.923341+0000","last_became_active":"2024-03-22T06:45:20.535740+0000","last_became_peered":"2024-03-22T06:45:20.535740+0000","last_unstale":"2024-03-22T06:45:20.923341+0000","last_undegraded":"2024-03-22T06:45:20.923341+0000","last_fullsized":"2024-03-22T06:45:20.923341+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.955882+0000","last_change":"2024-03-22T06:45:20.954365+0000","last_active":"2024-03-22T06:45:20.955882+0000","last_peered":"2024-03-22T06:45:20.955882+0000","last_clean":"2024-03-22T06:45:20.955882+0000","last_became_active":"2024-03-22T06:45:20.954043+0000","last_became_peered":"2024-03-22T06:45:20.954043+0000","last_unstale":"2024-03-22T06:45:20.955882+0000","last_undegraded":"2024-03-22T06:45:20.955882+0000","last_fullsized":"2024-03-22T06:45:20.955882+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.922322+0000","last_change":"2024-03-22T06:45:20.544943+0000","last_active":"2024-03-22T06:45:20.922322+0000","last_peered":"2024-03-22T06:45:20.922322+0000","last_clean":"2024-03-22T06:45:20.922322+0000","last_became_active":"2024-03-22T06:45:20.544623+0000","last_became_peered":"2024-03-22T06:45:20.544623+0000","last_unstale":"2024-03-22T06:45:20.922322+0000","last_undegraded":"2024-03-22T06:45:20.922322+0000","last_fullsized":"2024-03-22T06:45:20.922322+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.927655+0000","last_change":"2024-03-22T06:45:03.996816+0000","last_active":"2024-03-22T06:45:20.927655+0000","last_peered":"2024-03-22T06:45:20.927655+0000","last_clean":"2024-03-22T06:45:20.927655+0000","last_became_active":"2024-03-22T06:45:03.996486+0000","last_became_peered":"2024-03-22T06:45:03.996486+0000","last_unstale":"2024-03-22T06:45:20.927655+0000","last_undegraded":"2024-03-22T06:45:20.927655+0000","last_fullsized":"2024-03-22T06:45:20.927655+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-03-22T06:42:53.460139+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:42:53.460139+0000","last_clean_scrub_stamp":"2024-03-22T06:42:53.460139+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.944208+0000","last_change":"2024-03-22T06:45:20.943898+0000","last_active":"2024-03-22T06:45:20.944208+0000","last_peered":"2024-03-22T06:45:20.944208+0000","last_clean":"2024-03-22T06:45:20.944208+0000","last_became_active":"2024-03-22T06:45:20.943643+0000","last_became_peered":"2024-03-22T06:45:20.943643+0000","last_unstale":"2024-03-22T06:45:20.944208+0000","last_undegraded":"2024-03-22T06:45:20.944208+0000","last_fullsized":"2024-03-22T06:45:20.944208+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.927772+0000","last_change":"2024-03-22T06:45:20.548776+0000","last_active":"2024-03-22T06:45:20.927772+0000","last_peered":"2024-03-22T06:45:20.927772+0000","last_clean":"2024-03-22T06:45:20.927772+0000","last_became_active":"2024-03-22T06:45:20.548419+0000","last_became_peered":"2024-03-22T06:45:20.548419+0000","last_unstale":"2024-03-22T06:45:20.927772+0000","last_undegraded":"2024-03-22T06:45:20.927772+0000","last_fullsized":"2024-03-22T06:45:20.927772+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.929203+0000","last_change":"2024-03-22T06:45:20.538550+0000","last_active":"2024-03-22T06:45:20.929203+0000","last_peered":"2024-03-22T06:45:20.929203+0000","last_clean":"2024-03-22T06:45:20.929203+0000","last_became_active":"2024-03-22T06:45:20.538204+0000","last_became_peered":"2024-03-22T06:45:20.538204+0000","last_unstale":"2024-03-22T06:45:20.929203+0000","last_undegraded":"2024-03-22T06:45:20.929203+0000","last_fullsized":"2024-03-22T06:45:20.929203+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.954362+0000","last_change":"2024-03-22T06:45:20.948959+0000","last_active":"2024-03-22T06:45:20.954362+0000","last_peered":"2024-03-22T06:45:20.954362+0000","last_clean":"2024-03-22T06:45:20.954362+0000","last_became_active":"2024-03-22T06:45:20.948668+0000","last_became_peered":"2024-03-22T06:45:20.948668+0000","last_unstale":"2024-03-22T06:45:20.954362+0000","last_undegraded":"2024-03-22T06:45:20.954362+0000","last_fullsized":"2024-03-22T06:45:20.954362+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-03-22T06:45:20.952689+0000","last_change":"2024-03-22T06:45:20.540682+0000","last_active":"2024-03-22T06:45:20.952689+0000","last_peered":"2024-03-22T06:45:20.952689+0000","last_clean":"2024-03-22T06:45:20.952689+0000","last_became_active":"2024-03-22T06:45:20.540201+0000","last_became_peered":"2024-03-22T06:45:20.540201+0000","last_unstale":"2024-03-22T06:45:20.952689+0000","last_undegraded":"2024-03-22T06:45:20.952689+0000","last_fullsized":"2024-03-22T06:45:20.952689+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.957003+0000","last_change":"2024-03-22T06:45:20.944121+0000","last_active":"2024-03-22T06:45:20.957003+0000","last_peered":"2024-03-22T06:45:20.957003+0000","last_clean":"2024-03-22T06:45:20.957003+0000","last_became_active":"2024-03-22T06:45:20.943824+0000","last_became_peered":"2024-03-22T06:45:20.943824+0000","last_unstale":"2024-03-22T06:45:20.957003+0000","last_undegraded":"2024-03-22T06:45:20.957003+0000","last_fullsized":"2024-03-22T06:45:20.957003+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.935962+0000","last_change":"2024-03-22T06:45:20.540400+0000","last_active":"2024-03-22T06:45:20.935962+0000","last_peered":"2024-03-22T06:45:20.935962+0000","last_clean":"2024-03-22T06:45:20.935962+0000","last_became_active":"2024-03-22T06:45:20.539470+0000","last_became_peered":"2024-03-22T06:45:20.539470+0000","last_unstale":"2024-03-22T06:45:20.935962+0000","last_undegraded":"2024-03-22T06:45:20.935962+0000","last_fullsized":"2024-03-22T06:45:20.935962+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.954480+0000","last_change":"2024-03-22T06:45:20.953519+0000","last_active":"2024-03-22T06:45:20.954480+0000","last_peered":"2024-03-22T06:45:20.954480+0000","last_clean":"2024-03-22T06:45:20.954480+0000","last_became_active":"2024-03-22T06:45:20.953233+0000","last_became_peered":"2024-03-22T06:45:20.953233+0000","last_unstale":"2024-03-22T06:45:20.954480+0000","last_undegraded":"2024-03-22T06:45:20.954480+0000","last_fullsized":"2024-03-22T06:45:20.954480+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.927627+0000","last_change":"2024-03-22T06:45:20.540839+0000","last_active":"2024-03-22T06:45:20.927627+0000","last_peered":"2024-03-22T06:45:20.927627+0000","last_clean":"2024-03-22T06:45:20.927627+0000","last_became_active":"2024-03-22T06:45:20.539921+0000","last_became_peered":"2024-03-22T06:45:20.539921+0000","last_unstale":"2024-03-22T06:45:20.927627+0000","last_undegraded":"2024-03-22T06:45:20.927627+0000","last_fullsized":"2024-03-22T06:45:20.927627+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.937156+0000","last_change":"2024-03-22T06:45:20.932379+0000","last_active":"2024-03-22T06:45:20.937156+0000","last_peered":"2024-03-22T06:45:20.937156+0000","last_clean":"2024-03-22T06:45:20.937156+0000","last_became_active":"2024-03-22T06:45:20.932026+0000","last_became_peered":"2024-03-22T06:45:20.932026+0000","last_unstale":"2024-03-22T06:45:20.937156+0000","last_undegraded":"2024-03-22T06:45:20.937156+0000","last_fullsized":"2024-03-22T06:45:20.937156+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.952635+0000","last_change":"2024-03-22T06:45:20.542026+0000","last_active":"2024-03-22T06:45:20.952635+0000","last_peered":"2024-03-22T06:45:20.952635+0000","last_clean":"2024-03-22T06:45:20.952635+0000","last_became_active":"2024-03-22T06:45:20.541023+0000","last_became_peered":"2024-03-22T06:45:20.541023+0000","last_unstale":"2024-03-22T06:45:20.952635+0000","last_undegraded":"2024-03-22T06:45:20.952635+0000","last_fullsized":"2024-03-22T06:45:20.952635+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.953908+0000","last_change":"2024-03-22T06:45:20.950705+0000","last_active":"2024-03-22T06:45:20.953908+0000","last_peered":"2024-03-22T06:45:20.953908+0000","last_clean":"2024-03-22T06:45:20.953908+0000","last_became_active":"2024-03-22T06:45:20.950403+0000","last_became_peered":"2024-03-22T06:45:20.950403+0000","last_unstale":"2024-03-22T06:45:20.953908+0000","last_undegraded":"2024-03-22T06:45:20.953908+0000","last_fullsized":"2024-03-22T06:45:20.953908+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.952506+0000","last_change":"2024-03-22T06:45:20.540394+0000","last_active":"2024-03-22T06:45:20.952506+0000","last_peered":"2024-03-22T06:45:20.952506+0000","last_clean":"2024-03-22T06:45:20.952506+0000","last_became_active":"2024-03-22T06:45:20.539236+0000","last_became_peered":"2024-03-22T06:45:20.539236+0000","last_unstale":"2024-03-22T06:45:20.952506+0000","last_undegraded":"2024-03-22T06:45:20.952506+0000","last_fullsized":"2024-03-22T06:45:20.952506+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.953299+0000","last_change":"2024-03-22T06:45:20.941555+0000","last_active":"2024-03-22T06:45:20.953299+0000","last_peered":"2024-03-22T06:45:20.953299+0000","last_clean":"2024-03-22T06:45:20.953299+0000","last_became_active":"2024-03-22T06:45:20.941235+0000","last_became_peered":"2024-03-22T06:45:20.941235+0000","last_unstale":"2024-03-22T06:45:20.953299+0000","last_undegraded":"2024-03-22T06:45:20.953299+0000","last_fullsized":"2024-03-22T06:45:20.953299+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.949554+0000","last_change":"2024-03-22T06:45:20.550106+0000","last_active":"2024-03-22T06:45:20.949554+0000","last_peered":"2024-03-22T06:45:20.949554+0000","last_clean":"2024-03-22T06:45:20.949554+0000","last_became_active":"2024-03-22T06:45:20.549657+0000","last_became_peered":"2024-03-22T06:45:20.549657+0000","last_unstale":"2024-03-22T06:45:20.949554+0000","last_undegraded":"2024-03-22T06:45:20.949554+0000","last_fullsized":"2024-03-22T06:45:20.949554+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.945938+0000","last_change":"2024-03-22T06:45:20.945470+0000","last_active":"2024-03-22T06:45:20.945938+0000","last_peered":"2024-03-22T06:45:20.945938+0000","last_clean":"2024-03-22T06:45:20.945938+0000","last_became_active":"2024-03-22T06:45:20.945106+0000","last_became_peered":"2024-03-22T06:45:20.945106+0000","last_unstale":"2024-03-22T06:45:20.945938+0000","last_undegraded":"2024-03-22T06:45:20.945938+0000","last_fullsized":"2024-03-22T06:45:20.945938+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.923455+0000","last_change":"2024-03-22T06:45:20.541360+0000","last_active":"2024-03-22T06:45:20.923455+0000","last_peered":"2024-03-22T06:45:20.923455+0000","last_clean":"2024-03-22T06:45:20.923455+0000","last_became_active":"2024-03-22T06:45:20.541021+0000","last_became_peered":"2024-03-22T06:45:20.541021+0000","last_unstale":"2024-03-22T06:45:20.923455+0000","last_undegraded":"2024-03-22T06:45:20.923455+0000","last_fullsized":"2024-03-22T06:45:20.923455+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.942815+0000","last_change":"2024-03-22T06:45:20.942195+0000","last_active":"2024-03-22T06:45:20.942815+0000","last_peered":"2024-03-22T06:45:20.942815+0000","last_clean":"2024-03-22T06:45:20.942815+0000","last_became_active":"2024-03-22T06:45:20.941872+0000","last_became_peered":"2024-03-22T06:45:20.941872+0000","last_unstale":"2024-03-22T06:45:20.942815+0000","last_undegraded":"2024-03-22T06:45:20.942815+0000","last_fullsized":"2024-03-22T06:45:20.942815+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.960232+0000","last_change":"2024-03-22T06:45:20.540634+0000","last_active":"2024-03-22T06:45:20.960232+0000","last_peered":"2024-03-22T06:45:20.960232+0000","last_clean":"2024-03-22T06:45:20.960232+0000","last_became_active":"2024-03-22T06:45:20.539228+0000","last_became_peered":"2024-03-22T06:45:20.539228+0000","last_unstale":"2024-03-22T06:45:20.960232+0000","last_undegraded":"2024-03-22T06:45:20.960232+0000","last_fullsized":"2024-03-22T06:45:20.960232+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.952831+0000","last_change":"2024-03-22T06:45:20.951967+0000","last_active":"2024-03-22T06:45:20.952831+0000","last_peered":"2024-03-22T06:45:20.952831+0000","last_clean":"2024-03-22T06:45:20.952831+0000","last_became_active":"2024-03-22T06:45:20.951658+0000","last_became_peered":"2024-03-22T06:45:20.951658+0000","last_unstale":"2024-03-22T06:45:20.952831+0000","last_undegraded":"2024-03-22T06:45:20.952831+0000","last_fullsized":"2024-03-22T06:45:20.952831+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.933797+0000","last_change":"2024-03-22T06:45:20.536890+0000","last_active":"2024-03-22T06:45:20.933797+0000","last_peered":"2024-03-22T06:45:20.933797+0000","last_clean":"2024-03-22T06:45:20.933797+0000","last_became_active":"2024-03-22T06:45:20.536577+0000","last_became_peered":"2024-03-22T06:45:20.536577+0000","last_unstale":"2024-03-22T06:45:20.933797+0000","last_undegraded":"2024-03-22T06:45:20.933797+0000","last_fullsized":"2024-03-22T06:45:20.933797+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:45:20.957247+0000","last_change":"2024-03-22T06:45:20.948795+0000","last_active":"2024-03-22T06:45:20.957247+0000","last_peered":"2024-03-22T06:45:20.957247+0000","last_clean":"2024-03-22T06:45:20.957247+0000","last_became_active":"2024-03-22T06:45:20.948449+0000","last_became_peered":"2024-03-22T06:45:20.948449+0000","last_unstale":"2024-03-22T06:45:20.957247+0000","last_undegraded":"2024-03-22T06:45:20.957247+0000","last_fullsized":"2024-03-22T06:45:20.957247+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.953675+0000","last_change":"2024-03-22T06:45:20.951685+0000","last_active":"2024-03-22T06:45:20.953675+0000","last_peered":"2024-03-22T06:45:20.953675+0000","last_clean":"2024-03-22T06:45:20.953675+0000","last_became_active":"2024-03-22T06:45:20.951181+0000","last_became_peered":"2024-03-22T06:45:20.951181+0000","last_unstale":"2024-03-22T06:45:20.953675+0000","last_undegraded":"2024-03-22T06:45:20.953675+0000","last_fullsized":"2024-03-22T06:45:20.953675+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.936602+0000","last_change":"2024-03-22T06:45:20.936123+0000","last_active":"2024-03-22T06:45:20.936602+0000","last_peered":"2024-03-22T06:45:20.936602+0000","last_clean":"2024-03-22T06:45:20.936602+0000","last_became_active":"2024-03-22T06:45:20.935803+0000","last_became_peered":"2024-03-22T06:45:20.935803+0000","last_unstale":"2024-03-22T06:45:20.936602+0000","last_undegraded":"2024-03-22T06:45:20.936602+0000","last_fullsized":"2024-03-22T06:45:20.936602+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.942311+0000","last_change":"2024-03-22T06:45:20.941224+0000","last_active":"2024-03-22T06:45:20.942311+0000","last_peered":"2024-03-22T06:45:20.942311+0000","last_clean":"2024-03-22T06:45:20.942311+0000","last_became_active":"2024-03-22T06:45:20.940940+0000","last_became_peered":"2024-03-22T06:45:20.940940+0000","last_unstale":"2024-03-22T06:45:20.942311+0000","last_undegraded":"2024-03-22T06:45:20.942311+0000","last_fullsized":"2024-03-22T06:45:20.942311+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.954899+0000","last_change":"2024-03-22T06:45:20.949782+0000","last_active":"2024-03-22T06:45:20.954899+0000","last_peered":"2024-03-22T06:45:20.954899+0000","last_clean":"2024-03-22T06:45:20.954899+0000","last_became_active":"2024-03-22T06:45:20.949493+0000","last_became_peered":"2024-03-22T06:45:20.949493+0000","last_unstale":"2024-03-22T06:45:20.954899+0000","last_undegraded":"2024-03-22T06:45:20.954899+0000","last_fullsized":"2024-03-22T06:45:20.954899+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.952442+0000","last_change":"2024-03-22T06:45:20.941553+0000","last_active":"2024-03-22T06:45:20.952442+0000","last_peered":"2024-03-22T06:45:20.952442+0000","last_clean":"2024-03-22T06:45:20.952442+0000","last_became_active":"2024-03-22T06:45:20.941222+0000","last_became_peered":"2024-03-22T06:45:20.941222+0000","last_unstale":"2024-03-22T06:45:20.952442+0000","last_undegraded":"2024-03-22T06:45:20.952442+0000","last_fullsized":"2024-03-22T06:45:20.952442+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.958105+0000","last_change":"2024-03-22T06:45:20.957201+0000","last_active":"2024-03-22T06:45:20.958105+0000","last_peered":"2024-03-22T06:45:20.958105+0000","last_clean":"2024-03-22T06:45:20.958105+0000","last_became_active":"2024-03-22T06:45:20.956896+0000","last_became_peered":"2024-03-22T06:45:20.956896+0000","last_unstale":"2024-03-22T06:45:20.958105+0000","last_undegraded":"2024-03-22T06:45:20.958105+0000","last_fullsized":"2024-03-22T06:45:20.958105+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.940964+0000","last_change":"2024-03-22T06:45:20.937292+0000","last_active":"2024-03-22T06:45:20.940964+0000","last_peered":"2024-03-22T06:45:20.940964+0000","last_clean":"2024-03-22T06:45:20.940964+0000","last_became_active":"2024-03-22T06:45:20.936334+0000","last_became_peered":"2024-03-22T06:45:20.936334+0000","last_unstale":"2024-03-22T06:45:20.940964+0000","last_undegraded":"2024-03-22T06:45:20.940964+0000","last_fullsized":"2024-03-22T06:45:20.940964+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.958923+0000","last_change":"2024-03-22T06:45:20.956863+0000","last_active":"2024-03-22T06:45:20.958923+0000","last_peered":"2024-03-22T06:45:20.958923+0000","last_clean":"2024-03-22T06:45:20.958923+0000","last_became_active":"2024-03-22T06:45:20.956450+0000","last_became_peered":"2024-03-22T06:45:20.956450+0000","last_unstale":"2024-03-22T06:45:20.958923+0000","last_undegraded":"2024-03-22T06:45:20.958923+0000","last_fullsized":"2024-03-22T06:45:20.958923+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.939905+0000","last_change":"2024-03-22T06:45:20.938290+0000","last_active":"2024-03-22T06:45:20.939905+0000","last_peered":"2024-03-22T06:45:20.939905+0000","last_clean":"2024-03-22T06:45:20.939905+0000","last_became_active":"2024-03-22T06:45:20.937933+0000","last_became_peered":"2024-03-22T06:45:20.937933+0000","last_unstale":"2024-03-22T06:45:20.939905+0000","last_undegraded":"2024-03-22T06:45:20.939905+0000","last_fullsized":"2024-03-22T06:45:20.939905+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.953796+0000","last_change":"2024-03-22T06:45:20.952829+0000","last_active":"2024-03-22T06:45:20.953796+0000","last_peered":"2024-03-22T06:45:20.953796+0000","last_clean":"2024-03-22T06:45:20.953796+0000","last_became_active":"2024-03-22T06:45:20.952349+0000","last_became_peered":"2024-03-22T06:45:20.952349+0000","last_unstale":"2024-03-22T06:45:20.953796+0000","last_undegraded":"2024-03-22T06:45:20.953796+0000","last_fullsized":"2024-03-22T06:45:20.953796+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.953547+0000","last_change":"2024-03-22T06:45:20.952587+0000","last_active":"2024-03-22T06:45:20.953547+0000","last_peered":"2024-03-22T06:45:20.953547+0000","last_clean":"2024-03-22T06:45:20.953547+0000","last_became_active":"2024-03-22T06:45:20.952238+0000","last_became_peered":"2024-03-22T06:45:20.952238+0000","last_unstale":"2024-03-22T06:45:20.953547+0000","last_undegraded":"2024-03-22T06:45:20.953547+0000","last_fullsized":"2024-03-22T06:45:20.953547+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.951812+0000","last_change":"2024-03-22T06:45:20.948845+0000","last_active":"2024-03-22T06:45:20.951812+0000","last_peered":"2024-03-22T06:45:20.951812+0000","last_clean":"2024-03-22T06:45:20.951812+0000","last_became_active":"2024-03-22T06:45:20.947926+0000","last_became_peered":"2024-03-22T06:45:20.947926+0000","last_unstale":"2024-03-22T06:45:20.951812+0000","last_undegraded":"2024-03-22T06:45:20.951812+0000","last_fullsized":"2024-03-22T06:45:20.951812+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:45:20.952008+0000","last_change":"2024-03-22T06:45:20.951158+0000","last_active":"2024-03-22T06:45:20.952008+0000","last_peered":"2024-03-22T06:45:20.952008+0000","last_clean":"2024-03-22T06:45:20.952008+0000","last_became_active":"2024-03-22T06:45:20.950791+0000","last_became_peered":"2024-03-22T06:45:20.950791+0000","last_unstale":"2024-03-22T06:45:20.952008+0000","last_undegraded":"2024-03-22T06:45:20.952008+0000","last_fullsized":"2024-03-22T06:45:20.952008+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":21,"num_object_clones":0,"num_object_copies":63,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":21,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":44,"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":13,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":38,"ondisk_log_size":38,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":48,"seq":206158430214,"num_pgs":1,"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"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.29499999999999998}]},{"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.33500000000000002}]},{"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.499}]},{"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.46200000000000002}]},{"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.41499999999999998}]},{"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.38900000000000001}]},{"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.45100000000000001}]}]},{"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.32900000000000001}]},{"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.46600000000000003}]},{"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.40000000000000002}]},{"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.53100000000000003}]},{"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.61399999999999999}]},{"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.67000000000000004}]},{"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.65000000000000002}]}]},{"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Mar 22 06:44:30 2024","interfaces":[{"interface":"back","average":{"1min":0.39500000000000002,"5min":0.33300000000000002,"15min":0.32300000000000001},"min":{"1min":0.27900000000000003,"5min":0.214,"15min":0.214},"max":{"1min":0.503,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.432,"5min":0.32800000000000001,"15min":0.311},"min":{"1min":0.32500000000000001,"5min":0.189,"15min":0.189},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.317}]},{"osd":2,"last update":"Fri Mar 22 06:44:53 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.39600000000000002,"15min":0.39100000000000001},"min":{"1min":0.26500000000000001,"5min":0.245,"15min":0.245},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.25600000000000001},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.40799999999999997,"15min":0.40000000000000002},"min":{"1min":0.32700000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.371}]},{"osd":3,"last update":"Fri Mar 22 06:45:23 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.47699999999999998,"15min":0.47999999999999998},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46899999999999997,"15min":0.47099999999999997},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.45600000000000002}]},{"osd":4,"last update":"Fri Mar 22 06:44:43 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.64800000000000002},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.996,"5min":0.996,"15min":0.996},"last":0.71499999999999997}]},{"osd":5,"last update":"Fri Mar 22 06:45:08 2024","interfaces":[{"interface":"back","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.63200000000000001}]},{"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.60299999999999998}]},{"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.69899999999999995}]}]},{"osd":0,"up_from":8,"seq":34359738411,"num_pgs":43,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297624,"kb_used_data":528,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447528,"statfs":{"total":95995035648,"available":95690268672,"internally_reserved":0,"allocated":540672,"data_stored":216559,"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Mar 22 06:44:30 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.32100000000000001,"15min":0.31},"min":{"1min":0.27100000000000002,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.438,"5min":0.34000000000000002,"15min":0.32400000000000001},"min":{"1min":0.30499999999999999,"5min":0.215,"15min":0.215},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.40999999999999998}]},{"osd":2,"last update":"Fri Mar 22 06:45:00 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.38300000000000001,"15min":0.377},"min":{"1min":0.307,"5min":0.249,"15min":0.249},"max":{"1min":0.63100000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.436,"5min":0.376,"15min":0.36599999999999999},"min":{"1min":0.307,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.38800000000000001}]},{"osd":3,"last update":"Fri Mar 22 06:45:22 2024","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.45000000000000001,"15min":0.45300000000000001},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.64600000000000002,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.48299999999999998,"15min":0.48899999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.64500000000000002,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.45900000000000002}]},{"osd":4,"last update":"Fri Mar 22 06:44:44 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.76100000000000001},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.75}]},{"osd":5,"last update":"Fri Mar 22 06:45:10 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.63}]},{"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.71599999999999997}]},{"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.69799999999999995}]}]},{"osd":2,"up_from":18,"seq":77309411361,"num_pgs":4,"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":215859,"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":"Fri Mar 22 06:44:55 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.35099999999999998,"15min":0.34300000000000003},"min":{"1min":0.29599999999999999,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.19600000000000001},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.39700000000000002,"15min":0.38900000000000001},"min":{"1min":0.26600000000000001,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.27000000000000002}]},{"osd":1,"last update":"Fri Mar 22 06:44:55 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.42199999999999999,"15min":0.41399999999999998},"min":{"1min":0.29799999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.41899999999999998,"15min":0.41199999999999998},"min":{"1min":0.33300000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.32800000000000001}]},{"osd":3,"last update":"Fri Mar 22 06:45:20 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.441,"15min":0.44800000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.53200000000000003,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.47099999999999997,"15min":0.48199999999999998},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.54900000000000004,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.249}]},{"osd":4,"last update":"Fri Mar 22 06:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.627}]},{"osd":5,"last update":"Fri Mar 22 06:45:09 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.64000000000000001}]},{"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.65000000000000002}]},{"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.58999999999999997}]}]},{"osd":3,"up_from":25,"seq":107374182428,"num_pgs":0,"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":217499,"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":"Fri Mar 22 06:45:18 2024","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.40300000000000002,"15min":0.40999999999999998},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.26600000000000001},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.44,"15min":0.442},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.34499999999999997}]},{"osd":1,"last update":"Fri Mar 22 06:45:18 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.45200000000000001,"15min":0.45800000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.44600000000000001,"15min":0.44900000000000001},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.29699999999999999}]},{"osd":2,"last update":"Fri Mar 22 06:45:18 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.497,"15min":0.501},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.436,"5min":0.46000000000000002,"15min":0.46400000000000002},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.32600000000000001}]},{"osd":4,"last update":"Fri Mar 22 06:44:45 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.41699999999999998}]},{"osd":5,"last update":"Fri Mar 22 06:45:11 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.46300000000000002}]},{"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.52600000000000002}]},{"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.42599999999999999}]}]},{"osd":4,"up_from":30,"seq":128849018903,"num_pgs":1,"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":209877,"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":"Fri Mar 22 06:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.65600000000000003}]},{"osd":1,"last update":"Fri Mar 22 06:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.54900000000000004}]},{"osd":2,"last update":"Fri Mar 22 06:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.497}]},{"osd":3,"last update":"Fri Mar 22 06:44:42 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.52900000000000003}]},{"osd":5,"last update":"Fri Mar 22 06:45:08 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.621}]},{"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.70299999999999996}]},{"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.68100000000000005}]}]},{"osd":5,"up_from":36,"seq":154618822674,"num_pgs":38,"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":217170,"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":"Fri Mar 22 06:45:10 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.59199999999999997}]},{"osd":1,"last update":"Fri Mar 22 06:45:10 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.63800000000000001}]},{"osd":2,"last update":"Fri Mar 22 06:45:10 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.437},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.499}]},{"osd":3,"last update":"Fri Mar 22 06:45:10 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.54300000000000004}]},{"osd":4,"last update":"Fri Mar 22 06:45:10 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.56899999999999995}]},{"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.57999999999999996}]},{"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.70899999999999996}]}]}],"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-03-22T06:45:25.328 INFO:tasks.cephfs.filesystem.ceph_manager:clean! 2024-03-22T06:45:25.328 INFO:tasks.cephadm:Adding prometheus.a on smithi028 2024-03-22T06:45:25.329 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch apply prometheus '1;smithi028=a' 2024-03-22T06:45:25.364 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:23.945877+0000 mon.a (mon.0) 600 : audit [INF] from='client.? 172.21.15.23:0/3323229162' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2024-03-22T06:45:25.364 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:23.945991+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-03-22T06:45:25.364 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:24.314919+0000 mon.a (mon.0) 602 : audit [DBG] from='client.? 172.21.15.23:0/1107651762' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:45:25.364 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:24.631159+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.23:0/2089322161' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:24.943767+0000 mgr.y (mgr.14146) 198 : audit [DBG] from='client.14535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:45:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:25.204405+0000 mgr.y (mgr.14146) 199 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s wr, 17 op/s 2024-03-22T06:45:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:25.301917+0000 mgr.y (mgr.14146) 200 : audit [DBG] from='client.24446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:45:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:24.943767+0000 mgr.y (mgr.14146) 198 : audit [DBG] from='client.14535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:45:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:25.204405+0000 mgr.y (mgr.14146) 199 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s wr, 17 op/s 2024-03-22T06:45:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:25.301917+0000 mgr.y (mgr.14146) 200 : audit [DBG] from='client.24446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:45:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:24.943767+0000 mgr.y (mgr.14146) 198 : audit [DBG] from='client.14535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:45:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:25.204405+0000 mgr.y (mgr.14146) 199 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s wr, 17 op/s 2024-03-22T06:45:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:25.301917+0000 mgr.y (mgr.14146) 200 : audit [DBG] from='client.24446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:45:26.840 INFO:journalctl@ceph.mds.b.smithi028.stdout:Mar 22 06:45:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mds-b[58558]: debug 2024-03-22T06:45:26.455+0000 7f0120cbe700 -1 mds.pinger is_rank_lagging: rank=0 was never sent ping request. 2024-03-22T06:45:27.571 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled prometheus update... 2024-03-22T06:45:28.417 DEBUG:teuthology.orchestra.run.smithi028:prometheus.a> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@prometheus.a.service 2024-03-22T06:45:28.460 INFO:tasks.cephadm:Adding node-exporter.a on smithi023 2024-03-22T06:45:28.461 INFO:tasks.cephadm:Adding node-exporter.b on smithi028 2024-03-22T06:45:28.461 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch apply node-exporter '2;smithi023=a;smithi028=b' 2024-03-22T06:45:28.494 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:-- Logs begin at Fri 2024-03-22 06:28:24 UTC. -- 2024-03-22T06:45:28.649 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:27.204888+0000 mgr.y (mgr.14146) 201 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s wr, 8 op/s 2024-03-22T06:45:28.649 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:27.556883+0000 mgr.y (mgr.14146) 202 : audit [DBG] from='client.24418 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi028=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:45:28.649 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:27.558318+0000 mgr.y (mgr.14146) 203 : cephadm [INF] Saving service prometheus spec with placement smithi028=a;count:1 2024-03-22T06:45:28.649 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:27.571202+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:28.649 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:27.576666+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:28.649 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:27.578280+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:28.649 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:27.579075+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:28.650 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:27.593358+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:28.650 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:27.599222+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-22T06:45:28.859 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ignoring --setuser ceph since I am not root 2024-03-22T06:45:28.859 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ignoring --setgroup ceph since I am not root 2024-03-22T06:45:28.859 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:28.646+0000 7fb602132700 1 -- 172.21.15.23:0/3325533495 <== mon.2 v2:172.21.15.23:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a19b7a04e0 con 0x55a19b776c00 2024-03-22T06:45:28.859 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:28.774+0000 7fb61230e680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-22T06:45:28.860 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:28.858+0000 7fb61230e680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-22T06:45:28.860 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:27.204888+0000 mgr.y (mgr.14146) 201 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s wr, 8 op/s 2024-03-22T06:45:28.860 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:27.556883+0000 mgr.y (mgr.14146) 202 : audit [DBG] from='client.24418 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi028=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:45:28.860 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:27.558318+0000 mgr.y (mgr.14146) 203 : cephadm [INF] Saving service prometheus spec with placement smithi028=a;count:1 2024-03-22T06:45:28.860 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:27.571202+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:28.860 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:27.576666+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:28.860 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:27.578280+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:28.860 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:27.579075+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:28.860 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:27.593358+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:28.860 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:27.599222+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-22T06:45:28.861 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:27.204888+0000 mgr.y (mgr.14146) 201 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s wr, 8 op/s 2024-03-22T06:45:28.861 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:27.556883+0000 mgr.y (mgr.14146) 202 : audit [DBG] from='client.24418 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi028=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:45:28.861 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:27.558318+0000 mgr.y (mgr.14146) 203 : cephadm [INF] Saving service prometheus spec with placement smithi028=a;count:1 2024-03-22T06:45:28.861 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:27.571202+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:28.861 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:27.576666+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:28.861 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:27.578280+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:28.861 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:27.579075+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:28.861 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:27.593358+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' 2024-03-22T06:45:28.861 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:27.599222+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-22T06:45:28.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ignoring --setuser ceph since I am not root 2024-03-22T06:45:28.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ignoring --setgroup ceph since I am not root 2024-03-22T06:45:28.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:28.650+0000 7fbbd5362700 1 -- 172.21.15.28:0/1500229833 <== mon.2 v2:172.21.15.23:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55cb3b5584e0 con 0x55cb3b52f400 2024-03-22T06:45:28.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:28.826+0000 7fbbe553e680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-22T06:45:29.162 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:28.909+0000 7fbbe553e680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-22T06:45:29.602 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:29.240+0000 7fb61230e680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-22T06:45:29.603 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:29.302+0000 7fbbe553e680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-22T06:45:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:28.607754+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-22T06:45:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:28.607829+0000 mon.a (mon.0) 611 : cluster [DBG] mgrmap e15: y(active, since 4m), standbys: x 2024-03-22T06:45:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:28.607754+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-22T06:45:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:28.607829+0000 mon.a (mon.0) 611 : cluster [DBG] mgrmap e15: y(active, since 4m), standbys: x 2024-03-22T06:45:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:28.607754+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14146 172.21.15.23:0/82894696' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-22T06:45:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:28.607829+0000 mon.a (mon.0) 611 : cluster [DBG] mgrmap e15: y(active, since 4m), standbys: x 2024-03-22T06:45:30.331 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:30.029+0000 7fb61230e680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-22T06:45:30.331 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:30.111+0000 7fb61230e680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-22T06:45:30.351 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:30.091+0000 7fbbe553e680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-22T06:45:30.351 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:30.174+0000 7fbbe553e680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-22T06:45:30.629 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:30.330+0000 7fb61230e680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-22T06:45:30.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:30.399+0000 7fbbe553e680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-22T06:45:31.618 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:31.308+0000 7fb61230e680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-22T06:45:31.618 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:31.441+0000 7fb61230e680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-22T06:45:31.618 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:31.524+0000 7fb61230e680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-22T06:45:31.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:31.380+0000 7fbbe553e680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-22T06:45:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:31.513+0000 7fbbe553e680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-22T06:45:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:31.594+0000 7fbbe553e680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-22T06:45:31.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:31.617+0000 7fb61230e680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-22T06:45:31.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:31.820+0000 7fb61230e680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-22T06:45:32.162 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:31.688+0000 7fbbe553e680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-22T06:45:32.163 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:31.889+0000 7fbbe553e680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-22T06:45:32.379 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:32.112+0000 7fb61230e680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-22T06:45:32.380 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:32.214+0000 7fb61230e680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-22T06:45:32.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:32.179+0000 7fbbe553e680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-22T06:45:32.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:32.281+0000 7fbbe553e680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-22T06:45:33.332 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:32.969+0000 7fb61230e680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-22T06:45:33.332 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:33.055+0000 7fb61230e680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-22T06:45:33.332 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:33.150+0000 7fb61230e680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-22T06:45:33.390 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:33.032+0000 7fbbe553e680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-22T06:45:33.390 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:33.116+0000 7fbbe553e680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-22T06:45:33.390 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:33.211+0000 7fbbe553e680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-22T06:45:33.598 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:33.332+0000 7fb61230e680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-22T06:45:33.657 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:33.389+0000 7fbbe553e680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-22T06:45:33.874 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:33.598+0000 7fb61230e680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-22T06:45:33.875 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:33.735+0000 7fb61230e680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-22T06:45:33.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:33.657+0000 7fbbe553e680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-22T06:45:33.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:33.793+0000 7fbbe553e680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-22T06:45:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:33.874+0000 7fb61230e680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-22T06:45:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:34.054+0000 7fb61230e680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-22T06:45:34.198 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:33.931+0000 7fbbe553e680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-22T06:45:34.198 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:34.110+0000 7fbbe553e680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-22T06:45:34.419 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:34.140+0000 7fb61230e680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-22T06:45:34.419 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [79B blob data] 2024-03-22T06:45:34.419 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:45:34] ENGINE Bus STARTING 2024-03-22T06:45:34.419 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [79B blob data] 2024-03-22T06:45:34.419 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:34.383+0000 7fb56f948700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-22T06:45:34.419 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:34.383+0000 7fb56f948700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-22T06:45:34.419 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:34.383+0000 7fb56f948700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-22T06:45:34.419 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:34.383+0000 7fb56f948700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-22T06:45:34.419 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:34.383+0000 7fb56f948700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-22T06:45:34.420 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:34.385+0000 7fb576956700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-22T06:45:34.420 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:34.385+0000 7fb576956700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-22T06:45:34.420 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:34.385+0000 7fb576956700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-22T06:45:34.420 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:34.385+0000 7fb576956700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-22T06:45:34.420 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:45:34.385+0000 7fb576956700 -1 client.0 error registering admin socket command: (17) File exists 2024-03-22T06:45:34.420 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:34.155437+0000 mon.a (mon.0) 612 : cluster [INF] Active manager daemon y restarted 2024-03-22T06:45:34.420 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:34.155706+0000 mon.a (mon.0) 613 : cluster [INF] Activating manager daemon y 2024-03-22T06:45:34.420 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:34.171262+0000 mon.a (mon.0) 614 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:34.171773+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e16: y(active, starting, since 0.0161505s), standbys: x 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.173389+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.173505+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.173626+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.174342+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.174627+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.174910+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.175168+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.175446+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.175611+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.175833+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.176026+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.176269+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.176568+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:45:34.421 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.176784+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:45:34.422 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.176999+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:34.422 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.177227+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-22T06:45:34.422 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.177449+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-22T06:45:34.422 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.177860+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-22T06:45:34.422 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:34.191745+0000 mon.a (mon.0) 634 : cluster [INF] Manager daemon y is now available 2024-03-22T06:45:34.422 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:34.155437+0000 mon.a (mon.0) 612 : cluster [INF] Active manager daemon y restarted 2024-03-22T06:45:34.422 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:34.155706+0000 mon.a (mon.0) 613 : cluster [INF] Activating manager daemon y 2024-03-22T06:45:34.422 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:34.171262+0000 mon.a (mon.0) 614 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-22T06:45:34.422 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:34.171773+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e16: y(active, starting, since 0.0161505s), standbys: x 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.173389+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.173505+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.173626+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.174342+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.174627+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.174910+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.175168+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.175446+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.175611+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.175833+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.176026+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.176269+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.176568+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.176784+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.176999+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:34.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.177227+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-22T06:45:34.424 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.177449+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-22T06:45:34.424 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.177860+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-22T06:45:34.424 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:34.191745+0000 mon.a (mon.0) 634 : cluster [INF] Manager daemon y is now available 2024-03-22T06:45:34.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: debug 2024-03-22T06:45:34.198+0000 7fbbe553e680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-22T06:45:34.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: [22/Mar/2024:06:45:34] ENGINE Bus STARTING 2024-03-22T06:45:34.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: CherryPy Checker: 2024-03-22T06:45:34.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: The Application mounted at '' has an empty config. 2024-03-22T06:45:34.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: 2024-03-22T06:45:34.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: [22/Mar/2024:06:45:34] ENGINE Serving on http://:::9283 2024-03-22T06:45:34.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: [22/Mar/2024:06:45:34] ENGINE Bus STARTED 2024-03-22T06:45:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:34.155437+0000 mon.a (mon.0) 612 : cluster [INF] Active manager daemon y restarted 2024-03-22T06:45:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:34.155706+0000 mon.a (mon.0) 613 : cluster [INF] Activating manager daemon y 2024-03-22T06:45:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:34.171262+0000 mon.a (mon.0) 614 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-22T06:45:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:34.171773+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e16: y(active, starting, since 0.0161505s), standbys: x 2024-03-22T06:45:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.173389+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-22T06:45:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.173505+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-22T06:45:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.173626+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-22T06:45:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.174342+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-03-22T06:45:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.174627+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-03-22T06:45:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.174910+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-22T06:45:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.175168+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-22T06:45:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.175446+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-22T06:45:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.175611+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-22T06:45:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.175833+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-22T06:45:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.176026+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-22T06:45:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.176269+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-22T06:45:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.176568+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-22T06:45:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.176784+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-22T06:45:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.176999+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-22T06:45:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.177227+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-22T06:45:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.177449+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-22T06:45:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.177860+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-22T06:45:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:34.191745+0000 mon.a (mon.0) 634 : cluster [INF] Manager daemon y is now available 2024-03-22T06:45:34.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: CherryPy Checker: 2024-03-22T06:45:34.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: The Application mounted at '' has an empty config. 2024-03-22T06:45:34.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: 2024-03-22T06:45:34.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:45:34] ENGINE Serving on http://:::9283 2024-03-22T06:45:34.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:45:34] ENGINE Bus STARTED 2024-03-22T06:45:35.179 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled node-exporter update... 2024-03-22T06:45:35.491 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:34.212267+0000 mon.a (mon.0) 635 : cluster [DBG] Standby manager daemon x restarted 2024-03-22T06:45:35.491 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:34.212361+0000 mon.a (mon.0) 636 : cluster [DBG] Standby manager daemon x started 2024-03-22T06:45:35.491 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.214144+0000 mon.b (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.28:0/1615103949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-22T06:45:35.491 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.214575+0000 mon.b (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.28:0/1615103949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-22T06:45:35.491 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.216730+0000 mon.b (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.28:0/1615103949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-22T06:45:35.491 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.217782+0000 mon.b (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.28:0/1615103949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-22T06:45:35.492 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.296473+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:35.492 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.298155+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:35.492 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.339690+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:35.492 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.353173+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-22T06:45:35.492 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:34.360615+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-22T06:45:35.492 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:35.169743+0000 mon.a (mon.0) 642 : cluster [DBG] mgrmap e17: y(active, since 1.01412s), standbys: x 2024-03-22T06:45:35.492 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:35.179226+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:34.212267+0000 mon.a (mon.0) 635 : cluster [DBG] Standby manager daemon x restarted 2024-03-22T06:45:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:34.212361+0000 mon.a (mon.0) 636 : cluster [DBG] Standby manager daemon x started 2024-03-22T06:45:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.214144+0000 mon.b (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.28:0/1615103949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-22T06:45:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.214575+0000 mon.b (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.28:0/1615103949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-22T06:45:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.216730+0000 mon.b (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.28:0/1615103949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-22T06:45:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.217782+0000 mon.b (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.28:0/1615103949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-22T06:45:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.296473+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.298155+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.339690+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.353173+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-22T06:45:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:34.360615+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-22T06:45:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:35.169743+0000 mon.a (mon.0) 642 : cluster [DBG] mgrmap e17: y(active, since 1.01412s), standbys: x 2024-03-22T06:45:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:35.179226+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:34.212267+0000 mon.a (mon.0) 635 : cluster [DBG] Standby manager daemon x restarted 2024-03-22T06:45:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:34.212361+0000 mon.a (mon.0) 636 : cluster [DBG] Standby manager daemon x started 2024-03-22T06:45:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.214144+0000 mon.b (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.28:0/1615103949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-22T06:45:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.214575+0000 mon.b (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.28:0/1615103949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-22T06:45:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.216730+0000 mon.b (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.28:0/1615103949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-22T06:45:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.217782+0000 mon.b (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.28:0/1615103949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-22T06:45:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.296473+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.298155+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:45:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.339690+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.353173+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-22T06:45:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:34.360615+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-22T06:45:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:35.169743+0000 mon.a (mon.0) 642 : cluster [DBG] mgrmap e17: y(active, since 1.01412s), standbys: x 2024-03-22T06:45:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:35.179226+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:36.026 DEBUG:teuthology.orchestra.run.smithi023:node-exporter.a> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@node-exporter.a.service 2024-03-22T06:45:36.029 DEBUG:teuthology.orchestra.run.smithi028:node-exporter.b> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@node-exporter.b.service 2024-03-22T06:45:36.031 INFO:tasks.cephadm:Adding alertmanager.a on smithi023 2024-03-22T06:45:36.031 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch apply alertmanager '1;smithi023=a' 2024-03-22T06:45:36.061 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:-- Logs begin at Fri 2024-03-22 06:29:12 UTC. -- 2024-03-22T06:45:36.065 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:-- Logs begin at Fri 2024-03-22 06:28:24 UTC. -- 2024-03-22T06:45:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:35.175678+0000 mgr.y (mgr.14556) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi023=a;smithi028=b;count:2 2024-03-22T06:45:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:35.179663+0000 mgr.y (mgr.14556) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:35.746474+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:36.041730+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:36.042491+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:36.043149+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:36.043751+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:36.048212+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:35.175678+0000 mgr.y (mgr.14556) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi023=a;smithi028=b;count:2 2024-03-22T06:45:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:35.179663+0000 mgr.y (mgr.14556) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:35.746474+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:36.041730+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:36.042491+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:36.043149+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:36.043751+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:36.048212+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:35.175678+0000 mgr.y (mgr.14556) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi023=a;smithi028=b;count:2 2024-03-22T06:45:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:35.179663+0000 mgr.y (mgr.14556) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:35.746474+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:36.041730+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:36.042491+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:36.043149+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:36.043751+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:36.048212+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:37.562 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:36.044281+0000 mgr.y (mgr.14556) 4 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 3000M 2024-03-22T06:45:37.562 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:36.176259+0000 mgr.y (mgr.14556) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:37.562 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:37.054592+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e18: y(active, since 2s), standbys: x 2024-03-22T06:45:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:36.044281+0000 mgr.y (mgr.14556) 4 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 3000M 2024-03-22T06:45:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:36.176259+0000 mgr.y (mgr.14556) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:37.054592+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e18: y(active, since 2s), standbys: x 2024-03-22T06:45:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:36.044281+0000 mgr.y (mgr.14556) 4 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 3000M 2024-03-22T06:45:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:36.176259+0000 mgr.y (mgr.14556) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:37.054592+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e18: y(active, since 2s), standbys: x 2024-03-22T06:45:38.535 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled alertmanager update... 2024-03-22T06:45:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:37.393615+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:37.813496+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:37.814423+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:37.815254+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:37.816079+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:37.822738+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:37.823964+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:37.824932+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:37.876819+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:37.941202+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:37.945739+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:37.393615+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:37.813496+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:37.814423+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:37.815254+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:37.816079+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:37.822738+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:37.823964+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:37.824932+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:37.876819+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:37.941202+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:37.945739+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:37.393615+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:37.813496+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:37.814423+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:37.815254+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:37.816079+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:45:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:37.822738+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:37.823964+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:45:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:37.824932+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:45:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:37.876819+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:37.941202+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:37.945739+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:39.395 DEBUG:teuthology.orchestra.run.smithi023:alertmanager.a> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@alertmanager.a.service 2024-03-22T06:45:39.398 INFO:tasks.cephadm:Adding grafana.a on smithi028 2024-03-22T06:45:39.398 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph orch apply grafana '1;smithi028=a' 2024-03-22T06:45:39.433 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:-- Logs begin at Fri 2024-03-22 06:29:12 UTC. -- 2024-03-22T06:45:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:37.816724+0000 mgr.y (mgr.14556) 6 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 3257M 2024-03-22T06:45:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:37.826325+0000 mgr.y (mgr.14556) 7 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-03-22T06:45:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:37.826643+0000 mgr.y (mgr.14556) 8 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-22T06:45:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:37.846973+0000 mgr.y (mgr.14556) 9 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-03-22T06:45:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:37.883401+0000 mgr.y (mgr.14556) 10 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-03-22T06:45:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:37.961867+0000 mgr.y (mgr.14556) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi028 2024-03-22T06:45:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:38.176687+0000 mgr.y (mgr.14556) 12 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:38.528185+0000 mgr.y (mgr.14556) 13 : audit [DBG] from='client.24460 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi023=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:45:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:38.529631+0000 mgr.y (mgr.14556) 14 : cephadm [INF] Saving service alertmanager spec with placement smithi023=a;count:1 2024-03-22T06:45:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:38.535357+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:37.816724+0000 mgr.y (mgr.14556) 6 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 3257M 2024-03-22T06:45:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:37.826325+0000 mgr.y (mgr.14556) 7 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-03-22T06:45:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:37.826643+0000 mgr.y (mgr.14556) 8 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-22T06:45:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:37.846973+0000 mgr.y (mgr.14556) 9 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-03-22T06:45:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:37.883401+0000 mgr.y (mgr.14556) 10 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-03-22T06:45:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:37.961867+0000 mgr.y (mgr.14556) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi028 2024-03-22T06:45:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:38.176687+0000 mgr.y (mgr.14556) 12 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:38.528185+0000 mgr.y (mgr.14556) 13 : audit [DBG] from='client.24460 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi023=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:45:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:38.529631+0000 mgr.y (mgr.14556) 14 : cephadm [INF] Saving service alertmanager spec with placement smithi023=a;count:1 2024-03-22T06:45:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:38.535357+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:37.816724+0000 mgr.y (mgr.14556) 6 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 3257M 2024-03-22T06:45:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:37.826325+0000 mgr.y (mgr.14556) 7 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-03-22T06:45:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:37.826643+0000 mgr.y (mgr.14556) 8 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-22T06:45:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:37.846973+0000 mgr.y (mgr.14556) 9 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-03-22T06:45:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:37.883401+0000 mgr.y (mgr.14556) 10 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-03-22T06:45:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:37.961867+0000 mgr.y (mgr.14556) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi028 2024-03-22T06:45:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:38.176687+0000 mgr.y (mgr.14556) 12 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:38.528185+0000 mgr.y (mgr.14556) 13 : audit [DBG] from='client.24460 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi023=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:45:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:38.529631+0000 mgr.y (mgr.14556) 14 : cephadm [INF] Saving service alertmanager spec with placement smithi023=a;count:1 2024-03-22T06:45:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:38.535357+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:40.177364+0000 mgr.y (mgr.14556) 15 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:40.177364+0000 mgr.y (mgr.14556) 15 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:40.177364+0000 mgr.y (mgr.14556) 15 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:42.346 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled grafana update... 2024-03-22T06:45:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:42.177812+0000 mgr.y (mgr.14556) 16 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:42.339798+0000 mgr.y (mgr.14556) 17 : audit [DBG] from='client.24466 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi028=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:45:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:42.341179+0000 mgr.y (mgr.14556) 18 : cephadm [INF] Saving service grafana spec with placement smithi028=a;count:1 2024-03-22T06:45:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:42.346774+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:42.177812+0000 mgr.y (mgr.14556) 16 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:42.339798+0000 mgr.y (mgr.14556) 17 : audit [DBG] from='client.24466 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi028=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:45:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:42.341179+0000 mgr.y (mgr.14556) 18 : cephadm [INF] Saving service grafana spec with placement smithi028=a;count:1 2024-03-22T06:45:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:42.346774+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:42.177812+0000 mgr.y (mgr.14556) 16 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:42.339798+0000 mgr.y (mgr.14556) 17 : audit [DBG] from='client.24466 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi028=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:45:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:42.341179+0000 mgr.y (mgr.14556) 18 : cephadm [INF] Saving service grafana spec with placement smithi028=a;count:1 2024-03-22T06:45:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:42.346774+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:44.400 DEBUG:teuthology.orchestra.run.smithi028:grafana.a> sudo journalctl -f -n 0 -u ceph-e86c638a-e816-11ee-95cd-87774f69a715@grafana.a.service 2024-03-22T06:45:44.403 INFO:tasks.cephadm:Setting up client nodes... 2024-03-22T06:45:44.404 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-22T06:45:44.436 INFO:journalctl@ceph.grafana.a.smithi028.stdout:-- Logs begin at Fri 2024-03-22 06:28:24 UTC. -- 2024-03-22T06:45:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:44.178169+0000 mgr.y (mgr.14556) 19 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:44.178169+0000 mgr.y (mgr.14556) 19 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:44.178169+0000 mgr.y (mgr.14556) 19 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:46.667 INFO:teuthology.orchestra.run.smithi023.stdout:[client.0] 2024-03-22T06:45:46.667 INFO:teuthology.orchestra.run.smithi023.stdout: key = AQAaKf1lhjeMJxAAQD/64A5mqPhPPs1ZDLsCVw== 2024-03-22T06:45:47.452 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:45:47.453 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-03-22T06:45:47.453 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-03-22T06:45:47.496 DEBUG:teuthology.orchestra.run.smithi028:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-22T06:45:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:46.178709+0000 mgr.y (mgr.14556) 20 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:46.663058+0000 mon.c (mon.2) 19 : audit [INF] from='client.? 172.21.15.23:0/3902278678' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-22T06:45:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:46.663361+0000 mon.a (mon.0) 664 : 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-03-22T06:45:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:46.667603+0000 mon.a (mon.0) 665 : 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-03-22T06:45:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:46.178709+0000 mgr.y (mgr.14556) 20 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:46.663058+0000 mon.c (mon.2) 19 : audit [INF] from='client.? 172.21.15.23:0/3902278678' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-22T06:45:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:46.663361+0000 mon.a (mon.0) 664 : 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-03-22T06:45:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:46.667603+0000 mon.a (mon.0) 665 : 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-03-22T06:45:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:46.178709+0000 mgr.y (mgr.14556) 20 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:46.663058+0000 mon.c (mon.2) 19 : audit [INF] from='client.? 172.21.15.23:0/3902278678' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-22T06:45:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:46.663361+0000 mon.a (mon.0) 664 : 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-03-22T06:45:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:46.667603+0000 mon.a (mon.0) 665 : 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-03-22T06:45:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:48.179212+0000 mgr.y (mgr.14556) 21 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:48.179212+0000 mgr.y (mgr.14556) 21 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:48.179212+0000 mgr.y (mgr.14556) 21 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:51.260 INFO:teuthology.orchestra.run.smithi028.stdout:[client.1] 2024-03-22T06:45:51.261 INFO:teuthology.orchestra.run.smithi028.stdout: key = AQAfKf1lgzkLDxAA/tTOb2iRgm7sdu66JDXedA== 2024-03-22T06:45:51.662 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:45:51.435Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-22T06:45:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:50.179750+0000 mgr.y (mgr.14556) 22 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:51.251718+0000 mon.b (mon.1) 28 : audit [INF] from='client.? 172.21.15.28:0/3727031242' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-22T06:45:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:51.252202+0000 mon.a (mon.0) 666 : 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-03-22T06:45:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:51.260748+0000 mon.a (mon.0) 667 : 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-03-22T06:45:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:50.179750+0000 mgr.y (mgr.14556) 22 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:51.251718+0000 mon.b (mon.1) 28 : audit [INF] from='client.? 172.21.15.28:0/3727031242' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-22T06:45:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:51.252202+0000 mon.a (mon.0) 666 : 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-03-22T06:45:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:51.260748+0000 mon.a (mon.0) 667 : 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-03-22T06:45:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:50.179750+0000 mgr.y (mgr.14556) 22 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:51.251718+0000 mon.b (mon.1) 28 : audit [INF] from='client.? 172.21.15.28:0/3727031242' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-22T06:45:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:51.252202+0000 mon.a (mon.0) 666 : 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-03-22T06:45:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:51.260748+0000 mon.a (mon.0) 667 : 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-03-22T06:45:52.163 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:45:51 smithi028 bash[60316]: ca71522f350f98ac0f281e7e197a7a8b208ac808937868d7d123aaf93f0a8beb 2024-03-22T06:45:52.163 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:45:51 smithi028 systemd[1]: Started Ceph prometheus.a for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:45:52.245 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-22T06:45:52.245 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-03-22T06:45:52.245 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-03-22T06:45:52.289 INFO:tasks.cephadm:Waiting for OSDs to come up 2024-03-22T06:45:52.290 DEBUG:teuthology.orchestra.run.smithi023:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2024-03-22T06:45:52.338 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:52 smithi023 systemd[1]: Starting Ceph node-exporter.a for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:45:52.617 INFO:teuthology.misc.health.smithi023.stdout: 2024-03-22T06:45:52.617 INFO:teuthology.misc.health.smithi023.stdout:{"epoch":55,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","created":"2024-03-22T06:39:49.357887+0000","modified":"2024-03-22T06:45:34.155489+0000","last_up_change":"2024-03-22T06:45:01.329991+0000","last_in_change":"2024-03-22T06:44:43.395098+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-03-22T06:42:52.899580+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-03-22T06:45:19.446235+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-03-22T06:45:20.269654+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":"a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169","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.23:6802","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6803","nonce":2158855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6805","nonce":2158855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6809","nonce":2158855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6807","nonce":2158855232}]},"public_addr":"172.21.15.23:6803/2158855232","cluster_addr":"172.21.15.23:6805/2158855232","heartbeat_back_addr":"172.21.15.23:6809/2158855232","heartbeat_front_addr":"172.21.15.23:6807/2158855232","state":["exists","up"]},{"osd":1,"uuid":"97f32e0f-f0ae-4496-8644-1361644278a3","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.23:6810","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6811","nonce":3870507014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6813","nonce":3870507014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6817","nonce":3870507014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6815","nonce":3870507014}]},"public_addr":"172.21.15.23:6811/3870507014","cluster_addr":"172.21.15.23:6813/3870507014","heartbeat_back_addr":"172.21.15.23:6817/3870507014","heartbeat_front_addr":"172.21.15.23:6815/3870507014","state":["exists","up"]},{"osd":2,"uuid":"38652f5e-6893-4aa5-a243-dce6e733342a","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.23:6818","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6819","nonce":3375066416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6821","nonce":3375066416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6825","nonce":3375066416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6823","nonce":3375066416}]},"public_addr":"172.21.15.23:6819/3375066416","cluster_addr":"172.21.15.23:6821/3375066416","heartbeat_back_addr":"172.21.15.23:6825/3375066416","heartbeat_front_addr":"172.21.15.23:6823/3375066416","state":["exists","up"]},{"osd":3,"uuid":"713042a7-6fca-425d-aa33-ceadcdd7edeb","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.23:6826","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6827","nonce":974225083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6829","nonce":974225083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6833","nonce":974225083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6831","nonce":974225083}]},"public_addr":"172.21.15.23:6827/974225083","cluster_addr":"172.21.15.23:6829/974225083","heartbeat_back_addr":"172.21.15.23:6833/974225083","heartbeat_front_addr":"172.21.15.23:6831/974225083","state":["exists","up"]},{"osd":4,"uuid":"56c0aba7-4f8b-4e6a-afa9-737a4c1496e1","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.28:6800","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6801","nonce":3833962790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6803","nonce":3833962790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6807","nonce":3833962790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6805","nonce":3833962790}]},"public_addr":"172.21.15.28:6801/3833962790","cluster_addr":"172.21.15.28:6803/3833962790","heartbeat_back_addr":"172.21.15.28:6807/3833962790","heartbeat_front_addr":"172.21.15.28:6805/3833962790","state":["exists","up"]},{"osd":5,"uuid":"9db94738-8931-4960-ac43-86584f39054f","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.28:6808","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6809","nonce":2321595908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6810","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6811","nonce":2321595908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6814","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6815","nonce":2321595908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6812","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6813","nonce":2321595908}]},"public_addr":"172.21.15.28:6809/2321595908","cluster_addr":"172.21.15.28:6811/2321595908","heartbeat_back_addr":"172.21.15.28:6815/2321595908","heartbeat_front_addr":"172.21.15.28:6813/2321595908","state":["exists","up"]},{"osd":6,"uuid":"f4191603-fbc9-4eee-b365-5457e31b7350","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.28:6816","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6817","nonce":2006708751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6818","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6819","nonce":2006708751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6822","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6823","nonce":2006708751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6820","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6821","nonce":2006708751}]},"public_addr":"172.21.15.28:6817/2006708751","cluster_addr":"172.21.15.28:6819/2006708751","heartbeat_back_addr":"172.21.15.28:6823/2006708751","heartbeat_front_addr":"172.21.15.28:6821/2006708751","state":["exists","up"]},{"osd":7,"uuid":"fd125202-4fa1-4647-8658-bf894e7d1f81","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.28:6824","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6825","nonce":970962306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6826","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6827","nonce":970962306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6830","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6831","nonce":970962306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6828","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6829","nonce":970962306}]},"public_addr":"172.21.15.28:6825/970962306","cluster_addr":"172.21.15.28:6827/970962306","heartbeat_back_addr":"172.21.15.28:6831/970962306","heartbeat_front_addr":"172.21.15.28:6829/970962306","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-03-22T06:42:02.497629+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-03-22T06:42:26.311727+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-03-22T06:42:50.811416+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-03-22T06:43:15.663688+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-03-22T06:43:39.371261+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-03-22T06:44:06.564039+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-03-22T06:44:32.767621+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-03-22T06:45:00.026973+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/1296329032":"2024-03-23T06:45:34.155453+0000","172.21.15.23:6801/4035003683":"2024-03-23T06:45:34.155453+0000","172.21.15.23:6800/4035003683":"2024-03-23T06:45:34.155453+0000","172.21.15.23:0/659933416":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2733077589":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6801/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6800/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/3750463965":"2024-03-23T06:45:34.155453+0000","172.21.15.23:0/2410253109":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6800/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6801/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:0/2806765994":"2024-03-23T06:40:20.092296+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-03-22T06:45:52.630 DEBUG:teuthology.misc:8 of 8 OSDs are up 2024-03-22T06:45:52.630 INFO:tasks.cephadm:Creating RBD pool 2024-03-22T06:45:52.630 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- sudo ceph --cluster ceph osd pool create rbd 8 2024-03-22T06:45:52.630 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:52 smithi023 bash[64490]: Trying to pull quay.io/prometheus/node-exporter:v1.3.1... 2024-03-22T06:45:53.130 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:52 smithi023 bash[64490]: Getting image source signatures 2024-03-22T06:45:53.130 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:52 smithi023 bash[64490]: Copying blob sha256:b5db1e299295edf3005515ab7879c1df64a33c185d3a7a23aa4dcaa17d26f7b3 2024-03-22T06:45:53.130 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:52 smithi023 bash[64490]: Copying blob sha256:aa2a8d90b84cb2a9c422e7005cd166a008ccf22ef5d7d4f07128478585ce35ea 2024-03-22T06:45:53.130 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:52 smithi023 bash[64490]: Copying blob sha256:b45d31ee2d7f9f452678a85b0c837c29e12089f31ee8dbac6c8c24dfa4054a30 2024-03-22T06:45:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:51.799544+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:51.801920+0000 mgr.y (mgr.14556) 23 : cephadm [INF] Deploying daemon node-exporter.a on smithi023 2024-03-22T06:45:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:52.180134+0000 mgr.y (mgr.14556) 24 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:52.616838+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.23:0/1678633680' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:51.799544+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:51.801920+0000 mgr.y (mgr.14556) 23 : cephadm [INF] Deploying daemon node-exporter.a on smithi023 2024-03-22T06:45:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:52.180134+0000 mgr.y (mgr.14556) 24 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:52.616838+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.23:0/1678633680' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:51.799544+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:51.801920+0000 mgr.y (mgr.14556) 23 : cephadm [INF] Deploying daemon node-exporter.a on smithi023 2024-03-22T06:45:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:52.180134+0000 mgr.y (mgr.14556) 24 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:52.616838+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.23:0/1678633680' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:45:55.297 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 bash[64490]: Copying config sha256:1dbe0e931976487e20e5cfb272087e08a9779c88fd5e9617ed7042dd9751ec26 2024-03-22T06:45:55.630 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 bash[64490]: Writing manifest to image destination 2024-03-22T06:45:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:54.180481+0000 mgr.y (mgr.14556) 25 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:54.342772+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:54.180481+0000 mgr.y (mgr.14556) 25 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:54.342772+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:54.180481+0000 mgr.y (mgr.14556) 25 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:54.342772+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:56.380 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.988Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-22T06:45:56.380 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.988Z 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-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z 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-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z 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-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=arp 2024-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-22T06:45:56.381 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=edac 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-22T06:45:56.382 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=os 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=stat 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-22T06:45:56.383 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=time 2024-03-22T06:45:56.384 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-22T06:45:56.384 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=uname 2024-03-22T06:45:56.384 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-22T06:45:56.384 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-22T06:45:56.384 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.989Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-22T06:45:56.384 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.990Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-22T06:45:56.384 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-a[64639]: ts=2024-03-22T06:45:55.990Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-22T06:45:56.384 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:56 smithi023 bash[64490]: 99716f361c86e05054823b0154c89571119dfc4646df4241de3b5b0f5094ba16 2024-03-22T06:45:56.384 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Mar 22 06:45:56 smithi023 systemd[1]: Started Ceph node-exporter.a for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:45:57.156 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:45:56 smithi028 systemd[1]: Starting Ceph node-exporter.b for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:45:57.156 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:45:56 smithi028 bash[60578]: Trying to pull quay.io/prometheus/node-exporter:v1.3.1... 2024-03-22T06:45:57.205 INFO:teuthology.orchestra.run.smithi023.stderr:pool 'rbd' created 2024-03-22T06:45:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:56.139183+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:45:56.140037+0000 mgr.y (mgr.14556) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi028 2024-03-22T06:45:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:56.180949+0000 mgr.y (mgr.14556) 27 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:56.714920+0000 mon.c (mon.2) 20 : audit [INF] from='client.? 172.21.15.23:0/3196764586' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-03-22T06:45:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:56.715291+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-03-22T06:45:57.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:56.139183+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:57.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:45:56.140037+0000 mgr.y (mgr.14556) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi028 2024-03-22T06:45:57.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:56.180949+0000 mgr.y (mgr.14556) 27 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:57.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:56.714920+0000 mon.c (mon.2) 20 : audit [INF] from='client.? 172.21.15.23:0/3196764586' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-03-22T06:45:57.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:56.715291+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-03-22T06:45:57.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:56.139183+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:45:57.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:45:56.140037+0000 mgr.y (mgr.14556) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi028 2024-03-22T06:45:57.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:56.180949+0000 mgr.y (mgr.14556) 27 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:57.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:56.714920+0000 mon.c (mon.2) 20 : audit [INF] from='client.? 172.21.15.23:0/3196764586' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-03-22T06:45:57.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:56.715291+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-03-22T06:45:57.913 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:45:57 smithi028 bash[60578]: Getting image source signatures 2024-03-22T06:45:57.913 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:45:57 smithi028 bash[60578]: Copying blob sha256:b5db1e299295edf3005515ab7879c1df64a33c185d3a7a23aa4dcaa17d26f7b3 2024-03-22T06:45:57.913 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:45:57 smithi028 bash[60578]: Copying blob sha256:aa2a8d90b84cb2a9c422e7005cd166a008ccf22ef5d7d4f07128478585ce35ea 2024-03-22T06:45:57.913 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:45:57 smithi028 bash[60578]: Copying blob sha256:b45d31ee2d7f9f452678a85b0c837c29e12089f31ee8dbac6c8c24dfa4054a30 2024-03-22T06:45:57.961 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- sudo ceph --cluster ceph osd pool application enable rbd rbd --yes-i-really-mean-it 2024-03-22T06:45:58.474 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:57.200972+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2024-03-22T06:45:58.475 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:57.201053+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-22T06:45:58.475 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:57.201572+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' 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-03-22T06:45:58.475 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:57.206542+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-03-22T06:45:58.475 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:57.200972+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2024-03-22T06:45:58.475 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:57.201053+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-22T06:45:58.475 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:57.201572+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' 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-03-22T06:45:58.475 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:57.206542+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-03-22T06:45:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:57.200972+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2024-03-22T06:45:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:57.201053+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-22T06:45:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:57.201572+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' 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-03-22T06:45:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:57.206542+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-03-22T06:45:59.217 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:58.181362+0000 mgr.y (mgr.14556) 28 : cluster [DBG] pgmap v16: 105 pgs: 8 unknown, 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:59.217 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:45:58.219873+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-03-22T06:45:59.217 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:58.219947+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-22T06:45:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:58.181362+0000 mgr.y (mgr.14556) 28 : cluster [DBG] pgmap v16: 105 pgs: 8 unknown, 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:45:58.219873+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-03-22T06:45:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:58.219947+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-22T06:45:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:58.181362+0000 mgr.y (mgr.14556) 28 : cluster [DBG] pgmap v16: 105 pgs: 8 unknown, 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:45:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:45:58.219873+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-03-22T06:45:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:45:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:58.219947+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-22T06:46:00.162 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:45:59 smithi028 bash[60578]: Copying config sha256:1dbe0e931976487e20e5cfb272087e08a9779c88fd5e9617ed7042dd9751ec26 2024-03-22T06:46:00.163 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:45:59 smithi028 bash[60578]: Writing manifest to image destination 2024-03-22T06:46:00.257 INFO:teuthology.orchestra.run.smithi023.stderr:enabled application 'rbd' on pool 'rbd' 2024-03-22T06:46:00.502 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:45:59.234333+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-22T06:46:00.503 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:00.050522+0000 mon.c (mon.2) 21 : audit [INF] from='client.? 172.21.15.23:0/1450367014' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2024-03-22T06:46:00.503 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:00.050905+0000 mon.a (mon.0) 680 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2024-03-22T06:46:00.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:45:59.234333+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-22T06:46:00.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:00.050522+0000 mon.c (mon.2) 21 : audit [INF] from='client.? 172.21.15.23:0/1450367014' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2024-03-22T06:46:00.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:00.050905+0000 mon.a (mon.0) 680 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2024-03-22T06:46:00.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:45:59.234333+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-22T06:46:00.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:00.050522+0000 mon.c (mon.2) 21 : audit [INF] from='client.? 172.21.15.23:0/1450367014' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2024-03-22T06:46:00.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:00.050905+0000 mon.a (mon.0) 680 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2024-03-22T06:46:00.913 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.621Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-22T06:46:00.914 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.621Z 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-03-22T06:46:00.914 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.622Z 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-03-22T06:46:00.914 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.622Z 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-03-22T06:46:00.914 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-22T06:46:00.915 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=arp 2024-03-22T06:46:00.915 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-22T06:46:00.915 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-22T06:46:00.915 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-22T06:46:00.915 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-22T06:46:00.915 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-22T06:46:00.916 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-22T06:46:00.916 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-22T06:46:00.916 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-22T06:46:00.916 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=edac 2024-03-22T06:46:00.916 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-22T06:46:00.916 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-22T06:46:00.916 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-22T06:46:00.917 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-22T06:46:00.917 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-22T06:46:00.917 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-22T06:46:00.917 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-22T06:46:00.917 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-22T06:46:00.917 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-22T06:46:00.917 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-22T06:46:00.918 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-22T06:46:00.918 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-22T06:46:00.918 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-22T06:46:00.918 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-22T06:46:00.918 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-22T06:46:00.918 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-22T06:46:00.919 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=os 2024-03-22T06:46:00.919 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-22T06:46:00.919 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-22T06:46:00.919 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-22T06:46:00.919 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-22T06:46:00.919 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-22T06:46:00.919 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-22T06:46:00.920 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=stat 2024-03-22T06:46:00.920 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-22T06:46:00.920 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-22T06:46:00.920 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-22T06:46:00.920 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=time 2024-03-22T06:46:00.920 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-22T06:46:00.920 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=uname 2024-03-22T06:46:00.921 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-22T06:46:00.921 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-22T06:46:00.921 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-22T06:46:00.921 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-22T06:46:00.921 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-node-exporter-b[60628]: ts=2024-03-22T06:46:00.623Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-22T06:46:00.921 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 bash[60578]: 852b04d97b93499f49bfccf27f5e53a1cf3c508d272b577ba2610c8673f952a5 2024-03-22T06:46:00.921 INFO:journalctl@ceph.node-exporter.b.smithi028.stdout:Mar 22 06:46:00 smithi028 systemd[1]: Started Ceph node-exporter.b for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:46:01.004 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-22T06:46:01.004 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-22T06:46:01.005 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-22T06:46:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:00.181800+0000 mgr.y (mgr.14556) 29 : cluster [DBG] pgmap v19: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:00.246290+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]': finished 2024-03-22T06:46:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:00.246378+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-22T06:46:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:00.788625+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:00.789731+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:46:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:00.181800+0000 mgr.y (mgr.14556) 29 : cluster [DBG] pgmap v19: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:00.246290+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]': finished 2024-03-22T06:46:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:00.246378+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-22T06:46:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:00.788625+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:00.789731+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:46:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:00.181800+0000 mgr.y (mgr.14556) 29 : cluster [DBG] pgmap v19: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:00.246290+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]': finished 2024-03-22T06:46:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:00.246378+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-22T06:46:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:00.788625+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:00.789731+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:46:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:46:01.943 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:03.358 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:02.182107+0000 mgr.y (mgr.14556) 30 : cluster [DBG] pgmap v21: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:03.358 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:02.182107+0000 mgr.y (mgr.14556) 30 : cluster [DBG] pgmap v21: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:02.182107+0000 mgr.y (mgr.14556) 30 : cluster [DBG] pgmap v21: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:04.102 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:46:03] "GET /metrics HTTP/1.1" 200 185726 "" "Prometheus/2.33.4" 2024-03-22T06:46:04.105 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:46:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:03.780960+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:04.100389+0000 mon.a (mon.0) 686 : audit [DBG] from='client.? 172.21.15.23:0/392777745' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-22T06:46:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:04.182426+0000 mgr.y (mgr.14556) 31 : cluster [DBG] pgmap v22: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:04.361309+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:04.686377+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:04.687117+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:46:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:04.687805+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:46:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:04.694032+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:03.780960+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:04.100389+0000 mon.a (mon.0) 686 : audit [DBG] from='client.? 172.21.15.23:0/392777745' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-22T06:46:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:04.182426+0000 mgr.y (mgr.14556) 31 : cluster [DBG] pgmap v22: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:04.361309+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:04.686377+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:04.687117+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:46:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:04.687805+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:46:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:04.694032+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:03.780960+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:04.100389+0000 mon.a (mon.0) 686 : audit [DBG] from='client.? 172.21.15.23:0/392777745' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-22T06:46:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:04.182426+0000 mgr.y (mgr.14556) 31 : cluster [DBG] pgmap v22: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:04.361309+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:04.686377+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:04.687117+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:46:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:04.687805+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:46:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:04.694032+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:05.234 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":18,"active_gid":14556,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6800","nonce":1227473242},{"type":"v1","addr":"172.21.15.23:6801","nonce":1227473242}]},"active_addr":"172.21.15.23:6801/1227473242","active_change":"2024-03-22T06:45:34.155609+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":24430,"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.23:8443/","prometheus":"http://172.21.15.23: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.23:0","nonce":225744301}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.23:0","nonce":653128926}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.23:0","nonce":1981028052}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.23:0","nonce":3938904293}]}]} 2024-03-22T06:46:05.237 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-22T06:46:05.237 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-22T06:46:05.238 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-22T06:46:05.533 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:46:04.701991+0000 mgr.y (mgr.14556) 32 : cephadm [INF] Deploying daemon alertmanager.a on smithi023 2024-03-22T06:46:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:46:04.701991+0000 mgr.y (mgr.14556) 32 : cephadm [INF] Deploying daemon alertmanager.a on smithi023 2024-03-22T06:46:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:46:04.701991+0000 mgr.y (mgr.14556) 32 : cephadm [INF] Deploying daemon alertmanager.a on smithi023 2024-03-22T06:46:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:06.182898+0000 mgr.y (mgr.14556) 33 : cluster [DBG] pgmap v23: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:06.182898+0000 mgr.y (mgr.14556) 33 : cluster [DBG] pgmap v23: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:06.182898+0000 mgr.y (mgr.14556) 33 : cluster [DBG] pgmap v23: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:08.018 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:46:08.018 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":59,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","created":"2024-03-22T06:39:49.357887+0000","modified":"2024-03-22T06:46:00.228308+0000","last_up_change":"2024-03-22T06:45:01.329991+0000","last_in_change":"2024-03-22T06:44:43.395098+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-03-22T06:42:52.899580+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-03-22T06:45:19.446235+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-03-22T06:45:20.269654+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-03-22T06:45:57.146515+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":"a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169","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.23:6802","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6803","nonce":2158855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6805","nonce":2158855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6809","nonce":2158855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6807","nonce":2158855232}]},"public_addr":"172.21.15.23:6803/2158855232","cluster_addr":"172.21.15.23:6805/2158855232","heartbeat_back_addr":"172.21.15.23:6809/2158855232","heartbeat_front_addr":"172.21.15.23:6807/2158855232","state":["exists","up"]},{"osd":1,"uuid":"97f32e0f-f0ae-4496-8644-1361644278a3","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.23:6810","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6811","nonce":3870507014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6813","nonce":3870507014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6817","nonce":3870507014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6815","nonce":3870507014}]},"public_addr":"172.21.15.23:6811/3870507014","cluster_addr":"172.21.15.23:6813/3870507014","heartbeat_back_addr":"172.21.15.23:6817/3870507014","heartbeat_front_addr":"172.21.15.23:6815/3870507014","state":["exists","up"]},{"osd":2,"uuid":"38652f5e-6893-4aa5-a243-dce6e733342a","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.23:6818","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6819","nonce":3375066416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6821","nonce":3375066416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6825","nonce":3375066416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6823","nonce":3375066416}]},"public_addr":"172.21.15.23:6819/3375066416","cluster_addr":"172.21.15.23:6821/3375066416","heartbeat_back_addr":"172.21.15.23:6825/3375066416","heartbeat_front_addr":"172.21.15.23:6823/3375066416","state":["exists","up"]},{"osd":3,"uuid":"713042a7-6fca-425d-aa33-ceadcdd7edeb","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.23:6826","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6827","nonce":974225083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6829","nonce":974225083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6833","nonce":974225083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6831","nonce":974225083}]},"public_addr":"172.21.15.23:6827/974225083","cluster_addr":"172.21.15.23:6829/974225083","heartbeat_back_addr":"172.21.15.23:6833/974225083","heartbeat_front_addr":"172.21.15.23:6831/974225083","state":["exists","up"]},{"osd":4,"uuid":"56c0aba7-4f8b-4e6a-afa9-737a4c1496e1","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.28:6800","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6801","nonce":3833962790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6803","nonce":3833962790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6807","nonce":3833962790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6805","nonce":3833962790}]},"public_addr":"172.21.15.28:6801/3833962790","cluster_addr":"172.21.15.28:6803/3833962790","heartbeat_back_addr":"172.21.15.28:6807/3833962790","heartbeat_front_addr":"172.21.15.28:6805/3833962790","state":["exists","up"]},{"osd":5,"uuid":"9db94738-8931-4960-ac43-86584f39054f","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.28:6808","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6809","nonce":2321595908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6810","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6811","nonce":2321595908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6814","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6815","nonce":2321595908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6812","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6813","nonce":2321595908}]},"public_addr":"172.21.15.28:6809/2321595908","cluster_addr":"172.21.15.28:6811/2321595908","heartbeat_back_addr":"172.21.15.28:6815/2321595908","heartbeat_front_addr":"172.21.15.28:6813/2321595908","state":["exists","up"]},{"osd":6,"uuid":"f4191603-fbc9-4eee-b365-5457e31b7350","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.28:6816","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6817","nonce":2006708751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6818","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6819","nonce":2006708751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6822","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6823","nonce":2006708751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6820","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6821","nonce":2006708751}]},"public_addr":"172.21.15.28:6817/2006708751","cluster_addr":"172.21.15.28:6819/2006708751","heartbeat_back_addr":"172.21.15.28:6823/2006708751","heartbeat_front_addr":"172.21.15.28:6821/2006708751","state":["exists","up"]},{"osd":7,"uuid":"fd125202-4fa1-4647-8658-bf894e7d1f81","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.28:6824","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6825","nonce":970962306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6826","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6827","nonce":970962306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6830","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6831","nonce":970962306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6828","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6829","nonce":970962306}]},"public_addr":"172.21.15.28:6825/970962306","cluster_addr":"172.21.15.28:6827/970962306","heartbeat_back_addr":"172.21.15.28:6831/970962306","heartbeat_front_addr":"172.21.15.28:6829/970962306","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-03-22T06:42:02.497629+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-03-22T06:42:26.311727+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-03-22T06:42:50.811416+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-03-22T06:43:15.663688+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-03-22T06:43:39.371261+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-03-22T06:44:06.564039+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-03-22T06:44:32.767621+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-03-22T06:45:00.026973+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/1296329032":"2024-03-23T06:45:34.155453+0000","172.21.15.23:6801/4035003683":"2024-03-23T06:45:34.155453+0000","172.21.15.23:6800/4035003683":"2024-03-23T06:45:34.155453+0000","172.21.15.23:0/659933416":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2733077589":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6801/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6800/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/3750463965":"2024-03-23T06:45:34.155453+0000","172.21.15.23:0/2410253109":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6800/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6801/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:0/2806765994":"2024-03-23T06:40:20.092296+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-03-22T06:46:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:08.017829+0000 mon.c (mon.2) 22 : audit [DBG] from='client.? 172.21.15.23:0/1084591377' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:46:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:08.017829+0000 mon.c (mon.2) 22 : audit [DBG] from='client.? 172.21.15.23:0/1084591377' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:46:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:08.017829+0000 mon.c (mon.2) 22 : audit [DBG] from='client.? 172.21.15.23:0/1084591377' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:46:09.097 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-22T06:46:09.097 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-22T06:46:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:08.183235+0000 mgr.y (mgr.14556) 34 : cluster [DBG] pgmap v24: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:08.183235+0000 mgr.y (mgr.14556) 34 : cluster [DBG] pgmap v24: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:08.183235+0000 mgr.y (mgr.14556) 34 : cluster [DBG] pgmap v24: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:10.183666+0000 mgr.y (mgr.14556) 35 : cluster [DBG] pgmap v25: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:10.183666+0000 mgr.y (mgr.14556) 35 : cluster [DBG] pgmap v25: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:10.183666+0000 mgr.y (mgr.14556) 35 : cluster [DBG] pgmap v25: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:11.812 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:46:13.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:12.184078+0000 mgr.y (mgr.14556) 36 : cluster [DBG] pgmap v26: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:13.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:12.184078+0000 mgr.y (mgr.14556) 36 : cluster [DBG] pgmap v26: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:12.184078+0000 mgr.y (mgr.14556) 36 : cluster [DBG] pgmap v26: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:13.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:46:13 smithi023 bash[65870]: 774268ea2aa7793fe4eafb415285e6ce2e6c9f145dcd4baa76284455bb74612d 2024-03-22T06:46:13.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:46:13 smithi023 systemd[1]: Started Ceph alertmanager.a for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:46:13] "GET /metrics HTTP/1.1" 200 188123 "" "Prometheus/2.33.4" 2024-03-22T06:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:46:13] ENGINE Bus STOPPING 2024-03-22T06:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:46:13] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-22T06:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:46:13] ENGINE Bus STOPPED 2024-03-22T06:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:46:13] ENGINE Bus STARTING 2024-03-22T06:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:46:14] ENGINE Serving on http://:::9283 2024-03-22T06:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:46:14] ENGINE Bus STARTED 2024-03-22T06:46:14.291 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:46:14.291 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":59,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","created":"2024-03-22T06:39:49.357887+0000","modified":"2024-03-22T06:46:00.228308+0000","last_up_change":"2024-03-22T06:45:01.329991+0000","last_in_change":"2024-03-22T06:44:43.395098+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-03-22T06:42:52.899580+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-03-22T06:45:19.446235+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-03-22T06:45:20.269654+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-03-22T06:45:57.146515+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":"a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169","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.23:6802","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6803","nonce":2158855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6805","nonce":2158855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6809","nonce":2158855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6807","nonce":2158855232}]},"public_addr":"172.21.15.23:6803/2158855232","cluster_addr":"172.21.15.23:6805/2158855232","heartbeat_back_addr":"172.21.15.23:6809/2158855232","heartbeat_front_addr":"172.21.15.23:6807/2158855232","state":["exists","up"]},{"osd":1,"uuid":"97f32e0f-f0ae-4496-8644-1361644278a3","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.23:6810","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6811","nonce":3870507014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6813","nonce":3870507014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6817","nonce":3870507014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6815","nonce":3870507014}]},"public_addr":"172.21.15.23:6811/3870507014","cluster_addr":"172.21.15.23:6813/3870507014","heartbeat_back_addr":"172.21.15.23:6817/3870507014","heartbeat_front_addr":"172.21.15.23:6815/3870507014","state":["exists","up"]},{"osd":2,"uuid":"38652f5e-6893-4aa5-a243-dce6e733342a","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.23:6818","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6819","nonce":3375066416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6821","nonce":3375066416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6825","nonce":3375066416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6823","nonce":3375066416}]},"public_addr":"172.21.15.23:6819/3375066416","cluster_addr":"172.21.15.23:6821/3375066416","heartbeat_back_addr":"172.21.15.23:6825/3375066416","heartbeat_front_addr":"172.21.15.23:6823/3375066416","state":["exists","up"]},{"osd":3,"uuid":"713042a7-6fca-425d-aa33-ceadcdd7edeb","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.23:6826","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6827","nonce":974225083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6829","nonce":974225083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6833","nonce":974225083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6831","nonce":974225083}]},"public_addr":"172.21.15.23:6827/974225083","cluster_addr":"172.21.15.23:6829/974225083","heartbeat_back_addr":"172.21.15.23:6833/974225083","heartbeat_front_addr":"172.21.15.23:6831/974225083","state":["exists","up"]},{"osd":4,"uuid":"56c0aba7-4f8b-4e6a-afa9-737a4c1496e1","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.28:6800","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6801","nonce":3833962790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6803","nonce":3833962790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6807","nonce":3833962790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6805","nonce":3833962790}]},"public_addr":"172.21.15.28:6801/3833962790","cluster_addr":"172.21.15.28:6803/3833962790","heartbeat_back_addr":"172.21.15.28:6807/3833962790","heartbeat_front_addr":"172.21.15.28:6805/3833962790","state":["exists","up"]},{"osd":5,"uuid":"9db94738-8931-4960-ac43-86584f39054f","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.28:6808","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6809","nonce":2321595908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6810","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6811","nonce":2321595908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6814","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6815","nonce":2321595908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6812","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6813","nonce":2321595908}]},"public_addr":"172.21.15.28:6809/2321595908","cluster_addr":"172.21.15.28:6811/2321595908","heartbeat_back_addr":"172.21.15.28:6815/2321595908","heartbeat_front_addr":"172.21.15.28:6813/2321595908","state":["exists","up"]},{"osd":6,"uuid":"f4191603-fbc9-4eee-b365-5457e31b7350","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.28:6816","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6817","nonce":2006708751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6818","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6819","nonce":2006708751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6822","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6823","nonce":2006708751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6820","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6821","nonce":2006708751}]},"public_addr":"172.21.15.28:6817/2006708751","cluster_addr":"172.21.15.28:6819/2006708751","heartbeat_back_addr":"172.21.15.28:6823/2006708751","heartbeat_front_addr":"172.21.15.28:6821/2006708751","state":["exists","up"]},{"osd":7,"uuid":"fd125202-4fa1-4647-8658-bf894e7d1f81","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.28:6824","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6825","nonce":970962306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6826","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6827","nonce":970962306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6830","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6831","nonce":970962306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6828","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6829","nonce":970962306}]},"public_addr":"172.21.15.28:6825/970962306","cluster_addr":"172.21.15.28:6827/970962306","heartbeat_back_addr":"172.21.15.28:6831/970962306","heartbeat_front_addr":"172.21.15.28:6829/970962306","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-03-22T06:42:02.497629+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-03-22T06:42:26.311727+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-03-22T06:42:50.811416+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-03-22T06:43:15.663688+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-03-22T06:43:39.371261+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-03-22T06:44:06.564039+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-03-22T06:44:32.767621+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-03-22T06:45:00.026973+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/1296329032":"2024-03-23T06:45:34.155453+0000","172.21.15.23:6801/4035003683":"2024-03-23T06:45:34.155453+0000","172.21.15.23:6800/4035003683":"2024-03-23T06:45:34.155453+0000","172.21.15.23:0/659933416":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2733077589":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6801/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6800/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/3750463965":"2024-03-23T06:45:34.155453+0000","172.21.15.23:0/2410253109":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6800/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6801/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:0/2806765994":"2024-03-23T06:40:20.092296+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-03-22T06:46:14.930 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:13.666120+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:14.930 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:13.860015+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:14.930 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:13.874652+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:14.930 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:13.877949+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-22T06:46:14.930 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:13.878325+0000 mgr.y (mgr.14556) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-22T06:46:14.930 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:13.887174+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:14.930 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:46:13.895643+0000 mgr.y (mgr.14556) 38 : cephadm [INF] Deploying daemon grafana.a on smithi028 2024-03-22T06:46:14.930 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:14.184386+0000 mgr.y (mgr.14556) 39 : cluster [DBG] pgmap v27: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:14.930 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:14.291232+0000 mon.c (mon.2) 23 : audit [DBG] from='client.? 172.21.15.23:0/2016753464' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:46:14.930 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:14.383515+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:14.931 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:13.666120+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:14.931 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:13.860015+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:14.931 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:13.874652+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:14.931 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:13.877949+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-22T06:46:14.931 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:13.878325+0000 mgr.y (mgr.14556) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-22T06:46:14.931 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:13.887174+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:14.931 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:46:13.895643+0000 mgr.y (mgr.14556) 38 : cephadm [INF] Deploying daemon grafana.a on smithi028 2024-03-22T06:46:14.931 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:14.184386+0000 mgr.y (mgr.14556) 39 : cluster [DBG] pgmap v27: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:14.931 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:14.291232+0000 mon.c (mon.2) 23 : audit [DBG] from='client.? 172.21.15.23:0/2016753464' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:46:14.931 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:14.383515+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:14.953 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-22T06:46:14.953 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-22T06:46:14.954 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-22T06:46:14.954 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-03-22T06:46:14.954 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-03-22T06:46:14.955 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-03-22T06:46:14.955 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-03-22T06:46:14.956 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-03-22T06:46:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:13.666120+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:13.860015+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:13.874652+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:13.877949+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-22T06:46:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:13.878325+0000 mgr.y (mgr.14556) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-22T06:46:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:13.887174+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:46:13.895643+0000 mgr.y (mgr.14556) 38 : cephadm [INF] Deploying daemon grafana.a on smithi028 2024-03-22T06:46:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:14.184386+0000 mgr.y (mgr.14556) 39 : cluster [DBG] pgmap v27: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:14.291232+0000 mon.c (mon.2) 23 : audit [DBG] from='client.? 172.21.15.23:0/2016753464' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:46:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:14.383515+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:15.510 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:15.518 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:15.518 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:15.519 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:15.527 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:15.528 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:15.577 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:15.813 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:46:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[65907]: level=info ts=2024-03-22T06:46:15.521Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00098438s 2024-03-22T06:46:15.816 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:16.184870+0000 mgr.y (mgr.14556) 40 : cluster [DBG] pgmap v28: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:16.184870+0000 mgr.y (mgr.14556) 40 : cluster [DBG] pgmap v28: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:16.184870+0000 mgr.y (mgr.14556) 40 : cluster [DBG] pgmap v28: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:18.185199+0000 mgr.y (mgr.14556) 41 : cluster [DBG] pgmap v29: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:18.185199+0000 mgr.y (mgr.14556) 41 : cluster [DBG] pgmap v29: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:18.185199+0000 mgr.y (mgr.14556) 41 : cluster [DBG] pgmap v29: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:20.185657+0000 mgr.y (mgr.14556) 42 : cluster [DBG] pgmap v30: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:20.185657+0000 mgr.y (mgr.14556) 42 : cluster [DBG] pgmap v30: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:20.185657+0000 mgr.y (mgr.14556) 42 : cluster [DBG] pgmap v30: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:46:23.089 INFO:teuthology.orchestra.run.smithi023.stdout:34359738421 2024-03-22T06:46:23.090 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-22T06:46:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:22.186193+0000 mgr.y (mgr.14556) 43 : cluster [DBG] pgmap v31: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:22.186193+0000 mgr.y (mgr.14556) 43 : cluster [DBG] pgmap v31: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:22.186193+0000 mgr.y (mgr.14556) 43 : cluster [DBG] pgmap v31: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:23.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[65907]: level=info ts=2024-03-22T06:46:23.524Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003772557s 2024-03-22T06:46:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:46:23] "GET /metrics HTTP/1.1" 200 188122 "" "Prometheus/2.33.4" 2024-03-22T06:46:24.752 INFO:teuthology.orchestra.run.smithi023.stdout:206158430226 2024-03-22T06:46:24.752 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-03-22T06:46:25.361 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:24.186793+0000 mgr.y (mgr.14556) 44 : cluster [DBG] pgmap v32: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:25.361 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:24.186793+0000 mgr.y (mgr.14556) 44 : cluster [DBG] pgmap v32: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:24.186793+0000 mgr.y (mgr.14556) 44 : cluster [DBG] pgmap v32: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:27.572 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:26.187298+0000 mgr.y (mgr.14556) 45 : cluster [DBG] pgmap v33: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:27.572 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:26.187298+0000 mgr.y (mgr.14556) 45 : cluster [DBG] pgmap v33: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:27.598 INFO:teuthology.orchestra.run.smithi023.stdout:180388626456 2024-03-22T06:46:27.598 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-03-22T06:46:27.613 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:26.187298+0000 mgr.y (mgr.14556) 45 : cluster [DBG] pgmap v33: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:27.614 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 systemd[1]: Starting Ceph grafana.a for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:46:28.061 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+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-03-22T06:46:28.062 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+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-03-22T06:46:28.062 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-03-22T06:46:28.062 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-03-22T06:46:28.062 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-03-22T06:46:28.062 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-03-22T06:46:28.062 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-03-22T06:46:28.062 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-03-22T06:46:28.062 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-03-22T06:46:28.062 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-03-22T06:46:28.062 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-03-22T06:46:28.062 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="App mode production" logger=settings 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+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-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Starting DB migrations" logger=migrator 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-03-22T06:46:28.063 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-03-22T06:46:28.064 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-03-22T06:46:28.066 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-03-22T06:46:28.066 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-03-22T06:46:28.067 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-03-22T06:46:28.068 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-03-22T06:46:28.069 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-03-22T06:46:28.070 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-03-22T06:46:28.070 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-03-22T06:46:28.070 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-03-22T06:46:28.071 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-03-22T06:46:28.071 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-03-22T06:46:28.071 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-03-22T06:46:28.071 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-03-22T06:46:28.071 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-03-22T06:46:28.071 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-03-22T06:46:28.071 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-03-22T06:46:28.071 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-03-22T06:46:28.072 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 bash[61257]: 5b20045c0cc83c8d7454de4155b88bd229cc2e54286e8e124e74f75f16951b42 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 systemd[1]: Started Ceph grafana.a for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-03-22T06:46:28.073 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-03-22T06:46:28.074 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-03-22T06:46:28.075 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-03-22T06:46:28.076 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-03-22T06:46:28.077 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+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-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-03-22T06:46:28.078 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-03-22T06:46:28.079 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-03-22T06:46:28.079 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-03-22T06:46:28.079 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-03-22T06:46:28.079 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-03-22T06:46:28.079 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-03-22T06:46:28.079 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-03-22T06:46:28.079 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-03-22T06:46:28.079 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-03-22T06:46:28.079 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-03-22T06:46:28.079 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-03-22T06:46:28.080 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-03-22T06:46:28.082 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+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-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-03-22T06:46:28.083 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-03-22T06:46:28.084 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-03-22T06:46:28.085 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-03-22T06:46:28.086 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-03-22T06:46:28.087 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2024-03-22T06:46:28.088 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2024-03-22T06:46:28.089 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2024-03-22T06:46:28.089 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2024-03-22T06:46:28.089 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2024-03-22T06:46:28.089 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2024-03-22T06:46:28.089 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2024-03-22T06:46:28.089 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2024-03-22T06:46:28.089 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2024-03-22T06:46:28.089 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2024-03-22T06:46:28.089 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2024-03-22T06:46:28.089 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2024-03-22T06:46:28.090 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2024-03-22T06:46:28.090 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-03-22T06:46:28.090 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-03-22T06:46:28.090 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2024-03-22T06:46:28.090 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2024-03-22T06:46:28.090 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2024-03-22T06:46:28.090 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+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-03-22T06:46:28.090 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2024-03-22T06:46:28.091 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+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-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+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-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2024-03-22T06:46:28.092 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-03-22T06:46:28.093 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2024-03-22T06:46:28.093 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2024-03-22T06:46:28.093 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2024-03-22T06:46:28.093 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2024-03-22T06:46:28.093 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2024-03-22T06:46:28.093 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2024-03-22T06:46:28.093 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2024-03-22T06:46:28.093 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2024-03-22T06:46:28.094 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2024-03-22T06:46:28.095 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=174.370919ms 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Created default organization" logger=sqlstore 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2024-03-22T06:46:28.096 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:27+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2024-03-22T06:46:28.097 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:28+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-03-22T06:46:28.097 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:28+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-22T06:46:28.097 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:28+0000 lvl=info msg="warming cache for startup" logger=ngalert 2024-03-22T06:46:28.097 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:28+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2024-03-22T06:46:28.097 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 06:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T06:46:28+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-03-22T06:46:29.159 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:27.867905+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:29.160 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:27.869099+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:46:29.160 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:28.187695+0000 mgr.y (mgr.14556) 46 : cluster [DBG] pgmap v34: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:29.160 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:27.867905+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:29.160 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:27.869099+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:46:29.160 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:28.187695+0000 mgr.y (mgr.14556) 46 : cluster [DBG] pgmap v34: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:27.867905+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:27.869099+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:46:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:28.187695+0000 mgr.y (mgr.14556) 46 : cluster [DBG] pgmap v34: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:29.765 INFO:teuthology.orchestra.run.smithi023.stdout:55834574897 2024-03-22T06:46:29.765 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-22T06:46:30.572 INFO:teuthology.orchestra.run.smithi023.stdout:77309411374 2024-03-22T06:46:30.572 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-22T06:46:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:29.396305+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:30.681 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:29.396305+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:30.681 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:29.396305+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:31.206 INFO:teuthology.orchestra.run.smithi023.stdout:107374182441 2024-03-22T06:46:31.207 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-03-22T06:46:31.465 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:30.188434+0000 mgr.y (mgr.14556) 47 : cluster [DBG] pgmap v35: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:31.466 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:30.188434+0000 mgr.y (mgr.14556) 47 : cluster [DBG] pgmap v35: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:30.188434+0000 mgr.y (mgr.14556) 47 : cluster [DBG] pgmap v35: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:46:32.779 INFO:teuthology.orchestra.run.smithi023.stdout:154618822687 2024-03-22T06:46:32.780 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-03-22T06:46:33.345 INFO:teuthology.orchestra.run.smithi023.stdout:128849018917 2024-03-22T06:46:33.346 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-03-22T06:46:33.376 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:33.380 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:33.380 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:33.394 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:33.472 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:32.188931+0000 mgr.y (mgr.14556) 48 : cluster [DBG] pgmap v36: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:32.371203+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:32.188931+0000 mgr.y (mgr.14556) 48 : cluster [DBG] pgmap v36: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:32.371203+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:32.188931+0000 mgr.y (mgr.14556) 48 : cluster [DBG] pgmap v36: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:32.371203+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:33.984 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:46:33] "GET /metrics HTTP/1.1" 200 188122 "" "Prometheus/2.33.4" 2024-03-22T06:46:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.196337+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-03-22T06:46:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.196619+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [0, 2]}]: dispatch 2024-03-22T06:46:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.196831+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 3]}]: dispatch 2024-03-22T06:46:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.196984+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.18", "id": [0, 2]}]: dispatch 2024-03-22T06:46:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.197134+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [0, 2]}]: dispatch 2024-03-22T06:46:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.197303+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2c", "id": [4, 1]}]: dispatch 2024-03-22T06:46:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.197476+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.35", "id": [5, 1]}]: dispatch 2024-03-22T06:46:34.762 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.196337+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-03-22T06:46:34.762 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.196619+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [0, 2]}]: dispatch 2024-03-22T06:46:34.762 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.196831+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 3]}]: dispatch 2024-03-22T06:46:34.762 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.196984+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.18", "id": [0, 2]}]: dispatch 2024-03-22T06:46:34.762 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.197134+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [0, 2]}]: dispatch 2024-03-22T06:46:34.762 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.197303+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2c", "id": [4, 1]}]: dispatch 2024-03-22T06:46:34.762 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.197476+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.35", "id": [5, 1]}]: dispatch 2024-03-22T06:46:34.763 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.196337+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-03-22T06:46:34.763 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.196619+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [0, 2]}]: dispatch 2024-03-22T06:46:34.763 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.196831+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 3]}]: dispatch 2024-03-22T06:46:34.763 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.196984+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.18", "id": [0, 2]}]: dispatch 2024-03-22T06:46:34.763 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.197134+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [0, 2]}]: dispatch 2024-03-22T06:46:34.763 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.197303+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2c", "id": [4, 1]}]: dispatch 2024-03-22T06:46:34.763 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.197476+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.35", "id": [5, 1]}]: dispatch 2024-03-22T06:46:35.534 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:34.189413+0000 mgr.y (mgr.14556) 49 : cluster [DBG] pgmap v37: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.403262+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2024-03-22T06:46:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.403325+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [0, 2]}]': finished 2024-03-22T06:46:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.403386+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 3]}]': finished 2024-03-22T06:46:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.403438+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.18", "id": [0, 2]}]': finished 2024-03-22T06:46:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.403495+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [0, 2]}]': finished 2024-03-22T06:46:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.403552+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2c", "id": [4, 1]}]': finished 2024-03-22T06:46:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:34.403601+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.35", "id": [5, 1]}]': finished 2024-03-22T06:46:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:34.403642+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-22T06:46:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:34.189413+0000 mgr.y (mgr.14556) 49 : cluster [DBG] pgmap v37: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.403262+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2024-03-22T06:46:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.403325+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [0, 2]}]': finished 2024-03-22T06:46:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.403386+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 3]}]': finished 2024-03-22T06:46:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.403438+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.18", "id": [0, 2]}]': finished 2024-03-22T06:46:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.403495+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [0, 2]}]': finished 2024-03-22T06:46:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.403552+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2c", "id": [4, 1]}]': finished 2024-03-22T06:46:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:34.403601+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.35", "id": [5, 1]}]': finished 2024-03-22T06:46:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:34.403642+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-22T06:46:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:34.189413+0000 mgr.y (mgr.14556) 49 : cluster [DBG] pgmap v37: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.403262+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2024-03-22T06:46:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.403325+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [0, 2]}]': finished 2024-03-22T06:46:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.403386+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 3]}]': finished 2024-03-22T06:46:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.403438+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.18", "id": [0, 2]}]': finished 2024-03-22T06:46:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.403495+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [0, 2]}]': finished 2024-03-22T06:46:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.403552+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2c", "id": [4, 1]}]': finished 2024-03-22T06:46:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:34.403601+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.35", "id": [5, 1]}]': finished 2024-03-22T06:46:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:34.403642+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-22T06:46:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:35.406656+0000 mon.a (mon.0) 717 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-22T06:46:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:35.406656+0000 mon.a (mon.0) 717 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-22T06:46:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:35.406656+0000 mon.a (mon.0) 717 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-22T06:46:37.441 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:36.189879+0000 mgr.y (mgr.14556) 50 : cluster [DBG] pgmap v40: 105 pgs: 7 peering, 98 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:37.442 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:36.755576+0000 mon.c (mon.2) 24 : audit [DBG] from='client.? 172.21.15.23:0/117752360' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-22T06:46:37.442 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:36.189879+0000 mgr.y (mgr.14556) 50 : cluster [DBG] pgmap v40: 105 pgs: 7 peering, 98 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:37.442 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:36.755576+0000 mon.c (mon.2) 24 : audit [DBG] from='client.? 172.21.15.23:0/117752360' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-22T06:46:37.505 INFO:teuthology.orchestra.run.smithi023.stdout:34359738425 2024-03-22T06:46:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:36.189879+0000 mgr.y (mgr.14556) 50 : cluster [DBG] pgmap v40: 105 pgs: 7 peering, 98 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:36.755576+0000 mon.c (mon.2) 24 : audit [DBG] from='client.? 172.21.15.23:0/117752360' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-22T06:46:38.159 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738421 got 34359738425 for osd.0 2024-03-22T06:46:38.159 DEBUG:teuthology.parallel:result is None 2024-03-22T06:46:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:38.190365+0000 mgr.y (mgr.14556) 51 : cluster [DBG] pgmap v41: 105 pgs: 7 peering, 98 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:38.190365+0000 mgr.y (mgr.14556) 51 : cluster [DBG] pgmap v41: 105 pgs: 7 peering, 98 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:38.190365+0000 mgr.y (mgr.14556) 51 : cluster [DBG] pgmap v41: 105 pgs: 7 peering, 98 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:41.740 INFO:teuthology.orchestra.run.smithi023.stdout:206158430230 2024-03-22T06:46:41.764 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:40.190775+0000 mgr.y (mgr.14556) 52 : cluster [DBG] pgmap v42: 105 pgs: 1 peering, 104 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:41.765 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:40.190775+0000 mgr.y (mgr.14556) 52 : cluster [DBG] pgmap v42: 105 pgs: 1 peering, 104 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:40.190775+0000 mgr.y (mgr.14556) 52 : cluster [DBG] pgmap v42: 105 pgs: 1 peering, 104 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:46:42.303 INFO:teuthology.orchestra.run.smithi023.stdout:77309411377 2024-03-22T06:46:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:41.741495+0000 mon.a (mon.0) 718 : audit [DBG] from='client.? 172.21.15.23:0/3023786783' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-22T06:46:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:42.303770+0000 mon.a (mon.0) 719 : audit [DBG] from='client.? 172.21.15.23:0/1948532587' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-22T06:46:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:41.741495+0000 mon.a (mon.0) 718 : audit [DBG] from='client.? 172.21.15.23:0/3023786783' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-22T06:46:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:42.303770+0000 mon.a (mon.0) 719 : audit [DBG] from='client.? 172.21.15.23:0/1948532587' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-22T06:46:42.912 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:41.741495+0000 mon.a (mon.0) 718 : audit [DBG] from='client.? 172.21.15.23:0/3023786783' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-22T06:46:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:42.303770+0000 mon.a (mon.0) 719 : audit [DBG] from='client.? 172.21.15.23:0/1948532587' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-22T06:46:43.677 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:42.191124+0000 mgr.y (mgr.14556) 53 : cluster [DBG] pgmap v43: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:43.678 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:42.191124+0000 mgr.y (mgr.14556) 53 : cluster [DBG] pgmap v43: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:42.191124+0000 mgr.y (mgr.14556) 53 : cluster [DBG] pgmap v43: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:44.074 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:46:43] "GET /metrics HTTP/1.1" 200 188123 "" "Prometheus/2.33.4" 2024-03-22T06:46:44.763 INFO:tasks.cephadm.ceph_manager.ceph:need seq 206158430226 got 206158430230 for osd.7 2024-03-22T06:46:44.763 DEBUG:teuthology.parallel:result is None 2024-03-22T06:46:45.073 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411374 got 77309411377 for osd.2 2024-03-22T06:46:45.073 DEBUG:teuthology.parallel:result is None 2024-03-22T06:46:45.731 INFO:teuthology.orchestra.run.smithi023.stdout:180388626459 2024-03-22T06:46:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:44.191631+0000 mgr.y (mgr.14556) 54 : cluster [DBG] pgmap v44: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:44.191631+0000 mgr.y (mgr.14556) 54 : cluster [DBG] pgmap v44: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:44.191631+0000 mgr.y (mgr.14556) 54 : cluster [DBG] pgmap v44: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:46.410 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626456 got 180388626459 for osd.6 2024-03-22T06:46:46.410 DEBUG:teuthology.parallel:result is None 2024-03-22T06:46:46.859 INFO:teuthology.orchestra.run.smithi023.stdout:55834574901 2024-03-22T06:46:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:45.585764+0000 mon.c (mon.2) 25 : audit [DBG] from='client.? 172.21.15.23:0/3641495536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-22T06:46:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:45.585764+0000 mon.c (mon.2) 25 : audit [DBG] from='client.? 172.21.15.23:0/3641495536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-22T06:46:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:45.585764+0000 mon.c (mon.2) 25 : audit [DBG] from='client.? 172.21.15.23:0/3641495536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-22T06:46:47.502 INFO:teuthology.orchestra.run.smithi023.stdout:107374182445 2024-03-22T06:46:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:46.192276+0000 mgr.y (mgr.14556) 55 : cluster [DBG] pgmap v45: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:46.860154+0000 mon.a (mon.0) 720 : audit [DBG] from='client.? 172.21.15.23:0/2609418438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-22T06:46:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:46.192276+0000 mgr.y (mgr.14556) 55 : cluster [DBG] pgmap v45: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:46.860154+0000 mon.a (mon.0) 720 : audit [DBG] from='client.? 172.21.15.23:0/2609418438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-22T06:46:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:46.192276+0000 mgr.y (mgr.14556) 55 : cluster [DBG] pgmap v45: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:46.860154+0000 mon.a (mon.0) 720 : audit [DBG] from='client.? 172.21.15.23:0/2609418438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-22T06:46:48.129 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574897 got 55834574901 for osd.1 2024-03-22T06:46:48.129 DEBUG:teuthology.parallel:result is None 2024-03-22T06:46:48.430 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:48.847 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:47.503568+0000 mon.c (mon.2) 26 : audit [DBG] from='client.? 172.21.15.23:0/3024467429' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-22T06:46:48.848 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:47.503568+0000 mon.c (mon.2) 26 : audit [DBG] from='client.? 172.21.15.23:0/3024467429' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-22T06:46:48.868 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182441 got 107374182445 for osd.3 2024-03-22T06:46:48.869 DEBUG:teuthology.parallel:result is None 2024-03-22T06:46:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:47.503568+0000 mon.c (mon.2) 26 : audit [DBG] from='client.? 172.21.15.23:0/3024467429' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-22T06:46:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:48.192707+0000 mgr.y (mgr.14556) 56 : cluster [DBG] pgmap v46: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:48.192707+0000 mgr.y (mgr.14556) 56 : cluster [DBG] pgmap v46: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:48.192707+0000 mgr.y (mgr.14556) 56 : cluster [DBG] pgmap v46: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:50.770 INFO:teuthology.orchestra.run.smithi023.stdout:154618822691 2024-03-22T06:46:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:50.193182+0000 mgr.y (mgr.14556) 57 : cluster [DBG] pgmap v47: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:50.636575+0000 mon.a (mon.0) 721 : audit [DBG] from='client.? 172.21.15.23:0/1816229830' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-22T06:46:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:50.193182+0000 mgr.y (mgr.14556) 57 : cluster [DBG] pgmap v47: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:50.636575+0000 mon.a (mon.0) 721 : audit [DBG] from='client.? 172.21.15.23:0/1816229830' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-22T06:46:51.770 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822687 got 154618822691 for osd.5 2024-03-22T06:46:51.771 DEBUG:teuthology.parallel:result is None 2024-03-22T06:46:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:46:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:50.193182+0000 mgr.y (mgr.14556) 57 : cluster [DBG] pgmap v47: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:50.636575+0000 mon.a (mon.0) 721 : audit [DBG] from='client.? 172.21.15.23:0/1816229830' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-22T06:46:52.924 INFO:teuthology.orchestra.run.smithi023.stdout:128849018921 2024-03-22T06:46:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:52.193572+0000 mgr.y (mgr.14556) 58 : cluster [DBG] pgmap v48: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:52.785987+0000 mon.c (mon.2) 27 : audit [DBG] from='client.? 172.21.15.23:0/2572279542' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-22T06:46:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:52.799682+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:53.193547+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:46:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:53.194188+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:46:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:53.207339+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:52.193572+0000 mgr.y (mgr.14556) 58 : cluster [DBG] pgmap v48: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:52.785987+0000 mon.c (mon.2) 27 : audit [DBG] from='client.? 172.21.15.23:0/2572279542' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-22T06:46:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:52.799682+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:53.193547+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:46:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:53.194188+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:46:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:53.207339+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:53.779 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018917 got 128849018921 for osd.4 2024-03-22T06:46:53.779 DEBUG:teuthology.parallel:result is None 2024-03-22T06:46:53.779 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-22T06:46:53.780 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-22T06:46:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:52.193572+0000 mgr.y (mgr.14556) 58 : cluster [DBG] pgmap v48: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:52.785987+0000 mon.c (mon.2) 27 : audit [DBG] from='client.? 172.21.15.23:0/2572279542' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-22T06:46:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:52.799682+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:53.193547+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:46:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:53.194188+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:46:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:53.207339+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:46:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:46:53] "GET /metrics HTTP/1.1" 200 188126 "" "Prometheus/2.33.4" 2024-03-22T06:46:54.825 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:46:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:46:53.210501+0000 mgr.y (mgr.14556) 59 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-22T06:46:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:46:53.213509+0000 mgr.y (mgr.14556) 60 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi023 2024-03-22T06:46:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:46:53.210501+0000 mgr.y (mgr.14556) 59 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-22T06:46:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:46:53.213509+0000 mgr.y (mgr.14556) 60 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi023 2024-03-22T06:46:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:46:53.210501+0000 mgr.y (mgr.14556) 59 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-22T06:46:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:46:53.213509+0000 mgr.y (mgr.14556) 60 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi023 2024-03-22T06:46:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:54.194053+0000 mgr.y (mgr.14556) 61 : cluster [DBG] pgmap v49: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:54.194053+0000 mgr.y (mgr.14556) 61 : cluster [DBG] pgmap v49: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:54.194053+0000 mgr.y (mgr.14556) 61 : cluster [DBG] pgmap v49: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:57.117 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:46:56 smithi023 systemd[1]: Stopping Ceph alertmanager.a for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:46:57.379 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:46:57 smithi023 bash[69188]: Error: no container with name or ID "ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager.a" found: no such container 2024-03-22T06:46:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:56.194941+0000 mgr.y (mgr.14556) 62 : cluster [DBG] pgmap v50: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:56.194941+0000 mgr.y (mgr.14556) 62 : cluster [DBG] pgmap v50: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:56.194941+0000 mgr.y (mgr.14556) 62 : cluster [DBG] pgmap v50: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:58.380 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:46:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[65907]: level=info ts=2024-03-22T06:46:58.327Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-22T06:46:59.121 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:46:58 smithi023 bash[69257]: ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a 2024-03-22T06:46:59.763 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:46:59.765 INFO:teuthology.orchestra.run.smithi023.stderr:dumped all 2024-03-22T06:46:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:46:58.195446+0000 mgr.y (mgr.14556) 63 : cluster [DBG] pgmap v51: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:46:58.195446+0000 mgr.y (mgr.14556) 63 : cluster [DBG] pgmap v51: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:46:59.880 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:46:59 smithi023 systemd[1]: ceph-e86c638a-e816-11ee-95cd-87774f69a715@alertmanager.a.service: Succeeded. 2024-03-22T06:46:59.880 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:46:59 smithi023 systemd[1]: Stopped Ceph alertmanager.a for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:46:59.880 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:46:59 smithi023 systemd[1]: Starting Ceph alertmanager.a for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:46:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:46:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:46:58.195446+0000 mgr.y (mgr.14556) 63 : cluster [DBG] pgmap v51: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:00.629 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[69434]: level=info ts=2024-03-22T06:47:00.227Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-22T06:47:00.630 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[69434]: level=info ts=2024-03-22T06:47:00.227Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-22T06:47:00.630 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[69434]: level=info ts=2024-03-22T06:47:00.228Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.23 port=9094 2024-03-22T06:47:00.630 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[69434]: level=info ts=2024-03-22T06:47:00.229Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-22T06:47:00.630 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[69434]: level=info ts=2024-03-22T06:47:00.254Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-22T06:47:00.630 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[69434]: level=info ts=2024-03-22T06:47:00.255Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-22T06:47:00.630 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[69434]: level=info ts=2024-03-22T06:47:00.257Z caller=main.go:518 msg=Listening address=:9093 2024-03-22T06:47:00.630 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[69434]: level=info ts=2024-03-22T06:47:00.257Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-22T06:47:00.630 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:47:00 smithi023 bash[69405]: 4bab6647a549e5d61a55729e92689bda7fab4495df509bd8aa6dfb3cbbda3b5d 2024-03-22T06:47:00.630 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:47:00 smithi023 systemd[1]: Started Ceph alertmanager.a for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:47:01.055 INFO:teuthology.orchestra.run.smithi023.stdout:{"pg_ready":true,"pg_map":{"version":51,"stamp":"2024-03-22T06:46:58.195169+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":47,"num_write_kb":15,"num_scrub_errors":0,"num_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":41,"ondisk_log_size":41,"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":2381628,"kb_used_data":4860,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747579588,"statfs":{"total":767960285184,"available":765521498112,"internally_reserved":0,"allocated":4976640,"data_stored":2131423,"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.003344"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406863+0000","last_change":"2024-03-22T06:45:20.946458+0000","last_active":"2024-03-22T06:46:34.406863+0000","last_peered":"2024-03-22T06:46:34.406863+0000","last_clean":"2024-03-22T06:46:34.406863+0000","last_became_active":"2024-03-22T06:45:20.944770+0000","last_became_peered":"2024-03-22T06:45:20.944770+0000","last_unstale":"2024-03-22T06:46:34.406863+0000","last_undegraded":"2024-03-22T06:46:34.406863+0000","last_fullsized":"2024-03-22T06:46:34.406863+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406887+0000","last_change":"2024-03-22T06:45:20.958827+0000","last_active":"2024-03-22T06:46:34.406887+0000","last_peered":"2024-03-22T06:46:34.406887+0000","last_clean":"2024-03-22T06:46:34.406887+0000","last_became_active":"2024-03-22T06:45:20.958504+0000","last_became_peered":"2024-03-22T06:45:20.958504+0000","last_unstale":"2024-03-22T06:46:34.406887+0000","last_undegraded":"2024-03-22T06:46:34.406887+0000","last_fullsized":"2024-03-22T06:46:34.406887+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.406313+0000","last_change":"2024-03-22T06:45:20.949584+0000","last_active":"2024-03-22T06:46:34.406313+0000","last_peered":"2024-03-22T06:46:34.406313+0000","last_clean":"2024-03-22T06:46:34.406313+0000","last_became_active":"2024-03-22T06:45:20.949283+0000","last_became_peered":"2024-03-22T06:45:20.949283+0000","last_unstale":"2024-03-22T06:46:34.406313+0000","last_undegraded":"2024-03-22T06:46:34.406313+0000","last_fullsized":"2024-03-22T06:46:34.406313+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.409264+0000","last_change":"2024-03-22T06:45:20.945398+0000","last_active":"2024-03-22T06:46:34.409264+0000","last_peered":"2024-03-22T06:46:34.409264+0000","last_clean":"2024-03-22T06:46:34.409264+0000","last_became_active":"2024-03-22T06:45:20.945071+0000","last_became_peered":"2024-03-22T06:45:20.945071+0000","last_unstale":"2024-03-22T06:46:34.409264+0000","last_undegraded":"2024-03-22T06:46:34.409264+0000","last_fullsized":"2024-03-22T06:46:34.409264+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405943+0000","last_change":"2024-03-22T06:45:20.949297+0000","last_active":"2024-03-22T06:46:34.405943+0000","last_peered":"2024-03-22T06:46:34.405943+0000","last_clean":"2024-03-22T06:46:34.405943+0000","last_became_active":"2024-03-22T06:45:20.948677+0000","last_became_peered":"2024-03-22T06:45:20.948677+0000","last_unstale":"2024-03-22T06:46:34.405943+0000","last_undegraded":"2024-03-22T06:46:34.405943+0000","last_fullsized":"2024-03-22T06:46:34.405943+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.408904+0000","last_change":"2024-03-22T06:45:20.944468+0000","last_active":"2024-03-22T06:46:34.408904+0000","last_peered":"2024-03-22T06:46:34.408904+0000","last_clean":"2024-03-22T06:46:34.408904+0000","last_became_active":"2024-03-22T06:45:20.944124+0000","last_became_peered":"2024-03-22T06:45:20.944124+0000","last_unstale":"2024-03-22T06:46:34.408904+0000","last_undegraded":"2024-03-22T06:46:34.408904+0000","last_fullsized":"2024-03-22T06:46:34.408904+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407681+0000","last_change":"2024-03-22T06:45:20.950873+0000","last_active":"2024-03-22T06:46:34.407681+0000","last_peered":"2024-03-22T06:46:34.407681+0000","last_clean":"2024-03-22T06:46:34.407681+0000","last_became_active":"2024-03-22T06:45:20.950377+0000","last_became_peered":"2024-03-22T06:45:20.950377+0000","last_unstale":"2024-03-22T06:46:34.407681+0000","last_undegraded":"2024-03-22T06:46:34.407681+0000","last_fullsized":"2024-03-22T06:46:34.407681+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402526+0000","last_change":"2024-03-22T06:45:20.953509+0000","last_active":"2024-03-22T06:46:34.402526+0000","last_peered":"2024-03-22T06:46:34.402526+0000","last_clean":"2024-03-22T06:46:34.402526+0000","last_became_active":"2024-03-22T06:45:20.953171+0000","last_became_peered":"2024-03-22T06:45:20.953171+0000","last_unstale":"2024-03-22T06:46:34.402526+0000","last_undegraded":"2024-03-22T06:46:34.402526+0000","last_fullsized":"2024-03-22T06:46:34.402526+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406768+0000","last_change":"2024-03-22T06:45:20.945244+0000","last_active":"2024-03-22T06:46:34.406768+0000","last_peered":"2024-03-22T06:46:34.406768+0000","last_clean":"2024-03-22T06:46:34.406768+0000","last_became_active":"2024-03-22T06:45:20.944263+0000","last_became_peered":"2024-03-22T06:45:20.944263+0000","last_unstale":"2024-03-22T06:46:34.406768+0000","last_undegraded":"2024-03-22T06:46:34.406768+0000","last_fullsized":"2024-03-22T06:46:34.406768+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406287+0000","last_change":"2024-03-22T06:45:20.953542+0000","last_active":"2024-03-22T06:46:34.406287+0000","last_peered":"2024-03-22T06:46:34.406287+0000","last_clean":"2024-03-22T06:46:34.406287+0000","last_became_active":"2024-03-22T06:45:20.953293+0000","last_became_peered":"2024-03-22T06:45:20.953293+0000","last_unstale":"2024-03-22T06:46:34.406287+0000","last_undegraded":"2024-03-22T06:46:34.406287+0000","last_fullsized":"2024-03-22T06:46:34.406287+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":25,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-03-22T06:46:35.924309+0000","last_change":"2024-03-22T06:46:35.924309+0000","last_active":"2024-03-22T06:46:35.924309+0000","last_peered":"2024-03-22T06:46:35.924309+0000","last_clean":"2024-03-22T06:46:35.924309+0000","last_became_active":"2024-03-22T06:46:35.923961+0000","last_became_peered":"2024-03-22T06:46:35.923961+0000","last_unstale":"2024-03-22T06:46:35.924309+0000","last_undegraded":"2024-03-22T06:46:35.924309+0000","last_fullsized":"2024-03-22T06:46:35.924309+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,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-03-22T06:46:34.402961+0000","last_change":"2024-03-22T06:45:20.942374+0000","last_active":"2024-03-22T06:46:34.402961+0000","last_peered":"2024-03-22T06:46:34.402961+0000","last_clean":"2024-03-22T06:46:34.402961+0000","last_became_active":"2024-03-22T06:45:20.942067+0000","last_became_peered":"2024-03-22T06:45:20.942067+0000","last_unstale":"2024-03-22T06:46:34.402961+0000","last_undegraded":"2024-03-22T06:46:34.402961+0000","last_fullsized":"2024-03-22T06:46:34.402961+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402874+0000","last_change":"2024-03-22T06:45:20.954210+0000","last_active":"2024-03-22T06:46:34.402874+0000","last_peered":"2024-03-22T06:46:34.402874+0000","last_clean":"2024-03-22T06:46:34.402874+0000","last_became_active":"2024-03-22T06:45:20.953874+0000","last_became_peered":"2024-03-22T06:45:20.953874+0000","last_unstale":"2024-03-22T06:46:34.402874+0000","last_undegraded":"2024-03-22T06:46:34.402874+0000","last_fullsized":"2024-03-22T06:46:34.402874+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.405607+0000","last_change":"2024-03-22T06:45:20.945045+0000","last_active":"2024-03-22T06:46:34.405607+0000","last_peered":"2024-03-22T06:46:34.405607+0000","last_clean":"2024-03-22T06:46:34.405607+0000","last_became_active":"2024-03-22T06:45:20.944766+0000","last_became_peered":"2024-03-22T06:45:20.944766+0000","last_unstale":"2024-03-22T06:46:34.405607+0000","last_undegraded":"2024-03-22T06:46:34.405607+0000","last_fullsized":"2024-03-22T06:46:34.405607+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405154+0000","last_change":"2024-03-22T06:45:20.945084+0000","last_active":"2024-03-22T06:46:34.405154+0000","last_peered":"2024-03-22T06:46:34.405154+0000","last_clean":"2024-03-22T06:46:34.405154+0000","last_became_active":"2024-03-22T06:45:20.944688+0000","last_became_peered":"2024-03-22T06:45:20.944688+0000","last_unstale":"2024-03-22T06:46:34.405154+0000","last_undegraded":"2024-03-22T06:46:34.405154+0000","last_fullsized":"2024-03-22T06:46:34.405154+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.408661+0000","last_change":"2024-03-22T06:45:20.944737+0000","last_active":"2024-03-22T06:46:34.408661+0000","last_peered":"2024-03-22T06:46:34.408661+0000","last_clean":"2024-03-22T06:46:34.408661+0000","last_became_active":"2024-03-22T06:45:20.944434+0000","last_became_peered":"2024-03-22T06:45:20.944434+0000","last_unstale":"2024-03-22T06:46:34.408661+0000","last_undegraded":"2024-03-22T06:46:34.408661+0000","last_fullsized":"2024-03-22T06:46:34.408661+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.409637+0000","last_change":"2024-03-22T06:45:20.935945+0000","last_active":"2024-03-22T06:46:34.409637+0000","last_peered":"2024-03-22T06:46:34.409637+0000","last_clean":"2024-03-22T06:46:34.409637+0000","last_became_active":"2024-03-22T06:45:20.935625+0000","last_became_peered":"2024-03-22T06:45:20.935625+0000","last_unstale":"2024-03-22T06:46:34.409637+0000","last_undegraded":"2024-03-22T06:46:34.409637+0000","last_fullsized":"2024-03-22T06:46:34.409637+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.401842+0000","last_change":"2024-03-22T06:45:20.935354+0000","last_active":"2024-03-22T06:46:34.401842+0000","last_peered":"2024-03-22T06:46:34.401842+0000","last_clean":"2024-03-22T06:46:34.401842+0000","last_became_active":"2024-03-22T06:45:20.935025+0000","last_became_peered":"2024-03-22T06:45:20.935025+0000","last_unstale":"2024-03-22T06:46:34.401842+0000","last_undegraded":"2024-03-22T06:46:34.401842+0000","last_fullsized":"2024-03-22T06:46:34.401842+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405819+0000","last_change":"2024-03-22T06:45:20.942092+0000","last_active":"2024-03-22T06:46:34.405819+0000","last_peered":"2024-03-22T06:46:34.405819+0000","last_clean":"2024-03-22T06:46:34.405819+0000","last_became_active":"2024-03-22T06:45:20.941694+0000","last_became_peered":"2024-03-22T06:45:20.941694+0000","last_unstale":"2024-03-22T06:46:34.405819+0000","last_undegraded":"2024-03-22T06:46:34.405819+0000","last_fullsized":"2024-03-22T06:46:34.405819+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.405522+0000","last_change":"2024-03-22T06:45:20.542603+0000","last_active":"2024-03-22T06:46:34.405522+0000","last_peered":"2024-03-22T06:46:34.405522+0000","last_clean":"2024-03-22T06:46:34.405522+0000","last_became_active":"2024-03-22T06:45:20.542023+0000","last_became_peered":"2024-03-22T06:45:20.542023+0000","last_unstale":"2024-03-22T06:46:34.405522+0000","last_undegraded":"2024-03-22T06:46:34.405522+0000","last_fullsized":"2024-03-22T06:46:34.405522+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.403234+0000","last_change":"2024-03-22T06:45:20.953560+0000","last_active":"2024-03-22T06:46:34.403234+0000","last_peered":"2024-03-22T06:46:34.403234+0000","last_clean":"2024-03-22T06:46:34.403234+0000","last_became_active":"2024-03-22T06:45:20.953264+0000","last_became_peered":"2024-03-22T06:45:20.953264+0000","last_unstale":"2024-03-22T06:46:34.403234+0000","last_undegraded":"2024-03-22T06:46:34.403234+0000","last_fullsized":"2024-03-22T06:46:34.403234+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.403420+0000","last_change":"2024-03-22T06:45:20.544964+0000","last_active":"2024-03-22T06:46:34.403420+0000","last_peered":"2024-03-22T06:46:34.403420+0000","last_clean":"2024-03-22T06:46:34.403420+0000","last_became_active":"2024-03-22T06:45:20.544632+0000","last_became_peered":"2024-03-22T06:45:20.544632+0000","last_unstale":"2024-03-22T06:46:34.403420+0000","last_undegraded":"2024-03-22T06:46:34.403420+0000","last_fullsized":"2024-03-22T06:46:34.403420+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.405372+0000","last_change":"2024-03-22T06:45:20.942653+0000","last_active":"2024-03-22T06:46:34.405372+0000","last_peered":"2024-03-22T06:46:34.405372+0000","last_clean":"2024-03-22T06:46:34.405372+0000","last_became_active":"2024-03-22T06:45:20.942151+0000","last_became_peered":"2024-03-22T06:45:20.942151+0000","last_unstale":"2024-03-22T06:46:34.405372+0000","last_undegraded":"2024-03-22T06:46:34.405372+0000","last_fullsized":"2024-03-22T06:46:34.405372+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407436+0000","last_change":"2024-03-22T06:45:20.547131+0000","last_active":"2024-03-22T06:46:34.407436+0000","last_peered":"2024-03-22T06:46:34.407436+0000","last_clean":"2024-03-22T06:46:34.407436+0000","last_became_active":"2024-03-22T06:45:20.541808+0000","last_became_peered":"2024-03-22T06:45:20.541808+0000","last_unstale":"2024-03-22T06:46:34.407436+0000","last_undegraded":"2024-03-22T06:46:34.407436+0000","last_fullsized":"2024-03-22T06:46:34.407436+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.409634+0000","last_change":"2024-03-22T06:45:20.948783+0000","last_active":"2024-03-22T06:46:34.409634+0000","last_peered":"2024-03-22T06:46:34.409634+0000","last_clean":"2024-03-22T06:46:34.409634+0000","last_became_active":"2024-03-22T06:45:20.948411+0000","last_became_peered":"2024-03-22T06:45:20.948411+0000","last_unstale":"2024-03-22T06:46:34.409634+0000","last_undegraded":"2024-03-22T06:46:34.409634+0000","last_fullsized":"2024-03-22T06:46:34.409634+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406346+0000","last_change":"2024-03-22T06:45:20.546729+0000","last_active":"2024-03-22T06:46:34.406346+0000","last_peered":"2024-03-22T06:46:34.406346+0000","last_clean":"2024-03-22T06:46:34.406346+0000","last_became_active":"2024-03-22T06:45:20.546367+0000","last_became_peered":"2024-03-22T06:45:20.546367+0000","last_unstale":"2024-03-22T06:46:34.406346+0000","last_undegraded":"2024-03-22T06:46:34.406346+0000","last_fullsized":"2024-03-22T06:46:34.406346+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.409286+0000","last_change":"2024-03-22T06:45:20.951148+0000","last_active":"2024-03-22T06:46:34.409286+0000","last_peered":"2024-03-22T06:46:34.409286+0000","last_clean":"2024-03-22T06:46:34.409286+0000","last_became_active":"2024-03-22T06:45:20.950848+0000","last_became_peered":"2024-03-22T06:45:20.950848+0000","last_unstale":"2024-03-22T06:46:34.409286+0000","last_undegraded":"2024-03-22T06:46:34.409286+0000","last_fullsized":"2024-03-22T06:46:34.409286+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.403124+0000","last_change":"2024-03-22T06:45:20.546749+0000","last_active":"2024-03-22T06:46:34.403124+0000","last_peered":"2024-03-22T06:46:34.403124+0000","last_clean":"2024-03-22T06:46:34.403124+0000","last_became_active":"2024-03-22T06:45:20.546414+0000","last_became_peered":"2024-03-22T06:45:20.546414+0000","last_unstale":"2024-03-22T06:46:34.403124+0000","last_undegraded":"2024-03-22T06:46:34.403124+0000","last_fullsized":"2024-03-22T06:46:34.403124+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.402876+0000","last_change":"2024-03-22T06:45:20.947241+0000","last_active":"2024-03-22T06:46:34.402876+0000","last_peered":"2024-03-22T06:46:34.402876+0000","last_clean":"2024-03-22T06:46:34.402876+0000","last_became_active":"2024-03-22T06:45:20.946884+0000","last_became_peered":"2024-03-22T06:45:20.946884+0000","last_unstale":"2024-03-22T06:46:34.402876+0000","last_undegraded":"2024-03-22T06:46:34.402876+0000","last_fullsized":"2024-03-22T06:46:34.402876+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405643+0000","last_change":"2024-03-22T06:45:20.540071+0000","last_active":"2024-03-22T06:46:34.405643+0000","last_peered":"2024-03-22T06:46:34.405643+0000","last_clean":"2024-03-22T06:46:34.405643+0000","last_became_active":"2024-03-22T06:45:20.539720+0000","last_became_peered":"2024-03-22T06:45:20.539720+0000","last_unstale":"2024-03-22T06:46:34.405643+0000","last_undegraded":"2024-03-22T06:46:34.405643+0000","last_fullsized":"2024-03-22T06:46:34.405643+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:35.652016+0000","last_change":"2024-03-22T06:46:35.652016+0000","last_active":"2024-03-22T06:46:35.652016+0000","last_peered":"2024-03-22T06:46:35.652016+0000","last_clean":"2024-03-22T06:46:35.652016+0000","last_became_active":"2024-03-22T06:46:35.651626+0000","last_became_peered":"2024-03-22T06:46:35.651626+0000","last_unstale":"2024-03-22T06:46:35.652016+0000","last_undegraded":"2024-03-22T06:46:35.652016+0000","last_fullsized":"2024-03-22T06:46:35.652016+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402738+0000","last_change":"2024-03-22T06:45:20.545843+0000","last_active":"2024-03-22T06:46:34.402738+0000","last_peered":"2024-03-22T06:46:34.402738+0000","last_clean":"2024-03-22T06:46:34.402738+0000","last_became_active":"2024-03-22T06:45:20.545537+0000","last_became_peered":"2024-03-22T06:45:20.545537+0000","last_unstale":"2024-03-22T06:46:34.402738+0000","last_undegraded":"2024-03-22T06:46:34.402738+0000","last_fullsized":"2024-03-22T06:46:34.402738+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":26,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-03-22T06:46:35.413565+0000","last_change":"2024-03-22T06:46:35.413565+0000","last_active":"2024-03-22T06:46:35.413565+0000","last_peered":"2024-03-22T06:46:35.413565+0000","last_clean":"2024-03-22T06:46:35.413565+0000","last_became_active":"2024-03-22T06:46:35.413180+0000","last_became_peered":"2024-03-22T06:46:35.413180+0000","last_unstale":"2024-03-22T06:46:35.413565+0000","last_undegraded":"2024-03-22T06:46:35.413565+0000","last_fullsized":"2024-03-22T06:46:35.413565+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,2,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-03-22T06:46:34.408843+0000","last_change":"2024-03-22T06:45:20.544305+0000","last_active":"2024-03-22T06:46:34.408843+0000","last_peered":"2024-03-22T06:46:34.408843+0000","last_clean":"2024-03-22T06:46:34.408843+0000","last_became_active":"2024-03-22T06:45:20.543953+0000","last_became_peered":"2024-03-22T06:45:20.543953+0000","last_unstale":"2024-03-22T06:46:34.408843+0000","last_undegraded":"2024-03-22T06:46:34.408843+0000","last_fullsized":"2024-03-22T06:46:34.408843+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405396+0000","last_change":"2024-03-22T06:45:20.957941+0000","last_active":"2024-03-22T06:46:34.405396+0000","last_peered":"2024-03-22T06:46:34.405396+0000","last_clean":"2024-03-22T06:46:34.405396+0000","last_became_active":"2024-03-22T06:45:20.957464+0000","last_became_peered":"2024-03-22T06:45:20.957464+0000","last_unstale":"2024-03-22T06:46:34.405396+0000","last_undegraded":"2024-03-22T06:46:34.405396+0000","last_fullsized":"2024-03-22T06:46:34.405396+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405968+0000","last_change":"2024-03-22T06:45:20.545367+0000","last_active":"2024-03-22T06:46:34.405968+0000","last_peered":"2024-03-22T06:46:34.405968+0000","last_clean":"2024-03-22T06:46:34.405968+0000","last_became_active":"2024-03-22T06:45:20.544985+0000","last_became_peered":"2024-03-22T06:45:20.544985+0000","last_unstale":"2024-03-22T06:46:34.405968+0000","last_undegraded":"2024-03-22T06:46:34.405968+0000","last_fullsized":"2024-03-22T06:46:34.405968+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.409463+0000","last_change":"2024-03-22T06:45:20.955936+0000","last_active":"2024-03-22T06:46:34.409463+0000","last_peered":"2024-03-22T06:46:34.409463+0000","last_clean":"2024-03-22T06:46:34.409463+0000","last_became_active":"2024-03-22T06:45:20.955634+0000","last_became_peered":"2024-03-22T06:45:20.955634+0000","last_unstale":"2024-03-22T06:46:34.409463+0000","last_undegraded":"2024-03-22T06:46:34.409463+0000","last_fullsized":"2024-03-22T06:46:34.409463+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.409374+0000","last_change":"2024-03-22T06:45:20.548503+0000","last_active":"2024-03-22T06:46:34.409374+0000","last_peered":"2024-03-22T06:46:34.409374+0000","last_clean":"2024-03-22T06:46:34.409374+0000","last_became_active":"2024-03-22T06:45:20.548272+0000","last_became_peered":"2024-03-22T06:45:20.548272+0000","last_unstale":"2024-03-22T06:46:34.409374+0000","last_undegraded":"2024-03-22T06:46:34.409374+0000","last_fullsized":"2024-03-22T06:46:34.409374+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.405276+0000","last_change":"2024-03-22T06:45:20.942969+0000","last_active":"2024-03-22T06:46:34.405276+0000","last_peered":"2024-03-22T06:46:34.405276+0000","last_clean":"2024-03-22T06:46:34.405276+0000","last_became_active":"2024-03-22T06:45:20.942684+0000","last_became_peered":"2024-03-22T06:45:20.942684+0000","last_unstale":"2024-03-22T06:46:34.405276+0000","last_undegraded":"2024-03-22T06:46:34.405276+0000","last_fullsized":"2024-03-22T06:46:34.405276+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405967+0000","last_change":"2024-03-22T06:45:20.548207+0000","last_active":"2024-03-22T06:46:34.405967+0000","last_peered":"2024-03-22T06:46:34.405967+0000","last_clean":"2024-03-22T06:46:34.405967+0000","last_became_active":"2024-03-22T06:45:20.547635+0000","last_became_peered":"2024-03-22T06:45:20.547635+0000","last_unstale":"2024-03-22T06:46:34.405967+0000","last_undegraded":"2024-03-22T06:46:34.405967+0000","last_fullsized":"2024-03-22T06:46:34.405967+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.402847+0000","last_change":"2024-03-22T06:45:20.932232+0000","last_active":"2024-03-22T06:46:34.402847+0000","last_peered":"2024-03-22T06:46:34.402847+0000","last_clean":"2024-03-22T06:46:34.402847+0000","last_became_active":"2024-03-22T06:45:20.931844+0000","last_became_peered":"2024-03-22T06:45:20.931844+0000","last_unstale":"2024-03-22T06:46:34.402847+0000","last_undegraded":"2024-03-22T06:46:34.402847+0000","last_fullsized":"2024-03-22T06:46:34.402847+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"55'8","reported_seq":25,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406081+0000","last_change":"2024-03-22T06:45:20.545042+0000","last_active":"2024-03-22T06:46:34.406081+0000","last_peered":"2024-03-22T06:46:34.406081+0000","last_clean":"2024-03-22T06:46:34.406081+0000","last_became_active":"2024-03-22T06:45:20.544704+0000","last_became_peered":"2024-03-22T06:45:20.544704+0000","last_unstale":"2024-03-22T06:46:34.406081+0000","last_undegraded":"2024-03-22T06:46:34.406081+0000","last_fullsized":"2024-03-22T06:46:34.406081+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":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":8,"num_write_kb":5,"num_scrub_errors":0,"num_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405990+0000","last_change":"2024-03-22T06:45:20.948456+0000","last_active":"2024-03-22T06:46:34.405990+0000","last_peered":"2024-03-22T06:46:34.405990+0000","last_clean":"2024-03-22T06:46:34.405990+0000","last_became_active":"2024-03-22T06:45:20.948115+0000","last_became_peered":"2024-03-22T06:45:20.948115+0000","last_unstale":"2024-03-22T06:46:34.405990+0000","last_undegraded":"2024-03-22T06:46:34.405990+0000","last_fullsized":"2024-03-22T06:46:34.405990+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.406468+0000","last_change":"2024-03-22T06:45:20.542734+0000","last_active":"2024-03-22T06:46:34.406468+0000","last_peered":"2024-03-22T06:46:34.406468+0000","last_clean":"2024-03-22T06:46:34.406468+0000","last_became_active":"2024-03-22T06:45:20.542501+0000","last_became_peered":"2024-03-22T06:45:20.542501+0000","last_unstale":"2024-03-22T06:46:34.406468+0000","last_undegraded":"2024-03-22T06:46:34.406468+0000","last_fullsized":"2024-03-22T06:46:34.406468+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.405523+0000","last_change":"2024-03-22T06:45:20.939693+0000","last_active":"2024-03-22T06:46:34.405523+0000","last_peered":"2024-03-22T06:46:34.405523+0000","last_clean":"2024-03-22T06:46:34.405523+0000","last_became_active":"2024-03-22T06:45:20.939388+0000","last_became_peered":"2024-03-22T06:45:20.939388+0000","last_unstale":"2024-03-22T06:46:34.405523+0000","last_undegraded":"2024-03-22T06:46:34.405523+0000","last_fullsized":"2024-03-22T06:46:34.405523+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.408700+0000","last_change":"2024-03-22T06:45:20.544082+0000","last_active":"2024-03-22T06:46:34.408700+0000","last_peered":"2024-03-22T06:46:34.408700+0000","last_clean":"2024-03-22T06:46:34.408700+0000","last_became_active":"2024-03-22T06:45:20.543757+0000","last_became_peered":"2024-03-22T06:45:20.543757+0000","last_unstale":"2024-03-22T06:46:34.408700+0000","last_undegraded":"2024-03-22T06:46:34.408700+0000","last_fullsized":"2024-03-22T06:46:34.408700+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405828+0000","last_change":"2024-03-22T06:45:20.948971+0000","last_active":"2024-03-22T06:46:34.405828+0000","last_peered":"2024-03-22T06:46:34.405828+0000","last_clean":"2024-03-22T06:46:34.405828+0000","last_became_active":"2024-03-22T06:45:20.948235+0000","last_became_peered":"2024-03-22T06:45:20.948235+0000","last_unstale":"2024-03-22T06:46:34.405828+0000","last_undegraded":"2024-03-22T06:46:34.405828+0000","last_fullsized":"2024-03-22T06:46:34.405828+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405288+0000","last_change":"2024-03-22T06:45:20.546417+0000","last_active":"2024-03-22T06:46:34.405288+0000","last_peered":"2024-03-22T06:46:34.405288+0000","last_clean":"2024-03-22T06:46:34.405288+0000","last_became_active":"2024-03-22T06:45:20.545926+0000","last_became_peered":"2024-03-22T06:45:20.545926+0000","last_unstale":"2024-03-22T06:46:34.405288+0000","last_undegraded":"2024-03-22T06:46:34.405288+0000","last_fullsized":"2024-03-22T06:46:34.405288+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405184+0000","last_change":"2024-03-22T06:45:20.951491+0000","last_active":"2024-03-22T06:46:34.405184+0000","last_peered":"2024-03-22T06:46:34.405184+0000","last_clean":"2024-03-22T06:46:34.405184+0000","last_became_active":"2024-03-22T06:45:20.950723+0000","last_became_peered":"2024-03-22T06:45:20.950723+0000","last_unstale":"2024-03-22T06:46:34.405184+0000","last_undegraded":"2024-03-22T06:46:34.405184+0000","last_fullsized":"2024-03-22T06:46:34.405184+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.401402+0000","last_change":"2024-03-22T06:45:20.535956+0000","last_active":"2024-03-22T06:46:34.401402+0000","last_peered":"2024-03-22T06:46:34.401402+0000","last_clean":"2024-03-22T06:46:34.401402+0000","last_became_active":"2024-03-22T06:45:20.535637+0000","last_became_peered":"2024-03-22T06:45:20.535637+0000","last_unstale":"2024-03-22T06:46:34.401402+0000","last_undegraded":"2024-03-22T06:46:34.401402+0000","last_fullsized":"2024-03-22T06:46:34.401402+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407785+0000","last_change":"2024-03-22T06:45:20.948948+0000","last_active":"2024-03-22T06:46:34.407785+0000","last_peered":"2024-03-22T06:46:34.407785+0000","last_clean":"2024-03-22T06:46:34.407785+0000","last_became_active":"2024-03-22T06:45:20.948630+0000","last_became_peered":"2024-03-22T06:45:20.948630+0000","last_unstale":"2024-03-22T06:46:34.407785+0000","last_undegraded":"2024-03-22T06:46:34.407785+0000","last_fullsized":"2024-03-22T06:46:34.407785+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.403632+0000","last_change":"2024-03-22T06:45:20.535724+0000","last_active":"2024-03-22T06:46:34.403632+0000","last_peered":"2024-03-22T06:46:34.403632+0000","last_clean":"2024-03-22T06:46:34.403632+0000","last_became_active":"2024-03-22T06:45:20.535377+0000","last_became_peered":"2024-03-22T06:45:20.535377+0000","last_unstale":"2024-03-22T06:46:34.403632+0000","last_undegraded":"2024-03-22T06:46:34.403632+0000","last_fullsized":"2024-03-22T06:46:34.403632+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":25,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-03-22T06:46:35.416695+0000","last_change":"2024-03-22T06:46:35.416695+0000","last_active":"2024-03-22T06:46:35.416695+0000","last_peered":"2024-03-22T06:46:35.416695+0000","last_clean":"2024-03-22T06:46:35.416695+0000","last_became_active":"2024-03-22T06:46:35.416295+0000","last_became_peered":"2024-03-22T06:46:35.416295+0000","last_unstale":"2024-03-22T06:46:35.416695+0000","last_undegraded":"2024-03-22T06:46:35.416695+0000","last_fullsized":"2024-03-22T06:46:35.416695+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[7,3,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":12,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406533+0000","last_change":"2024-03-22T06:45:58.410253+0000","last_active":"2024-03-22T06:46:34.406533+0000","last_peered":"2024-03-22T06:46:34.406533+0000","last_clean":"2024-03-22T06:46:34.406533+0000","last_became_active":"2024-03-22T06:45:58.409933+0000","last_became_peered":"2024-03-22T06:45:58.409933+0000","last_unstale":"2024-03-22T06:46:34.406533+0000","last_undegraded":"2024-03-22T06:46:34.406533+0000","last_fullsized":"2024-03-22T06:46:34.406533+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405470+0000","last_change":"2024-03-22T06:45:20.539099+0000","last_active":"2024-03-22T06:46:34.405470+0000","last_peered":"2024-03-22T06:46:34.405470+0000","last_clean":"2024-03-22T06:46:34.405470+0000","last_became_active":"2024-03-22T06:45:20.538779+0000","last_became_peered":"2024-03-22T06:45:20.538779+0000","last_unstale":"2024-03-22T06:46:34.405470+0000","last_undegraded":"2024-03-22T06:46:34.405470+0000","last_fullsized":"2024-03-22T06:46:34.405470+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.409392+0000","last_change":"2024-03-22T06:45:20.935473+0000","last_active":"2024-03-22T06:46:34.409392+0000","last_peered":"2024-03-22T06:46:34.409392+0000","last_clean":"2024-03-22T06:46:34.409392+0000","last_became_active":"2024-03-22T06:45:20.935062+0000","last_became_peered":"2024-03-22T06:45:20.935062+0000","last_unstale":"2024-03-22T06:46:34.409392+0000","last_undegraded":"2024-03-22T06:46:34.409392+0000","last_fullsized":"2024-03-22T06:46:34.409392+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":12,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405551+0000","last_change":"2024-03-22T06:45:58.410044+0000","last_active":"2024-03-22T06:46:34.405551+0000","last_peered":"2024-03-22T06:46:34.405551+0000","last_clean":"2024-03-22T06:46:34.405551+0000","last_became_active":"2024-03-22T06:45:58.409608+0000","last_became_peered":"2024-03-22T06:45:58.409608+0000","last_unstale":"2024-03-22T06:46:34.405551+0000","last_undegraded":"2024-03-22T06:46:34.405551+0000","last_fullsized":"2024-03-22T06:46:34.405551+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.408580+0000","last_change":"2024-03-22T06:45:20.550460+0000","last_active":"2024-03-22T06:46:34.408580+0000","last_peered":"2024-03-22T06:46:34.408580+0000","last_clean":"2024-03-22T06:46:34.408580+0000","last_became_active":"2024-03-22T06:45:20.550129+0000","last_became_peered":"2024-03-22T06:45:20.550129+0000","last_unstale":"2024-03-22T06:46:34.408580+0000","last_undegraded":"2024-03-22T06:46:34.408580+0000","last_fullsized":"2024-03-22T06:46:34.408580+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402948+0000","last_change":"2024-03-22T06:45:20.944961+0000","last_active":"2024-03-22T06:46:34.402948+0000","last_peered":"2024-03-22T06:46:34.402948+0000","last_clean":"2024-03-22T06:46:34.402948+0000","last_became_active":"2024-03-22T06:45:20.944071+0000","last_became_peered":"2024-03-22T06:45:20.944071+0000","last_unstale":"2024-03-22T06:46:34.402948+0000","last_undegraded":"2024-03-22T06:46:34.402948+0000","last_fullsized":"2024-03-22T06:46:34.402948+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":12,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405616+0000","last_change":"2024-03-22T06:45:58.411034+0000","last_active":"2024-03-22T06:46:34.405616+0000","last_peered":"2024-03-22T06:46:34.405616+0000","last_clean":"2024-03-22T06:46:34.405616+0000","last_became_active":"2024-03-22T06:45:58.410587+0000","last_became_peered":"2024-03-22T06:45:58.410587+0000","last_unstale":"2024-03-22T06:46:34.405616+0000","last_undegraded":"2024-03-22T06:46:34.405616+0000","last_fullsized":"2024-03-22T06:46:34.405616+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407557+0000","last_change":"2024-03-22T06:45:20.948100+0000","last_active":"2024-03-22T06:46:34.407557+0000","last_peered":"2024-03-22T06:46:34.407557+0000","last_clean":"2024-03-22T06:46:34.407557+0000","last_became_active":"2024-03-22T06:45:20.947785+0000","last_became_peered":"2024-03-22T06:45:20.947785+0000","last_unstale":"2024-03-22T06:46:34.407557+0000","last_undegraded":"2024-03-22T06:46:34.407557+0000","last_fullsized":"2024-03-22T06:46:34.407557+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.401454+0000","last_change":"2024-03-22T06:45:20.536031+0000","last_active":"2024-03-22T06:46:34.401454+0000","last_peered":"2024-03-22T06:46:34.401454+0000","last_clean":"2024-03-22T06:46:34.401454+0000","last_became_active":"2024-03-22T06:45:20.535740+0000","last_became_peered":"2024-03-22T06:45:20.535740+0000","last_unstale":"2024-03-22T06:46:34.401454+0000","last_undegraded":"2024-03-22T06:46:34.401454+0000","last_fullsized":"2024-03-22T06:46:34.401454+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":12,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406647+0000","last_change":"2024-03-22T06:45:58.353560+0000","last_active":"2024-03-22T06:46:34.406647+0000","last_peered":"2024-03-22T06:46:34.406647+0000","last_clean":"2024-03-22T06:46:34.406647+0000","last_became_active":"2024-03-22T06:45:58.353221+0000","last_became_peered":"2024-03-22T06:45:58.353221+0000","last_unstale":"2024-03-22T06:46:34.406647+0000","last_undegraded":"2024-03-22T06:46:34.406647+0000","last_fullsized":"2024-03-22T06:46:34.406647+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.402787+0000","last_change":"2024-03-22T06:45:20.954365+0000","last_active":"2024-03-22T06:46:34.402787+0000","last_peered":"2024-03-22T06:46:34.402787+0000","last_clean":"2024-03-22T06:46:34.402787+0000","last_became_active":"2024-03-22T06:45:20.954043+0000","last_became_peered":"2024-03-22T06:45:20.954043+0000","last_unstale":"2024-03-22T06:46:34.402787+0000","last_undegraded":"2024-03-22T06:46:34.402787+0000","last_fullsized":"2024-03-22T06:46:34.402787+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.409109+0000","last_change":"2024-03-22T06:45:20.544943+0000","last_active":"2024-03-22T06:46:34.409109+0000","last_peered":"2024-03-22T06:46:34.409109+0000","last_clean":"2024-03-22T06:46:34.409109+0000","last_became_active":"2024-03-22T06:45:20.544623+0000","last_became_peered":"2024-03-22T06:45:20.544623+0000","last_unstale":"2024-03-22T06:46:34.409109+0000","last_undegraded":"2024-03-22T06:46:34.409109+0000","last_fullsized":"2024-03-22T06:46:34.409109+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405419+0000","last_change":"2024-03-22T06:45:03.996816+0000","last_active":"2024-03-22T06:46:34.405419+0000","last_peered":"2024-03-22T06:46:34.405419+0000","last_clean":"2024-03-22T06:46:34.405419+0000","last_became_active":"2024-03-22T06:45:03.996486+0000","last_became_peered":"2024-03-22T06:45:03.996486+0000","last_unstale":"2024-03-22T06:46:34.405419+0000","last_undegraded":"2024-03-22T06:46:34.405419+0000","last_fullsized":"2024-03-22T06:46:34.405419+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-03-22T06:42:53.460139+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:42:53.460139+0000","last_clean_scrub_stamp":"2024-03-22T06:42:53.460139+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.405616+0000","last_change":"2024-03-22T06:45:58.409565+0000","last_active":"2024-03-22T06:46:34.405616+0000","last_peered":"2024-03-22T06:46:34.405616+0000","last_clean":"2024-03-22T06:46:34.405616+0000","last_became_active":"2024-03-22T06:45:58.409199+0000","last_became_peered":"2024-03-22T06:45:58.409199+0000","last_unstale":"2024-03-22T06:46:34.405616+0000","last_undegraded":"2024-03-22T06:46:34.405616+0000","last_fullsized":"2024-03-22T06:46:34.405616+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.406170+0000","last_change":"2024-03-22T06:45:20.943898+0000","last_active":"2024-03-22T06:46:34.406170+0000","last_peered":"2024-03-22T06:46:34.406170+0000","last_clean":"2024-03-22T06:46:34.406170+0000","last_became_active":"2024-03-22T06:45:20.943643+0000","last_became_peered":"2024-03-22T06:45:20.943643+0000","last_unstale":"2024-03-22T06:46:34.406170+0000","last_undegraded":"2024-03-22T06:46:34.406170+0000","last_fullsized":"2024-03-22T06:46:34.406170+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405245+0000","last_change":"2024-03-22T06:45:20.548776+0000","last_active":"2024-03-22T06:46:34.405245+0000","last_peered":"2024-03-22T06:46:34.405245+0000","last_clean":"2024-03-22T06:46:34.405245+0000","last_became_active":"2024-03-22T06:45:20.548419+0000","last_became_peered":"2024-03-22T06:45:20.548419+0000","last_unstale":"2024-03-22T06:46:34.405245+0000","last_undegraded":"2024-03-22T06:46:34.405245+0000","last_fullsized":"2024-03-22T06:46:34.405245+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.406496+0000","last_change":"2024-03-22T06:45:58.410245+0000","last_active":"2024-03-22T06:46:34.406496+0000","last_peered":"2024-03-22T06:46:34.406496+0000","last_clean":"2024-03-22T06:46:34.406496+0000","last_became_active":"2024-03-22T06:45:58.410025+0000","last_became_peered":"2024-03-22T06:45:58.410025+0000","last_unstale":"2024-03-22T06:46:34.406496+0000","last_undegraded":"2024-03-22T06:46:34.406496+0000","last_fullsized":"2024-03-22T06:46:34.406496+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407330+0000","last_change":"2024-03-22T06:45:20.538550+0000","last_active":"2024-03-22T06:46:34.407330+0000","last_peered":"2024-03-22T06:46:34.407330+0000","last_clean":"2024-03-22T06:46:34.407330+0000","last_became_active":"2024-03-22T06:45:20.538204+0000","last_became_peered":"2024-03-22T06:45:20.538204+0000","last_unstale":"2024-03-22T06:46:34.407330+0000","last_undegraded":"2024-03-22T06:46:34.407330+0000","last_fullsized":"2024-03-22T06:46:34.407330+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405632+0000","last_change":"2024-03-22T06:45:20.948959+0000","last_active":"2024-03-22T06:46:34.405632+0000","last_peered":"2024-03-22T06:46:34.405632+0000","last_clean":"2024-03-22T06:46:34.405632+0000","last_became_active":"2024-03-22T06:45:20.948668+0000","last_became_peered":"2024-03-22T06:45:20.948668+0000","last_unstale":"2024-03-22T06:46:34.405632+0000","last_undegraded":"2024-03-22T06:46:34.405632+0000","last_fullsized":"2024-03-22T06:46:34.405632+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402566+0000","last_change":"2024-03-22T06:45:58.352610+0000","last_active":"2024-03-22T06:46:34.402566+0000","last_peered":"2024-03-22T06:46:34.402566+0000","last_clean":"2024-03-22T06:46:34.402566+0000","last_became_active":"2024-03-22T06:45:58.352274+0000","last_became_peered":"2024-03-22T06:45:58.352274+0000","last_unstale":"2024-03-22T06:46:34.402566+0000","last_undegraded":"2024-03-22T06:46:34.402566+0000","last_fullsized":"2024-03-22T06:46:34.402566+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407627+0000","last_change":"2024-03-22T06:45:20.540682+0000","last_active":"2024-03-22T06:46:34.407627+0000","last_peered":"2024-03-22T06:46:34.407627+0000","last_clean":"2024-03-22T06:46:34.407627+0000","last_became_active":"2024-03-22T06:45:20.540201+0000","last_became_peered":"2024-03-22T06:45:20.540201+0000","last_unstale":"2024-03-22T06:46:34.407627+0000","last_undegraded":"2024-03-22T06:46:34.407627+0000","last_fullsized":"2024-03-22T06:46:34.407627+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.403082+0000","last_change":"2024-03-22T06:45:20.944121+0000","last_active":"2024-03-22T06:46:34.403082+0000","last_peered":"2024-03-22T06:46:34.403082+0000","last_clean":"2024-03-22T06:46:34.403082+0000","last_became_active":"2024-03-22T06:45:20.943824+0000","last_became_peered":"2024-03-22T06:45:20.943824+0000","last_unstale":"2024-03-22T06:46:34.403082+0000","last_undegraded":"2024-03-22T06:46:34.403082+0000","last_fullsized":"2024-03-22T06:46:34.403082+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402337+0000","last_change":"2024-03-22T06:45:58.410065+0000","last_active":"2024-03-22T06:46:34.402337+0000","last_peered":"2024-03-22T06:46:34.402337+0000","last_clean":"2024-03-22T06:46:34.402337+0000","last_became_active":"2024-03-22T06:45:58.409699+0000","last_became_peered":"2024-03-22T06:45:58.409699+0000","last_unstale":"2024-03-22T06:46:34.402337+0000","last_undegraded":"2024-03-22T06:46:34.402337+0000","last_fullsized":"2024-03-22T06:46:34.402337+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405863+0000","last_change":"2024-03-22T06:45:20.540400+0000","last_active":"2024-03-22T06:46:34.405863+0000","last_peered":"2024-03-22T06:46:34.405863+0000","last_clean":"2024-03-22T06:46:34.405863+0000","last_became_active":"2024-03-22T06:45:20.539470+0000","last_became_peered":"2024-03-22T06:45:20.539470+0000","last_unstale":"2024-03-22T06:46:34.405863+0000","last_undegraded":"2024-03-22T06:46:34.405863+0000","last_fullsized":"2024-03-22T06:46:34.405863+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":61,"state":"active+clean","last_fresh":"2024-03-22T06:46:35.651943+0000","last_change":"2024-03-22T06:46:35.651943+0000","last_active":"2024-03-22T06:46:35.651943+0000","last_peered":"2024-03-22T06:46:35.651943+0000","last_clean":"2024-03-22T06:46:35.651943+0000","last_became_active":"2024-03-22T06:46:35.651609+0000","last_became_peered":"2024-03-22T06:46:35.651609+0000","last_unstale":"2024-03-22T06:46:35.651943+0000","last_undegraded":"2024-03-22T06:46:35.651943+0000","last_fullsized":"2024-03-22T06:46:35.651943+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405521+0000","last_change":"2024-03-22T06:45:20.540839+0000","last_active":"2024-03-22T06:46:34.405521+0000","last_peered":"2024-03-22T06:46:34.405521+0000","last_clean":"2024-03-22T06:46:34.405521+0000","last_became_active":"2024-03-22T06:45:20.539921+0000","last_became_peered":"2024-03-22T06:45:20.539921+0000","last_unstale":"2024-03-22T06:46:34.405521+0000","last_undegraded":"2024-03-22T06:46:34.405521+0000","last_fullsized":"2024-03-22T06:46:34.405521+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402625+0000","last_change":"2024-03-22T06:45:20.932379+0000","last_active":"2024-03-22T06:46:34.402625+0000","last_peered":"2024-03-22T06:46:34.402625+0000","last_clean":"2024-03-22T06:46:34.402625+0000","last_became_active":"2024-03-22T06:45:20.932026+0000","last_became_peered":"2024-03-22T06:45:20.932026+0000","last_unstale":"2024-03-22T06:46:34.402625+0000","last_undegraded":"2024-03-22T06:46:34.402625+0000","last_fullsized":"2024-03-22T06:46:34.402625+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405237+0000","last_change":"2024-03-22T06:45:20.542026+0000","last_active":"2024-03-22T06:46:34.405237+0000","last_peered":"2024-03-22T06:46:34.405237+0000","last_clean":"2024-03-22T06:46:34.405237+0000","last_became_active":"2024-03-22T06:45:20.541023+0000","last_became_peered":"2024-03-22T06:45:20.541023+0000","last_unstale":"2024-03-22T06:46:34.405237+0000","last_undegraded":"2024-03-22T06:46:34.405237+0000","last_fullsized":"2024-03-22T06:46:34.405237+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402630+0000","last_change":"2024-03-22T06:45:20.950705+0000","last_active":"2024-03-22T06:46:34.402630+0000","last_peered":"2024-03-22T06:46:34.402630+0000","last_clean":"2024-03-22T06:46:34.402630+0000","last_became_active":"2024-03-22T06:45:20.950403+0000","last_became_peered":"2024-03-22T06:45:20.950403+0000","last_unstale":"2024-03-22T06:46:34.402630+0000","last_undegraded":"2024-03-22T06:46:34.402630+0000","last_fullsized":"2024-03-22T06:46:34.402630+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":26,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-03-22T06:46:35.417610+0000","last_change":"2024-03-22T06:46:35.417610+0000","last_active":"2024-03-22T06:46:35.417610+0000","last_peered":"2024-03-22T06:46:35.417610+0000","last_clean":"2024-03-22T06:46:35.417610+0000","last_became_active":"2024-03-22T06:46:35.417202+0000","last_became_peered":"2024-03-22T06:46:35.417202+0000","last_unstale":"2024-03-22T06:46:35.417610+0000","last_undegraded":"2024-03-22T06:46:35.417610+0000","last_fullsized":"2024-03-22T06:46:35.417610+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.b","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.402964+0000","last_change":"2024-03-22T06:45:20.941555+0000","last_active":"2024-03-22T06:46:34.402964+0000","last_peered":"2024-03-22T06:46:34.402964+0000","last_clean":"2024-03-22T06:46:34.402964+0000","last_became_active":"2024-03-22T06:45:20.941235+0000","last_became_peered":"2024-03-22T06:45:20.941235+0000","last_unstale":"2024-03-22T06:46:34.402964+0000","last_undegraded":"2024-03-22T06:46:34.402964+0000","last_fullsized":"2024-03-22T06:46:34.402964+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405714+0000","last_change":"2024-03-22T06:45:20.550106+0000","last_active":"2024-03-22T06:46:34.405714+0000","last_peered":"2024-03-22T06:46:34.405714+0000","last_clean":"2024-03-22T06:46:34.405714+0000","last_became_active":"2024-03-22T06:45:20.549657+0000","last_became_peered":"2024-03-22T06:45:20.549657+0000","last_unstale":"2024-03-22T06:46:34.405714+0000","last_undegraded":"2024-03-22T06:46:34.405714+0000","last_fullsized":"2024-03-22T06:46:34.405714+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405531+0000","last_change":"2024-03-22T06:45:20.945470+0000","last_active":"2024-03-22T06:46:34.405531+0000","last_peered":"2024-03-22T06:46:34.405531+0000","last_clean":"2024-03-22T06:46:34.405531+0000","last_became_active":"2024-03-22T06:45:20.945106+0000","last_became_peered":"2024-03-22T06:45:20.945106+0000","last_unstale":"2024-03-22T06:46:34.405531+0000","last_undegraded":"2024-03-22T06:46:34.405531+0000","last_fullsized":"2024-03-22T06:46:34.405531+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.401898+0000","last_change":"2024-03-22T06:45:20.541360+0000","last_active":"2024-03-22T06:46:34.401898+0000","last_peered":"2024-03-22T06:46:34.401898+0000","last_clean":"2024-03-22T06:46:34.401898+0000","last_became_active":"2024-03-22T06:45:20.541021+0000","last_became_peered":"2024-03-22T06:45:20.541021+0000","last_unstale":"2024-03-22T06:46:34.401898+0000","last_undegraded":"2024-03-22T06:46:34.401898+0000","last_fullsized":"2024-03-22T06:46:34.401898+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407220+0000","last_change":"2024-03-22T06:45:20.942195+0000","last_active":"2024-03-22T06:46:34.407220+0000","last_peered":"2024-03-22T06:46:34.407220+0000","last_clean":"2024-03-22T06:46:34.407220+0000","last_became_active":"2024-03-22T06:45:20.941872+0000","last_became_peered":"2024-03-22T06:45:20.941872+0000","last_unstale":"2024-03-22T06:46:34.407220+0000","last_undegraded":"2024-03-22T06:46:34.407220+0000","last_fullsized":"2024-03-22T06:46:34.407220+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405875+0000","last_change":"2024-03-22T06:45:20.540634+0000","last_active":"2024-03-22T06:46:34.405875+0000","last_peered":"2024-03-22T06:46:34.405875+0000","last_clean":"2024-03-22T06:46:34.405875+0000","last_became_active":"2024-03-22T06:45:20.539228+0000","last_became_peered":"2024-03-22T06:45:20.539228+0000","last_unstale":"2024-03-22T06:46:34.405875+0000","last_undegraded":"2024-03-22T06:46:34.405875+0000","last_fullsized":"2024-03-22T06:46:34.405875+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.409511+0000","last_change":"2024-03-22T06:45:20.951967+0000","last_active":"2024-03-22T06:46:34.409511+0000","last_peered":"2024-03-22T06:46:34.409511+0000","last_clean":"2024-03-22T06:46:34.409511+0000","last_became_active":"2024-03-22T06:45:20.951658+0000","last_became_peered":"2024-03-22T06:45:20.951658+0000","last_unstale":"2024-03-22T06:46:34.409511+0000","last_undegraded":"2024-03-22T06:46:34.409511+0000","last_fullsized":"2024-03-22T06:46:34.409511+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.401806+0000","last_change":"2024-03-22T06:45:20.536890+0000","last_active":"2024-03-22T06:46:34.401806+0000","last_peered":"2024-03-22T06:46:34.401806+0000","last_clean":"2024-03-22T06:46:34.401806+0000","last_became_active":"2024-03-22T06:45:20.536577+0000","last_became_peered":"2024-03-22T06:45:20.536577+0000","last_unstale":"2024-03-22T06:46:34.401806+0000","last_undegraded":"2024-03-22T06:46:34.401806+0000","last_fullsized":"2024-03-22T06:46:34.401806+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406967+0000","last_change":"2024-03-22T06:45:20.948795+0000","last_active":"2024-03-22T06:46:34.406967+0000","last_peered":"2024-03-22T06:46:34.406967+0000","last_clean":"2024-03-22T06:46:34.406967+0000","last_became_active":"2024-03-22T06:45:20.948449+0000","last_became_peered":"2024-03-22T06:45:20.948449+0000","last_unstale":"2024-03-22T06:46:34.406967+0000","last_undegraded":"2024-03-22T06:46:34.406967+0000","last_fullsized":"2024-03-22T06:46:34.406967+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.404990+0000","last_change":"2024-03-22T06:45:20.951685+0000","last_active":"2024-03-22T06:46:34.404990+0000","last_peered":"2024-03-22T06:46:34.404990+0000","last_clean":"2024-03-22T06:46:34.404990+0000","last_became_active":"2024-03-22T06:45:20.951181+0000","last_became_peered":"2024-03-22T06:45:20.951181+0000","last_unstale":"2024-03-22T06:46:34.404990+0000","last_undegraded":"2024-03-22T06:46:34.404990+0000","last_fullsized":"2024-03-22T06:46:34.404990+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.401851+0000","last_change":"2024-03-22T06:45:20.936123+0000","last_active":"2024-03-22T06:46:34.401851+0000","last_peered":"2024-03-22T06:46:34.401851+0000","last_clean":"2024-03-22T06:46:34.401851+0000","last_became_active":"2024-03-22T06:45:20.935803+0000","last_became_peered":"2024-03-22T06:45:20.935803+0000","last_unstale":"2024-03-22T06:46:34.401851+0000","last_undegraded":"2024-03-22T06:46:34.401851+0000","last_fullsized":"2024-03-22T06:46:34.401851+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.408719+0000","last_change":"2024-03-22T06:45:20.941224+0000","last_active":"2024-03-22T06:46:34.408719+0000","last_peered":"2024-03-22T06:46:34.408719+0000","last_clean":"2024-03-22T06:46:34.408719+0000","last_became_active":"2024-03-22T06:45:20.940940+0000","last_became_peered":"2024-03-22T06:45:20.940940+0000","last_unstale":"2024-03-22T06:46:34.408719+0000","last_undegraded":"2024-03-22T06:46:34.408719+0000","last_fullsized":"2024-03-22T06:46:34.408719+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.406582+0000","last_change":"2024-03-22T06:45:20.949782+0000","last_active":"2024-03-22T06:46:34.406582+0000","last_peered":"2024-03-22T06:46:34.406582+0000","last_clean":"2024-03-22T06:46:34.406582+0000","last_became_active":"2024-03-22T06:45:20.949493+0000","last_became_peered":"2024-03-22T06:45:20.949493+0000","last_unstale":"2024-03-22T06:46:34.406582+0000","last_undegraded":"2024-03-22T06:46:34.406582+0000","last_fullsized":"2024-03-22T06:46:34.406582+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402950+0000","last_change":"2024-03-22T06:45:20.941553+0000","last_active":"2024-03-22T06:46:34.402950+0000","last_peered":"2024-03-22T06:46:34.402950+0000","last_clean":"2024-03-22T06:46:34.402950+0000","last_became_active":"2024-03-22T06:45:20.941222+0000","last_became_peered":"2024-03-22T06:45:20.941222+0000","last_unstale":"2024-03-22T06:46:34.402950+0000","last_undegraded":"2024-03-22T06:46:34.402950+0000","last_fullsized":"2024-03-22T06:46:34.402950+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405786+0000","last_change":"2024-03-22T06:45:20.957201+0000","last_active":"2024-03-22T06:46:34.405786+0000","last_peered":"2024-03-22T06:46:34.405786+0000","last_clean":"2024-03-22T06:46:34.405786+0000","last_became_active":"2024-03-22T06:45:20.956896+0000","last_became_peered":"2024-03-22T06:45:20.956896+0000","last_unstale":"2024-03-22T06:46:34.405786+0000","last_undegraded":"2024-03-22T06:46:34.405786+0000","last_fullsized":"2024-03-22T06:46:34.405786+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406553+0000","last_change":"2024-03-22T06:45:20.937292+0000","last_active":"2024-03-22T06:46:34.406553+0000","last_peered":"2024-03-22T06:46:34.406553+0000","last_clean":"2024-03-22T06:46:34.406553+0000","last_became_active":"2024-03-22T06:45:20.936334+0000","last_became_peered":"2024-03-22T06:45:20.936334+0000","last_unstale":"2024-03-22T06:46:34.406553+0000","last_undegraded":"2024-03-22T06:46:34.406553+0000","last_fullsized":"2024-03-22T06:46:34.406553+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.403177+0000","last_change":"2024-03-22T06:45:20.956863+0000","last_active":"2024-03-22T06:46:34.403177+0000","last_peered":"2024-03-22T06:46:34.403177+0000","last_clean":"2024-03-22T06:46:34.403177+0000","last_became_active":"2024-03-22T06:45:20.956450+0000","last_became_peered":"2024-03-22T06:45:20.956450+0000","last_unstale":"2024-03-22T06:46:34.403177+0000","last_undegraded":"2024-03-22T06:46:34.403177+0000","last_fullsized":"2024-03-22T06:46:34.403177+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.408967+0000","last_change":"2024-03-22T06:45:20.938290+0000","last_active":"2024-03-22T06:46:34.408967+0000","last_peered":"2024-03-22T06:46:34.408967+0000","last_clean":"2024-03-22T06:46:34.408967+0000","last_became_active":"2024-03-22T06:45:20.937933+0000","last_became_peered":"2024-03-22T06:45:20.937933+0000","last_unstale":"2024-03-22T06:46:34.408967+0000","last_undegraded":"2024-03-22T06:46:34.408967+0000","last_fullsized":"2024-03-22T06:46:34.408967+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402646+0000","last_change":"2024-03-22T06:45:20.952829+0000","last_active":"2024-03-22T06:46:34.402646+0000","last_peered":"2024-03-22T06:46:34.402646+0000","last_clean":"2024-03-22T06:46:34.402646+0000","last_became_active":"2024-03-22T06:45:20.952349+0000","last_became_peered":"2024-03-22T06:45:20.952349+0000","last_unstale":"2024-03-22T06:46:34.402646+0000","last_undegraded":"2024-03-22T06:46:34.402646+0000","last_fullsized":"2024-03-22T06:46:34.402646+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.409094+0000","last_change":"2024-03-22T06:45:20.952587+0000","last_active":"2024-03-22T06:46:34.409094+0000","last_peered":"2024-03-22T06:46:34.409094+0000","last_clean":"2024-03-22T06:46:34.409094+0000","last_became_active":"2024-03-22T06:45:20.952238+0000","last_became_peered":"2024-03-22T06:45:20.952238+0000","last_unstale":"2024-03-22T06:46:34.409094+0000","last_undegraded":"2024-03-22T06:46:34.409094+0000","last_fullsized":"2024-03-22T06:46:34.409094+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.406670+0000","last_change":"2024-03-22T06:45:20.948845+0000","last_active":"2024-03-22T06:46:34.406670+0000","last_peered":"2024-03-22T06:46:34.406670+0000","last_clean":"2024-03-22T06:46:34.406670+0000","last_became_active":"2024-03-22T06:45:20.947926+0000","last_became_peered":"2024-03-22T06:45:20.947926+0000","last_unstale":"2024-03-22T06:46:34.406670+0000","last_undegraded":"2024-03-22T06:46:34.406670+0000","last_fullsized":"2024-03-22T06:46:34.406670+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":25,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-03-22T06:46:35.924090+0000","last_change":"2024-03-22T06:46:35.924090+0000","last_active":"2024-03-22T06:46:35.924090+0000","last_peered":"2024-03-22T06:46:35.924090+0000","last_clean":"2024-03-22T06:46:35.924090+0000","last_became_active":"2024-03-22T06:46:35.923727+0000","last_became_peered":"2024-03-22T06:46:35.923727+0000","last_unstale":"2024-03-22T06:46:35.924090+0000","last_undegraded":"2024-03-22T06:46:35.924090+0000","last_fullsized":"2024-03-22T06:46:35.924090+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,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":47,"num_write_kb":15,"num_scrub_errors":0,"num_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":41,"ondisk_log_size":41,"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":266207,"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":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.71299999999999997}]},{"osd":1,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.74099999999999999}]},{"osd":2,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"last":0.69699999999999995}]},{"osd":3,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.625},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.81100000000000005}]},{"osd":4,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.501},{"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.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.54300000000000004}]},{"osd":5,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.72799999999999998}]},{"osd":6,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.78500000000000003}]}]},{"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":267616,"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":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.502,"15min":0.497},"min":{"1min":0.34300000000000003,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.505,"15min":0.5},"min":{"1min":0.36099999999999999,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.372}]},{"osd":1,"last update":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.376,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.70799999999999996,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.52800000000000002,"15min":0.52600000000000002},"min":{"1min":0.38900000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77200000000000002,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.42099999999999999}]},{"osd":2,"last update":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.53300000000000003,"15min":0.53100000000000003},"min":{"1min":0.35399999999999998,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.83999999999999997,"5min":0.89700000000000002,"15min":0.89700000000000002},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.53600000000000003,"15min":0.53200000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.46899999999999997}]},{"osd":3,"last update":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.55100000000000005,"15min":0.54700000000000004},"min":{"1min":0.35999999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.55300000000000005,"15min":0.54900000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.56799999999999995}]},{"osd":4,"last update":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.46500000000000002,"15min":0.46100000000000002},"min":{"1min":0.31,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.496,"15min":0.49099999999999999},"min":{"1min":0.35399999999999998,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.59899999999999998}]},{"osd":5,"last update":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.51700000000000002,"15min":0.51500000000000001},"min":{"1min":0.35999999999999999,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.79700000000000004,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.624},{"interface":"front","average":{"1min":0.622,"5min":0.57599999999999996,"15min":0.56799999999999995},"min":{"1min":0.40500000000000003,"5min":0.378,"15min":0.378},"max":{"1min":0.89100000000000001,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.71799999999999997}]},{"osd":7,"last update":"Fri Mar 22 06:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.68200000000000005}]}]},{"osd":1,"up_from":13,"seq":55834574903,"num_pgs":38,"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":265161,"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":"Fri Mar 22 06:46:32 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.35599999999999998,"15min":0.33000000000000002},"min":{"1min":0.26200000000000001,"5min":0.214,"15min":0.214},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.36299999999999999,"15min":0.32300000000000001},"min":{"1min":0.28699999999999998,"5min":0.189,"15min":0.189},"max":{"1min":0.58899999999999997,"5min":0.62,"15min":0.62},"last":0.34499999999999997}]},{"osd":2,"last update":"Fri Mar 22 06:45:57 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.39600000000000002,"15min":0.39100000000000001},"min":{"1min":0.25600000000000001,"5min":0.245,"15min":0.245},"max":{"1min":0.54400000000000004,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.26400000000000001},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.40200000000000002,"15min":0.39800000000000002},"min":{"1min":0.26700000000000002,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.52400000000000002,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.37}]},{"osd":3,"last update":"Fri Mar 22 06:46:25 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.46500000000000002,"15min":0.47599999999999998},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.45800000000000002,"15min":0.46700000000000003},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.63,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.38300000000000001}]},{"osd":4,"last update":"Fri Mar 22 06:46:49 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.60999999999999999,"15min":0.61199999999999999},"min":{"1min":0.39000000000000001,"5min":0.38,"15min":0.38},"max":{"1min":0.95199999999999996,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.61299999999999999,"15min":0.61499999999999999},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.92300000000000004,"5min":0.996,"15min":0.996},"last":0.42099999999999999}]},{"osd":5,"last update":"Fri Mar 22 06:46:10 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.61399999999999999,"15min":0.624},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.438},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.629,"15min":0.63400000000000001},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.83999999999999997,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.46600000000000003}]},{"osd":6,"last update":"Fri Mar 22 06:46:38 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.621,"15min":0.623},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.93600000000000005,"5min":0.95599999999999996,"15min":0.95599999999999996},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.65700000000000003,"15min":0.66500000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.48899999999999999}]},{"osd":7,"last update":"Fri Mar 22 06:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.503},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.52900000000000003}]}]},{"osd":0,"up_from":8,"seq":34359738429,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297708,"kb_used_data":612,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447444,"statfs":{"total":95995035648,"available":95690182656,"internally_reserved":0,"allocated":626688,"data_stored":266016,"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":"Fri Mar 22 06:46:33 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.39200000000000002,"15min":0.33400000000000002},"min":{"1min":0.317,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":2.7770000000000001,"5min":2.7770000000000001,"15min":2.7770000000000001},"last":0.317},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.40899999999999997,"15min":0.34699999999999998},"min":{"1min":0.25600000000000001,"5min":0.215,"15min":0.215},"max":{"1min":3.2709999999999999,"5min":3.2709999999999999,"15min":3.2709999999999999},"last":0.30299999999999999}]},{"osd":2,"last update":"Fri Mar 22 06:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.39000000000000001,"15min":0.379},"min":{"1min":0.28000000000000003,"5min":0.249,"15min":0.249},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.377,"15min":0.36599999999999999},"min":{"1min":0.23300000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.56000000000000005,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.35499999999999998}]},{"osd":3,"last update":"Fri Mar 22 06:46:24 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.46800000000000003,"15min":0.45900000000000002},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":2.391,"5min":2.391,"15min":2.391},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.497,"15min":0.49399999999999999},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":3.0390000000000001,"5min":3.0390000000000001,"15min":3.0390000000000001},"last":0.38500000000000001}]},{"osd":4,"last update":"Fri Mar 22 06:46:49 2024","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.623,"15min":0.60699999999999998},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":2.4969999999999999,"5min":2.4969999999999999,"15min":2.4969999999999999},"last":0.68799999999999994},{"interface":"front","average":{"1min":0.754,"5min":0.65100000000000002,"15min":0.629},"min":{"1min":0.443,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":3.2360000000000002,"5min":3.2360000000000002,"15min":3.2360000000000002},"last":0.69499999999999995}]},{"osd":5,"last update":"Fri Mar 22 06:46:10 2024","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.59899999999999998,"15min":0.60299999999999998},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.68999999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.499},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.57699999999999996,"15min":0.58099999999999996},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.75900000000000001,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.79900000000000004}]},{"osd":6,"last update":"Fri Mar 22 06:46:39 2024","interfaces":[{"interface":"back","average":{"1min":0.72499999999999998,"5min":0.66800000000000004,"15min":0.65800000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":2.5259999999999998,"5min":2.5259999999999998,"15min":2.5259999999999998},"last":0.78900000000000003},{"interface":"front","average":{"1min":0.752,"5min":0.68999999999999995,"15min":0.68000000000000005},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":3.2029999999999998,"5min":3.2029999999999998,"15min":3.2029999999999998},"last":0.60899999999999999}]},{"osd":7,"last update":"Fri Mar 22 06:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.83399999999999996},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.747}]}]},{"osd":2,"up_from":18,"seq":77309411380,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297692,"kb_used_data":596,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447460,"statfs":{"total":95995035648,"available":95690199040,"internally_reserved":0,"allocated":610304,"data_stored":265316,"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":"Fri Mar 22 06:45:56 2024","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.35099999999999998,"15min":0.34300000000000003},"min":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.47199999999999998,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.39700000000000002,"15min":0.38900000000000001},"min":{"1min":0.27000000000000002,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.56299999999999994,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.30099999999999999}]},{"osd":1,"last update":"Fri Mar 22 06:45:56 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.41699999999999998,"15min":0.41199999999999998},"min":{"1min":0.29299999999999998,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.55300000000000005,"5min":0.623,"15min":0.623},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42199999999999999,"15min":0.41299999999999998},"min":{"1min":0.32800000000000001,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.55000000000000004,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.41699999999999998}]},{"osd":3,"last update":"Fri Mar 22 06:46:23 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.432,"15min":0.44500000000000001},"min":{"1min":0.28299999999999997,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.5,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.45600000000000002,"15min":0.47699999999999998},"min":{"1min":0.308,"5min":0.249,"15min":0.249},"max":{"1min":0.55500000000000005,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.377}]},{"osd":4,"last update":"Fri Mar 22 06:46:46 2024","interfaces":[{"interface":"back","average":{"1min":0.628,"5min":0.58099999999999996,"15min":0.58199999999999996},"min":{"1min":0.42999999999999999,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.61099999999999999,"15min":0.61299999999999999},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.65600000000000003}]},{"osd":5,"last update":"Fri Mar 22 06:46:12 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.58599999999999997,"15min":0.59499999999999997},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.74199999999999999,"5min":0.878,"15min":0.878},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.59199999999999997,"15min":0.58999999999999997},"min":{"1min":0.437,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.80000000000000004,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.627}]},{"osd":6,"last update":"Fri Mar 22 06:46:38 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.57599999999999996,"15min":0.56899999999999995},"min":{"1min":0.42499999999999999,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.67300000000000004,"5min":0.60599999999999998,"15min":0.59499999999999997},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.60999999999999999}]},{"osd":7,"last update":"Fri Mar 22 06:46:06 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.69299999999999995}]}]},{"osd":3,"up_from":25,"seq":107374182447,"num_pgs":37,"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":267720,"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":"Fri Mar 22 06:46:20 2024","interfaces":[{"interface":"back","average":{"1min":0.32400000000000001,"5min":0.38500000000000001,"15min":0.40400000000000003},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.41099999999999998,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.34300000000000003,"5min":0.41999999999999998,"15min":0.435},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.49399999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.35699999999999998}]},{"osd":1,"last update":"Fri Mar 22 06:46:20 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.434,"15min":0.45200000000000001},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.443,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.34200000000000003,"5min":0.42499999999999999,"15min":0.442},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.46300000000000002,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.38800000000000001}]},{"osd":2,"last update":"Fri Mar 22 06:46:20 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.47099999999999997,"15min":0.49199999999999999},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.46600000000000003,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.436},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.44700000000000001,"15min":0.45900000000000002},"min":{"1min":0.24199999999999999,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.56100000000000005,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.372}]},{"osd":4,"last update":"Fri Mar 22 06:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.56899999999999995,"15min":0.57999999999999996},"min":{"1min":0.32900000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.63900000000000001,"5min":0.747,"15min":0.747},"last":0.81399999999999995},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.56999999999999995,"15min":0.59199999999999997},"min":{"1min":0.311,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.68000000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.69099999999999995}]},{"osd":5,"last update":"Fri Mar 22 06:46:14 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.59899999999999998,"15min":0.61299999999999999},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.64800000000000002,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.60299999999999998,"15min":0.61499999999999999},"min":{"1min":0.42899999999999999,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.60499999999999998,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.67800000000000005}]},{"osd":6,"last update":"Fri Mar 22 06:46:42 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.57699999999999996,"15min":0.57799999999999996},"min":{"1min":0.39100000000000001,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.747,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.83999999999999997},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.61699999999999999,"15min":0.62},"min":{"1min":0.40300000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.73999999999999999,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.85899999999999999}]},{"osd":7,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.77700000000000002},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.84599999999999997}]}]},{"osd":4,"up_from":30,"seq":128849018922,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297708,"kb_used_data":612,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447444,"statfs":{"total":95995035648,"available":95690182656,"internally_reserved":0,"allocated":626688,"data_stored":265996,"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":"Fri Mar 22 06:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.55400000000000005,"15min":0.58999999999999997},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.60299999999999998,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.56899999999999995,"15min":0.59899999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.65800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.39100000000000001}]},{"osd":1,"last update":"Fri Mar 22 06:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.54100000000000004,"15min":0.57099999999999995},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.72799999999999998,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.56599999999999995,"15min":0.59399999999999997},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.64800000000000002,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.44600000000000001}]},{"osd":2,"last update":"Fri Mar 22 06:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.57099999999999995,"15min":0.59499999999999997},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.61699999999999999,"5min":0.871,"15min":0.871},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.498,"5min":0.57399999999999995,"15min":0.60399999999999998},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.71299999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.59899999999999998}]},{"osd":3,"last update":"Fri Mar 22 06:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.57599999999999996,"15min":0.60499999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.63900000000000001,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.54600000000000004,"15min":0.57899999999999996},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.67600000000000005,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.50700000000000001}]},{"osd":5,"last update":"Fri Mar 22 06:46:13 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.41199999999999998,"15min":0.40600000000000003},"min":{"1min":0.315,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.42899999999999999,"15min":0.41999999999999998},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.56499999999999995}]},{"osd":6,"last update":"Fri Mar 22 06:46:37 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.497,"15min":0.495},"min":{"1min":0.372,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.623},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.51500000000000001,"15min":0.52300000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.64500000000000002,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.64800000000000002}]},{"osd":7,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.63200000000000001}]}]},{"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":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":267391,"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":"Fri Mar 22 06:46:12 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54100000000000004,"15min":0.54000000000000004},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.54400000000000004,"15min":0.54800000000000004},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.52200000000000002}]},{"osd":1,"last update":"Fri Mar 22 06:46:12 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.56200000000000006,"15min":0.56799999999999995},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.73199999999999998,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.57499999999999996,"15min":0.58399999999999996},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.70199999999999996,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.57299999999999995}]},{"osd":2,"last update":"Fri Mar 22 06:46:12 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.54700000000000004,"15min":0.55200000000000005},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.67700000000000005,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.59899999999999998,"15min":0.60499999999999998},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.79500000000000004,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.55400000000000005}]},{"osd":3,"last update":"Fri Mar 22 06:46:12 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.57299999999999995,"15min":0.57899999999999996},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.72399999999999998,"5min":0.749,"15min":0.749},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57899999999999996,"15min":0.57999999999999996},"min":{"1min":0.433,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.72399999999999998,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.59199999999999997}]},{"osd":4,"last update":"Fri Mar 22 06:46:12 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.42799999999999999,"15min":0.41899999999999998},"min":{"1min":0.30399999999999999,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.438,"15min":0.42899999999999999},"min":{"1min":0.28999999999999998,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.48799999999999999}]},{"osd":6,"last update":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.50900000000000001,"15min":0.503},"min":{"1min":0.29899999999999999,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.79500000000000004,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.55300000000000005,"15min":0.54900000000000004},"min":{"1min":0.36699999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.749,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.63700000000000001}]},{"osd":7,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.624}]}]}],"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-03-22T06:47:01.060 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-22T06:47:01.344 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:47:01.511 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:46:59.749737+0000 mgr.y (mgr.14556) 64 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:47:01.511 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:00.195931+0000 mgr.y (mgr.14556) 65 : cluster [DBG] pgmap v52: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:01.511 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:00.344936+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:01.511 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:47:00.346082+0000 mgr.y (mgr.14556) 66 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-22T06:47:01.511 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:47:00.349346+0000 mgr.y (mgr.14556) 67 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi028 2024-03-22T06:47:01.607 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:46:59.749737+0000 mgr.y (mgr.14556) 64 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:47:01.608 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:00.195931+0000 mgr.y (mgr.14556) 65 : cluster [DBG] pgmap v52: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:01.608 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:00.344936+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:01.608 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:47:00.346082+0000 mgr.y (mgr.14556) 66 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-22T06:47:01.608 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:47:00.349346+0000 mgr.y (mgr.14556) 67 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi028 2024-03-22T06:47:01.608 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:46:59.749737+0000 mgr.y (mgr.14556) 64 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:47:01.608 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:00.195931+0000 mgr.y (mgr.14556) 65 : cluster [DBG] pgmap v52: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:01.608 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:00.344936+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:01.608 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:47:00.346082+0000 mgr.y (mgr.14556) 66 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-22T06:47:01.608 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:47:00.349346+0000 mgr.y (mgr.14556) 67 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi028 2024-03-22T06:47:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:47:02.486 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:47:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[69434]: level=info ts=2024-03-22T06:47:02.229Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000173902s 2024-03-22T06:47:03.164 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:47:03.166 INFO:teuthology.orchestra.run.smithi023.stderr:dumped all 2024-03-22T06:47:03.493 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:02.196320+0000 mgr.y (mgr.14556) 68 : cluster [DBG] pgmap v53: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:03.494 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:02.196320+0000 mgr.y (mgr.14556) 68 : cluster [DBG] pgmap v53: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:02.196320+0000 mgr.y (mgr.14556) 68 : cluster [DBG] pgmap v53: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:03.883 INFO:teuthology.orchestra.run.smithi023.stdout:{"pg_ready":true,"pg_map":{"version":53,"stamp":"2024-03-22T06:47:02.196157+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":47,"num_write_kb":15,"num_scrub_errors":0,"num_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":41,"ondisk_log_size":41,"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":2381628,"kb_used_data":4860,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747579588,"statfs":{"total":767960285184,"available":765521498112,"internally_reserved":0,"allocated":4976640,"data_stored":2131423,"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.003268"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406863+0000","last_change":"2024-03-22T06:45:20.946458+0000","last_active":"2024-03-22T06:46:34.406863+0000","last_peered":"2024-03-22T06:46:34.406863+0000","last_clean":"2024-03-22T06:46:34.406863+0000","last_became_active":"2024-03-22T06:45:20.944770+0000","last_became_peered":"2024-03-22T06:45:20.944770+0000","last_unstale":"2024-03-22T06:46:34.406863+0000","last_undegraded":"2024-03-22T06:46:34.406863+0000","last_fullsized":"2024-03-22T06:46:34.406863+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406887+0000","last_change":"2024-03-22T06:45:20.958827+0000","last_active":"2024-03-22T06:46:34.406887+0000","last_peered":"2024-03-22T06:46:34.406887+0000","last_clean":"2024-03-22T06:46:34.406887+0000","last_became_active":"2024-03-22T06:45:20.958504+0000","last_became_peered":"2024-03-22T06:45:20.958504+0000","last_unstale":"2024-03-22T06:46:34.406887+0000","last_undegraded":"2024-03-22T06:46:34.406887+0000","last_fullsized":"2024-03-22T06:46:34.406887+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.406313+0000","last_change":"2024-03-22T06:45:20.949584+0000","last_active":"2024-03-22T06:46:34.406313+0000","last_peered":"2024-03-22T06:46:34.406313+0000","last_clean":"2024-03-22T06:46:34.406313+0000","last_became_active":"2024-03-22T06:45:20.949283+0000","last_became_peered":"2024-03-22T06:45:20.949283+0000","last_unstale":"2024-03-22T06:46:34.406313+0000","last_undegraded":"2024-03-22T06:46:34.406313+0000","last_fullsized":"2024-03-22T06:46:34.406313+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.409264+0000","last_change":"2024-03-22T06:45:20.945398+0000","last_active":"2024-03-22T06:46:34.409264+0000","last_peered":"2024-03-22T06:46:34.409264+0000","last_clean":"2024-03-22T06:46:34.409264+0000","last_became_active":"2024-03-22T06:45:20.945071+0000","last_became_peered":"2024-03-22T06:45:20.945071+0000","last_unstale":"2024-03-22T06:46:34.409264+0000","last_undegraded":"2024-03-22T06:46:34.409264+0000","last_fullsized":"2024-03-22T06:46:34.409264+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405943+0000","last_change":"2024-03-22T06:45:20.949297+0000","last_active":"2024-03-22T06:46:34.405943+0000","last_peered":"2024-03-22T06:46:34.405943+0000","last_clean":"2024-03-22T06:46:34.405943+0000","last_became_active":"2024-03-22T06:45:20.948677+0000","last_became_peered":"2024-03-22T06:45:20.948677+0000","last_unstale":"2024-03-22T06:46:34.405943+0000","last_undegraded":"2024-03-22T06:46:34.405943+0000","last_fullsized":"2024-03-22T06:46:34.405943+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.408904+0000","last_change":"2024-03-22T06:45:20.944468+0000","last_active":"2024-03-22T06:46:34.408904+0000","last_peered":"2024-03-22T06:46:34.408904+0000","last_clean":"2024-03-22T06:46:34.408904+0000","last_became_active":"2024-03-22T06:45:20.944124+0000","last_became_peered":"2024-03-22T06:45:20.944124+0000","last_unstale":"2024-03-22T06:46:34.408904+0000","last_undegraded":"2024-03-22T06:46:34.408904+0000","last_fullsized":"2024-03-22T06:46:34.408904+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407681+0000","last_change":"2024-03-22T06:45:20.950873+0000","last_active":"2024-03-22T06:46:34.407681+0000","last_peered":"2024-03-22T06:46:34.407681+0000","last_clean":"2024-03-22T06:46:34.407681+0000","last_became_active":"2024-03-22T06:45:20.950377+0000","last_became_peered":"2024-03-22T06:45:20.950377+0000","last_unstale":"2024-03-22T06:46:34.407681+0000","last_undegraded":"2024-03-22T06:46:34.407681+0000","last_fullsized":"2024-03-22T06:46:34.407681+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402526+0000","last_change":"2024-03-22T06:45:20.953509+0000","last_active":"2024-03-22T06:46:34.402526+0000","last_peered":"2024-03-22T06:46:34.402526+0000","last_clean":"2024-03-22T06:46:34.402526+0000","last_became_active":"2024-03-22T06:45:20.953171+0000","last_became_peered":"2024-03-22T06:45:20.953171+0000","last_unstale":"2024-03-22T06:46:34.402526+0000","last_undegraded":"2024-03-22T06:46:34.402526+0000","last_fullsized":"2024-03-22T06:46:34.402526+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406768+0000","last_change":"2024-03-22T06:45:20.945244+0000","last_active":"2024-03-22T06:46:34.406768+0000","last_peered":"2024-03-22T06:46:34.406768+0000","last_clean":"2024-03-22T06:46:34.406768+0000","last_became_active":"2024-03-22T06:45:20.944263+0000","last_became_peered":"2024-03-22T06:45:20.944263+0000","last_unstale":"2024-03-22T06:46:34.406768+0000","last_undegraded":"2024-03-22T06:46:34.406768+0000","last_fullsized":"2024-03-22T06:46:34.406768+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406287+0000","last_change":"2024-03-22T06:45:20.953542+0000","last_active":"2024-03-22T06:46:34.406287+0000","last_peered":"2024-03-22T06:46:34.406287+0000","last_clean":"2024-03-22T06:46:34.406287+0000","last_became_active":"2024-03-22T06:45:20.953293+0000","last_became_peered":"2024-03-22T06:45:20.953293+0000","last_unstale":"2024-03-22T06:46:34.406287+0000","last_undegraded":"2024-03-22T06:46:34.406287+0000","last_fullsized":"2024-03-22T06:46:34.406287+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":25,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-03-22T06:46:35.924309+0000","last_change":"2024-03-22T06:46:35.924309+0000","last_active":"2024-03-22T06:46:35.924309+0000","last_peered":"2024-03-22T06:46:35.924309+0000","last_clean":"2024-03-22T06:46:35.924309+0000","last_became_active":"2024-03-22T06:46:35.923961+0000","last_became_peered":"2024-03-22T06:46:35.923961+0000","last_unstale":"2024-03-22T06:46:35.924309+0000","last_undegraded":"2024-03-22T06:46:35.924309+0000","last_fullsized":"2024-03-22T06:46:35.924309+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,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-03-22T06:46:34.402961+0000","last_change":"2024-03-22T06:45:20.942374+0000","last_active":"2024-03-22T06:46:34.402961+0000","last_peered":"2024-03-22T06:46:34.402961+0000","last_clean":"2024-03-22T06:46:34.402961+0000","last_became_active":"2024-03-22T06:45:20.942067+0000","last_became_peered":"2024-03-22T06:45:20.942067+0000","last_unstale":"2024-03-22T06:46:34.402961+0000","last_undegraded":"2024-03-22T06:46:34.402961+0000","last_fullsized":"2024-03-22T06:46:34.402961+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402874+0000","last_change":"2024-03-22T06:45:20.954210+0000","last_active":"2024-03-22T06:46:34.402874+0000","last_peered":"2024-03-22T06:46:34.402874+0000","last_clean":"2024-03-22T06:46:34.402874+0000","last_became_active":"2024-03-22T06:45:20.953874+0000","last_became_peered":"2024-03-22T06:45:20.953874+0000","last_unstale":"2024-03-22T06:46:34.402874+0000","last_undegraded":"2024-03-22T06:46:34.402874+0000","last_fullsized":"2024-03-22T06:46:34.402874+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.405607+0000","last_change":"2024-03-22T06:45:20.945045+0000","last_active":"2024-03-22T06:46:34.405607+0000","last_peered":"2024-03-22T06:46:34.405607+0000","last_clean":"2024-03-22T06:46:34.405607+0000","last_became_active":"2024-03-22T06:45:20.944766+0000","last_became_peered":"2024-03-22T06:45:20.944766+0000","last_unstale":"2024-03-22T06:46:34.405607+0000","last_undegraded":"2024-03-22T06:46:34.405607+0000","last_fullsized":"2024-03-22T06:46:34.405607+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405154+0000","last_change":"2024-03-22T06:45:20.945084+0000","last_active":"2024-03-22T06:46:34.405154+0000","last_peered":"2024-03-22T06:46:34.405154+0000","last_clean":"2024-03-22T06:46:34.405154+0000","last_became_active":"2024-03-22T06:45:20.944688+0000","last_became_peered":"2024-03-22T06:45:20.944688+0000","last_unstale":"2024-03-22T06:46:34.405154+0000","last_undegraded":"2024-03-22T06:46:34.405154+0000","last_fullsized":"2024-03-22T06:46:34.405154+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.408661+0000","last_change":"2024-03-22T06:45:20.944737+0000","last_active":"2024-03-22T06:46:34.408661+0000","last_peered":"2024-03-22T06:46:34.408661+0000","last_clean":"2024-03-22T06:46:34.408661+0000","last_became_active":"2024-03-22T06:45:20.944434+0000","last_became_peered":"2024-03-22T06:45:20.944434+0000","last_unstale":"2024-03-22T06:46:34.408661+0000","last_undegraded":"2024-03-22T06:46:34.408661+0000","last_fullsized":"2024-03-22T06:46:34.408661+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.409637+0000","last_change":"2024-03-22T06:45:20.935945+0000","last_active":"2024-03-22T06:46:34.409637+0000","last_peered":"2024-03-22T06:46:34.409637+0000","last_clean":"2024-03-22T06:46:34.409637+0000","last_became_active":"2024-03-22T06:45:20.935625+0000","last_became_peered":"2024-03-22T06:45:20.935625+0000","last_unstale":"2024-03-22T06:46:34.409637+0000","last_undegraded":"2024-03-22T06:46:34.409637+0000","last_fullsized":"2024-03-22T06:46:34.409637+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.401842+0000","last_change":"2024-03-22T06:45:20.935354+0000","last_active":"2024-03-22T06:46:34.401842+0000","last_peered":"2024-03-22T06:46:34.401842+0000","last_clean":"2024-03-22T06:46:34.401842+0000","last_became_active":"2024-03-22T06:45:20.935025+0000","last_became_peered":"2024-03-22T06:45:20.935025+0000","last_unstale":"2024-03-22T06:46:34.401842+0000","last_undegraded":"2024-03-22T06:46:34.401842+0000","last_fullsized":"2024-03-22T06:46:34.401842+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405819+0000","last_change":"2024-03-22T06:45:20.942092+0000","last_active":"2024-03-22T06:46:34.405819+0000","last_peered":"2024-03-22T06:46:34.405819+0000","last_clean":"2024-03-22T06:46:34.405819+0000","last_became_active":"2024-03-22T06:45:20.941694+0000","last_became_peered":"2024-03-22T06:45:20.941694+0000","last_unstale":"2024-03-22T06:46:34.405819+0000","last_undegraded":"2024-03-22T06:46:34.405819+0000","last_fullsized":"2024-03-22T06:46:34.405819+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.405522+0000","last_change":"2024-03-22T06:45:20.542603+0000","last_active":"2024-03-22T06:46:34.405522+0000","last_peered":"2024-03-22T06:46:34.405522+0000","last_clean":"2024-03-22T06:46:34.405522+0000","last_became_active":"2024-03-22T06:45:20.542023+0000","last_became_peered":"2024-03-22T06:45:20.542023+0000","last_unstale":"2024-03-22T06:46:34.405522+0000","last_undegraded":"2024-03-22T06:46:34.405522+0000","last_fullsized":"2024-03-22T06:46:34.405522+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.403234+0000","last_change":"2024-03-22T06:45:20.953560+0000","last_active":"2024-03-22T06:46:34.403234+0000","last_peered":"2024-03-22T06:46:34.403234+0000","last_clean":"2024-03-22T06:46:34.403234+0000","last_became_active":"2024-03-22T06:45:20.953264+0000","last_became_peered":"2024-03-22T06:45:20.953264+0000","last_unstale":"2024-03-22T06:46:34.403234+0000","last_undegraded":"2024-03-22T06:46:34.403234+0000","last_fullsized":"2024-03-22T06:46:34.403234+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.403420+0000","last_change":"2024-03-22T06:45:20.544964+0000","last_active":"2024-03-22T06:46:34.403420+0000","last_peered":"2024-03-22T06:46:34.403420+0000","last_clean":"2024-03-22T06:46:34.403420+0000","last_became_active":"2024-03-22T06:45:20.544632+0000","last_became_peered":"2024-03-22T06:45:20.544632+0000","last_unstale":"2024-03-22T06:46:34.403420+0000","last_undegraded":"2024-03-22T06:46:34.403420+0000","last_fullsized":"2024-03-22T06:46:34.403420+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.405372+0000","last_change":"2024-03-22T06:45:20.942653+0000","last_active":"2024-03-22T06:46:34.405372+0000","last_peered":"2024-03-22T06:46:34.405372+0000","last_clean":"2024-03-22T06:46:34.405372+0000","last_became_active":"2024-03-22T06:45:20.942151+0000","last_became_peered":"2024-03-22T06:45:20.942151+0000","last_unstale":"2024-03-22T06:46:34.405372+0000","last_undegraded":"2024-03-22T06:46:34.405372+0000","last_fullsized":"2024-03-22T06:46:34.405372+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407436+0000","last_change":"2024-03-22T06:45:20.547131+0000","last_active":"2024-03-22T06:46:34.407436+0000","last_peered":"2024-03-22T06:46:34.407436+0000","last_clean":"2024-03-22T06:46:34.407436+0000","last_became_active":"2024-03-22T06:45:20.541808+0000","last_became_peered":"2024-03-22T06:45:20.541808+0000","last_unstale":"2024-03-22T06:46:34.407436+0000","last_undegraded":"2024-03-22T06:46:34.407436+0000","last_fullsized":"2024-03-22T06:46:34.407436+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.409634+0000","last_change":"2024-03-22T06:45:20.948783+0000","last_active":"2024-03-22T06:46:34.409634+0000","last_peered":"2024-03-22T06:46:34.409634+0000","last_clean":"2024-03-22T06:46:34.409634+0000","last_became_active":"2024-03-22T06:45:20.948411+0000","last_became_peered":"2024-03-22T06:45:20.948411+0000","last_unstale":"2024-03-22T06:46:34.409634+0000","last_undegraded":"2024-03-22T06:46:34.409634+0000","last_fullsized":"2024-03-22T06:46:34.409634+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406346+0000","last_change":"2024-03-22T06:45:20.546729+0000","last_active":"2024-03-22T06:46:34.406346+0000","last_peered":"2024-03-22T06:46:34.406346+0000","last_clean":"2024-03-22T06:46:34.406346+0000","last_became_active":"2024-03-22T06:45:20.546367+0000","last_became_peered":"2024-03-22T06:45:20.546367+0000","last_unstale":"2024-03-22T06:46:34.406346+0000","last_undegraded":"2024-03-22T06:46:34.406346+0000","last_fullsized":"2024-03-22T06:46:34.406346+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.409286+0000","last_change":"2024-03-22T06:45:20.951148+0000","last_active":"2024-03-22T06:46:34.409286+0000","last_peered":"2024-03-22T06:46:34.409286+0000","last_clean":"2024-03-22T06:46:34.409286+0000","last_became_active":"2024-03-22T06:45:20.950848+0000","last_became_peered":"2024-03-22T06:45:20.950848+0000","last_unstale":"2024-03-22T06:46:34.409286+0000","last_undegraded":"2024-03-22T06:46:34.409286+0000","last_fullsized":"2024-03-22T06:46:34.409286+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.403124+0000","last_change":"2024-03-22T06:45:20.546749+0000","last_active":"2024-03-22T06:46:34.403124+0000","last_peered":"2024-03-22T06:46:34.403124+0000","last_clean":"2024-03-22T06:46:34.403124+0000","last_became_active":"2024-03-22T06:45:20.546414+0000","last_became_peered":"2024-03-22T06:45:20.546414+0000","last_unstale":"2024-03-22T06:46:34.403124+0000","last_undegraded":"2024-03-22T06:46:34.403124+0000","last_fullsized":"2024-03-22T06:46:34.403124+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.402876+0000","last_change":"2024-03-22T06:45:20.947241+0000","last_active":"2024-03-22T06:46:34.402876+0000","last_peered":"2024-03-22T06:46:34.402876+0000","last_clean":"2024-03-22T06:46:34.402876+0000","last_became_active":"2024-03-22T06:45:20.946884+0000","last_became_peered":"2024-03-22T06:45:20.946884+0000","last_unstale":"2024-03-22T06:46:34.402876+0000","last_undegraded":"2024-03-22T06:46:34.402876+0000","last_fullsized":"2024-03-22T06:46:34.402876+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405643+0000","last_change":"2024-03-22T06:45:20.540071+0000","last_active":"2024-03-22T06:46:34.405643+0000","last_peered":"2024-03-22T06:46:34.405643+0000","last_clean":"2024-03-22T06:46:34.405643+0000","last_became_active":"2024-03-22T06:45:20.539720+0000","last_became_peered":"2024-03-22T06:45:20.539720+0000","last_unstale":"2024-03-22T06:46:34.405643+0000","last_undegraded":"2024-03-22T06:46:34.405643+0000","last_fullsized":"2024-03-22T06:46:34.405643+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:35.652016+0000","last_change":"2024-03-22T06:46:35.652016+0000","last_active":"2024-03-22T06:46:35.652016+0000","last_peered":"2024-03-22T06:46:35.652016+0000","last_clean":"2024-03-22T06:46:35.652016+0000","last_became_active":"2024-03-22T06:46:35.651626+0000","last_became_peered":"2024-03-22T06:46:35.651626+0000","last_unstale":"2024-03-22T06:46:35.652016+0000","last_undegraded":"2024-03-22T06:46:35.652016+0000","last_fullsized":"2024-03-22T06:46:35.652016+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402738+0000","last_change":"2024-03-22T06:45:20.545843+0000","last_active":"2024-03-22T06:46:34.402738+0000","last_peered":"2024-03-22T06:46:34.402738+0000","last_clean":"2024-03-22T06:46:34.402738+0000","last_became_active":"2024-03-22T06:45:20.545537+0000","last_became_peered":"2024-03-22T06:45:20.545537+0000","last_unstale":"2024-03-22T06:46:34.402738+0000","last_undegraded":"2024-03-22T06:46:34.402738+0000","last_fullsized":"2024-03-22T06:46:34.402738+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":26,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-03-22T06:46:35.413565+0000","last_change":"2024-03-22T06:46:35.413565+0000","last_active":"2024-03-22T06:46:35.413565+0000","last_peered":"2024-03-22T06:46:35.413565+0000","last_clean":"2024-03-22T06:46:35.413565+0000","last_became_active":"2024-03-22T06:46:35.413180+0000","last_became_peered":"2024-03-22T06:46:35.413180+0000","last_unstale":"2024-03-22T06:46:35.413565+0000","last_undegraded":"2024-03-22T06:46:35.413565+0000","last_fullsized":"2024-03-22T06:46:35.413565+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,2,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-03-22T06:46:34.408843+0000","last_change":"2024-03-22T06:45:20.544305+0000","last_active":"2024-03-22T06:46:34.408843+0000","last_peered":"2024-03-22T06:46:34.408843+0000","last_clean":"2024-03-22T06:46:34.408843+0000","last_became_active":"2024-03-22T06:45:20.543953+0000","last_became_peered":"2024-03-22T06:45:20.543953+0000","last_unstale":"2024-03-22T06:46:34.408843+0000","last_undegraded":"2024-03-22T06:46:34.408843+0000","last_fullsized":"2024-03-22T06:46:34.408843+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405396+0000","last_change":"2024-03-22T06:45:20.957941+0000","last_active":"2024-03-22T06:46:34.405396+0000","last_peered":"2024-03-22T06:46:34.405396+0000","last_clean":"2024-03-22T06:46:34.405396+0000","last_became_active":"2024-03-22T06:45:20.957464+0000","last_became_peered":"2024-03-22T06:45:20.957464+0000","last_unstale":"2024-03-22T06:46:34.405396+0000","last_undegraded":"2024-03-22T06:46:34.405396+0000","last_fullsized":"2024-03-22T06:46:34.405396+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405968+0000","last_change":"2024-03-22T06:45:20.545367+0000","last_active":"2024-03-22T06:46:34.405968+0000","last_peered":"2024-03-22T06:46:34.405968+0000","last_clean":"2024-03-22T06:46:34.405968+0000","last_became_active":"2024-03-22T06:45:20.544985+0000","last_became_peered":"2024-03-22T06:45:20.544985+0000","last_unstale":"2024-03-22T06:46:34.405968+0000","last_undegraded":"2024-03-22T06:46:34.405968+0000","last_fullsized":"2024-03-22T06:46:34.405968+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.409463+0000","last_change":"2024-03-22T06:45:20.955936+0000","last_active":"2024-03-22T06:46:34.409463+0000","last_peered":"2024-03-22T06:46:34.409463+0000","last_clean":"2024-03-22T06:46:34.409463+0000","last_became_active":"2024-03-22T06:45:20.955634+0000","last_became_peered":"2024-03-22T06:45:20.955634+0000","last_unstale":"2024-03-22T06:46:34.409463+0000","last_undegraded":"2024-03-22T06:46:34.409463+0000","last_fullsized":"2024-03-22T06:46:34.409463+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.409374+0000","last_change":"2024-03-22T06:45:20.548503+0000","last_active":"2024-03-22T06:46:34.409374+0000","last_peered":"2024-03-22T06:46:34.409374+0000","last_clean":"2024-03-22T06:46:34.409374+0000","last_became_active":"2024-03-22T06:45:20.548272+0000","last_became_peered":"2024-03-22T06:45:20.548272+0000","last_unstale":"2024-03-22T06:46:34.409374+0000","last_undegraded":"2024-03-22T06:46:34.409374+0000","last_fullsized":"2024-03-22T06:46:34.409374+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.405276+0000","last_change":"2024-03-22T06:45:20.942969+0000","last_active":"2024-03-22T06:46:34.405276+0000","last_peered":"2024-03-22T06:46:34.405276+0000","last_clean":"2024-03-22T06:46:34.405276+0000","last_became_active":"2024-03-22T06:45:20.942684+0000","last_became_peered":"2024-03-22T06:45:20.942684+0000","last_unstale":"2024-03-22T06:46:34.405276+0000","last_undegraded":"2024-03-22T06:46:34.405276+0000","last_fullsized":"2024-03-22T06:46:34.405276+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405967+0000","last_change":"2024-03-22T06:45:20.548207+0000","last_active":"2024-03-22T06:46:34.405967+0000","last_peered":"2024-03-22T06:46:34.405967+0000","last_clean":"2024-03-22T06:46:34.405967+0000","last_became_active":"2024-03-22T06:45:20.547635+0000","last_became_peered":"2024-03-22T06:45:20.547635+0000","last_unstale":"2024-03-22T06:46:34.405967+0000","last_undegraded":"2024-03-22T06:46:34.405967+0000","last_fullsized":"2024-03-22T06:46:34.405967+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.402847+0000","last_change":"2024-03-22T06:45:20.932232+0000","last_active":"2024-03-22T06:46:34.402847+0000","last_peered":"2024-03-22T06:46:34.402847+0000","last_clean":"2024-03-22T06:46:34.402847+0000","last_became_active":"2024-03-22T06:45:20.931844+0000","last_became_peered":"2024-03-22T06:45:20.931844+0000","last_unstale":"2024-03-22T06:46:34.402847+0000","last_undegraded":"2024-03-22T06:46:34.402847+0000","last_fullsized":"2024-03-22T06:46:34.402847+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"55'8","reported_seq":25,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406081+0000","last_change":"2024-03-22T06:45:20.545042+0000","last_active":"2024-03-22T06:46:34.406081+0000","last_peered":"2024-03-22T06:46:34.406081+0000","last_clean":"2024-03-22T06:46:34.406081+0000","last_became_active":"2024-03-22T06:45:20.544704+0000","last_became_peered":"2024-03-22T06:45:20.544704+0000","last_unstale":"2024-03-22T06:46:34.406081+0000","last_undegraded":"2024-03-22T06:46:34.406081+0000","last_fullsized":"2024-03-22T06:46:34.406081+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":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":8,"num_write_kb":5,"num_scrub_errors":0,"num_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405990+0000","last_change":"2024-03-22T06:45:20.948456+0000","last_active":"2024-03-22T06:46:34.405990+0000","last_peered":"2024-03-22T06:46:34.405990+0000","last_clean":"2024-03-22T06:46:34.405990+0000","last_became_active":"2024-03-22T06:45:20.948115+0000","last_became_peered":"2024-03-22T06:45:20.948115+0000","last_unstale":"2024-03-22T06:46:34.405990+0000","last_undegraded":"2024-03-22T06:46:34.405990+0000","last_fullsized":"2024-03-22T06:46:34.405990+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.406468+0000","last_change":"2024-03-22T06:45:20.542734+0000","last_active":"2024-03-22T06:46:34.406468+0000","last_peered":"2024-03-22T06:46:34.406468+0000","last_clean":"2024-03-22T06:46:34.406468+0000","last_became_active":"2024-03-22T06:45:20.542501+0000","last_became_peered":"2024-03-22T06:45:20.542501+0000","last_unstale":"2024-03-22T06:46:34.406468+0000","last_undegraded":"2024-03-22T06:46:34.406468+0000","last_fullsized":"2024-03-22T06:46:34.406468+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.405523+0000","last_change":"2024-03-22T06:45:20.939693+0000","last_active":"2024-03-22T06:46:34.405523+0000","last_peered":"2024-03-22T06:46:34.405523+0000","last_clean":"2024-03-22T06:46:34.405523+0000","last_became_active":"2024-03-22T06:45:20.939388+0000","last_became_peered":"2024-03-22T06:45:20.939388+0000","last_unstale":"2024-03-22T06:46:34.405523+0000","last_undegraded":"2024-03-22T06:46:34.405523+0000","last_fullsized":"2024-03-22T06:46:34.405523+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.408700+0000","last_change":"2024-03-22T06:45:20.544082+0000","last_active":"2024-03-22T06:46:34.408700+0000","last_peered":"2024-03-22T06:46:34.408700+0000","last_clean":"2024-03-22T06:46:34.408700+0000","last_became_active":"2024-03-22T06:45:20.543757+0000","last_became_peered":"2024-03-22T06:45:20.543757+0000","last_unstale":"2024-03-22T06:46:34.408700+0000","last_undegraded":"2024-03-22T06:46:34.408700+0000","last_fullsized":"2024-03-22T06:46:34.408700+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405828+0000","last_change":"2024-03-22T06:45:20.948971+0000","last_active":"2024-03-22T06:46:34.405828+0000","last_peered":"2024-03-22T06:46:34.405828+0000","last_clean":"2024-03-22T06:46:34.405828+0000","last_became_active":"2024-03-22T06:45:20.948235+0000","last_became_peered":"2024-03-22T06:45:20.948235+0000","last_unstale":"2024-03-22T06:46:34.405828+0000","last_undegraded":"2024-03-22T06:46:34.405828+0000","last_fullsized":"2024-03-22T06:46:34.405828+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405288+0000","last_change":"2024-03-22T06:45:20.546417+0000","last_active":"2024-03-22T06:46:34.405288+0000","last_peered":"2024-03-22T06:46:34.405288+0000","last_clean":"2024-03-22T06:46:34.405288+0000","last_became_active":"2024-03-22T06:45:20.545926+0000","last_became_peered":"2024-03-22T06:45:20.545926+0000","last_unstale":"2024-03-22T06:46:34.405288+0000","last_undegraded":"2024-03-22T06:46:34.405288+0000","last_fullsized":"2024-03-22T06:46:34.405288+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405184+0000","last_change":"2024-03-22T06:45:20.951491+0000","last_active":"2024-03-22T06:46:34.405184+0000","last_peered":"2024-03-22T06:46:34.405184+0000","last_clean":"2024-03-22T06:46:34.405184+0000","last_became_active":"2024-03-22T06:45:20.950723+0000","last_became_peered":"2024-03-22T06:45:20.950723+0000","last_unstale":"2024-03-22T06:46:34.405184+0000","last_undegraded":"2024-03-22T06:46:34.405184+0000","last_fullsized":"2024-03-22T06:46:34.405184+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.401402+0000","last_change":"2024-03-22T06:45:20.535956+0000","last_active":"2024-03-22T06:46:34.401402+0000","last_peered":"2024-03-22T06:46:34.401402+0000","last_clean":"2024-03-22T06:46:34.401402+0000","last_became_active":"2024-03-22T06:45:20.535637+0000","last_became_peered":"2024-03-22T06:45:20.535637+0000","last_unstale":"2024-03-22T06:46:34.401402+0000","last_undegraded":"2024-03-22T06:46:34.401402+0000","last_fullsized":"2024-03-22T06:46:34.401402+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407785+0000","last_change":"2024-03-22T06:45:20.948948+0000","last_active":"2024-03-22T06:46:34.407785+0000","last_peered":"2024-03-22T06:46:34.407785+0000","last_clean":"2024-03-22T06:46:34.407785+0000","last_became_active":"2024-03-22T06:45:20.948630+0000","last_became_peered":"2024-03-22T06:45:20.948630+0000","last_unstale":"2024-03-22T06:46:34.407785+0000","last_undegraded":"2024-03-22T06:46:34.407785+0000","last_fullsized":"2024-03-22T06:46:34.407785+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.403632+0000","last_change":"2024-03-22T06:45:20.535724+0000","last_active":"2024-03-22T06:46:34.403632+0000","last_peered":"2024-03-22T06:46:34.403632+0000","last_clean":"2024-03-22T06:46:34.403632+0000","last_became_active":"2024-03-22T06:45:20.535377+0000","last_became_peered":"2024-03-22T06:45:20.535377+0000","last_unstale":"2024-03-22T06:46:34.403632+0000","last_undegraded":"2024-03-22T06:46:34.403632+0000","last_fullsized":"2024-03-22T06:46:34.403632+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":25,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-03-22T06:46:35.416695+0000","last_change":"2024-03-22T06:46:35.416695+0000","last_active":"2024-03-22T06:46:35.416695+0000","last_peered":"2024-03-22T06:46:35.416695+0000","last_clean":"2024-03-22T06:46:35.416695+0000","last_became_active":"2024-03-22T06:46:35.416295+0000","last_became_peered":"2024-03-22T06:46:35.416295+0000","last_unstale":"2024-03-22T06:46:35.416695+0000","last_undegraded":"2024-03-22T06:46:35.416695+0000","last_fullsized":"2024-03-22T06:46:35.416695+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[7,3,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":12,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406533+0000","last_change":"2024-03-22T06:45:58.410253+0000","last_active":"2024-03-22T06:46:34.406533+0000","last_peered":"2024-03-22T06:46:34.406533+0000","last_clean":"2024-03-22T06:46:34.406533+0000","last_became_active":"2024-03-22T06:45:58.409933+0000","last_became_peered":"2024-03-22T06:45:58.409933+0000","last_unstale":"2024-03-22T06:46:34.406533+0000","last_undegraded":"2024-03-22T06:46:34.406533+0000","last_fullsized":"2024-03-22T06:46:34.406533+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405470+0000","last_change":"2024-03-22T06:45:20.539099+0000","last_active":"2024-03-22T06:46:34.405470+0000","last_peered":"2024-03-22T06:46:34.405470+0000","last_clean":"2024-03-22T06:46:34.405470+0000","last_became_active":"2024-03-22T06:45:20.538779+0000","last_became_peered":"2024-03-22T06:45:20.538779+0000","last_unstale":"2024-03-22T06:46:34.405470+0000","last_undegraded":"2024-03-22T06:46:34.405470+0000","last_fullsized":"2024-03-22T06:46:34.405470+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.409392+0000","last_change":"2024-03-22T06:45:20.935473+0000","last_active":"2024-03-22T06:46:34.409392+0000","last_peered":"2024-03-22T06:46:34.409392+0000","last_clean":"2024-03-22T06:46:34.409392+0000","last_became_active":"2024-03-22T06:45:20.935062+0000","last_became_peered":"2024-03-22T06:45:20.935062+0000","last_unstale":"2024-03-22T06:46:34.409392+0000","last_undegraded":"2024-03-22T06:46:34.409392+0000","last_fullsized":"2024-03-22T06:46:34.409392+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":12,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405551+0000","last_change":"2024-03-22T06:45:58.410044+0000","last_active":"2024-03-22T06:46:34.405551+0000","last_peered":"2024-03-22T06:46:34.405551+0000","last_clean":"2024-03-22T06:46:34.405551+0000","last_became_active":"2024-03-22T06:45:58.409608+0000","last_became_peered":"2024-03-22T06:45:58.409608+0000","last_unstale":"2024-03-22T06:46:34.405551+0000","last_undegraded":"2024-03-22T06:46:34.405551+0000","last_fullsized":"2024-03-22T06:46:34.405551+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.408580+0000","last_change":"2024-03-22T06:45:20.550460+0000","last_active":"2024-03-22T06:46:34.408580+0000","last_peered":"2024-03-22T06:46:34.408580+0000","last_clean":"2024-03-22T06:46:34.408580+0000","last_became_active":"2024-03-22T06:45:20.550129+0000","last_became_peered":"2024-03-22T06:45:20.550129+0000","last_unstale":"2024-03-22T06:46:34.408580+0000","last_undegraded":"2024-03-22T06:46:34.408580+0000","last_fullsized":"2024-03-22T06:46:34.408580+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402948+0000","last_change":"2024-03-22T06:45:20.944961+0000","last_active":"2024-03-22T06:46:34.402948+0000","last_peered":"2024-03-22T06:46:34.402948+0000","last_clean":"2024-03-22T06:46:34.402948+0000","last_became_active":"2024-03-22T06:45:20.944071+0000","last_became_peered":"2024-03-22T06:45:20.944071+0000","last_unstale":"2024-03-22T06:46:34.402948+0000","last_undegraded":"2024-03-22T06:46:34.402948+0000","last_fullsized":"2024-03-22T06:46:34.402948+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":12,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405616+0000","last_change":"2024-03-22T06:45:58.411034+0000","last_active":"2024-03-22T06:46:34.405616+0000","last_peered":"2024-03-22T06:46:34.405616+0000","last_clean":"2024-03-22T06:46:34.405616+0000","last_became_active":"2024-03-22T06:45:58.410587+0000","last_became_peered":"2024-03-22T06:45:58.410587+0000","last_unstale":"2024-03-22T06:46:34.405616+0000","last_undegraded":"2024-03-22T06:46:34.405616+0000","last_fullsized":"2024-03-22T06:46:34.405616+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407557+0000","last_change":"2024-03-22T06:45:20.948100+0000","last_active":"2024-03-22T06:46:34.407557+0000","last_peered":"2024-03-22T06:46:34.407557+0000","last_clean":"2024-03-22T06:46:34.407557+0000","last_became_active":"2024-03-22T06:45:20.947785+0000","last_became_peered":"2024-03-22T06:45:20.947785+0000","last_unstale":"2024-03-22T06:46:34.407557+0000","last_undegraded":"2024-03-22T06:46:34.407557+0000","last_fullsized":"2024-03-22T06:46:34.407557+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.401454+0000","last_change":"2024-03-22T06:45:20.536031+0000","last_active":"2024-03-22T06:46:34.401454+0000","last_peered":"2024-03-22T06:46:34.401454+0000","last_clean":"2024-03-22T06:46:34.401454+0000","last_became_active":"2024-03-22T06:45:20.535740+0000","last_became_peered":"2024-03-22T06:45:20.535740+0000","last_unstale":"2024-03-22T06:46:34.401454+0000","last_undegraded":"2024-03-22T06:46:34.401454+0000","last_fullsized":"2024-03-22T06:46:34.401454+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":12,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406647+0000","last_change":"2024-03-22T06:45:58.353560+0000","last_active":"2024-03-22T06:46:34.406647+0000","last_peered":"2024-03-22T06:46:34.406647+0000","last_clean":"2024-03-22T06:46:34.406647+0000","last_became_active":"2024-03-22T06:45:58.353221+0000","last_became_peered":"2024-03-22T06:45:58.353221+0000","last_unstale":"2024-03-22T06:46:34.406647+0000","last_undegraded":"2024-03-22T06:46:34.406647+0000","last_fullsized":"2024-03-22T06:46:34.406647+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.402787+0000","last_change":"2024-03-22T06:45:20.954365+0000","last_active":"2024-03-22T06:46:34.402787+0000","last_peered":"2024-03-22T06:46:34.402787+0000","last_clean":"2024-03-22T06:46:34.402787+0000","last_became_active":"2024-03-22T06:45:20.954043+0000","last_became_peered":"2024-03-22T06:45:20.954043+0000","last_unstale":"2024-03-22T06:46:34.402787+0000","last_undegraded":"2024-03-22T06:46:34.402787+0000","last_fullsized":"2024-03-22T06:46:34.402787+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.409109+0000","last_change":"2024-03-22T06:45:20.544943+0000","last_active":"2024-03-22T06:46:34.409109+0000","last_peered":"2024-03-22T06:46:34.409109+0000","last_clean":"2024-03-22T06:46:34.409109+0000","last_became_active":"2024-03-22T06:45:20.544623+0000","last_became_peered":"2024-03-22T06:45:20.544623+0000","last_unstale":"2024-03-22T06:46:34.409109+0000","last_undegraded":"2024-03-22T06:46:34.409109+0000","last_fullsized":"2024-03-22T06:46:34.409109+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405419+0000","last_change":"2024-03-22T06:45:03.996816+0000","last_active":"2024-03-22T06:46:34.405419+0000","last_peered":"2024-03-22T06:46:34.405419+0000","last_clean":"2024-03-22T06:46:34.405419+0000","last_became_active":"2024-03-22T06:45:03.996486+0000","last_became_peered":"2024-03-22T06:45:03.996486+0000","last_unstale":"2024-03-22T06:46:34.405419+0000","last_undegraded":"2024-03-22T06:46:34.405419+0000","last_fullsized":"2024-03-22T06:46:34.405419+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-03-22T06:42:53.460139+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:42:53.460139+0000","last_clean_scrub_stamp":"2024-03-22T06:42:53.460139+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.405616+0000","last_change":"2024-03-22T06:45:58.409565+0000","last_active":"2024-03-22T06:46:34.405616+0000","last_peered":"2024-03-22T06:46:34.405616+0000","last_clean":"2024-03-22T06:46:34.405616+0000","last_became_active":"2024-03-22T06:45:58.409199+0000","last_became_peered":"2024-03-22T06:45:58.409199+0000","last_unstale":"2024-03-22T06:46:34.405616+0000","last_undegraded":"2024-03-22T06:46:34.405616+0000","last_fullsized":"2024-03-22T06:46:34.405616+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.406170+0000","last_change":"2024-03-22T06:45:20.943898+0000","last_active":"2024-03-22T06:46:34.406170+0000","last_peered":"2024-03-22T06:46:34.406170+0000","last_clean":"2024-03-22T06:46:34.406170+0000","last_became_active":"2024-03-22T06:45:20.943643+0000","last_became_peered":"2024-03-22T06:45:20.943643+0000","last_unstale":"2024-03-22T06:46:34.406170+0000","last_undegraded":"2024-03-22T06:46:34.406170+0000","last_fullsized":"2024-03-22T06:46:34.406170+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405245+0000","last_change":"2024-03-22T06:45:20.548776+0000","last_active":"2024-03-22T06:46:34.405245+0000","last_peered":"2024-03-22T06:46:34.405245+0000","last_clean":"2024-03-22T06:46:34.405245+0000","last_became_active":"2024-03-22T06:45:20.548419+0000","last_became_peered":"2024-03-22T06:45:20.548419+0000","last_unstale":"2024-03-22T06:46:34.405245+0000","last_undegraded":"2024-03-22T06:46:34.405245+0000","last_fullsized":"2024-03-22T06:46:34.405245+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.406496+0000","last_change":"2024-03-22T06:45:58.410245+0000","last_active":"2024-03-22T06:46:34.406496+0000","last_peered":"2024-03-22T06:46:34.406496+0000","last_clean":"2024-03-22T06:46:34.406496+0000","last_became_active":"2024-03-22T06:45:58.410025+0000","last_became_peered":"2024-03-22T06:45:58.410025+0000","last_unstale":"2024-03-22T06:46:34.406496+0000","last_undegraded":"2024-03-22T06:46:34.406496+0000","last_fullsized":"2024-03-22T06:46:34.406496+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407330+0000","last_change":"2024-03-22T06:45:20.538550+0000","last_active":"2024-03-22T06:46:34.407330+0000","last_peered":"2024-03-22T06:46:34.407330+0000","last_clean":"2024-03-22T06:46:34.407330+0000","last_became_active":"2024-03-22T06:45:20.538204+0000","last_became_peered":"2024-03-22T06:45:20.538204+0000","last_unstale":"2024-03-22T06:46:34.407330+0000","last_undegraded":"2024-03-22T06:46:34.407330+0000","last_fullsized":"2024-03-22T06:46:34.407330+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405632+0000","last_change":"2024-03-22T06:45:20.948959+0000","last_active":"2024-03-22T06:46:34.405632+0000","last_peered":"2024-03-22T06:46:34.405632+0000","last_clean":"2024-03-22T06:46:34.405632+0000","last_became_active":"2024-03-22T06:45:20.948668+0000","last_became_peered":"2024-03-22T06:45:20.948668+0000","last_unstale":"2024-03-22T06:46:34.405632+0000","last_undegraded":"2024-03-22T06:46:34.405632+0000","last_fullsized":"2024-03-22T06:46:34.405632+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402566+0000","last_change":"2024-03-22T06:45:58.352610+0000","last_active":"2024-03-22T06:46:34.402566+0000","last_peered":"2024-03-22T06:46:34.402566+0000","last_clean":"2024-03-22T06:46:34.402566+0000","last_became_active":"2024-03-22T06:45:58.352274+0000","last_became_peered":"2024-03-22T06:45:58.352274+0000","last_unstale":"2024-03-22T06:46:34.402566+0000","last_undegraded":"2024-03-22T06:46:34.402566+0000","last_fullsized":"2024-03-22T06:46:34.402566+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407627+0000","last_change":"2024-03-22T06:45:20.540682+0000","last_active":"2024-03-22T06:46:34.407627+0000","last_peered":"2024-03-22T06:46:34.407627+0000","last_clean":"2024-03-22T06:46:34.407627+0000","last_became_active":"2024-03-22T06:45:20.540201+0000","last_became_peered":"2024-03-22T06:45:20.540201+0000","last_unstale":"2024-03-22T06:46:34.407627+0000","last_undegraded":"2024-03-22T06:46:34.407627+0000","last_fullsized":"2024-03-22T06:46:34.407627+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.403082+0000","last_change":"2024-03-22T06:45:20.944121+0000","last_active":"2024-03-22T06:46:34.403082+0000","last_peered":"2024-03-22T06:46:34.403082+0000","last_clean":"2024-03-22T06:46:34.403082+0000","last_became_active":"2024-03-22T06:45:20.943824+0000","last_became_peered":"2024-03-22T06:45:20.943824+0000","last_unstale":"2024-03-22T06:46:34.403082+0000","last_undegraded":"2024-03-22T06:46:34.403082+0000","last_fullsized":"2024-03-22T06:46:34.403082+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402337+0000","last_change":"2024-03-22T06:45:58.410065+0000","last_active":"2024-03-22T06:46:34.402337+0000","last_peered":"2024-03-22T06:46:34.402337+0000","last_clean":"2024-03-22T06:46:34.402337+0000","last_became_active":"2024-03-22T06:45:58.409699+0000","last_became_peered":"2024-03-22T06:45:58.409699+0000","last_unstale":"2024-03-22T06:46:34.402337+0000","last_undegraded":"2024-03-22T06:46:34.402337+0000","last_fullsized":"2024-03-22T06:46:34.402337+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-03-22T06:45:57.196698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:57.196698+0000","last_clean_scrub_stamp":"2024-03-22T06:45:57.196698+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405863+0000","last_change":"2024-03-22T06:45:20.540400+0000","last_active":"2024-03-22T06:46:34.405863+0000","last_peered":"2024-03-22T06:46:34.405863+0000","last_clean":"2024-03-22T06:46:34.405863+0000","last_became_active":"2024-03-22T06:45:20.539470+0000","last_became_peered":"2024-03-22T06:45:20.539470+0000","last_unstale":"2024-03-22T06:46:34.405863+0000","last_undegraded":"2024-03-22T06:46:34.405863+0000","last_fullsized":"2024-03-22T06:46:34.405863+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":61,"state":"active+clean","last_fresh":"2024-03-22T06:46:35.651943+0000","last_change":"2024-03-22T06:46:35.651943+0000","last_active":"2024-03-22T06:46:35.651943+0000","last_peered":"2024-03-22T06:46:35.651943+0000","last_clean":"2024-03-22T06:46:35.651943+0000","last_became_active":"2024-03-22T06:46:35.651609+0000","last_became_peered":"2024-03-22T06:46:35.651609+0000","last_unstale":"2024-03-22T06:46:35.651943+0000","last_undegraded":"2024-03-22T06:46:35.651943+0000","last_fullsized":"2024-03-22T06:46:35.651943+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405521+0000","last_change":"2024-03-22T06:45:20.540839+0000","last_active":"2024-03-22T06:46:34.405521+0000","last_peered":"2024-03-22T06:46:34.405521+0000","last_clean":"2024-03-22T06:46:34.405521+0000","last_became_active":"2024-03-22T06:45:20.539921+0000","last_became_peered":"2024-03-22T06:45:20.539921+0000","last_unstale":"2024-03-22T06:46:34.405521+0000","last_undegraded":"2024-03-22T06:46:34.405521+0000","last_fullsized":"2024-03-22T06:46:34.405521+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402625+0000","last_change":"2024-03-22T06:45:20.932379+0000","last_active":"2024-03-22T06:46:34.402625+0000","last_peered":"2024-03-22T06:46:34.402625+0000","last_clean":"2024-03-22T06:46:34.402625+0000","last_became_active":"2024-03-22T06:45:20.932026+0000","last_became_peered":"2024-03-22T06:45:20.932026+0000","last_unstale":"2024-03-22T06:46:34.402625+0000","last_undegraded":"2024-03-22T06:46:34.402625+0000","last_fullsized":"2024-03-22T06:46:34.402625+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405237+0000","last_change":"2024-03-22T06:45:20.542026+0000","last_active":"2024-03-22T06:46:34.405237+0000","last_peered":"2024-03-22T06:46:34.405237+0000","last_clean":"2024-03-22T06:46:34.405237+0000","last_became_active":"2024-03-22T06:45:20.541023+0000","last_became_peered":"2024-03-22T06:45:20.541023+0000","last_unstale":"2024-03-22T06:46:34.405237+0000","last_undegraded":"2024-03-22T06:46:34.405237+0000","last_fullsized":"2024-03-22T06:46:34.405237+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402630+0000","last_change":"2024-03-22T06:45:20.950705+0000","last_active":"2024-03-22T06:46:34.402630+0000","last_peered":"2024-03-22T06:46:34.402630+0000","last_clean":"2024-03-22T06:46:34.402630+0000","last_became_active":"2024-03-22T06:45:20.950403+0000","last_became_peered":"2024-03-22T06:45:20.950403+0000","last_unstale":"2024-03-22T06:46:34.402630+0000","last_undegraded":"2024-03-22T06:46:34.402630+0000","last_fullsized":"2024-03-22T06:46:34.402630+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":26,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-03-22T06:46:35.417610+0000","last_change":"2024-03-22T06:46:35.417610+0000","last_active":"2024-03-22T06:46:35.417610+0000","last_peered":"2024-03-22T06:46:35.417610+0000","last_clean":"2024-03-22T06:46:35.417610+0000","last_became_active":"2024-03-22T06:46:35.417202+0000","last_became_peered":"2024-03-22T06:46:35.417202+0000","last_unstale":"2024-03-22T06:46:35.417610+0000","last_undegraded":"2024-03-22T06:46:35.417610+0000","last_fullsized":"2024-03-22T06:46:35.417610+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.b","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.402964+0000","last_change":"2024-03-22T06:45:20.941555+0000","last_active":"2024-03-22T06:46:34.402964+0000","last_peered":"2024-03-22T06:46:34.402964+0000","last_clean":"2024-03-22T06:46:34.402964+0000","last_became_active":"2024-03-22T06:45:20.941235+0000","last_became_peered":"2024-03-22T06:45:20.941235+0000","last_unstale":"2024-03-22T06:46:34.402964+0000","last_undegraded":"2024-03-22T06:46:34.402964+0000","last_fullsized":"2024-03-22T06:46:34.402964+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405714+0000","last_change":"2024-03-22T06:45:20.550106+0000","last_active":"2024-03-22T06:46:34.405714+0000","last_peered":"2024-03-22T06:46:34.405714+0000","last_clean":"2024-03-22T06:46:34.405714+0000","last_became_active":"2024-03-22T06:45:20.549657+0000","last_became_peered":"2024-03-22T06:45:20.549657+0000","last_unstale":"2024-03-22T06:46:34.405714+0000","last_undegraded":"2024-03-22T06:46:34.405714+0000","last_fullsized":"2024-03-22T06:46:34.405714+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405531+0000","last_change":"2024-03-22T06:45:20.945470+0000","last_active":"2024-03-22T06:46:34.405531+0000","last_peered":"2024-03-22T06:46:34.405531+0000","last_clean":"2024-03-22T06:46:34.405531+0000","last_became_active":"2024-03-22T06:45:20.945106+0000","last_became_peered":"2024-03-22T06:45:20.945106+0000","last_unstale":"2024-03-22T06:46:34.405531+0000","last_undegraded":"2024-03-22T06:46:34.405531+0000","last_fullsized":"2024-03-22T06:46:34.405531+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.401898+0000","last_change":"2024-03-22T06:45:20.541360+0000","last_active":"2024-03-22T06:46:34.401898+0000","last_peered":"2024-03-22T06:46:34.401898+0000","last_clean":"2024-03-22T06:46:34.401898+0000","last_became_active":"2024-03-22T06:45:20.541021+0000","last_became_peered":"2024-03-22T06:45:20.541021+0000","last_unstale":"2024-03-22T06:46:34.401898+0000","last_undegraded":"2024-03-22T06:46:34.401898+0000","last_fullsized":"2024-03-22T06:46:34.401898+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.407220+0000","last_change":"2024-03-22T06:45:20.942195+0000","last_active":"2024-03-22T06:46:34.407220+0000","last_peered":"2024-03-22T06:46:34.407220+0000","last_clean":"2024-03-22T06:46:34.407220+0000","last_became_active":"2024-03-22T06:45:20.941872+0000","last_became_peered":"2024-03-22T06:45:20.941872+0000","last_unstale":"2024-03-22T06:46:34.407220+0000","last_undegraded":"2024-03-22T06:46:34.407220+0000","last_fullsized":"2024-03-22T06:46:34.407220+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405875+0000","last_change":"2024-03-22T06:45:20.540634+0000","last_active":"2024-03-22T06:46:34.405875+0000","last_peered":"2024-03-22T06:46:34.405875+0000","last_clean":"2024-03-22T06:46:34.405875+0000","last_became_active":"2024-03-22T06:45:20.539228+0000","last_became_peered":"2024-03-22T06:45:20.539228+0000","last_unstale":"2024-03-22T06:46:34.405875+0000","last_undegraded":"2024-03-22T06:46:34.405875+0000","last_fullsized":"2024-03-22T06:46:34.405875+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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-03-22T06:46:34.409511+0000","last_change":"2024-03-22T06:45:20.951967+0000","last_active":"2024-03-22T06:46:34.409511+0000","last_peered":"2024-03-22T06:46:34.409511+0000","last_clean":"2024-03-22T06:46:34.409511+0000","last_became_active":"2024-03-22T06:45:20.951658+0000","last_became_peered":"2024-03-22T06:45:20.951658+0000","last_unstale":"2024-03-22T06:46:34.409511+0000","last_undegraded":"2024-03-22T06:46:34.409511+0000","last_fullsized":"2024-03-22T06:46:34.409511+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.401806+0000","last_change":"2024-03-22T06:45:20.536890+0000","last_active":"2024-03-22T06:46:34.401806+0000","last_peered":"2024-03-22T06:46:34.401806+0000","last_clean":"2024-03-22T06:46:34.401806+0000","last_became_active":"2024-03-22T06:45:20.536577+0000","last_became_peered":"2024-03-22T06:45:20.536577+0000","last_unstale":"2024-03-22T06:46:34.401806+0000","last_undegraded":"2024-03-22T06:46:34.401806+0000","last_fullsized":"2024-03-22T06:46:34.401806+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-03-22T06:45:19.485387+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:19.485387+0000","last_clean_scrub_stamp":"2024-03-22T06:45:19.485387+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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406967+0000","last_change":"2024-03-22T06:45:20.948795+0000","last_active":"2024-03-22T06:46:34.406967+0000","last_peered":"2024-03-22T06:46:34.406967+0000","last_clean":"2024-03-22T06:46:34.406967+0000","last_became_active":"2024-03-22T06:45:20.948449+0000","last_became_peered":"2024-03-22T06:45:20.948449+0000","last_unstale":"2024-03-22T06:46:34.406967+0000","last_undegraded":"2024-03-22T06:46:34.406967+0000","last_fullsized":"2024-03-22T06:46:34.406967+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.404990+0000","last_change":"2024-03-22T06:45:20.951685+0000","last_active":"2024-03-22T06:46:34.404990+0000","last_peered":"2024-03-22T06:46:34.404990+0000","last_clean":"2024-03-22T06:46:34.404990+0000","last_became_active":"2024-03-22T06:45:20.951181+0000","last_became_peered":"2024-03-22T06:45:20.951181+0000","last_unstale":"2024-03-22T06:46:34.404990+0000","last_undegraded":"2024-03-22T06:46:34.404990+0000","last_fullsized":"2024-03-22T06:46:34.404990+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.401851+0000","last_change":"2024-03-22T06:45:20.936123+0000","last_active":"2024-03-22T06:46:34.401851+0000","last_peered":"2024-03-22T06:46:34.401851+0000","last_clean":"2024-03-22T06:46:34.401851+0000","last_became_active":"2024-03-22T06:45:20.935803+0000","last_became_peered":"2024-03-22T06:45:20.935803+0000","last_unstale":"2024-03-22T06:46:34.401851+0000","last_undegraded":"2024-03-22T06:46:34.401851+0000","last_fullsized":"2024-03-22T06:46:34.401851+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.408719+0000","last_change":"2024-03-22T06:45:20.941224+0000","last_active":"2024-03-22T06:46:34.408719+0000","last_peered":"2024-03-22T06:46:34.408719+0000","last_clean":"2024-03-22T06:46:34.408719+0000","last_became_active":"2024-03-22T06:45:20.940940+0000","last_became_peered":"2024-03-22T06:45:20.940940+0000","last_unstale":"2024-03-22T06:46:34.408719+0000","last_undegraded":"2024-03-22T06:46:34.408719+0000","last_fullsized":"2024-03-22T06:46:34.408719+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.406582+0000","last_change":"2024-03-22T06:45:20.949782+0000","last_active":"2024-03-22T06:46:34.406582+0000","last_peered":"2024-03-22T06:46:34.406582+0000","last_clean":"2024-03-22T06:46:34.406582+0000","last_became_active":"2024-03-22T06:45:20.949493+0000","last_became_peered":"2024-03-22T06:45:20.949493+0000","last_unstale":"2024-03-22T06:46:34.406582+0000","last_undegraded":"2024-03-22T06:46:34.406582+0000","last_fullsized":"2024-03-22T06:46:34.406582+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402950+0000","last_change":"2024-03-22T06:45:20.941553+0000","last_active":"2024-03-22T06:46:34.402950+0000","last_peered":"2024-03-22T06:46:34.402950+0000","last_clean":"2024-03-22T06:46:34.402950+0000","last_became_active":"2024-03-22T06:45:20.941222+0000","last_became_peered":"2024-03-22T06:45:20.941222+0000","last_unstale":"2024-03-22T06:46:34.402950+0000","last_undegraded":"2024-03-22T06:46:34.402950+0000","last_fullsized":"2024-03-22T06:46:34.402950+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.405786+0000","last_change":"2024-03-22T06:45:20.957201+0000","last_active":"2024-03-22T06:46:34.405786+0000","last_peered":"2024-03-22T06:46:34.405786+0000","last_clean":"2024-03-22T06:46:34.405786+0000","last_became_active":"2024-03-22T06:45:20.956896+0000","last_became_peered":"2024-03-22T06:45:20.956896+0000","last_unstale":"2024-03-22T06:46:34.405786+0000","last_undegraded":"2024-03-22T06:46:34.405786+0000","last_fullsized":"2024-03-22T06:46:34.405786+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.406553+0000","last_change":"2024-03-22T06:45:20.937292+0000","last_active":"2024-03-22T06:46:34.406553+0000","last_peered":"2024-03-22T06:46:34.406553+0000","last_clean":"2024-03-22T06:46:34.406553+0000","last_became_active":"2024-03-22T06:45:20.936334+0000","last_became_peered":"2024-03-22T06:45:20.936334+0000","last_unstale":"2024-03-22T06:46:34.406553+0000","last_undegraded":"2024-03-22T06:46:34.406553+0000","last_fullsized":"2024-03-22T06:46:34.406553+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.403177+0000","last_change":"2024-03-22T06:45:20.956863+0000","last_active":"2024-03-22T06:46:34.403177+0000","last_peered":"2024-03-22T06:46:34.403177+0000","last_clean":"2024-03-22T06:46:34.403177+0000","last_became_active":"2024-03-22T06:45:20.956450+0000","last_became_peered":"2024-03-22T06:45:20.956450+0000","last_unstale":"2024-03-22T06:46:34.403177+0000","last_undegraded":"2024-03-22T06:46:34.403177+0000","last_fullsized":"2024-03-22T06:46:34.403177+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-22T06:46:34.408967+0000","last_change":"2024-03-22T06:45:20.938290+0000","last_active":"2024-03-22T06:46:34.408967+0000","last_peered":"2024-03-22T06:46:34.408967+0000","last_clean":"2024-03-22T06:46:34.408967+0000","last_became_active":"2024-03-22T06:45:20.937933+0000","last_became_peered":"2024-03-22T06:45:20.937933+0000","last_unstale":"2024-03-22T06:46:34.408967+0000","last_undegraded":"2024-03-22T06:46:34.408967+0000","last_fullsized":"2024-03-22T06:46:34.408967+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.402646+0000","last_change":"2024-03-22T06:45:20.952829+0000","last_active":"2024-03-22T06:46:34.402646+0000","last_peered":"2024-03-22T06:46:34.402646+0000","last_clean":"2024-03-22T06:46:34.402646+0000","last_became_active":"2024-03-22T06:45:20.952349+0000","last_became_peered":"2024-03-22T06:45:20.952349+0000","last_unstale":"2024-03-22T06:46:34.402646+0000","last_undegraded":"2024-03-22T06:46:34.402646+0000","last_fullsized":"2024-03-22T06:46:34.402646+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.409094+0000","last_change":"2024-03-22T06:45:20.952587+0000","last_active":"2024-03-22T06:46:34.409094+0000","last_peered":"2024-03-22T06:46:34.409094+0000","last_clean":"2024-03-22T06:46:34.409094+0000","last_became_active":"2024-03-22T06:45:20.952238+0000","last_became_peered":"2024-03-22T06:45:20.952238+0000","last_unstale":"2024-03-22T06:46:34.409094+0000","last_undegraded":"2024-03-22T06:46:34.409094+0000","last_fullsized":"2024-03-22T06:46:34.409094+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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-03-22T06:46:34.406670+0000","last_change":"2024-03-22T06:45:20.948845+0000","last_active":"2024-03-22T06:46:34.406670+0000","last_peered":"2024-03-22T06:46:34.406670+0000","last_clean":"2024-03-22T06:46:34.406670+0000","last_became_active":"2024-03-22T06:45:20.947926+0000","last_became_peered":"2024-03-22T06:45:20.947926+0000","last_unstale":"2024-03-22T06:46:34.406670+0000","last_undegraded":"2024-03-22T06:46:34.406670+0000","last_fullsized":"2024-03-22T06:46:34.406670+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":25,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-03-22T06:46:35.924090+0000","last_change":"2024-03-22T06:46:35.924090+0000","last_active":"2024-03-22T06:46:35.924090+0000","last_peered":"2024-03-22T06:46:35.924090+0000","last_clean":"2024-03-22T06:46:35.924090+0000","last_became_active":"2024-03-22T06:46:35.923727+0000","last_became_peered":"2024-03-22T06:46:35.923727+0000","last_unstale":"2024-03-22T06:46:35.924090+0000","last_undegraded":"2024-03-22T06:46:35.924090+0000","last_fullsized":"2024-03-22T06:46:35.924090+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-03-22T06:45:20.509935+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-22T06:45:20.509935+0000","last_clean_scrub_stamp":"2024-03-22T06:45:20.509935+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,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":47,"num_write_kb":15,"num_scrub_errors":0,"num_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":41,"ondisk_log_size":41,"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":266207,"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":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.64400000000000002}]},{"osd":1,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.54900000000000004}]},{"osd":2,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"last":0.65900000000000003}]},{"osd":3,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.51600000000000001}]},{"osd":4,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.33900000000000002},{"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.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.37}]},{"osd":5,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.48199999999999998}]},{"osd":6,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.44900000000000001}]}]},{"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":267616,"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":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.502,"15min":0.497},"min":{"1min":0.34300000000000003,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.503},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.505,"15min":0.5},"min":{"1min":0.36099999999999999,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.49199999999999999}]},{"osd":1,"last update":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.376,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.70799999999999996,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.52800000000000002,"15min":0.52600000000000002},"min":{"1min":0.38900000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77200000000000002,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.41999999999999998}]},{"osd":2,"last update":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.53300000000000003,"15min":0.53100000000000003},"min":{"1min":0.35399999999999998,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.83999999999999997,"5min":0.89700000000000002,"15min":0.89700000000000002},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.53600000000000003,"15min":0.53200000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.437}]},{"osd":3,"last update":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.55100000000000005,"15min":0.54700000000000004},"min":{"1min":0.35999999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.55300000000000005,"15min":0.54900000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.46100000000000002}]},{"osd":4,"last update":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.46500000000000002,"15min":0.46100000000000002},"min":{"1min":0.31,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.496,"15min":0.49099999999999999},"min":{"1min":0.35399999999999998,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.313}]},{"osd":5,"last update":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.51700000000000002,"15min":0.51500000000000001},"min":{"1min":0.35999999999999999,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.79700000000000004,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.622,"5min":0.57599999999999996,"15min":0.56799999999999995},"min":{"1min":0.40500000000000003,"5min":0.378,"15min":0.378},"max":{"1min":0.89100000000000001,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.35699999999999998}]},{"osd":7,"last update":"Fri Mar 22 06:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.47699999999999998}]}]},{"osd":1,"up_from":13,"seq":55834574904,"num_pgs":38,"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":265161,"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":"Fri Mar 22 06:46:32 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.35599999999999998,"15min":0.33000000000000002},"min":{"1min":0.26200000000000001,"5min":0.214,"15min":0.214},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.36299999999999999,"15min":0.32300000000000001},"min":{"1min":0.28699999999999998,"5min":0.189,"15min":0.189},"max":{"1min":0.58899999999999997,"5min":0.62,"15min":0.62},"last":0.35099999999999998}]},{"osd":2,"last update":"Fri Mar 22 06:46:58 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.38600000000000001,"15min":0.38800000000000001},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.53600000000000003,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.376,"5min":0.39800000000000002,"15min":0.39600000000000002},"min":{"1min":0.27500000000000002,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.38300000000000001}]},{"osd":3,"last update":"Fri Mar 22 06:46:25 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.46500000000000002,"15min":0.47599999999999998},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.45800000000000002,"15min":0.46700000000000003},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.63,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.32200000000000001}]},{"osd":4,"last update":"Fri Mar 22 06:46:49 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.60999999999999999,"15min":0.61199999999999999},"min":{"1min":0.39000000000000001,"5min":0.38,"15min":0.38},"max":{"1min":0.95199999999999996,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.61299999999999999,"15min":0.61499999999999999},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.92300000000000004,"5min":0.996,"15min":0.996},"last":0.65700000000000003}]},{"osd":5,"last update":"Fri Mar 22 06:46:10 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.61399999999999999,"15min":0.624},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.629,"15min":0.63400000000000001},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.83999999999999997,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.57099999999999995}]},{"osd":6,"last update":"Fri Mar 22 06:46:38 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.621,"15min":0.623},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.93600000000000005,"5min":0.95599999999999996,"15min":0.95599999999999996},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.65700000000000003,"15min":0.66500000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.70799999999999996}]},{"osd":7,"last update":"Fri Mar 22 06:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.68400000000000005},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.73099999999999998}]}]},{"osd":0,"up_from":8,"seq":34359738430,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297708,"kb_used_data":612,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447444,"statfs":{"total":95995035648,"available":95690182656,"internally_reserved":0,"allocated":626688,"data_stored":266016,"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":"Fri Mar 22 06:46:33 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.39200000000000002,"15min":0.33400000000000002},"min":{"1min":0.317,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":2.7770000000000001,"5min":2.7770000000000001,"15min":2.7770000000000001},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.40899999999999997,"15min":0.34699999999999998},"min":{"1min":0.25600000000000001,"5min":0.215,"15min":0.215},"max":{"1min":3.2709999999999999,"5min":3.2709999999999999,"15min":3.2709999999999999},"last":0.53300000000000003}]},{"osd":2,"last update":"Fri Mar 22 06:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.39000000000000001,"15min":0.379},"min":{"1min":0.28000000000000003,"5min":0.249,"15min":0.249},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.377,"15min":0.36599999999999999},"min":{"1min":0.23300000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.56000000000000005,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.45900000000000002}]},{"osd":3,"last update":"Fri Mar 22 06:46:24 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.46800000000000003,"15min":0.45900000000000002},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":2.391,"5min":2.391,"15min":2.391},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.497,"15min":0.49399999999999999},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":3.0390000000000001,"5min":3.0390000000000001,"15min":3.0390000000000001},"last":0.50600000000000001}]},{"osd":4,"last update":"Fri Mar 22 06:46:49 2024","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.623,"15min":0.60699999999999998},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":2.4969999999999999,"5min":2.4969999999999999,"15min":2.4969999999999999},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.754,"5min":0.65100000000000002,"15min":0.629},"min":{"1min":0.443,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":3.2360000000000002,"5min":3.2360000000000002,"15min":3.2360000000000002},"last":0.71799999999999997}]},{"osd":5,"last update":"Fri Mar 22 06:46:10 2024","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.59899999999999998,"15min":0.60299999999999998},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.68999999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.57699999999999996,"15min":0.58099999999999996},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.75900000000000001,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.65300000000000002}]},{"osd":6,"last update":"Fri Mar 22 06:46:39 2024","interfaces":[{"interface":"back","average":{"1min":0.72499999999999998,"5min":0.66800000000000004,"15min":0.65800000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":2.5259999999999998,"5min":2.5259999999999998,"15min":2.5259999999999998},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.752,"5min":0.68999999999999995,"15min":0.68000000000000005},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":3.2029999999999998,"5min":3.2029999999999998,"15min":3.2029999999999998},"last":0.77500000000000002}]},{"osd":7,"last update":"Fri Mar 22 06:46:01 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.72199999999999998}]}]},{"osd":2,"up_from":18,"seq":77309411381,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297692,"kb_used_data":596,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447460,"statfs":{"total":95995035648,"available":95690199040,"internally_reserved":0,"allocated":610304,"data_stored":265316,"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":"Fri Mar 22 06:46:58 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.36399999999999999,"15min":0.34699999999999998},"min":{"1min":0.26800000000000002,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.40000000000000002,"15min":0.39000000000000001},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.64500000000000002,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.58799999999999997}]},{"osd":1,"last update":"Fri Mar 22 06:46:58 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.41599999999999998,"15min":0.41199999999999998},"min":{"1min":0.28299999999999997,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.43099999999999999,"15min":0.41599999999999998},"min":{"1min":0.33500000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.61699999999999999}]},{"osd":3,"last update":"Fri Mar 22 06:46:23 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.432,"15min":0.44500000000000001},"min":{"1min":0.28299999999999997,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.5,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.45600000000000002,"15min":0.47699999999999998},"min":{"1min":0.308,"5min":0.249,"15min":0.249},"max":{"1min":0.55500000000000005,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.64500000000000002}]},{"osd":4,"last update":"Fri Mar 22 06:46:46 2024","interfaces":[{"interface":"back","average":{"1min":0.628,"5min":0.58099999999999996,"15min":0.58199999999999996},"min":{"1min":0.42999999999999999,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.93400000000000005},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.61099999999999999,"15min":0.61299999999999999},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.94399999999999995}]},{"osd":5,"last update":"Fri Mar 22 06:46:12 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.58599999999999997,"15min":0.59499999999999997},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.74199999999999999,"5min":0.878,"15min":0.878},"last":0.87},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.59199999999999997,"15min":0.58999999999999997},"min":{"1min":0.437,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.80000000000000004,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.90700000000000003}]},{"osd":6,"last update":"Fri Mar 22 06:46:38 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.57599999999999996,"15min":0.56899999999999995},"min":{"1min":0.42499999999999999,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.67300000000000004,"5min":0.60599999999999998,"15min":0.59499999999999997},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.98999999999999999}]},{"osd":7,"last update":"Fri Mar 22 06:46:06 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":1.01},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.79300000000000004}]}]},{"osd":3,"up_from":25,"seq":107374182448,"num_pgs":37,"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":267720,"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":"Fri Mar 22 06:46:20 2024","interfaces":[{"interface":"back","average":{"1min":0.32400000000000001,"5min":0.38500000000000001,"15min":0.40400000000000003},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.41099999999999998,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.37},{"interface":"front","average":{"1min":0.34300000000000003,"5min":0.41999999999999998,"15min":0.435},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.49399999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.432}]},{"osd":1,"last update":"Fri Mar 22 06:46:20 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.434,"15min":0.45200000000000001},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.443,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.34200000000000003,"5min":0.42499999999999999,"15min":0.442},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.46300000000000002,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.41199999999999998}]},{"osd":2,"last update":"Fri Mar 22 06:46:20 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.47099999999999997,"15min":0.49199999999999999},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.46600000000000003,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.44700000000000001,"15min":0.45900000000000002},"min":{"1min":0.24199999999999999,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.56100000000000005,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.39700000000000002}]},{"osd":4,"last update":"Fri Mar 22 06:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.56899999999999995,"15min":0.57999999999999996},"min":{"1min":0.32900000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.63900000000000001,"5min":0.747,"15min":0.747},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.56999999999999995,"15min":0.59199999999999997},"min":{"1min":0.311,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.68000000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.67000000000000004}]},{"osd":5,"last update":"Fri Mar 22 06:46:14 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.59899999999999998,"15min":0.61299999999999999},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.64800000000000002,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.77300000000000002},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.60299999999999998,"15min":0.61499999999999999},"min":{"1min":0.42899999999999999,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.60499999999999998,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.66300000000000003}]},{"osd":6,"last update":"Fri Mar 22 06:46:42 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.57699999999999996,"15min":0.57799999999999996},"min":{"1min":0.39100000000000001,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.747,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.78600000000000003},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.61699999999999999,"15min":0.62},"min":{"1min":0.40300000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.73999999999999999,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.89200000000000002}]},{"osd":7,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.74099999999999999},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.84999999999999998}]}]},{"osd":4,"up_from":30,"seq":128849018923,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297708,"kb_used_data":612,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447444,"statfs":{"total":95995035648,"available":95690182656,"internally_reserved":0,"allocated":626688,"data_stored":265996,"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":"Fri Mar 22 06:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.55400000000000005,"15min":0.58999999999999997},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.60299999999999998,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.56899999999999995,"15min":0.59899999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.65800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.61299999999999999}]},{"osd":1,"last update":"Fri Mar 22 06:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.54100000000000004,"15min":0.57099999999999995},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.72799999999999998,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.56599999999999995,"15min":0.59399999999999997},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.64800000000000002,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.59499999999999997}]},{"osd":2,"last update":"Fri Mar 22 06:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.57099999999999995,"15min":0.59499999999999997},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.61699999999999999,"5min":0.871,"15min":0.871},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.498,"5min":0.57399999999999995,"15min":0.60399999999999998},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.71299999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.64800000000000002}]},{"osd":3,"last update":"Fri Mar 22 06:46:48 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.57599999999999996,"15min":0.60499999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.63900000000000001,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.54600000000000004,"15min":0.57899999999999996},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.67600000000000005,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.625}]},{"osd":5,"last update":"Fri Mar 22 06:46:13 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.41199999999999998,"15min":0.40600000000000003},"min":{"1min":0.315,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.42899999999999999,"15min":0.41999999999999998},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.34499999999999997}]},{"osd":6,"last update":"Fri Mar 22 06:46:37 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.497,"15min":0.495},"min":{"1min":0.372,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.51500000000000001,"15min":0.52300000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.64500000000000002,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.39400000000000002}]},{"osd":7,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.41399999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822693,"num_pgs":41,"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":267391,"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":"Fri Mar 22 06:46:12 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54100000000000004,"15min":0.54000000000000004},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.54400000000000004,"15min":0.54800000000000004},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.627}]},{"osd":1,"last update":"Fri Mar 22 06:46:12 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.56200000000000006,"15min":0.56799999999999995},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.73199999999999998,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.57499999999999996,"15min":0.58399999999999996},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.70199999999999996,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.51800000000000002}]},{"osd":2,"last update":"Fri Mar 22 06:46:12 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.54700000000000004,"15min":0.55200000000000005},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.67700000000000005,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.438},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.59899999999999998,"15min":0.60499999999999998},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.79500000000000004,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.54000000000000004}]},{"osd":3,"last update":"Fri Mar 22 06:46:12 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.57299999999999995,"15min":0.57899999999999996},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.72399999999999998,"5min":0.749,"15min":0.749},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57899999999999996,"15min":0.57999999999999996},"min":{"1min":0.433,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.72399999999999998,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.65300000000000002}]},{"osd":4,"last update":"Fri Mar 22 06:46:12 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.42799999999999999,"15min":0.41899999999999998},"min":{"1min":0.30399999999999999,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.438,"15min":0.42899999999999999},"min":{"1min":0.28999999999999998,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.60999999999999999}]},{"osd":6,"last update":"Fri Mar 22 06:46:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.50900000000000001,"15min":0.503},"min":{"1min":0.29899999999999999,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.79500000000000004,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.55300000000000005,"15min":0.54900000000000004},"min":{"1min":0.36699999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.749,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.68200000000000005}]},{"osd":7,"last update":"Fri Mar 22 06:46:02 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.72499999999999998},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.67200000000000004}]}]}],"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-03-22T06:47:03.888 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-22T06:47:03.888 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-22T06:47:03.889 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-22T06:47:03.889 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid e86c638a-e816-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-22T06:47:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:47:03] "GET /metrics HTTP/1.1" 200 188126 "" "Prometheus/2.33.4" 2024-03-22T06:47:04.169 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/e86c638a-e816-11ee-95cd-87774f69a715/mon.a/config 2024-03-22T06:47:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:03.152298+0000 mgr.y (mgr.14556) 69 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:47:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:03.152298+0000 mgr.y (mgr.14556) 69 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:47:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:03.152298+0000 mgr.y (mgr.14556) 69 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-22T06:47:04.663 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 systemd[1]: Stopping Ceph prometheus.a for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:47:04.663 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 bash[61858]: Error: no container with name or ID "ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus.a" found: no such container 2024-03-22T06:47:05.049 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:47:04.724Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-22T06:47:05.050 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:47:04.724Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-22T06:47:05.050 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:47:04.724Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-22T06:47:05.050 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:47:04.724Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-22T06:47:05.050 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:47:04.724Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-22T06:47:05.050 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:47:04.724Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-22T06:47:05.050 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:47:04.724Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-22T06:47:05.050 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:47:04.724Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-22T06:47:05.050 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:47:04.724Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-22T06:47:05.050 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:47:04.725Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-22T06:47:05.050 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:47:04.725Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-22T06:47:05.050 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[60349]: ts=2024-03-22T06:47:04.725Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-22T06:47:05.371 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:05 smithi028 bash[61898]: ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a 2024-03-22T06:47:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:04.196630+0000 mgr.y (mgr.14556) 70 : cluster [DBG] pgmap v54: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:04.196630+0000 mgr.y (mgr.14556) 70 : cluster [DBG] pgmap v54: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:04.196630+0000 mgr.y (mgr.14556) 70 : cluster [DBG] pgmap v54: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:06.082 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:47:06.163 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:05 smithi028 systemd[1]: ceph-e86c638a-e816-11ee-95cd-87774f69a715@prometheus.a.service: Succeeded. 2024-03-22T06:47:06.163 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:05 smithi028 systemd[1]: Stopped Ceph prometheus.a for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:47:06.163 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:05 smithi028 systemd[1]: Starting Ceph prometheus.a for e86c638a-e816-11ee-95cd-87774f69a715... 2024-03-22T06:47:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:05.383024+0000 mon.a (mon.0) 727 : cluster [DBG] mgrmap e19: y(active, since 91s), standbys: x 2024-03-22T06:47:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.081713+0000 mon.a (mon.0) 728 : audit [DBG] from='client.? 172.21.15.23:0/1706401587' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-22T06:47:06.663 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.382Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-22T06:47:06.663 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.382Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-22T06:47:06.663 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.382Z caller=main.go:518 level=info host_details="(Linux 4.18.0-546.el8.x86_64 #1 SMP Fri Mar 15 02:27:26 UTC 2024 x86_64 smithi028 (none))" 2024-03-22T06:47:06.663 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.382Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-22T06:47:06.663 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.382Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.384Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.384Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.386Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.387Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.387Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.558µs 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.387Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 bash[62010]: 7e23a880cc7919e0ab22df96e58ee1a51bcb579cf87132030e86186a0465714d 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 systemd[1]: Started Ceph prometheus.a for e86c638a-e816-11ee-95cd-87774f69a715. 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.599Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.599Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.599Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=26.674µs wal_replay_duration=211.702994ms total_replay_duration=211.742959ms 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.601Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.601Z caller=main.go:947 level=info msg="TSDB started" 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.601Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-22T06:47:06.664 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.619Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.577791ms db_storage=751ns remote_storage=1.26µs web_handler=381ns query_engine=622ns scrape=526.78µs scrape_sd=34.123µs notify=28.661µs notify_sd=20.572µs rules=17.683406ms 2024-03-22T06:47:06.665 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 06:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T06:47:06.619Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-22T06:47:06.713 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:05.383024+0000 mon.a (mon.0) 727 : cluster [DBG] mgrmap e19: y(active, since 91s), standbys: x 2024-03-22T06:47:06.713 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.081713+0000 mon.a (mon.0) 728 : audit [DBG] from='client.? 172.21.15.23:0/1706401587' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-22T06:47:06.713 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:05.383024+0000 mon.a (mon.0) 727 : cluster [DBG] mgrmap e19: y(active, since 91s), standbys: x 2024-03-22T06:47:06.714 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.081713+0000 mon.a (mon.0) 728 : audit [DBG] from='client.? 172.21.15.23:0/1706401587' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-22T06:47:06.714 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Bus STOPPING 2024-03-22T06:47:06.714 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-22T06:47:06.714 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Bus STOPPED 2024-03-22T06:47:06.714 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Bus STARTING 2024-03-22T06:47:06.714 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Serving on http://:::9283 2024-03-22T06:47:06.714 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Bus STARTED 2024-03-22T06:47:06.714 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Bus STOPPING 2024-03-22T06:47:06.714 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-22T06:47:06.714 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Bus STOPPED 2024-03-22T06:47:06.715 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Bus STARTING 2024-03-22T06:47:06.715 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Serving on http://:::9283 2024-03-22T06:47:06.715 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Bus STARTED 2024-03-22T06:47:06.949 INFO:teuthology.orchestra.run.smithi023.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-22T06:47:06.949 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-22T06:47:06.949 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-03-22T06:47:06.978 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Bus STOPPING 2024-03-22T06:47:06.979 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-22T06:47:06.979 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Bus STOPPED 2024-03-22T06:47:06.979 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Bus STARTING 2024-03-22T06:47:06.979 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Serving on http://:::9283 2024-03-22T06:47:06.979 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:06] ENGINE Bus STARTED 2024-03-22T06:47:07.274 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:47:07.275 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":61,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","created":"2024-03-22T06:39:49.357887+0000","modified":"2024-03-22T06:46:35.399830+0000","last_up_change":"2024-03-22T06:45:01.329991+0000","last_in_change":"2024-03-22T06:44:43.395098+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-03-22T06:42:52.899580+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-03-22T06:45:19.446235+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-03-22T06:45:20.269654+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-03-22T06:45:57.146515+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":"a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169","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.23:6802","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6803","nonce":2158855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6805","nonce":2158855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6809","nonce":2158855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6807","nonce":2158855232}]},"public_addr":"172.21.15.23:6803/2158855232","cluster_addr":"172.21.15.23:6805/2158855232","heartbeat_back_addr":"172.21.15.23:6809/2158855232","heartbeat_front_addr":"172.21.15.23:6807/2158855232","state":["exists","up"]},{"osd":1,"uuid":"97f32e0f-f0ae-4496-8644-1361644278a3","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.23:6810","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6811","nonce":3870507014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6813","nonce":3870507014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6817","nonce":3870507014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6815","nonce":3870507014}]},"public_addr":"172.21.15.23:6811/3870507014","cluster_addr":"172.21.15.23:6813/3870507014","heartbeat_back_addr":"172.21.15.23:6817/3870507014","heartbeat_front_addr":"172.21.15.23:6815/3870507014","state":["exists","up"]},{"osd":2,"uuid":"38652f5e-6893-4aa5-a243-dce6e733342a","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.23:6818","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6819","nonce":3375066416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6821","nonce":3375066416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6825","nonce":3375066416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6823","nonce":3375066416}]},"public_addr":"172.21.15.23:6819/3375066416","cluster_addr":"172.21.15.23:6821/3375066416","heartbeat_back_addr":"172.21.15.23:6825/3375066416","heartbeat_front_addr":"172.21.15.23:6823/3375066416","state":["exists","up"]},{"osd":3,"uuid":"713042a7-6fca-425d-aa33-ceadcdd7edeb","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.23:6826","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6827","nonce":974225083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6829","nonce":974225083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6833","nonce":974225083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6831","nonce":974225083}]},"public_addr":"172.21.15.23:6827/974225083","cluster_addr":"172.21.15.23:6829/974225083","heartbeat_back_addr":"172.21.15.23:6833/974225083","heartbeat_front_addr":"172.21.15.23:6831/974225083","state":["exists","up"]},{"osd":4,"uuid":"56c0aba7-4f8b-4e6a-afa9-737a4c1496e1","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.28:6800","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6801","nonce":3833962790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6803","nonce":3833962790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6807","nonce":3833962790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6805","nonce":3833962790}]},"public_addr":"172.21.15.28:6801/3833962790","cluster_addr":"172.21.15.28:6803/3833962790","heartbeat_back_addr":"172.21.15.28:6807/3833962790","heartbeat_front_addr":"172.21.15.28:6805/3833962790","state":["exists","up"]},{"osd":5,"uuid":"9db94738-8931-4960-ac43-86584f39054f","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.28:6808","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6809","nonce":2321595908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6810","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6811","nonce":2321595908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6814","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6815","nonce":2321595908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6812","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6813","nonce":2321595908}]},"public_addr":"172.21.15.28:6809/2321595908","cluster_addr":"172.21.15.28:6811/2321595908","heartbeat_back_addr":"172.21.15.28:6815/2321595908","heartbeat_front_addr":"172.21.15.28:6813/2321595908","state":["exists","up"]},{"osd":6,"uuid":"f4191603-fbc9-4eee-b365-5457e31b7350","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6816","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6817","nonce":2006708751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6818","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6819","nonce":2006708751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6822","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6823","nonce":2006708751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6820","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6821","nonce":2006708751}]},"public_addr":"172.21.15.28:6817/2006708751","cluster_addr":"172.21.15.28:6819/2006708751","heartbeat_back_addr":"172.21.15.28:6823/2006708751","heartbeat_front_addr":"172.21.15.28:6821/2006708751","state":["exists","up"]},{"osd":7,"uuid":"fd125202-4fa1-4647-8658-bf894e7d1f81","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6824","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6825","nonce":970962306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6826","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6827","nonce":970962306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6830","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6831","nonce":970962306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6828","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6829","nonce":970962306}]},"public_addr":"172.21.15.28:6825/970962306","cluster_addr":"172.21.15.28:6827/970962306","heartbeat_back_addr":"172.21.15.28:6831/970962306","heartbeat_front_addr":"172.21.15.28:6829/970962306","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-03-22T06:42:02.497629+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-03-22T06:42:26.311727+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-03-22T06:42:50.811416+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-03-22T06:43:15.663688+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-03-22T06:43:39.371261+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-03-22T06:44:06.564039+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-03-22T06:44:32.767621+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-03-22T06:45:00.026973+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.a","mappings":[{"from":7,"to":2}]},{"pgid":"3.6","mappings":[{"from":0,"to":2}]},{"pgid":"3.e","mappings":[{"from":4,"to":3}]},{"pgid":"3.18","mappings":[{"from":0,"to":2}]},{"pgid":"3.1b","mappings":[{"from":0,"to":2}]},{"pgid":"3.2c","mappings":[{"from":4,"to":1}]},{"pgid":"3.35","mappings":[{"from":5,"to":1}]}],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/1296329032":"2024-03-23T06:45:34.155453+0000","172.21.15.23:6801/4035003683":"2024-03-23T06:45:34.155453+0000","172.21.15.23:6800/4035003683":"2024-03-23T06:45:34.155453+0000","172.21.15.23:0/659933416":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2733077589":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6801/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6800/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/3750463965":"2024-03-23T06:45:34.155453+0000","172.21.15.23:0/2410253109":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6800/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6801/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:0/2806765994":"2024-03-23T06:40:20.092296+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-03-22T06:47:07.289 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-03-22T06:42:52.899580+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-03-22T06:45:19.446235+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-03-22T06:45:20.269654+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-03-22T06:45:57.146515+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-03-22T06:47:07.289 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get device_health_metrics pg_num 2024-03-22T06:47:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:06.197445+0000 mgr.y (mgr.14556) 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-03-22T06:47:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.465970+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.469181+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-22T06:47:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.469561+0000 mgr.y (mgr.14556) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-22T06:47:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.470438+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.470700+0000 mgr.y (mgr.14556) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.474506+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.478607+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.479029+0000 mgr.y (mgr.14556) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.483432+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi028.front.sepia.ceph.com:9095"}]: dispatch 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.483741+0000 mgr.y (mgr.14556) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi028.front.sepia.ceph.com:9095"}]: dispatch 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.488833+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.494766+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.495099+0000 mgr.y (mgr.14556) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.496655+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028.front.sepia.ceph.com:3000"}]: dispatch 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.496940+0000 mgr.y (mgr.14556) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028.front.sepia.ceph.com:3000"}]: dispatch 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.501622+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:06.504939+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:47:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:07.274592+0000 mon.b (mon.1) 29 : audit [DBG] from='client.? 172.21.15.23:0/3309670195' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:06.197445+0000 mgr.y (mgr.14556) 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-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.465970+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.469181+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.469561+0000 mgr.y (mgr.14556) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.470438+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.470700+0000 mgr.y (mgr.14556) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.474506+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.478607+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.479029+0000 mgr.y (mgr.14556) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.483432+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi028.front.sepia.ceph.com:9095"}]: dispatch 2024-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.483741+0000 mgr.y (mgr.14556) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi028.front.sepia.ceph.com:9095"}]: dispatch 2024-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.488833+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.494766+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-22T06:47:07.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.495099+0000 mgr.y (mgr.14556) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-22T06:47:07.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.496655+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028.front.sepia.ceph.com:3000"}]: dispatch 2024-03-22T06:47:07.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.496940+0000 mgr.y (mgr.14556) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028.front.sepia.ceph.com:3000"}]: dispatch 2024-03-22T06:47:07.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.501622+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:07.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:06.504939+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:47:07.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:07.274592+0000 mon.b (mon.1) 29 : audit [DBG] from='client.? 172.21.15.23:0/3309670195' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:47:07.642 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 1 2024-03-22T06:47:07.657 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_metadata pg_num 2024-03-22T06:47:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:06.197445+0000 mgr.y (mgr.14556) 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-03-22T06:47:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.465970+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.469181+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-22T06:47:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.469561+0000 mgr.y (mgr.14556) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-22T06:47:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.470438+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-03-22T06:47:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.470700+0000 mgr.y (mgr.14556) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-03-22T06:47:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.474506+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.478607+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-22T06:47:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.479029+0000 mgr.y (mgr.14556) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-22T06:47:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.483432+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi028.front.sepia.ceph.com:9095"}]: dispatch 2024-03-22T06:47:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.483741+0000 mgr.y (mgr.14556) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi028.front.sepia.ceph.com:9095"}]: dispatch 2024-03-22T06:47:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.488833+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.494766+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-22T06:47:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.495099+0000 mgr.y (mgr.14556) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-22T06:47:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.496655+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028.front.sepia.ceph.com:3000"}]: dispatch 2024-03-22T06:47:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.496940+0000 mgr.y (mgr.14556) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028.front.sepia.ceph.com:3000"}]: dispatch 2024-03-22T06:47:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.501622+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:06.504939+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:47:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:07.274592+0000 mon.b (mon.1) 29 : audit [DBG] from='client.? 172.21.15.23:0/3309670195' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:47:08.006 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 32 2024-03-22T06:47:08.020 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_data pg_num 2024-03-22T06:47:08.342 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 64 2024-03-22T06:47:08.355 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get rbd pg_num 2024-03-22T06:47:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:07.643413+0000 mon.c (mon.2) 28 : audit [DBG] from='client.? 172.21.15.23:0/3160900858' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:47:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:08.005410+0000 mon.c (mon.2) 29 : audit [DBG] from='client.? 172.21.15.23:0/4102118136' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2024-03-22T06:47:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:08.340344+0000 mon.c (mon.2) 30 : audit [DBG] from='client.? 172.21.15.23:0/3818778799' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2024-03-22T06:47:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:07.643413+0000 mon.c (mon.2) 28 : audit [DBG] from='client.? 172.21.15.23:0/3160900858' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:47:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:08.005410+0000 mon.c (mon.2) 29 : audit [DBG] from='client.? 172.21.15.23:0/4102118136' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2024-03-22T06:47:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:08.340344+0000 mon.c (mon.2) 30 : audit [DBG] from='client.? 172.21.15.23:0/3818778799' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2024-03-22T06:47:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:07.643413+0000 mon.c (mon.2) 28 : audit [DBG] from='client.? 172.21.15.23:0/3160900858' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:47:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:08.005410+0000 mon.c (mon.2) 29 : audit [DBG] from='client.? 172.21.15.23:0/4102118136' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2024-03-22T06:47:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:08.340344+0000 mon.c (mon.2) 30 : audit [DBG] from='client.? 172.21.15.23:0/3818778799' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2024-03-22T06:47:08.665 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 8 2024-03-22T06:47:08.680 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-03-22T06:47:09.040 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:47:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":8,"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":24347,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.23:6835/1167752892","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6834","nonce":1167752892},{"type":"v1","addr":"172.21.15.23:6835","nonce":1167752892}]},"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":8,"flags":18,"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-03-22T06:45:20.911658+0000","modified":"2024-03-22T06:45:23.934218+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":24352},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24352":{"gid":24352,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.28:6833/3477167924","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6832","nonce":3477167924},{"type":"v1","addr":"172.21.15.28:6833","nonce":3477167924}]},"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-03-22T06:47:09.042 INFO:teuthology.orchestra.run.smithi023.stderr:dumped fsmap epoch 8 2024-03-22T06:47:09.054 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-03-22T06:47:09.368 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:47:09.369 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":61,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","created":"2024-03-22T06:39:49.357887+0000","modified":"2024-03-22T06:46:35.399830+0000","last_up_change":"2024-03-22T06:45:01.329991+0000","last_in_change":"2024-03-22T06:44:43.395098+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-03-22T06:42:52.899580+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-03-22T06:45:19.446235+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-03-22T06:45:20.269654+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-03-22T06:45:57.146515+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":"a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169","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.23:6802","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6803","nonce":2158855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6805","nonce":2158855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6809","nonce":2158855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6807","nonce":2158855232}]},"public_addr":"172.21.15.23:6803/2158855232","cluster_addr":"172.21.15.23:6805/2158855232","heartbeat_back_addr":"172.21.15.23:6809/2158855232","heartbeat_front_addr":"172.21.15.23:6807/2158855232","state":["exists","up"]},{"osd":1,"uuid":"97f32e0f-f0ae-4496-8644-1361644278a3","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.23:6810","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6811","nonce":3870507014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6813","nonce":3870507014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6817","nonce":3870507014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6815","nonce":3870507014}]},"public_addr":"172.21.15.23:6811/3870507014","cluster_addr":"172.21.15.23:6813/3870507014","heartbeat_back_addr":"172.21.15.23:6817/3870507014","heartbeat_front_addr":"172.21.15.23:6815/3870507014","state":["exists","up"]},{"osd":2,"uuid":"38652f5e-6893-4aa5-a243-dce6e733342a","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.23:6818","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6819","nonce":3375066416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6821","nonce":3375066416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6825","nonce":3375066416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6823","nonce":3375066416}]},"public_addr":"172.21.15.23:6819/3375066416","cluster_addr":"172.21.15.23:6821/3375066416","heartbeat_back_addr":"172.21.15.23:6825/3375066416","heartbeat_front_addr":"172.21.15.23:6823/3375066416","state":["exists","up"]},{"osd":3,"uuid":"713042a7-6fca-425d-aa33-ceadcdd7edeb","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.23:6826","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6827","nonce":974225083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6829","nonce":974225083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6833","nonce":974225083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6831","nonce":974225083}]},"public_addr":"172.21.15.23:6827/974225083","cluster_addr":"172.21.15.23:6829/974225083","heartbeat_back_addr":"172.21.15.23:6833/974225083","heartbeat_front_addr":"172.21.15.23:6831/974225083","state":["exists","up"]},{"osd":4,"uuid":"56c0aba7-4f8b-4e6a-afa9-737a4c1496e1","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.28:6800","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6801","nonce":3833962790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6803","nonce":3833962790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6807","nonce":3833962790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6805","nonce":3833962790}]},"public_addr":"172.21.15.28:6801/3833962790","cluster_addr":"172.21.15.28:6803/3833962790","heartbeat_back_addr":"172.21.15.28:6807/3833962790","heartbeat_front_addr":"172.21.15.28:6805/3833962790","state":["exists","up"]},{"osd":5,"uuid":"9db94738-8931-4960-ac43-86584f39054f","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.28:6808","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6809","nonce":2321595908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6810","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6811","nonce":2321595908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6814","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6815","nonce":2321595908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6812","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6813","nonce":2321595908}]},"public_addr":"172.21.15.28:6809/2321595908","cluster_addr":"172.21.15.28:6811/2321595908","heartbeat_back_addr":"172.21.15.28:6815/2321595908","heartbeat_front_addr":"172.21.15.28:6813/2321595908","state":["exists","up"]},{"osd":6,"uuid":"f4191603-fbc9-4eee-b365-5457e31b7350","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6816","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6817","nonce":2006708751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6818","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6819","nonce":2006708751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6822","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6823","nonce":2006708751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6820","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6821","nonce":2006708751}]},"public_addr":"172.21.15.28:6817/2006708751","cluster_addr":"172.21.15.28:6819/2006708751","heartbeat_back_addr":"172.21.15.28:6823/2006708751","heartbeat_front_addr":"172.21.15.28:6821/2006708751","state":["exists","up"]},{"osd":7,"uuid":"fd125202-4fa1-4647-8658-bf894e7d1f81","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6824","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6825","nonce":970962306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6826","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6827","nonce":970962306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6830","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6831","nonce":970962306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6828","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6829","nonce":970962306}]},"public_addr":"172.21.15.28:6825/970962306","cluster_addr":"172.21.15.28:6827/970962306","heartbeat_back_addr":"172.21.15.28:6831/970962306","heartbeat_front_addr":"172.21.15.28:6829/970962306","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-03-22T06:42:02.497629+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-03-22T06:42:26.311727+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-03-22T06:42:50.811416+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-03-22T06:43:15.663688+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-03-22T06:43:39.371261+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-03-22T06:44:06.564039+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-03-22T06:44:32.767621+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-03-22T06:45:00.026973+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.a","mappings":[{"from":7,"to":2}]},{"pgid":"3.6","mappings":[{"from":0,"to":2}]},{"pgid":"3.e","mappings":[{"from":4,"to":3}]},{"pgid":"3.18","mappings":[{"from":0,"to":2}]},{"pgid":"3.1b","mappings":[{"from":0,"to":2}]},{"pgid":"3.2c","mappings":[{"from":4,"to":1}]},{"pgid":"3.35","mappings":[{"from":5,"to":1}]}],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/1296329032":"2024-03-23T06:45:34.155453+0000","172.21.15.23:6801/4035003683":"2024-03-23T06:45:34.155453+0000","172.21.15.23:6800/4035003683":"2024-03-23T06:45:34.155453+0000","172.21.15.23:0/659933416":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2733077589":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6801/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6800/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/3750463965":"2024-03-23T06:45:34.155453+0000","172.21.15.23:0/2410253109":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6800/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6801/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:0/2806765994":"2024-03-23T06:40:20.092296+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-03-22T06:47:09.381 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-03-22T06:42:52.899580+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-03-22T06:45:19.446235+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-03-22T06:45:20.269654+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-03-22T06:45:57.146515+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-03-22T06:47:09.382 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get device_health_metrics pg_num 2024-03-22T06:47:09.689 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 1 2024-03-22T06:47:09.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:08.197752+0000 mgr.y (mgr.14556) 78 : 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-03-22T06:47:09.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:08.666700+0000 mon.c (mon.2) 31 : audit [DBG] from='client.? 172.21.15.23:0/1019566887' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2024-03-22T06:47:09.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:09.040592+0000 mon.a (mon.0) 740 : audit [DBG] from='client.? 172.21.15.23:0/2109629434' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:47:09.703 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:09.367840+0000 mon.c (mon.2) 32 : audit [DBG] from='client.? 172.21.15.23:0/928934305' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:47:09.703 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:08.197752+0000 mgr.y (mgr.14556) 78 : 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-03-22T06:47:09.703 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:08.666700+0000 mon.c (mon.2) 31 : audit [DBG] from='client.? 172.21.15.23:0/1019566887' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2024-03-22T06:47:09.703 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:09.040592+0000 mon.a (mon.0) 740 : audit [DBG] from='client.? 172.21.15.23:0/2109629434' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:47:09.703 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:09.367840+0000 mon.c (mon.2) 32 : audit [DBG] from='client.? 172.21.15.23:0/928934305' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:47:09.704 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_metadata pg_num 2024-03-22T06:47:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:08.197752+0000 mgr.y (mgr.14556) 78 : 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-03-22T06:47:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:08.666700+0000 mon.c (mon.2) 31 : audit [DBG] from='client.? 172.21.15.23:0/1019566887' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2024-03-22T06:47:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:09.040592+0000 mon.a (mon.0) 740 : audit [DBG] from='client.? 172.21.15.23:0/2109629434' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:47:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:09.367840+0000 mon.c (mon.2) 32 : audit [DBG] from='client.? 172.21.15.23:0/928934305' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:47:10.005 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 32 2024-03-22T06:47:10.019 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_data pg_num 2024-03-22T06:47:10.321 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 64 2024-03-22T06:47:10.334 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Mar 22 06:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-alertmanager-a[69434]: level=info ts=2024-03-22T06:47:10.232Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003036988s 2024-03-22T06:47:10.335 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get rbd pg_num 2024-03-22T06:47:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:09.533737+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:09.690505+0000 mon.c (mon.2) 33 : audit [DBG] from='client.? 172.21.15.23:0/2347070123' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:47:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:10.006554+0000 mon.c (mon.2) 34 : audit [DBG] from='client.? 172.21.15.23:0/4203307811' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2024-03-22T06:47:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:10.322542+0000 mon.c (mon.2) 35 : audit [DBG] from='client.? 172.21.15.23:0/3681079681' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2024-03-22T06:47:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:10.381083+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:09.533737+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:09.690505+0000 mon.c (mon.2) 33 : audit [DBG] from='client.? 172.21.15.23:0/2347070123' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:47:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:10.006554+0000 mon.c (mon.2) 34 : audit [DBG] from='client.? 172.21.15.23:0/4203307811' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2024-03-22T06:47:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:10.322542+0000 mon.c (mon.2) 35 : audit [DBG] from='client.? 172.21.15.23:0/3681079681' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2024-03-22T06:47:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:10.381083+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:10.639 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 8 2024-03-22T06:47:10.653 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-03-22T06:47:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:09.533737+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:09.690505+0000 mon.c (mon.2) 33 : audit [DBG] from='client.? 172.21.15.23:0/2347070123' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-22T06:47:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:10.006554+0000 mon.c (mon.2) 34 : audit [DBG] from='client.? 172.21.15.23:0/4203307811' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2024-03-22T06:47:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:10.322542+0000 mon.c (mon.2) 35 : audit [DBG] from='client.? 172.21.15.23:0/3681079681' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2024-03-22T06:47:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:10.381083+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:11.002 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:47:11.002 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":8,"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":24347,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.23:6835/1167752892","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6834","nonce":1167752892},{"type":"v1","addr":"172.21.15.23:6835","nonce":1167752892}]},"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":8,"flags":18,"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-03-22T06:45:20.911658+0000","modified":"2024-03-22T06:45:23.934218+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":24352},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24352":{"gid":24352,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.28:6833/3477167924","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6832","nonce":3477167924},{"type":"v1","addr":"172.21.15.28:6833","nonce":3477167924}]},"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-03-22T06:47:11.006 INFO:teuthology.orchestra.run.smithi023.stderr:dumped fsmap epoch 8 2024-03-22T06:47:11.016 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-03-22T06:47:11.317 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:47:11.317 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":61,"fsid":"e86c638a-e816-11ee-95cd-87774f69a715","created":"2024-03-22T06:39:49.357887+0000","modified":"2024-03-22T06:46:35.399830+0000","last_up_change":"2024-03-22T06:45:01.329991+0000","last_in_change":"2024-03-22T06:44:43.395098+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-03-22T06:42:52.899580+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-03-22T06:45:19.446235+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-03-22T06:45:20.269654+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-03-22T06:45:57.146515+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":"a3d2b6c2-2d8e-4cd2-babf-7cdc5303e169","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.23:6802","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6803","nonce":2158855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6805","nonce":2158855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6809","nonce":2158855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2158855232},{"type":"v1","addr":"172.21.15.23:6807","nonce":2158855232}]},"public_addr":"172.21.15.23:6803/2158855232","cluster_addr":"172.21.15.23:6805/2158855232","heartbeat_back_addr":"172.21.15.23:6809/2158855232","heartbeat_front_addr":"172.21.15.23:6807/2158855232","state":["exists","up"]},{"osd":1,"uuid":"97f32e0f-f0ae-4496-8644-1361644278a3","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.23:6810","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6811","nonce":3870507014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6813","nonce":3870507014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6817","nonce":3870507014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3870507014},{"type":"v1","addr":"172.21.15.23:6815","nonce":3870507014}]},"public_addr":"172.21.15.23:6811/3870507014","cluster_addr":"172.21.15.23:6813/3870507014","heartbeat_back_addr":"172.21.15.23:6817/3870507014","heartbeat_front_addr":"172.21.15.23:6815/3870507014","state":["exists","up"]},{"osd":2,"uuid":"38652f5e-6893-4aa5-a243-dce6e733342a","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.23:6818","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6819","nonce":3375066416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6821","nonce":3375066416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6825","nonce":3375066416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":3375066416},{"type":"v1","addr":"172.21.15.23:6823","nonce":3375066416}]},"public_addr":"172.21.15.23:6819/3375066416","cluster_addr":"172.21.15.23:6821/3375066416","heartbeat_back_addr":"172.21.15.23:6825/3375066416","heartbeat_front_addr":"172.21.15.23:6823/3375066416","state":["exists","up"]},{"osd":3,"uuid":"713042a7-6fca-425d-aa33-ceadcdd7edeb","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.23:6826","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6827","nonce":974225083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6829","nonce":974225083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6833","nonce":974225083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":974225083},{"type":"v1","addr":"172.21.15.23:6831","nonce":974225083}]},"public_addr":"172.21.15.23:6827/974225083","cluster_addr":"172.21.15.23:6829/974225083","heartbeat_back_addr":"172.21.15.23:6833/974225083","heartbeat_front_addr":"172.21.15.23:6831/974225083","state":["exists","up"]},{"osd":4,"uuid":"56c0aba7-4f8b-4e6a-afa9-737a4c1496e1","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.28:6800","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6801","nonce":3833962790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6802","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6803","nonce":3833962790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6807","nonce":3833962790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3833962790},{"type":"v1","addr":"172.21.15.28:6805","nonce":3833962790}]},"public_addr":"172.21.15.28:6801/3833962790","cluster_addr":"172.21.15.28:6803/3833962790","heartbeat_back_addr":"172.21.15.28:6807/3833962790","heartbeat_front_addr":"172.21.15.28:6805/3833962790","state":["exists","up"]},{"osd":5,"uuid":"9db94738-8931-4960-ac43-86584f39054f","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.28:6808","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6809","nonce":2321595908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6810","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6811","nonce":2321595908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6814","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6815","nonce":2321595908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6812","nonce":2321595908},{"type":"v1","addr":"172.21.15.28:6813","nonce":2321595908}]},"public_addr":"172.21.15.28:6809/2321595908","cluster_addr":"172.21.15.28:6811/2321595908","heartbeat_back_addr":"172.21.15.28:6815/2321595908","heartbeat_front_addr":"172.21.15.28:6813/2321595908","state":["exists","up"]},{"osd":6,"uuid":"f4191603-fbc9-4eee-b365-5457e31b7350","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6816","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6817","nonce":2006708751}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6818","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6819","nonce":2006708751}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6822","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6823","nonce":2006708751}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6820","nonce":2006708751},{"type":"v1","addr":"172.21.15.28:6821","nonce":2006708751}]},"public_addr":"172.21.15.28:6817/2006708751","cluster_addr":"172.21.15.28:6819/2006708751","heartbeat_back_addr":"172.21.15.28:6823/2006708751","heartbeat_front_addr":"172.21.15.28:6821/2006708751","state":["exists","up"]},{"osd":7,"uuid":"fd125202-4fa1-4647-8658-bf894e7d1f81","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6824","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6825","nonce":970962306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6826","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6827","nonce":970962306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6830","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6831","nonce":970962306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6828","nonce":970962306},{"type":"v1","addr":"172.21.15.28:6829","nonce":970962306}]},"public_addr":"172.21.15.28:6825/970962306","cluster_addr":"172.21.15.28:6827/970962306","heartbeat_back_addr":"172.21.15.28:6831/970962306","heartbeat_front_addr":"172.21.15.28:6829/970962306","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-03-22T06:42:02.497629+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-03-22T06:42:26.311727+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-03-22T06:42:50.811416+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-03-22T06:43:15.663688+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-03-22T06:43:39.371261+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-03-22T06:44:06.564039+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-03-22T06:44:32.767621+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-03-22T06:45:00.026973+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.a","mappings":[{"from":7,"to":2}]},{"pgid":"3.6","mappings":[{"from":0,"to":2}]},{"pgid":"3.e","mappings":[{"from":4,"to":3}]},{"pgid":"3.18","mappings":[{"from":0,"to":2}]},{"pgid":"3.1b","mappings":[{"from":0,"to":2}]},{"pgid":"3.2c","mappings":[{"from":4,"to":1}]},{"pgid":"3.35","mappings":[{"from":5,"to":1}]}],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/1296329032":"2024-03-23T06:45:34.155453+0000","172.21.15.23:6801/4035003683":"2024-03-23T06:45:34.155453+0000","172.21.15.23:6800/4035003683":"2024-03-23T06:45:34.155453+0000","172.21.15.23:0/659933416":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/2733077589":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6801/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:6800/73593143":"2024-03-23T06:40:41.145069+0000","172.21.15.23:0/3750463965":"2024-03-23T06:45:34.155453+0000","172.21.15.23:0/2410253109":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6800/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:6801/1872220217":"2024-03-23T06:40:20.092296+0000","172.21.15.23:0/2806765994":"2024-03-23T06:40:20.092296+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-03-22T06:47:11.331 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-03-22T06:47:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:10.198337+0000 mgr.y (mgr.14556) 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-03-22T06:47:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:10.640189+0000 mon.c (mon.2) 36 : audit [DBG] from='client.? 172.21.15.23:0/632176026' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2024-03-22T06:47:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:10.684521+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:47:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:10.685210+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:47:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:10.691633+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:10.695890+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:47:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:11.002671+0000 mon.c (mon.2) 37 : audit [DBG] from='client.? 172.21.15.23:0/1733473214' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:47:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:11.317353+0000 mon.a (mon.0) 747 : audit [DBG] from='client.? 172.21.15.23:0/1090547796' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:47:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:10.198337+0000 mgr.y (mgr.14556) 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-03-22T06:47:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:10.640189+0000 mon.c (mon.2) 36 : audit [DBG] from='client.? 172.21.15.23:0/632176026' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2024-03-22T06:47:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:10.684521+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:47:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:10.685210+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:47:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:10.691633+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:10.695890+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:47:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:11.002671+0000 mon.c (mon.2) 37 : audit [DBG] from='client.? 172.21.15.23:0/1733473214' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:47:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:11.317353+0000 mon.a (mon.0) 747 : audit [DBG] from='client.? 172.21.15.23:0/1090547796' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:47:11.679 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-03-22T06:47:11.679 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":8,"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":24347,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.23:6835/1167752892","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6834","nonce":1167752892},{"type":"v1","addr":"172.21.15.23:6835","nonce":1167752892}]},"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":8,"flags":18,"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-03-22T06:45:20.911658+0000","modified":"2024-03-22T06:45:23.934218+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":24352},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24352":{"gid":24352,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.28:6833/3477167924","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6832","nonce":3477167924},{"type":"v1","addr":"172.21.15.28:6833","nonce":3477167924}]},"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-03-22T06:47:11.681 INFO:teuthology.orchestra.run.smithi023.stderr:dumped fsmap epoch 8 2024-03-22T06:47:11.694 DEBUG:tasks.cephfs.filesystem:are_daemons_healthy: mds map: {'epoch': 8, 'flags': 18, 'ever_allowed_features': 0, 'explicitly_allowed_features': 0, 'created': '2024-03-22T06:45:20.911658+0000', 'modified': '2024-03-22T06:45:23.934218+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': 24352}, 'failed': [], 'damaged': [], 'stopped': [], 'info': {'gid_24352': {'gid': 24352, 'name': 'b', 'rank': 0, 'incarnation': 4, 'state': 'up:active', 'state_seq': 3, 'addr': '172.21.15.28:6833/3477167924', 'addrs': {'addrvec': [{'type': 'v2', 'addr': '172.21.15.28:6832', 'nonce': 3477167924}, {'type': 'v1', 'addr': '172.21.15.28:6833', 'nonce': 3477167924}]}, '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-03-22T06:47:11.694 DEBUG:tasks.cephfs.filesystem:are_daemons_healthy: 1/1 2024-03-22T06:47:11.695 DEBUG:teuthology.orchestra.run.smithi023:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell mds.b status 2024-03-22T06:47:11.826 INFO:teuthology.orchestra.run.smithi023.stderr:2024-03-22T06:47:11.825+0000 7f27597fa700 0 client.14850 ms_handle_reset on v2:172.21.15.28:6832/3477167924 2024-03-22T06:47:11.846 INFO:teuthology.orchestra.run.smithi023.stderr:2024-03-22T06:47:11.845+0000 7f27597fa700 0 client.14856 ms_handle_reset on v2:172.21.15.28:6832/3477167924 2024-03-22T06:47:11.846 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:47:11.846 INFO:teuthology.orchestra.run.smithi023.stdout: "cluster_fsid": "e86c638a-e816-11ee-95cd-87774f69a715", 2024-03-22T06:47:11.846 INFO:teuthology.orchestra.run.smithi023.stdout: "whoami": 0, 2024-03-22T06:47:11.846 INFO:teuthology.orchestra.run.smithi023.stdout: "id": 24352, 2024-03-22T06:47:11.846 INFO:teuthology.orchestra.run.smithi023.stdout: "want_state": "up:active", 2024-03-22T06:47:11.847 INFO:teuthology.orchestra.run.smithi023.stdout: "state": "up:active", 2024-03-22T06:47:11.847 INFO:teuthology.orchestra.run.smithi023.stdout: "fs_name": "cephfs", 2024-03-22T06:47:11.847 INFO:teuthology.orchestra.run.smithi023.stdout: "rank_uptime": 110.93208902400001, 2024-03-22T06:47:11.847 INFO:teuthology.orchestra.run.smithi023.stdout: "mdsmap_epoch": 8, 2024-03-22T06:47:11.847 INFO:teuthology.orchestra.run.smithi023.stdout: "osdmap_epoch": 61, 2024-03-22T06:47:11.847 INFO:teuthology.orchestra.run.smithi023.stdout: "osdmap_epoch_barrier": 54, 2024-03-22T06:47:11.847 INFO:teuthology.orchestra.run.smithi023.stdout: "uptime": 115.912312009 2024-03-22T06:47:11.847 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:47:11.859 INFO:tasks.cephadm:Setup complete, yielding 2024-03-22T06:47:11.859 INFO:teuthology.run_tasks:Running task print... 2024-03-22T06:47:11.869 INFO:teuthology.task.print:**** done end installing pacific cephadm ... 2024-03-22T06:47:11.869 INFO:teuthology.run_tasks:Running task print... 2024-03-22T06:47:11.879 INFO:teuthology.task.print:**** done start cephadm.shell ceph config set mgr... 2024-03-22T06:47:11.880 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-22T06:47:11.889 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi023.front.sepia.ceph.com 2024-03-22T06:47:11.890 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest true --force' 2024-03-22T06:47:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:10.198337+0000 mgr.y (mgr.14556) 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-03-22T06:47:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:10.640189+0000 mon.c (mon.2) 36 : audit [DBG] from='client.? 172.21.15.23:0/632176026' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2024-03-22T06:47:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:10.684521+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:47:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:10.685210+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:47:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:10.691633+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:10.695890+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:47:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:11.002671+0000 mon.c (mon.2) 37 : audit [DBG] from='client.? 172.21.15.23:0/1733473214' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:47:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:11.317353+0000 mon.a (mon.0) 747 : audit [DBG] from='client.? 172.21.15.23:0/1090547796' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-22T06:47:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:11.679898+0000 mon.c (mon.2) 38 : audit [DBG] from='client.? 172.21.15.23:0/405456608' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:47:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:11.679898+0000 mon.c (mon.2) 38 : audit [DBG] from='client.? 172.21.15.23:0/405456608' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:47:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:11.679898+0000 mon.c (mon.2) 38 : audit [DBG] from='client.? 172.21.15.23:0/405456608' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-03-22T06:47:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:47:13] "GET /metrics HTTP/1.1" 200 188125 "" "Prometheus/2.33.4" 2024-03-22T06:47:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:12.198839+0000 mgr.y (mgr.14556) 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-03-22T06:47:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:12.198839+0000 mgr.y (mgr.14556) 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-03-22T06:47:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:12.198839+0000 mgr.y (mgr.14556) 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-03-22T06:47:14.380 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:14] ENGINE Bus STOPPING 2024-03-22T06:47:14.380 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:14] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-22T06:47:14.380 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:14] ENGINE Bus STOPPED 2024-03-22T06:47:14.380 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:14] ENGINE Bus STARTING 2024-03-22T06:47:14.380 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:14] ENGINE Serving on http://:::9283 2024-03-22T06:47:14.380 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:47:14] ENGINE Bus STARTED 2024-03-22T06:47:14.742 INFO:teuthology.run_tasks:Running task print... 2024-03-22T06:47:14.752 INFO:teuthology.task.print:**** done cephadm.shell ceph config set mgr... 2024-03-22T06:47:14.753 INFO:teuthology.run_tasks:Running task print... 2024-03-22T06:47:14.762 INFO:teuthology.task.print:**** done start telemetry pacific... 2024-03-22T06:47:14.762 INFO:teuthology.run_tasks:Running task workunit... 2024-03-22T06:47:14.776 INFO:tasks.workunit:Pulling workunits from ref 768f6cd6e95d0c7a626042719c230df59bdba9d3 2024-03-22T06:47:14.776 INFO:tasks.workunit:Making a separate scratch dir for every client... 2024-03-22T06:47:14.776 DEBUG:teuthology.orchestra.run.smithi023:> stat -- /home/ubuntu/cephtest/mnt.0 2024-03-22T06:47:14.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-22T06:47:14.798 INFO:teuthology.orchestra.run.smithi023.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2024-03-22T06:47:14.798 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -- /home/ubuntu/cephtest/mnt.0 2024-03-22T06:47:14.857 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2024-03-22T06:47:14.857 DEBUG:teuthology.orchestra.run.smithi023:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2024-03-22T06:47:14.917 INFO:tasks.workunit:timeout=3h 2024-03-22T06:47:14.917 INFO:tasks.workunit:cleanup=True 2024-03-22T06:47:14.918 DEBUG:teuthology.orchestra.run.smithi023:> 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 768f6cd6e95d0c7a626042719c230df59bdba9d3 2024-03-22T06:47:14.977 INFO:tasks.workunit.client.0.smithi023.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2024-03-22T06:47:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:14.019134+0000 mon.a (mon.0) 748 : audit [INF] from='client.? ' entity='client.admin' 2024-03-22T06:47:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:14.199400+0000 mgr.y (mgr.14556) 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-03-22T06:47:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:14.693283+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:14.704349+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:47:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:14.705045+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:47:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:14.716571+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:14.721551+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:47:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:14.723157+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:47:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:14.723949+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:47:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:47:14.728678+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:14.019134+0000 mon.a (mon.0) 748 : audit [INF] from='client.? ' entity='client.admin' 2024-03-22T06:47:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:14.199400+0000 mgr.y (mgr.14556) 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-03-22T06:47:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:14.693283+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:14.704349+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:47:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:14.705045+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:47:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:14.716571+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:14.721551+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:47:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:14.723157+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:47:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:14.723949+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:47:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:47:14.728678+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:14.019134+0000 mon.a (mon.0) 748 : audit [INF] from='client.? ' entity='client.admin' 2024-03-22T06:47:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:14.199400+0000 mgr.y (mgr.14556) 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-03-22T06:47:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:14.693283+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:14.704349+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:47:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:14.705045+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:47:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:14.716571+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:14.721551+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:47:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:14.723157+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:47:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:14.723949+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:47:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:47:14.728678+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:47:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:16.199969+0000 mgr.y (mgr.14556) 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-03-22T06:47:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:16.199969+0000 mgr.y (mgr.14556) 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-03-22T06:47:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:16.199969+0000 mgr.y (mgr.14556) 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-03-22T06:47:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:18.200339+0000 mgr.y (mgr.14556) 83 : cluster [DBG] pgmap v61: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:18.200339+0000 mgr.y (mgr.14556) 83 : cluster [DBG] pgmap v61: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:18.200339+0000 mgr.y (mgr.14556) 83 : cluster [DBG] pgmap v61: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:20.200797+0000 mgr.y (mgr.14556) 84 : cluster [DBG] pgmap v62: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:20.200797+0000 mgr.y (mgr.14556) 84 : cluster [DBG] pgmap v62: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:20.200797+0000 mgr.y (mgr.14556) 84 : cluster [DBG] pgmap v62: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:47:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:22.201109+0000 mgr.y (mgr.14556) 85 : cluster [DBG] pgmap v63: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:22.201109+0000 mgr.y (mgr.14556) 85 : cluster [DBG] pgmap v63: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:22.201109+0000 mgr.y (mgr.14556) 85 : cluster [DBG] pgmap v63: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:47:23] "GET /metrics HTTP/1.1" 200 188132 "" "Prometheus/2.33.4" 2024-03-22T06:47:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:24.201546+0000 mgr.y (mgr.14556) 86 : cluster [DBG] pgmap v64: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:24.201546+0000 mgr.y (mgr.14556) 86 : cluster [DBG] pgmap v64: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:24.201546+0000 mgr.y (mgr.14556) 86 : cluster [DBG] pgmap v64: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:26.202253+0000 mgr.y (mgr.14556) 87 : cluster [DBG] pgmap v65: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:26.202253+0000 mgr.y (mgr.14556) 87 : cluster [DBG] pgmap v65: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:26.202253+0000 mgr.y (mgr.14556) 87 : cluster [DBG] pgmap v65: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:28.202723+0000 mgr.y (mgr.14556) 88 : cluster [DBG] pgmap v66: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:28.202723+0000 mgr.y (mgr.14556) 88 : cluster [DBG] pgmap v66: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:28.202723+0000 mgr.y (mgr.14556) 88 : cluster [DBG] pgmap v66: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:30.203222+0000 mgr.y (mgr.14556) 89 : cluster [DBG] pgmap v67: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:30.203222+0000 mgr.y (mgr.14556) 89 : cluster [DBG] pgmap v67: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:30.203222+0000 mgr.y (mgr.14556) 89 : cluster [DBG] pgmap v67: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:47:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:32.203697+0000 mgr.y (mgr.14556) 90 : cluster [DBG] pgmap v68: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:32.203697+0000 mgr.y (mgr.14556) 90 : cluster [DBG] pgmap v68: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:32.203697+0000 mgr.y (mgr.14556) 90 : cluster [DBG] pgmap v68: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:47:33] "GET /metrics HTTP/1.1" 200 188132 "" "Prometheus/2.33.4" 2024-03-22T06:47:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:34.204198+0000 mgr.y (mgr.14556) 91 : cluster [DBG] pgmap v69: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:34.204198+0000 mgr.y (mgr.14556) 91 : cluster [DBG] pgmap v69: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:34.204198+0000 mgr.y (mgr.14556) 91 : cluster [DBG] pgmap v69: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:36.204821+0000 mgr.y (mgr.14556) 92 : cluster [DBG] pgmap v70: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:36.204821+0000 mgr.y (mgr.14556) 92 : cluster [DBG] pgmap v70: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:36.204821+0000 mgr.y (mgr.14556) 92 : cluster [DBG] pgmap v70: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:38.205257+0000 mgr.y (mgr.14556) 93 : cluster [DBG] pgmap v71: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:38.205257+0000 mgr.y (mgr.14556) 93 : cluster [DBG] pgmap v71: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:38.205257+0000 mgr.y (mgr.14556) 93 : cluster [DBG] pgmap v71: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:40.205799+0000 mgr.y (mgr.14556) 94 : cluster [DBG] pgmap v72: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:40.205799+0000 mgr.y (mgr.14556) 94 : cluster [DBG] pgmap v72: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:40.205799+0000 mgr.y (mgr.14556) 94 : cluster [DBG] pgmap v72: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:47:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:42.206285+0000 mgr.y (mgr.14556) 95 : cluster [DBG] pgmap v73: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:42.206285+0000 mgr.y (mgr.14556) 95 : cluster [DBG] pgmap v73: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:42.206285+0000 mgr.y (mgr.14556) 95 : cluster [DBG] pgmap v73: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:47:43] "GET /metrics HTTP/1.1" 200 188132 "" "Prometheus/2.33.4" 2024-03-22T06:47:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:44.206601+0000 mgr.y (mgr.14556) 96 : cluster [DBG] pgmap v74: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:44.206601+0000 mgr.y (mgr.14556) 96 : cluster [DBG] pgmap v74: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:44.206601+0000 mgr.y (mgr.14556) 96 : cluster [DBG] pgmap v74: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:47.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:46.207072+0000 mgr.y (mgr.14556) 97 : cluster [DBG] pgmap v75: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:46.207072+0000 mgr.y (mgr.14556) 97 : cluster [DBG] pgmap v75: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:46.207072+0000 mgr.y (mgr.14556) 97 : cluster [DBG] pgmap v75: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:48.207374+0000 mgr.y (mgr.14556) 98 : cluster [DBG] pgmap v76: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:48.207374+0000 mgr.y (mgr.14556) 98 : cluster [DBG] pgmap v76: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:48.207374+0000 mgr.y (mgr.14556) 98 : cluster [DBG] pgmap v76: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:50.207837+0000 mgr.y (mgr.14556) 99 : cluster [DBG] pgmap v77: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:50.207837+0000 mgr.y (mgr.14556) 99 : cluster [DBG] pgmap v77: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:50.207837+0000 mgr.y (mgr.14556) 99 : cluster [DBG] pgmap v77: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:47:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:52.208116+0000 mgr.y (mgr.14556) 100 : cluster [DBG] pgmap v78: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:52.208116+0000 mgr.y (mgr.14556) 100 : cluster [DBG] pgmap v78: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:52.208116+0000 mgr.y (mgr.14556) 100 : cluster [DBG] pgmap v78: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:47:53] "GET /metrics HTTP/1.1" 200 188154 "" "Prometheus/2.33.4" 2024-03-22T06:47:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:54.208410+0000 mgr.y (mgr.14556) 101 : cluster [DBG] pgmap v79: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:54.208410+0000 mgr.y (mgr.14556) 101 : cluster [DBG] pgmap v79: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:54.208410+0000 mgr.y (mgr.14556) 101 : cluster [DBG] pgmap v79: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:56.208907+0000 mgr.y (mgr.14556) 102 : cluster [DBG] pgmap v80: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:56.208907+0000 mgr.y (mgr.14556) 102 : cluster [DBG] pgmap v80: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:56.208907+0000 mgr.y (mgr.14556) 102 : cluster [DBG] pgmap v80: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:47:58.209210+0000 mgr.y (mgr.14556) 103 : cluster [DBG] pgmap v81: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:47:58.209210+0000 mgr.y (mgr.14556) 103 : cluster [DBG] pgmap v81: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:47:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:47:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:47:58.209210+0000 mgr.y (mgr.14556) 103 : cluster [DBG] pgmap v81: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:00.209670+0000 mgr.y (mgr.14556) 104 : cluster [DBG] pgmap v82: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:00.209670+0000 mgr.y (mgr.14556) 104 : cluster [DBG] pgmap v82: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:00.209670+0000 mgr.y (mgr.14556) 104 : cluster [DBG] pgmap v82: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:48:03.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:02.209974+0000 mgr.y (mgr.14556) 105 : cluster [DBG] pgmap v83: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:48:03] "GET /metrics HTTP/1.1" 200 188154 "" "Prometheus/2.33.4" 2024-03-22T06:48:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:02.209974+0000 mgr.y (mgr.14556) 105 : cluster [DBG] pgmap v83: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:02.209974+0000 mgr.y (mgr.14556) 105 : cluster [DBG] pgmap v83: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:04.210307+0000 mgr.y (mgr.14556) 106 : cluster [DBG] pgmap v84: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:04.210307+0000 mgr.y (mgr.14556) 106 : cluster [DBG] pgmap v84: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:04.210307+0000 mgr.y (mgr.14556) 106 : cluster [DBG] pgmap v84: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:06.210924+0000 mgr.y (mgr.14556) 107 : cluster [DBG] pgmap v85: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:06.210924+0000 mgr.y (mgr.14556) 107 : cluster [DBG] pgmap v85: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:06.210924+0000 mgr.y (mgr.14556) 107 : cluster [DBG] pgmap v85: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:08.211287+0000 mgr.y (mgr.14556) 108 : cluster [DBG] pgmap v86: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:08.211287+0000 mgr.y (mgr.14556) 108 : cluster [DBG] pgmap v86: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:08.211287+0000 mgr.y (mgr.14556) 108 : cluster [DBG] pgmap v86: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:10.211865+0000 mgr.y (mgr.14556) 109 : cluster [DBG] pgmap v87: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:10.211865+0000 mgr.y (mgr.14556) 109 : cluster [DBG] pgmap v87: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:10.211865+0000 mgr.y (mgr.14556) 109 : cluster [DBG] pgmap v87: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:48:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:48:13] "GET /metrics HTTP/1.1" 200 188154 "" "Prometheus/2.33.4" 2024-03-22T06:48:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:12.212221+0000 mgr.y (mgr.14556) 110 : cluster [DBG] pgmap v88: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:12.212221+0000 mgr.y (mgr.14556) 110 : cluster [DBG] pgmap v88: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:12.212221+0000 mgr.y (mgr.14556) 110 : cluster [DBG] pgmap v88: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:14.212581+0000 mgr.y (mgr.14556) 111 : cluster [DBG] pgmap v89: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:14.733344+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:15.092352+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:15.093042+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:15.101726+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:14.212581+0000 mgr.y (mgr.14556) 111 : cluster [DBG] pgmap v89: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:14.733344+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:15.092352+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:15.093042+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:15.101726+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:14.212581+0000 mgr.y (mgr.14556) 111 : cluster [DBG] pgmap v89: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:14.733344+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:15.092352+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:15.093042+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:15.101726+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:16.213192+0000 mgr.y (mgr.14556) 112 : cluster [DBG] pgmap v90: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:16.213192+0000 mgr.y (mgr.14556) 112 : cluster [DBG] pgmap v90: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:16.213192+0000 mgr.y (mgr.14556) 112 : cluster [DBG] pgmap v90: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:18.213568+0000 mgr.y (mgr.14556) 113 : cluster [DBG] pgmap v91: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:18.213568+0000 mgr.y (mgr.14556) 113 : cluster [DBG] pgmap v91: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:18.213568+0000 mgr.y (mgr.14556) 113 : cluster [DBG] pgmap v91: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:20.214049+0000 mgr.y (mgr.14556) 114 : cluster [DBG] pgmap v92: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:20.214049+0000 mgr.y (mgr.14556) 114 : cluster [DBG] pgmap v92: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:20.214049+0000 mgr.y (mgr.14556) 114 : cluster [DBG] pgmap v92: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:48:23.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:48:23] "GET /metrics HTTP/1.1" 200 188149 "" "Prometheus/2.33.4" 2024-03-22T06:48:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:22.214363+0000 mgr.y (mgr.14556) 115 : cluster [DBG] pgmap v93: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:22.214363+0000 mgr.y (mgr.14556) 115 : cluster [DBG] pgmap v93: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:22.214363+0000 mgr.y (mgr.14556) 115 : cluster [DBG] pgmap v93: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:24.268 INFO:tasks.workunit.client.0.smithi023.stderr:Updating files: 95% (11813/12393) Updating files: 96% (11898/12393) Updating files: 97% (12022/12393) Updating files: 98% (12146/12393) Updating files: 99% (12270/12393) Updating files: 100% (12393/12393) Updating files: 100% (12393/12393), done. 2024-03-22T06:48:24.688 INFO:tasks.workunit.client.0.smithi023.stderr:Note: switching to '768f6cd6e95d0c7a626042719c230df59bdba9d3'. 2024-03-22T06:48:24.688 INFO:tasks.workunit.client.0.smithi023.stderr: 2024-03-22T06:48:24.688 INFO:tasks.workunit.client.0.smithi023.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2024-03-22T06:48:24.688 INFO:tasks.workunit.client.0.smithi023.stderr:changes and commit them, and you can discard any commits you make in this 2024-03-22T06:48:24.688 INFO:tasks.workunit.client.0.smithi023.stderr:state without impacting any branches by switching back to a branch. 2024-03-22T06:48:24.688 INFO:tasks.workunit.client.0.smithi023.stderr: 2024-03-22T06:48:24.689 INFO:tasks.workunit.client.0.smithi023.stderr:If you want to create a new branch to retain commits you create, you may 2024-03-22T06:48:24.689 INFO:tasks.workunit.client.0.smithi023.stderr:do so (now or later) by using -c with the switch command. Example: 2024-03-22T06:48:24.689 INFO:tasks.workunit.client.0.smithi023.stderr: 2024-03-22T06:48:24.689 INFO:tasks.workunit.client.0.smithi023.stderr: git switch -c 2024-03-22T06:48:24.689 INFO:tasks.workunit.client.0.smithi023.stderr: 2024-03-22T06:48:24.689 INFO:tasks.workunit.client.0.smithi023.stderr:Or undo this operation with: 2024-03-22T06:48:24.689 INFO:tasks.workunit.client.0.smithi023.stderr: 2024-03-22T06:48:24.689 INFO:tasks.workunit.client.0.smithi023.stderr: git switch - 2024-03-22T06:48:24.689 INFO:tasks.workunit.client.0.smithi023.stderr: 2024-03-22T06:48:24.689 INFO:tasks.workunit.client.0.smithi023.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2024-03-22T06:48:24.689 INFO:tasks.workunit.client.0.smithi023.stderr: 2024-03-22T06:48:24.689 INFO:tasks.workunit.client.0.smithi023.stderr:HEAD is now at 768f6cd6e95 Merge pull request #56339 from zdover23/wip-doc-2024-03-20-backport-56333-to-squid 2024-03-22T06:48:24.692 DEBUG:teuthology.orchestra.run.smithi023:> 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-03-22T06:48:24.760 INFO:tasks.workunit.client.0.smithi023.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2024-03-22T06:48:24.762 INFO:tasks.workunit.client.0.smithi023.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-03-22T06:48:24.762 INFO:tasks.workunit.client.0.smithi023.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2024-03-22T06:48:25.295 INFO:tasks.workunit.client.0.smithi023.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2024-03-22T06:48:25.351 INFO:tasks.workunit.client.0.smithi023.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2024-03-22T06:48:25.390 INFO:tasks.workunit.client.0.smithi023.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-03-22T06:48:25.391 INFO:tasks.workunit.client.0.smithi023.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-03-22T06:48:25.392 INFO:tasks.workunit.client.0.smithi023.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2024-03-22T06:48:25.430 INFO:tasks.workunit.client.0.smithi023.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-03-22T06:48:25.433 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-03-22T06:48:25.433 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2024-03-22T06:48:25.492 INFO:tasks.workunit:Running workunits matching test_telemetry_pacific.sh on client.0... 2024-03-22T06:48:25.493 INFO:tasks.workunit:Running workunit test_telemetry_pacific.sh... 2024-03-22T06:48:25.494 DEBUG:teuthology.orchestra.run.smithi023: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=768f6cd6e95d0c7a626042719c230df59bdba9d3 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-03-22T06:48:25.554 INFO:tasks.workunit.client.0.smithi023.stderr:+ ceph config set mgr mgr/telemetry/channel_ident true 2024-03-22T06:48:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:24.214678+0000 mgr.y (mgr.14556) 116 : cluster [DBG] pgmap v94: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:24.214678+0000 mgr.y (mgr.14556) 116 : cluster [DBG] pgmap v94: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:25.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:25] ENGINE Bus STOPPING 2024-03-22T06:48:25.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:25] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-22T06:48:25.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:25] ENGINE Bus STOPPED 2024-03-22T06:48:25.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:25] ENGINE Bus STARTING 2024-03-22T06:48:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:24.214678+0000 mgr.y (mgr.14556) 116 : cluster [DBG] pgmap v94: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:25.974 INFO:tasks.workunit.client.0.smithi023.stderr:+ ceph config set mgr mgr/telemetry/organization ceph-qa 2024-03-22T06:48:26.266 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:25] ENGINE Serving on http://:::9283 2024-03-22T06:48:26.266 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:25] ENGINE Bus STARTED 2024-03-22T06:48:26.395 INFO:tasks.workunit.client.0.smithi023.stderr:+ ceph config set mgr mgr/telemetry/description 'upgrade test cluster' 2024-03-22T06:48:26.629 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:26] ENGINE Bus STOPPING 2024-03-22T06:48:26.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:26] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-22T06:48:26.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:26] ENGINE Bus STOPPED 2024-03-22T06:48:26.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:26] ENGINE Bus STARTING 2024-03-22T06:48:26.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:26] ENGINE Serving on http://:::9283 2024-03-22T06:48:26.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:26] ENGINE Bus STARTED 2024-03-22T06:48:26.814 INFO:tasks.workunit.client.0.smithi023.stderr:+ ceph telemetry on --license sharing-1-0 2024-03-22T06:48:27.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:26] ENGINE Bus STOPPING 2024-03-22T06:48:27.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:26] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-22T06:48:27.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:26] ENGINE Bus STOPPED 2024-03-22T06:48:27.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:26] ENGINE Bus STARTING 2024-03-22T06:48:27.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:26] ENGINE Serving on http://:::9283 2024-03-22T06:48:27.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:26] ENGINE Bus STARTED 2024-03-22T06:48:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:25.846861+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.admin' 2024-03-22T06:48:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:25.887889+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:25.889123+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:25.889691+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:25.894033+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:26.215168+0000 mgr.y (mgr.14556) 117 : cluster [DBG] pgmap v95: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:26.263609+0000 mon.a (mon.0) 766 : audit [INF] from='client.? ' entity='client.admin' 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:26.312136+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:26.313495+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:26.314067+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:26.318910+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:26.687349+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.admin' 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:26.736838+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:26.738216+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:26.738841+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:26.743366+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:25.846861+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.admin' 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:25.887889+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:25.889123+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:25.889691+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:25.894033+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:26.215168+0000 mgr.y (mgr.14556) 117 : cluster [DBG] pgmap v95: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:26.263609+0000 mon.a (mon.0) 766 : audit [INF] from='client.? ' entity='client.admin' 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:26.312136+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:26.313495+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:26.314067+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:26.318910+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:26.687349+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.admin' 2024-03-22T06:48:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:26.736838+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:27.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:26.738216+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:27.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:26.738841+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:27.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:26.743366+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:25.846861+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.admin' 2024-03-22T06:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:25.887889+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:25.889123+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:25.889691+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:25.894033+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:26.215168+0000 mgr.y (mgr.14556) 117 : cluster [DBG] pgmap v95: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:26.263609+0000 mon.a (mon.0) 766 : audit [INF] from='client.? ' entity='client.admin' 2024-03-22T06:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:26.312136+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:26.313495+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:26.314067+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:26.318910+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:26.687349+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.admin' 2024-03-22T06:48:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:26.736838+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:26.738216+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:26.738841+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:26.743366+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:27.351 INFO:tasks.workunit.client.0.smithi023.stderr:++ ceph config get mgr mgr/telemetry/last_opt_revision 2024-03-22T06:48:27.629 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:27] ENGINE Bus STOPPING 2024-03-22T06:48:27.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:27] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-22T06:48:27.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:27] ENGINE Bus STOPPED 2024-03-22T06:48:27.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:27] ENGINE Bus STARTING 2024-03-22T06:48:27.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:27] ENGINE Serving on http://:::9283 2024-03-22T06:48:27.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:27] ENGINE Bus STARTED 2024-03-22T06:48:27.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:27] ENGINE Bus STOPPING 2024-03-22T06:48:27.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:27] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-22T06:48:27.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:27] ENGINE Bus STOPPED 2024-03-22T06:48:27.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:27] ENGINE Bus STARTING 2024-03-22T06:48:27.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:27] ENGINE Serving on http://:::9283 2024-03-22T06:48:27.630 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:27] ENGINE Bus STARTED 2024-03-22T06:48:27.762 INFO:tasks.workunit.client.0.smithi023.stderr:+ LAST_OPT_REVISION=3 2024-03-22T06:48:27.762 INFO:tasks.workunit.client.0.smithi023.stderr:+ '[' 3 -ne 3 ']' 2024-03-22T06:48:27.762 INFO:tasks.workunit.client.0.smithi023.stderr:+ ceph telemetry show 2024-03-22T06:48:28.260 INFO:tasks.workunit.client.0.smithi023.stdout:{ 2024-03-22T06:48:28.260 INFO:tasks.workunit.client.0.smithi023.stdout: "balancer": { 2024-03-22T06:48:28.260 INFO:tasks.workunit.client.0.smithi023.stdout: "active": true, 2024-03-22T06:48:28.260 INFO:tasks.workunit.client.0.smithi023.stdout: "mode": "" 2024-03-22T06:48:28.260 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.260 INFO:tasks.workunit.client.0.smithi023.stdout: "channels": [ 2024-03-22T06:48:28.260 INFO:tasks.workunit.client.0.smithi023.stdout: "basic", 2024-03-22T06:48:28.260 INFO:tasks.workunit.client.0.smithi023.stdout: "crash", 2024-03-22T06:48:28.260 INFO:tasks.workunit.client.0.smithi023.stdout: "device", 2024-03-22T06:48:28.260 INFO:tasks.workunit.client.0.smithi023.stdout: "ident" 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: "channels_available": [ 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: "basic", 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: "ident", 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: "crash", 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: "device" 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: "config": { 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: "active_changed": [ 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_allow_insecure_global_id_reclaim", 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_debug", 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_mon_ticket_ttl", 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_service_ticket_ttl", 2024-03-22T06:48:28.261 INFO:tasks.workunit.client.0.smithi023.stdout: "bdev_debug_aio", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "client_check_pool_perm", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "client_mount_gid", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "client_mount_uid", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "client_quota", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "container_image", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "daemonize", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_asserts_on_shutdown", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_mgr", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_mon", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_ms", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_osd", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_paxos", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "keyring", 2024-03-22T06:48:28.262 INFO:tasks.workunit.client.0.smithi023.stdout: "leveldb_block_size", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "leveldb_cache_size", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "leveldb_compression", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "leveldb_log", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "leveldb_write_buffer_size", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "log_stderr_prefix", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "log_to_file", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "log_to_stderr", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_allow_pool_delete", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_clock_drift_allowed", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_cluster_log_file_level", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_cluster_log_to_file", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_cluster_log_to_stderr", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_data_avail_warn", 2024-03-22T06:48:28.263 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_host", 2024-03-22T06:48:28.264 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_max_pg_per_osd", 2024-03-22T06:48:28.264 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_mgr_mkfs_grace", 2024-03-22T06:48:28.264 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_osd_prime_pg_temp", 2024-03-22T06:48:28.264 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_osd_reporter_subtree_level", 2024-03-22T06:48:28.264 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_pg_warn_max_object_skew", 2024-03-22T06:48:28.264 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_reweight_min_bytes_per_osd", 2024-03-22T06:48:28.265 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_reweight_min_pgs_per_osd", 2024-03-22T06:48:28.265 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-03-22T06:48:28.265 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-03-22T06:48:28.265 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-03-22T06:48:28.265 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_legacy_crush_tunables", 2024-03-22T06:48:28.265 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-03-22T06:48:28.265 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-03-22T06:48:28.265 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_too_few_osds", 2024-03-22T06:48:28.265 INFO:tasks.workunit.client.0.smithi023.stdout: "ms_die_on_bug", 2024-03-22T06:48:28.265 INFO:tasks.workunit.client.0.smithi023.stdout: "ms_die_on_old_message", 2024-03-22T06:48:28.265 INFO:tasks.workunit.client.0.smithi023.stdout: "no_config_file", 2024-03-22T06:48:28.265 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_class_default_list", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_class_load_list", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_misdirected_ops", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_op_order", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_pg_log_writeout", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_shutdown", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_verify_cached_snaps", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_verify_missing_on_start", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_verify_stray_on_activate", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_deep_scrub_update_digest_min_age", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_profile", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_background_best_effort_res", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2024-03-22T06:48:28.266 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_background_recovery_lim", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_background_recovery_res", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_client_lim", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_client_res", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_client_wgt", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_memory_target", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_memory_target_autotune", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_op_queue", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_op_queue_cut_off", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_pool_default_erasure_code_profile", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_pool_default_pg_autoscale_mode", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_recover_clone_overlap", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_recovery_max_chunk", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_scrub_load_threshold", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_scrub_max_interval", 2024-03-22T06:48:28.267 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_shutdown_pgref_assert", 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "public_addr", 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "public_addrv", 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "public_network", 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "rbd_default_features", 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "setgroup", 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "setuser" 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "cluster_changed": [ 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_allow_insecure_global_id_reclaim", 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_debug", 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_mon_ticket_ttl", 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_service_ticket_ttl", 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "bdev_debug_aio", 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "container_image", 2024-03-22T06:48:28.268 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_asserts_on_shutdown", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_mgr", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_mon", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_ms", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_osd", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_paxos", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "log_to_file", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "log_to_stderr", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "mds_join_fs", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/cephadm/allow_ptrace", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/cephadm/container_init", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/cephadm/migration_current", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/cephadm/use_repo_digest", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2024-03-22T06:48:28.269 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/dashboard/GRAFANA_API_URL", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/dashboard/ssl_server_port", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/orchestrator/orchestrator", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/telemetry/channel_ident", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/telemetry/description", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/telemetry/enabled", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/telemetry/last_opt_revision", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/telemetry/organization", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_allow_pool_delete", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_clock_drift_allowed", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_cluster_log_file_level", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_cluster_log_to_file", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_data_avail_warn", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_max_pg_per_osd", 2024-03-22T06:48:28.270 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_mgr_mkfs_grace", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_osd_prime_pg_temp", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_osd_reporter_subtree_level", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_pg_warn_max_object_skew", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_reweight_min_bytes_per_osd", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_reweight_min_pgs_per_osd", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_legacy_crush_tunables", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_too_few_osds", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "ms_die_on_bug", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "ms_die_on_old_message", 2024-03-22T06:48:28.271 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_class_default_list", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_class_load_list", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_misdirected_ops", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_op_order", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_pg_log_writeout", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_shutdown", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_verify_cached_snaps", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_verify_missing_on_start", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_verify_stray_on_activate", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_deep_scrub_update_digest_min_age", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_profile", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_memory_target", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_memory_target_autotune", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_op_queue", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_op_queue_cut_off", 2024-03-22T06:48:28.272 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_pool_default_erasure_code_profile", 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_pool_default_pg_autoscale_mode", 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_recover_clone_overlap", 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_recovery_max_chunk", 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_scrub_load_threshold", 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_scrub_max_interval", 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_shutdown_pgref_assert", 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "public_network", 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "rgw_cache_enabled", 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "rgw_enable_ops_log", 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "rgw_enable_usage_log" 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: ] 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "contact": null, 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "crashes": [], 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "created": "2024-03-22T06:39:46.684039Z", 2024-03-22T06:48:28.273 INFO:tasks.workunit.client.0.smithi023.stdout: "crush": { 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: "bucket_algs": { 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: "straw2": 3 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: "bucket_sizes": { 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: "2": 1, 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: "4": 2 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: "bucket_types": { 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: "1": 2, 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: "11": 1 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: "compat_weight_set": false, 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: "device_classes": [ 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: 8 2024-03-22T06:48:28.274 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "num_buckets": 6, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "num_devices": 8, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "num_rules": 1, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "num_types": 12, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "num_weight_sets": 0, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "tunables": { 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "allowed_bucket_algs": 54, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "choose_local_fallback_tries": 0, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "choose_local_tries": 0, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "choose_total_tries": 50, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "chooseleaf_descend_once": 1, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "chooseleaf_stable": 1, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "chooseleaf_vary_r": 1, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "has_v2_rules": 0, 2024-03-22T06:48:28.275 INFO:tasks.workunit.client.0.smithi023.stdout: "has_v3_rules": 0, 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "has_v4_buckets": 1, 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "has_v5_rules": 0, 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "legacy_tunables": 0, 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "minimum_required_version": "jewel", 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "optimal_tunables": 1, 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "profile": "jewel", 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "require_feature_tunables": 1, 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "require_feature_tunables2": 1, 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "require_feature_tunables3": 1, 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "require_feature_tunables5": 1, 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "straw_calc_version": 1 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "description": "upgrade test cluster", 2024-03-22T06:48:28.276 INFO:tasks.workunit.client.0.smithi023.stdout: "fs": { 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "count": 1, 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "feature_flags": { 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "enable_multiple": true, 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "ever_enabled_multiple": true 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "filesystems": [ 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: { 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "approx_ctime": "2024-03", 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "balancer_enabled": false, 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "bytes": 0, 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "cached_caps": 0, 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "cached_dns": 10, 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "cached_inos": 13, 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "cached_subtrees": 2, 2024-03-22T06:48:28.277 INFO:tasks.workunit.client.0.smithi023.stdout: "ever_allowed_features": 0, 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: "explicitly_allowed_features": 0, 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: "files": 0, 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: "max_mds": 1, 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: "num_data_pools": 1, 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: "num_in": 1, 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: "num_mds": 1, 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: "num_sessions": 0, 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: "num_standby_replay": 0, 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: "num_up": 1, 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: "snaps": 0, 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: "standby_count_wanted": 0 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:28.278 INFO:tasks.workunit.client.0.smithi023.stdout: "num_standby_mds": 1, 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "total_num_mds": 2 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "hosts": { 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "num": 2, 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "num_with_mds": 2, 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "num_with_mgr": 2, 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "num_with_mon": 2, 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "num_with_osd": 2 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "leaderboard": false, 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "license": "sharing-1-0", 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "metadata": { 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "mon": { 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "arch": { 2024-03-22T06:48:28.279 INFO:tasks.workunit.client.0.smithi023.stdout: "x86_64": 3 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: "ceph_version": { 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: "cpu": { 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 3 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: "distro": { 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: "centos": 3 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: "distro_description": { 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: "CentOS Stream 8": 3 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: "kernel_description": { 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: "#1 SMP Fri Mar 15 02:27:26 UTC 2024": 3 2024-03-22T06:48:28.280 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: "kernel_version": { 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: "4.18.0-546.el8.x86_64": 3 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: "os": { 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: "Linux": 3 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: "osd": { 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: "arch": { 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: "x86_64": 8 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: "ceph_version": { 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.281 INFO:tasks.workunit.client.0.smithi023.stdout: "cpu": { 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 8 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: "distro": { 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: "centos": 8 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: "distro_description": { 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: "CentOS Stream 8": 8 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: "kernel_description": { 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: "#1 SMP Fri Mar 15 02:27:26 UTC 2024": 8 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: "kernel_version": { 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: "4.18.0-546.el8.x86_64": 8 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.282 INFO:tasks.workunit.client.0.smithi023.stdout: "os": { 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: "Linux": 8 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_objectstore": { 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: "bluestore": 8 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: "rotational": { 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: "0": 8 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: "mon": { 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: "count": 3, 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: "features": { 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: "optional": [], 2024-03-22T06:48:28.283 INFO:tasks.workunit.client.0.smithi023.stdout: "persistent": [ 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "kraken", 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "luminous", 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "mimic", 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "osdmap-prune", 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "nautilus", 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "octopus", 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "pacific", 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "elector-pinging" 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: ] 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "ipv4_addr_mons": 6, 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "ipv6_addr_mons": 0, 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "min_mon_release": 16, 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "v1_addr_mons": 3, 2024-03-22T06:48:28.284 INFO:tasks.workunit.client.0.smithi023.stdout: "v2_addr_mons": 3 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: "organization": "ceph-qa", 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: "osd": { 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: "cluster_network": false, 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: "count": 8, 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: "require_min_compat_client": "luminous", 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: "require_osd_release": "pacific" 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: "pools": [ 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: { 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: "cache_mode": "none", 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: "erasure_code_profile": {}, 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: "min_size": 2, 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_autoscale_mode": "off", 2024-03-22T06:48:28.285 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_num": 1, 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "pgp_num": 1, 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "pool": 1, 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "size": 3, 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_bytes": 0, 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_objects": 0, 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "type": "replicated" 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: { 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "cache_mode": "none", 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "erasure_code_profile": {}, 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "min_size": 2, 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_autoscale_mode": "off", 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_num": 32, 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "pgp_num": 32, 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "pool": 2, 2024-03-22T06:48:28.286 INFO:tasks.workunit.client.0.smithi023.stdout: "size": 3, 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_bytes": 0, 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_objects": 0, 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "type": "replicated" 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: { 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "cache_mode": "none", 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "erasure_code_profile": {}, 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "min_size": 2, 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_autoscale_mode": "off", 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_num": 64, 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "pgp_num": 64, 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "pool": 3, 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "size": 3, 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_bytes": 0, 2024-03-22T06:48:28.287 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_objects": 0, 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: "type": "replicated" 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: { 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: "cache_mode": "none", 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: "erasure_code_profile": {}, 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: "min_size": 2, 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_autoscale_mode": "off", 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_num": 8, 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: "pgp_num": 8, 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: "pool": 4, 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: "size": 3, 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_bytes": 0, 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_objects": 0, 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: "type": "replicated" 2024-03-22T06:48:28.288 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: "rbd": { 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: "mirroring_by_pool": [ 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: false 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: "num_images_by_pool": [ 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: 0 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: "num_pools": 1 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: "report_id": "054b039c-bfaa-4c96-a8a5-886505f87fbd", 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: "report_timestamp": "2024-03-22T06:48:28.256998", 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: "report_version": 1, 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: "services": {}, 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: "usage": { 2024-03-22T06:48:28.289 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_num": 105, 2024-03-22T06:48:28.290 INFO:tasks.workunit.client.0.smithi023.stdout: "pools": 4, 2024-03-22T06:48:28.290 INFO:tasks.workunit.client.0.smithi023.stdout: "total_avail_bytes": 765521498112, 2024-03-22T06:48:28.290 INFO:tasks.workunit.client.0.smithi023.stdout: "total_bytes": 767960285184, 2024-03-22T06:48:28.290 INFO:tasks.workunit.client.0.smithi023.stdout: "total_used_bytes": 2438787072 2024-03-22T06:48:28.290 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:28.290 INFO:tasks.workunit.client.0.smithi023.stdout:} 2024-03-22T06:48:28.290 INFO:tasks.workunit.client.0.smithi023.stdout: 2024-03-22T06:48:28.290 INFO:tasks.workunit.client.0.smithi023.stdout:Device report is generated separately. To see it run 'ceph telemetry show-device'. 2024-03-22T06:48:28.291 INFO:tasks.workunit.client.0.smithi023.stderr:+ ceph telemetry show-device 2024-03-22T06:48:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.144279+0000 mgr.y (mgr.14556) 118 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.152783+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.162847+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.163003+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.168103+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.169741+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.180384+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.184308+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.185544+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.187057+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.187373+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.192054+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.226968+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.236631+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.239200+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.242325+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.245216+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.339380+0000 mgr.y (mgr.14556) 119 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:28.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.635313+0000 mon.a (mon.0) 792 : audit [DBG] from='client.? 172.21.15.23:0/1703972519' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-03-22T06:48:28.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:27.750938+0000 mon.a (mon.0) 793 : audit [DBG] from='client.? 172.21.15.23:0/1703972519' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-03-22T06:48:28.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:28.088691+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.144279+0000 mgr.y (mgr.14556) 118 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.152783+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.162847+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.163003+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.168103+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.169741+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.180384+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.184308+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.185544+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.187057+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.187373+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.192054+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.226968+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.236631+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.239200+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.242325+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.245216+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.339380+0000 mgr.y (mgr.14556) 119 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:28.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.635313+0000 mon.a (mon.0) 792 : audit [DBG] from='client.? 172.21.15.23:0/1703972519' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-03-22T06:48:28.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:27.750938+0000 mon.a (mon.0) 793 : audit [DBG] from='client.? 172.21.15.23:0/1703972519' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-03-22T06:48:28.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:28.088691+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:28.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.144279+0000 mgr.y (mgr.14556) 118 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:28.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.152783+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.162847+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.163003+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:28.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.168103+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.169741+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.180384+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.184308+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.185544+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.187057+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.187373+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.192054+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.226968+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.236631+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.239200+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.242325+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.245216+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.339380+0000 mgr.y (mgr.14556) 119 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:28.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.635313+0000 mon.a (mon.0) 792 : audit [DBG] from='client.? 172.21.15.23:0/1703972519' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-03-22T06:48:28.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:27.750938+0000 mon.a (mon.0) 793 : audit [DBG] from='client.? 172.21.15.23:0/1703972519' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-03-22T06:48:28.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:28.088691+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:28.768 INFO:tasks.workunit.client.0.smithi023.stdout:{ 2024-03-22T06:48:28.768 INFO:tasks.workunit.client.0.smithi023.stdout: "2fb5584a-e818-11ee-bf32-0cc47a59ce42": { 2024-03-22T06:48:28.768 INFO:tasks.workunit.client.0.smithi023.stdout: "INTEL_SSDPED1D480GA_2fb5d414-e818-11ee-bf32-0cc47a59ce42": {} 2024-03-22T06:48:28.768 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:28.768 INFO:tasks.workunit.client.0.smithi023.stdout: "2fb64caa-e818-11ee-bf32-0cc47a59ce42": { 2024-03-22T06:48:28.768 INFO:tasks.workunit.client.0.smithi023.stdout: "INTEL_SSDPEDKE040T7_2fb6b1f4-e818-11ee-bf32-0cc47a59ce42": {} 2024-03-22T06:48:28.768 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:28.768 INFO:tasks.workunit.client.0.smithi023.stdout:} 2024-03-22T06:48:28.780 INFO:tasks.workunit.client.0.smithi023.stderr:+ ceph telemetry show-all 2024-03-22T06:48:29.286 INFO:tasks.workunit.client.0.smithi023.stdout:{ 2024-03-22T06:48:29.286 INFO:tasks.workunit.client.0.smithi023.stdout: "device_report": { 2024-03-22T06:48:29.286 INFO:tasks.workunit.client.0.smithi023.stdout: "2fb5584a-e818-11ee-bf32-0cc47a59ce42": { 2024-03-22T06:48:29.286 INFO:tasks.workunit.client.0.smithi023.stdout: "INTEL_SSDPED1D480GA_2fb5d414-e818-11ee-bf32-0cc47a59ce42": {} 2024-03-22T06:48:29.286 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.286 INFO:tasks.workunit.client.0.smithi023.stdout: "2fb64caa-e818-11ee-bf32-0cc47a59ce42": { 2024-03-22T06:48:29.286 INFO:tasks.workunit.client.0.smithi023.stdout: "INTEL_SSDPEDKE040T7_2fb6b1f4-e818-11ee-bf32-0cc47a59ce42": {} 2024-03-22T06:48:29.286 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:29.286 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "report": { 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "balancer": { 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "active": true, 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "mode": "" 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "channels": [ 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "basic", 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "crash", 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "device", 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "ident" 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "channels_available": [ 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "basic", 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "ident", 2024-03-22T06:48:29.287 INFO:tasks.workunit.client.0.smithi023.stdout: "crash", 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: "device" 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: "config": { 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: "active_changed": [ 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_allow_insecure_global_id_reclaim", 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_debug", 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_mon_ticket_ttl", 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_service_ticket_ttl", 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: "bdev_debug_aio", 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: "client_check_pool_perm", 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: "client_mount_gid", 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: "client_mount_uid", 2024-03-22T06:48:29.288 INFO:tasks.workunit.client.0.smithi023.stdout: "client_quota", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "container_image", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "daemonize", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_asserts_on_shutdown", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_mgr", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_mon", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_ms", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_osd", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_paxos", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "keyring", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "leveldb_block_size", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "leveldb_cache_size", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "leveldb_compression", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "leveldb_log", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "leveldb_write_buffer_size", 2024-03-22T06:48:29.289 INFO:tasks.workunit.client.0.smithi023.stdout: "log_stderr_prefix", 2024-03-22T06:48:29.290 INFO:tasks.workunit.client.0.smithi023.stdout: "log_to_file", 2024-03-22T06:48:29.290 INFO:tasks.workunit.client.0.smithi023.stdout: "log_to_stderr", 2024-03-22T06:48:29.290 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_allow_pool_delete", 2024-03-22T06:48:29.290 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_clock_drift_allowed", 2024-03-22T06:48:29.290 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_cluster_log_file_level", 2024-03-22T06:48:29.290 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_cluster_log_to_file", 2024-03-22T06:48:29.290 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_cluster_log_to_stderr", 2024-03-22T06:48:29.290 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_data_avail_warn", 2024-03-22T06:48:29.290 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_host", 2024-03-22T06:48:29.290 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_max_pg_per_osd", 2024-03-22T06:48:29.290 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_mgr_mkfs_grace", 2024-03-22T06:48:29.290 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_osd_prime_pg_temp", 2024-03-22T06:48:29.291 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_osd_reporter_subtree_level", 2024-03-22T06:48:29.291 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_pg_warn_max_object_skew", 2024-03-22T06:48:29.291 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_reweight_min_bytes_per_osd", 2024-03-22T06:48:29.291 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_reweight_min_pgs_per_osd", 2024-03-22T06:48:29.291 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-03-22T06:48:29.291 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-03-22T06:48:29.291 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-03-22T06:48:29.291 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_legacy_crush_tunables", 2024-03-22T06:48:29.292 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-03-22T06:48:29.292 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-03-22T06:48:29.292 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_too_few_osds", 2024-03-22T06:48:29.292 INFO:tasks.workunit.client.0.smithi023.stdout: "ms_die_on_bug", 2024-03-22T06:48:29.292 INFO:tasks.workunit.client.0.smithi023.stdout: "ms_die_on_old_message", 2024-03-22T06:48:29.292 INFO:tasks.workunit.client.0.smithi023.stdout: "no_config_file", 2024-03-22T06:48:29.292 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_class_default_list", 2024-03-22T06:48:29.292 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_class_load_list", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_misdirected_ops", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_op_order", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_pg_log_writeout", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_shutdown", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_verify_cached_snaps", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_verify_missing_on_start", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_verify_stray_on_activate", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_deep_scrub_update_digest_min_age", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_profile", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_background_best_effort_res", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_background_recovery_lim", 2024-03-22T06:48:29.293 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_background_recovery_res", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_client_lim", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_client_res", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_scheduler_client_wgt", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_memory_target", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_memory_target_autotune", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_op_queue", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_op_queue_cut_off", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_pool_default_erasure_code_profile", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_pool_default_pg_autoscale_mode", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_recover_clone_overlap", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_recovery_max_chunk", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_scrub_load_threshold", 2024-03-22T06:48:29.294 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_scrub_max_interval", 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_shutdown_pgref_assert", 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "public_addr", 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "public_addrv", 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "public_network", 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "rbd_default_features", 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "setgroup", 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "setuser" 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "cluster_changed": [ 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_allow_insecure_global_id_reclaim", 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_debug", 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_mon_ticket_ttl", 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "auth_service_ticket_ttl", 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "bdev_debug_aio", 2024-03-22T06:48:29.295 INFO:tasks.workunit.client.0.smithi023.stdout: "container_image", 2024-03-22T06:48:29.296 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_asserts_on_shutdown", 2024-03-22T06:48:29.296 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_mgr", 2024-03-22T06:48:29.296 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_mon", 2024-03-22T06:48:29.296 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_ms", 2024-03-22T06:48:29.296 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_osd", 2024-03-22T06:48:29.296 INFO:tasks.workunit.client.0.smithi023.stdout: "debug_paxos", 2024-03-22T06:48:29.296 INFO:tasks.workunit.client.0.smithi023.stdout: "log_to_file", 2024-03-22T06:48:29.296 INFO:tasks.workunit.client.0.smithi023.stdout: "log_to_stderr", 2024-03-22T06:48:29.296 INFO:tasks.workunit.client.0.smithi023.stdout: "mds_join_fs", 2024-03-22T06:48:29.296 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/cephadm/allow_ptrace", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/cephadm/container_init", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/cephadm/migration_current", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/cephadm/use_repo_digest", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/dashboard/GRAFANA_API_URL", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/dashboard/ssl_server_port", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/orchestrator/orchestrator", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/telemetry/channel_ident", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/telemetry/description", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/telemetry/enabled", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/telemetry/last_opt_revision", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mgr/telemetry/organization", 2024-03-22T06:48:29.297 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_allow_pool_delete", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_clock_drift_allowed", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_cluster_log_file_level", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_cluster_log_to_file", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_data_avail_warn", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_max_pg_per_osd", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_mgr_mkfs_grace", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_osd_prime_pg_temp", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_osd_reporter_subtree_level", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_pg_warn_max_object_skew", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_reweight_min_bytes_per_osd", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_reweight_min_pgs_per_osd", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-03-22T06:48:29.298 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_legacy_crush_tunables", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "mon_warn_on_too_few_osds", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "ms_die_on_bug", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "ms_die_on_old_message", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_class_default_list", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_class_load_list", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_misdirected_ops", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_op_order", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_pg_log_writeout", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_shutdown", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_verify_cached_snaps", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_verify_missing_on_start", 2024-03-22T06:48:29.299 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_debug_verify_stray_on_activate", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_deep_scrub_update_digest_min_age", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_mclock_profile", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_memory_target", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_memory_target_autotune", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_op_queue", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_op_queue_cut_off", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_pool_default_erasure_code_profile", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_pool_default_pg_autoscale_mode", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_recover_clone_overlap", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_recovery_max_chunk", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_scrub_load_threshold", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_scrub_max_interval", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_shutdown_pgref_assert", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "public_network", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "rgw_cache_enabled", 2024-03-22T06:48:29.300 INFO:tasks.workunit.client.0.smithi023.stdout: "rgw_enable_ops_log", 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: "rgw_enable_usage_log" 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: ] 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: "contact": null, 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: "crashes": [], 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: "created": "2024-03-22T06:39:46.684039Z", 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: "crush": { 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: "bucket_algs": { 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: "straw2": 3 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: "bucket_sizes": { 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: "2": 1, 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: "4": 2 2024-03-22T06:48:29.301 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: "bucket_types": { 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: "1": 2, 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: "11": 1 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: "compat_weight_set": false, 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: "device_classes": [ 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: 8 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: "num_buckets": 6, 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: "num_devices": 8, 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: "num_rules": 1, 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: "num_types": 12, 2024-03-22T06:48:29.302 INFO:tasks.workunit.client.0.smithi023.stdout: "num_weight_sets": 0, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "tunables": { 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "allowed_bucket_algs": 54, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "choose_local_fallback_tries": 0, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "choose_local_tries": 0, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "choose_total_tries": 50, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "chooseleaf_descend_once": 1, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "chooseleaf_stable": 1, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "chooseleaf_vary_r": 1, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "has_v2_rules": 0, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "has_v3_rules": 0, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "has_v4_buckets": 1, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "has_v5_rules": 0, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "legacy_tunables": 0, 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "minimum_required_version": "jewel", 2024-03-22T06:48:29.303 INFO:tasks.workunit.client.0.smithi023.stdout: "optimal_tunables": 1, 2024-03-22T06:48:29.304 INFO:tasks.workunit.client.0.smithi023.stdout: "profile": "jewel", 2024-03-22T06:48:29.304 INFO:tasks.workunit.client.0.smithi023.stdout: "require_feature_tunables": 1, 2024-03-22T06:48:29.304 INFO:tasks.workunit.client.0.smithi023.stdout: "require_feature_tunables2": 1, 2024-03-22T06:48:29.304 INFO:tasks.workunit.client.0.smithi023.stdout: "require_feature_tunables3": 1, 2024-03-22T06:48:29.304 INFO:tasks.workunit.client.0.smithi023.stdout: "require_feature_tunables5": 1, 2024-03-22T06:48:29.304 INFO:tasks.workunit.client.0.smithi023.stdout: "straw_calc_version": 1 2024-03-22T06:48:29.304 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:29.304 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.304 INFO:tasks.workunit.client.0.smithi023.stdout: "description": "upgrade test cluster", 2024-03-22T06:48:29.304 INFO:tasks.workunit.client.0.smithi023.stdout: "fs": { 2024-03-22T06:48:29.305 INFO:tasks.workunit.client.0.smithi023.stdout: "count": 1, 2024-03-22T06:48:29.305 INFO:tasks.workunit.client.0.smithi023.stdout: "feature_flags": { 2024-03-22T06:48:29.305 INFO:tasks.workunit.client.0.smithi023.stdout: "enable_multiple": true, 2024-03-22T06:48:29.305 INFO:tasks.workunit.client.0.smithi023.stdout: "ever_enabled_multiple": true 2024-03-22T06:48:29.305 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.305 INFO:tasks.workunit.client.0.smithi023.stdout: "filesystems": [ 2024-03-22T06:48:29.306 INFO:tasks.workunit.client.0.smithi023.stdout: { 2024-03-22T06:48:29.306 INFO:tasks.workunit.client.0.smithi023.stdout: "approx_ctime": "2024-03", 2024-03-22T06:48:29.306 INFO:tasks.workunit.client.0.smithi023.stdout: "balancer_enabled": false, 2024-03-22T06:48:29.306 INFO:tasks.workunit.client.0.smithi023.stdout: "bytes": 0, 2024-03-22T06:48:29.306 INFO:tasks.workunit.client.0.smithi023.stdout: "cached_caps": 0, 2024-03-22T06:48:29.306 INFO:tasks.workunit.client.0.smithi023.stdout: "cached_dns": 10, 2024-03-22T06:48:29.306 INFO:tasks.workunit.client.0.smithi023.stdout: "cached_inos": 13, 2024-03-22T06:48:29.307 INFO:tasks.workunit.client.0.smithi023.stdout: "cached_subtrees": 2, 2024-03-22T06:48:29.307 INFO:tasks.workunit.client.0.smithi023.stdout: "ever_allowed_features": 0, 2024-03-22T06:48:29.307 INFO:tasks.workunit.client.0.smithi023.stdout: "explicitly_allowed_features": 0, 2024-03-22T06:48:29.307 INFO:tasks.workunit.client.0.smithi023.stdout: "files": 0, 2024-03-22T06:48:29.307 INFO:tasks.workunit.client.0.smithi023.stdout: "max_mds": 1, 2024-03-22T06:48:29.307 INFO:tasks.workunit.client.0.smithi023.stdout: "num_data_pools": 1, 2024-03-22T06:48:29.307 INFO:tasks.workunit.client.0.smithi023.stdout: "num_in": 1, 2024-03-22T06:48:29.307 INFO:tasks.workunit.client.0.smithi023.stdout: "num_mds": 1, 2024-03-22T06:48:29.307 INFO:tasks.workunit.client.0.smithi023.stdout: "num_sessions": 0, 2024-03-22T06:48:29.307 INFO:tasks.workunit.client.0.smithi023.stdout: "num_standby_replay": 0, 2024-03-22T06:48:29.307 INFO:tasks.workunit.client.0.smithi023.stdout: "num_up": 1, 2024-03-22T06:48:29.307 INFO:tasks.workunit.client.0.smithi023.stdout: "snaps": 0, 2024-03-22T06:48:29.308 INFO:tasks.workunit.client.0.smithi023.stdout: "standby_count_wanted": 0 2024-03-22T06:48:29.308 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:29.308 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:29.308 INFO:tasks.workunit.client.0.smithi023.stdout: "num_standby_mds": 1, 2024-03-22T06:48:29.308 INFO:tasks.workunit.client.0.smithi023.stdout: "total_num_mds": 2 2024-03-22T06:48:29.308 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.308 INFO:tasks.workunit.client.0.smithi023.stdout: "hosts": { 2024-03-22T06:48:29.309 INFO:tasks.workunit.client.0.smithi023.stdout: "num": 2, 2024-03-22T06:48:29.309 INFO:tasks.workunit.client.0.smithi023.stdout: "num_with_mds": 2, 2024-03-22T06:48:29.309 INFO:tasks.workunit.client.0.smithi023.stdout: "num_with_mgr": 2, 2024-03-22T06:48:29.309 INFO:tasks.workunit.client.0.smithi023.stdout: "num_with_mon": 2, 2024-03-22T06:48:29.309 INFO:tasks.workunit.client.0.smithi023.stdout: "num_with_osd": 2 2024-03-22T06:48:29.309 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.309 INFO:tasks.workunit.client.0.smithi023.stdout: "leaderboard": false, 2024-03-22T06:48:29.309 INFO:tasks.workunit.client.0.smithi023.stdout: "license": "sharing-1-0", 2024-03-22T06:48:29.309 INFO:tasks.workunit.client.0.smithi023.stdout: "metadata": { 2024-03-22T06:48:29.309 INFO:tasks.workunit.client.0.smithi023.stdout: "mon": { 2024-03-22T06:48:29.309 INFO:tasks.workunit.client.0.smithi023.stdout: "arch": { 2024-03-22T06:48:29.309 INFO:tasks.workunit.client.0.smithi023.stdout: "x86_64": 3 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: "ceph_version": { 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: "cpu": { 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 3 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: "distro": { 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: "centos": 3 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: "distro_description": { 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: "CentOS Stream 8": 3 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.310 INFO:tasks.workunit.client.0.smithi023.stdout: "kernel_description": { 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: "#1 SMP Fri Mar 15 02:27:26 UTC 2024": 3 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: "kernel_version": { 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: "4.18.0-546.el8.x86_64": 3 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: "os": { 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: "Linux": 3 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: "osd": { 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: "arch": { 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: "x86_64": 8 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: "ceph_version": { 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:48:29.311 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: "cpu": { 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 8 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: "distro": { 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: "centos": 8 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: "distro_description": { 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: "CentOS Stream 8": 8 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: "kernel_description": { 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: "#1 SMP Fri Mar 15 02:27:26 UTC 2024": 8 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: "kernel_version": { 2024-03-22T06:48:29.312 INFO:tasks.workunit.client.0.smithi023.stdout: "4.18.0-546.el8.x86_64": 8 2024-03-22T06:48:29.313 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.313 INFO:tasks.workunit.client.0.smithi023.stdout: "os": { 2024-03-22T06:48:29.313 INFO:tasks.workunit.client.0.smithi023.stdout: "Linux": 8 2024-03-22T06:48:29.313 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.313 INFO:tasks.workunit.client.0.smithi023.stdout: "osd_objectstore": { 2024-03-22T06:48:29.313 INFO:tasks.workunit.client.0.smithi023.stdout: "bluestore": 8 2024-03-22T06:48:29.313 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.313 INFO:tasks.workunit.client.0.smithi023.stdout: "rotational": { 2024-03-22T06:48:29.313 INFO:tasks.workunit.client.0.smithi023.stdout: "0": 8 2024-03-22T06:48:29.313 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:29.313 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:29.313 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "mon": { 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "count": 3, 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "features": { 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "optional": [], 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "persistent": [ 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "kraken", 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "luminous", 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "mimic", 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "osdmap-prune", 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "nautilus", 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "octopus", 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "pacific", 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: "elector-pinging" 2024-03-22T06:48:29.314 INFO:tasks.workunit.client.0.smithi023.stdout: ] 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: "ipv4_addr_mons": 6, 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: "ipv6_addr_mons": 0, 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: "min_mon_release": 16, 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: "v1_addr_mons": 3, 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: "v2_addr_mons": 3 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: "organization": "ceph-qa", 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: "osd": { 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: "cluster_network": false, 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: "count": 8, 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: "require_min_compat_client": "luminous", 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: "require_osd_release": "pacific" 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.315 INFO:tasks.workunit.client.0.smithi023.stdout: "pools": [ 2024-03-22T06:48:29.316 INFO:tasks.workunit.client.0.smithi023.stdout: { 2024-03-22T06:48:29.316 INFO:tasks.workunit.client.0.smithi023.stdout: "cache_mode": "none", 2024-03-22T06:48:29.316 INFO:tasks.workunit.client.0.smithi023.stdout: "erasure_code_profile": {}, 2024-03-22T06:48:29.316 INFO:tasks.workunit.client.0.smithi023.stdout: "min_size": 2, 2024-03-22T06:48:29.316 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_autoscale_mode": "off", 2024-03-22T06:48:29.316 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_num": 1, 2024-03-22T06:48:29.316 INFO:tasks.workunit.client.0.smithi023.stdout: "pgp_num": 1, 2024-03-22T06:48:29.316 INFO:tasks.workunit.client.0.smithi023.stdout: "pool": 1, 2024-03-22T06:48:29.316 INFO:tasks.workunit.client.0.smithi023.stdout: "size": 3, 2024-03-22T06:48:29.316 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_bytes": 0, 2024-03-22T06:48:29.316 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_objects": 0, 2024-03-22T06:48:29.316 INFO:tasks.workunit.client.0.smithi023.stdout: "type": "replicated" 2024-03-22T06:48:29.317 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.317 INFO:tasks.workunit.client.0.smithi023.stdout: { 2024-03-22T06:48:29.317 INFO:tasks.workunit.client.0.smithi023.stdout: "cache_mode": "none", 2024-03-22T06:48:29.317 INFO:tasks.workunit.client.0.smithi023.stdout: "erasure_code_profile": {}, 2024-03-22T06:48:29.317 INFO:tasks.workunit.client.0.smithi023.stdout: "min_size": 2, 2024-03-22T06:48:29.317 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_autoscale_mode": "off", 2024-03-22T06:48:29.318 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_num": 32, 2024-03-22T06:48:29.318 INFO:tasks.workunit.client.0.smithi023.stdout: "pgp_num": 32, 2024-03-22T06:48:29.318 INFO:tasks.workunit.client.0.smithi023.stdout: "pool": 2, 2024-03-22T06:48:29.318 INFO:tasks.workunit.client.0.smithi023.stdout: "size": 3, 2024-03-22T06:48:29.318 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_bytes": 0, 2024-03-22T06:48:29.318 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_objects": 0, 2024-03-22T06:48:29.319 INFO:tasks.workunit.client.0.smithi023.stdout: "type": "replicated" 2024-03-22T06:48:29.319 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.319 INFO:tasks.workunit.client.0.smithi023.stdout: { 2024-03-22T06:48:29.319 INFO:tasks.workunit.client.0.smithi023.stdout: "cache_mode": "none", 2024-03-22T06:48:29.319 INFO:tasks.workunit.client.0.smithi023.stdout: "erasure_code_profile": {}, 2024-03-22T06:48:29.319 INFO:tasks.workunit.client.0.smithi023.stdout: "min_size": 2, 2024-03-22T06:48:29.320 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_autoscale_mode": "off", 2024-03-22T06:48:29.320 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_num": 64, 2024-03-22T06:48:29.320 INFO:tasks.workunit.client.0.smithi023.stdout: "pgp_num": 64, 2024-03-22T06:48:29.320 INFO:tasks.workunit.client.0.smithi023.stdout: "pool": 3, 2024-03-22T06:48:29.320 INFO:tasks.workunit.client.0.smithi023.stdout: "size": 3, 2024-03-22T06:48:29.320 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_bytes": 0, 2024-03-22T06:48:29.321 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_objects": 0, 2024-03-22T06:48:29.321 INFO:tasks.workunit.client.0.smithi023.stdout: "type": "replicated" 2024-03-22T06:48:29.321 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.321 INFO:tasks.workunit.client.0.smithi023.stdout: { 2024-03-22T06:48:29.321 INFO:tasks.workunit.client.0.smithi023.stdout: "cache_mode": "none", 2024-03-22T06:48:29.321 INFO:tasks.workunit.client.0.smithi023.stdout: "erasure_code_profile": {}, 2024-03-22T06:48:29.322 INFO:tasks.workunit.client.0.smithi023.stdout: "min_size": 2, 2024-03-22T06:48:29.322 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_autoscale_mode": "off", 2024-03-22T06:48:29.322 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_num": 8, 2024-03-22T06:48:29.322 INFO:tasks.workunit.client.0.smithi023.stdout: "pgp_num": 8, 2024-03-22T06:48:29.322 INFO:tasks.workunit.client.0.smithi023.stdout: "pool": 4, 2024-03-22T06:48:29.322 INFO:tasks.workunit.client.0.smithi023.stdout: "size": 3, 2024-03-22T06:48:29.323 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_bytes": 0, 2024-03-22T06:48:29.323 INFO:tasks.workunit.client.0.smithi023.stdout: "target_max_objects": 0, 2024-03-22T06:48:29.323 INFO:tasks.workunit.client.0.smithi023.stdout: "type": "replicated" 2024-03-22T06:48:29.323 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:29.323 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:29.323 INFO:tasks.workunit.client.0.smithi023.stdout: "rbd": { 2024-03-22T06:48:29.324 INFO:tasks.workunit.client.0.smithi023.stdout: "mirroring_by_pool": [ 2024-03-22T06:48:29.324 INFO:tasks.workunit.client.0.smithi023.stdout: false 2024-03-22T06:48:29.324 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:29.324 INFO:tasks.workunit.client.0.smithi023.stdout: "num_images_by_pool": [ 2024-03-22T06:48:29.324 INFO:tasks.workunit.client.0.smithi023.stdout: 0 2024-03-22T06:48:29.325 INFO:tasks.workunit.client.0.smithi023.stdout: ], 2024-03-22T06:48:29.325 INFO:tasks.workunit.client.0.smithi023.stdout: "num_pools": 1 2024-03-22T06:48:29.325 INFO:tasks.workunit.client.0.smithi023.stdout: }, 2024-03-22T06:48:29.325 INFO:tasks.workunit.client.0.smithi023.stdout: "report_id": "054b039c-bfaa-4c96-a8a5-886505f87fbd", 2024-03-22T06:48:29.325 INFO:tasks.workunit.client.0.smithi023.stdout: "report_timestamp": "2024-03-22T06:48:29.280097", 2024-03-22T06:48:29.325 INFO:tasks.workunit.client.0.smithi023.stdout: "report_version": 1, 2024-03-22T06:48:29.325 INFO:tasks.workunit.client.0.smithi023.stdout: "services": {}, 2024-03-22T06:48:29.326 INFO:tasks.workunit.client.0.smithi023.stdout: "usage": { 2024-03-22T06:48:29.326 INFO:tasks.workunit.client.0.smithi023.stdout: "pg_num": 105, 2024-03-22T06:48:29.326 INFO:tasks.workunit.client.0.smithi023.stdout: "pools": 4, 2024-03-22T06:48:29.326 INFO:tasks.workunit.client.0.smithi023.stdout: "total_avail_bytes": 765521498112, 2024-03-22T06:48:29.326 INFO:tasks.workunit.client.0.smithi023.stdout: "total_bytes": 767960285184, 2024-03-22T06:48:29.326 INFO:tasks.workunit.client.0.smithi023.stdout: "total_used_bytes": 2438787072 2024-03-22T06:48:29.327 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:29.327 INFO:tasks.workunit.client.0.smithi023.stdout: } 2024-03-22T06:48:29.327 INFO:tasks.workunit.client.0.smithi023.stdout:} 2024-03-22T06:48:29.328 INFO:tasks.workunit.client.0.smithi023.stderr:+ echo OK 2024-03-22T06:48:29.329 INFO:tasks.workunit.client.0.smithi023.stdout:OK 2024-03-22T06:48:29.330 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-03-22T06:48:29.330 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-03-22T06:48:29.401 INFO:tasks.workunit:Stopping ['test_telemetry_pacific.sh'] on client.0... 2024-03-22T06:48:29.401 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2024-03-22T06:48:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:28.087438+0000 mgr.y (mgr.14556) 120 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:28.215463+0000 mgr.y (mgr.14556) 121 : cluster [DBG] pgmap v96: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:28.256919+0000 mgr.y (mgr.14556) 122 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:28.257919+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:28.601274+0000 mgr.y (mgr.14556) 123 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:29.109955+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:29.466 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:28.087438+0000 mgr.y (mgr.14556) 120 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:29.467 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:28.215463+0000 mgr.y (mgr.14556) 121 : cluster [DBG] pgmap v96: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:29.467 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:28.256919+0000 mgr.y (mgr.14556) 122 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:29.467 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:28.257919+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:29.467 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:28.601274+0000 mgr.y (mgr.14556) 123 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:29.467 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:29.109955+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:29.468 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:28.087438+0000 mgr.y (mgr.14556) 120 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:29.468 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:28.215463+0000 mgr.y (mgr.14556) 121 : cluster [DBG] pgmap v96: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:29.468 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:28.256919+0000 mgr.y (mgr.14556) 122 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:29.468 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:28.257919+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:29.468 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:28.601274+0000 mgr.y (mgr.14556) 123 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:29.468 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:29.109955+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:29.712 DEBUG:teuthology.parallel:result is None 2024-03-22T06:48:29.713 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2024-03-22T06:48:29.780 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2024-03-22T06:48:29.780 DEBUG:teuthology.orchestra.run.smithi023:> rmdir -- /home/ubuntu/cephtest/mnt.0 2024-03-22T06:48:29.859 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2024-03-22T06:48:29.859 INFO:teuthology.run_tasks:Running task print... 2024-03-22T06:48:29.869 INFO:teuthology.task.print:**** done end telemetry pacific... 2024-03-22T06:48:29.869 INFO:teuthology.run_tasks:Running task print... 2024-03-22T06:48:29.889 INFO:teuthology.task.print:**** done start upgrade sequence... 2024-03-22T06:48:29.889 INFO:teuthology.run_tasks:Running task sequential... 2024-03-22T06:48:29.905 INFO:teuthology.task.sequential:In sequential, running task print... 2024-03-22T06:48:29.905 INFO:teuthology.task.print:**** done start upgrade... 2024-03-22T06:48:29.905 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-03-22T06:48:29.905 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi023.front.sepia.ceph.com 2024-03-22T06:48:29.906 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -e sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 -- bash -c 'ceph config set global log_to_journald false --force' 2024-03-22T06:48:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:28.767729+0000 mgr.y (mgr.14556) 124 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:29.108929+0000 mgr.y (mgr.14556) 125 : audit [DBG] from='client.14919 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:29.164688+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-03-22T06:48:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:29.280016+0000 mgr.y (mgr.14556) 126 : audit [DBG] from='client.14919 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:29.281026+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:30.482 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:28.767729+0000 mgr.y (mgr.14556) 124 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:30.483 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:29.108929+0000 mgr.y (mgr.14556) 125 : audit [DBG] from='client.14919 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:30.483 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:29.164688+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-03-22T06:48:30.483 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:29.280016+0000 mgr.y (mgr.14556) 126 : audit [DBG] from='client.14919 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:30.483 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:29.281026+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:30.483 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:28.767729+0000 mgr.y (mgr.14556) 124 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:30.483 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:29.108929+0000 mgr.y (mgr.14556) 125 : audit [DBG] from='client.14919 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:30.483 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:29.164688+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-03-22T06:48:30.483 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:29.280016+0000 mgr.y (mgr.14556) 126 : audit [DBG] from='client.14919 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:30.483 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:29.281026+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:30.216138+0000 mgr.y (mgr.14556) 127 : cluster [DBG] pgmap v97: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:31.580 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:30.216138+0000 mgr.y (mgr.14556) 127 : cluster [DBG] pgmap v97: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:31.580 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:30.216138+0000 mgr.y (mgr.14556) 127 : cluster [DBG] pgmap v97: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:48:32.346 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:31] ENGINE Bus STOPPING 2024-03-22T06:48:32.346 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:31] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-22T06:48:32.346 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:31] ENGINE Bus STOPPED 2024-03-22T06:48:32.346 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:31] ENGINE Bus STARTING 2024-03-22T06:48:32.346 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:32] ENGINE Serving on http://:::9283 2024-03-22T06:48:32.346 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: [22/Mar/2024:06:48:32] ENGINE Bus STARTED 2024-03-22T06:48:32.696 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -e sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-03-22T06:48:33.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:31.982238+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.23:0/1938867276' entity='client.admin' 2024-03-22T06:48:33.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:32.020362+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:33.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:32.021747+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:33.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:32.022311+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:33.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:32.026413+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:33.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:32.216439+0000 mgr.y (mgr.14556) 128 : cluster [DBG] pgmap v98: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:33.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:31.982238+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.23:0/1938867276' entity='client.admin' 2024-03-22T06:48:33.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:32.020362+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:33.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:32.021747+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:33.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:32.022311+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:33.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:32.026413+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:33.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:32.216439+0000 mgr.y (mgr.14556) 128 : cluster [DBG] pgmap v98: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:31.982238+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.23:0/1938867276' entity='client.admin' 2024-03-22T06:48:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:32.020362+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:32.021747+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:32.022311+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:32.026413+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:32.216439+0000 mgr.y (mgr.14556) 128 : cluster [DBG] pgmap v98: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:34.034 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:48:33] "GET /metrics HTTP/1.1" 200 188149 "" "Prometheus/2.33.4" 2024-03-22T06:48:34.730 INFO:teuthology.orchestra.run.smithi023.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:48:35.370 DEBUG:teuthology.orchestra.run.smithi023:> 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 e86c638a-e816-11ee-95cd-87774f69a715 -e sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done' 2024-03-22T06:48:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:34.216838+0000 mgr.y (mgr.14556) 129 : cluster [DBG] pgmap v99: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:34.730933+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:34.749448+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:34.750936+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:34.751636+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:34.756204+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:34.216838+0000 mgr.y (mgr.14556) 129 : cluster [DBG] pgmap v99: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:34.730933+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:34.749448+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:34.750936+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:34.751636+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:34.756204+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:34.216838+0000 mgr.y (mgr.14556) 129 : cluster [DBG] pgmap v99: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:34.730933+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:34.749448+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:48:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:34.750936+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:48:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:34.751636+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:48:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:34.756204+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:48:36.310 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:34.717722+0000 mgr.y (mgr.14556) 130 : audit [DBG] from='client.24848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:48:34.718339+0000 mgr.y (mgr.14556) 131 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:48:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:48:34.760363+0000 mgr.y (mgr.14556) 132 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:48:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:34.717722+0000 mgr.y (mgr.14556) 130 : audit [DBG] from='client.24848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:48:34.718339+0000 mgr.y (mgr.14556) 131 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:48:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:48:34.760363+0000 mgr.y (mgr.14556) 132 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:48:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:34.717722+0000 mgr.y (mgr.14556) 130 : audit [DBG] from='client.24848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:36.736 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:48:34.718339+0000 mgr.y (mgr.14556) 131 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:48:36.736 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:48:34.760363+0000 mgr.y (mgr.14556) 132 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-22T06:48:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:36.217343+0000 mgr.y (mgr.14556) 133 : cluster [DBG] pgmap v100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:36.217343+0000 mgr.y (mgr.14556) 133 : cluster [DBG] pgmap v100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:36.217343+0000 mgr.y (mgr.14556) 133 : cluster [DBG] pgmap v100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:37.700 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:48:38.118 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:48:38.118 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (98s) 88s ago 2m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:48:38.118 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2m) 83s ago 2m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:48:38.118 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3m) 88s ago 3m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:48:38.118 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3m) 83s ago 3m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:48:38.118 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6m) 83s ago 6m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:48:38.118 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8m) 88s ago 8m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8m) 88s ago 8m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7m) 83s ago 7m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7m) 88s ago 7m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2m) 88s ago 2m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2m) 83s ago 2m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6m) 88s ago 6m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6m) 88s ago 6m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5m) 88s ago 5m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5m) 88s ago 5m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5m) 83s ago 5m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4m) 83s ago 4m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4m) 83s ago 4m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3m) 83s ago 3m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:48:38.119 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (92s) 83s ago 2m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:48:38.614 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:48:38.614 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:48:38.614 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:48:38.614 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:48:38.615 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:48:38.615 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:48:38.615 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:48:38.615 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:48:38.615 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:48:38.615 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:48:38.616 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:48:38.616 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:48:38.616 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:48:38.616 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:48:38.616 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:48:38.616 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:48:38.617 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:48:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:37.687235+0000 mgr.y (mgr.14556) 134 : audit [DBG] from='client.24854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:38.109074+0000 mgr.y (mgr.14556) 135 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:38.217675+0000 mgr.y (mgr.14556) 136 : cluster [DBG] pgmap v101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:48:38.614658+0000 mon.a (mon.0) 809 : audit [DBG] from='client.? 172.21.15.23:0/2772950066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:48:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:37.687235+0000 mgr.y (mgr.14556) 134 : audit [DBG] from='client.24854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:38.109074+0000 mgr.y (mgr.14556) 135 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:38.217675+0000 mgr.y (mgr.14556) 136 : cluster [DBG] pgmap v101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:48:38.614658+0000 mon.a (mon.0) 809 : audit [DBG] from='client.? 172.21.15.23:0/2772950066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:48:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:37.687235+0000 mgr.y (mgr.14556) 134 : audit [DBG] from='client.24854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:38.109074+0000 mgr.y (mgr.14556) 135 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:48:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:38.217675+0000 mgr.y (mgr.14556) 136 : cluster [DBG] pgmap v101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:48:38.614658+0000 mon.a (mon.0) 809 : audit [DBG] from='client.? 172.21.15.23:0/2772950066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:48:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:40.218205+0000 mgr.y (mgr.14556) 137 : cluster [DBG] pgmap v102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:40.218205+0000 mgr.y (mgr.14556) 137 : cluster [DBG] pgmap v102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:40.218205+0000 mgr.y (mgr.14556) 137 : cluster [DBG] pgmap v102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:48:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:42.218667+0000 mgr.y (mgr.14556) 138 : cluster [DBG] pgmap v103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:42.218667+0000 mgr.y (mgr.14556) 138 : cluster [DBG] pgmap v103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:42.218667+0000 mgr.y (mgr.14556) 138 : cluster [DBG] pgmap v103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:48:43] "GET /metrics HTTP/1.1" 200 188149 "" "Prometheus/2.33.4" 2024-03-22T06:48:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:44.218935+0000 mgr.y (mgr.14556) 139 : cluster [DBG] pgmap v104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:44.218935+0000 mgr.y (mgr.14556) 139 : cluster [DBG] pgmap v104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:44.218935+0000 mgr.y (mgr.14556) 139 : cluster [DBG] pgmap v104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:46.219401+0000 mgr.y (mgr.14556) 140 : cluster [DBG] pgmap v105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:46.219401+0000 mgr.y (mgr.14556) 140 : cluster [DBG] pgmap v105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:46.219401+0000 mgr.y (mgr.14556) 140 : cluster [DBG] pgmap v105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:48.219675+0000 mgr.y (mgr.14556) 141 : cluster [DBG] pgmap v106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:48.219675+0000 mgr.y (mgr.14556) 141 : cluster [DBG] pgmap v106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:48.219675+0000 mgr.y (mgr.14556) 141 : cluster [DBG] pgmap v106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:50.220185+0000 mgr.y (mgr.14556) 142 : cluster [DBG] pgmap v107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:50.220185+0000 mgr.y (mgr.14556) 142 : cluster [DBG] pgmap v107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:50.220185+0000 mgr.y (mgr.14556) 142 : cluster [DBG] pgmap v107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:48:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:52.220515+0000 mgr.y (mgr.14556) 143 : cluster [DBG] pgmap v108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:52.220515+0000 mgr.y (mgr.14556) 143 : cluster [DBG] pgmap v108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:52.220515+0000 mgr.y (mgr.14556) 143 : cluster [DBG] pgmap v108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:48:53] "GET /metrics HTTP/1.1" 200 188142 "" "Prometheus/2.33.4" 2024-03-22T06:48:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:54.220843+0000 mgr.y (mgr.14556) 144 : cluster [DBG] pgmap v109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:54.220843+0000 mgr.y (mgr.14556) 144 : cluster [DBG] pgmap v109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:54.220843+0000 mgr.y (mgr.14556) 144 : cluster [DBG] pgmap v109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:56.221371+0000 mgr.y (mgr.14556) 145 : cluster [DBG] pgmap v110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:57.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:56.221371+0000 mgr.y (mgr.14556) 145 : cluster [DBG] pgmap v110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:56.221371+0000 mgr.y (mgr.14556) 145 : cluster [DBG] pgmap v110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:48:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:48:58.221673+0000 mgr.y (mgr.14556) 146 : cluster [DBG] pgmap v111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:48:58.221673+0000 mgr.y (mgr.14556) 146 : cluster [DBG] pgmap v111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:48:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:48:58.221673+0000 mgr.y (mgr.14556) 146 : cluster [DBG] pgmap v111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:00.222213+0000 mgr.y (mgr.14556) 147 : cluster [DBG] pgmap v112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:49:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:00.222213+0000 mgr.y (mgr.14556) 147 : cluster [DBG] pgmap v112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:01.882 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: debug 2024-03-22T06:49:01.516+0000 7fb5985ac700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T06:49:01.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:00.222213+0000 mgr.y (mgr.14556) 147 : cluster [DBG] pgmap v112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:01.517233+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:49:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:49:01.517544+0000 mgr.y (mgr.14556) 148 : cephadm [INF] Upgrade: Target is version 19.0.0-1667-gdb0330b1 (unknown) 2024-03-22T06:49:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:49:01.517623+0000 mgr.y (mgr.14556) 149 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10'] 2024-03-22T06:49:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:49:01.517722+0000 mgr.y (mgr.14556) 150 : cephadm [ERR] Upgrade: Paused due to UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T06:49:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:01.528537+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:49:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:01.528979+0000 mgr.y (mgr.14556) 151 : cluster [DBG] pgmap v113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:01.529073+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:49:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:01.530691+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:49:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:01.531350+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:49:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:01.535746+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:49:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:01.517233+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:49:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:49:01.517544+0000 mgr.y (mgr.14556) 148 : cephadm [INF] Upgrade: Target is version 19.0.0-1667-gdb0330b1 (unknown) 2024-03-22T06:49:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:49:01.517623+0000 mgr.y (mgr.14556) 149 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10'] 2024-03-22T06:49:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:49:01.517722+0000 mgr.y (mgr.14556) 150 : cephadm [ERR] Upgrade: Paused due to UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T06:49:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:01.528537+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:49:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:01.528979+0000 mgr.y (mgr.14556) 151 : cluster [DBG] pgmap v113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:01.529073+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:49:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:01.530691+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:49:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:01.531350+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:49:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:01.535746+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:49:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:49:02.525+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : Health check failed: Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 (UPGRADE_BAD_TARGET_VERSION) 2024-03-22T06:49:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:01.517233+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:49:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:49:01.517544+0000 mgr.y (mgr.14556) 148 : cephadm [INF] Upgrade: Target is version 19.0.0-1667-gdb0330b1 (unknown) 2024-03-22T06:49:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:49:01.517623+0000 mgr.y (mgr.14556) 149 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10'] 2024-03-22T06:49:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:49:01.517722+0000 mgr.y (mgr.14556) 150 : cephadm [ERR] Upgrade: Paused due to UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T06:49:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:01.528537+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:49:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:01.528979+0000 mgr.y (mgr.14556) 151 : cluster [DBG] pgmap v113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:01.529073+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:49:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:01.530691+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:49:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:01.531350+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:49:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:01.535746+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:49:03.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:49:03] "GET /metrics HTTP/1.1" 200 188142 "" "Prometheus/2.33.4" 2024-03-22T06:49:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:02.526952+0000 mon.a (mon.0) 816 : cluster [ERR] Health check failed: Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 (UPGRADE_BAD_TARGET_VERSION) 2024-03-22T06:49:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:02.526952+0000 mon.a (mon.0) 816 : cluster [ERR] Health check failed: Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 (UPGRADE_BAD_TARGET_VERSION) 2024-03-22T06:49:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:02.526952+0000 mon.a (mon.0) 816 : cluster [ERR] Health check failed: Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 (UPGRADE_BAD_TARGET_VERSION) 2024-03-22T06:49:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:03.529322+0000 mgr.y (mgr.14556) 152 : cluster [DBG] pgmap v114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:04.356999+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:49:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:03.529322+0000 mgr.y (mgr.14556) 152 : cluster [DBG] pgmap v114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:04.356999+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:49:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:03.529322+0000 mgr.y (mgr.14556) 152 : cluster [DBG] pgmap v114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:04.356999+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:49:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:05.530085+0000 mgr.y (mgr.14556) 153 : cluster [DBG] pgmap v115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:05.530085+0000 mgr.y (mgr.14556) 153 : cluster [DBG] pgmap v115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:05.530085+0000 mgr.y (mgr.14556) 153 : cluster [DBG] pgmap v115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:07.530617+0000 mgr.y (mgr.14556) 154 : cluster [DBG] pgmap v116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:07.530617+0000 mgr.y (mgr.14556) 154 : cluster [DBG] pgmap v116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:07.530617+0000 mgr.y (mgr.14556) 154 : cluster [DBG] pgmap v116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:08.942 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:49:09.229 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2m) 119s ago 2m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2m) 114s ago 2m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3m) 119s ago 3m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3m) 114s ago 3m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7m) 114s ago 7m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9m) 119s ago 9m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9m) 119s ago 9m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7m) 114s ago 7m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7m) 119s ago 7m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3m) 119s ago 3m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3m) 114s ago 3m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7m) 119s ago 7m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:49:09.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6m) 119s ago 6m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:49:09.231 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6m) 119s ago 6m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:49:09.231 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5m) 119s ago 5m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:49:09.231 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5m) 114s ago 5m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:49:09.231 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5m) 114s ago 5m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:49:09.231 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4m) 114s ago 4m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:49:09.231 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4m) 114s ago 4m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:49:09.231 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2m) 114s ago 3m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:49:09.580 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:49:09.580 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:49:09.581 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:49:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:08.930969+0000 mgr.y (mgr.14556) 155 : audit [DBG] from='client.14955 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:49:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:09.222600+0000 mgr.y (mgr.14556) 156 : audit [DBG] from='client.24875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:49:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:09.530919+0000 mgr.y (mgr.14556) 157 : cluster [DBG] pgmap v117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:09.581276+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.23:0/1677653339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:49:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:08.930969+0000 mgr.y (mgr.14556) 155 : audit [DBG] from='client.14955 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:49:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:09.222600+0000 mgr.y (mgr.14556) 156 : audit [DBG] from='client.24875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:49:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:09.530919+0000 mgr.y (mgr.14556) 157 : cluster [DBG] pgmap v117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:09.581276+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.23:0/1677653339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:49:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:08.930969+0000 mgr.y (mgr.14556) 155 : audit [DBG] from='client.14955 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:49:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:09.222600+0000 mgr.y (mgr.14556) 156 : audit [DBG] from='client.24875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:49:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:09.530919+0000 mgr.y (mgr.14556) 157 : cluster [DBG] pgmap v117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:09.581276+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.23:0/1677653339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:49:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:49:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:11.531537+0000 mgr.y (mgr.14556) 158 : cluster [DBG] pgmap v118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:11.531537+0000 mgr.y (mgr.14556) 158 : cluster [DBG] pgmap v118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:11.531537+0000 mgr.y (mgr.14556) 158 : cluster [DBG] pgmap v118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:49:13] "GET /metrics HTTP/1.1" 200 188234 "" "Prometheus/2.33.4" 2024-03-22T06:49:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:13.531959+0000 mgr.y (mgr.14556) 159 : cluster [DBG] pgmap v119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:13.531959+0000 mgr.y (mgr.14556) 159 : cluster [DBG] pgmap v119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:13.531959+0000 mgr.y (mgr.14556) 159 : cluster [DBG] pgmap v119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:15.532805+0000 mgr.y (mgr.14556) 160 : cluster [DBG] pgmap v120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:15.532805+0000 mgr.y (mgr.14556) 160 : cluster [DBG] pgmap v120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:15.532805+0000 mgr.y (mgr.14556) 160 : cluster [DBG] pgmap v120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:18.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:17.533411+0000 mgr.y (mgr.14556) 161 : cluster [DBG] pgmap v121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:18.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:17.533411+0000 mgr.y (mgr.14556) 161 : cluster [DBG] pgmap v121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:17.533411+0000 mgr.y (mgr.14556) 161 : cluster [DBG] pgmap v121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:19.534029+0000 mgr.y (mgr.14556) 162 : cluster [DBG] pgmap v122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:19.534029+0000 mgr.y (mgr.14556) 162 : cluster [DBG] pgmap v122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:19.534029+0000 mgr.y (mgr.14556) 162 : cluster [DBG] pgmap v122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:49:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:21.534692+0000 mgr.y (mgr.14556) 163 : cluster [DBG] pgmap v123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:21.534692+0000 mgr.y (mgr.14556) 163 : cluster [DBG] pgmap v123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:21.534692+0000 mgr.y (mgr.14556) 163 : cluster [DBG] pgmap v123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:49:23] "GET /metrics HTTP/1.1" 200 188232 "" "Prometheus/2.33.4" 2024-03-22T06:49:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:23.535202+0000 mgr.y (mgr.14556) 164 : cluster [DBG] pgmap v124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:23.535202+0000 mgr.y (mgr.14556) 164 : cluster [DBG] pgmap v124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:23.535202+0000 mgr.y (mgr.14556) 164 : cluster [DBG] pgmap v124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:25.535875+0000 mgr.y (mgr.14556) 165 : cluster [DBG] pgmap v125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:25.535875+0000 mgr.y (mgr.14556) 165 : cluster [DBG] pgmap v125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:25.535875+0000 mgr.y (mgr.14556) 165 : cluster [DBG] pgmap v125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:27.536435+0000 mgr.y (mgr.14556) 166 : cluster [DBG] pgmap v126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:27.536435+0000 mgr.y (mgr.14556) 166 : cluster [DBG] pgmap v126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:27.536435+0000 mgr.y (mgr.14556) 166 : cluster [DBG] pgmap v126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:29.537112+0000 mgr.y (mgr.14556) 167 : cluster [DBG] pgmap v127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:29.537112+0000 mgr.y (mgr.14556) 167 : cluster [DBG] pgmap v127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:29.537112+0000 mgr.y (mgr.14556) 167 : cluster [DBG] pgmap v127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:49:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:31.538018+0000 mgr.y (mgr.14556) 168 : cluster [DBG] pgmap v128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:31.538018+0000 mgr.y (mgr.14556) 168 : cluster [DBG] pgmap v128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:31.538018+0000 mgr.y (mgr.14556) 168 : cluster [DBG] pgmap v128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:49:33] "GET /metrics HTTP/1.1" 200 188232 "" "Prometheus/2.33.4" 2024-03-22T06:49:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:33.538587+0000 mgr.y (mgr.14556) 169 : cluster [DBG] pgmap v129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:33.538587+0000 mgr.y (mgr.14556) 169 : cluster [DBG] pgmap v129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:33.538587+0000 mgr.y (mgr.14556) 169 : cluster [DBG] pgmap v129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:35.539186+0000 mgr.y (mgr.14556) 170 : cluster [DBG] pgmap v130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:35.539186+0000 mgr.y (mgr.14556) 170 : cluster [DBG] pgmap v130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:35.539186+0000 mgr.y (mgr.14556) 170 : cluster [DBG] pgmap v130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:37.539573+0000 mgr.y (mgr.14556) 171 : cluster [DBG] pgmap v131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:37.539573+0000 mgr.y (mgr.14556) 171 : cluster [DBG] pgmap v131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:37.539573+0000 mgr.y (mgr.14556) 171 : cluster [DBG] pgmap v131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:39.913 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:49:40.201 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:49:40.201 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2m) 2m ago 3m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:49:40.201 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3m) 2m ago 3m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:49:40.201 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4m) 2m ago 4m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:49:40.201 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4m) 2m ago 4m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:49:40.201 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8m) 2m ago 8m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:49:40.201 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9m) 2m ago 9m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:49:40.201 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9m) 2m ago 9m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:49:40.201 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8m) 2m ago 8m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:49:40.201 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8m) 2m ago 8m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:49:40.202 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3m) 2m ago 3m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:49:40.202 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3m) 2m ago 3m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:49:40.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7m) 2m ago 7m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:49:40.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7m) 2m ago 7m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:49:40.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6m) 2m ago 6m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:49:40.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6m) 2m ago 6m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:49:40.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6m) 2m ago 6m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:49:40.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5m) 2m ago 5m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:49:40.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5m) 2m ago 5m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:49:40.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4m) 2m ago 4m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:49:40.202 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2m) 2m ago 3m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:49:40.551 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:49:40.551 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:49:40.552 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:49:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:39.540083+0000 mgr.y (mgr.14556) 172 : cluster [DBG] pgmap v132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:40.552286+0000 mon.a (mon.0) 819 : audit [DBG] from='client.? 172.21.15.23:0/3302983542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:49:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:39.540083+0000 mgr.y (mgr.14556) 172 : cluster [DBG] pgmap v132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:40.552286+0000 mon.a (mon.0) 819 : audit [DBG] from='client.? 172.21.15.23:0/3302983542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:49:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:39.540083+0000 mgr.y (mgr.14556) 172 : cluster [DBG] pgmap v132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:40.552286+0000 mon.a (mon.0) 819 : audit [DBG] from='client.? 172.21.15.23:0/3302983542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:49:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:39.900630+0000 mgr.y (mgr.14556) 173 : audit [DBG] from='client.14973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:49:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:49:40.193797+0000 mgr.y (mgr.14556) 174 : audit [DBG] from='client.24893 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:49:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:39.900630+0000 mgr.y (mgr.14556) 173 : audit [DBG] from='client.14973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:49:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:49:40.193797+0000 mgr.y (mgr.14556) 174 : audit [DBG] from='client.24893 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:49:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:39.900630+0000 mgr.y (mgr.14556) 173 : audit [DBG] from='client.14973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:49:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:49:40.193797+0000 mgr.y (mgr.14556) 174 : audit [DBG] from='client.24893 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:49:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:49:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:41.540814+0000 mgr.y (mgr.14556) 175 : cluster [DBG] pgmap v133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:41.540814+0000 mgr.y (mgr.14556) 175 : cluster [DBG] pgmap v133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:41.540814+0000 mgr.y (mgr.14556) 175 : cluster [DBG] pgmap v133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:49:43] "GET /metrics HTTP/1.1" 200 188231 "" "Prometheus/2.33.4" 2024-03-22T06:49:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:43.541265+0000 mgr.y (mgr.14556) 176 : cluster [DBG] pgmap v134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:43.541265+0000 mgr.y (mgr.14556) 176 : cluster [DBG] pgmap v134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:43.541265+0000 mgr.y (mgr.14556) 176 : cluster [DBG] pgmap v134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:45.542008+0000 mgr.y (mgr.14556) 177 : cluster [DBG] pgmap v135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:45.542008+0000 mgr.y (mgr.14556) 177 : cluster [DBG] pgmap v135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:45.542008+0000 mgr.y (mgr.14556) 177 : cluster [DBG] pgmap v135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:47.542464+0000 mgr.y (mgr.14556) 178 : cluster [DBG] pgmap v136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:47.542464+0000 mgr.y (mgr.14556) 178 : cluster [DBG] pgmap v136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:47.542464+0000 mgr.y (mgr.14556) 178 : cluster [DBG] pgmap v136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:49.542798+0000 mgr.y (mgr.14556) 179 : cluster [DBG] pgmap v137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:49.542798+0000 mgr.y (mgr.14556) 179 : cluster [DBG] pgmap v137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:49.542798+0000 mgr.y (mgr.14556) 179 : cluster [DBG] pgmap v137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:49:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:51.543472+0000 mgr.y (mgr.14556) 180 : cluster [DBG] pgmap v138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:51.543472+0000 mgr.y (mgr.14556) 180 : cluster [DBG] pgmap v138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:51.543472+0000 mgr.y (mgr.14556) 180 : cluster [DBG] pgmap v138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:49:53] "GET /metrics HTTP/1.1" 200 188233 "" "Prometheus/2.33.4" 2024-03-22T06:49:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:53.543849+0000 mgr.y (mgr.14556) 181 : cluster [DBG] pgmap v139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:53.543849+0000 mgr.y (mgr.14556) 181 : cluster [DBG] pgmap v139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:53.543849+0000 mgr.y (mgr.14556) 181 : cluster [DBG] pgmap v139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:55.544454+0000 mgr.y (mgr.14556) 182 : cluster [DBG] pgmap v140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:55.544454+0000 mgr.y (mgr.14556) 182 : cluster [DBG] pgmap v140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:55.544454+0000 mgr.y (mgr.14556) 182 : cluster [DBG] pgmap v140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:49:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:57.544762+0000 mgr.y (mgr.14556) 183 : cluster [DBG] pgmap v141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:49:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:57.544762+0000 mgr.y (mgr.14556) 183 : cluster [DBG] pgmap v141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:49:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:49:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:57.544762+0000 mgr.y (mgr.14556) 183 : cluster [DBG] pgmap v141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:49:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T06:50:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:49:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : [ERR] UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T06:50:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:49:59.999+0000 7f831ec72700 -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-1667-gdb0330b1 is too big a jump 2024-03-22T06:50:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:49:59.545282+0000 mgr.y (mgr.14556) 184 : cluster [DBG] pgmap v142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:00.000181+0000 mon.a (mon.0) 820 : cluster [ERR] Health detail: HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T06:50:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:00.000226+0000 mon.a (mon.0) 821 : cluster [ERR] [ERR] UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T06:50:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:00.000260+0000 mon.a (mon.0) 822 : cluster [ERR] ceph can only upgrade 1 or 2 major versions at a time; 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable) -> 19.0.0-1667-gdb0330b1 is too big a jump 2024-03-22T06:50:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:49:59.545282+0000 mgr.y (mgr.14556) 184 : cluster [DBG] pgmap v142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:00.000181+0000 mon.a (mon.0) 820 : cluster [ERR] Health detail: HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T06:50:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:00.000226+0000 mon.a (mon.0) 821 : cluster [ERR] [ERR] UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T06:50:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:00.000260+0000 mon.a (mon.0) 822 : cluster [ERR] ceph can only upgrade 1 or 2 major versions at a time; 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable) -> 19.0.0-1667-gdb0330b1 is too big a jump 2024-03-22T06:50:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:49:59.545282+0000 mgr.y (mgr.14556) 184 : cluster [DBG] pgmap v142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:00.000181+0000 mon.a (mon.0) 820 : cluster [ERR] Health detail: HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T06:50:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:00.000226+0000 mon.a (mon.0) 821 : cluster [ERR] [ERR] UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T06:50:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:00.000260+0000 mon.a (mon.0) 822 : cluster [ERR] ceph can only upgrade 1 or 2 major versions at a time; 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable) -> 19.0.0-1667-gdb0330b1 is too big a jump 2024-03-22T06:50:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:50:01.540456+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:50:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:50:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:50:01.540456+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:50:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:50:01.540456+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:50:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:01.546048+0000 mgr.y (mgr.14556) 185 : cluster [DBG] pgmap v143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:50:01.849199+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:50:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:50:01.849895+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:50:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:50:01.859370+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:50:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:01.546048+0000 mgr.y (mgr.14556) 185 : cluster [DBG] pgmap v143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:50:01.849199+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:50:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:50:01.849895+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:50:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:50:01.859370+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:50:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:01.546048+0000 mgr.y (mgr.14556) 185 : cluster [DBG] pgmap v143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:50:01.849199+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:50:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:50:01.849895+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:50:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:50:01.859370+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:50:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:03.546443+0000 mgr.y (mgr.14556) 186 : cluster [DBG] pgmap v144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:03.546443+0000 mgr.y (mgr.14556) 186 : cluster [DBG] pgmap v144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:50:03] "GET /metrics HTTP/1.1" 200 188233 "" "Prometheus/2.33.4" 2024-03-22T06:50:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:03.546443+0000 mgr.y (mgr.14556) 186 : cluster [DBG] pgmap v144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:05.547038+0000 mgr.y (mgr.14556) 187 : cluster [DBG] pgmap v145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:05.547038+0000 mgr.y (mgr.14556) 187 : cluster [DBG] pgmap v145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:05.547038+0000 mgr.y (mgr.14556) 187 : cluster [DBG] pgmap v145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:07.547506+0000 mgr.y (mgr.14556) 188 : cluster [DBG] pgmap v146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:08.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:07.547506+0000 mgr.y (mgr.14556) 188 : cluster [DBG] pgmap v146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:07.547506+0000 mgr.y (mgr.14556) 188 : cluster [DBG] pgmap v146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:10.878 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:50:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:09.547948+0000 mgr.y (mgr.14556) 189 : cluster [DBG] pgmap v147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:09.547948+0000 mgr.y (mgr.14556) 189 : cluster [DBG] pgmap v147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:09.547948+0000 mgr.y (mgr.14556) 189 : cluster [DBG] pgmap v147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:11.165 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:50:11.165 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3m) 3m ago 3m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:50:11.165 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3m) 2m ago 3m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:50:11.165 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4m) 3m ago 4m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:50:11.165 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4m) 2m ago 4m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:50:11.165 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8m) 2m ago 8m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10m) 3m ago 10m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10m) 3m ago 10m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8m) 2m ago 8m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8m) 3m ago 8m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4m) 3m ago 4m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4m) 2m ago 4m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8m) 3m ago 8m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7m) 3m ago 7m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7m) 3m ago 7m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7m) 3m ago 6m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6m) 2m ago 6m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6m) 2m ago 6m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:50:11.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5m) 2m ago 5m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:50:11.167 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5m) 2m ago 5m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:50:11.167 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3m) 2m ago 4m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:50:11.514 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:50:11.514 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:50:11.514 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:50:11.515 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:50:11.515 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:50:11.515 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:50:11.515 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:50:11.515 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:50:11.515 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:50:11.516 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:50:11.516 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:50:11.516 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:50:11.516 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:50:11.516 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:50:11.516 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:50:11.517 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:50:11.517 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:50:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:50:11.514638+0000 mon.a (mon.0) 827 : audit [DBG] from='client.? 172.21.15.23:0/802556297' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:50:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:50:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:50:11.514638+0000 mon.a (mon.0) 827 : audit [DBG] from='client.? 172.21.15.23:0/802556297' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:50:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:50:11.514638+0000 mon.a (mon.0) 827 : audit [DBG] from='client.? 172.21.15.23:0/802556297' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:50:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:50:10.866362+0000 mgr.y (mgr.14556) 190 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:50:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:50:11.158038+0000 mgr.y (mgr.14556) 191 : audit [DBG] from='client.24911 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:50:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:11.548682+0000 mgr.y (mgr.14556) 192 : cluster [DBG] pgmap v148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:50:10.866362+0000 mgr.y (mgr.14556) 190 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:50:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:50:11.158038+0000 mgr.y (mgr.14556) 191 : audit [DBG] from='client.24911 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:50:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:11.548682+0000 mgr.y (mgr.14556) 192 : cluster [DBG] pgmap v148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:50:10.866362+0000 mgr.y (mgr.14556) 190 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:50:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:50:11.158038+0000 mgr.y (mgr.14556) 191 : audit [DBG] from='client.24911 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:50:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:11.548682+0000 mgr.y (mgr.14556) 192 : cluster [DBG] pgmap v148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:50:13] "GET /metrics HTTP/1.1" 200 188227 "" "Prometheus/2.33.4" 2024-03-22T06:50:14.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:13.549158+0000 mgr.y (mgr.14556) 193 : cluster [DBG] pgmap v149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:13.549158+0000 mgr.y (mgr.14556) 193 : cluster [DBG] pgmap v149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:13.549158+0000 mgr.y (mgr.14556) 193 : cluster [DBG] pgmap v149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:15.549781+0000 mgr.y (mgr.14556) 194 : cluster [DBG] pgmap v150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:15.549781+0000 mgr.y (mgr.14556) 194 : cluster [DBG] pgmap v150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:15.549781+0000 mgr.y (mgr.14556) 194 : cluster [DBG] pgmap v150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:17.550158+0000 mgr.y (mgr.14556) 195 : cluster [DBG] pgmap v151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:17.550158+0000 mgr.y (mgr.14556) 195 : cluster [DBG] pgmap v151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:17.550158+0000 mgr.y (mgr.14556) 195 : cluster [DBG] pgmap v151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:19.550532+0000 mgr.y (mgr.14556) 196 : cluster [DBG] pgmap v152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:19.550532+0000 mgr.y (mgr.14556) 196 : cluster [DBG] pgmap v152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:19.550532+0000 mgr.y (mgr.14556) 196 : cluster [DBG] pgmap v152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:50:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:21.551289+0000 mgr.y (mgr.14556) 197 : cluster [DBG] pgmap v153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:21.551289+0000 mgr.y (mgr.14556) 197 : cluster [DBG] pgmap v153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:21.551289+0000 mgr.y (mgr.14556) 197 : cluster [DBG] pgmap v153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:50:23] "GET /metrics HTTP/1.1" 200 188227 "" "Prometheus/2.33.4" 2024-03-22T06:50:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:23.551867+0000 mgr.y (mgr.14556) 198 : cluster [DBG] pgmap v154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:23.551867+0000 mgr.y (mgr.14556) 198 : cluster [DBG] pgmap v154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:23.551867+0000 mgr.y (mgr.14556) 198 : cluster [DBG] pgmap v154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:25.552465+0000 mgr.y (mgr.14556) 199 : cluster [DBG] pgmap v155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:25.552465+0000 mgr.y (mgr.14556) 199 : cluster [DBG] pgmap v155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:25.552465+0000 mgr.y (mgr.14556) 199 : cluster [DBG] pgmap v155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:27.553012+0000 mgr.y (mgr.14556) 200 : cluster [DBG] pgmap v156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:27.553012+0000 mgr.y (mgr.14556) 200 : cluster [DBG] pgmap v156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:27.553012+0000 mgr.y (mgr.14556) 200 : cluster [DBG] pgmap v156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:29.553449+0000 mgr.y (mgr.14556) 201 : cluster [DBG] pgmap v157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:29.553449+0000 mgr.y (mgr.14556) 201 : cluster [DBG] pgmap v157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:29.553449+0000 mgr.y (mgr.14556) 201 : cluster [DBG] pgmap v157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:50:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:31.554215+0000 mgr.y (mgr.14556) 202 : cluster [DBG] pgmap v158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:31.554215+0000 mgr.y (mgr.14556) 202 : cluster [DBG] pgmap v158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:31.554215+0000 mgr.y (mgr.14556) 202 : cluster [DBG] pgmap v158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:50:33] "GET /metrics HTTP/1.1" 200 188227 "" "Prometheus/2.33.4" 2024-03-22T06:50:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:33.554839+0000 mgr.y (mgr.14556) 203 : cluster [DBG] pgmap v159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:33.554839+0000 mgr.y (mgr.14556) 203 : cluster [DBG] pgmap v159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:33.554839+0000 mgr.y (mgr.14556) 203 : cluster [DBG] pgmap v159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:35.555498+0000 mgr.y (mgr.14556) 204 : cluster [DBG] pgmap v160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:35.555498+0000 mgr.y (mgr.14556) 204 : cluster [DBG] pgmap v160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:35.555498+0000 mgr.y (mgr.14556) 204 : cluster [DBG] pgmap v160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:37.556072+0000 mgr.y (mgr.14556) 205 : cluster [DBG] pgmap v161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:37.556072+0000 mgr.y (mgr.14556) 205 : cluster [DBG] pgmap v161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:37.556072+0000 mgr.y (mgr.14556) 205 : cluster [DBG] pgmap v161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:39.556492+0000 mgr.y (mgr.14556) 206 : cluster [DBG] pgmap v162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:39.556492+0000 mgr.y (mgr.14556) 206 : cluster [DBG] pgmap v162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:39.556492+0000 mgr.y (mgr.14556) 206 : cluster [DBG] pgmap v162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:41.842 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:50:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:50:42.129 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:50:42.130 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3m) 3m ago 4m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:50:42.130 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4m) 3m ago 4m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:50:42.130 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5m) 3m ago 5m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:50:42.130 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5m) 3m ago 5m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:50:42.130 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9m) 3m ago 9m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:50:42.130 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10m) 3m ago 10m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:50:42.131 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10m) 3m ago 10m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:50:42.131 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9m) 3m ago 9m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:50:42.131 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9m) 3m ago 9m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:50:42.131 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4m) 3m ago 4m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:50:42.131 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4m) 3m ago 4m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:50:42.132 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8m) 3m ago 8m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:50:42.132 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8m) 3m ago 8m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:50:42.132 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7m) 3m ago 7m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:50:42.132 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7m) 3m ago 7m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:50:42.132 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7m) 3m ago 7m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:50:42.133 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6m) 3m ago 6m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:50:42.133 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6m) 3m ago 6m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:50:42.133 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5m) 3m ago 5m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:50:42.133 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3m) 3m ago 4m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:50:42.478 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:50:42.479 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:50:42.480 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:50:42.480 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:50:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:41.557107+0000 mgr.y (mgr.14556) 207 : cluster [DBG] pgmap v163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:50:42.479372+0000 mon.c (mon.2) 39 : audit [DBG] from='client.? 172.21.15.23:0/2554322450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:50:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:41.557107+0000 mgr.y (mgr.14556) 207 : cluster [DBG] pgmap v163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:50:42.479372+0000 mon.c (mon.2) 39 : audit [DBG] from='client.? 172.21.15.23:0/2554322450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:50:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:41.557107+0000 mgr.y (mgr.14556) 207 : cluster [DBG] pgmap v163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:50:42.479372+0000 mon.c (mon.2) 39 : audit [DBG] from='client.? 172.21.15.23:0/2554322450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:50:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:50:43] "GET /metrics HTTP/1.1" 200 188233 "" "Prometheus/2.33.4" 2024-03-22T06:50:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:50:41.830920+0000 mgr.y (mgr.14556) 208 : audit [DBG] from='client.24923 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:50:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:50:42.122208+0000 mgr.y (mgr.14556) 209 : audit [DBG] from='client.24929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:50:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:50:41.830920+0000 mgr.y (mgr.14556) 208 : audit [DBG] from='client.24923 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:50:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:50:42.122208+0000 mgr.y (mgr.14556) 209 : audit [DBG] from='client.24929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:50:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:50:41.830920+0000 mgr.y (mgr.14556) 208 : audit [DBG] from='client.24923 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:50:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:50:42.122208+0000 mgr.y (mgr.14556) 209 : audit [DBG] from='client.24929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:50:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:43.557556+0000 mgr.y (mgr.14556) 210 : cluster [DBG] pgmap v164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:43.557556+0000 mgr.y (mgr.14556) 210 : cluster [DBG] pgmap v164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:43.557556+0000 mgr.y (mgr.14556) 210 : cluster [DBG] pgmap v164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:45.558211+0000 mgr.y (mgr.14556) 211 : cluster [DBG] pgmap v165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:45.558211+0000 mgr.y (mgr.14556) 211 : cluster [DBG] pgmap v165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:45.558211+0000 mgr.y (mgr.14556) 211 : cluster [DBG] pgmap v165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:47.558814+0000 mgr.y (mgr.14556) 212 : cluster [DBG] pgmap v166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:47.558814+0000 mgr.y (mgr.14556) 212 : cluster [DBG] pgmap v166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:47.558814+0000 mgr.y (mgr.14556) 212 : cluster [DBG] pgmap v166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:49.559164+0000 mgr.y (mgr.14556) 213 : cluster [DBG] pgmap v167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:49.559164+0000 mgr.y (mgr.14556) 213 : cluster [DBG] pgmap v167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:49.559164+0000 mgr.y (mgr.14556) 213 : cluster [DBG] pgmap v167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:50:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:51.559851+0000 mgr.y (mgr.14556) 214 : cluster [DBG] pgmap v168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:51.559851+0000 mgr.y (mgr.14556) 214 : cluster [DBG] pgmap v168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:51.559851+0000 mgr.y (mgr.14556) 214 : cluster [DBG] pgmap v168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:50:53] "GET /metrics HTTP/1.1" 200 188224 "" "Prometheus/2.33.4" 2024-03-22T06:50:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:53.560208+0000 mgr.y (mgr.14556) 215 : cluster [DBG] pgmap v169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:53.560208+0000 mgr.y (mgr.14556) 215 : cluster [DBG] pgmap v169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:53.560208+0000 mgr.y (mgr.14556) 215 : cluster [DBG] pgmap v169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:55.560959+0000 mgr.y (mgr.14556) 216 : cluster [DBG] pgmap v170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:55.560959+0000 mgr.y (mgr.14556) 216 : cluster [DBG] pgmap v170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:55.560959+0000 mgr.y (mgr.14556) 216 : cluster [DBG] pgmap v170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:50:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:57.561460+0000 mgr.y (mgr.14556) 217 : cluster [DBG] pgmap v171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:57.561460+0000 mgr.y (mgr.14556) 217 : cluster [DBG] pgmap v171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:50:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:57.561460+0000 mgr.y (mgr.14556) 217 : cluster [DBG] pgmap v171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:50:59.561832+0000 mgr.y (mgr.14556) 218 : cluster [DBG] pgmap v172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:50:59.561832+0000 mgr.y (mgr.14556) 218 : cluster [DBG] pgmap v172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:50:59.561832+0000 mgr.y (mgr.14556) 218 : cluster [DBG] pgmap v172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:51:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:01.562540+0000 mgr.y (mgr.14556) 219 : cluster [DBG] pgmap v173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:51:01.863908+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:51:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:51:02.125045+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:51:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:51:02.128405+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:51:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:51:02.422038+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:51:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:51:02.422707+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:51:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:51:02.432519+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:51:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:01.562540+0000 mgr.y (mgr.14556) 219 : cluster [DBG] pgmap v173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:51:01.863908+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:51:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:51:02.125045+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:51:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:51:02.128405+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:51:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:51:02.422038+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:51:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:51:02.422707+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:51:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:51:02.432519+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:51:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:01.562540+0000 mgr.y (mgr.14556) 219 : cluster [DBG] pgmap v173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:51:01.863908+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:51:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:51:02.125045+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:51:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:51:02.128405+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:51:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:51:02.422038+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:51:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:51:02.422707+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:51:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:51:02.432519+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:51:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:51:03] "GET /metrics HTTP/1.1" 200 188224 "" "Prometheus/2.33.4" 2024-03-22T06:51:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:03.563073+0000 mgr.y (mgr.14556) 220 : cluster [DBG] pgmap v174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:03.563073+0000 mgr.y (mgr.14556) 220 : cluster [DBG] pgmap v174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:03.563073+0000 mgr.y (mgr.14556) 220 : cluster [DBG] pgmap v174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:05.563711+0000 mgr.y (mgr.14556) 221 : cluster [DBG] pgmap v175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:05.563711+0000 mgr.y (mgr.14556) 221 : cluster [DBG] pgmap v175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:05.563711+0000 mgr.y (mgr.14556) 221 : cluster [DBG] pgmap v175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:07.564233+0000 mgr.y (mgr.14556) 222 : cluster [DBG] pgmap v176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:07.564233+0000 mgr.y (mgr.14556) 222 : cluster [DBG] pgmap v176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:07.564233+0000 mgr.y (mgr.14556) 222 : cluster [DBG] pgmap v176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:09.564607+0000 mgr.y (mgr.14556) 223 : cluster [DBG] pgmap v177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:09.564607+0000 mgr.y (mgr.14556) 223 : cluster [DBG] pgmap v177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:09.564607+0000 mgr.y (mgr.14556) 223 : cluster [DBG] pgmap v177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:11.565173+0000 mgr.y (mgr.14556) 224 : cluster [DBG] pgmap v178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:51:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:11.565173+0000 mgr.y (mgr.14556) 224 : cluster [DBG] pgmap v178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:11.565173+0000 mgr.y (mgr.14556) 224 : cluster [DBG] pgmap v178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:12.807 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:51:13.098 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:51:13.098 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4m) 4m ago 4m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:51:13.098 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4m) 3m ago 4m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:51:13.098 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6m) 4m ago 5m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:51:13.098 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5m) 3m ago 5m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:51:13.098 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9m) 3m ago 9m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:51:13.098 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11m) 4m ago 11m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:51:13.098 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11m) 4m ago 11m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:51:13.098 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9m) 3m ago 9m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:51:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9m) 4m ago 9m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:51:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5m) 4m ago 5m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:51:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5m) 3m ago 5m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:51:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9m) 4m ago 9m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:51:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8m) 4m ago 8m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:51:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8m) 4m ago 8m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:51:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8m) 4m ago 8m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:51:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7m) 3m ago 7m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:51:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7m) 3m ago 7m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:51:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6m) 3m ago 6m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:51:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6m) 3m ago 6m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:51:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4m) 3m ago 5m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:51:13.448 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:51:13.448 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:51:13.448 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:51:13.448 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:51:13.448 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:51:13.448 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:51:13.448 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:51:13.448 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:51:13.448 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:51:13.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:51:13.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:51:13.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:51:13.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:51:13.449 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:51:13.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:51:13.449 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:51:13.449 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:51:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:51:13.448590+0000 mon.c (mon.2) 40 : audit [DBG] from='client.? 172.21.15.23:0/31147018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:51:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:51:13.448590+0000 mon.c (mon.2) 40 : audit [DBG] from='client.? 172.21.15.23:0/31147018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:51:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:51:13.448590+0000 mon.c (mon.2) 40 : audit [DBG] from='client.? 172.21.15.23:0/31147018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:51:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:51:13] "GET /metrics HTTP/1.1" 200 188229 "" "Prometheus/2.33.4" 2024-03-22T06:51:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:51:12.795645+0000 mgr.y (mgr.14556) 225 : audit [DBG] from='client.15027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:51:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:51:13.090651+0000 mgr.y (mgr.14556) 226 : audit [DBG] from='client.15033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:51:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:13.565568+0000 mgr.y (mgr.14556) 227 : cluster [DBG] pgmap v179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:51:12.795645+0000 mgr.y (mgr.14556) 225 : audit [DBG] from='client.15027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:51:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:51:13.090651+0000 mgr.y (mgr.14556) 226 : audit [DBG] from='client.15033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:51:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:13.565568+0000 mgr.y (mgr.14556) 227 : cluster [DBG] pgmap v179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:51:12.795645+0000 mgr.y (mgr.14556) 225 : audit [DBG] from='client.15027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:51:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:51:13.090651+0000 mgr.y (mgr.14556) 226 : audit [DBG] from='client.15033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:51:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:13.565568+0000 mgr.y (mgr.14556) 227 : cluster [DBG] pgmap v179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:15.566371+0000 mgr.y (mgr.14556) 228 : cluster [DBG] pgmap v180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:15.566371+0000 mgr.y (mgr.14556) 228 : cluster [DBG] pgmap v180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:15.566371+0000 mgr.y (mgr.14556) 228 : cluster [DBG] pgmap v180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:17.566849+0000 mgr.y (mgr.14556) 229 : cluster [DBG] pgmap v181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:17.566849+0000 mgr.y (mgr.14556) 229 : cluster [DBG] pgmap v181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:17.566849+0000 mgr.y (mgr.14556) 229 : cluster [DBG] pgmap v181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:19.567189+0000 mgr.y (mgr.14556) 230 : cluster [DBG] pgmap v182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:19.567189+0000 mgr.y (mgr.14556) 230 : cluster [DBG] pgmap v182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:19.567189+0000 mgr.y (mgr.14556) 230 : cluster [DBG] pgmap v182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:51:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:21.567960+0000 mgr.y (mgr.14556) 231 : cluster [DBG] pgmap v183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:21.567960+0000 mgr.y (mgr.14556) 231 : cluster [DBG] pgmap v183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:21.567960+0000 mgr.y (mgr.14556) 231 : cluster [DBG] pgmap v183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:51:23] "GET /metrics HTTP/1.1" 200 188236 "" "Prometheus/2.33.4" 2024-03-22T06:51:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:23.568544+0000 mgr.y (mgr.14556) 232 : cluster [DBG] pgmap v184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:23.568544+0000 mgr.y (mgr.14556) 232 : cluster [DBG] pgmap v184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:23.568544+0000 mgr.y (mgr.14556) 232 : cluster [DBG] pgmap v184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:25.569142+0000 mgr.y (mgr.14556) 233 : cluster [DBG] pgmap v185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:25.569142+0000 mgr.y (mgr.14556) 233 : cluster [DBG] pgmap v185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:25.569142+0000 mgr.y (mgr.14556) 233 : cluster [DBG] pgmap v185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:27.569610+0000 mgr.y (mgr.14556) 234 : cluster [DBG] pgmap v186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:27.569610+0000 mgr.y (mgr.14556) 234 : cluster [DBG] pgmap v186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:27.569610+0000 mgr.y (mgr.14556) 234 : cluster [DBG] pgmap v186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:29.570155+0000 mgr.y (mgr.14556) 235 : cluster [DBG] pgmap v187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:29.570155+0000 mgr.y (mgr.14556) 235 : cluster [DBG] pgmap v187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:29.570155+0000 mgr.y (mgr.14556) 235 : cluster [DBG] pgmap v187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:51:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:31.570882+0000 mgr.y (mgr.14556) 236 : cluster [DBG] pgmap v188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:31.570882+0000 mgr.y (mgr.14556) 236 : cluster [DBG] pgmap v188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:31.570882+0000 mgr.y (mgr.14556) 236 : cluster [DBG] pgmap v188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:51:33] "GET /metrics HTTP/1.1" 200 188236 "" "Prometheus/2.33.4" 2024-03-22T06:51:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:33.571399+0000 mgr.y (mgr.14556) 237 : cluster [DBG] pgmap v189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:33.571399+0000 mgr.y (mgr.14556) 237 : cluster [DBG] pgmap v189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:33.571399+0000 mgr.y (mgr.14556) 237 : cluster [DBG] pgmap v189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:35.572117+0000 mgr.y (mgr.14556) 238 : cluster [DBG] pgmap v190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:35.572117+0000 mgr.y (mgr.14556) 238 : cluster [DBG] pgmap v190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:35.572117+0000 mgr.y (mgr.14556) 238 : cluster [DBG] pgmap v190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:37.572576+0000 mgr.y (mgr.14556) 239 : cluster [DBG] pgmap v191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:37.572576+0000 mgr.y (mgr.14556) 239 : cluster [DBG] pgmap v191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:37.572576+0000 mgr.y (mgr.14556) 239 : cluster [DBG] pgmap v191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:39.573021+0000 mgr.y (mgr.14556) 240 : cluster [DBG] pgmap v192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:39.573021+0000 mgr.y (mgr.14556) 240 : cluster [DBG] pgmap v192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:39.573021+0000 mgr.y (mgr.14556) 240 : cluster [DBG] pgmap v192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:51:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:41.573827+0000 mgr.y (mgr.14556) 241 : cluster [DBG] pgmap v193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:41.573827+0000 mgr.y (mgr.14556) 241 : cluster [DBG] pgmap v193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:41.573827+0000 mgr.y (mgr.14556) 241 : cluster [DBG] pgmap v193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:43.779 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:51:44.067 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:51:44.067 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4m) 4m ago 5m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:51:44.067 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5m) 4m ago 5m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:51:44.067 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6m) 4m ago 6m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6m) 4m ago 6m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10m) 4m ago 10m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11m) 4m ago 11m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11m) 4m ago 11m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10m) 4m ago 10m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10m) 4m ago 10m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5m) 4m ago 5m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5m) 4m ago 5m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9m) 4m ago 9m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9m) 4m ago 9m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8m) 4m ago 8m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8m) 4m ago 8m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8m) 4m ago 8m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:51:44.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7m) 4m ago 7m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:51:44.069 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7m) 4m ago 7m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:51:44.069 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6m) 4m ago 6m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:51:44.069 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4m) 4m ago 5m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:51:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:51:43] "GET /metrics HTTP/1.1" 200 188242 "" "Prometheus/2.33.4" 2024-03-22T06:51:44.416 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:51:44.416 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:51:44.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:51:44.417 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:51:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:43.574178+0000 mgr.y (mgr.14556) 242 : cluster [DBG] pgmap v194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:51:44.417115+0000 mon.c (mon.2) 41 : audit [DBG] from='client.? 172.21.15.23:0/3773963880' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:51:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:43.574178+0000 mgr.y (mgr.14556) 242 : cluster [DBG] pgmap v194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:51:44.417115+0000 mon.c (mon.2) 41 : audit [DBG] from='client.? 172.21.15.23:0/3773963880' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:51:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:43.574178+0000 mgr.y (mgr.14556) 242 : cluster [DBG] pgmap v194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:51:44.417115+0000 mon.c (mon.2) 41 : audit [DBG] from='client.? 172.21.15.23:0/3773963880' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:51:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:51:43.767804+0000 mgr.y (mgr.14556) 243 : audit [DBG] from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:51:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:51:44.059926+0000 mgr.y (mgr.14556) 244 : audit [DBG] from='client.15051 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:51:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:51:43.767804+0000 mgr.y (mgr.14556) 243 : audit [DBG] from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:51:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:51:44.059926+0000 mgr.y (mgr.14556) 244 : audit [DBG] from='client.15051 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:51:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:51:43.767804+0000 mgr.y (mgr.14556) 243 : audit [DBG] from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:51:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:51:44.059926+0000 mgr.y (mgr.14556) 244 : audit [DBG] from='client.15051 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:51:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:45.574835+0000 mgr.y (mgr.14556) 245 : cluster [DBG] pgmap v195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:45.574835+0000 mgr.y (mgr.14556) 245 : cluster [DBG] pgmap v195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:45.574835+0000 mgr.y (mgr.14556) 245 : cluster [DBG] pgmap v195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:47.575162+0000 mgr.y (mgr.14556) 246 : cluster [DBG] pgmap v196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:47.575162+0000 mgr.y (mgr.14556) 246 : cluster [DBG] pgmap v196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:47.575162+0000 mgr.y (mgr.14556) 246 : cluster [DBG] pgmap v196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:49.575748+0000 mgr.y (mgr.14556) 247 : cluster [DBG] pgmap v197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:49.575748+0000 mgr.y (mgr.14556) 247 : cluster [DBG] pgmap v197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:49.575748+0000 mgr.y (mgr.14556) 247 : cluster [DBG] pgmap v197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:51:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:51.576430+0000 mgr.y (mgr.14556) 248 : cluster [DBG] pgmap v198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:51.576430+0000 mgr.y (mgr.14556) 248 : cluster [DBG] pgmap v198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:51.576430+0000 mgr.y (mgr.14556) 248 : cluster [DBG] pgmap v198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:51:53] "GET /metrics HTTP/1.1" 200 188236 "" "Prometheus/2.33.4" 2024-03-22T06:51:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:53.576931+0000 mgr.y (mgr.14556) 249 : cluster [DBG] pgmap v199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:53.576931+0000 mgr.y (mgr.14556) 249 : cluster [DBG] pgmap v199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:53.576931+0000 mgr.y (mgr.14556) 249 : cluster [DBG] pgmap v199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:55.577512+0000 mgr.y (mgr.14556) 250 : cluster [DBG] pgmap v200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:55.577512+0000 mgr.y (mgr.14556) 250 : cluster [DBG] pgmap v200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:55.577512+0000 mgr.y (mgr.14556) 250 : cluster [DBG] pgmap v200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:57.577936+0000 mgr.y (mgr.14556) 251 : cluster [DBG] pgmap v201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:57.577936+0000 mgr.y (mgr.14556) 251 : cluster [DBG] pgmap v201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:51:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:57.577936+0000 mgr.y (mgr.14556) 251 : cluster [DBG] pgmap v201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:51:59.578316+0000 mgr.y (mgr.14556) 252 : cluster [DBG] pgmap v202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:51:59.578316+0000 mgr.y (mgr.14556) 252 : cluster [DBG] pgmap v202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:51:59.578316+0000 mgr.y (mgr.14556) 252 : cluster [DBG] pgmap v202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:52:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:01.579149+0000 mgr.y (mgr.14556) 253 : cluster [DBG] pgmap v203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:52:02.436857+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:52:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:01.579149+0000 mgr.y (mgr.14556) 253 : cluster [DBG] pgmap v203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:52:02.436857+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:52:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:01.579149+0000 mgr.y (mgr.14556) 253 : cluster [DBG] pgmap v203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:52:02.436857+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:52:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:52:02.745615+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:52:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:52:02.746268+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:52:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:52:02.750297+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:52:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:52:03] "GET /metrics HTTP/1.1" 200 188236 "" "Prometheus/2.33.4" 2024-03-22T06:52:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:52:02.745615+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:52:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:52:02.746268+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:52:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:52:02.750297+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:52:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:52:02.745615+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:52:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:52:02.746268+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:52:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:52:02.750297+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:52:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:03.579689+0000 mgr.y (mgr.14556) 254 : cluster [DBG] pgmap v204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:03.579689+0000 mgr.y (mgr.14556) 254 : cluster [DBG] pgmap v204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:03.579689+0000 mgr.y (mgr.14556) 254 : cluster [DBG] pgmap v204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:05.580320+0000 mgr.y (mgr.14556) 255 : cluster [DBG] pgmap v205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:05.580320+0000 mgr.y (mgr.14556) 255 : cluster [DBG] pgmap v205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:05.580320+0000 mgr.y (mgr.14556) 255 : cluster [DBG] pgmap v205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:07.580715+0000 mgr.y (mgr.14556) 256 : cluster [DBG] pgmap v206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:07.580715+0000 mgr.y (mgr.14556) 256 : cluster [DBG] pgmap v206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:07.580715+0000 mgr.y (mgr.14556) 256 : cluster [DBG] pgmap v206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:09.581222+0000 mgr.y (mgr.14556) 257 : cluster [DBG] pgmap v207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:09.581222+0000 mgr.y (mgr.14556) 257 : cluster [DBG] pgmap v207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:09.581222+0000 mgr.y (mgr.14556) 257 : cluster [DBG] pgmap v207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:52:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:11.582030+0000 mgr.y (mgr.14556) 258 : cluster [DBG] pgmap v208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:11.582030+0000 mgr.y (mgr.14556) 258 : cluster [DBG] pgmap v208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:11.582030+0000 mgr.y (mgr.14556) 258 : cluster [DBG] pgmap v208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:52:13] "GET /metrics HTTP/1.1" 200 188239 "" "Prometheus/2.33.4" 2024-03-22T06:52:14.742 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:52:15.031 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5m) 5m ago 6m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5m) 5m ago 5m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7m) 5m ago 7m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6m) 5m ago 6m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10m) 5m ago 10m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (12m) 5m ago 12m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (12m) 5m ago 12m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11m) 5m ago 10m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10m) 5m ago 10m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6m) 5m ago 6m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6m) 5m ago 6m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10m) 5m ago 10m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9m) 5m ago 9m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:52:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9m) 5m ago 9m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:52:15.033 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9m) 5m ago 9m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:52:15.033 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8m) 5m ago 8m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:52:15.033 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8m) 5m ago 8m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:52:15.033 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7m) 5m ago 7m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:52:15.033 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7m) 5m ago 7m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:52:15.033 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5m) 5m ago 6m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:52:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:13.582613+0000 mgr.y (mgr.14556) 259 : cluster [DBG] pgmap v209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:13.582613+0000 mgr.y (mgr.14556) 259 : cluster [DBG] pgmap v209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:13.582613+0000 mgr.y (mgr.14556) 259 : cluster [DBG] pgmap v209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:15.381 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:52:15.381 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:52:15.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:52:15.381 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:52:15.381 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:52:15.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:52:15.381 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:52:15.381 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:52:15.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:52:15.381 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:52:15.382 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:52:15.382 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:52:15.382 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:52:15.382 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:52:15.382 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:52:15.382 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:52:15.382 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:52:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:52:15.381512+0000 mon.c (mon.2) 42 : audit [DBG] from='client.? 172.21.15.23:0/4116872940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:52:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:52:15.381512+0000 mon.c (mon.2) 42 : audit [DBG] from='client.? 172.21.15.23:0/4116872940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:52:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:52:15.381512+0000 mon.c (mon.2) 42 : audit [DBG] from='client.? 172.21.15.23:0/4116872940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:52:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:52:14.731120+0000 mgr.y (mgr.14556) 260 : audit [DBG] from='client.15063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:52:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:52:15.024267+0000 mgr.y (mgr.14556) 261 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:52:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:15.583215+0000 mgr.y (mgr.14556) 262 : cluster [DBG] pgmap v210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:52:14.731120+0000 mgr.y (mgr.14556) 260 : audit [DBG] from='client.15063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:52:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:52:15.024267+0000 mgr.y (mgr.14556) 261 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:52:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:15.583215+0000 mgr.y (mgr.14556) 262 : cluster [DBG] pgmap v210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:52:14.731120+0000 mgr.y (mgr.14556) 260 : audit [DBG] from='client.15063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:52:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:52:15.024267+0000 mgr.y (mgr.14556) 261 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:52:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:15.583215+0000 mgr.y (mgr.14556) 262 : cluster [DBG] pgmap v210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:17.583634+0000 mgr.y (mgr.14556) 263 : cluster [DBG] pgmap v211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:17.583634+0000 mgr.y (mgr.14556) 263 : cluster [DBG] pgmap v211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:17.583634+0000 mgr.y (mgr.14556) 263 : cluster [DBG] pgmap v211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:19.584043+0000 mgr.y (mgr.14556) 264 : cluster [DBG] pgmap v212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:19.584043+0000 mgr.y (mgr.14556) 264 : cluster [DBG] pgmap v212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:19.584043+0000 mgr.y (mgr.14556) 264 : cluster [DBG] pgmap v212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:52:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:21.584757+0000 mgr.y (mgr.14556) 265 : cluster [DBG] pgmap v213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:21.584757+0000 mgr.y (mgr.14556) 265 : cluster [DBG] pgmap v213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:21.584757+0000 mgr.y (mgr.14556) 265 : cluster [DBG] pgmap v213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:52:23] "GET /metrics HTTP/1.1" 200 188237 "" "Prometheus/2.33.4" 2024-03-22T06:52:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:23.585210+0000 mgr.y (mgr.14556) 266 : cluster [DBG] pgmap v214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:23.585210+0000 mgr.y (mgr.14556) 266 : cluster [DBG] pgmap v214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:23.585210+0000 mgr.y (mgr.14556) 266 : cluster [DBG] pgmap v214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:25.585898+0000 mgr.y (mgr.14556) 267 : cluster [DBG] pgmap v215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:25.585898+0000 mgr.y (mgr.14556) 267 : cluster [DBG] pgmap v215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:25.585898+0000 mgr.y (mgr.14556) 267 : cluster [DBG] pgmap v215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:27.586502+0000 mgr.y (mgr.14556) 268 : cluster [DBG] pgmap v216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:27.586502+0000 mgr.y (mgr.14556) 268 : cluster [DBG] pgmap v216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:27.586502+0000 mgr.y (mgr.14556) 268 : cluster [DBG] pgmap v216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:29.587085+0000 mgr.y (mgr.14556) 269 : cluster [DBG] pgmap v217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:29.587085+0000 mgr.y (mgr.14556) 269 : cluster [DBG] pgmap v217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:29.587085+0000 mgr.y (mgr.14556) 269 : cluster [DBG] pgmap v217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:52:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:31.587917+0000 mgr.y (mgr.14556) 270 : cluster [DBG] pgmap v218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:31.587917+0000 mgr.y (mgr.14556) 270 : cluster [DBG] pgmap v218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:31.587917+0000 mgr.y (mgr.14556) 270 : cluster [DBG] pgmap v218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:52:33] "GET /metrics HTTP/1.1" 200 188237 "" "Prometheus/2.33.4" 2024-03-22T06:52:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:33.588342+0000 mgr.y (mgr.14556) 271 : cluster [DBG] pgmap v219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:33.588342+0000 mgr.y (mgr.14556) 271 : cluster [DBG] pgmap v219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:33.588342+0000 mgr.y (mgr.14556) 271 : cluster [DBG] pgmap v219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:35.588918+0000 mgr.y (mgr.14556) 272 : cluster [DBG] pgmap v220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:35.588918+0000 mgr.y (mgr.14556) 272 : cluster [DBG] pgmap v220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:35.588918+0000 mgr.y (mgr.14556) 272 : cluster [DBG] pgmap v220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:37.589381+0000 mgr.y (mgr.14556) 273 : cluster [DBG] pgmap v221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:37.589381+0000 mgr.y (mgr.14556) 273 : cluster [DBG] pgmap v221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:37.589381+0000 mgr.y (mgr.14556) 273 : cluster [DBG] pgmap v221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:39.589925+0000 mgr.y (mgr.14556) 274 : cluster [DBG] pgmap v222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:39.589925+0000 mgr.y (mgr.14556) 274 : cluster [DBG] pgmap v222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:39.589925+0000 mgr.y (mgr.14556) 274 : cluster [DBG] pgmap v222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:52:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:41.590694+0000 mgr.y (mgr.14556) 275 : cluster [DBG] pgmap v223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:41.590694+0000 mgr.y (mgr.14556) 275 : cluster [DBG] pgmap v223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:41.590694+0000 mgr.y (mgr.14556) 275 : cluster [DBG] pgmap v223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:52:43] "GET /metrics HTTP/1.1" 200 188238 "" "Prometheus/2.33.4" 2024-03-22T06:52:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:43.591169+0000 mgr.y (mgr.14556) 276 : cluster [DBG] pgmap v224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:43.591169+0000 mgr.y (mgr.14556) 276 : cluster [DBG] pgmap v224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:43.591169+0000 mgr.y (mgr.14556) 276 : cluster [DBG] pgmap v224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:45.710 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:52:45.997 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:52:45.997 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5m) 5m ago 6m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:52:45.997 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6m) 5m ago 6m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:52:45.997 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7m) 5m ago 7m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:52:45.997 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7m) 5m ago 7m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:52:45.997 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11m) 5m ago 11m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:52:45.997 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (12m) 5m ago 12m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (12m) 5m ago 12m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11m) 5m ago 11m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11m) 5m ago 11m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6m) 5m ago 6m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6m) 5m ago 6m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10m) 5m ago 10m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10m) 5m ago 10m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9m) 5m ago 9m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9m) 5m ago 9m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9m) 5m ago 9m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8m) 5m ago 8m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8m) 5m ago 8m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7m) 5m ago 7m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:52:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5m) 5m ago 6m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:52:46.352 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:52:46.352 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:52:46.353 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:52:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:45.591855+0000 mgr.y (mgr.14556) 277 : cluster [DBG] pgmap v225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:52:45.698901+0000 mgr.y (mgr.14556) 278 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:52:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:52:46.353134+0000 mon.a (mon.0) 838 : audit [DBG] from='client.? 172.21.15.23:0/124300297' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:52:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:45.591855+0000 mgr.y (mgr.14556) 277 : cluster [DBG] pgmap v225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:52:45.698901+0000 mgr.y (mgr.14556) 278 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:52:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:52:46.353134+0000 mon.a (mon.0) 838 : audit [DBG] from='client.? 172.21.15.23:0/124300297' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:52:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:45.591855+0000 mgr.y (mgr.14556) 277 : cluster [DBG] pgmap v225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:52:45.698901+0000 mgr.y (mgr.14556) 278 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:52:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:52:46.353134+0000 mon.a (mon.0) 838 : audit [DBG] from='client.? 172.21.15.23:0/124300297' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:52:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:52:45.989894+0000 mgr.y (mgr.14556) 279 : audit [DBG] from='client.25001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:52:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:52:45.989894+0000 mgr.y (mgr.14556) 279 : audit [DBG] from='client.25001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:52:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:52:45.989894+0000 mgr.y (mgr.14556) 279 : audit [DBG] from='client.25001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:52:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:47.592407+0000 mgr.y (mgr.14556) 280 : cluster [DBG] pgmap v226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:47.592407+0000 mgr.y (mgr.14556) 280 : cluster [DBG] pgmap v226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:47.592407+0000 mgr.y (mgr.14556) 280 : cluster [DBG] pgmap v226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:49.592713+0000 mgr.y (mgr.14556) 281 : cluster [DBG] pgmap v227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:49.592713+0000 mgr.y (mgr.14556) 281 : cluster [DBG] pgmap v227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:49.592713+0000 mgr.y (mgr.14556) 281 : cluster [DBG] pgmap v227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:52:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:51.593431+0000 mgr.y (mgr.14556) 282 : cluster [DBG] pgmap v228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:51.593431+0000 mgr.y (mgr.14556) 282 : cluster [DBG] pgmap v228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:51.593431+0000 mgr.y (mgr.14556) 282 : cluster [DBG] pgmap v228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:52:53] "GET /metrics HTTP/1.1" 200 188233 "" "Prometheus/2.33.4" 2024-03-22T06:52:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:53.594024+0000 mgr.y (mgr.14556) 283 : cluster [DBG] pgmap v229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:53.594024+0000 mgr.y (mgr.14556) 283 : cluster [DBG] pgmap v229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:53.594024+0000 mgr.y (mgr.14556) 283 : cluster [DBG] pgmap v229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:55.594889+0000 mgr.y (mgr.14556) 284 : cluster [DBG] pgmap v230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:55.594889+0000 mgr.y (mgr.14556) 284 : cluster [DBG] pgmap v230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:55.594889+0000 mgr.y (mgr.14556) 284 : cluster [DBG] pgmap v230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:57.595379+0000 mgr.y (mgr.14556) 285 : cluster [DBG] pgmap v231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:57.595379+0000 mgr.y (mgr.14556) 285 : cluster [DBG] pgmap v231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:52:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:52:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:57.595379+0000 mgr.y (mgr.14556) 285 : cluster [DBG] pgmap v231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:52:59.595745+0000 mgr.y (mgr.14556) 286 : cluster [DBG] pgmap v232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:52:59.595745+0000 mgr.y (mgr.14556) 286 : cluster [DBG] pgmap v232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:52:59.595745+0000 mgr.y (mgr.14556) 286 : cluster [DBG] pgmap v232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:01.596505+0000 mgr.y (mgr.14556) 287 : cluster [DBG] pgmap v233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:53:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:01.596505+0000 mgr.y (mgr.14556) 287 : cluster [DBG] pgmap v233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:01.596505+0000 mgr.y (mgr.14556) 287 : cluster [DBG] pgmap v233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:53:02.754693+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:53:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:53:02.754693+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:53:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:53:02.754693+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:53:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:53:03] "GET /metrics HTTP/1.1" 200 188233 "" "Prometheus/2.33.4" 2024-03-22T06:53:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:53:03.059703+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:53:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:53:03.060371+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:53:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:53:03.064734+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:53:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:03.596947+0000 mgr.y (mgr.14556) 288 : cluster [DBG] pgmap v234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:53:03.059703+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:53:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:53:03.060371+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:53:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:53:03.064734+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:53:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:03.596947+0000 mgr.y (mgr.14556) 288 : cluster [DBG] pgmap v234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:53:03.059703+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:53:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:53:03.060371+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:53:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:53:03.064734+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:53:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:03.596947+0000 mgr.y (mgr.14556) 288 : cluster [DBG] pgmap v234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:06.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:05.597510+0000 mgr.y (mgr.14556) 289 : cluster [DBG] pgmap v235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:07.136 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:05.597510+0000 mgr.y (mgr.14556) 289 : cluster [DBG] pgmap v235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:07.136 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:05.597510+0000 mgr.y (mgr.14556) 289 : cluster [DBG] pgmap v235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:07.597923+0000 mgr.y (mgr.14556) 290 : cluster [DBG] pgmap v236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:07.597923+0000 mgr.y (mgr.14556) 290 : cluster [DBG] pgmap v236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:07.597923+0000 mgr.y (mgr.14556) 290 : cluster [DBG] pgmap v236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:09.598431+0000 mgr.y (mgr.14556) 291 : cluster [DBG] pgmap v237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:09.598431+0000 mgr.y (mgr.14556) 291 : cluster [DBG] pgmap v237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:09.598431+0000 mgr.y (mgr.14556) 291 : cluster [DBG] pgmap v237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:53:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:11.599070+0000 mgr.y (mgr.14556) 292 : cluster [DBG] pgmap v238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:11.599070+0000 mgr.y (mgr.14556) 292 : cluster [DBG] pgmap v238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:11.599070+0000 mgr.y (mgr.14556) 292 : cluster [DBG] pgmap v238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:53:13] "GET /metrics HTTP/1.1" 200 188243 "" "Prometheus/2.33.4" 2024-03-22T06:53:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:13.599552+0000 mgr.y (mgr.14556) 293 : cluster [DBG] pgmap v239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:13.599552+0000 mgr.y (mgr.14556) 293 : cluster [DBG] pgmap v239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:13.599552+0000 mgr.y (mgr.14556) 293 : cluster [DBG] pgmap v239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:16.678 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:53:16.967 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6m) 6m ago 7m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6m) 6m ago 6m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8m) 6m ago 8m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8m) 6m ago 8m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11m) 6m ago 11m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (13m) 6m ago 13m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (13m) 6m ago 13m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (12m) 6m ago 12m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11m) 6m ago 11m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7m) 6m ago 7m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7m) 6m ago 7m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11m) 6m ago 11m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:53:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10m) 6m ago 10m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:53:16.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10m) 6m ago 10m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:53:16.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10m) 6m ago 10m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:53:16.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9m) 6m ago 9m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:53:16.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9m) 6m ago 9m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:53:16.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8m) 6m ago 8m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:53:16.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8m) 6m ago 8m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:53:16.969 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6m) 6m ago 7m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:53:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:15.600169+0000 mgr.y (mgr.14556) 294 : cluster [DBG] pgmap v240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:15.600169+0000 mgr.y (mgr.14556) 294 : cluster [DBG] pgmap v240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:15.600169+0000 mgr.y (mgr.14556) 294 : cluster [DBG] pgmap v240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:17.318 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:53:17.318 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:53:17.318 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:53:17.319 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:53:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:53:16.666576+0000 mgr.y (mgr.14556) 295 : audit [DBG] from='client.15099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:53:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:53:17.319074+0000 mon.a (mon.0) 843 : audit [DBG] from='client.? 172.21.15.23:0/1717782903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:53:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:53:16.666576+0000 mgr.y (mgr.14556) 295 : audit [DBG] from='client.15099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:53:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:53:17.319074+0000 mon.a (mon.0) 843 : audit [DBG] from='client.? 172.21.15.23:0/1717782903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:53:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:53:16.666576+0000 mgr.y (mgr.14556) 295 : audit [DBG] from='client.15099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:53:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:53:17.319074+0000 mon.a (mon.0) 843 : audit [DBG] from='client.? 172.21.15.23:0/1717782903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:53:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:53:16.960447+0000 mgr.y (mgr.14556) 296 : audit [DBG] from='client.25019 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:53:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:17.600521+0000 mgr.y (mgr.14556) 297 : cluster [DBG] pgmap v241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:53:16.960447+0000 mgr.y (mgr.14556) 296 : audit [DBG] from='client.25019 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:53:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:17.600521+0000 mgr.y (mgr.14556) 297 : cluster [DBG] pgmap v241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:53:16.960447+0000 mgr.y (mgr.14556) 296 : audit [DBG] from='client.25019 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:53:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:17.600521+0000 mgr.y (mgr.14556) 297 : cluster [DBG] pgmap v241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:19.601067+0000 mgr.y (mgr.14556) 298 : cluster [DBG] pgmap v242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:19.601067+0000 mgr.y (mgr.14556) 298 : cluster [DBG] pgmap v242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:19.601067+0000 mgr.y (mgr.14556) 298 : cluster [DBG] pgmap v242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:53:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:21.601741+0000 mgr.y (mgr.14556) 299 : cluster [DBG] pgmap v243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:21.601741+0000 mgr.y (mgr.14556) 299 : cluster [DBG] pgmap v243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:21.601741+0000 mgr.y (mgr.14556) 299 : cluster [DBG] pgmap v243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:53:23] "GET /metrics HTTP/1.1" 200 188259 "" "Prometheus/2.33.4" 2024-03-22T06:53:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:23.602259+0000 mgr.y (mgr.14556) 300 : cluster [DBG] pgmap v244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:23.602259+0000 mgr.y (mgr.14556) 300 : cluster [DBG] pgmap v244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:23.602259+0000 mgr.y (mgr.14556) 300 : cluster [DBG] pgmap v244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:25.602828+0000 mgr.y (mgr.14556) 301 : cluster [DBG] pgmap v245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:25.602828+0000 mgr.y (mgr.14556) 301 : cluster [DBG] pgmap v245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:25.602828+0000 mgr.y (mgr.14556) 301 : cluster [DBG] pgmap v245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:27.603266+0000 mgr.y (mgr.14556) 302 : cluster [DBG] pgmap v246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:27.603266+0000 mgr.y (mgr.14556) 302 : cluster [DBG] pgmap v246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:27.603266+0000 mgr.y (mgr.14556) 302 : cluster [DBG] pgmap v246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:29.603710+0000 mgr.y (mgr.14556) 303 : cluster [DBG] pgmap v247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:29.603710+0000 mgr.y (mgr.14556) 303 : cluster [DBG] pgmap v247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:29.603710+0000 mgr.y (mgr.14556) 303 : cluster [DBG] pgmap v247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:53:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:31.604521+0000 mgr.y (mgr.14556) 304 : cluster [DBG] pgmap v248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:31.604521+0000 mgr.y (mgr.14556) 304 : cluster [DBG] pgmap v248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:31.604521+0000 mgr.y (mgr.14556) 304 : cluster [DBG] pgmap v248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:53:33] "GET /metrics HTTP/1.1" 200 188259 "" "Prometheus/2.33.4" 2024-03-22T06:53:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:33.605082+0000 mgr.y (mgr.14556) 305 : cluster [DBG] pgmap v249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:33.605082+0000 mgr.y (mgr.14556) 305 : cluster [DBG] pgmap v249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:33.605082+0000 mgr.y (mgr.14556) 305 : cluster [DBG] pgmap v249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:35.605710+0000 mgr.y (mgr.14556) 306 : cluster [DBG] pgmap v250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:35.605710+0000 mgr.y (mgr.14556) 306 : cluster [DBG] pgmap v250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:35.605710+0000 mgr.y (mgr.14556) 306 : cluster [DBG] pgmap v250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:37.606173+0000 mgr.y (mgr.14556) 307 : cluster [DBG] pgmap v251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:37.606173+0000 mgr.y (mgr.14556) 307 : cluster [DBG] pgmap v251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:37.606173+0000 mgr.y (mgr.14556) 307 : cluster [DBG] pgmap v251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:39.606553+0000 mgr.y (mgr.14556) 308 : cluster [DBG] pgmap v252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:39.606553+0000 mgr.y (mgr.14556) 308 : cluster [DBG] pgmap v252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:39.606553+0000 mgr.y (mgr.14556) 308 : cluster [DBG] pgmap v252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:53:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:41.607342+0000 mgr.y (mgr.14556) 309 : cluster [DBG] pgmap v253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:41.607342+0000 mgr.y (mgr.14556) 309 : cluster [DBG] pgmap v253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:41.607342+0000 mgr.y (mgr.14556) 309 : cluster [DBG] pgmap v253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:53:43] "GET /metrics HTTP/1.1" 200 188255 "" "Prometheus/2.33.4" 2024-03-22T06:53:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:43.607693+0000 mgr.y (mgr.14556) 310 : cluster [DBG] pgmap v254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:43.607693+0000 mgr.y (mgr.14556) 310 : cluster [DBG] pgmap v254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:43.607693+0000 mgr.y (mgr.14556) 310 : cluster [DBG] pgmap v254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:45.608438+0000 mgr.y (mgr.14556) 311 : cluster [DBG] pgmap v255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:45.608438+0000 mgr.y (mgr.14556) 311 : cluster [DBG] pgmap v255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:45.608438+0000 mgr.y (mgr.14556) 311 : cluster [DBG] pgmap v255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:47.648 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:53:47.940 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:53:47.940 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6m) 6m ago 7m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:53:47.940 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7m) 6m ago 7m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:53:47.940 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8m) 6m ago 8m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:53:47.941 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8m) 6m ago 8m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:53:47.941 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (12m) 6m ago 12m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:53:47.941 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (13m) 6m ago 13m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:53:47.941 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (13m) 6m ago 13m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:53:47.941 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (12m) 6m ago 12m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:53:47.941 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (12m) 6m ago 12m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:53:47.942 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7m) 6m ago 7m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:53:47.942 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7m) 6m ago 7m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:53:47.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11m) 6m ago 11m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:53:47.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11m) 6m ago 11m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:53:47.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11m) 6m ago 11m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:53:47.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10m) 6m ago 10m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:53:47.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10m) 6m ago 10m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:53:47.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9m) 6m ago 9m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:53:47.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9m) 6m ago 9m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:53:47.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8m) 6m ago 8m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:53:47.943 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6m) 6m ago 7m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:53:48.292 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:53:48.292 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:53:48.292 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:53:48.293 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:53:48.293 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:53:48.293 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:53:48.293 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:53:48.293 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:53:48.293 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:53:48.293 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:53:48.294 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:53:48.294 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:53:48.294 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:53:48.294 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:53:48.294 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:53:48.294 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:53:48.294 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:53:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:47.608741+0000 mgr.y (mgr.14556) 312 : cluster [DBG] pgmap v256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:53:47.637018+0000 mgr.y (mgr.14556) 313 : audit [DBG] from='client.25031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:53:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:53:48.292818+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.23:0/301967386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:53:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:47.608741+0000 mgr.y (mgr.14556) 312 : cluster [DBG] pgmap v256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:53:47.637018+0000 mgr.y (mgr.14556) 313 : audit [DBG] from='client.25031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:53:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:53:48.292818+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.23:0/301967386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:53:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:47.608741+0000 mgr.y (mgr.14556) 312 : cluster [DBG] pgmap v256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:53:47.637018+0000 mgr.y (mgr.14556) 313 : audit [DBG] from='client.25031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:53:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:53:48.292818+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.23:0/301967386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:53:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:53:47.932536+0000 mgr.y (mgr.14556) 314 : audit [DBG] from='client.25037 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:53:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:53:47.932536+0000 mgr.y (mgr.14556) 314 : audit [DBG] from='client.25037 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:53:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:53:47.932536+0000 mgr.y (mgr.14556) 314 : audit [DBG] from='client.25037 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:53:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:49.609247+0000 mgr.y (mgr.14556) 315 : cluster [DBG] pgmap v257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:49.609247+0000 mgr.y (mgr.14556) 315 : cluster [DBG] pgmap v257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:49.609247+0000 mgr.y (mgr.14556) 315 : cluster [DBG] pgmap v257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:53:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:51.609948+0000 mgr.y (mgr.14556) 316 : cluster [DBG] pgmap v258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:51.609948+0000 mgr.y (mgr.14556) 316 : cluster [DBG] pgmap v258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:51.609948+0000 mgr.y (mgr.14556) 316 : cluster [DBG] pgmap v258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:53:53] "GET /metrics HTTP/1.1" 200 188253 "" "Prometheus/2.33.4" 2024-03-22T06:53:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:53.610515+0000 mgr.y (mgr.14556) 317 : cluster [DBG] pgmap v259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:53.610515+0000 mgr.y (mgr.14556) 317 : cluster [DBG] pgmap v259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:53.610515+0000 mgr.y (mgr.14556) 317 : cluster [DBG] pgmap v259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:55.611263+0000 mgr.y (mgr.14556) 318 : cluster [DBG] pgmap v260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:55.611263+0000 mgr.y (mgr.14556) 318 : cluster [DBG] pgmap v260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:55.611263+0000 mgr.y (mgr.14556) 318 : cluster [DBG] pgmap v260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:57.611643+0000 mgr.y (mgr.14556) 319 : cluster [DBG] pgmap v261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:57.611643+0000 mgr.y (mgr.14556) 319 : cluster [DBG] pgmap v261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:53:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:53:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:57.611643+0000 mgr.y (mgr.14556) 319 : cluster [DBG] pgmap v261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:53:59.611999+0000 mgr.y (mgr.14556) 320 : cluster [DBG] pgmap v262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:53:59.611999+0000 mgr.y (mgr.14556) 320 : cluster [DBG] pgmap v262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:53:59.611999+0000 mgr.y (mgr.14556) 320 : cluster [DBG] pgmap v262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:54:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:01.612793+0000 mgr.y (mgr.14556) 321 : cluster [DBG] pgmap v263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:01.612793+0000 mgr.y (mgr.14556) 321 : cluster [DBG] pgmap v263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:01.612793+0000 mgr.y (mgr.14556) 321 : cluster [DBG] pgmap v263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:54:03] "GET /metrics HTTP/1.1" 200 188253 "" "Prometheus/2.33.4" 2024-03-22T06:54:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:54:03.069286+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:54:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:54:03.375148+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:54:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:54:03.375905+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:54:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:54:03.380413+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:54:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:54:03.069286+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:54:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:54:03.375148+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:54:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:54:03.375905+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:54:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:54:03.380413+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:54:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:54:03.069286+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:54:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:54:03.375148+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:54:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:54:03.375905+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:54:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:54:03.380413+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:54:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:03.613413+0000 mgr.y (mgr.14556) 322 : cluster [DBG] pgmap v264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:03.613413+0000 mgr.y (mgr.14556) 322 : cluster [DBG] pgmap v264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:03.613413+0000 mgr.y (mgr.14556) 322 : cluster [DBG] pgmap v264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:05.613990+0000 mgr.y (mgr.14556) 323 : cluster [DBG] pgmap v265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:05.613990+0000 mgr.y (mgr.14556) 323 : cluster [DBG] pgmap v265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:05.613990+0000 mgr.y (mgr.14556) 323 : cluster [DBG] pgmap v265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:07.614325+0000 mgr.y (mgr.14556) 324 : cluster [DBG] pgmap v266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:07.614325+0000 mgr.y (mgr.14556) 324 : cluster [DBG] pgmap v266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:07.614325+0000 mgr.y (mgr.14556) 324 : cluster [DBG] pgmap v266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:09.614775+0000 mgr.y (mgr.14556) 325 : cluster [DBG] pgmap v267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:09.614775+0000 mgr.y (mgr.14556) 325 : cluster [DBG] pgmap v267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:09.614775+0000 mgr.y (mgr.14556) 325 : cluster [DBG] pgmap v267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:54:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:11.615644+0000 mgr.y (mgr.14556) 326 : cluster [DBG] pgmap v268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:11.615644+0000 mgr.y (mgr.14556) 326 : cluster [DBG] pgmap v268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:11.615644+0000 mgr.y (mgr.14556) 326 : cluster [DBG] pgmap v268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:54:13] "GET /metrics HTTP/1.1" 200 188263 "" "Prometheus/2.33.4" 2024-03-22T06:54:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:13.616186+0000 mgr.y (mgr.14556) 327 : cluster [DBG] pgmap v269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:13.616186+0000 mgr.y (mgr.14556) 327 : cluster [DBG] pgmap v269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:13.616186+0000 mgr.y (mgr.14556) 327 : cluster [DBG] pgmap v269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:15.617077+0000 mgr.y (mgr.14556) 328 : cluster [DBG] pgmap v270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:15.617077+0000 mgr.y (mgr.14556) 328 : cluster [DBG] pgmap v270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:15.617077+0000 mgr.y (mgr.14556) 328 : cluster [DBG] pgmap v270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:18.616 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:54:18.904 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:54:18.904 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7m) 7m ago 8m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7m) 7m ago 7m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9m) 7m ago 9m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9m) 7m ago 9m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (12m) 7m ago 12m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (14m) 7m ago 14m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (14m) 7m ago 14m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (13m) 7m ago 13m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (12m) 7m ago 12m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8m) 7m ago 8m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8m) 7m ago 8m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (12m) 7m ago 12m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11m) 7m ago 11m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11m) 7m ago 11m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11m) 7m ago 11m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:54:18.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10m) 7m ago 10m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:54:18.906 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10m) 7m ago 10m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:54:18.906 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9m) 7m ago 9m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:54:18.906 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9m) 7m ago 9m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:54:18.906 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7m) 7m ago 8m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:54:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:17.617527+0000 mgr.y (mgr.14556) 329 : cluster [DBG] pgmap v271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:17.617527+0000 mgr.y (mgr.14556) 329 : cluster [DBG] pgmap v271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:17.617527+0000 mgr.y (mgr.14556) 329 : cluster [DBG] pgmap v271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:19.253 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:54:19.253 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:54:19.253 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:54:19.254 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:54:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:54:18.604505+0000 mgr.y (mgr.14556) 330 : audit [DBG] from='client.25049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:54:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:54:19.254131+0000 mon.a (mon.0) 849 : audit [DBG] from='client.? 172.21.15.23:0/229434402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:54:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:54:18.604505+0000 mgr.y (mgr.14556) 330 : audit [DBG] from='client.25049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:54:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:54:19.254131+0000 mon.a (mon.0) 849 : audit [DBG] from='client.? 172.21.15.23:0/229434402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:54:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:54:18.604505+0000 mgr.y (mgr.14556) 330 : audit [DBG] from='client.25049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:54:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:54:19.254131+0000 mon.a (mon.0) 849 : audit [DBG] from='client.? 172.21.15.23:0/229434402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:54:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:54:18.897235+0000 mgr.y (mgr.14556) 331 : audit [DBG] from='client.25055 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:54:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:19.618041+0000 mgr.y (mgr.14556) 332 : cluster [DBG] pgmap v272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:54:18.897235+0000 mgr.y (mgr.14556) 331 : audit [DBG] from='client.25055 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:54:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:19.618041+0000 mgr.y (mgr.14556) 332 : cluster [DBG] pgmap v272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:54:18.897235+0000 mgr.y (mgr.14556) 331 : audit [DBG] from='client.25055 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:54:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:19.618041+0000 mgr.y (mgr.14556) 332 : cluster [DBG] pgmap v272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:54:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:21.618686+0000 mgr.y (mgr.14556) 333 : cluster [DBG] pgmap v273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:21.618686+0000 mgr.y (mgr.14556) 333 : cluster [DBG] pgmap v273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:21.618686+0000 mgr.y (mgr.14556) 333 : cluster [DBG] pgmap v273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:23.619224+0000 mgr.y (mgr.14556) 334 : cluster [DBG] pgmap v274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:54:23] "GET /metrics HTTP/1.1" 200 188259 "" "Prometheus/2.33.4" 2024-03-22T06:54:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:23.619224+0000 mgr.y (mgr.14556) 334 : cluster [DBG] pgmap v274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:23.619224+0000 mgr.y (mgr.14556) 334 : cluster [DBG] pgmap v274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:25.619836+0000 mgr.y (mgr.14556) 335 : cluster [DBG] pgmap v275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:25.619836+0000 mgr.y (mgr.14556) 335 : cluster [DBG] pgmap v275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:25.619836+0000 mgr.y (mgr.14556) 335 : cluster [DBG] pgmap v275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:27.620321+0000 mgr.y (mgr.14556) 336 : cluster [DBG] pgmap v276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:27.620321+0000 mgr.y (mgr.14556) 336 : cluster [DBG] pgmap v276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:27.620321+0000 mgr.y (mgr.14556) 336 : cluster [DBG] pgmap v276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:29.620781+0000 mgr.y (mgr.14556) 337 : cluster [DBG] pgmap v277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:29.620781+0000 mgr.y (mgr.14556) 337 : cluster [DBG] pgmap v277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:29.620781+0000 mgr.y (mgr.14556) 337 : cluster [DBG] pgmap v277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:54:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:31.621447+0000 mgr.y (mgr.14556) 338 : cluster [DBG] pgmap v278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:31.621447+0000 mgr.y (mgr.14556) 338 : cluster [DBG] pgmap v278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:31.621447+0000 mgr.y (mgr.14556) 338 : cluster [DBG] pgmap v278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:54:33] "GET /metrics HTTP/1.1" 200 188259 "" "Prometheus/2.33.4" 2024-03-22T06:54:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:33.621914+0000 mgr.y (mgr.14556) 339 : cluster [DBG] pgmap v279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:33.621914+0000 mgr.y (mgr.14556) 339 : cluster [DBG] pgmap v279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:33.621914+0000 mgr.y (mgr.14556) 339 : cluster [DBG] pgmap v279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:35.622635+0000 mgr.y (mgr.14556) 340 : cluster [DBG] pgmap v280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:35.622635+0000 mgr.y (mgr.14556) 340 : cluster [DBG] pgmap v280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:35.622635+0000 mgr.y (mgr.14556) 340 : cluster [DBG] pgmap v280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:37.623063+0000 mgr.y (mgr.14556) 341 : cluster [DBG] pgmap v281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:37.623063+0000 mgr.y (mgr.14556) 341 : cluster [DBG] pgmap v281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:37.623063+0000 mgr.y (mgr.14556) 341 : cluster [DBG] pgmap v281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:39.623443+0000 mgr.y (mgr.14556) 342 : cluster [DBG] pgmap v282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:39.623443+0000 mgr.y (mgr.14556) 342 : cluster [DBG] pgmap v282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:39.623443+0000 mgr.y (mgr.14556) 342 : cluster [DBG] pgmap v282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:41.624024+0000 mgr.y (mgr.14556) 343 : cluster [DBG] pgmap v283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:54:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:41.624024+0000 mgr.y (mgr.14556) 343 : cluster [DBG] pgmap v283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:41.624024+0000 mgr.y (mgr.14556) 343 : cluster [DBG] pgmap v283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:54:43] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T06:54:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:43.624577+0000 mgr.y (mgr.14556) 344 : cluster [DBG] pgmap v284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:43.624577+0000 mgr.y (mgr.14556) 344 : cluster [DBG] pgmap v284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:43.624577+0000 mgr.y (mgr.14556) 344 : cluster [DBG] pgmap v284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:45.625393+0000 mgr.y (mgr.14556) 345 : cluster [DBG] pgmap v285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:45.625393+0000 mgr.y (mgr.14556) 345 : cluster [DBG] pgmap v285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:45.625393+0000 mgr.y (mgr.14556) 345 : cluster [DBG] pgmap v285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:47.625819+0000 mgr.y (mgr.14556) 346 : cluster [DBG] pgmap v286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:47.625819+0000 mgr.y (mgr.14556) 346 : cluster [DBG] pgmap v286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:47.625819+0000 mgr.y (mgr.14556) 346 : cluster [DBG] pgmap v286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:49.587 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:54:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:54:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7m) 7m ago 8m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:54:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8m) 7m ago 8m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:54:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9m) 7m ago 9m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:54:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9m) 7m ago 9m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:54:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (13m) 7m ago 13m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:54:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (14m) 7m ago 14m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:54:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (14m) 7m ago 15m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:54:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (13m) 7m ago 13m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:54:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (13m) 7m ago 13m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:54:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8m) 7m ago 8m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:54:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8m) 7m ago 8m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:54:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (12m) 7m ago 12m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:54:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (12m) 7m ago 12m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:54:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (12m) 7m ago 12m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:54:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11m) 7m ago 11m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:54:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11m) 7m ago 11m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:54:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10m) 7m ago 10m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:54:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10m) 7m ago 10m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:54:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9m) 7m ago 9m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:54:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7m) 7m ago 8m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:54:50.226 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:54:50.226 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:54:50.226 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:54:50.226 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:54:50.226 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:54:50.226 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:54:50.227 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:54:50.227 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:54:50.227 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:54:50.227 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:54:50.227 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:54:50.227 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:54:50.227 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:54:50.227 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:54:50.227 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:54:50.227 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:54:50.227 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:54:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:54:49.576218+0000 mgr.y (mgr.14556) 347 : audit [DBG] from='client.15153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:54:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:49.626148+0000 mgr.y (mgr.14556) 348 : cluster [DBG] pgmap v287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:54:50.226907+0000 mon.c (mon.2) 43 : audit [DBG] from='client.? 172.21.15.23:0/3131100851' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:54:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:54:49.576218+0000 mgr.y (mgr.14556) 347 : audit [DBG] from='client.15153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:54:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:49.626148+0000 mgr.y (mgr.14556) 348 : cluster [DBG] pgmap v287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:54:50.226907+0000 mon.c (mon.2) 43 : audit [DBG] from='client.? 172.21.15.23:0/3131100851' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:54:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:54:49.576218+0000 mgr.y (mgr.14556) 347 : audit [DBG] from='client.15153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:54:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:49.626148+0000 mgr.y (mgr.14556) 348 : cluster [DBG] pgmap v287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:54:50.226907+0000 mon.c (mon.2) 43 : audit [DBG] from='client.? 172.21.15.23:0/3131100851' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:54:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:54:49.870757+0000 mgr.y (mgr.14556) 349 : audit [DBG] from='client.15159 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:54:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:54:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:54:49.870757+0000 mgr.y (mgr.14556) 349 : audit [DBG] from='client.15159 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:54:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:54:49.870757+0000 mgr.y (mgr.14556) 349 : audit [DBG] from='client.15159 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:54:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:51.626787+0000 mgr.y (mgr.14556) 350 : cluster [DBG] pgmap v288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:51.626787+0000 mgr.y (mgr.14556) 350 : cluster [DBG] pgmap v288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:51.626787+0000 mgr.y (mgr.14556) 350 : cluster [DBG] pgmap v288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:53.627365+0000 mgr.y (mgr.14556) 351 : cluster [DBG] pgmap v289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:53.627365+0000 mgr.y (mgr.14556) 351 : cluster [DBG] pgmap v289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:54:53] "GET /metrics HTTP/1.1" 200 188262 "" "Prometheus/2.33.4" 2024-03-22T06:54:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:53.627365+0000 mgr.y (mgr.14556) 351 : cluster [DBG] pgmap v289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:55.628179+0000 mgr.y (mgr.14556) 352 : cluster [DBG] pgmap v290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:55.628179+0000 mgr.y (mgr.14556) 352 : cluster [DBG] pgmap v290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:55.628179+0000 mgr.y (mgr.14556) 352 : cluster [DBG] pgmap v290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:57.628607+0000 mgr.y (mgr.14556) 353 : cluster [DBG] pgmap v291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:57.628607+0000 mgr.y (mgr.14556) 353 : cluster [DBG] pgmap v291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:54:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:54:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:57.628607+0000 mgr.y (mgr.14556) 353 : cluster [DBG] pgmap v291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:54:59.628946+0000 mgr.y (mgr.14556) 354 : cluster [DBG] pgmap v292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:54:59.628946+0000 mgr.y (mgr.14556) 354 : cluster [DBG] pgmap v292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:54:59.628946+0000 mgr.y (mgr.14556) 354 : cluster [DBG] pgmap v292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:55:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:01.629490+0000 mgr.y (mgr.14556) 355 : cluster [DBG] pgmap v293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:01.629490+0000 mgr.y (mgr.14556) 355 : cluster [DBG] pgmap v293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:01.629490+0000 mgr.y (mgr.14556) 355 : cluster [DBG] pgmap v293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:55:03] "GET /metrics HTTP/1.1" 200 188262 "" "Prometheus/2.33.4" 2024-03-22T06:55:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:55:03.384712+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:55:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:55:03.690269+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:55:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:55:03.690911+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:55:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:55:03.695179+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:55:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:55:03.384712+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:55:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:55:03.690269+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:55:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:55:03.690911+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:55:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:55:03.695179+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:55:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:55:03.384712+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:55:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:55:03.690269+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:55:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:55:03.690911+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:55:04.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:55:03.695179+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:55:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:03.629883+0000 mgr.y (mgr.14556) 356 : cluster [DBG] pgmap v294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:03.629883+0000 mgr.y (mgr.14556) 356 : cluster [DBG] pgmap v294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:03.629883+0000 mgr.y (mgr.14556) 356 : cluster [DBG] pgmap v294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:05.630516+0000 mgr.y (mgr.14556) 357 : cluster [DBG] pgmap v295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:05.630516+0000 mgr.y (mgr.14556) 357 : cluster [DBG] pgmap v295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:05.630516+0000 mgr.y (mgr.14556) 357 : cluster [DBG] pgmap v295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:07.631080+0000 mgr.y (mgr.14556) 358 : cluster [DBG] pgmap v296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:07.631080+0000 mgr.y (mgr.14556) 358 : cluster [DBG] pgmap v296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:07.631080+0000 mgr.y (mgr.14556) 358 : cluster [DBG] pgmap v296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:09.631684+0000 mgr.y (mgr.14556) 359 : cluster [DBG] pgmap v297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:09.631684+0000 mgr.y (mgr.14556) 359 : cluster [DBG] pgmap v297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:09.631684+0000 mgr.y (mgr.14556) 359 : cluster [DBG] pgmap v297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:55:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:11.632258+0000 mgr.y (mgr.14556) 360 : cluster [DBG] pgmap v298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:11.632258+0000 mgr.y (mgr.14556) 360 : cluster [DBG] pgmap v298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:11.632258+0000 mgr.y (mgr.14556) 360 : cluster [DBG] pgmap v298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:55:13] "GET /metrics HTTP/1.1" 200 188253 "" "Prometheus/2.33.4" 2024-03-22T06:55:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:13.632617+0000 mgr.y (mgr.14556) 361 : cluster [DBG] pgmap v299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:13.632617+0000 mgr.y (mgr.14556) 361 : cluster [DBG] pgmap v299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:13.632617+0000 mgr.y (mgr.14556) 361 : cluster [DBG] pgmap v299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:15.633261+0000 mgr.y (mgr.14556) 362 : cluster [DBG] pgmap v300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:15.633261+0000 mgr.y (mgr.14556) 362 : cluster [DBG] pgmap v300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:15.633261+0000 mgr.y (mgr.14556) 362 : cluster [DBG] pgmap v300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:17.633658+0000 mgr.y (mgr.14556) 363 : cluster [DBG] pgmap v301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:17.633658+0000 mgr.y (mgr.14556) 363 : cluster [DBG] pgmap v301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:17.633658+0000 mgr.y (mgr.14556) 363 : cluster [DBG] pgmap v301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:20.552 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:55:20.843 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:55:20.843 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8m) 8m ago 9m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:55:20.843 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8m) 8m ago 8m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:55:20.843 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10m) 8m ago 10m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:55:20.843 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10m) 8m ago 10m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:55:20.843 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (13m) 8m ago 13m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:55:20.843 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (15m) 8m ago 15m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:55:20.843 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (15m) 8m ago 15m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (14m) 8m ago 14m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (13m) 8m ago 13m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9m) 8m ago 9m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9m) 8m ago 9m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (13m) 8m ago 13m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (12m) 8m ago 12m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (12m) 8m ago 12m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (12m) 8m ago 12m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11m) 8m ago 11m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11m) 8m ago 11m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10m) 8m ago 10m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10m) 8m ago 10m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:55:20.844 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8m) 8m ago 9m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:55:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:19.634178+0000 mgr.y (mgr.14556) 364 : cluster [DBG] pgmap v302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:19.634178+0000 mgr.y (mgr.14556) 364 : cluster [DBG] pgmap v302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:19.634178+0000 mgr.y (mgr.14556) 364 : cluster [DBG] pgmap v302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:21.195 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:55:21.196 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:55:21.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:55:21.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:55:21.196 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:55:21.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:55:21.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:55:21.196 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:55:21.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:55:21.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:55:21.196 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:55:21.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:55:21.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:55:21.197 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:55:21.197 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:55:21.197 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:55:21.197 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:55:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:55:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:55:20.540663+0000 mgr.y (mgr.14556) 365 : audit [DBG] from='client.25085 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:55:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:55:21.196249+0000 mon.c (mon.2) 44 : audit [DBG] from='client.? 172.21.15.23:0/1253234927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:55:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:55:20.540663+0000 mgr.y (mgr.14556) 365 : audit [DBG] from='client.25085 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:55:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:55:21.196249+0000 mon.c (mon.2) 44 : audit [DBG] from='client.? 172.21.15.23:0/1253234927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:55:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:55:20.540663+0000 mgr.y (mgr.14556) 365 : audit [DBG] from='client.25085 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:55:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:55:21.196249+0000 mon.c (mon.2) 44 : audit [DBG] from='client.? 172.21.15.23:0/1253234927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:55:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:55:20.835797+0000 mgr.y (mgr.14556) 366 : audit [DBG] from='client.25091 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:55:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:21.634795+0000 mgr.y (mgr.14556) 367 : cluster [DBG] pgmap v303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:55:20.835797+0000 mgr.y (mgr.14556) 366 : audit [DBG] from='client.25091 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:55:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:21.634795+0000 mgr.y (mgr.14556) 367 : cluster [DBG] pgmap v303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:55:20.835797+0000 mgr.y (mgr.14556) 366 : audit [DBG] from='client.25091 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:55:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:21.634795+0000 mgr.y (mgr.14556) 367 : cluster [DBG] pgmap v303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:55:23] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T06:55:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:23.635144+0000 mgr.y (mgr.14556) 368 : cluster [DBG] pgmap v304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:23.635144+0000 mgr.y (mgr.14556) 368 : cluster [DBG] pgmap v304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:23.635144+0000 mgr.y (mgr.14556) 368 : cluster [DBG] pgmap v304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:25.635731+0000 mgr.y (mgr.14556) 369 : cluster [DBG] pgmap v305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:25.635731+0000 mgr.y (mgr.14556) 369 : cluster [DBG] pgmap v305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:25.635731+0000 mgr.y (mgr.14556) 369 : cluster [DBG] pgmap v305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:27.636218+0000 mgr.y (mgr.14556) 370 : cluster [DBG] pgmap v306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:27.636218+0000 mgr.y (mgr.14556) 370 : cluster [DBG] pgmap v306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:27.636218+0000 mgr.y (mgr.14556) 370 : cluster [DBG] pgmap v306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:29.636813+0000 mgr.y (mgr.14556) 371 : cluster [DBG] pgmap v307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:29.636813+0000 mgr.y (mgr.14556) 371 : cluster [DBG] pgmap v307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:29.636813+0000 mgr.y (mgr.14556) 371 : cluster [DBG] pgmap v307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:55:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:31.637672+0000 mgr.y (mgr.14556) 372 : cluster [DBG] pgmap v308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:31.637672+0000 mgr.y (mgr.14556) 372 : cluster [DBG] pgmap v308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:31.637672+0000 mgr.y (mgr.14556) 372 : cluster [DBG] pgmap v308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:55:33] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T06:55:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:33.638172+0000 mgr.y (mgr.14556) 373 : cluster [DBG] pgmap v309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:33.638172+0000 mgr.y (mgr.14556) 373 : cluster [DBG] pgmap v309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:33.638172+0000 mgr.y (mgr.14556) 373 : cluster [DBG] pgmap v309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:35.638960+0000 mgr.y (mgr.14556) 374 : cluster [DBG] pgmap v310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:35.638960+0000 mgr.y (mgr.14556) 374 : cluster [DBG] pgmap v310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:35.638960+0000 mgr.y (mgr.14556) 374 : cluster [DBG] pgmap v310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:37.639307+0000 mgr.y (mgr.14556) 375 : cluster [DBG] pgmap v311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:37.639307+0000 mgr.y (mgr.14556) 375 : cluster [DBG] pgmap v311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:37.639307+0000 mgr.y (mgr.14556) 375 : cluster [DBG] pgmap v311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:39.639631+0000 mgr.y (mgr.14556) 376 : cluster [DBG] pgmap v312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:39.639631+0000 mgr.y (mgr.14556) 376 : cluster [DBG] pgmap v312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:39.639631+0000 mgr.y (mgr.14556) 376 : cluster [DBG] pgmap v312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:55:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:41.640229+0000 mgr.y (mgr.14556) 377 : cluster [DBG] pgmap v313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:41.640229+0000 mgr.y (mgr.14556) 377 : cluster [DBG] pgmap v313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:41.640229+0000 mgr.y (mgr.14556) 377 : cluster [DBG] pgmap v313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:55:43] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T06:55:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:43.640803+0000 mgr.y (mgr.14556) 378 : cluster [DBG] pgmap v314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:43.640803+0000 mgr.y (mgr.14556) 378 : cluster [DBG] pgmap v314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:43.640803+0000 mgr.y (mgr.14556) 378 : cluster [DBG] pgmap v314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:45.641467+0000 mgr.y (mgr.14556) 379 : cluster [DBG] pgmap v315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:45.641467+0000 mgr.y (mgr.14556) 379 : cluster [DBG] pgmap v315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:45.641467+0000 mgr.y (mgr.14556) 379 : cluster [DBG] pgmap v315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:47.641824+0000 mgr.y (mgr.14556) 380 : cluster [DBG] pgmap v316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:47.641824+0000 mgr.y (mgr.14556) 380 : cluster [DBG] pgmap v316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:47.641824+0000 mgr.y (mgr.14556) 380 : cluster [DBG] pgmap v316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:49.642370+0000 mgr.y (mgr.14556) 381 : cluster [DBG] pgmap v317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:49.642370+0000 mgr.y (mgr.14556) 381 : cluster [DBG] pgmap v317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:49.642370+0000 mgr.y (mgr.14556) 381 : cluster [DBG] pgmap v317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:51.523 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:55:51.809 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:55:51.809 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8m) 8m ago 9m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:55:51.809 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9m) 8m ago 9m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:55:51.809 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10m) 8m ago 10m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:55:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10m) 8m ago 10m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:55:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (14m) 8m ago 14m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:55:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (15m) 8m ago 15m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:55:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (15m) 8m ago 16m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:55:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (14m) 8m ago 14m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:55:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (14m) 8m ago 14m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:55:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9m) 8m ago 9m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:55:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9m) 8m ago 9m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:55:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (13m) 8m ago 13m 41.5M 3000M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:55:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (13m) 8m ago 13m 40.7M 3000M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:55:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (13m) 8m ago 13m 39.7M 3000M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:55:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (12m) 8m ago 12m 38.0M 3000M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:55:51.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (12m) 8m ago 12m 38.3M 3257M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:55:51.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11m) 8m ago 11m 38.4M 3257M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:55:51.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11m) 8m ago 11m 38.8M 3257M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:55:51.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10m) 8m ago 10m 38.5M 3257M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:55:51.811 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8m) 8m ago 10m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:55:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:55:52.157 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:55:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:55:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:55:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:55:52.159 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:55:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:55:51.511091+0000 mgr.y (mgr.14556) 382 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:55:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:51.642867+0000 mgr.y (mgr.14556) 383 : cluster [DBG] pgmap v318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:55:52.158324+0000 mon.c (mon.2) 45 : audit [DBG] from='client.? 172.21.15.23:0/1142714569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:55:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:55:51.511091+0000 mgr.y (mgr.14556) 382 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:55:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:51.642867+0000 mgr.y (mgr.14556) 383 : cluster [DBG] pgmap v318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:55:52.158324+0000 mon.c (mon.2) 45 : audit [DBG] from='client.? 172.21.15.23:0/1142714569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:55:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:55:51.511091+0000 mgr.y (mgr.14556) 382 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:55:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:51.642867+0000 mgr.y (mgr.14556) 383 : cluster [DBG] pgmap v318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:55:52.158324+0000 mon.c (mon.2) 45 : audit [DBG] from='client.? 172.21.15.23:0/1142714569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:55:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:55:51.801924+0000 mgr.y (mgr.14556) 384 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:55:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:55:51.801924+0000 mgr.y (mgr.14556) 384 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:55:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:55:53] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T06:55:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:55:51.801924+0000 mgr.y (mgr.14556) 384 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:55:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:53.643290+0000 mgr.y (mgr.14556) 385 : cluster [DBG] pgmap v319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:53.643290+0000 mgr.y (mgr.14556) 385 : cluster [DBG] pgmap v319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:53.643290+0000 mgr.y (mgr.14556) 385 : cluster [DBG] pgmap v319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:55.643874+0000 mgr.y (mgr.14556) 386 : cluster [DBG] pgmap v320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:55.643874+0000 mgr.y (mgr.14556) 386 : cluster [DBG] pgmap v320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:55.643874+0000 mgr.y (mgr.14556) 386 : cluster [DBG] pgmap v320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:57.644372+0000 mgr.y (mgr.14556) 387 : cluster [DBG] pgmap v321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:57.644372+0000 mgr.y (mgr.14556) 387 : cluster [DBG] pgmap v321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:55:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:57.644372+0000 mgr.y (mgr.14556) 387 : cluster [DBG] pgmap v321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:55:59.644928+0000 mgr.y (mgr.14556) 388 : cluster [DBG] pgmap v322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:55:59.644928+0000 mgr.y (mgr.14556) 388 : cluster [DBG] pgmap v322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:55:59.644928+0000 mgr.y (mgr.14556) 388 : cluster [DBG] pgmap v322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:56:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:01.645763+0000 mgr.y (mgr.14556) 389 : cluster [DBG] pgmap v323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:01.645763+0000 mgr.y (mgr.14556) 389 : cluster [DBG] pgmap v323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:01.645763+0000 mgr.y (mgr.14556) 389 : cluster [DBG] pgmap v323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:03.699357+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:56:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:56:03] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T06:56:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:03.699357+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:56:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:03.699357+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:56:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:03.646160+0000 mgr.y (mgr.14556) 390 : cluster [DBG] pgmap v324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:03.996538+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:03.997183+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:03.997703+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:03.998210+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:04.006040+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:56:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:04.009430+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:04.010057+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:04.010599+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:04.011114+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:04.018562+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:56:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:04.019543+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:56:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:04.020231+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:56:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:04.027767+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:56:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:03.646160+0000 mgr.y (mgr.14556) 390 : cluster [DBG] pgmap v324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:03.996538+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:03.997183+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:03.997703+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:03.998210+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:04.006040+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:56:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:04.009430+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:04.010057+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:04.010599+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:04.011114+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:04.018562+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:56:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:04.019543+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:56:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:04.020231+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:56:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:04.027767+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:56:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:03.646160+0000 mgr.y (mgr.14556) 390 : cluster [DBG] pgmap v324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:03.996538+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:03.997183+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:03.997703+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:03.998210+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:04.006040+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:56:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:04.009430+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:04.010057+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:04.010599+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:04.011114+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T06:56:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:04.018562+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:56:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:04.019543+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:56:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:04.020231+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:56:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:04.027767+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:56:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:56:03.998639+0000 mgr.y (mgr.14556) 391 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 2489M 2024-03-22T06:56:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T06:56:04.011532+0000 mgr.y (mgr.14556) 392 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2488M 2024-03-22T06:56:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:56:03.998639+0000 mgr.y (mgr.14556) 391 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 2489M 2024-03-22T06:56:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T06:56:04.011532+0000 mgr.y (mgr.14556) 392 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2488M 2024-03-22T06:56:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:56:03.998639+0000 mgr.y (mgr.14556) 391 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 2489M 2024-03-22T06:56:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T06:56:04.011532+0000 mgr.y (mgr.14556) 392 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2488M 2024-03-22T06:56:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:05.646751+0000 mgr.y (mgr.14556) 393 : cluster [DBG] pgmap v325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:05.646751+0000 mgr.y (mgr.14556) 393 : cluster [DBG] pgmap v325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:05.646751+0000 mgr.y (mgr.14556) 393 : cluster [DBG] pgmap v325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:07.647284+0000 mgr.y (mgr.14556) 394 : cluster [DBG] pgmap v326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:07.647284+0000 mgr.y (mgr.14556) 394 : cluster [DBG] pgmap v326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:07.647284+0000 mgr.y (mgr.14556) 394 : cluster [DBG] pgmap v326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:09.647854+0000 mgr.y (mgr.14556) 395 : cluster [DBG] pgmap v327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:09.647854+0000 mgr.y (mgr.14556) 395 : cluster [DBG] pgmap v327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:09.647854+0000 mgr.y (mgr.14556) 395 : cluster [DBG] pgmap v327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:56:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:11.648615+0000 mgr.y (mgr.14556) 396 : cluster [DBG] pgmap v328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:11.648615+0000 mgr.y (mgr.14556) 396 : cluster [DBG] pgmap v328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:11.648615+0000 mgr.y (mgr.14556) 396 : cluster [DBG] pgmap v328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:56:13] "GET /metrics HTTP/1.1" 200 188260 "" "Prometheus/2.33.4" 2024-03-22T06:56:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:13.648989+0000 mgr.y (mgr.14556) 397 : cluster [DBG] pgmap v329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:13.648989+0000 mgr.y (mgr.14556) 397 : cluster [DBG] pgmap v329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:13.648989+0000 mgr.y (mgr.14556) 397 : cluster [DBG] pgmap v329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:15.649562+0000 mgr.y (mgr.14556) 398 : cluster [DBG] pgmap v330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:15.649562+0000 mgr.y (mgr.14556) 398 : cluster [DBG] pgmap v330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:15.649562+0000 mgr.y (mgr.14556) 398 : cluster [DBG] pgmap v330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:17.649923+0000 mgr.y (mgr.14556) 399 : cluster [DBG] pgmap v331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:17.649923+0000 mgr.y (mgr.14556) 399 : cluster [DBG] pgmap v331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:17.649923+0000 mgr.y (mgr.14556) 399 : cluster [DBG] pgmap v331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:19.650341+0000 mgr.y (mgr.14556) 400 : cluster [DBG] pgmap v332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:19.650341+0000 mgr.y (mgr.14556) 400 : cluster [DBG] pgmap v332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:19.650341+0000 mgr.y (mgr.14556) 400 : cluster [DBG] pgmap v332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:56:22.482 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:56:22.771 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9m) 9m ago 10m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9m) 9m ago 9m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11m) 9m ago 11m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11m) 9m ago 11m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (14m) 9m ago 14m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (16m) 9m ago 16m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (16m) 9m ago 16m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (15m) 9m ago 15m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (14m) 9m ago 14m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10m) 9m ago 10m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10m) 9m ago 10m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (14m) 9m ago 14m 41.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:56:22.772 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (14m) 9m ago 14m 40.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:56:22.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (13m) 9m ago 13m 39.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:56:22.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (13m) 9m ago 13m 38.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:56:22.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (12m) 9m ago 12m 38.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:56:22.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (12m) 9m ago 12m 38.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:56:22.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11m) 9m ago 11m 38.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:56:22.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11m) 9m ago 11m 38.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:56:22.773 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9m) 9m ago 10m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:56:23.126 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:56:23.126 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:56:23.127 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:56:23.128 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:56:23.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:21.650973+0000 mgr.y (mgr.14556) 401 : cluster [DBG] pgmap v333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:21.650973+0000 mgr.y (mgr.14556) 401 : cluster [DBG] pgmap v333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:21.650973+0000 mgr.y (mgr.14556) 401 : cluster [DBG] pgmap v333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:56:23] "GET /metrics HTTP/1.1" 200 188248 "" "Prometheus/2.33.4" 2024-03-22T06:56:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:22.470308+0000 mgr.y (mgr.14556) 402 : audit [DBG] from='client.25121 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:56:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:23.127216+0000 mon.c (mon.2) 46 : audit [DBG] from='client.? 172.21.15.23:0/3048961985' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:56:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:22.470308+0000 mgr.y (mgr.14556) 402 : audit [DBG] from='client.25121 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:56:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:23.127216+0000 mon.c (mon.2) 46 : audit [DBG] from='client.? 172.21.15.23:0/3048961985' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:56:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:22.470308+0000 mgr.y (mgr.14556) 402 : audit [DBG] from='client.25121 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:56:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:23.127216+0000 mon.c (mon.2) 46 : audit [DBG] from='client.? 172.21.15.23:0/3048961985' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:56:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:22.764367+0000 mgr.y (mgr.14556) 403 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:56:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:23.651509+0000 mgr.y (mgr.14556) 404 : cluster [DBG] pgmap v334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:22.764367+0000 mgr.y (mgr.14556) 403 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:56:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:23.651509+0000 mgr.y (mgr.14556) 404 : cluster [DBG] pgmap v334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:22.764367+0000 mgr.y (mgr.14556) 403 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:56:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:23.651509+0000 mgr.y (mgr.14556) 404 : cluster [DBG] pgmap v334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:25.652133+0000 mgr.y (mgr.14556) 405 : cluster [DBG] pgmap v335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:25.652133+0000 mgr.y (mgr.14556) 405 : cluster [DBG] pgmap v335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:25.652133+0000 mgr.y (mgr.14556) 405 : cluster [DBG] pgmap v335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:27.652482+0000 mgr.y (mgr.14556) 406 : cluster [DBG] pgmap v336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:27.652482+0000 mgr.y (mgr.14556) 406 : cluster [DBG] pgmap v336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:27.652482+0000 mgr.y (mgr.14556) 406 : cluster [DBG] pgmap v336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:29.652967+0000 mgr.y (mgr.14556) 407 : cluster [DBG] pgmap v337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:29.652967+0000 mgr.y (mgr.14556) 407 : cluster [DBG] pgmap v337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:29.652967+0000 mgr.y (mgr.14556) 407 : cluster [DBG] pgmap v337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:31.805 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:56:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:31.653718+0000 mgr.y (mgr.14556) 408 : cluster [DBG] pgmap v338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:31.653718+0000 mgr.y (mgr.14556) 408 : cluster [DBG] pgmap v338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:31.653718+0000 mgr.y (mgr.14556) 408 : cluster [DBG] pgmap v338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:56:33] "GET /metrics HTTP/1.1" 200 188248 "" "Prometheus/2.33.4" 2024-03-22T06:56:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:33.654200+0000 mgr.y (mgr.14556) 409 : cluster [DBG] pgmap v339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:33.654200+0000 mgr.y (mgr.14556) 409 : cluster [DBG] pgmap v339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:33.654200+0000 mgr.y (mgr.14556) 409 : cluster [DBG] pgmap v339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:35.654780+0000 mgr.y (mgr.14556) 410 : cluster [DBG] pgmap v340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:35.654780+0000 mgr.y (mgr.14556) 410 : cluster [DBG] pgmap v340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:35.654780+0000 mgr.y (mgr.14556) 410 : cluster [DBG] pgmap v340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:37.655461+0000 mgr.y (mgr.14556) 411 : cluster [DBG] pgmap v341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:37.655461+0000 mgr.y (mgr.14556) 411 : cluster [DBG] pgmap v341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:37.655461+0000 mgr.y (mgr.14556) 411 : cluster [DBG] pgmap v341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:39.656133+0000 mgr.y (mgr.14556) 412 : cluster [DBG] pgmap v342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:39.656133+0000 mgr.y (mgr.14556) 412 : cluster [DBG] pgmap v342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:39.656133+0000 mgr.y (mgr.14556) 412 : cluster [DBG] pgmap v342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:56:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:41.656939+0000 mgr.y (mgr.14556) 413 : cluster [DBG] pgmap v343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:41.656939+0000 mgr.y (mgr.14556) 413 : cluster [DBG] pgmap v343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:41.656939+0000 mgr.y (mgr.14556) 413 : cluster [DBG] pgmap v343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:56:43] "GET /metrics HTTP/1.1" 200 188252 "" "Prometheus/2.33.4" 2024-03-22T06:56:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:43.657415+0000 mgr.y (mgr.14556) 414 : cluster [DBG] pgmap v344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:43.657415+0000 mgr.y (mgr.14556) 414 : cluster [DBG] pgmap v344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:43.657415+0000 mgr.y (mgr.14556) 414 : cluster [DBG] pgmap v344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:45.658094+0000 mgr.y (mgr.14556) 415 : cluster [DBG] pgmap v345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:45.658094+0000 mgr.y (mgr.14556) 415 : cluster [DBG] pgmap v345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:45.658094+0000 mgr.y (mgr.14556) 415 : cluster [DBG] pgmap v345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:47.658444+0000 mgr.y (mgr.14556) 416 : cluster [DBG] pgmap v346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:47.658444+0000 mgr.y (mgr.14556) 416 : cluster [DBG] pgmap v346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:47.658444+0000 mgr.y (mgr.14556) 416 : cluster [DBG] pgmap v346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:49.658913+0000 mgr.y (mgr.14556) 417 : cluster [DBG] pgmap v347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:49.658913+0000 mgr.y (mgr.14556) 417 : cluster [DBG] pgmap v347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:49.658913+0000 mgr.y (mgr.14556) 417 : cluster [DBG] pgmap v347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:56:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:51.659756+0000 mgr.y (mgr.14556) 418 : cluster [DBG] pgmap v348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:51.659756+0000 mgr.y (mgr.14556) 418 : cluster [DBG] pgmap v348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:51.659756+0000 mgr.y (mgr.14556) 418 : cluster [DBG] pgmap v348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:53.452 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:56:53.739 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:56:53.739 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9m) 9m ago 10m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:56:53.739 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10m) 9m ago 10m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:56:53.739 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11m) 9m ago 11m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:56:53.739 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11m) 9m ago 11m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:56:53.739 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (15m) 9m ago 15m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:56:53.739 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (16m) 9m ago 16m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:56:53.739 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (16m) 9m ago 17m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:56:53.739 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (15m) 9m ago 15m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:56:53.739 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (15m) 9m ago 15m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:56:53.739 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10m) 9m ago 10m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:56:53.740 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10m) 9m ago 10m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:56:53.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (14m) 9m ago 14m 41.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:56:53.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (14m) 9m ago 14m 40.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:56:53.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (14m) 9m ago 14m 39.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:56:53.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (13m) 9m ago 13m 38.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:56:53.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (13m) 9m ago 13m 38.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:56:53.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (12m) 9m ago 12m 38.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:56:53.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (12m) 9m ago 12m 38.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:56:53.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11m) 9m ago 11m 38.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:56:53.740 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9m) 9m ago 11m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:56:54.094 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:56:54.094 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:56:54.094 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:56:54.094 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:56:54.095 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:56:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:56:53] "GET /metrics HTTP/1.1" 200 188253 "" "Prometheus/2.33.4" 2024-03-22T06:56:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:53.440931+0000 mgr.y (mgr.14556) 419 : audit [DBG] from='client.25139 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:56:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:53.660126+0000 mgr.y (mgr.14556) 420 : cluster [DBG] pgmap v349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:53.731428+0000 mgr.y (mgr.14556) 421 : audit [DBG] from='client.15231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:56:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:53.440931+0000 mgr.y (mgr.14556) 419 : audit [DBG] from='client.25139 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:56:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:53.660126+0000 mgr.y (mgr.14556) 420 : cluster [DBG] pgmap v349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:53.731428+0000 mgr.y (mgr.14556) 421 : audit [DBG] from='client.15231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:56:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:53.440931+0000 mgr.y (mgr.14556) 419 : audit [DBG] from='client.25139 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:56:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:53.660126+0000 mgr.y (mgr.14556) 420 : cluster [DBG] pgmap v349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:53.731428+0000 mgr.y (mgr.14556) 421 : audit [DBG] from='client.15231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:56:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:56:54.094596+0000 mon.a (mon.0) 868 : audit [DBG] from='client.? 172.21.15.23:0/2278745136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:56:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:56:54.094596+0000 mon.a (mon.0) 868 : audit [DBG] from='client.? 172.21.15.23:0/2278745136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:56:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:56:54.094596+0000 mon.a (mon.0) 868 : audit [DBG] from='client.? 172.21.15.23:0/2278745136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:56:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:55.660655+0000 mgr.y (mgr.14556) 422 : cluster [DBG] pgmap v350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:55.660655+0000 mgr.y (mgr.14556) 422 : cluster [DBG] pgmap v350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:55.660655+0000 mgr.y (mgr.14556) 422 : cluster [DBG] pgmap v350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:56:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:57.661054+0000 mgr.y (mgr.14556) 423 : cluster [DBG] pgmap v351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:56:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:57.661054+0000 mgr.y (mgr.14556) 423 : cluster [DBG] pgmap v351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:56:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:56:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:57.661054+0000 mgr.y (mgr.14556) 423 : cluster [DBG] pgmap v351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:56:59.661463+0000 mgr.y (mgr.14556) 424 : cluster [DBG] pgmap v352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:56:59.661463+0000 mgr.y (mgr.14556) 424 : cluster [DBG] pgmap v352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:56:59.661463+0000 mgr.y (mgr.14556) 424 : cluster [DBG] pgmap v352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:57:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:01.662124+0000 mgr.y (mgr.14556) 425 : cluster [DBG] pgmap v353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:01.662124+0000 mgr.y (mgr.14556) 425 : cluster [DBG] pgmap v353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:01.662124+0000 mgr.y (mgr.14556) 425 : cluster [DBG] pgmap v353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:57:03] "GET /metrics HTTP/1.1" 200 188253 "" "Prometheus/2.33.4" 2024-03-22T06:57:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:03.662629+0000 mgr.y (mgr.14556) 426 : cluster [DBG] pgmap v354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:03.662629+0000 mgr.y (mgr.14556) 426 : cluster [DBG] pgmap v354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:03.662629+0000 mgr.y (mgr.14556) 426 : cluster [DBG] pgmap v354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:57:04.032879+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:57:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:57:04.342905+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:57:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:57:04.343517+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:57:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:57:04.350902+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:57:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:57:04.032879+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:57:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:57:04.342905+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:57:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:57:04.343517+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:57:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:57:04.350902+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:57:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:57:04.032879+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:57:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:57:04.342905+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:57:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:57:04.343517+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:57:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:57:04.350902+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:57:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:05.663240+0000 mgr.y (mgr.14556) 427 : cluster [DBG] pgmap v355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:05.663240+0000 mgr.y (mgr.14556) 427 : cluster [DBG] pgmap v355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:05.663240+0000 mgr.y (mgr.14556) 427 : cluster [DBG] pgmap v355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:07.663640+0000 mgr.y (mgr.14556) 428 : cluster [DBG] pgmap v356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:07.663640+0000 mgr.y (mgr.14556) 428 : cluster [DBG] pgmap v356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:07.663640+0000 mgr.y (mgr.14556) 428 : cluster [DBG] pgmap v356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:09.664092+0000 mgr.y (mgr.14556) 429 : cluster [DBG] pgmap v357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:09.664092+0000 mgr.y (mgr.14556) 429 : cluster [DBG] pgmap v357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:09.664092+0000 mgr.y (mgr.14556) 429 : cluster [DBG] pgmap v357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:57:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:11.664960+0000 mgr.y (mgr.14556) 430 : cluster [DBG] pgmap v358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:11.664960+0000 mgr.y (mgr.14556) 430 : cluster [DBG] pgmap v358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:11.664960+0000 mgr.y (mgr.14556) 430 : cluster [DBG] pgmap v358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:57:13] "GET /metrics HTTP/1.1" 200 188252 "" "Prometheus/2.33.4" 2024-03-22T06:57:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:13.665524+0000 mgr.y (mgr.14556) 431 : cluster [DBG] pgmap v359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:13.665524+0000 mgr.y (mgr.14556) 431 : cluster [DBG] pgmap v359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:13.665524+0000 mgr.y (mgr.14556) 431 : cluster [DBG] pgmap v359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:15.666114+0000 mgr.y (mgr.14556) 432 : cluster [DBG] pgmap v360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:15.666114+0000 mgr.y (mgr.14556) 432 : cluster [DBG] pgmap v360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:15.666114+0000 mgr.y (mgr.14556) 432 : cluster [DBG] pgmap v360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:17.666629+0000 mgr.y (mgr.14556) 433 : cluster [DBG] pgmap v361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:17.666629+0000 mgr.y (mgr.14556) 433 : cluster [DBG] pgmap v361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:17.666629+0000 mgr.y (mgr.14556) 433 : cluster [DBG] pgmap v361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:19.667006+0000 mgr.y (mgr.14556) 434 : cluster [DBG] pgmap v362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:19.667006+0000 mgr.y (mgr.14556) 434 : cluster [DBG] pgmap v362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:19.667006+0000 mgr.y (mgr.14556) 434 : cluster [DBG] pgmap v362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:57:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:21.667671+0000 mgr.y (mgr.14556) 435 : cluster [DBG] pgmap v363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:21.667671+0000 mgr.y (mgr.14556) 435 : cluster [DBG] pgmap v363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:21.667671+0000 mgr.y (mgr.14556) 435 : cluster [DBG] pgmap v363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:57:23] "GET /metrics HTTP/1.1" 200 188244 "" "Prometheus/2.33.4" 2024-03-22T06:57:24.417 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:57:24.705 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:57:24.706 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10m) 10m ago 11m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:57:24.706 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10m) 10m ago 10m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:57:24.706 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (12m) 10m ago 12m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:57:24.706 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (12m) 10m ago 12m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:57:24.706 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (15m) 10m ago 15m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:57:24.706 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (17m) 10m ago 17m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:57:24.706 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (17m) 10m ago 17m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:57:24.706 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (16m) 10m ago 16m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:57:24.706 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (16m) 10m ago 16m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:57:24.706 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11m) 10m ago 11m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:57:24.706 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11m) 10m ago 11m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:57:24.706 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (15m) 10m ago 15m 41.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:57:24.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (15m) 10m ago 15m 40.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:57:24.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (14m) 10m ago 14m 39.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:57:24.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (14m) 10m ago 14m 38.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:57:24.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (13m) 10m ago 13m 38.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:57:24.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (13m) 10m ago 13m 38.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:57:24.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (12m) 10m ago 12m 38.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:57:24.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (12m) 10m ago 12m 38.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:57:24.707 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10m) 10m ago 11m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:57:25.053 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:57:25.053 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:57:25.053 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:57:25.053 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:57:25.053 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:57:25.053 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:57:25.054 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:57:25.054 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:57:25.054 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:57:25.054 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:57:25.054 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:57:25.054 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:57:25.054 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:57:25.054 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:57:25.054 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:57:25.054 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:57:25.054 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:57:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:23.668261+0000 mgr.y (mgr.14556) 436 : cluster [DBG] pgmap v364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:23.668261+0000 mgr.y (mgr.14556) 436 : cluster [DBG] pgmap v364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:23.668261+0000 mgr.y (mgr.14556) 436 : cluster [DBG] pgmap v364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:57:24.406251+0000 mgr.y (mgr.14556) 437 : audit [DBG] from='client.15243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:57:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:57:24.698423+0000 mgr.y (mgr.14556) 438 : audit [DBG] from='client.25163 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:57:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:57:25.053887+0000 mon.a (mon.0) 873 : audit [DBG] from='client.? 172.21.15.23:0/3158100910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:57:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:57:24.406251+0000 mgr.y (mgr.14556) 437 : audit [DBG] from='client.15243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:57:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:57:24.698423+0000 mgr.y (mgr.14556) 438 : audit [DBG] from='client.25163 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:57:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:57:25.053887+0000 mon.a (mon.0) 873 : audit [DBG] from='client.? 172.21.15.23:0/3158100910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:57:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:57:24.406251+0000 mgr.y (mgr.14556) 437 : audit [DBG] from='client.15243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:57:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:57:24.698423+0000 mgr.y (mgr.14556) 438 : audit [DBG] from='client.25163 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:57:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:57:25.053887+0000 mon.a (mon.0) 873 : audit [DBG] from='client.? 172.21.15.23:0/3158100910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:57:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:25.668983+0000 mgr.y (mgr.14556) 439 : cluster [DBG] pgmap v365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:25.668983+0000 mgr.y (mgr.14556) 439 : cluster [DBG] pgmap v365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:25.668983+0000 mgr.y (mgr.14556) 439 : cluster [DBG] pgmap v365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:27.669519+0000 mgr.y (mgr.14556) 440 : cluster [DBG] pgmap v366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:27.669519+0000 mgr.y (mgr.14556) 440 : cluster [DBG] pgmap v366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:27.669519+0000 mgr.y (mgr.14556) 440 : cluster [DBG] pgmap v366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:29.669922+0000 mgr.y (mgr.14556) 441 : cluster [DBG] pgmap v367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:29.669922+0000 mgr.y (mgr.14556) 441 : cluster [DBG] pgmap v367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:29.669922+0000 mgr.y (mgr.14556) 441 : cluster [DBG] pgmap v367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:57:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:31.670549+0000 mgr.y (mgr.14556) 442 : cluster [DBG] pgmap v368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:31.670549+0000 mgr.y (mgr.14556) 442 : cluster [DBG] pgmap v368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:31.670549+0000 mgr.y (mgr.14556) 442 : cluster [DBG] pgmap v368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:57:33] "GET /metrics HTTP/1.1" 200 188244 "" "Prometheus/2.33.4" 2024-03-22T06:57:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:33.670978+0000 mgr.y (mgr.14556) 443 : cluster [DBG] pgmap v369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:33.670978+0000 mgr.y (mgr.14556) 443 : cluster [DBG] pgmap v369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:33.670978+0000 mgr.y (mgr.14556) 443 : cluster [DBG] pgmap v369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:35.671591+0000 mgr.y (mgr.14556) 444 : cluster [DBG] pgmap v370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:35.671591+0000 mgr.y (mgr.14556) 444 : cluster [DBG] pgmap v370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:35.671591+0000 mgr.y (mgr.14556) 444 : cluster [DBG] pgmap v370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:37.671961+0000 mgr.y (mgr.14556) 445 : cluster [DBG] pgmap v371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:37.671961+0000 mgr.y (mgr.14556) 445 : cluster [DBG] pgmap v371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:37.671961+0000 mgr.y (mgr.14556) 445 : cluster [DBG] pgmap v371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:39.672488+0000 mgr.y (mgr.14556) 446 : cluster [DBG] pgmap v372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:39.672488+0000 mgr.y (mgr.14556) 446 : cluster [DBG] pgmap v372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:39.672488+0000 mgr.y (mgr.14556) 446 : cluster [DBG] pgmap v372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:57:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:41.673238+0000 mgr.y (mgr.14556) 447 : cluster [DBG] pgmap v373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:41.673238+0000 mgr.y (mgr.14556) 447 : cluster [DBG] pgmap v373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:41.673238+0000 mgr.y (mgr.14556) 447 : cluster [DBG] pgmap v373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:43.673580+0000 mgr.y (mgr.14556) 448 : cluster [DBG] pgmap v374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:57:43] "GET /metrics HTTP/1.1" 200 188248 "" "Prometheus/2.33.4" 2024-03-22T06:57:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:43.673580+0000 mgr.y (mgr.14556) 448 : cluster [DBG] pgmap v374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:43.673580+0000 mgr.y (mgr.14556) 448 : cluster [DBG] pgmap v374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:45.674272+0000 mgr.y (mgr.14556) 449 : cluster [DBG] pgmap v375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:45.674272+0000 mgr.y (mgr.14556) 449 : cluster [DBG] pgmap v375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:45.674272+0000 mgr.y (mgr.14556) 449 : cluster [DBG] pgmap v375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:47.674807+0000 mgr.y (mgr.14556) 450 : cluster [DBG] pgmap v376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:47.674807+0000 mgr.y (mgr.14556) 450 : cluster [DBG] pgmap v376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:47.674807+0000 mgr.y (mgr.14556) 450 : cluster [DBG] pgmap v376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:49.675197+0000 mgr.y (mgr.14556) 451 : cluster [DBG] pgmap v377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:49.675197+0000 mgr.y (mgr.14556) 451 : cluster [DBG] pgmap v377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:49.675197+0000 mgr.y (mgr.14556) 451 : cluster [DBG] pgmap v377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:57:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:51.675931+0000 mgr.y (mgr.14556) 452 : cluster [DBG] pgmap v378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:51.675931+0000 mgr.y (mgr.14556) 452 : cluster [DBG] pgmap v378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:51.675931+0000 mgr.y (mgr.14556) 452 : cluster [DBG] pgmap v378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:53.676470+0000 mgr.y (mgr.14556) 453 : cluster [DBG] pgmap v379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:53.676470+0000 mgr.y (mgr.14556) 453 : cluster [DBG] pgmap v379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:57:53] "GET /metrics HTTP/1.1" 200 188253 "" "Prometheus/2.33.4" 2024-03-22T06:57:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:53.676470+0000 mgr.y (mgr.14556) 453 : cluster [DBG] pgmap v379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:55.382 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:57:55.669 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:57:55.669 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10m) 10m ago 11m 18.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:57:55.669 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11m) 10m ago 11m 47.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (12m) 10m ago 12m 12.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (12m) 10m ago 12m 14.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (16m) 10m ago 16m 385M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (17m) 10m ago 17m 433M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (18m) 10m ago 18m 63.7M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (16m) 10m ago 16m 68.7M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (16m) 10m ago 16m 68.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (12m) 10m ago 11m 13.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11m) 10m ago 11m 9147k - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (15m) 10m ago 15m 41.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (15m) 10m ago 15m 40.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (15m) 10m ago 15m 39.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (14m) 10m ago 14m 38.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:57:55.670 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (14m) 10m ago 14m 38.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:57:55.671 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (13m) 10m ago 13m 38.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:57:55.671 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (13m) 10m ago 13m 38.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:57:55.671 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (13m) 10m ago 12m 38.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:57:55.671 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10m) 10m ago 12m 35.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:57:56.019 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:57:56.019 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:57:56.019 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:57:56.020 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:57:56.020 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:57:56.020 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:57:56.020 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:57:56.020 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:57:56.020 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:57:56.020 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:57:56.020 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:57:56.021 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:57:56.021 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:57:56.021 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:57:56.021 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:57:56.021 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:57:56.021 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:57:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:57:55.370919+0000 mgr.y (mgr.14556) 454 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:57:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:57:55.662189+0000 mgr.y (mgr.14556) 455 : audit [DBG] from='client.25181 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:57:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:55.676962+0000 mgr.y (mgr.14556) 456 : cluster [DBG] pgmap v380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:57:56.020063+0000 mon.c (mon.2) 47 : audit [DBG] from='client.? 172.21.15.23:0/93812045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:57:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:57:55.370919+0000 mgr.y (mgr.14556) 454 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:57:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:57:55.662189+0000 mgr.y (mgr.14556) 455 : audit [DBG] from='client.25181 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:57:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:55.676962+0000 mgr.y (mgr.14556) 456 : cluster [DBG] pgmap v380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:57:56.020063+0000 mon.c (mon.2) 47 : audit [DBG] from='client.? 172.21.15.23:0/93812045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:57:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:57:55.370919+0000 mgr.y (mgr.14556) 454 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:57:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:57:55.662189+0000 mgr.y (mgr.14556) 455 : audit [DBG] from='client.25181 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:57:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:55.676962+0000 mgr.y (mgr.14556) 456 : cluster [DBG] pgmap v380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:57:56.020063+0000 mon.c (mon.2) 47 : audit [DBG] from='client.? 172.21.15.23:0/93812045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:57:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:57:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:57.677363+0000 mgr.y (mgr.14556) 457 : cluster [DBG] pgmap v381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:57:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:57.677363+0000 mgr.y (mgr.14556) 457 : cluster [DBG] pgmap v381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:57:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:57:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:57.677363+0000 mgr.y (mgr.14556) 457 : cluster [DBG] pgmap v381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:57:59.677790+0000 mgr.y (mgr.14556) 458 : cluster [DBG] pgmap v382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:57:59.677790+0000 mgr.y (mgr.14556) 458 : cluster [DBG] pgmap v382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:57:59.677790+0000 mgr.y (mgr.14556) 458 : cluster [DBG] pgmap v382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:58:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:01.678545+0000 mgr.y (mgr.14556) 459 : cluster [DBG] pgmap v383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:01.678545+0000 mgr.y (mgr.14556) 459 : cluster [DBG] pgmap v383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:01.678545+0000 mgr.y (mgr.14556) 459 : cluster [DBG] pgmap v383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:58:03] "GET /metrics HTTP/1.1" 200 188253 "" "Prometheus/2.33.4" 2024-03-22T06:58:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:03.678885+0000 mgr.y (mgr.14556) 460 : cluster [DBG] pgmap v384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:03.678885+0000 mgr.y (mgr.14556) 460 : cluster [DBG] pgmap v384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:03.678885+0000 mgr.y (mgr.14556) 460 : cluster [DBG] pgmap v384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:58:04.356040+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:58:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:58:04.356040+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:58:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:58:04.356040+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:58:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:05.679435+0000 mgr.y (mgr.14556) 461 : cluster [DBG] pgmap v385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:05.679435+0000 mgr.y (mgr.14556) 461 : cluster [DBG] pgmap v385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:05.679435+0000 mgr.y (mgr.14556) 461 : cluster [DBG] pgmap v385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:58:07.086231+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:58:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:07.679941+0000 mgr.y (mgr.14556) 462 : cluster [DBG] pgmap v386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:58:07.722060+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:58:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:58:08.017806+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:58:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:58:08.018661+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:58:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:58:08.026792+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:58:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:58:07.086231+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:58:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:07.679941+0000 mgr.y (mgr.14556) 462 : cluster [DBG] pgmap v386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:58:07.722060+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:58:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:58:08.017806+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:58:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:58:08.018661+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:58:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:58:08.026792+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:58:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:58:07.086231+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:58:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:07.679941+0000 mgr.y (mgr.14556) 462 : cluster [DBG] pgmap v386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:58:07.722060+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:58:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:58:08.017806+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:58:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:58:08.018661+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:58:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:58:08.026792+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:58:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:09.680430+0000 mgr.y (mgr.14556) 463 : cluster [DBG] pgmap v387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:09.680430+0000 mgr.y (mgr.14556) 463 : cluster [DBG] pgmap v387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:09.680430+0000 mgr.y (mgr.14556) 463 : cluster [DBG] pgmap v387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:58:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:11.681115+0000 mgr.y (mgr.14556) 464 : cluster [DBG] pgmap v388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:11.681115+0000 mgr.y (mgr.14556) 464 : cluster [DBG] pgmap v388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:11.681115+0000 mgr.y (mgr.14556) 464 : cluster [DBG] pgmap v388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:58:13] "GET /metrics HTTP/1.1" 200 188256 "" "Prometheus/2.33.4" 2024-03-22T06:58:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:13.681568+0000 mgr.y (mgr.14556) 465 : cluster [DBG] pgmap v389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:13.681568+0000 mgr.y (mgr.14556) 465 : cluster [DBG] pgmap v389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:13.681568+0000 mgr.y (mgr.14556) 465 : cluster [DBG] pgmap v389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:15.682148+0000 mgr.y (mgr.14556) 466 : cluster [DBG] pgmap v390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:15.682148+0000 mgr.y (mgr.14556) 466 : cluster [DBG] pgmap v390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:15.682148+0000 mgr.y (mgr.14556) 466 : cluster [DBG] pgmap v390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:17.682677+0000 mgr.y (mgr.14556) 467 : cluster [DBG] pgmap v391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:17.682677+0000 mgr.y (mgr.14556) 467 : cluster [DBG] pgmap v391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:17.682677+0000 mgr.y (mgr.14556) 467 : cluster [DBG] pgmap v391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:19.683159+0000 mgr.y (mgr.14556) 468 : cluster [DBG] pgmap v392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:19.683159+0000 mgr.y (mgr.14556) 468 : cluster [DBG] pgmap v392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:19.683159+0000 mgr.y (mgr.14556) 468 : cluster [DBG] pgmap v392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:58:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:21.683884+0000 mgr.y (mgr.14556) 469 : cluster [DBG] pgmap v393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:21.683884+0000 mgr.y (mgr.14556) 469 : cluster [DBG] pgmap v393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:21.683884+0000 mgr.y (mgr.14556) 469 : cluster [DBG] pgmap v393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:58:23] "GET /metrics HTTP/1.1" 200 188250 "" "Prometheus/2.33.4" 2024-03-22T06:58:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:23.684402+0000 mgr.y (mgr.14556) 470 : cluster [DBG] pgmap v394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:23.684402+0000 mgr.y (mgr.14556) 470 : cluster [DBG] pgmap v394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:23.684402+0000 mgr.y (mgr.14556) 470 : cluster [DBG] pgmap v394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:26.348 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:58:26.637 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:58:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11m) 19s ago 12m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:58:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11m) 18s ago 11m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:58:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (13m) 19s ago 13m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:58:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (13m) 18s ago 13m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:58:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (16m) 18s ago 16m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:58:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (18m) 19s ago 18m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:58:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (18m) 19s ago 18m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:58:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (17m) 18s ago 17m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:58:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (17m) 19s ago 17m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:58:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (12m) 19s ago 12m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:58:26.638 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (12m) 18s ago 12m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:58:26.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (16m) 19s ago 16m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:58:26.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (16m) 19s ago 16m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:58:26.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (15m) 19s ago 15m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:58:26.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (15m) 19s ago 15m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:58:26.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (14m) 18s ago 14m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:58:26.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (14m) 18s ago 14m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:58:26.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (13m) 18s ago 13m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:58:26.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (13m) 18s ago 13m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:58:26.639 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11m) 18s ago 12m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:58:26.986 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:58:26.986 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:58:26.987 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:58:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:25.685167+0000 mgr.y (mgr.14556) 471 : cluster [DBG] pgmap v395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:25.685167+0000 mgr.y (mgr.14556) 471 : cluster [DBG] pgmap v395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:25.685167+0000 mgr.y (mgr.14556) 471 : cluster [DBG] pgmap v395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:58:26.336526+0000 mgr.y (mgr.14556) 472 : audit [DBG] from='client.15279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:58:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:58:26.630418+0000 mgr.y (mgr.14556) 473 : audit [DBG] from='client.25199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:58:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:58:26.987191+0000 mon.c (mon.2) 48 : audit [DBG] from='client.? 172.21.15.23:0/3128804386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:58:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:58:26.336526+0000 mgr.y (mgr.14556) 472 : audit [DBG] from='client.15279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:58:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:58:26.630418+0000 mgr.y (mgr.14556) 473 : audit [DBG] from='client.25199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:58:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:58:26.987191+0000 mon.c (mon.2) 48 : audit [DBG] from='client.? 172.21.15.23:0/3128804386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:58:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:58:26.336526+0000 mgr.y (mgr.14556) 472 : audit [DBG] from='client.15279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:58:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:58:26.630418+0000 mgr.y (mgr.14556) 473 : audit [DBG] from='client.25199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:58:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:58:26.987191+0000 mon.c (mon.2) 48 : audit [DBG] from='client.? 172.21.15.23:0/3128804386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:58:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:27.685645+0000 mgr.y (mgr.14556) 474 : cluster [DBG] pgmap v396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:27.685645+0000 mgr.y (mgr.14556) 474 : cluster [DBG] pgmap v396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:27.685645+0000 mgr.y (mgr.14556) 474 : cluster [DBG] pgmap v396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:29.686010+0000 mgr.y (mgr.14556) 475 : cluster [DBG] pgmap v397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:29.686010+0000 mgr.y (mgr.14556) 475 : cluster [DBG] pgmap v397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:29.686010+0000 mgr.y (mgr.14556) 475 : cluster [DBG] pgmap v397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:58:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:31.686800+0000 mgr.y (mgr.14556) 476 : cluster [DBG] pgmap v398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:31.686800+0000 mgr.y (mgr.14556) 476 : cluster [DBG] pgmap v398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:31.686800+0000 mgr.y (mgr.14556) 476 : cluster [DBG] pgmap v398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:58:33] "GET /metrics HTTP/1.1" 200 188250 "" "Prometheus/2.33.4" 2024-03-22T06:58:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:33.687393+0000 mgr.y (mgr.14556) 477 : cluster [DBG] pgmap v399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:33.687393+0000 mgr.y (mgr.14556) 477 : cluster [DBG] pgmap v399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:35.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:33.687393+0000 mgr.y (mgr.14556) 477 : cluster [DBG] pgmap v399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:35.687968+0000 mgr.y (mgr.14556) 478 : cluster [DBG] pgmap v400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:35.687968+0000 mgr.y (mgr.14556) 478 : cluster [DBG] pgmap v400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:35.687968+0000 mgr.y (mgr.14556) 478 : cluster [DBG] pgmap v400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:37.688413+0000 mgr.y (mgr.14556) 479 : cluster [DBG] pgmap v401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:37.688413+0000 mgr.y (mgr.14556) 479 : cluster [DBG] pgmap v401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:37.688413+0000 mgr.y (mgr.14556) 479 : cluster [DBG] pgmap v401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:39.688902+0000 mgr.y (mgr.14556) 480 : cluster [DBG] pgmap v402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:39.688902+0000 mgr.y (mgr.14556) 480 : cluster [DBG] pgmap v402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:39.688902+0000 mgr.y (mgr.14556) 480 : cluster [DBG] pgmap v402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:58:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:41.689773+0000 mgr.y (mgr.14556) 481 : cluster [DBG] pgmap v403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:41.689773+0000 mgr.y (mgr.14556) 481 : cluster [DBG] pgmap v403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:41.689773+0000 mgr.y (mgr.14556) 481 : cluster [DBG] pgmap v403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:58:43] "GET /metrics HTTP/1.1" 200 188251 "" "Prometheus/2.33.4" 2024-03-22T06:58:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:43.690219+0000 mgr.y (mgr.14556) 482 : cluster [DBG] pgmap v404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:43.690219+0000 mgr.y (mgr.14556) 482 : cluster [DBG] pgmap v404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:43.690219+0000 mgr.y (mgr.14556) 482 : cluster [DBG] pgmap v404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:45.691027+0000 mgr.y (mgr.14556) 483 : cluster [DBG] pgmap v405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:45.691027+0000 mgr.y (mgr.14556) 483 : cluster [DBG] pgmap v405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:45.691027+0000 mgr.y (mgr.14556) 483 : cluster [DBG] pgmap v405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:47.691425+0000 mgr.y (mgr.14556) 484 : cluster [DBG] pgmap v406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:47.691425+0000 mgr.y (mgr.14556) 484 : cluster [DBG] pgmap v406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:47.691425+0000 mgr.y (mgr.14556) 484 : cluster [DBG] pgmap v406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:49.691935+0000 mgr.y (mgr.14556) 485 : cluster [DBG] pgmap v407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:49.691935+0000 mgr.y (mgr.14556) 485 : cluster [DBG] pgmap v407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:49.691935+0000 mgr.y (mgr.14556) 485 : cluster [DBG] pgmap v407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:58:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:51.692590+0000 mgr.y (mgr.14556) 486 : cluster [DBG] pgmap v408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:51.692590+0000 mgr.y (mgr.14556) 486 : cluster [DBG] pgmap v408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:51.692590+0000 mgr.y (mgr.14556) 486 : cluster [DBG] pgmap v408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:58:53] "GET /metrics HTTP/1.1" 200 188249 "" "Prometheus/2.33.4" 2024-03-22T06:58:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:53.693117+0000 mgr.y (mgr.14556) 487 : cluster [DBG] pgmap v409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:53.693117+0000 mgr.y (mgr.14556) 487 : cluster [DBG] pgmap v409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:53.693117+0000 mgr.y (mgr.14556) 487 : cluster [DBG] pgmap v409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:55.693834+0000 mgr.y (mgr.14556) 488 : cluster [DBG] pgmap v410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:55.693834+0000 mgr.y (mgr.14556) 488 : cluster [DBG] pgmap v410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:55.693834+0000 mgr.y (mgr.14556) 488 : cluster [DBG] pgmap v410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:57.313 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:58:57.601 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11m) 50s ago 12m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (12m) 49s ago 12m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (13m) 50s ago 13m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (13m) 49s ago 13m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (17m) 49s ago 17m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (19m) 50s ago 19m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (19m) 50s ago 19m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (17m) 49s ago 17m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (17m) 50s ago 17m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (13m) 50s ago 13m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (12m) 49s ago 12m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (16m) 50s ago 16m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:58:57.602 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (16m) 50s ago 16m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:58:57.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (16m) 50s ago 16m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:58:57.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (15m) 50s ago 15m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:58:57.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (15m) 49s ago 15m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:58:57.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (14m) 49s ago 14m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:58:57.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (14m) 49s ago 14m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:58:57.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (14m) 49s ago 14m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:58:57.603 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11m) 49s ago 13m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:58:57.953 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:58:57.953 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:58:57.953 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:58:57.953 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:58:57.954 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:58:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:58:57.301799+0000 mgr.y (mgr.14556) 489 : audit [DBG] from='client.25211 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:58:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:58:57.594268+0000 mgr.y (mgr.14556) 490 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:58:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:57.694231+0000 mgr.y (mgr.14556) 491 : cluster [DBG] pgmap v411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:58:57.954073+0000 mon.c (mon.2) 49 : audit [DBG] from='client.? 172.21.15.23:0/2938756322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:58:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:58:57.301799+0000 mgr.y (mgr.14556) 489 : audit [DBG] from='client.25211 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:58:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:58:57.594268+0000 mgr.y (mgr.14556) 490 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:58:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:57.694231+0000 mgr.y (mgr.14556) 491 : cluster [DBG] pgmap v411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:58:57.954073+0000 mon.c (mon.2) 49 : audit [DBG] from='client.? 172.21.15.23:0/2938756322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:58:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:58:57.301799+0000 mgr.y (mgr.14556) 489 : audit [DBG] from='client.25211 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:58:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:58:57.594268+0000 mgr.y (mgr.14556) 490 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:58:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:57.694231+0000 mgr.y (mgr.14556) 491 : cluster [DBG] pgmap v411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:58:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:58:57.954073+0000 mon.c (mon.2) 49 : audit [DBG] from='client.? 172.21.15.23:0/2938756322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:59:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:58:59.694769+0000 mgr.y (mgr.14556) 492 : cluster [DBG] pgmap v412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:58:59.694769+0000 mgr.y (mgr.14556) 492 : cluster [DBG] pgmap v412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:58:59.694769+0000 mgr.y (mgr.14556) 492 : cluster [DBG] pgmap v412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:59:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:01.695474+0000 mgr.y (mgr.14556) 493 : cluster [DBG] pgmap v413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:01.695474+0000 mgr.y (mgr.14556) 493 : cluster [DBG] pgmap v413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:01.695474+0000 mgr.y (mgr.14556) 493 : cluster [DBG] pgmap v413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:59:03] "GET /metrics HTTP/1.1" 200 188249 "" "Prometheus/2.33.4" 2024-03-22T06:59:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:03.695847+0000 mgr.y (mgr.14556) 494 : cluster [DBG] pgmap v414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:03.695847+0000 mgr.y (mgr.14556) 494 : cluster [DBG] pgmap v414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:03.695847+0000 mgr.y (mgr.14556) 494 : cluster [DBG] pgmap v414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:05.696433+0000 mgr.y (mgr.14556) 495 : cluster [DBG] pgmap v415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:05.696433+0000 mgr.y (mgr.14556) 495 : cluster [DBG] pgmap v415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:05.696433+0000 mgr.y (mgr.14556) 495 : cluster [DBG] pgmap v415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:07.696833+0000 mgr.y (mgr.14556) 496 : cluster [DBG] pgmap v416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:59:08.032566+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:59:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:59:08.341245+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:59:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:59:08.341956+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:59:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:59:08.355265+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:59:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:07.696833+0000 mgr.y (mgr.14556) 496 : cluster [DBG] pgmap v416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:59:08.032566+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:59:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:59:08.341245+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:59:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:59:08.341956+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:59:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:59:08.355265+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:59:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:07.696833+0000 mgr.y (mgr.14556) 496 : cluster [DBG] pgmap v416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:59:08.032566+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T06:59:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:59:08.341245+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T06:59:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:59:08.341956+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T06:59:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:59:08.355265+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T06:59:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:09.697341+0000 mgr.y (mgr.14556) 497 : cluster [DBG] pgmap v417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:09.697341+0000 mgr.y (mgr.14556) 497 : cluster [DBG] pgmap v417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:09.697341+0000 mgr.y (mgr.14556) 497 : cluster [DBG] pgmap v417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:59:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:11.697974+0000 mgr.y (mgr.14556) 498 : cluster [DBG] pgmap v418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:11.697974+0000 mgr.y (mgr.14556) 498 : cluster [DBG] pgmap v418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:11.697974+0000 mgr.y (mgr.14556) 498 : cluster [DBG] pgmap v418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:59:13] "GET /metrics HTTP/1.1" 200 188252 "" "Prometheus/2.33.4" 2024-03-22T06:59:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:13.698574+0000 mgr.y (mgr.14556) 499 : cluster [DBG] pgmap v419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:13.698574+0000 mgr.y (mgr.14556) 499 : cluster [DBG] pgmap v419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:13.698574+0000 mgr.y (mgr.14556) 499 : cluster [DBG] pgmap v419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:15.699293+0000 mgr.y (mgr.14556) 500 : cluster [DBG] pgmap v420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:15.699293+0000 mgr.y (mgr.14556) 500 : cluster [DBG] pgmap v420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:15.699293+0000 mgr.y (mgr.14556) 500 : cluster [DBG] pgmap v420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:17.699720+0000 mgr.y (mgr.14556) 501 : cluster [DBG] pgmap v421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:17.699720+0000 mgr.y (mgr.14556) 501 : cluster [DBG] pgmap v421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:17.699720+0000 mgr.y (mgr.14556) 501 : cluster [DBG] pgmap v421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:19.700084+0000 mgr.y (mgr.14556) 502 : cluster [DBG] pgmap v422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:19.700084+0000 mgr.y (mgr.14556) 502 : cluster [DBG] pgmap v422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:19.700084+0000 mgr.y (mgr.14556) 502 : cluster [DBG] pgmap v422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:59:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:21.700903+0000 mgr.y (mgr.14556) 503 : cluster [DBG] pgmap v423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:21.700903+0000 mgr.y (mgr.14556) 503 : cluster [DBG] pgmap v423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:21.700903+0000 mgr.y (mgr.14556) 503 : cluster [DBG] pgmap v423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:59:23] "GET /metrics HTTP/1.1" 200 188253 "" "Prometheus/2.33.4" 2024-03-22T06:59:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:23.701267+0000 mgr.y (mgr.14556) 504 : cluster [DBG] pgmap v424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:23.701267+0000 mgr.y (mgr.14556) 504 : cluster [DBG] pgmap v424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:23.701267+0000 mgr.y (mgr.14556) 504 : cluster [DBG] pgmap v424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:25.702051+0000 mgr.y (mgr.14556) 505 : cluster [DBG] pgmap v425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:25.702051+0000 mgr.y (mgr.14556) 505 : cluster [DBG] pgmap v425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:25.702051+0000 mgr.y (mgr.14556) 505 : cluster [DBG] pgmap v425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:27.702504+0000 mgr.y (mgr.14556) 506 : cluster [DBG] pgmap v426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:27.702504+0000 mgr.y (mgr.14556) 506 : cluster [DBG] pgmap v426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:27.702504+0000 mgr.y (mgr.14556) 506 : cluster [DBG] pgmap v426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:28.276 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:59:28.562 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:59:28.562 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (12m) 81s ago 13m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:59:28.562 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (13m) 80s ago 13m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (14m) 81s ago 14m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (14m) 80s ago 14m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (17m) 80s ago 17m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (19m) 81s ago 19m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (19m) 81s ago 19m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (18m) 80s ago 18m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (18m) 81s ago 18m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (13m) 81s ago 13m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (13m) 80s ago 13m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (17m) 81s ago 17m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (17m) 81s ago 17m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (16m) 81s ago 16m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (16m) 81s ago 16m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:59:28.563 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (15m) 80s ago 15m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:59:28.564 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (15m) 80s ago 15m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:59:28.564 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (15m) 80s ago 14m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:59:28.564 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (14m) 80s ago 14m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:59:28.564 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (12m) 80s ago 13m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:59:28.913 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:59:28.913 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:59:28.914 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:59:28.915 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T06:59:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:59:28.265124+0000 mgr.y (mgr.14556) 507 : audit [DBG] from='client.25229 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:59:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:59:28.555211+0000 mgr.y (mgr.14556) 508 : audit [DBG] from='client.25235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:59:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:59:28.265124+0000 mgr.y (mgr.14556) 507 : audit [DBG] from='client.25229 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:59:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:59:28.555211+0000 mgr.y (mgr.14556) 508 : audit [DBG] from='client.25235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:59:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:59:28.265124+0000 mgr.y (mgr.14556) 507 : audit [DBG] from='client.25229 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:59:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:59:28.555211+0000 mgr.y (mgr.14556) 508 : audit [DBG] from='client.25235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T06:59:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:59:28.914114+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.23:0/3224645719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:59:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:29.702916+0000 mgr.y (mgr.14556) 509 : cluster [DBG] pgmap v427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:59:28.914114+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.23:0/3224645719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:59:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:29.702916+0000 mgr.y (mgr.14556) 509 : cluster [DBG] pgmap v427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:59:28.914114+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.23:0/3224645719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T06:59:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:29.702916+0000 mgr.y (mgr.14556) 509 : cluster [DBG] pgmap v427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:59:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:31.703564+0000 mgr.y (mgr.14556) 510 : cluster [DBG] pgmap v428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:31.703564+0000 mgr.y (mgr.14556) 510 : cluster [DBG] pgmap v428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:31.703564+0000 mgr.y (mgr.14556) 510 : cluster [DBG] pgmap v428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:59:33] "GET /metrics HTTP/1.1" 200 188253 "" "Prometheus/2.33.4" 2024-03-22T06:59:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:33.704101+0000 mgr.y (mgr.14556) 511 : cluster [DBG] pgmap v429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:33.704101+0000 mgr.y (mgr.14556) 511 : cluster [DBG] pgmap v429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:33.704101+0000 mgr.y (mgr.14556) 511 : cluster [DBG] pgmap v429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:35.704832+0000 mgr.y (mgr.14556) 512 : cluster [DBG] pgmap v430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:35.704832+0000 mgr.y (mgr.14556) 512 : cluster [DBG] pgmap v430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:35.704832+0000 mgr.y (mgr.14556) 512 : cluster [DBG] pgmap v430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:37.705316+0000 mgr.y (mgr.14556) 513 : cluster [DBG] pgmap v431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:37.705316+0000 mgr.y (mgr.14556) 513 : cluster [DBG] pgmap v431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:37.705316+0000 mgr.y (mgr.14556) 513 : cluster [DBG] pgmap v431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:39.705732+0000 mgr.y (mgr.14556) 514 : cluster [DBG] pgmap v432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:39.705732+0000 mgr.y (mgr.14556) 514 : cluster [DBG] pgmap v432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:39.705732+0000 mgr.y (mgr.14556) 514 : cluster [DBG] pgmap v432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:59:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:41.706483+0000 mgr.y (mgr.14556) 515 : cluster [DBG] pgmap v433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:41.706483+0000 mgr.y (mgr.14556) 515 : cluster [DBG] pgmap v433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:41.706483+0000 mgr.y (mgr.14556) 515 : cluster [DBG] pgmap v433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:59:43] "GET /metrics HTTP/1.1" 200 188252 "" "Prometheus/2.33.4" 2024-03-22T06:59:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:43.707034+0000 mgr.y (mgr.14556) 516 : cluster [DBG] pgmap v434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:43.707034+0000 mgr.y (mgr.14556) 516 : cluster [DBG] pgmap v434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:43.707034+0000 mgr.y (mgr.14556) 516 : cluster [DBG] pgmap v434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:45.707831+0000 mgr.y (mgr.14556) 517 : cluster [DBG] pgmap v435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:45.707831+0000 mgr.y (mgr.14556) 517 : cluster [DBG] pgmap v435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:45.707831+0000 mgr.y (mgr.14556) 517 : cluster [DBG] pgmap v435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:47.708190+0000 mgr.y (mgr.14556) 518 : cluster [DBG] pgmap v436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:47.708190+0000 mgr.y (mgr.14556) 518 : cluster [DBG] pgmap v436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:47.708190+0000 mgr.y (mgr.14556) 518 : cluster [DBG] pgmap v436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:49.708576+0000 mgr.y (mgr.14556) 519 : cluster [DBG] pgmap v437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:49.708576+0000 mgr.y (mgr.14556) 519 : cluster [DBG] pgmap v437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:49.708576+0000 mgr.y (mgr.14556) 519 : cluster [DBG] pgmap v437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 06:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T06:59:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:51.709386+0000 mgr.y (mgr.14556) 520 : cluster [DBG] pgmap v438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:51.709386+0000 mgr.y (mgr.14556) 520 : cluster [DBG] pgmap v438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:51.709386+0000 mgr.y (mgr.14556) 520 : cluster [DBG] pgmap v438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 06:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:06:59:53] "GET /metrics HTTP/1.1" 200 188255 "" "Prometheus/2.33.4" 2024-03-22T06:59:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:53.709760+0000 mgr.y (mgr.14556) 521 : cluster [DBG] pgmap v439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:53.709760+0000 mgr.y (mgr.14556) 521 : cluster [DBG] pgmap v439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:53.709760+0000 mgr.y (mgr.14556) 521 : cluster [DBG] pgmap v439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:55.710403+0000 mgr.y (mgr.14556) 522 : cluster [DBG] pgmap v440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:55.710403+0000 mgr.y (mgr.14556) 522 : cluster [DBG] pgmap v440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:55.710403+0000 mgr.y (mgr.14556) 522 : cluster [DBG] pgmap v440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:57.710758+0000 mgr.y (mgr.14556) 523 : cluster [DBG] pgmap v441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:57.710758+0000 mgr.y (mgr.14556) 523 : cluster [DBG] pgmap v441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:57.710758+0000 mgr.y (mgr.14556) 523 : cluster [DBG] pgmap v441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T06:59:59.237 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T06:59:59.524 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T06:59:59.524 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (12m) 112s ago 13m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T06:59:59.524 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (13m) 111s ago 13m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T06:59:59.524 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (14m) 112s ago 14m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T06:59:59.524 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (14m) 111s ago 14m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (18m) 111s ago 18m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (20m) 112s ago 20m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (20m) 112s ago 20m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (18m) 111s ago 18m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (18m) 112s ago 18m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (14m) 112s ago 14m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (13m) 111s ago 13m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (18m) 112s ago 18m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (17m) 112s ago 17m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (17m) 112s ago 17m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (16m) 112s ago 16m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (16m) 111s ago 16m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T06:59:59.525 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (15m) 111s ago 15m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T06:59:59.526 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (15m) 111s ago 15m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T06:59:59.526 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (15m) 111s ago 15m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T06:59:59.526 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (12m) 111s ago 14m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T06:59:59.877 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T06:59:59.877 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T06:59:59.877 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T06:59:59.877 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:59:59.877 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T06:59:59.877 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:59:59.877 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:59:59.877 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T06:59:59.877 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T06:59:59.877 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:59:59.878 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T06:59:59.878 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T06:59:59.878 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T06:59:59.878 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T06:59:59.878 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T06:59:59.878 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T06:59:59.878 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:00:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:59:59.225638+0000 mgr.y (mgr.14556) 524 : audit [DBG] from='client.15333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:00:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:59:59.517133+0000 mgr.y (mgr.14556) 525 : audit [DBG] from='client.25253 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:00:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 06:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T06:59:59.711069+0000 mgr.y (mgr.14556) 526 : cluster [DBG] pgmap v442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:59:59.225638+0000 mgr.y (mgr.14556) 524 : audit [DBG] from='client.15333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:00:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:59:59.517133+0000 mgr.y (mgr.14556) 525 : audit [DBG] from='client.25253 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:00:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 06:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T06:59:59.711069+0000 mgr.y (mgr.14556) 526 : cluster [DBG] pgmap v442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T06:59:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:00:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:59:59.225638+0000 mgr.y (mgr.14556) 524 : audit [DBG] from='client.15333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:00:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:59:59.517133+0000 mgr.y (mgr.14556) 525 : audit [DBG] from='client.25253 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:00:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 06:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T06:59:59.711069+0000 mgr.y (mgr.14556) 526 : cluster [DBG] pgmap v442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T06:59:59.877671+0000 mon.c (mon.2) 50 : audit [DBG] from='client.? 172.21.15.23:0/1812669940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:00:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:00.000165+0000 mon.a (mon.0) 885 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:00:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T06:59:59.877671+0000 mon.c (mon.2) 50 : audit [DBG] from='client.? 172.21.15.23:0/1812669940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:00:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:00.000165+0000 mon.a (mon.0) 885 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:00:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T06:59:59.877671+0000 mon.c (mon.2) 50 : audit [DBG] from='client.? 172.21.15.23:0/1812669940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:00:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:00.000165+0000 mon.a (mon.0) 885 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:00:01.864 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:00:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:01.711724+0000 mgr.y (mgr.14556) 527 : cluster [DBG] pgmap v443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:01.711724+0000 mgr.y (mgr.14556) 527 : cluster [DBG] pgmap v443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:01.711724+0000 mgr.y (mgr.14556) 527 : cluster [DBG] pgmap v443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:00:03] "GET /metrics HTTP/1.1" 200 188255 "" "Prometheus/2.33.4" 2024-03-22T07:00:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:03.712249+0000 mgr.y (mgr.14556) 528 : cluster [DBG] pgmap v444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:03.712249+0000 mgr.y (mgr.14556) 528 : cluster [DBG] pgmap v444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:03.712249+0000 mgr.y (mgr.14556) 528 : cluster [DBG] pgmap v444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:05.712976+0000 mgr.y (mgr.14556) 529 : cluster [DBG] pgmap v445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:05.712976+0000 mgr.y (mgr.14556) 529 : cluster [DBG] pgmap v445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:05.712976+0000 mgr.y (mgr.14556) 529 : cluster [DBG] pgmap v445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:07.713537+0000 mgr.y (mgr.14556) 530 : cluster [DBG] pgmap v446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:07.713537+0000 mgr.y (mgr.14556) 530 : cluster [DBG] pgmap v446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:07.713537+0000 mgr.y (mgr.14556) 530 : cluster [DBG] pgmap v446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:00:08.360599+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:00:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:00:08.669104+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:00:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:00:08.669765+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:00:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:00:08.683200+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:00:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:00:08.360599+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:00:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:00:08.669104+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:00:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:00:08.669765+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:00:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:00:08.683200+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:00:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:00:08.360599+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:00:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:00:08.669104+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:00:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:00:08.669765+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:00:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:00:08.683200+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:00:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:09.713915+0000 mgr.y (mgr.14556) 531 : cluster [DBG] pgmap v447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:09.713915+0000 mgr.y (mgr.14556) 531 : cluster [DBG] pgmap v447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:09.713915+0000 mgr.y (mgr.14556) 531 : cluster [DBG] pgmap v447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:00:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:11.714704+0000 mgr.y (mgr.14556) 532 : cluster [DBG] pgmap v448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:11.714704+0000 mgr.y (mgr.14556) 532 : cluster [DBG] pgmap v448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:11.714704+0000 mgr.y (mgr.14556) 532 : cluster [DBG] pgmap v448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:00:13] "GET /metrics HTTP/1.1" 200 188256 "" "Prometheus/2.33.4" 2024-03-22T07:00:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:13.715185+0000 mgr.y (mgr.14556) 533 : cluster [DBG] pgmap v449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:13.715185+0000 mgr.y (mgr.14556) 533 : cluster [DBG] pgmap v449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:13.715185+0000 mgr.y (mgr.14556) 533 : cluster [DBG] pgmap v449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:15.715947+0000 mgr.y (mgr.14556) 534 : cluster [DBG] pgmap v450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:15.715947+0000 mgr.y (mgr.14556) 534 : cluster [DBG] pgmap v450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:15.715947+0000 mgr.y (mgr.14556) 534 : cluster [DBG] pgmap v450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:17.716434+0000 mgr.y (mgr.14556) 535 : cluster [DBG] pgmap v451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:17.716434+0000 mgr.y (mgr.14556) 535 : cluster [DBG] pgmap v451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:17.716434+0000 mgr.y (mgr.14556) 535 : cluster [DBG] pgmap v451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:19.716834+0000 mgr.y (mgr.14556) 536 : cluster [DBG] pgmap v452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:19.716834+0000 mgr.y (mgr.14556) 536 : cluster [DBG] pgmap v452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:19.716834+0000 mgr.y (mgr.14556) 536 : cluster [DBG] pgmap v452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:00:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:21.717563+0000 mgr.y (mgr.14556) 537 : cluster [DBG] pgmap v453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:21.717563+0000 mgr.y (mgr.14556) 537 : cluster [DBG] pgmap v453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:21.717563+0000 mgr.y (mgr.14556) 537 : cluster [DBG] pgmap v453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:00:23] "GET /metrics HTTP/1.1" 200 188254 "" "Prometheus/2.33.4" 2024-03-22T07:00:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:23.718019+0000 mgr.y (mgr.14556) 538 : cluster [DBG] pgmap v454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:23.718019+0000 mgr.y (mgr.14556) 538 : cluster [DBG] pgmap v454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:23.718019+0000 mgr.y (mgr.14556) 538 : cluster [DBG] pgmap v454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:25.718800+0000 mgr.y (mgr.14556) 539 : cluster [DBG] pgmap v455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:25.718800+0000 mgr.y (mgr.14556) 539 : cluster [DBG] pgmap v455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:25.718800+0000 mgr.y (mgr.14556) 539 : cluster [DBG] pgmap v455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:27.719297+0000 mgr.y (mgr.14556) 540 : cluster [DBG] pgmap v456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:27.719297+0000 mgr.y (mgr.14556) 540 : cluster [DBG] pgmap v456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:27.719297+0000 mgr.y (mgr.14556) 540 : cluster [DBG] pgmap v456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:30.203 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:00:30.492 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:00:30.492 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (13m) 2m ago 14m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:00:30.492 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (14m) 2m ago 14m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:00:30.492 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (15m) 2m ago 15m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:00:30.492 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (15m) 2m ago 15m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:00:30.493 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (18m) 2m ago 18m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:00:30.493 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (20m) 2m ago 20m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:00:30.493 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (20m) 2m ago 20m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:00:30.493 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (19m) 2m ago 19m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:00:30.493 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (19m) 2m ago 19m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:00:30.493 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (14m) 2m ago 14m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:00:30.494 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (14m) 2m ago 14m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:00:30.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (18m) 2m ago 18m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:00:30.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (18m) 2m ago 18m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:00:30.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (17m) 2m ago 17m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:00:30.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (17m) 2m ago 17m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:00:30.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (16m) 2m ago 16m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:00:30.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (16m) 2m ago 16m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:00:30.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (16m) 2m ago 16m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:00:30.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (15m) 2m ago 15m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:00:30.495 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (13m) 2m ago 14m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:00:30.842 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:00:30.842 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:00:30.842 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:00:30.842 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:00:30.842 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:00:30.842 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:00:30.842 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:00:30.842 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:00:30.842 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:00:30.842 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:00:30.842 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:00:30.842 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:00:30.843 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:00:30.843 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:00:30.843 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:00:30.843 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:00:30.843 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:00:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:29.719672+0000 mgr.y (mgr.14556) 541 : cluster [DBG] pgmap v457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:29.719672+0000 mgr.y (mgr.14556) 541 : cluster [DBG] pgmap v457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:29.719672+0000 mgr.y (mgr.14556) 541 : cluster [DBG] pgmap v457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:31.795 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:00:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:00:30.192047+0000 mgr.y (mgr.14556) 542 : audit [DBG] from='client.25265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:00:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:00:30.484713+0000 mgr.y (mgr.14556) 543 : audit [DBG] from='client.25271 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:00:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:00:30.842733+0000 mon.c (mon.2) 51 : audit [DBG] from='client.? 172.21.15.23:0/3377080956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:00:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:00:30.192047+0000 mgr.y (mgr.14556) 542 : audit [DBG] from='client.25265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:00:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:00:30.484713+0000 mgr.y (mgr.14556) 543 : audit [DBG] from='client.25271 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:00:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:00:30.842733+0000 mon.c (mon.2) 51 : audit [DBG] from='client.? 172.21.15.23:0/3377080956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:00:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:00:30.192047+0000 mgr.y (mgr.14556) 542 : audit [DBG] from='client.25265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:00:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:00:30.484713+0000 mgr.y (mgr.14556) 543 : audit [DBG] from='client.25271 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:00:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:00:30.842733+0000 mon.c (mon.2) 51 : audit [DBG] from='client.? 172.21.15.23:0/3377080956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:00:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:31.720517+0000 mgr.y (mgr.14556) 544 : cluster [DBG] pgmap v458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:31.720517+0000 mgr.y (mgr.14556) 544 : cluster [DBG] pgmap v458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:31.720517+0000 mgr.y (mgr.14556) 544 : cluster [DBG] pgmap v458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:33.721103+0000 mgr.y (mgr.14556) 545 : cluster [DBG] pgmap v459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:00:33] "GET /metrics HTTP/1.1" 200 188254 "" "Prometheus/2.33.4" 2024-03-22T07:00:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:33.721103+0000 mgr.y (mgr.14556) 545 : cluster [DBG] pgmap v459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:33.721103+0000 mgr.y (mgr.14556) 545 : cluster [DBG] pgmap v459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:35.721873+0000 mgr.y (mgr.14556) 546 : cluster [DBG] pgmap v460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:35.721873+0000 mgr.y (mgr.14556) 546 : cluster [DBG] pgmap v460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:35.721873+0000 mgr.y (mgr.14556) 546 : cluster [DBG] pgmap v460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:37.722279+0000 mgr.y (mgr.14556) 547 : cluster [DBG] pgmap v461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:37.722279+0000 mgr.y (mgr.14556) 547 : cluster [DBG] pgmap v461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:37.722279+0000 mgr.y (mgr.14556) 547 : cluster [DBG] pgmap v461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:39.722733+0000 mgr.y (mgr.14556) 548 : cluster [DBG] pgmap v462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:39.722733+0000 mgr.y (mgr.14556) 548 : cluster [DBG] pgmap v462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:39.722733+0000 mgr.y (mgr.14556) 548 : cluster [DBG] pgmap v462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:41.846 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:00:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:41.723591+0000 mgr.y (mgr.14556) 549 : cluster [DBG] pgmap v463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:41.723591+0000 mgr.y (mgr.14556) 549 : cluster [DBG] pgmap v463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:41.723591+0000 mgr.y (mgr.14556) 549 : cluster [DBG] pgmap v463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:00:43] "GET /metrics HTTP/1.1" 200 188251 "" "Prometheus/2.33.4" 2024-03-22T07:00:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:43.724081+0000 mgr.y (mgr.14556) 550 : cluster [DBG] pgmap v464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:43.724081+0000 mgr.y (mgr.14556) 550 : cluster [DBG] pgmap v464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:43.724081+0000 mgr.y (mgr.14556) 550 : cluster [DBG] pgmap v464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:45.724720+0000 mgr.y (mgr.14556) 551 : cluster [DBG] pgmap v465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:45.724720+0000 mgr.y (mgr.14556) 551 : cluster [DBG] pgmap v465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:45.724720+0000 mgr.y (mgr.14556) 551 : cluster [DBG] pgmap v465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:47.725091+0000 mgr.y (mgr.14556) 552 : cluster [DBG] pgmap v466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:47.725091+0000 mgr.y (mgr.14556) 552 : cluster [DBG] pgmap v466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:47.725091+0000 mgr.y (mgr.14556) 552 : cluster [DBG] pgmap v466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:49.725566+0000 mgr.y (mgr.14556) 553 : cluster [DBG] pgmap v467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:49.725566+0000 mgr.y (mgr.14556) 553 : cluster [DBG] pgmap v467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:49.725566+0000 mgr.y (mgr.14556) 553 : cluster [DBG] pgmap v467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:00:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:51.726255+0000 mgr.y (mgr.14556) 554 : cluster [DBG] pgmap v468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:51.726255+0000 mgr.y (mgr.14556) 554 : cluster [DBG] pgmap v468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:51.726255+0000 mgr.y (mgr.14556) 554 : cluster [DBG] pgmap v468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:00:53] "GET /metrics HTTP/1.1" 200 188255 "" "Prometheus/2.33.4" 2024-03-22T07:00:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:53.726609+0000 mgr.y (mgr.14556) 555 : cluster [DBG] pgmap v469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:53.726609+0000 mgr.y (mgr.14556) 555 : cluster [DBG] pgmap v469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:53.726609+0000 mgr.y (mgr.14556) 555 : cluster [DBG] pgmap v469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:55.727181+0000 mgr.y (mgr.14556) 556 : cluster [DBG] pgmap v470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:55.727181+0000 mgr.y (mgr.14556) 556 : cluster [DBG] pgmap v470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:55.727181+0000 mgr.y (mgr.14556) 556 : cluster [DBG] pgmap v470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:57.727557+0000 mgr.y (mgr.14556) 557 : cluster [DBG] pgmap v471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:57.727557+0000 mgr.y (mgr.14556) 557 : cluster [DBG] pgmap v471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:00:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:00:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:57.727557+0000 mgr.y (mgr.14556) 557 : cluster [DBG] pgmap v471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:00:59.728099+0000 mgr.y (mgr.14556) 558 : cluster [DBG] pgmap v472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:00:59.728099+0000 mgr.y (mgr.14556) 558 : cluster [DBG] pgmap v472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:00:59.728099+0000 mgr.y (mgr.14556) 558 : cluster [DBG] pgmap v472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:01.170 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:01:01.455 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:01:01.456 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (14m) 2m ago 14m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:01:01.456 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (14m) 2m ago 14m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:01:01.456 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (15m) 2m ago 15m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:01:01.456 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (15m) 2m ago 15m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:01:01.456 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (19m) 2m ago 19m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:01:01.456 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (21m) 2m ago 21m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:01:01.456 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (21m) 2m ago 21m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:01:01.456 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (19m) 2m ago 19m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:01:01.456 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (19m) 2m ago 19m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:01:01.456 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (15m) 2m ago 15m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:01:01.456 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (15m) 2m ago 15m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:01:01.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (19m) 2m ago 19m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:01:01.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (18m) 2m ago 18m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:01:01.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (18m) 2m ago 18m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:01:01.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (17m) 2m ago 17m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:01:01.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (17m) 2m ago 17m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:01:01.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (16m) 2m ago 16m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:01:01.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (16m) 2m ago 16m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:01:01.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (16m) 2m ago 16m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:01:01.457 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (13m) 2m ago 15m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:01:01.806 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:01:01.806 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:01:01.806 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:01:01.806 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:01:01.806 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:01:01.807 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:01:01.807 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:01:01.807 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:01:01.807 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:01:01.807 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:01:01.807 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:01:01.807 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:01:01.807 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:01:01.807 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:01:01.807 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:01:01.807 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:01:01.807 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:01:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:01:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:01:01.158274+0000 mgr.y (mgr.14556) 559 : audit [DBG] from='client.25283 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:01:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:01:01.448073+0000 mgr.y (mgr.14556) 560 : audit [DBG] from='client.25289 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:01:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:01.728708+0000 mgr.y (mgr.14556) 561 : cluster [DBG] pgmap v473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:01:01.806840+0000 mon.c (mon.2) 52 : audit [DBG] from='client.? 172.21.15.23:0/695530923' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:01:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:01:01.158274+0000 mgr.y (mgr.14556) 559 : audit [DBG] from='client.25283 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:01:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:01:01.448073+0000 mgr.y (mgr.14556) 560 : audit [DBG] from='client.25289 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:01:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:01.728708+0000 mgr.y (mgr.14556) 561 : cluster [DBG] pgmap v473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:01:01.806840+0000 mon.c (mon.2) 52 : audit [DBG] from='client.? 172.21.15.23:0/695530923' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:01:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:01:01.158274+0000 mgr.y (mgr.14556) 559 : audit [DBG] from='client.25283 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:01:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:01:01.448073+0000 mgr.y (mgr.14556) 560 : audit [DBG] from='client.25289 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:01:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:01.728708+0000 mgr.y (mgr.14556) 561 : cluster [DBG] pgmap v473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:01:01.806840+0000 mon.c (mon.2) 52 : audit [DBG] from='client.? 172.21.15.23:0/695530923' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:01:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:01:03] "GET /metrics HTTP/1.1" 200 188255 "" "Prometheus/2.33.4" 2024-03-22T07:01:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:03.729101+0000 mgr.y (mgr.14556) 562 : cluster [DBG] pgmap v474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:03.729101+0000 mgr.y (mgr.14556) 562 : cluster [DBG] pgmap v474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:03.729101+0000 mgr.y (mgr.14556) 562 : cluster [DBG] pgmap v474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:05.729979+0000 mgr.y (mgr.14556) 563 : cluster [DBG] pgmap v475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:05.729979+0000 mgr.y (mgr.14556) 563 : cluster [DBG] pgmap v475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:05.729979+0000 mgr.y (mgr.14556) 563 : cluster [DBG] pgmap v475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:07.730431+0000 mgr.y (mgr.14556) 564 : cluster [DBG] pgmap v476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:01:08.687503+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:01:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:07.730431+0000 mgr.y (mgr.14556) 564 : cluster [DBG] pgmap v476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:01:08.687503+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:01:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:07.730431+0000 mgr.y (mgr.14556) 564 : cluster [DBG] pgmap v476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:01:08.687503+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:01:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:01:08.943993+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:01:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:01:08.951528+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:01:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:01:09.244376+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:01:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:01:09.245056+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:01:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:01:09.249493+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:01:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:09.730862+0000 mgr.y (mgr.14556) 565 : cluster [DBG] pgmap v477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:01:08.943993+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:01:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:01:08.951528+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:01:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:01:09.244376+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:01:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:01:09.245056+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:01:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:01:09.249493+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:01:10.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:09.730862+0000 mgr.y (mgr.14556) 565 : cluster [DBG] pgmap v477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:01:08.943993+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:01:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:01:08.951528+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:01:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:01:09.244376+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:01:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:01:09.245056+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:01:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:01:09.249493+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:01:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:09.730862+0000 mgr.y (mgr.14556) 565 : cluster [DBG] pgmap v477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:01:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:11.731551+0000 mgr.y (mgr.14556) 566 : cluster [DBG] pgmap v478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:11.731551+0000 mgr.y (mgr.14556) 566 : cluster [DBG] pgmap v478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:11.731551+0000 mgr.y (mgr.14556) 566 : cluster [DBG] pgmap v478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:01:13] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T07:01:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:13.731962+0000 mgr.y (mgr.14556) 567 : cluster [DBG] pgmap v479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:13.731962+0000 mgr.y (mgr.14556) 567 : cluster [DBG] pgmap v479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:13.731962+0000 mgr.y (mgr.14556) 567 : cluster [DBG] pgmap v479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:15.732738+0000 mgr.y (mgr.14556) 568 : cluster [DBG] pgmap v480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:15.732738+0000 mgr.y (mgr.14556) 568 : cluster [DBG] pgmap v480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:15.732738+0000 mgr.y (mgr.14556) 568 : cluster [DBG] pgmap v480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:17.733252+0000 mgr.y (mgr.14556) 569 : cluster [DBG] pgmap v481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:17.733252+0000 mgr.y (mgr.14556) 569 : cluster [DBG] pgmap v481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:17.733252+0000 mgr.y (mgr.14556) 569 : cluster [DBG] pgmap v481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:19.733738+0000 mgr.y (mgr.14556) 570 : cluster [DBG] pgmap v482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:19.733738+0000 mgr.y (mgr.14556) 570 : cluster [DBG] pgmap v482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:19.733738+0000 mgr.y (mgr.14556) 570 : cluster [DBG] pgmap v482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:01:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:21.734557+0000 mgr.y (mgr.14556) 571 : cluster [DBG] pgmap v483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:21.734557+0000 mgr.y (mgr.14556) 571 : cluster [DBG] pgmap v483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:21.734557+0000 mgr.y (mgr.14556) 571 : cluster [DBG] pgmap v483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:23.735071+0000 mgr.y (mgr.14556) 572 : cluster [DBG] pgmap v484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:01:23] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T07:01:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:23.735071+0000 mgr.y (mgr.14556) 572 : cluster [DBG] pgmap v484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:23.735071+0000 mgr.y (mgr.14556) 572 : cluster [DBG] pgmap v484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:25.735830+0000 mgr.y (mgr.14556) 573 : cluster [DBG] pgmap v485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:25.735830+0000 mgr.y (mgr.14556) 573 : cluster [DBG] pgmap v485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:25.735830+0000 mgr.y (mgr.14556) 573 : cluster [DBG] pgmap v485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:28.413 INFO:journalctl@ceph.grafana.a.smithi028.stdout:Mar 22 07:01:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-grafana-a[61271]: t=2024-03-22T07:01:28+0000 lvl=info msg="Database locked, sleeping then retrying" logger=sqlstore error="database is locked" retry=0 2024-03-22T07:01:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:27.736343+0000 mgr.y (mgr.14556) 574 : cluster [DBG] pgmap v486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:27.736343+0000 mgr.y (mgr.14556) 574 : cluster [DBG] pgmap v486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:27.736343+0000 mgr.y (mgr.14556) 574 : cluster [DBG] pgmap v486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:29.736874+0000 mgr.y (mgr.14556) 575 : cluster [DBG] pgmap v487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:29.736874+0000 mgr.y (mgr.14556) 575 : cluster [DBG] pgmap v487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:29.736874+0000 mgr.y (mgr.14556) 575 : cluster [DBG] pgmap v487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:31.812 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:01:32.128 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:01:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:31.737604+0000 mgr.y (mgr.14556) 576 : cluster [DBG] pgmap v488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:31.737604+0000 mgr.y (mgr.14556) 576 : cluster [DBG] pgmap v488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:31.737604+0000 mgr.y (mgr.14556) 576 : cluster [DBG] pgmap v488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:32.416 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:01:32.416 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (14m) 3m ago 15m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:01:32.416 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (15m) 3m ago 15m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (16m) 3m ago 16m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (16m) 3m ago 16m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (19m) 3m ago 19m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (21m) 3m ago 21m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (21m) 3m ago 21m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (20m) 3m ago 20m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (20m) 3m ago 20m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (15m) 3m ago 15m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (15m) 3m ago 15m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (19m) 3m ago 19m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (19m) 3m ago 19m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (18m) 3m ago 18m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (18m) 3m ago 18m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:01:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (17m) 3m ago 17m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:01:32.418 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (17m) 3m ago 17m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:01:32.418 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (17m) 3m ago 17m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:01:32.418 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (16m) 3m ago 16m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:01:32.418 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (14m) 3m ago 15m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:01:32.763 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:01:32.763 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:01:32.763 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:01:32.763 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:01:32.763 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:01:32.763 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:01:32.763 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:01:32.763 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:01:32.763 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:01:32.764 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:01:32.764 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:01:32.764 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:01:32.764 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:01:32.764 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:01:32.764 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:01:32.764 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:01:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:01:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:01:32.116969+0000 mgr.y (mgr.14556) 577 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:01:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:01:32.409110+0000 mgr.y (mgr.14556) 578 : audit [DBG] from='client.15393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:01:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:01:32.763613+0000 mon.c (mon.2) 53 : audit [DBG] from='client.? 172.21.15.23:0/2289356256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:01:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:01:32.116969+0000 mgr.y (mgr.14556) 577 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:01:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:01:32.409110+0000 mgr.y (mgr.14556) 578 : audit [DBG] from='client.15393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:01:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:01:32.763613+0000 mon.c (mon.2) 53 : audit [DBG] from='client.? 172.21.15.23:0/2289356256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:01:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:01:32.116969+0000 mgr.y (mgr.14556) 577 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:01:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:01:32.409110+0000 mgr.y (mgr.14556) 578 : audit [DBG] from='client.15393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:01:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:01:32.763613+0000 mon.c (mon.2) 53 : audit [DBG] from='client.? 172.21.15.23:0/2289356256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:01:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:33.738023+0000 mgr.y (mgr.14556) 579 : cluster [DBG] pgmap v489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:33.738023+0000 mgr.y (mgr.14556) 579 : cluster [DBG] pgmap v489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:01:33] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T07:01:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:33.738023+0000 mgr.y (mgr.14556) 579 : cluster [DBG] pgmap v489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:35.738739+0000 mgr.y (mgr.14556) 580 : cluster [DBG] pgmap v490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:35.738739+0000 mgr.y (mgr.14556) 580 : cluster [DBG] pgmap v490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:35.738739+0000 mgr.y (mgr.14556) 580 : cluster [DBG] pgmap v490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:37.739299+0000 mgr.y (mgr.14556) 581 : cluster [DBG] pgmap v491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:37.739299+0000 mgr.y (mgr.14556) 581 : cluster [DBG] pgmap v491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:37.739299+0000 mgr.y (mgr.14556) 581 : cluster [DBG] pgmap v491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:39.739935+0000 mgr.y (mgr.14556) 582 : cluster [DBG] pgmap v492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:39.739935+0000 mgr.y (mgr.14556) 582 : cluster [DBG] pgmap v492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:39.739935+0000 mgr.y (mgr.14556) 582 : cluster [DBG] pgmap v492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:41.853 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:01:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:41.740708+0000 mgr.y (mgr.14556) 583 : cluster [DBG] pgmap v493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:41.740708+0000 mgr.y (mgr.14556) 583 : cluster [DBG] pgmap v493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:41.740708+0000 mgr.y (mgr.14556) 583 : cluster [DBG] pgmap v493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:01:43] "GET /metrics HTTP/1.1" 200 188255 "" "Prometheus/2.33.4" 2024-03-22T07:01:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:43.741264+0000 mgr.y (mgr.14556) 584 : cluster [DBG] pgmap v494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:43.741264+0000 mgr.y (mgr.14556) 584 : cluster [DBG] pgmap v494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:43.741264+0000 mgr.y (mgr.14556) 584 : cluster [DBG] pgmap v494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:45.741891+0000 mgr.y (mgr.14556) 585 : cluster [DBG] pgmap v495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:45.741891+0000 mgr.y (mgr.14556) 585 : cluster [DBG] pgmap v495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:45.741891+0000 mgr.y (mgr.14556) 585 : cluster [DBG] pgmap v495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:47.742428+0000 mgr.y (mgr.14556) 586 : cluster [DBG] pgmap v496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:47.742428+0000 mgr.y (mgr.14556) 586 : cluster [DBG] pgmap v496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:47.742428+0000 mgr.y (mgr.14556) 586 : cluster [DBG] pgmap v496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:49.742842+0000 mgr.y (mgr.14556) 587 : cluster [DBG] pgmap v497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:49.742842+0000 mgr.y (mgr.14556) 587 : cluster [DBG] pgmap v497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:49.742842+0000 mgr.y (mgr.14556) 587 : cluster [DBG] pgmap v497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:51.854 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:01:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:51.743490+0000 mgr.y (mgr.14556) 588 : cluster [DBG] pgmap v498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:51.743490+0000 mgr.y (mgr.14556) 588 : cluster [DBG] pgmap v498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:51.743490+0000 mgr.y (mgr.14556) 588 : cluster [DBG] pgmap v498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:01:53] "GET /metrics HTTP/1.1" 200 188258 "" "Prometheus/2.33.4" 2024-03-22T07:01:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:53.743932+0000 mgr.y (mgr.14556) 589 : cluster [DBG] pgmap v499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:53.743932+0000 mgr.y (mgr.14556) 589 : cluster [DBG] pgmap v499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:53.743932+0000 mgr.y (mgr.14556) 589 : cluster [DBG] pgmap v499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:55.744755+0000 mgr.y (mgr.14556) 590 : cluster [DBG] pgmap v500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:55.744755+0000 mgr.y (mgr.14556) 590 : cluster [DBG] pgmap v500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:55.744755+0000 mgr.y (mgr.14556) 590 : cluster [DBG] pgmap v500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:01:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:57.745198+0000 mgr.y (mgr.14556) 591 : cluster [DBG] pgmap v501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:01:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:57.745198+0000 mgr.y (mgr.14556) 591 : cluster [DBG] pgmap v501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:01:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:01:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:57.745198+0000 mgr.y (mgr.14556) 591 : cluster [DBG] pgmap v501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:01:59.745551+0000 mgr.y (mgr.14556) 592 : cluster [DBG] pgmap v502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:01:59.745551+0000 mgr.y (mgr.14556) 592 : cluster [DBG] pgmap v502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:01:59.745551+0000 mgr.y (mgr.14556) 592 : cluster [DBG] pgmap v502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:01.856 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:02:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:01.746109+0000 mgr.y (mgr.14556) 593 : cluster [DBG] pgmap v503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:01.746109+0000 mgr.y (mgr.14556) 593 : cluster [DBG] pgmap v503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:02.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:01.746109+0000 mgr.y (mgr.14556) 593 : cluster [DBG] pgmap v503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:03.094 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:02:03.381 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:02:03.381 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (15m) 3m ago 15m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:02:03.381 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (15m) 3m ago 15m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:02:03.381 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (16m) 3m ago 16m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:02:03.381 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (16m) 3m ago 16m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:02:03.381 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (20m) 3m ago 20m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:02:03.381 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (22m) 3m ago 22m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:02:03.381 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (22m) 3m ago 22m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (20m) 3m ago 20m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (20m) 3m ago 20m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (16m) 3m ago 16m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (16m) 3m ago 16m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (20m) 3m ago 20m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (19m) 3m ago 19m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (19m) 3m ago 19m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (18m) 3m ago 18m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (18m) 3m ago 18m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (18m) 3m ago 18m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (17m) 3m ago 17m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (17m) 3m ago 17m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:02:03.382 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (14m) 3m ago 16m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:02:03.732 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:02:03.732 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:02:03.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:02:03.732 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:02:03.733 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:02:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:02:03] "GET /metrics HTTP/1.1" 200 188258 "" "Prometheus/2.33.4" 2024-03-22T07:02:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:02:03.732989+0000 mon.c (mon.2) 54 : audit [DBG] from='client.? 172.21.15.23:0/907675043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:02:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:02:03.732989+0000 mon.c (mon.2) 54 : audit [DBG] from='client.? 172.21.15.23:0/907675043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:02:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:02:03.732989+0000 mon.c (mon.2) 54 : audit [DBG] from='client.? 172.21.15.23:0/907675043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:02:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:02:03.082595+0000 mgr.y (mgr.14556) 594 : audit [DBG] from='client.15405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:02:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:02:03.373817+0000 mgr.y (mgr.14556) 595 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:02:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:03.746418+0000 mgr.y (mgr.14556) 596 : cluster [DBG] pgmap v504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:02:03.082595+0000 mgr.y (mgr.14556) 594 : audit [DBG] from='client.15405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:02:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:02:03.373817+0000 mgr.y (mgr.14556) 595 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:02:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:03.746418+0000 mgr.y (mgr.14556) 596 : cluster [DBG] pgmap v504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:02:03.082595+0000 mgr.y (mgr.14556) 594 : audit [DBG] from='client.15405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:02:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:02:03.373817+0000 mgr.y (mgr.14556) 595 : audit [DBG] from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:02:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:03.746418+0000 mgr.y (mgr.14556) 596 : cluster [DBG] pgmap v504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:05.747175+0000 mgr.y (mgr.14556) 597 : cluster [DBG] pgmap v505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:05.747175+0000 mgr.y (mgr.14556) 597 : cluster [DBG] pgmap v505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:05.747175+0000 mgr.y (mgr.14556) 597 : cluster [DBG] pgmap v505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:07.747566+0000 mgr.y (mgr.14556) 598 : cluster [DBG] pgmap v506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:07.747566+0000 mgr.y (mgr.14556) 598 : cluster [DBG] pgmap v506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:07.747566+0000 mgr.y (mgr.14556) 598 : cluster [DBG] pgmap v506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:02:09.253895+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:02:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:02:09.561257+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:02:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:02:09.561929+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:02:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:02:09.566541+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:02:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:02:09.253895+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:02:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:02:09.561257+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:02:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:02:09.561929+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:02:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:02:09.566541+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:02:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:02:09.253895+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:02:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:02:09.561257+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:02:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:02:09.561929+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:02:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:02:09.566541+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:02:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:09.747876+0000 mgr.y (mgr.14556) 599 : cluster [DBG] pgmap v507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:09.747876+0000 mgr.y (mgr.14556) 599 : cluster [DBG] pgmap v507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:09.747876+0000 mgr.y (mgr.14556) 599 : cluster [DBG] pgmap v507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:11.858 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:02:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:11.748709+0000 mgr.y (mgr.14556) 600 : cluster [DBG] pgmap v508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:11.748709+0000 mgr.y (mgr.14556) 600 : cluster [DBG] pgmap v508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:11.748709+0000 mgr.y (mgr.14556) 600 : cluster [DBG] pgmap v508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:02:13] "GET /metrics HTTP/1.1" 200 188256 "" "Prometheus/2.33.4" 2024-03-22T07:02:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:13.749082+0000 mgr.y (mgr.14556) 601 : cluster [DBG] pgmap v509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:13.749082+0000 mgr.y (mgr.14556) 601 : cluster [DBG] pgmap v509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:13.749082+0000 mgr.y (mgr.14556) 601 : cluster [DBG] pgmap v509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:15.749695+0000 mgr.y (mgr.14556) 602 : cluster [DBG] pgmap v510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:15.749695+0000 mgr.y (mgr.14556) 602 : cluster [DBG] pgmap v510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:15.749695+0000 mgr.y (mgr.14556) 602 : cluster [DBG] pgmap v510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:17.750201+0000 mgr.y (mgr.14556) 603 : cluster [DBG] pgmap v511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:17.750201+0000 mgr.y (mgr.14556) 603 : cluster [DBG] pgmap v511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:17.750201+0000 mgr.y (mgr.14556) 603 : cluster [DBG] pgmap v511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:19.750736+0000 mgr.y (mgr.14556) 604 : cluster [DBG] pgmap v512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:19.750736+0000 mgr.y (mgr.14556) 604 : cluster [DBG] pgmap v512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:19.750736+0000 mgr.y (mgr.14556) 604 : cluster [DBG] pgmap v512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:21.820 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:02:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:21.751280+0000 mgr.y (mgr.14556) 605 : cluster [DBG] pgmap v513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:21.751280+0000 mgr.y (mgr.14556) 605 : cluster [DBG] pgmap v513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:21.751280+0000 mgr.y (mgr.14556) 605 : cluster [DBG] pgmap v513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:02:23] "GET /metrics HTTP/1.1" 200 188256 "" "Prometheus/2.33.4" 2024-03-22T07:02:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:23.751780+0000 mgr.y (mgr.14556) 606 : cluster [DBG] pgmap v514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:23.751780+0000 mgr.y (mgr.14556) 606 : cluster [DBG] pgmap v514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:23.751780+0000 mgr.y (mgr.14556) 606 : cluster [DBG] pgmap v514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:25.752590+0000 mgr.y (mgr.14556) 607 : cluster [DBG] pgmap v515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:25.752590+0000 mgr.y (mgr.14556) 607 : cluster [DBG] pgmap v515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:25.752590+0000 mgr.y (mgr.14556) 607 : cluster [DBG] pgmap v515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:27.753054+0000 mgr.y (mgr.14556) 608 : cluster [DBG] pgmap v516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:27.753054+0000 mgr.y (mgr.14556) 608 : cluster [DBG] pgmap v516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:27.753054+0000 mgr.y (mgr.14556) 608 : cluster [DBG] pgmap v516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:29.753426+0000 mgr.y (mgr.14556) 609 : cluster [DBG] pgmap v517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:29.753426+0000 mgr.y (mgr.14556) 609 : cluster [DBG] pgmap v517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:29.753426+0000 mgr.y (mgr.14556) 609 : cluster [DBG] pgmap v517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:31.822 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:02:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:31.754063+0000 mgr.y (mgr.14556) 610 : cluster [DBG] pgmap v518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:31.754063+0000 mgr.y (mgr.14556) 610 : cluster [DBG] pgmap v518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:31.754063+0000 mgr.y (mgr.14556) 610 : cluster [DBG] pgmap v518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:34.060 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:02:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:02:33] "GET /metrics HTTP/1.1" 200 188256 "" "Prometheus/2.33.4" 2024-03-22T07:02:34.349 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (15m) 4m ago 16m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (16m) 4m ago 16m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (17m) 4m ago 17m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (17m) 4m ago 17m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (20m) 4m ago 20m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (22m) 4m ago 22m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (22m) 4m ago 22m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (21m) 4m ago 21m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (21m) 4m ago 21m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (16m) 4m ago 16m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (16m) 4m ago 16m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (20m) 4m ago 20m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (20m) 4m ago 20m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:02:34.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (19m) 4m ago 19m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:02:34.351 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (19m) 4m ago 19m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:02:34.351 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (18m) 4m ago 18m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:02:34.351 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (18m) 4m ago 18m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:02:34.351 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (18m) 4m ago 18m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:02:34.351 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (17m) 4m ago 17m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:02:34.351 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (15m) 4m ago 16m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:02:34.705 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:02:34.706 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:02:34.706 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:02:34.706 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:02:34.706 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:02:34.706 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:02:34.707 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:02:34.707 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:02:34.707 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:02:34.707 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:02:34.707 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:02:34.707 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:02:34.707 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:02:34.707 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:02:34.707 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:02:34.707 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:02:34.707 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:02:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:33.754453+0000 mgr.y (mgr.14556) 611 : cluster [DBG] pgmap v519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:02:34.704858+0000 mon.c (mon.2) 55 : audit [DBG] from='client.? 172.21.15.23:0/3144662929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:02:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:33.754453+0000 mgr.y (mgr.14556) 611 : cluster [DBG] pgmap v519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:02:34.704858+0000 mon.c (mon.2) 55 : audit [DBG] from='client.? 172.21.15.23:0/3144662929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:02:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:33.754453+0000 mgr.y (mgr.14556) 611 : cluster [DBG] pgmap v519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:02:34.704858+0000 mon.c (mon.2) 55 : audit [DBG] from='client.? 172.21.15.23:0/3144662929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:02:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:02:34.048609+0000 mgr.y (mgr.14556) 612 : audit [DBG] from='client.25337 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:02:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:02:34.342306+0000 mgr.y (mgr.14556) 613 : audit [DBG] from='client.25343 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:02:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:35.755046+0000 mgr.y (mgr.14556) 614 : cluster [DBG] pgmap v520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:02:34.048609+0000 mgr.y (mgr.14556) 612 : audit [DBG] from='client.25337 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:02:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:02:34.342306+0000 mgr.y (mgr.14556) 613 : audit [DBG] from='client.25343 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:02:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:35.755046+0000 mgr.y (mgr.14556) 614 : cluster [DBG] pgmap v520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:02:34.048609+0000 mgr.y (mgr.14556) 612 : audit [DBG] from='client.25337 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:02:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:02:34.342306+0000 mgr.y (mgr.14556) 613 : audit [DBG] from='client.25343 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:02:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:35.755046+0000 mgr.y (mgr.14556) 614 : cluster [DBG] pgmap v520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:37.755516+0000 mgr.y (mgr.14556) 615 : cluster [DBG] pgmap v521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:37.755516+0000 mgr.y (mgr.14556) 615 : cluster [DBG] pgmap v521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:37.755516+0000 mgr.y (mgr.14556) 615 : cluster [DBG] pgmap v521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:39.755893+0000 mgr.y (mgr.14556) 616 : cluster [DBG] pgmap v522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:39.755893+0000 mgr.y (mgr.14556) 616 : cluster [DBG] pgmap v522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:39.755893+0000 mgr.y (mgr.14556) 616 : cluster [DBG] pgmap v522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:41.862 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:02:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:41.756504+0000 mgr.y (mgr.14556) 617 : cluster [DBG] pgmap v523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:41.756504+0000 mgr.y (mgr.14556) 617 : cluster [DBG] pgmap v523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:41.756504+0000 mgr.y (mgr.14556) 617 : cluster [DBG] pgmap v523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:02:43] "GET /metrics HTTP/1.1" 200 188256 "" "Prometheus/2.33.4" 2024-03-22T07:02:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:43.756883+0000 mgr.y (mgr.14556) 618 : cluster [DBG] pgmap v524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:43.756883+0000 mgr.y (mgr.14556) 618 : cluster [DBG] pgmap v524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:43.756883+0000 mgr.y (mgr.14556) 618 : cluster [DBG] pgmap v524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:45.757704+0000 mgr.y (mgr.14556) 619 : cluster [DBG] pgmap v525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:45.757704+0000 mgr.y (mgr.14556) 619 : cluster [DBG] pgmap v525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:45.757704+0000 mgr.y (mgr.14556) 619 : cluster [DBG] pgmap v525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:47.758064+0000 mgr.y (mgr.14556) 620 : cluster [DBG] pgmap v526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:47.758064+0000 mgr.y (mgr.14556) 620 : cluster [DBG] pgmap v526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:47.758064+0000 mgr.y (mgr.14556) 620 : cluster [DBG] pgmap v526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:49.758435+0000 mgr.y (mgr.14556) 621 : cluster [DBG] pgmap v527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:49.758435+0000 mgr.y (mgr.14556) 621 : cluster [DBG] pgmap v527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:49.758435+0000 mgr.y (mgr.14556) 621 : cluster [DBG] pgmap v527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:51.864 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:02:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:51.759241+0000 mgr.y (mgr.14556) 622 : cluster [DBG] pgmap v528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:51.759241+0000 mgr.y (mgr.14556) 622 : cluster [DBG] pgmap v528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:51.759241+0000 mgr.y (mgr.14556) 622 : cluster [DBG] pgmap v528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:02:53] "GET /metrics HTTP/1.1" 200 188251 "" "Prometheus/2.33.4" 2024-03-22T07:02:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:53.759660+0000 mgr.y (mgr.14556) 623 : cluster [DBG] pgmap v529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:53.759660+0000 mgr.y (mgr.14556) 623 : cluster [DBG] pgmap v529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:53.759660+0000 mgr.y (mgr.14556) 623 : cluster [DBG] pgmap v529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:55.760279+0000 mgr.y (mgr.14556) 624 : cluster [DBG] pgmap v530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:55.760279+0000 mgr.y (mgr.14556) 624 : cluster [DBG] pgmap v530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:55.760279+0000 mgr.y (mgr.14556) 624 : cluster [DBG] pgmap v530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:57.760771+0000 mgr.y (mgr.14556) 625 : cluster [DBG] pgmap v531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:57.760771+0000 mgr.y (mgr.14556) 625 : cluster [DBG] pgmap v531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:02:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:57.760771+0000 mgr.y (mgr.14556) 625 : cluster [DBG] pgmap v531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:02:59.761310+0000 mgr.y (mgr.14556) 626 : cluster [DBG] pgmap v532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:00.170 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:02:59.761310+0000 mgr.y (mgr.14556) 626 : cluster [DBG] pgmap v532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:00.171 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:02:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:02:59.761310+0000 mgr.y (mgr.14556) 626 : cluster [DBG] pgmap v532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:01.865 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:03:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:01.761936+0000 mgr.y (mgr.14556) 627 : cluster [DBG] pgmap v533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:01.761936+0000 mgr.y (mgr.14556) 627 : cluster [DBG] pgmap v533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:01.761936+0000 mgr.y (mgr.14556) 627 : cluster [DBG] pgmap v533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:03.762445+0000 mgr.y (mgr.14556) 628 : cluster [DBG] pgmap v534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:03:03] "GET /metrics HTTP/1.1" 200 188251 "" "Prometheus/2.33.4" 2024-03-22T07:03:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:03.762445+0000 mgr.y (mgr.14556) 628 : cluster [DBG] pgmap v534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:03.762445+0000 mgr.y (mgr.14556) 628 : cluster [DBG] pgmap v534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:05.032 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:03:05.322 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:03:05.322 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (16m) 4m ago 16m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (16m) 4m ago 16m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (17m) 4m ago 17m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (17m) 4m ago 17m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (21m) 4m ago 21m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (23m) 4m ago 23m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (23m) 4m ago 23m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (21m) 4m ago 21m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (21m) 4m ago 21m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (17m) 4m ago 17m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (17m) 4m ago 17m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (21m) 4m ago 21m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (20m) 4m ago 20m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (20m) 4m ago 20m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (19m) 4m ago 19m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (19m) 4m ago 19m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:03:05.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (19m) 4m ago 19m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:03:05.324 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (18m) 4m ago 18m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:03:05.324 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (18m) 4m ago 18m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:03:05.324 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (15m) 4m ago 17m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:03:05.672 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:03:05.672 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:03:05.672 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:03:05.672 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:03:05.672 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:03:05.672 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:03:05.672 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:03:05.672 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:03:05.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:03:05.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:03:05.673 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:03:05.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:03:05.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:03:05.673 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:03:05.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:03:05.673 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:03:05.673 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:03:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:03:05.672611+0000 mon.a (mon.0) 900 : audit [DBG] from='client.? 172.21.15.23:0/2740232016' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:03:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:03:05.672611+0000 mon.a (mon.0) 900 : audit [DBG] from='client.? 172.21.15.23:0/2740232016' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:03:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:03:05.672611+0000 mon.a (mon.0) 900 : audit [DBG] from='client.? 172.21.15.23:0/2740232016' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:03:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:03:05.020222+0000 mgr.y (mgr.14556) 629 : audit [DBG] from='client.25355 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:03:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:03:05.315383+0000 mgr.y (mgr.14556) 630 : audit [DBG] from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:03:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:05.763043+0000 mgr.y (mgr.14556) 631 : cluster [DBG] pgmap v535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:03:05.020222+0000 mgr.y (mgr.14556) 629 : audit [DBG] from='client.25355 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:03:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:03:05.315383+0000 mgr.y (mgr.14556) 630 : audit [DBG] from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:03:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:05.763043+0000 mgr.y (mgr.14556) 631 : cluster [DBG] pgmap v535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:03:05.020222+0000 mgr.y (mgr.14556) 629 : audit [DBG] from='client.25355 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:03:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:03:05.315383+0000 mgr.y (mgr.14556) 630 : audit [DBG] from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:03:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:05.763043+0000 mgr.y (mgr.14556) 631 : cluster [DBG] pgmap v535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:07.763532+0000 mgr.y (mgr.14556) 632 : cluster [DBG] pgmap v536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:07.763532+0000 mgr.y (mgr.14556) 632 : cluster [DBG] pgmap v536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:07.763532+0000 mgr.y (mgr.14556) 632 : cluster [DBG] pgmap v536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:03:09.571260+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:03:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:03:09.571260+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:03:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:03:09.571260+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:03:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:09.763864+0000 mgr.y (mgr.14556) 633 : cluster [DBG] pgmap v537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:03:09.883058+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:03:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:03:09.883716+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:03:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:03:09.887862+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:03:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:09.763864+0000 mgr.y (mgr.14556) 633 : cluster [DBG] pgmap v537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:03:09.883058+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:03:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:03:09.883716+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:03:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:03:09.887862+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:03:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:09.763864+0000 mgr.y (mgr.14556) 633 : cluster [DBG] pgmap v537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:03:09.883058+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:03:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:03:09.883716+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:03:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:03:09.887862+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:03:11.866 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:03:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:11.764723+0000 mgr.y (mgr.14556) 634 : cluster [DBG] pgmap v538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:11.764723+0000 mgr.y (mgr.14556) 634 : cluster [DBG] pgmap v538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:11.764723+0000 mgr.y (mgr.14556) 634 : cluster [DBG] pgmap v538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:13.765087+0000 mgr.y (mgr.14556) 635 : cluster [DBG] pgmap v539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:03:13] "GET /metrics HTTP/1.1" 200 188255 "" "Prometheus/2.33.4" 2024-03-22T07:03:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:13.765087+0000 mgr.y (mgr.14556) 635 : cluster [DBG] pgmap v539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:13.765087+0000 mgr.y (mgr.14556) 635 : cluster [DBG] pgmap v539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:15.765891+0000 mgr.y (mgr.14556) 636 : cluster [DBG] pgmap v540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:15.765891+0000 mgr.y (mgr.14556) 636 : cluster [DBG] pgmap v540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:15.765891+0000 mgr.y (mgr.14556) 636 : cluster [DBG] pgmap v540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:17.766293+0000 mgr.y (mgr.14556) 637 : cluster [DBG] pgmap v541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:17.766293+0000 mgr.y (mgr.14556) 637 : cluster [DBG] pgmap v541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:17.766293+0000 mgr.y (mgr.14556) 637 : cluster [DBG] pgmap v541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:19.766675+0000 mgr.y (mgr.14556) 638 : cluster [DBG] pgmap v542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:19.766675+0000 mgr.y (mgr.14556) 638 : cluster [DBG] pgmap v542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:19.766675+0000 mgr.y (mgr.14556) 638 : cluster [DBG] pgmap v542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:21.868 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:03:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:21.767280+0000 mgr.y (mgr.14556) 639 : cluster [DBG] pgmap v543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:21.767280+0000 mgr.y (mgr.14556) 639 : cluster [DBG] pgmap v543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:21.767280+0000 mgr.y (mgr.14556) 639 : cluster [DBG] pgmap v543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:23.869 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:03:23] "GET /metrics HTTP/1.1" 200 188256 "" "Prometheus/2.33.4" 2024-03-22T07:03:23.870 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:23.767647+0000 mgr.y (mgr.14556) 640 : cluster [DBG] pgmap v544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:23.767647+0000 mgr.y (mgr.14556) 640 : cluster [DBG] pgmap v544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:23.767647+0000 mgr.y (mgr.14556) 640 : cluster [DBG] pgmap v544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:25.768423+0000 mgr.y (mgr.14556) 641 : cluster [DBG] pgmap v545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:25.768423+0000 mgr.y (mgr.14556) 641 : cluster [DBG] pgmap v545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:25.768423+0000 mgr.y (mgr.14556) 641 : cluster [DBG] pgmap v545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:27.768970+0000 mgr.y (mgr.14556) 642 : cluster [DBG] pgmap v546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:27.768970+0000 mgr.y (mgr.14556) 642 : cluster [DBG] pgmap v546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:27.768970+0000 mgr.y (mgr.14556) 642 : cluster [DBG] pgmap v546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:29.769575+0000 mgr.y (mgr.14556) 643 : cluster [DBG] pgmap v547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:29.769575+0000 mgr.y (mgr.14556) 643 : cluster [DBG] pgmap v547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:29.769575+0000 mgr.y (mgr.14556) 643 : cluster [DBG] pgmap v547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:31.870 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:03:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:31.770433+0000 mgr.y (mgr.14556) 644 : cluster [DBG] pgmap v548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:31.770433+0000 mgr.y (mgr.14556) 644 : cluster [DBG] pgmap v548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:31.770433+0000 mgr.y (mgr.14556) 644 : cluster [DBG] pgmap v548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:33.770836+0000 mgr.y (mgr.14556) 645 : cluster [DBG] pgmap v549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:33.770836+0000 mgr.y (mgr.14556) 645 : cluster [DBG] pgmap v549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:03:33] "GET /metrics HTTP/1.1" 200 188256 "" "Prometheus/2.33.4" 2024-03-22T07:03:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:33.770836+0000 mgr.y (mgr.14556) 645 : cluster [DBG] pgmap v549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:36.001 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:03:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:35.771610+0000 mgr.y (mgr.14556) 646 : cluster [DBG] pgmap v550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:35.771610+0000 mgr.y (mgr.14556) 646 : cluster [DBG] pgmap v550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:35.771610+0000 mgr.y (mgr.14556) 646 : cluster [DBG] pgmap v550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:36.289 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:03:36.290 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (16m) 5m ago 17m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:03:36.290 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (17m) 5m ago 17m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:03:36.290 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (18m) 5m ago 18m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:03:36.290 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (18m) 5m ago 18m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:03:36.290 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (21m) 5m ago 21m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:03:36.290 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (23m) 5m ago 23m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:03:36.290 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (23m) 5m ago 23m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:03:36.290 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (22m) 5m ago 22m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:03:36.290 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (22m) 5m ago 22m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:03:36.290 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (17m) 5m ago 17m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:03:36.290 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (17m) 5m ago 17m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:03:36.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (21m) 5m ago 21m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:03:36.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (21m) 5m ago 21m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:03:36.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (20m) 5m ago 20m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:03:36.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (20m) 5m ago 20m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:03:36.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (20m) 5m ago 20m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:03:36.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (19m) 5m ago 19m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:03:36.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (19m) 5m ago 19m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:03:36.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (18m) 5m ago 18m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:03:36.291 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (16m) 5m ago 17m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:03:36.640 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:03:36.640 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:03:36.641 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:03:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:03:35.989784+0000 mgr.y (mgr.14556) 647 : audit [DBG] from='client.15459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:03:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:03:36.282413+0000 mgr.y (mgr.14556) 648 : audit [DBG] from='client.15465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:03:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:03:36.641089+0000 mon.c (mon.2) 56 : audit [DBG] from='client.? 172.21.15.23:0/4223786608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:03:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:03:35.989784+0000 mgr.y (mgr.14556) 647 : audit [DBG] from='client.15459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:03:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:03:36.282413+0000 mgr.y (mgr.14556) 648 : audit [DBG] from='client.15465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:03:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:03:36.641089+0000 mon.c (mon.2) 56 : audit [DBG] from='client.? 172.21.15.23:0/4223786608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:03:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:03:35.989784+0000 mgr.y (mgr.14556) 647 : audit [DBG] from='client.15459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:03:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:03:36.282413+0000 mgr.y (mgr.14556) 648 : audit [DBG] from='client.15465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:03:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:03:36.641089+0000 mon.c (mon.2) 56 : audit [DBG] from='client.? 172.21.15.23:0/4223786608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:03:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:37.772097+0000 mgr.y (mgr.14556) 649 : cluster [DBG] pgmap v551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:37.772097+0000 mgr.y (mgr.14556) 649 : cluster [DBG] pgmap v551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:37.772097+0000 mgr.y (mgr.14556) 649 : cluster [DBG] pgmap v551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:39.772509+0000 mgr.y (mgr.14556) 650 : cluster [DBG] pgmap v552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:39.772509+0000 mgr.y (mgr.14556) 650 : cluster [DBG] pgmap v552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:39.772509+0000 mgr.y (mgr.14556) 650 : cluster [DBG] pgmap v552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:41.871 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:03:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:41.773384+0000 mgr.y (mgr.14556) 651 : cluster [DBG] pgmap v553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:41.773384+0000 mgr.y (mgr.14556) 651 : cluster [DBG] pgmap v553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:41.773384+0000 mgr.y (mgr.14556) 651 : cluster [DBG] pgmap v553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:03:43] "GET /metrics HTTP/1.1" 200 188253 "" "Prometheus/2.33.4" 2024-03-22T07:03:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:43.773840+0000 mgr.y (mgr.14556) 652 : cluster [DBG] pgmap v554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:43.773840+0000 mgr.y (mgr.14556) 652 : cluster [DBG] pgmap v554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:43.773840+0000 mgr.y (mgr.14556) 652 : cluster [DBG] pgmap v554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:45.774588+0000 mgr.y (mgr.14556) 653 : cluster [DBG] pgmap v555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:45.774588+0000 mgr.y (mgr.14556) 653 : cluster [DBG] pgmap v555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:46.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:45.774588+0000 mgr.y (mgr.14556) 653 : cluster [DBG] pgmap v555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:47.774932+0000 mgr.y (mgr.14556) 654 : cluster [DBG] pgmap v556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:47.774932+0000 mgr.y (mgr.14556) 654 : cluster [DBG] pgmap v556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:47.774932+0000 mgr.y (mgr.14556) 654 : cluster [DBG] pgmap v556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:49.775447+0000 mgr.y (mgr.14556) 655 : cluster [DBG] pgmap v557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:49.775447+0000 mgr.y (mgr.14556) 655 : cluster [DBG] pgmap v557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:49.775447+0000 mgr.y (mgr.14556) 655 : cluster [DBG] pgmap v557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:51.872 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:03:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:51.776351+0000 mgr.y (mgr.14556) 656 : cluster [DBG] pgmap v558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:51.776351+0000 mgr.y (mgr.14556) 656 : cluster [DBG] pgmap v558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:51.776351+0000 mgr.y (mgr.14556) 656 : cluster [DBG] pgmap v558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:03:53] "GET /metrics HTTP/1.1" 200 188260 "" "Prometheus/2.33.4" 2024-03-22T07:03:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:53.776733+0000 mgr.y (mgr.14556) 657 : cluster [DBG] pgmap v559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:53.776733+0000 mgr.y (mgr.14556) 657 : cluster [DBG] pgmap v559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:53.776733+0000 mgr.y (mgr.14556) 657 : cluster [DBG] pgmap v559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:55.777414+0000 mgr.y (mgr.14556) 658 : cluster [DBG] pgmap v560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:55.777414+0000 mgr.y (mgr.14556) 658 : cluster [DBG] pgmap v560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:55.777414+0000 mgr.y (mgr.14556) 658 : cluster [DBG] pgmap v560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:57.777755+0000 mgr.y (mgr.14556) 659 : cluster [DBG] pgmap v561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:57.777755+0000 mgr.y (mgr.14556) 659 : cluster [DBG] pgmap v561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:03:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:57.777755+0000 mgr.y (mgr.14556) 659 : cluster [DBG] pgmap v561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:03:59.778113+0000 mgr.y (mgr.14556) 660 : cluster [DBG] pgmap v562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:03:59.778113+0000 mgr.y (mgr.14556) 660 : cluster [DBG] pgmap v562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:03:59.778113+0000 mgr.y (mgr.14556) 660 : cluster [DBG] pgmap v562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:01.874 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:04:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:01.778806+0000 mgr.y (mgr.14556) 661 : cluster [DBG] pgmap v563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:01.778806+0000 mgr.y (mgr.14556) 661 : cluster [DBG] pgmap v563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:01.778806+0000 mgr.y (mgr.14556) 661 : cluster [DBG] pgmap v563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:03.779184+0000 mgr.y (mgr.14556) 662 : cluster [DBG] pgmap v564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:03.779184+0000 mgr.y (mgr.14556) 662 : cluster [DBG] pgmap v564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:04:03] "GET /metrics HTTP/1.1" 200 188260 "" "Prometheus/2.33.4" 2024-03-22T07:04:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:03.779184+0000 mgr.y (mgr.14556) 662 : cluster [DBG] pgmap v564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:05.779785+0000 mgr.y (mgr.14556) 663 : cluster [DBG] pgmap v565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:05.779785+0000 mgr.y (mgr.14556) 663 : cluster [DBG] pgmap v565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:05.779785+0000 mgr.y (mgr.14556) 663 : cluster [DBG] pgmap v565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:06.970 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:04:07.255 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:04:07.255 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (17m) 6m ago 17m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:04:07.255 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (17m) 5m ago 17m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:04:07.255 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (18m) 6m ago 18m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:04:07.255 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (18m) 5m ago 18m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:04:07.255 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (22m) 5m ago 22m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:04:07.255 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (24m) 6m ago 24m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:04:07.255 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (24m) 6m ago 24m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:04:07.255 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (22m) 5m ago 22m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:04:07.255 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (22m) 6m ago 22m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:04:07.255 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (18m) 6m ago 18m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:04:07.255 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (18m) 5m ago 18m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:04:07.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (22m) 6m ago 22m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:04:07.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (21m) 6m ago 21m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:04:07.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (21m) 6m ago 21m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:04:07.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (20m) 6m ago 20m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:04:07.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (20m) 5m ago 20m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:04:07.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (20m) 5m ago 20m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:04:07.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (19m) 5m ago 19m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:04:07.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (19m) 5m ago 19m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:04:07.256 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (17m) 5m ago 18m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:04:07.603 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:04:07.603 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:04:07.603 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:04:07.603 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:04:07.603 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:04:07.603 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:04:07.603 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:04:07.603 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:04:07.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:04:07.604 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:04:07.604 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:04:07.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:04:07.604 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:04:07.604 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:04:07.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:04:07.604 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:04:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:04:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:04:07.603875+0000 mon.a (mon.0) 905 : audit [DBG] from='client.? 172.21.15.23:0/3583641951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:04:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:04:07.603875+0000 mon.a (mon.0) 905 : audit [DBG] from='client.? 172.21.15.23:0/3583641951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:04:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:04:07.603875+0000 mon.a (mon.0) 905 : audit [DBG] from='client.? 172.21.15.23:0/3583641951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:04:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:04:06.959381+0000 mgr.y (mgr.14556) 664 : audit [DBG] from='client.15477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:04:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:04:07.247671+0000 mgr.y (mgr.14556) 665 : audit [DBG] from='client.15483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:04:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:07.780141+0000 mgr.y (mgr.14556) 666 : cluster [DBG] pgmap v566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:04:06.959381+0000 mgr.y (mgr.14556) 664 : audit [DBG] from='client.15477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:04:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:04:07.247671+0000 mgr.y (mgr.14556) 665 : audit [DBG] from='client.15483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:04:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:07.780141+0000 mgr.y (mgr.14556) 666 : cluster [DBG] pgmap v566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:04:06.959381+0000 mgr.y (mgr.14556) 664 : audit [DBG] from='client.15477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:04:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:04:07.247671+0000 mgr.y (mgr.14556) 665 : audit [DBG] from='client.15483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:04:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:07.780141+0000 mgr.y (mgr.14556) 666 : cluster [DBG] pgmap v566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:10.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:09.780521+0000 mgr.y (mgr.14556) 667 : cluster [DBG] pgmap v567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:09.780521+0000 mgr.y (mgr.14556) 667 : cluster [DBG] pgmap v567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:09.780521+0000 mgr.y (mgr.14556) 667 : cluster [DBG] pgmap v567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:04:09.892273+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:04:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:04:10.196856+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:04:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:04:10.197483+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:04:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:04:10.206128+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:04:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:04:09.892273+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:04:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:04:10.196856+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:04:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:04:10.197483+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:04:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:04:10.206128+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:04:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:04:09.892273+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:04:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:04:10.196856+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:04:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:04:10.197483+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:04:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:04:10.206128+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:04:11.894 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:04:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:11.781372+0000 mgr.y (mgr.14556) 668 : cluster [DBG] pgmap v568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:11.781372+0000 mgr.y (mgr.14556) 668 : cluster [DBG] pgmap v568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:11.781372+0000 mgr.y (mgr.14556) 668 : cluster [DBG] pgmap v568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:13.781734+0000 mgr.y (mgr.14556) 669 : cluster [DBG] pgmap v569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:13.781734+0000 mgr.y (mgr.14556) 669 : cluster [DBG] pgmap v569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:04:13] "GET /metrics HTTP/1.1" 200 188261 "" "Prometheus/2.33.4" 2024-03-22T07:04:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:13.781734+0000 mgr.y (mgr.14556) 669 : cluster [DBG] pgmap v569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:15.782349+0000 mgr.y (mgr.14556) 670 : cluster [DBG] pgmap v570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:15.782349+0000 mgr.y (mgr.14556) 670 : cluster [DBG] pgmap v570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:15.782349+0000 mgr.y (mgr.14556) 670 : cluster [DBG] pgmap v570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:18.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:17.782755+0000 mgr.y (mgr.14556) 671 : cluster [DBG] pgmap v571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:17.782755+0000 mgr.y (mgr.14556) 671 : cluster [DBG] pgmap v571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:17.782755+0000 mgr.y (mgr.14556) 671 : cluster [DBG] pgmap v571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:19.783246+0000 mgr.y (mgr.14556) 672 : cluster [DBG] pgmap v572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:19.783246+0000 mgr.y (mgr.14556) 672 : cluster [DBG] pgmap v572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:19.783246+0000 mgr.y (mgr.14556) 672 : cluster [DBG] pgmap v572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:21.878 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:04:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:21.784113+0000 mgr.y (mgr.14556) 673 : cluster [DBG] pgmap v573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:21.784113+0000 mgr.y (mgr.14556) 673 : cluster [DBG] pgmap v573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:21.784113+0000 mgr.y (mgr.14556) 673 : cluster [DBG] pgmap v573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:23.784689+0000 mgr.y (mgr.14556) 674 : cluster [DBG] pgmap v574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:04:23] "GET /metrics HTTP/1.1" 200 188258 "" "Prometheus/2.33.4" 2024-03-22T07:04:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:23.784689+0000 mgr.y (mgr.14556) 674 : cluster [DBG] pgmap v574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:23.784689+0000 mgr.y (mgr.14556) 674 : cluster [DBG] pgmap v574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:25.785370+0000 mgr.y (mgr.14556) 675 : cluster [DBG] pgmap v575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:25.785370+0000 mgr.y (mgr.14556) 675 : cluster [DBG] pgmap v575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:25.785370+0000 mgr.y (mgr.14556) 675 : cluster [DBG] pgmap v575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:27.785784+0000 mgr.y (mgr.14556) 676 : cluster [DBG] pgmap v576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:27.785784+0000 mgr.y (mgr.14556) 676 : cluster [DBG] pgmap v576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:27.785784+0000 mgr.y (mgr.14556) 676 : cluster [DBG] pgmap v576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:29.786240+0000 mgr.y (mgr.14556) 677 : cluster [DBG] pgmap v577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:29.786240+0000 mgr.y (mgr.14556) 677 : cluster [DBG] pgmap v577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:29.786240+0000 mgr.y (mgr.14556) 677 : cluster [DBG] pgmap v577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:31.879 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:04:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:31.786928+0000 mgr.y (mgr.14556) 678 : cluster [DBG] pgmap v578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:31.786928+0000 mgr.y (mgr.14556) 678 : cluster [DBG] pgmap v578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:31.786928+0000 mgr.y (mgr.14556) 678 : cluster [DBG] pgmap v578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:04:33] "GET /metrics HTTP/1.1" 200 188258 "" "Prometheus/2.33.4" 2024-03-22T07:04:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:33.787366+0000 mgr.y (mgr.14556) 679 : cluster [DBG] pgmap v579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:33.787366+0000 mgr.y (mgr.14556) 679 : cluster [DBG] pgmap v579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:33.787366+0000 mgr.y (mgr.14556) 679 : cluster [DBG] pgmap v579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:35.787994+0000 mgr.y (mgr.14556) 680 : cluster [DBG] pgmap v580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:35.787994+0000 mgr.y (mgr.14556) 680 : cluster [DBG] pgmap v580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:35.787994+0000 mgr.y (mgr.14556) 680 : cluster [DBG] pgmap v580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:37.930 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:04:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:37.788394+0000 mgr.y (mgr.14556) 681 : cluster [DBG] pgmap v581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:38.218 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:04:38.218 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (17m) 6m ago 18m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:04:38.218 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (18m) 6m ago 18m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:04:38.218 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (19m) 6m ago 19m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:04:38.218 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (19m) 6m ago 19m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:04:38.218 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (22m) 6m ago 22m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:04:38.218 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (24m) 6m ago 24m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (24m) 6m ago 24m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (23m) 6m ago 23m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (23m) 6m ago 23m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (18m) 6m ago 18m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (18m) 6m ago 18m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (22m) 6m ago 22m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (22m) 6m ago 22m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (21m) 6m ago 21m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (21m) 6m ago 21m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (21m) 6m ago 21m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (20m) 6m ago 20m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (20m) 6m ago 20m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (19m) 6m ago 19m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:04:38.219 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (17m) 6m ago 18m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:04:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:37.788394+0000 mgr.y (mgr.14556) 681 : cluster [DBG] pgmap v581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:37.788394+0000 mgr.y (mgr.14556) 681 : cluster [DBG] pgmap v581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:38.572 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:04:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:04:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:04:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:04:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:04:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:04:38.573 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:04:38.573 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:04:38.573 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:04:38.573 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:04:38.573 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:04:38.573 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:04:38.573 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:04:38.573 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:04:38.573 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:04:38.574 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:04:38.574 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:04:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:04:37.919196+0000 mgr.y (mgr.14556) 682 : audit [DBG] from='client.25409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:04:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:04:38.210793+0000 mgr.y (mgr.14556) 683 : audit [DBG] from='client.15501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:04:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:04:38.572991+0000 mon.a (mon.0) 910 : audit [DBG] from='client.? 172.21.15.23:0/649408591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:04:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:04:37.919196+0000 mgr.y (mgr.14556) 682 : audit [DBG] from='client.25409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:04:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:04:38.210793+0000 mgr.y (mgr.14556) 683 : audit [DBG] from='client.15501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:04:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:04:38.572991+0000 mon.a (mon.0) 910 : audit [DBG] from='client.? 172.21.15.23:0/649408591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:04:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:04:37.919196+0000 mgr.y (mgr.14556) 682 : audit [DBG] from='client.25409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:04:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:04:38.210793+0000 mgr.y (mgr.14556) 683 : audit [DBG] from='client.15501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:04:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:04:38.572991+0000 mon.a (mon.0) 910 : audit [DBG] from='client.? 172.21.15.23:0/649408591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:04:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:39.788857+0000 mgr.y (mgr.14556) 684 : cluster [DBG] pgmap v582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:39.788857+0000 mgr.y (mgr.14556) 684 : cluster [DBG] pgmap v582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:39.788857+0000 mgr.y (mgr.14556) 684 : cluster [DBG] pgmap v582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:41.881 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:04:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:41.789666+0000 mgr.y (mgr.14556) 685 : cluster [DBG] pgmap v583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:41.789666+0000 mgr.y (mgr.14556) 685 : cluster [DBG] pgmap v583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:41.789666+0000 mgr.y (mgr.14556) 685 : cluster [DBG] pgmap v583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:04:43] "GET /metrics HTTP/1.1" 200 188259 "" "Prometheus/2.33.4" 2024-03-22T07:04:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:43.790002+0000 mgr.y (mgr.14556) 686 : cluster [DBG] pgmap v584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:43.790002+0000 mgr.y (mgr.14556) 686 : cluster [DBG] pgmap v584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:43.790002+0000 mgr.y (mgr.14556) 686 : cluster [DBG] pgmap v584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:45.790800+0000 mgr.y (mgr.14556) 687 : cluster [DBG] pgmap v585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:45.790800+0000 mgr.y (mgr.14556) 687 : cluster [DBG] pgmap v585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:45.790800+0000 mgr.y (mgr.14556) 687 : cluster [DBG] pgmap v585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:47.791316+0000 mgr.y (mgr.14556) 688 : cluster [DBG] pgmap v586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:47.791316+0000 mgr.y (mgr.14556) 688 : cluster [DBG] pgmap v586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:47.791316+0000 mgr.y (mgr.14556) 688 : cluster [DBG] pgmap v586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:49.791714+0000 mgr.y (mgr.14556) 689 : cluster [DBG] pgmap v587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:49.791714+0000 mgr.y (mgr.14556) 689 : cluster [DBG] pgmap v587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:49.791714+0000 mgr.y (mgr.14556) 689 : cluster [DBG] pgmap v587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:51.882 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:04:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:51.792449+0000 mgr.y (mgr.14556) 690 : cluster [DBG] pgmap v588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:51.792449+0000 mgr.y (mgr.14556) 690 : cluster [DBG] pgmap v588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:51.792449+0000 mgr.y (mgr.14556) 690 : cluster [DBG] pgmap v588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:04:53] "GET /metrics HTTP/1.1" 200 188260 "" "Prometheus/2.33.4" 2024-03-22T07:04:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:53.792940+0000 mgr.y (mgr.14556) 691 : cluster [DBG] pgmap v589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:53.792940+0000 mgr.y (mgr.14556) 691 : cluster [DBG] pgmap v589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:53.792940+0000 mgr.y (mgr.14556) 691 : cluster [DBG] pgmap v589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:55.793507+0000 mgr.y (mgr.14556) 692 : cluster [DBG] pgmap v590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:55.793507+0000 mgr.y (mgr.14556) 692 : cluster [DBG] pgmap v590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:55.793507+0000 mgr.y (mgr.14556) 692 : cluster [DBG] pgmap v590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:57.793888+0000 mgr.y (mgr.14556) 693 : cluster [DBG] pgmap v591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:57.793888+0000 mgr.y (mgr.14556) 693 : cluster [DBG] pgmap v591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:04:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:57.793888+0000 mgr.y (mgr.14556) 693 : cluster [DBG] pgmap v591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:04:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:04:59.794558+0000 mgr.y (mgr.14556) 694 : cluster [DBG] pgmap v592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:04:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:04:59.794558+0000 mgr.y (mgr.14556) 694 : cluster [DBG] pgmap v592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:04:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:04:59.794558+0000 mgr.y (mgr.14556) 694 : cluster [DBG] pgmap v592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:01.884 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:05:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:01.795193+0000 mgr.y (mgr.14556) 695 : cluster [DBG] pgmap v593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:01.795193+0000 mgr.y (mgr.14556) 695 : cluster [DBG] pgmap v593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:01.795193+0000 mgr.y (mgr.14556) 695 : cluster [DBG] pgmap v593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:05:03] "GET /metrics HTTP/1.1" 200 188260 "" "Prometheus/2.33.4" 2024-03-22T07:05:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:03.795672+0000 mgr.y (mgr.14556) 696 : cluster [DBG] pgmap v594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:03.795672+0000 mgr.y (mgr.14556) 696 : cluster [DBG] pgmap v594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:03.795672+0000 mgr.y (mgr.14556) 696 : cluster [DBG] pgmap v594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:05.796484+0000 mgr.y (mgr.14556) 697 : cluster [DBG] pgmap v595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:05.796484+0000 mgr.y (mgr.14556) 697 : cluster [DBG] pgmap v595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:05.796484+0000 mgr.y (mgr.14556) 697 : cluster [DBG] pgmap v595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:07.796870+0000 mgr.y (mgr.14556) 698 : cluster [DBG] pgmap v596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:07.796870+0000 mgr.y (mgr.14556) 698 : cluster [DBG] pgmap v596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:07.796870+0000 mgr.y (mgr.14556) 698 : cluster [DBG] pgmap v596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:08.896 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:05:09.183 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (18m) 7m ago 18m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (18m) 7m ago 18m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (19m) 7m ago 19m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (19m) 7m ago 19m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (23m) 7m ago 23m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (25m) 7m ago 25m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (25m) 7m ago 25m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (23m) 7m ago 23m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (23m) 7m ago 23m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (19m) 7m ago 19m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (19m) 7m ago 19m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (23m) 7m ago 23m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (22m) 7m ago 22m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (22m) 7m ago 22m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (21m) 7m ago 21m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:05:09.184 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (21m) 7m ago 21m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:05:09.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (21m) 7m ago 21m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:05:09.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (20m) 7m ago 20m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:05:09.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (20m) 7m ago 20m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:05:09.185 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (18m) 7m ago 19m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:05:09.536 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:05:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:05:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:05:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:05:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:05:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:05:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:05:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:05:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:05:09.537 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:05:09.537 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:05:09.537 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:05:09.537 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:05:09.537 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:05:09.537 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:05:09.537 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:05:09.537 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:05:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:05:09.536865+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.23:0/3772727341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:05:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:05:09.536865+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.23:0/3772727341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:05:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:05:09.536865+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.23:0/3772727341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:05:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:05:08.885711+0000 mgr.y (mgr.14556) 699 : audit [DBG] from='client.15513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:05:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:05:09.176413+0000 mgr.y (mgr.14556) 700 : audit [DBG] from='client.25433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:05:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:09.797188+0000 mgr.y (mgr.14556) 701 : cluster [DBG] pgmap v597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:05:10.210356+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:05:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:05:10.506678+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:05:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:05:10.507277+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:05:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:05:10.515980+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:05:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:05:08.885711+0000 mgr.y (mgr.14556) 699 : audit [DBG] from='client.15513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:05:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:05:09.176413+0000 mgr.y (mgr.14556) 700 : audit [DBG] from='client.25433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:05:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:09.797188+0000 mgr.y (mgr.14556) 701 : cluster [DBG] pgmap v597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:05:10.210356+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:05:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:05:10.506678+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:05:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:05:10.507277+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:05:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:05:10.515980+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:05:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:05:08.885711+0000 mgr.y (mgr.14556) 699 : audit [DBG] from='client.15513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:05:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:05:09.176413+0000 mgr.y (mgr.14556) 700 : audit [DBG] from='client.25433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:05:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:09.797188+0000 mgr.y (mgr.14556) 701 : cluster [DBG] pgmap v597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:05:10.210356+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:05:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:05:10.506678+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:05:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:05:10.507277+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:05:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:05:10.515980+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:05:11.886 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:05:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:11.798042+0000 mgr.y (mgr.14556) 702 : cluster [DBG] pgmap v598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:11.798042+0000 mgr.y (mgr.14556) 702 : cluster [DBG] pgmap v598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:11.798042+0000 mgr.y (mgr.14556) 702 : cluster [DBG] pgmap v598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:05:13] "GET /metrics HTTP/1.1" 200 188258 "" "Prometheus/2.33.4" 2024-03-22T07:05:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:13.798474+0000 mgr.y (mgr.14556) 703 : cluster [DBG] pgmap v599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:13.798474+0000 mgr.y (mgr.14556) 703 : cluster [DBG] pgmap v599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:13.798474+0000 mgr.y (mgr.14556) 703 : cluster [DBG] pgmap v599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:15.799200+0000 mgr.y (mgr.14556) 704 : cluster [DBG] pgmap v600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:15.799200+0000 mgr.y (mgr.14556) 704 : cluster [DBG] pgmap v600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:15.799200+0000 mgr.y (mgr.14556) 704 : cluster [DBG] pgmap v600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:17.799729+0000 mgr.y (mgr.14556) 705 : cluster [DBG] pgmap v601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:17.799729+0000 mgr.y (mgr.14556) 705 : cluster [DBG] pgmap v601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:17.799729+0000 mgr.y (mgr.14556) 705 : cluster [DBG] pgmap v601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:19.800228+0000 mgr.y (mgr.14556) 706 : cluster [DBG] pgmap v602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:19.800228+0000 mgr.y (mgr.14556) 706 : cluster [DBG] pgmap v602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:19.800228+0000 mgr.y (mgr.14556) 706 : cluster [DBG] pgmap v602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:21.887 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:05:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:21.800917+0000 mgr.y (mgr.14556) 707 : cluster [DBG] pgmap v603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:21.800917+0000 mgr.y (mgr.14556) 707 : cluster [DBG] pgmap v603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:21.800917+0000 mgr.y (mgr.14556) 707 : cluster [DBG] pgmap v603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:05:23] "GET /metrics HTTP/1.1" 200 188254 "" "Prometheus/2.33.4" 2024-03-22T07:05:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:23.801359+0000 mgr.y (mgr.14556) 708 : cluster [DBG] pgmap v604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:23.801359+0000 mgr.y (mgr.14556) 708 : cluster [DBG] pgmap v604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:23.801359+0000 mgr.y (mgr.14556) 708 : cluster [DBG] pgmap v604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:25.802101+0000 mgr.y (mgr.14556) 709 : cluster [DBG] pgmap v605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:25.802101+0000 mgr.y (mgr.14556) 709 : cluster [DBG] pgmap v605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:25.802101+0000 mgr.y (mgr.14556) 709 : cluster [DBG] pgmap v605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:27.802562+0000 mgr.y (mgr.14556) 710 : cluster [DBG] pgmap v606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:27.802562+0000 mgr.y (mgr.14556) 710 : cluster [DBG] pgmap v606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:27.802562+0000 mgr.y (mgr.14556) 710 : cluster [DBG] pgmap v606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:29.802877+0000 mgr.y (mgr.14556) 711 : cluster [DBG] pgmap v607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:29.802877+0000 mgr.y (mgr.14556) 711 : cluster [DBG] pgmap v607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:29.802877+0000 mgr.y (mgr.14556) 711 : cluster [DBG] pgmap v607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:31.889 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:05:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:31.803641+0000 mgr.y (mgr.14556) 712 : cluster [DBG] pgmap v608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:31.803641+0000 mgr.y (mgr.14556) 712 : cluster [DBG] pgmap v608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:31.803641+0000 mgr.y (mgr.14556) 712 : cluster [DBG] pgmap v608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:05:33] "GET /metrics HTTP/1.1" 200 188254 "" "Prometheus/2.33.4" 2024-03-22T07:05:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:33.804090+0000 mgr.y (mgr.14556) 713 : cluster [DBG] pgmap v609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:33.804090+0000 mgr.y (mgr.14556) 713 : cluster [DBG] pgmap v609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:33.804090+0000 mgr.y (mgr.14556) 713 : cluster [DBG] pgmap v609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:35.804747+0000 mgr.y (mgr.14556) 714 : cluster [DBG] pgmap v610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:35.804747+0000 mgr.y (mgr.14556) 714 : cluster [DBG] pgmap v610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:35.804747+0000 mgr.y (mgr.14556) 714 : cluster [DBG] pgmap v610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:37.805168+0000 mgr.y (mgr.14556) 715 : cluster [DBG] pgmap v611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:37.805168+0000 mgr.y (mgr.14556) 715 : cluster [DBG] pgmap v611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:37.805168+0000 mgr.y (mgr.14556) 715 : cluster [DBG] pgmap v611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:39.861 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:05:40.148 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (18m) 7m ago 19m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (19m) 7m ago 19m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (20m) 7m ago 20m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (20m) 7m ago 20m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (24m) 7m ago 24m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (25m) 7m ago 25m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (25m) 7m ago 25m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (24m) 7m ago 24m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (24m) 7m ago 24m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (19m) 7m ago 19m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (19m) 7m ago 19m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (23m) 7m ago 23m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:05:40.149 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (23m) 7m ago 23m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:05:40.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (22m) 7m ago 22m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:05:40.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (22m) 7m ago 22m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:05:40.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (22m) 7m ago 22m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:05:40.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (21m) 7m ago 21m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:05:40.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (21m) 7m ago 21m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:05:40.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (20m) 7m ago 20m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:05:40.150 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (18m) 7m ago 19m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:05:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:39.805521+0000 mgr.y (mgr.14556) 716 : cluster [DBG] pgmap v612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:39.805521+0000 mgr.y (mgr.14556) 716 : cluster [DBG] pgmap v612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:39.805521+0000 mgr.y (mgr.14556) 716 : cluster [DBG] pgmap v612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:40.496 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:05:40.496 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:05:40.496 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:05:40.496 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:05:40.496 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:05:40.496 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:05:40.496 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:05:40.496 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:05:40.496 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:05:40.497 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:05:40.497 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:05:40.497 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:05:40.497 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:05:40.497 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:05:40.497 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:05:40.497 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:05:40.497 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:05:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:05:39.850473+0000 mgr.y (mgr.14556) 717 : audit [DBG] from='client.25445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:05:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:05:40.141294+0000 mgr.y (mgr.14556) 718 : audit [DBG] from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:05:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:05:40.496791+0000 mon.a (mon.0) 916 : audit [DBG] from='client.? 172.21.15.23:0/2255165316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:05:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:05:39.850473+0000 mgr.y (mgr.14556) 717 : audit [DBG] from='client.25445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:05:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:05:40.141294+0000 mgr.y (mgr.14556) 718 : audit [DBG] from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:05:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:05:40.496791+0000 mon.a (mon.0) 916 : audit [DBG] from='client.? 172.21.15.23:0/2255165316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:05:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:05:39.850473+0000 mgr.y (mgr.14556) 717 : audit [DBG] from='client.25445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:05:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:05:40.141294+0000 mgr.y (mgr.14556) 718 : audit [DBG] from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:05:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:05:40.496791+0000 mon.a (mon.0) 916 : audit [DBG] from='client.? 172.21.15.23:0/2255165316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:05:41.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:05:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:41.806405+0000 mgr.y (mgr.14556) 719 : cluster [DBG] pgmap v613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:41.806405+0000 mgr.y (mgr.14556) 719 : cluster [DBG] pgmap v613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:41.806405+0000 mgr.y (mgr.14556) 719 : cluster [DBG] pgmap v613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:05:43] "GET /metrics HTTP/1.1" 200 188252 "" "Prometheus/2.33.4" 2024-03-22T07:05:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:43.806923+0000 mgr.y (mgr.14556) 720 : cluster [DBG] pgmap v614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:43.806923+0000 mgr.y (mgr.14556) 720 : cluster [DBG] pgmap v614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:43.806923+0000 mgr.y (mgr.14556) 720 : cluster [DBG] pgmap v614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:45.807713+0000 mgr.y (mgr.14556) 721 : cluster [DBG] pgmap v615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:45.807713+0000 mgr.y (mgr.14556) 721 : cluster [DBG] pgmap v615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:45.807713+0000 mgr.y (mgr.14556) 721 : cluster [DBG] pgmap v615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:47.808256+0000 mgr.y (mgr.14556) 722 : cluster [DBG] pgmap v616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:47.808256+0000 mgr.y (mgr.14556) 722 : cluster [DBG] pgmap v616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:47.808256+0000 mgr.y (mgr.14556) 722 : cluster [DBG] pgmap v616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:49.808744+0000 mgr.y (mgr.14556) 723 : cluster [DBG] pgmap v617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:49.808744+0000 mgr.y (mgr.14556) 723 : cluster [DBG] pgmap v617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:49.808744+0000 mgr.y (mgr.14556) 723 : cluster [DBG] pgmap v617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:51.893 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:05:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:51.809417+0000 mgr.y (mgr.14556) 724 : cluster [DBG] pgmap v618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:51.809417+0000 mgr.y (mgr.14556) 724 : cluster [DBG] pgmap v618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:51.809417+0000 mgr.y (mgr.14556) 724 : cluster [DBG] pgmap v618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:53.809863+0000 mgr.y (mgr.14556) 725 : cluster [DBG] pgmap v619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:05:53] "GET /metrics HTTP/1.1" 200 188255 "" "Prometheus/2.33.4" 2024-03-22T07:05:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:53.809863+0000 mgr.y (mgr.14556) 725 : cluster [DBG] pgmap v619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:53.809863+0000 mgr.y (mgr.14556) 725 : cluster [DBG] pgmap v619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:55.810521+0000 mgr.y (mgr.14556) 726 : cluster [DBG] pgmap v620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:55.810521+0000 mgr.y (mgr.14556) 726 : cluster [DBG] pgmap v620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:55.810521+0000 mgr.y (mgr.14556) 726 : cluster [DBG] pgmap v620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:57.810935+0000 mgr.y (mgr.14556) 727 : cluster [DBG] pgmap v621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:57.810935+0000 mgr.y (mgr.14556) 727 : cluster [DBG] pgmap v621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:05:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:57.810935+0000 mgr.y (mgr.14556) 727 : cluster [DBG] pgmap v621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:05:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:05:59.811319+0000 mgr.y (mgr.14556) 728 : cluster [DBG] pgmap v622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:05:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:05:59.811319+0000 mgr.y (mgr.14556) 728 : cluster [DBG] pgmap v622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:05:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:05:59.811319+0000 mgr.y (mgr.14556) 728 : cluster [DBG] pgmap v622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:01.895 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:06:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:01.811983+0000 mgr.y (mgr.14556) 729 : cluster [DBG] pgmap v623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:01.811983+0000 mgr.y (mgr.14556) 729 : cluster [DBG] pgmap v623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:01.811983+0000 mgr.y (mgr.14556) 729 : cluster [DBG] pgmap v623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:06:03] "GET /metrics HTTP/1.1" 200 188255 "" "Prometheus/2.33.4" 2024-03-22T07:06:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:03.812413+0000 mgr.y (mgr.14556) 730 : cluster [DBG] pgmap v624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:03.812413+0000 mgr.y (mgr.14556) 730 : cluster [DBG] pgmap v624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:03.812413+0000 mgr.y (mgr.14556) 730 : cluster [DBG] pgmap v624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:05.813166+0000 mgr.y (mgr.14556) 731 : cluster [DBG] pgmap v625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:05.813166+0000 mgr.y (mgr.14556) 731 : cluster [DBG] pgmap v625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:05.813166+0000 mgr.y (mgr.14556) 731 : cluster [DBG] pgmap v625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:07.813693+0000 mgr.y (mgr.14556) 732 : cluster [DBG] pgmap v626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:07.813693+0000 mgr.y (mgr.14556) 732 : cluster [DBG] pgmap v626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:07.813693+0000 mgr.y (mgr.14556) 732 : cluster [DBG] pgmap v626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:09.814049+0000 mgr.y (mgr.14556) 733 : cluster [DBG] pgmap v627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:09.814049+0000 mgr.y (mgr.14556) 733 : cluster [DBG] pgmap v627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:09.814049+0000 mgr.y (mgr.14556) 733 : cluster [DBG] pgmap v627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:10.829 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:06:11.118 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:06:11.118 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (19m) 8m ago 19m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:06:11.118 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (19m) 8m ago 19m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:06:11.118 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (20m) 8m ago 20m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:06:11.118 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (20m) 8m ago 20m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:06:11.118 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (24m) 8m ago 24m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:06:11.118 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (26m) 8m ago 26m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (26m) 8m ago 26m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (24m) 8m ago 24m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (24m) 8m ago 24m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (20m) 8m ago 20m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (20m) 8m ago 20m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (24m) 8m ago 24m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (23m) 8m ago 23m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (23m) 8m ago 23m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (23m) 8m ago 22m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (22m) 8m ago 22m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (22m) 8m ago 22m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (21m) 8m ago 21m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (21m) 8m ago 21m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:06:11.119 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (19m) 8m ago 20m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:06:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:06:10.520291+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:06:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:06:10.816291+0000 mgr.y (mgr.14556) 734 : audit [DBG] from='client.15549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:06:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:06:10.834105+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:06:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:06:10.834779+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:06:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:06:10.841942+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:06:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:06:10.520291+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:06:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:06:10.816291+0000 mgr.y (mgr.14556) 734 : audit [DBG] from='client.15549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:06:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:06:10.834105+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:06:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:06:10.834779+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:06:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:06:10.841942+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:06:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:06:10.520291+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:06:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:06:10.816291+0000 mgr.y (mgr.14556) 734 : audit [DBG] from='client.15549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:06:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:06:10.834105+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:06:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:06:10.834779+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:06:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:06:10.841942+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:06:11.469 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:06:11.469 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:06:11.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:06:11.471 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:06:11.471 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:06:11.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:06:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:06:11.110841+0000 mgr.y (mgr.14556) 735 : audit [DBG] from='client.25469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:06:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:06:11.470379+0000 mon.a (mon.0) 921 : audit [DBG] from='client.? 172.21.15.23:0/2092847692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:06:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:11.814606+0000 mgr.y (mgr.14556) 736 : cluster [DBG] pgmap v628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:06:11.110841+0000 mgr.y (mgr.14556) 735 : audit [DBG] from='client.25469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:06:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:06:11.470379+0000 mon.a (mon.0) 921 : audit [DBG] from='client.? 172.21.15.23:0/2092847692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:06:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:11.814606+0000 mgr.y (mgr.14556) 736 : cluster [DBG] pgmap v628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:06:11.110841+0000 mgr.y (mgr.14556) 735 : audit [DBG] from='client.25469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:06:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:06:11.470379+0000 mon.a (mon.0) 921 : audit [DBG] from='client.? 172.21.15.23:0/2092847692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:06:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:11.814606+0000 mgr.y (mgr.14556) 736 : cluster [DBG] pgmap v628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:06:13] "GET /metrics HTTP/1.1" 200 188254 "" "Prometheus/2.33.4" 2024-03-22T07:06:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:13.815134+0000 mgr.y (mgr.14556) 737 : cluster [DBG] pgmap v629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:13.815134+0000 mgr.y (mgr.14556) 737 : cluster [DBG] pgmap v629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:13.815134+0000 mgr.y (mgr.14556) 737 : cluster [DBG] pgmap v629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:15.815770+0000 mgr.y (mgr.14556) 738 : cluster [DBG] pgmap v630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:15.815770+0000 mgr.y (mgr.14556) 738 : cluster [DBG] pgmap v630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:15.815770+0000 mgr.y (mgr.14556) 738 : cluster [DBG] pgmap v630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:17.816161+0000 mgr.y (mgr.14556) 739 : cluster [DBG] pgmap v631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:17.816161+0000 mgr.y (mgr.14556) 739 : cluster [DBG] pgmap v631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:17.816161+0000 mgr.y (mgr.14556) 739 : cluster [DBG] pgmap v631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:19.816724+0000 mgr.y (mgr.14556) 740 : cluster [DBG] pgmap v632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:19.816724+0000 mgr.y (mgr.14556) 740 : cluster [DBG] pgmap v632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:19.816724+0000 mgr.y (mgr.14556) 740 : cluster [DBG] pgmap v632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:21.898 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:06:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:21.817363+0000 mgr.y (mgr.14556) 741 : cluster [DBG] pgmap v633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:21.817363+0000 mgr.y (mgr.14556) 741 : cluster [DBG] pgmap v633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:21.817363+0000 mgr.y (mgr.14556) 741 : cluster [DBG] pgmap v633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:23.817803+0000 mgr.y (mgr.14556) 742 : cluster [DBG] pgmap v634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:06:23] "GET /metrics HTTP/1.1" 200 188256 "" "Prometheus/2.33.4" 2024-03-22T07:06:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:23.817803+0000 mgr.y (mgr.14556) 742 : cluster [DBG] pgmap v634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:23.817803+0000 mgr.y (mgr.14556) 742 : cluster [DBG] pgmap v634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:25.818467+0000 mgr.y (mgr.14556) 743 : cluster [DBG] pgmap v635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:25.818467+0000 mgr.y (mgr.14556) 743 : cluster [DBG] pgmap v635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:25.818467+0000 mgr.y (mgr.14556) 743 : cluster [DBG] pgmap v635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:27.818874+0000 mgr.y (mgr.14556) 744 : cluster [DBG] pgmap v636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:27.818874+0000 mgr.y (mgr.14556) 744 : cluster [DBG] pgmap v636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:27.818874+0000 mgr.y (mgr.14556) 744 : cluster [DBG] pgmap v636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:29.819423+0000 mgr.y (mgr.14556) 745 : cluster [DBG] pgmap v637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:29.819423+0000 mgr.y (mgr.14556) 745 : cluster [DBG] pgmap v637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:29.819423+0000 mgr.y (mgr.14556) 745 : cluster [DBG] pgmap v637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:31.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:06:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:31.820073+0000 mgr.y (mgr.14556) 746 : cluster [DBG] pgmap v638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:31.820073+0000 mgr.y (mgr.14556) 746 : cluster [DBG] pgmap v638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:31.820073+0000 mgr.y (mgr.14556) 746 : cluster [DBG] pgmap v638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:06:33] "GET /metrics HTTP/1.1" 200 188256 "" "Prometheus/2.33.4" 2024-03-22T07:06:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:33.820564+0000 mgr.y (mgr.14556) 747 : cluster [DBG] pgmap v639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:33.820564+0000 mgr.y (mgr.14556) 747 : cluster [DBG] pgmap v639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:33.820564+0000 mgr.y (mgr.14556) 747 : cluster [DBG] pgmap v639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:35.821261+0000 mgr.y (mgr.14556) 748 : cluster [DBG] pgmap v640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:35.821261+0000 mgr.y (mgr.14556) 748 : cluster [DBG] pgmap v640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:35.821261+0000 mgr.y (mgr.14556) 748 : cluster [DBG] pgmap v640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:37.821686+0000 mgr.y (mgr.14556) 749 : cluster [DBG] pgmap v641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:37.821686+0000 mgr.y (mgr.14556) 749 : cluster [DBG] pgmap v641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:37.821686+0000 mgr.y (mgr.14556) 749 : cluster [DBG] pgmap v641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:39.822079+0000 mgr.y (mgr.14556) 750 : cluster [DBG] pgmap v642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:39.822079+0000 mgr.y (mgr.14556) 750 : cluster [DBG] pgmap v642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:39.822079+0000 mgr.y (mgr.14556) 750 : cluster [DBG] pgmap v642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:41.795 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:06:41.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:06:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:06:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (19m) 8m ago 20m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:06:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (20m) 8m ago 20m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:06:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (21m) 8m ago 21m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:06:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (21m) 8m ago 21m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:06:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (25m) 8m ago 25m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:06:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (26m) 8m ago 26m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:06:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (26m) 8m ago 26m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:06:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (25m) 8m ago 25m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:06:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (25m) 8m ago 25m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:06:42.087 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (20m) 8m ago 20m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:06:42.087 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (20m) 8m ago 20m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:06:42.087 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (24m) 8m ago 24m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:06:42.087 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (24m) 8m ago 24m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:06:42.087 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (23m) 8m ago 23m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:06:42.087 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (23m) 8m ago 23m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:06:42.087 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (23m) 8m ago 23m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:06:42.087 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (22m) 8m ago 22m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:06:42.088 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (22m) 8m ago 22m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:06:42.088 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (21m) 8m ago 21m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:06:42.088 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (19m) 8m ago 20m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:06:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:06:41.783521+0000 mgr.y (mgr.14556) 751 : audit [DBG] from='client.25481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:06:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:41.822667+0000 mgr.y (mgr.14556) 752 : cluster [DBG] pgmap v643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:06:41.783521+0000 mgr.y (mgr.14556) 751 : audit [DBG] from='client.25481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:06:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:41.822667+0000 mgr.y (mgr.14556) 752 : cluster [DBG] pgmap v643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:06:41.783521+0000 mgr.y (mgr.14556) 751 : audit [DBG] from='client.25481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:06:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:41.822667+0000 mgr.y (mgr.14556) 752 : cluster [DBG] pgmap v643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:42.435 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:06:42.436 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:06:42.437 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:06:42.437 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:06:42.437 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:06:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:06:42.078485+0000 mgr.y (mgr.14556) 753 : audit [DBG] from='client.25487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:06:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:06:42.436432+0000 mon.c (mon.2) 57 : audit [DBG] from='client.? 172.21.15.23:0/4041076733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:06:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:06:42.078485+0000 mgr.y (mgr.14556) 753 : audit [DBG] from='client.25487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:06:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:06:42.436432+0000 mon.c (mon.2) 57 : audit [DBG] from='client.? 172.21.15.23:0/4041076733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:06:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:06:42.078485+0000 mgr.y (mgr.14556) 753 : audit [DBG] from='client.25487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:06:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:06:42.436432+0000 mon.c (mon.2) 57 : audit [DBG] from='client.? 172.21.15.23:0/4041076733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:06:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:06:43] "GET /metrics HTTP/1.1" 200 188263 "" "Prometheus/2.33.4" 2024-03-22T07:06:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:43.823136+0000 mgr.y (mgr.14556) 754 : cluster [DBG] pgmap v644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:43.823136+0000 mgr.y (mgr.14556) 754 : cluster [DBG] pgmap v644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:43.823136+0000 mgr.y (mgr.14556) 754 : cluster [DBG] pgmap v644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:45.823914+0000 mgr.y (mgr.14556) 755 : cluster [DBG] pgmap v645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:45.823914+0000 mgr.y (mgr.14556) 755 : cluster [DBG] pgmap v645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:45.823914+0000 mgr.y (mgr.14556) 755 : cluster [DBG] pgmap v645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:47.824407+0000 mgr.y (mgr.14556) 756 : cluster [DBG] pgmap v646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:47.824407+0000 mgr.y (mgr.14556) 756 : cluster [DBG] pgmap v646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:47.824407+0000 mgr.y (mgr.14556) 756 : cluster [DBG] pgmap v646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:49.824945+0000 mgr.y (mgr.14556) 757 : cluster [DBG] pgmap v647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:49.824945+0000 mgr.y (mgr.14556) 757 : cluster [DBG] pgmap v647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:49.824945+0000 mgr.y (mgr.14556) 757 : cluster [DBG] pgmap v647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:51.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:06:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:51.825580+0000 mgr.y (mgr.14556) 758 : cluster [DBG] pgmap v648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:51.825580+0000 mgr.y (mgr.14556) 758 : cluster [DBG] pgmap v648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:51.825580+0000 mgr.y (mgr.14556) 758 : cluster [DBG] pgmap v648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:53.825989+0000 mgr.y (mgr.14556) 759 : cluster [DBG] pgmap v649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:53.825989+0000 mgr.y (mgr.14556) 759 : cluster [DBG] pgmap v649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:06:53] "GET /metrics HTTP/1.1" 200 188261 "" "Prometheus/2.33.4" 2024-03-22T07:06:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:53.825989+0000 mgr.y (mgr.14556) 759 : cluster [DBG] pgmap v649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:55.826756+0000 mgr.y (mgr.14556) 760 : cluster [DBG] pgmap v650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:55.826756+0000 mgr.y (mgr.14556) 760 : cluster [DBG] pgmap v650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:55.826756+0000 mgr.y (mgr.14556) 760 : cluster [DBG] pgmap v650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:57.827181+0000 mgr.y (mgr.14556) 761 : cluster [DBG] pgmap v651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:57.827181+0000 mgr.y (mgr.14556) 761 : cluster [DBG] pgmap v651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:06:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:57.827181+0000 mgr.y (mgr.14556) 761 : cluster [DBG] pgmap v651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:06:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:06:59.827589+0000 mgr.y (mgr.14556) 762 : cluster [DBG] pgmap v652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:06:59.827589+0000 mgr.y (mgr.14556) 762 : cluster [DBG] pgmap v652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:06:59.827589+0000 mgr.y (mgr.14556) 762 : cluster [DBG] pgmap v652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:01.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:07:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:01.828176+0000 mgr.y (mgr.14556) 763 : cluster [DBG] pgmap v653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:01.828176+0000 mgr.y (mgr.14556) 763 : cluster [DBG] pgmap v653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:01.828176+0000 mgr.y (mgr.14556) 763 : cluster [DBG] pgmap v653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:07:03] "GET /metrics HTTP/1.1" 200 188261 "" "Prometheus/2.33.4" 2024-03-22T07:07:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:03.828572+0000 mgr.y (mgr.14556) 764 : cluster [DBG] pgmap v654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:03.828572+0000 mgr.y (mgr.14556) 764 : cluster [DBG] pgmap v654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:03.828572+0000 mgr.y (mgr.14556) 764 : cluster [DBG] pgmap v654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:05.829184+0000 mgr.y (mgr.14556) 765 : cluster [DBG] pgmap v655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:05.829184+0000 mgr.y (mgr.14556) 765 : cluster [DBG] pgmap v655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:05.829184+0000 mgr.y (mgr.14556) 765 : cluster [DBG] pgmap v655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:07.829768+0000 mgr.y (mgr.14556) 766 : cluster [DBG] pgmap v656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:07.829768+0000 mgr.y (mgr.14556) 766 : cluster [DBG] pgmap v656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:07.829768+0000 mgr.y (mgr.14556) 766 : cluster [DBG] pgmap v656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:09.830125+0000 mgr.y (mgr.14556) 767 : cluster [DBG] pgmap v657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:09.830125+0000 mgr.y (mgr.14556) 767 : cluster [DBG] pgmap v657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:09.830125+0000 mgr.y (mgr.14556) 767 : cluster [DBG] pgmap v657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:07:10.846386+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:07:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:07:10.846386+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:07:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:07:10.846386+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:07:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:07:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:07:11.153269+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:07:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:07:11.153945+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:07:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:07:11.162879+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:07:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:11.830939+0000 mgr.y (mgr.14556) 768 : cluster [DBG] pgmap v658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:07:11.153269+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:07:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:07:11.153945+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:07:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:07:11.162879+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:07:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:11.830939+0000 mgr.y (mgr.14556) 768 : cluster [DBG] pgmap v658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:07:11.153269+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:07:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:07:11.153945+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:07:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:07:11.162879+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:07:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:11.830939+0000 mgr.y (mgr.14556) 768 : cluster [DBG] pgmap v658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:12.763 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:07:13.055 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (20m) 9m ago 20m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (20m) 9m ago 20m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (22m) 9m ago 21m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (21m) 9m ago 21m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (25m) 9m ago 25m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (27m) 9m ago 27m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (27m) 9m ago 27m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (25m) 9m ago 25m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (25m) 9m ago 25m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (21m) 9m ago 21m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (21m) 9m ago 21m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (25m) 9m ago 25m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:07:13.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (24m) 9m ago 24m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:07:13.057 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (24m) 9m ago 24m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:07:13.057 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (24m) 9m ago 24m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:07:13.057 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (23m) 9m ago 23m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:07:13.057 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (23m) 9m ago 23m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:07:13.057 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (22m) 9m ago 22m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:07:13.057 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (22m) 9m ago 22m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:07:13.057 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (20m) 9m ago 21m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:07:13.408 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:07:13.408 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:07:13.408 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:07:13.408 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:07:13.408 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:07:13.408 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:07:13.408 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:07:13.408 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:07:13.408 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:07:13.408 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:07:13.408 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:07:13.408 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:07:13.409 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:07:13.409 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:07:13.409 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:07:13.409 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:07:13.409 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:07:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:07:12.752053+0000 mgr.y (mgr.14556) 769 : audit [DBG] from='client.25499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:07:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:07:12.752053+0000 mgr.y (mgr.14556) 769 : audit [DBG] from='client.25499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:07:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:07:12.752053+0000 mgr.y (mgr.14556) 769 : audit [DBG] from='client.25499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:07:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:07:13] "GET /metrics HTTP/1.1" 200 188259 "" "Prometheus/2.33.4" 2024-03-22T07:07:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:07:13.048005+0000 mgr.y (mgr.14556) 770 : audit [DBG] from='client.15591 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:07:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:07:13.408567+0000 mon.a (mon.0) 926 : audit [DBG] from='client.? 172.21.15.23:0/4027672900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:07:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:13.831449+0000 mgr.y (mgr.14556) 771 : cluster [DBG] pgmap v659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:07:13.048005+0000 mgr.y (mgr.14556) 770 : audit [DBG] from='client.15591 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:07:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:07:13.408567+0000 mon.a (mon.0) 926 : audit [DBG] from='client.? 172.21.15.23:0/4027672900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:07:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:13.831449+0000 mgr.y (mgr.14556) 771 : cluster [DBG] pgmap v659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:07:13.048005+0000 mgr.y (mgr.14556) 770 : audit [DBG] from='client.15591 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:07:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:07:13.408567+0000 mon.a (mon.0) 926 : audit [DBG] from='client.? 172.21.15.23:0/4027672900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:07:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:13.831449+0000 mgr.y (mgr.14556) 771 : cluster [DBG] pgmap v659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:15.832194+0000 mgr.y (mgr.14556) 772 : cluster [DBG] pgmap v660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:15.832194+0000 mgr.y (mgr.14556) 772 : cluster [DBG] pgmap v660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:15.832194+0000 mgr.y (mgr.14556) 772 : cluster [DBG] pgmap v660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:17.832755+0000 mgr.y (mgr.14556) 773 : cluster [DBG] pgmap v661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:17.832755+0000 mgr.y (mgr.14556) 773 : cluster [DBG] pgmap v661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:17.832755+0000 mgr.y (mgr.14556) 773 : cluster [DBG] pgmap v661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:19.833122+0000 mgr.y (mgr.14556) 774 : cluster [DBG] pgmap v662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:19.833122+0000 mgr.y (mgr.14556) 774 : cluster [DBG] pgmap v662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:19.833122+0000 mgr.y (mgr.14556) 774 : cluster [DBG] pgmap v662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:21.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:07:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:21.833873+0000 mgr.y (mgr.14556) 775 : cluster [DBG] pgmap v663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:21.833873+0000 mgr.y (mgr.14556) 775 : cluster [DBG] pgmap v663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:21.833873+0000 mgr.y (mgr.14556) 775 : cluster [DBG] pgmap v663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:23.834342+0000 mgr.y (mgr.14556) 776 : cluster [DBG] pgmap v664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:23.834342+0000 mgr.y (mgr.14556) 776 : cluster [DBG] pgmap v664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:07:23] "GET /metrics HTTP/1.1" 200 188260 "" "Prometheus/2.33.4" 2024-03-22T07:07:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:23.834342+0000 mgr.y (mgr.14556) 776 : cluster [DBG] pgmap v664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:25.834996+0000 mgr.y (mgr.14556) 777 : cluster [DBG] pgmap v665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:25.834996+0000 mgr.y (mgr.14556) 777 : cluster [DBG] pgmap v665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:25.834996+0000 mgr.y (mgr.14556) 777 : cluster [DBG] pgmap v665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:27.835467+0000 mgr.y (mgr.14556) 778 : cluster [DBG] pgmap v666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:27.835467+0000 mgr.y (mgr.14556) 778 : cluster [DBG] pgmap v666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:27.835467+0000 mgr.y (mgr.14556) 778 : cluster [DBG] pgmap v666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:29.835996+0000 mgr.y (mgr.14556) 779 : cluster [DBG] pgmap v667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:29.835996+0000 mgr.y (mgr.14556) 779 : cluster [DBG] pgmap v667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:29.835996+0000 mgr.y (mgr.14556) 779 : cluster [DBG] pgmap v667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:07:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:31.836604+0000 mgr.y (mgr.14556) 780 : cluster [DBG] pgmap v668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:31.836604+0000 mgr.y (mgr.14556) 780 : cluster [DBG] pgmap v668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:31.836604+0000 mgr.y (mgr.14556) 780 : cluster [DBG] pgmap v668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:07:33] "GET /metrics HTTP/1.1" 200 188260 "" "Prometheus/2.33.4" 2024-03-22T07:07:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:33.836938+0000 mgr.y (mgr.14556) 781 : cluster [DBG] pgmap v669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:33.836938+0000 mgr.y (mgr.14556) 781 : cluster [DBG] pgmap v669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:33.836938+0000 mgr.y (mgr.14556) 781 : cluster [DBG] pgmap v669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:35.837781+0000 mgr.y (mgr.14556) 782 : cluster [DBG] pgmap v670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:35.837781+0000 mgr.y (mgr.14556) 782 : cluster [DBG] pgmap v670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:35.837781+0000 mgr.y (mgr.14556) 782 : cluster [DBG] pgmap v670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:37.838211+0000 mgr.y (mgr.14556) 783 : cluster [DBG] pgmap v671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:37.838211+0000 mgr.y (mgr.14556) 783 : cluster [DBG] pgmap v671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:37.838211+0000 mgr.y (mgr.14556) 783 : cluster [DBG] pgmap v671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:39.838656+0000 mgr.y (mgr.14556) 784 : cluster [DBG] pgmap v672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:39.838656+0000 mgr.y (mgr.14556) 784 : cluster [DBG] pgmap v672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:39.838656+0000 mgr.y (mgr.14556) 784 : cluster [DBG] pgmap v672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:07:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:41.839414+0000 mgr.y (mgr.14556) 785 : cluster [DBG] pgmap v673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:41.839414+0000 mgr.y (mgr.14556) 785 : cluster [DBG] pgmap v673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:41.839414+0000 mgr.y (mgr.14556) 785 : cluster [DBG] pgmap v673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:43.732 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:07:44.022 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:07:44.022 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (20m) 9m ago 21m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:07:44.022 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (21m) 9m ago 21m 56.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:07:44.022 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (22m) 9m ago 22m 14.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:07:44.022 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (22m) 9m ago 22m 17.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:07:44.022 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (26m) 9m ago 26m 389M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:07:44.022 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (27m) 9m ago 27m 448M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:07:44.022 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (27m) 9m ago 27m 59.5M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:07:44.022 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (26m) 9m ago 26m 54.5M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:07:44.022 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (26m) 9m ago 26m 54.4M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:07:44.023 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (21m) 9m ago 21m 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:07:44.023 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (21m) 9m ago 21m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:07:44.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (25m) 9m ago 25m 43.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:07:44.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (25m) 9m ago 25m 42.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:07:44.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (24m) 9m ago 24m 41.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:07:44.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (24m) 9m ago 24m 39.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:07:44.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (24m) 9m ago 24m 39.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:07:44.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (23m) 9m ago 23m 40.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:07:44.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (23m) 9m ago 23m 40.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:07:44.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (22m) 9m ago 22m 40.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:07:44.023 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (20m) 9m ago 21m 67.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:07:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:07:43] "GET /metrics HTTP/1.1" 200 188259 "" "Prometheus/2.33.4" 2024-03-22T07:07:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:07:43.721469+0000 mgr.y (mgr.14556) 786 : audit [DBG] from='client.25517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:07:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:43.839696+0000 mgr.y (mgr.14556) 787 : cluster [DBG] pgmap v674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:07:43.721469+0000 mgr.y (mgr.14556) 786 : audit [DBG] from='client.25517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:07:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:43.839696+0000 mgr.y (mgr.14556) 787 : cluster [DBG] pgmap v674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:44.369 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:07:44.370 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:07:44.371 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:07:44.371 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:07:44.371 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:07:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:07:43.721469+0000 mgr.y (mgr.14556) 786 : audit [DBG] from='client.25517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:07:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:43.839696+0000 mgr.y (mgr.14556) 787 : cluster [DBG] pgmap v674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:07:44.014440+0000 mgr.y (mgr.14556) 788 : audit [DBG] from='client.25523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:07:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:07:44.370357+0000 mon.c (mon.2) 58 : audit [DBG] from='client.? 172.21.15.23:0/790050015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:07:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:07:44.014440+0000 mgr.y (mgr.14556) 788 : audit [DBG] from='client.25523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:07:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:07:44.370357+0000 mon.c (mon.2) 58 : audit [DBG] from='client.? 172.21.15.23:0/790050015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:07:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:07:44.014440+0000 mgr.y (mgr.14556) 788 : audit [DBG] from='client.25523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:07:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:07:44.370357+0000 mon.c (mon.2) 58 : audit [DBG] from='client.? 172.21.15.23:0/790050015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:07:46.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:45.840453+0000 mgr.y (mgr.14556) 789 : cluster [DBG] pgmap v675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:46.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:45.840453+0000 mgr.y (mgr.14556) 789 : cluster [DBG] pgmap v675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:45.840453+0000 mgr.y (mgr.14556) 789 : cluster [DBG] pgmap v675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:47.840883+0000 mgr.y (mgr.14556) 790 : cluster [DBG] pgmap v676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:47.840883+0000 mgr.y (mgr.14556) 790 : cluster [DBG] pgmap v676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:47.840883+0000 mgr.y (mgr.14556) 790 : cluster [DBG] pgmap v676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:49.841380+0000 mgr.y (mgr.14556) 791 : cluster [DBG] pgmap v677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:49.841380+0000 mgr.y (mgr.14556) 791 : cluster [DBG] pgmap v677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:49.841380+0000 mgr.y (mgr.14556) 791 : cluster [DBG] pgmap v677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:07:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:51.842044+0000 mgr.y (mgr.14556) 792 : cluster [DBG] pgmap v678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:51.842044+0000 mgr.y (mgr.14556) 792 : cluster [DBG] pgmap v678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:51.842044+0000 mgr.y (mgr.14556) 792 : cluster [DBG] pgmap v678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:53.842470+0000 mgr.y (mgr.14556) 793 : cluster [DBG] pgmap v679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:53.842470+0000 mgr.y (mgr.14556) 793 : cluster [DBG] pgmap v679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:07:53] "GET /metrics HTTP/1.1" 200 188260 "" "Prometheus/2.33.4" 2024-03-22T07:07:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:53.842470+0000 mgr.y (mgr.14556) 793 : cluster [DBG] pgmap v679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:55.843176+0000 mgr.y (mgr.14556) 794 : cluster [DBG] pgmap v680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:55.843176+0000 mgr.y (mgr.14556) 794 : cluster [DBG] pgmap v680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:55.843176+0000 mgr.y (mgr.14556) 794 : cluster [DBG] pgmap v680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:57.843660+0000 mgr.y (mgr.14556) 795 : cluster [DBG] pgmap v681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:57.843660+0000 mgr.y (mgr.14556) 795 : cluster [DBG] pgmap v681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:07:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:57.843660+0000 mgr.y (mgr.14556) 795 : cluster [DBG] pgmap v681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:07:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:07:59.844203+0000 mgr.y (mgr.14556) 796 : cluster [DBG] pgmap v682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:07:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:07:59.844203+0000 mgr.y (mgr.14556) 796 : cluster [DBG] pgmap v682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:07:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:07:59.844203+0000 mgr.y (mgr.14556) 796 : cluster [DBG] pgmap v682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:08:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:01.844873+0000 mgr.y (mgr.14556) 797 : cluster [DBG] pgmap v683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:01.844873+0000 mgr.y (mgr.14556) 797 : cluster [DBG] pgmap v683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:01.844873+0000 mgr.y (mgr.14556) 797 : cluster [DBG] pgmap v683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:03.845290+0000 mgr.y (mgr.14556) 798 : cluster [DBG] pgmap v684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:08:03] "GET /metrics HTTP/1.1" 200 188260 "" "Prometheus/2.33.4" 2024-03-22T07:08:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:03.845290+0000 mgr.y (mgr.14556) 798 : cluster [DBG] pgmap v684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:03.845290+0000 mgr.y (mgr.14556) 798 : cluster [DBG] pgmap v684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:05.846004+0000 mgr.y (mgr.14556) 799 : cluster [DBG] pgmap v685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:05.846004+0000 mgr.y (mgr.14556) 799 : cluster [DBG] pgmap v685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:05.846004+0000 mgr.y (mgr.14556) 799 : cluster [DBG] pgmap v685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:07.846450+0000 mgr.y (mgr.14556) 800 : cluster [DBG] pgmap v686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:07.846450+0000 mgr.y (mgr.14556) 800 : cluster [DBG] pgmap v686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:07.846450+0000 mgr.y (mgr.14556) 800 : cluster [DBG] pgmap v686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:09.846812+0000 mgr.y (mgr.14556) 801 : cluster [DBG] pgmap v687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:09.846812+0000 mgr.y (mgr.14556) 801 : cluster [DBG] pgmap v687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:09.846812+0000 mgr.y (mgr.14556) 801 : cluster [DBG] pgmap v687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:08:11.167234+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:08:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:08:11.167234+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:08:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:08:11.167234+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:08:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:08:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:11.847506+0000 mgr.y (mgr.14556) 802 : cluster [DBG] pgmap v688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:11.847506+0000 mgr.y (mgr.14556) 802 : cluster [DBG] pgmap v688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:11.847506+0000 mgr.y (mgr.14556) 802 : cluster [DBG] pgmap v688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:08:13] "GET /metrics HTTP/1.1" 200 188261 "" "Prometheus/2.33.4" 2024-03-22T07:08:14.687 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:08:14.981 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:08:14.982 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (21m) 1s ago 22m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:08:14.982 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (21m) 0s ago 21m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:08:14.982 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (23m) 1s ago 23m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:08:14.982 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (22m) 0s ago 22m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:08:14.982 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (26m) 0s ago 26m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:08:14.982 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (28m) 1s ago 28m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:08:14.982 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (28m) 1s ago 28m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:08:14.982 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (27m) 0s ago 26m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:08:14.982 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (26m) 1s ago 26m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:08:14.982 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (22m) 1s ago 22m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:08:14.982 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (22m) 0s ago 22m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:08:14.983 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (26m) 1s ago 26m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:08:14.983 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (25m) 1s ago 25m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:08:14.983 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (25m) 1s ago 25m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:08:14.983 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (25m) 1s ago 25m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:08:14.983 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (24m) 0s ago 24m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:08:14.983 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (24m) 0s ago 24m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:08:14.983 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (23m) 0s ago 23m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:08:14.983 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (23m) 0s ago 23m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:08:14.983 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (21m) 0s ago 22m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:08:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:08:13.759320+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:08:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:13.847851+0000 mgr.y (mgr.14556) 803 : cluster [DBG] pgmap v689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:08:13.759320+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:08:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:13.847851+0000 mgr.y (mgr.14556) 803 : cluster [DBG] pgmap v689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:08:13.759320+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:08:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:13.847851+0000 mgr.y (mgr.14556) 803 : cluster [DBG] pgmap v689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:15.326 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:08:15.326 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:08:15.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:08:15.326 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:08:15.326 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:08:15.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:08:15.326 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:08:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:08:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:08:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:08:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:08:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:08:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:08:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:08:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:08:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:08:15.327 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:08:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:08:14.675687+0000 mgr.y (mgr.14556) 804 : audit [DBG] from='client.15621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:08:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:08:14.795611+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:08:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:08:15.094648+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:08:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:08:15.095287+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:08:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:08:15.104007+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:08:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:08:15.327095+0000 mon.a (mon.0) 933 : audit [DBG] from='client.? 172.21.15.23:0/2476988813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:08:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:08:14.675687+0000 mgr.y (mgr.14556) 804 : audit [DBG] from='client.15621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:08:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:08:14.795611+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:08:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:08:15.094648+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:08:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:08:15.095287+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:08:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:08:15.104007+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:08:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:08:15.327095+0000 mon.a (mon.0) 933 : audit [DBG] from='client.? 172.21.15.23:0/2476988813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:08:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:08:14.675687+0000 mgr.y (mgr.14556) 804 : audit [DBG] from='client.15621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:08:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:08:14.795611+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:08:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:08:15.094648+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:08:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:08:15.095287+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:08:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:08:15.104007+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:08:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:08:15.327095+0000 mon.a (mon.0) 933 : audit [DBG] from='client.? 172.21.15.23:0/2476988813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:08:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:08:14.971325+0000 mgr.y (mgr.14556) 805 : audit [DBG] from='client.15627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:08:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:15.848404+0000 mgr.y (mgr.14556) 806 : cluster [DBG] pgmap v690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:08:14.971325+0000 mgr.y (mgr.14556) 805 : audit [DBG] from='client.15627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:08:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:15.848404+0000 mgr.y (mgr.14556) 806 : cluster [DBG] pgmap v690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:08:14.971325+0000 mgr.y (mgr.14556) 805 : audit [DBG] from='client.15627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:08:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:15.848404+0000 mgr.y (mgr.14556) 806 : cluster [DBG] pgmap v690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:17.848727+0000 mgr.y (mgr.14556) 807 : cluster [DBG] pgmap v691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:18.387 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:17.848727+0000 mgr.y (mgr.14556) 807 : cluster [DBG] pgmap v691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:17.848727+0000 mgr.y (mgr.14556) 807 : cluster [DBG] pgmap v691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:19.849259+0000 mgr.y (mgr.14556) 808 : cluster [DBG] pgmap v692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:19.849259+0000 mgr.y (mgr.14556) 808 : cluster [DBG] pgmap v692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:19.849259+0000 mgr.y (mgr.14556) 808 : cluster [DBG] pgmap v692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:08:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:21.850098+0000 mgr.y (mgr.14556) 809 : cluster [DBG] pgmap v693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:21.850098+0000 mgr.y (mgr.14556) 809 : cluster [DBG] pgmap v693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:21.850098+0000 mgr.y (mgr.14556) 809 : cluster [DBG] pgmap v693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:08:23] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T07:08:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:23.850599+0000 mgr.y (mgr.14556) 810 : cluster [DBG] pgmap v694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:23.850599+0000 mgr.y (mgr.14556) 810 : cluster [DBG] pgmap v694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:23.850599+0000 mgr.y (mgr.14556) 810 : cluster [DBG] pgmap v694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:25.851228+0000 mgr.y (mgr.14556) 811 : cluster [DBG] pgmap v695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:25.851228+0000 mgr.y (mgr.14556) 811 : cluster [DBG] pgmap v695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:25.851228+0000 mgr.y (mgr.14556) 811 : cluster [DBG] pgmap v695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:27.851585+0000 mgr.y (mgr.14556) 812 : cluster [DBG] pgmap v696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:27.851585+0000 mgr.y (mgr.14556) 812 : cluster [DBG] pgmap v696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:27.851585+0000 mgr.y (mgr.14556) 812 : cluster [DBG] pgmap v696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:29.852053+0000 mgr.y (mgr.14556) 813 : cluster [DBG] pgmap v697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:29.852053+0000 mgr.y (mgr.14556) 813 : cluster [DBG] pgmap v697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:29.852053+0000 mgr.y (mgr.14556) 813 : cluster [DBG] pgmap v697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:08:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:31.852762+0000 mgr.y (mgr.14556) 814 : cluster [DBG] pgmap v698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:31.852762+0000 mgr.y (mgr.14556) 814 : cluster [DBG] pgmap v698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:31.852762+0000 mgr.y (mgr.14556) 814 : cluster [DBG] pgmap v698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:08:33] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T07:08:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:33.853278+0000 mgr.y (mgr.14556) 815 : cluster [DBG] pgmap v699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:33.853278+0000 mgr.y (mgr.14556) 815 : cluster [DBG] pgmap v699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:33.853278+0000 mgr.y (mgr.14556) 815 : cluster [DBG] pgmap v699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:35.853912+0000 mgr.y (mgr.14556) 816 : cluster [DBG] pgmap v700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:35.853912+0000 mgr.y (mgr.14556) 816 : cluster [DBG] pgmap v700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:35.853912+0000 mgr.y (mgr.14556) 816 : cluster [DBG] pgmap v700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:37.854424+0000 mgr.y (mgr.14556) 817 : cluster [DBG] pgmap v701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:37.854424+0000 mgr.y (mgr.14556) 817 : cluster [DBG] pgmap v701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:37.854424+0000 mgr.y (mgr.14556) 817 : cluster [DBG] pgmap v701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:39.854729+0000 mgr.y (mgr.14556) 818 : cluster [DBG] pgmap v702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:39.854729+0000 mgr.y (mgr.14556) 818 : cluster [DBG] pgmap v702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:39.854729+0000 mgr.y (mgr.14556) 818 : cluster [DBG] pgmap v702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:08:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:41.855357+0000 mgr.y (mgr.14556) 819 : cluster [DBG] pgmap v703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:41.855357+0000 mgr.y (mgr.14556) 819 : cluster [DBG] pgmap v703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:41.855357+0000 mgr.y (mgr.14556) 819 : cluster [DBG] pgmap v703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:08:43] "GET /metrics HTTP/1.1" 200 188261 "" "Prometheus/2.33.4" 2024-03-22T07:08:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:43.855938+0000 mgr.y (mgr.14556) 820 : cluster [DBG] pgmap v704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:43.855938+0000 mgr.y (mgr.14556) 820 : cluster [DBG] pgmap v704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:43.855938+0000 mgr.y (mgr.14556) 820 : cluster [DBG] pgmap v704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:45.653 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:08:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:08:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (21m) 32s ago 22m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:08:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (22m) 31s ago 22m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:08:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (23m) 32s ago 23m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:08:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (23m) 31s ago 23m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:08:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (27m) 31s ago 27m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:08:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (28m) 32s ago 28m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:08:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (28m) 32s ago 28m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:08:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (27m) 31s ago 27m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:08:45.941 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (27m) 32s ago 27m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:08:45.941 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (22m) 32s ago 22m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:08:45.941 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (22m) 31s ago 22m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:08:45.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (26m) 32s ago 26m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:08:45.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (26m) 32s ago 26m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:08:45.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (25m) 32s ago 25m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:08:45.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (25m) 32s ago 25m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:08:45.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (25m) 31s ago 25m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:08:45.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (24m) 31s ago 24m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:08:45.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (24m) 31s ago 24m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:08:45.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (23m) 31s ago 23m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:08:45.941 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (21m) 31s ago 22m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:08:46.289 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:08:46.289 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:08:46.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:08:46.290 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:08:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:08:45.642103+0000 mgr.y (mgr.14556) 821 : audit [DBG] from='client.15639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:08:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:45.856523+0000 mgr.y (mgr.14556) 822 : cluster [DBG] pgmap v705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:08:45.642103+0000 mgr.y (mgr.14556) 821 : audit [DBG] from='client.15639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:08:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:45.856523+0000 mgr.y (mgr.14556) 822 : cluster [DBG] pgmap v705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:08:45.642103+0000 mgr.y (mgr.14556) 821 : audit [DBG] from='client.15639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:08:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:45.856523+0000 mgr.y (mgr.14556) 822 : cluster [DBG] pgmap v705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:08:45.933032+0000 mgr.y (mgr.14556) 823 : audit [DBG] from='client.25559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:08:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:08:46.290211+0000 mon.a (mon.0) 934 : audit [DBG] from='client.? 172.21.15.23:0/1098092845' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:08:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:08:45.933032+0000 mgr.y (mgr.14556) 823 : audit [DBG] from='client.25559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:08:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:08:46.290211+0000 mon.a (mon.0) 934 : audit [DBG] from='client.? 172.21.15.23:0/1098092845' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:08:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:08:45.933032+0000 mgr.y (mgr.14556) 823 : audit [DBG] from='client.25559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:08:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:08:46.290211+0000 mon.a (mon.0) 934 : audit [DBG] from='client.? 172.21.15.23:0/1098092845' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:08:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:47.856983+0000 mgr.y (mgr.14556) 824 : cluster [DBG] pgmap v706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:47.856983+0000 mgr.y (mgr.14556) 824 : cluster [DBG] pgmap v706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:47.856983+0000 mgr.y (mgr.14556) 824 : cluster [DBG] pgmap v706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:49.857317+0000 mgr.y (mgr.14556) 825 : cluster [DBG] pgmap v707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:49.857317+0000 mgr.y (mgr.14556) 825 : cluster [DBG] pgmap v707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:49.857317+0000 mgr.y (mgr.14556) 825 : cluster [DBG] pgmap v707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:08:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:51.857981+0000 mgr.y (mgr.14556) 826 : cluster [DBG] pgmap v708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:51.857981+0000 mgr.y (mgr.14556) 826 : cluster [DBG] pgmap v708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:51.857981+0000 mgr.y (mgr.14556) 826 : cluster [DBG] pgmap v708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:53.858475+0000 mgr.y (mgr.14556) 827 : cluster [DBG] pgmap v709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:08:53] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T07:08:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:53.858475+0000 mgr.y (mgr.14556) 827 : cluster [DBG] pgmap v709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:53.858475+0000 mgr.y (mgr.14556) 827 : cluster [DBG] pgmap v709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:55.859144+0000 mgr.y (mgr.14556) 828 : cluster [DBG] pgmap v710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:55.859144+0000 mgr.y (mgr.14556) 828 : cluster [DBG] pgmap v710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:55.859144+0000 mgr.y (mgr.14556) 828 : cluster [DBG] pgmap v710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:57.859593+0000 mgr.y (mgr.14556) 829 : cluster [DBG] pgmap v711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:57.859593+0000 mgr.y (mgr.14556) 829 : cluster [DBG] pgmap v711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:08:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:57.859593+0000 mgr.y (mgr.14556) 829 : cluster [DBG] pgmap v711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:08:59.860065+0000 mgr.y (mgr.14556) 830 : cluster [DBG] pgmap v712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:08:59.860065+0000 mgr.y (mgr.14556) 830 : cluster [DBG] pgmap v712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:08:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:08:59.860065+0000 mgr.y (mgr.14556) 830 : cluster [DBG] pgmap v712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:09:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:01.860694+0000 mgr.y (mgr.14556) 831 : cluster [DBG] pgmap v713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:01.860694+0000 mgr.y (mgr.14556) 831 : cluster [DBG] pgmap v713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:01.860694+0000 mgr.y (mgr.14556) 831 : cluster [DBG] pgmap v713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:09:03] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T07:09:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:03.861154+0000 mgr.y (mgr.14556) 832 : cluster [DBG] pgmap v714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:03.861154+0000 mgr.y (mgr.14556) 832 : cluster [DBG] pgmap v714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:03.861154+0000 mgr.y (mgr.14556) 832 : cluster [DBG] pgmap v714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:05.861796+0000 mgr.y (mgr.14556) 833 : cluster [DBG] pgmap v715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:05.861796+0000 mgr.y (mgr.14556) 833 : cluster [DBG] pgmap v715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:05.861796+0000 mgr.y (mgr.14556) 833 : cluster [DBG] pgmap v715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:07.862167+0000 mgr.y (mgr.14556) 834 : cluster [DBG] pgmap v716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:07.862167+0000 mgr.y (mgr.14556) 834 : cluster [DBG] pgmap v716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:07.862167+0000 mgr.y (mgr.14556) 834 : cluster [DBG] pgmap v716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:09.862603+0000 mgr.y (mgr.14556) 835 : cluster [DBG] pgmap v717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:09.862603+0000 mgr.y (mgr.14556) 835 : cluster [DBG] pgmap v717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:09.862603+0000 mgr.y (mgr.14556) 835 : cluster [DBG] pgmap v717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:09:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:11.863187+0000 mgr.y (mgr.14556) 836 : cluster [DBG] pgmap v718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:11.863187+0000 mgr.y (mgr.14556) 836 : cluster [DBG] pgmap v718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:11.863187+0000 mgr.y (mgr.14556) 836 : cluster [DBG] pgmap v718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:09:13] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-03-22T07:09:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:13.863719+0000 mgr.y (mgr.14556) 837 : cluster [DBG] pgmap v719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:13.863719+0000 mgr.y (mgr.14556) 837 : cluster [DBG] pgmap v719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:13.863719+0000 mgr.y (mgr.14556) 837 : cluster [DBG] pgmap v719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:09:15.109091+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:09:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:09:15.109091+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:09:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:09:15.109091+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:09:16.617 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:09:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:09:15.419776+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:09:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:09:15.420419+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:09:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:09:15.429418+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:09:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:15.864275+0000 mgr.y (mgr.14556) 838 : cluster [DBG] pgmap v720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:09:15.419776+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:09:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:09:15.420419+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:09:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:09:15.429418+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:09:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:15.864275+0000 mgr.y (mgr.14556) 838 : cluster [DBG] pgmap v720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:09:15.419776+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:09:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:09:15.420419+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:09:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:09:15.429418+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:09:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:15.864275+0000 mgr.y (mgr.14556) 838 : cluster [DBG] pgmap v720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:16.904 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (22m) 63s ago 23m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (22m) 62s ago 22m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (24m) 63s ago 24m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (24m) 62s ago 24m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (27m) 62s ago 27m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (29m) 63s ago 29m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (29m) 63s ago 29m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (28m) 62s ago 28m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (27m) 63s ago 27m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (23m) 63s ago 23m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (23m) 62s ago 23m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (27m) 63s ago 27m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (26m) 63s ago 26m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (26m) 63s ago 26m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:09:16.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (26m) 63s ago 26m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:09:16.906 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (25m) 62s ago 25m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:09:16.906 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (25m) 62s ago 25m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:09:16.906 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (24m) 62s ago 24m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:09:16.906 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (24m) 62s ago 24m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:09:16.906 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (22m) 62s ago 23m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:09:17.254 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:09:17.254 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:09:17.254 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:09:17.254 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:09:17.254 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:09:17.254 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:09:17.254 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:09:17.255 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:09:17.255 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:09:17.255 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:09:17.255 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:09:17.255 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:09:17.255 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:09:17.255 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:09:17.255 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:09:17.255 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:09:17.255 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:09:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:09:16.606300+0000 mgr.y (mgr.14556) 839 : audit [DBG] from='client.15657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:09:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:09:17.254816+0000 mon.a (mon.0) 939 : audit [DBG] from='client.? 172.21.15.23:0/1320811527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:09:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:09:16.606300+0000 mgr.y (mgr.14556) 839 : audit [DBG] from='client.15657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:09:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:09:17.254816+0000 mon.a (mon.0) 939 : audit [DBG] from='client.? 172.21.15.23:0/1320811527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:09:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:09:16.606300+0000 mgr.y (mgr.14556) 839 : audit [DBG] from='client.15657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:09:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:09:17.254816+0000 mon.a (mon.0) 939 : audit [DBG] from='client.? 172.21.15.23:0/1320811527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:09:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:09:16.897567+0000 mgr.y (mgr.14556) 840 : audit [DBG] from='client.25577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:09:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:17.864591+0000 mgr.y (mgr.14556) 841 : cluster [DBG] pgmap v721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:09:16.897567+0000 mgr.y (mgr.14556) 840 : audit [DBG] from='client.25577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:09:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:17.864591+0000 mgr.y (mgr.14556) 841 : cluster [DBG] pgmap v721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:09:16.897567+0000 mgr.y (mgr.14556) 840 : audit [DBG] from='client.25577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:09:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:17.864591+0000 mgr.y (mgr.14556) 841 : cluster [DBG] pgmap v721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:19.864927+0000 mgr.y (mgr.14556) 842 : cluster [DBG] pgmap v722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:19.864927+0000 mgr.y (mgr.14556) 842 : cluster [DBG] pgmap v722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:19.864927+0000 mgr.y (mgr.14556) 842 : cluster [DBG] pgmap v722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:09:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:21.865550+0000 mgr.y (mgr.14556) 843 : cluster [DBG] pgmap v723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:21.865550+0000 mgr.y (mgr.14556) 843 : cluster [DBG] pgmap v723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:21.865550+0000 mgr.y (mgr.14556) 843 : cluster [DBG] pgmap v723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:23.865980+0000 mgr.y (mgr.14556) 844 : cluster [DBG] pgmap v724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:09:23] "GET /metrics HTTP/1.1" 200 188258 "" "Prometheus/2.33.4" 2024-03-22T07:09:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:23.865980+0000 mgr.y (mgr.14556) 844 : cluster [DBG] pgmap v724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:23.865980+0000 mgr.y (mgr.14556) 844 : cluster [DBG] pgmap v724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:25.866749+0000 mgr.y (mgr.14556) 845 : cluster [DBG] pgmap v725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:25.866749+0000 mgr.y (mgr.14556) 845 : cluster [DBG] pgmap v725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:25.866749+0000 mgr.y (mgr.14556) 845 : cluster [DBG] pgmap v725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:27.867253+0000 mgr.y (mgr.14556) 846 : cluster [DBG] pgmap v726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:27.867253+0000 mgr.y (mgr.14556) 846 : cluster [DBG] pgmap v726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:27.867253+0000 mgr.y (mgr.14556) 846 : cluster [DBG] pgmap v726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:29.867630+0000 mgr.y (mgr.14556) 847 : cluster [DBG] pgmap v727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:29.867630+0000 mgr.y (mgr.14556) 847 : cluster [DBG] pgmap v727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:29.867630+0000 mgr.y (mgr.14556) 847 : cluster [DBG] pgmap v727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:09:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:31.868258+0000 mgr.y (mgr.14556) 848 : cluster [DBG] pgmap v728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:31.868258+0000 mgr.y (mgr.14556) 848 : cluster [DBG] pgmap v728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:31.868258+0000 mgr.y (mgr.14556) 848 : cluster [DBG] pgmap v728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:09:33] "GET /metrics HTTP/1.1" 200 188258 "" "Prometheus/2.33.4" 2024-03-22T07:09:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:33.868793+0000 mgr.y (mgr.14556) 849 : cluster [DBG] pgmap v729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:33.868793+0000 mgr.y (mgr.14556) 849 : cluster [DBG] pgmap v729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:33.868793+0000 mgr.y (mgr.14556) 849 : cluster [DBG] pgmap v729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:35.869624+0000 mgr.y (mgr.14556) 850 : cluster [DBG] pgmap v730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:35.869624+0000 mgr.y (mgr.14556) 850 : cluster [DBG] pgmap v730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:35.869624+0000 mgr.y (mgr.14556) 850 : cluster [DBG] pgmap v730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:37.870124+0000 mgr.y (mgr.14556) 851 : cluster [DBG] pgmap v731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:37.870124+0000 mgr.y (mgr.14556) 851 : cluster [DBG] pgmap v731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:37.870124+0000 mgr.y (mgr.14556) 851 : cluster [DBG] pgmap v731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:39.870566+0000 mgr.y (mgr.14556) 852 : cluster [DBG] pgmap v732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:39.870566+0000 mgr.y (mgr.14556) 852 : cluster [DBG] pgmap v732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:39.870566+0000 mgr.y (mgr.14556) 852 : cluster [DBG] pgmap v732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:09:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:41.871214+0000 mgr.y (mgr.14556) 853 : cluster [DBG] pgmap v733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:41.871214+0000 mgr.y (mgr.14556) 853 : cluster [DBG] pgmap v733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:41.871214+0000 mgr.y (mgr.14556) 853 : cluster [DBG] pgmap v733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:43.871609+0000 mgr.y (mgr.14556) 854 : cluster [DBG] pgmap v734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:09:43] "GET /metrics HTTP/1.1" 200 188258 "" "Prometheus/2.33.4" 2024-03-22T07:09:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:43.871609+0000 mgr.y (mgr.14556) 854 : cluster [DBG] pgmap v734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:43.871609+0000 mgr.y (mgr.14556) 854 : cluster [DBG] pgmap v734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:45.872315+0000 mgr.y (mgr.14556) 855 : cluster [DBG] pgmap v735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:45.872315+0000 mgr.y (mgr.14556) 855 : cluster [DBG] pgmap v735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:45.872315+0000 mgr.y (mgr.14556) 855 : cluster [DBG] pgmap v735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:47.579 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:09:47.869 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:09:47.869 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (22m) 94s ago 23m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:09:47.869 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (23m) 93s ago 23m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:09:47.869 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (24m) 94s ago 24m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:09:47.869 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (24m) 93s ago 24m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:09:47.869 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (28m) 93s ago 28m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:09:47.869 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (29m) 94s ago 29m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:09:47.869 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (29m) 94s ago 29m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:09:47.869 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (28m) 93s ago 28m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:09:47.870 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (28m) 94s ago 28m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:09:47.870 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (23m) 94s ago 23m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:09:47.870 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (23m) 93s ago 23m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:09:47.870 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (27m) 94s ago 27m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:09:47.870 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (27m) 94s ago 27m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:09:47.870 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (27m) 94s ago 27m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:09:47.870 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (26m) 94s ago 26m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:09:47.870 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (26m) 93s ago 26m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:09:47.870 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (25m) 93s ago 25m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:09:47.870 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (25m) 93s ago 25m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:09:47.870 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (24m) 93s ago 24m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:09:47.870 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (22m) 93s ago 23m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:09:48.221 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:09:48.221 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:09:48.221 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:09:48.221 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:09:48.221 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:09:48.221 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:09:48.221 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:09:48.221 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:09:48.221 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:09:48.222 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:09:48.222 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:09:48.222 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:09:48.222 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:09:48.222 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:09:48.222 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:09:48.222 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:09:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:09:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:09:47.568541+0000 mgr.y (mgr.14556) 856 : audit [DBG] from='client.15675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:09:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:09:47.861371+0000 mgr.y (mgr.14556) 857 : audit [DBG] from='client.15681 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:09:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:47.872652+0000 mgr.y (mgr.14556) 858 : cluster [DBG] pgmap v736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:09:47.568541+0000 mgr.y (mgr.14556) 856 : audit [DBG] from='client.15675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:09:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:09:47.861371+0000 mgr.y (mgr.14556) 857 : audit [DBG] from='client.15681 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:09:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:47.872652+0000 mgr.y (mgr.14556) 858 : cluster [DBG] pgmap v736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:48.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:09:47.568541+0000 mgr.y (mgr.14556) 856 : audit [DBG] from='client.15675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:09:48.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:09:47.861371+0000 mgr.y (mgr.14556) 857 : audit [DBG] from='client.15681 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:09:48.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:47.872652+0000 mgr.y (mgr.14556) 858 : cluster [DBG] pgmap v736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:09:48.221734+0000 mon.a (mon.0) 940 : audit [DBG] from='client.? 172.21.15.23:0/609377002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:09:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:09:48.221734+0000 mon.a (mon.0) 940 : audit [DBG] from='client.? 172.21.15.23:0/609377002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:09:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:09:48.221734+0000 mon.a (mon.0) 940 : audit [DBG] from='client.? 172.21.15.23:0/609377002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:09:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:49.873055+0000 mgr.y (mgr.14556) 859 : cluster [DBG] pgmap v737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:49.873055+0000 mgr.y (mgr.14556) 859 : cluster [DBG] pgmap v737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:49.873055+0000 mgr.y (mgr.14556) 859 : cluster [DBG] pgmap v737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:09:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:51.873831+0000 mgr.y (mgr.14556) 860 : cluster [DBG] pgmap v738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:51.873831+0000 mgr.y (mgr.14556) 860 : cluster [DBG] pgmap v738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:51.873831+0000 mgr.y (mgr.14556) 860 : cluster [DBG] pgmap v738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:09:53] "GET /metrics HTTP/1.1" 200 188261 "" "Prometheus/2.33.4" 2024-03-22T07:09:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:53.874271+0000 mgr.y (mgr.14556) 861 : cluster [DBG] pgmap v739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:53.874271+0000 mgr.y (mgr.14556) 861 : cluster [DBG] pgmap v739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:53.874271+0000 mgr.y (mgr.14556) 861 : cluster [DBG] pgmap v739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:55.874961+0000 mgr.y (mgr.14556) 862 : cluster [DBG] pgmap v740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:55.874961+0000 mgr.y (mgr.14556) 862 : cluster [DBG] pgmap v740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:55.874961+0000 mgr.y (mgr.14556) 862 : cluster [DBG] pgmap v740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:57.875400+0000 mgr.y (mgr.14556) 863 : cluster [DBG] pgmap v741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:57.875400+0000 mgr.y (mgr.14556) 863 : cluster [DBG] pgmap v741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:09:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:57.875400+0000 mgr.y (mgr.14556) 863 : cluster [DBG] pgmap v741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:09:59.875748+0000 mgr.y (mgr.14556) 864 : cluster [DBG] pgmap v742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T07:09:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:10:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:09:59.875748+0000 mgr.y (mgr.14556) 864 : cluster [DBG] pgmap v742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:09:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:09:59.875748+0000 mgr.y (mgr.14556) 864 : cluster [DBG] pgmap v742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:00.000089+0000 mon.a (mon.0) 941 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:10:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:00.000089+0000 mon.a (mon.0) 941 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:10:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:00.000089+0000 mon.a (mon.0) 941 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:10:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:10:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:01.876620+0000 mgr.y (mgr.14556) 865 : cluster [DBG] pgmap v743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:01.876620+0000 mgr.y (mgr.14556) 865 : cluster [DBG] pgmap v743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:01.876620+0000 mgr.y (mgr.14556) 865 : cluster [DBG] pgmap v743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:10:03] "GET /metrics HTTP/1.1" 200 188261 "" "Prometheus/2.33.4" 2024-03-22T07:10:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:03.876963+0000 mgr.y (mgr.14556) 866 : cluster [DBG] pgmap v744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:03.876963+0000 mgr.y (mgr.14556) 866 : cluster [DBG] pgmap v744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:03.876963+0000 mgr.y (mgr.14556) 866 : cluster [DBG] pgmap v744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:05.877730+0000 mgr.y (mgr.14556) 867 : cluster [DBG] pgmap v745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:05.877730+0000 mgr.y (mgr.14556) 867 : cluster [DBG] pgmap v745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:05.877730+0000 mgr.y (mgr.14556) 867 : cluster [DBG] pgmap v745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:07.878191+0000 mgr.y (mgr.14556) 868 : cluster [DBG] pgmap v746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:07.878191+0000 mgr.y (mgr.14556) 868 : cluster [DBG] pgmap v746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:07.878191+0000 mgr.y (mgr.14556) 868 : cluster [DBG] pgmap v746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:09.878646+0000 mgr.y (mgr.14556) 869 : cluster [DBG] pgmap v747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:09.878646+0000 mgr.y (mgr.14556) 869 : cluster [DBG] pgmap v747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:09.878646+0000 mgr.y (mgr.14556) 869 : cluster [DBG] pgmap v747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:10:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:11.879367+0000 mgr.y (mgr.14556) 870 : cluster [DBG] pgmap v748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:11.879367+0000 mgr.y (mgr.14556) 870 : cluster [DBG] pgmap v748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:11.879367+0000 mgr.y (mgr.14556) 870 : cluster [DBG] pgmap v748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:10:13] "GET /metrics HTTP/1.1" 200 188261 "" "Prometheus/2.33.4" 2024-03-22T07:10:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:13.879942+0000 mgr.y (mgr.14556) 871 : cluster [DBG] pgmap v749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:13.879942+0000 mgr.y (mgr.14556) 871 : cluster [DBG] pgmap v749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:13.879942+0000 mgr.y (mgr.14556) 871 : cluster [DBG] pgmap v749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:10:15.433908+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:10:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:10:15.433908+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:10:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:10:15.433908+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:10:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:10:15.743029+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:10:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:10:15.743729+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:10:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:10:15.749940+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:10:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:15.880588+0000 mgr.y (mgr.14556) 872 : cluster [DBG] pgmap v750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:10:15.743029+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:10:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:10:15.743729+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:10:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:10:15.749940+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:10:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:15.880588+0000 mgr.y (mgr.14556) 872 : cluster [DBG] pgmap v750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:10:15.743029+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:10:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:10:15.743729+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:10:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:10:15.749940+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:10:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:15.880588+0000 mgr.y (mgr.14556) 872 : cluster [DBG] pgmap v750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:17.881130+0000 mgr.y (mgr.14556) 873 : cluster [DBG] pgmap v751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:17.881130+0000 mgr.y (mgr.14556) 873 : cluster [DBG] pgmap v751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:17.881130+0000 mgr.y (mgr.14556) 873 : cluster [DBG] pgmap v751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:18.547 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:10:18.835 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:10:18.835 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (23m) 2m ago 24m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:10:18.835 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (23m) 2m ago 23m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (25m) 2m ago 25m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (25m) 2m ago 25m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (28m) 2m ago 28m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (30m) 2m ago 30m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (30m) 2m ago 30m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (29m) 2m ago 29m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (28m) 2m ago 28m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (24m) 2m ago 24m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (24m) 2m ago 24m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (28m) 2m ago 28m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (27m) 2m ago 27m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (27m) 2m ago 27m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (27m) 2m ago 27m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (26m) 2m ago 26m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:10:18.836 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (26m) 2m ago 26m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:10:18.837 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (25m) 2m ago 25m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:10:18.837 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (25m) 2m ago 25m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:10:18.837 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (23m) 2m ago 24m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:10:19.186 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:10:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:10:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:10:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:10:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:10:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:10:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:10:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:10:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:10:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:10:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:10:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:10:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:10:19.188 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:10:19.188 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:10:19.188 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:10:19.188 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:10:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:10:18.535180+0000 mgr.y (mgr.14556) 874 : audit [DBG] from='client.15693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:10:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:10:18.828213+0000 mgr.y (mgr.14556) 875 : audit [DBG] from='client.15699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:10:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:10:18.535180+0000 mgr.y (mgr.14556) 874 : audit [DBG] from='client.15693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:10:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:10:18.828213+0000 mgr.y (mgr.14556) 875 : audit [DBG] from='client.15699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:10:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:10:18.535180+0000 mgr.y (mgr.14556) 874 : audit [DBG] from='client.15693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:10:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:10:18.828213+0000 mgr.y (mgr.14556) 875 : audit [DBG] from='client.15699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:10:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:10:19.187243+0000 mon.a (mon.0) 946 : audit [DBG] from='client.? 172.21.15.23:0/3193941828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:10:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:19.881529+0000 mgr.y (mgr.14556) 876 : cluster [DBG] pgmap v752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:10:19.187243+0000 mon.a (mon.0) 946 : audit [DBG] from='client.? 172.21.15.23:0/3193941828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:10:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:19.881529+0000 mgr.y (mgr.14556) 876 : cluster [DBG] pgmap v752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:10:19.187243+0000 mon.a (mon.0) 946 : audit [DBG] from='client.? 172.21.15.23:0/3193941828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:10:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:19.881529+0000 mgr.y (mgr.14556) 876 : cluster [DBG] pgmap v752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:10:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:21.882180+0000 mgr.y (mgr.14556) 877 : cluster [DBG] pgmap v753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:21.882180+0000 mgr.y (mgr.14556) 877 : cluster [DBG] pgmap v753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:21.882180+0000 mgr.y (mgr.14556) 877 : cluster [DBG] pgmap v753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:10:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T07:10:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:23.882629+0000 mgr.y (mgr.14556) 878 : cluster [DBG] pgmap v754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:23.882629+0000 mgr.y (mgr.14556) 878 : cluster [DBG] pgmap v754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:23.882629+0000 mgr.y (mgr.14556) 878 : cluster [DBG] pgmap v754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:25.883385+0000 mgr.y (mgr.14556) 879 : cluster [DBG] pgmap v755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:25.883385+0000 mgr.y (mgr.14556) 879 : cluster [DBG] pgmap v755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:25.883385+0000 mgr.y (mgr.14556) 879 : cluster [DBG] pgmap v755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:27.883719+0000 mgr.y (mgr.14556) 880 : cluster [DBG] pgmap v756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:27.883719+0000 mgr.y (mgr.14556) 880 : cluster [DBG] pgmap v756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:27.883719+0000 mgr.y (mgr.14556) 880 : cluster [DBG] pgmap v756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:29.884146+0000 mgr.y (mgr.14556) 881 : cluster [DBG] pgmap v757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:29.884146+0000 mgr.y (mgr.14556) 881 : cluster [DBG] pgmap v757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:29.884146+0000 mgr.y (mgr.14556) 881 : cluster [DBG] pgmap v757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:10:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:31.884839+0000 mgr.y (mgr.14556) 882 : cluster [DBG] pgmap v758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:31.884839+0000 mgr.y (mgr.14556) 882 : cluster [DBG] pgmap v758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:31.884839+0000 mgr.y (mgr.14556) 882 : cluster [DBG] pgmap v758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:10:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T07:10:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:33.885276+0000 mgr.y (mgr.14556) 883 : cluster [DBG] pgmap v759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:33.885276+0000 mgr.y (mgr.14556) 883 : cluster [DBG] pgmap v759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:33.885276+0000 mgr.y (mgr.14556) 883 : cluster [DBG] pgmap v759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:35.885882+0000 mgr.y (mgr.14556) 884 : cluster [DBG] pgmap v760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:35.885882+0000 mgr.y (mgr.14556) 884 : cluster [DBG] pgmap v760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:35.885882+0000 mgr.y (mgr.14556) 884 : cluster [DBG] pgmap v760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:37.886390+0000 mgr.y (mgr.14556) 885 : cluster [DBG] pgmap v761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:37.886390+0000 mgr.y (mgr.14556) 885 : cluster [DBG] pgmap v761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:37.886390+0000 mgr.y (mgr.14556) 885 : cluster [DBG] pgmap v761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:39.886807+0000 mgr.y (mgr.14556) 886 : cluster [DBG] pgmap v762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:39.886807+0000 mgr.y (mgr.14556) 886 : cluster [DBG] pgmap v762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:39.886807+0000 mgr.y (mgr.14556) 886 : cluster [DBG] pgmap v762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:10:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:41.887634+0000 mgr.y (mgr.14556) 887 : cluster [DBG] pgmap v763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:41.887634+0000 mgr.y (mgr.14556) 887 : cluster [DBG] pgmap v763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:41.887634+0000 mgr.y (mgr.14556) 887 : cluster [DBG] pgmap v763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:43.888117+0000 mgr.y (mgr.14556) 888 : cluster [DBG] pgmap v764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:43.888117+0000 mgr.y (mgr.14556) 888 : cluster [DBG] pgmap v764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:10:43] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T07:10:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:43.888117+0000 mgr.y (mgr.14556) 888 : cluster [DBG] pgmap v764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:45.888726+0000 mgr.y (mgr.14556) 889 : cluster [DBG] pgmap v765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:45.888726+0000 mgr.y (mgr.14556) 889 : cluster [DBG] pgmap v765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:45.888726+0000 mgr.y (mgr.14556) 889 : cluster [DBG] pgmap v765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:47.889264+0000 mgr.y (mgr.14556) 890 : cluster [DBG] pgmap v766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:47.889264+0000 mgr.y (mgr.14556) 890 : cluster [DBG] pgmap v766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:47.889264+0000 mgr.y (mgr.14556) 890 : cluster [DBG] pgmap v766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:49.514 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:10:49.801 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:10:49.801 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (23m) 2m ago 24m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:10:49.801 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (24m) 2m ago 24m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (25m) 2m ago 25m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (25m) 2m ago 25m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (29m) 2m ago 29m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (30m) 2m ago 30m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (30m) 2m ago 31m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (29m) 2m ago 29m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (29m) 2m ago 29m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (24m) 2m ago 24m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (24m) 2m ago 24m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (28m) 2m ago 28m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (28m) 2m ago 28m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (28m) 2m ago 28m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (27m) 2m ago 27m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:10:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (27m) 2m ago 27m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:10:49.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (26m) 2m ago 26m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:10:49.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (26m) 2m ago 26m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:10:49.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (25m) 2m ago 25m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:10:49.803 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (23m) 2m ago 24m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:10:50.153 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:10:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:10:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:10:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:10:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:10:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:10:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:10:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:10:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:10:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:10:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:10:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:10:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:10:50.155 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:10:50.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:10:50.155 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:10:50.155 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:10:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:10:49.503074+0000 mgr.y (mgr.14556) 891 : audit [DBG] from='client.25625 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:10:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:10:49.794224+0000 mgr.y (mgr.14556) 892 : audit [DBG] from='client.25631 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:10:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:49.889541+0000 mgr.y (mgr.14556) 893 : cluster [DBG] pgmap v767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:10:49.503074+0000 mgr.y (mgr.14556) 891 : audit [DBG] from='client.25625 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:10:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:10:49.794224+0000 mgr.y (mgr.14556) 892 : audit [DBG] from='client.25631 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:10:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:49.889541+0000 mgr.y (mgr.14556) 893 : cluster [DBG] pgmap v767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:10:49.503074+0000 mgr.y (mgr.14556) 891 : audit [DBG] from='client.25625 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:10:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:10:49.794224+0000 mgr.y (mgr.14556) 892 : audit [DBG] from='client.25631 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:10:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:49.889541+0000 mgr.y (mgr.14556) 893 : cluster [DBG] pgmap v767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:10:50.154301+0000 mon.c (mon.2) 59 : audit [DBG] from='client.? 172.21.15.23:0/4050869928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:10:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:10:50.154301+0000 mon.c (mon.2) 59 : audit [DBG] from='client.? 172.21.15.23:0/4050869928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:10:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:10:50.154301+0000 mon.c (mon.2) 59 : audit [DBG] from='client.? 172.21.15.23:0/4050869928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:10:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:10:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:51.890191+0000 mgr.y (mgr.14556) 894 : cluster [DBG] pgmap v768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:51.890191+0000 mgr.y (mgr.14556) 894 : cluster [DBG] pgmap v768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:51.890191+0000 mgr.y (mgr.14556) 894 : cluster [DBG] pgmap v768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:53.890736+0000 mgr.y (mgr.14556) 895 : cluster [DBG] pgmap v769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:53.890736+0000 mgr.y (mgr.14556) 895 : cluster [DBG] pgmap v769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:10:53] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T07:10:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:53.890736+0000 mgr.y (mgr.14556) 895 : cluster [DBG] pgmap v769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:55.891597+0000 mgr.y (mgr.14556) 896 : cluster [DBG] pgmap v770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:55.891597+0000 mgr.y (mgr.14556) 896 : cluster [DBG] pgmap v770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:55.891597+0000 mgr.y (mgr.14556) 896 : cluster [DBG] pgmap v770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:57.892221+0000 mgr.y (mgr.14556) 897 : cluster [DBG] pgmap v771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:57.892221+0000 mgr.y (mgr.14556) 897 : cluster [DBG] pgmap v771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:10:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:57.892221+0000 mgr.y (mgr.14556) 897 : cluster [DBG] pgmap v771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:10:59.892603+0000 mgr.y (mgr.14556) 898 : cluster [DBG] pgmap v772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:10:59.892603+0000 mgr.y (mgr.14556) 898 : cluster [DBG] pgmap v772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:10:59.892603+0000 mgr.y (mgr.14556) 898 : cluster [DBG] pgmap v772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:11:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:01.893305+0000 mgr.y (mgr.14556) 899 : cluster [DBG] pgmap v773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:01.893305+0000 mgr.y (mgr.14556) 899 : cluster [DBG] pgmap v773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:01.893305+0000 mgr.y (mgr.14556) 899 : cluster [DBG] pgmap v773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:11:03] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T07:11:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:03.893670+0000 mgr.y (mgr.14556) 900 : cluster [DBG] pgmap v774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:03.893670+0000 mgr.y (mgr.14556) 900 : cluster [DBG] pgmap v774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:03.893670+0000 mgr.y (mgr.14556) 900 : cluster [DBG] pgmap v774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:05.894226+0000 mgr.y (mgr.14556) 901 : cluster [DBG] pgmap v775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:05.894226+0000 mgr.y (mgr.14556) 901 : cluster [DBG] pgmap v775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:05.894226+0000 mgr.y (mgr.14556) 901 : cluster [DBG] pgmap v775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:07.894629+0000 mgr.y (mgr.14556) 902 : cluster [DBG] pgmap v776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:07.894629+0000 mgr.y (mgr.14556) 902 : cluster [DBG] pgmap v776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:07.894629+0000 mgr.y (mgr.14556) 902 : cluster [DBG] pgmap v776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:09.895238+0000 mgr.y (mgr.14556) 903 : cluster [DBG] pgmap v777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:09.895238+0000 mgr.y (mgr.14556) 903 : cluster [DBG] pgmap v777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:09.895238+0000 mgr.y (mgr.14556) 903 : cluster [DBG] pgmap v777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:11:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:11.895828+0000 mgr.y (mgr.14556) 904 : cluster [DBG] pgmap v778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:11.895828+0000 mgr.y (mgr.14556) 904 : cluster [DBG] pgmap v778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:11.895828+0000 mgr.y (mgr.14556) 904 : cluster [DBG] pgmap v778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:11:13] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T07:11:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:13.896409+0000 mgr.y (mgr.14556) 905 : cluster [DBG] pgmap v779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:13.896409+0000 mgr.y (mgr.14556) 905 : cluster [DBG] pgmap v779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:13.896409+0000 mgr.y (mgr.14556) 905 : cluster [DBG] pgmap v779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:11:15.754994+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:11:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:11:15.754994+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:11:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:11:15.754994+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:11:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:15.896955+0000 mgr.y (mgr.14556) 906 : cluster [DBG] pgmap v780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:11:16.012973+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:11:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:11:16.021744+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:11:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:11:16.315063+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:11:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:11:16.315758+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:11:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:11:16.324965+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:11:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:15.896955+0000 mgr.y (mgr.14556) 906 : cluster [DBG] pgmap v780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:11:16.012973+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:11:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:11:16.021744+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:11:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:11:16.315063+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:11:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:11:16.315758+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:11:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:11:16.324965+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:11:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:15.896955+0000 mgr.y (mgr.14556) 906 : cluster [DBG] pgmap v780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:11:16.012973+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:11:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:11:16.021744+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:11:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:11:16.315063+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:11:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:11:16.315758+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:11:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:11:16.324965+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:11:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:17.897436+0000 mgr.y (mgr.14556) 907 : cluster [DBG] pgmap v781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:17.897436+0000 mgr.y (mgr.14556) 907 : cluster [DBG] pgmap v781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:17.897436+0000 mgr.y (mgr.14556) 907 : cluster [DBG] pgmap v781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:20.479 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:11:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:11:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (24m) 3m ago 25m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:11:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (24m) 3m ago 24m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:11:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (26m) 3m ago 26m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:11:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (26m) 3m ago 26m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:11:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (29m) 3m ago 29m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:11:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (31m) 3m ago 31m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:11:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (31m) 3m ago 31m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:11:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (30m) 3m ago 30m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:11:20.768 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (29m) 3m ago 29m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:11:20.768 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (25m) 3m ago 25m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:11:20.768 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (25m) 3m ago 25m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:11:20.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (29m) 3m ago 29m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:11:20.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (28m) 3m ago 28m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:11:20.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (28m) 3m ago 28m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:11:20.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (28m) 3m ago 28m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:11:20.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (27m) 3m ago 27m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:11:20.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (27m) 3m ago 27m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:11:20.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (26m) 3m ago 26m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:11:20.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (26m) 3m ago 26m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:11:20.768 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (24m) 3m ago 25m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:11:21.120 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:11:21.120 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:11:21.121 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:11:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:19.897919+0000 mgr.y (mgr.14556) 908 : cluster [DBG] pgmap v782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:11:20.467040+0000 mgr.y (mgr.14556) 909 : audit [DBG] from='client.15729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:11:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:11:20.759824+0000 mgr.y (mgr.14556) 910 : audit [DBG] from='client.15735 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:11:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:19.897919+0000 mgr.y (mgr.14556) 908 : cluster [DBG] pgmap v782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:11:20.467040+0000 mgr.y (mgr.14556) 909 : audit [DBG] from='client.15729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:11:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:11:20.759824+0000 mgr.y (mgr.14556) 910 : audit [DBG] from='client.15735 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:11:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:19.897919+0000 mgr.y (mgr.14556) 908 : cluster [DBG] pgmap v782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:11:20.467040+0000 mgr.y (mgr.14556) 909 : audit [DBG] from='client.15729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:11:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:11:20.759824+0000 mgr.y (mgr.14556) 910 : audit [DBG] from='client.15735 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:11:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:11:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:11:21.121209+0000 mon.a (mon.0) 953 : audit [DBG] from='client.? 172.21.15.23:0/3673487160' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:11:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:11:21.121209+0000 mon.a (mon.0) 953 : audit [DBG] from='client.? 172.21.15.23:0/3673487160' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:11:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:11:21.121209+0000 mon.a (mon.0) 953 : audit [DBG] from='client.? 172.21.15.23:0/3673487160' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:11:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:21.898606+0000 mgr.y (mgr.14556) 911 : cluster [DBG] pgmap v783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:21.898606+0000 mgr.y (mgr.14556) 911 : cluster [DBG] pgmap v783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:21.898606+0000 mgr.y (mgr.14556) 911 : cluster [DBG] pgmap v783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:11:23] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:11:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:23.899089+0000 mgr.y (mgr.14556) 912 : cluster [DBG] pgmap v784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:23.899089+0000 mgr.y (mgr.14556) 912 : cluster [DBG] pgmap v784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:23.899089+0000 mgr.y (mgr.14556) 912 : cluster [DBG] pgmap v784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:25.900010+0000 mgr.y (mgr.14556) 913 : cluster [DBG] pgmap v785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:25.900010+0000 mgr.y (mgr.14556) 913 : cluster [DBG] pgmap v785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:25.900010+0000 mgr.y (mgr.14556) 913 : cluster [DBG] pgmap v785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:27.900415+0000 mgr.y (mgr.14556) 914 : cluster [DBG] pgmap v786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:27.900415+0000 mgr.y (mgr.14556) 914 : cluster [DBG] pgmap v786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:27.900415+0000 mgr.y (mgr.14556) 914 : cluster [DBG] pgmap v786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:29.900809+0000 mgr.y (mgr.14556) 915 : cluster [DBG] pgmap v787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:29.900809+0000 mgr.y (mgr.14556) 915 : cluster [DBG] pgmap v787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:29.900809+0000 mgr.y (mgr.14556) 915 : cluster [DBG] pgmap v787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:11:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:31.901603+0000 mgr.y (mgr.14556) 916 : cluster [DBG] pgmap v788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:31.901603+0000 mgr.y (mgr.14556) 916 : cluster [DBG] pgmap v788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:31.901603+0000 mgr.y (mgr.14556) 916 : cluster [DBG] pgmap v788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:11:33] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:11:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:33.902128+0000 mgr.y (mgr.14556) 917 : cluster [DBG] pgmap v789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:33.902128+0000 mgr.y (mgr.14556) 917 : cluster [DBG] pgmap v789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:33.902128+0000 mgr.y (mgr.14556) 917 : cluster [DBG] pgmap v789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:35.902742+0000 mgr.y (mgr.14556) 918 : cluster [DBG] pgmap v790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:35.902742+0000 mgr.y (mgr.14556) 918 : cluster [DBG] pgmap v790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:35.902742+0000 mgr.y (mgr.14556) 918 : cluster [DBG] pgmap v790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:37.903286+0000 mgr.y (mgr.14556) 919 : cluster [DBG] pgmap v791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:37.903286+0000 mgr.y (mgr.14556) 919 : cluster [DBG] pgmap v791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:37.903286+0000 mgr.y (mgr.14556) 919 : cluster [DBG] pgmap v791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:39.903811+0000 mgr.y (mgr.14556) 920 : cluster [DBG] pgmap v792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:39.903811+0000 mgr.y (mgr.14556) 920 : cluster [DBG] pgmap v792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:39.903811+0000 mgr.y (mgr.14556) 920 : cluster [DBG] pgmap v792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:11:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:41.904570+0000 mgr.y (mgr.14556) 921 : cluster [DBG] pgmap v793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:41.904570+0000 mgr.y (mgr.14556) 921 : cluster [DBG] pgmap v793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:41.904570+0000 mgr.y (mgr.14556) 921 : cluster [DBG] pgmap v793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:11:43] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T07:11:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:43.905136+0000 mgr.y (mgr.14556) 922 : cluster [DBG] pgmap v794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:43.905136+0000 mgr.y (mgr.14556) 922 : cluster [DBG] pgmap v794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:43.905136+0000 mgr.y (mgr.14556) 922 : cluster [DBG] pgmap v794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:45.905902+0000 mgr.y (mgr.14556) 923 : cluster [DBG] pgmap v795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:45.905902+0000 mgr.y (mgr.14556) 923 : cluster [DBG] pgmap v795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:45.905902+0000 mgr.y (mgr.14556) 923 : cluster [DBG] pgmap v795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:47.906256+0000 mgr.y (mgr.14556) 924 : cluster [DBG] pgmap v796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:47.906256+0000 mgr.y (mgr.14556) 924 : cluster [DBG] pgmap v796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:47.906256+0000 mgr.y (mgr.14556) 924 : cluster [DBG] pgmap v796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:51.443 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (24m) 3m ago 25m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (25m) 3m ago 25m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (26m) 3m ago 26m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (26m) 3m ago 26m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (30m) 3m ago 30m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (31m) 3m ago 31m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (31m) 3m ago 32m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (30m) 3m ago 30m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (30m) 3m ago 30m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (25m) 3m ago 25m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (25m) 3m ago 25m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (29m) 3m ago 29m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (29m) 3m ago 29m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:11:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (29m) 3m ago 29m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:11:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (28m) 3m ago 28m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:11:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (28m) 3m ago 28m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:11:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (27m) 3m ago 27m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:11:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (27m) 3m ago 27m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:11:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (26m) 3m ago 26m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:11:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (24m) 3m ago 25m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:11:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:49.906729+0000 mgr.y (mgr.14556) 925 : cluster [DBG] pgmap v797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:11:52.081 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:11:52.081 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:11:52.082 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:11:52.082 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:11:52.082 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:11:52.082 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:11:52.082 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:11:52.082 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:11:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:11:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:11:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:11:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:11:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:11:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:11:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:11:52.084 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:11:52.084 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:11:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:49.906729+0000 mgr.y (mgr.14556) 925 : cluster [DBG] pgmap v797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:49.906729+0000 mgr.y (mgr.14556) 925 : cluster [DBG] pgmap v797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:11:51.432116+0000 mgr.y (mgr.14556) 926 : audit [DBG] from='client.25661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:11:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:11:51.725466+0000 mgr.y (mgr.14556) 927 : audit [DBG] from='client.15753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:11:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:11:52.082024+0000 mon.c (mon.2) 60 : audit [DBG] from='client.? 172.21.15.23:0/2416001969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:11:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:11:51.432116+0000 mgr.y (mgr.14556) 926 : audit [DBG] from='client.25661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:11:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:11:51.725466+0000 mgr.y (mgr.14556) 927 : audit [DBG] from='client.15753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:11:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:11:52.082024+0000 mon.c (mon.2) 60 : audit [DBG] from='client.? 172.21.15.23:0/2416001969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:11:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:11:51.432116+0000 mgr.y (mgr.14556) 926 : audit [DBG] from='client.25661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:11:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:11:51.725466+0000 mgr.y (mgr.14556) 927 : audit [DBG] from='client.15753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:11:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:11:52.082024+0000 mon.c (mon.2) 60 : audit [DBG] from='client.? 172.21.15.23:0/2416001969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:11:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:11:53] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T07:11:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:51.907263+0000 mgr.y (mgr.14556) 928 : cluster [DBG] pgmap v798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:51.907263+0000 mgr.y (mgr.14556) 928 : cluster [DBG] pgmap v798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:51.907263+0000 mgr.y (mgr.14556) 928 : cluster [DBG] pgmap v798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:53.907641+0000 mgr.y (mgr.14556) 929 : cluster [DBG] pgmap v799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:53.907641+0000 mgr.y (mgr.14556) 929 : cluster [DBG] pgmap v799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:53.907641+0000 mgr.y (mgr.14556) 929 : cluster [DBG] pgmap v799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:55.908325+0000 mgr.y (mgr.14556) 930 : cluster [DBG] pgmap v800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:55.908325+0000 mgr.y (mgr.14556) 930 : cluster [DBG] pgmap v800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:11:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:55.908325+0000 mgr.y (mgr.14556) 930 : cluster [DBG] pgmap v800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:57.908724+0000 mgr.y (mgr.14556) 931 : cluster [DBG] pgmap v801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:57.908724+0000 mgr.y (mgr.14556) 931 : cluster [DBG] pgmap v801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:11:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:57.908724+0000 mgr.y (mgr.14556) 931 : cluster [DBG] pgmap v801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:01.807 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:12:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:11:59.909245+0000 mgr.y (mgr.14556) 932 : cluster [DBG] pgmap v802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:11:59.909245+0000 mgr.y (mgr.14556) 932 : cluster [DBG] pgmap v802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:11:59.909245+0000 mgr.y (mgr.14556) 932 : cluster [DBG] pgmap v802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:01.909976+0000 mgr.y (mgr.14556) 933 : cluster [DBG] pgmap v803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:12:03] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T07:12:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:01.909976+0000 mgr.y (mgr.14556) 933 : cluster [DBG] pgmap v803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:01.909976+0000 mgr.y (mgr.14556) 933 : cluster [DBG] pgmap v803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:03.910377+0000 mgr.y (mgr.14556) 934 : cluster [DBG] pgmap v804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:03.910377+0000 mgr.y (mgr.14556) 934 : cluster [DBG] pgmap v804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:03.910377+0000 mgr.y (mgr.14556) 934 : cluster [DBG] pgmap v804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:05.911089+0000 mgr.y (mgr.14556) 935 : cluster [DBG] pgmap v805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:05.911089+0000 mgr.y (mgr.14556) 935 : cluster [DBG] pgmap v805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:05.911089+0000 mgr.y (mgr.14556) 935 : cluster [DBG] pgmap v805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:07.911660+0000 mgr.y (mgr.14556) 936 : cluster [DBG] pgmap v806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:07.911660+0000 mgr.y (mgr.14556) 936 : cluster [DBG] pgmap v806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:07.911660+0000 mgr.y (mgr.14556) 936 : cluster [DBG] pgmap v806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:11.885 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:12:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:09.912066+0000 mgr.y (mgr.14556) 937 : cluster [DBG] pgmap v807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:09.912066+0000 mgr.y (mgr.14556) 937 : cluster [DBG] pgmap v807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:09.912066+0000 mgr.y (mgr.14556) 937 : cluster [DBG] pgmap v807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:11.912790+0000 mgr.y (mgr.14556) 938 : cluster [DBG] pgmap v808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:11.912790+0000 mgr.y (mgr.14556) 938 : cluster [DBG] pgmap v808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:12:13] "GET /metrics HTTP/1.1" 200 188268 "" "Prometheus/2.33.4" 2024-03-22T07:12:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:11.912790+0000 mgr.y (mgr.14556) 938 : cluster [DBG] pgmap v808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:13.913312+0000 mgr.y (mgr.14556) 939 : cluster [DBG] pgmap v809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:13.913312+0000 mgr.y (mgr.14556) 939 : cluster [DBG] pgmap v809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:13.913312+0000 mgr.y (mgr.14556) 939 : cluster [DBG] pgmap v809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:12:16.329605+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:12:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:12:16.637200+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:12:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:12:16.637877+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:12:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:12:16.642553+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:12:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:12:16.329605+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:12:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:12:16.637200+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:12:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:12:16.637877+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:12:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:12:16.642553+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:12:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:12:16.329605+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:12:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:12:16.637200+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:12:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:12:16.637877+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:12:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:12:16.642553+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:12:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:15.913922+0000 mgr.y (mgr.14556) 940 : cluster [DBG] pgmap v810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:15.913922+0000 mgr.y (mgr.14556) 940 : cluster [DBG] pgmap v810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:15.913922+0000 mgr.y (mgr.14556) 940 : cluster [DBG] pgmap v810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:17.914508+0000 mgr.y (mgr.14556) 941 : cluster [DBG] pgmap v811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:17.914508+0000 mgr.y (mgr.14556) 941 : cluster [DBG] pgmap v811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:17.914508+0000 mgr.y (mgr.14556) 941 : cluster [DBG] pgmap v811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:19.914880+0000 mgr.y (mgr.14556) 942 : cluster [DBG] pgmap v812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:19.914880+0000 mgr.y (mgr.14556) 942 : cluster [DBG] pgmap v812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:19.914880+0000 mgr.y (mgr.14556) 942 : cluster [DBG] pgmap v812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:12:22.407 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:12:22.696 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:12:22.696 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (25m) 4m ago 26m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:12:22.696 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (25m) 4m ago 25m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:12:22.696 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (27m) 4m ago 27m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:12:22.696 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (27m) 4m ago 27m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (30m) 4m ago 30m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (32m) 4m ago 32m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (32m) 4m ago 32m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (31m) 4m ago 31m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (30m) 4m ago 30m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (26m) 4m ago 26m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (26m) 4m ago 26m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (30m) 4m ago 30m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (30m) 4m ago 30m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (29m) 4m ago 29m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (29m) 4m ago 29m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (28m) 4m ago 28m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (28m) 4m ago 28m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (27m) 4m ago 27m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:12:22.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (27m) 4m ago 27m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:12:22.698 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (25m) 4m ago 26m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:12:23.050 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:12:23.050 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:12:23.050 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:12:23.050 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:12:23.050 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:12:23.050 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:12:23.051 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:12:23.051 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:12:23.051 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:12:23.051 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:12:23.051 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:12:23.051 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:12:23.051 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:12:23.051 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:12:23.051 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:12:23.051 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:12:23.051 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:12:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:21.915522+0000 mgr.y (mgr.14556) 943 : cluster [DBG] pgmap v813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:12:22.396086+0000 mgr.y (mgr.14556) 944 : audit [DBG] from='client.25679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:12:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:12:22.689143+0000 mgr.y (mgr.14556) 945 : audit [DBG] from='client.15771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:12:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:21.915522+0000 mgr.y (mgr.14556) 943 : cluster [DBG] pgmap v813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:12:22.396086+0000 mgr.y (mgr.14556) 944 : audit [DBG] from='client.25679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:12:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:12:22.689143+0000 mgr.y (mgr.14556) 945 : audit [DBG] from='client.15771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:12:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:21.915522+0000 mgr.y (mgr.14556) 943 : cluster [DBG] pgmap v813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:12:22.396086+0000 mgr.y (mgr.14556) 944 : audit [DBG] from='client.25679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:12:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:12:22.689143+0000 mgr.y (mgr.14556) 945 : audit [DBG] from='client.15771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:12:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:12:23] "GET /metrics HTTP/1.1" 200 188268 "" "Prometheus/2.33.4" 2024-03-22T07:12:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:12:23.050945+0000 mon.c (mon.2) 61 : audit [DBG] from='client.? 172.21.15.23:0/2340145892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:12:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:12:23.050945+0000 mon.c (mon.2) 61 : audit [DBG] from='client.? 172.21.15.23:0/2340145892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:12:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:12:23.050945+0000 mon.c (mon.2) 61 : audit [DBG] from='client.? 172.21.15.23:0/2340145892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:12:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:23.915858+0000 mgr.y (mgr.14556) 946 : cluster [DBG] pgmap v814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:23.915858+0000 mgr.y (mgr.14556) 946 : cluster [DBG] pgmap v814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:23.915858+0000 mgr.y (mgr.14556) 946 : cluster [DBG] pgmap v814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:25.916673+0000 mgr.y (mgr.14556) 947 : cluster [DBG] pgmap v815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:25.916673+0000 mgr.y (mgr.14556) 947 : cluster [DBG] pgmap v815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:25.916673+0000 mgr.y (mgr.14556) 947 : cluster [DBG] pgmap v815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:27.917054+0000 mgr.y (mgr.14556) 948 : cluster [DBG] pgmap v816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:27.917054+0000 mgr.y (mgr.14556) 948 : cluster [DBG] pgmap v816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:27.917054+0000 mgr.y (mgr.14556) 948 : cluster [DBG] pgmap v816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:29.917482+0000 mgr.y (mgr.14556) 949 : cluster [DBG] pgmap v817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:29.917482+0000 mgr.y (mgr.14556) 949 : cluster [DBG] pgmap v817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:29.917482+0000 mgr.y (mgr.14556) 949 : cluster [DBG] pgmap v817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:12:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:31.918058+0000 mgr.y (mgr.14556) 950 : cluster [DBG] pgmap v818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:31.918058+0000 mgr.y (mgr.14556) 950 : cluster [DBG] pgmap v818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:31.918058+0000 mgr.y (mgr.14556) 950 : cluster [DBG] pgmap v818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:12:33] "GET /metrics HTTP/1.1" 200 188268 "" "Prometheus/2.33.4" 2024-03-22T07:12:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:33.918634+0000 mgr.y (mgr.14556) 951 : cluster [DBG] pgmap v819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:33.918634+0000 mgr.y (mgr.14556) 951 : cluster [DBG] pgmap v819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:33.918634+0000 mgr.y (mgr.14556) 951 : cluster [DBG] pgmap v819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:35.919379+0000 mgr.y (mgr.14556) 952 : cluster [DBG] pgmap v820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:35.919379+0000 mgr.y (mgr.14556) 952 : cluster [DBG] pgmap v820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:35.919379+0000 mgr.y (mgr.14556) 952 : cluster [DBG] pgmap v820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:37.919840+0000 mgr.y (mgr.14556) 953 : cluster [DBG] pgmap v821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:37.919840+0000 mgr.y (mgr.14556) 953 : cluster [DBG] pgmap v821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:37.919840+0000 mgr.y (mgr.14556) 953 : cluster [DBG] pgmap v821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:39.920232+0000 mgr.y (mgr.14556) 954 : cluster [DBG] pgmap v822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:39.920232+0000 mgr.y (mgr.14556) 954 : cluster [DBG] pgmap v822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:39.920232+0000 mgr.y (mgr.14556) 954 : cluster [DBG] pgmap v822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:12:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:41.920993+0000 mgr.y (mgr.14556) 955 : cluster [DBG] pgmap v823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:41.920993+0000 mgr.y (mgr.14556) 955 : cluster [DBG] pgmap v823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:41.920993+0000 mgr.y (mgr.14556) 955 : cluster [DBG] pgmap v823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:12:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T07:12:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:43.921545+0000 mgr.y (mgr.14556) 956 : cluster [DBG] pgmap v824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:43.921545+0000 mgr.y (mgr.14556) 956 : cluster [DBG] pgmap v824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:43.921545+0000 mgr.y (mgr.14556) 956 : cluster [DBG] pgmap v824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:45.922216+0000 mgr.y (mgr.14556) 957 : cluster [DBG] pgmap v825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:45.922216+0000 mgr.y (mgr.14556) 957 : cluster [DBG] pgmap v825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:45.922216+0000 mgr.y (mgr.14556) 957 : cluster [DBG] pgmap v825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:47.922575+0000 mgr.y (mgr.14556) 958 : cluster [DBG] pgmap v826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:47.922575+0000 mgr.y (mgr.14556) 958 : cluster [DBG] pgmap v826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:47.922575+0000 mgr.y (mgr.14556) 958 : cluster [DBG] pgmap v826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:49.922930+0000 mgr.y (mgr.14556) 959 : cluster [DBG] pgmap v827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:12:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:49.922930+0000 mgr.y (mgr.14556) 959 : cluster [DBG] pgmap v827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:49.922930+0000 mgr.y (mgr.14556) 959 : cluster [DBG] pgmap v827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:53.377 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:12:53.665 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:12:53.665 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (25m) 4m ago 26m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:12:53.665 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (26m) 4m ago 26m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:12:53.665 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (27m) 4m ago 27m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (27m) 4m ago 27m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (31m) 4m ago 31m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (32m) 4m ago 32m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (32m) 4m ago 33m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (31m) 4m ago 31m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (31m) 4m ago 31m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (26m) 4m ago 26m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (26m) 4m ago 26m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (30m) 4m ago 30m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (30m) 4m ago 30m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (30m) 4m ago 30m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (29m) 4m ago 29m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:12:53.666 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (29m) 4m ago 29m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:12:53.667 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (28m) 4m ago 28m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:12:53.667 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (28m) 4m ago 28m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:12:53.667 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (27m) 4m ago 27m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:12:53.667 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (25m) 4m ago 27m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:12:54.020 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:12:54.020 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:12:54.020 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:12:54.020 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:12:54.020 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:12:54.020 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:12:54.020 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:12:54.020 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:12:54.020 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:12:54.020 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:12:54.021 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:12:54.021 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:12:54.021 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:12:54.021 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:12:54.021 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:12:54.021 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:12:54.021 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:12:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:51.923628+0000 mgr.y (mgr.14556) 960 : cluster [DBG] pgmap v828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:12:53] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T07:12:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:51.923628+0000 mgr.y (mgr.14556) 960 : cluster [DBG] pgmap v828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:51.923628+0000 mgr.y (mgr.14556) 960 : cluster [DBG] pgmap v828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:12:53.365933+0000 mgr.y (mgr.14556) 961 : audit [DBG] from='client.15783 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:12:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:12:53.658111+0000 mgr.y (mgr.14556) 962 : audit [DBG] from='client.15789 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:12:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:12:54.020437+0000 mon.c (mon.2) 62 : audit [DBG] from='client.? 172.21.15.23:0/3055582336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:12:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:12:53.365933+0000 mgr.y (mgr.14556) 961 : audit [DBG] from='client.15783 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:12:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:12:53.658111+0000 mgr.y (mgr.14556) 962 : audit [DBG] from='client.15789 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:12:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:12:54.020437+0000 mon.c (mon.2) 62 : audit [DBG] from='client.? 172.21.15.23:0/3055582336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:12:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:12:53.365933+0000 mgr.y (mgr.14556) 961 : audit [DBG] from='client.15783 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:12:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:12:53.658111+0000 mgr.y (mgr.14556) 962 : audit [DBG] from='client.15789 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:12:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:12:54.020437+0000 mon.c (mon.2) 62 : audit [DBG] from='client.? 172.21.15.23:0/3055582336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:12:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:53.923928+0000 mgr.y (mgr.14556) 963 : cluster [DBG] pgmap v829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:53.923928+0000 mgr.y (mgr.14556) 963 : cluster [DBG] pgmap v829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:53.923928+0000 mgr.y (mgr.14556) 963 : cluster [DBG] pgmap v829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:55.924605+0000 mgr.y (mgr.14556) 964 : cluster [DBG] pgmap v830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:55.924605+0000 mgr.y (mgr.14556) 964 : cluster [DBG] pgmap v830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:12:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:55.924605+0000 mgr.y (mgr.14556) 964 : cluster [DBG] pgmap v830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:57.925030+0000 mgr.y (mgr.14556) 965 : cluster [DBG] pgmap v831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:57.925030+0000 mgr.y (mgr.14556) 965 : cluster [DBG] pgmap v831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:12:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:57.925030+0000 mgr.y (mgr.14556) 965 : cluster [DBG] pgmap v831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:01.805 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:13:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:12:59.925572+0000 mgr.y (mgr.14556) 966 : cluster [DBG] pgmap v832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:12:59.925572+0000 mgr.y (mgr.14556) 966 : cluster [DBG] pgmap v832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:12:59.925572+0000 mgr.y (mgr.14556) 966 : cluster [DBG] pgmap v832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:13:03] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T07:13:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:01.926484+0000 mgr.y (mgr.14556) 967 : cluster [DBG] pgmap v833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:01.926484+0000 mgr.y (mgr.14556) 967 : cluster [DBG] pgmap v833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:01.926484+0000 mgr.y (mgr.14556) 967 : cluster [DBG] pgmap v833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:03.926825+0000 mgr.y (mgr.14556) 968 : cluster [DBG] pgmap v834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:03.926825+0000 mgr.y (mgr.14556) 968 : cluster [DBG] pgmap v834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:03.926825+0000 mgr.y (mgr.14556) 968 : cluster [DBG] pgmap v834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:05.927509+0000 mgr.y (mgr.14556) 969 : cluster [DBG] pgmap v835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:05.927509+0000 mgr.y (mgr.14556) 969 : cluster [DBG] pgmap v835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:05.927509+0000 mgr.y (mgr.14556) 969 : cluster [DBG] pgmap v835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:07.927844+0000 mgr.y (mgr.14556) 970 : cluster [DBG] pgmap v836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:07.927844+0000 mgr.y (mgr.14556) 970 : cluster [DBG] pgmap v836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:07.927844+0000 mgr.y (mgr.14556) 970 : cluster [DBG] pgmap v836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:11.842 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:13:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:09.928197+0000 mgr.y (mgr.14556) 971 : cluster [DBG] pgmap v837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:09.928197+0000 mgr.y (mgr.14556) 971 : cluster [DBG] pgmap v837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:09.928197+0000 mgr.y (mgr.14556) 971 : cluster [DBG] pgmap v837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:13:13] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T07:13:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:11.928866+0000 mgr.y (mgr.14556) 972 : cluster [DBG] pgmap v838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:11.928866+0000 mgr.y (mgr.14556) 972 : cluster [DBG] pgmap v838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:11.928866+0000 mgr.y (mgr.14556) 972 : cluster [DBG] pgmap v838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:13.929409+0000 mgr.y (mgr.14556) 973 : cluster [DBG] pgmap v839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:13.929409+0000 mgr.y (mgr.14556) 973 : cluster [DBG] pgmap v839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:13.929409+0000 mgr.y (mgr.14556) 973 : cluster [DBG] pgmap v839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:13:16.647854+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:13:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:13:16.647854+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:13:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:13:16.647854+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:13:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:15.930054+0000 mgr.y (mgr.14556) 974 : cluster [DBG] pgmap v840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:13:16.952155+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:13:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:13:16.952855+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:13:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:13:16.957366+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:13:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:15.930054+0000 mgr.y (mgr.14556) 974 : cluster [DBG] pgmap v840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:13:16.952155+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:13:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:13:16.952855+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:13:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:13:16.957366+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:13:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:15.930054+0000 mgr.y (mgr.14556) 974 : cluster [DBG] pgmap v840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:13:16.952155+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:13:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:13:16.952855+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:13:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:13:16.957366+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:13:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:17.930635+0000 mgr.y (mgr.14556) 975 : cluster [DBG] pgmap v841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:17.930635+0000 mgr.y (mgr.14556) 975 : cluster [DBG] pgmap v841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:17.930635+0000 mgr.y (mgr.14556) 975 : cluster [DBG] pgmap v841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:21.896 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:13:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:19.931119+0000 mgr.y (mgr.14556) 976 : cluster [DBG] pgmap v842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:19.931119+0000 mgr.y (mgr.14556) 976 : cluster [DBG] pgmap v842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:19.931119+0000 mgr.y (mgr.14556) 976 : cluster [DBG] pgmap v842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:13:23] "GET /metrics HTTP/1.1" 200 188266 "" "Prometheus/2.33.4" 2024-03-22T07:13:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:21.931869+0000 mgr.y (mgr.14556) 977 : cluster [DBG] pgmap v843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:21.931869+0000 mgr.y (mgr.14556) 977 : cluster [DBG] pgmap v843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:21.931869+0000 mgr.y (mgr.14556) 977 : cluster [DBG] pgmap v843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:24.345 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:13:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:13:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (26m) 5m ago 27m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:13:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (26m) 5m ago 26m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:13:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (28m) 5m ago 28m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:13:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (28m) 5m ago 28m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:13:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (31m) 5m ago 31m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:13:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (33m) 5m ago 33m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:13:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (33m) 5m ago 33m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:13:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (32m) 5m ago 32m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:13:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (32m) 5m ago 32m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:13:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (27m) 5m ago 27m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:13:24.635 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (27m) 5m ago 27m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:13:24.636 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (31m) 5m ago 31m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:13:24.636 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (31m) 5m ago 31m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:13:24.636 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (30m) 5m ago 30m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:13:24.636 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (30m) 5m ago 30m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:13:24.636 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (29m) 5m ago 29m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:13:24.636 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (29m) 5m ago 29m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:13:24.636 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (28m) 5m ago 28m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:13:24.636 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (28m) 5m ago 28m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:13:24.636 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (26m) 5m ago 27m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:13:24.985 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:13:24.985 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:13:24.986 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:13:24.987 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:13:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:23.932368+0000 mgr.y (mgr.14556) 978 : cluster [DBG] pgmap v844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:13:24.334265+0000 mgr.y (mgr.14556) 979 : audit [DBG] from='client.25715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:13:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:13:24.627675+0000 mgr.y (mgr.14556) 980 : audit [DBG] from='client.25721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:13:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:13:24.986352+0000 mon.a (mon.0) 962 : audit [DBG] from='client.? 172.21.15.23:0/3124537959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:13:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:23.932368+0000 mgr.y (mgr.14556) 978 : cluster [DBG] pgmap v844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:13:24.334265+0000 mgr.y (mgr.14556) 979 : audit [DBG] from='client.25715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:13:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:13:24.627675+0000 mgr.y (mgr.14556) 980 : audit [DBG] from='client.25721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:13:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:13:24.986352+0000 mon.a (mon.0) 962 : audit [DBG] from='client.? 172.21.15.23:0/3124537959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:13:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:23.932368+0000 mgr.y (mgr.14556) 978 : cluster [DBG] pgmap v844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:13:24.334265+0000 mgr.y (mgr.14556) 979 : audit [DBG] from='client.25715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:13:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:13:24.627675+0000 mgr.y (mgr.14556) 980 : audit [DBG] from='client.25721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:13:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:13:24.986352+0000 mon.a (mon.0) 962 : audit [DBG] from='client.? 172.21.15.23:0/3124537959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:13:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:25.933000+0000 mgr.y (mgr.14556) 981 : cluster [DBG] pgmap v845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:25.933000+0000 mgr.y (mgr.14556) 981 : cluster [DBG] pgmap v845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:25.933000+0000 mgr.y (mgr.14556) 981 : cluster [DBG] pgmap v845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:27.933578+0000 mgr.y (mgr.14556) 982 : cluster [DBG] pgmap v846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:27.933578+0000 mgr.y (mgr.14556) 982 : cluster [DBG] pgmap v846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:27.933578+0000 mgr.y (mgr.14556) 982 : cluster [DBG] pgmap v846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:29.933988+0000 mgr.y (mgr.14556) 983 : cluster [DBG] pgmap v847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:29.933988+0000 mgr.y (mgr.14556) 983 : cluster [DBG] pgmap v847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:29.933988+0000 mgr.y (mgr.14556) 983 : cluster [DBG] pgmap v847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:13:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:31.934882+0000 mgr.y (mgr.14556) 984 : cluster [DBG] pgmap v848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:31.934882+0000 mgr.y (mgr.14556) 984 : cluster [DBG] pgmap v848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:31.934882+0000 mgr.y (mgr.14556) 984 : cluster [DBG] pgmap v848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:13:33] "GET /metrics HTTP/1.1" 200 188266 "" "Prometheus/2.33.4" 2024-03-22T07:13:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:33.935298+0000 mgr.y (mgr.14556) 985 : cluster [DBG] pgmap v849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:33.935298+0000 mgr.y (mgr.14556) 985 : cluster [DBG] pgmap v849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:33.935298+0000 mgr.y (mgr.14556) 985 : cluster [DBG] pgmap v849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:35.935985+0000 mgr.y (mgr.14556) 986 : cluster [DBG] pgmap v850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:35.935985+0000 mgr.y (mgr.14556) 986 : cluster [DBG] pgmap v850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:35.935985+0000 mgr.y (mgr.14556) 986 : cluster [DBG] pgmap v850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:37.936422+0000 mgr.y (mgr.14556) 987 : cluster [DBG] pgmap v851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:37.936422+0000 mgr.y (mgr.14556) 987 : cluster [DBG] pgmap v851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:37.936422+0000 mgr.y (mgr.14556) 987 : cluster [DBG] pgmap v851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:39.936968+0000 mgr.y (mgr.14556) 988 : cluster [DBG] pgmap v852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:39.936968+0000 mgr.y (mgr.14556) 988 : cluster [DBG] pgmap v852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:39.936968+0000 mgr.y (mgr.14556) 988 : cluster [DBG] pgmap v852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:13:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:41.937842+0000 mgr.y (mgr.14556) 989 : cluster [DBG] pgmap v853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:41.937842+0000 mgr.y (mgr.14556) 989 : cluster [DBG] pgmap v853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:41.937842+0000 mgr.y (mgr.14556) 989 : cluster [DBG] pgmap v853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:13:43] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T07:13:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:43.938321+0000 mgr.y (mgr.14556) 990 : cluster [DBG] pgmap v854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:43.938321+0000 mgr.y (mgr.14556) 990 : cluster [DBG] pgmap v854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:43.938321+0000 mgr.y (mgr.14556) 990 : cluster [DBG] pgmap v854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:45.938971+0000 mgr.y (mgr.14556) 991 : cluster [DBG] pgmap v855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:45.938971+0000 mgr.y (mgr.14556) 991 : cluster [DBG] pgmap v855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:45.938971+0000 mgr.y (mgr.14556) 991 : cluster [DBG] pgmap v855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:47.939551+0000 mgr.y (mgr.14556) 992 : cluster [DBG] pgmap v856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:47.939551+0000 mgr.y (mgr.14556) 992 : cluster [DBG] pgmap v856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:47.939551+0000 mgr.y (mgr.14556) 992 : cluster [DBG] pgmap v856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:49.940091+0000 mgr.y (mgr.14556) 993 : cluster [DBG] pgmap v857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:49.940091+0000 mgr.y (mgr.14556) 993 : cluster [DBG] pgmap v857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:49.940091+0000 mgr.y (mgr.14556) 993 : cluster [DBG] pgmap v857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:13:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:51.940991+0000 mgr.y (mgr.14556) 994 : cluster [DBG] pgmap v858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:51.940991+0000 mgr.y (mgr.14556) 994 : cluster [DBG] pgmap v858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:51.940991+0000 mgr.y (mgr.14556) 994 : cluster [DBG] pgmap v858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:13:53] "GET /metrics HTTP/1.1" 200 188262 "" "Prometheus/2.33.4" 2024-03-22T07:13:55.313 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:13:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:53.941426+0000 mgr.y (mgr.14556) 995 : cluster [DBG] pgmap v859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:53.941426+0000 mgr.y (mgr.14556) 995 : cluster [DBG] pgmap v859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:53.941426+0000 mgr.y (mgr.14556) 995 : cluster [DBG] pgmap v859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:55.600 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:13:55.600 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (26m) 5m ago 27m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:13:55.600 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (27m) 5m ago 27m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:13:55.600 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (28m) 5m ago 28m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:13:55.600 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (28m) 5m ago 28m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:13:55.600 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (32m) 5m ago 32m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (33m) 5m ago 33m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (34m) 5m ago 34m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (32m) 5m ago 32m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (32m) 5m ago 32m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (28m) 5m ago 27m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (27m) 5m ago 27m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (31m) 5m ago 31m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (31m) 5m ago 31m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (31m) 5m ago 31m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (30m) 5m ago 30m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (30m) 5m ago 30m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (29m) 5m ago 29m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (29m) 5m ago 29m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (29m) 5m ago 28m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:13:55.601 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (26m) 5m ago 28m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:13:55.949 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:13:55.949 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:13:55.949 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:13:55.949 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:13:55.949 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:13:55.949 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:13:55.949 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:13:55.949 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:13:55.949 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:13:55.949 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:13:55.950 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:13:55.950 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:13:55.950 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:13:55.950 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:13:55.950 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:13:55.950 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:13:55.950 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:13:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:13:55.301534+0000 mgr.y (mgr.14556) 996 : audit [DBG] from='client.25733 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:13:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:13:55.592926+0000 mgr.y (mgr.14556) 997 : audit [DBG] from='client.15825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:13:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:13:55.949639+0000 mon.c (mon.2) 63 : audit [DBG] from='client.? 172.21.15.23:0/3761964137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:13:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:13:55.301534+0000 mgr.y (mgr.14556) 996 : audit [DBG] from='client.25733 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:13:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:13:55.592926+0000 mgr.y (mgr.14556) 997 : audit [DBG] from='client.15825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:13:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:13:55.949639+0000 mon.c (mon.2) 63 : audit [DBG] from='client.? 172.21.15.23:0/3761964137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:13:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:13:55.301534+0000 mgr.y (mgr.14556) 996 : audit [DBG] from='client.25733 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:13:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:13:55.592926+0000 mgr.y (mgr.14556) 997 : audit [DBG] from='client.15825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:13:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:13:55.949639+0000 mon.c (mon.2) 63 : audit [DBG] from='client.? 172.21.15.23:0/3761964137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:13:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:55.941954+0000 mgr.y (mgr.14556) 998 : cluster [DBG] pgmap v860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:55.941954+0000 mgr.y (mgr.14556) 998 : cluster [DBG] pgmap v860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:55.941954+0000 mgr.y (mgr.14556) 998 : cluster [DBG] pgmap v860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:13:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:57.942361+0000 mgr.y (mgr.14556) 999 : cluster [DBG] pgmap v861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:57.942361+0000 mgr.y (mgr.14556) 999 : cluster [DBG] pgmap v861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:13:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:57.942361+0000 mgr.y (mgr.14556) 999 : cluster [DBG] pgmap v861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:13:59.942848+0000 mgr.y (mgr.14556) 1000 : cluster [DBG] pgmap v862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:01.466 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:13:59.942848+0000 mgr.y (mgr.14556) 1000 : cluster [DBG] pgmap v862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:01.467 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:13:59.942848+0000 mgr.y (mgr.14556) 1000 : cluster [DBG] pgmap v862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:14:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:01.943726+0000 mgr.y (mgr.14556) 1001 : cluster [DBG] pgmap v863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:01.943726+0000 mgr.y (mgr.14556) 1001 : cluster [DBG] pgmap v863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:01.943726+0000 mgr.y (mgr.14556) 1001 : cluster [DBG] pgmap v863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:14:03] "GET /metrics HTTP/1.1" 200 188262 "" "Prometheus/2.33.4" 2024-03-22T07:14:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:03.944214+0000 mgr.y (mgr.14556) 1002 : cluster [DBG] pgmap v864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:03.944214+0000 mgr.y (mgr.14556) 1002 : cluster [DBG] pgmap v864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:03.944214+0000 mgr.y (mgr.14556) 1002 : cluster [DBG] pgmap v864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:05.944942+0000 mgr.y (mgr.14556) 1003 : cluster [DBG] pgmap v865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:05.944942+0000 mgr.y (mgr.14556) 1003 : cluster [DBG] pgmap v865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:05.944942+0000 mgr.y (mgr.14556) 1003 : cluster [DBG] pgmap v865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:07.945539+0000 mgr.y (mgr.14556) 1004 : cluster [DBG] pgmap v866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:07.945539+0000 mgr.y (mgr.14556) 1004 : cluster [DBG] pgmap v866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:07.945539+0000 mgr.y (mgr.14556) 1004 : cluster [DBG] pgmap v866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:09.945935+0000 mgr.y (mgr.14556) 1005 : cluster [DBG] pgmap v867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:09.945935+0000 mgr.y (mgr.14556) 1005 : cluster [DBG] pgmap v867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:09.945935+0000 mgr.y (mgr.14556) 1005 : cluster [DBG] pgmap v867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:14:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:11.946566+0000 mgr.y (mgr.14556) 1006 : cluster [DBG] pgmap v868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:11.946566+0000 mgr.y (mgr.14556) 1006 : cluster [DBG] pgmap v868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:11.946566+0000 mgr.y (mgr.14556) 1006 : cluster [DBG] pgmap v868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:14:13] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T07:14:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:13.947126+0000 mgr.y (mgr.14556) 1007 : cluster [DBG] pgmap v869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:13.947126+0000 mgr.y (mgr.14556) 1007 : cluster [DBG] pgmap v869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:13.947126+0000 mgr.y (mgr.14556) 1007 : cluster [DBG] pgmap v869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:17.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:15.947915+0000 mgr.y (mgr.14556) 1008 : cluster [DBG] pgmap v870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:17.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:14:16.961840+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:14:17.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:15.947915+0000 mgr.y (mgr.14556) 1008 : cluster [DBG] pgmap v870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:17.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:14:16.961840+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:14:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:15.947915+0000 mgr.y (mgr.14556) 1008 : cluster [DBG] pgmap v870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:14:16.961840+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:14:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:17.948282+0000 mgr.y (mgr.14556) 1009 : cluster [DBG] pgmap v871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:17.948282+0000 mgr.y (mgr.14556) 1009 : cluster [DBG] pgmap v871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:17.948282+0000 mgr.y (mgr.14556) 1009 : cluster [DBG] pgmap v871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:14:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:19.948566+0000 mgr.y (mgr.14556) 1010 : cluster [DBG] pgmap v872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:14:20.695040+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:14:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:14:20.988024+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:14:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:14:20.988701+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:14:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:14:20.996602+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:14:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:19.948566+0000 mgr.y (mgr.14556) 1010 : cluster [DBG] pgmap v872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:14:20.695040+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:14:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:14:20.988024+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:14:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:14:20.988701+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:14:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:14:20.996602+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:14:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:19.948566+0000 mgr.y (mgr.14556) 1010 : cluster [DBG] pgmap v872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:14:20.695040+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:14:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:14:20.988024+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:14:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:14:20.988701+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:14:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:14:20.996602+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:14:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:21.949145+0000 mgr.y (mgr.14556) 1011 : cluster [DBG] pgmap v873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:14:23] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T07:14:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:21.949145+0000 mgr.y (mgr.14556) 1011 : cluster [DBG] pgmap v873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:21.949145+0000 mgr.y (mgr.14556) 1011 : cluster [DBG] pgmap v873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:23.949591+0000 mgr.y (mgr.14556) 1012 : cluster [DBG] pgmap v874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:23.949591+0000 mgr.y (mgr.14556) 1012 : cluster [DBG] pgmap v874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:23.949591+0000 mgr.y (mgr.14556) 1012 : cluster [DBG] pgmap v874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:26.274 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:14:26.569 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:14:26.569 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (27m) 6m ago 28m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:14:26.569 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (27m) 6m ago 27m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:14:26.569 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (29m) 6m ago 29m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:14:26.569 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (29m) 6m ago 29m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:14:26.569 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (32m) 6m ago 32m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:14:26.569 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (34m) 6m ago 34m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:14:26.569 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (34m) 6m ago 34m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:14:26.569 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (33m) 6m ago 33m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:14:26.569 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (33m) 6m ago 33m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:14:26.569 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (28m) 6m ago 28m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:14:26.570 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (28m) 6m ago 28m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:14:26.570 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (32m) 6m ago 32m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:14:26.570 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (32m) 6m ago 32m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:14:26.570 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (31m) 6m ago 31m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:14:26.570 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (31m) 6m ago 31m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:14:26.570 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (30m) 6m ago 30m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:14:26.570 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (30m) 6m ago 30m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:14:26.570 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (29m) 6m ago 29m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:14:26.570 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (29m) 6m ago 29m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:14:26.570 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (27m) 6m ago 28m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:14:26.918 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:14:26.919 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:14:26.920 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:14:26.920 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:14:26.920 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:14:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:25.950270+0000 mgr.y (mgr.14556) 1013 : cluster [DBG] pgmap v875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:14:26.263214+0000 mgr.y (mgr.14556) 1014 : audit [DBG] from='client.15837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:14:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:14:26.561712+0000 mgr.y (mgr.14556) 1015 : audit [DBG] from='client.25757 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:14:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:14:26.919380+0000 mon.a (mon.0) 968 : audit [DBG] from='client.? 172.21.15.23:0/3788625131' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:14:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:25.950270+0000 mgr.y (mgr.14556) 1013 : cluster [DBG] pgmap v875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:14:26.263214+0000 mgr.y (mgr.14556) 1014 : audit [DBG] from='client.15837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:14:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:14:26.561712+0000 mgr.y (mgr.14556) 1015 : audit [DBG] from='client.25757 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:14:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:14:26.919380+0000 mon.a (mon.0) 968 : audit [DBG] from='client.? 172.21.15.23:0/3788625131' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:14:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:25.950270+0000 mgr.y (mgr.14556) 1013 : cluster [DBG] pgmap v875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:14:26.263214+0000 mgr.y (mgr.14556) 1014 : audit [DBG] from='client.15837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:14:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:14:26.561712+0000 mgr.y (mgr.14556) 1015 : audit [DBG] from='client.25757 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:14:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:14:26.919380+0000 mon.a (mon.0) 968 : audit [DBG] from='client.? 172.21.15.23:0/3788625131' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:14:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:27.950659+0000 mgr.y (mgr.14556) 1016 : cluster [DBG] pgmap v876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:27.950659+0000 mgr.y (mgr.14556) 1016 : cluster [DBG] pgmap v876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:27.950659+0000 mgr.y (mgr.14556) 1016 : cluster [DBG] pgmap v876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:29.951019+0000 mgr.y (mgr.14556) 1017 : cluster [DBG] pgmap v877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:14:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:29.951019+0000 mgr.y (mgr.14556) 1017 : cluster [DBG] pgmap v877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:29.951019+0000 mgr.y (mgr.14556) 1017 : cluster [DBG] pgmap v877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:14:33] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T07:14:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:31.951649+0000 mgr.y (mgr.14556) 1018 : cluster [DBG] pgmap v878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:31.951649+0000 mgr.y (mgr.14556) 1018 : cluster [DBG] pgmap v878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:31.951649+0000 mgr.y (mgr.14556) 1018 : cluster [DBG] pgmap v878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:33.952186+0000 mgr.y (mgr.14556) 1019 : cluster [DBG] pgmap v879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:36.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:33.952186+0000 mgr.y (mgr.14556) 1019 : cluster [DBG] pgmap v879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:33.952186+0000 mgr.y (mgr.14556) 1019 : cluster [DBG] pgmap v879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:35.952854+0000 mgr.y (mgr.14556) 1020 : cluster [DBG] pgmap v880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:35.952854+0000 mgr.y (mgr.14556) 1020 : cluster [DBG] pgmap v880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:35.952854+0000 mgr.y (mgr.14556) 1020 : cluster [DBG] pgmap v880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:37.953301+0000 mgr.y (mgr.14556) 1021 : cluster [DBG] pgmap v881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:37.953301+0000 mgr.y (mgr.14556) 1021 : cluster [DBG] pgmap v881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:37.953301+0000 mgr.y (mgr.14556) 1021 : cluster [DBG] pgmap v881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:41.812 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:14:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:39.953693+0000 mgr.y (mgr.14556) 1022 : cluster [DBG] pgmap v882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:39.953693+0000 mgr.y (mgr.14556) 1022 : cluster [DBG] pgmap v882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:39.953693+0000 mgr.y (mgr.14556) 1022 : cluster [DBG] pgmap v882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:14:43] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:14:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:41.954309+0000 mgr.y (mgr.14556) 1023 : cluster [DBG] pgmap v883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:41.954309+0000 mgr.y (mgr.14556) 1023 : cluster [DBG] pgmap v883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:41.954309+0000 mgr.y (mgr.14556) 1023 : cluster [DBG] pgmap v883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:43.954655+0000 mgr.y (mgr.14556) 1024 : cluster [DBG] pgmap v884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:43.954655+0000 mgr.y (mgr.14556) 1024 : cluster [DBG] pgmap v884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:43.954655+0000 mgr.y (mgr.14556) 1024 : cluster [DBG] pgmap v884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:45.955501+0000 mgr.y (mgr.14556) 1025 : cluster [DBG] pgmap v885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:45.955501+0000 mgr.y (mgr.14556) 1025 : cluster [DBG] pgmap v885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:45.955501+0000 mgr.y (mgr.14556) 1025 : cluster [DBG] pgmap v885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:47.956049+0000 mgr.y (mgr.14556) 1026 : cluster [DBG] pgmap v886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:47.956049+0000 mgr.y (mgr.14556) 1026 : cluster [DBG] pgmap v886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:47.956049+0000 mgr.y (mgr.14556) 1026 : cluster [DBG] pgmap v886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:51.848 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:14:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:49.956483+0000 mgr.y (mgr.14556) 1027 : cluster [DBG] pgmap v887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:49.956483+0000 mgr.y (mgr.14556) 1027 : cluster [DBG] pgmap v887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:49.956483+0000 mgr.y (mgr.14556) 1027 : cluster [DBG] pgmap v887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:14:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:14:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:51.957176+0000 mgr.y (mgr.14556) 1028 : cluster [DBG] pgmap v888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:51.957176+0000 mgr.y (mgr.14556) 1028 : cluster [DBG] pgmap v888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:51.957176+0000 mgr.y (mgr.14556) 1028 : cluster [DBG] pgmap v888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:53.957748+0000 mgr.y (mgr.14556) 1029 : cluster [DBG] pgmap v889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:53.957748+0000 mgr.y (mgr.14556) 1029 : cluster [DBG] pgmap v889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:53.957748+0000 mgr.y (mgr.14556) 1029 : cluster [DBG] pgmap v889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:57.247 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:14:57.536 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:14:57.536 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (27m) 6m ago 28m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:14:57.536 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (28m) 6m ago 28m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:14:57.536 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (29m) 6m ago 29m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:14:57.536 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (29m) 6m ago 29m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:14:57.536 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (33m) 6m ago 33m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:14:57.536 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (35m) 6m ago 35m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:14:57.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (35m) 6m ago 35m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (33m) 6m ago 33m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (33m) 6m ago 33m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (29m) 6m ago 29m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (28m) 6m ago 28m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (32m) 6m ago 32m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (32m) 6m ago 32m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (32m) 6m ago 32m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (31m) 6m ago 31m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (31m) 6m ago 31m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (30m) 6m ago 30m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (30m) 6m ago 30m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (30m) 6m ago 30m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:14:57.537 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (27m) 6m ago 29m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:14:57.890 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:14:57.890 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:14:57.890 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:14:57.891 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:14:57.891 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:14:57.891 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:14:57.891 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:14:57.891 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:14:57.891 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:14:57.892 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:14:57.892 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:14:57.892 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:14:57.892 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:14:57.892 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:14:57.892 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:14:57.893 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:14:57.893 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:14:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:55.958427+0000 mgr.y (mgr.14556) 1030 : cluster [DBG] pgmap v890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:55.958427+0000 mgr.y (mgr.14556) 1030 : cluster [DBG] pgmap v890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:55.958427+0000 mgr.y (mgr.14556) 1030 : cluster [DBG] pgmap v890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:14:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:14:57.235685+0000 mgr.y (mgr.14556) 1031 : audit [DBG] from='client.25769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:14:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:14:57.528800+0000 mgr.y (mgr.14556) 1032 : audit [DBG] from='client.25775 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:14:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:14:57.888203+0000 mon.a (mon.0) 969 : audit [DBG] from='client.? 172.21.15.23:0/359057224' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:14:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:14:57.235685+0000 mgr.y (mgr.14556) 1031 : audit [DBG] from='client.25769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:14:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:14:57.528800+0000 mgr.y (mgr.14556) 1032 : audit [DBG] from='client.25775 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:14:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:14:57.888203+0000 mon.a (mon.0) 969 : audit [DBG] from='client.? 172.21.15.23:0/359057224' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:14:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:14:57.235685+0000 mgr.y (mgr.14556) 1031 : audit [DBG] from='client.25769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:14:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:14:57.528800+0000 mgr.y (mgr.14556) 1032 : audit [DBG] from='client.25775 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:14:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:14:57.888203+0000 mon.a (mon.0) 969 : audit [DBG] from='client.? 172.21.15.23:0/359057224' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:15:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:57.958719+0000 mgr.y (mgr.14556) 1033 : cluster [DBG] pgmap v891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:57.958719+0000 mgr.y (mgr.14556) 1033 : cluster [DBG] pgmap v891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:14:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:57.958719+0000 mgr.y (mgr.14556) 1033 : cluster [DBG] pgmap v891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:01.883 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:15:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:14:59.959127+0000 mgr.y (mgr.14556) 1034 : cluster [DBG] pgmap v892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:14:59.959127+0000 mgr.y (mgr.14556) 1034 : cluster [DBG] pgmap v892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:14:59.959127+0000 mgr.y (mgr.14556) 1034 : cluster [DBG] pgmap v892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:15:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:15:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:01.959779+0000 mgr.y (mgr.14556) 1035 : cluster [DBG] pgmap v893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:01.959779+0000 mgr.y (mgr.14556) 1035 : cluster [DBG] pgmap v893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:01.959779+0000 mgr.y (mgr.14556) 1035 : cluster [DBG] pgmap v893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:03.960269+0000 mgr.y (mgr.14556) 1036 : cluster [DBG] pgmap v894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:03.960269+0000 mgr.y (mgr.14556) 1036 : cluster [DBG] pgmap v894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:03.960269+0000 mgr.y (mgr.14556) 1036 : cluster [DBG] pgmap v894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:05.961024+0000 mgr.y (mgr.14556) 1037 : cluster [DBG] pgmap v895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:05.961024+0000 mgr.y (mgr.14556) 1037 : cluster [DBG] pgmap v895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:05.961024+0000 mgr.y (mgr.14556) 1037 : cluster [DBG] pgmap v895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:07.961535+0000 mgr.y (mgr.14556) 1038 : cluster [DBG] pgmap v896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:07.961535+0000 mgr.y (mgr.14556) 1038 : cluster [DBG] pgmap v896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:07.961535+0000 mgr.y (mgr.14556) 1038 : cluster [DBG] pgmap v896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:15:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:09.962008+0000 mgr.y (mgr.14556) 1039 : cluster [DBG] pgmap v897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:09.962008+0000 mgr.y (mgr.14556) 1039 : cluster [DBG] pgmap v897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:09.962008+0000 mgr.y (mgr.14556) 1039 : cluster [DBG] pgmap v897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:11.962835+0000 mgr.y (mgr.14556) 1040 : cluster [DBG] pgmap v898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:11.962835+0000 mgr.y (mgr.14556) 1040 : cluster [DBG] pgmap v898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:11.962835+0000 mgr.y (mgr.14556) 1040 : cluster [DBG] pgmap v898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:15:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:15:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:13.963215+0000 mgr.y (mgr.14556) 1041 : cluster [DBG] pgmap v899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:13.963215+0000 mgr.y (mgr.14556) 1041 : cluster [DBG] pgmap v899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:13.963215+0000 mgr.y (mgr.14556) 1041 : cluster [DBG] pgmap v899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:15.963970+0000 mgr.y (mgr.14556) 1042 : cluster [DBG] pgmap v900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:15.963970+0000 mgr.y (mgr.14556) 1042 : cluster [DBG] pgmap v900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:15.963970+0000 mgr.y (mgr.14556) 1042 : cluster [DBG] pgmap v900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:17.964390+0000 mgr.y (mgr.14556) 1043 : cluster [DBG] pgmap v901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:17.964390+0000 mgr.y (mgr.14556) 1043 : cluster [DBG] pgmap v901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:17.964390+0000 mgr.y (mgr.14556) 1043 : cluster [DBG] pgmap v901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:19.964915+0000 mgr.y (mgr.14556) 1044 : cluster [DBG] pgmap v902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:15:21.000938+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:15:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:19.964915+0000 mgr.y (mgr.14556) 1044 : cluster [DBG] pgmap v902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:15:21.000938+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:15:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:19.964915+0000 mgr.y (mgr.14556) 1044 : cluster [DBG] pgmap v902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:15:21.000938+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:15:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:15:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:21.965593+0000 mgr.y (mgr.14556) 1045 : cluster [DBG] pgmap v903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:21.965593+0000 mgr.y (mgr.14556) 1045 : cluster [DBG] pgmap v903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:21.965593+0000 mgr.y (mgr.14556) 1045 : cluster [DBG] pgmap v903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:15:23] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T07:15:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:23.966125+0000 mgr.y (mgr.14556) 1046 : cluster [DBG] pgmap v904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:15:24.438845+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:15:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:15:24.733564+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:15:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:15:24.734575+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:15:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:15:24.744453+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:15:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:23.966125+0000 mgr.y (mgr.14556) 1046 : cluster [DBG] pgmap v904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:15:24.438845+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:15:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:15:24.733564+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:15:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:15:24.734575+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:15:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:15:24.744453+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:15:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:23.966125+0000 mgr.y (mgr.14556) 1046 : cluster [DBG] pgmap v904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:15:24.438845+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:15:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:15:24.733564+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:15:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:15:24.734575+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:15:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:15:24.744453+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:15:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:25.966942+0000 mgr.y (mgr.14556) 1047 : cluster [DBG] pgmap v905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:25.966942+0000 mgr.y (mgr.14556) 1047 : cluster [DBG] pgmap v905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:25.966942+0000 mgr.y (mgr.14556) 1047 : cluster [DBG] pgmap v905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:28.212 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (28m) 7m ago 29m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (29m) 7m ago 29m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (30m) 7m ago 30m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (30m) 7m ago 30m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (33m) 7m ago 33m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (35m) 7m ago 35m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (35m) 7m ago 35m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (34m) 7m ago 34m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (34m) 7m ago 34m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (29m) 7m ago 29m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (29m) 7m ago 29m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:15:28.500 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (33m) 7m ago 33m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:15:28.501 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (33m) 7m ago 33m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:15:28.501 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (32m) 7m ago 32m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:15:28.501 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (32m) 7m ago 32m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:15:28.501 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (31m) 7m ago 31m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:15:28.501 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (31m) 7m ago 31m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:15:28.501 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (31m) 7m ago 30m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:15:28.501 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (30m) 7m ago 30m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:15:28.501 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (28m) 7m ago 29m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:15:28.852 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:15:28.852 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:15:28.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:15:28.852 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:15:28.852 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:15:28.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:15:28.852 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:15:28.852 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:15:28.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:15:28.853 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:15:28.853 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:15:28.853 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:15:28.853 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:15:28.853 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:15:28.853 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:15:28.853 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:15:28.853 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:15:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:27.967297+0000 mgr.y (mgr.14556) 1048 : cluster [DBG] pgmap v906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:15:28.201399+0000 mgr.y (mgr.14556) 1049 : audit [DBG] from='client.25787 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:15:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:15:28.492541+0000 mgr.y (mgr.14556) 1050 : audit [DBG] from='client.25793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:15:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:15:28.852534+0000 mon.c (mon.2) 64 : audit [DBG] from='client.? 172.21.15.23:0/958283353' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:15:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:27.967297+0000 mgr.y (mgr.14556) 1048 : cluster [DBG] pgmap v906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:15:28.201399+0000 mgr.y (mgr.14556) 1049 : audit [DBG] from='client.25787 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:15:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:15:28.492541+0000 mgr.y (mgr.14556) 1050 : audit [DBG] from='client.25793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:15:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:15:28.852534+0000 mon.c (mon.2) 64 : audit [DBG] from='client.? 172.21.15.23:0/958283353' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:15:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:27.967297+0000 mgr.y (mgr.14556) 1048 : cluster [DBG] pgmap v906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:15:28.201399+0000 mgr.y (mgr.14556) 1049 : audit [DBG] from='client.25787 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:15:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:15:28.492541+0000 mgr.y (mgr.14556) 1050 : audit [DBG] from='client.25793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:15:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:15:28.852534+0000 mon.c (mon.2) 64 : audit [DBG] from='client.? 172.21.15.23:0/958283353' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:15:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:29.967742+0000 mgr.y (mgr.14556) 1051 : cluster [DBG] pgmap v907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:29.967742+0000 mgr.y (mgr.14556) 1051 : cluster [DBG] pgmap v907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:29.967742+0000 mgr.y (mgr.14556) 1051 : cluster [DBG] pgmap v907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:15:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:31.968451+0000 mgr.y (mgr.14556) 1052 : cluster [DBG] pgmap v908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:31.968451+0000 mgr.y (mgr.14556) 1052 : cluster [DBG] pgmap v908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:31.968451+0000 mgr.y (mgr.14556) 1052 : cluster [DBG] pgmap v908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:15:33] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T07:15:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:33.968880+0000 mgr.y (mgr.14556) 1053 : cluster [DBG] pgmap v909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:33.968880+0000 mgr.y (mgr.14556) 1053 : cluster [DBG] pgmap v909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:33.968880+0000 mgr.y (mgr.14556) 1053 : cluster [DBG] pgmap v909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:35.969567+0000 mgr.y (mgr.14556) 1054 : cluster [DBG] pgmap v910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:35.969567+0000 mgr.y (mgr.14556) 1054 : cluster [DBG] pgmap v910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:35.969567+0000 mgr.y (mgr.14556) 1054 : cluster [DBG] pgmap v910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:37.969948+0000 mgr.y (mgr.14556) 1055 : cluster [DBG] pgmap v911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:37.969948+0000 mgr.y (mgr.14556) 1055 : cluster [DBG] pgmap v911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:37.969948+0000 mgr.y (mgr.14556) 1055 : cluster [DBG] pgmap v911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:39.970343+0000 mgr.y (mgr.14556) 1056 : cluster [DBG] pgmap v912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:39.970343+0000 mgr.y (mgr.14556) 1056 : cluster [DBG] pgmap v912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:39.970343+0000 mgr.y (mgr.14556) 1056 : cluster [DBG] pgmap v912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:15:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:41.971005+0000 mgr.y (mgr.14556) 1057 : cluster [DBG] pgmap v913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:41.971005+0000 mgr.y (mgr.14556) 1057 : cluster [DBG] pgmap v913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:41.971005+0000 mgr.y (mgr.14556) 1057 : cluster [DBG] pgmap v913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:15:43] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:15:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:43.971400+0000 mgr.y (mgr.14556) 1058 : cluster [DBG] pgmap v914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:43.971400+0000 mgr.y (mgr.14556) 1058 : cluster [DBG] pgmap v914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:43.971400+0000 mgr.y (mgr.14556) 1058 : cluster [DBG] pgmap v914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:45.971990+0000 mgr.y (mgr.14556) 1059 : cluster [DBG] pgmap v915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:45.971990+0000 mgr.y (mgr.14556) 1059 : cluster [DBG] pgmap v915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:45.971990+0000 mgr.y (mgr.14556) 1059 : cluster [DBG] pgmap v915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:47.972498+0000 mgr.y (mgr.14556) 1060 : cluster [DBG] pgmap v916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:47.972498+0000 mgr.y (mgr.14556) 1060 : cluster [DBG] pgmap v916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:47.972498+0000 mgr.y (mgr.14556) 1060 : cluster [DBG] pgmap v916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:49.972864+0000 mgr.y (mgr.14556) 1061 : cluster [DBG] pgmap v917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:15:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:49.972864+0000 mgr.y (mgr.14556) 1061 : cluster [DBG] pgmap v917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:49.972864+0000 mgr.y (mgr.14556) 1061 : cluster [DBG] pgmap v917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:15:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:15:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:51.973440+0000 mgr.y (mgr.14556) 1062 : cluster [DBG] pgmap v918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:51.973440+0000 mgr.y (mgr.14556) 1062 : cluster [DBG] pgmap v918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:51.973440+0000 mgr.y (mgr.14556) 1062 : cluster [DBG] pgmap v918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:53.973769+0000 mgr.y (mgr.14556) 1063 : cluster [DBG] pgmap v919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:53.973769+0000 mgr.y (mgr.14556) 1063 : cluster [DBG] pgmap v919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:53.973769+0000 mgr.y (mgr.14556) 1063 : cluster [DBG] pgmap v919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:55.974393+0000 mgr.y (mgr.14556) 1064 : cluster [DBG] pgmap v920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:55.974393+0000 mgr.y (mgr.14556) 1064 : cluster [DBG] pgmap v920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:55.974393+0000 mgr.y (mgr.14556) 1064 : cluster [DBG] pgmap v920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:15:59.175 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:15:59.462 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:15:59.462 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (28m) 7m ago 29m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:15:59.462 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (29m) 7m ago 29m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:15:59.462 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (30m) 7m ago 30m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:15:59.462 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (30m) 7m ago 30m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:15:59.462 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (34m) 7m ago 34m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (36m) 7m ago 36m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (36m) 7m ago 36m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (34m) 7m ago 34m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (34m) 7m ago 34m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (30m) 7m ago 30m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (29m) 7m ago 29m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (34m) 7m ago 34m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (33m) 7m ago 33m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (33m) 7m ago 33m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (32m) 7m ago 32m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (32m) 7m ago 32m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (31m) 7m ago 31m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:15:59.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (31m) 7m ago 31m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:15:59.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (31m) 7m ago 31m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:15:59.464 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (28m) 7m ago 30m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:15:59.809 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:15:59.810 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:15:59.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:15:59.810 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:15:59.810 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:15:59.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:15:59.810 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:15:59.810 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:15:59.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:15:59.810 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:15:59.810 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:15:59.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:15:59.810 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:15:59.811 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:15:59.811 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:15:59.811 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:15:59.811 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:16:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:57.974953+0000 mgr.y (mgr.14556) 1065 : cluster [DBG] pgmap v921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:57.974953+0000 mgr.y (mgr.14556) 1065 : cluster [DBG] pgmap v921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:15:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:57.974953+0000 mgr.y (mgr.14556) 1065 : cluster [DBG] pgmap v921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:15:59.164190+0000 mgr.y (mgr.14556) 1066 : audit [DBG] from='client.15891 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:16:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:15:59.454742+0000 mgr.y (mgr.14556) 1067 : audit [DBG] from='client.15897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:16:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:15:59.810469+0000 mon.c (mon.2) 65 : audit [DBG] from='client.? 172.21.15.23:0/908734355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:16:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:15:59.164190+0000 mgr.y (mgr.14556) 1066 : audit [DBG] from='client.15891 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:16:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:15:59.454742+0000 mgr.y (mgr.14556) 1067 : audit [DBG] from='client.15897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:16:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:15:59.810469+0000 mon.c (mon.2) 65 : audit [DBG] from='client.? 172.21.15.23:0/908734355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:16:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:15:59.164190+0000 mgr.y (mgr.14556) 1066 : audit [DBG] from='client.15891 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:16:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:15:59.454742+0000 mgr.y (mgr.14556) 1067 : audit [DBG] from='client.15897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:16:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:15:59.810469+0000 mon.c (mon.2) 65 : audit [DBG] from='client.? 172.21.15.23:0/908734355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:16:01.835 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:16:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:15:59.975295+0000 mgr.y (mgr.14556) 1068 : cluster [DBG] pgmap v922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:15:59.975295+0000 mgr.y (mgr.14556) 1068 : cluster [DBG] pgmap v922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:15:59.975295+0000 mgr.y (mgr.14556) 1068 : cluster [DBG] pgmap v922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:16:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:16:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:01.975916+0000 mgr.y (mgr.14556) 1069 : cluster [DBG] pgmap v923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:01.975916+0000 mgr.y (mgr.14556) 1069 : cluster [DBG] pgmap v923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:01.975916+0000 mgr.y (mgr.14556) 1069 : cluster [DBG] pgmap v923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:03.976516+0000 mgr.y (mgr.14556) 1070 : cluster [DBG] pgmap v924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:03.976516+0000 mgr.y (mgr.14556) 1070 : cluster [DBG] pgmap v924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:03.976516+0000 mgr.y (mgr.14556) 1070 : cluster [DBG] pgmap v924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:05.977267+0000 mgr.y (mgr.14556) 1071 : cluster [DBG] pgmap v925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:05.977267+0000 mgr.y (mgr.14556) 1071 : cluster [DBG] pgmap v925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:05.977267+0000 mgr.y (mgr.14556) 1071 : cluster [DBG] pgmap v925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:07.977679+0000 mgr.y (mgr.14556) 1072 : cluster [DBG] pgmap v926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:07.977679+0000 mgr.y (mgr.14556) 1072 : cluster [DBG] pgmap v926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:07.977679+0000 mgr.y (mgr.14556) 1072 : cluster [DBG] pgmap v926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:11.890 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:16:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:09.978092+0000 mgr.y (mgr.14556) 1073 : cluster [DBG] pgmap v927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:09.978092+0000 mgr.y (mgr.14556) 1073 : cluster [DBG] pgmap v927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:09.978092+0000 mgr.y (mgr.14556) 1073 : cluster [DBG] pgmap v927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:11.978865+0000 mgr.y (mgr.14556) 1074 : cluster [DBG] pgmap v928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:16:13] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T07:16:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:11.978865+0000 mgr.y (mgr.14556) 1074 : cluster [DBG] pgmap v928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:11.978865+0000 mgr.y (mgr.14556) 1074 : cluster [DBG] pgmap v928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:13.979313+0000 mgr.y (mgr.14556) 1075 : cluster [DBG] pgmap v929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:13.979313+0000 mgr.y (mgr.14556) 1075 : cluster [DBG] pgmap v929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:13.979313+0000 mgr.y (mgr.14556) 1075 : cluster [DBG] pgmap v929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:15.980105+0000 mgr.y (mgr.14556) 1076 : cluster [DBG] pgmap v930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:15.980105+0000 mgr.y (mgr.14556) 1076 : cluster [DBG] pgmap v930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:15.980105+0000 mgr.y (mgr.14556) 1076 : cluster [DBG] pgmap v930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:17.980491+0000 mgr.y (mgr.14556) 1077 : cluster [DBG] pgmap v931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:17.980491+0000 mgr.y (mgr.14556) 1077 : cluster [DBG] pgmap v931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:17.980491+0000 mgr.y (mgr.14556) 1077 : cluster [DBG] pgmap v931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:16:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:19.980917+0000 mgr.y (mgr.14556) 1078 : cluster [DBG] pgmap v932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:19.980917+0000 mgr.y (mgr.14556) 1078 : cluster [DBG] pgmap v932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:19.980917+0000 mgr.y (mgr.14556) 1078 : cluster [DBG] pgmap v932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:21.981696+0000 mgr.y (mgr.14556) 1079 : cluster [DBG] pgmap v933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:16:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:16:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:21.981696+0000 mgr.y (mgr.14556) 1079 : cluster [DBG] pgmap v933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:21.981696+0000 mgr.y (mgr.14556) 1079 : cluster [DBG] pgmap v933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:25.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:16:24.750198+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:16:25.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:16:24.750198+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:16:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:16:24.750198+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:16:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:23.982262+0000 mgr.y (mgr.14556) 1080 : cluster [DBG] pgmap v934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:16:25.063325+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:16:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:16:25.063982+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:16:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:16:25.069993+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:16:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:23.982262+0000 mgr.y (mgr.14556) 1080 : cluster [DBG] pgmap v934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:16:25.063325+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:16:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:16:25.063982+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:16:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:16:25.069993+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:16:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:23.982262+0000 mgr.y (mgr.14556) 1080 : cluster [DBG] pgmap v934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:16:25.063325+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:16:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:16:25.063982+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:16:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:16:25.069993+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:16:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:25.983123+0000 mgr.y (mgr.14556) 1081 : cluster [DBG] pgmap v935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:25.983123+0000 mgr.y (mgr.14556) 1081 : cluster [DBG] pgmap v935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:25.983123+0000 mgr.y (mgr.14556) 1081 : cluster [DBG] pgmap v935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:27.983579+0000 mgr.y (mgr.14556) 1082 : cluster [DBG] pgmap v936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:27.983579+0000 mgr.y (mgr.14556) 1082 : cluster [DBG] pgmap v936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:27.983579+0000 mgr.y (mgr.14556) 1082 : cluster [DBG] pgmap v936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:30.138 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:16:30.427 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:16:30.427 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (29m) 8m ago 30m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:16:30.427 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (30m) 8m ago 30m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:16:30.427 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (31m) 8m ago 31m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:16:30.427 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (31m) 8m ago 31m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:16:30.427 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (34m) 8m ago 34m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:16:30.428 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (36m) 8m ago 36m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:16:30.428 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (36m) 8m ago 36m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:16:30.428 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (35m) 8m ago 35m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:16:30.428 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (35m) 8m ago 35m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:16:30.428 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (30m) 8m ago 30m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:16:30.428 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (30m) 8m ago 30m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:16:30.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (34m) 8m ago 34m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:16:30.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (34m) 8m ago 34m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:16:30.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (33m) 8m ago 33m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:16:30.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (33m) 8m ago 33m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:16:30.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (32m) 8m ago 32m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:16:30.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (32m) 8m ago 32m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:16:30.429 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (32m) 8m ago 32m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:16:30.429 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (31m) 8m ago 31m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:16:30.429 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (29m) 8m ago 30m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:16:30.776 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:16:30.776 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:16:30.776 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:16:30.777 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:16:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:29.983958+0000 mgr.y (mgr.14556) 1083 : cluster [DBG] pgmap v937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:16:30.126722+0000 mgr.y (mgr.14556) 1084 : audit [DBG] from='client.15909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:16:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:16:30.419711+0000 mgr.y (mgr.14556) 1085 : audit [DBG] from='client.15915 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:16:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:16:30.777023+0000 mon.a (mon.0) 979 : audit [DBG] from='client.? 172.21.15.23:0/834506433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:16:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:29.983958+0000 mgr.y (mgr.14556) 1083 : cluster [DBG] pgmap v937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:16:30.126722+0000 mgr.y (mgr.14556) 1084 : audit [DBG] from='client.15909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:16:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:16:30.419711+0000 mgr.y (mgr.14556) 1085 : audit [DBG] from='client.15915 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:16:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:16:30.777023+0000 mon.a (mon.0) 979 : audit [DBG] from='client.? 172.21.15.23:0/834506433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:16:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:29.983958+0000 mgr.y (mgr.14556) 1083 : cluster [DBG] pgmap v937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:16:30.126722+0000 mgr.y (mgr.14556) 1084 : audit [DBG] from='client.15909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:16:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:16:30.419711+0000 mgr.y (mgr.14556) 1085 : audit [DBG] from='client.15915 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:16:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:16:30.777023+0000 mon.a (mon.0) 979 : audit [DBG] from='client.? 172.21.15.23:0/834506433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:16:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:16:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:31.984681+0000 mgr.y (mgr.14556) 1086 : cluster [DBG] pgmap v938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:31.984681+0000 mgr.y (mgr.14556) 1086 : cluster [DBG] pgmap v938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:31.984681+0000 mgr.y (mgr.14556) 1086 : cluster [DBG] pgmap v938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:16:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:16:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:33.985171+0000 mgr.y (mgr.14556) 1087 : cluster [DBG] pgmap v939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:33.985171+0000 mgr.y (mgr.14556) 1087 : cluster [DBG] pgmap v939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:33.985171+0000 mgr.y (mgr.14556) 1087 : cluster [DBG] pgmap v939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:35.985875+0000 mgr.y (mgr.14556) 1088 : cluster [DBG] pgmap v940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:35.985875+0000 mgr.y (mgr.14556) 1088 : cluster [DBG] pgmap v940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:35.985875+0000 mgr.y (mgr.14556) 1088 : cluster [DBG] pgmap v940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:37.986268+0000 mgr.y (mgr.14556) 1089 : cluster [DBG] pgmap v941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:37.986268+0000 mgr.y (mgr.14556) 1089 : cluster [DBG] pgmap v941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:37.986268+0000 mgr.y (mgr.14556) 1089 : cluster [DBG] pgmap v941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:41.811 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:16:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:39.986712+0000 mgr.y (mgr.14556) 1090 : cluster [DBG] pgmap v942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:39.986712+0000 mgr.y (mgr.14556) 1090 : cluster [DBG] pgmap v942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:39.986712+0000 mgr.y (mgr.14556) 1090 : cluster [DBG] pgmap v942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:41.987533+0000 mgr.y (mgr.14556) 1091 : cluster [DBG] pgmap v943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:16:43] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:16:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:41.987533+0000 mgr.y (mgr.14556) 1091 : cluster [DBG] pgmap v943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:41.987533+0000 mgr.y (mgr.14556) 1091 : cluster [DBG] pgmap v943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:43.988099+0000 mgr.y (mgr.14556) 1092 : cluster [DBG] pgmap v944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:43.988099+0000 mgr.y (mgr.14556) 1092 : cluster [DBG] pgmap v944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:43.988099+0000 mgr.y (mgr.14556) 1092 : cluster [DBG] pgmap v944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:45.988809+0000 mgr.y (mgr.14556) 1093 : cluster [DBG] pgmap v945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:45.988809+0000 mgr.y (mgr.14556) 1093 : cluster [DBG] pgmap v945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:45.988809+0000 mgr.y (mgr.14556) 1093 : cluster [DBG] pgmap v945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:47.989261+0000 mgr.y (mgr.14556) 1094 : cluster [DBG] pgmap v946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:47.989261+0000 mgr.y (mgr.14556) 1094 : cluster [DBG] pgmap v946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:47.989261+0000 mgr.y (mgr.14556) 1094 : cluster [DBG] pgmap v946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:51.879 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:16:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:49.989655+0000 mgr.y (mgr.14556) 1095 : cluster [DBG] pgmap v947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:49.989655+0000 mgr.y (mgr.14556) 1095 : cluster [DBG] pgmap v947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:49.989655+0000 mgr.y (mgr.14556) 1095 : cluster [DBG] pgmap v947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:16:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:16:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:51.990240+0000 mgr.y (mgr.14556) 1096 : cluster [DBG] pgmap v948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:51.990240+0000 mgr.y (mgr.14556) 1096 : cluster [DBG] pgmap v948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:51.990240+0000 mgr.y (mgr.14556) 1096 : cluster [DBG] pgmap v948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:53.990639+0000 mgr.y (mgr.14556) 1097 : cluster [DBG] pgmap v949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:53.990639+0000 mgr.y (mgr.14556) 1097 : cluster [DBG] pgmap v949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:53.990639+0000 mgr.y (mgr.14556) 1097 : cluster [DBG] pgmap v949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:55.991398+0000 mgr.y (mgr.14556) 1098 : cluster [DBG] pgmap v950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:55.991398+0000 mgr.y (mgr.14556) 1098 : cluster [DBG] pgmap v950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:16:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:55.991398+0000 mgr.y (mgr.14556) 1098 : cluster [DBG] pgmap v950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:57.991870+0000 mgr.y (mgr.14556) 1099 : cluster [DBG] pgmap v951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:57.991870+0000 mgr.y (mgr.14556) 1099 : cluster [DBG] pgmap v951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:16:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:57.991870+0000 mgr.y (mgr.14556) 1099 : cluster [DBG] pgmap v951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:01.102 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:17:01.388 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:17:01.388 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (30m) 8m ago 30m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:17:01.388 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (30m) 8m ago 30m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:17:01.388 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (31m) 8m ago 31m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:17:01.388 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (31m) 8m ago 31m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:17:01.388 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (35m) 8m ago 35m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:17:01.388 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (37m) 8m ago 37m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:17:01.388 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (37m) 8m ago 37m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:17:01.388 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (35m) 8m ago 35m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:17:01.389 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (35m) 8m ago 35m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:17:01.389 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (31m) 8m ago 31m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:17:01.389 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (31m) 8m ago 31m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:17:01.389 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (35m) 8m ago 35m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:17:01.389 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (34m) 8m ago 34m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:17:01.389 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (34m) 8m ago 34m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:17:01.389 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (33m) 8m ago 33m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:17:01.389 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (33m) 8m ago 33m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:17:01.389 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (32m) 8m ago 32m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:17:01.389 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (32m) 8m ago 32m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:17:01.389 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (32m) 8m ago 32m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:17:01.389 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (29m) 8m ago 31m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:17:01.737 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:17:01.737 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:17:01.737 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:17:01.737 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:17:01.737 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:17:01.737 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:17:01.737 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:17:01.737 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:17:01.737 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:17:01.737 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:17:01.737 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:17:01.737 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:17:01.738 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:17:01.738 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:17:01.738 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:17:01.738 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:17:01.738 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:17:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:17:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:16:59.992288+0000 mgr.y (mgr.14556) 1100 : cluster [DBG] pgmap v952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:17:01.737562+0000 mon.a (mon.0) 980 : audit [DBG] from='client.? 172.21.15.23:0/2545284775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:17:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:16:59.992288+0000 mgr.y (mgr.14556) 1100 : cluster [DBG] pgmap v952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:17:01.737562+0000 mon.a (mon.0) 980 : audit [DBG] from='client.? 172.21.15.23:0/2545284775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:17:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:16:59.992288+0000 mgr.y (mgr.14556) 1100 : cluster [DBG] pgmap v952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:17:01.737562+0000 mon.a (mon.0) 980 : audit [DBG] from='client.? 172.21.15.23:0/2545284775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:17:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:17:01.090447+0000 mgr.y (mgr.14556) 1101 : audit [DBG] from='client.15927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:17:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:17:01.380635+0000 mgr.y (mgr.14556) 1102 : audit [DBG] from='client.15933 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:17:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:17:01.090447+0000 mgr.y (mgr.14556) 1101 : audit [DBG] from='client.15927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:17:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:17:01.380635+0000 mgr.y (mgr.14556) 1102 : audit [DBG] from='client.15933 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:17:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:17:01.090447+0000 mgr.y (mgr.14556) 1101 : audit [DBG] from='client.15927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:17:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:17:01.380635+0000 mgr.y (mgr.14556) 1102 : audit [DBG] from='client.15933 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:17:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:01.992805+0000 mgr.y (mgr.14556) 1103 : cluster [DBG] pgmap v953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:17:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:17:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:01.992805+0000 mgr.y (mgr.14556) 1103 : cluster [DBG] pgmap v953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:01.992805+0000 mgr.y (mgr.14556) 1103 : cluster [DBG] pgmap v953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:03.993248+0000 mgr.y (mgr.14556) 1104 : cluster [DBG] pgmap v954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:03.993248+0000 mgr.y (mgr.14556) 1104 : cluster [DBG] pgmap v954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:03.993248+0000 mgr.y (mgr.14556) 1104 : cluster [DBG] pgmap v954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:05.994072+0000 mgr.y (mgr.14556) 1105 : cluster [DBG] pgmap v955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:05.994072+0000 mgr.y (mgr.14556) 1105 : cluster [DBG] pgmap v955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:05.994072+0000 mgr.y (mgr.14556) 1105 : cluster [DBG] pgmap v955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:07.994631+0000 mgr.y (mgr.14556) 1106 : cluster [DBG] pgmap v956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:07.994631+0000 mgr.y (mgr.14556) 1106 : cluster [DBG] pgmap v956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:07.994631+0000 mgr.y (mgr.14556) 1106 : cluster [DBG] pgmap v956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:09.995213+0000 mgr.y (mgr.14556) 1107 : cluster [DBG] pgmap v957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:09.995213+0000 mgr.y (mgr.14556) 1107 : cluster [DBG] pgmap v957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:09.995213+0000 mgr.y (mgr.14556) 1107 : cluster [DBG] pgmap v957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:17:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:11.996066+0000 mgr.y (mgr.14556) 1108 : cluster [DBG] pgmap v958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:11.996066+0000 mgr.y (mgr.14556) 1108 : cluster [DBG] pgmap v958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:11.996066+0000 mgr.y (mgr.14556) 1108 : cluster [DBG] pgmap v958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:17:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:17:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:13.996629+0000 mgr.y (mgr.14556) 1109 : cluster [DBG] pgmap v959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:13.996629+0000 mgr.y (mgr.14556) 1109 : cluster [DBG] pgmap v959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:13.996629+0000 mgr.y (mgr.14556) 1109 : cluster [DBG] pgmap v959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:15.997229+0000 mgr.y (mgr.14556) 1110 : cluster [DBG] pgmap v960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:15.997229+0000 mgr.y (mgr.14556) 1110 : cluster [DBG] pgmap v960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:15.997229+0000 mgr.y (mgr.14556) 1110 : cluster [DBG] pgmap v960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:17.997615+0000 mgr.y (mgr.14556) 1111 : cluster [DBG] pgmap v961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:17.997615+0000 mgr.y (mgr.14556) 1111 : cluster [DBG] pgmap v961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:17.997615+0000 mgr.y (mgr.14556) 1111 : cluster [DBG] pgmap v961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:19.998140+0000 mgr.y (mgr.14556) 1112 : cluster [DBG] pgmap v962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:19.998140+0000 mgr.y (mgr.14556) 1112 : cluster [DBG] pgmap v962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:19.998140+0000 mgr.y (mgr.14556) 1112 : cluster [DBG] pgmap v962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:17:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:21.998966+0000 mgr.y (mgr.14556) 1113 : cluster [DBG] pgmap v963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:21.998966+0000 mgr.y (mgr.14556) 1113 : cluster [DBG] pgmap v963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:21.998966+0000 mgr.y (mgr.14556) 1113 : cluster [DBG] pgmap v963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:17:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:17:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:23.999535+0000 mgr.y (mgr.14556) 1114 : cluster [DBG] pgmap v964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:17:25.074468+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:17:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:23.999535+0000 mgr.y (mgr.14556) 1114 : cluster [DBG] pgmap v964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:17:25.074468+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:17:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:23.999535+0000 mgr.y (mgr.14556) 1114 : cluster [DBG] pgmap v964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:17:25.074468+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:17:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:17:25.383529+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:17:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:17:25.384213+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:17:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:17:25.390495+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:17:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:17:25.383529+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:17:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:17:25.384213+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:17:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:17:25.390495+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:17:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:17:25.383529+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:17:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:17:25.384213+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:17:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:17:25.390495+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:17:27.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:26.000360+0000 mgr.y (mgr.14556) 1115 : cluster [DBG] pgmap v965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:26.000360+0000 mgr.y (mgr.14556) 1115 : cluster [DBG] pgmap v965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:26.000360+0000 mgr.y (mgr.14556) 1115 : cluster [DBG] pgmap v965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:28.000794+0000 mgr.y (mgr.14556) 1116 : cluster [DBG] pgmap v966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:28.000794+0000 mgr.y (mgr.14556) 1116 : cluster [DBG] pgmap v966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:28.000794+0000 mgr.y (mgr.14556) 1116 : cluster [DBG] pgmap v966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:30.001195+0000 mgr.y (mgr.14556) 1117 : cluster [DBG] pgmap v967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:30.001195+0000 mgr.y (mgr.14556) 1117 : cluster [DBG] pgmap v967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:30.001195+0000 mgr.y (mgr.14556) 1117 : cluster [DBG] pgmap v967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:17:32.062 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:17:32.348 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:17:32.348 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (30m) 9m ago 31m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:17:32.348 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (31m) 9m ago 31m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (32m) 9m ago 32m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (32m) 9m ago 32m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (35m) 9m ago 35m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (37m) 9m ago 37m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (37m) 9m ago 37m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (36m) 9m ago 36m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (36m) 9m ago 36m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (31m) 9m ago 31m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (31m) 9m ago 31m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (35m) 9m ago 35m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (35m) 9m ago 35m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (34m) 9m ago 34m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (34m) 9m ago 34m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (33m) 9m ago 33m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:17:32.349 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (33m) 9m ago 33m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:17:32.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (33m) 9m ago 33m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:17:32.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (32m) 9m ago 32m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:17:32.350 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (30m) 9m ago 31m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:17:32.698 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:17:32.698 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:17:32.698 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:17:32.698 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:17:32.698 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:17:32.698 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:17:32.698 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:17:32.699 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:17:32.699 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:17:32.699 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:17:32.699 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:17:32.699 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:17:32.699 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:17:32.699 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:17:32.699 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:17:32.699 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:17:32.699 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:17:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:32.001890+0000 mgr.y (mgr.14556) 1118 : cluster [DBG] pgmap v968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:17:32.050743+0000 mgr.y (mgr.14556) 1119 : audit [DBG] from='client.15945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:17:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:17:32.341202+0000 mgr.y (mgr.14556) 1120 : audit [DBG] from='client.25865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:17:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:17:32.698825+0000 mon.a (mon.0) 985 : audit [DBG] from='client.? 172.21.15.23:0/4228906867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:17:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:32.001890+0000 mgr.y (mgr.14556) 1118 : cluster [DBG] pgmap v968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:17:32.050743+0000 mgr.y (mgr.14556) 1119 : audit [DBG] from='client.15945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:17:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:17:32.341202+0000 mgr.y (mgr.14556) 1120 : audit [DBG] from='client.25865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:17:33.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:17:32.698825+0000 mon.a (mon.0) 985 : audit [DBG] from='client.? 172.21.15.23:0/4228906867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:17:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:32.001890+0000 mgr.y (mgr.14556) 1118 : cluster [DBG] pgmap v968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:17:32.050743+0000 mgr.y (mgr.14556) 1119 : audit [DBG] from='client.15945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:17:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:17:32.341202+0000 mgr.y (mgr.14556) 1120 : audit [DBG] from='client.25865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:17:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:17:32.698825+0000 mon.a (mon.0) 985 : audit [DBG] from='client.? 172.21.15.23:0/4228906867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:17:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:17:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:17:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:34.002289+0000 mgr.y (mgr.14556) 1121 : cluster [DBG] pgmap v969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:34.002289+0000 mgr.y (mgr.14556) 1121 : cluster [DBG] pgmap v969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:34.002289+0000 mgr.y (mgr.14556) 1121 : cluster [DBG] pgmap v969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:37.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:36.003208+0000 mgr.y (mgr.14556) 1122 : cluster [DBG] pgmap v970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:36.003208+0000 mgr.y (mgr.14556) 1122 : cluster [DBG] pgmap v970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:36.003208+0000 mgr.y (mgr.14556) 1122 : cluster [DBG] pgmap v970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:38.003590+0000 mgr.y (mgr.14556) 1123 : cluster [DBG] pgmap v971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:38.003590+0000 mgr.y (mgr.14556) 1123 : cluster [DBG] pgmap v971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:38.003590+0000 mgr.y (mgr.14556) 1123 : cluster [DBG] pgmap v971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:40.003965+0000 mgr.y (mgr.14556) 1124 : cluster [DBG] pgmap v972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:40.003965+0000 mgr.y (mgr.14556) 1124 : cluster [DBG] pgmap v972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:40.003965+0000 mgr.y (mgr.14556) 1124 : cluster [DBG] pgmap v972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:17:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:42.004628+0000 mgr.y (mgr.14556) 1125 : cluster [DBG] pgmap v973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:42.004628+0000 mgr.y (mgr.14556) 1125 : cluster [DBG] pgmap v973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:42.004628+0000 mgr.y (mgr.14556) 1125 : cluster [DBG] pgmap v973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:17:43] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:17:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:44.005058+0000 mgr.y (mgr.14556) 1126 : cluster [DBG] pgmap v974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:44.005058+0000 mgr.y (mgr.14556) 1126 : cluster [DBG] pgmap v974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:44.005058+0000 mgr.y (mgr.14556) 1126 : cluster [DBG] pgmap v974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:46.005745+0000 mgr.y (mgr.14556) 1127 : cluster [DBG] pgmap v975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:46.005745+0000 mgr.y (mgr.14556) 1127 : cluster [DBG] pgmap v975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:46.005745+0000 mgr.y (mgr.14556) 1127 : cluster [DBG] pgmap v975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:48.006174+0000 mgr.y (mgr.14556) 1128 : cluster [DBG] pgmap v976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:48.006174+0000 mgr.y (mgr.14556) 1128 : cluster [DBG] pgmap v976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:48.006174+0000 mgr.y (mgr.14556) 1128 : cluster [DBG] pgmap v976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:50.006606+0000 mgr.y (mgr.14556) 1129 : cluster [DBG] pgmap v977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:50.006606+0000 mgr.y (mgr.14556) 1129 : cluster [DBG] pgmap v977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:50.006606+0000 mgr.y (mgr.14556) 1129 : cluster [DBG] pgmap v977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:17:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:17:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:17:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:52.007271+0000 mgr.y (mgr.14556) 1130 : cluster [DBG] pgmap v978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:52.007271+0000 mgr.y (mgr.14556) 1130 : cluster [DBG] pgmap v978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:52.007271+0000 mgr.y (mgr.14556) 1130 : cluster [DBG] pgmap v978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:54.007720+0000 mgr.y (mgr.14556) 1131 : cluster [DBG] pgmap v979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:54.007720+0000 mgr.y (mgr.14556) 1131 : cluster [DBG] pgmap v979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:54.007720+0000 mgr.y (mgr.14556) 1131 : cluster [DBG] pgmap v979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:56.008450+0000 mgr.y (mgr.14556) 1132 : cluster [DBG] pgmap v980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:56.008450+0000 mgr.y (mgr.14556) 1132 : cluster [DBG] pgmap v980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:56.008450+0000 mgr.y (mgr.14556) 1132 : cluster [DBG] pgmap v980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:17:58.008972+0000 mgr.y (mgr.14556) 1133 : cluster [DBG] pgmap v981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:17:58.008972+0000 mgr.y (mgr.14556) 1133 : cluster [DBG] pgmap v981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:17:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:17:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:17:58.008972+0000 mgr.y (mgr.14556) 1133 : cluster [DBG] pgmap v981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:00.009373+0000 mgr.y (mgr.14556) 1134 : cluster [DBG] pgmap v982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:00.009373+0000 mgr.y (mgr.14556) 1134 : cluster [DBG] pgmap v982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:00.009373+0000 mgr.y (mgr.14556) 1134 : cluster [DBG] pgmap v982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:18:03.023 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:18:03.308 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:18:03.308 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (31m) 9m ago 31m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:18:03.308 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (31m) 9m ago 31m 57.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:18:03.308 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (32m) 9m ago 32m 16.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:18:03.308 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (32m) 9m ago 32m 19.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:18:03.308 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (36m) 9m ago 36m 393M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:18:03.308 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (38m) 9m ago 38m 450M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:18:03.308 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (38m) 9m ago 38m 77.1M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:18:03.308 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (36m) 9m ago 36m 58.4M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:18:03.308 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (36m) 9m ago 36m 59.0M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:18:03.308 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (32m) 9m ago 32m 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:18:03.309 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (32m) 9m ago 32m 23.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:18:03.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (36m) 9m ago 36m 43.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:18:03.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (35m) 9m ago 35m 42.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:18:03.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (35m) 9m ago 35m 41.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:18:03.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (34m) 9m ago 34m 40.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:18:03.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (34m) 9m ago 34m 40.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:18:03.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (34m) 9m ago 34m 40.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:18:03.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (33m) 9m ago 33m 40.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:18:03.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (33m) 9m ago 33m 40.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:18:03.309 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (30m) 9m ago 32m 68.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:18:03.658 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:18:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:18:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:18:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:18:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:18:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:18:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:18:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:18:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:18:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:18:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:18:03.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:18:03.659 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:18:03.659 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:18:03.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:18:03.659 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:18:03.659 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:18:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:18:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:18:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:02.010161+0000 mgr.y (mgr.14556) 1135 : cluster [DBG] pgmap v983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:02.010161+0000 mgr.y (mgr.14556) 1135 : cluster [DBG] pgmap v983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:02.010161+0000 mgr.y (mgr.14556) 1135 : cluster [DBG] pgmap v983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:18:03.011008+0000 mgr.y (mgr.14556) 1136 : audit [DBG] from='client.15963 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:18:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:18:03.300338+0000 mgr.y (mgr.14556) 1137 : audit [DBG] from='client.15969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:18:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:18:03.658656+0000 mon.a (mon.0) 986 : audit [DBG] from='client.? 172.21.15.23:0/1501833276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:18:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:18:03.011008+0000 mgr.y (mgr.14556) 1136 : audit [DBG] from='client.15963 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:18:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:18:03.300338+0000 mgr.y (mgr.14556) 1137 : audit [DBG] from='client.15969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:18:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:18:03.658656+0000 mon.a (mon.0) 986 : audit [DBG] from='client.? 172.21.15.23:0/1501833276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:18:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:18:03.011008+0000 mgr.y (mgr.14556) 1136 : audit [DBG] from='client.15963 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:18:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:18:03.300338+0000 mgr.y (mgr.14556) 1137 : audit [DBG] from='client.15969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:18:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:18:03.658656+0000 mon.a (mon.0) 986 : audit [DBG] from='client.? 172.21.15.23:0/1501833276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:18:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:04.010564+0000 mgr.y (mgr.14556) 1138 : cluster [DBG] pgmap v984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:04.010564+0000 mgr.y (mgr.14556) 1138 : cluster [DBG] pgmap v984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:04.010564+0000 mgr.y (mgr.14556) 1138 : cluster [DBG] pgmap v984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:06.011428+0000 mgr.y (mgr.14556) 1139 : cluster [DBG] pgmap v985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:08.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:06.011428+0000 mgr.y (mgr.14556) 1139 : cluster [DBG] pgmap v985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:08.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:06.011428+0000 mgr.y (mgr.14556) 1139 : cluster [DBG] pgmap v985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:08.011857+0000 mgr.y (mgr.14556) 1140 : cluster [DBG] pgmap v986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:08.011857+0000 mgr.y (mgr.14556) 1140 : cluster [DBG] pgmap v986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:08.011857+0000 mgr.y (mgr.14556) 1140 : cluster [DBG] pgmap v986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:10.012285+0000 mgr.y (mgr.14556) 1141 : cluster [DBG] pgmap v987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:18:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:10.012285+0000 mgr.y (mgr.14556) 1141 : cluster [DBG] pgmap v987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:10.012285+0000 mgr.y (mgr.14556) 1141 : cluster [DBG] pgmap v987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:12.013139+0000 mgr.y (mgr.14556) 1142 : cluster [DBG] pgmap v988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:18:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:18:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:12.013139+0000 mgr.y (mgr.14556) 1142 : cluster [DBG] pgmap v988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:12.013139+0000 mgr.y (mgr.14556) 1142 : cluster [DBG] pgmap v988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:14.013545+0000 mgr.y (mgr.14556) 1143 : cluster [DBG] pgmap v989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:14.013545+0000 mgr.y (mgr.14556) 1143 : cluster [DBG] pgmap v989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:14.013545+0000 mgr.y (mgr.14556) 1143 : cluster [DBG] pgmap v989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:16.014249+0000 mgr.y (mgr.14556) 1144 : cluster [DBG] pgmap v990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:16.014249+0000 mgr.y (mgr.14556) 1144 : cluster [DBG] pgmap v990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:16.014249+0000 mgr.y (mgr.14556) 1144 : cluster [DBG] pgmap v990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:18.014772+0000 mgr.y (mgr.14556) 1145 : cluster [DBG] pgmap v991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:18.014772+0000 mgr.y (mgr.14556) 1145 : cluster [DBG] pgmap v991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:20.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:18.014772+0000 mgr.y (mgr.14556) 1145 : cluster [DBG] pgmap v991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:20.015217+0000 mgr.y (mgr.14556) 1146 : cluster [DBG] pgmap v992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:21.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:18:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:20.015217+0000 mgr.y (mgr.14556) 1146 : cluster [DBG] pgmap v992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:20.015217+0000 mgr.y (mgr.14556) 1146 : cluster [DBG] pgmap v992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:22.015995+0000 mgr.y (mgr.14556) 1147 : cluster [DBG] pgmap v993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:22.015995+0000 mgr.y (mgr.14556) 1147 : cluster [DBG] pgmap v993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:18:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:18:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:22.015995+0000 mgr.y (mgr.14556) 1147 : cluster [DBG] pgmap v993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:26.050 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:24.016659+0000 mgr.y (mgr.14556) 1148 : cluster [DBG] pgmap v994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:26.050 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:18:25.394898+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:18:26.051 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:24.016659+0000 mgr.y (mgr.14556) 1148 : cluster [DBG] pgmap v994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:26.051 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:18:25.394898+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:18:26.052 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:24.016659+0000 mgr.y (mgr.14556) 1148 : cluster [DBG] pgmap v994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:26.052 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:18:25.394898+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:18:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:26.017232+0000 mgr.y (mgr.14556) 1149 : cluster [DBG] pgmap v995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:26.017232+0000 mgr.y (mgr.14556) 1149 : cluster [DBG] pgmap v995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:26.017232+0000 mgr.y (mgr.14556) 1149 : cluster [DBG] pgmap v995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:28.017566+0000 mgr.y (mgr.14556) 1150 : cluster [DBG] pgmap v996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:18:28.235733+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:18:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:18:28.867297+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:18:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:18:29.166715+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:18:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:18:29.167642+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:18:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:18:29.177900+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:18:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:28.017566+0000 mgr.y (mgr.14556) 1150 : cluster [DBG] pgmap v996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:18:28.235733+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:18:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:18:28.867297+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:18:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:18:29.166715+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:18:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:18:29.167642+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:18:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:18:29.177900+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:18:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:28.017566+0000 mgr.y (mgr.14556) 1150 : cluster [DBG] pgmap v996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:18:28.235733+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:18:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:18:28.867297+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:18:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:18:29.166715+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:18:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:18:29.167642+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:18:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:18:29.177900+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:18:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:30.017945+0000 mgr.y (mgr.14556) 1151 : cluster [DBG] pgmap v997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:30.017945+0000 mgr.y (mgr.14556) 1151 : cluster [DBG] pgmap v997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:30.017945+0000 mgr.y (mgr.14556) 1151 : cluster [DBG] pgmap v997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:18:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:32.018677+0000 mgr.y (mgr.14556) 1152 : cluster [DBG] pgmap v998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:32.018677+0000 mgr.y (mgr.14556) 1152 : cluster [DBG] pgmap v998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:32.018677+0000 mgr.y (mgr.14556) 1152 : cluster [DBG] pgmap v998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:33.983 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:18:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:18:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:18:34.270 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:18:34.270 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (31m) 6s ago 32m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:18:34.270 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (32m) 5s ago 32m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:18:34.270 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (33m) 6s ago 33m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:18:34.270 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (33m) 5s ago 33m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (36m) 5s ago 36m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (38m) 6s ago 38m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (38m) 6s ago 38m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (37m) 5s ago 37m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (37m) 6s ago 37m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (32m) 6s ago 32m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (32m) 5s ago 32m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (36m) 6s ago 36m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (36m) 6s ago 36m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (35m) 6s ago 35m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (35m) 6s ago 35m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (34m) 5s ago 34m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (34m) 5s ago 34m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (34m) 5s ago 34m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:18:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (33m) 5s ago 33m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:18:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (31m) 5s ago 32m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:18:34.625 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:18:34.626 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:18:34.626 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:18:34.626 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:18:34.626 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:18:34.626 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:18:34.626 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:18:34.626 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:18:34.626 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:18:34.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:18:34.627 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:18:34.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:18:34.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:18:34.627 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:18:34.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:18:34.627 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:18:34.627 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:18:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:18:33.971012+0000 mgr.y (mgr.14556) 1153 : audit [DBG] from='client.15981 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:18:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:34.019041+0000 mgr.y (mgr.14556) 1154 : cluster [DBG] pgmap v999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:18:34.261783+0000 mgr.y (mgr.14556) 1155 : audit [DBG] from='client.15987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:18:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:18:34.626176+0000 mon.a (mon.0) 993 : audit [DBG] from='client.? 172.21.15.23:0/568045638' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:18:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:18:33.971012+0000 mgr.y (mgr.14556) 1153 : audit [DBG] from='client.15981 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:18:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:34.019041+0000 mgr.y (mgr.14556) 1154 : cluster [DBG] pgmap v999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:18:34.261783+0000 mgr.y (mgr.14556) 1155 : audit [DBG] from='client.15987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:18:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:18:34.626176+0000 mon.a (mon.0) 993 : audit [DBG] from='client.? 172.21.15.23:0/568045638' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:18:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:18:33.971012+0000 mgr.y (mgr.14556) 1153 : audit [DBG] from='client.15981 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:18:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:34.019041+0000 mgr.y (mgr.14556) 1154 : cluster [DBG] pgmap v999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:18:34.261783+0000 mgr.y (mgr.14556) 1155 : audit [DBG] from='client.15987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:18:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:18:34.626176+0000 mon.a (mon.0) 993 : audit [DBG] from='client.? 172.21.15.23:0/568045638' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:18:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:36.019746+0000 mgr.y (mgr.14556) 1156 : cluster [DBG] pgmap v1000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:36.019746+0000 mgr.y (mgr.14556) 1156 : cluster [DBG] pgmap v1000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:36.019746+0000 mgr.y (mgr.14556) 1156 : cluster [DBG] pgmap v1000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:38.020197+0000 mgr.y (mgr.14556) 1157 : cluster [DBG] pgmap v1001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:38.020197+0000 mgr.y (mgr.14556) 1157 : cluster [DBG] pgmap v1001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:38.020197+0000 mgr.y (mgr.14556) 1157 : cluster [DBG] pgmap v1001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:40.020720+0000 mgr.y (mgr.14556) 1158 : cluster [DBG] pgmap v1002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:40.020720+0000 mgr.y (mgr.14556) 1158 : cluster [DBG] pgmap v1002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:41.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:40.020720+0000 mgr.y (mgr.14556) 1158 : cluster [DBG] pgmap v1002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:41.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:18:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:42.021404+0000 mgr.y (mgr.14556) 1159 : cluster [DBG] pgmap v1003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:42.021404+0000 mgr.y (mgr.14556) 1159 : cluster [DBG] pgmap v1003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:42.021404+0000 mgr.y (mgr.14556) 1159 : cluster [DBG] pgmap v1003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:44.134 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:18:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:18:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:44.021817+0000 mgr.y (mgr.14556) 1160 : cluster [DBG] pgmap v1004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:44.021817+0000 mgr.y (mgr.14556) 1160 : cluster [DBG] pgmap v1004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:44.021817+0000 mgr.y (mgr.14556) 1160 : cluster [DBG] pgmap v1004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:46.022646+0000 mgr.y (mgr.14556) 1161 : cluster [DBG] pgmap v1005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:46.022646+0000 mgr.y (mgr.14556) 1161 : cluster [DBG] pgmap v1005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:46.022646+0000 mgr.y (mgr.14556) 1161 : cluster [DBG] pgmap v1005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:48.023062+0000 mgr.y (mgr.14556) 1162 : cluster [DBG] pgmap v1006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:48.023062+0000 mgr.y (mgr.14556) 1162 : cluster [DBG] pgmap v1006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:48.023062+0000 mgr.y (mgr.14556) 1162 : cluster [DBG] pgmap v1006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:50.023601+0000 mgr.y (mgr.14556) 1163 : cluster [DBG] pgmap v1007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:50.023601+0000 mgr.y (mgr.14556) 1163 : cluster [DBG] pgmap v1007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:50.023601+0000 mgr.y (mgr.14556) 1163 : cluster [DBG] pgmap v1007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:18:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:52.024287+0000 mgr.y (mgr.14556) 1164 : cluster [DBG] pgmap v1008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:52.024287+0000 mgr.y (mgr.14556) 1164 : cluster [DBG] pgmap v1008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:52.024287+0000 mgr.y (mgr.14556) 1164 : cluster [DBG] pgmap v1008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:18:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T07:18:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:54.024874+0000 mgr.y (mgr.14556) 1165 : cluster [DBG] pgmap v1009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:54.024874+0000 mgr.y (mgr.14556) 1165 : cluster [DBG] pgmap v1009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:54.024874+0000 mgr.y (mgr.14556) 1165 : cluster [DBG] pgmap v1009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:56.025709+0000 mgr.y (mgr.14556) 1166 : cluster [DBG] pgmap v1010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:56.025709+0000 mgr.y (mgr.14556) 1166 : cluster [DBG] pgmap v1010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:56.025709+0000 mgr.y (mgr.14556) 1166 : cluster [DBG] pgmap v1010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:18:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:18:58.026121+0000 mgr.y (mgr.14556) 1167 : cluster [DBG] pgmap v1011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:18:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:18:58.026121+0000 mgr.y (mgr.14556) 1167 : cluster [DBG] pgmap v1011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:18:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:18:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:18:58.026121+0000 mgr.y (mgr.14556) 1167 : cluster [DBG] pgmap v1011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:00.026652+0000 mgr.y (mgr.14556) 1168 : cluster [DBG] pgmap v1012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:00.026652+0000 mgr.y (mgr.14556) 1168 : cluster [DBG] pgmap v1012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:00.026652+0000 mgr.y (mgr.14556) 1168 : cluster [DBG] pgmap v1012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:19:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:02.027236+0000 mgr.y (mgr.14556) 1169 : cluster [DBG] pgmap v1013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:02.027236+0000 mgr.y (mgr.14556) 1169 : cluster [DBG] pgmap v1013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:03.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:02.027236+0000 mgr.y (mgr.14556) 1169 : cluster [DBG] pgmap v1013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:19:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T07:19:04.952 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:19:05.245 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (32m) 37s ago 32m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (32m) 36s ago 32m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (33m) 37s ago 33m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (33m) 36s ago 33m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (37m) 36s ago 37m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (39m) 37s ago 39m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (39m) 37s ago 39m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (37m) 36s ago 37m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (37m) 37s ago 37m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (33m) 37s ago 33m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (33m) 36s ago 33m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (37m) 37s ago 37m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (36m) 37s ago 36m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:19:05.246 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (36m) 37s ago 36m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:19:05.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (35m) 37s ago 35m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:19:05.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (35m) 36s ago 35m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:19:05.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (35m) 36s ago 35m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:19:05.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (34m) 36s ago 34m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:19:05.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (34m) 36s ago 34m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:19:05.247 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (31m) 36s ago 33m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:19:05.592 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:19:05.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:19:05.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:19:05.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:19:05.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:19:05.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:19:05.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:19:05.592 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:19:05.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:19:05.593 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:19:05.593 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:19:05.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:19:05.593 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:19:05.593 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:19:05.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:19:05.593 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:19:05.593 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:19:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:04.027695+0000 mgr.y (mgr.14556) 1170 : cluster [DBG] pgmap v1014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:19:04.940661+0000 mgr.y (mgr.14556) 1171 : audit [DBG] from='client.15999 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:19:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:04.027695+0000 mgr.y (mgr.14556) 1170 : cluster [DBG] pgmap v1014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:19:04.940661+0000 mgr.y (mgr.14556) 1171 : audit [DBG] from='client.15999 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:19:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:04.027695+0000 mgr.y (mgr.14556) 1170 : cluster [DBG] pgmap v1014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:19:04.940661+0000 mgr.y (mgr.14556) 1171 : audit [DBG] from='client.15999 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:19:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:19:05.236656+0000 mgr.y (mgr.14556) 1172 : audit [DBG] from='client.16005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:19:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:19:05.592724+0000 mon.a (mon.0) 994 : audit [DBG] from='client.? 172.21.15.23:0/1091051028' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:19:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:19:05.236656+0000 mgr.y (mgr.14556) 1172 : audit [DBG] from='client.16005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:19:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:19:05.592724+0000 mon.a (mon.0) 994 : audit [DBG] from='client.? 172.21.15.23:0/1091051028' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:19:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:19:05.236656+0000 mgr.y (mgr.14556) 1172 : audit [DBG] from='client.16005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:19:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:19:05.592724+0000 mon.a (mon.0) 994 : audit [DBG] from='client.? 172.21.15.23:0/1091051028' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:19:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:06.028463+0000 mgr.y (mgr.14556) 1173 : cluster [DBG] pgmap v1015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:06.028463+0000 mgr.y (mgr.14556) 1173 : cluster [DBG] pgmap v1015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:06.028463+0000 mgr.y (mgr.14556) 1173 : cluster [DBG] pgmap v1015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:08.028914+0000 mgr.y (mgr.14556) 1174 : cluster [DBG] pgmap v1016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:08.028914+0000 mgr.y (mgr.14556) 1174 : cluster [DBG] pgmap v1016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:08.028914+0000 mgr.y (mgr.14556) 1174 : cluster [DBG] pgmap v1016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:10.029293+0000 mgr.y (mgr.14556) 1175 : cluster [DBG] pgmap v1017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:10.029293+0000 mgr.y (mgr.14556) 1175 : cluster [DBG] pgmap v1017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:10.029293+0000 mgr.y (mgr.14556) 1175 : cluster [DBG] pgmap v1017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:19:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:12.029925+0000 mgr.y (mgr.14556) 1176 : cluster [DBG] pgmap v1018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:12.029925+0000 mgr.y (mgr.14556) 1176 : cluster [DBG] pgmap v1018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:12.029925+0000 mgr.y (mgr.14556) 1176 : cluster [DBG] pgmap v1018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:19:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:19:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:14.030381+0000 mgr.y (mgr.14556) 1177 : cluster [DBG] pgmap v1019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:14.030381+0000 mgr.y (mgr.14556) 1177 : cluster [DBG] pgmap v1019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:14.030381+0000 mgr.y (mgr.14556) 1177 : cluster [DBG] pgmap v1019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:16.031163+0000 mgr.y (mgr.14556) 1178 : cluster [DBG] pgmap v1020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:16.031163+0000 mgr.y (mgr.14556) 1178 : cluster [DBG] pgmap v1020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:16.031163+0000 mgr.y (mgr.14556) 1178 : cluster [DBG] pgmap v1020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:18.031595+0000 mgr.y (mgr.14556) 1179 : cluster [DBG] pgmap v1021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:20.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:18.031595+0000 mgr.y (mgr.14556) 1179 : cluster [DBG] pgmap v1021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:20.023 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:18.031595+0000 mgr.y (mgr.14556) 1179 : cluster [DBG] pgmap v1021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:20.031972+0000 mgr.y (mgr.14556) 1180 : cluster [DBG] pgmap v1022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:20.031972+0000 mgr.y (mgr.14556) 1180 : cluster [DBG] pgmap v1022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:20.031972+0000 mgr.y (mgr.14556) 1180 : cluster [DBG] pgmap v1022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:19:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:22.032841+0000 mgr.y (mgr.14556) 1181 : cluster [DBG] pgmap v1023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:22.032841+0000 mgr.y (mgr.14556) 1181 : cluster [DBG] pgmap v1023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:22.032841+0000 mgr.y (mgr.14556) 1181 : cluster [DBG] pgmap v1023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:19:23] "GET /metrics HTTP/1.1" 200 188266 "" "Prometheus/2.33.4" 2024-03-22T07:19:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:24.033300+0000 mgr.y (mgr.14556) 1182 : cluster [DBG] pgmap v1024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:24.033300+0000 mgr.y (mgr.14556) 1182 : cluster [DBG] pgmap v1024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:24.033300+0000 mgr.y (mgr.14556) 1182 : cluster [DBG] pgmap v1024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:26.034012+0000 mgr.y (mgr.14556) 1183 : cluster [DBG] pgmap v1025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:26.034012+0000 mgr.y (mgr.14556) 1183 : cluster [DBG] pgmap v1025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:26.034012+0000 mgr.y (mgr.14556) 1183 : cluster [DBG] pgmap v1025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:28.034463+0000 mgr.y (mgr.14556) 1184 : cluster [DBG] pgmap v1026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:19:29.183732+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:19:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:19:29.492625+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:19:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:19:29.493262+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:19:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:19:29.501767+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:19:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:28.034463+0000 mgr.y (mgr.14556) 1184 : cluster [DBG] pgmap v1026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:19:29.183732+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:19:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:19:29.492625+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:19:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:19:29.493262+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:19:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:19:29.501767+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:19:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:28.034463+0000 mgr.y (mgr.14556) 1184 : cluster [DBG] pgmap v1026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:19:29.183732+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:19:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:19:29.492625+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:19:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:19:29.493262+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:19:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:19:29.501767+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:19:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:30.034988+0000 mgr.y (mgr.14556) 1185 : cluster [DBG] pgmap v1027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:30.034988+0000 mgr.y (mgr.14556) 1185 : cluster [DBG] pgmap v1027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:30.034988+0000 mgr.y (mgr.14556) 1185 : cluster [DBG] pgmap v1027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:19:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:32.035633+0000 mgr.y (mgr.14556) 1186 : cluster [DBG] pgmap v1028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:33.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:19:33] "GET /metrics HTTP/1.1" 200 188266 "" "Prometheus/2.33.4" 2024-03-22T07:19:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:32.035633+0000 mgr.y (mgr.14556) 1186 : cluster [DBG] pgmap v1028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:32.035633+0000 mgr.y (mgr.14556) 1186 : cluster [DBG] pgmap v1028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:34.036091+0000 mgr.y (mgr.14556) 1187 : cluster [DBG] pgmap v1029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:34.036091+0000 mgr.y (mgr.14556) 1187 : cluster [DBG] pgmap v1029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:34.036091+0000 mgr.y (mgr.14556) 1187 : cluster [DBG] pgmap v1029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:35.915 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:19:36.204 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:19:36.204 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (32m) 67s ago 33m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:19:36.204 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (33m) 67s ago 33m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:19:36.204 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (34m) 67s ago 34m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:19:36.204 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (34m) 67s ago 34m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:19:36.204 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (37m) 67s ago 37m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (39m) 67s ago 39m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (39m) 67s ago 39m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (38m) 67s ago 38m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (38m) 67s ago 38m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (33m) 67s ago 33m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (33m) 67s ago 33m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (37m) 67s ago 37m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (37m) 67s ago 37m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (36m) 67s ago 36m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (36m) 67s ago 36m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (36m) 67s ago 36m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (35m) 67s ago 35m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (35m) 67s ago 35m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:19:36.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (34m) 67s ago 34m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:19:36.206 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (32m) 67s ago 33m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:19:36.558 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:19:36.559 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:19:36.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:19:36.559 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:19:36.559 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:19:36.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:19:36.559 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:19:36.560 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:19:36.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:19:36.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:19:36.560 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:19:36.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:19:36.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:19:36.561 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:19:36.561 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:19:36.561 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:19:36.561 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:19:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:19:35.904246+0000 mgr.y (mgr.14556) 1188 : audit [DBG] from='client.16017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:19:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:19:35.904246+0000 mgr.y (mgr.14556) 1188 : audit [DBG] from='client.16017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:19:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:19:35.904246+0000 mgr.y (mgr.14556) 1188 : audit [DBG] from='client.16017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:19:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:36.036640+0000 mgr.y (mgr.14556) 1189 : cluster [DBG] pgmap v1030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:19:36.196819+0000 mgr.y (mgr.14556) 1190 : audit [DBG] from='client.16023 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:19:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:19:36.558908+0000 mon.a (mon.0) 999 : audit [DBG] from='client.? 172.21.15.23:0/3284395604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:19:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:36.036640+0000 mgr.y (mgr.14556) 1189 : cluster [DBG] pgmap v1030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:19:36.196819+0000 mgr.y (mgr.14556) 1190 : audit [DBG] from='client.16023 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:19:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:19:36.558908+0000 mon.a (mon.0) 999 : audit [DBG] from='client.? 172.21.15.23:0/3284395604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:19:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:36.036640+0000 mgr.y (mgr.14556) 1189 : cluster [DBG] pgmap v1030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:19:36.196819+0000 mgr.y (mgr.14556) 1190 : audit [DBG] from='client.16023 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:19:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:19:36.558908+0000 mon.a (mon.0) 999 : audit [DBG] from='client.? 172.21.15.23:0/3284395604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:19:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:38.037090+0000 mgr.y (mgr.14556) 1191 : cluster [DBG] pgmap v1031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:38.037090+0000 mgr.y (mgr.14556) 1191 : cluster [DBG] pgmap v1031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:38.037090+0000 mgr.y (mgr.14556) 1191 : cluster [DBG] pgmap v1031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:40.037566+0000 mgr.y (mgr.14556) 1192 : cluster [DBG] pgmap v1032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:40.037566+0000 mgr.y (mgr.14556) 1192 : cluster [DBG] pgmap v1032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:40.037566+0000 mgr.y (mgr.14556) 1192 : cluster [DBG] pgmap v1032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:19:43.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:19:43] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:19:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:42.038211+0000 mgr.y (mgr.14556) 1193 : cluster [DBG] pgmap v1033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:42.038211+0000 mgr.y (mgr.14556) 1193 : cluster [DBG] pgmap v1033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:42.038211+0000 mgr.y (mgr.14556) 1193 : cluster [DBG] pgmap v1033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:44.038628+0000 mgr.y (mgr.14556) 1194 : cluster [DBG] pgmap v1034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:44.038628+0000 mgr.y (mgr.14556) 1194 : cluster [DBG] pgmap v1034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:44.038628+0000 mgr.y (mgr.14556) 1194 : cluster [DBG] pgmap v1034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:46.039366+0000 mgr.y (mgr.14556) 1195 : cluster [DBG] pgmap v1035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:46.039366+0000 mgr.y (mgr.14556) 1195 : cluster [DBG] pgmap v1035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:46.039366+0000 mgr.y (mgr.14556) 1195 : cluster [DBG] pgmap v1035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:48.039912+0000 mgr.y (mgr.14556) 1196 : cluster [DBG] pgmap v1036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:48.039912+0000 mgr.y (mgr.14556) 1196 : cluster [DBG] pgmap v1036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:48.039912+0000 mgr.y (mgr.14556) 1196 : cluster [DBG] pgmap v1036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:51.819 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:19:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:50.040504+0000 mgr.y (mgr.14556) 1197 : cluster [DBG] pgmap v1037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:50.040504+0000 mgr.y (mgr.14556) 1197 : cluster [DBG] pgmap v1037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:50.040504+0000 mgr.y (mgr.14556) 1197 : cluster [DBG] pgmap v1037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:19:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:19:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:52.041129+0000 mgr.y (mgr.14556) 1198 : cluster [DBG] pgmap v1038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:52.041129+0000 mgr.y (mgr.14556) 1198 : cluster [DBG] pgmap v1038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:52.041129+0000 mgr.y (mgr.14556) 1198 : cluster [DBG] pgmap v1038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:54.041568+0000 mgr.y (mgr.14556) 1199 : cluster [DBG] pgmap v1039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:54.041568+0000 mgr.y (mgr.14556) 1199 : cluster [DBG] pgmap v1039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:54.041568+0000 mgr.y (mgr.14556) 1199 : cluster [DBG] pgmap v1039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:56.042235+0000 mgr.y (mgr.14556) 1200 : cluster [DBG] pgmap v1040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:56.042235+0000 mgr.y (mgr.14556) 1200 : cluster [DBG] pgmap v1040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:19:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:56.042235+0000 mgr.y (mgr.14556) 1200 : cluster [DBG] pgmap v1040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:19:58.042686+0000 mgr.y (mgr.14556) 1201 : cluster [DBG] pgmap v1041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:19:58.042686+0000 mgr.y (mgr.14556) 1201 : cluster [DBG] pgmap v1041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T07:19:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:20:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:19:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:19:58.042686+0000 mgr.y (mgr.14556) 1201 : cluster [DBG] pgmap v1041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:00.000152+0000 mon.a (mon.0) 1000 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:20:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:00.000152+0000 mon.a (mon.0) 1000 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:20:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:00.000152+0000 mon.a (mon.0) 1000 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:20:01.855 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:20:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:00.043261+0000 mgr.y (mgr.14556) 1202 : cluster [DBG] pgmap v1042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:00.043261+0000 mgr.y (mgr.14556) 1202 : cluster [DBG] pgmap v1042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:00.043261+0000 mgr.y (mgr.14556) 1202 : cluster [DBG] pgmap v1042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:02.043920+0000 mgr.y (mgr.14556) 1203 : cluster [DBG] pgmap v1043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:02.043920+0000 mgr.y (mgr.14556) 1203 : cluster [DBG] pgmap v1043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:20:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:20:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:02.043920+0000 mgr.y (mgr.14556) 1203 : cluster [DBG] pgmap v1043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:04.044577+0000 mgr.y (mgr.14556) 1204 : cluster [DBG] pgmap v1044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:04.044577+0000 mgr.y (mgr.14556) 1204 : cluster [DBG] pgmap v1044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:04.044577+0000 mgr.y (mgr.14556) 1204 : cluster [DBG] pgmap v1044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:06.889 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:20:07.176 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:20:07.176 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (33m) 98s ago 33m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:20:07.176 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (33m) 98s ago 33m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:20:07.176 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (34m) 98s ago 34m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:20:07.176 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (34m) 98s ago 34m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:20:07.176 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (38m) 98s ago 38m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (40m) 98s ago 40m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (40m) 98s ago 40m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (38m) 98s ago 38m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (38m) 98s ago 38m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (34m) 98s ago 34m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (34m) 98s ago 34m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (38m) 98s ago 38m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (37m) 98s ago 37m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (37m) 98s ago 37m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (36m) 98s ago 36m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (36m) 98s ago 36m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (36m) 98s ago 36m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (35m) 98s ago 35m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (35m) 98s ago 35m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:20:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (33m) 98s ago 34m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:20:07.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:20:07.530 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:20:07.530 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:20:07.530 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:20:07.530 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:20:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:06.045207+0000 mgr.y (mgr.14556) 1205 : cluster [DBG] pgmap v1045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:20:06.876249+0000 mgr.y (mgr.14556) 1206 : audit [DBG] from='client.25949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:20:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:20:07.529357+0000 mon.a (mon.0) 1001 : audit [DBG] from='client.? 172.21.15.23:0/2844826882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:20:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:06.045207+0000 mgr.y (mgr.14556) 1205 : cluster [DBG] pgmap v1045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:20:06.876249+0000 mgr.y (mgr.14556) 1206 : audit [DBG] from='client.25949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:20:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:20:07.529357+0000 mon.a (mon.0) 1001 : audit [DBG] from='client.? 172.21.15.23:0/2844826882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:20:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:06.045207+0000 mgr.y (mgr.14556) 1205 : cluster [DBG] pgmap v1045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:20:06.876249+0000 mgr.y (mgr.14556) 1206 : audit [DBG] from='client.25949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:20:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:20:07.529357+0000 mon.a (mon.0) 1001 : audit [DBG] from='client.? 172.21.15.23:0/2844826882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:20:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:20:07.168881+0000 mgr.y (mgr.14556) 1207 : audit [DBG] from='client.16041 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:20:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:20:07.168881+0000 mgr.y (mgr.14556) 1207 : audit [DBG] from='client.16041 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:20:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:20:07.168881+0000 mgr.y (mgr.14556) 1207 : audit [DBG] from='client.16041 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:20:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:08.045712+0000 mgr.y (mgr.14556) 1208 : cluster [DBG] pgmap v1046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:08.045712+0000 mgr.y (mgr.14556) 1208 : cluster [DBG] pgmap v1046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:08.045712+0000 mgr.y (mgr.14556) 1208 : cluster [DBG] pgmap v1046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:11.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:20:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:10.046203+0000 mgr.y (mgr.14556) 1209 : cluster [DBG] pgmap v1047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:10.046203+0000 mgr.y (mgr.14556) 1209 : cluster [DBG] pgmap v1047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:10.046203+0000 mgr.y (mgr.14556) 1209 : cluster [DBG] pgmap v1047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:20:13] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T07:20:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:12.046886+0000 mgr.y (mgr.14556) 1210 : cluster [DBG] pgmap v1048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:12.046886+0000 mgr.y (mgr.14556) 1210 : cluster [DBG] pgmap v1048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:12.046886+0000 mgr.y (mgr.14556) 1210 : cluster [DBG] pgmap v1048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:14.047402+0000 mgr.y (mgr.14556) 1211 : cluster [DBG] pgmap v1049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:14.047402+0000 mgr.y (mgr.14556) 1211 : cluster [DBG] pgmap v1049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:14.047402+0000 mgr.y (mgr.14556) 1211 : cluster [DBG] pgmap v1049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:16.048057+0000 mgr.y (mgr.14556) 1212 : cluster [DBG] pgmap v1050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:16.048057+0000 mgr.y (mgr.14556) 1212 : cluster [DBG] pgmap v1050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:16.048057+0000 mgr.y (mgr.14556) 1212 : cluster [DBG] pgmap v1050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:18.048488+0000 mgr.y (mgr.14556) 1213 : cluster [DBG] pgmap v1051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:18.048488+0000 mgr.y (mgr.14556) 1213 : cluster [DBG] pgmap v1051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:18.048488+0000 mgr.y (mgr.14556) 1213 : cluster [DBG] pgmap v1051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:20:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:20.048932+0000 mgr.y (mgr.14556) 1214 : cluster [DBG] pgmap v1052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:20.048932+0000 mgr.y (mgr.14556) 1214 : cluster [DBG] pgmap v1052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:20.048932+0000 mgr.y (mgr.14556) 1214 : cluster [DBG] pgmap v1052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:20:23] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:20:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:22.049613+0000 mgr.y (mgr.14556) 1215 : cluster [DBG] pgmap v1053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:22.049613+0000 mgr.y (mgr.14556) 1215 : cluster [DBG] pgmap v1053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:22.049613+0000 mgr.y (mgr.14556) 1215 : cluster [DBG] pgmap v1053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:24.050167+0000 mgr.y (mgr.14556) 1216 : cluster [DBG] pgmap v1054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:24.050167+0000 mgr.y (mgr.14556) 1216 : cluster [DBG] pgmap v1054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:24.050167+0000 mgr.y (mgr.14556) 1216 : cluster [DBG] pgmap v1054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:26.050832+0000 mgr.y (mgr.14556) 1217 : cluster [DBG] pgmap v1055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:26.050832+0000 mgr.y (mgr.14556) 1217 : cluster [DBG] pgmap v1055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:26.050832+0000 mgr.y (mgr.14556) 1217 : cluster [DBG] pgmap v1055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:28.051237+0000 mgr.y (mgr.14556) 1218 : cluster [DBG] pgmap v1056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:20:29.506150+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:20:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:20:29.811793+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:20:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:20:29.812431+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:20:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:20:29.818266+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:20:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:28.051237+0000 mgr.y (mgr.14556) 1218 : cluster [DBG] pgmap v1056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:20:29.506150+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:20:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:20:29.811793+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:20:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:20:29.812431+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:20:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:20:29.818266+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:20:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:28.051237+0000 mgr.y (mgr.14556) 1218 : cluster [DBG] pgmap v1056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:20:29.506150+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:20:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:20:29.811793+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:20:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:20:29.812431+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:20:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:20:29.818266+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:20:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:30.051644+0000 mgr.y (mgr.14556) 1219 : cluster [DBG] pgmap v1057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:30.051644+0000 mgr.y (mgr.14556) 1219 : cluster [DBG] pgmap v1057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:30.051644+0000 mgr.y (mgr.14556) 1219 : cluster [DBG] pgmap v1057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:20:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:32.052451+0000 mgr.y (mgr.14556) 1220 : cluster [DBG] pgmap v1058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:32.052451+0000 mgr.y (mgr.14556) 1220 : cluster [DBG] pgmap v1058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:32.052451+0000 mgr.y (mgr.14556) 1220 : cluster [DBG] pgmap v1058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:20:33] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:20:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:34.052909+0000 mgr.y (mgr.14556) 1221 : cluster [DBG] pgmap v1059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:34.052909+0000 mgr.y (mgr.14556) 1221 : cluster [DBG] pgmap v1059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:34.052909+0000 mgr.y (mgr.14556) 1221 : cluster [DBG] pgmap v1059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:36.053491+0000 mgr.y (mgr.14556) 1222 : cluster [DBG] pgmap v1060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:36.053491+0000 mgr.y (mgr.14556) 1222 : cluster [DBG] pgmap v1060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:36.053491+0000 mgr.y (mgr.14556) 1222 : cluster [DBG] pgmap v1060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:37.855 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (33m) 2m ago 34m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (34m) 2m ago 34m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (35m) 2m ago 35m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (35m) 2m ago 35m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (38m) 2m ago 38m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (40m) 2m ago 40m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (40m) 2m ago 40m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (39m) 2m ago 39m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (39m) 2m ago 39m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (34m) 2m ago 34m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (34m) 2m ago 34m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:20:38.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (38m) 2m ago 38m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:20:38.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (38m) 2m ago 38m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:20:38.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (37m) 2m ago 37m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:20:38.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (37m) 2m ago 37m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:20:38.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (37m) 2m ago 37m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:20:38.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (36m) 2m ago 36m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:20:38.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (36m) 2m ago 36m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:20:38.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (35m) 2m ago 35m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:20:38.144 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (33m) 2m ago 34m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:20:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:20:37.844086+0000 mgr.y (mgr.14556) 1223 : audit [DBG] from='client.25967 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:20:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:20:37.844086+0000 mgr.y (mgr.14556) 1223 : audit [DBG] from='client.25967 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:20:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:20:37.844086+0000 mgr.y (mgr.14556) 1223 : audit [DBG] from='client.25967 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:20:38.493 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:20:38.493 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:20:38.493 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:20:38.493 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:20:38.493 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:20:38.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:20:38.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:20:38.494 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:20:38.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:20:38.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:20:38.494 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:20:38.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:20:38.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:20:38.494 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:20:38.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:20:38.494 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:20:38.494 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:20:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:38.053866+0000 mgr.y (mgr.14556) 1224 : cluster [DBG] pgmap v1061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:20:38.135449+0000 mgr.y (mgr.14556) 1225 : audit [DBG] from='client.25973 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:20:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:20:38.493999+0000 mon.a (mon.0) 1006 : audit [DBG] from='client.? 172.21.15.23:0/3759599044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:20:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:38.053866+0000 mgr.y (mgr.14556) 1224 : cluster [DBG] pgmap v1061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:20:38.135449+0000 mgr.y (mgr.14556) 1225 : audit [DBG] from='client.25973 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:20:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:20:38.493999+0000 mon.a (mon.0) 1006 : audit [DBG] from='client.? 172.21.15.23:0/3759599044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:20:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:38.053866+0000 mgr.y (mgr.14556) 1224 : cluster [DBG] pgmap v1061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:20:38.135449+0000 mgr.y (mgr.14556) 1225 : audit [DBG] from='client.25973 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:20:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:20:38.493999+0000 mon.a (mon.0) 1006 : audit [DBG] from='client.? 172.21.15.23:0/3759599044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:20:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:40.054460+0000 mgr.y (mgr.14556) 1226 : cluster [DBG] pgmap v1062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:40.054460+0000 mgr.y (mgr.14556) 1226 : cluster [DBG] pgmap v1062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:40.054460+0000 mgr.y (mgr.14556) 1226 : cluster [DBG] pgmap v1062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:20:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:42.055097+0000 mgr.y (mgr.14556) 1227 : cluster [DBG] pgmap v1063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:42.055097+0000 mgr.y (mgr.14556) 1227 : cluster [DBG] pgmap v1063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:42.055097+0000 mgr.y (mgr.14556) 1227 : cluster [DBG] pgmap v1063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:20:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:20:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:44.055546+0000 mgr.y (mgr.14556) 1228 : cluster [DBG] pgmap v1064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:44.055546+0000 mgr.y (mgr.14556) 1228 : cluster [DBG] pgmap v1064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:44.055546+0000 mgr.y (mgr.14556) 1228 : cluster [DBG] pgmap v1064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:46.056280+0000 mgr.y (mgr.14556) 1229 : cluster [DBG] pgmap v1065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:46.056280+0000 mgr.y (mgr.14556) 1229 : cluster [DBG] pgmap v1065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:46.056280+0000 mgr.y (mgr.14556) 1229 : cluster [DBG] pgmap v1065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:48.056769+0000 mgr.y (mgr.14556) 1230 : cluster [DBG] pgmap v1066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:48.056769+0000 mgr.y (mgr.14556) 1230 : cluster [DBG] pgmap v1066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:48.056769+0000 mgr.y (mgr.14556) 1230 : cluster [DBG] pgmap v1066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:50.057168+0000 mgr.y (mgr.14556) 1231 : cluster [DBG] pgmap v1067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:50.057168+0000 mgr.y (mgr.14556) 1231 : cluster [DBG] pgmap v1067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:50.057168+0000 mgr.y (mgr.14556) 1231 : cluster [DBG] pgmap v1067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:20:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:52.057960+0000 mgr.y (mgr.14556) 1232 : cluster [DBG] pgmap v1068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:52.057960+0000 mgr.y (mgr.14556) 1232 : cluster [DBG] pgmap v1068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:52.057960+0000 mgr.y (mgr.14556) 1232 : cluster [DBG] pgmap v1068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:20:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:20:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:54.058525+0000 mgr.y (mgr.14556) 1233 : cluster [DBG] pgmap v1069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:54.058525+0000 mgr.y (mgr.14556) 1233 : cluster [DBG] pgmap v1069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:54.058525+0000 mgr.y (mgr.14556) 1233 : cluster [DBG] pgmap v1069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:56.059403+0000 mgr.y (mgr.14556) 1234 : cluster [DBG] pgmap v1070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:56.059403+0000 mgr.y (mgr.14556) 1234 : cluster [DBG] pgmap v1070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:56.059403+0000 mgr.y (mgr.14556) 1234 : cluster [DBG] pgmap v1070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:20:58.059804+0000 mgr.y (mgr.14556) 1235 : cluster [DBG] pgmap v1071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:20:58.059804+0000 mgr.y (mgr.14556) 1235 : cluster [DBG] pgmap v1071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:20:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:20:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:20:58.059804+0000 mgr.y (mgr.14556) 1235 : cluster [DBG] pgmap v1071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:00.060248+0000 mgr.y (mgr.14556) 1236 : cluster [DBG] pgmap v1072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:00.060248+0000 mgr.y (mgr.14556) 1236 : cluster [DBG] pgmap v1072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:00.060248+0000 mgr.y (mgr.14556) 1236 : cluster [DBG] pgmap v1072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:21:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:02.061108+0000 mgr.y (mgr.14556) 1237 : cluster [DBG] pgmap v1073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:02.061108+0000 mgr.y (mgr.14556) 1237 : cluster [DBG] pgmap v1073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:02.061108+0000 mgr.y (mgr.14556) 1237 : cluster [DBG] pgmap v1073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:21:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:21:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:04.061633+0000 mgr.y (mgr.14556) 1238 : cluster [DBG] pgmap v1074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:04.061633+0000 mgr.y (mgr.14556) 1238 : cluster [DBG] pgmap v1074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:04.061633+0000 mgr.y (mgr.14556) 1238 : cluster [DBG] pgmap v1074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:06.062302+0000 mgr.y (mgr.14556) 1239 : cluster [DBG] pgmap v1075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:06.062302+0000 mgr.y (mgr.14556) 1239 : cluster [DBG] pgmap v1075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:06.062302+0000 mgr.y (mgr.14556) 1239 : cluster [DBG] pgmap v1075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:08.817 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:21:09.104 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:21:09.104 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (34m) 2m ago 34m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:21:09.104 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (34m) 2m ago 34m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:21:09.104 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (35m) 2m ago 35m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:21:09.104 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (35m) 2m ago 35m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:21:09.104 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (39m) 2m ago 39m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:21:09.104 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (41m) 2m ago 41m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (41m) 2m ago 41m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (39m) 2m ago 39m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (39m) 2m ago 39m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (35m) 2m ago 35m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (35m) 2m ago 35m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (39m) 2m ago 39m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (38m) 2m ago 38m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (38m) 2m ago 38m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (37m) 2m ago 37m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (37m) 2m ago 37m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (37m) 2m ago 37m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (36m) 2m ago 36m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (36m) 2m ago 36m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:21:09.105 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (34m) 2m ago 35m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:21:09.456 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:21:09.457 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:21:09.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:21:09.457 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:21:09.457 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:21:09.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:21:09.457 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:21:09.457 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:21:09.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:21:09.457 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:21:09.457 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:21:09.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:21:09.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:21:09.458 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:21:09.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:21:09.458 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:21:09.458 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:21:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:08.062736+0000 mgr.y (mgr.14556) 1240 : cluster [DBG] pgmap v1076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:21:08.805978+0000 mgr.y (mgr.14556) 1241 : audit [DBG] from='client.25985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:21:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:08.062736+0000 mgr.y (mgr.14556) 1240 : cluster [DBG] pgmap v1076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:21:08.805978+0000 mgr.y (mgr.14556) 1241 : audit [DBG] from='client.25985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:21:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:08.062736+0000 mgr.y (mgr.14556) 1240 : cluster [DBG] pgmap v1076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:21:08.805978+0000 mgr.y (mgr.14556) 1241 : audit [DBG] from='client.25985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:21:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:21:09.096841+0000 mgr.y (mgr.14556) 1242 : audit [DBG] from='client.25991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:21:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:21:09.457265+0000 mon.c (mon.2) 66 : audit [DBG] from='client.? 172.21.15.23:0/146992799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:21:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:21:09.096841+0000 mgr.y (mgr.14556) 1242 : audit [DBG] from='client.25991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:21:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:21:09.457265+0000 mon.c (mon.2) 66 : audit [DBG] from='client.? 172.21.15.23:0/146992799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:21:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:21:09.096841+0000 mgr.y (mgr.14556) 1242 : audit [DBG] from='client.25991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:21:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:21:09.457265+0000 mon.c (mon.2) 66 : audit [DBG] from='client.? 172.21.15.23:0/146992799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:21:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:10.063074+0000 mgr.y (mgr.14556) 1243 : cluster [DBG] pgmap v1077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:10.063074+0000 mgr.y (mgr.14556) 1243 : cluster [DBG] pgmap v1077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:10.063074+0000 mgr.y (mgr.14556) 1243 : cluster [DBG] pgmap v1077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:21:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:12.063828+0000 mgr.y (mgr.14556) 1244 : cluster [DBG] pgmap v1078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:12.063828+0000 mgr.y (mgr.14556) 1244 : cluster [DBG] pgmap v1078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:12.063828+0000 mgr.y (mgr.14556) 1244 : cluster [DBG] pgmap v1078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:21:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:21:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:14.064488+0000 mgr.y (mgr.14556) 1245 : cluster [DBG] pgmap v1079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:14.064488+0000 mgr.y (mgr.14556) 1245 : cluster [DBG] pgmap v1079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:14.064488+0000 mgr.y (mgr.14556) 1245 : cluster [DBG] pgmap v1079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:16.065129+0000 mgr.y (mgr.14556) 1246 : cluster [DBG] pgmap v1080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:17.635 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:16.065129+0000 mgr.y (mgr.14556) 1246 : cluster [DBG] pgmap v1080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:16.065129+0000 mgr.y (mgr.14556) 1246 : cluster [DBG] pgmap v1080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:18.065543+0000 mgr.y (mgr.14556) 1247 : cluster [DBG] pgmap v1081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:18.065543+0000 mgr.y (mgr.14556) 1247 : cluster [DBG] pgmap v1081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:18.065543+0000 mgr.y (mgr.14556) 1247 : cluster [DBG] pgmap v1081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:20.065913+0000 mgr.y (mgr.14556) 1248 : cluster [DBG] pgmap v1082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:20.065913+0000 mgr.y (mgr.14556) 1248 : cluster [DBG] pgmap v1082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:20.065913+0000 mgr.y (mgr.14556) 1248 : cluster [DBG] pgmap v1082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:21:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:22.066714+0000 mgr.y (mgr.14556) 1249 : cluster [DBG] pgmap v1083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:22.066714+0000 mgr.y (mgr.14556) 1249 : cluster [DBG] pgmap v1083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:22.066714+0000 mgr.y (mgr.14556) 1249 : cluster [DBG] pgmap v1083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:21:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:21:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:24.067174+0000 mgr.y (mgr.14556) 1250 : cluster [DBG] pgmap v1084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:24.067174+0000 mgr.y (mgr.14556) 1250 : cluster [DBG] pgmap v1084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:24.067174+0000 mgr.y (mgr.14556) 1250 : cluster [DBG] pgmap v1084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:26.067803+0000 mgr.y (mgr.14556) 1251 : cluster [DBG] pgmap v1085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:26.067803+0000 mgr.y (mgr.14556) 1251 : cluster [DBG] pgmap v1085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:26.067803+0000 mgr.y (mgr.14556) 1251 : cluster [DBG] pgmap v1085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:28.068210+0000 mgr.y (mgr.14556) 1252 : cluster [DBG] pgmap v1086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:28.068210+0000 mgr.y (mgr.14556) 1252 : cluster [DBG] pgmap v1086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:28.068210+0000 mgr.y (mgr.14556) 1252 : cluster [DBG] pgmap v1086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:21:29.822970+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:21:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:21:30.078983+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:21:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:21:30.089521+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:21:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:21:29.822970+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:21:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:21:30.078983+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:21:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:21:30.089521+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:21:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:21:29.822970+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:21:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:21:30.078983+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:21:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:21:30.089521+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:21:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:30.068554+0000 mgr.y (mgr.14556) 1253 : cluster [DBG] pgmap v1087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:21:30.372546+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:21:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:21:30.373250+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:21:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:21:30.377724+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:21:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:30.068554+0000 mgr.y (mgr.14556) 1253 : cluster [DBG] pgmap v1087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:21:30.372546+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:21:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:21:30.373250+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:21:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:21:30.377724+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:21:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:21:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:30.068554+0000 mgr.y (mgr.14556) 1253 : cluster [DBG] pgmap v1087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:21:30.372546+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:21:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:21:30.373250+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:21:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:21:30.377724+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:21:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:32.069416+0000 mgr.y (mgr.14556) 1254 : cluster [DBG] pgmap v1088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:32.069416+0000 mgr.y (mgr.14556) 1254 : cluster [DBG] pgmap v1088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:33.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:32.069416+0000 mgr.y (mgr.14556) 1254 : cluster [DBG] pgmap v1088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:21:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:21:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:34.069927+0000 mgr.y (mgr.14556) 1255 : cluster [DBG] pgmap v1089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:34.069927+0000 mgr.y (mgr.14556) 1255 : cluster [DBG] pgmap v1089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:34.069927+0000 mgr.y (mgr.14556) 1255 : cluster [DBG] pgmap v1089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:36.070899+0000 mgr.y (mgr.14556) 1256 : cluster [DBG] pgmap v1090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:36.070899+0000 mgr.y (mgr.14556) 1256 : cluster [DBG] pgmap v1090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:36.070899+0000 mgr.y (mgr.14556) 1256 : cluster [DBG] pgmap v1090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:38.071463+0000 mgr.y (mgr.14556) 1257 : cluster [DBG] pgmap v1091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:38.071463+0000 mgr.y (mgr.14556) 1257 : cluster [DBG] pgmap v1091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:38.071463+0000 mgr.y (mgr.14556) 1257 : cluster [DBG] pgmap v1091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:39.781 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:21:40.066 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (34m) 3m ago 35m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (35m) 3m ago 35m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (36m) 3m ago 36m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (36m) 3m ago 36m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (40m) 3m ago 40m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (41m) 3m ago 41m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (41m) 3m ago 41m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (40m) 3m ago 40m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (40m) 3m ago 40m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (35m) 3m ago 35m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (35m) 3m ago 35m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (39m) 3m ago 39m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:21:40.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (39m) 3m ago 39m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:21:40.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (38m) 3m ago 38m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:21:40.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (38m) 3m ago 38m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:21:40.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (38m) 3m ago 38m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:21:40.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (37m) 3m ago 37m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:21:40.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (37m) 3m ago 37m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:21:40.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (36m) 3m ago 36m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:21:40.068 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (34m) 3m ago 35m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:21:40.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:21:40.420 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:21:40.420 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:21:40.420 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:21:40.420 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:21:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:21:39.770203+0000 mgr.y (mgr.14556) 1258 : audit [DBG] from='client.26003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:21:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:21:39.770203+0000 mgr.y (mgr.14556) 1258 : audit [DBG] from='client.26003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:21:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:21:39.770203+0000 mgr.y (mgr.14556) 1258 : audit [DBG] from='client.26003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:21:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:21:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:21:40.059084+0000 mgr.y (mgr.14556) 1259 : audit [DBG] from='client.16095 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:21:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:40.071800+0000 mgr.y (mgr.14556) 1260 : cluster [DBG] pgmap v1092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:21:40.419345+0000 mon.a (mon.0) 1013 : audit [DBG] from='client.? 172.21.15.23:0/1284007721' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:21:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:21:40.059084+0000 mgr.y (mgr.14556) 1259 : audit [DBG] from='client.16095 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:21:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:40.071800+0000 mgr.y (mgr.14556) 1260 : cluster [DBG] pgmap v1092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:21:40.419345+0000 mon.a (mon.0) 1013 : audit [DBG] from='client.? 172.21.15.23:0/1284007721' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:21:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:21:40.059084+0000 mgr.y (mgr.14556) 1259 : audit [DBG] from='client.16095 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:21:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:40.071800+0000 mgr.y (mgr.14556) 1260 : cluster [DBG] pgmap v1092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:21:40.419345+0000 mon.a (mon.0) 1013 : audit [DBG] from='client.? 172.21.15.23:0/1284007721' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:21:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:42.072612+0000 mgr.y (mgr.14556) 1261 : cluster [DBG] pgmap v1093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:42.072612+0000 mgr.y (mgr.14556) 1261 : cluster [DBG] pgmap v1093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:42.072612+0000 mgr.y (mgr.14556) 1261 : cluster [DBG] pgmap v1093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:21:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T07:21:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:44.073174+0000 mgr.y (mgr.14556) 1262 : cluster [DBG] pgmap v1094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:44.073174+0000 mgr.y (mgr.14556) 1262 : cluster [DBG] pgmap v1094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:44.073174+0000 mgr.y (mgr.14556) 1262 : cluster [DBG] pgmap v1094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:46.073973+0000 mgr.y (mgr.14556) 1263 : cluster [DBG] pgmap v1095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:46.073973+0000 mgr.y (mgr.14556) 1263 : cluster [DBG] pgmap v1095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:46.073973+0000 mgr.y (mgr.14556) 1263 : cluster [DBG] pgmap v1095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:48.074477+0000 mgr.y (mgr.14556) 1264 : cluster [DBG] pgmap v1096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:48.074477+0000 mgr.y (mgr.14556) 1264 : cluster [DBG] pgmap v1096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:48.074477+0000 mgr.y (mgr.14556) 1264 : cluster [DBG] pgmap v1096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:50.074962+0000 mgr.y (mgr.14556) 1265 : cluster [DBG] pgmap v1097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:50.074962+0000 mgr.y (mgr.14556) 1265 : cluster [DBG] pgmap v1097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:50.074962+0000 mgr.y (mgr.14556) 1265 : cluster [DBG] pgmap v1097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:21:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:52.075574+0000 mgr.y (mgr.14556) 1266 : cluster [DBG] pgmap v1098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:52.075574+0000 mgr.y (mgr.14556) 1266 : cluster [DBG] pgmap v1098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:52.075574+0000 mgr.y (mgr.14556) 1266 : cluster [DBG] pgmap v1098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:21:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:21:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:54.076123+0000 mgr.y (mgr.14556) 1267 : cluster [DBG] pgmap v1099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:54.076123+0000 mgr.y (mgr.14556) 1267 : cluster [DBG] pgmap v1099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:54.076123+0000 mgr.y (mgr.14556) 1267 : cluster [DBG] pgmap v1099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:56.077049+0000 mgr.y (mgr.14556) 1268 : cluster [DBG] pgmap v1100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:56.077049+0000 mgr.y (mgr.14556) 1268 : cluster [DBG] pgmap v1100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:56.077049+0000 mgr.y (mgr.14556) 1268 : cluster [DBG] pgmap v1100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:21:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:21:58.077429+0000 mgr.y (mgr.14556) 1269 : cluster [DBG] pgmap v1101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:21:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:21:58.077429+0000 mgr.y (mgr.14556) 1269 : cluster [DBG] pgmap v1101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:21:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:21:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:21:58.077429+0000 mgr.y (mgr.14556) 1269 : cluster [DBG] pgmap v1101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:00.077780+0000 mgr.y (mgr.14556) 1270 : cluster [DBG] pgmap v1102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:00.077780+0000 mgr.y (mgr.14556) 1270 : cluster [DBG] pgmap v1102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:00.077780+0000 mgr.y (mgr.14556) 1270 : cluster [DBG] pgmap v1102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:22:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:02.078587+0000 mgr.y (mgr.14556) 1271 : cluster [DBG] pgmap v1103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:02.078587+0000 mgr.y (mgr.14556) 1271 : cluster [DBG] pgmap v1103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:02.078587+0000 mgr.y (mgr.14556) 1271 : cluster [DBG] pgmap v1103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:22:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:22:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:04.078948+0000 mgr.y (mgr.14556) 1272 : cluster [DBG] pgmap v1104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:04.078948+0000 mgr.y (mgr.14556) 1272 : cluster [DBG] pgmap v1104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:04.078948+0000 mgr.y (mgr.14556) 1272 : cluster [DBG] pgmap v1104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:06.079589+0000 mgr.y (mgr.14556) 1273 : cluster [DBG] pgmap v1105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:06.079589+0000 mgr.y (mgr.14556) 1273 : cluster [DBG] pgmap v1105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:06.079589+0000 mgr.y (mgr.14556) 1273 : cluster [DBG] pgmap v1105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:08.080095+0000 mgr.y (mgr.14556) 1274 : cluster [DBG] pgmap v1106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:08.080095+0000 mgr.y (mgr.14556) 1274 : cluster [DBG] pgmap v1106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:08.080095+0000 mgr.y (mgr.14556) 1274 : cluster [DBG] pgmap v1106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:10.742 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:22:11.029 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:22:11.029 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (35m) 3m ago 35m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:22:11.029 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (35m) 3m ago 35m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:22:11.029 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (36m) 3m ago 36m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:22:11.029 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (36m) 3m ago 36m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:22:11.029 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (40m) 3m ago 40m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:22:11.029 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (42m) 3m ago 42m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:22:11.029 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (42m) 3m ago 42m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:22:11.029 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (40m) 3m ago 40m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:22:11.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (40m) 3m ago 40m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:22:11.030 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (36m) 3m ago 36m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:22:11.030 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (36m) 3m ago 36m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:22:11.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (40m) 3m ago 40m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:22:11.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (39m) 3m ago 39m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:22:11.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (39m) 3m ago 39m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:22:11.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (38m) 3m ago 38m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:22:11.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (38m) 3m ago 38m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:22:11.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (38m) 3m ago 38m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:22:11.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (37m) 3m ago 37m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:22:11.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (37m) 3m ago 37m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:22:11.030 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (35m) 3m ago 36m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:22:11.375 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:22:11.375 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:22:11.375 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:22:11.376 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:22:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:10.080504+0000 mgr.y (mgr.14556) 1275 : cluster [DBG] pgmap v1107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:22:10.731136+0000 mgr.y (mgr.14556) 1276 : audit [DBG] from='client.26021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:22:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:22:11.376064+0000 mon.c (mon.2) 67 : audit [DBG] from='client.? 172.21.15.23:0/4273580105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:22:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:10.080504+0000 mgr.y (mgr.14556) 1275 : cluster [DBG] pgmap v1107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:22:10.731136+0000 mgr.y (mgr.14556) 1276 : audit [DBG] from='client.26021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:22:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:22:11.376064+0000 mon.c (mon.2) 67 : audit [DBG] from='client.? 172.21.15.23:0/4273580105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:22:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:22:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:10.080504+0000 mgr.y (mgr.14556) 1275 : cluster [DBG] pgmap v1107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:22:10.731136+0000 mgr.y (mgr.14556) 1276 : audit [DBG] from='client.26021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:22:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:22:11.376064+0000 mon.c (mon.2) 67 : audit [DBG] from='client.? 172.21.15.23:0/4273580105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:22:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:22:11.021419+0000 mgr.y (mgr.14556) 1277 : audit [DBG] from='client.26027 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:22:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:22:11.021419+0000 mgr.y (mgr.14556) 1277 : audit [DBG] from='client.26027 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:22:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:22:11.021419+0000 mgr.y (mgr.14556) 1277 : audit [DBG] from='client.26027 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:22:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:22:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:22:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:12.081265+0000 mgr.y (mgr.14556) 1278 : cluster [DBG] pgmap v1108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:12.081265+0000 mgr.y (mgr.14556) 1278 : cluster [DBG] pgmap v1108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:12.081265+0000 mgr.y (mgr.14556) 1278 : cluster [DBG] pgmap v1108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:14.081626+0000 mgr.y (mgr.14556) 1279 : cluster [DBG] pgmap v1109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:14.081626+0000 mgr.y (mgr.14556) 1279 : cluster [DBG] pgmap v1109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:14.081626+0000 mgr.y (mgr.14556) 1279 : cluster [DBG] pgmap v1109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:16.082311+0000 mgr.y (mgr.14556) 1280 : cluster [DBG] pgmap v1110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:16.082311+0000 mgr.y (mgr.14556) 1280 : cluster [DBG] pgmap v1110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:16.082311+0000 mgr.y (mgr.14556) 1280 : cluster [DBG] pgmap v1110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:18.082742+0000 mgr.y (mgr.14556) 1281 : cluster [DBG] pgmap v1111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:18.082742+0000 mgr.y (mgr.14556) 1281 : cluster [DBG] pgmap v1111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:18.082742+0000 mgr.y (mgr.14556) 1281 : cluster [DBG] pgmap v1111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:20.083073+0000 mgr.y (mgr.14556) 1282 : cluster [DBG] pgmap v1112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:20.083073+0000 mgr.y (mgr.14556) 1282 : cluster [DBG] pgmap v1112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:20.083073+0000 mgr.y (mgr.14556) 1282 : cluster [DBG] pgmap v1112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:22:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:22:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:22:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:22.083830+0000 mgr.y (mgr.14556) 1283 : cluster [DBG] pgmap v1113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:22.083830+0000 mgr.y (mgr.14556) 1283 : cluster [DBG] pgmap v1113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:22.083830+0000 mgr.y (mgr.14556) 1283 : cluster [DBG] pgmap v1113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:24.084343+0000 mgr.y (mgr.14556) 1284 : cluster [DBG] pgmap v1114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:24.084343+0000 mgr.y (mgr.14556) 1284 : cluster [DBG] pgmap v1114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:24.084343+0000 mgr.y (mgr.14556) 1284 : cluster [DBG] pgmap v1114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:26.084928+0000 mgr.y (mgr.14556) 1285 : cluster [DBG] pgmap v1115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:26.084928+0000 mgr.y (mgr.14556) 1285 : cluster [DBG] pgmap v1115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:26.084928+0000 mgr.y (mgr.14556) 1285 : cluster [DBG] pgmap v1115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:28.085391+0000 mgr.y (mgr.14556) 1286 : cluster [DBG] pgmap v1116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:28.085391+0000 mgr.y (mgr.14556) 1286 : cluster [DBG] pgmap v1116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:28.085391+0000 mgr.y (mgr.14556) 1286 : cluster [DBG] pgmap v1116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:22:30.382309+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:22:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:22:30.382309+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:22:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:22:30.382309+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:22:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:30.085939+0000 mgr.y (mgr.14556) 1287 : cluster [DBG] pgmap v1117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:22:30.694134+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:22:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:22:30.694863+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:22:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:22:30.699301+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:22:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:22:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:30.085939+0000 mgr.y (mgr.14556) 1287 : cluster [DBG] pgmap v1117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:22:30.694134+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:22:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:22:30.694863+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:22:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:22:30.699301+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:22:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:30.085939+0000 mgr.y (mgr.14556) 1287 : cluster [DBG] pgmap v1117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:22:30.694134+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:22:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:22:30.694863+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:22:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:22:30.699301+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:22:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:22:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:22:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:32.086671+0000 mgr.y (mgr.14556) 1288 : cluster [DBG] pgmap v1118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:32.086671+0000 mgr.y (mgr.14556) 1288 : cluster [DBG] pgmap v1118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:32.086671+0000 mgr.y (mgr.14556) 1288 : cluster [DBG] pgmap v1118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:34.087112+0000 mgr.y (mgr.14556) 1289 : cluster [DBG] pgmap v1119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:34.087112+0000 mgr.y (mgr.14556) 1289 : cluster [DBG] pgmap v1119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:34.087112+0000 mgr.y (mgr.14556) 1289 : cluster [DBG] pgmap v1119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:36.087939+0000 mgr.y (mgr.14556) 1290 : cluster [DBG] pgmap v1120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:36.087939+0000 mgr.y (mgr.14556) 1290 : cluster [DBG] pgmap v1120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:36.087939+0000 mgr.y (mgr.14556) 1290 : cluster [DBG] pgmap v1120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:38.088309+0000 mgr.y (mgr.14556) 1291 : cluster [DBG] pgmap v1121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:38.088309+0000 mgr.y (mgr.14556) 1291 : cluster [DBG] pgmap v1121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:38.088309+0000 mgr.y (mgr.14556) 1291 : cluster [DBG] pgmap v1121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:41.701 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:22:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:40.088754+0000 mgr.y (mgr.14556) 1292 : cluster [DBG] pgmap v1122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:22:41.991 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:22:41.991 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (35m) 4m ago 36m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:22:41.991 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (36m) 4m ago 36m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:22:41.991 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (37m) 4m ago 37m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:22:41.991 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (37m) 4m ago 37m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:22:41.991 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (41m) 4m ago 41m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:22:41.991 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (42m) 4m ago 42m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:22:41.991 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (42m) 4m ago 42m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:22:41.991 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (41m) 4m ago 41m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:22:41.991 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (41m) 4m ago 41m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:22:41.991 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (36m) 4m ago 36m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:22:41.992 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (36m) 4m ago 36m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:22:41.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (40m) 4m ago 40m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:22:41.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (40m) 4m ago 40m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:22:41.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (39m) 4m ago 39m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:22:41.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (39m) 4m ago 39m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:22:41.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (39m) 4m ago 39m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:22:41.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (38m) 4m ago 38m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:22:41.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (38m) 4m ago 38m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:22:41.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (37m) 4m ago 37m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:22:41.992 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (35m) 4m ago 36m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:22:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:40.088754+0000 mgr.y (mgr.14556) 1292 : cluster [DBG] pgmap v1122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:40.088754+0000 mgr.y (mgr.14556) 1292 : cluster [DBG] pgmap v1122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:42.338 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:22:42.338 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:22:42.338 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:22:42.338 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:22:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:22:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:22:41.689465+0000 mgr.y (mgr.14556) 1293 : audit [DBG] from='client.16125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:22:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:22:41.983136+0000 mgr.y (mgr.14556) 1294 : audit [DBG] from='client.26045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:22:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:22:42.339146+0000 mon.a (mon.0) 1018 : audit [DBG] from='client.? 172.21.15.23:0/3008082913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:22:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:22:41.689465+0000 mgr.y (mgr.14556) 1293 : audit [DBG] from='client.16125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:22:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:22:41.983136+0000 mgr.y (mgr.14556) 1294 : audit [DBG] from='client.26045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:22:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:22:42.339146+0000 mon.a (mon.0) 1018 : audit [DBG] from='client.? 172.21.15.23:0/3008082913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:22:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:22:41.689465+0000 mgr.y (mgr.14556) 1293 : audit [DBG] from='client.16125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:22:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:22:41.983136+0000 mgr.y (mgr.14556) 1294 : audit [DBG] from='client.26045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:22:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:22:42.339146+0000 mon.a (mon.0) 1018 : audit [DBG] from='client.? 172.21.15.23:0/3008082913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:22:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:22:43] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:22:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:42.089337+0000 mgr.y (mgr.14556) 1295 : cluster [DBG] pgmap v1123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:42.089337+0000 mgr.y (mgr.14556) 1295 : cluster [DBG] pgmap v1123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:42.089337+0000 mgr.y (mgr.14556) 1295 : cluster [DBG] pgmap v1123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:44.089700+0000 mgr.y (mgr.14556) 1296 : cluster [DBG] pgmap v1124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:44.089700+0000 mgr.y (mgr.14556) 1296 : cluster [DBG] pgmap v1124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:44.089700+0000 mgr.y (mgr.14556) 1296 : cluster [DBG] pgmap v1124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:46.090534+0000 mgr.y (mgr.14556) 1297 : cluster [DBG] pgmap v1125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:46.090534+0000 mgr.y (mgr.14556) 1297 : cluster [DBG] pgmap v1125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:46.090534+0000 mgr.y (mgr.14556) 1297 : cluster [DBG] pgmap v1125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:48.091032+0000 mgr.y (mgr.14556) 1298 : cluster [DBG] pgmap v1126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:48.091032+0000 mgr.y (mgr.14556) 1298 : cluster [DBG] pgmap v1126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:48.091032+0000 mgr.y (mgr.14556) 1298 : cluster [DBG] pgmap v1126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:50.091461+0000 mgr.y (mgr.14556) 1299 : cluster [DBG] pgmap v1127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:22:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:50.091461+0000 mgr.y (mgr.14556) 1299 : cluster [DBG] pgmap v1127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:50.091461+0000 mgr.y (mgr.14556) 1299 : cluster [DBG] pgmap v1127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:52.092074+0000 mgr.y (mgr.14556) 1300 : cluster [DBG] pgmap v1128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:22:53] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T07:22:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:52.092074+0000 mgr.y (mgr.14556) 1300 : cluster [DBG] pgmap v1128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:52.092074+0000 mgr.y (mgr.14556) 1300 : cluster [DBG] pgmap v1128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:54.092504+0000 mgr.y (mgr.14556) 1301 : cluster [DBG] pgmap v1129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:54.092504+0000 mgr.y (mgr.14556) 1301 : cluster [DBG] pgmap v1129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:54.092504+0000 mgr.y (mgr.14556) 1301 : cluster [DBG] pgmap v1129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:56.093349+0000 mgr.y (mgr.14556) 1302 : cluster [DBG] pgmap v1130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:56.093349+0000 mgr.y (mgr.14556) 1302 : cluster [DBG] pgmap v1130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:22:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:56.093349+0000 mgr.y (mgr.14556) 1302 : cluster [DBG] pgmap v1130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:22:58.093719+0000 mgr.y (mgr.14556) 1303 : cluster [DBG] pgmap v1131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:22:58.093719+0000 mgr.y (mgr.14556) 1303 : cluster [DBG] pgmap v1131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:22:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:22:58.093719+0000 mgr.y (mgr.14556) 1303 : cluster [DBG] pgmap v1131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:01.839 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:23:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:00.094109+0000 mgr.y (mgr.14556) 1304 : cluster [DBG] pgmap v1132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:00.094109+0000 mgr.y (mgr.14556) 1304 : cluster [DBG] pgmap v1132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:00.094109+0000 mgr.y (mgr.14556) 1304 : cluster [DBG] pgmap v1132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:23:03] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T07:23:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:02.094955+0000 mgr.y (mgr.14556) 1305 : cluster [DBG] pgmap v1133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:02.094955+0000 mgr.y (mgr.14556) 1305 : cluster [DBG] pgmap v1133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:02.094955+0000 mgr.y (mgr.14556) 1305 : cluster [DBG] pgmap v1133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:04.095352+0000 mgr.y (mgr.14556) 1306 : cluster [DBG] pgmap v1134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:04.095352+0000 mgr.y (mgr.14556) 1306 : cluster [DBG] pgmap v1134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:04.095352+0000 mgr.y (mgr.14556) 1306 : cluster [DBG] pgmap v1134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:06.096108+0000 mgr.y (mgr.14556) 1307 : cluster [DBG] pgmap v1135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:06.096108+0000 mgr.y (mgr.14556) 1307 : cluster [DBG] pgmap v1135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:06.096108+0000 mgr.y (mgr.14556) 1307 : cluster [DBG] pgmap v1135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:08.096604+0000 mgr.y (mgr.14556) 1308 : cluster [DBG] pgmap v1136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:08.096604+0000 mgr.y (mgr.14556) 1308 : cluster [DBG] pgmap v1136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:08.096604+0000 mgr.y (mgr.14556) 1308 : cluster [DBG] pgmap v1136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:11.882 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:23:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:10.097067+0000 mgr.y (mgr.14556) 1309 : cluster [DBG] pgmap v1137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:10.097067+0000 mgr.y (mgr.14556) 1309 : cluster [DBG] pgmap v1137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:10.097067+0000 mgr.y (mgr.14556) 1309 : cluster [DBG] pgmap v1137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:12.665 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:23:12.954 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:23:12.954 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (36m) 4m ago 36m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:23:12.954 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (36m) 4m ago 36m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:23:12.954 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (37m) 4m ago 37m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:23:12.954 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (37m) 4m ago 37m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:23:12.954 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (41m) 4m ago 41m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:23:12.954 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (43m) 4m ago 43m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:23:12.954 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (43m) 4m ago 43m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (41m) 4m ago 41m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (41m) 4m ago 41m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (37m) 4m ago 37m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (37m) 4m ago 37m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (41m) 4m ago 41m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (40m) 4m ago 40m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (40m) 4m ago 40m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (40m) 4m ago 40m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (39m) 4m ago 39m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (39m) 4m ago 39m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (38m) 4m ago 38m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (38m) 4m ago 38m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:23:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (36m) 4m ago 37m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:23:13.306 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:23:13.306 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:23:13.307 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:23:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:23:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:23:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:12.097822+0000 mgr.y (mgr.14556) 1310 : cluster [DBG] pgmap v1138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:23:12.653259+0000 mgr.y (mgr.14556) 1311 : audit [DBG] from='client.26057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:23:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:23:12.946629+0000 mgr.y (mgr.14556) 1312 : audit [DBG] from='client.26063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:23:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:23:13.306847+0000 mon.c (mon.2) 68 : audit [DBG] from='client.? 172.21.15.23:0/2236554593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:23:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:12.097822+0000 mgr.y (mgr.14556) 1310 : cluster [DBG] pgmap v1138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:23:12.653259+0000 mgr.y (mgr.14556) 1311 : audit [DBG] from='client.26057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:23:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:23:12.946629+0000 mgr.y (mgr.14556) 1312 : audit [DBG] from='client.26063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:23:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:23:13.306847+0000 mon.c (mon.2) 68 : audit [DBG] from='client.? 172.21.15.23:0/2236554593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:23:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:12.097822+0000 mgr.y (mgr.14556) 1310 : cluster [DBG] pgmap v1138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:23:12.653259+0000 mgr.y (mgr.14556) 1311 : audit [DBG] from='client.26057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:23:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:23:12.946629+0000 mgr.y (mgr.14556) 1312 : audit [DBG] from='client.26063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:23:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:23:13.306847+0000 mon.c (mon.2) 68 : audit [DBG] from='client.? 172.21.15.23:0/2236554593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:23:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:14.098356+0000 mgr.y (mgr.14556) 1313 : cluster [DBG] pgmap v1139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:14.098356+0000 mgr.y (mgr.14556) 1313 : cluster [DBG] pgmap v1139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:14.098356+0000 mgr.y (mgr.14556) 1313 : cluster [DBG] pgmap v1139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:16.099090+0000 mgr.y (mgr.14556) 1314 : cluster [DBG] pgmap v1140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:16.099090+0000 mgr.y (mgr.14556) 1314 : cluster [DBG] pgmap v1140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:16.099090+0000 mgr.y (mgr.14556) 1314 : cluster [DBG] pgmap v1140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:18.099562+0000 mgr.y (mgr.14556) 1315 : cluster [DBG] pgmap v1141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:18.099562+0000 mgr.y (mgr.14556) 1315 : cluster [DBG] pgmap v1141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:18.099562+0000 mgr.y (mgr.14556) 1315 : cluster [DBG] pgmap v1141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:23:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:20.100021+0000 mgr.y (mgr.14556) 1316 : cluster [DBG] pgmap v1142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:20.100021+0000 mgr.y (mgr.14556) 1316 : cluster [DBG] pgmap v1142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:20.100021+0000 mgr.y (mgr.14556) 1316 : cluster [DBG] pgmap v1142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:22.100797+0000 mgr.y (mgr.14556) 1317 : cluster [DBG] pgmap v1143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:23:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:23:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:22.100797+0000 mgr.y (mgr.14556) 1317 : cluster [DBG] pgmap v1143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:22.100797+0000 mgr.y (mgr.14556) 1317 : cluster [DBG] pgmap v1143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:24.101162+0000 mgr.y (mgr.14556) 1318 : cluster [DBG] pgmap v1144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:24.101162+0000 mgr.y (mgr.14556) 1318 : cluster [DBG] pgmap v1144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:24.101162+0000 mgr.y (mgr.14556) 1318 : cluster [DBG] pgmap v1144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:26.101822+0000 mgr.y (mgr.14556) 1319 : cluster [DBG] pgmap v1145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:26.101822+0000 mgr.y (mgr.14556) 1319 : cluster [DBG] pgmap v1145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:26.101822+0000 mgr.y (mgr.14556) 1319 : cluster [DBG] pgmap v1145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:28.102199+0000 mgr.y (mgr.14556) 1320 : cluster [DBG] pgmap v1146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:28.102199+0000 mgr.y (mgr.14556) 1320 : cluster [DBG] pgmap v1146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:28.102199+0000 mgr.y (mgr.14556) 1320 : cluster [DBG] pgmap v1146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:23:30.703690+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:23:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:23:30.703690+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:23:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:23:30.703690+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:23:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:23:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:30.102647+0000 mgr.y (mgr.14556) 1321 : cluster [DBG] pgmap v1147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:23:31.012910+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:23:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:23:31.013572+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:23:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:23:31.018186+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:23:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:30.102647+0000 mgr.y (mgr.14556) 1321 : cluster [DBG] pgmap v1147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:23:31.012910+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:23:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:23:31.013572+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:23:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:23:31.018186+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:23:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:30.102647+0000 mgr.y (mgr.14556) 1321 : cluster [DBG] pgmap v1147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:23:31.012910+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:23:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:23:31.013572+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:23:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:23:31.018186+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:23:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:23:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:23:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:32.103458+0000 mgr.y (mgr.14556) 1322 : cluster [DBG] pgmap v1148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:32.103458+0000 mgr.y (mgr.14556) 1322 : cluster [DBG] pgmap v1148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:32.103458+0000 mgr.y (mgr.14556) 1322 : cluster [DBG] pgmap v1148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:34.103915+0000 mgr.y (mgr.14556) 1323 : cluster [DBG] pgmap v1149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:34.103915+0000 mgr.y (mgr.14556) 1323 : cluster [DBG] pgmap v1149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:34.103915+0000 mgr.y (mgr.14556) 1323 : cluster [DBG] pgmap v1149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:36.104687+0000 mgr.y (mgr.14556) 1324 : cluster [DBG] pgmap v1150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:36.104687+0000 mgr.y (mgr.14556) 1324 : cluster [DBG] pgmap v1150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:36.104687+0000 mgr.y (mgr.14556) 1324 : cluster [DBG] pgmap v1150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:38.105123+0000 mgr.y (mgr.14556) 1325 : cluster [DBG] pgmap v1151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:38.105123+0000 mgr.y (mgr.14556) 1325 : cluster [DBG] pgmap v1151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:38.105123+0000 mgr.y (mgr.14556) 1325 : cluster [DBG] pgmap v1151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:40.105550+0000 mgr.y (mgr.14556) 1326 : cluster [DBG] pgmap v1152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:40.105550+0000 mgr.y (mgr.14556) 1326 : cluster [DBG] pgmap v1152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:40.105550+0000 mgr.y (mgr.14556) 1326 : cluster [DBG] pgmap v1152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:23:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:42.106242+0000 mgr.y (mgr.14556) 1327 : cluster [DBG] pgmap v1153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:42.106242+0000 mgr.y (mgr.14556) 1327 : cluster [DBG] pgmap v1153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:43.631 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:23:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:42.106242+0000 mgr.y (mgr.14556) 1327 : cluster [DBG] pgmap v1153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:23:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (36m) 5m ago 37m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:23:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (37m) 5m ago 37m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:23:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (38m) 5m ago 38m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:23:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (38m) 5m ago 38m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (42m) 5m ago 42m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (43m) 5m ago 43m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (43m) 5m ago 43m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (42m) 5m ago 42m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (42m) 5m ago 42m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (37m) 5m ago 37m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (37m) 5m ago 37m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (41m) 5m ago 41m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (41m) 5m ago 41m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (40m) 5m ago 40m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (40m) 5m ago 40m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (40m) 5m ago 40m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (39m) 5m ago 39m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (39m) 5m ago 39m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (38m) 5m ago 38m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:23:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (36m) 5m ago 37m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:23:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:23:43] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T07:23:44.268 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:23:44.268 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:23:44.268 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:23:44.268 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:23:44.268 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:23:44.268 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:23:44.268 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:23:44.268 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:23:44.268 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:23:44.268 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:23:44.268 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:23:44.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:23:44.269 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:23:44.269 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:23:44.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:23:44.269 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:23:44.269 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:23:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:23:43.620068+0000 mgr.y (mgr.14556) 1328 : audit [DBG] from='client.26075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:23:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:23:43.911025+0000 mgr.y (mgr.14556) 1329 : audit [DBG] from='client.26081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:23:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:23:43.620068+0000 mgr.y (mgr.14556) 1328 : audit [DBG] from='client.26075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:23:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:23:43.911025+0000 mgr.y (mgr.14556) 1329 : audit [DBG] from='client.26081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:23:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:23:43.620068+0000 mgr.y (mgr.14556) 1328 : audit [DBG] from='client.26075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:23:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:23:43.911025+0000 mgr.y (mgr.14556) 1329 : audit [DBG] from='client.26081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:23:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:44.106591+0000 mgr.y (mgr.14556) 1330 : cluster [DBG] pgmap v1154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:23:44.268592+0000 mon.a (mon.0) 1023 : audit [DBG] from='client.? 172.21.15.23:0/3085009707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:23:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:44.106591+0000 mgr.y (mgr.14556) 1330 : cluster [DBG] pgmap v1154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:23:44.268592+0000 mon.a (mon.0) 1023 : audit [DBG] from='client.? 172.21.15.23:0/3085009707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:23:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:44.106591+0000 mgr.y (mgr.14556) 1330 : cluster [DBG] pgmap v1154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:23:44.268592+0000 mon.a (mon.0) 1023 : audit [DBG] from='client.? 172.21.15.23:0/3085009707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:23:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:46.107411+0000 mgr.y (mgr.14556) 1331 : cluster [DBG] pgmap v1155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:46.107411+0000 mgr.y (mgr.14556) 1331 : cluster [DBG] pgmap v1155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:46.107411+0000 mgr.y (mgr.14556) 1331 : cluster [DBG] pgmap v1155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:48.107822+0000 mgr.y (mgr.14556) 1332 : cluster [DBG] pgmap v1156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:48.107822+0000 mgr.y (mgr.14556) 1332 : cluster [DBG] pgmap v1156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:48.107822+0000 mgr.y (mgr.14556) 1332 : cluster [DBG] pgmap v1156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:51.861 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:23:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:50.108319+0000 mgr.y (mgr.14556) 1333 : cluster [DBG] pgmap v1157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:50.108319+0000 mgr.y (mgr.14556) 1333 : cluster [DBG] pgmap v1157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:50.108319+0000 mgr.y (mgr.14556) 1333 : cluster [DBG] pgmap v1157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:52.109069+0000 mgr.y (mgr.14556) 1334 : cluster [DBG] pgmap v1158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:23:53] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T07:23:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:52.109069+0000 mgr.y (mgr.14556) 1334 : cluster [DBG] pgmap v1158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:52.109069+0000 mgr.y (mgr.14556) 1334 : cluster [DBG] pgmap v1158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:54.109482+0000 mgr.y (mgr.14556) 1335 : cluster [DBG] pgmap v1159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:54.109482+0000 mgr.y (mgr.14556) 1335 : cluster [DBG] pgmap v1159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:54.109482+0000 mgr.y (mgr.14556) 1335 : cluster [DBG] pgmap v1159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:56.110307+0000 mgr.y (mgr.14556) 1336 : cluster [DBG] pgmap v1160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:56.110307+0000 mgr.y (mgr.14556) 1336 : cluster [DBG] pgmap v1160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:23:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:56.110307+0000 mgr.y (mgr.14556) 1336 : cluster [DBG] pgmap v1160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:23:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:23:58.110905+0000 mgr.y (mgr.14556) 1337 : cluster [DBG] pgmap v1161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:23:58.110905+0000 mgr.y (mgr.14556) 1337 : cluster [DBG] pgmap v1161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:23:58.110905+0000 mgr.y (mgr.14556) 1337 : cluster [DBG] pgmap v1161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:01.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:24:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:00.111416+0000 mgr.y (mgr.14556) 1338 : cluster [DBG] pgmap v1162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:00.111416+0000 mgr.y (mgr.14556) 1338 : cluster [DBG] pgmap v1162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:00.111416+0000 mgr.y (mgr.14556) 1338 : cluster [DBG] pgmap v1162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:02.112036+0000 mgr.y (mgr.14556) 1339 : cluster [DBG] pgmap v1163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:24:03] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T07:24:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:02.112036+0000 mgr.y (mgr.14556) 1339 : cluster [DBG] pgmap v1163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:02.112036+0000 mgr.y (mgr.14556) 1339 : cluster [DBG] pgmap v1163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:04.112482+0000 mgr.y (mgr.14556) 1340 : cluster [DBG] pgmap v1164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:04.112482+0000 mgr.y (mgr.14556) 1340 : cluster [DBG] pgmap v1164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:04.112482+0000 mgr.y (mgr.14556) 1340 : cluster [DBG] pgmap v1164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:06.113299+0000 mgr.y (mgr.14556) 1341 : cluster [DBG] pgmap v1165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:06.113299+0000 mgr.y (mgr.14556) 1341 : cluster [DBG] pgmap v1165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:06.113299+0000 mgr.y (mgr.14556) 1341 : cluster [DBG] pgmap v1165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:08.113785+0000 mgr.y (mgr.14556) 1342 : cluster [DBG] pgmap v1166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:08.113785+0000 mgr.y (mgr.14556) 1342 : cluster [DBG] pgmap v1166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:08.113785+0000 mgr.y (mgr.14556) 1342 : cluster [DBG] pgmap v1166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:24:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:10.114373+0000 mgr.y (mgr.14556) 1343 : cluster [DBG] pgmap v1167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:10.114373+0000 mgr.y (mgr.14556) 1343 : cluster [DBG] pgmap v1167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:10.114373+0000 mgr.y (mgr.14556) 1343 : cluster [DBG] pgmap v1167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:12.115028+0000 mgr.y (mgr.14556) 1344 : cluster [DBG] pgmap v1168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:24:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:24:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:12.115028+0000 mgr.y (mgr.14556) 1344 : cluster [DBG] pgmap v1168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:12.115028+0000 mgr.y (mgr.14556) 1344 : cluster [DBG] pgmap v1168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:14.596 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:24:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:24:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (37m) 5m ago 38m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:24:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (37m) 5m ago 37m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:24:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (39m) 5m ago 39m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:24:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (38m) 5m ago 38m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:24:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (42m) 5m ago 42m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:24:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (44m) 5m ago 44m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:24:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (44m) 5m ago 44m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:24:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (43m) 5m ago 42m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:24:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (42m) 5m ago 42m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:24:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (38m) 5m ago 38m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:24:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (38m) 5m ago 38m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:24:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (42m) 5m ago 42m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:24:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (41m) 5m ago 41m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:24:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (41m) 5m ago 41m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:24:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (41m) 5m ago 41m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:24:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (40m) 5m ago 40m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:24:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (40m) 5m ago 40m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:24:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (39m) 5m ago 39m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:24:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (39m) 5m ago 39m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:24:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (37m) 5m ago 38m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:24:15.235 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:24:15.235 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:24:15.235 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:24:15.235 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:24:15.235 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:24:15.235 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:24:15.235 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:24:15.235 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:24:15.235 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:24:15.235 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:24:15.235 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:24:15.235 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:24:15.236 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:24:15.236 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:24:15.236 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:24:15.236 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:24:15.236 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:24:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:14.115448+0000 mgr.y (mgr.14556) 1345 : cluster [DBG] pgmap v1169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:24:14.584555+0000 mgr.y (mgr.14556) 1346 : audit [DBG] from='client.16179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:24:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:24:14.876587+0000 mgr.y (mgr.14556) 1347 : audit [DBG] from='client.16185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:24:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:24:15.235672+0000 mon.a (mon.0) 1024 : audit [DBG] from='client.? 172.21.15.23:0/2876000430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:24:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:14.115448+0000 mgr.y (mgr.14556) 1345 : cluster [DBG] pgmap v1169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:24:14.584555+0000 mgr.y (mgr.14556) 1346 : audit [DBG] from='client.16179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:24:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:24:14.876587+0000 mgr.y (mgr.14556) 1347 : audit [DBG] from='client.16185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:24:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:24:15.235672+0000 mon.a (mon.0) 1024 : audit [DBG] from='client.? 172.21.15.23:0/2876000430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:24:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:14.115448+0000 mgr.y (mgr.14556) 1345 : cluster [DBG] pgmap v1169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:24:14.584555+0000 mgr.y (mgr.14556) 1346 : audit [DBG] from='client.16179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:24:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:24:14.876587+0000 mgr.y (mgr.14556) 1347 : audit [DBG] from='client.16185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:24:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:24:15.235672+0000 mon.a (mon.0) 1024 : audit [DBG] from='client.? 172.21.15.23:0/2876000430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:24:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:16.116209+0000 mgr.y (mgr.14556) 1348 : cluster [DBG] pgmap v1170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:16.116209+0000 mgr.y (mgr.14556) 1348 : cluster [DBG] pgmap v1170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:16.116209+0000 mgr.y (mgr.14556) 1348 : cluster [DBG] pgmap v1170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:18.116595+0000 mgr.y (mgr.14556) 1349 : cluster [DBG] pgmap v1171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:18.116595+0000 mgr.y (mgr.14556) 1349 : cluster [DBG] pgmap v1171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:18.116595+0000 mgr.y (mgr.14556) 1349 : cluster [DBG] pgmap v1171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:24:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:20.117043+0000 mgr.y (mgr.14556) 1350 : cluster [DBG] pgmap v1172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:20.117043+0000 mgr.y (mgr.14556) 1350 : cluster [DBG] pgmap v1172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:20.117043+0000 mgr.y (mgr.14556) 1350 : cluster [DBG] pgmap v1172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:24.035 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:24:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:24:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:22.117747+0000 mgr.y (mgr.14556) 1351 : cluster [DBG] pgmap v1173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:22.117747+0000 mgr.y (mgr.14556) 1351 : cluster [DBG] pgmap v1173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:22.117747+0000 mgr.y (mgr.14556) 1351 : cluster [DBG] pgmap v1173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:24.118246+0000 mgr.y (mgr.14556) 1352 : cluster [DBG] pgmap v1174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:24.118246+0000 mgr.y (mgr.14556) 1352 : cluster [DBG] pgmap v1174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:24.118246+0000 mgr.y (mgr.14556) 1352 : cluster [DBG] pgmap v1174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:26.118892+0000 mgr.y (mgr.14556) 1353 : cluster [DBG] pgmap v1175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:26.118892+0000 mgr.y (mgr.14556) 1353 : cluster [DBG] pgmap v1175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:26.118892+0000 mgr.y (mgr.14556) 1353 : cluster [DBG] pgmap v1175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:28.119318+0000 mgr.y (mgr.14556) 1354 : cluster [DBG] pgmap v1176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:28.119318+0000 mgr.y (mgr.14556) 1354 : cluster [DBG] pgmap v1176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:28.119318+0000 mgr.y (mgr.14556) 1354 : cluster [DBG] pgmap v1176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:24:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:30.119839+0000 mgr.y (mgr.14556) 1355 : cluster [DBG] pgmap v1177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:24:31.022972+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:24:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:24:31.326660+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:24:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:24:31.327421+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:24:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:24:31.333785+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:24:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:30.119839+0000 mgr.y (mgr.14556) 1355 : cluster [DBG] pgmap v1177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:24:31.022972+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:24:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:24:31.326660+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:24:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:24:31.327421+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:24:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:24:31.333785+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:24:32.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:30.119839+0000 mgr.y (mgr.14556) 1355 : cluster [DBG] pgmap v1177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:32.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:24:31.022972+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:24:32.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:24:31.326660+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:24:32.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:24:31.327421+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:24:32.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:24:31.333785+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:24:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:32.120602+0000 mgr.y (mgr.14556) 1356 : cluster [DBG] pgmap v1178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:24:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:24:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:32.120602+0000 mgr.y (mgr.14556) 1356 : cluster [DBG] pgmap v1178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:32.120602+0000 mgr.y (mgr.14556) 1356 : cluster [DBG] pgmap v1178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:34.121039+0000 mgr.y (mgr.14556) 1357 : cluster [DBG] pgmap v1179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:34.121039+0000 mgr.y (mgr.14556) 1357 : cluster [DBG] pgmap v1179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:34.121039+0000 mgr.y (mgr.14556) 1357 : cluster [DBG] pgmap v1179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:36.121691+0000 mgr.y (mgr.14556) 1358 : cluster [DBG] pgmap v1180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:36.121691+0000 mgr.y (mgr.14556) 1358 : cluster [DBG] pgmap v1180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:36.121691+0000 mgr.y (mgr.14556) 1358 : cluster [DBG] pgmap v1180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:38.122182+0000 mgr.y (mgr.14556) 1359 : cluster [DBG] pgmap v1181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:38.122182+0000 mgr.y (mgr.14556) 1359 : cluster [DBG] pgmap v1181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:38.122182+0000 mgr.y (mgr.14556) 1359 : cluster [DBG] pgmap v1181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:24:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:40.122565+0000 mgr.y (mgr.14556) 1360 : cluster [DBG] pgmap v1182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:40.122565+0000 mgr.y (mgr.14556) 1360 : cluster [DBG] pgmap v1182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:40.122565+0000 mgr.y (mgr.14556) 1360 : cluster [DBG] pgmap v1182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:42.123372+0000 mgr.y (mgr.14556) 1361 : cluster [DBG] pgmap v1183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:24:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:24:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:42.123372+0000 mgr.y (mgr.14556) 1361 : cluster [DBG] pgmap v1183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:42.123372+0000 mgr.y (mgr.14556) 1361 : cluster [DBG] pgmap v1183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:45.559 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:24:45.845 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (37m) 6m ago 38m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (38m) 6m ago 38m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (39m) 6m ago 39m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (39m) 6m ago 39m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (43m) 6m ago 43m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (44m) 6m ago 44m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (44m) 6m ago 44m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (43m) 6m ago 43m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (43m) 6m ago 43m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (38m) 6m ago 38m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (38m) 6m ago 38m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (42m) 6m ago 42m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:24:45.846 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (42m) 6m ago 42m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:24:45.847 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (41m) 6m ago 41m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:24:45.847 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (41m) 6m ago 41m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:24:45.847 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (41m) 6m ago 41m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:24:45.847 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (40m) 6m ago 40m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:24:45.847 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (40m) 6m ago 40m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:24:45.847 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (39m) 6m ago 39m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:24:45.847 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (37m) 6m ago 38m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:24:46.195 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:24:46.195 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:24:46.196 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:24:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:44.123749+0000 mgr.y (mgr.14556) 1362 : cluster [DBG] pgmap v1184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:44.123749+0000 mgr.y (mgr.14556) 1362 : cluster [DBG] pgmap v1184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:44.123749+0000 mgr.y (mgr.14556) 1362 : cluster [DBG] pgmap v1184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:24:45.547847+0000 mgr.y (mgr.14556) 1363 : audit [DBG] from='client.16197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:24:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:24:45.838082+0000 mgr.y (mgr.14556) 1364 : audit [DBG] from='client.16203 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:24:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:24:46.196104+0000 mon.c (mon.2) 69 : audit [DBG] from='client.? 172.21.15.23:0/181658157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:24:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:24:45.547847+0000 mgr.y (mgr.14556) 1363 : audit [DBG] from='client.16197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:24:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:24:45.838082+0000 mgr.y (mgr.14556) 1364 : audit [DBG] from='client.16203 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:24:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:24:46.196104+0000 mon.c (mon.2) 69 : audit [DBG] from='client.? 172.21.15.23:0/181658157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:24:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:24:45.547847+0000 mgr.y (mgr.14556) 1363 : audit [DBG] from='client.16197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:24:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:24:45.838082+0000 mgr.y (mgr.14556) 1364 : audit [DBG] from='client.16203 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:24:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:24:46.196104+0000 mon.c (mon.2) 69 : audit [DBG] from='client.? 172.21.15.23:0/181658157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:24:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:46.124282+0000 mgr.y (mgr.14556) 1365 : cluster [DBG] pgmap v1185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:46.124282+0000 mgr.y (mgr.14556) 1365 : cluster [DBG] pgmap v1185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:46.124282+0000 mgr.y (mgr.14556) 1365 : cluster [DBG] pgmap v1185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:48.124661+0000 mgr.y (mgr.14556) 1366 : cluster [DBG] pgmap v1186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:48.124661+0000 mgr.y (mgr.14556) 1366 : cluster [DBG] pgmap v1186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:48.124661+0000 mgr.y (mgr.14556) 1366 : cluster [DBG] pgmap v1186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:50.125240+0000 mgr.y (mgr.14556) 1367 : cluster [DBG] pgmap v1187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:50.125240+0000 mgr.y (mgr.14556) 1367 : cluster [DBG] pgmap v1187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:50.125240+0000 mgr.y (mgr.14556) 1367 : cluster [DBG] pgmap v1187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:24:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:52.125879+0000 mgr.y (mgr.14556) 1368 : cluster [DBG] pgmap v1188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:52.125879+0000 mgr.y (mgr.14556) 1368 : cluster [DBG] pgmap v1188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:52.125879+0000 mgr.y (mgr.14556) 1368 : cluster [DBG] pgmap v1188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:24:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:24:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:54.126377+0000 mgr.y (mgr.14556) 1369 : cluster [DBG] pgmap v1189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:54.126377+0000 mgr.y (mgr.14556) 1369 : cluster [DBG] pgmap v1189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:54.126377+0000 mgr.y (mgr.14556) 1369 : cluster [DBG] pgmap v1189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:56.127083+0000 mgr.y (mgr.14556) 1370 : cluster [DBG] pgmap v1190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:56.127083+0000 mgr.y (mgr.14556) 1370 : cluster [DBG] pgmap v1190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:56.127083+0000 mgr.y (mgr.14556) 1370 : cluster [DBG] pgmap v1190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:24:58.127509+0000 mgr.y (mgr.14556) 1371 : cluster [DBG] pgmap v1191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:24:58.127509+0000 mgr.y (mgr.14556) 1371 : cluster [DBG] pgmap v1191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:24:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:24:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:24:58.127509+0000 mgr.y (mgr.14556) 1371 : cluster [DBG] pgmap v1191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:00.128069+0000 mgr.y (mgr.14556) 1372 : cluster [DBG] pgmap v1192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:00.128069+0000 mgr.y (mgr.14556) 1372 : cluster [DBG] pgmap v1192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:00.128069+0000 mgr.y (mgr.14556) 1372 : cluster [DBG] pgmap v1192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:25:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:02.128809+0000 mgr.y (mgr.14556) 1373 : cluster [DBG] pgmap v1193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:02.128809+0000 mgr.y (mgr.14556) 1373 : cluster [DBG] pgmap v1193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:02.128809+0000 mgr.y (mgr.14556) 1373 : cluster [DBG] pgmap v1193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:25:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:25:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:04.129270+0000 mgr.y (mgr.14556) 1374 : cluster [DBG] pgmap v1194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:04.129270+0000 mgr.y (mgr.14556) 1374 : cluster [DBG] pgmap v1194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:04.129270+0000 mgr.y (mgr.14556) 1374 : cluster [DBG] pgmap v1194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:06.129943+0000 mgr.y (mgr.14556) 1375 : cluster [DBG] pgmap v1195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:06.129943+0000 mgr.y (mgr.14556) 1375 : cluster [DBG] pgmap v1195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:06.129943+0000 mgr.y (mgr.14556) 1375 : cluster [DBG] pgmap v1195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:08.130492+0000 mgr.y (mgr.14556) 1376 : cluster [DBG] pgmap v1196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:08.130492+0000 mgr.y (mgr.14556) 1376 : cluster [DBG] pgmap v1196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:08.130492+0000 mgr.y (mgr.14556) 1376 : cluster [DBG] pgmap v1196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:10.131096+0000 mgr.y (mgr.14556) 1377 : cluster [DBG] pgmap v1197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:10.131096+0000 mgr.y (mgr.14556) 1377 : cluster [DBG] pgmap v1197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:10.131096+0000 mgr.y (mgr.14556) 1377 : cluster [DBG] pgmap v1197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:25:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:12.131845+0000 mgr.y (mgr.14556) 1378 : cluster [DBG] pgmap v1198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:12.131845+0000 mgr.y (mgr.14556) 1378 : cluster [DBG] pgmap v1198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:12.131845+0000 mgr.y (mgr.14556) 1378 : cluster [DBG] pgmap v1198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:25:13] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:25:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:14.132429+0000 mgr.y (mgr.14556) 1379 : cluster [DBG] pgmap v1199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:14.132429+0000 mgr.y (mgr.14556) 1379 : cluster [DBG] pgmap v1199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:14.132429+0000 mgr.y (mgr.14556) 1379 : cluster [DBG] pgmap v1199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:16.524 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:25:16.811 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:25:16.811 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (38m) 6m ago 39m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:25:16.811 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (38m) 6m ago 38m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:25:16.811 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (40m) 6m ago 40m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:25:16.811 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (40m) 6m ago 40m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:25:16.811 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (43m) 6m ago 43m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:25:16.811 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (45m) 6m ago 45m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:25:16.811 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (45m) 6m ago 45m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:25:16.811 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (44m) 6m ago 44m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:25:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (43m) 6m ago 43m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:25:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (39m) 6m ago 39m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:25:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (39m) 6m ago 39m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:25:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (43m) 6m ago 43m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:25:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (42m) 6m ago 42m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:25:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (42m) 6m ago 42m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:25:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (42m) 6m ago 42m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:25:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (41m) 6m ago 41m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:25:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (41m) 6m ago 41m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:25:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (40m) 6m ago 40m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:25:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (40m) 6m ago 40m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:25:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (38m) 6m ago 39m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:25:17.159 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:25:17.159 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:25:17.159 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:25:17.159 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:25:17.159 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:25:17.160 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:25:17.160 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:25:17.160 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:25:17.160 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:25:17.160 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:25:17.160 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:25:17.160 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:25:17.160 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:25:17.160 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:25:17.160 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:25:17.160 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:25:17.160 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:25:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:16.133119+0000 mgr.y (mgr.14556) 1380 : cluster [DBG] pgmap v1200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:25:16.513104+0000 mgr.y (mgr.14556) 1381 : audit [DBG] from='client.26129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:25:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:25:16.803495+0000 mgr.y (mgr.14556) 1382 : audit [DBG] from='client.26135 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:25:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:25:17.159837+0000 mon.a (mon.0) 1029 : audit [DBG] from='client.? 172.21.15.23:0/1782696897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:25:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:16.133119+0000 mgr.y (mgr.14556) 1380 : cluster [DBG] pgmap v1200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:25:16.513104+0000 mgr.y (mgr.14556) 1381 : audit [DBG] from='client.26129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:25:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:25:16.803495+0000 mgr.y (mgr.14556) 1382 : audit [DBG] from='client.26135 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:25:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:25:17.159837+0000 mon.a (mon.0) 1029 : audit [DBG] from='client.? 172.21.15.23:0/1782696897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:25:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:16.133119+0000 mgr.y (mgr.14556) 1380 : cluster [DBG] pgmap v1200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:25:16.513104+0000 mgr.y (mgr.14556) 1381 : audit [DBG] from='client.26129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:25:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:25:16.803495+0000 mgr.y (mgr.14556) 1382 : audit [DBG] from='client.26135 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:25:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:25:17.159837+0000 mon.a (mon.0) 1029 : audit [DBG] from='client.? 172.21.15.23:0/1782696897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:25:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:18.133544+0000 mgr.y (mgr.14556) 1383 : cluster [DBG] pgmap v1201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:18.133544+0000 mgr.y (mgr.14556) 1383 : cluster [DBG] pgmap v1201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:18.133544+0000 mgr.y (mgr.14556) 1383 : cluster [DBG] pgmap v1201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:20.133923+0000 mgr.y (mgr.14556) 1384 : cluster [DBG] pgmap v1202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:20.133923+0000 mgr.y (mgr.14556) 1384 : cluster [DBG] pgmap v1202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:20.133923+0000 mgr.y (mgr.14556) 1384 : cluster [DBG] pgmap v1202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:25:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:22.134558+0000 mgr.y (mgr.14556) 1385 : cluster [DBG] pgmap v1203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:22.134558+0000 mgr.y (mgr.14556) 1385 : cluster [DBG] pgmap v1203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:22.134558+0000 mgr.y (mgr.14556) 1385 : cluster [DBG] pgmap v1203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:25:23] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T07:25:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:24.135056+0000 mgr.y (mgr.14556) 1386 : cluster [DBG] pgmap v1204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:24.135056+0000 mgr.y (mgr.14556) 1386 : cluster [DBG] pgmap v1204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:24.135056+0000 mgr.y (mgr.14556) 1386 : cluster [DBG] pgmap v1204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:26.135740+0000 mgr.y (mgr.14556) 1387 : cluster [DBG] pgmap v1205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:26.135740+0000 mgr.y (mgr.14556) 1387 : cluster [DBG] pgmap v1205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:26.135740+0000 mgr.y (mgr.14556) 1387 : cluster [DBG] pgmap v1205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:28.136249+0000 mgr.y (mgr.14556) 1388 : cluster [DBG] pgmap v1206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:28.136249+0000 mgr.y (mgr.14556) 1388 : cluster [DBG] pgmap v1206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:28.136249+0000 mgr.y (mgr.14556) 1388 : cluster [DBG] pgmap v1206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:25:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:30.136778+0000 mgr.y (mgr.14556) 1389 : cluster [DBG] pgmap v1207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:25:31.338938+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:25:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:30.136778+0000 mgr.y (mgr.14556) 1389 : cluster [DBG] pgmap v1207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:25:31.338938+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:25:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:30.136778+0000 mgr.y (mgr.14556) 1389 : cluster [DBG] pgmap v1207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:25:31.338938+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:25:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:25:31.645581+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:25:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:25:31.646226+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:25:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:25:31.655074+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:25:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:25:31.645581+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:25:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:25:31.646226+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:25:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:25:31.655074+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:25:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:25:31.645581+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:25:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:25:31.646226+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:25:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:25:31.655074+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:25:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:25:33] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T07:25:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:32.137460+0000 mgr.y (mgr.14556) 1390 : cluster [DBG] pgmap v1208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:32.137460+0000 mgr.y (mgr.14556) 1390 : cluster [DBG] pgmap v1208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:32.137460+0000 mgr.y (mgr.14556) 1390 : cluster [DBG] pgmap v1208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:34.137791+0000 mgr.y (mgr.14556) 1391 : cluster [DBG] pgmap v1209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:34.137791+0000 mgr.y (mgr.14556) 1391 : cluster [DBG] pgmap v1209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:34.137791+0000 mgr.y (mgr.14556) 1391 : cluster [DBG] pgmap v1209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:36.138438+0000 mgr.y (mgr.14556) 1392 : cluster [DBG] pgmap v1210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:36.138438+0000 mgr.y (mgr.14556) 1392 : cluster [DBG] pgmap v1210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:36.138438+0000 mgr.y (mgr.14556) 1392 : cluster [DBG] pgmap v1210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:38.138781+0000 mgr.y (mgr.14556) 1393 : cluster [DBG] pgmap v1211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:38.138781+0000 mgr.y (mgr.14556) 1393 : cluster [DBG] pgmap v1211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:38.138781+0000 mgr.y (mgr.14556) 1393 : cluster [DBG] pgmap v1211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:40.139215+0000 mgr.y (mgr.14556) 1394 : cluster [DBG] pgmap v1212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:25:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:40.139215+0000 mgr.y (mgr.14556) 1394 : cluster [DBG] pgmap v1212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:40.139215+0000 mgr.y (mgr.14556) 1394 : cluster [DBG] pgmap v1212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:25:43] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T07:25:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:42.139880+0000 mgr.y (mgr.14556) 1395 : cluster [DBG] pgmap v1213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:42.139880+0000 mgr.y (mgr.14556) 1395 : cluster [DBG] pgmap v1213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:42.139880+0000 mgr.y (mgr.14556) 1395 : cluster [DBG] pgmap v1213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:44.140384+0000 mgr.y (mgr.14556) 1396 : cluster [DBG] pgmap v1214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:44.140384+0000 mgr.y (mgr.14556) 1396 : cluster [DBG] pgmap v1214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:44.140384+0000 mgr.y (mgr.14556) 1396 : cluster [DBG] pgmap v1214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:47.485 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:25:47.775 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:25:47.775 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (38m) 7m ago 39m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:25:47.775 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (39m) 7m ago 39m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:25:47.775 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (40m) 7m ago 40m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:25:47.775 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (40m) 7m ago 40m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:25:47.775 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (44m) 7m ago 44m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:25:47.775 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (45m) 7m ago 45m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:25:47.775 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (45m) 7m ago 45m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:25:47.775 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (44m) 7m ago 44m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:25:47.775 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (44m) 7m ago 44m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:25:47.775 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (39m) 7m ago 39m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:25:47.775 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (39m) 7m ago 39m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:25:47.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (43m) 7m ago 43m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:25:47.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (43m) 7m ago 43m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:25:47.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (43m) 7m ago 43m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:25:47.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (42m) 7m ago 42m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:25:47.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (42m) 7m ago 42m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:25:47.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (41m) 7m ago 41m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:25:47.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (41m) 7m ago 41m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:25:47.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (40m) 7m ago 40m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:25:47.776 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (38m) 7m ago 39m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:25:48.124 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:25:48.124 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:25:48.124 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:25:48.124 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:25:48.124 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:25:48.124 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:25:48.124 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:25:48.124 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:25:48.124 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:25:48.125 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:25:48.125 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:25:48.125 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:25:48.125 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:25:48.125 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:25:48.125 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:25:48.125 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:25:48.125 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:25:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:46.141030+0000 mgr.y (mgr.14556) 1397 : cluster [DBG] pgmap v1215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:46.141030+0000 mgr.y (mgr.14556) 1397 : cluster [DBG] pgmap v1215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:46.141030+0000 mgr.y (mgr.14556) 1397 : cluster [DBG] pgmap v1215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:25:47.474100+0000 mgr.y (mgr.14556) 1398 : audit [DBG] from='client.16233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:25:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:25:47.767399+0000 mgr.y (mgr.14556) 1399 : audit [DBG] from='client.16239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:25:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:25:48.124632+0000 mon.a (mon.0) 1034 : audit [DBG] from='client.? 172.21.15.23:0/2723904723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:25:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:25:47.474100+0000 mgr.y (mgr.14556) 1398 : audit [DBG] from='client.16233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:25:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:25:47.767399+0000 mgr.y (mgr.14556) 1399 : audit [DBG] from='client.16239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:25:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:25:48.124632+0000 mon.a (mon.0) 1034 : audit [DBG] from='client.? 172.21.15.23:0/2723904723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:25:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:25:47.474100+0000 mgr.y (mgr.14556) 1398 : audit [DBG] from='client.16233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:25:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:25:47.767399+0000 mgr.y (mgr.14556) 1399 : audit [DBG] from='client.16239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:25:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:25:48.124632+0000 mon.a (mon.0) 1034 : audit [DBG] from='client.? 172.21.15.23:0/2723904723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:25:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:48.141383+0000 mgr.y (mgr.14556) 1400 : cluster [DBG] pgmap v1216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:48.141383+0000 mgr.y (mgr.14556) 1400 : cluster [DBG] pgmap v1216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:48.141383+0000 mgr.y (mgr.14556) 1400 : cluster [DBG] pgmap v1216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:50.141805+0000 mgr.y (mgr.14556) 1401 : cluster [DBG] pgmap v1217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:25:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:50.141805+0000 mgr.y (mgr.14556) 1401 : cluster [DBG] pgmap v1217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:50.141805+0000 mgr.y (mgr.14556) 1401 : cluster [DBG] pgmap v1217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:25:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:25:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:52.142480+0000 mgr.y (mgr.14556) 1402 : cluster [DBG] pgmap v1218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:52.142480+0000 mgr.y (mgr.14556) 1402 : cluster [DBG] pgmap v1218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:52.142480+0000 mgr.y (mgr.14556) 1402 : cluster [DBG] pgmap v1218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:54.142956+0000 mgr.y (mgr.14556) 1403 : cluster [DBG] pgmap v1219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:54.142956+0000 mgr.y (mgr.14556) 1403 : cluster [DBG] pgmap v1219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:54.142956+0000 mgr.y (mgr.14556) 1403 : cluster [DBG] pgmap v1219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:56.143877+0000 mgr.y (mgr.14556) 1404 : cluster [DBG] pgmap v1220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:56.143877+0000 mgr.y (mgr.14556) 1404 : cluster [DBG] pgmap v1220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:25:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:56.143877+0000 mgr.y (mgr.14556) 1404 : cluster [DBG] pgmap v1220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:25:58.144577+0000 mgr.y (mgr.14556) 1405 : cluster [DBG] pgmap v1221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:25:58.144577+0000 mgr.y (mgr.14556) 1405 : cluster [DBG] pgmap v1221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:25:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:25:58.144577+0000 mgr.y (mgr.14556) 1405 : cluster [DBG] pgmap v1221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:01.832 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:26:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:00.145003+0000 mgr.y (mgr.14556) 1406 : cluster [DBG] pgmap v1222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:00.145003+0000 mgr.y (mgr.14556) 1406 : cluster [DBG] pgmap v1222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:00.145003+0000 mgr.y (mgr.14556) 1406 : cluster [DBG] pgmap v1222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:26:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:26:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:02.145715+0000 mgr.y (mgr.14556) 1407 : cluster [DBG] pgmap v1223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:02.145715+0000 mgr.y (mgr.14556) 1407 : cluster [DBG] pgmap v1223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:02.145715+0000 mgr.y (mgr.14556) 1407 : cluster [DBG] pgmap v1223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:04.146132+0000 mgr.y (mgr.14556) 1408 : cluster [DBG] pgmap v1224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:04.146132+0000 mgr.y (mgr.14556) 1408 : cluster [DBG] pgmap v1224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:04.146132+0000 mgr.y (mgr.14556) 1408 : cluster [DBG] pgmap v1224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:06.147020+0000 mgr.y (mgr.14556) 1409 : cluster [DBG] pgmap v1225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:06.147020+0000 mgr.y (mgr.14556) 1409 : cluster [DBG] pgmap v1225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:06.147020+0000 mgr.y (mgr.14556) 1409 : cluster [DBG] pgmap v1225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:08.147510+0000 mgr.y (mgr.14556) 1410 : cluster [DBG] pgmap v1226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:08.147510+0000 mgr.y (mgr.14556) 1410 : cluster [DBG] pgmap v1226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:08.147510+0000 mgr.y (mgr.14556) 1410 : cluster [DBG] pgmap v1226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:11.874 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:26:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:10.147877+0000 mgr.y (mgr.14556) 1411 : cluster [DBG] pgmap v1227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:10.147877+0000 mgr.y (mgr.14556) 1411 : cluster [DBG] pgmap v1227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:10.147877+0000 mgr.y (mgr.14556) 1411 : cluster [DBG] pgmap v1227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:26:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:26:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:12.148560+0000 mgr.y (mgr.14556) 1412 : cluster [DBG] pgmap v1228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:12.148560+0000 mgr.y (mgr.14556) 1412 : cluster [DBG] pgmap v1228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:12.148560+0000 mgr.y (mgr.14556) 1412 : cluster [DBG] pgmap v1228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:14.148929+0000 mgr.y (mgr.14556) 1413 : cluster [DBG] pgmap v1229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:14.148929+0000 mgr.y (mgr.14556) 1413 : cluster [DBG] pgmap v1229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:14.148929+0000 mgr.y (mgr.14556) 1413 : cluster [DBG] pgmap v1229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:16.149670+0000 mgr.y (mgr.14556) 1414 : cluster [DBG] pgmap v1230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:16.149670+0000 mgr.y (mgr.14556) 1414 : cluster [DBG] pgmap v1230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:16.149670+0000 mgr.y (mgr.14556) 1414 : cluster [DBG] pgmap v1230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:18.451 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:26:18.740 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:26:18.740 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (39m) 7m ago 40m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:26:18.740 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (39m) 7m ago 39m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:26:18.740 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (41m) 7m ago 41m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:26:18.740 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (41m) 7m ago 41m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:26:18.740 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (44m) 7m ago 44m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (46m) 7m ago 46m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (46m) 7m ago 46m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (45m) 7m ago 45m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (44m) 7m ago 44m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (40m) 7m ago 40m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (40m) 7m ago 40m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (44m) 7m ago 44m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (43m) 7m ago 43m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (43m) 7m ago 43m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (43m) 7m ago 43m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (42m) 7m ago 42m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (42m) 7m ago 42m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:26:18.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (41m) 7m ago 41m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:26:18.742 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (41m) 7m ago 41m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:26:18.742 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (39m) 7m ago 40m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:26:19.091 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:26:19.092 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:26:19.092 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:26:19.092 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:26:19.092 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:26:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:18.150042+0000 mgr.y (mgr.14556) 1415 : cluster [DBG] pgmap v1231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:26:18.439842+0000 mgr.y (mgr.14556) 1416 : audit [DBG] from='client.16251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:26:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:26:18.732891+0000 mgr.y (mgr.14556) 1417 : audit [DBG] from='client.26171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:26:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:26:19.091208+0000 mon.a (mon.0) 1035 : audit [DBG] from='client.? 172.21.15.23:0/3520268416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:26:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:18.150042+0000 mgr.y (mgr.14556) 1415 : cluster [DBG] pgmap v1231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:26:18.439842+0000 mgr.y (mgr.14556) 1416 : audit [DBG] from='client.16251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:26:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:26:18.732891+0000 mgr.y (mgr.14556) 1417 : audit [DBG] from='client.26171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:26:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:26:19.091208+0000 mon.a (mon.0) 1035 : audit [DBG] from='client.? 172.21.15.23:0/3520268416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:26:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:18.150042+0000 mgr.y (mgr.14556) 1415 : cluster [DBG] pgmap v1231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:26:18.439842+0000 mgr.y (mgr.14556) 1416 : audit [DBG] from='client.16251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:26:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:26:18.732891+0000 mgr.y (mgr.14556) 1417 : audit [DBG] from='client.26171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:26:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:26:19.091208+0000 mon.a (mon.0) 1035 : audit [DBG] from='client.? 172.21.15.23:0/3520268416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:26:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:26:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:20.150518+0000 mgr.y (mgr.14556) 1418 : cluster [DBG] pgmap v1232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:20.150518+0000 mgr.y (mgr.14556) 1418 : cluster [DBG] pgmap v1232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:20.150518+0000 mgr.y (mgr.14556) 1418 : cluster [DBG] pgmap v1232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:26:23] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:26:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:22.151443+0000 mgr.y (mgr.14556) 1419 : cluster [DBG] pgmap v1233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:22.151443+0000 mgr.y (mgr.14556) 1419 : cluster [DBG] pgmap v1233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:22.151443+0000 mgr.y (mgr.14556) 1419 : cluster [DBG] pgmap v1233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:24.151845+0000 mgr.y (mgr.14556) 1420 : cluster [DBG] pgmap v1234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:24.151845+0000 mgr.y (mgr.14556) 1420 : cluster [DBG] pgmap v1234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:24.151845+0000 mgr.y (mgr.14556) 1420 : cluster [DBG] pgmap v1234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:26.152779+0000 mgr.y (mgr.14556) 1421 : cluster [DBG] pgmap v1235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:26.152779+0000 mgr.y (mgr.14556) 1421 : cluster [DBG] pgmap v1235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:26.152779+0000 mgr.y (mgr.14556) 1421 : cluster [DBG] pgmap v1235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:28.153379+0000 mgr.y (mgr.14556) 1422 : cluster [DBG] pgmap v1236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:28.153379+0000 mgr.y (mgr.14556) 1422 : cluster [DBG] pgmap v1236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:28.153379+0000 mgr.y (mgr.14556) 1422 : cluster [DBG] pgmap v1236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:26:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:30.153866+0000 mgr.y (mgr.14556) 1423 : cluster [DBG] pgmap v1237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:26:31.660117+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:26:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:26:31.954490+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:26:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:26:31.955160+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:26:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:26:31.963482+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:26:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:30.153866+0000 mgr.y (mgr.14556) 1423 : cluster [DBG] pgmap v1237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:26:31.660117+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:26:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:26:31.954490+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:26:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:26:31.955160+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:26:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:26:31.963482+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:26:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:30.153866+0000 mgr.y (mgr.14556) 1423 : cluster [DBG] pgmap v1237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:26:31.660117+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:26:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:26:31.954490+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:26:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:26:31.955160+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:26:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:26:31.963482+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:26:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:32.154543+0000 mgr.y (mgr.14556) 1424 : cluster [DBG] pgmap v1238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:26:33] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:26:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:32.154543+0000 mgr.y (mgr.14556) 1424 : cluster [DBG] pgmap v1238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:32.154543+0000 mgr.y (mgr.14556) 1424 : cluster [DBG] pgmap v1238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:34.154910+0000 mgr.y (mgr.14556) 1425 : cluster [DBG] pgmap v1239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:34.154910+0000 mgr.y (mgr.14556) 1425 : cluster [DBG] pgmap v1239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:34.154910+0000 mgr.y (mgr.14556) 1425 : cluster [DBG] pgmap v1239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:36.155773+0000 mgr.y (mgr.14556) 1426 : cluster [DBG] pgmap v1240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:36.155773+0000 mgr.y (mgr.14556) 1426 : cluster [DBG] pgmap v1240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:36.155773+0000 mgr.y (mgr.14556) 1426 : cluster [DBG] pgmap v1240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:38.156356+0000 mgr.y (mgr.14556) 1427 : cluster [DBG] pgmap v1241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:38.156356+0000 mgr.y (mgr.14556) 1427 : cluster [DBG] pgmap v1241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:38.156356+0000 mgr.y (mgr.14556) 1427 : cluster [DBG] pgmap v1241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:26:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:40.156874+0000 mgr.y (mgr.14556) 1428 : cluster [DBG] pgmap v1242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:40.156874+0000 mgr.y (mgr.14556) 1428 : cluster [DBG] pgmap v1242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:40.156874+0000 mgr.y (mgr.14556) 1428 : cluster [DBG] pgmap v1242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:44.036 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:26:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:26:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:42.157761+0000 mgr.y (mgr.14556) 1429 : cluster [DBG] pgmap v1243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:42.157761+0000 mgr.y (mgr.14556) 1429 : cluster [DBG] pgmap v1243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:42.157761+0000 mgr.y (mgr.14556) 1429 : cluster [DBG] pgmap v1243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:44.158133+0000 mgr.y (mgr.14556) 1430 : cluster [DBG] pgmap v1244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:44.158133+0000 mgr.y (mgr.14556) 1430 : cluster [DBG] pgmap v1244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:44.158133+0000 mgr.y (mgr.14556) 1430 : cluster [DBG] pgmap v1244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:46.158950+0000 mgr.y (mgr.14556) 1431 : cluster [DBG] pgmap v1245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:46.158950+0000 mgr.y (mgr.14556) 1431 : cluster [DBG] pgmap v1245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:46.158950+0000 mgr.y (mgr.14556) 1431 : cluster [DBG] pgmap v1245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:49.416 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:26:49.705 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:26:49.705 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (39m) 8m ago 40m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:26:49.706 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (40m) 8m ago 40m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:26:49.706 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (41m) 8m ago 41m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:26:49.706 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (41m) 8m ago 41m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:26:49.706 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (45m) 8m ago 45m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:26:49.706 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (46m) 8m ago 46m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:26:49.707 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (46m) 8m ago 47m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:26:49.707 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (45m) 8m ago 45m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:26:49.707 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (45m) 8m ago 45m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:26:49.707 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (40m) 8m ago 40m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:26:49.707 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (40m) 8m ago 40m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:26:49.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (44m) 8m ago 44m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:26:49.708 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (44m) 8m ago 44m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:26:49.708 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (44m) 8m ago 44m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:26:49.708 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (43m) 8m ago 43m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:26:49.708 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (43m) 8m ago 43m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:26:49.708 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (42m) 8m ago 42m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:26:49.708 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (42m) 8m ago 42m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:26:49.709 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (41m) 8m ago 41m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:26:49.709 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (39m) 8m ago 40m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:26:50.054 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:26:50.054 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:26:50.055 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:26:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:48.159473+0000 mgr.y (mgr.14556) 1432 : cluster [DBG] pgmap v1246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:48.159473+0000 mgr.y (mgr.14556) 1432 : cluster [DBG] pgmap v1246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:48.159473+0000 mgr.y (mgr.14556) 1432 : cluster [DBG] pgmap v1246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:26:49.404920+0000 mgr.y (mgr.14556) 1433 : audit [DBG] from='client.16269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:26:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:26:49.697812+0000 mgr.y (mgr.14556) 1434 : audit [DBG] from='client.16275 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:26:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:26:50.054868+0000 mon.a (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.23:0/1689540345' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:26:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:26:49.404920+0000 mgr.y (mgr.14556) 1433 : audit [DBG] from='client.16269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:26:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:26:49.697812+0000 mgr.y (mgr.14556) 1434 : audit [DBG] from='client.16275 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:26:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:26:50.054868+0000 mon.a (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.23:0/1689540345' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:26:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:26:49.404920+0000 mgr.y (mgr.14556) 1433 : audit [DBG] from='client.16269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:26:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:26:49.697812+0000 mgr.y (mgr.14556) 1434 : audit [DBG] from='client.16275 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:26:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:26:50.054868+0000 mon.a (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.23:0/1689540345' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:26:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:26:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:50.160011+0000 mgr.y (mgr.14556) 1435 : cluster [DBG] pgmap v1247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:50.160011+0000 mgr.y (mgr.14556) 1435 : cluster [DBG] pgmap v1247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:50.160011+0000 mgr.y (mgr.14556) 1435 : cluster [DBG] pgmap v1247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:52.160742+0000 mgr.y (mgr.14556) 1436 : cluster [DBG] pgmap v1248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:52.160742+0000 mgr.y (mgr.14556) 1436 : cluster [DBG] pgmap v1248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:52.160742+0000 mgr.y (mgr.14556) 1436 : cluster [DBG] pgmap v1248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:26:53] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:26:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:54.161302+0000 mgr.y (mgr.14556) 1437 : cluster [DBG] pgmap v1249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:54.161302+0000 mgr.y (mgr.14556) 1437 : cluster [DBG] pgmap v1249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:54.161302+0000 mgr.y (mgr.14556) 1437 : cluster [DBG] pgmap v1249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:56.162040+0000 mgr.y (mgr.14556) 1438 : cluster [DBG] pgmap v1250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:56.162040+0000 mgr.y (mgr.14556) 1438 : cluster [DBG] pgmap v1250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:56.162040+0000 mgr.y (mgr.14556) 1438 : cluster [DBG] pgmap v1250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:26:58.162563+0000 mgr.y (mgr.14556) 1439 : cluster [DBG] pgmap v1251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:26:58.162563+0000 mgr.y (mgr.14556) 1439 : cluster [DBG] pgmap v1251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:26:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:26:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:26:58.162563+0000 mgr.y (mgr.14556) 1439 : cluster [DBG] pgmap v1251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:00.163099+0000 mgr.y (mgr.14556) 1440 : cluster [DBG] pgmap v1252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:00.163099+0000 mgr.y (mgr.14556) 1440 : cluster [DBG] pgmap v1252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:00.163099+0000 mgr.y (mgr.14556) 1440 : cluster [DBG] pgmap v1252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:27:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:02.163887+0000 mgr.y (mgr.14556) 1441 : cluster [DBG] pgmap v1253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:02.163887+0000 mgr.y (mgr.14556) 1441 : cluster [DBG] pgmap v1253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:02.163887+0000 mgr.y (mgr.14556) 1441 : cluster [DBG] pgmap v1253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:27:03] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:27:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:04.164342+0000 mgr.y (mgr.14556) 1442 : cluster [DBG] pgmap v1254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:04.164342+0000 mgr.y (mgr.14556) 1442 : cluster [DBG] pgmap v1254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:04.164342+0000 mgr.y (mgr.14556) 1442 : cluster [DBG] pgmap v1254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:06.165220+0000 mgr.y (mgr.14556) 1443 : cluster [DBG] pgmap v1255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:06.165220+0000 mgr.y (mgr.14556) 1443 : cluster [DBG] pgmap v1255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:06.165220+0000 mgr.y (mgr.14556) 1443 : cluster [DBG] pgmap v1255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:08.165649+0000 mgr.y (mgr.14556) 1444 : cluster [DBG] pgmap v1256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:08.165649+0000 mgr.y (mgr.14556) 1444 : cluster [DBG] pgmap v1256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:08.165649+0000 mgr.y (mgr.14556) 1444 : cluster [DBG] pgmap v1256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:10.166100+0000 mgr.y (mgr.14556) 1445 : cluster [DBG] pgmap v1257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:10.166100+0000 mgr.y (mgr.14556) 1445 : cluster [DBG] pgmap v1257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:10.166100+0000 mgr.y (mgr.14556) 1445 : cluster [DBG] pgmap v1257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:27:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:12.166884+0000 mgr.y (mgr.14556) 1446 : cluster [DBG] pgmap v1258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:12.166884+0000 mgr.y (mgr.14556) 1446 : cluster [DBG] pgmap v1258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:12.166884+0000 mgr.y (mgr.14556) 1446 : cluster [DBG] pgmap v1258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:27:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:27:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:14.167415+0000 mgr.y (mgr.14556) 1447 : cluster [DBG] pgmap v1259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:14.167415+0000 mgr.y (mgr.14556) 1447 : cluster [DBG] pgmap v1259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:14.167415+0000 mgr.y (mgr.14556) 1447 : cluster [DBG] pgmap v1259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:16.168162+0000 mgr.y (mgr.14556) 1448 : cluster [DBG] pgmap v1260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:16.168162+0000 mgr.y (mgr.14556) 1448 : cluster [DBG] pgmap v1260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:16.168162+0000 mgr.y (mgr.14556) 1448 : cluster [DBG] pgmap v1260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:18.168668+0000 mgr.y (mgr.14556) 1449 : cluster [DBG] pgmap v1261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:18.168668+0000 mgr.y (mgr.14556) 1449 : cluster [DBG] pgmap v1261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:18.168668+0000 mgr.y (mgr.14556) 1449 : cluster [DBG] pgmap v1261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:20.385 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:27:20.676 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:27:20.676 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (40m) 8m ago 41m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (40m) 8m ago 40m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (42m) 8m ago 42m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (42m) 8m ago 42m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (45m) 8m ago 45m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (47m) 8m ago 47m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (47m) 8m ago 47m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (46m) 8m ago 46m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (45m) 8m ago 45m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (41m) 8m ago 41m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (41m) 8m ago 41m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (45m) 8m ago 45m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (44m) 8m ago 44m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (44m) 8m ago 44m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (44m) 8m ago 44m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (43m) 8m ago 43m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (43m) 8m ago 43m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:27:20.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (42m) 8m ago 42m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:27:20.678 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (42m) 8m ago 42m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:27:20.678 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (40m) 8m ago 41m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:27:21.028 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:27:21.029 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:27:21.029 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:27:21.029 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:27:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:20.168984+0000 mgr.y (mgr.14556) 1450 : cluster [DBG] pgmap v1262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:27:20.373167+0000 mgr.y (mgr.14556) 1451 : audit [DBG] from='client.26201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:27:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:27:20.669135+0000 mgr.y (mgr.14556) 1452 : audit [DBG] from='client.26207 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:27:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:27:21.028378+0000 mon.c (mon.2) 70 : audit [DBG] from='client.? 172.21.15.23:0/3104111707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:27:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:20.168984+0000 mgr.y (mgr.14556) 1450 : cluster [DBG] pgmap v1262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:27:20.373167+0000 mgr.y (mgr.14556) 1451 : audit [DBG] from='client.26201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:27:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:27:20.669135+0000 mgr.y (mgr.14556) 1452 : audit [DBG] from='client.26207 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:27:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:27:21.028378+0000 mon.c (mon.2) 70 : audit [DBG] from='client.? 172.21.15.23:0/3104111707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:27:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:27:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:20.168984+0000 mgr.y (mgr.14556) 1450 : cluster [DBG] pgmap v1262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:27:20.373167+0000 mgr.y (mgr.14556) 1451 : audit [DBG] from='client.26201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:27:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:27:20.669135+0000 mgr.y (mgr.14556) 1452 : audit [DBG] from='client.26207 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:27:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:27:21.028378+0000 mon.c (mon.2) 70 : audit [DBG] from='client.? 172.21.15.23:0/3104111707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:27:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:22.169730+0000 mgr.y (mgr.14556) 1453 : cluster [DBG] pgmap v1263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:22.169730+0000 mgr.y (mgr.14556) 1453 : cluster [DBG] pgmap v1263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:22.169730+0000 mgr.y (mgr.14556) 1453 : cluster [DBG] pgmap v1263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:27:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:27:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:24.170193+0000 mgr.y (mgr.14556) 1454 : cluster [DBG] pgmap v1264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:24.170193+0000 mgr.y (mgr.14556) 1454 : cluster [DBG] pgmap v1264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:24.170193+0000 mgr.y (mgr.14556) 1454 : cluster [DBG] pgmap v1264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:26.170932+0000 mgr.y (mgr.14556) 1455 : cluster [DBG] pgmap v1265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:26.170932+0000 mgr.y (mgr.14556) 1455 : cluster [DBG] pgmap v1265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:26.170932+0000 mgr.y (mgr.14556) 1455 : cluster [DBG] pgmap v1265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:28.171372+0000 mgr.y (mgr.14556) 1456 : cluster [DBG] pgmap v1266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:28.171372+0000 mgr.y (mgr.14556) 1456 : cluster [DBG] pgmap v1266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:28.171372+0000 mgr.y (mgr.14556) 1456 : cluster [DBG] pgmap v1266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:30.171757+0000 mgr.y (mgr.14556) 1457 : cluster [DBG] pgmap v1267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:30.171757+0000 mgr.y (mgr.14556) 1457 : cluster [DBG] pgmap v1267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:30.171757+0000 mgr.y (mgr.14556) 1457 : cluster [DBG] pgmap v1267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:27:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:27:31.968041+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:27:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:27:32.274116+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:27:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:27:32.274817+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:27:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:27:32.282471+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:27:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:27:31.968041+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:27:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:27:32.274116+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:27:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:27:32.274817+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:27:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:27:32.282471+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:27:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:27:31.968041+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:27:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:27:32.274116+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:27:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:27:32.274817+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:27:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:27:32.282471+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:27:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:32.172288+0000 mgr.y (mgr.14556) 1458 : cluster [DBG] pgmap v1268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:32.172288+0000 mgr.y (mgr.14556) 1458 : cluster [DBG] pgmap v1268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:32.172288+0000 mgr.y (mgr.14556) 1458 : cluster [DBG] pgmap v1268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:27:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:27:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:34.172745+0000 mgr.y (mgr.14556) 1459 : cluster [DBG] pgmap v1269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:34.172745+0000 mgr.y (mgr.14556) 1459 : cluster [DBG] pgmap v1269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:34.172745+0000 mgr.y (mgr.14556) 1459 : cluster [DBG] pgmap v1269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:36.173437+0000 mgr.y (mgr.14556) 1460 : cluster [DBG] pgmap v1270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:36.173437+0000 mgr.y (mgr.14556) 1460 : cluster [DBG] pgmap v1270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:36.173437+0000 mgr.y (mgr.14556) 1460 : cluster [DBG] pgmap v1270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:38.174079+0000 mgr.y (mgr.14556) 1461 : cluster [DBG] pgmap v1271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:38.174079+0000 mgr.y (mgr.14556) 1461 : cluster [DBG] pgmap v1271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:38.174079+0000 mgr.y (mgr.14556) 1461 : cluster [DBG] pgmap v1271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:40.174594+0000 mgr.y (mgr.14556) 1462 : cluster [DBG] pgmap v1272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:41.888 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:27:41.889 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:40.174594+0000 mgr.y (mgr.14556) 1462 : cluster [DBG] pgmap v1272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:41.889 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:40.174594+0000 mgr.y (mgr.14556) 1462 : cluster [DBG] pgmap v1272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:42.175470+0000 mgr.y (mgr.14556) 1463 : cluster [DBG] pgmap v1273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:42.175470+0000 mgr.y (mgr.14556) 1463 : cluster [DBG] pgmap v1273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:42.175470+0000 mgr.y (mgr.14556) 1463 : cluster [DBG] pgmap v1273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:27:43] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:27:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:44.175879+0000 mgr.y (mgr.14556) 1464 : cluster [DBG] pgmap v1274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:44.175879+0000 mgr.y (mgr.14556) 1464 : cluster [DBG] pgmap v1274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:44.175879+0000 mgr.y (mgr.14556) 1464 : cluster [DBG] pgmap v1274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:46.176665+0000 mgr.y (mgr.14556) 1465 : cluster [DBG] pgmap v1275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:46.176665+0000 mgr.y (mgr.14556) 1465 : cluster [DBG] pgmap v1275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:46.176665+0000 mgr.y (mgr.14556) 1465 : cluster [DBG] pgmap v1275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:48.177116+0000 mgr.y (mgr.14556) 1466 : cluster [DBG] pgmap v1276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:48.177116+0000 mgr.y (mgr.14556) 1466 : cluster [DBG] pgmap v1276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:48.177116+0000 mgr.y (mgr.14556) 1466 : cluster [DBG] pgmap v1276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:51.354 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:27:51.642 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:27:51.642 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (40m) 9m ago 41m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:27:51.642 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (41m) 9m ago 41m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:27:51.642 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (42m) 9m ago 42m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:27:51.642 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (42m) 9m ago 42m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:27:51.642 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (46m) 9m ago 46m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:27:51.642 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (47m) 9m ago 47m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:27:51.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (47m) 9m ago 48m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (46m) 9m ago 46m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (46m) 9m ago 46m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (41m) 9m ago 41m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (41m) 9m ago 41m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (45m) 9m ago 45m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (45m) 9m ago 45m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (45m) 9m ago 45m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (44m) 9m ago 44m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (44m) 9m ago 44m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (43m) 9m ago 43m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (43m) 9m ago 43m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (42m) 9m ago 42m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:27:51.643 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (40m) 9m ago 41m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:27:51.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:27:51.991 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:27:51.992 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:27:51.993 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:27:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:50.177579+0000 mgr.y (mgr.14556) 1467 : cluster [DBG] pgmap v1277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:50.177579+0000 mgr.y (mgr.14556) 1467 : cluster [DBG] pgmap v1277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:50.177579+0000 mgr.y (mgr.14556) 1467 : cluster [DBG] pgmap v1277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:27:51.343026+0000 mgr.y (mgr.14556) 1468 : audit [DBG] from='client.26219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:27:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:27:51.634641+0000 mgr.y (mgr.14556) 1469 : audit [DBG] from='client.26225 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:27:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:27:51.992148+0000 mon.c (mon.2) 71 : audit [DBG] from='client.? 172.21.15.23:0/2082623915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:27:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:27:51.343026+0000 mgr.y (mgr.14556) 1468 : audit [DBG] from='client.26219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:27:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:27:51.634641+0000 mgr.y (mgr.14556) 1469 : audit [DBG] from='client.26225 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:27:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:27:51.992148+0000 mon.c (mon.2) 71 : audit [DBG] from='client.? 172.21.15.23:0/2082623915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:27:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:27:51.343026+0000 mgr.y (mgr.14556) 1468 : audit [DBG] from='client.26219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:27:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:27:51.634641+0000 mgr.y (mgr.14556) 1469 : audit [DBG] from='client.26225 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:27:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:27:51.992148+0000 mon.c (mon.2) 71 : audit [DBG] from='client.? 172.21.15.23:0/2082623915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:27:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:27:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:27:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:52.178281+0000 mgr.y (mgr.14556) 1470 : cluster [DBG] pgmap v1278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:52.178281+0000 mgr.y (mgr.14556) 1470 : cluster [DBG] pgmap v1278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:52.178281+0000 mgr.y (mgr.14556) 1470 : cluster [DBG] pgmap v1278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:54.178606+0000 mgr.y (mgr.14556) 1471 : cluster [DBG] pgmap v1279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:54.178606+0000 mgr.y (mgr.14556) 1471 : cluster [DBG] pgmap v1279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:54.178606+0000 mgr.y (mgr.14556) 1471 : cluster [DBG] pgmap v1279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:56.179278+0000 mgr.y (mgr.14556) 1472 : cluster [DBG] pgmap v1280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:56.179278+0000 mgr.y (mgr.14556) 1472 : cluster [DBG] pgmap v1280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:27:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:56.179278+0000 mgr.y (mgr.14556) 1472 : cluster [DBG] pgmap v1280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:27:58.179797+0000 mgr.y (mgr.14556) 1473 : cluster [DBG] pgmap v1281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:27:58.179797+0000 mgr.y (mgr.14556) 1473 : cluster [DBG] pgmap v1281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:27:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:27:58.179797+0000 mgr.y (mgr.14556) 1473 : cluster [DBG] pgmap v1281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:28:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:00.180394+0000 mgr.y (mgr.14556) 1474 : cluster [DBG] pgmap v1282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:00.180394+0000 mgr.y (mgr.14556) 1474 : cluster [DBG] pgmap v1282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:00.180394+0000 mgr.y (mgr.14556) 1474 : cluster [DBG] pgmap v1282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:02.181250+0000 mgr.y (mgr.14556) 1475 : cluster [DBG] pgmap v1283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:28:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:28:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:02.181250+0000 mgr.y (mgr.14556) 1475 : cluster [DBG] pgmap v1283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:02.181250+0000 mgr.y (mgr.14556) 1475 : cluster [DBG] pgmap v1283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:04.181657+0000 mgr.y (mgr.14556) 1476 : cluster [DBG] pgmap v1284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:04.181657+0000 mgr.y (mgr.14556) 1476 : cluster [DBG] pgmap v1284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:04.181657+0000 mgr.y (mgr.14556) 1476 : cluster [DBG] pgmap v1284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:06.182362+0000 mgr.y (mgr.14556) 1477 : cluster [DBG] pgmap v1285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:06.182362+0000 mgr.y (mgr.14556) 1477 : cluster [DBG] pgmap v1285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:06.182362+0000 mgr.y (mgr.14556) 1477 : cluster [DBG] pgmap v1285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:08.182825+0000 mgr.y (mgr.14556) 1478 : cluster [DBG] pgmap v1286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:08.182825+0000 mgr.y (mgr.14556) 1478 : cluster [DBG] pgmap v1286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:08.182825+0000 mgr.y (mgr.14556) 1478 : cluster [DBG] pgmap v1286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:28:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:10.183193+0000 mgr.y (mgr.14556) 1479 : cluster [DBG] pgmap v1287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:10.183193+0000 mgr.y (mgr.14556) 1479 : cluster [DBG] pgmap v1287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:10.183193+0000 mgr.y (mgr.14556) 1479 : cluster [DBG] pgmap v1287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:28:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:28:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:12.183840+0000 mgr.y (mgr.14556) 1480 : cluster [DBG] pgmap v1288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:12.183840+0000 mgr.y (mgr.14556) 1480 : cluster [DBG] pgmap v1288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:12.183840+0000 mgr.y (mgr.14556) 1480 : cluster [DBG] pgmap v1288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:14.184271+0000 mgr.y (mgr.14556) 1481 : cluster [DBG] pgmap v1289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:14.184271+0000 mgr.y (mgr.14556) 1481 : cluster [DBG] pgmap v1289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:14.184271+0000 mgr.y (mgr.14556) 1481 : cluster [DBG] pgmap v1289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:16.184985+0000 mgr.y (mgr.14556) 1482 : cluster [DBG] pgmap v1290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:16.184985+0000 mgr.y (mgr.14556) 1482 : cluster [DBG] pgmap v1290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:16.184985+0000 mgr.y (mgr.14556) 1482 : cluster [DBG] pgmap v1290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:18.185586+0000 mgr.y (mgr.14556) 1483 : cluster [DBG] pgmap v1291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:18.185586+0000 mgr.y (mgr.14556) 1483 : cluster [DBG] pgmap v1291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:18.185586+0000 mgr.y (mgr.14556) 1483 : cluster [DBG] pgmap v1291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:28:22.318 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:28:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:20.186175+0000 mgr.y (mgr.14556) 1484 : cluster [DBG] pgmap v1292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:20.186175+0000 mgr.y (mgr.14556) 1484 : cluster [DBG] pgmap v1292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:20.186175+0000 mgr.y (mgr.14556) 1484 : cluster [DBG] pgmap v1292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:22.605 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:28:22.605 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (41m) 9m ago 42m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:28:22.605 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (41m) 9m ago 41m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (43m) 9m ago 43m 18.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (43m) 9m ago 43m 22.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (46m) 9m ago 46m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (48m) 9m ago 48m 453M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (48m) 9m ago 48m 112M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (47m) 9m ago 47m 70.2M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (46m) 9m ago 46m 79.2M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (42m) 9m ago 42m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (42m) 9m ago 42m 24.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (46m) 9m ago 46m 43.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (46m) 9m ago 46m 42.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (45m) 9m ago 45m 41.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (45m) 9m ago 45m 40.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:28:22.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (44m) 9m ago 44m 40.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:28:22.607 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (44m) 9m ago 44m 40.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:28:22.607 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (43m) 9m ago 43m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:28:22.607 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (43m) 9m ago 43m 40.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:28:22.607 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (41m) 9m ago 42m 77.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:28:22.956 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:28:22.956 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:28:22.956 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:28:22.956 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:28:22.956 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:28:22.956 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:28:22.956 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:28:22.957 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:28:22.957 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:28:22.957 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:28:22.957 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:28:22.957 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:28:22.957 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:28:22.957 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:28:22.957 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:28:22.957 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:28:22.957 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:28:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:28:22.956590+0000 mon.a (mon.0) 1045 : audit [DBG] from='client.? 172.21.15.23:0/2511199001' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:28:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:28:22.956590+0000 mon.a (mon.0) 1045 : audit [DBG] from='client.? 172.21.15.23:0/2511199001' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:28:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:28:22.956590+0000 mon.a (mon.0) 1045 : audit [DBG] from='client.? 172.21.15.23:0/2511199001' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:28:24.055 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:28:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:28:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:22.186740+0000 mgr.y (mgr.14556) 1485 : cluster [DBG] pgmap v1293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:28:22.306808+0000 mgr.y (mgr.14556) 1486 : audit [DBG] from='client.16323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:28:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:28:22.598137+0000 mgr.y (mgr.14556) 1487 : audit [DBG] from='client.26243 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:28:24.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:22.186740+0000 mgr.y (mgr.14556) 1485 : cluster [DBG] pgmap v1293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:24.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:28:22.306808+0000 mgr.y (mgr.14556) 1486 : audit [DBG] from='client.16323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:28:24.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:28:22.598137+0000 mgr.y (mgr.14556) 1487 : audit [DBG] from='client.26243 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:28:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:22.186740+0000 mgr.y (mgr.14556) 1485 : cluster [DBG] pgmap v1293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:28:22.306808+0000 mgr.y (mgr.14556) 1486 : audit [DBG] from='client.16323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:28:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:28:22.598137+0000 mgr.y (mgr.14556) 1487 : audit [DBG] from='client.26243 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:28:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:24.187166+0000 mgr.y (mgr.14556) 1488 : cluster [DBG] pgmap v1294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:24.187166+0000 mgr.y (mgr.14556) 1488 : cluster [DBG] pgmap v1294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:24.187166+0000 mgr.y (mgr.14556) 1488 : cluster [DBG] pgmap v1294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:26.188046+0000 mgr.y (mgr.14556) 1489 : cluster [DBG] pgmap v1295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:26.188046+0000 mgr.y (mgr.14556) 1489 : cluster [DBG] pgmap v1295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:26.188046+0000 mgr.y (mgr.14556) 1489 : cluster [DBG] pgmap v1295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:28.188635+0000 mgr.y (mgr.14556) 1490 : cluster [DBG] pgmap v1296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:28.188635+0000 mgr.y (mgr.14556) 1490 : cluster [DBG] pgmap v1296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:28.188635+0000 mgr.y (mgr.14556) 1490 : cluster [DBG] pgmap v1296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:30.189009+0000 mgr.y (mgr.14556) 1491 : cluster [DBG] pgmap v1297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:30.189009+0000 mgr.y (mgr.14556) 1491 : cluster [DBG] pgmap v1297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:30.189009+0000 mgr.y (mgr.14556) 1491 : cluster [DBG] pgmap v1297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:28:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:32.189671+0000 mgr.y (mgr.14556) 1492 : cluster [DBG] pgmap v1298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:28:32.286825+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:28:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:32.189671+0000 mgr.y (mgr.14556) 1492 : cluster [DBG] pgmap v1298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:28:32.286825+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:28:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:32.189671+0000 mgr.y (mgr.14556) 1492 : cluster [DBG] pgmap v1298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:28:32.286825+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:28:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:28:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:28:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:34.190252+0000 mgr.y (mgr.14556) 1493 : cluster [DBG] pgmap v1299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:28:35.002801+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:28:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:28:35.706415+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:28:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:28:35.998923+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:28:36.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:28:35.999797+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:28:36.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:34.190252+0000 mgr.y (mgr.14556) 1493 : cluster [DBG] pgmap v1299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:36.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:28:35.002801+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:28:36.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:28:35.706415+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:28:36.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:28:35.998923+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:28:36.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:28:35.999797+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:28:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:34.190252+0000 mgr.y (mgr.14556) 1493 : cluster [DBG] pgmap v1299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:28:35.002801+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:28:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:28:35.706415+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:28:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:28:35.998923+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:28:36.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:28:35.999797+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:28:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:28:36.009789+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:28:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:28:36.009789+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:28:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:28:36.009789+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:28:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:36.190949+0000 mgr.y (mgr.14556) 1494 : cluster [DBG] pgmap v1300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:36.190949+0000 mgr.y (mgr.14556) 1494 : cluster [DBG] pgmap v1300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:36.190949+0000 mgr.y (mgr.14556) 1494 : cluster [DBG] pgmap v1300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:38.191357+0000 mgr.y (mgr.14556) 1495 : cluster [DBG] pgmap v1301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:38.191357+0000 mgr.y (mgr.14556) 1495 : cluster [DBG] pgmap v1301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:38.191357+0000 mgr.y (mgr.14556) 1495 : cluster [DBG] pgmap v1301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:28:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:40.191790+0000 mgr.y (mgr.14556) 1496 : cluster [DBG] pgmap v1302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:40.191790+0000 mgr.y (mgr.14556) 1496 : cluster [DBG] pgmap v1302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:40.191790+0000 mgr.y (mgr.14556) 1496 : cluster [DBG] pgmap v1302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:44.044 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:28:43] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T07:28:44.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:42.192461+0000 mgr.y (mgr.14556) 1497 : cluster [DBG] pgmap v1303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:44.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:42.192461+0000 mgr.y (mgr.14556) 1497 : cluster [DBG] pgmap v1303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:42.192461+0000 mgr.y (mgr.14556) 1497 : cluster [DBG] pgmap v1303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:44.193037+0000 mgr.y (mgr.14556) 1498 : cluster [DBG] pgmap v1304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:44.193037+0000 mgr.y (mgr.14556) 1498 : cluster [DBG] pgmap v1304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:44.193037+0000 mgr.y (mgr.14556) 1498 : cluster [DBG] pgmap v1304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:46.193866+0000 mgr.y (mgr.14556) 1499 : cluster [DBG] pgmap v1305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:46.193866+0000 mgr.y (mgr.14556) 1499 : cluster [DBG] pgmap v1305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:46.193866+0000 mgr.y (mgr.14556) 1499 : cluster [DBG] pgmap v1305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:48.194293+0000 mgr.y (mgr.14556) 1500 : cluster [DBG] pgmap v1306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:48.194293+0000 mgr.y (mgr.14556) 1500 : cluster [DBG] pgmap v1306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:48.194293+0000 mgr.y (mgr.14556) 1500 : cluster [DBG] pgmap v1306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:28:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:50.194615+0000 mgr.y (mgr.14556) 1501 : cluster [DBG] pgmap v1307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:50.194615+0000 mgr.y (mgr.14556) 1501 : cluster [DBG] pgmap v1307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:50.194615+0000 mgr.y (mgr.14556) 1501 : cluster [DBG] pgmap v1307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:53.286 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:28:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:52.195300+0000 mgr.y (mgr.14556) 1502 : cluster [DBG] pgmap v1308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:52.195300+0000 mgr.y (mgr.14556) 1502 : cluster [DBG] pgmap v1308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:52.195300+0000 mgr.y (mgr.14556) 1502 : cluster [DBG] pgmap v1308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:53.572 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:28:53.572 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (41m) 18s ago 42m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:28:53.572 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (42m) 17s ago 42m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:28:53.572 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (43m) 18s ago 43m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:28:53.572 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (43m) 17s ago 43m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:28:53.572 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (47m) 17s ago 47m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:28:53.572 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (48m) 18s ago 48m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:28:53.572 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (48m) 18s ago 49m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:28:53.572 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (47m) 17s ago 47m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:28:53.572 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (47m) 18s ago 47m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:28:53.572 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (42m) 18s ago 42m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:28:53.573 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (42m) 17s ago 42m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:28:53.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (46m) 18s ago 46m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:28:53.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (46m) 18s ago 46m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:28:53.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (46m) 18s ago 46m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:28:53.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (45m) 18s ago 45m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:28:53.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (45m) 17s ago 45m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:28:53.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (44m) 17s ago 44m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:28:53.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (44m) 17s ago 44m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:28:53.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (43m) 17s ago 43m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:28:53.573 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (41m) 17s ago 43m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:28:53.923 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:28:53.923 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:28:53.923 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:28:53.923 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:28:53.923 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:28:53.923 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:28:53.923 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:28:53.923 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:28:53.923 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:28:53.923 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:28:53.923 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:28:53.924 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:28:53.924 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:28:53.924 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:28:53.924 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:28:53.924 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:28:53.924 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:28:54.110 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:28:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:28:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:28:53.274574+0000 mgr.y (mgr.14556) 1503 : audit [DBG] from='client.16341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:28:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:28:53.564600+0000 mgr.y (mgr.14556) 1504 : audit [DBG] from='client.16347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:28:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:28:53.923580+0000 mon.a (mon.0) 1052 : audit [DBG] from='client.? 172.21.15.23:0/1598409519' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:28:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:28:53.274574+0000 mgr.y (mgr.14556) 1503 : audit [DBG] from='client.16341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:28:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:28:53.564600+0000 mgr.y (mgr.14556) 1504 : audit [DBG] from='client.16347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:28:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:28:53.923580+0000 mon.a (mon.0) 1052 : audit [DBG] from='client.? 172.21.15.23:0/1598409519' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:28:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:28:53.274574+0000 mgr.y (mgr.14556) 1503 : audit [DBG] from='client.16341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:28:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:28:53.564600+0000 mgr.y (mgr.14556) 1504 : audit [DBG] from='client.16347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:28:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:28:53.923580+0000 mon.a (mon.0) 1052 : audit [DBG] from='client.? 172.21.15.23:0/1598409519' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:28:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:54.195637+0000 mgr.y (mgr.14556) 1505 : cluster [DBG] pgmap v1309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:54.195637+0000 mgr.y (mgr.14556) 1505 : cluster [DBG] pgmap v1309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:54.195637+0000 mgr.y (mgr.14556) 1505 : cluster [DBG] pgmap v1309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:56.196204+0000 mgr.y (mgr.14556) 1506 : cluster [DBG] pgmap v1310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:56.196204+0000 mgr.y (mgr.14556) 1506 : cluster [DBG] pgmap v1310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:56.196204+0000 mgr.y (mgr.14556) 1506 : cluster [DBG] pgmap v1310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:28:58.196676+0000 mgr.y (mgr.14556) 1507 : cluster [DBG] pgmap v1311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:28:58.196676+0000 mgr.y (mgr.14556) 1507 : cluster [DBG] pgmap v1311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:28:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:28:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:28:58.196676+0000 mgr.y (mgr.14556) 1507 : cluster [DBG] pgmap v1311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:00.197039+0000 mgr.y (mgr.14556) 1508 : cluster [DBG] pgmap v1312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:00.197039+0000 mgr.y (mgr.14556) 1508 : cluster [DBG] pgmap v1312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:00.197039+0000 mgr.y (mgr.14556) 1508 : cluster [DBG] pgmap v1312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:29:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:02.197787+0000 mgr.y (mgr.14556) 1509 : cluster [DBG] pgmap v1313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:02.197787+0000 mgr.y (mgr.14556) 1509 : cluster [DBG] pgmap v1313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:02.197787+0000 mgr.y (mgr.14556) 1509 : cluster [DBG] pgmap v1313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:29:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:29:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:04.198196+0000 mgr.y (mgr.14556) 1510 : cluster [DBG] pgmap v1314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:04.198196+0000 mgr.y (mgr.14556) 1510 : cluster [DBG] pgmap v1314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:04.198196+0000 mgr.y (mgr.14556) 1510 : cluster [DBG] pgmap v1314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:06.198903+0000 mgr.y (mgr.14556) 1511 : cluster [DBG] pgmap v1315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:06.198903+0000 mgr.y (mgr.14556) 1511 : cluster [DBG] pgmap v1315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:06.198903+0000 mgr.y (mgr.14556) 1511 : cluster [DBG] pgmap v1315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:08.199341+0000 mgr.y (mgr.14556) 1512 : cluster [DBG] pgmap v1316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:08.199341+0000 mgr.y (mgr.14556) 1512 : cluster [DBG] pgmap v1316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:08.199341+0000 mgr.y (mgr.14556) 1512 : cluster [DBG] pgmap v1316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:10.199871+0000 mgr.y (mgr.14556) 1513 : cluster [DBG] pgmap v1317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:10.199871+0000 mgr.y (mgr.14556) 1513 : cluster [DBG] pgmap v1317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:10.199871+0000 mgr.y (mgr.14556) 1513 : cluster [DBG] pgmap v1317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:29:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:12.200772+0000 mgr.y (mgr.14556) 1514 : cluster [DBG] pgmap v1318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:12.200772+0000 mgr.y (mgr.14556) 1514 : cluster [DBG] pgmap v1318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:12.200772+0000 mgr.y (mgr.14556) 1514 : cluster [DBG] pgmap v1318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:29:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:29:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:14.201244+0000 mgr.y (mgr.14556) 1515 : cluster [DBG] pgmap v1319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:14.201244+0000 mgr.y (mgr.14556) 1515 : cluster [DBG] pgmap v1319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:14.201244+0000 mgr.y (mgr.14556) 1515 : cluster [DBG] pgmap v1319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:16.201915+0000 mgr.y (mgr.14556) 1516 : cluster [DBG] pgmap v1320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:16.201915+0000 mgr.y (mgr.14556) 1516 : cluster [DBG] pgmap v1320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:16.201915+0000 mgr.y (mgr.14556) 1516 : cluster [DBG] pgmap v1320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:18.202444+0000 mgr.y (mgr.14556) 1517 : cluster [DBG] pgmap v1321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:18.202444+0000 mgr.y (mgr.14556) 1517 : cluster [DBG] pgmap v1321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:18.202444+0000 mgr.y (mgr.14556) 1517 : cluster [DBG] pgmap v1321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:20.203000+0000 mgr.y (mgr.14556) 1518 : cluster [DBG] pgmap v1322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:20.203000+0000 mgr.y (mgr.14556) 1518 : cluster [DBG] pgmap v1322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:20.203000+0000 mgr.y (mgr.14556) 1518 : cluster [DBG] pgmap v1322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:29:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:22.203783+0000 mgr.y (mgr.14556) 1519 : cluster [DBG] pgmap v1323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:22.203783+0000 mgr.y (mgr.14556) 1519 : cluster [DBG] pgmap v1323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:22.203783+0000 mgr.y (mgr.14556) 1519 : cluster [DBG] pgmap v1323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:29:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:29:24.252 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:29:24.540 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (42m) 49s ago 43m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (42m) 48s ago 42m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (44m) 49s ago 44m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (44m) 48s ago 44m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (47m) 48s ago 47m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (49m) 49s ago 49m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (49m) 49s ago 49m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (48m) 48s ago 48m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (48m) 49s ago 48m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (43m) 49s ago 43m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (43m) 48s ago 43m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (47m) 49s ago 47m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (47m) 49s ago 47m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (46m) 49s ago 46m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (46m) 49s ago 46m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (45m) 48s ago 45m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:29:24.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (45m) 48s ago 45m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:29:24.542 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (44m) 48s ago 44m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:29:24.542 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (44m) 48s ago 44m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:29:24.542 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (42m) 48s ago 43m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:29:24.896 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:29:24.896 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:29:24.896 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:29:24.896 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:29:24.896 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:29:24.897 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:29:24.897 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:29:24.897 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:29:24.897 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:29:24.897 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:29:24.897 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:29:24.897 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:29:24.897 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:29:24.897 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:29:24.897 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:29:24.897 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:29:24.897 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:29:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:24.204156+0000 mgr.y (mgr.14556) 1520 : cluster [DBG] pgmap v1324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:29:24.240496+0000 mgr.y (mgr.14556) 1521 : audit [DBG] from='client.26273 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:29:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:29:24.533195+0000 mgr.y (mgr.14556) 1522 : audit [DBG] from='client.16365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:29:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:29:24.896917+0000 mon.a (mon.0) 1053 : audit [DBG] from='client.? 172.21.15.23:0/2911737922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:29:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:24.204156+0000 mgr.y (mgr.14556) 1520 : cluster [DBG] pgmap v1324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:29:24.240496+0000 mgr.y (mgr.14556) 1521 : audit [DBG] from='client.26273 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:29:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:29:24.533195+0000 mgr.y (mgr.14556) 1522 : audit [DBG] from='client.16365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:29:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:29:24.896917+0000 mon.a (mon.0) 1053 : audit [DBG] from='client.? 172.21.15.23:0/2911737922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:29:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:24.204156+0000 mgr.y (mgr.14556) 1520 : cluster [DBG] pgmap v1324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:29:24.240496+0000 mgr.y (mgr.14556) 1521 : audit [DBG] from='client.26273 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:29:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:29:24.533195+0000 mgr.y (mgr.14556) 1522 : audit [DBG] from='client.16365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:29:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:29:24.896917+0000 mon.a (mon.0) 1053 : audit [DBG] from='client.? 172.21.15.23:0/2911737922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:29:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:26.204856+0000 mgr.y (mgr.14556) 1523 : cluster [DBG] pgmap v1325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:26.204856+0000 mgr.y (mgr.14556) 1523 : cluster [DBG] pgmap v1325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:26.204856+0000 mgr.y (mgr.14556) 1523 : cluster [DBG] pgmap v1325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:28.205226+0000 mgr.y (mgr.14556) 1524 : cluster [DBG] pgmap v1326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:28.205226+0000 mgr.y (mgr.14556) 1524 : cluster [DBG] pgmap v1326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:28.205226+0000 mgr.y (mgr.14556) 1524 : cluster [DBG] pgmap v1326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:30.205618+0000 mgr.y (mgr.14556) 1525 : cluster [DBG] pgmap v1327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:29:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:30.205618+0000 mgr.y (mgr.14556) 1525 : cluster [DBG] pgmap v1327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:30.205618+0000 mgr.y (mgr.14556) 1525 : cluster [DBG] pgmap v1327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:32.206239+0000 mgr.y (mgr.14556) 1526 : cluster [DBG] pgmap v1328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:32.206239+0000 mgr.y (mgr.14556) 1526 : cluster [DBG] pgmap v1328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:32.206239+0000 mgr.y (mgr.14556) 1526 : cluster [DBG] pgmap v1328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:29:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:29:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:34.206689+0000 mgr.y (mgr.14556) 1527 : cluster [DBG] pgmap v1329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:34.206689+0000 mgr.y (mgr.14556) 1527 : cluster [DBG] pgmap v1329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:34.206689+0000 mgr.y (mgr.14556) 1527 : cluster [DBG] pgmap v1329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:29:36.015298+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:29:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:29:36.328322+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:29:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:29:36.328986+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:29:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:29:36.337624+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:29:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:29:36.015298+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:29:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:29:36.328322+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:29:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:29:36.328986+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:29:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:29:36.337624+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:29:36.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:29:36.015298+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:29:36.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:29:36.328322+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:29:36.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:29:36.328986+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:29:36.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:29:36.337624+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:29:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:36.207415+0000 mgr.y (mgr.14556) 1528 : cluster [DBG] pgmap v1330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:36.207415+0000 mgr.y (mgr.14556) 1528 : cluster [DBG] pgmap v1330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:36.207415+0000 mgr.y (mgr.14556) 1528 : cluster [DBG] pgmap v1330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:38.207778+0000 mgr.y (mgr.14556) 1529 : cluster [DBG] pgmap v1331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:38.207778+0000 mgr.y (mgr.14556) 1529 : cluster [DBG] pgmap v1331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:38.207778+0000 mgr.y (mgr.14556) 1529 : cluster [DBG] pgmap v1331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:40.208356+0000 mgr.y (mgr.14556) 1530 : cluster [DBG] pgmap v1332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:40.208356+0000 mgr.y (mgr.14556) 1530 : cluster [DBG] pgmap v1332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:40.208356+0000 mgr.y (mgr.14556) 1530 : cluster [DBG] pgmap v1332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:29:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:42.208968+0000 mgr.y (mgr.14556) 1531 : cluster [DBG] pgmap v1333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:42.208968+0000 mgr.y (mgr.14556) 1531 : cluster [DBG] pgmap v1333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:42.208968+0000 mgr.y (mgr.14556) 1531 : cluster [DBG] pgmap v1333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:29:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:29:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:44.209357+0000 mgr.y (mgr.14556) 1532 : cluster [DBG] pgmap v1334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:44.209357+0000 mgr.y (mgr.14556) 1532 : cluster [DBG] pgmap v1334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:44.209357+0000 mgr.y (mgr.14556) 1532 : cluster [DBG] pgmap v1334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:46.210158+0000 mgr.y (mgr.14556) 1533 : cluster [DBG] pgmap v1335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:46.210158+0000 mgr.y (mgr.14556) 1533 : cluster [DBG] pgmap v1335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:46.210158+0000 mgr.y (mgr.14556) 1533 : cluster [DBG] pgmap v1335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:48.210535+0000 mgr.y (mgr.14556) 1534 : cluster [DBG] pgmap v1336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:48.210535+0000 mgr.y (mgr.14556) 1534 : cluster [DBG] pgmap v1336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:48.210535+0000 mgr.y (mgr.14556) 1534 : cluster [DBG] pgmap v1336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:50.210894+0000 mgr.y (mgr.14556) 1535 : cluster [DBG] pgmap v1337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:50.210894+0000 mgr.y (mgr.14556) 1535 : cluster [DBG] pgmap v1337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:50.210894+0000 mgr.y (mgr.14556) 1535 : cluster [DBG] pgmap v1337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:29:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:52.211651+0000 mgr.y (mgr.14556) 1536 : cluster [DBG] pgmap v1338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:52.211651+0000 mgr.y (mgr.14556) 1536 : cluster [DBG] pgmap v1338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:52.211651+0000 mgr.y (mgr.14556) 1536 : cluster [DBG] pgmap v1338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:29:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:29:55.219 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:29:55.509 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:29:55.509 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (42m) 80s ago 43m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:29:55.509 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (43m) 79s ago 43m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:29:55.509 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (44m) 80s ago 44m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:29:55.509 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (44m) 79s ago 44m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:29:55.509 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (48m) 79s ago 48m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (49m) 80s ago 49m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (50m) 80s ago 50m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (48m) 79s ago 48m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (48m) 80s ago 48m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (43m) 80s ago 43m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (43m) 79s ago 43m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (47m) 80s ago 47m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (47m) 80s ago 47m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (47m) 80s ago 47m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (46m) 80s ago 46m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (46m) 79s ago 46m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (45m) 79s ago 45m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (45m) 79s ago 45m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:29:55.510 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (45m) 79s ago 44m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:29:55.511 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (42m) 79s ago 44m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:29:55.858 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:29:55.858 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:29:55.858 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:29:55.858 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:29:55.858 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:29:55.858 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:29:55.858 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:29:55.859 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:29:55.859 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:29:55.859 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:29:55.859 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:29:55.859 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:29:55.859 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:29:55.859 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:29:55.859 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:29:55.859 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:29:55.859 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:29:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:54.212187+0000 mgr.y (mgr.14556) 1537 : cluster [DBG] pgmap v1339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:54.212187+0000 mgr.y (mgr.14556) 1537 : cluster [DBG] pgmap v1339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:54.212187+0000 mgr.y (mgr.14556) 1537 : cluster [DBG] pgmap v1339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:29:55.208505+0000 mgr.y (mgr.14556) 1538 : audit [DBG] from='client.16377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:29:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:29:55.501881+0000 mgr.y (mgr.14556) 1539 : audit [DBG] from='client.16383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:29:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:29:55.858848+0000 mon.c (mon.2) 72 : audit [DBG] from='client.? 172.21.15.23:0/796874290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:29:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:29:55.208505+0000 mgr.y (mgr.14556) 1538 : audit [DBG] from='client.16377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:29:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:29:55.501881+0000 mgr.y (mgr.14556) 1539 : audit [DBG] from='client.16383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:29:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:29:55.858848+0000 mon.c (mon.2) 72 : audit [DBG] from='client.? 172.21.15.23:0/796874290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:29:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:29:55.208505+0000 mgr.y (mgr.14556) 1538 : audit [DBG] from='client.16377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:29:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:29:55.501881+0000 mgr.y (mgr.14556) 1539 : audit [DBG] from='client.16383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:29:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:29:55.858848+0000 mon.c (mon.2) 72 : audit [DBG] from='client.? 172.21.15.23:0/796874290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:29:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:56.212779+0000 mgr.y (mgr.14556) 1540 : cluster [DBG] pgmap v1340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:56.212779+0000 mgr.y (mgr.14556) 1540 : cluster [DBG] pgmap v1340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:56.212779+0000 mgr.y (mgr.14556) 1540 : cluster [DBG] pgmap v1340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:29:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:29:58.213237+0000 mgr.y (mgr.14556) 1541 : cluster [DBG] pgmap v1341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:29:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:29:58.213237+0000 mgr.y (mgr.14556) 1541 : cluster [DBG] pgmap v1341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:29:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:29:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:29:58.213237+0000 mgr.y (mgr.14556) 1541 : cluster [DBG] pgmap v1341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T07:29:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:30:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:00.000164+0000 mon.a (mon.0) 1058 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:30:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:00.000164+0000 mon.a (mon.0) 1058 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:30:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:00.000164+0000 mon.a (mon.0) 1058 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:30:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:00.213762+0000 mgr.y (mgr.14556) 1542 : cluster [DBG] pgmap v1342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:00.213762+0000 mgr.y (mgr.14556) 1542 : cluster [DBG] pgmap v1342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:00.213762+0000 mgr.y (mgr.14556) 1542 : cluster [DBG] pgmap v1342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:30:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:30:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:30:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:02.214570+0000 mgr.y (mgr.14556) 1543 : cluster [DBG] pgmap v1343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:02.214570+0000 mgr.y (mgr.14556) 1543 : cluster [DBG] pgmap v1343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:02.214570+0000 mgr.y (mgr.14556) 1543 : cluster [DBG] pgmap v1343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:04.215233+0000 mgr.y (mgr.14556) 1544 : cluster [DBG] pgmap v1344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:04.215233+0000 mgr.y (mgr.14556) 1544 : cluster [DBG] pgmap v1344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:04.215233+0000 mgr.y (mgr.14556) 1544 : cluster [DBG] pgmap v1344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:06.216043+0000 mgr.y (mgr.14556) 1545 : cluster [DBG] pgmap v1345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:06.216043+0000 mgr.y (mgr.14556) 1545 : cluster [DBG] pgmap v1345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:06.216043+0000 mgr.y (mgr.14556) 1545 : cluster [DBG] pgmap v1345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:08.216533+0000 mgr.y (mgr.14556) 1546 : cluster [DBG] pgmap v1346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:08.216533+0000 mgr.y (mgr.14556) 1546 : cluster [DBG] pgmap v1346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:08.216533+0000 mgr.y (mgr.14556) 1546 : cluster [DBG] pgmap v1346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:10.217050+0000 mgr.y (mgr.14556) 1547 : cluster [DBG] pgmap v1347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:10.217050+0000 mgr.y (mgr.14556) 1547 : cluster [DBG] pgmap v1347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:10.217050+0000 mgr.y (mgr.14556) 1547 : cluster [DBG] pgmap v1347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:30:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:30:13] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T07:30:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:12.217727+0000 mgr.y (mgr.14556) 1548 : cluster [DBG] pgmap v1348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:12.217727+0000 mgr.y (mgr.14556) 1548 : cluster [DBG] pgmap v1348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:12.217727+0000 mgr.y (mgr.14556) 1548 : cluster [DBG] pgmap v1348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:14.218098+0000 mgr.y (mgr.14556) 1549 : cluster [DBG] pgmap v1349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:14.218098+0000 mgr.y (mgr.14556) 1549 : cluster [DBG] pgmap v1349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:14.218098+0000 mgr.y (mgr.14556) 1549 : cluster [DBG] pgmap v1349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:16.218736+0000 mgr.y (mgr.14556) 1550 : cluster [DBG] pgmap v1350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:16.218736+0000 mgr.y (mgr.14556) 1550 : cluster [DBG] pgmap v1350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:16.218736+0000 mgr.y (mgr.14556) 1550 : cluster [DBG] pgmap v1350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:18.219165+0000 mgr.y (mgr.14556) 1551 : cluster [DBG] pgmap v1351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:18.219165+0000 mgr.y (mgr.14556) 1551 : cluster [DBG] pgmap v1351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:18.219165+0000 mgr.y (mgr.14556) 1551 : cluster [DBG] pgmap v1351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:20.219639+0000 mgr.y (mgr.14556) 1552 : cluster [DBG] pgmap v1352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:30:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:20.219639+0000 mgr.y (mgr.14556) 1552 : cluster [DBG] pgmap v1352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:20.219639+0000 mgr.y (mgr.14556) 1552 : cluster [DBG] pgmap v1352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:22.220395+0000 mgr.y (mgr.14556) 1553 : cluster [DBG] pgmap v1353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:22.220395+0000 mgr.y (mgr.14556) 1553 : cluster [DBG] pgmap v1353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:22.220395+0000 mgr.y (mgr.14556) 1553 : cluster [DBG] pgmap v1353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:30:23] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T07:30:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:24.220789+0000 mgr.y (mgr.14556) 1554 : cluster [DBG] pgmap v1354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:24.220789+0000 mgr.y (mgr.14556) 1554 : cluster [DBG] pgmap v1354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:24.220789+0000 mgr.y (mgr.14556) 1554 : cluster [DBG] pgmap v1354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:26.184 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:30:26.477 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:30:26.477 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (43m) 111s ago 44m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:30:26.478 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (43m) 110s ago 43m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:30:26.478 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (45m) 111s ago 45m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:30:26.478 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (45m) 110s ago 45m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:30:26.478 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (48m) 110s ago 48m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:30:26.478 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (50m) 111s ago 50m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:30:26.478 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (50m) 111s ago 50m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:30:26.478 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (49m) 110s ago 49m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:30:26.478 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (49m) 111s ago 49m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:30:26.478 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (44m) 111s ago 44m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:30:26.478 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (44m) 110s ago 44m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:30:26.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (48m) 111s ago 48m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:30:26.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (48m) 111s ago 48m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:30:26.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (47m) 111s ago 47m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:30:26.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (47m) 111s ago 47m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:30:26.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (46m) 110s ago 46m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:30:26.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (46m) 110s ago 46m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:30:26.480 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (45m) 110s ago 45m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:30:26.480 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (45m) 110s ago 45m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:30:26.480 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (43m) 110s ago 44m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:30:26.833 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:30:26.834 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:30:26.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:30:26.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:30:26.834 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:30:26.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:30:26.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:30:26.835 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:30:26.835 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:30:26.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:30:26.835 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:30:26.835 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:30:26.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:30:26.836 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:30:26.836 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:30:26.836 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:30:26.836 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:30:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:30:26.172316+0000 mgr.y (mgr.14556) 1555 : audit [DBG] from='client.26309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:30:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:26.221506+0000 mgr.y (mgr.14556) 1556 : cluster [DBG] pgmap v1355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:30:26.469797+0000 mgr.y (mgr.14556) 1557 : audit [DBG] from='client.26315 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:30:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:30:26.834092+0000 mon.a (mon.0) 1059 : audit [DBG] from='client.? 172.21.15.23:0/2394978891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:30:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:30:26.172316+0000 mgr.y (mgr.14556) 1555 : audit [DBG] from='client.26309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:30:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:26.221506+0000 mgr.y (mgr.14556) 1556 : cluster [DBG] pgmap v1355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:30:26.469797+0000 mgr.y (mgr.14556) 1557 : audit [DBG] from='client.26315 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:30:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:30:26.834092+0000 mon.a (mon.0) 1059 : audit [DBG] from='client.? 172.21.15.23:0/2394978891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:30:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:30:26.172316+0000 mgr.y (mgr.14556) 1555 : audit [DBG] from='client.26309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:30:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:26.221506+0000 mgr.y (mgr.14556) 1556 : cluster [DBG] pgmap v1355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:30:26.469797+0000 mgr.y (mgr.14556) 1557 : audit [DBG] from='client.26315 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:30:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:30:26.834092+0000 mon.a (mon.0) 1059 : audit [DBG] from='client.? 172.21.15.23:0/2394978891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:30:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:28.222079+0000 mgr.y (mgr.14556) 1558 : cluster [DBG] pgmap v1356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:28.222079+0000 mgr.y (mgr.14556) 1558 : cluster [DBG] pgmap v1356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:28.222079+0000 mgr.y (mgr.14556) 1558 : cluster [DBG] pgmap v1356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:30.222512+0000 mgr.y (mgr.14556) 1559 : cluster [DBG] pgmap v1357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:30:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:30.222512+0000 mgr.y (mgr.14556) 1559 : cluster [DBG] pgmap v1357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:30.222512+0000 mgr.y (mgr.14556) 1559 : cluster [DBG] pgmap v1357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:30:33] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T07:30:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:32.223190+0000 mgr.y (mgr.14556) 1560 : cluster [DBG] pgmap v1358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:32.223190+0000 mgr.y (mgr.14556) 1560 : cluster [DBG] pgmap v1358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:32.223190+0000 mgr.y (mgr.14556) 1560 : cluster [DBG] pgmap v1358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:34.223661+0000 mgr.y (mgr.14556) 1561 : cluster [DBG] pgmap v1359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:34.223661+0000 mgr.y (mgr.14556) 1561 : cluster [DBG] pgmap v1359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:34.223661+0000 mgr.y (mgr.14556) 1561 : cluster [DBG] pgmap v1359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:30:36.342320+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:30:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:30:36.649904+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:30:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:30:36.650615+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:30:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:30:36.656977+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:30:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:30:36.342320+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:30:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:30:36.649904+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:30:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:30:36.650615+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:30:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:30:36.656977+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:30:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:30:36.342320+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:30:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:30:36.649904+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:30:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:30:36.650615+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:30:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:30:36.656977+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:30:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:36.224490+0000 mgr.y (mgr.14556) 1562 : cluster [DBG] pgmap v1360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:36.224490+0000 mgr.y (mgr.14556) 1562 : cluster [DBG] pgmap v1360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:36.224490+0000 mgr.y (mgr.14556) 1562 : cluster [DBG] pgmap v1360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:38.225047+0000 mgr.y (mgr.14556) 1563 : cluster [DBG] pgmap v1361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:38.225047+0000 mgr.y (mgr.14556) 1563 : cluster [DBG] pgmap v1361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:38.225047+0000 mgr.y (mgr.14556) 1563 : cluster [DBG] pgmap v1361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:40.225653+0000 mgr.y (mgr.14556) 1564 : cluster [DBG] pgmap v1362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:30:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:40.225653+0000 mgr.y (mgr.14556) 1564 : cluster [DBG] pgmap v1362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:40.225653+0000 mgr.y (mgr.14556) 1564 : cluster [DBG] pgmap v1362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:42.226079+0000 mgr.y (mgr.14556) 1565 : cluster [DBG] pgmap v1363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:30:43] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:30:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:42.226079+0000 mgr.y (mgr.14556) 1565 : cluster [DBG] pgmap v1363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:42.226079+0000 mgr.y (mgr.14556) 1565 : cluster [DBG] pgmap v1363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:44.226531+0000 mgr.y (mgr.14556) 1566 : cluster [DBG] pgmap v1364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:44.226531+0000 mgr.y (mgr.14556) 1566 : cluster [DBG] pgmap v1364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:44.226531+0000 mgr.y (mgr.14556) 1566 : cluster [DBG] pgmap v1364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:46.227228+0000 mgr.y (mgr.14556) 1567 : cluster [DBG] pgmap v1365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:46.227228+0000 mgr.y (mgr.14556) 1567 : cluster [DBG] pgmap v1365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:46.227228+0000 mgr.y (mgr.14556) 1567 : cluster [DBG] pgmap v1365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:48.227746+0000 mgr.y (mgr.14556) 1568 : cluster [DBG] pgmap v1366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:48.227746+0000 mgr.y (mgr.14556) 1568 : cluster [DBG] pgmap v1366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:50.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:48.227746+0000 mgr.y (mgr.14556) 1568 : cluster [DBG] pgmap v1366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:51.794 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:30:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:50.228265+0000 mgr.y (mgr.14556) 1569 : cluster [DBG] pgmap v1367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:50.228265+0000 mgr.y (mgr.14556) 1569 : cluster [DBG] pgmap v1367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:50.228265+0000 mgr.y (mgr.14556) 1569 : cluster [DBG] pgmap v1367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:30:53] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T07:30:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:52.228665+0000 mgr.y (mgr.14556) 1570 : cluster [DBG] pgmap v1368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:52.228665+0000 mgr.y (mgr.14556) 1570 : cluster [DBG] pgmap v1368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:52.228665+0000 mgr.y (mgr.14556) 1570 : cluster [DBG] pgmap v1368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:54.229085+0000 mgr.y (mgr.14556) 1571 : cluster [DBG] pgmap v1369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:54.229085+0000 mgr.y (mgr.14556) 1571 : cluster [DBG] pgmap v1369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:54.229085+0000 mgr.y (mgr.14556) 1571 : cluster [DBG] pgmap v1369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:57.164 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:30:57.451 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:30:57.451 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (43m) 2m ago 44m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:30:57.451 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (44m) 2m ago 44m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:30:57.451 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (45m) 2m ago 45m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (45m) 2m ago 45m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (49m) 2m ago 49m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (51m) 2m ago 51m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (51m) 2m ago 51m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (49m) 2m ago 49m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (49m) 2m ago 49m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (45m) 2m ago 45m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (44m) 2m ago 44m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (48m) 2m ago 48m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (48m) 2m ago 48m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (48m) 2m ago 48m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (47m) 2m ago 47m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (47m) 2m ago 47m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:30:57.452 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (46m) 2m ago 46m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:30:57.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (46m) 2m ago 46m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:30:57.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (46m) 2m ago 46m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:30:57.453 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (43m) 2m ago 45m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:30:57.800 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:30:57.800 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:30:57.800 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:30:57.800 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:30:57.800 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:30:57.801 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:30:57.801 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:30:57.801 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:30:57.801 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:30:57.801 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:30:57.801 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:30:57.801 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:30:57.801 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:30:57.801 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:30:57.801 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:30:57.801 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:30:57.801 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:30:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:56.229763+0000 mgr.y (mgr.14556) 1572 : cluster [DBG] pgmap v1370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:30:57.801088+0000 mon.a (mon.0) 1064 : audit [DBG] from='client.? 172.21.15.23:0/3587631306' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:30:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:56.229763+0000 mgr.y (mgr.14556) 1572 : cluster [DBG] pgmap v1370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:30:57.801088+0000 mon.a (mon.0) 1064 : audit [DBG] from='client.? 172.21.15.23:0/3587631306' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:30:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:56.229763+0000 mgr.y (mgr.14556) 1572 : cluster [DBG] pgmap v1370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:30:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:30:57.801088+0000 mon.a (mon.0) 1064 : audit [DBG] from='client.? 172.21.15.23:0/3587631306' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:30:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:30:57.152393+0000 mgr.y (mgr.14556) 1573 : audit [DBG] from='client.16413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:30:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:30:57.443706+0000 mgr.y (mgr.14556) 1574 : audit [DBG] from='client.16419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:30:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:30:57.152393+0000 mgr.y (mgr.14556) 1573 : audit [DBG] from='client.16413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:30:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:30:57.443706+0000 mgr.y (mgr.14556) 1574 : audit [DBG] from='client.16419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:30:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:30:57.152393+0000 mgr.y (mgr.14556) 1573 : audit [DBG] from='client.16413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:30:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:30:57.443706+0000 mgr.y (mgr.14556) 1574 : audit [DBG] from='client.16419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:31:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:30:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:30:58.230273+0000 mgr.y (mgr.14556) 1575 : cluster [DBG] pgmap v1371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:30:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:30:58.230273+0000 mgr.y (mgr.14556) 1575 : cluster [DBG] pgmap v1371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:30:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:30:58.230273+0000 mgr.y (mgr.14556) 1575 : cluster [DBG] pgmap v1371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:01.824 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:31:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:00.230825+0000 mgr.y (mgr.14556) 1576 : cluster [DBG] pgmap v1372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:00.230825+0000 mgr.y (mgr.14556) 1576 : cluster [DBG] pgmap v1372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:00.230825+0000 mgr.y (mgr.14556) 1576 : cluster [DBG] pgmap v1372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:31:03] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T07:31:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:02.231168+0000 mgr.y (mgr.14556) 1577 : cluster [DBG] pgmap v1373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:02.231168+0000 mgr.y (mgr.14556) 1577 : cluster [DBG] pgmap v1373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:02.231168+0000 mgr.y (mgr.14556) 1577 : cluster [DBG] pgmap v1373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:04.231535+0000 mgr.y (mgr.14556) 1578 : cluster [DBG] pgmap v1374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:04.231535+0000 mgr.y (mgr.14556) 1578 : cluster [DBG] pgmap v1374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:04.231535+0000 mgr.y (mgr.14556) 1578 : cluster [DBG] pgmap v1374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:06.232128+0000 mgr.y (mgr.14556) 1579 : cluster [DBG] pgmap v1375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:06.232128+0000 mgr.y (mgr.14556) 1579 : cluster [DBG] pgmap v1375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:06.232128+0000 mgr.y (mgr.14556) 1579 : cluster [DBG] pgmap v1375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:08.232505+0000 mgr.y (mgr.14556) 1580 : cluster [DBG] pgmap v1376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:08.232505+0000 mgr.y (mgr.14556) 1580 : cluster [DBG] pgmap v1376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:08.232505+0000 mgr.y (mgr.14556) 1580 : cluster [DBG] pgmap v1376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:11.858 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:31:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:10.233045+0000 mgr.y (mgr.14556) 1581 : cluster [DBG] pgmap v1377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:10.233045+0000 mgr.y (mgr.14556) 1581 : cluster [DBG] pgmap v1377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:10.233045+0000 mgr.y (mgr.14556) 1581 : cluster [DBG] pgmap v1377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:31:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:31:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:12.233392+0000 mgr.y (mgr.14556) 1582 : cluster [DBG] pgmap v1378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:12.233392+0000 mgr.y (mgr.14556) 1582 : cluster [DBG] pgmap v1378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:12.233392+0000 mgr.y (mgr.14556) 1582 : cluster [DBG] pgmap v1378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:14.233933+0000 mgr.y (mgr.14556) 1583 : cluster [DBG] pgmap v1379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:14.233933+0000 mgr.y (mgr.14556) 1583 : cluster [DBG] pgmap v1379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:14.233933+0000 mgr.y (mgr.14556) 1583 : cluster [DBG] pgmap v1379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:16.234646+0000 mgr.y (mgr.14556) 1584 : cluster [DBG] pgmap v1380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:16.234646+0000 mgr.y (mgr.14556) 1584 : cluster [DBG] pgmap v1380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:16.234646+0000 mgr.y (mgr.14556) 1584 : cluster [DBG] pgmap v1380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:18.235156+0000 mgr.y (mgr.14556) 1585 : cluster [DBG] pgmap v1381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:18.235156+0000 mgr.y (mgr.14556) 1585 : cluster [DBG] pgmap v1381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:18.235156+0000 mgr.y (mgr.14556) 1585 : cluster [DBG] pgmap v1381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:21.889 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:31:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:20.235859+0000 mgr.y (mgr.14556) 1586 : cluster [DBG] pgmap v1382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:20.235859+0000 mgr.y (mgr.14556) 1586 : cluster [DBG] pgmap v1382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:20.235859+0000 mgr.y (mgr.14556) 1586 : cluster [DBG] pgmap v1382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:22.236459+0000 mgr.y (mgr.14556) 1587 : cluster [DBG] pgmap v1383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:31:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:31:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:22.236459+0000 mgr.y (mgr.14556) 1587 : cluster [DBG] pgmap v1383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:22.236459+0000 mgr.y (mgr.14556) 1587 : cluster [DBG] pgmap v1383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:24.236865+0000 mgr.y (mgr.14556) 1588 : cluster [DBG] pgmap v1384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:24.236865+0000 mgr.y (mgr.14556) 1588 : cluster [DBG] pgmap v1384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:24.236865+0000 mgr.y (mgr.14556) 1588 : cluster [DBG] pgmap v1384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:28.126 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:31:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:26.237582+0000 mgr.y (mgr.14556) 1589 : cluster [DBG] pgmap v1385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:26.237582+0000 mgr.y (mgr.14556) 1589 : cluster [DBG] pgmap v1385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:26.237582+0000 mgr.y (mgr.14556) 1589 : cluster [DBG] pgmap v1385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (44m) 2m ago 45m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (45m) 2m ago 45m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (46m) 2m ago 46m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (46m) 2m ago 46m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (49m) 2m ago 49m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (51m) 2m ago 51m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (51m) 2m ago 51m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (50m) 2m ago 50m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (50m) 2m ago 50m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (45m) 2m ago 45m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (45m) 2m ago 45m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (49m) 2m ago 49m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (49m) 2m ago 49m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:31:28.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (48m) 2m ago 48m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:31:28.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (48m) 2m ago 48m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:31:28.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (47m) 2m ago 47m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:31:28.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (47m) 2m ago 47m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:31:28.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (47m) 2m ago 46m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:31:28.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (46m) 2m ago 46m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:31:28.414 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (44m) 2m ago 45m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:31:28.765 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:31:28.765 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:31:28.765 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:31:28.765 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:31:28.765 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:31:28.765 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:31:28.765 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:31:28.765 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:31:28.765 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:31:28.765 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:31:28.765 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:31:28.766 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:31:28.766 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:31:28.766 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:31:28.766 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:31:28.766 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:31:28.766 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:31:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:31:28.765616+0000 mon.a (mon.0) 1065 : audit [DBG] from='client.? 172.21.15.23:0/906178481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:31:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:31:28.765616+0000 mon.a (mon.0) 1065 : audit [DBG] from='client.? 172.21.15.23:0/906178481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:31:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:31:28.765616+0000 mon.a (mon.0) 1065 : audit [DBG] from='client.? 172.21.15.23:0/906178481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:31:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:31:28.114964+0000 mgr.y (mgr.14556) 1590 : audit [DBG] from='client.26345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:31:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:28.237905+0000 mgr.y (mgr.14556) 1591 : cluster [DBG] pgmap v1386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:31:28.405584+0000 mgr.y (mgr.14556) 1592 : audit [DBG] from='client.16437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:31:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:31:28.114964+0000 mgr.y (mgr.14556) 1590 : audit [DBG] from='client.26345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:31:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:28.237905+0000 mgr.y (mgr.14556) 1591 : cluster [DBG] pgmap v1386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:31:28.405584+0000 mgr.y (mgr.14556) 1592 : audit [DBG] from='client.16437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:31:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:31:28.114964+0000 mgr.y (mgr.14556) 1590 : audit [DBG] from='client.26345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:31:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:28.237905+0000 mgr.y (mgr.14556) 1591 : cluster [DBG] pgmap v1386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:31:28.405584+0000 mgr.y (mgr.14556) 1592 : audit [DBG] from='client.16437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:31:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:31:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:30.238676+0000 mgr.y (mgr.14556) 1593 : cluster [DBG] pgmap v1387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:30.238676+0000 mgr.y (mgr.14556) 1593 : cluster [DBG] pgmap v1387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:30.238676+0000 mgr.y (mgr.14556) 1593 : cluster [DBG] pgmap v1387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:31:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:31:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:32.239146+0000 mgr.y (mgr.14556) 1594 : cluster [DBG] pgmap v1388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:32.239146+0000 mgr.y (mgr.14556) 1594 : cluster [DBG] pgmap v1388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:32.239146+0000 mgr.y (mgr.14556) 1594 : cluster [DBG] pgmap v1388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:34.239649+0000 mgr.y (mgr.14556) 1595 : cluster [DBG] pgmap v1389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:34.239649+0000 mgr.y (mgr.14556) 1595 : cluster [DBG] pgmap v1389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:34.239649+0000 mgr.y (mgr.14556) 1595 : cluster [DBG] pgmap v1389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:31:36.661274+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:31:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:31:36.917303+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:31:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:31:36.923449+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:31:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:31:36.661274+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:31:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:31:36.917303+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:31:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:31:36.923449+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:31:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:31:36.661274+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:31:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:31:36.917303+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:31:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:31:36.923449+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:31:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:36.240453+0000 mgr.y (mgr.14556) 1596 : cluster [DBG] pgmap v1390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:31:37.221796+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:31:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:31:37.222496+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:31:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:31:37.228348+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:31:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:36.240453+0000 mgr.y (mgr.14556) 1596 : cluster [DBG] pgmap v1390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:31:37.221796+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:31:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:31:37.222496+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:31:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:31:37.228348+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:31:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:36.240453+0000 mgr.y (mgr.14556) 1596 : cluster [DBG] pgmap v1390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:31:37.221796+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:31:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:31:37.222496+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:31:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:31:37.228348+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:31:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:38.241025+0000 mgr.y (mgr.14556) 1597 : cluster [DBG] pgmap v1391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:38.241025+0000 mgr.y (mgr.14556) 1597 : cluster [DBG] pgmap v1391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:38.241025+0000 mgr.y (mgr.14556) 1597 : cluster [DBG] pgmap v1391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:31:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:40.241594+0000 mgr.y (mgr.14556) 1598 : cluster [DBG] pgmap v1392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:40.241594+0000 mgr.y (mgr.14556) 1598 : cluster [DBG] pgmap v1392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:40.241594+0000 mgr.y (mgr.14556) 1598 : cluster [DBG] pgmap v1392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:31:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:31:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:42.242171+0000 mgr.y (mgr.14556) 1599 : cluster [DBG] pgmap v1393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:42.242171+0000 mgr.y (mgr.14556) 1599 : cluster [DBG] pgmap v1393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:42.242171+0000 mgr.y (mgr.14556) 1599 : cluster [DBG] pgmap v1393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:44.242624+0000 mgr.y (mgr.14556) 1600 : cluster [DBG] pgmap v1394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:44.242624+0000 mgr.y (mgr.14556) 1600 : cluster [DBG] pgmap v1394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:44.242624+0000 mgr.y (mgr.14556) 1600 : cluster [DBG] pgmap v1394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:46.243357+0000 mgr.y (mgr.14556) 1601 : cluster [DBG] pgmap v1395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:46.243357+0000 mgr.y (mgr.14556) 1601 : cluster [DBG] pgmap v1395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:46.243357+0000 mgr.y (mgr.14556) 1601 : cluster [DBG] pgmap v1395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:48.243692+0000 mgr.y (mgr.14556) 1602 : cluster [DBG] pgmap v1396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:48.243692+0000 mgr.y (mgr.14556) 1602 : cluster [DBG] pgmap v1396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:48.243692+0000 mgr.y (mgr.14556) 1602 : cluster [DBG] pgmap v1396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:31:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:50.244398+0000 mgr.y (mgr.14556) 1603 : cluster [DBG] pgmap v1397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:50.244398+0000 mgr.y (mgr.14556) 1603 : cluster [DBG] pgmap v1397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:50.244398+0000 mgr.y (mgr.14556) 1603 : cluster [DBG] pgmap v1397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:54.069 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:31:53] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:31:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:52.244740+0000 mgr.y (mgr.14556) 1604 : cluster [DBG] pgmap v1398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:52.244740+0000 mgr.y (mgr.14556) 1604 : cluster [DBG] pgmap v1398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:52.244740+0000 mgr.y (mgr.14556) 1604 : cluster [DBG] pgmap v1398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:54.245197+0000 mgr.y (mgr.14556) 1605 : cluster [DBG] pgmap v1399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:54.245197+0000 mgr.y (mgr.14556) 1605 : cluster [DBG] pgmap v1399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:54.245197+0000 mgr.y (mgr.14556) 1605 : cluster [DBG] pgmap v1399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:56.245952+0000 mgr.y (mgr.14556) 1606 : cluster [DBG] pgmap v1400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:56.245952+0000 mgr.y (mgr.14556) 1606 : cluster [DBG] pgmap v1400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:31:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:56.245952+0000 mgr.y (mgr.14556) 1606 : cluster [DBG] pgmap v1400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:31:59.090 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:31:59.379 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:31:59.379 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (44m) 3m ago 45m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:31:59.379 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (45m) 3m ago 45m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:31:59.379 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (46m) 3m ago 46m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:31:59.380 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (46m) 3m ago 46m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:31:59.380 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (50m) 3m ago 50m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:31:59.380 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (52m) 3m ago 52m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:31:59.380 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (52m) 3m ago 52m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:31:59.380 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (50m) 3m ago 50m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:31:59.380 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (50m) 3m ago 50m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:31:59.381 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (46m) 3m ago 46m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:31:59.381 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (45m) 3m ago 45m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:31:59.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (50m) 3m ago 50m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:31:59.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (49m) 3m ago 49m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:31:59.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (49m) 3m ago 49m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:31:59.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (48m) 3m ago 48m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:31:59.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (48m) 3m ago 48m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:31:59.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (47m) 3m ago 47m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:31:59.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (47m) 3m ago 47m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:31:59.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (47m) 3m ago 47m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:31:59.382 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (44m) 3m ago 46m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:31:59.727 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:31:59.727 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:31:59.728 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:31:59.729 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:32:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:31:58.246449+0000 mgr.y (mgr.14556) 1607 : cluster [DBG] pgmap v1401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:31:59.079486+0000 mgr.y (mgr.14556) 1608 : audit [DBG] from='client.26363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:32:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:31:59.728288+0000 mon.a (mon.0) 1072 : audit [DBG] from='client.? 172.21.15.23:0/1215018357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:32:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:31:58.246449+0000 mgr.y (mgr.14556) 1607 : cluster [DBG] pgmap v1401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:31:59.079486+0000 mgr.y (mgr.14556) 1608 : audit [DBG] from='client.26363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:32:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:31:59.728288+0000 mon.a (mon.0) 1072 : audit [DBG] from='client.? 172.21.15.23:0/1215018357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:32:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:31:58.246449+0000 mgr.y (mgr.14556) 1607 : cluster [DBG] pgmap v1401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:31:59.079486+0000 mgr.y (mgr.14556) 1608 : audit [DBG] from='client.26363 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:32:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:31:59.728288+0000 mon.a (mon.0) 1072 : audit [DBG] from='client.? 172.21.15.23:0/1215018357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:32:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:31:59.371671+0000 mgr.y (mgr.14556) 1609 : audit [DBG] from='client.16455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:32:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:31:59.371671+0000 mgr.y (mgr.14556) 1609 : audit [DBG] from='client.16455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:32:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:31:59.371671+0000 mgr.y (mgr.14556) 1609 : audit [DBG] from='client.16455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:32:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:32:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:00.247195+0000 mgr.y (mgr.14556) 1610 : cluster [DBG] pgmap v1402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:00.247195+0000 mgr.y (mgr.14556) 1610 : cluster [DBG] pgmap v1402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:00.247195+0000 mgr.y (mgr.14556) 1610 : cluster [DBG] pgmap v1402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:02.247567+0000 mgr.y (mgr.14556) 1611 : cluster [DBG] pgmap v1403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:02.247567+0000 mgr.y (mgr.14556) 1611 : cluster [DBG] pgmap v1403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:02.247567+0000 mgr.y (mgr.14556) 1611 : cluster [DBG] pgmap v1403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:32:03] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:32:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:04.248029+0000 mgr.y (mgr.14556) 1612 : cluster [DBG] pgmap v1404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:04.248029+0000 mgr.y (mgr.14556) 1612 : cluster [DBG] pgmap v1404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:04.248029+0000 mgr.y (mgr.14556) 1612 : cluster [DBG] pgmap v1404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:06.248795+0000 mgr.y (mgr.14556) 1613 : cluster [DBG] pgmap v1405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:06.248795+0000 mgr.y (mgr.14556) 1613 : cluster [DBG] pgmap v1405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:06.248795+0000 mgr.y (mgr.14556) 1613 : cluster [DBG] pgmap v1405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:08.249220+0000 mgr.y (mgr.14556) 1614 : cluster [DBG] pgmap v1406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:08.249220+0000 mgr.y (mgr.14556) 1614 : cluster [DBG] pgmap v1406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:08.249220+0000 mgr.y (mgr.14556) 1614 : cluster [DBG] pgmap v1406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:32:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:10.250015+0000 mgr.y (mgr.14556) 1615 : cluster [DBG] pgmap v1407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:10.250015+0000 mgr.y (mgr.14556) 1615 : cluster [DBG] pgmap v1407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:10.250015+0000 mgr.y (mgr.14556) 1615 : cluster [DBG] pgmap v1407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:32:13] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T07:32:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:12.250429+0000 mgr.y (mgr.14556) 1616 : cluster [DBG] pgmap v1408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:12.250429+0000 mgr.y (mgr.14556) 1616 : cluster [DBG] pgmap v1408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:12.250429+0000 mgr.y (mgr.14556) 1616 : cluster [DBG] pgmap v1408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:14.250891+0000 mgr.y (mgr.14556) 1617 : cluster [DBG] pgmap v1409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:14.250891+0000 mgr.y (mgr.14556) 1617 : cluster [DBG] pgmap v1409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:14.250891+0000 mgr.y (mgr.14556) 1617 : cluster [DBG] pgmap v1409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:16.251781+0000 mgr.y (mgr.14556) 1618 : cluster [DBG] pgmap v1410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:18.428 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:16.251781+0000 mgr.y (mgr.14556) 1618 : cluster [DBG] pgmap v1410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:18.429 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:16.251781+0000 mgr.y (mgr.14556) 1618 : cluster [DBG] pgmap v1410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:18.252212+0000 mgr.y (mgr.14556) 1619 : cluster [DBG] pgmap v1411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:18.252212+0000 mgr.y (mgr.14556) 1619 : cluster [DBG] pgmap v1411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:18.252212+0000 mgr.y (mgr.14556) 1619 : cluster [DBG] pgmap v1411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:32:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:20.252853+0000 mgr.y (mgr.14556) 1620 : cluster [DBG] pgmap v1412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:20.252853+0000 mgr.y (mgr.14556) 1620 : cluster [DBG] pgmap v1412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:20.252853+0000 mgr.y (mgr.14556) 1620 : cluster [DBG] pgmap v1412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:22.253385+0000 mgr.y (mgr.14556) 1621 : cluster [DBG] pgmap v1413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:22.253385+0000 mgr.y (mgr.14556) 1621 : cluster [DBG] pgmap v1413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:32:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:32:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:22.253385+0000 mgr.y (mgr.14556) 1621 : cluster [DBG] pgmap v1413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:24.253918+0000 mgr.y (mgr.14556) 1622 : cluster [DBG] pgmap v1414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:24.253918+0000 mgr.y (mgr.14556) 1622 : cluster [DBG] pgmap v1414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:24.253918+0000 mgr.y (mgr.14556) 1622 : cluster [DBG] pgmap v1414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:26.254726+0000 mgr.y (mgr.14556) 1623 : cluster [DBG] pgmap v1415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:26.254726+0000 mgr.y (mgr.14556) 1623 : cluster [DBG] pgmap v1415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:26.254726+0000 mgr.y (mgr.14556) 1623 : cluster [DBG] pgmap v1415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:30.056 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:32:30.347 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:32:30.347 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (45m) 3m ago 46m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:32:30.347 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (46m) 3m ago 46m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:32:30.347 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (47m) 3m ago 47m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:32:30.347 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (47m) 3m ago 47m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:32:30.347 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (50m) 3m ago 50m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:32:30.347 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (52m) 3m ago 52m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:32:30.347 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (52m) 3m ago 52m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:32:30.347 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (51m) 3m ago 51m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:32:30.348 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (51m) 3m ago 51m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:32:30.348 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (46m) 3m ago 46m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:32:30.348 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (46m) 3m ago 46m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:32:30.348 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (50m) 3m ago 50m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:32:30.348 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (50m) 3m ago 50m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:32:30.348 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (49m) 3m ago 49m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:32:30.348 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (49m) 3m ago 49m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:32:30.348 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (48m) 3m ago 48m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:32:30.348 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (48m) 3m ago 48m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:32:30.348 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (48m) 3m ago 48m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:32:30.348 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (47m) 3m ago 47m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:32:30.348 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (45m) 3m ago 46m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:32:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:28.255299+0000 mgr.y (mgr.14556) 1624 : cluster [DBG] pgmap v1416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:28.255299+0000 mgr.y (mgr.14556) 1624 : cluster [DBG] pgmap v1416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:28.255299+0000 mgr.y (mgr.14556) 1624 : cluster [DBG] pgmap v1416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:30.699 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:32:30.699 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:32:30.699 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:32:30.699 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:32:30.699 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:32:30.699 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:32:30.700 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:32:30.700 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:32:30.700 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:32:30.700 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:32:30.700 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:32:30.700 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:32:30.700 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:32:30.700 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:32:30.700 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:32:30.700 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:32:30.700 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:32:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:32:30.044611+0000 mgr.y (mgr.14556) 1625 : audit [DBG] from='client.26381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:32:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:32:30.700078+0000 mon.a (mon.0) 1073 : audit [DBG] from='client.? 172.21.15.23:0/81489737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:32:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:32:30.044611+0000 mgr.y (mgr.14556) 1625 : audit [DBG] from='client.26381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:32:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:32:30.700078+0000 mon.a (mon.0) 1073 : audit [DBG] from='client.? 172.21.15.23:0/81489737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:32:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:32:30.044611+0000 mgr.y (mgr.14556) 1625 : audit [DBG] from='client.26381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:32:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:32:30.700078+0000 mon.a (mon.0) 1073 : audit [DBG] from='client.? 172.21.15.23:0/81489737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:32:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:32:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:30.255987+0000 mgr.y (mgr.14556) 1626 : cluster [DBG] pgmap v1417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:32:30.339957+0000 mgr.y (mgr.14556) 1627 : audit [DBG] from='client.26387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:32:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:30.255987+0000 mgr.y (mgr.14556) 1626 : cluster [DBG] pgmap v1417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:32:30.339957+0000 mgr.y (mgr.14556) 1627 : audit [DBG] from='client.26387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:32:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:30.255987+0000 mgr.y (mgr.14556) 1626 : cluster [DBG] pgmap v1417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:32:30.339957+0000 mgr.y (mgr.14556) 1627 : audit [DBG] from='client.26387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:32:34.060 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:32:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:32:34.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:32.256357+0000 mgr.y (mgr.14556) 1628 : cluster [DBG] pgmap v1418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:32.256357+0000 mgr.y (mgr.14556) 1628 : cluster [DBG] pgmap v1418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:32.256357+0000 mgr.y (mgr.14556) 1628 : cluster [DBG] pgmap v1418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:34.256755+0000 mgr.y (mgr.14556) 1629 : cluster [DBG] pgmap v1419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:34.256755+0000 mgr.y (mgr.14556) 1629 : cluster [DBG] pgmap v1419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:34.256755+0000 mgr.y (mgr.14556) 1629 : cluster [DBG] pgmap v1419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:36.257486+0000 mgr.y (mgr.14556) 1630 : cluster [DBG] pgmap v1420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:32:37.233600+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:32:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:32:37.541662+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:32:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:32:37.542398+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:32:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:32:37.546957+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:32:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:36.257486+0000 mgr.y (mgr.14556) 1630 : cluster [DBG] pgmap v1420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:32:37.233600+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:32:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:32:37.541662+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:32:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:32:37.542398+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:32:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:32:37.546957+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:32:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:36.257486+0000 mgr.y (mgr.14556) 1630 : cluster [DBG] pgmap v1420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:32:37.233600+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:32:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:32:37.541662+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:32:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:32:37.542398+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:32:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:32:37.546957+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:32:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:38.258023+0000 mgr.y (mgr.14556) 1631 : cluster [DBG] pgmap v1421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:38.258023+0000 mgr.y (mgr.14556) 1631 : cluster [DBG] pgmap v1421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:38.258023+0000 mgr.y (mgr.14556) 1631 : cluster [DBG] pgmap v1421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:32:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:40.258792+0000 mgr.y (mgr.14556) 1632 : cluster [DBG] pgmap v1422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:40.258792+0000 mgr.y (mgr.14556) 1632 : cluster [DBG] pgmap v1422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:40.258792+0000 mgr.y (mgr.14556) 1632 : cluster [DBG] pgmap v1422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:44.090 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:32:43] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:32:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:42.259187+0000 mgr.y (mgr.14556) 1633 : cluster [DBG] pgmap v1423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:42.259187+0000 mgr.y (mgr.14556) 1633 : cluster [DBG] pgmap v1423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:42.259187+0000 mgr.y (mgr.14556) 1633 : cluster [DBG] pgmap v1423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:44.259556+0000 mgr.y (mgr.14556) 1634 : cluster [DBG] pgmap v1424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:44.259556+0000 mgr.y (mgr.14556) 1634 : cluster [DBG] pgmap v1424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:44.259556+0000 mgr.y (mgr.14556) 1634 : cluster [DBG] pgmap v1424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:46.260247+0000 mgr.y (mgr.14556) 1635 : cluster [DBG] pgmap v1425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:46.260247+0000 mgr.y (mgr.14556) 1635 : cluster [DBG] pgmap v1425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:46.260247+0000 mgr.y (mgr.14556) 1635 : cluster [DBG] pgmap v1425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:48.260783+0000 mgr.y (mgr.14556) 1636 : cluster [DBG] pgmap v1426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:48.260783+0000 mgr.y (mgr.14556) 1636 : cluster [DBG] pgmap v1426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:48.260783+0000 mgr.y (mgr.14556) 1636 : cluster [DBG] pgmap v1426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:50.261306+0000 mgr.y (mgr.14556) 1637 : cluster [DBG] pgmap v1427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:50.261306+0000 mgr.y (mgr.14556) 1637 : cluster [DBG] pgmap v1427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:50.261306+0000 mgr.y (mgr.14556) 1637 : cluster [DBG] pgmap v1427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:32:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:52.261724+0000 mgr.y (mgr.14556) 1638 : cluster [DBG] pgmap v1428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:52.261724+0000 mgr.y (mgr.14556) 1638 : cluster [DBG] pgmap v1428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:52.261724+0000 mgr.y (mgr.14556) 1638 : cluster [DBG] pgmap v1428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:32:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:32:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:54.262177+0000 mgr.y (mgr.14556) 1639 : cluster [DBG] pgmap v1429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:54.262177+0000 mgr.y (mgr.14556) 1639 : cluster [DBG] pgmap v1429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:54.262177+0000 mgr.y (mgr.14556) 1639 : cluster [DBG] pgmap v1429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:56.262856+0000 mgr.y (mgr.14556) 1640 : cluster [DBG] pgmap v1430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:56.262856+0000 mgr.y (mgr.14556) 1640 : cluster [DBG] pgmap v1430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:56.262856+0000 mgr.y (mgr.14556) 1640 : cluster [DBG] pgmap v1430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:32:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:32:58.263246+0000 mgr.y (mgr.14556) 1641 : cluster [DBG] pgmap v1431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:32:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:32:58.263246+0000 mgr.y (mgr.14556) 1641 : cluster [DBG] pgmap v1431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:32:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:32:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:32:58.263246+0000 mgr.y (mgr.14556) 1641 : cluster [DBG] pgmap v1431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:01.024 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:33:01.315 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:33:01.315 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (46m) 4m ago 46m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:33:01.315 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (46m) 4m ago 46m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:33:01.315 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (47m) 4m ago 47m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (47m) 4m ago 47m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (51m) 4m ago 51m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (53m) 4m ago 53m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (53m) 4m ago 53m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (51m) 4m ago 51m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (51m) 4m ago 51m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (47m) 4m ago 47m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (47m) 4m ago 47m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (51m) 4m ago 51m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (50m) 4m ago 50m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (50m) 4m ago 50m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (49m) 4m ago 49m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (49m) 4m ago 49m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (48m) 4m ago 48m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:33:01.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (48m) 4m ago 48m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:33:01.317 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (48m) 4m ago 48m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:33:01.317 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (45m) 4m ago 47m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:33:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:00.263972+0000 mgr.y (mgr.14556) 1642 : cluster [DBG] pgmap v1432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:33:01.013705+0000 mgr.y (mgr.14556) 1643 : audit [DBG] from='client.16485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:33:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:00.263972+0000 mgr.y (mgr.14556) 1642 : cluster [DBG] pgmap v1432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:33:01.013705+0000 mgr.y (mgr.14556) 1643 : audit [DBG] from='client.16485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:33:01.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:33:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:00.263972+0000 mgr.y (mgr.14556) 1642 : cluster [DBG] pgmap v1432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:33:01.013705+0000 mgr.y (mgr.14556) 1643 : audit [DBG] from='client.16485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:33:01.665 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:33:01.665 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:33:01.665 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:33:01.665 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:33:01.665 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:33:01.665 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:33:01.666 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:33:01.666 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:33:01.666 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:33:01.666 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:33:01.666 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:33:01.666 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:33:01.666 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:33:01.666 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:33:01.666 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:33:01.666 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:33:01.666 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:33:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:33:01.308192+0000 mgr.y (mgr.14556) 1644 : audit [DBG] from='client.16491 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:33:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:33:01.666476+0000 mon.a (mon.0) 1078 : audit [DBG] from='client.? 172.21.15.23:0/348410205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:33:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:33:01.308192+0000 mgr.y (mgr.14556) 1644 : audit [DBG] from='client.16491 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:33:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:33:01.666476+0000 mon.a (mon.0) 1078 : audit [DBG] from='client.? 172.21.15.23:0/348410205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:33:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:33:01.308192+0000 mgr.y (mgr.14556) 1644 : audit [DBG] from='client.16491 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:33:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:33:01.666476+0000 mon.a (mon.0) 1078 : audit [DBG] from='client.? 172.21.15.23:0/348410205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:33:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:02.264573+0000 mgr.y (mgr.14556) 1645 : cluster [DBG] pgmap v1433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:02.264573+0000 mgr.y (mgr.14556) 1645 : cluster [DBG] pgmap v1433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:02.264573+0000 mgr.y (mgr.14556) 1645 : cluster [DBG] pgmap v1433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:33:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:33:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:04.265112+0000 mgr.y (mgr.14556) 1646 : cluster [DBG] pgmap v1434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:04.265112+0000 mgr.y (mgr.14556) 1646 : cluster [DBG] pgmap v1434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:04.265112+0000 mgr.y (mgr.14556) 1646 : cluster [DBG] pgmap v1434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:06.265769+0000 mgr.y (mgr.14556) 1647 : cluster [DBG] pgmap v1435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:06.265769+0000 mgr.y (mgr.14556) 1647 : cluster [DBG] pgmap v1435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:06.265769+0000 mgr.y (mgr.14556) 1647 : cluster [DBG] pgmap v1435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:08.266244+0000 mgr.y (mgr.14556) 1648 : cluster [DBG] pgmap v1436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:08.266244+0000 mgr.y (mgr.14556) 1648 : cluster [DBG] pgmap v1436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:08.266244+0000 mgr.y (mgr.14556) 1648 : cluster [DBG] pgmap v1436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:10.266817+0000 mgr.y (mgr.14556) 1649 : cluster [DBG] pgmap v1437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:10.266817+0000 mgr.y (mgr.14556) 1649 : cluster [DBG] pgmap v1437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:11.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:10.266817+0000 mgr.y (mgr.14556) 1649 : cluster [DBG] pgmap v1437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:33:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:12.267216+0000 mgr.y (mgr.14556) 1650 : cluster [DBG] pgmap v1438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:12.267216+0000 mgr.y (mgr.14556) 1650 : cluster [DBG] pgmap v1438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:12.267216+0000 mgr.y (mgr.14556) 1650 : cluster [DBG] pgmap v1438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:33:13] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:33:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:14.267747+0000 mgr.y (mgr.14556) 1651 : cluster [DBG] pgmap v1439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:14.267747+0000 mgr.y (mgr.14556) 1651 : cluster [DBG] pgmap v1439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:14.267747+0000 mgr.y (mgr.14556) 1651 : cluster [DBG] pgmap v1439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:16.268421+0000 mgr.y (mgr.14556) 1652 : cluster [DBG] pgmap v1440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:16.268421+0000 mgr.y (mgr.14556) 1652 : cluster [DBG] pgmap v1440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:16.268421+0000 mgr.y (mgr.14556) 1652 : cluster [DBG] pgmap v1440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:18.268840+0000 mgr.y (mgr.14556) 1653 : cluster [DBG] pgmap v1441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:18.268840+0000 mgr.y (mgr.14556) 1653 : cluster [DBG] pgmap v1441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:18.268840+0000 mgr.y (mgr.14556) 1653 : cluster [DBG] pgmap v1441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:20.269516+0000 mgr.y (mgr.14556) 1654 : cluster [DBG] pgmap v1442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:20.269516+0000 mgr.y (mgr.14556) 1654 : cluster [DBG] pgmap v1442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:20.269516+0000 mgr.y (mgr.14556) 1654 : cluster [DBG] pgmap v1442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:33:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:22.269840+0000 mgr.y (mgr.14556) 1655 : cluster [DBG] pgmap v1443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:22.269840+0000 mgr.y (mgr.14556) 1655 : cluster [DBG] pgmap v1443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:22.269840+0000 mgr.y (mgr.14556) 1655 : cluster [DBG] pgmap v1443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:33:23] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T07:33:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:24.270390+0000 mgr.y (mgr.14556) 1656 : cluster [DBG] pgmap v1444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:24.270390+0000 mgr.y (mgr.14556) 1656 : cluster [DBG] pgmap v1444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:24.270390+0000 mgr.y (mgr.14556) 1656 : cluster [DBG] pgmap v1444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:27.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:26.271091+0000 mgr.y (mgr.14556) 1657 : cluster [DBG] pgmap v1445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:26.271091+0000 mgr.y (mgr.14556) 1657 : cluster [DBG] pgmap v1445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:26.271091+0000 mgr.y (mgr.14556) 1657 : cluster [DBG] pgmap v1445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:29.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:28.271523+0000 mgr.y (mgr.14556) 1658 : cluster [DBG] pgmap v1446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:28.271523+0000 mgr.y (mgr.14556) 1658 : cluster [DBG] pgmap v1446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:28.271523+0000 mgr.y (mgr.14556) 1658 : cluster [DBG] pgmap v1446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:30.272101+0000 mgr.y (mgr.14556) 1659 : cluster [DBG] pgmap v1447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:30.272101+0000 mgr.y (mgr.14556) 1659 : cluster [DBG] pgmap v1447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:30.272101+0000 mgr.y (mgr.14556) 1659 : cluster [DBG] pgmap v1447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:33:31.990 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:33:32.278 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:33:32.278 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (46m) 4m ago 47m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:33:32.278 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (47m) 4m ago 47m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (48m) 4m ago 48m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (48m) 4m ago 48m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (51m) 4m ago 51m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (53m) 4m ago 53m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (53m) 4m ago 53m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (52m) 4m ago 52m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (52m) 4m ago 52m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (47m) 4m ago 47m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (47m) 4m ago 47m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (51m) 4m ago 51m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (51m) 4m ago 51m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (50m) 4m ago 50m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (50m) 4m ago 50m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (49m) 4m ago 49m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:33:32.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (49m) 4m ago 49m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:33:32.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (49m) 4m ago 49m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:33:32.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (48m) 4m ago 48m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:33:32.280 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (46m) 4m ago 47m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:33:32.630 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:33:32.630 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:33:32.630 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:33:32.631 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:33:32.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:33:31.979700+0000 mgr.y (mgr.14556) 1660 : audit [DBG] from='client.16503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:33:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:33:31.979700+0000 mgr.y (mgr.14556) 1660 : audit [DBG] from='client.16503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:33:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:33:31.979700+0000 mgr.y (mgr.14556) 1660 : audit [DBG] from='client.16503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:33:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:33:32.271418+0000 mgr.y (mgr.14556) 1661 : audit [DBG] from='client.26423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:33:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:32.272387+0000 mgr.y (mgr.14556) 1662 : cluster [DBG] pgmap v1448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:33:32.631369+0000 mon.c (mon.2) 73 : audit [DBG] from='client.? 172.21.15.23:0/3865483592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:33:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:33:32.271418+0000 mgr.y (mgr.14556) 1661 : audit [DBG] from='client.26423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:33:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:32.272387+0000 mgr.y (mgr.14556) 1662 : cluster [DBG] pgmap v1448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:33:32.631369+0000 mon.c (mon.2) 73 : audit [DBG] from='client.? 172.21.15.23:0/3865483592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:33:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:33:32.271418+0000 mgr.y (mgr.14556) 1661 : audit [DBG] from='client.26423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:33:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:32.272387+0000 mgr.y (mgr.14556) 1662 : cluster [DBG] pgmap v1448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:33:32.631369+0000 mon.c (mon.2) 73 : audit [DBG] from='client.? 172.21.15.23:0/3865483592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:33:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:33:33] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T07:33:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:34.272876+0000 mgr.y (mgr.14556) 1663 : cluster [DBG] pgmap v1449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:34.272876+0000 mgr.y (mgr.14556) 1663 : cluster [DBG] pgmap v1449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:34.272876+0000 mgr.y (mgr.14556) 1663 : cluster [DBG] pgmap v1449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:36.273620+0000 mgr.y (mgr.14556) 1664 : cluster [DBG] pgmap v1450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:36.273620+0000 mgr.y (mgr.14556) 1664 : cluster [DBG] pgmap v1450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:36.273620+0000 mgr.y (mgr.14556) 1664 : cluster [DBG] pgmap v1450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:33:37.551456+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:33:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:33:37.857131+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:33:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:33:37.857793+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:33:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:33:37.862265+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:33:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:33:37.551456+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:33:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:33:37.857131+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:33:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:33:37.857793+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:33:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:33:37.862265+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:33:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:33:37.551456+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:33:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:33:37.857131+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:33:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:33:37.857793+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:33:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:33:37.862265+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:33:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:38.274126+0000 mgr.y (mgr.14556) 1665 : cluster [DBG] pgmap v1451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:38.274126+0000 mgr.y (mgr.14556) 1665 : cluster [DBG] pgmap v1451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:38.274126+0000 mgr.y (mgr.14556) 1665 : cluster [DBG] pgmap v1451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:41.873 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:33:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:40.274873+0000 mgr.y (mgr.14556) 1666 : cluster [DBG] pgmap v1452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:40.274873+0000 mgr.y (mgr.14556) 1666 : cluster [DBG] pgmap v1452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:40.274873+0000 mgr.y (mgr.14556) 1666 : cluster [DBG] pgmap v1452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:33:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:33:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:42.275377+0000 mgr.y (mgr.14556) 1667 : cluster [DBG] pgmap v1453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:42.275377+0000 mgr.y (mgr.14556) 1667 : cluster [DBG] pgmap v1453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:42.275377+0000 mgr.y (mgr.14556) 1667 : cluster [DBG] pgmap v1453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:44.275797+0000 mgr.y (mgr.14556) 1668 : cluster [DBG] pgmap v1454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:44.275797+0000 mgr.y (mgr.14556) 1668 : cluster [DBG] pgmap v1454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:44.275797+0000 mgr.y (mgr.14556) 1668 : cluster [DBG] pgmap v1454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:46.276551+0000 mgr.y (mgr.14556) 1669 : cluster [DBG] pgmap v1455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:46.276551+0000 mgr.y (mgr.14556) 1669 : cluster [DBG] pgmap v1455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:46.276551+0000 mgr.y (mgr.14556) 1669 : cluster [DBG] pgmap v1455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:48.277049+0000 mgr.y (mgr.14556) 1670 : cluster [DBG] pgmap v1456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:48.277049+0000 mgr.y (mgr.14556) 1670 : cluster [DBG] pgmap v1456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:48.277049+0000 mgr.y (mgr.14556) 1670 : cluster [DBG] pgmap v1456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:51.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:33:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:50.277678+0000 mgr.y (mgr.14556) 1671 : cluster [DBG] pgmap v1457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:50.277678+0000 mgr.y (mgr.14556) 1671 : cluster [DBG] pgmap v1457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:50.277678+0000 mgr.y (mgr.14556) 1671 : cluster [DBG] pgmap v1457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:33:53] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:33:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:52.278094+0000 mgr.y (mgr.14556) 1672 : cluster [DBG] pgmap v1458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:52.278094+0000 mgr.y (mgr.14556) 1672 : cluster [DBG] pgmap v1458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:52.278094+0000 mgr.y (mgr.14556) 1672 : cluster [DBG] pgmap v1458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:54.278584+0000 mgr.y (mgr.14556) 1673 : cluster [DBG] pgmap v1459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:54.278584+0000 mgr.y (mgr.14556) 1673 : cluster [DBG] pgmap v1459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:54.278584+0000 mgr.y (mgr.14556) 1673 : cluster [DBG] pgmap v1459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:56.279209+0000 mgr.y (mgr.14556) 1674 : cluster [DBG] pgmap v1460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:56.279209+0000 mgr.y (mgr.14556) 1674 : cluster [DBG] pgmap v1460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:33:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:56.279209+0000 mgr.y (mgr.14556) 1674 : cluster [DBG] pgmap v1460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:33:58.279709+0000 mgr.y (mgr.14556) 1675 : cluster [DBG] pgmap v1461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:33:58.279709+0000 mgr.y (mgr.14556) 1675 : cluster [DBG] pgmap v1461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:33:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:33:58.279709+0000 mgr.y (mgr.14556) 1675 : cluster [DBG] pgmap v1461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:34:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:00.280432+0000 mgr.y (mgr.14556) 1676 : cluster [DBG] pgmap v1462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:00.280432+0000 mgr.y (mgr.14556) 1676 : cluster [DBG] pgmap v1462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:00.280432+0000 mgr.y (mgr.14556) 1676 : cluster [DBG] pgmap v1462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:02.955 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:34:03.242 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:34:03.242 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (47m) 5m ago 47m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (47m) 5m ago 47m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (48m) 5m ago 48m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (48m) 5m ago 48m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (52m) 5m ago 52m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (54m) 5m ago 54m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (54m) 5m ago 54m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (52m) 5m ago 52m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (52m) 5m ago 52m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (48m) 5m ago 48m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (48m) 5m ago 48m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (52m) 5m ago 52m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (51m) 5m ago 51m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (51m) 5m ago 51m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (50m) 5m ago 50m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:34:03.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (50m) 5m ago 50m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:34:03.244 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (50m) 5m ago 50m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:34:03.244 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (49m) 5m ago 49m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:34:03.244 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (49m) 5m ago 49m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:34:03.244 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (46m) 5m ago 48m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:34:03.591 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:34:03.592 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:34:03.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:34:03.593 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:34:03.593 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:34:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:34:03] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:34:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:02.280775+0000 mgr.y (mgr.14556) 1677 : cluster [DBG] pgmap v1463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:34:02.944119+0000 mgr.y (mgr.14556) 1678 : audit [DBG] from='client.16521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:34:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:34:03.592603+0000 mon.c (mon.2) 74 : audit [DBG] from='client.? 172.21.15.23:0/3767093931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:34:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:02.280775+0000 mgr.y (mgr.14556) 1677 : cluster [DBG] pgmap v1463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:34:02.944119+0000 mgr.y (mgr.14556) 1678 : audit [DBG] from='client.16521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:34:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:34:03.592603+0000 mon.c (mon.2) 74 : audit [DBG] from='client.? 172.21.15.23:0/3767093931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:34:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:02.280775+0000 mgr.y (mgr.14556) 1677 : cluster [DBG] pgmap v1463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:34:02.944119+0000 mgr.y (mgr.14556) 1678 : audit [DBG] from='client.16521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:34:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:34:03.592603+0000 mon.c (mon.2) 74 : audit [DBG] from='client.? 172.21.15.23:0/3767093931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:34:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:34:03.235467+0000 mgr.y (mgr.14556) 1679 : audit [DBG] from='client.26441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:34:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:34:03.235467+0000 mgr.y (mgr.14556) 1679 : audit [DBG] from='client.26441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:34:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:34:03.235467+0000 mgr.y (mgr.14556) 1679 : audit [DBG] from='client.26441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:34:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:04.281284+0000 mgr.y (mgr.14556) 1680 : cluster [DBG] pgmap v1464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:04.281284+0000 mgr.y (mgr.14556) 1680 : cluster [DBG] pgmap v1464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:04.281284+0000 mgr.y (mgr.14556) 1680 : cluster [DBG] pgmap v1464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:06.282071+0000 mgr.y (mgr.14556) 1681 : cluster [DBG] pgmap v1465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:06.282071+0000 mgr.y (mgr.14556) 1681 : cluster [DBG] pgmap v1465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:06.282071+0000 mgr.y (mgr.14556) 1681 : cluster [DBG] pgmap v1465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:08.282482+0000 mgr.y (mgr.14556) 1682 : cluster [DBG] pgmap v1466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:08.282482+0000 mgr.y (mgr.14556) 1682 : cluster [DBG] pgmap v1466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:08.282482+0000 mgr.y (mgr.14556) 1682 : cluster [DBG] pgmap v1466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:34:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:10.283106+0000 mgr.y (mgr.14556) 1683 : cluster [DBG] pgmap v1467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:10.283106+0000 mgr.y (mgr.14556) 1683 : cluster [DBG] pgmap v1467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:10.283106+0000 mgr.y (mgr.14556) 1683 : cluster [DBG] pgmap v1467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:14.043 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:34:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:34:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:12.283589+0000 mgr.y (mgr.14556) 1684 : cluster [DBG] pgmap v1468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:12.283589+0000 mgr.y (mgr.14556) 1684 : cluster [DBG] pgmap v1468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:12.283589+0000 mgr.y (mgr.14556) 1684 : cluster [DBG] pgmap v1468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:14.284034+0000 mgr.y (mgr.14556) 1685 : cluster [DBG] pgmap v1469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:14.284034+0000 mgr.y (mgr.14556) 1685 : cluster [DBG] pgmap v1469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:14.284034+0000 mgr.y (mgr.14556) 1685 : cluster [DBG] pgmap v1469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:16.284726+0000 mgr.y (mgr.14556) 1686 : cluster [DBG] pgmap v1470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:16.284726+0000 mgr.y (mgr.14556) 1686 : cluster [DBG] pgmap v1470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:16.284726+0000 mgr.y (mgr.14556) 1686 : cluster [DBG] pgmap v1470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:18.285153+0000 mgr.y (mgr.14556) 1687 : cluster [DBG] pgmap v1471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:18.285153+0000 mgr.y (mgr.14556) 1687 : cluster [DBG] pgmap v1471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:18.285153+0000 mgr.y (mgr.14556) 1687 : cluster [DBG] pgmap v1471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:34:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:20.285796+0000 mgr.y (mgr.14556) 1688 : cluster [DBG] pgmap v1472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:20.285796+0000 mgr.y (mgr.14556) 1688 : cluster [DBG] pgmap v1472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:20.285796+0000 mgr.y (mgr.14556) 1688 : cluster [DBG] pgmap v1472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:24.083 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:34:23] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T07:34:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:22.286262+0000 mgr.y (mgr.14556) 1689 : cluster [DBG] pgmap v1473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:22.286262+0000 mgr.y (mgr.14556) 1689 : cluster [DBG] pgmap v1473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:22.286262+0000 mgr.y (mgr.14556) 1689 : cluster [DBG] pgmap v1473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:24.286781+0000 mgr.y (mgr.14556) 1690 : cluster [DBG] pgmap v1474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:24.286781+0000 mgr.y (mgr.14556) 1690 : cluster [DBG] pgmap v1474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:24.286781+0000 mgr.y (mgr.14556) 1690 : cluster [DBG] pgmap v1474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:26.287640+0000 mgr.y (mgr.14556) 1691 : cluster [DBG] pgmap v1475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:26.287640+0000 mgr.y (mgr.14556) 1691 : cluster [DBG] pgmap v1475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:26.287640+0000 mgr.y (mgr.14556) 1691 : cluster [DBG] pgmap v1475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:28.288144+0000 mgr.y (mgr.14556) 1692 : cluster [DBG] pgmap v1476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:28.288144+0000 mgr.y (mgr.14556) 1692 : cluster [DBG] pgmap v1476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:28.288144+0000 mgr.y (mgr.14556) 1692 : cluster [DBG] pgmap v1476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:34:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:30.288742+0000 mgr.y (mgr.14556) 1693 : cluster [DBG] pgmap v1477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:30.288742+0000 mgr.y (mgr.14556) 1693 : cluster [DBG] pgmap v1477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:30.288742+0000 mgr.y (mgr.14556) 1693 : cluster [DBG] pgmap v1477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:33.917 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:34:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:34:33] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T07:34:34.207 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:34:34.207 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (47m) 5m ago 48m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:34:34.207 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (48m) 5m ago 48m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:34:34.207 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (49m) 5m ago 49m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:34:34.207 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (49m) 5m ago 49m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:34:34.207 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (52m) 5m ago 52m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:34:34.207 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (54m) 5m ago 54m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (54m) 5m ago 54m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (53m) 5m ago 53m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (53m) 5m ago 53m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (48m) 5m ago 48m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (48m) 5m ago 48m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (52m) 5m ago 52m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (52m) 5m ago 52m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (51m) 5m ago 51m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (51m) 5m ago 51m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (50m) 5m ago 50m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (50m) 5m ago 50m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (50m) 5m ago 50m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (49m) 5m ago 49m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:34:34.208 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (47m) 5m ago 48m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:34:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:32.289219+0000 mgr.y (mgr.14556) 1694 : cluster [DBG] pgmap v1478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:34.558 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:34:34.558 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:34:34.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:34:34.559 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:34:34.559 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:34:34.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:34:34.559 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:34:34.559 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:34:34.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:34:34.559 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:34:34.560 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:34:34.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:34:34.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:34:34.560 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:34:34.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:34:34.560 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:34:34.560 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:34:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:32.289219+0000 mgr.y (mgr.14556) 1694 : cluster [DBG] pgmap v1478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:32.289219+0000 mgr.y (mgr.14556) 1694 : cluster [DBG] pgmap v1478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:34:33.906223+0000 mgr.y (mgr.14556) 1695 : audit [DBG] from='client.16539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:34:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:34:34.200182+0000 mgr.y (mgr.14556) 1696 : audit [DBG] from='client.16545 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:34:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:34.289535+0000 mgr.y (mgr.14556) 1697 : cluster [DBG] pgmap v1479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:34:34.559038+0000 mon.a (mon.0) 1083 : audit [DBG] from='client.? 172.21.15.23:0/1618443988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:34:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:34:33.906223+0000 mgr.y (mgr.14556) 1695 : audit [DBG] from='client.16539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:34:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:34:34.200182+0000 mgr.y (mgr.14556) 1696 : audit [DBG] from='client.16545 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:34:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:34.289535+0000 mgr.y (mgr.14556) 1697 : cluster [DBG] pgmap v1479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:34:34.559038+0000 mon.a (mon.0) 1083 : audit [DBG] from='client.? 172.21.15.23:0/1618443988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:34:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:34:33.906223+0000 mgr.y (mgr.14556) 1695 : audit [DBG] from='client.16539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:34:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:34:34.200182+0000 mgr.y (mgr.14556) 1696 : audit [DBG] from='client.16545 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:34:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:34.289535+0000 mgr.y (mgr.14556) 1697 : cluster [DBG] pgmap v1479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:34:34.559038+0000 mon.a (mon.0) 1083 : audit [DBG] from='client.? 172.21.15.23:0/1618443988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:34:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:36.290164+0000 mgr.y (mgr.14556) 1698 : cluster [DBG] pgmap v1480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:36.290164+0000 mgr.y (mgr.14556) 1698 : cluster [DBG] pgmap v1480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:36.290164+0000 mgr.y (mgr.14556) 1698 : cluster [DBG] pgmap v1480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:34:37.866619+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:34:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:34:38.170843+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:34:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:34:38.171476+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:34:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:34:38.185206+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:34:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:34:37.866619+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:34:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:34:38.170843+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:34:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:34:38.171476+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:34:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:34:38.185206+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:34:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:34:37.866619+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:34:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:34:38.170843+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:34:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:34:38.171476+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:34:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:34:38.185206+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:34:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:38.290604+0000 mgr.y (mgr.14556) 1699 : cluster [DBG] pgmap v1481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:38.290604+0000 mgr.y (mgr.14556) 1699 : cluster [DBG] pgmap v1481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:38.290604+0000 mgr.y (mgr.14556) 1699 : cluster [DBG] pgmap v1481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:40.291206+0000 mgr.y (mgr.14556) 1700 : cluster [DBG] pgmap v1482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:40.291206+0000 mgr.y (mgr.14556) 1700 : cluster [DBG] pgmap v1482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:40.291206+0000 mgr.y (mgr.14556) 1700 : cluster [DBG] pgmap v1482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:34:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:42.291845+0000 mgr.y (mgr.14556) 1701 : cluster [DBG] pgmap v1483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:42.291845+0000 mgr.y (mgr.14556) 1701 : cluster [DBG] pgmap v1483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:42.291845+0000 mgr.y (mgr.14556) 1701 : cluster [DBG] pgmap v1483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:34:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:34:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:44.292381+0000 mgr.y (mgr.14556) 1702 : cluster [DBG] pgmap v1484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:44.292381+0000 mgr.y (mgr.14556) 1702 : cluster [DBG] pgmap v1484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:44.292381+0000 mgr.y (mgr.14556) 1702 : cluster [DBG] pgmap v1484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:46.293055+0000 mgr.y (mgr.14556) 1703 : cluster [DBG] pgmap v1485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:46.293055+0000 mgr.y (mgr.14556) 1703 : cluster [DBG] pgmap v1485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:46.293055+0000 mgr.y (mgr.14556) 1703 : cluster [DBG] pgmap v1485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:48.293493+0000 mgr.y (mgr.14556) 1704 : cluster [DBG] pgmap v1486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:48.293493+0000 mgr.y (mgr.14556) 1704 : cluster [DBG] pgmap v1486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:48.293493+0000 mgr.y (mgr.14556) 1704 : cluster [DBG] pgmap v1486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:34:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:50.294289+0000 mgr.y (mgr.14556) 1705 : cluster [DBG] pgmap v1487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:50.294289+0000 mgr.y (mgr.14556) 1705 : cluster [DBG] pgmap v1487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:50.294289+0000 mgr.y (mgr.14556) 1705 : cluster [DBG] pgmap v1487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:52.294825+0000 mgr.y (mgr.14556) 1706 : cluster [DBG] pgmap v1488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:52.294825+0000 mgr.y (mgr.14556) 1706 : cluster [DBG] pgmap v1488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:34:53] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:34:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:52.294825+0000 mgr.y (mgr.14556) 1706 : cluster [DBG] pgmap v1488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:54.295320+0000 mgr.y (mgr.14556) 1707 : cluster [DBG] pgmap v1489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:54.295320+0000 mgr.y (mgr.14556) 1707 : cluster [DBG] pgmap v1489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:54.295320+0000 mgr.y (mgr.14556) 1707 : cluster [DBG] pgmap v1489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:56.296522+0000 mgr.y (mgr.14556) 1708 : cluster [DBG] pgmap v1490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:56.296522+0000 mgr.y (mgr.14556) 1708 : cluster [DBG] pgmap v1490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:34:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:34:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:56.296522+0000 mgr.y (mgr.14556) 1708 : cluster [DBG] pgmap v1490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:34:58.296920+0000 mgr.y (mgr.14556) 1709 : cluster [DBG] pgmap v1491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:34:58.296920+0000 mgr.y (mgr.14556) 1709 : cluster [DBG] pgmap v1491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:34:58.296920+0000 mgr.y (mgr.14556) 1709 : cluster [DBG] pgmap v1491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:35:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:00.297566+0000 mgr.y (mgr.14556) 1710 : cluster [DBG] pgmap v1492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:00.297566+0000 mgr.y (mgr.14556) 1710 : cluster [DBG] pgmap v1492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:00.297566+0000 mgr.y (mgr.14556) 1710 : cluster [DBG] pgmap v1492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:04.065 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:35:03] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:35:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:02.298019+0000 mgr.y (mgr.14556) 1711 : cluster [DBG] pgmap v1493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:02.298019+0000 mgr.y (mgr.14556) 1711 : cluster [DBG] pgmap v1493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:02.298019+0000 mgr.y (mgr.14556) 1711 : cluster [DBG] pgmap v1493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:04.886 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:35:05.176 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:35:05.176 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (48m) 6m ago 48m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:35:05.176 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (48m) 6m ago 48m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (49m) 6m ago 49m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (49m) 6m ago 49m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (53m) 6m ago 53m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (55m) 6m ago 55m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (55m) 6m ago 55m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (53m) 6m ago 53m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (53m) 6m ago 53m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (49m) 6m ago 49m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (49m) 6m ago 49m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (53m) 6m ago 53m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (52m) 6m ago 52m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (52m) 6m ago 52m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (51m) 6m ago 51m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (51m) 6m ago 51m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:35:05.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (51m) 6m ago 51m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:35:05.178 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (50m) 6m ago 50m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:35:05.178 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (50m) 6m ago 50m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:35:05.178 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (47m) 6m ago 49m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:35:05.527 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:35:05.527 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:35:05.527 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:35:05.527 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:35:05.527 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:35:05.528 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:35:05.528 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:35:05.528 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:35:05.528 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:35:05.528 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:35:05.528 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:35:05.528 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:35:05.528 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:35:05.528 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:35:05.528 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:35:05.528 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:35:05.528 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:35:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:04.298576+0000 mgr.y (mgr.14556) 1712 : cluster [DBG] pgmap v1494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:35:04.874867+0000 mgr.y (mgr.14556) 1713 : audit [DBG] from='client.26471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:35:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:35:05.528321+0000 mon.a (mon.0) 1088 : audit [DBG] from='client.? 172.21.15.23:0/154407149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:35:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:04.298576+0000 mgr.y (mgr.14556) 1712 : cluster [DBG] pgmap v1494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:35:04.874867+0000 mgr.y (mgr.14556) 1713 : audit [DBG] from='client.26471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:35:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:35:05.528321+0000 mon.a (mon.0) 1088 : audit [DBG] from='client.? 172.21.15.23:0/154407149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:35:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:04.298576+0000 mgr.y (mgr.14556) 1712 : cluster [DBG] pgmap v1494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:35:04.874867+0000 mgr.y (mgr.14556) 1713 : audit [DBG] from='client.26471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:35:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:35:05.528321+0000 mon.a (mon.0) 1088 : audit [DBG] from='client.? 172.21.15.23:0/154407149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:35:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:35:05.169048+0000 mgr.y (mgr.14556) 1714 : audit [DBG] from='client.16563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:35:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:35:05.169048+0000 mgr.y (mgr.14556) 1714 : audit [DBG] from='client.16563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:35:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:35:05.169048+0000 mgr.y (mgr.14556) 1714 : audit [DBG] from='client.16563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:35:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:06.299226+0000 mgr.y (mgr.14556) 1715 : cluster [DBG] pgmap v1495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:06.299226+0000 mgr.y (mgr.14556) 1715 : cluster [DBG] pgmap v1495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:06.299226+0000 mgr.y (mgr.14556) 1715 : cluster [DBG] pgmap v1495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:08.299624+0000 mgr.y (mgr.14556) 1716 : cluster [DBG] pgmap v1496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:08.299624+0000 mgr.y (mgr.14556) 1716 : cluster [DBG] pgmap v1496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:08.299624+0000 mgr.y (mgr.14556) 1716 : cluster [DBG] pgmap v1496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:35:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:10.300211+0000 mgr.y (mgr.14556) 1717 : cluster [DBG] pgmap v1497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:10.300211+0000 mgr.y (mgr.14556) 1717 : cluster [DBG] pgmap v1497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:10.300211+0000 mgr.y (mgr.14556) 1717 : cluster [DBG] pgmap v1497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:14.113 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:35:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:35:14.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:12.300656+0000 mgr.y (mgr.14556) 1718 : cluster [DBG] pgmap v1498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:12.300656+0000 mgr.y (mgr.14556) 1718 : cluster [DBG] pgmap v1498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:12.300656+0000 mgr.y (mgr.14556) 1718 : cluster [DBG] pgmap v1498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:14.301145+0000 mgr.y (mgr.14556) 1719 : cluster [DBG] pgmap v1499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:14.301145+0000 mgr.y (mgr.14556) 1719 : cluster [DBG] pgmap v1499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:14.301145+0000 mgr.y (mgr.14556) 1719 : cluster [DBG] pgmap v1499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:16.301759+0000 mgr.y (mgr.14556) 1720 : cluster [DBG] pgmap v1500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:16.301759+0000 mgr.y (mgr.14556) 1720 : cluster [DBG] pgmap v1500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:16.301759+0000 mgr.y (mgr.14556) 1720 : cluster [DBG] pgmap v1500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:18.302117+0000 mgr.y (mgr.14556) 1721 : cluster [DBG] pgmap v1501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:18.302117+0000 mgr.y (mgr.14556) 1721 : cluster [DBG] pgmap v1501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:18.302117+0000 mgr.y (mgr.14556) 1721 : cluster [DBG] pgmap v1501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:20.302777+0000 mgr.y (mgr.14556) 1722 : cluster [DBG] pgmap v1502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:20.302777+0000 mgr.y (mgr.14556) 1722 : cluster [DBG] pgmap v1502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:20.302777+0000 mgr.y (mgr.14556) 1722 : cluster [DBG] pgmap v1502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:35:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:22.303197+0000 mgr.y (mgr.14556) 1723 : cluster [DBG] pgmap v1503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:22.303197+0000 mgr.y (mgr.14556) 1723 : cluster [DBG] pgmap v1503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:22.303197+0000 mgr.y (mgr.14556) 1723 : cluster [DBG] pgmap v1503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:35:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:35:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:24.303612+0000 mgr.y (mgr.14556) 1724 : cluster [DBG] pgmap v1504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:24.303612+0000 mgr.y (mgr.14556) 1724 : cluster [DBG] pgmap v1504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:24.303612+0000 mgr.y (mgr.14556) 1724 : cluster [DBG] pgmap v1504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:26.304239+0000 mgr.y (mgr.14556) 1725 : cluster [DBG] pgmap v1505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:26.304239+0000 mgr.y (mgr.14556) 1725 : cluster [DBG] pgmap v1505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:26.304239+0000 mgr.y (mgr.14556) 1725 : cluster [DBG] pgmap v1505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:28.304675+0000 mgr.y (mgr.14556) 1726 : cluster [DBG] pgmap v1506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:28.304675+0000 mgr.y (mgr.14556) 1726 : cluster [DBG] pgmap v1506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:28.304675+0000 mgr.y (mgr.14556) 1726 : cluster [DBG] pgmap v1506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:30.305395+0000 mgr.y (mgr.14556) 1727 : cluster [DBG] pgmap v1507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:35:31.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:30.305395+0000 mgr.y (mgr.14556) 1727 : cluster [DBG] pgmap v1507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:30.305395+0000 mgr.y (mgr.14556) 1727 : cluster [DBG] pgmap v1507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:32.305959+0000 mgr.y (mgr.14556) 1728 : cluster [DBG] pgmap v1508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:32.305959+0000 mgr.y (mgr.14556) 1728 : cluster [DBG] pgmap v1508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:32.305959+0000 mgr.y (mgr.14556) 1728 : cluster [DBG] pgmap v1508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:35:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:35:35.851 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:35:35.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:34.306522+0000 mgr.y (mgr.14556) 1729 : cluster [DBG] pgmap v1509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:34.306522+0000 mgr.y (mgr.14556) 1729 : cluster [DBG] pgmap v1509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:34.306522+0000 mgr.y (mgr.14556) 1729 : cluster [DBG] pgmap v1509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:36.139 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:35:36.139 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (48m) 7m ago 49m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (49m) 7m ago 49m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (50m) 7m ago 50m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (50m) 7m ago 50m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (53m) 7m ago 53m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (55m) 7m ago 55m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (55m) 7m ago 55m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (54m) 7m ago 54m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (54m) 7m ago 54m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (49m) 7m ago 49m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (49m) 7m ago 49m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (53m) 7m ago 53m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (53m) 7m ago 53m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:35:36.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (52m) 7m ago 52m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:35:36.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (52m) 7m ago 52m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:35:36.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (52m) 7m ago 52m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:35:36.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (51m) 7m ago 51m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:35:36.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (51m) 7m ago 51m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:35:36.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (50m) 7m ago 50m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:35:36.141 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (48m) 7m ago 49m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:35:36.501 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:35:36.501 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:35:36.501 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:35:36.501 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:35:36.501 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:35:36.501 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:35:36.501 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:35:36.501 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:35:36.501 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:35:36.501 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:35:36.502 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:35:36.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:35:36.502 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:35:36.502 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:35:36.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:35:36.502 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:35:36.502 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:35:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:35:35.840427+0000 mgr.y (mgr.14556) 1730 : audit [DBG] from='client.16575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:35:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:35:36.132462+0000 mgr.y (mgr.14556) 1731 : audit [DBG] from='client.26495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:35:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:35:35.840427+0000 mgr.y (mgr.14556) 1730 : audit [DBG] from='client.16575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:35:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:35:36.132462+0000 mgr.y (mgr.14556) 1731 : audit [DBG] from='client.26495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:35:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:35:35.840427+0000 mgr.y (mgr.14556) 1730 : audit [DBG] from='client.16575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:35:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:35:36.132462+0000 mgr.y (mgr.14556) 1731 : audit [DBG] from='client.26495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:35:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:36.307081+0000 mgr.y (mgr.14556) 1732 : cluster [DBG] pgmap v1510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:35:36.501831+0000 mon.a (mon.0) 1089 : audit [DBG] from='client.? 172.21.15.23:0/3901512756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:35:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:36.307081+0000 mgr.y (mgr.14556) 1732 : cluster [DBG] pgmap v1510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:35:36.501831+0000 mon.a (mon.0) 1089 : audit [DBG] from='client.? 172.21.15.23:0/3901512756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:35:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:36.307081+0000 mgr.y (mgr.14556) 1732 : cluster [DBG] pgmap v1510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:35:36.501831+0000 mon.a (mon.0) 1089 : audit [DBG] from='client.? 172.21.15.23:0/3901512756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:35:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:35:38.189642+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:35:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:35:38.189642+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:35:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:35:38.189642+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:35:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:38.307478+0000 mgr.y (mgr.14556) 1733 : cluster [DBG] pgmap v1511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:35:38.486067+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:35:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:35:38.486715+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:35:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:35:38.504546+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:35:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:38.307478+0000 mgr.y (mgr.14556) 1733 : cluster [DBG] pgmap v1511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:35:38.486067+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:35:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:35:38.486715+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:35:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:35:38.504546+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:35:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:38.307478+0000 mgr.y (mgr.14556) 1733 : cluster [DBG] pgmap v1511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:35:38.486067+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:35:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:35:38.486715+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:35:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:35:38.504546+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:35:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:40.308159+0000 mgr.y (mgr.14556) 1734 : cluster [DBG] pgmap v1512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:40.308159+0000 mgr.y (mgr.14556) 1734 : cluster [DBG] pgmap v1512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:40.308159+0000 mgr.y (mgr.14556) 1734 : cluster [DBG] pgmap v1512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:35:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:42.308559+0000 mgr.y (mgr.14556) 1735 : cluster [DBG] pgmap v1513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:42.308559+0000 mgr.y (mgr.14556) 1735 : cluster [DBG] pgmap v1513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:42.308559+0000 mgr.y (mgr.14556) 1735 : cluster [DBG] pgmap v1513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:35:43] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:35:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:44.308988+0000 mgr.y (mgr.14556) 1736 : cluster [DBG] pgmap v1514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:44.308988+0000 mgr.y (mgr.14556) 1736 : cluster [DBG] pgmap v1514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:44.308988+0000 mgr.y (mgr.14556) 1736 : cluster [DBG] pgmap v1514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:46.309739+0000 mgr.y (mgr.14556) 1737 : cluster [DBG] pgmap v1515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:46.309739+0000 mgr.y (mgr.14556) 1737 : cluster [DBG] pgmap v1515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:46.309739+0000 mgr.y (mgr.14556) 1737 : cluster [DBG] pgmap v1515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:48.310087+0000 mgr.y (mgr.14556) 1738 : cluster [DBG] pgmap v1516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:48.310087+0000 mgr.y (mgr.14556) 1738 : cluster [DBG] pgmap v1516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:48.310087+0000 mgr.y (mgr.14556) 1738 : cluster [DBG] pgmap v1516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:35:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:50.310918+0000 mgr.y (mgr.14556) 1739 : cluster [DBG] pgmap v1517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:50.310918+0000 mgr.y (mgr.14556) 1739 : cluster [DBG] pgmap v1517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:50.310918+0000 mgr.y (mgr.14556) 1739 : cluster [DBG] pgmap v1517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:35:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T07:35:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:52.311395+0000 mgr.y (mgr.14556) 1740 : cluster [DBG] pgmap v1518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:52.311395+0000 mgr.y (mgr.14556) 1740 : cluster [DBG] pgmap v1518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:52.311395+0000 mgr.y (mgr.14556) 1740 : cluster [DBG] pgmap v1518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:54.311980+0000 mgr.y (mgr.14556) 1741 : cluster [DBG] pgmap v1519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:54.311980+0000 mgr.y (mgr.14556) 1741 : cluster [DBG] pgmap v1519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:54.311980+0000 mgr.y (mgr.14556) 1741 : cluster [DBG] pgmap v1519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:56.312713+0000 mgr.y (mgr.14556) 1742 : cluster [DBG] pgmap v1520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:56.312713+0000 mgr.y (mgr.14556) 1742 : cluster [DBG] pgmap v1520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:35:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:35:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:56.312713+0000 mgr.y (mgr.14556) 1742 : cluster [DBG] pgmap v1520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:35:58.313224+0000 mgr.y (mgr.14556) 1743 : cluster [DBG] pgmap v1521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:35:58.313224+0000 mgr.y (mgr.14556) 1743 : cluster [DBG] pgmap v1521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:35:58.313224+0000 mgr.y (mgr.14556) 1743 : cluster [DBG] pgmap v1521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:36:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:00.313935+0000 mgr.y (mgr.14556) 1744 : cluster [DBG] pgmap v1522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:00.313935+0000 mgr.y (mgr.14556) 1744 : cluster [DBG] pgmap v1522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:00.313935+0000 mgr.y (mgr.14556) 1744 : cluster [DBG] pgmap v1522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:04.071 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:36:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T07:36:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:02.314475+0000 mgr.y (mgr.14556) 1745 : cluster [DBG] pgmap v1523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:02.314475+0000 mgr.y (mgr.14556) 1745 : cluster [DBG] pgmap v1523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:02.314475+0000 mgr.y (mgr.14556) 1745 : cluster [DBG] pgmap v1523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:04.314887+0000 mgr.y (mgr.14556) 1746 : cluster [DBG] pgmap v1524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:04.314887+0000 mgr.y (mgr.14556) 1746 : cluster [DBG] pgmap v1524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:04.314887+0000 mgr.y (mgr.14556) 1746 : cluster [DBG] pgmap v1524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:36:07.116 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:36:07.116 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (49m) 7m ago 49m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:36:07.116 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (49m) 7m ago 49m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:36:07.116 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (50m) 7m ago 50m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:36:07.116 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (50m) 7m ago 50m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:36:07.116 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (54m) 7m ago 54m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:36:07.116 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (56m) 7m ago 56m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:36:07.116 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (56m) 7m ago 56m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (54m) 7m ago 54m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (54m) 7m ago 54m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (50m) 7m ago 50m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (50m) 7m ago 50m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (54m) 7m ago 54m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (53m) 7m ago 53m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (53m) 7m ago 53m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (52m) 7m ago 52m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (52m) 7m ago 52m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (52m) 7m ago 52m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (51m) 7m ago 51m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (51m) 7m ago 51m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:36:07.117 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (49m) 7m ago 50m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:36:07.464 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:36:07.464 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:36:07.464 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:36:07.464 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:36:07.465 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:36:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:06.315550+0000 mgr.y (mgr.14556) 1747 : cluster [DBG] pgmap v1525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:36:06.816908+0000 mgr.y (mgr.14556) 1748 : audit [DBG] from='client.16593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:36:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:36:07.109239+0000 mgr.y (mgr.14556) 1749 : audit [DBG] from='client.16599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:36:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:36:07.465447+0000 mon.c (mon.2) 75 : audit [DBG] from='client.? 172.21.15.23:0/283731481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:36:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:06.315550+0000 mgr.y (mgr.14556) 1747 : cluster [DBG] pgmap v1525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:36:06.816908+0000 mgr.y (mgr.14556) 1748 : audit [DBG] from='client.16593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:36:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:36:07.109239+0000 mgr.y (mgr.14556) 1749 : audit [DBG] from='client.16599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:36:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:36:07.465447+0000 mon.c (mon.2) 75 : audit [DBG] from='client.? 172.21.15.23:0/283731481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:36:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:06.315550+0000 mgr.y (mgr.14556) 1747 : cluster [DBG] pgmap v1525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:36:06.816908+0000 mgr.y (mgr.14556) 1748 : audit [DBG] from='client.16593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:36:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:36:07.109239+0000 mgr.y (mgr.14556) 1749 : audit [DBG] from='client.16599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:36:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:36:07.465447+0000 mon.c (mon.2) 75 : audit [DBG] from='client.? 172.21.15.23:0/283731481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:36:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:08.315989+0000 mgr.y (mgr.14556) 1750 : cluster [DBG] pgmap v1526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:08.315989+0000 mgr.y (mgr.14556) 1750 : cluster [DBG] pgmap v1526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:08.315989+0000 mgr.y (mgr.14556) 1750 : cluster [DBG] pgmap v1526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:36:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:10.316677+0000 mgr.y (mgr.14556) 1751 : cluster [DBG] pgmap v1527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:10.316677+0000 mgr.y (mgr.14556) 1751 : cluster [DBG] pgmap v1527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:10.316677+0000 mgr.y (mgr.14556) 1751 : cluster [DBG] pgmap v1527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:36:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:36:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:12.317064+0000 mgr.y (mgr.14556) 1752 : cluster [DBG] pgmap v1528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:12.317064+0000 mgr.y (mgr.14556) 1752 : cluster [DBG] pgmap v1528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:12.317064+0000 mgr.y (mgr.14556) 1752 : cluster [DBG] pgmap v1528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:14.317536+0000 mgr.y (mgr.14556) 1753 : cluster [DBG] pgmap v1529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:14.317536+0000 mgr.y (mgr.14556) 1753 : cluster [DBG] pgmap v1529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:14.317536+0000 mgr.y (mgr.14556) 1753 : cluster [DBG] pgmap v1529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:16.318156+0000 mgr.y (mgr.14556) 1754 : cluster [DBG] pgmap v1530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:16.318156+0000 mgr.y (mgr.14556) 1754 : cluster [DBG] pgmap v1530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:16.318156+0000 mgr.y (mgr.14556) 1754 : cluster [DBG] pgmap v1530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:18.318720+0000 mgr.y (mgr.14556) 1755 : cluster [DBG] pgmap v1531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:18.318720+0000 mgr.y (mgr.14556) 1755 : cluster [DBG] pgmap v1531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:18.318720+0000 mgr.y (mgr.14556) 1755 : cluster [DBG] pgmap v1531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:20.319413+0000 mgr.y (mgr.14556) 1756 : cluster [DBG] pgmap v1532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:36:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:20.319413+0000 mgr.y (mgr.14556) 1756 : cluster [DBG] pgmap v1532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:20.319413+0000 mgr.y (mgr.14556) 1756 : cluster [DBG] pgmap v1532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:22.319945+0000 mgr.y (mgr.14556) 1757 : cluster [DBG] pgmap v1533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:22.319945+0000 mgr.y (mgr.14556) 1757 : cluster [DBG] pgmap v1533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:22.319945+0000 mgr.y (mgr.14556) 1757 : cluster [DBG] pgmap v1533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:36:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:36:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:24.320316+0000 mgr.y (mgr.14556) 1758 : cluster [DBG] pgmap v1534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:24.320316+0000 mgr.y (mgr.14556) 1758 : cluster [DBG] pgmap v1534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:24.320316+0000 mgr.y (mgr.14556) 1758 : cluster [DBG] pgmap v1534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:27.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:26.321014+0000 mgr.y (mgr.14556) 1759 : cluster [DBG] pgmap v1535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:26.321014+0000 mgr.y (mgr.14556) 1759 : cluster [DBG] pgmap v1535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:26.321014+0000 mgr.y (mgr.14556) 1759 : cluster [DBG] pgmap v1535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:29.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:28.321502+0000 mgr.y (mgr.14556) 1760 : cluster [DBG] pgmap v1536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:28.321502+0000 mgr.y (mgr.14556) 1760 : cluster [DBG] pgmap v1536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:28.321502+0000 mgr.y (mgr.14556) 1760 : cluster [DBG] pgmap v1536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:30.322140+0000 mgr.y (mgr.14556) 1761 : cluster [DBG] pgmap v1537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:31.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:30.322140+0000 mgr.y (mgr.14556) 1761 : cluster [DBG] pgmap v1537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:30.322140+0000 mgr.y (mgr.14556) 1761 : cluster [DBG] pgmap v1537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:36:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:32.322567+0000 mgr.y (mgr.14556) 1762 : cluster [DBG] pgmap v1538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:32.322567+0000 mgr.y (mgr.14556) 1762 : cluster [DBG] pgmap v1538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:32.322567+0000 mgr.y (mgr.14556) 1762 : cluster [DBG] pgmap v1538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:36:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:36:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:34.322947+0000 mgr.y (mgr.14556) 1763 : cluster [DBG] pgmap v1539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:34.322947+0000 mgr.y (mgr.14556) 1763 : cluster [DBG] pgmap v1539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:34.322947+0000 mgr.y (mgr.14556) 1763 : cluster [DBG] pgmap v1539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:37.789 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:36:37.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:36.323593+0000 mgr.y (mgr.14556) 1764 : cluster [DBG] pgmap v1540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:36.323593+0000 mgr.y (mgr.14556) 1764 : cluster [DBG] pgmap v1540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:36.323593+0000 mgr.y (mgr.14556) 1764 : cluster [DBG] pgmap v1540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:38.074 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (49m) 8m ago 50m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (50m) 8m ago 50m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (51m) 8m ago 51m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (51m) 8m ago 51m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (54m) 8m ago 54m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (56m) 8m ago 56m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (56m) 8m ago 56m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (55m) 8m ago 55m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (55m) 8m ago 55m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (50m) 8m ago 50m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (50m) 8m ago 50m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (54m) 8m ago 54m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (54m) 8m ago 54m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (53m) 8m ago 53m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:36:38.075 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (53m) 8m ago 53m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:36:38.076 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (53m) 8m ago 53m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:36:38.076 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (52m) 8m ago 52m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:36:38.076 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (52m) 8m ago 52m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:36:38.076 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (51m) 8m ago 51m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:36:38.076 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (49m) 8m ago 50m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:36:38.424 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:36:38.425 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:36:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:36:37.777898+0000 mgr.y (mgr.14556) 1765 : audit [DBG] from='client.26525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:36:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:36:38.067873+0000 mgr.y (mgr.14556) 1766 : audit [DBG] from='client.16617 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:36:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:36:38.425783+0000 mon.a (mon.0) 1094 : audit [DBG] from='client.? 172.21.15.23:0/4146066326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:36:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:36:37.777898+0000 mgr.y (mgr.14556) 1765 : audit [DBG] from='client.26525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:36:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:36:38.067873+0000 mgr.y (mgr.14556) 1766 : audit [DBG] from='client.16617 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:36:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:36:38.425783+0000 mon.a (mon.0) 1094 : audit [DBG] from='client.? 172.21.15.23:0/4146066326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:36:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:36:37.777898+0000 mgr.y (mgr.14556) 1765 : audit [DBG] from='client.26525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:36:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:36:38.067873+0000 mgr.y (mgr.14556) 1766 : audit [DBG] from='client.16617 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:36:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:36:38.425783+0000 mon.a (mon.0) 1094 : audit [DBG] from='client.? 172.21.15.23:0/4146066326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:36:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:38.323916+0000 mgr.y (mgr.14556) 1767 : cluster [DBG] pgmap v1541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:36:38.509540+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:36:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:36:38.812594+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:36:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:36:38.813304+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:36:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:36:38.820745+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:36:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:38.323916+0000 mgr.y (mgr.14556) 1767 : cluster [DBG] pgmap v1541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:36:38.509540+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:36:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:36:38.812594+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:36:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:36:38.813304+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:36:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:36:38.820745+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:36:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:38.323916+0000 mgr.y (mgr.14556) 1767 : cluster [DBG] pgmap v1541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:36:38.509540+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:36:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:36:38.812594+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:36:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:36:38.813304+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:36:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:36:38.820745+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:36:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:40.324674+0000 mgr.y (mgr.14556) 1768 : cluster [DBG] pgmap v1542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:40.324674+0000 mgr.y (mgr.14556) 1768 : cluster [DBG] pgmap v1542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:40.324674+0000 mgr.y (mgr.14556) 1768 : cluster [DBG] pgmap v1542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:36:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:42.325096+0000 mgr.y (mgr.14556) 1769 : cluster [DBG] pgmap v1543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:42.325096+0000 mgr.y (mgr.14556) 1769 : cluster [DBG] pgmap v1543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:42.325096+0000 mgr.y (mgr.14556) 1769 : cluster [DBG] pgmap v1543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:36:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:36:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:44.325661+0000 mgr.y (mgr.14556) 1770 : cluster [DBG] pgmap v1544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:44.325661+0000 mgr.y (mgr.14556) 1770 : cluster [DBG] pgmap v1544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:44.325661+0000 mgr.y (mgr.14556) 1770 : cluster [DBG] pgmap v1544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:46.326302+0000 mgr.y (mgr.14556) 1771 : cluster [DBG] pgmap v1545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:46.326302+0000 mgr.y (mgr.14556) 1771 : cluster [DBG] pgmap v1545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:46.326302+0000 mgr.y (mgr.14556) 1771 : cluster [DBG] pgmap v1545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:48.326690+0000 mgr.y (mgr.14556) 1772 : cluster [DBG] pgmap v1546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:48.326690+0000 mgr.y (mgr.14556) 1772 : cluster [DBG] pgmap v1546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:48.326690+0000 mgr.y (mgr.14556) 1772 : cluster [DBG] pgmap v1546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:51.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:50.327344+0000 mgr.y (mgr.14556) 1773 : cluster [DBG] pgmap v1547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:51.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:50.327344+0000 mgr.y (mgr.14556) 1773 : cluster [DBG] pgmap v1547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:50.327344+0000 mgr.y (mgr.14556) 1773 : cluster [DBG] pgmap v1547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:36:53.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:52.327713+0000 mgr.y (mgr.14556) 1774 : cluster [DBG] pgmap v1548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:36:53] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T07:36:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:52.327713+0000 mgr.y (mgr.14556) 1774 : cluster [DBG] pgmap v1548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:52.327713+0000 mgr.y (mgr.14556) 1774 : cluster [DBG] pgmap v1548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:54.328223+0000 mgr.y (mgr.14556) 1775 : cluster [DBG] pgmap v1549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:54.328223+0000 mgr.y (mgr.14556) 1775 : cluster [DBG] pgmap v1549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:54.328223+0000 mgr.y (mgr.14556) 1775 : cluster [DBG] pgmap v1549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:56.329050+0000 mgr.y (mgr.14556) 1776 : cluster [DBG] pgmap v1550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:57.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:56.329050+0000 mgr.y (mgr.14556) 1776 : cluster [DBG] pgmap v1550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:56.329050+0000 mgr.y (mgr.14556) 1776 : cluster [DBG] pgmap v1550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:36:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:36:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:36:58.329577+0000 mgr.y (mgr.14556) 1777 : cluster [DBG] pgmap v1551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:36:58.329577+0000 mgr.y (mgr.14556) 1777 : cluster [DBG] pgmap v1551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:36:58.329577+0000 mgr.y (mgr.14556) 1777 : cluster [DBG] pgmap v1551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:00.330203+0000 mgr.y (mgr.14556) 1778 : cluster [DBG] pgmap v1552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:37:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:00.330203+0000 mgr.y (mgr.14556) 1778 : cluster [DBG] pgmap v1552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:00.330203+0000 mgr.y (mgr.14556) 1778 : cluster [DBG] pgmap v1552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:02.330680+0000 mgr.y (mgr.14556) 1779 : cluster [DBG] pgmap v1553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:02.330680+0000 mgr.y (mgr.14556) 1779 : cluster [DBG] pgmap v1553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:37:03] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T07:37:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:02.330680+0000 mgr.y (mgr.14556) 1779 : cluster [DBG] pgmap v1553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:04.331148+0000 mgr.y (mgr.14556) 1780 : cluster [DBG] pgmap v1554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:04.331148+0000 mgr.y (mgr.14556) 1780 : cluster [DBG] pgmap v1554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:04.331148+0000 mgr.y (mgr.14556) 1780 : cluster [DBG] pgmap v1554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:06.331814+0000 mgr.y (mgr.14556) 1781 : cluster [DBG] pgmap v1555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:06.331814+0000 mgr.y (mgr.14556) 1781 : cluster [DBG] pgmap v1555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:06.331814+0000 mgr.y (mgr.14556) 1781 : cluster [DBG] pgmap v1555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:08.752 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:37:09.039 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:37:09.039 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (50m) 8m ago 50m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:37:09.039 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (50m) 8m ago 50m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:37:09.039 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (51m) 8m ago 51m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:37:09.039 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (51m) 8m ago 51m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:37:09.039 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (55m) 8m ago 55m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:37:09.039 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (57m) 8m ago 57m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (57m) 8m ago 57m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (55m) 8m ago 55m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (55m) 8m ago 55m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (51m) 8m ago 51m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (51m) 8m ago 51m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (55m) 8m ago 55m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (54m) 8m ago 54m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (54m) 8m ago 54m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (53m) 8m ago 53m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (53m) 8m ago 53m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (53m) 8m ago 53m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (52m) 8m ago 52m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (52m) 8m ago 52m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:37:09.040 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (50m) 8m ago 51m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:37:09.389 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:37:09.389 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:37:09.389 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:37:09.389 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:37:09.389 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:37:09.389 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:37:09.389 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:37:09.389 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:37:09.389 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:37:09.389 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:37:09.390 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:37:09.390 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:37:09.390 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:37:09.390 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:37:09.390 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:37:09.390 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:37:09.390 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:37:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:08.332419+0000 mgr.y (mgr.14556) 1782 : cluster [DBG] pgmap v1556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:37:08.740713+0000 mgr.y (mgr.14556) 1783 : audit [DBG] from='client.26543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:37:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:37:09.032050+0000 mgr.y (mgr.14556) 1784 : audit [DBG] from='client.16635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:37:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:37:09.390024+0000 mon.a (mon.0) 1099 : audit [DBG] from='client.? 172.21.15.23:0/4231295528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:37:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:08.332419+0000 mgr.y (mgr.14556) 1782 : cluster [DBG] pgmap v1556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:37:08.740713+0000 mgr.y (mgr.14556) 1783 : audit [DBG] from='client.26543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:37:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:37:09.032050+0000 mgr.y (mgr.14556) 1784 : audit [DBG] from='client.16635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:37:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:37:09.390024+0000 mon.a (mon.0) 1099 : audit [DBG] from='client.? 172.21.15.23:0/4231295528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:37:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:08.332419+0000 mgr.y (mgr.14556) 1782 : cluster [DBG] pgmap v1556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:37:08.740713+0000 mgr.y (mgr.14556) 1783 : audit [DBG] from='client.26543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:37:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:37:09.032050+0000 mgr.y (mgr.14556) 1784 : audit [DBG] from='client.16635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:37:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:37:09.390024+0000 mon.a (mon.0) 1099 : audit [DBG] from='client.? 172.21.15.23:0/4231295528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:37:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:10.332994+0000 mgr.y (mgr.14556) 1785 : cluster [DBG] pgmap v1557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:37:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:10.332994+0000 mgr.y (mgr.14556) 1785 : cluster [DBG] pgmap v1557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:10.332994+0000 mgr.y (mgr.14556) 1785 : cluster [DBG] pgmap v1557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:37:13] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T07:37:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:12.333596+0000 mgr.y (mgr.14556) 1786 : cluster [DBG] pgmap v1558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:12.333596+0000 mgr.y (mgr.14556) 1786 : cluster [DBG] pgmap v1558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:12.333596+0000 mgr.y (mgr.14556) 1786 : cluster [DBG] pgmap v1558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:14.334013+0000 mgr.y (mgr.14556) 1787 : cluster [DBG] pgmap v1559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:14.334013+0000 mgr.y (mgr.14556) 1787 : cluster [DBG] pgmap v1559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:14.334013+0000 mgr.y (mgr.14556) 1787 : cluster [DBG] pgmap v1559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:16.334846+0000 mgr.y (mgr.14556) 1788 : cluster [DBG] pgmap v1560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:16.334846+0000 mgr.y (mgr.14556) 1788 : cluster [DBG] pgmap v1560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:16.334846+0000 mgr.y (mgr.14556) 1788 : cluster [DBG] pgmap v1560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:20.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:18.335314+0000 mgr.y (mgr.14556) 1789 : cluster [DBG] pgmap v1561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:18.335314+0000 mgr.y (mgr.14556) 1789 : cluster [DBG] pgmap v1561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:18.335314+0000 mgr.y (mgr.14556) 1789 : cluster [DBG] pgmap v1561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:20.336015+0000 mgr.y (mgr.14556) 1790 : cluster [DBG] pgmap v1562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:37:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:20.336015+0000 mgr.y (mgr.14556) 1790 : cluster [DBG] pgmap v1562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:20.336015+0000 mgr.y (mgr.14556) 1790 : cluster [DBG] pgmap v1562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:22.336458+0000 mgr.y (mgr.14556) 1791 : cluster [DBG] pgmap v1563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:37:23] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T07:37:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:22.336458+0000 mgr.y (mgr.14556) 1791 : cluster [DBG] pgmap v1563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:22.336458+0000 mgr.y (mgr.14556) 1791 : cluster [DBG] pgmap v1563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:24.337008+0000 mgr.y (mgr.14556) 1792 : cluster [DBG] pgmap v1564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:24.337008+0000 mgr.y (mgr.14556) 1792 : cluster [DBG] pgmap v1564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:24.337008+0000 mgr.y (mgr.14556) 1792 : cluster [DBG] pgmap v1564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:26.337923+0000 mgr.y (mgr.14556) 1793 : cluster [DBG] pgmap v1565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:26.337923+0000 mgr.y (mgr.14556) 1793 : cluster [DBG] pgmap v1565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:26.337923+0000 mgr.y (mgr.14556) 1793 : cluster [DBG] pgmap v1565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:28.338358+0000 mgr.y (mgr.14556) 1794 : cluster [DBG] pgmap v1566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:28.338358+0000 mgr.y (mgr.14556) 1794 : cluster [DBG] pgmap v1566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:28.338358+0000 mgr.y (mgr.14556) 1794 : cluster [DBG] pgmap v1566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:30.338923+0000 mgr.y (mgr.14556) 1795 : cluster [DBG] pgmap v1567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:37:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:30.338923+0000 mgr.y (mgr.14556) 1795 : cluster [DBG] pgmap v1567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:30.338923+0000 mgr.y (mgr.14556) 1795 : cluster [DBG] pgmap v1567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:37:33] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T07:37:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:32.339393+0000 mgr.y (mgr.14556) 1796 : cluster [DBG] pgmap v1568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:32.339393+0000 mgr.y (mgr.14556) 1796 : cluster [DBG] pgmap v1568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:32.339393+0000 mgr.y (mgr.14556) 1796 : cluster [DBG] pgmap v1568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:34.339801+0000 mgr.y (mgr.14556) 1797 : cluster [DBG] pgmap v1569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:34.339801+0000 mgr.y (mgr.14556) 1797 : cluster [DBG] pgmap v1569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:34.339801+0000 mgr.y (mgr.14556) 1797 : cluster [DBG] pgmap v1569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:36.340523+0000 mgr.y (mgr.14556) 1798 : cluster [DBG] pgmap v1570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:36.340523+0000 mgr.y (mgr.14556) 1798 : cluster [DBG] pgmap v1570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:36.340523+0000 mgr.y (mgr.14556) 1798 : cluster [DBG] pgmap v1570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:37:38.825320+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:37:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:37:38.825320+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:37:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:37:38.825320+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:37:39.701 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:37:39.992 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:37:39.992 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (50m) 9m ago 51m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:37:39.992 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (51m) 9m ago 51m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:37:39.992 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (52m) 9m ago 52m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:37:39.992 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (52m) 9m ago 52m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (56m) 9m ago 56m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (57m) 9m ago 57m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (57m) 9m ago 57m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (56m) 9m ago 56m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (56m) 9m ago 56m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (51m) 9m ago 51m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (51m) 9m ago 51m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (55m) 9m ago 55m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (55m) 9m ago 55m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (54m) 9m ago 54m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (54m) 9m ago 54m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (54m) 9m ago 54m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (53m) 9m ago 53m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (53m) 9m ago 53m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:37:39.993 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (52m) 9m ago 52m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:37:39.994 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (50m) 9m ago 51m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:37:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:38.340893+0000 mgr.y (mgr.14556) 1799 : cluster [DBG] pgmap v1571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:37:39.132846+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:37:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:37:39.133490+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:37:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:37:39.146751+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:37:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:38.340893+0000 mgr.y (mgr.14556) 1799 : cluster [DBG] pgmap v1571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:37:39.132846+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:37:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:37:39.133490+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:37:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:37:39.146751+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:37:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:38.340893+0000 mgr.y (mgr.14556) 1799 : cluster [DBG] pgmap v1571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:37:39.132846+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:37:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:37:39.133490+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:37:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:37:39.146751+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:37:40.341 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:37:40.342 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:37:40.343 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:37:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:37:39.690615+0000 mgr.y (mgr.14556) 1800 : audit [DBG] from='client.16647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:37:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:37:39.985370+0000 mgr.y (mgr.14556) 1801 : audit [DBG] from='client.26567 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:37:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:37:40.342657+0000 mon.a (mon.0) 1104 : audit [DBG] from='client.? 172.21.15.23:0/3485742539' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:37:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:37:39.690615+0000 mgr.y (mgr.14556) 1800 : audit [DBG] from='client.16647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:37:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:37:39.985370+0000 mgr.y (mgr.14556) 1801 : audit [DBG] from='client.26567 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:37:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:37:40.342657+0000 mon.a (mon.0) 1104 : audit [DBG] from='client.? 172.21.15.23:0/3485742539' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:37:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:37:39.690615+0000 mgr.y (mgr.14556) 1800 : audit [DBG] from='client.16647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:37:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:37:39.985370+0000 mgr.y (mgr.14556) 1801 : audit [DBG] from='client.26567 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:37:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:37:40.342657+0000 mon.a (mon.0) 1104 : audit [DBG] from='client.? 172.21.15.23:0/3485742539' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:37:41.874 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:37:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:40.341450+0000 mgr.y (mgr.14556) 1802 : cluster [DBG] pgmap v1572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:40.341450+0000 mgr.y (mgr.14556) 1802 : cluster [DBG] pgmap v1572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:40.341450+0000 mgr.y (mgr.14556) 1802 : cluster [DBG] pgmap v1572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:37:43] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T07:37:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:42.342017+0000 mgr.y (mgr.14556) 1803 : cluster [DBG] pgmap v1573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:42.342017+0000 mgr.y (mgr.14556) 1803 : cluster [DBG] pgmap v1573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:42.342017+0000 mgr.y (mgr.14556) 1803 : cluster [DBG] pgmap v1573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:44.342539+0000 mgr.y (mgr.14556) 1804 : cluster [DBG] pgmap v1574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:44.342539+0000 mgr.y (mgr.14556) 1804 : cluster [DBG] pgmap v1574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:44.342539+0000 mgr.y (mgr.14556) 1804 : cluster [DBG] pgmap v1574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:46.343167+0000 mgr.y (mgr.14556) 1805 : cluster [DBG] pgmap v1575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:46.343167+0000 mgr.y (mgr.14556) 1805 : cluster [DBG] pgmap v1575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:46.343167+0000 mgr.y (mgr.14556) 1805 : cluster [DBG] pgmap v1575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:48.343668+0000 mgr.y (mgr.14556) 1806 : cluster [DBG] pgmap v1576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:48.343668+0000 mgr.y (mgr.14556) 1806 : cluster [DBG] pgmap v1576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:48.343668+0000 mgr.y (mgr.14556) 1806 : cluster [DBG] pgmap v1576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:51.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:37:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:50.344425+0000 mgr.y (mgr.14556) 1807 : cluster [DBG] pgmap v1577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:50.344425+0000 mgr.y (mgr.14556) 1807 : cluster [DBG] pgmap v1577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:50.344425+0000 mgr.y (mgr.14556) 1807 : cluster [DBG] pgmap v1577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:52.344942+0000 mgr.y (mgr.14556) 1808 : cluster [DBG] pgmap v1578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:37:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:37:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:52.344942+0000 mgr.y (mgr.14556) 1808 : cluster [DBG] pgmap v1578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:52.344942+0000 mgr.y (mgr.14556) 1808 : cluster [DBG] pgmap v1578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:54.345416+0000 mgr.y (mgr.14556) 1809 : cluster [DBG] pgmap v1579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:54.345416+0000 mgr.y (mgr.14556) 1809 : cluster [DBG] pgmap v1579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:54.345416+0000 mgr.y (mgr.14556) 1809 : cluster [DBG] pgmap v1579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:56.346140+0000 mgr.y (mgr.14556) 1810 : cluster [DBG] pgmap v1580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:56.346140+0000 mgr.y (mgr.14556) 1810 : cluster [DBG] pgmap v1580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:37:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:56.346140+0000 mgr.y (mgr.14556) 1810 : cluster [DBG] pgmap v1580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:37:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:37:58.346580+0000 mgr.y (mgr.14556) 1811 : cluster [DBG] pgmap v1581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:37:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:37:58.346580+0000 mgr.y (mgr.14556) 1811 : cluster [DBG] pgmap v1581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:37:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:37:58.346580+0000 mgr.y (mgr.14556) 1811 : cluster [DBG] pgmap v1581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:38:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:00.347313+0000 mgr.y (mgr.14556) 1812 : cluster [DBG] pgmap v1582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:00.347313+0000 mgr.y (mgr.14556) 1812 : cluster [DBG] pgmap v1582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:00.347313+0000 mgr.y (mgr.14556) 1812 : cluster [DBG] pgmap v1582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:38:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:38:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:02.347712+0000 mgr.y (mgr.14556) 1813 : cluster [DBG] pgmap v1583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:02.347712+0000 mgr.y (mgr.14556) 1813 : cluster [DBG] pgmap v1583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:02.347712+0000 mgr.y (mgr.14556) 1813 : cluster [DBG] pgmap v1583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:04.348082+0000 mgr.y (mgr.14556) 1814 : cluster [DBG] pgmap v1584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:04.348082+0000 mgr.y (mgr.14556) 1814 : cluster [DBG] pgmap v1584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:04.348082+0000 mgr.y (mgr.14556) 1814 : cluster [DBG] pgmap v1584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:06.348839+0000 mgr.y (mgr.14556) 1815 : cluster [DBG] pgmap v1585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:06.348839+0000 mgr.y (mgr.14556) 1815 : cluster [DBG] pgmap v1585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:06.348839+0000 mgr.y (mgr.14556) 1815 : cluster [DBG] pgmap v1585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:08.349433+0000 mgr.y (mgr.14556) 1816 : cluster [DBG] pgmap v1586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:08.349433+0000 mgr.y (mgr.14556) 1816 : cluster [DBG] pgmap v1586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:08.349433+0000 mgr.y (mgr.14556) 1816 : cluster [DBG] pgmap v1586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:10.668 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:38:10.953 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (51m) 9m ago 51m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (51m) 9m ago 51m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (52m) 9m ago 52m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (52m) 9m ago 52m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (56m) 9m ago 56m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (58m) 9m ago 58m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (58m) 9m ago 58m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (56m) 9m ago 56m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (56m) 9m ago 56m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (52m) 9m ago 52m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (52m) 9m ago 52m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (56m) 9m ago 56m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (55m) 9m ago 55m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:38:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (55m) 9m ago 55m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:38:10.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (54m) 9m ago 54m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:38:10.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (54m) 9m ago 54m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:38:10.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (54m) 9m ago 54m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:38:10.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (53m) 9m ago 53m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:38:10.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (53m) 9m ago 53m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:38:10.955 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (51m) 9m ago 52m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:38:11.307 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:38:11.307 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:38:11.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:38:11.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:38:11.307 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:38:11.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:38:11.308 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:38:11.308 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:38:11.308 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:38:11.308 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:38:11.308 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:38:11.308 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:38:11.308 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:38:11.308 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:38:11.308 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:38:11.308 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:38:11.308 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:38:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:38:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:10.350255+0000 mgr.y (mgr.14556) 1817 : cluster [DBG] pgmap v1587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:38:10.656960+0000 mgr.y (mgr.14556) 1818 : audit [DBG] from='client.26579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:38:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:38:10.946824+0000 mgr.y (mgr.14556) 1819 : audit [DBG] from='client.16671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:38:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:38:11.308262+0000 mon.c (mon.2) 76 : audit [DBG] from='client.? 172.21.15.23:0/4088148601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:38:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:10.350255+0000 mgr.y (mgr.14556) 1817 : cluster [DBG] pgmap v1587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:38:10.656960+0000 mgr.y (mgr.14556) 1818 : audit [DBG] from='client.26579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:38:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:38:10.946824+0000 mgr.y (mgr.14556) 1819 : audit [DBG] from='client.16671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:38:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:38:11.308262+0000 mon.c (mon.2) 76 : audit [DBG] from='client.? 172.21.15.23:0/4088148601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:38:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:10.350255+0000 mgr.y (mgr.14556) 1817 : cluster [DBG] pgmap v1587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:38:10.656960+0000 mgr.y (mgr.14556) 1818 : audit [DBG] from='client.26579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:38:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:38:10.946824+0000 mgr.y (mgr.14556) 1819 : audit [DBG] from='client.16671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:38:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:38:11.308262+0000 mon.c (mon.2) 76 : audit [DBG] from='client.? 172.21.15.23:0/4088148601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:38:14.035 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:38:13] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:38:14.389 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:12.350749+0000 mgr.y (mgr.14556) 1820 : cluster [DBG] pgmap v1588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:14.389 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:12.350749+0000 mgr.y (mgr.14556) 1820 : cluster [DBG] pgmap v1588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:12.350749+0000 mgr.y (mgr.14556) 1820 : cluster [DBG] pgmap v1588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:14.351179+0000 mgr.y (mgr.14556) 1821 : cluster [DBG] pgmap v1589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:14.351179+0000 mgr.y (mgr.14556) 1821 : cluster [DBG] pgmap v1589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:14.351179+0000 mgr.y (mgr.14556) 1821 : cluster [DBG] pgmap v1589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:16.351883+0000 mgr.y (mgr.14556) 1822 : cluster [DBG] pgmap v1590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:16.351883+0000 mgr.y (mgr.14556) 1822 : cluster [DBG] pgmap v1590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:16.351883+0000 mgr.y (mgr.14556) 1822 : cluster [DBG] pgmap v1590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:18.352272+0000 mgr.y (mgr.14556) 1823 : cluster [DBG] pgmap v1591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:18.352272+0000 mgr.y (mgr.14556) 1823 : cluster [DBG] pgmap v1591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:18.352272+0000 mgr.y (mgr.14556) 1823 : cluster [DBG] pgmap v1591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:38:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:20.353042+0000 mgr.y (mgr.14556) 1824 : cluster [DBG] pgmap v1592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:20.353042+0000 mgr.y (mgr.14556) 1824 : cluster [DBG] pgmap v1592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:20.353042+0000 mgr.y (mgr.14556) 1824 : cluster [DBG] pgmap v1592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:24.096 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:38:23] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:38:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:22.353508+0000 mgr.y (mgr.14556) 1825 : cluster [DBG] pgmap v1593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:22.353508+0000 mgr.y (mgr.14556) 1825 : cluster [DBG] pgmap v1593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:22.353508+0000 mgr.y (mgr.14556) 1825 : cluster [DBG] pgmap v1593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:24.353891+0000 mgr.y (mgr.14556) 1826 : cluster [DBG] pgmap v1594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:24.353891+0000 mgr.y (mgr.14556) 1826 : cluster [DBG] pgmap v1594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:24.353891+0000 mgr.y (mgr.14556) 1826 : cluster [DBG] pgmap v1594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:26.354606+0000 mgr.y (mgr.14556) 1827 : cluster [DBG] pgmap v1595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:26.354606+0000 mgr.y (mgr.14556) 1827 : cluster [DBG] pgmap v1595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:26.354606+0000 mgr.y (mgr.14556) 1827 : cluster [DBG] pgmap v1595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:28.355160+0000 mgr.y (mgr.14556) 1828 : cluster [DBG] pgmap v1596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:28.355160+0000 mgr.y (mgr.14556) 1828 : cluster [DBG] pgmap v1596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:28.355160+0000 mgr.y (mgr.14556) 1828 : cluster [DBG] pgmap v1596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:38:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:30.356080+0000 mgr.y (mgr.14556) 1829 : cluster [DBG] pgmap v1597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:30.356080+0000 mgr.y (mgr.14556) 1829 : cluster [DBG] pgmap v1597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:30.356080+0000 mgr.y (mgr.14556) 1829 : cluster [DBG] pgmap v1597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:38:33] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:38:34.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:32.356518+0000 mgr.y (mgr.14556) 1830 : cluster [DBG] pgmap v1598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:32.356518+0000 mgr.y (mgr.14556) 1830 : cluster [DBG] pgmap v1598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:32.356518+0000 mgr.y (mgr.14556) 1830 : cluster [DBG] pgmap v1598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:34.356922+0000 mgr.y (mgr.14556) 1831 : cluster [DBG] pgmap v1599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:34.356922+0000 mgr.y (mgr.14556) 1831 : cluster [DBG] pgmap v1599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:34.356922+0000 mgr.y (mgr.14556) 1831 : cluster [DBG] pgmap v1599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:36.357649+0000 mgr.y (mgr.14556) 1832 : cluster [DBG] pgmap v1600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:36.357649+0000 mgr.y (mgr.14556) 1832 : cluster [DBG] pgmap v1600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:36.357649+0000 mgr.y (mgr.14556) 1832 : cluster [DBG] pgmap v1600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:38:39.152028+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:38:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:38:39.152028+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:38:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:38:39.152028+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:38:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:38.358107+0000 mgr.y (mgr.14556) 1833 : cluster [DBG] pgmap v1601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:38.358107+0000 mgr.y (mgr.14556) 1833 : cluster [DBG] pgmap v1601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:38.358107+0000 mgr.y (mgr.14556) 1833 : cluster [DBG] pgmap v1601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:41.484 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:40.358833+0000 mgr.y (mgr.14556) 1834 : cluster [DBG] pgmap v1602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:40.358833+0000 mgr.y (mgr.14556) 1834 : cluster [DBG] pgmap v1602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:40.358833+0000 mgr.y (mgr.14556) 1834 : cluster [DBG] pgmap v1602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:41.639 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:38:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:38:41.930 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:38:41.930 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (51m) 10m ago 52m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (52m) 10m ago 52m 57.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (53m) 10m ago 53m 20.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (53m) 10m ago 53m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (57m) 10m ago 57m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (58m) 10m ago 58m 454M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (58m) 10m ago 58m 141M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (57m) 10m ago 57m 90.1M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (57m) 10m ago 57m 90.5M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (52m) 10m ago 52m 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (52m) 10m ago 52m 24.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (56m) 10m ago 56m 43.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (56m) 10m ago 56m 42.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (55m) 10m ago 55m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:38:41.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (55m) 10m ago 55m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:38:41.932 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (55m) 10m ago 55m 40.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:38:41.932 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (54m) 10m ago 54m 40.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:38:41.932 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (54m) 10m ago 54m 40.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:38:41.932 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (53m) 10m ago 53m 40.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:38:41.932 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (51m) 10m ago 52m 78.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:38:42.287 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:38:42.287 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:38:42.287 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:38:42.287 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:38:42.287 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:38:42.288 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:38:42.288 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:38:42.288 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:38:42.288 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:38:42.288 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:38:42.288 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:38:42.288 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:38:42.288 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:38:42.288 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:38:42.288 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:38:42.288 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:38:42.288 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:38:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:38:41.628524+0000 mgr.y (mgr.14556) 1835 : audit [DBG] from='client.16683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:38:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:38:41.923832+0000 mgr.y (mgr.14556) 1836 : audit [DBG] from='client.26603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:38:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:38:41.628524+0000 mgr.y (mgr.14556) 1835 : audit [DBG] from='client.16683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:38:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:38:41.923832+0000 mgr.y (mgr.14556) 1836 : audit [DBG] from='client.26603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:38:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:38:41.628524+0000 mgr.y (mgr.14556) 1835 : audit [DBG] from='client.16683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:38:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:38:41.923832+0000 mgr.y (mgr.14556) 1836 : audit [DBG] from='client.26603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:38:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:38:42.219855+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:38:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:38:42.288024+0000 mon.a (mon.0) 1107 : audit [DBG] from='client.? 172.21.15.23:0/3360313941' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:38:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:42.359172+0000 mgr.y (mgr.14556) 1837 : cluster [DBG] pgmap v1603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:38:42.592614+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:38:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:38:42.887243+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:38:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:38:42.887969+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:38:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:38:42.894199+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:38:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:38:42.219855+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:38:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:38:42.288024+0000 mon.a (mon.0) 1107 : audit [DBG] from='client.? 172.21.15.23:0/3360313941' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:38:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:42.359172+0000 mgr.y (mgr.14556) 1837 : cluster [DBG] pgmap v1603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:38:42.592614+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:38:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:38:42.887243+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:38:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:38:42.887969+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:38:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:38:42.894199+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:38:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:38:42.219855+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:38:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:38:42.288024+0000 mon.a (mon.0) 1107 : audit [DBG] from='client.? 172.21.15.23:0/3360313941' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:38:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:42.359172+0000 mgr.y (mgr.14556) 1837 : cluster [DBG] pgmap v1603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:38:42.592614+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:38:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:38:42.887243+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:38:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:38:42.887969+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:38:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:38:42.894199+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:38:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:38:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:38:45.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:44.359628+0000 mgr.y (mgr.14556) 1838 : cluster [DBG] pgmap v1604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:45.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:44.359628+0000 mgr.y (mgr.14556) 1838 : cluster [DBG] pgmap v1604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:44.359628+0000 mgr.y (mgr.14556) 1838 : cluster [DBG] pgmap v1604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:46.360476+0000 mgr.y (mgr.14556) 1839 : cluster [DBG] pgmap v1605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:46.360476+0000 mgr.y (mgr.14556) 1839 : cluster [DBG] pgmap v1605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:46.360476+0000 mgr.y (mgr.14556) 1839 : cluster [DBG] pgmap v1605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:48.360992+0000 mgr.y (mgr.14556) 1840 : cluster [DBG] pgmap v1606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:48.360992+0000 mgr.y (mgr.14556) 1840 : cluster [DBG] pgmap v1606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:48.360992+0000 mgr.y (mgr.14556) 1840 : cluster [DBG] pgmap v1606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:50.361655+0000 mgr.y (mgr.14556) 1841 : cluster [DBG] pgmap v1607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:50.361655+0000 mgr.y (mgr.14556) 1841 : cluster [DBG] pgmap v1607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:50.361655+0000 mgr.y (mgr.14556) 1841 : cluster [DBG] pgmap v1607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:38:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:52.362003+0000 mgr.y (mgr.14556) 1842 : cluster [DBG] pgmap v1608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:52.362003+0000 mgr.y (mgr.14556) 1842 : cluster [DBG] pgmap v1608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:52.362003+0000 mgr.y (mgr.14556) 1842 : cluster [DBG] pgmap v1608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:38:53] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:38:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:54.362587+0000 mgr.y (mgr.14556) 1843 : cluster [DBG] pgmap v1609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:54.362587+0000 mgr.y (mgr.14556) 1843 : cluster [DBG] pgmap v1609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:54.362587+0000 mgr.y (mgr.14556) 1843 : cluster [DBG] pgmap v1609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:56.363279+0000 mgr.y (mgr.14556) 1844 : cluster [DBG] pgmap v1610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:56.363279+0000 mgr.y (mgr.14556) 1844 : cluster [DBG] pgmap v1610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:56.363279+0000 mgr.y (mgr.14556) 1844 : cluster [DBG] pgmap v1610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:38:58.363703+0000 mgr.y (mgr.14556) 1845 : cluster [DBG] pgmap v1611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:38:58.363703+0000 mgr.y (mgr.14556) 1845 : cluster [DBG] pgmap v1611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:38:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:38:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:38:58.363703+0000 mgr.y (mgr.14556) 1845 : cluster [DBG] pgmap v1611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:00.364309+0000 mgr.y (mgr.14556) 1846 : cluster [DBG] pgmap v1612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:00.364309+0000 mgr.y (mgr.14556) 1846 : cluster [DBG] pgmap v1612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:00.364309+0000 mgr.y (mgr.14556) 1846 : cluster [DBG] pgmap v1612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:39:03.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:39:03] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:39:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:02.364717+0000 mgr.y (mgr.14556) 1847 : cluster [DBG] pgmap v1613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:02.364717+0000 mgr.y (mgr.14556) 1847 : cluster [DBG] pgmap v1613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:02.364717+0000 mgr.y (mgr.14556) 1847 : cluster [DBG] pgmap v1613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:04.365151+0000 mgr.y (mgr.14556) 1848 : cluster [DBG] pgmap v1614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:04.365151+0000 mgr.y (mgr.14556) 1848 : cluster [DBG] pgmap v1614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:04.365151+0000 mgr.y (mgr.14556) 1848 : cluster [DBG] pgmap v1614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:06.365866+0000 mgr.y (mgr.14556) 1849 : cluster [DBG] pgmap v1615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:06.365866+0000 mgr.y (mgr.14556) 1849 : cluster [DBG] pgmap v1615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:06.365866+0000 mgr.y (mgr.14556) 1849 : cluster [DBG] pgmap v1615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:08.366366+0000 mgr.y (mgr.14556) 1850 : cluster [DBG] pgmap v1616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:08.366366+0000 mgr.y (mgr.14556) 1850 : cluster [DBG] pgmap v1616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:08.366366+0000 mgr.y (mgr.14556) 1850 : cluster [DBG] pgmap v1616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:10.366996+0000 mgr.y (mgr.14556) 1851 : cluster [DBG] pgmap v1617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:10.366996+0000 mgr.y (mgr.14556) 1851 : cluster [DBG] pgmap v1617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:10.366996+0000 mgr.y (mgr.14556) 1851 : cluster [DBG] pgmap v1617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:39:12.611 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:39:12.901 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:39:12.901 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (52m) 30s ago 52m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:39:12.901 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (52m) 30s ago 52m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:39:12.901 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (53m) 30s ago 53m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:39:12.901 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (53m) 30s ago 53m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:39:12.901 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (57m) 30s ago 57m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (59m) 30s ago 59m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (59m) 30s ago 59m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (57m) 30s ago 57m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (57m) 30s ago 57m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (53m) 30s ago 53m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (53m) 30s ago 53m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (57m) 30s ago 57m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (56m) 30s ago 56m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (56m) 30s ago 56m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (56m) 30s ago 56m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (55m) 30s ago 55m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (55m) 30s ago 55m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (54m) 30s ago 54m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:39:12.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (54m) 30s ago 54m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:39:12.903 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (52m) 30s ago 53m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:39:13.254 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:39:13.254 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:39:13.254 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:39:13.254 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:39:13.255 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:39:13.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:39:13] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:39:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:12.367362+0000 mgr.y (mgr.14556) 1852 : cluster [DBG] pgmap v1618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:39:12.599969+0000 mgr.y (mgr.14556) 1853 : audit [DBG] from='client.16701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:39:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:39:12.894244+0000 mgr.y (mgr.14556) 1854 : audit [DBG] from='client.26621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:39:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:39:13.255431+0000 mon.a (mon.0) 1112 : audit [DBG] from='client.? 172.21.15.23:0/2649058076' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:39:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:12.367362+0000 mgr.y (mgr.14556) 1852 : cluster [DBG] pgmap v1618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:39:12.599969+0000 mgr.y (mgr.14556) 1853 : audit [DBG] from='client.16701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:39:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:39:12.894244+0000 mgr.y (mgr.14556) 1854 : audit [DBG] from='client.26621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:39:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:39:13.255431+0000 mon.a (mon.0) 1112 : audit [DBG] from='client.? 172.21.15.23:0/2649058076' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:39:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:12.367362+0000 mgr.y (mgr.14556) 1852 : cluster [DBG] pgmap v1618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:39:12.599969+0000 mgr.y (mgr.14556) 1853 : audit [DBG] from='client.16701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:39:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:39:12.894244+0000 mgr.y (mgr.14556) 1854 : audit [DBG] from='client.26621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:39:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:39:13.255431+0000 mon.a (mon.0) 1112 : audit [DBG] from='client.? 172.21.15.23:0/2649058076' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:39:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:14.367783+0000 mgr.y (mgr.14556) 1855 : cluster [DBG] pgmap v1619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:14.367783+0000 mgr.y (mgr.14556) 1855 : cluster [DBG] pgmap v1619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:14.367783+0000 mgr.y (mgr.14556) 1855 : cluster [DBG] pgmap v1619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:16.368460+0000 mgr.y (mgr.14556) 1856 : cluster [DBG] pgmap v1620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:16.368460+0000 mgr.y (mgr.14556) 1856 : cluster [DBG] pgmap v1620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:16.368460+0000 mgr.y (mgr.14556) 1856 : cluster [DBG] pgmap v1620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:18.368804+0000 mgr.y (mgr.14556) 1857 : cluster [DBG] pgmap v1621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:18.368804+0000 mgr.y (mgr.14556) 1857 : cluster [DBG] pgmap v1621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:18.368804+0000 mgr.y (mgr.14556) 1857 : cluster [DBG] pgmap v1621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:20.369479+0000 mgr.y (mgr.14556) 1858 : cluster [DBG] pgmap v1622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:20.369479+0000 mgr.y (mgr.14556) 1858 : cluster [DBG] pgmap v1622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:20.369479+0000 mgr.y (mgr.14556) 1858 : cluster [DBG] pgmap v1622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:39:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:22.369842+0000 mgr.y (mgr.14556) 1859 : cluster [DBG] pgmap v1623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:22.369842+0000 mgr.y (mgr.14556) 1859 : cluster [DBG] pgmap v1623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:22.369842+0000 mgr.y (mgr.14556) 1859 : cluster [DBG] pgmap v1623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:39:23] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T07:39:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:24.370291+0000 mgr.y (mgr.14556) 1860 : cluster [DBG] pgmap v1624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:24.370291+0000 mgr.y (mgr.14556) 1860 : cluster [DBG] pgmap v1624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:24.370291+0000 mgr.y (mgr.14556) 1860 : cluster [DBG] pgmap v1624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:26.370903+0000 mgr.y (mgr.14556) 1861 : cluster [DBG] pgmap v1625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:26.370903+0000 mgr.y (mgr.14556) 1861 : cluster [DBG] pgmap v1625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:26.370903+0000 mgr.y (mgr.14556) 1861 : cluster [DBG] pgmap v1625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:28.371451+0000 mgr.y (mgr.14556) 1862 : cluster [DBG] pgmap v1626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:28.371451+0000 mgr.y (mgr.14556) 1862 : cluster [DBG] pgmap v1626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:28.371451+0000 mgr.y (mgr.14556) 1862 : cluster [DBG] pgmap v1626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:30.372050+0000 mgr.y (mgr.14556) 1863 : cluster [DBG] pgmap v1627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:39:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:30.372050+0000 mgr.y (mgr.14556) 1863 : cluster [DBG] pgmap v1627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:30.372050+0000 mgr.y (mgr.14556) 1863 : cluster [DBG] pgmap v1627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:32.372495+0000 mgr.y (mgr.14556) 1864 : cluster [DBG] pgmap v1628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:32.372495+0000 mgr.y (mgr.14556) 1864 : cluster [DBG] pgmap v1628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:39:33] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T07:39:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:32.372495+0000 mgr.y (mgr.14556) 1864 : cluster [DBG] pgmap v1628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:34.372875+0000 mgr.y (mgr.14556) 1865 : cluster [DBG] pgmap v1629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:34.372875+0000 mgr.y (mgr.14556) 1865 : cluster [DBG] pgmap v1629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:34.372875+0000 mgr.y (mgr.14556) 1865 : cluster [DBG] pgmap v1629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:36.373554+0000 mgr.y (mgr.14556) 1866 : cluster [DBG] pgmap v1630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:36.373554+0000 mgr.y (mgr.14556) 1866 : cluster [DBG] pgmap v1630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:36.373554+0000 mgr.y (mgr.14556) 1866 : cluster [DBG] pgmap v1630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:38.374096+0000 mgr.y (mgr.14556) 1867 : cluster [DBG] pgmap v1631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:38.374096+0000 mgr.y (mgr.14556) 1867 : cluster [DBG] pgmap v1631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:38.374096+0000 mgr.y (mgr.14556) 1867 : cluster [DBG] pgmap v1631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:40.374868+0000 mgr.y (mgr.14556) 1868 : cluster [DBG] pgmap v1632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:39:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:40.374868+0000 mgr.y (mgr.14556) 1868 : cluster [DBG] pgmap v1632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:40.374868+0000 mgr.y (mgr.14556) 1868 : cluster [DBG] pgmap v1632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:43.566 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:39:43.855 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:39:43.855 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (52m) 61s ago 53m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:39:43.855 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (53m) 61s ago 53m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:39:43.855 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (54m) 61s ago 54m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:39:43.855 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (54m) 61s ago 54m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:39:43.855 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (58m) 61s ago 58m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:39:43.855 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (59m) 61s ago 59m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (59m) 61s ago 59m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (58m) 61s ago 58m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (58m) 61s ago 58m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (53m) 61s ago 53m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (53m) 61s ago 53m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (57m) 61s ago 57m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (57m) 61s ago 57m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (56m) 61s ago 56m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (56m) 61s ago 56m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (56m) 61s ago 56m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (55m) 61s ago 55m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (55m) 61s ago 55m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (54m) 61s ago 54m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:39:43.856 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (52m) 61s ago 53m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:39:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:39:43] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:39:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:42.375316+0000 mgr.y (mgr.14556) 1869 : cluster [DBG] pgmap v1633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:39:42.898947+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:39:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:39:43.208783+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:39:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:39:43.209512+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:39:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:39:43.218267+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:39:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:42.375316+0000 mgr.y (mgr.14556) 1869 : cluster [DBG] pgmap v1633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:39:42.898947+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:39:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:39:43.208783+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:39:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:39:43.209512+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:39:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:39:43.218267+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:39:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:42.375316+0000 mgr.y (mgr.14556) 1869 : cluster [DBG] pgmap v1633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:39:42.898947+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:39:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:39:43.208783+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:39:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:39:43.209512+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:39:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:39:43.218267+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:39:44.203 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:39:44.203 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:39:44.203 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:39:44.203 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:39:44.203 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:39:44.203 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:39:44.203 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:39:44.203 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:39:44.203 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:39:44.204 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:39:44.204 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:39:44.204 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:39:44.204 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:39:44.204 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:39:44.204 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:39:44.204 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:39:44.204 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:39:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:39:43.555071+0000 mgr.y (mgr.14556) 1870 : audit [DBG] from='client.26633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:39:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:39:43.848196+0000 mgr.y (mgr.14556) 1871 : audit [DBG] from='client.16725 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:39:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:39:44.204054+0000 mon.a (mon.0) 1117 : audit [DBG] from='client.? 172.21.15.23:0/1934382627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:39:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:39:43.555071+0000 mgr.y (mgr.14556) 1870 : audit [DBG] from='client.26633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:39:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:39:43.848196+0000 mgr.y (mgr.14556) 1871 : audit [DBG] from='client.16725 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:39:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:39:44.204054+0000 mon.a (mon.0) 1117 : audit [DBG] from='client.? 172.21.15.23:0/1934382627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:39:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:39:43.555071+0000 mgr.y (mgr.14556) 1870 : audit [DBG] from='client.26633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:39:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:39:43.848196+0000 mgr.y (mgr.14556) 1871 : audit [DBG] from='client.16725 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:39:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:39:44.204054+0000 mon.a (mon.0) 1117 : audit [DBG] from='client.? 172.21.15.23:0/1934382627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:39:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:44.375773+0000 mgr.y (mgr.14556) 1872 : cluster [DBG] pgmap v1634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:44.375773+0000 mgr.y (mgr.14556) 1872 : cluster [DBG] pgmap v1634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:44.375773+0000 mgr.y (mgr.14556) 1872 : cluster [DBG] pgmap v1634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:46.376525+0000 mgr.y (mgr.14556) 1873 : cluster [DBG] pgmap v1635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:46.376525+0000 mgr.y (mgr.14556) 1873 : cluster [DBG] pgmap v1635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:46.376525+0000 mgr.y (mgr.14556) 1873 : cluster [DBG] pgmap v1635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:48.376983+0000 mgr.y (mgr.14556) 1874 : cluster [DBG] pgmap v1636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:48.376983+0000 mgr.y (mgr.14556) 1874 : cluster [DBG] pgmap v1636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:48.376983+0000 mgr.y (mgr.14556) 1874 : cluster [DBG] pgmap v1636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:39:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:50.377747+0000 mgr.y (mgr.14556) 1875 : cluster [DBG] pgmap v1637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:50.377747+0000 mgr.y (mgr.14556) 1875 : cluster [DBG] pgmap v1637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:50.377747+0000 mgr.y (mgr.14556) 1875 : cluster [DBG] pgmap v1637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:54.058 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:39:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:39:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:52.378162+0000 mgr.y (mgr.14556) 1876 : cluster [DBG] pgmap v1638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:52.378162+0000 mgr.y (mgr.14556) 1876 : cluster [DBG] pgmap v1638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:52.378162+0000 mgr.y (mgr.14556) 1876 : cluster [DBG] pgmap v1638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:54.378755+0000 mgr.y (mgr.14556) 1877 : cluster [DBG] pgmap v1639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:54.378755+0000 mgr.y (mgr.14556) 1877 : cluster [DBG] pgmap v1639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:54.378755+0000 mgr.y (mgr.14556) 1877 : cluster [DBG] pgmap v1639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:56.379382+0000 mgr.y (mgr.14556) 1878 : cluster [DBG] pgmap v1640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:56.379382+0000 mgr.y (mgr.14556) 1878 : cluster [DBG] pgmap v1640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:39:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:39:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:56.379382+0000 mgr.y (mgr.14556) 1878 : cluster [DBG] pgmap v1640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T07:39:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:40:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:39:58.379908+0000 mgr.y (mgr.14556) 1879 : cluster [DBG] pgmap v1641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:00.000114+0000 mon.a (mon.0) 1118 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:40:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:39:58.379908+0000 mgr.y (mgr.14556) 1879 : cluster [DBG] pgmap v1641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:00.000114+0000 mon.a (mon.0) 1118 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:40:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:39:58.379908+0000 mgr.y (mgr.14556) 1879 : cluster [DBG] pgmap v1641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:00.000114+0000 mon.a (mon.0) 1118 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:40:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:40:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:00.380603+0000 mgr.y (mgr.14556) 1880 : cluster [DBG] pgmap v1642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:00.380603+0000 mgr.y (mgr.14556) 1880 : cluster [DBG] pgmap v1642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:00.380603+0000 mgr.y (mgr.14556) 1880 : cluster [DBG] pgmap v1642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:04.118 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:40:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T07:40:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:02.381123+0000 mgr.y (mgr.14556) 1881 : cluster [DBG] pgmap v1643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:02.381123+0000 mgr.y (mgr.14556) 1881 : cluster [DBG] pgmap v1643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:02.381123+0000 mgr.y (mgr.14556) 1881 : cluster [DBG] pgmap v1643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:04.381494+0000 mgr.y (mgr.14556) 1882 : cluster [DBG] pgmap v1644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:04.381494+0000 mgr.y (mgr.14556) 1882 : cluster [DBG] pgmap v1644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:04.381494+0000 mgr.y (mgr.14556) 1882 : cluster [DBG] pgmap v1644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:06.382119+0000 mgr.y (mgr.14556) 1883 : cluster [DBG] pgmap v1645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:06.382119+0000 mgr.y (mgr.14556) 1883 : cluster [DBG] pgmap v1645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:06.382119+0000 mgr.y (mgr.14556) 1883 : cluster [DBG] pgmap v1645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:08.382531+0000 mgr.y (mgr.14556) 1884 : cluster [DBG] pgmap v1646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:08.382531+0000 mgr.y (mgr.14556) 1884 : cluster [DBG] pgmap v1646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:08.382531+0000 mgr.y (mgr.14556) 1884 : cluster [DBG] pgmap v1646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:40:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:10.383273+0000 mgr.y (mgr.14556) 1885 : cluster [DBG] pgmap v1647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:10.383273+0000 mgr.y (mgr.14556) 1885 : cluster [DBG] pgmap v1647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:10.383273+0000 mgr.y (mgr.14556) 1885 : cluster [DBG] pgmap v1647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:40:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T07:40:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:12.383642+0000 mgr.y (mgr.14556) 1886 : cluster [DBG] pgmap v1648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:14.530 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:40:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:12.383642+0000 mgr.y (mgr.14556) 1886 : cluster [DBG] pgmap v1648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:12.383642+0000 mgr.y (mgr.14556) 1886 : cluster [DBG] pgmap v1648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:14.818 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:40:14.818 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (53m) 92s ago 54m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:40:14.818 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (53m) 92s ago 53m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:40:14.818 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (55m) 92s ago 55m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:40:14.819 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (54m) 92s ago 54m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:40:14.819 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (58m) 92s ago 58m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:40:14.819 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (60m) 92s ago 60m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:40:14.819 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (60m) 92s ago 60m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:40:14.819 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (59m) 92s ago 58m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:40:14.819 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (58m) 92s ago 58m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:40:14.820 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (54m) 92s ago 54m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:40:14.820 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (54m) 92s ago 54m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:40:14.820 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (58m) 92s ago 58m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:40:14.820 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (57m) 92s ago 57m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:40:14.820 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (57m) 92s ago 57m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:40:14.820 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (57m) 92s ago 57m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:40:14.821 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (56m) 92s ago 56m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:40:14.821 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (56m) 92s ago 56m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:40:14.821 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (55m) 92s ago 55m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:40:14.821 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (55m) 92s ago 55m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:40:14.821 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (53m) 92s ago 54m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:40:15.168 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:40:15.168 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:40:15.169 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:40:15.170 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:40:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:14.384004+0000 mgr.y (mgr.14556) 1887 : cluster [DBG] pgmap v1649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:40:14.519123+0000 mgr.y (mgr.14556) 1888 : audit [DBG] from='client.26651 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:40:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:40:14.810618+0000 mgr.y (mgr.14556) 1889 : audit [DBG] from='client.16743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:40:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:40:15.169622+0000 mon.c (mon.2) 77 : audit [DBG] from='client.? 172.21.15.23:0/4093936702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:40:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:14.384004+0000 mgr.y (mgr.14556) 1887 : cluster [DBG] pgmap v1649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:40:14.519123+0000 mgr.y (mgr.14556) 1888 : audit [DBG] from='client.26651 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:40:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:40:14.810618+0000 mgr.y (mgr.14556) 1889 : audit [DBG] from='client.16743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:40:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:40:15.169622+0000 mon.c (mon.2) 77 : audit [DBG] from='client.? 172.21.15.23:0/4093936702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:40:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:14.384004+0000 mgr.y (mgr.14556) 1887 : cluster [DBG] pgmap v1649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:40:14.519123+0000 mgr.y (mgr.14556) 1888 : audit [DBG] from='client.26651 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:40:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:40:14.810618+0000 mgr.y (mgr.14556) 1889 : audit [DBG] from='client.16743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:40:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:40:15.169622+0000 mon.c (mon.2) 77 : audit [DBG] from='client.? 172.21.15.23:0/4093936702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:40:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:16.384687+0000 mgr.y (mgr.14556) 1890 : cluster [DBG] pgmap v1650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:16.384687+0000 mgr.y (mgr.14556) 1890 : cluster [DBG] pgmap v1650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:16.384687+0000 mgr.y (mgr.14556) 1890 : cluster [DBG] pgmap v1650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:18.385225+0000 mgr.y (mgr.14556) 1891 : cluster [DBG] pgmap v1651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:18.385225+0000 mgr.y (mgr.14556) 1891 : cluster [DBG] pgmap v1651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:18.385225+0000 mgr.y (mgr.14556) 1891 : cluster [DBG] pgmap v1651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:40:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:20.385848+0000 mgr.y (mgr.14556) 1892 : cluster [DBG] pgmap v1652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:20.385848+0000 mgr.y (mgr.14556) 1892 : cluster [DBG] pgmap v1652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:20.385848+0000 mgr.y (mgr.14556) 1892 : cluster [DBG] pgmap v1652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:22.386405+0000 mgr.y (mgr.14556) 1893 : cluster [DBG] pgmap v1653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:22.386405+0000 mgr.y (mgr.14556) 1893 : cluster [DBG] pgmap v1653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:22.386405+0000 mgr.y (mgr.14556) 1893 : cluster [DBG] pgmap v1653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:40:23] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:40:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:24.386730+0000 mgr.y (mgr.14556) 1894 : cluster [DBG] pgmap v1654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:24.386730+0000 mgr.y (mgr.14556) 1894 : cluster [DBG] pgmap v1654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:24.386730+0000 mgr.y (mgr.14556) 1894 : cluster [DBG] pgmap v1654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:27.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:26.387455+0000 mgr.y (mgr.14556) 1895 : cluster [DBG] pgmap v1655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:26.387455+0000 mgr.y (mgr.14556) 1895 : cluster [DBG] pgmap v1655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:26.387455+0000 mgr.y (mgr.14556) 1895 : cluster [DBG] pgmap v1655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:29.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:28.387872+0000 mgr.y (mgr.14556) 1896 : cluster [DBG] pgmap v1656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:28.387872+0000 mgr.y (mgr.14556) 1896 : cluster [DBG] pgmap v1656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:28.387872+0000 mgr.y (mgr.14556) 1896 : cluster [DBG] pgmap v1656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:30.388570+0000 mgr.y (mgr.14556) 1897 : cluster [DBG] pgmap v1657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:30.388570+0000 mgr.y (mgr.14556) 1897 : cluster [DBG] pgmap v1657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:30.388570+0000 mgr.y (mgr.14556) 1897 : cluster [DBG] pgmap v1657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:40:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:32.389088+0000 mgr.y (mgr.14556) 1898 : cluster [DBG] pgmap v1658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:32.389088+0000 mgr.y (mgr.14556) 1898 : cluster [DBG] pgmap v1658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:32.389088+0000 mgr.y (mgr.14556) 1898 : cluster [DBG] pgmap v1658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:40:33] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:40:35.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:34.389578+0000 mgr.y (mgr.14556) 1899 : cluster [DBG] pgmap v1659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:34.389578+0000 mgr.y (mgr.14556) 1899 : cluster [DBG] pgmap v1659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:34.389578+0000 mgr.y (mgr.14556) 1899 : cluster [DBG] pgmap v1659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:37.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:36.390131+0000 mgr.y (mgr.14556) 1900 : cluster [DBG] pgmap v1660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:36.390131+0000 mgr.y (mgr.14556) 1900 : cluster [DBG] pgmap v1660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:36.390131+0000 mgr.y (mgr.14556) 1900 : cluster [DBG] pgmap v1660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:38.390579+0000 mgr.y (mgr.14556) 1901 : cluster [DBG] pgmap v1661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:38.390579+0000 mgr.y (mgr.14556) 1901 : cluster [DBG] pgmap v1661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:38.390579+0000 mgr.y (mgr.14556) 1901 : cluster [DBG] pgmap v1661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:40.391283+0000 mgr.y (mgr.14556) 1902 : cluster [DBG] pgmap v1662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:40.391283+0000 mgr.y (mgr.14556) 1902 : cluster [DBG] pgmap v1662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:40.391283+0000 mgr.y (mgr.14556) 1902 : cluster [DBG] pgmap v1662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:40:43.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:40:43] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:40:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:42.391683+0000 mgr.y (mgr.14556) 1903 : cluster [DBG] pgmap v1663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:40:43.222548+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:40:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:40:43.531369+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:40:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:40:43.531982+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:40:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:40:43.545100+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:40:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:42.391683+0000 mgr.y (mgr.14556) 1903 : cluster [DBG] pgmap v1663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:40:43.222548+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:40:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:40:43.531369+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:40:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:40:43.531982+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:40:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:40:43.545100+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:40:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:42.391683+0000 mgr.y (mgr.14556) 1903 : cluster [DBG] pgmap v1663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:40:43.222548+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:40:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:40:43.531369+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:40:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:40:43.531982+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:40:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:40:43.545100+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:40:45.495 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:40:45.784 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:40:45.784 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (53m) 2m ago 54m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:40:45.784 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (54m) 2m ago 54m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:40:45.784 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (55m) 2m ago 55m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:40:45.784 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (55m) 2m ago 55m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:40:45.785 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (59m) 2m ago 59m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:40:45.785 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (60m) 2m ago 60m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:40:45.785 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (60m) 2m ago 60m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:40:45.785 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (59m) 2m ago 59m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:40:45.785 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (59m) 2m ago 59m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:40:45.785 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (54m) 2m ago 54m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:40:45.785 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (54m) 2m ago 54m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:40:45.786 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (58m) 2m ago 58m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:40:45.786 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (58m) 2m ago 58m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:40:45.786 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (57m) 2m ago 57m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:40:45.786 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (57m) 2m ago 57m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:40:45.786 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (57m) 2m ago 57m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:40:45.786 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (56m) 2m ago 56m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:40:45.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (56m) 2m ago 56m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:40:45.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (55m) 2m ago 55m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:40:45.787 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (53m) 2m ago 54m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:40:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:44.392002+0000 mgr.y (mgr.14556) 1904 : cluster [DBG] pgmap v1664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:44.392002+0000 mgr.y (mgr.14556) 1904 : cluster [DBG] pgmap v1664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:44.392002+0000 mgr.y (mgr.14556) 1904 : cluster [DBG] pgmap v1664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:46.135 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:40:46.135 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:40:46.135 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:40:46.135 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:40:46.135 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:40:46.135 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:40:46.136 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:40:46.136 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:40:46.136 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:40:46.136 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:40:46.136 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:40:46.136 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:40:46.136 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:40:46.136 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:40:46.136 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:40:46.136 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:40:46.136 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:40:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:40:45.484042+0000 mgr.y (mgr.14556) 1905 : audit [DBG] from='client.16755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:40:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:40:45.777016+0000 mgr.y (mgr.14556) 1906 : audit [DBG] from='client.16761 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:40:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:40:46.136382+0000 mon.c (mon.2) 78 : audit [DBG] from='client.? 172.21.15.23:0/2080654965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:40:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:40:45.484042+0000 mgr.y (mgr.14556) 1905 : audit [DBG] from='client.16755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:40:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:40:45.777016+0000 mgr.y (mgr.14556) 1906 : audit [DBG] from='client.16761 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:40:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:40:46.136382+0000 mon.c (mon.2) 78 : audit [DBG] from='client.? 172.21.15.23:0/2080654965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:40:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:40:45.484042+0000 mgr.y (mgr.14556) 1905 : audit [DBG] from='client.16755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:40:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:40:45.777016+0000 mgr.y (mgr.14556) 1906 : audit [DBG] from='client.16761 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:40:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:40:46.136382+0000 mon.c (mon.2) 78 : audit [DBG] from='client.? 172.21.15.23:0/2080654965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:40:47.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:46.392629+0000 mgr.y (mgr.14556) 1907 : cluster [DBG] pgmap v1665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:47.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:46.392629+0000 mgr.y (mgr.14556) 1907 : cluster [DBG] pgmap v1665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:46.392629+0000 mgr.y (mgr.14556) 1907 : cluster [DBG] pgmap v1665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:48.393184+0000 mgr.y (mgr.14556) 1908 : cluster [DBG] pgmap v1666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:48.393184+0000 mgr.y (mgr.14556) 1908 : cluster [DBG] pgmap v1666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:48.393184+0000 mgr.y (mgr.14556) 1908 : cluster [DBG] pgmap v1666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:50.393863+0000 mgr.y (mgr.14556) 1909 : cluster [DBG] pgmap v1667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:50.393863+0000 mgr.y (mgr.14556) 1909 : cluster [DBG] pgmap v1667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:50.393863+0000 mgr.y (mgr.14556) 1909 : cluster [DBG] pgmap v1667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:40:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:52.394298+0000 mgr.y (mgr.14556) 1910 : cluster [DBG] pgmap v1668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:40:53] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:40:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:52.394298+0000 mgr.y (mgr.14556) 1910 : cluster [DBG] pgmap v1668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:52.394298+0000 mgr.y (mgr.14556) 1910 : cluster [DBG] pgmap v1668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:54.394744+0000 mgr.y (mgr.14556) 1911 : cluster [DBG] pgmap v1669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:54.394744+0000 mgr.y (mgr.14556) 1911 : cluster [DBG] pgmap v1669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:54.394744+0000 mgr.y (mgr.14556) 1911 : cluster [DBG] pgmap v1669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:56.395412+0000 mgr.y (mgr.14556) 1912 : cluster [DBG] pgmap v1670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:56.395412+0000 mgr.y (mgr.14556) 1912 : cluster [DBG] pgmap v1670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:40:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:56.395412+0000 mgr.y (mgr.14556) 1912 : cluster [DBG] pgmap v1670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:40:58.395785+0000 mgr.y (mgr.14556) 1913 : cluster [DBG] pgmap v1671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:40:58.395785+0000 mgr.y (mgr.14556) 1913 : cluster [DBG] pgmap v1671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:40:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:40:58.395785+0000 mgr.y (mgr.14556) 1913 : cluster [DBG] pgmap v1671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:00.396464+0000 mgr.y (mgr.14556) 1914 : cluster [DBG] pgmap v1672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:41:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:00.396464+0000 mgr.y (mgr.14556) 1914 : cluster [DBG] pgmap v1672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:00.396464+0000 mgr.y (mgr.14556) 1914 : cluster [DBG] pgmap v1672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:41:03] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:41:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:02.396898+0000 mgr.y (mgr.14556) 1915 : cluster [DBG] pgmap v1673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:02.396898+0000 mgr.y (mgr.14556) 1915 : cluster [DBG] pgmap v1673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:02.396898+0000 mgr.y (mgr.14556) 1915 : cluster [DBG] pgmap v1673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:06.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:04.397304+0000 mgr.y (mgr.14556) 1916 : cluster [DBG] pgmap v1674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:04.397304+0000 mgr.y (mgr.14556) 1916 : cluster [DBG] pgmap v1674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:04.397304+0000 mgr.y (mgr.14556) 1916 : cluster [DBG] pgmap v1674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:06.397926+0000 mgr.y (mgr.14556) 1917 : cluster [DBG] pgmap v1675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:06.397926+0000 mgr.y (mgr.14556) 1917 : cluster [DBG] pgmap v1675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:06.397926+0000 mgr.y (mgr.14556) 1917 : cluster [DBG] pgmap v1675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:08.398422+0000 mgr.y (mgr.14556) 1918 : cluster [DBG] pgmap v1676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:08.398422+0000 mgr.y (mgr.14556) 1918 : cluster [DBG] pgmap v1676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:08.398422+0000 mgr.y (mgr.14556) 1918 : cluster [DBG] pgmap v1676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:10.398997+0000 mgr.y (mgr.14556) 1919 : cluster [DBG] pgmap v1677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:41:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:10.398997+0000 mgr.y (mgr.14556) 1919 : cluster [DBG] pgmap v1677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:10.398997+0000 mgr.y (mgr.14556) 1919 : cluster [DBG] pgmap v1677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:41:13] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:41:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:12.399452+0000 mgr.y (mgr.14556) 1920 : cluster [DBG] pgmap v1678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:12.399452+0000 mgr.y (mgr.14556) 1920 : cluster [DBG] pgmap v1678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:12.399452+0000 mgr.y (mgr.14556) 1920 : cluster [DBG] pgmap v1678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:14.399880+0000 mgr.y (mgr.14556) 1921 : cluster [DBG] pgmap v1679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:14.399880+0000 mgr.y (mgr.14556) 1921 : cluster [DBG] pgmap v1679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:14.399880+0000 mgr.y (mgr.14556) 1921 : cluster [DBG] pgmap v1679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:16.464 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:41:16.751 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (54m) 2m ago 55m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (54m) 2m ago 54m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (56m) 2m ago 56m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (56m) 2m ago 56m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (59m) 2m ago 59m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (61m) 2m ago 61m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (61m) 2m ago 61m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (60m) 2m ago 60m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (59m) 2m ago 59m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (55m) 2m ago 55m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (55m) 2m ago 55m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (59m) 2m ago 59m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:41:16.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (58m) 2m ago 58m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:41:16.753 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (58m) 2m ago 58m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:41:16.753 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (58m) 2m ago 58m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:41:16.753 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (57m) 2m ago 57m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:41:16.753 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (57m) 2m ago 57m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:41:16.753 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (56m) 2m ago 56m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:41:16.753 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (56m) 2m ago 56m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:41:16.753 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (54m) 2m ago 55m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:41:17.104 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:41:17.105 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:41:17.106 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:41:17.106 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:41:17.106 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:41:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:16.400507+0000 mgr.y (mgr.14556) 1922 : cluster [DBG] pgmap v1680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:41:16.453044+0000 mgr.y (mgr.14556) 1923 : audit [DBG] from='client.16773 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:41:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:41:16.744730+0000 mgr.y (mgr.14556) 1924 : audit [DBG] from='client.16779 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:41:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:41:17.105814+0000 mon.a (mon.0) 1123 : audit [DBG] from='client.? 172.21.15.23:0/4190031821' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:41:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:16.400507+0000 mgr.y (mgr.14556) 1922 : cluster [DBG] pgmap v1680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:41:16.453044+0000 mgr.y (mgr.14556) 1923 : audit [DBG] from='client.16773 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:41:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:41:16.744730+0000 mgr.y (mgr.14556) 1924 : audit [DBG] from='client.16779 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:41:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:41:17.105814+0000 mon.a (mon.0) 1123 : audit [DBG] from='client.? 172.21.15.23:0/4190031821' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:41:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:16.400507+0000 mgr.y (mgr.14556) 1922 : cluster [DBG] pgmap v1680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:41:16.453044+0000 mgr.y (mgr.14556) 1923 : audit [DBG] from='client.16773 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:41:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:41:16.744730+0000 mgr.y (mgr.14556) 1924 : audit [DBG] from='client.16779 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:41:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:41:17.105814+0000 mon.a (mon.0) 1123 : audit [DBG] from='client.? 172.21.15.23:0/4190031821' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:41:20.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:18.401035+0000 mgr.y (mgr.14556) 1925 : cluster [DBG] pgmap v1681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:18.401035+0000 mgr.y (mgr.14556) 1925 : cluster [DBG] pgmap v1681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:18.401035+0000 mgr.y (mgr.14556) 1925 : cluster [DBG] pgmap v1681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:21.829 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:41:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:20.401643+0000 mgr.y (mgr.14556) 1926 : cluster [DBG] pgmap v1682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:20.401643+0000 mgr.y (mgr.14556) 1926 : cluster [DBG] pgmap v1682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:20.401643+0000 mgr.y (mgr.14556) 1926 : cluster [DBG] pgmap v1682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:41:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:41:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:22.402005+0000 mgr.y (mgr.14556) 1927 : cluster [DBG] pgmap v1683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:22.402005+0000 mgr.y (mgr.14556) 1927 : cluster [DBG] pgmap v1683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:22.402005+0000 mgr.y (mgr.14556) 1927 : cluster [DBG] pgmap v1683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:24.402523+0000 mgr.y (mgr.14556) 1928 : cluster [DBG] pgmap v1684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:24.402523+0000 mgr.y (mgr.14556) 1928 : cluster [DBG] pgmap v1684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:24.402523+0000 mgr.y (mgr.14556) 1928 : cluster [DBG] pgmap v1684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:26.403205+0000 mgr.y (mgr.14556) 1929 : cluster [DBG] pgmap v1685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:26.403205+0000 mgr.y (mgr.14556) 1929 : cluster [DBG] pgmap v1685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:26.403205+0000 mgr.y (mgr.14556) 1929 : cluster [DBG] pgmap v1685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:28.403704+0000 mgr.y (mgr.14556) 1930 : cluster [DBG] pgmap v1686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:28.403704+0000 mgr.y (mgr.14556) 1930 : cluster [DBG] pgmap v1686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:28.403704+0000 mgr.y (mgr.14556) 1930 : cluster [DBG] pgmap v1686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:31.871 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:41:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:30.404476+0000 mgr.y (mgr.14556) 1931 : cluster [DBG] pgmap v1687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:30.404476+0000 mgr.y (mgr.14556) 1931 : cluster [DBG] pgmap v1687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:30.404476+0000 mgr.y (mgr.14556) 1931 : cluster [DBG] pgmap v1687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:32.404782+0000 mgr.y (mgr.14556) 1932 : cluster [DBG] pgmap v1688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:41:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T07:41:34.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:32.404782+0000 mgr.y (mgr.14556) 1932 : cluster [DBG] pgmap v1688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:32.404782+0000 mgr.y (mgr.14556) 1932 : cluster [DBG] pgmap v1688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:34.405294+0000 mgr.y (mgr.14556) 1933 : cluster [DBG] pgmap v1689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:34.405294+0000 mgr.y (mgr.14556) 1933 : cluster [DBG] pgmap v1689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:34.405294+0000 mgr.y (mgr.14556) 1933 : cluster [DBG] pgmap v1689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:36.405955+0000 mgr.y (mgr.14556) 1934 : cluster [DBG] pgmap v1690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:36.405955+0000 mgr.y (mgr.14556) 1934 : cluster [DBG] pgmap v1690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:36.405955+0000 mgr.y (mgr.14556) 1934 : cluster [DBG] pgmap v1690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:38.406441+0000 mgr.y (mgr.14556) 1935 : cluster [DBG] pgmap v1691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:38.406441+0000 mgr.y (mgr.14556) 1935 : cluster [DBG] pgmap v1691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:38.406441+0000 mgr.y (mgr.14556) 1935 : cluster [DBG] pgmap v1691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:41.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:41:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:40.407060+0000 mgr.y (mgr.14556) 1936 : cluster [DBG] pgmap v1692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:40.407060+0000 mgr.y (mgr.14556) 1936 : cluster [DBG] pgmap v1692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:40.407060+0000 mgr.y (mgr.14556) 1936 : cluster [DBG] pgmap v1692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:41:43] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:41:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:42.407477+0000 mgr.y (mgr.14556) 1937 : cluster [DBG] pgmap v1693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:41:43.550346+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:41:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:41:43.805898+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:41:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:41:43.812627+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:41:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:42.407477+0000 mgr.y (mgr.14556) 1937 : cluster [DBG] pgmap v1693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:41:43.550346+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:41:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:41:43.805898+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:41:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:41:43.812627+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:41:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:42.407477+0000 mgr.y (mgr.14556) 1937 : cluster [DBG] pgmap v1693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:41:43.550346+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:41:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:41:43.805898+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:41:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:41:43.812627+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:41:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:41:44.102523+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:41:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:41:44.103168+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:41:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:41:44.116598+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:41:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:41:44.102523+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:41:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:41:44.103168+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:41:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:41:44.116598+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:41:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:41:44.102523+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:41:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:41:44.103168+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:41:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:41:44.116598+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:41:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:44.407802+0000 mgr.y (mgr.14556) 1938 : cluster [DBG] pgmap v1694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:44.407802+0000 mgr.y (mgr.14556) 1938 : cluster [DBG] pgmap v1694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:44.407802+0000 mgr.y (mgr.14556) 1938 : cluster [DBG] pgmap v1694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:47.429 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:41:47.716 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:41:47.716 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (54m) 3m ago 55m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:41:47.716 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (55m) 3m ago 55m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:41:47.716 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (56m) 3m ago 56m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:41:47.716 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (56m) 3m ago 56m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:41:47.716 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (60m) 3m ago 60m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:41:47.716 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (61m) 3m ago 61m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:41:47.716 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (61m) 3m ago 61m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (60m) 3m ago 60m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (60m) 3m ago 60m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (55m) 3m ago 55m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (55m) 3m ago 55m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (59m) 3m ago 59m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (59m) 3m ago 59m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (59m) 3m ago 59m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (58m) 3m ago 58m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (58m) 3m ago 58m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (57m) 3m ago 57m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (57m) 3m ago 57m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (56m) 3m ago 56m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:41:47.717 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (54m) 3m ago 55m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:41:48.063 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:41:48.063 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:41:48.063 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:41:48.063 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:41:48.063 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:41:48.063 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:41:48.063 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:41:48.064 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:41:48.064 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:41:48.064 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:41:48.064 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:41:48.064 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:41:48.064 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:41:48.064 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:41:48.064 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:41:48.064 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:41:48.064 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:41:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:46.408395+0000 mgr.y (mgr.14556) 1939 : cluster [DBG] pgmap v1695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:41:48.064143+0000 mon.a (mon.0) 1130 : audit [DBG] from='client.? 172.21.15.23:0/2157589037' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:41:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:46.408395+0000 mgr.y (mgr.14556) 1939 : cluster [DBG] pgmap v1695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:41:48.064143+0000 mon.a (mon.0) 1130 : audit [DBG] from='client.? 172.21.15.23:0/2157589037' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:41:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:46.408395+0000 mgr.y (mgr.14556) 1939 : cluster [DBG] pgmap v1695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:41:48.064143+0000 mon.a (mon.0) 1130 : audit [DBG] from='client.? 172.21.15.23:0/2157589037' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:41:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:41:47.418123+0000 mgr.y (mgr.14556) 1940 : audit [DBG] from='client.16791 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:41:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:41:47.709372+0000 mgr.y (mgr.14556) 1941 : audit [DBG] from='client.16797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:41:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:41:47.418123+0000 mgr.y (mgr.14556) 1940 : audit [DBG] from='client.16791 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:41:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:41:47.709372+0000 mgr.y (mgr.14556) 1941 : audit [DBG] from='client.16797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:41:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:41:47.418123+0000 mgr.y (mgr.14556) 1940 : audit [DBG] from='client.16791 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:41:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:41:47.709372+0000 mgr.y (mgr.14556) 1941 : audit [DBG] from='client.16797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:41:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:48.408697+0000 mgr.y (mgr.14556) 1942 : cluster [DBG] pgmap v1696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:48.408697+0000 mgr.y (mgr.14556) 1942 : cluster [DBG] pgmap v1696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:48.408697+0000 mgr.y (mgr.14556) 1942 : cluster [DBG] pgmap v1696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:41:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:50.409301+0000 mgr.y (mgr.14556) 1943 : cluster [DBG] pgmap v1697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:50.409301+0000 mgr.y (mgr.14556) 1943 : cluster [DBG] pgmap v1697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:50.409301+0000 mgr.y (mgr.14556) 1943 : cluster [DBG] pgmap v1697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:41:53] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:41:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:52.409843+0000 mgr.y (mgr.14556) 1944 : cluster [DBG] pgmap v1698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:54.647 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:52.409843+0000 mgr.y (mgr.14556) 1944 : cluster [DBG] pgmap v1698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:52.409843+0000 mgr.y (mgr.14556) 1944 : cluster [DBG] pgmap v1698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:54.410238+0000 mgr.y (mgr.14556) 1945 : cluster [DBG] pgmap v1699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:54.410238+0000 mgr.y (mgr.14556) 1945 : cluster [DBG] pgmap v1699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:54.410238+0000 mgr.y (mgr.14556) 1945 : cluster [DBG] pgmap v1699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:56.410959+0000 mgr.y (mgr.14556) 1946 : cluster [DBG] pgmap v1700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:56.410959+0000 mgr.y (mgr.14556) 1946 : cluster [DBG] pgmap v1700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:56.410959+0000 mgr.y (mgr.14556) 1946 : cluster [DBG] pgmap v1700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:41:58.411366+0000 mgr.y (mgr.14556) 1947 : cluster [DBG] pgmap v1701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:41:58.411366+0000 mgr.y (mgr.14556) 1947 : cluster [DBG] pgmap v1701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:41:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:41:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:41:58.411366+0000 mgr.y (mgr.14556) 1947 : cluster [DBG] pgmap v1701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:00.411926+0000 mgr.y (mgr.14556) 1948 : cluster [DBG] pgmap v1702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:00.411926+0000 mgr.y (mgr.14556) 1948 : cluster [DBG] pgmap v1702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:00.411926+0000 mgr.y (mgr.14556) 1948 : cluster [DBG] pgmap v1702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:42:03.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:02.412400+0000 mgr.y (mgr.14556) 1949 : cluster [DBG] pgmap v1703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:02.412400+0000 mgr.y (mgr.14556) 1949 : cluster [DBG] pgmap v1703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:02.412400+0000 mgr.y (mgr.14556) 1949 : cluster [DBG] pgmap v1703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:42:03] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:42:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:04.412770+0000 mgr.y (mgr.14556) 1950 : cluster [DBG] pgmap v1704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:04.412770+0000 mgr.y (mgr.14556) 1950 : cluster [DBG] pgmap v1704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:04.412770+0000 mgr.y (mgr.14556) 1950 : cluster [DBG] pgmap v1704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:06.413563+0000 mgr.y (mgr.14556) 1951 : cluster [DBG] pgmap v1705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:06.413563+0000 mgr.y (mgr.14556) 1951 : cluster [DBG] pgmap v1705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:06.413563+0000 mgr.y (mgr.14556) 1951 : cluster [DBG] pgmap v1705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:08.413971+0000 mgr.y (mgr.14556) 1952 : cluster [DBG] pgmap v1706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:08.413971+0000 mgr.y (mgr.14556) 1952 : cluster [DBG] pgmap v1706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:08.413971+0000 mgr.y (mgr.14556) 1952 : cluster [DBG] pgmap v1706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:10.414766+0000 mgr.y (mgr.14556) 1953 : cluster [DBG] pgmap v1707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:11.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:10.414766+0000 mgr.y (mgr.14556) 1953 : cluster [DBG] pgmap v1707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:10.414766+0000 mgr.y (mgr.14556) 1953 : cluster [DBG] pgmap v1707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:42:13.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:42:13] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:42:13.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:12.415189+0000 mgr.y (mgr.14556) 1954 : cluster [DBG] pgmap v1708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:13.884 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:12.415189+0000 mgr.y (mgr.14556) 1954 : cluster [DBG] pgmap v1708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:12.415189+0000 mgr.y (mgr.14556) 1954 : cluster [DBG] pgmap v1708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:14.415712+0000 mgr.y (mgr.14556) 1955 : cluster [DBG] pgmap v1709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:14.415712+0000 mgr.y (mgr.14556) 1955 : cluster [DBG] pgmap v1709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:14.415712+0000 mgr.y (mgr.14556) 1955 : cluster [DBG] pgmap v1709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:17.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:16.416610+0000 mgr.y (mgr.14556) 1956 : cluster [DBG] pgmap v1710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:16.416610+0000 mgr.y (mgr.14556) 1956 : cluster [DBG] pgmap v1710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:16.416610+0000 mgr.y (mgr.14556) 1956 : cluster [DBG] pgmap v1710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:18.387 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:42:18.679 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:42:18.679 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (55m) 3m ago 56m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:42:18.679 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (55m) 3m ago 55m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:42:18.680 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (57m) 3m ago 57m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:42:18.680 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (57m) 3m ago 57m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:42:18.680 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (60m) 3m ago 60m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:42:18.680 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (62m) 3m ago 62m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:42:18.680 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (62m) 3m ago 62m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:42:18.680 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (61m) 3m ago 61m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:42:18.680 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (60m) 3m ago 60m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:42:18.680 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (56m) 3m ago 56m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:42:18.680 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (56m) 3m ago 56m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:42:18.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (60m) 3m ago 60m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:42:18.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (59m) 3m ago 59m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:42:18.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (59m) 3m ago 59m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:42:18.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (59m) 3m ago 59m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:42:18.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (58m) 3m ago 58m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:42:18.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (58m) 3m ago 58m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:42:18.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (57m) 3m ago 57m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:42:18.682 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (57m) 3m ago 57m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:42:18.682 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (55m) 3m ago 56m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:42:19.032 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:42:19.032 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:42:19.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:42:19.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:42:19.032 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:42:19.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:42:19.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:42:19.033 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:42:19.033 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:42:19.033 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:42:19.033 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:42:19.033 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:42:19.033 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:42:19.033 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:42:19.033 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:42:19.033 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:42:19.033 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:42:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:42:18.376981+0000 mgr.y (mgr.14556) 1957 : audit [DBG] from='client.26723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:42:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:18.417031+0000 mgr.y (mgr.14556) 1958 : cluster [DBG] pgmap v1711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:42:18.672351+0000 mgr.y (mgr.14556) 1959 : audit [DBG] from='client.16815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:42:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:42:19.033360+0000 mon.c (mon.2) 79 : audit [DBG] from='client.? 172.21.15.23:0/1575930965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:42:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:42:18.376981+0000 mgr.y (mgr.14556) 1957 : audit [DBG] from='client.26723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:42:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:18.417031+0000 mgr.y (mgr.14556) 1958 : cluster [DBG] pgmap v1711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:42:18.672351+0000 mgr.y (mgr.14556) 1959 : audit [DBG] from='client.16815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:42:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:42:19.033360+0000 mon.c (mon.2) 79 : audit [DBG] from='client.? 172.21.15.23:0/1575930965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:42:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:42:18.376981+0000 mgr.y (mgr.14556) 1957 : audit [DBG] from='client.26723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:42:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:18.417031+0000 mgr.y (mgr.14556) 1958 : cluster [DBG] pgmap v1711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:42:18.672351+0000 mgr.y (mgr.14556) 1959 : audit [DBG] from='client.16815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:42:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:42:19.033360+0000 mon.c (mon.2) 79 : audit [DBG] from='client.? 172.21.15.23:0/1575930965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:42:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:20.417756+0000 mgr.y (mgr.14556) 1960 : cluster [DBG] pgmap v1712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:20.417756+0000 mgr.y (mgr.14556) 1960 : cluster [DBG] pgmap v1712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:20.417756+0000 mgr.y (mgr.14556) 1960 : cluster [DBG] pgmap v1712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:42:23.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:42:23] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T07:42:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:22.418292+0000 mgr.y (mgr.14556) 1961 : cluster [DBG] pgmap v1713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:22.418292+0000 mgr.y (mgr.14556) 1961 : cluster [DBG] pgmap v1713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:22.418292+0000 mgr.y (mgr.14556) 1961 : cluster [DBG] pgmap v1713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:24.418920+0000 mgr.y (mgr.14556) 1962 : cluster [DBG] pgmap v1714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:24.418920+0000 mgr.y (mgr.14556) 1962 : cluster [DBG] pgmap v1714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:24.418920+0000 mgr.y (mgr.14556) 1962 : cluster [DBG] pgmap v1714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:26.419817+0000 mgr.y (mgr.14556) 1963 : cluster [DBG] pgmap v1715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:26.419817+0000 mgr.y (mgr.14556) 1963 : cluster [DBG] pgmap v1715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:26.419817+0000 mgr.y (mgr.14556) 1963 : cluster [DBG] pgmap v1715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:28.420426+0000 mgr.y (mgr.14556) 1964 : cluster [DBG] pgmap v1716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:28.420426+0000 mgr.y (mgr.14556) 1964 : cluster [DBG] pgmap v1716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:28.420426+0000 mgr.y (mgr.14556) 1964 : cluster [DBG] pgmap v1716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:30.421161+0000 mgr.y (mgr.14556) 1965 : cluster [DBG] pgmap v1717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:42:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:30.421161+0000 mgr.y (mgr.14556) 1965 : cluster [DBG] pgmap v1717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:30.421161+0000 mgr.y (mgr.14556) 1965 : cluster [DBG] pgmap v1717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:32.421606+0000 mgr.y (mgr.14556) 1966 : cluster [DBG] pgmap v1718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:42:33] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T07:42:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:32.421606+0000 mgr.y (mgr.14556) 1966 : cluster [DBG] pgmap v1718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:32.421606+0000 mgr.y (mgr.14556) 1966 : cluster [DBG] pgmap v1718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:34.422162+0000 mgr.y (mgr.14556) 1967 : cluster [DBG] pgmap v1719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:34.422162+0000 mgr.y (mgr.14556) 1967 : cluster [DBG] pgmap v1719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:34.422162+0000 mgr.y (mgr.14556) 1967 : cluster [DBG] pgmap v1719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:36.422894+0000 mgr.y (mgr.14556) 1968 : cluster [DBG] pgmap v1720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:36.422894+0000 mgr.y (mgr.14556) 1968 : cluster [DBG] pgmap v1720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:36.422894+0000 mgr.y (mgr.14556) 1968 : cluster [DBG] pgmap v1720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:38.423367+0000 mgr.y (mgr.14556) 1969 : cluster [DBG] pgmap v1721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:38.423367+0000 mgr.y (mgr.14556) 1969 : cluster [DBG] pgmap v1721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:38.423367+0000 mgr.y (mgr.14556) 1969 : cluster [DBG] pgmap v1721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:40.424159+0000 mgr.y (mgr.14556) 1970 : cluster [DBG] pgmap v1722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:42:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:40.424159+0000 mgr.y (mgr.14556) 1970 : cluster [DBG] pgmap v1722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:40.424159+0000 mgr.y (mgr.14556) 1970 : cluster [DBG] pgmap v1722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:42:43] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:42:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:42.424562+0000 mgr.y (mgr.14556) 1971 : cluster [DBG] pgmap v1723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:42.424562+0000 mgr.y (mgr.14556) 1971 : cluster [DBG] pgmap v1723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:42.424562+0000 mgr.y (mgr.14556) 1971 : cluster [DBG] pgmap v1723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:42:44.120941+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:42:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:42:44.426918+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:42:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:42:44.427600+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:42:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:42:44.436724+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:42:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:42:44.120941+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:42:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:42:44.426918+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:42:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:42:44.427600+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:42:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:42:44.436724+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:42:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:42:44.120941+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:42:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:42:44.426918+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:42:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:42:44.427600+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:42:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:42:44.436724+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:42:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:44.424877+0000 mgr.y (mgr.14556) 1972 : cluster [DBG] pgmap v1724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:44.424877+0000 mgr.y (mgr.14556) 1972 : cluster [DBG] pgmap v1724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:44.424877+0000 mgr.y (mgr.14556) 1972 : cluster [DBG] pgmap v1724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:46.425633+0000 mgr.y (mgr.14556) 1973 : cluster [DBG] pgmap v1725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:46.425633+0000 mgr.y (mgr.14556) 1973 : cluster [DBG] pgmap v1725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:46.425633+0000 mgr.y (mgr.14556) 1973 : cluster [DBG] pgmap v1725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:49.357 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:42:49.651 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:42:49.651 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (55m) 4m ago 56m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:42:49.651 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (56m) 4m ago 56m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:42:49.651 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (57m) 4m ago 57m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:42:49.651 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (57m) 4m ago 57m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:42:49.651 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (61m) 4m ago 61m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:42:49.651 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (62m) 4m ago 62m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:42:49.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (62m) 4m ago 63m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:42:49.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (61m) 4m ago 61m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:42:49.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (61m) 4m ago 61m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:42:49.651 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (56m) 4m ago 56m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:42:49.651 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (56m) 4m ago 56m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:42:49.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (60m) 4m ago 60m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:42:49.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (60m) 4m ago 60m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:42:49.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (60m) 4m ago 60m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:42:49.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (59m) 4m ago 59m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:42:49.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (59m) 4m ago 59m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:42:49.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (58m) 4m ago 58m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:42:49.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (58m) 4m ago 58m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:42:49.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (57m) 4m ago 57m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:42:49.652 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (55m) 4m ago 56m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:42:50.001 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:42:50.002 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:42:50.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:42:50.002 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:42:50.002 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:42:50.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:42:50.002 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:42:50.002 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:42:50.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:42:50.002 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:42:50.002 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:42:50.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:42:50.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:42:50.003 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:42:50.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:42:50.003 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:42:50.003 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:42:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:48.426092+0000 mgr.y (mgr.14556) 1974 : cluster [DBG] pgmap v1726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:48.426092+0000 mgr.y (mgr.14556) 1974 : cluster [DBG] pgmap v1726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:48.426092+0000 mgr.y (mgr.14556) 1974 : cluster [DBG] pgmap v1726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:42:49.345949+0000 mgr.y (mgr.14556) 1975 : audit [DBG] from='client.16827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:42:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:42:49.644052+0000 mgr.y (mgr.14556) 1976 : audit [DBG] from='client.26747 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:42:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:42:50.002896+0000 mon.c (mon.2) 80 : audit [DBG] from='client.? 172.21.15.23:0/1598269807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:42:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:42:49.345949+0000 mgr.y (mgr.14556) 1975 : audit [DBG] from='client.16827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:42:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:42:49.644052+0000 mgr.y (mgr.14556) 1976 : audit [DBG] from='client.26747 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:42:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:42:50.002896+0000 mon.c (mon.2) 80 : audit [DBG] from='client.? 172.21.15.23:0/1598269807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:42:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:42:49.345949+0000 mgr.y (mgr.14556) 1975 : audit [DBG] from='client.16827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:42:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:42:49.644052+0000 mgr.y (mgr.14556) 1976 : audit [DBG] from='client.26747 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:42:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:42:50.002896+0000 mon.c (mon.2) 80 : audit [DBG] from='client.? 172.21.15.23:0/1598269807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:42:51.794 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:42:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:50.426956+0000 mgr.y (mgr.14556) 1977 : cluster [DBG] pgmap v1727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:50.426956+0000 mgr.y (mgr.14556) 1977 : cluster [DBG] pgmap v1727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:50.426956+0000 mgr.y (mgr.14556) 1977 : cluster [DBG] pgmap v1727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:42:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:42:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:52.427491+0000 mgr.y (mgr.14556) 1978 : cluster [DBG] pgmap v1728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:52.427491+0000 mgr.y (mgr.14556) 1978 : cluster [DBG] pgmap v1728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:52.427491+0000 mgr.y (mgr.14556) 1978 : cluster [DBG] pgmap v1728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:54.427919+0000 mgr.y (mgr.14556) 1979 : cluster [DBG] pgmap v1729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:54.427919+0000 mgr.y (mgr.14556) 1979 : cluster [DBG] pgmap v1729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:54.427919+0000 mgr.y (mgr.14556) 1979 : cluster [DBG] pgmap v1729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:56.428731+0000 mgr.y (mgr.14556) 1980 : cluster [DBG] pgmap v1730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:56.428731+0000 mgr.y (mgr.14556) 1980 : cluster [DBG] pgmap v1730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:42:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:56.428731+0000 mgr.y (mgr.14556) 1980 : cluster [DBG] pgmap v1730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:42:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:42:58.429241+0000 mgr.y (mgr.14556) 1981 : cluster [DBG] pgmap v1731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:42:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:42:58.429241+0000 mgr.y (mgr.14556) 1981 : cluster [DBG] pgmap v1731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:42:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:42:58.429241+0000 mgr.y (mgr.14556) 1981 : cluster [DBG] pgmap v1731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:01.837 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:43:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:00.429880+0000 mgr.y (mgr.14556) 1982 : cluster [DBG] pgmap v1732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:00.429880+0000 mgr.y (mgr.14556) 1982 : cluster [DBG] pgmap v1732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:02.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:00.429880+0000 mgr.y (mgr.14556) 1982 : cluster [DBG] pgmap v1732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:02.430441+0000 mgr.y (mgr.14556) 1983 : cluster [DBG] pgmap v1733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:43:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:43:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:02.430441+0000 mgr.y (mgr.14556) 1983 : cluster [DBG] pgmap v1733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:02.430441+0000 mgr.y (mgr.14556) 1983 : cluster [DBG] pgmap v1733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:04.430815+0000 mgr.y (mgr.14556) 1984 : cluster [DBG] pgmap v1734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:04.430815+0000 mgr.y (mgr.14556) 1984 : cluster [DBG] pgmap v1734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:04.430815+0000 mgr.y (mgr.14556) 1984 : cluster [DBG] pgmap v1734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:06.431673+0000 mgr.y (mgr.14556) 1985 : cluster [DBG] pgmap v1735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:06.431673+0000 mgr.y (mgr.14556) 1985 : cluster [DBG] pgmap v1735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:06.431673+0000 mgr.y (mgr.14556) 1985 : cluster [DBG] pgmap v1735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:08.432100+0000 mgr.y (mgr.14556) 1986 : cluster [DBG] pgmap v1736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:08.432100+0000 mgr.y (mgr.14556) 1986 : cluster [DBG] pgmap v1736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:08.432100+0000 mgr.y (mgr.14556) 1986 : cluster [DBG] pgmap v1736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:11.894 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:43:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:10.432783+0000 mgr.y (mgr.14556) 1987 : cluster [DBG] pgmap v1737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:10.432783+0000 mgr.y (mgr.14556) 1987 : cluster [DBG] pgmap v1737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:10.432783+0000 mgr.y (mgr.14556) 1987 : cluster [DBG] pgmap v1737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:43:13] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T07:43:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:12.433206+0000 mgr.y (mgr.14556) 1988 : cluster [DBG] pgmap v1738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:12.433206+0000 mgr.y (mgr.14556) 1988 : cluster [DBG] pgmap v1738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:12.433206+0000 mgr.y (mgr.14556) 1988 : cluster [DBG] pgmap v1738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:14.433727+0000 mgr.y (mgr.14556) 1989 : cluster [DBG] pgmap v1739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:14.433727+0000 mgr.y (mgr.14556) 1989 : cluster [DBG] pgmap v1739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:14.433727+0000 mgr.y (mgr.14556) 1989 : cluster [DBG] pgmap v1739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:16.434348+0000 mgr.y (mgr.14556) 1990 : cluster [DBG] pgmap v1740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:16.434348+0000 mgr.y (mgr.14556) 1990 : cluster [DBG] pgmap v1740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:16.434348+0000 mgr.y (mgr.14556) 1990 : cluster [DBG] pgmap v1740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:20.328 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:43:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:18.434800+0000 mgr.y (mgr.14556) 1991 : cluster [DBG] pgmap v1741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:18.434800+0000 mgr.y (mgr.14556) 1991 : cluster [DBG] pgmap v1741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:18.434800+0000 mgr.y (mgr.14556) 1991 : cluster [DBG] pgmap v1741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:20.615 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (56m) 4m ago 57m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (56m) 4m ago 56m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (58m) 4m ago 58m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (58m) 4m ago 58m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (61m) 4m ago 61m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (63m) 4m ago 63m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (63m) 4m ago 63m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (62m) 4m ago 62m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (61m) 4m ago 61m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (57m) 4m ago 57m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (57m) 4m ago 57m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (61m) 4m ago 61m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:43:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (60m) 4m ago 60m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:43:20.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (60m) 4m ago 60m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:43:20.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (60m) 4m ago 60m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:43:20.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (59m) 4m ago 59m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:43:20.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (59m) 4m ago 59m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:43:20.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (58m) 4m ago 58m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:43:20.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (58m) 4m ago 58m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:43:20.617 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (56m) 4m ago 57m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:43:20.966 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:43:20.966 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:43:20.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:43:20.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:43:20.967 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:43:20.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:43:20.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:43:20.967 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:43:20.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:43:20.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:43:20.968 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:43:20.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:43:20.968 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:43:20.968 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:43:20.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:43:20.968 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:43:20.968 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:43:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:43:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:43:20.317399+0000 mgr.y (mgr.14556) 1992 : audit [DBG] from='client.16845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:43:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:20.435361+0000 mgr.y (mgr.14556) 1993 : cluster [DBG] pgmap v1742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:43:20.608910+0000 mgr.y (mgr.14556) 1994 : audit [DBG] from='client.16851 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:43:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:43:20.967513+0000 mon.c (mon.2) 81 : audit [DBG] from='client.? 172.21.15.23:0/2560431423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:43:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:43:20.317399+0000 mgr.y (mgr.14556) 1992 : audit [DBG] from='client.16845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:43:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:20.435361+0000 mgr.y (mgr.14556) 1993 : cluster [DBG] pgmap v1742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:43:20.608910+0000 mgr.y (mgr.14556) 1994 : audit [DBG] from='client.16851 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:43:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:43:20.967513+0000 mon.c (mon.2) 81 : audit [DBG] from='client.? 172.21.15.23:0/2560431423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:43:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:43:20.317399+0000 mgr.y (mgr.14556) 1992 : audit [DBG] from='client.16845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:43:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:20.435361+0000 mgr.y (mgr.14556) 1993 : cluster [DBG] pgmap v1742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:43:20.608910+0000 mgr.y (mgr.14556) 1994 : audit [DBG] from='client.16851 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:43:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:43:20.967513+0000 mon.c (mon.2) 81 : audit [DBG] from='client.? 172.21.15.23:0/2560431423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:43:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:43:23] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T07:43:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:22.435770+0000 mgr.y (mgr.14556) 1995 : cluster [DBG] pgmap v1743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:22.435770+0000 mgr.y (mgr.14556) 1995 : cluster [DBG] pgmap v1743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:22.435770+0000 mgr.y (mgr.14556) 1995 : cluster [DBG] pgmap v1743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:24.436297+0000 mgr.y (mgr.14556) 1996 : cluster [DBG] pgmap v1744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:24.436297+0000 mgr.y (mgr.14556) 1996 : cluster [DBG] pgmap v1744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:24.436297+0000 mgr.y (mgr.14556) 1996 : cluster [DBG] pgmap v1744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:26.437023+0000 mgr.y (mgr.14556) 1997 : cluster [DBG] pgmap v1745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:26.437023+0000 mgr.y (mgr.14556) 1997 : cluster [DBG] pgmap v1745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:26.437023+0000 mgr.y (mgr.14556) 1997 : cluster [DBG] pgmap v1745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:28.437525+0000 mgr.y (mgr.14556) 1998 : cluster [DBG] pgmap v1746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:28.437525+0000 mgr.y (mgr.14556) 1998 : cluster [DBG] pgmap v1746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:28.437525+0000 mgr.y (mgr.14556) 1998 : cluster [DBG] pgmap v1746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:43:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:30.438179+0000 mgr.y (mgr.14556) 1999 : cluster [DBG] pgmap v1747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:30.438179+0000 mgr.y (mgr.14556) 1999 : cluster [DBG] pgmap v1747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:30.438179+0000 mgr.y (mgr.14556) 1999 : cluster [DBG] pgmap v1747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:34.024 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:43:33] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T07:43:34.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:32.438595+0000 mgr.y (mgr.14556) 2000 : cluster [DBG] pgmap v1748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:34.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:32.438595+0000 mgr.y (mgr.14556) 2000 : cluster [DBG] pgmap v1748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:32.438595+0000 mgr.y (mgr.14556) 2000 : cluster [DBG] pgmap v1748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:34.440060+0000 mgr.y (mgr.14556) 2001 : cluster [DBG] pgmap v1749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:34.440060+0000 mgr.y (mgr.14556) 2001 : cluster [DBG] pgmap v1749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:34.440060+0000 mgr.y (mgr.14556) 2001 : cluster [DBG] pgmap v1749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:36.440732+0000 mgr.y (mgr.14556) 2002 : cluster [DBG] pgmap v1750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:36.440732+0000 mgr.y (mgr.14556) 2002 : cluster [DBG] pgmap v1750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:36.440732+0000 mgr.y (mgr.14556) 2002 : cluster [DBG] pgmap v1750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:38.441355+0000 mgr.y (mgr.14556) 2003 : cluster [DBG] pgmap v1751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:38.441355+0000 mgr.y (mgr.14556) 2003 : cluster [DBG] pgmap v1751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:38.441355+0000 mgr.y (mgr.14556) 2003 : cluster [DBG] pgmap v1751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:43:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:40.442113+0000 mgr.y (mgr.14556) 2004 : cluster [DBG] pgmap v1752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:42.440 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:40.442113+0000 mgr.y (mgr.14556) 2004 : cluster [DBG] pgmap v1752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:42.441 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:40.442113+0000 mgr.y (mgr.14556) 2004 : cluster [DBG] pgmap v1752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:44.080 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:43:43] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:43:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:42.442614+0000 mgr.y (mgr.14556) 2005 : cluster [DBG] pgmap v1753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:42.442614+0000 mgr.y (mgr.14556) 2005 : cluster [DBG] pgmap v1753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:42.442614+0000 mgr.y (mgr.14556) 2005 : cluster [DBG] pgmap v1753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:43:44.441228+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:43:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:43:44.748027+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:43:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:43:44.748725+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:43:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:43:44.755186+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:43:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:43:44.441228+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:43:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:43:44.748027+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:43:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:43:44.748725+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:43:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:43:44.755186+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:43:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:43:44.441228+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:43:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:43:44.748027+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:43:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:43:44.748725+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:43:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:43:44.755186+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:43:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:44.442950+0000 mgr.y (mgr.14556) 2006 : cluster [DBG] pgmap v1754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:44.442950+0000 mgr.y (mgr.14556) 2006 : cluster [DBG] pgmap v1754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:44.442950+0000 mgr.y (mgr.14556) 2006 : cluster [DBG] pgmap v1754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:46.443757+0000 mgr.y (mgr.14556) 2007 : cluster [DBG] pgmap v1755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:46.443757+0000 mgr.y (mgr.14556) 2007 : cluster [DBG] pgmap v1755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:46.443757+0000 mgr.y (mgr.14556) 2007 : cluster [DBG] pgmap v1755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:48.444171+0000 mgr.y (mgr.14556) 2008 : cluster [DBG] pgmap v1756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:48.444171+0000 mgr.y (mgr.14556) 2008 : cluster [DBG] pgmap v1756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:48.444171+0000 mgr.y (mgr.14556) 2008 : cluster [DBG] pgmap v1756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:51.291 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:43:51.578 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:43:51.578 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (56m) 5m ago 57m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:43:51.578 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (57m) 5m ago 57m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:43:51.578 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (58m) 5m ago 58m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:43:51.578 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (58m) 5m ago 58m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:43:51.578 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (62m) 5m ago 62m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:43:51.578 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (63m) 5m ago 63m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:43:51.578 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (63m) 5m ago 64m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:43:51.578 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (62m) 5m ago 62m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:43:51.579 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (62m) 5m ago 62m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:43:51.579 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (57m) 5m ago 57m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:43:51.579 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (57m) 5m ago 57m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:43:51.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (61m) 5m ago 61m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:43:51.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (61m) 5m ago 61m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:43:51.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (61m) 5m ago 61m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:43:51.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (60m) 5m ago 60m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:43:51.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (60m) 5m ago 60m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:43:51.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (59m) 5m ago 59m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:43:51.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (59m) 5m ago 59m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:43:51.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (58m) 5m ago 58m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:43:51.579 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (56m) 5m ago 57m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:43:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:43:51.925 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:43:51.925 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:43:51.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:43:51.927 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:43:51.927 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:43:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:50.444802+0000 mgr.y (mgr.14556) 2009 : cluster [DBG] pgmap v1757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:43:51.926738+0000 mon.a (mon.0) 1139 : audit [DBG] from='client.? 172.21.15.23:0/2378627374' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:43:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:50.444802+0000 mgr.y (mgr.14556) 2009 : cluster [DBG] pgmap v1757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:43:51.926738+0000 mon.a (mon.0) 1139 : audit [DBG] from='client.? 172.21.15.23:0/2378627374' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:43:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:50.444802+0000 mgr.y (mgr.14556) 2009 : cluster [DBG] pgmap v1757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:43:51.926738+0000 mon.a (mon.0) 1139 : audit [DBG] from='client.? 172.21.15.23:0/2378627374' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:43:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:43:51.280708+0000 mgr.y (mgr.14556) 2010 : audit [DBG] from='client.16863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:43:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:43:51.571200+0000 mgr.y (mgr.14556) 2011 : audit [DBG] from='client.16869 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:43:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:43:51.280708+0000 mgr.y (mgr.14556) 2010 : audit [DBG] from='client.16863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:43:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:43:51.571200+0000 mgr.y (mgr.14556) 2011 : audit [DBG] from='client.16869 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:43:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:43:51.280708+0000 mgr.y (mgr.14556) 2010 : audit [DBG] from='client.16863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:43:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:43:51.571200+0000 mgr.y (mgr.14556) 2011 : audit [DBG] from='client.16869 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:43:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:43:53] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:43:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:52.445207+0000 mgr.y (mgr.14556) 2012 : cluster [DBG] pgmap v1758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:52.445207+0000 mgr.y (mgr.14556) 2012 : cluster [DBG] pgmap v1758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:52.445207+0000 mgr.y (mgr.14556) 2012 : cluster [DBG] pgmap v1758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:54.445688+0000 mgr.y (mgr.14556) 2013 : cluster [DBG] pgmap v1759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:54.445688+0000 mgr.y (mgr.14556) 2013 : cluster [DBG] pgmap v1759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:54.445688+0000 mgr.y (mgr.14556) 2013 : cluster [DBG] pgmap v1759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:56.446413+0000 mgr.y (mgr.14556) 2014 : cluster [DBG] pgmap v1760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:56.446413+0000 mgr.y (mgr.14556) 2014 : cluster [DBG] pgmap v1760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:43:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:43:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:56.446413+0000 mgr.y (mgr.14556) 2014 : cluster [DBG] pgmap v1760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:43:58.446868+0000 mgr.y (mgr.14556) 2015 : cluster [DBG] pgmap v1761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:43:58.446868+0000 mgr.y (mgr.14556) 2015 : cluster [DBG] pgmap v1761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:43:58.446868+0000 mgr.y (mgr.14556) 2015 : cluster [DBG] pgmap v1761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:44:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:00.447673+0000 mgr.y (mgr.14556) 2016 : cluster [DBG] pgmap v1762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:00.447673+0000 mgr.y (mgr.14556) 2016 : cluster [DBG] pgmap v1762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:00.447673+0000 mgr.y (mgr.14556) 2016 : cluster [DBG] pgmap v1762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:44:03] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:44:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:02.448151+0000 mgr.y (mgr.14556) 2017 : cluster [DBG] pgmap v1763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:02.448151+0000 mgr.y (mgr.14556) 2017 : cluster [DBG] pgmap v1763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:02.448151+0000 mgr.y (mgr.14556) 2017 : cluster [DBG] pgmap v1763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:04.448547+0000 mgr.y (mgr.14556) 2018 : cluster [DBG] pgmap v1764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:04.448547+0000 mgr.y (mgr.14556) 2018 : cluster [DBG] pgmap v1764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:04.448547+0000 mgr.y (mgr.14556) 2018 : cluster [DBG] pgmap v1764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:06.449481+0000 mgr.y (mgr.14556) 2019 : cluster [DBG] pgmap v1765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:06.449481+0000 mgr.y (mgr.14556) 2019 : cluster [DBG] pgmap v1765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:06.449481+0000 mgr.y (mgr.14556) 2019 : cluster [DBG] pgmap v1765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:08.449815+0000 mgr.y (mgr.14556) 2020 : cluster [DBG] pgmap v1766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:08.449815+0000 mgr.y (mgr.14556) 2020 : cluster [DBG] pgmap v1766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:08.449815+0000 mgr.y (mgr.14556) 2020 : cluster [DBG] pgmap v1766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:11.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:10.450580+0000 mgr.y (mgr.14556) 2021 : cluster [DBG] pgmap v1767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:10.450580+0000 mgr.y (mgr.14556) 2021 : cluster [DBG] pgmap v1767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:10.450580+0000 mgr.y (mgr.14556) 2021 : cluster [DBG] pgmap v1767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:44:13.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:12.450908+0000 mgr.y (mgr.14556) 2022 : cluster [DBG] pgmap v1768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:12.450908+0000 mgr.y (mgr.14556) 2022 : cluster [DBG] pgmap v1768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:44:13] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T07:44:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:12.450908+0000 mgr.y (mgr.14556) 2022 : cluster [DBG] pgmap v1768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:14.451287+0000 mgr.y (mgr.14556) 2023 : cluster [DBG] pgmap v1769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:14.451287+0000 mgr.y (mgr.14556) 2023 : cluster [DBG] pgmap v1769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:14.451287+0000 mgr.y (mgr.14556) 2023 : cluster [DBG] pgmap v1769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:16.452078+0000 mgr.y (mgr.14556) 2024 : cluster [DBG] pgmap v1770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:17.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:16.452078+0000 mgr.y (mgr.14556) 2024 : cluster [DBG] pgmap v1770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:16.452078+0000 mgr.y (mgr.14556) 2024 : cluster [DBG] pgmap v1770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:18.452657+0000 mgr.y (mgr.14556) 2025 : cluster [DBG] pgmap v1771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:18.452657+0000 mgr.y (mgr.14556) 2025 : cluster [DBG] pgmap v1771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:18.452657+0000 mgr.y (mgr.14556) 2025 : cluster [DBG] pgmap v1771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:20.453376+0000 mgr.y (mgr.14556) 2026 : cluster [DBG] pgmap v1772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:20.453376+0000 mgr.y (mgr.14556) 2026 : cluster [DBG] pgmap v1772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:20.453376+0000 mgr.y (mgr.14556) 2026 : cluster [DBG] pgmap v1772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:44:22.249 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:44:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:44:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (57m) 5m ago 58m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:44:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (57m) 5m ago 57m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:44:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (59m) 5m ago 59m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:44:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (59m) 5m ago 59m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:44:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (62m) 5m ago 62m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:44:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (64m) 5m ago 64m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:44:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (64m) 5m ago 64m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:44:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (63m) 5m ago 63m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:44:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (62m) 5m ago 62m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:44:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (58m) 5m ago 58m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:44:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (58m) 5m ago 58m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:44:22.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (62m) 5m ago 62m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:44:22.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (62m) 5m ago 62m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:44:22.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (61m) 5m ago 61m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:44:22.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (61m) 5m ago 61m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:44:22.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (60m) 5m ago 60m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:44:22.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (60m) 5m ago 60m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:44:22.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (59m) 5m ago 59m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:44:22.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (59m) 5m ago 59m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:44:22.538 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (57m) 5m ago 58m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:44:22.888 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:44:22.889 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:44:22.889 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:44:22.889 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:44:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:44:22.239199+0000 mgr.y (mgr.14556) 2027 : audit [DBG] from='client.26795 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:44:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:22.453698+0000 mgr.y (mgr.14556) 2028 : cluster [DBG] pgmap v1773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:44:22.530171+0000 mgr.y (mgr.14556) 2029 : audit [DBG] from='client.16887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:44:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:44:22.889032+0000 mon.a (mon.0) 1140 : audit [DBG] from='client.? 172.21.15.23:0/206274909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:44:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:44:23] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T07:44:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:44:22.239199+0000 mgr.y (mgr.14556) 2027 : audit [DBG] from='client.26795 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:44:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:22.453698+0000 mgr.y (mgr.14556) 2028 : cluster [DBG] pgmap v1773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:44:22.530171+0000 mgr.y (mgr.14556) 2029 : audit [DBG] from='client.16887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:44:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:44:22.889032+0000 mon.a (mon.0) 1140 : audit [DBG] from='client.? 172.21.15.23:0/206274909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:44:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:44:22.239199+0000 mgr.y (mgr.14556) 2027 : audit [DBG] from='client.26795 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:44:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:22.453698+0000 mgr.y (mgr.14556) 2028 : cluster [DBG] pgmap v1773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:44:22.530171+0000 mgr.y (mgr.14556) 2029 : audit [DBG] from='client.16887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:44:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:44:22.889032+0000 mon.a (mon.0) 1140 : audit [DBG] from='client.? 172.21.15.23:0/206274909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:44:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:24.454087+0000 mgr.y (mgr.14556) 2030 : cluster [DBG] pgmap v1774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:24.454087+0000 mgr.y (mgr.14556) 2030 : cluster [DBG] pgmap v1774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:24.454087+0000 mgr.y (mgr.14556) 2030 : cluster [DBG] pgmap v1774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:26.454763+0000 mgr.y (mgr.14556) 2031 : cluster [DBG] pgmap v1775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:26.454763+0000 mgr.y (mgr.14556) 2031 : cluster [DBG] pgmap v1775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:26.454763+0000 mgr.y (mgr.14556) 2031 : cluster [DBG] pgmap v1775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:28.455343+0000 mgr.y (mgr.14556) 2032 : cluster [DBG] pgmap v1776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:28.455343+0000 mgr.y (mgr.14556) 2032 : cluster [DBG] pgmap v1776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:28.455343+0000 mgr.y (mgr.14556) 2032 : cluster [DBG] pgmap v1776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:30.455873+0000 mgr.y (mgr.14556) 2033 : cluster [DBG] pgmap v1777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:44:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:30.455873+0000 mgr.y (mgr.14556) 2033 : cluster [DBG] pgmap v1777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:30.455873+0000 mgr.y (mgr.14556) 2033 : cluster [DBG] pgmap v1777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:32.456465+0000 mgr.y (mgr.14556) 2034 : cluster [DBG] pgmap v1778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:44:33] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T07:44:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:32.456465+0000 mgr.y (mgr.14556) 2034 : cluster [DBG] pgmap v1778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:32.456465+0000 mgr.y (mgr.14556) 2034 : cluster [DBG] pgmap v1778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:34.456793+0000 mgr.y (mgr.14556) 2035 : cluster [DBG] pgmap v1779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:34.456793+0000 mgr.y (mgr.14556) 2035 : cluster [DBG] pgmap v1779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:34.456793+0000 mgr.y (mgr.14556) 2035 : cluster [DBG] pgmap v1779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:36.457513+0000 mgr.y (mgr.14556) 2036 : cluster [DBG] pgmap v1780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:36.457513+0000 mgr.y (mgr.14556) 2036 : cluster [DBG] pgmap v1780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:36.457513+0000 mgr.y (mgr.14556) 2036 : cluster [DBG] pgmap v1780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:38.458023+0000 mgr.y (mgr.14556) 2037 : cluster [DBG] pgmap v1781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:38.458023+0000 mgr.y (mgr.14556) 2037 : cluster [DBG] pgmap v1781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:38.458023+0000 mgr.y (mgr.14556) 2037 : cluster [DBG] pgmap v1781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:44:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:40.458738+0000 mgr.y (mgr.14556) 2038 : cluster [DBG] pgmap v1782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:40.458738+0000 mgr.y (mgr.14556) 2038 : cluster [DBG] pgmap v1782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:40.458738+0000 mgr.y (mgr.14556) 2038 : cluster [DBG] pgmap v1782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:42.459304+0000 mgr.y (mgr.14556) 2039 : cluster [DBG] pgmap v1783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:44:43] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:44:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:42.459304+0000 mgr.y (mgr.14556) 2039 : cluster [DBG] pgmap v1783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:42.459304+0000 mgr.y (mgr.14556) 2039 : cluster [DBG] pgmap v1783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:44.459770+0000 mgr.y (mgr.14556) 2040 : cluster [DBG] pgmap v1784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:44:44.759553+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:44:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:44.459770+0000 mgr.y (mgr.14556) 2040 : cluster [DBG] pgmap v1784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:44:44.759553+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:44:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:44.459770+0000 mgr.y (mgr.14556) 2040 : cluster [DBG] pgmap v1784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:44:44.759553+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:44:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:46.460534+0000 mgr.y (mgr.14556) 2041 : cluster [DBG] pgmap v1785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:46.460534+0000 mgr.y (mgr.14556) 2041 : cluster [DBG] pgmap v1785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:46.460534+0000 mgr.y (mgr.14556) 2041 : cluster [DBG] pgmap v1785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:44:48.145365+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:44:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:44:48.436573+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:44:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:44:48.437236+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:44:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:44:48.450407+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:44:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:44:48.145365+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:44:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:44:48.436573+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:44:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:44:48.437236+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:44:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:44:48.450407+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:44:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:44:48.145365+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:44:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:44:48.436573+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:44:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:44:48.437236+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:44:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:44:48.450407+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:44:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:48.461001+0000 mgr.y (mgr.14556) 2042 : cluster [DBG] pgmap v1786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:48.461001+0000 mgr.y (mgr.14556) 2042 : cluster [DBG] pgmap v1786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:48.461001+0000 mgr.y (mgr.14556) 2042 : cluster [DBG] pgmap v1786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:44:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:50.461646+0000 mgr.y (mgr.14556) 2043 : cluster [DBG] pgmap v1787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:50.461646+0000 mgr.y (mgr.14556) 2043 : cluster [DBG] pgmap v1787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:50.461646+0000 mgr.y (mgr.14556) 2043 : cluster [DBG] pgmap v1787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:53.217 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:44:53.503 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:44:53.503 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (57m) 6m ago 58m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (58m) 6m ago 58m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (59m) 6m ago 59m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (59m) 6m ago 59m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (63m) 6m ago 63m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (64m) 6m ago 64m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (64m) 6m ago 65m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (63m) 6m ago 63m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (63m) 6m ago 63m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (58m) 6m ago 58m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (58m) 6m ago 58m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (62m) 6m ago 62m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (62m) 6m ago 62m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (62m) 6m ago 62m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (61m) 6m ago 61m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:44:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (61m) 6m ago 61m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:44:53.505 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (60m) 6m ago 60m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:44:53.505 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (60m) 6m ago 60m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:44:53.505 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (59m) 6m ago 59m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:44:53.505 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (57m) 6m ago 59m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:44:53.851 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:44:53.851 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:44:53.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:44:53.851 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:44:53.851 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:44:53.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:44:53.851 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:44:53.851 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:44:53.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:44:53.851 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:44:53.852 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:44:53.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:44:53.852 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:44:53.852 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:44:53.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:44:53.852 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:44:53.852 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:44:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:44:53] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T07:44:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:52.462058+0000 mgr.y (mgr.14556) 2044 : cluster [DBG] pgmap v1788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:44:53.205115+0000 mgr.y (mgr.14556) 2045 : audit [DBG] from='client.16899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:44:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:44:53.852154+0000 mon.c (mon.2) 82 : audit [DBG] from='client.? 172.21.15.23:0/383985790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:44:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:52.462058+0000 mgr.y (mgr.14556) 2044 : cluster [DBG] pgmap v1788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:44:53.205115+0000 mgr.y (mgr.14556) 2045 : audit [DBG] from='client.16899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:44:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:44:53.852154+0000 mon.c (mon.2) 82 : audit [DBG] from='client.? 172.21.15.23:0/383985790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:44:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:52.462058+0000 mgr.y (mgr.14556) 2044 : cluster [DBG] pgmap v1788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:44:53.205115+0000 mgr.y (mgr.14556) 2045 : audit [DBG] from='client.16899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:44:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:44:53.852154+0000 mon.c (mon.2) 82 : audit [DBG] from='client.? 172.21.15.23:0/383985790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:44:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:44:53.496846+0000 mgr.y (mgr.14556) 2046 : audit [DBG] from='client.16905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:44:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:44:53.496846+0000 mgr.y (mgr.14556) 2046 : audit [DBG] from='client.16905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:44:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:44:53.496846+0000 mgr.y (mgr.14556) 2046 : audit [DBG] from='client.16905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:44:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:54.462497+0000 mgr.y (mgr.14556) 2047 : cluster [DBG] pgmap v1789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:54.462497+0000 mgr.y (mgr.14556) 2047 : cluster [DBG] pgmap v1789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:54.462497+0000 mgr.y (mgr.14556) 2047 : cluster [DBG] pgmap v1789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:44:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:56.463175+0000 mgr.y (mgr.14556) 2048 : cluster [DBG] pgmap v1790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:44:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:56.463175+0000 mgr.y (mgr.14556) 2048 : cluster [DBG] pgmap v1790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:44:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:44:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:56.463175+0000 mgr.y (mgr.14556) 2048 : cluster [DBG] pgmap v1790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:44:58.463701+0000 mgr.y (mgr.14556) 2049 : cluster [DBG] pgmap v1791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:44:58.463701+0000 mgr.y (mgr.14556) 2049 : cluster [DBG] pgmap v1791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:44:58.463701+0000 mgr.y (mgr.14556) 2049 : cluster [DBG] pgmap v1791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:45:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:00.464314+0000 mgr.y (mgr.14556) 2050 : cluster [DBG] pgmap v1792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:00.464314+0000 mgr.y (mgr.14556) 2050 : cluster [DBG] pgmap v1792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:00.464314+0000 mgr.y (mgr.14556) 2050 : cluster [DBG] pgmap v1792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:45:03] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T07:45:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:02.464910+0000 mgr.y (mgr.14556) 2051 : cluster [DBG] pgmap v1793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:02.464910+0000 mgr.y (mgr.14556) 2051 : cluster [DBG] pgmap v1793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:02.464910+0000 mgr.y (mgr.14556) 2051 : cluster [DBG] pgmap v1793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:04.465265+0000 mgr.y (mgr.14556) 2052 : cluster [DBG] pgmap v1794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:04.465265+0000 mgr.y (mgr.14556) 2052 : cluster [DBG] pgmap v1794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:04.465265+0000 mgr.y (mgr.14556) 2052 : cluster [DBG] pgmap v1794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:06.465899+0000 mgr.y (mgr.14556) 2053 : cluster [DBG] pgmap v1795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:06.465899+0000 mgr.y (mgr.14556) 2053 : cluster [DBG] pgmap v1795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:06.465899+0000 mgr.y (mgr.14556) 2053 : cluster [DBG] pgmap v1795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:08.466481+0000 mgr.y (mgr.14556) 2054 : cluster [DBG] pgmap v1796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:08.466481+0000 mgr.y (mgr.14556) 2054 : cluster [DBG] pgmap v1796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:08.466481+0000 mgr.y (mgr.14556) 2054 : cluster [DBG] pgmap v1796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:10.467223+0000 mgr.y (mgr.14556) 2055 : cluster [DBG] pgmap v1797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:10.467223+0000 mgr.y (mgr.14556) 2055 : cluster [DBG] pgmap v1797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:10.467223+0000 mgr.y (mgr.14556) 2055 : cluster [DBG] pgmap v1797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:45:13.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:45:13] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:45:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:12.467672+0000 mgr.y (mgr.14556) 2056 : cluster [DBG] pgmap v1798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:12.467672+0000 mgr.y (mgr.14556) 2056 : cluster [DBG] pgmap v1798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:12.467672+0000 mgr.y (mgr.14556) 2056 : cluster [DBG] pgmap v1798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:14.468141+0000 mgr.y (mgr.14556) 2057 : cluster [DBG] pgmap v1799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:14.468141+0000 mgr.y (mgr.14556) 2057 : cluster [DBG] pgmap v1799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:14.468141+0000 mgr.y (mgr.14556) 2057 : cluster [DBG] pgmap v1799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:16.468846+0000 mgr.y (mgr.14556) 2058 : cluster [DBG] pgmap v1800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:16.468846+0000 mgr.y (mgr.14556) 2058 : cluster [DBG] pgmap v1800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:16.468846+0000 mgr.y (mgr.14556) 2058 : cluster [DBG] pgmap v1800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:18.469272+0000 mgr.y (mgr.14556) 2059 : cluster [DBG] pgmap v1801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:18.469272+0000 mgr.y (mgr.14556) 2059 : cluster [DBG] pgmap v1801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:18.469272+0000 mgr.y (mgr.14556) 2059 : cluster [DBG] pgmap v1801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:20.469864+0000 mgr.y (mgr.14556) 2060 : cluster [DBG] pgmap v1802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:20.469864+0000 mgr.y (mgr.14556) 2060 : cluster [DBG] pgmap v1802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:20.469864+0000 mgr.y (mgr.14556) 2060 : cluster [DBG] pgmap v1802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:45:23.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:45:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:45:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:22.470357+0000 mgr.y (mgr.14556) 2061 : cluster [DBG] pgmap v1803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:22.470357+0000 mgr.y (mgr.14556) 2061 : cluster [DBG] pgmap v1803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:22.470357+0000 mgr.y (mgr.14556) 2061 : cluster [DBG] pgmap v1803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:24.176 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:45:24.463 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:45:24.463 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (58m) 6m ago 59m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:45:24.463 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (58m) 6m ago 58m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:45:24.463 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (60m) 6m ago 60m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:45:24.463 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (60m) 6m ago 60m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:45:24.463 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (63m) 6m ago 63m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:45:24.463 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (65m) 6m ago 65m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:45:24.463 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (65m) 6m ago 65m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:45:24.463 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (64m) 6m ago 64m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:45:24.463 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (64m) 6m ago 64m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:45:24.464 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (59m) 6m ago 59m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:45:24.464 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (59m) 6m ago 59m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:45:24.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (63m) 6m ago 63m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:45:24.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (63m) 6m ago 63m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:45:24.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (62m) 6m ago 62m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:45:24.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (62m) 6m ago 62m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:45:24.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (61m) 6m ago 61m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:45:24.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (61m) 6m ago 61m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:45:24.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (60m) 6m ago 60m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:45:24.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (60m) 6m ago 60m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:45:24.464 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (58m) 6m ago 59m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:45:24.816 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:45:24.816 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:45:24.816 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:45:24.816 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:45:24.816 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:45:24.816 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:45:24.816 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:45:24.817 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:45:24.817 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:45:24.817 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:45:24.817 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:45:24.817 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:45:24.817 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:45:24.817 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:45:24.817 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:45:24.817 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:45:24.817 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:45:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:45:24.165279+0000 mgr.y (mgr.14556) 2062 : audit [DBG] from='client.16917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:45:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:45:24.165279+0000 mgr.y (mgr.14556) 2062 : audit [DBG] from='client.16917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:45:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:45:24.165279+0000 mgr.y (mgr.14556) 2062 : audit [DBG] from='client.16917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:45:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:45:24.456289+0000 mgr.y (mgr.14556) 2063 : audit [DBG] from='client.16923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:45:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:24.470683+0000 mgr.y (mgr.14556) 2064 : cluster [DBG] pgmap v1804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:45:24.817439+0000 mon.c (mon.2) 83 : audit [DBG] from='client.? 172.21.15.23:0/2998161813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:45:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:45:24.456289+0000 mgr.y (mgr.14556) 2063 : audit [DBG] from='client.16923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:45:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:24.470683+0000 mgr.y (mgr.14556) 2064 : cluster [DBG] pgmap v1804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:45:24.817439+0000 mon.c (mon.2) 83 : audit [DBG] from='client.? 172.21.15.23:0/2998161813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:45:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:45:24.456289+0000 mgr.y (mgr.14556) 2063 : audit [DBG] from='client.16923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:45:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:24.470683+0000 mgr.y (mgr.14556) 2064 : cluster [DBG] pgmap v1804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:45:24.817439+0000 mon.c (mon.2) 83 : audit [DBG] from='client.? 172.21.15.23:0/2998161813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:45:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:26.471346+0000 mgr.y (mgr.14556) 2065 : cluster [DBG] pgmap v1805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:26.471346+0000 mgr.y (mgr.14556) 2065 : cluster [DBG] pgmap v1805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:26.471346+0000 mgr.y (mgr.14556) 2065 : cluster [DBG] pgmap v1805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:28.471957+0000 mgr.y (mgr.14556) 2066 : cluster [DBG] pgmap v1806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:28.471957+0000 mgr.y (mgr.14556) 2066 : cluster [DBG] pgmap v1806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:28.471957+0000 mgr.y (mgr.14556) 2066 : cluster [DBG] pgmap v1806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:30.472692+0000 mgr.y (mgr.14556) 2067 : cluster [DBG] pgmap v1807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:45:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:30.472692+0000 mgr.y (mgr.14556) 2067 : cluster [DBG] pgmap v1807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:30.472692+0000 mgr.y (mgr.14556) 2067 : cluster [DBG] pgmap v1807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:32.473239+0000 mgr.y (mgr.14556) 2068 : cluster [DBG] pgmap v1808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:45:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T07:45:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:32.473239+0000 mgr.y (mgr.14556) 2068 : cluster [DBG] pgmap v1808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:32.473239+0000 mgr.y (mgr.14556) 2068 : cluster [DBG] pgmap v1808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:34.473910+0000 mgr.y (mgr.14556) 2069 : cluster [DBG] pgmap v1809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:34.473910+0000 mgr.y (mgr.14556) 2069 : cluster [DBG] pgmap v1809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:34.473910+0000 mgr.y (mgr.14556) 2069 : cluster [DBG] pgmap v1809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:36.474706+0000 mgr.y (mgr.14556) 2070 : cluster [DBG] pgmap v1810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:36.474706+0000 mgr.y (mgr.14556) 2070 : cluster [DBG] pgmap v1810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:36.474706+0000 mgr.y (mgr.14556) 2070 : cluster [DBG] pgmap v1810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:38.475257+0000 mgr.y (mgr.14556) 2071 : cluster [DBG] pgmap v1811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:38.475257+0000 mgr.y (mgr.14556) 2071 : cluster [DBG] pgmap v1811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:38.475257+0000 mgr.y (mgr.14556) 2071 : cluster [DBG] pgmap v1811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:40.475855+0000 mgr.y (mgr.14556) 2072 : cluster [DBG] pgmap v1812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:45:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:40.475855+0000 mgr.y (mgr.14556) 2072 : cluster [DBG] pgmap v1812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:40.475855+0000 mgr.y (mgr.14556) 2072 : cluster [DBG] pgmap v1812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:45:43] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:45:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:42.476268+0000 mgr.y (mgr.14556) 2073 : cluster [DBG] pgmap v1813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:42.476268+0000 mgr.y (mgr.14556) 2073 : cluster [DBG] pgmap v1813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:42.476268+0000 mgr.y (mgr.14556) 2073 : cluster [DBG] pgmap v1813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:44.476664+0000 mgr.y (mgr.14556) 2074 : cluster [DBG] pgmap v1814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:44.476664+0000 mgr.y (mgr.14556) 2074 : cluster [DBG] pgmap v1814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:44.476664+0000 mgr.y (mgr.14556) 2074 : cluster [DBG] pgmap v1814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:46.477413+0000 mgr.y (mgr.14556) 2075 : cluster [DBG] pgmap v1815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:46.477413+0000 mgr.y (mgr.14556) 2075 : cluster [DBG] pgmap v1815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:46.477413+0000 mgr.y (mgr.14556) 2075 : cluster [DBG] pgmap v1815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:49.033 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:45:48.454817+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:45:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:45:48.454817+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:45:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:45:48.454817+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:45:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:48.477807+0000 mgr.y (mgr.14556) 2076 : cluster [DBG] pgmap v1816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:48.477807+0000 mgr.y (mgr.14556) 2076 : cluster [DBG] pgmap v1816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:48.477807+0000 mgr.y (mgr.14556) 2076 : cluster [DBG] pgmap v1816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:45:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:50.478401+0000 mgr.y (mgr.14556) 2077 : cluster [DBG] pgmap v1817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:45:51.817775+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:45:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:45:52.099373+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:45:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:45:52.100290+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:45:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:50.478401+0000 mgr.y (mgr.14556) 2077 : cluster [DBG] pgmap v1817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:45:51.817775+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:45:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:45:52.099373+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:45:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:45:52.100290+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:45:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:50.478401+0000 mgr.y (mgr.14556) 2077 : cluster [DBG] pgmap v1817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:45:51.817775+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:45:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:45:52.099373+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:45:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:45:52.100290+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:45:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:45:52.116154+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:45:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:45:52.116154+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:45:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:45:52.116154+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:45:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:45:53] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:45:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:52.478751+0000 mgr.y (mgr.14556) 2078 : cluster [DBG] pgmap v1818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:52.478751+0000 mgr.y (mgr.14556) 2078 : cluster [DBG] pgmap v1818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:52.478751+0000 mgr.y (mgr.14556) 2078 : cluster [DBG] pgmap v1818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:55.143 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:45:55.430 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:45:55.430 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (58m) 7m ago 59m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:45:55.430 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (59m) 7m ago 59m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (60m) 7m ago 60m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (60m) 7m ago 60m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (64m) 7m ago 64m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (65m) 7m ago 65m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (66m) 7m ago 66m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (64m) 7m ago 64m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (64m) 7m ago 64m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (59m) 7m ago 59m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (59m) 7m ago 59m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (63m) 7m ago 63m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (63m) 7m ago 63m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (63m) 7m ago 63m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (62m) 7m ago 62m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (62m) 7m ago 62m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:45:55.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (61m) 7m ago 61m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:45:55.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (61m) 7m ago 61m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:45:55.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (61m) 7m ago 60m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:45:55.432 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (58m) 7m ago 60m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:45:55.780 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:45:55.780 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:45:55.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:45:55.780 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:45:55.780 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:45:55.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:45:55.780 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:45:55.780 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:45:55.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:45:55.781 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:45:55.781 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:45:55.781 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:45:55.781 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:45:55.781 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:45:55.781 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:45:55.781 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:45:55.781 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:45:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:54.479191+0000 mgr.y (mgr.14556) 2079 : cluster [DBG] pgmap v1819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:45:55.131813+0000 mgr.y (mgr.14556) 2080 : audit [DBG] from='client.16935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:45:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:45:55.781108+0000 mon.c (mon.2) 84 : audit [DBG] from='client.? 172.21.15.23:0/2292882948' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:45:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:54.479191+0000 mgr.y (mgr.14556) 2079 : cluster [DBG] pgmap v1819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:45:55.131813+0000 mgr.y (mgr.14556) 2080 : audit [DBG] from='client.16935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:45:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:45:55.781108+0000 mon.c (mon.2) 84 : audit [DBG] from='client.? 172.21.15.23:0/2292882948' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:45:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:54.479191+0000 mgr.y (mgr.14556) 2079 : cluster [DBG] pgmap v1819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:45:55.131813+0000 mgr.y (mgr.14556) 2080 : audit [DBG] from='client.16935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:45:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:45:55.781108+0000 mon.c (mon.2) 84 : audit [DBG] from='client.? 172.21.15.23:0/2292882948' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:45:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:45:55.423755+0000 mgr.y (mgr.14556) 2081 : audit [DBG] from='client.16941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:45:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:45:55.423755+0000 mgr.y (mgr.14556) 2081 : audit [DBG] from='client.16941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:45:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:45:55.423755+0000 mgr.y (mgr.14556) 2081 : audit [DBG] from='client.16941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:45:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:56.480003+0000 mgr.y (mgr.14556) 2082 : cluster [DBG] pgmap v1820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:56.480003+0000 mgr.y (mgr.14556) 2082 : cluster [DBG] pgmap v1820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:45:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:45:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:56.480003+0000 mgr.y (mgr.14556) 2082 : cluster [DBG] pgmap v1820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:45:58.480366+0000 mgr.y (mgr.14556) 2083 : cluster [DBG] pgmap v1821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:45:58.480366+0000 mgr.y (mgr.14556) 2083 : cluster [DBG] pgmap v1821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:45:58.480366+0000 mgr.y (mgr.14556) 2083 : cluster [DBG] pgmap v1821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:46:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:00.480987+0000 mgr.y (mgr.14556) 2084 : cluster [DBG] pgmap v1822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:00.480987+0000 mgr.y (mgr.14556) 2084 : cluster [DBG] pgmap v1822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:00.480987+0000 mgr.y (mgr.14556) 2084 : cluster [DBG] pgmap v1822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:46:03] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:46:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:02.481466+0000 mgr.y (mgr.14556) 2085 : cluster [DBG] pgmap v1823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:02.481466+0000 mgr.y (mgr.14556) 2085 : cluster [DBG] pgmap v1823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:02.481466+0000 mgr.y (mgr.14556) 2085 : cluster [DBG] pgmap v1823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:04.481867+0000 mgr.y (mgr.14556) 2086 : cluster [DBG] pgmap v1824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:04.481867+0000 mgr.y (mgr.14556) 2086 : cluster [DBG] pgmap v1824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:04.481867+0000 mgr.y (mgr.14556) 2086 : cluster [DBG] pgmap v1824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:06.482506+0000 mgr.y (mgr.14556) 2087 : cluster [DBG] pgmap v1825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:06.482506+0000 mgr.y (mgr.14556) 2087 : cluster [DBG] pgmap v1825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:06.482506+0000 mgr.y (mgr.14556) 2087 : cluster [DBG] pgmap v1825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:08.483060+0000 mgr.y (mgr.14556) 2088 : cluster [DBG] pgmap v1826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:08.483060+0000 mgr.y (mgr.14556) 2088 : cluster [DBG] pgmap v1826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:08.483060+0000 mgr.y (mgr.14556) 2088 : cluster [DBG] pgmap v1826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:46:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:10.483825+0000 mgr.y (mgr.14556) 2089 : cluster [DBG] pgmap v1827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:10.483825+0000 mgr.y (mgr.14556) 2089 : cluster [DBG] pgmap v1827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:10.483825+0000 mgr.y (mgr.14556) 2089 : cluster [DBG] pgmap v1827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:46:13] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T07:46:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:12.484206+0000 mgr.y (mgr.14556) 2090 : cluster [DBG] pgmap v1828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:12.484206+0000 mgr.y (mgr.14556) 2090 : cluster [DBG] pgmap v1828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:12.484206+0000 mgr.y (mgr.14556) 2090 : cluster [DBG] pgmap v1828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:14.484627+0000 mgr.y (mgr.14556) 2091 : cluster [DBG] pgmap v1829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:14.484627+0000 mgr.y (mgr.14556) 2091 : cluster [DBG] pgmap v1829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:14.484627+0000 mgr.y (mgr.14556) 2091 : cluster [DBG] pgmap v1829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:16.485352+0000 mgr.y (mgr.14556) 2092 : cluster [DBG] pgmap v1830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:16.485352+0000 mgr.y (mgr.14556) 2092 : cluster [DBG] pgmap v1830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:16.485352+0000 mgr.y (mgr.14556) 2092 : cluster [DBG] pgmap v1830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:18.485801+0000 mgr.y (mgr.14556) 2093 : cluster [DBG] pgmap v1831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:18.485801+0000 mgr.y (mgr.14556) 2093 : cluster [DBG] pgmap v1831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:18.485801+0000 mgr.y (mgr.14556) 2093 : cluster [DBG] pgmap v1831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:20.486677+0000 mgr.y (mgr.14556) 2094 : cluster [DBG] pgmap v1832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:20.486677+0000 mgr.y (mgr.14556) 2094 : cluster [DBG] pgmap v1832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:20.486677+0000 mgr.y (mgr.14556) 2094 : cluster [DBG] pgmap v1832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:46:23.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:46:23] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:46:23.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:22.487034+0000 mgr.y (mgr.14556) 2095 : cluster [DBG] pgmap v1833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:22.487034+0000 mgr.y (mgr.14556) 2095 : cluster [DBG] pgmap v1833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:22.487034+0000 mgr.y (mgr.14556) 2095 : cluster [DBG] pgmap v1833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:24.487580+0000 mgr.y (mgr.14556) 2096 : cluster [DBG] pgmap v1834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:24.487580+0000 mgr.y (mgr.14556) 2096 : cluster [DBG] pgmap v1834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:24.487580+0000 mgr.y (mgr.14556) 2096 : cluster [DBG] pgmap v1834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:26.107 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:46:26.399 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:46:26.399 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (59m) 7m ago 60m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:46:26.399 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (59m) 7m ago 59m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:46:26.399 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (61m) 7m ago 61m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:46:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (61m) 7m ago 61m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:46:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (64m) 7m ago 64m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:46:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (66m) 7m ago 66m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:46:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (66m) 7m ago 66m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:46:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (65m) 7m ago 65m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:46:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (65m) 7m ago 65m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:46:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (60m) 7m ago 60m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:46:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (60m) 7m ago 60m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:46:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (64m) 7m ago 64m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:46:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (64m) 7m ago 64m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:46:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (63m) 7m ago 63m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:46:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (63m) 7m ago 63m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:46:26.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (62m) 7m ago 62m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:46:26.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (62m) 7m ago 62m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:46:26.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (61m) 7m ago 61m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:46:26.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (61m) 7m ago 61m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:46:26.401 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (59m) 7m ago 60m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:46:26.752 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:46:26.752 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:46:26.753 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:46:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:46:26.096759+0000 mgr.y (mgr.14556) 2097 : audit [DBG] from='client.16953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:46:26.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:46:26.096759+0000 mgr.y (mgr.14556) 2097 : audit [DBG] from='client.16953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:46:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:46:26.096759+0000 mgr.y (mgr.14556) 2097 : audit [DBG] from='client.16953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:46:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:46:26.392365+0000 mgr.y (mgr.14556) 2098 : audit [DBG] from='client.26873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:46:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:26.488096+0000 mgr.y (mgr.14556) 2099 : cluster [DBG] pgmap v1835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:46:26.753560+0000 mon.a (mon.0) 1151 : audit [DBG] from='client.? 172.21.15.23:0/269442639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:46:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:46:26.392365+0000 mgr.y (mgr.14556) 2098 : audit [DBG] from='client.26873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:46:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:26.488096+0000 mgr.y (mgr.14556) 2099 : cluster [DBG] pgmap v1835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:46:26.753560+0000 mon.a (mon.0) 1151 : audit [DBG] from='client.? 172.21.15.23:0/269442639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:46:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:46:26.392365+0000 mgr.y (mgr.14556) 2098 : audit [DBG] from='client.26873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:46:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:26.488096+0000 mgr.y (mgr.14556) 2099 : cluster [DBG] pgmap v1835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:46:26.753560+0000 mon.a (mon.0) 1151 : audit [DBG] from='client.? 172.21.15.23:0/269442639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:46:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:28.488592+0000 mgr.y (mgr.14556) 2100 : cluster [DBG] pgmap v1836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:28.488592+0000 mgr.y (mgr.14556) 2100 : cluster [DBG] pgmap v1836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:28.488592+0000 mgr.y (mgr.14556) 2100 : cluster [DBG] pgmap v1836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:30.489314+0000 mgr.y (mgr.14556) 2101 : cluster [DBG] pgmap v1837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:30.489314+0000 mgr.y (mgr.14556) 2101 : cluster [DBG] pgmap v1837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:30.489314+0000 mgr.y (mgr.14556) 2101 : cluster [DBG] pgmap v1837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:46:33.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:46:33] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:46:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:32.489792+0000 mgr.y (mgr.14556) 2102 : cluster [DBG] pgmap v1838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:32.489792+0000 mgr.y (mgr.14556) 2102 : cluster [DBG] pgmap v1838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:32.489792+0000 mgr.y (mgr.14556) 2102 : cluster [DBG] pgmap v1838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:34.490135+0000 mgr.y (mgr.14556) 2103 : cluster [DBG] pgmap v1839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:34.490135+0000 mgr.y (mgr.14556) 2103 : cluster [DBG] pgmap v1839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:34.490135+0000 mgr.y (mgr.14556) 2103 : cluster [DBG] pgmap v1839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:36.490831+0000 mgr.y (mgr.14556) 2104 : cluster [DBG] pgmap v1840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:36.490831+0000 mgr.y (mgr.14556) 2104 : cluster [DBG] pgmap v1840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:36.490831+0000 mgr.y (mgr.14556) 2104 : cluster [DBG] pgmap v1840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:38.491174+0000 mgr.y (mgr.14556) 2105 : cluster [DBG] pgmap v1841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:38.491174+0000 mgr.y (mgr.14556) 2105 : cluster [DBG] pgmap v1841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:38.491174+0000 mgr.y (mgr.14556) 2105 : cluster [DBG] pgmap v1841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:40.491760+0000 mgr.y (mgr.14556) 2106 : cluster [DBG] pgmap v1842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:46:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:40.491760+0000 mgr.y (mgr.14556) 2106 : cluster [DBG] pgmap v1842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:40.491760+0000 mgr.y (mgr.14556) 2106 : cluster [DBG] pgmap v1842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:42.492274+0000 mgr.y (mgr.14556) 2107 : cluster [DBG] pgmap v1843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:46:43] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T07:46:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:42.492274+0000 mgr.y (mgr.14556) 2107 : cluster [DBG] pgmap v1843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:42.492274+0000 mgr.y (mgr.14556) 2107 : cluster [DBG] pgmap v1843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:44.492785+0000 mgr.y (mgr.14556) 2108 : cluster [DBG] pgmap v1844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:44.492785+0000 mgr.y (mgr.14556) 2108 : cluster [DBG] pgmap v1844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:44.492785+0000 mgr.y (mgr.14556) 2108 : cluster [DBG] pgmap v1844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:46.493599+0000 mgr.y (mgr.14556) 2109 : cluster [DBG] pgmap v1845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:46.493599+0000 mgr.y (mgr.14556) 2109 : cluster [DBG] pgmap v1845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:46.493599+0000 mgr.y (mgr.14556) 2109 : cluster [DBG] pgmap v1845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:48.494151+0000 mgr.y (mgr.14556) 2110 : cluster [DBG] pgmap v1846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:48.494151+0000 mgr.y (mgr.14556) 2110 : cluster [DBG] pgmap v1846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:48.494151+0000 mgr.y (mgr.14556) 2110 : cluster [DBG] pgmap v1846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:50.494800+0000 mgr.y (mgr.14556) 2111 : cluster [DBG] pgmap v1847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:46:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:50.494800+0000 mgr.y (mgr.14556) 2111 : cluster [DBG] pgmap v1847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:50.494800+0000 mgr.y (mgr.14556) 2111 : cluster [DBG] pgmap v1847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:46:52.121757+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:46:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:46:52.428746+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:46:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:46:52.429406+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:46:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:46:52.438120+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:46:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:46:52.121757+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:46:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:46:52.428746+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:46:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:46:52.429406+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:46:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:46:52.438120+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:46:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:46:52.121757+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:46:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:46:52.428746+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:46:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:46:52.429406+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:46:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:46:52.438120+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:46:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:46:53] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:46:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:52.495124+0000 mgr.y (mgr.14556) 2112 : cluster [DBG] pgmap v1848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:52.495124+0000 mgr.y (mgr.14556) 2112 : cluster [DBG] pgmap v1848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:52.495124+0000 mgr.y (mgr.14556) 2112 : cluster [DBG] pgmap v1848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:54.495503+0000 mgr.y (mgr.14556) 2113 : cluster [DBG] pgmap v1849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:54.495503+0000 mgr.y (mgr.14556) 2113 : cluster [DBG] pgmap v1849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:54.495503+0000 mgr.y (mgr.14556) 2113 : cluster [DBG] pgmap v1849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:57.075 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:46:57.365 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:46:57.366 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (59m) 8m ago 60m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:46:57.366 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (60m) 8m ago 60m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:46:57.366 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (61m) 8m ago 61m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:46:57.366 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (61m) 8m ago 61m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:46:57.366 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (65m) 8m ago 65m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:46:57.366 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (67m) 8m ago 67m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:46:57.366 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (67m) 8m ago 67m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:46:57.366 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (65m) 8m ago 65m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:46:57.367 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (65m) 8m ago 65m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:46:57.367 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (61m) 8m ago 61m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:46:57.367 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (60m) 8m ago 60m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:46:57.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (64m) 8m ago 64m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:46:57.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (64m) 8m ago 64m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:46:57.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (64m) 8m ago 64m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:46:57.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (63m) 8m ago 63m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:46:57.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (63m) 8m ago 63m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:46:57.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (62m) 8m ago 62m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:46:57.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (62m) 8m ago 62m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:46:57.368 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (62m) 8m ago 62m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:46:57.368 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (59m) 8m ago 61m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:46:57.715 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:46:57.716 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:46:57.716 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:46:57.716 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:46:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:56.496215+0000 mgr.y (mgr.14556) 2114 : cluster [DBG] pgmap v1850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:46:57.064688+0000 mgr.y (mgr.14556) 2115 : audit [DBG] from='client.26885 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:46:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:46:57.716069+0000 mon.c (mon.2) 85 : audit [DBG] from='client.? 172.21.15.23:0/2184074757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:46:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:56.496215+0000 mgr.y (mgr.14556) 2114 : cluster [DBG] pgmap v1850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:46:57.064688+0000 mgr.y (mgr.14556) 2115 : audit [DBG] from='client.26885 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:46:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:46:57.716069+0000 mon.c (mon.2) 85 : audit [DBG] from='client.? 172.21.15.23:0/2184074757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:46:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:56.496215+0000 mgr.y (mgr.14556) 2114 : cluster [DBG] pgmap v1850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:46:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:46:57.064688+0000 mgr.y (mgr.14556) 2115 : audit [DBG] from='client.26885 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:46:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:46:57.716069+0000 mon.c (mon.2) 85 : audit [DBG] from='client.? 172.21.15.23:0/2184074757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:46:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:46:57.358111+0000 mgr.y (mgr.14556) 2116 : audit [DBG] from='client.16977 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:46:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:46:57.358111+0000 mgr.y (mgr.14556) 2116 : audit [DBG] from='client.16977 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:46:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:46:57.358111+0000 mgr.y (mgr.14556) 2116 : audit [DBG] from='client.16977 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:47:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:46:58.496601+0000 mgr.y (mgr.14556) 2117 : cluster [DBG] pgmap v1851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:46:58.496601+0000 mgr.y (mgr.14556) 2117 : cluster [DBG] pgmap v1851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:46:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:46:58.496601+0000 mgr.y (mgr.14556) 2117 : cluster [DBG] pgmap v1851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:47:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:00.497126+0000 mgr.y (mgr.14556) 2118 : cluster [DBG] pgmap v1852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:00.497126+0000 mgr.y (mgr.14556) 2118 : cluster [DBG] pgmap v1852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:00.497126+0000 mgr.y (mgr.14556) 2118 : cluster [DBG] pgmap v1852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:02.497646+0000 mgr.y (mgr.14556) 2119 : cluster [DBG] pgmap v1853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:02.497646+0000 mgr.y (mgr.14556) 2119 : cluster [DBG] pgmap v1853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:47:03] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T07:47:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:02.497646+0000 mgr.y (mgr.14556) 2119 : cluster [DBG] pgmap v1853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:04.498174+0000 mgr.y (mgr.14556) 2120 : cluster [DBG] pgmap v1854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:06.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:04.498174+0000 mgr.y (mgr.14556) 2120 : cluster [DBG] pgmap v1854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:04.498174+0000 mgr.y (mgr.14556) 2120 : cluster [DBG] pgmap v1854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:06.499018+0000 mgr.y (mgr.14556) 2121 : cluster [DBG] pgmap v1855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:06.499018+0000 mgr.y (mgr.14556) 2121 : cluster [DBG] pgmap v1855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:06.499018+0000 mgr.y (mgr.14556) 2121 : cluster [DBG] pgmap v1855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:08.499394+0000 mgr.y (mgr.14556) 2122 : cluster [DBG] pgmap v1856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:10.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:08.499394+0000 mgr.y (mgr.14556) 2122 : cluster [DBG] pgmap v1856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:08.499394+0000 mgr.y (mgr.14556) 2122 : cluster [DBG] pgmap v1856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:10.500088+0000 mgr.y (mgr.14556) 2123 : cluster [DBG] pgmap v1857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:47:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:10.500088+0000 mgr.y (mgr.14556) 2123 : cluster [DBG] pgmap v1857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:10.500088+0000 mgr.y (mgr.14556) 2123 : cluster [DBG] pgmap v1857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:12.500432+0000 mgr.y (mgr.14556) 2124 : cluster [DBG] pgmap v1858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:47:13] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:47:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:12.500432+0000 mgr.y (mgr.14556) 2124 : cluster [DBG] pgmap v1858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:12.500432+0000 mgr.y (mgr.14556) 2124 : cluster [DBG] pgmap v1858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:16.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:14.500885+0000 mgr.y (mgr.14556) 2125 : cluster [DBG] pgmap v1859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:14.500885+0000 mgr.y (mgr.14556) 2125 : cluster [DBG] pgmap v1859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:14.500885+0000 mgr.y (mgr.14556) 2125 : cluster [DBG] pgmap v1859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:18.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:16.501599+0000 mgr.y (mgr.14556) 2126 : cluster [DBG] pgmap v1860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:16.501599+0000 mgr.y (mgr.14556) 2126 : cluster [DBG] pgmap v1860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:16.501599+0000 mgr.y (mgr.14556) 2126 : cluster [DBG] pgmap v1860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:20.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:18.502074+0000 mgr.y (mgr.14556) 2127 : cluster [DBG] pgmap v1861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:20.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:18.502074+0000 mgr.y (mgr.14556) 2127 : cluster [DBG] pgmap v1861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:18.502074+0000 mgr.y (mgr.14556) 2127 : cluster [DBG] pgmap v1861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:21.828 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:47:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:20.502708+0000 mgr.y (mgr.14556) 2128 : cluster [DBG] pgmap v1862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:20.502708+0000 mgr.y (mgr.14556) 2128 : cluster [DBG] pgmap v1862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:20.502708+0000 mgr.y (mgr.14556) 2128 : cluster [DBG] pgmap v1862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:47:23] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:47:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:22.503049+0000 mgr.y (mgr.14556) 2129 : cluster [DBG] pgmap v1863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:22.503049+0000 mgr.y (mgr.14556) 2129 : cluster [DBG] pgmap v1863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:22.503049+0000 mgr.y (mgr.14556) 2129 : cluster [DBG] pgmap v1863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:24.503536+0000 mgr.y (mgr.14556) 2130 : cluster [DBG] pgmap v1864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:24.503536+0000 mgr.y (mgr.14556) 2130 : cluster [DBG] pgmap v1864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:24.503536+0000 mgr.y (mgr.14556) 2130 : cluster [DBG] pgmap v1864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:28.043 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:47:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:26.504396+0000 mgr.y (mgr.14556) 2131 : cluster [DBG] pgmap v1865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:26.504396+0000 mgr.y (mgr.14556) 2131 : cluster [DBG] pgmap v1865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:26.504396+0000 mgr.y (mgr.14556) 2131 : cluster [DBG] pgmap v1865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:28.330 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:47:28.330 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (60m) 8m ago 61m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:47:28.330 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (61m) 8m ago 61m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:47:28.330 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (62m) 8m ago 62m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:47:28.330 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (62m) 8m ago 62m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (65m) 8m ago 65m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (67m) 8m ago 67m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (67m) 8m ago 67m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (66m) 8m ago 66m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (66m) 8m ago 66m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (61m) 8m ago 61m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (61m) 8m ago 61m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (65m) 8m ago 65m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (65m) 8m ago 65m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (64m) 8m ago 64m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (64m) 8m ago 64m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (63m) 8m ago 63m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (63m) 8m ago 63m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:47:28.331 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (63m) 8m ago 62m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:47:28.332 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (62m) 8m ago 62m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:47:28.332 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (60m) 8m ago 61m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:47:28.683 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:47:28.683 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:47:28.683 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:47:28.683 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:47:28.683 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:47:28.683 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:47:28.684 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:47:28.684 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:47:28.684 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:47:28.684 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:47:28.684 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:47:28.684 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:47:28.684 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:47:28.684 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:47:28.684 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:47:28.684 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:47:28.684 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:47:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:47:28.032451+0000 mgr.y (mgr.14556) 2132 : audit [DBG] from='client.16989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:47:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:47:28.684399+0000 mon.c (mon.2) 86 : audit [DBG] from='client.? 172.21.15.23:0/2612553877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:47:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:47:28.032451+0000 mgr.y (mgr.14556) 2132 : audit [DBG] from='client.16989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:47:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:47:28.684399+0000 mon.c (mon.2) 86 : audit [DBG] from='client.? 172.21.15.23:0/2612553877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:47:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:47:28.032451+0000 mgr.y (mgr.14556) 2132 : audit [DBG] from='client.16989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:47:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:47:28.684399+0000 mon.c (mon.2) 86 : audit [DBG] from='client.? 172.21.15.23:0/2612553877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:47:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:47:28.323584+0000 mgr.y (mgr.14556) 2133 : audit [DBG] from='client.16995 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:47:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:28.504712+0000 mgr.y (mgr.14556) 2134 : cluster [DBG] pgmap v1866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:47:28.323584+0000 mgr.y (mgr.14556) 2133 : audit [DBG] from='client.16995 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:47:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:28.504712+0000 mgr.y (mgr.14556) 2134 : cluster [DBG] pgmap v1866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:47:28.323584+0000 mgr.y (mgr.14556) 2133 : audit [DBG] from='client.16995 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:47:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:28.504712+0000 mgr.y (mgr.14556) 2134 : cluster [DBG] pgmap v1866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:31.869 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:47:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:30.505402+0000 mgr.y (mgr.14556) 2135 : cluster [DBG] pgmap v1867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:30.505402+0000 mgr.y (mgr.14556) 2135 : cluster [DBG] pgmap v1867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:30.505402+0000 mgr.y (mgr.14556) 2135 : cluster [DBG] pgmap v1867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:47:33] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:47:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:32.505757+0000 mgr.y (mgr.14556) 2136 : cluster [DBG] pgmap v1868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:32.505757+0000 mgr.y (mgr.14556) 2136 : cluster [DBG] pgmap v1868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:32.505757+0000 mgr.y (mgr.14556) 2136 : cluster [DBG] pgmap v1868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:34.506325+0000 mgr.y (mgr.14556) 2137 : cluster [DBG] pgmap v1869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:34.506325+0000 mgr.y (mgr.14556) 2137 : cluster [DBG] pgmap v1869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:34.506325+0000 mgr.y (mgr.14556) 2137 : cluster [DBG] pgmap v1869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:36.507020+0000 mgr.y (mgr.14556) 2138 : cluster [DBG] pgmap v1870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:36.507020+0000 mgr.y (mgr.14556) 2138 : cluster [DBG] pgmap v1870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:36.507020+0000 mgr.y (mgr.14556) 2138 : cluster [DBG] pgmap v1870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:38.507401+0000 mgr.y (mgr.14556) 2139 : cluster [DBG] pgmap v1871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:38.507401+0000 mgr.y (mgr.14556) 2139 : cluster [DBG] pgmap v1871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:38.507401+0000 mgr.y (mgr.14556) 2139 : cluster [DBG] pgmap v1871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:47:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:40.508186+0000 mgr.y (mgr.14556) 2140 : cluster [DBG] pgmap v1872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:40.508186+0000 mgr.y (mgr.14556) 2140 : cluster [DBG] pgmap v1872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:40.508186+0000 mgr.y (mgr.14556) 2140 : cluster [DBG] pgmap v1872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:47:43] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T07:47:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:42.508587+0000 mgr.y (mgr.14556) 2141 : cluster [DBG] pgmap v1873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:42.508587+0000 mgr.y (mgr.14556) 2141 : cluster [DBG] pgmap v1873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:42.508587+0000 mgr.y (mgr.14556) 2141 : cluster [DBG] pgmap v1873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:44.509008+0000 mgr.y (mgr.14556) 2142 : cluster [DBG] pgmap v1874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:44.509008+0000 mgr.y (mgr.14556) 2142 : cluster [DBG] pgmap v1874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:44.509008+0000 mgr.y (mgr.14556) 2142 : cluster [DBG] pgmap v1874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:46.509686+0000 mgr.y (mgr.14556) 2143 : cluster [DBG] pgmap v1875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:46.509686+0000 mgr.y (mgr.14556) 2143 : cluster [DBG] pgmap v1875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:46.509686+0000 mgr.y (mgr.14556) 2143 : cluster [DBG] pgmap v1875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:48.510142+0000 mgr.y (mgr.14556) 2144 : cluster [DBG] pgmap v1876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:48.510142+0000 mgr.y (mgr.14556) 2144 : cluster [DBG] pgmap v1876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:48.510142+0000 mgr.y (mgr.14556) 2144 : cluster [DBG] pgmap v1876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:47:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:50.510828+0000 mgr.y (mgr.14556) 2145 : cluster [DBG] pgmap v1877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:50.510828+0000 mgr.y (mgr.14556) 2145 : cluster [DBG] pgmap v1877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:50.510828+0000 mgr.y (mgr.14556) 2145 : cluster [DBG] pgmap v1877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:47:52.442399+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:47:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:47:52.753578+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:47:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:47:52.754233+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:47:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:47:52.761638+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:47:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:47:52.442399+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:47:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:47:52.753578+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:47:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:47:52.754233+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:47:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:47:52.761638+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:47:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:47:52.442399+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:47:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:47:52.753578+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:47:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:47:52.754233+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:47:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:47:52.761638+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:47:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:47:53] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T07:47:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:52.511260+0000 mgr.y (mgr.14556) 2146 : cluster [DBG] pgmap v1878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:52.511260+0000 mgr.y (mgr.14556) 2146 : cluster [DBG] pgmap v1878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:52.511260+0000 mgr.y (mgr.14556) 2146 : cluster [DBG] pgmap v1878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:54.511782+0000 mgr.y (mgr.14556) 2147 : cluster [DBG] pgmap v1879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:54.511782+0000 mgr.y (mgr.14556) 2147 : cluster [DBG] pgmap v1879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:54.511782+0000 mgr.y (mgr.14556) 2147 : cluster [DBG] pgmap v1879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:47:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:56.512701+0000 mgr.y (mgr.14556) 2148 : cluster [DBG] pgmap v1880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:47:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:56.512701+0000 mgr.y (mgr.14556) 2148 : cluster [DBG] pgmap v1880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:47:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:56.512701+0000 mgr.y (mgr.14556) 2148 : cluster [DBG] pgmap v1880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:47:59.011 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:47:59.299 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:47:59.299 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (60m) 9m ago 61m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:47:59.299 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (61m) 9m ago 61m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:47:59.299 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (62m) 9m ago 62m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:47:59.299 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (62m) 9m ago 62m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:47:59.299 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (66m) 9m ago 66m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (68m) 9m ago 68m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (68m) 9m ago 68m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (66m) 9m ago 66m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (66m) 9m ago 66m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (62m) 9m ago 62m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (61m) 9m ago 61m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (66m) 9m ago 66m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (65m) 9m ago 65m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (65m) 9m ago 65m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (64m) 9m ago 64m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (64m) 9m ago 64m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (63m) 9m ago 63m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (63m) 9m ago 63m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (63m) 9m ago 63m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:47:59.300 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (60m) 9m ago 62m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:47:59.647 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:47:59.647 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:47:59.647 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:47:59.647 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:47:59.647 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:47:59.647 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:47:59.648 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:47:59.648 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:47:59.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:47:59.648 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:47:59.648 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:47:59.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:47:59.648 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:47:59.648 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:47:59.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:47:59.648 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:47:59.648 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:48:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:47:58.513141+0000 mgr.y (mgr.14556) 2149 : cluster [DBG] pgmap v1881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:47:59.000292+0000 mgr.y (mgr.14556) 2150 : audit [DBG] from='client.17007 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:48:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:47:59.648398+0000 mon.a (mon.0) 1160 : audit [DBG] from='client.? 172.21.15.23:0/3719595971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:48:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:47:58.513141+0000 mgr.y (mgr.14556) 2149 : cluster [DBG] pgmap v1881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:47:59.000292+0000 mgr.y (mgr.14556) 2150 : audit [DBG] from='client.17007 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:48:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:47:59.648398+0000 mon.a (mon.0) 1160 : audit [DBG] from='client.? 172.21.15.23:0/3719595971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:48:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:47:58.513141+0000 mgr.y (mgr.14556) 2149 : cluster [DBG] pgmap v1881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:47:59.000292+0000 mgr.y (mgr.14556) 2150 : audit [DBG] from='client.17007 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:48:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:47:59.648398+0000 mon.a (mon.0) 1160 : audit [DBG] from='client.? 172.21.15.23:0/3719595971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:48:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:47:59.292556+0000 mgr.y (mgr.14556) 2151 : audit [DBG] from='client.26927 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:48:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:47:59.292556+0000 mgr.y (mgr.14556) 2151 : audit [DBG] from='client.26927 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:48:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:47:59.292556+0000 mgr.y (mgr.14556) 2151 : audit [DBG] from='client.26927 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:48:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:48:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:00.513764+0000 mgr.y (mgr.14556) 2152 : cluster [DBG] pgmap v1882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:00.513764+0000 mgr.y (mgr.14556) 2152 : cluster [DBG] pgmap v1882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:00.513764+0000 mgr.y (mgr.14556) 2152 : cluster [DBG] pgmap v1882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:48:03] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T07:48:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:02.514156+0000 mgr.y (mgr.14556) 2153 : cluster [DBG] pgmap v1883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:02.514156+0000 mgr.y (mgr.14556) 2153 : cluster [DBG] pgmap v1883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:02.514156+0000 mgr.y (mgr.14556) 2153 : cluster [DBG] pgmap v1883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:04.514597+0000 mgr.y (mgr.14556) 2154 : cluster [DBG] pgmap v1884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:04.514597+0000 mgr.y (mgr.14556) 2154 : cluster [DBG] pgmap v1884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:04.514597+0000 mgr.y (mgr.14556) 2154 : cluster [DBG] pgmap v1884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:06.515442+0000 mgr.y (mgr.14556) 2155 : cluster [DBG] pgmap v1885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:08.694 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:06.515442+0000 mgr.y (mgr.14556) 2155 : cluster [DBG] pgmap v1885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:08.694 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:06.515442+0000 mgr.y (mgr.14556) 2155 : cluster [DBG] pgmap v1885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:08.515966+0000 mgr.y (mgr.14556) 2156 : cluster [DBG] pgmap v1886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:08.515966+0000 mgr.y (mgr.14556) 2156 : cluster [DBG] pgmap v1886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:08.515966+0000 mgr.y (mgr.14556) 2156 : cluster [DBG] pgmap v1886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:48:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:10.516760+0000 mgr.y (mgr.14556) 2157 : cluster [DBG] pgmap v1887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:10.516760+0000 mgr.y (mgr.14556) 2157 : cluster [DBG] pgmap v1887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:10.516760+0000 mgr.y (mgr.14556) 2157 : cluster [DBG] pgmap v1887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:12.517233+0000 mgr.y (mgr.14556) 2158 : cluster [DBG] pgmap v1888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:12.517233+0000 mgr.y (mgr.14556) 2158 : cluster [DBG] pgmap v1888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:12.517233+0000 mgr.y (mgr.14556) 2158 : cluster [DBG] pgmap v1888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:48:13] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:48:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:14.517668+0000 mgr.y (mgr.14556) 2159 : cluster [DBG] pgmap v1889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:14.517668+0000 mgr.y (mgr.14556) 2159 : cluster [DBG] pgmap v1889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:14.517668+0000 mgr.y (mgr.14556) 2159 : cluster [DBG] pgmap v1889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:16.518359+0000 mgr.y (mgr.14556) 2160 : cluster [DBG] pgmap v1890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:16.518359+0000 mgr.y (mgr.14556) 2160 : cluster [DBG] pgmap v1890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:16.518359+0000 mgr.y (mgr.14556) 2160 : cluster [DBG] pgmap v1890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:18.518828+0000 mgr.y (mgr.14556) 2161 : cluster [DBG] pgmap v1891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:18.518828+0000 mgr.y (mgr.14556) 2161 : cluster [DBG] pgmap v1891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:18.518828+0000 mgr.y (mgr.14556) 2161 : cluster [DBG] pgmap v1891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:20.519427+0000 mgr.y (mgr.14556) 2162 : cluster [DBG] pgmap v1892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:20.519427+0000 mgr.y (mgr.14556) 2162 : cluster [DBG] pgmap v1892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:48:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:20.519427+0000 mgr.y (mgr.14556) 2162 : cluster [DBG] pgmap v1892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:23.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:22.519784+0000 mgr.y (mgr.14556) 2163 : cluster [DBG] pgmap v1893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:22.519784+0000 mgr.y (mgr.14556) 2163 : cluster [DBG] pgmap v1893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:48:23] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T07:48:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:22.519784+0000 mgr.y (mgr.14556) 2163 : cluster [DBG] pgmap v1893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:24.520168+0000 mgr.y (mgr.14556) 2164 : cluster [DBG] pgmap v1894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:24.520168+0000 mgr.y (mgr.14556) 2164 : cluster [DBG] pgmap v1894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:24.520168+0000 mgr.y (mgr.14556) 2164 : cluster [DBG] pgmap v1894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:26.520869+0000 mgr.y (mgr.14556) 2165 : cluster [DBG] pgmap v1895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:26.520869+0000 mgr.y (mgr.14556) 2165 : cluster [DBG] pgmap v1895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:26.520869+0000 mgr.y (mgr.14556) 2165 : cluster [DBG] pgmap v1895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:28.521254+0000 mgr.y (mgr.14556) 2166 : cluster [DBG] pgmap v1896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:29.970 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:48:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:28.521254+0000 mgr.y (mgr.14556) 2166 : cluster [DBG] pgmap v1896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:28.521254+0000 mgr.y (mgr.14556) 2166 : cluster [DBG] pgmap v1896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:30.259 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:48:30.259 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (61m) 9m ago 62m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (62m) 9m ago 62m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (63m) 9m ago 63m 22.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (63m) 9m ago 63m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (66m) 9m ago 66m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (68m) 9m ago 68m 456M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (68m) 9m ago 68m 167M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (67m) 9m ago 67m 102M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (67m) 9m ago 67m 103M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (62m) 9m ago 62m 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (62m) 9m ago 62m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (66m) 9m ago 66m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (66m) 9m ago 66m 42.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (65m) 9m ago 65m 41.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (65m) 9m ago 65m 40.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:48:30.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (64m) 9m ago 64m 40.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:48:30.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (64m) 9m ago 64m 40.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:48:30.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (64m) 9m ago 64m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:48:30.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (63m) 9m ago 63m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:48:30.261 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (61m) 9m ago 62m 80.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:48:30.615 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:48:30.615 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:48:30.615 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:48:30.615 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:48:30.615 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:48:30.615 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:48:30.615 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:48:30.615 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:48:30.615 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:48:30.615 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:48:30.616 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:48:30.616 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:48:30.616 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:48:30.616 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:48:30.616 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:48:30.616 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:48:30.616 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:48:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:48:29.959259+0000 mgr.y (mgr.14556) 2167 : audit [DBG] from='client.17025 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:48:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:48:30.252711+0000 mgr.y (mgr.14556) 2168 : audit [DBG] from='client.26945 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:48:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:48:30.616083+0000 mon.a (mon.0) 1161 : audit [DBG] from='client.? 172.21.15.23:0/1103942829' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:48:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:48:29.959259+0000 mgr.y (mgr.14556) 2167 : audit [DBG] from='client.17025 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:48:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:48:30.252711+0000 mgr.y (mgr.14556) 2168 : audit [DBG] from='client.26945 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:48:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:48:30.616083+0000 mon.a (mon.0) 1161 : audit [DBG] from='client.? 172.21.15.23:0/1103942829' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:48:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:48:29.959259+0000 mgr.y (mgr.14556) 2167 : audit [DBG] from='client.17025 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:48:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:48:30.252711+0000 mgr.y (mgr.14556) 2168 : audit [DBG] from='client.26945 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:48:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:48:30.616083+0000 mon.a (mon.0) 1161 : audit [DBG] from='client.? 172.21.15.23:0/1103942829' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:48:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:30.521761+0000 mgr.y (mgr.14556) 2169 : cluster [DBG] pgmap v1897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:48:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:30.521761+0000 mgr.y (mgr.14556) 2169 : cluster [DBG] pgmap v1897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:30.521761+0000 mgr.y (mgr.14556) 2169 : cluster [DBG] pgmap v1897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:48:33] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T07:48:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:32.522262+0000 mgr.y (mgr.14556) 2170 : cluster [DBG] pgmap v1898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:32.522262+0000 mgr.y (mgr.14556) 2170 : cluster [DBG] pgmap v1898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:32.522262+0000 mgr.y (mgr.14556) 2170 : cluster [DBG] pgmap v1898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:34.522588+0000 mgr.y (mgr.14556) 2171 : cluster [DBG] pgmap v1899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:34.522588+0000 mgr.y (mgr.14556) 2171 : cluster [DBG] pgmap v1899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:34.522588+0000 mgr.y (mgr.14556) 2171 : cluster [DBG] pgmap v1899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:36.523278+0000 mgr.y (mgr.14556) 2172 : cluster [DBG] pgmap v1900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:36.523278+0000 mgr.y (mgr.14556) 2172 : cluster [DBG] pgmap v1900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:36.523278+0000 mgr.y (mgr.14556) 2172 : cluster [DBG] pgmap v1900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:38.523719+0000 mgr.y (mgr.14556) 2173 : cluster [DBG] pgmap v1901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:38.523719+0000 mgr.y (mgr.14556) 2173 : cluster [DBG] pgmap v1901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:38.523719+0000 mgr.y (mgr.14556) 2173 : cluster [DBG] pgmap v1901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:40.524339+0000 mgr.y (mgr.14556) 2174 : cluster [DBG] pgmap v1902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:48:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:40.524339+0000 mgr.y (mgr.14556) 2174 : cluster [DBG] pgmap v1902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:40.524339+0000 mgr.y (mgr.14556) 2174 : cluster [DBG] pgmap v1902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:48:43] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T07:48:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:42.524766+0000 mgr.y (mgr.14556) 2175 : cluster [DBG] pgmap v1903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:42.524766+0000 mgr.y (mgr.14556) 2175 : cluster [DBG] pgmap v1903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:42.524766+0000 mgr.y (mgr.14556) 2175 : cluster [DBG] pgmap v1903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:44.525281+0000 mgr.y (mgr.14556) 2176 : cluster [DBG] pgmap v1904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:44.525281+0000 mgr.y (mgr.14556) 2176 : cluster [DBG] pgmap v1904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:44.525281+0000 mgr.y (mgr.14556) 2176 : cluster [DBG] pgmap v1904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:46.526025+0000 mgr.y (mgr.14556) 2177 : cluster [DBG] pgmap v1905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:46.526025+0000 mgr.y (mgr.14556) 2177 : cluster [DBG] pgmap v1905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:46.526025+0000 mgr.y (mgr.14556) 2177 : cluster [DBG] pgmap v1905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:48.526606+0000 mgr.y (mgr.14556) 2178 : cluster [DBG] pgmap v1906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:48.526606+0000 mgr.y (mgr.14556) 2178 : cluster [DBG] pgmap v1906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:48.526606+0000 mgr.y (mgr.14556) 2178 : cluster [DBG] pgmap v1906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:51.795 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:48:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:50.527196+0000 mgr.y (mgr.14556) 2179 : cluster [DBG] pgmap v1907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:50.527196+0000 mgr.y (mgr.14556) 2179 : cluster [DBG] pgmap v1907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:50.527196+0000 mgr.y (mgr.14556) 2179 : cluster [DBG] pgmap v1907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:48:52.766844+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:48:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:48:52.766844+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:48:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:48:52.766844+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:48:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:48:53] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T07:48:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:52.527741+0000 mgr.y (mgr.14556) 2180 : cluster [DBG] pgmap v1908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:52.527741+0000 mgr.y (mgr.14556) 2180 : cluster [DBG] pgmap v1908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:52.527741+0000 mgr.y (mgr.14556) 2180 : cluster [DBG] pgmap v1908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:54.528314+0000 mgr.y (mgr.14556) 2181 : cluster [DBG] pgmap v1909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:48:55.654132+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:48:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:54.528314+0000 mgr.y (mgr.14556) 2181 : cluster [DBG] pgmap v1909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:48:55.654132+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:48:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:54.528314+0000 mgr.y (mgr.14556) 2181 : cluster [DBG] pgmap v1909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:48:55.654132+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:48:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:48:56.205007+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:48:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:48:56.502618+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:48:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:48:56.503469+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:48:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:48:56.512854+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:48:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:48:56.205007+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:48:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:48:56.502618+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:48:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:48:56.503469+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:48:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:48:56.512854+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:48:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:48:56.205007+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:48:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:48:56.502618+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:48:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:48:56.503469+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:48:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:48:56.512854+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:48:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:48:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:56.528863+0000 mgr.y (mgr.14556) 2182 : cluster [DBG] pgmap v1910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:48:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:56.528863+0000 mgr.y (mgr.14556) 2182 : cluster [DBG] pgmap v1910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:48:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:48:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:56.528863+0000 mgr.y (mgr.14556) 2182 : cluster [DBG] pgmap v1910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:48:58.529453+0000 mgr.y (mgr.14556) 2183 : cluster [DBG] pgmap v1911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:48:58.529453+0000 mgr.y (mgr.14556) 2183 : cluster [DBG] pgmap v1911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:48:58.529453+0000 mgr.y (mgr.14556) 2183 : cluster [DBG] pgmap v1911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:00.941 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:49:01.229 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:49:01.229 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (62m) 5s ago 62m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:49:01.229 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (62m) 5s ago 62m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:49:01.229 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (63m) 5s ago 63m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:49:01.229 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (63m) 5s ago 63m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:49:01.229 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (67m) 5s ago 67m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:49:01.229 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (69m) 5s ago 69m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:49:01.229 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (69m) 5s ago 69m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:49:01.229 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (67m) 5s ago 67m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:49:01.229 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (67m) 5s ago 67m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:49:01.229 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (63m) 5s ago 63m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:49:01.229 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (63m) 5s ago 63m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:49:01.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (67m) 5s ago 67m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:49:01.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (66m) 5s ago 66m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:49:01.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (66m) 5s ago 66m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:49:01.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (65m) 5s ago 65m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:49:01.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (65m) 5s ago 65m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:49:01.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (64m) 5s ago 64m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:49:01.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (64m) 5s ago 64m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:49:01.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (64m) 5s ago 64m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:49:01.230 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (61m) 5s ago 63m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:49:01.577 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:49:01.578 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:49:01.579 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:49:01.579 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:49:01.579 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:49:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:49:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:00.530102+0000 mgr.y (mgr.14556) 2184 : cluster [DBG] pgmap v1912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:49:00.930380+0000 mgr.y (mgr.14556) 2185 : audit [DBG] from='client.26957 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:49:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:49:01.221989+0000 mgr.y (mgr.14556) 2186 : audit [DBG] from='client.17049 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:49:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:49:01.578770+0000 mon.c (mon.2) 87 : audit [DBG] from='client.? 172.21.15.23:0/1727468225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:49:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:00.530102+0000 mgr.y (mgr.14556) 2184 : cluster [DBG] pgmap v1912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:49:00.930380+0000 mgr.y (mgr.14556) 2185 : audit [DBG] from='client.26957 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:49:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:49:01.221989+0000 mgr.y (mgr.14556) 2186 : audit [DBG] from='client.17049 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:49:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:49:01.578770+0000 mon.c (mon.2) 87 : audit [DBG] from='client.? 172.21.15.23:0/1727468225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:49:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:00.530102+0000 mgr.y (mgr.14556) 2184 : cluster [DBG] pgmap v1912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:49:00.930380+0000 mgr.y (mgr.14556) 2185 : audit [DBG] from='client.26957 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:49:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:49:01.221989+0000 mgr.y (mgr.14556) 2186 : audit [DBG] from='client.17049 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:49:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:49:01.578770+0000 mon.c (mon.2) 87 : audit [DBG] from='client.? 172.21.15.23:0/1727468225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:49:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:49:03] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T07:49:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:02.530639+0000 mgr.y (mgr.14556) 2187 : cluster [DBG] pgmap v1913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:02.530639+0000 mgr.y (mgr.14556) 2187 : cluster [DBG] pgmap v1913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:02.530639+0000 mgr.y (mgr.14556) 2187 : cluster [DBG] pgmap v1913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:04.531066+0000 mgr.y (mgr.14556) 2188 : cluster [DBG] pgmap v1914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:04.531066+0000 mgr.y (mgr.14556) 2188 : cluster [DBG] pgmap v1914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:04.531066+0000 mgr.y (mgr.14556) 2188 : cluster [DBG] pgmap v1914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:06.531901+0000 mgr.y (mgr.14556) 2189 : cluster [DBG] pgmap v1915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:06.531901+0000 mgr.y (mgr.14556) 2189 : cluster [DBG] pgmap v1915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:06.531901+0000 mgr.y (mgr.14556) 2189 : cluster [DBG] pgmap v1915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:08.532276+0000 mgr.y (mgr.14556) 2190 : cluster [DBG] pgmap v1916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:08.532276+0000 mgr.y (mgr.14556) 2190 : cluster [DBG] pgmap v1916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:08.532276+0000 mgr.y (mgr.14556) 2190 : cluster [DBG] pgmap v1916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:10.532927+0000 mgr.y (mgr.14556) 2191 : cluster [DBG] pgmap v1917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:11.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:10.532927+0000 mgr.y (mgr.14556) 2191 : cluster [DBG] pgmap v1917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:10.532927+0000 mgr.y (mgr.14556) 2191 : cluster [DBG] pgmap v1917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:49:13.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:49:13] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:49:13.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:12.533358+0000 mgr.y (mgr.14556) 2192 : cluster [DBG] pgmap v1918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:12.533358+0000 mgr.y (mgr.14556) 2192 : cluster [DBG] pgmap v1918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:12.533358+0000 mgr.y (mgr.14556) 2192 : cluster [DBG] pgmap v1918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:14.533762+0000 mgr.y (mgr.14556) 2193 : cluster [DBG] pgmap v1919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:16.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:14.533762+0000 mgr.y (mgr.14556) 2193 : cluster [DBG] pgmap v1919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:14.533762+0000 mgr.y (mgr.14556) 2193 : cluster [DBG] pgmap v1919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:16.534611+0000 mgr.y (mgr.14556) 2194 : cluster [DBG] pgmap v1920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:18.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:16.534611+0000 mgr.y (mgr.14556) 2194 : cluster [DBG] pgmap v1920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:16.534611+0000 mgr.y (mgr.14556) 2194 : cluster [DBG] pgmap v1920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:18.535024+0000 mgr.y (mgr.14556) 2195 : cluster [DBG] pgmap v1921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:20.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:18.535024+0000 mgr.y (mgr.14556) 2195 : cluster [DBG] pgmap v1921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:20.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:18.535024+0000 mgr.y (mgr.14556) 2195 : cluster [DBG] pgmap v1921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:49:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:20.535714+0000 mgr.y (mgr.14556) 2196 : cluster [DBG] pgmap v1922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:20.535714+0000 mgr.y (mgr.14556) 2196 : cluster [DBG] pgmap v1922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:20.535714+0000 mgr.y (mgr.14556) 2196 : cluster [DBG] pgmap v1922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:49:23] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:49:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:22.536273+0000 mgr.y (mgr.14556) 2197 : cluster [DBG] pgmap v1923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:22.536273+0000 mgr.y (mgr.14556) 2197 : cluster [DBG] pgmap v1923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:22.536273+0000 mgr.y (mgr.14556) 2197 : cluster [DBG] pgmap v1923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:24.536725+0000 mgr.y (mgr.14556) 2198 : cluster [DBG] pgmap v1924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:24.536725+0000 mgr.y (mgr.14556) 2198 : cluster [DBG] pgmap v1924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:24.536725+0000 mgr.y (mgr.14556) 2198 : cluster [DBG] pgmap v1924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:26.537641+0000 mgr.y (mgr.14556) 2199 : cluster [DBG] pgmap v1925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:26.537641+0000 mgr.y (mgr.14556) 2199 : cluster [DBG] pgmap v1925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:26.537641+0000 mgr.y (mgr.14556) 2199 : cluster [DBG] pgmap v1925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:28.538215+0000 mgr.y (mgr.14556) 2200 : cluster [DBG] pgmap v1926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:28.538215+0000 mgr.y (mgr.14556) 2200 : cluster [DBG] pgmap v1926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:28.538215+0000 mgr.y (mgr.14556) 2200 : cluster [DBG] pgmap v1926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:31.902 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:49:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:30.538883+0000 mgr.y (mgr.14556) 2201 : cluster [DBG] pgmap v1927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:49:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:30.538883+0000 mgr.y (mgr.14556) 2201 : cluster [DBG] pgmap v1927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:30.538883+0000 mgr.y (mgr.14556) 2201 : cluster [DBG] pgmap v1927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:32.190 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (62m) 36s ago 63m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (63m) 35s ago 63m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (64m) 36s ago 64m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (64m) 35s ago 64m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (67m) 35s ago 67m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (69m) 36s ago 69m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (69m) 36s ago 69m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (68m) 35s ago 68m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (68m) 36s ago 68m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (63m) 36s ago 63m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (63m) 35s ago 63m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (67m) 36s ago 67m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (67m) 36s ago 67m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (66m) 36s ago 66m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:49:32.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (66m) 36s ago 66m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:49:32.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (65m) 35s ago 65m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:49:32.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (65m) 35s ago 65m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:49:32.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (65m) 35s ago 65m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:49:32.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (64m) 35s ago 64m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:49:32.192 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (62m) 35s ago 63m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:49:32.541 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:49:32.541 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:49:32.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:49:32.541 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:49:32.541 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:49:32.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:49:32.542 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:49:32.542 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:49:32.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:49:32.542 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:49:32.542 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:49:32.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:49:32.542 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:49:32.542 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:49:32.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:49:32.542 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:49:32.542 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:49:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:49:31.890899+0000 mgr.y (mgr.14556) 2202 : audit [DBG] from='client.17061 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:49:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:49:32.183666+0000 mgr.y (mgr.14556) 2203 : audit [DBG] from='client.17067 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:49:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:49:32.542497+0000 mon.a (mon.0) 1168 : audit [DBG] from='client.? 172.21.15.23:0/535336241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:49:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:49:31.890899+0000 mgr.y (mgr.14556) 2202 : audit [DBG] from='client.17061 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:49:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:49:32.183666+0000 mgr.y (mgr.14556) 2203 : audit [DBG] from='client.17067 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:49:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:49:32.542497+0000 mon.a (mon.0) 1168 : audit [DBG] from='client.? 172.21.15.23:0/535336241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:49:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:49:31.890899+0000 mgr.y (mgr.14556) 2202 : audit [DBG] from='client.17061 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:49:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:49:32.183666+0000 mgr.y (mgr.14556) 2203 : audit [DBG] from='client.17067 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:49:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:49:32.542497+0000 mon.a (mon.0) 1168 : audit [DBG] from='client.? 172.21.15.23:0/535336241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:49:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:32.539217+0000 mgr.y (mgr.14556) 2204 : cluster [DBG] pgmap v1928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:49:33] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:49:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:32.539217+0000 mgr.y (mgr.14556) 2204 : cluster [DBG] pgmap v1928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:32.539217+0000 mgr.y (mgr.14556) 2204 : cluster [DBG] pgmap v1928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:34.539828+0000 mgr.y (mgr.14556) 2205 : cluster [DBG] pgmap v1929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:34.539828+0000 mgr.y (mgr.14556) 2205 : cluster [DBG] pgmap v1929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:34.539828+0000 mgr.y (mgr.14556) 2205 : cluster [DBG] pgmap v1929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:36.540549+0000 mgr.y (mgr.14556) 2206 : cluster [DBG] pgmap v1930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:36.540549+0000 mgr.y (mgr.14556) 2206 : cluster [DBG] pgmap v1930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:36.540549+0000 mgr.y (mgr.14556) 2206 : cluster [DBG] pgmap v1930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:38.541021+0000 mgr.y (mgr.14556) 2207 : cluster [DBG] pgmap v1931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:38.541021+0000 mgr.y (mgr.14556) 2207 : cluster [DBG] pgmap v1931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:38.541021+0000 mgr.y (mgr.14556) 2207 : cluster [DBG] pgmap v1931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:40.541869+0000 mgr.y (mgr.14556) 2208 : cluster [DBG] pgmap v1932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:49:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:40.541869+0000 mgr.y (mgr.14556) 2208 : cluster [DBG] pgmap v1932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:40.541869+0000 mgr.y (mgr.14556) 2208 : cluster [DBG] pgmap v1932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:49:43] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T07:49:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:42.542416+0000 mgr.y (mgr.14556) 2209 : cluster [DBG] pgmap v1933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:42.542416+0000 mgr.y (mgr.14556) 2209 : cluster [DBG] pgmap v1933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:42.542416+0000 mgr.y (mgr.14556) 2209 : cluster [DBG] pgmap v1933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:44.542951+0000 mgr.y (mgr.14556) 2210 : cluster [DBG] pgmap v1934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:44.542951+0000 mgr.y (mgr.14556) 2210 : cluster [DBG] pgmap v1934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:44.542951+0000 mgr.y (mgr.14556) 2210 : cluster [DBG] pgmap v1934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:46.543767+0000 mgr.y (mgr.14556) 2211 : cluster [DBG] pgmap v1935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:46.543767+0000 mgr.y (mgr.14556) 2211 : cluster [DBG] pgmap v1935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:46.543767+0000 mgr.y (mgr.14556) 2211 : cluster [DBG] pgmap v1935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:48.544292+0000 mgr.y (mgr.14556) 2212 : cluster [DBG] pgmap v1936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:48.544292+0000 mgr.y (mgr.14556) 2212 : cluster [DBG] pgmap v1936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:48.544292+0000 mgr.y (mgr.14556) 2212 : cluster [DBG] pgmap v1936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:51.799 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:49:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:50.545055+0000 mgr.y (mgr.14556) 2213 : cluster [DBG] pgmap v1937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:50.545055+0000 mgr.y (mgr.14556) 2213 : cluster [DBG] pgmap v1937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:50.545055+0000 mgr.y (mgr.14556) 2213 : cluster [DBG] pgmap v1937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:49:53] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T07:49:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:52.545507+0000 mgr.y (mgr.14556) 2214 : cluster [DBG] pgmap v1938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:52.545507+0000 mgr.y (mgr.14556) 2214 : cluster [DBG] pgmap v1938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:52.545507+0000 mgr.y (mgr.14556) 2214 : cluster [DBG] pgmap v1938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:54.546038+0000 mgr.y (mgr.14556) 2215 : cluster [DBG] pgmap v1939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:54.546038+0000 mgr.y (mgr.14556) 2215 : cluster [DBG] pgmap v1939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:54.546038+0000 mgr.y (mgr.14556) 2215 : cluster [DBG] pgmap v1939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:49:56.518558+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:49:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:49:56.828877+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:49:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:49:56.829559+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:49:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:49:56.518558+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:49:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:49:56.828877+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:49:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:49:56.829559+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:49:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:49:56.518558+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:49:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:49:56.828877+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:49:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:49:56.829559+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:49:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:56.546641+0000 mgr.y (mgr.14556) 2216 : cluster [DBG] pgmap v1940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:49:56.839167+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:49:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:56.546641+0000 mgr.y (mgr.14556) 2216 : cluster [DBG] pgmap v1940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:49:56.839167+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:49:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:56.546641+0000 mgr.y (mgr.14556) 2216 : cluster [DBG] pgmap v1940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:49:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:49:56.839167+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:50:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:49:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:49:58.547005+0000 mgr.y (mgr.14556) 2217 : cluster [DBG] pgmap v1941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:49:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:49:58.547005+0000 mgr.y (mgr.14556) 2217 : cluster [DBG] pgmap v1941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T07:49:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:50:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:49:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:49:58.547005+0000 mgr.y (mgr.14556) 2217 : cluster [DBG] pgmap v1941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:00.000106+0000 mon.a (mon.0) 1173 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:50:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:00.000106+0000 mon.a (mon.0) 1173 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:50:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:00.000106+0000 mon.a (mon.0) 1173 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T07:50:01.869 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:50:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:00.547603+0000 mgr.y (mgr.14556) 2218 : cluster [DBG] pgmap v1942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:00.547603+0000 mgr.y (mgr.14556) 2218 : cluster [DBG] pgmap v1942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:02.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:00.547603+0000 mgr.y (mgr.14556) 2218 : cluster [DBG] pgmap v1942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:02.867 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:50:03.158 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:50:03.158 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (63m) 67s ago 63m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:50:03.158 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (63m) 66s ago 63m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:50:03.158 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (64m) 67s ago 64m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (64m) 66s ago 64m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (68m) 66s ago 68m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (70m) 67s ago 70m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (70m) 67s ago 70m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (68m) 66s ago 68m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (68m) 67s ago 68m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (64m) 67s ago 64m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (64m) 66s ago 64m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (68m) 67s ago 68m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (67m) 67s ago 67m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (67m) 67s ago 67m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (66m) 67s ago 66m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (66m) 66s ago 66m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:50:03.159 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (66m) 66s ago 66m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:50:03.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (65m) 66s ago 65m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:50:03.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (65m) 66s ago 65m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:50:03.160 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (62m) 66s ago 64m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:50:03.508 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:50:03.508 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:50:03.508 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:50:03.508 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:50:03.508 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:50:03.508 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:50:03.508 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:50:03.509 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:50:03.509 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:50:03.509 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:50:03.509 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:50:03.509 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:50:03.509 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:50:03.509 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:50:03.509 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:50:03.509 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:50:03.509 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:50:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:50:03] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T07:50:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:02.548109+0000 mgr.y (mgr.14556) 2219 : cluster [DBG] pgmap v1943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:50:02.855670+0000 mgr.y (mgr.14556) 2220 : audit [DBG] from='client.26993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:50:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:50:03.151548+0000 mgr.y (mgr.14556) 2221 : audit [DBG] from='client.17085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:50:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:50:03.509422+0000 mon.a (mon.0) 1174 : audit [DBG] from='client.? 172.21.15.23:0/455266246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:50:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:02.548109+0000 mgr.y (mgr.14556) 2219 : cluster [DBG] pgmap v1943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:50:02.855670+0000 mgr.y (mgr.14556) 2220 : audit [DBG] from='client.26993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:50:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:50:03.151548+0000 mgr.y (mgr.14556) 2221 : audit [DBG] from='client.17085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:50:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:50:03.509422+0000 mon.a (mon.0) 1174 : audit [DBG] from='client.? 172.21.15.23:0/455266246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:50:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:02.548109+0000 mgr.y (mgr.14556) 2219 : cluster [DBG] pgmap v1943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:50:02.855670+0000 mgr.y (mgr.14556) 2220 : audit [DBG] from='client.26993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:50:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:50:03.151548+0000 mgr.y (mgr.14556) 2221 : audit [DBG] from='client.17085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:50:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:50:03.509422+0000 mon.a (mon.0) 1174 : audit [DBG] from='client.? 172.21.15.23:0/455266246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:50:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:04.548518+0000 mgr.y (mgr.14556) 2222 : cluster [DBG] pgmap v1944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:04.548518+0000 mgr.y (mgr.14556) 2222 : cluster [DBG] pgmap v1944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:04.548518+0000 mgr.y (mgr.14556) 2222 : cluster [DBG] pgmap v1944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:06.549393+0000 mgr.y (mgr.14556) 2223 : cluster [DBG] pgmap v1945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:06.549393+0000 mgr.y (mgr.14556) 2223 : cluster [DBG] pgmap v1945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:06.549393+0000 mgr.y (mgr.14556) 2223 : cluster [DBG] pgmap v1945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:08.549946+0000 mgr.y (mgr.14556) 2224 : cluster [DBG] pgmap v1946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:08.549946+0000 mgr.y (mgr.14556) 2224 : cluster [DBG] pgmap v1946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:08.549946+0000 mgr.y (mgr.14556) 2224 : cluster [DBG] pgmap v1946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:50:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:10.550601+0000 mgr.y (mgr.14556) 2225 : cluster [DBG] pgmap v1947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:10.550601+0000 mgr.y (mgr.14556) 2225 : cluster [DBG] pgmap v1947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:10.550601+0000 mgr.y (mgr.14556) 2225 : cluster [DBG] pgmap v1947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:12.550929+0000 mgr.y (mgr.14556) 2226 : cluster [DBG] pgmap v1948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:12.550929+0000 mgr.y (mgr.14556) 2226 : cluster [DBG] pgmap v1948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:50:13] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T07:50:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:12.550929+0000 mgr.y (mgr.14556) 2226 : cluster [DBG] pgmap v1948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:14.551391+0000 mgr.y (mgr.14556) 2227 : cluster [DBG] pgmap v1949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:14.551391+0000 mgr.y (mgr.14556) 2227 : cluster [DBG] pgmap v1949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:14.551391+0000 mgr.y (mgr.14556) 2227 : cluster [DBG] pgmap v1949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:16.552089+0000 mgr.y (mgr.14556) 2228 : cluster [DBG] pgmap v1950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:16.552089+0000 mgr.y (mgr.14556) 2228 : cluster [DBG] pgmap v1950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:16.552089+0000 mgr.y (mgr.14556) 2228 : cluster [DBG] pgmap v1950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:18.552604+0000 mgr.y (mgr.14556) 2229 : cluster [DBG] pgmap v1951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:18.552604+0000 mgr.y (mgr.14556) 2229 : cluster [DBG] pgmap v1951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:18.552604+0000 mgr.y (mgr.14556) 2229 : cluster [DBG] pgmap v1951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:50:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:20.553405+0000 mgr.y (mgr.14556) 2230 : cluster [DBG] pgmap v1952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:20.553405+0000 mgr.y (mgr.14556) 2230 : cluster [DBG] pgmap v1952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:20.553405+0000 mgr.y (mgr.14556) 2230 : cluster [DBG] pgmap v1952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:50:23] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:50:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:22.553820+0000 mgr.y (mgr.14556) 2231 : cluster [DBG] pgmap v1953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:22.553820+0000 mgr.y (mgr.14556) 2231 : cluster [DBG] pgmap v1953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:22.553820+0000 mgr.y (mgr.14556) 2231 : cluster [DBG] pgmap v1953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:24.554377+0000 mgr.y (mgr.14556) 2232 : cluster [DBG] pgmap v1954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:24.554377+0000 mgr.y (mgr.14556) 2232 : cluster [DBG] pgmap v1954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:24.554377+0000 mgr.y (mgr.14556) 2232 : cluster [DBG] pgmap v1954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:26.555047+0000 mgr.y (mgr.14556) 2233 : cluster [DBG] pgmap v1955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:26.555047+0000 mgr.y (mgr.14556) 2233 : cluster [DBG] pgmap v1955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:26.555047+0000 mgr.y (mgr.14556) 2233 : cluster [DBG] pgmap v1955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:28.555595+0000 mgr.y (mgr.14556) 2234 : cluster [DBG] pgmap v1956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:28.555595+0000 mgr.y (mgr.14556) 2234 : cluster [DBG] pgmap v1956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:28.555595+0000 mgr.y (mgr.14556) 2234 : cluster [DBG] pgmap v1956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:50:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:30.556197+0000 mgr.y (mgr.14556) 2235 : cluster [DBG] pgmap v1957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:30.556197+0000 mgr.y (mgr.14556) 2235 : cluster [DBG] pgmap v1957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:30.556197+0000 mgr.y (mgr.14556) 2235 : cluster [DBG] pgmap v1957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:33.834 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:50:34.121 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:50:34.121 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (63m) 98s ago 64m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:50:34.121 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (64m) 97s ago 64m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:50:34.121 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (65m) 98s ago 65m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:50:34.121 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (65m) 97s ago 65m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (68m) 97s ago 68m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (70m) 98s ago 70m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (70m) 98s ago 70m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (69m) 97s ago 69m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (69m) 98s ago 69m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (64m) 98s ago 64m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (64m) 97s ago 64m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (68m) 98s ago 68m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (68m) 98s ago 68m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (67m) 98s ago 67m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (67m) 98s ago 67m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (66m) 97s ago 66m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (66m) 97s ago 66m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:50:34.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (66m) 97s ago 66m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:50:34.123 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (65m) 97s ago 65m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:50:34.123 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (63m) 97s ago 64m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:50:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:50:33] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:50:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:32.556718+0000 mgr.y (mgr.14556) 2236 : cluster [DBG] pgmap v1958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:32.556718+0000 mgr.y (mgr.14556) 2236 : cluster [DBG] pgmap v1958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:32.556718+0000 mgr.y (mgr.14556) 2236 : cluster [DBG] pgmap v1958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:34.489 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:50:34.490 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:50:34.490 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:50:34.490 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:50:34.490 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:50:34.490 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:50:34.490 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:50:34.490 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:50:34.491 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:50:34.491 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:50:34.491 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:50:34.491 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:50:34.491 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:50:34.491 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:50:34.491 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:50:34.491 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:50:34.491 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:50:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:50:33.822635+0000 mgr.y (mgr.14556) 2237 : audit [DBG] from='client.27011 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:50:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:50:34.114576+0000 mgr.y (mgr.14556) 2238 : audit [DBG] from='client.17103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:50:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:50:34.490514+0000 mon.c (mon.2) 88 : audit [DBG] from='client.? 172.21.15.23:0/2449613406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:50:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:50:33.822635+0000 mgr.y (mgr.14556) 2237 : audit [DBG] from='client.27011 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:50:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:50:34.114576+0000 mgr.y (mgr.14556) 2238 : audit [DBG] from='client.17103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:50:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:50:34.490514+0000 mon.c (mon.2) 88 : audit [DBG] from='client.? 172.21.15.23:0/2449613406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:50:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:50:33.822635+0000 mgr.y (mgr.14556) 2237 : audit [DBG] from='client.27011 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:50:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:50:34.114576+0000 mgr.y (mgr.14556) 2238 : audit [DBG] from='client.17103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:50:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:50:34.490514+0000 mon.c (mon.2) 88 : audit [DBG] from='client.? 172.21.15.23:0/2449613406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:50:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:34.557096+0000 mgr.y (mgr.14556) 2239 : cluster [DBG] pgmap v1959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:34.557096+0000 mgr.y (mgr.14556) 2239 : cluster [DBG] pgmap v1959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:34.557096+0000 mgr.y (mgr.14556) 2239 : cluster [DBG] pgmap v1959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:36.557851+0000 mgr.y (mgr.14556) 2240 : cluster [DBG] pgmap v1960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:36.557851+0000 mgr.y (mgr.14556) 2240 : cluster [DBG] pgmap v1960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:36.557851+0000 mgr.y (mgr.14556) 2240 : cluster [DBG] pgmap v1960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:38.558276+0000 mgr.y (mgr.14556) 2241 : cluster [DBG] pgmap v1961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:38.558276+0000 mgr.y (mgr.14556) 2241 : cluster [DBG] pgmap v1961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:38.558276+0000 mgr.y (mgr.14556) 2241 : cluster [DBG] pgmap v1961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:50:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:40.558977+0000 mgr.y (mgr.14556) 2242 : cluster [DBG] pgmap v1962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:40.558977+0000 mgr.y (mgr.14556) 2242 : cluster [DBG] pgmap v1962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:40.558977+0000 mgr.y (mgr.14556) 2242 : cluster [DBG] pgmap v1962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:44.078 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:50:43] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T07:50:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:42.559451+0000 mgr.y (mgr.14556) 2243 : cluster [DBG] pgmap v1963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:42.559451+0000 mgr.y (mgr.14556) 2243 : cluster [DBG] pgmap v1963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:42.559451+0000 mgr.y (mgr.14556) 2243 : cluster [DBG] pgmap v1963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:44.560003+0000 mgr.y (mgr.14556) 2244 : cluster [DBG] pgmap v1964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:44.560003+0000 mgr.y (mgr.14556) 2244 : cluster [DBG] pgmap v1964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:44.560003+0000 mgr.y (mgr.14556) 2244 : cluster [DBG] pgmap v1964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:46.560712+0000 mgr.y (mgr.14556) 2245 : cluster [DBG] pgmap v1965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:46.560712+0000 mgr.y (mgr.14556) 2245 : cluster [DBG] pgmap v1965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:46.560712+0000 mgr.y (mgr.14556) 2245 : cluster [DBG] pgmap v1965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:48.561261+0000 mgr.y (mgr.14556) 2246 : cluster [DBG] pgmap v1966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:48.561261+0000 mgr.y (mgr.14556) 2246 : cluster [DBG] pgmap v1966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:48.561261+0000 mgr.y (mgr.14556) 2246 : cluster [DBG] pgmap v1966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:50:52.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:50.561959+0000 mgr.y (mgr.14556) 2247 : cluster [DBG] pgmap v1967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:52.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:50.561959+0000 mgr.y (mgr.14556) 2247 : cluster [DBG] pgmap v1967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:50.561959+0000 mgr.y (mgr.14556) 2247 : cluster [DBG] pgmap v1967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:50:53] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:50:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:52.562375+0000 mgr.y (mgr.14556) 2248 : cluster [DBG] pgmap v1968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:52.562375+0000 mgr.y (mgr.14556) 2248 : cluster [DBG] pgmap v1968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:52.562375+0000 mgr.y (mgr.14556) 2248 : cluster [DBG] pgmap v1968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:54.562792+0000 mgr.y (mgr.14556) 2249 : cluster [DBG] pgmap v1969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:54.562792+0000 mgr.y (mgr.14556) 2249 : cluster [DBG] pgmap v1969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:54.562792+0000 mgr.y (mgr.14556) 2249 : cluster [DBG] pgmap v1969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:50:56.843900+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:50:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:50:56.843900+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:50:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:50:56.843900+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:50:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:56.563633+0000 mgr.y (mgr.14556) 2250 : cluster [DBG] pgmap v1970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:50:57.158593+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:50:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:50:57.161131+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:50:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:50:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:50:57.166065+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:50:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:56.563633+0000 mgr.y (mgr.14556) 2250 : cluster [DBG] pgmap v1970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:50:57.158593+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:50:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:50:57.161131+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:50:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:50:57.166065+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:50:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:56.563633+0000 mgr.y (mgr.14556) 2250 : cluster [DBG] pgmap v1970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:50:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:50:57.158593+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:50:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:50:57.161131+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:50:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:50:57.166065+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:51:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:50:58.564061+0000 mgr.y (mgr.14556) 2251 : cluster [DBG] pgmap v1971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:50:58.564061+0000 mgr.y (mgr.14556) 2251 : cluster [DBG] pgmap v1971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:50:58.564061+0000 mgr.y (mgr.14556) 2251 : cluster [DBG] pgmap v1971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:51:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:00.564874+0000 mgr.y (mgr.14556) 2252 : cluster [DBG] pgmap v1972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:00.564874+0000 mgr.y (mgr.14556) 2252 : cluster [DBG] pgmap v1972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:00.564874+0000 mgr.y (mgr.14556) 2252 : cluster [DBG] pgmap v1972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:51:03] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:51:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:02.565401+0000 mgr.y (mgr.14556) 2253 : cluster [DBG] pgmap v1973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:02.565401+0000 mgr.y (mgr.14556) 2253 : cluster [DBG] pgmap v1973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:02.565401+0000 mgr.y (mgr.14556) 2253 : cluster [DBG] pgmap v1973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:51:05.101 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:51:05.101 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (64m) 2m ago 64m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:51:05.101 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (64m) 2m ago 64m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:51:05.101 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (65m) 2m ago 65m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:51:05.101 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (65m) 2m ago 65m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:51:05.101 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (69m) 2m ago 69m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:51:05.101 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (71m) 2m ago 71m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (71m) 2m ago 71m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (69m) 2m ago 69m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (69m) 2m ago 69m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (65m) 2m ago 65m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (65m) 2m ago 65m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (69m) 2m ago 69m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (68m) 2m ago 68m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (68m) 2m ago 68m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (67m) 2m ago 67m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (67m) 2m ago 67m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (67m) 2m ago 67m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (66m) 2m ago 66m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:51:05.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (66m) 2m ago 66m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:51:05.103 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (63m) 2m ago 65m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:51:05.452 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:51:05.452 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:51:05.452 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:51:05.452 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:51:05.452 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:51:05.452 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:51:05.452 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:51:05.452 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:51:05.452 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:51:05.452 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:51:05.452 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:51:05.453 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:51:05.453 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:51:05.453 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:51:05.453 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:51:05.453 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:51:05.453 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:51:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:04.565807+0000 mgr.y (mgr.14556) 2254 : cluster [DBG] pgmap v1974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:51:04.801639+0000 mgr.y (mgr.14556) 2255 : audit [DBG] from='client.27029 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:51:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:51:05.094372+0000 mgr.y (mgr.14556) 2256 : audit [DBG] from='client.17121 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:51:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:51:05.453128+0000 mon.c (mon.2) 89 : audit [DBG] from='client.? 172.21.15.23:0/1702599653' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:51:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:04.565807+0000 mgr.y (mgr.14556) 2254 : cluster [DBG] pgmap v1974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:51:04.801639+0000 mgr.y (mgr.14556) 2255 : audit [DBG] from='client.27029 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:51:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:51:05.094372+0000 mgr.y (mgr.14556) 2256 : audit [DBG] from='client.17121 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:51:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:51:05.453128+0000 mon.c (mon.2) 89 : audit [DBG] from='client.? 172.21.15.23:0/1702599653' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:51:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:04.565807+0000 mgr.y (mgr.14556) 2254 : cluster [DBG] pgmap v1974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:51:04.801639+0000 mgr.y (mgr.14556) 2255 : audit [DBG] from='client.27029 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:51:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:51:05.094372+0000 mgr.y (mgr.14556) 2256 : audit [DBG] from='client.17121 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:51:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:51:05.453128+0000 mon.c (mon.2) 89 : audit [DBG] from='client.? 172.21.15.23:0/1702599653' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:51:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:06.566661+0000 mgr.y (mgr.14556) 2257 : cluster [DBG] pgmap v1975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:06.566661+0000 mgr.y (mgr.14556) 2257 : cluster [DBG] pgmap v1975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:06.566661+0000 mgr.y (mgr.14556) 2257 : cluster [DBG] pgmap v1975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:08.567054+0000 mgr.y (mgr.14556) 2258 : cluster [DBG] pgmap v1976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:08.567054+0000 mgr.y (mgr.14556) 2258 : cluster [DBG] pgmap v1976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:08.567054+0000 mgr.y (mgr.14556) 2258 : cluster [DBG] pgmap v1976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:51:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:10.567686+0000 mgr.y (mgr.14556) 2259 : cluster [DBG] pgmap v1977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:10.567686+0000 mgr.y (mgr.14556) 2259 : cluster [DBG] pgmap v1977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:10.567686+0000 mgr.y (mgr.14556) 2259 : cluster [DBG] pgmap v1977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:51:13] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:51:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:12.568162+0000 mgr.y (mgr.14556) 2260 : cluster [DBG] pgmap v1978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:12.568162+0000 mgr.y (mgr.14556) 2260 : cluster [DBG] pgmap v1978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:12.568162+0000 mgr.y (mgr.14556) 2260 : cluster [DBG] pgmap v1978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:14.568743+0000 mgr.y (mgr.14556) 2261 : cluster [DBG] pgmap v1979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:14.568743+0000 mgr.y (mgr.14556) 2261 : cluster [DBG] pgmap v1979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:14.568743+0000 mgr.y (mgr.14556) 2261 : cluster [DBG] pgmap v1979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:16.569418+0000 mgr.y (mgr.14556) 2262 : cluster [DBG] pgmap v1980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:16.569418+0000 mgr.y (mgr.14556) 2262 : cluster [DBG] pgmap v1980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:16.569418+0000 mgr.y (mgr.14556) 2262 : cluster [DBG] pgmap v1980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:18.569941+0000 mgr.y (mgr.14556) 2263 : cluster [DBG] pgmap v1981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:18.569941+0000 mgr.y (mgr.14556) 2263 : cluster [DBG] pgmap v1981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:18.569941+0000 mgr.y (mgr.14556) 2263 : cluster [DBG] pgmap v1981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:51:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:20.570580+0000 mgr.y (mgr.14556) 2264 : cluster [DBG] pgmap v1982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:20.570580+0000 mgr.y (mgr.14556) 2264 : cluster [DBG] pgmap v1982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:20.570580+0000 mgr.y (mgr.14556) 2264 : cluster [DBG] pgmap v1982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:51:23] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T07:51:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:22.571032+0000 mgr.y (mgr.14556) 2265 : cluster [DBG] pgmap v1983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:22.571032+0000 mgr.y (mgr.14556) 2265 : cluster [DBG] pgmap v1983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:22.571032+0000 mgr.y (mgr.14556) 2265 : cluster [DBG] pgmap v1983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:24.571609+0000 mgr.y (mgr.14556) 2266 : cluster [DBG] pgmap v1984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:24.571609+0000 mgr.y (mgr.14556) 2266 : cluster [DBG] pgmap v1984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:24.571609+0000 mgr.y (mgr.14556) 2266 : cluster [DBG] pgmap v1984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:26.572394+0000 mgr.y (mgr.14556) 2267 : cluster [DBG] pgmap v1985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:26.572394+0000 mgr.y (mgr.14556) 2267 : cluster [DBG] pgmap v1985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:26.572394+0000 mgr.y (mgr.14556) 2267 : cluster [DBG] pgmap v1985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:28.572822+0000 mgr.y (mgr.14556) 2268 : cluster [DBG] pgmap v1986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:28.572822+0000 mgr.y (mgr.14556) 2268 : cluster [DBG] pgmap v1986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:28.572822+0000 mgr.y (mgr.14556) 2268 : cluster [DBG] pgmap v1986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:51:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:30.573501+0000 mgr.y (mgr.14556) 2269 : cluster [DBG] pgmap v1987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:30.573501+0000 mgr.y (mgr.14556) 2269 : cluster [DBG] pgmap v1987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:30.573501+0000 mgr.y (mgr.14556) 2269 : cluster [DBG] pgmap v1987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:32.574001+0000 mgr.y (mgr.14556) 2270 : cluster [DBG] pgmap v1988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:32.574001+0000 mgr.y (mgr.14556) 2270 : cluster [DBG] pgmap v1988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:32.574001+0000 mgr.y (mgr.14556) 2270 : cluster [DBG] pgmap v1988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:51:33] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T07:51:35.777 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:51:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:34.574467+0000 mgr.y (mgr.14556) 2271 : cluster [DBG] pgmap v1989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:36.066 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:51:36.066 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (64m) 2m ago 65m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:51:36.066 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (65m) 2m ago 65m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:51:36.066 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (66m) 2m ago 66m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:51:36.066 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (66m) 2m ago 66m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:51:36.066 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (69m) 2m ago 69m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:51:36.066 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (71m) 2m ago 71m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:51:36.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (71m) 2m ago 71m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:51:36.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (70m) 2m ago 70m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:51:36.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (70m) 2m ago 70m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:51:36.067 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (65m) 2m ago 65m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:51:36.067 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (65m) 2m ago 65m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:51:36.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (69m) 2m ago 69m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:51:36.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (69m) 2m ago 69m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:51:36.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (68m) 2m ago 68m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:51:36.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (68m) 2m ago 68m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:51:36.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (68m) 2m ago 68m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:51:36.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (67m) 2m ago 67m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:51:36.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (67m) 2m ago 67m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:51:36.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (66m) 2m ago 66m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:51:36.068 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (64m) 2m ago 65m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:51:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:34.574467+0000 mgr.y (mgr.14556) 2271 : cluster [DBG] pgmap v1989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:34.574467+0000 mgr.y (mgr.14556) 2271 : cluster [DBG] pgmap v1989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:36.419 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:51:36.420 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:51:36.421 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:51:36.421 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:51:36.421 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:51:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:51:35.767167+0000 mgr.y (mgr.14556) 2272 : audit [DBG] from='client.27047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:51:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:51:36.059207+0000 mgr.y (mgr.14556) 2273 : audit [DBG] from='client.27053 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:51:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:51:36.420811+0000 mon.c (mon.2) 90 : audit [DBG] from='client.? 172.21.15.23:0/3207043114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:51:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:51:35.767167+0000 mgr.y (mgr.14556) 2272 : audit [DBG] from='client.27047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:51:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:51:36.059207+0000 mgr.y (mgr.14556) 2273 : audit [DBG] from='client.27053 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:51:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:51:36.420811+0000 mon.c (mon.2) 90 : audit [DBG] from='client.? 172.21.15.23:0/3207043114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:51:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:51:35.767167+0000 mgr.y (mgr.14556) 2272 : audit [DBG] from='client.27047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:51:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:51:36.059207+0000 mgr.y (mgr.14556) 2273 : audit [DBG] from='client.27053 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:51:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:51:36.420811+0000 mon.c (mon.2) 90 : audit [DBG] from='client.? 172.21.15.23:0/3207043114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:51:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:36.575100+0000 mgr.y (mgr.14556) 2274 : cluster [DBG] pgmap v1990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:36.575100+0000 mgr.y (mgr.14556) 2274 : cluster [DBG] pgmap v1990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:36.575100+0000 mgr.y (mgr.14556) 2274 : cluster [DBG] pgmap v1990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:38.575707+0000 mgr.y (mgr.14556) 2275 : cluster [DBG] pgmap v1991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:38.575707+0000 mgr.y (mgr.14556) 2275 : cluster [DBG] pgmap v1991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:38.575707+0000 mgr.y (mgr.14556) 2275 : cluster [DBG] pgmap v1991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:40.576576+0000 mgr.y (mgr.14556) 2276 : cluster [DBG] pgmap v1992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:51:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:40.576576+0000 mgr.y (mgr.14556) 2276 : cluster [DBG] pgmap v1992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:40.576576+0000 mgr.y (mgr.14556) 2276 : cluster [DBG] pgmap v1992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:42.577079+0000 mgr.y (mgr.14556) 2277 : cluster [DBG] pgmap v1993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:51:43] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T07:51:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:42.577079+0000 mgr.y (mgr.14556) 2277 : cluster [DBG] pgmap v1993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:42.577079+0000 mgr.y (mgr.14556) 2277 : cluster [DBG] pgmap v1993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:44.577679+0000 mgr.y (mgr.14556) 2278 : cluster [DBG] pgmap v1994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:44.577679+0000 mgr.y (mgr.14556) 2278 : cluster [DBG] pgmap v1994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:44.577679+0000 mgr.y (mgr.14556) 2278 : cluster [DBG] pgmap v1994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:46.578532+0000 mgr.y (mgr.14556) 2279 : cluster [DBG] pgmap v1995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:46.578532+0000 mgr.y (mgr.14556) 2279 : cluster [DBG] pgmap v1995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:46.578532+0000 mgr.y (mgr.14556) 2279 : cluster [DBG] pgmap v1995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:48.578968+0000 mgr.y (mgr.14556) 2280 : cluster [DBG] pgmap v1996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:48.578968+0000 mgr.y (mgr.14556) 2280 : cluster [DBG] pgmap v1996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:48.578968+0000 mgr.y (mgr.14556) 2280 : cluster [DBG] pgmap v1996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:51:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:50.579659+0000 mgr.y (mgr.14556) 2281 : cluster [DBG] pgmap v1997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:50.579659+0000 mgr.y (mgr.14556) 2281 : cluster [DBG] pgmap v1997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:50.579659+0000 mgr.y (mgr.14556) 2281 : cluster [DBG] pgmap v1997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:51:53] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:51:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:52.580057+0000 mgr.y (mgr.14556) 2282 : cluster [DBG] pgmap v1998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:52.580057+0000 mgr.y (mgr.14556) 2282 : cluster [DBG] pgmap v1998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:52.580057+0000 mgr.y (mgr.14556) 2282 : cluster [DBG] pgmap v1998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:54.580511+0000 mgr.y (mgr.14556) 2283 : cluster [DBG] pgmap v1999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:54.580511+0000 mgr.y (mgr.14556) 2283 : cluster [DBG] pgmap v1999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:54.580511+0000 mgr.y (mgr.14556) 2283 : cluster [DBG] pgmap v1999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:51:57.170557+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:51:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:51:57.170557+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:51:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:51:57.170557+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:51:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:56.581431+0000 mgr.y (mgr.14556) 2284 : cluster [DBG] pgmap v2000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:51:57.424168+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:51:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:51:57.431769+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:51:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:51:57.724201+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:51:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:51:57.724921+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:51:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:51:57.729641+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:51:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:56.581431+0000 mgr.y (mgr.14556) 2284 : cluster [DBG] pgmap v2000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:51:57.424168+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:51:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:51:57.431769+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:51:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:51:57.724201+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:51:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:51:57.724921+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:51:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:51:57.729641+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:51:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:56.581431+0000 mgr.y (mgr.14556) 2284 : cluster [DBG] pgmap v2000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:51:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:51:57.424168+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:51:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:51:57.431769+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:51:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:51:57.724201+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:51:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:51:57.724921+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:51:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:51:57.729641+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:52:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:51:58.581868+0000 mgr.y (mgr.14556) 2285 : cluster [DBG] pgmap v2001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:51:58.581868+0000 mgr.y (mgr.14556) 2285 : cluster [DBG] pgmap v2001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:51:58.581868+0000 mgr.y (mgr.14556) 2285 : cluster [DBG] pgmap v2001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:52:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:00.582505+0000 mgr.y (mgr.14556) 2286 : cluster [DBG] pgmap v2002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:00.582505+0000 mgr.y (mgr.14556) 2286 : cluster [DBG] pgmap v2002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:00.582505+0000 mgr.y (mgr.14556) 2286 : cluster [DBG] pgmap v2002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:52:03] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:52:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:02.582878+0000 mgr.y (mgr.14556) 2287 : cluster [DBG] pgmap v2003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:02.582878+0000 mgr.y (mgr.14556) 2287 : cluster [DBG] pgmap v2003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:02.582878+0000 mgr.y (mgr.14556) 2287 : cluster [DBG] pgmap v2003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:04.583242+0000 mgr.y (mgr.14556) 2288 : cluster [DBG] pgmap v2004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:04.583242+0000 mgr.y (mgr.14556) 2288 : cluster [DBG] pgmap v2004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:04.583242+0000 mgr.y (mgr.14556) 2288 : cluster [DBG] pgmap v2004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:06.745 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:52:07.034 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:52:07.034 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (65m) 3m ago 65m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:52:07.034 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (65m) 3m ago 65m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:52:07.034 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (66m) 3m ago 66m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:52:07.034 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (66m) 3m ago 66m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:52:07.034 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (70m) 3m ago 70m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:52:07.034 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (72m) 3m ago 72m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (72m) 3m ago 72m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (70m) 3m ago 70m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (70m) 3m ago 70m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (66m) 3m ago 66m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (66m) 3m ago 66m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (70m) 3m ago 70m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (69m) 3m ago 69m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (69m) 3m ago 69m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (68m) 3m ago 68m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (68m) 3m ago 68m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (68m) 3m ago 68m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (67m) 3m ago 67m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (67m) 3m ago 67m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:52:07.035 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (65m) 3m ago 66m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:52:07.382 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:52:07.383 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:52:07.384 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:52:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:06.583752+0000 mgr.y (mgr.14556) 2289 : cluster [DBG] pgmap v2005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:52:06.734766+0000 mgr.y (mgr.14556) 2290 : audit [DBG] from='client.17151 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:52:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:52:07.027391+0000 mgr.y (mgr.14556) 2291 : audit [DBG] from='client.17157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:52:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:52:07.383833+0000 mon.a (mon.0) 1185 : audit [DBG] from='client.? 172.21.15.23:0/1407554046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:52:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:06.583752+0000 mgr.y (mgr.14556) 2289 : cluster [DBG] pgmap v2005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:52:06.734766+0000 mgr.y (mgr.14556) 2290 : audit [DBG] from='client.17151 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:52:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:52:07.027391+0000 mgr.y (mgr.14556) 2291 : audit [DBG] from='client.17157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:52:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:52:07.383833+0000 mon.a (mon.0) 1185 : audit [DBG] from='client.? 172.21.15.23:0/1407554046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:52:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:06.583752+0000 mgr.y (mgr.14556) 2289 : cluster [DBG] pgmap v2005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:52:06.734766+0000 mgr.y (mgr.14556) 2290 : audit [DBG] from='client.17151 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:52:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:52:07.027391+0000 mgr.y (mgr.14556) 2291 : audit [DBG] from='client.17157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:52:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:52:07.383833+0000 mon.a (mon.0) 1185 : audit [DBG] from='client.? 172.21.15.23:0/1407554046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:52:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:08.584342+0000 mgr.y (mgr.14556) 2292 : cluster [DBG] pgmap v2006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:08.584342+0000 mgr.y (mgr.14556) 2292 : cluster [DBG] pgmap v2006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:08.584342+0000 mgr.y (mgr.14556) 2292 : cluster [DBG] pgmap v2006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:52:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:10.585151+0000 mgr.y (mgr.14556) 2293 : cluster [DBG] pgmap v2007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:10.585151+0000 mgr.y (mgr.14556) 2293 : cluster [DBG] pgmap v2007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:10.585151+0000 mgr.y (mgr.14556) 2293 : cluster [DBG] pgmap v2007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:52:13] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T07:52:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:12.585544+0000 mgr.y (mgr.14556) 2294 : cluster [DBG] pgmap v2008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:12.585544+0000 mgr.y (mgr.14556) 2294 : cluster [DBG] pgmap v2008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:12.585544+0000 mgr.y (mgr.14556) 2294 : cluster [DBG] pgmap v2008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:14.586107+0000 mgr.y (mgr.14556) 2295 : cluster [DBG] pgmap v2009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:14.586107+0000 mgr.y (mgr.14556) 2295 : cluster [DBG] pgmap v2009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:14.586107+0000 mgr.y (mgr.14556) 2295 : cluster [DBG] pgmap v2009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:16.586788+0000 mgr.y (mgr.14556) 2296 : cluster [DBG] pgmap v2010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:16.586788+0000 mgr.y (mgr.14556) 2296 : cluster [DBG] pgmap v2010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:16.586788+0000 mgr.y (mgr.14556) 2296 : cluster [DBG] pgmap v2010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:18.587267+0000 mgr.y (mgr.14556) 2297 : cluster [DBG] pgmap v2011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:18.587267+0000 mgr.y (mgr.14556) 2297 : cluster [DBG] pgmap v2011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:18.587267+0000 mgr.y (mgr.14556) 2297 : cluster [DBG] pgmap v2011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:52:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:20.587988+0000 mgr.y (mgr.14556) 2298 : cluster [DBG] pgmap v2012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:20.587988+0000 mgr.y (mgr.14556) 2298 : cluster [DBG] pgmap v2012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:20.587988+0000 mgr.y (mgr.14556) 2298 : cluster [DBG] pgmap v2012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:52:23] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T07:52:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:22.588550+0000 mgr.y (mgr.14556) 2299 : cluster [DBG] pgmap v2013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:24.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:22.588550+0000 mgr.y (mgr.14556) 2299 : cluster [DBG] pgmap v2013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:22.588550+0000 mgr.y (mgr.14556) 2299 : cluster [DBG] pgmap v2013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:24.588956+0000 mgr.y (mgr.14556) 2300 : cluster [DBG] pgmap v2014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:24.588956+0000 mgr.y (mgr.14556) 2300 : cluster [DBG] pgmap v2014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:24.588956+0000 mgr.y (mgr.14556) 2300 : cluster [DBG] pgmap v2014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:26.589752+0000 mgr.y (mgr.14556) 2301 : cluster [DBG] pgmap v2015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:26.589752+0000 mgr.y (mgr.14556) 2301 : cluster [DBG] pgmap v2015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:26.589752+0000 mgr.y (mgr.14556) 2301 : cluster [DBG] pgmap v2015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:28.590196+0000 mgr.y (mgr.14556) 2302 : cluster [DBG] pgmap v2016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:28.590196+0000 mgr.y (mgr.14556) 2302 : cluster [DBG] pgmap v2016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:28.590196+0000 mgr.y (mgr.14556) 2302 : cluster [DBG] pgmap v2016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:30.590875+0000 mgr.y (mgr.14556) 2303 : cluster [DBG] pgmap v2017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:52:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:30.590875+0000 mgr.y (mgr.14556) 2303 : cluster [DBG] pgmap v2017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:30.590875+0000 mgr.y (mgr.14556) 2303 : cluster [DBG] pgmap v2017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:52:33] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T07:52:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:32.591386+0000 mgr.y (mgr.14556) 2304 : cluster [DBG] pgmap v2018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:32.591386+0000 mgr.y (mgr.14556) 2304 : cluster [DBG] pgmap v2018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:32.591386+0000 mgr.y (mgr.14556) 2304 : cluster [DBG] pgmap v2018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:34.591749+0000 mgr.y (mgr.14556) 2305 : cluster [DBG] pgmap v2019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:34.591749+0000 mgr.y (mgr.14556) 2305 : cluster [DBG] pgmap v2019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:34.591749+0000 mgr.y (mgr.14556) 2305 : cluster [DBG] pgmap v2019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:37.707 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (65m) 3m ago 66m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (66m) 3m ago 66m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (67m) 3m ago 67m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (67m) 3m ago 67m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (70m) 3m ago 70m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (72m) 3m ago 72m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (72m) 3m ago 72m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (71m) 3m ago 71m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (71m) 3m ago 71m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (66m) 3m ago 66m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (66m) 3m ago 66m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:52:37.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (70m) 3m ago 70m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:52:37.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (70m) 3m ago 70m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:52:37.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (69m) 3m ago 69m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:52:37.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (69m) 3m ago 69m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:52:37.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (69m) 3m ago 69m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:52:37.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (68m) 3m ago 68m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:52:37.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (68m) 3m ago 68m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:52:37.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (67m) 3m ago 67m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:52:37.997 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (65m) 3m ago 66m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:52:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:36.592410+0000 mgr.y (mgr.14556) 2306 : cluster [DBG] pgmap v2020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:36.592410+0000 mgr.y (mgr.14556) 2306 : cluster [DBG] pgmap v2020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:36.592410+0000 mgr.y (mgr.14556) 2306 : cluster [DBG] pgmap v2020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:38.347 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:52:38.347 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:52:38.347 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:52:38.347 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:52:38.347 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:52:38.347 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:52:38.347 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:52:38.347 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:52:38.347 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:52:38.347 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:52:38.347 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:52:38.347 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:52:38.348 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:52:38.348 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:52:38.348 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:52:38.348 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:52:38.348 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:52:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:52:37.696237+0000 mgr.y (mgr.14556) 2307 : audit [DBG] from='client.17169 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:52:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:52:37.988972+0000 mgr.y (mgr.14556) 2308 : audit [DBG] from='client.17175 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:52:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:52:38.348074+0000 mon.a (mon.0) 1186 : audit [DBG] from='client.? 172.21.15.23:0/3178325692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:52:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:52:37.696237+0000 mgr.y (mgr.14556) 2307 : audit [DBG] from='client.17169 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:52:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:52:37.988972+0000 mgr.y (mgr.14556) 2308 : audit [DBG] from='client.17175 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:52:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:52:38.348074+0000 mon.a (mon.0) 1186 : audit [DBG] from='client.? 172.21.15.23:0/3178325692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:52:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:52:37.696237+0000 mgr.y (mgr.14556) 2307 : audit [DBG] from='client.17169 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:52:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:52:37.988972+0000 mgr.y (mgr.14556) 2308 : audit [DBG] from='client.17175 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:52:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:52:38.348074+0000 mon.a (mon.0) 1186 : audit [DBG] from='client.? 172.21.15.23:0/3178325692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:52:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:38.592735+0000 mgr.y (mgr.14556) 2309 : cluster [DBG] pgmap v2021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:38.592735+0000 mgr.y (mgr.14556) 2309 : cluster [DBG] pgmap v2021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:38.592735+0000 mgr.y (mgr.14556) 2309 : cluster [DBG] pgmap v2021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:40.593457+0000 mgr.y (mgr.14556) 2310 : cluster [DBG] pgmap v2022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:52:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:40.593457+0000 mgr.y (mgr.14556) 2310 : cluster [DBG] pgmap v2022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:40.593457+0000 mgr.y (mgr.14556) 2310 : cluster [DBG] pgmap v2022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:52:43] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:52:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:42.593913+0000 mgr.y (mgr.14556) 2311 : cluster [DBG] pgmap v2023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:42.593913+0000 mgr.y (mgr.14556) 2311 : cluster [DBG] pgmap v2023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:42.593913+0000 mgr.y (mgr.14556) 2311 : cluster [DBG] pgmap v2023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:44.594351+0000 mgr.y (mgr.14556) 2312 : cluster [DBG] pgmap v2024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:44.594351+0000 mgr.y (mgr.14556) 2312 : cluster [DBG] pgmap v2024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:44.594351+0000 mgr.y (mgr.14556) 2312 : cluster [DBG] pgmap v2024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:46.594966+0000 mgr.y (mgr.14556) 2313 : cluster [DBG] pgmap v2025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:46.594966+0000 mgr.y (mgr.14556) 2313 : cluster [DBG] pgmap v2025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:46.594966+0000 mgr.y (mgr.14556) 2313 : cluster [DBG] pgmap v2025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:48.595441+0000 mgr.y (mgr.14556) 2314 : cluster [DBG] pgmap v2026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:48.595441+0000 mgr.y (mgr.14556) 2314 : cluster [DBG] pgmap v2026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:48.595441+0000 mgr.y (mgr.14556) 2314 : cluster [DBG] pgmap v2026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:50.596035+0000 mgr.y (mgr.14556) 2315 : cluster [DBG] pgmap v2027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:52:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:50.596035+0000 mgr.y (mgr.14556) 2315 : cluster [DBG] pgmap v2027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:50.596035+0000 mgr.y (mgr.14556) 2315 : cluster [DBG] pgmap v2027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:52:53] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:52:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:52.596547+0000 mgr.y (mgr.14556) 2316 : cluster [DBG] pgmap v2028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:52.596547+0000 mgr.y (mgr.14556) 2316 : cluster [DBG] pgmap v2028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:52.596547+0000 mgr.y (mgr.14556) 2316 : cluster [DBG] pgmap v2028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:54.596946+0000 mgr.y (mgr.14556) 2317 : cluster [DBG] pgmap v2029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:54.596946+0000 mgr.y (mgr.14556) 2317 : cluster [DBG] pgmap v2029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:54.596946+0000 mgr.y (mgr.14556) 2317 : cluster [DBG] pgmap v2029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:56.597760+0000 mgr.y (mgr.14556) 2318 : cluster [DBG] pgmap v2030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:52:57.734949+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:52:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:56.597760+0000 mgr.y (mgr.14556) 2318 : cluster [DBG] pgmap v2030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:52:57.734949+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:52:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:56.597760+0000 mgr.y (mgr.14556) 2318 : cluster [DBG] pgmap v2030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:52:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:52:57.734949+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:52:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:52:58.040489+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:52:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:52:58.041134+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:52:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:52:58.045602+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:52:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:52:58.040489+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:52:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:52:58.041134+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:52:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:52:58.045602+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:52:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:52:58.040489+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:52:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:52:58.041134+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:52:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:52:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:52:58.045602+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:53:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:52:58.598104+0000 mgr.y (mgr.14556) 2319 : cluster [DBG] pgmap v2031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:52:58.598104+0000 mgr.y (mgr.14556) 2319 : cluster [DBG] pgmap v2031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:52:58.598104+0000 mgr.y (mgr.14556) 2319 : cluster [DBG] pgmap v2031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:53:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:00.598861+0000 mgr.y (mgr.14556) 2320 : cluster [DBG] pgmap v2032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:00.598861+0000 mgr.y (mgr.14556) 2320 : cluster [DBG] pgmap v2032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:00.598861+0000 mgr.y (mgr.14556) 2320 : cluster [DBG] pgmap v2032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:04.068 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:53:03] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:53:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:02.599371+0000 mgr.y (mgr.14556) 2321 : cluster [DBG] pgmap v2033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:02.599371+0000 mgr.y (mgr.14556) 2321 : cluster [DBG] pgmap v2033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:02.599371+0000 mgr.y (mgr.14556) 2321 : cluster [DBG] pgmap v2033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:04.599689+0000 mgr.y (mgr.14556) 2322 : cluster [DBG] pgmap v2034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:04.599689+0000 mgr.y (mgr.14556) 2322 : cluster [DBG] pgmap v2034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:04.599689+0000 mgr.y (mgr.14556) 2322 : cluster [DBG] pgmap v2034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:06.600308+0000 mgr.y (mgr.14556) 2323 : cluster [DBG] pgmap v2035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:06.600308+0000 mgr.y (mgr.14556) 2323 : cluster [DBG] pgmap v2035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:06.600308+0000 mgr.y (mgr.14556) 2323 : cluster [DBG] pgmap v2035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:08.672 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:53:08.961 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:53:08.961 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (66m) 4m ago 66m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:53:08.961 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (66m) 4m ago 66m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:53:08.961 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (67m) 4m ago 67m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (67m) 4m ago 67m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (71m) 4m ago 71m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (73m) 4m ago 73m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (73m) 4m ago 73m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (71m) 4m ago 71m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (71m) 4m ago 71m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (67m) 4m ago 67m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (67m) 4m ago 67m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (71m) 4m ago 71m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (70m) 4m ago 70m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (70m) 4m ago 70m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (69m) 4m ago 69m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (69m) 4m ago 69m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:53:08.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (69m) 4m ago 69m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:53:08.963 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (68m) 4m ago 68m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:53:08.963 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (68m) 4m ago 68m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:53:08.963 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (66m) 4m ago 67m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:53:09.308 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:53:09.308 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:53:09.309 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:53:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:08.600649+0000 mgr.y (mgr.14556) 2324 : cluster [DBG] pgmap v2036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:53:08.662069+0000 mgr.y (mgr.14556) 2325 : audit [DBG] from='client.17187 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:53:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:53:08.954843+0000 mgr.y (mgr.14556) 2326 : audit [DBG] from='client.17193 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:53:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:53:09.309666+0000 mon.a (mon.0) 1191 : audit [DBG] from='client.? 172.21.15.23:0/1955748366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:53:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:08.600649+0000 mgr.y (mgr.14556) 2324 : cluster [DBG] pgmap v2036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:53:08.662069+0000 mgr.y (mgr.14556) 2325 : audit [DBG] from='client.17187 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:53:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:53:08.954843+0000 mgr.y (mgr.14556) 2326 : audit [DBG] from='client.17193 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:53:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:53:09.309666+0000 mon.a (mon.0) 1191 : audit [DBG] from='client.? 172.21.15.23:0/1955748366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:53:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:08.600649+0000 mgr.y (mgr.14556) 2324 : cluster [DBG] pgmap v2036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:53:08.662069+0000 mgr.y (mgr.14556) 2325 : audit [DBG] from='client.17187 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:53:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:53:08.954843+0000 mgr.y (mgr.14556) 2326 : audit [DBG] from='client.17193 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:53:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:53:09.309666+0000 mon.a (mon.0) 1191 : audit [DBG] from='client.? 172.21.15.23:0/1955748366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:53:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:53:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:10.601276+0000 mgr.y (mgr.14556) 2327 : cluster [DBG] pgmap v2037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:10.601276+0000 mgr.y (mgr.14556) 2327 : cluster [DBG] pgmap v2037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:10.601276+0000 mgr.y (mgr.14556) 2327 : cluster [DBG] pgmap v2037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:14.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:53:13] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:53:14.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:12.601765+0000 mgr.y (mgr.14556) 2328 : cluster [DBG] pgmap v2038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:12.601765+0000 mgr.y (mgr.14556) 2328 : cluster [DBG] pgmap v2038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:12.601765+0000 mgr.y (mgr.14556) 2328 : cluster [DBG] pgmap v2038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:14.602308+0000 mgr.y (mgr.14556) 2329 : cluster [DBG] pgmap v2039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:14.602308+0000 mgr.y (mgr.14556) 2329 : cluster [DBG] pgmap v2039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:14.602308+0000 mgr.y (mgr.14556) 2329 : cluster [DBG] pgmap v2039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:16.602981+0000 mgr.y (mgr.14556) 2330 : cluster [DBG] pgmap v2040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:16.602981+0000 mgr.y (mgr.14556) 2330 : cluster [DBG] pgmap v2040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:16.602981+0000 mgr.y (mgr.14556) 2330 : cluster [DBG] pgmap v2040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:18.603468+0000 mgr.y (mgr.14556) 2331 : cluster [DBG] pgmap v2041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:18.603468+0000 mgr.y (mgr.14556) 2331 : cluster [DBG] pgmap v2041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:18.603468+0000 mgr.y (mgr.14556) 2331 : cluster [DBG] pgmap v2041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:22.412 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:53:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:20.604069+0000 mgr.y (mgr.14556) 2332 : cluster [DBG] pgmap v2042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:20.604069+0000 mgr.y (mgr.14556) 2332 : cluster [DBG] pgmap v2042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:20.604069+0000 mgr.y (mgr.14556) 2332 : cluster [DBG] pgmap v2042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:53:23] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:53:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:22.604528+0000 mgr.y (mgr.14556) 2333 : cluster [DBG] pgmap v2043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:22.604528+0000 mgr.y (mgr.14556) 2333 : cluster [DBG] pgmap v2043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:22.604528+0000 mgr.y (mgr.14556) 2333 : cluster [DBG] pgmap v2043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:24.605095+0000 mgr.y (mgr.14556) 2334 : cluster [DBG] pgmap v2044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:24.605095+0000 mgr.y (mgr.14556) 2334 : cluster [DBG] pgmap v2044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:24.605095+0000 mgr.y (mgr.14556) 2334 : cluster [DBG] pgmap v2044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:26.605969+0000 mgr.y (mgr.14556) 2335 : cluster [DBG] pgmap v2045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:26.605969+0000 mgr.y (mgr.14556) 2335 : cluster [DBG] pgmap v2045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:26.605969+0000 mgr.y (mgr.14556) 2335 : cluster [DBG] pgmap v2045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:28.606505+0000 mgr.y (mgr.14556) 2336 : cluster [DBG] pgmap v2046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:28.606505+0000 mgr.y (mgr.14556) 2336 : cluster [DBG] pgmap v2046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:28.606505+0000 mgr.y (mgr.14556) 2336 : cluster [DBG] pgmap v2046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:53:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:30.607322+0000 mgr.y (mgr.14556) 2337 : cluster [DBG] pgmap v2047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:30.607322+0000 mgr.y (mgr.14556) 2337 : cluster [DBG] pgmap v2047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:30.607322+0000 mgr.y (mgr.14556) 2337 : cluster [DBG] pgmap v2047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:53:33] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:53:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:32.607669+0000 mgr.y (mgr.14556) 2338 : cluster [DBG] pgmap v2048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:32.607669+0000 mgr.y (mgr.14556) 2338 : cluster [DBG] pgmap v2048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:32.607669+0000 mgr.y (mgr.14556) 2338 : cluster [DBG] pgmap v2048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:34.608161+0000 mgr.y (mgr.14556) 2339 : cluster [DBG] pgmap v2049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:34.608161+0000 mgr.y (mgr.14556) 2339 : cluster [DBG] pgmap v2049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:34.608161+0000 mgr.y (mgr.14556) 2339 : cluster [DBG] pgmap v2049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:36.608938+0000 mgr.y (mgr.14556) 2340 : cluster [DBG] pgmap v2050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:36.608938+0000 mgr.y (mgr.14556) 2340 : cluster [DBG] pgmap v2050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:36.608938+0000 mgr.y (mgr.14556) 2340 : cluster [DBG] pgmap v2050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:39.637 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:53:39.924 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:53:39.924 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (66m) 4m ago 67m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:53:39.924 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (67m) 4m ago 67m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:53:39.924 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (68m) 4m ago 68m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:53:39.924 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (68m) 4m ago 68m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:53:39.924 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (72m) 4m ago 72m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:53:39.924 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (73m) 4m ago 73m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:53:39.924 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (73m) 4m ago 73m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (72m) 4m ago 72m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (72m) 4m ago 72m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (67m) 4m ago 67m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (67m) 4m ago 67m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (71m) 4m ago 71m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (71m) 4m ago 71m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (70m) 4m ago 70m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (70m) 4m ago 70m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (70m) 4m ago 70m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (69m) 4m ago 69m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (69m) 4m ago 69m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (68m) 4m ago 68m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:53:39.925 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (66m) 4m ago 67m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:53:40.276 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:53:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:53:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:53:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:53:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:53:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:53:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:53:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:53:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:53:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:53:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:53:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:53:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:53:40.278 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:53:40.278 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:53:40.278 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:53:40.278 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:53:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:38.609369+0000 mgr.y (mgr.14556) 2341 : cluster [DBG] pgmap v2051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:38.609369+0000 mgr.y (mgr.14556) 2341 : cluster [DBG] pgmap v2051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:38.609369+0000 mgr.y (mgr.14556) 2341 : cluster [DBG] pgmap v2051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:41.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:53:39.625486+0000 mgr.y (mgr.14556) 2342 : audit [DBG] from='client.27119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:53:41.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:53:39.917111+0000 mgr.y (mgr.14556) 2343 : audit [DBG] from='client.17211 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:53:41.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:53:40.278010+0000 mon.a (mon.0) 1192 : audit [DBG] from='client.? 172.21.15.23:0/452112105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:53:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:53:39.625486+0000 mgr.y (mgr.14556) 2342 : audit [DBG] from='client.27119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:53:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:53:39.917111+0000 mgr.y (mgr.14556) 2343 : audit [DBG] from='client.17211 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:53:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:53:40.278010+0000 mon.a (mon.0) 1192 : audit [DBG] from='client.? 172.21.15.23:0/452112105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:53:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:53:39.625486+0000 mgr.y (mgr.14556) 2342 : audit [DBG] from='client.27119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:53:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:53:39.917111+0000 mgr.y (mgr.14556) 2343 : audit [DBG] from='client.17211 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:53:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:53:40.278010+0000 mon.a (mon.0) 1192 : audit [DBG] from='client.? 172.21.15.23:0/452112105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:53:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:53:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:40.609951+0000 mgr.y (mgr.14556) 2344 : cluster [DBG] pgmap v2052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:40.609951+0000 mgr.y (mgr.14556) 2344 : cluster [DBG] pgmap v2052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:40.609951+0000 mgr.y (mgr.14556) 2344 : cluster [DBG] pgmap v2052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:53:43] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:53:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:42.610477+0000 mgr.y (mgr.14556) 2345 : cluster [DBG] pgmap v2053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:42.610477+0000 mgr.y (mgr.14556) 2345 : cluster [DBG] pgmap v2053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:42.610477+0000 mgr.y (mgr.14556) 2345 : cluster [DBG] pgmap v2053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:44.611007+0000 mgr.y (mgr.14556) 2346 : cluster [DBG] pgmap v2054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:44.611007+0000 mgr.y (mgr.14556) 2346 : cluster [DBG] pgmap v2054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:44.611007+0000 mgr.y (mgr.14556) 2346 : cluster [DBG] pgmap v2054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:46.611680+0000 mgr.y (mgr.14556) 2347 : cluster [DBG] pgmap v2055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:46.611680+0000 mgr.y (mgr.14556) 2347 : cluster [DBG] pgmap v2055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:46.611680+0000 mgr.y (mgr.14556) 2347 : cluster [DBG] pgmap v2055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:48.612071+0000 mgr.y (mgr.14556) 2348 : cluster [DBG] pgmap v2056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:48.612071+0000 mgr.y (mgr.14556) 2348 : cluster [DBG] pgmap v2056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:48.612071+0000 mgr.y (mgr.14556) 2348 : cluster [DBG] pgmap v2056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:51.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:50.612715+0000 mgr.y (mgr.14556) 2349 : cluster [DBG] pgmap v2057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:53:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:50.612715+0000 mgr.y (mgr.14556) 2349 : cluster [DBG] pgmap v2057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:50.612715+0000 mgr.y (mgr.14556) 2349 : cluster [DBG] pgmap v2057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:53:53] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T07:53:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:52.613091+0000 mgr.y (mgr.14556) 2350 : cluster [DBG] pgmap v2058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:52.613091+0000 mgr.y (mgr.14556) 2350 : cluster [DBG] pgmap v2058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:52.613091+0000 mgr.y (mgr.14556) 2350 : cluster [DBG] pgmap v2058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:54.613553+0000 mgr.y (mgr.14556) 2351 : cluster [DBG] pgmap v2059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:54.613553+0000 mgr.y (mgr.14556) 2351 : cluster [DBG] pgmap v2059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:54.613553+0000 mgr.y (mgr.14556) 2351 : cluster [DBG] pgmap v2059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:56.614149+0000 mgr.y (mgr.14556) 2352 : cluster [DBG] pgmap v2060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:56.614149+0000 mgr.y (mgr.14556) 2352 : cluster [DBG] pgmap v2060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:56.614149+0000 mgr.y (mgr.14556) 2352 : cluster [DBG] pgmap v2060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:53:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:53:58.050806+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:53:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:53:58.356792+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:53:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:53:58.357462+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:53:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:53:58.363399+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:53:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:53:58.050806+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:53:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:53:58.356792+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:53:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:53:58.357462+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:53:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:53:58.363399+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:53:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:53:58.050806+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:53:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:53:58.356792+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:53:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:53:58.357462+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:53:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:53:58.363399+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:54:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:53:58.614694+0000 mgr.y (mgr.14556) 2353 : cluster [DBG] pgmap v2061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:53:58.614694+0000 mgr.y (mgr.14556) 2353 : cluster [DBG] pgmap v2061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:53:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:53:58.614694+0000 mgr.y (mgr.14556) 2353 : cluster [DBG] pgmap v2061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:00.615357+0000 mgr.y (mgr.14556) 2354 : cluster [DBG] pgmap v2062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:54:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:00.615357+0000 mgr.y (mgr.14556) 2354 : cluster [DBG] pgmap v2062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:00.615357+0000 mgr.y (mgr.14556) 2354 : cluster [DBG] pgmap v2062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:54:03] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T07:54:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:02.615783+0000 mgr.y (mgr.14556) 2355 : cluster [DBG] pgmap v2063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:02.615783+0000 mgr.y (mgr.14556) 2355 : cluster [DBG] pgmap v2063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:02.615783+0000 mgr.y (mgr.14556) 2355 : cluster [DBG] pgmap v2063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:06.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:04.616250+0000 mgr.y (mgr.14556) 2356 : cluster [DBG] pgmap v2064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:04.616250+0000 mgr.y (mgr.14556) 2356 : cluster [DBG] pgmap v2064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:04.616250+0000 mgr.y (mgr.14556) 2356 : cluster [DBG] pgmap v2064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:06.617084+0000 mgr.y (mgr.14556) 2357 : cluster [DBG] pgmap v2065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:06.617084+0000 mgr.y (mgr.14556) 2357 : cluster [DBG] pgmap v2065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:06.617084+0000 mgr.y (mgr.14556) 2357 : cluster [DBG] pgmap v2065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:08.617540+0000 mgr.y (mgr.14556) 2358 : cluster [DBG] pgmap v2066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:10.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:08.617540+0000 mgr.y (mgr.14556) 2358 : cluster [DBG] pgmap v2066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:08.617540+0000 mgr.y (mgr.14556) 2358 : cluster [DBG] pgmap v2066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:10.601 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:54:10.893 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:54:10.894 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (67m) 5m ago 67m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:54:10.894 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (67m) 5m ago 67m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:54:10.894 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (68m) 5m ago 68m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:54:10.894 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (68m) 5m ago 68m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:54:10.894 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (72m) 5m ago 72m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:54:10.894 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (74m) 5m ago 74m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:54:10.894 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (74m) 5m ago 74m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:54:10.894 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (72m) 5m ago 72m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:54:10.894 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (72m) 5m ago 72m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:54:10.895 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (68m) 5m ago 68m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:54:10.895 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (68m) 5m ago 68m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:54:10.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (72m) 5m ago 72m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:54:10.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (71m) 5m ago 71m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:54:10.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (71m) 5m ago 71m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:54:10.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (70m) 5m ago 70m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:54:10.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (70m) 5m ago 70m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:54:10.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (70m) 5m ago 70m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:54:10.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (69m) 5m ago 69m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:54:10.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (69m) 5m ago 69m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:54:10.895 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (67m) 5m ago 68m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:54:11.242 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:54:11.242 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:54:11.242 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:54:11.242 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:54:11.242 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:54:11.243 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:54:11.243 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:54:11.243 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:54:11.243 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:54:11.243 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:54:11.243 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:54:11.243 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:54:11.243 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:54:11.243 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:54:11.243 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:54:11.243 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:54:11.243 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:54:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:54:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:54:10.590754+0000 mgr.y (mgr.14556) 2359 : audit [DBG] from='client.17223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:54:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:10.618075+0000 mgr.y (mgr.14556) 2360 : cluster [DBG] pgmap v2067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:54:10.886637+0000 mgr.y (mgr.14556) 2361 : audit [DBG] from='client.17229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:54:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:54:11.243512+0000 mon.a (mon.0) 1197 : audit [DBG] from='client.? 172.21.15.23:0/2239519709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:54:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:54:10.590754+0000 mgr.y (mgr.14556) 2359 : audit [DBG] from='client.17223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:54:12.196 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:10.618075+0000 mgr.y (mgr.14556) 2360 : cluster [DBG] pgmap v2067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:12.196 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:54:10.886637+0000 mgr.y (mgr.14556) 2361 : audit [DBG] from='client.17229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:54:12.196 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:54:11.243512+0000 mon.a (mon.0) 1197 : audit [DBG] from='client.? 172.21.15.23:0/2239519709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:54:12.197 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:54:10.590754+0000 mgr.y (mgr.14556) 2359 : audit [DBG] from='client.17223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:54:12.197 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:10.618075+0000 mgr.y (mgr.14556) 2360 : cluster [DBG] pgmap v2067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:12.197 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:54:10.886637+0000 mgr.y (mgr.14556) 2361 : audit [DBG] from='client.17229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:54:12.197 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:54:11.243512+0000 mon.a (mon.0) 1197 : audit [DBG] from='client.? 172.21.15.23:0/2239519709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:54:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:12.618604+0000 mgr.y (mgr.14556) 2362 : cluster [DBG] pgmap v2068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:12.618604+0000 mgr.y (mgr.14556) 2362 : cluster [DBG] pgmap v2068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:54:13] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:54:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:12.618604+0000 mgr.y (mgr.14556) 2362 : cluster [DBG] pgmap v2068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:14.619078+0000 mgr.y (mgr.14556) 2363 : cluster [DBG] pgmap v2069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:14.619078+0000 mgr.y (mgr.14556) 2363 : cluster [DBG] pgmap v2069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:14.619078+0000 mgr.y (mgr.14556) 2363 : cluster [DBG] pgmap v2069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:16.619804+0000 mgr.y (mgr.14556) 2364 : cluster [DBG] pgmap v2070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:18.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:16.619804+0000 mgr.y (mgr.14556) 2364 : cluster [DBG] pgmap v2070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:16.619804+0000 mgr.y (mgr.14556) 2364 : cluster [DBG] pgmap v2070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:20.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:18.620366+0000 mgr.y (mgr.14556) 2365 : cluster [DBG] pgmap v2071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:18.620366+0000 mgr.y (mgr.14556) 2365 : cluster [DBG] pgmap v2071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:18.620366+0000 mgr.y (mgr.14556) 2365 : cluster [DBG] pgmap v2071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:21.850 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:54:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:20.620888+0000 mgr.y (mgr.14556) 2366 : cluster [DBG] pgmap v2072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:20.620888+0000 mgr.y (mgr.14556) 2366 : cluster [DBG] pgmap v2072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:20.620888+0000 mgr.y (mgr.14556) 2366 : cluster [DBG] pgmap v2072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:54:23] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:54:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:22.621353+0000 mgr.y (mgr.14556) 2367 : cluster [DBG] pgmap v2073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:22.621353+0000 mgr.y (mgr.14556) 2367 : cluster [DBG] pgmap v2073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:22.621353+0000 mgr.y (mgr.14556) 2367 : cluster [DBG] pgmap v2073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:24.621912+0000 mgr.y (mgr.14556) 2368 : cluster [DBG] pgmap v2074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:24.621912+0000 mgr.y (mgr.14556) 2368 : cluster [DBG] pgmap v2074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:24.621912+0000 mgr.y (mgr.14556) 2368 : cluster [DBG] pgmap v2074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:26.622545+0000 mgr.y (mgr.14556) 2369 : cluster [DBG] pgmap v2075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:26.622545+0000 mgr.y (mgr.14556) 2369 : cluster [DBG] pgmap v2075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:26.622545+0000 mgr.y (mgr.14556) 2369 : cluster [DBG] pgmap v2075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:28.622878+0000 mgr.y (mgr.14556) 2370 : cluster [DBG] pgmap v2076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:28.622878+0000 mgr.y (mgr.14556) 2370 : cluster [DBG] pgmap v2076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:28.622878+0000 mgr.y (mgr.14556) 2370 : cluster [DBG] pgmap v2076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:31.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:54:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:30.623456+0000 mgr.y (mgr.14556) 2371 : cluster [DBG] pgmap v2077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:30.623456+0000 mgr.y (mgr.14556) 2371 : cluster [DBG] pgmap v2077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:30.623456+0000 mgr.y (mgr.14556) 2371 : cluster [DBG] pgmap v2077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:54:33] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:54:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:32.623952+0000 mgr.y (mgr.14556) 2372 : cluster [DBG] pgmap v2078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:32.623952+0000 mgr.y (mgr.14556) 2372 : cluster [DBG] pgmap v2078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:32.623952+0000 mgr.y (mgr.14556) 2372 : cluster [DBG] pgmap v2078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:34.624469+0000 mgr.y (mgr.14556) 2373 : cluster [DBG] pgmap v2079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:34.624469+0000 mgr.y (mgr.14556) 2373 : cluster [DBG] pgmap v2079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:34.624469+0000 mgr.y (mgr.14556) 2373 : cluster [DBG] pgmap v2079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:38.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:36.625080+0000 mgr.y (mgr.14556) 2374 : cluster [DBG] pgmap v2080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:38.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:36.625080+0000 mgr.y (mgr.14556) 2374 : cluster [DBG] pgmap v2080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:36.625080+0000 mgr.y (mgr.14556) 2374 : cluster [DBG] pgmap v2080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:38.625516+0000 mgr.y (mgr.14556) 2375 : cluster [DBG] pgmap v2081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:38.625516+0000 mgr.y (mgr.14556) 2375 : cluster [DBG] pgmap v2081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:38.625516+0000 mgr.y (mgr.14556) 2375 : cluster [DBG] pgmap v2081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:41.566 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:54:41.852 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:54:41.852 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (67m) 5m ago 68m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:54:41.852 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (68m) 5m ago 68m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:54:41.852 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (69m) 5m ago 69m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:54:41.852 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (69m) 5m ago 69m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:54:41.852 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (73m) 5m ago 73m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:54:41.852 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (74m) 5m ago 74m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:54:41.852 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (74m) 5m ago 74m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (73m) 5m ago 73m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (73m) 5m ago 73m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (68m) 5m ago 68m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (68m) 5m ago 68m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (72m) 5m ago 72m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (72m) 5m ago 72m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (71m) 5m ago 71m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (71m) 5m ago 71m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (71m) 5m ago 71m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (70m) 5m ago 70m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (70m) 5m ago 70m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (69m) 5m ago 69m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:54:41.853 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (67m) 5m ago 68m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:54:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:54:42.200 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:54:42.201 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:54:42.202 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:54:42.202 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:54:42.202 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:54:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:40.626358+0000 mgr.y (mgr.14556) 2376 : cluster [DBG] pgmap v2082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:40.626358+0000 mgr.y (mgr.14556) 2376 : cluster [DBG] pgmap v2082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:40.626358+0000 mgr.y (mgr.14556) 2376 : cluster [DBG] pgmap v2082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:54:41.555060+0000 mgr.y (mgr.14556) 2377 : audit [DBG] from='client.27155 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:54:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:54:41.845150+0000 mgr.y (mgr.14556) 2378 : audit [DBG] from='client.17247 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:54:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:54:42.201682+0000 mon.c (mon.2) 91 : audit [DBG] from='client.? 172.21.15.23:0/1611532508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:54:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:54:41.555060+0000 mgr.y (mgr.14556) 2377 : audit [DBG] from='client.27155 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:54:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:54:41.845150+0000 mgr.y (mgr.14556) 2378 : audit [DBG] from='client.17247 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:54:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:54:42.201682+0000 mon.c (mon.2) 91 : audit [DBG] from='client.? 172.21.15.23:0/1611532508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:54:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:54:41.555060+0000 mgr.y (mgr.14556) 2377 : audit [DBG] from='client.27155 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:54:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:54:41.845150+0000 mgr.y (mgr.14556) 2378 : audit [DBG] from='client.17247 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:54:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:54:42.201682+0000 mon.c (mon.2) 91 : audit [DBG] from='client.? 172.21.15.23:0/1611532508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:54:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:54:43] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:54:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:42.626642+0000 mgr.y (mgr.14556) 2379 : cluster [DBG] pgmap v2083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:42.626642+0000 mgr.y (mgr.14556) 2379 : cluster [DBG] pgmap v2083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:42.626642+0000 mgr.y (mgr.14556) 2379 : cluster [DBG] pgmap v2083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:46.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:44.627130+0000 mgr.y (mgr.14556) 2380 : cluster [DBG] pgmap v2084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:46.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:44.627130+0000 mgr.y (mgr.14556) 2380 : cluster [DBG] pgmap v2084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:44.627130+0000 mgr.y (mgr.14556) 2380 : cluster [DBG] pgmap v2084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:46.627777+0000 mgr.y (mgr.14556) 2381 : cluster [DBG] pgmap v2085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:46.627777+0000 mgr.y (mgr.14556) 2381 : cluster [DBG] pgmap v2085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:46.627777+0000 mgr.y (mgr.14556) 2381 : cluster [DBG] pgmap v2085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:48.628149+0000 mgr.y (mgr.14556) 2382 : cluster [DBG] pgmap v2086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:48.628149+0000 mgr.y (mgr.14556) 2382 : cluster [DBG] pgmap v2086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:48.628149+0000 mgr.y (mgr.14556) 2382 : cluster [DBG] pgmap v2086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:54:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:50.628734+0000 mgr.y (mgr.14556) 2383 : cluster [DBG] pgmap v2087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:50.628734+0000 mgr.y (mgr.14556) 2383 : cluster [DBG] pgmap v2087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:50.628734+0000 mgr.y (mgr.14556) 2383 : cluster [DBG] pgmap v2087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:54.036 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:54:53] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:54:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:52.629085+0000 mgr.y (mgr.14556) 2384 : cluster [DBG] pgmap v2088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:52.629085+0000 mgr.y (mgr.14556) 2384 : cluster [DBG] pgmap v2088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:52.629085+0000 mgr.y (mgr.14556) 2384 : cluster [DBG] pgmap v2088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:54.629550+0000 mgr.y (mgr.14556) 2385 : cluster [DBG] pgmap v2089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:54.629550+0000 mgr.y (mgr.14556) 2385 : cluster [DBG] pgmap v2089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:54.629550+0000 mgr.y (mgr.14556) 2385 : cluster [DBG] pgmap v2089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:56.630181+0000 mgr.y (mgr.14556) 2386 : cluster [DBG] pgmap v2090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:56.630181+0000 mgr.y (mgr.14556) 2386 : cluster [DBG] pgmap v2090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:56.630181+0000 mgr.y (mgr.14556) 2386 : cluster [DBG] pgmap v2090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:54:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:54:58.367863+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:54:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:54:58.675530+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:54:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:54:58.676209+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:54:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:54:58.684872+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:54:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:54:58.367863+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:54:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:54:58.675530+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:54:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:54:58.676209+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:54:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:54:58.684872+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:54:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:54:58.367863+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:54:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:54:58.675530+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:54:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:54:58.676209+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:54:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:54:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:54:58.684872+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:55:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:54:58.630520+0000 mgr.y (mgr.14556) 2387 : cluster [DBG] pgmap v2091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:54:58.630520+0000 mgr.y (mgr.14556) 2387 : cluster [DBG] pgmap v2091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:54:58.630520+0000 mgr.y (mgr.14556) 2387 : cluster [DBG] pgmap v2091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:55:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:00.631321+0000 mgr.y (mgr.14556) 2388 : cluster [DBG] pgmap v2092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:00.631321+0000 mgr.y (mgr.14556) 2388 : cluster [DBG] pgmap v2092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:00.631321+0000 mgr.y (mgr.14556) 2388 : cluster [DBG] pgmap v2092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:55:03] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:55:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:02.631694+0000 mgr.y (mgr.14556) 2389 : cluster [DBG] pgmap v2093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:02.631694+0000 mgr.y (mgr.14556) 2389 : cluster [DBG] pgmap v2093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:02.631694+0000 mgr.y (mgr.14556) 2389 : cluster [DBG] pgmap v2093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:04.632045+0000 mgr.y (mgr.14556) 2390 : cluster [DBG] pgmap v2094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:04.632045+0000 mgr.y (mgr.14556) 2390 : cluster [DBG] pgmap v2094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:04.632045+0000 mgr.y (mgr.14556) 2390 : cluster [DBG] pgmap v2094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:06.632708+0000 mgr.y (mgr.14556) 2391 : cluster [DBG] pgmap v2095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:06.632708+0000 mgr.y (mgr.14556) 2391 : cluster [DBG] pgmap v2095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:06.632708+0000 mgr.y (mgr.14556) 2391 : cluster [DBG] pgmap v2095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:08.633251+0000 mgr.y (mgr.14556) 2392 : cluster [DBG] pgmap v2096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:08.633251+0000 mgr.y (mgr.14556) 2392 : cluster [DBG] pgmap v2096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:08.633251+0000 mgr.y (mgr.14556) 2392 : cluster [DBG] pgmap v2096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:55:12.525 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:55:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:10.633937+0000 mgr.y (mgr.14556) 2393 : cluster [DBG] pgmap v2097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:10.633937+0000 mgr.y (mgr.14556) 2393 : cluster [DBG] pgmap v2097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:10.633937+0000 mgr.y (mgr.14556) 2393 : cluster [DBG] pgmap v2097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:12.817 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:55:12.817 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (68m) 6m ago 68m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:55:12.817 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (68m) 6m ago 68m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:55:12.818 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (69m) 6m ago 69m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:55:12.818 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (69m) 6m ago 69m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:55:12.818 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (73m) 6m ago 73m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:55:12.818 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (75m) 6m ago 75m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:55:12.818 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (75m) 6m ago 75m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:55:12.818 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (73m) 6m ago 73m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:55:12.818 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (73m) 6m ago 73m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:55:12.818 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (69m) 6m ago 69m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:55:12.818 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (69m) 6m ago 69m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:55:12.818 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (73m) 6m ago 73m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:55:12.818 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (72m) 6m ago 72m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:55:12.822 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (72m) 6m ago 72m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:55:12.822 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (72m) 6m ago 72m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:55:12.822 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (71m) 6m ago 71m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:55:12.822 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (71m) 6m ago 71m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:55:12.822 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (70m) 6m ago 70m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:55:12.822 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (70m) 6m ago 70m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:55:12.822 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (68m) 6m ago 69m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:55:13.171 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:55:13.171 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:55:13.171 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:55:13.171 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:55:13.171 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:55:13.171 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:55:13.171 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:55:13.171 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:55:13.171 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:55:13.171 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:55:13.171 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:55:13.172 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:55:13.172 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:55:13.172 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:55:13.172 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:55:13.172 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:55:13.172 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:55:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:55:13.172240+0000 mon.c (mon.2) 92 : audit [DBG] from='client.? 172.21.15.23:0/2213381302' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:55:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:55:13.172240+0000 mon.c (mon.2) 92 : audit [DBG] from='client.? 172.21.15.23:0/2213381302' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:55:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:55:13.172240+0000 mon.c (mon.2) 92 : audit [DBG] from='client.? 172.21.15.23:0/2213381302' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:55:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:55:13] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T07:55:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:55:12.514251+0000 mgr.y (mgr.14556) 2394 : audit [DBG] from='client.17259 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:55:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:12.634271+0000 mgr.y (mgr.14556) 2395 : cluster [DBG] pgmap v2098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:55:12.810300+0000 mgr.y (mgr.14556) 2396 : audit [DBG] from='client.17265 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:55:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:55:12.514251+0000 mgr.y (mgr.14556) 2394 : audit [DBG] from='client.17259 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:55:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:12.634271+0000 mgr.y (mgr.14556) 2395 : cluster [DBG] pgmap v2098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:55:12.810300+0000 mgr.y (mgr.14556) 2396 : audit [DBG] from='client.17265 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:55:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:55:12.514251+0000 mgr.y (mgr.14556) 2394 : audit [DBG] from='client.17259 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:55:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:12.634271+0000 mgr.y (mgr.14556) 2395 : cluster [DBG] pgmap v2098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:55:12.810300+0000 mgr.y (mgr.14556) 2396 : audit [DBG] from='client.17265 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:55:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:14.634646+0000 mgr.y (mgr.14556) 2397 : cluster [DBG] pgmap v2099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:14.634646+0000 mgr.y (mgr.14556) 2397 : cluster [DBG] pgmap v2099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:14.634646+0000 mgr.y (mgr.14556) 2397 : cluster [DBG] pgmap v2099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:16.635262+0000 mgr.y (mgr.14556) 2398 : cluster [DBG] pgmap v2100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:16.635262+0000 mgr.y (mgr.14556) 2398 : cluster [DBG] pgmap v2100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:16.635262+0000 mgr.y (mgr.14556) 2398 : cluster [DBG] pgmap v2100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:18.635617+0000 mgr.y (mgr.14556) 2399 : cluster [DBG] pgmap v2101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:18.635617+0000 mgr.y (mgr.14556) 2399 : cluster [DBG] pgmap v2101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:18.635617+0000 mgr.y (mgr.14556) 2399 : cluster [DBG] pgmap v2101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:55:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:20.636199+0000 mgr.y (mgr.14556) 2400 : cluster [DBG] pgmap v2102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:20.636199+0000 mgr.y (mgr.14556) 2400 : cluster [DBG] pgmap v2102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:20.636199+0000 mgr.y (mgr.14556) 2400 : cluster [DBG] pgmap v2102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:55:23] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T07:55:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:22.636652+0000 mgr.y (mgr.14556) 2401 : cluster [DBG] pgmap v2103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:22.636652+0000 mgr.y (mgr.14556) 2401 : cluster [DBG] pgmap v2103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:22.636652+0000 mgr.y (mgr.14556) 2401 : cluster [DBG] pgmap v2103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:24.637091+0000 mgr.y (mgr.14556) 2402 : cluster [DBG] pgmap v2104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:24.637091+0000 mgr.y (mgr.14556) 2402 : cluster [DBG] pgmap v2104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:24.637091+0000 mgr.y (mgr.14556) 2402 : cluster [DBG] pgmap v2104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:26.637851+0000 mgr.y (mgr.14556) 2403 : cluster [DBG] pgmap v2105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:26.637851+0000 mgr.y (mgr.14556) 2403 : cluster [DBG] pgmap v2105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:26.637851+0000 mgr.y (mgr.14556) 2403 : cluster [DBG] pgmap v2105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:28.638248+0000 mgr.y (mgr.14556) 2404 : cluster [DBG] pgmap v2106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:28.638248+0000 mgr.y (mgr.14556) 2404 : cluster [DBG] pgmap v2106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:28.638248+0000 mgr.y (mgr.14556) 2404 : cluster [DBG] pgmap v2106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:55:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:30.638769+0000 mgr.y (mgr.14556) 2405 : cluster [DBG] pgmap v2107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:30.638769+0000 mgr.y (mgr.14556) 2405 : cluster [DBG] pgmap v2107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:30.638769+0000 mgr.y (mgr.14556) 2405 : cluster [DBG] pgmap v2107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:55:33] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T07:55:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:32.639289+0000 mgr.y (mgr.14556) 2406 : cluster [DBG] pgmap v2108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:32.639289+0000 mgr.y (mgr.14556) 2406 : cluster [DBG] pgmap v2108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:32.639289+0000 mgr.y (mgr.14556) 2406 : cluster [DBG] pgmap v2108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:34.639648+0000 mgr.y (mgr.14556) 2407 : cluster [DBG] pgmap v2109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:34.639648+0000 mgr.y (mgr.14556) 2407 : cluster [DBG] pgmap v2109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:34.639648+0000 mgr.y (mgr.14556) 2407 : cluster [DBG] pgmap v2109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:36.640459+0000 mgr.y (mgr.14556) 2408 : cluster [DBG] pgmap v2110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:36.640459+0000 mgr.y (mgr.14556) 2408 : cluster [DBG] pgmap v2110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:36.640459+0000 mgr.y (mgr.14556) 2408 : cluster [DBG] pgmap v2110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:38.640817+0000 mgr.y (mgr.14556) 2409 : cluster [DBG] pgmap v2111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:38.640817+0000 mgr.y (mgr.14556) 2409 : cluster [DBG] pgmap v2111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:38.640817+0000 mgr.y (mgr.14556) 2409 : cluster [DBG] pgmap v2111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:55:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:40.641547+0000 mgr.y (mgr.14556) 2410 : cluster [DBG] pgmap v2112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:40.641547+0000 mgr.y (mgr.14556) 2410 : cluster [DBG] pgmap v2112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:40.641547+0000 mgr.y (mgr.14556) 2410 : cluster [DBG] pgmap v2112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:43.497 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:55:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:42.641922+0000 mgr.y (mgr.14556) 2411 : cluster [DBG] pgmap v2113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:42.641922+0000 mgr.y (mgr.14556) 2411 : cluster [DBG] pgmap v2113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:42.641922+0000 mgr.y (mgr.14556) 2411 : cluster [DBG] pgmap v2113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:43.789 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:55:43.790 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (68m) 6m ago 69m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:55:43.790 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (69m) 6m ago 69m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:55:43.790 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (70m) 6m ago 70m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:55:43.790 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (70m) 6m ago 70m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:55:43.790 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (74m) 6m ago 74m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:55:43.790 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (75m) 6m ago 75m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:55:43.790 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (75m) 6m ago 75m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:55:43.790 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (74m) 6m ago 74m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:55:43.790 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (74m) 6m ago 74m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:55:43.790 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (69m) 6m ago 69m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:55:43.790 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (69m) 6m ago 69m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:55:43.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (73m) 6m ago 73m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:55:43.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (73m) 6m ago 73m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:55:43.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (72m) 6m ago 72m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:55:43.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (72m) 6m ago 72m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:55:43.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (72m) 6m ago 72m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:55:43.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (71m) 6m ago 71m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:55:43.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (71m) 6m ago 71m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:55:43.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (70m) 6m ago 70m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:55:43.791 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (68m) 6m ago 69m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:55:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:55:43] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:55:44.146 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:55:44.146 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:55:44.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:55:44.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:55:44.146 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:55:44.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:55:44.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:55:44.146 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:55:44.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:55:44.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:55:44.146 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:55:44.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:55:44.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:55:44.147 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:55:44.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:55:44.147 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:55:44.147 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:55:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:55:43.486997+0000 mgr.y (mgr.14556) 2412 : audit [DBG] from='client.27191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:55:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:55:43.783229+0000 mgr.y (mgr.14556) 2413 : audit [DBG] from='client.17283 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:55:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:55:44.147159+0000 mon.a (mon.0) 1202 : audit [DBG] from='client.? 172.21.15.23:0/356449963' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:55:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:55:43.486997+0000 mgr.y (mgr.14556) 2412 : audit [DBG] from='client.27191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:55:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:55:43.783229+0000 mgr.y (mgr.14556) 2413 : audit [DBG] from='client.17283 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:55:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:55:44.147159+0000 mon.a (mon.0) 1202 : audit [DBG] from='client.? 172.21.15.23:0/356449963' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:55:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:55:43.486997+0000 mgr.y (mgr.14556) 2412 : audit [DBG] from='client.27191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:55:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:55:43.783229+0000 mgr.y (mgr.14556) 2413 : audit [DBG] from='client.17283 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:55:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:55:44.147159+0000 mon.a (mon.0) 1202 : audit [DBG] from='client.? 172.21.15.23:0/356449963' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:55:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:44.642474+0000 mgr.y (mgr.14556) 2414 : cluster [DBG] pgmap v2114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:44.642474+0000 mgr.y (mgr.14556) 2414 : cluster [DBG] pgmap v2114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:44.642474+0000 mgr.y (mgr.14556) 2414 : cluster [DBG] pgmap v2114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:46.643186+0000 mgr.y (mgr.14556) 2415 : cluster [DBG] pgmap v2115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:46.643186+0000 mgr.y (mgr.14556) 2415 : cluster [DBG] pgmap v2115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:46.643186+0000 mgr.y (mgr.14556) 2415 : cluster [DBG] pgmap v2115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:48.643574+0000 mgr.y (mgr.14556) 2416 : cluster [DBG] pgmap v2116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:48.643574+0000 mgr.y (mgr.14556) 2416 : cluster [DBG] pgmap v2116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:48.643574+0000 mgr.y (mgr.14556) 2416 : cluster [DBG] pgmap v2116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:55:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:50.644232+0000 mgr.y (mgr.14556) 2417 : cluster [DBG] pgmap v2117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:50.644232+0000 mgr.y (mgr.14556) 2417 : cluster [DBG] pgmap v2117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:50.644232+0000 mgr.y (mgr.14556) 2417 : cluster [DBG] pgmap v2117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:55:53] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T07:55:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:52.644700+0000 mgr.y (mgr.14556) 2418 : cluster [DBG] pgmap v2118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:52.644700+0000 mgr.y (mgr.14556) 2418 : cluster [DBG] pgmap v2118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:52.644700+0000 mgr.y (mgr.14556) 2418 : cluster [DBG] pgmap v2118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:54.645030+0000 mgr.y (mgr.14556) 2419 : cluster [DBG] pgmap v2119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:54.645030+0000 mgr.y (mgr.14556) 2419 : cluster [DBG] pgmap v2119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:54.645030+0000 mgr.y (mgr.14556) 2419 : cluster [DBG] pgmap v2119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:56.645877+0000 mgr.y (mgr.14556) 2420 : cluster [DBG] pgmap v2120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:56.645877+0000 mgr.y (mgr.14556) 2420 : cluster [DBG] pgmap v2120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:56.645877+0000 mgr.y (mgr.14556) 2420 : cluster [DBG] pgmap v2120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:55:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:55:58.689093+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:55:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:55:58.994012+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:55:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:55:58.994660+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:55:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:55:59.000140+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:55:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:55:58.689093+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:55:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:55:58.994012+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:55:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:55:58.994660+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:55:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:55:59.000140+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:55:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:55:58.689093+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:55:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:55:58.994012+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:55:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:55:58.994660+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:55:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:55:59.000140+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:56:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:55:58.646430+0000 mgr.y (mgr.14556) 2421 : cluster [DBG] pgmap v2121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:55:58.646430+0000 mgr.y (mgr.14556) 2421 : cluster [DBG] pgmap v2121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:55:58.646430+0000 mgr.y (mgr.14556) 2421 : cluster [DBG] pgmap v2121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:56:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:00.647249+0000 mgr.y (mgr.14556) 2422 : cluster [DBG] pgmap v2122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:00.647249+0000 mgr.y (mgr.14556) 2422 : cluster [DBG] pgmap v2122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:00.647249+0000 mgr.y (mgr.14556) 2422 : cluster [DBG] pgmap v2122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:56:03] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T07:56:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:02.647706+0000 mgr.y (mgr.14556) 2423 : cluster [DBG] pgmap v2123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:02.647706+0000 mgr.y (mgr.14556) 2423 : cluster [DBG] pgmap v2123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:02.647706+0000 mgr.y (mgr.14556) 2423 : cluster [DBG] pgmap v2123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:04.648030+0000 mgr.y (mgr.14556) 2424 : cluster [DBG] pgmap v2124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:04.648030+0000 mgr.y (mgr.14556) 2424 : cluster [DBG] pgmap v2124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:04.648030+0000 mgr.y (mgr.14556) 2424 : cluster [DBG] pgmap v2124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:06.648735+0000 mgr.y (mgr.14556) 2425 : cluster [DBG] pgmap v2125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:06.648735+0000 mgr.y (mgr.14556) 2425 : cluster [DBG] pgmap v2125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:06.648735+0000 mgr.y (mgr.14556) 2425 : cluster [DBG] pgmap v2125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:08.649246+0000 mgr.y (mgr.14556) 2426 : cluster [DBG] pgmap v2126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:08.649246+0000 mgr.y (mgr.14556) 2426 : cluster [DBG] pgmap v2126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:08.649246+0000 mgr.y (mgr.14556) 2426 : cluster [DBG] pgmap v2126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:56:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:10.649925+0000 mgr.y (mgr.14556) 2427 : cluster [DBG] pgmap v2127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:10.649925+0000 mgr.y (mgr.14556) 2427 : cluster [DBG] pgmap v2127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:10.649925+0000 mgr.y (mgr.14556) 2427 : cluster [DBG] pgmap v2127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:56:13] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T07:56:14.473 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:56:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:12.650429+0000 mgr.y (mgr.14556) 2428 : cluster [DBG] pgmap v2128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:12.650429+0000 mgr.y (mgr.14556) 2428 : cluster [DBG] pgmap v2128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:12.650429+0000 mgr.y (mgr.14556) 2428 : cluster [DBG] pgmap v2128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:14.763 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:56:14.763 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (69m) 7m ago 70m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:56:14.763 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (69m) 7m ago 69m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:56:14.763 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (71m) 7m ago 71m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:56:14.763 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (70m) 7m ago 70m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:56:14.763 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (74m) 7m ago 74m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:56:14.763 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (76m) 7m ago 76m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:56:14.763 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (76m) 7m ago 76m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:56:14.763 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (75m) 7m ago 74m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:56:14.763 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (74m) 7m ago 74m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:56:14.763 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (70m) 7m ago 70m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:56:14.763 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (70m) 7m ago 70m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:56:14.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (74m) 7m ago 74m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:56:14.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (73m) 7m ago 73m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:56:14.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (73m) 7m ago 73m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:56:14.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (73m) 7m ago 73m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:56:14.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (72m) 7m ago 72m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:56:14.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (72m) 7m ago 72m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:56:14.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (71m) 7m ago 71m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:56:14.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (71m) 7m ago 71m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:56:14.764 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (69m) 7m ago 70m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:56:15.112 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:56:15.113 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:56:15.114 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:56:15.114 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:56:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:56:15.113747+0000 mon.c (mon.2) 93 : audit [DBG] from='client.? 172.21.15.23:0/1586478722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:56:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:56:15.113747+0000 mon.c (mon.2) 93 : audit [DBG] from='client.? 172.21.15.23:0/1586478722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:56:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:56:15.113747+0000 mon.c (mon.2) 93 : audit [DBG] from='client.? 172.21.15.23:0/1586478722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:56:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:56:14.462055+0000 mgr.y (mgr.14556) 2429 : audit [DBG] from='client.17295 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:56:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:14.650736+0000 mgr.y (mgr.14556) 2430 : cluster [DBG] pgmap v2129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:56:14.756154+0000 mgr.y (mgr.14556) 2431 : audit [DBG] from='client.17301 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:56:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:56:14.462055+0000 mgr.y (mgr.14556) 2429 : audit [DBG] from='client.17295 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:56:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:14.650736+0000 mgr.y (mgr.14556) 2430 : cluster [DBG] pgmap v2129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:56:14.756154+0000 mgr.y (mgr.14556) 2431 : audit [DBG] from='client.17301 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:56:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:56:14.462055+0000 mgr.y (mgr.14556) 2429 : audit [DBG] from='client.17295 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:56:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:14.650736+0000 mgr.y (mgr.14556) 2430 : cluster [DBG] pgmap v2129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:56:14.756154+0000 mgr.y (mgr.14556) 2431 : audit [DBG] from='client.17301 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:56:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:16.651614+0000 mgr.y (mgr.14556) 2432 : cluster [DBG] pgmap v2130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:16.651614+0000 mgr.y (mgr.14556) 2432 : cluster [DBG] pgmap v2130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:17.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:16.651614+0000 mgr.y (mgr.14556) 2432 : cluster [DBG] pgmap v2130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:20.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:18.652031+0000 mgr.y (mgr.14556) 2433 : cluster [DBG] pgmap v2131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:20.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:18.652031+0000 mgr.y (mgr.14556) 2433 : cluster [DBG] pgmap v2131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:18.652031+0000 mgr.y (mgr.14556) 2433 : cluster [DBG] pgmap v2131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:20.652898+0000 mgr.y (mgr.14556) 2434 : cluster [DBG] pgmap v2132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:56:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:20.652898+0000 mgr.y (mgr.14556) 2434 : cluster [DBG] pgmap v2132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:20.652898+0000 mgr.y (mgr.14556) 2434 : cluster [DBG] pgmap v2132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:56:23] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T07:56:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:22.653384+0000 mgr.y (mgr.14556) 2435 : cluster [DBG] pgmap v2133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:22.653384+0000 mgr.y (mgr.14556) 2435 : cluster [DBG] pgmap v2133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:22.653384+0000 mgr.y (mgr.14556) 2435 : cluster [DBG] pgmap v2133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:24.653952+0000 mgr.y (mgr.14556) 2436 : cluster [DBG] pgmap v2134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:24.653952+0000 mgr.y (mgr.14556) 2436 : cluster [DBG] pgmap v2134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:24.653952+0000 mgr.y (mgr.14556) 2436 : cluster [DBG] pgmap v2134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:26.654637+0000 mgr.y (mgr.14556) 2437 : cluster [DBG] pgmap v2135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:26.654637+0000 mgr.y (mgr.14556) 2437 : cluster [DBG] pgmap v2135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:26.654637+0000 mgr.y (mgr.14556) 2437 : cluster [DBG] pgmap v2135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:28.655317+0000 mgr.y (mgr.14556) 2438 : cluster [DBG] pgmap v2136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:28.655317+0000 mgr.y (mgr.14556) 2438 : cluster [DBG] pgmap v2136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:28.655317+0000 mgr.y (mgr.14556) 2438 : cluster [DBG] pgmap v2136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:56:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:30.656204+0000 mgr.y (mgr.14556) 2439 : cluster [DBG] pgmap v2137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:30.656204+0000 mgr.y (mgr.14556) 2439 : cluster [DBG] pgmap v2137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:30.656204+0000 mgr.y (mgr.14556) 2439 : cluster [DBG] pgmap v2137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:56:33] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T07:56:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:32.656762+0000 mgr.y (mgr.14556) 2440 : cluster [DBG] pgmap v2138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:32.656762+0000 mgr.y (mgr.14556) 2440 : cluster [DBG] pgmap v2138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:32.656762+0000 mgr.y (mgr.14556) 2440 : cluster [DBG] pgmap v2138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:34.657185+0000 mgr.y (mgr.14556) 2441 : cluster [DBG] pgmap v2139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:34.657185+0000 mgr.y (mgr.14556) 2441 : cluster [DBG] pgmap v2139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:34.657185+0000 mgr.y (mgr.14556) 2441 : cluster [DBG] pgmap v2139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:36.657987+0000 mgr.y (mgr.14556) 2442 : cluster [DBG] pgmap v2140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:36.657987+0000 mgr.y (mgr.14556) 2442 : cluster [DBG] pgmap v2140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:36.657987+0000 mgr.y (mgr.14556) 2442 : cluster [DBG] pgmap v2140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:38.658489+0000 mgr.y (mgr.14556) 2443 : cluster [DBG] pgmap v2141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:38.658489+0000 mgr.y (mgr.14556) 2443 : cluster [DBG] pgmap v2141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:38.658489+0000 mgr.y (mgr.14556) 2443 : cluster [DBG] pgmap v2141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:56:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:40.659229+0000 mgr.y (mgr.14556) 2444 : cluster [DBG] pgmap v2142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:40.659229+0000 mgr.y (mgr.14556) 2444 : cluster [DBG] pgmap v2142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:40.659229+0000 mgr.y (mgr.14556) 2444 : cluster [DBG] pgmap v2142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:56:43] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T07:56:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:42.659770+0000 mgr.y (mgr.14556) 2445 : cluster [DBG] pgmap v2143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:42.659770+0000 mgr.y (mgr.14556) 2445 : cluster [DBG] pgmap v2143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:42.659770+0000 mgr.y (mgr.14556) 2445 : cluster [DBG] pgmap v2143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:45.439 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (69m) 7m ago 70m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (70m) 7m ago 70m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (71m) 7m ago 71m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (71m) 7m ago 71m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (75m) 7m ago 75m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (76m) 7m ago 76m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (76m) 7m ago 76m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (75m) 7m ago 75m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (75m) 7m ago 75m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (70m) 7m ago 70m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (70m) 7m ago 70m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:56:45.728 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (74m) 7m ago 74m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:56:45.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (74m) 7m ago 74m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:56:45.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (73m) 7m ago 73m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:56:45.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (73m) 7m ago 73m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:56:45.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (73m) 7m ago 73m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:56:45.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (72m) 7m ago 72m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:56:45.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (72m) 7m ago 72m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:56:45.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (71m) 7m ago 71m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:56:45.729 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (69m) 7m ago 70m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:56:46.078 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:56:46.079 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:56:46.080 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:56:46.080 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:56:46.080 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:56:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:44.660194+0000 mgr.y (mgr.14556) 2446 : cluster [DBG] pgmap v2144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:56:46.079908+0000 mon.a (mon.0) 1207 : audit [DBG] from='client.? 172.21.15.23:0/1455558669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:56:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:44.660194+0000 mgr.y (mgr.14556) 2446 : cluster [DBG] pgmap v2144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:56:46.079908+0000 mon.a (mon.0) 1207 : audit [DBG] from='client.? 172.21.15.23:0/1455558669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:56:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:44.660194+0000 mgr.y (mgr.14556) 2446 : cluster [DBG] pgmap v2144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:56:46.079908+0000 mon.a (mon.0) 1207 : audit [DBG] from='client.? 172.21.15.23:0/1455558669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:56:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:56:45.429025+0000 mgr.y (mgr.14556) 2447 : audit [DBG] from='client.17313 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:56:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:56:45.721150+0000 mgr.y (mgr.14556) 2448 : audit [DBG] from='client.27233 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:56:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:56:45.429025+0000 mgr.y (mgr.14556) 2447 : audit [DBG] from='client.17313 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:56:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:56:45.721150+0000 mgr.y (mgr.14556) 2448 : audit [DBG] from='client.27233 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:56:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:56:45.429025+0000 mgr.y (mgr.14556) 2447 : audit [DBG] from='client.17313 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:56:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:56:45.721150+0000 mgr.y (mgr.14556) 2448 : audit [DBG] from='client.27233 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:56:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:46.660864+0000 mgr.y (mgr.14556) 2449 : cluster [DBG] pgmap v2145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:46.660864+0000 mgr.y (mgr.14556) 2449 : cluster [DBG] pgmap v2145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:46.660864+0000 mgr.y (mgr.14556) 2449 : cluster [DBG] pgmap v2145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:48.661248+0000 mgr.y (mgr.14556) 2450 : cluster [DBG] pgmap v2146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:48.661248+0000 mgr.y (mgr.14556) 2450 : cluster [DBG] pgmap v2146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:48.661248+0000 mgr.y (mgr.14556) 2450 : cluster [DBG] pgmap v2146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:56:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:50.662120+0000 mgr.y (mgr.14556) 2451 : cluster [DBG] pgmap v2147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:50.662120+0000 mgr.y (mgr.14556) 2451 : cluster [DBG] pgmap v2147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:50.662120+0000 mgr.y (mgr.14556) 2451 : cluster [DBG] pgmap v2147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:56:53] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T07:56:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:52.662602+0000 mgr.y (mgr.14556) 2452 : cluster [DBG] pgmap v2148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:52.662602+0000 mgr.y (mgr.14556) 2452 : cluster [DBG] pgmap v2148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:52.662602+0000 mgr.y (mgr.14556) 2452 : cluster [DBG] pgmap v2148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:54.663184+0000 mgr.y (mgr.14556) 2453 : cluster [DBG] pgmap v2149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:54.663184+0000 mgr.y (mgr.14556) 2453 : cluster [DBG] pgmap v2149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:54.663184+0000 mgr.y (mgr.14556) 2453 : cluster [DBG] pgmap v2149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:56.663961+0000 mgr.y (mgr.14556) 2454 : cluster [DBG] pgmap v2150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:56.663961+0000 mgr.y (mgr.14556) 2454 : cluster [DBG] pgmap v2150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:56.663961+0000 mgr.y (mgr.14556) 2454 : cluster [DBG] pgmap v2150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:56:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:56:59.005533+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:56:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:56:59.312664+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:56:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:56:59.313311+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:56:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:56:59.322341+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:56:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:56:59.005533+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:56:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:56:59.312664+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:56:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:56:59.313311+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:56:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:56:59.322341+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:56:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:56:59.005533+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:56:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:56:59.312664+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:56:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:56:59.313311+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:56:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:56:59.322341+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:57:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:56:58.664372+0000 mgr.y (mgr.14556) 2455 : cluster [DBG] pgmap v2151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:56:58.664372+0000 mgr.y (mgr.14556) 2455 : cluster [DBG] pgmap v2151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:56:58.664372+0000 mgr.y (mgr.14556) 2455 : cluster [DBG] pgmap v2151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:57:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:00.665223+0000 mgr.y (mgr.14556) 2456 : cluster [DBG] pgmap v2152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:00.665223+0000 mgr.y (mgr.14556) 2456 : cluster [DBG] pgmap v2152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:00.665223+0000 mgr.y (mgr.14556) 2456 : cluster [DBG] pgmap v2152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:57:03] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T07:57:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:02.665616+0000 mgr.y (mgr.14556) 2457 : cluster [DBG] pgmap v2153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:02.665616+0000 mgr.y (mgr.14556) 2457 : cluster [DBG] pgmap v2153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:02.665616+0000 mgr.y (mgr.14556) 2457 : cluster [DBG] pgmap v2153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:04.666096+0000 mgr.y (mgr.14556) 2458 : cluster [DBG] pgmap v2154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:04.666096+0000 mgr.y (mgr.14556) 2458 : cluster [DBG] pgmap v2154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:04.666096+0000 mgr.y (mgr.14556) 2458 : cluster [DBG] pgmap v2154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:06.666712+0000 mgr.y (mgr.14556) 2459 : cluster [DBG] pgmap v2155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:06.666712+0000 mgr.y (mgr.14556) 2459 : cluster [DBG] pgmap v2155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:06.666712+0000 mgr.y (mgr.14556) 2459 : cluster [DBG] pgmap v2155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:08.667139+0000 mgr.y (mgr.14556) 2460 : cluster [DBG] pgmap v2156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:08.667139+0000 mgr.y (mgr.14556) 2460 : cluster [DBG] pgmap v2156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:08.667139+0000 mgr.y (mgr.14556) 2460 : cluster [DBG] pgmap v2156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:10.667809+0000 mgr.y (mgr.14556) 2461 : cluster [DBG] pgmap v2157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:11.683 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:10.667809+0000 mgr.y (mgr.14556) 2461 : cluster [DBG] pgmap v2157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:11.683 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:10.667809+0000 mgr.y (mgr.14556) 2461 : cluster [DBG] pgmap v2157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:11.684 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:57:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:12.668189+0000 mgr.y (mgr.14556) 2462 : cluster [DBG] pgmap v2158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:57:13] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T07:57:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:12.668189+0000 mgr.y (mgr.14556) 2462 : cluster [DBG] pgmap v2158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:12.668189+0000 mgr.y (mgr.14556) 2462 : cluster [DBG] pgmap v2158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:16.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:14.668687+0000 mgr.y (mgr.14556) 2463 : cluster [DBG] pgmap v2159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:14.668687+0000 mgr.y (mgr.14556) 2463 : cluster [DBG] pgmap v2159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:14.668687+0000 mgr.y (mgr.14556) 2463 : cluster [DBG] pgmap v2159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:16.409 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:57:16.697 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (70m) 8m ago 71m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (70m) 8m ago 70m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (72m) 8m ago 72m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (72m) 8m ago 72m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (75m) 8m ago 75m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (77m) 8m ago 77m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (77m) 8m ago 77m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (76m) 8m ago 76m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (75m) 8m ago 75m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (71m) 8m ago 71m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (71m) 8m ago 71m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (75m) 8m ago 75m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:57:16.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (74m) 8m ago 74m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:57:16.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (74m) 8m ago 74m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:57:16.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (74m) 8m ago 74m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:57:16.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (73m) 8m ago 73m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:57:16.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (73m) 8m ago 73m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:57:16.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (72m) 8m ago 72m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:57:16.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (72m) 8m ago 72m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:57:16.699 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (70m) 8m ago 71m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:57:17.047 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:57:17.047 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:57:17.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:57:17.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:57:17.047 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:57:17.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:57:17.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:57:17.047 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:57:17.048 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:57:17.048 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:57:17.048 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:57:17.048 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:57:17.048 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:57:17.048 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:57:17.048 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:57:17.048 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:57:17.048 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:57:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:57:16.398634+0000 mgr.y (mgr.14556) 2464 : audit [DBG] from='client.17331 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:57:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:16.669225+0000 mgr.y (mgr.14556) 2465 : cluster [DBG] pgmap v2160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:57:16.690722+0000 mgr.y (mgr.14556) 2466 : audit [DBG] from='client.17337 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:57:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:57:17.048388+0000 mon.a (mon.0) 1212 : audit [DBG] from='client.? 172.21.15.23:0/644565078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:57:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:57:16.398634+0000 mgr.y (mgr.14556) 2464 : audit [DBG] from='client.17331 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:57:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:16.669225+0000 mgr.y (mgr.14556) 2465 : cluster [DBG] pgmap v2160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:57:16.690722+0000 mgr.y (mgr.14556) 2466 : audit [DBG] from='client.17337 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:57:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:57:17.048388+0000 mon.a (mon.0) 1212 : audit [DBG] from='client.? 172.21.15.23:0/644565078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:57:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:57:16.398634+0000 mgr.y (mgr.14556) 2464 : audit [DBG] from='client.17331 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:57:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:16.669225+0000 mgr.y (mgr.14556) 2465 : cluster [DBG] pgmap v2160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:57:16.690722+0000 mgr.y (mgr.14556) 2466 : audit [DBG] from='client.17337 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:57:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:57:17.048388+0000 mon.a (mon.0) 1212 : audit [DBG] from='client.? 172.21.15.23:0/644565078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:57:20.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:18.669633+0000 mgr.y (mgr.14556) 2467 : cluster [DBG] pgmap v2161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:18.669633+0000 mgr.y (mgr.14556) 2467 : cluster [DBG] pgmap v2161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:18.669633+0000 mgr.y (mgr.14556) 2467 : cluster [DBG] pgmap v2161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:20.670357+0000 mgr.y (mgr.14556) 2468 : cluster [DBG] pgmap v2162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:57:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:20.670357+0000 mgr.y (mgr.14556) 2468 : cluster [DBG] pgmap v2162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:20.670357+0000 mgr.y (mgr.14556) 2468 : cluster [DBG] pgmap v2162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:22.670887+0000 mgr.y (mgr.14556) 2469 : cluster [DBG] pgmap v2163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:22.670887+0000 mgr.y (mgr.14556) 2469 : cluster [DBG] pgmap v2163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:57:23] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T07:57:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:22.670887+0000 mgr.y (mgr.14556) 2469 : cluster [DBG] pgmap v2163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:24.671248+0000 mgr.y (mgr.14556) 2470 : cluster [DBG] pgmap v2164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:24.671248+0000 mgr.y (mgr.14556) 2470 : cluster [DBG] pgmap v2164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:24.671248+0000 mgr.y (mgr.14556) 2470 : cluster [DBG] pgmap v2164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:26.672068+0000 mgr.y (mgr.14556) 2471 : cluster [DBG] pgmap v2165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:26.672068+0000 mgr.y (mgr.14556) 2471 : cluster [DBG] pgmap v2165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:26.672068+0000 mgr.y (mgr.14556) 2471 : cluster [DBG] pgmap v2165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:28.672635+0000 mgr.y (mgr.14556) 2472 : cluster [DBG] pgmap v2166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:28.672635+0000 mgr.y (mgr.14556) 2472 : cluster [DBG] pgmap v2166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:28.672635+0000 mgr.y (mgr.14556) 2472 : cluster [DBG] pgmap v2166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:57:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:30.673483+0000 mgr.y (mgr.14556) 2473 : cluster [DBG] pgmap v2167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:30.673483+0000 mgr.y (mgr.14556) 2473 : cluster [DBG] pgmap v2167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:30.673483+0000 mgr.y (mgr.14556) 2473 : cluster [DBG] pgmap v2167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:32.674033+0000 mgr.y (mgr.14556) 2474 : cluster [DBG] pgmap v2168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:57:33] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T07:57:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:32.674033+0000 mgr.y (mgr.14556) 2474 : cluster [DBG] pgmap v2168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:32.674033+0000 mgr.y (mgr.14556) 2474 : cluster [DBG] pgmap v2168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:34.674526+0000 mgr.y (mgr.14556) 2475 : cluster [DBG] pgmap v2169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:34.674526+0000 mgr.y (mgr.14556) 2475 : cluster [DBG] pgmap v2169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:34.674526+0000 mgr.y (mgr.14556) 2475 : cluster [DBG] pgmap v2169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:36.675193+0000 mgr.y (mgr.14556) 2476 : cluster [DBG] pgmap v2170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:36.675193+0000 mgr.y (mgr.14556) 2476 : cluster [DBG] pgmap v2170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:36.675193+0000 mgr.y (mgr.14556) 2476 : cluster [DBG] pgmap v2170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:38.675625+0000 mgr.y (mgr.14556) 2477 : cluster [DBG] pgmap v2171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:38.675625+0000 mgr.y (mgr.14556) 2477 : cluster [DBG] pgmap v2171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:38.675625+0000 mgr.y (mgr.14556) 2477 : cluster [DBG] pgmap v2171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:41.804 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:57:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:40.676319+0000 mgr.y (mgr.14556) 2478 : cluster [DBG] pgmap v2172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:40.676319+0000 mgr.y (mgr.14556) 2478 : cluster [DBG] pgmap v2172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:40.676319+0000 mgr.y (mgr.14556) 2478 : cluster [DBG] pgmap v2172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:42.676746+0000 mgr.y (mgr.14556) 2479 : cluster [DBG] pgmap v2173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:57:43] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T07:57:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:42.676746+0000 mgr.y (mgr.14556) 2479 : cluster [DBG] pgmap v2173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:42.676746+0000 mgr.y (mgr.14556) 2479 : cluster [DBG] pgmap v2173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:44.677235+0000 mgr.y (mgr.14556) 2480 : cluster [DBG] pgmap v2174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:44.677235+0000 mgr.y (mgr.14556) 2480 : cluster [DBG] pgmap v2174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:44.677235+0000 mgr.y (mgr.14556) 2480 : cluster [DBG] pgmap v2174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:47.370 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:57:47.657 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:57:47.657 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (70m) 8m ago 71m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (71m) 8m ago 71m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (72m) 8m ago 72m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (72m) 8m ago 72m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (76m) 8m ago 76m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (77m) 8m ago 77m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (77m) 8m ago 77m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (76m) 8m ago 76m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (76m) 8m ago 76m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (71m) 8m ago 71m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (71m) 8m ago 71m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (75m) 8m ago 75m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (75m) 8m ago 75m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:57:47.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (75m) 8m ago 75m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:57:47.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (74m) 8m ago 74m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:57:47.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (74m) 8m ago 74m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:57:47.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (73m) 8m ago 73m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:57:47.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (73m) 8m ago 73m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:57:47.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (72m) 8m ago 72m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:57:47.659 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (70m) 8m ago 71m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:57:48.013 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:57:48.013 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:57:48.013 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:57:48.013 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:57:48.013 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:57:48.013 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:57:48.013 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:57:48.013 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:57:48.013 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:57:48.013 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:57:48.013 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:57:48.014 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:57:48.014 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:57:48.014 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:57:48.014 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:57:48.014 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:57:48.014 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:57:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:46.677925+0000 mgr.y (mgr.14556) 2481 : cluster [DBG] pgmap v2175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:57:47.359562+0000 mgr.y (mgr.14556) 2482 : audit [DBG] from='client.17349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:57:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:46.677925+0000 mgr.y (mgr.14556) 2481 : cluster [DBG] pgmap v2175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:57:47.359562+0000 mgr.y (mgr.14556) 2482 : audit [DBG] from='client.17349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:57:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:46.677925+0000 mgr.y (mgr.14556) 2481 : cluster [DBG] pgmap v2175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:57:47.359562+0000 mgr.y (mgr.14556) 2482 : audit [DBG] from='client.17349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:57:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:57:47.650817+0000 mgr.y (mgr.14556) 2483 : audit [DBG] from='client.27269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:57:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:57:48.014256+0000 mon.c (mon.2) 94 : audit [DBG] from='client.? 172.21.15.23:0/2639707356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:57:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:57:47.650817+0000 mgr.y (mgr.14556) 2483 : audit [DBG] from='client.27269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:57:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:57:48.014256+0000 mon.c (mon.2) 94 : audit [DBG] from='client.? 172.21.15.23:0/2639707356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:57:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:57:47.650817+0000 mgr.y (mgr.14556) 2483 : audit [DBG] from='client.27269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:57:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:57:48.014256+0000 mon.c (mon.2) 94 : audit [DBG] from='client.? 172.21.15.23:0/2639707356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:57:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:48.678414+0000 mgr.y (mgr.14556) 2484 : cluster [DBG] pgmap v2176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:48.678414+0000 mgr.y (mgr.14556) 2484 : cluster [DBG] pgmap v2176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:48.678414+0000 mgr.y (mgr.14556) 2484 : cluster [DBG] pgmap v2176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:51.869 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:57:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:50.678990+0000 mgr.y (mgr.14556) 2485 : cluster [DBG] pgmap v2177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:50.678990+0000 mgr.y (mgr.14556) 2485 : cluster [DBG] pgmap v2177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:50.678990+0000 mgr.y (mgr.14556) 2485 : cluster [DBG] pgmap v2177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:52.679561+0000 mgr.y (mgr.14556) 2486 : cluster [DBG] pgmap v2178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:57:53] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T07:57:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:52.679561+0000 mgr.y (mgr.14556) 2486 : cluster [DBG] pgmap v2178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:52.679561+0000 mgr.y (mgr.14556) 2486 : cluster [DBG] pgmap v2178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:56.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:54.680186+0000 mgr.y (mgr.14556) 2487 : cluster [DBG] pgmap v2179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:54.680186+0000 mgr.y (mgr.14556) 2487 : cluster [DBG] pgmap v2179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:54.680186+0000 mgr.y (mgr.14556) 2487 : cluster [DBG] pgmap v2179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:56.681017+0000 mgr.y (mgr.14556) 2488 : cluster [DBG] pgmap v2180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:56.681017+0000 mgr.y (mgr.14556) 2488 : cluster [DBG] pgmap v2180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:57:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:56.681017+0000 mgr.y (mgr.14556) 2488 : cluster [DBG] pgmap v2180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:57:58.681565+0000 mgr.y (mgr.14556) 2489 : cluster [DBG] pgmap v2181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:57:59.326854+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:58:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:57:59.629746+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:58:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:57:59.630422+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:58:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:57:59.639490+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:58:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:57:58.681565+0000 mgr.y (mgr.14556) 2489 : cluster [DBG] pgmap v2181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:57:59.326854+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:58:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:57:59.629746+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:58:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:57:59.630422+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:58:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:57:59.639490+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:58:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:57:58.681565+0000 mgr.y (mgr.14556) 2489 : cluster [DBG] pgmap v2181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:57:59.326854+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:58:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:57:59.629746+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:58:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:57:59.630422+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:58:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:57:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:57:59.639490+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:58:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:58:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:00.682342+0000 mgr.y (mgr.14556) 2490 : cluster [DBG] pgmap v2182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:00.682342+0000 mgr.y (mgr.14556) 2490 : cluster [DBG] pgmap v2182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:00.682342+0000 mgr.y (mgr.14556) 2490 : cluster [DBG] pgmap v2182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:58:03] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T07:58:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:02.682790+0000 mgr.y (mgr.14556) 2491 : cluster [DBG] pgmap v2183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:02.682790+0000 mgr.y (mgr.14556) 2491 : cluster [DBG] pgmap v2183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:02.682790+0000 mgr.y (mgr.14556) 2491 : cluster [DBG] pgmap v2183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:04.683239+0000 mgr.y (mgr.14556) 2492 : cluster [DBG] pgmap v2184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:04.683239+0000 mgr.y (mgr.14556) 2492 : cluster [DBG] pgmap v2184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:04.683239+0000 mgr.y (mgr.14556) 2492 : cluster [DBG] pgmap v2184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:06.683926+0000 mgr.y (mgr.14556) 2493 : cluster [DBG] pgmap v2185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:06.683926+0000 mgr.y (mgr.14556) 2493 : cluster [DBG] pgmap v2185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:06.683926+0000 mgr.y (mgr.14556) 2493 : cluster [DBG] pgmap v2185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:08.684318+0000 mgr.y (mgr.14556) 2494 : cluster [DBG] pgmap v2186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:08.684318+0000 mgr.y (mgr.14556) 2494 : cluster [DBG] pgmap v2186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:08.684318+0000 mgr.y (mgr.14556) 2494 : cluster [DBG] pgmap v2186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:58:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:10.685010+0000 mgr.y (mgr.14556) 2495 : cluster [DBG] pgmap v2187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:10.685010+0000 mgr.y (mgr.14556) 2495 : cluster [DBG] pgmap v2187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:10.685010+0000 mgr.y (mgr.14556) 2495 : cluster [DBG] pgmap v2187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:12.685398+0000 mgr.y (mgr.14556) 2496 : cluster [DBG] pgmap v2188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:58:13] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:58:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:12.685398+0000 mgr.y (mgr.14556) 2496 : cluster [DBG] pgmap v2188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:12.685398+0000 mgr.y (mgr.14556) 2496 : cluster [DBG] pgmap v2188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:14.685763+0000 mgr.y (mgr.14556) 2497 : cluster [DBG] pgmap v2189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:14.685763+0000 mgr.y (mgr.14556) 2497 : cluster [DBG] pgmap v2189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:14.685763+0000 mgr.y (mgr.14556) 2497 : cluster [DBG] pgmap v2189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:18.339 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:58:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:16.686470+0000 mgr.y (mgr.14556) 2498 : cluster [DBG] pgmap v2190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:16.686470+0000 mgr.y (mgr.14556) 2498 : cluster [DBG] pgmap v2190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:16.686470+0000 mgr.y (mgr.14556) 2498 : cluster [DBG] pgmap v2190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:18.627 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:58:18.627 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (71m) 9m ago 72m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:58:18.627 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (71m) 9m ago 71m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:58:18.627 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (73m) 9m ago 73m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:58:18.627 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (73m) 9m ago 73m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:58:18.627 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (76m) 9m ago 76m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:58:18.627 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (78m) 9m ago 78m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:58:18.627 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (78m) 9m ago 78m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (77m) 9m ago 77m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (76m) 9m ago 76m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (72m) 9m ago 72m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (72m) 9m ago 72m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (76m) 9m ago 76m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (75m) 9m ago 75m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (75m) 9m ago 75m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (75m) 9m ago 75m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (74m) 9m ago 74m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (74m) 9m ago 74m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (73m) 9m ago 73m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (73m) 9m ago 73m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:58:18.628 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (71m) 9m ago 72m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:58:18.978 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:58:18.978 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:58:18.978 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:58:18.978 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:58:18.978 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:58:18.978 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:58:18.978 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:58:18.978 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:58:18.979 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:58:18.979 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:58:18.979 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:58:18.979 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:58:18.979 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:58:18.979 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:58:18.979 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:58:18.979 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:58:18.979 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:58:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:58:18.328644+0000 mgr.y (mgr.14556) 2499 : audit [DBG] from='client.17367 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:58:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:58:18.979226+0000 mon.a (mon.0) 1217 : audit [DBG] from='client.? 172.21.15.23:0/1579858204' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:58:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:58:18.328644+0000 mgr.y (mgr.14556) 2499 : audit [DBG] from='client.17367 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:58:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:58:18.979226+0000 mon.a (mon.0) 1217 : audit [DBG] from='client.? 172.21.15.23:0/1579858204' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:58:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:58:18.328644+0000 mgr.y (mgr.14556) 2499 : audit [DBG] from='client.17367 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:58:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:58:18.979226+0000 mon.a (mon.0) 1217 : audit [DBG] from='client.? 172.21.15.23:0/1579858204' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:58:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:58:18.620445+0000 mgr.y (mgr.14556) 2500 : audit [DBG] from='client.17373 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:58:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:18.686872+0000 mgr.y (mgr.14556) 2501 : cluster [DBG] pgmap v2191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:58:18.620445+0000 mgr.y (mgr.14556) 2500 : audit [DBG] from='client.17373 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:58:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:18.686872+0000 mgr.y (mgr.14556) 2501 : cluster [DBG] pgmap v2191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:58:18.620445+0000 mgr.y (mgr.14556) 2500 : audit [DBG] from='client.17373 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:58:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:18.686872+0000 mgr.y (mgr.14556) 2501 : cluster [DBG] pgmap v2191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:58:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:20.687716+0000 mgr.y (mgr.14556) 2502 : cluster [DBG] pgmap v2192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:20.687716+0000 mgr.y (mgr.14556) 2502 : cluster [DBG] pgmap v2192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:20.687716+0000 mgr.y (mgr.14556) 2502 : cluster [DBG] pgmap v2192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:58:23] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:58:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:22.688237+0000 mgr.y (mgr.14556) 2503 : cluster [DBG] pgmap v2193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:22.688237+0000 mgr.y (mgr.14556) 2503 : cluster [DBG] pgmap v2193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:22.688237+0000 mgr.y (mgr.14556) 2503 : cluster [DBG] pgmap v2193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:24.688658+0000 mgr.y (mgr.14556) 2504 : cluster [DBG] pgmap v2194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:24.688658+0000 mgr.y (mgr.14556) 2504 : cluster [DBG] pgmap v2194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:24.688658+0000 mgr.y (mgr.14556) 2504 : cluster [DBG] pgmap v2194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:26.689487+0000 mgr.y (mgr.14556) 2505 : cluster [DBG] pgmap v2195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:26.689487+0000 mgr.y (mgr.14556) 2505 : cluster [DBG] pgmap v2195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:26.689487+0000 mgr.y (mgr.14556) 2505 : cluster [DBG] pgmap v2195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:28.689910+0000 mgr.y (mgr.14556) 2506 : cluster [DBG] pgmap v2196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:28.689910+0000 mgr.y (mgr.14556) 2506 : cluster [DBG] pgmap v2196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:28.689910+0000 mgr.y (mgr.14556) 2506 : cluster [DBG] pgmap v2196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:58:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:30.690636+0000 mgr.y (mgr.14556) 2507 : cluster [DBG] pgmap v2197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:30.690636+0000 mgr.y (mgr.14556) 2507 : cluster [DBG] pgmap v2197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:30.690636+0000 mgr.y (mgr.14556) 2507 : cluster [DBG] pgmap v2197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:34.049 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:58:33] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:58:34.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:32.691021+0000 mgr.y (mgr.14556) 2508 : cluster [DBG] pgmap v2198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:34.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:32.691021+0000 mgr.y (mgr.14556) 2508 : cluster [DBG] pgmap v2198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:32.691021+0000 mgr.y (mgr.14556) 2508 : cluster [DBG] pgmap v2198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:34.691374+0000 mgr.y (mgr.14556) 2509 : cluster [DBG] pgmap v2199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:34.691374+0000 mgr.y (mgr.14556) 2509 : cluster [DBG] pgmap v2199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:34.691374+0000 mgr.y (mgr.14556) 2509 : cluster [DBG] pgmap v2199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:36.691976+0000 mgr.y (mgr.14556) 2510 : cluster [DBG] pgmap v2200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:36.691976+0000 mgr.y (mgr.14556) 2510 : cluster [DBG] pgmap v2200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:36.691976+0000 mgr.y (mgr.14556) 2510 : cluster [DBG] pgmap v2200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:38.692413+0000 mgr.y (mgr.14556) 2511 : cluster [DBG] pgmap v2201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:38.692413+0000 mgr.y (mgr.14556) 2511 : cluster [DBG] pgmap v2201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:38.692413+0000 mgr.y (mgr.14556) 2511 : cluster [DBG] pgmap v2201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:58:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:40.693207+0000 mgr.y (mgr.14556) 2512 : cluster [DBG] pgmap v2202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:40.693207+0000 mgr.y (mgr.14556) 2512 : cluster [DBG] pgmap v2202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:40.693207+0000 mgr.y (mgr.14556) 2512 : cluster [DBG] pgmap v2202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:44.099 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:58:43] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:58:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:42.693648+0000 mgr.y (mgr.14556) 2513 : cluster [DBG] pgmap v2203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:42.693648+0000 mgr.y (mgr.14556) 2513 : cluster [DBG] pgmap v2203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:42.693648+0000 mgr.y (mgr.14556) 2513 : cluster [DBG] pgmap v2203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:44.694074+0000 mgr.y (mgr.14556) 2514 : cluster [DBG] pgmap v2204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:44.694074+0000 mgr.y (mgr.14556) 2514 : cluster [DBG] pgmap v2204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:44.694074+0000 mgr.y (mgr.14556) 2514 : cluster [DBG] pgmap v2204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:46.694814+0000 mgr.y (mgr.14556) 2515 : cluster [DBG] pgmap v2205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:46.694814+0000 mgr.y (mgr.14556) 2515 : cluster [DBG] pgmap v2205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:46.694814+0000 mgr.y (mgr.14556) 2515 : cluster [DBG] pgmap v2205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:49.305 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:58:49.594 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:58:49.594 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (71m) 9m ago 72m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:58:49.594 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (72m) 9m ago 72m 58.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:58:49.594 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (73m) 9m ago 73m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:58:49.594 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (73m) 9m ago 73m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:58:49.594 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (77m) 9m ago 77m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:58:49.594 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (78m) 9m ago 78m 457M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:58:49.594 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (78m) 9m ago 79m 200M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:58:49.594 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (77m) 9m ago 77m 114M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:58:49.594 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (77m) 9m ago 77m 114M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:58:49.595 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (72m) 9m ago 72m 24.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:58:49.595 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (72m) 9m ago 72m 24.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:58:49.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (76m) 9m ago 76m 43.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:58:49.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (76m) 9m ago 76m 43.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:58:49.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (76m) 9m ago 76m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:58:49.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (75m) 9m ago 75m 40.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:58:49.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (75m) 9m ago 75m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:58:49.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (74m) 9m ago 74m 40.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:58:49.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (74m) 9m ago 74m 41.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:58:49.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (73m) 9m ago 73m 40.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:58:49.595 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (71m) 9m ago 72m 80.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:58:49.943 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:58:49.943 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:58:49.943 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:58:49.943 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:58:49.943 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:58:49.943 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:58:49.943 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:58:49.944 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:58:49.944 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:58:49.944 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:58:49.944 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:58:49.944 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:58:49.944 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:58:49.944 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:58:49.944 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:58:49.944 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:58:49.944 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:58:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:48.695278+0000 mgr.y (mgr.14556) 2516 : cluster [DBG] pgmap v2206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:58:49.295079+0000 mgr.y (mgr.14556) 2517 : audit [DBG] from='client.27299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:58:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:58:49.944457+0000 mon.c (mon.2) 95 : audit [DBG] from='client.? 172.21.15.23:0/1285985892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:58:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:48.695278+0000 mgr.y (mgr.14556) 2516 : cluster [DBG] pgmap v2206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:58:49.295079+0000 mgr.y (mgr.14556) 2517 : audit [DBG] from='client.27299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:58:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:58:49.944457+0000 mon.c (mon.2) 95 : audit [DBG] from='client.? 172.21.15.23:0/1285985892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:58:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:48.695278+0000 mgr.y (mgr.14556) 2516 : cluster [DBG] pgmap v2206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:58:49.295079+0000 mgr.y (mgr.14556) 2517 : audit [DBG] from='client.27299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:58:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:58:49.944457+0000 mon.c (mon.2) 95 : audit [DBG] from='client.? 172.21.15.23:0/1285985892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:58:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:58:49.587081+0000 mgr.y (mgr.14556) 2518 : audit [DBG] from='client.27305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:58:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:58:49.587081+0000 mgr.y (mgr.14556) 2518 : audit [DBG] from='client.27305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:58:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:58:49.587081+0000 mgr.y (mgr.14556) 2518 : audit [DBG] from='client.27305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:58:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:58:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:50.696013+0000 mgr.y (mgr.14556) 2519 : cluster [DBG] pgmap v2207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:50.696013+0000 mgr.y (mgr.14556) 2519 : cluster [DBG] pgmap v2207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:50.696013+0000 mgr.y (mgr.14556) 2519 : cluster [DBG] pgmap v2207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:58:53] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:58:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:52.696551+0000 mgr.y (mgr.14556) 2520 : cluster [DBG] pgmap v2208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:52.696551+0000 mgr.y (mgr.14556) 2520 : cluster [DBG] pgmap v2208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:52.696551+0000 mgr.y (mgr.14556) 2520 : cluster [DBG] pgmap v2208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:54.696918+0000 mgr.y (mgr.14556) 2521 : cluster [DBG] pgmap v2209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:54.696918+0000 mgr.y (mgr.14556) 2521 : cluster [DBG] pgmap v2209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:54.696918+0000 mgr.y (mgr.14556) 2521 : cluster [DBG] pgmap v2209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:56.697650+0000 mgr.y (mgr.14556) 2522 : cluster [DBG] pgmap v2210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:56.697650+0000 mgr.y (mgr.14556) 2522 : cluster [DBG] pgmap v2210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:58:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:56.697650+0000 mgr.y (mgr.14556) 2522 : cluster [DBG] pgmap v2210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:58:58.698144+0000 mgr.y (mgr.14556) 2523 : cluster [DBG] pgmap v2211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:58:59.643958+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:59:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:58:58.698144+0000 mgr.y (mgr.14556) 2523 : cluster [DBG] pgmap v2211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:58:59.643958+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:59:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:58:58.698144+0000 mgr.y (mgr.14556) 2523 : cluster [DBG] pgmap v2211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:58:59.643958+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T07:59:01.811 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:59:02.581 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:00.698706+0000 mgr.y (mgr.14556) 2524 : cluster [DBG] pgmap v2212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:00.698706+0000 mgr.y (mgr.14556) 2524 : cluster [DBG] pgmap v2212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:00.698706+0000 mgr.y (mgr.14556) 2524 : cluster [DBG] pgmap v2212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:59:02.245130+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:59:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:59:03.064687+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:59:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:59:02.245130+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:59:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:59:03.064687+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:59:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:59:02.245130+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:59:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:59:03.064687+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:59:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:59:03] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:59:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:02.699211+0000 mgr.y (mgr.14556) 2525 : cluster [DBG] pgmap v2213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:59:03.365056+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:59:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:59:03.366074+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:59:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:59:03.373553+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:59:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:02.699211+0000 mgr.y (mgr.14556) 2525 : cluster [DBG] pgmap v2213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:59:03.365056+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:59:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:59:03.366074+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:59:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:59:03.373553+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:59:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:02.699211+0000 mgr.y (mgr.14556) 2525 : cluster [DBG] pgmap v2213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:59:03.365056+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T07:59:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:59:03.366074+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T07:59:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:59:03.373553+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T07:59:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:04.699683+0000 mgr.y (mgr.14556) 2526 : cluster [DBG] pgmap v2214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:04.699683+0000 mgr.y (mgr.14556) 2526 : cluster [DBG] pgmap v2214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:04.699683+0000 mgr.y (mgr.14556) 2526 : cluster [DBG] pgmap v2214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:06.700340+0000 mgr.y (mgr.14556) 2527 : cluster [DBG] pgmap v2215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:06.700340+0000 mgr.y (mgr.14556) 2527 : cluster [DBG] pgmap v2215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:06.700340+0000 mgr.y (mgr.14556) 2527 : cluster [DBG] pgmap v2215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:08.700890+0000 mgr.y (mgr.14556) 2528 : cluster [DBG] pgmap v2216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:08.700890+0000 mgr.y (mgr.14556) 2528 : cluster [DBG] pgmap v2216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:08.700890+0000 mgr.y (mgr.14556) 2528 : cluster [DBG] pgmap v2216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:59:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:10.701743+0000 mgr.y (mgr.14556) 2529 : cluster [DBG] pgmap v2217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:10.701743+0000 mgr.y (mgr.14556) 2529 : cluster [DBG] pgmap v2217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:10.701743+0000 mgr.y (mgr.14556) 2529 : cluster [DBG] pgmap v2217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:59:13] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T07:59:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:12.702178+0000 mgr.y (mgr.14556) 2530 : cluster [DBG] pgmap v2218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:12.702178+0000 mgr.y (mgr.14556) 2530 : cluster [DBG] pgmap v2218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:12.702178+0000 mgr.y (mgr.14556) 2530 : cluster [DBG] pgmap v2218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:14.702607+0000 mgr.y (mgr.14556) 2531 : cluster [DBG] pgmap v2219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:14.702607+0000 mgr.y (mgr.14556) 2531 : cluster [DBG] pgmap v2219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:14.702607+0000 mgr.y (mgr.14556) 2531 : cluster [DBG] pgmap v2219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:16.703322+0000 mgr.y (mgr.14556) 2532 : cluster [DBG] pgmap v2220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:16.703322+0000 mgr.y (mgr.14556) 2532 : cluster [DBG] pgmap v2220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:16.703322+0000 mgr.y (mgr.14556) 2532 : cluster [DBG] pgmap v2220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:20.270 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:59:20.559 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:59:20.559 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (72m) 18s ago 73m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:59:20.559 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (72m) 17s ago 72m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:59:20.559 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (74m) 18s ago 74m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:59:20.559 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (74m) 17s ago 74m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (77m) 17s ago 77m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (79m) 18s ago 79m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (79m) 18s ago 79m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (78m) 17s ago 78m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (77m) 18s ago 77m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (73m) 18s ago 73m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (73m) 17s ago 73m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (77m) 18s ago 77m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (76m) 18s ago 76m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (76m) 18s ago 76m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (76m) 18s ago 76m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (75m) 17s ago 75m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (75m) 17s ago 75m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (74m) 17s ago 74m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (74m) 17s ago 74m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:59:20.560 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (72m) 17s ago 73m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:59:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:18.703796+0000 mgr.y (mgr.14556) 2533 : cluster [DBG] pgmap v2221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:18.703796+0000 mgr.y (mgr.14556) 2533 : cluster [DBG] pgmap v2221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:18.703796+0000 mgr.y (mgr.14556) 2533 : cluster [DBG] pgmap v2221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:20.909 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:59:20.909 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:59:20.909 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:59:20.910 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:59:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:59:20.259170+0000 mgr.y (mgr.14556) 2534 : audit [DBG] from='client.17403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:59:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:59:20.910912+0000 mon.a (mon.0) 1224 : audit [DBG] from='client.? 172.21.15.23:0/2278166610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:59:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:59:20.259170+0000 mgr.y (mgr.14556) 2534 : audit [DBG] from='client.17403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:59:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:59:20.910912+0000 mon.a (mon.0) 1224 : audit [DBG] from='client.? 172.21.15.23:0/2278166610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:59:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:59:20.259170+0000 mgr.y (mgr.14556) 2534 : audit [DBG] from='client.17403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:59:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:59:20.910912+0000 mon.a (mon.0) 1224 : audit [DBG] from='client.? 172.21.15.23:0/2278166610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:59:21.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:59:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:59:20.552743+0000 mgr.y (mgr.14556) 2535 : audit [DBG] from='client.17409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:59:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:20.704358+0000 mgr.y (mgr.14556) 2536 : cluster [DBG] pgmap v2222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:59:20.552743+0000 mgr.y (mgr.14556) 2535 : audit [DBG] from='client.17409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:59:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:20.704358+0000 mgr.y (mgr.14556) 2536 : cluster [DBG] pgmap v2222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:59:20.552743+0000 mgr.y (mgr.14556) 2535 : audit [DBG] from='client.17409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:59:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:20.704358+0000 mgr.y (mgr.14556) 2536 : cluster [DBG] pgmap v2222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:59:23] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:59:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:22.704930+0000 mgr.y (mgr.14556) 2537 : cluster [DBG] pgmap v2223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:22.704930+0000 mgr.y (mgr.14556) 2537 : cluster [DBG] pgmap v2223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:22.704930+0000 mgr.y (mgr.14556) 2537 : cluster [DBG] pgmap v2223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:24.705320+0000 mgr.y (mgr.14556) 2538 : cluster [DBG] pgmap v2224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:24.705320+0000 mgr.y (mgr.14556) 2538 : cluster [DBG] pgmap v2224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:24.705320+0000 mgr.y (mgr.14556) 2538 : cluster [DBG] pgmap v2224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:26.705923+0000 mgr.y (mgr.14556) 2539 : cluster [DBG] pgmap v2225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:26.705923+0000 mgr.y (mgr.14556) 2539 : cluster [DBG] pgmap v2225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:26.705923+0000 mgr.y (mgr.14556) 2539 : cluster [DBG] pgmap v2225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:28.706525+0000 mgr.y (mgr.14556) 2540 : cluster [DBG] pgmap v2226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:28.706525+0000 mgr.y (mgr.14556) 2540 : cluster [DBG] pgmap v2226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:28.706525+0000 mgr.y (mgr.14556) 2540 : cluster [DBG] pgmap v2226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:59:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:30.707130+0000 mgr.y (mgr.14556) 2541 : cluster [DBG] pgmap v2227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:30.707130+0000 mgr.y (mgr.14556) 2541 : cluster [DBG] pgmap v2227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:30.707130+0000 mgr.y (mgr.14556) 2541 : cluster [DBG] pgmap v2227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:59:33] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T07:59:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:32.707524+0000 mgr.y (mgr.14556) 2542 : cluster [DBG] pgmap v2228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:32.707524+0000 mgr.y (mgr.14556) 2542 : cluster [DBG] pgmap v2228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:32.707524+0000 mgr.y (mgr.14556) 2542 : cluster [DBG] pgmap v2228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:34.708043+0000 mgr.y (mgr.14556) 2543 : cluster [DBG] pgmap v2229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:34.708043+0000 mgr.y (mgr.14556) 2543 : cluster [DBG] pgmap v2229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:34.708043+0000 mgr.y (mgr.14556) 2543 : cluster [DBG] pgmap v2229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:36.708827+0000 mgr.y (mgr.14556) 2544 : cluster [DBG] pgmap v2230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:36.708827+0000 mgr.y (mgr.14556) 2544 : cluster [DBG] pgmap v2230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:37.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:36.708827+0000 mgr.y (mgr.14556) 2544 : cluster [DBG] pgmap v2230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:38.709367+0000 mgr.y (mgr.14556) 2545 : cluster [DBG] pgmap v2231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:38.709367+0000 mgr.y (mgr.14556) 2545 : cluster [DBG] pgmap v2231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:38.709367+0000 mgr.y (mgr.14556) 2545 : cluster [DBG] pgmap v2231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:40.710106+0000 mgr.y (mgr.14556) 2546 : cluster [DBG] pgmap v2232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:59:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:40.710106+0000 mgr.y (mgr.14556) 2546 : cluster [DBG] pgmap v2232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:40.710106+0000 mgr.y (mgr.14556) 2546 : cluster [DBG] pgmap v2232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:59:43] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T07:59:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:42.710583+0000 mgr.y (mgr.14556) 2547 : cluster [DBG] pgmap v2233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:42.710583+0000 mgr.y (mgr.14556) 2547 : cluster [DBG] pgmap v2233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:42.710583+0000 mgr.y (mgr.14556) 2547 : cluster [DBG] pgmap v2233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:44.710956+0000 mgr.y (mgr.14556) 2548 : cluster [DBG] pgmap v2234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:44.710956+0000 mgr.y (mgr.14556) 2548 : cluster [DBG] pgmap v2234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:44.710956+0000 mgr.y (mgr.14556) 2548 : cluster [DBG] pgmap v2234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:46.711593+0000 mgr.y (mgr.14556) 2549 : cluster [DBG] pgmap v2235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:46.711593+0000 mgr.y (mgr.14556) 2549 : cluster [DBG] pgmap v2235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:46.711593+0000 mgr.y (mgr.14556) 2549 : cluster [DBG] pgmap v2235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:48.712065+0000 mgr.y (mgr.14556) 2550 : cluster [DBG] pgmap v2236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:48.712065+0000 mgr.y (mgr.14556) 2550 : cluster [DBG] pgmap v2236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:48.712065+0000 mgr.y (mgr.14556) 2550 : cluster [DBG] pgmap v2236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:51.235 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T07:59:51.523 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T07:59:51.523 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (72m) 49s ago 73m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T07:59:51.523 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (73m) 48s ago 73m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T07:59:51.523 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (74m) 49s ago 74m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T07:59:51.523 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (74m) 48s ago 74m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T07:59:51.523 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (78m) 48s ago 78m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T07:59:51.523 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (79m) 49s ago 79m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (79m) 49s ago 80m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (78m) 48s ago 78m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (78m) 49s ago 78m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (73m) 49s ago 73m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (73m) 48s ago 73m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (77m) 49s ago 77m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (77m) 49s ago 77m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (77m) 49s ago 77m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (76m) 49s ago 76m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (76m) 48s ago 76m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (75m) 48s ago 75m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (75m) 48s ago 75m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (74m) 48s ago 74m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T07:59:51.524 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (72m) 48s ago 73m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T07:59:51.871 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T07:59:51.872 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T07:59:51.872 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T07:59:51.872 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T07:59:51.872 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T07:59:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 07:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T07:59:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:50.712877+0000 mgr.y (mgr.14556) 2551 : cluster [DBG] pgmap v2237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:59:51.223968+0000 mgr.y (mgr.14556) 2552 : audit [DBG] from='client.17421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:59:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:59:51.872058+0000 mon.a (mon.0) 1225 : audit [DBG] from='client.? 172.21.15.23:0/1067394373' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:59:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:50.712877+0000 mgr.y (mgr.14556) 2551 : cluster [DBG] pgmap v2237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:59:51.223968+0000 mgr.y (mgr.14556) 2552 : audit [DBG] from='client.17421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:59:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:59:51.872058+0000 mon.a (mon.0) 1225 : audit [DBG] from='client.? 172.21.15.23:0/1067394373' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:59:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:50.712877+0000 mgr.y (mgr.14556) 2551 : cluster [DBG] pgmap v2237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:59:51.223968+0000 mgr.y (mgr.14556) 2552 : audit [DBG] from='client.17421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:59:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:59:51.872058+0000 mon.a (mon.0) 1225 : audit [DBG] from='client.? 172.21.15.23:0/1067394373' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T07:59:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T07:59:51.516454+0000 mgr.y (mgr.14556) 2553 : audit [DBG] from='client.17427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:59:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T07:59:51.516454+0000 mgr.y (mgr.14556) 2553 : audit [DBG] from='client.17427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:59:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T07:59:51.516454+0000 mgr.y (mgr.14556) 2553 : audit [DBG] from='client.17427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T07:59:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 07:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:07:59:53] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T07:59:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:52.713320+0000 mgr.y (mgr.14556) 2554 : cluster [DBG] pgmap v2238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:52.713320+0000 mgr.y (mgr.14556) 2554 : cluster [DBG] pgmap v2238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:52.713320+0000 mgr.y (mgr.14556) 2554 : cluster [DBG] pgmap v2238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:54.713884+0000 mgr.y (mgr.14556) 2555 : cluster [DBG] pgmap v2239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:54.713884+0000 mgr.y (mgr.14556) 2555 : cluster [DBG] pgmap v2239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:54.713884+0000 mgr.y (mgr.14556) 2555 : cluster [DBG] pgmap v2239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 07:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:56.714603+0000 mgr.y (mgr.14556) 2556 : cluster [DBG] pgmap v2240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 07:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:56.714603+0000 mgr.y (mgr.14556) 2556 : cluster [DBG] pgmap v2240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T07:59:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 07:59:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:56.714603+0000 mgr.y (mgr.14556) 2556 : cluster [DBG] pgmap v2240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:00.289 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T07:59:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:00:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T07:59:58.714990+0000 mgr.y (mgr.14556) 2557 : cluster [DBG] pgmap v2241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:00.000175+0000 mon.a (mon.0) 1226 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:00:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T07:59:58.714990+0000 mgr.y (mgr.14556) 2557 : cluster [DBG] pgmap v2241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:00.000175+0000 mon.a (mon.0) 1226 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:00:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T07:59:58.714990+0000 mgr.y (mgr.14556) 2557 : cluster [DBG] pgmap v2241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:00.000175+0000 mon.a (mon.0) 1226 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:00:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:00:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:00.715860+0000 mgr.y (mgr.14556) 2558 : cluster [DBG] pgmap v2242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:00.715860+0000 mgr.y (mgr.14556) 2558 : cluster [DBG] pgmap v2242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:00.715860+0000 mgr.y (mgr.14556) 2558 : cluster [DBG] pgmap v2242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:00:03] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T08:00:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:02.716318+0000 mgr.y (mgr.14556) 2559 : cluster [DBG] pgmap v2243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:00:03.379516+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:00:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:00:03.687904+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:00:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:00:03.688588+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:00:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:00:03.697444+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:00:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:02.716318+0000 mgr.y (mgr.14556) 2559 : cluster [DBG] pgmap v2243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:00:03.379516+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:00:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:00:03.687904+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:00:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:00:03.688588+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:00:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:00:03.697444+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:00:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:02.716318+0000 mgr.y (mgr.14556) 2559 : cluster [DBG] pgmap v2243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:00:03.379516+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:00:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:00:03.687904+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:00:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:00:03.688588+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:00:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:00:03.697444+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:00:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:04.716728+0000 mgr.y (mgr.14556) 2560 : cluster [DBG] pgmap v2244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:04.716728+0000 mgr.y (mgr.14556) 2560 : cluster [DBG] pgmap v2244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:04.716728+0000 mgr.y (mgr.14556) 2560 : cluster [DBG] pgmap v2244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:06.717454+0000 mgr.y (mgr.14556) 2561 : cluster [DBG] pgmap v2245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:06.717454+0000 mgr.y (mgr.14556) 2561 : cluster [DBG] pgmap v2245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:06.717454+0000 mgr.y (mgr.14556) 2561 : cluster [DBG] pgmap v2245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:08.717800+0000 mgr.y (mgr.14556) 2562 : cluster [DBG] pgmap v2246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:08.717800+0000 mgr.y (mgr.14556) 2562 : cluster [DBG] pgmap v2246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:08.717800+0000 mgr.y (mgr.14556) 2562 : cluster [DBG] pgmap v2246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:00:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:10.718634+0000 mgr.y (mgr.14556) 2563 : cluster [DBG] pgmap v2247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:10.718634+0000 mgr.y (mgr.14556) 2563 : cluster [DBG] pgmap v2247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:10.718634+0000 mgr.y (mgr.14556) 2563 : cluster [DBG] pgmap v2247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:00:13] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:00:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:12.719013+0000 mgr.y (mgr.14556) 2564 : cluster [DBG] pgmap v2248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:12.719013+0000 mgr.y (mgr.14556) 2564 : cluster [DBG] pgmap v2248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:12.719013+0000 mgr.y (mgr.14556) 2564 : cluster [DBG] pgmap v2248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:14.719475+0000 mgr.y (mgr.14556) 2565 : cluster [DBG] pgmap v2249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:14.719475+0000 mgr.y (mgr.14556) 2565 : cluster [DBG] pgmap v2249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:14.719475+0000 mgr.y (mgr.14556) 2565 : cluster [DBG] pgmap v2249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:16.720225+0000 mgr.y (mgr.14556) 2566 : cluster [DBG] pgmap v2250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:16.720225+0000 mgr.y (mgr.14556) 2566 : cluster [DBG] pgmap v2250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:16.720225+0000 mgr.y (mgr.14556) 2566 : cluster [DBG] pgmap v2250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:18.720742+0000 mgr.y (mgr.14556) 2567 : cluster [DBG] pgmap v2251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:18.720742+0000 mgr.y (mgr.14556) 2567 : cluster [DBG] pgmap v2251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:18.720742+0000 mgr.y (mgr.14556) 2567 : cluster [DBG] pgmap v2251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:00:22.196 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:00:22.484 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:00:22.484 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (73m) 80s ago 74m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:00:22.484 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (73m) 79s ago 73m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (75m) 80s ago 75m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (75m) 79s ago 75m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (78m) 79s ago 78m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (80m) 80s ago 80m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (80m) 80s ago 80m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (79m) 79s ago 79m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (78m) 80s ago 78m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (74m) 80s ago 74m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (74m) 79s ago 74m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (78m) 80s ago 78m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (78m) 80s ago 78m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (77m) 80s ago 77m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (77m) 80s ago 77m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:00:22.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (76m) 79s ago 76m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:00:22.486 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (76m) 79s ago 76m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:00:22.486 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (75m) 79s ago 75m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:00:22.486 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (75m) 79s ago 75m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:00:22.486 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (73m) 79s ago 74m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:00:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:20.721558+0000 mgr.y (mgr.14556) 2568 : cluster [DBG] pgmap v2252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:22.833 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:00:22.833 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:00:22.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:00:22.835 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:00:22.835 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:00:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:20.721558+0000 mgr.y (mgr.14556) 2568 : cluster [DBG] pgmap v2252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:20.721558+0000 mgr.y (mgr.14556) 2568 : cluster [DBG] pgmap v2252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:00:22.185317+0000 mgr.y (mgr.14556) 2569 : audit [DBG] from='client.17439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:00:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:00:22.834839+0000 mon.c (mon.2) 96 : audit [DBG] from='client.? 172.21.15.23:0/1908370631' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:00:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:00:22.185317+0000 mgr.y (mgr.14556) 2569 : audit [DBG] from='client.17439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:00:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:00:22.834839+0000 mon.c (mon.2) 96 : audit [DBG] from='client.? 172.21.15.23:0/1908370631' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:00:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:00:22.185317+0000 mgr.y (mgr.14556) 2569 : audit [DBG] from='client.17439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:00:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:00:22.834839+0000 mon.c (mon.2) 96 : audit [DBG] from='client.? 172.21.15.23:0/1908370631' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:00:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:00:23] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T08:00:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:00:22.477738+0000 mgr.y (mgr.14556) 2570 : audit [DBG] from='client.17445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:00:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:22.721885+0000 mgr.y (mgr.14556) 2571 : cluster [DBG] pgmap v2253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:00:22.477738+0000 mgr.y (mgr.14556) 2570 : audit [DBG] from='client.17445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:00:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:22.721885+0000 mgr.y (mgr.14556) 2571 : cluster [DBG] pgmap v2253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:00:22.477738+0000 mgr.y (mgr.14556) 2570 : audit [DBG] from='client.17445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:00:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:22.721885+0000 mgr.y (mgr.14556) 2571 : cluster [DBG] pgmap v2253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:24.722299+0000 mgr.y (mgr.14556) 2572 : cluster [DBG] pgmap v2254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:24.722299+0000 mgr.y (mgr.14556) 2572 : cluster [DBG] pgmap v2254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:24.722299+0000 mgr.y (mgr.14556) 2572 : cluster [DBG] pgmap v2254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:26.723066+0000 mgr.y (mgr.14556) 2573 : cluster [DBG] pgmap v2255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:26.723066+0000 mgr.y (mgr.14556) 2573 : cluster [DBG] pgmap v2255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:26.723066+0000 mgr.y (mgr.14556) 2573 : cluster [DBG] pgmap v2255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:28.723759+0000 mgr.y (mgr.14556) 2574 : cluster [DBG] pgmap v2256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:28.723759+0000 mgr.y (mgr.14556) 2574 : cluster [DBG] pgmap v2256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:28.723759+0000 mgr.y (mgr.14556) 2574 : cluster [DBG] pgmap v2256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:31.799 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:00:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:30.724439+0000 mgr.y (mgr.14556) 2575 : cluster [DBG] pgmap v2257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:30.724439+0000 mgr.y (mgr.14556) 2575 : cluster [DBG] pgmap v2257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:30.724439+0000 mgr.y (mgr.14556) 2575 : cluster [DBG] pgmap v2257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:00:33] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T08:00:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:32.724913+0000 mgr.y (mgr.14556) 2576 : cluster [DBG] pgmap v2258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:32.724913+0000 mgr.y (mgr.14556) 2576 : cluster [DBG] pgmap v2258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:32.724913+0000 mgr.y (mgr.14556) 2576 : cluster [DBG] pgmap v2258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:34.725344+0000 mgr.y (mgr.14556) 2577 : cluster [DBG] pgmap v2259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:34.725344+0000 mgr.y (mgr.14556) 2577 : cluster [DBG] pgmap v2259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:34.725344+0000 mgr.y (mgr.14556) 2577 : cluster [DBG] pgmap v2259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:36.726183+0000 mgr.y (mgr.14556) 2578 : cluster [DBG] pgmap v2260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:36.726183+0000 mgr.y (mgr.14556) 2578 : cluster [DBG] pgmap v2260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:36.726183+0000 mgr.y (mgr.14556) 2578 : cluster [DBG] pgmap v2260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:38.726842+0000 mgr.y (mgr.14556) 2579 : cluster [DBG] pgmap v2261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:38.726842+0000 mgr.y (mgr.14556) 2579 : cluster [DBG] pgmap v2261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:38.726842+0000 mgr.y (mgr.14556) 2579 : cluster [DBG] pgmap v2261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:41.832 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:00:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:40.727683+0000 mgr.y (mgr.14556) 2580 : cluster [DBG] pgmap v2262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:40.727683+0000 mgr.y (mgr.14556) 2580 : cluster [DBG] pgmap v2262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:40.727683+0000 mgr.y (mgr.14556) 2580 : cluster [DBG] pgmap v2262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:42.728352+0000 mgr.y (mgr.14556) 2581 : cluster [DBG] pgmap v2263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:42.728352+0000 mgr.y (mgr.14556) 2581 : cluster [DBG] pgmap v2263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:00:43] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T08:00:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:42.728352+0000 mgr.y (mgr.14556) 2581 : cluster [DBG] pgmap v2263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:44.728805+0000 mgr.y (mgr.14556) 2582 : cluster [DBG] pgmap v2264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:44.728805+0000 mgr.y (mgr.14556) 2582 : cluster [DBG] pgmap v2264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:44.728805+0000 mgr.y (mgr.14556) 2582 : cluster [DBG] pgmap v2264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:46.729661+0000 mgr.y (mgr.14556) 2583 : cluster [DBG] pgmap v2265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:46.729661+0000 mgr.y (mgr.14556) 2583 : cluster [DBG] pgmap v2265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:46.729661+0000 mgr.y (mgr.14556) 2583 : cluster [DBG] pgmap v2265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:48.730001+0000 mgr.y (mgr.14556) 2584 : cluster [DBG] pgmap v2266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:48.730001+0000 mgr.y (mgr.14556) 2584 : cluster [DBG] pgmap v2266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:48.730001+0000 mgr.y (mgr.14556) 2584 : cluster [DBG] pgmap v2266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:51.867 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:00:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:50.730609+0000 mgr.y (mgr.14556) 2585 : cluster [DBG] pgmap v2267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:50.730609+0000 mgr.y (mgr.14556) 2585 : cluster [DBG] pgmap v2267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:50.730609+0000 mgr.y (mgr.14556) 2585 : cluster [DBG] pgmap v2267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:53.159 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:00:53.445 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (73m) 111s ago 74m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (74m) 110s ago 74m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (75m) 111s ago 75m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (75m) 110s ago 75m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (79m) 110s ago 79m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (80m) 111s ago 80m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (80m) 111s ago 81m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (79m) 110s ago 79m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (79m) 111s ago 79m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (74m) 111s ago 74m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (74m) 110s ago 74m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (78m) 111s ago 78m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:00:53.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (78m) 111s ago 78m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:00:53.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (78m) 111s ago 78m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:00:53.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (77m) 111s ago 77m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:00:53.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (77m) 110s ago 77m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:00:53.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (76m) 110s ago 76m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:00:53.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (76m) 110s ago 76m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:00:53.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (75m) 110s ago 75m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:00:53.447 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (73m) 110s ago 75m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:00:53.793 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:00:53.794 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:00:53.795 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:00:53.795 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:00:53.795 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:00:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:00:53] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:00:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:52.731289+0000 mgr.y (mgr.14556) 2586 : cluster [DBG] pgmap v2268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:00:53.148465+0000 mgr.y (mgr.14556) 2587 : audit [DBG] from='client.17457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:00:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:00:53.794958+0000 mon.c (mon.2) 97 : audit [DBG] from='client.? 172.21.15.23:0/1226821602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:00:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:52.731289+0000 mgr.y (mgr.14556) 2586 : cluster [DBG] pgmap v2268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:00:53.148465+0000 mgr.y (mgr.14556) 2587 : audit [DBG] from='client.17457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:00:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:00:53.794958+0000 mon.c (mon.2) 97 : audit [DBG] from='client.? 172.21.15.23:0/1226821602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:00:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:52.731289+0000 mgr.y (mgr.14556) 2586 : cluster [DBG] pgmap v2268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:00:53.148465+0000 mgr.y (mgr.14556) 2587 : audit [DBG] from='client.17457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:00:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:00:53.794958+0000 mon.c (mon.2) 97 : audit [DBG] from='client.? 172.21.15.23:0/1226821602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:00:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:00:53.438907+0000 mgr.y (mgr.14556) 2588 : audit [DBG] from='client.27377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:00:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:00:53.438907+0000 mgr.y (mgr.14556) 2588 : audit [DBG] from='client.27377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:00:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:00:53.438907+0000 mgr.y (mgr.14556) 2588 : audit [DBG] from='client.27377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:00:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:54.731716+0000 mgr.y (mgr.14556) 2589 : cluster [DBG] pgmap v2269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:54.731716+0000 mgr.y (mgr.14556) 2589 : cluster [DBG] pgmap v2269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:54.731716+0000 mgr.y (mgr.14556) 2589 : cluster [DBG] pgmap v2269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:56.732315+0000 mgr.y (mgr.14556) 2590 : cluster [DBG] pgmap v2270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:56.732315+0000 mgr.y (mgr.14556) 2590 : cluster [DBG] pgmap v2270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:00:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:56.732315+0000 mgr.y (mgr.14556) 2590 : cluster [DBG] pgmap v2270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:00:58.732728+0000 mgr.y (mgr.14556) 2591 : cluster [DBG] pgmap v2271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:00:58.732728+0000 mgr.y (mgr.14556) 2591 : cluster [DBG] pgmap v2271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:00:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:00:58.732728+0000 mgr.y (mgr.14556) 2591 : cluster [DBG] pgmap v2271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:01:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:00.733552+0000 mgr.y (mgr.14556) 2592 : cluster [DBG] pgmap v2272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:00.733552+0000 mgr.y (mgr.14556) 2592 : cluster [DBG] pgmap v2272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:00.733552+0000 mgr.y (mgr.14556) 2592 : cluster [DBG] pgmap v2272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:01:03] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:01:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:02.734005+0000 mgr.y (mgr.14556) 2593 : cluster [DBG] pgmap v2273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:01:03.701661+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:01:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:02.734005+0000 mgr.y (mgr.14556) 2593 : cluster [DBG] pgmap v2273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:01:03.701661+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:01:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:02.734005+0000 mgr.y (mgr.14556) 2593 : cluster [DBG] pgmap v2273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:01:03.701661+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:01:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:01:04.011937+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:01:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:01:04.012576+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:01:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:01:04.016680+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:01:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:01:04.011937+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:01:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:01:04.012576+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:01:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:01:04.016680+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:01:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:01:04.011937+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:01:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:01:04.012576+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:01:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:01:04.016680+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:01:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:04.734376+0000 mgr.y (mgr.14556) 2594 : cluster [DBG] pgmap v2274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:04.734376+0000 mgr.y (mgr.14556) 2594 : cluster [DBG] pgmap v2274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:04.734376+0000 mgr.y (mgr.14556) 2594 : cluster [DBG] pgmap v2274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:06.735119+0000 mgr.y (mgr.14556) 2595 : cluster [DBG] pgmap v2275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:06.735119+0000 mgr.y (mgr.14556) 2595 : cluster [DBG] pgmap v2275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:06.735119+0000 mgr.y (mgr.14556) 2595 : cluster [DBG] pgmap v2275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:08.735707+0000 mgr.y (mgr.14556) 2596 : cluster [DBG] pgmap v2276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:08.735707+0000 mgr.y (mgr.14556) 2596 : cluster [DBG] pgmap v2276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:08.735707+0000 mgr.y (mgr.14556) 2596 : cluster [DBG] pgmap v2276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:01:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:10.736284+0000 mgr.y (mgr.14556) 2597 : cluster [DBG] pgmap v2277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:10.736284+0000 mgr.y (mgr.14556) 2597 : cluster [DBG] pgmap v2277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:10.736284+0000 mgr.y (mgr.14556) 2597 : cluster [DBG] pgmap v2277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:14.063 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:01:13] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T08:01:14.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:12.736714+0000 mgr.y (mgr.14556) 2598 : cluster [DBG] pgmap v2278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:12.736714+0000 mgr.y (mgr.14556) 2598 : cluster [DBG] pgmap v2278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:12.736714+0000 mgr.y (mgr.14556) 2598 : cluster [DBG] pgmap v2278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:14.737192+0000 mgr.y (mgr.14556) 2599 : cluster [DBG] pgmap v2279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:14.737192+0000 mgr.y (mgr.14556) 2599 : cluster [DBG] pgmap v2279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:14.737192+0000 mgr.y (mgr.14556) 2599 : cluster [DBG] pgmap v2279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:16.737833+0000 mgr.y (mgr.14556) 2600 : cluster [DBG] pgmap v2280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:16.737833+0000 mgr.y (mgr.14556) 2600 : cluster [DBG] pgmap v2280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:16.737833+0000 mgr.y (mgr.14556) 2600 : cluster [DBG] pgmap v2280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:18.738208+0000 mgr.y (mgr.14556) 2601 : cluster [DBG] pgmap v2281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:18.738208+0000 mgr.y (mgr.14556) 2601 : cluster [DBG] pgmap v2281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:18.738208+0000 mgr.y (mgr.14556) 2601 : cluster [DBG] pgmap v2281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:01:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:20.738899+0000 mgr.y (mgr.14556) 2602 : cluster [DBG] pgmap v2282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:20.738899+0000 mgr.y (mgr.14556) 2602 : cluster [DBG] pgmap v2282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:20.738899+0000 mgr.y (mgr.14556) 2602 : cluster [DBG] pgmap v2282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:24.104 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:01:23] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:01:24.120 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:01:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:22.739472+0000 mgr.y (mgr.14556) 2603 : cluster [DBG] pgmap v2283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:22.739472+0000 mgr.y (mgr.14556) 2603 : cluster [DBG] pgmap v2283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:24.407 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:01:24.407 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (74m) 2m ago 75m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:01:24.407 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (74m) 2m ago 74m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:01:24.407 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (76m) 2m ago 76m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:01:24.407 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (76m) 2m ago 76m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:01:24.407 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (79m) 2m ago 79m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:01:24.407 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (81m) 2m ago 81m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:01:24.407 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (81m) 2m ago 81m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:01:24.407 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (80m) 2m ago 80m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:01:24.407 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (80m) 2m ago 80m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:01:24.408 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (75m) 2m ago 75m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:01:24.408 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (75m) 2m ago 75m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:01:24.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (79m) 2m ago 79m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:01:24.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (79m) 2m ago 79m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:01:24.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (78m) 2m ago 78m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:01:24.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (78m) 2m ago 78m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:01:24.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (77m) 2m ago 77m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:01:24.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (77m) 2m ago 77m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:01:24.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (76m) 2m ago 76m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:01:24.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (76m) 2m ago 76m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:01:24.408 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (74m) 2m ago 75m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:01:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:22.739472+0000 mgr.y (mgr.14556) 2603 : cluster [DBG] pgmap v2283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:01:24.754 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:01:24.755 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:01:24.755 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:01:24.755 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:01:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:01:24.108942+0000 mgr.y (mgr.14556) 2604 : audit [DBG] from='client.17475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:01:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:01:24.400258+0000 mgr.y (mgr.14556) 2605 : audit [DBG] from='client.27395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:01:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:01:24.755064+0000 mon.a (mon.0) 1235 : audit [DBG] from='client.? 172.21.15.23:0/2916551036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:01:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:01:24.108942+0000 mgr.y (mgr.14556) 2604 : audit [DBG] from='client.17475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:01:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:01:24.400258+0000 mgr.y (mgr.14556) 2605 : audit [DBG] from='client.27395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:01:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:01:24.755064+0000 mon.a (mon.0) 1235 : audit [DBG] from='client.? 172.21.15.23:0/2916551036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:01:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:01:24.108942+0000 mgr.y (mgr.14556) 2604 : audit [DBG] from='client.17475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:01:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:01:24.400258+0000 mgr.y (mgr.14556) 2605 : audit [DBG] from='client.27395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:01:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:01:24.755064+0000 mon.a (mon.0) 1235 : audit [DBG] from='client.? 172.21.15.23:0/2916551036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:01:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:24.739832+0000 mgr.y (mgr.14556) 2606 : cluster [DBG] pgmap v2284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:24.739832+0000 mgr.y (mgr.14556) 2606 : cluster [DBG] pgmap v2284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:24.739832+0000 mgr.y (mgr.14556) 2606 : cluster [DBG] pgmap v2284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:26.740495+0000 mgr.y (mgr.14556) 2607 : cluster [DBG] pgmap v2285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:26.740495+0000 mgr.y (mgr.14556) 2607 : cluster [DBG] pgmap v2285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:26.740495+0000 mgr.y (mgr.14556) 2607 : cluster [DBG] pgmap v2285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:28.740927+0000 mgr.y (mgr.14556) 2608 : cluster [DBG] pgmap v2286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:28.740927+0000 mgr.y (mgr.14556) 2608 : cluster [DBG] pgmap v2286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:28.740927+0000 mgr.y (mgr.14556) 2608 : cluster [DBG] pgmap v2286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:01:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:30.741591+0000 mgr.y (mgr.14556) 2609 : cluster [DBG] pgmap v2287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:30.741591+0000 mgr.y (mgr.14556) 2609 : cluster [DBG] pgmap v2287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:30.741591+0000 mgr.y (mgr.14556) 2609 : cluster [DBG] pgmap v2287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:01:33] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:01:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:32.742037+0000 mgr.y (mgr.14556) 2610 : cluster [DBG] pgmap v2288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:32.742037+0000 mgr.y (mgr.14556) 2610 : cluster [DBG] pgmap v2288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:32.742037+0000 mgr.y (mgr.14556) 2610 : cluster [DBG] pgmap v2288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:34.742488+0000 mgr.y (mgr.14556) 2611 : cluster [DBG] pgmap v2289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:34.742488+0000 mgr.y (mgr.14556) 2611 : cluster [DBG] pgmap v2289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:34.742488+0000 mgr.y (mgr.14556) 2611 : cluster [DBG] pgmap v2289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:36.743219+0000 mgr.y (mgr.14556) 2612 : cluster [DBG] pgmap v2290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:36.743219+0000 mgr.y (mgr.14556) 2612 : cluster [DBG] pgmap v2290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:36.743219+0000 mgr.y (mgr.14556) 2612 : cluster [DBG] pgmap v2290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:38.743636+0000 mgr.y (mgr.14556) 2613 : cluster [DBG] pgmap v2291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:38.743636+0000 mgr.y (mgr.14556) 2613 : cluster [DBG] pgmap v2291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:38.743636+0000 mgr.y (mgr.14556) 2613 : cluster [DBG] pgmap v2291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:01:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:40.744247+0000 mgr.y (mgr.14556) 2614 : cluster [DBG] pgmap v2292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:40.744247+0000 mgr.y (mgr.14556) 2614 : cluster [DBG] pgmap v2292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:40.744247+0000 mgr.y (mgr.14556) 2614 : cluster [DBG] pgmap v2292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:01:43] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:01:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:42.744806+0000 mgr.y (mgr.14556) 2615 : cluster [DBG] pgmap v2293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:42.744806+0000 mgr.y (mgr.14556) 2615 : cluster [DBG] pgmap v2293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:42.744806+0000 mgr.y (mgr.14556) 2615 : cluster [DBG] pgmap v2293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:44.745475+0000 mgr.y (mgr.14556) 2616 : cluster [DBG] pgmap v2294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:44.745475+0000 mgr.y (mgr.14556) 2616 : cluster [DBG] pgmap v2294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:44.745475+0000 mgr.y (mgr.14556) 2616 : cluster [DBG] pgmap v2294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:46.746300+0000 mgr.y (mgr.14556) 2617 : cluster [DBG] pgmap v2295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:46.746300+0000 mgr.y (mgr.14556) 2617 : cluster [DBG] pgmap v2295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:46.746300+0000 mgr.y (mgr.14556) 2617 : cluster [DBG] pgmap v2295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:48.746877+0000 mgr.y (mgr.14556) 2618 : cluster [DBG] pgmap v2296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:48.746877+0000 mgr.y (mgr.14556) 2618 : cluster [DBG] pgmap v2296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:48.746877+0000 mgr.y (mgr.14556) 2618 : cluster [DBG] pgmap v2296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:01:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:50.747631+0000 mgr.y (mgr.14556) 2619 : cluster [DBG] pgmap v2297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:50.747631+0000 mgr.y (mgr.14556) 2619 : cluster [DBG] pgmap v2297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:50.747631+0000 mgr.y (mgr.14556) 2619 : cluster [DBG] pgmap v2297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:01:53] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:01:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:52.748081+0000 mgr.y (mgr.14556) 2620 : cluster [DBG] pgmap v2298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:52.748081+0000 mgr.y (mgr.14556) 2620 : cluster [DBG] pgmap v2298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:52.748081+0000 mgr.y (mgr.14556) 2620 : cluster [DBG] pgmap v2298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (74m) 2m ago 75m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (75m) 2m ago 75m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (76m) 2m ago 76m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (76m) 2m ago 76m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (80m) 2m ago 80m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (81m) 2m ago 81m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (82m) 2m ago 82m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (80m) 2m ago 80m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (80m) 2m ago 80m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (75m) 2m ago 75m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (75m) 2m ago 75m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:01:55.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (79m) 2m ago 79m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:01:55.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (79m) 2m ago 79m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:01:55.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (79m) 2m ago 79m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:01:55.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (78m) 2m ago 78m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:01:55.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (78m) 2m ago 78m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:01:55.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (77m) 2m ago 77m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:01:55.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (77m) 2m ago 77m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:01:55.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (76m) 2m ago 76m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:01:55.370 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (74m) 2m ago 76m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:01:55.722 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:01:55.723 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:01:55.724 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:01:55.724 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:01:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:54.748638+0000 mgr.y (mgr.14556) 2621 : cluster [DBG] pgmap v2299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:01:55.068755+0000 mgr.y (mgr.14556) 2622 : audit [DBG] from='client.17493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:01:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:01:55.362192+0000 mgr.y (mgr.14556) 2623 : audit [DBG] from='client.27413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:01:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:01:55.723918+0000 mon.a (mon.0) 1236 : audit [DBG] from='client.? 172.21.15.23:0/3903207718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:01:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:54.748638+0000 mgr.y (mgr.14556) 2621 : cluster [DBG] pgmap v2299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:01:55.068755+0000 mgr.y (mgr.14556) 2622 : audit [DBG] from='client.17493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:01:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:01:55.362192+0000 mgr.y (mgr.14556) 2623 : audit [DBG] from='client.27413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:01:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:01:55.723918+0000 mon.a (mon.0) 1236 : audit [DBG] from='client.? 172.21.15.23:0/3903207718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:01:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:54.748638+0000 mgr.y (mgr.14556) 2621 : cluster [DBG] pgmap v2299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:01:55.068755+0000 mgr.y (mgr.14556) 2622 : audit [DBG] from='client.17493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:01:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:01:55.362192+0000 mgr.y (mgr.14556) 2623 : audit [DBG] from='client.27413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:01:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:01:55.723918+0000 mon.a (mon.0) 1236 : audit [DBG] from='client.? 172.21.15.23:0/3903207718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:01:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:56.749574+0000 mgr.y (mgr.14556) 2624 : cluster [DBG] pgmap v2300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:56.749574+0000 mgr.y (mgr.14556) 2624 : cluster [DBG] pgmap v2300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:01:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:01:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:56.749574+0000 mgr.y (mgr.14556) 2624 : cluster [DBG] pgmap v2300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:01:58.750069+0000 mgr.y (mgr.14556) 2625 : cluster [DBG] pgmap v2301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:01:58.750069+0000 mgr.y (mgr.14556) 2625 : cluster [DBG] pgmap v2301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:01:58.750069+0000 mgr.y (mgr.14556) 2625 : cluster [DBG] pgmap v2301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:02:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:00.750844+0000 mgr.y (mgr.14556) 2626 : cluster [DBG] pgmap v2302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:00.750844+0000 mgr.y (mgr.14556) 2626 : cluster [DBG] pgmap v2302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:00.750844+0000 mgr.y (mgr.14556) 2626 : cluster [DBG] pgmap v2302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:02:03] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:02:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:02.751434+0000 mgr.y (mgr.14556) 2627 : cluster [DBG] pgmap v2303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:02:04.021071+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:02:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:02:04.275799+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:02:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:02:04.280416+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:02:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:02.751434+0000 mgr.y (mgr.14556) 2627 : cluster [DBG] pgmap v2303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:02:04.021071+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:02:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:02:04.275799+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:02:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:02:04.280416+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:02:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:02.751434+0000 mgr.y (mgr.14556) 2627 : cluster [DBG] pgmap v2303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:02:04.021071+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:02:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:02:04.275799+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:02:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:02:04.280416+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:02:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:02:04.571609+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:02:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:02:04.572279+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:02:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:02:04.577890+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:02:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:02:04.571609+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:02:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:02:04.572279+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:02:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:02:04.577890+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:02:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:02:04.571609+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:02:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:02:04.572279+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:02:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:02:04.577890+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:02:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:04.751844+0000 mgr.y (mgr.14556) 2628 : cluster [DBG] pgmap v2304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:04.751844+0000 mgr.y (mgr.14556) 2628 : cluster [DBG] pgmap v2304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:04.751844+0000 mgr.y (mgr.14556) 2628 : cluster [DBG] pgmap v2304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:06.752621+0000 mgr.y (mgr.14556) 2629 : cluster [DBG] pgmap v2305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:06.752621+0000 mgr.y (mgr.14556) 2629 : cluster [DBG] pgmap v2305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:06.752621+0000 mgr.y (mgr.14556) 2629 : cluster [DBG] pgmap v2305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:08.753123+0000 mgr.y (mgr.14556) 2630 : cluster [DBG] pgmap v2306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:08.753123+0000 mgr.y (mgr.14556) 2630 : cluster [DBG] pgmap v2306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:08.753123+0000 mgr.y (mgr.14556) 2630 : cluster [DBG] pgmap v2306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:02:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:10.753888+0000 mgr.y (mgr.14556) 2631 : cluster [DBG] pgmap v2307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:10.753888+0000 mgr.y (mgr.14556) 2631 : cluster [DBG] pgmap v2307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:10.753888+0000 mgr.y (mgr.14556) 2631 : cluster [DBG] pgmap v2307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:02:13] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:02:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:12.754375+0000 mgr.y (mgr.14556) 2632 : cluster [DBG] pgmap v2308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:12.754375+0000 mgr.y (mgr.14556) 2632 : cluster [DBG] pgmap v2308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:12.754375+0000 mgr.y (mgr.14556) 2632 : cluster [DBG] pgmap v2308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:14.754830+0000 mgr.y (mgr.14556) 2633 : cluster [DBG] pgmap v2309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:14.754830+0000 mgr.y (mgr.14556) 2633 : cluster [DBG] pgmap v2309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:14.754830+0000 mgr.y (mgr.14556) 2633 : cluster [DBG] pgmap v2309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:16.755736+0000 mgr.y (mgr.14556) 2634 : cluster [DBG] pgmap v2310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:16.755736+0000 mgr.y (mgr.14556) 2634 : cluster [DBG] pgmap v2310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:16.755736+0000 mgr.y (mgr.14556) 2634 : cluster [DBG] pgmap v2310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:18.756178+0000 mgr.y (mgr.14556) 2635 : cluster [DBG] pgmap v2311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:18.756178+0000 mgr.y (mgr.14556) 2635 : cluster [DBG] pgmap v2311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:18.756178+0000 mgr.y (mgr.14556) 2635 : cluster [DBG] pgmap v2311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:02:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:20.756895+0000 mgr.y (mgr.14556) 2636 : cluster [DBG] pgmap v2312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:20.756895+0000 mgr.y (mgr.14556) 2636 : cluster [DBG] pgmap v2312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:20.756895+0000 mgr.y (mgr.14556) 2636 : cluster [DBG] pgmap v2312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:02:23] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:02:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:22.757441+0000 mgr.y (mgr.14556) 2637 : cluster [DBG] pgmap v2313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:22.757441+0000 mgr.y (mgr.14556) 2637 : cluster [DBG] pgmap v2313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:22.757441+0000 mgr.y (mgr.14556) 2637 : cluster [DBG] pgmap v2313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:26.046 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:02:26.340 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:02:26.340 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (75m) 3m ago 76m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:02:26.340 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (75m) 3m ago 75m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:02:26.340 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (77m) 3m ago 77m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:02:26.340 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (77m) 3m ago 77m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:02:26.340 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (80m) 3m ago 80m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:02:26.340 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (82m) 3m ago 82m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (82m) 3m ago 82m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (81m) 3m ago 81m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (81m) 3m ago 81m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (76m) 3m ago 76m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (76m) 3m ago 76m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (80m) 3m ago 80m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (80m) 3m ago 80m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (79m) 3m ago 79m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (79m) 3m ago 79m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (78m) 3m ago 78m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (78m) 3m ago 78m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (77m) 3m ago 77m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (77m) 3m ago 77m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:02:26.341 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (75m) 3m ago 76m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:02:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:24.757843+0000 mgr.y (mgr.14556) 2638 : cluster [DBG] pgmap v2314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:26.688 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:02:26.688 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:02:26.688 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:02:26.688 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:02:26.688 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:02:26.688 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:02:26.688 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:02:26.689 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:02:26.689 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:02:26.689 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:02:26.689 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:02:26.689 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:02:26.689 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:02:26.689 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:02:26.689 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:02:26.689 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:02:26.689 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:02:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:24.757843+0000 mgr.y (mgr.14556) 2638 : cluster [DBG] pgmap v2314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:24.757843+0000 mgr.y (mgr.14556) 2638 : cluster [DBG] pgmap v2314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:02:26.036139+0000 mgr.y (mgr.14556) 2639 : audit [DBG] from='client.17511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:02:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:02:26.333488+0000 mgr.y (mgr.14556) 2640 : audit [DBG] from='client.27431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:02:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:02:26.689395+0000 mon.c (mon.2) 98 : audit [DBG] from='client.? 172.21.15.23:0/1245357541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:02:27.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:02:26.036139+0000 mgr.y (mgr.14556) 2639 : audit [DBG] from='client.17511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:02:27.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:02:26.333488+0000 mgr.y (mgr.14556) 2640 : audit [DBG] from='client.27431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:02:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:02:26.689395+0000 mon.c (mon.2) 98 : audit [DBG] from='client.? 172.21.15.23:0/1245357541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:02:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:02:26.036139+0000 mgr.y (mgr.14556) 2639 : audit [DBG] from='client.17511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:02:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:02:26.333488+0000 mgr.y (mgr.14556) 2640 : audit [DBG] from='client.27431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:02:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:02:26.689395+0000 mon.c (mon.2) 98 : audit [DBG] from='client.? 172.21.15.23:0/1245357541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:02:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:26.758634+0000 mgr.y (mgr.14556) 2641 : cluster [DBG] pgmap v2315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:26.758634+0000 mgr.y (mgr.14556) 2641 : cluster [DBG] pgmap v2315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:26.758634+0000 mgr.y (mgr.14556) 2641 : cluster [DBG] pgmap v2315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:30.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:28.759199+0000 mgr.y (mgr.14556) 2642 : cluster [DBG] pgmap v2316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:30.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:28.759199+0000 mgr.y (mgr.14556) 2642 : cluster [DBG] pgmap v2316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:28.759199+0000 mgr.y (mgr.14556) 2642 : cluster [DBG] pgmap v2316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:30.759879+0000 mgr.y (mgr.14556) 2643 : cluster [DBG] pgmap v2317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:30.759879+0000 mgr.y (mgr.14556) 2643 : cluster [DBG] pgmap v2317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:30.759879+0000 mgr.y (mgr.14556) 2643 : cluster [DBG] pgmap v2317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:02:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:02:33] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:02:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:32.760320+0000 mgr.y (mgr.14556) 2644 : cluster [DBG] pgmap v2318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:32.760320+0000 mgr.y (mgr.14556) 2644 : cluster [DBG] pgmap v2318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:32.760320+0000 mgr.y (mgr.14556) 2644 : cluster [DBG] pgmap v2318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:34.760908+0000 mgr.y (mgr.14556) 2645 : cluster [DBG] pgmap v2319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:34.760908+0000 mgr.y (mgr.14556) 2645 : cluster [DBG] pgmap v2319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:34.760908+0000 mgr.y (mgr.14556) 2645 : cluster [DBG] pgmap v2319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:36.761595+0000 mgr.y (mgr.14556) 2646 : cluster [DBG] pgmap v2320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:36.761595+0000 mgr.y (mgr.14556) 2646 : cluster [DBG] pgmap v2320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:36.761595+0000 mgr.y (mgr.14556) 2646 : cluster [DBG] pgmap v2320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:38.762034+0000 mgr.y (mgr.14556) 2647 : cluster [DBG] pgmap v2321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:38.762034+0000 mgr.y (mgr.14556) 2647 : cluster [DBG] pgmap v2321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:38.762034+0000 mgr.y (mgr.14556) 2647 : cluster [DBG] pgmap v2321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:41.862 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:02:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:40.762801+0000 mgr.y (mgr.14556) 2648 : cluster [DBG] pgmap v2322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:40.762801+0000 mgr.y (mgr.14556) 2648 : cluster [DBG] pgmap v2322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:40.762801+0000 mgr.y (mgr.14556) 2648 : cluster [DBG] pgmap v2322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:02:43] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:02:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:42.763170+0000 mgr.y (mgr.14556) 2649 : cluster [DBG] pgmap v2323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:42.763170+0000 mgr.y (mgr.14556) 2649 : cluster [DBG] pgmap v2323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:42.763170+0000 mgr.y (mgr.14556) 2649 : cluster [DBG] pgmap v2323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:44.763613+0000 mgr.y (mgr.14556) 2650 : cluster [DBG] pgmap v2324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:44.763613+0000 mgr.y (mgr.14556) 2650 : cluster [DBG] pgmap v2324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:44.763613+0000 mgr.y (mgr.14556) 2650 : cluster [DBG] pgmap v2324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:46.764276+0000 mgr.y (mgr.14556) 2651 : cluster [DBG] pgmap v2325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:46.764276+0000 mgr.y (mgr.14556) 2651 : cluster [DBG] pgmap v2325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:46.764276+0000 mgr.y (mgr.14556) 2651 : cluster [DBG] pgmap v2325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:48.764828+0000 mgr.y (mgr.14556) 2652 : cluster [DBG] pgmap v2326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:48.764828+0000 mgr.y (mgr.14556) 2652 : cluster [DBG] pgmap v2326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:48.764828+0000 mgr.y (mgr.14556) 2652 : cluster [DBG] pgmap v2326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:51.890 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:02:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:50.765686+0000 mgr.y (mgr.14556) 2653 : cluster [DBG] pgmap v2327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:50.765686+0000 mgr.y (mgr.14556) 2653 : cluster [DBG] pgmap v2327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:50.765686+0000 mgr.y (mgr.14556) 2653 : cluster [DBG] pgmap v2327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:02:53] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:02:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:52.766177+0000 mgr.y (mgr.14556) 2654 : cluster [DBG] pgmap v2328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:52.766177+0000 mgr.y (mgr.14556) 2654 : cluster [DBG] pgmap v2328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:52.766177+0000 mgr.y (mgr.14556) 2654 : cluster [DBG] pgmap v2328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:54.766743+0000 mgr.y (mgr.14556) 2655 : cluster [DBG] pgmap v2329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:54.766743+0000 mgr.y (mgr.14556) 2655 : cluster [DBG] pgmap v2329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:54.766743+0000 mgr.y (mgr.14556) 2655 : cluster [DBG] pgmap v2329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:57.016 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:02:57.307 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:02:57.307 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (75m) 3m ago 76m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:02:57.307 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (76m) 3m ago 76m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:02:57.307 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (77m) 3m ago 77m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:02:57.307 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (77m) 3m ago 77m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:02:57.307 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (81m) 3m ago 81m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:02:57.307 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (83m) 3m ago 83m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:02:57.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (83m) 3m ago 83m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:02:57.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (81m) 3m ago 81m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:02:57.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (81m) 3m ago 81m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:02:57.307 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (77m) 3m ago 77m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:02:57.307 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (76m) 3m ago 76m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:02:57.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (80m) 3m ago 80m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:02:57.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (80m) 3m ago 80m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:02:57.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (80m) 3m ago 80m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:02:57.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (79m) 3m ago 79m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:02:57.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (79m) 3m ago 79m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:02:57.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (78m) 3m ago 78m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:02:57.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (78m) 3m ago 78m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:02:57.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (78m) 3m ago 78m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:02:57.308 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (75m) 3m ago 77m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:02:57.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:02:57.662 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:02:57.662 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:02:57.662 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:02:57.662 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:02:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:56.767368+0000 mgr.y (mgr.14556) 2656 : cluster [DBG] pgmap v2330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:02:57.005244+0000 mgr.y (mgr.14556) 2657 : audit [DBG] from='client.17529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:02:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:02:57.300053+0000 mgr.y (mgr.14556) 2658 : audit [DBG] from='client.17535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:02:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:02:57.661956+0000 mon.c (mon.2) 99 : audit [DBG] from='client.? 172.21.15.23:0/906973412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:02:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:56.767368+0000 mgr.y (mgr.14556) 2656 : cluster [DBG] pgmap v2330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:02:57.005244+0000 mgr.y (mgr.14556) 2657 : audit [DBG] from='client.17529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:02:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:02:57.300053+0000 mgr.y (mgr.14556) 2658 : audit [DBG] from='client.17535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:02:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:02:57.661956+0000 mon.c (mon.2) 99 : audit [DBG] from='client.? 172.21.15.23:0/906973412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:02:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:56.767368+0000 mgr.y (mgr.14556) 2656 : cluster [DBG] pgmap v2330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:02:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:02:57.005244+0000 mgr.y (mgr.14556) 2657 : audit [DBG] from='client.17529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:02:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:02:57.300053+0000 mgr.y (mgr.14556) 2658 : audit [DBG] from='client.17535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:02:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:02:57.661956+0000 mon.c (mon.2) 99 : audit [DBG] from='client.? 172.21.15.23:0/906973412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:03:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:02:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:02:58.767800+0000 mgr.y (mgr.14556) 2659 : cluster [DBG] pgmap v2331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:02:58.767800+0000 mgr.y (mgr.14556) 2659 : cluster [DBG] pgmap v2331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:02:58.767800+0000 mgr.y (mgr.14556) 2659 : cluster [DBG] pgmap v2331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:01.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:03:02.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:00.768401+0000 mgr.y (mgr.14556) 2660 : cluster [DBG] pgmap v2332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:00.768401+0000 mgr.y (mgr.14556) 2660 : cluster [DBG] pgmap v2332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:00.768401+0000 mgr.y (mgr.14556) 2660 : cluster [DBG] pgmap v2332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:03:03] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:03:04.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:02.768982+0000 mgr.y (mgr.14556) 2661 : cluster [DBG] pgmap v2333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:04.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:02.768982+0000 mgr.y (mgr.14556) 2661 : cluster [DBG] pgmap v2333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:02.768982+0000 mgr.y (mgr.14556) 2661 : cluster [DBG] pgmap v2333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:03:04.582609+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:03:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:03:04.891009+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:03:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:03:04.891639+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:03:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:03:04.897060+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:03:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:03:04.582609+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:03:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:03:04.891009+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:03:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:03:04.891639+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:03:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:03:04.897060+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:03:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:03:04.582609+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:03:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:03:04.891009+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:03:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:03:04.891639+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:03:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:03:04.897060+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:03:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:04.769406+0000 mgr.y (mgr.14556) 2662 : cluster [DBG] pgmap v2334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:04.769406+0000 mgr.y (mgr.14556) 2662 : cluster [DBG] pgmap v2334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:04.769406+0000 mgr.y (mgr.14556) 2662 : cluster [DBG] pgmap v2334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:06.770119+0000 mgr.y (mgr.14556) 2663 : cluster [DBG] pgmap v2335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:06.770119+0000 mgr.y (mgr.14556) 2663 : cluster [DBG] pgmap v2335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:06.770119+0000 mgr.y (mgr.14556) 2663 : cluster [DBG] pgmap v2335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:08.770707+0000 mgr.y (mgr.14556) 2664 : cluster [DBG] pgmap v2336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:08.770707+0000 mgr.y (mgr.14556) 2664 : cluster [DBG] pgmap v2336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:08.770707+0000 mgr.y (mgr.14556) 2664 : cluster [DBG] pgmap v2336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:03:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:10.771367+0000 mgr.y (mgr.14556) 2665 : cluster [DBG] pgmap v2337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:10.771367+0000 mgr.y (mgr.14556) 2665 : cluster [DBG] pgmap v2337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:10.771367+0000 mgr.y (mgr.14556) 2665 : cluster [DBG] pgmap v2337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:03:13] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T08:03:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:12.771717+0000 mgr.y (mgr.14556) 2666 : cluster [DBG] pgmap v2338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:12.771717+0000 mgr.y (mgr.14556) 2666 : cluster [DBG] pgmap v2338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:12.771717+0000 mgr.y (mgr.14556) 2666 : cluster [DBG] pgmap v2338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:14.772187+0000 mgr.y (mgr.14556) 2667 : cluster [DBG] pgmap v2339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:14.772187+0000 mgr.y (mgr.14556) 2667 : cluster [DBG] pgmap v2339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:14.772187+0000 mgr.y (mgr.14556) 2667 : cluster [DBG] pgmap v2339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:16.772881+0000 mgr.y (mgr.14556) 2668 : cluster [DBG] pgmap v2340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:16.772881+0000 mgr.y (mgr.14556) 2668 : cluster [DBG] pgmap v2340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:16.772881+0000 mgr.y (mgr.14556) 2668 : cluster [DBG] pgmap v2340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:18.773358+0000 mgr.y (mgr.14556) 2669 : cluster [DBG] pgmap v2341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:18.773358+0000 mgr.y (mgr.14556) 2669 : cluster [DBG] pgmap v2341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:18.773358+0000 mgr.y (mgr.14556) 2669 : cluster [DBG] pgmap v2341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:03:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:20.773980+0000 mgr.y (mgr.14556) 2670 : cluster [DBG] pgmap v2342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:20.773980+0000 mgr.y (mgr.14556) 2670 : cluster [DBG] pgmap v2342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:20.773980+0000 mgr.y (mgr.14556) 2670 : cluster [DBG] pgmap v2342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:03:23] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:03:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:22.774378+0000 mgr.y (mgr.14556) 2671 : cluster [DBG] pgmap v2343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:22.774378+0000 mgr.y (mgr.14556) 2671 : cluster [DBG] pgmap v2343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:22.774378+0000 mgr.y (mgr.14556) 2671 : cluster [DBG] pgmap v2343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:24.774728+0000 mgr.y (mgr.14556) 2672 : cluster [DBG] pgmap v2344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:24.774728+0000 mgr.y (mgr.14556) 2672 : cluster [DBG] pgmap v2344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:24.774728+0000 mgr.y (mgr.14556) 2672 : cluster [DBG] pgmap v2344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:27.986 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:03:28.277 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:03:28.277 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (76m) 4m ago 77m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:03:28.277 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (77m) 4m ago 77m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:03:28.277 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (78m) 4m ago 78m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:03:28.278 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (78m) 4m ago 78m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:03:28.278 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (81m) 4m ago 81m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:03:28.278 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (83m) 4m ago 83m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:03:28.278 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (83m) 4m ago 83m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:03:28.278 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (82m) 4m ago 82m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:03:28.278 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (82m) 4m ago 82m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:03:28.278 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (77m) 4m ago 77m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:03:28.278 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (77m) 4m ago 77m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:03:28.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (81m) 4m ago 81m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:03:28.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (81m) 4m ago 81m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:03:28.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (80m) 4m ago 80m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:03:28.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (80m) 4m ago 80m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:03:28.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (79m) 4m ago 79m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:03:28.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (79m) 4m ago 79m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:03:28.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (79m) 4m ago 78m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:03:28.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (78m) 4m ago 78m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:03:28.279 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (76m) 4m ago 77m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:03:28.626 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:03:28.626 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:03:28.626 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:03:28.626 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:03:28.626 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:03:28.626 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:03:28.626 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:03:28.626 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:03:28.626 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:03:28.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:03:28.627 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:03:28.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:03:28.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:03:28.627 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:03:28.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:03:28.627 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:03:28.627 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:03:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:26.775547+0000 mgr.y (mgr.14556) 2673 : cluster [DBG] pgmap v2345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:26.775547+0000 mgr.y (mgr.14556) 2673 : cluster [DBG] pgmap v2345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:26.775547+0000 mgr.y (mgr.14556) 2673 : cluster [DBG] pgmap v2345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:03:27.975203+0000 mgr.y (mgr.14556) 2674 : audit [DBG] from='client.27461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:03:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:03:28.270119+0000 mgr.y (mgr.14556) 2675 : audit [DBG] from='client.27467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:03:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:03:28.627009+0000 mon.c (mon.2) 100 : audit [DBG] from='client.? 172.21.15.23:0/1534735486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:03:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:03:27.975203+0000 mgr.y (mgr.14556) 2674 : audit [DBG] from='client.27461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:03:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:03:28.270119+0000 mgr.y (mgr.14556) 2675 : audit [DBG] from='client.27467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:03:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:03:28.627009+0000 mon.c (mon.2) 100 : audit [DBG] from='client.? 172.21.15.23:0/1534735486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:03:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:03:27.975203+0000 mgr.y (mgr.14556) 2674 : audit [DBG] from='client.27461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:03:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:03:28.270119+0000 mgr.y (mgr.14556) 2675 : audit [DBG] from='client.27467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:03:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:03:28.627009+0000 mon.c (mon.2) 100 : audit [DBG] from='client.? 172.21.15.23:0/1534735486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:03:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:28.775881+0000 mgr.y (mgr.14556) 2676 : cluster [DBG] pgmap v2346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:28.775881+0000 mgr.y (mgr.14556) 2676 : cluster [DBG] pgmap v2346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:28.775881+0000 mgr.y (mgr.14556) 2676 : cluster [DBG] pgmap v2346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:03:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:30.776613+0000 mgr.y (mgr.14556) 2677 : cluster [DBG] pgmap v2347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:30.776613+0000 mgr.y (mgr.14556) 2677 : cluster [DBG] pgmap v2347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:30.776613+0000 mgr.y (mgr.14556) 2677 : cluster [DBG] pgmap v2347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:03:33] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:03:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:32.777126+0000 mgr.y (mgr.14556) 2678 : cluster [DBG] pgmap v2348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:34.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:32.777126+0000 mgr.y (mgr.14556) 2678 : cluster [DBG] pgmap v2348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:32.777126+0000 mgr.y (mgr.14556) 2678 : cluster [DBG] pgmap v2348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:34.777658+0000 mgr.y (mgr.14556) 2679 : cluster [DBG] pgmap v2349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:34.777658+0000 mgr.y (mgr.14556) 2679 : cluster [DBG] pgmap v2349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:34.777658+0000 mgr.y (mgr.14556) 2679 : cluster [DBG] pgmap v2349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:36.778408+0000 mgr.y (mgr.14556) 2680 : cluster [DBG] pgmap v2350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:36.778408+0000 mgr.y (mgr.14556) 2680 : cluster [DBG] pgmap v2350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:36.778408+0000 mgr.y (mgr.14556) 2680 : cluster [DBG] pgmap v2350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:38.778779+0000 mgr.y (mgr.14556) 2681 : cluster [DBG] pgmap v2351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:38.778779+0000 mgr.y (mgr.14556) 2681 : cluster [DBG] pgmap v2351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:38.778779+0000 mgr.y (mgr.14556) 2681 : cluster [DBG] pgmap v2351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:03:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:40.779509+0000 mgr.y (mgr.14556) 2682 : cluster [DBG] pgmap v2352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:40.779509+0000 mgr.y (mgr.14556) 2682 : cluster [DBG] pgmap v2352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:40.779509+0000 mgr.y (mgr.14556) 2682 : cluster [DBG] pgmap v2352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:03:43] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:03:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:42.780085+0000 mgr.y (mgr.14556) 2683 : cluster [DBG] pgmap v2353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:42.780085+0000 mgr.y (mgr.14556) 2683 : cluster [DBG] pgmap v2353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:42.780085+0000 mgr.y (mgr.14556) 2683 : cluster [DBG] pgmap v2353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:44.780439+0000 mgr.y (mgr.14556) 2684 : cluster [DBG] pgmap v2354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:44.780439+0000 mgr.y (mgr.14556) 2684 : cluster [DBG] pgmap v2354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:44.780439+0000 mgr.y (mgr.14556) 2684 : cluster [DBG] pgmap v2354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:46.781092+0000 mgr.y (mgr.14556) 2685 : cluster [DBG] pgmap v2355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:46.781092+0000 mgr.y (mgr.14556) 2685 : cluster [DBG] pgmap v2355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:46.781092+0000 mgr.y (mgr.14556) 2685 : cluster [DBG] pgmap v2355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:48.781693+0000 mgr.y (mgr.14556) 2686 : cluster [DBG] pgmap v2356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:48.781693+0000 mgr.y (mgr.14556) 2686 : cluster [DBG] pgmap v2356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:48.781693+0000 mgr.y (mgr.14556) 2686 : cluster [DBG] pgmap v2356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:03:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:50.782500+0000 mgr.y (mgr.14556) 2687 : cluster [DBG] pgmap v2357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:50.782500+0000 mgr.y (mgr.14556) 2687 : cluster [DBG] pgmap v2357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:50.782500+0000 mgr.y (mgr.14556) 2687 : cluster [DBG] pgmap v2357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:03:53] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:03:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:52.782981+0000 mgr.y (mgr.14556) 2688 : cluster [DBG] pgmap v2358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:52.782981+0000 mgr.y (mgr.14556) 2688 : cluster [DBG] pgmap v2358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:52.782981+0000 mgr.y (mgr.14556) 2688 : cluster [DBG] pgmap v2358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:54.783492+0000 mgr.y (mgr.14556) 2689 : cluster [DBG] pgmap v2359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:54.783492+0000 mgr.y (mgr.14556) 2689 : cluster [DBG] pgmap v2359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:54.783492+0000 mgr.y (mgr.14556) 2689 : cluster [DBG] pgmap v2359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:56.784093+0000 mgr.y (mgr.14556) 2690 : cluster [DBG] pgmap v2360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:56.784093+0000 mgr.y (mgr.14556) 2690 : cluster [DBG] pgmap v2360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:03:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:56.784093+0000 mgr.y (mgr.14556) 2690 : cluster [DBG] pgmap v2360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:03:58.954 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:03:59.242 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:03:59.242 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (76m) 4m ago 77m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:03:59.242 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (77m) 4m ago 77m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:03:59.242 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (78m) 4m ago 78m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:03:59.242 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (78m) 4m ago 78m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:03:59.242 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (82m) 4m ago 82m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:03:59.242 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (84m) 4m ago 84m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:03:59.242 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (84m) 4m ago 84m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:03:59.242 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (82m) 4m ago 82m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:03:59.242 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (82m) 4m ago 82m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:03:59.243 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (78m) 4m ago 78m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:03:59.243 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (77m) 4m ago 77m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:03:59.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (82m) 4m ago 82m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:03:59.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (81m) 4m ago 81m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:03:59.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (81m) 4m ago 81m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:03:59.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (80m) 4m ago 80m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:03:59.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (80m) 4m ago 80m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:03:59.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (79m) 4m ago 79m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:03:59.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (79m) 4m ago 79m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:03:59.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (79m) 4m ago 79m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:03:59.243 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (76m) 4m ago 78m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:03:59.592 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:03:59.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:03:59.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:03:59.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:03:59.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:03:59.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:03:59.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:03:59.592 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:03:59.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:03:59.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:03:59.593 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:03:59.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:03:59.593 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:03:59.593 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:03:59.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:03:59.593 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:03:59.593 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:04:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:03:58.784428+0000 mgr.y (mgr.14556) 2691 : cluster [DBG] pgmap v2361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:03:58.942895+0000 mgr.y (mgr.14556) 2692 : audit [DBG] from='client.17565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:04:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:03:59.234877+0000 mgr.y (mgr.14556) 2693 : audit [DBG] from='client.27485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:04:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:03:59.592714+0000 mon.a (mon.0) 1247 : audit [DBG] from='client.? 172.21.15.23:0/2404486924' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:04:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:03:58.784428+0000 mgr.y (mgr.14556) 2691 : cluster [DBG] pgmap v2361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:03:58.942895+0000 mgr.y (mgr.14556) 2692 : audit [DBG] from='client.17565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:04:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:03:59.234877+0000 mgr.y (mgr.14556) 2693 : audit [DBG] from='client.27485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:04:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:03:59.592714+0000 mon.a (mon.0) 1247 : audit [DBG] from='client.? 172.21.15.23:0/2404486924' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:04:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:03:58.784428+0000 mgr.y (mgr.14556) 2691 : cluster [DBG] pgmap v2361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:03:58.942895+0000 mgr.y (mgr.14556) 2692 : audit [DBG] from='client.17565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:04:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:03:59.234877+0000 mgr.y (mgr.14556) 2693 : audit [DBG] from='client.27485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:04:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:03:59.592714+0000 mon.a (mon.0) 1247 : audit [DBG] from='client.? 172.21.15.23:0/2404486924' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:04:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:04:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:00.785086+0000 mgr.y (mgr.14556) 2694 : cluster [DBG] pgmap v2362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:00.785086+0000 mgr.y (mgr.14556) 2694 : cluster [DBG] pgmap v2362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:00.785086+0000 mgr.y (mgr.14556) 2694 : cluster [DBG] pgmap v2362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:04:03] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:04:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:02.785511+0000 mgr.y (mgr.14556) 2695 : cluster [DBG] pgmap v2363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:02.785511+0000 mgr.y (mgr.14556) 2695 : cluster [DBG] pgmap v2363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:02.785511+0000 mgr.y (mgr.14556) 2695 : cluster [DBG] pgmap v2363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:04:04.901627+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:04:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:04:05.207595+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:04:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:04:05.208213+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:04:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:04:05.215278+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:04:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:04:04.901627+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:04:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:04:05.207595+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:04:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:04:05.208213+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:04:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:04:05.215278+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:04:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:04:04.901627+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:04:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:04:05.207595+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:04:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:04:05.208213+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:04:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:04:05.215278+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:04:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:04.785883+0000 mgr.y (mgr.14556) 2696 : cluster [DBG] pgmap v2364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:04.785883+0000 mgr.y (mgr.14556) 2696 : cluster [DBG] pgmap v2364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:04.785883+0000 mgr.y (mgr.14556) 2696 : cluster [DBG] pgmap v2364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:06.786730+0000 mgr.y (mgr.14556) 2697 : cluster [DBG] pgmap v2365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:06.786730+0000 mgr.y (mgr.14556) 2697 : cluster [DBG] pgmap v2365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:06.786730+0000 mgr.y (mgr.14556) 2697 : cluster [DBG] pgmap v2365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:08.787246+0000 mgr.y (mgr.14556) 2698 : cluster [DBG] pgmap v2366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:08.787246+0000 mgr.y (mgr.14556) 2698 : cluster [DBG] pgmap v2366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:08.787246+0000 mgr.y (mgr.14556) 2698 : cluster [DBG] pgmap v2366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:04:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:10.788079+0000 mgr.y (mgr.14556) 2699 : cluster [DBG] pgmap v2367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:12.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:10.788079+0000 mgr.y (mgr.14556) 2699 : cluster [DBG] pgmap v2367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:10.788079+0000 mgr.y (mgr.14556) 2699 : cluster [DBG] pgmap v2367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:04:13] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:04:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:12.788526+0000 mgr.y (mgr.14556) 2700 : cluster [DBG] pgmap v2368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:12.788526+0000 mgr.y (mgr.14556) 2700 : cluster [DBG] pgmap v2368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:12.788526+0000 mgr.y (mgr.14556) 2700 : cluster [DBG] pgmap v2368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:14.788947+0000 mgr.y (mgr.14556) 2701 : cluster [DBG] pgmap v2369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:14.788947+0000 mgr.y (mgr.14556) 2701 : cluster [DBG] pgmap v2369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:14.788947+0000 mgr.y (mgr.14556) 2701 : cluster [DBG] pgmap v2369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:16.789571+0000 mgr.y (mgr.14556) 2702 : cluster [DBG] pgmap v2370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:16.789571+0000 mgr.y (mgr.14556) 2702 : cluster [DBG] pgmap v2370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:16.789571+0000 mgr.y (mgr.14556) 2702 : cluster [DBG] pgmap v2370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:18.790143+0000 mgr.y (mgr.14556) 2703 : cluster [DBG] pgmap v2371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:20.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:18.790143+0000 mgr.y (mgr.14556) 2703 : cluster [DBG] pgmap v2371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:18.790143+0000 mgr.y (mgr.14556) 2703 : cluster [DBG] pgmap v2371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:20.790847+0000 mgr.y (mgr.14556) 2704 : cluster [DBG] pgmap v2372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:20.790847+0000 mgr.y (mgr.14556) 2704 : cluster [DBG] pgmap v2372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:20.790847+0000 mgr.y (mgr.14556) 2704 : cluster [DBG] pgmap v2372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:04:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:22.791234+0000 mgr.y (mgr.14556) 2705 : cluster [DBG] pgmap v2373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:04:23] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:04:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:22.791234+0000 mgr.y (mgr.14556) 2705 : cluster [DBG] pgmap v2373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:22.791234+0000 mgr.y (mgr.14556) 2705 : cluster [DBG] pgmap v2373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:24.791733+0000 mgr.y (mgr.14556) 2706 : cluster [DBG] pgmap v2374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:24.791733+0000 mgr.y (mgr.14556) 2706 : cluster [DBG] pgmap v2374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:24.791733+0000 mgr.y (mgr.14556) 2706 : cluster [DBG] pgmap v2374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:26.792592+0000 mgr.y (mgr.14556) 2707 : cluster [DBG] pgmap v2375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:26.792592+0000 mgr.y (mgr.14556) 2707 : cluster [DBG] pgmap v2375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:26.792592+0000 mgr.y (mgr.14556) 2707 : cluster [DBG] pgmap v2375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:29.919 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:04:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:28.793062+0000 mgr.y (mgr.14556) 2708 : cluster [DBG] pgmap v2376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:28.793062+0000 mgr.y (mgr.14556) 2708 : cluster [DBG] pgmap v2376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:28.793062+0000 mgr.y (mgr.14556) 2708 : cluster [DBG] pgmap v2376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:30.207 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:04:30.207 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (77m) 5m ago 78m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:04:30.207 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (78m) 5m ago 78m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:04:30.207 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (79m) 5m ago 79m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:04:30.207 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (79m) 5m ago 79m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:04:30.207 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (82m) 5m ago 82m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:04:30.207 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (84m) 5m ago 84m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (84m) 5m ago 84m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (83m) 5m ago 83m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (83m) 5m ago 83m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (78m) 5m ago 78m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (78m) 5m ago 78m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (82m) 5m ago 82m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (82m) 5m ago 82m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (81m) 5m ago 81m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (81m) 5m ago 81m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (80m) 5m ago 80m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (80m) 5m ago 80m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (80m) 5m ago 80m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (79m) 5m ago 79m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:04:30.208 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (77m) 5m ago 78m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:04:30.556 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:04:30.556 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:04:30.556 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:04:30.556 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:04:30.556 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:04:30.556 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:04:30.557 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:04:30.557 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:04:30.557 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:04:30.557 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:04:30.557 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:04:30.557 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:04:30.557 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:04:30.557 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:04:30.557 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:04:30.557 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:04:30.557 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:04:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:04:29.907713+0000 mgr.y (mgr.14556) 2709 : audit [DBG] from='client.27497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:04:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:04:30.199860+0000 mgr.y (mgr.14556) 2710 : audit [DBG] from='client.27503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:04:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:04:30.557098+0000 mon.c (mon.2) 101 : audit [DBG] from='client.? 172.21.15.23:0/2598953802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:04:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:04:29.907713+0000 mgr.y (mgr.14556) 2709 : audit [DBG] from='client.27497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:04:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:04:30.199860+0000 mgr.y (mgr.14556) 2710 : audit [DBG] from='client.27503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:04:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:04:30.557098+0000 mon.c (mon.2) 101 : audit [DBG] from='client.? 172.21.15.23:0/2598953802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:04:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:04:29.907713+0000 mgr.y (mgr.14556) 2709 : audit [DBG] from='client.27497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:04:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:04:30.199860+0000 mgr.y (mgr.14556) 2710 : audit [DBG] from='client.27503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:04:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:04:30.557098+0000 mon.c (mon.2) 101 : audit [DBG] from='client.? 172.21.15.23:0/2598953802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:04:31.881 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:04:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:30.793834+0000 mgr.y (mgr.14556) 2711 : cluster [DBG] pgmap v2377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:30.793834+0000 mgr.y (mgr.14556) 2711 : cluster [DBG] pgmap v2377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:30.793834+0000 mgr.y (mgr.14556) 2711 : cluster [DBG] pgmap v2377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:04:33] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:04:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:32.794350+0000 mgr.y (mgr.14556) 2712 : cluster [DBG] pgmap v2378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:32.794350+0000 mgr.y (mgr.14556) 2712 : cluster [DBG] pgmap v2378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:32.794350+0000 mgr.y (mgr.14556) 2712 : cluster [DBG] pgmap v2378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:34.794773+0000 mgr.y (mgr.14556) 2713 : cluster [DBG] pgmap v2379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:34.794773+0000 mgr.y (mgr.14556) 2713 : cluster [DBG] pgmap v2379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:34.794773+0000 mgr.y (mgr.14556) 2713 : cluster [DBG] pgmap v2379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:36.795372+0000 mgr.y (mgr.14556) 2714 : cluster [DBG] pgmap v2380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:36.795372+0000 mgr.y (mgr.14556) 2714 : cluster [DBG] pgmap v2380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:36.795372+0000 mgr.y (mgr.14556) 2714 : cluster [DBG] pgmap v2380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:38.795796+0000 mgr.y (mgr.14556) 2715 : cluster [DBG] pgmap v2381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:38.795796+0000 mgr.y (mgr.14556) 2715 : cluster [DBG] pgmap v2381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:38.795796+0000 mgr.y (mgr.14556) 2715 : cluster [DBG] pgmap v2381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:04:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:40.796658+0000 mgr.y (mgr.14556) 2716 : cluster [DBG] pgmap v2382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:40.796658+0000 mgr.y (mgr.14556) 2716 : cluster [DBG] pgmap v2382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:40.796658+0000 mgr.y (mgr.14556) 2716 : cluster [DBG] pgmap v2382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:42.797141+0000 mgr.y (mgr.14556) 2717 : cluster [DBG] pgmap v2383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:04:43] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:04:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:42.797141+0000 mgr.y (mgr.14556) 2717 : cluster [DBG] pgmap v2383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:42.797141+0000 mgr.y (mgr.14556) 2717 : cluster [DBG] pgmap v2383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:44.797603+0000 mgr.y (mgr.14556) 2718 : cluster [DBG] pgmap v2384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:44.797603+0000 mgr.y (mgr.14556) 2718 : cluster [DBG] pgmap v2384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:44.797603+0000 mgr.y (mgr.14556) 2718 : cluster [DBG] pgmap v2384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:46.798239+0000 mgr.y (mgr.14556) 2719 : cluster [DBG] pgmap v2385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:46.798239+0000 mgr.y (mgr.14556) 2719 : cluster [DBG] pgmap v2385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:46.798239+0000 mgr.y (mgr.14556) 2719 : cluster [DBG] pgmap v2385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:48.798716+0000 mgr.y (mgr.14556) 2720 : cluster [DBG] pgmap v2386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:48.798716+0000 mgr.y (mgr.14556) 2720 : cluster [DBG] pgmap v2386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:48.798716+0000 mgr.y (mgr.14556) 2720 : cluster [DBG] pgmap v2386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:04:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:50.799445+0000 mgr.y (mgr.14556) 2721 : cluster [DBG] pgmap v2387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:50.799445+0000 mgr.y (mgr.14556) 2721 : cluster [DBG] pgmap v2387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:50.799445+0000 mgr.y (mgr.14556) 2721 : cluster [DBG] pgmap v2387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:04:53] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:04:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:52.799811+0000 mgr.y (mgr.14556) 2722 : cluster [DBG] pgmap v2388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:52.799811+0000 mgr.y (mgr.14556) 2722 : cluster [DBG] pgmap v2388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:52.799811+0000 mgr.y (mgr.14556) 2722 : cluster [DBG] pgmap v2388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:54.800252+0000 mgr.y (mgr.14556) 2723 : cluster [DBG] pgmap v2389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:54.800252+0000 mgr.y (mgr.14556) 2723 : cluster [DBG] pgmap v2389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:54.800252+0000 mgr.y (mgr.14556) 2723 : cluster [DBG] pgmap v2389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:56.800908+0000 mgr.y (mgr.14556) 2724 : cluster [DBG] pgmap v2390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:56.800908+0000 mgr.y (mgr.14556) 2724 : cluster [DBG] pgmap v2390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:04:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:04:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:56.800908+0000 mgr.y (mgr.14556) 2724 : cluster [DBG] pgmap v2390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:04:58.801452+0000 mgr.y (mgr.14556) 2725 : cluster [DBG] pgmap v2391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:04:58.801452+0000 mgr.y (mgr.14556) 2725 : cluster [DBG] pgmap v2391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:04:58.801452+0000 mgr.y (mgr.14556) 2725 : cluster [DBG] pgmap v2391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:00.880 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:05:01.170 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:05:01.170 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (78m) 5m ago 78m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:05:01.170 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (78m) 5m ago 78m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:05:01.170 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (79m) 5m ago 79m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:05:01.171 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (79m) 5m ago 79m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:05:01.171 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (83m) 5m ago 83m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:05:01.171 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (85m) 5m ago 85m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:05:01.171 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (85m) 5m ago 85m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:05:01.171 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (83m) 5m ago 83m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:05:01.171 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (83m) 5m ago 83m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:05:01.171 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (79m) 5m ago 79m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:05:01.171 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (79m) 5m ago 79m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:05:01.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (83m) 5m ago 83m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:05:01.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (82m) 5m ago 82m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:05:01.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (82m) 5m ago 82m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:05:01.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (81m) 5m ago 81m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:05:01.172 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (81m) 5m ago 81m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:05:01.172 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (80m) 5m ago 80m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:05:01.172 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (80m) 5m ago 80m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:05:01.172 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (80m) 5m ago 80m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:05:01.172 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (77m) 5m ago 79m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:05:01.522 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:05:01.522 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:05:01.522 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:05:01.522 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:05:01.522 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:05:01.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:05:01.523 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:05:01.523 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:05:01.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:05:01.523 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:05:01.523 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:05:01.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:05:01.523 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:05:01.523 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:05:01.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:05:01.523 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:05:01.523 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:05:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:05:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:00.802027+0000 mgr.y (mgr.14556) 2726 : cluster [DBG] pgmap v2392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:05:00.869134+0000 mgr.y (mgr.14556) 2727 : audit [DBG] from='client.27515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:05:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:05:01.163129+0000 mgr.y (mgr.14556) 2728 : audit [DBG] from='client.17607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:05:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:05:01.523137+0000 mon.a (mon.0) 1252 : audit [DBG] from='client.? 172.21.15.23:0/2682309993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:05:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:00.802027+0000 mgr.y (mgr.14556) 2726 : cluster [DBG] pgmap v2392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:05:00.869134+0000 mgr.y (mgr.14556) 2727 : audit [DBG] from='client.27515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:05:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:05:01.163129+0000 mgr.y (mgr.14556) 2728 : audit [DBG] from='client.17607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:05:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:05:01.523137+0000 mon.a (mon.0) 1252 : audit [DBG] from='client.? 172.21.15.23:0/2682309993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:05:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:00.802027+0000 mgr.y (mgr.14556) 2726 : cluster [DBG] pgmap v2392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:05:00.869134+0000 mgr.y (mgr.14556) 2727 : audit [DBG] from='client.27515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:05:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:05:01.163129+0000 mgr.y (mgr.14556) 2728 : audit [DBG] from='client.17607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:05:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:05:01.523137+0000 mon.a (mon.0) 1252 : audit [DBG] from='client.? 172.21.15.23:0/2682309993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:05:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:05:03] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:05:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:02.802616+0000 mgr.y (mgr.14556) 2729 : cluster [DBG] pgmap v2393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:02.802616+0000 mgr.y (mgr.14556) 2729 : cluster [DBG] pgmap v2393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:02.802616+0000 mgr.y (mgr.14556) 2729 : cluster [DBG] pgmap v2393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:05:05.219716+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:05:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:05:05.219716+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:05:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:05:05.219716+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:05:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:04.803156+0000 mgr.y (mgr.14556) 2730 : cluster [DBG] pgmap v2394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:05:05.527353+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:05:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:05:05.527963+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:05:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:05:05.534274+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:05:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:04.803156+0000 mgr.y (mgr.14556) 2730 : cluster [DBG] pgmap v2394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:05:05.527353+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:05:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:05:05.527963+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:05:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:05:05.534274+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:05:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:04.803156+0000 mgr.y (mgr.14556) 2730 : cluster [DBG] pgmap v2394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:05:05.527353+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:05:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:05:05.527963+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:05:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:05:05.534274+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:05:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:06.803879+0000 mgr.y (mgr.14556) 2731 : cluster [DBG] pgmap v2395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:06.803879+0000 mgr.y (mgr.14556) 2731 : cluster [DBG] pgmap v2395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:06.803879+0000 mgr.y (mgr.14556) 2731 : cluster [DBG] pgmap v2395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:08.804475+0000 mgr.y (mgr.14556) 2732 : cluster [DBG] pgmap v2396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:08.804475+0000 mgr.y (mgr.14556) 2732 : cluster [DBG] pgmap v2396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:08.804475+0000 mgr.y (mgr.14556) 2732 : cluster [DBG] pgmap v2396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:10.805261+0000 mgr.y (mgr.14556) 2733 : cluster [DBG] pgmap v2397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:10.805261+0000 mgr.y (mgr.14556) 2733 : cluster [DBG] pgmap v2397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:10.805261+0000 mgr.y (mgr.14556) 2733 : cluster [DBG] pgmap v2397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:05:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:05:13] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:05:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:12.805561+0000 mgr.y (mgr.14556) 2734 : cluster [DBG] pgmap v2398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:12.805561+0000 mgr.y (mgr.14556) 2734 : cluster [DBG] pgmap v2398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:12.805561+0000 mgr.y (mgr.14556) 2734 : cluster [DBG] pgmap v2398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:14.805961+0000 mgr.y (mgr.14556) 2735 : cluster [DBG] pgmap v2399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:14.805961+0000 mgr.y (mgr.14556) 2735 : cluster [DBG] pgmap v2399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:14.805961+0000 mgr.y (mgr.14556) 2735 : cluster [DBG] pgmap v2399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:16.806748+0000 mgr.y (mgr.14556) 2736 : cluster [DBG] pgmap v2400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:16.806748+0000 mgr.y (mgr.14556) 2736 : cluster [DBG] pgmap v2400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:16.806748+0000 mgr.y (mgr.14556) 2736 : cluster [DBG] pgmap v2400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:18.807295+0000 mgr.y (mgr.14556) 2737 : cluster [DBG] pgmap v2401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:18.807295+0000 mgr.y (mgr.14556) 2737 : cluster [DBG] pgmap v2401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:18.807295+0000 mgr.y (mgr.14556) 2737 : cluster [DBG] pgmap v2401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:21.890 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:05:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:20.808071+0000 mgr.y (mgr.14556) 2738 : cluster [DBG] pgmap v2402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:20.808071+0000 mgr.y (mgr.14556) 2738 : cluster [DBG] pgmap v2402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:20.808071+0000 mgr.y (mgr.14556) 2738 : cluster [DBG] pgmap v2402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:05:23] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:05:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:22.808526+0000 mgr.y (mgr.14556) 2739 : cluster [DBG] pgmap v2403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:22.808526+0000 mgr.y (mgr.14556) 2739 : cluster [DBG] pgmap v2403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:22.808526+0000 mgr.y (mgr.14556) 2739 : cluster [DBG] pgmap v2403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:24.808990+0000 mgr.y (mgr.14556) 2740 : cluster [DBG] pgmap v2404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:24.808990+0000 mgr.y (mgr.14556) 2740 : cluster [DBG] pgmap v2404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:24.808990+0000 mgr.y (mgr.14556) 2740 : cluster [DBG] pgmap v2404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:26.809677+0000 mgr.y (mgr.14556) 2741 : cluster [DBG] pgmap v2405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:28.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:26.809677+0000 mgr.y (mgr.14556) 2741 : cluster [DBG] pgmap v2405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:28.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:26.809677+0000 mgr.y (mgr.14556) 2741 : cluster [DBG] pgmap v2405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:28.810055+0000 mgr.y (mgr.14556) 2742 : cluster [DBG] pgmap v2406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:28.810055+0000 mgr.y (mgr.14556) 2742 : cluster [DBG] pgmap v2406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:28.810055+0000 mgr.y (mgr.14556) 2742 : cluster [DBG] pgmap v2406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:31.846 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:05:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (78m) 6m ago 79m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (79m) 6m ago 79m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (80m) 6m ago 80m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (80m) 6m ago 80m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (83m) 6m ago 83m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (85m) 6m ago 85m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (85m) 6m ago 85m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (84m) 6m ago 84m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (84m) 6m ago 84m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (79m) 6m ago 79m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (79m) 6m ago 79m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (83m) 6m ago 83m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:05:32.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (83m) 6m ago 83m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:05:32.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (82m) 6m ago 82m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:05:32.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (82m) 6m ago 82m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:05:32.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (81m) 6m ago 81m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:05:32.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (81m) 6m ago 81m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:05:32.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (81m) 6m ago 81m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:05:32.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (80m) 6m ago 80m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:05:32.136 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (78m) 6m ago 79m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:05:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:30.810738+0000 mgr.y (mgr.14556) 2743 : cluster [DBG] pgmap v2407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:30.810738+0000 mgr.y (mgr.14556) 2743 : cluster [DBG] pgmap v2407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:30.810738+0000 mgr.y (mgr.14556) 2743 : cluster [DBG] pgmap v2407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:32.482 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:05:32.482 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:05:32.482 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:05:32.482 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:05:32.482 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:05:32.482 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:05:32.482 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:05:32.482 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:05:32.482 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:05:32.482 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:05:32.482 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:05:32.482 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:05:32.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:05:32.483 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:05:32.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:05:32.483 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:05:32.483 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:05:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:05:31.835107+0000 mgr.y (mgr.14556) 2744 : audit [DBG] from='client.27533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:05:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:05:32.127851+0000 mgr.y (mgr.14556) 2745 : audit [DBG] from='client.17625 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:05:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:05:32.482876+0000 mon.a (mon.0) 1257 : audit [DBG] from='client.? 172.21.15.23:0/1873983197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:05:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:05:31.835107+0000 mgr.y (mgr.14556) 2744 : audit [DBG] from='client.27533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:05:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:05:32.127851+0000 mgr.y (mgr.14556) 2745 : audit [DBG] from='client.17625 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:05:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:05:32.482876+0000 mon.a (mon.0) 1257 : audit [DBG] from='client.? 172.21.15.23:0/1873983197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:05:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:05:31.835107+0000 mgr.y (mgr.14556) 2744 : audit [DBG] from='client.27533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:05:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:05:32.127851+0000 mgr.y (mgr.14556) 2745 : audit [DBG] from='client.17625 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:05:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:05:32.482876+0000 mon.a (mon.0) 1257 : audit [DBG] from='client.? 172.21.15.23:0/1873983197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:05:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:05:33] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:05:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:32.811139+0000 mgr.y (mgr.14556) 2746 : cluster [DBG] pgmap v2408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:32.811139+0000 mgr.y (mgr.14556) 2746 : cluster [DBG] pgmap v2408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:32.811139+0000 mgr.y (mgr.14556) 2746 : cluster [DBG] pgmap v2408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:34.811708+0000 mgr.y (mgr.14556) 2747 : cluster [DBG] pgmap v2409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:34.811708+0000 mgr.y (mgr.14556) 2747 : cluster [DBG] pgmap v2409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:34.811708+0000 mgr.y (mgr.14556) 2747 : cluster [DBG] pgmap v2409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:36.812600+0000 mgr.y (mgr.14556) 2748 : cluster [DBG] pgmap v2410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:36.812600+0000 mgr.y (mgr.14556) 2748 : cluster [DBG] pgmap v2410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:36.812600+0000 mgr.y (mgr.14556) 2748 : cluster [DBG] pgmap v2410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:38.813095+0000 mgr.y (mgr.14556) 2749 : cluster [DBG] pgmap v2411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:38.813095+0000 mgr.y (mgr.14556) 2749 : cluster [DBG] pgmap v2411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:38.813095+0000 mgr.y (mgr.14556) 2749 : cluster [DBG] pgmap v2411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:05:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:40.813877+0000 mgr.y (mgr.14556) 2750 : cluster [DBG] pgmap v2412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:40.813877+0000 mgr.y (mgr.14556) 2750 : cluster [DBG] pgmap v2412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:40.813877+0000 mgr.y (mgr.14556) 2750 : cluster [DBG] pgmap v2412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:05:43] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:05:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:42.814377+0000 mgr.y (mgr.14556) 2751 : cluster [DBG] pgmap v2413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:42.814377+0000 mgr.y (mgr.14556) 2751 : cluster [DBG] pgmap v2413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:42.814377+0000 mgr.y (mgr.14556) 2751 : cluster [DBG] pgmap v2413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:44.814892+0000 mgr.y (mgr.14556) 2752 : cluster [DBG] pgmap v2414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:44.814892+0000 mgr.y (mgr.14556) 2752 : cluster [DBG] pgmap v2414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:44.814892+0000 mgr.y (mgr.14556) 2752 : cluster [DBG] pgmap v2414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:46.815704+0000 mgr.y (mgr.14556) 2753 : cluster [DBG] pgmap v2415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:46.815704+0000 mgr.y (mgr.14556) 2753 : cluster [DBG] pgmap v2415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:46.815704+0000 mgr.y (mgr.14556) 2753 : cluster [DBG] pgmap v2415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:48.816190+0000 mgr.y (mgr.14556) 2754 : cluster [DBG] pgmap v2416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:48.816190+0000 mgr.y (mgr.14556) 2754 : cluster [DBG] pgmap v2416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:48.816190+0000 mgr.y (mgr.14556) 2754 : cluster [DBG] pgmap v2416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:05:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:50.816974+0000 mgr.y (mgr.14556) 2755 : cluster [DBG] pgmap v2417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:50.816974+0000 mgr.y (mgr.14556) 2755 : cluster [DBG] pgmap v2417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:50.816974+0000 mgr.y (mgr.14556) 2755 : cluster [DBG] pgmap v2417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:05:53] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:05:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:52.817462+0000 mgr.y (mgr.14556) 2756 : cluster [DBG] pgmap v2418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:52.817462+0000 mgr.y (mgr.14556) 2756 : cluster [DBG] pgmap v2418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:52.817462+0000 mgr.y (mgr.14556) 2756 : cluster [DBG] pgmap v2418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:54.818148+0000 mgr.y (mgr.14556) 2757 : cluster [DBG] pgmap v2419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:54.818148+0000 mgr.y (mgr.14556) 2757 : cluster [DBG] pgmap v2419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:54.818148+0000 mgr.y (mgr.14556) 2757 : cluster [DBG] pgmap v2419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:05:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:56.818853+0000 mgr.y (mgr.14556) 2758 : cluster [DBG] pgmap v2420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:05:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:56.818853+0000 mgr.y (mgr.14556) 2758 : cluster [DBG] pgmap v2420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:05:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:05:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:56.818853+0000 mgr.y (mgr.14556) 2758 : cluster [DBG] pgmap v2420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:05:58.819425+0000 mgr.y (mgr.14556) 2759 : cluster [DBG] pgmap v2421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:05:58.819425+0000 mgr.y (mgr.14556) 2759 : cluster [DBG] pgmap v2421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:05:58.819425+0000 mgr.y (mgr.14556) 2759 : cluster [DBG] pgmap v2421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:06:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:00.820218+0000 mgr.y (mgr.14556) 2760 : cluster [DBG] pgmap v2422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:00.820218+0000 mgr.y (mgr.14556) 2760 : cluster [DBG] pgmap v2422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:00.820218+0000 mgr.y (mgr.14556) 2760 : cluster [DBG] pgmap v2422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:06:03.095 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:06:03.095 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (79m) 7m ago 79m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:06:03.095 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (79m) 7m ago 79m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:06:03.095 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (80m) 7m ago 80m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:06:03.095 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (80m) 7m ago 80m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:06:03.095 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (84m) 7m ago 84m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:06:03.095 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (86m) 7m ago 86m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (86m) 7m ago 86m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (84m) 7m ago 84m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (84m) 7m ago 84m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (80m) 7m ago 80m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (80m) 7m ago 80m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (84m) 7m ago 84m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (83m) 7m ago 83m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (83m) 7m ago 83m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (82m) 7m ago 82m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (82m) 7m ago 82m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (82m) 7m ago 82m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (81m) 7m ago 81m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (81m) 7m ago 81m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:06:03.096 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (78m) 7m ago 80m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:06:03.444 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:06:03.445 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:06:03.445 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:06:03.445 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:06:03.445 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:06:04.058 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:06:03] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:06:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:06:02.794959+0000 mgr.y (mgr.14556) 2761 : audit [DBG] from='client.17637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:06:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:02.820615+0000 mgr.y (mgr.14556) 2762 : cluster [DBG] pgmap v2423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:06:03.088156+0000 mgr.y (mgr.14556) 2763 : audit [DBG] from='client.17643 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:06:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:06:03.444666+0000 mon.a (mon.0) 1258 : audit [DBG] from='client.? 172.21.15.23:0/2750276412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:06:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:06:02.794959+0000 mgr.y (mgr.14556) 2761 : audit [DBG] from='client.17637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:06:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:02.820615+0000 mgr.y (mgr.14556) 2762 : cluster [DBG] pgmap v2423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:06:03.088156+0000 mgr.y (mgr.14556) 2763 : audit [DBG] from='client.17643 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:06:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:06:03.444666+0000 mon.a (mon.0) 1258 : audit [DBG] from='client.? 172.21.15.23:0/2750276412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:06:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:06:02.794959+0000 mgr.y (mgr.14556) 2761 : audit [DBG] from='client.17637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:06:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:02.820615+0000 mgr.y (mgr.14556) 2762 : cluster [DBG] pgmap v2423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:06:03.088156+0000 mgr.y (mgr.14556) 2763 : audit [DBG] from='client.17643 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:06:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:06:03.444666+0000 mon.a (mon.0) 1258 : audit [DBG] from='client.? 172.21.15.23:0/2750276412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:06:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:04.821173+0000 mgr.y (mgr.14556) 2764 : cluster [DBG] pgmap v2424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:06:05.538804+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:06:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:06:05.844231+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:06:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:06:05.844906+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:06:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:06:05.851380+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:06:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:04.821173+0000 mgr.y (mgr.14556) 2764 : cluster [DBG] pgmap v2424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:06:05.538804+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:06:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:06:05.844231+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:06:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:06:05.844906+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:06:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:06:05.851380+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:06:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:04.821173+0000 mgr.y (mgr.14556) 2764 : cluster [DBG] pgmap v2424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:06:05.538804+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:06:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:06:05.844231+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:06:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:06:05.844906+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:06:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:06:05.851380+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:06:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:06.821977+0000 mgr.y (mgr.14556) 2765 : cluster [DBG] pgmap v2425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:06.821977+0000 mgr.y (mgr.14556) 2765 : cluster [DBG] pgmap v2425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:06.821977+0000 mgr.y (mgr.14556) 2765 : cluster [DBG] pgmap v2425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:08.822440+0000 mgr.y (mgr.14556) 2766 : cluster [DBG] pgmap v2426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:08.822440+0000 mgr.y (mgr.14556) 2766 : cluster [DBG] pgmap v2426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:08.822440+0000 mgr.y (mgr.14556) 2766 : cluster [DBG] pgmap v2426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:06:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:10.823258+0000 mgr.y (mgr.14556) 2767 : cluster [DBG] pgmap v2427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:10.823258+0000 mgr.y (mgr.14556) 2767 : cluster [DBG] pgmap v2427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:10.823258+0000 mgr.y (mgr.14556) 2767 : cluster [DBG] pgmap v2427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:14.093 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:06:13] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:06:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:12.823713+0000 mgr.y (mgr.14556) 2768 : cluster [DBG] pgmap v2428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:12.823713+0000 mgr.y (mgr.14556) 2768 : cluster [DBG] pgmap v2428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:12.823713+0000 mgr.y (mgr.14556) 2768 : cluster [DBG] pgmap v2428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:14.824234+0000 mgr.y (mgr.14556) 2769 : cluster [DBG] pgmap v2429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:14.824234+0000 mgr.y (mgr.14556) 2769 : cluster [DBG] pgmap v2429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:14.824234+0000 mgr.y (mgr.14556) 2769 : cluster [DBG] pgmap v2429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:16.824961+0000 mgr.y (mgr.14556) 2770 : cluster [DBG] pgmap v2430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:16.824961+0000 mgr.y (mgr.14556) 2770 : cluster [DBG] pgmap v2430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:16.824961+0000 mgr.y (mgr.14556) 2770 : cluster [DBG] pgmap v2430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:18.825529+0000 mgr.y (mgr.14556) 2771 : cluster [DBG] pgmap v2431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:18.825529+0000 mgr.y (mgr.14556) 2771 : cluster [DBG] pgmap v2431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:18.825529+0000 mgr.y (mgr.14556) 2771 : cluster [DBG] pgmap v2431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:06:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:20.826204+0000 mgr.y (mgr.14556) 2772 : cluster [DBG] pgmap v2432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:20.826204+0000 mgr.y (mgr.14556) 2772 : cluster [DBG] pgmap v2432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:20.826204+0000 mgr.y (mgr.14556) 2772 : cluster [DBG] pgmap v2432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:06:23] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:06:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:22.826688+0000 mgr.y (mgr.14556) 2773 : cluster [DBG] pgmap v2433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:22.826688+0000 mgr.y (mgr.14556) 2773 : cluster [DBG] pgmap v2433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:22.826688+0000 mgr.y (mgr.14556) 2773 : cluster [DBG] pgmap v2433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:24.827224+0000 mgr.y (mgr.14556) 2774 : cluster [DBG] pgmap v2434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:24.827224+0000 mgr.y (mgr.14556) 2774 : cluster [DBG] pgmap v2434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:24.827224+0000 mgr.y (mgr.14556) 2774 : cluster [DBG] pgmap v2434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:26.828068+0000 mgr.y (mgr.14556) 2775 : cluster [DBG] pgmap v2435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:26.828068+0000 mgr.y (mgr.14556) 2775 : cluster [DBG] pgmap v2435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:26.828068+0000 mgr.y (mgr.14556) 2775 : cluster [DBG] pgmap v2435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:28.828461+0000 mgr.y (mgr.14556) 2776 : cluster [DBG] pgmap v2436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:28.828461+0000 mgr.y (mgr.14556) 2776 : cluster [DBG] pgmap v2436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:28.828461+0000 mgr.y (mgr.14556) 2776 : cluster [DBG] pgmap v2436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:06:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:30.829190+0000 mgr.y (mgr.14556) 2777 : cluster [DBG] pgmap v2437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:30.829190+0000 mgr.y (mgr.14556) 2777 : cluster [DBG] pgmap v2437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:30.829190+0000 mgr.y (mgr.14556) 2777 : cluster [DBG] pgmap v2437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:33.770 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:06:34.055 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:06:34.055 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (79m) 7m ago 80m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:06:34.055 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (80m) 7m ago 80m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:06:34.055 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (81m) 7m ago 81m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (81m) 7m ago 81m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (84m) 7m ago 84m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (86m) 7m ago 86m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (86m) 7m ago 86m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (85m) 7m ago 85m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (85m) 7m ago 85m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (80m) 7m ago 80m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (80m) 7m ago 80m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (84m) 7m ago 84m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (84m) 7m ago 84m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (83m) 7m ago 83m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (83m) 7m ago 83m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (82m) 7m ago 82m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (82m) 7m ago 82m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (82m) 7m ago 82m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:06:34.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (81m) 7m ago 81m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:06:34.057 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (79m) 7m ago 80m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:06:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:06:33] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:06:34.405 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:06:34.406 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:06:34.406 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:06:34.406 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:06:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:32.829736+0000 mgr.y (mgr.14556) 2778 : cluster [DBG] pgmap v2438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:32.829736+0000 mgr.y (mgr.14556) 2778 : cluster [DBG] pgmap v2438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:32.829736+0000 mgr.y (mgr.14556) 2778 : cluster [DBG] pgmap v2438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:06:33.758978+0000 mgr.y (mgr.14556) 2779 : audit [DBG] from='client.17655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:06:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:06:34.048299+0000 mgr.y (mgr.14556) 2780 : audit [DBG] from='client.17661 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:06:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:06:34.405612+0000 mon.a (mon.0) 1263 : audit [DBG] from='client.? 172.21.15.23:0/1834000835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:06:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:06:33.758978+0000 mgr.y (mgr.14556) 2779 : audit [DBG] from='client.17655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:06:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:06:34.048299+0000 mgr.y (mgr.14556) 2780 : audit [DBG] from='client.17661 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:06:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:06:34.405612+0000 mon.a (mon.0) 1263 : audit [DBG] from='client.? 172.21.15.23:0/1834000835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:06:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:06:33.758978+0000 mgr.y (mgr.14556) 2779 : audit [DBG] from='client.17655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:06:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:06:34.048299+0000 mgr.y (mgr.14556) 2780 : audit [DBG] from='client.17661 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:06:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:06:34.405612+0000 mon.a (mon.0) 1263 : audit [DBG] from='client.? 172.21.15.23:0/1834000835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:06:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:34.830246+0000 mgr.y (mgr.14556) 2781 : cluster [DBG] pgmap v2439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:34.830246+0000 mgr.y (mgr.14556) 2781 : cluster [DBG] pgmap v2439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:34.830246+0000 mgr.y (mgr.14556) 2781 : cluster [DBG] pgmap v2439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:36.830909+0000 mgr.y (mgr.14556) 2782 : cluster [DBG] pgmap v2440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:36.830909+0000 mgr.y (mgr.14556) 2782 : cluster [DBG] pgmap v2440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:36.830909+0000 mgr.y (mgr.14556) 2782 : cluster [DBG] pgmap v2440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:38.831312+0000 mgr.y (mgr.14556) 2783 : cluster [DBG] pgmap v2441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:38.831312+0000 mgr.y (mgr.14556) 2783 : cluster [DBG] pgmap v2441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:38.831312+0000 mgr.y (mgr.14556) 2783 : cluster [DBG] pgmap v2441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:06:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:40.832206+0000 mgr.y (mgr.14556) 2784 : cluster [DBG] pgmap v2442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:40.832206+0000 mgr.y (mgr.14556) 2784 : cluster [DBG] pgmap v2442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:40.832206+0000 mgr.y (mgr.14556) 2784 : cluster [DBG] pgmap v2442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:06:43] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:06:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:42.832602+0000 mgr.y (mgr.14556) 2785 : cluster [DBG] pgmap v2443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:42.832602+0000 mgr.y (mgr.14556) 2785 : cluster [DBG] pgmap v2443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:42.832602+0000 mgr.y (mgr.14556) 2785 : cluster [DBG] pgmap v2443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:44.832953+0000 mgr.y (mgr.14556) 2786 : cluster [DBG] pgmap v2444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:44.832953+0000 mgr.y (mgr.14556) 2786 : cluster [DBG] pgmap v2444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:44.832953+0000 mgr.y (mgr.14556) 2786 : cluster [DBG] pgmap v2444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:46.833613+0000 mgr.y (mgr.14556) 2787 : cluster [DBG] pgmap v2445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:46.833613+0000 mgr.y (mgr.14556) 2787 : cluster [DBG] pgmap v2445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:46.833613+0000 mgr.y (mgr.14556) 2787 : cluster [DBG] pgmap v2445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:48.834183+0000 mgr.y (mgr.14556) 2788 : cluster [DBG] pgmap v2446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:48.834183+0000 mgr.y (mgr.14556) 2788 : cluster [DBG] pgmap v2446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:48.834183+0000 mgr.y (mgr.14556) 2788 : cluster [DBG] pgmap v2446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:06:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:50.834925+0000 mgr.y (mgr.14556) 2789 : cluster [DBG] pgmap v2447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:50.834925+0000 mgr.y (mgr.14556) 2789 : cluster [DBG] pgmap v2447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:50.834925+0000 mgr.y (mgr.14556) 2789 : cluster [DBG] pgmap v2447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:06:53] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:06:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:52.835501+0000 mgr.y (mgr.14556) 2790 : cluster [DBG] pgmap v2448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:52.835501+0000 mgr.y (mgr.14556) 2790 : cluster [DBG] pgmap v2448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:52.835501+0000 mgr.y (mgr.14556) 2790 : cluster [DBG] pgmap v2448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:54.835913+0000 mgr.y (mgr.14556) 2791 : cluster [DBG] pgmap v2449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:54.835913+0000 mgr.y (mgr.14556) 2791 : cluster [DBG] pgmap v2449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:54.835913+0000 mgr.y (mgr.14556) 2791 : cluster [DBG] pgmap v2449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:56.836552+0000 mgr.y (mgr.14556) 2792 : cluster [DBG] pgmap v2450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:56.836552+0000 mgr.y (mgr.14556) 2792 : cluster [DBG] pgmap v2450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:06:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:06:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:56.836552+0000 mgr.y (mgr.14556) 2792 : cluster [DBG] pgmap v2450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:06:58.837104+0000 mgr.y (mgr.14556) 2793 : cluster [DBG] pgmap v2451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:06:58.837104+0000 mgr.y (mgr.14556) 2793 : cluster [DBG] pgmap v2451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:06:58.837104+0000 mgr.y (mgr.14556) 2793 : cluster [DBG] pgmap v2451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:07:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:00.837740+0000 mgr.y (mgr.14556) 2794 : cluster [DBG] pgmap v2452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:00.837740+0000 mgr.y (mgr.14556) 2794 : cluster [DBG] pgmap v2452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:00.837740+0000 mgr.y (mgr.14556) 2794 : cluster [DBG] pgmap v2452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:07:03] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:07:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:02.838143+0000 mgr.y (mgr.14556) 2795 : cluster [DBG] pgmap v2453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:02.838143+0000 mgr.y (mgr.14556) 2795 : cluster [DBG] pgmap v2453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:02.838143+0000 mgr.y (mgr.14556) 2795 : cluster [DBG] pgmap v2453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:04.727 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:07:05.014 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:07:05.014 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (80m) 8m ago 80m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:07:05.014 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (80m) 8m ago 80m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:07:05.014 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (81m) 8m ago 81m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:07:05.014 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (81m) 8m ago 81m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:07:05.014 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (85m) 8m ago 85m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:07:05.015 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (87m) 8m ago 87m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:07:05.015 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (87m) 8m ago 87m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:07:05.015 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (85m) 8m ago 85m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:07:05.015 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (85m) 8m ago 85m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:07:05.015 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (81m) 8m ago 81m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:07:05.015 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (81m) 8m ago 81m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:07:05.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (85m) 8m ago 85m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:07:05.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (84m) 8m ago 84m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:07:05.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (84m) 8m ago 84m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:07:05.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (83m) 8m ago 83m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:07:05.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (83m) 8m ago 83m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:07:05.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (83m) 8m ago 83m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:07:05.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (82m) 8m ago 82m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:07:05.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (82m) 8m ago 82m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:07:05.016 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (79m) 8m ago 81m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:07:05.372 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:07:05.373 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:07:05.373 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:07:05.373 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:07:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:07:04.715631+0000 mgr.y (mgr.14556) 2796 : audit [DBG] from='client.27587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:07:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:04.838473+0000 mgr.y (mgr.14556) 2797 : cluster [DBG] pgmap v2454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:07:05.006677+0000 mgr.y (mgr.14556) 2798 : audit [DBG] from='client.17679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:07:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:07:05.372515+0000 mon.a (mon.0) 1264 : audit [DBG] from='client.? 172.21.15.23:0/871796634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:07:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:07:05.855777+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:07:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:07:06.158604+0000 mon.a (mon.0) 1266 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:07:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:07:06.159275+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:07:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:07:06.165728+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:07:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:07:04.715631+0000 mgr.y (mgr.14556) 2796 : audit [DBG] from='client.27587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:07:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:04.838473+0000 mgr.y (mgr.14556) 2797 : cluster [DBG] pgmap v2454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:07:05.006677+0000 mgr.y (mgr.14556) 2798 : audit [DBG] from='client.17679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:07:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:07:05.372515+0000 mon.a (mon.0) 1264 : audit [DBG] from='client.? 172.21.15.23:0/871796634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:07:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:07:05.855777+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:07:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:07:06.158604+0000 mon.a (mon.0) 1266 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:07:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:07:06.159275+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:07:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:07:06.165728+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:07:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:07:04.715631+0000 mgr.y (mgr.14556) 2796 : audit [DBG] from='client.27587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:07:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:04.838473+0000 mgr.y (mgr.14556) 2797 : cluster [DBG] pgmap v2454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:07:05.006677+0000 mgr.y (mgr.14556) 2798 : audit [DBG] from='client.17679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:07:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:07:05.372515+0000 mon.a (mon.0) 1264 : audit [DBG] from='client.? 172.21.15.23:0/871796634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:07:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:07:05.855777+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:07:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:07:06.158604+0000 mon.a (mon.0) 1266 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:07:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:07:06.159275+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:07:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:07:06.165728+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:07:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:06.839267+0000 mgr.y (mgr.14556) 2799 : cluster [DBG] pgmap v2455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:06.839267+0000 mgr.y (mgr.14556) 2799 : cluster [DBG] pgmap v2455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:06.839267+0000 mgr.y (mgr.14556) 2799 : cluster [DBG] pgmap v2455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:08.839619+0000 mgr.y (mgr.14556) 2800 : cluster [DBG] pgmap v2456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:08.839619+0000 mgr.y (mgr.14556) 2800 : cluster [DBG] pgmap v2456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:08.839619+0000 mgr.y (mgr.14556) 2800 : cluster [DBG] pgmap v2456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:07:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:10.840197+0000 mgr.y (mgr.14556) 2801 : cluster [DBG] pgmap v2457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:10.840197+0000 mgr.y (mgr.14556) 2801 : cluster [DBG] pgmap v2457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:10.840197+0000 mgr.y (mgr.14556) 2801 : cluster [DBG] pgmap v2457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:07:13] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:07:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:12.840803+0000 mgr.y (mgr.14556) 2802 : cluster [DBG] pgmap v2458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:12.840803+0000 mgr.y (mgr.14556) 2802 : cluster [DBG] pgmap v2458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:12.840803+0000 mgr.y (mgr.14556) 2802 : cluster [DBG] pgmap v2458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:14.841214+0000 mgr.y (mgr.14556) 2803 : cluster [DBG] pgmap v2459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:14.841214+0000 mgr.y (mgr.14556) 2803 : cluster [DBG] pgmap v2459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:14.841214+0000 mgr.y (mgr.14556) 2803 : cluster [DBG] pgmap v2459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:16.841876+0000 mgr.y (mgr.14556) 2804 : cluster [DBG] pgmap v2460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:16.841876+0000 mgr.y (mgr.14556) 2804 : cluster [DBG] pgmap v2460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:16.841876+0000 mgr.y (mgr.14556) 2804 : cluster [DBG] pgmap v2460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:18.842342+0000 mgr.y (mgr.14556) 2805 : cluster [DBG] pgmap v2461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:18.842342+0000 mgr.y (mgr.14556) 2805 : cluster [DBG] pgmap v2461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:18.842342+0000 mgr.y (mgr.14556) 2805 : cluster [DBG] pgmap v2461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:07:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:20.842966+0000 mgr.y (mgr.14556) 2806 : cluster [DBG] pgmap v2462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:20.842966+0000 mgr.y (mgr.14556) 2806 : cluster [DBG] pgmap v2462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:20.842966+0000 mgr.y (mgr.14556) 2806 : cluster [DBG] pgmap v2462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:07:23] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:07:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:22.843412+0000 mgr.y (mgr.14556) 2807 : cluster [DBG] pgmap v2463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:22.843412+0000 mgr.y (mgr.14556) 2807 : cluster [DBG] pgmap v2463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:22.843412+0000 mgr.y (mgr.14556) 2807 : cluster [DBG] pgmap v2463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:24.843933+0000 mgr.y (mgr.14556) 2808 : cluster [DBG] pgmap v2464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:24.843933+0000 mgr.y (mgr.14556) 2808 : cluster [DBG] pgmap v2464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:24.843933+0000 mgr.y (mgr.14556) 2808 : cluster [DBG] pgmap v2464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:26.844614+0000 mgr.y (mgr.14556) 2809 : cluster [DBG] pgmap v2465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:26.844614+0000 mgr.y (mgr.14556) 2809 : cluster [DBG] pgmap v2465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:26.844614+0000 mgr.y (mgr.14556) 2809 : cluster [DBG] pgmap v2465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:28.845161+0000 mgr.y (mgr.14556) 2810 : cluster [DBG] pgmap v2466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:30.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:28.845161+0000 mgr.y (mgr.14556) 2810 : cluster [DBG] pgmap v2466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:28.845161+0000 mgr.y (mgr.14556) 2810 : cluster [DBG] pgmap v2466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:07:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:30.845932+0000 mgr.y (mgr.14556) 2811 : cluster [DBG] pgmap v2467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:30.845932+0000 mgr.y (mgr.14556) 2811 : cluster [DBG] pgmap v2467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:30.845932+0000 mgr.y (mgr.14556) 2811 : cluster [DBG] pgmap v2467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:07:33] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:07:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:32.846516+0000 mgr.y (mgr.14556) 2812 : cluster [DBG] pgmap v2468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:32.846516+0000 mgr.y (mgr.14556) 2812 : cluster [DBG] pgmap v2468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:32.846516+0000 mgr.y (mgr.14556) 2812 : cluster [DBG] pgmap v2468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:35.696 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (80m) 8m ago 81m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (81m) 8m ago 81m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (82m) 8m ago 82m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (82m) 8m ago 82m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (85m) 8m ago 85m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (87m) 8m ago 87m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (87m) 8m ago 87m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (86m) 8m ago 86m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (86m) 8m ago 86m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (81m) 8m ago 81m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (81m) 8m ago 81m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (85m) 8m ago 85m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:07:35.984 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (85m) 8m ago 85m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:07:35.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (84m) 8m ago 84m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:07:35.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (84m) 8m ago 84m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:07:35.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (84m) 8m ago 84m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:07:35.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (83m) 8m ago 83m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:07:35.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (83m) 8m ago 83m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:07:35.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (82m) 8m ago 82m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:07:35.985 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (80m) 8m ago 81m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:07:36.339 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:07:36.339 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:07:36.339 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:07:36.339 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:07:36.339 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:07:36.339 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:07:36.339 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:07:36.339 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:07:36.340 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:07:36.340 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:07:36.340 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:07:36.340 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:07:36.340 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:07:36.340 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:07:36.340 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:07:36.340 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:07:36.340 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:07:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:34.846919+0000 mgr.y (mgr.14556) 2813 : cluster [DBG] pgmap v2469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:07:36.339772+0000 mon.a (mon.0) 1269 : audit [DBG] from='client.? 172.21.15.23:0/4101832303' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:07:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:34.846919+0000 mgr.y (mgr.14556) 2813 : cluster [DBG] pgmap v2469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:07:36.339772+0000 mon.a (mon.0) 1269 : audit [DBG] from='client.? 172.21.15.23:0/4101832303' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:07:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:34.846919+0000 mgr.y (mgr.14556) 2813 : cluster [DBG] pgmap v2469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:07:36.339772+0000 mon.a (mon.0) 1269 : audit [DBG] from='client.? 172.21.15.23:0/4101832303' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:07:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:07:35.684640+0000 mgr.y (mgr.14556) 2814 : audit [DBG] from='client.17691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:07:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:07:35.976241+0000 mgr.y (mgr.14556) 2815 : audit [DBG] from='client.17697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:07:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:07:35.684640+0000 mgr.y (mgr.14556) 2814 : audit [DBG] from='client.17691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:07:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:07:35.976241+0000 mgr.y (mgr.14556) 2815 : audit [DBG] from='client.17697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:07:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:07:35.684640+0000 mgr.y (mgr.14556) 2814 : audit [DBG] from='client.17691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:07:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:07:35.976241+0000 mgr.y (mgr.14556) 2815 : audit [DBG] from='client.17697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:07:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:36.847527+0000 mgr.y (mgr.14556) 2816 : cluster [DBG] pgmap v2470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:36.847527+0000 mgr.y (mgr.14556) 2816 : cluster [DBG] pgmap v2470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:36.847527+0000 mgr.y (mgr.14556) 2816 : cluster [DBG] pgmap v2470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:38.848093+0000 mgr.y (mgr.14556) 2817 : cluster [DBG] pgmap v2471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:38.848093+0000 mgr.y (mgr.14556) 2817 : cluster [DBG] pgmap v2471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:38.848093+0000 mgr.y (mgr.14556) 2817 : cluster [DBG] pgmap v2471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:07:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:40.848834+0000 mgr.y (mgr.14556) 2818 : cluster [DBG] pgmap v2472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:40.848834+0000 mgr.y (mgr.14556) 2818 : cluster [DBG] pgmap v2472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:40.848834+0000 mgr.y (mgr.14556) 2818 : cluster [DBG] pgmap v2472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:07:43] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T08:07:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:42.849285+0000 mgr.y (mgr.14556) 2819 : cluster [DBG] pgmap v2473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:42.849285+0000 mgr.y (mgr.14556) 2819 : cluster [DBG] pgmap v2473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:42.849285+0000 mgr.y (mgr.14556) 2819 : cluster [DBG] pgmap v2473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:44.849634+0000 mgr.y (mgr.14556) 2820 : cluster [DBG] pgmap v2474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:44.849634+0000 mgr.y (mgr.14556) 2820 : cluster [DBG] pgmap v2474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:44.849634+0000 mgr.y (mgr.14556) 2820 : cluster [DBG] pgmap v2474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:46.850296+0000 mgr.y (mgr.14556) 2821 : cluster [DBG] pgmap v2475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:46.850296+0000 mgr.y (mgr.14556) 2821 : cluster [DBG] pgmap v2475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:46.850296+0000 mgr.y (mgr.14556) 2821 : cluster [DBG] pgmap v2475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:48.850864+0000 mgr.y (mgr.14556) 2822 : cluster [DBG] pgmap v2476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:48.850864+0000 mgr.y (mgr.14556) 2822 : cluster [DBG] pgmap v2476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:48.850864+0000 mgr.y (mgr.14556) 2822 : cluster [DBG] pgmap v2476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:07:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:50.851715+0000 mgr.y (mgr.14556) 2823 : cluster [DBG] pgmap v2477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:50.851715+0000 mgr.y (mgr.14556) 2823 : cluster [DBG] pgmap v2477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:50.851715+0000 mgr.y (mgr.14556) 2823 : cluster [DBG] pgmap v2477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:07:53] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:07:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:52.852206+0000 mgr.y (mgr.14556) 2824 : cluster [DBG] pgmap v2478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:52.852206+0000 mgr.y (mgr.14556) 2824 : cluster [DBG] pgmap v2478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:52.852206+0000 mgr.y (mgr.14556) 2824 : cluster [DBG] pgmap v2478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:54.852561+0000 mgr.y (mgr.14556) 2825 : cluster [DBG] pgmap v2479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:54.852561+0000 mgr.y (mgr.14556) 2825 : cluster [DBG] pgmap v2479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:54.852561+0000 mgr.y (mgr.14556) 2825 : cluster [DBG] pgmap v2479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:56.853270+0000 mgr.y (mgr.14556) 2826 : cluster [DBG] pgmap v2480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:56.853270+0000 mgr.y (mgr.14556) 2826 : cluster [DBG] pgmap v2480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:07:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:07:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:56.853270+0000 mgr.y (mgr.14556) 2826 : cluster [DBG] pgmap v2480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:07:58.853800+0000 mgr.y (mgr.14556) 2827 : cluster [DBG] pgmap v2481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:07:58.853800+0000 mgr.y (mgr.14556) 2827 : cluster [DBG] pgmap v2481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:07:58.853800+0000 mgr.y (mgr.14556) 2827 : cluster [DBG] pgmap v2481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:08:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:00.854538+0000 mgr.y (mgr.14556) 2828 : cluster [DBG] pgmap v2482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:00.854538+0000 mgr.y (mgr.14556) 2828 : cluster [DBG] pgmap v2482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:00.854538+0000 mgr.y (mgr.14556) 2828 : cluster [DBG] pgmap v2482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:08:03] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:08:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:02.855050+0000 mgr.y (mgr.14556) 2829 : cluster [DBG] pgmap v2483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:02.855050+0000 mgr.y (mgr.14556) 2829 : cluster [DBG] pgmap v2483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:02.855050+0000 mgr.y (mgr.14556) 2829 : cluster [DBG] pgmap v2483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:04.855621+0000 mgr.y (mgr.14556) 2830 : cluster [DBG] pgmap v2484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:08:06.170028+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:08:06.676 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:08:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:04.855621+0000 mgr.y (mgr.14556) 2830 : cluster [DBG] pgmap v2484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:08:06.170028+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:08:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:04.855621+0000 mgr.y (mgr.14556) 2830 : cluster [DBG] pgmap v2484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:08:06.170028+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:08:06.965 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (81m) 9m ago 81m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (81m) 9m ago 81m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (82m) 9m ago 82m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (82m) 9m ago 82m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (86m) 9m ago 86m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (88m) 9m ago 88m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (88m) 9m ago 88m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (86m) 9m ago 86m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (86m) 9m ago 86m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (82m) 9m ago 82m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (82m) 9m ago 82m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (86m) 9m ago 86m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:08:06.966 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (85m) 9m ago 85m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:08:06.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (85m) 9m ago 85m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:08:06.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (84m) 9m ago 84m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:08:06.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (84m) 9m ago 84m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:08:06.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (84m) 9m ago 84m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:08:06.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (83m) 9m ago 83m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:08:06.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (83m) 9m ago 83m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:08:06.967 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (81m) 9m ago 82m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:08:07.315 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:08:07.316 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:08:07.317 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:08:07.317 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:08:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:08:06.483839+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:08:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:08:06.484618+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:08:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:08:06.492028+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:08:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:08:07.316386+0000 mon.a (mon.0) 1274 : audit [DBG] from='client.? 172.21.15.23:0/856020278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:08:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:08:06.483839+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:08:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:08:06.484618+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:08:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:08:06.492028+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:08:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:08:07.316386+0000 mon.a (mon.0) 1274 : audit [DBG] from='client.? 172.21.15.23:0/856020278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:08:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:08:06.483839+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:08:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:08:06.484618+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:08:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:08:06.492028+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:08:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:08:07.316386+0000 mon.a (mon.0) 1274 : audit [DBG] from='client.? 172.21.15.23:0/856020278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:08:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:08:06.665284+0000 mgr.y (mgr.14556) 2831 : audit [DBG] from='client.17709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:08:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:06.856187+0000 mgr.y (mgr.14556) 2832 : cluster [DBG] pgmap v2485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:08:06.958275+0000 mgr.y (mgr.14556) 2833 : audit [DBG] from='client.17715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:08:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:08:06.665284+0000 mgr.y (mgr.14556) 2831 : audit [DBG] from='client.17709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:08:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:06.856187+0000 mgr.y (mgr.14556) 2832 : cluster [DBG] pgmap v2485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:08:06.958275+0000 mgr.y (mgr.14556) 2833 : audit [DBG] from='client.17715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:08:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:08:06.665284+0000 mgr.y (mgr.14556) 2831 : audit [DBG] from='client.17709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:08:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:06.856187+0000 mgr.y (mgr.14556) 2832 : cluster [DBG] pgmap v2485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:08:06.958275+0000 mgr.y (mgr.14556) 2833 : audit [DBG] from='client.17715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:08:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:08.856576+0000 mgr.y (mgr.14556) 2834 : cluster [DBG] pgmap v2486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:08.856576+0000 mgr.y (mgr.14556) 2834 : cluster [DBG] pgmap v2486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:08.856576+0000 mgr.y (mgr.14556) 2834 : cluster [DBG] pgmap v2486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:08:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:10.857126+0000 mgr.y (mgr.14556) 2835 : cluster [DBG] pgmap v2487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:12.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:10.857126+0000 mgr.y (mgr.14556) 2835 : cluster [DBG] pgmap v2487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:10.857126+0000 mgr.y (mgr.14556) 2835 : cluster [DBG] pgmap v2487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:08:13] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:08:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:12.857578+0000 mgr.y (mgr.14556) 2836 : cluster [DBG] pgmap v2488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:12.857578+0000 mgr.y (mgr.14556) 2836 : cluster [DBG] pgmap v2488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:12.857578+0000 mgr.y (mgr.14556) 2836 : cluster [DBG] pgmap v2488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:14.858055+0000 mgr.y (mgr.14556) 2837 : cluster [DBG] pgmap v2489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:14.858055+0000 mgr.y (mgr.14556) 2837 : cluster [DBG] pgmap v2489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:14.858055+0000 mgr.y (mgr.14556) 2837 : cluster [DBG] pgmap v2489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:16.858924+0000 mgr.y (mgr.14556) 2838 : cluster [DBG] pgmap v2490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:16.858924+0000 mgr.y (mgr.14556) 2838 : cluster [DBG] pgmap v2490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:16.858924+0000 mgr.y (mgr.14556) 2838 : cluster [DBG] pgmap v2490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:18.859406+0000 mgr.y (mgr.14556) 2839 : cluster [DBG] pgmap v2491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:18.859406+0000 mgr.y (mgr.14556) 2839 : cluster [DBG] pgmap v2491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:18.859406+0000 mgr.y (mgr.14556) 2839 : cluster [DBG] pgmap v2491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:08:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:20.860143+0000 mgr.y (mgr.14556) 2840 : cluster [DBG] pgmap v2492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:20.860143+0000 mgr.y (mgr.14556) 2840 : cluster [DBG] pgmap v2492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:20.860143+0000 mgr.y (mgr.14556) 2840 : cluster [DBG] pgmap v2492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:08:23] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:08:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:22.860752+0000 mgr.y (mgr.14556) 2841 : cluster [DBG] pgmap v2493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:22.860752+0000 mgr.y (mgr.14556) 2841 : cluster [DBG] pgmap v2493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:22.860752+0000 mgr.y (mgr.14556) 2841 : cluster [DBG] pgmap v2493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:24.861276+0000 mgr.y (mgr.14556) 2842 : cluster [DBG] pgmap v2494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:24.861276+0000 mgr.y (mgr.14556) 2842 : cluster [DBG] pgmap v2494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:24.861276+0000 mgr.y (mgr.14556) 2842 : cluster [DBG] pgmap v2494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:26.862021+0000 mgr.y (mgr.14556) 2843 : cluster [DBG] pgmap v2495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:26.862021+0000 mgr.y (mgr.14556) 2843 : cluster [DBG] pgmap v2495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:26.862021+0000 mgr.y (mgr.14556) 2843 : cluster [DBG] pgmap v2495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:28.862591+0000 mgr.y (mgr.14556) 2844 : cluster [DBG] pgmap v2496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:28.862591+0000 mgr.y (mgr.14556) 2844 : cluster [DBG] pgmap v2496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:28.862591+0000 mgr.y (mgr.14556) 2844 : cluster [DBG] pgmap v2496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:08:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:30.863458+0000 mgr.y (mgr.14556) 2845 : cluster [DBG] pgmap v2497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:30.863458+0000 mgr.y (mgr.14556) 2845 : cluster [DBG] pgmap v2497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:30.863458+0000 mgr.y (mgr.14556) 2845 : cluster [DBG] pgmap v2497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:32.864060+0000 mgr.y (mgr.14556) 2846 : cluster [DBG] pgmap v2498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:08:33] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:08:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:32.864060+0000 mgr.y (mgr.14556) 2846 : cluster [DBG] pgmap v2498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:32.864060+0000 mgr.y (mgr.14556) 2846 : cluster [DBG] pgmap v2498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:34.864608+0000 mgr.y (mgr.14556) 2847 : cluster [DBG] pgmap v2499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:34.864608+0000 mgr.y (mgr.14556) 2847 : cluster [DBG] pgmap v2499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:34.864608+0000 mgr.y (mgr.14556) 2847 : cluster [DBG] pgmap v2499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:37.641 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:08:37.929 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:08:37.929 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (81m) 9m ago 82m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:08:37.929 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (82m) 9m ago 82m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:08:37.929 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (83m) 9m ago 83m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:08:37.929 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (83m) 9m ago 83m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:08:37.929 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (86m) 9m ago 86m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:08:37.929 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (88m) 9m ago 88m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:08:37.929 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (88m) 9m ago 88m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:08:37.929 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (87m) 9m ago 87m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:08:37.929 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (87m) 9m ago 87m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:08:37.929 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (82m) 9m ago 82m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:08:37.930 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (82m) 9m ago 82m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:08:37.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (86m) 9m ago 86m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:08:37.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (86m) 9m ago 86m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:08:37.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (85m) 9m ago 85m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:08:37.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (85m) 9m ago 85m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:08:37.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (85m) 9m ago 85m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:08:37.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (84m) 9m ago 84m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:08:37.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (84m) 9m ago 84m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:08:37.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (83m) 9m ago 83m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:08:37.930 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (81m) 9m ago 82m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:08:38.277 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:08:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:08:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:08:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:08:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:08:38.278 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:08:38.278 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:08:38.278 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:08:38.278 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:08:38.278 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:08:38.278 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:08:38.278 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:08:38.278 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:08:38.278 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:08:38.278 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:08:38.278 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:08:38.278 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:08:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:36.865299+0000 mgr.y (mgr.14556) 2848 : cluster [DBG] pgmap v2500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:36.865299+0000 mgr.y (mgr.14556) 2848 : cluster [DBG] pgmap v2500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:36.865299+0000 mgr.y (mgr.14556) 2848 : cluster [DBG] pgmap v2500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:08:37.629801+0000 mgr.y (mgr.14556) 2849 : audit [DBG] from='client.27641 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:08:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:08:37.921350+0000 mgr.y (mgr.14556) 2850 : audit [DBG] from='client.17733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:08:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:08:38.278024+0000 mon.a (mon.0) 1275 : audit [DBG] from='client.? 172.21.15.23:0/3614110402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:08:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:08:37.629801+0000 mgr.y (mgr.14556) 2849 : audit [DBG] from='client.27641 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:08:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:08:37.921350+0000 mgr.y (mgr.14556) 2850 : audit [DBG] from='client.17733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:08:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:08:38.278024+0000 mon.a (mon.0) 1275 : audit [DBG] from='client.? 172.21.15.23:0/3614110402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:08:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:08:37.629801+0000 mgr.y (mgr.14556) 2849 : audit [DBG] from='client.27641 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:08:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:08:37.921350+0000 mgr.y (mgr.14556) 2850 : audit [DBG] from='client.17733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:08:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:08:38.278024+0000 mon.a (mon.0) 1275 : audit [DBG] from='client.? 172.21.15.23:0/3614110402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:08:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:38.865989+0000 mgr.y (mgr.14556) 2851 : cluster [DBG] pgmap v2501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:38.865989+0000 mgr.y (mgr.14556) 2851 : cluster [DBG] pgmap v2501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:38.865989+0000 mgr.y (mgr.14556) 2851 : cluster [DBG] pgmap v2501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:08:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:40.866912+0000 mgr.y (mgr.14556) 2852 : cluster [DBG] pgmap v2502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:40.866912+0000 mgr.y (mgr.14556) 2852 : cluster [DBG] pgmap v2502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:40.866912+0000 mgr.y (mgr.14556) 2852 : cluster [DBG] pgmap v2502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:08:43] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:08:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:42.867440+0000 mgr.y (mgr.14556) 2853 : cluster [DBG] pgmap v2503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:42.867440+0000 mgr.y (mgr.14556) 2853 : cluster [DBG] pgmap v2503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:42.867440+0000 mgr.y (mgr.14556) 2853 : cluster [DBG] pgmap v2503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:44.867976+0000 mgr.y (mgr.14556) 2854 : cluster [DBG] pgmap v2504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:44.867976+0000 mgr.y (mgr.14556) 2854 : cluster [DBG] pgmap v2504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:44.867976+0000 mgr.y (mgr.14556) 2854 : cluster [DBG] pgmap v2504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:46.868707+0000 mgr.y (mgr.14556) 2855 : cluster [DBG] pgmap v2505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:46.868707+0000 mgr.y (mgr.14556) 2855 : cluster [DBG] pgmap v2505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:46.868707+0000 mgr.y (mgr.14556) 2855 : cluster [DBG] pgmap v2505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:48.869147+0000 mgr.y (mgr.14556) 2856 : cluster [DBG] pgmap v2506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:48.869147+0000 mgr.y (mgr.14556) 2856 : cluster [DBG] pgmap v2506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:48.869147+0000 mgr.y (mgr.14556) 2856 : cluster [DBG] pgmap v2506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:08:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:50.869916+0000 mgr.y (mgr.14556) 2857 : cluster [DBG] pgmap v2507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:50.869916+0000 mgr.y (mgr.14556) 2857 : cluster [DBG] pgmap v2507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:50.869916+0000 mgr.y (mgr.14556) 2857 : cluster [DBG] pgmap v2507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:54.025 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:08:53] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:08:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:52.870445+0000 mgr.y (mgr.14556) 2858 : cluster [DBG] pgmap v2508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:52.870445+0000 mgr.y (mgr.14556) 2858 : cluster [DBG] pgmap v2508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:52.870445+0000 mgr.y (mgr.14556) 2858 : cluster [DBG] pgmap v2508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:54.871015+0000 mgr.y (mgr.14556) 2859 : cluster [DBG] pgmap v2509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:54.871015+0000 mgr.y (mgr.14556) 2859 : cluster [DBG] pgmap v2509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:54.871015+0000 mgr.y (mgr.14556) 2859 : cluster [DBG] pgmap v2509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:08:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:56.871952+0000 mgr.y (mgr.14556) 2860 : cluster [DBG] pgmap v2510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:08:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:56.871952+0000 mgr.y (mgr.14556) 2860 : cluster [DBG] pgmap v2510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:08:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:08:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:56.871952+0000 mgr.y (mgr.14556) 2860 : cluster [DBG] pgmap v2510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:08:58.872401+0000 mgr.y (mgr.14556) 2861 : cluster [DBG] pgmap v2511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:08:58.872401+0000 mgr.y (mgr.14556) 2861 : cluster [DBG] pgmap v2511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:08:58.872401+0000 mgr.y (mgr.14556) 2861 : cluster [DBG] pgmap v2511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:09:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:00.873149+0000 mgr.y (mgr.14556) 2862 : cluster [DBG] pgmap v2512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:00.873149+0000 mgr.y (mgr.14556) 2862 : cluster [DBG] pgmap v2512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:00.873149+0000 mgr.y (mgr.14556) 2862 : cluster [DBG] pgmap v2512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:04.058 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:09:03] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:09:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:02.873550+0000 mgr.y (mgr.14556) 2863 : cluster [DBG] pgmap v2513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:02.873550+0000 mgr.y (mgr.14556) 2863 : cluster [DBG] pgmap v2513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:02.873550+0000 mgr.y (mgr.14556) 2863 : cluster [DBG] pgmap v2513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:04.874079+0000 mgr.y (mgr.14556) 2864 : cluster [DBG] pgmap v2514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:04.874079+0000 mgr.y (mgr.14556) 2864 : cluster [DBG] pgmap v2514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:04.874079+0000 mgr.y (mgr.14556) 2864 : cluster [DBG] pgmap v2514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:09:06.496858+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:09:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:09:06.496858+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:09:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:09:06.496858+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:09:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:06.874650+0000 mgr.y (mgr.14556) 2865 : cluster [DBG] pgmap v2515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:06.874650+0000 mgr.y (mgr.14556) 2865 : cluster [DBG] pgmap v2515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:06.874650+0000 mgr.y (mgr.14556) 2865 : cluster [DBG] pgmap v2515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:08.592 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (82m) 10m ago 82m 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (82m) 10m ago 82m 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (83m) 10m ago 83m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (83m) 10m ago 83m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (87m) 10m ago 87m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (89m) 10m ago 89m 458M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (89m) 10m ago 89m 231M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (87m) 10m ago 87m 134M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (87m) 10m ago 87m 134M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (83m) 10m ago 83m 24.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (83m) 10m ago 83m 24.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:09:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (87m) 10m ago 87m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:09:08.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (86m) 10m ago 86m 43.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:09:08.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (86m) 10m ago 86m 42.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:09:08.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (85m) 10m ago 85m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:09:08.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (85m) 10m ago 85m 40.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:09:08.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (85m) 10m ago 85m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:09:08.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (84m) 10m ago 84m 41.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:09:08.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (84m) 10m ago 84m 40.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:09:08.899 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (82m) 10m ago 83m 82.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:09:09.258 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:09:09.258 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:09:09.258 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:09:09.258 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:09:09.258 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:09:09.258 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:09:09.258 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:09:09.258 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:09:09.258 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:09:09.259 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:09:09.259 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:09:09.259 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:09:09.259 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:09:09.259 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:09:09.259 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:09:09.259 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:09:09.259 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:09:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:09:08.579722+0000 mgr.y (mgr.14556) 2866 : audit [DBG] from='client.17745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:09:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:08.874950+0000 mgr.y (mgr.14556) 2867 : cluster [DBG] pgmap v2516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:09:08.890481+0000 mgr.y (mgr.14556) 2868 : audit [DBG] from='client.27665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:09:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:09:09.258372+0000 mon.c (mon.2) 102 : audit [DBG] from='client.? 172.21.15.23:0/177702991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:09:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:09:09.308895+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:09:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:09:10.055597+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:09:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:09:08.579722+0000 mgr.y (mgr.14556) 2866 : audit [DBG] from='client.17745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:09:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:08.874950+0000 mgr.y (mgr.14556) 2867 : cluster [DBG] pgmap v2516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:09:08.890481+0000 mgr.y (mgr.14556) 2868 : audit [DBG] from='client.27665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:09:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:09:09.258372+0000 mon.c (mon.2) 102 : audit [DBG] from='client.? 172.21.15.23:0/177702991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:09:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:09:09.308895+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:09:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:09:10.055597+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:09:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:09:08.579722+0000 mgr.y (mgr.14556) 2866 : audit [DBG] from='client.17745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:09:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:08.874950+0000 mgr.y (mgr.14556) 2867 : cluster [DBG] pgmap v2516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:09:08.890481+0000 mgr.y (mgr.14556) 2868 : audit [DBG] from='client.27665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:09:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:09:09.258372+0000 mon.c (mon.2) 102 : audit [DBG] from='client.? 172.21.15.23:0/177702991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:09:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:09:09.308895+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:09:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:09:10.055597+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:09:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:09:10.346708+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:09:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:09:10.347618+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:09:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:09:10.359634+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:09:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:09:10.346708+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:09:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:09:10.347618+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:09:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:09:10.359634+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:09:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:09:10.346708+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:09:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:09:10.347618+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:09:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:09:10.359634+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:09:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:09:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:10.875694+0000 mgr.y (mgr.14556) 2869 : cluster [DBG] pgmap v2517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:10.875694+0000 mgr.y (mgr.14556) 2869 : cluster [DBG] pgmap v2517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:10.875694+0000 mgr.y (mgr.14556) 2869 : cluster [DBG] pgmap v2517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:09:13] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:09:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:12.876060+0000 mgr.y (mgr.14556) 2870 : cluster [DBG] pgmap v2518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:12.876060+0000 mgr.y (mgr.14556) 2870 : cluster [DBG] pgmap v2518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:12.876060+0000 mgr.y (mgr.14556) 2870 : cluster [DBG] pgmap v2518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:14.876669+0000 mgr.y (mgr.14556) 2871 : cluster [DBG] pgmap v2519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:14.876669+0000 mgr.y (mgr.14556) 2871 : cluster [DBG] pgmap v2519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:14.876669+0000 mgr.y (mgr.14556) 2871 : cluster [DBG] pgmap v2519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:16.877475+0000 mgr.y (mgr.14556) 2872 : cluster [DBG] pgmap v2520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:16.877475+0000 mgr.y (mgr.14556) 2872 : cluster [DBG] pgmap v2520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:16.877475+0000 mgr.y (mgr.14556) 2872 : cluster [DBG] pgmap v2520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:18.877822+0000 mgr.y (mgr.14556) 2873 : cluster [DBG] pgmap v2521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:18.877822+0000 mgr.y (mgr.14556) 2873 : cluster [DBG] pgmap v2521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:18.877822+0000 mgr.y (mgr.14556) 2873 : cluster [DBG] pgmap v2521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:09:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:20.878682+0000 mgr.y (mgr.14556) 2874 : cluster [DBG] pgmap v2522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:20.878682+0000 mgr.y (mgr.14556) 2874 : cluster [DBG] pgmap v2522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:20.878682+0000 mgr.y (mgr.14556) 2874 : cluster [DBG] pgmap v2522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:09:23] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:09:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:22.879173+0000 mgr.y (mgr.14556) 2875 : cluster [DBG] pgmap v2523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:22.879173+0000 mgr.y (mgr.14556) 2875 : cluster [DBG] pgmap v2523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:22.879173+0000 mgr.y (mgr.14556) 2875 : cluster [DBG] pgmap v2523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:24.879691+0000 mgr.y (mgr.14556) 2876 : cluster [DBG] pgmap v2524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:24.879691+0000 mgr.y (mgr.14556) 2876 : cluster [DBG] pgmap v2524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:24.879691+0000 mgr.y (mgr.14556) 2876 : cluster [DBG] pgmap v2524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:26.880494+0000 mgr.y (mgr.14556) 2877 : cluster [DBG] pgmap v2525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:26.880494+0000 mgr.y (mgr.14556) 2877 : cluster [DBG] pgmap v2525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:26.880494+0000 mgr.y (mgr.14556) 2877 : cluster [DBG] pgmap v2525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:28.880987+0000 mgr.y (mgr.14556) 2878 : cluster [DBG] pgmap v2526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:28.880987+0000 mgr.y (mgr.14556) 2878 : cluster [DBG] pgmap v2526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:28.880987+0000 mgr.y (mgr.14556) 2878 : cluster [DBG] pgmap v2526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:09:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:30.881592+0000 mgr.y (mgr.14556) 2879 : cluster [DBG] pgmap v2527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:30.881592+0000 mgr.y (mgr.14556) 2879 : cluster [DBG] pgmap v2527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:30.881592+0000 mgr.y (mgr.14556) 2879 : cluster [DBG] pgmap v2527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:33.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:09:33] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:09:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:32.882091+0000 mgr.y (mgr.14556) 2880 : cluster [DBG] pgmap v2528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:32.882091+0000 mgr.y (mgr.14556) 2880 : cluster [DBG] pgmap v2528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:32.882091+0000 mgr.y (mgr.14556) 2880 : cluster [DBG] pgmap v2528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:34.882516+0000 mgr.y (mgr.14556) 2881 : cluster [DBG] pgmap v2529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:34.882516+0000 mgr.y (mgr.14556) 2881 : cluster [DBG] pgmap v2529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:34.882516+0000 mgr.y (mgr.14556) 2881 : cluster [DBG] pgmap v2529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:36.883318+0000 mgr.y (mgr.14556) 2882 : cluster [DBG] pgmap v2530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:36.883318+0000 mgr.y (mgr.14556) 2882 : cluster [DBG] pgmap v2530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:36.883318+0000 mgr.y (mgr.14556) 2882 : cluster [DBG] pgmap v2530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:39.584 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:09:39.871 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:09:39.871 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (82m) 30s ago 83m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:09:39.871 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (83m) 29s ago 83m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:09:39.871 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (84m) 30s ago 84m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:09:39.871 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (84m) 29s ago 84m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:09:39.871 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (88m) 29s ago 88m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:09:39.871 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (89m) 30s ago 89m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:09:39.871 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (89m) 30s ago 89m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:09:39.871 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (88m) 29s ago 88m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:09:39.871 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (88m) 30s ago 88m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:09:39.871 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (83m) 30s ago 83m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:09:39.871 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (83m) 29s ago 83m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:09:39.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (87m) 30s ago 87m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:09:39.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (87m) 30s ago 87m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:09:39.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (86m) 30s ago 86m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:09:39.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (86m) 30s ago 86m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:09:39.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (86m) 29s ago 86m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:09:39.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (85m) 29s ago 85m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:09:39.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (85m) 29s ago 85m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:09:39.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (84m) 29s ago 84m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:09:39.872 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (82m) 29s ago 83m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:09:40.227 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:09:40.227 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:09:40.228 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:09:40.228 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:09:40.228 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:09:40.228 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:09:40.228 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:09:40.228 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:09:40.228 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:09:40.228 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:09:40.228 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:09:40.228 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:09:40.229 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:09:40.229 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:09:40.229 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:09:40.229 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:09:40.229 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:09:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:38.883805+0000 mgr.y (mgr.14556) 2883 : cluster [DBG] pgmap v2531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:38.883805+0000 mgr.y (mgr.14556) 2883 : cluster [DBG] pgmap v2531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:38.883805+0000 mgr.y (mgr.14556) 2883 : cluster [DBG] pgmap v2531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:09:39.572427+0000 mgr.y (mgr.14556) 2884 : audit [DBG] from='client.27677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:09:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:09:39.863442+0000 mgr.y (mgr.14556) 2885 : audit [DBG] from='client.17769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:09:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:09:40.228215+0000 mon.c (mon.2) 103 : audit [DBG] from='client.? 172.21.15.23:0/1681401723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:09:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:09:39.572427+0000 mgr.y (mgr.14556) 2884 : audit [DBG] from='client.27677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:09:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:09:39.863442+0000 mgr.y (mgr.14556) 2885 : audit [DBG] from='client.17769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:09:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:09:40.228215+0000 mon.c (mon.2) 103 : audit [DBG] from='client.? 172.21.15.23:0/1681401723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:09:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:09:39.572427+0000 mgr.y (mgr.14556) 2884 : audit [DBG] from='client.27677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:09:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:09:39.863442+0000 mgr.y (mgr.14556) 2885 : audit [DBG] from='client.17769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:09:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:09:40.228215+0000 mon.c (mon.2) 103 : audit [DBG] from='client.? 172.21.15.23:0/1681401723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:09:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:09:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:40.884521+0000 mgr.y (mgr.14556) 2886 : cluster [DBG] pgmap v2532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:40.884521+0000 mgr.y (mgr.14556) 2886 : cluster [DBG] pgmap v2532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:40.884521+0000 mgr.y (mgr.14556) 2886 : cluster [DBG] pgmap v2532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:09:43] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:09:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:42.884938+0000 mgr.y (mgr.14556) 2887 : cluster [DBG] pgmap v2533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:42.884938+0000 mgr.y (mgr.14556) 2887 : cluster [DBG] pgmap v2533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:42.884938+0000 mgr.y (mgr.14556) 2887 : cluster [DBG] pgmap v2533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:44.885586+0000 mgr.y (mgr.14556) 2888 : cluster [DBG] pgmap v2534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:44.885586+0000 mgr.y (mgr.14556) 2888 : cluster [DBG] pgmap v2534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:44.885586+0000 mgr.y (mgr.14556) 2888 : cluster [DBG] pgmap v2534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:46.886369+0000 mgr.y (mgr.14556) 2889 : cluster [DBG] pgmap v2535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:46.886369+0000 mgr.y (mgr.14556) 2889 : cluster [DBG] pgmap v2535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:46.886369+0000 mgr.y (mgr.14556) 2889 : cluster [DBG] pgmap v2535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:48.886847+0000 mgr.y (mgr.14556) 2890 : cluster [DBG] pgmap v2536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:48.886847+0000 mgr.y (mgr.14556) 2890 : cluster [DBG] pgmap v2536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:48.886847+0000 mgr.y (mgr.14556) 2890 : cluster [DBG] pgmap v2536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:09:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:50.887547+0000 mgr.y (mgr.14556) 2891 : cluster [DBG] pgmap v2537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:50.887547+0000 mgr.y (mgr.14556) 2891 : cluster [DBG] pgmap v2537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:50.887547+0000 mgr.y (mgr.14556) 2891 : cluster [DBG] pgmap v2537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:09:53] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:09:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:52.887937+0000 mgr.y (mgr.14556) 2892 : cluster [DBG] pgmap v2538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:52.887937+0000 mgr.y (mgr.14556) 2892 : cluster [DBG] pgmap v2538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:52.887937+0000 mgr.y (mgr.14556) 2892 : cluster [DBG] pgmap v2538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:54.888387+0000 mgr.y (mgr.14556) 2893 : cluster [DBG] pgmap v2539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:54.888387+0000 mgr.y (mgr.14556) 2893 : cluster [DBG] pgmap v2539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:54.888387+0000 mgr.y (mgr.14556) 2893 : cluster [DBG] pgmap v2539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:09:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:56.889208+0000 mgr.y (mgr.14556) 2894 : cluster [DBG] pgmap v2540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:09:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:56.889208+0000 mgr.y (mgr.14556) 2894 : cluster [DBG] pgmap v2540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:09:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:09:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:56.889208+0000 mgr.y (mgr.14556) 2894 : cluster [DBG] pgmap v2540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T08:09:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:10:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:09:58.889792+0000 mgr.y (mgr.14556) 2895 : cluster [DBG] pgmap v2541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:00.000149+0000 mon.a (mon.0) 1282 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:10:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:09:58.889792+0000 mgr.y (mgr.14556) 2895 : cluster [DBG] pgmap v2541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:00.000149+0000 mon.a (mon.0) 1282 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:10:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:09:58.889792+0000 mgr.y (mgr.14556) 2895 : cluster [DBG] pgmap v2541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:00.000149+0000 mon.a (mon.0) 1282 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:10:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:10:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:00.890536+0000 mgr.y (mgr.14556) 2896 : cluster [DBG] pgmap v2542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:00.890536+0000 mgr.y (mgr.14556) 2896 : cluster [DBG] pgmap v2542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:00.890536+0000 mgr.y (mgr.14556) 2896 : cluster [DBG] pgmap v2542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:04.065 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:10:03] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:10:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:02.890946+0000 mgr.y (mgr.14556) 2897 : cluster [DBG] pgmap v2543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:02.890946+0000 mgr.y (mgr.14556) 2897 : cluster [DBG] pgmap v2543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:02.890946+0000 mgr.y (mgr.14556) 2897 : cluster [DBG] pgmap v2543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:04.891420+0000 mgr.y (mgr.14556) 2898 : cluster [DBG] pgmap v2544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:04.891420+0000 mgr.y (mgr.14556) 2898 : cluster [DBG] pgmap v2544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:04.891420+0000 mgr.y (mgr.14556) 2898 : cluster [DBG] pgmap v2544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:06.892354+0000 mgr.y (mgr.14556) 2899 : cluster [DBG] pgmap v2545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:06.892354+0000 mgr.y (mgr.14556) 2899 : cluster [DBG] pgmap v2545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:06.892354+0000 mgr.y (mgr.14556) 2899 : cluster [DBG] pgmap v2545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:08.892731+0000 mgr.y (mgr.14556) 2900 : cluster [DBG] pgmap v2546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:08.892731+0000 mgr.y (mgr.14556) 2900 : cluster [DBG] pgmap v2546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:08.892731+0000 mgr.y (mgr.14556) 2900 : cluster [DBG] pgmap v2546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:10.557 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:10:10.849 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:10:10.849 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (83m) 61s ago 83m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:10:10.849 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (83m) 60s ago 83m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:10:10.849 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (84m) 61s ago 84m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:10:10.849 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (84m) 60s ago 84m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:10:10.849 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (88m) 60s ago 88m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (90m) 61s ago 90m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (90m) 61s ago 90m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (88m) 60s ago 88m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (88m) 61s ago 88m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (84m) 61s ago 84m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (84m) 60s ago 84m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (88m) 61s ago 88m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (87m) 61s ago 87m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (87m) 61s ago 87m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (86m) 61s ago 86m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (86m) 60s ago 86m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (86m) 60s ago 86m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (85m) 60s ago 85m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:10:10.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (85m) 60s ago 85m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:10:10.851 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (83m) 60s ago 84m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:10:11.201 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:10:11.201 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:10:11.202 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:10:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:10:10.365121+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:10:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:10:10.672479+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:10:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:10:10.673172+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:10:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:10:10.687365+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:10:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:10:10.365121+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:10:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:10:10.672479+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:10:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:10:10.673172+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:10:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:10:10.687365+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:10:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:10:10.365121+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:10:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:10:10.672479+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:10:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:10:10.673172+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:10:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:10:10.687365+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:10:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:10:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:10:10.543508+0000 mgr.y (mgr.14556) 2901 : audit [DBG] from='client.17781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:10:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:10:10.841599+0000 mgr.y (mgr.14556) 2902 : audit [DBG] from='client.27701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:10:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:10.893309+0000 mgr.y (mgr.14556) 2903 : cluster [DBG] pgmap v2547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:10:11.202027+0000 mon.a (mon.0) 1287 : audit [DBG] from='client.? 172.21.15.23:0/3246518966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:10:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:10:10.543508+0000 mgr.y (mgr.14556) 2901 : audit [DBG] from='client.17781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:10:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:10:10.841599+0000 mgr.y (mgr.14556) 2902 : audit [DBG] from='client.27701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:10:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:10.893309+0000 mgr.y (mgr.14556) 2903 : cluster [DBG] pgmap v2547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:10:11.202027+0000 mon.a (mon.0) 1287 : audit [DBG] from='client.? 172.21.15.23:0/3246518966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:10:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:10:10.543508+0000 mgr.y (mgr.14556) 2901 : audit [DBG] from='client.17781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:10:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:10:10.841599+0000 mgr.y (mgr.14556) 2902 : audit [DBG] from='client.27701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:10:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:10.893309+0000 mgr.y (mgr.14556) 2903 : cluster [DBG] pgmap v2547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:10:11.202027+0000 mon.a (mon.0) 1287 : audit [DBG] from='client.? 172.21.15.23:0/3246518966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:10:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:10:13] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:10:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:12.893939+0000 mgr.y (mgr.14556) 2904 : cluster [DBG] pgmap v2548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:12.893939+0000 mgr.y (mgr.14556) 2904 : cluster [DBG] pgmap v2548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:12.893939+0000 mgr.y (mgr.14556) 2904 : cluster [DBG] pgmap v2548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:14.894412+0000 mgr.y (mgr.14556) 2905 : cluster [DBG] pgmap v2549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:14.894412+0000 mgr.y (mgr.14556) 2905 : cluster [DBG] pgmap v2549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:14.894412+0000 mgr.y (mgr.14556) 2905 : cluster [DBG] pgmap v2549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:16.895096+0000 mgr.y (mgr.14556) 2906 : cluster [DBG] pgmap v2550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:16.895096+0000 mgr.y (mgr.14556) 2906 : cluster [DBG] pgmap v2550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:16.895096+0000 mgr.y (mgr.14556) 2906 : cluster [DBG] pgmap v2550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:18.895599+0000 mgr.y (mgr.14556) 2907 : cluster [DBG] pgmap v2551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:18.895599+0000 mgr.y (mgr.14556) 2907 : cluster [DBG] pgmap v2551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:18.895599+0000 mgr.y (mgr.14556) 2907 : cluster [DBG] pgmap v2551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:10:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:20.896384+0000 mgr.y (mgr.14556) 2908 : cluster [DBG] pgmap v2552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:20.896384+0000 mgr.y (mgr.14556) 2908 : cluster [DBG] pgmap v2552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:20.896384+0000 mgr.y (mgr.14556) 2908 : cluster [DBG] pgmap v2552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:10:23] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:10:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:22.896921+0000 mgr.y (mgr.14556) 2909 : cluster [DBG] pgmap v2553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:22.896921+0000 mgr.y (mgr.14556) 2909 : cluster [DBG] pgmap v2553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:22.896921+0000 mgr.y (mgr.14556) 2909 : cluster [DBG] pgmap v2553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:24.897408+0000 mgr.y (mgr.14556) 2910 : cluster [DBG] pgmap v2554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:24.897408+0000 mgr.y (mgr.14556) 2910 : cluster [DBG] pgmap v2554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:24.897408+0000 mgr.y (mgr.14556) 2910 : cluster [DBG] pgmap v2554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:26.898295+0000 mgr.y (mgr.14556) 2911 : cluster [DBG] pgmap v2555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:26.898295+0000 mgr.y (mgr.14556) 2911 : cluster [DBG] pgmap v2555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:26.898295+0000 mgr.y (mgr.14556) 2911 : cluster [DBG] pgmap v2555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:28.898848+0000 mgr.y (mgr.14556) 2912 : cluster [DBG] pgmap v2556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:28.898848+0000 mgr.y (mgr.14556) 2912 : cluster [DBG] pgmap v2556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:28.898848+0000 mgr.y (mgr.14556) 2912 : cluster [DBG] pgmap v2556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:10:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:30.899527+0000 mgr.y (mgr.14556) 2913 : cluster [DBG] pgmap v2557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:30.899527+0000 mgr.y (mgr.14556) 2913 : cluster [DBG] pgmap v2557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:30.899527+0000 mgr.y (mgr.14556) 2913 : cluster [DBG] pgmap v2557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:10:33] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:10:34.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:32.899959+0000 mgr.y (mgr.14556) 2914 : cluster [DBG] pgmap v2558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:34.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:32.899959+0000 mgr.y (mgr.14556) 2914 : cluster [DBG] pgmap v2558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:32.899959+0000 mgr.y (mgr.14556) 2914 : cluster [DBG] pgmap v2558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:34.900407+0000 mgr.y (mgr.14556) 2915 : cluster [DBG] pgmap v2559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:34.900407+0000 mgr.y (mgr.14556) 2915 : cluster [DBG] pgmap v2559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:34.900407+0000 mgr.y (mgr.14556) 2915 : cluster [DBG] pgmap v2559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:36.901153+0000 mgr.y (mgr.14556) 2916 : cluster [DBG] pgmap v2560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:36.901153+0000 mgr.y (mgr.14556) 2916 : cluster [DBG] pgmap v2560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:36.901153+0000 mgr.y (mgr.14556) 2916 : cluster [DBG] pgmap v2560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:38.901706+0000 mgr.y (mgr.14556) 2917 : cluster [DBG] pgmap v2561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:38.901706+0000 mgr.y (mgr.14556) 2917 : cluster [DBG] pgmap v2561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:38.901706+0000 mgr.y (mgr.14556) 2917 : cluster [DBG] pgmap v2561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:41.528 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:10:41.816 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (83m) 92s ago 84m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (84m) 91s ago 84m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (85m) 92s ago 85m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (85m) 91s ago 85m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (89m) 91s ago 89m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (90m) 92s ago 90m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (90m) 92s ago 90m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (89m) 91s ago 89m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (89m) 92s ago 89m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (84m) 92s ago 84m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (84m) 91s ago 84m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (88m) 92s ago 88m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:10:41.817 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (88m) 92s ago 88m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:10:41.818 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (87m) 92s ago 87m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:10:41.818 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (87m) 92s ago 87m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:10:41.818 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (87m) 91s ago 87m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:10:41.818 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (86m) 91s ago 86m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:10:41.818 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (86m) 91s ago 86m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:10:41.818 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (85m) 91s ago 85m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:10:41.818 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (83m) 91s ago 84m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:10:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:10:42.163 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:10:42.164 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:10:42.165 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:10:42.165 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:10:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:40.902502+0000 mgr.y (mgr.14556) 2918 : cluster [DBG] pgmap v2562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:10:42.164002+0000 mon.a (mon.0) 1288 : audit [DBG] from='client.? 172.21.15.23:0/1366163319' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:10:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:40.902502+0000 mgr.y (mgr.14556) 2918 : cluster [DBG] pgmap v2562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:10:42.164002+0000 mon.a (mon.0) 1288 : audit [DBG] from='client.? 172.21.15.23:0/1366163319' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:10:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:40.902502+0000 mgr.y (mgr.14556) 2918 : cluster [DBG] pgmap v2562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:10:42.164002+0000 mon.a (mon.0) 1288 : audit [DBG] from='client.? 172.21.15.23:0/1366163319' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:10:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:10:41.516902+0000 mgr.y (mgr.14556) 2919 : audit [DBG] from='client.27713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:10:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:10:41.809211+0000 mgr.y (mgr.14556) 2920 : audit [DBG] from='client.17805 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:10:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:10:41.516902+0000 mgr.y (mgr.14556) 2919 : audit [DBG] from='client.27713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:10:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:10:41.809211+0000 mgr.y (mgr.14556) 2920 : audit [DBG] from='client.17805 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:10:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:10:41.516902+0000 mgr.y (mgr.14556) 2919 : audit [DBG] from='client.27713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:10:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:10:41.809211+0000 mgr.y (mgr.14556) 2920 : audit [DBG] from='client.17805 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:10:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:10:43] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:10:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:42.902901+0000 mgr.y (mgr.14556) 2921 : cluster [DBG] pgmap v2563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:42.902901+0000 mgr.y (mgr.14556) 2921 : cluster [DBG] pgmap v2563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:42.902901+0000 mgr.y (mgr.14556) 2921 : cluster [DBG] pgmap v2563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:44.903580+0000 mgr.y (mgr.14556) 2922 : cluster [DBG] pgmap v2564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:44.903580+0000 mgr.y (mgr.14556) 2922 : cluster [DBG] pgmap v2564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:44.903580+0000 mgr.y (mgr.14556) 2922 : cluster [DBG] pgmap v2564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:46.904224+0000 mgr.y (mgr.14556) 2923 : cluster [DBG] pgmap v2565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:46.904224+0000 mgr.y (mgr.14556) 2923 : cluster [DBG] pgmap v2565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:46.904224+0000 mgr.y (mgr.14556) 2923 : cluster [DBG] pgmap v2565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:48.904757+0000 mgr.y (mgr.14556) 2924 : cluster [DBG] pgmap v2566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:48.904757+0000 mgr.y (mgr.14556) 2924 : cluster [DBG] pgmap v2566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:48.904757+0000 mgr.y (mgr.14556) 2924 : cluster [DBG] pgmap v2566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:10:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:50.905472+0000 mgr.y (mgr.14556) 2925 : cluster [DBG] pgmap v2567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:50.905472+0000 mgr.y (mgr.14556) 2925 : cluster [DBG] pgmap v2567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:50.905472+0000 mgr.y (mgr.14556) 2925 : cluster [DBG] pgmap v2567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:10:53] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:10:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:52.905862+0000 mgr.y (mgr.14556) 2926 : cluster [DBG] pgmap v2568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:52.905862+0000 mgr.y (mgr.14556) 2926 : cluster [DBG] pgmap v2568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:52.905862+0000 mgr.y (mgr.14556) 2926 : cluster [DBG] pgmap v2568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:54.906351+0000 mgr.y (mgr.14556) 2927 : cluster [DBG] pgmap v2569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:54.906351+0000 mgr.y (mgr.14556) 2927 : cluster [DBG] pgmap v2569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:54.906351+0000 mgr.y (mgr.14556) 2927 : cluster [DBG] pgmap v2569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:10:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:56.907252+0000 mgr.y (mgr.14556) 2928 : cluster [DBG] pgmap v2570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:10:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:56.907252+0000 mgr.y (mgr.14556) 2928 : cluster [DBG] pgmap v2570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:10:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:10:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:56.907252+0000 mgr.y (mgr.14556) 2928 : cluster [DBG] pgmap v2570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:10:58.907768+0000 mgr.y (mgr.14556) 2929 : cluster [DBG] pgmap v2571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:10:58.907768+0000 mgr.y (mgr.14556) 2929 : cluster [DBG] pgmap v2571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:10:58.907768+0000 mgr.y (mgr.14556) 2929 : cluster [DBG] pgmap v2571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:11:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:00.908726+0000 mgr.y (mgr.14556) 2930 : cluster [DBG] pgmap v2572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:00.908726+0000 mgr.y (mgr.14556) 2930 : cluster [DBG] pgmap v2572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:00.908726+0000 mgr.y (mgr.14556) 2930 : cluster [DBG] pgmap v2572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:11:03] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:11:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:02.909396+0000 mgr.y (mgr.14556) 2931 : cluster [DBG] pgmap v2573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:02.909396+0000 mgr.y (mgr.14556) 2931 : cluster [DBG] pgmap v2573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:02.909396+0000 mgr.y (mgr.14556) 2931 : cluster [DBG] pgmap v2573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:04.909947+0000 mgr.y (mgr.14556) 2932 : cluster [DBG] pgmap v2574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:04.909947+0000 mgr.y (mgr.14556) 2932 : cluster [DBG] pgmap v2574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:04.909947+0000 mgr.y (mgr.14556) 2932 : cluster [DBG] pgmap v2574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:06.910663+0000 mgr.y (mgr.14556) 2933 : cluster [DBG] pgmap v2575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:06.910663+0000 mgr.y (mgr.14556) 2933 : cluster [DBG] pgmap v2575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:06.910663+0000 mgr.y (mgr.14556) 2933 : cluster [DBG] pgmap v2575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:08.911116+0000 mgr.y (mgr.14556) 2934 : cluster [DBG] pgmap v2576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:08.911116+0000 mgr.y (mgr.14556) 2934 : cluster [DBG] pgmap v2576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:08.911116+0000 mgr.y (mgr.14556) 2934 : cluster [DBG] pgmap v2576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:11:10.691763+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:11:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:11:11.000105+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:11:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:11:11.000801+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:11:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:11:11.007604+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:11:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:11:10.691763+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:11:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:11:11.000105+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:11:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:11:11.000801+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:11:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:11:11.007604+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:11:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:11:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:11:10.691763+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:11:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:11:11.000105+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:11:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:11:11.000801+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:11:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:11:11.007604+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:11:12.489 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:11:12.779 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:11:12.779 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (84m) 2m ago 84m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:11:12.779 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (84m) 2m ago 84m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:11:12.779 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (85m) 2m ago 85m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (85m) 2m ago 85m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (89m) 2m ago 89m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (91m) 2m ago 91m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (91m) 2m ago 91m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (89m) 2m ago 89m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (89m) 2m ago 89m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (85m) 2m ago 85m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (85m) 2m ago 85m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (89m) 2m ago 89m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (88m) 2m ago 88m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (88m) 2m ago 88m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (88m) 2m ago 88m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (87m) 2m ago 87m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (87m) 2m ago 87m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:11:12.780 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (86m) 2m ago 86m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:11:12.781 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (86m) 2m ago 86m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:11:12.781 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (84m) 2m ago 85m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:11:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:10.911762+0000 mgr.y (mgr.14556) 2935 : cluster [DBG] pgmap v2577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:10.911762+0000 mgr.y (mgr.14556) 2935 : cluster [DBG] pgmap v2577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:10.911762+0000 mgr.y (mgr.14556) 2935 : cluster [DBG] pgmap v2577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:13.127 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:11:13.127 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:11:13.128 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:11:13.129 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:11:13.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:11:12.477920+0000 mgr.y (mgr.14556) 2936 : audit [DBG] from='client.17817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:11:13.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:11:13.128031+0000 mon.c (mon.2) 104 : audit [DBG] from='client.? 172.21.15.23:0/842644033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:11:13.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:11:12.477920+0000 mgr.y (mgr.14556) 2936 : audit [DBG] from='client.17817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:11:13.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:11:13.128031+0000 mon.c (mon.2) 104 : audit [DBG] from='client.? 172.21.15.23:0/842644033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:11:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:11:12.477920+0000 mgr.y (mgr.14556) 2936 : audit [DBG] from='client.17817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:11:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:11:13.128031+0000 mon.c (mon.2) 104 : audit [DBG] from='client.? 172.21.15.23:0/842644033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:11:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:11:13] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:11:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:11:12.771511+0000 mgr.y (mgr.14556) 2937 : audit [DBG] from='client.17823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:11:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:12.912060+0000 mgr.y (mgr.14556) 2938 : cluster [DBG] pgmap v2578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:11:12.771511+0000 mgr.y (mgr.14556) 2937 : audit [DBG] from='client.17823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:11:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:12.912060+0000 mgr.y (mgr.14556) 2938 : cluster [DBG] pgmap v2578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:11:12.771511+0000 mgr.y (mgr.14556) 2937 : audit [DBG] from='client.17823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:11:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:12.912060+0000 mgr.y (mgr.14556) 2938 : cluster [DBG] pgmap v2578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:14.912578+0000 mgr.y (mgr.14556) 2939 : cluster [DBG] pgmap v2579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:14.912578+0000 mgr.y (mgr.14556) 2939 : cluster [DBG] pgmap v2579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:14.912578+0000 mgr.y (mgr.14556) 2939 : cluster [DBG] pgmap v2579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:16.913420+0000 mgr.y (mgr.14556) 2940 : cluster [DBG] pgmap v2580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:16.913420+0000 mgr.y (mgr.14556) 2940 : cluster [DBG] pgmap v2580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:16.913420+0000 mgr.y (mgr.14556) 2940 : cluster [DBG] pgmap v2580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:18.913809+0000 mgr.y (mgr.14556) 2941 : cluster [DBG] pgmap v2581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:18.913809+0000 mgr.y (mgr.14556) 2941 : cluster [DBG] pgmap v2581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:18.913809+0000 mgr.y (mgr.14556) 2941 : cluster [DBG] pgmap v2581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:20.914499+0000 mgr.y (mgr.14556) 2942 : cluster [DBG] pgmap v2582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:20.914499+0000 mgr.y (mgr.14556) 2942 : cluster [DBG] pgmap v2582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:11:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:20.914499+0000 mgr.y (mgr.14556) 2942 : cluster [DBG] pgmap v2582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:11:23] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:11:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:22.915041+0000 mgr.y (mgr.14556) 2943 : cluster [DBG] pgmap v2583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:22.915041+0000 mgr.y (mgr.14556) 2943 : cluster [DBG] pgmap v2583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:22.915041+0000 mgr.y (mgr.14556) 2943 : cluster [DBG] pgmap v2583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:24.915500+0000 mgr.y (mgr.14556) 2944 : cluster [DBG] pgmap v2584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:24.915500+0000 mgr.y (mgr.14556) 2944 : cluster [DBG] pgmap v2584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:24.915500+0000 mgr.y (mgr.14556) 2944 : cluster [DBG] pgmap v2584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:26.916136+0000 mgr.y (mgr.14556) 2945 : cluster [DBG] pgmap v2585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:26.916136+0000 mgr.y (mgr.14556) 2945 : cluster [DBG] pgmap v2585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:26.916136+0000 mgr.y (mgr.14556) 2945 : cluster [DBG] pgmap v2585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:28.916728+0000 mgr.y (mgr.14556) 2946 : cluster [DBG] pgmap v2586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:28.916728+0000 mgr.y (mgr.14556) 2946 : cluster [DBG] pgmap v2586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:28.916728+0000 mgr.y (mgr.14556) 2946 : cluster [DBG] pgmap v2586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:11:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:30.917460+0000 mgr.y (mgr.14556) 2947 : cluster [DBG] pgmap v2587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:30.917460+0000 mgr.y (mgr.14556) 2947 : cluster [DBG] pgmap v2587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:30.917460+0000 mgr.y (mgr.14556) 2947 : cluster [DBG] pgmap v2587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:11:33] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:11:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:32.918072+0000 mgr.y (mgr.14556) 2948 : cluster [DBG] pgmap v2588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:32.918072+0000 mgr.y (mgr.14556) 2948 : cluster [DBG] pgmap v2588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:32.918072+0000 mgr.y (mgr.14556) 2948 : cluster [DBG] pgmap v2588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:34.918674+0000 mgr.y (mgr.14556) 2949 : cluster [DBG] pgmap v2589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:34.918674+0000 mgr.y (mgr.14556) 2949 : cluster [DBG] pgmap v2589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:34.918674+0000 mgr.y (mgr.14556) 2949 : cluster [DBG] pgmap v2589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:36.919376+0000 mgr.y (mgr.14556) 2950 : cluster [DBG] pgmap v2590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:36.919376+0000 mgr.y (mgr.14556) 2950 : cluster [DBG] pgmap v2590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:36.919376+0000 mgr.y (mgr.14556) 2950 : cluster [DBG] pgmap v2590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:38.919792+0000 mgr.y (mgr.14556) 2951 : cluster [DBG] pgmap v2591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:38.919792+0000 mgr.y (mgr.14556) 2951 : cluster [DBG] pgmap v2591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:38.919792+0000 mgr.y (mgr.14556) 2951 : cluster [DBG] pgmap v2591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:11:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:40.920591+0000 mgr.y (mgr.14556) 2952 : cluster [DBG] pgmap v2592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:40.920591+0000 mgr.y (mgr.14556) 2952 : cluster [DBG] pgmap v2592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:40.920591+0000 mgr.y (mgr.14556) 2952 : cluster [DBG] pgmap v2592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:43.453 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:11:43.738 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:11:43.739 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (84m) 2m ago 85m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:11:43.739 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (85m) 2m ago 85m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:11:43.739 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (86m) 2m ago 86m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:11:43.739 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (86m) 2m ago 86m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:11:43.739 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (90m) 2m ago 90m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:11:43.739 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (91m) 2m ago 91m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:11:43.739 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (91m) 2m ago 91m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:11:43.739 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (90m) 2m ago 90m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:11:43.739 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (90m) 2m ago 90m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:11:43.739 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (85m) 2m ago 85m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:11:43.739 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (85m) 2m ago 85m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:11:43.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (89m) 2m ago 89m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:11:43.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (89m) 2m ago 89m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:11:43.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (88m) 2m ago 88m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:11:43.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (88m) 2m ago 88m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:11:43.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (88m) 2m ago 88m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:11:43.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (87m) 2m ago 87m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:11:43.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (87m) 2m ago 87m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:11:43.740 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (86m) 2m ago 86m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:11:43.740 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (84m) 2m ago 85m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:11:44.040 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:11:43] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:11:44.090 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:11:44.090 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:11:44.090 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:11:44.090 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:11:44.090 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:11:44.090 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:11:44.090 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:11:44.090 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:11:44.090 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:11:44.090 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:11:44.090 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:11:44.091 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:11:44.091 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:11:44.091 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:11:44.091 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:11:44.091 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:11:44.091 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:11:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:42.921049+0000 mgr.y (mgr.14556) 2953 : cluster [DBG] pgmap v2593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:11:43.441588+0000 mgr.y (mgr.14556) 2954 : audit [DBG] from='client.27749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:11:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:42.921049+0000 mgr.y (mgr.14556) 2953 : cluster [DBG] pgmap v2593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:11:43.441588+0000 mgr.y (mgr.14556) 2954 : audit [DBG] from='client.27749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:11:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:42.921049+0000 mgr.y (mgr.14556) 2953 : cluster [DBG] pgmap v2593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:11:43.441588+0000 mgr.y (mgr.14556) 2954 : audit [DBG] from='client.27749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:11:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:11:43.731294+0000 mgr.y (mgr.14556) 2955 : audit [DBG] from='client.27755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:11:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:11:44.090298+0000 mon.a (mon.0) 1293 : audit [DBG] from='client.? 172.21.15.23:0/815242484' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:11:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:11:43.731294+0000 mgr.y (mgr.14556) 2955 : audit [DBG] from='client.27755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:11:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:11:44.090298+0000 mon.a (mon.0) 1293 : audit [DBG] from='client.? 172.21.15.23:0/815242484' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:11:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:11:43.731294+0000 mgr.y (mgr.14556) 2955 : audit [DBG] from='client.27755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:11:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:11:44.090298+0000 mon.a (mon.0) 1293 : audit [DBG] from='client.? 172.21.15.23:0/815242484' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:11:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:44.921597+0000 mgr.y (mgr.14556) 2956 : cluster [DBG] pgmap v2594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:44.921597+0000 mgr.y (mgr.14556) 2956 : cluster [DBG] pgmap v2594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:44.921597+0000 mgr.y (mgr.14556) 2956 : cluster [DBG] pgmap v2594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:46.922415+0000 mgr.y (mgr.14556) 2957 : cluster [DBG] pgmap v2595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:46.922415+0000 mgr.y (mgr.14556) 2957 : cluster [DBG] pgmap v2595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:46.922415+0000 mgr.y (mgr.14556) 2957 : cluster [DBG] pgmap v2595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:48.922855+0000 mgr.y (mgr.14556) 2958 : cluster [DBG] pgmap v2596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:48.922855+0000 mgr.y (mgr.14556) 2958 : cluster [DBG] pgmap v2596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:48.922855+0000 mgr.y (mgr.14556) 2958 : cluster [DBG] pgmap v2596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:11:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:50.923527+0000 mgr.y (mgr.14556) 2959 : cluster [DBG] pgmap v2597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:50.923527+0000 mgr.y (mgr.14556) 2959 : cluster [DBG] pgmap v2597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:50.923527+0000 mgr.y (mgr.14556) 2959 : cluster [DBG] pgmap v2597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:11:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:11:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:52.923963+0000 mgr.y (mgr.14556) 2960 : cluster [DBG] pgmap v2598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:52.923963+0000 mgr.y (mgr.14556) 2960 : cluster [DBG] pgmap v2598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:52.923963+0000 mgr.y (mgr.14556) 2960 : cluster [DBG] pgmap v2598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:54.924371+0000 mgr.y (mgr.14556) 2961 : cluster [DBG] pgmap v2599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:54.924371+0000 mgr.y (mgr.14556) 2961 : cluster [DBG] pgmap v2599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:54.924371+0000 mgr.y (mgr.14556) 2961 : cluster [DBG] pgmap v2599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:11:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:56.924978+0000 mgr.y (mgr.14556) 2962 : cluster [DBG] pgmap v2600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:11:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:56.924978+0000 mgr.y (mgr.14556) 2962 : cluster [DBG] pgmap v2600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:11:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:11:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:56.924978+0000 mgr.y (mgr.14556) 2962 : cluster [DBG] pgmap v2600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:11:58.925392+0000 mgr.y (mgr.14556) 2963 : cluster [DBG] pgmap v2601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:11:58.925392+0000 mgr.y (mgr.14556) 2963 : cluster [DBG] pgmap v2601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:11:58.925392+0000 mgr.y (mgr.14556) 2963 : cluster [DBG] pgmap v2601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:12:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:00.926070+0000 mgr.y (mgr.14556) 2964 : cluster [DBG] pgmap v2602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:00.926070+0000 mgr.y (mgr.14556) 2964 : cluster [DBG] pgmap v2602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:00.926070+0000 mgr.y (mgr.14556) 2964 : cluster [DBG] pgmap v2602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:12:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:12:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:02.926525+0000 mgr.y (mgr.14556) 2965 : cluster [DBG] pgmap v2603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:02.926525+0000 mgr.y (mgr.14556) 2965 : cluster [DBG] pgmap v2603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:02.926525+0000 mgr.y (mgr.14556) 2965 : cluster [DBG] pgmap v2603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:04.927018+0000 mgr.y (mgr.14556) 2966 : cluster [DBG] pgmap v2604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:04.927018+0000 mgr.y (mgr.14556) 2966 : cluster [DBG] pgmap v2604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:04.927018+0000 mgr.y (mgr.14556) 2966 : cluster [DBG] pgmap v2604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:06.927732+0000 mgr.y (mgr.14556) 2967 : cluster [DBG] pgmap v2605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:06.927732+0000 mgr.y (mgr.14556) 2967 : cluster [DBG] pgmap v2605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:06.927732+0000 mgr.y (mgr.14556) 2967 : cluster [DBG] pgmap v2605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:08.928123+0000 mgr.y (mgr.14556) 2968 : cluster [DBG] pgmap v2606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:08.928123+0000 mgr.y (mgr.14556) 2968 : cluster [DBG] pgmap v2606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:08.928123+0000 mgr.y (mgr.14556) 2968 : cluster [DBG] pgmap v2606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:12:11.012019+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:12:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:12:11.268648+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:12:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:12:11.276339+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:12:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:12:11.012019+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:12:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:12:11.268648+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:12:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:12:11.276339+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:12:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:12:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:12:11.012019+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:12:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:12:11.268648+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:12:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:12:11.276339+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:12:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:10.928886+0000 mgr.y (mgr.14556) 2969 : cluster [DBG] pgmap v2607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:12:11.567716+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:12:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:12:11.568375+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:12:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:12:11.572773+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:12:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:10.928886+0000 mgr.y (mgr.14556) 2969 : cluster [DBG] pgmap v2607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:12:11.567716+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:12:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:12:11.568375+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:12:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:12:11.572773+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:12:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:10.928886+0000 mgr.y (mgr.14556) 2969 : cluster [DBG] pgmap v2607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:12:11.567716+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:12:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:12:11.568375+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:12:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:12:11.572773+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:12:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:12:13] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:12:14.415 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:12:14.706 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (85m) 3m ago 86m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (85m) 3m ago 85m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (87m) 3m ago 87m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (86m) 3m ago 86m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (90m) 3m ago 90m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (92m) 3m ago 92m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (92m) 3m ago 92m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (91m) 3m ago 90m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (90m) 3m ago 90m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (86m) 3m ago 86m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (86m) 3m ago 86m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (90m) 3m ago 90m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:12:14.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (89m) 3m ago 89m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:12:14.708 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (89m) 3m ago 89m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:12:14.708 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (89m) 3m ago 89m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:12:14.708 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (88m) 3m ago 88m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:12:14.708 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (88m) 3m ago 88m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:12:14.708 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (87m) 3m ago 87m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:12:14.708 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (87m) 3m ago 87m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:12:14.708 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (85m) 3m ago 86m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:12:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:12.929299+0000 mgr.y (mgr.14556) 2970 : cluster [DBG] pgmap v2608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:12.929299+0000 mgr.y (mgr.14556) 2970 : cluster [DBG] pgmap v2608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:12.929299+0000 mgr.y (mgr.14556) 2970 : cluster [DBG] pgmap v2608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:15.055 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:12:15.055 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:12:15.055 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:12:15.056 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:12:15.056 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:12:15.056 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:12:15.056 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:12:15.056 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:12:15.056 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:12:15.056 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:12:15.056 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:12:15.056 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:12:15.056 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:12:15.056 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:12:15.056 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:12:15.057 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:12:15.057 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:12:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:12:14.403701+0000 mgr.y (mgr.14556) 2971 : audit [DBG] from='client.17853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:12:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:12:15.055718+0000 mon.a (mon.0) 1300 : audit [DBG] from='client.? 172.21.15.23:0/3943418584' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:12:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:12:14.403701+0000 mgr.y (mgr.14556) 2971 : audit [DBG] from='client.17853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:12:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:12:15.055718+0000 mon.a (mon.0) 1300 : audit [DBG] from='client.? 172.21.15.23:0/3943418584' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:12:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:12:14.403701+0000 mgr.y (mgr.14556) 2971 : audit [DBG] from='client.17853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:12:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:12:15.055718+0000 mon.a (mon.0) 1300 : audit [DBG] from='client.? 172.21.15.23:0/3943418584' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:12:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:12:14.699110+0000 mgr.y (mgr.14556) 2972 : audit [DBG] from='client.17859 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:12:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:14.929632+0000 mgr.y (mgr.14556) 2973 : cluster [DBG] pgmap v2609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:12:14.699110+0000 mgr.y (mgr.14556) 2972 : audit [DBG] from='client.17859 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:12:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:14.929632+0000 mgr.y (mgr.14556) 2973 : cluster [DBG] pgmap v2609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:12:14.699110+0000 mgr.y (mgr.14556) 2972 : audit [DBG] from='client.17859 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:12:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:14.929632+0000 mgr.y (mgr.14556) 2973 : cluster [DBG] pgmap v2609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:16.930426+0000 mgr.y (mgr.14556) 2974 : cluster [DBG] pgmap v2610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:16.930426+0000 mgr.y (mgr.14556) 2974 : cluster [DBG] pgmap v2610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:16.930426+0000 mgr.y (mgr.14556) 2974 : cluster [DBG] pgmap v2610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:18.930890+0000 mgr.y (mgr.14556) 2975 : cluster [DBG] pgmap v2611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:18.930890+0000 mgr.y (mgr.14556) 2975 : cluster [DBG] pgmap v2611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:18.930890+0000 mgr.y (mgr.14556) 2975 : cluster [DBG] pgmap v2611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:12:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:20.931550+0000 mgr.y (mgr.14556) 2976 : cluster [DBG] pgmap v2612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:20.931550+0000 mgr.y (mgr.14556) 2976 : cluster [DBG] pgmap v2612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:20.931550+0000 mgr.y (mgr.14556) 2976 : cluster [DBG] pgmap v2612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:24.025 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:12:23] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:12:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:22.931941+0000 mgr.y (mgr.14556) 2977 : cluster [DBG] pgmap v2613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:22.931941+0000 mgr.y (mgr.14556) 2977 : cluster [DBG] pgmap v2613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:22.931941+0000 mgr.y (mgr.14556) 2977 : cluster [DBG] pgmap v2613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:24.932502+0000 mgr.y (mgr.14556) 2978 : cluster [DBG] pgmap v2614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:24.932502+0000 mgr.y (mgr.14556) 2978 : cluster [DBG] pgmap v2614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:24.932502+0000 mgr.y (mgr.14556) 2978 : cluster [DBG] pgmap v2614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:26.933213+0000 mgr.y (mgr.14556) 2979 : cluster [DBG] pgmap v2615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:26.933213+0000 mgr.y (mgr.14556) 2979 : cluster [DBG] pgmap v2615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:26.933213+0000 mgr.y (mgr.14556) 2979 : cluster [DBG] pgmap v2615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:28.933645+0000 mgr.y (mgr.14556) 2980 : cluster [DBG] pgmap v2616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:28.933645+0000 mgr.y (mgr.14556) 2980 : cluster [DBG] pgmap v2616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:28.933645+0000 mgr.y (mgr.14556) 2980 : cluster [DBG] pgmap v2616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:12:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:30.934540+0000 mgr.y (mgr.14556) 2981 : cluster [DBG] pgmap v2617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:30.934540+0000 mgr.y (mgr.14556) 2981 : cluster [DBG] pgmap v2617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:30.934540+0000 mgr.y (mgr.14556) 2981 : cluster [DBG] pgmap v2617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:34.062 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:12:33] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:12:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:32.934976+0000 mgr.y (mgr.14556) 2982 : cluster [DBG] pgmap v2618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:32.934976+0000 mgr.y (mgr.14556) 2982 : cluster [DBG] pgmap v2618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:32.934976+0000 mgr.y (mgr.14556) 2982 : cluster [DBG] pgmap v2618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:34.935439+0000 mgr.y (mgr.14556) 2983 : cluster [DBG] pgmap v2619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:34.935439+0000 mgr.y (mgr.14556) 2983 : cluster [DBG] pgmap v2619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:34.935439+0000 mgr.y (mgr.14556) 2983 : cluster [DBG] pgmap v2619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:36.936029+0000 mgr.y (mgr.14556) 2984 : cluster [DBG] pgmap v2620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:36.936029+0000 mgr.y (mgr.14556) 2984 : cluster [DBG] pgmap v2620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:36.936029+0000 mgr.y (mgr.14556) 2984 : cluster [DBG] pgmap v2620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:38.936492+0000 mgr.y (mgr.14556) 2985 : cluster [DBG] pgmap v2621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:38.936492+0000 mgr.y (mgr.14556) 2985 : cluster [DBG] pgmap v2621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:38.936492+0000 mgr.y (mgr.14556) 2985 : cluster [DBG] pgmap v2621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:12:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:40.937110+0000 mgr.y (mgr.14556) 2986 : cluster [DBG] pgmap v2622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:40.937110+0000 mgr.y (mgr.14556) 2986 : cluster [DBG] pgmap v2622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:40.937110+0000 mgr.y (mgr.14556) 2986 : cluster [DBG] pgmap v2622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:44.114 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:12:43] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:12:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:42.937654+0000 mgr.y (mgr.14556) 2987 : cluster [DBG] pgmap v2623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:42.937654+0000 mgr.y (mgr.14556) 2987 : cluster [DBG] pgmap v2623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:42.937654+0000 mgr.y (mgr.14556) 2987 : cluster [DBG] pgmap v2623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:45.381 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:12:45.669 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:12:45.669 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (85m) 3m ago 86m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (86m) 3m ago 86m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (87m) 3m ago 87m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (87m) 3m ago 87m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (91m) 3m ago 91m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (92m) 3m ago 92m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (92m) 3m ago 92m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (91m) 3m ago 91m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (91m) 3m ago 91m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (86m) 3m ago 86m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (86m) 3m ago 86m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (90m) 3m ago 90m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (90m) 3m ago 90m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (89m) 3m ago 89m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:12:45.670 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (89m) 3m ago 89m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:12:45.671 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (89m) 3m ago 89m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:12:45.671 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (88m) 3m ago 88m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:12:45.671 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (88m) 3m ago 88m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:12:45.671 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (87m) 3m ago 87m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:12:45.671 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (85m) 3m ago 86m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:12:46.021 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:12:46.021 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:12:46.021 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:12:46.021 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:12:46.021 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:12:46.021 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:12:46.021 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:12:46.021 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:12:46.022 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:12:46.022 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:12:46.022 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:12:46.022 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:12:46.022 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:12:46.022 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:12:46.022 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:12:46.022 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:12:46.022 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:12:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:44.938126+0000 mgr.y (mgr.14556) 2988 : cluster [DBG] pgmap v2624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:12:45.369814+0000 mgr.y (mgr.14556) 2989 : audit [DBG] from='client.17871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:12:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:12:46.021379+0000 mon.c (mon.2) 105 : audit [DBG] from='client.? 172.21.15.23:0/216291357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:12:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:44.938126+0000 mgr.y (mgr.14556) 2988 : cluster [DBG] pgmap v2624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:12:45.369814+0000 mgr.y (mgr.14556) 2989 : audit [DBG] from='client.17871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:12:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:12:46.021379+0000 mon.c (mon.2) 105 : audit [DBG] from='client.? 172.21.15.23:0/216291357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:12:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:44.938126+0000 mgr.y (mgr.14556) 2988 : cluster [DBG] pgmap v2624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:12:45.369814+0000 mgr.y (mgr.14556) 2989 : audit [DBG] from='client.17871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:12:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:12:46.021379+0000 mon.c (mon.2) 105 : audit [DBG] from='client.? 172.21.15.23:0/216291357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:12:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:12:45.661092+0000 mgr.y (mgr.14556) 2990 : audit [DBG] from='client.27791 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:12:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:12:45.661092+0000 mgr.y (mgr.14556) 2990 : audit [DBG] from='client.27791 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:12:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:12:45.661092+0000 mgr.y (mgr.14556) 2990 : audit [DBG] from='client.27791 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:12:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:46.938703+0000 mgr.y (mgr.14556) 2991 : cluster [DBG] pgmap v2625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:46.938703+0000 mgr.y (mgr.14556) 2991 : cluster [DBG] pgmap v2625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:46.938703+0000 mgr.y (mgr.14556) 2991 : cluster [DBG] pgmap v2625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:48.939088+0000 mgr.y (mgr.14556) 2992 : cluster [DBG] pgmap v2626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:48.939088+0000 mgr.y (mgr.14556) 2992 : cluster [DBG] pgmap v2626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:48.939088+0000 mgr.y (mgr.14556) 2992 : cluster [DBG] pgmap v2626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:12:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:50.939754+0000 mgr.y (mgr.14556) 2993 : cluster [DBG] pgmap v2627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:50.939754+0000 mgr.y (mgr.14556) 2993 : cluster [DBG] pgmap v2627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:50.939754+0000 mgr.y (mgr.14556) 2993 : cluster [DBG] pgmap v2627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:12:53] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:12:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:52.940162+0000 mgr.y (mgr.14556) 2994 : cluster [DBG] pgmap v2628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:52.940162+0000 mgr.y (mgr.14556) 2994 : cluster [DBG] pgmap v2628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:52.940162+0000 mgr.y (mgr.14556) 2994 : cluster [DBG] pgmap v2628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:54.940735+0000 mgr.y (mgr.14556) 2995 : cluster [DBG] pgmap v2629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:54.940735+0000 mgr.y (mgr.14556) 2995 : cluster [DBG] pgmap v2629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:54.940735+0000 mgr.y (mgr.14556) 2995 : cluster [DBG] pgmap v2629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:12:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:56.941521+0000 mgr.y (mgr.14556) 2996 : cluster [DBG] pgmap v2630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:12:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:56.941521+0000 mgr.y (mgr.14556) 2996 : cluster [DBG] pgmap v2630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:12:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:12:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:56.941521+0000 mgr.y (mgr.14556) 2996 : cluster [DBG] pgmap v2630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:12:58.941921+0000 mgr.y (mgr.14556) 2997 : cluster [DBG] pgmap v2631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:12:58.941921+0000 mgr.y (mgr.14556) 2997 : cluster [DBG] pgmap v2631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:12:58.941921+0000 mgr.y (mgr.14556) 2997 : cluster [DBG] pgmap v2631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:13:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:00.942541+0000 mgr.y (mgr.14556) 2998 : cluster [DBG] pgmap v2632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:00.942541+0000 mgr.y (mgr.14556) 2998 : cluster [DBG] pgmap v2632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:00.942541+0000 mgr.y (mgr.14556) 2998 : cluster [DBG] pgmap v2632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:13:03] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:13:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:02.943041+0000 mgr.y (mgr.14556) 2999 : cluster [DBG] pgmap v2633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:02.943041+0000 mgr.y (mgr.14556) 2999 : cluster [DBG] pgmap v2633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:02.943041+0000 mgr.y (mgr.14556) 2999 : cluster [DBG] pgmap v2633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:04.943521+0000 mgr.y (mgr.14556) 3000 : cluster [DBG] pgmap v2634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:04.943521+0000 mgr.y (mgr.14556) 3000 : cluster [DBG] pgmap v2634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:04.943521+0000 mgr.y (mgr.14556) 3000 : cluster [DBG] pgmap v2634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:06.944180+0000 mgr.y (mgr.14556) 3001 : cluster [DBG] pgmap v2635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:06.944180+0000 mgr.y (mgr.14556) 3001 : cluster [DBG] pgmap v2635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:06.944180+0000 mgr.y (mgr.14556) 3001 : cluster [DBG] pgmap v2635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:08.944647+0000 mgr.y (mgr.14556) 3002 : cluster [DBG] pgmap v2636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:08.944647+0000 mgr.y (mgr.14556) 3002 : cluster [DBG] pgmap v2636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:08.944647+0000 mgr.y (mgr.14556) 3002 : cluster [DBG] pgmap v2636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:13:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:10.945266+0000 mgr.y (mgr.14556) 3003 : cluster [DBG] pgmap v2637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:13:11.577158+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:13:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:13:11.882896+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:13:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:13:11.883525+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:13:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:13:11.889163+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:13:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:10.945266+0000 mgr.y (mgr.14556) 3003 : cluster [DBG] pgmap v2637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:13:11.577158+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:13:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:13:11.882896+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:13:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:13:11.883525+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:13:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:13:11.889163+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:13:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:10.945266+0000 mgr.y (mgr.14556) 3003 : cluster [DBG] pgmap v2637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:13:11.577158+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:13:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:13:11.882896+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:13:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:13:11.883525+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:13:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:13:11.889163+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:13:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:13:13] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:13:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:12.945796+0000 mgr.y (mgr.14556) 3004 : cluster [DBG] pgmap v2638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:12.945796+0000 mgr.y (mgr.14556) 3004 : cluster [DBG] pgmap v2638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:12.945796+0000 mgr.y (mgr.14556) 3004 : cluster [DBG] pgmap v2638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:16.350 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:13:16.642 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:13:16.642 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (86m) 4m ago 87m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:13:16.642 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (86m) 4m ago 86m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:13:16.642 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (88m) 4m ago 88m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:13:16.642 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (88m) 4m ago 88m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:13:16.642 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (91m) 4m ago 91m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:13:16.642 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (93m) 4m ago 93m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:13:16.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (93m) 4m ago 93m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:13:16.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (92m) 4m ago 92m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:13:16.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (91m) 4m ago 91m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:13:16.642 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (87m) 4m ago 87m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:13:16.643 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (87m) 4m ago 87m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:13:16.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (91m) 4m ago 91m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:13:16.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (90m) 4m ago 90m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:13:16.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (90m) 4m ago 90m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:13:16.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (90m) 4m ago 90m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:13:16.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (89m) 4m ago 89m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:13:16.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (89m) 4m ago 89m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:13:16.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (88m) 4m ago 88m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:13:16.643 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (88m) 4m ago 88m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:13:16.643 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (86m) 4m ago 87m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:13:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:14.946377+0000 mgr.y (mgr.14556) 3005 : cluster [DBG] pgmap v2639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:14.946377+0000 mgr.y (mgr.14556) 3005 : cluster [DBG] pgmap v2639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:14.946377+0000 mgr.y (mgr.14556) 3005 : cluster [DBG] pgmap v2639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:16.990 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:13:16.991 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:13:16.991 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:13:16.991 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:13:16.991 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:13:16.991 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:13:16.992 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:13:16.992 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:13:16.992 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:13:16.992 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:13:16.992 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:13:16.992 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:13:16.992 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:13:16.993 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:13:16.993 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:13:16.993 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:13:16.993 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:13:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:13:16.338704+0000 mgr.y (mgr.14556) 3006 : audit [DBG] from='client.17889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:13:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:13:16.990981+0000 mon.c (mon.2) 106 : audit [DBG] from='client.? 172.21.15.23:0/1351491471' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:13:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:13:16.338704+0000 mgr.y (mgr.14556) 3006 : audit [DBG] from='client.17889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:13:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:13:16.990981+0000 mon.c (mon.2) 106 : audit [DBG] from='client.? 172.21.15.23:0/1351491471' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:13:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:13:16.338704+0000 mgr.y (mgr.14556) 3006 : audit [DBG] from='client.17889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:13:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:13:16.990981+0000 mon.c (mon.2) 106 : audit [DBG] from='client.? 172.21.15.23:0/1351491471' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:13:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:13:16.634244+0000 mgr.y (mgr.14556) 3007 : audit [DBG] from='client.27809 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:13:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:16.946904+0000 mgr.y (mgr.14556) 3008 : cluster [DBG] pgmap v2640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:13:16.634244+0000 mgr.y (mgr.14556) 3007 : audit [DBG] from='client.27809 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:13:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:16.946904+0000 mgr.y (mgr.14556) 3008 : cluster [DBG] pgmap v2640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:13:16.634244+0000 mgr.y (mgr.14556) 3007 : audit [DBG] from='client.27809 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:13:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:16.946904+0000 mgr.y (mgr.14556) 3008 : cluster [DBG] pgmap v2640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:18.947289+0000 mgr.y (mgr.14556) 3009 : cluster [DBG] pgmap v2641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:18.947289+0000 mgr.y (mgr.14556) 3009 : cluster [DBG] pgmap v2641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:18.947289+0000 mgr.y (mgr.14556) 3009 : cluster [DBG] pgmap v2641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:13:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:20.948137+0000 mgr.y (mgr.14556) 3010 : cluster [DBG] pgmap v2642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:20.948137+0000 mgr.y (mgr.14556) 3010 : cluster [DBG] pgmap v2642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:20.948137+0000 mgr.y (mgr.14556) 3010 : cluster [DBG] pgmap v2642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:13:23] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T08:13:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:22.948708+0000 mgr.y (mgr.14556) 3011 : cluster [DBG] pgmap v2643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:22.948708+0000 mgr.y (mgr.14556) 3011 : cluster [DBG] pgmap v2643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:22.948708+0000 mgr.y (mgr.14556) 3011 : cluster [DBG] pgmap v2643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:24.949226+0000 mgr.y (mgr.14556) 3012 : cluster [DBG] pgmap v2644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:24.949226+0000 mgr.y (mgr.14556) 3012 : cluster [DBG] pgmap v2644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:24.949226+0000 mgr.y (mgr.14556) 3012 : cluster [DBG] pgmap v2644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:26.949964+0000 mgr.y (mgr.14556) 3013 : cluster [DBG] pgmap v2645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:26.949964+0000 mgr.y (mgr.14556) 3013 : cluster [DBG] pgmap v2645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:26.949964+0000 mgr.y (mgr.14556) 3013 : cluster [DBG] pgmap v2645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:28.950388+0000 mgr.y (mgr.14556) 3014 : cluster [DBG] pgmap v2646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:28.950388+0000 mgr.y (mgr.14556) 3014 : cluster [DBG] pgmap v2646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:28.950388+0000 mgr.y (mgr.14556) 3014 : cluster [DBG] pgmap v2646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:13:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:30.951049+0000 mgr.y (mgr.14556) 3015 : cluster [DBG] pgmap v2647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:30.951049+0000 mgr.y (mgr.14556) 3015 : cluster [DBG] pgmap v2647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:30.951049+0000 mgr.y (mgr.14556) 3015 : cluster [DBG] pgmap v2647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:13:33] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T08:13:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:32.951514+0000 mgr.y (mgr.14556) 3016 : cluster [DBG] pgmap v2648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:32.951514+0000 mgr.y (mgr.14556) 3016 : cluster [DBG] pgmap v2648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:32.951514+0000 mgr.y (mgr.14556) 3016 : cluster [DBG] pgmap v2648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:34.952030+0000 mgr.y (mgr.14556) 3017 : cluster [DBG] pgmap v2649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:34.952030+0000 mgr.y (mgr.14556) 3017 : cluster [DBG] pgmap v2649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:34.952030+0000 mgr.y (mgr.14556) 3017 : cluster [DBG] pgmap v2649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:36.952677+0000 mgr.y (mgr.14556) 3018 : cluster [DBG] pgmap v2650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:36.952677+0000 mgr.y (mgr.14556) 3018 : cluster [DBG] pgmap v2650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:36.952677+0000 mgr.y (mgr.14556) 3018 : cluster [DBG] pgmap v2650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:38.953202+0000 mgr.y (mgr.14556) 3019 : cluster [DBG] pgmap v2651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:38.953202+0000 mgr.y (mgr.14556) 3019 : cluster [DBG] pgmap v2651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:38.953202+0000 mgr.y (mgr.14556) 3019 : cluster [DBG] pgmap v2651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:13:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:40.953965+0000 mgr.y (mgr.14556) 3020 : cluster [DBG] pgmap v2652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:40.953965+0000 mgr.y (mgr.14556) 3020 : cluster [DBG] pgmap v2652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:40.953965+0000 mgr.y (mgr.14556) 3020 : cluster [DBG] pgmap v2652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:13:43] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:13:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:42.954472+0000 mgr.y (mgr.14556) 3021 : cluster [DBG] pgmap v2653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:42.954472+0000 mgr.y (mgr.14556) 3021 : cluster [DBG] pgmap v2653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:42.954472+0000 mgr.y (mgr.14556) 3021 : cluster [DBG] pgmap v2653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:44.954845+0000 mgr.y (mgr.14556) 3022 : cluster [DBG] pgmap v2654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:44.954845+0000 mgr.y (mgr.14556) 3022 : cluster [DBG] pgmap v2654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:44.954845+0000 mgr.y (mgr.14556) 3022 : cluster [DBG] pgmap v2654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:47.316 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:13:47.604 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:13:47.604 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (86m) 4m ago 87m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:13:47.604 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (87m) 4m ago 87m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:13:47.604 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (88m) 4m ago 88m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:13:47.604 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (88m) 4m ago 88m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:13:47.604 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (92m) 4m ago 92m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:13:47.604 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (93m) 4m ago 93m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:13:47.604 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (93m) 4m ago 93m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:13:47.604 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (92m) 4m ago 92m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:13:47.604 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (92m) 4m ago 92m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:13:47.604 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (87m) 4m ago 87m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:13:47.604 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (87m) 4m ago 87m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:13:47.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (91m) 4m ago 91m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:13:47.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (91m) 4m ago 91m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:13:47.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (91m) 4m ago 91m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:13:47.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (90m) 4m ago 90m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:13:47.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (90m) 4m ago 90m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:13:47.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (89m) 4m ago 89m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:13:47.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (89m) 4m ago 89m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:13:47.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (88m) 4m ago 88m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:13:47.605 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (86m) 4m ago 87m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:13:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:46.955690+0000 mgr.y (mgr.14556) 3023 : cluster [DBG] pgmap v2655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:13:47.304210+0000 mgr.y (mgr.14556) 3024 : audit [DBG] from='client.17907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:13:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:46.955690+0000 mgr.y (mgr.14556) 3023 : cluster [DBG] pgmap v2655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:13:47.304210+0000 mgr.y (mgr.14556) 3024 : audit [DBG] from='client.17907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:13:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:46.955690+0000 mgr.y (mgr.14556) 3023 : cluster [DBG] pgmap v2655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:13:47.304210+0000 mgr.y (mgr.14556) 3024 : audit [DBG] from='client.17907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:13:47.957 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:13:47.957 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:13:47.957 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:13:47.957 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:13:47.958 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:13:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:13:47.596339+0000 mgr.y (mgr.14556) 3025 : audit [DBG] from='client.27827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:13:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:13:47.957642+0000 mon.c (mon.2) 107 : audit [DBG] from='client.? 172.21.15.23:0/4108757236' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:13:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:13:47.596339+0000 mgr.y (mgr.14556) 3025 : audit [DBG] from='client.27827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:13:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:13:47.957642+0000 mon.c (mon.2) 107 : audit [DBG] from='client.? 172.21.15.23:0/4108757236' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:13:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:13:47.596339+0000 mgr.y (mgr.14556) 3025 : audit [DBG] from='client.27827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:13:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:13:47.957642+0000 mon.c (mon.2) 107 : audit [DBG] from='client.? 172.21.15.23:0/4108757236' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:13:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:48.956143+0000 mgr.y (mgr.14556) 3026 : cluster [DBG] pgmap v2656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:48.956143+0000 mgr.y (mgr.14556) 3026 : cluster [DBG] pgmap v2656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:48.956143+0000 mgr.y (mgr.14556) 3026 : cluster [DBG] pgmap v2656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:13:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:50.956986+0000 mgr.y (mgr.14556) 3027 : cluster [DBG] pgmap v2657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:50.956986+0000 mgr.y (mgr.14556) 3027 : cluster [DBG] pgmap v2657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:50.956986+0000 mgr.y (mgr.14556) 3027 : cluster [DBG] pgmap v2657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:54.027 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:13:53] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:13:54.028 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:52.957386+0000 mgr.y (mgr.14556) 3028 : cluster [DBG] pgmap v2658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:52.957386+0000 mgr.y (mgr.14556) 3028 : cluster [DBG] pgmap v2658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:52.957386+0000 mgr.y (mgr.14556) 3028 : cluster [DBG] pgmap v2658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:54.957751+0000 mgr.y (mgr.14556) 3029 : cluster [DBG] pgmap v2659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:54.957751+0000 mgr.y (mgr.14556) 3029 : cluster [DBG] pgmap v2659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:54.957751+0000 mgr.y (mgr.14556) 3029 : cluster [DBG] pgmap v2659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:13:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:56.958511+0000 mgr.y (mgr.14556) 3030 : cluster [DBG] pgmap v2660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:13:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:56.958511+0000 mgr.y (mgr.14556) 3030 : cluster [DBG] pgmap v2660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:13:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:13:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:56.958511+0000 mgr.y (mgr.14556) 3030 : cluster [DBG] pgmap v2660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:13:58.958824+0000 mgr.y (mgr.14556) 3031 : cluster [DBG] pgmap v2661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:13:58.958824+0000 mgr.y (mgr.14556) 3031 : cluster [DBG] pgmap v2661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:13:58.958824+0000 mgr.y (mgr.14556) 3031 : cluster [DBG] pgmap v2661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:14:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:00.959408+0000 mgr.y (mgr.14556) 3032 : cluster [DBG] pgmap v2662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:00.959408+0000 mgr.y (mgr.14556) 3032 : cluster [DBG] pgmap v2662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:00.959408+0000 mgr.y (mgr.14556) 3032 : cluster [DBG] pgmap v2662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:04.064 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:14:03] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:14:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:02.959943+0000 mgr.y (mgr.14556) 3033 : cluster [DBG] pgmap v2663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:02.959943+0000 mgr.y (mgr.14556) 3033 : cluster [DBG] pgmap v2663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:02.959943+0000 mgr.y (mgr.14556) 3033 : cluster [DBG] pgmap v2663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:04.960364+0000 mgr.y (mgr.14556) 3034 : cluster [DBG] pgmap v2664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:04.960364+0000 mgr.y (mgr.14556) 3034 : cluster [DBG] pgmap v2664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:04.960364+0000 mgr.y (mgr.14556) 3034 : cluster [DBG] pgmap v2664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:06.960953+0000 mgr.y (mgr.14556) 3035 : cluster [DBG] pgmap v2665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:06.960953+0000 mgr.y (mgr.14556) 3035 : cluster [DBG] pgmap v2665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:06.960953+0000 mgr.y (mgr.14556) 3035 : cluster [DBG] pgmap v2665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:08.961446+0000 mgr.y (mgr.14556) 3036 : cluster [DBG] pgmap v2666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:08.961446+0000 mgr.y (mgr.14556) 3036 : cluster [DBG] pgmap v2666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:08.961446+0000 mgr.y (mgr.14556) 3036 : cluster [DBG] pgmap v2666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:14:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:10.961999+0000 mgr.y (mgr.14556) 3037 : cluster [DBG] pgmap v2667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:14:11.893400+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:14:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:10.961999+0000 mgr.y (mgr.14556) 3037 : cluster [DBG] pgmap v2667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:14:11.893400+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:14:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:10.961999+0000 mgr.y (mgr.14556) 3037 : cluster [DBG] pgmap v2667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:14:11.893400+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:14:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:14:12.198619+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:14:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:14:12.199296+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:14:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:14:12.203702+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:14:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:14:12.198619+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:14:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:14:12.199296+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:14:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:14:12.203702+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:14:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:14:12.198619+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:14:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:14:12.199296+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:14:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:14:12.203702+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:14:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:14:13] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:14:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:12.962465+0000 mgr.y (mgr.14556) 3038 : cluster [DBG] pgmap v2668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:12.962465+0000 mgr.y (mgr.14556) 3038 : cluster [DBG] pgmap v2668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:12.962465+0000 mgr.y (mgr.14556) 3038 : cluster [DBG] pgmap v2668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:14.962841+0000 mgr.y (mgr.14556) 3039 : cluster [DBG] pgmap v2669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:14.962841+0000 mgr.y (mgr.14556) 3039 : cluster [DBG] pgmap v2669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:14.962841+0000 mgr.y (mgr.14556) 3039 : cluster [DBG] pgmap v2669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:18.282 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:14:18.569 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (87m) 5m ago 88m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (87m) 5m ago 87m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (89m) 5m ago 89m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (89m) 5m ago 89m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (92m) 5m ago 92m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (94m) 5m ago 94m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (94m) 5m ago 94m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (93m) 5m ago 93m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (92m) 5m ago 92m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (88m) 5m ago 88m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (88m) 5m ago 88m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (92m) 5m ago 92m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:14:18.570 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (91m) 5m ago 91m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:14:18.571 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (91m) 5m ago 91m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:14:18.571 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (91m) 5m ago 91m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:14:18.571 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (90m) 5m ago 90m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:14:18.571 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (90m) 5m ago 90m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:14:18.571 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (89m) 5m ago 89m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:14:18.571 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (89m) 5m ago 89m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:14:18.571 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (87m) 5m ago 88m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:14:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:16.963510+0000 mgr.y (mgr.14556) 3040 : cluster [DBG] pgmap v2670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:16.963510+0000 mgr.y (mgr.14556) 3040 : cluster [DBG] pgmap v2670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:16.963510+0000 mgr.y (mgr.14556) 3040 : cluster [DBG] pgmap v2670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:18.920 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:14:18.921 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:14:18.922 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:14:18.922 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:14:18.922 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:14:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:14:18.270865+0000 mgr.y (mgr.14556) 3041 : audit [DBG] from='client.17925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:14:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:14:18.921128+0000 mon.a (mon.0) 1309 : audit [DBG] from='client.? 172.21.15.23:0/2994364599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:14:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:14:18.270865+0000 mgr.y (mgr.14556) 3041 : audit [DBG] from='client.17925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:14:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:14:18.921128+0000 mon.a (mon.0) 1309 : audit [DBG] from='client.? 172.21.15.23:0/2994364599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:14:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:14:18.270865+0000 mgr.y (mgr.14556) 3041 : audit [DBG] from='client.17925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:14:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:14:18.921128+0000 mon.a (mon.0) 1309 : audit [DBG] from='client.? 172.21.15.23:0/2994364599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:14:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:14:18.562003+0000 mgr.y (mgr.14556) 3042 : audit [DBG] from='client.17931 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:14:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:18.964047+0000 mgr.y (mgr.14556) 3043 : cluster [DBG] pgmap v2671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:14:18.562003+0000 mgr.y (mgr.14556) 3042 : audit [DBG] from='client.17931 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:14:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:18.964047+0000 mgr.y (mgr.14556) 3043 : cluster [DBG] pgmap v2671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:14:18.562003+0000 mgr.y (mgr.14556) 3042 : audit [DBG] from='client.17931 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:14:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:18.964047+0000 mgr.y (mgr.14556) 3043 : cluster [DBG] pgmap v2671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:14:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:20.964760+0000 mgr.y (mgr.14556) 3044 : cluster [DBG] pgmap v2672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:20.964760+0000 mgr.y (mgr.14556) 3044 : cluster [DBG] pgmap v2672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:20.964760+0000 mgr.y (mgr.14556) 3044 : cluster [DBG] pgmap v2672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:14:23] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:14:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:22.965196+0000 mgr.y (mgr.14556) 3045 : cluster [DBG] pgmap v2673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:22.965196+0000 mgr.y (mgr.14556) 3045 : cluster [DBG] pgmap v2673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:22.965196+0000 mgr.y (mgr.14556) 3045 : cluster [DBG] pgmap v2673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:24.965634+0000 mgr.y (mgr.14556) 3046 : cluster [DBG] pgmap v2674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:24.965634+0000 mgr.y (mgr.14556) 3046 : cluster [DBG] pgmap v2674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:24.965634+0000 mgr.y (mgr.14556) 3046 : cluster [DBG] pgmap v2674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:26.966436+0000 mgr.y (mgr.14556) 3047 : cluster [DBG] pgmap v2675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:26.966436+0000 mgr.y (mgr.14556) 3047 : cluster [DBG] pgmap v2675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:26.966436+0000 mgr.y (mgr.14556) 3047 : cluster [DBG] pgmap v2675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:28.966995+0000 mgr.y (mgr.14556) 3048 : cluster [DBG] pgmap v2676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:30.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:28.966995+0000 mgr.y (mgr.14556) 3048 : cluster [DBG] pgmap v2676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:28.966995+0000 mgr.y (mgr.14556) 3048 : cluster [DBG] pgmap v2676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:14:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:30.967563+0000 mgr.y (mgr.14556) 3049 : cluster [DBG] pgmap v2677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:30.967563+0000 mgr.y (mgr.14556) 3049 : cluster [DBG] pgmap v2677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:30.967563+0000 mgr.y (mgr.14556) 3049 : cluster [DBG] pgmap v2677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:14:33] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:14:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:32.968065+0000 mgr.y (mgr.14556) 3050 : cluster [DBG] pgmap v2678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:32.968065+0000 mgr.y (mgr.14556) 3050 : cluster [DBG] pgmap v2678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:32.968065+0000 mgr.y (mgr.14556) 3050 : cluster [DBG] pgmap v2678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:34.968526+0000 mgr.y (mgr.14556) 3051 : cluster [DBG] pgmap v2679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:34.968526+0000 mgr.y (mgr.14556) 3051 : cluster [DBG] pgmap v2679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:34.968526+0000 mgr.y (mgr.14556) 3051 : cluster [DBG] pgmap v2679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:36.969145+0000 mgr.y (mgr.14556) 3052 : cluster [DBG] pgmap v2680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:36.969145+0000 mgr.y (mgr.14556) 3052 : cluster [DBG] pgmap v2680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:36.969145+0000 mgr.y (mgr.14556) 3052 : cluster [DBG] pgmap v2680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:38.969617+0000 mgr.y (mgr.14556) 3053 : cluster [DBG] pgmap v2681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:38.969617+0000 mgr.y (mgr.14556) 3053 : cluster [DBG] pgmap v2681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:38.969617+0000 mgr.y (mgr.14556) 3053 : cluster [DBG] pgmap v2681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:14:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:40.970418+0000 mgr.y (mgr.14556) 3054 : cluster [DBG] pgmap v2682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:40.970418+0000 mgr.y (mgr.14556) 3054 : cluster [DBG] pgmap v2682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:40.970418+0000 mgr.y (mgr.14556) 3054 : cluster [DBG] pgmap v2682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:14:43] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:14:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:42.970805+0000 mgr.y (mgr.14556) 3055 : cluster [DBG] pgmap v2683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:42.970805+0000 mgr.y (mgr.14556) 3055 : cluster [DBG] pgmap v2683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:42.970805+0000 mgr.y (mgr.14556) 3055 : cluster [DBG] pgmap v2683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:44.971128+0000 mgr.y (mgr.14556) 3056 : cluster [DBG] pgmap v2684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:46.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:44.971128+0000 mgr.y (mgr.14556) 3056 : cluster [DBG] pgmap v2684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:44.971128+0000 mgr.y (mgr.14556) 3056 : cluster [DBG] pgmap v2684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:46.971966+0000 mgr.y (mgr.14556) 3057 : cluster [DBG] pgmap v2685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:46.971966+0000 mgr.y (mgr.14556) 3057 : cluster [DBG] pgmap v2685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:46.971966+0000 mgr.y (mgr.14556) 3057 : cluster [DBG] pgmap v2685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:49.250 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:14:49.540 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:14:49.540 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (87m) 5m ago 88m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:14:49.540 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (88m) 5m ago 88m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:14:49.540 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (89m) 5m ago 89m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:14:49.540 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (89m) 5m ago 89m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:14:49.540 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (93m) 5m ago 93m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:14:49.540 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (94m) 5m ago 94m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:14:49.540 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (94m) 5m ago 95m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:14:49.540 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (93m) 5m ago 93m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:14:49.540 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (93m) 5m ago 93m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:14:49.540 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (88m) 5m ago 88m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:14:49.541 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (88m) 5m ago 88m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:14:49.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (92m) 5m ago 92m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:14:49.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (92m) 5m ago 92m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:14:49.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (92m) 5m ago 92m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:14:49.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (91m) 5m ago 91m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:14:49.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (91m) 5m ago 91m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:14:49.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (90m) 5m ago 90m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:14:49.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (90m) 5m ago 90m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:14:49.541 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (89m) 5m ago 89m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:14:49.541 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (87m) 5m ago 88m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:14:49.891 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:14:49.891 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:14:49.891 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:14:49.891 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:14:49.891 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:14:49.891 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:14:49.891 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:14:49.891 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:14:49.891 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:14:49.891 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:14:49.892 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:14:49.892 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:14:49.892 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:14:49.892 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:14:49.892 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:14:49.892 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:14:49.892 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:14:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:48.972379+0000 mgr.y (mgr.14556) 3058 : cluster [DBG] pgmap v2686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:14:49.238664+0000 mgr.y (mgr.14556) 3059 : audit [DBG] from='client.17943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:14:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:14:49.532020+0000 mgr.y (mgr.14556) 3060 : audit [DBG] from='client.27863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:14:50.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:14:49.891237+0000 mon.a (mon.0) 1310 : audit [DBG] from='client.? 172.21.15.23:0/770355229' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:14:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:48.972379+0000 mgr.y (mgr.14556) 3058 : cluster [DBG] pgmap v2686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:14:49.238664+0000 mgr.y (mgr.14556) 3059 : audit [DBG] from='client.17943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:14:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:14:49.532020+0000 mgr.y (mgr.14556) 3060 : audit [DBG] from='client.27863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:14:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:14:49.891237+0000 mon.a (mon.0) 1310 : audit [DBG] from='client.? 172.21.15.23:0/770355229' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:14:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:48.972379+0000 mgr.y (mgr.14556) 3058 : cluster [DBG] pgmap v2686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:14:49.238664+0000 mgr.y (mgr.14556) 3059 : audit [DBG] from='client.17943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:14:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:14:49.532020+0000 mgr.y (mgr.14556) 3060 : audit [DBG] from='client.27863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:14:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:14:49.891237+0000 mon.a (mon.0) 1310 : audit [DBG] from='client.? 172.21.15.23:0/770355229' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:14:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:14:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:50.973148+0000 mgr.y (mgr.14556) 3061 : cluster [DBG] pgmap v2687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:50.973148+0000 mgr.y (mgr.14556) 3061 : cluster [DBG] pgmap v2687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:50.973148+0000 mgr.y (mgr.14556) 3061 : cluster [DBG] pgmap v2687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:14:53] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:14:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:52.973635+0000 mgr.y (mgr.14556) 3062 : cluster [DBG] pgmap v2688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:52.973635+0000 mgr.y (mgr.14556) 3062 : cluster [DBG] pgmap v2688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:52.973635+0000 mgr.y (mgr.14556) 3062 : cluster [DBG] pgmap v2688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:54.974053+0000 mgr.y (mgr.14556) 3063 : cluster [DBG] pgmap v2689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:54.974053+0000 mgr.y (mgr.14556) 3063 : cluster [DBG] pgmap v2689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:54.974053+0000 mgr.y (mgr.14556) 3063 : cluster [DBG] pgmap v2689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:56.974735+0000 mgr.y (mgr.14556) 3064 : cluster [DBG] pgmap v2690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:56.974735+0000 mgr.y (mgr.14556) 3064 : cluster [DBG] pgmap v2690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:14:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:14:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:56.974735+0000 mgr.y (mgr.14556) 3064 : cluster [DBG] pgmap v2690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:14:58.975323+0000 mgr.y (mgr.14556) 3065 : cluster [DBG] pgmap v2691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:14:58.975323+0000 mgr.y (mgr.14556) 3065 : cluster [DBG] pgmap v2691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:14:58.975323+0000 mgr.y (mgr.14556) 3065 : cluster [DBG] pgmap v2691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:15:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:00.976225+0000 mgr.y (mgr.14556) 3066 : cluster [DBG] pgmap v2692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:00.976225+0000 mgr.y (mgr.14556) 3066 : cluster [DBG] pgmap v2692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:00.976225+0000 mgr.y (mgr.14556) 3066 : cluster [DBG] pgmap v2692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:15:03] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:15:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:02.976684+0000 mgr.y (mgr.14556) 3067 : cluster [DBG] pgmap v2693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:02.976684+0000 mgr.y (mgr.14556) 3067 : cluster [DBG] pgmap v2693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:02.976684+0000 mgr.y (mgr.14556) 3067 : cluster [DBG] pgmap v2693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:04.977106+0000 mgr.y (mgr.14556) 3068 : cluster [DBG] pgmap v2694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:04.977106+0000 mgr.y (mgr.14556) 3068 : cluster [DBG] pgmap v2694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:04.977106+0000 mgr.y (mgr.14556) 3068 : cluster [DBG] pgmap v2694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:06.977820+0000 mgr.y (mgr.14556) 3069 : cluster [DBG] pgmap v2695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:06.977820+0000 mgr.y (mgr.14556) 3069 : cluster [DBG] pgmap v2695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:06.977820+0000 mgr.y (mgr.14556) 3069 : cluster [DBG] pgmap v2695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:08.978366+0000 mgr.y (mgr.14556) 3070 : cluster [DBG] pgmap v2696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:08.978366+0000 mgr.y (mgr.14556) 3070 : cluster [DBG] pgmap v2696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:08.978366+0000 mgr.y (mgr.14556) 3070 : cluster [DBG] pgmap v2696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:15:12.692 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:10.979014+0000 mgr.y (mgr.14556) 3071 : cluster [DBG] pgmap v2697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:12.745 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:15:12.208305+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:15:12.746 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:10.979014+0000 mgr.y (mgr.14556) 3071 : cluster [DBG] pgmap v2697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:12.746 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:15:12.208305+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:15:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:10.979014+0000 mgr.y (mgr.14556) 3071 : cluster [DBG] pgmap v2697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:15:12.208305+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:15:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:15:13] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:15:14.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:12.979416+0000 mgr.y (mgr.14556) 3072 : cluster [DBG] pgmap v2698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:12.979416+0000 mgr.y (mgr.14556) 3072 : cluster [DBG] pgmap v2698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:12.979416+0000 mgr.y (mgr.14556) 3072 : cluster [DBG] pgmap v2698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:14.979940+0000 mgr.y (mgr.14556) 3073 : cluster [DBG] pgmap v2699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:15:15.645658+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:15:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:15:15.936930+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:15:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:15:15.937592+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:15:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:15:15.942312+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:15:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:14.979940+0000 mgr.y (mgr.14556) 3073 : cluster [DBG] pgmap v2699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:15:15.645658+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:15:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:15:15.936930+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:15:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:15:15.937592+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:15:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:15:15.942312+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:15:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:14.979940+0000 mgr.y (mgr.14556) 3073 : cluster [DBG] pgmap v2699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:15:15.645658+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:15:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:15:15.936930+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:15:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:15:15.937592+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:15:16.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:15:15.942312+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:15:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:16.980654+0000 mgr.y (mgr.14556) 3074 : cluster [DBG] pgmap v2700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:16.980654+0000 mgr.y (mgr.14556) 3074 : cluster [DBG] pgmap v2700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:16.980654+0000 mgr.y (mgr.14556) 3074 : cluster [DBG] pgmap v2700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:20.214 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:15:20.505 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:15:20.505 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (88m) 6m ago 89m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:15:20.505 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (88m) 6m ago 88m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:15:20.505 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (90m) 6m ago 90m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:15:20.505 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (90m) 6m ago 90m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:15:20.505 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (93m) 6m ago 93m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (95m) 6m ago 95m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (95m) 6m ago 95m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (94m) 6m ago 94m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (93m) 6m ago 93m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (89m) 6m ago 89m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (89m) 6m ago 89m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (93m) 6m ago 93m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (92m) 6m ago 92m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (92m) 6m ago 92m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (92m) 6m ago 92m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (91m) 6m ago 91m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (91m) 6m ago 91m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (90m) 6m ago 90m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:15:20.506 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (90m) 6m ago 90m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:15:20.507 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (88m) 6m ago 89m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:15:20.855 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:15:20.855 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:15:20.855 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:15:20.856 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:15:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:18.981137+0000 mgr.y (mgr.14556) 3075 : cluster [DBG] pgmap v2701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:18.981137+0000 mgr.y (mgr.14556) 3075 : cluster [DBG] pgmap v2701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:18.981137+0000 mgr.y (mgr.14556) 3075 : cluster [DBG] pgmap v2701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:15:20.202464+0000 mgr.y (mgr.14556) 3076 : audit [DBG] from='client.27875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:15:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:15:20.497598+0000 mgr.y (mgr.14556) 3077 : audit [DBG] from='client.17967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:15:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:15:20.855749+0000 mon.a (mon.0) 1316 : audit [DBG] from='client.? 172.21.15.23:0/4038226603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:15:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:15:20.202464+0000 mgr.y (mgr.14556) 3076 : audit [DBG] from='client.27875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:15:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:15:20.497598+0000 mgr.y (mgr.14556) 3077 : audit [DBG] from='client.17967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:15:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:15:20.855749+0000 mon.a (mon.0) 1316 : audit [DBG] from='client.? 172.21.15.23:0/4038226603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:15:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:15:20.202464+0000 mgr.y (mgr.14556) 3076 : audit [DBG] from='client.27875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:15:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:15:20.497598+0000 mgr.y (mgr.14556) 3077 : audit [DBG] from='client.17967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:15:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:15:20.855749+0000 mon.a (mon.0) 1316 : audit [DBG] from='client.? 172.21.15.23:0/4038226603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:15:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:15:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:20.981707+0000 mgr.y (mgr.14556) 3078 : cluster [DBG] pgmap v2702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:20.981707+0000 mgr.y (mgr.14556) 3078 : cluster [DBG] pgmap v2702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:20.981707+0000 mgr.y (mgr.14556) 3078 : cluster [DBG] pgmap v2702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:15:23] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:15:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:22.982097+0000 mgr.y (mgr.14556) 3079 : cluster [DBG] pgmap v2703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:22.982097+0000 mgr.y (mgr.14556) 3079 : cluster [DBG] pgmap v2703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:22.982097+0000 mgr.y (mgr.14556) 3079 : cluster [DBG] pgmap v2703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:24.982603+0000 mgr.y (mgr.14556) 3080 : cluster [DBG] pgmap v2704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:24.982603+0000 mgr.y (mgr.14556) 3080 : cluster [DBG] pgmap v2704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:24.982603+0000 mgr.y (mgr.14556) 3080 : cluster [DBG] pgmap v2704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:26.983354+0000 mgr.y (mgr.14556) 3081 : cluster [DBG] pgmap v2705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:26.983354+0000 mgr.y (mgr.14556) 3081 : cluster [DBG] pgmap v2705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:26.983354+0000 mgr.y (mgr.14556) 3081 : cluster [DBG] pgmap v2705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:28.983724+0000 mgr.y (mgr.14556) 3082 : cluster [DBG] pgmap v2706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:28.983724+0000 mgr.y (mgr.14556) 3082 : cluster [DBG] pgmap v2706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:28.983724+0000 mgr.y (mgr.14556) 3082 : cluster [DBG] pgmap v2706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:15:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:30.984488+0000 mgr.y (mgr.14556) 3083 : cluster [DBG] pgmap v2707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:30.984488+0000 mgr.y (mgr.14556) 3083 : cluster [DBG] pgmap v2707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:30.984488+0000 mgr.y (mgr.14556) 3083 : cluster [DBG] pgmap v2707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:15:33] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:15:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:32.984998+0000 mgr.y (mgr.14556) 3084 : cluster [DBG] pgmap v2708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:32.984998+0000 mgr.y (mgr.14556) 3084 : cluster [DBG] pgmap v2708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:32.984998+0000 mgr.y (mgr.14556) 3084 : cluster [DBG] pgmap v2708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:34.985472+0000 mgr.y (mgr.14556) 3085 : cluster [DBG] pgmap v2709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:34.985472+0000 mgr.y (mgr.14556) 3085 : cluster [DBG] pgmap v2709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:34.985472+0000 mgr.y (mgr.14556) 3085 : cluster [DBG] pgmap v2709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:38.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:36.986088+0000 mgr.y (mgr.14556) 3086 : cluster [DBG] pgmap v2710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:36.986088+0000 mgr.y (mgr.14556) 3086 : cluster [DBG] pgmap v2710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:36.986088+0000 mgr.y (mgr.14556) 3086 : cluster [DBG] pgmap v2710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:38.986626+0000 mgr.y (mgr.14556) 3087 : cluster [DBG] pgmap v2711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:38.986626+0000 mgr.y (mgr.14556) 3087 : cluster [DBG] pgmap v2711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:38.986626+0000 mgr.y (mgr.14556) 3087 : cluster [DBG] pgmap v2711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:15:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:40.987380+0000 mgr.y (mgr.14556) 3088 : cluster [DBG] pgmap v2712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:40.987380+0000 mgr.y (mgr.14556) 3088 : cluster [DBG] pgmap v2712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:40.987380+0000 mgr.y (mgr.14556) 3088 : cluster [DBG] pgmap v2712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:15:43] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:15:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:42.988041+0000 mgr.y (mgr.14556) 3089 : cluster [DBG] pgmap v2713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:42.988041+0000 mgr.y (mgr.14556) 3089 : cluster [DBG] pgmap v2713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:42.988041+0000 mgr.y (mgr.14556) 3089 : cluster [DBG] pgmap v2713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:44.988505+0000 mgr.y (mgr.14556) 3090 : cluster [DBG] pgmap v2714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:44.988505+0000 mgr.y (mgr.14556) 3090 : cluster [DBG] pgmap v2714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:44.988505+0000 mgr.y (mgr.14556) 3090 : cluster [DBG] pgmap v2714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:46.989215+0000 mgr.y (mgr.14556) 3091 : cluster [DBG] pgmap v2715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:46.989215+0000 mgr.y (mgr.14556) 3091 : cluster [DBG] pgmap v2715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:46.989215+0000 mgr.y (mgr.14556) 3091 : cluster [DBG] pgmap v2715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:48.989675+0000 mgr.y (mgr.14556) 3092 : cluster [DBG] pgmap v2716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:48.989675+0000 mgr.y (mgr.14556) 3092 : cluster [DBG] pgmap v2716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:48.989675+0000 mgr.y (mgr.14556) 3092 : cluster [DBG] pgmap v2716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:51.183 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:15:51.474 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:15:51.474 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (88m) 6m ago 89m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:15:51.474 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (89m) 6m ago 89m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:15:51.474 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (90m) 6m ago 90m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:15:51.474 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (90m) 6m ago 90m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:15:51.474 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (94m) 6m ago 94m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:15:51.474 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (95m) 6m ago 95m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (95m) 6m ago 96m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (94m) 6m ago 94m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (94m) 6m ago 94m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (89m) 6m ago 89m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (89m) 6m ago 89m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (93m) 6m ago 93m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (93m) 6m ago 93m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (93m) 6m ago 93m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (92m) 6m ago 92m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (92m) 6m ago 92m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (91m) 6m ago 91m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (91m) 6m ago 91m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (90m) 6m ago 90m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:15:51.475 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (88m) 6m ago 89m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:15:51.823 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:15:51.824 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:15:51.824 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:15:51.824 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:15:51.824 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:15:51.824 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:15:51.824 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:15:51.824 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:15:51.824 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:15:51.824 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:15:51.824 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:15:51.825 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:15:51.825 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:15:51.825 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:15:51.825 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:15:51.825 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:15:51.825 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:15:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:50.990242+0000 mgr.y (mgr.14556) 3093 : cluster [DBG] pgmap v2717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:15:51.171268+0000 mgr.y (mgr.14556) 3094 : audit [DBG] from='client.17979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:15:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:15:51.466522+0000 mgr.y (mgr.14556) 3095 : audit [DBG] from='client.27899 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:15:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:50.990242+0000 mgr.y (mgr.14556) 3093 : cluster [DBG] pgmap v2717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:15:51.171268+0000 mgr.y (mgr.14556) 3094 : audit [DBG] from='client.17979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:15:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:15:51.466522+0000 mgr.y (mgr.14556) 3095 : audit [DBG] from='client.27899 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:15:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:50.990242+0000 mgr.y (mgr.14556) 3093 : cluster [DBG] pgmap v2717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:15:51.171268+0000 mgr.y (mgr.14556) 3094 : audit [DBG] from='client.17979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:15:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:15:51.466522+0000 mgr.y (mgr.14556) 3095 : audit [DBG] from='client.27899 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:15:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:15:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:15:51.823960+0000 mon.c (mon.2) 108 : audit [DBG] from='client.? 172.21.15.23:0/4016852468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:15:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:15:51.823960+0000 mon.c (mon.2) 108 : audit [DBG] from='client.? 172.21.15.23:0/4016852468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:15:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:15:51.823960+0000 mon.c (mon.2) 108 : audit [DBG] from='client.? 172.21.15.23:0/4016852468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:15:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:52.990652+0000 mgr.y (mgr.14556) 3096 : cluster [DBG] pgmap v2718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:15:53] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:15:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:52.990652+0000 mgr.y (mgr.14556) 3096 : cluster [DBG] pgmap v2718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:52.990652+0000 mgr.y (mgr.14556) 3096 : cluster [DBG] pgmap v2718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:54.991011+0000 mgr.y (mgr.14556) 3097 : cluster [DBG] pgmap v2719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:54.991011+0000 mgr.y (mgr.14556) 3097 : cluster [DBG] pgmap v2719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:54.991011+0000 mgr.y (mgr.14556) 3097 : cluster [DBG] pgmap v2719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:56.991860+0000 mgr.y (mgr.14556) 3098 : cluster [DBG] pgmap v2720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:56.991860+0000 mgr.y (mgr.14556) 3098 : cluster [DBG] pgmap v2720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:15:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:15:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:56.991860+0000 mgr.y (mgr.14556) 3098 : cluster [DBG] pgmap v2720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:15:58.992285+0000 mgr.y (mgr.14556) 3099 : cluster [DBG] pgmap v2721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:15:58.992285+0000 mgr.y (mgr.14556) 3099 : cluster [DBG] pgmap v2721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:15:58.992285+0000 mgr.y (mgr.14556) 3099 : cluster [DBG] pgmap v2721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:16:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:00.992895+0000 mgr.y (mgr.14556) 3100 : cluster [DBG] pgmap v2722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:00.992895+0000 mgr.y (mgr.14556) 3100 : cluster [DBG] pgmap v2722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:00.992895+0000 mgr.y (mgr.14556) 3100 : cluster [DBG] pgmap v2722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:04.095 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:16:03] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:16:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:02.993393+0000 mgr.y (mgr.14556) 3101 : cluster [DBG] pgmap v2723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:02.993393+0000 mgr.y (mgr.14556) 3101 : cluster [DBG] pgmap v2723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:02.993393+0000 mgr.y (mgr.14556) 3101 : cluster [DBG] pgmap v2723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:04.993760+0000 mgr.y (mgr.14556) 3102 : cluster [DBG] pgmap v2724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:04.993760+0000 mgr.y (mgr.14556) 3102 : cluster [DBG] pgmap v2724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:04.993760+0000 mgr.y (mgr.14556) 3102 : cluster [DBG] pgmap v2724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:06.994477+0000 mgr.y (mgr.14556) 3103 : cluster [DBG] pgmap v2725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:06.994477+0000 mgr.y (mgr.14556) 3103 : cluster [DBG] pgmap v2725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:06.994477+0000 mgr.y (mgr.14556) 3103 : cluster [DBG] pgmap v2725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:08.994906+0000 mgr.y (mgr.14556) 3104 : cluster [DBG] pgmap v2726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:08.994906+0000 mgr.y (mgr.14556) 3104 : cluster [DBG] pgmap v2726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:08.994906+0000 mgr.y (mgr.14556) 3104 : cluster [DBG] pgmap v2726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:16:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:10.995577+0000 mgr.y (mgr.14556) 3105 : cluster [DBG] pgmap v2727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:10.995577+0000 mgr.y (mgr.14556) 3105 : cluster [DBG] pgmap v2727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:10.995577+0000 mgr.y (mgr.14556) 3105 : cluster [DBG] pgmap v2727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:14.115 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:16:13] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:16:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:12.996011+0000 mgr.y (mgr.14556) 3106 : cluster [DBG] pgmap v2728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:12.996011+0000 mgr.y (mgr.14556) 3106 : cluster [DBG] pgmap v2728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:12.996011+0000 mgr.y (mgr.14556) 3106 : cluster [DBG] pgmap v2728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:14.996448+0000 mgr.y (mgr.14556) 3107 : cluster [DBG] pgmap v2729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:16:15.946780+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:16:16.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:14.996448+0000 mgr.y (mgr.14556) 3107 : cluster [DBG] pgmap v2729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:16.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:16:15.946780+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:16:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:14.996448+0000 mgr.y (mgr.14556) 3107 : cluster [DBG] pgmap v2729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:16:15.946780+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:16:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:16.997025+0000 mgr.y (mgr.14556) 3108 : cluster [DBG] pgmap v2730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:16.997025+0000 mgr.y (mgr.14556) 3108 : cluster [DBG] pgmap v2730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:16.997025+0000 mgr.y (mgr.14556) 3108 : cluster [DBG] pgmap v2730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:20.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:18.997645+0000 mgr.y (mgr.14556) 3109 : cluster [DBG] pgmap v2731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:20.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:16:19.408702+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:16:20.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:16:19.691810+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:16:20.884 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:16:19.692741+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:16:20.884 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:16:19.708462+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:16:20.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:18.997645+0000 mgr.y (mgr.14556) 3109 : cluster [DBG] pgmap v2731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:20.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:16:19.408702+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:16:20.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:16:19.691810+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:16:20.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:16:19.692741+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:16:20.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:16:19.708462+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:16:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:18.997645+0000 mgr.y (mgr.14556) 3109 : cluster [DBG] pgmap v2731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:16:19.408702+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:16:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:16:19.691810+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:16:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:16:19.692741+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:16:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:16:19.708462+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:16:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:16:22.149 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (89m) 7m ago 90m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (89m) 7m ago 89m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (91m) 7m ago 91m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (91m) 7m ago 91m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (94m) 7m ago 94m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (96m) 7m ago 96m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (96m) 7m ago 96m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (95m) 7m ago 95m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (94m) 7m ago 94m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (90m) 7m ago 90m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (90m) 7m ago 90m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:16:22.436 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (94m) 7m ago 94m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:16:22.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (94m) 7m ago 94m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:16:22.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (93m) 7m ago 93m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:16:22.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (93m) 7m ago 93m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:16:22.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (92m) 7m ago 92m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:16:22.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (92m) 7m ago 92m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:16:22.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (91m) 7m ago 91m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:16:22.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (91m) 7m ago 91m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:16:22.437 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (89m) 7m ago 90m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:16:22.783 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:16:22.784 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:16:22.785 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:16:22.785 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:16:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:20.998282+0000 mgr.y (mgr.14556) 3110 : cluster [DBG] pgmap v2732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:20.998282+0000 mgr.y (mgr.14556) 3110 : cluster [DBG] pgmap v2732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:20.998282+0000 mgr.y (mgr.14556) 3110 : cluster [DBG] pgmap v2732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:16:22.137644+0000 mgr.y (mgr.14556) 3111 : audit [DBG] from='client.27911 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:16:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:16:22.428052+0000 mgr.y (mgr.14556) 3112 : audit [DBG] from='client.18003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:16:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:16:22.783883+0000 mon.a (mon.0) 1322 : audit [DBG] from='client.? 172.21.15.23:0/2111286696' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:16:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:16:22.137644+0000 mgr.y (mgr.14556) 3111 : audit [DBG] from='client.27911 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:16:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:16:22.428052+0000 mgr.y (mgr.14556) 3112 : audit [DBG] from='client.18003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:16:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:16:22.783883+0000 mon.a (mon.0) 1322 : audit [DBG] from='client.? 172.21.15.23:0/2111286696' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:16:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:16:22.137644+0000 mgr.y (mgr.14556) 3111 : audit [DBG] from='client.27911 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:16:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:16:22.428052+0000 mgr.y (mgr.14556) 3112 : audit [DBG] from='client.18003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:16:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:16:22.783883+0000 mon.a (mon.0) 1322 : audit [DBG] from='client.? 172.21.15.23:0/2111286696' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:16:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:16:23] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:16:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:22.998687+0000 mgr.y (mgr.14556) 3113 : cluster [DBG] pgmap v2733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:22.998687+0000 mgr.y (mgr.14556) 3113 : cluster [DBG] pgmap v2733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:22.998687+0000 mgr.y (mgr.14556) 3113 : cluster [DBG] pgmap v2733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:24.999169+0000 mgr.y (mgr.14556) 3114 : cluster [DBG] pgmap v2734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:24.999169+0000 mgr.y (mgr.14556) 3114 : cluster [DBG] pgmap v2734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:24.999169+0000 mgr.y (mgr.14556) 3114 : cluster [DBG] pgmap v2734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:26.999928+0000 mgr.y (mgr.14556) 3115 : cluster [DBG] pgmap v2735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:26.999928+0000 mgr.y (mgr.14556) 3115 : cluster [DBG] pgmap v2735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:26.999928+0000 mgr.y (mgr.14556) 3115 : cluster [DBG] pgmap v2735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:29.000443+0000 mgr.y (mgr.14556) 3116 : cluster [DBG] pgmap v2736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:29.000443+0000 mgr.y (mgr.14556) 3116 : cluster [DBG] pgmap v2736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:29.000443+0000 mgr.y (mgr.14556) 3116 : cluster [DBG] pgmap v2736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:16:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:31.001152+0000 mgr.y (mgr.14556) 3117 : cluster [DBG] pgmap v2737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:31.001152+0000 mgr.y (mgr.14556) 3117 : cluster [DBG] pgmap v2737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:31.001152+0000 mgr.y (mgr.14556) 3117 : cluster [DBG] pgmap v2737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:16:33] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:16:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:33.001669+0000 mgr.y (mgr.14556) 3118 : cluster [DBG] pgmap v2738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:33.001669+0000 mgr.y (mgr.14556) 3118 : cluster [DBG] pgmap v2738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:33.001669+0000 mgr.y (mgr.14556) 3118 : cluster [DBG] pgmap v2738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:35.002165+0000 mgr.y (mgr.14556) 3119 : cluster [DBG] pgmap v2739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:35.002165+0000 mgr.y (mgr.14556) 3119 : cluster [DBG] pgmap v2739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:35.002165+0000 mgr.y (mgr.14556) 3119 : cluster [DBG] pgmap v2739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:37.002858+0000 mgr.y (mgr.14556) 3120 : cluster [DBG] pgmap v2740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:37.002858+0000 mgr.y (mgr.14556) 3120 : cluster [DBG] pgmap v2740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:37.002858+0000 mgr.y (mgr.14556) 3120 : cluster [DBG] pgmap v2740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:39.003233+0000 mgr.y (mgr.14556) 3121 : cluster [DBG] pgmap v2741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:39.003233+0000 mgr.y (mgr.14556) 3121 : cluster [DBG] pgmap v2741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:39.003233+0000 mgr.y (mgr.14556) 3121 : cluster [DBG] pgmap v2741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:16:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:41.004067+0000 mgr.y (mgr.14556) 3122 : cluster [DBG] pgmap v2742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:41.004067+0000 mgr.y (mgr.14556) 3122 : cluster [DBG] pgmap v2742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:41.004067+0000 mgr.y (mgr.14556) 3122 : cluster [DBG] pgmap v2742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:16:43] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:16:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:43.004588+0000 mgr.y (mgr.14556) 3123 : cluster [DBG] pgmap v2743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:43.004588+0000 mgr.y (mgr.14556) 3123 : cluster [DBG] pgmap v2743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:43.004588+0000 mgr.y (mgr.14556) 3123 : cluster [DBG] pgmap v2743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:45.005011+0000 mgr.y (mgr.14556) 3124 : cluster [DBG] pgmap v2744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:45.005011+0000 mgr.y (mgr.14556) 3124 : cluster [DBG] pgmap v2744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:45.005011+0000 mgr.y (mgr.14556) 3124 : cluster [DBG] pgmap v2744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:47.005911+0000 mgr.y (mgr.14556) 3125 : cluster [DBG] pgmap v2745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:47.005911+0000 mgr.y (mgr.14556) 3125 : cluster [DBG] pgmap v2745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:47.005911+0000 mgr.y (mgr.14556) 3125 : cluster [DBG] pgmap v2745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:49.006399+0000 mgr.y (mgr.14556) 3126 : cluster [DBG] pgmap v2746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:49.006399+0000 mgr.y (mgr.14556) 3126 : cluster [DBG] pgmap v2746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:49.006399+0000 mgr.y (mgr.14556) 3126 : cluster [DBG] pgmap v2746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:16:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:51.007155+0000 mgr.y (mgr.14556) 3127 : cluster [DBG] pgmap v2747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:51.007155+0000 mgr.y (mgr.14556) 3127 : cluster [DBG] pgmap v2747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:51.007155+0000 mgr.y (mgr.14556) 3127 : cluster [DBG] pgmap v2747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:53.101 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:16:53.389 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:16:53.389 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (89m) 7m ago 90m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:16:53.389 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (90m) 7m ago 90m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:16:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (91m) 7m ago 91m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:16:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (91m) 7m ago 91m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:16:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (95m) 7m ago 95m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:16:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (96m) 7m ago 96m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:16:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (96m) 7m ago 97m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:16:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (95m) 7m ago 95m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:16:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (95m) 7m ago 95m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:16:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (90m) 7m ago 90m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:16:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (90m) 7m ago 90m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:16:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (94m) 7m ago 94m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:16:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (94m) 7m ago 94m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:16:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (94m) 7m ago 94m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:16:53.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (93m) 7m ago 93m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:16:53.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (93m) 7m ago 93m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:16:53.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (92m) 7m ago 92m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:16:53.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (92m) 7m ago 92m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:16:53.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (91m) 7m ago 91m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:16:53.391 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (89m) 7m ago 91m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:16:53.743 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:16:53.743 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:16:53.743 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:16:53.744 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:16:53.744 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:16:53.744 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:16:53.744 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:16:53.744 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:16:53.744 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:16:53.744 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:16:53.744 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:16:53.744 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:16:53.744 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:16:53.744 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:16:53.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:16:53.745 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:16:53.745 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:16:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:16:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:16:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:53.007485+0000 mgr.y (mgr.14556) 3128 : cluster [DBG] pgmap v2748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:16:53.089998+0000 mgr.y (mgr.14556) 3129 : audit [DBG] from='client.18015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:16:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:16:53.381870+0000 mgr.y (mgr.14556) 3130 : audit [DBG] from='client.18021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:16:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:53.007485+0000 mgr.y (mgr.14556) 3128 : cluster [DBG] pgmap v2748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:16:53.089998+0000 mgr.y (mgr.14556) 3129 : audit [DBG] from='client.18015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:16:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:16:53.381870+0000 mgr.y (mgr.14556) 3130 : audit [DBG] from='client.18021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:16:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:53.007485+0000 mgr.y (mgr.14556) 3128 : cluster [DBG] pgmap v2748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:16:53.089998+0000 mgr.y (mgr.14556) 3129 : audit [DBG] from='client.18015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:16:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:16:53.381870+0000 mgr.y (mgr.14556) 3130 : audit [DBG] from='client.18021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:16:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:16:53.743648+0000 mon.a (mon.0) 1323 : audit [DBG] from='client.? 172.21.15.23:0/774540629' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:16:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:16:53.743648+0000 mon.a (mon.0) 1323 : audit [DBG] from='client.? 172.21.15.23:0/774540629' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:16:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:16:53.743648+0000 mon.a (mon.0) 1323 : audit [DBG] from='client.? 172.21.15.23:0/774540629' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:16:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:55.007992+0000 mgr.y (mgr.14556) 3131 : cluster [DBG] pgmap v2749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:55.007992+0000 mgr.y (mgr.14556) 3131 : cluster [DBG] pgmap v2749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:55.007992+0000 mgr.y (mgr.14556) 3131 : cluster [DBG] pgmap v2749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:16:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:57.008881+0000 mgr.y (mgr.14556) 3132 : cluster [DBG] pgmap v2750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:16:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:57.008881+0000 mgr.y (mgr.14556) 3132 : cluster [DBG] pgmap v2750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:16:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:16:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:57.008881+0000 mgr.y (mgr.14556) 3132 : cluster [DBG] pgmap v2750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:16:59.009352+0000 mgr.y (mgr.14556) 3133 : cluster [DBG] pgmap v2751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:16:59.009352+0000 mgr.y (mgr.14556) 3133 : cluster [DBG] pgmap v2751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:16:59.009352+0000 mgr.y (mgr.14556) 3133 : cluster [DBG] pgmap v2751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:17:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:01.010004+0000 mgr.y (mgr.14556) 3134 : cluster [DBG] pgmap v2752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:01.010004+0000 mgr.y (mgr.14556) 3134 : cluster [DBG] pgmap v2752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:01.010004+0000 mgr.y (mgr.14556) 3134 : cluster [DBG] pgmap v2752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:04.099 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:17:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:17:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:03.010438+0000 mgr.y (mgr.14556) 3135 : cluster [DBG] pgmap v2753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:03.010438+0000 mgr.y (mgr.14556) 3135 : cluster [DBG] pgmap v2753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:03.010438+0000 mgr.y (mgr.14556) 3135 : cluster [DBG] pgmap v2753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:05.010797+0000 mgr.y (mgr.14556) 3136 : cluster [DBG] pgmap v2754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:05.010797+0000 mgr.y (mgr.14556) 3136 : cluster [DBG] pgmap v2754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:05.010797+0000 mgr.y (mgr.14556) 3136 : cluster [DBG] pgmap v2754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:07.011619+0000 mgr.y (mgr.14556) 3137 : cluster [DBG] pgmap v2755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:07.011619+0000 mgr.y (mgr.14556) 3137 : cluster [DBG] pgmap v2755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:07.011619+0000 mgr.y (mgr.14556) 3137 : cluster [DBG] pgmap v2755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:09.011998+0000 mgr.y (mgr.14556) 3138 : cluster [DBG] pgmap v2756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:09.011998+0000 mgr.y (mgr.14556) 3138 : cluster [DBG] pgmap v2756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:09.011998+0000 mgr.y (mgr.14556) 3138 : cluster [DBG] pgmap v2756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:17:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:11.012578+0000 mgr.y (mgr.14556) 3139 : cluster [DBG] pgmap v2757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:11.012578+0000 mgr.y (mgr.14556) 3139 : cluster [DBG] pgmap v2757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:11.012578+0000 mgr.y (mgr.14556) 3139 : cluster [DBG] pgmap v2757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:17:13] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:17:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:13.012982+0000 mgr.y (mgr.14556) 3140 : cluster [DBG] pgmap v2758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:13.012982+0000 mgr.y (mgr.14556) 3140 : cluster [DBG] pgmap v2758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:13.012982+0000 mgr.y (mgr.14556) 3140 : cluster [DBG] pgmap v2758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:15.013472+0000 mgr.y (mgr.14556) 3141 : cluster [DBG] pgmap v2759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:15.013472+0000 mgr.y (mgr.14556) 3141 : cluster [DBG] pgmap v2759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:15.013472+0000 mgr.y (mgr.14556) 3141 : cluster [DBG] pgmap v2759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:17.014163+0000 mgr.y (mgr.14556) 3142 : cluster [DBG] pgmap v2760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:17.014163+0000 mgr.y (mgr.14556) 3142 : cluster [DBG] pgmap v2760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:17.014163+0000 mgr.y (mgr.14556) 3142 : cluster [DBG] pgmap v2760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:19.014636+0000 mgr.y (mgr.14556) 3143 : cluster [DBG] pgmap v2761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:17:19.714240+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:17:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:17:20.020475+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:17:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:17:20.021207+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:17:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:17:20.026965+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:17:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:19.014636+0000 mgr.y (mgr.14556) 3143 : cluster [DBG] pgmap v2761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:17:19.714240+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:17:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:17:20.020475+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:17:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:17:20.021207+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:17:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:17:20.026965+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:17:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:19.014636+0000 mgr.y (mgr.14556) 3143 : cluster [DBG] pgmap v2761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:17:19.714240+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:17:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:17:20.020475+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:17:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:17:20.021207+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:17:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:17:20.026965+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:17:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:17:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:21.015309+0000 mgr.y (mgr.14556) 3144 : cluster [DBG] pgmap v2762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:21.015309+0000 mgr.y (mgr.14556) 3144 : cluster [DBG] pgmap v2762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:21.015309+0000 mgr.y (mgr.14556) 3144 : cluster [DBG] pgmap v2762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:24.070 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:17:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:17:23] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:17:24.359 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:17:24.359 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (90m) 8m ago 91m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:17:24.359 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (90m) 8m ago 90m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:17:24.359 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (92m) 8m ago 92m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:17:24.359 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (92m) 8m ago 92m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:17:24.359 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (95m) 8m ago 95m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:17:24.359 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (97m) 8m ago 97m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:17:24.359 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (97m) 8m ago 97m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:17:24.359 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (96m) 8m ago 96m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:17:24.360 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (96m) 8m ago 96m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:17:24.360 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (91m) 8m ago 91m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:17:24.360 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (91m) 8m ago 91m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:17:24.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (95m) 8m ago 95m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:17:24.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (95m) 8m ago 95m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:17:24.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (94m) 8m ago 94m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:17:24.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (94m) 8m ago 94m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:17:24.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (93m) 8m ago 93m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:17:24.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (93m) 8m ago 93m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:17:24.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (92m) 8m ago 92m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:17:24.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (92m) 8m ago 92m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:17:24.360 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (90m) 8m ago 91m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:17:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:23.015655+0000 mgr.y (mgr.14556) 3145 : cluster [DBG] pgmap v2763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:23.015655+0000 mgr.y (mgr.14556) 3145 : cluster [DBG] pgmap v2763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:23.015655+0000 mgr.y (mgr.14556) 3145 : cluster [DBG] pgmap v2763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:24.710 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:17:24.710 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:17:24.710 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:17:24.710 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:17:24.711 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:17:24.711 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:17:24.711 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:17:24.711 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:17:24.711 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:17:24.711 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:17:24.711 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:17:24.711 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:17:24.711 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:17:24.711 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:17:24.711 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:17:24.712 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:17:24.712 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:17:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:17:24.058944+0000 mgr.y (mgr.14556) 3146 : audit [DBG] from='client.18033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:17:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:17:24.351456+0000 mgr.y (mgr.14556) 3147 : audit [DBG] from='client.18039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:17:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:17:24.710640+0000 mon.c (mon.2) 109 : audit [DBG] from='client.? 172.21.15.23:0/3660805628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:17:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:17:24.058944+0000 mgr.y (mgr.14556) 3146 : audit [DBG] from='client.18033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:17:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:17:24.351456+0000 mgr.y (mgr.14556) 3147 : audit [DBG] from='client.18039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:17:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:17:24.710640+0000 mon.c (mon.2) 109 : audit [DBG] from='client.? 172.21.15.23:0/3660805628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:17:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:17:24.058944+0000 mgr.y (mgr.14556) 3146 : audit [DBG] from='client.18033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:17:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:17:24.351456+0000 mgr.y (mgr.14556) 3147 : audit [DBG] from='client.18039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:17:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:17:24.710640+0000 mon.c (mon.2) 109 : audit [DBG] from='client.? 172.21.15.23:0/3660805628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:17:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:25.016058+0000 mgr.y (mgr.14556) 3148 : cluster [DBG] pgmap v2764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:25.016058+0000 mgr.y (mgr.14556) 3148 : cluster [DBG] pgmap v2764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:25.016058+0000 mgr.y (mgr.14556) 3148 : cluster [DBG] pgmap v2764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:27.016750+0000 mgr.y (mgr.14556) 3149 : cluster [DBG] pgmap v2765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:27.016750+0000 mgr.y (mgr.14556) 3149 : cluster [DBG] pgmap v2765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:27.016750+0000 mgr.y (mgr.14556) 3149 : cluster [DBG] pgmap v2765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:29.017317+0000 mgr.y (mgr.14556) 3150 : cluster [DBG] pgmap v2766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:30.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:29.017317+0000 mgr.y (mgr.14556) 3150 : cluster [DBG] pgmap v2766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:29.017317+0000 mgr.y (mgr.14556) 3150 : cluster [DBG] pgmap v2766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:17:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:31.018131+0000 mgr.y (mgr.14556) 3151 : cluster [DBG] pgmap v2767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:31.018131+0000 mgr.y (mgr.14556) 3151 : cluster [DBG] pgmap v2767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:31.018131+0000 mgr.y (mgr.14556) 3151 : cluster [DBG] pgmap v2767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:17:33] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:17:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:33.018532+0000 mgr.y (mgr.14556) 3152 : cluster [DBG] pgmap v2768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:33.018532+0000 mgr.y (mgr.14556) 3152 : cluster [DBG] pgmap v2768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:33.018532+0000 mgr.y (mgr.14556) 3152 : cluster [DBG] pgmap v2768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:35.018954+0000 mgr.y (mgr.14556) 3153 : cluster [DBG] pgmap v2769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:35.018954+0000 mgr.y (mgr.14556) 3153 : cluster [DBG] pgmap v2769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:35.018954+0000 mgr.y (mgr.14556) 3153 : cluster [DBG] pgmap v2769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:37.019825+0000 mgr.y (mgr.14556) 3154 : cluster [DBG] pgmap v2770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:37.019825+0000 mgr.y (mgr.14556) 3154 : cluster [DBG] pgmap v2770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:37.019825+0000 mgr.y (mgr.14556) 3154 : cluster [DBG] pgmap v2770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:39.020308+0000 mgr.y (mgr.14556) 3155 : cluster [DBG] pgmap v2771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:39.020308+0000 mgr.y (mgr.14556) 3155 : cluster [DBG] pgmap v2771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:39.020308+0000 mgr.y (mgr.14556) 3155 : cluster [DBG] pgmap v2771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:17:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:41.020924+0000 mgr.y (mgr.14556) 3156 : cluster [DBG] pgmap v2772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:41.020924+0000 mgr.y (mgr.14556) 3156 : cluster [DBG] pgmap v2772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:41.020924+0000 mgr.y (mgr.14556) 3156 : cluster [DBG] pgmap v2772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:17:43] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:17:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:43.021465+0000 mgr.y (mgr.14556) 3157 : cluster [DBG] pgmap v2773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:43.021465+0000 mgr.y (mgr.14556) 3157 : cluster [DBG] pgmap v2773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:43.021465+0000 mgr.y (mgr.14556) 3157 : cluster [DBG] pgmap v2773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:45.021911+0000 mgr.y (mgr.14556) 3158 : cluster [DBG] pgmap v2774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:45.021911+0000 mgr.y (mgr.14556) 3158 : cluster [DBG] pgmap v2774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:45.021911+0000 mgr.y (mgr.14556) 3158 : cluster [DBG] pgmap v2774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:47.022638+0000 mgr.y (mgr.14556) 3159 : cluster [DBG] pgmap v2775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:47.022638+0000 mgr.y (mgr.14556) 3159 : cluster [DBG] pgmap v2775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:47.022638+0000 mgr.y (mgr.14556) 3159 : cluster [DBG] pgmap v2775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:49.023174+0000 mgr.y (mgr.14556) 3160 : cluster [DBG] pgmap v2776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:49.023174+0000 mgr.y (mgr.14556) 3160 : cluster [DBG] pgmap v2776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:49.023174+0000 mgr.y (mgr.14556) 3160 : cluster [DBG] pgmap v2776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:17:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:51.024009+0000 mgr.y (mgr.14556) 3161 : cluster [DBG] pgmap v2777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:51.024009+0000 mgr.y (mgr.14556) 3161 : cluster [DBG] pgmap v2777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:51.024009+0000 mgr.y (mgr.14556) 3161 : cluster [DBG] pgmap v2777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:17:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:17:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:53.024412+0000 mgr.y (mgr.14556) 3162 : cluster [DBG] pgmap v2778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:53.024412+0000 mgr.y (mgr.14556) 3162 : cluster [DBG] pgmap v2778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:53.024412+0000 mgr.y (mgr.14556) 3162 : cluster [DBG] pgmap v2778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:55.038 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (90m) 8m ago 91m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (91m) 8m ago 91m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (92m) 8m ago 92m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (92m) 8m ago 92m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (96m) 8m ago 96m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (97m) 8m ago 97m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (98m) 8m ago 98m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (96m) 8m ago 96m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (96m) 8m ago 96m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (91m) 8m ago 91m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (91m) 8m ago 91m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:17:55.324 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (95m) 8m ago 95m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:17:55.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (95m) 8m ago 95m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:17:55.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (95m) 8m ago 95m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:17:55.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (94m) 8m ago 94m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:17:55.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (94m) 8m ago 94m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:17:55.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (93m) 8m ago 93m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:17:55.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (93m) 8m ago 93m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:17:55.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (92m) 8m ago 92m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:17:55.325 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (90m) 8m ago 92m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:17:55.674 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:17:55.674 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:17:55.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:17:55.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:17:55.674 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:17:55.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:17:55.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:17:55.674 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:17:55.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:17:55.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:17:55.675 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:17:55.675 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:17:55.675 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:17:55.675 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:17:55.675 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:17:55.675 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:17:55.675 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:17:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:55.024729+0000 mgr.y (mgr.14556) 3163 : cluster [DBG] pgmap v2779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:17:55.026302+0000 mgr.y (mgr.14556) 3164 : audit [DBG] from='client.27965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:17:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:17:55.316146+0000 mgr.y (mgr.14556) 3165 : audit [DBG] from='client.27971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:17:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:17:55.674180+0000 mon.a (mon.0) 1328 : audit [DBG] from='client.? 172.21.15.23:0/2657514983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:17:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:55.024729+0000 mgr.y (mgr.14556) 3163 : cluster [DBG] pgmap v2779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:17:55.026302+0000 mgr.y (mgr.14556) 3164 : audit [DBG] from='client.27965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:17:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:17:55.316146+0000 mgr.y (mgr.14556) 3165 : audit [DBG] from='client.27971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:17:56.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:17:55.674180+0000 mon.a (mon.0) 1328 : audit [DBG] from='client.? 172.21.15.23:0/2657514983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:17:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:55.024729+0000 mgr.y (mgr.14556) 3163 : cluster [DBG] pgmap v2779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:17:55.026302+0000 mgr.y (mgr.14556) 3164 : audit [DBG] from='client.27965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:17:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:17:55.316146+0000 mgr.y (mgr.14556) 3165 : audit [DBG] from='client.27971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:17:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:17:55.674180+0000 mon.a (mon.0) 1328 : audit [DBG] from='client.? 172.21.15.23:0/2657514983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:17:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:57.025474+0000 mgr.y (mgr.14556) 3166 : cluster [DBG] pgmap v2780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:57.025474+0000 mgr.y (mgr.14556) 3166 : cluster [DBG] pgmap v2780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:17:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:17:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:57.025474+0000 mgr.y (mgr.14556) 3166 : cluster [DBG] pgmap v2780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:17:59.025884+0000 mgr.y (mgr.14556) 3167 : cluster [DBG] pgmap v2781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:17:59.025884+0000 mgr.y (mgr.14556) 3167 : cluster [DBG] pgmap v2781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:17:59.025884+0000 mgr.y (mgr.14556) 3167 : cluster [DBG] pgmap v2781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:18:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:01.026605+0000 mgr.y (mgr.14556) 3168 : cluster [DBG] pgmap v2782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:01.026605+0000 mgr.y (mgr.14556) 3168 : cluster [DBG] pgmap v2782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:01.026605+0000 mgr.y (mgr.14556) 3168 : cluster [DBG] pgmap v2782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:18:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:18:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:03.027213+0000 mgr.y (mgr.14556) 3169 : cluster [DBG] pgmap v2783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:03.027213+0000 mgr.y (mgr.14556) 3169 : cluster [DBG] pgmap v2783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:03.027213+0000 mgr.y (mgr.14556) 3169 : cluster [DBG] pgmap v2783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:05.027802+0000 mgr.y (mgr.14556) 3170 : cluster [DBG] pgmap v2784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:05.027802+0000 mgr.y (mgr.14556) 3170 : cluster [DBG] pgmap v2784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:05.027802+0000 mgr.y (mgr.14556) 3170 : cluster [DBG] pgmap v2784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:07.028533+0000 mgr.y (mgr.14556) 3171 : cluster [DBG] pgmap v2785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:07.028533+0000 mgr.y (mgr.14556) 3171 : cluster [DBG] pgmap v2785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:07.028533+0000 mgr.y (mgr.14556) 3171 : cluster [DBG] pgmap v2785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:09.028969+0000 mgr.y (mgr.14556) 3172 : cluster [DBG] pgmap v2786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:09.028969+0000 mgr.y (mgr.14556) 3172 : cluster [DBG] pgmap v2786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:09.028969+0000 mgr.y (mgr.14556) 3172 : cluster [DBG] pgmap v2786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:18:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:11.029860+0000 mgr.y (mgr.14556) 3173 : cluster [DBG] pgmap v2787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:11.029860+0000 mgr.y (mgr.14556) 3173 : cluster [DBG] pgmap v2787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:11.029860+0000 mgr.y (mgr.14556) 3173 : cluster [DBG] pgmap v2787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:18:13] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:18:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:13.030482+0000 mgr.y (mgr.14556) 3174 : cluster [DBG] pgmap v2788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:13.030482+0000 mgr.y (mgr.14556) 3174 : cluster [DBG] pgmap v2788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:13.030482+0000 mgr.y (mgr.14556) 3174 : cluster [DBG] pgmap v2788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:15.030876+0000 mgr.y (mgr.14556) 3175 : cluster [DBG] pgmap v2789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:15.030876+0000 mgr.y (mgr.14556) 3175 : cluster [DBG] pgmap v2789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:15.030876+0000 mgr.y (mgr.14556) 3175 : cluster [DBG] pgmap v2789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:17.031542+0000 mgr.y (mgr.14556) 3176 : cluster [DBG] pgmap v2790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:17.031542+0000 mgr.y (mgr.14556) 3176 : cluster [DBG] pgmap v2790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:17.031542+0000 mgr.y (mgr.14556) 3176 : cluster [DBG] pgmap v2790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:19.031974+0000 mgr.y (mgr.14556) 3177 : cluster [DBG] pgmap v2791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:18:20.031360+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:18:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:18:20.326670+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:18:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:18:20.327318+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:18:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:18:20.340294+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:18:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:19.031974+0000 mgr.y (mgr.14556) 3177 : cluster [DBG] pgmap v2791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:18:20.031360+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:18:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:18:20.326670+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:18:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:18:20.327318+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:18:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:18:20.340294+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:18:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:19.031974+0000 mgr.y (mgr.14556) 3177 : cluster [DBG] pgmap v2791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:18:20.031360+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:18:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:18:20.326670+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:18:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:18:20.327318+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:18:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:18:20.340294+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:18:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:18:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:21.032619+0000 mgr.y (mgr.14556) 3178 : cluster [DBG] pgmap v2792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:22.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:21.032619+0000 mgr.y (mgr.14556) 3178 : cluster [DBG] pgmap v2792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:21.032619+0000 mgr.y (mgr.14556) 3178 : cluster [DBG] pgmap v2792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:18:23] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:18:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:23.033022+0000 mgr.y (mgr.14556) 3179 : cluster [DBG] pgmap v2793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:23.033022+0000 mgr.y (mgr.14556) 3179 : cluster [DBG] pgmap v2793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:23.033022+0000 mgr.y (mgr.14556) 3179 : cluster [DBG] pgmap v2793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:25.999 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:18:26.288 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:18:26.288 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (91m) 9m ago 92m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:18:26.288 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (91m) 9m ago 91m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:18:26.288 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (93m) 9m ago 93m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:18:26.288 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (93m) 9m ago 93m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:18:26.288 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (96m) 9m ago 96m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:18:26.288 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (98m) 9m ago 98m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:18:26.288 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (98m) 9m ago 98m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (97m) 9m ago 97m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (97m) 9m ago 97m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (92m) 9m ago 92m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (92m) 9m ago 92m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (96m) 9m ago 96m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (96m) 9m ago 96m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (95m) 9m ago 95m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (95m) 9m ago 95m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (94m) 9m ago 94m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (94m) 9m ago 94m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (93m) 9m ago 93m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (93m) 9m ago 93m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:18:26.289 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (91m) 9m ago 92m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:18:26.641 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:18:26.641 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:18:26.641 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:18:26.641 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:18:26.642 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:18:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:25.033369+0000 mgr.y (mgr.14556) 3180 : cluster [DBG] pgmap v2794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:25.033369+0000 mgr.y (mgr.14556) 3180 : cluster [DBG] pgmap v2794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:25.033369+0000 mgr.y (mgr.14556) 3180 : cluster [DBG] pgmap v2794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:18:25.988028+0000 mgr.y (mgr.14556) 3181 : audit [DBG] from='client.18069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:18:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:18:26.280265+0000 mgr.y (mgr.14556) 3182 : audit [DBG] from='client.27989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:18:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:18:26.641596+0000 mon.a (mon.0) 1333 : audit [DBG] from='client.? 172.21.15.23:0/3705939215' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:18:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:18:25.988028+0000 mgr.y (mgr.14556) 3181 : audit [DBG] from='client.18069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:18:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:18:26.280265+0000 mgr.y (mgr.14556) 3182 : audit [DBG] from='client.27989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:18:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:18:26.641596+0000 mon.a (mon.0) 1333 : audit [DBG] from='client.? 172.21.15.23:0/3705939215' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:18:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:18:25.988028+0000 mgr.y (mgr.14556) 3181 : audit [DBG] from='client.18069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:18:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:18:26.280265+0000 mgr.y (mgr.14556) 3182 : audit [DBG] from='client.27989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:18:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:18:26.641596+0000 mon.a (mon.0) 1333 : audit [DBG] from='client.? 172.21.15.23:0/3705939215' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:18:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:27.033956+0000 mgr.y (mgr.14556) 3183 : cluster [DBG] pgmap v2795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:27.033956+0000 mgr.y (mgr.14556) 3183 : cluster [DBG] pgmap v2795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:27.033956+0000 mgr.y (mgr.14556) 3183 : cluster [DBG] pgmap v2795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:29.034522+0000 mgr.y (mgr.14556) 3184 : cluster [DBG] pgmap v2796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:29.034522+0000 mgr.y (mgr.14556) 3184 : cluster [DBG] pgmap v2796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:29.034522+0000 mgr.y (mgr.14556) 3184 : cluster [DBG] pgmap v2796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:18:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:31.035208+0000 mgr.y (mgr.14556) 3185 : cluster [DBG] pgmap v2797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:31.035208+0000 mgr.y (mgr.14556) 3185 : cluster [DBG] pgmap v2797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:31.035208+0000 mgr.y (mgr.14556) 3185 : cluster [DBG] pgmap v2797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:18:33] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:18:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:33.035722+0000 mgr.y (mgr.14556) 3186 : cluster [DBG] pgmap v2798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:33.035722+0000 mgr.y (mgr.14556) 3186 : cluster [DBG] pgmap v2798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:33.035722+0000 mgr.y (mgr.14556) 3186 : cluster [DBG] pgmap v2798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:35.036138+0000 mgr.y (mgr.14556) 3187 : cluster [DBG] pgmap v2799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:35.036138+0000 mgr.y (mgr.14556) 3187 : cluster [DBG] pgmap v2799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:35.036138+0000 mgr.y (mgr.14556) 3187 : cluster [DBG] pgmap v2799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:37.036760+0000 mgr.y (mgr.14556) 3188 : cluster [DBG] pgmap v2800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:37.036760+0000 mgr.y (mgr.14556) 3188 : cluster [DBG] pgmap v2800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:37.036760+0000 mgr.y (mgr.14556) 3188 : cluster [DBG] pgmap v2800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:39.037229+0000 mgr.y (mgr.14556) 3189 : cluster [DBG] pgmap v2801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:39.037229+0000 mgr.y (mgr.14556) 3189 : cluster [DBG] pgmap v2801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:39.037229+0000 mgr.y (mgr.14556) 3189 : cluster [DBG] pgmap v2801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:18:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:41.037870+0000 mgr.y (mgr.14556) 3190 : cluster [DBG] pgmap v2802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:41.037870+0000 mgr.y (mgr.14556) 3190 : cluster [DBG] pgmap v2802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:41.037870+0000 mgr.y (mgr.14556) 3190 : cluster [DBG] pgmap v2802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:18:43] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:18:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:43.038454+0000 mgr.y (mgr.14556) 3191 : cluster [DBG] pgmap v2803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:43.038454+0000 mgr.y (mgr.14556) 3191 : cluster [DBG] pgmap v2803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:43.038454+0000 mgr.y (mgr.14556) 3191 : cluster [DBG] pgmap v2803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:45.038890+0000 mgr.y (mgr.14556) 3192 : cluster [DBG] pgmap v2804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:45.038890+0000 mgr.y (mgr.14556) 3192 : cluster [DBG] pgmap v2804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:45.038890+0000 mgr.y (mgr.14556) 3192 : cluster [DBG] pgmap v2804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:47.039528+0000 mgr.y (mgr.14556) 3193 : cluster [DBG] pgmap v2805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:47.039528+0000 mgr.y (mgr.14556) 3193 : cluster [DBG] pgmap v2805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:47.039528+0000 mgr.y (mgr.14556) 3193 : cluster [DBG] pgmap v2805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:49.039927+0000 mgr.y (mgr.14556) 3194 : cluster [DBG] pgmap v2806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:49.039927+0000 mgr.y (mgr.14556) 3194 : cluster [DBG] pgmap v2806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:49.039927+0000 mgr.y (mgr.14556) 3194 : cluster [DBG] pgmap v2806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:51.040635+0000 mgr.y (mgr.14556) 3195 : cluster [DBG] pgmap v2807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:51.040635+0000 mgr.y (mgr.14556) 3195 : cluster [DBG] pgmap v2807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:51.040635+0000 mgr.y (mgr.14556) 3195 : cluster [DBG] pgmap v2807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:18:54.094 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:18:53] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:18:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:53.041044+0000 mgr.y (mgr.14556) 3196 : cluster [DBG] pgmap v2808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:54.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:53.041044+0000 mgr.y (mgr.14556) 3196 : cluster [DBG] pgmap v2808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:53.041044+0000 mgr.y (mgr.14556) 3196 : cluster [DBG] pgmap v2808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:55.041479+0000 mgr.y (mgr.14556) 3197 : cluster [DBG] pgmap v2809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:55.041479+0000 mgr.y (mgr.14556) 3197 : cluster [DBG] pgmap v2809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:55.041479+0000 mgr.y (mgr.14556) 3197 : cluster [DBG] pgmap v2809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:56.969 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:18:57.263 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:18:57.263 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (91m) 9m ago 92m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:18:57.263 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (92m) 9m ago 92m 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:18:57.263 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (93m) 9m ago 93m 23.4M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:18:57.263 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (93m) 9m ago 93m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:18:57.263 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (97m) 9m ago 97m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:18:57.263 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (99m) 9m ago 99m 459M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:18:57.263 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (99m) 9m ago 99m 260M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:18:57.263 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (97m) 9m ago 97m 153M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:18:57.263 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (97m) 9m ago 97m 154M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:18:57.263 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (93m) 9m ago 93m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:18:57.264 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (92m) 9m ago 92m 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:18:57.264 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (96m) 9m ago 96m 44.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:18:57.264 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (96m) 9m ago 96m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:18:57.264 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (96m) 9m ago 96m 42.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:18:57.264 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (95m) 9m ago 95m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:18:57.264 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (95m) 9m ago 95m 40.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:18:57.264 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (94m) 9m ago 94m 41.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:18:57.264 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (94m) 9m ago 94m 41.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:18:57.264 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (94m) 9m ago 94m 40.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:18:57.264 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (91m) 9m ago 93m 83.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:18:57.612 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:18:57.612 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:18:57.612 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:18:57.612 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:18:57.612 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:18:57.612 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:18:57.612 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:18:57.612 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:18:57.612 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:18:57.612 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:18:57.613 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:18:57.613 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:18:57.613 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:18:57.613 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:18:57.613 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:18:57.613 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:18:57.613 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:18:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:18:56.956902+0000 mgr.y (mgr.14556) 3198 : audit [DBG] from='client.28001 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:18:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:57.042057+0000 mgr.y (mgr.14556) 3199 : cluster [DBG] pgmap v2810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:18:57.255304+0000 mgr.y (mgr.14556) 3200 : audit [DBG] from='client.28007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:18:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:18:57.612041+0000 mon.a (mon.0) 1334 : audit [DBG] from='client.? 172.21.15.23:0/2251101836' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:18:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:18:56.956902+0000 mgr.y (mgr.14556) 3198 : audit [DBG] from='client.28001 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:18:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:57.042057+0000 mgr.y (mgr.14556) 3199 : cluster [DBG] pgmap v2810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:18:57.255304+0000 mgr.y (mgr.14556) 3200 : audit [DBG] from='client.28007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:18:58.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:18:57.612041+0000 mon.a (mon.0) 1334 : audit [DBG] from='client.? 172.21.15.23:0/2251101836' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:18:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:18:56.956902+0000 mgr.y (mgr.14556) 3198 : audit [DBG] from='client.28001 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:18:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:57.042057+0000 mgr.y (mgr.14556) 3199 : cluster [DBG] pgmap v2810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:18:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:18:57.255304+0000 mgr.y (mgr.14556) 3200 : audit [DBG] from='client.28007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:18:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:18:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:18:57.612041+0000 mon.a (mon.0) 1334 : audit [DBG] from='client.? 172.21.15.23:0/2251101836' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:19:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:18:59.042565+0000 mgr.y (mgr.14556) 3201 : cluster [DBG] pgmap v2811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:18:59.042565+0000 mgr.y (mgr.14556) 3201 : cluster [DBG] pgmap v2811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:18:59.042565+0000 mgr.y (mgr.14556) 3201 : cluster [DBG] pgmap v2811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:19:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:01.043203+0000 mgr.y (mgr.14556) 3202 : cluster [DBG] pgmap v2812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:01.043203+0000 mgr.y (mgr.14556) 3202 : cluster [DBG] pgmap v2812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:01.043203+0000 mgr.y (mgr.14556) 3202 : cluster [DBG] pgmap v2812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:04.117 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:19:03] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:19:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:03.043738+0000 mgr.y (mgr.14556) 3203 : cluster [DBG] pgmap v2813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:03.043738+0000 mgr.y (mgr.14556) 3203 : cluster [DBG] pgmap v2813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:03.043738+0000 mgr.y (mgr.14556) 3203 : cluster [DBG] pgmap v2813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:05.044173+0000 mgr.y (mgr.14556) 3204 : cluster [DBG] pgmap v2814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:05.044173+0000 mgr.y (mgr.14556) 3204 : cluster [DBG] pgmap v2814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:05.044173+0000 mgr.y (mgr.14556) 3204 : cluster [DBG] pgmap v2814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:07.044769+0000 mgr.y (mgr.14556) 3205 : cluster [DBG] pgmap v2815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:07.044769+0000 mgr.y (mgr.14556) 3205 : cluster [DBG] pgmap v2815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:07.044769+0000 mgr.y (mgr.14556) 3205 : cluster [DBG] pgmap v2815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:09.045184+0000 mgr.y (mgr.14556) 3206 : cluster [DBG] pgmap v2816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:09.045184+0000 mgr.y (mgr.14556) 3206 : cluster [DBG] pgmap v2816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:09.045184+0000 mgr.y (mgr.14556) 3206 : cluster [DBG] pgmap v2816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:19:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:11.045851+0000 mgr.y (mgr.14556) 3207 : cluster [DBG] pgmap v2817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:11.045851+0000 mgr.y (mgr.14556) 3207 : cluster [DBG] pgmap v2817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:11.045851+0000 mgr.y (mgr.14556) 3207 : cluster [DBG] pgmap v2817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:19:13] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:19:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:13.046318+0000 mgr.y (mgr.14556) 3208 : cluster [DBG] pgmap v2818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:13.046318+0000 mgr.y (mgr.14556) 3208 : cluster [DBG] pgmap v2818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:13.046318+0000 mgr.y (mgr.14556) 3208 : cluster [DBG] pgmap v2818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:15.046819+0000 mgr.y (mgr.14556) 3209 : cluster [DBG] pgmap v2819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:15.046819+0000 mgr.y (mgr.14556) 3209 : cluster [DBG] pgmap v2819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:15.046819+0000 mgr.y (mgr.14556) 3209 : cluster [DBG] pgmap v2819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:17.047491+0000 mgr.y (mgr.14556) 3210 : cluster [DBG] pgmap v2820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:17.047491+0000 mgr.y (mgr.14556) 3210 : cluster [DBG] pgmap v2820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:17.047491+0000 mgr.y (mgr.14556) 3210 : cluster [DBG] pgmap v2820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:19.048045+0000 mgr.y (mgr.14556) 3211 : cluster [DBG] pgmap v2821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:19:20.344834+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:19:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:19.048045+0000 mgr.y (mgr.14556) 3211 : cluster [DBG] pgmap v2821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:19:20.344834+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:19:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:19.048045+0000 mgr.y (mgr.14556) 3211 : cluster [DBG] pgmap v2821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:19:20.344834+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:19:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:19:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:21.048887+0000 mgr.y (mgr.14556) 3212 : cluster [DBG] pgmap v2822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:21.048887+0000 mgr.y (mgr.14556) 3212 : cluster [DBG] pgmap v2822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:21.048887+0000 mgr.y (mgr.14556) 3212 : cluster [DBG] pgmap v2822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:19:23] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:19:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:19:22.981305+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:19:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:23.049237+0000 mgr.y (mgr.14556) 3213 : cluster [DBG] pgmap v2823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:19:23.861910+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:19:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:19:22.981305+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:19:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:23.049237+0000 mgr.y (mgr.14556) 3213 : cluster [DBG] pgmap v2823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:19:23.861910+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:19:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:19:22.981305+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:19:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:23.049237+0000 mgr.y (mgr.14556) 3213 : cluster [DBG] pgmap v2823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:19:23.861910+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:19:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:19:24.163500+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:19:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:19:24.164484+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:19:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:19:24.171713+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:19:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:19:24.163500+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:19:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:19:24.164484+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:19:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:19:24.171713+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:19:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:19:24.163500+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:19:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:19:24.164484+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:19:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:19:24.171713+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:19:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:25.049701+0000 mgr.y (mgr.14556) 3214 : cluster [DBG] pgmap v2824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:25.049701+0000 mgr.y (mgr.14556) 3214 : cluster [DBG] pgmap v2824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:25.049701+0000 mgr.y (mgr.14556) 3214 : cluster [DBG] pgmap v2824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:27.940 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:19:28.231 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:19:28.231 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (92m) 5s ago 93m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:19:28.231 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (93m) 4s ago 93m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:19:28.231 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (94m) 5s ago 94m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:19:28.231 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (94m) 4s ago 94m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:19:28.231 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (97m) 4s ago 97m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (99m) 5s ago 99m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (99m) 5s ago 99m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (98m) 4s ago 98m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (98m) 5s ago 98m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (93m) 5s ago 93m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (93m) 4s ago 93m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (97m) 5s ago 97m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (97m) 5s ago 97m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (96m) 5s ago 96m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (96m) 5s ago 96m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (95m) 4s ago 95m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (95m) 4s ago 95m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (95m) 4s ago 94m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (94m) 4s ago 94m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:19:28.232 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (92m) 4s ago 93m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:19:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:27.050443+0000 mgr.y (mgr.14556) 3215 : cluster [DBG] pgmap v2825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:27.050443+0000 mgr.y (mgr.14556) 3215 : cluster [DBG] pgmap v2825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:27.050443+0000 mgr.y (mgr.14556) 3215 : cluster [DBG] pgmap v2825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:28.579 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:19:28.580 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:19:28.581 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:19:28.581 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:19:28.581 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:19:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:19:27.927970+0000 mgr.y (mgr.14556) 3216 : audit [DBG] from='client.18105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:19:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:19:28.223552+0000 mgr.y (mgr.14556) 3217 : audit [DBG] from='client.18111 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:19:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:19:28.579855+0000 mon.c (mon.2) 110 : audit [DBG] from='client.? 172.21.15.23:0/1156705181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:19:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:19:27.927970+0000 mgr.y (mgr.14556) 3216 : audit [DBG] from='client.18105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:19:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:19:28.223552+0000 mgr.y (mgr.14556) 3217 : audit [DBG] from='client.18111 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:19:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:19:28.579855+0000 mon.c (mon.2) 110 : audit [DBG] from='client.? 172.21.15.23:0/1156705181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:19:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:19:27.927970+0000 mgr.y (mgr.14556) 3216 : audit [DBG] from='client.18105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:19:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:19:28.223552+0000 mgr.y (mgr.14556) 3217 : audit [DBG] from='client.18111 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:19:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:19:28.579855+0000 mon.c (mon.2) 110 : audit [DBG] from='client.? 172.21.15.23:0/1156705181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:19:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:29.050888+0000 mgr.y (mgr.14556) 3218 : cluster [DBG] pgmap v2826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:29.050888+0000 mgr.y (mgr.14556) 3218 : cluster [DBG] pgmap v2826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:29.050888+0000 mgr.y (mgr.14556) 3218 : cluster [DBG] pgmap v2826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:19:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:31.051681+0000 mgr.y (mgr.14556) 3219 : cluster [DBG] pgmap v2827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:31.051681+0000 mgr.y (mgr.14556) 3219 : cluster [DBG] pgmap v2827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:31.051681+0000 mgr.y (mgr.14556) 3219 : cluster [DBG] pgmap v2827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:19:33] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:19:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:33.052001+0000 mgr.y (mgr.14556) 3220 : cluster [DBG] pgmap v2828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:33.052001+0000 mgr.y (mgr.14556) 3220 : cluster [DBG] pgmap v2828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:33.052001+0000 mgr.y (mgr.14556) 3220 : cluster [DBG] pgmap v2828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:35.052472+0000 mgr.y (mgr.14556) 3221 : cluster [DBG] pgmap v2829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:35.052472+0000 mgr.y (mgr.14556) 3221 : cluster [DBG] pgmap v2829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:35.052472+0000 mgr.y (mgr.14556) 3221 : cluster [DBG] pgmap v2829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:38.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:37.053126+0000 mgr.y (mgr.14556) 3222 : cluster [DBG] pgmap v2830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:37.053126+0000 mgr.y (mgr.14556) 3222 : cluster [DBG] pgmap v2830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:37.053126+0000 mgr.y (mgr.14556) 3222 : cluster [DBG] pgmap v2830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:39.053596+0000 mgr.y (mgr.14556) 3223 : cluster [DBG] pgmap v2831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:39.053596+0000 mgr.y (mgr.14556) 3223 : cluster [DBG] pgmap v2831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:39.053596+0000 mgr.y (mgr.14556) 3223 : cluster [DBG] pgmap v2831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:19:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:41.054173+0000 mgr.y (mgr.14556) 3224 : cluster [DBG] pgmap v2832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:41.054173+0000 mgr.y (mgr.14556) 3224 : cluster [DBG] pgmap v2832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:41.054173+0000 mgr.y (mgr.14556) 3224 : cluster [DBG] pgmap v2832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:19:43] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:19:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:43.054625+0000 mgr.y (mgr.14556) 3225 : cluster [DBG] pgmap v2833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:43.054625+0000 mgr.y (mgr.14556) 3225 : cluster [DBG] pgmap v2833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:43.054625+0000 mgr.y (mgr.14556) 3225 : cluster [DBG] pgmap v2833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:45.055241+0000 mgr.y (mgr.14556) 3226 : cluster [DBG] pgmap v2834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:45.055241+0000 mgr.y (mgr.14556) 3226 : cluster [DBG] pgmap v2834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:45.055241+0000 mgr.y (mgr.14556) 3226 : cluster [DBG] pgmap v2834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:47.055957+0000 mgr.y (mgr.14556) 3227 : cluster [DBG] pgmap v2835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:47.055957+0000 mgr.y (mgr.14556) 3227 : cluster [DBG] pgmap v2835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:47.055957+0000 mgr.y (mgr.14556) 3227 : cluster [DBG] pgmap v2835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:49.056357+0000 mgr.y (mgr.14556) 3228 : cluster [DBG] pgmap v2836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:49.056357+0000 mgr.y (mgr.14556) 3228 : cluster [DBG] pgmap v2836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:49.056357+0000 mgr.y (mgr.14556) 3228 : cluster [DBG] pgmap v2836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:19:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:51.057014+0000 mgr.y (mgr.14556) 3229 : cluster [DBG] pgmap v2837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:51.057014+0000 mgr.y (mgr.14556) 3229 : cluster [DBG] pgmap v2837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:51.057014+0000 mgr.y (mgr.14556) 3229 : cluster [DBG] pgmap v2837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:19:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:19:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:53.057512+0000 mgr.y (mgr.14556) 3230 : cluster [DBG] pgmap v2838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:53.057512+0000 mgr.y (mgr.14556) 3230 : cluster [DBG] pgmap v2838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:53.057512+0000 mgr.y (mgr.14556) 3230 : cluster [DBG] pgmap v2838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:55.057989+0000 mgr.y (mgr.14556) 3231 : cluster [DBG] pgmap v2839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:55.057989+0000 mgr.y (mgr.14556) 3231 : cluster [DBG] pgmap v2839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:55.057989+0000 mgr.y (mgr.14556) 3231 : cluster [DBG] pgmap v2839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:19:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:57.058858+0000 mgr.y (mgr.14556) 3232 : cluster [DBG] pgmap v2840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:19:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:57.058858+0000 mgr.y (mgr.14556) 3232 : cluster [DBG] pgmap v2840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:58.906 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:19:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:19:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:57.058858+0000 mgr.y (mgr.14556) 3232 : cluster [DBG] pgmap v2840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:19:59.191 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:19:59.191 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (92m) 36s ago 93m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:19:59.191 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (93m) 35s ago 93m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:19:59.191 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (94m) 36s ago 94m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:19:59.191 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (94m) 35s ago 94m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (98m) 35s ago 98m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (100m) 36s ago 100m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (100m) 36s ago 100m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (98m) 35s ago 98m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (98m) 36s ago 98m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (94m) 36s ago 94m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (93m) 35s ago 93m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (98m) 36s ago 98m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (97m) 36s ago 97m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (97m) 36s ago 97m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (96m) 36s ago 96m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (96m) 35s ago 96m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (95m) 35s ago 95m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:19:59.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (95m) 35s ago 95m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:19:59.193 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (95m) 35s ago 95m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:19:59.193 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (92m) 35s ago 94m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:19:59.541 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:19:59.541 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:19:59.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:19:59.543 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:19:59.543 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:20:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T08:19:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:20:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:19:58.894228+0000 mgr.y (mgr.14556) 3233 : audit [DBG] from='client.28037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:20:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:19:59.059196+0000 mgr.y (mgr.14556) 3234 : cluster [DBG] pgmap v2841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:19:59.183418+0000 mgr.y (mgr.14556) 3235 : audit [DBG] from='client.18129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:20:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:19:59.541676+0000 mon.c (mon.2) 111 : audit [DBG] from='client.? 172.21.15.23:0/3594996827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:20:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:00.000123+0000 mon.a (mon.0) 1341 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:20:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:19:58.894228+0000 mgr.y (mgr.14556) 3233 : audit [DBG] from='client.28037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:20:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:19:59.059196+0000 mgr.y (mgr.14556) 3234 : cluster [DBG] pgmap v2841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:19:59.183418+0000 mgr.y (mgr.14556) 3235 : audit [DBG] from='client.18129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:20:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:19:59.541676+0000 mon.c (mon.2) 111 : audit [DBG] from='client.? 172.21.15.23:0/3594996827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:20:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:00.000123+0000 mon.a (mon.0) 1341 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:20:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:19:58.894228+0000 mgr.y (mgr.14556) 3233 : audit [DBG] from='client.28037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:20:00.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:19:59.059196+0000 mgr.y (mgr.14556) 3234 : cluster [DBG] pgmap v2841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:00.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:19:59.183418+0000 mgr.y (mgr.14556) 3235 : audit [DBG] from='client.18129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:20:00.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:19:59.541676+0000 mon.c (mon.2) 111 : audit [DBG] from='client.? 172.21.15.23:0/3594996827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:20:00.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:00.000123+0000 mon.a (mon.0) 1341 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:20:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:20:02.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:01.060004+0000 mgr.y (mgr.14556) 3236 : cluster [DBG] pgmap v2842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:02.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:01.060004+0000 mgr.y (mgr.14556) 3236 : cluster [DBG] pgmap v2842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:01.060004+0000 mgr.y (mgr.14556) 3236 : cluster [DBG] pgmap v2842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:20:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:20:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:03.060433+0000 mgr.y (mgr.14556) 3237 : cluster [DBG] pgmap v2843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:04.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:03.060433+0000 mgr.y (mgr.14556) 3237 : cluster [DBG] pgmap v2843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:03.060433+0000 mgr.y (mgr.14556) 3237 : cluster [DBG] pgmap v2843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:05.060878+0000 mgr.y (mgr.14556) 3238 : cluster [DBG] pgmap v2844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:05.060878+0000 mgr.y (mgr.14556) 3238 : cluster [DBG] pgmap v2844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:05.060878+0000 mgr.y (mgr.14556) 3238 : cluster [DBG] pgmap v2844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:07.061492+0000 mgr.y (mgr.14556) 3239 : cluster [DBG] pgmap v2845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:07.061492+0000 mgr.y (mgr.14556) 3239 : cluster [DBG] pgmap v2845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:07.061492+0000 mgr.y (mgr.14556) 3239 : cluster [DBG] pgmap v2845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:09.061960+0000 mgr.y (mgr.14556) 3240 : cluster [DBG] pgmap v2846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:09.061960+0000 mgr.y (mgr.14556) 3240 : cluster [DBG] pgmap v2846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:09.061960+0000 mgr.y (mgr.14556) 3240 : cluster [DBG] pgmap v2846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:20:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:11.062753+0000 mgr.y (mgr.14556) 3241 : cluster [DBG] pgmap v2847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:11.062753+0000 mgr.y (mgr.14556) 3241 : cluster [DBG] pgmap v2847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:11.062753+0000 mgr.y (mgr.14556) 3241 : cluster [DBG] pgmap v2847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:20:13] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-03-22T08:20:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:13.063311+0000 mgr.y (mgr.14556) 3242 : cluster [DBG] pgmap v2848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:13.063311+0000 mgr.y (mgr.14556) 3242 : cluster [DBG] pgmap v2848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:13.063311+0000 mgr.y (mgr.14556) 3242 : cluster [DBG] pgmap v2848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:15.063866+0000 mgr.y (mgr.14556) 3243 : cluster [DBG] pgmap v2849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:15.063866+0000 mgr.y (mgr.14556) 3243 : cluster [DBG] pgmap v2849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:15.063866+0000 mgr.y (mgr.14556) 3243 : cluster [DBG] pgmap v2849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:17.064708+0000 mgr.y (mgr.14556) 3244 : cluster [DBG] pgmap v2850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:17.064708+0000 mgr.y (mgr.14556) 3244 : cluster [DBG] pgmap v2850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:17.064708+0000 mgr.y (mgr.14556) 3244 : cluster [DBG] pgmap v2850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:19.065238+0000 mgr.y (mgr.14556) 3245 : cluster [DBG] pgmap v2851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:19.065238+0000 mgr.y (mgr.14556) 3245 : cluster [DBG] pgmap v2851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:19.065238+0000 mgr.y (mgr.14556) 3245 : cluster [DBG] pgmap v2851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:20:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:21.066072+0000 mgr.y (mgr.14556) 3246 : cluster [DBG] pgmap v2852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:21.066072+0000 mgr.y (mgr.14556) 3246 : cluster [DBG] pgmap v2852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:21.066072+0000 mgr.y (mgr.14556) 3246 : cluster [DBG] pgmap v2852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:23.066658+0000 mgr.y (mgr.14556) 3247 : cluster [DBG] pgmap v2853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:23.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:20:23] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:20:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:23.066658+0000 mgr.y (mgr.14556) 3247 : cluster [DBG] pgmap v2853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:23.066658+0000 mgr.y (mgr.14556) 3247 : cluster [DBG] pgmap v2853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:20:24.178419+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:20:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:20:24.490466+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:20:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:20:24.491111+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:20:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:20:24.497243+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:20:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:20:24.178419+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:20:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:20:24.490466+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:20:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:20:24.491111+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:20:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:20:24.497243+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:20:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:20:24.178419+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:20:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:20:24.490466+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:20:24.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:20:24.491111+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:20:24.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:20:24.497243+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:20:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:25.067221+0000 mgr.y (mgr.14556) 3248 : cluster [DBG] pgmap v2854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:25.067221+0000 mgr.y (mgr.14556) 3248 : cluster [DBG] pgmap v2854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:25.067221+0000 mgr.y (mgr.14556) 3248 : cluster [DBG] pgmap v2854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:27.067935+0000 mgr.y (mgr.14556) 3249 : cluster [DBG] pgmap v2855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:28.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:27.067935+0000 mgr.y (mgr.14556) 3249 : cluster [DBG] pgmap v2855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:27.067935+0000 mgr.y (mgr.14556) 3249 : cluster [DBG] pgmap v2855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:29.869 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:20:30.154 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:20:30.154 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (93m) 67s ago 94m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:20:30.155 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (94m) 66s ago 94m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:20:30.155 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (95m) 67s ago 95m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:20:30.155 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (95m) 66s ago 95m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:20:30.155 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (98m) 66s ago 98m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:20:30.155 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (100m) 67s ago 100m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:20:30.155 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (100m) 67s ago 100m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:20:30.155 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (99m) 66s ago 99m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:20:30.155 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (99m) 67s ago 99m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:20:30.155 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (94m) 67s ago 94m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:20:30.155 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (94m) 66s ago 94m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:20:30.155 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (98m) 67s ago 98m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:20:30.155 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (98m) 67s ago 98m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:20:30.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (97m) 67s ago 97m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:20:30.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (97m) 67s ago 97m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:20:30.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (96m) 66s ago 96m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:20:30.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (96m) 66s ago 96m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:20:30.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (96m) 66s ago 96m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:20:30.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (95m) 66s ago 95m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:20:30.156 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (93m) 66s ago 94m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:20:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:29.068371+0000 mgr.y (mgr.14556) 3250 : cluster [DBG] pgmap v2856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:29.068371+0000 mgr.y (mgr.14556) 3250 : cluster [DBG] pgmap v2856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:29.068371+0000 mgr.y (mgr.14556) 3250 : cluster [DBG] pgmap v2856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:30.508 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:20:30.509 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:20:30.510 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:20:30.510 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:20:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:20:29.856947+0000 mgr.y (mgr.14556) 3251 : audit [DBG] from='client.18141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:20:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:20:30.146874+0000 mgr.y (mgr.14556) 3252 : audit [DBG] from='client.28061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:20:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:20:30.508890+0000 mon.a (mon.0) 1346 : audit [DBG] from='client.? 172.21.15.23:0/2343349813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:20:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:20:29.856947+0000 mgr.y (mgr.14556) 3251 : audit [DBG] from='client.18141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:20:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:20:30.146874+0000 mgr.y (mgr.14556) 3252 : audit [DBG] from='client.28061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:20:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:20:30.508890+0000 mon.a (mon.0) 1346 : audit [DBG] from='client.? 172.21.15.23:0/2343349813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:20:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:20:29.856947+0000 mgr.y (mgr.14556) 3251 : audit [DBG] from='client.18141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:20:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:20:30.146874+0000 mgr.y (mgr.14556) 3252 : audit [DBG] from='client.28061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:20:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:20:30.508890+0000 mon.a (mon.0) 1346 : audit [DBG] from='client.? 172.21.15.23:0/2343349813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:20:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:20:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:31.068884+0000 mgr.y (mgr.14556) 3253 : cluster [DBG] pgmap v2857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:31.068884+0000 mgr.y (mgr.14556) 3253 : cluster [DBG] pgmap v2857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:31.068884+0000 mgr.y (mgr.14556) 3253 : cluster [DBG] pgmap v2857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:20:33] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:20:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:33.069277+0000 mgr.y (mgr.14556) 3254 : cluster [DBG] pgmap v2858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:33.069277+0000 mgr.y (mgr.14556) 3254 : cluster [DBG] pgmap v2858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:33.069277+0000 mgr.y (mgr.14556) 3254 : cluster [DBG] pgmap v2858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:35.069632+0000 mgr.y (mgr.14556) 3255 : cluster [DBG] pgmap v2859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:35.069632+0000 mgr.y (mgr.14556) 3255 : cluster [DBG] pgmap v2859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:35.069632+0000 mgr.y (mgr.14556) 3255 : cluster [DBG] pgmap v2859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:37.070258+0000 mgr.y (mgr.14556) 3256 : cluster [DBG] pgmap v2860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:37.070258+0000 mgr.y (mgr.14556) 3256 : cluster [DBG] pgmap v2860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:37.070258+0000 mgr.y (mgr.14556) 3256 : cluster [DBG] pgmap v2860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:39.070664+0000 mgr.y (mgr.14556) 3257 : cluster [DBG] pgmap v2861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:39.070664+0000 mgr.y (mgr.14556) 3257 : cluster [DBG] pgmap v2861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:39.070664+0000 mgr.y (mgr.14556) 3257 : cluster [DBG] pgmap v2861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:20:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:41.071403+0000 mgr.y (mgr.14556) 3258 : cluster [DBG] pgmap v2862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:41.071403+0000 mgr.y (mgr.14556) 3258 : cluster [DBG] pgmap v2862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:41.071403+0000 mgr.y (mgr.14556) 3258 : cluster [DBG] pgmap v2862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:20:43] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:20:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:43.071786+0000 mgr.y (mgr.14556) 3259 : cluster [DBG] pgmap v2863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:43.071786+0000 mgr.y (mgr.14556) 3259 : cluster [DBG] pgmap v2863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:43.071786+0000 mgr.y (mgr.14556) 3259 : cluster [DBG] pgmap v2863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:45.072133+0000 mgr.y (mgr.14556) 3260 : cluster [DBG] pgmap v2864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:46.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:45.072133+0000 mgr.y (mgr.14556) 3260 : cluster [DBG] pgmap v2864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:45.072133+0000 mgr.y (mgr.14556) 3260 : cluster [DBG] pgmap v2864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:47.072953+0000 mgr.y (mgr.14556) 3261 : cluster [DBG] pgmap v2865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:47.072953+0000 mgr.y (mgr.14556) 3261 : cluster [DBG] pgmap v2865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:47.072953+0000 mgr.y (mgr.14556) 3261 : cluster [DBG] pgmap v2865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:49.073444+0000 mgr.y (mgr.14556) 3262 : cluster [DBG] pgmap v2866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:50.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:49.073444+0000 mgr.y (mgr.14556) 3262 : cluster [DBG] pgmap v2866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:49.073444+0000 mgr.y (mgr.14556) 3262 : cluster [DBG] pgmap v2866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:20:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:51.074040+0000 mgr.y (mgr.14556) 3263 : cluster [DBG] pgmap v2867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:51.074040+0000 mgr.y (mgr.14556) 3263 : cluster [DBG] pgmap v2867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:51.074040+0000 mgr.y (mgr.14556) 3263 : cluster [DBG] pgmap v2867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:20:53] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:20:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:53.074538+0000 mgr.y (mgr.14556) 3264 : cluster [DBG] pgmap v2868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:53.074538+0000 mgr.y (mgr.14556) 3264 : cluster [DBG] pgmap v2868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:53.074538+0000 mgr.y (mgr.14556) 3264 : cluster [DBG] pgmap v2868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:55.074980+0000 mgr.y (mgr.14556) 3265 : cluster [DBG] pgmap v2869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:55.074980+0000 mgr.y (mgr.14556) 3265 : cluster [DBG] pgmap v2869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:55.074980+0000 mgr.y (mgr.14556) 3265 : cluster [DBG] pgmap v2869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:20:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:57.075806+0000 mgr.y (mgr.14556) 3266 : cluster [DBG] pgmap v2870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:20:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:57.075806+0000 mgr.y (mgr.14556) 3266 : cluster [DBG] pgmap v2870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:20:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:20:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:57.075806+0000 mgr.y (mgr.14556) 3266 : cluster [DBG] pgmap v2870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:20:59.076385+0000 mgr.y (mgr.14556) 3267 : cluster [DBG] pgmap v2871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:20:59.076385+0000 mgr.y (mgr.14556) 3267 : cluster [DBG] pgmap v2871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:20:59.076385+0000 mgr.y (mgr.14556) 3267 : cluster [DBG] pgmap v2871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:00.835 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:21:01.121 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:21:01.122 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (94m) 98s ago 94m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:21:01.122 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (94m) 97s ago 94m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:21:01.122 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (95m) 98s ago 95m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:21:01.122 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (95m) 97s ago 95m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:21:01.122 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (99m) 97s ago 99m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:21:01.122 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (101m) 98s ago 101m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:21:01.122 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (101m) 98s ago 101m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:21:01.122 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (99m) 97s ago 99m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:21:01.122 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (99m) 98s ago 99m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:21:01.122 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (95m) 98s ago 95m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:21:01.122 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (95m) 97s ago 95m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:21:01.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (99m) 98s ago 99m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:21:01.123 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (98m) 98s ago 98m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:21:01.123 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (98m) 98s ago 98m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:21:01.123 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (97m) 98s ago 97m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:21:01.123 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (97m) 97s ago 97m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:21:01.123 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (96m) 97s ago 96m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:21:01.123 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (96m) 97s ago 96m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:21:01.123 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (96m) 97s ago 96m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:21:01.123 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (93m) 97s ago 95m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:21:01.472 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:21:01.472 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:21:01.473 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:21:01.474 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:21:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:21:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:21:00.823201+0000 mgr.y (mgr.14556) 3268 : audit [DBG] from='client.18159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:21:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:01.076915+0000 mgr.y (mgr.14556) 3269 : cluster [DBG] pgmap v2872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:21:01.113984+0000 mgr.y (mgr.14556) 3270 : audit [DBG] from='client.28079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:21:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:21:01.472728+0000 mon.c (mon.2) 112 : audit [DBG] from='client.? 172.21.15.23:0/1188247141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:21:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:21:00.823201+0000 mgr.y (mgr.14556) 3268 : audit [DBG] from='client.18159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:21:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:01.076915+0000 mgr.y (mgr.14556) 3269 : cluster [DBG] pgmap v2872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:21:01.113984+0000 mgr.y (mgr.14556) 3270 : audit [DBG] from='client.28079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:21:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:21:01.472728+0000 mon.c (mon.2) 112 : audit [DBG] from='client.? 172.21.15.23:0/1188247141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:21:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:21:00.823201+0000 mgr.y (mgr.14556) 3268 : audit [DBG] from='client.18159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:21:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:01.076915+0000 mgr.y (mgr.14556) 3269 : cluster [DBG] pgmap v2872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:21:01.113984+0000 mgr.y (mgr.14556) 3270 : audit [DBG] from='client.28079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:21:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:21:01.472728+0000 mon.c (mon.2) 112 : audit [DBG] from='client.? 172.21.15.23:0/1188247141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:21:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:21:03] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:21:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:03.077269+0000 mgr.y (mgr.14556) 3271 : cluster [DBG] pgmap v2873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:03.077269+0000 mgr.y (mgr.14556) 3271 : cluster [DBG] pgmap v2873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:03.077269+0000 mgr.y (mgr.14556) 3271 : cluster [DBG] pgmap v2873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:05.077699+0000 mgr.y (mgr.14556) 3272 : cluster [DBG] pgmap v2874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:05.077699+0000 mgr.y (mgr.14556) 3272 : cluster [DBG] pgmap v2874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:05.077699+0000 mgr.y (mgr.14556) 3272 : cluster [DBG] pgmap v2874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:07.078297+0000 mgr.y (mgr.14556) 3273 : cluster [DBG] pgmap v2875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:07.078297+0000 mgr.y (mgr.14556) 3273 : cluster [DBG] pgmap v2875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:07.078297+0000 mgr.y (mgr.14556) 3273 : cluster [DBG] pgmap v2875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:09.078873+0000 mgr.y (mgr.14556) 3274 : cluster [DBG] pgmap v2876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:09.078873+0000 mgr.y (mgr.14556) 3274 : cluster [DBG] pgmap v2876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:09.078873+0000 mgr.y (mgr.14556) 3274 : cluster [DBG] pgmap v2876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:21:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:11.079648+0000 mgr.y (mgr.14556) 3275 : cluster [DBG] pgmap v2877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:11.079648+0000 mgr.y (mgr.14556) 3275 : cluster [DBG] pgmap v2877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:11.079648+0000 mgr.y (mgr.14556) 3275 : cluster [DBG] pgmap v2877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:21:13] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:21:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:13.079985+0000 mgr.y (mgr.14556) 3276 : cluster [DBG] pgmap v2878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:13.079985+0000 mgr.y (mgr.14556) 3276 : cluster [DBG] pgmap v2878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:13.079985+0000 mgr.y (mgr.14556) 3276 : cluster [DBG] pgmap v2878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:15.080461+0000 mgr.y (mgr.14556) 3277 : cluster [DBG] pgmap v2879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:15.080461+0000 mgr.y (mgr.14556) 3277 : cluster [DBG] pgmap v2879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:15.080461+0000 mgr.y (mgr.14556) 3277 : cluster [DBG] pgmap v2879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:17.081266+0000 mgr.y (mgr.14556) 3278 : cluster [DBG] pgmap v2880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:17.081266+0000 mgr.y (mgr.14556) 3278 : cluster [DBG] pgmap v2880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:17.081266+0000 mgr.y (mgr.14556) 3278 : cluster [DBG] pgmap v2880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:19.081796+0000 mgr.y (mgr.14556) 3279 : cluster [DBG] pgmap v2881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:19.081796+0000 mgr.y (mgr.14556) 3279 : cluster [DBG] pgmap v2881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:19.081796+0000 mgr.y (mgr.14556) 3279 : cluster [DBG] pgmap v2881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:21:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:21.082673+0000 mgr.y (mgr.14556) 3280 : cluster [DBG] pgmap v2882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:21.082673+0000 mgr.y (mgr.14556) 3280 : cluster [DBG] pgmap v2882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:21.082673+0000 mgr.y (mgr.14556) 3280 : cluster [DBG] pgmap v2882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:21:23] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:21:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:23.083031+0000 mgr.y (mgr.14556) 3281 : cluster [DBG] pgmap v2883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:23.083031+0000 mgr.y (mgr.14556) 3281 : cluster [DBG] pgmap v2883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:23.083031+0000 mgr.y (mgr.14556) 3281 : cluster [DBG] pgmap v2883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:21:24.501504+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:21:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:21:24.809736+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:21:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:21:24.810386+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:21:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:21:24.815712+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:21:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:21:24.501504+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:21:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:21:24.809736+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:21:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:21:24.810386+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:21:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:21:24.815712+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:21:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:21:24.501504+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:21:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:21:24.809736+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:21:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:21:24.810386+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:21:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:21:24.815712+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:21:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:25.083390+0000 mgr.y (mgr.14556) 3282 : cluster [DBG] pgmap v2884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:25.083390+0000 mgr.y (mgr.14556) 3282 : cluster [DBG] pgmap v2884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:25.083390+0000 mgr.y (mgr.14556) 3282 : cluster [DBG] pgmap v2884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:27.084185+0000 mgr.y (mgr.14556) 3283 : cluster [DBG] pgmap v2885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:27.084185+0000 mgr.y (mgr.14556) 3283 : cluster [DBG] pgmap v2885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:27.084185+0000 mgr.y (mgr.14556) 3283 : cluster [DBG] pgmap v2885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:29.084734+0000 mgr.y (mgr.14556) 3284 : cluster [DBG] pgmap v2886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:30.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:29.084734+0000 mgr.y (mgr.14556) 3284 : cluster [DBG] pgmap v2886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:29.084734+0000 mgr.y (mgr.14556) 3284 : cluster [DBG] pgmap v2886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:31.800 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:21:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:21:32.088 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:21:32.089 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (94m) 2m ago 95m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:21:32.089 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (95m) 2m ago 95m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:21:32.089 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (96m) 2m ago 96m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:21:32.089 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (96m) 2m ago 96m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:21:32.089 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (99m) 2m ago 99m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:21:32.089 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (101m) 2m ago 101m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:21:32.089 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (101m) 2m ago 101m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:21:32.089 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (100m) 2m ago 100m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:21:32.089 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (100m) 2m ago 100m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:21:32.089 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (95m) 2m ago 95m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:21:32.089 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (95m) 2m ago 95m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:21:32.089 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (99m) 2m ago 99m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:21:32.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (99m) 2m ago 99m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:21:32.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (98m) 2m ago 98m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:21:32.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (98m) 2m ago 98m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:21:32.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (97m) 2m ago 97m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:21:32.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (97m) 2m ago 97m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:21:32.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (97m) 2m ago 97m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:21:32.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (96m) 2m ago 96m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:21:32.090 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (94m) 2m ago 95m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:21:32.439 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:21:32.439 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:21:32.439 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:21:32.439 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:21:32.439 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:21:32.439 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:21:32.440 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:21:32.440 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:21:32.440 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:21:32.440 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:21:32.440 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:21:32.440 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:21:32.440 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:21:32.440 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:21:32.440 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:21:32.440 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:21:32.440 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:21:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:31.085588+0000 mgr.y (mgr.14556) 3285 : cluster [DBG] pgmap v2887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:21:32.439248+0000 mon.a (mon.0) 1351 : audit [DBG] from='client.? 172.21.15.23:0/65887099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:21:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:31.085588+0000 mgr.y (mgr.14556) 3285 : cluster [DBG] pgmap v2887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:21:32.439248+0000 mon.a (mon.0) 1351 : audit [DBG] from='client.? 172.21.15.23:0/65887099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:21:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:31.085588+0000 mgr.y (mgr.14556) 3285 : cluster [DBG] pgmap v2887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:21:32.439248+0000 mon.a (mon.0) 1351 : audit [DBG] from='client.? 172.21.15.23:0/65887099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:21:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:21:31.788886+0000 mgr.y (mgr.14556) 3286 : audit [DBG] from='client.18177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:21:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:21:32.080617+0000 mgr.y (mgr.14556) 3287 : audit [DBG] from='client.18183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:21:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:21:31.788886+0000 mgr.y (mgr.14556) 3286 : audit [DBG] from='client.18177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:21:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:21:32.080617+0000 mgr.y (mgr.14556) 3287 : audit [DBG] from='client.18183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:21:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:21:31.788886+0000 mgr.y (mgr.14556) 3286 : audit [DBG] from='client.18177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:21:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:21:32.080617+0000 mgr.y (mgr.14556) 3287 : audit [DBG] from='client.18183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:21:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:21:33] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:21:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:33.086033+0000 mgr.y (mgr.14556) 3288 : cluster [DBG] pgmap v2888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:33.086033+0000 mgr.y (mgr.14556) 3288 : cluster [DBG] pgmap v2888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:34.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:33.086033+0000 mgr.y (mgr.14556) 3288 : cluster [DBG] pgmap v2888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:35.086511+0000 mgr.y (mgr.14556) 3289 : cluster [DBG] pgmap v2889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:35.086511+0000 mgr.y (mgr.14556) 3289 : cluster [DBG] pgmap v2889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:35.086511+0000 mgr.y (mgr.14556) 3289 : cluster [DBG] pgmap v2889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:37.087147+0000 mgr.y (mgr.14556) 3290 : cluster [DBG] pgmap v2890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:37.087147+0000 mgr.y (mgr.14556) 3290 : cluster [DBG] pgmap v2890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:37.087147+0000 mgr.y (mgr.14556) 3290 : cluster [DBG] pgmap v2890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:39.087700+0000 mgr.y (mgr.14556) 3291 : cluster [DBG] pgmap v2891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:39.087700+0000 mgr.y (mgr.14556) 3291 : cluster [DBG] pgmap v2891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:39.087700+0000 mgr.y (mgr.14556) 3291 : cluster [DBG] pgmap v2891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:21:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:41.088452+0000 mgr.y (mgr.14556) 3292 : cluster [DBG] pgmap v2892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:41.088452+0000 mgr.y (mgr.14556) 3292 : cluster [DBG] pgmap v2892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:41.088452+0000 mgr.y (mgr.14556) 3292 : cluster [DBG] pgmap v2892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:21:43] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:21:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:43.088916+0000 mgr.y (mgr.14556) 3293 : cluster [DBG] pgmap v2893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:43.088916+0000 mgr.y (mgr.14556) 3293 : cluster [DBG] pgmap v2893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:43.088916+0000 mgr.y (mgr.14556) 3293 : cluster [DBG] pgmap v2893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:45.089499+0000 mgr.y (mgr.14556) 3294 : cluster [DBG] pgmap v2894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:45.089499+0000 mgr.y (mgr.14556) 3294 : cluster [DBG] pgmap v2894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:45.089499+0000 mgr.y (mgr.14556) 3294 : cluster [DBG] pgmap v2894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:47.090178+0000 mgr.y (mgr.14556) 3295 : cluster [DBG] pgmap v2895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:47.090178+0000 mgr.y (mgr.14556) 3295 : cluster [DBG] pgmap v2895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:47.090178+0000 mgr.y (mgr.14556) 3295 : cluster [DBG] pgmap v2895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:49.090628+0000 mgr.y (mgr.14556) 3296 : cluster [DBG] pgmap v2896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:49.090628+0000 mgr.y (mgr.14556) 3296 : cluster [DBG] pgmap v2896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:49.090628+0000 mgr.y (mgr.14556) 3296 : cluster [DBG] pgmap v2896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:21:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:51.091464+0000 mgr.y (mgr.14556) 3297 : cluster [DBG] pgmap v2897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:51.091464+0000 mgr.y (mgr.14556) 3297 : cluster [DBG] pgmap v2897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:51.091464+0000 mgr.y (mgr.14556) 3297 : cluster [DBG] pgmap v2897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:21:53] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:21:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:53.091887+0000 mgr.y (mgr.14556) 3298 : cluster [DBG] pgmap v2898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:53.091887+0000 mgr.y (mgr.14556) 3298 : cluster [DBG] pgmap v2898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:53.091887+0000 mgr.y (mgr.14556) 3298 : cluster [DBG] pgmap v2898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:55.092300+0000 mgr.y (mgr.14556) 3299 : cluster [DBG] pgmap v2899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:55.092300+0000 mgr.y (mgr.14556) 3299 : cluster [DBG] pgmap v2899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:55.092300+0000 mgr.y (mgr.14556) 3299 : cluster [DBG] pgmap v2899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:21:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:57.093042+0000 mgr.y (mgr.14556) 3300 : cluster [DBG] pgmap v2900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:57.093042+0000 mgr.y (mgr.14556) 3300 : cluster [DBG] pgmap v2900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:21:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:57.093042+0000 mgr.y (mgr.14556) 3300 : cluster [DBG] pgmap v2900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:21:59.093540+0000 mgr.y (mgr.14556) 3301 : cluster [DBG] pgmap v2901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:21:59.093540+0000 mgr.y (mgr.14556) 3301 : cluster [DBG] pgmap v2901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:21:59.093540+0000 mgr.y (mgr.14556) 3301 : cluster [DBG] pgmap v2901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:22:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:01.094171+0000 mgr.y (mgr.14556) 3302 : cluster [DBG] pgmap v2902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:01.094171+0000 mgr.y (mgr.14556) 3302 : cluster [DBG] pgmap v2902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:01.094171+0000 mgr.y (mgr.14556) 3302 : cluster [DBG] pgmap v2902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:02.763 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:22:03.050 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:22:03.050 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (95m) 2m ago 95m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:22:03.050 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (95m) 2m ago 95m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:22:03.050 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (96m) 2m ago 96m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (96m) 2m ago 96m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (100m) 2m ago 100m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (102m) 2m ago 102m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (102m) 2m ago 102m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (100m) 2m ago 100m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (100m) 2m ago 100m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (96m) 2m ago 96m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (96m) 2m ago 96m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (100m) 2m ago 100m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (99m) 2m ago 99m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (99m) 2m ago 99m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (98m) 2m ago 98m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (98m) 2m ago 98m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:22:03.051 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (98m) 2m ago 98m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:22:03.052 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (97m) 2m ago 97m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:22:03.052 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (97m) 2m ago 97m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:22:03.052 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (94m) 2m ago 96m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:22:03.401 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:22:03.401 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:22:03.401 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:22:03.401 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:22:03.402 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:22:03.402 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:22:03.402 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:22:03.402 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:22:03.402 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:22:03.402 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:22:03.403 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:22:03.403 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:22:03.403 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:22:03.403 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:22:03.403 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:22:03.403 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:22:03.404 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:22:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:22:03] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:22:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:22:02.751762+0000 mgr.y (mgr.14556) 3303 : audit [DBG] from='client.18195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:22:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:22:03.042512+0000 mgr.y (mgr.14556) 3304 : audit [DBG] from='client.28115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:22:04.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:03.094516+0000 mgr.y (mgr.14556) 3305 : cluster [DBG] pgmap v2903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:04.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:22:03.401050+0000 mon.a (mon.0) 1352 : audit [DBG] from='client.? 172.21.15.23:0/2061629292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:22:04.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:22:02.751762+0000 mgr.y (mgr.14556) 3303 : audit [DBG] from='client.18195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:22:04.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:22:03.042512+0000 mgr.y (mgr.14556) 3304 : audit [DBG] from='client.28115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:22:04.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:03.094516+0000 mgr.y (mgr.14556) 3305 : cluster [DBG] pgmap v2903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:04.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:22:03.401050+0000 mon.a (mon.0) 1352 : audit [DBG] from='client.? 172.21.15.23:0/2061629292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:22:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:22:02.751762+0000 mgr.y (mgr.14556) 3303 : audit [DBG] from='client.18195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:22:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:22:03.042512+0000 mgr.y (mgr.14556) 3304 : audit [DBG] from='client.28115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:22:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:03.094516+0000 mgr.y (mgr.14556) 3305 : cluster [DBG] pgmap v2903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:22:03.401050+0000 mon.a (mon.0) 1352 : audit [DBG] from='client.? 172.21.15.23:0/2061629292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:22:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:05.094847+0000 mgr.y (mgr.14556) 3306 : cluster [DBG] pgmap v2904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:05.094847+0000 mgr.y (mgr.14556) 3306 : cluster [DBG] pgmap v2904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:05.094847+0000 mgr.y (mgr.14556) 3306 : cluster [DBG] pgmap v2904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:07.095641+0000 mgr.y (mgr.14556) 3307 : cluster [DBG] pgmap v2905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:07.095641+0000 mgr.y (mgr.14556) 3307 : cluster [DBG] pgmap v2905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:07.095641+0000 mgr.y (mgr.14556) 3307 : cluster [DBG] pgmap v2905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:09.096150+0000 mgr.y (mgr.14556) 3308 : cluster [DBG] pgmap v2906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:09.096150+0000 mgr.y (mgr.14556) 3308 : cluster [DBG] pgmap v2906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:09.096150+0000 mgr.y (mgr.14556) 3308 : cluster [DBG] pgmap v2906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:22:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:11.096956+0000 mgr.y (mgr.14556) 3309 : cluster [DBG] pgmap v2907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:11.096956+0000 mgr.y (mgr.14556) 3309 : cluster [DBG] pgmap v2907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:11.096956+0000 mgr.y (mgr.14556) 3309 : cluster [DBG] pgmap v2907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:22:13] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:22:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:13.097337+0000 mgr.y (mgr.14556) 3310 : cluster [DBG] pgmap v2908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:13.097337+0000 mgr.y (mgr.14556) 3310 : cluster [DBG] pgmap v2908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:13.097337+0000 mgr.y (mgr.14556) 3310 : cluster [DBG] pgmap v2908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:15.097847+0000 mgr.y (mgr.14556) 3311 : cluster [DBG] pgmap v2909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:15.097847+0000 mgr.y (mgr.14556) 3311 : cluster [DBG] pgmap v2909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:15.097847+0000 mgr.y (mgr.14556) 3311 : cluster [DBG] pgmap v2909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:17.098482+0000 mgr.y (mgr.14556) 3312 : cluster [DBG] pgmap v2910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:18.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:17.098482+0000 mgr.y (mgr.14556) 3312 : cluster [DBG] pgmap v2910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:17.098482+0000 mgr.y (mgr.14556) 3312 : cluster [DBG] pgmap v2910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:19.098934+0000 mgr.y (mgr.14556) 3313 : cluster [DBG] pgmap v2911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:19.098934+0000 mgr.y (mgr.14556) 3313 : cluster [DBG] pgmap v2911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:19.098934+0000 mgr.y (mgr.14556) 3313 : cluster [DBG] pgmap v2911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:22:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:21.099748+0000 mgr.y (mgr.14556) 3314 : cluster [DBG] pgmap v2912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:21.099748+0000 mgr.y (mgr.14556) 3314 : cluster [DBG] pgmap v2912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:21.099748+0000 mgr.y (mgr.14556) 3314 : cluster [DBG] pgmap v2912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:22:23] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:22:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:23.100313+0000 mgr.y (mgr.14556) 3315 : cluster [DBG] pgmap v2913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:23.100313+0000 mgr.y (mgr.14556) 3315 : cluster [DBG] pgmap v2913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:23.100313+0000 mgr.y (mgr.14556) 3315 : cluster [DBG] pgmap v2913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:22:24.820829+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:22:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:22:25.075421+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:22:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:22:25.084261+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:22:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:22:24.820829+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:22:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:22:25.075421+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:22:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:22:25.084261+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:22:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:22:24.820829+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:22:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:22:25.075421+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:22:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:22:25.084261+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:22:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:25.100670+0000 mgr.y (mgr.14556) 3316 : cluster [DBG] pgmap v2914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:22:25.379182+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:22:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:22:25.379830+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:22:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:22:25.388688+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:22:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:25.100670+0000 mgr.y (mgr.14556) 3316 : cluster [DBG] pgmap v2914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:22:25.379182+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:22:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:22:25.379830+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:22:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:22:25.388688+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:22:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:25.100670+0000 mgr.y (mgr.14556) 3316 : cluster [DBG] pgmap v2914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:22:25.379182+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:22:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:22:25.379830+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:22:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:22:25.388688+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:22:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:27.101414+0000 mgr.y (mgr.14556) 3317 : cluster [DBG] pgmap v2915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:27.101414+0000 mgr.y (mgr.14556) 3317 : cluster [DBG] pgmap v2915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:27.101414+0000 mgr.y (mgr.14556) 3317 : cluster [DBG] pgmap v2915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:29.101795+0000 mgr.y (mgr.14556) 3318 : cluster [DBG] pgmap v2916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:30.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:29.101795+0000 mgr.y (mgr.14556) 3318 : cluster [DBG] pgmap v2916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:30.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:29.101795+0000 mgr.y (mgr.14556) 3318 : cluster [DBG] pgmap v2916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:22:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:31.102515+0000 mgr.y (mgr.14556) 3319 : cluster [DBG] pgmap v2917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:31.102515+0000 mgr.y (mgr.14556) 3319 : cluster [DBG] pgmap v2917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:31.102515+0000 mgr.y (mgr.14556) 3319 : cluster [DBG] pgmap v2917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:33.723 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:22:34.011 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:22:34.011 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (95m) 3m ago 96m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:22:34.011 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (96m) 3m ago 96m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:22:34.011 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (97m) 3m ago 97m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:22:34.011 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (97m) 3m ago 97m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:22:34.011 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (100m) 3m ago 100m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:22:34.011 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (102m) 3m ago 102m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:22:34.011 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (102m) 3m ago 102m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:22:34.011 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (101m) 3m ago 101m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:22:34.011 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (101m) 3m ago 101m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:22:34.011 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (96m) 3m ago 96m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:22:34.012 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (96m) 3m ago 96m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:22:34.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (100m) 3m ago 100m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:22:34.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (100m) 3m ago 100m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:22:34.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (99m) 3m ago 99m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:22:34.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (99m) 3m ago 99m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:22:34.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (98m) 3m ago 98m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:22:34.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (98m) 3m ago 98m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:22:34.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (98m) 3m ago 98m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:22:34.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (97m) 3m ago 97m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:22:34.012 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (95m) 3m ago 96m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:22:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:22:33] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:22:34.363 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:22:34.363 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:22:34.363 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:22:34.363 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:22:34.363 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:22:34.363 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:22:34.363 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:22:34.364 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:22:34.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:22:34.364 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:22:34.364 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:22:34.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:22:34.364 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:22:34.364 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:22:34.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:22:34.364 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:22:34.364 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:22:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:33.102914+0000 mgr.y (mgr.14556) 3320 : cluster [DBG] pgmap v2918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:33.102914+0000 mgr.y (mgr.14556) 3320 : cluster [DBG] pgmap v2918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:33.102914+0000 mgr.y (mgr.14556) 3320 : cluster [DBG] pgmap v2918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:22:33.711713+0000 mgr.y (mgr.14556) 3321 : audit [DBG] from='client.18213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:22:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:22:34.002977+0000 mgr.y (mgr.14556) 3322 : audit [DBG] from='client.28133 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:22:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:22:34.363227+0000 mon.a (mon.0) 1359 : audit [DBG] from='client.? 172.21.15.23:0/3537324804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:22:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:22:33.711713+0000 mgr.y (mgr.14556) 3321 : audit [DBG] from='client.18213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:22:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:22:34.002977+0000 mgr.y (mgr.14556) 3322 : audit [DBG] from='client.28133 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:22:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:22:34.363227+0000 mon.a (mon.0) 1359 : audit [DBG] from='client.? 172.21.15.23:0/3537324804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:22:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:22:33.711713+0000 mgr.y (mgr.14556) 3321 : audit [DBG] from='client.18213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:22:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:22:34.002977+0000 mgr.y (mgr.14556) 3322 : audit [DBG] from='client.28133 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:22:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:22:34.363227+0000 mon.a (mon.0) 1359 : audit [DBG] from='client.? 172.21.15.23:0/3537324804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:22:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:35.103477+0000 mgr.y (mgr.14556) 3323 : cluster [DBG] pgmap v2919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:35.103477+0000 mgr.y (mgr.14556) 3323 : cluster [DBG] pgmap v2919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:35.103477+0000 mgr.y (mgr.14556) 3323 : cluster [DBG] pgmap v2919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:37.104129+0000 mgr.y (mgr.14556) 3324 : cluster [DBG] pgmap v2920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:37.104129+0000 mgr.y (mgr.14556) 3324 : cluster [DBG] pgmap v2920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:37.104129+0000 mgr.y (mgr.14556) 3324 : cluster [DBG] pgmap v2920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:39.104598+0000 mgr.y (mgr.14556) 3325 : cluster [DBG] pgmap v2921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:39.104598+0000 mgr.y (mgr.14556) 3325 : cluster [DBG] pgmap v2921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:39.104598+0000 mgr.y (mgr.14556) 3325 : cluster [DBG] pgmap v2921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:22:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:41.105242+0000 mgr.y (mgr.14556) 3326 : cluster [DBG] pgmap v2922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:41.105242+0000 mgr.y (mgr.14556) 3326 : cluster [DBG] pgmap v2922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:41.105242+0000 mgr.y (mgr.14556) 3326 : cluster [DBG] pgmap v2922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:22:43] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:22:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:43.105768+0000 mgr.y (mgr.14556) 3327 : cluster [DBG] pgmap v2923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:43.105768+0000 mgr.y (mgr.14556) 3327 : cluster [DBG] pgmap v2923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:43.105768+0000 mgr.y (mgr.14556) 3327 : cluster [DBG] pgmap v2923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:45.106207+0000 mgr.y (mgr.14556) 3328 : cluster [DBG] pgmap v2924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:45.106207+0000 mgr.y (mgr.14556) 3328 : cluster [DBG] pgmap v2924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:45.106207+0000 mgr.y (mgr.14556) 3328 : cluster [DBG] pgmap v2924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:47.106997+0000 mgr.y (mgr.14556) 3329 : cluster [DBG] pgmap v2925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:47.106997+0000 mgr.y (mgr.14556) 3329 : cluster [DBG] pgmap v2925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:47.106997+0000 mgr.y (mgr.14556) 3329 : cluster [DBG] pgmap v2925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:49.107441+0000 mgr.y (mgr.14556) 3330 : cluster [DBG] pgmap v2926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:49.107441+0000 mgr.y (mgr.14556) 3330 : cluster [DBG] pgmap v2926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:49.107441+0000 mgr.y (mgr.14556) 3330 : cluster [DBG] pgmap v2926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:22:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:51.108139+0000 mgr.y (mgr.14556) 3331 : cluster [DBG] pgmap v2927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:51.108139+0000 mgr.y (mgr.14556) 3331 : cluster [DBG] pgmap v2927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:51.108139+0000 mgr.y (mgr.14556) 3331 : cluster [DBG] pgmap v2927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:22:53] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:22:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:53.108666+0000 mgr.y (mgr.14556) 3332 : cluster [DBG] pgmap v2928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:53.108666+0000 mgr.y (mgr.14556) 3332 : cluster [DBG] pgmap v2928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:53.108666+0000 mgr.y (mgr.14556) 3332 : cluster [DBG] pgmap v2928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:55.109107+0000 mgr.y (mgr.14556) 3333 : cluster [DBG] pgmap v2929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:55.109107+0000 mgr.y (mgr.14556) 3333 : cluster [DBG] pgmap v2929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:55.109107+0000 mgr.y (mgr.14556) 3333 : cluster [DBG] pgmap v2929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:57.109813+0000 mgr.y (mgr.14556) 3334 : cluster [DBG] pgmap v2930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:58.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:57.109813+0000 mgr.y (mgr.14556) 3334 : cluster [DBG] pgmap v2930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:22:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:22:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:57.109813+0000 mgr.y (mgr.14556) 3334 : cluster [DBG] pgmap v2930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:22:59.110218+0000 mgr.y (mgr.14556) 3335 : cluster [DBG] pgmap v2931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:22:59.110218+0000 mgr.y (mgr.14556) 3335 : cluster [DBG] pgmap v2931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:22:59.110218+0000 mgr.y (mgr.14556) 3335 : cluster [DBG] pgmap v2931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:23:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:01.110871+0000 mgr.y (mgr.14556) 3336 : cluster [DBG] pgmap v2932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:01.110871+0000 mgr.y (mgr.14556) 3336 : cluster [DBG] pgmap v2932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:01.110871+0000 mgr.y (mgr.14556) 3336 : cluster [DBG] pgmap v2932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:23:03] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:23:04.689 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:23:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:03.111280+0000 mgr.y (mgr.14556) 3337 : cluster [DBG] pgmap v2933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:03.111280+0000 mgr.y (mgr.14556) 3337 : cluster [DBG] pgmap v2933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:03.111280+0000 mgr.y (mgr.14556) 3337 : cluster [DBG] pgmap v2933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:04.976 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:23:04.976 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (96m) 3m ago 96m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:23:04.976 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (96m) 3m ago 96m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:23:04.976 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (97m) 3m ago 97m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:23:04.976 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (97m) 3m ago 97m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:23:04.976 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (101m) 3m ago 101m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:23:04.976 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (103m) 3m ago 103m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:23:04.976 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (103m) 3m ago 103m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:23:04.976 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (101m) 3m ago 101m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:23:04.976 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (101m) 3m ago 101m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:23:04.977 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (97m) 3m ago 97m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:23:04.977 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (97m) 3m ago 97m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:23:04.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (101m) 3m ago 101m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:23:04.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (100m) 3m ago 100m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:23:04.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (100m) 3m ago 100m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:23:04.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (99m) 3m ago 99m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:23:04.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (99m) 3m ago 99m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:23:04.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (99m) 3m ago 99m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:23:04.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (98m) 3m ago 98m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:23:04.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (98m) 3m ago 98m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:23:04.977 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (95m) 3m ago 97m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:23:05.328 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:23:05.328 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:23:05.328 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:23:05.328 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:23:05.328 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:23:05.329 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:23:05.329 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:23:05.329 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:23:05.329 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:23:05.329 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:23:05.329 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:23:05.329 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:23:05.329 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:23:05.329 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:23:05.329 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:23:05.329 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:23:05.329 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:23:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:23:05.328388+0000 mon.a (mon.0) 1360 : audit [DBG] from='client.? 172.21.15.23:0/56911767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:23:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:23:05.328388+0000 mon.a (mon.0) 1360 : audit [DBG] from='client.? 172.21.15.23:0/56911767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:23:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:23:05.328388+0000 mon.a (mon.0) 1360 : audit [DBG] from='client.? 172.21.15.23:0/56911767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:23:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:23:04.677069+0000 mgr.y (mgr.14556) 3338 : audit [DBG] from='client.28145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:23:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:23:04.968006+0000 mgr.y (mgr.14556) 3339 : audit [DBG] from='client.28151 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:23:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:05.111595+0000 mgr.y (mgr.14556) 3340 : cluster [DBG] pgmap v2934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:23:04.677069+0000 mgr.y (mgr.14556) 3338 : audit [DBG] from='client.28145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:23:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:23:04.968006+0000 mgr.y (mgr.14556) 3339 : audit [DBG] from='client.28151 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:23:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:05.111595+0000 mgr.y (mgr.14556) 3340 : cluster [DBG] pgmap v2934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:23:04.677069+0000 mgr.y (mgr.14556) 3338 : audit [DBG] from='client.28145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:23:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:23:04.968006+0000 mgr.y (mgr.14556) 3339 : audit [DBG] from='client.28151 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:23:06.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:05.111595+0000 mgr.y (mgr.14556) 3340 : cluster [DBG] pgmap v2934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:07.112245+0000 mgr.y (mgr.14556) 3341 : cluster [DBG] pgmap v2935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:07.112245+0000 mgr.y (mgr.14556) 3341 : cluster [DBG] pgmap v2935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:07.112245+0000 mgr.y (mgr.14556) 3341 : cluster [DBG] pgmap v2935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:09.112832+0000 mgr.y (mgr.14556) 3342 : cluster [DBG] pgmap v2936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:09.112832+0000 mgr.y (mgr.14556) 3342 : cluster [DBG] pgmap v2936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:09.112832+0000 mgr.y (mgr.14556) 3342 : cluster [DBG] pgmap v2936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:23:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:11.113702+0000 mgr.y (mgr.14556) 3343 : cluster [DBG] pgmap v2937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:11.113702+0000 mgr.y (mgr.14556) 3343 : cluster [DBG] pgmap v2937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:11.113702+0000 mgr.y (mgr.14556) 3343 : cluster [DBG] pgmap v2937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:23:13] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:23:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:13.114135+0000 mgr.y (mgr.14556) 3344 : cluster [DBG] pgmap v2938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:13.114135+0000 mgr.y (mgr.14556) 3344 : cluster [DBG] pgmap v2938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:13.114135+0000 mgr.y (mgr.14556) 3344 : cluster [DBG] pgmap v2938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:15.114674+0000 mgr.y (mgr.14556) 3345 : cluster [DBG] pgmap v2939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:15.114674+0000 mgr.y (mgr.14556) 3345 : cluster [DBG] pgmap v2939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:15.114674+0000 mgr.y (mgr.14556) 3345 : cluster [DBG] pgmap v2939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:17.115603+0000 mgr.y (mgr.14556) 3346 : cluster [DBG] pgmap v2940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:17.115603+0000 mgr.y (mgr.14556) 3346 : cluster [DBG] pgmap v2940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:17.115603+0000 mgr.y (mgr.14556) 3346 : cluster [DBG] pgmap v2940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:19.115986+0000 mgr.y (mgr.14556) 3347 : cluster [DBG] pgmap v2941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:19.115986+0000 mgr.y (mgr.14556) 3347 : cluster [DBG] pgmap v2941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:19.115986+0000 mgr.y (mgr.14556) 3347 : cluster [DBG] pgmap v2941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:23:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:21.116665+0000 mgr.y (mgr.14556) 3348 : cluster [DBG] pgmap v2942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:21.116665+0000 mgr.y (mgr.14556) 3348 : cluster [DBG] pgmap v2942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:21.116665+0000 mgr.y (mgr.14556) 3348 : cluster [DBG] pgmap v2942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:23:23] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:23:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:23.117086+0000 mgr.y (mgr.14556) 3349 : cluster [DBG] pgmap v2943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:23.117086+0000 mgr.y (mgr.14556) 3349 : cluster [DBG] pgmap v2943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:24.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:23.117086+0000 mgr.y (mgr.14556) 3349 : cluster [DBG] pgmap v2943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:23:25.393077+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:23:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:23:25.393077+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:23:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:23:25.393077+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:23:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:25.117547+0000 mgr.y (mgr.14556) 3350 : cluster [DBG] pgmap v2944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:23:25.699592+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:23:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:23:25.700222+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:23:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:23:25.713412+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:23:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:25.117547+0000 mgr.y (mgr.14556) 3350 : cluster [DBG] pgmap v2944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:23:25.699592+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:23:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:23:25.700222+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:23:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:23:25.713412+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:23:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:25.117547+0000 mgr.y (mgr.14556) 3350 : cluster [DBG] pgmap v2944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:23:25.699592+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:23:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:23:25.700222+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:23:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:23:25.713412+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:23:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:27.118253+0000 mgr.y (mgr.14556) 3351 : cluster [DBG] pgmap v2945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:27.118253+0000 mgr.y (mgr.14556) 3351 : cluster [DBG] pgmap v2945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:27.118253+0000 mgr.y (mgr.14556) 3351 : cluster [DBG] pgmap v2945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:29.118726+0000 mgr.y (mgr.14556) 3352 : cluster [DBG] pgmap v2946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:29.118726+0000 mgr.y (mgr.14556) 3352 : cluster [DBG] pgmap v2946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:30.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:29.118726+0000 mgr.y (mgr.14556) 3352 : cluster [DBG] pgmap v2946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:23:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:31.119322+0000 mgr.y (mgr.14556) 3353 : cluster [DBG] pgmap v2947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:31.119322+0000 mgr.y (mgr.14556) 3353 : cluster [DBG] pgmap v2947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:31.119322+0000 mgr.y (mgr.14556) 3353 : cluster [DBG] pgmap v2947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:23:33] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:23:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:33.119691+0000 mgr.y (mgr.14556) 3354 : cluster [DBG] pgmap v2948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:33.119691+0000 mgr.y (mgr.14556) 3354 : cluster [DBG] pgmap v2948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:33.119691+0000 mgr.y (mgr.14556) 3354 : cluster [DBG] pgmap v2948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:35.654 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:23:35.940 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:23:35.941 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (96m) 4m ago 97m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:23:35.941 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (97m) 4m ago 97m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:23:35.941 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (98m) 4m ago 98m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:23:35.941 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (98m) 4m ago 98m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:23:35.941 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (101m) 4m ago 101m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:23:35.941 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (103m) 4m ago 103m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:23:35.941 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (103m) 4m ago 103m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:23:35.941 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (102m) 4m ago 102m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:23:35.941 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (102m) 4m ago 102m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:23:35.941 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (97m) 4m ago 97m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:23:35.941 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (97m) 4m ago 97m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:23:35.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (101m) 4m ago 101m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:23:35.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (101m) 4m ago 101m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:23:35.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (100m) 4m ago 100m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:23:35.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (100m) 4m ago 100m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:23:35.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (100m) 4m ago 100m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:23:35.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (99m) 4m ago 99m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:23:35.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (99m) 4m ago 99m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:23:35.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (98m) 4m ago 98m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:23:35.942 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (96m) 4m ago 97m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:23:36.295 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:23:36.296 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:23:36.297 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:23:36.297 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:23:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:35.120238+0000 mgr.y (mgr.14556) 3355 : cluster [DBG] pgmap v2949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:35.120238+0000 mgr.y (mgr.14556) 3355 : cluster [DBG] pgmap v2949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:35.120238+0000 mgr.y (mgr.14556) 3355 : cluster [DBG] pgmap v2949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:23:35.642039+0000 mgr.y (mgr.14556) 3356 : audit [DBG] from='client.18249 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:23:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:23:35.932898+0000 mgr.y (mgr.14556) 3357 : audit [DBG] from='client.18255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:23:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:23:36.294112+0000 mon.a (mon.0) 1365 : audit [DBG] from='client.? 172.21.15.23:0/1721715450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:23:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:23:35.642039+0000 mgr.y (mgr.14556) 3356 : audit [DBG] from='client.18249 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:23:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:23:35.932898+0000 mgr.y (mgr.14556) 3357 : audit [DBG] from='client.18255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:23:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:23:36.294112+0000 mon.a (mon.0) 1365 : audit [DBG] from='client.? 172.21.15.23:0/1721715450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:23:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:23:35.642039+0000 mgr.y (mgr.14556) 3356 : audit [DBG] from='client.18249 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:23:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:23:35.932898+0000 mgr.y (mgr.14556) 3357 : audit [DBG] from='client.18255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:23:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:23:36.294112+0000 mon.a (mon.0) 1365 : audit [DBG] from='client.? 172.21.15.23:0/1721715450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:23:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:37.120797+0000 mgr.y (mgr.14556) 3358 : cluster [DBG] pgmap v2950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:37.120797+0000 mgr.y (mgr.14556) 3358 : cluster [DBG] pgmap v2950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:37.120797+0000 mgr.y (mgr.14556) 3358 : cluster [DBG] pgmap v2950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:39.121290+0000 mgr.y (mgr.14556) 3359 : cluster [DBG] pgmap v2951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:39.121290+0000 mgr.y (mgr.14556) 3359 : cluster [DBG] pgmap v2951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:39.121290+0000 mgr.y (mgr.14556) 3359 : cluster [DBG] pgmap v2951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:23:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:41.122029+0000 mgr.y (mgr.14556) 3360 : cluster [DBG] pgmap v2952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:41.122029+0000 mgr.y (mgr.14556) 3360 : cluster [DBG] pgmap v2952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:41.122029+0000 mgr.y (mgr.14556) 3360 : cluster [DBG] pgmap v2952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:23:43] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T08:23:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:43.122542+0000 mgr.y (mgr.14556) 3361 : cluster [DBG] pgmap v2953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:43.122542+0000 mgr.y (mgr.14556) 3361 : cluster [DBG] pgmap v2953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:43.122542+0000 mgr.y (mgr.14556) 3361 : cluster [DBG] pgmap v2953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:45.123088+0000 mgr.y (mgr.14556) 3362 : cluster [DBG] pgmap v2954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:45.123088+0000 mgr.y (mgr.14556) 3362 : cluster [DBG] pgmap v2954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:45.123088+0000 mgr.y (mgr.14556) 3362 : cluster [DBG] pgmap v2954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:47.123816+0000 mgr.y (mgr.14556) 3363 : cluster [DBG] pgmap v2955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:47.123816+0000 mgr.y (mgr.14556) 3363 : cluster [DBG] pgmap v2955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:47.123816+0000 mgr.y (mgr.14556) 3363 : cluster [DBG] pgmap v2955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:49.124266+0000 mgr.y (mgr.14556) 3364 : cluster [DBG] pgmap v2956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:49.124266+0000 mgr.y (mgr.14556) 3364 : cluster [DBG] pgmap v2956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:49.124266+0000 mgr.y (mgr.14556) 3364 : cluster [DBG] pgmap v2956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:23:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:51.125085+0000 mgr.y (mgr.14556) 3365 : cluster [DBG] pgmap v2957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:51.125085+0000 mgr.y (mgr.14556) 3365 : cluster [DBG] pgmap v2957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:51.125085+0000 mgr.y (mgr.14556) 3365 : cluster [DBG] pgmap v2957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:23:53] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:23:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:53.125519+0000 mgr.y (mgr.14556) 3366 : cluster [DBG] pgmap v2958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:53.125519+0000 mgr.y (mgr.14556) 3366 : cluster [DBG] pgmap v2958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:53.125519+0000 mgr.y (mgr.14556) 3366 : cluster [DBG] pgmap v2958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:55.126059+0000 mgr.y (mgr.14556) 3367 : cluster [DBG] pgmap v2959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:55.126059+0000 mgr.y (mgr.14556) 3367 : cluster [DBG] pgmap v2959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:55.126059+0000 mgr.y (mgr.14556) 3367 : cluster [DBG] pgmap v2959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:23:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:57.126953+0000 mgr.y (mgr.14556) 3368 : cluster [DBG] pgmap v2960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:58.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:23:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:57.126953+0000 mgr.y (mgr.14556) 3368 : cluster [DBG] pgmap v2960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:23:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:23:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:57.126953+0000 mgr.y (mgr.14556) 3368 : cluster [DBG] pgmap v2960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:23:59.127376+0000 mgr.y (mgr.14556) 3369 : cluster [DBG] pgmap v2961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:23:59.127376+0000 mgr.y (mgr.14556) 3369 : cluster [DBG] pgmap v2961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:23:59.127376+0000 mgr.y (mgr.14556) 3369 : cluster [DBG] pgmap v2961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:24:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:01.128177+0000 mgr.y (mgr.14556) 3370 : cluster [DBG] pgmap v2962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:01.128177+0000 mgr.y (mgr.14556) 3370 : cluster [DBG] pgmap v2962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:01.128177+0000 mgr.y (mgr.14556) 3370 : cluster [DBG] pgmap v2962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:24:03] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:24:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:03.128738+0000 mgr.y (mgr.14556) 3371 : cluster [DBG] pgmap v2963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:03.128738+0000 mgr.y (mgr.14556) 3371 : cluster [DBG] pgmap v2963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:03.128738+0000 mgr.y (mgr.14556) 3371 : cluster [DBG] pgmap v2963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:06.621 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:24:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:05.129225+0000 mgr.y (mgr.14556) 3372 : cluster [DBG] pgmap v2964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:05.129225+0000 mgr.y (mgr.14556) 3372 : cluster [DBG] pgmap v2964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:06.910 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:24:06.910 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (97m) 4m ago 97m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:24:06.910 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (97m) 4m ago 97m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:24:06.910 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (98m) 4m ago 98m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:24:06.910 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (98m) 4m ago 98m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:24:06.910 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (102m) 4m ago 102m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:24:06.910 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (104m) 4m ago 104m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:24:06.910 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (104m) 4m ago 104m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:24:06.910 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (102m) 4m ago 102m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:24:06.910 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (102m) 4m ago 102m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:24:06.911 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (98m) 4m ago 98m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:24:06.911 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (98m) 4m ago 98m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:24:06.911 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (102m) 4m ago 102m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:24:06.911 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (101m) 4m ago 101m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:24:06.911 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (101m) 4m ago 101m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:24:06.911 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (100m) 4m ago 100m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:24:06.911 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (100m) 4m ago 100m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:24:06.911 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (100m) 4m ago 100m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:24:06.911 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (99m) 4m ago 99m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:24:06.911 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (99m) 4m ago 99m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:24:06.911 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (97m) 4m ago 98m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:24:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:05.129225+0000 mgr.y (mgr.14556) 3372 : cluster [DBG] pgmap v2964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:07.261 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:24:07.262 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:24:07.263 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:24:07.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:24:06.609992+0000 mgr.y (mgr.14556) 3373 : audit [DBG] from='client.28181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:24:07.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:24:07.261683+0000 mon.c (mon.2) 113 : audit [DBG] from='client.? 172.21.15.23:0/2745385908' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:24:07.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:24:06.609992+0000 mgr.y (mgr.14556) 3373 : audit [DBG] from='client.28181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:24:07.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:24:07.261683+0000 mon.c (mon.2) 113 : audit [DBG] from='client.? 172.21.15.23:0/2745385908' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:24:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:24:06.609992+0000 mgr.y (mgr.14556) 3373 : audit [DBG] from='client.28181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:24:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:24:07.261683+0000 mon.c (mon.2) 113 : audit [DBG] from='client.? 172.21.15.23:0/2745385908' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:24:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:24:06.902193+0000 mgr.y (mgr.14556) 3374 : audit [DBG] from='client.18273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:24:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:07.129775+0000 mgr.y (mgr.14556) 3375 : cluster [DBG] pgmap v2965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:08.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:24:06.902193+0000 mgr.y (mgr.14556) 3374 : audit [DBG] from='client.18273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:24:08.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:07.129775+0000 mgr.y (mgr.14556) 3375 : cluster [DBG] pgmap v2965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:24:06.902193+0000 mgr.y (mgr.14556) 3374 : audit [DBG] from='client.18273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:24:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:07.129775+0000 mgr.y (mgr.14556) 3375 : cluster [DBG] pgmap v2965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:09.130398+0000 mgr.y (mgr.14556) 3376 : cluster [DBG] pgmap v2966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:09.130398+0000 mgr.y (mgr.14556) 3376 : cluster [DBG] pgmap v2966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:09.130398+0000 mgr.y (mgr.14556) 3376 : cluster [DBG] pgmap v2966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:24:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:11.131152+0000 mgr.y (mgr.14556) 3377 : cluster [DBG] pgmap v2967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:11.131152+0000 mgr.y (mgr.14556) 3377 : cluster [DBG] pgmap v2967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:11.131152+0000 mgr.y (mgr.14556) 3377 : cluster [DBG] pgmap v2967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:24:13] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T08:24:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:13.131617+0000 mgr.y (mgr.14556) 3378 : cluster [DBG] pgmap v2968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:13.131617+0000 mgr.y (mgr.14556) 3378 : cluster [DBG] pgmap v2968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:13.131617+0000 mgr.y (mgr.14556) 3378 : cluster [DBG] pgmap v2968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:15.132105+0000 mgr.y (mgr.14556) 3379 : cluster [DBG] pgmap v2969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:15.132105+0000 mgr.y (mgr.14556) 3379 : cluster [DBG] pgmap v2969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:15.132105+0000 mgr.y (mgr.14556) 3379 : cluster [DBG] pgmap v2969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:17.133002+0000 mgr.y (mgr.14556) 3380 : cluster [DBG] pgmap v2970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:18.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:17.133002+0000 mgr.y (mgr.14556) 3380 : cluster [DBG] pgmap v2970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:17.133002+0000 mgr.y (mgr.14556) 3380 : cluster [DBG] pgmap v2970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:19.133602+0000 mgr.y (mgr.14556) 3381 : cluster [DBG] pgmap v2971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:19.133602+0000 mgr.y (mgr.14556) 3381 : cluster [DBG] pgmap v2971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:19.133602+0000 mgr.y (mgr.14556) 3381 : cluster [DBG] pgmap v2971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:24:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:21.134524+0000 mgr.y (mgr.14556) 3382 : cluster [DBG] pgmap v2972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:22.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:21.134524+0000 mgr.y (mgr.14556) 3382 : cluster [DBG] pgmap v2972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:21.134524+0000 mgr.y (mgr.14556) 3382 : cluster [DBG] pgmap v2972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:24:23] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:24:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:23.134899+0000 mgr.y (mgr.14556) 3383 : cluster [DBG] pgmap v2973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:23.134899+0000 mgr.y (mgr.14556) 3383 : cluster [DBG] pgmap v2973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:23.134899+0000 mgr.y (mgr.14556) 3383 : cluster [DBG] pgmap v2973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:25.135378+0000 mgr.y (mgr.14556) 3384 : cluster [DBG] pgmap v2974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:24:25.717966+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:24:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:24:26.023624+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:24:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:24:26.024280+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:24:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:24:26.030895+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:24:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:25.135378+0000 mgr.y (mgr.14556) 3384 : cluster [DBG] pgmap v2974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:24:25.717966+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:24:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:24:26.023624+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:24:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:24:26.024280+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:24:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:24:26.030895+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:24:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:25.135378+0000 mgr.y (mgr.14556) 3384 : cluster [DBG] pgmap v2974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:24:25.717966+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:24:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:24:26.023624+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:24:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:24:26.024280+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:24:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:24:26.030895+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:24:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:27.136142+0000 mgr.y (mgr.14556) 3385 : cluster [DBG] pgmap v2975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:27.136142+0000 mgr.y (mgr.14556) 3385 : cluster [DBG] pgmap v2975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:27.136142+0000 mgr.y (mgr.14556) 3385 : cluster [DBG] pgmap v2975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:29.136586+0000 mgr.y (mgr.14556) 3386 : cluster [DBG] pgmap v2976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:30.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:29.136586+0000 mgr.y (mgr.14556) 3386 : cluster [DBG] pgmap v2976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:29.136586+0000 mgr.y (mgr.14556) 3386 : cluster [DBG] pgmap v2976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:24:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:31.137510+0000 mgr.y (mgr.14556) 3387 : cluster [DBG] pgmap v2977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:31.137510+0000 mgr.y (mgr.14556) 3387 : cluster [DBG] pgmap v2977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:31.137510+0000 mgr.y (mgr.14556) 3387 : cluster [DBG] pgmap v2977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:24:33] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:24:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:33.138052+0000 mgr.y (mgr.14556) 3388 : cluster [DBG] pgmap v2978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:33.138052+0000 mgr.y (mgr.14556) 3388 : cluster [DBG] pgmap v2978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:33.138052+0000 mgr.y (mgr.14556) 3388 : cluster [DBG] pgmap v2978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:35.138634+0000 mgr.y (mgr.14556) 3389 : cluster [DBG] pgmap v2979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:35.138634+0000 mgr.y (mgr.14556) 3389 : cluster [DBG] pgmap v2979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:35.138634+0000 mgr.y (mgr.14556) 3389 : cluster [DBG] pgmap v2979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:37.585 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:24:37.870 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:24:37.870 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (97m) 5m ago 98m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:24:37.870 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (98m) 5m ago 98m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (99m) 5m ago 99m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (99m) 5m ago 99m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (102m) 5m ago 102m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (104m) 5m ago 104m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (104m) 5m ago 104m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (103m) 5m ago 103m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (103m) 5m ago 103m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (98m) 5m ago 98m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (98m) 5m ago 98m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (102m) 5m ago 102m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (102m) 5m ago 102m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (101m) 5m ago 101m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (101m) 5m ago 101m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:24:37.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (101m) 5m ago 101m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:24:37.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (100m) 5m ago 100m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:24:37.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (100m) 5m ago 100m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:24:37.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (99m) 5m ago 99m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:24:37.872 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (97m) 5m ago 98m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:24:38.221 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:24:38.221 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:24:38.221 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:24:38.221 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:24:38.221 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:24:38.221 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:24:38.221 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:24:38.221 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:24:38.221 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:24:38.222 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:24:38.222 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:24:38.222 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:24:38.222 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:24:38.222 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:24:38.222 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:24:38.222 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:24:38.222 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:24:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:37.139288+0000 mgr.y (mgr.14556) 3390 : cluster [DBG] pgmap v2980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:24:37.573374+0000 mgr.y (mgr.14556) 3391 : audit [DBG] from='client.28199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:24:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:24:38.220820+0000 mon.a (mon.0) 1370 : audit [DBG] from='client.? 172.21.15.23:0/329004974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:24:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:37.139288+0000 mgr.y (mgr.14556) 3390 : cluster [DBG] pgmap v2980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:24:37.573374+0000 mgr.y (mgr.14556) 3391 : audit [DBG] from='client.28199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:24:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:24:38.220820+0000 mon.a (mon.0) 1370 : audit [DBG] from='client.? 172.21.15.23:0/329004974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:24:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:37.139288+0000 mgr.y (mgr.14556) 3390 : cluster [DBG] pgmap v2980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:24:37.573374+0000 mgr.y (mgr.14556) 3391 : audit [DBG] from='client.28199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:24:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:24:38.220820+0000 mon.a (mon.0) 1370 : audit [DBG] from='client.? 172.21.15.23:0/329004974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:24:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:24:37.862540+0000 mgr.y (mgr.14556) 3392 : audit [DBG] from='client.28205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:24:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:24:37.862540+0000 mgr.y (mgr.14556) 3392 : audit [DBG] from='client.28205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:24:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:24:37.862540+0000 mgr.y (mgr.14556) 3392 : audit [DBG] from='client.28205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:24:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:39.139739+0000 mgr.y (mgr.14556) 3393 : cluster [DBG] pgmap v2981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:39.139739+0000 mgr.y (mgr.14556) 3393 : cluster [DBG] pgmap v2981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:39.139739+0000 mgr.y (mgr.14556) 3393 : cluster [DBG] pgmap v2981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:24:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:41.140441+0000 mgr.y (mgr.14556) 3394 : cluster [DBG] pgmap v2982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:41.140441+0000 mgr.y (mgr.14556) 3394 : cluster [DBG] pgmap v2982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:41.140441+0000 mgr.y (mgr.14556) 3394 : cluster [DBG] pgmap v2982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:24:43] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T08:24:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:43.140782+0000 mgr.y (mgr.14556) 3395 : cluster [DBG] pgmap v2983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:43.140782+0000 mgr.y (mgr.14556) 3395 : cluster [DBG] pgmap v2983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:43.140782+0000 mgr.y (mgr.14556) 3395 : cluster [DBG] pgmap v2983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:46.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:45.141202+0000 mgr.y (mgr.14556) 3396 : cluster [DBG] pgmap v2984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:45.141202+0000 mgr.y (mgr.14556) 3396 : cluster [DBG] pgmap v2984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:45.141202+0000 mgr.y (mgr.14556) 3396 : cluster [DBG] pgmap v2984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:47.141884+0000 mgr.y (mgr.14556) 3397 : cluster [DBG] pgmap v2985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:47.141884+0000 mgr.y (mgr.14556) 3397 : cluster [DBG] pgmap v2985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:47.141884+0000 mgr.y (mgr.14556) 3397 : cluster [DBG] pgmap v2985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:49.142373+0000 mgr.y (mgr.14556) 3398 : cluster [DBG] pgmap v2986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:50.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:49.142373+0000 mgr.y (mgr.14556) 3398 : cluster [DBG] pgmap v2986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:49.142373+0000 mgr.y (mgr.14556) 3398 : cluster [DBG] pgmap v2986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:24:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:51.143098+0000 mgr.y (mgr.14556) 3399 : cluster [DBG] pgmap v2987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:51.143098+0000 mgr.y (mgr.14556) 3399 : cluster [DBG] pgmap v2987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:51.143098+0000 mgr.y (mgr.14556) 3399 : cluster [DBG] pgmap v2987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:24:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:24:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:53.143672+0000 mgr.y (mgr.14556) 3400 : cluster [DBG] pgmap v2988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:53.143672+0000 mgr.y (mgr.14556) 3400 : cluster [DBG] pgmap v2988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:53.143672+0000 mgr.y (mgr.14556) 3400 : cluster [DBG] pgmap v2988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:55.144042+0000 mgr.y (mgr.14556) 3401 : cluster [DBG] pgmap v2989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:55.144042+0000 mgr.y (mgr.14556) 3401 : cluster [DBG] pgmap v2989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:55.144042+0000 mgr.y (mgr.14556) 3401 : cluster [DBG] pgmap v2989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:24:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:57.144719+0000 mgr.y (mgr.14556) 3402 : cluster [DBG] pgmap v2990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:24:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:57.144719+0000 mgr.y (mgr.14556) 3402 : cluster [DBG] pgmap v2990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:24:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:24:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:57.144719+0000 mgr.y (mgr.14556) 3402 : cluster [DBG] pgmap v2990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:24:59.145058+0000 mgr.y (mgr.14556) 3403 : cluster [DBG] pgmap v2991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:24:59.145058+0000 mgr.y (mgr.14556) 3403 : cluster [DBG] pgmap v2991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:24:59.145058+0000 mgr.y (mgr.14556) 3403 : cluster [DBG] pgmap v2991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:25:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:01.145752+0000 mgr.y (mgr.14556) 3404 : cluster [DBG] pgmap v2992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:01.145752+0000 mgr.y (mgr.14556) 3404 : cluster [DBG] pgmap v2992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:01.145752+0000 mgr.y (mgr.14556) 3404 : cluster [DBG] pgmap v2992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:25:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:25:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:03.146215+0000 mgr.y (mgr.14556) 3405 : cluster [DBG] pgmap v2993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:03.146215+0000 mgr.y (mgr.14556) 3405 : cluster [DBG] pgmap v2993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:03.146215+0000 mgr.y (mgr.14556) 3405 : cluster [DBG] pgmap v2993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:05.146613+0000 mgr.y (mgr.14556) 3406 : cluster [DBG] pgmap v2994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:05.146613+0000 mgr.y (mgr.14556) 3406 : cluster [DBG] pgmap v2994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:05.146613+0000 mgr.y (mgr.14556) 3406 : cluster [DBG] pgmap v2994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:08.546 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:25:08.833 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (98m) 5m ago 98m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (98m) 5m ago 98m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (99m) 5m ago 99m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (99m) 5m ago 99m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (103m) 5m ago 103m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (105m) 5m ago 105m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (105m) 5m ago 105m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (103m) 5m ago 103m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (103m) 5m ago 103m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (99m) 5m ago 99m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (99m) 5m ago 99m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (103m) 5m ago 103m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:25:08.834 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (102m) 5m ago 102m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:25:08.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (102m) 5m ago 102m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:25:08.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (101m) 5m ago 101m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:25:08.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (101m) 5m ago 101m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:25:08.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (101m) 5m ago 101m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:25:08.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (100m) 5m ago 100m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:25:08.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (100m) 5m ago 100m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:25:08.835 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (98m) 5m ago 99m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:25:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:07.147441+0000 mgr.y (mgr.14556) 3407 : cluster [DBG] pgmap v2995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:07.147441+0000 mgr.y (mgr.14556) 3407 : cluster [DBG] pgmap v2995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:07.147441+0000 mgr.y (mgr.14556) 3407 : cluster [DBG] pgmap v2995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:09.182 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:25:09.182 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:25:09.182 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:25:09.182 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:25:09.182 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:25:09.182 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:25:09.182 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:25:09.182 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:25:09.182 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:25:09.182 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:25:09.182 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:25:09.183 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:25:09.183 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:25:09.183 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:25:09.183 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:25:09.183 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:25:09.183 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:25:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:25:08.534583+0000 mgr.y (mgr.14556) 3408 : audit [DBG] from='client.28217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:25:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:25:09.181866+0000 mon.a (mon.0) 1371 : audit [DBG] from='client.? 172.21.15.23:0/2211719472' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:25:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:25:08.534583+0000 mgr.y (mgr.14556) 3408 : audit [DBG] from='client.28217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:25:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:25:09.181866+0000 mon.a (mon.0) 1371 : audit [DBG] from='client.? 172.21.15.23:0/2211719472' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:25:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:25:08.534583+0000 mgr.y (mgr.14556) 3408 : audit [DBG] from='client.28217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:25:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:25:09.181866+0000 mon.a (mon.0) 1371 : audit [DBG] from='client.? 172.21.15.23:0/2211719472' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:25:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:25:08.825590+0000 mgr.y (mgr.14556) 3409 : audit [DBG] from='client.18309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:25:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:09.147761+0000 mgr.y (mgr.14556) 3410 : cluster [DBG] pgmap v2996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:25:08.825590+0000 mgr.y (mgr.14556) 3409 : audit [DBG] from='client.18309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:25:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:09.147761+0000 mgr.y (mgr.14556) 3410 : cluster [DBG] pgmap v2996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:25:08.825590+0000 mgr.y (mgr.14556) 3409 : audit [DBG] from='client.18309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:25:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:09.147761+0000 mgr.y (mgr.14556) 3410 : cluster [DBG] pgmap v2996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:25:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:11.148503+0000 mgr.y (mgr.14556) 3411 : cluster [DBG] pgmap v2997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:11.148503+0000 mgr.y (mgr.14556) 3411 : cluster [DBG] pgmap v2997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:11.148503+0000 mgr.y (mgr.14556) 3411 : cluster [DBG] pgmap v2997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:25:13] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:25:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:13.149037+0000 mgr.y (mgr.14556) 3412 : cluster [DBG] pgmap v2998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:13.149037+0000 mgr.y (mgr.14556) 3412 : cluster [DBG] pgmap v2998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:13.149037+0000 mgr.y (mgr.14556) 3412 : cluster [DBG] pgmap v2998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:15.149537+0000 mgr.y (mgr.14556) 3413 : cluster [DBG] pgmap v2999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:15.149537+0000 mgr.y (mgr.14556) 3413 : cluster [DBG] pgmap v2999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:15.149537+0000 mgr.y (mgr.14556) 3413 : cluster [DBG] pgmap v2999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:17.150186+0000 mgr.y (mgr.14556) 3414 : cluster [DBG] pgmap v3000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:17.150186+0000 mgr.y (mgr.14556) 3414 : cluster [DBG] pgmap v3000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:17.150186+0000 mgr.y (mgr.14556) 3414 : cluster [DBG] pgmap v3000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:19.150715+0000 mgr.y (mgr.14556) 3415 : cluster [DBG] pgmap v3001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:19.150715+0000 mgr.y (mgr.14556) 3415 : cluster [DBG] pgmap v3001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:19.150715+0000 mgr.y (mgr.14556) 3415 : cluster [DBG] pgmap v3001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:25:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:21.151309+0000 mgr.y (mgr.14556) 3416 : cluster [DBG] pgmap v3002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:21.151309+0000 mgr.y (mgr.14556) 3416 : cluster [DBG] pgmap v3002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:22.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:21.151309+0000 mgr.y (mgr.14556) 3416 : cluster [DBG] pgmap v3002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:25:23] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:25:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:23.151879+0000 mgr.y (mgr.14556) 3417 : cluster [DBG] pgmap v3003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:23.151879+0000 mgr.y (mgr.14556) 3417 : cluster [DBG] pgmap v3003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:23.151879+0000 mgr.y (mgr.14556) 3417 : cluster [DBG] pgmap v3003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:25.152523+0000 mgr.y (mgr.14556) 3418 : cluster [DBG] pgmap v3004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:25:26.035291+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:25:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:25:26.342272+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:25:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:25:26.342921+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:25:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:25:26.348999+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:25:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:25.152523+0000 mgr.y (mgr.14556) 3418 : cluster [DBG] pgmap v3004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:25:26.035291+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:25:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:25:26.342272+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:25:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:25:26.342921+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:25:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:25:26.348999+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:25:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:25.152523+0000 mgr.y (mgr.14556) 3418 : cluster [DBG] pgmap v3004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:25:26.035291+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:25:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:25:26.342272+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:25:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:25:26.342921+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:25:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:25:26.348999+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:25:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:27.153238+0000 mgr.y (mgr.14556) 3419 : cluster [DBG] pgmap v3005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:27.153238+0000 mgr.y (mgr.14556) 3419 : cluster [DBG] pgmap v3005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:27.153238+0000 mgr.y (mgr.14556) 3419 : cluster [DBG] pgmap v3005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:29.153850+0000 mgr.y (mgr.14556) 3420 : cluster [DBG] pgmap v3006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:29.153850+0000 mgr.y (mgr.14556) 3420 : cluster [DBG] pgmap v3006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:29.153850+0000 mgr.y (mgr.14556) 3420 : cluster [DBG] pgmap v3006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:25:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:31.154682+0000 mgr.y (mgr.14556) 3421 : cluster [DBG] pgmap v3007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:31.154682+0000 mgr.y (mgr.14556) 3421 : cluster [DBG] pgmap v3007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:31.154682+0000 mgr.y (mgr.14556) 3421 : cluster [DBG] pgmap v3007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:25:33] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:25:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:33.155280+0000 mgr.y (mgr.14556) 3422 : cluster [DBG] pgmap v3008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:33.155280+0000 mgr.y (mgr.14556) 3422 : cluster [DBG] pgmap v3008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:33.155280+0000 mgr.y (mgr.14556) 3422 : cluster [DBG] pgmap v3008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:35.155731+0000 mgr.y (mgr.14556) 3423 : cluster [DBG] pgmap v3009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:35.155731+0000 mgr.y (mgr.14556) 3423 : cluster [DBG] pgmap v3009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:35.155731+0000 mgr.y (mgr.14556) 3423 : cluster [DBG] pgmap v3009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:37.156443+0000 mgr.y (mgr.14556) 3424 : cluster [DBG] pgmap v3010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:37.156443+0000 mgr.y (mgr.14556) 3424 : cluster [DBG] pgmap v3010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:37.156443+0000 mgr.y (mgr.14556) 3424 : cluster [DBG] pgmap v3010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:39.504 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:25:39.793 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:25:39.793 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (98m) 6m ago 99m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:25:39.793 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (99m) 6m ago 99m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (100m) 6m ago 100m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (100m) 6m ago 100m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (104m) 6m ago 104m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (105m) 6m ago 105m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (105m) 6m ago 105m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (104m) 6m ago 104m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (104m) 6m ago 104m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (99m) 6m ago 99m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (99m) 6m ago 99m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (103m) 6m ago 103m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (103m) 6m ago 103m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (102m) 6m ago 102m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:25:39.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (102m) 6m ago 102m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:25:39.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (102m) 6m ago 102m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:25:39.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (101m) 6m ago 101m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:25:39.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (101m) 6m ago 101m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:25:39.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (100m) 6m ago 100m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:25:39.795 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (98m) 6m ago 99m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:25:40.143 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:25:40.143 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:25:40.143 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:25:40.144 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:25:40.145 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:25:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:39.156936+0000 mgr.y (mgr.14556) 3425 : cluster [DBG] pgmap v3011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:25:39.492094+0000 mgr.y (mgr.14556) 3426 : audit [DBG] from='client.18321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:25:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:25:40.143593+0000 mon.a (mon.0) 1376 : audit [DBG] from='client.? 172.21.15.23:0/390036691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:25:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:39.156936+0000 mgr.y (mgr.14556) 3425 : cluster [DBG] pgmap v3011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:25:39.492094+0000 mgr.y (mgr.14556) 3426 : audit [DBG] from='client.18321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:25:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:25:40.143593+0000 mon.a (mon.0) 1376 : audit [DBG] from='client.? 172.21.15.23:0/390036691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:25:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:39.156936+0000 mgr.y (mgr.14556) 3425 : cluster [DBG] pgmap v3011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:25:39.492094+0000 mgr.y (mgr.14556) 3426 : audit [DBG] from='client.18321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:25:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:25:40.143593+0000 mon.a (mon.0) 1376 : audit [DBG] from='client.? 172.21.15.23:0/390036691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:25:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:25:39.785228+0000 mgr.y (mgr.14556) 3427 : audit [DBG] from='client.18327 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:25:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:25:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:25:39.785228+0000 mgr.y (mgr.14556) 3427 : audit [DBG] from='client.18327 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:25:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:25:39.785228+0000 mgr.y (mgr.14556) 3427 : audit [DBG] from='client.18327 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:25:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:41.157693+0000 mgr.y (mgr.14556) 3428 : cluster [DBG] pgmap v3012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:41.157693+0000 mgr.y (mgr.14556) 3428 : cluster [DBG] pgmap v3012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:41.157693+0000 mgr.y (mgr.14556) 3428 : cluster [DBG] pgmap v3012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:25:43] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:25:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:43.158021+0000 mgr.y (mgr.14556) 3429 : cluster [DBG] pgmap v3013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:43.158021+0000 mgr.y (mgr.14556) 3429 : cluster [DBG] pgmap v3013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:43.158021+0000 mgr.y (mgr.14556) 3429 : cluster [DBG] pgmap v3013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:45.158604+0000 mgr.y (mgr.14556) 3430 : cluster [DBG] pgmap v3014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:45.158604+0000 mgr.y (mgr.14556) 3430 : cluster [DBG] pgmap v3014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:45.158604+0000 mgr.y (mgr.14556) 3430 : cluster [DBG] pgmap v3014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:47.159316+0000 mgr.y (mgr.14556) 3431 : cluster [DBG] pgmap v3015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:47.159316+0000 mgr.y (mgr.14556) 3431 : cluster [DBG] pgmap v3015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:47.159316+0000 mgr.y (mgr.14556) 3431 : cluster [DBG] pgmap v3015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:49.159742+0000 mgr.y (mgr.14556) 3432 : cluster [DBG] pgmap v3016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:49.159742+0000 mgr.y (mgr.14556) 3432 : cluster [DBG] pgmap v3016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:49.159742+0000 mgr.y (mgr.14556) 3432 : cluster [DBG] pgmap v3016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:25:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:51.160550+0000 mgr.y (mgr.14556) 3433 : cluster [DBG] pgmap v3017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:51.160550+0000 mgr.y (mgr.14556) 3433 : cluster [DBG] pgmap v3017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:51.160550+0000 mgr.y (mgr.14556) 3433 : cluster [DBG] pgmap v3017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:25:53] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:25:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:53.161117+0000 mgr.y (mgr.14556) 3434 : cluster [DBG] pgmap v3018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:53.161117+0000 mgr.y (mgr.14556) 3434 : cluster [DBG] pgmap v3018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:53.161117+0000 mgr.y (mgr.14556) 3434 : cluster [DBG] pgmap v3018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:55.161570+0000 mgr.y (mgr.14556) 3435 : cluster [DBG] pgmap v3019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:55.161570+0000 mgr.y (mgr.14556) 3435 : cluster [DBG] pgmap v3019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:55.161570+0000 mgr.y (mgr.14556) 3435 : cluster [DBG] pgmap v3019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:25:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:57.162242+0000 mgr.y (mgr.14556) 3436 : cluster [DBG] pgmap v3020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:25:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:57.162242+0000 mgr.y (mgr.14556) 3436 : cluster [DBG] pgmap v3020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:25:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:25:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:57.162242+0000 mgr.y (mgr.14556) 3436 : cluster [DBG] pgmap v3020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:25:59.162803+0000 mgr.y (mgr.14556) 3437 : cluster [DBG] pgmap v3021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:25:59.162803+0000 mgr.y (mgr.14556) 3437 : cluster [DBG] pgmap v3021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:25:59.162803+0000 mgr.y (mgr.14556) 3437 : cluster [DBG] pgmap v3021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:26:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:01.163473+0000 mgr.y (mgr.14556) 3438 : cluster [DBG] pgmap v3022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:01.163473+0000 mgr.y (mgr.14556) 3438 : cluster [DBG] pgmap v3022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:01.163473+0000 mgr.y (mgr.14556) 3438 : cluster [DBG] pgmap v3022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:26:03] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:26:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:03.163943+0000 mgr.y (mgr.14556) 3439 : cluster [DBG] pgmap v3023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:03.163943+0000 mgr.y (mgr.14556) 3439 : cluster [DBG] pgmap v3023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:03.163943+0000 mgr.y (mgr.14556) 3439 : cluster [DBG] pgmap v3023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:05.164255+0000 mgr.y (mgr.14556) 3440 : cluster [DBG] pgmap v3024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:05.164255+0000 mgr.y (mgr.14556) 3440 : cluster [DBG] pgmap v3024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:05.164255+0000 mgr.y (mgr.14556) 3440 : cluster [DBG] pgmap v3024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:07.165056+0000 mgr.y (mgr.14556) 3441 : cluster [DBG] pgmap v3025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:07.165056+0000 mgr.y (mgr.14556) 3441 : cluster [DBG] pgmap v3025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:07.165056+0000 mgr.y (mgr.14556) 3441 : cluster [DBG] pgmap v3025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:10.471 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:26:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:09.165464+0000 mgr.y (mgr.14556) 3442 : cluster [DBG] pgmap v3026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:09.165464+0000 mgr.y (mgr.14556) 3442 : cluster [DBG] pgmap v3026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:09.165464+0000 mgr.y (mgr.14556) 3442 : cluster [DBG] pgmap v3026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:10.761 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:26:10.761 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (99m) 6m ago 99m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:26:10.761 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (99m) 6m ago 99m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:26:10.761 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (100m) 6m ago 100m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:26:10.761 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (100m) 6m ago 100m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:26:10.761 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (104m) 6m ago 104m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:26:10.761 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (106m) 6m ago 106m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:26:10.761 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (106m) 6m ago 106m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:26:10.761 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (104m) 6m ago 104m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:26:10.761 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (104m) 6m ago 104m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:26:10.761 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (100m) 6m ago 100m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:26:10.762 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (100m) 6m ago 100m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:26:10.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (104m) 6m ago 104m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:26:10.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (103m) 6m ago 103m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:26:10.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (103m) 6m ago 103m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:26:10.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (102m) 6m ago 102m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:26:10.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (102m) 6m ago 102m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:26:10.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (102m) 6m ago 102m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:26:10.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (101m) 6m ago 101m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:26:10.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (101m) 6m ago 101m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:26:10.762 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (99m) 6m ago 100m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:26:11.109 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:26:11.110 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:26:11.111 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:26:11.111 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:26:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:26:10.459938+0000 mgr.y (mgr.14556) 3443 : audit [DBG] from='client.18339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:26:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:26:11.109720+0000 mon.a (mon.0) 1377 : audit [DBG] from='client.? 172.21.15.23:0/3215487203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:26:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:26:10.459938+0000 mgr.y (mgr.14556) 3443 : audit [DBG] from='client.18339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:26:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:26:11.109720+0000 mon.a (mon.0) 1377 : audit [DBG] from='client.? 172.21.15.23:0/3215487203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:26:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:26:11.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:26:10.459938+0000 mgr.y (mgr.14556) 3443 : audit [DBG] from='client.18339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:26:11.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:26:11.109720+0000 mon.a (mon.0) 1377 : audit [DBG] from='client.? 172.21.15.23:0/3215487203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:26:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:26:10.752962+0000 mgr.y (mgr.14556) 3444 : audit [DBG] from='client.28259 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:26:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:11.166108+0000 mgr.y (mgr.14556) 3445 : cluster [DBG] pgmap v3027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:26:10.752962+0000 mgr.y (mgr.14556) 3444 : audit [DBG] from='client.28259 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:26:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:11.166108+0000 mgr.y (mgr.14556) 3445 : cluster [DBG] pgmap v3027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:26:10.752962+0000 mgr.y (mgr.14556) 3444 : audit [DBG] from='client.28259 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:26:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:11.166108+0000 mgr.y (mgr.14556) 3445 : cluster [DBG] pgmap v3027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:26:13] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-03-22T08:26:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:13.166543+0000 mgr.y (mgr.14556) 3446 : cluster [DBG] pgmap v3028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:13.166543+0000 mgr.y (mgr.14556) 3446 : cluster [DBG] pgmap v3028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:13.166543+0000 mgr.y (mgr.14556) 3446 : cluster [DBG] pgmap v3028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:15.166932+0000 mgr.y (mgr.14556) 3447 : cluster [DBG] pgmap v3029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:15.166932+0000 mgr.y (mgr.14556) 3447 : cluster [DBG] pgmap v3029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:15.166932+0000 mgr.y (mgr.14556) 3447 : cluster [DBG] pgmap v3029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:17.167703+0000 mgr.y (mgr.14556) 3448 : cluster [DBG] pgmap v3030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:18.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:17.167703+0000 mgr.y (mgr.14556) 3448 : cluster [DBG] pgmap v3030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:17.167703+0000 mgr.y (mgr.14556) 3448 : cluster [DBG] pgmap v3030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:19.168117+0000 mgr.y (mgr.14556) 3449 : cluster [DBG] pgmap v3031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:19.168117+0000 mgr.y (mgr.14556) 3449 : cluster [DBG] pgmap v3031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:19.168117+0000 mgr.y (mgr.14556) 3449 : cluster [DBG] pgmap v3031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:26:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:21.168775+0000 mgr.y (mgr.14556) 3450 : cluster [DBG] pgmap v3032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:21.168775+0000 mgr.y (mgr.14556) 3450 : cluster [DBG] pgmap v3032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:21.168775+0000 mgr.y (mgr.14556) 3450 : cluster [DBG] pgmap v3032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:26:23] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:26:24.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:23.169315+0000 mgr.y (mgr.14556) 3451 : cluster [DBG] pgmap v3033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:23.169315+0000 mgr.y (mgr.14556) 3451 : cluster [DBG] pgmap v3033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:23.169315+0000 mgr.y (mgr.14556) 3451 : cluster [DBG] pgmap v3033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:25.169678+0000 mgr.y (mgr.14556) 3452 : cluster [DBG] pgmap v3034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:26:26.353469+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:26:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:25.169678+0000 mgr.y (mgr.14556) 3452 : cluster [DBG] pgmap v3034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:26:26.353469+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:26:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:25.169678+0000 mgr.y (mgr.14556) 3452 : cluster [DBG] pgmap v3034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:26:26.353469+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:26:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:26:26.658402+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:26:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:26:26.659037+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:26:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:26:26.667829+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:26:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:26:26.658402+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:26:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:26:26.659037+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:26:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:26:26.667829+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:26:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:26:26.658402+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:26:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:26:26.659037+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:26:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:26:26.667829+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:26:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:27.170252+0000 mgr.y (mgr.14556) 3453 : cluster [DBG] pgmap v3035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:27.170252+0000 mgr.y (mgr.14556) 3453 : cluster [DBG] pgmap v3035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:27.170252+0000 mgr.y (mgr.14556) 3453 : cluster [DBG] pgmap v3035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:29.170668+0000 mgr.y (mgr.14556) 3454 : cluster [DBG] pgmap v3036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:29.170668+0000 mgr.y (mgr.14556) 3454 : cluster [DBG] pgmap v3036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:29.170668+0000 mgr.y (mgr.14556) 3454 : cluster [DBG] pgmap v3036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:26:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:31.171472+0000 mgr.y (mgr.14556) 3455 : cluster [DBG] pgmap v3037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:31.171472+0000 mgr.y (mgr.14556) 3455 : cluster [DBG] pgmap v3037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:31.171472+0000 mgr.y (mgr.14556) 3455 : cluster [DBG] pgmap v3037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:26:33] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:26:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:33.172005+0000 mgr.y (mgr.14556) 3456 : cluster [DBG] pgmap v3038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:33.172005+0000 mgr.y (mgr.14556) 3456 : cluster [DBG] pgmap v3038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:33.172005+0000 mgr.y (mgr.14556) 3456 : cluster [DBG] pgmap v3038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:35.172569+0000 mgr.y (mgr.14556) 3457 : cluster [DBG] pgmap v3039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:35.172569+0000 mgr.y (mgr.14556) 3457 : cluster [DBG] pgmap v3039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:35.172569+0000 mgr.y (mgr.14556) 3457 : cluster [DBG] pgmap v3039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:37.173348+0000 mgr.y (mgr.14556) 3458 : cluster [DBG] pgmap v3040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:37.173348+0000 mgr.y (mgr.14556) 3458 : cluster [DBG] pgmap v3040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:37.173348+0000 mgr.y (mgr.14556) 3458 : cluster [DBG] pgmap v3040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:39.173868+0000 mgr.y (mgr.14556) 3459 : cluster [DBG] pgmap v3041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:39.173868+0000 mgr.y (mgr.14556) 3459 : cluster [DBG] pgmap v3041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:39.173868+0000 mgr.y (mgr.14556) 3459 : cluster [DBG] pgmap v3041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:41.437 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:26:41.724 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:26:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (99m) 7m ago 100m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:26:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (100m) 7m ago 100m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:26:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (101m) 7m ago 101m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:26:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (101m) 7m ago 101m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:26:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (105m) 7m ago 105m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:26:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (106m) 7m ago 106m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:26:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (106m) 7m ago 106m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:26:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (105m) 7m ago 105m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:26:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (105m) 7m ago 105m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:26:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (100m) 7m ago 100m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:26:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (100m) 7m ago 100m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:26:41.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (104m) 7m ago 104m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:26:41.726 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (104m) 7m ago 104m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:26:41.726 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (103m) 7m ago 103m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:26:41.726 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (103m) 7m ago 103m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:26:41.726 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (103m) 7m ago 103m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:26:41.726 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (102m) 7m ago 102m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:26:41.726 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (102m) 7m ago 102m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:26:41.726 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (101m) 7m ago 101m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:26:41.726 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (99m) 7m ago 100m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:26:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:26:42.072 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:26:42.072 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:26:42.072 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:26:42.072 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:26:42.072 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:26:42.072 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:26:42.072 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:26:42.072 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:26:42.072 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:26:42.072 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:26:42.072 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:26:42.073 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:26:42.073 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:26:42.073 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:26:42.073 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:26:42.073 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:26:42.073 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:26:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:41.174521+0000 mgr.y (mgr.14556) 3460 : cluster [DBG] pgmap v3042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:26:41.425006+0000 mgr.y (mgr.14556) 3461 : audit [DBG] from='client.18357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:26:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:26:42.072081+0000 mon.a (mon.0) 1382 : audit [DBG] from='client.? 172.21.15.23:0/3946223441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:26:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:41.174521+0000 mgr.y (mgr.14556) 3460 : cluster [DBG] pgmap v3042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:26:41.425006+0000 mgr.y (mgr.14556) 3461 : audit [DBG] from='client.18357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:26:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:26:42.072081+0000 mon.a (mon.0) 1382 : audit [DBG] from='client.? 172.21.15.23:0/3946223441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:26:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:41.174521+0000 mgr.y (mgr.14556) 3460 : cluster [DBG] pgmap v3042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:26:41.425006+0000 mgr.y (mgr.14556) 3461 : audit [DBG] from='client.18357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:26:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:26:42.072081+0000 mon.a (mon.0) 1382 : audit [DBG] from='client.? 172.21.15.23:0/3946223441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:26:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:26:41.716891+0000 mgr.y (mgr.14556) 3462 : audit [DBG] from='client.28277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:26:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:26:41.716891+0000 mgr.y (mgr.14556) 3462 : audit [DBG] from='client.28277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:26:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:26:41.716891+0000 mgr.y (mgr.14556) 3462 : audit [DBG] from='client.28277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:26:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:26:43] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:26:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:43.175094+0000 mgr.y (mgr.14556) 3463 : cluster [DBG] pgmap v3043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:43.175094+0000 mgr.y (mgr.14556) 3463 : cluster [DBG] pgmap v3043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:43.175094+0000 mgr.y (mgr.14556) 3463 : cluster [DBG] pgmap v3043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:45.175589+0000 mgr.y (mgr.14556) 3464 : cluster [DBG] pgmap v3044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:45.175589+0000 mgr.y (mgr.14556) 3464 : cluster [DBG] pgmap v3044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:46.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:45.175589+0000 mgr.y (mgr.14556) 3464 : cluster [DBG] pgmap v3044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:47.176241+0000 mgr.y (mgr.14556) 3465 : cluster [DBG] pgmap v3045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:47.176241+0000 mgr.y (mgr.14556) 3465 : cluster [DBG] pgmap v3045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:47.176241+0000 mgr.y (mgr.14556) 3465 : cluster [DBG] pgmap v3045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:49.176702+0000 mgr.y (mgr.14556) 3466 : cluster [DBG] pgmap v3046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:49.176702+0000 mgr.y (mgr.14556) 3466 : cluster [DBG] pgmap v3046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:49.176702+0000 mgr.y (mgr.14556) 3466 : cluster [DBG] pgmap v3046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:26:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:51.177435+0000 mgr.y (mgr.14556) 3467 : cluster [DBG] pgmap v3047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:51.177435+0000 mgr.y (mgr.14556) 3467 : cluster [DBG] pgmap v3047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:51.177435+0000 mgr.y (mgr.14556) 3467 : cluster [DBG] pgmap v3047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:26:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:26:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:53.177997+0000 mgr.y (mgr.14556) 3468 : cluster [DBG] pgmap v3048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:53.177997+0000 mgr.y (mgr.14556) 3468 : cluster [DBG] pgmap v3048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:53.177997+0000 mgr.y (mgr.14556) 3468 : cluster [DBG] pgmap v3048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:55.178546+0000 mgr.y (mgr.14556) 3469 : cluster [DBG] pgmap v3049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:56.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:55.178546+0000 mgr.y (mgr.14556) 3469 : cluster [DBG] pgmap v3049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:55.178546+0000 mgr.y (mgr.14556) 3469 : cluster [DBG] pgmap v3049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:58.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:26:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:57.179367+0000 mgr.y (mgr.14556) 3470 : cluster [DBG] pgmap v3050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:58.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:26:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:57.179367+0000 mgr.y (mgr.14556) 3470 : cluster [DBG] pgmap v3050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:26:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:26:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:57.179367+0000 mgr.y (mgr.14556) 3470 : cluster [DBG] pgmap v3050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:26:59.179781+0000 mgr.y (mgr.14556) 3471 : cluster [DBG] pgmap v3051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:26:59.179781+0000 mgr.y (mgr.14556) 3471 : cluster [DBG] pgmap v3051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:26:59.179781+0000 mgr.y (mgr.14556) 3471 : cluster [DBG] pgmap v3051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:27:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:01.180682+0000 mgr.y (mgr.14556) 3472 : cluster [DBG] pgmap v3052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:01.180682+0000 mgr.y (mgr.14556) 3472 : cluster [DBG] pgmap v3052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:01.180682+0000 mgr.y (mgr.14556) 3472 : cluster [DBG] pgmap v3052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:27:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:27:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:03.181093+0000 mgr.y (mgr.14556) 3473 : cluster [DBG] pgmap v3053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:03.181093+0000 mgr.y (mgr.14556) 3473 : cluster [DBG] pgmap v3053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:03.181093+0000 mgr.y (mgr.14556) 3473 : cluster [DBG] pgmap v3053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:05.181563+0000 mgr.y (mgr.14556) 3474 : cluster [DBG] pgmap v3054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:05.181563+0000 mgr.y (mgr.14556) 3474 : cluster [DBG] pgmap v3054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:06.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:05.181563+0000 mgr.y (mgr.14556) 3474 : cluster [DBG] pgmap v3054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:07.182191+0000 mgr.y (mgr.14556) 3475 : cluster [DBG] pgmap v3055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:07.182191+0000 mgr.y (mgr.14556) 3475 : cluster [DBG] pgmap v3055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:07.182191+0000 mgr.y (mgr.14556) 3475 : cluster [DBG] pgmap v3055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:09.182692+0000 mgr.y (mgr.14556) 3476 : cluster [DBG] pgmap v3056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:09.182692+0000 mgr.y (mgr.14556) 3476 : cluster [DBG] pgmap v3056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:09.182692+0000 mgr.y (mgr.14556) 3476 : cluster [DBG] pgmap v3056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:27:12.396 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:27:12.684 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:27:12.684 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (100m) 7m ago 100m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:27:12.684 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (100m) 7m ago 100m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:27:12.684 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (101m) 7m ago 101m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:27:12.684 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (101m) 7m ago 101m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:27:12.684 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (105m) 7m ago 105m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:27:12.684 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (107m) 7m ago 107m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (107m) 7m ago 107m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (105m) 7m ago 105m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (105m) 7m ago 105m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (101m) 7m ago 101m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (101m) 7m ago 101m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (105m) 7m ago 105m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (104m) 7m ago 104m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (104m) 7m ago 104m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (104m) 7m ago 104m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (103m) 7m ago 103m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (103m) 7m ago 103m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (102m) 7m ago 102m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (102m) 7m ago 102m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:27:12.685 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (100m) 7m ago 101m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:27:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:11.183473+0000 mgr.y (mgr.14556) 3477 : cluster [DBG] pgmap v3057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:13.036 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:27:13.036 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:27:13.036 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:27:13.036 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:27:13.037 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:27:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:11.183473+0000 mgr.y (mgr.14556) 3477 : cluster [DBG] pgmap v3057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:11.183473+0000 mgr.y (mgr.14556) 3477 : cluster [DBG] pgmap v3057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:27:12.384478+0000 mgr.y (mgr.14556) 3478 : audit [DBG] from='client.28289 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:27:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:27:13.036461+0000 mon.a (mon.0) 1383 : audit [DBG] from='client.? 172.21.15.23:0/3644236439' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:27:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:27:13] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:27:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:27:12.384478+0000 mgr.y (mgr.14556) 3478 : audit [DBG] from='client.28289 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:27:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:27:13.036461+0000 mon.a (mon.0) 1383 : audit [DBG] from='client.? 172.21.15.23:0/3644236439' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:27:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:27:12.384478+0000 mgr.y (mgr.14556) 3478 : audit [DBG] from='client.28289 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:27:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:27:13.036461+0000 mon.a (mon.0) 1383 : audit [DBG] from='client.? 172.21.15.23:0/3644236439' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:27:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:27:12.676212+0000 mgr.y (mgr.14556) 3479 : audit [DBG] from='client.18381 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:27:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:13.183838+0000 mgr.y (mgr.14556) 3480 : cluster [DBG] pgmap v3058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:27:12.676212+0000 mgr.y (mgr.14556) 3479 : audit [DBG] from='client.18381 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:27:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:13.183838+0000 mgr.y (mgr.14556) 3480 : cluster [DBG] pgmap v3058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:27:12.676212+0000 mgr.y (mgr.14556) 3479 : audit [DBG] from='client.18381 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:27:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:13.183838+0000 mgr.y (mgr.14556) 3480 : cluster [DBG] pgmap v3058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:15.184236+0000 mgr.y (mgr.14556) 3481 : cluster [DBG] pgmap v3059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:15.184236+0000 mgr.y (mgr.14556) 3481 : cluster [DBG] pgmap v3059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:15.184236+0000 mgr.y (mgr.14556) 3481 : cluster [DBG] pgmap v3059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:17.184860+0000 mgr.y (mgr.14556) 3482 : cluster [DBG] pgmap v3060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:17.184860+0000 mgr.y (mgr.14556) 3482 : cluster [DBG] pgmap v3060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:17.184860+0000 mgr.y (mgr.14556) 3482 : cluster [DBG] pgmap v3060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:19.185299+0000 mgr.y (mgr.14556) 3483 : cluster [DBG] pgmap v3061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:19.185299+0000 mgr.y (mgr.14556) 3483 : cluster [DBG] pgmap v3061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:19.185299+0000 mgr.y (mgr.14556) 3483 : cluster [DBG] pgmap v3061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:27:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:21.185896+0000 mgr.y (mgr.14556) 3484 : cluster [DBG] pgmap v3062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:21.185896+0000 mgr.y (mgr.14556) 3484 : cluster [DBG] pgmap v3062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:21.185896+0000 mgr.y (mgr.14556) 3484 : cluster [DBG] pgmap v3062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:27:23] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:27:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:23.186473+0000 mgr.y (mgr.14556) 3485 : cluster [DBG] pgmap v3063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:23.186473+0000 mgr.y (mgr.14556) 3485 : cluster [DBG] pgmap v3063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:24.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:23.186473+0000 mgr.y (mgr.14556) 3485 : cluster [DBG] pgmap v3063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:25.186997+0000 mgr.y (mgr.14556) 3486 : cluster [DBG] pgmap v3064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:25.186997+0000 mgr.y (mgr.14556) 3486 : cluster [DBG] pgmap v3064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:25.186997+0000 mgr.y (mgr.14556) 3486 : cluster [DBG] pgmap v3064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:27:26.672146+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:27:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:27:26.978102+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:27:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:27:26.978758+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:27:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:27:26.985262+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:27:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:27:26.672146+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:27:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:27:26.978102+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:27:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:27:26.978758+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:27:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:27:26.985262+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:27:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:27:26.672146+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:27:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:27:26.978102+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:27:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:27:26.978758+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:27:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:27:26.985262+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:27:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:27.187547+0000 mgr.y (mgr.14556) 3487 : cluster [DBG] pgmap v3065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:27.187547+0000 mgr.y (mgr.14556) 3487 : cluster [DBG] pgmap v3065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:27.187547+0000 mgr.y (mgr.14556) 3487 : cluster [DBG] pgmap v3065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:29.187897+0000 mgr.y (mgr.14556) 3488 : cluster [DBG] pgmap v3066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:30.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:29.187897+0000 mgr.y (mgr.14556) 3488 : cluster [DBG] pgmap v3066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:29.187897+0000 mgr.y (mgr.14556) 3488 : cluster [DBG] pgmap v3066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:27:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:31.188705+0000 mgr.y (mgr.14556) 3489 : cluster [DBG] pgmap v3067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:31.188705+0000 mgr.y (mgr.14556) 3489 : cluster [DBG] pgmap v3067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:31.188705+0000 mgr.y (mgr.14556) 3489 : cluster [DBG] pgmap v3067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:27:33] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:27:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:33.189216+0000 mgr.y (mgr.14556) 3490 : cluster [DBG] pgmap v3068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:33.189216+0000 mgr.y (mgr.14556) 3490 : cluster [DBG] pgmap v3068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:33.189216+0000 mgr.y (mgr.14556) 3490 : cluster [DBG] pgmap v3068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:35.189748+0000 mgr.y (mgr.14556) 3491 : cluster [DBG] pgmap v3069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:35.189748+0000 mgr.y (mgr.14556) 3491 : cluster [DBG] pgmap v3069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:35.189748+0000 mgr.y (mgr.14556) 3491 : cluster [DBG] pgmap v3069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:37.190680+0000 mgr.y (mgr.14556) 3492 : cluster [DBG] pgmap v3070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:37.190680+0000 mgr.y (mgr.14556) 3492 : cluster [DBG] pgmap v3070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:37.190680+0000 mgr.y (mgr.14556) 3492 : cluster [DBG] pgmap v3070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:40.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:39.191252+0000 mgr.y (mgr.14556) 3493 : cluster [DBG] pgmap v3071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:40.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:39.191252+0000 mgr.y (mgr.14556) 3493 : cluster [DBG] pgmap v3071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:39.191252+0000 mgr.y (mgr.14556) 3493 : cluster [DBG] pgmap v3071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:27:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:41.192005+0000 mgr.y (mgr.14556) 3494 : cluster [DBG] pgmap v3072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:41.192005+0000 mgr.y (mgr.14556) 3494 : cluster [DBG] pgmap v3072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:41.192005+0000 mgr.y (mgr.14556) 3494 : cluster [DBG] pgmap v3072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:43.363 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:27:43.650 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:27:43.650 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (100m) 8m ago 101m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:27:43.650 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (101m) 8m ago 101m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (102m) 8m ago 102m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (102m) 8m ago 102m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (106m) 8m ago 106m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (107m) 8m ago 107m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (107m) 8m ago 107m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (106m) 8m ago 106m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (106m) 8m ago 106m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (101m) 8m ago 101m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (101m) 8m ago 101m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (105m) 8m ago 105m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (105m) 8m ago 105m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (104m) 8m ago 104m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:27:43.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (104m) 8m ago 104m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:27:43.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (104m) 8m ago 104m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:27:43.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (103m) 8m ago 103m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:27:43.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (103m) 8m ago 103m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:27:43.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (102m) 8m ago 102m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:27:43.652 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (100m) 8m ago 101m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:27:44.003 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:27:44.003 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:27:44.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:27:44.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:27:44.003 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:27:44.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:27:44.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:27:44.003 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:27:44.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:27:44.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:27:44.003 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:27:44.004 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:27:44.004 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:27:44.004 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:27:44.004 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:27:44.004 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:27:44.004 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:27:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:27:43] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T08:27:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:43.192406+0000 mgr.y (mgr.14556) 3495 : cluster [DBG] pgmap v3073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:27:43.351608+0000 mgr.y (mgr.14556) 3496 : audit [DBG] from='client.18393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:27:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:27:43.642311+0000 mgr.y (mgr.14556) 3497 : audit [DBG] from='client.18399 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:27:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:27:44.002691+0000 mon.a (mon.0) 1388 : audit [DBG] from='client.? 172.21.15.23:0/217732365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:27:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:43.192406+0000 mgr.y (mgr.14556) 3495 : cluster [DBG] pgmap v3073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:27:43.351608+0000 mgr.y (mgr.14556) 3496 : audit [DBG] from='client.18393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:27:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:27:43.642311+0000 mgr.y (mgr.14556) 3497 : audit [DBG] from='client.18399 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:27:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:27:44.002691+0000 mon.a (mon.0) 1388 : audit [DBG] from='client.? 172.21.15.23:0/217732365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:27:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:43.192406+0000 mgr.y (mgr.14556) 3495 : cluster [DBG] pgmap v3073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:27:43.351608+0000 mgr.y (mgr.14556) 3496 : audit [DBG] from='client.18393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:27:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:27:43.642311+0000 mgr.y (mgr.14556) 3497 : audit [DBG] from='client.18399 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:27:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:27:44.002691+0000 mon.a (mon.0) 1388 : audit [DBG] from='client.? 172.21.15.23:0/217732365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:27:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:45.192924+0000 mgr.y (mgr.14556) 3498 : cluster [DBG] pgmap v3074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:46.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:45.192924+0000 mgr.y (mgr.14556) 3498 : cluster [DBG] pgmap v3074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:45.192924+0000 mgr.y (mgr.14556) 3498 : cluster [DBG] pgmap v3074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:47.193650+0000 mgr.y (mgr.14556) 3499 : cluster [DBG] pgmap v3075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:47.193650+0000 mgr.y (mgr.14556) 3499 : cluster [DBG] pgmap v3075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:47.193650+0000 mgr.y (mgr.14556) 3499 : cluster [DBG] pgmap v3075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:49.193984+0000 mgr.y (mgr.14556) 3500 : cluster [DBG] pgmap v3076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:50.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:49.193984+0000 mgr.y (mgr.14556) 3500 : cluster [DBG] pgmap v3076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:49.193984+0000 mgr.y (mgr.14556) 3500 : cluster [DBG] pgmap v3076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:27:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:51.194807+0000 mgr.y (mgr.14556) 3501 : cluster [DBG] pgmap v3077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:51.194807+0000 mgr.y (mgr.14556) 3501 : cluster [DBG] pgmap v3077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:51.194807+0000 mgr.y (mgr.14556) 3501 : cluster [DBG] pgmap v3077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:54.135 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:27:53] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-03-22T08:27:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:53.195188+0000 mgr.y (mgr.14556) 3502 : cluster [DBG] pgmap v3078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:53.195188+0000 mgr.y (mgr.14556) 3502 : cluster [DBG] pgmap v3078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:53.195188+0000 mgr.y (mgr.14556) 3502 : cluster [DBG] pgmap v3078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:55.195646+0000 mgr.y (mgr.14556) 3503 : cluster [DBG] pgmap v3079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:56.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:55.195646+0000 mgr.y (mgr.14556) 3503 : cluster [DBG] pgmap v3079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:55.195646+0000 mgr.y (mgr.14556) 3503 : cluster [DBG] pgmap v3079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:58.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:27:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:57.196262+0000 mgr.y (mgr.14556) 3504 : cluster [DBG] pgmap v3080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:27:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:57.196262+0000 mgr.y (mgr.14556) 3504 : cluster [DBG] pgmap v3080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:27:58.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:27:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:57.196262+0000 mgr.y (mgr.14556) 3504 : cluster [DBG] pgmap v3080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:27:59.196692+0000 mgr.y (mgr.14556) 3505 : cluster [DBG] pgmap v3081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:27:59.196692+0000 mgr.y (mgr.14556) 3505 : cluster [DBG] pgmap v3081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:27:59.196692+0000 mgr.y (mgr.14556) 3505 : cluster [DBG] pgmap v3081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:28:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:01.197306+0000 mgr.y (mgr.14556) 3506 : cluster [DBG] pgmap v3082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:01.197306+0000 mgr.y (mgr.14556) 3506 : cluster [DBG] pgmap v3082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:01.197306+0000 mgr.y (mgr.14556) 3506 : cluster [DBG] pgmap v3082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:28:03] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-03-22T08:28:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:03.197682+0000 mgr.y (mgr.14556) 3507 : cluster [DBG] pgmap v3083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:03.197682+0000 mgr.y (mgr.14556) 3507 : cluster [DBG] pgmap v3083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:03.197682+0000 mgr.y (mgr.14556) 3507 : cluster [DBG] pgmap v3083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:05.198087+0000 mgr.y (mgr.14556) 3508 : cluster [DBG] pgmap v3084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:05.198087+0000 mgr.y (mgr.14556) 3508 : cluster [DBG] pgmap v3084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:05.198087+0000 mgr.y (mgr.14556) 3508 : cluster [DBG] pgmap v3084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:07.198947+0000 mgr.y (mgr.14556) 3509 : cluster [DBG] pgmap v3085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:07.198947+0000 mgr.y (mgr.14556) 3509 : cluster [DBG] pgmap v3085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:07.198947+0000 mgr.y (mgr.14556) 3509 : cluster [DBG] pgmap v3085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:09.199446+0000 mgr.y (mgr.14556) 3510 : cluster [DBG] pgmap v3086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:09.199446+0000 mgr.y (mgr.14556) 3510 : cluster [DBG] pgmap v3086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:09.199446+0000 mgr.y (mgr.14556) 3510 : cluster [DBG] pgmap v3086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:28:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:11.200273+0000 mgr.y (mgr.14556) 3511 : cluster [DBG] pgmap v3087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:11.200273+0000 mgr.y (mgr.14556) 3511 : cluster [DBG] pgmap v3087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:11.200273+0000 mgr.y (mgr.14556) 3511 : cluster [DBG] pgmap v3087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:28:13] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:28:14.330 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:28:14.621 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:28:14.621 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (101m) 8m ago 102m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:28:14.621 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (101m) 8m ago 101m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:28:14.621 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (103m) 8m ago 103m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (102m) 8m ago 102m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (106m) 8m ago 106m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (108m) 8m ago 108m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (108m) 8m ago 108m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (107m) 8m ago 106m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (106m) 8m ago 106m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (102m) 8m ago 102m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (102m) 8m ago 102m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (106m) 8m ago 106m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (105m) 8m ago 105m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (105m) 8m ago 105m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (105m) 8m ago 105m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (104m) 8m ago 104m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:28:14.622 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (104m) 8m ago 104m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:28:14.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (103m) 8m ago 103m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:28:14.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (103m) 8m ago 103m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:28:14.623 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (101m) 8m ago 102m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:28:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:13.200716+0000 mgr.y (mgr.14556) 3512 : cluster [DBG] pgmap v3088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:14.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:13.200716+0000 mgr.y (mgr.14556) 3512 : cluster [DBG] pgmap v3088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:13.200716+0000 mgr.y (mgr.14556) 3512 : cluster [DBG] pgmap v3088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:14.972 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:28:14.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:28:14.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:28:14.972 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:28:14.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:28:14.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:28:14.972 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:28:14.972 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:28:14.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:28:14.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:28:14.973 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:28:14.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:28:14.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:28:14.973 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:28:14.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:28:14.973 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:28:14.973 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:28:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:28:14.318325+0000 mgr.y (mgr.14556) 3513 : audit [DBG] from='client.18411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:28:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:28:14.613413+0000 mgr.y (mgr.14556) 3514 : audit [DBG] from='client.18417 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:28:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:28:14.972046+0000 mon.a (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.23:0/2794333913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:28:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:28:14.318325+0000 mgr.y (mgr.14556) 3513 : audit [DBG] from='client.18411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:28:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:28:14.613413+0000 mgr.y (mgr.14556) 3514 : audit [DBG] from='client.18417 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:28:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:28:14.972046+0000 mon.a (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.23:0/2794333913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:28:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:28:14.318325+0000 mgr.y (mgr.14556) 3513 : audit [DBG] from='client.18411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:28:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:28:14.613413+0000 mgr.y (mgr.14556) 3514 : audit [DBG] from='client.18417 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:28:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:28:14.972046+0000 mon.a (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.23:0/2794333913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:28:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:15.201189+0000 mgr.y (mgr.14556) 3515 : cluster [DBG] pgmap v3089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:15.201189+0000 mgr.y (mgr.14556) 3515 : cluster [DBG] pgmap v3089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:15.201189+0000 mgr.y (mgr.14556) 3515 : cluster [DBG] pgmap v3089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:17.202001+0000 mgr.y (mgr.14556) 3516 : cluster [DBG] pgmap v3090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:18.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:17.202001+0000 mgr.y (mgr.14556) 3516 : cluster [DBG] pgmap v3090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:17.202001+0000 mgr.y (mgr.14556) 3516 : cluster [DBG] pgmap v3090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:19.202591+0000 mgr.y (mgr.14556) 3517 : cluster [DBG] pgmap v3091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:19.202591+0000 mgr.y (mgr.14556) 3517 : cluster [DBG] pgmap v3091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:19.202591+0000 mgr.y (mgr.14556) 3517 : cluster [DBG] pgmap v3091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:28:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:21.203343+0000 mgr.y (mgr.14556) 3518 : cluster [DBG] pgmap v3092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:21.203343+0000 mgr.y (mgr.14556) 3518 : cluster [DBG] pgmap v3092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:21.203343+0000 mgr.y (mgr.14556) 3518 : cluster [DBG] pgmap v3092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:28:23] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:28:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:23.203752+0000 mgr.y (mgr.14556) 3519 : cluster [DBG] pgmap v3093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:23.203752+0000 mgr.y (mgr.14556) 3519 : cluster [DBG] pgmap v3093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:23.203752+0000 mgr.y (mgr.14556) 3519 : cluster [DBG] pgmap v3093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:25.204134+0000 mgr.y (mgr.14556) 3520 : cluster [DBG] pgmap v3094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:25.204134+0000 mgr.y (mgr.14556) 3520 : cluster [DBG] pgmap v3094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:25.204134+0000 mgr.y (mgr.14556) 3520 : cluster [DBG] pgmap v3094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:28:26.989748+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:28:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:28:27.295373+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:28:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:28:27.296010+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:28:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:28:27.302288+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:28:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:28:26.989748+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:28:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:28:27.295373+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:28:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:28:27.296010+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:28:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:28:27.302288+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:28:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:28:26.989748+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:28:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:28:27.295373+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:28:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:28:27.296010+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:28:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:28:27.302288+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:28:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:27.204705+0000 mgr.y (mgr.14556) 3521 : cluster [DBG] pgmap v3095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:27.204705+0000 mgr.y (mgr.14556) 3521 : cluster [DBG] pgmap v3095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:27.204705+0000 mgr.y (mgr.14556) 3521 : cluster [DBG] pgmap v3095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:29.205095+0000 mgr.y (mgr.14556) 3522 : cluster [DBG] pgmap v3096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:30.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:29.205095+0000 mgr.y (mgr.14556) 3522 : cluster [DBG] pgmap v3096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:29.205095+0000 mgr.y (mgr.14556) 3522 : cluster [DBG] pgmap v3096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:28:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:31.205832+0000 mgr.y (mgr.14556) 3523 : cluster [DBG] pgmap v3097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:31.205832+0000 mgr.y (mgr.14556) 3523 : cluster [DBG] pgmap v3097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:31.205832+0000 mgr.y (mgr.14556) 3523 : cluster [DBG] pgmap v3097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:28:33] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:28:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:33.206248+0000 mgr.y (mgr.14556) 3524 : cluster [DBG] pgmap v3098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:33.206248+0000 mgr.y (mgr.14556) 3524 : cluster [DBG] pgmap v3098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:33.206248+0000 mgr.y (mgr.14556) 3524 : cluster [DBG] pgmap v3098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:35.206611+0000 mgr.y (mgr.14556) 3525 : cluster [DBG] pgmap v3099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:35.206611+0000 mgr.y (mgr.14556) 3525 : cluster [DBG] pgmap v3099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:35.206611+0000 mgr.y (mgr.14556) 3525 : cluster [DBG] pgmap v3099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:37.207245+0000 mgr.y (mgr.14556) 3526 : cluster [DBG] pgmap v3100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:37.207245+0000 mgr.y (mgr.14556) 3526 : cluster [DBG] pgmap v3100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:37.207245+0000 mgr.y (mgr.14556) 3526 : cluster [DBG] pgmap v3100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:39.207666+0000 mgr.y (mgr.14556) 3527 : cluster [DBG] pgmap v3101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:39.207666+0000 mgr.y (mgr.14556) 3527 : cluster [DBG] pgmap v3101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:39.207666+0000 mgr.y (mgr.14556) 3527 : cluster [DBG] pgmap v3101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:28:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:41.208295+0000 mgr.y (mgr.14556) 3528 : cluster [DBG] pgmap v3102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:41.208295+0000 mgr.y (mgr.14556) 3528 : cluster [DBG] pgmap v3102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:41.208295+0000 mgr.y (mgr.14556) 3528 : cluster [DBG] pgmap v3102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:28:43] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:28:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:43.208769+0000 mgr.y (mgr.14556) 3529 : cluster [DBG] pgmap v3103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:43.208769+0000 mgr.y (mgr.14556) 3529 : cluster [DBG] pgmap v3103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:43.208769+0000 mgr.y (mgr.14556) 3529 : cluster [DBG] pgmap v3103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:45.298 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (101m) 9m ago 102m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (102m) 9m ago 102m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (103m) 9m ago 103m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (103m) 9m ago 103m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (107m) 9m ago 107m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (108m) 9m ago 108m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (108m) 9m ago 108m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (107m) 9m ago 107m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (107m) 9m ago 107m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (102m) 9m ago 102m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (102m) 9m ago 102m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (106m) 9m ago 106m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:28:45.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (106m) 9m ago 106m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:28:45.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (105m) 9m ago 105m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:28:45.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (105m) 9m ago 105m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:28:45.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (105m) 9m ago 105m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:28:45.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (104m) 9m ago 104m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:28:45.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (104m) 9m ago 104m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:28:45.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (103m) 9m ago 103m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:28:45.589 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (101m) 9m ago 102m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:28:45.936 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:28:45.936 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:28:45.936 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:28:45.936 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:28:45.936 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:28:45.936 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:28:45.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:28:45.937 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:28:45.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:28:45.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:28:45.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:28:45.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:28:45.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:28:45.937 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:28:45.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:28:45.937 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:28:45.937 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:28:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:45.209154+0000 mgr.y (mgr.14556) 3530 : cluster [DBG] pgmap v3104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:28:45.285746+0000 mgr.y (mgr.14556) 3531 : audit [DBG] from='client.28343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:28:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:28:45.579872+0000 mgr.y (mgr.14556) 3532 : audit [DBG] from='client.28349 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:28:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:28:45.936241+0000 mon.a (mon.0) 1394 : audit [DBG] from='client.? 172.21.15.23:0/513082149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:28:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:45.209154+0000 mgr.y (mgr.14556) 3530 : cluster [DBG] pgmap v3104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:28:45.285746+0000 mgr.y (mgr.14556) 3531 : audit [DBG] from='client.28343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:28:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:28:45.579872+0000 mgr.y (mgr.14556) 3532 : audit [DBG] from='client.28349 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:28:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:28:45.936241+0000 mon.a (mon.0) 1394 : audit [DBG] from='client.? 172.21.15.23:0/513082149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:28:46.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:45.209154+0000 mgr.y (mgr.14556) 3530 : cluster [DBG] pgmap v3104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:46.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:28:45.285746+0000 mgr.y (mgr.14556) 3531 : audit [DBG] from='client.28343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:28:46.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:28:45.579872+0000 mgr.y (mgr.14556) 3532 : audit [DBG] from='client.28349 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:28:46.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:28:45.936241+0000 mon.a (mon.0) 1394 : audit [DBG] from='client.? 172.21.15.23:0/513082149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:28:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:47.209913+0000 mgr.y (mgr.14556) 3533 : cluster [DBG] pgmap v3105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:47.209913+0000 mgr.y (mgr.14556) 3533 : cluster [DBG] pgmap v3105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:47.209913+0000 mgr.y (mgr.14556) 3533 : cluster [DBG] pgmap v3105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:49.210319+0000 mgr.y (mgr.14556) 3534 : cluster [DBG] pgmap v3106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:49.210319+0000 mgr.y (mgr.14556) 3534 : cluster [DBG] pgmap v3106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:49.210319+0000 mgr.y (mgr.14556) 3534 : cluster [DBG] pgmap v3106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:28:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:51.210953+0000 mgr.y (mgr.14556) 3535 : cluster [DBG] pgmap v3107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:51.210953+0000 mgr.y (mgr.14556) 3535 : cluster [DBG] pgmap v3107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:51.210953+0000 mgr.y (mgr.14556) 3535 : cluster [DBG] pgmap v3107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:28:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:28:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:53.211372+0000 mgr.y (mgr.14556) 3536 : cluster [DBG] pgmap v3108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:53.211372+0000 mgr.y (mgr.14556) 3536 : cluster [DBG] pgmap v3108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:53.211372+0000 mgr.y (mgr.14556) 3536 : cluster [DBG] pgmap v3108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:55.211710+0000 mgr.y (mgr.14556) 3537 : cluster [DBG] pgmap v3109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:55.211710+0000 mgr.y (mgr.14556) 3537 : cluster [DBG] pgmap v3109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:55.211710+0000 mgr.y (mgr.14556) 3537 : cluster [DBG] pgmap v3109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:28:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:57.212350+0000 mgr.y (mgr.14556) 3538 : cluster [DBG] pgmap v3110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:58.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:28:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:57.212350+0000 mgr.y (mgr.14556) 3538 : cluster [DBG] pgmap v3110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:28:58.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:28:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:57.212350+0000 mgr.y (mgr.14556) 3538 : cluster [DBG] pgmap v3110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:28:59.212868+0000 mgr.y (mgr.14556) 3539 : cluster [DBG] pgmap v3111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:28:59.212868+0000 mgr.y (mgr.14556) 3539 : cluster [DBG] pgmap v3111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:00.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:28:59.212868+0000 mgr.y (mgr.14556) 3539 : cluster [DBG] pgmap v3111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:29:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:01.213463+0000 mgr.y (mgr.14556) 3540 : cluster [DBG] pgmap v3112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:01.213463+0000 mgr.y (mgr.14556) 3540 : cluster [DBG] pgmap v3112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:01.213463+0000 mgr.y (mgr.14556) 3540 : cluster [DBG] pgmap v3112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:29:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:29:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:03.213964+0000 mgr.y (mgr.14556) 3541 : cluster [DBG] pgmap v3113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:03.213964+0000 mgr.y (mgr.14556) 3541 : cluster [DBG] pgmap v3113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:03.213964+0000 mgr.y (mgr.14556) 3541 : cluster [DBG] pgmap v3113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:05.214390+0000 mgr.y (mgr.14556) 3542 : cluster [DBG] pgmap v3114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:05.214390+0000 mgr.y (mgr.14556) 3542 : cluster [DBG] pgmap v3114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:05.214390+0000 mgr.y (mgr.14556) 3542 : cluster [DBG] pgmap v3114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:07.215241+0000 mgr.y (mgr.14556) 3543 : cluster [DBG] pgmap v3115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:08.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:07.215241+0000 mgr.y (mgr.14556) 3543 : cluster [DBG] pgmap v3115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:07.215241+0000 mgr.y (mgr.14556) 3543 : cluster [DBG] pgmap v3115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:09.215629+0000 mgr.y (mgr.14556) 3544 : cluster [DBG] pgmap v3116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:09.215629+0000 mgr.y (mgr.14556) 3544 : cluster [DBG] pgmap v3116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:09.215629+0000 mgr.y (mgr.14556) 3544 : cluster [DBG] pgmap v3116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:29:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:11.216275+0000 mgr.y (mgr.14556) 3545 : cluster [DBG] pgmap v3117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:11.216275+0000 mgr.y (mgr.14556) 3545 : cluster [DBG] pgmap v3117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:11.216275+0000 mgr.y (mgr.14556) 3545 : cluster [DBG] pgmap v3117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:29:13] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:29:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:13.216668+0000 mgr.y (mgr.14556) 3546 : cluster [DBG] pgmap v3118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:14.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:13.216668+0000 mgr.y (mgr.14556) 3546 : cluster [DBG] pgmap v3118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:13.216668+0000 mgr.y (mgr.14556) 3546 : cluster [DBG] pgmap v3118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:16.261 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:29:16.551 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:29:16.551 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (102m) 9m ago 103m 27.7M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:29:16.551 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (102m) 9m ago 102m 57.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:29:16.551 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (104m) 9m ago 104m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:29:16.551 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (104m) 9m ago 104m 24.7M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (107m) 9m ago 107m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (109m) 9m ago 109m 460M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (109m) 9m ago 109m 293M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (108m) 9m ago 108m 157M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (107m) 9m ago 107m 162M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (103m) 9m ago 103m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (103m) 9m ago 103m 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (107m) 9m ago 107m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (106m) 9m ago 106m 43.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (106m) 9m ago 106m 42.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (106m) 9m ago 106m 40.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (105m) 9m ago 105m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (105m) 9m ago 105m 41.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:29:16.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (104m) 9m ago 104m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:29:16.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (104m) 9m ago 104m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:29:16.553 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (102m) 9m ago 103m 85.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:29:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:15.217028+0000 mgr.y (mgr.14556) 3547 : cluster [DBG] pgmap v3119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:15.217028+0000 mgr.y (mgr.14556) 3547 : cluster [DBG] pgmap v3119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:29:16.900 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:29:16.901 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:29:16.901 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:29:16.901 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:29:16.901 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:29:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:15.217028+0000 mgr.y (mgr.14556) 3547 : cluster [DBG] pgmap v3119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:29:16.249171+0000 mgr.y (mgr.14556) 3548 : audit [DBG] from='client.18447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:29:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:29:16.543350+0000 mgr.y (mgr.14556) 3549 : audit [DBG] from='client.18453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:29:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:29:16.900051+0000 mon.a (mon.0) 1395 : audit [DBG] from='client.? 172.21.15.23:0/75487141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:29:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:29:16.249171+0000 mgr.y (mgr.14556) 3548 : audit [DBG] from='client.18447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:29:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:29:16.543350+0000 mgr.y (mgr.14556) 3549 : audit [DBG] from='client.18453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:29:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:29:16.900051+0000 mon.a (mon.0) 1395 : audit [DBG] from='client.? 172.21.15.23:0/75487141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:29:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:29:16.249171+0000 mgr.y (mgr.14556) 3548 : audit [DBG] from='client.18447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:29:17.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:29:16.543350+0000 mgr.y (mgr.14556) 3549 : audit [DBG] from='client.18453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:29:17.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:29:16.900051+0000 mon.a (mon.0) 1395 : audit [DBG] from='client.? 172.21.15.23:0/75487141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:29:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:17.217766+0000 mgr.y (mgr.14556) 3550 : cluster [DBG] pgmap v3120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:17.217766+0000 mgr.y (mgr.14556) 3550 : cluster [DBG] pgmap v3120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:17.217766+0000 mgr.y (mgr.14556) 3550 : cluster [DBG] pgmap v3120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:19.218224+0000 mgr.y (mgr.14556) 3551 : cluster [DBG] pgmap v3121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:19.218224+0000 mgr.y (mgr.14556) 3551 : cluster [DBG] pgmap v3121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:19.218224+0000 mgr.y (mgr.14556) 3551 : cluster [DBG] pgmap v3121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:29:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:21.218905+0000 mgr.y (mgr.14556) 3552 : cluster [DBG] pgmap v3122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:21.218905+0000 mgr.y (mgr.14556) 3552 : cluster [DBG] pgmap v3122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:21.218905+0000 mgr.y (mgr.14556) 3552 : cluster [DBG] pgmap v3122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:29:23] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:29:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:23.219474+0000 mgr.y (mgr.14556) 3553 : cluster [DBG] pgmap v3123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:23.219474+0000 mgr.y (mgr.14556) 3553 : cluster [DBG] pgmap v3123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:23.219474+0000 mgr.y (mgr.14556) 3553 : cluster [DBG] pgmap v3123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:25.219931+0000 mgr.y (mgr.14556) 3554 : cluster [DBG] pgmap v3124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:25.219931+0000 mgr.y (mgr.14556) 3554 : cluster [DBG] pgmap v3124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:25.219931+0000 mgr.y (mgr.14556) 3554 : cluster [DBG] pgmap v3124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:29:27.306588+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:29:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:29:27.306588+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:29:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:29:27.306588+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:29:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:27.220602+0000 mgr.y (mgr.14556) 3555 : cluster [DBG] pgmap v3125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:27.220602+0000 mgr.y (mgr.14556) 3555 : cluster [DBG] pgmap v3125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:27.220602+0000 mgr.y (mgr.14556) 3555 : cluster [DBG] pgmap v3125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:29.221064+0000 mgr.y (mgr.14556) 3556 : cluster [DBG] pgmap v3126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:29:29.811786+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:29:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:29.221064+0000 mgr.y (mgr.14556) 3556 : cluster [DBG] pgmap v3126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:29:29.811786+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:29:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:29.221064+0000 mgr.y (mgr.14556) 3556 : cluster [DBG] pgmap v3126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:29:29.811786+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:29:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:29:30.629022+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:29:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:29:30.922068+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:29:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:29:30.923047+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:29:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:29:30.928746+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:29:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:29:30.629022+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:29:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:29:30.922068+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:29:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:29:30.923047+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:29:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:29:30.928746+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:29:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:29:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:29:30.629022+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:29:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:29:30.922068+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:29:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:29:30.923047+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:29:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:29:30.928746+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:29:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:31.221744+0000 mgr.y (mgr.14556) 3557 : cluster [DBG] pgmap v3127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:31.221744+0000 mgr.y (mgr.14556) 3557 : cluster [DBG] pgmap v3127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:31.221744+0000 mgr.y (mgr.14556) 3557 : cluster [DBG] pgmap v3127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:29:33] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:29:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:33.222071+0000 mgr.y (mgr.14556) 3558 : cluster [DBG] pgmap v3128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:33.222071+0000 mgr.y (mgr.14556) 3558 : cluster [DBG] pgmap v3128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:33.222071+0000 mgr.y (mgr.14556) 3558 : cluster [DBG] pgmap v3128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:36.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:35.222653+0000 mgr.y (mgr.14556) 3559 : cluster [DBG] pgmap v3129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:35.222653+0000 mgr.y (mgr.14556) 3559 : cluster [DBG] pgmap v3129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:35.222653+0000 mgr.y (mgr.14556) 3559 : cluster [DBG] pgmap v3129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:37.223569+0000 mgr.y (mgr.14556) 3560 : cluster [DBG] pgmap v3130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:37.223569+0000 mgr.y (mgr.14556) 3560 : cluster [DBG] pgmap v3130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:37.223569+0000 mgr.y (mgr.14556) 3560 : cluster [DBG] pgmap v3130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:39.224084+0000 mgr.y (mgr.14556) 3561 : cluster [DBG] pgmap v3131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:39.224084+0000 mgr.y (mgr.14556) 3561 : cluster [DBG] pgmap v3131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:39.224084+0000 mgr.y (mgr.14556) 3561 : cluster [DBG] pgmap v3131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:29:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:41.224911+0000 mgr.y (mgr.14556) 3562 : cluster [DBG] pgmap v3132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:41.224911+0000 mgr.y (mgr.14556) 3562 : cluster [DBG] pgmap v3132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:41.224911+0000 mgr.y (mgr.14556) 3562 : cluster [DBG] pgmap v3132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:29:43] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:29:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:43.225474+0000 mgr.y (mgr.14556) 3563 : cluster [DBG] pgmap v3133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:43.225474+0000 mgr.y (mgr.14556) 3563 : cluster [DBG] pgmap v3133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:43.225474+0000 mgr.y (mgr.14556) 3563 : cluster [DBG] pgmap v3133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:45.225997+0000 mgr.y (mgr.14556) 3564 : cluster [DBG] pgmap v3134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:46.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:45.225997+0000 mgr.y (mgr.14556) 3564 : cluster [DBG] pgmap v3134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:45.225997+0000 mgr.y (mgr.14556) 3564 : cluster [DBG] pgmap v3134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:47.224 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:29:47.510 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:29:47.510 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (102m) 17s ago 103m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (103m) 16s ago 103m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (104m) 17s ago 104m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (104m) 16s ago 104m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (108m) 16s ago 108m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (109m) 17s ago 109m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (109m) 17s ago 109m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (108m) 16s ago 108m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (108m) 17s ago 108m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (103m) 17s ago 103m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (103m) 16s ago 103m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (107m) 17s ago 107m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (107m) 17s ago 107m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (107m) 17s ago 107m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (106m) 17s ago 106m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (106m) 16s ago 106m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:29:47.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (105m) 16s ago 105m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:29:47.512 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (105m) 16s ago 105m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:29:47.512 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (104m) 16s ago 104m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:29:47.512 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (102m) 16s ago 103m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:29:47.868 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:29:47.868 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:29:47.868 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:29:47.868 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:29:47.868 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:29:47.868 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:29:47.868 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:29:47.868 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:29:47.869 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:29:47.869 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:29:47.869 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:29:47.869 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:29:47.869 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:29:47.869 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:29:47.869 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:29:47.869 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:29:47.869 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:29:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:29:47.212910+0000 mgr.y (mgr.14556) 3565 : audit [DBG] from='client.18465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:29:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:47.226727+0000 mgr.y (mgr.14556) 3566 : cluster [DBG] pgmap v3135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:29:47.502603+0000 mgr.y (mgr.14556) 3567 : audit [DBG] from='client.18471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:29:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:29:47.868084+0000 mon.a (mon.0) 1402 : audit [DBG] from='client.? 172.21.15.23:0/3973192486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:29:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:29:47.212910+0000 mgr.y (mgr.14556) 3565 : audit [DBG] from='client.18465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:29:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:47.226727+0000 mgr.y (mgr.14556) 3566 : cluster [DBG] pgmap v3135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:29:47.502603+0000 mgr.y (mgr.14556) 3567 : audit [DBG] from='client.18471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:29:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:29:47.868084+0000 mon.a (mon.0) 1402 : audit [DBG] from='client.? 172.21.15.23:0/3973192486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:29:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:29:47.212910+0000 mgr.y (mgr.14556) 3565 : audit [DBG] from='client.18465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:29:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:47.226727+0000 mgr.y (mgr.14556) 3566 : cluster [DBG] pgmap v3135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:29:47.502603+0000 mgr.y (mgr.14556) 3567 : audit [DBG] from='client.18471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:29:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:29:47.868084+0000 mon.a (mon.0) 1402 : audit [DBG] from='client.? 172.21.15.23:0/3973192486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:29:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:49.227276+0000 mgr.y (mgr.14556) 3568 : cluster [DBG] pgmap v3136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:49.227276+0000 mgr.y (mgr.14556) 3568 : cluster [DBG] pgmap v3136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:49.227276+0000 mgr.y (mgr.14556) 3568 : cluster [DBG] pgmap v3136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:29:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:51.228064+0000 mgr.y (mgr.14556) 3569 : cluster [DBG] pgmap v3137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:51.228064+0000 mgr.y (mgr.14556) 3569 : cluster [DBG] pgmap v3137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:51.228064+0000 mgr.y (mgr.14556) 3569 : cluster [DBG] pgmap v3137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:29:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:29:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:53.228560+0000 mgr.y (mgr.14556) 3570 : cluster [DBG] pgmap v3138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:53.228560+0000 mgr.y (mgr.14556) 3570 : cluster [DBG] pgmap v3138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:53.228560+0000 mgr.y (mgr.14556) 3570 : cluster [DBG] pgmap v3138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:55.228892+0000 mgr.y (mgr.14556) 3571 : cluster [DBG] pgmap v3139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:56.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:55.228892+0000 mgr.y (mgr.14556) 3571 : cluster [DBG] pgmap v3139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:55.228892+0000 mgr.y (mgr.14556) 3571 : cluster [DBG] pgmap v3139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:29:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:57.229551+0000 mgr.y (mgr.14556) 3572 : cluster [DBG] pgmap v3140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:29:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:57.229551+0000 mgr.y (mgr.14556) 3572 : cluster [DBG] pgmap v3140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:29:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:29:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:57.229551+0000 mgr.y (mgr.14556) 3572 : cluster [DBG] pgmap v3140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T08:29:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:30:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:29:59.229930+0000 mgr.y (mgr.14556) 3573 : cluster [DBG] pgmap v3141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:00.000162+0000 mon.a (mon.0) 1403 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:30:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:29:59.229930+0000 mgr.y (mgr.14556) 3573 : cluster [DBG] pgmap v3141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:00.000162+0000 mon.a (mon.0) 1403 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:30:00.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:29:59.229930+0000 mgr.y (mgr.14556) 3573 : cluster [DBG] pgmap v3141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:00.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:00.000162+0000 mon.a (mon.0) 1403 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:30:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:30:02.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:01.230725+0000 mgr.y (mgr.14556) 3574 : cluster [DBG] pgmap v3142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:02.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:01.230725+0000 mgr.y (mgr.14556) 3574 : cluster [DBG] pgmap v3142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:01.230725+0000 mgr.y (mgr.14556) 3574 : cluster [DBG] pgmap v3142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:30:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:30:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:03.231165+0000 mgr.y (mgr.14556) 3575 : cluster [DBG] pgmap v3143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:03.231165+0000 mgr.y (mgr.14556) 3575 : cluster [DBG] pgmap v3143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:03.231165+0000 mgr.y (mgr.14556) 3575 : cluster [DBG] pgmap v3143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:05.231591+0000 mgr.y (mgr.14556) 3576 : cluster [DBG] pgmap v3144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:05.231591+0000 mgr.y (mgr.14556) 3576 : cluster [DBG] pgmap v3144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:05.231591+0000 mgr.y (mgr.14556) 3576 : cluster [DBG] pgmap v3144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:08.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:07.232284+0000 mgr.y (mgr.14556) 3577 : cluster [DBG] pgmap v3145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:07.232284+0000 mgr.y (mgr.14556) 3577 : cluster [DBG] pgmap v3145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:07.232284+0000 mgr.y (mgr.14556) 3577 : cluster [DBG] pgmap v3145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:09.232818+0000 mgr.y (mgr.14556) 3578 : cluster [DBG] pgmap v3146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:09.232818+0000 mgr.y (mgr.14556) 3578 : cluster [DBG] pgmap v3146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:09.232818+0000 mgr.y (mgr.14556) 3578 : cluster [DBG] pgmap v3146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:30:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:11.233550+0000 mgr.y (mgr.14556) 3579 : cluster [DBG] pgmap v3147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:11.233550+0000 mgr.y (mgr.14556) 3579 : cluster [DBG] pgmap v3147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:11.233550+0000 mgr.y (mgr.14556) 3579 : cluster [DBG] pgmap v3147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:30:13] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:30:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:13.233883+0000 mgr.y (mgr.14556) 3580 : cluster [DBG] pgmap v3148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:13.233883+0000 mgr.y (mgr.14556) 3580 : cluster [DBG] pgmap v3148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:13.233883+0000 mgr.y (mgr.14556) 3580 : cluster [DBG] pgmap v3148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:15.234449+0000 mgr.y (mgr.14556) 3581 : cluster [DBG] pgmap v3149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:17.141 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:15.234449+0000 mgr.y (mgr.14556) 3581 : cluster [DBG] pgmap v3149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:15.234449+0000 mgr.y (mgr.14556) 3581 : cluster [DBG] pgmap v3149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:18.196 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:30:18.483 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:30:18.483 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (103m) 48s ago 104m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (103m) 47s ago 103m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (105m) 48s ago 105m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (105m) 47s ago 105m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (108m) 47s ago 108m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (110m) 48s ago 110m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (110m) 48s ago 110m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (109m) 47s ago 109m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (108m) 48s ago 108m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (104m) 48s ago 104m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (104m) 47s ago 104m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (108m) 48s ago 108m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (107m) 48s ago 107m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (107m) 48s ago 107m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (107m) 48s ago 107m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (106m) 47s ago 106m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:30:18.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (106m) 47s ago 106m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:30:18.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (105m) 47s ago 105m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:30:18.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (105m) 47s ago 105m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:30:18.485 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (103m) 47s ago 104m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:30:18.840 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:30:18.840 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:30:18.840 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:30:18.840 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:30:18.840 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:30:18.840 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:30:18.840 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:30:18.841 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:30:18.841 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:30:18.841 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:30:18.841 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:30:18.841 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:30:18.841 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:30:18.841 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:30:18.841 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:30:18.841 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:30:18.841 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:30:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:17.235261+0000 mgr.y (mgr.14556) 3582 : cluster [DBG] pgmap v3150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:17.235261+0000 mgr.y (mgr.14556) 3582 : cluster [DBG] pgmap v3150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:17.235261+0000 mgr.y (mgr.14556) 3582 : cluster [DBG] pgmap v3150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:30:18.183786+0000 mgr.y (mgr.14556) 3583 : audit [DBG] from='client.18483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:30:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:30:18.475556+0000 mgr.y (mgr.14556) 3584 : audit [DBG] from='client.18489 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:30:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:30:18.840056+0000 mon.a (mon.0) 1404 : audit [DBG] from='client.? 172.21.15.23:0/2200862121' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:30:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:30:18.183786+0000 mgr.y (mgr.14556) 3583 : audit [DBG] from='client.18483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:30:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:30:18.475556+0000 mgr.y (mgr.14556) 3584 : audit [DBG] from='client.18489 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:30:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:30:18.840056+0000 mon.a (mon.0) 1404 : audit [DBG] from='client.? 172.21.15.23:0/2200862121' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:30:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:30:18.183786+0000 mgr.y (mgr.14556) 3583 : audit [DBG] from='client.18483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:30:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:30:18.475556+0000 mgr.y (mgr.14556) 3584 : audit [DBG] from='client.18489 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:30:20.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:30:18.840056+0000 mon.a (mon.0) 1404 : audit [DBG] from='client.? 172.21.15.23:0/2200862121' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:30:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:19.235621+0000 mgr.y (mgr.14556) 3585 : cluster [DBG] pgmap v3151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:19.235621+0000 mgr.y (mgr.14556) 3585 : cluster [DBG] pgmap v3151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:19.235621+0000 mgr.y (mgr.14556) 3585 : cluster [DBG] pgmap v3151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:30:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:21.236355+0000 mgr.y (mgr.14556) 3586 : cluster [DBG] pgmap v3152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:21.236355+0000 mgr.y (mgr.14556) 3586 : cluster [DBG] pgmap v3152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:23.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:21.236355+0000 mgr.y (mgr.14556) 3586 : cluster [DBG] pgmap v3152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:30:23] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:30:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:23.236767+0000 mgr.y (mgr.14556) 3587 : cluster [DBG] pgmap v3153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:23.236767+0000 mgr.y (mgr.14556) 3587 : cluster [DBG] pgmap v3153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:23.236767+0000 mgr.y (mgr.14556) 3587 : cluster [DBG] pgmap v3153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:25.237273+0000 mgr.y (mgr.14556) 3588 : cluster [DBG] pgmap v3154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:25.237273+0000 mgr.y (mgr.14556) 3588 : cluster [DBG] pgmap v3154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:25.237273+0000 mgr.y (mgr.14556) 3588 : cluster [DBG] pgmap v3154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:27.238080+0000 mgr.y (mgr.14556) 3589 : cluster [DBG] pgmap v3155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:27.238080+0000 mgr.y (mgr.14556) 3589 : cluster [DBG] pgmap v3155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:27.238080+0000 mgr.y (mgr.14556) 3589 : cluster [DBG] pgmap v3155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:29.238585+0000 mgr.y (mgr.14556) 3590 : cluster [DBG] pgmap v3156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:30.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:29.238585+0000 mgr.y (mgr.14556) 3590 : cluster [DBG] pgmap v3156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:29.238585+0000 mgr.y (mgr.14556) 3590 : cluster [DBG] pgmap v3156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:30:30.934475+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:30:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:30:31.245430+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:30:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:30:31.246108+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:30:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:30:31.250510+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:30:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:30:30.934475+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:30:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:30:31.245430+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:30:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:30:31.246108+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:30:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:30:31.250510+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:30:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:30:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:30:30.934475+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:30:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:30:31.245430+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:30:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:30:31.246108+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:30:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:30:31.250510+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:30:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:31.239143+0000 mgr.y (mgr.14556) 3591 : cluster [DBG] pgmap v3157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:31.239143+0000 mgr.y (mgr.14556) 3591 : cluster [DBG] pgmap v3157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:31.239143+0000 mgr.y (mgr.14556) 3591 : cluster [DBG] pgmap v3157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:30:33] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:30:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:33.239724+0000 mgr.y (mgr.14556) 3592 : cluster [DBG] pgmap v3158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:33.239724+0000 mgr.y (mgr.14556) 3592 : cluster [DBG] pgmap v3158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:33.239724+0000 mgr.y (mgr.14556) 3592 : cluster [DBG] pgmap v3158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:35.240380+0000 mgr.y (mgr.14556) 3593 : cluster [DBG] pgmap v3159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:35.240380+0000 mgr.y (mgr.14556) 3593 : cluster [DBG] pgmap v3159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:35.240380+0000 mgr.y (mgr.14556) 3593 : cluster [DBG] pgmap v3159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:37.240919+0000 mgr.y (mgr.14556) 3594 : cluster [DBG] pgmap v3160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:37.240919+0000 mgr.y (mgr.14556) 3594 : cluster [DBG] pgmap v3160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:37.240919+0000 mgr.y (mgr.14556) 3594 : cluster [DBG] pgmap v3160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:39.241441+0000 mgr.y (mgr.14556) 3595 : cluster [DBG] pgmap v3161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:39.241441+0000 mgr.y (mgr.14556) 3595 : cluster [DBG] pgmap v3161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:39.241441+0000 mgr.y (mgr.14556) 3595 : cluster [DBG] pgmap v3161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:30:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:41.242234+0000 mgr.y (mgr.14556) 3596 : cluster [DBG] pgmap v3162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:41.242234+0000 mgr.y (mgr.14556) 3596 : cluster [DBG] pgmap v3162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:41.242234+0000 mgr.y (mgr.14556) 3596 : cluster [DBG] pgmap v3162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:30:43] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:30:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:43.242710+0000 mgr.y (mgr.14556) 3597 : cluster [DBG] pgmap v3163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:43.242710+0000 mgr.y (mgr.14556) 3597 : cluster [DBG] pgmap v3163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:43.242710+0000 mgr.y (mgr.14556) 3597 : cluster [DBG] pgmap v3163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:45.243406+0000 mgr.y (mgr.14556) 3598 : cluster [DBG] pgmap v3164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:45.243406+0000 mgr.y (mgr.14556) 3598 : cluster [DBG] pgmap v3164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:45.243406+0000 mgr.y (mgr.14556) 3598 : cluster [DBG] pgmap v3164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:47.243995+0000 mgr.y (mgr.14556) 3599 : cluster [DBG] pgmap v3165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:47.243995+0000 mgr.y (mgr.14556) 3599 : cluster [DBG] pgmap v3165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:47.243995+0000 mgr.y (mgr.14556) 3599 : cluster [DBG] pgmap v3165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:49.165 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:30:49.456 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:30:49.456 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (103m) 79s ago 104m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:30:49.456 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (104m) 78s ago 104m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:30:49.456 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (105m) 79s ago 105m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:30:49.456 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (105m) 78s ago 105m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:30:49.456 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (109m) 78s ago 109m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:30:49.456 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (110m) 79s ago 110m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:30:49.456 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (110m) 79s ago 111m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (109m) 78s ago 109m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (109m) 79s ago 109m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (104m) 79s ago 104m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (104m) 78s ago 104m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (108m) 79s ago 108m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (108m) 79s ago 108m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (108m) 79s ago 108m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (107m) 79s ago 107m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (107m) 78s ago 107m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (106m) 78s ago 106m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (106m) 78s ago 106m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (105m) 78s ago 105m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:30:49.457 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (103m) 78s ago 104m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:30:49.825 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:30:49.826 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:30:49.826 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:30:49.826 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:30:49.826 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:30:49.826 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:30:49.826 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:30:49.826 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:30:49.826 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:30:49.826 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:30:49.826 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:30:49.826 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:30:49.826 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:30:49.827 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:30:49.827 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:30:49.827 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:30:49.827 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:30:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:30:49.152556+0000 mgr.y (mgr.14556) 3600 : audit [DBG] from='client.28415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:30:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:49.244323+0000 mgr.y (mgr.14556) 3601 : cluster [DBG] pgmap v3166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:30:49.447962+0000 mgr.y (mgr.14556) 3602 : audit [DBG] from='client.18507 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:30:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:30:49.825683+0000 mon.a (mon.0) 1409 : audit [DBG] from='client.? 172.21.15.23:0/1396894901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:30:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:30:49.152556+0000 mgr.y (mgr.14556) 3600 : audit [DBG] from='client.28415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:30:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:49.244323+0000 mgr.y (mgr.14556) 3601 : cluster [DBG] pgmap v3166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:30:49.447962+0000 mgr.y (mgr.14556) 3602 : audit [DBG] from='client.18507 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:30:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:30:49.825683+0000 mon.a (mon.0) 1409 : audit [DBG] from='client.? 172.21.15.23:0/1396894901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:30:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:30:49.152556+0000 mgr.y (mgr.14556) 3600 : audit [DBG] from='client.28415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:30:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:49.244323+0000 mgr.y (mgr.14556) 3601 : cluster [DBG] pgmap v3166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:30:49.447962+0000 mgr.y (mgr.14556) 3602 : audit [DBG] from='client.18507 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:30:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:30:49.825683+0000 mon.a (mon.0) 1409 : audit [DBG] from='client.? 172.21.15.23:0/1396894901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:30:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:30:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:51.244955+0000 mgr.y (mgr.14556) 3603 : cluster [DBG] pgmap v3167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:51.244955+0000 mgr.y (mgr.14556) 3603 : cluster [DBG] pgmap v3167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:51.244955+0000 mgr.y (mgr.14556) 3603 : cluster [DBG] pgmap v3167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:30:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:30:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:53.245382+0000 mgr.y (mgr.14556) 3604 : cluster [DBG] pgmap v3168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:53.245382+0000 mgr.y (mgr.14556) 3604 : cluster [DBG] pgmap v3168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:53.245382+0000 mgr.y (mgr.14556) 3604 : cluster [DBG] pgmap v3168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:55.245898+0000 mgr.y (mgr.14556) 3605 : cluster [DBG] pgmap v3169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:56.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:55.245898+0000 mgr.y (mgr.14556) 3605 : cluster [DBG] pgmap v3169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:55.245898+0000 mgr.y (mgr.14556) 3605 : cluster [DBG] pgmap v3169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:57.246440+0000 mgr.y (mgr.14556) 3606 : cluster [DBG] pgmap v3170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:57.246440+0000 mgr.y (mgr.14556) 3606 : cluster [DBG] pgmap v3170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:30:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:30:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:57.246440+0000 mgr.y (mgr.14556) 3606 : cluster [DBG] pgmap v3170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:30:59.246885+0000 mgr.y (mgr.14556) 3607 : cluster [DBG] pgmap v3171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:30:59.246885+0000 mgr.y (mgr.14556) 3607 : cluster [DBG] pgmap v3171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:00.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:30:59.246885+0000 mgr.y (mgr.14556) 3607 : cluster [DBG] pgmap v3171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:31:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:01.247577+0000 mgr.y (mgr.14556) 3608 : cluster [DBG] pgmap v3172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:01.247577+0000 mgr.y (mgr.14556) 3608 : cluster [DBG] pgmap v3172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:01.247577+0000 mgr.y (mgr.14556) 3608 : cluster [DBG] pgmap v3172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:31:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:31:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:03.247947+0000 mgr.y (mgr.14556) 3609 : cluster [DBG] pgmap v3173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:04.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:03.247947+0000 mgr.y (mgr.14556) 3609 : cluster [DBG] pgmap v3173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:03.247947+0000 mgr.y (mgr.14556) 3609 : cluster [DBG] pgmap v3173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:05.248588+0000 mgr.y (mgr.14556) 3610 : cluster [DBG] pgmap v3174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:05.248588+0000 mgr.y (mgr.14556) 3610 : cluster [DBG] pgmap v3174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:06.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:05.248588+0000 mgr.y (mgr.14556) 3610 : cluster [DBG] pgmap v3174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:07.249198+0000 mgr.y (mgr.14556) 3611 : cluster [DBG] pgmap v3175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:08.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:07.249198+0000 mgr.y (mgr.14556) 3611 : cluster [DBG] pgmap v3175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:08.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:07.249198+0000 mgr.y (mgr.14556) 3611 : cluster [DBG] pgmap v3175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:09.249699+0000 mgr.y (mgr.14556) 3612 : cluster [DBG] pgmap v3176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:09.249699+0000 mgr.y (mgr.14556) 3612 : cluster [DBG] pgmap v3176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:09.249699+0000 mgr.y (mgr.14556) 3612 : cluster [DBG] pgmap v3176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:31:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:11.250344+0000 mgr.y (mgr.14556) 3613 : cluster [DBG] pgmap v3177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:11.250344+0000 mgr.y (mgr.14556) 3613 : cluster [DBG] pgmap v3177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:11.250344+0000 mgr.y (mgr.14556) 3613 : cluster [DBG] pgmap v3177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:31:13] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:31:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:13.250871+0000 mgr.y (mgr.14556) 3614 : cluster [DBG] pgmap v3178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:14.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:13.250871+0000 mgr.y (mgr.14556) 3614 : cluster [DBG] pgmap v3178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:13.250871+0000 mgr.y (mgr.14556) 3614 : cluster [DBG] pgmap v3178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:15.251565+0000 mgr.y (mgr.14556) 3615 : cluster [DBG] pgmap v3179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:15.251565+0000 mgr.y (mgr.14556) 3615 : cluster [DBG] pgmap v3179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:16.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:15.251565+0000 mgr.y (mgr.14556) 3615 : cluster [DBG] pgmap v3179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:17.252065+0000 mgr.y (mgr.14556) 3616 : cluster [DBG] pgmap v3180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:17.252065+0000 mgr.y (mgr.14556) 3616 : cluster [DBG] pgmap v3180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:17.252065+0000 mgr.y (mgr.14556) 3616 : cluster [DBG] pgmap v3180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:20.151 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:31:20.443 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:31:20.443 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (104m) 110s ago 105m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:31:20.443 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (104m) 109s ago 104m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:31:20.443 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (106m) 110s ago 106m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:31:20.443 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (106m) 109s ago 106m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:31:20.443 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (109m) 109s ago 109m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:31:20.443 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (111m) 110s ago 111m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:31:20.443 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (111m) 110s ago 111m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:31:20.443 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (110m) 109s ago 110m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:31:20.444 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (109m) 110s ago 109m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:31:20.444 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (105m) 110s ago 105m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:31:20.444 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (105m) 109s ago 105m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:31:20.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (109m) 110s ago 109m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:31:20.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (108m) 110s ago 108m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:31:20.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (108m) 110s ago 108m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:31:20.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (108m) 110s ago 108m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:31:20.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (107m) 109s ago 107m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:31:20.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (107m) 109s ago 107m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:31:20.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (106m) 109s ago 106m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:31:20.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (106m) 109s ago 106m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:31:20.444 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (104m) 109s ago 105m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:31:20.798 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:31:20.799 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:31:20.800 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:31:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:19.252498+0000 mgr.y (mgr.14556) 3617 : cluster [DBG] pgmap v3181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:19.252498+0000 mgr.y (mgr.14556) 3617 : cluster [DBG] pgmap v3181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:19.252498+0000 mgr.y (mgr.14556) 3617 : cluster [DBG] pgmap v3181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:31:20.138890+0000 mgr.y (mgr.14556) 3618 : audit [DBG] from='client.18519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:31:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:31:20.435099+0000 mgr.y (mgr.14556) 3619 : audit [DBG] from='client.18525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:31:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:31:20.798614+0000 mon.c (mon.2) 114 : audit [DBG] from='client.? 172.21.15.23:0/234204210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:31:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:31:20.138890+0000 mgr.y (mgr.14556) 3618 : audit [DBG] from='client.18519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:31:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:31:20.435099+0000 mgr.y (mgr.14556) 3619 : audit [DBG] from='client.18525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:31:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:31:20.798614+0000 mon.c (mon.2) 114 : audit [DBG] from='client.? 172.21.15.23:0/234204210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:31:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:31:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:31:20.138890+0000 mgr.y (mgr.14556) 3618 : audit [DBG] from='client.18519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:31:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:31:20.435099+0000 mgr.y (mgr.14556) 3619 : audit [DBG] from='client.18525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:31:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:31:20.798614+0000 mon.c (mon.2) 114 : audit [DBG] from='client.? 172.21.15.23:0/234204210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:31:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:21.253340+0000 mgr.y (mgr.14556) 3620 : cluster [DBG] pgmap v3182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:21.253340+0000 mgr.y (mgr.14556) 3620 : cluster [DBG] pgmap v3182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:21.253340+0000 mgr.y (mgr.14556) 3620 : cluster [DBG] pgmap v3182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:31:23] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:31:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:23.253733+0000 mgr.y (mgr.14556) 3621 : cluster [DBG] pgmap v3183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:23.253733+0000 mgr.y (mgr.14556) 3621 : cluster [DBG] pgmap v3183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:23.253733+0000 mgr.y (mgr.14556) 3621 : cluster [DBG] pgmap v3183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:25.254228+0000 mgr.y (mgr.14556) 3622 : cluster [DBG] pgmap v3184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:25.254228+0000 mgr.y (mgr.14556) 3622 : cluster [DBG] pgmap v3184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:25.254228+0000 mgr.y (mgr.14556) 3622 : cluster [DBG] pgmap v3184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:27.254897+0000 mgr.y (mgr.14556) 3623 : cluster [DBG] pgmap v3185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:27.254897+0000 mgr.y (mgr.14556) 3623 : cluster [DBG] pgmap v3185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:27.254897+0000 mgr.y (mgr.14556) 3623 : cluster [DBG] pgmap v3185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:29.255424+0000 mgr.y (mgr.14556) 3624 : cluster [DBG] pgmap v3186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:29.255424+0000 mgr.y (mgr.14556) 3624 : cluster [DBG] pgmap v3186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:29.255424+0000 mgr.y (mgr.14556) 3624 : cluster [DBG] pgmap v3186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:31:31.255044+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:31:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:31:31.255044+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:31:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:31:31.255044+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:31:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:31:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:31.256051+0000 mgr.y (mgr.14556) 3625 : cluster [DBG] pgmap v3187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:31:31.564779+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:31:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:31:31.565455+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:31:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:31:31.572629+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:31:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:31.256051+0000 mgr.y (mgr.14556) 3625 : cluster [DBG] pgmap v3187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:31:31.564779+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:31:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:31:31.565455+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:31:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:31:31.572629+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:31:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:31.256051+0000 mgr.y (mgr.14556) 3625 : cluster [DBG] pgmap v3187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:31:31.564779+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:31:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:31:31.565455+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:31:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:31:31.572629+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:31:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:31:33] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:31:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:33.256644+0000 mgr.y (mgr.14556) 3626 : cluster [DBG] pgmap v3188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:33.256644+0000 mgr.y (mgr.14556) 3626 : cluster [DBG] pgmap v3188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:33.256644+0000 mgr.y (mgr.14556) 3626 : cluster [DBG] pgmap v3188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:35.257219+0000 mgr.y (mgr.14556) 3627 : cluster [DBG] pgmap v3189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:35.257219+0000 mgr.y (mgr.14556) 3627 : cluster [DBG] pgmap v3189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:36.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:35.257219+0000 mgr.y (mgr.14556) 3627 : cluster [DBG] pgmap v3189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:37.257684+0000 mgr.y (mgr.14556) 3628 : cluster [DBG] pgmap v3190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:37.257684+0000 mgr.y (mgr.14556) 3628 : cluster [DBG] pgmap v3190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:37.257684+0000 mgr.y (mgr.14556) 3628 : cluster [DBG] pgmap v3190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:39.258297+0000 mgr.y (mgr.14556) 3629 : cluster [DBG] pgmap v3191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:39.258297+0000 mgr.y (mgr.14556) 3629 : cluster [DBG] pgmap v3191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:39.258297+0000 mgr.y (mgr.14556) 3629 : cluster [DBG] pgmap v3191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:31:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:41.259081+0000 mgr.y (mgr.14556) 3630 : cluster [DBG] pgmap v3192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:41.259081+0000 mgr.y (mgr.14556) 3630 : cluster [DBG] pgmap v3192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:41.259081+0000 mgr.y (mgr.14556) 3630 : cluster [DBG] pgmap v3192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:31:43] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:31:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:43.259662+0000 mgr.y (mgr.14556) 3631 : cluster [DBG] pgmap v3193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:43.259662+0000 mgr.y (mgr.14556) 3631 : cluster [DBG] pgmap v3193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:43.259662+0000 mgr.y (mgr.14556) 3631 : cluster [DBG] pgmap v3193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:45.260517+0000 mgr.y (mgr.14556) 3632 : cluster [DBG] pgmap v3194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:45.260517+0000 mgr.y (mgr.14556) 3632 : cluster [DBG] pgmap v3194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:45.260517+0000 mgr.y (mgr.14556) 3632 : cluster [DBG] pgmap v3194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:48.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:47.261136+0000 mgr.y (mgr.14556) 3633 : cluster [DBG] pgmap v3195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:47.261136+0000 mgr.y (mgr.14556) 3633 : cluster [DBG] pgmap v3195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:47.261136+0000 mgr.y (mgr.14556) 3633 : cluster [DBG] pgmap v3195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:49.261590+0000 mgr.y (mgr.14556) 3634 : cluster [DBG] pgmap v3196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:51.124 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:31:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:49.261590+0000 mgr.y (mgr.14556) 3634 : cluster [DBG] pgmap v3196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:49.261590+0000 mgr.y (mgr.14556) 3634 : cluster [DBG] pgmap v3196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (104m) 2m ago 105m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (105m) 2m ago 105m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (106m) 2m ago 106m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (106m) 2m ago 106m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (110m) 2m ago 110m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (111m) 2m ago 111m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (111m) 2m ago 112m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (110m) 2m ago 110m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (110m) 2m ago 110m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (105m) 2m ago 105m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (105m) 2m ago 105m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (109m) 2m ago 109m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (109m) 2m ago 109m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:31:51.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (109m) 2m ago 109m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:31:51.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (108m) 2m ago 108m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:31:51.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (108m) 2m ago 108m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:31:51.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (107m) 2m ago 107m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:31:51.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (107m) 2m ago 107m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:31:51.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (106m) 2m ago 106m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:31:51.414 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (104m) 2m ago 105m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:31:51.763 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:31:51.763 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:31:51.763 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:31:51.763 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:31:51.763 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:31:51.763 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:31:51.763 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:31:51.763 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:31:51.763 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:31:51.764 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:31:51.764 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:31:51.764 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:31:51.764 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:31:51.764 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:31:51.764 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:31:51.764 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:31:51.764 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:31:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:31:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:31:51.112437+0000 mgr.y (mgr.14556) 3635 : audit [DBG] from='client.28451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:31:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:51.262150+0000 mgr.y (mgr.14556) 3636 : cluster [DBG] pgmap v3197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:31:51.404557+0000 mgr.y (mgr.14556) 3637 : audit [DBG] from='client.18543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:31:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:31:51.763111+0000 mon.c (mon.2) 115 : audit [DBG] from='client.? 172.21.15.23:0/4121187901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:31:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:31:51.112437+0000 mgr.y (mgr.14556) 3635 : audit [DBG] from='client.28451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:31:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:51.262150+0000 mgr.y (mgr.14556) 3636 : cluster [DBG] pgmap v3197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:31:51.404557+0000 mgr.y (mgr.14556) 3637 : audit [DBG] from='client.18543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:31:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:31:51.763111+0000 mon.c (mon.2) 115 : audit [DBG] from='client.? 172.21.15.23:0/4121187901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:31:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:31:51.112437+0000 mgr.y (mgr.14556) 3635 : audit [DBG] from='client.28451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:31:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:51.262150+0000 mgr.y (mgr.14556) 3636 : cluster [DBG] pgmap v3197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:31:51.404557+0000 mgr.y (mgr.14556) 3637 : audit [DBG] from='client.18543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:31:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:31:51.763111+0000 mon.c (mon.2) 115 : audit [DBG] from='client.? 172.21.15.23:0/4121187901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:31:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:31:53] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:31:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:53.262608+0000 mgr.y (mgr.14556) 3638 : cluster [DBG] pgmap v3198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:53.262608+0000 mgr.y (mgr.14556) 3638 : cluster [DBG] pgmap v3198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:53.262608+0000 mgr.y (mgr.14556) 3638 : cluster [DBG] pgmap v3198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:55.263168+0000 mgr.y (mgr.14556) 3639 : cluster [DBG] pgmap v3199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:55.263168+0000 mgr.y (mgr.14556) 3639 : cluster [DBG] pgmap v3199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:55.263168+0000 mgr.y (mgr.14556) 3639 : cluster [DBG] pgmap v3199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:57.263639+0000 mgr.y (mgr.14556) 3640 : cluster [DBG] pgmap v3200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:57.263639+0000 mgr.y (mgr.14556) 3640 : cluster [DBG] pgmap v3200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:31:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:31:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:57.263639+0000 mgr.y (mgr.14556) 3640 : cluster [DBG] pgmap v3200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:31:59.264006+0000 mgr.y (mgr.14556) 3641 : cluster [DBG] pgmap v3201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:31:59.264006+0000 mgr.y (mgr.14556) 3641 : cluster [DBG] pgmap v3201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:31:59.264006+0000 mgr.y (mgr.14556) 3641 : cluster [DBG] pgmap v3201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:32:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:01.264818+0000 mgr.y (mgr.14556) 3642 : cluster [DBG] pgmap v3202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:01.264818+0000 mgr.y (mgr.14556) 3642 : cluster [DBG] pgmap v3202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:01.264818+0000 mgr.y (mgr.14556) 3642 : cluster [DBG] pgmap v3202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:32:03] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:32:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:03.265211+0000 mgr.y (mgr.14556) 3643 : cluster [DBG] pgmap v3203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:03.265211+0000 mgr.y (mgr.14556) 3643 : cluster [DBG] pgmap v3203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:04.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:03.265211+0000 mgr.y (mgr.14556) 3643 : cluster [DBG] pgmap v3203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:05.265978+0000 mgr.y (mgr.14556) 3644 : cluster [DBG] pgmap v3204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:05.265978+0000 mgr.y (mgr.14556) 3644 : cluster [DBG] pgmap v3204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:05.265978+0000 mgr.y (mgr.14556) 3644 : cluster [DBG] pgmap v3204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:07.266594+0000 mgr.y (mgr.14556) 3645 : cluster [DBG] pgmap v3205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:07.266594+0000 mgr.y (mgr.14556) 3645 : cluster [DBG] pgmap v3205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:07.266594+0000 mgr.y (mgr.14556) 3645 : cluster [DBG] pgmap v3205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:09.267032+0000 mgr.y (mgr.14556) 3646 : cluster [DBG] pgmap v3206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:09.267032+0000 mgr.y (mgr.14556) 3646 : cluster [DBG] pgmap v3206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:09.267032+0000 mgr.y (mgr.14556) 3646 : cluster [DBG] pgmap v3206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:32:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:11.267881+0000 mgr.y (mgr.14556) 3647 : cluster [DBG] pgmap v3207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:11.267881+0000 mgr.y (mgr.14556) 3647 : cluster [DBG] pgmap v3207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:11.267881+0000 mgr.y (mgr.14556) 3647 : cluster [DBG] pgmap v3207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:32:13] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:32:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:13.268453+0000 mgr.y (mgr.14556) 3648 : cluster [DBG] pgmap v3208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:13.268453+0000 mgr.y (mgr.14556) 3648 : cluster [DBG] pgmap v3208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:13.268453+0000 mgr.y (mgr.14556) 3648 : cluster [DBG] pgmap v3208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:15.269207+0000 mgr.y (mgr.14556) 3649 : cluster [DBG] pgmap v3209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:15.269207+0000 mgr.y (mgr.14556) 3649 : cluster [DBG] pgmap v3209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:15.269207+0000 mgr.y (mgr.14556) 3649 : cluster [DBG] pgmap v3209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:17.269809+0000 mgr.y (mgr.14556) 3650 : cluster [DBG] pgmap v3210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:17.269809+0000 mgr.y (mgr.14556) 3650 : cluster [DBG] pgmap v3210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:17.269809+0000 mgr.y (mgr.14556) 3650 : cluster [DBG] pgmap v3210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:19.270324+0000 mgr.y (mgr.14556) 3651 : cluster [DBG] pgmap v3211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:19.270324+0000 mgr.y (mgr.14556) 3651 : cluster [DBG] pgmap v3211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:19.270324+0000 mgr.y (mgr.14556) 3651 : cluster [DBG] pgmap v3211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:32:22.088 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:32:22.378 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:32:22.378 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (105m) 2m ago 106m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:32:22.378 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (105m) 2m ago 105m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:32:22.378 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (107m) 2m ago 107m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:32:22.378 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (107m) 2m ago 107m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:32:22.378 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (110m) 2m ago 110m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:32:22.378 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (112m) 2m ago 112m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:32:22.378 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (112m) 2m ago 112m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:32:22.378 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (111m) 2m ago 111m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:32:22.378 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (110m) 2m ago 110m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:32:22.378 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (106m) 2m ago 106m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:32:22.379 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (106m) 2m ago 106m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:32:22.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (110m) 2m ago 110m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:32:22.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (110m) 2m ago 110m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:32:22.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (109m) 2m ago 109m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:32:22.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (109m) 2m ago 109m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:32:22.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (108m) 2m ago 108m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:32:22.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (108m) 2m ago 108m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:32:22.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (107m) 2m ago 107m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:32:22.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (107m) 2m ago 107m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:32:22.379 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (105m) 2m ago 106m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:32:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:21.271201+0000 mgr.y (mgr.14556) 3652 : cluster [DBG] pgmap v3212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:22.728 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:32:22.728 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:32:22.728 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:32:22.728 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:32:22.728 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:32:22.728 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:32:22.728 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:32:22.728 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:32:22.728 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:32:22.728 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:32:22.729 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:32:22.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:32:22.729 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:32:22.729 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:32:22.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:32:22.729 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:32:22.729 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:32:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:21.271201+0000 mgr.y (mgr.14556) 3652 : cluster [DBG] pgmap v3212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:21.271201+0000 mgr.y (mgr.14556) 3652 : cluster [DBG] pgmap v3212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:32:22.076124+0000 mgr.y (mgr.14556) 3653 : audit [DBG] from='client.18555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:32:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:32:22.369350+0000 mgr.y (mgr.14556) 3654 : audit [DBG] from='client.18561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:32:23.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:32:22.727947+0000 mon.c (mon.2) 116 : audit [DBG] from='client.? 172.21.15.23:0/2656233660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:32:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:32:22.076124+0000 mgr.y (mgr.14556) 3653 : audit [DBG] from='client.18555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:32:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:32:22.369350+0000 mgr.y (mgr.14556) 3654 : audit [DBG] from='client.18561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:32:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:32:22.727947+0000 mon.c (mon.2) 116 : audit [DBG] from='client.? 172.21.15.23:0/2656233660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:32:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:32:22.076124+0000 mgr.y (mgr.14556) 3653 : audit [DBG] from='client.18555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:32:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:32:22.369350+0000 mgr.y (mgr.14556) 3654 : audit [DBG] from='client.18561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:32:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:32:22.727947+0000 mon.c (mon.2) 116 : audit [DBG] from='client.? 172.21.15.23:0/2656233660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:32:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:32:23] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:32:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:23.271764+0000 mgr.y (mgr.14556) 3655 : cluster [DBG] pgmap v3213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:23.271764+0000 mgr.y (mgr.14556) 3655 : cluster [DBG] pgmap v3213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:23.271764+0000 mgr.y (mgr.14556) 3655 : cluster [DBG] pgmap v3213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:25.272522+0000 mgr.y (mgr.14556) 3656 : cluster [DBG] pgmap v3214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:25.272522+0000 mgr.y (mgr.14556) 3656 : cluster [DBG] pgmap v3214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:25.272522+0000 mgr.y (mgr.14556) 3656 : cluster [DBG] pgmap v3214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:27.273042+0000 mgr.y (mgr.14556) 3657 : cluster [DBG] pgmap v3215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:27.273042+0000 mgr.y (mgr.14556) 3657 : cluster [DBG] pgmap v3215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:27.273042+0000 mgr.y (mgr.14556) 3657 : cluster [DBG] pgmap v3215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:29.273593+0000 mgr.y (mgr.14556) 3658 : cluster [DBG] pgmap v3216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:29.273593+0000 mgr.y (mgr.14556) 3658 : cluster [DBG] pgmap v3216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:30.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:29.273593+0000 mgr.y (mgr.14556) 3658 : cluster [DBG] pgmap v3216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:32:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:31.274493+0000 mgr.y (mgr.14556) 3659 : cluster [DBG] pgmap v3217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:32:31.577142+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:32:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:32:31.831138+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:32:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:32:31.834749+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:32:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:32:32.127480+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:32:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:32:32.128139+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:32:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:32:32.133854+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:32:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:31.274493+0000 mgr.y (mgr.14556) 3659 : cluster [DBG] pgmap v3217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:32:31.577142+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:32:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:32:31.831138+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:32:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:32:31.834749+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:32:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:32:32.127480+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:32:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:32:32.128139+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:32:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:32:32.133854+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:32:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:31.274493+0000 mgr.y (mgr.14556) 3659 : cluster [DBG] pgmap v3217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:32:31.577142+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:32:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:32:31.831138+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:32:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:32:31.834749+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:32:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:32:32.127480+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:32:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:32:32.128139+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:32:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:32:32.133854+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:32:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:32:33] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:32:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:33.275069+0000 mgr.y (mgr.14556) 3660 : cluster [DBG] pgmap v3218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:33.275069+0000 mgr.y (mgr.14556) 3660 : cluster [DBG] pgmap v3218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:33.275069+0000 mgr.y (mgr.14556) 3660 : cluster [DBG] pgmap v3218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:35.275833+0000 mgr.y (mgr.14556) 3661 : cluster [DBG] pgmap v3219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:35.275833+0000 mgr.y (mgr.14556) 3661 : cluster [DBG] pgmap v3219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:35.275833+0000 mgr.y (mgr.14556) 3661 : cluster [DBG] pgmap v3219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:37.276311+0000 mgr.y (mgr.14556) 3662 : cluster [DBG] pgmap v3220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:37.276311+0000 mgr.y (mgr.14556) 3662 : cluster [DBG] pgmap v3220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:37.276311+0000 mgr.y (mgr.14556) 3662 : cluster [DBG] pgmap v3220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:39.276880+0000 mgr.y (mgr.14556) 3663 : cluster [DBG] pgmap v3221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:39.276880+0000 mgr.y (mgr.14556) 3663 : cluster [DBG] pgmap v3221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:39.276880+0000 mgr.y (mgr.14556) 3663 : cluster [DBG] pgmap v3221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:32:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:41.277661+0000 mgr.y (mgr.14556) 3664 : cluster [DBG] pgmap v3222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:41.277661+0000 mgr.y (mgr.14556) 3664 : cluster [DBG] pgmap v3222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:41.277661+0000 mgr.y (mgr.14556) 3664 : cluster [DBG] pgmap v3222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:32:43] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:32:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:43.278042+0000 mgr.y (mgr.14556) 3665 : cluster [DBG] pgmap v3223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:43.278042+0000 mgr.y (mgr.14556) 3665 : cluster [DBG] pgmap v3223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:43.278042+0000 mgr.y (mgr.14556) 3665 : cluster [DBG] pgmap v3223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:45.278824+0000 mgr.y (mgr.14556) 3666 : cluster [DBG] pgmap v3224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:45.278824+0000 mgr.y (mgr.14556) 3666 : cluster [DBG] pgmap v3224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:45.278824+0000 mgr.y (mgr.14556) 3666 : cluster [DBG] pgmap v3224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:47.279181+0000 mgr.y (mgr.14556) 3667 : cluster [DBG] pgmap v3225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:47.279181+0000 mgr.y (mgr.14556) 3667 : cluster [DBG] pgmap v3225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:47.279181+0000 mgr.y (mgr.14556) 3667 : cluster [DBG] pgmap v3225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:49.279681+0000 mgr.y (mgr.14556) 3668 : cluster [DBG] pgmap v3226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:49.279681+0000 mgr.y (mgr.14556) 3668 : cluster [DBG] pgmap v3226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:49.279681+0000 mgr.y (mgr.14556) 3668 : cluster [DBG] pgmap v3226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:32:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:51.280298+0000 mgr.y (mgr.14556) 3669 : cluster [DBG] pgmap v3227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:51.280298+0000 mgr.y (mgr.14556) 3669 : cluster [DBG] pgmap v3227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:51.280298+0000 mgr.y (mgr.14556) 3669 : cluster [DBG] pgmap v3227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:53.055 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:32:53.341 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:32:53.341 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (105m) 3m ago 106m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:32:53.341 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (106m) 3m ago 106m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:32:53.341 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (107m) 3m ago 107m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (107m) 3m ago 107m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (111m) 3m ago 111m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (112m) 3m ago 112m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (112m) 3m ago 113m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (111m) 3m ago 111m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (111m) 3m ago 111m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (106m) 3m ago 106m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (106m) 3m ago 106m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (110m) 3m ago 110m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (110m) 3m ago 110m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (110m) 3m ago 110m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (109m) 3m ago 109m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (109m) 3m ago 109m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:32:53.342 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (108m) 3m ago 108m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:32:53.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (108m) 3m ago 108m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:32:53.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (107m) 3m ago 107m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:32:53.343 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (105m) 3m ago 107m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:32:53.692 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:32:53.693 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:32:53.693 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:32:53.693 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:32:53.693 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:32:53.693 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:32:53.693 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:32:53.693 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:32:53.693 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:32:53.693 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:32:53.693 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:32:53.693 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:32:53.693 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:32:53.694 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:32:53.694 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:32:53.694 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:32:53.694 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:32:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:32:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:32:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:32:53.043597+0000 mgr.y (mgr.14556) 3670 : audit [DBG] from='client.18573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:32:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:53.280630+0000 mgr.y (mgr.14556) 3671 : cluster [DBG] pgmap v3228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:32:53.333380+0000 mgr.y (mgr.14556) 3672 : audit [DBG] from='client.28493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:32:54.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:32:53.692647+0000 mon.a (mon.0) 1420 : audit [DBG] from='client.? 172.21.15.23:0/1141876337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:32:54.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:32:53.043597+0000 mgr.y (mgr.14556) 3670 : audit [DBG] from='client.18573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:32:54.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:53.280630+0000 mgr.y (mgr.14556) 3671 : cluster [DBG] pgmap v3228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:54.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:32:53.333380+0000 mgr.y (mgr.14556) 3672 : audit [DBG] from='client.28493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:32:54.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:32:53.692647+0000 mon.a (mon.0) 1420 : audit [DBG] from='client.? 172.21.15.23:0/1141876337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:32:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:32:53.043597+0000 mgr.y (mgr.14556) 3670 : audit [DBG] from='client.18573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:32:54.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:53.280630+0000 mgr.y (mgr.14556) 3671 : cluster [DBG] pgmap v3228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:54.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:32:53.333380+0000 mgr.y (mgr.14556) 3672 : audit [DBG] from='client.28493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:32:54.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:32:53.692647+0000 mon.a (mon.0) 1420 : audit [DBG] from='client.? 172.21.15.23:0/1141876337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:32:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:55.281431+0000 mgr.y (mgr.14556) 3673 : cluster [DBG] pgmap v3229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:55.281431+0000 mgr.y (mgr.14556) 3673 : cluster [DBG] pgmap v3229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:56.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:55.281431+0000 mgr.y (mgr.14556) 3673 : cluster [DBG] pgmap v3229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:57.281908+0000 mgr.y (mgr.14556) 3674 : cluster [DBG] pgmap v3230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:57.281908+0000 mgr.y (mgr.14556) 3674 : cluster [DBG] pgmap v3230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:32:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:32:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:57.281908+0000 mgr.y (mgr.14556) 3674 : cluster [DBG] pgmap v3230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:32:59.282472+0000 mgr.y (mgr.14556) 3675 : cluster [DBG] pgmap v3231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:32:59.282472+0000 mgr.y (mgr.14556) 3675 : cluster [DBG] pgmap v3231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:00.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:32:59.282472+0000 mgr.y (mgr.14556) 3675 : cluster [DBG] pgmap v3231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:33:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:01.283256+0000 mgr.y (mgr.14556) 3676 : cluster [DBG] pgmap v3232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:01.283256+0000 mgr.y (mgr.14556) 3676 : cluster [DBG] pgmap v3232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:01.283256+0000 mgr.y (mgr.14556) 3676 : cluster [DBG] pgmap v3232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:33:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:33:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:03.283644+0000 mgr.y (mgr.14556) 3677 : cluster [DBG] pgmap v3233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:03.283644+0000 mgr.y (mgr.14556) 3677 : cluster [DBG] pgmap v3233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:03.283644+0000 mgr.y (mgr.14556) 3677 : cluster [DBG] pgmap v3233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:05.284470+0000 mgr.y (mgr.14556) 3678 : cluster [DBG] pgmap v3234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:05.284470+0000 mgr.y (mgr.14556) 3678 : cluster [DBG] pgmap v3234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:06.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:05.284470+0000 mgr.y (mgr.14556) 3678 : cluster [DBG] pgmap v3234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:07.284986+0000 mgr.y (mgr.14556) 3679 : cluster [DBG] pgmap v3235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:07.284986+0000 mgr.y (mgr.14556) 3679 : cluster [DBG] pgmap v3235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:08.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:07.284986+0000 mgr.y (mgr.14556) 3679 : cluster [DBG] pgmap v3235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:09.285447+0000 mgr.y (mgr.14556) 3680 : cluster [DBG] pgmap v3236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:09.285447+0000 mgr.y (mgr.14556) 3680 : cluster [DBG] pgmap v3236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:09.285447+0000 mgr.y (mgr.14556) 3680 : cluster [DBG] pgmap v3236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:33:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:11.286102+0000 mgr.y (mgr.14556) 3681 : cluster [DBG] pgmap v3237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:11.286102+0000 mgr.y (mgr.14556) 3681 : cluster [DBG] pgmap v3237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:11.286102+0000 mgr.y (mgr.14556) 3681 : cluster [DBG] pgmap v3237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:33:13] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:33:14.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:13.286585+0000 mgr.y (mgr.14556) 3682 : cluster [DBG] pgmap v3238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:13.286585+0000 mgr.y (mgr.14556) 3682 : cluster [DBG] pgmap v3238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:13.286585+0000 mgr.y (mgr.14556) 3682 : cluster [DBG] pgmap v3238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:16.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:15.287203+0000 mgr.y (mgr.14556) 3683 : cluster [DBG] pgmap v3239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:15.287203+0000 mgr.y (mgr.14556) 3683 : cluster [DBG] pgmap v3239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:15.287203+0000 mgr.y (mgr.14556) 3683 : cluster [DBG] pgmap v3239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:17.287635+0000 mgr.y (mgr.14556) 3684 : cluster [DBG] pgmap v3240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:17.287635+0000 mgr.y (mgr.14556) 3684 : cluster [DBG] pgmap v3240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:19.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:17.287635+0000 mgr.y (mgr.14556) 3684 : cluster [DBG] pgmap v3240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:19.287988+0000 mgr.y (mgr.14556) 3685 : cluster [DBG] pgmap v3241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:19.287988+0000 mgr.y (mgr.14556) 3685 : cluster [DBG] pgmap v3241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:19.287988+0000 mgr.y (mgr.14556) 3685 : cluster [DBG] pgmap v3241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:33:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:21.288629+0000 mgr.y (mgr.14556) 3686 : cluster [DBG] pgmap v3242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:21.288629+0000 mgr.y (mgr.14556) 3686 : cluster [DBG] pgmap v3242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:23.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:21.288629+0000 mgr.y (mgr.14556) 3686 : cluster [DBG] pgmap v3242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:24.016 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:33:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:33:23] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:33:24.303 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:33:24.303 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (106m) 3m ago 107m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:33:24.303 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (106m) 3m ago 106m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:33:24.303 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (108m) 3m ago 108m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:33:24.303 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (108m) 3m ago 108m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:33:24.303 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (111m) 3m ago 111m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (113m) 3m ago 113m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (113m) 3m ago 113m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (112m) 3m ago 112m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (112m) 3m ago 112m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (107m) 3m ago 107m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (107m) 3m ago 107m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (111m) 3m ago 111m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (111m) 3m ago 111m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (110m) 3m ago 110m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (110m) 3m ago 110m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (109m) 3m ago 109m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (109m) 3m ago 109m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (108m) 3m ago 108m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (108m) 3m ago 108m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:33:24.304 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (106m) 3m ago 107m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:33:24.653 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:33:24.653 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:33:24.653 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:33:24.653 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:33:24.653 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:33:24.653 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:33:24.653 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:33:24.653 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:33:24.653 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:33:24.653 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:33:24.653 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:33:24.653 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:33:24.654 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:33:24.654 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:33:24.654 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:33:24.654 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:33:24.654 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:33:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:23.289092+0000 mgr.y (mgr.14556) 3687 : cluster [DBG] pgmap v3243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:33:24.652670+0000 mon.a (mon.0) 1421 : audit [DBG] from='client.? 172.21.15.23:0/4063992834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:33:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:23.289092+0000 mgr.y (mgr.14556) 3687 : cluster [DBG] pgmap v3243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:33:24.652670+0000 mon.a (mon.0) 1421 : audit [DBG] from='client.? 172.21.15.23:0/4063992834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:33:25.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:23.289092+0000 mgr.y (mgr.14556) 3687 : cluster [DBG] pgmap v3243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:25.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:33:24.652670+0000 mon.a (mon.0) 1421 : audit [DBG] from='client.? 172.21.15.23:0/4063992834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:33:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:33:24.004378+0000 mgr.y (mgr.14556) 3688 : audit [DBG] from='client.28505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:33:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:33:24.295046+0000 mgr.y (mgr.14556) 3689 : audit [DBG] from='client.18597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:33:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:33:24.004378+0000 mgr.y (mgr.14556) 3688 : audit [DBG] from='client.28505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:33:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:33:24.295046+0000 mgr.y (mgr.14556) 3689 : audit [DBG] from='client.18597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:33:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:33:24.004378+0000 mgr.y (mgr.14556) 3688 : audit [DBG] from='client.28505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:33:26.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:33:24.295046+0000 mgr.y (mgr.14556) 3689 : audit [DBG] from='client.18597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:33:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:25.289785+0000 mgr.y (mgr.14556) 3690 : cluster [DBG] pgmap v3244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:25.289785+0000 mgr.y (mgr.14556) 3690 : cluster [DBG] pgmap v3244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:25.289785+0000 mgr.y (mgr.14556) 3690 : cluster [DBG] pgmap v3244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:27.290151+0000 mgr.y (mgr.14556) 3691 : cluster [DBG] pgmap v3245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:27.290151+0000 mgr.y (mgr.14556) 3691 : cluster [DBG] pgmap v3245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:27.290151+0000 mgr.y (mgr.14556) 3691 : cluster [DBG] pgmap v3245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:29.290568+0000 mgr.y (mgr.14556) 3692 : cluster [DBG] pgmap v3246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:29.290568+0000 mgr.y (mgr.14556) 3692 : cluster [DBG] pgmap v3246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:29.290568+0000 mgr.y (mgr.14556) 3692 : cluster [DBG] pgmap v3246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:33:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:31.291201+0000 mgr.y (mgr.14556) 3693 : cluster [DBG] pgmap v3247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:33:32.138173+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:33:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:33:32.444849+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:33:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:33:32.445509+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:33:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:33:32.449947+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:33:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:31.291201+0000 mgr.y (mgr.14556) 3693 : cluster [DBG] pgmap v3247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:33:32.138173+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:33:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:33:32.444849+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:33:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:33:32.445509+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:33:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:33:32.449947+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:33:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:31.291201+0000 mgr.y (mgr.14556) 3693 : cluster [DBG] pgmap v3247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:33:32.138173+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:33:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:33:32.444849+0000 mon.a (mon.0) 1423 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:33:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:33:32.445509+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:33:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:33:32.449947+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:33:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:33:33] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:33:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:33.291551+0000 mgr.y (mgr.14556) 3694 : cluster [DBG] pgmap v3248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:33.291551+0000 mgr.y (mgr.14556) 3694 : cluster [DBG] pgmap v3248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:33.291551+0000 mgr.y (mgr.14556) 3694 : cluster [DBG] pgmap v3248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:35.292122+0000 mgr.y (mgr.14556) 3695 : cluster [DBG] pgmap v3249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:35.292122+0000 mgr.y (mgr.14556) 3695 : cluster [DBG] pgmap v3249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:35.292122+0000 mgr.y (mgr.14556) 3695 : cluster [DBG] pgmap v3249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:37.292711+0000 mgr.y (mgr.14556) 3696 : cluster [DBG] pgmap v3250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:37.292711+0000 mgr.y (mgr.14556) 3696 : cluster [DBG] pgmap v3250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:37.292711+0000 mgr.y (mgr.14556) 3696 : cluster [DBG] pgmap v3250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:39.293105+0000 mgr.y (mgr.14556) 3697 : cluster [DBG] pgmap v3251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:39.293105+0000 mgr.y (mgr.14556) 3697 : cluster [DBG] pgmap v3251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:39.293105+0000 mgr.y (mgr.14556) 3697 : cluster [DBG] pgmap v3251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:33:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:41.293891+0000 mgr.y (mgr.14556) 3698 : cluster [DBG] pgmap v3252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:41.293891+0000 mgr.y (mgr.14556) 3698 : cluster [DBG] pgmap v3252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:41.293891+0000 mgr.y (mgr.14556) 3698 : cluster [DBG] pgmap v3252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:33:43] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:33:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:43.294463+0000 mgr.y (mgr.14556) 3699 : cluster [DBG] pgmap v3253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:43.294463+0000 mgr.y (mgr.14556) 3699 : cluster [DBG] pgmap v3253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:43.294463+0000 mgr.y (mgr.14556) 3699 : cluster [DBG] pgmap v3253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:45.295204+0000 mgr.y (mgr.14556) 3700 : cluster [DBG] pgmap v3254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:45.295204+0000 mgr.y (mgr.14556) 3700 : cluster [DBG] pgmap v3254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:45.295204+0000 mgr.y (mgr.14556) 3700 : cluster [DBG] pgmap v3254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:47.295747+0000 mgr.y (mgr.14556) 3701 : cluster [DBG] pgmap v3255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:47.295747+0000 mgr.y (mgr.14556) 3701 : cluster [DBG] pgmap v3255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:47.295747+0000 mgr.y (mgr.14556) 3701 : cluster [DBG] pgmap v3255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:49.296205+0000 mgr.y (mgr.14556) 3702 : cluster [DBG] pgmap v3256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:49.296205+0000 mgr.y (mgr.14556) 3702 : cluster [DBG] pgmap v3256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:49.296205+0000 mgr.y (mgr.14556) 3702 : cluster [DBG] pgmap v3256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:33:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:51.296944+0000 mgr.y (mgr.14556) 3703 : cluster [DBG] pgmap v3257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:51.296944+0000 mgr.y (mgr.14556) 3703 : cluster [DBG] pgmap v3257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:51.296944+0000 mgr.y (mgr.14556) 3703 : cluster [DBG] pgmap v3257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:33:53] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:33:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:53.297433+0000 mgr.y (mgr.14556) 3704 : cluster [DBG] pgmap v3258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:53.297433+0000 mgr.y (mgr.14556) 3704 : cluster [DBG] pgmap v3258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:53.297433+0000 mgr.y (mgr.14556) 3704 : cluster [DBG] pgmap v3258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:54.981 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:33:55.268 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:33:55.268 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (106m) 4m ago 107m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:33:55.268 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (107m) 4m ago 107m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:33:55.268 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (108m) 4m ago 108m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:33:55.268 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (108m) 4m ago 108m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (112m) 4m ago 112m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (113m) 4m ago 113m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (114m) 4m ago 114m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (112m) 4m ago 112m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (112m) 4m ago 112m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (107m) 4m ago 107m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (107m) 4m ago 107m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (111m) 4m ago 111m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (111m) 4m ago 111m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (111m) 4m ago 111m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (110m) 4m ago 110m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (110m) 4m ago 110m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (109m) 4m ago 109m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (109m) 4m ago 109m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (108m) 4m ago 108m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:33:55.269 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (106m) 4m ago 108m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:33:55.622 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:33:55.623 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:33:55.624 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:33:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:33:54.969002+0000 mgr.y (mgr.14556) 3705 : audit [DBG] from='client.18609 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:33:56.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:33:55.260089+0000 mgr.y (mgr.14556) 3706 : audit [DBG] from='client.28529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:33:56.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:55.298111+0000 mgr.y (mgr.14556) 3707 : cluster [DBG] pgmap v3259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:56.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:33:55.622236+0000 mon.c (mon.2) 117 : audit [DBG] from='client.? 172.21.15.23:0/1982869414' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:33:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:33:54.969002+0000 mgr.y (mgr.14556) 3705 : audit [DBG] from='client.18609 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:33:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:33:55.260089+0000 mgr.y (mgr.14556) 3706 : audit [DBG] from='client.28529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:33:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:55.298111+0000 mgr.y (mgr.14556) 3707 : cluster [DBG] pgmap v3259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:33:55.622236+0000 mon.c (mon.2) 117 : audit [DBG] from='client.? 172.21.15.23:0/1982869414' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:33:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:33:54.969002+0000 mgr.y (mgr.14556) 3705 : audit [DBG] from='client.18609 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:33:56.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:33:55.260089+0000 mgr.y (mgr.14556) 3706 : audit [DBG] from='client.28529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:33:56.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:55.298111+0000 mgr.y (mgr.14556) 3707 : cluster [DBG] pgmap v3259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:56.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:33:55.622236+0000 mon.c (mon.2) 117 : audit [DBG] from='client.? 172.21.15.23:0/1982869414' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:33:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:33:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:57.298482+0000 mgr.y (mgr.14556) 3708 : cluster [DBG] pgmap v3260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:33:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:57.298482+0000 mgr.y (mgr.14556) 3708 : cluster [DBG] pgmap v3260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:33:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:33:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:57.298482+0000 mgr.y (mgr.14556) 3708 : cluster [DBG] pgmap v3260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:33:59.298804+0000 mgr.y (mgr.14556) 3709 : cluster [DBG] pgmap v3261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:33:59.298804+0000 mgr.y (mgr.14556) 3709 : cluster [DBG] pgmap v3261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:33:59.298804+0000 mgr.y (mgr.14556) 3709 : cluster [DBG] pgmap v3261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:34:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:01.299442+0000 mgr.y (mgr.14556) 3710 : cluster [DBG] pgmap v3262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:01.299442+0000 mgr.y (mgr.14556) 3710 : cluster [DBG] pgmap v3262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:01.299442+0000 mgr.y (mgr.14556) 3710 : cluster [DBG] pgmap v3262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:34:03] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:34:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:03.299794+0000 mgr.y (mgr.14556) 3711 : cluster [DBG] pgmap v3263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:04.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:03.299794+0000 mgr.y (mgr.14556) 3711 : cluster [DBG] pgmap v3263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:03.299794+0000 mgr.y (mgr.14556) 3711 : cluster [DBG] pgmap v3263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:05.300462+0000 mgr.y (mgr.14556) 3712 : cluster [DBG] pgmap v3264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:05.300462+0000 mgr.y (mgr.14556) 3712 : cluster [DBG] pgmap v3264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:06.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:05.300462+0000 mgr.y (mgr.14556) 3712 : cluster [DBG] pgmap v3264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:07.301014+0000 mgr.y (mgr.14556) 3713 : cluster [DBG] pgmap v3265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:08.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:07.301014+0000 mgr.y (mgr.14556) 3713 : cluster [DBG] pgmap v3265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:07.301014+0000 mgr.y (mgr.14556) 3713 : cluster [DBG] pgmap v3265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:09.301471+0000 mgr.y (mgr.14556) 3714 : cluster [DBG] pgmap v3266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:09.301471+0000 mgr.y (mgr.14556) 3714 : cluster [DBG] pgmap v3266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:09.301471+0000 mgr.y (mgr.14556) 3714 : cluster [DBG] pgmap v3266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:34:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:11.302168+0000 mgr.y (mgr.14556) 3715 : cluster [DBG] pgmap v3267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:11.302168+0000 mgr.y (mgr.14556) 3715 : cluster [DBG] pgmap v3267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:11.302168+0000 mgr.y (mgr.14556) 3715 : cluster [DBG] pgmap v3267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:34:13] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:34:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:13.302695+0000 mgr.y (mgr.14556) 3716 : cluster [DBG] pgmap v3268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:13.302695+0000 mgr.y (mgr.14556) 3716 : cluster [DBG] pgmap v3268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:13.302695+0000 mgr.y (mgr.14556) 3716 : cluster [DBG] pgmap v3268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:15.303479+0000 mgr.y (mgr.14556) 3717 : cluster [DBG] pgmap v3269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:15.303479+0000 mgr.y (mgr.14556) 3717 : cluster [DBG] pgmap v3269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:16.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:15.303479+0000 mgr.y (mgr.14556) 3717 : cluster [DBG] pgmap v3269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:17.303845+0000 mgr.y (mgr.14556) 3718 : cluster [DBG] pgmap v3270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:17.303845+0000 mgr.y (mgr.14556) 3718 : cluster [DBG] pgmap v3270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:17.303845+0000 mgr.y (mgr.14556) 3718 : cluster [DBG] pgmap v3270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:19.304288+0000 mgr.y (mgr.14556) 3719 : cluster [DBG] pgmap v3271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:19.304288+0000 mgr.y (mgr.14556) 3719 : cluster [DBG] pgmap v3271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:19.304288+0000 mgr.y (mgr.14556) 3719 : cluster [DBG] pgmap v3271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:34:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:21.304960+0000 mgr.y (mgr.14556) 3720 : cluster [DBG] pgmap v3272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:22.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:21.304960+0000 mgr.y (mgr.14556) 3720 : cluster [DBG] pgmap v3272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:21.304960+0000 mgr.y (mgr.14556) 3720 : cluster [DBG] pgmap v3272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:34:23] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:34:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:23.305315+0000 mgr.y (mgr.14556) 3721 : cluster [DBG] pgmap v3273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:23.305315+0000 mgr.y (mgr.14556) 3721 : cluster [DBG] pgmap v3273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:23.305315+0000 mgr.y (mgr.14556) 3721 : cluster [DBG] pgmap v3273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:25.948 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:34:26.235 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:34:26.235 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (107m) 4m ago 108m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:34:26.235 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (107m) 4m ago 107m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:34:26.235 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (109m) 4m ago 109m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:34:26.235 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (109m) 4m ago 109m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:34:26.235 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (112m) 4m ago 112m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:34:26.235 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (114m) 4m ago 114m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:34:26.235 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (114m) 4m ago 114m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:34:26.235 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (113m) 4m ago 113m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:34:26.236 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (113m) 4m ago 113m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:34:26.236 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (108m) 4m ago 108m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:34:26.236 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (108m) 4m ago 108m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:34:26.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (112m) 4m ago 112m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:34:26.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (112m) 4m ago 112m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:34:26.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (111m) 4m ago 111m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:34:26.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (111m) 4m ago 111m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:34:26.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (110m) 4m ago 110m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:34:26.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (110m) 4m ago 110m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:34:26.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (109m) 4m ago 109m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:34:26.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (109m) 4m ago 109m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:34:26.236 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (107m) 4m ago 108m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:34:26.590 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:34:26.590 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:34:26.591 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:34:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:25.306110+0000 mgr.y (mgr.14556) 3722 : cluster [DBG] pgmap v3274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:25.306110+0000 mgr.y (mgr.14556) 3722 : cluster [DBG] pgmap v3274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:25.306110+0000 mgr.y (mgr.14556) 3722 : cluster [DBG] pgmap v3274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:34:25.936503+0000 mgr.y (mgr.14556) 3723 : audit [DBG] from='client.28541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:34:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:34:26.226761+0000 mgr.y (mgr.14556) 3724 : audit [DBG] from='client.18633 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:34:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:34:26.590313+0000 mon.a (mon.0) 1426 : audit [DBG] from='client.? 172.21.15.23:0/2437190249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:34:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:34:25.936503+0000 mgr.y (mgr.14556) 3723 : audit [DBG] from='client.28541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:34:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:34:26.226761+0000 mgr.y (mgr.14556) 3724 : audit [DBG] from='client.18633 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:34:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:34:26.590313+0000 mon.a (mon.0) 1426 : audit [DBG] from='client.? 172.21.15.23:0/2437190249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:34:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:34:25.936503+0000 mgr.y (mgr.14556) 3723 : audit [DBG] from='client.28541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:34:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:34:26.226761+0000 mgr.y (mgr.14556) 3724 : audit [DBG] from='client.18633 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:34:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:34:26.590313+0000 mon.a (mon.0) 1426 : audit [DBG] from='client.? 172.21.15.23:0/2437190249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:34:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:27.306492+0000 mgr.y (mgr.14556) 3725 : cluster [DBG] pgmap v3275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:27.306492+0000 mgr.y (mgr.14556) 3725 : cluster [DBG] pgmap v3275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:27.306492+0000 mgr.y (mgr.14556) 3725 : cluster [DBG] pgmap v3275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:29.306868+0000 mgr.y (mgr.14556) 3726 : cluster [DBG] pgmap v3276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:29.306868+0000 mgr.y (mgr.14556) 3726 : cluster [DBG] pgmap v3276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:29.306868+0000 mgr.y (mgr.14556) 3726 : cluster [DBG] pgmap v3276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:34:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:31.307575+0000 mgr.y (mgr.14556) 3727 : cluster [DBG] pgmap v3277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:34:32.454122+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:34:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:31.307575+0000 mgr.y (mgr.14556) 3727 : cluster [DBG] pgmap v3277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:34:32.454122+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:34:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:31.307575+0000 mgr.y (mgr.14556) 3727 : cluster [DBG] pgmap v3277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:34:32.454122+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:34:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:34:32.760406+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:34:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:34:32.761124+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:34:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:34:32.765831+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:34:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:34:33] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:34:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:34:32.760406+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:34:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:34:32.761124+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:34:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:34:32.765831+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:34:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:34:32.760406+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:34:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:34:32.761124+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:34:34.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:34:32.765831+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:34:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:33.307885+0000 mgr.y (mgr.14556) 3728 : cluster [DBG] pgmap v3278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:33.307885+0000 mgr.y (mgr.14556) 3728 : cluster [DBG] pgmap v3278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:33.307885+0000 mgr.y (mgr.14556) 3728 : cluster [DBG] pgmap v3278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:36.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:35.308661+0000 mgr.y (mgr.14556) 3729 : cluster [DBG] pgmap v3279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:35.308661+0000 mgr.y (mgr.14556) 3729 : cluster [DBG] pgmap v3279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:35.308661+0000 mgr.y (mgr.14556) 3729 : cluster [DBG] pgmap v3279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:37.309133+0000 mgr.y (mgr.14556) 3730 : cluster [DBG] pgmap v3280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:37.309133+0000 mgr.y (mgr.14556) 3730 : cluster [DBG] pgmap v3280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:37.309133+0000 mgr.y (mgr.14556) 3730 : cluster [DBG] pgmap v3280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:39.309476+0000 mgr.y (mgr.14556) 3731 : cluster [DBG] pgmap v3281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:39.309476+0000 mgr.y (mgr.14556) 3731 : cluster [DBG] pgmap v3281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:39.309476+0000 mgr.y (mgr.14556) 3731 : cluster [DBG] pgmap v3281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:34:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:41.310035+0000 mgr.y (mgr.14556) 3732 : cluster [DBG] pgmap v3282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:41.310035+0000 mgr.y (mgr.14556) 3732 : cluster [DBG] pgmap v3282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:41.310035+0000 mgr.y (mgr.14556) 3732 : cluster [DBG] pgmap v3282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:34:43] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:34:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:43.310459+0000 mgr.y (mgr.14556) 3733 : cluster [DBG] pgmap v3283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:43.310459+0000 mgr.y (mgr.14556) 3733 : cluster [DBG] pgmap v3283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:43.310459+0000 mgr.y (mgr.14556) 3733 : cluster [DBG] pgmap v3283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:45.310991+0000 mgr.y (mgr.14556) 3734 : cluster [DBG] pgmap v3284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:45.310991+0000 mgr.y (mgr.14556) 3734 : cluster [DBG] pgmap v3284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:45.310991+0000 mgr.y (mgr.14556) 3734 : cluster [DBG] pgmap v3284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:47.311427+0000 mgr.y (mgr.14556) 3735 : cluster [DBG] pgmap v3285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:47.311427+0000 mgr.y (mgr.14556) 3735 : cluster [DBG] pgmap v3285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:47.311427+0000 mgr.y (mgr.14556) 3735 : cluster [DBG] pgmap v3285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:49.311799+0000 mgr.y (mgr.14556) 3736 : cluster [DBG] pgmap v3286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:49.311799+0000 mgr.y (mgr.14556) 3736 : cluster [DBG] pgmap v3286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:49.311799+0000 mgr.y (mgr.14556) 3736 : cluster [DBG] pgmap v3286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:34:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:51.312686+0000 mgr.y (mgr.14556) 3737 : cluster [DBG] pgmap v3287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:51.312686+0000 mgr.y (mgr.14556) 3737 : cluster [DBG] pgmap v3287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:51.312686+0000 mgr.y (mgr.14556) 3737 : cluster [DBG] pgmap v3287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:34:53] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:34:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:53.313150+0000 mgr.y (mgr.14556) 3738 : cluster [DBG] pgmap v3288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:53.313150+0000 mgr.y (mgr.14556) 3738 : cluster [DBG] pgmap v3288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:53.313150+0000 mgr.y (mgr.14556) 3738 : cluster [DBG] pgmap v3288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:56.920 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:34:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:55.314018+0000 mgr.y (mgr.14556) 3739 : cluster [DBG] pgmap v3289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:55.314018+0000 mgr.y (mgr.14556) 3739 : cluster [DBG] pgmap v3289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:55.314018+0000 mgr.y (mgr.14556) 3739 : cluster [DBG] pgmap v3289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:57.210 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (107m) 5m ago 108m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (108m) 5m ago 108m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (109m) 5m ago 109m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (109m) 5m ago 109m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (113m) 5m ago 113m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (115m) 5m ago 115m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (115m) 5m ago 115m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (113m) 5m ago 113m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (113m) 5m ago 113m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (109m) 5m ago 109m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (108m) 5m ago 108m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (112m) 5m ago 112m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:34:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (112m) 5m ago 112m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:34:57.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (112m) 5m ago 112m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:34:57.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (111m) 5m ago 111m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:34:57.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (111m) 5m ago 111m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:34:57.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (110m) 5m ago 110m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:34:57.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (110m) 5m ago 110m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:34:57.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (110m) 5m ago 110m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:34:57.212 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (107m) 5m ago 109m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:34:57.561 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:34:57.562 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:34:57.562 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:34:57.562 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:34:57.562 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:34:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:34:57.560692+0000 mon.c (mon.2) 118 : audit [DBG] from='client.? 172.21.15.23:0/3267818608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:34:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:34:57.560692+0000 mon.c (mon.2) 118 : audit [DBG] from='client.? 172.21.15.23:0/3267818608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:34:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:34:57.560692+0000 mon.c (mon.2) 118 : audit [DBG] from='client.? 172.21.15.23:0/3267818608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:34:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:34:56.907921+0000 mgr.y (mgr.14556) 3740 : audit [DBG] from='client.18645 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:34:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:34:57.201937+0000 mgr.y (mgr.14556) 3741 : audit [DBG] from='client.18651 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:34:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:57.314334+0000 mgr.y (mgr.14556) 3742 : cluster [DBG] pgmap v3290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:34:56.907921+0000 mgr.y (mgr.14556) 3740 : audit [DBG] from='client.18645 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:34:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:34:57.201937+0000 mgr.y (mgr.14556) 3741 : audit [DBG] from='client.18651 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:34:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:57.314334+0000 mgr.y (mgr.14556) 3742 : cluster [DBG] pgmap v3290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:34:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:34:56.907921+0000 mgr.y (mgr.14556) 3740 : audit [DBG] from='client.18645 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:34:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:34:57.201937+0000 mgr.y (mgr.14556) 3741 : audit [DBG] from='client.18651 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:34:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:34:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:57.314334+0000 mgr.y (mgr.14556) 3742 : cluster [DBG] pgmap v3290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:34:59.314786+0000 mgr.y (mgr.14556) 3743 : cluster [DBG] pgmap v3291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:34:59.314786+0000 mgr.y (mgr.14556) 3743 : cluster [DBG] pgmap v3291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:34:59.314786+0000 mgr.y (mgr.14556) 3743 : cluster [DBG] pgmap v3291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:35:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:01.315634+0000 mgr.y (mgr.14556) 3744 : cluster [DBG] pgmap v3292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:01.315634+0000 mgr.y (mgr.14556) 3744 : cluster [DBG] pgmap v3292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:01.315634+0000 mgr.y (mgr.14556) 3744 : cluster [DBG] pgmap v3292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:35:03] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:35:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:03.315964+0000 mgr.y (mgr.14556) 3745 : cluster [DBG] pgmap v3293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:03.315964+0000 mgr.y (mgr.14556) 3745 : cluster [DBG] pgmap v3293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:04.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:03.315964+0000 mgr.y (mgr.14556) 3745 : cluster [DBG] pgmap v3293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:05.316614+0000 mgr.y (mgr.14556) 3746 : cluster [DBG] pgmap v3294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:05.316614+0000 mgr.y (mgr.14556) 3746 : cluster [DBG] pgmap v3294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:05.316614+0000 mgr.y (mgr.14556) 3746 : cluster [DBG] pgmap v3294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:07.317098+0000 mgr.y (mgr.14556) 3747 : cluster [DBG] pgmap v3295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:07.317098+0000 mgr.y (mgr.14556) 3747 : cluster [DBG] pgmap v3295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:07.317098+0000 mgr.y (mgr.14556) 3747 : cluster [DBG] pgmap v3295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:09.317536+0000 mgr.y (mgr.14556) 3748 : cluster [DBG] pgmap v3296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:09.317536+0000 mgr.y (mgr.14556) 3748 : cluster [DBG] pgmap v3296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:09.317536+0000 mgr.y (mgr.14556) 3748 : cluster [DBG] pgmap v3296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:35:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:11.318214+0000 mgr.y (mgr.14556) 3749 : cluster [DBG] pgmap v3297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:11.318214+0000 mgr.y (mgr.14556) 3749 : cluster [DBG] pgmap v3297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:11.318214+0000 mgr.y (mgr.14556) 3749 : cluster [DBG] pgmap v3297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:35:13] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:35:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:13.318631+0000 mgr.y (mgr.14556) 3750 : cluster [DBG] pgmap v3298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:14.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:13.318631+0000 mgr.y (mgr.14556) 3750 : cluster [DBG] pgmap v3298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:13.318631+0000 mgr.y (mgr.14556) 3750 : cluster [DBG] pgmap v3298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:15.319306+0000 mgr.y (mgr.14556) 3751 : cluster [DBG] pgmap v3299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:15.319306+0000 mgr.y (mgr.14556) 3751 : cluster [DBG] pgmap v3299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:16.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:15.319306+0000 mgr.y (mgr.14556) 3751 : cluster [DBG] pgmap v3299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:17.319716+0000 mgr.y (mgr.14556) 3752 : cluster [DBG] pgmap v3300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:17.319716+0000 mgr.y (mgr.14556) 3752 : cluster [DBG] pgmap v3300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:17.319716+0000 mgr.y (mgr.14556) 3752 : cluster [DBG] pgmap v3300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:19.320249+0000 mgr.y (mgr.14556) 3753 : cluster [DBG] pgmap v3301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:19.320249+0000 mgr.y (mgr.14556) 3753 : cluster [DBG] pgmap v3301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:19.320249+0000 mgr.y (mgr.14556) 3753 : cluster [DBG] pgmap v3301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:35:22.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:21.320823+0000 mgr.y (mgr.14556) 3754 : cluster [DBG] pgmap v3302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:21.320823+0000 mgr.y (mgr.14556) 3754 : cluster [DBG] pgmap v3302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:22.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:21.320823+0000 mgr.y (mgr.14556) 3754 : cluster [DBG] pgmap v3302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:35:23] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:35:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:23.321232+0000 mgr.y (mgr.14556) 3755 : cluster [DBG] pgmap v3303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:23.321232+0000 mgr.y (mgr.14556) 3755 : cluster [DBG] pgmap v3303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:23.321232+0000 mgr.y (mgr.14556) 3755 : cluster [DBG] pgmap v3303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:25.321831+0000 mgr.y (mgr.14556) 3756 : cluster [DBG] pgmap v3304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:25.321831+0000 mgr.y (mgr.14556) 3756 : cluster [DBG] pgmap v3304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:25.321831+0000 mgr.y (mgr.14556) 3756 : cluster [DBG] pgmap v3304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:27.885 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:35:28.172 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:35:28.172 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (108m) 5m ago 109m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:35:28.172 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (109m) 5m ago 109m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:35:28.172 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (110m) 5m ago 110m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:35:28.172 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (110m) 5m ago 110m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (113m) 5m ago 113m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (115m) 5m ago 115m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (115m) 5m ago 115m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (114m) 5m ago 114m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (114m) 5m ago 114m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (109m) 5m ago 109m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (109m) 5m ago 109m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (113m) 5m ago 113m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (113m) 5m ago 113m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (112m) 5m ago 112m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (112m) 5m ago 112m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (111m) 5m ago 111m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (111m) 5m ago 111m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:35:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (111m) 5m ago 110m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:35:28.174 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (110m) 5m ago 110m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:35:28.174 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (108m) 5m ago 109m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:35:28.521 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:35:28.521 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:35:28.522 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:35:28.522 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:35:28.522 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:35:28.522 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:35:28.522 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:35:28.523 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:35:28.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:35:28.523 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:35:28.523 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:35:28.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:35:28.523 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:35:28.524 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:35:28.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:35:28.524 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:35:28.524 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:35:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:27.322466+0000 mgr.y (mgr.14556) 3757 : cluster [DBG] pgmap v3305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:27.322466+0000 mgr.y (mgr.14556) 3757 : cluster [DBG] pgmap v3305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:27.322466+0000 mgr.y (mgr.14556) 3757 : cluster [DBG] pgmap v3305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:35:27.873118+0000 mgr.y (mgr.14556) 3758 : audit [DBG] from='client.18663 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:35:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:35:28.164175+0000 mgr.y (mgr.14556) 3759 : audit [DBG] from='client.28583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:35:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:35:28.521209+0000 mon.a (mon.0) 1431 : audit [DBG] from='client.? 172.21.15.23:0/2806691822' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:35:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:35:27.873118+0000 mgr.y (mgr.14556) 3758 : audit [DBG] from='client.18663 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:35:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:35:28.164175+0000 mgr.y (mgr.14556) 3759 : audit [DBG] from='client.28583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:35:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:35:28.521209+0000 mon.a (mon.0) 1431 : audit [DBG] from='client.? 172.21.15.23:0/2806691822' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:35:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:35:27.873118+0000 mgr.y (mgr.14556) 3758 : audit [DBG] from='client.18663 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:35:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:35:28.164175+0000 mgr.y (mgr.14556) 3759 : audit [DBG] from='client.28583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:35:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:35:28.521209+0000 mon.a (mon.0) 1431 : audit [DBG] from='client.? 172.21.15.23:0/2806691822' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:35:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:29.322843+0000 mgr.y (mgr.14556) 3760 : cluster [DBG] pgmap v3306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:29.322843+0000 mgr.y (mgr.14556) 3760 : cluster [DBG] pgmap v3306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:30.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:29.322843+0000 mgr.y (mgr.14556) 3760 : cluster [DBG] pgmap v3306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:35:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:31.323506+0000 mgr.y (mgr.14556) 3761 : cluster [DBG] pgmap v3307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:31.323506+0000 mgr.y (mgr.14556) 3761 : cluster [DBG] pgmap v3307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:31.323506+0000 mgr.y (mgr.14556) 3761 : cluster [DBG] pgmap v3307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:35:32.770153+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:35:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:35:33.075454+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:35:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:35:33.076106+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:35:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:35:33.083819+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:35:33.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:35:32.770153+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:35:33.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:35:33.075454+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:35:33.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:35:33.076106+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:35:33.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:35:33.083819+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:35:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:35:32.770153+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:35:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:35:33.075454+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:35:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:35:33.076106+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:35:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:35:33.083819+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:35:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:35:33] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:35:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:33.323971+0000 mgr.y (mgr.14556) 3762 : cluster [DBG] pgmap v3308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:33.323971+0000 mgr.y (mgr.14556) 3762 : cluster [DBG] pgmap v3308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:33.323971+0000 mgr.y (mgr.14556) 3762 : cluster [DBG] pgmap v3308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:35.324602+0000 mgr.y (mgr.14556) 3763 : cluster [DBG] pgmap v3309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:35.324602+0000 mgr.y (mgr.14556) 3763 : cluster [DBG] pgmap v3309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:35.324602+0000 mgr.y (mgr.14556) 3763 : cluster [DBG] pgmap v3309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:37.325169+0000 mgr.y (mgr.14556) 3764 : cluster [DBG] pgmap v3310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:37.325169+0000 mgr.y (mgr.14556) 3764 : cluster [DBG] pgmap v3310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:37.325169+0000 mgr.y (mgr.14556) 3764 : cluster [DBG] pgmap v3310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:39.325693+0000 mgr.y (mgr.14556) 3765 : cluster [DBG] pgmap v3311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:39.325693+0000 mgr.y (mgr.14556) 3765 : cluster [DBG] pgmap v3311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:39.325693+0000 mgr.y (mgr.14556) 3765 : cluster [DBG] pgmap v3311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:35:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:41.326274+0000 mgr.y (mgr.14556) 3766 : cluster [DBG] pgmap v3312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:41.326274+0000 mgr.y (mgr.14556) 3766 : cluster [DBG] pgmap v3312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:41.326274+0000 mgr.y (mgr.14556) 3766 : cluster [DBG] pgmap v3312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:35:43] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:35:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:43.326694+0000 mgr.y (mgr.14556) 3767 : cluster [DBG] pgmap v3313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:43.326694+0000 mgr.y (mgr.14556) 3767 : cluster [DBG] pgmap v3313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:43.326694+0000 mgr.y (mgr.14556) 3767 : cluster [DBG] pgmap v3313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:45.327310+0000 mgr.y (mgr.14556) 3768 : cluster [DBG] pgmap v3314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:45.327310+0000 mgr.y (mgr.14556) 3768 : cluster [DBG] pgmap v3314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:45.327310+0000 mgr.y (mgr.14556) 3768 : cluster [DBG] pgmap v3314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:47.327847+0000 mgr.y (mgr.14556) 3769 : cluster [DBG] pgmap v3315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:47.327847+0000 mgr.y (mgr.14556) 3769 : cluster [DBG] pgmap v3315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:47.327847+0000 mgr.y (mgr.14556) 3769 : cluster [DBG] pgmap v3315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:49.328440+0000 mgr.y (mgr.14556) 3770 : cluster [DBG] pgmap v3316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:49.328440+0000 mgr.y (mgr.14556) 3770 : cluster [DBG] pgmap v3316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:49.328440+0000 mgr.y (mgr.14556) 3770 : cluster [DBG] pgmap v3316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:35:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:51.329124+0000 mgr.y (mgr.14556) 3771 : cluster [DBG] pgmap v3317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:51.329124+0000 mgr.y (mgr.14556) 3771 : cluster [DBG] pgmap v3317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:51.329124+0000 mgr.y (mgr.14556) 3771 : cluster [DBG] pgmap v3317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:35:53] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:35:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:53.329541+0000 mgr.y (mgr.14556) 3772 : cluster [DBG] pgmap v3318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:53.329541+0000 mgr.y (mgr.14556) 3772 : cluster [DBG] pgmap v3318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:53.329541+0000 mgr.y (mgr.14556) 3772 : cluster [DBG] pgmap v3318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:55.330365+0000 mgr.y (mgr.14556) 3773 : cluster [DBG] pgmap v3319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:55.330365+0000 mgr.y (mgr.14556) 3773 : cluster [DBG] pgmap v3319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:55.330365+0000 mgr.y (mgr.14556) 3773 : cluster [DBG] pgmap v3319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:58.848 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:35:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:57.330896+0000 mgr.y (mgr.14556) 3774 : cluster [DBG] pgmap v3320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:57.330896+0000 mgr.y (mgr.14556) 3774 : cluster [DBG] pgmap v3320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:35:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (108m) 6m ago 109m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (109m) 6m ago 109m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (110m) 6m ago 110m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (110m) 6m ago 110m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (114m) 6m ago 114m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (116m) 6m ago 116m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (116m) 6m ago 116m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (114m) 6m ago 114m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (114m) 6m ago 114m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (110m) 6m ago 110m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (109m) 6m ago 109m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (114m) 6m ago 114m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (113m) 6m ago 113m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (113m) 6m ago 113m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:35:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (112m) 6m ago 112m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:35:59.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (112m) 6m ago 112m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:35:59.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (111m) 6m ago 111m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:35:59.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (111m) 6m ago 111m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:35:59.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (111m) 6m ago 111m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:35:59.136 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (108m) 6m ago 110m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:35:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:57.330896+0000 mgr.y (mgr.14556) 3774 : cluster [DBG] pgmap v3320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:35:59.482 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:35:59.482 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:35:59.482 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:35:59.482 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:35:59.482 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:35:59.482 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:35:59.482 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:35:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:35:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:35:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:35:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:35:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:35:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:35:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:35:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:35:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:35:59.483 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:36:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:35:59.481990+0000 mon.a (mon.0) 1436 : audit [DBG] from='client.? 172.21.15.23:0/3832200764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:36:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:35:59.481990+0000 mon.a (mon.0) 1436 : audit [DBG] from='client.? 172.21.15.23:0/3832200764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:36:00.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:35:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:35:59.481990+0000 mon.a (mon.0) 1436 : audit [DBG] from='client.? 172.21.15.23:0/3832200764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:36:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:35:58.836181+0000 mgr.y (mgr.14556) 3775 : audit [DBG] from='client.28595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:36:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:35:59.126662+0000 mgr.y (mgr.14556) 3776 : audit [DBG] from='client.18687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:36:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:35:59.331218+0000 mgr.y (mgr.14556) 3777 : cluster [DBG] pgmap v3321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:35:58.836181+0000 mgr.y (mgr.14556) 3775 : audit [DBG] from='client.28595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:36:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:35:59.126662+0000 mgr.y (mgr.14556) 3776 : audit [DBG] from='client.18687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:36:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:35:59.331218+0000 mgr.y (mgr.14556) 3777 : cluster [DBG] pgmap v3321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:35:58.836181+0000 mgr.y (mgr.14556) 3775 : audit [DBG] from='client.28595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:36:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:35:59.126662+0000 mgr.y (mgr.14556) 3776 : audit [DBG] from='client.18687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:36:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:35:59.331218+0000 mgr.y (mgr.14556) 3777 : cluster [DBG] pgmap v3321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:36:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:01.332019+0000 mgr.y (mgr.14556) 3778 : cluster [DBG] pgmap v3322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:01.332019+0000 mgr.y (mgr.14556) 3778 : cluster [DBG] pgmap v3322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:01.332019+0000 mgr.y (mgr.14556) 3778 : cluster [DBG] pgmap v3322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:36:03] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:36:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:03.332483+0000 mgr.y (mgr.14556) 3779 : cluster [DBG] pgmap v3323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:03.332483+0000 mgr.y (mgr.14556) 3779 : cluster [DBG] pgmap v3323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:03.332483+0000 mgr.y (mgr.14556) 3779 : cluster [DBG] pgmap v3323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:05.333097+0000 mgr.y (mgr.14556) 3780 : cluster [DBG] pgmap v3324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:05.333097+0000 mgr.y (mgr.14556) 3780 : cluster [DBG] pgmap v3324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:05.333097+0000 mgr.y (mgr.14556) 3780 : cluster [DBG] pgmap v3324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:07.333510+0000 mgr.y (mgr.14556) 3781 : cluster [DBG] pgmap v3325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:07.333510+0000 mgr.y (mgr.14556) 3781 : cluster [DBG] pgmap v3325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:07.333510+0000 mgr.y (mgr.14556) 3781 : cluster [DBG] pgmap v3325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:09.334128+0000 mgr.y (mgr.14556) 3782 : cluster [DBG] pgmap v3326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:09.334128+0000 mgr.y (mgr.14556) 3782 : cluster [DBG] pgmap v3326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:09.334128+0000 mgr.y (mgr.14556) 3782 : cluster [DBG] pgmap v3326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:36:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:11.334952+0000 mgr.y (mgr.14556) 3783 : cluster [DBG] pgmap v3327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:11.334952+0000 mgr.y (mgr.14556) 3783 : cluster [DBG] pgmap v3327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:13.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:11.334952+0000 mgr.y (mgr.14556) 3783 : cluster [DBG] pgmap v3327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:13.335461+0000 mgr.y (mgr.14556) 3784 : cluster [DBG] pgmap v3328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:36:13] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:36:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:13.335461+0000 mgr.y (mgr.14556) 3784 : cluster [DBG] pgmap v3328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:14.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:13.335461+0000 mgr.y (mgr.14556) 3784 : cluster [DBG] pgmap v3328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:15.336033+0000 mgr.y (mgr.14556) 3785 : cluster [DBG] pgmap v3329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:15.336033+0000 mgr.y (mgr.14556) 3785 : cluster [DBG] pgmap v3329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:15.336033+0000 mgr.y (mgr.14556) 3785 : cluster [DBG] pgmap v3329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:17.336481+0000 mgr.y (mgr.14556) 3786 : cluster [DBG] pgmap v3330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:17.336481+0000 mgr.y (mgr.14556) 3786 : cluster [DBG] pgmap v3330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:17.336481+0000 mgr.y (mgr.14556) 3786 : cluster [DBG] pgmap v3330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:19.336876+0000 mgr.y (mgr.14556) 3787 : cluster [DBG] pgmap v3331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:19.336876+0000 mgr.y (mgr.14556) 3787 : cluster [DBG] pgmap v3331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:19.336876+0000 mgr.y (mgr.14556) 3787 : cluster [DBG] pgmap v3331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:36:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:21.337684+0000 mgr.y (mgr.14556) 3788 : cluster [DBG] pgmap v3332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:22.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:21.337684+0000 mgr.y (mgr.14556) 3788 : cluster [DBG] pgmap v3332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:22.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:21.337684+0000 mgr.y (mgr.14556) 3788 : cluster [DBG] pgmap v3332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:24.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:36:23] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:36:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:23.338105+0000 mgr.y (mgr.14556) 3789 : cluster [DBG] pgmap v3333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:23.338105+0000 mgr.y (mgr.14556) 3789 : cluster [DBG] pgmap v3333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:24.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:23.338105+0000 mgr.y (mgr.14556) 3789 : cluster [DBG] pgmap v3333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:25.338887+0000 mgr.y (mgr.14556) 3790 : cluster [DBG] pgmap v3334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:25.338887+0000 mgr.y (mgr.14556) 3790 : cluster [DBG] pgmap v3334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:25.338887+0000 mgr.y (mgr.14556) 3790 : cluster [DBG] pgmap v3334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:27.339349+0000 mgr.y (mgr.14556) 3791 : cluster [DBG] pgmap v3335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:27.339349+0000 mgr.y (mgr.14556) 3791 : cluster [DBG] pgmap v3335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:27.339349+0000 mgr.y (mgr.14556) 3791 : cluster [DBG] pgmap v3335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:29.808 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:36:30.095 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:36:30.095 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (109m) 7m ago 110m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:36:30.095 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (110m) 6m ago 110m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:36:30.095 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (111m) 7m ago 111m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:36:30.095 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (111m) 6m ago 111m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:36:30.095 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (114m) 6m ago 114m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:36:30.095 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (116m) 7m ago 116m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:36:30.095 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (116m) 7m ago 116m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (115m) 6m ago 115m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (115m) 7m ago 115m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (110m) 7m ago 110m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (110m) 6m ago 110m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (114m) 7m ago 114m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (114m) 7m ago 114m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (113m) 7m ago 113m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (113m) 7m ago 113m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (112m) 6m ago 112m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (112m) 6m ago 112m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (112m) 6m ago 112m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (111m) 6m ago 111m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:36:30.096 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (109m) 6m ago 110m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:36:30.448 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:36:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:36:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:36:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:36:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:36:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:36:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:36:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:36:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:36:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:36:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:36:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:36:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:36:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:36:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:36:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:36:30.449 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:36:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:29.339833+0000 mgr.y (mgr.14556) 3792 : cluster [DBG] pgmap v3336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:36:30.447648+0000 mon.c (mon.2) 119 : audit [DBG] from='client.? 172.21.15.23:0/223124598' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:36:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:29.339833+0000 mgr.y (mgr.14556) 3792 : cluster [DBG] pgmap v3336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:36:30.447648+0000 mon.c (mon.2) 119 : audit [DBG] from='client.? 172.21.15.23:0/223124598' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:36:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:29.339833+0000 mgr.y (mgr.14556) 3792 : cluster [DBG] pgmap v3336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:30.952 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:36:30.447648+0000 mon.c (mon.2) 119 : audit [DBG] from='client.? 172.21.15.23:0/223124598' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:36:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:36:29.795610+0000 mgr.y (mgr.14556) 3793 : audit [DBG] from='client.18699 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:36:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:36:30.086909+0000 mgr.y (mgr.14556) 3794 : audit [DBG] from='client.18705 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:36:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:36:29.795610+0000 mgr.y (mgr.14556) 3793 : audit [DBG] from='client.18699 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:36:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:36:30.086909+0000 mgr.y (mgr.14556) 3794 : audit [DBG] from='client.18705 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:36:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:36:29.795610+0000 mgr.y (mgr.14556) 3793 : audit [DBG] from='client.18699 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:36:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:36:30.086909+0000 mgr.y (mgr.14556) 3794 : audit [DBG] from='client.18705 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:36:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:36:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:31.340495+0000 mgr.y (mgr.14556) 3795 : cluster [DBG] pgmap v3337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:31.340495+0000 mgr.y (mgr.14556) 3795 : cluster [DBG] pgmap v3337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:31.340495+0000 mgr.y (mgr.14556) 3795 : cluster [DBG] pgmap v3337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:36:33.089014+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:36:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:36:33.399538+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:36:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:36:33.400205+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:36:33.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:36:33.404550+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:36:33.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:36:33.089014+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:36:33.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:36:33.399538+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:36:33.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:36:33.400205+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:36:33.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:36:33.404550+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:36:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:36:33.089014+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:36:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:36:33.399538+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:36:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:36:33.400205+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:36:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:36:33.404550+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:36:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:36:33] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:36:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:33.340800+0000 mgr.y (mgr.14556) 3796 : cluster [DBG] pgmap v3338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:33.340800+0000 mgr.y (mgr.14556) 3796 : cluster [DBG] pgmap v3338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:33.340800+0000 mgr.y (mgr.14556) 3796 : cluster [DBG] pgmap v3338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:35.341466+0000 mgr.y (mgr.14556) 3797 : cluster [DBG] pgmap v3339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:35.341466+0000 mgr.y (mgr.14556) 3797 : cluster [DBG] pgmap v3339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:36.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:35.341466+0000 mgr.y (mgr.14556) 3797 : cluster [DBG] pgmap v3339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:37.341931+0000 mgr.y (mgr.14556) 3798 : cluster [DBG] pgmap v3340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:37.341931+0000 mgr.y (mgr.14556) 3798 : cluster [DBG] pgmap v3340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:37.341931+0000 mgr.y (mgr.14556) 3798 : cluster [DBG] pgmap v3340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:39.342400+0000 mgr.y (mgr.14556) 3799 : cluster [DBG] pgmap v3341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:39.342400+0000 mgr.y (mgr.14556) 3799 : cluster [DBG] pgmap v3341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:39.342400+0000 mgr.y (mgr.14556) 3799 : cluster [DBG] pgmap v3341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:36:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:41.343174+0000 mgr.y (mgr.14556) 3800 : cluster [DBG] pgmap v3342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:41.343174+0000 mgr.y (mgr.14556) 3800 : cluster [DBG] pgmap v3342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:41.343174+0000 mgr.y (mgr.14556) 3800 : cluster [DBG] pgmap v3342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:36:43] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T08:36:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:43.343681+0000 mgr.y (mgr.14556) 3801 : cluster [DBG] pgmap v3343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:43.343681+0000 mgr.y (mgr.14556) 3801 : cluster [DBG] pgmap v3343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:43.343681+0000 mgr.y (mgr.14556) 3801 : cluster [DBG] pgmap v3343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:45.344546+0000 mgr.y (mgr.14556) 3802 : cluster [DBG] pgmap v3344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:45.344546+0000 mgr.y (mgr.14556) 3802 : cluster [DBG] pgmap v3344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:46.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:45.344546+0000 mgr.y (mgr.14556) 3802 : cluster [DBG] pgmap v3344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:47.344953+0000 mgr.y (mgr.14556) 3803 : cluster [DBG] pgmap v3345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:47.344953+0000 mgr.y (mgr.14556) 3803 : cluster [DBG] pgmap v3345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:48.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:47.344953+0000 mgr.y (mgr.14556) 3803 : cluster [DBG] pgmap v3345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:49.345482+0000 mgr.y (mgr.14556) 3804 : cluster [DBG] pgmap v3346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:49.345482+0000 mgr.y (mgr.14556) 3804 : cluster [DBG] pgmap v3346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:49.345482+0000 mgr.y (mgr.14556) 3804 : cluster [DBG] pgmap v3346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:36:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:51.346341+0000 mgr.y (mgr.14556) 3805 : cluster [DBG] pgmap v3347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:51.346341+0000 mgr.y (mgr.14556) 3805 : cluster [DBG] pgmap v3347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:51.346341+0000 mgr.y (mgr.14556) 3805 : cluster [DBG] pgmap v3347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:36:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:36:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:53.346762+0000 mgr.y (mgr.14556) 3806 : cluster [DBG] pgmap v3348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:53.346762+0000 mgr.y (mgr.14556) 3806 : cluster [DBG] pgmap v3348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:54.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:53.346762+0000 mgr.y (mgr.14556) 3806 : cluster [DBG] pgmap v3348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:56.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:55.347453+0000 mgr.y (mgr.14556) 3807 : cluster [DBG] pgmap v3349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:55.347453+0000 mgr.y (mgr.14556) 3807 : cluster [DBG] pgmap v3349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:56.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:55.347453+0000 mgr.y (mgr.14556) 3807 : cluster [DBG] pgmap v3349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:36:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:57.347812+0000 mgr.y (mgr.14556) 3808 : cluster [DBG] pgmap v3350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:58.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:36:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:57.347812+0000 mgr.y (mgr.14556) 3808 : cluster [DBG] pgmap v3350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:36:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:36:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:57.347812+0000 mgr.y (mgr.14556) 3808 : cluster [DBG] pgmap v3350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:00.774 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:37:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:36:59.348207+0000 mgr.y (mgr.14556) 3809 : cluster [DBG] pgmap v3351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:36:59.348207+0000 mgr.y (mgr.14556) 3809 : cluster [DBG] pgmap v3351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:36:59.348207+0000 mgr.y (mgr.14556) 3809 : cluster [DBG] pgmap v3351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:01.062 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:37:01.062 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (110m) 7m ago 110m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:37:01.062 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (110m) 7m ago 110m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:37:01.062 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (111m) 7m ago 111m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:37:01.062 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (111m) 7m ago 111m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:37:01.062 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (115m) 7m ago 115m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:37:01.062 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (117m) 7m ago 117m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:37:01.062 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (117m) 7m ago 117m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:37:01.062 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (115m) 7m ago 115m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:37:01.063 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (115m) 7m ago 115m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:37:01.063 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (111m) 7m ago 111m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:37:01.063 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (111m) 7m ago 111m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:37:01.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (115m) 7m ago 115m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:37:01.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (114m) 7m ago 114m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:37:01.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (114m) 7m ago 114m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:37:01.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (113m) 7m ago 113m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:37:01.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (113m) 7m ago 113m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:37:01.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (112m) 7m ago 112m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:37:01.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (112m) 7m ago 112m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:37:01.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (112m) 7m ago 112m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:37:01.063 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (109m) 7m ago 111m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:37:01.414 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:37:01.414 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:37:01.414 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:37:01.414 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:37:01.414 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:37:01.414 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:37:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:37:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:37:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:37:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:37:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:37:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:37:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:37:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:37:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:37:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:37:01.415 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:37:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:37:00.761918+0000 mgr.y (mgr.14556) 3810 : audit [DBG] from='client.28631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:37:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:37:01.413840+0000 mon.a (mon.0) 1441 : audit [DBG] from='client.? 172.21.15.23:0/3579184022' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:37:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:37:00.761918+0000 mgr.y (mgr.14556) 3810 : audit [DBG] from='client.28631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:37:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:37:01.413840+0000 mon.a (mon.0) 1441 : audit [DBG] from='client.? 172.21.15.23:0/3579184022' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:37:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:37:00.761918+0000 mgr.y (mgr.14556) 3810 : audit [DBG] from='client.28631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:37:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:37:01.413840+0000 mon.a (mon.0) 1441 : audit [DBG] from='client.? 172.21.15.23:0/3579184022' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:37:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:37:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:37:01.053639+0000 mgr.y (mgr.14556) 3811 : audit [DBG] from='client.28637 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:37:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:01.348877+0000 mgr.y (mgr.14556) 3812 : cluster [DBG] pgmap v3352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:02.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:37:01.053639+0000 mgr.y (mgr.14556) 3811 : audit [DBG] from='client.28637 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:37:02.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:01.348877+0000 mgr.y (mgr.14556) 3812 : cluster [DBG] pgmap v3352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:37:01.053639+0000 mgr.y (mgr.14556) 3811 : audit [DBG] from='client.28637 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:37:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:01.348877+0000 mgr.y (mgr.14556) 3812 : cluster [DBG] pgmap v3352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:37:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:37:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:03.349267+0000 mgr.y (mgr.14556) 3813 : cluster [DBG] pgmap v3353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:03.349267+0000 mgr.y (mgr.14556) 3813 : cluster [DBG] pgmap v3353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:03.349267+0000 mgr.y (mgr.14556) 3813 : cluster [DBG] pgmap v3353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:05.349831+0000 mgr.y (mgr.14556) 3814 : cluster [DBG] pgmap v3354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:05.349831+0000 mgr.y (mgr.14556) 3814 : cluster [DBG] pgmap v3354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:06.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:05.349831+0000 mgr.y (mgr.14556) 3814 : cluster [DBG] pgmap v3354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:07.350272+0000 mgr.y (mgr.14556) 3815 : cluster [DBG] pgmap v3355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:07.350272+0000 mgr.y (mgr.14556) 3815 : cluster [DBG] pgmap v3355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:07.350272+0000 mgr.y (mgr.14556) 3815 : cluster [DBG] pgmap v3355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:09.350772+0000 mgr.y (mgr.14556) 3816 : cluster [DBG] pgmap v3356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:09.350772+0000 mgr.y (mgr.14556) 3816 : cluster [DBG] pgmap v3356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:09.350772+0000 mgr.y (mgr.14556) 3816 : cluster [DBG] pgmap v3356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:37:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:11.351686+0000 mgr.y (mgr.14556) 3817 : cluster [DBG] pgmap v3357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:11.351686+0000 mgr.y (mgr.14556) 3817 : cluster [DBG] pgmap v3357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:11.351686+0000 mgr.y (mgr.14556) 3817 : cluster [DBG] pgmap v3357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:37:13] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:37:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:13.352248+0000 mgr.y (mgr.14556) 3818 : cluster [DBG] pgmap v3358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:13.352248+0000 mgr.y (mgr.14556) 3818 : cluster [DBG] pgmap v3358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:13.352248+0000 mgr.y (mgr.14556) 3818 : cluster [DBG] pgmap v3358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:15.352965+0000 mgr.y (mgr.14556) 3819 : cluster [DBG] pgmap v3359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:15.352965+0000 mgr.y (mgr.14556) 3819 : cluster [DBG] pgmap v3359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:15.352965+0000 mgr.y (mgr.14556) 3819 : cluster [DBG] pgmap v3359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:17.353458+0000 mgr.y (mgr.14556) 3820 : cluster [DBG] pgmap v3360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:17.353458+0000 mgr.y (mgr.14556) 3820 : cluster [DBG] pgmap v3360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:17.353458+0000 mgr.y (mgr.14556) 3820 : cluster [DBG] pgmap v3360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:19.353879+0000 mgr.y (mgr.14556) 3821 : cluster [DBG] pgmap v3361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:19.353879+0000 mgr.y (mgr.14556) 3821 : cluster [DBG] pgmap v3361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:21.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:19.353879+0000 mgr.y (mgr.14556) 3821 : cluster [DBG] pgmap v3361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:37:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:21.354684+0000 mgr.y (mgr.14556) 3822 : cluster [DBG] pgmap v3362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:21.354684+0000 mgr.y (mgr.14556) 3822 : cluster [DBG] pgmap v3362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:21.354684+0000 mgr.y (mgr.14556) 3822 : cluster [DBG] pgmap v3362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:37:23] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:37:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:23.355156+0000 mgr.y (mgr.14556) 3823 : cluster [DBG] pgmap v3363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:23.355156+0000 mgr.y (mgr.14556) 3823 : cluster [DBG] pgmap v3363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:25.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:23.355156+0000 mgr.y (mgr.14556) 3823 : cluster [DBG] pgmap v3363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:25.356019+0000 mgr.y (mgr.14556) 3824 : cluster [DBG] pgmap v3364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:25.356019+0000 mgr.y (mgr.14556) 3824 : cluster [DBG] pgmap v3364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:25.356019+0000 mgr.y (mgr.14556) 3824 : cluster [DBG] pgmap v3364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:27.356362+0000 mgr.y (mgr.14556) 3825 : cluster [DBG] pgmap v3365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:27.356362+0000 mgr.y (mgr.14556) 3825 : cluster [DBG] pgmap v3365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:27.356362+0000 mgr.y (mgr.14556) 3825 : cluster [DBG] pgmap v3365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:29.356835+0000 mgr.y (mgr.14556) 3826 : cluster [DBG] pgmap v3366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:29.356835+0000 mgr.y (mgr.14556) 3826 : cluster [DBG] pgmap v3366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:29.356835+0000 mgr.y (mgr.14556) 3826 : cluster [DBG] pgmap v3366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:31.739 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:37:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (110m) 8m ago 111m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (111m) 8m ago 111m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (112m) 8m ago 112m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (112m) 8m ago 112m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (115m) 8m ago 115m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (117m) 8m ago 117m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (117m) 8m ago 117m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (116m) 8m ago 116m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (116m) 8m ago 116m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (111m) 8m ago 111m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (111m) 8m ago 111m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:37:32.029 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (115m) 8m ago 115m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:37:32.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (115m) 8m ago 115m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:37:32.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (114m) 8m ago 114m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:37:32.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (114m) 8m ago 114m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:37:32.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (113m) 8m ago 113m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:37:32.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (113m) 8m ago 113m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:37:32.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (113m) 8m ago 113m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:37:32.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (112m) 8m ago 112m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:37:32.030 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (110m) 8m ago 111m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:37:32.379 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:37:32.379 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:37:32.379 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:37:32.379 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:37:32.379 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:37:32.380 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:37:32.380 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:37:32.380 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:37:32.380 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:37:32.380 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:37:32.380 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:37:32.380 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:37:32.380 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:37:32.380 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:37:32.380 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:37:32.380 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:37:32.380 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:37:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:31.357532+0000 mgr.y (mgr.14556) 3827 : cluster [DBG] pgmap v3367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:37:31.727468+0000 mgr.y (mgr.14556) 3828 : audit [DBG] from='client.28649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:37:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:37:32.379216+0000 mon.a (mon.0) 1442 : audit [DBG] from='client.? 172.21.15.23:0/3737418447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:37:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:31.357532+0000 mgr.y (mgr.14556) 3827 : cluster [DBG] pgmap v3367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:37:31.727468+0000 mgr.y (mgr.14556) 3828 : audit [DBG] from='client.28649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:37:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:37:32.379216+0000 mon.a (mon.0) 1442 : audit [DBG] from='client.? 172.21.15.23:0/3737418447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:37:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:31.357532+0000 mgr.y (mgr.14556) 3827 : cluster [DBG] pgmap v3367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:37:31.727468+0000 mgr.y (mgr.14556) 3828 : audit [DBG] from='client.28649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:37:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:37:32.379216+0000 mon.a (mon.0) 1442 : audit [DBG] from='client.? 172.21.15.23:0/3737418447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:37:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:37:33] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:37:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:37:32.020545+0000 mgr.y (mgr.14556) 3829 : audit [DBG] from='client.18741 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:37:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:37:33.408928+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:37:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:37:33.716135+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:37:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:37:33.716794+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:37:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:37:33.721015+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:37:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:37:32.020545+0000 mgr.y (mgr.14556) 3829 : audit [DBG] from='client.18741 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:37:34.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:37:33.408928+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:37:34.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:37:33.716135+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:37:34.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:37:33.716794+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:37:34.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:37:33.721015+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:37:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:37:32.020545+0000 mgr.y (mgr.14556) 3829 : audit [DBG] from='client.18741 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:37:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:37:33.408928+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:37:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:37:33.716135+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:37:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:37:33.716794+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:37:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:37:33.721015+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:37:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:33.358044+0000 mgr.y (mgr.14556) 3830 : cluster [DBG] pgmap v3368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:33.358044+0000 mgr.y (mgr.14556) 3830 : cluster [DBG] pgmap v3368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:33.358044+0000 mgr.y (mgr.14556) 3830 : cluster [DBG] pgmap v3368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:35.358668+0000 mgr.y (mgr.14556) 3831 : cluster [DBG] pgmap v3369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:35.358668+0000 mgr.y (mgr.14556) 3831 : cluster [DBG] pgmap v3369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:35.358668+0000 mgr.y (mgr.14556) 3831 : cluster [DBG] pgmap v3369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:37.359020+0000 mgr.y (mgr.14556) 3832 : cluster [DBG] pgmap v3370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:37.359020+0000 mgr.y (mgr.14556) 3832 : cluster [DBG] pgmap v3370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:37.359020+0000 mgr.y (mgr.14556) 3832 : cluster [DBG] pgmap v3370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:39.359467+0000 mgr.y (mgr.14556) 3833 : cluster [DBG] pgmap v3371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:39.359467+0000 mgr.y (mgr.14556) 3833 : cluster [DBG] pgmap v3371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:39.359467+0000 mgr.y (mgr.14556) 3833 : cluster [DBG] pgmap v3371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:37:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:41.360071+0000 mgr.y (mgr.14556) 3834 : cluster [DBG] pgmap v3372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:41.360071+0000 mgr.y (mgr.14556) 3834 : cluster [DBG] pgmap v3372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:41.360071+0000 mgr.y (mgr.14556) 3834 : cluster [DBG] pgmap v3372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:37:43] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:37:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:43.360652+0000 mgr.y (mgr.14556) 3835 : cluster [DBG] pgmap v3373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:43.360652+0000 mgr.y (mgr.14556) 3835 : cluster [DBG] pgmap v3373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:43.360652+0000 mgr.y (mgr.14556) 3835 : cluster [DBG] pgmap v3373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:45.361236+0000 mgr.y (mgr.14556) 3836 : cluster [DBG] pgmap v3374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:45.361236+0000 mgr.y (mgr.14556) 3836 : cluster [DBG] pgmap v3374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:46.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:45.361236+0000 mgr.y (mgr.14556) 3836 : cluster [DBG] pgmap v3374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:47.361723+0000 mgr.y (mgr.14556) 3837 : cluster [DBG] pgmap v3375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:47.361723+0000 mgr.y (mgr.14556) 3837 : cluster [DBG] pgmap v3375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:48.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:47.361723+0000 mgr.y (mgr.14556) 3837 : cluster [DBG] pgmap v3375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:49.362158+0000 mgr.y (mgr.14556) 3838 : cluster [DBG] pgmap v3376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:49.362158+0000 mgr.y (mgr.14556) 3838 : cluster [DBG] pgmap v3376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:49.362158+0000 mgr.y (mgr.14556) 3838 : cluster [DBG] pgmap v3376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:37:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:51.362948+0000 mgr.y (mgr.14556) 3839 : cluster [DBG] pgmap v3377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:51.362948+0000 mgr.y (mgr.14556) 3839 : cluster [DBG] pgmap v3377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:51.362948+0000 mgr.y (mgr.14556) 3839 : cluster [DBG] pgmap v3377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:37:53] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:37:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:53.363524+0000 mgr.y (mgr.14556) 3840 : cluster [DBG] pgmap v3378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:53.363524+0000 mgr.y (mgr.14556) 3840 : cluster [DBG] pgmap v3378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:53.363524+0000 mgr.y (mgr.14556) 3840 : cluster [DBG] pgmap v3378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:55.364343+0000 mgr.y (mgr.14556) 3841 : cluster [DBG] pgmap v3379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:55.364343+0000 mgr.y (mgr.14556) 3841 : cluster [DBG] pgmap v3379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:55.364343+0000 mgr.y (mgr.14556) 3841 : cluster [DBG] pgmap v3379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:58.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:37:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:57.364726+0000 mgr.y (mgr.14556) 3842 : cluster [DBG] pgmap v3380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:37:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:57.364726+0000 mgr.y (mgr.14556) 3842 : cluster [DBG] pgmap v3380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:37:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:37:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:57.364726+0000 mgr.y (mgr.14556) 3842 : cluster [DBG] pgmap v3380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:37:59.365290+0000 mgr.y (mgr.14556) 3843 : cluster [DBG] pgmap v3381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:37:59.365290+0000 mgr.y (mgr.14556) 3843 : cluster [DBG] pgmap v3381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:37:59.365290+0000 mgr.y (mgr.14556) 3843 : cluster [DBG] pgmap v3381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:38:02.701 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:38:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:01.365972+0000 mgr.y (mgr.14556) 3844 : cluster [DBG] pgmap v3382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:01.365972+0000 mgr.y (mgr.14556) 3844 : cluster [DBG] pgmap v3382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:01.365972+0000 mgr.y (mgr.14556) 3844 : cluster [DBG] pgmap v3382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:02.989 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:38:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (111m) 8m ago 111m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:38:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (111m) 8m ago 111m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:38:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (112m) 8m ago 112m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:38:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (112m) 8m ago 112m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:38:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (116m) 8m ago 116m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:38:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (118m) 8m ago 118m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:38:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (118m) 8m ago 118m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:38:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (116m) 8m ago 116m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:38:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (116m) 8m ago 116m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:38:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (112m) 8m ago 112m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:38:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (112m) 8m ago 112m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:38:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (116m) 8m ago 116m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:38:02.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (115m) 8m ago 115m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:38:02.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (115m) 8m ago 115m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:38:02.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (114m) 8m ago 114m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:38:02.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (114m) 8m ago 114m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:38:02.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (114m) 8m ago 114m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:38:02.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (113m) 8m ago 113m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:38:02.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (113m) 8m ago 113m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:38:02.991 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (110m) 8m ago 112m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:38:03.342 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:38:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:38:03.344 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:38:03.344 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:38:03.344 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:38:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:38:03] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:38:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:38:02.689399+0000 mgr.y (mgr.14556) 3845 : audit [DBG] from='client.28667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:38:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:38:03.342576+0000 mon.c (mon.2) 120 : audit [DBG] from='client.? 172.21.15.23:0/1591502363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:38:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:38:02.689399+0000 mgr.y (mgr.14556) 3845 : audit [DBG] from='client.28667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:38:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:38:03.342576+0000 mon.c (mon.2) 120 : audit [DBG] from='client.? 172.21.15.23:0/1591502363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:38:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:38:02.689399+0000 mgr.y (mgr.14556) 3845 : audit [DBG] from='client.28667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:38:03.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:38:03.342576+0000 mon.c (mon.2) 120 : audit [DBG] from='client.? 172.21.15.23:0/1591502363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:38:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:38:02.981750+0000 mgr.y (mgr.14556) 3846 : audit [DBG] from='client.28673 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:38:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:03.366312+0000 mgr.y (mgr.14556) 3847 : cluster [DBG] pgmap v3383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:04.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:38:02.981750+0000 mgr.y (mgr.14556) 3846 : audit [DBG] from='client.28673 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:38:04.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:03.366312+0000 mgr.y (mgr.14556) 3847 : cluster [DBG] pgmap v3383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:38:02.981750+0000 mgr.y (mgr.14556) 3846 : audit [DBG] from='client.28673 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:38:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:03.366312+0000 mgr.y (mgr.14556) 3847 : cluster [DBG] pgmap v3383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:05.367029+0000 mgr.y (mgr.14556) 3848 : cluster [DBG] pgmap v3384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:05.367029+0000 mgr.y (mgr.14556) 3848 : cluster [DBG] pgmap v3384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:05.367029+0000 mgr.y (mgr.14556) 3848 : cluster [DBG] pgmap v3384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:07.367564+0000 mgr.y (mgr.14556) 3849 : cluster [DBG] pgmap v3385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:07.367564+0000 mgr.y (mgr.14556) 3849 : cluster [DBG] pgmap v3385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:07.367564+0000 mgr.y (mgr.14556) 3849 : cluster [DBG] pgmap v3385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:09.368067+0000 mgr.y (mgr.14556) 3850 : cluster [DBG] pgmap v3386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:09.368067+0000 mgr.y (mgr.14556) 3850 : cluster [DBG] pgmap v3386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:09.368067+0000 mgr.y (mgr.14556) 3850 : cluster [DBG] pgmap v3386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:38:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:11.368755+0000 mgr.y (mgr.14556) 3851 : cluster [DBG] pgmap v3387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:11.368755+0000 mgr.y (mgr.14556) 3851 : cluster [DBG] pgmap v3387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:13.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:11.368755+0000 mgr.y (mgr.14556) 3851 : cluster [DBG] pgmap v3387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:38:13] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:38:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:13.369089+0000 mgr.y (mgr.14556) 3852 : cluster [DBG] pgmap v3388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:13.369089+0000 mgr.y (mgr.14556) 3852 : cluster [DBG] pgmap v3388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:13.369089+0000 mgr.y (mgr.14556) 3852 : cluster [DBG] pgmap v3388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:15.369827+0000 mgr.y (mgr.14556) 3853 : cluster [DBG] pgmap v3389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:15.369827+0000 mgr.y (mgr.14556) 3853 : cluster [DBG] pgmap v3389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:15.369827+0000 mgr.y (mgr.14556) 3853 : cluster [DBG] pgmap v3389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:17.370367+0000 mgr.y (mgr.14556) 3854 : cluster [DBG] pgmap v3390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:17.370367+0000 mgr.y (mgr.14556) 3854 : cluster [DBG] pgmap v3390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:17.370367+0000 mgr.y (mgr.14556) 3854 : cluster [DBG] pgmap v3390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:19.370747+0000 mgr.y (mgr.14556) 3855 : cluster [DBG] pgmap v3391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:19.370747+0000 mgr.y (mgr.14556) 3855 : cluster [DBG] pgmap v3391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:21.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:19.370747+0000 mgr.y (mgr.14556) 3855 : cluster [DBG] pgmap v3391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:38:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:21.371420+0000 mgr.y (mgr.14556) 3856 : cluster [DBG] pgmap v3392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:21.371420+0000 mgr.y (mgr.14556) 3856 : cluster [DBG] pgmap v3392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:23.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:21.371420+0000 mgr.y (mgr.14556) 3856 : cluster [DBG] pgmap v3392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:38:23] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:38:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:23.371786+0000 mgr.y (mgr.14556) 3857 : cluster [DBG] pgmap v3393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:23.371786+0000 mgr.y (mgr.14556) 3857 : cluster [DBG] pgmap v3393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:23.371786+0000 mgr.y (mgr.14556) 3857 : cluster [DBG] pgmap v3393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:25.372436+0000 mgr.y (mgr.14556) 3858 : cluster [DBG] pgmap v3394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:25.372436+0000 mgr.y (mgr.14556) 3858 : cluster [DBG] pgmap v3394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:25.372436+0000 mgr.y (mgr.14556) 3858 : cluster [DBG] pgmap v3394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:27.372847+0000 mgr.y (mgr.14556) 3859 : cluster [DBG] pgmap v3395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:27.372847+0000 mgr.y (mgr.14556) 3859 : cluster [DBG] pgmap v3395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:27.372847+0000 mgr.y (mgr.14556) 3859 : cluster [DBG] pgmap v3395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:29.373282+0000 mgr.y (mgr.14556) 3860 : cluster [DBG] pgmap v3396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:29.373282+0000 mgr.y (mgr.14556) 3860 : cluster [DBG] pgmap v3396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:30.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:29.373282+0000 mgr.y (mgr.14556) 3860 : cluster [DBG] pgmap v3396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:38:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:31.374005+0000 mgr.y (mgr.14556) 3861 : cluster [DBG] pgmap v3397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:31.374005+0000 mgr.y (mgr.14556) 3861 : cluster [DBG] pgmap v3397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:31.374005+0000 mgr.y (mgr.14556) 3861 : cluster [DBG] pgmap v3397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:33.664 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:38:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:38:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (111m) 9m ago 112m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:38:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (112m) 9m ago 112m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:38:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (113m) 9m ago 113m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:38:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (113m) 9m ago 113m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:38:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (116m) 9m ago 116m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:38:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (118m) 9m ago 118m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:38:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (118m) 9m ago 118m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:38:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (117m) 9m ago 117m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:38:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (117m) 9m ago 117m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:38:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (112m) 9m ago 112m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:38:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (112m) 9m ago 112m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:38:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (116m) 9m ago 116m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:38:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (116m) 9m ago 116m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:38:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (115m) 9m ago 115m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:38:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (115m) 9m ago 115m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:38:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (114m) 9m ago 114m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:38:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (114m) 9m ago 114m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:38:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (114m) 9m ago 114m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:38:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (113m) 9m ago 113m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:38:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (111m) 9m ago 112m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:38:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:38:33] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:38:34.314 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:38:34.315 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:38:34.315 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:38:34.315 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:38:34.315 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:38:34.315 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:38:34.315 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:38:34.315 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:38:34.315 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:38:34.315 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:38:34.315 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:38:34.316 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:38:34.316 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:38:34.316 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:38:34.316 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:38:34.316 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:38:34.316 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:38:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:33.374393+0000 mgr.y (mgr.14556) 3862 : cluster [DBG] pgmap v3398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:38:33.652537+0000 mgr.y (mgr.14556) 3863 : audit [DBG] from='client.28685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:38:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:38:33.725073+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:38:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:38:34.031583+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:38:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:38:34.032314+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:38:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:38:34.040160+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:38:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:38:34.314406+0000 mon.a (mon.0) 1451 : audit [DBG] from='client.? 172.21.15.23:0/2046110303' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:38:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:33.374393+0000 mgr.y (mgr.14556) 3862 : cluster [DBG] pgmap v3398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:38:33.652537+0000 mgr.y (mgr.14556) 3863 : audit [DBG] from='client.28685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:38:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:38:33.725073+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:38:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:38:34.031583+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:38:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:38:34.032314+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:38:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:38:34.040160+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:38:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:38:34.314406+0000 mon.a (mon.0) 1451 : audit [DBG] from='client.? 172.21.15.23:0/2046110303' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:38:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:33.374393+0000 mgr.y (mgr.14556) 3862 : cluster [DBG] pgmap v3398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:38:33.652537+0000 mgr.y (mgr.14556) 3863 : audit [DBG] from='client.28685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:38:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:38:33.725073+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:38:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:38:34.031583+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:38:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:38:34.032314+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:38:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:38:34.040160+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:38:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:38:34.314406+0000 mon.a (mon.0) 1451 : audit [DBG] from='client.? 172.21.15.23:0/2046110303' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:38:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:38:33.950364+0000 mgr.y (mgr.14556) 3864 : audit [DBG] from='client.28691 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:38:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:38:33.950364+0000 mgr.y (mgr.14556) 3864 : audit [DBG] from='client.28691 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:38:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:38:33.950364+0000 mgr.y (mgr.14556) 3864 : audit [DBG] from='client.28691 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:38:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:35.375086+0000 mgr.y (mgr.14556) 3865 : cluster [DBG] pgmap v3399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:35.375086+0000 mgr.y (mgr.14556) 3865 : cluster [DBG] pgmap v3399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:36.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:35.375086+0000 mgr.y (mgr.14556) 3865 : cluster [DBG] pgmap v3399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:37.375623+0000 mgr.y (mgr.14556) 3866 : cluster [DBG] pgmap v3400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:37.375623+0000 mgr.y (mgr.14556) 3866 : cluster [DBG] pgmap v3400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:37.375623+0000 mgr.y (mgr.14556) 3866 : cluster [DBG] pgmap v3400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:39.376150+0000 mgr.y (mgr.14556) 3867 : cluster [DBG] pgmap v3401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:39.376150+0000 mgr.y (mgr.14556) 3867 : cluster [DBG] pgmap v3401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:39.376150+0000 mgr.y (mgr.14556) 3867 : cluster [DBG] pgmap v3401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:38:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:41.376929+0000 mgr.y (mgr.14556) 3868 : cluster [DBG] pgmap v3402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:41.376929+0000 mgr.y (mgr.14556) 3868 : cluster [DBG] pgmap v3402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:41.376929+0000 mgr.y (mgr.14556) 3868 : cluster [DBG] pgmap v3402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:38:43] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:38:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:43.377340+0000 mgr.y (mgr.14556) 3869 : cluster [DBG] pgmap v3403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:43.377340+0000 mgr.y (mgr.14556) 3869 : cluster [DBG] pgmap v3403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:43.377340+0000 mgr.y (mgr.14556) 3869 : cluster [DBG] pgmap v3403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:45.378114+0000 mgr.y (mgr.14556) 3870 : cluster [DBG] pgmap v3404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:45.378114+0000 mgr.y (mgr.14556) 3870 : cluster [DBG] pgmap v3404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:46.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:45.378114+0000 mgr.y (mgr.14556) 3870 : cluster [DBG] pgmap v3404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:47.378665+0000 mgr.y (mgr.14556) 3871 : cluster [DBG] pgmap v3405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:47.378665+0000 mgr.y (mgr.14556) 3871 : cluster [DBG] pgmap v3405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:48.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:47.378665+0000 mgr.y (mgr.14556) 3871 : cluster [DBG] pgmap v3405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:49.379183+0000 mgr.y (mgr.14556) 3872 : cluster [DBG] pgmap v3406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:49.379183+0000 mgr.y (mgr.14556) 3872 : cluster [DBG] pgmap v3406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:49.379183+0000 mgr.y (mgr.14556) 3872 : cluster [DBG] pgmap v3406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:38:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:51.379838+0000 mgr.y (mgr.14556) 3873 : cluster [DBG] pgmap v3407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:51.379838+0000 mgr.y (mgr.14556) 3873 : cluster [DBG] pgmap v3407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:51.379838+0000 mgr.y (mgr.14556) 3873 : cluster [DBG] pgmap v3407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:38:53] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:38:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:53.380225+0000 mgr.y (mgr.14556) 3874 : cluster [DBG] pgmap v3408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:53.380225+0000 mgr.y (mgr.14556) 3874 : cluster [DBG] pgmap v3408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:53.380225+0000 mgr.y (mgr.14556) 3874 : cluster [DBG] pgmap v3408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:55.380869+0000 mgr.y (mgr.14556) 3875 : cluster [DBG] pgmap v3409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:56.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:55.380869+0000 mgr.y (mgr.14556) 3875 : cluster [DBG] pgmap v3409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:56.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:55.380869+0000 mgr.y (mgr.14556) 3875 : cluster [DBG] pgmap v3409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:38:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:57.381400+0000 mgr.y (mgr.14556) 3876 : cluster [DBG] pgmap v3410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:58.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:38:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:57.381400+0000 mgr.y (mgr.14556) 3876 : cluster [DBG] pgmap v3410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:38:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:38:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:57.381400+0000 mgr.y (mgr.14556) 3876 : cluster [DBG] pgmap v3410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:38:59.381740+0000 mgr.y (mgr.14556) 3877 : cluster [DBG] pgmap v3411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:38:59.381740+0000 mgr.y (mgr.14556) 3877 : cluster [DBG] pgmap v3411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:38:59.381740+0000 mgr.y (mgr.14556) 3877 : cluster [DBG] pgmap v3411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:39:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:01.382516+0000 mgr.y (mgr.14556) 3878 : cluster [DBG] pgmap v3412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:01.382516+0000 mgr.y (mgr.14556) 3878 : cluster [DBG] pgmap v3412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:01.382516+0000 mgr.y (mgr.14556) 3878 : cluster [DBG] pgmap v3412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:39:03] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:39:04.644 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:39:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:03.383060+0000 mgr.y (mgr.14556) 3879 : cluster [DBG] pgmap v3413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:03.383060+0000 mgr.y (mgr.14556) 3879 : cluster [DBG] pgmap v3413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:03.383060+0000 mgr.y (mgr.14556) 3879 : cluster [DBG] pgmap v3413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:04.934 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:39:04.934 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (112m) 9m ago 112m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:39:04.934 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (112m) 9m ago 112m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:39:04.934 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (113m) 9m ago 113m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:39:04.934 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (113m) 9m ago 113m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:39:04.934 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (117m) 9m ago 117m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:39:04.934 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (119m) 9m ago 119m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:39:04.934 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (119m) 9m ago 119m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:39:04.934 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (117m) 9m ago 117m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:39:04.934 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (117m) 9m ago 117m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:39:04.935 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (113m) 9m ago 113m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:39:04.935 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (113m) 9m ago 113m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:39:04.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (117m) 9m ago 117m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:39:04.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (116m) 9m ago 116m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:39:04.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (116m) 9m ago 116m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:39:04.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (115m) 9m ago 115m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:39:04.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (115m) 9m ago 115m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:39:04.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (115m) 9m ago 115m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:39:04.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (114m) 9m ago 114m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:39:04.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (114m) 9m ago 114m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:39:04.935 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (111m) 9m ago 113m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:39:05.282 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:39:05.282 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:39:05.282 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:39:05.282 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:39:05.282 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:39:05.282 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:39:05.282 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:39:05.282 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:39:05.283 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:39:05.283 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:39:05.283 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:39:05.283 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:39:05.283 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:39:05.283 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:39:05.283 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:39:05.283 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:39:05.283 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:39:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:39:04.632747+0000 mgr.y (mgr.14556) 3880 : audit [DBG] from='client.28703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:39:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:39:05.281854+0000 mon.c (mon.2) 121 : audit [DBG] from='client.? 172.21.15.23:0/995901450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:39:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:39:04.632747+0000 mgr.y (mgr.14556) 3880 : audit [DBG] from='client.28703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:39:06.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:39:05.281854+0000 mon.c (mon.2) 121 : audit [DBG] from='client.? 172.21.15.23:0/995901450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:39:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:39:04.632747+0000 mgr.y (mgr.14556) 3880 : audit [DBG] from='client.28703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:39:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:39:05.281854+0000 mon.c (mon.2) 121 : audit [DBG] from='client.? 172.21.15.23:0/995901450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:39:06.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:39:04.925720+0000 mgr.y (mgr.14556) 3881 : audit [DBG] from='client.18795 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:39:06.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:05.383679+0000 mgr.y (mgr.14556) 3882 : cluster [DBG] pgmap v3414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:39:04.925720+0000 mgr.y (mgr.14556) 3881 : audit [DBG] from='client.18795 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:39:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:05.383679+0000 mgr.y (mgr.14556) 3882 : cluster [DBG] pgmap v3414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:39:04.925720+0000 mgr.y (mgr.14556) 3881 : audit [DBG] from='client.18795 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:39:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:05.383679+0000 mgr.y (mgr.14556) 3882 : cluster [DBG] pgmap v3414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:07.384112+0000 mgr.y (mgr.14556) 3883 : cluster [DBG] pgmap v3415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:07.384112+0000 mgr.y (mgr.14556) 3883 : cluster [DBG] pgmap v3415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:09.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:07.384112+0000 mgr.y (mgr.14556) 3883 : cluster [DBG] pgmap v3415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:09.384501+0000 mgr.y (mgr.14556) 3884 : cluster [DBG] pgmap v3416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:09.384501+0000 mgr.y (mgr.14556) 3884 : cluster [DBG] pgmap v3416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:09.384501+0000 mgr.y (mgr.14556) 3884 : cluster [DBG] pgmap v3416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:39:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:11.385208+0000 mgr.y (mgr.14556) 3885 : cluster [DBG] pgmap v3417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:11.385208+0000 mgr.y (mgr.14556) 3885 : cluster [DBG] pgmap v3417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:11.385208+0000 mgr.y (mgr.14556) 3885 : cluster [DBG] pgmap v3417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:39:13] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:39:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:13.385700+0000 mgr.y (mgr.14556) 3886 : cluster [DBG] pgmap v3418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:13.385700+0000 mgr.y (mgr.14556) 3886 : cluster [DBG] pgmap v3418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:13.385700+0000 mgr.y (mgr.14556) 3886 : cluster [DBG] pgmap v3418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:15.386267+0000 mgr.y (mgr.14556) 3887 : cluster [DBG] pgmap v3419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:15.386267+0000 mgr.y (mgr.14556) 3887 : cluster [DBG] pgmap v3419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:15.386267+0000 mgr.y (mgr.14556) 3887 : cluster [DBG] pgmap v3419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:17.386676+0000 mgr.y (mgr.14556) 3888 : cluster [DBG] pgmap v3420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:17.386676+0000 mgr.y (mgr.14556) 3888 : cluster [DBG] pgmap v3420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:17.386676+0000 mgr.y (mgr.14556) 3888 : cluster [DBG] pgmap v3420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:19.387085+0000 mgr.y (mgr.14556) 3889 : cluster [DBG] pgmap v3421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:19.387085+0000 mgr.y (mgr.14556) 3889 : cluster [DBG] pgmap v3421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:19.387085+0000 mgr.y (mgr.14556) 3889 : cluster [DBG] pgmap v3421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:39:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:21.387931+0000 mgr.y (mgr.14556) 3890 : cluster [DBG] pgmap v3422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:21.387931+0000 mgr.y (mgr.14556) 3890 : cluster [DBG] pgmap v3422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:21.387931+0000 mgr.y (mgr.14556) 3890 : cluster [DBG] pgmap v3422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:39:23] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:39:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:23.388349+0000 mgr.y (mgr.14556) 3891 : cluster [DBG] pgmap v3423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:23.388349+0000 mgr.y (mgr.14556) 3891 : cluster [DBG] pgmap v3423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:23.388349+0000 mgr.y (mgr.14556) 3891 : cluster [DBG] pgmap v3423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:25.388913+0000 mgr.y (mgr.14556) 3892 : cluster [DBG] pgmap v3424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:25.388913+0000 mgr.y (mgr.14556) 3892 : cluster [DBG] pgmap v3424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:25.388913+0000 mgr.y (mgr.14556) 3892 : cluster [DBG] pgmap v3424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:27.389464+0000 mgr.y (mgr.14556) 3893 : cluster [DBG] pgmap v3425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:27.389464+0000 mgr.y (mgr.14556) 3893 : cluster [DBG] pgmap v3425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:27.389464+0000 mgr.y (mgr.14556) 3893 : cluster [DBG] pgmap v3425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:29.389844+0000 mgr.y (mgr.14556) 3894 : cluster [DBG] pgmap v3426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:29.389844+0000 mgr.y (mgr.14556) 3894 : cluster [DBG] pgmap v3426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:31.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:29.389844+0000 mgr.y (mgr.14556) 3894 : cluster [DBG] pgmap v3426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:31.848 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:39:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:31.390745+0000 mgr.y (mgr.14556) 3895 : cluster [DBG] pgmap v3427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:31.390745+0000 mgr.y (mgr.14556) 3895 : cluster [DBG] pgmap v3427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:31.390745+0000 mgr.y (mgr.14556) 3895 : cluster [DBG] pgmap v3427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:39:33] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:39:34.713 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:33.391199+0000 mgr.y (mgr.14556) 3896 : cluster [DBG] pgmap v3428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:34.713 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:39:34.045471+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:39:34.728 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:33.391199+0000 mgr.y (mgr.14556) 3896 : cluster [DBG] pgmap v3428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:34.728 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:39:34.045471+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:39:34.728 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:33.391199+0000 mgr.y (mgr.14556) 3896 : cluster [DBG] pgmap v3428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:34.728 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:39:34.045471+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:39:35.651 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:39:35.949 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:39:35.949 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (112m) 10m ago 113m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:39:35.949 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (113m) 10m ago 113m 58.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:39:35.949 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (114m) 10m ago 114m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:39:35.949 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (114m) 10m ago 114m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:39:35.949 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (117m) 10m ago 117m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:39:35.949 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (119m) 10m ago 119m 461M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:39:35.949 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (119m) 10m ago 119m 321M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:39:35.949 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (118m) 10m ago 118m 177M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:39:35.949 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (118m) 10m ago 118m 178M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:39:35.950 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (113m) 10m ago 113m 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:39:35.950 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (113m) 10m ago 113m 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:39:35.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (117m) 10m ago 117m 44.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:39:35.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (117m) 10m ago 117m 43.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:39:35.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (116m) 10m ago 116m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:39:35.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (116m) 10m ago 116m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:39:35.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (116m) 10m ago 116m 40.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:39:35.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (115m) 10m ago 115m 41.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:39:35.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (115m) 10m ago 115m 41.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:39:35.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (114m) 10m ago 114m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:39:35.950 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (112m) 10m ago 113m 85.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:39:36.308 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:39:36.308 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:39:36.308 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:39:36.308 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:39:36.308 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:39:36.308 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:39:36.308 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:39:36.309 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:39:36.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:39:36.309 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:39:36.309 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:39:36.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:39:36.309 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:39:36.309 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:39:36.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:39:36.309 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:39:36.309 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:39:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:35.391738+0000 mgr.y (mgr.14556) 3897 : cluster [DBG] pgmap v3429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:39:35.637846+0000 mgr.y (mgr.14556) 3898 : audit [DBG] from='client.18807 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:39:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:39:36.307854+0000 mon.a (mon.0) 1453 : audit [DBG] from='client.? 172.21.15.23:0/725571343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:39:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:35.391738+0000 mgr.y (mgr.14556) 3897 : cluster [DBG] pgmap v3429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:39:35.637846+0000 mgr.y (mgr.14556) 3898 : audit [DBG] from='client.18807 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:39:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:39:36.307854+0000 mon.a (mon.0) 1453 : audit [DBG] from='client.? 172.21.15.23:0/725571343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:39:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:35.391738+0000 mgr.y (mgr.14556) 3897 : cluster [DBG] pgmap v3429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:39:35.637846+0000 mgr.y (mgr.14556) 3898 : audit [DBG] from='client.18807 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:39:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:39:36.307854+0000 mon.a (mon.0) 1453 : audit [DBG] from='client.? 172.21.15.23:0/725571343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:39:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:39:35.940952+0000 mgr.y (mgr.14556) 3899 : audit [DBG] from='client.18813 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:39:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:39:37.122452+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:39:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:39:37.434683+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:39:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:39:35.940952+0000 mgr.y (mgr.14556) 3899 : audit [DBG] from='client.18813 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:39:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:39:37.122452+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:39:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:39:37.434683+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:39:37.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:39:35.940952+0000 mgr.y (mgr.14556) 3899 : audit [DBG] from='client.18813 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:39:37.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:39:37.122452+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:39:37.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:39:37.434683+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:39:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:37.392054+0000 mgr.y (mgr.14556) 3900 : cluster [DBG] pgmap v3430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:39:37.717259+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:39:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:39:37.717946+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:39:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:39:37.726360+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:39:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:37.392054+0000 mgr.y (mgr.14556) 3900 : cluster [DBG] pgmap v3430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:39:37.717259+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:39:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:39:37.717946+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:39:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:39:37.726360+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:39:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:37.392054+0000 mgr.y (mgr.14556) 3900 : cluster [DBG] pgmap v3430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:39:37.717259+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:39:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:39:37.717946+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:39:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:39:37.726360+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:39:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:39.392518+0000 mgr.y (mgr.14556) 3901 : cluster [DBG] pgmap v3431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:39.392518+0000 mgr.y (mgr.14556) 3901 : cluster [DBG] pgmap v3431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:39.392518+0000 mgr.y (mgr.14556) 3901 : cluster [DBG] pgmap v3431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:39:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:41.393110+0000 mgr.y (mgr.14556) 3902 : cluster [DBG] pgmap v3432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:42.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:41.393110+0000 mgr.y (mgr.14556) 3902 : cluster [DBG] pgmap v3432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:41.393110+0000 mgr.y (mgr.14556) 3902 : cluster [DBG] pgmap v3432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:39:43] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:39:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:43.393678+0000 mgr.y (mgr.14556) 3903 : cluster [DBG] pgmap v3433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:43.393678+0000 mgr.y (mgr.14556) 3903 : cluster [DBG] pgmap v3433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:43.393678+0000 mgr.y (mgr.14556) 3903 : cluster [DBG] pgmap v3433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:45.394599+0000 mgr.y (mgr.14556) 3904 : cluster [DBG] pgmap v3434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:45.394599+0000 mgr.y (mgr.14556) 3904 : cluster [DBG] pgmap v3434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:45.394599+0000 mgr.y (mgr.14556) 3904 : cluster [DBG] pgmap v3434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:47.394934+0000 mgr.y (mgr.14556) 3905 : cluster [DBG] pgmap v3435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:47.394934+0000 mgr.y (mgr.14556) 3905 : cluster [DBG] pgmap v3435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:47.394934+0000 mgr.y (mgr.14556) 3905 : cluster [DBG] pgmap v3435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:49.395357+0000 mgr.y (mgr.14556) 3906 : cluster [DBG] pgmap v3436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:49.395357+0000 mgr.y (mgr.14556) 3906 : cluster [DBG] pgmap v3436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:49.395357+0000 mgr.y (mgr.14556) 3906 : cluster [DBG] pgmap v3436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:39:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:51.396096+0000 mgr.y (mgr.14556) 3907 : cluster [DBG] pgmap v3437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:51.396096+0000 mgr.y (mgr.14556) 3907 : cluster [DBG] pgmap v3437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:51.396096+0000 mgr.y (mgr.14556) 3907 : cluster [DBG] pgmap v3437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:39:53] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:39:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:53.396617+0000 mgr.y (mgr.14556) 3908 : cluster [DBG] pgmap v3438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:53.396617+0000 mgr.y (mgr.14556) 3908 : cluster [DBG] pgmap v3438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:53.396617+0000 mgr.y (mgr.14556) 3908 : cluster [DBG] pgmap v3438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:55.397286+0000 mgr.y (mgr.14556) 3909 : cluster [DBG] pgmap v3439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:55.397286+0000 mgr.y (mgr.14556) 3909 : cluster [DBG] pgmap v3439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:55.397286+0000 mgr.y (mgr.14556) 3909 : cluster [DBG] pgmap v3439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:57.397855+0000 mgr.y (mgr.14556) 3910 : cluster [DBG] pgmap v3440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:57.397855+0000 mgr.y (mgr.14556) 3910 : cluster [DBG] pgmap v3440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:39:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:39:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:57.397855+0000 mgr.y (mgr.14556) 3910 : cluster [DBG] pgmap v3440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T08:39:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:40:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:39:59.398288+0000 mgr.y (mgr.14556) 3911 : cluster [DBG] pgmap v3441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:00.000177+0000 mon.a (mon.0) 1459 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:40:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:39:59.398288+0000 mgr.y (mgr.14556) 3911 : cluster [DBG] pgmap v3441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:00.000177+0000 mon.a (mon.0) 1459 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:40:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:39:59.398288+0000 mgr.y (mgr.14556) 3911 : cluster [DBG] pgmap v3441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:00.000177+0000 mon.a (mon.0) 1459 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:40:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:40:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:01.398912+0000 mgr.y (mgr.14556) 3912 : cluster [DBG] pgmap v3442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:01.398912+0000 mgr.y (mgr.14556) 3912 : cluster [DBG] pgmap v3442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:01.398912+0000 mgr.y (mgr.14556) 3912 : cluster [DBG] pgmap v3442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:40:03] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:40:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:03.399308+0000 mgr.y (mgr.14556) 3913 : cluster [DBG] pgmap v3443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:03.399308+0000 mgr.y (mgr.14556) 3913 : cluster [DBG] pgmap v3443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:03.399308+0000 mgr.y (mgr.14556) 3913 : cluster [DBG] pgmap v3443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:06.636 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:40:06.925 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:40:06.925 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (113m) 29s ago 113m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:40:06.925 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (113m) 29s ago 113m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:40:06.925 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (114m) 29s ago 114m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:40:06.925 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (114m) 29s ago 114m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:40:06.925 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (118m) 29s ago 118m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 29s ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 29s ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (118m) 29s ago 118m 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (118m) 29s ago 118m 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (114m) 29s ago 114m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (114m) 29s ago 114m 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (118m) 29s ago 118m 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (117m) 29s ago 117m 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (117m) 29s ago 117m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (116m) 29s ago 116m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (116m) 29s ago 116m 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (116m) 29s ago 116m 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (115m) 29s ago 115m 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:40:06.926 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (115m) 29s ago 115m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:40:06.927 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (113m) 29s ago 114m 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:40:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:05.399916+0000 mgr.y (mgr.14556) 3914 : cluster [DBG] pgmap v3444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:05.399916+0000 mgr.y (mgr.14556) 3914 : cluster [DBG] pgmap v3444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:05.399916+0000 mgr.y (mgr.14556) 3914 : cluster [DBG] pgmap v3444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:07.274 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:40:07.274 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:40:07.274 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:40:07.274 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:40:07.274 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:40:07.274 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:40:07.274 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:40:07.275 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:40:07.275 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:40:07.275 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:40:07.275 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:40:07.275 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:40:07.275 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:40:07.275 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:40:07.275 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:40:07.275 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:40:07.275 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:40:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:40:06.623502+0000 mgr.y (mgr.14556) 3915 : audit [DBG] from='client.28739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:40:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:40:07.274037+0000 mon.a (mon.0) 1460 : audit [DBG] from='client.? 172.21.15.23:0/3070210628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:40:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:40:06.623502+0000 mgr.y (mgr.14556) 3915 : audit [DBG] from='client.28739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:40:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:40:07.274037+0000 mon.a (mon.0) 1460 : audit [DBG] from='client.? 172.21.15.23:0/3070210628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:40:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:40:06.623502+0000 mgr.y (mgr.14556) 3915 : audit [DBG] from='client.28739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:40:08.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:40:07.274037+0000 mon.a (mon.0) 1460 : audit [DBG] from='client.? 172.21.15.23:0/3070210628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:40:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:40:06.917316+0000 mgr.y (mgr.14556) 3916 : audit [DBG] from='client.18831 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:40:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:07.400344+0000 mgr.y (mgr.14556) 3917 : cluster [DBG] pgmap v3445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:40:06.917316+0000 mgr.y (mgr.14556) 3916 : audit [DBG] from='client.18831 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:40:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:07.400344+0000 mgr.y (mgr.14556) 3917 : cluster [DBG] pgmap v3445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:40:06.917316+0000 mgr.y (mgr.14556) 3916 : audit [DBG] from='client.18831 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:40:09.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:07.400344+0000 mgr.y (mgr.14556) 3917 : cluster [DBG] pgmap v3445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:09.400744+0000 mgr.y (mgr.14556) 3918 : cluster [DBG] pgmap v3446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:09.400744+0000 mgr.y (mgr.14556) 3918 : cluster [DBG] pgmap v3446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:09.400744+0000 mgr.y (mgr.14556) 3918 : cluster [DBG] pgmap v3446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:11.856 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:40:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:11.401406+0000 mgr.y (mgr.14556) 3919 : cluster [DBG] pgmap v3447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:11.401406+0000 mgr.y (mgr.14556) 3919 : cluster [DBG] pgmap v3447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:11.401406+0000 mgr.y (mgr.14556) 3919 : cluster [DBG] pgmap v3447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:40:13] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:40:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:13.401790+0000 mgr.y (mgr.14556) 3920 : cluster [DBG] pgmap v3448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:14.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:13.401790+0000 mgr.y (mgr.14556) 3920 : cluster [DBG] pgmap v3448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:13.401790+0000 mgr.y (mgr.14556) 3920 : cluster [DBG] pgmap v3448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:15.402401+0000 mgr.y (mgr.14556) 3921 : cluster [DBG] pgmap v3449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:15.402401+0000 mgr.y (mgr.14556) 3921 : cluster [DBG] pgmap v3449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:15.402401+0000 mgr.y (mgr.14556) 3921 : cluster [DBG] pgmap v3449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:17.402890+0000 mgr.y (mgr.14556) 3922 : cluster [DBG] pgmap v3450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:17.402890+0000 mgr.y (mgr.14556) 3922 : cluster [DBG] pgmap v3450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:17.402890+0000 mgr.y (mgr.14556) 3922 : cluster [DBG] pgmap v3450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:19.403461+0000 mgr.y (mgr.14556) 3923 : cluster [DBG] pgmap v3451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:19.403461+0000 mgr.y (mgr.14556) 3923 : cluster [DBG] pgmap v3451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:19.403461+0000 mgr.y (mgr.14556) 3923 : cluster [DBG] pgmap v3451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:40:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:21.404164+0000 mgr.y (mgr.14556) 3924 : cluster [DBG] pgmap v3452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:22.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:21.404164+0000 mgr.y (mgr.14556) 3924 : cluster [DBG] pgmap v3452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:21.404164+0000 mgr.y (mgr.14556) 3924 : cluster [DBG] pgmap v3452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:40:23] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:40:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:23.404561+0000 mgr.y (mgr.14556) 3925 : cluster [DBG] pgmap v3453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:23.404561+0000 mgr.y (mgr.14556) 3925 : cluster [DBG] pgmap v3453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:23.404561+0000 mgr.y (mgr.14556) 3925 : cluster [DBG] pgmap v3453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:25.405192+0000 mgr.y (mgr.14556) 3926 : cluster [DBG] pgmap v3454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:25.405192+0000 mgr.y (mgr.14556) 3926 : cluster [DBG] pgmap v3454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:25.405192+0000 mgr.y (mgr.14556) 3926 : cluster [DBG] pgmap v3454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:27.405780+0000 mgr.y (mgr.14556) 3927 : cluster [DBG] pgmap v3455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:27.405780+0000 mgr.y (mgr.14556) 3927 : cluster [DBG] pgmap v3455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:27.405780+0000 mgr.y (mgr.14556) 3927 : cluster [DBG] pgmap v3455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:29.406137+0000 mgr.y (mgr.14556) 3928 : cluster [DBG] pgmap v3456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:29.406137+0000 mgr.y (mgr.14556) 3928 : cluster [DBG] pgmap v3456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:30.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:29.406137+0000 mgr.y (mgr.14556) 3928 : cluster [DBG] pgmap v3456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:40:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:31.406969+0000 mgr.y (mgr.14556) 3929 : cluster [DBG] pgmap v3457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:31.406969+0000 mgr.y (mgr.14556) 3929 : cluster [DBG] pgmap v3457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:31.406969+0000 mgr.y (mgr.14556) 3929 : cluster [DBG] pgmap v3457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:40:33] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:40:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:33.407394+0000 mgr.y (mgr.14556) 3930 : cluster [DBG] pgmap v3458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:33.407394+0000 mgr.y (mgr.14556) 3930 : cluster [DBG] pgmap v3458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:33.407394+0000 mgr.y (mgr.14556) 3930 : cluster [DBG] pgmap v3458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:35.407987+0000 mgr.y (mgr.14556) 3931 : cluster [DBG] pgmap v3459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:35.407987+0000 mgr.y (mgr.14556) 3931 : cluster [DBG] pgmap v3459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:35.407987+0000 mgr.y (mgr.14556) 3931 : cluster [DBG] pgmap v3459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:37.602 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:40:37.891 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:40:37.891 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (113m) 60s ago 114m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:40:37.891 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (114m) 60s ago 114m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:40:37.891 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (115m) 60s ago 115m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (115m) 60s ago 115m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (118m) 60s ago 118m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 60s ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 60s ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (119m) 60s ago 119m 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (119m) 60s ago 119m 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (114m) 60s ago 114m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (114m) 60s ago 114m 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (118m) 60s ago 118m 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (118m) 60s ago 118m 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (117m) 60s ago 117m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (117m) 60s ago 117m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (117m) 60s ago 117m 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (116m) 60s ago 116m 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (116m) 60s ago 116m 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:40:37.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (115m) 60s ago 115m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:40:37.893 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (113m) 60s ago 114m 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:40:38.248 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:40:38.248 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:40:38.248 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:40:38.248 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:40:38.248 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:40:38.248 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:40:38.248 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:40:38.249 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:40:38.249 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:40:38.249 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:40:38.249 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:40:38.249 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:40:38.249 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:40:38.249 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:40:38.249 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:40:38.249 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:40:38.249 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:40:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:37.408301+0000 mgr.y (mgr.14556) 3932 : cluster [DBG] pgmap v3460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:40:37.589463+0000 mgr.y (mgr.14556) 3933 : audit [DBG] from='client.18843 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:40:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:40:37.730791+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:40:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:40:38.041708+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:40:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:40:38.042378+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:40:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:40:38.048309+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:40:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:40:38.248068+0000 mon.a (mon.0) 1465 : audit [DBG] from='client.? 172.21.15.23:0/2216851215' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:40:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:37.408301+0000 mgr.y (mgr.14556) 3932 : cluster [DBG] pgmap v3460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:40:37.589463+0000 mgr.y (mgr.14556) 3933 : audit [DBG] from='client.18843 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:40:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:40:37.730791+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:40:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:40:38.041708+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:40:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:40:38.042378+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:40:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:40:38.048309+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:40:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:40:38.248068+0000 mon.a (mon.0) 1465 : audit [DBG] from='client.? 172.21.15.23:0/2216851215' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:40:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:37.408301+0000 mgr.y (mgr.14556) 3932 : cluster [DBG] pgmap v3460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:40:37.589463+0000 mgr.y (mgr.14556) 3933 : audit [DBG] from='client.18843 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:40:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:40:37.730791+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:40:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:40:38.041708+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:40:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:40:38.042378+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:40:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:40:38.048309+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:40:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:40:38.248068+0000 mon.a (mon.0) 1465 : audit [DBG] from='client.? 172.21.15.23:0/2216851215' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:40:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:40:37.883278+0000 mgr.y (mgr.14556) 3934 : audit [DBG] from='client.18849 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:40:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:40:37.883278+0000 mgr.y (mgr.14556) 3934 : audit [DBG] from='client.18849 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:40:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:40:37.883278+0000 mgr.y (mgr.14556) 3934 : audit [DBG] from='client.18849 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:40:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:39.408745+0000 mgr.y (mgr.14556) 3935 : cluster [DBG] pgmap v3461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:39.408745+0000 mgr.y (mgr.14556) 3935 : cluster [DBG] pgmap v3461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:39.408745+0000 mgr.y (mgr.14556) 3935 : cluster [DBG] pgmap v3461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:40:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:41.409622+0000 mgr.y (mgr.14556) 3936 : cluster [DBG] pgmap v3462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:41.409622+0000 mgr.y (mgr.14556) 3936 : cluster [DBG] pgmap v3462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:41.409622+0000 mgr.y (mgr.14556) 3936 : cluster [DBG] pgmap v3462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:40:43] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:40:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:43.410130+0000 mgr.y (mgr.14556) 3937 : cluster [DBG] pgmap v3463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:43.410130+0000 mgr.y (mgr.14556) 3937 : cluster [DBG] pgmap v3463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:43.410130+0000 mgr.y (mgr.14556) 3937 : cluster [DBG] pgmap v3463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:45.410774+0000 mgr.y (mgr.14556) 3938 : cluster [DBG] pgmap v3464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:45.410774+0000 mgr.y (mgr.14556) 3938 : cluster [DBG] pgmap v3464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:45.410774+0000 mgr.y (mgr.14556) 3938 : cluster [DBG] pgmap v3464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:47.411176+0000 mgr.y (mgr.14556) 3939 : cluster [DBG] pgmap v3465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:47.411176+0000 mgr.y (mgr.14556) 3939 : cluster [DBG] pgmap v3465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:47.411176+0000 mgr.y (mgr.14556) 3939 : cluster [DBG] pgmap v3465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:49.411541+0000 mgr.y (mgr.14556) 3940 : cluster [DBG] pgmap v3466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:49.411541+0000 mgr.y (mgr.14556) 3940 : cluster [DBG] pgmap v3466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:49.411541+0000 mgr.y (mgr.14556) 3940 : cluster [DBG] pgmap v3466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:40:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:51.412165+0000 mgr.y (mgr.14556) 3941 : cluster [DBG] pgmap v3467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:51.412165+0000 mgr.y (mgr.14556) 3941 : cluster [DBG] pgmap v3467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:51.412165+0000 mgr.y (mgr.14556) 3941 : cluster [DBG] pgmap v3467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:40:53] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:40:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:53.412661+0000 mgr.y (mgr.14556) 3942 : cluster [DBG] pgmap v3468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:53.412661+0000 mgr.y (mgr.14556) 3942 : cluster [DBG] pgmap v3468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:53.412661+0000 mgr.y (mgr.14556) 3942 : cluster [DBG] pgmap v3468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:55.413274+0000 mgr.y (mgr.14556) 3943 : cluster [DBG] pgmap v3469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:55.413274+0000 mgr.y (mgr.14556) 3943 : cluster [DBG] pgmap v3469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:55.413274+0000 mgr.y (mgr.14556) 3943 : cluster [DBG] pgmap v3469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:57.413625+0000 mgr.y (mgr.14556) 3944 : cluster [DBG] pgmap v3470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:57.413625+0000 mgr.y (mgr.14556) 3944 : cluster [DBG] pgmap v3470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:40:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:40:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:57.413625+0000 mgr.y (mgr.14556) 3944 : cluster [DBG] pgmap v3470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:40:59.414190+0000 mgr.y (mgr.14556) 3945 : cluster [DBG] pgmap v3471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:40:59.414190+0000 mgr.y (mgr.14556) 3945 : cluster [DBG] pgmap v3471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:40:59.414190+0000 mgr.y (mgr.14556) 3945 : cluster [DBG] pgmap v3471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:41:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:01.414896+0000 mgr.y (mgr.14556) 3946 : cluster [DBG] pgmap v3472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:01.414896+0000 mgr.y (mgr.14556) 3946 : cluster [DBG] pgmap v3472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:01.414896+0000 mgr.y (mgr.14556) 3946 : cluster [DBG] pgmap v3472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:41:03] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:41:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:03.415426+0000 mgr.y (mgr.14556) 3947 : cluster [DBG] pgmap v3473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:03.415426+0000 mgr.y (mgr.14556) 3947 : cluster [DBG] pgmap v3473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:03.415426+0000 mgr.y (mgr.14556) 3947 : cluster [DBG] pgmap v3473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:05.416188+0000 mgr.y (mgr.14556) 3948 : cluster [DBG] pgmap v3474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:05.416188+0000 mgr.y (mgr.14556) 3948 : cluster [DBG] pgmap v3474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:05.416188+0000 mgr.y (mgr.14556) 3948 : cluster [DBG] pgmap v3474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:08.572 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:41:08.860 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:41:08.860 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (114m) 91s ago 114m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (114m) 91s ago 114m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (115m) 91s ago 115m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (115m) 91s ago 115m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (119m) 91s ago 119m 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 91s ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 91s ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (119m) 91s ago 119m 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (119m) 91s ago 119m 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (115m) 91s ago 115m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (115m) 91s ago 115m 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (119m) 91s ago 119m 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (118m) 91s ago 118m 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (118m) 91s ago 118m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:41:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (117m) 91s ago 117m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:41:08.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (117m) 91s ago 117m 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:41:08.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (117m) 91s ago 117m 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:41:08.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (116m) 91s ago 116m 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:41:08.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (116m) 91s ago 116m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:41:08.862 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (114m) 91s ago 115m 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:41:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:07.416697+0000 mgr.y (mgr.14556) 3949 : cluster [DBG] pgmap v3475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:07.416697+0000 mgr.y (mgr.14556) 3949 : cluster [DBG] pgmap v3475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:09.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:07.416697+0000 mgr.y (mgr.14556) 3949 : cluster [DBG] pgmap v3475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:09.212 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:41:09.212 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:41:09.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:41:09.212 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:41:09.212 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:41:09.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:41:09.212 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:41:09.212 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:41:09.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:41:09.212 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:41:09.212 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:41:09.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:41:09.213 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:41:09.213 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:41:09.213 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:41:09.213 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:41:09.213 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:41:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:41:08.560144+0000 mgr.y (mgr.14556) 3950 : audit [DBG] from='client.28775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:41:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:41:09.211649+0000 mon.c (mon.2) 122 : audit [DBG] from='client.? 172.21.15.23:0/2603149505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:41:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:41:08.560144+0000 mgr.y (mgr.14556) 3950 : audit [DBG] from='client.28775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:41:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:41:09.211649+0000 mon.c (mon.2) 122 : audit [DBG] from='client.? 172.21.15.23:0/2603149505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:41:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:41:08.560144+0000 mgr.y (mgr.14556) 3950 : audit [DBG] from='client.28775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:41:10.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:41:09.211649+0000 mon.c (mon.2) 122 : audit [DBG] from='client.? 172.21.15.23:0/2603149505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:41:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:41:08.852219+0000 mgr.y (mgr.14556) 3951 : audit [DBG] from='client.18867 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:41:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:09.417097+0000 mgr.y (mgr.14556) 3952 : cluster [DBG] pgmap v3476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:41:08.852219+0000 mgr.y (mgr.14556) 3951 : audit [DBG] from='client.18867 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:41:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:09.417097+0000 mgr.y (mgr.14556) 3952 : cluster [DBG] pgmap v3476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:41:08.852219+0000 mgr.y (mgr.14556) 3951 : audit [DBG] from='client.18867 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:41:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:09.417097+0000 mgr.y (mgr.14556) 3952 : cluster [DBG] pgmap v3476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:41:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:11.417763+0000 mgr.y (mgr.14556) 3953 : cluster [DBG] pgmap v3477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:11.417763+0000 mgr.y (mgr.14556) 3953 : cluster [DBG] pgmap v3477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:11.417763+0000 mgr.y (mgr.14556) 3953 : cluster [DBG] pgmap v3477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:13.418239+0000 mgr.y (mgr.14556) 3954 : cluster [DBG] pgmap v3478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:13.418239+0000 mgr.y (mgr.14556) 3954 : cluster [DBG] pgmap v3478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:41:13] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:41:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:13.418239+0000 mgr.y (mgr.14556) 3954 : cluster [DBG] pgmap v3478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:15.418930+0000 mgr.y (mgr.14556) 3955 : cluster [DBG] pgmap v3479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:15.418930+0000 mgr.y (mgr.14556) 3955 : cluster [DBG] pgmap v3479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:15.418930+0000 mgr.y (mgr.14556) 3955 : cluster [DBG] pgmap v3479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:17.419384+0000 mgr.y (mgr.14556) 3956 : cluster [DBG] pgmap v3480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:17.419384+0000 mgr.y (mgr.14556) 3956 : cluster [DBG] pgmap v3480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:17.419384+0000 mgr.y (mgr.14556) 3956 : cluster [DBG] pgmap v3480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:19.419843+0000 mgr.y (mgr.14556) 3957 : cluster [DBG] pgmap v3481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:19.419843+0000 mgr.y (mgr.14556) 3957 : cluster [DBG] pgmap v3481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:19.419843+0000 mgr.y (mgr.14556) 3957 : cluster [DBG] pgmap v3481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:41:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:21.420455+0000 mgr.y (mgr.14556) 3958 : cluster [DBG] pgmap v3482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:21.420455+0000 mgr.y (mgr.14556) 3958 : cluster [DBG] pgmap v3482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:21.420455+0000 mgr.y (mgr.14556) 3958 : cluster [DBG] pgmap v3482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:41:23] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:41:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:23.421007+0000 mgr.y (mgr.14556) 3959 : cluster [DBG] pgmap v3483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:23.421007+0000 mgr.y (mgr.14556) 3959 : cluster [DBG] pgmap v3483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:23.421007+0000 mgr.y (mgr.14556) 3959 : cluster [DBG] pgmap v3483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:25.421620+0000 mgr.y (mgr.14556) 3960 : cluster [DBG] pgmap v3484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:25.421620+0000 mgr.y (mgr.14556) 3960 : cluster [DBG] pgmap v3484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:25.421620+0000 mgr.y (mgr.14556) 3960 : cluster [DBG] pgmap v3484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:27.421976+0000 mgr.y (mgr.14556) 3961 : cluster [DBG] pgmap v3485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:27.421976+0000 mgr.y (mgr.14556) 3961 : cluster [DBG] pgmap v3485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:27.421976+0000 mgr.y (mgr.14556) 3961 : cluster [DBG] pgmap v3485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:29.422384+0000 mgr.y (mgr.14556) 3962 : cluster [DBG] pgmap v3486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:29.422384+0000 mgr.y (mgr.14556) 3962 : cluster [DBG] pgmap v3486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:29.422384+0000 mgr.y (mgr.14556) 3962 : cluster [DBG] pgmap v3486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:41:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:31.423019+0000 mgr.y (mgr.14556) 3963 : cluster [DBG] pgmap v3487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:31.423019+0000 mgr.y (mgr.14556) 3963 : cluster [DBG] pgmap v3487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:31.423019+0000 mgr.y (mgr.14556) 3963 : cluster [DBG] pgmap v3487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:41:33] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:41:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:33.423561+0000 mgr.y (mgr.14556) 3964 : cluster [DBG] pgmap v3488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:33.423561+0000 mgr.y (mgr.14556) 3964 : cluster [DBG] pgmap v3488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:33.423561+0000 mgr.y (mgr.14556) 3964 : cluster [DBG] pgmap v3488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:35.424133+0000 mgr.y (mgr.14556) 3965 : cluster [DBG] pgmap v3489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:35.424133+0000 mgr.y (mgr.14556) 3965 : cluster [DBG] pgmap v3489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:35.424133+0000 mgr.y (mgr.14556) 3965 : cluster [DBG] pgmap v3489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:37.424569+0000 mgr.y (mgr.14556) 3966 : cluster [DBG] pgmap v3490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:41:38.053447+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:41:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:41:38.360395+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:41:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:41:38.361065+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:41:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:41:38.369403+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:41:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:37.424569+0000 mgr.y (mgr.14556) 3966 : cluster [DBG] pgmap v3490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:41:38.053447+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:41:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:41:38.360395+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:41:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:41:38.361065+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:41:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:41:38.369403+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:41:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:37.424569+0000 mgr.y (mgr.14556) 3966 : cluster [DBG] pgmap v3490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:41:38.053447+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:41:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:41:38.360395+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:41:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:41:38.361065+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:41:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:41:38.369403+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:41:39.534 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (114m) 2m ago 115m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (115m) 2m ago 115m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (116m) 2m ago 116m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (116m) 2m ago 116m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 2m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 2m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 2m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 2m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 2m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (115m) 2m ago 115m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (115m) 2m ago 115m 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:41:39.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (119m) 2m ago 119m 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:41:39.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (119m) 2m ago 119m 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:41:39.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (118m) 2m ago 118m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:41:39.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (118m) 2m ago 118m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:41:39.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (118m) 2m ago 118m 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:41:39.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (117m) 2m ago 117m 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:41:39.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (117m) 2m ago 117m 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:41:39.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (116m) 2m ago 116m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:41:39.826 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (114m) 2m ago 115m 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:41:40.174 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:41:40.174 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:41:40.174 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:41:40.174 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:41:40.174 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:41:40.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:41:40.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:41:40.175 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:41:40.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:41:40.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:41:40.175 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:41:40.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:41:40.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:41:40.175 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:41:40.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:41:40.175 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:41:40.175 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:41:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:39.424910+0000 mgr.y (mgr.14556) 3967 : cluster [DBG] pgmap v3491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:41:39.522687+0000 mgr.y (mgr.14556) 3968 : audit [DBG] from='client.18879 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:41:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:41:39.816683+0000 mgr.y (mgr.14556) 3969 : audit [DBG] from='client.18885 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:41:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:41:40.174104+0000 mon.a (mon.0) 1470 : audit [DBG] from='client.? 172.21.15.23:0/1472951875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:41:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:39.424910+0000 mgr.y (mgr.14556) 3967 : cluster [DBG] pgmap v3491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:41:39.522687+0000 mgr.y (mgr.14556) 3968 : audit [DBG] from='client.18879 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:41:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:41:39.816683+0000 mgr.y (mgr.14556) 3969 : audit [DBG] from='client.18885 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:41:40.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:41:40.174104+0000 mon.a (mon.0) 1470 : audit [DBG] from='client.? 172.21.15.23:0/1472951875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:41:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:39.424910+0000 mgr.y (mgr.14556) 3967 : cluster [DBG] pgmap v3491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:41:39.522687+0000 mgr.y (mgr.14556) 3968 : audit [DBG] from='client.18879 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:41:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:41:39.816683+0000 mgr.y (mgr.14556) 3969 : audit [DBG] from='client.18885 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:41:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:41:40.174104+0000 mon.a (mon.0) 1470 : audit [DBG] from='client.? 172.21.15.23:0/1472951875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:41:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:41:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:41.425782+0000 mgr.y (mgr.14556) 3970 : cluster [DBG] pgmap v3492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:41.425782+0000 mgr.y (mgr.14556) 3970 : cluster [DBG] pgmap v3492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:41.425782+0000 mgr.y (mgr.14556) 3970 : cluster [DBG] pgmap v3492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:41:43] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:41:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:43.426197+0000 mgr.y (mgr.14556) 3971 : cluster [DBG] pgmap v3493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:43.426197+0000 mgr.y (mgr.14556) 3971 : cluster [DBG] pgmap v3493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:43.426197+0000 mgr.y (mgr.14556) 3971 : cluster [DBG] pgmap v3493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:45.426809+0000 mgr.y (mgr.14556) 3972 : cluster [DBG] pgmap v3494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:45.426809+0000 mgr.y (mgr.14556) 3972 : cluster [DBG] pgmap v3494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:45.426809+0000 mgr.y (mgr.14556) 3972 : cluster [DBG] pgmap v3494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:47.427220+0000 mgr.y (mgr.14556) 3973 : cluster [DBG] pgmap v3495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:47.427220+0000 mgr.y (mgr.14556) 3973 : cluster [DBG] pgmap v3495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:48.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:47.427220+0000 mgr.y (mgr.14556) 3973 : cluster [DBG] pgmap v3495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:49.427620+0000 mgr.y (mgr.14556) 3974 : cluster [DBG] pgmap v3496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:49.427620+0000 mgr.y (mgr.14556) 3974 : cluster [DBG] pgmap v3496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:49.427620+0000 mgr.y (mgr.14556) 3974 : cluster [DBG] pgmap v3496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:41:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:51.428365+0000 mgr.y (mgr.14556) 3975 : cluster [DBG] pgmap v3497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:51.428365+0000 mgr.y (mgr.14556) 3975 : cluster [DBG] pgmap v3497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:51.428365+0000 mgr.y (mgr.14556) 3975 : cluster [DBG] pgmap v3497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:41:53] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:41:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:53.428757+0000 mgr.y (mgr.14556) 3976 : cluster [DBG] pgmap v3498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:53.428757+0000 mgr.y (mgr.14556) 3976 : cluster [DBG] pgmap v3498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:53.428757+0000 mgr.y (mgr.14556) 3976 : cluster [DBG] pgmap v3498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:55.429395+0000 mgr.y (mgr.14556) 3977 : cluster [DBG] pgmap v3499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:55.429395+0000 mgr.y (mgr.14556) 3977 : cluster [DBG] pgmap v3499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:55.429395+0000 mgr.y (mgr.14556) 3977 : cluster [DBG] pgmap v3499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:58.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:41:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:57.429733+0000 mgr.y (mgr.14556) 3978 : cluster [DBG] pgmap v3500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:41:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:57.429733+0000 mgr.y (mgr.14556) 3978 : cluster [DBG] pgmap v3500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:41:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:41:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:57.429733+0000 mgr.y (mgr.14556) 3978 : cluster [DBG] pgmap v3500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:00.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:41:59.430193+0000 mgr.y (mgr.14556) 3979 : cluster [DBG] pgmap v3501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:41:59.430193+0000 mgr.y (mgr.14556) 3979 : cluster [DBG] pgmap v3501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:41:59.430193+0000 mgr.y (mgr.14556) 3979 : cluster [DBG] pgmap v3501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:42:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:01.430823+0000 mgr.y (mgr.14556) 3980 : cluster [DBG] pgmap v3502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:01.430823+0000 mgr.y (mgr.14556) 3980 : cluster [DBG] pgmap v3502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:01.430823+0000 mgr.y (mgr.14556) 3980 : cluster [DBG] pgmap v3502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:42:03] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:42:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:03.431195+0000 mgr.y (mgr.14556) 3981 : cluster [DBG] pgmap v3503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:03.431195+0000 mgr.y (mgr.14556) 3981 : cluster [DBG] pgmap v3503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:03.431195+0000 mgr.y (mgr.14556) 3981 : cluster [DBG] pgmap v3503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:05.431816+0000 mgr.y (mgr.14556) 3982 : cluster [DBG] pgmap v3504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:05.431816+0000 mgr.y (mgr.14556) 3982 : cluster [DBG] pgmap v3504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:05.431816+0000 mgr.y (mgr.14556) 3982 : cluster [DBG] pgmap v3504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:07.432322+0000 mgr.y (mgr.14556) 3983 : cluster [DBG] pgmap v3505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:07.432322+0000 mgr.y (mgr.14556) 3983 : cluster [DBG] pgmap v3505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:09.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:07.432322+0000 mgr.y (mgr.14556) 3983 : cluster [DBG] pgmap v3505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:10.499 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:42:10.788 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:42:10.788 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (115m) 2m ago 115m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:42:10.788 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (115m) 2m ago 115m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:42:10.788 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (116m) 2m ago 116m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:42:10.788 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (116m) 2m ago 116m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:42:10.788 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 2m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:42:10.788 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 2m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:42:10.788 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 2m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:42:10.788 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 2m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:42:10.788 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 2m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:42:10.789 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (116m) 2m ago 116m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:42:10.789 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (116m) 2m ago 116m 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:42:10.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 2m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:42:10.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (119m) 2m ago 119m 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:42:10.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (119m) 2m ago 119m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:42:10.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (118m) 2m ago 118m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:42:10.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (118m) 2m ago 118m 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:42:10.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (118m) 2m ago 118m 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:42:10.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (117m) 2m ago 117m 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:42:10.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (117m) 2m ago 117m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:42:10.789 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (115m) 2m ago 116m 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:42:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:09.432721+0000 mgr.y (mgr.14556) 3984 : cluster [DBG] pgmap v3506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:09.432721+0000 mgr.y (mgr.14556) 3984 : cluster [DBG] pgmap v3506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:11.137 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:42:11.137 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:42:11.137 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:42:11.137 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:42:11.137 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:42:11.137 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:42:11.137 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:42:11.138 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:42:11.138 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:42:11.138 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:42:11.138 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:42:11.138 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:42:11.138 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:42:11.138 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:42:11.138 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:42:11.138 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:42:11.138 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:42:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:09.432721+0000 mgr.y (mgr.14556) 3984 : cluster [DBG] pgmap v3506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:42:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:42:10.487140+0000 mgr.y (mgr.14556) 3985 : audit [DBG] from='client.18897 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:42:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:42:10.779724+0000 mgr.y (mgr.14556) 3986 : audit [DBG] from='client.18903 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:42:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:42:11.137388+0000 mon.a (mon.0) 1471 : audit [DBG] from='client.? 172.21.15.23:0/4246602621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:42:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:42:10.487140+0000 mgr.y (mgr.14556) 3985 : audit [DBG] from='client.18897 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:42:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:42:10.779724+0000 mgr.y (mgr.14556) 3986 : audit [DBG] from='client.18903 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:42:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:42:11.137388+0000 mon.a (mon.0) 1471 : audit [DBG] from='client.? 172.21.15.23:0/4246602621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:42:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:42:10.487140+0000 mgr.y (mgr.14556) 3985 : audit [DBG] from='client.18897 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:42:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:42:10.779724+0000 mgr.y (mgr.14556) 3986 : audit [DBG] from='client.18903 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:42:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:42:11.137388+0000 mon.a (mon.0) 1471 : audit [DBG] from='client.? 172.21.15.23:0/4246602621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:42:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:11.433244+0000 mgr.y (mgr.14556) 3987 : cluster [DBG] pgmap v3507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:11.433244+0000 mgr.y (mgr.14556) 3987 : cluster [DBG] pgmap v3507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:13.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:11.433244+0000 mgr.y (mgr.14556) 3987 : cluster [DBG] pgmap v3507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:42:13] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:42:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:13.433640+0000 mgr.y (mgr.14556) 3988 : cluster [DBG] pgmap v3508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:13.433640+0000 mgr.y (mgr.14556) 3988 : cluster [DBG] pgmap v3508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:13.433640+0000 mgr.y (mgr.14556) 3988 : cluster [DBG] pgmap v3508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:15.434268+0000 mgr.y (mgr.14556) 3989 : cluster [DBG] pgmap v3509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:15.434268+0000 mgr.y (mgr.14556) 3989 : cluster [DBG] pgmap v3509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:15.434268+0000 mgr.y (mgr.14556) 3989 : cluster [DBG] pgmap v3509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:17.434630+0000 mgr.y (mgr.14556) 3990 : cluster [DBG] pgmap v3510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:17.434630+0000 mgr.y (mgr.14556) 3990 : cluster [DBG] pgmap v3510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:17.434630+0000 mgr.y (mgr.14556) 3990 : cluster [DBG] pgmap v3510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:19.435078+0000 mgr.y (mgr.14556) 3991 : cluster [DBG] pgmap v3511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:19.435078+0000 mgr.y (mgr.14556) 3991 : cluster [DBG] pgmap v3511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:19.435078+0000 mgr.y (mgr.14556) 3991 : cluster [DBG] pgmap v3511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:42:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:21.435779+0000 mgr.y (mgr.14556) 3992 : cluster [DBG] pgmap v3512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:21.435779+0000 mgr.y (mgr.14556) 3992 : cluster [DBG] pgmap v3512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:21.435779+0000 mgr.y (mgr.14556) 3992 : cluster [DBG] pgmap v3512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:42:23] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:42:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:23.436306+0000 mgr.y (mgr.14556) 3993 : cluster [DBG] pgmap v3513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:23.436306+0000 mgr.y (mgr.14556) 3993 : cluster [DBG] pgmap v3513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:23.436306+0000 mgr.y (mgr.14556) 3993 : cluster [DBG] pgmap v3513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:25.437173+0000 mgr.y (mgr.14556) 3994 : cluster [DBG] pgmap v3514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:25.437173+0000 mgr.y (mgr.14556) 3994 : cluster [DBG] pgmap v3514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:25.437173+0000 mgr.y (mgr.14556) 3994 : cluster [DBG] pgmap v3514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:27.437638+0000 mgr.y (mgr.14556) 3995 : cluster [DBG] pgmap v3515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:27.437638+0000 mgr.y (mgr.14556) 3995 : cluster [DBG] pgmap v3515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:27.437638+0000 mgr.y (mgr.14556) 3995 : cluster [DBG] pgmap v3515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:29.437990+0000 mgr.y (mgr.14556) 3996 : cluster [DBG] pgmap v3516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:29.437990+0000 mgr.y (mgr.14556) 3996 : cluster [DBG] pgmap v3516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:31.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:29.437990+0000 mgr.y (mgr.14556) 3996 : cluster [DBG] pgmap v3516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:42:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:31.438783+0000 mgr.y (mgr.14556) 3997 : cluster [DBG] pgmap v3517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:31.438783+0000 mgr.y (mgr.14556) 3997 : cluster [DBG] pgmap v3517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:31.438783+0000 mgr.y (mgr.14556) 3997 : cluster [DBG] pgmap v3517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:42:33] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:42:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:33.439228+0000 mgr.y (mgr.14556) 3998 : cluster [DBG] pgmap v3518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:33.439228+0000 mgr.y (mgr.14556) 3998 : cluster [DBG] pgmap v3518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:33.439228+0000 mgr.y (mgr.14556) 3998 : cluster [DBG] pgmap v3518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:35.439873+0000 mgr.y (mgr.14556) 3999 : cluster [DBG] pgmap v3519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:35.439873+0000 mgr.y (mgr.14556) 3999 : cluster [DBG] pgmap v3519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:35.439873+0000 mgr.y (mgr.14556) 3999 : cluster [DBG] pgmap v3519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:37.440278+0000 mgr.y (mgr.14556) 4000 : cluster [DBG] pgmap v3520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:42:38.373823+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:42:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:42:38.627363+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:42:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:42:38.634493+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:42:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:37.440278+0000 mgr.y (mgr.14556) 4000 : cluster [DBG] pgmap v3520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:42:38.373823+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:42:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:42:38.627363+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:42:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:42:38.634493+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:42:39.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:37.440278+0000 mgr.y (mgr.14556) 4000 : cluster [DBG] pgmap v3520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:39.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:42:38.373823+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:42:39.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:42:38.627363+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:42:39.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:42:38.634493+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:42:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:42:38.921283+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:42:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:42:38.922031+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:42:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:42:38.929442+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:42:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:42:38.921283+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:42:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:42:38.922031+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:42:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:42:38.929442+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:42:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:42:38.921283+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:42:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:42:38.922031+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:42:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:42:38.929442+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:42:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:39.440600+0000 mgr.y (mgr.14556) 4001 : cluster [DBG] pgmap v3521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:39.440600+0000 mgr.y (mgr.14556) 4001 : cluster [DBG] pgmap v3521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:39.440600+0000 mgr.y (mgr.14556) 4001 : cluster [DBG] pgmap v3521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:42:41.750 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:42:41.751 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (115m) 3m ago 116m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:42:41.751 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (116m) 3m ago 116m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:42:41.751 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (117m) 3m ago 117m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:42:41.751 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (117m) 3m ago 117m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:42:41.751 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 3m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:42:41.751 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 3m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:42:41.751 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 3m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:42:41.751 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 3m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:42:41.751 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 3m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:42:41.751 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (116m) 3m ago 116m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:42:41.751 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (116m) 3m ago 116m 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:42:41.751 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 3m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:42:41.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 3m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:42:41.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (119m) 3m ago 119m 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:42:41.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (119m) 3m ago 119m 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:42:41.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (119m) 3m ago 119m 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:42:41.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (118m) 3m ago 118m 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:42:41.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (118m) 3m ago 118m 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:42:41.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (117m) 3m ago 117m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:42:41.752 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (115m) 3m ago 116m 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:42:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:42:42.103 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:42:42.103 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:42:42.104 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:42:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:41.441127+0000 mgr.y (mgr.14556) 4002 : cluster [DBG] pgmap v3522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:42:41.451829+0000 mgr.y (mgr.14556) 4003 : audit [DBG] from='client.28829 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:42:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:42:41.742624+0000 mgr.y (mgr.14556) 4004 : audit [DBG] from='client.18921 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:42:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:42:42.103339+0000 mon.a (mon.0) 1478 : audit [DBG] from='client.? 172.21.15.23:0/1853841280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:42:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:41.441127+0000 mgr.y (mgr.14556) 4002 : cluster [DBG] pgmap v3522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:42:41.451829+0000 mgr.y (mgr.14556) 4003 : audit [DBG] from='client.28829 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:42:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:42:41.742624+0000 mgr.y (mgr.14556) 4004 : audit [DBG] from='client.18921 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:42:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:42:42.103339+0000 mon.a (mon.0) 1478 : audit [DBG] from='client.? 172.21.15.23:0/1853841280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:42:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:41.441127+0000 mgr.y (mgr.14556) 4002 : cluster [DBG] pgmap v3522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:42:41.451829+0000 mgr.y (mgr.14556) 4003 : audit [DBG] from='client.28829 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:42:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:42:41.742624+0000 mgr.y (mgr.14556) 4004 : audit [DBG] from='client.18921 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:42:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:42:42.103339+0000 mon.a (mon.0) 1478 : audit [DBG] from='client.? 172.21.15.23:0/1853841280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:42:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:42:43] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:42:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:43.441693+0000 mgr.y (mgr.14556) 4005 : cluster [DBG] pgmap v3523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:43.441693+0000 mgr.y (mgr.14556) 4005 : cluster [DBG] pgmap v3523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:43.441693+0000 mgr.y (mgr.14556) 4005 : cluster [DBG] pgmap v3523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:45.442559+0000 mgr.y (mgr.14556) 4006 : cluster [DBG] pgmap v3524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:45.442559+0000 mgr.y (mgr.14556) 4006 : cluster [DBG] pgmap v3524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:45.442559+0000 mgr.y (mgr.14556) 4006 : cluster [DBG] pgmap v3524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:47.442939+0000 mgr.y (mgr.14556) 4007 : cluster [DBG] pgmap v3525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:47.442939+0000 mgr.y (mgr.14556) 4007 : cluster [DBG] pgmap v3525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:47.442939+0000 mgr.y (mgr.14556) 4007 : cluster [DBG] pgmap v3525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:49.443380+0000 mgr.y (mgr.14556) 4008 : cluster [DBG] pgmap v3526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:49.443380+0000 mgr.y (mgr.14556) 4008 : cluster [DBG] pgmap v3526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:49.443380+0000 mgr.y (mgr.14556) 4008 : cluster [DBG] pgmap v3526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:51.882 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:42:52.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:51.444078+0000 mgr.y (mgr.14556) 4009 : cluster [DBG] pgmap v3527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:51.444078+0000 mgr.y (mgr.14556) 4009 : cluster [DBG] pgmap v3527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:51.444078+0000 mgr.y (mgr.14556) 4009 : cluster [DBG] pgmap v3527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:42:53] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:42:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:53.444574+0000 mgr.y (mgr.14556) 4010 : cluster [DBG] pgmap v3528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:53.444574+0000 mgr.y (mgr.14556) 4010 : cluster [DBG] pgmap v3528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:53.444574+0000 mgr.y (mgr.14556) 4010 : cluster [DBG] pgmap v3528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:55.445229+0000 mgr.y (mgr.14556) 4011 : cluster [DBG] pgmap v3529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:55.445229+0000 mgr.y (mgr.14556) 4011 : cluster [DBG] pgmap v3529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:55.445229+0000 mgr.y (mgr.14556) 4011 : cluster [DBG] pgmap v3529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:57.445754+0000 mgr.y (mgr.14556) 4012 : cluster [DBG] pgmap v3530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:57.445754+0000 mgr.y (mgr.14556) 4012 : cluster [DBG] pgmap v3530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:42:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:42:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:57.445754+0000 mgr.y (mgr.14556) 4012 : cluster [DBG] pgmap v3530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:42:59.446131+0000 mgr.y (mgr.14556) 4013 : cluster [DBG] pgmap v3531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:42:59.446131+0000 mgr.y (mgr.14556) 4013 : cluster [DBG] pgmap v3531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:42:59.446131+0000 mgr.y (mgr.14556) 4013 : cluster [DBG] pgmap v3531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:43:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:01.446771+0000 mgr.y (mgr.14556) 4014 : cluster [DBG] pgmap v3532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:01.446771+0000 mgr.y (mgr.14556) 4014 : cluster [DBG] pgmap v3532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:01.446771+0000 mgr.y (mgr.14556) 4014 : cluster [DBG] pgmap v3532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:43:03] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:43:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:03.447141+0000 mgr.y (mgr.14556) 4015 : cluster [DBG] pgmap v3533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:04.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:03.447141+0000 mgr.y (mgr.14556) 4015 : cluster [DBG] pgmap v3533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:03.447141+0000 mgr.y (mgr.14556) 4015 : cluster [DBG] pgmap v3533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:05.447844+0000 mgr.y (mgr.14556) 4016 : cluster [DBG] pgmap v3534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:05.447844+0000 mgr.y (mgr.14556) 4016 : cluster [DBG] pgmap v3534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:06.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:05.447844+0000 mgr.y (mgr.14556) 4016 : cluster [DBG] pgmap v3534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:07.448304+0000 mgr.y (mgr.14556) 4017 : cluster [DBG] pgmap v3535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:08.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:07.448304+0000 mgr.y (mgr.14556) 4017 : cluster [DBG] pgmap v3535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:07.448304+0000 mgr.y (mgr.14556) 4017 : cluster [DBG] pgmap v3535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:09.448729+0000 mgr.y (mgr.14556) 4018 : cluster [DBG] pgmap v3536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:09.448729+0000 mgr.y (mgr.14556) 4018 : cluster [DBG] pgmap v3536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:09.448729+0000 mgr.y (mgr.14556) 4018 : cluster [DBG] pgmap v3536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:43:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:43:12.718 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:43:12.718 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (116m) 3m ago 116m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (116m) 3m ago 116m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (117m) 3m ago 117m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (117m) 3m ago 117m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 3m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 3m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 3m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 3m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 3m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (117m) 3m ago 117m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (117m) 3m ago 117m 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 3m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 3m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 3m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:43:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 3m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:43:12.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (119m) 3m ago 119m 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:43:12.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (119m) 3m ago 119m 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:43:12.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (118m) 3m ago 118m 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:43:12.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (118m) 3m ago 118m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:43:12.720 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (116m) 3m ago 117m 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:43:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:11.449444+0000 mgr.y (mgr.14556) 4019 : cluster [DBG] pgmap v3537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:11.449444+0000 mgr.y (mgr.14556) 4019 : cluster [DBG] pgmap v3537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:11.449444+0000 mgr.y (mgr.14556) 4019 : cluster [DBG] pgmap v3537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:13.068 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:43:13.069 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:43:13.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:43:13.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:43:13.069 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:43:13.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:43:13.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:43:13.069 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:43:13.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:43:13.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:43:13.070 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:43:13.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:43:13.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:43:13.070 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:43:13.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:43:13.070 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:43:13.070 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:43:13.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:43:13] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:43:13.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:43:12.416065+0000 mgr.y (mgr.14556) 4020 : audit [DBG] from='client.18933 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:43:13.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:43:12.710504+0000 mgr.y (mgr.14556) 4021 : audit [DBG] from='client.18939 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:43:13.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:43:13.068259+0000 mon.c (mon.2) 123 : audit [DBG] from='client.? 172.21.15.23:0/3345505913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:43:13.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:43:12.416065+0000 mgr.y (mgr.14556) 4020 : audit [DBG] from='client.18933 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:43:13.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:43:12.710504+0000 mgr.y (mgr.14556) 4021 : audit [DBG] from='client.18939 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:43:13.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:43:13.068259+0000 mon.c (mon.2) 123 : audit [DBG] from='client.? 172.21.15.23:0/3345505913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:43:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:43:12.416065+0000 mgr.y (mgr.14556) 4020 : audit [DBG] from='client.18933 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:43:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:43:12.710504+0000 mgr.y (mgr.14556) 4021 : audit [DBG] from='client.18939 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:43:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:43:13.068259+0000 mon.c (mon.2) 123 : audit [DBG] from='client.? 172.21.15.23:0/3345505913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:43:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:13.449883+0000 mgr.y (mgr.14556) 4022 : cluster [DBG] pgmap v3538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:14.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:13.449883+0000 mgr.y (mgr.14556) 4022 : cluster [DBG] pgmap v3538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:13.449883+0000 mgr.y (mgr.14556) 4022 : cluster [DBG] pgmap v3538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:16.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:15.450512+0000 mgr.y (mgr.14556) 4023 : cluster [DBG] pgmap v3539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:15.450512+0000 mgr.y (mgr.14556) 4023 : cluster [DBG] pgmap v3539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:15.450512+0000 mgr.y (mgr.14556) 4023 : cluster [DBG] pgmap v3539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:17.450900+0000 mgr.y (mgr.14556) 4024 : cluster [DBG] pgmap v3540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:17.450900+0000 mgr.y (mgr.14556) 4024 : cluster [DBG] pgmap v3540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:17.450900+0000 mgr.y (mgr.14556) 4024 : cluster [DBG] pgmap v3540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:19.451389+0000 mgr.y (mgr.14556) 4025 : cluster [DBG] pgmap v3541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:19.451389+0000 mgr.y (mgr.14556) 4025 : cluster [DBG] pgmap v3541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:21.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:19.451389+0000 mgr.y (mgr.14556) 4025 : cluster [DBG] pgmap v3541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:43:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:21.452147+0000 mgr.y (mgr.14556) 4026 : cluster [DBG] pgmap v3542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:21.452147+0000 mgr.y (mgr.14556) 4026 : cluster [DBG] pgmap v3542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:23.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:21.452147+0000 mgr.y (mgr.14556) 4026 : cluster [DBG] pgmap v3542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:43:23] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:43:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:23.452596+0000 mgr.y (mgr.14556) 4027 : cluster [DBG] pgmap v3543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:23.452596+0000 mgr.y (mgr.14556) 4027 : cluster [DBG] pgmap v3543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:23.452596+0000 mgr.y (mgr.14556) 4027 : cluster [DBG] pgmap v3543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:25.453360+0000 mgr.y (mgr.14556) 4028 : cluster [DBG] pgmap v3544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:25.453360+0000 mgr.y (mgr.14556) 4028 : cluster [DBG] pgmap v3544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:25.453360+0000 mgr.y (mgr.14556) 4028 : cluster [DBG] pgmap v3544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:27.453814+0000 mgr.y (mgr.14556) 4029 : cluster [DBG] pgmap v3545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:27.453814+0000 mgr.y (mgr.14556) 4029 : cluster [DBG] pgmap v3545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:27.453814+0000 mgr.y (mgr.14556) 4029 : cluster [DBG] pgmap v3545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:29.454393+0000 mgr.y (mgr.14556) 4030 : cluster [DBG] pgmap v3546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:29.454393+0000 mgr.y (mgr.14556) 4030 : cluster [DBG] pgmap v3546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:29.454393+0000 mgr.y (mgr.14556) 4030 : cluster [DBG] pgmap v3546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:43:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:31.455097+0000 mgr.y (mgr.14556) 4031 : cluster [DBG] pgmap v3547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:31.455097+0000 mgr.y (mgr.14556) 4031 : cluster [DBG] pgmap v3547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:31.455097+0000 mgr.y (mgr.14556) 4031 : cluster [DBG] pgmap v3547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:43:33] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:43:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:33.455570+0000 mgr.y (mgr.14556) 4032 : cluster [DBG] pgmap v3548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:33.455570+0000 mgr.y (mgr.14556) 4032 : cluster [DBG] pgmap v3548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:33.455570+0000 mgr.y (mgr.14556) 4032 : cluster [DBG] pgmap v3548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:35.456203+0000 mgr.y (mgr.14556) 4033 : cluster [DBG] pgmap v3549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:35.456203+0000 mgr.y (mgr.14556) 4033 : cluster [DBG] pgmap v3549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:35.456203+0000 mgr.y (mgr.14556) 4033 : cluster [DBG] pgmap v3549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:37.456736+0000 mgr.y (mgr.14556) 4034 : cluster [DBG] pgmap v3550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:37.456736+0000 mgr.y (mgr.14556) 4034 : cluster [DBG] pgmap v3550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:37.456736+0000 mgr.y (mgr.14556) 4034 : cluster [DBG] pgmap v3550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:43:38.934262+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:43:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:43:39.236967+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:43:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:43:39.237682+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:43:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:43:39.251358+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:43:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:43:38.934262+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:43:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:43:39.236967+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:43:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:43:39.237682+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:43:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:43:39.251358+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:43:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:43:38.934262+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:43:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:43:39.236967+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:43:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:43:39.237682+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:43:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:43:39.251358+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:43:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:39.457036+0000 mgr.y (mgr.14556) 4035 : cluster [DBG] pgmap v3551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:39.457036+0000 mgr.y (mgr.14556) 4035 : cluster [DBG] pgmap v3551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:39.457036+0000 mgr.y (mgr.14556) 4035 : cluster [DBG] pgmap v3551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:43:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:41.457661+0000 mgr.y (mgr.14556) 4036 : cluster [DBG] pgmap v3552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:41.457661+0000 mgr.y (mgr.14556) 4036 : cluster [DBG] pgmap v3552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:41.457661+0000 mgr.y (mgr.14556) 4036 : cluster [DBG] pgmap v3552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:43.393 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:43:43.679 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:43:43.679 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (116m) 4m ago 117m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:43:43.679 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (117m) 4m ago 117m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:43:43.679 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (118m) 4m ago 118m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:43:43.679 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (118m) 4m ago 118m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:43:43.679 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:43:43.679 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:43:43.679 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:43:43.679 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:43:43.680 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:43:43.680 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (117m) 4m ago 117m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:43:43.680 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (117m) 4m ago 117m 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:43:43.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:43:43.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:43:43.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:43:43.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:43:43.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4m ago 2h 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:43:43.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (119m) 4m ago 119m 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:43:43.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (119m) 4m ago 119m 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:43:43.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (118m) 4m ago 118m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:43:43.680 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (116m) 4m ago 117m 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:43:44.030 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:43:44.030 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:43:44.030 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:43:44.030 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:43:44.030 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:43:44.030 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:43:44.031 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:43:44.031 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:43:44.031 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:43:44.031 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:43:44.031 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:43:44.031 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:43:44.031 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:43:44.031 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:43:44.031 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:43:44.031 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:43:44.031 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:43:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:43:43] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T08:43:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:43:43.381163+0000 mgr.y (mgr.14556) 4037 : audit [DBG] from='client.28865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:43:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:43.457991+0000 mgr.y (mgr.14556) 4038 : cluster [DBG] pgmap v3553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:43:43.670858+0000 mgr.y (mgr.14556) 4039 : audit [DBG] from='client.18957 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:43:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:43:44.030167+0000 mon.a (mon.0) 1483 : audit [DBG] from='client.? 172.21.15.23:0/2729751871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:43:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:43:43.381163+0000 mgr.y (mgr.14556) 4037 : audit [DBG] from='client.28865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:43:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:43.457991+0000 mgr.y (mgr.14556) 4038 : cluster [DBG] pgmap v3553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:43:43.670858+0000 mgr.y (mgr.14556) 4039 : audit [DBG] from='client.18957 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:43:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:43:44.030167+0000 mon.a (mon.0) 1483 : audit [DBG] from='client.? 172.21.15.23:0/2729751871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:43:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:43:43.381163+0000 mgr.y (mgr.14556) 4037 : audit [DBG] from='client.28865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:43:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:43.457991+0000 mgr.y (mgr.14556) 4038 : cluster [DBG] pgmap v3553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:43:43.670858+0000 mgr.y (mgr.14556) 4039 : audit [DBG] from='client.18957 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:43:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:43:44.030167+0000 mon.a (mon.0) 1483 : audit [DBG] from='client.? 172.21.15.23:0/2729751871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:43:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:45.458547+0000 mgr.y (mgr.14556) 4040 : cluster [DBG] pgmap v3554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:45.458547+0000 mgr.y (mgr.14556) 4040 : cluster [DBG] pgmap v3554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:45.458547+0000 mgr.y (mgr.14556) 4040 : cluster [DBG] pgmap v3554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:47.459100+0000 mgr.y (mgr.14556) 4041 : cluster [DBG] pgmap v3555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:47.459100+0000 mgr.y (mgr.14556) 4041 : cluster [DBG] pgmap v3555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:47.459100+0000 mgr.y (mgr.14556) 4041 : cluster [DBG] pgmap v3555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:50.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:49.459558+0000 mgr.y (mgr.14556) 4042 : cluster [DBG] pgmap v3556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:50.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:49.459558+0000 mgr.y (mgr.14556) 4042 : cluster [DBG] pgmap v3556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:49.459558+0000 mgr.y (mgr.14556) 4042 : cluster [DBG] pgmap v3556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:43:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:51.460376+0000 mgr.y (mgr.14556) 4043 : cluster [DBG] pgmap v3557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:51.460376+0000 mgr.y (mgr.14556) 4043 : cluster [DBG] pgmap v3557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:51.460376+0000 mgr.y (mgr.14556) 4043 : cluster [DBG] pgmap v3557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:43:53] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T08:43:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:53.460721+0000 mgr.y (mgr.14556) 4044 : cluster [DBG] pgmap v3558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:53.460721+0000 mgr.y (mgr.14556) 4044 : cluster [DBG] pgmap v3558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:53.460721+0000 mgr.y (mgr.14556) 4044 : cluster [DBG] pgmap v3558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:55.461284+0000 mgr.y (mgr.14556) 4045 : cluster [DBG] pgmap v3559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:55.461284+0000 mgr.y (mgr.14556) 4045 : cluster [DBG] pgmap v3559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:55.461284+0000 mgr.y (mgr.14556) 4045 : cluster [DBG] pgmap v3559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:57.461756+0000 mgr.y (mgr.14556) 4046 : cluster [DBG] pgmap v3560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:57.461756+0000 mgr.y (mgr.14556) 4046 : cluster [DBG] pgmap v3560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:43:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:43:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:57.461756+0000 mgr.y (mgr.14556) 4046 : cluster [DBG] pgmap v3560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:43:59.462173+0000 mgr.y (mgr.14556) 4047 : cluster [DBG] pgmap v3561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:43:59.462173+0000 mgr.y (mgr.14556) 4047 : cluster [DBG] pgmap v3561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:43:59.462173+0000 mgr.y (mgr.14556) 4047 : cluster [DBG] pgmap v3561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:44:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:01.462997+0000 mgr.y (mgr.14556) 4048 : cluster [DBG] pgmap v3562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:01.462997+0000 mgr.y (mgr.14556) 4048 : cluster [DBG] pgmap v3562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:01.462997+0000 mgr.y (mgr.14556) 4048 : cluster [DBG] pgmap v3562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:44:03] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T08:44:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:03.463505+0000 mgr.y (mgr.14556) 4049 : cluster [DBG] pgmap v3563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:03.463505+0000 mgr.y (mgr.14556) 4049 : cluster [DBG] pgmap v3563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:03.463505+0000 mgr.y (mgr.14556) 4049 : cluster [DBG] pgmap v3563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:05.464017+0000 mgr.y (mgr.14556) 4050 : cluster [DBG] pgmap v3564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:05.464017+0000 mgr.y (mgr.14556) 4050 : cluster [DBG] pgmap v3564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:05.464017+0000 mgr.y (mgr.14556) 4050 : cluster [DBG] pgmap v3564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:07.464476+0000 mgr.y (mgr.14556) 4051 : cluster [DBG] pgmap v3565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:07.464476+0000 mgr.y (mgr.14556) 4051 : cluster [DBG] pgmap v3565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:07.464476+0000 mgr.y (mgr.14556) 4051 : cluster [DBG] pgmap v3565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:09.464933+0000 mgr.y (mgr.14556) 4052 : cluster [DBG] pgmap v3566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:09.464933+0000 mgr.y (mgr.14556) 4052 : cluster [DBG] pgmap v3566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:09.464933+0000 mgr.y (mgr.14556) 4052 : cluster [DBG] pgmap v3566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:44:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:11.465596+0000 mgr.y (mgr.14556) 4053 : cluster [DBG] pgmap v3567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:11.465596+0000 mgr.y (mgr.14556) 4053 : cluster [DBG] pgmap v3567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:11.465596+0000 mgr.y (mgr.14556) 4053 : cluster [DBG] pgmap v3567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:44:13] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:44:14.356 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:44:14.646 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:44:14.646 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (117m) 4m ago 118m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:44:14.646 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (117m) 4m ago 117m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:44:14.646 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (119m) 4m ago 119m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:44:14.646 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (118m) 4m ago 118m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:44:14.646 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:44:14.646 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:44:14.646 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:44:14.646 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:44:14.646 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:44:14.646 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (118m) 4m ago 118m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:44:14.647 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (118m) 4m ago 118m 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:44:14.647 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:44:14.647 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:44:14.647 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:44:14.647 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:44:14.647 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4m ago 2h 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:44:14.647 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:44:14.647 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (119m) 4m ago 119m 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:44:14.647 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (119m) 4m ago 119m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:44:14.647 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (117m) 4m ago 118m 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:44:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:13.466040+0000 mgr.y (mgr.14556) 4054 : cluster [DBG] pgmap v3568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:13.466040+0000 mgr.y (mgr.14556) 4054 : cluster [DBG] pgmap v3568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:13.466040+0000 mgr.y (mgr.14556) 4054 : cluster [DBG] pgmap v3568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:14.997 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:44:14.997 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:44:14.998 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:44:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:44:14.343710+0000 mgr.y (mgr.14556) 4055 : audit [DBG] from='client.18969 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:44:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:44:14.637815+0000 mgr.y (mgr.14556) 4056 : audit [DBG] from='client.18975 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:44:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:44:14.997433+0000 mon.a (mon.0) 1484 : audit [DBG] from='client.? 172.21.15.23:0/3329823153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:44:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:44:14.343710+0000 mgr.y (mgr.14556) 4055 : audit [DBG] from='client.18969 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:44:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:44:14.637815+0000 mgr.y (mgr.14556) 4056 : audit [DBG] from='client.18975 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:44:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:44:14.997433+0000 mon.a (mon.0) 1484 : audit [DBG] from='client.? 172.21.15.23:0/3329823153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:44:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:44:14.343710+0000 mgr.y (mgr.14556) 4055 : audit [DBG] from='client.18969 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:44:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:44:14.637815+0000 mgr.y (mgr.14556) 4056 : audit [DBG] from='client.18975 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:44:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:44:14.997433+0000 mon.a (mon.0) 1484 : audit [DBG] from='client.? 172.21.15.23:0/3329823153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:44:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:15.466759+0000 mgr.y (mgr.14556) 4057 : cluster [DBG] pgmap v3569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:15.466759+0000 mgr.y (mgr.14556) 4057 : cluster [DBG] pgmap v3569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:15.466759+0000 mgr.y (mgr.14556) 4057 : cluster [DBG] pgmap v3569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:17.467274+0000 mgr.y (mgr.14556) 4058 : cluster [DBG] pgmap v3570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:17.467274+0000 mgr.y (mgr.14556) 4058 : cluster [DBG] pgmap v3570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:17.467274+0000 mgr.y (mgr.14556) 4058 : cluster [DBG] pgmap v3570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:19.467733+0000 mgr.y (mgr.14556) 4059 : cluster [DBG] pgmap v3571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:19.467733+0000 mgr.y (mgr.14556) 4059 : cluster [DBG] pgmap v3571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:19.467733+0000 mgr.y (mgr.14556) 4059 : cluster [DBG] pgmap v3571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:44:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:21.468383+0000 mgr.y (mgr.14556) 4060 : cluster [DBG] pgmap v3572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:22.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:21.468383+0000 mgr.y (mgr.14556) 4060 : cluster [DBG] pgmap v3572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:21.468383+0000 mgr.y (mgr.14556) 4060 : cluster [DBG] pgmap v3572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:44:23] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:44:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:23.468751+0000 mgr.y (mgr.14556) 4061 : cluster [DBG] pgmap v3573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:23.468751+0000 mgr.y (mgr.14556) 4061 : cluster [DBG] pgmap v3573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:23.468751+0000 mgr.y (mgr.14556) 4061 : cluster [DBG] pgmap v3573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:25.469387+0000 mgr.y (mgr.14556) 4062 : cluster [DBG] pgmap v3574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:25.469387+0000 mgr.y (mgr.14556) 4062 : cluster [DBG] pgmap v3574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:25.469387+0000 mgr.y (mgr.14556) 4062 : cluster [DBG] pgmap v3574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:27.469785+0000 mgr.y (mgr.14556) 4063 : cluster [DBG] pgmap v3575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:27.469785+0000 mgr.y (mgr.14556) 4063 : cluster [DBG] pgmap v3575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:27.469785+0000 mgr.y (mgr.14556) 4063 : cluster [DBG] pgmap v3575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:29.470185+0000 mgr.y (mgr.14556) 4064 : cluster [DBG] pgmap v3576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:30.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:29.470185+0000 mgr.y (mgr.14556) 4064 : cluster [DBG] pgmap v3576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:30.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:29.470185+0000 mgr.y (mgr.14556) 4064 : cluster [DBG] pgmap v3576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:44:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:31.470954+0000 mgr.y (mgr.14556) 4065 : cluster [DBG] pgmap v3577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:31.470954+0000 mgr.y (mgr.14556) 4065 : cluster [DBG] pgmap v3577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:31.470954+0000 mgr.y (mgr.14556) 4065 : cluster [DBG] pgmap v3577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:44:33] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:44:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:33.471495+0000 mgr.y (mgr.14556) 4066 : cluster [DBG] pgmap v3578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:33.471495+0000 mgr.y (mgr.14556) 4066 : cluster [DBG] pgmap v3578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:33.471495+0000 mgr.y (mgr.14556) 4066 : cluster [DBG] pgmap v3578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:35.472206+0000 mgr.y (mgr.14556) 4067 : cluster [DBG] pgmap v3579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:35.472206+0000 mgr.y (mgr.14556) 4067 : cluster [DBG] pgmap v3579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:35.472206+0000 mgr.y (mgr.14556) 4067 : cluster [DBG] pgmap v3579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:37.472781+0000 mgr.y (mgr.14556) 4068 : cluster [DBG] pgmap v3580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:37.472781+0000 mgr.y (mgr.14556) 4068 : cluster [DBG] pgmap v3580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:37.472781+0000 mgr.y (mgr.14556) 4068 : cluster [DBG] pgmap v3580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:44:39.255685+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:44:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:44:39.553221+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:44:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:44:39.553860+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:44:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:44:39.559865+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:44:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:44:39.255685+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:44:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:44:39.553221+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:44:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:44:39.553860+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:44:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:44:39.559865+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:44:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:44:39.255685+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:44:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:44:39.553221+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:44:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:44:39.553860+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:44:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:44:39.559865+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:44:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:39.473140+0000 mgr.y (mgr.14556) 4069 : cluster [DBG] pgmap v3581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:39.473140+0000 mgr.y (mgr.14556) 4069 : cluster [DBG] pgmap v3581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:39.473140+0000 mgr.y (mgr.14556) 4069 : cluster [DBG] pgmap v3581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:44:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:41.473987+0000 mgr.y (mgr.14556) 4070 : cluster [DBG] pgmap v3582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:41.473987+0000 mgr.y (mgr.14556) 4070 : cluster [DBG] pgmap v3582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:41.473987+0000 mgr.y (mgr.14556) 4070 : cluster [DBG] pgmap v3582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:44:43] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:44:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:43.474461+0000 mgr.y (mgr.14556) 4071 : cluster [DBG] pgmap v3583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:43.474461+0000 mgr.y (mgr.14556) 4071 : cluster [DBG] pgmap v3583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:43.474461+0000 mgr.y (mgr.14556) 4071 : cluster [DBG] pgmap v3583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:45.322 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:44:45.611 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:44:45.611 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (117m) 5m ago 118m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (118m) 5m ago 118m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (119m) 5m ago 119m 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (119m) 5m ago 119m 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 5m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 5m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (118m) 5m ago 118m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (118m) 5m ago 118m 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:44:45.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:44:45.613 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:44:45.613 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 5m ago 2h 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:44:45.613 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 5m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:44:45.613 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 5m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:44:45.613 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (119m) 5m ago 119m 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:44:45.613 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (117m) 5m ago 118m 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:44:45.966 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:44:45.966 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:44:45.967 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:44:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:44:45.310402+0000 mgr.y (mgr.14556) 4072 : audit [DBG] from='client.18987 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:44:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:45.474984+0000 mgr.y (mgr.14556) 4073 : cluster [DBG] pgmap v3584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:44:45.603487+0000 mgr.y (mgr.14556) 4074 : audit [DBG] from='client.18993 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:44:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:44:45.966497+0000 mon.a (mon.0) 1489 : audit [DBG] from='client.? 172.21.15.23:0/3034467761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:44:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:44:45.310402+0000 mgr.y (mgr.14556) 4072 : audit [DBG] from='client.18987 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:44:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:45.474984+0000 mgr.y (mgr.14556) 4073 : cluster [DBG] pgmap v3584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:44:45.603487+0000 mgr.y (mgr.14556) 4074 : audit [DBG] from='client.18993 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:44:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:44:45.966497+0000 mon.a (mon.0) 1489 : audit [DBG] from='client.? 172.21.15.23:0/3034467761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:44:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:44:45.310402+0000 mgr.y (mgr.14556) 4072 : audit [DBG] from='client.18987 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:44:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:45.474984+0000 mgr.y (mgr.14556) 4073 : cluster [DBG] pgmap v3584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:44:45.603487+0000 mgr.y (mgr.14556) 4074 : audit [DBG] from='client.18993 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:44:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:44:45.966497+0000 mon.a (mon.0) 1489 : audit [DBG] from='client.? 172.21.15.23:0/3034467761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:44:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:47.475442+0000 mgr.y (mgr.14556) 4075 : cluster [DBG] pgmap v3585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:47.475442+0000 mgr.y (mgr.14556) 4075 : cluster [DBG] pgmap v3585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:47.475442+0000 mgr.y (mgr.14556) 4075 : cluster [DBG] pgmap v3585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:49.475960+0000 mgr.y (mgr.14556) 4076 : cluster [DBG] pgmap v3586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:49.475960+0000 mgr.y (mgr.14556) 4076 : cluster [DBG] pgmap v3586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:49.475960+0000 mgr.y (mgr.14556) 4076 : cluster [DBG] pgmap v3586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:44:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:51.476759+0000 mgr.y (mgr.14556) 4077 : cluster [DBG] pgmap v3587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:51.476759+0000 mgr.y (mgr.14556) 4077 : cluster [DBG] pgmap v3587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:51.476759+0000 mgr.y (mgr.14556) 4077 : cluster [DBG] pgmap v3587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:44:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:44:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:53.477214+0000 mgr.y (mgr.14556) 4078 : cluster [DBG] pgmap v3588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:53.477214+0000 mgr.y (mgr.14556) 4078 : cluster [DBG] pgmap v3588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:53.477214+0000 mgr.y (mgr.14556) 4078 : cluster [DBG] pgmap v3588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:55.477779+0000 mgr.y (mgr.14556) 4079 : cluster [DBG] pgmap v3589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:55.477779+0000 mgr.y (mgr.14556) 4079 : cluster [DBG] pgmap v3589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:55.477779+0000 mgr.y (mgr.14556) 4079 : cluster [DBG] pgmap v3589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:44:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:57.478308+0000 mgr.y (mgr.14556) 4080 : cluster [DBG] pgmap v3590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:44:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:57.478308+0000 mgr.y (mgr.14556) 4080 : cluster [DBG] pgmap v3590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:44:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:44:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:57.478308+0000 mgr.y (mgr.14556) 4080 : cluster [DBG] pgmap v3590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:44:59.478748+0000 mgr.y (mgr.14556) 4081 : cluster [DBG] pgmap v3591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:44:59.478748+0000 mgr.y (mgr.14556) 4081 : cluster [DBG] pgmap v3591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:44:59.478748+0000 mgr.y (mgr.14556) 4081 : cluster [DBG] pgmap v3591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:45:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:01.479532+0000 mgr.y (mgr.14556) 4082 : cluster [DBG] pgmap v3592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:01.479532+0000 mgr.y (mgr.14556) 4082 : cluster [DBG] pgmap v3592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:01.479532+0000 mgr.y (mgr.14556) 4082 : cluster [DBG] pgmap v3592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:45:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:45:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:03.479994+0000 mgr.y (mgr.14556) 4083 : cluster [DBG] pgmap v3593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:03.479994+0000 mgr.y (mgr.14556) 4083 : cluster [DBG] pgmap v3593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:03.479994+0000 mgr.y (mgr.14556) 4083 : cluster [DBG] pgmap v3593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:07.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:05.480602+0000 mgr.y (mgr.14556) 4084 : cluster [DBG] pgmap v3594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:07.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:05.480602+0000 mgr.y (mgr.14556) 4084 : cluster [DBG] pgmap v3594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:05.480602+0000 mgr.y (mgr.14556) 4084 : cluster [DBG] pgmap v3594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:07.481083+0000 mgr.y (mgr.14556) 4085 : cluster [DBG] pgmap v3595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:07.481083+0000 mgr.y (mgr.14556) 4085 : cluster [DBG] pgmap v3595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:09.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:07.481083+0000 mgr.y (mgr.14556) 4085 : cluster [DBG] pgmap v3595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:09.481553+0000 mgr.y (mgr.14556) 4086 : cluster [DBG] pgmap v3596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:11.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:09.481553+0000 mgr.y (mgr.14556) 4086 : cluster [DBG] pgmap v3596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:11.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:09.481553+0000 mgr.y (mgr.14556) 4086 : cluster [DBG] pgmap v3596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:45:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:11.482208+0000 mgr.y (mgr.14556) 4087 : cluster [DBG] pgmap v3597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:11.482208+0000 mgr.y (mgr.14556) 4087 : cluster [DBG] pgmap v3597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:13.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:11.482208+0000 mgr.y (mgr.14556) 4087 : cluster [DBG] pgmap v3597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:45:13] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:45:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:13.482778+0000 mgr.y (mgr.14556) 4088 : cluster [DBG] pgmap v3598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:13.482778+0000 mgr.y (mgr.14556) 4088 : cluster [DBG] pgmap v3598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:13.482778+0000 mgr.y (mgr.14556) 4088 : cluster [DBG] pgmap v3598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:15.483542+0000 mgr.y (mgr.14556) 4089 : cluster [DBG] pgmap v3599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:16.293 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:45:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:15.483542+0000 mgr.y (mgr.14556) 4089 : cluster [DBG] pgmap v3599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:15.483542+0000 mgr.y (mgr.14556) 4089 : cluster [DBG] pgmap v3599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (118m) 5m ago 119m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (118m) 5m ago 118m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 5m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 5m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 5m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 5m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (119m) 5m ago 119m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (119m) 5m ago 119m 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:45:16.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:45:16.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:45:16.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:45:16.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:45:16.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 5m ago 2h 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:45:16.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 5m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:45:16.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 5m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:45:16.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 5m ago 2h 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:45:16.590 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (118m) 5m ago 119m 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:45:16.937 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:45:16.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:45:16.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:45:16.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:45:16.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:45:16.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:45:16.938 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:45:16.938 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:45:16.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:45:16.938 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:45:16.938 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:45:16.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:45:16.938 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:45:16.938 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:45:16.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:45:16.938 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:45:16.938 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:45:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:45:16.281032+0000 mgr.y (mgr.14556) 4090 : audit [DBG] from='client.28919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:45:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:45:16.580714+0000 mgr.y (mgr.14556) 4091 : audit [DBG] from='client.19011 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:45:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:45:16.281032+0000 mgr.y (mgr.14556) 4090 : audit [DBG] from='client.28919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:45:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:45:16.580714+0000 mgr.y (mgr.14556) 4091 : audit [DBG] from='client.19011 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:45:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:45:16.281032+0000 mgr.y (mgr.14556) 4090 : audit [DBG] from='client.28919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:45:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:45:16.580714+0000 mgr.y (mgr.14556) 4091 : audit [DBG] from='client.19011 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:45:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:45:16.937098+0000 mon.a (mon.0) 1490 : audit [DBG] from='client.? 172.21.15.23:0/1049836301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:45:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:17.483992+0000 mgr.y (mgr.14556) 4092 : cluster [DBG] pgmap v3600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:45:16.937098+0000 mon.a (mon.0) 1490 : audit [DBG] from='client.? 172.21.15.23:0/1049836301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:45:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:17.483992+0000 mgr.y (mgr.14556) 4092 : cluster [DBG] pgmap v3600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:18.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:45:16.937098+0000 mon.a (mon.0) 1490 : audit [DBG] from='client.? 172.21.15.23:0/1049836301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:45:18.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:17.483992+0000 mgr.y (mgr.14556) 4092 : cluster [DBG] pgmap v3600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:19.484472+0000 mgr.y (mgr.14556) 4093 : cluster [DBG] pgmap v3601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:19.484472+0000 mgr.y (mgr.14556) 4093 : cluster [DBG] pgmap v3601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:19.484472+0000 mgr.y (mgr.14556) 4093 : cluster [DBG] pgmap v3601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:45:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:21.485210+0000 mgr.y (mgr.14556) 4094 : cluster [DBG] pgmap v3602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:21.485210+0000 mgr.y (mgr.14556) 4094 : cluster [DBG] pgmap v3602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:22.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:21.485210+0000 mgr.y (mgr.14556) 4094 : cluster [DBG] pgmap v3602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:45:23] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:45:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:23.485694+0000 mgr.y (mgr.14556) 4095 : cluster [DBG] pgmap v3603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:23.485694+0000 mgr.y (mgr.14556) 4095 : cluster [DBG] pgmap v3603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:24.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:23.485694+0000 mgr.y (mgr.14556) 4095 : cluster [DBG] pgmap v3603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:25.486399+0000 mgr.y (mgr.14556) 4096 : cluster [DBG] pgmap v3604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:25.486399+0000 mgr.y (mgr.14556) 4096 : cluster [DBG] pgmap v3604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:25.486399+0000 mgr.y (mgr.14556) 4096 : cluster [DBG] pgmap v3604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:27.486793+0000 mgr.y (mgr.14556) 4097 : cluster [DBG] pgmap v3605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:27.486793+0000 mgr.y (mgr.14556) 4097 : cluster [DBG] pgmap v3605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:27.486793+0000 mgr.y (mgr.14556) 4097 : cluster [DBG] pgmap v3605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:30.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:29.487142+0000 mgr.y (mgr.14556) 4098 : cluster [DBG] pgmap v3606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:30.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:29.487142+0000 mgr.y (mgr.14556) 4098 : cluster [DBG] pgmap v3606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:29.487142+0000 mgr.y (mgr.14556) 4098 : cluster [DBG] pgmap v3606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:45:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:31.487815+0000 mgr.y (mgr.14556) 4099 : cluster [DBG] pgmap v3607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:31.487815+0000 mgr.y (mgr.14556) 4099 : cluster [DBG] pgmap v3607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:31.487815+0000 mgr.y (mgr.14556) 4099 : cluster [DBG] pgmap v3607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:45:33] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T08:45:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:33.488391+0000 mgr.y (mgr.14556) 4100 : cluster [DBG] pgmap v3608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:33.488391+0000 mgr.y (mgr.14556) 4100 : cluster [DBG] pgmap v3608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:33.488391+0000 mgr.y (mgr.14556) 4100 : cluster [DBG] pgmap v3608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:35.489099+0000 mgr.y (mgr.14556) 4101 : cluster [DBG] pgmap v3609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:35.489099+0000 mgr.y (mgr.14556) 4101 : cluster [DBG] pgmap v3609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:35.489099+0000 mgr.y (mgr.14556) 4101 : cluster [DBG] pgmap v3609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:37.489577+0000 mgr.y (mgr.14556) 4102 : cluster [DBG] pgmap v3610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:37.489577+0000 mgr.y (mgr.14556) 4102 : cluster [DBG] pgmap v3610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:37.489577+0000 mgr.y (mgr.14556) 4102 : cluster [DBG] pgmap v3610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:45:39.564100+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:45:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:45:39.564100+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:45:39.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:45:39.564100+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:45:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:39.490142+0000 mgr.y (mgr.14556) 4103 : cluster [DBG] pgmap v3611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:39.490142+0000 mgr.y (mgr.14556) 4103 : cluster [DBG] pgmap v3611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:39.490142+0000 mgr.y (mgr.14556) 4103 : cluster [DBG] pgmap v3611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:45:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:41.490676+0000 mgr.y (mgr.14556) 4104 : cluster [DBG] pgmap v3612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:41.490676+0000 mgr.y (mgr.14556) 4104 : cluster [DBG] pgmap v3612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:41.490676+0000 mgr.y (mgr.14556) 4104 : cluster [DBG] pgmap v3612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:43.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:45:42.653754+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:45:43.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:45:42.946559+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:45:43.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:45:42.947289+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:45:43.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:45:42.955794+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:45:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:45:43] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:45:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:45:42.653754+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:45:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:45:42.946559+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:45:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:45:42.947289+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:45:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:45:42.955794+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:45:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:45:42.653754+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:45:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:45:42.946559+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:45:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:45:42.947289+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:45:44.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:45:42.955794+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:45:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:43.491093+0000 mgr.y (mgr.14556) 4105 : cluster [DBG] pgmap v3613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:43.491093+0000 mgr.y (mgr.14556) 4105 : cluster [DBG] pgmap v3613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:43.491093+0000 mgr.y (mgr.14556) 4105 : cluster [DBG] pgmap v3613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:45.491727+0000 mgr.y (mgr.14556) 4106 : cluster [DBG] pgmap v3614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:45.491727+0000 mgr.y (mgr.14556) 4106 : cluster [DBG] pgmap v3614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:45.491727+0000 mgr.y (mgr.14556) 4106 : cluster [DBG] pgmap v3614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:47.264 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:45:47.555 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:45:47.555 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (118m) 6m ago 119m 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:45:47.555 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (119m) 6m ago 119m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:45:47.555 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 6m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:45:47.555 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 6m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:45:47.555 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 6m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:45:47.555 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 6m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:45:47.555 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 6m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 6m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 6m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (119m) 6m ago 119m 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (119m) 6m ago 119m 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 6m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 6m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 6m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 6m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 6m ago 2h 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 6m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 6m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 6m ago 2h 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:45:47.556 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (118m) 6m ago 119m 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:45:47.906 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:45:47.906 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:45:47.906 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:45:47.906 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:45:47.906 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:45:47.906 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:45:47.906 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:45:47.907 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:45:47.907 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:45:47.907 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:45:47.907 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:45:47.907 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:45:47.907 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:45:47.907 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:45:47.907 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:45:47.907 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:45:47.907 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:45:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:45:47.252065+0000 mgr.y (mgr.14556) 4107 : audit [DBG] from='client.19023 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:45:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:47.492091+0000 mgr.y (mgr.14556) 4108 : cluster [DBG] pgmap v3615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:45:47.547120+0000 mgr.y (mgr.14556) 4109 : audit [DBG] from='client.19029 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:45:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:45:47.906012+0000 mon.c (mon.2) 124 : audit [DBG] from='client.? 172.21.15.23:0/4226802919' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:45:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:45:47.252065+0000 mgr.y (mgr.14556) 4107 : audit [DBG] from='client.19023 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:45:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:47.492091+0000 mgr.y (mgr.14556) 4108 : cluster [DBG] pgmap v3615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:45:47.547120+0000 mgr.y (mgr.14556) 4109 : audit [DBG] from='client.19029 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:45:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:45:47.906012+0000 mon.c (mon.2) 124 : audit [DBG] from='client.? 172.21.15.23:0/4226802919' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:45:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:45:47.252065+0000 mgr.y (mgr.14556) 4107 : audit [DBG] from='client.19023 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:45:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:47.492091+0000 mgr.y (mgr.14556) 4108 : cluster [DBG] pgmap v3615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:45:47.547120+0000 mgr.y (mgr.14556) 4109 : audit [DBG] from='client.19029 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:45:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:45:47.906012+0000 mon.c (mon.2) 124 : audit [DBG] from='client.? 172.21.15.23:0/4226802919' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:45:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:49.492466+0000 mgr.y (mgr.14556) 4110 : cluster [DBG] pgmap v3616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:49.492466+0000 mgr.y (mgr.14556) 4110 : cluster [DBG] pgmap v3616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:49.492466+0000 mgr.y (mgr.14556) 4110 : cluster [DBG] pgmap v3616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:45:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:51.493136+0000 mgr.y (mgr.14556) 4111 : cluster [DBG] pgmap v3617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:51.493136+0000 mgr.y (mgr.14556) 4111 : cluster [DBG] pgmap v3617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:51.493136+0000 mgr.y (mgr.14556) 4111 : cluster [DBG] pgmap v3617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:45:53] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T08:45:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:53.493664+0000 mgr.y (mgr.14556) 4112 : cluster [DBG] pgmap v3618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:53.493664+0000 mgr.y (mgr.14556) 4112 : cluster [DBG] pgmap v3618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:53.493664+0000 mgr.y (mgr.14556) 4112 : cluster [DBG] pgmap v3618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:55.494473+0000 mgr.y (mgr.14556) 4113 : cluster [DBG] pgmap v3619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:55.494473+0000 mgr.y (mgr.14556) 4113 : cluster [DBG] pgmap v3619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:55.494473+0000 mgr.y (mgr.14556) 4113 : cluster [DBG] pgmap v3619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:57.494985+0000 mgr.y (mgr.14556) 4114 : cluster [DBG] pgmap v3620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:57.494985+0000 mgr.y (mgr.14556) 4114 : cluster [DBG] pgmap v3620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:45:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:45:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:57.494985+0000 mgr.y (mgr.14556) 4114 : cluster [DBG] pgmap v3620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:45:59.495533+0000 mgr.y (mgr.14556) 4115 : cluster [DBG] pgmap v3621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:45:59.495533+0000 mgr.y (mgr.14556) 4115 : cluster [DBG] pgmap v3621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:45:59.495533+0000 mgr.y (mgr.14556) 4115 : cluster [DBG] pgmap v3621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:46:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:01.496252+0000 mgr.y (mgr.14556) 4116 : cluster [DBG] pgmap v3622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:01.496252+0000 mgr.y (mgr.14556) 4116 : cluster [DBG] pgmap v3622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:01.496252+0000 mgr.y (mgr.14556) 4116 : cluster [DBG] pgmap v3622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:46:03] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T08:46:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:03.496777+0000 mgr.y (mgr.14556) 4117 : cluster [DBG] pgmap v3623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:03.496777+0000 mgr.y (mgr.14556) 4117 : cluster [DBG] pgmap v3623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:03.496777+0000 mgr.y (mgr.14556) 4117 : cluster [DBG] pgmap v3623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:05.497576+0000 mgr.y (mgr.14556) 4118 : cluster [DBG] pgmap v3624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:05.497576+0000 mgr.y (mgr.14556) 4118 : cluster [DBG] pgmap v3624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:05.497576+0000 mgr.y (mgr.14556) 4118 : cluster [DBG] pgmap v3624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:07.498102+0000 mgr.y (mgr.14556) 4119 : cluster [DBG] pgmap v3625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:07.498102+0000 mgr.y (mgr.14556) 4119 : cluster [DBG] pgmap v3625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:09.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:07.498102+0000 mgr.y (mgr.14556) 4119 : cluster [DBG] pgmap v3625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:09.498696+0000 mgr.y (mgr.14556) 4120 : cluster [DBG] pgmap v3626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:09.498696+0000 mgr.y (mgr.14556) 4120 : cluster [DBG] pgmap v3626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:09.498696+0000 mgr.y (mgr.14556) 4120 : cluster [DBG] pgmap v3626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:46:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:11.499409+0000 mgr.y (mgr.14556) 4121 : cluster [DBG] pgmap v3627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:11.499409+0000 mgr.y (mgr.14556) 4121 : cluster [DBG] pgmap v3627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:11.499409+0000 mgr.y (mgr.14556) 4121 : cluster [DBG] pgmap v3627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:46:13] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:46:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:13.499811+0000 mgr.y (mgr.14556) 4122 : cluster [DBG] pgmap v3628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:13.499811+0000 mgr.y (mgr.14556) 4122 : cluster [DBG] pgmap v3628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:13.499811+0000 mgr.y (mgr.14556) 4122 : cluster [DBG] pgmap v3628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:15.500467+0000 mgr.y (mgr.14556) 4123 : cluster [DBG] pgmap v3629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:15.500467+0000 mgr.y (mgr.14556) 4123 : cluster [DBG] pgmap v3629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:15.500467+0000 mgr.y (mgr.14556) 4123 : cluster [DBG] pgmap v3629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:18.233 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:46:18.521 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:46:18.521 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (119m) 6m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:46:18.521 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (119m) 6m ago 119m 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:46:18.521 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 6m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:46:18.521 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 6m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:46:18.521 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 6m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:46:18.521 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 6m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:46:18.521 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 6m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:46:18.521 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 6m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:46:18.521 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 6m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:46:18.521 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 6m ago 2h 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:46:18.522 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 6m ago 2h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:46:18.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 6m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:46:18.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 6m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:46:18.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 6m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:46:18.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 6m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:46:18.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 6m ago 2h 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:46:18.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 6m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:46:18.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 6m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:46:18.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 6m ago 2h 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:46:18.522 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (119m) 6m ago 2h 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:46:18.868 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:46:18.868 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:46:18.868 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:46:18.868 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:46:18.868 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:46:18.868 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:46:18.869 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:46:18.869 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:46:18.869 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:46:18.869 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:46:18.869 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:46:18.869 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:46:18.869 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:46:18.870 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:46:18.870 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:46:18.870 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:46:18.870 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:46:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:17.500989+0000 mgr.y (mgr.14556) 4124 : cluster [DBG] pgmap v3630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:17.500989+0000 mgr.y (mgr.14556) 4124 : cluster [DBG] pgmap v3630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:19.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:17.500989+0000 mgr.y (mgr.14556) 4124 : cluster [DBG] pgmap v3630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:46:18.220870+0000 mgr.y (mgr.14556) 4125 : audit [DBG] from='client.19041 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:46:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:46:18.512631+0000 mgr.y (mgr.14556) 4126 : audit [DBG] from='client.19047 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:46:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:46:18.867686+0000 mon.c (mon.2) 125 : audit [DBG] from='client.? 172.21.15.23:0/3084813441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:46:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:46:18.220870+0000 mgr.y (mgr.14556) 4125 : audit [DBG] from='client.19041 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:46:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:46:18.512631+0000 mgr.y (mgr.14556) 4126 : audit [DBG] from='client.19047 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:46:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:46:18.867686+0000 mon.c (mon.2) 125 : audit [DBG] from='client.? 172.21.15.23:0/3084813441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:46:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:46:18.220870+0000 mgr.y (mgr.14556) 4125 : audit [DBG] from='client.19041 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:46:20.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:46:18.512631+0000 mgr.y (mgr.14556) 4126 : audit [DBG] from='client.19047 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:46:20.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:46:18.867686+0000 mon.c (mon.2) 125 : audit [DBG] from='client.? 172.21.15.23:0/3084813441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:46:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:19.501455+0000 mgr.y (mgr.14556) 4127 : cluster [DBG] pgmap v3631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:19.501455+0000 mgr.y (mgr.14556) 4127 : cluster [DBG] pgmap v3631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:19.501455+0000 mgr.y (mgr.14556) 4127 : cluster [DBG] pgmap v3631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:46:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:21.502197+0000 mgr.y (mgr.14556) 4128 : cluster [DBG] pgmap v3632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:21.502197+0000 mgr.y (mgr.14556) 4128 : cluster [DBG] pgmap v3632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:21.502197+0000 mgr.y (mgr.14556) 4128 : cluster [DBG] pgmap v3632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:46:23] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:46:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:23.502746+0000 mgr.y (mgr.14556) 4129 : cluster [DBG] pgmap v3633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:23.502746+0000 mgr.y (mgr.14556) 4129 : cluster [DBG] pgmap v3633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:23.502746+0000 mgr.y (mgr.14556) 4129 : cluster [DBG] pgmap v3633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:25.503564+0000 mgr.y (mgr.14556) 4130 : cluster [DBG] pgmap v3634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:25.503564+0000 mgr.y (mgr.14556) 4130 : cluster [DBG] pgmap v3634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:25.503564+0000 mgr.y (mgr.14556) 4130 : cluster [DBG] pgmap v3634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:27.503916+0000 mgr.y (mgr.14556) 4131 : cluster [DBG] pgmap v3635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:27.503916+0000 mgr.y (mgr.14556) 4131 : cluster [DBG] pgmap v3635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:27.503916+0000 mgr.y (mgr.14556) 4131 : cluster [DBG] pgmap v3635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:29.504403+0000 mgr.y (mgr.14556) 4132 : cluster [DBG] pgmap v3636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:29.504403+0000 mgr.y (mgr.14556) 4132 : cluster [DBG] pgmap v3636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:29.504403+0000 mgr.y (mgr.14556) 4132 : cluster [DBG] pgmap v3636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:46:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:31.505086+0000 mgr.y (mgr.14556) 4133 : cluster [DBG] pgmap v3637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:31.505086+0000 mgr.y (mgr.14556) 4133 : cluster [DBG] pgmap v3637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:31.505086+0000 mgr.y (mgr.14556) 4133 : cluster [DBG] pgmap v3637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:46:33] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:46:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:33.505520+0000 mgr.y (mgr.14556) 4134 : cluster [DBG] pgmap v3638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:33.505520+0000 mgr.y (mgr.14556) 4134 : cluster [DBG] pgmap v3638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:33.505520+0000 mgr.y (mgr.14556) 4134 : cluster [DBG] pgmap v3638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:35.506214+0000 mgr.y (mgr.14556) 4135 : cluster [DBG] pgmap v3639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:35.506214+0000 mgr.y (mgr.14556) 4135 : cluster [DBG] pgmap v3639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:35.506214+0000 mgr.y (mgr.14556) 4135 : cluster [DBG] pgmap v3639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:37.506684+0000 mgr.y (mgr.14556) 4136 : cluster [DBG] pgmap v3640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:37.506684+0000 mgr.y (mgr.14556) 4136 : cluster [DBG] pgmap v3640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:37.506684+0000 mgr.y (mgr.14556) 4136 : cluster [DBG] pgmap v3640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:39.507112+0000 mgr.y (mgr.14556) 4137 : cluster [DBG] pgmap v3641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:39.507112+0000 mgr.y (mgr.14556) 4137 : cluster [DBG] pgmap v3641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:39.507112+0000 mgr.y (mgr.14556) 4137 : cluster [DBG] pgmap v3641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:46:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:41.507868+0000 mgr.y (mgr.14556) 4138 : cluster [DBG] pgmap v3642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:41.507868+0000 mgr.y (mgr.14556) 4138 : cluster [DBG] pgmap v3642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:41.507868+0000 mgr.y (mgr.14556) 4138 : cluster [DBG] pgmap v3642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:46:42.960246+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:46:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:46:43] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T08:46:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:46:42.960246+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:46:44.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:46:42.960246+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:46:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:43.508410+0000 mgr.y (mgr.14556) 4139 : cluster [DBG] pgmap v3643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:43.508410+0000 mgr.y (mgr.14556) 4139 : cluster [DBG] pgmap v3643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:43.508410+0000 mgr.y (mgr.14556) 4139 : cluster [DBG] pgmap v3643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:45.509277+0000 mgr.y (mgr.14556) 4140 : cluster [DBG] pgmap v3644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:46:46.523383+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:46:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:46:46.816872+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:46:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:46:46.817802+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:46:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:46:46.823286+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:46:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:45.509277+0000 mgr.y (mgr.14556) 4140 : cluster [DBG] pgmap v3644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:46:46.523383+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:46:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:46:46.816872+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:46:47.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:46:46.817802+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:46:47.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:46:46.823286+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:46:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:45.509277+0000 mgr.y (mgr.14556) 4140 : cluster [DBG] pgmap v3644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:46:46.523383+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:46:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:46:46.816872+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:46:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:46:46.817802+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:46:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:46:46.823286+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:46:49.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:47.509696+0000 mgr.y (mgr.14556) 4141 : cluster [DBG] pgmap v3645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:49.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:47.509696+0000 mgr.y (mgr.14556) 4141 : cluster [DBG] pgmap v3645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:47.509696+0000 mgr.y (mgr.14556) 4141 : cluster [DBG] pgmap v3645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:49.193 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:46:49.482 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:46:49.482 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (119m) 7m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:46:49.482 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 7m ago 2h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:46:49.482 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 7m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:46:49.482 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 7m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:46:49.482 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 7m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 7m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 7m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 7m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 7m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 7m ago 2h 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 7m ago 2h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 7m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 7m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 7m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 7m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 7m ago 2h 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 7m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 7m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:46:49.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 7m ago 2h 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:46:49.484 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (119m) 7m ago 2h 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:46:49.835 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:46:49.835 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:46:49.835 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:46:49.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:46:49.835 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:46:49.835 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:46:49.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:46:49.835 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:46:49.835 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:46:49.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:46:49.836 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:46:49.836 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:46:49.836 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:46:49.836 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:46:49.836 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:46:49.836 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:46:49.836 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:46:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:46:49.834807+0000 mon.a (mon.0) 1501 : audit [DBG] from='client.? 172.21.15.23:0/147402522' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:46:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:46:49.834807+0000 mon.a (mon.0) 1501 : audit [DBG] from='client.? 172.21.15.23:0/147402522' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:46:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:46:49.834807+0000 mon.a (mon.0) 1501 : audit [DBG] from='client.? 172.21.15.23:0/147402522' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:46:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:46:49.180580+0000 mgr.y (mgr.14556) 4142 : audit [DBG] from='client.19059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:46:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:46:49.474259+0000 mgr.y (mgr.14556) 4143 : audit [DBG] from='client.28979 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:46:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:49.510028+0000 mgr.y (mgr.14556) 4144 : cluster [DBG] pgmap v3646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:46:49.180580+0000 mgr.y (mgr.14556) 4142 : audit [DBG] from='client.19059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:46:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:46:49.474259+0000 mgr.y (mgr.14556) 4143 : audit [DBG] from='client.28979 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:46:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:49.510028+0000 mgr.y (mgr.14556) 4144 : cluster [DBG] pgmap v3646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:46:49.180580+0000 mgr.y (mgr.14556) 4142 : audit [DBG] from='client.19059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:46:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:46:49.474259+0000 mgr.y (mgr.14556) 4143 : audit [DBG] from='client.28979 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:46:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:49.510028+0000 mgr.y (mgr.14556) 4144 : cluster [DBG] pgmap v3646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:46:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:51.510850+0000 mgr.y (mgr.14556) 4145 : cluster [DBG] pgmap v3647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:51.510850+0000 mgr.y (mgr.14556) 4145 : cluster [DBG] pgmap v3647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:52.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:51.510850+0000 mgr.y (mgr.14556) 4145 : cluster [DBG] pgmap v3647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:46:53] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:46:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:53.511403+0000 mgr.y (mgr.14556) 4146 : cluster [DBG] pgmap v3648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:53.511403+0000 mgr.y (mgr.14556) 4146 : cluster [DBG] pgmap v3648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:53.511403+0000 mgr.y (mgr.14556) 4146 : cluster [DBG] pgmap v3648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:56.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:55.512097+0000 mgr.y (mgr.14556) 4147 : cluster [DBG] pgmap v3649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:55.512097+0000 mgr.y (mgr.14556) 4147 : cluster [DBG] pgmap v3649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:56.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:55.512097+0000 mgr.y (mgr.14556) 4147 : cluster [DBG] pgmap v3649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:58.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:46:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:57.512501+0000 mgr.y (mgr.14556) 4148 : cluster [DBG] pgmap v3650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:46:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:57.512501+0000 mgr.y (mgr.14556) 4148 : cluster [DBG] pgmap v3650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:46:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:46:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:57.512501+0000 mgr.y (mgr.14556) 4148 : cluster [DBG] pgmap v3650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:46:59.512908+0000 mgr.y (mgr.14556) 4149 : cluster [DBG] pgmap v3651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:46:59.512908+0000 mgr.y (mgr.14556) 4149 : cluster [DBG] pgmap v3651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:46:59.512908+0000 mgr.y (mgr.14556) 4149 : cluster [DBG] pgmap v3651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:47:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:01.513624+0000 mgr.y (mgr.14556) 4150 : cluster [DBG] pgmap v3652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:01.513624+0000 mgr.y (mgr.14556) 4150 : cluster [DBG] pgmap v3652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:01.513624+0000 mgr.y (mgr.14556) 4150 : cluster [DBG] pgmap v3652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:47:03] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:47:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:03.514080+0000 mgr.y (mgr.14556) 4151 : cluster [DBG] pgmap v3653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:03.514080+0000 mgr.y (mgr.14556) 4151 : cluster [DBG] pgmap v3653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:03.514080+0000 mgr.y (mgr.14556) 4151 : cluster [DBG] pgmap v3653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:05.514862+0000 mgr.y (mgr.14556) 4152 : cluster [DBG] pgmap v3654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:05.514862+0000 mgr.y (mgr.14556) 4152 : cluster [DBG] pgmap v3654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:06.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:05.514862+0000 mgr.y (mgr.14556) 4152 : cluster [DBG] pgmap v3654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:07.515347+0000 mgr.y (mgr.14556) 4153 : cluster [DBG] pgmap v3655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:08.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:07.515347+0000 mgr.y (mgr.14556) 4153 : cluster [DBG] pgmap v3655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:08.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:07.515347+0000 mgr.y (mgr.14556) 4153 : cluster [DBG] pgmap v3655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:09.516038+0000 mgr.y (mgr.14556) 4154 : cluster [DBG] pgmap v3656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:09.516038+0000 mgr.y (mgr.14556) 4154 : cluster [DBG] pgmap v3656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:09.516038+0000 mgr.y (mgr.14556) 4154 : cluster [DBG] pgmap v3656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:47:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:11.516762+0000 mgr.y (mgr.14556) 4155 : cluster [DBG] pgmap v3657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:11.516762+0000 mgr.y (mgr.14556) 4155 : cluster [DBG] pgmap v3657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:11.516762+0000 mgr.y (mgr.14556) 4155 : cluster [DBG] pgmap v3657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:47:13] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:47:14.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:13.517440+0000 mgr.y (mgr.14556) 4156 : cluster [DBG] pgmap v3658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:13.517440+0000 mgr.y (mgr.14556) 4156 : cluster [DBG] pgmap v3658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:13.517440+0000 mgr.y (mgr.14556) 4156 : cluster [DBG] pgmap v3658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:16.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:15.518142+0000 mgr.y (mgr.14556) 4157 : cluster [DBG] pgmap v3659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:15.518142+0000 mgr.y (mgr.14556) 4157 : cluster [DBG] pgmap v3659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:15.518142+0000 mgr.y (mgr.14556) 4157 : cluster [DBG] pgmap v3659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:17.518630+0000 mgr.y (mgr.14556) 4158 : cluster [DBG] pgmap v3660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:17.518630+0000 mgr.y (mgr.14556) 4158 : cluster [DBG] pgmap v3660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:17.518630+0000 mgr.y (mgr.14556) 4158 : cluster [DBG] pgmap v3660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:20.160 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:47:20.448 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:47:20.448 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 7m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:47:20.448 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 7m ago 2h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:47:20.448 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 7m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:47:20.448 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 7m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:47:20.448 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 7m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:47:20.448 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 7m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:47:20.448 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 7m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:47:20.448 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 7m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:47:20.449 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 7m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:47:20.449 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 7m ago 2h 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:47:20.449 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 7m ago 2h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:47:20.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 7m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:47:20.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 7m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:47:20.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 7m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:47:20.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 7m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:47:20.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 7m ago 2h 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:47:20.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 7m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:47:20.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 7m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:47:20.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 7m ago 2h 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:47:20.449 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 7m ago 2h 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:47:20.800 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:47:20.800 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:47:20.800 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:47:20.800 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:47:20.800 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:47:20.800 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:47:20.800 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:47:20.801 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:47:20.801 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:47:20.801 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:47:20.801 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:47:20.801 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:47:20.801 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:47:20.801 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:47:20.801 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:47:20.801 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:47:20.801 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:47:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:19.519281+0000 mgr.y (mgr.14556) 4159 : cluster [DBG] pgmap v3661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:19.519281+0000 mgr.y (mgr.14556) 4159 : cluster [DBG] pgmap v3661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:19.519281+0000 mgr.y (mgr.14556) 4159 : cluster [DBG] pgmap v3661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:47:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:47:20.148243+0000 mgr.y (mgr.14556) 4160 : audit [DBG] from='client.28991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:47:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:47:20.439946+0000 mgr.y (mgr.14556) 4161 : audit [DBG] from='client.19083 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:47:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:47:20.800104+0000 mon.c (mon.2) 126 : audit [DBG] from='client.? 172.21.15.23:0/4029638508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:47:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:47:20.148243+0000 mgr.y (mgr.14556) 4160 : audit [DBG] from='client.28991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:47:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:47:20.439946+0000 mgr.y (mgr.14556) 4161 : audit [DBG] from='client.19083 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:47:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:47:20.800104+0000 mon.c (mon.2) 126 : audit [DBG] from='client.? 172.21.15.23:0/4029638508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:47:22.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:47:20.148243+0000 mgr.y (mgr.14556) 4160 : audit [DBG] from='client.28991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:47:22.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:47:20.439946+0000 mgr.y (mgr.14556) 4161 : audit [DBG] from='client.19083 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:47:22.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:47:20.800104+0000 mon.c (mon.2) 126 : audit [DBG] from='client.? 172.21.15.23:0/4029638508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:47:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:21.519860+0000 mgr.y (mgr.14556) 4162 : cluster [DBG] pgmap v3662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:21.519860+0000 mgr.y (mgr.14556) 4162 : cluster [DBG] pgmap v3662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:21.519860+0000 mgr.y (mgr.14556) 4162 : cluster [DBG] pgmap v3662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:47:23] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:47:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:23.520304+0000 mgr.y (mgr.14556) 4163 : cluster [DBG] pgmap v3663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:23.520304+0000 mgr.y (mgr.14556) 4163 : cluster [DBG] pgmap v3663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:23.520304+0000 mgr.y (mgr.14556) 4163 : cluster [DBG] pgmap v3663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:25.520982+0000 mgr.y (mgr.14556) 4164 : cluster [DBG] pgmap v3664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:25.520982+0000 mgr.y (mgr.14556) 4164 : cluster [DBG] pgmap v3664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:25.520982+0000 mgr.y (mgr.14556) 4164 : cluster [DBG] pgmap v3664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:27.521419+0000 mgr.y (mgr.14556) 4165 : cluster [DBG] pgmap v3665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:27.521419+0000 mgr.y (mgr.14556) 4165 : cluster [DBG] pgmap v3665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:27.521419+0000 mgr.y (mgr.14556) 4165 : cluster [DBG] pgmap v3665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:29.521862+0000 mgr.y (mgr.14556) 4166 : cluster [DBG] pgmap v3666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:29.521862+0000 mgr.y (mgr.14556) 4166 : cluster [DBG] pgmap v3666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:29.521862+0000 mgr.y (mgr.14556) 4166 : cluster [DBG] pgmap v3666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:47:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:31.522748+0000 mgr.y (mgr.14556) 4167 : cluster [DBG] pgmap v3667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:31.522748+0000 mgr.y (mgr.14556) 4167 : cluster [DBG] pgmap v3667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:31.522748+0000 mgr.y (mgr.14556) 4167 : cluster [DBG] pgmap v3667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:47:33] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:47:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:33.523158+0000 mgr.y (mgr.14556) 4168 : cluster [DBG] pgmap v3668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:33.523158+0000 mgr.y (mgr.14556) 4168 : cluster [DBG] pgmap v3668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:33.523158+0000 mgr.y (mgr.14556) 4168 : cluster [DBG] pgmap v3668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:35.523908+0000 mgr.y (mgr.14556) 4169 : cluster [DBG] pgmap v3669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:35.523908+0000 mgr.y (mgr.14556) 4169 : cluster [DBG] pgmap v3669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:35.523908+0000 mgr.y (mgr.14556) 4169 : cluster [DBG] pgmap v3669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:37.524408+0000 mgr.y (mgr.14556) 4170 : cluster [DBG] pgmap v3670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:37.524408+0000 mgr.y (mgr.14556) 4170 : cluster [DBG] pgmap v3670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:37.524408+0000 mgr.y (mgr.14556) 4170 : cluster [DBG] pgmap v3670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:39.524854+0000 mgr.y (mgr.14556) 4171 : cluster [DBG] pgmap v3671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:39.524854+0000 mgr.y (mgr.14556) 4171 : cluster [DBG] pgmap v3671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:39.524854+0000 mgr.y (mgr.14556) 4171 : cluster [DBG] pgmap v3671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:47:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:41.525436+0000 mgr.y (mgr.14556) 4172 : cluster [DBG] pgmap v3672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:41.525436+0000 mgr.y (mgr.14556) 4172 : cluster [DBG] pgmap v3672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:41.525436+0000 mgr.y (mgr.14556) 4172 : cluster [DBG] pgmap v3672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:47:43] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:47:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:43.525844+0000 mgr.y (mgr.14556) 4173 : cluster [DBG] pgmap v3673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:43.525844+0000 mgr.y (mgr.14556) 4173 : cluster [DBG] pgmap v3673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:43.525844+0000 mgr.y (mgr.14556) 4173 : cluster [DBG] pgmap v3673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:45.526534+0000 mgr.y (mgr.14556) 4174 : cluster [DBG] pgmap v3674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:45.526534+0000 mgr.y (mgr.14556) 4174 : cluster [DBG] pgmap v3674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:45.526534+0000 mgr.y (mgr.14556) 4174 : cluster [DBG] pgmap v3674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:47:46.829841+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:47:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:47:47.139259+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:47:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:47:47.139945+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:47:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:47:47.144694+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:47:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:47:46.829841+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:47:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:47:47.139259+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:47:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:47:47.139945+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:47:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:47:47.144694+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:47:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:47:46.829841+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:47:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:47:47.139259+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:47:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:47:47.139945+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:47:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:47:47.144694+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:47:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:47.527033+0000 mgr.y (mgr.14556) 4175 : cluster [DBG] pgmap v3675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:47.527033+0000 mgr.y (mgr.14556) 4175 : cluster [DBG] pgmap v3675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:47.527033+0000 mgr.y (mgr.14556) 4175 : cluster [DBG] pgmap v3675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:51.124 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:47:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:49.530517+0000 mgr.y (mgr.14556) 4176 : cluster [DBG] pgmap v3676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:49.530517+0000 mgr.y (mgr.14556) 4176 : cluster [DBG] pgmap v3676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:49.530517+0000 mgr.y (mgr.14556) 4176 : cluster [DBG] pgmap v3676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:51.411 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:47:51.411 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 8m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:47:51.411 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 8m ago 2h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:47:51.411 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 8m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:47:51.411 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 8m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:47:51.411 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 8m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:47:51.411 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 8m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:47:51.411 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 8m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:47:51.411 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 8m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:47:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 8m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:47:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 8m ago 2h 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:47:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 8m ago 2h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:47:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 8m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:47:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 8m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:47:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 8m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:47:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 8m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:47:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 8m ago 2h 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:47:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 8m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:47:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 8m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:47:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 8m ago 2h 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:47:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 8m ago 2h 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:47:51.760 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:47:51.760 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:47:51.760 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:47:51.761 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:47:51.761 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:47:51.761 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:47:51.761 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:47:51.761 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:47:51.761 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:47:51.761 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:47:51.761 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:47:51.761 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:47:51.761 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:47:51.761 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:47:51.761 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:47:51.762 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:47:51.762 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:47:51.818 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:47:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:47:51.760300+0000 mon.a (mon.0) 1506 : audit [DBG] from='client.? 172.21.15.23:0/2509774603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:47:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:47:51.760300+0000 mon.a (mon.0) 1506 : audit [DBG] from='client.? 172.21.15.23:0/2509774603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:47:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:47:51.760300+0000 mon.a (mon.0) 1506 : audit [DBG] from='client.? 172.21.15.23:0/2509774603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:47:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:47:51.112178+0000 mgr.y (mgr.14556) 4177 : audit [DBG] from='client.19095 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:47:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:47:51.402831+0000 mgr.y (mgr.14556) 4178 : audit [DBG] from='client.19101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:47:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:51.531049+0000 mgr.y (mgr.14556) 4179 : cluster [DBG] pgmap v3677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:47:51.112178+0000 mgr.y (mgr.14556) 4177 : audit [DBG] from='client.19095 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:47:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:47:51.402831+0000 mgr.y (mgr.14556) 4178 : audit [DBG] from='client.19101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:47:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:51.531049+0000 mgr.y (mgr.14556) 4179 : cluster [DBG] pgmap v3677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:47:51.112178+0000 mgr.y (mgr.14556) 4177 : audit [DBG] from='client.19095 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:47:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:47:51.402831+0000 mgr.y (mgr.14556) 4178 : audit [DBG] from='client.19101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:47:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:51.531049+0000 mgr.y (mgr.14556) 4179 : cluster [DBG] pgmap v3677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:47:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:47:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:53.531417+0000 mgr.y (mgr.14556) 4180 : cluster [DBG] pgmap v3678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:53.531417+0000 mgr.y (mgr.14556) 4180 : cluster [DBG] pgmap v3678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:53.531417+0000 mgr.y (mgr.14556) 4180 : cluster [DBG] pgmap v3678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:55.531995+0000 mgr.y (mgr.14556) 4181 : cluster [DBG] pgmap v3679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:55.531995+0000 mgr.y (mgr.14556) 4181 : cluster [DBG] pgmap v3679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:55.531995+0000 mgr.y (mgr.14556) 4181 : cluster [DBG] pgmap v3679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:47:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:57.532412+0000 mgr.y (mgr.14556) 4182 : cluster [DBG] pgmap v3680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:47:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:57.532412+0000 mgr.y (mgr.14556) 4182 : cluster [DBG] pgmap v3680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:47:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:47:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:57.532412+0000 mgr.y (mgr.14556) 4182 : cluster [DBG] pgmap v3680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:47:59.532834+0000 mgr.y (mgr.14556) 4183 : cluster [DBG] pgmap v3681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:47:59.532834+0000 mgr.y (mgr.14556) 4183 : cluster [DBG] pgmap v3681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:47:59.532834+0000 mgr.y (mgr.14556) 4183 : cluster [DBG] pgmap v3681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:48:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:01.533689+0000 mgr.y (mgr.14556) 4184 : cluster [DBG] pgmap v3682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:01.533689+0000 mgr.y (mgr.14556) 4184 : cluster [DBG] pgmap v3682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:01.533689+0000 mgr.y (mgr.14556) 4184 : cluster [DBG] pgmap v3682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:48:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:48:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:03.534254+0000 mgr.y (mgr.14556) 4185 : cluster [DBG] pgmap v3683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:03.534254+0000 mgr.y (mgr.14556) 4185 : cluster [DBG] pgmap v3683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:03.534254+0000 mgr.y (mgr.14556) 4185 : cluster [DBG] pgmap v3683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:05.535084+0000 mgr.y (mgr.14556) 4186 : cluster [DBG] pgmap v3684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:05.535084+0000 mgr.y (mgr.14556) 4186 : cluster [DBG] pgmap v3684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:05.535084+0000 mgr.y (mgr.14556) 4186 : cluster [DBG] pgmap v3684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:09.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:07.535640+0000 mgr.y (mgr.14556) 4187 : cluster [DBG] pgmap v3685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:07.535640+0000 mgr.y (mgr.14556) 4187 : cluster [DBG] pgmap v3685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:07.535640+0000 mgr.y (mgr.14556) 4187 : cluster [DBG] pgmap v3685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:10.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:09.536037+0000 mgr.y (mgr.14556) 4188 : cluster [DBG] pgmap v3686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:09.536037+0000 mgr.y (mgr.14556) 4188 : cluster [DBG] pgmap v3686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:09.536037+0000 mgr.y (mgr.14556) 4188 : cluster [DBG] pgmap v3686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:48:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:11.536801+0000 mgr.y (mgr.14556) 4189 : cluster [DBG] pgmap v3687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:11.536801+0000 mgr.y (mgr.14556) 4189 : cluster [DBG] pgmap v3687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:11.536801+0000 mgr.y (mgr.14556) 4189 : cluster [DBG] pgmap v3687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:48:13] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:48:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:13.537294+0000 mgr.y (mgr.14556) 4190 : cluster [DBG] pgmap v3688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:14.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:13.537294+0000 mgr.y (mgr.14556) 4190 : cluster [DBG] pgmap v3688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:13.537294+0000 mgr.y (mgr.14556) 4190 : cluster [DBG] pgmap v3688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:15.537924+0000 mgr.y (mgr.14556) 4191 : cluster [DBG] pgmap v3689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:15.537924+0000 mgr.y (mgr.14556) 4191 : cluster [DBG] pgmap v3689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:16.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:15.537924+0000 mgr.y (mgr.14556) 4191 : cluster [DBG] pgmap v3689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:17.538431+0000 mgr.y (mgr.14556) 4192 : cluster [DBG] pgmap v3690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:17.538431+0000 mgr.y (mgr.14556) 4192 : cluster [DBG] pgmap v3690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:17.538431+0000 mgr.y (mgr.14556) 4192 : cluster [DBG] pgmap v3690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:19.538780+0000 mgr.y (mgr.14556) 4193 : cluster [DBG] pgmap v3691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:19.538780+0000 mgr.y (mgr.14556) 4193 : cluster [DBG] pgmap v3691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:19.538780+0000 mgr.y (mgr.14556) 4193 : cluster [DBG] pgmap v3691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:48:22.086 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:48:22.375 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:48:22.375 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 8m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:48:22.375 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 8m ago 2h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:48:22.375 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 8m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:48:22.375 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 8m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:48:22.375 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 8m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:48:22.375 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 8m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 8m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 8m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 8m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 8m ago 2h 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 8m ago 2h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 8m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 8m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 8m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 8m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 8m ago 2h 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 8m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 8m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 8m ago 2h 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:48:22.376 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 8m ago 2h 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:48:22.724 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:48:22.724 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:48:22.724 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:48:22.724 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:48:22.724 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:48:22.724 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:48:22.724 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:48:22.724 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:48:22.724 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:48:22.724 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:48:22.724 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:48:22.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:48:22.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:48:22.725 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:48:22.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:48:22.725 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:48:22.725 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:48:22.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:21.539473+0000 mgr.y (mgr.14556) 4194 : cluster [DBG] pgmap v3692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:21.539473+0000 mgr.y (mgr.14556) 4194 : cluster [DBG] pgmap v3692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:21.539473+0000 mgr.y (mgr.14556) 4194 : cluster [DBG] pgmap v3692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:48:22.073924+0000 mgr.y (mgr.14556) 4195 : audit [DBG] from='client.19113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:48:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:48:22.365136+0000 mgr.y (mgr.14556) 4196 : audit [DBG] from='client.29033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:48:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:48:22.723727+0000 mon.c (mon.2) 127 : audit [DBG] from='client.? 172.21.15.23:0/993472699' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:48:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:48:23] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:48:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:48:22.073924+0000 mgr.y (mgr.14556) 4195 : audit [DBG] from='client.19113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:48:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:48:22.365136+0000 mgr.y (mgr.14556) 4196 : audit [DBG] from='client.29033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:48:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:48:22.723727+0000 mon.c (mon.2) 127 : audit [DBG] from='client.? 172.21.15.23:0/993472699' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:48:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:48:22.073924+0000 mgr.y (mgr.14556) 4195 : audit [DBG] from='client.19113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:48:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:48:22.365136+0000 mgr.y (mgr.14556) 4196 : audit [DBG] from='client.29033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:48:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:48:22.723727+0000 mon.c (mon.2) 127 : audit [DBG] from='client.? 172.21.15.23:0/993472699' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:48:24.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:23.539854+0000 mgr.y (mgr.14556) 4197 : cluster [DBG] pgmap v3693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:23.539854+0000 mgr.y (mgr.14556) 4197 : cluster [DBG] pgmap v3693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:23.539854+0000 mgr.y (mgr.14556) 4197 : cluster [DBG] pgmap v3693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:25.540470+0000 mgr.y (mgr.14556) 4198 : cluster [DBG] pgmap v3694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:25.540470+0000 mgr.y (mgr.14556) 4198 : cluster [DBG] pgmap v3694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:25.540470+0000 mgr.y (mgr.14556) 4198 : cluster [DBG] pgmap v3694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:27.540961+0000 mgr.y (mgr.14556) 4199 : cluster [DBG] pgmap v3695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:27.540961+0000 mgr.y (mgr.14556) 4199 : cluster [DBG] pgmap v3695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:27.540961+0000 mgr.y (mgr.14556) 4199 : cluster [DBG] pgmap v3695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:29.541403+0000 mgr.y (mgr.14556) 4200 : cluster [DBG] pgmap v3696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:29.541403+0000 mgr.y (mgr.14556) 4200 : cluster [DBG] pgmap v3696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:29.541403+0000 mgr.y (mgr.14556) 4200 : cluster [DBG] pgmap v3696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:48:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:31.542200+0000 mgr.y (mgr.14556) 4201 : cluster [DBG] pgmap v3697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:31.542200+0000 mgr.y (mgr.14556) 4201 : cluster [DBG] pgmap v3697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:31.542200+0000 mgr.y (mgr.14556) 4201 : cluster [DBG] pgmap v3697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:48:33] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:48:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:33.542723+0000 mgr.y (mgr.14556) 4202 : cluster [DBG] pgmap v3698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:33.542723+0000 mgr.y (mgr.14556) 4202 : cluster [DBG] pgmap v3698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:33.542723+0000 mgr.y (mgr.14556) 4202 : cluster [DBG] pgmap v3698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:35.543459+0000 mgr.y (mgr.14556) 4203 : cluster [DBG] pgmap v3699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:35.543459+0000 mgr.y (mgr.14556) 4203 : cluster [DBG] pgmap v3699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:35.543459+0000 mgr.y (mgr.14556) 4203 : cluster [DBG] pgmap v3699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:37.543821+0000 mgr.y (mgr.14556) 4204 : cluster [DBG] pgmap v3700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:37.543821+0000 mgr.y (mgr.14556) 4204 : cluster [DBG] pgmap v3700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:37.543821+0000 mgr.y (mgr.14556) 4204 : cluster [DBG] pgmap v3700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:39.544173+0000 mgr.y (mgr.14556) 4205 : cluster [DBG] pgmap v3701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:39.544173+0000 mgr.y (mgr.14556) 4205 : cluster [DBG] pgmap v3701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:39.544173+0000 mgr.y (mgr.14556) 4205 : cluster [DBG] pgmap v3701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:48:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:41.544794+0000 mgr.y (mgr.14556) 4206 : cluster [DBG] pgmap v3702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:41.544794+0000 mgr.y (mgr.14556) 4206 : cluster [DBG] pgmap v3702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:41.544794+0000 mgr.y (mgr.14556) 4206 : cluster [DBG] pgmap v3702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:48:43] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:48:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:43.545119+0000 mgr.y (mgr.14556) 4207 : cluster [DBG] pgmap v3703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:43.545119+0000 mgr.y (mgr.14556) 4207 : cluster [DBG] pgmap v3703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:43.545119+0000 mgr.y (mgr.14556) 4207 : cluster [DBG] pgmap v3703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:45.545646+0000 mgr.y (mgr.14556) 4208 : cluster [DBG] pgmap v3704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:45.545646+0000 mgr.y (mgr.14556) 4208 : cluster [DBG] pgmap v3704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:45.545646+0000 mgr.y (mgr.14556) 4208 : cluster [DBG] pgmap v3704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:48:47.149112+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:48:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:48:47.456002+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:48:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:48:47.456670+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:48:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:48:47.462878+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:48:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:48:47.149112+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:48:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:48:47.456002+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:48:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:48:47.456670+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:48:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:48:47.462878+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:48:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:48:47.149112+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:48:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:48:47.456002+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:48:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:48:47.456670+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:48:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:48:47.462878+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:48:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:47.545953+0000 mgr.y (mgr.14556) 4209 : cluster [DBG] pgmap v3705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:47.545953+0000 mgr.y (mgr.14556) 4209 : cluster [DBG] pgmap v3705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:47.545953+0000 mgr.y (mgr.14556) 4209 : cluster [DBG] pgmap v3705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:49.546303+0000 mgr.y (mgr.14556) 4210 : cluster [DBG] pgmap v3706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:49.546303+0000 mgr.y (mgr.14556) 4210 : cluster [DBG] pgmap v3706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:49.546303+0000 mgr.y (mgr.14556) 4210 : cluster [DBG] pgmap v3706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:48:53.048 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:48:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:51.547121+0000 mgr.y (mgr.14556) 4211 : cluster [DBG] pgmap v3707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:51.547121+0000 mgr.y (mgr.14556) 4211 : cluster [DBG] pgmap v3707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:51.547121+0000 mgr.y (mgr.14556) 4211 : cluster [DBG] pgmap v3707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:53.335 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:48:53.335 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 9m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:48:53.335 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 9m ago 2h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:48:53.335 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 9m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:48:53.335 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 9m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:48:53.335 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 9m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 9m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 9m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 9m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 9m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 9m ago 2h 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 9m ago 2h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 9m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 9m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 9m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 9m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 9m ago 2h 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 9m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 9m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 9m ago 2h 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:48:53.336 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 9m ago 2h 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:48:53.685 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:48:53.685 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:48:53.685 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:48:53.686 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:48:53.689 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:48:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:48:53.685447+0000 mon.c (mon.2) 128 : audit [DBG] from='client.? 172.21.15.23:0/951796114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:48:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:48:53] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:48:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:48:53.685447+0000 mon.c (mon.2) 128 : audit [DBG] from='client.? 172.21.15.23:0/951796114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:48:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:48:53.685447+0000 mon.c (mon.2) 128 : audit [DBG] from='client.? 172.21.15.23:0/951796114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:48:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:48:53.036408+0000 mgr.y (mgr.14556) 4212 : audit [DBG] from='client.29045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:48:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:48:53.326909+0000 mgr.y (mgr.14556) 4213 : audit [DBG] from='client.19137 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:48:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:53.547439+0000 mgr.y (mgr.14556) 4214 : cluster [DBG] pgmap v3708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:48:53.036408+0000 mgr.y (mgr.14556) 4212 : audit [DBG] from='client.29045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:48:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:48:53.326909+0000 mgr.y (mgr.14556) 4213 : audit [DBG] from='client.19137 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:48:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:53.547439+0000 mgr.y (mgr.14556) 4214 : cluster [DBG] pgmap v3708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:48:53.036408+0000 mgr.y (mgr.14556) 4212 : audit [DBG] from='client.29045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:48:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:48:53.326909+0000 mgr.y (mgr.14556) 4213 : audit [DBG] from='client.19137 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:48:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:53.547439+0000 mgr.y (mgr.14556) 4214 : cluster [DBG] pgmap v3708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:55.548063+0000 mgr.y (mgr.14556) 4215 : cluster [DBG] pgmap v3709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:55.548063+0000 mgr.y (mgr.14556) 4215 : cluster [DBG] pgmap v3709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:55.548063+0000 mgr.y (mgr.14556) 4215 : cluster [DBG] pgmap v3709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:48:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:57.548461+0000 mgr.y (mgr.14556) 4216 : cluster [DBG] pgmap v3710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:48:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:57.548461+0000 mgr.y (mgr.14556) 4216 : cluster [DBG] pgmap v3710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:48:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:48:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:57.548461+0000 mgr.y (mgr.14556) 4216 : cluster [DBG] pgmap v3710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:48:59.548980+0000 mgr.y (mgr.14556) 4217 : cluster [DBG] pgmap v3711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:48:59.548980+0000 mgr.y (mgr.14556) 4217 : cluster [DBG] pgmap v3711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:48:59.548980+0000 mgr.y (mgr.14556) 4217 : cluster [DBG] pgmap v3711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:49:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:01.549618+0000 mgr.y (mgr.14556) 4218 : cluster [DBG] pgmap v3712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:01.549618+0000 mgr.y (mgr.14556) 4218 : cluster [DBG] pgmap v3712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:01.549618+0000 mgr.y (mgr.14556) 4218 : cluster [DBG] pgmap v3712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:49:03] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:49:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:03.549999+0000 mgr.y (mgr.14556) 4219 : cluster [DBG] pgmap v3713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:03.549999+0000 mgr.y (mgr.14556) 4219 : cluster [DBG] pgmap v3713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:03.549999+0000 mgr.y (mgr.14556) 4219 : cluster [DBG] pgmap v3713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:05.550624+0000 mgr.y (mgr.14556) 4220 : cluster [DBG] pgmap v3714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:05.550624+0000 mgr.y (mgr.14556) 4220 : cluster [DBG] pgmap v3714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:05.550624+0000 mgr.y (mgr.14556) 4220 : cluster [DBG] pgmap v3714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:07.551151+0000 mgr.y (mgr.14556) 4221 : cluster [DBG] pgmap v3715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:07.551151+0000 mgr.y (mgr.14556) 4221 : cluster [DBG] pgmap v3715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:07.551151+0000 mgr.y (mgr.14556) 4221 : cluster [DBG] pgmap v3715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:09.551599+0000 mgr.y (mgr.14556) 4222 : cluster [DBG] pgmap v3716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:09.551599+0000 mgr.y (mgr.14556) 4222 : cluster [DBG] pgmap v3716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:09.551599+0000 mgr.y (mgr.14556) 4222 : cluster [DBG] pgmap v3716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:49:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:11.552283+0000 mgr.y (mgr.14556) 4223 : cluster [DBG] pgmap v3717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:11.552283+0000 mgr.y (mgr.14556) 4223 : cluster [DBG] pgmap v3717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:11.552283+0000 mgr.y (mgr.14556) 4223 : cluster [DBG] pgmap v3717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:49:13] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:49:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:13.552722+0000 mgr.y (mgr.14556) 4224 : cluster [DBG] pgmap v3718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:13.552722+0000 mgr.y (mgr.14556) 4224 : cluster [DBG] pgmap v3718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:13.552722+0000 mgr.y (mgr.14556) 4224 : cluster [DBG] pgmap v3718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:15.553574+0000 mgr.y (mgr.14556) 4225 : cluster [DBG] pgmap v3719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:15.553574+0000 mgr.y (mgr.14556) 4225 : cluster [DBG] pgmap v3719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:15.553574+0000 mgr.y (mgr.14556) 4225 : cluster [DBG] pgmap v3719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:17.553958+0000 mgr.y (mgr.14556) 4226 : cluster [DBG] pgmap v3720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:17.553958+0000 mgr.y (mgr.14556) 4226 : cluster [DBG] pgmap v3720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:19.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:17.553958+0000 mgr.y (mgr.14556) 4226 : cluster [DBG] pgmap v3720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:19.554290+0000 mgr.y (mgr.14556) 4227 : cluster [DBG] pgmap v3721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:19.554290+0000 mgr.y (mgr.14556) 4227 : cluster [DBG] pgmap v3721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:19.554290+0000 mgr.y (mgr.14556) 4227 : cluster [DBG] pgmap v3721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:49:23.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:21.554948+0000 mgr.y (mgr.14556) 4228 : cluster [DBG] pgmap v3722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:21.554948+0000 mgr.y (mgr.14556) 4228 : cluster [DBG] pgmap v3722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:21.554948+0000 mgr.y (mgr.14556) 4228 : cluster [DBG] pgmap v3722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:24.012 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:49:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:49:23] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:49:24.300 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:49:24.300 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 9m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:49:24.300 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 9m ago 2h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:49:24.300 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 9m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:49:24.300 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 9m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:49:24.300 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 9m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:49:24.300 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 9m ago 2h 462M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:49:24.300 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 9m ago 2h 345M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:49:24.300 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 9m ago 2h 190M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:49:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 9m ago 2h 191M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:49:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 9m ago 2h 24.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:49:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 9m ago 2h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:49:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 9m ago 2h 44.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:49:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 9m ago 2h 43.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:49:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 9m ago 2h 42.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:49:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 9m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:49:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 9m ago 2h 41.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:49:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 9m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:49:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 9m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:49:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 9m ago 2h 41.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:49:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 9m ago 2h 87.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:49:24.651 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:49:24.651 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:49:24.651 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:49:24.651 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:49:24.651 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:49:24.652 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:49:24.652 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:49:24.652 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:49:24.652 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:49:24.652 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:49:24.652 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:49:24.652 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:49:24.652 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:49:24.652 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:49:24.652 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:49:24.652 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:49:24.652 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:49:25.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:23.555346+0000 mgr.y (mgr.14556) 4229 : cluster [DBG] pgmap v3723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:25.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:49:24.651258+0000 mon.a (mon.0) 1511 : audit [DBG] from='client.? 172.21.15.23:0/1317672745' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:49:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:23.555346+0000 mgr.y (mgr.14556) 4229 : cluster [DBG] pgmap v3723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:49:24.651258+0000 mon.a (mon.0) 1511 : audit [DBG] from='client.? 172.21.15.23:0/1317672745' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:49:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:23.555346+0000 mgr.y (mgr.14556) 4229 : cluster [DBG] pgmap v3723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:49:24.651258+0000 mon.a (mon.0) 1511 : audit [DBG] from='client.? 172.21.15.23:0/1317672745' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:49:26.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:49:24.000529+0000 mgr.y (mgr.14556) 4230 : audit [DBG] from='client.19149 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:49:26.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:49:24.291838+0000 mgr.y (mgr.14556) 4231 : audit [DBG] from='client.29069 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:49:26.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:25.556003+0000 mgr.y (mgr.14556) 4232 : cluster [DBG] pgmap v3724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:49:24.000529+0000 mgr.y (mgr.14556) 4230 : audit [DBG] from='client.19149 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:49:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:49:24.291838+0000 mgr.y (mgr.14556) 4231 : audit [DBG] from='client.29069 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:49:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:25.556003+0000 mgr.y (mgr.14556) 4232 : cluster [DBG] pgmap v3724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:49:24.000529+0000 mgr.y (mgr.14556) 4230 : audit [DBG] from='client.19149 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:49:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:49:24.291838+0000 mgr.y (mgr.14556) 4231 : audit [DBG] from='client.29069 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:49:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:25.556003+0000 mgr.y (mgr.14556) 4232 : cluster [DBG] pgmap v3724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:27.556513+0000 mgr.y (mgr.14556) 4233 : cluster [DBG] pgmap v3725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:27.556513+0000 mgr.y (mgr.14556) 4233 : cluster [DBG] pgmap v3725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:27.556513+0000 mgr.y (mgr.14556) 4233 : cluster [DBG] pgmap v3725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:29.557064+0000 mgr.y (mgr.14556) 4234 : cluster [DBG] pgmap v3726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:29.557064+0000 mgr.y (mgr.14556) 4234 : cluster [DBG] pgmap v3726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:29.557064+0000 mgr.y (mgr.14556) 4234 : cluster [DBG] pgmap v3726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:49:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:31.557863+0000 mgr.y (mgr.14556) 4235 : cluster [DBG] pgmap v3727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:31.557863+0000 mgr.y (mgr.14556) 4235 : cluster [DBG] pgmap v3727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:31.557863+0000 mgr.y (mgr.14556) 4235 : cluster [DBG] pgmap v3727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:49:33] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:49:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:33.558435+0000 mgr.y (mgr.14556) 4236 : cluster [DBG] pgmap v3728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:33.558435+0000 mgr.y (mgr.14556) 4236 : cluster [DBG] pgmap v3728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:33.558435+0000 mgr.y (mgr.14556) 4236 : cluster [DBG] pgmap v3728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:36.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:35.559007+0000 mgr.y (mgr.14556) 4237 : cluster [DBG] pgmap v3729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:35.559007+0000 mgr.y (mgr.14556) 4237 : cluster [DBG] pgmap v3729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:35.559007+0000 mgr.y (mgr.14556) 4237 : cluster [DBG] pgmap v3729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:37.559505+0000 mgr.y (mgr.14556) 4238 : cluster [DBG] pgmap v3730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:37.559505+0000 mgr.y (mgr.14556) 4238 : cluster [DBG] pgmap v3730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:37.559505+0000 mgr.y (mgr.14556) 4238 : cluster [DBG] pgmap v3730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:39.560027+0000 mgr.y (mgr.14556) 4239 : cluster [DBG] pgmap v3731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:39.560027+0000 mgr.y (mgr.14556) 4239 : cluster [DBG] pgmap v3731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:39.560027+0000 mgr.y (mgr.14556) 4239 : cluster [DBG] pgmap v3731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:49:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:41.560931+0000 mgr.y (mgr.14556) 4240 : cluster [DBG] pgmap v3732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:41.560931+0000 mgr.y (mgr.14556) 4240 : cluster [DBG] pgmap v3732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:41.560931+0000 mgr.y (mgr.14556) 4240 : cluster [DBG] pgmap v3732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:49:43] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:49:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:43.561518+0000 mgr.y (mgr.14556) 4241 : cluster [DBG] pgmap v3733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:43.561518+0000 mgr.y (mgr.14556) 4241 : cluster [DBG] pgmap v3733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:43.561518+0000 mgr.y (mgr.14556) 4241 : cluster [DBG] pgmap v3733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:45.562154+0000 mgr.y (mgr.14556) 4242 : cluster [DBG] pgmap v3734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:45.562154+0000 mgr.y (mgr.14556) 4242 : cluster [DBG] pgmap v3734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:45.562154+0000 mgr.y (mgr.14556) 4242 : cluster [DBG] pgmap v3734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:48.123 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:49:47.467180+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:49:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:49:47.467180+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:49:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:49:47.467180+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:49:49.066 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:47.562493+0000 mgr.y (mgr.14556) 4243 : cluster [DBG] pgmap v3735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:49.067 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:47.562493+0000 mgr.y (mgr.14556) 4243 : cluster [DBG] pgmap v3735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:49.093 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:47.562493+0000 mgr.y (mgr.14556) 4243 : cluster [DBG] pgmap v3735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:49.562791+0000 mgr.y (mgr.14556) 4244 : cluster [DBG] pgmap v3736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:49:50.117676+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:49:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:49.562791+0000 mgr.y (mgr.14556) 4244 : cluster [DBG] pgmap v3736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:49:50.117676+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:49:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:49.562791+0000 mgr.y (mgr.14556) 4244 : cluster [DBG] pgmap v3736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:49:50.117676+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:49:51.832 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:49:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:49:50.827863+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:49:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:49:51.120931+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:49:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:49:51.121848+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:49:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:49:51.131636+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:49:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:49:50.827863+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:49:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:49:51.120931+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:49:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:49:51.121848+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:49:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:49:51.131636+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:49:52.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:49:50.827863+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:49:52.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:49:51.120931+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:49:52.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:49:51.121848+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:49:52.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:49:51.131636+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:49:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:51.563532+0000 mgr.y (mgr.14556) 4245 : cluster [DBG] pgmap v3737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:51.563532+0000 mgr.y (mgr.14556) 4245 : cluster [DBG] pgmap v3737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:51.563532+0000 mgr.y (mgr.14556) 4245 : cluster [DBG] pgmap v3737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:49:53] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T08:49:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:49:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:53.564099+0000 mgr.y (mgr.14556) 4246 : cluster [DBG] pgmap v3738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:53.564099+0000 mgr.y (mgr.14556) 4246 : cluster [DBG] pgmap v3738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:53.564099+0000 mgr.y (mgr.14556) 4246 : cluster [DBG] pgmap v3738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:55.265 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:49:55.265 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:49:55.265 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4s ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:49:55.265 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 5s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:49:55.265 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4s ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:49:55.265 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:49:55.265 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5s ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:49:55.265 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5s ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:49:55.265 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4s ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:49:55.265 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5s ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:49:55.266 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 5s ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:49:55.266 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4s ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:49:55.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5s ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:49:55.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5s ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:49:55.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5s ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:49:55.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5s ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:49:55.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4s ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:49:55.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4s ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:49:55.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 4s ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:49:55.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4s ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:49:55.266 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4s ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:49:55.617 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:49:55.617 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:49:55.617 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:49:55.617 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:49:55.617 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:49:55.617 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:49:55.617 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:49:55.617 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:49:55.618 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:49:55.618 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:49:55.618 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:49:55.618 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:49:55.618 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:49:55.618 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:49:55.618 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:49:55.618 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:49:55.618 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:49:56.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:49:55.616926+0000 mon.a (mon.0) 1518 : audit [DBG] from='client.? 172.21.15.23:0/4008531443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:49:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:49:55.616926+0000 mon.a (mon.0) 1518 : audit [DBG] from='client.? 172.21.15.23:0/4008531443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:49:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:49:55.616926+0000 mon.a (mon.0) 1518 : audit [DBG] from='client.? 172.21.15.23:0/4008531443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:49:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:49:54.964823+0000 mgr.y (mgr.14556) 4247 : audit [DBG] from='client.29081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:49:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:49:55.256901+0000 mgr.y (mgr.14556) 4248 : audit [DBG] from='client.29087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:49:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:55.564662+0000 mgr.y (mgr.14556) 4249 : cluster [DBG] pgmap v3739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:49:54.964823+0000 mgr.y (mgr.14556) 4247 : audit [DBG] from='client.29081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:49:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:49:55.256901+0000 mgr.y (mgr.14556) 4248 : audit [DBG] from='client.29087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:49:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:55.564662+0000 mgr.y (mgr.14556) 4249 : cluster [DBG] pgmap v3739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:49:54.964823+0000 mgr.y (mgr.14556) 4247 : audit [DBG] from='client.29081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:49:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:49:55.256901+0000 mgr.y (mgr.14556) 4248 : audit [DBG] from='client.29087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:49:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:55.564662+0000 mgr.y (mgr.14556) 4249 : cluster [DBG] pgmap v3739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:49:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:57.565164+0000 mgr.y (mgr.14556) 4250 : cluster [DBG] pgmap v3740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:49:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:57.565164+0000 mgr.y (mgr.14556) 4250 : cluster [DBG] pgmap v3740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:49:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:49:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:57.565164+0000 mgr.y (mgr.14556) 4250 : cluster [DBG] pgmap v3740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T08:49:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:50:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:49:59.565626+0000 mgr.y (mgr.14556) 4251 : cluster [DBG] pgmap v3741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:00.000167+0000 mon.a (mon.0) 1519 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:50:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:49:59.565626+0000 mgr.y (mgr.14556) 4251 : cluster [DBG] pgmap v3741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:00.000167+0000 mon.a (mon.0) 1519 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:50:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:49:59.565626+0000 mgr.y (mgr.14556) 4251 : cluster [DBG] pgmap v3741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:00.000167+0000 mon.a (mon.0) 1519 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T08:50:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:50:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:01.566453+0000 mgr.y (mgr.14556) 4252 : cluster [DBG] pgmap v3742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:01.566453+0000 mgr.y (mgr.14556) 4252 : cluster [DBG] pgmap v3742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:01.566453+0000 mgr.y (mgr.14556) 4252 : cluster [DBG] pgmap v3742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:50:03] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T08:50:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:03.566981+0000 mgr.y (mgr.14556) 4253 : cluster [DBG] pgmap v3743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:03.566981+0000 mgr.y (mgr.14556) 4253 : cluster [DBG] pgmap v3743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:03.566981+0000 mgr.y (mgr.14556) 4253 : cluster [DBG] pgmap v3743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:05.567781+0000 mgr.y (mgr.14556) 4254 : cluster [DBG] pgmap v3744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:05.567781+0000 mgr.y (mgr.14556) 4254 : cluster [DBG] pgmap v3744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:05.567781+0000 mgr.y (mgr.14556) 4254 : cluster [DBG] pgmap v3744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:07.568219+0000 mgr.y (mgr.14556) 4255 : cluster [DBG] pgmap v3745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:07.568219+0000 mgr.y (mgr.14556) 4255 : cluster [DBG] pgmap v3745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:07.568219+0000 mgr.y (mgr.14556) 4255 : cluster [DBG] pgmap v3745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:09.568751+0000 mgr.y (mgr.14556) 4256 : cluster [DBG] pgmap v3746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:09.568751+0000 mgr.y (mgr.14556) 4256 : cluster [DBG] pgmap v3746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:09.568751+0000 mgr.y (mgr.14556) 4256 : cluster [DBG] pgmap v3746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:50:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:11.569416+0000 mgr.y (mgr.14556) 4257 : cluster [DBG] pgmap v3747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:11.569416+0000 mgr.y (mgr.14556) 4257 : cluster [DBG] pgmap v3747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:11.569416+0000 mgr.y (mgr.14556) 4257 : cluster [DBG] pgmap v3747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:50:13] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:50:14.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:13.569826+0000 mgr.y (mgr.14556) 4258 : cluster [DBG] pgmap v3748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:13.569826+0000 mgr.y (mgr.14556) 4258 : cluster [DBG] pgmap v3748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:13.569826+0000 mgr.y (mgr.14556) 4258 : cluster [DBG] pgmap v3748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:15.570647+0000 mgr.y (mgr.14556) 4259 : cluster [DBG] pgmap v3749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:15.570647+0000 mgr.y (mgr.14556) 4259 : cluster [DBG] pgmap v3749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:15.570647+0000 mgr.y (mgr.14556) 4259 : cluster [DBG] pgmap v3749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:17.571124+0000 mgr.y (mgr.14556) 4260 : cluster [DBG] pgmap v3750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:17.571124+0000 mgr.y (mgr.14556) 4260 : cluster [DBG] pgmap v3750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:19.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:17.571124+0000 mgr.y (mgr.14556) 4260 : cluster [DBG] pgmap v3750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:19.571497+0000 mgr.y (mgr.14556) 4261 : cluster [DBG] pgmap v3751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:19.571497+0000 mgr.y (mgr.14556) 4261 : cluster [DBG] pgmap v3751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:21.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:19.571497+0000 mgr.y (mgr.14556) 4261 : cluster [DBG] pgmap v3751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:50:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:21.572099+0000 mgr.y (mgr.14556) 4262 : cluster [DBG] pgmap v3752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:21.572099+0000 mgr.y (mgr.14556) 4262 : cluster [DBG] pgmap v3752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:23.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:21.572099+0000 mgr.y (mgr.14556) 4262 : cluster [DBG] pgmap v3752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:50:23] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:50:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:23.572612+0000 mgr.y (mgr.14556) 4263 : cluster [DBG] pgmap v3753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:23.572612+0000 mgr.y (mgr.14556) 4263 : cluster [DBG] pgmap v3753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:23.572612+0000 mgr.y (mgr.14556) 4263 : cluster [DBG] pgmap v3753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:50:26.233 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:50:26.233 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 36s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:50:26.233 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 35s ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:50:26.233 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 36s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:50:26.233 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 35s ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:50:26.233 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 35s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 36s ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 36s ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 35s ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 36s ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 36s ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 35s ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 36s ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 36s ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 36s ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 36s ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 35s ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 35s ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 35s ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 35s ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:50:26.234 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 35s ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:50:26.589 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:50:26.589 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:50:26.589 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:50:26.589 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:50:26.589 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:50:26.590 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:50:26.590 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:50:26.590 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:50:26.590 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:50:26.590 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:50:26.590 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:50:26.590 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:50:26.590 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:50:26.590 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:50:26.590 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:50:26.590 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:50:26.590 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:50:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:25.573162+0000 mgr.y (mgr.14556) 4264 : cluster [DBG] pgmap v3754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:50:26.589271+0000 mon.c (mon.2) 129 : audit [DBG] from='client.? 172.21.15.23:0/1614623269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:50:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:25.573162+0000 mgr.y (mgr.14556) 4264 : cluster [DBG] pgmap v3754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:50:26.589271+0000 mon.c (mon.2) 129 : audit [DBG] from='client.? 172.21.15.23:0/1614623269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:50:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:25.573162+0000 mgr.y (mgr.14556) 4264 : cluster [DBG] pgmap v3754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:50:26.589271+0000 mon.c (mon.2) 129 : audit [DBG] from='client.? 172.21.15.23:0/1614623269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:50:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:50:25.933953+0000 mgr.y (mgr.14556) 4265 : audit [DBG] from='client.29099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:50:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:50:26.225236+0000 mgr.y (mgr.14556) 4266 : audit [DBG] from='client.19191 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:50:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:50:25.933953+0000 mgr.y (mgr.14556) 4265 : audit [DBG] from='client.29099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:50:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:50:26.225236+0000 mgr.y (mgr.14556) 4266 : audit [DBG] from='client.19191 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:50:28.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:50:25.933953+0000 mgr.y (mgr.14556) 4265 : audit [DBG] from='client.29099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:50:28.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:50:26.225236+0000 mgr.y (mgr.14556) 4266 : audit [DBG] from='client.19191 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:50:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:27.573590+0000 mgr.y (mgr.14556) 4267 : cluster [DBG] pgmap v3755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:27.573590+0000 mgr.y (mgr.14556) 4267 : cluster [DBG] pgmap v3755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:27.573590+0000 mgr.y (mgr.14556) 4267 : cluster [DBG] pgmap v3755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:30.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:29.574136+0000 mgr.y (mgr.14556) 4268 : cluster [DBG] pgmap v3756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:29.574136+0000 mgr.y (mgr.14556) 4268 : cluster [DBG] pgmap v3756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:30.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:29.574136+0000 mgr.y (mgr.14556) 4268 : cluster [DBG] pgmap v3756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:50:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:31.574994+0000 mgr.y (mgr.14556) 4269 : cluster [DBG] pgmap v3757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:31.574994+0000 mgr.y (mgr.14556) 4269 : cluster [DBG] pgmap v3757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:31.574994+0000 mgr.y (mgr.14556) 4269 : cluster [DBG] pgmap v3757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:50:33] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T08:50:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:33.575561+0000 mgr.y (mgr.14556) 4270 : cluster [DBG] pgmap v3758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:33.575561+0000 mgr.y (mgr.14556) 4270 : cluster [DBG] pgmap v3758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:33.575561+0000 mgr.y (mgr.14556) 4270 : cluster [DBG] pgmap v3758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:36.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:35.576104+0000 mgr.y (mgr.14556) 4271 : cluster [DBG] pgmap v3759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:35.576104+0000 mgr.y (mgr.14556) 4271 : cluster [DBG] pgmap v3759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:35.576104+0000 mgr.y (mgr.14556) 4271 : cluster [DBG] pgmap v3759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:37.576580+0000 mgr.y (mgr.14556) 4272 : cluster [DBG] pgmap v3760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:37.576580+0000 mgr.y (mgr.14556) 4272 : cluster [DBG] pgmap v3760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:37.576580+0000 mgr.y (mgr.14556) 4272 : cluster [DBG] pgmap v3760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:39.577127+0000 mgr.y (mgr.14556) 4273 : cluster [DBG] pgmap v3761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:39.577127+0000 mgr.y (mgr.14556) 4273 : cluster [DBG] pgmap v3761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:39.577127+0000 mgr.y (mgr.14556) 4273 : cluster [DBG] pgmap v3761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:50:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:41.577949+0000 mgr.y (mgr.14556) 4274 : cluster [DBG] pgmap v3762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:41.577949+0000 mgr.y (mgr.14556) 4274 : cluster [DBG] pgmap v3762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:41.577949+0000 mgr.y (mgr.14556) 4274 : cluster [DBG] pgmap v3762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:50:43] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:50:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:43.578558+0000 mgr.y (mgr.14556) 4275 : cluster [DBG] pgmap v3763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:43.578558+0000 mgr.y (mgr.14556) 4275 : cluster [DBG] pgmap v3763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:43.578558+0000 mgr.y (mgr.14556) 4275 : cluster [DBG] pgmap v3763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:45.579129+0000 mgr.y (mgr.14556) 4276 : cluster [DBG] pgmap v3764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:45.579129+0000 mgr.y (mgr.14556) 4276 : cluster [DBG] pgmap v3764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:45.579129+0000 mgr.y (mgr.14556) 4276 : cluster [DBG] pgmap v3764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:47.579517+0000 mgr.y (mgr.14556) 4277 : cluster [DBG] pgmap v3765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:47.579517+0000 mgr.y (mgr.14556) 4277 : cluster [DBG] pgmap v3765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:47.579517+0000 mgr.y (mgr.14556) 4277 : cluster [DBG] pgmap v3765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:49.579887+0000 mgr.y (mgr.14556) 4278 : cluster [DBG] pgmap v3766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:49.579887+0000 mgr.y (mgr.14556) 4278 : cluster [DBG] pgmap v3766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:49.579887+0000 mgr.y (mgr.14556) 4278 : cluster [DBG] pgmap v3766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:50:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:50:51.138386+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:50:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:50:51.449133+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:50:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:50:51.449822+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:50:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:50:51.457202+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:50:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:50:51.138386+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:50:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:50:51.449133+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:50:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:50:51.449822+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:50:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:50:51.457202+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:50:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:50:51.138386+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:50:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:50:51.449133+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:50:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:50:51.449822+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:50:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:50:51.457202+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:50:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:51.580429+0000 mgr.y (mgr.14556) 4279 : cluster [DBG] pgmap v3767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:51.580429+0000 mgr.y (mgr.14556) 4279 : cluster [DBG] pgmap v3767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:51.580429+0000 mgr.y (mgr.14556) 4279 : cluster [DBG] pgmap v3767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:50:53] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:50:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:53.580896+0000 mgr.y (mgr.14556) 4280 : cluster [DBG] pgmap v3768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:53.580896+0000 mgr.y (mgr.14556) 4280 : cluster [DBG] pgmap v3768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:53.580896+0000 mgr.y (mgr.14556) 4280 : cluster [DBG] pgmap v3768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:56.918 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:50:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:55.581601+0000 mgr.y (mgr.14556) 4281 : cluster [DBG] pgmap v3769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:55.581601+0000 mgr.y (mgr.14556) 4281 : cluster [DBG] pgmap v3769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:55.581601+0000 mgr.y (mgr.14556) 4281 : cluster [DBG] pgmap v3769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:57.205 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:50:57.205 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 67s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:50:57.205 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 66s ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:50:57.205 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 67s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:50:57.205 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 66s ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:50:57.205 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 66s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 67s ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 67s ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 66s ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 67s ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 67s ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 66s ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 67s ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 67s ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 67s ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 67s ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 66s ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 66s ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:50:57.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 66s ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:50:57.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 66s ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:50:57.207 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 66s ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:50:57.556 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:50:57.556 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:50:57.556 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:50:57.556 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:50:57.556 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:50:57.556 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:50:57.556 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:50:57.556 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:50:57.556 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:50:57.556 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:50:57.557 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:50:57.557 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:50:57.557 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:50:57.557 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:50:57.557 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:50:57.557 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:50:57.557 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:50:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:50:56.905459+0000 mgr.y (mgr.14556) 4282 : audit [DBG] from='client.19203 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:50:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:50:57.555865+0000 mon.c (mon.2) 130 : audit [DBG] from='client.? 172.21.15.23:0/3120465655' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:50:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:50:56.905459+0000 mgr.y (mgr.14556) 4282 : audit [DBG] from='client.19203 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:50:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:50:57.555865+0000 mon.c (mon.2) 130 : audit [DBG] from='client.? 172.21.15.23:0/3120465655' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:50:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:50:56.905459+0000 mgr.y (mgr.14556) 4282 : audit [DBG] from='client.19203 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:50:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:50:57.555865+0000 mon.c (mon.2) 130 : audit [DBG] from='client.? 172.21.15.23:0/3120465655' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:50:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:50:57.197402+0000 mgr.y (mgr.14556) 4283 : audit [DBG] from='client.29123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:50:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:57.582155+0000 mgr.y (mgr.14556) 4284 : cluster [DBG] pgmap v3770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:50:57.197402+0000 mgr.y (mgr.14556) 4283 : audit [DBG] from='client.29123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:50:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:57.582155+0000 mgr.y (mgr.14556) 4284 : cluster [DBG] pgmap v3770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:50:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:50:57.197402+0000 mgr.y (mgr.14556) 4283 : audit [DBG] from='client.29123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:50:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:50:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:57.582155+0000 mgr.y (mgr.14556) 4284 : cluster [DBG] pgmap v3770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:50:59.582665+0000 mgr.y (mgr.14556) 4285 : cluster [DBG] pgmap v3771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:50:59.582665+0000 mgr.y (mgr.14556) 4285 : cluster [DBG] pgmap v3771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:50:59.582665+0000 mgr.y (mgr.14556) 4285 : cluster [DBG] pgmap v3771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:51:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:01.583507+0000 mgr.y (mgr.14556) 4286 : cluster [DBG] pgmap v3772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:01.583507+0000 mgr.y (mgr.14556) 4286 : cluster [DBG] pgmap v3772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:01.583507+0000 mgr.y (mgr.14556) 4286 : cluster [DBG] pgmap v3772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:51:03] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:51:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:03.584124+0000 mgr.y (mgr.14556) 4287 : cluster [DBG] pgmap v3773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:03.584124+0000 mgr.y (mgr.14556) 4287 : cluster [DBG] pgmap v3773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:03.584124+0000 mgr.y (mgr.14556) 4287 : cluster [DBG] pgmap v3773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:05.584922+0000 mgr.y (mgr.14556) 4288 : cluster [DBG] pgmap v3774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:05.584922+0000 mgr.y (mgr.14556) 4288 : cluster [DBG] pgmap v3774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:05.584922+0000 mgr.y (mgr.14556) 4288 : cluster [DBG] pgmap v3774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:07.585442+0000 mgr.y (mgr.14556) 4289 : cluster [DBG] pgmap v3775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:07.585442+0000 mgr.y (mgr.14556) 4289 : cluster [DBG] pgmap v3775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:09.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:07.585442+0000 mgr.y (mgr.14556) 4289 : cluster [DBG] pgmap v3775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:09.585846+0000 mgr.y (mgr.14556) 4290 : cluster [DBG] pgmap v3776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:09.585846+0000 mgr.y (mgr.14556) 4290 : cluster [DBG] pgmap v3776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:09.585846+0000 mgr.y (mgr.14556) 4290 : cluster [DBG] pgmap v3776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:51:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:11.586577+0000 mgr.y (mgr.14556) 4291 : cluster [DBG] pgmap v3777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:11.586577+0000 mgr.y (mgr.14556) 4291 : cluster [DBG] pgmap v3777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:13.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:11.586577+0000 mgr.y (mgr.14556) 4291 : cluster [DBG] pgmap v3777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:51:13] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T08:51:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:13.587235+0000 mgr.y (mgr.14556) 4292 : cluster [DBG] pgmap v3778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:13.587235+0000 mgr.y (mgr.14556) 4292 : cluster [DBG] pgmap v3778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:13.587235+0000 mgr.y (mgr.14556) 4292 : cluster [DBG] pgmap v3778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:15.588034+0000 mgr.y (mgr.14556) 4293 : cluster [DBG] pgmap v3779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:15.588034+0000 mgr.y (mgr.14556) 4293 : cluster [DBG] pgmap v3779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:15.588034+0000 mgr.y (mgr.14556) 4293 : cluster [DBG] pgmap v3779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:17.588662+0000 mgr.y (mgr.14556) 4294 : cluster [DBG] pgmap v3780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:17.588662+0000 mgr.y (mgr.14556) 4294 : cluster [DBG] pgmap v3780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:19.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:17.588662+0000 mgr.y (mgr.14556) 4294 : cluster [DBG] pgmap v3780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:19.589106+0000 mgr.y (mgr.14556) 4295 : cluster [DBG] pgmap v3781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:19.589106+0000 mgr.y (mgr.14556) 4295 : cluster [DBG] pgmap v3781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:21.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:19.589106+0000 mgr.y (mgr.14556) 4295 : cluster [DBG] pgmap v3781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:51:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:21.589914+0000 mgr.y (mgr.14556) 4296 : cluster [DBG] pgmap v3782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:21.589914+0000 mgr.y (mgr.14556) 4296 : cluster [DBG] pgmap v3782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:23.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:21.589914+0000 mgr.y (mgr.14556) 4296 : cluster [DBG] pgmap v3782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:51:23] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T08:51:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:23.590449+0000 mgr.y (mgr.14556) 4297 : cluster [DBG] pgmap v3783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:23.590449+0000 mgr.y (mgr.14556) 4297 : cluster [DBG] pgmap v3783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:25.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:23.590449+0000 mgr.y (mgr.14556) 4297 : cluster [DBG] pgmap v3783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:25.591077+0000 mgr.y (mgr.14556) 4298 : cluster [DBG] pgmap v3784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:25.591077+0000 mgr.y (mgr.14556) 4298 : cluster [DBG] pgmap v3784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:25.591077+0000 mgr.y (mgr.14556) 4298 : cluster [DBG] pgmap v3784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:27.883 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:51:28.170 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:51:28.170 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 98s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:51:28.170 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 97s ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:51:28.170 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 98s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:51:28.170 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 97s ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:51:28.170 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 97s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:51:28.170 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 98s ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:51:28.170 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 98s ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:51:28.170 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 97s ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:51:28.171 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 98s ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:51:28.171 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 98s ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:51:28.171 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 97s ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:51:28.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 98s ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:51:28.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 98s ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:51:28.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 98s ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:51:28.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 98s ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:51:28.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 97s ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:51:28.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 97s ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:51:28.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 97s ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:51:28.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 97s ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:51:28.171 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 97s ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:51:28.519 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:51:28.519 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:51:28.519 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:51:28.519 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:51:28.519 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:51:28.519 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:51:28.519 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:51:28.519 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:51:28.519 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:51:28.520 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:51:28.520 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:51:28.520 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:51:28.520 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:51:28.520 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:51:28.520 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:51:28.520 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:51:28.520 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:51:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:27.591485+0000 mgr.y (mgr.14556) 4299 : cluster [DBG] pgmap v3785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:51:27.870850+0000 mgr.y (mgr.14556) 4300 : audit [DBG] from='client.29135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:51:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:51:28.518877+0000 mon.a (mon.0) 1524 : audit [DBG] from='client.? 172.21.15.23:0/467179802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:51:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:27.591485+0000 mgr.y (mgr.14556) 4299 : cluster [DBG] pgmap v3785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:51:27.870850+0000 mgr.y (mgr.14556) 4300 : audit [DBG] from='client.29135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:51:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:51:28.518877+0000 mon.a (mon.0) 1524 : audit [DBG] from='client.? 172.21.15.23:0/467179802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:51:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:27.591485+0000 mgr.y (mgr.14556) 4299 : cluster [DBG] pgmap v3785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:51:27.870850+0000 mgr.y (mgr.14556) 4300 : audit [DBG] from='client.29135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:51:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:51:28.518877+0000 mon.a (mon.0) 1524 : audit [DBG] from='client.? 172.21.15.23:0/467179802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:51:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:51:28.161778+0000 mgr.y (mgr.14556) 4301 : audit [DBG] from='client.29141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:51:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:51:28.161778+0000 mgr.y (mgr.14556) 4301 : audit [DBG] from='client.29141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:51:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:51:28.161778+0000 mgr.y (mgr.14556) 4301 : audit [DBG] from='client.29141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:51:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:29.592033+0000 mgr.y (mgr.14556) 4302 : cluster [DBG] pgmap v3786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:29.592033+0000 mgr.y (mgr.14556) 4302 : cluster [DBG] pgmap v3786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:31.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:29.592033+0000 mgr.y (mgr.14556) 4302 : cluster [DBG] pgmap v3786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:51:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:31.592757+0000 mgr.y (mgr.14556) 4303 : cluster [DBG] pgmap v3787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:31.592757+0000 mgr.y (mgr.14556) 4303 : cluster [DBG] pgmap v3787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:31.592757+0000 mgr.y (mgr.14556) 4303 : cluster [DBG] pgmap v3787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:51:33] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T08:51:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:33.593316+0000 mgr.y (mgr.14556) 4304 : cluster [DBG] pgmap v3788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:33.593316+0000 mgr.y (mgr.14556) 4304 : cluster [DBG] pgmap v3788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:35.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:33.593316+0000 mgr.y (mgr.14556) 4304 : cluster [DBG] pgmap v3788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:35.593924+0000 mgr.y (mgr.14556) 4305 : cluster [DBG] pgmap v3789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:35.593924+0000 mgr.y (mgr.14556) 4305 : cluster [DBG] pgmap v3789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:35.593924+0000 mgr.y (mgr.14556) 4305 : cluster [DBG] pgmap v3789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:37.594374+0000 mgr.y (mgr.14556) 4306 : cluster [DBG] pgmap v3790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:37.594374+0000 mgr.y (mgr.14556) 4306 : cluster [DBG] pgmap v3790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:37.594374+0000 mgr.y (mgr.14556) 4306 : cluster [DBG] pgmap v3790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:39.594965+0000 mgr.y (mgr.14556) 4307 : cluster [DBG] pgmap v3791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:39.594965+0000 mgr.y (mgr.14556) 4307 : cluster [DBG] pgmap v3791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:39.594965+0000 mgr.y (mgr.14556) 4307 : cluster [DBG] pgmap v3791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:51:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:41.595851+0000 mgr.y (mgr.14556) 4308 : cluster [DBG] pgmap v3792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:41.595851+0000 mgr.y (mgr.14556) 4308 : cluster [DBG] pgmap v3792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:41.595851+0000 mgr.y (mgr.14556) 4308 : cluster [DBG] pgmap v3792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:51:43] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:51:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:43.596431+0000 mgr.y (mgr.14556) 4309 : cluster [DBG] pgmap v3793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:43.596431+0000 mgr.y (mgr.14556) 4309 : cluster [DBG] pgmap v3793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:43.596431+0000 mgr.y (mgr.14556) 4309 : cluster [DBG] pgmap v3793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:45.597220+0000 mgr.y (mgr.14556) 4310 : cluster [DBG] pgmap v3794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:45.597220+0000 mgr.y (mgr.14556) 4310 : cluster [DBG] pgmap v3794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:45.597220+0000 mgr.y (mgr.14556) 4310 : cluster [DBG] pgmap v3794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:47.597621+0000 mgr.y (mgr.14556) 4311 : cluster [DBG] pgmap v3795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:47.597621+0000 mgr.y (mgr.14556) 4311 : cluster [DBG] pgmap v3795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:47.597621+0000 mgr.y (mgr.14556) 4311 : cluster [DBG] pgmap v3795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:49.598070+0000 mgr.y (mgr.14556) 4312 : cluster [DBG] pgmap v3796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:49.598070+0000 mgr.y (mgr.14556) 4312 : cluster [DBG] pgmap v3796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:49.598070+0000 mgr.y (mgr.14556) 4312 : cluster [DBG] pgmap v3796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:51.826 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:51:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:51:51.462380+0000 mon.a (mon.0) 1525 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:51:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:51:51.767436+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:51:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:51:51.768068+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:51:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:51:51.775859+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:51:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:51:51.462380+0000 mon.a (mon.0) 1525 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:51:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:51:51.767436+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:51:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:51:51.768068+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:51:52.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:51:51.775859+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:51:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:51:51.462380+0000 mon.a (mon.0) 1525 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:51:52.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:51:51.767436+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:51:52.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:51:51.768068+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:51:52.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:51:51.775859+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:51:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:51.598628+0000 mgr.y (mgr.14556) 4313 : cluster [DBG] pgmap v3797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:51.598628+0000 mgr.y (mgr.14556) 4313 : cluster [DBG] pgmap v3797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:51.598628+0000 mgr.y (mgr.14556) 4313 : cluster [DBG] pgmap v3797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:51:53] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:51:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:53.599136+0000 mgr.y (mgr.14556) 4314 : cluster [DBG] pgmap v3798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:53.599136+0000 mgr.y (mgr.14556) 4314 : cluster [DBG] pgmap v3798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:53.599136+0000 mgr.y (mgr.14556) 4314 : cluster [DBG] pgmap v3798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:55.599802+0000 mgr.y (mgr.14556) 4315 : cluster [DBG] pgmap v3799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:55.599802+0000 mgr.y (mgr.14556) 4315 : cluster [DBG] pgmap v3799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:55.599802+0000 mgr.y (mgr.14556) 4315 : cluster [DBG] pgmap v3799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:58.845 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:51:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:57.600120+0000 mgr.y (mgr.14556) 4316 : cluster [DBG] pgmap v3800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:57.600120+0000 mgr.y (mgr.14556) 4316 : cluster [DBG] pgmap v3800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:59.133 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:51:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 2m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:51:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 2m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:51:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 2m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:51:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 2m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:51:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 2m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:51:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 2m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:51:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 2m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:51:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 2m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:51:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 2m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:51:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 2m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:51:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 2m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:51:59.134 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 2m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:51:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 2m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:51:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 2m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:51:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 2m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:51:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 2m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:51:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 2m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:51:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 2m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:51:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 2m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:51:59.135 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 2m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:51:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:57.600120+0000 mgr.y (mgr.14556) 4316 : cluster [DBG] pgmap v3800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:51:59.482 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:51:59.482 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:51:59.482 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:51:59.482 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:51:59.482 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:51:59.482 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:51:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:51:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:51:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:51:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:51:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:51:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:51:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:51:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:51:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:51:59.483 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:51:59.483 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:52:00.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:51:58.832787+0000 mgr.y (mgr.14556) 4317 : audit [DBG] from='client.19239 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:52:00.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:51:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:51:59.482141+0000 mon.a (mon.0) 1529 : audit [DBG] from='client.? 172.21.15.23:0/3081664483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:52:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:51:58.832787+0000 mgr.y (mgr.14556) 4317 : audit [DBG] from='client.19239 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:52:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:51:59.482141+0000 mon.a (mon.0) 1529 : audit [DBG] from='client.? 172.21.15.23:0/3081664483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:52:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:51:58.832787+0000 mgr.y (mgr.14556) 4317 : audit [DBG] from='client.19239 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:52:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:51:59.482141+0000 mon.a (mon.0) 1529 : audit [DBG] from='client.? 172.21.15.23:0/3081664483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:52:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:51:59.125873+0000 mgr.y (mgr.14556) 4318 : audit [DBG] from='client.19245 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:52:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:51:59.600461+0000 mgr.y (mgr.14556) 4319 : cluster [DBG] pgmap v3801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:51:59.125873+0000 mgr.y (mgr.14556) 4318 : audit [DBG] from='client.19245 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:52:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:51:59.600461+0000 mgr.y (mgr.14556) 4319 : cluster [DBG] pgmap v3801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:51:59.125873+0000 mgr.y (mgr.14556) 4318 : audit [DBG] from='client.19245 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:52:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:51:59.600461+0000 mgr.y (mgr.14556) 4319 : cluster [DBG] pgmap v3801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:52:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:01.601044+0000 mgr.y (mgr.14556) 4320 : cluster [DBG] pgmap v3802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:01.601044+0000 mgr.y (mgr.14556) 4320 : cluster [DBG] pgmap v3802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:01.601044+0000 mgr.y (mgr.14556) 4320 : cluster [DBG] pgmap v3802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:52:03] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:52:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:03.601498+0000 mgr.y (mgr.14556) 4321 : cluster [DBG] pgmap v3803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:03.601498+0000 mgr.y (mgr.14556) 4321 : cluster [DBG] pgmap v3803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:03.601498+0000 mgr.y (mgr.14556) 4321 : cluster [DBG] pgmap v3803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:05.602134+0000 mgr.y (mgr.14556) 4322 : cluster [DBG] pgmap v3804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:05.602134+0000 mgr.y (mgr.14556) 4322 : cluster [DBG] pgmap v3804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:05.602134+0000 mgr.y (mgr.14556) 4322 : cluster [DBG] pgmap v3804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:07.602613+0000 mgr.y (mgr.14556) 4323 : cluster [DBG] pgmap v3805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:07.602613+0000 mgr.y (mgr.14556) 4323 : cluster [DBG] pgmap v3805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:07.602613+0000 mgr.y (mgr.14556) 4323 : cluster [DBG] pgmap v3805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:09.603129+0000 mgr.y (mgr.14556) 4324 : cluster [DBG] pgmap v3806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:09.603129+0000 mgr.y (mgr.14556) 4324 : cluster [DBG] pgmap v3806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:09.603129+0000 mgr.y (mgr.14556) 4324 : cluster [DBG] pgmap v3806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:52:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:11.603837+0000 mgr.y (mgr.14556) 4325 : cluster [DBG] pgmap v3807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:11.603837+0000 mgr.y (mgr.14556) 4325 : cluster [DBG] pgmap v3807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:13.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:11.603837+0000 mgr.y (mgr.14556) 4325 : cluster [DBG] pgmap v3807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:52:13] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:52:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:13.604160+0000 mgr.y (mgr.14556) 4326 : cluster [DBG] pgmap v3808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:13.604160+0000 mgr.y (mgr.14556) 4326 : cluster [DBG] pgmap v3808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:13.604160+0000 mgr.y (mgr.14556) 4326 : cluster [DBG] pgmap v3808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:15.604928+0000 mgr.y (mgr.14556) 4327 : cluster [DBG] pgmap v3809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:15.604928+0000 mgr.y (mgr.14556) 4327 : cluster [DBG] pgmap v3809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:15.604928+0000 mgr.y (mgr.14556) 4327 : cluster [DBG] pgmap v3809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:17.605423+0000 mgr.y (mgr.14556) 4328 : cluster [DBG] pgmap v3810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:17.605423+0000 mgr.y (mgr.14556) 4328 : cluster [DBG] pgmap v3810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:19.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:17.605423+0000 mgr.y (mgr.14556) 4328 : cluster [DBG] pgmap v3810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:19.605985+0000 mgr.y (mgr.14556) 4329 : cluster [DBG] pgmap v3811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:19.605985+0000 mgr.y (mgr.14556) 4329 : cluster [DBG] pgmap v3811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:21.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:19.605985+0000 mgr.y (mgr.14556) 4329 : cluster [DBG] pgmap v3811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:52:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:21.606791+0000 mgr.y (mgr.14556) 4330 : cluster [DBG] pgmap v3812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:21.606791+0000 mgr.y (mgr.14556) 4330 : cluster [DBG] pgmap v3812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:21.606791+0000 mgr.y (mgr.14556) 4330 : cluster [DBG] pgmap v3812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:52:23] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:52:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:23.607219+0000 mgr.y (mgr.14556) 4331 : cluster [DBG] pgmap v3813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:23.607219+0000 mgr.y (mgr.14556) 4331 : cluster [DBG] pgmap v3813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:25.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:23.607219+0000 mgr.y (mgr.14556) 4331 : cluster [DBG] pgmap v3813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:25.608089+0000 mgr.y (mgr.14556) 4332 : cluster [DBG] pgmap v3814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:25.608089+0000 mgr.y (mgr.14556) 4332 : cluster [DBG] pgmap v3814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:25.608089+0000 mgr.y (mgr.14556) 4332 : cluster [DBG] pgmap v3814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:27.608541+0000 mgr.y (mgr.14556) 4333 : cluster [DBG] pgmap v3815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:27.608541+0000 mgr.y (mgr.14556) 4333 : cluster [DBG] pgmap v3815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:27.608541+0000 mgr.y (mgr.14556) 4333 : cluster [DBG] pgmap v3815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:29.810 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:52:30.097 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 2m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 2m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 2m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 2m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 2m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 2m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 2m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 2m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 2m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 2m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 2m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 2m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 2m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:52:30.098 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 2m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:52:30.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 2m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:52:30.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 2m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:52:30.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 2m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:52:30.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 2m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:52:30.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 2m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:52:30.099 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 2m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:52:30.448 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:52:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:52:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:52:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:52:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:52:30.448 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:52:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:52:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:52:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:52:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:52:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:52:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:52:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:52:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:52:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:52:30.449 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:52:30.450 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:52:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:29.608831+0000 mgr.y (mgr.14556) 4334 : cluster [DBG] pgmap v3816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:52:29.798208+0000 mgr.y (mgr.14556) 4335 : audit [DBG] from='client.19257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:52:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:52:30.447417+0000 mon.c (mon.2) 131 : audit [DBG] from='client.? 172.21.15.23:0/1063172349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:52:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:29.608831+0000 mgr.y (mgr.14556) 4334 : cluster [DBG] pgmap v3816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:52:29.798208+0000 mgr.y (mgr.14556) 4335 : audit [DBG] from='client.19257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:52:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:52:30.447417+0000 mon.c (mon.2) 131 : audit [DBG] from='client.? 172.21.15.23:0/1063172349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:52:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:29.608831+0000 mgr.y (mgr.14556) 4334 : cluster [DBG] pgmap v3816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:31.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:52:29.798208+0000 mgr.y (mgr.14556) 4335 : audit [DBG] from='client.19257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:52:31.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:52:30.447417+0000 mon.c (mon.2) 131 : audit [DBG] from='client.? 172.21.15.23:0/1063172349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:52:31.817 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:52:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:52:30.089592+0000 mgr.y (mgr.14556) 4336 : audit [DBG] from='client.19263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:52:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:52:30.089592+0000 mgr.y (mgr.14556) 4336 : audit [DBG] from='client.19263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:52:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:52:30.089592+0000 mgr.y (mgr.14556) 4336 : audit [DBG] from='client.19263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:52:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:31.609552+0000 mgr.y (mgr.14556) 4337 : cluster [DBG] pgmap v3817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:31.609552+0000 mgr.y (mgr.14556) 4337 : cluster [DBG] pgmap v3817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:31.609552+0000 mgr.y (mgr.14556) 4337 : cluster [DBG] pgmap v3817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:34.134 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:52:33] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:52:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:33.609998+0000 mgr.y (mgr.14556) 4338 : cluster [DBG] pgmap v3818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:33.609998+0000 mgr.y (mgr.14556) 4338 : cluster [DBG] pgmap v3818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:33.609998+0000 mgr.y (mgr.14556) 4338 : cluster [DBG] pgmap v3818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:35.610722+0000 mgr.y (mgr.14556) 4339 : cluster [DBG] pgmap v3819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:35.610722+0000 mgr.y (mgr.14556) 4339 : cluster [DBG] pgmap v3819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:35.610722+0000 mgr.y (mgr.14556) 4339 : cluster [DBG] pgmap v3819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:37.611091+0000 mgr.y (mgr.14556) 4340 : cluster [DBG] pgmap v3820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:37.611091+0000 mgr.y (mgr.14556) 4340 : cluster [DBG] pgmap v3820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:37.611091+0000 mgr.y (mgr.14556) 4340 : cluster [DBG] pgmap v3820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:39.611540+0000 mgr.y (mgr.14556) 4341 : cluster [DBG] pgmap v3821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:39.611540+0000 mgr.y (mgr.14556) 4341 : cluster [DBG] pgmap v3821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:39.611540+0000 mgr.y (mgr.14556) 4341 : cluster [DBG] pgmap v3821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:52:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:41.612390+0000 mgr.y (mgr.14556) 4342 : cluster [DBG] pgmap v3822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:41.612390+0000 mgr.y (mgr.14556) 4342 : cluster [DBG] pgmap v3822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:41.612390+0000 mgr.y (mgr.14556) 4342 : cluster [DBG] pgmap v3822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:52:43] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T08:52:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:43.612926+0000 mgr.y (mgr.14556) 4343 : cluster [DBG] pgmap v3823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:43.612926+0000 mgr.y (mgr.14556) 4343 : cluster [DBG] pgmap v3823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:43.612926+0000 mgr.y (mgr.14556) 4343 : cluster [DBG] pgmap v3823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:45.613717+0000 mgr.y (mgr.14556) 4344 : cluster [DBG] pgmap v3824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:45.613717+0000 mgr.y (mgr.14556) 4344 : cluster [DBG] pgmap v3824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:45.613717+0000 mgr.y (mgr.14556) 4344 : cluster [DBG] pgmap v3824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:47.614168+0000 mgr.y (mgr.14556) 4345 : cluster [DBG] pgmap v3825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:47.614168+0000 mgr.y (mgr.14556) 4345 : cluster [DBG] pgmap v3825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:47.614168+0000 mgr.y (mgr.14556) 4345 : cluster [DBG] pgmap v3825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:49.614646+0000 mgr.y (mgr.14556) 4346 : cluster [DBG] pgmap v3826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:51.390 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:49.614646+0000 mgr.y (mgr.14556) 4346 : cluster [DBG] pgmap v3826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:51.390 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:49.614646+0000 mgr.y (mgr.14556) 4346 : cluster [DBG] pgmap v3826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:52:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:52:51.780351+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:52:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:52:51.780351+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:52:52.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:52:51.780351+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:52:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:51.615310+0000 mgr.y (mgr.14556) 4347 : cluster [DBG] pgmap v3827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:52:52.035462+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:52:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:52:52.041782+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:52:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:52:52.327050+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:52:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:52:52.327773+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:52:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:52:52.333789+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:52:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:51.615310+0000 mgr.y (mgr.14556) 4347 : cluster [DBG] pgmap v3827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:52:52.035462+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:52:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:52:52.041782+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:52:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:52:52.327050+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:52:53.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:52:52.327773+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:52:53.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:52:52.333789+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:52:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:51.615310+0000 mgr.y (mgr.14556) 4347 : cluster [DBG] pgmap v3827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:52:52.035462+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:52:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:52:52.041782+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:52:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:52:52.327050+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:52:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:52:52.327773+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:52:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:52:52.333789+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:52:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:52:53] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:52:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:53.615758+0000 mgr.y (mgr.14556) 4348 : cluster [DBG] pgmap v3828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:53.615758+0000 mgr.y (mgr.14556) 4348 : cluster [DBG] pgmap v3828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:53.615758+0000 mgr.y (mgr.14556) 4348 : cluster [DBG] pgmap v3828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:55.616646+0000 mgr.y (mgr.14556) 4349 : cluster [DBG] pgmap v3829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:55.616646+0000 mgr.y (mgr.14556) 4349 : cluster [DBG] pgmap v3829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:55.616646+0000 mgr.y (mgr.14556) 4349 : cluster [DBG] pgmap v3829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:57.617195+0000 mgr.y (mgr.14556) 4350 : cluster [DBG] pgmap v3830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:57.617195+0000 mgr.y (mgr.14556) 4350 : cluster [DBG] pgmap v3830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:52:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:52:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:57.617195+0000 mgr.y (mgr.14556) 4350 : cluster [DBG] pgmap v3830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:00.779 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:53:01.066 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:53:01.066 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 3m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:53:01.066 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 3m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:53:01.066 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 3m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:53:01.066 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 3m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:53:01.066 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 3m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:53:01.066 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 3m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:53:01.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 3m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:53:01.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 3m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:53:01.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 3m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:53:01.067 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 3m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:53:01.067 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 3m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:53:01.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 3m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:53:01.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 3m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:53:01.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 3m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:53:01.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 3m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:53:01.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 3m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:53:01.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 3m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:53:01.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 3m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:53:01.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 3m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:53:01.067 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 3m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:53:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:52:59.617569+0000 mgr.y (mgr.14556) 4351 : cluster [DBG] pgmap v3831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:52:59.617569+0000 mgr.y (mgr.14556) 4351 : cluster [DBG] pgmap v3831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:52:59.617569+0000 mgr.y (mgr.14556) 4351 : cluster [DBG] pgmap v3831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:01.414 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:53:01.415 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:53:01.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:53:01.416 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:53:01.416 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:53:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:53:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:53:00.766995+0000 mgr.y (mgr.14556) 4352 : audit [DBG] from='client.29189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:53:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:53:01.414358+0000 mon.c (mon.2) 132 : audit [DBG] from='client.? 172.21.15.23:0/3265688517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:53:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:53:00.766995+0000 mgr.y (mgr.14556) 4352 : audit [DBG] from='client.29189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:53:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:53:01.414358+0000 mon.c (mon.2) 132 : audit [DBG] from='client.? 172.21.15.23:0/3265688517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:53:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:53:00.766995+0000 mgr.y (mgr.14556) 4352 : audit [DBG] from='client.29189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:53:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:53:01.414358+0000 mon.c (mon.2) 132 : audit [DBG] from='client.? 172.21.15.23:0/3265688517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:53:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:53:01.057771+0000 mgr.y (mgr.14556) 4353 : audit [DBG] from='client.19281 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:53:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:01.618295+0000 mgr.y (mgr.14556) 4354 : cluster [DBG] pgmap v3832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:53:01.057771+0000 mgr.y (mgr.14556) 4353 : audit [DBG] from='client.19281 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:53:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:01.618295+0000 mgr.y (mgr.14556) 4354 : cluster [DBG] pgmap v3832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:53:01.057771+0000 mgr.y (mgr.14556) 4353 : audit [DBG] from='client.19281 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:53:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:01.618295+0000 mgr.y (mgr.14556) 4354 : cluster [DBG] pgmap v3832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:53:03] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:53:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:03.618717+0000 mgr.y (mgr.14556) 4355 : cluster [DBG] pgmap v3833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:03.618717+0000 mgr.y (mgr.14556) 4355 : cluster [DBG] pgmap v3833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:03.618717+0000 mgr.y (mgr.14556) 4355 : cluster [DBG] pgmap v3833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:05.619365+0000 mgr.y (mgr.14556) 4356 : cluster [DBG] pgmap v3834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:05.619365+0000 mgr.y (mgr.14556) 4356 : cluster [DBG] pgmap v3834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:05.619365+0000 mgr.y (mgr.14556) 4356 : cluster [DBG] pgmap v3834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:07.619791+0000 mgr.y (mgr.14556) 4357 : cluster [DBG] pgmap v3835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:07.619791+0000 mgr.y (mgr.14556) 4357 : cluster [DBG] pgmap v3835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:07.619791+0000 mgr.y (mgr.14556) 4357 : cluster [DBG] pgmap v3835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:09.620223+0000 mgr.y (mgr.14556) 4358 : cluster [DBG] pgmap v3836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:09.620223+0000 mgr.y (mgr.14556) 4358 : cluster [DBG] pgmap v3836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:09.620223+0000 mgr.y (mgr.14556) 4358 : cluster [DBG] pgmap v3836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:53:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:11.621008+0000 mgr.y (mgr.14556) 4359 : cluster [DBG] pgmap v3837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:11.621008+0000 mgr.y (mgr.14556) 4359 : cluster [DBG] pgmap v3837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:11.621008+0000 mgr.y (mgr.14556) 4359 : cluster [DBG] pgmap v3837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:53:13] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T08:53:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:13.621581+0000 mgr.y (mgr.14556) 4360 : cluster [DBG] pgmap v3838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:13.621581+0000 mgr.y (mgr.14556) 4360 : cluster [DBG] pgmap v3838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:13.621581+0000 mgr.y (mgr.14556) 4360 : cluster [DBG] pgmap v3838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:15.622161+0000 mgr.y (mgr.14556) 4361 : cluster [DBG] pgmap v3839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:15.622161+0000 mgr.y (mgr.14556) 4361 : cluster [DBG] pgmap v3839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:15.622161+0000 mgr.y (mgr.14556) 4361 : cluster [DBG] pgmap v3839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:17.622710+0000 mgr.y (mgr.14556) 4362 : cluster [DBG] pgmap v3840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:17.622710+0000 mgr.y (mgr.14556) 4362 : cluster [DBG] pgmap v3840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:19.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:17.622710+0000 mgr.y (mgr.14556) 4362 : cluster [DBG] pgmap v3840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:19.623140+0000 mgr.y (mgr.14556) 4363 : cluster [DBG] pgmap v3841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:19.623140+0000 mgr.y (mgr.14556) 4363 : cluster [DBG] pgmap v3841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:19.623140+0000 mgr.y (mgr.14556) 4363 : cluster [DBG] pgmap v3841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:53:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:21.623982+0000 mgr.y (mgr.14556) 4364 : cluster [DBG] pgmap v3842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:21.623982+0000 mgr.y (mgr.14556) 4364 : cluster [DBG] pgmap v3842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:23.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:21.623982+0000 mgr.y (mgr.14556) 4364 : cluster [DBG] pgmap v3842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:53:23] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:53:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:23.624385+0000 mgr.y (mgr.14556) 4365 : cluster [DBG] pgmap v3843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:23.624385+0000 mgr.y (mgr.14556) 4365 : cluster [DBG] pgmap v3843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:25.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:23.624385+0000 mgr.y (mgr.14556) 4365 : cluster [DBG] pgmap v3843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:25.624978+0000 mgr.y (mgr.14556) 4366 : cluster [DBG] pgmap v3844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:25.624978+0000 mgr.y (mgr.14556) 4366 : cluster [DBG] pgmap v3844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:25.624978+0000 mgr.y (mgr.14556) 4366 : cluster [DBG] pgmap v3844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:27.625507+0000 mgr.y (mgr.14556) 4367 : cluster [DBG] pgmap v3845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:27.625507+0000 mgr.y (mgr.14556) 4367 : cluster [DBG] pgmap v3845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:27.625507+0000 mgr.y (mgr.14556) 4367 : cluster [DBG] pgmap v3845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:29.625842+0000 mgr.y (mgr.14556) 4368 : cluster [DBG] pgmap v3846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:29.625842+0000 mgr.y (mgr.14556) 4368 : cluster [DBG] pgmap v3846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:29.625842+0000 mgr.y (mgr.14556) 4368 : cluster [DBG] pgmap v3846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:31.741 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:53:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:53:32.031 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:53:32.031 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 3m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:53:32.031 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 3m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:53:32.031 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 3m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:53:32.031 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 3m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:53:32.031 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 3m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:53:32.031 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 3m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:53:32.031 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 3m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:53:32.031 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 3m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:53:32.031 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 3m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:53:32.032 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 3m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:53:32.032 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 3m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:53:32.032 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 3m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:53:32.032 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 3m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:53:32.032 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 3m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:53:32.032 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 3m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:53:32.032 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 3m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:53:32.032 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 3m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:53:32.032 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 3m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:53:32.032 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 3m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:53:32.032 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 3m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:53:32.382 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:53:32.382 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:53:32.382 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:53:32.382 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:53:32.383 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:53:32.383 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:53:32.383 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:53:32.383 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:53:32.383 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:53:32.383 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:53:32.383 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:53:32.383 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:53:32.383 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:53:32.383 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:53:32.383 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:53:32.383 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:53:32.384 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:53:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:31.626395+0000 mgr.y (mgr.14556) 4369 : cluster [DBG] pgmap v3847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:53:31.729064+0000 mgr.y (mgr.14556) 4370 : audit [DBG] from='client.29207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:53:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:53:32.382102+0000 mon.a (mon.0) 1536 : audit [DBG] from='client.? 172.21.15.23:0/2656929897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:53:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:31.626395+0000 mgr.y (mgr.14556) 4369 : cluster [DBG] pgmap v3847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:53:31.729064+0000 mgr.y (mgr.14556) 4370 : audit [DBG] from='client.29207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:53:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:53:32.382102+0000 mon.a (mon.0) 1536 : audit [DBG] from='client.? 172.21.15.23:0/2656929897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:53:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:31.626395+0000 mgr.y (mgr.14556) 4369 : cluster [DBG] pgmap v3847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:53:31.729064+0000 mgr.y (mgr.14556) 4370 : audit [DBG] from='client.29207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:53:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:53:32.382102+0000 mon.a (mon.0) 1536 : audit [DBG] from='client.? 172.21.15.23:0/2656929897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:53:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:53:32.022608+0000 mgr.y (mgr.14556) 4371 : audit [DBG] from='client.19299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:53:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:53:33] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:53:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:53:32.022608+0000 mgr.y (mgr.14556) 4371 : audit [DBG] from='client.19299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:53:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:53:32.022608+0000 mgr.y (mgr.14556) 4371 : audit [DBG] from='client.19299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:53:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:33.626800+0000 mgr.y (mgr.14556) 4372 : cluster [DBG] pgmap v3848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:33.626800+0000 mgr.y (mgr.14556) 4372 : cluster [DBG] pgmap v3848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:33.626800+0000 mgr.y (mgr.14556) 4372 : cluster [DBG] pgmap v3848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:35.627652+0000 mgr.y (mgr.14556) 4373 : cluster [DBG] pgmap v3849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:35.627652+0000 mgr.y (mgr.14556) 4373 : cluster [DBG] pgmap v3849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:35.627652+0000 mgr.y (mgr.14556) 4373 : cluster [DBG] pgmap v3849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:37.628228+0000 mgr.y (mgr.14556) 4374 : cluster [DBG] pgmap v3850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:37.628228+0000 mgr.y (mgr.14556) 4374 : cluster [DBG] pgmap v3850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:37.628228+0000 mgr.y (mgr.14556) 4374 : cluster [DBG] pgmap v3850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:39.628644+0000 mgr.y (mgr.14556) 4375 : cluster [DBG] pgmap v3851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:39.628644+0000 mgr.y (mgr.14556) 4375 : cluster [DBG] pgmap v3851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:39.628644+0000 mgr.y (mgr.14556) 4375 : cluster [DBG] pgmap v3851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:53:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:41.629416+0000 mgr.y (mgr.14556) 4376 : cluster [DBG] pgmap v3852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:42.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:41.629416+0000 mgr.y (mgr.14556) 4376 : cluster [DBG] pgmap v3852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:42.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:41.629416+0000 mgr.y (mgr.14556) 4376 : cluster [DBG] pgmap v3852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:53:43] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:53:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:43.629742+0000 mgr.y (mgr.14556) 4377 : cluster [DBG] pgmap v3853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:43.629742+0000 mgr.y (mgr.14556) 4377 : cluster [DBG] pgmap v3853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:43.629742+0000 mgr.y (mgr.14556) 4377 : cluster [DBG] pgmap v3853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:45.630396+0000 mgr.y (mgr.14556) 4378 : cluster [DBG] pgmap v3854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:45.630396+0000 mgr.y (mgr.14556) 4378 : cluster [DBG] pgmap v3854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:45.630396+0000 mgr.y (mgr.14556) 4378 : cluster [DBG] pgmap v3854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:47.630696+0000 mgr.y (mgr.14556) 4379 : cluster [DBG] pgmap v3855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:47.630696+0000 mgr.y (mgr.14556) 4379 : cluster [DBG] pgmap v3855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:47.630696+0000 mgr.y (mgr.14556) 4379 : cluster [DBG] pgmap v3855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:49.631175+0000 mgr.y (mgr.14556) 4380 : cluster [DBG] pgmap v3856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:49.631175+0000 mgr.y (mgr.14556) 4380 : cluster [DBG] pgmap v3856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:49.631175+0000 mgr.y (mgr.14556) 4380 : cluster [DBG] pgmap v3856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:53:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:51.632053+0000 mgr.y (mgr.14556) 4381 : cluster [DBG] pgmap v3857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:53:52.338046+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:53:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:53:52.644157+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:53:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:53:52.644864+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:53:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:53:52.649197+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:53:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:51.632053+0000 mgr.y (mgr.14556) 4381 : cluster [DBG] pgmap v3857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:53.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:53:52.338046+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:53:53.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:53:52.644157+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:53:53.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:53:52.644864+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:53:53.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:53:52.649197+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:53:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:51.632053+0000 mgr.y (mgr.14556) 4381 : cluster [DBG] pgmap v3857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:53:52.338046+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:53:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:53:52.644157+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:53:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:53:52.644864+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:53:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:53:52.649197+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:53:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:53:53] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:53:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:53.632488+0000 mgr.y (mgr.14556) 4382 : cluster [DBG] pgmap v3858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:53.632488+0000 mgr.y (mgr.14556) 4382 : cluster [DBG] pgmap v3858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:53.632488+0000 mgr.y (mgr.14556) 4382 : cluster [DBG] pgmap v3858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:57.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:55.633112+0000 mgr.y (mgr.14556) 4383 : cluster [DBG] pgmap v3859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:57.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:55.633112+0000 mgr.y (mgr.14556) 4383 : cluster [DBG] pgmap v3859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:55.633112+0000 mgr.y (mgr.14556) 4383 : cluster [DBG] pgmap v3859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:57.633594+0000 mgr.y (mgr.14556) 4384 : cluster [DBG] pgmap v3860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:57.633594+0000 mgr.y (mgr.14556) 4384 : cluster [DBG] pgmap v3860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:53:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:53:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:57.633594+0000 mgr.y (mgr.14556) 4384 : cluster [DBG] pgmap v3860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:53:59.634115+0000 mgr.y (mgr.14556) 4385 : cluster [DBG] pgmap v3861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:53:59.634115+0000 mgr.y (mgr.14556) 4385 : cluster [DBG] pgmap v3861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:53:59.634115+0000 mgr.y (mgr.14556) 4385 : cluster [DBG] pgmap v3861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:54:02.709 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:54:02.996 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:54:02.996 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:54:02.996 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:54:02.996 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:54:02.996 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:54:02.996 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:54:02.996 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:54:02.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:54:02.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:54:02.997 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:54:02.997 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:54:02.997 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:54:02.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:54:02.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:54:02.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:54:02.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:54:02.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:54:02.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:54:02.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 4m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:54:02.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:54:02.997 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:54:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:01.634823+0000 mgr.y (mgr.14556) 4386 : cluster [DBG] pgmap v3862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:01.634823+0000 mgr.y (mgr.14556) 4386 : cluster [DBG] pgmap v3862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:01.634823+0000 mgr.y (mgr.14556) 4386 : cluster [DBG] pgmap v3862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:03.342 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:54:03.342 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:54:03.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:54:03.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:54:03.342 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:54:03.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:54:03.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:54:03.342 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:54:03.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:54:03.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:54:03.342 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:54:03.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:54:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:54:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:54:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:54:03.343 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:54:03.343 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:54:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:54:02.696727+0000 mgr.y (mgr.14556) 4387 : audit [DBG] from='client.19311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:54:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:54:03.341770+0000 mon.c (mon.2) 133 : audit [DBG] from='client.? 172.21.15.23:0/1990494983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:54:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:54:03] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:54:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:54:02.696727+0000 mgr.y (mgr.14556) 4387 : audit [DBG] from='client.19311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:54:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:54:03.341770+0000 mon.c (mon.2) 133 : audit [DBG] from='client.? 172.21.15.23:0/1990494983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:54:04.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:54:02.696727+0000 mgr.y (mgr.14556) 4387 : audit [DBG] from='client.19311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:54:04.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:54:03.341770+0000 mon.c (mon.2) 133 : audit [DBG] from='client.? 172.21.15.23:0/1990494983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:54:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:54:02.988034+0000 mgr.y (mgr.14556) 4388 : audit [DBG] from='client.19317 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:54:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:03.635340+0000 mgr.y (mgr.14556) 4389 : cluster [DBG] pgmap v3863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:54:02.988034+0000 mgr.y (mgr.14556) 4388 : audit [DBG] from='client.19317 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:54:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:03.635340+0000 mgr.y (mgr.14556) 4389 : cluster [DBG] pgmap v3863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:54:02.988034+0000 mgr.y (mgr.14556) 4388 : audit [DBG] from='client.19317 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:54:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:03.635340+0000 mgr.y (mgr.14556) 4389 : cluster [DBG] pgmap v3863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:05.635970+0000 mgr.y (mgr.14556) 4390 : cluster [DBG] pgmap v3864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:05.635970+0000 mgr.y (mgr.14556) 4390 : cluster [DBG] pgmap v3864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:05.635970+0000 mgr.y (mgr.14556) 4390 : cluster [DBG] pgmap v3864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:07.636410+0000 mgr.y (mgr.14556) 4391 : cluster [DBG] pgmap v3865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:07.636410+0000 mgr.y (mgr.14556) 4391 : cluster [DBG] pgmap v3865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:07.636410+0000 mgr.y (mgr.14556) 4391 : cluster [DBG] pgmap v3865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:09.636765+0000 mgr.y (mgr.14556) 4392 : cluster [DBG] pgmap v3866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:09.636765+0000 mgr.y (mgr.14556) 4392 : cluster [DBG] pgmap v3866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:09.636765+0000 mgr.y (mgr.14556) 4392 : cluster [DBG] pgmap v3866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:54:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:11.637559+0000 mgr.y (mgr.14556) 4393 : cluster [DBG] pgmap v3867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:11.637559+0000 mgr.y (mgr.14556) 4393 : cluster [DBG] pgmap v3867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:11.637559+0000 mgr.y (mgr.14556) 4393 : cluster [DBG] pgmap v3867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:54:13] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T08:54:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:13.638134+0000 mgr.y (mgr.14556) 4394 : cluster [DBG] pgmap v3868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:13.638134+0000 mgr.y (mgr.14556) 4394 : cluster [DBG] pgmap v3868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:13.638134+0000 mgr.y (mgr.14556) 4394 : cluster [DBG] pgmap v3868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:15.638776+0000 mgr.y (mgr.14556) 4395 : cluster [DBG] pgmap v3869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:15.638776+0000 mgr.y (mgr.14556) 4395 : cluster [DBG] pgmap v3869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:15.638776+0000 mgr.y (mgr.14556) 4395 : cluster [DBG] pgmap v3869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:19.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:17.639220+0000 mgr.y (mgr.14556) 4396 : cluster [DBG] pgmap v3870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:17.639220+0000 mgr.y (mgr.14556) 4396 : cluster [DBG] pgmap v3870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:17.639220+0000 mgr.y (mgr.14556) 4396 : cluster [DBG] pgmap v3870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:21.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:19.639603+0000 mgr.y (mgr.14556) 4397 : cluster [DBG] pgmap v3871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:19.639603+0000 mgr.y (mgr.14556) 4397 : cluster [DBG] pgmap v3871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:19.639603+0000 mgr.y (mgr.14556) 4397 : cluster [DBG] pgmap v3871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:54:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:21.640305+0000 mgr.y (mgr.14556) 4398 : cluster [DBG] pgmap v3872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:21.640305+0000 mgr.y (mgr.14556) 4398 : cluster [DBG] pgmap v3872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:21.640305+0000 mgr.y (mgr.14556) 4398 : cluster [DBG] pgmap v3872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:54:23] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:54:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:23.640753+0000 mgr.y (mgr.14556) 4399 : cluster [DBG] pgmap v3873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:23.640753+0000 mgr.y (mgr.14556) 4399 : cluster [DBG] pgmap v3873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:23.640753+0000 mgr.y (mgr.14556) 4399 : cluster [DBG] pgmap v3873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:25.641533+0000 mgr.y (mgr.14556) 4400 : cluster [DBG] pgmap v3874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:25.641533+0000 mgr.y (mgr.14556) 4400 : cluster [DBG] pgmap v3874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:26.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:25.641533+0000 mgr.y (mgr.14556) 4400 : cluster [DBG] pgmap v3874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:27.641943+0000 mgr.y (mgr.14556) 4401 : cluster [DBG] pgmap v3875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:27.641943+0000 mgr.y (mgr.14556) 4401 : cluster [DBG] pgmap v3875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:27.641943+0000 mgr.y (mgr.14556) 4401 : cluster [DBG] pgmap v3875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:31.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:29.642424+0000 mgr.y (mgr.14556) 4402 : cluster [DBG] pgmap v3876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:31.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:29.642424+0000 mgr.y (mgr.14556) 4402 : cluster [DBG] pgmap v3876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:29.642424+0000 mgr.y (mgr.14556) 4402 : cluster [DBG] pgmap v3876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:54:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:31.643057+0000 mgr.y (mgr.14556) 4403 : cluster [DBG] pgmap v3877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:31.643057+0000 mgr.y (mgr.14556) 4403 : cluster [DBG] pgmap v3877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:31.643057+0000 mgr.y (mgr.14556) 4403 : cluster [DBG] pgmap v3877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:33.669 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:54:33.958 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:54:33.958 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:54:33.958 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:54:33.958 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:54:33.958 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:54:33.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:54:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 4m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:54:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:54:33.960 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:54:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:54:33] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:54:34.306 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:54:34.306 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:54:34.306 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:54:34.307 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:54:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:33.643407+0000 mgr.y (mgr.14556) 4404 : cluster [DBG] pgmap v3878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:54:33.657346+0000 mgr.y (mgr.14556) 4405 : audit [DBG] from='client.19329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:54:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:54:33.949980+0000 mgr.y (mgr.14556) 4406 : audit [DBG] from='client.19335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:54:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:54:34.306324+0000 mon.a (mon.0) 1541 : audit [DBG] from='client.? 172.21.15.23:0/1193777671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:54:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:33.643407+0000 mgr.y (mgr.14556) 4404 : cluster [DBG] pgmap v3878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:54:33.657346+0000 mgr.y (mgr.14556) 4405 : audit [DBG] from='client.19329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:54:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:54:33.949980+0000 mgr.y (mgr.14556) 4406 : audit [DBG] from='client.19335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:54:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:54:34.306324+0000 mon.a (mon.0) 1541 : audit [DBG] from='client.? 172.21.15.23:0/1193777671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:54:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:33.643407+0000 mgr.y (mgr.14556) 4404 : cluster [DBG] pgmap v3878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:54:33.657346+0000 mgr.y (mgr.14556) 4405 : audit [DBG] from='client.19329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:54:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:54:33.949980+0000 mgr.y (mgr.14556) 4406 : audit [DBG] from='client.19335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:54:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:54:34.306324+0000 mon.a (mon.0) 1541 : audit [DBG] from='client.? 172.21.15.23:0/1193777671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:54:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:35.644102+0000 mgr.y (mgr.14556) 4407 : cluster [DBG] pgmap v3879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:35.644102+0000 mgr.y (mgr.14556) 4407 : cluster [DBG] pgmap v3879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:35.644102+0000 mgr.y (mgr.14556) 4407 : cluster [DBG] pgmap v3879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:39.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:37.644714+0000 mgr.y (mgr.14556) 4408 : cluster [DBG] pgmap v3880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:39.135 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:37.644714+0000 mgr.y (mgr.14556) 4408 : cluster [DBG] pgmap v3880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:37.644714+0000 mgr.y (mgr.14556) 4408 : cluster [DBG] pgmap v3880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:39.645310+0000 mgr.y (mgr.14556) 4409 : cluster [DBG] pgmap v3881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:39.645310+0000 mgr.y (mgr.14556) 4409 : cluster [DBG] pgmap v3881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:39.645310+0000 mgr.y (mgr.14556) 4409 : cluster [DBG] pgmap v3881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:54:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:41.646172+0000 mgr.y (mgr.14556) 4410 : cluster [DBG] pgmap v3882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:41.646172+0000 mgr.y (mgr.14556) 4410 : cluster [DBG] pgmap v3882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:41.646172+0000 mgr.y (mgr.14556) 4410 : cluster [DBG] pgmap v3882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:54:43] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:54:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:43.646624+0000 mgr.y (mgr.14556) 4411 : cluster [DBG] pgmap v3883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:43.646624+0000 mgr.y (mgr.14556) 4411 : cluster [DBG] pgmap v3883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:43.646624+0000 mgr.y (mgr.14556) 4411 : cluster [DBG] pgmap v3883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:45.647408+0000 mgr.y (mgr.14556) 4412 : cluster [DBG] pgmap v3884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:45.647408+0000 mgr.y (mgr.14556) 4412 : cluster [DBG] pgmap v3884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:45.647408+0000 mgr.y (mgr.14556) 4412 : cluster [DBG] pgmap v3884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:47.647794+0000 mgr.y (mgr.14556) 4413 : cluster [DBG] pgmap v3885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:49.185 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:47.647794+0000 mgr.y (mgr.14556) 4413 : cluster [DBG] pgmap v3885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:49.186 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:47.647794+0000 mgr.y (mgr.14556) 4413 : cluster [DBG] pgmap v3885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:49.648296+0000 mgr.y (mgr.14556) 4414 : cluster [DBG] pgmap v3886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:49.648296+0000 mgr.y (mgr.14556) 4414 : cluster [DBG] pgmap v3886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:49.648296+0000 mgr.y (mgr.14556) 4414 : cluster [DBG] pgmap v3886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:54:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:51.648938+0000 mgr.y (mgr.14556) 4415 : cluster [DBG] pgmap v3887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:54:52.653629+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:54:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:51.648938+0000 mgr.y (mgr.14556) 4415 : cluster [DBG] pgmap v3887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:54:52.653629+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:54:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:51.648938+0000 mgr.y (mgr.14556) 4415 : cluster [DBG] pgmap v3887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:54:52.653629+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:54:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:54:53] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T08:54:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:54:52.959582+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:54:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:54:52.960323+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:54:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:54:52.968993+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:54:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:54:52.959582+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:54:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:54:52.960323+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:54:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:54:52.968993+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:54:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:54:52.959582+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:54:54.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:54:52.960323+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:54:54.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:54:52.968993+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:54:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:53.649434+0000 mgr.y (mgr.14556) 4416 : cluster [DBG] pgmap v3888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:53.649434+0000 mgr.y (mgr.14556) 4416 : cluster [DBG] pgmap v3888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:53.649434+0000 mgr.y (mgr.14556) 4416 : cluster [DBG] pgmap v3888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:55.649999+0000 mgr.y (mgr.14556) 4417 : cluster [DBG] pgmap v3889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:55.649999+0000 mgr.y (mgr.14556) 4417 : cluster [DBG] pgmap v3889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:55.649999+0000 mgr.y (mgr.14556) 4417 : cluster [DBG] pgmap v3889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:54:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:57.650419+0000 mgr.y (mgr.14556) 4418 : cluster [DBG] pgmap v3890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:57.650419+0000 mgr.y (mgr.14556) 4418 : cluster [DBG] pgmap v3890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:54:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:57.650419+0000 mgr.y (mgr.14556) 4418 : cluster [DBG] pgmap v3890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:54:59.650964+0000 mgr.y (mgr.14556) 4419 : cluster [DBG] pgmap v3891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:54:59.650964+0000 mgr.y (mgr.14556) 4419 : cluster [DBG] pgmap v3891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:54:59.650964+0000 mgr.y (mgr.14556) 4419 : cluster [DBG] pgmap v3891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:55:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:01.651914+0000 mgr.y (mgr.14556) 4420 : cluster [DBG] pgmap v3892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:01.651914+0000 mgr.y (mgr.14556) 4420 : cluster [DBG] pgmap v3892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:01.651914+0000 mgr.y (mgr.14556) 4420 : cluster [DBG] pgmap v3892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:55:03] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T08:55:04.632 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:55:04.923 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:55:04.923 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:55:04.923 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 5m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:55:04.923 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 5m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:55:04.923 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 5m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 5m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 5m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 5m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 5m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 5m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 5m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:55:04.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 5m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:55:04.925 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 5m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:55:04.925 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 5m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:55:05.276 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:55:05.276 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:55:05.276 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:55:05.276 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:55:05.276 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:55:05.276 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:55:05.276 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:55:05.276 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:55:05.276 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:55:05.276 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:55:05.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:55:05.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:55:05.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:55:05.277 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:55:05.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:55:05.277 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:55:05.277 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:55:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:03.652555+0000 mgr.y (mgr.14556) 4421 : cluster [DBG] pgmap v3893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:03.652555+0000 mgr.y (mgr.14556) 4421 : cluster [DBG] pgmap v3893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:03.652555+0000 mgr.y (mgr.14556) 4421 : cluster [DBG] pgmap v3893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:55:04.618970+0000 mgr.y (mgr.14556) 4422 : audit [DBG] from='client.19347 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:55:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:55:04.914462+0000 mgr.y (mgr.14556) 4423 : audit [DBG] from='client.19353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:55:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:55:05.275952+0000 mon.a (mon.0) 1546 : audit [DBG] from='client.? 172.21.15.23:0/2404366634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:55:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:55:04.618970+0000 mgr.y (mgr.14556) 4422 : audit [DBG] from='client.19347 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:55:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:55:04.914462+0000 mgr.y (mgr.14556) 4423 : audit [DBG] from='client.19353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:55:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:55:05.275952+0000 mon.a (mon.0) 1546 : audit [DBG] from='client.? 172.21.15.23:0/2404366634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:55:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:55:04.618970+0000 mgr.y (mgr.14556) 4422 : audit [DBG] from='client.19347 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:55:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:55:04.914462+0000 mgr.y (mgr.14556) 4423 : audit [DBG] from='client.19353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:55:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:55:05.275952+0000 mon.a (mon.0) 1546 : audit [DBG] from='client.? 172.21.15.23:0/2404366634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:55:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:05.653072+0000 mgr.y (mgr.14556) 4424 : cluster [DBG] pgmap v3894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:05.653072+0000 mgr.y (mgr.14556) 4424 : cluster [DBG] pgmap v3894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:05.653072+0000 mgr.y (mgr.14556) 4424 : cluster [DBG] pgmap v3894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:07.653480+0000 mgr.y (mgr.14556) 4425 : cluster [DBG] pgmap v3895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:07.653480+0000 mgr.y (mgr.14556) 4425 : cluster [DBG] pgmap v3895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:07.653480+0000 mgr.y (mgr.14556) 4425 : cluster [DBG] pgmap v3895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:09.653881+0000 mgr.y (mgr.14556) 4426 : cluster [DBG] pgmap v3896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:09.653881+0000 mgr.y (mgr.14556) 4426 : cluster [DBG] pgmap v3896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:09.653881+0000 mgr.y (mgr.14556) 4426 : cluster [DBG] pgmap v3896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:55:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:11.654550+0000 mgr.y (mgr.14556) 4427 : cluster [DBG] pgmap v3897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:11.654550+0000 mgr.y (mgr.14556) 4427 : cluster [DBG] pgmap v3897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:11.654550+0000 mgr.y (mgr.14556) 4427 : cluster [DBG] pgmap v3897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:55:13] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:55:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:13.655008+0000 mgr.y (mgr.14556) 4428 : cluster [DBG] pgmap v3898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:13.655008+0000 mgr.y (mgr.14556) 4428 : cluster [DBG] pgmap v3898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:13.655008+0000 mgr.y (mgr.14556) 4428 : cluster [DBG] pgmap v3898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:15.655666+0000 mgr.y (mgr.14556) 4429 : cluster [DBG] pgmap v3899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:15.655666+0000 mgr.y (mgr.14556) 4429 : cluster [DBG] pgmap v3899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:16.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:15.655666+0000 mgr.y (mgr.14556) 4429 : cluster [DBG] pgmap v3899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:17.656051+0000 mgr.y (mgr.14556) 4430 : cluster [DBG] pgmap v3900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:17.656051+0000 mgr.y (mgr.14556) 4430 : cluster [DBG] pgmap v3900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:19.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:17.656051+0000 mgr.y (mgr.14556) 4430 : cluster [DBG] pgmap v3900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:19.656498+0000 mgr.y (mgr.14556) 4431 : cluster [DBG] pgmap v3901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:19.656498+0000 mgr.y (mgr.14556) 4431 : cluster [DBG] pgmap v3901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:21.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:19.656498+0000 mgr.y (mgr.14556) 4431 : cluster [DBG] pgmap v3901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:55:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:21.657283+0000 mgr.y (mgr.14556) 4432 : cluster [DBG] pgmap v3902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:21.657283+0000 mgr.y (mgr.14556) 4432 : cluster [DBG] pgmap v3902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:21.657283+0000 mgr.y (mgr.14556) 4432 : cluster [DBG] pgmap v3902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:55:23] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:55:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:23.657835+0000 mgr.y (mgr.14556) 4433 : cluster [DBG] pgmap v3903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:23.657835+0000 mgr.y (mgr.14556) 4433 : cluster [DBG] pgmap v3903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:25.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:23.657835+0000 mgr.y (mgr.14556) 4433 : cluster [DBG] pgmap v3903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:25.658465+0000 mgr.y (mgr.14556) 4434 : cluster [DBG] pgmap v3904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:25.658465+0000 mgr.y (mgr.14556) 4434 : cluster [DBG] pgmap v3904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:25.658465+0000 mgr.y (mgr.14556) 4434 : cluster [DBG] pgmap v3904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:27.658871+0000 mgr.y (mgr.14556) 4435 : cluster [DBG] pgmap v3905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:27.658871+0000 mgr.y (mgr.14556) 4435 : cluster [DBG] pgmap v3905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:27.658871+0000 mgr.y (mgr.14556) 4435 : cluster [DBG] pgmap v3905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:29.659412+0000 mgr.y (mgr.14556) 4436 : cluster [DBG] pgmap v3906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:29.659412+0000 mgr.y (mgr.14556) 4436 : cluster [DBG] pgmap v3906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:31.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:29.659412+0000 mgr.y (mgr.14556) 4436 : cluster [DBG] pgmap v3906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:55:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:31.660236+0000 mgr.y (mgr.14556) 4437 : cluster [DBG] pgmap v3907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:31.660236+0000 mgr.y (mgr.14556) 4437 : cluster [DBG] pgmap v3907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:31.660236+0000 mgr.y (mgr.14556) 4437 : cluster [DBG] pgmap v3907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:55:33] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:55:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:33.660607+0000 mgr.y (mgr.14556) 4438 : cluster [DBG] pgmap v3908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:33.660607+0000 mgr.y (mgr.14556) 4438 : cluster [DBG] pgmap v3908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:33.660607+0000 mgr.y (mgr.14556) 4438 : cluster [DBG] pgmap v3908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:35.600 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:55:35.889 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:55:35.889 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:55:35.889 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 5m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 5m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 5m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 5m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 5m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 5m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 5m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:55:35.890 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:55:35.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 5m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:55:35.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 5m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:55:35.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 5m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:55:35.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 5m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:55:35.891 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 5m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:55:36.236 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:55:36.236 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:55:36.236 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:55:36.236 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:55:36.236 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:55:36.236 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:55:36.236 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:55:36.236 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:55:36.236 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:55:36.236 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:55:36.236 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:55:36.237 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:55:36.237 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:55:36.237 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:55:36.237 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:55:36.237 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:55:36.237 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:55:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:55:35.588246+0000 mgr.y (mgr.14556) 4439 : audit [DBG] from='client.19365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:55:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:35.661159+0000 mgr.y (mgr.14556) 4440 : cluster [DBG] pgmap v3909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:55:35.880963+0000 mgr.y (mgr.14556) 4441 : audit [DBG] from='client.29285 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:55:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:55:36.235822+0000 mon.a (mon.0) 1547 : audit [DBG] from='client.? 172.21.15.23:0/2733931984' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:55:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:55:35.588246+0000 mgr.y (mgr.14556) 4439 : audit [DBG] from='client.19365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:55:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:35.661159+0000 mgr.y (mgr.14556) 4440 : cluster [DBG] pgmap v3909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:55:35.880963+0000 mgr.y (mgr.14556) 4441 : audit [DBG] from='client.29285 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:55:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:55:36.235822+0000 mon.a (mon.0) 1547 : audit [DBG] from='client.? 172.21.15.23:0/2733931984' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:55:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:55:35.588246+0000 mgr.y (mgr.14556) 4439 : audit [DBG] from='client.19365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:55:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:35.661159+0000 mgr.y (mgr.14556) 4440 : cluster [DBG] pgmap v3909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:55:35.880963+0000 mgr.y (mgr.14556) 4441 : audit [DBG] from='client.29285 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:55:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:55:36.235822+0000 mon.a (mon.0) 1547 : audit [DBG] from='client.? 172.21.15.23:0/2733931984' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:55:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:37.661659+0000 mgr.y (mgr.14556) 4442 : cluster [DBG] pgmap v3910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:37.661659+0000 mgr.y (mgr.14556) 4442 : cluster [DBG] pgmap v3910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:37.661659+0000 mgr.y (mgr.14556) 4442 : cluster [DBG] pgmap v3910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:39.662051+0000 mgr.y (mgr.14556) 4443 : cluster [DBG] pgmap v3911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:39.662051+0000 mgr.y (mgr.14556) 4443 : cluster [DBG] pgmap v3911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:39.662051+0000 mgr.y (mgr.14556) 4443 : cluster [DBG] pgmap v3911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:55:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:41.662757+0000 mgr.y (mgr.14556) 4444 : cluster [DBG] pgmap v3912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:41.662757+0000 mgr.y (mgr.14556) 4444 : cluster [DBG] pgmap v3912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:41.662757+0000 mgr.y (mgr.14556) 4444 : cluster [DBG] pgmap v3912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:55:43] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T08:55:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:43.663306+0000 mgr.y (mgr.14556) 4445 : cluster [DBG] pgmap v3913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:43.663306+0000 mgr.y (mgr.14556) 4445 : cluster [DBG] pgmap v3913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:43.663306+0000 mgr.y (mgr.14556) 4445 : cluster [DBG] pgmap v3913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:45.663909+0000 mgr.y (mgr.14556) 4446 : cluster [DBG] pgmap v3914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:45.663909+0000 mgr.y (mgr.14556) 4446 : cluster [DBG] pgmap v3914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:45.663909+0000 mgr.y (mgr.14556) 4446 : cluster [DBG] pgmap v3914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:47.664364+0000 mgr.y (mgr.14556) 4447 : cluster [DBG] pgmap v3915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:47.664364+0000 mgr.y (mgr.14556) 4447 : cluster [DBG] pgmap v3915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:47.664364+0000 mgr.y (mgr.14556) 4447 : cluster [DBG] pgmap v3915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:49.664955+0000 mgr.y (mgr.14556) 4448 : cluster [DBG] pgmap v3916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:49.664955+0000 mgr.y (mgr.14556) 4448 : cluster [DBG] pgmap v3916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:49.664955+0000 mgr.y (mgr.14556) 4448 : cluster [DBG] pgmap v3916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:55:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:51.665564+0000 mgr.y (mgr.14556) 4449 : cluster [DBG] pgmap v3917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:51.665564+0000 mgr.y (mgr.14556) 4449 : cluster [DBG] pgmap v3917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:51.665564+0000 mgr.y (mgr.14556) 4449 : cluster [DBG] pgmap v3917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:55:53] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T08:55:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:55:52.973482+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:55:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:55:53.282416+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:55:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:55:53.283165+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:55:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:55:53.289192+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:55:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:55:52.973482+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:55:54.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:55:53.282416+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:55:54.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:55:53.283165+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:55:54.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:55:53.289192+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:55:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:55:52.973482+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:55:54.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:55:53.282416+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:55:54.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:55:53.283165+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:55:54.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:55:53.289192+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:55:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:53.666037+0000 mgr.y (mgr.14556) 4450 : cluster [DBG] pgmap v3918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:53.666037+0000 mgr.y (mgr.14556) 4450 : cluster [DBG] pgmap v3918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:53.666037+0000 mgr.y (mgr.14556) 4450 : cluster [DBG] pgmap v3918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:55.666749+0000 mgr.y (mgr.14556) 4451 : cluster [DBG] pgmap v3919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:55.666749+0000 mgr.y (mgr.14556) 4451 : cluster [DBG] pgmap v3919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:55.666749+0000 mgr.y (mgr.14556) 4451 : cluster [DBG] pgmap v3919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:57.667158+0000 mgr.y (mgr.14556) 4452 : cluster [DBG] pgmap v3920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:57.667158+0000 mgr.y (mgr.14556) 4452 : cluster [DBG] pgmap v3920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:55:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:55:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:57.667158+0000 mgr.y (mgr.14556) 4452 : cluster [DBG] pgmap v3920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:55:59.667588+0000 mgr.y (mgr.14556) 4453 : cluster [DBG] pgmap v3921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:55:59.667588+0000 mgr.y (mgr.14556) 4453 : cluster [DBG] pgmap v3921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:55:59.667588+0000 mgr.y (mgr.14556) 4453 : cluster [DBG] pgmap v3921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:56:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:01.668406+0000 mgr.y (mgr.14556) 4454 : cluster [DBG] pgmap v3922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:01.668406+0000 mgr.y (mgr.14556) 4454 : cluster [DBG] pgmap v3922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:03.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:01.668406+0000 mgr.y (mgr.14556) 4454 : cluster [DBG] pgmap v3922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:56:03] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T08:56:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:03.668834+0000 mgr.y (mgr.14556) 4455 : cluster [DBG] pgmap v3923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:03.668834+0000 mgr.y (mgr.14556) 4455 : cluster [DBG] pgmap v3923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:03.668834+0000 mgr.y (mgr.14556) 4455 : cluster [DBG] pgmap v3923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:06.565 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:56:06.854 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 6m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 6m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 6m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 6m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 6m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 6m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 6m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 6m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 6m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 6m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 6m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 6m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 6m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:56:06.855 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 6m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:56:06.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 6m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:56:06.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 6m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:56:06.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 6m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:56:06.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 6m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:56:06.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 6m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:56:06.856 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 6m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:56:07.215 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:56:07.216 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:56:07.217 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:56:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:05.669580+0000 mgr.y (mgr.14556) 4456 : cluster [DBG] pgmap v3924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:05.669580+0000 mgr.y (mgr.14556) 4456 : cluster [DBG] pgmap v3924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:05.669580+0000 mgr.y (mgr.14556) 4456 : cluster [DBG] pgmap v3924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:56:06.552978+0000 mgr.y (mgr.14556) 4457 : audit [DBG] from='client.19383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:56:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:56:06.846235+0000 mgr.y (mgr.14556) 4458 : audit [DBG] from='client.29303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:56:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:56:07.215426+0000 mon.c (mon.2) 134 : audit [DBG] from='client.? 172.21.15.23:0/809654108' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:56:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:56:06.552978+0000 mgr.y (mgr.14556) 4457 : audit [DBG] from='client.19383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:56:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:56:06.846235+0000 mgr.y (mgr.14556) 4458 : audit [DBG] from='client.29303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:56:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:56:07.215426+0000 mon.c (mon.2) 134 : audit [DBG] from='client.? 172.21.15.23:0/809654108' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:56:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:56:06.552978+0000 mgr.y (mgr.14556) 4457 : audit [DBG] from='client.19383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:56:08.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:56:06.846235+0000 mgr.y (mgr.14556) 4458 : audit [DBG] from='client.29303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:56:08.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:56:07.215426+0000 mon.c (mon.2) 134 : audit [DBG] from='client.? 172.21.15.23:0/809654108' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:56:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:07.669928+0000 mgr.y (mgr.14556) 4459 : cluster [DBG] pgmap v3925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:07.669928+0000 mgr.y (mgr.14556) 4459 : cluster [DBG] pgmap v3925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:07.669928+0000 mgr.y (mgr.14556) 4459 : cluster [DBG] pgmap v3925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:09.670321+0000 mgr.y (mgr.14556) 4460 : cluster [DBG] pgmap v3926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:09.670321+0000 mgr.y (mgr.14556) 4460 : cluster [DBG] pgmap v3926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:09.670321+0000 mgr.y (mgr.14556) 4460 : cluster [DBG] pgmap v3926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:56:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:11.671016+0000 mgr.y (mgr.14556) 4461 : cluster [DBG] pgmap v3927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:11.671016+0000 mgr.y (mgr.14556) 4461 : cluster [DBG] pgmap v3927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:11.671016+0000 mgr.y (mgr.14556) 4461 : cluster [DBG] pgmap v3927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:56:13] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:56:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:13.671408+0000 mgr.y (mgr.14556) 4462 : cluster [DBG] pgmap v3928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:13.671408+0000 mgr.y (mgr.14556) 4462 : cluster [DBG] pgmap v3928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:13.671408+0000 mgr.y (mgr.14556) 4462 : cluster [DBG] pgmap v3928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:15.672272+0000 mgr.y (mgr.14556) 4463 : cluster [DBG] pgmap v3929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:15.672272+0000 mgr.y (mgr.14556) 4463 : cluster [DBG] pgmap v3929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:15.672272+0000 mgr.y (mgr.14556) 4463 : cluster [DBG] pgmap v3929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:17.672703+0000 mgr.y (mgr.14556) 4464 : cluster [DBG] pgmap v3930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:17.672703+0000 mgr.y (mgr.14556) 4464 : cluster [DBG] pgmap v3930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:19.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:17.672703+0000 mgr.y (mgr.14556) 4464 : cluster [DBG] pgmap v3930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:19.673094+0000 mgr.y (mgr.14556) 4465 : cluster [DBG] pgmap v3931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:19.673094+0000 mgr.y (mgr.14556) 4465 : cluster [DBG] pgmap v3931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:21.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:19.673094+0000 mgr.y (mgr.14556) 4465 : cluster [DBG] pgmap v3931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:56:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:21.673835+0000 mgr.y (mgr.14556) 4466 : cluster [DBG] pgmap v3932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:21.673835+0000 mgr.y (mgr.14556) 4466 : cluster [DBG] pgmap v3932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:21.673835+0000 mgr.y (mgr.14556) 4466 : cluster [DBG] pgmap v3932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:56:23] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T08:56:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:23.674177+0000 mgr.y (mgr.14556) 4467 : cluster [DBG] pgmap v3933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:23.674177+0000 mgr.y (mgr.14556) 4467 : cluster [DBG] pgmap v3933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:25.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:23.674177+0000 mgr.y (mgr.14556) 4467 : cluster [DBG] pgmap v3933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:25.674996+0000 mgr.y (mgr.14556) 4468 : cluster [DBG] pgmap v3934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:25.674996+0000 mgr.y (mgr.14556) 4468 : cluster [DBG] pgmap v3934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:25.674996+0000 mgr.y (mgr.14556) 4468 : cluster [DBG] pgmap v3934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:27.675487+0000 mgr.y (mgr.14556) 4469 : cluster [DBG] pgmap v3935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:27.675487+0000 mgr.y (mgr.14556) 4469 : cluster [DBG] pgmap v3935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:27.675487+0000 mgr.y (mgr.14556) 4469 : cluster [DBG] pgmap v3935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:29.675878+0000 mgr.y (mgr.14556) 4470 : cluster [DBG] pgmap v3936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:29.675878+0000 mgr.y (mgr.14556) 4470 : cluster [DBG] pgmap v3936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:31.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:29.675878+0000 mgr.y (mgr.14556) 4470 : cluster [DBG] pgmap v3936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:56:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:31.676705+0000 mgr.y (mgr.14556) 4471 : cluster [DBG] pgmap v3937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:31.676705+0000 mgr.y (mgr.14556) 4471 : cluster [DBG] pgmap v3937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:31.676705+0000 mgr.y (mgr.14556) 4471 : cluster [DBG] pgmap v3937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:56:33] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T08:56:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:33.677153+0000 mgr.y (mgr.14556) 4472 : cluster [DBG] pgmap v3938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:33.677153+0000 mgr.y (mgr.14556) 4472 : cluster [DBG] pgmap v3938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:33.677153+0000 mgr.y (mgr.14556) 4472 : cluster [DBG] pgmap v3938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:35.677803+0000 mgr.y (mgr.14556) 4473 : cluster [DBG] pgmap v3939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:35.677803+0000 mgr.y (mgr.14556) 4473 : cluster [DBG] pgmap v3939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:35.677803+0000 mgr.y (mgr.14556) 4473 : cluster [DBG] pgmap v3939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:37.538 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:56:37.825 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:56:37.825 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 6m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:56:37.825 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 6m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 6m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 6m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 6m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 6m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 6m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 6m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 6m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 6m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 6m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 6m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 6m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 6m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 6m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:56:37.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 6m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:56:37.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 6m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:56:37.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 6m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:56:37.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 6m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:56:37.827 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 6m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:56:38.176 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:56:38.176 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:56:38.176 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:56:38.176 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:56:38.176 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:56:38.176 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:56:38.176 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:56:38.176 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:56:38.176 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:56:38.177 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:56:38.177 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:56:38.177 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:56:38.177 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:56:38.177 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:56:38.177 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:56:38.177 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:56:38.177 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:56:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:56:37.526850+0000 mgr.y (mgr.14556) 4474 : audit [DBG] from='client.19401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:56:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:37.678160+0000 mgr.y (mgr.14556) 4475 : cluster [DBG] pgmap v3940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:56:37.817263+0000 mgr.y (mgr.14556) 4476 : audit [DBG] from='client.19407 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:56:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:56:38.175979+0000 mon.c (mon.2) 135 : audit [DBG] from='client.? 172.21.15.23:0/92710018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:56:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:56:37.526850+0000 mgr.y (mgr.14556) 4474 : audit [DBG] from='client.19401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:56:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:37.678160+0000 mgr.y (mgr.14556) 4475 : cluster [DBG] pgmap v3940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:56:37.817263+0000 mgr.y (mgr.14556) 4476 : audit [DBG] from='client.19407 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:56:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:56:38.175979+0000 mon.c (mon.2) 135 : audit [DBG] from='client.? 172.21.15.23:0/92710018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:56:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:56:37.526850+0000 mgr.y (mgr.14556) 4474 : audit [DBG] from='client.19401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:56:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:37.678160+0000 mgr.y (mgr.14556) 4475 : cluster [DBG] pgmap v3940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:56:37.817263+0000 mgr.y (mgr.14556) 4476 : audit [DBG] from='client.19407 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:56:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:56:38.175979+0000 mon.c (mon.2) 135 : audit [DBG] from='client.? 172.21.15.23:0/92710018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:56:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:39.678720+0000 mgr.y (mgr.14556) 4477 : cluster [DBG] pgmap v3941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:39.678720+0000 mgr.y (mgr.14556) 4477 : cluster [DBG] pgmap v3941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:39.678720+0000 mgr.y (mgr.14556) 4477 : cluster [DBG] pgmap v3941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:56:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:41.679418+0000 mgr.y (mgr.14556) 4478 : cluster [DBG] pgmap v3942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:41.679418+0000 mgr.y (mgr.14556) 4478 : cluster [DBG] pgmap v3942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:41.679418+0000 mgr.y (mgr.14556) 4478 : cluster [DBG] pgmap v3942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:56:43] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:56:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:43.679920+0000 mgr.y (mgr.14556) 4479 : cluster [DBG] pgmap v3943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:43.679920+0000 mgr.y (mgr.14556) 4479 : cluster [DBG] pgmap v3943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:43.679920+0000 mgr.y (mgr.14556) 4479 : cluster [DBG] pgmap v3943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:45.680565+0000 mgr.y (mgr.14556) 4480 : cluster [DBG] pgmap v3944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:45.680565+0000 mgr.y (mgr.14556) 4480 : cluster [DBG] pgmap v3944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:45.680565+0000 mgr.y (mgr.14556) 4480 : cluster [DBG] pgmap v3944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:47.681028+0000 mgr.y (mgr.14556) 4481 : cluster [DBG] pgmap v3945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:47.681028+0000 mgr.y (mgr.14556) 4481 : cluster [DBG] pgmap v3945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:47.681028+0000 mgr.y (mgr.14556) 4481 : cluster [DBG] pgmap v3945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:49.681382+0000 mgr.y (mgr.14556) 4482 : cluster [DBG] pgmap v3946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:49.681382+0000 mgr.y (mgr.14556) 4482 : cluster [DBG] pgmap v3946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:49.681382+0000 mgr.y (mgr.14556) 4482 : cluster [DBG] pgmap v3946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:56:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:51.682019+0000 mgr.y (mgr.14556) 4483 : cluster [DBG] pgmap v3947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:51.682019+0000 mgr.y (mgr.14556) 4483 : cluster [DBG] pgmap v3947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:51.682019+0000 mgr.y (mgr.14556) 4483 : cluster [DBG] pgmap v3947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:56:53] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T08:56:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:56:53.294503+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:56:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:56:53.601754+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:56:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:56:53.602373+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:56:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:56:53.611298+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:56:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:56:53.294503+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:56:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:56:53.601754+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:56:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:56:53.602373+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:56:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:56:53.611298+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:56:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:56:53.294503+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:56:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:56:53.601754+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:56:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:56:53.602373+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:56:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:56:53.611298+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:56:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:53.682341+0000 mgr.y (mgr.14556) 4484 : cluster [DBG] pgmap v3948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:53.682341+0000 mgr.y (mgr.14556) 4484 : cluster [DBG] pgmap v3948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:53.682341+0000 mgr.y (mgr.14556) 4484 : cluster [DBG] pgmap v3948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:55.682985+0000 mgr.y (mgr.14556) 4485 : cluster [DBG] pgmap v3949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:55.682985+0000 mgr.y (mgr.14556) 4485 : cluster [DBG] pgmap v3949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:55.682985+0000 mgr.y (mgr.14556) 4485 : cluster [DBG] pgmap v3949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:56:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:57.683421+0000 mgr.y (mgr.14556) 4486 : cluster [DBG] pgmap v3950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:56:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:57.683421+0000 mgr.y (mgr.14556) 4486 : cluster [DBG] pgmap v3950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:56:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:56:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:57.683421+0000 mgr.y (mgr.14556) 4486 : cluster [DBG] pgmap v3950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:56:59.683924+0000 mgr.y (mgr.14556) 4487 : cluster [DBG] pgmap v3951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:56:59.683924+0000 mgr.y (mgr.14556) 4487 : cluster [DBG] pgmap v3951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:56:59.683924+0000 mgr.y (mgr.14556) 4487 : cluster [DBG] pgmap v3951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:57:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:01.684556+0000 mgr.y (mgr.14556) 4488 : cluster [DBG] pgmap v3952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:01.684556+0000 mgr.y (mgr.14556) 4488 : cluster [DBG] pgmap v3952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:01.684556+0000 mgr.y (mgr.14556) 4488 : cluster [DBG] pgmap v3952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:57:03] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T08:57:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:03.684900+0000 mgr.y (mgr.14556) 4489 : cluster [DBG] pgmap v3953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:03.684900+0000 mgr.y (mgr.14556) 4489 : cluster [DBG] pgmap v3953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:03.684900+0000 mgr.y (mgr.14556) 4489 : cluster [DBG] pgmap v3953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:05.685513+0000 mgr.y (mgr.14556) 4490 : cluster [DBG] pgmap v3954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:05.685513+0000 mgr.y (mgr.14556) 4490 : cluster [DBG] pgmap v3954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:05.685513+0000 mgr.y (mgr.14556) 4490 : cluster [DBG] pgmap v3954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:08.504 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:57:08.794 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:57:08.794 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 7m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:57:08.794 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 7m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:57:08.794 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 7m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:57:08.794 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 7m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:57:08.794 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 7m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:57:08.794 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 7m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 7m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 7m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 7m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 7m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 7m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 7m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 7m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 7m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 7m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 7m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 7m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 7m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 7m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:57:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 7m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:57:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:07.685883+0000 mgr.y (mgr.14556) 4491 : cluster [DBG] pgmap v3955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:07.685883+0000 mgr.y (mgr.14556) 4491 : cluster [DBG] pgmap v3955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:09.143 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:57:09.143 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:57:09.143 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:57:09.143 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:57:09.144 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:57:09.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:07.685883+0000 mgr.y (mgr.14556) 4491 : cluster [DBG] pgmap v3955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:57:08.492137+0000 mgr.y (mgr.14556) 4492 : audit [DBG] from='client.29333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:57:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:57:08.786057+0000 mgr.y (mgr.14556) 4493 : audit [DBG] from='client.29339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:57:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:57:09.143497+0000 mon.c (mon.2) 136 : audit [DBG] from='client.? 172.21.15.23:0/3978749588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:57:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:57:08.492137+0000 mgr.y (mgr.14556) 4492 : audit [DBG] from='client.29333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:57:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:57:08.786057+0000 mgr.y (mgr.14556) 4493 : audit [DBG] from='client.29339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:57:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:57:09.143497+0000 mon.c (mon.2) 136 : audit [DBG] from='client.? 172.21.15.23:0/3978749588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:57:10.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:57:08.492137+0000 mgr.y (mgr.14556) 4492 : audit [DBG] from='client.29333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:57:10.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:57:08.786057+0000 mgr.y (mgr.14556) 4493 : audit [DBG] from='client.29339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:57:10.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:57:09.143497+0000 mon.c (mon.2) 136 : audit [DBG] from='client.? 172.21.15.23:0/3978749588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:57:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:09.686298+0000 mgr.y (mgr.14556) 4494 : cluster [DBG] pgmap v3956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:09.686298+0000 mgr.y (mgr.14556) 4494 : cluster [DBG] pgmap v3956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:09.686298+0000 mgr.y (mgr.14556) 4494 : cluster [DBG] pgmap v3956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:57:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:11.686979+0000 mgr.y (mgr.14556) 4495 : cluster [DBG] pgmap v3957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:11.686979+0000 mgr.y (mgr.14556) 4495 : cluster [DBG] pgmap v3957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:13.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:11.686979+0000 mgr.y (mgr.14556) 4495 : cluster [DBG] pgmap v3957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:57:13] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T08:57:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:13.687548+0000 mgr.y (mgr.14556) 4496 : cluster [DBG] pgmap v3958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:13.687548+0000 mgr.y (mgr.14556) 4496 : cluster [DBG] pgmap v3958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:13.687548+0000 mgr.y (mgr.14556) 4496 : cluster [DBG] pgmap v3958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:15.688319+0000 mgr.y (mgr.14556) 4497 : cluster [DBG] pgmap v3959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:15.688319+0000 mgr.y (mgr.14556) 4497 : cluster [DBG] pgmap v3959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:15.688319+0000 mgr.y (mgr.14556) 4497 : cluster [DBG] pgmap v3959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:17.688733+0000 mgr.y (mgr.14556) 4498 : cluster [DBG] pgmap v3960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:17.688733+0000 mgr.y (mgr.14556) 4498 : cluster [DBG] pgmap v3960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:19.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:17.688733+0000 mgr.y (mgr.14556) 4498 : cluster [DBG] pgmap v3960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:19.689286+0000 mgr.y (mgr.14556) 4499 : cluster [DBG] pgmap v3961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:19.689286+0000 mgr.y (mgr.14556) 4499 : cluster [DBG] pgmap v3961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:21.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:19.689286+0000 mgr.y (mgr.14556) 4499 : cluster [DBG] pgmap v3961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:57:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:21.690077+0000 mgr.y (mgr.14556) 4500 : cluster [DBG] pgmap v3962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:21.690077+0000 mgr.y (mgr.14556) 4500 : cluster [DBG] pgmap v3962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:21.690077+0000 mgr.y (mgr.14556) 4500 : cluster [DBG] pgmap v3962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:57:23] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T08:57:25.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:23.690563+0000 mgr.y (mgr.14556) 4501 : cluster [DBG] pgmap v3963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:23.690563+0000 mgr.y (mgr.14556) 4501 : cluster [DBG] pgmap v3963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:23.690563+0000 mgr.y (mgr.14556) 4501 : cluster [DBG] pgmap v3963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:25.691433+0000 mgr.y (mgr.14556) 4502 : cluster [DBG] pgmap v3964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:25.691433+0000 mgr.y (mgr.14556) 4502 : cluster [DBG] pgmap v3964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:25.691433+0000 mgr.y (mgr.14556) 4502 : cluster [DBG] pgmap v3964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:27.691992+0000 mgr.y (mgr.14556) 4503 : cluster [DBG] pgmap v3965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:27.691992+0000 mgr.y (mgr.14556) 4503 : cluster [DBG] pgmap v3965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:27.691992+0000 mgr.y (mgr.14556) 4503 : cluster [DBG] pgmap v3965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:29.692429+0000 mgr.y (mgr.14556) 4504 : cluster [DBG] pgmap v3966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:29.692429+0000 mgr.y (mgr.14556) 4504 : cluster [DBG] pgmap v3966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:29.692429+0000 mgr.y (mgr.14556) 4504 : cluster [DBG] pgmap v3966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:57:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:31.693275+0000 mgr.y (mgr.14556) 4505 : cluster [DBG] pgmap v3967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:31.693275+0000 mgr.y (mgr.14556) 4505 : cluster [DBG] pgmap v3967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:31.693275+0000 mgr.y (mgr.14556) 4505 : cluster [DBG] pgmap v3967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:57:33] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T08:57:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:33.693690+0000 mgr.y (mgr.14556) 4506 : cluster [DBG] pgmap v3968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:33.693690+0000 mgr.y (mgr.14556) 4506 : cluster [DBG] pgmap v3968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:33.693690+0000 mgr.y (mgr.14556) 4506 : cluster [DBG] pgmap v3968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:35.694276+0000 mgr.y (mgr.14556) 4507 : cluster [DBG] pgmap v3969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:35.694276+0000 mgr.y (mgr.14556) 4507 : cluster [DBG] pgmap v3969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:35.694276+0000 mgr.y (mgr.14556) 4507 : cluster [DBG] pgmap v3969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:37.694703+0000 mgr.y (mgr.14556) 4508 : cluster [DBG] pgmap v3970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:37.694703+0000 mgr.y (mgr.14556) 4508 : cluster [DBG] pgmap v3970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:37.694703+0000 mgr.y (mgr.14556) 4508 : cluster [DBG] pgmap v3970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:39.466 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:57:39.754 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:57:39.754 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 7m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 7m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 7m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 7m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 7m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 7m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 7m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 7m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 7m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 7m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 7m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 7m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 7m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 7m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 7m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:57:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 7m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:57:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 7m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:57:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 7m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:57:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 7m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:57:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 7m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:57:40.104 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:57:40.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:57:40.106 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:57:40.106 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:57:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:57:39.454875+0000 mgr.y (mgr.14556) 4509 : audit [DBG] from='client.19437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:57:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:39.695092+0000 mgr.y (mgr.14556) 4510 : cluster [DBG] pgmap v3971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:57:39.746484+0000 mgr.y (mgr.14556) 4511 : audit [DBG] from='client.29357 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:57:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:57:40.104527+0000 mon.c (mon.2) 137 : audit [DBG] from='client.? 172.21.15.23:0/1220979955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:57:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:57:39.454875+0000 mgr.y (mgr.14556) 4509 : audit [DBG] from='client.19437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:57:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:39.695092+0000 mgr.y (mgr.14556) 4510 : cluster [DBG] pgmap v3971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:57:39.746484+0000 mgr.y (mgr.14556) 4511 : audit [DBG] from='client.29357 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:57:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:57:40.104527+0000 mon.c (mon.2) 137 : audit [DBG] from='client.? 172.21.15.23:0/1220979955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:57:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:57:39.454875+0000 mgr.y (mgr.14556) 4509 : audit [DBG] from='client.19437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:57:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:39.695092+0000 mgr.y (mgr.14556) 4510 : cluster [DBG] pgmap v3971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:57:39.746484+0000 mgr.y (mgr.14556) 4511 : audit [DBG] from='client.29357 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:57:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:57:40.104527+0000 mon.c (mon.2) 137 : audit [DBG] from='client.? 172.21.15.23:0/1220979955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:57:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:57:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:41.695710+0000 mgr.y (mgr.14556) 4512 : cluster [DBG] pgmap v3972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:41.695710+0000 mgr.y (mgr.14556) 4512 : cluster [DBG] pgmap v3972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:41.695710+0000 mgr.y (mgr.14556) 4512 : cluster [DBG] pgmap v3972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:57:43] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T08:57:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:43.696202+0000 mgr.y (mgr.14556) 4513 : cluster [DBG] pgmap v3973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:43.696202+0000 mgr.y (mgr.14556) 4513 : cluster [DBG] pgmap v3973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:43.696202+0000 mgr.y (mgr.14556) 4513 : cluster [DBG] pgmap v3973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:45.696844+0000 mgr.y (mgr.14556) 4514 : cluster [DBG] pgmap v3974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:45.696844+0000 mgr.y (mgr.14556) 4514 : cluster [DBG] pgmap v3974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:45.696844+0000 mgr.y (mgr.14556) 4514 : cluster [DBG] pgmap v3974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:47.697406+0000 mgr.y (mgr.14556) 4515 : cluster [DBG] pgmap v3975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:47.697406+0000 mgr.y (mgr.14556) 4515 : cluster [DBG] pgmap v3975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:47.697406+0000 mgr.y (mgr.14556) 4515 : cluster [DBG] pgmap v3975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:49.697858+0000 mgr.y (mgr.14556) 4516 : cluster [DBG] pgmap v3976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:49.697858+0000 mgr.y (mgr.14556) 4516 : cluster [DBG] pgmap v3976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:49.697858+0000 mgr.y (mgr.14556) 4516 : cluster [DBG] pgmap v3976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:57:53.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:51.698531+0000 mgr.y (mgr.14556) 4517 : cluster [DBG] pgmap v3977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:51.698531+0000 mgr.y (mgr.14556) 4517 : cluster [DBG] pgmap v3977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:51.698531+0000 mgr.y (mgr.14556) 4517 : cluster [DBG] pgmap v3977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:57:53] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:57:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:57:53.616586+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:57:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:57:53.616586+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:57:54.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:57:53.616586+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:57:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:53.698957+0000 mgr.y (mgr.14556) 4518 : cluster [DBG] pgmap v3978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:57:53.923601+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:57:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:57:53.924244+0000 mon.a (mon.0) 1558 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:57:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:57:53.930273+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:57:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:53.698957+0000 mgr.y (mgr.14556) 4518 : cluster [DBG] pgmap v3978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:57:53.923601+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:57:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:57:53.924244+0000 mon.a (mon.0) 1558 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:57:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:57:53.930273+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:57:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:53.698957+0000 mgr.y (mgr.14556) 4518 : cluster [DBG] pgmap v3978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:57:53.923601+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:57:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:57:53.924244+0000 mon.a (mon.0) 1558 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:57:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:57:53.930273+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:57:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:55.699585+0000 mgr.y (mgr.14556) 4519 : cluster [DBG] pgmap v3979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:55.699585+0000 mgr.y (mgr.14556) 4519 : cluster [DBG] pgmap v3979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:55.699585+0000 mgr.y (mgr.14556) 4519 : cluster [DBG] pgmap v3979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:57:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:57.700104+0000 mgr.y (mgr.14556) 4520 : cluster [DBG] pgmap v3980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:57:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:57.700104+0000 mgr.y (mgr.14556) 4520 : cluster [DBG] pgmap v3980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:57:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:57:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:57.700104+0000 mgr.y (mgr.14556) 4520 : cluster [DBG] pgmap v3980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:57:59.700590+0000 mgr.y (mgr.14556) 4521 : cluster [DBG] pgmap v3981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:57:59.700590+0000 mgr.y (mgr.14556) 4521 : cluster [DBG] pgmap v3981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:57:59.700590+0000 mgr.y (mgr.14556) 4521 : cluster [DBG] pgmap v3981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:58:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:01.701437+0000 mgr.y (mgr.14556) 4522 : cluster [DBG] pgmap v3982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:01.701437+0000 mgr.y (mgr.14556) 4522 : cluster [DBG] pgmap v3982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:01.701437+0000 mgr.y (mgr.14556) 4522 : cluster [DBG] pgmap v3982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:58:03] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:58:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:03.701846+0000 mgr.y (mgr.14556) 4523 : cluster [DBG] pgmap v3983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:03.701846+0000 mgr.y (mgr.14556) 4523 : cluster [DBG] pgmap v3983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:03.701846+0000 mgr.y (mgr.14556) 4523 : cluster [DBG] pgmap v3983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:05.702546+0000 mgr.y (mgr.14556) 4524 : cluster [DBG] pgmap v3984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:05.702546+0000 mgr.y (mgr.14556) 4524 : cluster [DBG] pgmap v3984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:05.702546+0000 mgr.y (mgr.14556) 4524 : cluster [DBG] pgmap v3984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:07.703107+0000 mgr.y (mgr.14556) 4525 : cluster [DBG] pgmap v3985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:07.703107+0000 mgr.y (mgr.14556) 4525 : cluster [DBG] pgmap v3985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:07.703107+0000 mgr.y (mgr.14556) 4525 : cluster [DBG] pgmap v3985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:10.429 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:58:10.717 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:58:10.717 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 8m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:58:10.717 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 8m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:58:10.717 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 8m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:58:10.717 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 8m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:58:10.717 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 8m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:58:10.717 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 8m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:58:10.718 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 8m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:58:10.718 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 8m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:58:10.718 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 8m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:58:10.718 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 8m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:58:10.718 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 8m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:58:10.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 8m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:58:10.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 8m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:58:10.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 8m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:58:10.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 8m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:58:10.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 8m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:58:10.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 8m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:58:10.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 8m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:58:10.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 8m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:58:10.719 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 8m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:58:11.069 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:58:11.069 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:58:11.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:58:11.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:58:11.069 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:58:11.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:58:11.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:58:11.070 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:58:11.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:58:11.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:58:11.070 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:58:11.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:58:11.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:58:11.070 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:58:11.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:58:11.070 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:58:11.070 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:58:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:09.703706+0000 mgr.y (mgr.14556) 4526 : cluster [DBG] pgmap v3986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:09.703706+0000 mgr.y (mgr.14556) 4526 : cluster [DBG] pgmap v3986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:09.703706+0000 mgr.y (mgr.14556) 4526 : cluster [DBG] pgmap v3986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:58:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:58:10.416815+0000 mgr.y (mgr.14556) 4527 : audit [DBG] from='client.19455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:58:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:58:10.708467+0000 mgr.y (mgr.14556) 4528 : audit [DBG] from='client.29375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:58:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:58:11.068928+0000 mon.a (mon.0) 1560 : audit [DBG] from='client.? 172.21.15.23:0/3910865738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:58:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:58:10.416815+0000 mgr.y (mgr.14556) 4527 : audit [DBG] from='client.19455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:58:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:58:10.708467+0000 mgr.y (mgr.14556) 4528 : audit [DBG] from='client.29375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:58:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:58:11.068928+0000 mon.a (mon.0) 1560 : audit [DBG] from='client.? 172.21.15.23:0/3910865738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:58:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:58:10.416815+0000 mgr.y (mgr.14556) 4527 : audit [DBG] from='client.19455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:58:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:58:10.708467+0000 mgr.y (mgr.14556) 4528 : audit [DBG] from='client.29375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:58:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:58:11.068928+0000 mon.a (mon.0) 1560 : audit [DBG] from='client.? 172.21.15.23:0/3910865738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:58:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:11.704355+0000 mgr.y (mgr.14556) 4529 : cluster [DBG] pgmap v3987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:11.704355+0000 mgr.y (mgr.14556) 4529 : cluster [DBG] pgmap v3987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:11.704355+0000 mgr.y (mgr.14556) 4529 : cluster [DBG] pgmap v3987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:58:13] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:58:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:13.704795+0000 mgr.y (mgr.14556) 4530 : cluster [DBG] pgmap v3988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:13.704795+0000 mgr.y (mgr.14556) 4530 : cluster [DBG] pgmap v3988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:13.704795+0000 mgr.y (mgr.14556) 4530 : cluster [DBG] pgmap v3988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:15.705523+0000 mgr.y (mgr.14556) 4531 : cluster [DBG] pgmap v3989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:15.705523+0000 mgr.y (mgr.14556) 4531 : cluster [DBG] pgmap v3989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:15.705523+0000 mgr.y (mgr.14556) 4531 : cluster [DBG] pgmap v3989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:17.706028+0000 mgr.y (mgr.14556) 4532 : cluster [DBG] pgmap v3990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:17.706028+0000 mgr.y (mgr.14556) 4532 : cluster [DBG] pgmap v3990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:17.706028+0000 mgr.y (mgr.14556) 4532 : cluster [DBG] pgmap v3990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:19.706428+0000 mgr.y (mgr.14556) 4533 : cluster [DBG] pgmap v3991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:19.706428+0000 mgr.y (mgr.14556) 4533 : cluster [DBG] pgmap v3991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:19.706428+0000 mgr.y (mgr.14556) 4533 : cluster [DBG] pgmap v3991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:58:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:21.707146+0000 mgr.y (mgr.14556) 4534 : cluster [DBG] pgmap v3992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:21.707146+0000 mgr.y (mgr.14556) 4534 : cluster [DBG] pgmap v3992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:21.707146+0000 mgr.y (mgr.14556) 4534 : cluster [DBG] pgmap v3992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:58:23] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T08:58:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:23.707579+0000 mgr.y (mgr.14556) 4535 : cluster [DBG] pgmap v3993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:23.707579+0000 mgr.y (mgr.14556) 4535 : cluster [DBG] pgmap v3993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:23.707579+0000 mgr.y (mgr.14556) 4535 : cluster [DBG] pgmap v3993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:25.708386+0000 mgr.y (mgr.14556) 4536 : cluster [DBG] pgmap v3994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:25.708386+0000 mgr.y (mgr.14556) 4536 : cluster [DBG] pgmap v3994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:25.708386+0000 mgr.y (mgr.14556) 4536 : cluster [DBG] pgmap v3994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:27.708787+0000 mgr.y (mgr.14556) 4537 : cluster [DBG] pgmap v3995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:27.708787+0000 mgr.y (mgr.14556) 4537 : cluster [DBG] pgmap v3995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:27.708787+0000 mgr.y (mgr.14556) 4537 : cluster [DBG] pgmap v3995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:29.709352+0000 mgr.y (mgr.14556) 4538 : cluster [DBG] pgmap v3996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:29.709352+0000 mgr.y (mgr.14556) 4538 : cluster [DBG] pgmap v3996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:31.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:29.709352+0000 mgr.y (mgr.14556) 4538 : cluster [DBG] pgmap v3996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:58:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:31.710005+0000 mgr.y (mgr.14556) 4539 : cluster [DBG] pgmap v3997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:31.710005+0000 mgr.y (mgr.14556) 4539 : cluster [DBG] pgmap v3997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:31.710005+0000 mgr.y (mgr.14556) 4539 : cluster [DBG] pgmap v3997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:58:33] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T08:58:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:33.710441+0000 mgr.y (mgr.14556) 4540 : cluster [DBG] pgmap v3998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:33.710441+0000 mgr.y (mgr.14556) 4540 : cluster [DBG] pgmap v3998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:33.710441+0000 mgr.y (mgr.14556) 4540 : cluster [DBG] pgmap v3998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:35.711087+0000 mgr.y (mgr.14556) 4541 : cluster [DBG] pgmap v3999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:35.711087+0000 mgr.y (mgr.14556) 4541 : cluster [DBG] pgmap v3999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:35.711087+0000 mgr.y (mgr.14556) 4541 : cluster [DBG] pgmap v3999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:37.711647+0000 mgr.y (mgr.14556) 4542 : cluster [DBG] pgmap v4000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:37.711647+0000 mgr.y (mgr.14556) 4542 : cluster [DBG] pgmap v4000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:37.711647+0000 mgr.y (mgr.14556) 4542 : cluster [DBG] pgmap v4000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:39.712202+0000 mgr.y (mgr.14556) 4543 : cluster [DBG] pgmap v4001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:39.712202+0000 mgr.y (mgr.14556) 4543 : cluster [DBG] pgmap v4001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:39.712202+0000 mgr.y (mgr.14556) 4543 : cluster [DBG] pgmap v4001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:41.398 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:58:41.685 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:58:41.686 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 8m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:58:41.686 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 8m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:58:41.686 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 8m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:58:41.686 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 8m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:58:41.686 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 8m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:58:41.686 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 8m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:58:41.686 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 8m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:58:41.686 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 8m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:58:41.686 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 8m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:58:41.687 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 8m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:58:41.687 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 8m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:58:41.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 8m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:58:41.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 8m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:58:41.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 8m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:58:41.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 8m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:58:41.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 8m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:58:41.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 8m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:58:41.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 8m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:58:41.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 8m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:58:41.687 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 8m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:58:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:58:42.038 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:58:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:58:42.039 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:58:42.040 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:58:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:58:41.386839+0000 mgr.y (mgr.14556) 4544 : audit [DBG] from='client.29387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:58:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:58:41.677532+0000 mgr.y (mgr.14556) 4545 : audit [DBG] from='client.19479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:58:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:41.712806+0000 mgr.y (mgr.14556) 4546 : cluster [DBG] pgmap v4002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:58:42.038359+0000 mon.c (mon.2) 138 : audit [DBG] from='client.? 172.21.15.23:0/1764341762' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:58:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:58:41.386839+0000 mgr.y (mgr.14556) 4544 : audit [DBG] from='client.29387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:58:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:58:41.677532+0000 mgr.y (mgr.14556) 4545 : audit [DBG] from='client.19479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:58:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:41.712806+0000 mgr.y (mgr.14556) 4546 : cluster [DBG] pgmap v4002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:58:42.038359+0000 mon.c (mon.2) 138 : audit [DBG] from='client.? 172.21.15.23:0/1764341762' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:58:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:58:41.386839+0000 mgr.y (mgr.14556) 4544 : audit [DBG] from='client.29387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:58:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:58:41.677532+0000 mgr.y (mgr.14556) 4545 : audit [DBG] from='client.19479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:58:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:41.712806+0000 mgr.y (mgr.14556) 4546 : cluster [DBG] pgmap v4002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:58:42.038359+0000 mon.c (mon.2) 138 : audit [DBG] from='client.? 172.21.15.23:0/1764341762' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:58:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:58:43] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:58:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:43.713310+0000 mgr.y (mgr.14556) 4547 : cluster [DBG] pgmap v4003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:43.713310+0000 mgr.y (mgr.14556) 4547 : cluster [DBG] pgmap v4003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:43.713310+0000 mgr.y (mgr.14556) 4547 : cluster [DBG] pgmap v4003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:45.714099+0000 mgr.y (mgr.14556) 4548 : cluster [DBG] pgmap v4004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:45.714099+0000 mgr.y (mgr.14556) 4548 : cluster [DBG] pgmap v4004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:45.714099+0000 mgr.y (mgr.14556) 4548 : cluster [DBG] pgmap v4004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:47.714525+0000 mgr.y (mgr.14556) 4549 : cluster [DBG] pgmap v4005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:47.714525+0000 mgr.y (mgr.14556) 4549 : cluster [DBG] pgmap v4005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:47.714525+0000 mgr.y (mgr.14556) 4549 : cluster [DBG] pgmap v4005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:49.714962+0000 mgr.y (mgr.14556) 4550 : cluster [DBG] pgmap v4006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:51.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:49.714962+0000 mgr.y (mgr.14556) 4550 : cluster [DBG] pgmap v4006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:49.714962+0000 mgr.y (mgr.14556) 4550 : cluster [DBG] pgmap v4006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:58:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:51.715738+0000 mgr.y (mgr.14556) 4551 : cluster [DBG] pgmap v4007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:51.715738+0000 mgr.y (mgr.14556) 4551 : cluster [DBG] pgmap v4007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:51.715738+0000 mgr.y (mgr.14556) 4551 : cluster [DBG] pgmap v4007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:58:53.935301+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:58:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:58:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:58:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:58:53.935301+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:58:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:58:53.935301+0000 mon.a (mon.0) 1561 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:58:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:53.716308+0000 mgr.y (mgr.14556) 4552 : cluster [DBG] pgmap v4008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:58:54.242664+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:58:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:58:54.243338+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:58:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:58:54.252215+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:58:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:53.716308+0000 mgr.y (mgr.14556) 4552 : cluster [DBG] pgmap v4008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:58:54.242664+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:58:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:58:54.243338+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:58:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:58:54.252215+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:58:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:53.716308+0000 mgr.y (mgr.14556) 4552 : cluster [DBG] pgmap v4008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:58:54.242664+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:58:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:58:54.243338+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:58:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:58:54.252215+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:58:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:55.717128+0000 mgr.y (mgr.14556) 4553 : cluster [DBG] pgmap v4009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:55.717128+0000 mgr.y (mgr.14556) 4553 : cluster [DBG] pgmap v4009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:55.717128+0000 mgr.y (mgr.14556) 4553 : cluster [DBG] pgmap v4009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:57.717595+0000 mgr.y (mgr.14556) 4554 : cluster [DBG] pgmap v4010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:57.717595+0000 mgr.y (mgr.14556) 4554 : cluster [DBG] pgmap v4010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:58:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:57.717595+0000 mgr.y (mgr.14556) 4554 : cluster [DBG] pgmap v4010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:58:59.718048+0000 mgr.y (mgr.14556) 4555 : cluster [DBG] pgmap v4011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:58:59.718048+0000 mgr.y (mgr.14556) 4555 : cluster [DBG] pgmap v4011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:58:59.718048+0000 mgr.y (mgr.14556) 4555 : cluster [DBG] pgmap v4011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:59:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:01.718831+0000 mgr.y (mgr.14556) 4556 : cluster [DBG] pgmap v4012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:01.718831+0000 mgr.y (mgr.14556) 4556 : cluster [DBG] pgmap v4012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:01.718831+0000 mgr.y (mgr.14556) 4556 : cluster [DBG] pgmap v4012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:59:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T08:59:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:03.719406+0000 mgr.y (mgr.14556) 4557 : cluster [DBG] pgmap v4013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:03.719406+0000 mgr.y (mgr.14556) 4557 : cluster [DBG] pgmap v4013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:03.719406+0000 mgr.y (mgr.14556) 4557 : cluster [DBG] pgmap v4013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:05.720008+0000 mgr.y (mgr.14556) 4558 : cluster [DBG] pgmap v4014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:05.720008+0000 mgr.y (mgr.14556) 4558 : cluster [DBG] pgmap v4014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:05.720008+0000 mgr.y (mgr.14556) 4558 : cluster [DBG] pgmap v4014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:07.720572+0000 mgr.y (mgr.14556) 4559 : cluster [DBG] pgmap v4015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:07.720572+0000 mgr.y (mgr.14556) 4559 : cluster [DBG] pgmap v4015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:07.720572+0000 mgr.y (mgr.14556) 4559 : cluster [DBG] pgmap v4015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:09.721116+0000 mgr.y (mgr.14556) 4560 : cluster [DBG] pgmap v4016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:09.721116+0000 mgr.y (mgr.14556) 4560 : cluster [DBG] pgmap v4016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:09.721116+0000 mgr.y (mgr.14556) 4560 : cluster [DBG] pgmap v4016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:59:12.362 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:59:12.649 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:59:12.649 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 9m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:59:12.649 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 9m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:59:12.649 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 9m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:59:12.649 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 9m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:59:12.649 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 9m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:59:12.649 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 9m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 9m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 9m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 9m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 9m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 9m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 9m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 9m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 9m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 9m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 9m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 9m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 9m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 9m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:59:12.650 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 9m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:59:13.000 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:59:13.001 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:59:13.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:59:13.002 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:59:13.002 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:59:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:11.721933+0000 mgr.y (mgr.14556) 4561 : cluster [DBG] pgmap v4017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:11.721933+0000 mgr.y (mgr.14556) 4561 : cluster [DBG] pgmap v4017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:13.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:11.721933+0000 mgr.y (mgr.14556) 4561 : cluster [DBG] pgmap v4017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:59:13] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:59:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:59:12.350373+0000 mgr.y (mgr.14556) 4562 : audit [DBG] from='client.19491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:59:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:59:12.641060+0000 mgr.y (mgr.14556) 4563 : audit [DBG] from='client.19497 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:59:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:59:13.000553+0000 mon.a (mon.0) 1565 : audit [DBG] from='client.? 172.21.15.23:0/3726159899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:59:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:59:12.350373+0000 mgr.y (mgr.14556) 4562 : audit [DBG] from='client.19491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:59:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:59:12.641060+0000 mgr.y (mgr.14556) 4563 : audit [DBG] from='client.19497 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:59:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:59:13.000553+0000 mon.a (mon.0) 1565 : audit [DBG] from='client.? 172.21.15.23:0/3726159899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:59:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:59:12.350373+0000 mgr.y (mgr.14556) 4562 : audit [DBG] from='client.19491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:59:14.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:59:12.641060+0000 mgr.y (mgr.14556) 4563 : audit [DBG] from='client.19497 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:59:14.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:59:13.000553+0000 mon.a (mon.0) 1565 : audit [DBG] from='client.? 172.21.15.23:0/3726159899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:59:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:13.722413+0000 mgr.y (mgr.14556) 4564 : cluster [DBG] pgmap v4018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:13.722413+0000 mgr.y (mgr.14556) 4564 : cluster [DBG] pgmap v4018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:13.722413+0000 mgr.y (mgr.14556) 4564 : cluster [DBG] pgmap v4018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:15.723121+0000 mgr.y (mgr.14556) 4565 : cluster [DBG] pgmap v4019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:15.723121+0000 mgr.y (mgr.14556) 4565 : cluster [DBG] pgmap v4019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:15.723121+0000 mgr.y (mgr.14556) 4565 : cluster [DBG] pgmap v4019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:17.723478+0000 mgr.y (mgr.14556) 4566 : cluster [DBG] pgmap v4020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:17.723478+0000 mgr.y (mgr.14556) 4566 : cluster [DBG] pgmap v4020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:17.723478+0000 mgr.y (mgr.14556) 4566 : cluster [DBG] pgmap v4020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:19.724025+0000 mgr.y (mgr.14556) 4567 : cluster [DBG] pgmap v4021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:19.724025+0000 mgr.y (mgr.14556) 4567 : cluster [DBG] pgmap v4021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:19.724025+0000 mgr.y (mgr.14556) 4567 : cluster [DBG] pgmap v4021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:59:23.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:21.724679+0000 mgr.y (mgr.14556) 4568 : cluster [DBG] pgmap v4022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:21.724679+0000 mgr.y (mgr.14556) 4568 : cluster [DBG] pgmap v4022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:21.724679+0000 mgr.y (mgr.14556) 4568 : cluster [DBG] pgmap v4022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:59:23] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:59:25.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:23.725143+0000 mgr.y (mgr.14556) 4569 : cluster [DBG] pgmap v4023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:23.725143+0000 mgr.y (mgr.14556) 4569 : cluster [DBG] pgmap v4023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:23.725143+0000 mgr.y (mgr.14556) 4569 : cluster [DBG] pgmap v4023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:25.725933+0000 mgr.y (mgr.14556) 4570 : cluster [DBG] pgmap v4024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:25.725933+0000 mgr.y (mgr.14556) 4570 : cluster [DBG] pgmap v4024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:25.725933+0000 mgr.y (mgr.14556) 4570 : cluster [DBG] pgmap v4024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:27.726354+0000 mgr.y (mgr.14556) 4571 : cluster [DBG] pgmap v4025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:27.726354+0000 mgr.y (mgr.14556) 4571 : cluster [DBG] pgmap v4025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:27.726354+0000 mgr.y (mgr.14556) 4571 : cluster [DBG] pgmap v4025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:29.726783+0000 mgr.y (mgr.14556) 4572 : cluster [DBG] pgmap v4026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:29.726783+0000 mgr.y (mgr.14556) 4572 : cluster [DBG] pgmap v4026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:29.726783+0000 mgr.y (mgr.14556) 4572 : cluster [DBG] pgmap v4026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:59:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:31.727576+0000 mgr.y (mgr.14556) 4573 : cluster [DBG] pgmap v4027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:31.727576+0000 mgr.y (mgr.14556) 4573 : cluster [DBG] pgmap v4027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:31.727576+0000 mgr.y (mgr.14556) 4573 : cluster [DBG] pgmap v4027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:59:33] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T08:59:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:33.727928+0000 mgr.y (mgr.14556) 4574 : cluster [DBG] pgmap v4028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:33.727928+0000 mgr.y (mgr.14556) 4574 : cluster [DBG] pgmap v4028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:33.727928+0000 mgr.y (mgr.14556) 4574 : cluster [DBG] pgmap v4028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:35.728712+0000 mgr.y (mgr.14556) 4575 : cluster [DBG] pgmap v4029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:35.728712+0000 mgr.y (mgr.14556) 4575 : cluster [DBG] pgmap v4029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:35.728712+0000 mgr.y (mgr.14556) 4575 : cluster [DBG] pgmap v4029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:37.729100+0000 mgr.y (mgr.14556) 4576 : cluster [DBG] pgmap v4030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:37.729100+0000 mgr.y (mgr.14556) 4576 : cluster [DBG] pgmap v4030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:37.729100+0000 mgr.y (mgr.14556) 4576 : cluster [DBG] pgmap v4030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:39.729451+0000 mgr.y (mgr.14556) 4577 : cluster [DBG] pgmap v4031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:39.729451+0000 mgr.y (mgr.14556) 4577 : cluster [DBG] pgmap v4031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:39.729451+0000 mgr.y (mgr.14556) 4577 : cluster [DBG] pgmap v4031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:59:43.321 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T08:59:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:41.730120+0000 mgr.y (mgr.14556) 4578 : cluster [DBG] pgmap v4032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:41.730120+0000 mgr.y (mgr.14556) 4578 : cluster [DBG] pgmap v4032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:41.730120+0000 mgr.y (mgr.14556) 4578 : cluster [DBG] pgmap v4032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:43.608 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 9m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 9m ago 2h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 9m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 9m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 9m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 9m ago 2h 463M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 9m ago 2h 373M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 9m ago 2h 208M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 9m ago 2h 209M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 9m ago 2h 24.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 9m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 9m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 9m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T08:59:43.609 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 9m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T08:59:43.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 9m ago 2h 40.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T08:59:43.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 9m ago 2h 41.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T08:59:43.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 9m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T08:59:43.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 9m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T08:59:43.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 9m ago 2h 41.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T08:59:43.610 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 9m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T08:59:43.958 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T08:59:43.958 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T08:59:43.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T08:59:43.958 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:59:43.958 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T08:59:43.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:59:43.958 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:59:43.958 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T08:59:43.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T08:59:43.958 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:59:43.959 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T08:59:43.959 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T08:59:43.959 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T08:59:43.959 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T08:59:43.959 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T08:59:43.959 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T08:59:43.959 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T08:59:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:59:43] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T08:59:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:59:43.309628+0000 mgr.y (mgr.14556) 4579 : audit [DBG] from='client.19509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:59:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:59:43.600860+0000 mgr.y (mgr.14556) 4580 : audit [DBG] from='client.29429 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:59:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:43.730438+0000 mgr.y (mgr.14556) 4581 : cluster [DBG] pgmap v4033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:59:43.957690+0000 mon.a (mon.0) 1566 : audit [DBG] from='client.? 172.21.15.23:0/818119076' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:59:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:59:43.309628+0000 mgr.y (mgr.14556) 4579 : audit [DBG] from='client.19509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:59:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:59:43.600860+0000 mgr.y (mgr.14556) 4580 : audit [DBG] from='client.29429 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:59:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:43.730438+0000 mgr.y (mgr.14556) 4581 : cluster [DBG] pgmap v4033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:44.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:59:43.957690+0000 mon.a (mon.0) 1566 : audit [DBG] from='client.? 172.21.15.23:0/818119076' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:59:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:59:43.309628+0000 mgr.y (mgr.14556) 4579 : audit [DBG] from='client.19509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:59:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:59:43.600860+0000 mgr.y (mgr.14556) 4580 : audit [DBG] from='client.29429 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T08:59:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:43.730438+0000 mgr.y (mgr.14556) 4581 : cluster [DBG] pgmap v4033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:59:43.957690+0000 mon.a (mon.0) 1566 : audit [DBG] from='client.? 172.21.15.23:0/818119076' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T08:59:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:45.731048+0000 mgr.y (mgr.14556) 4582 : cluster [DBG] pgmap v4034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:45.731048+0000 mgr.y (mgr.14556) 4582 : cluster [DBG] pgmap v4034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:45.731048+0000 mgr.y (mgr.14556) 4582 : cluster [DBG] pgmap v4034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:47.731371+0000 mgr.y (mgr.14556) 4583 : cluster [DBG] pgmap v4035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:47.731371+0000 mgr.y (mgr.14556) 4583 : cluster [DBG] pgmap v4035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:47.731371+0000 mgr.y (mgr.14556) 4583 : cluster [DBG] pgmap v4035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:49.731775+0000 mgr.y (mgr.14556) 4584 : cluster [DBG] pgmap v4036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:49.731775+0000 mgr.y (mgr.14556) 4584 : cluster [DBG] pgmap v4036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:49.731775+0000 mgr.y (mgr.14556) 4584 : cluster [DBG] pgmap v4036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 08:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T08:59:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:51.732536+0000 mgr.y (mgr.14556) 4585 : cluster [DBG] pgmap v4037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:51.732536+0000 mgr.y (mgr.14556) 4585 : cluster [DBG] pgmap v4037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:51.732536+0000 mgr.y (mgr.14556) 4585 : cluster [DBG] pgmap v4037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 08:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:08:59:53] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T08:59:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:53.732929+0000 mgr.y (mgr.14556) 4586 : cluster [DBG] pgmap v4038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:59:54.257832+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:59:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:53.732929+0000 mgr.y (mgr.14556) 4586 : cluster [DBG] pgmap v4038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:59:54.257832+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:59:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:53.732929+0000 mgr.y (mgr.14556) 4586 : cluster [DBG] pgmap v4038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:59:54.257832+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T08:59:57.310 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:55.733746+0000 mgr.y (mgr.14556) 4587 : cluster [DBG] pgmap v4039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:55.733746+0000 mgr.y (mgr.14556) 4587 : cluster [DBG] pgmap v4039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:55.733746+0000 mgr.y (mgr.14556) 4587 : cluster [DBG] pgmap v4039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:59:57.027399+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:59:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:57.734140+0000 mgr.y (mgr.14556) 4588 : cluster [DBG] pgmap v4040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:59:57.826091+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:59:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:59:57.027399+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:59:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:57.734140+0000 mgr.y (mgr.14556) 4588 : cluster [DBG] pgmap v4040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:59:57.826091+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:59:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:59:57.027399+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:59:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:57.734140+0000 mgr.y (mgr.14556) 4588 : cluster [DBG] pgmap v4040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T08:59:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:59:57.826091+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:59:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:59:58.110075+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:59:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:59:58.111131+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:59:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 08:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T08:59:58.119896+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:59:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:59:58.110075+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:59:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:59:58.111131+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:59:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 08:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T08:59:58.119896+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T08:59:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:59:58.110075+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T08:59:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:59:58.111131+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T08:59:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 08:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T08:59:58.119896+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:00:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T08:59:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:00:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T08:59:59.734659+0000 mgr.y (mgr.14556) 4589 : cluster [DBG] pgmap v4041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:00.000161+0000 mon.a (mon.0) 1573 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:00:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T08:59:59.734659+0000 mgr.y (mgr.14556) 4589 : cluster [DBG] pgmap v4041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:00.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:00.000161+0000 mon.a (mon.0) 1573 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:00:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T08:59:59.734659+0000 mgr.y (mgr.14556) 4589 : cluster [DBG] pgmap v4041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:00.000161+0000 mon.a (mon.0) 1573 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:00:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:00:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:01.735418+0000 mgr.y (mgr.14556) 4590 : cluster [DBG] pgmap v4042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:01.735418+0000 mgr.y (mgr.14556) 4590 : cluster [DBG] pgmap v4042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:01.735418+0000 mgr.y (mgr.14556) 4590 : cluster [DBG] pgmap v4042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:00:03] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-03-22T09:00:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:03.735759+0000 mgr.y (mgr.14556) 4591 : cluster [DBG] pgmap v4043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:03.735759+0000 mgr.y (mgr.14556) 4591 : cluster [DBG] pgmap v4043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:03.735759+0000 mgr.y (mgr.14556) 4591 : cluster [DBG] pgmap v4043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:05.736342+0000 mgr.y (mgr.14556) 4592 : cluster [DBG] pgmap v4044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:05.736342+0000 mgr.y (mgr.14556) 4592 : cluster [DBG] pgmap v4044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:05.736342+0000 mgr.y (mgr.14556) 4592 : cluster [DBG] pgmap v4044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:07.736843+0000 mgr.y (mgr.14556) 4593 : cluster [DBG] pgmap v4045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:07.736843+0000 mgr.y (mgr.14556) 4593 : cluster [DBG] pgmap v4045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:07.736843+0000 mgr.y (mgr.14556) 4593 : cluster [DBG] pgmap v4045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:11.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:09.737426+0000 mgr.y (mgr.14556) 4594 : cluster [DBG] pgmap v4046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:09.737426+0000 mgr.y (mgr.14556) 4594 : cluster [DBG] pgmap v4046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:09.737426+0000 mgr.y (mgr.14556) 4594 : cluster [DBG] pgmap v4046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:00:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:11.738240+0000 mgr.y (mgr.14556) 4595 : cluster [DBG] pgmap v4047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:11.738240+0000 mgr.y (mgr.14556) 4595 : cluster [DBG] pgmap v4047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:11.738240+0000 mgr.y (mgr.14556) 4595 : cluster [DBG] pgmap v4047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:00:13] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T09:00:14.284 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:00:14.571 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:00:14.571 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 17s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:00:14.571 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 16s ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:00:14.571 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 17s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:00:14.571 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 16s ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:00:14.571 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 16s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:00:14.571 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 17s ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 17s ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 16s ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 17s ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 17s ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 16s ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 17s ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 17s ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 17s ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 17s ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 16s ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 16s ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 16s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 16s ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:00:14.572 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 16s ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:00:14.921 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:00:14.922 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:00:14.922 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:00:14.922 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:00:14.922 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:00:14.922 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:00:14.922 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:00:14.922 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:00:14.922 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:00:14.922 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:00:14.922 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:00:14.922 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:00:14.922 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:00:14.923 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:00:14.923 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:00:14.923 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:00:14.923 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:00:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:13.738586+0000 mgr.y (mgr.14556) 4596 : cluster [DBG] pgmap v4048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:13.738586+0000 mgr.y (mgr.14556) 4596 : cluster [DBG] pgmap v4048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:13.738586+0000 mgr.y (mgr.14556) 4596 : cluster [DBG] pgmap v4048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:00:14.271874+0000 mgr.y (mgr.14556) 4597 : audit [DBG] from='client.29441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:00:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:00:14.563041+0000 mgr.y (mgr.14556) 4598 : audit [DBG] from='client.19533 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:00:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:00:14.921507+0000 mon.a (mon.0) 1574 : audit [DBG] from='client.? 172.21.15.23:0/1069299137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:00:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:00:14.271874+0000 mgr.y (mgr.14556) 4597 : audit [DBG] from='client.29441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:00:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:00:14.563041+0000 mgr.y (mgr.14556) 4598 : audit [DBG] from='client.19533 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:00:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:00:14.921507+0000 mon.a (mon.0) 1574 : audit [DBG] from='client.? 172.21.15.23:0/1069299137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:00:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:00:14.271874+0000 mgr.y (mgr.14556) 4597 : audit [DBG] from='client.29441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:00:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:00:14.563041+0000 mgr.y (mgr.14556) 4598 : audit [DBG] from='client.19533 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:00:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:00:14.921507+0000 mon.a (mon.0) 1574 : audit [DBG] from='client.? 172.21.15.23:0/1069299137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:00:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:15.739394+0000 mgr.y (mgr.14556) 4599 : cluster [DBG] pgmap v4049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:15.739394+0000 mgr.y (mgr.14556) 4599 : cluster [DBG] pgmap v4049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:15.739394+0000 mgr.y (mgr.14556) 4599 : cluster [DBG] pgmap v4049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:19.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:17.739907+0000 mgr.y (mgr.14556) 4600 : cluster [DBG] pgmap v4050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:17.739907+0000 mgr.y (mgr.14556) 4600 : cluster [DBG] pgmap v4050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:17.739907+0000 mgr.y (mgr.14556) 4600 : cluster [DBG] pgmap v4050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:21.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:19.740291+0000 mgr.y (mgr.14556) 4601 : cluster [DBG] pgmap v4051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:19.740291+0000 mgr.y (mgr.14556) 4601 : cluster [DBG] pgmap v4051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:19.740291+0000 mgr.y (mgr.14556) 4601 : cluster [DBG] pgmap v4051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:00:23.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:21.740904+0000 mgr.y (mgr.14556) 4602 : cluster [DBG] pgmap v4052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:21.740904+0000 mgr.y (mgr.14556) 4602 : cluster [DBG] pgmap v4052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:21.740904+0000 mgr.y (mgr.14556) 4602 : cluster [DBG] pgmap v4052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:00:23] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T09:00:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:23.741301+0000 mgr.y (mgr.14556) 4603 : cluster [DBG] pgmap v4053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:23.741301+0000 mgr.y (mgr.14556) 4603 : cluster [DBG] pgmap v4053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:23.741301+0000 mgr.y (mgr.14556) 4603 : cluster [DBG] pgmap v4053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:25.741859+0000 mgr.y (mgr.14556) 4604 : cluster [DBG] pgmap v4054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:25.741859+0000 mgr.y (mgr.14556) 4604 : cluster [DBG] pgmap v4054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:25.741859+0000 mgr.y (mgr.14556) 4604 : cluster [DBG] pgmap v4054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:27.742182+0000 mgr.y (mgr.14556) 4605 : cluster [DBG] pgmap v4055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:27.742182+0000 mgr.y (mgr.14556) 4605 : cluster [DBG] pgmap v4055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:27.742182+0000 mgr.y (mgr.14556) 4605 : cluster [DBG] pgmap v4055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:29.742659+0000 mgr.y (mgr.14556) 4606 : cluster [DBG] pgmap v4056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:29.742659+0000 mgr.y (mgr.14556) 4606 : cluster [DBG] pgmap v4056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:29.742659+0000 mgr.y (mgr.14556) 4606 : cluster [DBG] pgmap v4056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:00:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:31.743410+0000 mgr.y (mgr.14556) 4607 : cluster [DBG] pgmap v4057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:31.743410+0000 mgr.y (mgr.14556) 4607 : cluster [DBG] pgmap v4057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:31.743410+0000 mgr.y (mgr.14556) 4607 : cluster [DBG] pgmap v4057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:00:33] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T09:00:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:33.743958+0000 mgr.y (mgr.14556) 4608 : cluster [DBG] pgmap v4058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:33.743958+0000 mgr.y (mgr.14556) 4608 : cluster [DBG] pgmap v4058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:33.743958+0000 mgr.y (mgr.14556) 4608 : cluster [DBG] pgmap v4058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:35.744728+0000 mgr.y (mgr.14556) 4609 : cluster [DBG] pgmap v4059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:35.744728+0000 mgr.y (mgr.14556) 4609 : cluster [DBG] pgmap v4059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:35.744728+0000 mgr.y (mgr.14556) 4609 : cluster [DBG] pgmap v4059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:37.745235+0000 mgr.y (mgr.14556) 4610 : cluster [DBG] pgmap v4060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:37.745235+0000 mgr.y (mgr.14556) 4610 : cluster [DBG] pgmap v4060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:37.745235+0000 mgr.y (mgr.14556) 4610 : cluster [DBG] pgmap v4060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:40.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:39.745705+0000 mgr.y (mgr.14556) 4611 : cluster [DBG] pgmap v4061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:39.745705+0000 mgr.y (mgr.14556) 4611 : cluster [DBG] pgmap v4061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:39.745705+0000 mgr.y (mgr.14556) 4611 : cluster [DBG] pgmap v4061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:00:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:41.746551+0000 mgr.y (mgr.14556) 4612 : cluster [DBG] pgmap v4062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:41.746551+0000 mgr.y (mgr.14556) 4612 : cluster [DBG] pgmap v4062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:41.746551+0000 mgr.y (mgr.14556) 4612 : cluster [DBG] pgmap v4062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:00:43] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T09:00:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:43.746961+0000 mgr.y (mgr.14556) 4613 : cluster [DBG] pgmap v4063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:43.746961+0000 mgr.y (mgr.14556) 4613 : cluster [DBG] pgmap v4063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:43.746961+0000 mgr.y (mgr.14556) 4613 : cluster [DBG] pgmap v4063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:45.248 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 48s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 47s ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 48s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 47s ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 47s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 48s ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 48s ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 47s ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 48s ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 48s ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 47s ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:00:45.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 48s ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:00:45.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 48s ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:00:45.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 48s ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:00:45.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 48s ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:00:45.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 47s ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:00:45.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 47s ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:00:45.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 47s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:00:45.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 47s ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:00:45.536 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 47s ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:00:45.887 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:00:45.887 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:00:45.887 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:00:45.887 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:00:45.887 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:00:45.887 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:00:45.887 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:00:45.887 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:00:45.887 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:00:45.887 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:00:45.888 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:00:45.888 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:00:45.888 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:00:45.888 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:00:45.888 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:00:45.888 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:00:45.888 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:00:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:00:45.236045+0000 mgr.y (mgr.14556) 4614 : audit [DBG] from='client.29459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:00:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:00:45.526533+0000 mgr.y (mgr.14556) 4615 : audit [DBG] from='client.19551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:00:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:45.747540+0000 mgr.y (mgr.14556) 4616 : cluster [DBG] pgmap v4064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:00:45.886906+0000 mon.c (mon.2) 139 : audit [DBG] from='client.? 172.21.15.23:0/30566568' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:00:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:00:45.236045+0000 mgr.y (mgr.14556) 4614 : audit [DBG] from='client.29459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:00:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:00:45.526533+0000 mgr.y (mgr.14556) 4615 : audit [DBG] from='client.19551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:00:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:45.747540+0000 mgr.y (mgr.14556) 4616 : cluster [DBG] pgmap v4064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:00:45.886906+0000 mon.c (mon.2) 139 : audit [DBG] from='client.? 172.21.15.23:0/30566568' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:00:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:00:45.236045+0000 mgr.y (mgr.14556) 4614 : audit [DBG] from='client.29459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:00:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:00:45.526533+0000 mgr.y (mgr.14556) 4615 : audit [DBG] from='client.19551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:00:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:45.747540+0000 mgr.y (mgr.14556) 4616 : cluster [DBG] pgmap v4064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:00:45.886906+0000 mon.c (mon.2) 139 : audit [DBG] from='client.? 172.21.15.23:0/30566568' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:00:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:47.747928+0000 mgr.y (mgr.14556) 4617 : cluster [DBG] pgmap v4065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:47.747928+0000 mgr.y (mgr.14556) 4617 : cluster [DBG] pgmap v4065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:47.747928+0000 mgr.y (mgr.14556) 4617 : cluster [DBG] pgmap v4065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:49.748369+0000 mgr.y (mgr.14556) 4618 : cluster [DBG] pgmap v4066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:49.748369+0000 mgr.y (mgr.14556) 4618 : cluster [DBG] pgmap v4066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:49.748369+0000 mgr.y (mgr.14556) 4618 : cluster [DBG] pgmap v4066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:00:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:51.749163+0000 mgr.y (mgr.14556) 4619 : cluster [DBG] pgmap v4067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:51.749163+0000 mgr.y (mgr.14556) 4619 : cluster [DBG] pgmap v4067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:53.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:51.749163+0000 mgr.y (mgr.14556) 4619 : cluster [DBG] pgmap v4067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:00:53] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T09:00:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:53.749668+0000 mgr.y (mgr.14556) 4620 : cluster [DBG] pgmap v4068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:53.749668+0000 mgr.y (mgr.14556) 4620 : cluster [DBG] pgmap v4068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:53.749668+0000 mgr.y (mgr.14556) 4620 : cluster [DBG] pgmap v4068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:55.750243+0000 mgr.y (mgr.14556) 4621 : cluster [DBG] pgmap v4069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:55.750243+0000 mgr.y (mgr.14556) 4621 : cluster [DBG] pgmap v4069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:55.750243+0000 mgr.y (mgr.14556) 4621 : cluster [DBG] pgmap v4069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:57.750712+0000 mgr.y (mgr.14556) 4622 : cluster [DBG] pgmap v4070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:00:58.125569+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:00:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:00:58.436354+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:00:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:00:58.437058+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:00:59.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:00:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:00:58.450880+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:00:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:57.750712+0000 mgr.y (mgr.14556) 4622 : cluster [DBG] pgmap v4070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:00:58.125569+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:00:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:00:58.436354+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:00:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:00:58.437058+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:00:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:00:58.450880+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:00:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:57.750712+0000 mgr.y (mgr.14556) 4622 : cluster [DBG] pgmap v4070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:00:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:00:58.125569+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:00:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:00:58.436354+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:00:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:00:58.437058+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:00:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:00:58.450880+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:01:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:00:59.751112+0000 mgr.y (mgr.14556) 4623 : cluster [DBG] pgmap v4071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:00:59.751112+0000 mgr.y (mgr.14556) 4623 : cluster [DBG] pgmap v4071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:00:59.751112+0000 mgr.y (mgr.14556) 4623 : cluster [DBG] pgmap v4071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:01:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:01.752011+0000 mgr.y (mgr.14556) 4624 : cluster [DBG] pgmap v4072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:01.752011+0000 mgr.y (mgr.14556) 4624 : cluster [DBG] pgmap v4072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:03.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:01.752011+0000 mgr.y (mgr.14556) 4624 : cluster [DBG] pgmap v4072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:01:03] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T09:01:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:03.752428+0000 mgr.y (mgr.14556) 4625 : cluster [DBG] pgmap v4073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:03.752428+0000 mgr.y (mgr.14556) 4625 : cluster [DBG] pgmap v4073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:03.752428+0000 mgr.y (mgr.14556) 4625 : cluster [DBG] pgmap v4073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:05.753174+0000 mgr.y (mgr.14556) 4626 : cluster [DBG] pgmap v4074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:05.753174+0000 mgr.y (mgr.14556) 4626 : cluster [DBG] pgmap v4074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:05.753174+0000 mgr.y (mgr.14556) 4626 : cluster [DBG] pgmap v4074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:07.753667+0000 mgr.y (mgr.14556) 4627 : cluster [DBG] pgmap v4075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:07.753667+0000 mgr.y (mgr.14556) 4627 : cluster [DBG] pgmap v4075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:07.753667+0000 mgr.y (mgr.14556) 4627 : cluster [DBG] pgmap v4075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:09.754173+0000 mgr.y (mgr.14556) 4628 : cluster [DBG] pgmap v4076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:09.754173+0000 mgr.y (mgr.14556) 4628 : cluster [DBG] pgmap v4076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:09.754173+0000 mgr.y (mgr.14556) 4628 : cluster [DBG] pgmap v4076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:01:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:11.754902+0000 mgr.y (mgr.14556) 4629 : cluster [DBG] pgmap v4077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:11.754902+0000 mgr.y (mgr.14556) 4629 : cluster [DBG] pgmap v4077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:11.754902+0000 mgr.y (mgr.14556) 4629 : cluster [DBG] pgmap v4077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:01:13] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T09:01:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:13.755373+0000 mgr.y (mgr.14556) 4630 : cluster [DBG] pgmap v4078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:13.755373+0000 mgr.y (mgr.14556) 4630 : cluster [DBG] pgmap v4078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:13.755373+0000 mgr.y (mgr.14556) 4630 : cluster [DBG] pgmap v4078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:16.214 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:01:16.507 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:01:16.507 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 79s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:01:16.507 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 78s ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:01:16.507 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 79s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:01:16.507 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 78s ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:01:16.507 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 78s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:01:16.508 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 79s ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:01:16.508 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 79s ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:01:16.508 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 78s ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:01:16.508 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 79s ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:01:16.508 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 79s ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:01:16.508 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 78s ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:01:16.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 79s ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:01:16.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 79s ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:01:16.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 79s ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:01:16.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 79s ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:01:16.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 78s ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:01:16.509 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 78s ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:01:16.509 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 78s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:01:16.509 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 78s ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:01:16.509 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 78s ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:01:16.861 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:01:16.862 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:01:16.862 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:01:16.862 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:01:16.862 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:01:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:15.756104+0000 mgr.y (mgr.14556) 4631 : cluster [DBG] pgmap v4079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:01:16.860671+0000 mon.a (mon.0) 1579 : audit [DBG] from='client.? 172.21.15.23:0/3334203970' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:01:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:15.756104+0000 mgr.y (mgr.14556) 4631 : cluster [DBG] pgmap v4079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:01:16.860671+0000 mon.a (mon.0) 1579 : audit [DBG] from='client.? 172.21.15.23:0/3334203970' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:01:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:15.756104+0000 mgr.y (mgr.14556) 4631 : cluster [DBG] pgmap v4079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:01:16.860671+0000 mon.a (mon.0) 1579 : audit [DBG] from='client.? 172.21.15.23:0/3334203970' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:01:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:01:16.201445+0000 mgr.y (mgr.14556) 4632 : audit [DBG] from='client.19563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:01:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:01:16.498561+0000 mgr.y (mgr.14556) 4633 : audit [DBG] from='client.29483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:01:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:01:16.201445+0000 mgr.y (mgr.14556) 4632 : audit [DBG] from='client.19563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:01:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:01:16.498561+0000 mgr.y (mgr.14556) 4633 : audit [DBG] from='client.29483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:01:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:01:16.201445+0000 mgr.y (mgr.14556) 4632 : audit [DBG] from='client.19563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:01:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:01:16.498561+0000 mgr.y (mgr.14556) 4633 : audit [DBG] from='client.29483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:01:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:17.756599+0000 mgr.y (mgr.14556) 4634 : cluster [DBG] pgmap v4080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:17.756599+0000 mgr.y (mgr.14556) 4634 : cluster [DBG] pgmap v4080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:17.756599+0000 mgr.y (mgr.14556) 4634 : cluster [DBG] pgmap v4080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:19.756982+0000 mgr.y (mgr.14556) 4635 : cluster [DBG] pgmap v4081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:19.756982+0000 mgr.y (mgr.14556) 4635 : cluster [DBG] pgmap v4081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:20.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:19.756982+0000 mgr.y (mgr.14556) 4635 : cluster [DBG] pgmap v4081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:01:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:21.757758+0000 mgr.y (mgr.14556) 4636 : cluster [DBG] pgmap v4082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:23.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:21.757758+0000 mgr.y (mgr.14556) 4636 : cluster [DBG] pgmap v4082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:21.757758+0000 mgr.y (mgr.14556) 4636 : cluster [DBG] pgmap v4082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:01:23] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T09:01:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:23.758281+0000 mgr.y (mgr.14556) 4637 : cluster [DBG] pgmap v4083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:23.758281+0000 mgr.y (mgr.14556) 4637 : cluster [DBG] pgmap v4083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:23.758281+0000 mgr.y (mgr.14556) 4637 : cluster [DBG] pgmap v4083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:25.758930+0000 mgr.y (mgr.14556) 4638 : cluster [DBG] pgmap v4084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:25.758930+0000 mgr.y (mgr.14556) 4638 : cluster [DBG] pgmap v4084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:25.758930+0000 mgr.y (mgr.14556) 4638 : cluster [DBG] pgmap v4084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:27.759370+0000 mgr.y (mgr.14556) 4639 : cluster [DBG] pgmap v4085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:27.759370+0000 mgr.y (mgr.14556) 4639 : cluster [DBG] pgmap v4085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:27.759370+0000 mgr.y (mgr.14556) 4639 : cluster [DBG] pgmap v4085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:29.759845+0000 mgr.y (mgr.14556) 4640 : cluster [DBG] pgmap v4086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:29.759845+0000 mgr.y (mgr.14556) 4640 : cluster [DBG] pgmap v4086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:29.759845+0000 mgr.y (mgr.14556) 4640 : cluster [DBG] pgmap v4086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:01:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:31.760560+0000 mgr.y (mgr.14556) 4641 : cluster [DBG] pgmap v4087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:31.760560+0000 mgr.y (mgr.14556) 4641 : cluster [DBG] pgmap v4087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:31.760560+0000 mgr.y (mgr.14556) 4641 : cluster [DBG] pgmap v4087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:01:33] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T09:01:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:33.760927+0000 mgr.y (mgr.14556) 4642 : cluster [DBG] pgmap v4088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:33.760927+0000 mgr.y (mgr.14556) 4642 : cluster [DBG] pgmap v4088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:33.760927+0000 mgr.y (mgr.14556) 4642 : cluster [DBG] pgmap v4088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:35.761696+0000 mgr.y (mgr.14556) 4643 : cluster [DBG] pgmap v4089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:35.761696+0000 mgr.y (mgr.14556) 4643 : cluster [DBG] pgmap v4089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:35.761696+0000 mgr.y (mgr.14556) 4643 : cluster [DBG] pgmap v4089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:37.762090+0000 mgr.y (mgr.14556) 4644 : cluster [DBG] pgmap v4090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:37.762090+0000 mgr.y (mgr.14556) 4644 : cluster [DBG] pgmap v4090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:37.762090+0000 mgr.y (mgr.14556) 4644 : cluster [DBG] pgmap v4090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:39.762674+0000 mgr.y (mgr.14556) 4645 : cluster [DBG] pgmap v4091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:39.762674+0000 mgr.y (mgr.14556) 4645 : cluster [DBG] pgmap v4091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:39.762674+0000 mgr.y (mgr.14556) 4645 : cluster [DBG] pgmap v4091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:01:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:41.763388+0000 mgr.y (mgr.14556) 4646 : cluster [DBG] pgmap v4092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:41.763388+0000 mgr.y (mgr.14556) 4646 : cluster [DBG] pgmap v4092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:41.763388+0000 mgr.y (mgr.14556) 4646 : cluster [DBG] pgmap v4092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:01:43] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T09:01:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:43.763787+0000 mgr.y (mgr.14556) 4647 : cluster [DBG] pgmap v4093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:43.763787+0000 mgr.y (mgr.14556) 4647 : cluster [DBG] pgmap v4093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:43.763787+0000 mgr.y (mgr.14556) 4647 : cluster [DBG] pgmap v4093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:47.189 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:01:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:45.764451+0000 mgr.y (mgr.14556) 4648 : cluster [DBG] pgmap v4094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:45.764451+0000 mgr.y (mgr.14556) 4648 : cluster [DBG] pgmap v4094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:45.764451+0000 mgr.y (mgr.14556) 4648 : cluster [DBG] pgmap v4094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:47.475 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:01:47.475 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 110s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:01:47.475 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 109s ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:01:47.475 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 110s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:01:47.475 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 109s ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:01:47.475 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 109s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:01:47.475 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 110s ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:01:47.475 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 110s ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:01:47.475 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 109s ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:01:47.475 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 110s ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:01:47.475 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 110s ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:01:47.475 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 109s ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:01:47.476 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 110s ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:01:47.476 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 110s ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:01:47.476 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 110s ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:01:47.476 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 110s ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:01:47.476 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 109s ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:01:47.476 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 109s ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:01:47.476 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 109s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:01:47.476 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 109s ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:01:47.476 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 109s ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:01:47.828 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:01:47.828 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:01:47.828 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:01:47.828 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:01:47.828 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:01:47.828 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:01:47.828 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:01:47.829 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:01:47.829 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:01:47.829 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:01:47.829 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:01:47.829 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:01:47.829 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:01:47.829 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:01:47.829 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:01:47.829 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:01:47.829 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:01:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:01:47.828067+0000 mon.a (mon.0) 1580 : audit [DBG] from='client.? 172.21.15.23:0/3062652800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:01:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:01:47.828067+0000 mon.a (mon.0) 1580 : audit [DBG] from='client.? 172.21.15.23:0/3062652800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:01:48.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:01:47.828067+0000 mon.a (mon.0) 1580 : audit [DBG] from='client.? 172.21.15.23:0/3062652800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:01:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:01:47.176406+0000 mgr.y (mgr.14556) 4649 : audit [DBG] from='client.29495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:01:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:01:47.466995+0000 mgr.y (mgr.14556) 4650 : audit [DBG] from='client.19587 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:01:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:47.764769+0000 mgr.y (mgr.14556) 4651 : cluster [DBG] pgmap v4095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:01:47.176406+0000 mgr.y (mgr.14556) 4649 : audit [DBG] from='client.29495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:01:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:01:47.466995+0000 mgr.y (mgr.14556) 4650 : audit [DBG] from='client.19587 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:01:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:47.764769+0000 mgr.y (mgr.14556) 4651 : cluster [DBG] pgmap v4095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:01:47.176406+0000 mgr.y (mgr.14556) 4649 : audit [DBG] from='client.29495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:01:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:01:47.466995+0000 mgr.y (mgr.14556) 4650 : audit [DBG] from='client.19587 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:01:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:47.764769+0000 mgr.y (mgr.14556) 4651 : cluster [DBG] pgmap v4095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:49.765244+0000 mgr.y (mgr.14556) 4652 : cluster [DBG] pgmap v4096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:49.765244+0000 mgr.y (mgr.14556) 4652 : cluster [DBG] pgmap v4096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:49.765244+0000 mgr.y (mgr.14556) 4652 : cluster [DBG] pgmap v4096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:01:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:51.766096+0000 mgr.y (mgr.14556) 4653 : cluster [DBG] pgmap v4097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:51.766096+0000 mgr.y (mgr.14556) 4653 : cluster [DBG] pgmap v4097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:51.766096+0000 mgr.y (mgr.14556) 4653 : cluster [DBG] pgmap v4097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:01:53] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:01:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:53.766625+0000 mgr.y (mgr.14556) 4654 : cluster [DBG] pgmap v4098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:53.766625+0000 mgr.y (mgr.14556) 4654 : cluster [DBG] pgmap v4098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:53.766625+0000 mgr.y (mgr.14556) 4654 : cluster [DBG] pgmap v4098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:55.767480+0000 mgr.y (mgr.14556) 4655 : cluster [DBG] pgmap v4099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:55.767480+0000 mgr.y (mgr.14556) 4655 : cluster [DBG] pgmap v4099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:55.767480+0000 mgr.y (mgr.14556) 4655 : cluster [DBG] pgmap v4099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:57.767927+0000 mgr.y (mgr.14556) 4656 : cluster [DBG] pgmap v4100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:01:58.455172+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:01:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:01:58.763615+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:01:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:01:58.764291+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:01:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:01:58.771967+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:01:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:57.767927+0000 mgr.y (mgr.14556) 4656 : cluster [DBG] pgmap v4100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:01:58.455172+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:01:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:01:58.763615+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:01:59.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:01:58.764291+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:01:59.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:01:58.771967+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:01:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:57.767927+0000 mgr.y (mgr.14556) 4656 : cluster [DBG] pgmap v4100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:01:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:01:58.455172+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:01:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:01:58.763615+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:01:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:01:58.764291+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:01:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:01:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:01:58.771967+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:02:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:01:59.768392+0000 mgr.y (mgr.14556) 4657 : cluster [DBG] pgmap v4101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:01:59.768392+0000 mgr.y (mgr.14556) 4657 : cluster [DBG] pgmap v4101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:01:59.768392+0000 mgr.y (mgr.14556) 4657 : cluster [DBG] pgmap v4101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:02:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:01.769150+0000 mgr.y (mgr.14556) 4658 : cluster [DBG] pgmap v4102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:01.769150+0000 mgr.y (mgr.14556) 4658 : cluster [DBG] pgmap v4102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:01.769150+0000 mgr.y (mgr.14556) 4658 : cluster [DBG] pgmap v4102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:02:03] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:02:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:03.769663+0000 mgr.y (mgr.14556) 4659 : cluster [DBG] pgmap v4103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:03.769663+0000 mgr.y (mgr.14556) 4659 : cluster [DBG] pgmap v4103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:03.769663+0000 mgr.y (mgr.14556) 4659 : cluster [DBG] pgmap v4103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:05.770307+0000 mgr.y (mgr.14556) 4660 : cluster [DBG] pgmap v4104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:05.770307+0000 mgr.y (mgr.14556) 4660 : cluster [DBG] pgmap v4104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:05.770307+0000 mgr.y (mgr.14556) 4660 : cluster [DBG] pgmap v4104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:07.770889+0000 mgr.y (mgr.14556) 4661 : cluster [DBG] pgmap v4105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:07.770889+0000 mgr.y (mgr.14556) 4661 : cluster [DBG] pgmap v4105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:07.770889+0000 mgr.y (mgr.14556) 4661 : cluster [DBG] pgmap v4105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:09.771552+0000 mgr.y (mgr.14556) 4662 : cluster [DBG] pgmap v4106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:09.771552+0000 mgr.y (mgr.14556) 4662 : cluster [DBG] pgmap v4106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:09.771552+0000 mgr.y (mgr.14556) 4662 : cluster [DBG] pgmap v4106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:02:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:11.772255+0000 mgr.y (mgr.14556) 4663 : cluster [DBG] pgmap v4107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:11.772255+0000 mgr.y (mgr.14556) 4663 : cluster [DBG] pgmap v4107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:11.772255+0000 mgr.y (mgr.14556) 4663 : cluster [DBG] pgmap v4107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:02:13] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T09:02:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:13.772781+0000 mgr.y (mgr.14556) 4664 : cluster [DBG] pgmap v4108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:13.772781+0000 mgr.y (mgr.14556) 4664 : cluster [DBG] pgmap v4108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:13.772781+0000 mgr.y (mgr.14556) 4664 : cluster [DBG] pgmap v4108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:15.773650+0000 mgr.y (mgr.14556) 4665 : cluster [DBG] pgmap v4109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:15.773650+0000 mgr.y (mgr.14556) 4665 : cluster [DBG] pgmap v4109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:15.773650+0000 mgr.y (mgr.14556) 4665 : cluster [DBG] pgmap v4109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:18.153 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:02:18.440 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:02:18.440 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 2m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:02:18.440 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 2m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:02:18.440 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 2m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:02:18.440 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 2m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:02:18.440 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 2m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:02:18.440 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 2m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:02:18.440 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 2m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:02:18.440 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 2m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:02:18.440 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 2m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:02:18.441 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 2m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:02:18.441 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 2m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:02:18.441 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 2m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:02:18.441 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 2m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:02:18.441 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 2m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:02:18.441 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 2m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:02:18.441 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 2m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:02:18.441 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 2m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:02:18.441 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 2m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:02:18.441 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 2m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:02:18.441 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 2m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:02:18.788 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:02:18.789 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:02:18.789 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:02:18.789 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:02:18.789 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:02:18.789 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:02:18.789 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:02:18.789 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:02:18.789 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:02:18.789 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:02:18.789 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:02:18.789 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:02:18.790 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:02:18.790 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:02:18.790 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:02:18.790 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:02:18.790 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:02:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:17.774232+0000 mgr.y (mgr.14556) 4666 : cluster [DBG] pgmap v4110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:02:18.788267+0000 mon.c (mon.2) 140 : audit [DBG] from='client.? 172.21.15.23:0/856998903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:02:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:17.774232+0000 mgr.y (mgr.14556) 4666 : cluster [DBG] pgmap v4110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:02:18.788267+0000 mon.c (mon.2) 140 : audit [DBG] from='client.? 172.21.15.23:0/856998903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:02:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:17.774232+0000 mgr.y (mgr.14556) 4666 : cluster [DBG] pgmap v4110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:02:18.788267+0000 mon.c (mon.2) 140 : audit [DBG] from='client.? 172.21.15.23:0/856998903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:02:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:02:18.141896+0000 mgr.y (mgr.14556) 4667 : audit [DBG] from='client.29513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:02:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:02:18.431805+0000 mgr.y (mgr.14556) 4668 : audit [DBG] from='client.19605 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:02:20.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:02:18.141896+0000 mgr.y (mgr.14556) 4667 : audit [DBG] from='client.29513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:02:20.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:02:18.431805+0000 mgr.y (mgr.14556) 4668 : audit [DBG] from='client.19605 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:02:20.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:02:18.141896+0000 mgr.y (mgr.14556) 4667 : audit [DBG] from='client.29513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:02:20.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:02:18.431805+0000 mgr.y (mgr.14556) 4668 : audit [DBG] from='client.19605 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:02:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:19.774774+0000 mgr.y (mgr.14556) 4669 : cluster [DBG] pgmap v4111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:19.774774+0000 mgr.y (mgr.14556) 4669 : cluster [DBG] pgmap v4111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:19.774774+0000 mgr.y (mgr.14556) 4669 : cluster [DBG] pgmap v4111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:02:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:21.775631+0000 mgr.y (mgr.14556) 4670 : cluster [DBG] pgmap v4112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:21.775631+0000 mgr.y (mgr.14556) 4670 : cluster [DBG] pgmap v4112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:21.775631+0000 mgr.y (mgr.14556) 4670 : cluster [DBG] pgmap v4112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:02:23] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:02:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:23.775968+0000 mgr.y (mgr.14556) 4671 : cluster [DBG] pgmap v4113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:23.775968+0000 mgr.y (mgr.14556) 4671 : cluster [DBG] pgmap v4113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:23.775968+0000 mgr.y (mgr.14556) 4671 : cluster [DBG] pgmap v4113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:25.776640+0000 mgr.y (mgr.14556) 4672 : cluster [DBG] pgmap v4114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:25.776640+0000 mgr.y (mgr.14556) 4672 : cluster [DBG] pgmap v4114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:25.776640+0000 mgr.y (mgr.14556) 4672 : cluster [DBG] pgmap v4114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:27.777001+0000 mgr.y (mgr.14556) 4673 : cluster [DBG] pgmap v4115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:27.777001+0000 mgr.y (mgr.14556) 4673 : cluster [DBG] pgmap v4115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:27.777001+0000 mgr.y (mgr.14556) 4673 : cluster [DBG] pgmap v4115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:29.777486+0000 mgr.y (mgr.14556) 4674 : cluster [DBG] pgmap v4116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:29.777486+0000 mgr.y (mgr.14556) 4674 : cluster [DBG] pgmap v4116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:29.777486+0000 mgr.y (mgr.14556) 4674 : cluster [DBG] pgmap v4116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:02:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:31.778071+0000 mgr.y (mgr.14556) 4675 : cluster [DBG] pgmap v4117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:32.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:31.778071+0000 mgr.y (mgr.14556) 4675 : cluster [DBG] pgmap v4117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:32.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:31.778071+0000 mgr.y (mgr.14556) 4675 : cluster [DBG] pgmap v4117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:02:33] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:02:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:33.778429+0000 mgr.y (mgr.14556) 4676 : cluster [DBG] pgmap v4118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:33.778429+0000 mgr.y (mgr.14556) 4676 : cluster [DBG] pgmap v4118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:33.778429+0000 mgr.y (mgr.14556) 4676 : cluster [DBG] pgmap v4118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:35.779275+0000 mgr.y (mgr.14556) 4677 : cluster [DBG] pgmap v4119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:37.136 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:35.779275+0000 mgr.y (mgr.14556) 4677 : cluster [DBG] pgmap v4119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:35.779275+0000 mgr.y (mgr.14556) 4677 : cluster [DBG] pgmap v4119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:37.779619+0000 mgr.y (mgr.14556) 4678 : cluster [DBG] pgmap v4120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:37.779619+0000 mgr.y (mgr.14556) 4678 : cluster [DBG] pgmap v4120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:37.779619+0000 mgr.y (mgr.14556) 4678 : cluster [DBG] pgmap v4120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:39.780113+0000 mgr.y (mgr.14556) 4679 : cluster [DBG] pgmap v4121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:39.780113+0000 mgr.y (mgr.14556) 4679 : cluster [DBG] pgmap v4121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:39.780113+0000 mgr.y (mgr.14556) 4679 : cluster [DBG] pgmap v4121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:02:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:41.781011+0000 mgr.y (mgr.14556) 4680 : cluster [DBG] pgmap v4122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:41.781011+0000 mgr.y (mgr.14556) 4680 : cluster [DBG] pgmap v4122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:41.781011+0000 mgr.y (mgr.14556) 4680 : cluster [DBG] pgmap v4122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:02:43] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:02:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:43.781519+0000 mgr.y (mgr.14556) 4681 : cluster [DBG] pgmap v4123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:43.781519+0000 mgr.y (mgr.14556) 4681 : cluster [DBG] pgmap v4123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:43.781519+0000 mgr.y (mgr.14556) 4681 : cluster [DBG] pgmap v4123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:45.782466+0000 mgr.y (mgr.14556) 4682 : cluster [DBG] pgmap v4124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:45.782466+0000 mgr.y (mgr.14556) 4682 : cluster [DBG] pgmap v4124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:45.782466+0000 mgr.y (mgr.14556) 4682 : cluster [DBG] pgmap v4124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:49.114 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:02:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:47.783013+0000 mgr.y (mgr.14556) 4683 : cluster [DBG] pgmap v4125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:47.783013+0000 mgr.y (mgr.14556) 4683 : cluster [DBG] pgmap v4125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:47.783013+0000 mgr.y (mgr.14556) 4683 : cluster [DBG] pgmap v4125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:49.402 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:02:49.402 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 2m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:02:49.402 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 2m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:02:49.402 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 2m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:02:49.402 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 2m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:02:49.402 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 2m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:02:49.402 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 2m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 2m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 2m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 2m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 2m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 2m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 2m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 2m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 2m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 2m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 2m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 2m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 2m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 2m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:02:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 2m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:02:49.751 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:02:49.751 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:02:49.751 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:02:49.751 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:02:49.751 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:02:49.751 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:02:49.751 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:02:49.751 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:02:49.752 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:02:49.752 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:02:49.752 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:02:49.752 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:02:49.752 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:02:49.752 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:02:49.752 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:02:49.752 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:02:49.752 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:02:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:02:49.751086+0000 mon.a (mon.0) 1585 : audit [DBG] from='client.? 172.21.15.23:0/1445235226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:02:50.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:02:49.751086+0000 mon.a (mon.0) 1585 : audit [DBG] from='client.? 172.21.15.23:0/1445235226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:02:50.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:02:49.751086+0000 mon.a (mon.0) 1585 : audit [DBG] from='client.? 172.21.15.23:0/1445235226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:02:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:02:49.102536+0000 mgr.y (mgr.14556) 4684 : audit [DBG] from='client.29531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:02:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:02:49.394219+0000 mgr.y (mgr.14556) 4685 : audit [DBG] from='client.19623 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:02:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:49.783649+0000 mgr.y (mgr.14556) 4686 : cluster [DBG] pgmap v4126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:02:49.102536+0000 mgr.y (mgr.14556) 4684 : audit [DBG] from='client.29531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:02:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:02:49.394219+0000 mgr.y (mgr.14556) 4685 : audit [DBG] from='client.19623 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:02:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:49.783649+0000 mgr.y (mgr.14556) 4686 : cluster [DBG] pgmap v4126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:02:49.102536+0000 mgr.y (mgr.14556) 4684 : audit [DBG] from='client.29531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:02:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:02:49.394219+0000 mgr.y (mgr.14556) 4685 : audit [DBG] from='client.19623 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:02:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:49.783649+0000 mgr.y (mgr.14556) 4686 : cluster [DBG] pgmap v4126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:02:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:51.784304+0000 mgr.y (mgr.14556) 4687 : cluster [DBG] pgmap v4127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:51.784304+0000 mgr.y (mgr.14556) 4687 : cluster [DBG] pgmap v4127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:51.784304+0000 mgr.y (mgr.14556) 4687 : cluster [DBG] pgmap v4127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:02:53] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T09:02:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:53.784804+0000 mgr.y (mgr.14556) 4688 : cluster [DBG] pgmap v4128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:53.784804+0000 mgr.y (mgr.14556) 4688 : cluster [DBG] pgmap v4128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:53.784804+0000 mgr.y (mgr.14556) 4688 : cluster [DBG] pgmap v4128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:55.785698+0000 mgr.y (mgr.14556) 4689 : cluster [DBG] pgmap v4129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:55.785698+0000 mgr.y (mgr.14556) 4689 : cluster [DBG] pgmap v4129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:55.785698+0000 mgr.y (mgr.14556) 4689 : cluster [DBG] pgmap v4129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:57.786215+0000 mgr.y (mgr.14556) 4690 : cluster [DBG] pgmap v4130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:02:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:02:58.776695+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:02:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:57.786215+0000 mgr.y (mgr.14556) 4690 : cluster [DBG] pgmap v4130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:02:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:02:58.776695+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:02:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:57.786215+0000 mgr.y (mgr.14556) 4690 : cluster [DBG] pgmap v4130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:02:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:02:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:02:58.776695+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:03:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:02:59.030524+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:03:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:02:59.034043+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:03:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:02:59.324221+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:03:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:02:59.324932+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:03:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:02:59.332630+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:03:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:02:59.030524+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:03:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:02:59.034043+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:03:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:02:59.324221+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:03:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:02:59.324932+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:03:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:02:59.332630+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:03:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:02:59.030524+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:03:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:02:59.034043+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:03:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:02:59.324221+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:03:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:02:59.324932+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:03:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:02:59.332630+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:03:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:02:59.786697+0000 mgr.y (mgr.14556) 4691 : cluster [DBG] pgmap v4131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:02:59.786697+0000 mgr.y (mgr.14556) 4691 : cluster [DBG] pgmap v4131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:02:59.786697+0000 mgr.y (mgr.14556) 4691 : cluster [DBG] pgmap v4131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:03:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:01.787512+0000 mgr.y (mgr.14556) 4692 : cluster [DBG] pgmap v4132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:01.787512+0000 mgr.y (mgr.14556) 4692 : cluster [DBG] pgmap v4132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:01.787512+0000 mgr.y (mgr.14556) 4692 : cluster [DBG] pgmap v4132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:03:03] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T09:03:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:03.787860+0000 mgr.y (mgr.14556) 4693 : cluster [DBG] pgmap v4133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:03.787860+0000 mgr.y (mgr.14556) 4693 : cluster [DBG] pgmap v4133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:03.787860+0000 mgr.y (mgr.14556) 4693 : cluster [DBG] pgmap v4133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:05.788474+0000 mgr.y (mgr.14556) 4694 : cluster [DBG] pgmap v4134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:05.788474+0000 mgr.y (mgr.14556) 4694 : cluster [DBG] pgmap v4134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:05.788474+0000 mgr.y (mgr.14556) 4694 : cluster [DBG] pgmap v4134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:07.788835+0000 mgr.y (mgr.14556) 4695 : cluster [DBG] pgmap v4135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:07.788835+0000 mgr.y (mgr.14556) 4695 : cluster [DBG] pgmap v4135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:09.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:07.788835+0000 mgr.y (mgr.14556) 4695 : cluster [DBG] pgmap v4135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:11.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:09.789427+0000 mgr.y (mgr.14556) 4696 : cluster [DBG] pgmap v4136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:09.789427+0000 mgr.y (mgr.14556) 4696 : cluster [DBG] pgmap v4136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:09.789427+0000 mgr.y (mgr.14556) 4696 : cluster [DBG] pgmap v4136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:03:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:11.790363+0000 mgr.y (mgr.14556) 4697 : cluster [DBG] pgmap v4137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:11.790363+0000 mgr.y (mgr.14556) 4697 : cluster [DBG] pgmap v4137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:11.790363+0000 mgr.y (mgr.14556) 4697 : cluster [DBG] pgmap v4137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:03:13] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T09:03:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:13.790911+0000 mgr.y (mgr.14556) 4698 : cluster [DBG] pgmap v4138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:13.790911+0000 mgr.y (mgr.14556) 4698 : cluster [DBG] pgmap v4138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:13.790911+0000 mgr.y (mgr.14556) 4698 : cluster [DBG] pgmap v4138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:15.791545+0000 mgr.y (mgr.14556) 4699 : cluster [DBG] pgmap v4139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:15.791545+0000 mgr.y (mgr.14556) 4699 : cluster [DBG] pgmap v4139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:15.791545+0000 mgr.y (mgr.14556) 4699 : cluster [DBG] pgmap v4139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:17.792051+0000 mgr.y (mgr.14556) 4700 : cluster [DBG] pgmap v4140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:17.792051+0000 mgr.y (mgr.14556) 4700 : cluster [DBG] pgmap v4140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:17.792051+0000 mgr.y (mgr.14556) 4700 : cluster [DBG] pgmap v4140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:20.076 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:03:20.366 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:03:20.366 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 3m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:03:20.366 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 3m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:03:20.366 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 3m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:03:20.366 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 3m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:03:20.366 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 3m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:03:20.366 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 3m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 3m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 3m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 3m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 3m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 3m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 3m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 3m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 3m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 3m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 3m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 3m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 3m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 3m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:03:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 3m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:03:20.717 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:03:20.717 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:03:20.717 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:03:20.717 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:03:20.717 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:03:20.717 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:03:20.717 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:03:20.717 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:03:20.717 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:03:20.717 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:03:20.717 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:03:20.717 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:03:20.718 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:03:20.718 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:03:20.718 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:03:20.718 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:03:20.718 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:03:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:19.792406+0000 mgr.y (mgr.14556) 4701 : cluster [DBG] pgmap v4141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:03:20.716543+0000 mon.a (mon.0) 1592 : audit [DBG] from='client.? 172.21.15.23:0/3305208732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:03:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:19.792406+0000 mgr.y (mgr.14556) 4701 : cluster [DBG] pgmap v4141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:03:20.716543+0000 mon.a (mon.0) 1592 : audit [DBG] from='client.? 172.21.15.23:0/3305208732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:03:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:19.792406+0000 mgr.y (mgr.14556) 4701 : cluster [DBG] pgmap v4141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:03:20.716543+0000 mon.a (mon.0) 1592 : audit [DBG] from='client.? 172.21.15.23:0/3305208732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:03:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:03:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:03:20.063840+0000 mgr.y (mgr.14556) 4702 : audit [DBG] from='client.19635 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:03:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:03:20.358119+0000 mgr.y (mgr.14556) 4703 : audit [DBG] from='client.29555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:03:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:03:20.063840+0000 mgr.y (mgr.14556) 4702 : audit [DBG] from='client.19635 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:03:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:03:20.358119+0000 mgr.y (mgr.14556) 4703 : audit [DBG] from='client.29555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:03:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:03:20.063840+0000 mgr.y (mgr.14556) 4702 : audit [DBG] from='client.19635 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:03:22.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:03:20.358119+0000 mgr.y (mgr.14556) 4703 : audit [DBG] from='client.29555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:03:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:21.793264+0000 mgr.y (mgr.14556) 4704 : cluster [DBG] pgmap v4142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:21.793264+0000 mgr.y (mgr.14556) 4704 : cluster [DBG] pgmap v4142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:21.793264+0000 mgr.y (mgr.14556) 4704 : cluster [DBG] pgmap v4142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:03:23] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T09:03:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:23.793629+0000 mgr.y (mgr.14556) 4705 : cluster [DBG] pgmap v4143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:23.793629+0000 mgr.y (mgr.14556) 4705 : cluster [DBG] pgmap v4143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:23.793629+0000 mgr.y (mgr.14556) 4705 : cluster [DBG] pgmap v4143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:25.794206+0000 mgr.y (mgr.14556) 4706 : cluster [DBG] pgmap v4144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:25.794206+0000 mgr.y (mgr.14556) 4706 : cluster [DBG] pgmap v4144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:25.794206+0000 mgr.y (mgr.14556) 4706 : cluster [DBG] pgmap v4144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:27.794624+0000 mgr.y (mgr.14556) 4707 : cluster [DBG] pgmap v4145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:27.794624+0000 mgr.y (mgr.14556) 4707 : cluster [DBG] pgmap v4145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:29.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:27.794624+0000 mgr.y (mgr.14556) 4707 : cluster [DBG] pgmap v4145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:31.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:29.795012+0000 mgr.y (mgr.14556) 4708 : cluster [DBG] pgmap v4146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:29.795012+0000 mgr.y (mgr.14556) 4708 : cluster [DBG] pgmap v4146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:29.795012+0000 mgr.y (mgr.14556) 4708 : cluster [DBG] pgmap v4146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:03:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:31.795829+0000 mgr.y (mgr.14556) 4709 : cluster [DBG] pgmap v4147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:31.795829+0000 mgr.y (mgr.14556) 4709 : cluster [DBG] pgmap v4147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:31.795829+0000 mgr.y (mgr.14556) 4709 : cluster [DBG] pgmap v4147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:03:33] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T09:03:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:33.796425+0000 mgr.y (mgr.14556) 4710 : cluster [DBG] pgmap v4148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:33.796425+0000 mgr.y (mgr.14556) 4710 : cluster [DBG] pgmap v4148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:33.796425+0000 mgr.y (mgr.14556) 4710 : cluster [DBG] pgmap v4148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:35.797169+0000 mgr.y (mgr.14556) 4711 : cluster [DBG] pgmap v4149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:35.797169+0000 mgr.y (mgr.14556) 4711 : cluster [DBG] pgmap v4149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:35.797169+0000 mgr.y (mgr.14556) 4711 : cluster [DBG] pgmap v4149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:37.797642+0000 mgr.y (mgr.14556) 4712 : cluster [DBG] pgmap v4150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:37.797642+0000 mgr.y (mgr.14556) 4712 : cluster [DBG] pgmap v4150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:37.797642+0000 mgr.y (mgr.14556) 4712 : cluster [DBG] pgmap v4150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:39.798196+0000 mgr.y (mgr.14556) 4713 : cluster [DBG] pgmap v4151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:39.798196+0000 mgr.y (mgr.14556) 4713 : cluster [DBG] pgmap v4151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:39.798196+0000 mgr.y (mgr.14556) 4713 : cluster [DBG] pgmap v4151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:03:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:41.799029+0000 mgr.y (mgr.14556) 4714 : cluster [DBG] pgmap v4152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:41.799029+0000 mgr.y (mgr.14556) 4714 : cluster [DBG] pgmap v4152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:41.799029+0000 mgr.y (mgr.14556) 4714 : cluster [DBG] pgmap v4152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:03:43] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:03:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:43.799452+0000 mgr.y (mgr.14556) 4715 : cluster [DBG] pgmap v4153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:43.799452+0000 mgr.y (mgr.14556) 4715 : cluster [DBG] pgmap v4153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:43.799452+0000 mgr.y (mgr.14556) 4715 : cluster [DBG] pgmap v4153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:45.800211+0000 mgr.y (mgr.14556) 4716 : cluster [DBG] pgmap v4154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:45.800211+0000 mgr.y (mgr.14556) 4716 : cluster [DBG] pgmap v4154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:45.800211+0000 mgr.y (mgr.14556) 4716 : cluster [DBG] pgmap v4154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:47.800574+0000 mgr.y (mgr.14556) 4717 : cluster [DBG] pgmap v4155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:47.800574+0000 mgr.y (mgr.14556) 4717 : cluster [DBG] pgmap v4155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:47.800574+0000 mgr.y (mgr.14556) 4717 : cluster [DBG] pgmap v4155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:51.045 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:03:51.334 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 3m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 3m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 3m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 3m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 3m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 3m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 3m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 3m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 3m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 3m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 3m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 3m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 3m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 3m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:03:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 3m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:03:51.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 3m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:03:51.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 3m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:03:51.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 3m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:03:51.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 3m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:03:51.336 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 3m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:03:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:49.800991+0000 mgr.y (mgr.14556) 4718 : cluster [DBG] pgmap v4156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:49.800991+0000 mgr.y (mgr.14556) 4718 : cluster [DBG] pgmap v4156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:49.800991+0000 mgr.y (mgr.14556) 4718 : cluster [DBG] pgmap v4156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:51.684 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:03:51.684 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:03:51.684 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:03:51.685 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:03:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:03:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:03:51.033192+0000 mgr.y (mgr.14556) 4719 : audit [DBG] from='client.29567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:03:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:03:51.684305+0000 mon.a (mon.0) 1593 : audit [DBG] from='client.? 172.21.15.23:0/1736265549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:03:52.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:03:51.033192+0000 mgr.y (mgr.14556) 4719 : audit [DBG] from='client.29567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:03:52.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:03:51.684305+0000 mon.a (mon.0) 1593 : audit [DBG] from='client.? 172.21.15.23:0/1736265549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:03:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:03:51.033192+0000 mgr.y (mgr.14556) 4719 : audit [DBG] from='client.29567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:03:52.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:03:51.684305+0000 mon.a (mon.0) 1593 : audit [DBG] from='client.? 172.21.15.23:0/1736265549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:03:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:03:51.326476+0000 mgr.y (mgr.14556) 4720 : audit [DBG] from='client.29573 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:03:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:51.801614+0000 mgr.y (mgr.14556) 4721 : cluster [DBG] pgmap v4157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:03:51.326476+0000 mgr.y (mgr.14556) 4720 : audit [DBG] from='client.29573 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:03:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:51.801614+0000 mgr.y (mgr.14556) 4721 : cluster [DBG] pgmap v4157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:03:51.326476+0000 mgr.y (mgr.14556) 4720 : audit [DBG] from='client.29573 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:03:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:51.801614+0000 mgr.y (mgr.14556) 4721 : cluster [DBG] pgmap v4157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:54.074 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:03:53] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T09:03:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:53.802024+0000 mgr.y (mgr.14556) 4722 : cluster [DBG] pgmap v4158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:54.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:53.802024+0000 mgr.y (mgr.14556) 4722 : cluster [DBG] pgmap v4158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:53.802024+0000 mgr.y (mgr.14556) 4722 : cluster [DBG] pgmap v4158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:55.802710+0000 mgr.y (mgr.14556) 4723 : cluster [DBG] pgmap v4159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:55.802710+0000 mgr.y (mgr.14556) 4723 : cluster [DBG] pgmap v4159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:55.802710+0000 mgr.y (mgr.14556) 4723 : cluster [DBG] pgmap v4159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:57.803143+0000 mgr.y (mgr.14556) 4724 : cluster [DBG] pgmap v4160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:57.803143+0000 mgr.y (mgr.14556) 4724 : cluster [DBG] pgmap v4160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:03:59.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:57.803143+0000 mgr.y (mgr.14556) 4724 : cluster [DBG] pgmap v4160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:03:59.337082+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:04:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:03:59.643325+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:04:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:03:59.644016+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:04:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:03:59.650048+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:04:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:03:59.337082+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:04:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:03:59.643325+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:04:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:03:59.644016+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:04:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:03:59.650048+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:04:00.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:03:59.337082+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:04:00.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:03:59.643325+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:04:00.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:03:59.644016+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:04:00.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:03:59.650048+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:04:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:03:59.803583+0000 mgr.y (mgr.14556) 4725 : cluster [DBG] pgmap v4161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:03:59.803583+0000 mgr.y (mgr.14556) 4725 : cluster [DBG] pgmap v4161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:03:59.803583+0000 mgr.y (mgr.14556) 4725 : cluster [DBG] pgmap v4161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:04:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:01.804385+0000 mgr.y (mgr.14556) 4726 : cluster [DBG] pgmap v4162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:01.804385+0000 mgr.y (mgr.14556) 4726 : cluster [DBG] pgmap v4162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:01.804385+0000 mgr.y (mgr.14556) 4726 : cluster [DBG] pgmap v4162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:04:03] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T09:04:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:03.804789+0000 mgr.y (mgr.14556) 4727 : cluster [DBG] pgmap v4163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:03.804789+0000 mgr.y (mgr.14556) 4727 : cluster [DBG] pgmap v4163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:03.804789+0000 mgr.y (mgr.14556) 4727 : cluster [DBG] pgmap v4163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:05.805613+0000 mgr.y (mgr.14556) 4728 : cluster [DBG] pgmap v4164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:05.805613+0000 mgr.y (mgr.14556) 4728 : cluster [DBG] pgmap v4164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:05.805613+0000 mgr.y (mgr.14556) 4728 : cluster [DBG] pgmap v4164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:09.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:07.805928+0000 mgr.y (mgr.14556) 4729 : cluster [DBG] pgmap v4165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:09.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:07.805928+0000 mgr.y (mgr.14556) 4729 : cluster [DBG] pgmap v4165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:07.805928+0000 mgr.y (mgr.14556) 4729 : cluster [DBG] pgmap v4165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:09.806433+0000 mgr.y (mgr.14556) 4730 : cluster [DBG] pgmap v4166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:09.806433+0000 mgr.y (mgr.14556) 4730 : cluster [DBG] pgmap v4166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:09.806433+0000 mgr.y (mgr.14556) 4730 : cluster [DBG] pgmap v4166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:04:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:11.807175+0000 mgr.y (mgr.14556) 4731 : cluster [DBG] pgmap v4167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:11.807175+0000 mgr.y (mgr.14556) 4731 : cluster [DBG] pgmap v4167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:11.807175+0000 mgr.y (mgr.14556) 4731 : cluster [DBG] pgmap v4167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:04:13] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T09:04:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:13.807599+0000 mgr.y (mgr.14556) 4732 : cluster [DBG] pgmap v4168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:13.807599+0000 mgr.y (mgr.14556) 4732 : cluster [DBG] pgmap v4168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:13.807599+0000 mgr.y (mgr.14556) 4732 : cluster [DBG] pgmap v4168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:15.808283+0000 mgr.y (mgr.14556) 4733 : cluster [DBG] pgmap v4169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:15.808283+0000 mgr.y (mgr.14556) 4733 : cluster [DBG] pgmap v4169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:15.808283+0000 mgr.y (mgr.14556) 4733 : cluster [DBG] pgmap v4169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:17.808710+0000 mgr.y (mgr.14556) 4734 : cluster [DBG] pgmap v4170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:17.808710+0000 mgr.y (mgr.14556) 4734 : cluster [DBG] pgmap v4170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:17.808710+0000 mgr.y (mgr.14556) 4734 : cluster [DBG] pgmap v4170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:19.809149+0000 mgr.y (mgr.14556) 4735 : cluster [DBG] pgmap v4171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:19.809149+0000 mgr.y (mgr.14556) 4735 : cluster [DBG] pgmap v4171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:19.809149+0000 mgr.y (mgr.14556) 4735 : cluster [DBG] pgmap v4171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:04:22.010 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:04:22.297 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:04:22.297 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:04:22.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:04:22.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:04:22.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:04:22.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 4m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:04:22.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:04:22.299 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:04:22.644 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:04:22.644 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:04:22.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:04:22.646 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:04:22.646 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:04:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:21.809681+0000 mgr.y (mgr.14556) 4736 : cluster [DBG] pgmap v4172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:04:21.997309+0000 mgr.y (mgr.14556) 4737 : audit [DBG] from='client.19671 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:04:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:04:22.644212+0000 mon.a (mon.0) 1598 : audit [DBG] from='client.? 172.21.15.23:0/3397193384' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:04:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:21.809681+0000 mgr.y (mgr.14556) 4736 : cluster [DBG] pgmap v4172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:04:21.997309+0000 mgr.y (mgr.14556) 4737 : audit [DBG] from='client.19671 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:04:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:04:22.644212+0000 mon.a (mon.0) 1598 : audit [DBG] from='client.? 172.21.15.23:0/3397193384' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:04:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:21.809681+0000 mgr.y (mgr.14556) 4736 : cluster [DBG] pgmap v4172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:04:21.997309+0000 mgr.y (mgr.14556) 4737 : audit [DBG] from='client.19671 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:04:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:04:22.644212+0000 mon.a (mon.0) 1598 : audit [DBG] from='client.? 172.21.15.23:0/3397193384' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:04:24.034 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:04:23] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-03-22T09:04:24.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:04:22.289535+0000 mgr.y (mgr.14556) 4738 : audit [DBG] from='client.29591 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:04:24.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:04:22.289535+0000 mgr.y (mgr.14556) 4738 : audit [DBG] from='client.29591 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:04:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:04:22.289535+0000 mgr.y (mgr.14556) 4738 : audit [DBG] from='client.29591 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:04:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:23.810186+0000 mgr.y (mgr.14556) 4739 : cluster [DBG] pgmap v4173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:23.810186+0000 mgr.y (mgr.14556) 4739 : cluster [DBG] pgmap v4173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:23.810186+0000 mgr.y (mgr.14556) 4739 : cluster [DBG] pgmap v4173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:25.811014+0000 mgr.y (mgr.14556) 4740 : cluster [DBG] pgmap v4174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:25.811014+0000 mgr.y (mgr.14556) 4740 : cluster [DBG] pgmap v4174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:25.811014+0000 mgr.y (mgr.14556) 4740 : cluster [DBG] pgmap v4174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:27.811560+0000 mgr.y (mgr.14556) 4741 : cluster [DBG] pgmap v4175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:28.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:27.811560+0000 mgr.y (mgr.14556) 4741 : cluster [DBG] pgmap v4175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:27.811560+0000 mgr.y (mgr.14556) 4741 : cluster [DBG] pgmap v4175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:29.812063+0000 mgr.y (mgr.14556) 4742 : cluster [DBG] pgmap v4176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:31.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:29.812063+0000 mgr.y (mgr.14556) 4742 : cluster [DBG] pgmap v4176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:31.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:29.812063+0000 mgr.y (mgr.14556) 4742 : cluster [DBG] pgmap v4176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:04:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:31.812889+0000 mgr.y (mgr.14556) 4743 : cluster [DBG] pgmap v4177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:31.812889+0000 mgr.y (mgr.14556) 4743 : cluster [DBG] pgmap v4177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:31.812889+0000 mgr.y (mgr.14556) 4743 : cluster [DBG] pgmap v4177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:04:33] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-03-22T09:04:35.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:33.813413+0000 mgr.y (mgr.14556) 4744 : cluster [DBG] pgmap v4178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:33.813413+0000 mgr.y (mgr.14556) 4744 : cluster [DBG] pgmap v4178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:33.813413+0000 mgr.y (mgr.14556) 4744 : cluster [DBG] pgmap v4178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:35.813971+0000 mgr.y (mgr.14556) 4745 : cluster [DBG] pgmap v4179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:35.813971+0000 mgr.y (mgr.14556) 4745 : cluster [DBG] pgmap v4179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:35.813971+0000 mgr.y (mgr.14556) 4745 : cluster [DBG] pgmap v4179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:37.814421+0000 mgr.y (mgr.14556) 4746 : cluster [DBG] pgmap v4180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:37.814421+0000 mgr.y (mgr.14556) 4746 : cluster [DBG] pgmap v4180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:37.814421+0000 mgr.y (mgr.14556) 4746 : cluster [DBG] pgmap v4180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:39.814925+0000 mgr.y (mgr.14556) 4747 : cluster [DBG] pgmap v4181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:39.814925+0000 mgr.y (mgr.14556) 4747 : cluster [DBG] pgmap v4181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:39.814925+0000 mgr.y (mgr.14556) 4747 : cluster [DBG] pgmap v4181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:04:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:41.815814+0000 mgr.y (mgr.14556) 4748 : cluster [DBG] pgmap v4182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:41.815814+0000 mgr.y (mgr.14556) 4748 : cluster [DBG] pgmap v4182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:41.815814+0000 mgr.y (mgr.14556) 4748 : cluster [DBG] pgmap v4182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:04:43] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:04:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:43.816283+0000 mgr.y (mgr.14556) 4749 : cluster [DBG] pgmap v4183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:43.816283+0000 mgr.y (mgr.14556) 4749 : cluster [DBG] pgmap v4183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:43.816283+0000 mgr.y (mgr.14556) 4749 : cluster [DBG] pgmap v4183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:45.817142+0000 mgr.y (mgr.14556) 4750 : cluster [DBG] pgmap v4184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:45.817142+0000 mgr.y (mgr.14556) 4750 : cluster [DBG] pgmap v4184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:45.817142+0000 mgr.y (mgr.14556) 4750 : cluster [DBG] pgmap v4184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:47.817656+0000 mgr.y (mgr.14556) 4751 : cluster [DBG] pgmap v4185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:47.817656+0000 mgr.y (mgr.14556) 4751 : cluster [DBG] pgmap v4185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:47.817656+0000 mgr.y (mgr.14556) 4751 : cluster [DBG] pgmap v4185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:49.818068+0000 mgr.y (mgr.14556) 4752 : cluster [DBG] pgmap v4186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:49.818068+0000 mgr.y (mgr.14556) 4752 : cluster [DBG] pgmap v4186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:49.818068+0000 mgr.y (mgr.14556) 4752 : cluster [DBG] pgmap v4186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:04:52.970 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:04:53.257 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:04:53.257 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:04:53.257 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:04:53.257 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:04:53.257 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:04:53.257 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:04:53.257 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:04:53.257 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:04:53.258 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:04:53.258 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:04:53.258 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:04:53.258 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:04:53.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:04:53.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:04:53.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:04:53.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:04:53.259 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:04:53.259 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:04:53.259 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 4m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:04:53.259 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:04:53.259 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:04:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:51.818938+0000 mgr.y (mgr.14556) 4753 : cluster [DBG] pgmap v4187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:51.818938+0000 mgr.y (mgr.14556) 4753 : cluster [DBG] pgmap v4187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:51.818938+0000 mgr.y (mgr.14556) 4753 : cluster [DBG] pgmap v4187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:53.604 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:04:53.604 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:04:53.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:04:53.604 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:04:53.604 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:04:53.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:04:53.604 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:04:53.605 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:04:53.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:04:53.605 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:04:53.605 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:04:53.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:04:53.605 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:04:53.605 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:04:53.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:04:53.605 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:04:53.605 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:04:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:04:53] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:04:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:04:52.958347+0000 mgr.y (mgr.14556) 4754 : audit [DBG] from='client.19689 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:04:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:04:53.604003+0000 mon.a (mon.0) 1599 : audit [DBG] from='client.? 172.21.15.23:0/804917408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:04:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:04:52.958347+0000 mgr.y (mgr.14556) 4754 : audit [DBG] from='client.19689 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:04:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:04:53.604003+0000 mon.a (mon.0) 1599 : audit [DBG] from='client.? 172.21.15.23:0/804917408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:04:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:04:52.958347+0000 mgr.y (mgr.14556) 4754 : audit [DBG] from='client.19689 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:04:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:04:53.604003+0000 mon.a (mon.0) 1599 : audit [DBG] from='client.? 172.21.15.23:0/804917408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:04:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:04:53.248830+0000 mgr.y (mgr.14556) 4755 : audit [DBG] from='client.29609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:04:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:53.819299+0000 mgr.y (mgr.14556) 4756 : cluster [DBG] pgmap v4188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:04:53.248830+0000 mgr.y (mgr.14556) 4755 : audit [DBG] from='client.29609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:04:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:53.819299+0000 mgr.y (mgr.14556) 4756 : cluster [DBG] pgmap v4188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:04:53.248830+0000 mgr.y (mgr.14556) 4755 : audit [DBG] from='client.29609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:04:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:53.819299+0000 mgr.y (mgr.14556) 4756 : cluster [DBG] pgmap v4188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:55.819939+0000 mgr.y (mgr.14556) 4757 : cluster [DBG] pgmap v4189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:55.819939+0000 mgr.y (mgr.14556) 4757 : cluster [DBG] pgmap v4189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:55.819939+0000 mgr.y (mgr.14556) 4757 : cluster [DBG] pgmap v4189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:04:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:57.820369+0000 mgr.y (mgr.14556) 4758 : cluster [DBG] pgmap v4190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:04:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:57.820369+0000 mgr.y (mgr.14556) 4758 : cluster [DBG] pgmap v4190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:04:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:04:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:57.820369+0000 mgr.y (mgr.14556) 4758 : cluster [DBG] pgmap v4190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:04:59.654597+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:05:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:04:59.961340+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:05:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:04:59.961982+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:05:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:04:59.970750+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:05:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:04:59.654597+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:05:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:04:59.961340+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:05:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:04:59.961982+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:05:00.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:04:59.970750+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:05:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:04:59.654597+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:05:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:04:59.961340+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:05:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:04:59.961982+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:05:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:04:59.970750+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:05:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:04:59.820769+0000 mgr.y (mgr.14556) 4759 : cluster [DBG] pgmap v4191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:04:59.820769+0000 mgr.y (mgr.14556) 4759 : cluster [DBG] pgmap v4191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:04:59.820769+0000 mgr.y (mgr.14556) 4759 : cluster [DBG] pgmap v4191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:05:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:01.821441+0000 mgr.y (mgr.14556) 4760 : cluster [DBG] pgmap v4192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:01.821441+0000 mgr.y (mgr.14556) 4760 : cluster [DBG] pgmap v4192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:01.821441+0000 mgr.y (mgr.14556) 4760 : cluster [DBG] pgmap v4192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:05:03] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:05:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:03.821995+0000 mgr.y (mgr.14556) 4761 : cluster [DBG] pgmap v4193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:03.821995+0000 mgr.y (mgr.14556) 4761 : cluster [DBG] pgmap v4193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:03.821995+0000 mgr.y (mgr.14556) 4761 : cluster [DBG] pgmap v4193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:05.822749+0000 mgr.y (mgr.14556) 4762 : cluster [DBG] pgmap v4194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:05.822749+0000 mgr.y (mgr.14556) 4762 : cluster [DBG] pgmap v4194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:05.822749+0000 mgr.y (mgr.14556) 4762 : cluster [DBG] pgmap v4194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:07.823292+0000 mgr.y (mgr.14556) 4763 : cluster [DBG] pgmap v4195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:07.823292+0000 mgr.y (mgr.14556) 4763 : cluster [DBG] pgmap v4195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:07.823292+0000 mgr.y (mgr.14556) 4763 : cluster [DBG] pgmap v4195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:09.823767+0000 mgr.y (mgr.14556) 4764 : cluster [DBG] pgmap v4196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:09.823767+0000 mgr.y (mgr.14556) 4764 : cluster [DBG] pgmap v4196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:09.823767+0000 mgr.y (mgr.14556) 4764 : cluster [DBG] pgmap v4196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:05:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:11.824600+0000 mgr.y (mgr.14556) 4765 : cluster [DBG] pgmap v4197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:11.824600+0000 mgr.y (mgr.14556) 4765 : cluster [DBG] pgmap v4197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:11.824600+0000 mgr.y (mgr.14556) 4765 : cluster [DBG] pgmap v4197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:05:13] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:05:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:13.825286+0000 mgr.y (mgr.14556) 4766 : cluster [DBG] pgmap v4198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:13.825286+0000 mgr.y (mgr.14556) 4766 : cluster [DBG] pgmap v4198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:13.825286+0000 mgr.y (mgr.14556) 4766 : cluster [DBG] pgmap v4198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:15.826119+0000 mgr.y (mgr.14556) 4767 : cluster [DBG] pgmap v4199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:15.826119+0000 mgr.y (mgr.14556) 4767 : cluster [DBG] pgmap v4199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:15.826119+0000 mgr.y (mgr.14556) 4767 : cluster [DBG] pgmap v4199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:17.826536+0000 mgr.y (mgr.14556) 4768 : cluster [DBG] pgmap v4200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:17.826536+0000 mgr.y (mgr.14556) 4768 : cluster [DBG] pgmap v4200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:17.826536+0000 mgr.y (mgr.14556) 4768 : cluster [DBG] pgmap v4200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:19.826986+0000 mgr.y (mgr.14556) 4769 : cluster [DBG] pgmap v4201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:19.826986+0000 mgr.y (mgr.14556) 4769 : cluster [DBG] pgmap v4201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:19.826986+0000 mgr.y (mgr.14556) 4769 : cluster [DBG] pgmap v4201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:05:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:21.827819+0000 mgr.y (mgr.14556) 4770 : cluster [DBG] pgmap v4202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:21.827819+0000 mgr.y (mgr.14556) 4770 : cluster [DBG] pgmap v4202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:21.827819+0000 mgr.y (mgr.14556) 4770 : cluster [DBG] pgmap v4202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:23.930 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:05:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:05:23] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T09:05:24.217 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:05:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:05:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 5m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:05:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 5m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:05:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 5m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:05:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 5m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:05:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:05:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:05:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 5m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:05:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:05:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 5m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:05:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 5m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:05:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:05:24.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:05:24.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:05:24.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:05:24.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 5m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:05:24.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 5m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:05:24.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 5m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:05:24.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 5m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:05:24.219 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 5m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:05:24.567 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:05:24.567 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:05:24.567 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:05:24.567 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:05:24.567 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:05:24.567 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:05:24.567 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:05:24.567 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:05:24.568 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:05:24.568 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:05:24.568 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:05:24.568 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:05:24.568 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:05:24.568 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:05:24.568 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:05:24.568 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:05:24.568 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:05:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:23.828180+0000 mgr.y (mgr.14556) 4771 : cluster [DBG] pgmap v4203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:05:23.918324+0000 mgr.y (mgr.14556) 4772 : audit [DBG] from='client.19707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:05:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:05:24.566781+0000 mon.c (mon.2) 141 : audit [DBG] from='client.? 172.21.15.23:0/2560999331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:05:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:23.828180+0000 mgr.y (mgr.14556) 4771 : cluster [DBG] pgmap v4203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:05:23.918324+0000 mgr.y (mgr.14556) 4772 : audit [DBG] from='client.19707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:05:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:05:24.566781+0000 mon.c (mon.2) 141 : audit [DBG] from='client.? 172.21.15.23:0/2560999331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:05:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:23.828180+0000 mgr.y (mgr.14556) 4771 : cluster [DBG] pgmap v4203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:05:23.918324+0000 mgr.y (mgr.14556) 4772 : audit [DBG] from='client.19707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:05:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:05:24.566781+0000 mon.c (mon.2) 141 : audit [DBG] from='client.? 172.21.15.23:0/2560999331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:05:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:05:24.209678+0000 mgr.y (mgr.14556) 4773 : audit [DBG] from='client.29627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:05:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:05:24.209678+0000 mgr.y (mgr.14556) 4773 : audit [DBG] from='client.29627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:05:26.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:05:24.209678+0000 mgr.y (mgr.14556) 4773 : audit [DBG] from='client.29627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:05:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:25.828868+0000 mgr.y (mgr.14556) 4774 : cluster [DBG] pgmap v4204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:25.828868+0000 mgr.y (mgr.14556) 4774 : cluster [DBG] pgmap v4204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:25.828868+0000 mgr.y (mgr.14556) 4774 : cluster [DBG] pgmap v4204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:27.829278+0000 mgr.y (mgr.14556) 4775 : cluster [DBG] pgmap v4205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:27.829278+0000 mgr.y (mgr.14556) 4775 : cluster [DBG] pgmap v4205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:27.829278+0000 mgr.y (mgr.14556) 4775 : cluster [DBG] pgmap v4205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:29.829637+0000 mgr.y (mgr.14556) 4776 : cluster [DBG] pgmap v4206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:29.829637+0000 mgr.y (mgr.14556) 4776 : cluster [DBG] pgmap v4206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:29.829637+0000 mgr.y (mgr.14556) 4776 : cluster [DBG] pgmap v4206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:05:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:31.830268+0000 mgr.y (mgr.14556) 4777 : cluster [DBG] pgmap v4207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:31.830268+0000 mgr.y (mgr.14556) 4777 : cluster [DBG] pgmap v4207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:31.830268+0000 mgr.y (mgr.14556) 4777 : cluster [DBG] pgmap v4207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:34.107 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:05:33] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-03-22T09:05:34.108 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:33.830665+0000 mgr.y (mgr.14556) 4778 : cluster [DBG] pgmap v4208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:33.830665+0000 mgr.y (mgr.14556) 4778 : cluster [DBG] pgmap v4208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:34.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:33.830665+0000 mgr.y (mgr.14556) 4778 : cluster [DBG] pgmap v4208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:35.831301+0000 mgr.y (mgr.14556) 4779 : cluster [DBG] pgmap v4209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:35.831301+0000 mgr.y (mgr.14556) 4779 : cluster [DBG] pgmap v4209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:35.831301+0000 mgr.y (mgr.14556) 4779 : cluster [DBG] pgmap v4209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:37.831845+0000 mgr.y (mgr.14556) 4780 : cluster [DBG] pgmap v4210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:37.831845+0000 mgr.y (mgr.14556) 4780 : cluster [DBG] pgmap v4210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:37.831845+0000 mgr.y (mgr.14556) 4780 : cluster [DBG] pgmap v4210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:39.832206+0000 mgr.y (mgr.14556) 4781 : cluster [DBG] pgmap v4211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:39.832206+0000 mgr.y (mgr.14556) 4781 : cluster [DBG] pgmap v4211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:39.832206+0000 mgr.y (mgr.14556) 4781 : cluster [DBG] pgmap v4211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:05:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:41.832785+0000 mgr.y (mgr.14556) 4782 : cluster [DBG] pgmap v4212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:41.832785+0000 mgr.y (mgr.14556) 4782 : cluster [DBG] pgmap v4212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:41.832785+0000 mgr.y (mgr.14556) 4782 : cluster [DBG] pgmap v4212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:05:43] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T09:05:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:43.833227+0000 mgr.y (mgr.14556) 4783 : cluster [DBG] pgmap v4213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:43.833227+0000 mgr.y (mgr.14556) 4783 : cluster [DBG] pgmap v4213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:43.833227+0000 mgr.y (mgr.14556) 4783 : cluster [DBG] pgmap v4213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:45.833933+0000 mgr.y (mgr.14556) 4784 : cluster [DBG] pgmap v4214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:45.833933+0000 mgr.y (mgr.14556) 4784 : cluster [DBG] pgmap v4214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:45.833933+0000 mgr.y (mgr.14556) 4784 : cluster [DBG] pgmap v4214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:47.834368+0000 mgr.y (mgr.14556) 4785 : cluster [DBG] pgmap v4215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:47.834368+0000 mgr.y (mgr.14556) 4785 : cluster [DBG] pgmap v4215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:47.834368+0000 mgr.y (mgr.14556) 4785 : cluster [DBG] pgmap v4215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:49.834840+0000 mgr.y (mgr.14556) 4786 : cluster [DBG] pgmap v4216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:49.834840+0000 mgr.y (mgr.14556) 4786 : cluster [DBG] pgmap v4216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:49.834840+0000 mgr.y (mgr.14556) 4786 : cluster [DBG] pgmap v4216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:05:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:51.835685+0000 mgr.y (mgr.14556) 4787 : cluster [DBG] pgmap v4217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:51.835685+0000 mgr.y (mgr.14556) 4787 : cluster [DBG] pgmap v4217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:51.835685+0000 mgr.y (mgr.14556) 4787 : cluster [DBG] pgmap v4217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:05:53] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T09:05:54.890 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:05:55.184 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:05:55.184 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:05:55.184 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 5m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:05:55.184 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 5m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:05:55.184 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 5m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 5m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 5m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 5m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 5m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 5m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 5m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:05:55.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 5m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:05:55.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 5m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:05:55.186 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 5m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:05:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:53.836126+0000 mgr.y (mgr.14556) 4788 : cluster [DBG] pgmap v4218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:53.836126+0000 mgr.y (mgr.14556) 4788 : cluster [DBG] pgmap v4218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:53.836126+0000 mgr.y (mgr.14556) 4788 : cluster [DBG] pgmap v4218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:55.535 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:05:55.535 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:05:55.536 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:05:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:05:54.877823+0000 mgr.y (mgr.14556) 4789 : audit [DBG] from='client.29639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:05:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:05:55.535259+0000 mon.a (mon.0) 1604 : audit [DBG] from='client.? 172.21.15.23:0/827455643' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:05:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:05:54.877823+0000 mgr.y (mgr.14556) 4789 : audit [DBG] from='client.29639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:05:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:05:55.535259+0000 mon.a (mon.0) 1604 : audit [DBG] from='client.? 172.21.15.23:0/827455643' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:05:56.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:05:54.877823+0000 mgr.y (mgr.14556) 4789 : audit [DBG] from='client.29639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:05:56.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:05:55.535259+0000 mon.a (mon.0) 1604 : audit [DBG] from='client.? 172.21.15.23:0/827455643' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:05:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:05:55.176059+0000 mgr.y (mgr.14556) 4790 : audit [DBG] from='client.19731 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:05:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:55.836726+0000 mgr.y (mgr.14556) 4791 : cluster [DBG] pgmap v4219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:05:55.176059+0000 mgr.y (mgr.14556) 4790 : audit [DBG] from='client.19731 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:05:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:55.836726+0000 mgr.y (mgr.14556) 4791 : cluster [DBG] pgmap v4219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:05:55.176059+0000 mgr.y (mgr.14556) 4790 : audit [DBG] from='client.19731 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:05:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:55.836726+0000 mgr.y (mgr.14556) 4791 : cluster [DBG] pgmap v4219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:05:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:57.837157+0000 mgr.y (mgr.14556) 4792 : cluster [DBG] pgmap v4220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:05:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:57.837157+0000 mgr.y (mgr.14556) 4792 : cluster [DBG] pgmap v4220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:05:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:05:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:57.837157+0000 mgr.y (mgr.14556) 4792 : cluster [DBG] pgmap v4220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:05:59.837603+0000 mgr.y (mgr.14556) 4793 : cluster [DBG] pgmap v4221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:05:59.975838+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:06:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:06:00.284056+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:06:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:06:00.284713+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:06:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:06:00.292513+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:06:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:05:59.837603+0000 mgr.y (mgr.14556) 4793 : cluster [DBG] pgmap v4221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:05:59.975838+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:06:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:06:00.284056+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:06:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:06:00.284713+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:06:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:06:00.292513+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:06:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:05:59.837603+0000 mgr.y (mgr.14556) 4793 : cluster [DBG] pgmap v4221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:05:59.975838+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:06:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:06:00.284056+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:06:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:06:00.284713+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:06:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:06:00.292513+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:06:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:06:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:01.838207+0000 mgr.y (mgr.14556) 4794 : cluster [DBG] pgmap v4222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:01.838207+0000 mgr.y (mgr.14556) 4794 : cluster [DBG] pgmap v4222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:01.838207+0000 mgr.y (mgr.14556) 4794 : cluster [DBG] pgmap v4222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:06:03] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T09:06:05.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:03.838774+0000 mgr.y (mgr.14556) 4795 : cluster [DBG] pgmap v4223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:03.838774+0000 mgr.y (mgr.14556) 4795 : cluster [DBG] pgmap v4223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:03.838774+0000 mgr.y (mgr.14556) 4795 : cluster [DBG] pgmap v4223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:05.839400+0000 mgr.y (mgr.14556) 4796 : cluster [DBG] pgmap v4224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:05.839400+0000 mgr.y (mgr.14556) 4796 : cluster [DBG] pgmap v4224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:05.839400+0000 mgr.y (mgr.14556) 4796 : cluster [DBG] pgmap v4224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:07.839869+0000 mgr.y (mgr.14556) 4797 : cluster [DBG] pgmap v4225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:07.839869+0000 mgr.y (mgr.14556) 4797 : cluster [DBG] pgmap v4225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:07.839869+0000 mgr.y (mgr.14556) 4797 : cluster [DBG] pgmap v4225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:09.840442+0000 mgr.y (mgr.14556) 4798 : cluster [DBG] pgmap v4226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:09.840442+0000 mgr.y (mgr.14556) 4798 : cluster [DBG] pgmap v4226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:09.840442+0000 mgr.y (mgr.14556) 4798 : cluster [DBG] pgmap v4226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:06:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:11.841106+0000 mgr.y (mgr.14556) 4799 : cluster [DBG] pgmap v4227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:11.841106+0000 mgr.y (mgr.14556) 4799 : cluster [DBG] pgmap v4227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:11.841106+0000 mgr.y (mgr.14556) 4799 : cluster [DBG] pgmap v4227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:06:13] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-03-22T09:06:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:13.841640+0000 mgr.y (mgr.14556) 4800 : cluster [DBG] pgmap v4228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:13.841640+0000 mgr.y (mgr.14556) 4800 : cluster [DBG] pgmap v4228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:13.841640+0000 mgr.y (mgr.14556) 4800 : cluster [DBG] pgmap v4228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:15.842257+0000 mgr.y (mgr.14556) 4801 : cluster [DBG] pgmap v4229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:15.842257+0000 mgr.y (mgr.14556) 4801 : cluster [DBG] pgmap v4229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:15.842257+0000 mgr.y (mgr.14556) 4801 : cluster [DBG] pgmap v4229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:17.842764+0000 mgr.y (mgr.14556) 4802 : cluster [DBG] pgmap v4230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:17.842764+0000 mgr.y (mgr.14556) 4802 : cluster [DBG] pgmap v4230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:17.842764+0000 mgr.y (mgr.14556) 4802 : cluster [DBG] pgmap v4230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:19.843182+0000 mgr.y (mgr.14556) 4803 : cluster [DBG] pgmap v4231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:19.843182+0000 mgr.y (mgr.14556) 4803 : cluster [DBG] pgmap v4231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:19.843182+0000 mgr.y (mgr.14556) 4803 : cluster [DBG] pgmap v4231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:06:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:21.843819+0000 mgr.y (mgr.14556) 4804 : cluster [DBG] pgmap v4232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:21.843819+0000 mgr.y (mgr.14556) 4804 : cluster [DBG] pgmap v4232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:21.843819+0000 mgr.y (mgr.14556) 4804 : cluster [DBG] pgmap v4232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:06:23] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-03-22T09:06:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:23.844387+0000 mgr.y (mgr.14556) 4805 : cluster [DBG] pgmap v4233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:23.844387+0000 mgr.y (mgr.14556) 4805 : cluster [DBG] pgmap v4233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:23.844387+0000 mgr.y (mgr.14556) 4805 : cluster [DBG] pgmap v4233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:25.861 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:06:26.148 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 6m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 6m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 6m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 6m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 6m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 6m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 6m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 6m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 6m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 6m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 6m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 6m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 6m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 6m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:06:26.149 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 6m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:06:26.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 6m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:06:26.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 6m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:06:26.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 6m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:06:26.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 6m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:06:26.150 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 6m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:06:26.506 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:06:26.506 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:06:26.506 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:06:26.507 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:06:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:25.844904+0000 mgr.y (mgr.14556) 4806 : cluster [DBG] pgmap v4234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:06:25.849223+0000 mgr.y (mgr.14556) 4807 : audit [DBG] from='client.19743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:06:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:06:26.506259+0000 mon.a (mon.0) 1609 : audit [DBG] from='client.? 172.21.15.23:0/1557047251' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:06:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:25.844904+0000 mgr.y (mgr.14556) 4806 : cluster [DBG] pgmap v4234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:06:25.849223+0000 mgr.y (mgr.14556) 4807 : audit [DBG] from='client.19743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:06:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:06:26.506259+0000 mon.a (mon.0) 1609 : audit [DBG] from='client.? 172.21.15.23:0/1557047251' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:06:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:25.844904+0000 mgr.y (mgr.14556) 4806 : cluster [DBG] pgmap v4234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:06:25.849223+0000 mgr.y (mgr.14556) 4807 : audit [DBG] from='client.19743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:06:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:06:26.506259+0000 mon.a (mon.0) 1609 : audit [DBG] from='client.? 172.21.15.23:0/1557047251' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:06:28.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:06:26.140437+0000 mgr.y (mgr.14556) 4808 : audit [DBG] from='client.29663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:06:28.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:06:26.140437+0000 mgr.y (mgr.14556) 4808 : audit [DBG] from='client.29663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:06:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:06:26.140437+0000 mgr.y (mgr.14556) 4808 : audit [DBG] from='client.29663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:06:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:27.845278+0000 mgr.y (mgr.14556) 4809 : cluster [DBG] pgmap v4235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:27.845278+0000 mgr.y (mgr.14556) 4809 : cluster [DBG] pgmap v4235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:27.845278+0000 mgr.y (mgr.14556) 4809 : cluster [DBG] pgmap v4235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:29.845731+0000 mgr.y (mgr.14556) 4810 : cluster [DBG] pgmap v4236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:29.845731+0000 mgr.y (mgr.14556) 4810 : cluster [DBG] pgmap v4236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:29.845731+0000 mgr.y (mgr.14556) 4810 : cluster [DBG] pgmap v4236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:06:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:31.846615+0000 mgr.y (mgr.14556) 4811 : cluster [DBG] pgmap v4237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:31.846615+0000 mgr.y (mgr.14556) 4811 : cluster [DBG] pgmap v4237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:31.846615+0000 mgr.y (mgr.14556) 4811 : cluster [DBG] pgmap v4237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:34.117 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:06:33] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-03-22T09:06:34.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:33.847130+0000 mgr.y (mgr.14556) 4812 : cluster [DBG] pgmap v4238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:34.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:33.847130+0000 mgr.y (mgr.14556) 4812 : cluster [DBG] pgmap v4238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:34.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:33.847130+0000 mgr.y (mgr.14556) 4812 : cluster [DBG] pgmap v4238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:35.847963+0000 mgr.y (mgr.14556) 4813 : cluster [DBG] pgmap v4239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:35.847963+0000 mgr.y (mgr.14556) 4813 : cluster [DBG] pgmap v4239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:35.847963+0000 mgr.y (mgr.14556) 4813 : cluster [DBG] pgmap v4239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:37.848451+0000 mgr.y (mgr.14556) 4814 : cluster [DBG] pgmap v4240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:37.848451+0000 mgr.y (mgr.14556) 4814 : cluster [DBG] pgmap v4240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:37.848451+0000 mgr.y (mgr.14556) 4814 : cluster [DBG] pgmap v4240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:39.848992+0000 mgr.y (mgr.14556) 4815 : cluster [DBG] pgmap v4241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:39.848992+0000 mgr.y (mgr.14556) 4815 : cluster [DBG] pgmap v4241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:39.848992+0000 mgr.y (mgr.14556) 4815 : cluster [DBG] pgmap v4241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:06:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:41.849696+0000 mgr.y (mgr.14556) 4816 : cluster [DBG] pgmap v4242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:41.849696+0000 mgr.y (mgr.14556) 4816 : cluster [DBG] pgmap v4242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:41.849696+0000 mgr.y (mgr.14556) 4816 : cluster [DBG] pgmap v4242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:06:43] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-03-22T09:06:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:43.850139+0000 mgr.y (mgr.14556) 4817 : cluster [DBG] pgmap v4243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:43.850139+0000 mgr.y (mgr.14556) 4817 : cluster [DBG] pgmap v4243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:43.850139+0000 mgr.y (mgr.14556) 4817 : cluster [DBG] pgmap v4243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:45.850807+0000 mgr.y (mgr.14556) 4818 : cluster [DBG] pgmap v4244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:45.850807+0000 mgr.y (mgr.14556) 4818 : cluster [DBG] pgmap v4244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:45.850807+0000 mgr.y (mgr.14556) 4818 : cluster [DBG] pgmap v4244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:47.851269+0000 mgr.y (mgr.14556) 4819 : cluster [DBG] pgmap v4245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:47.851269+0000 mgr.y (mgr.14556) 4819 : cluster [DBG] pgmap v4245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:47.851269+0000 mgr.y (mgr.14556) 4819 : cluster [DBG] pgmap v4245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:49.851792+0000 mgr.y (mgr.14556) 4820 : cluster [DBG] pgmap v4246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:49.851792+0000 mgr.y (mgr.14556) 4820 : cluster [DBG] pgmap v4246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:49.851792+0000 mgr.y (mgr.14556) 4820 : cluster [DBG] pgmap v4246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:06:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:51.852574+0000 mgr.y (mgr.14556) 4821 : cluster [DBG] pgmap v4247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:51.852574+0000 mgr.y (mgr.14556) 4821 : cluster [DBG] pgmap v4247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:51.852574+0000 mgr.y (mgr.14556) 4821 : cluster [DBG] pgmap v4247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:06:53] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-03-22T09:06:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:53.852974+0000 mgr.y (mgr.14556) 4822 : cluster [DBG] pgmap v4248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:53.852974+0000 mgr.y (mgr.14556) 4822 : cluster [DBG] pgmap v4248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:53.852974+0000 mgr.y (mgr.14556) 4822 : cluster [DBG] pgmap v4248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:56.835 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:06:57.123 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 7m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 6m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 7m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 6m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 6m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 7m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 7m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 6m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 7m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 7m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 6m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 7m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 7m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:06:57.124 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 7m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:06:57.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 7m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:06:57.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 6m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:06:57.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 6m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:06:57.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 6m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:06:57.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 6m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:06:57.125 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 6m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:06:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:55.853625+0000 mgr.y (mgr.14556) 4823 : cluster [DBG] pgmap v4249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:55.853625+0000 mgr.y (mgr.14556) 4823 : cluster [DBG] pgmap v4249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:55.853625+0000 mgr.y (mgr.14556) 4823 : cluster [DBG] pgmap v4249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:57.473 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:06:57.473 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:06:57.473 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:06:57.473 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:06:57.473 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:06:57.473 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:06:57.473 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:06:57.474 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:06:57.474 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:06:57.474 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:06:57.474 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:06:57.474 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:06:57.474 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:06:57.474 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:06:57.474 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:06:57.474 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:06:57.474 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:06:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:06:56.822681+0000 mgr.y (mgr.14556) 4824 : audit [DBG] from='client.29675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:06:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:06:57.472851+0000 mon.c (mon.2) 142 : audit [DBG] from='client.? 172.21.15.23:0/39973054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:06:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:06:56.822681+0000 mgr.y (mgr.14556) 4824 : audit [DBG] from='client.29675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:06:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:06:57.472851+0000 mon.c (mon.2) 142 : audit [DBG] from='client.? 172.21.15.23:0/39973054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:06:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:06:56.822681+0000 mgr.y (mgr.14556) 4824 : audit [DBG] from='client.29675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:06:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:06:57.472851+0000 mon.c (mon.2) 142 : audit [DBG] from='client.? 172.21.15.23:0/39973054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:06:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:06:57.115481+0000 mgr.y (mgr.14556) 4825 : audit [DBG] from='client.19767 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:06:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:57.854124+0000 mgr.y (mgr.14556) 4826 : cluster [DBG] pgmap v4250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:06:57.115481+0000 mgr.y (mgr.14556) 4825 : audit [DBG] from='client.19767 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:06:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:57.854124+0000 mgr.y (mgr.14556) 4826 : cluster [DBG] pgmap v4250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:06:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:06:57.115481+0000 mgr.y (mgr.14556) 4825 : audit [DBG] from='client.19767 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:06:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:06:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:57.854124+0000 mgr.y (mgr.14556) 4826 : cluster [DBG] pgmap v4250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:06:59.854636+0000 mgr.y (mgr.14556) 4827 : cluster [DBG] pgmap v4251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:07:00.296860+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:07:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:07:00.600521+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:07:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:07:00.601233+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:07:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:07:00.615305+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:07:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:06:59.854636+0000 mgr.y (mgr.14556) 4827 : cluster [DBG] pgmap v4251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:07:00.296860+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:07:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:07:00.600521+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:07:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:07:00.601233+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:07:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:07:00.615305+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:07:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:06:59.854636+0000 mgr.y (mgr.14556) 4827 : cluster [DBG] pgmap v4251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:07:00.296860+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:07:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:07:00.600521+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:07:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:07:00.601233+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:07:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:07:00.615305+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:07:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:07:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:01.855316+0000 mgr.y (mgr.14556) 4828 : cluster [DBG] pgmap v4252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:01.855316+0000 mgr.y (mgr.14556) 4828 : cluster [DBG] pgmap v4252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:01.855316+0000 mgr.y (mgr.14556) 4828 : cluster [DBG] pgmap v4252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:07:03] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-03-22T09:07:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:03.855826+0000 mgr.y (mgr.14556) 4829 : cluster [DBG] pgmap v4253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:03.855826+0000 mgr.y (mgr.14556) 4829 : cluster [DBG] pgmap v4253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:03.855826+0000 mgr.y (mgr.14556) 4829 : cluster [DBG] pgmap v4253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:05.856416+0000 mgr.y (mgr.14556) 4830 : cluster [DBG] pgmap v4254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:05.856416+0000 mgr.y (mgr.14556) 4830 : cluster [DBG] pgmap v4254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:05.856416+0000 mgr.y (mgr.14556) 4830 : cluster [DBG] pgmap v4254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:07.856885+0000 mgr.y (mgr.14556) 4831 : cluster [DBG] pgmap v4255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:07.856885+0000 mgr.y (mgr.14556) 4831 : cluster [DBG] pgmap v4255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:07.856885+0000 mgr.y (mgr.14556) 4831 : cluster [DBG] pgmap v4255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:09.857374+0000 mgr.y (mgr.14556) 4832 : cluster [DBG] pgmap v4256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:09.857374+0000 mgr.y (mgr.14556) 4832 : cluster [DBG] pgmap v4256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:09.857374+0000 mgr.y (mgr.14556) 4832 : cluster [DBG] pgmap v4256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:07:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:11.858164+0000 mgr.y (mgr.14556) 4833 : cluster [DBG] pgmap v4257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:11.858164+0000 mgr.y (mgr.14556) 4833 : cluster [DBG] pgmap v4257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:11.858164+0000 mgr.y (mgr.14556) 4833 : cluster [DBG] pgmap v4257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:07:13] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-03-22T09:07:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:13.858596+0000 mgr.y (mgr.14556) 4834 : cluster [DBG] pgmap v4258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:13.858596+0000 mgr.y (mgr.14556) 4834 : cluster [DBG] pgmap v4258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:13.858596+0000 mgr.y (mgr.14556) 4834 : cluster [DBG] pgmap v4258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:15.859173+0000 mgr.y (mgr.14556) 4835 : cluster [DBG] pgmap v4259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:15.859173+0000 mgr.y (mgr.14556) 4835 : cluster [DBG] pgmap v4259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:15.859173+0000 mgr.y (mgr.14556) 4835 : cluster [DBG] pgmap v4259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:17.859643+0000 mgr.y (mgr.14556) 4836 : cluster [DBG] pgmap v4260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:17.859643+0000 mgr.y (mgr.14556) 4836 : cluster [DBG] pgmap v4260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:17.859643+0000 mgr.y (mgr.14556) 4836 : cluster [DBG] pgmap v4260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:19.860044+0000 mgr.y (mgr.14556) 4837 : cluster [DBG] pgmap v4261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:19.860044+0000 mgr.y (mgr.14556) 4837 : cluster [DBG] pgmap v4261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:19.860044+0000 mgr.y (mgr.14556) 4837 : cluster [DBG] pgmap v4261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:07:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:21.860693+0000 mgr.y (mgr.14556) 4838 : cluster [DBG] pgmap v4262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:21.860693+0000 mgr.y (mgr.14556) 4838 : cluster [DBG] pgmap v4262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:21.860693+0000 mgr.y (mgr.14556) 4838 : cluster [DBG] pgmap v4262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:07:23] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T09:07:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:23.861180+0000 mgr.y (mgr.14556) 4839 : cluster [DBG] pgmap v4263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:23.861180+0000 mgr.y (mgr.14556) 4839 : cluster [DBG] pgmap v4263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:23.861180+0000 mgr.y (mgr.14556) 4839 : cluster [DBG] pgmap v4263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:25.862023+0000 mgr.y (mgr.14556) 4840 : cluster [DBG] pgmap v4264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:25.862023+0000 mgr.y (mgr.14556) 4840 : cluster [DBG] pgmap v4264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:25.862023+0000 mgr.y (mgr.14556) 4840 : cluster [DBG] pgmap v4264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:27.797 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:07:28.085 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:07:28.085 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 7m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:07:28.085 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 7m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:07:28.085 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 7m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:07:28.085 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 7m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:07:28.085 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 7m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:07:28.085 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 7m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:07:28.085 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 7m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:07:28.085 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 7m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:07:28.085 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 7m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:07:28.085 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 7m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:07:28.086 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 7m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:07:28.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 7m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:07:28.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 7m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:07:28.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 7m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:07:28.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 7m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:07:28.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 7m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:07:28.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 7m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:07:28.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 7m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:07:28.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 7m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:07:28.086 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 7m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:07:28.432 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:07:28.432 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:07:28.432 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:07:28.432 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:07:28.432 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:07:28.432 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:07:28.432 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:07:28.432 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:07:28.432 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:07:28.432 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:07:28.432 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:07:28.433 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:07:28.433 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:07:28.433 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:07:28.433 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:07:28.433 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:07:28.433 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:07:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:07:27.784848+0000 mgr.y (mgr.14556) 4841 : audit [DBG] from='client.29693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:07:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:27.862352+0000 mgr.y (mgr.14556) 4842 : cluster [DBG] pgmap v4265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:07:28.431808+0000 mon.c (mon.2) 143 : audit [DBG] from='client.? 172.21.15.23:0/4182441983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:07:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:07:27.784848+0000 mgr.y (mgr.14556) 4841 : audit [DBG] from='client.29693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:07:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:27.862352+0000 mgr.y (mgr.14556) 4842 : cluster [DBG] pgmap v4265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:07:28.431808+0000 mon.c (mon.2) 143 : audit [DBG] from='client.? 172.21.15.23:0/4182441983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:07:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:07:27.784848+0000 mgr.y (mgr.14556) 4841 : audit [DBG] from='client.29693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:07:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:27.862352+0000 mgr.y (mgr.14556) 4842 : cluster [DBG] pgmap v4265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:07:28.431808+0000 mon.c (mon.2) 143 : audit [DBG] from='client.? 172.21.15.23:0/4182441983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:07:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:07:28.076998+0000 mgr.y (mgr.14556) 4843 : audit [DBG] from='client.19785 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:07:30.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:07:28.076998+0000 mgr.y (mgr.14556) 4843 : audit [DBG] from='client.19785 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:07:30.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:07:28.076998+0000 mgr.y (mgr.14556) 4843 : audit [DBG] from='client.19785 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:07:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:29.862791+0000 mgr.y (mgr.14556) 4844 : cluster [DBG] pgmap v4266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:29.862791+0000 mgr.y (mgr.14556) 4844 : cluster [DBG] pgmap v4266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:29.862791+0000 mgr.y (mgr.14556) 4844 : cluster [DBG] pgmap v4266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:07:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:31.863554+0000 mgr.y (mgr.14556) 4845 : cluster [DBG] pgmap v4267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:31.863554+0000 mgr.y (mgr.14556) 4845 : cluster [DBG] pgmap v4267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:31.863554+0000 mgr.y (mgr.14556) 4845 : cluster [DBG] pgmap v4267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:07:33] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T09:07:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:33.863933+0000 mgr.y (mgr.14556) 4846 : cluster [DBG] pgmap v4268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:33.863933+0000 mgr.y (mgr.14556) 4846 : cluster [DBG] pgmap v4268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:33.863933+0000 mgr.y (mgr.14556) 4846 : cluster [DBG] pgmap v4268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:35.864763+0000 mgr.y (mgr.14556) 4847 : cluster [DBG] pgmap v4269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:35.864763+0000 mgr.y (mgr.14556) 4847 : cluster [DBG] pgmap v4269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:35.864763+0000 mgr.y (mgr.14556) 4847 : cluster [DBG] pgmap v4269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:37.865097+0000 mgr.y (mgr.14556) 4848 : cluster [DBG] pgmap v4270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:37.865097+0000 mgr.y (mgr.14556) 4848 : cluster [DBG] pgmap v4270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:37.865097+0000 mgr.y (mgr.14556) 4848 : cluster [DBG] pgmap v4270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:39.865524+0000 mgr.y (mgr.14556) 4849 : cluster [DBG] pgmap v4271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:39.865524+0000 mgr.y (mgr.14556) 4849 : cluster [DBG] pgmap v4271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:39.865524+0000 mgr.y (mgr.14556) 4849 : cluster [DBG] pgmap v4271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:07:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:41.866113+0000 mgr.y (mgr.14556) 4850 : cluster [DBG] pgmap v4272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:41.866113+0000 mgr.y (mgr.14556) 4850 : cluster [DBG] pgmap v4272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:41.866113+0000 mgr.y (mgr.14556) 4850 : cluster [DBG] pgmap v4272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:07:43] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-03-22T09:07:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:43.866571+0000 mgr.y (mgr.14556) 4851 : cluster [DBG] pgmap v4273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:43.866571+0000 mgr.y (mgr.14556) 4851 : cluster [DBG] pgmap v4273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:43.866571+0000 mgr.y (mgr.14556) 4851 : cluster [DBG] pgmap v4273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:45.867209+0000 mgr.y (mgr.14556) 4852 : cluster [DBG] pgmap v4274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:45.867209+0000 mgr.y (mgr.14556) 4852 : cluster [DBG] pgmap v4274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:45.867209+0000 mgr.y (mgr.14556) 4852 : cluster [DBG] pgmap v4274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:47.867691+0000 mgr.y (mgr.14556) 4853 : cluster [DBG] pgmap v4275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:49.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:47.867691+0000 mgr.y (mgr.14556) 4853 : cluster [DBG] pgmap v4275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:47.867691+0000 mgr.y (mgr.14556) 4853 : cluster [DBG] pgmap v4275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:49.868160+0000 mgr.y (mgr.14556) 4854 : cluster [DBG] pgmap v4276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:49.868160+0000 mgr.y (mgr.14556) 4854 : cluster [DBG] pgmap v4276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:49.868160+0000 mgr.y (mgr.14556) 4854 : cluster [DBG] pgmap v4276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:07:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:51.868791+0000 mgr.y (mgr.14556) 4855 : cluster [DBG] pgmap v4277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:51.868791+0000 mgr.y (mgr.14556) 4855 : cluster [DBG] pgmap v4277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:51.868791+0000 mgr.y (mgr.14556) 4855 : cluster [DBG] pgmap v4277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:07:53] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-03-22T09:07:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:53.869352+0000 mgr.y (mgr.14556) 4856 : cluster [DBG] pgmap v4278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:53.869352+0000 mgr.y (mgr.14556) 4856 : cluster [DBG] pgmap v4278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:53.869352+0000 mgr.y (mgr.14556) 4856 : cluster [DBG] pgmap v4278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:55.870213+0000 mgr.y (mgr.14556) 4857 : cluster [DBG] pgmap v4279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:55.870213+0000 mgr.y (mgr.14556) 4857 : cluster [DBG] pgmap v4279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:55.870213+0000 mgr.y (mgr.14556) 4857 : cluster [DBG] pgmap v4279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:58.757 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:07:59.045 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 8m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 8m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 8m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 8m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 8m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 8m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 8m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 8m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 8m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 8m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 8m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 8m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:07:59.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 8m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:07:59.047 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 8m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:07:59.047 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 8m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:07:59.047 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 8m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:07:59.047 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 8m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:07:59.047 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 8m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:07:59.047 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 8m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:07:59.047 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 8m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:07:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:07:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:57.870672+0000 mgr.y (mgr.14556) 4858 : cluster [DBG] pgmap v4280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:07:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:57.870672+0000 mgr.y (mgr.14556) 4858 : cluster [DBG] pgmap v4280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:07:59.397 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:07:59.397 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:07:59.397 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:07:59.397 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:07:59.397 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:07:59.397 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:07:59.397 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:07:59.397 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:07:59.397 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:07:59.397 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:07:59.397 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:07:59.397 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:07:59.398 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:07:59.398 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:07:59.398 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:07:59.398 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:07:59.398 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:07:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:07:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:57.870672+0000 mgr.y (mgr.14556) 4858 : cluster [DBG] pgmap v4280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:07:58.744864+0000 mgr.y (mgr.14556) 4859 : audit [DBG] from='client.29711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:08:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:07:59.037474+0000 mgr.y (mgr.14556) 4860 : audit [DBG] from='client.19803 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:08:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:07:59.396984+0000 mon.a (mon.0) 1614 : audit [DBG] from='client.? 172.21.15.23:0/2512209847' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:08:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:07:58.744864+0000 mgr.y (mgr.14556) 4859 : audit [DBG] from='client.29711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:08:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:07:59.037474+0000 mgr.y (mgr.14556) 4860 : audit [DBG] from='client.19803 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:08:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:07:59.396984+0000 mon.a (mon.0) 1614 : audit [DBG] from='client.? 172.21.15.23:0/2512209847' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:08:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:07:58.744864+0000 mgr.y (mgr.14556) 4859 : audit [DBG] from='client.29711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:08:00.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:07:59.037474+0000 mgr.y (mgr.14556) 4860 : audit [DBG] from='client.19803 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:08:00.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:07:59.396984+0000 mon.a (mon.0) 1614 : audit [DBG] from='client.? 172.21.15.23:0/2512209847' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:08:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:07:59.871170+0000 mgr.y (mgr.14556) 4861 : cluster [DBG] pgmap v4281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:08:00.619809+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:08:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:08:00.926201+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:08:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:08:00.926838+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:08:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:08:00.932485+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:08:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:07:59.871170+0000 mgr.y (mgr.14556) 4861 : cluster [DBG] pgmap v4281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:08:00.619809+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:08:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:08:00.926201+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:08:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:08:00.926838+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:08:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:08:00.932485+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:08:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:07:59.871170+0000 mgr.y (mgr.14556) 4861 : cluster [DBG] pgmap v4281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:08:00.619809+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:08:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:08:00.926201+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:08:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:08:00.926838+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:08:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:08:00.932485+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:08:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:08:02.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:01.871930+0000 mgr.y (mgr.14556) 4862 : cluster [DBG] pgmap v4282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:01.871930+0000 mgr.y (mgr.14556) 4862 : cluster [DBG] pgmap v4282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:01.871930+0000 mgr.y (mgr.14556) 4862 : cluster [DBG] pgmap v4282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:08:03] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-03-22T09:08:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:03.872349+0000 mgr.y (mgr.14556) 4863 : cluster [DBG] pgmap v4283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:03.872349+0000 mgr.y (mgr.14556) 4863 : cluster [DBG] pgmap v4283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:03.872349+0000 mgr.y (mgr.14556) 4863 : cluster [DBG] pgmap v4283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:05.872956+0000 mgr.y (mgr.14556) 4864 : cluster [DBG] pgmap v4284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:05.872956+0000 mgr.y (mgr.14556) 4864 : cluster [DBG] pgmap v4284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:05.872956+0000 mgr.y (mgr.14556) 4864 : cluster [DBG] pgmap v4284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:07.873367+0000 mgr.y (mgr.14556) 4865 : cluster [DBG] pgmap v4285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:07.873367+0000 mgr.y (mgr.14556) 4865 : cluster [DBG] pgmap v4285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:07.873367+0000 mgr.y (mgr.14556) 4865 : cluster [DBG] pgmap v4285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:09.873771+0000 mgr.y (mgr.14556) 4866 : cluster [DBG] pgmap v4286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:09.873771+0000 mgr.y (mgr.14556) 4866 : cluster [DBG] pgmap v4286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:09.873771+0000 mgr.y (mgr.14556) 4866 : cluster [DBG] pgmap v4286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:08:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:11.874565+0000 mgr.y (mgr.14556) 4867 : cluster [DBG] pgmap v4287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:11.874565+0000 mgr.y (mgr.14556) 4867 : cluster [DBG] pgmap v4287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:11.874565+0000 mgr.y (mgr.14556) 4867 : cluster [DBG] pgmap v4287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:08:13] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:08:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:13.874985+0000 mgr.y (mgr.14556) 4868 : cluster [DBG] pgmap v4288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:13.874985+0000 mgr.y (mgr.14556) 4868 : cluster [DBG] pgmap v4288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:13.874985+0000 mgr.y (mgr.14556) 4868 : cluster [DBG] pgmap v4288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:15.875708+0000 mgr.y (mgr.14556) 4869 : cluster [DBG] pgmap v4289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:15.875708+0000 mgr.y (mgr.14556) 4869 : cluster [DBG] pgmap v4289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:15.875708+0000 mgr.y (mgr.14556) 4869 : cluster [DBG] pgmap v4289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:17.876064+0000 mgr.y (mgr.14556) 4870 : cluster [DBG] pgmap v4290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:17.876064+0000 mgr.y (mgr.14556) 4870 : cluster [DBG] pgmap v4290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:17.876064+0000 mgr.y (mgr.14556) 4870 : cluster [DBG] pgmap v4290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:19.876599+0000 mgr.y (mgr.14556) 4871 : cluster [DBG] pgmap v4291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:19.876599+0000 mgr.y (mgr.14556) 4871 : cluster [DBG] pgmap v4291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:19.876599+0000 mgr.y (mgr.14556) 4871 : cluster [DBG] pgmap v4291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:08:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:21.877252+0000 mgr.y (mgr.14556) 4872 : cluster [DBG] pgmap v4292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:21.877252+0000 mgr.y (mgr.14556) 4872 : cluster [DBG] pgmap v4292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:21.877252+0000 mgr.y (mgr.14556) 4872 : cluster [DBG] pgmap v4292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:08:23] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-03-22T09:08:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:23.877843+0000 mgr.y (mgr.14556) 4873 : cluster [DBG] pgmap v4293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:23.877843+0000 mgr.y (mgr.14556) 4873 : cluster [DBG] pgmap v4293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:23.877843+0000 mgr.y (mgr.14556) 4873 : cluster [DBG] pgmap v4293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:25.878695+0000 mgr.y (mgr.14556) 4874 : cluster [DBG] pgmap v4294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:25.878695+0000 mgr.y (mgr.14556) 4874 : cluster [DBG] pgmap v4294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:25.878695+0000 mgr.y (mgr.14556) 4874 : cluster [DBG] pgmap v4294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:27.879074+0000 mgr.y (mgr.14556) 4875 : cluster [DBG] pgmap v4295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:27.879074+0000 mgr.y (mgr.14556) 4875 : cluster [DBG] pgmap v4295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:27.879074+0000 mgr.y (mgr.14556) 4875 : cluster [DBG] pgmap v4295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:29.722 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:08:30.010 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 8m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 8m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 8m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 8m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 8m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 8m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 8m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 8m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 8m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 8m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 8m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 8m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 8m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 8m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:08:30.011 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 8m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:08:30.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 8m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:08:30.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 8m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:08:30.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 8m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:08:30.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 8m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:08:30.012 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 8m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:08:30.362 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:08:30.363 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:08:30.363 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:08:30.363 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:08:30.363 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:08:30.363 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:08:30.363 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:08:30.363 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:08:30.363 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:08:30.363 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:08:30.363 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:08:30.363 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:08:30.363 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:08:30.364 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:08:30.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:08:30.364 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:08:30.364 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:08:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:08:29.709822+0000 mgr.y (mgr.14556) 4876 : audit [DBG] from='client.19815 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:08:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:29.879419+0000 mgr.y (mgr.14556) 4877 : cluster [DBG] pgmap v4296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:08:30.002463+0000 mgr.y (mgr.14556) 4878 : audit [DBG] from='client.19821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:08:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:08:30.362399+0000 mon.c (mon.2) 144 : audit [DBG] from='client.? 172.21.15.23:0/1591504880' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:08:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:08:29.709822+0000 mgr.y (mgr.14556) 4876 : audit [DBG] from='client.19815 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:08:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:29.879419+0000 mgr.y (mgr.14556) 4877 : cluster [DBG] pgmap v4296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:08:30.002463+0000 mgr.y (mgr.14556) 4878 : audit [DBG] from='client.19821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:08:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:08:30.362399+0000 mon.c (mon.2) 144 : audit [DBG] from='client.? 172.21.15.23:0/1591504880' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:08:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:08:29.709822+0000 mgr.y (mgr.14556) 4876 : audit [DBG] from='client.19815 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:08:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:29.879419+0000 mgr.y (mgr.14556) 4877 : cluster [DBG] pgmap v4296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:08:30.002463+0000 mgr.y (mgr.14556) 4878 : audit [DBG] from='client.19821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:08:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:08:30.362399+0000 mon.c (mon.2) 144 : audit [DBG] from='client.? 172.21.15.23:0/1591504880' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:08:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:08:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:31.880107+0000 mgr.y (mgr.14556) 4879 : cluster [DBG] pgmap v4297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:31.880107+0000 mgr.y (mgr.14556) 4879 : cluster [DBG] pgmap v4297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:31.880107+0000 mgr.y (mgr.14556) 4879 : cluster [DBG] pgmap v4297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:08:33] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-03-22T09:08:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:33.880530+0000 mgr.y (mgr.14556) 4880 : cluster [DBG] pgmap v4298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:33.880530+0000 mgr.y (mgr.14556) 4880 : cluster [DBG] pgmap v4298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:33.880530+0000 mgr.y (mgr.14556) 4880 : cluster [DBG] pgmap v4298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:35.881187+0000 mgr.y (mgr.14556) 4881 : cluster [DBG] pgmap v4299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:35.881187+0000 mgr.y (mgr.14556) 4881 : cluster [DBG] pgmap v4299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:35.881187+0000 mgr.y (mgr.14556) 4881 : cluster [DBG] pgmap v4299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:37.881727+0000 mgr.y (mgr.14556) 4882 : cluster [DBG] pgmap v4300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:37.881727+0000 mgr.y (mgr.14556) 4882 : cluster [DBG] pgmap v4300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:37.881727+0000 mgr.y (mgr.14556) 4882 : cluster [DBG] pgmap v4300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:39.882146+0000 mgr.y (mgr.14556) 4883 : cluster [DBG] pgmap v4301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:39.882146+0000 mgr.y (mgr.14556) 4883 : cluster [DBG] pgmap v4301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:39.882146+0000 mgr.y (mgr.14556) 4883 : cluster [DBG] pgmap v4301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:08:42.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:41.882787+0000 mgr.y (mgr.14556) 4884 : cluster [DBG] pgmap v4302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:41.882787+0000 mgr.y (mgr.14556) 4884 : cluster [DBG] pgmap v4302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:41.882787+0000 mgr.y (mgr.14556) 4884 : cluster [DBG] pgmap v4302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:08:43] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-03-22T09:08:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:43.883263+0000 mgr.y (mgr.14556) 4885 : cluster [DBG] pgmap v4303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:45.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:43.883263+0000 mgr.y (mgr.14556) 4885 : cluster [DBG] pgmap v4303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:43.883263+0000 mgr.y (mgr.14556) 4885 : cluster [DBG] pgmap v4303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:45.883886+0000 mgr.y (mgr.14556) 4886 : cluster [DBG] pgmap v4304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:45.883886+0000 mgr.y (mgr.14556) 4886 : cluster [DBG] pgmap v4304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:45.883886+0000 mgr.y (mgr.14556) 4886 : cluster [DBG] pgmap v4304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:47.884275+0000 mgr.y (mgr.14556) 4887 : cluster [DBG] pgmap v4305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:47.884275+0000 mgr.y (mgr.14556) 4887 : cluster [DBG] pgmap v4305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:47.884275+0000 mgr.y (mgr.14556) 4887 : cluster [DBG] pgmap v4305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:49.884754+0000 mgr.y (mgr.14556) 4888 : cluster [DBG] pgmap v4306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:49.884754+0000 mgr.y (mgr.14556) 4888 : cluster [DBG] pgmap v4306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:49.884754+0000 mgr.y (mgr.14556) 4888 : cluster [DBG] pgmap v4306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:08:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:51.885473+0000 mgr.y (mgr.14556) 4889 : cluster [DBG] pgmap v4307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:51.885473+0000 mgr.y (mgr.14556) 4889 : cluster [DBG] pgmap v4307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:51.885473+0000 mgr.y (mgr.14556) 4889 : cluster [DBG] pgmap v4307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:08:53] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-03-22T09:08:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:53.885965+0000 mgr.y (mgr.14556) 4890 : cluster [DBG] pgmap v4308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:53.885965+0000 mgr.y (mgr.14556) 4890 : cluster [DBG] pgmap v4308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:53.885965+0000 mgr.y (mgr.14556) 4890 : cluster [DBG] pgmap v4308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:55.886639+0000 mgr.y (mgr.14556) 4891 : cluster [DBG] pgmap v4309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:55.886639+0000 mgr.y (mgr.14556) 4891 : cluster [DBG] pgmap v4309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:55.886639+0000 mgr.y (mgr.14556) 4891 : cluster [DBG] pgmap v4309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:57.887011+0000 mgr.y (mgr.14556) 4892 : cluster [DBG] pgmap v4310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:57.887011+0000 mgr.y (mgr.14556) 4892 : cluster [DBG] pgmap v4310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:08:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:08:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:57.887011+0000 mgr.y (mgr.14556) 4892 : cluster [DBG] pgmap v4310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:00.689 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:09:00.974 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 9m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 9m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 9m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 9m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 9m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 9m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 9m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 9m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 9m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 9m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 9m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 9m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:09:00.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 9m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:09:00.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 9m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:09:00.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 9m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:09:00.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 9m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:09:00.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 9m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:09:00.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 9m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:09:00.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 9m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:09:00.976 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 9m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:09:01.340 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:09:01.340 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:09:01.340 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:09:01.340 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:09:01.340 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:09:01.340 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:09:01.340 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:09:01.340 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:09:01.341 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:09:01.341 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:09:01.341 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:09:01.341 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:09:01.341 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:09:01.341 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:09:01.341 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:09:01.341 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:09:01.341 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:09:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:08:59.887401+0000 mgr.y (mgr.14556) 4893 : cluster [DBG] pgmap v4311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:09:00.936622+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:09:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:08:59.887401+0000 mgr.y (mgr.14556) 4893 : cluster [DBG] pgmap v4311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:09:00.936622+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:09:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:08:59.887401+0000 mgr.y (mgr.14556) 4893 : cluster [DBG] pgmap v4311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:09:00.936622+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:09:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:09:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:09:00.674824+0000 mgr.y (mgr.14556) 4894 : audit [DBG] from='client.19833 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:09:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:09:00.966492+0000 mgr.y (mgr.14556) 4895 : audit [DBG] from='client.29753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:09:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:09:01.241352+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:09:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:09:01.242047+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:09:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:09:01.249617+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:09:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:09:01.339952+0000 mon.a (mon.0) 1623 : audit [DBG] from='client.? 172.21.15.23:0/212382228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:09:02.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:09:00.674824+0000 mgr.y (mgr.14556) 4894 : audit [DBG] from='client.19833 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:09:02.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:09:00.966492+0000 mgr.y (mgr.14556) 4895 : audit [DBG] from='client.29753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:09:02.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:09:01.241352+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:09:02.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:09:01.242047+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:09:02.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:09:01.249617+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:09:02.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:09:01.339952+0000 mon.a (mon.0) 1623 : audit [DBG] from='client.? 172.21.15.23:0/212382228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:09:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:09:00.674824+0000 mgr.y (mgr.14556) 4894 : audit [DBG] from='client.19833 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:09:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:09:00.966492+0000 mgr.y (mgr.14556) 4895 : audit [DBG] from='client.29753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:09:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:09:01.241352+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:09:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:09:01.242047+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:09:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:09:01.249617+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:09:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:09:01.339952+0000 mon.a (mon.0) 1623 : audit [DBG] from='client.? 172.21.15.23:0/212382228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:09:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:01.888006+0000 mgr.y (mgr.14556) 4896 : cluster [DBG] pgmap v4312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:01.888006+0000 mgr.y (mgr.14556) 4896 : cluster [DBG] pgmap v4312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:03.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:01.888006+0000 mgr.y (mgr.14556) 4896 : cluster [DBG] pgmap v4312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:09:03] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-03-22T09:09:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:03.888426+0000 mgr.y (mgr.14556) 4897 : cluster [DBG] pgmap v4313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:03.888426+0000 mgr.y (mgr.14556) 4897 : cluster [DBG] pgmap v4313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:03.888426+0000 mgr.y (mgr.14556) 4897 : cluster [DBG] pgmap v4313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:05.889277+0000 mgr.y (mgr.14556) 4898 : cluster [DBG] pgmap v4314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:05.889277+0000 mgr.y (mgr.14556) 4898 : cluster [DBG] pgmap v4314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:05.889277+0000 mgr.y (mgr.14556) 4898 : cluster [DBG] pgmap v4314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:07.889820+0000 mgr.y (mgr.14556) 4899 : cluster [DBG] pgmap v4315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:07.889820+0000 mgr.y (mgr.14556) 4899 : cluster [DBG] pgmap v4315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:07.889820+0000 mgr.y (mgr.14556) 4899 : cluster [DBG] pgmap v4315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:09.890227+0000 mgr.y (mgr.14556) 4900 : cluster [DBG] pgmap v4316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:11.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:09.890227+0000 mgr.y (mgr.14556) 4900 : cluster [DBG] pgmap v4316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:09.890227+0000 mgr.y (mgr.14556) 4900 : cluster [DBG] pgmap v4316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:09:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:11.891117+0000 mgr.y (mgr.14556) 4901 : cluster [DBG] pgmap v4317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:11.891117+0000 mgr.y (mgr.14556) 4901 : cluster [DBG] pgmap v4317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:11.891117+0000 mgr.y (mgr.14556) 4901 : cluster [DBG] pgmap v4317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:09:13] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-03-22T09:09:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:13.891817+0000 mgr.y (mgr.14556) 4902 : cluster [DBG] pgmap v4318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:13.891817+0000 mgr.y (mgr.14556) 4902 : cluster [DBG] pgmap v4318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:13.891817+0000 mgr.y (mgr.14556) 4902 : cluster [DBG] pgmap v4318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:15.892550+0000 mgr.y (mgr.14556) 4903 : cluster [DBG] pgmap v4319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:15.892550+0000 mgr.y (mgr.14556) 4903 : cluster [DBG] pgmap v4319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:15.892550+0000 mgr.y (mgr.14556) 4903 : cluster [DBG] pgmap v4319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:17.893021+0000 mgr.y (mgr.14556) 4904 : cluster [DBG] pgmap v4320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:17.893021+0000 mgr.y (mgr.14556) 4904 : cluster [DBG] pgmap v4320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:17.893021+0000 mgr.y (mgr.14556) 4904 : cluster [DBG] pgmap v4320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:19.893452+0000 mgr.y (mgr.14556) 4905 : cluster [DBG] pgmap v4321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:19.893452+0000 mgr.y (mgr.14556) 4905 : cluster [DBG] pgmap v4321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:19.893452+0000 mgr.y (mgr.14556) 4905 : cluster [DBG] pgmap v4321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:09:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:21.894161+0000 mgr.y (mgr.14556) 4906 : cluster [DBG] pgmap v4322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:21.894161+0000 mgr.y (mgr.14556) 4906 : cluster [DBG] pgmap v4322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:21.894161+0000 mgr.y (mgr.14556) 4906 : cluster [DBG] pgmap v4322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:09:23] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T09:09:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:23.894562+0000 mgr.y (mgr.14556) 4907 : cluster [DBG] pgmap v4323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:23.894562+0000 mgr.y (mgr.14556) 4907 : cluster [DBG] pgmap v4323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:23.894562+0000 mgr.y (mgr.14556) 4907 : cluster [DBG] pgmap v4323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:25.895311+0000 mgr.y (mgr.14556) 4908 : cluster [DBG] pgmap v4324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:27.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:25.895311+0000 mgr.y (mgr.14556) 4908 : cluster [DBG] pgmap v4324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:25.895311+0000 mgr.y (mgr.14556) 4908 : cluster [DBG] pgmap v4324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:27.895852+0000 mgr.y (mgr.14556) 4909 : cluster [DBG] pgmap v4325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:27.895852+0000 mgr.y (mgr.14556) 4909 : cluster [DBG] pgmap v4325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:27.895852+0000 mgr.y (mgr.14556) 4909 : cluster [DBG] pgmap v4325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:29.896234+0000 mgr.y (mgr.14556) 4910 : cluster [DBG] pgmap v4326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:29.896234+0000 mgr.y (mgr.14556) 4910 : cluster [DBG] pgmap v4326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:29.896234+0000 mgr.y (mgr.14556) 4910 : cluster [DBG] pgmap v4326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:31.665 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:09:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:09:31.953 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:09:31.953 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 9m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:09:31.953 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 9m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:09:31.953 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 9m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:09:31.953 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 9m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:09:31.953 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 9m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:09:31.954 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 9m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:09:31.954 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 9m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:09:31.954 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 9m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:09:31.954 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 9m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:09:31.954 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 9m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:09:31.954 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 9m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:09:31.954 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 9m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:09:31.954 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 9m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:09:31.954 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 9m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:09:31.954 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 9m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:09:31.954 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 9m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:09:31.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 9m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:09:31.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 9m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:09:31.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 9m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:09:31.955 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 9m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:09:32.301 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:09:32.302 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:09:32.302 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:09:32.302 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:09:32.302 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:09:32.302 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:09:32.302 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:09:32.302 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:09:32.302 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:09:32.302 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:09:32.302 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:09:32.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:09:32.303 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:09:32.303 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:09:32.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:09:32.303 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:09:32.303 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:09:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:09:31.652997+0000 mgr.y (mgr.14556) 4911 : audit [DBG] from='client.19851 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:09:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:31.896802+0000 mgr.y (mgr.14556) 4912 : cluster [DBG] pgmap v4327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:09:31.944079+0000 mgr.y (mgr.14556) 4913 : audit [DBG] from='client.29771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:09:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:09:32.301525+0000 mon.c (mon.2) 145 : audit [DBG] from='client.? 172.21.15.23:0/728905436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:09:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:09:31.652997+0000 mgr.y (mgr.14556) 4911 : audit [DBG] from='client.19851 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:09:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:31.896802+0000 mgr.y (mgr.14556) 4912 : cluster [DBG] pgmap v4327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:09:31.944079+0000 mgr.y (mgr.14556) 4913 : audit [DBG] from='client.29771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:09:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:09:32.301525+0000 mon.c (mon.2) 145 : audit [DBG] from='client.? 172.21.15.23:0/728905436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:09:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:09:31.652997+0000 mgr.y (mgr.14556) 4911 : audit [DBG] from='client.19851 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:09:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:31.896802+0000 mgr.y (mgr.14556) 4912 : cluster [DBG] pgmap v4327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:09:31.944079+0000 mgr.y (mgr.14556) 4913 : audit [DBG] from='client.29771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:09:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:09:32.301525+0000 mon.c (mon.2) 145 : audit [DBG] from='client.? 172.21.15.23:0/728905436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:09:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:09:33] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T09:09:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:33.897203+0000 mgr.y (mgr.14556) 4914 : cluster [DBG] pgmap v4328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:33.897203+0000 mgr.y (mgr.14556) 4914 : cluster [DBG] pgmap v4328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:33.897203+0000 mgr.y (mgr.14556) 4914 : cluster [DBG] pgmap v4328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:35.897857+0000 mgr.y (mgr.14556) 4915 : cluster [DBG] pgmap v4329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:35.897857+0000 mgr.y (mgr.14556) 4915 : cluster [DBG] pgmap v4329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:35.897857+0000 mgr.y (mgr.14556) 4915 : cluster [DBG] pgmap v4329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:37.898368+0000 mgr.y (mgr.14556) 4916 : cluster [DBG] pgmap v4330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:37.898368+0000 mgr.y (mgr.14556) 4916 : cluster [DBG] pgmap v4330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:37.898368+0000 mgr.y (mgr.14556) 4916 : cluster [DBG] pgmap v4330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:39.898909+0000 mgr.y (mgr.14556) 4917 : cluster [DBG] pgmap v4331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:39.898909+0000 mgr.y (mgr.14556) 4917 : cluster [DBG] pgmap v4331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:39.898909+0000 mgr.y (mgr.14556) 4917 : cluster [DBG] pgmap v4331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:09:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:41.899799+0000 mgr.y (mgr.14556) 4918 : cluster [DBG] pgmap v4332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:41.899799+0000 mgr.y (mgr.14556) 4918 : cluster [DBG] pgmap v4332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:41.899799+0000 mgr.y (mgr.14556) 4918 : cluster [DBG] pgmap v4332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:09:43] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-03-22T09:09:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:43.900195+0000 mgr.y (mgr.14556) 4919 : cluster [DBG] pgmap v4333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:43.900195+0000 mgr.y (mgr.14556) 4919 : cluster [DBG] pgmap v4333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:43.900195+0000 mgr.y (mgr.14556) 4919 : cluster [DBG] pgmap v4333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:45.900818+0000 mgr.y (mgr.14556) 4920 : cluster [DBG] pgmap v4334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:45.900818+0000 mgr.y (mgr.14556) 4920 : cluster [DBG] pgmap v4334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:45.900818+0000 mgr.y (mgr.14556) 4920 : cluster [DBG] pgmap v4334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:47.901272+0000 mgr.y (mgr.14556) 4921 : cluster [DBG] pgmap v4335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:47.901272+0000 mgr.y (mgr.14556) 4921 : cluster [DBG] pgmap v4335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:47.901272+0000 mgr.y (mgr.14556) 4921 : cluster [DBG] pgmap v4335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:49.901814+0000 mgr.y (mgr.14556) 4922 : cluster [DBG] pgmap v4336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:49.901814+0000 mgr.y (mgr.14556) 4922 : cluster [DBG] pgmap v4336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:49.901814+0000 mgr.y (mgr.14556) 4922 : cluster [DBG] pgmap v4336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:09:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:51.902451+0000 mgr.y (mgr.14556) 4923 : cluster [DBG] pgmap v4337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:51.902451+0000 mgr.y (mgr.14556) 4923 : cluster [DBG] pgmap v4337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:51.902451+0000 mgr.y (mgr.14556) 4923 : cluster [DBG] pgmap v4337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:09:53] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T09:09:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:53.902801+0000 mgr.y (mgr.14556) 4924 : cluster [DBG] pgmap v4338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:53.902801+0000 mgr.y (mgr.14556) 4924 : cluster [DBG] pgmap v4338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:53.902801+0000 mgr.y (mgr.14556) 4924 : cluster [DBG] pgmap v4338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:55.903416+0000 mgr.y (mgr.14556) 4925 : cluster [DBG] pgmap v4339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:55.903416+0000 mgr.y (mgr.14556) 4925 : cluster [DBG] pgmap v4339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:55.903416+0000 mgr.y (mgr.14556) 4925 : cluster [DBG] pgmap v4339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:57.904018+0000 mgr.y (mgr.14556) 4926 : cluster [DBG] pgmap v4340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:57.904018+0000 mgr.y (mgr.14556) 4926 : cluster [DBG] pgmap v4340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:09:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:09:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:57.904018+0000 mgr.y (mgr.14556) 4926 : cluster [DBG] pgmap v4340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:00.000109+0000 mon.a (mon.0) 1624 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:10:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T09:09:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:10:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:00.000109+0000 mon.a (mon.0) 1624 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:10:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:00.000109+0000 mon.a (mon.0) 1624 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:10:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:09:59.904424+0000 mgr.y (mgr.14556) 4927 : cluster [DBG] pgmap v4341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:09:59.904424+0000 mgr.y (mgr.14556) 4927 : cluster [DBG] pgmap v4341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:09:59.904424+0000 mgr.y (mgr.14556) 4927 : cluster [DBG] pgmap v4341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:10:02.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:10:01.254057+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:10:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:10:01.254057+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:10:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:10:01.254057+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:10:02.637 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:10:02.936 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:10:02.936 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 10m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:10:02.936 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 10m ago 2h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 10m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 10m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 10m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 10m ago 2h 464M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 10m ago 2h 410M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 10m ago 2h 219M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 10m ago 2h 221M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 10m ago 2h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 10m ago 2h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 10m ago 2h 44.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 10m ago 2h 43.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 10m ago 2h 42.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:10:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 10m ago 2h 40.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:10:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 10m ago 2h 41.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:10:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 10m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:10:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 10m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:10:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 10m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:10:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 10m ago 2h 87.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:10:03.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:01.904945+0000 mgr.y (mgr.14556) 4928 : cluster [DBG] pgmap v4342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:10:03.305 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:10:03.305 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:10:03.305 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:10:03.305 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:10:03.305 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:10:03.305 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:10:03.305 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:10:03.305 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:10:03.305 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:10:03.305 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:10:03.306 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:10:03.306 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:10:03.306 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:10:03.306 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:10:03.306 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:10:03.306 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:10:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:01.904945+0000 mgr.y (mgr.14556) 4928 : cluster [DBG] pgmap v4342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:01.904945+0000 mgr.y (mgr.14556) 4928 : cluster [DBG] pgmap v4342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:04.073 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:10:03] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T09:10:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:10:02.624662+0000 mgr.y (mgr.14556) 4929 : audit [DBG] from='client.19869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:10:04.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:10:02.928048+0000 mgr.y (mgr.14556) 4930 : audit [DBG] from='client.19875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:10:04.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:10:03.301758+0000 mon.a (mon.0) 1626 : audit [DBG] from='client.? 172.21.15.23:0/3608679726' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:10:04.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:10:03.876135+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:10:04.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:10:02.624662+0000 mgr.y (mgr.14556) 4929 : audit [DBG] from='client.19869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:10:04.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:10:02.928048+0000 mgr.y (mgr.14556) 4930 : audit [DBG] from='client.19875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:10:04.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:10:03.301758+0000 mon.a (mon.0) 1626 : audit [DBG] from='client.? 172.21.15.23:0/3608679726' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:10:04.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:10:03.876135+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:10:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:10:02.624662+0000 mgr.y (mgr.14556) 4929 : audit [DBG] from='client.19869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:10:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:10:02.928048+0000 mgr.y (mgr.14556) 4930 : audit [DBG] from='client.19875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:10:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:10:03.301758+0000 mon.a (mon.0) 1626 : audit [DBG] from='client.? 172.21.15.23:0/3608679726' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:10:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:10:03.876135+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:10:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:03.905274+0000 mgr.y (mgr.14556) 4931 : cluster [DBG] pgmap v4343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:10:04.653031+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:10:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:10:04.945685+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:10:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:10:04.946495+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:10:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:10:04.951344+0000 mon.a (mon.0) 1631 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:10:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:03.905274+0000 mgr.y (mgr.14556) 4931 : cluster [DBG] pgmap v4343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:10:04.653031+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:10:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:10:04.945685+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:10:05.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:10:04.946495+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:10:05.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:10:04.951344+0000 mon.a (mon.0) 1631 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:10:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:03.905274+0000 mgr.y (mgr.14556) 4931 : cluster [DBG] pgmap v4343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:10:04.653031+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:10:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:10:04.945685+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:10:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:10:04.946495+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:10:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:10:04.951344+0000 mon.a (mon.0) 1631 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:10:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:05.905857+0000 mgr.y (mgr.14556) 4932 : cluster [DBG] pgmap v4344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:05.905857+0000 mgr.y (mgr.14556) 4932 : cluster [DBG] pgmap v4344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:05.905857+0000 mgr.y (mgr.14556) 4932 : cluster [DBG] pgmap v4344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:07.906207+0000 mgr.y (mgr.14556) 4933 : cluster [DBG] pgmap v4345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:07.906207+0000 mgr.y (mgr.14556) 4933 : cluster [DBG] pgmap v4345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:07.906207+0000 mgr.y (mgr.14556) 4933 : cluster [DBG] pgmap v4345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:09.906602+0000 mgr.y (mgr.14556) 4934 : cluster [DBG] pgmap v4346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:09.906602+0000 mgr.y (mgr.14556) 4934 : cluster [DBG] pgmap v4346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:09.906602+0000 mgr.y (mgr.14556) 4934 : cluster [DBG] pgmap v4346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:10:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:11.907412+0000 mgr.y (mgr.14556) 4935 : cluster [DBG] pgmap v4347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:11.907412+0000 mgr.y (mgr.14556) 4935 : cluster [DBG] pgmap v4347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:11.907412+0000 mgr.y (mgr.14556) 4935 : cluster [DBG] pgmap v4347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:10:13] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-03-22T09:10:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:13.907778+0000 mgr.y (mgr.14556) 4936 : cluster [DBG] pgmap v4348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:13.907778+0000 mgr.y (mgr.14556) 4936 : cluster [DBG] pgmap v4348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:13.907778+0000 mgr.y (mgr.14556) 4936 : cluster [DBG] pgmap v4348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:15.908416+0000 mgr.y (mgr.14556) 4937 : cluster [DBG] pgmap v4349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:15.908416+0000 mgr.y (mgr.14556) 4937 : cluster [DBG] pgmap v4349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:15.908416+0000 mgr.y (mgr.14556) 4937 : cluster [DBG] pgmap v4349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:17.908913+0000 mgr.y (mgr.14556) 4938 : cluster [DBG] pgmap v4350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:17.908913+0000 mgr.y (mgr.14556) 4938 : cluster [DBG] pgmap v4350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:17.908913+0000 mgr.y (mgr.14556) 4938 : cluster [DBG] pgmap v4350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:19.909412+0000 mgr.y (mgr.14556) 4939 : cluster [DBG] pgmap v4351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:19.909412+0000 mgr.y (mgr.14556) 4939 : cluster [DBG] pgmap v4351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:19.909412+0000 mgr.y (mgr.14556) 4939 : cluster [DBG] pgmap v4351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:10:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:21.910181+0000 mgr.y (mgr.14556) 4940 : cluster [DBG] pgmap v4352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:21.910181+0000 mgr.y (mgr.14556) 4940 : cluster [DBG] pgmap v4352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:21.910181+0000 mgr.y (mgr.14556) 4940 : cluster [DBG] pgmap v4352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:10:23] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T09:10:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:23.910678+0000 mgr.y (mgr.14556) 4941 : cluster [DBG] pgmap v4353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:23.910678+0000 mgr.y (mgr.14556) 4941 : cluster [DBG] pgmap v4353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:23.910678+0000 mgr.y (mgr.14556) 4941 : cluster [DBG] pgmap v4353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:25.911373+0000 mgr.y (mgr.14556) 4942 : cluster [DBG] pgmap v4354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:25.911373+0000 mgr.y (mgr.14556) 4942 : cluster [DBG] pgmap v4354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:25.911373+0000 mgr.y (mgr.14556) 4942 : cluster [DBG] pgmap v4354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:27.911743+0000 mgr.y (mgr.14556) 4943 : cluster [DBG] pgmap v4355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:27.911743+0000 mgr.y (mgr.14556) 4943 : cluster [DBG] pgmap v4355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:27.911743+0000 mgr.y (mgr.14556) 4943 : cluster [DBG] pgmap v4355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:29.912166+0000 mgr.y (mgr.14556) 4944 : cluster [DBG] pgmap v4356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:29.912166+0000 mgr.y (mgr.14556) 4944 : cluster [DBG] pgmap v4356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:29.912166+0000 mgr.y (mgr.14556) 4944 : cluster [DBG] pgmap v4356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:10:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:31.913031+0000 mgr.y (mgr.14556) 4945 : cluster [DBG] pgmap v4357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:31.913031+0000 mgr.y (mgr.14556) 4945 : cluster [DBG] pgmap v4357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:31.913031+0000 mgr.y (mgr.14556) 4945 : cluster [DBG] pgmap v4357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:10:33.912 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 30s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 29s ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 30s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 29s ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 29s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 30s ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 30s ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 29s ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 30s ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 30s ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 29s ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 30s ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:10:33.913 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 30s ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:10:33.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 30s ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:10:33.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 30s ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:10:33.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 29s ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:10:33.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 29s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:10:33.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 29s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:10:33.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 29s ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:10:33.914 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 29s ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:10:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:10:33] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-03-22T09:10:34.263 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:10:34.263 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:10:34.263 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:10:34.263 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:10:34.263 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:10:34.263 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:10:34.264 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:10:34.264 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:10:34.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:10:34.264 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:10:34.264 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:10:34.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:10:34.264 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:10:34.264 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:10:34.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:10:34.264 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:10:34.264 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:10:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:10:33.612636+0000 mgr.y (mgr.14556) 4946 : audit [DBG] from='client.19887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:10:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:10:33.904462+0000 mgr.y (mgr.14556) 4947 : audit [DBG] from='client.29807 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:10:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:33.913325+0000 mgr.y (mgr.14556) 4948 : cluster [DBG] pgmap v4358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:10:34.263021+0000 mon.a (mon.0) 1632 : audit [DBG] from='client.? 172.21.15.23:0/1947500331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:10:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:10:33.612636+0000 mgr.y (mgr.14556) 4946 : audit [DBG] from='client.19887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:10:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:10:33.904462+0000 mgr.y (mgr.14556) 4947 : audit [DBG] from='client.29807 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:10:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:33.913325+0000 mgr.y (mgr.14556) 4948 : cluster [DBG] pgmap v4358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:10:34.263021+0000 mon.a (mon.0) 1632 : audit [DBG] from='client.? 172.21.15.23:0/1947500331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:10:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:10:33.612636+0000 mgr.y (mgr.14556) 4946 : audit [DBG] from='client.19887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:10:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:10:33.904462+0000 mgr.y (mgr.14556) 4947 : audit [DBG] from='client.29807 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:10:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:33.913325+0000 mgr.y (mgr.14556) 4948 : cluster [DBG] pgmap v4358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:10:34.263021+0000 mon.a (mon.0) 1632 : audit [DBG] from='client.? 172.21.15.23:0/1947500331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:10:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:35.914124+0000 mgr.y (mgr.14556) 4949 : cluster [DBG] pgmap v4359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:35.914124+0000 mgr.y (mgr.14556) 4949 : cluster [DBG] pgmap v4359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:35.914124+0000 mgr.y (mgr.14556) 4949 : cluster [DBG] pgmap v4359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:37.914571+0000 mgr.y (mgr.14556) 4950 : cluster [DBG] pgmap v4360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:37.914571+0000 mgr.y (mgr.14556) 4950 : cluster [DBG] pgmap v4360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:37.914571+0000 mgr.y (mgr.14556) 4950 : cluster [DBG] pgmap v4360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:39.914985+0000 mgr.y (mgr.14556) 4951 : cluster [DBG] pgmap v4361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:39.914985+0000 mgr.y (mgr.14556) 4951 : cluster [DBG] pgmap v4361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:39.914985+0000 mgr.y (mgr.14556) 4951 : cluster [DBG] pgmap v4361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:10:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:41.915727+0000 mgr.y (mgr.14556) 4952 : cluster [DBG] pgmap v4362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:41.915727+0000 mgr.y (mgr.14556) 4952 : cluster [DBG] pgmap v4362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:41.915727+0000 mgr.y (mgr.14556) 4952 : cluster [DBG] pgmap v4362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:10:43] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-03-22T09:10:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:43.916304+0000 mgr.y (mgr.14556) 4953 : cluster [DBG] pgmap v4363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:43.916304+0000 mgr.y (mgr.14556) 4953 : cluster [DBG] pgmap v4363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:43.916304+0000 mgr.y (mgr.14556) 4953 : cluster [DBG] pgmap v4363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:45.916969+0000 mgr.y (mgr.14556) 4954 : cluster [DBG] pgmap v4364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:45.916969+0000 mgr.y (mgr.14556) 4954 : cluster [DBG] pgmap v4364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:45.916969+0000 mgr.y (mgr.14556) 4954 : cluster [DBG] pgmap v4364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:47.917492+0000 mgr.y (mgr.14556) 4955 : cluster [DBG] pgmap v4365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:47.917492+0000 mgr.y (mgr.14556) 4955 : cluster [DBG] pgmap v4365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:47.917492+0000 mgr.y (mgr.14556) 4955 : cluster [DBG] pgmap v4365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:49.918036+0000 mgr.y (mgr.14556) 4956 : cluster [DBG] pgmap v4366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:49.918036+0000 mgr.y (mgr.14556) 4956 : cluster [DBG] pgmap v4366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:49.918036+0000 mgr.y (mgr.14556) 4956 : cluster [DBG] pgmap v4366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:10:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:51.918863+0000 mgr.y (mgr.14556) 4957 : cluster [DBG] pgmap v4367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:51.918863+0000 mgr.y (mgr.14556) 4957 : cluster [DBG] pgmap v4367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:51.918863+0000 mgr.y (mgr.14556) 4957 : cluster [DBG] pgmap v4367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:10:53] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:10:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:53.919278+0000 mgr.y (mgr.14556) 4958 : cluster [DBG] pgmap v4368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:53.919278+0000 mgr.y (mgr.14556) 4958 : cluster [DBG] pgmap v4368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:53.919278+0000 mgr.y (mgr.14556) 4958 : cluster [DBG] pgmap v4368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:55.919943+0000 mgr.y (mgr.14556) 4959 : cluster [DBG] pgmap v4369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:55.919943+0000 mgr.y (mgr.14556) 4959 : cluster [DBG] pgmap v4369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:55.919943+0000 mgr.y (mgr.14556) 4959 : cluster [DBG] pgmap v4369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:57.920303+0000 mgr.y (mgr.14556) 4960 : cluster [DBG] pgmap v4370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:57.920303+0000 mgr.y (mgr.14556) 4960 : cluster [DBG] pgmap v4370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:10:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:57.920303+0000 mgr.y (mgr.14556) 4960 : cluster [DBG] pgmap v4370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:10:59.920708+0000 mgr.y (mgr.14556) 4961 : cluster [DBG] pgmap v4371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:10:59.920708+0000 mgr.y (mgr.14556) 4961 : cluster [DBG] pgmap v4371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:10:59.920708+0000 mgr.y (mgr.14556) 4961 : cluster [DBG] pgmap v4371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:11:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:01.921453+0000 mgr.y (mgr.14556) 4962 : cluster [DBG] pgmap v4372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:01.921453+0000 mgr.y (mgr.14556) 4962 : cluster [DBG] pgmap v4372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:01.921453+0000 mgr.y (mgr.14556) 4962 : cluster [DBG] pgmap v4372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:11:03] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-03-22T09:11:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:11:04.875 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:11:04.875 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 61s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:11:04.876 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 60s ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:11:04.876 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 61s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:11:04.876 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 60s ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:11:04.876 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 60s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:11:04.876 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 61s ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:11:04.876 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 61s ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:11:04.876 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 60s ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:11:04.876 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 61s ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:11:04.876 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 61s ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:11:04.876 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 60s ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:11:04.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 61s ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:11:04.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 61s ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:11:04.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 61s ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:11:04.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 61s ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:11:04.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 60s ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:11:04.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 60s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:11:04.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 60s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:11:04.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 60s ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:11:04.877 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 60s ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:11:05.234 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:11:05.234 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:11:05.234 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:11:05.234 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:11:05.235 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:11:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:03.921975+0000 mgr.y (mgr.14556) 4963 : cluster [DBG] pgmap v4373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:11:04.956271+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:11:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:03.921975+0000 mgr.y (mgr.14556) 4963 : cluster [DBG] pgmap v4373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:11:04.956271+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:11:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:03.921975+0000 mgr.y (mgr.14556) 4963 : cluster [DBG] pgmap v4373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:11:04.956271+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:11:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:11:04.572865+0000 mgr.y (mgr.14556) 4964 : audit [DBG] from='client.29819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:11:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:11:04.867445+0000 mgr.y (mgr.14556) 4965 : audit [DBG] from='client.19911 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:11:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:11:05.234111+0000 mon.a (mon.0) 1634 : audit [DBG] from='client.? 172.21.15.23:0/2330107733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:11:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:11:05.265140+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:11:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:11:05.265768+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:11:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:11:05.271784+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:11:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:11:04.572865+0000 mgr.y (mgr.14556) 4964 : audit [DBG] from='client.29819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:11:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:11:04.867445+0000 mgr.y (mgr.14556) 4965 : audit [DBG] from='client.19911 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:11:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:11:05.234111+0000 mon.a (mon.0) 1634 : audit [DBG] from='client.? 172.21.15.23:0/2330107733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:11:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:11:05.265140+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:11:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:11:05.265768+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:11:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:11:05.271784+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:11:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:11:04.572865+0000 mgr.y (mgr.14556) 4964 : audit [DBG] from='client.29819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:11:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:11:04.867445+0000 mgr.y (mgr.14556) 4965 : audit [DBG] from='client.19911 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:11:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:11:05.234111+0000 mon.a (mon.0) 1634 : audit [DBG] from='client.? 172.21.15.23:0/2330107733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:11:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:11:05.265140+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:11:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:11:05.265768+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:11:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:11:05.271784+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:11:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:05.922649+0000 mgr.y (mgr.14556) 4966 : cluster [DBG] pgmap v4374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:05.922649+0000 mgr.y (mgr.14556) 4966 : cluster [DBG] pgmap v4374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:05.922649+0000 mgr.y (mgr.14556) 4966 : cluster [DBG] pgmap v4374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:07.923123+0000 mgr.y (mgr.14556) 4967 : cluster [DBG] pgmap v4375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:07.923123+0000 mgr.y (mgr.14556) 4967 : cluster [DBG] pgmap v4375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:07.923123+0000 mgr.y (mgr.14556) 4967 : cluster [DBG] pgmap v4375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:09.923597+0000 mgr.y (mgr.14556) 4968 : cluster [DBG] pgmap v4376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:09.923597+0000 mgr.y (mgr.14556) 4968 : cluster [DBG] pgmap v4376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:09.923597+0000 mgr.y (mgr.14556) 4968 : cluster [DBG] pgmap v4376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:11:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:11.924278+0000 mgr.y (mgr.14556) 4969 : cluster [DBG] pgmap v4377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:11.924278+0000 mgr.y (mgr.14556) 4969 : cluster [DBG] pgmap v4377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:11.924278+0000 mgr.y (mgr.14556) 4969 : cluster [DBG] pgmap v4377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:11:13] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T09:11:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:13.924666+0000 mgr.y (mgr.14556) 4970 : cluster [DBG] pgmap v4378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:13.924666+0000 mgr.y (mgr.14556) 4970 : cluster [DBG] pgmap v4378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:13.924666+0000 mgr.y (mgr.14556) 4970 : cluster [DBG] pgmap v4378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:15.925259+0000 mgr.y (mgr.14556) 4971 : cluster [DBG] pgmap v4379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:15.925259+0000 mgr.y (mgr.14556) 4971 : cluster [DBG] pgmap v4379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:16.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:15.925259+0000 mgr.y (mgr.14556) 4971 : cluster [DBG] pgmap v4379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:17.925655+0000 mgr.y (mgr.14556) 4972 : cluster [DBG] pgmap v4380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:17.925655+0000 mgr.y (mgr.14556) 4972 : cluster [DBG] pgmap v4380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:17.925655+0000 mgr.y (mgr.14556) 4972 : cluster [DBG] pgmap v4380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:19.926162+0000 mgr.y (mgr.14556) 4973 : cluster [DBG] pgmap v4381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:19.926162+0000 mgr.y (mgr.14556) 4973 : cluster [DBG] pgmap v4381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:19.926162+0000 mgr.y (mgr.14556) 4973 : cluster [DBG] pgmap v4381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:11:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:21.926883+0000 mgr.y (mgr.14556) 4974 : cluster [DBG] pgmap v4382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:21.926883+0000 mgr.y (mgr.14556) 4974 : cluster [DBG] pgmap v4382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:21.926883+0000 mgr.y (mgr.14556) 4974 : cluster [DBG] pgmap v4382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:11:23] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T09:11:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:23.927432+0000 mgr.y (mgr.14556) 4975 : cluster [DBG] pgmap v4383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:23.927432+0000 mgr.y (mgr.14556) 4975 : cluster [DBG] pgmap v4383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:23.927432+0000 mgr.y (mgr.14556) 4975 : cluster [DBG] pgmap v4383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:25.928266+0000 mgr.y (mgr.14556) 4976 : cluster [DBG] pgmap v4384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:25.928266+0000 mgr.y (mgr.14556) 4976 : cluster [DBG] pgmap v4384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:25.928266+0000 mgr.y (mgr.14556) 4976 : cluster [DBG] pgmap v4384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:27.928748+0000 mgr.y (mgr.14556) 4977 : cluster [DBG] pgmap v4385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:27.928748+0000 mgr.y (mgr.14556) 4977 : cluster [DBG] pgmap v4385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:27.928748+0000 mgr.y (mgr.14556) 4977 : cluster [DBG] pgmap v4385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:29.929313+0000 mgr.y (mgr.14556) 4978 : cluster [DBG] pgmap v4386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:29.929313+0000 mgr.y (mgr.14556) 4978 : cluster [DBG] pgmap v4386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:29.929313+0000 mgr.y (mgr.14556) 4978 : cluster [DBG] pgmap v4386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:11:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:31.930084+0000 mgr.y (mgr.14556) 4979 : cluster [DBG] pgmap v4387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:31.930084+0000 mgr.y (mgr.14556) 4979 : cluster [DBG] pgmap v4387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:31.930084+0000 mgr.y (mgr.14556) 4979 : cluster [DBG] pgmap v4387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:11:33] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T09:11:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:33.930672+0000 mgr.y (mgr.14556) 4980 : cluster [DBG] pgmap v4388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:33.930672+0000 mgr.y (mgr.14556) 4980 : cluster [DBG] pgmap v4388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:33.930672+0000 mgr.y (mgr.14556) 4980 : cluster [DBG] pgmap v4388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:35.562 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:11:35.850 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:11:35.851 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 91s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:11:35.851 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 91s ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:11:35.851 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 91s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:11:35.851 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 91s ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:11:35.851 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 91s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:11:35.851 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 91s ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:11:35.851 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 91s ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:11:35.851 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 91s ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:11:35.852 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 91s ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:11:35.852 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 91s ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:11:35.852 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 91s ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:11:35.852 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 91s ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:11:35.852 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 91s ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:11:35.852 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 91s ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:11:35.852 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 91s ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:11:35.852 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 91s ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:11:35.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 91s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:11:35.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 91s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:11:35.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 91s ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:11:35.853 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 91s ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:11:36.201 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:11:36.201 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:11:36.201 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:11:36.201 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:11:36.201 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:11:36.201 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:11:36.202 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:11:36.202 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:11:36.202 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:11:36.202 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:11:36.202 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:11:36.202 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:11:36.202 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:11:36.202 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:11:36.202 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:11:36.202 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:11:36.202 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:11:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:11:35.549767+0000 mgr.y (mgr.14556) 4981 : audit [DBG] from='client.29837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:11:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:11:35.841935+0000 mgr.y (mgr.14556) 4982 : audit [DBG] from='client.19929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:11:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:35.931231+0000 mgr.y (mgr.14556) 4983 : cluster [DBG] pgmap v4389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:11:36.201032+0000 mon.c (mon.2) 146 : audit [DBG] from='client.? 172.21.15.23:0/3429569872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:11:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:11:35.549767+0000 mgr.y (mgr.14556) 4981 : audit [DBG] from='client.29837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:11:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:11:35.841935+0000 mgr.y (mgr.14556) 4982 : audit [DBG] from='client.19929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:11:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:35.931231+0000 mgr.y (mgr.14556) 4983 : cluster [DBG] pgmap v4389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:11:36.201032+0000 mon.c (mon.2) 146 : audit [DBG] from='client.? 172.21.15.23:0/3429569872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:11:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:11:35.549767+0000 mgr.y (mgr.14556) 4981 : audit [DBG] from='client.29837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:11:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:11:35.841935+0000 mgr.y (mgr.14556) 4982 : audit [DBG] from='client.19929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:11:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:35.931231+0000 mgr.y (mgr.14556) 4983 : cluster [DBG] pgmap v4389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:11:36.201032+0000 mon.c (mon.2) 146 : audit [DBG] from='client.? 172.21.15.23:0/3429569872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:11:38.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:37.931734+0000 mgr.y (mgr.14556) 4984 : cluster [DBG] pgmap v4390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:37.931734+0000 mgr.y (mgr.14556) 4984 : cluster [DBG] pgmap v4390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:37.931734+0000 mgr.y (mgr.14556) 4984 : cluster [DBG] pgmap v4390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:39.932185+0000 mgr.y (mgr.14556) 4985 : cluster [DBG] pgmap v4391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:39.932185+0000 mgr.y (mgr.14556) 4985 : cluster [DBG] pgmap v4391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:39.932185+0000 mgr.y (mgr.14556) 4985 : cluster [DBG] pgmap v4391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:11:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:41.933013+0000 mgr.y (mgr.14556) 4986 : cluster [DBG] pgmap v4392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:41.933013+0000 mgr.y (mgr.14556) 4986 : cluster [DBG] pgmap v4392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:41.933013+0000 mgr.y (mgr.14556) 4986 : cluster [DBG] pgmap v4392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:11:43] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T09:11:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:43.933398+0000 mgr.y (mgr.14556) 4987 : cluster [DBG] pgmap v4393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:43.933398+0000 mgr.y (mgr.14556) 4987 : cluster [DBG] pgmap v4393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:43.933398+0000 mgr.y (mgr.14556) 4987 : cluster [DBG] pgmap v4393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:45.934107+0000 mgr.y (mgr.14556) 4988 : cluster [DBG] pgmap v4394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:45.934107+0000 mgr.y (mgr.14556) 4988 : cluster [DBG] pgmap v4394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:45.934107+0000 mgr.y (mgr.14556) 4988 : cluster [DBG] pgmap v4394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:47.934551+0000 mgr.y (mgr.14556) 4989 : cluster [DBG] pgmap v4395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:47.934551+0000 mgr.y (mgr.14556) 4989 : cluster [DBG] pgmap v4395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:47.934551+0000 mgr.y (mgr.14556) 4989 : cluster [DBG] pgmap v4395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:49.935069+0000 mgr.y (mgr.14556) 4990 : cluster [DBG] pgmap v4396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:49.935069+0000 mgr.y (mgr.14556) 4990 : cluster [DBG] pgmap v4396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:49.935069+0000 mgr.y (mgr.14556) 4990 : cluster [DBG] pgmap v4396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:11:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:51.935815+0000 mgr.y (mgr.14556) 4991 : cluster [DBG] pgmap v4397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:51.935815+0000 mgr.y (mgr.14556) 4991 : cluster [DBG] pgmap v4397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:51.935815+0000 mgr.y (mgr.14556) 4991 : cluster [DBG] pgmap v4397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:11:53] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T09:11:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:53.936196+0000 mgr.y (mgr.14556) 4992 : cluster [DBG] pgmap v4398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:53.936196+0000 mgr.y (mgr.14556) 4992 : cluster [DBG] pgmap v4398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:53.936196+0000 mgr.y (mgr.14556) 4992 : cluster [DBG] pgmap v4398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:55.936936+0000 mgr.y (mgr.14556) 4993 : cluster [DBG] pgmap v4399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:55.936936+0000 mgr.y (mgr.14556) 4993 : cluster [DBG] pgmap v4399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:55.936936+0000 mgr.y (mgr.14556) 4993 : cluster [DBG] pgmap v4399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:57.937444+0000 mgr.y (mgr.14556) 4994 : cluster [DBG] pgmap v4400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:57.937444+0000 mgr.y (mgr.14556) 4994 : cluster [DBG] pgmap v4400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:11:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:11:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:57.937444+0000 mgr.y (mgr.14556) 4994 : cluster [DBG] pgmap v4400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:11:59.937803+0000 mgr.y (mgr.14556) 4995 : cluster [DBG] pgmap v4401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:11:59.937803+0000 mgr.y (mgr.14556) 4995 : cluster [DBG] pgmap v4401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:11:59.937803+0000 mgr.y (mgr.14556) 4995 : cluster [DBG] pgmap v4401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:12:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:01.938589+0000 mgr.y (mgr.14556) 4996 : cluster [DBG] pgmap v4402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:01.938589+0000 mgr.y (mgr.14556) 4996 : cluster [DBG] pgmap v4402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:01.938589+0000 mgr.y (mgr.14556) 4996 : cluster [DBG] pgmap v4402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:12:03] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T09:12:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:03.939123+0000 mgr.y (mgr.14556) 4997 : cluster [DBG] pgmap v4403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:03.939123+0000 mgr.y (mgr.14556) 4997 : cluster [DBG] pgmap v4403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:03.939123+0000 mgr.y (mgr.14556) 4997 : cluster [DBG] pgmap v4403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:12:05.277002+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:12:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:12:05.583506+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:12:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:12:05.584211+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:12:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:12:05.597513+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:12:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:12:05.277002+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:12:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:12:05.583506+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:12:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:12:05.584211+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:12:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:12:05.597513+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:12:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:12:05.277002+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:12:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:12:05.583506+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:12:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:12:05.584211+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:12:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:12:05.597513+0000 mon.a (mon.0) 1641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:12:06.534 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:12:06.826 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:12:06.826 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 2m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:12:06.826 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 2m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:12:06.826 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 2m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:12:06.826 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 2m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 2m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 2m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 2m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 2m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 2m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 2m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 2m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 2m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 2m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 2m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 2m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 2m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 2m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 2m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:12:06.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 2m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:12:06.828 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 2m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:12:07.177 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:12:07.178 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:12:07.179 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:12:07.179 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:12:07.179 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:12:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:05.939804+0000 mgr.y (mgr.14556) 4998 : cluster [DBG] pgmap v4404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:05.939804+0000 mgr.y (mgr.14556) 4998 : cluster [DBG] pgmap v4404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:05.939804+0000 mgr.y (mgr.14556) 4998 : cluster [DBG] pgmap v4404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:12:06.522701+0000 mgr.y (mgr.14556) 4999 : audit [DBG] from='client.19941 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:12:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:12:06.818224+0000 mgr.y (mgr.14556) 5000 : audit [DBG] from='client.29861 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:12:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:12:07.177397+0000 mon.c (mon.2) 147 : audit [DBG] from='client.? 172.21.15.23:0/1144614256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:12:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:12:06.522701+0000 mgr.y (mgr.14556) 4999 : audit [DBG] from='client.19941 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:12:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:12:06.818224+0000 mgr.y (mgr.14556) 5000 : audit [DBG] from='client.29861 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:12:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:12:07.177397+0000 mon.c (mon.2) 147 : audit [DBG] from='client.? 172.21.15.23:0/1144614256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:12:08.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:12:06.522701+0000 mgr.y (mgr.14556) 4999 : audit [DBG] from='client.19941 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:12:08.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:12:06.818224+0000 mgr.y (mgr.14556) 5000 : audit [DBG] from='client.29861 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:12:08.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:12:07.177397+0000 mon.c (mon.2) 147 : audit [DBG] from='client.? 172.21.15.23:0/1144614256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:12:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:07.940219+0000 mgr.y (mgr.14556) 5001 : cluster [DBG] pgmap v4405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:07.940219+0000 mgr.y (mgr.14556) 5001 : cluster [DBG] pgmap v4405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:07.940219+0000 mgr.y (mgr.14556) 5001 : cluster [DBG] pgmap v4405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:09.940765+0000 mgr.y (mgr.14556) 5002 : cluster [DBG] pgmap v4406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:09.940765+0000 mgr.y (mgr.14556) 5002 : cluster [DBG] pgmap v4406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:09.940765+0000 mgr.y (mgr.14556) 5002 : cluster [DBG] pgmap v4406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:12:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:11.941473+0000 mgr.y (mgr.14556) 5003 : cluster [DBG] pgmap v4407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:11.941473+0000 mgr.y (mgr.14556) 5003 : cluster [DBG] pgmap v4407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:11.941473+0000 mgr.y (mgr.14556) 5003 : cluster [DBG] pgmap v4407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:12:13] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T09:12:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:13.941932+0000 mgr.y (mgr.14556) 5004 : cluster [DBG] pgmap v4408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:13.941932+0000 mgr.y (mgr.14556) 5004 : cluster [DBG] pgmap v4408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:13.941932+0000 mgr.y (mgr.14556) 5004 : cluster [DBG] pgmap v4408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:15.942799+0000 mgr.y (mgr.14556) 5005 : cluster [DBG] pgmap v4409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:15.942799+0000 mgr.y (mgr.14556) 5005 : cluster [DBG] pgmap v4409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:15.942799+0000 mgr.y (mgr.14556) 5005 : cluster [DBG] pgmap v4409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:17.943183+0000 mgr.y (mgr.14556) 5006 : cluster [DBG] pgmap v4410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:17.943183+0000 mgr.y (mgr.14556) 5006 : cluster [DBG] pgmap v4410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:17.943183+0000 mgr.y (mgr.14556) 5006 : cluster [DBG] pgmap v4410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:19.943617+0000 mgr.y (mgr.14556) 5007 : cluster [DBG] pgmap v4411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:19.943617+0000 mgr.y (mgr.14556) 5007 : cluster [DBG] pgmap v4411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:19.943617+0000 mgr.y (mgr.14556) 5007 : cluster [DBG] pgmap v4411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:12:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:21.944259+0000 mgr.y (mgr.14556) 5008 : cluster [DBG] pgmap v4412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:21.944259+0000 mgr.y (mgr.14556) 5008 : cluster [DBG] pgmap v4412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:21.944259+0000 mgr.y (mgr.14556) 5008 : cluster [DBG] pgmap v4412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:12:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T09:12:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:23.944646+0000 mgr.y (mgr.14556) 5009 : cluster [DBG] pgmap v4413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:23.944646+0000 mgr.y (mgr.14556) 5009 : cluster [DBG] pgmap v4413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:23.944646+0000 mgr.y (mgr.14556) 5009 : cluster [DBG] pgmap v4413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:25.945231+0000 mgr.y (mgr.14556) 5010 : cluster [DBG] pgmap v4414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:25.945231+0000 mgr.y (mgr.14556) 5010 : cluster [DBG] pgmap v4414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:25.945231+0000 mgr.y (mgr.14556) 5010 : cluster [DBG] pgmap v4414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:27.945600+0000 mgr.y (mgr.14556) 5011 : cluster [DBG] pgmap v4415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:27.945600+0000 mgr.y (mgr.14556) 5011 : cluster [DBG] pgmap v4415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:27.945600+0000 mgr.y (mgr.14556) 5011 : cluster [DBG] pgmap v4415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:29.946162+0000 mgr.y (mgr.14556) 5012 : cluster [DBG] pgmap v4416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:29.946162+0000 mgr.y (mgr.14556) 5012 : cluster [DBG] pgmap v4416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:29.946162+0000 mgr.y (mgr.14556) 5012 : cluster [DBG] pgmap v4416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:12:32.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:31.946851+0000 mgr.y (mgr.14556) 5013 : cluster [DBG] pgmap v4417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:31.946851+0000 mgr.y (mgr.14556) 5013 : cluster [DBG] pgmap v4417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:31.946851+0000 mgr.y (mgr.14556) 5013 : cluster [DBG] pgmap v4417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:12:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T09:12:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:33.947230+0000 mgr.y (mgr.14556) 5014 : cluster [DBG] pgmap v4418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:33.947230+0000 mgr.y (mgr.14556) 5014 : cluster [DBG] pgmap v4418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:33.947230+0000 mgr.y (mgr.14556) 5014 : cluster [DBG] pgmap v4418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:35.947841+0000 mgr.y (mgr.14556) 5015 : cluster [DBG] pgmap v4419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:35.947841+0000 mgr.y (mgr.14556) 5015 : cluster [DBG] pgmap v4419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:35.947841+0000 mgr.y (mgr.14556) 5015 : cluster [DBG] pgmap v4419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:37.504 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:12:37.793 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:12:37.793 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 2m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:12:37.793 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 2m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:12:37.793 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 2m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:12:37.793 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 2m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:12:37.793 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 2m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:12:37.793 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 2m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:12:37.793 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 2m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:12:37.793 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 2m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:12:37.794 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 2m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:12:37.794 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 2m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:12:37.794 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 2m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:12:37.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 2m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:12:37.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 2m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:12:37.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 2m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:12:37.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 2m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:12:37.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 2m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:12:37.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 2m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:12:37.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 2m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:12:37.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 2m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:12:37.794 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 2m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:12:38.145 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:12:38.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:12:38.146 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:12:38.146 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:12:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:12:37.492020+0000 mgr.y (mgr.14556) 5016 : audit [DBG] from='client.29873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:12:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:12:37.784684+0000 mgr.y (mgr.14556) 5017 : audit [DBG] from='client.29879 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:12:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:37.948160+0000 mgr.y (mgr.14556) 5018 : cluster [DBG] pgmap v4420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:12:38.144649+0000 mon.a (mon.0) 1642 : audit [DBG] from='client.? 172.21.15.23:0/2260387816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:12:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:12:37.492020+0000 mgr.y (mgr.14556) 5016 : audit [DBG] from='client.29873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:12:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:12:37.784684+0000 mgr.y (mgr.14556) 5017 : audit [DBG] from='client.29879 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:12:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:37.948160+0000 mgr.y (mgr.14556) 5018 : cluster [DBG] pgmap v4420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:12:38.144649+0000 mon.a (mon.0) 1642 : audit [DBG] from='client.? 172.21.15.23:0/2260387816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:12:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:12:37.492020+0000 mgr.y (mgr.14556) 5016 : audit [DBG] from='client.29873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:12:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:12:37.784684+0000 mgr.y (mgr.14556) 5017 : audit [DBG] from='client.29879 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:12:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:37.948160+0000 mgr.y (mgr.14556) 5018 : cluster [DBG] pgmap v4420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:12:38.144649+0000 mon.a (mon.0) 1642 : audit [DBG] from='client.? 172.21.15.23:0/2260387816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:12:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:39.948676+0000 mgr.y (mgr.14556) 5019 : cluster [DBG] pgmap v4421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:39.948676+0000 mgr.y (mgr.14556) 5019 : cluster [DBG] pgmap v4421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:39.948676+0000 mgr.y (mgr.14556) 5019 : cluster [DBG] pgmap v4421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:12:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:41.949497+0000 mgr.y (mgr.14556) 5020 : cluster [DBG] pgmap v4422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:41.949497+0000 mgr.y (mgr.14556) 5020 : cluster [DBG] pgmap v4422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:41.949497+0000 mgr.y (mgr.14556) 5020 : cluster [DBG] pgmap v4422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:12:43] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T09:12:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:43.949837+0000 mgr.y (mgr.14556) 5021 : cluster [DBG] pgmap v4423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:43.949837+0000 mgr.y (mgr.14556) 5021 : cluster [DBG] pgmap v4423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:43.949837+0000 mgr.y (mgr.14556) 5021 : cluster [DBG] pgmap v4423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:45.950493+0000 mgr.y (mgr.14556) 5022 : cluster [DBG] pgmap v4424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:45.950493+0000 mgr.y (mgr.14556) 5022 : cluster [DBG] pgmap v4424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:45.950493+0000 mgr.y (mgr.14556) 5022 : cluster [DBG] pgmap v4424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:47.950895+0000 mgr.y (mgr.14556) 5023 : cluster [DBG] pgmap v4425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:47.950895+0000 mgr.y (mgr.14556) 5023 : cluster [DBG] pgmap v4425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:47.950895+0000 mgr.y (mgr.14556) 5023 : cluster [DBG] pgmap v4425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:49.951286+0000 mgr.y (mgr.14556) 5024 : cluster [DBG] pgmap v4426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:49.951286+0000 mgr.y (mgr.14556) 5024 : cluster [DBG] pgmap v4426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:49.951286+0000 mgr.y (mgr.14556) 5024 : cluster [DBG] pgmap v4426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:12:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:51.952036+0000 mgr.y (mgr.14556) 5025 : cluster [DBG] pgmap v4427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:51.952036+0000 mgr.y (mgr.14556) 5025 : cluster [DBG] pgmap v4427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:51.952036+0000 mgr.y (mgr.14556) 5025 : cluster [DBG] pgmap v4427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:12:53] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:12:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:53.952427+0000 mgr.y (mgr.14556) 5026 : cluster [DBG] pgmap v4428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:53.952427+0000 mgr.y (mgr.14556) 5026 : cluster [DBG] pgmap v4428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:53.952427+0000 mgr.y (mgr.14556) 5026 : cluster [DBG] pgmap v4428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:55.953286+0000 mgr.y (mgr.14556) 5027 : cluster [DBG] pgmap v4429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:55.953286+0000 mgr.y (mgr.14556) 5027 : cluster [DBG] pgmap v4429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:55.953286+0000 mgr.y (mgr.14556) 5027 : cluster [DBG] pgmap v4429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:57.953862+0000 mgr.y (mgr.14556) 5028 : cluster [DBG] pgmap v4430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:57.953862+0000 mgr.y (mgr.14556) 5028 : cluster [DBG] pgmap v4430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:12:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:12:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:57.953862+0000 mgr.y (mgr.14556) 5028 : cluster [DBG] pgmap v4430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:12:59.954442+0000 mgr.y (mgr.14556) 5029 : cluster [DBG] pgmap v4431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:12:59.954442+0000 mgr.y (mgr.14556) 5029 : cluster [DBG] pgmap v4431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:12:59.954442+0000 mgr.y (mgr.14556) 5029 : cluster [DBG] pgmap v4431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:13:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:01.955318+0000 mgr.y (mgr.14556) 5030 : cluster [DBG] pgmap v4432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:01.955318+0000 mgr.y (mgr.14556) 5030 : cluster [DBG] pgmap v4432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:03.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:01.955318+0000 mgr.y (mgr.14556) 5030 : cluster [DBG] pgmap v4432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:13:03] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:13:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:03.955793+0000 mgr.y (mgr.14556) 5031 : cluster [DBG] pgmap v4433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:03.955793+0000 mgr.y (mgr.14556) 5031 : cluster [DBG] pgmap v4433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:03.955793+0000 mgr.y (mgr.14556) 5031 : cluster [DBG] pgmap v4433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:13:05.601777+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:13:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:13:05.853905+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:13:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:13:05.860532+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:13:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:13:05.601777+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:13:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:13:05.853905+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:13:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:13:05.860532+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:13:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:13:05.601777+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:13:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:13:05.853905+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:13:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:13:05.860532+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:13:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:05.956511+0000 mgr.y (mgr.14556) 5032 : cluster [DBG] pgmap v4434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:13:06.145315+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:13:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:13:06.145993+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:13:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:13:06.150909+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:13:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:05.956511+0000 mgr.y (mgr.14556) 5032 : cluster [DBG] pgmap v4434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:13:06.145315+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:13:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:13:06.145993+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:13:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:13:06.150909+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:13:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:05.956511+0000 mgr.y (mgr.14556) 5032 : cluster [DBG] pgmap v4434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:13:06.145315+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:13:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:13:06.145993+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:13:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:13:06.150909+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:13:08.470 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:13:08.756 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:13:08.756 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 3m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:13:08.756 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 3m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:13:08.756 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 3m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:13:08.756 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 3m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 3m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 3m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 3m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 3m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 3m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 3m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 3m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 3m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 3m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 3m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 3m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 3m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 3m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 3m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:13:08.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 3m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:13:08.758 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 3m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:13:09.106 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:13:09.107 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:13:09.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:13:09.107 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:13:09.107 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:13:09.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:13:09.107 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:13:09.107 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:13:09.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:13:09.107 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:13:09.107 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:13:09.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:13:09.107 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:13:09.108 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:13:09.108 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:13:09.108 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:13:09.108 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:13:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:07.957063+0000 mgr.y (mgr.14556) 5033 : cluster [DBG] pgmap v4435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:07.957063+0000 mgr.y (mgr.14556) 5033 : cluster [DBG] pgmap v4435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:07.957063+0000 mgr.y (mgr.14556) 5033 : cluster [DBG] pgmap v4435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:13:08.458179+0000 mgr.y (mgr.14556) 5034 : audit [DBG] from='client.19977 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:13:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:13:08.747851+0000 mgr.y (mgr.14556) 5035 : audit [DBG] from='client.29897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:13:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:13:09.106637+0000 mon.a (mon.0) 1649 : audit [DBG] from='client.? 172.21.15.23:0/1952390175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:13:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:13:08.458179+0000 mgr.y (mgr.14556) 5034 : audit [DBG] from='client.19977 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:13:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:13:08.747851+0000 mgr.y (mgr.14556) 5035 : audit [DBG] from='client.29897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:13:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:13:09.106637+0000 mon.a (mon.0) 1649 : audit [DBG] from='client.? 172.21.15.23:0/1952390175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:13:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:13:08.458179+0000 mgr.y (mgr.14556) 5034 : audit [DBG] from='client.19977 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:13:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:13:08.747851+0000 mgr.y (mgr.14556) 5035 : audit [DBG] from='client.29897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:13:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:13:09.106637+0000 mon.a (mon.0) 1649 : audit [DBG] from='client.? 172.21.15.23:0/1952390175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:13:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:09.957516+0000 mgr.y (mgr.14556) 5036 : cluster [DBG] pgmap v4436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:09.957516+0000 mgr.y (mgr.14556) 5036 : cluster [DBG] pgmap v4436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:09.957516+0000 mgr.y (mgr.14556) 5036 : cluster [DBG] pgmap v4436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:13:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:11.958212+0000 mgr.y (mgr.14556) 5037 : cluster [DBG] pgmap v4437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:11.958212+0000 mgr.y (mgr.14556) 5037 : cluster [DBG] pgmap v4437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:11.958212+0000 mgr.y (mgr.14556) 5037 : cluster [DBG] pgmap v4437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:13:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:13:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:13.958643+0000 mgr.y (mgr.14556) 5038 : cluster [DBG] pgmap v4438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:13.958643+0000 mgr.y (mgr.14556) 5038 : cluster [DBG] pgmap v4438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:13.958643+0000 mgr.y (mgr.14556) 5038 : cluster [DBG] pgmap v4438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:15.959392+0000 mgr.y (mgr.14556) 5039 : cluster [DBG] pgmap v4439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:15.959392+0000 mgr.y (mgr.14556) 5039 : cluster [DBG] pgmap v4439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:15.959392+0000 mgr.y (mgr.14556) 5039 : cluster [DBG] pgmap v4439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:17.959886+0000 mgr.y (mgr.14556) 5040 : cluster [DBG] pgmap v4440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:17.959886+0000 mgr.y (mgr.14556) 5040 : cluster [DBG] pgmap v4440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:17.959886+0000 mgr.y (mgr.14556) 5040 : cluster [DBG] pgmap v4440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:19.960461+0000 mgr.y (mgr.14556) 5041 : cluster [DBG] pgmap v4441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:19.960461+0000 mgr.y (mgr.14556) 5041 : cluster [DBG] pgmap v4441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:19.960461+0000 mgr.y (mgr.14556) 5041 : cluster [DBG] pgmap v4441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:13:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:21.961140+0000 mgr.y (mgr.14556) 5042 : cluster [DBG] pgmap v4442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:21.961140+0000 mgr.y (mgr.14556) 5042 : cluster [DBG] pgmap v4442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:21.961140+0000 mgr.y (mgr.14556) 5042 : cluster [DBG] pgmap v4442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:13:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:13:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:23.961713+0000 mgr.y (mgr.14556) 5043 : cluster [DBG] pgmap v4443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:23.961713+0000 mgr.y (mgr.14556) 5043 : cluster [DBG] pgmap v4443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:23.961713+0000 mgr.y (mgr.14556) 5043 : cluster [DBG] pgmap v4443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:25.962382+0000 mgr.y (mgr.14556) 5044 : cluster [DBG] pgmap v4444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:25.962382+0000 mgr.y (mgr.14556) 5044 : cluster [DBG] pgmap v4444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:25.962382+0000 mgr.y (mgr.14556) 5044 : cluster [DBG] pgmap v4444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:27.962861+0000 mgr.y (mgr.14556) 5045 : cluster [DBG] pgmap v4445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:27.962861+0000 mgr.y (mgr.14556) 5045 : cluster [DBG] pgmap v4445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:27.962861+0000 mgr.y (mgr.14556) 5045 : cluster [DBG] pgmap v4445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:29.963433+0000 mgr.y (mgr.14556) 5046 : cluster [DBG] pgmap v4446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:29.963433+0000 mgr.y (mgr.14556) 5046 : cluster [DBG] pgmap v4446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:29.963433+0000 mgr.y (mgr.14556) 5046 : cluster [DBG] pgmap v4446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:13:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:31.964259+0000 mgr.y (mgr.14556) 5047 : cluster [DBG] pgmap v4447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:31.964259+0000 mgr.y (mgr.14556) 5047 : cluster [DBG] pgmap v4447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:31.964259+0000 mgr.y (mgr.14556) 5047 : cluster [DBG] pgmap v4447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:13:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:13:34.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:33.964726+0000 mgr.y (mgr.14556) 5048 : cluster [DBG] pgmap v4448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:33.964726+0000 mgr.y (mgr.14556) 5048 : cluster [DBG] pgmap v4448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:33.964726+0000 mgr.y (mgr.14556) 5048 : cluster [DBG] pgmap v4448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:35.965351+0000 mgr.y (mgr.14556) 5049 : cluster [DBG] pgmap v4449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:35.965351+0000 mgr.y (mgr.14556) 5049 : cluster [DBG] pgmap v4449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:35.965351+0000 mgr.y (mgr.14556) 5049 : cluster [DBG] pgmap v4449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:37.965754+0000 mgr.y (mgr.14556) 5050 : cluster [DBG] pgmap v4450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:37.965754+0000 mgr.y (mgr.14556) 5050 : cluster [DBG] pgmap v4450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:37.965754+0000 mgr.y (mgr.14556) 5050 : cluster [DBG] pgmap v4450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:39.431 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:13:39.718 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:13:39.718 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 3m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:13:39.718 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 3m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:13:39.718 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 3m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:13:39.718 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 3m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:13:39.718 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 3m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:13:39.718 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 3m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:13:39.718 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 3m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:13:39.718 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 3m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:13:39.719 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 3m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:13:39.719 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 3m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:13:39.719 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 3m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:13:39.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 3m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:13:39.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 3m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:13:39.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 3m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:13:39.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 3m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:13:39.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 3m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:13:39.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 3m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:13:39.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 3m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:13:39.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 3m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:13:39.719 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 3m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:13:40.069 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:13:40.069 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:13:40.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:13:40.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:13:40.069 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:13:40.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:13:40.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:13:40.069 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:13:40.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:13:40.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:13:40.070 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:13:40.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:13:40.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:13:40.070 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:13:40.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:13:40.070 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:13:40.070 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:13:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:13:39.419585+0000 mgr.y (mgr.14556) 5051 : audit [DBG] from='client.29909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:13:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:13:39.709827+0000 mgr.y (mgr.14556) 5052 : audit [DBG] from='client.20001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:13:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:39.966053+0000 mgr.y (mgr.14556) 5053 : cluster [DBG] pgmap v4451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:13:40.068840+0000 mon.a (mon.0) 1650 : audit [DBG] from='client.? 172.21.15.23:0/3592663343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:13:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:13:39.419585+0000 mgr.y (mgr.14556) 5051 : audit [DBG] from='client.29909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:13:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:13:39.709827+0000 mgr.y (mgr.14556) 5052 : audit [DBG] from='client.20001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:13:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:39.966053+0000 mgr.y (mgr.14556) 5053 : cluster [DBG] pgmap v4451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:13:40.068840+0000 mon.a (mon.0) 1650 : audit [DBG] from='client.? 172.21.15.23:0/3592663343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:13:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:13:39.419585+0000 mgr.y (mgr.14556) 5051 : audit [DBG] from='client.29909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:13:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:13:39.709827+0000 mgr.y (mgr.14556) 5052 : audit [DBG] from='client.20001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:13:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:39.966053+0000 mgr.y (mgr.14556) 5053 : cluster [DBG] pgmap v4451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:13:40.068840+0000 mon.a (mon.0) 1650 : audit [DBG] from='client.? 172.21.15.23:0/3592663343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:13:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:13:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:41.966656+0000 mgr.y (mgr.14556) 5054 : cluster [DBG] pgmap v4452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:41.966656+0000 mgr.y (mgr.14556) 5054 : cluster [DBG] pgmap v4452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:41.966656+0000 mgr.y (mgr.14556) 5054 : cluster [DBG] pgmap v4452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:13:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:13:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:43.967062+0000 mgr.y (mgr.14556) 5055 : cluster [DBG] pgmap v4453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:43.967062+0000 mgr.y (mgr.14556) 5055 : cluster [DBG] pgmap v4453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:43.967062+0000 mgr.y (mgr.14556) 5055 : cluster [DBG] pgmap v4453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:45.967883+0000 mgr.y (mgr.14556) 5056 : cluster [DBG] pgmap v4454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:45.967883+0000 mgr.y (mgr.14556) 5056 : cluster [DBG] pgmap v4454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:45.967883+0000 mgr.y (mgr.14556) 5056 : cluster [DBG] pgmap v4454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:47.968259+0000 mgr.y (mgr.14556) 5057 : cluster [DBG] pgmap v4455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:47.968259+0000 mgr.y (mgr.14556) 5057 : cluster [DBG] pgmap v4455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:47.968259+0000 mgr.y (mgr.14556) 5057 : cluster [DBG] pgmap v4455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:49.968752+0000 mgr.y (mgr.14556) 5058 : cluster [DBG] pgmap v4456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:49.968752+0000 mgr.y (mgr.14556) 5058 : cluster [DBG] pgmap v4456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:49.968752+0000 mgr.y (mgr.14556) 5058 : cluster [DBG] pgmap v4456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:13:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:51.969432+0000 mgr.y (mgr.14556) 5059 : cluster [DBG] pgmap v4457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:51.969432+0000 mgr.y (mgr.14556) 5059 : cluster [DBG] pgmap v4457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:51.969432+0000 mgr.y (mgr.14556) 5059 : cluster [DBG] pgmap v4457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:13:53] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T09:13:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:53.969805+0000 mgr.y (mgr.14556) 5060 : cluster [DBG] pgmap v4458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:53.969805+0000 mgr.y (mgr.14556) 5060 : cluster [DBG] pgmap v4458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:53.969805+0000 mgr.y (mgr.14556) 5060 : cluster [DBG] pgmap v4458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:55.970542+0000 mgr.y (mgr.14556) 5061 : cluster [DBG] pgmap v4459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:55.970542+0000 mgr.y (mgr.14556) 5061 : cluster [DBG] pgmap v4459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:55.970542+0000 mgr.y (mgr.14556) 5061 : cluster [DBG] pgmap v4459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:57.970897+0000 mgr.y (mgr.14556) 5062 : cluster [DBG] pgmap v4460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:57.970897+0000 mgr.y (mgr.14556) 5062 : cluster [DBG] pgmap v4460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:13:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:13:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:57.970897+0000 mgr.y (mgr.14556) 5062 : cluster [DBG] pgmap v4460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:13:59.971297+0000 mgr.y (mgr.14556) 5063 : cluster [DBG] pgmap v4461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:13:59.971297+0000 mgr.y (mgr.14556) 5063 : cluster [DBG] pgmap v4461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:13:59.971297+0000 mgr.y (mgr.14556) 5063 : cluster [DBG] pgmap v4461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:14:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:01.971891+0000 mgr.y (mgr.14556) 5064 : cluster [DBG] pgmap v4462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:01.971891+0000 mgr.y (mgr.14556) 5064 : cluster [DBG] pgmap v4462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:03.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:01.971891+0000 mgr.y (mgr.14556) 5064 : cluster [DBG] pgmap v4462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:14:03] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T09:14:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:03.972255+0000 mgr.y (mgr.14556) 5065 : cluster [DBG] pgmap v4463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:03.972255+0000 mgr.y (mgr.14556) 5065 : cluster [DBG] pgmap v4463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:03.972255+0000 mgr.y (mgr.14556) 5065 : cluster [DBG] pgmap v4463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:05.972883+0000 mgr.y (mgr.14556) 5066 : cluster [DBG] pgmap v4464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:14:06.155452+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:14:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:14:06.451624+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:14:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:14:06.452283+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:14:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:14:06.462736+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:14:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:05.972883+0000 mgr.y (mgr.14556) 5066 : cluster [DBG] pgmap v4464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:14:06.155452+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:14:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:14:06.451624+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:14:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:14:06.452283+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:14:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:14:06.462736+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:14:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:05.972883+0000 mgr.y (mgr.14556) 5066 : cluster [DBG] pgmap v4464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:14:06.155452+0000 mon.a (mon.0) 1651 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:14:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:14:06.451624+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:14:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:14:06.452283+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:14:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:14:06.462736+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:14:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:07.973424+0000 mgr.y (mgr.14556) 5067 : cluster [DBG] pgmap v4465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:07.973424+0000 mgr.y (mgr.14556) 5067 : cluster [DBG] pgmap v4465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:07.973424+0000 mgr.y (mgr.14556) 5067 : cluster [DBG] pgmap v4465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:10.395 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:14:10.684 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:14:10.685 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:14:10.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:14:10.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:14:10.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:14:10.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:14:10.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 4m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:14:10.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:14:10.686 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:14:11.036 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:14:11.036 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:14:11.036 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:14:11.037 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:14:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:09.973852+0000 mgr.y (mgr.14556) 5068 : cluster [DBG] pgmap v4466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:14:11.036323+0000 mon.c (mon.2) 148 : audit [DBG] from='client.? 172.21.15.23:0/1764656071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:14:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:09.973852+0000 mgr.y (mgr.14556) 5068 : cluster [DBG] pgmap v4466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:14:11.036323+0000 mon.c (mon.2) 148 : audit [DBG] from='client.? 172.21.15.23:0/1764656071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:14:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:09.973852+0000 mgr.y (mgr.14556) 5068 : cluster [DBG] pgmap v4466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:14:11.036323+0000 mon.c (mon.2) 148 : audit [DBG] from='client.? 172.21.15.23:0/1764656071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:14:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:14:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:14:10.383260+0000 mgr.y (mgr.14556) 5069 : audit [DBG] from='client.29927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:14:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:14:10.675941+0000 mgr.y (mgr.14556) 5070 : audit [DBG] from='client.29933 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:14:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:14:10.383260+0000 mgr.y (mgr.14556) 5069 : audit [DBG] from='client.29927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:14:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:14:10.675941+0000 mgr.y (mgr.14556) 5070 : audit [DBG] from='client.29933 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:14:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:14:10.383260+0000 mgr.y (mgr.14556) 5069 : audit [DBG] from='client.29927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:14:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:14:10.675941+0000 mgr.y (mgr.14556) 5070 : audit [DBG] from='client.29933 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:14:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:11.974585+0000 mgr.y (mgr.14556) 5071 : cluster [DBG] pgmap v4467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:11.974585+0000 mgr.y (mgr.14556) 5071 : cluster [DBG] pgmap v4467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:11.974585+0000 mgr.y (mgr.14556) 5071 : cluster [DBG] pgmap v4467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:14:13] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T09:14:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:13.974983+0000 mgr.y (mgr.14556) 5072 : cluster [DBG] pgmap v4468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:13.974983+0000 mgr.y (mgr.14556) 5072 : cluster [DBG] pgmap v4468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:13.974983+0000 mgr.y (mgr.14556) 5072 : cluster [DBG] pgmap v4468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:15.975712+0000 mgr.y (mgr.14556) 5073 : cluster [DBG] pgmap v4469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:15.975712+0000 mgr.y (mgr.14556) 5073 : cluster [DBG] pgmap v4469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:15.975712+0000 mgr.y (mgr.14556) 5073 : cluster [DBG] pgmap v4469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:17.976307+0000 mgr.y (mgr.14556) 5074 : cluster [DBG] pgmap v4470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:17.976307+0000 mgr.y (mgr.14556) 5074 : cluster [DBG] pgmap v4470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:17.976307+0000 mgr.y (mgr.14556) 5074 : cluster [DBG] pgmap v4470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:19.976940+0000 mgr.y (mgr.14556) 5075 : cluster [DBG] pgmap v4471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:19.976940+0000 mgr.y (mgr.14556) 5075 : cluster [DBG] pgmap v4471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:19.976940+0000 mgr.y (mgr.14556) 5075 : cluster [DBG] pgmap v4471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:14:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:21.977773+0000 mgr.y (mgr.14556) 5076 : cluster [DBG] pgmap v4472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:21.977773+0000 mgr.y (mgr.14556) 5076 : cluster [DBG] pgmap v4472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:21.977773+0000 mgr.y (mgr.14556) 5076 : cluster [DBG] pgmap v4472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:14:23] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T09:14:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:23.978379+0000 mgr.y (mgr.14556) 5077 : cluster [DBG] pgmap v4473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:23.978379+0000 mgr.y (mgr.14556) 5077 : cluster [DBG] pgmap v4473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:23.978379+0000 mgr.y (mgr.14556) 5077 : cluster [DBG] pgmap v4473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:25.979042+0000 mgr.y (mgr.14556) 5078 : cluster [DBG] pgmap v4474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:25.979042+0000 mgr.y (mgr.14556) 5078 : cluster [DBG] pgmap v4474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:25.979042+0000 mgr.y (mgr.14556) 5078 : cluster [DBG] pgmap v4474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:27.979511+0000 mgr.y (mgr.14556) 5079 : cluster [DBG] pgmap v4475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:27.979511+0000 mgr.y (mgr.14556) 5079 : cluster [DBG] pgmap v4475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:27.979511+0000 mgr.y (mgr.14556) 5079 : cluster [DBG] pgmap v4475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:29.979971+0000 mgr.y (mgr.14556) 5080 : cluster [DBG] pgmap v4476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:29.979971+0000 mgr.y (mgr.14556) 5080 : cluster [DBG] pgmap v4476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:29.979971+0000 mgr.y (mgr.14556) 5080 : cluster [DBG] pgmap v4476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:14:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:31.980670+0000 mgr.y (mgr.14556) 5081 : cluster [DBG] pgmap v4477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:31.980670+0000 mgr.y (mgr.14556) 5081 : cluster [DBG] pgmap v4477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:31.980670+0000 mgr.y (mgr.14556) 5081 : cluster [DBG] pgmap v4477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:14:33] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T09:14:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:33.981256+0000 mgr.y (mgr.14556) 5082 : cluster [DBG] pgmap v4478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:33.981256+0000 mgr.y (mgr.14556) 5082 : cluster [DBG] pgmap v4478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:33.981256+0000 mgr.y (mgr.14556) 5082 : cluster [DBG] pgmap v4478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:35.981952+0000 mgr.y (mgr.14556) 5083 : cluster [DBG] pgmap v4479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:35.981952+0000 mgr.y (mgr.14556) 5083 : cluster [DBG] pgmap v4479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:35.981952+0000 mgr.y (mgr.14556) 5083 : cluster [DBG] pgmap v4479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:37.982496+0000 mgr.y (mgr.14556) 5084 : cluster [DBG] pgmap v4480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:37.982496+0000 mgr.y (mgr.14556) 5084 : cluster [DBG] pgmap v4480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:37.982496+0000 mgr.y (mgr.14556) 5084 : cluster [DBG] pgmap v4480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:39.982964+0000 mgr.y (mgr.14556) 5085 : cluster [DBG] pgmap v4481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:39.982964+0000 mgr.y (mgr.14556) 5085 : cluster [DBG] pgmap v4481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:39.982964+0000 mgr.y (mgr.14556) 5085 : cluster [DBG] pgmap v4481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:41.366 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:14:41.653 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:14:41.653 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:14:41.653 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:14:41.653 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:14:41.653 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:14:41.653 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:14:41.653 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:14:41.653 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:14:41.653 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:14:41.653 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:14:41.654 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:14:41.654 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:14:41.654 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:14:41.654 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:14:41.654 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:14:41.654 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:14:41.654 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:14:41.654 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:14:41.654 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 4m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:14:41.654 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:14:41.654 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:14:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:14:42.001 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:14:42.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:14:42.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:14:42.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:14:42.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:14:42.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:14:42.002 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:14:42.002 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:14:42.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:14:42.002 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:14:42.002 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:14:42.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:14:42.002 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:14:42.002 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:14:42.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:14:42.002 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:14:42.002 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:14:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:14:42.001189+0000 mon.a (mon.0) 1655 : audit [DBG] from='client.? 172.21.15.23:0/4272243039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:14:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:14:42.001189+0000 mon.a (mon.0) 1655 : audit [DBG] from='client.? 172.21.15.23:0/4272243039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:14:42.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:14:42.001189+0000 mon.a (mon.0) 1655 : audit [DBG] from='client.? 172.21.15.23:0/4272243039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:14:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:14:41.353903+0000 mgr.y (mgr.14556) 5086 : audit [DBG] from='client.29945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:14:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:14:41.644698+0000 mgr.y (mgr.14556) 5087 : audit [DBG] from='client.29951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:14:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:41.983522+0000 mgr.y (mgr.14556) 5088 : cluster [DBG] pgmap v4482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:14:41.353903+0000 mgr.y (mgr.14556) 5086 : audit [DBG] from='client.29945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:14:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:14:41.644698+0000 mgr.y (mgr.14556) 5087 : audit [DBG] from='client.29951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:14:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:41.983522+0000 mgr.y (mgr.14556) 5088 : cluster [DBG] pgmap v4482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:14:41.353903+0000 mgr.y (mgr.14556) 5086 : audit [DBG] from='client.29945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:14:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:14:41.644698+0000 mgr.y (mgr.14556) 5087 : audit [DBG] from='client.29951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:14:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:41.983522+0000 mgr.y (mgr.14556) 5088 : cluster [DBG] pgmap v4482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:14:43] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T09:14:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:43.984025+0000 mgr.y (mgr.14556) 5089 : cluster [DBG] pgmap v4483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:43.984025+0000 mgr.y (mgr.14556) 5089 : cluster [DBG] pgmap v4483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:43.984025+0000 mgr.y (mgr.14556) 5089 : cluster [DBG] pgmap v4483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:45.984736+0000 mgr.y (mgr.14556) 5090 : cluster [DBG] pgmap v4484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:45.984736+0000 mgr.y (mgr.14556) 5090 : cluster [DBG] pgmap v4484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:45.984736+0000 mgr.y (mgr.14556) 5090 : cluster [DBG] pgmap v4484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:47.985302+0000 mgr.y (mgr.14556) 5091 : cluster [DBG] pgmap v4485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:47.985302+0000 mgr.y (mgr.14556) 5091 : cluster [DBG] pgmap v4485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:47.985302+0000 mgr.y (mgr.14556) 5091 : cluster [DBG] pgmap v4485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:49.985852+0000 mgr.y (mgr.14556) 5092 : cluster [DBG] pgmap v4486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:49.985852+0000 mgr.y (mgr.14556) 5092 : cluster [DBG] pgmap v4486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:49.985852+0000 mgr.y (mgr.14556) 5092 : cluster [DBG] pgmap v4486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:14:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:51.986516+0000 mgr.y (mgr.14556) 5093 : cluster [DBG] pgmap v4487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:51.986516+0000 mgr.y (mgr.14556) 5093 : cluster [DBG] pgmap v4487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:51.986516+0000 mgr.y (mgr.14556) 5093 : cluster [DBG] pgmap v4487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:14:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:14:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:53.986894+0000 mgr.y (mgr.14556) 5094 : cluster [DBG] pgmap v4488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:53.986894+0000 mgr.y (mgr.14556) 5094 : cluster [DBG] pgmap v4488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:53.986894+0000 mgr.y (mgr.14556) 5094 : cluster [DBG] pgmap v4488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:55.987559+0000 mgr.y (mgr.14556) 5095 : cluster [DBG] pgmap v4489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:55.987559+0000 mgr.y (mgr.14556) 5095 : cluster [DBG] pgmap v4489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:55.987559+0000 mgr.y (mgr.14556) 5095 : cluster [DBG] pgmap v4489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:57.987972+0000 mgr.y (mgr.14556) 5096 : cluster [DBG] pgmap v4490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:57.987972+0000 mgr.y (mgr.14556) 5096 : cluster [DBG] pgmap v4490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:14:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:14:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:57.987972+0000 mgr.y (mgr.14556) 5096 : cluster [DBG] pgmap v4490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:14:59.988376+0000 mgr.y (mgr.14556) 5097 : cluster [DBG] pgmap v4491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:14:59.988376+0000 mgr.y (mgr.14556) 5097 : cluster [DBG] pgmap v4491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:14:59.988376+0000 mgr.y (mgr.14556) 5097 : cluster [DBG] pgmap v4491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:15:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:01.989291+0000 mgr.y (mgr.14556) 5098 : cluster [DBG] pgmap v4492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:01.989291+0000 mgr.y (mgr.14556) 5098 : cluster [DBG] pgmap v4492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:03.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:01.989291+0000 mgr.y (mgr.14556) 5098 : cluster [DBG] pgmap v4492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:15:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:15:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:03.989813+0000 mgr.y (mgr.14556) 5099 : cluster [DBG] pgmap v4493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:03.989813+0000 mgr.y (mgr.14556) 5099 : cluster [DBG] pgmap v4493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:03.989813+0000 mgr.y (mgr.14556) 5099 : cluster [DBG] pgmap v4493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:05.990505+0000 mgr.y (mgr.14556) 5100 : cluster [DBG] pgmap v4494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:15:06.467056+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:15:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:15:06.761257+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:15:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:15:06.761953+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:15:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:15:06.769731+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:15:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:05.990505+0000 mgr.y (mgr.14556) 5100 : cluster [DBG] pgmap v4494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:15:06.467056+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:15:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:15:06.761257+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:15:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:15:06.761953+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:15:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:15:06.769731+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:15:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:05.990505+0000 mgr.y (mgr.14556) 5100 : cluster [DBG] pgmap v4494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:15:06.467056+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:15:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:15:06.761257+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:15:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:15:06.761953+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:15:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:15:06.769731+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:15:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:07.990941+0000 mgr.y (mgr.14556) 5101 : cluster [DBG] pgmap v4495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:07.990941+0000 mgr.y (mgr.14556) 5101 : cluster [DBG] pgmap v4495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:07.990941+0000 mgr.y (mgr.14556) 5101 : cluster [DBG] pgmap v4495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:09.991485+0000 mgr.y (mgr.14556) 5102 : cluster [DBG] pgmap v4496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:09.991485+0000 mgr.y (mgr.14556) 5102 : cluster [DBG] pgmap v4496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:09.991485+0000 mgr.y (mgr.14556) 5102 : cluster [DBG] pgmap v4496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:15:12.330 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:15:12.619 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:15:12.619 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:15:12.619 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 5m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:15:12.619 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 5m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:15:12.619 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 5m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:15:12.619 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 5m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:15:12.619 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:15:12.619 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:15:12.619 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 5m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:15:12.620 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:15:12.620 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 5m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:15:12.620 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 5m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:15:12.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:15:12.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:15:12.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:15:12.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:15:12.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 5m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:15:12.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 5m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:15:12.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 5m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:15:12.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 5m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:15:12.621 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 5m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:15:12.966 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:15:12.966 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:15:12.966 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:15:12.966 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:15:12.966 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:15:12.966 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:15:12.966 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:15:12.967 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:15:12.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:15:12.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:15:12.967 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:15:12.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:15:12.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:15:12.967 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:15:12.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:15:12.967 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:15:12.967 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:15:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:11.992164+0000 mgr.y (mgr.14556) 5103 : cluster [DBG] pgmap v4497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:15:12.965874+0000 mon.a (mon.0) 1660 : audit [DBG] from='client.? 172.21.15.23:0/3714729900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:15:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:11.992164+0000 mgr.y (mgr.14556) 5103 : cluster [DBG] pgmap v4497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:15:12.965874+0000 mon.a (mon.0) 1660 : audit [DBG] from='client.? 172.21.15.23:0/3714729900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:15:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:11.992164+0000 mgr.y (mgr.14556) 5103 : cluster [DBG] pgmap v4497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:15:12.965874+0000 mon.a (mon.0) 1660 : audit [DBG] from='client.? 172.21.15.23:0/3714729900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:15:14.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:15:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:15:14.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:15:12.317850+0000 mgr.y (mgr.14556) 5104 : audit [DBG] from='client.20049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:15:14.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:15:12.610973+0000 mgr.y (mgr.14556) 5105 : audit [DBG] from='client.29969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:15:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:15:12.317850+0000 mgr.y (mgr.14556) 5104 : audit [DBG] from='client.20049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:15:14.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:15:12.610973+0000 mgr.y (mgr.14556) 5105 : audit [DBG] from='client.29969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:15:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:15:12.317850+0000 mgr.y (mgr.14556) 5104 : audit [DBG] from='client.20049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:15:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:15:12.610973+0000 mgr.y (mgr.14556) 5105 : audit [DBG] from='client.29969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:15:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:13.992710+0000 mgr.y (mgr.14556) 5106 : cluster [DBG] pgmap v4498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:13.992710+0000 mgr.y (mgr.14556) 5106 : cluster [DBG] pgmap v4498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:13.992710+0000 mgr.y (mgr.14556) 5106 : cluster [DBG] pgmap v4498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:15.993591+0000 mgr.y (mgr.14556) 5107 : cluster [DBG] pgmap v4499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:15.993591+0000 mgr.y (mgr.14556) 5107 : cluster [DBG] pgmap v4499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:15.993591+0000 mgr.y (mgr.14556) 5107 : cluster [DBG] pgmap v4499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:17.994112+0000 mgr.y (mgr.14556) 5108 : cluster [DBG] pgmap v4500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:17.994112+0000 mgr.y (mgr.14556) 5108 : cluster [DBG] pgmap v4500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:17.994112+0000 mgr.y (mgr.14556) 5108 : cluster [DBG] pgmap v4500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:19.994488+0000 mgr.y (mgr.14556) 5109 : cluster [DBG] pgmap v4501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:19.994488+0000 mgr.y (mgr.14556) 5109 : cluster [DBG] pgmap v4501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:19.994488+0000 mgr.y (mgr.14556) 5109 : cluster [DBG] pgmap v4501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:15:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:21.995116+0000 mgr.y (mgr.14556) 5110 : cluster [DBG] pgmap v4502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:21.995116+0000 mgr.y (mgr.14556) 5110 : cluster [DBG] pgmap v4502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:21.995116+0000 mgr.y (mgr.14556) 5110 : cluster [DBG] pgmap v4502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:15:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:15:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:23.995491+0000 mgr.y (mgr.14556) 5111 : cluster [DBG] pgmap v4503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:23.995491+0000 mgr.y (mgr.14556) 5111 : cluster [DBG] pgmap v4503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:23.995491+0000 mgr.y (mgr.14556) 5111 : cluster [DBG] pgmap v4503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:25.996117+0000 mgr.y (mgr.14556) 5112 : cluster [DBG] pgmap v4504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:25.996117+0000 mgr.y (mgr.14556) 5112 : cluster [DBG] pgmap v4504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:25.996117+0000 mgr.y (mgr.14556) 5112 : cluster [DBG] pgmap v4504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:27.996520+0000 mgr.y (mgr.14556) 5113 : cluster [DBG] pgmap v4505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:27.996520+0000 mgr.y (mgr.14556) 5113 : cluster [DBG] pgmap v4505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:27.996520+0000 mgr.y (mgr.14556) 5113 : cluster [DBG] pgmap v4505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:29.997044+0000 mgr.y (mgr.14556) 5114 : cluster [DBG] pgmap v4506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:29.997044+0000 mgr.y (mgr.14556) 5114 : cluster [DBG] pgmap v4506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:29.997044+0000 mgr.y (mgr.14556) 5114 : cluster [DBG] pgmap v4506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:15:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:31.997642+0000 mgr.y (mgr.14556) 5115 : cluster [DBG] pgmap v4507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:31.997642+0000 mgr.y (mgr.14556) 5115 : cluster [DBG] pgmap v4507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:31.997642+0000 mgr.y (mgr.14556) 5115 : cluster [DBG] pgmap v4507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:15:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:15:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:33.998173+0000 mgr.y (mgr.14556) 5116 : cluster [DBG] pgmap v4508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:33.998173+0000 mgr.y (mgr.14556) 5116 : cluster [DBG] pgmap v4508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:33.998173+0000 mgr.y (mgr.14556) 5116 : cluster [DBG] pgmap v4508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:35.998779+0000 mgr.y (mgr.14556) 5117 : cluster [DBG] pgmap v4509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:35.998779+0000 mgr.y (mgr.14556) 5117 : cluster [DBG] pgmap v4509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:35.998779+0000 mgr.y (mgr.14556) 5117 : cluster [DBG] pgmap v4509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:37.999347+0000 mgr.y (mgr.14556) 5118 : cluster [DBG] pgmap v4510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:37.999347+0000 mgr.y (mgr.14556) 5118 : cluster [DBG] pgmap v4510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:37.999347+0000 mgr.y (mgr.14556) 5118 : cluster [DBG] pgmap v4510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:39.999868+0000 mgr.y (mgr.14556) 5119 : cluster [DBG] pgmap v4511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:39.999868+0000 mgr.y (mgr.14556) 5119 : cluster [DBG] pgmap v4511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:39.999868+0000 mgr.y (mgr.14556) 5119 : cluster [DBG] pgmap v4511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:15:43.294 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:15:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:42.000703+0000 mgr.y (mgr.14556) 5120 : cluster [DBG] pgmap v4512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:42.000703+0000 mgr.y (mgr.14556) 5120 : cluster [DBG] pgmap v4512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:42.000703+0000 mgr.y (mgr.14556) 5120 : cluster [DBG] pgmap v4512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:43.583 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:15:43.583 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:15:43.583 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 5m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:15:43.583 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 5m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:15:43.583 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 5m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:15:43.583 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 5m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:15:43.583 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:15:43.583 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 5m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 5m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 5m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 5m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 5m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 5m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 5m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:15:43.584 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 5m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:15:43.935 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:15:43.935 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:15:43.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:15:43.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:15:43.935 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:15:43.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:15:43.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:15:43.936 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:15:43.936 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:15:43.936 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:15:43.936 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:15:43.936 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:15:43.936 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:15:43.936 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:15:43.936 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:15:43.936 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:15:43.936 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:15:44.073 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:15:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:15:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:15:43.934987+0000 mon.a (mon.0) 1661 : audit [DBG] from='client.? 172.21.15.23:0/3129627686' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:15:44.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:15:43.934987+0000 mon.a (mon.0) 1661 : audit [DBG] from='client.? 172.21.15.23:0/3129627686' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:15:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:15:43.934987+0000 mon.a (mon.0) 1661 : audit [DBG] from='client.? 172.21.15.23:0/3129627686' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:15:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:15:43.281729+0000 mgr.y (mgr.14556) 5121 : audit [DBG] from='client.29981 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:15:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:15:43.575032+0000 mgr.y (mgr.14556) 5122 : audit [DBG] from='client.29987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:15:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:44.001005+0000 mgr.y (mgr.14556) 5123 : cluster [DBG] pgmap v4513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:15:43.281729+0000 mgr.y (mgr.14556) 5121 : audit [DBG] from='client.29981 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:15:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:15:43.575032+0000 mgr.y (mgr.14556) 5122 : audit [DBG] from='client.29987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:15:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:44.001005+0000 mgr.y (mgr.14556) 5123 : cluster [DBG] pgmap v4513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:15:43.281729+0000 mgr.y (mgr.14556) 5121 : audit [DBG] from='client.29981 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:15:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:15:43.575032+0000 mgr.y (mgr.14556) 5122 : audit [DBG] from='client.29987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:15:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:44.001005+0000 mgr.y (mgr.14556) 5123 : cluster [DBG] pgmap v4513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:46.001731+0000 mgr.y (mgr.14556) 5124 : cluster [DBG] pgmap v4514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:46.001731+0000 mgr.y (mgr.14556) 5124 : cluster [DBG] pgmap v4514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:46.001731+0000 mgr.y (mgr.14556) 5124 : cluster [DBG] pgmap v4514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:48.002149+0000 mgr.y (mgr.14556) 5125 : cluster [DBG] pgmap v4515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:48.002149+0000 mgr.y (mgr.14556) 5125 : cluster [DBG] pgmap v4515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:48.002149+0000 mgr.y (mgr.14556) 5125 : cluster [DBG] pgmap v4515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:50.002544+0000 mgr.y (mgr.14556) 5126 : cluster [DBG] pgmap v4516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:50.002544+0000 mgr.y (mgr.14556) 5126 : cluster [DBG] pgmap v4516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:50.002544+0000 mgr.y (mgr.14556) 5126 : cluster [DBG] pgmap v4516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:15:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:52.003291+0000 mgr.y (mgr.14556) 5127 : cluster [DBG] pgmap v4517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:52.003291+0000 mgr.y (mgr.14556) 5127 : cluster [DBG] pgmap v4517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:52.003291+0000 mgr.y (mgr.14556) 5127 : cluster [DBG] pgmap v4517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:15:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:15:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:54.003854+0000 mgr.y (mgr.14556) 5128 : cluster [DBG] pgmap v4518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:54.003854+0000 mgr.y (mgr.14556) 5128 : cluster [DBG] pgmap v4518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:54.003854+0000 mgr.y (mgr.14556) 5128 : cluster [DBG] pgmap v4518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:56.004615+0000 mgr.y (mgr.14556) 5129 : cluster [DBG] pgmap v4519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:56.004615+0000 mgr.y (mgr.14556) 5129 : cluster [DBG] pgmap v4519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:56.004615+0000 mgr.y (mgr.14556) 5129 : cluster [DBG] pgmap v4519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:15:58.005161+0000 mgr.y (mgr.14556) 5130 : cluster [DBG] pgmap v4520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:15:58.005161+0000 mgr.y (mgr.14556) 5130 : cluster [DBG] pgmap v4520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:15:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:15:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:15:58.005161+0000 mgr.y (mgr.14556) 5130 : cluster [DBG] pgmap v4520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:00.005608+0000 mgr.y (mgr.14556) 5131 : cluster [DBG] pgmap v4521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:00.005608+0000 mgr.y (mgr.14556) 5131 : cluster [DBG] pgmap v4521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:00.005608+0000 mgr.y (mgr.14556) 5131 : cluster [DBG] pgmap v4521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:16:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:02.006464+0000 mgr.y (mgr.14556) 5132 : cluster [DBG] pgmap v4522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:02.006464+0000 mgr.y (mgr.14556) 5132 : cluster [DBG] pgmap v4522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:03.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:02.006464+0000 mgr.y (mgr.14556) 5132 : cluster [DBG] pgmap v4522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:16:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:16:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:04.006973+0000 mgr.y (mgr.14556) 5133 : cluster [DBG] pgmap v4523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:04.006973+0000 mgr.y (mgr.14556) 5133 : cluster [DBG] pgmap v4523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:04.006973+0000 mgr.y (mgr.14556) 5133 : cluster [DBG] pgmap v4523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:06.007704+0000 mgr.y (mgr.14556) 5134 : cluster [DBG] pgmap v4524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:16:06.774035+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:16:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:06.007704+0000 mgr.y (mgr.14556) 5134 : cluster [DBG] pgmap v4524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:16:06.774035+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:16:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:06.007704+0000 mgr.y (mgr.14556) 5134 : cluster [DBG] pgmap v4524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:16:06.774035+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:16:09.356 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:08.008121+0000 mgr.y (mgr.14556) 5135 : cluster [DBG] pgmap v4525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:09.356 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:08.008121+0000 mgr.y (mgr.14556) 5135 : cluster [DBG] pgmap v4525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:08.008121+0000 mgr.y (mgr.14556) 5135 : cluster [DBG] pgmap v4525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:10.008476+0000 mgr.y (mgr.14556) 5136 : cluster [DBG] pgmap v4526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:16:10.206366+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:16:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:16:10.500851+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:16:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:16:10.501520+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:16:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:16:10.510056+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:16:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:10.008476+0000 mgr.y (mgr.14556) 5136 : cluster [DBG] pgmap v4526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:16:10.206366+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:16:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:16:10.500851+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:16:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:16:10.501520+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:16:11.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:16:10.510056+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:16:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:10.008476+0000 mgr.y (mgr.14556) 5136 : cluster [DBG] pgmap v4526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:16:10.206366+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:16:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:16:10.500851+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:16:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:16:10.501520+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:16:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:16:10.510056+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:16:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:16:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:12.009339+0000 mgr.y (mgr.14556) 5137 : cluster [DBG] pgmap v4527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:12.009339+0000 mgr.y (mgr.14556) 5137 : cluster [DBG] pgmap v4527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:12.009339+0000 mgr.y (mgr.14556) 5137 : cluster [DBG] pgmap v4527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:16:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:16:14.262 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:16:14.549 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:16:14.550 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 6m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:16:14.550 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 6m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:16:14.550 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 6m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:16:14.550 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 6m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:16:14.550 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 6m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:16:14.550 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 6m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:16:14.550 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 6m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:16:14.550 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 6m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:16:14.550 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 6m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:16:14.550 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 6m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:16:14.550 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 6m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:16:14.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 6m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:16:14.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 6m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:16:14.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 6m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:16:14.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 6m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:16:14.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 6m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:16:14.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 6m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:16:14.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 6m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:16:14.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 6m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:16:14.551 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 6m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:16:14.899 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:16:14.899 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:16:14.900 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:16:14.901 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:16:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:14.009699+0000 mgr.y (mgr.14556) 5138 : cluster [DBG] pgmap v4528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:16:14.899514+0000 mon.a (mon.0) 1667 : audit [DBG] from='client.? 172.21.15.23:0/2425699344' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:16:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:14.009699+0000 mgr.y (mgr.14556) 5138 : cluster [DBG] pgmap v4528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:16:14.899514+0000 mon.a (mon.0) 1667 : audit [DBG] from='client.? 172.21.15.23:0/2425699344' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:16:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:14.009699+0000 mgr.y (mgr.14556) 5138 : cluster [DBG] pgmap v4528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:16:14.899514+0000 mon.a (mon.0) 1667 : audit [DBG] from='client.? 172.21.15.23:0/2425699344' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:16:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:16:14.249828+0000 mgr.y (mgr.14556) 5139 : audit [DBG] from='client.29999 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:16:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:16:14.541469+0000 mgr.y (mgr.14556) 5140 : audit [DBG] from='client.30005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:16:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:16:14.249828+0000 mgr.y (mgr.14556) 5139 : audit [DBG] from='client.29999 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:16:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:16:14.541469+0000 mgr.y (mgr.14556) 5140 : audit [DBG] from='client.30005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:16:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:16:14.249828+0000 mgr.y (mgr.14556) 5139 : audit [DBG] from='client.29999 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:16:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:16:14.541469+0000 mgr.y (mgr.14556) 5140 : audit [DBG] from='client.30005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:16:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:16.010412+0000 mgr.y (mgr.14556) 5141 : cluster [DBG] pgmap v4529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:16.010412+0000 mgr.y (mgr.14556) 5141 : cluster [DBG] pgmap v4529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:16.010412+0000 mgr.y (mgr.14556) 5141 : cluster [DBG] pgmap v4529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:18.010975+0000 mgr.y (mgr.14556) 5142 : cluster [DBG] pgmap v4530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:18.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:18.010975+0000 mgr.y (mgr.14556) 5142 : cluster [DBG] pgmap v4530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:18.010975+0000 mgr.y (mgr.14556) 5142 : cluster [DBG] pgmap v4530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:20.011633+0000 mgr.y (mgr.14556) 5143 : cluster [DBG] pgmap v4531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:20.011633+0000 mgr.y (mgr.14556) 5143 : cluster [DBG] pgmap v4531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:20.011633+0000 mgr.y (mgr.14556) 5143 : cluster [DBG] pgmap v4531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:16:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:22.012386+0000 mgr.y (mgr.14556) 5144 : cluster [DBG] pgmap v4532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:22.012386+0000 mgr.y (mgr.14556) 5144 : cluster [DBG] pgmap v4532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:22.012386+0000 mgr.y (mgr.14556) 5144 : cluster [DBG] pgmap v4532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:16:23] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:16:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:24.012763+0000 mgr.y (mgr.14556) 5145 : cluster [DBG] pgmap v4533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:24.012763+0000 mgr.y (mgr.14556) 5145 : cluster [DBG] pgmap v4533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:24.012763+0000 mgr.y (mgr.14556) 5145 : cluster [DBG] pgmap v4533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:26.013528+0000 mgr.y (mgr.14556) 5146 : cluster [DBG] pgmap v4534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:26.013528+0000 mgr.y (mgr.14556) 5146 : cluster [DBG] pgmap v4534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:26.013528+0000 mgr.y (mgr.14556) 5146 : cluster [DBG] pgmap v4534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:28.013919+0000 mgr.y (mgr.14556) 5147 : cluster [DBG] pgmap v4535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:28.013919+0000 mgr.y (mgr.14556) 5147 : cluster [DBG] pgmap v4535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:28.013919+0000 mgr.y (mgr.14556) 5147 : cluster [DBG] pgmap v4535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:30.014442+0000 mgr.y (mgr.14556) 5148 : cluster [DBG] pgmap v4536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:30.014442+0000 mgr.y (mgr.14556) 5148 : cluster [DBG] pgmap v4536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:30.014442+0000 mgr.y (mgr.14556) 5148 : cluster [DBG] pgmap v4536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:16:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:32.015092+0000 mgr.y (mgr.14556) 5149 : cluster [DBG] pgmap v4537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:32.015092+0000 mgr.y (mgr.14556) 5149 : cluster [DBG] pgmap v4537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:32.015092+0000 mgr.y (mgr.14556) 5149 : cluster [DBG] pgmap v4537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:16:33] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:16:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:34.015704+0000 mgr.y (mgr.14556) 5150 : cluster [DBG] pgmap v4538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:34.015704+0000 mgr.y (mgr.14556) 5150 : cluster [DBG] pgmap v4538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:34.015704+0000 mgr.y (mgr.14556) 5150 : cluster [DBG] pgmap v4538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:36.016540+0000 mgr.y (mgr.14556) 5151 : cluster [DBG] pgmap v4539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:36.016540+0000 mgr.y (mgr.14556) 5151 : cluster [DBG] pgmap v4539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:36.016540+0000 mgr.y (mgr.14556) 5151 : cluster [DBG] pgmap v4539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:38.016962+0000 mgr.y (mgr.14556) 5152 : cluster [DBG] pgmap v4540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:38.016962+0000 mgr.y (mgr.14556) 5152 : cluster [DBG] pgmap v4540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:38.016962+0000 mgr.y (mgr.14556) 5152 : cluster [DBG] pgmap v4540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:40.017361+0000 mgr.y (mgr.14556) 5153 : cluster [DBG] pgmap v4541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:40.017361+0000 mgr.y (mgr.14556) 5153 : cluster [DBG] pgmap v4541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:40.017361+0000 mgr.y (mgr.14556) 5153 : cluster [DBG] pgmap v4541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:16:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:42.018196+0000 mgr.y (mgr.14556) 5154 : cluster [DBG] pgmap v4542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:42.018196+0000 mgr.y (mgr.14556) 5154 : cluster [DBG] pgmap v4542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:42.018196+0000 mgr.y (mgr.14556) 5154 : cluster [DBG] pgmap v4542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:16:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:16:45.225 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:16:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:44.018683+0000 mgr.y (mgr.14556) 5155 : cluster [DBG] pgmap v4543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:44.018683+0000 mgr.y (mgr.14556) 5155 : cluster [DBG] pgmap v4543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:44.018683+0000 mgr.y (mgr.14556) 5155 : cluster [DBG] pgmap v4543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:45.514 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:16:45.514 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 6m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:16:45.514 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 6m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:16:45.514 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 6m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:16:45.514 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 6m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:16:45.514 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 6m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:16:45.514 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 6m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:16:45.514 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 6m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:16:45.514 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 6m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:16:45.515 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 6m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:16:45.515 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 6m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:16:45.515 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 6m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:16:45.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 6m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:16:45.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 6m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:16:45.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 6m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:16:45.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 6m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:16:45.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 6m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:16:45.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 6m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:16:45.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 6m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:16:45.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 6m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:16:45.515 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 6m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:16:45.862 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:16:45.862 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:16:45.862 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:16:45.863 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:16:45.864 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:16:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:16:45.862084+0000 mon.c (mon.2) 149 : audit [DBG] from='client.? 172.21.15.23:0/3780437808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:16:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:16:45.862084+0000 mon.c (mon.2) 149 : audit [DBG] from='client.? 172.21.15.23:0/3780437808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:16:46.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:16:45.862084+0000 mon.c (mon.2) 149 : audit [DBG] from='client.? 172.21.15.23:0/3780437808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:16:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:16:45.213093+0000 mgr.y (mgr.14556) 5156 : audit [DBG] from='client.30017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:16:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:16:45.505902+0000 mgr.y (mgr.14556) 5157 : audit [DBG] from='client.20109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:16:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:46.019386+0000 mgr.y (mgr.14556) 5158 : cluster [DBG] pgmap v4544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:16:45.213093+0000 mgr.y (mgr.14556) 5156 : audit [DBG] from='client.30017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:16:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:16:45.505902+0000 mgr.y (mgr.14556) 5157 : audit [DBG] from='client.20109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:16:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:46.019386+0000 mgr.y (mgr.14556) 5158 : cluster [DBG] pgmap v4544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:16:45.213093+0000 mgr.y (mgr.14556) 5156 : audit [DBG] from='client.30017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:16:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:16:45.505902+0000 mgr.y (mgr.14556) 5157 : audit [DBG] from='client.20109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:16:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:46.019386+0000 mgr.y (mgr.14556) 5158 : cluster [DBG] pgmap v4544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:48.019802+0000 mgr.y (mgr.14556) 5159 : cluster [DBG] pgmap v4545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:48.019802+0000 mgr.y (mgr.14556) 5159 : cluster [DBG] pgmap v4545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:48.019802+0000 mgr.y (mgr.14556) 5159 : cluster [DBG] pgmap v4545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:50.020408+0000 mgr.y (mgr.14556) 5160 : cluster [DBG] pgmap v4546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:50.020408+0000 mgr.y (mgr.14556) 5160 : cluster [DBG] pgmap v4546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:50.020408+0000 mgr.y (mgr.14556) 5160 : cluster [DBG] pgmap v4546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:16:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:52.021137+0000 mgr.y (mgr.14556) 5161 : cluster [DBG] pgmap v4547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:52.021137+0000 mgr.y (mgr.14556) 5161 : cluster [DBG] pgmap v4547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:52.021137+0000 mgr.y (mgr.14556) 5161 : cluster [DBG] pgmap v4547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:16:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:16:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:54.021577+0000 mgr.y (mgr.14556) 5162 : cluster [DBG] pgmap v4548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:54.021577+0000 mgr.y (mgr.14556) 5162 : cluster [DBG] pgmap v4548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:54.021577+0000 mgr.y (mgr.14556) 5162 : cluster [DBG] pgmap v4548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:56.022277+0000 mgr.y (mgr.14556) 5163 : cluster [DBG] pgmap v4549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:56.022277+0000 mgr.y (mgr.14556) 5163 : cluster [DBG] pgmap v4549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:56.022277+0000 mgr.y (mgr.14556) 5163 : cluster [DBG] pgmap v4549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:16:58.022829+0000 mgr.y (mgr.14556) 5164 : cluster [DBG] pgmap v4550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:16:58.022829+0000 mgr.y (mgr.14556) 5164 : cluster [DBG] pgmap v4550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:16:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:16:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:16:58.022829+0000 mgr.y (mgr.14556) 5164 : cluster [DBG] pgmap v4550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:00.023410+0000 mgr.y (mgr.14556) 5165 : cluster [DBG] pgmap v4551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:00.023410+0000 mgr.y (mgr.14556) 5165 : cluster [DBG] pgmap v4551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:00.023410+0000 mgr.y (mgr.14556) 5165 : cluster [DBG] pgmap v4551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:17:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:02.024286+0000 mgr.y (mgr.14556) 5166 : cluster [DBG] pgmap v4552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:02.024286+0000 mgr.y (mgr.14556) 5166 : cluster [DBG] pgmap v4552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:02.024286+0000 mgr.y (mgr.14556) 5166 : cluster [DBG] pgmap v4552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:17:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:17:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:04.024641+0000 mgr.y (mgr.14556) 5167 : cluster [DBG] pgmap v4553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:04.024641+0000 mgr.y (mgr.14556) 5167 : cluster [DBG] pgmap v4553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:04.024641+0000 mgr.y (mgr.14556) 5167 : cluster [DBG] pgmap v4553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:06.025286+0000 mgr.y (mgr.14556) 5168 : cluster [DBG] pgmap v4554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:06.025286+0000 mgr.y (mgr.14556) 5168 : cluster [DBG] pgmap v4554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:06.025286+0000 mgr.y (mgr.14556) 5168 : cluster [DBG] pgmap v4554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:08.025697+0000 mgr.y (mgr.14556) 5169 : cluster [DBG] pgmap v4555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:08.025697+0000 mgr.y (mgr.14556) 5169 : cluster [DBG] pgmap v4555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:08.025697+0000 mgr.y (mgr.14556) 5169 : cluster [DBG] pgmap v4555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:10.026190+0000 mgr.y (mgr.14556) 5170 : cluster [DBG] pgmap v4556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:17:10.514569+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:17:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:10.026190+0000 mgr.y (mgr.14556) 5170 : cluster [DBG] pgmap v4556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:17:10.514569+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:17:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:10.026190+0000 mgr.y (mgr.14556) 5170 : cluster [DBG] pgmap v4556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:17:10.514569+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:17:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:17:13.327 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:12.026855+0000 mgr.y (mgr.14556) 5171 : cluster [DBG] pgmap v4557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:12.026855+0000 mgr.y (mgr.14556) 5171 : cluster [DBG] pgmap v4557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:12.026855+0000 mgr.y (mgr.14556) 5171 : cluster [DBG] pgmap v4557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:17:13] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:17:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:17:13.846230+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:17:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:14.027432+0000 mgr.y (mgr.14556) 5172 : cluster [DBG] pgmap v4558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:17:14.138815+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:17:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:17:14.139779+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:17:15.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:17:14.147126+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:17:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:17:13.846230+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:17:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:14.027432+0000 mgr.y (mgr.14556) 5172 : cluster [DBG] pgmap v4558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:17:14.138815+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:17:15.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:17:14.139779+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:17:15.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:17:14.147126+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:17:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:17:13.846230+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:17:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:14.027432+0000 mgr.y (mgr.14556) 5172 : cluster [DBG] pgmap v4558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:17:14.138815+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:17:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:17:14.139779+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:17:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:17:14.147126+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:17:16.186 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:17:16.478 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:17:16.478 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 7m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:17:16.478 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 7m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:17:16.478 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 7m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:17:16.478 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 7m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:17:16.478 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 7m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 7m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 7m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 7m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 7m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 7m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 7m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 7m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 7m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 7m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 7m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 7m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 7m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 7m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 7m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:17:16.479 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 7m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:17:16.827 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:17:16.827 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:17:16.827 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:17:16.827 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:17:16.827 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:17:16.827 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:17:16.827 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:17:16.827 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:17:16.828 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:17:16.828 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:17:16.828 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:17:16.828 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:17:16.828 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:17:16.828 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:17:16.828 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:17:16.828 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:17:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:17:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:16.027989+0000 mgr.y (mgr.14556) 5173 : cluster [DBG] pgmap v4559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:17:16.826894+0000 mon.a (mon.0) 1673 : audit [DBG] from='client.? 172.21.15.23:0/3206846831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:17:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:16.027989+0000 mgr.y (mgr.14556) 5173 : cluster [DBG] pgmap v4559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:17:16.826894+0000 mon.a (mon.0) 1673 : audit [DBG] from='client.? 172.21.15.23:0/3206846831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:17:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:16.027989+0000 mgr.y (mgr.14556) 5173 : cluster [DBG] pgmap v4559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:17:16.826894+0000 mon.a (mon.0) 1673 : audit [DBG] from='client.? 172.21.15.23:0/3206846831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:17:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:17:16.174344+0000 mgr.y (mgr.14556) 5174 : audit [DBG] from='client.30035 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:17:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:17:16.470114+0000 mgr.y (mgr.14556) 5175 : audit [DBG] from='client.20127 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:17:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:17:16.174344+0000 mgr.y (mgr.14556) 5174 : audit [DBG] from='client.30035 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:17:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:17:16.470114+0000 mgr.y (mgr.14556) 5175 : audit [DBG] from='client.20127 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:17:18.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:17:16.174344+0000 mgr.y (mgr.14556) 5174 : audit [DBG] from='client.30035 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:17:18.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:17:16.470114+0000 mgr.y (mgr.14556) 5175 : audit [DBG] from='client.20127 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:17:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:18.028421+0000 mgr.y (mgr.14556) 5176 : cluster [DBG] pgmap v4560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:18.028421+0000 mgr.y (mgr.14556) 5176 : cluster [DBG] pgmap v4560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:18.028421+0000 mgr.y (mgr.14556) 5176 : cluster [DBG] pgmap v4560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:20.028965+0000 mgr.y (mgr.14556) 5177 : cluster [DBG] pgmap v4561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:20.028965+0000 mgr.y (mgr.14556) 5177 : cluster [DBG] pgmap v4561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:20.028965+0000 mgr.y (mgr.14556) 5177 : cluster [DBG] pgmap v4561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:17:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:22.029636+0000 mgr.y (mgr.14556) 5178 : cluster [DBG] pgmap v4562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:22.029636+0000 mgr.y (mgr.14556) 5178 : cluster [DBG] pgmap v4562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:22.029636+0000 mgr.y (mgr.14556) 5178 : cluster [DBG] pgmap v4562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:17:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:17:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:24.030049+0000 mgr.y (mgr.14556) 5179 : cluster [DBG] pgmap v4563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:24.030049+0000 mgr.y (mgr.14556) 5179 : cluster [DBG] pgmap v4563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:24.030049+0000 mgr.y (mgr.14556) 5179 : cluster [DBG] pgmap v4563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:26.030682+0000 mgr.y (mgr.14556) 5180 : cluster [DBG] pgmap v4564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:26.030682+0000 mgr.y (mgr.14556) 5180 : cluster [DBG] pgmap v4564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:26.030682+0000 mgr.y (mgr.14556) 5180 : cluster [DBG] pgmap v4564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:28.031110+0000 mgr.y (mgr.14556) 5181 : cluster [DBG] pgmap v4565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:28.031110+0000 mgr.y (mgr.14556) 5181 : cluster [DBG] pgmap v4565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:28.031110+0000 mgr.y (mgr.14556) 5181 : cluster [DBG] pgmap v4565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:30.031704+0000 mgr.y (mgr.14556) 5182 : cluster [DBG] pgmap v4566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:30.031704+0000 mgr.y (mgr.14556) 5182 : cluster [DBG] pgmap v4566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:30.031704+0000 mgr.y (mgr.14556) 5182 : cluster [DBG] pgmap v4566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:17:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:32.032423+0000 mgr.y (mgr.14556) 5183 : cluster [DBG] pgmap v4567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:32.032423+0000 mgr.y (mgr.14556) 5183 : cluster [DBG] pgmap v4567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:32.032423+0000 mgr.y (mgr.14556) 5183 : cluster [DBG] pgmap v4567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:17:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:17:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:34.032833+0000 mgr.y (mgr.14556) 5184 : cluster [DBG] pgmap v4568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:34.032833+0000 mgr.y (mgr.14556) 5184 : cluster [DBG] pgmap v4568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:34.032833+0000 mgr.y (mgr.14556) 5184 : cluster [DBG] pgmap v4568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:36.033513+0000 mgr.y (mgr.14556) 5185 : cluster [DBG] pgmap v4569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:36.033513+0000 mgr.y (mgr.14556) 5185 : cluster [DBG] pgmap v4569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:36.033513+0000 mgr.y (mgr.14556) 5185 : cluster [DBG] pgmap v4569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:38.033987+0000 mgr.y (mgr.14556) 5186 : cluster [DBG] pgmap v4570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:38.033987+0000 mgr.y (mgr.14556) 5186 : cluster [DBG] pgmap v4570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:38.033987+0000 mgr.y (mgr.14556) 5186 : cluster [DBG] pgmap v4570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:40.034598+0000 mgr.y (mgr.14556) 5187 : cluster [DBG] pgmap v4571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:40.034598+0000 mgr.y (mgr.14556) 5187 : cluster [DBG] pgmap v4571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:40.034598+0000 mgr.y (mgr.14556) 5187 : cluster [DBG] pgmap v4571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:17:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:42.035322+0000 mgr.y (mgr.14556) 5188 : cluster [DBG] pgmap v4572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:42.035322+0000 mgr.y (mgr.14556) 5188 : cluster [DBG] pgmap v4572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:42.035322+0000 mgr.y (mgr.14556) 5188 : cluster [DBG] pgmap v4572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:17:43] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:17:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:44.035754+0000 mgr.y (mgr.14556) 5189 : cluster [DBG] pgmap v4573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:44.035754+0000 mgr.y (mgr.14556) 5189 : cluster [DBG] pgmap v4573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:44.035754+0000 mgr.y (mgr.14556) 5189 : cluster [DBG] pgmap v4573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:47.152 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:17:47.439 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:17:47.439 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 7m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:17:47.439 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 7m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 7m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 7m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 7m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 7m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 7m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 7m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 7m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 7m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 7m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 7m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 7m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 7m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 7m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:17:47.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 7m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:17:47.441 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 7m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:17:47.441 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 7m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:17:47.441 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 7m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:17:47.441 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 7m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:17:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:46.036524+0000 mgr.y (mgr.14556) 5190 : cluster [DBG] pgmap v4574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:46.036524+0000 mgr.y (mgr.14556) 5190 : cluster [DBG] pgmap v4574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:46.036524+0000 mgr.y (mgr.14556) 5190 : cluster [DBG] pgmap v4574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:47.791 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:17:47.792 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:17:47.793 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:17:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:17:47.140401+0000 mgr.y (mgr.14556) 5191 : audit [DBG] from='client.20139 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:17:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:17:47.791510+0000 mon.a (mon.0) 1674 : audit [DBG] from='client.? 172.21.15.23:0/1123027759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:17:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:17:47.140401+0000 mgr.y (mgr.14556) 5191 : audit [DBG] from='client.20139 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:17:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:17:47.791510+0000 mon.a (mon.0) 1674 : audit [DBG] from='client.? 172.21.15.23:0/1123027759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:17:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:17:47.140401+0000 mgr.y (mgr.14556) 5191 : audit [DBG] from='client.20139 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:17:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:17:47.791510+0000 mon.a (mon.0) 1674 : audit [DBG] from='client.? 172.21.15.23:0/1123027759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:17:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:17:47.431450+0000 mgr.y (mgr.14556) 5192 : audit [DBG] from='client.20145 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:17:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:48.036979+0000 mgr.y (mgr.14556) 5193 : cluster [DBG] pgmap v4575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:17:47.431450+0000 mgr.y (mgr.14556) 5192 : audit [DBG] from='client.20145 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:17:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:48.036979+0000 mgr.y (mgr.14556) 5193 : cluster [DBG] pgmap v4575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:17:47.431450+0000 mgr.y (mgr.14556) 5192 : audit [DBG] from='client.20145 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:17:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:48.036979+0000 mgr.y (mgr.14556) 5193 : cluster [DBG] pgmap v4575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:50.037506+0000 mgr.y (mgr.14556) 5194 : cluster [DBG] pgmap v4576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:50.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:50.037506+0000 mgr.y (mgr.14556) 5194 : cluster [DBG] pgmap v4576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:50.037506+0000 mgr.y (mgr.14556) 5194 : cluster [DBG] pgmap v4576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:17:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:52.038180+0000 mgr.y (mgr.14556) 5195 : cluster [DBG] pgmap v4577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:52.038180+0000 mgr.y (mgr.14556) 5195 : cluster [DBG] pgmap v4577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:52.038180+0000 mgr.y (mgr.14556) 5195 : cluster [DBG] pgmap v4577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:17:53] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:17:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:54.038656+0000 mgr.y (mgr.14556) 5196 : cluster [DBG] pgmap v4578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:54.038656+0000 mgr.y (mgr.14556) 5196 : cluster [DBG] pgmap v4578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:54.038656+0000 mgr.y (mgr.14556) 5196 : cluster [DBG] pgmap v4578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:56.039269+0000 mgr.y (mgr.14556) 5197 : cluster [DBG] pgmap v4579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:56.039269+0000 mgr.y (mgr.14556) 5197 : cluster [DBG] pgmap v4579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:56.039269+0000 mgr.y (mgr.14556) 5197 : cluster [DBG] pgmap v4579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:17:58.039660+0000 mgr.y (mgr.14556) 5198 : cluster [DBG] pgmap v4580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:17:58.039660+0000 mgr.y (mgr.14556) 5198 : cluster [DBG] pgmap v4580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:17:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:17:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:17:58.039660+0000 mgr.y (mgr.14556) 5198 : cluster [DBG] pgmap v4580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:00.040036+0000 mgr.y (mgr.14556) 5199 : cluster [DBG] pgmap v4581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:00.040036+0000 mgr.y (mgr.14556) 5199 : cluster [DBG] pgmap v4581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:00.040036+0000 mgr.y (mgr.14556) 5199 : cluster [DBG] pgmap v4581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:18:03.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:02.040831+0000 mgr.y (mgr.14556) 5200 : cluster [DBG] pgmap v4582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:02.040831+0000 mgr.y (mgr.14556) 5200 : cluster [DBG] pgmap v4582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:02.040831+0000 mgr.y (mgr.14556) 5200 : cluster [DBG] pgmap v4582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:18:03] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:18:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:04.041362+0000 mgr.y (mgr.14556) 5201 : cluster [DBG] pgmap v4583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:04.041362+0000 mgr.y (mgr.14556) 5201 : cluster [DBG] pgmap v4583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:04.041362+0000 mgr.y (mgr.14556) 5201 : cluster [DBG] pgmap v4583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:06.042041+0000 mgr.y (mgr.14556) 5202 : cluster [DBG] pgmap v4584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:06.042041+0000 mgr.y (mgr.14556) 5202 : cluster [DBG] pgmap v4584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:06.042041+0000 mgr.y (mgr.14556) 5202 : cluster [DBG] pgmap v4584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:08.042704+0000 mgr.y (mgr.14556) 5203 : cluster [DBG] pgmap v4585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:08.042704+0000 mgr.y (mgr.14556) 5203 : cluster [DBG] pgmap v4585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:08.042704+0000 mgr.y (mgr.14556) 5203 : cluster [DBG] pgmap v4585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:10.043271+0000 mgr.y (mgr.14556) 5204 : cluster [DBG] pgmap v4586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:10.043271+0000 mgr.y (mgr.14556) 5204 : cluster [DBG] pgmap v4586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:10.043271+0000 mgr.y (mgr.14556) 5204 : cluster [DBG] pgmap v4586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:18:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:12.044142+0000 mgr.y (mgr.14556) 5205 : cluster [DBG] pgmap v4587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:12.044142+0000 mgr.y (mgr.14556) 5205 : cluster [DBG] pgmap v4587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:12.044142+0000 mgr.y (mgr.14556) 5205 : cluster [DBG] pgmap v4587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:18:13] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:18:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:14.044672+0000 mgr.y (mgr.14556) 5206 : cluster [DBG] pgmap v4588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:18:14.152872+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:18:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:18:14.462172+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:18:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:18:14.462863+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:18:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:18:14.471723+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:18:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:14.044672+0000 mgr.y (mgr.14556) 5206 : cluster [DBG] pgmap v4588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:18:14.152872+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:18:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:18:14.462172+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:18:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:18:14.462863+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:18:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:18:14.471723+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:18:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:14.044672+0000 mgr.y (mgr.14556) 5206 : cluster [DBG] pgmap v4588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:18:14.152872+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:18:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:18:14.462172+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:18:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:18:14.462863+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:18:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:18:14.471723+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:18:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:16.045342+0000 mgr.y (mgr.14556) 5207 : cluster [DBG] pgmap v4589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:16.045342+0000 mgr.y (mgr.14556) 5207 : cluster [DBG] pgmap v4589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:16.045342+0000 mgr.y (mgr.14556) 5207 : cluster [DBG] pgmap v4589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:18.115 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:18:18.403 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:18:18.404 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 8m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:18:18.404 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 8m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:18:18.404 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 8m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:18:18.404 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 8m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:18:18.404 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 8m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:18:18.404 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 8m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:18:18.404 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 8m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:18:18.404 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 8m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:18:18.404 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 8m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:18:18.404 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 8m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:18:18.404 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 8m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:18:18.404 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 8m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:18:18.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 8m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:18:18.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 8m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:18:18.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 8m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:18:18.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 8m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:18:18.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 8m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:18:18.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 8m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:18:18.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 8m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:18:18.405 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 8m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:18:18.753 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:18:18.753 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:18:18.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:18:18.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:18:18.754 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:18:18.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:18:18.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:18:18.754 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:18:18.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:18:18.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:18:18.754 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:18:18.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:18:18.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:18:18.755 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:18:18.755 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:18:18.757 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:18:18.757 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:18:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:18.045720+0000 mgr.y (mgr.14556) 5208 : cluster [DBG] pgmap v4590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:18:18.103630+0000 mgr.y (mgr.14556) 5209 : audit [DBG] from='client.30071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:18:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:18:18.753153+0000 mon.c (mon.2) 150 : audit [DBG] from='client.? 172.21.15.23:0/3978552435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:18:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:18.045720+0000 mgr.y (mgr.14556) 5208 : cluster [DBG] pgmap v4590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:18:18.103630+0000 mgr.y (mgr.14556) 5209 : audit [DBG] from='client.30071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:18:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:18:18.753153+0000 mon.c (mon.2) 150 : audit [DBG] from='client.? 172.21.15.23:0/3978552435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:18:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:18.045720+0000 mgr.y (mgr.14556) 5208 : cluster [DBG] pgmap v4590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:18:18.103630+0000 mgr.y (mgr.14556) 5209 : audit [DBG] from='client.30071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:18:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:18:18.753153+0000 mon.c (mon.2) 150 : audit [DBG] from='client.? 172.21.15.23:0/3978552435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:18:20.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:18:18.395664+0000 mgr.y (mgr.14556) 5210 : audit [DBG] from='client.20163 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:18:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:18:18.395664+0000 mgr.y (mgr.14556) 5210 : audit [DBG] from='client.20163 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:18:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:18:18.395664+0000 mgr.y (mgr.14556) 5210 : audit [DBG] from='client.20163 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:18:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:20.046120+0000 mgr.y (mgr.14556) 5211 : cluster [DBG] pgmap v4591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:20.046120+0000 mgr.y (mgr.14556) 5211 : cluster [DBG] pgmap v4591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:20.046120+0000 mgr.y (mgr.14556) 5211 : cluster [DBG] pgmap v4591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:18:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:22.047004+0000 mgr.y (mgr.14556) 5212 : cluster [DBG] pgmap v4592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:22.047004+0000 mgr.y (mgr.14556) 5212 : cluster [DBG] pgmap v4592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:22.047004+0000 mgr.y (mgr.14556) 5212 : cluster [DBG] pgmap v4592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:18:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:18:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:24.047388+0000 mgr.y (mgr.14556) 5213 : cluster [DBG] pgmap v4593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:24.047388+0000 mgr.y (mgr.14556) 5213 : cluster [DBG] pgmap v4593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:24.047388+0000 mgr.y (mgr.14556) 5213 : cluster [DBG] pgmap v4593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:26.048019+0000 mgr.y (mgr.14556) 5214 : cluster [DBG] pgmap v4594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:26.048019+0000 mgr.y (mgr.14556) 5214 : cluster [DBG] pgmap v4594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:26.048019+0000 mgr.y (mgr.14556) 5214 : cluster [DBG] pgmap v4594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:28.048407+0000 mgr.y (mgr.14556) 5215 : cluster [DBG] pgmap v4595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:28.048407+0000 mgr.y (mgr.14556) 5215 : cluster [DBG] pgmap v4595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:28.048407+0000 mgr.y (mgr.14556) 5215 : cluster [DBG] pgmap v4595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:30.048900+0000 mgr.y (mgr.14556) 5216 : cluster [DBG] pgmap v4596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:30.048900+0000 mgr.y (mgr.14556) 5216 : cluster [DBG] pgmap v4596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:30.048900+0000 mgr.y (mgr.14556) 5216 : cluster [DBG] pgmap v4596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:18:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:32.049568+0000 mgr.y (mgr.14556) 5217 : cluster [DBG] pgmap v4597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:32.049568+0000 mgr.y (mgr.14556) 5217 : cluster [DBG] pgmap v4597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:32.049568+0000 mgr.y (mgr.14556) 5217 : cluster [DBG] pgmap v4597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:18:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:18:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:34.050006+0000 mgr.y (mgr.14556) 5218 : cluster [DBG] pgmap v4598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:34.050006+0000 mgr.y (mgr.14556) 5218 : cluster [DBG] pgmap v4598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:34.050006+0000 mgr.y (mgr.14556) 5218 : cluster [DBG] pgmap v4598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:36.050594+0000 mgr.y (mgr.14556) 5219 : cluster [DBG] pgmap v4599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:36.050594+0000 mgr.y (mgr.14556) 5219 : cluster [DBG] pgmap v4599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:36.050594+0000 mgr.y (mgr.14556) 5219 : cluster [DBG] pgmap v4599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:38.051041+0000 mgr.y (mgr.14556) 5220 : cluster [DBG] pgmap v4600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:38.051041+0000 mgr.y (mgr.14556) 5220 : cluster [DBG] pgmap v4600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:38.051041+0000 mgr.y (mgr.14556) 5220 : cluster [DBG] pgmap v4600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:40.051541+0000 mgr.y (mgr.14556) 5221 : cluster [DBG] pgmap v4601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:40.051541+0000 mgr.y (mgr.14556) 5221 : cluster [DBG] pgmap v4601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:40.051541+0000 mgr.y (mgr.14556) 5221 : cluster [DBG] pgmap v4601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:18:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:42.052131+0000 mgr.y (mgr.14556) 5222 : cluster [DBG] pgmap v4602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:42.052131+0000 mgr.y (mgr.14556) 5222 : cluster [DBG] pgmap v4602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:42.052131+0000 mgr.y (mgr.14556) 5222 : cluster [DBG] pgmap v4602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:18:43] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:18:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:44.052679+0000 mgr.y (mgr.14556) 5223 : cluster [DBG] pgmap v4603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:44.052679+0000 mgr.y (mgr.14556) 5223 : cluster [DBG] pgmap v4603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:44.052679+0000 mgr.y (mgr.14556) 5223 : cluster [DBG] pgmap v4603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:46.053284+0000 mgr.y (mgr.14556) 5224 : cluster [DBG] pgmap v4604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:46.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:46.053284+0000 mgr.y (mgr.14556) 5224 : cluster [DBG] pgmap v4604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:46.053284+0000 mgr.y (mgr.14556) 5224 : cluster [DBG] pgmap v4604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:49.080 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:18:49.371 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:18:49.371 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 8m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:18:49.371 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 8m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:18:49.371 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 8m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:18:49.371 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 8m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:18:49.371 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 8m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:18:49.371 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 8m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:18:49.371 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 8m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:18:49.371 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 8m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:18:49.371 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 8m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:18:49.372 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 8m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:18:49.372 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 8m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:18:49.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 8m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:18:49.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 8m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:18:49.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 8m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:18:49.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 8m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:18:49.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 8m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:18:49.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 8m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:18:49.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 8m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:18:49.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 8m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:18:49.372 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 8m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:18:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:48.053611+0000 mgr.y (mgr.14556) 5225 : cluster [DBG] pgmap v4605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:48.053611+0000 mgr.y (mgr.14556) 5225 : cluster [DBG] pgmap v4605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:48.053611+0000 mgr.y (mgr.14556) 5225 : cluster [DBG] pgmap v4605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:49.739 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:18:49.739 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:18:49.740 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:18:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:18:49.068255+0000 mgr.y (mgr.14556) 5226 : audit [DBG] from='client.20175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:18:50.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:18:49.739453+0000 mon.c (mon.2) 151 : audit [DBG] from='client.? 172.21.15.23:0/1813262708' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:18:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:18:49.068255+0000 mgr.y (mgr.14556) 5226 : audit [DBG] from='client.20175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:18:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:18:49.739453+0000 mon.c (mon.2) 151 : audit [DBG] from='client.? 172.21.15.23:0/1813262708' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:18:50.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:18:49.068255+0000 mgr.y (mgr.14556) 5226 : audit [DBG] from='client.20175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:18:50.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:18:49.739453+0000 mon.c (mon.2) 151 : audit [DBG] from='client.? 172.21.15.23:0/1813262708' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:18:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:18:49.362896+0000 mgr.y (mgr.14556) 5227 : audit [DBG] from='client.20181 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:18:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:50.054079+0000 mgr.y (mgr.14556) 5228 : cluster [DBG] pgmap v4606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:18:49.362896+0000 mgr.y (mgr.14556) 5227 : audit [DBG] from='client.20181 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:18:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:50.054079+0000 mgr.y (mgr.14556) 5228 : cluster [DBG] pgmap v4606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:18:49.362896+0000 mgr.y (mgr.14556) 5227 : audit [DBG] from='client.20181 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:18:51.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:50.054079+0000 mgr.y (mgr.14556) 5228 : cluster [DBG] pgmap v4606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:18:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:52.054687+0000 mgr.y (mgr.14556) 5229 : cluster [DBG] pgmap v4607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:52.054687+0000 mgr.y (mgr.14556) 5229 : cluster [DBG] pgmap v4607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:52.054687+0000 mgr.y (mgr.14556) 5229 : cluster [DBG] pgmap v4607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:18:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:18:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:54.055082+0000 mgr.y (mgr.14556) 5230 : cluster [DBG] pgmap v4608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:54.055082+0000 mgr.y (mgr.14556) 5230 : cluster [DBG] pgmap v4608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:54.055082+0000 mgr.y (mgr.14556) 5230 : cluster [DBG] pgmap v4608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:57.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:56.055717+0000 mgr.y (mgr.14556) 5231 : cluster [DBG] pgmap v4609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:56.055717+0000 mgr.y (mgr.14556) 5231 : cluster [DBG] pgmap v4609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:56.055717+0000 mgr.y (mgr.14556) 5231 : cluster [DBG] pgmap v4609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:18:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:18:58.056279+0000 mgr.y (mgr.14556) 5232 : cluster [DBG] pgmap v4610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:18:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:18:58.056279+0000 mgr.y (mgr.14556) 5232 : cluster [DBG] pgmap v4610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:18:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:18:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:18:58.056279+0000 mgr.y (mgr.14556) 5232 : cluster [DBG] pgmap v4610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:00.056643+0000 mgr.y (mgr.14556) 5233 : cluster [DBG] pgmap v4611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:00.056643+0000 mgr.y (mgr.14556) 5233 : cluster [DBG] pgmap v4611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:00.056643+0000 mgr.y (mgr.14556) 5233 : cluster [DBG] pgmap v4611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:19:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:02.057529+0000 mgr.y (mgr.14556) 5234 : cluster [DBG] pgmap v4612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:02.057529+0000 mgr.y (mgr.14556) 5234 : cluster [DBG] pgmap v4612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:03.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:02.057529+0000 mgr.y (mgr.14556) 5234 : cluster [DBG] pgmap v4612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:19:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:19:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:04.058018+0000 mgr.y (mgr.14556) 5235 : cluster [DBG] pgmap v4613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:04.058018+0000 mgr.y (mgr.14556) 5235 : cluster [DBG] pgmap v4613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:04.058018+0000 mgr.y (mgr.14556) 5235 : cluster [DBG] pgmap v4613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:06.058920+0000 mgr.y (mgr.14556) 5236 : cluster [DBG] pgmap v4614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:06.058920+0000 mgr.y (mgr.14556) 5236 : cluster [DBG] pgmap v4614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:06.058920+0000 mgr.y (mgr.14556) 5236 : cluster [DBG] pgmap v4614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:08.059287+0000 mgr.y (mgr.14556) 5237 : cluster [DBG] pgmap v4615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:08.059287+0000 mgr.y (mgr.14556) 5237 : cluster [DBG] pgmap v4615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:08.059287+0000 mgr.y (mgr.14556) 5237 : cluster [DBG] pgmap v4615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:10.059820+0000 mgr.y (mgr.14556) 5238 : cluster [DBG] pgmap v4616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:10.059820+0000 mgr.y (mgr.14556) 5238 : cluster [DBG] pgmap v4616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:10.059820+0000 mgr.y (mgr.14556) 5238 : cluster [DBG] pgmap v4616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:19:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:12.060538+0000 mgr.y (mgr.14556) 5239 : cluster [DBG] pgmap v4617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:12.060538+0000 mgr.y (mgr.14556) 5239 : cluster [DBG] pgmap v4617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:12.060538+0000 mgr.y (mgr.14556) 5239 : cluster [DBG] pgmap v4617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:14.136 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:19:13] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:19:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:14.060923+0000 mgr.y (mgr.14556) 5240 : cluster [DBG] pgmap v4618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:19:14.476828+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:19:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:19:14.782554+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:19:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:19:14.783227+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:19:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:19:14.789257+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:19:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:14.060923+0000 mgr.y (mgr.14556) 5240 : cluster [DBG] pgmap v4618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:19:14.476828+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:19:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:19:14.782554+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:19:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:19:14.783227+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:19:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:19:14.789257+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:19:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:14.060923+0000 mgr.y (mgr.14556) 5240 : cluster [DBG] pgmap v4618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:19:14.476828+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:19:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:19:14.782554+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:19:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:19:14.783227+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:19:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:19:14.789257+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:19:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:16.061542+0000 mgr.y (mgr.14556) 5241 : cluster [DBG] pgmap v4619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:16.061542+0000 mgr.y (mgr.14556) 5241 : cluster [DBG] pgmap v4619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:16.061542+0000 mgr.y (mgr.14556) 5241 : cluster [DBG] pgmap v4619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:18.062116+0000 mgr.y (mgr.14556) 5242 : cluster [DBG] pgmap v4620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:18.062116+0000 mgr.y (mgr.14556) 5242 : cluster [DBG] pgmap v4620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:18.062116+0000 mgr.y (mgr.14556) 5242 : cluster [DBG] pgmap v4620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:20.065 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:19:20.354 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:19:20.355 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 9m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:19:20.355 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 9m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:19:20.355 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 9m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:19:20.355 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 9m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:19:20.355 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 9m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:19:20.355 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 9m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:19:20.355 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 9m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:19:20.355 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 9m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:19:20.355 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 9m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:19:20.355 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 9m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:19:20.355 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 9m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:19:20.355 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 9m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:19:20.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 9m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:19:20.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 9m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:19:20.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 9m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:19:20.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 9m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:19:20.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 9m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:19:20.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 9m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:19:20.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 9m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:19:20.356 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 9m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:19:20.703 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:19:20.703 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:19:20.703 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:19:20.703 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:19:20.703 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:19:20.703 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:19:20.703 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:19:20.703 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:19:20.703 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:19:20.703 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:19:20.703 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:19:20.703 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:19:20.704 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:19:20.704 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:19:20.704 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:19:20.704 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:19:20.704 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:19:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:19:20.052930+0000 mgr.y (mgr.14556) 5243 : audit [DBG] from='client.20193 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:19:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:20.062489+0000 mgr.y (mgr.14556) 5244 : cluster [DBG] pgmap v4621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:19:20.702762+0000 mon.c (mon.2) 152 : audit [DBG] from='client.? 172.21.15.23:0/1248669247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:19:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:19:20.052930+0000 mgr.y (mgr.14556) 5243 : audit [DBG] from='client.20193 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:19:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:20.062489+0000 mgr.y (mgr.14556) 5244 : cluster [DBG] pgmap v4621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:19:20.702762+0000 mon.c (mon.2) 152 : audit [DBG] from='client.? 172.21.15.23:0/1248669247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:19:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:19:20.052930+0000 mgr.y (mgr.14556) 5243 : audit [DBG] from='client.20193 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:19:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:20.062489+0000 mgr.y (mgr.14556) 5244 : cluster [DBG] pgmap v4621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:19:20.702762+0000 mon.c (mon.2) 152 : audit [DBG] from='client.? 172.21.15.23:0/1248669247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:19:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:19:22.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:19:20.346496+0000 mgr.y (mgr.14556) 5245 : audit [DBG] from='client.20199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:19:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:19:20.346496+0000 mgr.y (mgr.14556) 5245 : audit [DBG] from='client.20199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:19:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:19:20.346496+0000 mgr.y (mgr.14556) 5245 : audit [DBG] from='client.20199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:19:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:22.063149+0000 mgr.y (mgr.14556) 5246 : cluster [DBG] pgmap v4622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:22.063149+0000 mgr.y (mgr.14556) 5246 : cluster [DBG] pgmap v4622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:22.063149+0000 mgr.y (mgr.14556) 5246 : cluster [DBG] pgmap v4622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:19:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:19:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:24.063600+0000 mgr.y (mgr.14556) 5247 : cluster [DBG] pgmap v4623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:24.063600+0000 mgr.y (mgr.14556) 5247 : cluster [DBG] pgmap v4623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:24.063600+0000 mgr.y (mgr.14556) 5247 : cluster [DBG] pgmap v4623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:26.064188+0000 mgr.y (mgr.14556) 5248 : cluster [DBG] pgmap v4624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:26.064188+0000 mgr.y (mgr.14556) 5248 : cluster [DBG] pgmap v4624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:26.064188+0000 mgr.y (mgr.14556) 5248 : cluster [DBG] pgmap v4624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:28.064645+0000 mgr.y (mgr.14556) 5249 : cluster [DBG] pgmap v4625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:28.064645+0000 mgr.y (mgr.14556) 5249 : cluster [DBG] pgmap v4625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:28.064645+0000 mgr.y (mgr.14556) 5249 : cluster [DBG] pgmap v4625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:30.065121+0000 mgr.y (mgr.14556) 5250 : cluster [DBG] pgmap v4626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:30.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:30.065121+0000 mgr.y (mgr.14556) 5250 : cluster [DBG] pgmap v4626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:30.065121+0000 mgr.y (mgr.14556) 5250 : cluster [DBG] pgmap v4626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:19:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:32.065897+0000 mgr.y (mgr.14556) 5251 : cluster [DBG] pgmap v4627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:32.065897+0000 mgr.y (mgr.14556) 5251 : cluster [DBG] pgmap v4627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:32.065897+0000 mgr.y (mgr.14556) 5251 : cluster [DBG] pgmap v4627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:19:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:19:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:34.066266+0000 mgr.y (mgr.14556) 5252 : cluster [DBG] pgmap v4628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:34.066266+0000 mgr.y (mgr.14556) 5252 : cluster [DBG] pgmap v4628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:34.066266+0000 mgr.y (mgr.14556) 5252 : cluster [DBG] pgmap v4628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:36.066877+0000 mgr.y (mgr.14556) 5253 : cluster [DBG] pgmap v4629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:36.066877+0000 mgr.y (mgr.14556) 5253 : cluster [DBG] pgmap v4629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:36.066877+0000 mgr.y (mgr.14556) 5253 : cluster [DBG] pgmap v4629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:38.067268+0000 mgr.y (mgr.14556) 5254 : cluster [DBG] pgmap v4630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:38.067268+0000 mgr.y (mgr.14556) 5254 : cluster [DBG] pgmap v4630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:38.067268+0000 mgr.y (mgr.14556) 5254 : cluster [DBG] pgmap v4630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:40.067690+0000 mgr.y (mgr.14556) 5255 : cluster [DBG] pgmap v4631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:40.067690+0000 mgr.y (mgr.14556) 5255 : cluster [DBG] pgmap v4631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:40.067690+0000 mgr.y (mgr.14556) 5255 : cluster [DBG] pgmap v4631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:19:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:42.068315+0000 mgr.y (mgr.14556) 5256 : cluster [DBG] pgmap v4632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:42.068315+0000 mgr.y (mgr.14556) 5256 : cluster [DBG] pgmap v4632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:42.068315+0000 mgr.y (mgr.14556) 5256 : cluster [DBG] pgmap v4632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:19:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:19:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:44.068655+0000 mgr.y (mgr.14556) 5257 : cluster [DBG] pgmap v4633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:44.068655+0000 mgr.y (mgr.14556) 5257 : cluster [DBG] pgmap v4633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:44.068655+0000 mgr.y (mgr.14556) 5257 : cluster [DBG] pgmap v4633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:46.069232+0000 mgr.y (mgr.14556) 5258 : cluster [DBG] pgmap v4634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:46.069232+0000 mgr.y (mgr.14556) 5258 : cluster [DBG] pgmap v4634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:46.069232+0000 mgr.y (mgr.14556) 5258 : cluster [DBG] pgmap v4634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:49.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:48.069637+0000 mgr.y (mgr.14556) 5259 : cluster [DBG] pgmap v4635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:48.069637+0000 mgr.y (mgr.14556) 5259 : cluster [DBG] pgmap v4635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:48.069637+0000 mgr.y (mgr.14556) 5259 : cluster [DBG] pgmap v4635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:51.031 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:19:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:19:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 9m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:19:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 9m ago 2h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:19:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 9m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:19:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 9m ago 2h 24.8M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:19:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 9m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:19:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 9m ago 2h 465M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:19:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 9m ago 2h 435M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:19:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 9m ago 2h 239M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:19:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 9m ago 2h 241M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:19:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 9m ago 2h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:19:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 9m ago 2h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:19:51.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 9m ago 2h 44.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:19:51.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 9m ago 2h 43.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:19:51.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 9m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:19:51.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 9m ago 2h 40.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:19:51.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 9m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:19:51.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 9m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:19:51.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 9m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:19:51.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 9m ago 2h 41.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:19:51.344 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 9m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:19:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:50.070038+0000 mgr.y (mgr.14556) 5260 : cluster [DBG] pgmap v4636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:50.070038+0000 mgr.y (mgr.14556) 5260 : cluster [DBG] pgmap v4636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:50.070038+0000 mgr.y (mgr.14556) 5260 : cluster [DBG] pgmap v4636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:51.692 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:19:51.693 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:19:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:19:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:19:51.694 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:19:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:19:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:19:51.019103+0000 mgr.y (mgr.14556) 5261 : audit [DBG] from='client.20211 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:19:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:19:51.692608+0000 mon.a (mon.0) 1683 : audit [DBG] from='client.? 172.21.15.23:0/4294622244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:19:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:19:51.019103+0000 mgr.y (mgr.14556) 5261 : audit [DBG] from='client.20211 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:19:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:19:51.692608+0000 mon.a (mon.0) 1683 : audit [DBG] from='client.? 172.21.15.23:0/4294622244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:19:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:19:51.019103+0000 mgr.y (mgr.14556) 5261 : audit [DBG] from='client.20211 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:19:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:19:51.692608+0000 mon.a (mon.0) 1683 : audit [DBG] from='client.? 172.21.15.23:0/4294622244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:19:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:19:51.334896+0000 mgr.y (mgr.14556) 5262 : audit [DBG] from='client.30131 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:19:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:52.070559+0000 mgr.y (mgr.14556) 5263 : cluster [DBG] pgmap v4637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:19:51.334896+0000 mgr.y (mgr.14556) 5262 : audit [DBG] from='client.30131 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:19:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:52.070559+0000 mgr.y (mgr.14556) 5263 : cluster [DBG] pgmap v4637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:19:51.334896+0000 mgr.y (mgr.14556) 5262 : audit [DBG] from='client.30131 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:19:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:52.070559+0000 mgr.y (mgr.14556) 5263 : cluster [DBG] pgmap v4637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:19:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:19:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:54.070932+0000 mgr.y (mgr.14556) 5264 : cluster [DBG] pgmap v4638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:54.070932+0000 mgr.y (mgr.14556) 5264 : cluster [DBG] pgmap v4638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:54.070932+0000 mgr.y (mgr.14556) 5264 : cluster [DBG] pgmap v4638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:56.071496+0000 mgr.y (mgr.14556) 5265 : cluster [DBG] pgmap v4639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:56.071496+0000 mgr.y (mgr.14556) 5265 : cluster [DBG] pgmap v4639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:56.071496+0000 mgr.y (mgr.14556) 5265 : cluster [DBG] pgmap v4639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:59.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:19:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:19:58.071918+0000 mgr.y (mgr.14556) 5266 : cluster [DBG] pgmap v4640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:19:58.071918+0000 mgr.y (mgr.14556) 5266 : cluster [DBG] pgmap v4640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:19:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:19:58.071918+0000 mgr.y (mgr.14556) 5266 : cluster [DBG] pgmap v4640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:00.000164+0000 mon.a (mon.0) 1684 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:20:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T09:19:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:20:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:00.000164+0000 mon.a (mon.0) 1684 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:20:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:00.000164+0000 mon.a (mon.0) 1684 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:20:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:00.072316+0000 mgr.y (mgr.14556) 5267 : cluster [DBG] pgmap v4641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:00.072316+0000 mgr.y (mgr.14556) 5267 : cluster [DBG] pgmap v4641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:00.072316+0000 mgr.y (mgr.14556) 5267 : cluster [DBG] pgmap v4641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:20:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:02.072989+0000 mgr.y (mgr.14556) 5268 : cluster [DBG] pgmap v4642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:02.072989+0000 mgr.y (mgr.14556) 5268 : cluster [DBG] pgmap v4642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:02.072989+0000 mgr.y (mgr.14556) 5268 : cluster [DBG] pgmap v4642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:20:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:20:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:04.073468+0000 mgr.y (mgr.14556) 5269 : cluster [DBG] pgmap v4643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:04.073468+0000 mgr.y (mgr.14556) 5269 : cluster [DBG] pgmap v4643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:04.073468+0000 mgr.y (mgr.14556) 5269 : cluster [DBG] pgmap v4643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:06.074121+0000 mgr.y (mgr.14556) 5270 : cluster [DBG] pgmap v4644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:06.074121+0000 mgr.y (mgr.14556) 5270 : cluster [DBG] pgmap v4644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:06.074121+0000 mgr.y (mgr.14556) 5270 : cluster [DBG] pgmap v4644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:08.074497+0000 mgr.y (mgr.14556) 5271 : cluster [DBG] pgmap v4645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:08.074497+0000 mgr.y (mgr.14556) 5271 : cluster [DBG] pgmap v4645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:08.074497+0000 mgr.y (mgr.14556) 5271 : cluster [DBG] pgmap v4645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:10.075054+0000 mgr.y (mgr.14556) 5272 : cluster [DBG] pgmap v4646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:10.075054+0000 mgr.y (mgr.14556) 5272 : cluster [DBG] pgmap v4646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:10.075054+0000 mgr.y (mgr.14556) 5272 : cluster [DBG] pgmap v4646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:20:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:12.075700+0000 mgr.y (mgr.14556) 5273 : cluster [DBG] pgmap v4647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:12.075700+0000 mgr.y (mgr.14556) 5273 : cluster [DBG] pgmap v4647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:12.075700+0000 mgr.y (mgr.14556) 5273 : cluster [DBG] pgmap v4647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:20:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:20:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:14.076096+0000 mgr.y (mgr.14556) 5274 : cluster [DBG] pgmap v4648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:20:14.793866+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:20:15.475 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:14.076096+0000 mgr.y (mgr.14556) 5274 : cluster [DBG] pgmap v4648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:15.475 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:20:14.793866+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:20:15.476 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:14.076096+0000 mgr.y (mgr.14556) 5274 : cluster [DBG] pgmap v4648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:15.476 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:20:14.793866+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:20:17.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:16.076664+0000 mgr.y (mgr.14556) 5275 : cluster [DBG] pgmap v4649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:16.076664+0000 mgr.y (mgr.14556) 5275 : cluster [DBG] pgmap v4649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:16.076664+0000 mgr.y (mgr.14556) 5275 : cluster [DBG] pgmap v4649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:20:17.612917+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:20:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:18.076977+0000 mgr.y (mgr.14556) 5276 : cluster [DBG] pgmap v4650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:20:18.204766+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:20:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:20:18.499904+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:20:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:20:18.500805+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:20:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:20:18.511004+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:20:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:20:17.612917+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:20:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:18.076977+0000 mgr.y (mgr.14556) 5276 : cluster [DBG] pgmap v4650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:20:18.204766+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:20:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:20:18.499904+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:20:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:20:18.500805+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:20:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:20:18.511004+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:20:19.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:20:17.612917+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:20:19.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:18.076977+0000 mgr.y (mgr.14556) 5276 : cluster [DBG] pgmap v4650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:19.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:20:18.204766+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:20:19.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:20:18.499904+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:20:19.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:20:18.500805+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:20:19.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:20:18.511004+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:20:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:20.077344+0000 mgr.y (mgr.14556) 5277 : cluster [DBG] pgmap v4651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:20.077344+0000 mgr.y (mgr.14556) 5277 : cluster [DBG] pgmap v4651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:20.077344+0000 mgr.y (mgr.14556) 5277 : cluster [DBG] pgmap v4651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:20:22.018 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:20:22.306 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:20:22.306 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:20:22.306 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4s ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:20:22.306 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4s ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4s ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4s ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4s ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4s ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4s ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4s ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4s ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4s ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4s ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4s ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4s ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:20:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 4s ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:20:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4s ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:20:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4s ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:20:22.658 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:20:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:20:22.660 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:20:22.660 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:20:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:20:22.006309+0000 mgr.y (mgr.14556) 5278 : audit [DBG] from='client.30143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:20:23.418 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:22.077878+0000 mgr.y (mgr.14556) 5279 : cluster [DBG] pgmap v4652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:23.418 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:20:22.658581+0000 mon.a (mon.0) 1691 : audit [DBG] from='client.? 172.21.15.23:0/1811727131' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:20:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:20:22.006309+0000 mgr.y (mgr.14556) 5278 : audit [DBG] from='client.30143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:20:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:22.077878+0000 mgr.y (mgr.14556) 5279 : cluster [DBG] pgmap v4652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:20:22.658581+0000 mon.a (mon.0) 1691 : audit [DBG] from='client.? 172.21.15.23:0/1811727131' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:20:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:20:22.006309+0000 mgr.y (mgr.14556) 5278 : audit [DBG] from='client.30143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:20:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:22.077878+0000 mgr.y (mgr.14556) 5279 : cluster [DBG] pgmap v4652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:20:22.658581+0000 mon.a (mon.0) 1691 : audit [DBG] from='client.? 172.21.15.23:0/1811727131' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:20:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:20:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:20:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:20:22.298344+0000 mgr.y (mgr.14556) 5280 : audit [DBG] from='client.20235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:20:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:20:22.298344+0000 mgr.y (mgr.14556) 5280 : audit [DBG] from='client.20235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:20:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:20:22.298344+0000 mgr.y (mgr.14556) 5280 : audit [DBG] from='client.20235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:20:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:24.078269+0000 mgr.y (mgr.14556) 5281 : cluster [DBG] pgmap v4653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:24.078269+0000 mgr.y (mgr.14556) 5281 : cluster [DBG] pgmap v4653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:24.078269+0000 mgr.y (mgr.14556) 5281 : cluster [DBG] pgmap v4653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:26.079118+0000 mgr.y (mgr.14556) 5282 : cluster [DBG] pgmap v4654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:26.079118+0000 mgr.y (mgr.14556) 5282 : cluster [DBG] pgmap v4654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:26.079118+0000 mgr.y (mgr.14556) 5282 : cluster [DBG] pgmap v4654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:28.079685+0000 mgr.y (mgr.14556) 5283 : cluster [DBG] pgmap v4655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:28.079685+0000 mgr.y (mgr.14556) 5283 : cluster [DBG] pgmap v4655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:28.079685+0000 mgr.y (mgr.14556) 5283 : cluster [DBG] pgmap v4655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:31.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:30.080125+0000 mgr.y (mgr.14556) 5284 : cluster [DBG] pgmap v4656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:30.080125+0000 mgr.y (mgr.14556) 5284 : cluster [DBG] pgmap v4656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:30.080125+0000 mgr.y (mgr.14556) 5284 : cluster [DBG] pgmap v4656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:20:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:32.081020+0000 mgr.y (mgr.14556) 5285 : cluster [DBG] pgmap v4657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:32.081020+0000 mgr.y (mgr.14556) 5285 : cluster [DBG] pgmap v4657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:32.081020+0000 mgr.y (mgr.14556) 5285 : cluster [DBG] pgmap v4657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:20:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:20:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:34.081421+0000 mgr.y (mgr.14556) 5286 : cluster [DBG] pgmap v4658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:34.081421+0000 mgr.y (mgr.14556) 5286 : cluster [DBG] pgmap v4658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:34.081421+0000 mgr.y (mgr.14556) 5286 : cluster [DBG] pgmap v4658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:36.082037+0000 mgr.y (mgr.14556) 5287 : cluster [DBG] pgmap v4659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:36.082037+0000 mgr.y (mgr.14556) 5287 : cluster [DBG] pgmap v4659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:36.082037+0000 mgr.y (mgr.14556) 5287 : cluster [DBG] pgmap v4659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:38.082397+0000 mgr.y (mgr.14556) 5288 : cluster [DBG] pgmap v4660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:38.082397+0000 mgr.y (mgr.14556) 5288 : cluster [DBG] pgmap v4660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:38.082397+0000 mgr.y (mgr.14556) 5288 : cluster [DBG] pgmap v4660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:40.082935+0000 mgr.y (mgr.14556) 5289 : cluster [DBG] pgmap v4661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:40.082935+0000 mgr.y (mgr.14556) 5289 : cluster [DBG] pgmap v4661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:40.082935+0000 mgr.y (mgr.14556) 5289 : cluster [DBG] pgmap v4661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:20:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:42.083704+0000 mgr.y (mgr.14556) 5290 : cluster [DBG] pgmap v4662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:42.083704+0000 mgr.y (mgr.14556) 5290 : cluster [DBG] pgmap v4662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:43.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:42.083704+0000 mgr.y (mgr.14556) 5290 : cluster [DBG] pgmap v4662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:20:43] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T09:20:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:44.084210+0000 mgr.y (mgr.14556) 5291 : cluster [DBG] pgmap v4663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:44.084210+0000 mgr.y (mgr.14556) 5291 : cluster [DBG] pgmap v4663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:44.084210+0000 mgr.y (mgr.14556) 5291 : cluster [DBG] pgmap v4663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:46.085006+0000 mgr.y (mgr.14556) 5292 : cluster [DBG] pgmap v4664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:46.085006+0000 mgr.y (mgr.14556) 5292 : cluster [DBG] pgmap v4664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:46.085006+0000 mgr.y (mgr.14556) 5292 : cluster [DBG] pgmap v4664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:48.085436+0000 mgr.y (mgr.14556) 5293 : cluster [DBG] pgmap v4665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:48.085436+0000 mgr.y (mgr.14556) 5293 : cluster [DBG] pgmap v4665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:48.085436+0000 mgr.y (mgr.14556) 5293 : cluster [DBG] pgmap v4665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:50.085812+0000 mgr.y (mgr.14556) 5294 : cluster [DBG] pgmap v4666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:50.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:50.085812+0000 mgr.y (mgr.14556) 5294 : cluster [DBG] pgmap v4666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:50.085812+0000 mgr.y (mgr.14556) 5294 : cluster [DBG] pgmap v4666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:20:52.986 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:20:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:20:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 35s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:20:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 35s ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:20:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 35s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:20:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 35s ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:20:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 35s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:20:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 35s ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:20:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 35s ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:20:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 35s ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:20:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 35s ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:20:53.275 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 35s ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:20:53.275 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 35s ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:20:53.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 35s ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:20:53.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 35s ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:20:53.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 35s ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:20:53.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 35s ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:20:53.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 35s ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:20:53.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 35s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:20:53.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 35s ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:20:53.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 35s ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:20:53.275 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 35s ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:20:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:52.086595+0000 mgr.y (mgr.14556) 5295 : cluster [DBG] pgmap v4667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:53.621 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:20:53.621 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:20:53.621 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:20:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:20:53.623 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:20:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:52.086595+0000 mgr.y (mgr.14556) 5295 : cluster [DBG] pgmap v4667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:52.086595+0000 mgr.y (mgr.14556) 5295 : cluster [DBG] pgmap v4667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:20:53] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:20:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:20:52.974096+0000 mgr.y (mgr.14556) 5296 : audit [DBG] from='client.30161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:20:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:20:53.621422+0000 mon.a (mon.0) 1692 : audit [DBG] from='client.? 172.21.15.23:0/3897539333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:20:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:20:52.974096+0000 mgr.y (mgr.14556) 5296 : audit [DBG] from='client.30161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:20:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:20:53.621422+0000 mon.a (mon.0) 1692 : audit [DBG] from='client.? 172.21.15.23:0/3897539333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:20:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:20:52.974096+0000 mgr.y (mgr.14556) 5296 : audit [DBG] from='client.30161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:20:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:20:53.621422+0000 mon.a (mon.0) 1692 : audit [DBG] from='client.? 172.21.15.23:0/3897539333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:20:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:20:53.265539+0000 mgr.y (mgr.14556) 5297 : audit [DBG] from='client.30167 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:20:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:54.087010+0000 mgr.y (mgr.14556) 5298 : cluster [DBG] pgmap v4668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:20:53.265539+0000 mgr.y (mgr.14556) 5297 : audit [DBG] from='client.30167 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:20:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:54.087010+0000 mgr.y (mgr.14556) 5298 : cluster [DBG] pgmap v4668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:20:53.265539+0000 mgr.y (mgr.14556) 5297 : audit [DBG] from='client.30167 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:20:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:54.087010+0000 mgr.y (mgr.14556) 5298 : cluster [DBG] pgmap v4668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:56.087634+0000 mgr.y (mgr.14556) 5299 : cluster [DBG] pgmap v4669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:56.087634+0000 mgr.y (mgr.14556) 5299 : cluster [DBG] pgmap v4669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:56.087634+0000 mgr.y (mgr.14556) 5299 : cluster [DBG] pgmap v4669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:20:58.088191+0000 mgr.y (mgr.14556) 5300 : cluster [DBG] pgmap v4670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:20:58.088191+0000 mgr.y (mgr.14556) 5300 : cluster [DBG] pgmap v4670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:20:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:20:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:20:58.088191+0000 mgr.y (mgr.14556) 5300 : cluster [DBG] pgmap v4670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:00.088716+0000 mgr.y (mgr.14556) 5301 : cluster [DBG] pgmap v4671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:00.088716+0000 mgr.y (mgr.14556) 5301 : cluster [DBG] pgmap v4671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:00.088716+0000 mgr.y (mgr.14556) 5301 : cluster [DBG] pgmap v4671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:21:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:02.089475+0000 mgr.y (mgr.14556) 5302 : cluster [DBG] pgmap v4672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:02.089475+0000 mgr.y (mgr.14556) 5302 : cluster [DBG] pgmap v4672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:02.089475+0000 mgr.y (mgr.14556) 5302 : cluster [DBG] pgmap v4672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:21:03] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:21:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:04.090000+0000 mgr.y (mgr.14556) 5303 : cluster [DBG] pgmap v4673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:04.090000+0000 mgr.y (mgr.14556) 5303 : cluster [DBG] pgmap v4673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:04.090000+0000 mgr.y (mgr.14556) 5303 : cluster [DBG] pgmap v4673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:06.090680+0000 mgr.y (mgr.14556) 5304 : cluster [DBG] pgmap v4674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:06.090680+0000 mgr.y (mgr.14556) 5304 : cluster [DBG] pgmap v4674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:06.090680+0000 mgr.y (mgr.14556) 5304 : cluster [DBG] pgmap v4674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:08.091100+0000 mgr.y (mgr.14556) 5305 : cluster [DBG] pgmap v4675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:08.091100+0000 mgr.y (mgr.14556) 5305 : cluster [DBG] pgmap v4675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:08.091100+0000 mgr.y (mgr.14556) 5305 : cluster [DBG] pgmap v4675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:10.091689+0000 mgr.y (mgr.14556) 5306 : cluster [DBG] pgmap v4676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:10.091689+0000 mgr.y (mgr.14556) 5306 : cluster [DBG] pgmap v4676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:10.091689+0000 mgr.y (mgr.14556) 5306 : cluster [DBG] pgmap v4676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:21:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:12.092435+0000 mgr.y (mgr.14556) 5307 : cluster [DBG] pgmap v4677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:12.092435+0000 mgr.y (mgr.14556) 5307 : cluster [DBG] pgmap v4677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:12.092435+0000 mgr.y (mgr.14556) 5307 : cluster [DBG] pgmap v4677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:21:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:21:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:14.092823+0000 mgr.y (mgr.14556) 5308 : cluster [DBG] pgmap v4678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:14.092823+0000 mgr.y (mgr.14556) 5308 : cluster [DBG] pgmap v4678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:14.092823+0000 mgr.y (mgr.14556) 5308 : cluster [DBG] pgmap v4678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:16.093715+0000 mgr.y (mgr.14556) 5309 : cluster [DBG] pgmap v4679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:16.093715+0000 mgr.y (mgr.14556) 5309 : cluster [DBG] pgmap v4679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:16.093715+0000 mgr.y (mgr.14556) 5309 : cluster [DBG] pgmap v4679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:18.094276+0000 mgr.y (mgr.14556) 5310 : cluster [DBG] pgmap v4680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:21:18.516670+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:21:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:21:18.825348+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:21:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:21:18.825987+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:21:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:21:18.832319+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:21:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:18.094276+0000 mgr.y (mgr.14556) 5310 : cluster [DBG] pgmap v4680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:21:18.516670+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:21:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:21:18.825348+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:21:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:21:18.825987+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:21:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:21:18.832319+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:21:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:18.094276+0000 mgr.y (mgr.14556) 5310 : cluster [DBG] pgmap v4680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:21:18.516670+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:21:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:21:18.825348+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:21:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:21:18.825987+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:21:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:21:18.832319+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:21:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:20.094701+0000 mgr.y (mgr.14556) 5311 : cluster [DBG] pgmap v4681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:20.094701+0000 mgr.y (mgr.14556) 5311 : cluster [DBG] pgmap v4681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:20.094701+0000 mgr.y (mgr.14556) 5311 : cluster [DBG] pgmap v4681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:21:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:22.095375+0000 mgr.y (mgr.14556) 5312 : cluster [DBG] pgmap v4682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:22.095375+0000 mgr.y (mgr.14556) 5312 : cluster [DBG] pgmap v4682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:22.095375+0000 mgr.y (mgr.14556) 5312 : cluster [DBG] pgmap v4682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:23.947 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:21:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:21:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:21:24.234 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:21:24.234 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 66s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:21:24.234 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 66s ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:21:24.234 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 66s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:21:24.234 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 66s ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:21:24.234 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 66s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:21:24.234 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 66s ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:21:24.234 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 66s ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:21:24.234 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 66s ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:21:24.234 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 66s ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:21:24.234 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 66s ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:21:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 66s ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:21:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 66s ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:21:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 66s ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:21:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 66s ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:21:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 66s ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:21:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 66s ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:21:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 66s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:21:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 66s ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:21:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 66s ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:21:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 66s ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:21:24.584 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:21:24.584 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:21:24.584 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:21:24.585 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:21:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:21:23.934648+0000 mgr.y (mgr.14556) 5313 : audit [DBG] from='client.20265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:21:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:24.095704+0000 mgr.y (mgr.14556) 5314 : cluster [DBG] pgmap v4683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:21:24.584442+0000 mon.a (mon.0) 1697 : audit [DBG] from='client.? 172.21.15.23:0/3345888876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:21:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:21:23.934648+0000 mgr.y (mgr.14556) 5313 : audit [DBG] from='client.20265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:21:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:24.095704+0000 mgr.y (mgr.14556) 5314 : cluster [DBG] pgmap v4683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:21:24.584442+0000 mon.a (mon.0) 1697 : audit [DBG] from='client.? 172.21.15.23:0/3345888876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:21:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:21:23.934648+0000 mgr.y (mgr.14556) 5313 : audit [DBG] from='client.20265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:21:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:24.095704+0000 mgr.y (mgr.14556) 5314 : cluster [DBG] pgmap v4683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:21:24.584442+0000 mon.a (mon.0) 1697 : audit [DBG] from='client.? 172.21.15.23:0/3345888876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:21:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:21:24.225783+0000 mgr.y (mgr.14556) 5315 : audit [DBG] from='client.30185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:21:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:21:24.225783+0000 mgr.y (mgr.14556) 5315 : audit [DBG] from='client.30185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:21:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:21:24.225783+0000 mgr.y (mgr.14556) 5315 : audit [DBG] from='client.30185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:21:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:26.096461+0000 mgr.y (mgr.14556) 5316 : cluster [DBG] pgmap v4684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:26.096461+0000 mgr.y (mgr.14556) 5316 : cluster [DBG] pgmap v4684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:26.096461+0000 mgr.y (mgr.14556) 5316 : cluster [DBG] pgmap v4684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:28.096832+0000 mgr.y (mgr.14556) 5317 : cluster [DBG] pgmap v4685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:28.096832+0000 mgr.y (mgr.14556) 5317 : cluster [DBG] pgmap v4685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:28.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:28.096832+0000 mgr.y (mgr.14556) 5317 : cluster [DBG] pgmap v4685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:30.097239+0000 mgr.y (mgr.14556) 5318 : cluster [DBG] pgmap v4686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:30.097239+0000 mgr.y (mgr.14556) 5318 : cluster [DBG] pgmap v4686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:30.097239+0000 mgr.y (mgr.14556) 5318 : cluster [DBG] pgmap v4686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:21:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:32.098018+0000 mgr.y (mgr.14556) 5319 : cluster [DBG] pgmap v4687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:32.098018+0000 mgr.y (mgr.14556) 5319 : cluster [DBG] pgmap v4687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:32.098018+0000 mgr.y (mgr.14556) 5319 : cluster [DBG] pgmap v4687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:21:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:21:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:34.098540+0000 mgr.y (mgr.14556) 5320 : cluster [DBG] pgmap v4688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:34.098540+0000 mgr.y (mgr.14556) 5320 : cluster [DBG] pgmap v4688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:34.098540+0000 mgr.y (mgr.14556) 5320 : cluster [DBG] pgmap v4688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:36.099096+0000 mgr.y (mgr.14556) 5321 : cluster [DBG] pgmap v4689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:36.099096+0000 mgr.y (mgr.14556) 5321 : cluster [DBG] pgmap v4689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:36.099096+0000 mgr.y (mgr.14556) 5321 : cluster [DBG] pgmap v4689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:38.099664+0000 mgr.y (mgr.14556) 5322 : cluster [DBG] pgmap v4690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:38.099664+0000 mgr.y (mgr.14556) 5322 : cluster [DBG] pgmap v4690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:38.099664+0000 mgr.y (mgr.14556) 5322 : cluster [DBG] pgmap v4690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:40.100137+0000 mgr.y (mgr.14556) 5323 : cluster [DBG] pgmap v4691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:40.100137+0000 mgr.y (mgr.14556) 5323 : cluster [DBG] pgmap v4691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:40.100137+0000 mgr.y (mgr.14556) 5323 : cluster [DBG] pgmap v4691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:21:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:42.100866+0000 mgr.y (mgr.14556) 5324 : cluster [DBG] pgmap v4692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:42.100866+0000 mgr.y (mgr.14556) 5324 : cluster [DBG] pgmap v4692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:42.100866+0000 mgr.y (mgr.14556) 5324 : cluster [DBG] pgmap v4692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:21:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:21:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:44.101304+0000 mgr.y (mgr.14556) 5325 : cluster [DBG] pgmap v4693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:44.101304+0000 mgr.y (mgr.14556) 5325 : cluster [DBG] pgmap v4693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:44.101304+0000 mgr.y (mgr.14556) 5325 : cluster [DBG] pgmap v4693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:46.102204+0000 mgr.y (mgr.14556) 5326 : cluster [DBG] pgmap v4694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:46.102204+0000 mgr.y (mgr.14556) 5326 : cluster [DBG] pgmap v4694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:46.102204+0000 mgr.y (mgr.14556) 5326 : cluster [DBG] pgmap v4694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:48.102682+0000 mgr.y (mgr.14556) 5327 : cluster [DBG] pgmap v4695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:48.102682+0000 mgr.y (mgr.14556) 5327 : cluster [DBG] pgmap v4695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:48.102682+0000 mgr.y (mgr.14556) 5327 : cluster [DBG] pgmap v4695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:50.103241+0000 mgr.y (mgr.14556) 5328 : cluster [DBG] pgmap v4696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:50.103241+0000 mgr.y (mgr.14556) 5328 : cluster [DBG] pgmap v4696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:50.103241+0000 mgr.y (mgr.14556) 5328 : cluster [DBG] pgmap v4696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:21:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:52.103987+0000 mgr.y (mgr.14556) 5329 : cluster [DBG] pgmap v4697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:52.103987+0000 mgr.y (mgr.14556) 5329 : cluster [DBG] pgmap v4697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:52.103987+0000 mgr.y (mgr.14556) 5329 : cluster [DBG] pgmap v4697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:21:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:21:54.910 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:21:55.199 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:21:55.199 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 97s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 96s ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 97s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 97s ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 97s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 97s ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 97s ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 97s ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 97s ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 97s ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 96s ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 97s ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 97s ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 97s ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:21:55.200 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 97s ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:21:55.201 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 97s ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:21:55.201 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 97s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:21:55.201 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 97s ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:21:55.201 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 97s ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:21:55.201 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 96s ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:21:55.550 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:21:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:21:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:21:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:21:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:21:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:21:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:21:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:21:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:21:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:21:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:21:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:21:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:21:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:21:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:21:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:21:55.551 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:21:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:54.104526+0000 mgr.y (mgr.14556) 5330 : cluster [DBG] pgmap v4698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:54.104526+0000 mgr.y (mgr.14556) 5330 : cluster [DBG] pgmap v4698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:54.104526+0000 mgr.y (mgr.14556) 5330 : cluster [DBG] pgmap v4698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:21:54.897345+0000 mgr.y (mgr.14556) 5331 : audit [DBG] from='client.20283 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:21:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:21:55.191573+0000 mgr.y (mgr.14556) 5332 : audit [DBG] from='client.30203 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:21:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:21:55.549797+0000 mon.a (mon.0) 1698 : audit [DBG] from='client.? 172.21.15.23:0/566894889' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:21:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:21:54.897345+0000 mgr.y (mgr.14556) 5331 : audit [DBG] from='client.20283 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:21:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:21:55.191573+0000 mgr.y (mgr.14556) 5332 : audit [DBG] from='client.30203 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:21:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:21:55.549797+0000 mon.a (mon.0) 1698 : audit [DBG] from='client.? 172.21.15.23:0/566894889' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:21:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:21:54.897345+0000 mgr.y (mgr.14556) 5331 : audit [DBG] from='client.20283 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:21:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:21:55.191573+0000 mgr.y (mgr.14556) 5332 : audit [DBG] from='client.30203 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:21:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:21:55.549797+0000 mon.a (mon.0) 1698 : audit [DBG] from='client.? 172.21.15.23:0/566894889' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:21:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:56.105297+0000 mgr.y (mgr.14556) 5333 : cluster [DBG] pgmap v4699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:56.105297+0000 mgr.y (mgr.14556) 5333 : cluster [DBG] pgmap v4699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:56.105297+0000 mgr.y (mgr.14556) 5333 : cluster [DBG] pgmap v4699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:21:58.105764+0000 mgr.y (mgr.14556) 5334 : cluster [DBG] pgmap v4700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:21:58.105764+0000 mgr.y (mgr.14556) 5334 : cluster [DBG] pgmap v4700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:21:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:21:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:21:58.105764+0000 mgr.y (mgr.14556) 5334 : cluster [DBG] pgmap v4700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:00.106182+0000 mgr.y (mgr.14556) 5335 : cluster [DBG] pgmap v4701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:00.106182+0000 mgr.y (mgr.14556) 5335 : cluster [DBG] pgmap v4701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:00.106182+0000 mgr.y (mgr.14556) 5335 : cluster [DBG] pgmap v4701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:22:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:02.107056+0000 mgr.y (mgr.14556) 5336 : cluster [DBG] pgmap v4702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:02.107056+0000 mgr.y (mgr.14556) 5336 : cluster [DBG] pgmap v4702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:02.107056+0000 mgr.y (mgr.14556) 5336 : cluster [DBG] pgmap v4702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:22:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:22:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:04.107707+0000 mgr.y (mgr.14556) 5337 : cluster [DBG] pgmap v4703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:04.107707+0000 mgr.y (mgr.14556) 5337 : cluster [DBG] pgmap v4703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:04.107707+0000 mgr.y (mgr.14556) 5337 : cluster [DBG] pgmap v4703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:06.108414+0000 mgr.y (mgr.14556) 5338 : cluster [DBG] pgmap v4704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:06.108414+0000 mgr.y (mgr.14556) 5338 : cluster [DBG] pgmap v4704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:06.108414+0000 mgr.y (mgr.14556) 5338 : cluster [DBG] pgmap v4704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:08.108973+0000 mgr.y (mgr.14556) 5339 : cluster [DBG] pgmap v4705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:08.108973+0000 mgr.y (mgr.14556) 5339 : cluster [DBG] pgmap v4705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:08.108973+0000 mgr.y (mgr.14556) 5339 : cluster [DBG] pgmap v4705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:10.109463+0000 mgr.y (mgr.14556) 5340 : cluster [DBG] pgmap v4706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:10.109463+0000 mgr.y (mgr.14556) 5340 : cluster [DBG] pgmap v4706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:10.109463+0000 mgr.y (mgr.14556) 5340 : cluster [DBG] pgmap v4706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:22:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:12.110147+0000 mgr.y (mgr.14556) 5341 : cluster [DBG] pgmap v4707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:13.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:12.110147+0000 mgr.y (mgr.14556) 5341 : cluster [DBG] pgmap v4707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:12.110147+0000 mgr.y (mgr.14556) 5341 : cluster [DBG] pgmap v4707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:22:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:22:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:14.110767+0000 mgr.y (mgr.14556) 5342 : cluster [DBG] pgmap v4708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:14.110767+0000 mgr.y (mgr.14556) 5342 : cluster [DBG] pgmap v4708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:14.110767+0000 mgr.y (mgr.14556) 5342 : cluster [DBG] pgmap v4708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:16.111478+0000 mgr.y (mgr.14556) 5343 : cluster [DBG] pgmap v4709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:16.111478+0000 mgr.y (mgr.14556) 5343 : cluster [DBG] pgmap v4709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:16.111478+0000 mgr.y (mgr.14556) 5343 : cluster [DBG] pgmap v4709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:18.111993+0000 mgr.y (mgr.14556) 5344 : cluster [DBG] pgmap v4710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:22:18.836716+0000 mon.a (mon.0) 1699 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:22:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:22:19.142622+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:22:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:22:19.143271+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:22:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:22:19.152040+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:22:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:18.111993+0000 mgr.y (mgr.14556) 5344 : cluster [DBG] pgmap v4710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:22:18.836716+0000 mon.a (mon.0) 1699 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:22:19.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:22:19.142622+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:22:19.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:22:19.143271+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:22:19.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:22:19.152040+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:22:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:18.111993+0000 mgr.y (mgr.14556) 5344 : cluster [DBG] pgmap v4710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:22:18.836716+0000 mon.a (mon.0) 1699 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:22:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:22:19.142622+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:22:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:22:19.143271+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:22:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:22:19.152040+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:22:21.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:20.112509+0000 mgr.y (mgr.14556) 5345 : cluster [DBG] pgmap v4711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:20.112509+0000 mgr.y (mgr.14556) 5345 : cluster [DBG] pgmap v4711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:20.112509+0000 mgr.y (mgr.14556) 5345 : cluster [DBG] pgmap v4711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:22:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:22.113262+0000 mgr.y (mgr.14556) 5346 : cluster [DBG] pgmap v4712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:22.113262+0000 mgr.y (mgr.14556) 5346 : cluster [DBG] pgmap v4712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:22.113262+0000 mgr.y (mgr.14556) 5346 : cluster [DBG] pgmap v4712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:22:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:22:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:24.113733+0000 mgr.y (mgr.14556) 5347 : cluster [DBG] pgmap v4713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:24.113733+0000 mgr.y (mgr.14556) 5347 : cluster [DBG] pgmap v4713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:24.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:24.113733+0000 mgr.y (mgr.14556) 5347 : cluster [DBG] pgmap v4713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:25.875 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:22:26.162 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 2m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 2m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 2m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 2m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 2m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 2m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 2m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 2m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 2m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 2m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 2m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 2m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 2m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:22:26.163 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 2m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:22:26.164 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 2m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:22:26.164 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 2m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:22:26.164 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 2m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:22:26.164 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 2m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:22:26.164 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 2m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:22:26.164 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 2m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:22:26.516 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:22:26.516 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:22:26.516 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:22:26.517 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:22:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:22:25.863418+0000 mgr.y (mgr.14556) 5348 : audit [DBG] from='client.20301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:22:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:26.114441+0000 mgr.y (mgr.14556) 5349 : cluster [DBG] pgmap v4714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:22:26.154407+0000 mgr.y (mgr.14556) 5350 : audit [DBG] from='client.30221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:22:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:22:26.516434+0000 mon.a (mon.0) 1703 : audit [DBG] from='client.? 172.21.15.23:0/3098327709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:22:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:22:25.863418+0000 mgr.y (mgr.14556) 5348 : audit [DBG] from='client.20301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:22:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:26.114441+0000 mgr.y (mgr.14556) 5349 : cluster [DBG] pgmap v4714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:22:26.154407+0000 mgr.y (mgr.14556) 5350 : audit [DBG] from='client.30221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:22:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:22:26.516434+0000 mon.a (mon.0) 1703 : audit [DBG] from='client.? 172.21.15.23:0/3098327709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:22:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:22:25.863418+0000 mgr.y (mgr.14556) 5348 : audit [DBG] from='client.20301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:22:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:26.114441+0000 mgr.y (mgr.14556) 5349 : cluster [DBG] pgmap v4714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:22:26.154407+0000 mgr.y (mgr.14556) 5350 : audit [DBG] from='client.30221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:22:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:22:26.516434+0000 mon.a (mon.0) 1703 : audit [DBG] from='client.? 172.21.15.23:0/3098327709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:22:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:28.115035+0000 mgr.y (mgr.14556) 5351 : cluster [DBG] pgmap v4715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:28.115035+0000 mgr.y (mgr.14556) 5351 : cluster [DBG] pgmap v4715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:28.115035+0000 mgr.y (mgr.14556) 5351 : cluster [DBG] pgmap v4715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:30.115605+0000 mgr.y (mgr.14556) 5352 : cluster [DBG] pgmap v4716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:30.115605+0000 mgr.y (mgr.14556) 5352 : cluster [DBG] pgmap v4716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:30.115605+0000 mgr.y (mgr.14556) 5352 : cluster [DBG] pgmap v4716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:22:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:32.116519+0000 mgr.y (mgr.14556) 5353 : cluster [DBG] pgmap v4717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:32.116519+0000 mgr.y (mgr.14556) 5353 : cluster [DBG] pgmap v4717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:32.116519+0000 mgr.y (mgr.14556) 5353 : cluster [DBG] pgmap v4717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:22:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:22:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:34.117034+0000 mgr.y (mgr.14556) 5354 : cluster [DBG] pgmap v4718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:34.117034+0000 mgr.y (mgr.14556) 5354 : cluster [DBG] pgmap v4718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:34.117034+0000 mgr.y (mgr.14556) 5354 : cluster [DBG] pgmap v4718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:36.117734+0000 mgr.y (mgr.14556) 5355 : cluster [DBG] pgmap v4719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:36.117734+0000 mgr.y (mgr.14556) 5355 : cluster [DBG] pgmap v4719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:36.117734+0000 mgr.y (mgr.14556) 5355 : cluster [DBG] pgmap v4719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:38.118261+0000 mgr.y (mgr.14556) 5356 : cluster [DBG] pgmap v4720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:38.118261+0000 mgr.y (mgr.14556) 5356 : cluster [DBG] pgmap v4720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:38.118261+0000 mgr.y (mgr.14556) 5356 : cluster [DBG] pgmap v4720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:40.118811+0000 mgr.y (mgr.14556) 5357 : cluster [DBG] pgmap v4721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:40.118811+0000 mgr.y (mgr.14556) 5357 : cluster [DBG] pgmap v4721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:40.118811+0000 mgr.y (mgr.14556) 5357 : cluster [DBG] pgmap v4721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:22:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:42.119626+0000 mgr.y (mgr.14556) 5358 : cluster [DBG] pgmap v4722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:42.119626+0000 mgr.y (mgr.14556) 5358 : cluster [DBG] pgmap v4722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:42.119626+0000 mgr.y (mgr.14556) 5358 : cluster [DBG] pgmap v4722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:22:43] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:22:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:44.120069+0000 mgr.y (mgr.14556) 5359 : cluster [DBG] pgmap v4723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:44.120069+0000 mgr.y (mgr.14556) 5359 : cluster [DBG] pgmap v4723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:44.120069+0000 mgr.y (mgr.14556) 5359 : cluster [DBG] pgmap v4723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:46.120783+0000 mgr.y (mgr.14556) 5360 : cluster [DBG] pgmap v4724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:46.120783+0000 mgr.y (mgr.14556) 5360 : cluster [DBG] pgmap v4724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:46.120783+0000 mgr.y (mgr.14556) 5360 : cluster [DBG] pgmap v4724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:48.121295+0000 mgr.y (mgr.14556) 5361 : cluster [DBG] pgmap v4725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:48.121295+0000 mgr.y (mgr.14556) 5361 : cluster [DBG] pgmap v4725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:48.121295+0000 mgr.y (mgr.14556) 5361 : cluster [DBG] pgmap v4725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:50.121696+0000 mgr.y (mgr.14556) 5362 : cluster [DBG] pgmap v4726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:50.121696+0000 mgr.y (mgr.14556) 5362 : cluster [DBG] pgmap v4726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:50.121696+0000 mgr.y (mgr.14556) 5362 : cluster [DBG] pgmap v4726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:22:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:52.122564+0000 mgr.y (mgr.14556) 5363 : cluster [DBG] pgmap v4727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:52.122564+0000 mgr.y (mgr.14556) 5363 : cluster [DBG] pgmap v4727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:52.122564+0000 mgr.y (mgr.14556) 5363 : cluster [DBG] pgmap v4727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:22:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:22:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:54.123004+0000 mgr.y (mgr.14556) 5364 : cluster [DBG] pgmap v4728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:54.123004+0000 mgr.y (mgr.14556) 5364 : cluster [DBG] pgmap v4728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:54.123004+0000 mgr.y (mgr.14556) 5364 : cluster [DBG] pgmap v4728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:56.842 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:22:57.134 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:22:57.134 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 2m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:22:57.134 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 2m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:22:57.134 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 2m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:22:57.134 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 2m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:22:57.134 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 2m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:22:57.134 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 2m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 2m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 2m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 2m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 2m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 2m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 2m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 2m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 2m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 2m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 2m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 2m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 2m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 2m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:22:57.135 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 2m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:22:57.489 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:22:57.489 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:22:57.489 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:22:57.489 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:22:57.489 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:22:57.489 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:22:57.489 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:22:57.489 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:22:57.489 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:22:57.489 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:22:57.490 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:22:57.490 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:22:57.490 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:22:57.490 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:22:57.490 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:22:57.490 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:22:57.490 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:22:57.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:56.123781+0000 mgr.y (mgr.14556) 5365 : cluster [DBG] pgmap v4729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:57.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:56.123781+0000 mgr.y (mgr.14556) 5365 : cluster [DBG] pgmap v4729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:56.123781+0000 mgr.y (mgr.14556) 5365 : cluster [DBG] pgmap v4729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:22:56.830424+0000 mgr.y (mgr.14556) 5366 : audit [DBG] from='client.20319 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:22:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:22:57.126112+0000 mgr.y (mgr.14556) 5367 : audit [DBG] from='client.20325 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:22:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:22:57.488833+0000 mon.a (mon.0) 1704 : audit [DBG] from='client.? 172.21.15.23:0/645638926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:22:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:22:56.830424+0000 mgr.y (mgr.14556) 5366 : audit [DBG] from='client.20319 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:22:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:22:57.126112+0000 mgr.y (mgr.14556) 5367 : audit [DBG] from='client.20325 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:22:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:22:57.488833+0000 mon.a (mon.0) 1704 : audit [DBG] from='client.? 172.21.15.23:0/645638926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:22:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:22:56.830424+0000 mgr.y (mgr.14556) 5366 : audit [DBG] from='client.20319 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:22:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:22:57.126112+0000 mgr.y (mgr.14556) 5367 : audit [DBG] from='client.20325 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:22:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:22:57.488833+0000 mon.a (mon.0) 1704 : audit [DBG] from='client.? 172.21.15.23:0/645638926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:22:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:22:58.124187+0000 mgr.y (mgr.14556) 5368 : cluster [DBG] pgmap v4730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:22:58.124187+0000 mgr.y (mgr.14556) 5368 : cluster [DBG] pgmap v4730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:22:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:22:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:22:58.124187+0000 mgr.y (mgr.14556) 5368 : cluster [DBG] pgmap v4730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:00.124637+0000 mgr.y (mgr.14556) 5369 : cluster [DBG] pgmap v4731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:00.124637+0000 mgr.y (mgr.14556) 5369 : cluster [DBG] pgmap v4731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:00.124637+0000 mgr.y (mgr.14556) 5369 : cluster [DBG] pgmap v4731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:23:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:02.125291+0000 mgr.y (mgr.14556) 5370 : cluster [DBG] pgmap v4732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:02.125291+0000 mgr.y (mgr.14556) 5370 : cluster [DBG] pgmap v4732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:02.125291+0000 mgr.y (mgr.14556) 5370 : cluster [DBG] pgmap v4732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:23:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:23:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:04.125879+0000 mgr.y (mgr.14556) 5371 : cluster [DBG] pgmap v4733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:04.125879+0000 mgr.y (mgr.14556) 5371 : cluster [DBG] pgmap v4733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:04.125879+0000 mgr.y (mgr.14556) 5371 : cluster [DBG] pgmap v4733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:06.126580+0000 mgr.y (mgr.14556) 5372 : cluster [DBG] pgmap v4734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:06.126580+0000 mgr.y (mgr.14556) 5372 : cluster [DBG] pgmap v4734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:06.126580+0000 mgr.y (mgr.14556) 5372 : cluster [DBG] pgmap v4734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:08.127045+0000 mgr.y (mgr.14556) 5373 : cluster [DBG] pgmap v4735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:08.127045+0000 mgr.y (mgr.14556) 5373 : cluster [DBG] pgmap v4735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:08.127045+0000 mgr.y (mgr.14556) 5373 : cluster [DBG] pgmap v4735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:10.127546+0000 mgr.y (mgr.14556) 5374 : cluster [DBG] pgmap v4736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:10.127546+0000 mgr.y (mgr.14556) 5374 : cluster [DBG] pgmap v4736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:10.127546+0000 mgr.y (mgr.14556) 5374 : cluster [DBG] pgmap v4736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:23:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:12.128378+0000 mgr.y (mgr.14556) 5375 : cluster [DBG] pgmap v4737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:12.128378+0000 mgr.y (mgr.14556) 5375 : cluster [DBG] pgmap v4737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:12.128378+0000 mgr.y (mgr.14556) 5375 : cluster [DBG] pgmap v4737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:23:13] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:23:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:14.128754+0000 mgr.y (mgr.14556) 5376 : cluster [DBG] pgmap v4738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:14.128754+0000 mgr.y (mgr.14556) 5376 : cluster [DBG] pgmap v4738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:14.128754+0000 mgr.y (mgr.14556) 5376 : cluster [DBG] pgmap v4738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:16.129573+0000 mgr.y (mgr.14556) 5377 : cluster [DBG] pgmap v4739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:16.129573+0000 mgr.y (mgr.14556) 5377 : cluster [DBG] pgmap v4739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:16.129573+0000 mgr.y (mgr.14556) 5377 : cluster [DBG] pgmap v4739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:18.130130+0000 mgr.y (mgr.14556) 5378 : cluster [DBG] pgmap v4740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:23:19.157234+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:23:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:18.130130+0000 mgr.y (mgr.14556) 5378 : cluster [DBG] pgmap v4740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:23:19.157234+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:23:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:18.130130+0000 mgr.y (mgr.14556) 5378 : cluster [DBG] pgmap v4740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:23:19.157234+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:23:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:23:19.410051+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:23:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:23:19.413375+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:23:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:23:19.692786+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:23:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:23:19.693450+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:23:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:23:19.701038+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:23:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:20.130504+0000 mgr.y (mgr.14556) 5379 : cluster [DBG] pgmap v4741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:23:19.410051+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:23:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:23:19.413375+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:23:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:23:19.692786+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:23:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:23:19.693450+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:23:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:23:19.701038+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:23:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:20.130504+0000 mgr.y (mgr.14556) 5379 : cluster [DBG] pgmap v4741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:23:19.410051+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:23:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:23:19.413375+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:23:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:23:19.692786+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:23:20.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:23:19.693450+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:23:20.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:23:19.701038+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:23:20.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:20.130504+0000 mgr.y (mgr.14556) 5379 : cluster [DBG] pgmap v4741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:23:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:22.131264+0000 mgr.y (mgr.14556) 5380 : cluster [DBG] pgmap v4742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:22.131264+0000 mgr.y (mgr.14556) 5380 : cluster [DBG] pgmap v4742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:22.131264+0000 mgr.y (mgr.14556) 5380 : cluster [DBG] pgmap v4742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:23:23] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:23:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:24.131575+0000 mgr.y (mgr.14556) 5381 : cluster [DBG] pgmap v4743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:24.131575+0000 mgr.y (mgr.14556) 5381 : cluster [DBG] pgmap v4743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:24.131575+0000 mgr.y (mgr.14556) 5381 : cluster [DBG] pgmap v4743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:26.132178+0000 mgr.y (mgr.14556) 5382 : cluster [DBG] pgmap v4744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:26.132178+0000 mgr.y (mgr.14556) 5382 : cluster [DBG] pgmap v4744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:26.132178+0000 mgr.y (mgr.14556) 5382 : cluster [DBG] pgmap v4744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:27.817 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:23:28.106 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:23:28.106 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 3m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:23:28.106 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 3m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:23:28.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 3m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:23:28.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 3m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:23:28.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 3m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:23:28.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 3m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:23:28.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 3m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:23:28.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 3m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:23:28.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 3m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:23:28.106 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 3m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:23:28.107 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 3m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:23:28.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 3m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:23:28.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 3m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:23:28.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 3m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:23:28.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 3m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:23:28.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 3m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:23:28.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 3m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:23:28.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 3m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:23:28.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 3m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:23:28.107 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 3m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:23:28.456 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:23:28.456 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:23:28.456 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:23:28.456 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:23:28.456 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:23:28.456 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:23:28.456 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:23:28.457 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:23:28.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:23:28.457 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:23:28.457 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:23:28.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:23:28.457 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:23:28.457 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:23:28.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:23:28.457 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:23:28.457 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:23:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:23:27.804639+0000 mgr.y (mgr.14556) 5383 : audit [DBG] from='client.20337 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:23:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:23:28.097863+0000 mgr.y (mgr.14556) 5384 : audit [DBG] from='client.30257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:23:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:28.132505+0000 mgr.y (mgr.14556) 5385 : cluster [DBG] pgmap v4745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:23:28.456103+0000 mon.a (mon.0) 1711 : audit [DBG] from='client.? 172.21.15.23:0/997673418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:23:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:23:27.804639+0000 mgr.y (mgr.14556) 5383 : audit [DBG] from='client.20337 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:23:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:23:28.097863+0000 mgr.y (mgr.14556) 5384 : audit [DBG] from='client.30257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:23:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:28.132505+0000 mgr.y (mgr.14556) 5385 : cluster [DBG] pgmap v4745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:23:28.456103+0000 mon.a (mon.0) 1711 : audit [DBG] from='client.? 172.21.15.23:0/997673418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:23:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:23:27.804639+0000 mgr.y (mgr.14556) 5383 : audit [DBG] from='client.20337 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:23:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:23:28.097863+0000 mgr.y (mgr.14556) 5384 : audit [DBG] from='client.30257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:23:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:28.132505+0000 mgr.y (mgr.14556) 5385 : cluster [DBG] pgmap v4745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:23:28.456103+0000 mon.a (mon.0) 1711 : audit [DBG] from='client.? 172.21.15.23:0/997673418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:23:31.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:30.132888+0000 mgr.y (mgr.14556) 5386 : cluster [DBG] pgmap v4746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:30.132888+0000 mgr.y (mgr.14556) 5386 : cluster [DBG] pgmap v4746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:30.132888+0000 mgr.y (mgr.14556) 5386 : cluster [DBG] pgmap v4746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:23:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:32.133594+0000 mgr.y (mgr.14556) 5387 : cluster [DBG] pgmap v4747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:32.133594+0000 mgr.y (mgr.14556) 5387 : cluster [DBG] pgmap v4747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:32.133594+0000 mgr.y (mgr.14556) 5387 : cluster [DBG] pgmap v4747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:23:33] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:23:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:34.133978+0000 mgr.y (mgr.14556) 5388 : cluster [DBG] pgmap v4748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:34.133978+0000 mgr.y (mgr.14556) 5388 : cluster [DBG] pgmap v4748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:34.133978+0000 mgr.y (mgr.14556) 5388 : cluster [DBG] pgmap v4748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:36.134825+0000 mgr.y (mgr.14556) 5389 : cluster [DBG] pgmap v4749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:36.134825+0000 mgr.y (mgr.14556) 5389 : cluster [DBG] pgmap v4749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:36.134825+0000 mgr.y (mgr.14556) 5389 : cluster [DBG] pgmap v4749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:38.135379+0000 mgr.y (mgr.14556) 5390 : cluster [DBG] pgmap v4750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:38.135379+0000 mgr.y (mgr.14556) 5390 : cluster [DBG] pgmap v4750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:38.135379+0000 mgr.y (mgr.14556) 5390 : cluster [DBG] pgmap v4750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:40.135749+0000 mgr.y (mgr.14556) 5391 : cluster [DBG] pgmap v4751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:40.135749+0000 mgr.y (mgr.14556) 5391 : cluster [DBG] pgmap v4751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:40.135749+0000 mgr.y (mgr.14556) 5391 : cluster [DBG] pgmap v4751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:23:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:42.136353+0000 mgr.y (mgr.14556) 5392 : cluster [DBG] pgmap v4752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:42.136353+0000 mgr.y (mgr.14556) 5392 : cluster [DBG] pgmap v4752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:42.136353+0000 mgr.y (mgr.14556) 5392 : cluster [DBG] pgmap v4752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:23:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:23:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:44.136876+0000 mgr.y (mgr.14556) 5393 : cluster [DBG] pgmap v4753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:44.136876+0000 mgr.y (mgr.14556) 5393 : cluster [DBG] pgmap v4753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:44.136876+0000 mgr.y (mgr.14556) 5393 : cluster [DBG] pgmap v4753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:46.137665+0000 mgr.y (mgr.14556) 5394 : cluster [DBG] pgmap v4754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:46.137665+0000 mgr.y (mgr.14556) 5394 : cluster [DBG] pgmap v4754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:46.137665+0000 mgr.y (mgr.14556) 5394 : cluster [DBG] pgmap v4754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:48.138180+0000 mgr.y (mgr.14556) 5395 : cluster [DBG] pgmap v4755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:48.138180+0000 mgr.y (mgr.14556) 5395 : cluster [DBG] pgmap v4755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:48.138180+0000 mgr.y (mgr.14556) 5395 : cluster [DBG] pgmap v4755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:50.138738+0000 mgr.y (mgr.14556) 5396 : cluster [DBG] pgmap v4756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:50.138738+0000 mgr.y (mgr.14556) 5396 : cluster [DBG] pgmap v4756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:50.138738+0000 mgr.y (mgr.14556) 5396 : cluster [DBG] pgmap v4756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:23:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:52.139418+0000 mgr.y (mgr.14556) 5397 : cluster [DBG] pgmap v4757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:52.139418+0000 mgr.y (mgr.14556) 5397 : cluster [DBG] pgmap v4757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:52.139418+0000 mgr.y (mgr.14556) 5397 : cluster [DBG] pgmap v4757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:23:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:23:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:54.139853+0000 mgr.y (mgr.14556) 5398 : cluster [DBG] pgmap v4758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:54.139853+0000 mgr.y (mgr.14556) 5398 : cluster [DBG] pgmap v4758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:54.139853+0000 mgr.y (mgr.14556) 5398 : cluster [DBG] pgmap v4758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:56.140580+0000 mgr.y (mgr.14556) 5399 : cluster [DBG] pgmap v4759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:56.140580+0000 mgr.y (mgr.14556) 5399 : cluster [DBG] pgmap v4759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:56.140580+0000 mgr.y (mgr.14556) 5399 : cluster [DBG] pgmap v4759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:58.783 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:23:59.070 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 3m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 3m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 3m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 3m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 3m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 3m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 3m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 3m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 3m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 3m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 3m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 3m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 3m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 3m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:23:59.071 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 3m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:23:59.072 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 3m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:23:59.072 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 3m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:23:59.072 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 3m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:23:59.072 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 3m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:23:59.072 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 3m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:23:59.419 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:23:59.419 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:23:59.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:23:59.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:23:59.419 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:23:59.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:23:59.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:23:59.419 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:23:59.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:23:59.420 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:23:59.420 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:23:59.420 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:23:59.420 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:23:59.420 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:23:59.420 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:23:59.420 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:23:59.420 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:23:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:23:58.141041+0000 mgr.y (mgr.14556) 5400 : cluster [DBG] pgmap v4760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:23:58.141041+0000 mgr.y (mgr.14556) 5400 : cluster [DBG] pgmap v4760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:23:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:23:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:23:58.141041+0000 mgr.y (mgr.14556) 5400 : cluster [DBG] pgmap v4760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:23:58.771535+0000 mgr.y (mgr.14556) 5401 : audit [DBG] from='client.20355 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:24:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:23:59.062595+0000 mgr.y (mgr.14556) 5402 : audit [DBG] from='client.20361 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:24:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:23:59.418874+0000 mon.a (mon.0) 1712 : audit [DBG] from='client.? 172.21.15.23:0/1678253909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:24:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:23:58.771535+0000 mgr.y (mgr.14556) 5401 : audit [DBG] from='client.20355 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:24:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:23:59.062595+0000 mgr.y (mgr.14556) 5402 : audit [DBG] from='client.20361 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:24:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:23:59.418874+0000 mon.a (mon.0) 1712 : audit [DBG] from='client.? 172.21.15.23:0/1678253909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:24:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:23:58.771535+0000 mgr.y (mgr.14556) 5401 : audit [DBG] from='client.20355 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:24:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:23:59.062595+0000 mgr.y (mgr.14556) 5402 : audit [DBG] from='client.20361 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:24:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:23:59.418874+0000 mon.a (mon.0) 1712 : audit [DBG] from='client.? 172.21.15.23:0/1678253909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:24:01.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:00.141441+0000 mgr.y (mgr.14556) 5403 : cluster [DBG] pgmap v4761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:00.141441+0000 mgr.y (mgr.14556) 5403 : cluster [DBG] pgmap v4761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:00.141441+0000 mgr.y (mgr.14556) 5403 : cluster [DBG] pgmap v4761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:24:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:02.142082+0000 mgr.y (mgr.14556) 5404 : cluster [DBG] pgmap v4762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:02.142082+0000 mgr.y (mgr.14556) 5404 : cluster [DBG] pgmap v4762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:02.142082+0000 mgr.y (mgr.14556) 5404 : cluster [DBG] pgmap v4762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:24:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:24:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:04.142428+0000 mgr.y (mgr.14556) 5405 : cluster [DBG] pgmap v4763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:04.142428+0000 mgr.y (mgr.14556) 5405 : cluster [DBG] pgmap v4763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:04.142428+0000 mgr.y (mgr.14556) 5405 : cluster [DBG] pgmap v4763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:06.143216+0000 mgr.y (mgr.14556) 5406 : cluster [DBG] pgmap v4764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:06.143216+0000 mgr.y (mgr.14556) 5406 : cluster [DBG] pgmap v4764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:06.143216+0000 mgr.y (mgr.14556) 5406 : cluster [DBG] pgmap v4764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:08.143670+0000 mgr.y (mgr.14556) 5407 : cluster [DBG] pgmap v4765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:08.143670+0000 mgr.y (mgr.14556) 5407 : cluster [DBG] pgmap v4765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:08.143670+0000 mgr.y (mgr.14556) 5407 : cluster [DBG] pgmap v4765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:10.144137+0000 mgr.y (mgr.14556) 5408 : cluster [DBG] pgmap v4766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:10.144137+0000 mgr.y (mgr.14556) 5408 : cluster [DBG] pgmap v4766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:10.144137+0000 mgr.y (mgr.14556) 5408 : cluster [DBG] pgmap v4766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:24:12.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:12.144952+0000 mgr.y (mgr.14556) 5409 : cluster [DBG] pgmap v4767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:12.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:12.144952+0000 mgr.y (mgr.14556) 5409 : cluster [DBG] pgmap v4767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:12.144952+0000 mgr.y (mgr.14556) 5409 : cluster [DBG] pgmap v4767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:24:13] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:24:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:14.145422+0000 mgr.y (mgr.14556) 5410 : cluster [DBG] pgmap v4768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:14.145422+0000 mgr.y (mgr.14556) 5410 : cluster [DBG] pgmap v4768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:14.145422+0000 mgr.y (mgr.14556) 5410 : cluster [DBG] pgmap v4768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:16.146068+0000 mgr.y (mgr.14556) 5411 : cluster [DBG] pgmap v4769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:16.146068+0000 mgr.y (mgr.14556) 5411 : cluster [DBG] pgmap v4769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:16.146068+0000 mgr.y (mgr.14556) 5411 : cluster [DBG] pgmap v4769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:18.146541+0000 mgr.y (mgr.14556) 5412 : cluster [DBG] pgmap v4770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:18.146541+0000 mgr.y (mgr.14556) 5412 : cluster [DBG] pgmap v4770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:18.146541+0000 mgr.y (mgr.14556) 5412 : cluster [DBG] pgmap v4770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:24:19.705406+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:24:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:24:20.008106+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:24:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:24:20.008780+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:24:20.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:24:20.016352+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:24:20.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:24:19.705406+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:24:20.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:24:20.008106+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:24:20.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:24:20.008780+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:24:20.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:24:20.016352+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:24:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:24:19.705406+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:24:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:24:20.008106+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:24:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:24:20.008780+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:24:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:24:20.016352+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:24:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:20.146851+0000 mgr.y (mgr.14556) 5413 : cluster [DBG] pgmap v4771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:20.146851+0000 mgr.y (mgr.14556) 5413 : cluster [DBG] pgmap v4771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:20.146851+0000 mgr.y (mgr.14556) 5413 : cluster [DBG] pgmap v4771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:24:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:22.147742+0000 mgr.y (mgr.14556) 5414 : cluster [DBG] pgmap v4772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:22.147742+0000 mgr.y (mgr.14556) 5414 : cluster [DBG] pgmap v4772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:22.147742+0000 mgr.y (mgr.14556) 5414 : cluster [DBG] pgmap v4772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:24:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:24:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:24.148183+0000 mgr.y (mgr.14556) 5415 : cluster [DBG] pgmap v4773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:24.148183+0000 mgr.y (mgr.14556) 5415 : cluster [DBG] pgmap v4773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:24.148183+0000 mgr.y (mgr.14556) 5415 : cluster [DBG] pgmap v4773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:26.148977+0000 mgr.y (mgr.14556) 5416 : cluster [DBG] pgmap v4774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:26.148977+0000 mgr.y (mgr.14556) 5416 : cluster [DBG] pgmap v4774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:26.148977+0000 mgr.y (mgr.14556) 5416 : cluster [DBG] pgmap v4774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:28.149427+0000 mgr.y (mgr.14556) 5417 : cluster [DBG] pgmap v4775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:28.149427+0000 mgr.y (mgr.14556) 5417 : cluster [DBG] pgmap v4775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:28.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:28.149427+0000 mgr.y (mgr.14556) 5417 : cluster [DBG] pgmap v4775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:29.741 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:24:30.028 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:24:30.028 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:24:30.029 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:24:30.029 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:24:30.029 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:24:30.029 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:24:30.029 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:24:30.029 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:24:30.029 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:24:30.029 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:24:30.029 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:24:30.029 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:24:30.029 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:24:30.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:24:30.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:24:30.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:24:30.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:24:30.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:24:30.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 4m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:24:30.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:24:30.030 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:24:30.381 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:24:30.381 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:24:30.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:24:30.381 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:24:30.381 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:24:30.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:24:30.381 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:24:30.381 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:24:30.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:24:30.381 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:24:30.382 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:24:30.382 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:24:30.382 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:24:30.382 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:24:30.382 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:24:30.382 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:24:30.382 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:24:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:24:29.729868+0000 mgr.y (mgr.14556) 5418 : audit [DBG] from='client.30287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:24:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:24:30.020426+0000 mgr.y (mgr.14556) 5419 : audit [DBG] from='client.20379 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:24:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:30.149724+0000 mgr.y (mgr.14556) 5420 : cluster [DBG] pgmap v4776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:24:30.380858+0000 mon.c (mon.2) 153 : audit [DBG] from='client.? 172.21.15.23:0/37804626' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:24:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:24:29.729868+0000 mgr.y (mgr.14556) 5418 : audit [DBG] from='client.30287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:24:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:24:30.020426+0000 mgr.y (mgr.14556) 5419 : audit [DBG] from='client.20379 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:24:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:30.149724+0000 mgr.y (mgr.14556) 5420 : cluster [DBG] pgmap v4776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:24:30.380858+0000 mon.c (mon.2) 153 : audit [DBG] from='client.? 172.21.15.23:0/37804626' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:24:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:24:29.729868+0000 mgr.y (mgr.14556) 5418 : audit [DBG] from='client.30287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:24:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:24:30.020426+0000 mgr.y (mgr.14556) 5419 : audit [DBG] from='client.20379 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:24:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:30.149724+0000 mgr.y (mgr.14556) 5420 : cluster [DBG] pgmap v4776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:24:30.380858+0000 mon.c (mon.2) 153 : audit [DBG] from='client.? 172.21.15.23:0/37804626' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:24:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:24:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:32.150427+0000 mgr.y (mgr.14556) 5421 : cluster [DBG] pgmap v4777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:32.150427+0000 mgr.y (mgr.14556) 5421 : cluster [DBG] pgmap v4777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:32.150427+0000 mgr.y (mgr.14556) 5421 : cluster [DBG] pgmap v4777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:24:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:24:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:34.150924+0000 mgr.y (mgr.14556) 5422 : cluster [DBG] pgmap v4778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:34.150924+0000 mgr.y (mgr.14556) 5422 : cluster [DBG] pgmap v4778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:34.150924+0000 mgr.y (mgr.14556) 5422 : cluster [DBG] pgmap v4778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:36.151571+0000 mgr.y (mgr.14556) 5423 : cluster [DBG] pgmap v4779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:36.151571+0000 mgr.y (mgr.14556) 5423 : cluster [DBG] pgmap v4779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:36.151571+0000 mgr.y (mgr.14556) 5423 : cluster [DBG] pgmap v4779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:38.151965+0000 mgr.y (mgr.14556) 5424 : cluster [DBG] pgmap v4780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:38.151965+0000 mgr.y (mgr.14556) 5424 : cluster [DBG] pgmap v4780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:38.151965+0000 mgr.y (mgr.14556) 5424 : cluster [DBG] pgmap v4780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:40.152375+0000 mgr.y (mgr.14556) 5425 : cluster [DBG] pgmap v4781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:40.152375+0000 mgr.y (mgr.14556) 5425 : cluster [DBG] pgmap v4781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:40.152375+0000 mgr.y (mgr.14556) 5425 : cluster [DBG] pgmap v4781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:24:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:42.153152+0000 mgr.y (mgr.14556) 5426 : cluster [DBG] pgmap v4782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:42.153152+0000 mgr.y (mgr.14556) 5426 : cluster [DBG] pgmap v4782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:42.153152+0000 mgr.y (mgr.14556) 5426 : cluster [DBG] pgmap v4782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:24:43] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:24:45.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:44.153631+0000 mgr.y (mgr.14556) 5427 : cluster [DBG] pgmap v4783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:45.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:44.153631+0000 mgr.y (mgr.14556) 5427 : cluster [DBG] pgmap v4783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:44.153631+0000 mgr.y (mgr.14556) 5427 : cluster [DBG] pgmap v4783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:46.154388+0000 mgr.y (mgr.14556) 5428 : cluster [DBG] pgmap v4784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:46.154388+0000 mgr.y (mgr.14556) 5428 : cluster [DBG] pgmap v4784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:46.154388+0000 mgr.y (mgr.14556) 5428 : cluster [DBG] pgmap v4784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:48.154963+0000 mgr.y (mgr.14556) 5429 : cluster [DBG] pgmap v4785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:48.154963+0000 mgr.y (mgr.14556) 5429 : cluster [DBG] pgmap v4785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:48.154963+0000 mgr.y (mgr.14556) 5429 : cluster [DBG] pgmap v4785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:50.155447+0000 mgr.y (mgr.14556) 5430 : cluster [DBG] pgmap v4786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:50.155447+0000 mgr.y (mgr.14556) 5430 : cluster [DBG] pgmap v4786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:50.155447+0000 mgr.y (mgr.14556) 5430 : cluster [DBG] pgmap v4786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:24:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:52.156096+0000 mgr.y (mgr.14556) 5431 : cluster [DBG] pgmap v4787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:52.156096+0000 mgr.y (mgr.14556) 5431 : cluster [DBG] pgmap v4787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:52.156096+0000 mgr.y (mgr.14556) 5431 : cluster [DBG] pgmap v4787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:24:53] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:24:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:54.156629+0000 mgr.y (mgr.14556) 5432 : cluster [DBG] pgmap v4788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:54.156629+0000 mgr.y (mgr.14556) 5432 : cluster [DBG] pgmap v4788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:54.156629+0000 mgr.y (mgr.14556) 5432 : cluster [DBG] pgmap v4788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:56.157503+0000 mgr.y (mgr.14556) 5433 : cluster [DBG] pgmap v4789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:56.157503+0000 mgr.y (mgr.14556) 5433 : cluster [DBG] pgmap v4789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:56.157503+0000 mgr.y (mgr.14556) 5433 : cluster [DBG] pgmap v4789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:24:58.157915+0000 mgr.y (mgr.14556) 5434 : cluster [DBG] pgmap v4790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:24:58.157915+0000 mgr.y (mgr.14556) 5434 : cluster [DBG] pgmap v4790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:24:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:24:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:24:58.157915+0000 mgr.y (mgr.14556) 5434 : cluster [DBG] pgmap v4790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:00.158488+0000 mgr.y (mgr.14556) 5435 : cluster [DBG] pgmap v4791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:00.158488+0000 mgr.y (mgr.14556) 5435 : cluster [DBG] pgmap v4791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:00.158488+0000 mgr.y (mgr.14556) 5435 : cluster [DBG] pgmap v4791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:00.706 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:25:00.996 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:25:00.996 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:25:00.996 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:25:00.996 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:25:00.996 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 4m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:25:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:25:00.998 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:25:01.348 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:25:01.348 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:25:01.348 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:25:01.349 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:25:01.349 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:25:01.349 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:25:01.349 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:25:01.349 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:25:01.349 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:25:01.349 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:25:01.349 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:25:01.349 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:25:01.349 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:25:01.349 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:25:01.349 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:25:01.350 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:25:01.350 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:25:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:25:00.694741+0000 mgr.y (mgr.14556) 5436 : audit [DBG] from='client.20391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:25:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:25:00.988298+0000 mgr.y (mgr.14556) 5437 : audit [DBG] from='client.30311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:25:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:25:00.694741+0000 mgr.y (mgr.14556) 5436 : audit [DBG] from='client.20391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:25:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:25:00.988298+0000 mgr.y (mgr.14556) 5437 : audit [DBG] from='client.30311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:25:01.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:25:01.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:25:00.694741+0000 mgr.y (mgr.14556) 5436 : audit [DBG] from='client.20391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:25:01.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:25:00.988298+0000 mgr.y (mgr.14556) 5437 : audit [DBG] from='client.30311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:25:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:25:01.348477+0000 mon.a (mon.0) 1717 : audit [DBG] from='client.? 172.21.15.23:0/1342154416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:25:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:02.159348+0000 mgr.y (mgr.14556) 5438 : cluster [DBG] pgmap v4792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:25:01.348477+0000 mon.a (mon.0) 1717 : audit [DBG] from='client.? 172.21.15.23:0/1342154416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:25:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:02.159348+0000 mgr.y (mgr.14556) 5438 : cluster [DBG] pgmap v4792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:25:01.348477+0000 mon.a (mon.0) 1717 : audit [DBG] from='client.? 172.21.15.23:0/1342154416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:25:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:02.159348+0000 mgr.y (mgr.14556) 5438 : cluster [DBG] pgmap v4792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:25:03] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:25:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:04.159814+0000 mgr.y (mgr.14556) 5439 : cluster [DBG] pgmap v4793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:04.159814+0000 mgr.y (mgr.14556) 5439 : cluster [DBG] pgmap v4793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:04.159814+0000 mgr.y (mgr.14556) 5439 : cluster [DBG] pgmap v4793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:06.160508+0000 mgr.y (mgr.14556) 5440 : cluster [DBG] pgmap v4794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:06.160508+0000 mgr.y (mgr.14556) 5440 : cluster [DBG] pgmap v4794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:06.160508+0000 mgr.y (mgr.14556) 5440 : cluster [DBG] pgmap v4794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:08.160995+0000 mgr.y (mgr.14556) 5441 : cluster [DBG] pgmap v4795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:08.160995+0000 mgr.y (mgr.14556) 5441 : cluster [DBG] pgmap v4795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:08.160995+0000 mgr.y (mgr.14556) 5441 : cluster [DBG] pgmap v4795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:10.161501+0000 mgr.y (mgr.14556) 5442 : cluster [DBG] pgmap v4796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:10.161501+0000 mgr.y (mgr.14556) 5442 : cluster [DBG] pgmap v4796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:10.161501+0000 mgr.y (mgr.14556) 5442 : cluster [DBG] pgmap v4796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:25:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:12.162232+0000 mgr.y (mgr.14556) 5443 : cluster [DBG] pgmap v4797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:12.162232+0000 mgr.y (mgr.14556) 5443 : cluster [DBG] pgmap v4797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:12.162232+0000 mgr.y (mgr.14556) 5443 : cluster [DBG] pgmap v4797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:25:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:25:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:14.162801+0000 mgr.y (mgr.14556) 5444 : cluster [DBG] pgmap v4798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:14.162801+0000 mgr.y (mgr.14556) 5444 : cluster [DBG] pgmap v4798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:14.162801+0000 mgr.y (mgr.14556) 5444 : cluster [DBG] pgmap v4798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:16.163504+0000 mgr.y (mgr.14556) 5445 : cluster [DBG] pgmap v4799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:16.163504+0000 mgr.y (mgr.14556) 5445 : cluster [DBG] pgmap v4799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:16.163504+0000 mgr.y (mgr.14556) 5445 : cluster [DBG] pgmap v4799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:18.163905+0000 mgr.y (mgr.14556) 5446 : cluster [DBG] pgmap v4800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:18.163905+0000 mgr.y (mgr.14556) 5446 : cluster [DBG] pgmap v4800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:18.163905+0000 mgr.y (mgr.14556) 5446 : cluster [DBG] pgmap v4800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:25:20.020675+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:25:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:25:20.020675+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:25:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:25:20.020675+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:25:21.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:20.164298+0000 mgr.y (mgr.14556) 5447 : cluster [DBG] pgmap v4801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:21.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:25:20.327448+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:25:21.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:25:20.328076+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:25:21.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:25:20.333076+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:25:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:20.164298+0000 mgr.y (mgr.14556) 5447 : cluster [DBG] pgmap v4801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:25:20.327448+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:25:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:25:20.328076+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:25:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:25:20.333076+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:25:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:20.164298+0000 mgr.y (mgr.14556) 5447 : cluster [DBG] pgmap v4801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:25:20.327448+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:25:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:25:20.328076+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:25:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:25:20.333076+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:25:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:25:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:22.164932+0000 mgr.y (mgr.14556) 5448 : cluster [DBG] pgmap v4802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:22.164932+0000 mgr.y (mgr.14556) 5448 : cluster [DBG] pgmap v4802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:22.164932+0000 mgr.y (mgr.14556) 5448 : cluster [DBG] pgmap v4802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:25:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:25:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:24.165543+0000 mgr.y (mgr.14556) 5449 : cluster [DBG] pgmap v4803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:24.165543+0000 mgr.y (mgr.14556) 5449 : cluster [DBG] pgmap v4803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:24.165543+0000 mgr.y (mgr.14556) 5449 : cluster [DBG] pgmap v4803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:27.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:26.166303+0000 mgr.y (mgr.14556) 5450 : cluster [DBG] pgmap v4804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:27.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:26.166303+0000 mgr.y (mgr.14556) 5450 : cluster [DBG] pgmap v4804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:26.166303+0000 mgr.y (mgr.14556) 5450 : cluster [DBG] pgmap v4804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:28.166781+0000 mgr.y (mgr.14556) 5451 : cluster [DBG] pgmap v4805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:28.166781+0000 mgr.y (mgr.14556) 5451 : cluster [DBG] pgmap v4805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:28.166781+0000 mgr.y (mgr.14556) 5451 : cluster [DBG] pgmap v4805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:30.167142+0000 mgr.y (mgr.14556) 5452 : cluster [DBG] pgmap v4806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:30.167142+0000 mgr.y (mgr.14556) 5452 : cluster [DBG] pgmap v4806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:30.167142+0000 mgr.y (mgr.14556) 5452 : cluster [DBG] pgmap v4806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:31.673 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:25:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:25:31.959 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 5m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 5m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 5m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 5m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 5m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 5m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 5m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:25:31.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:25:31.961 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:25:31.961 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 5m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:25:31.961 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 5m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:25:31.961 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 5m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:25:31.961 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 5m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:25:31.961 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 5m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:25:32.311 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:25:32.311 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:25:32.312 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:25:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:25:31.661199+0000 mgr.y (mgr.14556) 5453 : audit [DBG] from='client.30323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:25:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:25:31.951586+0000 mgr.y (mgr.14556) 5454 : audit [DBG] from='client.20415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:25:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:32.167705+0000 mgr.y (mgr.14556) 5455 : cluster [DBG] pgmap v4807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:25:32.311450+0000 mon.c (mon.2) 154 : audit [DBG] from='client.? 172.21.15.23:0/1859495487' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:25:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:25:31.661199+0000 mgr.y (mgr.14556) 5453 : audit [DBG] from='client.30323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:25:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:25:31.951586+0000 mgr.y (mgr.14556) 5454 : audit [DBG] from='client.20415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:25:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:32.167705+0000 mgr.y (mgr.14556) 5455 : cluster [DBG] pgmap v4807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:25:32.311450+0000 mon.c (mon.2) 154 : audit [DBG] from='client.? 172.21.15.23:0/1859495487' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:25:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:25:31.661199+0000 mgr.y (mgr.14556) 5453 : audit [DBG] from='client.30323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:25:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:25:31.951586+0000 mgr.y (mgr.14556) 5454 : audit [DBG] from='client.20415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:25:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:32.167705+0000 mgr.y (mgr.14556) 5455 : cluster [DBG] pgmap v4807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:25:32.311450+0000 mon.c (mon.2) 154 : audit [DBG] from='client.? 172.21.15.23:0/1859495487' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:25:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:25:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:25:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:34.168140+0000 mgr.y (mgr.14556) 5456 : cluster [DBG] pgmap v4808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:34.168140+0000 mgr.y (mgr.14556) 5456 : cluster [DBG] pgmap v4808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:34.168140+0000 mgr.y (mgr.14556) 5456 : cluster [DBG] pgmap v4808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:36.168931+0000 mgr.y (mgr.14556) 5457 : cluster [DBG] pgmap v4809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:36.168931+0000 mgr.y (mgr.14556) 5457 : cluster [DBG] pgmap v4809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:36.168931+0000 mgr.y (mgr.14556) 5457 : cluster [DBG] pgmap v4809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:38.169401+0000 mgr.y (mgr.14556) 5458 : cluster [DBG] pgmap v4810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:38.169401+0000 mgr.y (mgr.14556) 5458 : cluster [DBG] pgmap v4810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:38.169401+0000 mgr.y (mgr.14556) 5458 : cluster [DBG] pgmap v4810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:40.169779+0000 mgr.y (mgr.14556) 5459 : cluster [DBG] pgmap v4811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:40.169779+0000 mgr.y (mgr.14556) 5459 : cluster [DBG] pgmap v4811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:40.169779+0000 mgr.y (mgr.14556) 5459 : cluster [DBG] pgmap v4811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:25:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:42.170617+0000 mgr.y (mgr.14556) 5460 : cluster [DBG] pgmap v4812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:42.170617+0000 mgr.y (mgr.14556) 5460 : cluster [DBG] pgmap v4812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:42.170617+0000 mgr.y (mgr.14556) 5460 : cluster [DBG] pgmap v4812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:25:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:25:45.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:44.170983+0000 mgr.y (mgr.14556) 5461 : cluster [DBG] pgmap v4813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:45.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:44.170983+0000 mgr.y (mgr.14556) 5461 : cluster [DBG] pgmap v4813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:44.170983+0000 mgr.y (mgr.14556) 5461 : cluster [DBG] pgmap v4813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:46.171682+0000 mgr.y (mgr.14556) 5462 : cluster [DBG] pgmap v4814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:46.171682+0000 mgr.y (mgr.14556) 5462 : cluster [DBG] pgmap v4814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:46.171682+0000 mgr.y (mgr.14556) 5462 : cluster [DBG] pgmap v4814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:48.172054+0000 mgr.y (mgr.14556) 5463 : cluster [DBG] pgmap v4815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:48.172054+0000 mgr.y (mgr.14556) 5463 : cluster [DBG] pgmap v4815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:48.172054+0000 mgr.y (mgr.14556) 5463 : cluster [DBG] pgmap v4815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:50.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:50.172583+0000 mgr.y (mgr.14556) 5464 : cluster [DBG] pgmap v4816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:50.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:50.172583+0000 mgr.y (mgr.14556) 5464 : cluster [DBG] pgmap v4816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:50.172583+0000 mgr.y (mgr.14556) 5464 : cluster [DBG] pgmap v4816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:25:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:52.173340+0000 mgr.y (mgr.14556) 5465 : cluster [DBG] pgmap v4817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:52.173340+0000 mgr.y (mgr.14556) 5465 : cluster [DBG] pgmap v4817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:52.173340+0000 mgr.y (mgr.14556) 5465 : cluster [DBG] pgmap v4817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:25:53] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:25:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:54.173749+0000 mgr.y (mgr.14556) 5466 : cluster [DBG] pgmap v4818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:54.173749+0000 mgr.y (mgr.14556) 5466 : cluster [DBG] pgmap v4818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:54.173749+0000 mgr.y (mgr.14556) 5466 : cluster [DBG] pgmap v4818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:56.174378+0000 mgr.y (mgr.14556) 5467 : cluster [DBG] pgmap v4819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:56.174378+0000 mgr.y (mgr.14556) 5467 : cluster [DBG] pgmap v4819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:56.174378+0000 mgr.y (mgr.14556) 5467 : cluster [DBG] pgmap v4819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:25:58.174891+0000 mgr.y (mgr.14556) 5468 : cluster [DBG] pgmap v4820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:25:58.174891+0000 mgr.y (mgr.14556) 5468 : cluster [DBG] pgmap v4820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:25:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:25:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:25:58.174891+0000 mgr.y (mgr.14556) 5468 : cluster [DBG] pgmap v4820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:00.175442+0000 mgr.y (mgr.14556) 5469 : cluster [DBG] pgmap v4821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:00.175442+0000 mgr.y (mgr.14556) 5469 : cluster [DBG] pgmap v4821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:00.175442+0000 mgr.y (mgr.14556) 5469 : cluster [DBG] pgmap v4821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:26:02.633 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:26:02.918 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:26:02.918 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:26:02.918 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 5m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 5m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 5m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 5m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 5m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 5m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 5m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:26:02.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 5m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:26:02.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 5m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:26:02.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 5m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:26:02.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 5m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:26:02.920 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 5m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:26:03.268 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:26:03.268 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:26:03.268 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:26:03.268 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:26:03.268 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:26:03.268 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:26:03.268 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:26:03.268 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:26:03.268 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:26:03.268 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:26:03.269 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:26:03.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:26:03.269 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:26:03.269 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:26:03.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:26:03.269 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:26:03.269 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:26:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:02.176227+0000 mgr.y (mgr.14556) 5470 : cluster [DBG] pgmap v4822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:02.176227+0000 mgr.y (mgr.14556) 5470 : cluster [DBG] pgmap v4822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:02.176227+0000 mgr.y (mgr.14556) 5470 : cluster [DBG] pgmap v4822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:26:03] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:26:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:26:02.619677+0000 mgr.y (mgr.14556) 5471 : audit [DBG] from='client.30341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:26:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:26:02.909974+0000 mgr.y (mgr.14556) 5472 : audit [DBG] from='client.20433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:26:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:26:03.268030+0000 mon.a (mon.0) 1722 : audit [DBG] from='client.? 172.21.15.23:0/1127767842' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:26:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:26:02.619677+0000 mgr.y (mgr.14556) 5471 : audit [DBG] from='client.30341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:26:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:26:02.909974+0000 mgr.y (mgr.14556) 5472 : audit [DBG] from='client.20433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:26:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:26:03.268030+0000 mon.a (mon.0) 1722 : audit [DBG] from='client.? 172.21.15.23:0/1127767842' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:26:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:26:02.619677+0000 mgr.y (mgr.14556) 5471 : audit [DBG] from='client.30341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:26:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:26:02.909974+0000 mgr.y (mgr.14556) 5472 : audit [DBG] from='client.20433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:26:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:26:03.268030+0000 mon.a (mon.0) 1722 : audit [DBG] from='client.? 172.21.15.23:0/1127767842' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:26:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:04.176811+0000 mgr.y (mgr.14556) 5473 : cluster [DBG] pgmap v4823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:04.176811+0000 mgr.y (mgr.14556) 5473 : cluster [DBG] pgmap v4823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:04.176811+0000 mgr.y (mgr.14556) 5473 : cluster [DBG] pgmap v4823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:06.177434+0000 mgr.y (mgr.14556) 5474 : cluster [DBG] pgmap v4824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:06.177434+0000 mgr.y (mgr.14556) 5474 : cluster [DBG] pgmap v4824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:06.177434+0000 mgr.y (mgr.14556) 5474 : cluster [DBG] pgmap v4824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:08.177807+0000 mgr.y (mgr.14556) 5475 : cluster [DBG] pgmap v4825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:08.177807+0000 mgr.y (mgr.14556) 5475 : cluster [DBG] pgmap v4825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:08.177807+0000 mgr.y (mgr.14556) 5475 : cluster [DBG] pgmap v4825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:10.178402+0000 mgr.y (mgr.14556) 5476 : cluster [DBG] pgmap v4826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:10.178402+0000 mgr.y (mgr.14556) 5476 : cluster [DBG] pgmap v4826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:10.178402+0000 mgr.y (mgr.14556) 5476 : cluster [DBG] pgmap v4826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:26:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:12.179150+0000 mgr.y (mgr.14556) 5477 : cluster [DBG] pgmap v4827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:12.179150+0000 mgr.y (mgr.14556) 5477 : cluster [DBG] pgmap v4827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:12.179150+0000 mgr.y (mgr.14556) 5477 : cluster [DBG] pgmap v4827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:26:13] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:26:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:14.179608+0000 mgr.y (mgr.14556) 5478 : cluster [DBG] pgmap v4828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:14.179608+0000 mgr.y (mgr.14556) 5478 : cluster [DBG] pgmap v4828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:14.179608+0000 mgr.y (mgr.14556) 5478 : cluster [DBG] pgmap v4828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:16.180371+0000 mgr.y (mgr.14556) 5479 : cluster [DBG] pgmap v4829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:16.180371+0000 mgr.y (mgr.14556) 5479 : cluster [DBG] pgmap v4829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:16.180371+0000 mgr.y (mgr.14556) 5479 : cluster [DBG] pgmap v4829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:18.180819+0000 mgr.y (mgr.14556) 5480 : cluster [DBG] pgmap v4830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:18.180819+0000 mgr.y (mgr.14556) 5480 : cluster [DBG] pgmap v4830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:18.180819+0000 mgr.y (mgr.14556) 5480 : cluster [DBG] pgmap v4830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:20.181277+0000 mgr.y (mgr.14556) 5481 : cluster [DBG] pgmap v4831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:20.181277+0000 mgr.y (mgr.14556) 5481 : cluster [DBG] pgmap v4831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:20.181277+0000 mgr.y (mgr.14556) 5481 : cluster [DBG] pgmap v4831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:26:20.337388+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:26:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:26:20.642230+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:26:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:26:20.642859+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:26:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:26:20.650654+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:26:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:26:20.337388+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:26:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:26:20.642230+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:26:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:26:20.642859+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:26:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:26:20.650654+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:26:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:26:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:26:20.337388+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:26:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:26:20.642230+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:26:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:26:20.642859+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:26:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:26:20.650654+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:26:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:22.181928+0000 mgr.y (mgr.14556) 5482 : cluster [DBG] pgmap v4832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:22.181928+0000 mgr.y (mgr.14556) 5482 : cluster [DBG] pgmap v4832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:22.181928+0000 mgr.y (mgr.14556) 5482 : cluster [DBG] pgmap v4832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:26:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:26:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:24.182504+0000 mgr.y (mgr.14556) 5483 : cluster [DBG] pgmap v4833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:24.182504+0000 mgr.y (mgr.14556) 5483 : cluster [DBG] pgmap v4833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:24.182504+0000 mgr.y (mgr.14556) 5483 : cluster [DBG] pgmap v4833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:26.183155+0000 mgr.y (mgr.14556) 5484 : cluster [DBG] pgmap v4834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:26.183155+0000 mgr.y (mgr.14556) 5484 : cluster [DBG] pgmap v4834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:26.183155+0000 mgr.y (mgr.14556) 5484 : cluster [DBG] pgmap v4834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:28.183595+0000 mgr.y (mgr.14556) 5485 : cluster [DBG] pgmap v4835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:28.183595+0000 mgr.y (mgr.14556) 5485 : cluster [DBG] pgmap v4835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:28.183595+0000 mgr.y (mgr.14556) 5485 : cluster [DBG] pgmap v4835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:30.184081+0000 mgr.y (mgr.14556) 5486 : cluster [DBG] pgmap v4836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:30.184081+0000 mgr.y (mgr.14556) 5486 : cluster [DBG] pgmap v4836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:30.184081+0000 mgr.y (mgr.14556) 5486 : cluster [DBG] pgmap v4836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:26:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:32.184880+0000 mgr.y (mgr.14556) 5487 : cluster [DBG] pgmap v4837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:32.184880+0000 mgr.y (mgr.14556) 5487 : cluster [DBG] pgmap v4837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:32.184880+0000 mgr.y (mgr.14556) 5487 : cluster [DBG] pgmap v4837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:33.595 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:26:33.882 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:26:33.882 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 6m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:26:33.882 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 6m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:26:33.882 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 6m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:26:33.882 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 6m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:26:33.882 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 6m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:26:33.882 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 6m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:26:33.882 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 6m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 6m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 6m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 6m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 6m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 6m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 6m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 6m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 6m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 6m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 6m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 6m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 6m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:26:33.883 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 6m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:26:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:26:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:26:34.231 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:26:34.231 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:26:34.231 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:26:34.231 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:26:34.232 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:26:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:26:33.583506+0000 mgr.y (mgr.14556) 5488 : audit [DBG] from='client.30359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:26:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:26:33.873972+0000 mgr.y (mgr.14556) 5489 : audit [DBG] from='client.20451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:26:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:34.185231+0000 mgr.y (mgr.14556) 5490 : cluster [DBG] pgmap v4838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:26:34.231372+0000 mon.c (mon.2) 155 : audit [DBG] from='client.? 172.21.15.23:0/1891024094' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:26:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:26:33.583506+0000 mgr.y (mgr.14556) 5488 : audit [DBG] from='client.30359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:26:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:26:33.873972+0000 mgr.y (mgr.14556) 5489 : audit [DBG] from='client.20451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:26:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:34.185231+0000 mgr.y (mgr.14556) 5490 : cluster [DBG] pgmap v4838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:26:34.231372+0000 mon.c (mon.2) 155 : audit [DBG] from='client.? 172.21.15.23:0/1891024094' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:26:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:26:33.583506+0000 mgr.y (mgr.14556) 5488 : audit [DBG] from='client.30359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:26:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:26:33.873972+0000 mgr.y (mgr.14556) 5489 : audit [DBG] from='client.20451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:26:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:34.185231+0000 mgr.y (mgr.14556) 5490 : cluster [DBG] pgmap v4838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:26:34.231372+0000 mon.c (mon.2) 155 : audit [DBG] from='client.? 172.21.15.23:0/1891024094' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:26:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:36.185815+0000 mgr.y (mgr.14556) 5491 : cluster [DBG] pgmap v4839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:36.185815+0000 mgr.y (mgr.14556) 5491 : cluster [DBG] pgmap v4839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:36.185815+0000 mgr.y (mgr.14556) 5491 : cluster [DBG] pgmap v4839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:38.186248+0000 mgr.y (mgr.14556) 5492 : cluster [DBG] pgmap v4840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:38.186248+0000 mgr.y (mgr.14556) 5492 : cluster [DBG] pgmap v4840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:38.186248+0000 mgr.y (mgr.14556) 5492 : cluster [DBG] pgmap v4840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:40.186797+0000 mgr.y (mgr.14556) 5493 : cluster [DBG] pgmap v4841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:40.186797+0000 mgr.y (mgr.14556) 5493 : cluster [DBG] pgmap v4841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:40.186797+0000 mgr.y (mgr.14556) 5493 : cluster [DBG] pgmap v4841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:26:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:42.187673+0000 mgr.y (mgr.14556) 5494 : cluster [DBG] pgmap v4842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:42.187673+0000 mgr.y (mgr.14556) 5494 : cluster [DBG] pgmap v4842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:42.187673+0000 mgr.y (mgr.14556) 5494 : cluster [DBG] pgmap v4842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:26:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:26:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:44.188078+0000 mgr.y (mgr.14556) 5495 : cluster [DBG] pgmap v4843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:44.188078+0000 mgr.y (mgr.14556) 5495 : cluster [DBG] pgmap v4843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:44.188078+0000 mgr.y (mgr.14556) 5495 : cluster [DBG] pgmap v4843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:46.188750+0000 mgr.y (mgr.14556) 5496 : cluster [DBG] pgmap v4844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:46.188750+0000 mgr.y (mgr.14556) 5496 : cluster [DBG] pgmap v4844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:46.188750+0000 mgr.y (mgr.14556) 5496 : cluster [DBG] pgmap v4844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:48.189298+0000 mgr.y (mgr.14556) 5497 : cluster [DBG] pgmap v4845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:48.189298+0000 mgr.y (mgr.14556) 5497 : cluster [DBG] pgmap v4845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:48.189298+0000 mgr.y (mgr.14556) 5497 : cluster [DBG] pgmap v4845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:50.189870+0000 mgr.y (mgr.14556) 5498 : cluster [DBG] pgmap v4846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:50.189870+0000 mgr.y (mgr.14556) 5498 : cluster [DBG] pgmap v4846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:50.189870+0000 mgr.y (mgr.14556) 5498 : cluster [DBG] pgmap v4846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:26:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:52.190699+0000 mgr.y (mgr.14556) 5499 : cluster [DBG] pgmap v4847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:52.190699+0000 mgr.y (mgr.14556) 5499 : cluster [DBG] pgmap v4847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:52.190699+0000 mgr.y (mgr.14556) 5499 : cluster [DBG] pgmap v4847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:26:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:26:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:54.191119+0000 mgr.y (mgr.14556) 5500 : cluster [DBG] pgmap v4848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:54.191119+0000 mgr.y (mgr.14556) 5500 : cluster [DBG] pgmap v4848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:54.191119+0000 mgr.y (mgr.14556) 5500 : cluster [DBG] pgmap v4848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:56.191989+0000 mgr.y (mgr.14556) 5501 : cluster [DBG] pgmap v4849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:56.191989+0000 mgr.y (mgr.14556) 5501 : cluster [DBG] pgmap v4849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:56.191989+0000 mgr.y (mgr.14556) 5501 : cluster [DBG] pgmap v4849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:26:58.192442+0000 mgr.y (mgr.14556) 5502 : cluster [DBG] pgmap v4850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:26:58.192442+0000 mgr.y (mgr.14556) 5502 : cluster [DBG] pgmap v4850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:26:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:26:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:26:58.192442+0000 mgr.y (mgr.14556) 5502 : cluster [DBG] pgmap v4850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:00.192947+0000 mgr.y (mgr.14556) 5503 : cluster [DBG] pgmap v4851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:00.192947+0000 mgr.y (mgr.14556) 5503 : cluster [DBG] pgmap v4851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:00.192947+0000 mgr.y (mgr.14556) 5503 : cluster [DBG] pgmap v4851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:27:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:02.193726+0000 mgr.y (mgr.14556) 5504 : cluster [DBG] pgmap v4852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:02.193726+0000 mgr.y (mgr.14556) 5504 : cluster [DBG] pgmap v4852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:02.193726+0000 mgr.y (mgr.14556) 5504 : cluster [DBG] pgmap v4852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:27:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:27:04.558 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:27:04.846 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:27:04.846 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 6m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 6m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 6m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 6m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 6m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 6m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 6m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 6m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 6m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 6m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 6m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 6m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 6m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:27:04.847 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 6m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:27:04.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 6m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:27:04.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 6m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:27:04.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 6m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:27:04.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 6m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:27:04.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 6m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:27:04.848 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 6m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:27:05.195 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:27:05.195 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:27:05.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:27:05.197 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:27:05.197 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:27:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:04.194127+0000 mgr.y (mgr.14556) 5505 : cluster [DBG] pgmap v4853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:27:05.195681+0000 mon.c (mon.2) 156 : audit [DBG] from='client.? 172.21.15.23:0/2204400115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:27:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:04.194127+0000 mgr.y (mgr.14556) 5505 : cluster [DBG] pgmap v4853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:27:05.195681+0000 mon.c (mon.2) 156 : audit [DBG] from='client.? 172.21.15.23:0/2204400115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:27:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:04.194127+0000 mgr.y (mgr.14556) 5505 : cluster [DBG] pgmap v4853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:27:05.195681+0000 mon.c (mon.2) 156 : audit [DBG] from='client.? 172.21.15.23:0/2204400115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:27:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:27:04.546094+0000 mgr.y (mgr.14556) 5506 : audit [DBG] from='client.20463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:27:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:27:04.838579+0000 mgr.y (mgr.14556) 5507 : audit [DBG] from='client.30383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:27:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:27:04.546094+0000 mgr.y (mgr.14556) 5506 : audit [DBG] from='client.20463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:27:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:27:04.838579+0000 mgr.y (mgr.14556) 5507 : audit [DBG] from='client.30383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:27:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:27:04.546094+0000 mgr.y (mgr.14556) 5506 : audit [DBG] from='client.20463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:27:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:27:04.838579+0000 mgr.y (mgr.14556) 5507 : audit [DBG] from='client.30383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:27:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:06.195038+0000 mgr.y (mgr.14556) 5508 : cluster [DBG] pgmap v4854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:06.195038+0000 mgr.y (mgr.14556) 5508 : cluster [DBG] pgmap v4854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:06.195038+0000 mgr.y (mgr.14556) 5508 : cluster [DBG] pgmap v4854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:08.195393+0000 mgr.y (mgr.14556) 5509 : cluster [DBG] pgmap v4855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:08.195393+0000 mgr.y (mgr.14556) 5509 : cluster [DBG] pgmap v4855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:08.195393+0000 mgr.y (mgr.14556) 5509 : cluster [DBG] pgmap v4855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:10.195781+0000 mgr.y (mgr.14556) 5510 : cluster [DBG] pgmap v4856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:10.195781+0000 mgr.y (mgr.14556) 5510 : cluster [DBG] pgmap v4856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:10.195781+0000 mgr.y (mgr.14556) 5510 : cluster [DBG] pgmap v4856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:27:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:12.196531+0000 mgr.y (mgr.14556) 5511 : cluster [DBG] pgmap v4857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:12.196531+0000 mgr.y (mgr.14556) 5511 : cluster [DBG] pgmap v4857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:12.196531+0000 mgr.y (mgr.14556) 5511 : cluster [DBG] pgmap v4857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:27:13] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:27:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:14.197057+0000 mgr.y (mgr.14556) 5512 : cluster [DBG] pgmap v4858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:14.197057+0000 mgr.y (mgr.14556) 5512 : cluster [DBG] pgmap v4858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:14.197057+0000 mgr.y (mgr.14556) 5512 : cluster [DBG] pgmap v4858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:16.197763+0000 mgr.y (mgr.14556) 5513 : cluster [DBG] pgmap v4859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:16.197763+0000 mgr.y (mgr.14556) 5513 : cluster [DBG] pgmap v4859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:16.197763+0000 mgr.y (mgr.14556) 5513 : cluster [DBG] pgmap v4859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:18.198105+0000 mgr.y (mgr.14556) 5514 : cluster [DBG] pgmap v4860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:18.198105+0000 mgr.y (mgr.14556) 5514 : cluster [DBG] pgmap v4860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:18.198105+0000 mgr.y (mgr.14556) 5514 : cluster [DBG] pgmap v4860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:20.198574+0000 mgr.y (mgr.14556) 5515 : cluster [DBG] pgmap v4861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:27:20.655036+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:27:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:27:20.963217+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:27:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:27:20.963857+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:27:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:27:20.967898+0000 mon.a (mon.0) 1730 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:27:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:20.198574+0000 mgr.y (mgr.14556) 5515 : cluster [DBG] pgmap v4861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:27:20.655036+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:27:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:27:20.963217+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:27:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:27:20.963857+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:27:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:27:20.967898+0000 mon.a (mon.0) 1730 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:27:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:20.198574+0000 mgr.y (mgr.14556) 5515 : cluster [DBG] pgmap v4861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:27:20.655036+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:27:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:27:20.963217+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:27:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:27:20.963857+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:27:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:27:20.967898+0000 mon.a (mon.0) 1730 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:27:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:27:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:22.199213+0000 mgr.y (mgr.14556) 5516 : cluster [DBG] pgmap v4862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:22.199213+0000 mgr.y (mgr.14556) 5516 : cluster [DBG] pgmap v4862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:22.199213+0000 mgr.y (mgr.14556) 5516 : cluster [DBG] pgmap v4862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:27:23] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:27:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:24.199706+0000 mgr.y (mgr.14556) 5517 : cluster [DBG] pgmap v4863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:24.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:24.199706+0000 mgr.y (mgr.14556) 5517 : cluster [DBG] pgmap v4863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:24.199706+0000 mgr.y (mgr.14556) 5517 : cluster [DBG] pgmap v4863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:26.200415+0000 mgr.y (mgr.14556) 5518 : cluster [DBG] pgmap v4864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:26.200415+0000 mgr.y (mgr.14556) 5518 : cluster [DBG] pgmap v4864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:26.200415+0000 mgr.y (mgr.14556) 5518 : cluster [DBG] pgmap v4864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:28.200777+0000 mgr.y (mgr.14556) 5519 : cluster [DBG] pgmap v4865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:28.200777+0000 mgr.y (mgr.14556) 5519 : cluster [DBG] pgmap v4865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:28.200777+0000 mgr.y (mgr.14556) 5519 : cluster [DBG] pgmap v4865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:30.201374+0000 mgr.y (mgr.14556) 5520 : cluster [DBG] pgmap v4866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:30.201374+0000 mgr.y (mgr.14556) 5520 : cluster [DBG] pgmap v4866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:30.201374+0000 mgr.y (mgr.14556) 5520 : cluster [DBG] pgmap v4866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:27:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:32.202019+0000 mgr.y (mgr.14556) 5521 : cluster [DBG] pgmap v4867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:32.202019+0000 mgr.y (mgr.14556) 5521 : cluster [DBG] pgmap v4867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:32.202019+0000 mgr.y (mgr.14556) 5521 : cluster [DBG] pgmap v4867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:27:33] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:27:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:34.202452+0000 mgr.y (mgr.14556) 5522 : cluster [DBG] pgmap v4868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:34.202452+0000 mgr.y (mgr.14556) 5522 : cluster [DBG] pgmap v4868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:34.202452+0000 mgr.y (mgr.14556) 5522 : cluster [DBG] pgmap v4868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:35.522 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:27:35.809 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:27:35.809 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 7m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:27:35.809 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 7m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:27:35.809 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 7m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:27:35.809 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 7m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 7m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 7m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 7m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 7m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 7m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 7m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 7m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 7m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 7m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 7m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 7m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 7m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 7m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:27:35.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 7m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:27:35.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 7m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:27:35.811 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 7m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:27:36.159 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:27:36.159 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:27:36.159 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:27:36.159 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:27:36.159 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:27:36.159 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:27:36.159 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:27:36.159 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:27:36.159 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:27:36.159 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:27:36.159 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:27:36.159 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:27:36.160 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:27:36.160 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:27:36.160 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:27:36.160 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:27:36.160 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:27:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:27:36.158793+0000 mon.c (mon.2) 157 : audit [DBG] from='client.? 172.21.15.23:0/1240797002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:27:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:27:36.158793+0000 mon.c (mon.2) 157 : audit [DBG] from='client.? 172.21.15.23:0/1240797002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:27:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:27:36.158793+0000 mon.c (mon.2) 157 : audit [DBG] from='client.? 172.21.15.23:0/1240797002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:27:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:27:35.510493+0000 mgr.y (mgr.14556) 5523 : audit [DBG] from='client.20481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:27:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:27:35.801429+0000 mgr.y (mgr.14556) 5524 : audit [DBG] from='client.20487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:27:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:36.203024+0000 mgr.y (mgr.14556) 5525 : cluster [DBG] pgmap v4869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:27:35.510493+0000 mgr.y (mgr.14556) 5523 : audit [DBG] from='client.20481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:27:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:27:35.801429+0000 mgr.y (mgr.14556) 5524 : audit [DBG] from='client.20487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:27:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:36.203024+0000 mgr.y (mgr.14556) 5525 : cluster [DBG] pgmap v4869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:27:35.510493+0000 mgr.y (mgr.14556) 5523 : audit [DBG] from='client.20481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:27:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:27:35.801429+0000 mgr.y (mgr.14556) 5524 : audit [DBG] from='client.20487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:27:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:36.203024+0000 mgr.y (mgr.14556) 5525 : cluster [DBG] pgmap v4869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:38.203404+0000 mgr.y (mgr.14556) 5526 : cluster [DBG] pgmap v4870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:38.203404+0000 mgr.y (mgr.14556) 5526 : cluster [DBG] pgmap v4870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:38.203404+0000 mgr.y (mgr.14556) 5526 : cluster [DBG] pgmap v4870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:40.203761+0000 mgr.y (mgr.14556) 5527 : cluster [DBG] pgmap v4871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:40.203761+0000 mgr.y (mgr.14556) 5527 : cluster [DBG] pgmap v4871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:40.203761+0000 mgr.y (mgr.14556) 5527 : cluster [DBG] pgmap v4871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:27:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:42.204421+0000 mgr.y (mgr.14556) 5528 : cluster [DBG] pgmap v4872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:42.204421+0000 mgr.y (mgr.14556) 5528 : cluster [DBG] pgmap v4872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:42.204421+0000 mgr.y (mgr.14556) 5528 : cluster [DBG] pgmap v4872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:27:43] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:27:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:44.204929+0000 mgr.y (mgr.14556) 5529 : cluster [DBG] pgmap v4873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:44.204929+0000 mgr.y (mgr.14556) 5529 : cluster [DBG] pgmap v4873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:44.204929+0000 mgr.y (mgr.14556) 5529 : cluster [DBG] pgmap v4873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:46.205777+0000 mgr.y (mgr.14556) 5530 : cluster [DBG] pgmap v4874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:46.205777+0000 mgr.y (mgr.14556) 5530 : cluster [DBG] pgmap v4874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:46.205777+0000 mgr.y (mgr.14556) 5530 : cluster [DBG] pgmap v4874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:48.206160+0000 mgr.y (mgr.14556) 5531 : cluster [DBG] pgmap v4875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:48.206160+0000 mgr.y (mgr.14556) 5531 : cluster [DBG] pgmap v4875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:48.206160+0000 mgr.y (mgr.14556) 5531 : cluster [DBG] pgmap v4875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:50.206606+0000 mgr.y (mgr.14556) 5532 : cluster [DBG] pgmap v4876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:50.206606+0000 mgr.y (mgr.14556) 5532 : cluster [DBG] pgmap v4876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:50.206606+0000 mgr.y (mgr.14556) 5532 : cluster [DBG] pgmap v4876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:27:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:52.207319+0000 mgr.y (mgr.14556) 5533 : cluster [DBG] pgmap v4877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:52.207319+0000 mgr.y (mgr.14556) 5533 : cluster [DBG] pgmap v4877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:52.207319+0000 mgr.y (mgr.14556) 5533 : cluster [DBG] pgmap v4877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:27:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:27:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:54.207784+0000 mgr.y (mgr.14556) 5534 : cluster [DBG] pgmap v4878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:54.207784+0000 mgr.y (mgr.14556) 5534 : cluster [DBG] pgmap v4878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:54.207784+0000 mgr.y (mgr.14556) 5534 : cluster [DBG] pgmap v4878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:56.208641+0000 mgr.y (mgr.14556) 5535 : cluster [DBG] pgmap v4879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:56.208641+0000 mgr.y (mgr.14556) 5535 : cluster [DBG] pgmap v4879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:56.208641+0000 mgr.y (mgr.14556) 5535 : cluster [DBG] pgmap v4879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:27:58.209043+0000 mgr.y (mgr.14556) 5536 : cluster [DBG] pgmap v4880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:27:58.209043+0000 mgr.y (mgr.14556) 5536 : cluster [DBG] pgmap v4880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:27:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:27:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:27:58.209043+0000 mgr.y (mgr.14556) 5536 : cluster [DBG] pgmap v4880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:00.209485+0000 mgr.y (mgr.14556) 5537 : cluster [DBG] pgmap v4881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:00.209485+0000 mgr.y (mgr.14556) 5537 : cluster [DBG] pgmap v4881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:00.209485+0000 mgr.y (mgr.14556) 5537 : cluster [DBG] pgmap v4881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:28:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:02.210189+0000 mgr.y (mgr.14556) 5538 : cluster [DBG] pgmap v4882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:02.210189+0000 mgr.y (mgr.14556) 5538 : cluster [DBG] pgmap v4882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:02.210189+0000 mgr.y (mgr.14556) 5538 : cluster [DBG] pgmap v4882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:28:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:28:04.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:04.210653+0000 mgr.y (mgr.14556) 5539 : cluster [DBG] pgmap v4883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:04.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:04.210653+0000 mgr.y (mgr.14556) 5539 : cluster [DBG] pgmap v4883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:04.210653+0000 mgr.y (mgr.14556) 5539 : cluster [DBG] pgmap v4883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:06.487 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:28:06.776 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:28:06.776 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 7m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:28:06.776 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 7m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:28:06.776 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 7m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:28:06.776 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 7m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:28:06.776 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 7m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:28:06.776 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 7m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:28:06.776 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 7m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:28:06.776 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 7m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:28:06.777 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 7m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:28:06.777 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 7m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:28:06.777 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 7m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:28:06.777 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 7m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:28:06.777 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 7m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:28:06.777 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 7m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:28:06.777 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 7m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:28:06.777 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 7m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:28:06.777 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 7m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:28:06.777 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 7m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:28:06.777 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 7m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:28:06.777 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 7m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:28:07.126 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:28:07.126 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:28:07.126 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:28:07.126 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:28:07.126 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:28:07.126 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:28:07.126 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:28:07.126 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:28:07.126 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:28:07.127 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:28:07.127 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:28:07.127 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:28:07.127 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:28:07.127 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:28:07.127 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:28:07.127 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:28:07.127 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:28:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:06.211308+0000 mgr.y (mgr.14556) 5540 : cluster [DBG] pgmap v4884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:28:07.125805+0000 mon.a (mon.0) 1731 : audit [DBG] from='client.? 172.21.15.23:0/2266199212' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:28:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:06.211308+0000 mgr.y (mgr.14556) 5540 : cluster [DBG] pgmap v4884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:28:07.125805+0000 mon.a (mon.0) 1731 : audit [DBG] from='client.? 172.21.15.23:0/2266199212' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:28:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:06.211308+0000 mgr.y (mgr.14556) 5540 : cluster [DBG] pgmap v4884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:28:07.125805+0000 mon.a (mon.0) 1731 : audit [DBG] from='client.? 172.21.15.23:0/2266199212' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:28:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:28:06.475898+0000 mgr.y (mgr.14556) 5541 : audit [DBG] from='client.20499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:28:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:28:06.767909+0000 mgr.y (mgr.14556) 5542 : audit [DBG] from='client.30419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:28:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:28:06.475898+0000 mgr.y (mgr.14556) 5541 : audit [DBG] from='client.20499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:28:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:28:06.767909+0000 mgr.y (mgr.14556) 5542 : audit [DBG] from='client.30419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:28:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:28:06.475898+0000 mgr.y (mgr.14556) 5541 : audit [DBG] from='client.20499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:28:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:28:06.767909+0000 mgr.y (mgr.14556) 5542 : audit [DBG] from='client.30419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:28:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:08.211739+0000 mgr.y (mgr.14556) 5543 : cluster [DBG] pgmap v4885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:08.211739+0000 mgr.y (mgr.14556) 5543 : cluster [DBG] pgmap v4885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:08.211739+0000 mgr.y (mgr.14556) 5543 : cluster [DBG] pgmap v4885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:10.212159+0000 mgr.y (mgr.14556) 5544 : cluster [DBG] pgmap v4886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:10.212159+0000 mgr.y (mgr.14556) 5544 : cluster [DBG] pgmap v4886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:10.212159+0000 mgr.y (mgr.14556) 5544 : cluster [DBG] pgmap v4886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:28:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:12.212874+0000 mgr.y (mgr.14556) 5545 : cluster [DBG] pgmap v4887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:12.212874+0000 mgr.y (mgr.14556) 5545 : cluster [DBG] pgmap v4887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:12.212874+0000 mgr.y (mgr.14556) 5545 : cluster [DBG] pgmap v4887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:28:13] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:28:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:14.213405+0000 mgr.y (mgr.14556) 5546 : cluster [DBG] pgmap v4888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:14.213405+0000 mgr.y (mgr.14556) 5546 : cluster [DBG] pgmap v4888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:14.213405+0000 mgr.y (mgr.14556) 5546 : cluster [DBG] pgmap v4888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:16.214108+0000 mgr.y (mgr.14556) 5547 : cluster [DBG] pgmap v4889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:16.214108+0000 mgr.y (mgr.14556) 5547 : cluster [DBG] pgmap v4889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:16.214108+0000 mgr.y (mgr.14556) 5547 : cluster [DBG] pgmap v4889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:18.214634+0000 mgr.y (mgr.14556) 5548 : cluster [DBG] pgmap v4890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:18.214634+0000 mgr.y (mgr.14556) 5548 : cluster [DBG] pgmap v4890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:18.214634+0000 mgr.y (mgr.14556) 5548 : cluster [DBG] pgmap v4890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:20.215079+0000 mgr.y (mgr.14556) 5549 : cluster [DBG] pgmap v4891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:28:20.972561+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:28:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:20.215079+0000 mgr.y (mgr.14556) 5549 : cluster [DBG] pgmap v4891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:28:20.972561+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:28:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:20.215079+0000 mgr.y (mgr.14556) 5549 : cluster [DBG] pgmap v4891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:28:20.972561+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:28:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:28:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:28:21.280973+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:28:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:28:21.281589+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:28:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:28:21.287880+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:28:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:28:21.280973+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:28:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:28:21.281589+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:28:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:28:21.287880+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:28:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:28:21.280973+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:28:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:28:21.281589+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:28:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:28:21.287880+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:28:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:22.215816+0000 mgr.y (mgr.14556) 5550 : cluster [DBG] pgmap v4892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:22.215816+0000 mgr.y (mgr.14556) 5550 : cluster [DBG] pgmap v4892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:23.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:22.215816+0000 mgr.y (mgr.14556) 5550 : cluster [DBG] pgmap v4892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:28:23] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T09:28:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:24.216264+0000 mgr.y (mgr.14556) 5551 : cluster [DBG] pgmap v4893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:24.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:24.216264+0000 mgr.y (mgr.14556) 5551 : cluster [DBG] pgmap v4893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:24.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:24.216264+0000 mgr.y (mgr.14556) 5551 : cluster [DBG] pgmap v4893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:26.217047+0000 mgr.y (mgr.14556) 5552 : cluster [DBG] pgmap v4894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:26.217047+0000 mgr.y (mgr.14556) 5552 : cluster [DBG] pgmap v4894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:26.217047+0000 mgr.y (mgr.14556) 5552 : cluster [DBG] pgmap v4894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:28.217490+0000 mgr.y (mgr.14556) 5553 : cluster [DBG] pgmap v4895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:28.217490+0000 mgr.y (mgr.14556) 5553 : cluster [DBG] pgmap v4895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:28.217490+0000 mgr.y (mgr.14556) 5553 : cluster [DBG] pgmap v4895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:30.217938+0000 mgr.y (mgr.14556) 5554 : cluster [DBG] pgmap v4896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:30.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:30.217938+0000 mgr.y (mgr.14556) 5554 : cluster [DBG] pgmap v4896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:30.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:30.217938+0000 mgr.y (mgr.14556) 5554 : cluster [DBG] pgmap v4896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:28:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:32.218722+0000 mgr.y (mgr.14556) 5555 : cluster [DBG] pgmap v4897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:32.218722+0000 mgr.y (mgr.14556) 5555 : cluster [DBG] pgmap v4897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:32.218722+0000 mgr.y (mgr.14556) 5555 : cluster [DBG] pgmap v4897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:28:33] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T09:28:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:34.219384+0000 mgr.y (mgr.14556) 5556 : cluster [DBG] pgmap v4898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:34.219384+0000 mgr.y (mgr.14556) 5556 : cluster [DBG] pgmap v4898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:34.219384+0000 mgr.y (mgr.14556) 5556 : cluster [DBG] pgmap v4898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:37.449 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:28:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:36.220101+0000 mgr.y (mgr.14556) 5557 : cluster [DBG] pgmap v4899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:36.220101+0000 mgr.y (mgr.14556) 5557 : cluster [DBG] pgmap v4899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:36.220101+0000 mgr.y (mgr.14556) 5557 : cluster [DBG] pgmap v4899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:37.736 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:28:37.736 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 8m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:28:37.736 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 8m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:28:37.736 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 8m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 8m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 8m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 8m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 8m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 8m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 8m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 8m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 8m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 8m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 8m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 8m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 8m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 8m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 8m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:28:37.737 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 8m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:28:37.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 8m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:28:37.738 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 8m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:28:38.086 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:28:38.086 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:28:38.086 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:28:38.086 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:28:38.086 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:28:38.086 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:28:38.086 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:28:38.086 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:28:38.087 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:28:38.087 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:28:38.087 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:28:38.087 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:28:38.087 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:28:38.087 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:28:38.087 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:28:38.087 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:28:38.087 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:28:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:28:38.086034+0000 mon.c (mon.2) 158 : audit [DBG] from='client.? 172.21.15.23:0/684324586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:28:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:28:38.086034+0000 mon.c (mon.2) 158 : audit [DBG] from='client.? 172.21.15.23:0/684324586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:28:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:28:38.086034+0000 mon.c (mon.2) 158 : audit [DBG] from='client.? 172.21.15.23:0/684324586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:28:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:28:37.437537+0000 mgr.y (mgr.14556) 5558 : audit [DBG] from='client.20517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:28:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:28:37.727258+0000 mgr.y (mgr.14556) 5559 : audit [DBG] from='client.30437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:28:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:38.220504+0000 mgr.y (mgr.14556) 5560 : cluster [DBG] pgmap v4900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:28:37.437537+0000 mgr.y (mgr.14556) 5558 : audit [DBG] from='client.20517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:28:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:28:37.727258+0000 mgr.y (mgr.14556) 5559 : audit [DBG] from='client.30437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:28:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:38.220504+0000 mgr.y (mgr.14556) 5560 : cluster [DBG] pgmap v4900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:28:37.437537+0000 mgr.y (mgr.14556) 5558 : audit [DBG] from='client.20517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:28:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:28:37.727258+0000 mgr.y (mgr.14556) 5559 : audit [DBG] from='client.30437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:28:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:38.220504+0000 mgr.y (mgr.14556) 5560 : cluster [DBG] pgmap v4900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:40.220896+0000 mgr.y (mgr.14556) 5561 : cluster [DBG] pgmap v4901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:40.220896+0000 mgr.y (mgr.14556) 5561 : cluster [DBG] pgmap v4901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:40.220896+0000 mgr.y (mgr.14556) 5561 : cluster [DBG] pgmap v4901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:28:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:42.221682+0000 mgr.y (mgr.14556) 5562 : cluster [DBG] pgmap v4902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:42.221682+0000 mgr.y (mgr.14556) 5562 : cluster [DBG] pgmap v4902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:42.221682+0000 mgr.y (mgr.14556) 5562 : cluster [DBG] pgmap v4902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:28:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:28:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:44.222143+0000 mgr.y (mgr.14556) 5563 : cluster [DBG] pgmap v4903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:44.222143+0000 mgr.y (mgr.14556) 5563 : cluster [DBG] pgmap v4903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:44.222143+0000 mgr.y (mgr.14556) 5563 : cluster [DBG] pgmap v4903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:46.222742+0000 mgr.y (mgr.14556) 5564 : cluster [DBG] pgmap v4904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:46.222742+0000 mgr.y (mgr.14556) 5564 : cluster [DBG] pgmap v4904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:46.222742+0000 mgr.y (mgr.14556) 5564 : cluster [DBG] pgmap v4904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:48.223241+0000 mgr.y (mgr.14556) 5565 : cluster [DBG] pgmap v4905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:48.223241+0000 mgr.y (mgr.14556) 5565 : cluster [DBG] pgmap v4905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:48.223241+0000 mgr.y (mgr.14556) 5565 : cluster [DBG] pgmap v4905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:50.223683+0000 mgr.y (mgr.14556) 5566 : cluster [DBG] pgmap v4906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:50.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:50.223683+0000 mgr.y (mgr.14556) 5566 : cluster [DBG] pgmap v4906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:50.223683+0000 mgr.y (mgr.14556) 5566 : cluster [DBG] pgmap v4906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:28:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:52.224430+0000 mgr.y (mgr.14556) 5567 : cluster [DBG] pgmap v4907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:52.224430+0000 mgr.y (mgr.14556) 5567 : cluster [DBG] pgmap v4907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:52.224430+0000 mgr.y (mgr.14556) 5567 : cluster [DBG] pgmap v4907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:28:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:28:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:54.224965+0000 mgr.y (mgr.14556) 5568 : cluster [DBG] pgmap v4908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:54.224965+0000 mgr.y (mgr.14556) 5568 : cluster [DBG] pgmap v4908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:54.224965+0000 mgr.y (mgr.14556) 5568 : cluster [DBG] pgmap v4908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:56.225765+0000 mgr.y (mgr.14556) 5569 : cluster [DBG] pgmap v4909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:56.225765+0000 mgr.y (mgr.14556) 5569 : cluster [DBG] pgmap v4909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:56.225765+0000 mgr.y (mgr.14556) 5569 : cluster [DBG] pgmap v4909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:28:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:28:58.226140+0000 mgr.y (mgr.14556) 5570 : cluster [DBG] pgmap v4910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:28:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:28:58.226140+0000 mgr.y (mgr.14556) 5570 : cluster [DBG] pgmap v4910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:28:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:28:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:28:58.226140+0000 mgr.y (mgr.14556) 5570 : cluster [DBG] pgmap v4910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:01.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:00.226518+0000 mgr.y (mgr.14556) 5571 : cluster [DBG] pgmap v4911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:00.226518+0000 mgr.y (mgr.14556) 5571 : cluster [DBG] pgmap v4911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:00.226518+0000 mgr.y (mgr.14556) 5571 : cluster [DBG] pgmap v4911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:29:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:02.227409+0000 mgr.y (mgr.14556) 5572 : cluster [DBG] pgmap v4912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:02.227409+0000 mgr.y (mgr.14556) 5572 : cluster [DBG] pgmap v4912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:02.227409+0000 mgr.y (mgr.14556) 5572 : cluster [DBG] pgmap v4912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:29:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:29:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:04.227988+0000 mgr.y (mgr.14556) 5573 : cluster [DBG] pgmap v4913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:04.227988+0000 mgr.y (mgr.14556) 5573 : cluster [DBG] pgmap v4913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:04.227988+0000 mgr.y (mgr.14556) 5573 : cluster [DBG] pgmap v4913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:06.228570+0000 mgr.y (mgr.14556) 5574 : cluster [DBG] pgmap v4914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:06.228570+0000 mgr.y (mgr.14556) 5574 : cluster [DBG] pgmap v4914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:06.228570+0000 mgr.y (mgr.14556) 5574 : cluster [DBG] pgmap v4914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:08.411 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:29:08.697 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:29:08.697 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 8m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 8m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 8m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 8m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 8m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 8m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 8m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 8m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 8m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 8m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 8m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 8m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 8m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 8m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:29:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 8m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:29:08.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 8m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:29:08.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 8m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:29:08.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 8m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:29:08.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 8m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:29:08.699 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 8m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:29:09.046 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:29:09.046 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:29:09.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:29:09.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:29:09.047 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:29:09.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:29:09.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:29:09.047 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:29:09.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:29:09.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:29:09.047 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:29:09.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:29:09.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:29:09.047 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:29:09.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:29:09.048 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:29:09.048 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:29:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:08.228884+0000 mgr.y (mgr.14556) 5575 : cluster [DBG] pgmap v4915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:29:09.046282+0000 mon.a (mon.0) 1736 : audit [DBG] from='client.? 172.21.15.23:0/2381528791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:29:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:08.228884+0000 mgr.y (mgr.14556) 5575 : cluster [DBG] pgmap v4915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:29:09.046282+0000 mon.a (mon.0) 1736 : audit [DBG] from='client.? 172.21.15.23:0/2381528791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:29:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:08.228884+0000 mgr.y (mgr.14556) 5575 : cluster [DBG] pgmap v4915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:29:09.046282+0000 mon.a (mon.0) 1736 : audit [DBG] from='client.? 172.21.15.23:0/2381528791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:29:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:29:08.399447+0000 mgr.y (mgr.14556) 5576 : audit [DBG] from='client.30449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:29:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:29:08.689242+0000 mgr.y (mgr.14556) 5577 : audit [DBG] from='client.20541 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:29:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:29:08.399447+0000 mgr.y (mgr.14556) 5576 : audit [DBG] from='client.30449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:29:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:29:08.689242+0000 mgr.y (mgr.14556) 5577 : audit [DBG] from='client.20541 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:29:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:29:08.399447+0000 mgr.y (mgr.14556) 5576 : audit [DBG] from='client.30449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:29:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:29:08.689242+0000 mgr.y (mgr.14556) 5577 : audit [DBG] from='client.20541 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:29:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:10.229392+0000 mgr.y (mgr.14556) 5578 : cluster [DBG] pgmap v4916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:10.229392+0000 mgr.y (mgr.14556) 5578 : cluster [DBG] pgmap v4916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:29:11.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:10.229392+0000 mgr.y (mgr.14556) 5578 : cluster [DBG] pgmap v4916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:12.229964+0000 mgr.y (mgr.14556) 5579 : cluster [DBG] pgmap v4917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:12.229964+0000 mgr.y (mgr.14556) 5579 : cluster [DBG] pgmap v4917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:12.229964+0000 mgr.y (mgr.14556) 5579 : cluster [DBG] pgmap v4917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:29:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:29:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:14.230303+0000 mgr.y (mgr.14556) 5580 : cluster [DBG] pgmap v4918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:14.230303+0000 mgr.y (mgr.14556) 5580 : cluster [DBG] pgmap v4918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:14.230303+0000 mgr.y (mgr.14556) 5580 : cluster [DBG] pgmap v4918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:16.230897+0000 mgr.y (mgr.14556) 5581 : cluster [DBG] pgmap v4919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:16.230897+0000 mgr.y (mgr.14556) 5581 : cluster [DBG] pgmap v4919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:16.230897+0000 mgr.y (mgr.14556) 5581 : cluster [DBG] pgmap v4919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:18.231422+0000 mgr.y (mgr.14556) 5582 : cluster [DBG] pgmap v4920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:18.231422+0000 mgr.y (mgr.14556) 5582 : cluster [DBG] pgmap v4920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:18.231422+0000 mgr.y (mgr.14556) 5582 : cluster [DBG] pgmap v4920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:20.231779+0000 mgr.y (mgr.14556) 5583 : cluster [DBG] pgmap v4921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:20.231779+0000 mgr.y (mgr.14556) 5583 : cluster [DBG] pgmap v4921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:20.231779+0000 mgr.y (mgr.14556) 5583 : cluster [DBG] pgmap v4921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:29:21.292393+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:29:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:29:21.292393+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:29:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:29:21.292393+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:29:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:29:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:29:21.601192+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:29:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:29:21.601833+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:29:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:29:21.615222+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:29:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:22.232404+0000 mgr.y (mgr.14556) 5584 : cluster [DBG] pgmap v4922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:29:21.601192+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:29:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:29:21.601833+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:29:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:29:21.615222+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:29:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:22.232404+0000 mgr.y (mgr.14556) 5584 : cluster [DBG] pgmap v4922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:29:21.601192+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:29:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:29:21.601833+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:29:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:29:21.615222+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:29:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:22.232404+0000 mgr.y (mgr.14556) 5584 : cluster [DBG] pgmap v4922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:29:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:29:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:24.232812+0000 mgr.y (mgr.14556) 5585 : cluster [DBG] pgmap v4923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:24.232812+0000 mgr.y (mgr.14556) 5585 : cluster [DBG] pgmap v4923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:24.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:24.232812+0000 mgr.y (mgr.14556) 5585 : cluster [DBG] pgmap v4923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:26.233480+0000 mgr.y (mgr.14556) 5586 : cluster [DBG] pgmap v4924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:26.233480+0000 mgr.y (mgr.14556) 5586 : cluster [DBG] pgmap v4924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:26.233480+0000 mgr.y (mgr.14556) 5586 : cluster [DBG] pgmap v4924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:28.234011+0000 mgr.y (mgr.14556) 5587 : cluster [DBG] pgmap v4925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:28.234011+0000 mgr.y (mgr.14556) 5587 : cluster [DBG] pgmap v4925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:28.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:28.234011+0000 mgr.y (mgr.14556) 5587 : cluster [DBG] pgmap v4925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:30.234514+0000 mgr.y (mgr.14556) 5588 : cluster [DBG] pgmap v4926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:30.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:30.234514+0000 mgr.y (mgr.14556) 5588 : cluster [DBG] pgmap v4926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:30.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:30.234514+0000 mgr.y (mgr.14556) 5588 : cluster [DBG] pgmap v4926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:29:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:32.235144+0000 mgr.y (mgr.14556) 5589 : cluster [DBG] pgmap v4927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:32.235144+0000 mgr.y (mgr.14556) 5589 : cluster [DBG] pgmap v4927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:32.235144+0000 mgr.y (mgr.14556) 5589 : cluster [DBG] pgmap v4927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:29:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:29:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:34.235590+0000 mgr.y (mgr.14556) 5590 : cluster [DBG] pgmap v4928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:34.235590+0000 mgr.y (mgr.14556) 5590 : cluster [DBG] pgmap v4928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:34.235590+0000 mgr.y (mgr.14556) 5590 : cluster [DBG] pgmap v4928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:36.236250+0000 mgr.y (mgr.14556) 5591 : cluster [DBG] pgmap v4929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:36.236250+0000 mgr.y (mgr.14556) 5591 : cluster [DBG] pgmap v4929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:36.236250+0000 mgr.y (mgr.14556) 5591 : cluster [DBG] pgmap v4929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:38.236827+0000 mgr.y (mgr.14556) 5592 : cluster [DBG] pgmap v4930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:38.236827+0000 mgr.y (mgr.14556) 5592 : cluster [DBG] pgmap v4930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:38.236827+0000 mgr.y (mgr.14556) 5592 : cluster [DBG] pgmap v4930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:39.371 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:29:39.659 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:29:39.659 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 9m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:29:39.659 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 9m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:29:39.659 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 9m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:29:39.660 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 9m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:29:39.660 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 9m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:29:39.660 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 9m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:29:39.660 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 9m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:29:39.660 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 9m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:29:39.660 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 9m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:29:39.660 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 9m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:29:39.661 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 9m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:29:39.661 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 9m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:29:39.661 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 9m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:29:39.661 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 9m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:29:39.661 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 9m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:29:39.661 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 9m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:29:39.661 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 9m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:29:39.662 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 9m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:29:39.662 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 9m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:29:39.662 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 9m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:29:40.008 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:29:40.008 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:29:40.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:29:40.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:29:40.008 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:29:40.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:29:40.009 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:29:40.009 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:29:40.009 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:29:40.009 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:29:40.009 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:29:40.010 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:29:40.010 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:29:40.010 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:29:40.010 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:29:40.010 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:29:40.011 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:29:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:29:40.006991+0000 mon.a (mon.0) 1741 : audit [DBG] from='client.? 172.21.15.23:0/4232809183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:29:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:29:40.006991+0000 mon.a (mon.0) 1741 : audit [DBG] from='client.? 172.21.15.23:0/4232809183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:29:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:29:40.006991+0000 mon.a (mon.0) 1741 : audit [DBG] from='client.? 172.21.15.23:0/4232809183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:29:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:29:39.358979+0000 mgr.y (mgr.14556) 5593 : audit [DBG] from='client.30467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:29:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:29:39.650723+0000 mgr.y (mgr.14556) 5594 : audit [DBG] from='client.30473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:29:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:40.237241+0000 mgr.y (mgr.14556) 5595 : cluster [DBG] pgmap v4931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:29:39.358979+0000 mgr.y (mgr.14556) 5593 : audit [DBG] from='client.30467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:29:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:29:39.650723+0000 mgr.y (mgr.14556) 5594 : audit [DBG] from='client.30473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:29:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:40.237241+0000 mgr.y (mgr.14556) 5595 : cluster [DBG] pgmap v4931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:29:39.358979+0000 mgr.y (mgr.14556) 5593 : audit [DBG] from='client.30467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:29:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:29:39.650723+0000 mgr.y (mgr.14556) 5594 : audit [DBG] from='client.30473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:29:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:40.237241+0000 mgr.y (mgr.14556) 5595 : cluster [DBG] pgmap v4931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:29:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:42.237940+0000 mgr.y (mgr.14556) 5596 : cluster [DBG] pgmap v4932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:42.237940+0000 mgr.y (mgr.14556) 5596 : cluster [DBG] pgmap v4932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:42.237940+0000 mgr.y (mgr.14556) 5596 : cluster [DBG] pgmap v4932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:29:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:29:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:44.238374+0000 mgr.y (mgr.14556) 5597 : cluster [DBG] pgmap v4933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:44.238374+0000 mgr.y (mgr.14556) 5597 : cluster [DBG] pgmap v4933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:44.238374+0000 mgr.y (mgr.14556) 5597 : cluster [DBG] pgmap v4933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:46.239137+0000 mgr.y (mgr.14556) 5598 : cluster [DBG] pgmap v4934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:46.239137+0000 mgr.y (mgr.14556) 5598 : cluster [DBG] pgmap v4934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:46.239137+0000 mgr.y (mgr.14556) 5598 : cluster [DBG] pgmap v4934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:48.239689+0000 mgr.y (mgr.14556) 5599 : cluster [DBG] pgmap v4935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:48.239689+0000 mgr.y (mgr.14556) 5599 : cluster [DBG] pgmap v4935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:48.239689+0000 mgr.y (mgr.14556) 5599 : cluster [DBG] pgmap v4935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:50.240187+0000 mgr.y (mgr.14556) 5600 : cluster [DBG] pgmap v4936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:50.240187+0000 mgr.y (mgr.14556) 5600 : cluster [DBG] pgmap v4936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:50.240187+0000 mgr.y (mgr.14556) 5600 : cluster [DBG] pgmap v4936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:29:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:52.240924+0000 mgr.y (mgr.14556) 5601 : cluster [DBG] pgmap v4937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:52.240924+0000 mgr.y (mgr.14556) 5601 : cluster [DBG] pgmap v4937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:52.240924+0000 mgr.y (mgr.14556) 5601 : cluster [DBG] pgmap v4937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:29:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:29:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:54.241298+0000 mgr.y (mgr.14556) 5602 : cluster [DBG] pgmap v4938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:54.241298+0000 mgr.y (mgr.14556) 5602 : cluster [DBG] pgmap v4938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:54.241298+0000 mgr.y (mgr.14556) 5602 : cluster [DBG] pgmap v4938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:56.242101+0000 mgr.y (mgr.14556) 5603 : cluster [DBG] pgmap v4939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:56.242101+0000 mgr.y (mgr.14556) 5603 : cluster [DBG] pgmap v4939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:56.242101+0000 mgr.y (mgr.14556) 5603 : cluster [DBG] pgmap v4939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:29:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:29:58.242452+0000 mgr.y (mgr.14556) 5604 : cluster [DBG] pgmap v4940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:29:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:29:58.242452+0000 mgr.y (mgr.14556) 5604 : cluster [DBG] pgmap v4940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:29:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:29:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:29:58.242452+0000 mgr.y (mgr.14556) 5604 : cluster [DBG] pgmap v4940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:00.000130+0000 mon.a (mon.0) 1742 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:30:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T09:29:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:30:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:00.000130+0000 mon.a (mon.0) 1742 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:30:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:00.000130+0000 mon.a (mon.0) 1742 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:30:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:00.242838+0000 mgr.y (mgr.14556) 5605 : cluster [DBG] pgmap v4941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:00.242838+0000 mgr.y (mgr.14556) 5605 : cluster [DBG] pgmap v4941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:00.242838+0000 mgr.y (mgr.14556) 5605 : cluster [DBG] pgmap v4941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:30:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:02.243473+0000 mgr.y (mgr.14556) 5606 : cluster [DBG] pgmap v4942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:02.243473+0000 mgr.y (mgr.14556) 5606 : cluster [DBG] pgmap v4942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:02.243473+0000 mgr.y (mgr.14556) 5606 : cluster [DBG] pgmap v4942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:30:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:30:04.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:04.243846+0000 mgr.y (mgr.14556) 5607 : cluster [DBG] pgmap v4943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:04.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:04.243846+0000 mgr.y (mgr.14556) 5607 : cluster [DBG] pgmap v4943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:04.243846+0000 mgr.y (mgr.14556) 5607 : cluster [DBG] pgmap v4943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:06.244574+0000 mgr.y (mgr.14556) 5608 : cluster [DBG] pgmap v4944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:06.244574+0000 mgr.y (mgr.14556) 5608 : cluster [DBG] pgmap v4944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:06.244574+0000 mgr.y (mgr.14556) 5608 : cluster [DBG] pgmap v4944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:08.245013+0000 mgr.y (mgr.14556) 5609 : cluster [DBG] pgmap v4945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:08.245013+0000 mgr.y (mgr.14556) 5609 : cluster [DBG] pgmap v4945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:08.245013+0000 mgr.y (mgr.14556) 5609 : cluster [DBG] pgmap v4945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:10.335 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:30:10.624 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:30:10.624 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 9m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:30:10.624 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 9m ago 2h 58.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:30:10.624 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 9m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:30:10.624 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 9m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:30:10.624 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 9m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 9m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 9m ago 2h 447M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 9m ago 2h 237M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 9m ago 2h 236M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 9m ago 2h 24.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 9m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 9m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 9m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 9m ago 2h 42.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 9m ago 2h 40.8M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 9m ago 2h 41.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 9m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 9m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 9m ago 2h 41.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:30:10.625 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 9m ago 2h 89.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:30:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:10.245325+0000 mgr.y (mgr.14556) 5610 : cluster [DBG] pgmap v4946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:10.245325+0000 mgr.y (mgr.14556) 5610 : cluster [DBG] pgmap v4946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:10.245325+0000 mgr.y (mgr.14556) 5610 : cluster [DBG] pgmap v4946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:10.972 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:30:10.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:30:10.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:30:10.972 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:30:10.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:30:10.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:30:10.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:30:10.973 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:30:10.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:30:10.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:30:10.973 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:30:10.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:30:10.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:30:10.973 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:30:10.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:30:10.973 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:30:10.973 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:30:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:30:10.322397+0000 mgr.y (mgr.14556) 5611 : audit [DBG] from='client.30485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:30:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:30:10.616348+0000 mgr.y (mgr.14556) 5612 : audit [DBG] from='client.20577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:30:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:30:10.972270+0000 mon.a (mon.0) 1743 : audit [DBG] from='client.? 172.21.15.23:0/2254781359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:30:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:30:10.322397+0000 mgr.y (mgr.14556) 5611 : audit [DBG] from='client.30485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:30:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:30:10.616348+0000 mgr.y (mgr.14556) 5612 : audit [DBG] from='client.20577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:30:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:30:10.972270+0000 mon.a (mon.0) 1743 : audit [DBG] from='client.? 172.21.15.23:0/2254781359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:30:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:30:11.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:30:10.322397+0000 mgr.y (mgr.14556) 5611 : audit [DBG] from='client.30485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:30:11.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:30:10.616348+0000 mgr.y (mgr.14556) 5612 : audit [DBG] from='client.20577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:30:11.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:30:10.972270+0000 mon.a (mon.0) 1743 : audit [DBG] from='client.? 172.21.15.23:0/2254781359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:30:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:12.246023+0000 mgr.y (mgr.14556) 5613 : cluster [DBG] pgmap v4947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:12.246023+0000 mgr.y (mgr.14556) 5613 : cluster [DBG] pgmap v4947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:12.246023+0000 mgr.y (mgr.14556) 5613 : cluster [DBG] pgmap v4947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:30:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:30:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:14.246480+0000 mgr.y (mgr.14556) 5614 : cluster [DBG] pgmap v4948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:14.246480+0000 mgr.y (mgr.14556) 5614 : cluster [DBG] pgmap v4948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:14.246480+0000 mgr.y (mgr.14556) 5614 : cluster [DBG] pgmap v4948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:16.247075+0000 mgr.y (mgr.14556) 5615 : cluster [DBG] pgmap v4949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:16.247075+0000 mgr.y (mgr.14556) 5615 : cluster [DBG] pgmap v4949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:16.247075+0000 mgr.y (mgr.14556) 5615 : cluster [DBG] pgmap v4949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:18.247639+0000 mgr.y (mgr.14556) 5616 : cluster [DBG] pgmap v4950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:18.247639+0000 mgr.y (mgr.14556) 5616 : cluster [DBG] pgmap v4950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:18.247639+0000 mgr.y (mgr.14556) 5616 : cluster [DBG] pgmap v4950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:20.248307+0000 mgr.y (mgr.14556) 5617 : cluster [DBG] pgmap v4951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:20.248307+0000 mgr.y (mgr.14556) 5617 : cluster [DBG] pgmap v4951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:20.248307+0000 mgr.y (mgr.14556) 5617 : cluster [DBG] pgmap v4951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:30:21.619794+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:30:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:30:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:30:21.619794+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:30:22.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:30:21.619794+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:30:23.098 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:22.248875+0000 mgr.y (mgr.14556) 5618 : cluster [DBG] pgmap v4952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:22.248875+0000 mgr.y (mgr.14556) 5618 : cluster [DBG] pgmap v4952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:22.248875+0000 mgr.y (mgr.14556) 5618 : cluster [DBG] pgmap v4952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:30:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:30:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:24.249354+0000 mgr.y (mgr.14556) 5619 : cluster [DBG] pgmap v4953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:24.249354+0000 mgr.y (mgr.14556) 5619 : cluster [DBG] pgmap v4953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:24.249354+0000 mgr.y (mgr.14556) 5619 : cluster [DBG] pgmap v4953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:30:24.432410+0000 mon.a (mon.0) 1745 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:30:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:30:24.959868+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:30:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:30:25.255399+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:30:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:30:25.256150+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:30:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:30:25.260974+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:30:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:30:24.432410+0000 mon.a (mon.0) 1745 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:30:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:30:24.959868+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:30:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:30:25.255399+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:30:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:30:25.256150+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:30:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:30:25.260974+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:30:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:30:24.432410+0000 mon.a (mon.0) 1745 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:30:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:30:24.959868+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:30:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:30:25.255399+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:30:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:30:25.256150+0000 mon.a (mon.0) 1748 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:30:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:30:25.260974+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:30:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:26.249977+0000 mgr.y (mgr.14556) 5620 : cluster [DBG] pgmap v4954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:26.249977+0000 mgr.y (mgr.14556) 5620 : cluster [DBG] pgmap v4954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:26.249977+0000 mgr.y (mgr.14556) 5620 : cluster [DBG] pgmap v4954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:28.250559+0000 mgr.y (mgr.14556) 5621 : cluster [DBG] pgmap v4955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:28.250559+0000 mgr.y (mgr.14556) 5621 : cluster [DBG] pgmap v4955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:28.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:28.250559+0000 mgr.y (mgr.14556) 5621 : cluster [DBG] pgmap v4955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:30.250950+0000 mgr.y (mgr.14556) 5622 : cluster [DBG] pgmap v4956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:30.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:30.250950+0000 mgr.y (mgr.14556) 5622 : cluster [DBG] pgmap v4956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:30.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:30.250950+0000 mgr.y (mgr.14556) 5622 : cluster [DBG] pgmap v4956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:30:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:32.251622+0000 mgr.y (mgr.14556) 5623 : cluster [DBG] pgmap v4957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:32.251622+0000 mgr.y (mgr.14556) 5623 : cluster [DBG] pgmap v4957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:32.251622+0000 mgr.y (mgr.14556) 5623 : cluster [DBG] pgmap v4957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:30:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:30:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:34.252060+0000 mgr.y (mgr.14556) 5624 : cluster [DBG] pgmap v4958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:34.252060+0000 mgr.y (mgr.14556) 5624 : cluster [DBG] pgmap v4958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:34.252060+0000 mgr.y (mgr.14556) 5624 : cluster [DBG] pgmap v4958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:36.252748+0000 mgr.y (mgr.14556) 5625 : cluster [DBG] pgmap v4959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:36.252748+0000 mgr.y (mgr.14556) 5625 : cluster [DBG] pgmap v4959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:36.252748+0000 mgr.y (mgr.14556) 5625 : cluster [DBG] pgmap v4959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:38.253171+0000 mgr.y (mgr.14556) 5626 : cluster [DBG] pgmap v4960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:38.253171+0000 mgr.y (mgr.14556) 5626 : cluster [DBG] pgmap v4960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:38.253171+0000 mgr.y (mgr.14556) 5626 : cluster [DBG] pgmap v4960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:40.253819+0000 mgr.y (mgr.14556) 5627 : cluster [DBG] pgmap v4961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:40.253819+0000 mgr.y (mgr.14556) 5627 : cluster [DBG] pgmap v4961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:40.253819+0000 mgr.y (mgr.14556) 5627 : cluster [DBG] pgmap v4961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:41.300 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:30:41.591 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:30:41.591 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 17s ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:30:41.591 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 16s ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:30:41.591 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 17s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:30:41.591 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 16s ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:30:41.591 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 16s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:30:41.591 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 17s ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:30:41.591 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 17s ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:30:41.591 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 16s ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:30:41.592 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 17s ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:30:41.592 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 17s ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:30:41.592 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 16s ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:30:41.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 17s ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:30:41.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 17s ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:30:41.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 17s ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:30:41.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 17s ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:30:41.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 16s ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:30:41.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 16s ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:30:41.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 16s ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:30:41.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 16s ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:30:41.592 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 16s ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:30:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:30:41.287605+0000 mgr.y (mgr.14556) 5628 : audit [DBG] from='client.20589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:30:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:30:41.287605+0000 mgr.y (mgr.14556) 5628 : audit [DBG] from='client.20589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:30:41.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:30:41.287605+0000 mgr.y (mgr.14556) 5628 : audit [DBG] from='client.20589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:30:41.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:30:41.942 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:30:41.942 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:30:41.942 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:30:41.943 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:30:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:30:41.583000+0000 mgr.y (mgr.14556) 5629 : audit [DBG] from='client.30509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:30:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:30:41.942556+0000 mon.a (mon.0) 1750 : audit [DBG] from='client.? 172.21.15.23:0/1156609896' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:30:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:42.254355+0000 mgr.y (mgr.14556) 5630 : cluster [DBG] pgmap v4962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:30:41.583000+0000 mgr.y (mgr.14556) 5629 : audit [DBG] from='client.30509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:30:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:30:41.942556+0000 mon.a (mon.0) 1750 : audit [DBG] from='client.? 172.21.15.23:0/1156609896' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:30:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:42.254355+0000 mgr.y (mgr.14556) 5630 : cluster [DBG] pgmap v4962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:30:41.583000+0000 mgr.y (mgr.14556) 5629 : audit [DBG] from='client.30509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:30:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:30:41.942556+0000 mon.a (mon.0) 1750 : audit [DBG] from='client.? 172.21.15.23:0/1156609896' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:30:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:42.254355+0000 mgr.y (mgr.14556) 5630 : cluster [DBG] pgmap v4962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:30:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:30:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:44.254966+0000 mgr.y (mgr.14556) 5631 : cluster [DBG] pgmap v4963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:44.254966+0000 mgr.y (mgr.14556) 5631 : cluster [DBG] pgmap v4963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:44.254966+0000 mgr.y (mgr.14556) 5631 : cluster [DBG] pgmap v4963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:46.255628+0000 mgr.y (mgr.14556) 5632 : cluster [DBG] pgmap v4964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:46.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:46.255628+0000 mgr.y (mgr.14556) 5632 : cluster [DBG] pgmap v4964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:46.255628+0000 mgr.y (mgr.14556) 5632 : cluster [DBG] pgmap v4964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:48.256172+0000 mgr.y (mgr.14556) 5633 : cluster [DBG] pgmap v4965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:48.256172+0000 mgr.y (mgr.14556) 5633 : cluster [DBG] pgmap v4965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:48.256172+0000 mgr.y (mgr.14556) 5633 : cluster [DBG] pgmap v4965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:50.256938+0000 mgr.y (mgr.14556) 5634 : cluster [DBG] pgmap v4966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:50.256938+0000 mgr.y (mgr.14556) 5634 : cluster [DBG] pgmap v4966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:50.256938+0000 mgr.y (mgr.14556) 5634 : cluster [DBG] pgmap v4966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:30:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:52.257480+0000 mgr.y (mgr.14556) 5635 : cluster [DBG] pgmap v4967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:52.257480+0000 mgr.y (mgr.14556) 5635 : cluster [DBG] pgmap v4967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:52.257480+0000 mgr.y (mgr.14556) 5635 : cluster [DBG] pgmap v4967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:30:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:30:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:54.257925+0000 mgr.y (mgr.14556) 5636 : cluster [DBG] pgmap v4968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:54.257925+0000 mgr.y (mgr.14556) 5636 : cluster [DBG] pgmap v4968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:54.257925+0000 mgr.y (mgr.14556) 5636 : cluster [DBG] pgmap v4968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:56.258701+0000 mgr.y (mgr.14556) 5637 : cluster [DBG] pgmap v4969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:56.258701+0000 mgr.y (mgr.14556) 5637 : cluster [DBG] pgmap v4969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:56.258701+0000 mgr.y (mgr.14556) 5637 : cluster [DBG] pgmap v4969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:30:58.259026+0000 mgr.y (mgr.14556) 5638 : cluster [DBG] pgmap v4970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:30:58.259026+0000 mgr.y (mgr.14556) 5638 : cluster [DBG] pgmap v4970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:30:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:30:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:30:58.259026+0000 mgr.y (mgr.14556) 5638 : cluster [DBG] pgmap v4970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:00.259768+0000 mgr.y (mgr.14556) 5639 : cluster [DBG] pgmap v4971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:00.259768+0000 mgr.y (mgr.14556) 5639 : cluster [DBG] pgmap v4971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:00.259768+0000 mgr.y (mgr.14556) 5639 : cluster [DBG] pgmap v4971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:31:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:02.260413+0000 mgr.y (mgr.14556) 5640 : cluster [DBG] pgmap v4972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:02.260413+0000 mgr.y (mgr.14556) 5640 : cluster [DBG] pgmap v4972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:02.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:02.260413+0000 mgr.y (mgr.14556) 5640 : cluster [DBG] pgmap v4972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:31:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:31:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:04.260977+0000 mgr.y (mgr.14556) 5641 : cluster [DBG] pgmap v4973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:04.260977+0000 mgr.y (mgr.14556) 5641 : cluster [DBG] pgmap v4973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:04.260977+0000 mgr.y (mgr.14556) 5641 : cluster [DBG] pgmap v4973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:06.261632+0000 mgr.y (mgr.14556) 5642 : cluster [DBG] pgmap v4974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:06.261632+0000 mgr.y (mgr.14556) 5642 : cluster [DBG] pgmap v4974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:06.261632+0000 mgr.y (mgr.14556) 5642 : cluster [DBG] pgmap v4974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:08.261989+0000 mgr.y (mgr.14556) 5643 : cluster [DBG] pgmap v4975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:08.261989+0000 mgr.y (mgr.14556) 5643 : cluster [DBG] pgmap v4975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:08.261989+0000 mgr.y (mgr.14556) 5643 : cluster [DBG] pgmap v4975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:10.262579+0000 mgr.y (mgr.14556) 5644 : cluster [DBG] pgmap v4976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:10.262579+0000 mgr.y (mgr.14556) 5644 : cluster [DBG] pgmap v4976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:10.262579+0000 mgr.y (mgr.14556) 5644 : cluster [DBG] pgmap v4976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:31:12.268 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:31:12.557 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:31:12.557 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 48s ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:31:12.557 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 47s ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:31:12.557 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 48s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:31:12.557 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 47s ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:31:12.557 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 47s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:31:12.557 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 48s ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:31:12.557 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 48s ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:31:12.557 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 47s ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:31:12.557 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 48s ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:31:12.558 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 48s ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:31:12.558 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 47s ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:31:12.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 48s ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:31:12.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 48s ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:31:12.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 48s ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:31:12.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 48s ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:31:12.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 47s ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:31:12.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 47s ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:31:12.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 47s ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:31:12.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 47s ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:31:12.558 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 47s ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:31:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:31:12.255369+0000 mgr.y (mgr.14556) 5645 : audit [DBG] from='client.20607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:31:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:12.262978+0000 mgr.y (mgr.14556) 5646 : cluster [DBG] pgmap v4977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:31:12.255369+0000 mgr.y (mgr.14556) 5645 : audit [DBG] from='client.20607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:31:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:12.262978+0000 mgr.y (mgr.14556) 5646 : cluster [DBG] pgmap v4977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:31:12.255369+0000 mgr.y (mgr.14556) 5645 : audit [DBG] from='client.20607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:31:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:12.262978+0000 mgr.y (mgr.14556) 5646 : cluster [DBG] pgmap v4977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:31:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:31:12.909 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:31:12.909 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:31:12.909 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:31:12.909 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:31:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:31:12.549141+0000 mgr.y (mgr.14556) 5647 : audit [DBG] from='client.30527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:31:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:31:12.907727+0000 mon.a (mon.0) 1751 : audit [DBG] from='client.? 172.21.15.23:0/329483351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:31:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:31:12.549141+0000 mgr.y (mgr.14556) 5647 : audit [DBG] from='client.30527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:31:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:31:12.907727+0000 mon.a (mon.0) 1751 : audit [DBG] from='client.? 172.21.15.23:0/329483351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:31:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:31:12.549141+0000 mgr.y (mgr.14556) 5647 : audit [DBG] from='client.30527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:31:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:31:12.907727+0000 mon.a (mon.0) 1751 : audit [DBG] from='client.? 172.21.15.23:0/329483351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:31:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:31:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T09:31:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:14.263471+0000 mgr.y (mgr.14556) 5648 : cluster [DBG] pgmap v4978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:14.263471+0000 mgr.y (mgr.14556) 5648 : cluster [DBG] pgmap v4978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:14.263471+0000 mgr.y (mgr.14556) 5648 : cluster [DBG] pgmap v4978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:16.264275+0000 mgr.y (mgr.14556) 5649 : cluster [DBG] pgmap v4979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:16.264275+0000 mgr.y (mgr.14556) 5649 : cluster [DBG] pgmap v4979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:16.264275+0000 mgr.y (mgr.14556) 5649 : cluster [DBG] pgmap v4979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:18.264655+0000 mgr.y (mgr.14556) 5650 : cluster [DBG] pgmap v4980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:18.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:18.264655+0000 mgr.y (mgr.14556) 5650 : cluster [DBG] pgmap v4980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:18.264655+0000 mgr.y (mgr.14556) 5650 : cluster [DBG] pgmap v4980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:20.265193+0000 mgr.y (mgr.14556) 5651 : cluster [DBG] pgmap v4981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:20.265193+0000 mgr.y (mgr.14556) 5651 : cluster [DBG] pgmap v4981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:20.265193+0000 mgr.y (mgr.14556) 5651 : cluster [DBG] pgmap v4981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:31:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:22.265786+0000 mgr.y (mgr.14556) 5652 : cluster [DBG] pgmap v4982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:22.265786+0000 mgr.y (mgr.14556) 5652 : cluster [DBG] pgmap v4982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:22.265786+0000 mgr.y (mgr.14556) 5652 : cluster [DBG] pgmap v4982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:31:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:31:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:24.266394+0000 mgr.y (mgr.14556) 5653 : cluster [DBG] pgmap v4983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:24.266394+0000 mgr.y (mgr.14556) 5653 : cluster [DBG] pgmap v4983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:24.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:24.266394+0000 mgr.y (mgr.14556) 5653 : cluster [DBG] pgmap v4983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:31:25.265947+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:31:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:31:25.265947+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:31:25.667 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:31:25.265947+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:31:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:31:25.574592+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:31:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:31:25.575346+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:31:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:31:25.584295+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:31:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:26.267213+0000 mgr.y (mgr.14556) 5654 : cluster [DBG] pgmap v4984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:31:25.574592+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:31:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:31:25.575346+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:31:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:31:25.584295+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:31:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:26.267213+0000 mgr.y (mgr.14556) 5654 : cluster [DBG] pgmap v4984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:31:25.574592+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:31:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:31:25.575346+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:31:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:31:25.584295+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:31:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:26.267213+0000 mgr.y (mgr.14556) 5654 : cluster [DBG] pgmap v4984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:28.267569+0000 mgr.y (mgr.14556) 5655 : cluster [DBG] pgmap v4985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:28.267569+0000 mgr.y (mgr.14556) 5655 : cluster [DBG] pgmap v4985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:28.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:28.267569+0000 mgr.y (mgr.14556) 5655 : cluster [DBG] pgmap v4985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:30.268099+0000 mgr.y (mgr.14556) 5656 : cluster [DBG] pgmap v4986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:30.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:30.268099+0000 mgr.y (mgr.14556) 5656 : cluster [DBG] pgmap v4986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:30.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:30.268099+0000 mgr.y (mgr.14556) 5656 : cluster [DBG] pgmap v4986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:31:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:32.268598+0000 mgr.y (mgr.14556) 5657 : cluster [DBG] pgmap v4987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:32.268598+0000 mgr.y (mgr.14556) 5657 : cluster [DBG] pgmap v4987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:32.268598+0000 mgr.y (mgr.14556) 5657 : cluster [DBG] pgmap v4987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:31:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:31:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:34.269148+0000 mgr.y (mgr.14556) 5658 : cluster [DBG] pgmap v4988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:34.269148+0000 mgr.y (mgr.14556) 5658 : cluster [DBG] pgmap v4988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:34.269148+0000 mgr.y (mgr.14556) 5658 : cluster [DBG] pgmap v4988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:36.269749+0000 mgr.y (mgr.14556) 5659 : cluster [DBG] pgmap v4989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:36.269749+0000 mgr.y (mgr.14556) 5659 : cluster [DBG] pgmap v4989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:36.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:36.269749+0000 mgr.y (mgr.14556) 5659 : cluster [DBG] pgmap v4989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:38.270287+0000 mgr.y (mgr.14556) 5660 : cluster [DBG] pgmap v4990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:38.270287+0000 mgr.y (mgr.14556) 5660 : cluster [DBG] pgmap v4990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:38.270287+0000 mgr.y (mgr.14556) 5660 : cluster [DBG] pgmap v4990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:40.270857+0000 mgr.y (mgr.14556) 5661 : cluster [DBG] pgmap v4991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:40.270857+0000 mgr.y (mgr.14556) 5661 : cluster [DBG] pgmap v4991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:40.270857+0000 mgr.y (mgr.14556) 5661 : cluster [DBG] pgmap v4991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:31:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:42.271325+0000 mgr.y (mgr.14556) 5662 : cluster [DBG] pgmap v4992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:42.271325+0000 mgr.y (mgr.14556) 5662 : cluster [DBG] pgmap v4992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:42.271325+0000 mgr.y (mgr.14556) 5662 : cluster [DBG] pgmap v4992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:43.232 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:31:43.521 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:31:43.521 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 79s ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:31:43.522 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 78s ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:31:43.522 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 79s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:31:43.522 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 78s ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:31:43.522 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 78s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:31:43.522 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 79s ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:31:43.522 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 79s ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:31:43.522 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 78s ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:31:43.522 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 79s ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:31:43.522 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 79s ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:31:43.523 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 78s ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:31:43.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 79s ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:31:43.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 79s ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:31:43.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 79s ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:31:43.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 79s ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:31:43.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 78s ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:31:43.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 78s ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:31:43.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 78s ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:31:43.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 78s ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:31:43.523 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 78s ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:31:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:31:43.220680+0000 mgr.y (mgr.14556) 5663 : audit [DBG] from='client.30539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:31:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:31:43.220680+0000 mgr.y (mgr.14556) 5663 : audit [DBG] from='client.30539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:31:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:31:43.220680+0000 mgr.y (mgr.14556) 5663 : audit [DBG] from='client.30539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:31:43.878 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:31:43.879 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:31:43.880 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:31:43.880 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:31:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:31:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:31:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:31:43.513292+0000 mgr.y (mgr.14556) 5664 : audit [DBG] from='client.30545 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:31:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:31:43.878714+0000 mon.a (mon.0) 1756 : audit [DBG] from='client.? 172.21.15.23:0/1372062616' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:31:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:44.271778+0000 mgr.y (mgr.14556) 5665 : cluster [DBG] pgmap v4993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:31:43.513292+0000 mgr.y (mgr.14556) 5664 : audit [DBG] from='client.30545 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:31:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:31:43.878714+0000 mon.a (mon.0) 1756 : audit [DBG] from='client.? 172.21.15.23:0/1372062616' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:31:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:44.271778+0000 mgr.y (mgr.14556) 5665 : cluster [DBG] pgmap v4993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:31:43.513292+0000 mgr.y (mgr.14556) 5664 : audit [DBG] from='client.30545 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:31:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:31:43.878714+0000 mon.a (mon.0) 1756 : audit [DBG] from='client.? 172.21.15.23:0/1372062616' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:31:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:44.271778+0000 mgr.y (mgr.14556) 5665 : cluster [DBG] pgmap v4993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:46.272457+0000 mgr.y (mgr.14556) 5666 : cluster [DBG] pgmap v4994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:46.272457+0000 mgr.y (mgr.14556) 5666 : cluster [DBG] pgmap v4994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:46.272457+0000 mgr.y (mgr.14556) 5666 : cluster [DBG] pgmap v4994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:48.272952+0000 mgr.y (mgr.14556) 5667 : cluster [DBG] pgmap v4995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:48.272952+0000 mgr.y (mgr.14556) 5667 : cluster [DBG] pgmap v4995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:48.272952+0000 mgr.y (mgr.14556) 5667 : cluster [DBG] pgmap v4995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:50.273544+0000 mgr.y (mgr.14556) 5668 : cluster [DBG] pgmap v4996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:50.273544+0000 mgr.y (mgr.14556) 5668 : cluster [DBG] pgmap v4996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:50.273544+0000 mgr.y (mgr.14556) 5668 : cluster [DBG] pgmap v4996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:31:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:52.273928+0000 mgr.y (mgr.14556) 5669 : cluster [DBG] pgmap v4997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:52.273928+0000 mgr.y (mgr.14556) 5669 : cluster [DBG] pgmap v4997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:52.273928+0000 mgr.y (mgr.14556) 5669 : cluster [DBG] pgmap v4997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:31:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:31:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:54.274313+0000 mgr.y (mgr.14556) 5670 : cluster [DBG] pgmap v4998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:54.274313+0000 mgr.y (mgr.14556) 5670 : cluster [DBG] pgmap v4998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:54.274313+0000 mgr.y (mgr.14556) 5670 : cluster [DBG] pgmap v4998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:56.275138+0000 mgr.y (mgr.14556) 5671 : cluster [DBG] pgmap v4999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:56.275138+0000 mgr.y (mgr.14556) 5671 : cluster [DBG] pgmap v4999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:56.275138+0000 mgr.y (mgr.14556) 5671 : cluster [DBG] pgmap v4999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:31:58.275699+0000 mgr.y (mgr.14556) 5672 : cluster [DBG] pgmap v5000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:31:58.275699+0000 mgr.y (mgr.14556) 5672 : cluster [DBG] pgmap v5000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:31:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:31:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:31:58.275699+0000 mgr.y (mgr.14556) 5672 : cluster [DBG] pgmap v5000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:00.276373+0000 mgr.y (mgr.14556) 5673 : cluster [DBG] pgmap v5001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:00.276373+0000 mgr.y (mgr.14556) 5673 : cluster [DBG] pgmap v5001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:00.276373+0000 mgr.y (mgr.14556) 5673 : cluster [DBG] pgmap v5001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:32:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:02.276725+0000 mgr.y (mgr.14556) 5674 : cluster [DBG] pgmap v5002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:02.276725+0000 mgr.y (mgr.14556) 5674 : cluster [DBG] pgmap v5002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:02.276725+0000 mgr.y (mgr.14556) 5674 : cluster [DBG] pgmap v5002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:32:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:32:04.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:04.277163+0000 mgr.y (mgr.14556) 5675 : cluster [DBG] pgmap v5003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:04.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:04.277163+0000 mgr.y (mgr.14556) 5675 : cluster [DBG] pgmap v5003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:04.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:04.277163+0000 mgr.y (mgr.14556) 5675 : cluster [DBG] pgmap v5003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:06.277873+0000 mgr.y (mgr.14556) 5676 : cluster [DBG] pgmap v5004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:06.277873+0000 mgr.y (mgr.14556) 5676 : cluster [DBG] pgmap v5004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:06.277873+0000 mgr.y (mgr.14556) 5676 : cluster [DBG] pgmap v5004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:08.278208+0000 mgr.y (mgr.14556) 5677 : cluster [DBG] pgmap v5005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:08.278208+0000 mgr.y (mgr.14556) 5677 : cluster [DBG] pgmap v5005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:08.278208+0000 mgr.y (mgr.14556) 5677 : cluster [DBG] pgmap v5005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:10.278968+0000 mgr.y (mgr.14556) 5678 : cluster [DBG] pgmap v5006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:10.278968+0000 mgr.y (mgr.14556) 5678 : cluster [DBG] pgmap v5006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:10.278968+0000 mgr.y (mgr.14556) 5678 : cluster [DBG] pgmap v5006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:32:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:12.279503+0000 mgr.y (mgr.14556) 5679 : cluster [DBG] pgmap v5007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:12.279503+0000 mgr.y (mgr.14556) 5679 : cluster [DBG] pgmap v5007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:12.279503+0000 mgr.y (mgr.14556) 5679 : cluster [DBG] pgmap v5007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:32:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T09:32:14.202 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:32:14.492 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:32:14.492 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 110s ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:32:14.492 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 109s ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:32:14.492 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 110s ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:32:14.492 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 109s ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:32:14.492 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 109s ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:32:14.492 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 110s ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 110s ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 109s ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 110s ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 110s ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 109s ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 110s ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 110s ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 110s ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 110s ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 109s ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 109s ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 109s ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:32:14.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 109s ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:32:14.494 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 109s ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:32:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:32:14.190366+0000 mgr.y (mgr.14556) 5680 : audit [DBG] from='client.20643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:32:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:14.279889+0000 mgr.y (mgr.14556) 5681 : cluster [DBG] pgmap v5008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:32:14.190366+0000 mgr.y (mgr.14556) 5680 : audit [DBG] from='client.20643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:32:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:14.279889+0000 mgr.y (mgr.14556) 5681 : cluster [DBG] pgmap v5008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:32:14.190366+0000 mgr.y (mgr.14556) 5680 : audit [DBG] from='client.20643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:32:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:14.279889+0000 mgr.y (mgr.14556) 5681 : cluster [DBG] pgmap v5008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:14.845 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:32:14.845 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:32:14.845 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:32:14.845 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:32:14.846 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:32:14.846 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:32:14.846 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:32:14.846 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:32:14.847 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:32:14.847 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:32:14.847 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:32:14.847 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:32:14.847 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:32:14.847 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:32:14.847 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:32:14.847 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:32:14.847 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:32:15.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:32:14.484258+0000 mgr.y (mgr.14556) 5682 : audit [DBG] from='client.20649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:32:15.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:32:14.844878+0000 mon.a (mon.0) 1757 : audit [DBG] from='client.? 172.21.15.23:0/3095832170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:32:15.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:32:14.484258+0000 mgr.y (mgr.14556) 5682 : audit [DBG] from='client.20649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:32:15.635 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:32:14.844878+0000 mon.a (mon.0) 1757 : audit [DBG] from='client.? 172.21.15.23:0/3095832170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:32:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:32:14.484258+0000 mgr.y (mgr.14556) 5682 : audit [DBG] from='client.20649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:32:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:32:14.844878+0000 mon.a (mon.0) 1757 : audit [DBG] from='client.? 172.21.15.23:0/3095832170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:32:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:16.280589+0000 mgr.y (mgr.14556) 5683 : cluster [DBG] pgmap v5009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:16.280589+0000 mgr.y (mgr.14556) 5683 : cluster [DBG] pgmap v5009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:16.280589+0000 mgr.y (mgr.14556) 5683 : cluster [DBG] pgmap v5009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:18.281075+0000 mgr.y (mgr.14556) 5684 : cluster [DBG] pgmap v5010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:18.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:18.281075+0000 mgr.y (mgr.14556) 5684 : cluster [DBG] pgmap v5010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:18.281075+0000 mgr.y (mgr.14556) 5684 : cluster [DBG] pgmap v5010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:20.281792+0000 mgr.y (mgr.14556) 5685 : cluster [DBG] pgmap v5011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:20.281792+0000 mgr.y (mgr.14556) 5685 : cluster [DBG] pgmap v5011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:20.281792+0000 mgr.y (mgr.14556) 5685 : cluster [DBG] pgmap v5011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:32:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:22.282225+0000 mgr.y (mgr.14556) 5686 : cluster [DBG] pgmap v5012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:22.282225+0000 mgr.y (mgr.14556) 5686 : cluster [DBG] pgmap v5012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:22.282225+0000 mgr.y (mgr.14556) 5686 : cluster [DBG] pgmap v5012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:32:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:32:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:24.282595+0000 mgr.y (mgr.14556) 5687 : cluster [DBG] pgmap v5013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:24.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:24.282595+0000 mgr.y (mgr.14556) 5687 : cluster [DBG] pgmap v5013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:24.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:24.282595+0000 mgr.y (mgr.14556) 5687 : cluster [DBG] pgmap v5013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:32:25.588935+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:32:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:32:25.588935+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:32:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:32:25.588935+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:32:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:32:25.895261+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:32:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:32:25.895943+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:32:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:32:25.901975+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:32:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:26.283183+0000 mgr.y (mgr.14556) 5688 : cluster [DBG] pgmap v5014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:32:25.895261+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:32:27.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:32:25.895943+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:32:27.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:32:25.901975+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:32:27.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:26.283183+0000 mgr.y (mgr.14556) 5688 : cluster [DBG] pgmap v5014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:27.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:32:25.895261+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:32:27.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:32:25.895943+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:32:27.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:32:25.901975+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:32:27.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:26.283183+0000 mgr.y (mgr.14556) 5688 : cluster [DBG] pgmap v5014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:28.283653+0000 mgr.y (mgr.14556) 5689 : cluster [DBG] pgmap v5015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:28.283653+0000 mgr.y (mgr.14556) 5689 : cluster [DBG] pgmap v5015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:28.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:28.283653+0000 mgr.y (mgr.14556) 5689 : cluster [DBG] pgmap v5015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:30.284467+0000 mgr.y (mgr.14556) 5690 : cluster [DBG] pgmap v5016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:30.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:30.284467+0000 mgr.y (mgr.14556) 5690 : cluster [DBG] pgmap v5016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:30.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:30.284467+0000 mgr.y (mgr.14556) 5690 : cluster [DBG] pgmap v5016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:32:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:32.284858+0000 mgr.y (mgr.14556) 5691 : cluster [DBG] pgmap v5017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:32.284858+0000 mgr.y (mgr.14556) 5691 : cluster [DBG] pgmap v5017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:32.284858+0000 mgr.y (mgr.14556) 5691 : cluster [DBG] pgmap v5017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:32:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:32:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:34.285407+0000 mgr.y (mgr.14556) 5692 : cluster [DBG] pgmap v5018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:34.285407+0000 mgr.y (mgr.14556) 5692 : cluster [DBG] pgmap v5018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:34.285407+0000 mgr.y (mgr.14556) 5692 : cluster [DBG] pgmap v5018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:36.286113+0000 mgr.y (mgr.14556) 5693 : cluster [DBG] pgmap v5019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:36.286113+0000 mgr.y (mgr.14556) 5693 : cluster [DBG] pgmap v5019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:36.286113+0000 mgr.y (mgr.14556) 5693 : cluster [DBG] pgmap v5019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:38.286608+0000 mgr.y (mgr.14556) 5694 : cluster [DBG] pgmap v5020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:38.286608+0000 mgr.y (mgr.14556) 5694 : cluster [DBG] pgmap v5020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:38.286608+0000 mgr.y (mgr.14556) 5694 : cluster [DBG] pgmap v5020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:40.287303+0000 mgr.y (mgr.14556) 5695 : cluster [DBG] pgmap v5021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:40.287303+0000 mgr.y (mgr.14556) 5695 : cluster [DBG] pgmap v5021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:40.287303+0000 mgr.y (mgr.14556) 5695 : cluster [DBG] pgmap v5021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:32:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:42.287709+0000 mgr.y (mgr.14556) 5696 : cluster [DBG] pgmap v5022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:42.287709+0000 mgr.y (mgr.14556) 5696 : cluster [DBG] pgmap v5022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:42.287709+0000 mgr.y (mgr.14556) 5696 : cluster [DBG] pgmap v5022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:32:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:32:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:44.288195+0000 mgr.y (mgr.14556) 5697 : cluster [DBG] pgmap v5023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:44.288195+0000 mgr.y (mgr.14556) 5697 : cluster [DBG] pgmap v5023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:44.288195+0000 mgr.y (mgr.14556) 5697 : cluster [DBG] pgmap v5023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:45.171 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:32:45.460 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:32:45.460 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 2m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:32:45.460 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 2m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:32:45.460 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 2m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:32:45.460 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 2m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:32:45.461 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 2m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:32:45.461 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 2m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:32:45.461 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 2m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:32:45.461 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 2m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:32:45.461 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 2m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:32:45.461 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 2m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:32:45.461 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 2m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:32:45.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 2m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:32:45.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 2m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:32:45.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 2m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:32:45.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 2m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:32:45.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 2m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:32:45.462 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 2m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:32:45.462 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 2m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:32:45.462 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 2m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:32:45.462 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 2m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:32:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:32:45.159158+0000 mgr.y (mgr.14556) 5698 : audit [DBG] from='client.30575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:32:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:32:45.159158+0000 mgr.y (mgr.14556) 5698 : audit [DBG] from='client.30575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:32:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:32:45.159158+0000 mgr.y (mgr.14556) 5698 : audit [DBG] from='client.30575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:32:45.812 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:32:45.812 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:32:45.812 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:32:45.812 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:32:45.812 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:32:45.812 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:32:45.813 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:32:45.813 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:32:45.813 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:32:45.813 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:32:45.813 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:32:45.813 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:32:45.813 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:32:45.813 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:32:45.813 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:32:45.813 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:32:45.813 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:32:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:32:45.452508+0000 mgr.y (mgr.14556) 5699 : audit [DBG] from='client.20667 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:32:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:32:45.812113+0000 mon.c (mon.2) 159 : audit [DBG] from='client.? 172.21.15.23:0/3133963504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:32:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:46.289007+0000 mgr.y (mgr.14556) 5700 : cluster [DBG] pgmap v5024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:32:45.452508+0000 mgr.y (mgr.14556) 5699 : audit [DBG] from='client.20667 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:32:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:32:45.812113+0000 mon.c (mon.2) 159 : audit [DBG] from='client.? 172.21.15.23:0/3133963504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:32:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:46.289007+0000 mgr.y (mgr.14556) 5700 : cluster [DBG] pgmap v5024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:32:45.452508+0000 mgr.y (mgr.14556) 5699 : audit [DBG] from='client.20667 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:32:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:32:45.812113+0000 mon.c (mon.2) 159 : audit [DBG] from='client.? 172.21.15.23:0/3133963504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:32:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:46.289007+0000 mgr.y (mgr.14556) 5700 : cluster [DBG] pgmap v5024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:48.289383+0000 mgr.y (mgr.14556) 5701 : cluster [DBG] pgmap v5025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:48.289383+0000 mgr.y (mgr.14556) 5701 : cluster [DBG] pgmap v5025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:48.289383+0000 mgr.y (mgr.14556) 5701 : cluster [DBG] pgmap v5025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:50.289917+0000 mgr.y (mgr.14556) 5702 : cluster [DBG] pgmap v5026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:50.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:50.289917+0000 mgr.y (mgr.14556) 5702 : cluster [DBG] pgmap v5026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:50.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:50.289917+0000 mgr.y (mgr.14556) 5702 : cluster [DBG] pgmap v5026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:32:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:52.290284+0000 mgr.y (mgr.14556) 5703 : cluster [DBG] pgmap v5027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:52.290284+0000 mgr.y (mgr.14556) 5703 : cluster [DBG] pgmap v5027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:52.290284+0000 mgr.y (mgr.14556) 5703 : cluster [DBG] pgmap v5027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:32:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:32:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:54.290626+0000 mgr.y (mgr.14556) 5704 : cluster [DBG] pgmap v5028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:54.290626+0000 mgr.y (mgr.14556) 5704 : cluster [DBG] pgmap v5028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:54.290626+0000 mgr.y (mgr.14556) 5704 : cluster [DBG] pgmap v5028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:56.291191+0000 mgr.y (mgr.14556) 5705 : cluster [DBG] pgmap v5029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:56.291191+0000 mgr.y (mgr.14556) 5705 : cluster [DBG] pgmap v5029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:56.291191+0000 mgr.y (mgr.14556) 5705 : cluster [DBG] pgmap v5029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:32:58.291609+0000 mgr.y (mgr.14556) 5706 : cluster [DBG] pgmap v5030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:32:58.291609+0000 mgr.y (mgr.14556) 5706 : cluster [DBG] pgmap v5030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:32:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:32:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:32:58.291609+0000 mgr.y (mgr.14556) 5706 : cluster [DBG] pgmap v5030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:00.292263+0000 mgr.y (mgr.14556) 5707 : cluster [DBG] pgmap v5031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:00.292263+0000 mgr.y (mgr.14556) 5707 : cluster [DBG] pgmap v5031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:00.292263+0000 mgr.y (mgr.14556) 5707 : cluster [DBG] pgmap v5031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:33:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:02.292787+0000 mgr.y (mgr.14556) 5708 : cluster [DBG] pgmap v5032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:02.292787+0000 mgr.y (mgr.14556) 5708 : cluster [DBG] pgmap v5032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:02.292787+0000 mgr.y (mgr.14556) 5708 : cluster [DBG] pgmap v5032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:33:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:33:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:04.293317+0000 mgr.y (mgr.14556) 5709 : cluster [DBG] pgmap v5033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:04.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:04.293317+0000 mgr.y (mgr.14556) 5709 : cluster [DBG] pgmap v5033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:04.293317+0000 mgr.y (mgr.14556) 5709 : cluster [DBG] pgmap v5033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:06.293979+0000 mgr.y (mgr.14556) 5710 : cluster [DBG] pgmap v5034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:06.293979+0000 mgr.y (mgr.14556) 5710 : cluster [DBG] pgmap v5034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:06.293979+0000 mgr.y (mgr.14556) 5710 : cluster [DBG] pgmap v5034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:08.294594+0000 mgr.y (mgr.14556) 5711 : cluster [DBG] pgmap v5035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:08.294594+0000 mgr.y (mgr.14556) 5711 : cluster [DBG] pgmap v5035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:08.294594+0000 mgr.y (mgr.14556) 5711 : cluster [DBG] pgmap v5035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:10.295189+0000 mgr.y (mgr.14556) 5712 : cluster [DBG] pgmap v5036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:10.295189+0000 mgr.y (mgr.14556) 5712 : cluster [DBG] pgmap v5036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:10.295189+0000 mgr.y (mgr.14556) 5712 : cluster [DBG] pgmap v5036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:33:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:12.295842+0000 mgr.y (mgr.14556) 5713 : cluster [DBG] pgmap v5037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:12.295842+0000 mgr.y (mgr.14556) 5713 : cluster [DBG] pgmap v5037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:12.295842+0000 mgr.y (mgr.14556) 5713 : cluster [DBG] pgmap v5037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:33:13] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:33:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:14.296277+0000 mgr.y (mgr.14556) 5714 : cluster [DBG] pgmap v5038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:14.296277+0000 mgr.y (mgr.14556) 5714 : cluster [DBG] pgmap v5038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:14.296277+0000 mgr.y (mgr.14556) 5714 : cluster [DBG] pgmap v5038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:16.136 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:33:16.429 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:33:16.430 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 2m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:33:16.430 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 2m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:33:16.430 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 2m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:33:16.430 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 2m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:33:16.430 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 2m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:33:16.431 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 2m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:33:16.431 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 2m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:33:16.431 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 2m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:33:16.431 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 2m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:33:16.431 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 2m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:33:16.431 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 2m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:33:16.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 2m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:33:16.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 2m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:33:16.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 2m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:33:16.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 2m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:33:16.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 2m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:33:16.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 2m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:33:16.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 2m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:33:16.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 2m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:33:16.432 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 2m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:33:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:33:16.124699+0000 mgr.y (mgr.14556) 5715 : audit [DBG] from='client.20679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:33:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:16.296930+0000 mgr.y (mgr.14556) 5716 : cluster [DBG] pgmap v5039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:33:16.124699+0000 mgr.y (mgr.14556) 5715 : audit [DBG] from='client.20679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:33:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:16.296930+0000 mgr.y (mgr.14556) 5716 : cluster [DBG] pgmap v5039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:33:16.124699+0000 mgr.y (mgr.14556) 5715 : audit [DBG] from='client.20679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:33:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:16.296930+0000 mgr.y (mgr.14556) 5716 : cluster [DBG] pgmap v5039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:16.779 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:33:16.779 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:33:16.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:33:16.780 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:33:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:33:16.421430+0000 mgr.y (mgr.14556) 5717 : audit [DBG] from='client.30599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:33:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:33:16.779469+0000 mon.c (mon.2) 160 : audit [DBG] from='client.? 172.21.15.23:0/2424083318' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:33:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:33:16.421430+0000 mgr.y (mgr.14556) 5717 : audit [DBG] from='client.30599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:33:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:33:16.779469+0000 mon.c (mon.2) 160 : audit [DBG] from='client.? 172.21.15.23:0/2424083318' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:33:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:33:16.421430+0000 mgr.y (mgr.14556) 5717 : audit [DBG] from='client.30599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:33:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:33:16.779469+0000 mon.c (mon.2) 160 : audit [DBG] from='client.? 172.21.15.23:0/2424083318' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:33:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:18.297500+0000 mgr.y (mgr.14556) 5718 : cluster [DBG] pgmap v5040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:18.297500+0000 mgr.y (mgr.14556) 5718 : cluster [DBG] pgmap v5040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:18.297500+0000 mgr.y (mgr.14556) 5718 : cluster [DBG] pgmap v5040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:20.298094+0000 mgr.y (mgr.14556) 5719 : cluster [DBG] pgmap v5041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:20.298094+0000 mgr.y (mgr.14556) 5719 : cluster [DBG] pgmap v5041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:20.298094+0000 mgr.y (mgr.14556) 5719 : cluster [DBG] pgmap v5041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:33:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:22.298559+0000 mgr.y (mgr.14556) 5720 : cluster [DBG] pgmap v5042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:22.298559+0000 mgr.y (mgr.14556) 5720 : cluster [DBG] pgmap v5042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:22.298559+0000 mgr.y (mgr.14556) 5720 : cluster [DBG] pgmap v5042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:33:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:33:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:24.299051+0000 mgr.y (mgr.14556) 5721 : cluster [DBG] pgmap v5043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:24.299051+0000 mgr.y (mgr.14556) 5721 : cluster [DBG] pgmap v5043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:24.299051+0000 mgr.y (mgr.14556) 5721 : cluster [DBG] pgmap v5043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:26.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:33:25.907229+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:33:26.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:33:25.907229+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:33:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:33:25.907229+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:33:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:33:26.163988+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:33:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:33:26.179209+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:33:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:26.299948+0000 mgr.y (mgr.14556) 5722 : cluster [DBG] pgmap v5044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:33:26.470506+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:33:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:33:26.471173+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:33:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:33:26.480489+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:33:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:33:26.163988+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:33:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:33:26.179209+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:33:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:26.299948+0000 mgr.y (mgr.14556) 5722 : cluster [DBG] pgmap v5044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:33:26.470506+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:33:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:33:26.471173+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:33:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:33:26.480489+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:33:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:33:26.163988+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:33:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:33:26.179209+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:33:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:26.299948+0000 mgr.y (mgr.14556) 5722 : cluster [DBG] pgmap v5044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:33:26.470506+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:33:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:33:26.471173+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:33:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:33:26.480489+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:33:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:28.300312+0000 mgr.y (mgr.14556) 5723 : cluster [DBG] pgmap v5045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:28.300312+0000 mgr.y (mgr.14556) 5723 : cluster [DBG] pgmap v5045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:28.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:28.300312+0000 mgr.y (mgr.14556) 5723 : cluster [DBG] pgmap v5045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:30.300940+0000 mgr.y (mgr.14556) 5724 : cluster [DBG] pgmap v5046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:30.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:30.300940+0000 mgr.y (mgr.14556) 5724 : cluster [DBG] pgmap v5046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:30.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:30.300940+0000 mgr.y (mgr.14556) 5724 : cluster [DBG] pgmap v5046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:33:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:32.301480+0000 mgr.y (mgr.14556) 5725 : cluster [DBG] pgmap v5047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:32.301480+0000 mgr.y (mgr.14556) 5725 : cluster [DBG] pgmap v5047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:32.301480+0000 mgr.y (mgr.14556) 5725 : cluster [DBG] pgmap v5047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:33:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:33:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:34.302016+0000 mgr.y (mgr.14556) 5726 : cluster [DBG] pgmap v5048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:34.302016+0000 mgr.y (mgr.14556) 5726 : cluster [DBG] pgmap v5048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:34.302016+0000 mgr.y (mgr.14556) 5726 : cluster [DBG] pgmap v5048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:36.302659+0000 mgr.y (mgr.14556) 5727 : cluster [DBG] pgmap v5049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:36.302659+0000 mgr.y (mgr.14556) 5727 : cluster [DBG] pgmap v5049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:36.302659+0000 mgr.y (mgr.14556) 5727 : cluster [DBG] pgmap v5049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:38.302985+0000 mgr.y (mgr.14556) 5728 : cluster [DBG] pgmap v5050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:38.302985+0000 mgr.y (mgr.14556) 5728 : cluster [DBG] pgmap v5050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:38.302985+0000 mgr.y (mgr.14556) 5728 : cluster [DBG] pgmap v5050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:40.303846+0000 mgr.y (mgr.14556) 5729 : cluster [DBG] pgmap v5051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:40.303846+0000 mgr.y (mgr.14556) 5729 : cluster [DBG] pgmap v5051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:40.303846+0000 mgr.y (mgr.14556) 5729 : cluster [DBG] pgmap v5051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:33:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:42.304235+0000 mgr.y (mgr.14556) 5730 : cluster [DBG] pgmap v5052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:42.304235+0000 mgr.y (mgr.14556) 5730 : cluster [DBG] pgmap v5052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:42.304235+0000 mgr.y (mgr.14556) 5730 : cluster [DBG] pgmap v5052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:33:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:33:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:44.304654+0000 mgr.y (mgr.14556) 5731 : cluster [DBG] pgmap v5053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:44.304654+0000 mgr.y (mgr.14556) 5731 : cluster [DBG] pgmap v5053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:44.304654+0000 mgr.y (mgr.14556) 5731 : cluster [DBG] pgmap v5053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:46.305522+0000 mgr.y (mgr.14556) 5732 : cluster [DBG] pgmap v5054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:46.305522+0000 mgr.y (mgr.14556) 5732 : cluster [DBG] pgmap v5054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:46.305522+0000 mgr.y (mgr.14556) 5732 : cluster [DBG] pgmap v5054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:47.106 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:33:47.392 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:33:47.392 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 3m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:33:47.392 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 3m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:33:47.392 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 3m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:33:47.392 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 3m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:33:47.392 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 3m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 3m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 3m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 3m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 3m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 3m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 3m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 3m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 3m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 3m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 3m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 3m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 3m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 3m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 3m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:33:47.393 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 3m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:33:47.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:33:47.094536+0000 mgr.y (mgr.14556) 5733 : audit [DBG] from='client.20697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:33:47.903 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:33:47.903 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:33:47.903 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:33:47.903 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:33:47.904 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:33:47.905 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:33:47.094536+0000 mgr.y (mgr.14556) 5733 : audit [DBG] from='client.20697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:33:47.905 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:33:47.094536+0000 mgr.y (mgr.14556) 5733 : audit [DBG] from='client.20697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:33:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:33:47.384270+0000 mgr.y (mgr.14556) 5734 : audit [DBG] from='client.20703 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:33:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:33:47.742030+0000 mon.a (mon.0) 1768 : audit [DBG] from='client.? 172.21.15.23:0/2623364727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:33:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:48.305885+0000 mgr.y (mgr.14556) 5735 : cluster [DBG] pgmap v5055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:33:47.384270+0000 mgr.y (mgr.14556) 5734 : audit [DBG] from='client.20703 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:33:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:33:47.742030+0000 mon.a (mon.0) 1768 : audit [DBG] from='client.? 172.21.15.23:0/2623364727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:33:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:48.305885+0000 mgr.y (mgr.14556) 5735 : cluster [DBG] pgmap v5055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:33:47.384270+0000 mgr.y (mgr.14556) 5734 : audit [DBG] from='client.20703 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:33:48.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:33:47.742030+0000 mon.a (mon.0) 1768 : audit [DBG] from='client.? 172.21.15.23:0/2623364727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:33:48.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:48.305885+0000 mgr.y (mgr.14556) 5735 : cluster [DBG] pgmap v5055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:50.306717+0000 mgr.y (mgr.14556) 5736 : cluster [DBG] pgmap v5056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:50.306717+0000 mgr.y (mgr.14556) 5736 : cluster [DBG] pgmap v5056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:50.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:50.306717+0000 mgr.y (mgr.14556) 5736 : cluster [DBG] pgmap v5056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:33:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:52.307302+0000 mgr.y (mgr.14556) 5737 : cluster [DBG] pgmap v5057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:52.307302+0000 mgr.y (mgr.14556) 5737 : cluster [DBG] pgmap v5057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:52.307302+0000 mgr.y (mgr.14556) 5737 : cluster [DBG] pgmap v5057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:33:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:33:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:54.307692+0000 mgr.y (mgr.14556) 5738 : cluster [DBG] pgmap v5058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:54.307692+0000 mgr.y (mgr.14556) 5738 : cluster [DBG] pgmap v5058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:54.307692+0000 mgr.y (mgr.14556) 5738 : cluster [DBG] pgmap v5058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:56.308279+0000 mgr.y (mgr.14556) 5739 : cluster [DBG] pgmap v5059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:56.308279+0000 mgr.y (mgr.14556) 5739 : cluster [DBG] pgmap v5059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:56.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:56.308279+0000 mgr.y (mgr.14556) 5739 : cluster [DBG] pgmap v5059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:33:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:33:58.308762+0000 mgr.y (mgr.14556) 5740 : cluster [DBG] pgmap v5060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:58.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:33:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:33:58.308762+0000 mgr.y (mgr.14556) 5740 : cluster [DBG] pgmap v5060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:33:58.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:33:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:33:58.308762+0000 mgr.y (mgr.14556) 5740 : cluster [DBG] pgmap v5060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:00.309291+0000 mgr.y (mgr.14556) 5741 : cluster [DBG] pgmap v5061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:00.309291+0000 mgr.y (mgr.14556) 5741 : cluster [DBG] pgmap v5061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:00.309291+0000 mgr.y (mgr.14556) 5741 : cluster [DBG] pgmap v5061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:34:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:02.309670+0000 mgr.y (mgr.14556) 5742 : cluster [DBG] pgmap v5062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:02.309670+0000 mgr.y (mgr.14556) 5742 : cluster [DBG] pgmap v5062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:02.309670+0000 mgr.y (mgr.14556) 5742 : cluster [DBG] pgmap v5062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:34:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:34:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:04.310032+0000 mgr.y (mgr.14556) 5743 : cluster [DBG] pgmap v5063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:04.310032+0000 mgr.y (mgr.14556) 5743 : cluster [DBG] pgmap v5063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:04.310032+0000 mgr.y (mgr.14556) 5743 : cluster [DBG] pgmap v5063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:06.310661+0000 mgr.y (mgr.14556) 5744 : cluster [DBG] pgmap v5064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:06.310661+0000 mgr.y (mgr.14556) 5744 : cluster [DBG] pgmap v5064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:06.310661+0000 mgr.y (mgr.14556) 5744 : cluster [DBG] pgmap v5064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:08.311087+0000 mgr.y (mgr.14556) 5745 : cluster [DBG] pgmap v5065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:08.311087+0000 mgr.y (mgr.14556) 5745 : cluster [DBG] pgmap v5065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:08.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:08.311087+0000 mgr.y (mgr.14556) 5745 : cluster [DBG] pgmap v5065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:10.311784+0000 mgr.y (mgr.14556) 5746 : cluster [DBG] pgmap v5066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:10.311784+0000 mgr.y (mgr.14556) 5746 : cluster [DBG] pgmap v5066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:10.311784+0000 mgr.y (mgr.14556) 5746 : cluster [DBG] pgmap v5066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:34:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:12.312153+0000 mgr.y (mgr.14556) 5747 : cluster [DBG] pgmap v5067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:12.312153+0000 mgr.y (mgr.14556) 5747 : cluster [DBG] pgmap v5067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:12.312153+0000 mgr.y (mgr.14556) 5747 : cluster [DBG] pgmap v5067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:34:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:34:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:14.312565+0000 mgr.y (mgr.14556) 5748 : cluster [DBG] pgmap v5068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:14.312565+0000 mgr.y (mgr.14556) 5748 : cluster [DBG] pgmap v5068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:14.312565+0000 mgr.y (mgr.14556) 5748 : cluster [DBG] pgmap v5068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:16.313189+0000 mgr.y (mgr.14556) 5749 : cluster [DBG] pgmap v5069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:16.313189+0000 mgr.y (mgr.14556) 5749 : cluster [DBG] pgmap v5069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:16.313189+0000 mgr.y (mgr.14556) 5749 : cluster [DBG] pgmap v5069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:18.068 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:34:18.354 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 3m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 3m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 3m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 3m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 3m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 3m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 3m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 3m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 3m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 3m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 3m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 3m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 3m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:34:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 3m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:34:18.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 3m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:34:18.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 3m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:34:18.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 3m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:34:18.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 3m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:34:18.356 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 3m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:34:18.356 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 3m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:34:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:34:18.055891+0000 mgr.y (mgr.14556) 5750 : audit [DBG] from='client.30629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:34:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:18.313522+0000 mgr.y (mgr.14556) 5751 : cluster [DBG] pgmap v5070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:18.705 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:34:18.705 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:34:18.706 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:34:18.707 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:34:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:34:18.055891+0000 mgr.y (mgr.14556) 5750 : audit [DBG] from='client.30629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:34:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:18.313522+0000 mgr.y (mgr.14556) 5751 : cluster [DBG] pgmap v5070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:34:18.055891+0000 mgr.y (mgr.14556) 5750 : audit [DBG] from='client.30629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:34:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:18.313522+0000 mgr.y (mgr.14556) 5751 : cluster [DBG] pgmap v5070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:34:18.346450+0000 mgr.y (mgr.14556) 5752 : audit [DBG] from='client.20721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:34:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:34:18.705566+0000 mon.a (mon.0) 1769 : audit [DBG] from='client.? 172.21.15.23:0/1082641046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:34:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:34:18.346450+0000 mgr.y (mgr.14556) 5752 : audit [DBG] from='client.20721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:34:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:34:18.705566+0000 mon.a (mon.0) 1769 : audit [DBG] from='client.? 172.21.15.23:0/1082641046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:34:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:34:18.346450+0000 mgr.y (mgr.14556) 5752 : audit [DBG] from='client.20721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:34:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:34:18.705566+0000 mon.a (mon.0) 1769 : audit [DBG] from='client.? 172.21.15.23:0/1082641046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:34:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:20.314277+0000 mgr.y (mgr.14556) 5753 : cluster [DBG] pgmap v5071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:20.314277+0000 mgr.y (mgr.14556) 5753 : cluster [DBG] pgmap v5071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:20.314277+0000 mgr.y (mgr.14556) 5753 : cluster [DBG] pgmap v5071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:34:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:22.314734+0000 mgr.y (mgr.14556) 5754 : cluster [DBG] pgmap v5072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:22.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:22.314734+0000 mgr.y (mgr.14556) 5754 : cluster [DBG] pgmap v5072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:22.314734+0000 mgr.y (mgr.14556) 5754 : cluster [DBG] pgmap v5072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:34:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:34:24.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:24.315220+0000 mgr.y (mgr.14556) 5755 : cluster [DBG] pgmap v5073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:24.315220+0000 mgr.y (mgr.14556) 5755 : cluster [DBG] pgmap v5073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:24.315220+0000 mgr.y (mgr.14556) 5755 : cluster [DBG] pgmap v5073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:26.315868+0000 mgr.y (mgr.14556) 5756 : cluster [DBG] pgmap v5074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:26.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:26.315868+0000 mgr.y (mgr.14556) 5756 : cluster [DBG] pgmap v5074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:26.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:26.315868+0000 mgr.y (mgr.14556) 5756 : cluster [DBG] pgmap v5074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:34:26.484838+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:34:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:34:26.791953+0000 mon.a (mon.0) 1771 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:34:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:34:26.792640+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:34:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:34:26.798663+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:34:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:34:26.484838+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:34:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:34:26.791953+0000 mon.a (mon.0) 1771 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:34:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:34:26.792640+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:34:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:34:26.798663+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:34:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:34:26.484838+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:34:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:34:26.791953+0000 mon.a (mon.0) 1771 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:34:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:34:26.792640+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:34:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:34:26.798663+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:34:28.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:28.316367+0000 mgr.y (mgr.14556) 5757 : cluster [DBG] pgmap v5075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:28.316367+0000 mgr.y (mgr.14556) 5757 : cluster [DBG] pgmap v5075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:28.316367+0000 mgr.y (mgr.14556) 5757 : cluster [DBG] pgmap v5075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:30.316904+0000 mgr.y (mgr.14556) 5758 : cluster [DBG] pgmap v5076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:30.316904+0000 mgr.y (mgr.14556) 5758 : cluster [DBG] pgmap v5076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:30.316904+0000 mgr.y (mgr.14556) 5758 : cluster [DBG] pgmap v5076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:34:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:32.317341+0000 mgr.y (mgr.14556) 5759 : cluster [DBG] pgmap v5077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:32.317341+0000 mgr.y (mgr.14556) 5759 : cluster [DBG] pgmap v5077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:32.317341+0000 mgr.y (mgr.14556) 5759 : cluster [DBG] pgmap v5077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:34:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:34:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:34.317795+0000 mgr.y (mgr.14556) 5760 : cluster [DBG] pgmap v5078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:34.317795+0000 mgr.y (mgr.14556) 5760 : cluster [DBG] pgmap v5078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:34.317795+0000 mgr.y (mgr.14556) 5760 : cluster [DBG] pgmap v5078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:36.318498+0000 mgr.y (mgr.14556) 5761 : cluster [DBG] pgmap v5079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:36.318498+0000 mgr.y (mgr.14556) 5761 : cluster [DBG] pgmap v5079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:36.318498+0000 mgr.y (mgr.14556) 5761 : cluster [DBG] pgmap v5079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:38.319040+0000 mgr.y (mgr.14556) 5762 : cluster [DBG] pgmap v5080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:38.319040+0000 mgr.y (mgr.14556) 5762 : cluster [DBG] pgmap v5080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:38.319040+0000 mgr.y (mgr.14556) 5762 : cluster [DBG] pgmap v5080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:40.319983+0000 mgr.y (mgr.14556) 5763 : cluster [DBG] pgmap v5081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:40.319983+0000 mgr.y (mgr.14556) 5763 : cluster [DBG] pgmap v5081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:40.319983+0000 mgr.y (mgr.14556) 5763 : cluster [DBG] pgmap v5081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:34:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:42.320648+0000 mgr.y (mgr.14556) 5764 : cluster [DBG] pgmap v5082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:42.320648+0000 mgr.y (mgr.14556) 5764 : cluster [DBG] pgmap v5082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:42.320648+0000 mgr.y (mgr.14556) 5764 : cluster [DBG] pgmap v5082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:34:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:34:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:44.321045+0000 mgr.y (mgr.14556) 5765 : cluster [DBG] pgmap v5083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:44.321045+0000 mgr.y (mgr.14556) 5765 : cluster [DBG] pgmap v5083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:44.321045+0000 mgr.y (mgr.14556) 5765 : cluster [DBG] pgmap v5083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:46.321688+0000 mgr.y (mgr.14556) 5766 : cluster [DBG] pgmap v5084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:46.321688+0000 mgr.y (mgr.14556) 5766 : cluster [DBG] pgmap v5084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:46.321688+0000 mgr.y (mgr.14556) 5766 : cluster [DBG] pgmap v5084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:48.322034+0000 mgr.y (mgr.14556) 5767 : cluster [DBG] pgmap v5085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:48.322034+0000 mgr.y (mgr.14556) 5767 : cluster [DBG] pgmap v5085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:48.322034+0000 mgr.y (mgr.14556) 5767 : cluster [DBG] pgmap v5085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:49.031 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:34:49.318 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:34:49.319 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:34:49.319 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:34:49.319 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:34:49.319 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:34:49.319 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:34:49.319 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:34:49.319 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:34:49.319 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:34:49.319 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:34:49.319 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:34:49.320 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:34:49.320 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:34:49.320 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:34:49.320 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:34:49.320 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:34:49.320 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:34:49.320 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:34:49.320 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 4m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:34:49.320 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:34:49.320 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:34:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:34:49.019349+0000 mgr.y (mgr.14556) 5768 : audit [DBG] from='client.30647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:34:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:34:49.310775+0000 mgr.y (mgr.14556) 5769 : audit [DBG] from='client.20739 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:34:49.672 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:34:49.673 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:34:49.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:34:49.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:34:49.673 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:34:49.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:34:49.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:34:49.673 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:34:49.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:34:49.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:34:49.673 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:34:49.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:34:49.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:34:49.674 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:34:49.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:34:49.674 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:34:49.674 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:34:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:34:49.019349+0000 mgr.y (mgr.14556) 5768 : audit [DBG] from='client.30647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:34:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:34:49.310775+0000 mgr.y (mgr.14556) 5769 : audit [DBG] from='client.20739 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:34:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:34:49.019349+0000 mgr.y (mgr.14556) 5768 : audit [DBG] from='client.30647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:34:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:34:49.310775+0000 mgr.y (mgr.14556) 5769 : audit [DBG] from='client.20739 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:34:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:34:49.672714+0000 mon.c (mon.2) 161 : audit [DBG] from='client.? 172.21.15.23:0/1684043386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:34:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:50.322653+0000 mgr.y (mgr.14556) 5770 : cluster [DBG] pgmap v5086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:50.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:34:49.672714+0000 mon.c (mon.2) 161 : audit [DBG] from='client.? 172.21.15.23:0/1684043386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:34:50.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:50.322653+0000 mgr.y (mgr.14556) 5770 : cluster [DBG] pgmap v5086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:34:49.672714+0000 mon.c (mon.2) 161 : audit [DBG] from='client.? 172.21.15.23:0/1684043386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:34:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:50.322653+0000 mgr.y (mgr.14556) 5770 : cluster [DBG] pgmap v5086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:34:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:52.323221+0000 mgr.y (mgr.14556) 5771 : cluster [DBG] pgmap v5087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:52.323221+0000 mgr.y (mgr.14556) 5771 : cluster [DBG] pgmap v5087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:52.323221+0000 mgr.y (mgr.14556) 5771 : cluster [DBG] pgmap v5087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:34:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:34:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:54.323651+0000 mgr.y (mgr.14556) 5772 : cluster [DBG] pgmap v5088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:54.323651+0000 mgr.y (mgr.14556) 5772 : cluster [DBG] pgmap v5088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:54.323651+0000 mgr.y (mgr.14556) 5772 : cluster [DBG] pgmap v5088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:56.324317+0000 mgr.y (mgr.14556) 5773 : cluster [DBG] pgmap v5089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:56.324317+0000 mgr.y (mgr.14556) 5773 : cluster [DBG] pgmap v5089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:56.324317+0000 mgr.y (mgr.14556) 5773 : cluster [DBG] pgmap v5089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:34:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:34:58.324724+0000 mgr.y (mgr.14556) 5774 : cluster [DBG] pgmap v5090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:34:58.324724+0000 mgr.y (mgr.14556) 5774 : cluster [DBG] pgmap v5090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:34:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:34:58.324724+0000 mgr.y (mgr.14556) 5774 : cluster [DBG] pgmap v5090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:00.325324+0000 mgr.y (mgr.14556) 5775 : cluster [DBG] pgmap v5091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:00.325324+0000 mgr.y (mgr.14556) 5775 : cluster [DBG] pgmap v5091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:00.325324+0000 mgr.y (mgr.14556) 5775 : cluster [DBG] pgmap v5091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:35:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:02.325717+0000 mgr.y (mgr.14556) 5776 : cluster [DBG] pgmap v5092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:02.325717+0000 mgr.y (mgr.14556) 5776 : cluster [DBG] pgmap v5092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:02.325717+0000 mgr.y (mgr.14556) 5776 : cluster [DBG] pgmap v5092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:35:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:35:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:04.326201+0000 mgr.y (mgr.14556) 5777 : cluster [DBG] pgmap v5093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:04.326201+0000 mgr.y (mgr.14556) 5777 : cluster [DBG] pgmap v5093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:04.326201+0000 mgr.y (mgr.14556) 5777 : cluster [DBG] pgmap v5093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:06.327016+0000 mgr.y (mgr.14556) 5778 : cluster [DBG] pgmap v5094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:06.327016+0000 mgr.y (mgr.14556) 5778 : cluster [DBG] pgmap v5094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:06.327016+0000 mgr.y (mgr.14556) 5778 : cluster [DBG] pgmap v5094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:08.327462+0000 mgr.y (mgr.14556) 5779 : cluster [DBG] pgmap v5095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:08.327462+0000 mgr.y (mgr.14556) 5779 : cluster [DBG] pgmap v5095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:08.327462+0000 mgr.y (mgr.14556) 5779 : cluster [DBG] pgmap v5095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:10.328015+0000 mgr.y (mgr.14556) 5780 : cluster [DBG] pgmap v5096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:10.328015+0000 mgr.y (mgr.14556) 5780 : cluster [DBG] pgmap v5096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:10.328015+0000 mgr.y (mgr.14556) 5780 : cluster [DBG] pgmap v5096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:35:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:12.328477+0000 mgr.y (mgr.14556) 5781 : cluster [DBG] pgmap v5097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:12.328477+0000 mgr.y (mgr.14556) 5781 : cluster [DBG] pgmap v5097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:12.328477+0000 mgr.y (mgr.14556) 5781 : cluster [DBG] pgmap v5097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:35:13] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:35:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:14.328978+0000 mgr.y (mgr.14556) 5782 : cluster [DBG] pgmap v5098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:14.328978+0000 mgr.y (mgr.14556) 5782 : cluster [DBG] pgmap v5098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:14.328978+0000 mgr.y (mgr.14556) 5782 : cluster [DBG] pgmap v5098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:16.329769+0000 mgr.y (mgr.14556) 5783 : cluster [DBG] pgmap v5099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:16.329769+0000 mgr.y (mgr.14556) 5783 : cluster [DBG] pgmap v5099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:16.329769+0000 mgr.y (mgr.14556) 5783 : cluster [DBG] pgmap v5099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:18.330215+0000 mgr.y (mgr.14556) 5784 : cluster [DBG] pgmap v5100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:18.330215+0000 mgr.y (mgr.14556) 5784 : cluster [DBG] pgmap v5100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:18.330215+0000 mgr.y (mgr.14556) 5784 : cluster [DBG] pgmap v5100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:19.998 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:35:20.286 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:35:20.286 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:35:20.286 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:35:20.286 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:35:20.286 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:35:20.286 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 4m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:35:20.286 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 4m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:35:20.286 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 4m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:35:20.286 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 4m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:35:20.286 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 4m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:35:20.287 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:35:20.287 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:35:20.287 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 4m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:35:20.287 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 4m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:35:20.287 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 4m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:35:20.287 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 4m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:35:20.287 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 4m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:35:20.287 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 4m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:35:20.287 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 4m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:35:20.287 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:35:20.287 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:35:20.638 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:35:20.638 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:35:20.638 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:35:20.638 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:35:20.638 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:35:20.638 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:35:20.638 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:35:20.638 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:35:20.639 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:35:20.639 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:35:20.639 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:35:20.639 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:35:20.639 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:35:20.639 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:35:20.639 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:35:20.639 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:35:20.639 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:35:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:35:19.986362+0000 mgr.y (mgr.14556) 5785 : audit [DBG] from='client.20751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:35:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:35:20.277795+0000 mgr.y (mgr.14556) 5786 : audit [DBG] from='client.30671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:35:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:20.330759+0000 mgr.y (mgr.14556) 5787 : cluster [DBG] pgmap v5101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:20.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:35:19.986362+0000 mgr.y (mgr.14556) 5785 : audit [DBG] from='client.20751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:35:20.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:35:20.277795+0000 mgr.y (mgr.14556) 5786 : audit [DBG] from='client.30671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:35:20.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:20.330759+0000 mgr.y (mgr.14556) 5787 : cluster [DBG] pgmap v5101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:20.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:35:19.986362+0000 mgr.y (mgr.14556) 5785 : audit [DBG] from='client.20751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:35:20.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:35:20.277795+0000 mgr.y (mgr.14556) 5786 : audit [DBG] from='client.30671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:35:20.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:20.330759+0000 mgr.y (mgr.14556) 5787 : cluster [DBG] pgmap v5101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:35:20.637947+0000 mon.a (mon.0) 1774 : audit [DBG] from='client.? 172.21.15.23:0/1429080439' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:35:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:35:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:35:20.637947+0000 mon.a (mon.0) 1774 : audit [DBG] from='client.? 172.21.15.23:0/1429080439' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:35:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:35:20.637947+0000 mon.a (mon.0) 1774 : audit [DBG] from='client.? 172.21.15.23:0/1429080439' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:35:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:22.331293+0000 mgr.y (mgr.14556) 5788 : cluster [DBG] pgmap v5102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:22.331293+0000 mgr.y (mgr.14556) 5788 : cluster [DBG] pgmap v5102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:22.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:22.331293+0000 mgr.y (mgr.14556) 5788 : cluster [DBG] pgmap v5102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:35:23] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:35:24.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:24.331650+0000 mgr.y (mgr.14556) 5789 : cluster [DBG] pgmap v5103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:24.331650+0000 mgr.y (mgr.14556) 5789 : cluster [DBG] pgmap v5103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:24.331650+0000 mgr.y (mgr.14556) 5789 : cluster [DBG] pgmap v5103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:26.332263+0000 mgr.y (mgr.14556) 5790 : cluster [DBG] pgmap v5104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:26.332263+0000 mgr.y (mgr.14556) 5790 : cluster [DBG] pgmap v5104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:26.332263+0000 mgr.y (mgr.14556) 5790 : cluster [DBG] pgmap v5104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:35:26.802979+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:35:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:35:27.108657+0000 mon.a (mon.0) 1776 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:35:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:35:27.109342+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:35:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:35:27.116718+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:35:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:35:26.802979+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:35:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:35:27.108657+0000 mon.a (mon.0) 1776 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:35:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:35:27.109342+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:35:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:35:27.116718+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:35:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:35:26.802979+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:35:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:35:27.108657+0000 mon.a (mon.0) 1776 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:35:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:35:27.109342+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:35:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:35:27.116718+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:35:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:28.332843+0000 mgr.y (mgr.14556) 5791 : cluster [DBG] pgmap v5105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:28.332843+0000 mgr.y (mgr.14556) 5791 : cluster [DBG] pgmap v5105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:28.332843+0000 mgr.y (mgr.14556) 5791 : cluster [DBG] pgmap v5105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:30.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:30.333497+0000 mgr.y (mgr.14556) 5792 : cluster [DBG] pgmap v5106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:30.333497+0000 mgr.y (mgr.14556) 5792 : cluster [DBG] pgmap v5106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:30.333497+0000 mgr.y (mgr.14556) 5792 : cluster [DBG] pgmap v5106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:35:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:32.334019+0000 mgr.y (mgr.14556) 5793 : cluster [DBG] pgmap v5107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:32.334019+0000 mgr.y (mgr.14556) 5793 : cluster [DBG] pgmap v5107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:32.334019+0000 mgr.y (mgr.14556) 5793 : cluster [DBG] pgmap v5107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:35:33] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:35:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:34.334604+0000 mgr.y (mgr.14556) 5794 : cluster [DBG] pgmap v5108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:34.334604+0000 mgr.y (mgr.14556) 5794 : cluster [DBG] pgmap v5108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:34.334604+0000 mgr.y (mgr.14556) 5794 : cluster [DBG] pgmap v5108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:36.335332+0000 mgr.y (mgr.14556) 5795 : cluster [DBG] pgmap v5109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:36.335332+0000 mgr.y (mgr.14556) 5795 : cluster [DBG] pgmap v5109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:36.335332+0000 mgr.y (mgr.14556) 5795 : cluster [DBG] pgmap v5109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:38.335744+0000 mgr.y (mgr.14556) 5796 : cluster [DBG] pgmap v5110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:38.335744+0000 mgr.y (mgr.14556) 5796 : cluster [DBG] pgmap v5110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:38.335744+0000 mgr.y (mgr.14556) 5796 : cluster [DBG] pgmap v5110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:40.336468+0000 mgr.y (mgr.14556) 5797 : cluster [DBG] pgmap v5111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:40.336468+0000 mgr.y (mgr.14556) 5797 : cluster [DBG] pgmap v5111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:40.336468+0000 mgr.y (mgr.14556) 5797 : cluster [DBG] pgmap v5111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:35:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:42.336897+0000 mgr.y (mgr.14556) 5798 : cluster [DBG] pgmap v5112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:42.336897+0000 mgr.y (mgr.14556) 5798 : cluster [DBG] pgmap v5112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:42.336897+0000 mgr.y (mgr.14556) 5798 : cluster [DBG] pgmap v5112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:35:43] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:35:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:44.337489+0000 mgr.y (mgr.14556) 5799 : cluster [DBG] pgmap v5113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:44.337489+0000 mgr.y (mgr.14556) 5799 : cluster [DBG] pgmap v5113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:44.337489+0000 mgr.y (mgr.14556) 5799 : cluster [DBG] pgmap v5113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:46.338179+0000 mgr.y (mgr.14556) 5800 : cluster [DBG] pgmap v5114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:46.338179+0000 mgr.y (mgr.14556) 5800 : cluster [DBG] pgmap v5114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:46.338179+0000 mgr.y (mgr.14556) 5800 : cluster [DBG] pgmap v5114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:48.338706+0000 mgr.y (mgr.14556) 5801 : cluster [DBG] pgmap v5115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:48.338706+0000 mgr.y (mgr.14556) 5801 : cluster [DBG] pgmap v5115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:48.338706+0000 mgr.y (mgr.14556) 5801 : cluster [DBG] pgmap v5115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:50.339363+0000 mgr.y (mgr.14556) 5802 : cluster [DBG] pgmap v5116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:50.339363+0000 mgr.y (mgr.14556) 5802 : cluster [DBG] pgmap v5116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:50.339363+0000 mgr.y (mgr.14556) 5802 : cluster [DBG] pgmap v5116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:50.963 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:35:51.250 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:35:51.250 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:35:51.250 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 5m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:35:51.250 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 5m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:35:51.250 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 5m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:35:51.250 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 5m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:35:51.250 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:35:51.250 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 5m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 5m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 5m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 5m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 5m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 5m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 5m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:35:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 5m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:35:51.600 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:35:51.600 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:35:51.600 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:35:51.600 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:35:51.601 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:35:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:35:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:35:50.951357+0000 mgr.y (mgr.14556) 5803 : audit [DBG] from='client.30683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:35:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:35:51.242193+0000 mgr.y (mgr.14556) 5804 : audit [DBG] from='client.20775 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:35:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:35:51.600439+0000 mon.c (mon.2) 162 : audit [DBG] from='client.? 172.21.15.23:0/680734844' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:35:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:35:50.951357+0000 mgr.y (mgr.14556) 5803 : audit [DBG] from='client.30683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:35:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:35:51.242193+0000 mgr.y (mgr.14556) 5804 : audit [DBG] from='client.20775 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:35:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:35:51.600439+0000 mon.c (mon.2) 162 : audit [DBG] from='client.? 172.21.15.23:0/680734844' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:35:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:35:50.951357+0000 mgr.y (mgr.14556) 5803 : audit [DBG] from='client.30683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:35:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:35:51.242193+0000 mgr.y (mgr.14556) 5804 : audit [DBG] from='client.20775 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:35:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:35:51.600439+0000 mon.c (mon.2) 162 : audit [DBG] from='client.? 172.21.15.23:0/680734844' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:35:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:52.339738+0000 mgr.y (mgr.14556) 5805 : cluster [DBG] pgmap v5117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:52.339738+0000 mgr.y (mgr.14556) 5805 : cluster [DBG] pgmap v5117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:52.339738+0000 mgr.y (mgr.14556) 5805 : cluster [DBG] pgmap v5117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:35:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:35:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:54.340248+0000 mgr.y (mgr.14556) 5806 : cluster [DBG] pgmap v5118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:54.340248+0000 mgr.y (mgr.14556) 5806 : cluster [DBG] pgmap v5118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:54.340248+0000 mgr.y (mgr.14556) 5806 : cluster [DBG] pgmap v5118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:56.341069+0000 mgr.y (mgr.14556) 5807 : cluster [DBG] pgmap v5119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:56.341069+0000 mgr.y (mgr.14556) 5807 : cluster [DBG] pgmap v5119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:56.341069+0000 mgr.y (mgr.14556) 5807 : cluster [DBG] pgmap v5119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:35:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:35:58.341500+0000 mgr.y (mgr.14556) 5808 : cluster [DBG] pgmap v5120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:35:58.341500+0000 mgr.y (mgr.14556) 5808 : cluster [DBG] pgmap v5120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:35:58.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:35:58.341500+0000 mgr.y (mgr.14556) 5808 : cluster [DBG] pgmap v5120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:00.342060+0000 mgr.y (mgr.14556) 5809 : cluster [DBG] pgmap v5121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:00.342060+0000 mgr.y (mgr.14556) 5809 : cluster [DBG] pgmap v5121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:00.342060+0000 mgr.y (mgr.14556) 5809 : cluster [DBG] pgmap v5121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:36:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:02.342545+0000 mgr.y (mgr.14556) 5810 : cluster [DBG] pgmap v5122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:02.342545+0000 mgr.y (mgr.14556) 5810 : cluster [DBG] pgmap v5122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:02.342545+0000 mgr.y (mgr.14556) 5810 : cluster [DBG] pgmap v5122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:36:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:36:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:04.343028+0000 mgr.y (mgr.14556) 5811 : cluster [DBG] pgmap v5123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:04.343028+0000 mgr.y (mgr.14556) 5811 : cluster [DBG] pgmap v5123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:04.343028+0000 mgr.y (mgr.14556) 5811 : cluster [DBG] pgmap v5123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:06.343693+0000 mgr.y (mgr.14556) 5812 : cluster [DBG] pgmap v5124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:06.343693+0000 mgr.y (mgr.14556) 5812 : cluster [DBG] pgmap v5124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:06.343693+0000 mgr.y (mgr.14556) 5812 : cluster [DBG] pgmap v5124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:08.344046+0000 mgr.y (mgr.14556) 5813 : cluster [DBG] pgmap v5125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:08.344046+0000 mgr.y (mgr.14556) 5813 : cluster [DBG] pgmap v5125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:08.344046+0000 mgr.y (mgr.14556) 5813 : cluster [DBG] pgmap v5125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:10.344611+0000 mgr.y (mgr.14556) 5814 : cluster [DBG] pgmap v5126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:10.344611+0000 mgr.y (mgr.14556) 5814 : cluster [DBG] pgmap v5126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:10.344611+0000 mgr.y (mgr.14556) 5814 : cluster [DBG] pgmap v5126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:36:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:12.345090+0000 mgr.y (mgr.14556) 5815 : cluster [DBG] pgmap v5127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:12.345090+0000 mgr.y (mgr.14556) 5815 : cluster [DBG] pgmap v5127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:12.345090+0000 mgr.y (mgr.14556) 5815 : cluster [DBG] pgmap v5127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:36:13] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:36:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:14.345451+0000 mgr.y (mgr.14556) 5816 : cluster [DBG] pgmap v5128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:14.345451+0000 mgr.y (mgr.14556) 5816 : cluster [DBG] pgmap v5128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:14.345451+0000 mgr.y (mgr.14556) 5816 : cluster [DBG] pgmap v5128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:16.346048+0000 mgr.y (mgr.14556) 5817 : cluster [DBG] pgmap v5129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:16.346048+0000 mgr.y (mgr.14556) 5817 : cluster [DBG] pgmap v5129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:16.346048+0000 mgr.y (mgr.14556) 5817 : cluster [DBG] pgmap v5129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:18.346478+0000 mgr.y (mgr.14556) 5818 : cluster [DBG] pgmap v5130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:18.346478+0000 mgr.y (mgr.14556) 5818 : cluster [DBG] pgmap v5130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:18.346478+0000 mgr.y (mgr.14556) 5818 : cluster [DBG] pgmap v5130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:20.346991+0000 mgr.y (mgr.14556) 5819 : cluster [DBG] pgmap v5131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:20.346991+0000 mgr.y (mgr.14556) 5819 : cluster [DBG] pgmap v5131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:20.346991+0000 mgr.y (mgr.14556) 5819 : cluster [DBG] pgmap v5131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:36:21.924 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:36:22.212 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:36:22.212 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:36:22.212 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 5m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:36:22.212 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 5m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:36:22.212 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 5m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:36:22.212 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 5m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:36:22.212 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 5m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:36:22.212 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 5m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:36:22.212 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 5m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:36:22.213 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 5m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:36:22.213 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 5m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:36:22.213 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 5m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:36:22.213 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 5m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:36:22.213 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 5m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:36:22.213 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 5m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:36:22.213 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 5m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:36:22.213 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 5m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:36:22.213 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 5m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:36:22.213 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 5m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:36:22.213 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 5m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:36:22.213 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 5m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:36:22.562 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:36:22.562 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:36:22.562 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:36:22.562 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:36:22.562 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:36:22.562 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:36:22.562 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:36:22.562 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:36:22.563 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:36:22.563 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:36:22.563 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:36:22.563 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:36:22.563 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:36:22.563 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:36:22.563 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:36:22.563 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:36:22.563 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:36:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:36:21.912566+0000 mgr.y (mgr.14556) 5820 : audit [DBG] from='client.30701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:36:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:36:22.204178+0000 mgr.y (mgr.14556) 5821 : audit [DBG] from='client.20793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:36:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:22.347307+0000 mgr.y (mgr.14556) 5822 : cluster [DBG] pgmap v5132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:36:21.912566+0000 mgr.y (mgr.14556) 5820 : audit [DBG] from='client.30701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:36:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:36:22.204178+0000 mgr.y (mgr.14556) 5821 : audit [DBG] from='client.20793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:36:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:22.347307+0000 mgr.y (mgr.14556) 5822 : cluster [DBG] pgmap v5132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:22.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:36:21.912566+0000 mgr.y (mgr.14556) 5820 : audit [DBG] from='client.30701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:36:22.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:36:22.204178+0000 mgr.y (mgr.14556) 5821 : audit [DBG] from='client.20793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:36:22.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:22.347307+0000 mgr.y (mgr.14556) 5822 : cluster [DBG] pgmap v5132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:36:22.562102+0000 mon.c (mon.2) 163 : audit [DBG] from='client.? 172.21.15.23:0/1467931770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:36:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:36:22.562102+0000 mon.c (mon.2) 163 : audit [DBG] from='client.? 172.21.15.23:0/1467931770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:36:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:36:22.562102+0000 mon.c (mon.2) 163 : audit [DBG] from='client.? 172.21.15.23:0/1467931770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:36:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:36:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:36:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:24.347729+0000 mgr.y (mgr.14556) 5823 : cluster [DBG] pgmap v5133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:24.347729+0000 mgr.y (mgr.14556) 5823 : cluster [DBG] pgmap v5133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:24.347729+0000 mgr.y (mgr.14556) 5823 : cluster [DBG] pgmap v5133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:26.348419+0000 mgr.y (mgr.14556) 5824 : cluster [DBG] pgmap v5134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:26.348419+0000 mgr.y (mgr.14556) 5824 : cluster [DBG] pgmap v5134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:26.348419+0000 mgr.y (mgr.14556) 5824 : cluster [DBG] pgmap v5134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:36:27.121303+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:36:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:36:27.121303+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:36:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:36:27.121303+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:36:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:36:27.426279+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:36:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:36:27.426933+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:36:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:36:27.443107+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:36:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:28.348741+0000 mgr.y (mgr.14556) 5825 : cluster [DBG] pgmap v5135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:36:27.426279+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:36:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:36:27.426933+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:36:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:36:27.443107+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:36:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:28.348741+0000 mgr.y (mgr.14556) 5825 : cluster [DBG] pgmap v5135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:36:27.426279+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:36:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:36:27.426933+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:36:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:36:27.443107+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:36:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:28.348741+0000 mgr.y (mgr.14556) 5825 : cluster [DBG] pgmap v5135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:30.349377+0000 mgr.y (mgr.14556) 5826 : cluster [DBG] pgmap v5136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:30.349377+0000 mgr.y (mgr.14556) 5826 : cluster [DBG] pgmap v5136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:30.349377+0000 mgr.y (mgr.14556) 5826 : cluster [DBG] pgmap v5136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:36:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:32.349765+0000 mgr.y (mgr.14556) 5827 : cluster [DBG] pgmap v5137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:32.349765+0000 mgr.y (mgr.14556) 5827 : cluster [DBG] pgmap v5137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:32.349765+0000 mgr.y (mgr.14556) 5827 : cluster [DBG] pgmap v5137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:36:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:36:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:34.350213+0000 mgr.y (mgr.14556) 5828 : cluster [DBG] pgmap v5138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:34.350213+0000 mgr.y (mgr.14556) 5828 : cluster [DBG] pgmap v5138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:34.350213+0000 mgr.y (mgr.14556) 5828 : cluster [DBG] pgmap v5138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:36.350884+0000 mgr.y (mgr.14556) 5829 : cluster [DBG] pgmap v5139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:36.350884+0000 mgr.y (mgr.14556) 5829 : cluster [DBG] pgmap v5139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:36.350884+0000 mgr.y (mgr.14556) 5829 : cluster [DBG] pgmap v5139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:38.351474+0000 mgr.y (mgr.14556) 5830 : cluster [DBG] pgmap v5140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:38.351474+0000 mgr.y (mgr.14556) 5830 : cluster [DBG] pgmap v5140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:38.351474+0000 mgr.y (mgr.14556) 5830 : cluster [DBG] pgmap v5140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:40.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:40.352261+0000 mgr.y (mgr.14556) 5831 : cluster [DBG] pgmap v5141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:40.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:40.352261+0000 mgr.y (mgr.14556) 5831 : cluster [DBG] pgmap v5141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:40.352261+0000 mgr.y (mgr.14556) 5831 : cluster [DBG] pgmap v5141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:36:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:42.352622+0000 mgr.y (mgr.14556) 5832 : cluster [DBG] pgmap v5142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:42.352622+0000 mgr.y (mgr.14556) 5832 : cluster [DBG] pgmap v5142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:42.352622+0000 mgr.y (mgr.14556) 5832 : cluster [DBG] pgmap v5142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:36:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:36:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:44.353036+0000 mgr.y (mgr.14556) 5833 : cluster [DBG] pgmap v5143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:44.353036+0000 mgr.y (mgr.14556) 5833 : cluster [DBG] pgmap v5143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:44.353036+0000 mgr.y (mgr.14556) 5833 : cluster [DBG] pgmap v5143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:46.353746+0000 mgr.y (mgr.14556) 5834 : cluster [DBG] pgmap v5144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:46.353746+0000 mgr.y (mgr.14556) 5834 : cluster [DBG] pgmap v5144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:46.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:46.353746+0000 mgr.y (mgr.14556) 5834 : cluster [DBG] pgmap v5144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:48.354245+0000 mgr.y (mgr.14556) 5835 : cluster [DBG] pgmap v5145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:48.354245+0000 mgr.y (mgr.14556) 5835 : cluster [DBG] pgmap v5145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:48.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:48.354245+0000 mgr.y (mgr.14556) 5835 : cluster [DBG] pgmap v5145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:50.354915+0000 mgr.y (mgr.14556) 5836 : cluster [DBG] pgmap v5146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:50.354915+0000 mgr.y (mgr.14556) 5836 : cluster [DBG] pgmap v5146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:50.354915+0000 mgr.y (mgr.14556) 5836 : cluster [DBG] pgmap v5146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:36:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:52.355517+0000 mgr.y (mgr.14556) 5837 : cluster [DBG] pgmap v5147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:52.355517+0000 mgr.y (mgr.14556) 5837 : cluster [DBG] pgmap v5147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:52.887 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:36:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:52.355517+0000 mgr.y (mgr.14556) 5837 : cluster [DBG] pgmap v5147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:53.173 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:36:53.173 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 6m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:36:53.173 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 6m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:36:53.173 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 6m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:36:53.173 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 6m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:36:53.173 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 6m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:36:53.174 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 6m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:36:53.174 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 6m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:36:53.174 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 6m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:36:53.174 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 6m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:36:53.174 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 6m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:36:53.174 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 6m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:36:53.174 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 6m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:36:53.174 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 6m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:36:53.178 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 6m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:36:53.179 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 6m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:36:53.179 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 6m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:36:53.179 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 6m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:36:53.179 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 6m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:36:53.179 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 6m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:36:53.179 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 6m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:36:53.524 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:36:53.524 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:36:53.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:36:53.524 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:36:53.524 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:36:53.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:36:53.524 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:36:53.524 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:36:53.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:36:53.524 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:36:53.524 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:36:53.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:36:53.525 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:36:53.525 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:36:53.525 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:36:53.525 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:36:53.525 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:36:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:36:52.874844+0000 mgr.y (mgr.14556) 5838 : audit [DBG] from='client.20805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:36:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:36:53.165361+0000 mgr.y (mgr.14556) 5839 : audit [DBG] from='client.20811 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:36:53.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:36:52.874844+0000 mgr.y (mgr.14556) 5838 : audit [DBG] from='client.20805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:36:53.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:36:53.165361+0000 mgr.y (mgr.14556) 5839 : audit [DBG] from='client.20811 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:36:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:36:52.874844+0000 mgr.y (mgr.14556) 5838 : audit [DBG] from='client.20805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:36:53.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:36:53.165361+0000 mgr.y (mgr.14556) 5839 : audit [DBG] from='client.20811 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:36:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:36:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:36:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:36:53.523840+0000 mon.c (mon.2) 164 : audit [DBG] from='client.? 172.21.15.23:0/1100056420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:36:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:54.356051+0000 mgr.y (mgr.14556) 5840 : cluster [DBG] pgmap v5148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:36:53.523840+0000 mon.c (mon.2) 164 : audit [DBG] from='client.? 172.21.15.23:0/1100056420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:36:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:54.356051+0000 mgr.y (mgr.14556) 5840 : cluster [DBG] pgmap v5148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:36:53.523840+0000 mon.c (mon.2) 164 : audit [DBG] from='client.? 172.21.15.23:0/1100056420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:36:54.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:54.356051+0000 mgr.y (mgr.14556) 5840 : cluster [DBG] pgmap v5148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:56.356961+0000 mgr.y (mgr.14556) 5841 : cluster [DBG] pgmap v5149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:56.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:56.356961+0000 mgr.y (mgr.14556) 5841 : cluster [DBG] pgmap v5149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:56.356961+0000 mgr.y (mgr.14556) 5841 : cluster [DBG] pgmap v5149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:36:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:36:58.357572+0000 mgr.y (mgr.14556) 5842 : cluster [DBG] pgmap v5150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:58.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:36:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:36:58.357572+0000 mgr.y (mgr.14556) 5842 : cluster [DBG] pgmap v5150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:36:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:36:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:36:58.357572+0000 mgr.y (mgr.14556) 5842 : cluster [DBG] pgmap v5150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:00.358317+0000 mgr.y (mgr.14556) 5843 : cluster [DBG] pgmap v5151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:00.358317+0000 mgr.y (mgr.14556) 5843 : cluster [DBG] pgmap v5151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:00.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:00.358317+0000 mgr.y (mgr.14556) 5843 : cluster [DBG] pgmap v5151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:37:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:02.358808+0000 mgr.y (mgr.14556) 5844 : cluster [DBG] pgmap v5152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:02.358808+0000 mgr.y (mgr.14556) 5844 : cluster [DBG] pgmap v5152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:02.358808+0000 mgr.y (mgr.14556) 5844 : cluster [DBG] pgmap v5152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:37:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:37:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:04.359324+0000 mgr.y (mgr.14556) 5845 : cluster [DBG] pgmap v5153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:04.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:04.359324+0000 mgr.y (mgr.14556) 5845 : cluster [DBG] pgmap v5153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:04.359324+0000 mgr.y (mgr.14556) 5845 : cluster [DBG] pgmap v5153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:06.359979+0000 mgr.y (mgr.14556) 5846 : cluster [DBG] pgmap v5154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:06.359979+0000 mgr.y (mgr.14556) 5846 : cluster [DBG] pgmap v5154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:06.359979+0000 mgr.y (mgr.14556) 5846 : cluster [DBG] pgmap v5154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:08.360365+0000 mgr.y (mgr.14556) 5847 : cluster [DBG] pgmap v5155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:08.360365+0000 mgr.y (mgr.14556) 5847 : cluster [DBG] pgmap v5155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:08.360365+0000 mgr.y (mgr.14556) 5847 : cluster [DBG] pgmap v5155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:10.361037+0000 mgr.y (mgr.14556) 5848 : cluster [DBG] pgmap v5156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:10.361037+0000 mgr.y (mgr.14556) 5848 : cluster [DBG] pgmap v5156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:10.361037+0000 mgr.y (mgr.14556) 5848 : cluster [DBG] pgmap v5156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:37:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:12.361453+0000 mgr.y (mgr.14556) 5849 : cluster [DBG] pgmap v5157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:12.361453+0000 mgr.y (mgr.14556) 5849 : cluster [DBG] pgmap v5157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:12.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:12.361453+0000 mgr.y (mgr.14556) 5849 : cluster [DBG] pgmap v5157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:37:13] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:37:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:14.361874+0000 mgr.y (mgr.14556) 5850 : cluster [DBG] pgmap v5158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:14.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:14.361874+0000 mgr.y (mgr.14556) 5850 : cluster [DBG] pgmap v5158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:14.361874+0000 mgr.y (mgr.14556) 5850 : cluster [DBG] pgmap v5158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:16.362688+0000 mgr.y (mgr.14556) 5851 : cluster [DBG] pgmap v5159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:16.362688+0000 mgr.y (mgr.14556) 5851 : cluster [DBG] pgmap v5159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:16.362688+0000 mgr.y (mgr.14556) 5851 : cluster [DBG] pgmap v5159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:18.363216+0000 mgr.y (mgr.14556) 5852 : cluster [DBG] pgmap v5160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:18.363216+0000 mgr.y (mgr.14556) 5852 : cluster [DBG] pgmap v5160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:18.363216+0000 mgr.y (mgr.14556) 5852 : cluster [DBG] pgmap v5160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:20.363819+0000 mgr.y (mgr.14556) 5853 : cluster [DBG] pgmap v5161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:20.363819+0000 mgr.y (mgr.14556) 5853 : cluster [DBG] pgmap v5161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:20.363819+0000 mgr.y (mgr.14556) 5853 : cluster [DBG] pgmap v5161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:37:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:22.364265+0000 mgr.y (mgr.14556) 5854 : cluster [DBG] pgmap v5162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:22.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:22.364265+0000 mgr.y (mgr.14556) 5854 : cluster [DBG] pgmap v5162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:22.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:22.364265+0000 mgr.y (mgr.14556) 5854 : cluster [DBG] pgmap v5162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:23.849 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:37:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:37:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:37:24.136 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 6m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 6m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 6m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 6m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 6m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 6m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 6m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 6m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 6m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 6m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 6m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 6m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:37:24.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 6m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:37:24.138 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 6m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:37:24.138 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 6m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:37:24.138 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 6m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:37:24.138 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 6m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:37:24.138 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 6m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:37:24.138 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 6m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:37:24.138 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 6m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:37:24.495 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:37:24.495 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:37:24.496 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:37:24.497 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:37:24.497 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:37:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:37:23.837055+0000 mgr.y (mgr.14556) 5855 : audit [DBG] from='client.20823 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:37:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:37:24.128896+0000 mgr.y (mgr.14556) 5856 : audit [DBG] from='client.30743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:37:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:24.364666+0000 mgr.y (mgr.14556) 5857 : cluster [DBG] pgmap v5163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:37:23.837055+0000 mgr.y (mgr.14556) 5855 : audit [DBG] from='client.20823 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:37:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:37:24.128896+0000 mgr.y (mgr.14556) 5856 : audit [DBG] from='client.30743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:37:24.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:24.364666+0000 mgr.y (mgr.14556) 5857 : cluster [DBG] pgmap v5163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:24.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:37:23.837055+0000 mgr.y (mgr.14556) 5855 : audit [DBG] from='client.20823 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:37:24.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:37:24.128896+0000 mgr.y (mgr.14556) 5856 : audit [DBG] from='client.30743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:37:24.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:24.364666+0000 mgr.y (mgr.14556) 5857 : cluster [DBG] pgmap v5163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:37:24.495573+0000 mon.c (mon.2) 165 : audit [DBG] from='client.? 172.21.15.23:0/2423696146' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:37:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:37:24.495573+0000 mon.c (mon.2) 165 : audit [DBG] from='client.? 172.21.15.23:0/2423696146' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:37:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:37:24.495573+0000 mon.c (mon.2) 165 : audit [DBG] from='client.? 172.21.15.23:0/2423696146' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:37:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:26.365462+0000 mgr.y (mgr.14556) 5858 : cluster [DBG] pgmap v5164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:26.365462+0000 mgr.y (mgr.14556) 5858 : cluster [DBG] pgmap v5164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:26.365462+0000 mgr.y (mgr.14556) 5858 : cluster [DBG] pgmap v5164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:37:27.447632+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:37:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:37:27.447632+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:37:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:37:27.447632+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:37:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:37:27.753581+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:37:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:37:27.754212+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:37:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:37:27.758740+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:37:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:28.365906+0000 mgr.y (mgr.14556) 5859 : cluster [DBG] pgmap v5165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:37:27.753581+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:37:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:37:27.754212+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:37:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:37:27.758740+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:37:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:28.365906+0000 mgr.y (mgr.14556) 5859 : cluster [DBG] pgmap v5165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:37:27.753581+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:37:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:37:27.754212+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:37:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:37:27.758740+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:37:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:28.365906+0000 mgr.y (mgr.14556) 5859 : cluster [DBG] pgmap v5165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:30.366654+0000 mgr.y (mgr.14556) 5860 : cluster [DBG] pgmap v5166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:30.366654+0000 mgr.y (mgr.14556) 5860 : cluster [DBG] pgmap v5166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:30.366654+0000 mgr.y (mgr.14556) 5860 : cluster [DBG] pgmap v5166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:37:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:32.367015+0000 mgr.y (mgr.14556) 5861 : cluster [DBG] pgmap v5167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:32.367015+0000 mgr.y (mgr.14556) 5861 : cluster [DBG] pgmap v5167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:32.367015+0000 mgr.y (mgr.14556) 5861 : cluster [DBG] pgmap v5167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:37:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:37:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:34.367485+0000 mgr.y (mgr.14556) 5862 : cluster [DBG] pgmap v5168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:34.367485+0000 mgr.y (mgr.14556) 5862 : cluster [DBG] pgmap v5168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:34.367485+0000 mgr.y (mgr.14556) 5862 : cluster [DBG] pgmap v5168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:36.368098+0000 mgr.y (mgr.14556) 5863 : cluster [DBG] pgmap v5169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:36.368098+0000 mgr.y (mgr.14556) 5863 : cluster [DBG] pgmap v5169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:36.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:36.368098+0000 mgr.y (mgr.14556) 5863 : cluster [DBG] pgmap v5169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:38.368540+0000 mgr.y (mgr.14556) 5864 : cluster [DBG] pgmap v5170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:38.924 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:38.368540+0000 mgr.y (mgr.14556) 5864 : cluster [DBG] pgmap v5170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:38.925 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:38.368540+0000 mgr.y (mgr.14556) 5864 : cluster [DBG] pgmap v5170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:40.369217+0000 mgr.y (mgr.14556) 5865 : cluster [DBG] pgmap v5171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:40.369217+0000 mgr.y (mgr.14556) 5865 : cluster [DBG] pgmap v5171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:40.369217+0000 mgr.y (mgr.14556) 5865 : cluster [DBG] pgmap v5171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:37:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:42.369666+0000 mgr.y (mgr.14556) 5866 : cluster [DBG] pgmap v5172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:42.369666+0000 mgr.y (mgr.14556) 5866 : cluster [DBG] pgmap v5172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:42.369666+0000 mgr.y (mgr.14556) 5866 : cluster [DBG] pgmap v5172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:37:43] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:37:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:44.370062+0000 mgr.y (mgr.14556) 5867 : cluster [DBG] pgmap v5173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:44.370062+0000 mgr.y (mgr.14556) 5867 : cluster [DBG] pgmap v5173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:44.370062+0000 mgr.y (mgr.14556) 5867 : cluster [DBG] pgmap v5173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:46.370765+0000 mgr.y (mgr.14556) 5868 : cluster [DBG] pgmap v5174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:46.370765+0000 mgr.y (mgr.14556) 5868 : cluster [DBG] pgmap v5174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:46.370765+0000 mgr.y (mgr.14556) 5868 : cluster [DBG] pgmap v5174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:48.371198+0000 mgr.y (mgr.14556) 5869 : cluster [DBG] pgmap v5175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:48.371198+0000 mgr.y (mgr.14556) 5869 : cluster [DBG] pgmap v5175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:48.371198+0000 mgr.y (mgr.14556) 5869 : cluster [DBG] pgmap v5175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:50.371795+0000 mgr.y (mgr.14556) 5870 : cluster [DBG] pgmap v5176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:50.371795+0000 mgr.y (mgr.14556) 5870 : cluster [DBG] pgmap v5176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:50.371795+0000 mgr.y (mgr.14556) 5870 : cluster [DBG] pgmap v5176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:37:53.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:52.372221+0000 mgr.y (mgr.14556) 5871 : cluster [DBG] pgmap v5177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:53.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:52.372221+0000 mgr.y (mgr.14556) 5871 : cluster [DBG] pgmap v5177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:53.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:52.372221+0000 mgr.y (mgr.14556) 5871 : cluster [DBG] pgmap v5177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:37:53] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:37:54.821 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:37:55.110 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:37:55.110 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 7m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 7m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 7m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 7m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 7m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 7m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 7m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 7m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 7m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 7m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 7m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 7m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 7m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:37:55.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 7m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:37:55.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 7m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:37:55.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 7m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:37:55.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 7m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:37:55.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 7m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:37:55.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 7m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:37:55.112 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 7m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:37:55.460 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:37:55.460 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:37:55.460 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:37:55.460 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:37:55.460 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:37:55.460 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:37:55.460 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:37:55.461 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:37:55.461 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:37:55.461 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:37:55.461 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:37:55.461 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:37:55.461 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:37:55.461 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:37:55.461 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:37:55.461 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:37:55.461 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:37:55.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:54.372621+0000 mgr.y (mgr.14556) 5872 : cluster [DBG] pgmap v5178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:55.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:37:54.808779+0000 mgr.y (mgr.14556) 5873 : audit [DBG] from='client.20841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:37:55.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:37:55.102351+0000 mgr.y (mgr.14556) 5874 : audit [DBG] from='client.20847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:37:55.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:37:55.460110+0000 mon.c (mon.2) 166 : audit [DBG] from='client.? 172.21.15.23:0/2223056132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:37:55.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:54.372621+0000 mgr.y (mgr.14556) 5872 : cluster [DBG] pgmap v5178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:55.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:37:54.808779+0000 mgr.y (mgr.14556) 5873 : audit [DBG] from='client.20841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:37:55.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:37:55.102351+0000 mgr.y (mgr.14556) 5874 : audit [DBG] from='client.20847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:37:55.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:37:55.460110+0000 mon.c (mon.2) 166 : audit [DBG] from='client.? 172.21.15.23:0/2223056132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:37:55.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:54.372621+0000 mgr.y (mgr.14556) 5872 : cluster [DBG] pgmap v5178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:55.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:37:54.808779+0000 mgr.y (mgr.14556) 5873 : audit [DBG] from='client.20841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:37:55.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:37:55.102351+0000 mgr.y (mgr.14556) 5874 : audit [DBG] from='client.20847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:37:55.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:37:55.460110+0000 mon.c (mon.2) 166 : audit [DBG] from='client.? 172.21.15.23:0/2223056132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:37:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:56.373458+0000 mgr.y (mgr.14556) 5875 : cluster [DBG] pgmap v5179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:56.373458+0000 mgr.y (mgr.14556) 5875 : cluster [DBG] pgmap v5179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:56.373458+0000 mgr.y (mgr.14556) 5875 : cluster [DBG] pgmap v5179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:37:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:37:58.373781+0000 mgr.y (mgr.14556) 5876 : cluster [DBG] pgmap v5180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:37:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:37:58.373781+0000 mgr.y (mgr.14556) 5876 : cluster [DBG] pgmap v5180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:37:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:37:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:37:58.373781+0000 mgr.y (mgr.14556) 5876 : cluster [DBG] pgmap v5180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:00.374356+0000 mgr.y (mgr.14556) 5877 : cluster [DBG] pgmap v5181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:00.374356+0000 mgr.y (mgr.14556) 5877 : cluster [DBG] pgmap v5181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:00.374356+0000 mgr.y (mgr.14556) 5877 : cluster [DBG] pgmap v5181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:38:03.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:02.374805+0000 mgr.y (mgr.14556) 5878 : cluster [DBG] pgmap v5182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:03.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:02.374805+0000 mgr.y (mgr.14556) 5878 : cluster [DBG] pgmap v5182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:02.374805+0000 mgr.y (mgr.14556) 5878 : cluster [DBG] pgmap v5182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:38:03] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:38:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:04.375250+0000 mgr.y (mgr.14556) 5879 : cluster [DBG] pgmap v5183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:04.375250+0000 mgr.y (mgr.14556) 5879 : cluster [DBG] pgmap v5183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:04.375250+0000 mgr.y (mgr.14556) 5879 : cluster [DBG] pgmap v5183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:06.375915+0000 mgr.y (mgr.14556) 5880 : cluster [DBG] pgmap v5184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:06.375915+0000 mgr.y (mgr.14556) 5880 : cluster [DBG] pgmap v5184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:06.375915+0000 mgr.y (mgr.14556) 5880 : cluster [DBG] pgmap v5184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:08.376290+0000 mgr.y (mgr.14556) 5881 : cluster [DBG] pgmap v5185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:08.376290+0000 mgr.y (mgr.14556) 5881 : cluster [DBG] pgmap v5185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:08.376290+0000 mgr.y (mgr.14556) 5881 : cluster [DBG] pgmap v5185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:10.377090+0000 mgr.y (mgr.14556) 5882 : cluster [DBG] pgmap v5186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:10.377090+0000 mgr.y (mgr.14556) 5882 : cluster [DBG] pgmap v5186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:10.377090+0000 mgr.y (mgr.14556) 5882 : cluster [DBG] pgmap v5186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:38:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:38:13] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:38:13.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:12.377547+0000 mgr.y (mgr.14556) 5883 : cluster [DBG] pgmap v5187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:12.377547+0000 mgr.y (mgr.14556) 5883 : cluster [DBG] pgmap v5187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:12.377547+0000 mgr.y (mgr.14556) 5883 : cluster [DBG] pgmap v5187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:14.377968+0000 mgr.y (mgr.14556) 5884 : cluster [DBG] pgmap v5188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:14.377968+0000 mgr.y (mgr.14556) 5884 : cluster [DBG] pgmap v5188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:14.377968+0000 mgr.y (mgr.14556) 5884 : cluster [DBG] pgmap v5188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:16.378631+0000 mgr.y (mgr.14556) 5885 : cluster [DBG] pgmap v5189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:16.378631+0000 mgr.y (mgr.14556) 5885 : cluster [DBG] pgmap v5189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:16.378631+0000 mgr.y (mgr.14556) 5885 : cluster [DBG] pgmap v5189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:18.379053+0000 mgr.y (mgr.14556) 5886 : cluster [DBG] pgmap v5190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:18.379053+0000 mgr.y (mgr.14556) 5886 : cluster [DBG] pgmap v5190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:18.379053+0000 mgr.y (mgr.14556) 5886 : cluster [DBG] pgmap v5190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:20.379792+0000 mgr.y (mgr.14556) 5887 : cluster [DBG] pgmap v5191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:20.379792+0000 mgr.y (mgr.14556) 5887 : cluster [DBG] pgmap v5191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:20.379792+0000 mgr.y (mgr.14556) 5887 : cluster [DBG] pgmap v5191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:38:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:22.380196+0000 mgr.y (mgr.14556) 5888 : cluster [DBG] pgmap v5192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:23.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:38:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:38:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:22.380196+0000 mgr.y (mgr.14556) 5888 : cluster [DBG] pgmap v5192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:22.380196+0000 mgr.y (mgr.14556) 5888 : cluster [DBG] pgmap v5192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:25.785 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:38:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:24.380596+0000 mgr.y (mgr.14556) 5889 : cluster [DBG] pgmap v5193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:24.380596+0000 mgr.y (mgr.14556) 5889 : cluster [DBG] pgmap v5193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:24.380596+0000 mgr.y (mgr.14556) 5889 : cluster [DBG] pgmap v5193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:26.072 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:38:26.072 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 8m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:38:26.072 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 8m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:38:26.072 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 8m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:38:26.072 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 8m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 8m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 8m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 8m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 8m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 8m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 8m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 8m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 8m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 8m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 8m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 8m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 8m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 8m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 8m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:38:26.073 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 8m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:38:26.074 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 8m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:38:26.424 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:38:26.424 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:38:26.425 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:38:26.426 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:38:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:38:25.773995+0000 mgr.y (mgr.14556) 5890 : audit [DBG] from='client.30773 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:38:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:38:26.064244+0000 mgr.y (mgr.14556) 5891 : audit [DBG] from='client.20865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:38:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:38:26.424588+0000 mon.a (mon.0) 1787 : audit [DBG] from='client.? 172.21.15.23:0/4283834750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:38:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:38:25.773995+0000 mgr.y (mgr.14556) 5890 : audit [DBG] from='client.30773 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:38:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:38:26.064244+0000 mgr.y (mgr.14556) 5891 : audit [DBG] from='client.20865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:38:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:38:26.424588+0000 mon.a (mon.0) 1787 : audit [DBG] from='client.? 172.21.15.23:0/4283834750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:38:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:38:25.773995+0000 mgr.y (mgr.14556) 5890 : audit [DBG] from='client.30773 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:38:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:38:26.064244+0000 mgr.y (mgr.14556) 5891 : audit [DBG] from='client.20865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:38:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:38:26.424588+0000 mon.a (mon.0) 1787 : audit [DBG] from='client.? 172.21.15.23:0/4283834750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:38:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:26.381139+0000 mgr.y (mgr.14556) 5892 : cluster [DBG] pgmap v5194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:26.381139+0000 mgr.y (mgr.14556) 5892 : cluster [DBG] pgmap v5194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:26.381139+0000 mgr.y (mgr.14556) 5892 : cluster [DBG] pgmap v5194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:38:27.763004+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:38:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:38:28.068410+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:38:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:38:28.069081+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:38:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:38:28.075377+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:38:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:38:27.763004+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:38:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:38:28.068410+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:38:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:38:28.069081+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:38:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:38:28.075377+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:38:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:38:27.763004+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:38:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:38:28.068410+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:38:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:38:28.069081+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:38:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:38:28.075377+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:38:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:28.381482+0000 mgr.y (mgr.14556) 5893 : cluster [DBG] pgmap v5195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:28.381482+0000 mgr.y (mgr.14556) 5893 : cluster [DBG] pgmap v5195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:30.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:28.381482+0000 mgr.y (mgr.14556) 5893 : cluster [DBG] pgmap v5195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:38:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:30.382236+0000 mgr.y (mgr.14556) 5894 : cluster [DBG] pgmap v5196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:32.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:30.382236+0000 mgr.y (mgr.14556) 5894 : cluster [DBG] pgmap v5196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:30.382236+0000 mgr.y (mgr.14556) 5894 : cluster [DBG] pgmap v5196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:34.108 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:38:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:38:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:32.382671+0000 mgr.y (mgr.14556) 5895 : cluster [DBG] pgmap v5197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:34.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:32.382671+0000 mgr.y (mgr.14556) 5895 : cluster [DBG] pgmap v5197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:32.382671+0000 mgr.y (mgr.14556) 5895 : cluster [DBG] pgmap v5197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:34.383034+0000 mgr.y (mgr.14556) 5896 : cluster [DBG] pgmap v5198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:36.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:34.383034+0000 mgr.y (mgr.14556) 5896 : cluster [DBG] pgmap v5198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:36.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:34.383034+0000 mgr.y (mgr.14556) 5896 : cluster [DBG] pgmap v5198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:36.383629+0000 mgr.y (mgr.14556) 5897 : cluster [DBG] pgmap v5199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:36.383629+0000 mgr.y (mgr.14556) 5897 : cluster [DBG] pgmap v5199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:38.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:36.383629+0000 mgr.y (mgr.14556) 5897 : cluster [DBG] pgmap v5199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:38.384021+0000 mgr.y (mgr.14556) 5898 : cluster [DBG] pgmap v5200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:38.384021+0000 mgr.y (mgr.14556) 5898 : cluster [DBG] pgmap v5200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:38.384021+0000 mgr.y (mgr.14556) 5898 : cluster [DBG] pgmap v5200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:38:42.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:40.384645+0000 mgr.y (mgr.14556) 5899 : cluster [DBG] pgmap v5201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:40.384645+0000 mgr.y (mgr.14556) 5899 : cluster [DBG] pgmap v5201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:40.384645+0000 mgr.y (mgr.14556) 5899 : cluster [DBG] pgmap v5201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:38:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:38:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:42.385083+0000 mgr.y (mgr.14556) 5900 : cluster [DBG] pgmap v5202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:42.385083+0000 mgr.y (mgr.14556) 5900 : cluster [DBG] pgmap v5202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:42.385083+0000 mgr.y (mgr.14556) 5900 : cluster [DBG] pgmap v5202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:44.385654+0000 mgr.y (mgr.14556) 5901 : cluster [DBG] pgmap v5203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:44.385654+0000 mgr.y (mgr.14556) 5901 : cluster [DBG] pgmap v5203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:44.385654+0000 mgr.y (mgr.14556) 5901 : cluster [DBG] pgmap v5203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:46.386490+0000 mgr.y (mgr.14556) 5902 : cluster [DBG] pgmap v5204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:46.386490+0000 mgr.y (mgr.14556) 5902 : cluster [DBG] pgmap v5204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:46.386490+0000 mgr.y (mgr.14556) 5902 : cluster [DBG] pgmap v5204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:48.386876+0000 mgr.y (mgr.14556) 5903 : cluster [DBG] pgmap v5205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:48.386876+0000 mgr.y (mgr.14556) 5903 : cluster [DBG] pgmap v5205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:48.386876+0000 mgr.y (mgr.14556) 5903 : cluster [DBG] pgmap v5205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:38:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:50.387465+0000 mgr.y (mgr.14556) 5904 : cluster [DBG] pgmap v5206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:50.387465+0000 mgr.y (mgr.14556) 5904 : cluster [DBG] pgmap v5206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:50.387465+0000 mgr.y (mgr.14556) 5904 : cluster [DBG] pgmap v5206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:38:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:38:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:52.387993+0000 mgr.y (mgr.14556) 5905 : cluster [DBG] pgmap v5207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:52.387993+0000 mgr.y (mgr.14556) 5905 : cluster [DBG] pgmap v5207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:52.387993+0000 mgr.y (mgr.14556) 5905 : cluster [DBG] pgmap v5207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:54.388376+0000 mgr.y (mgr.14556) 5906 : cluster [DBG] pgmap v5208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:54.388376+0000 mgr.y (mgr.14556) 5906 : cluster [DBG] pgmap v5208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:54.388376+0000 mgr.y (mgr.14556) 5906 : cluster [DBG] pgmap v5208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:56.751 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 8m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 8m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 8m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 8m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 8m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 8m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 8m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 8m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 8m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 8m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 8m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 8m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:38:57.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 8m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:38:57.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 8m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:38:57.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 8m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:38:57.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 8m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:38:57.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 8m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:38:57.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 8m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:38:57.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 8m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:38:57.041 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 8m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:38:57.393 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:38:57.394 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:38:57.395 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:38:57.395 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:38:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:56.388981+0000 mgr.y (mgr.14556) 5907 : cluster [DBG] pgmap v5209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:38:56.740032+0000 mgr.y (mgr.14556) 5908 : audit [DBG] from='client.30791 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:38:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:38:57.031975+0000 mgr.y (mgr.14556) 5909 : audit [DBG] from='client.30797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:38:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:38:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:38:57.393804+0000 mon.c (mon.2) 167 : audit [DBG] from='client.? 172.21.15.23:0/211397085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:38:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:56.388981+0000 mgr.y (mgr.14556) 5907 : cluster [DBG] pgmap v5209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:38:56.740032+0000 mgr.y (mgr.14556) 5908 : audit [DBG] from='client.30791 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:38:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:38:57.031975+0000 mgr.y (mgr.14556) 5909 : audit [DBG] from='client.30797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:38:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:38:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:38:57.393804+0000 mon.c (mon.2) 167 : audit [DBG] from='client.? 172.21.15.23:0/211397085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:38:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:56.388981+0000 mgr.y (mgr.14556) 5907 : cluster [DBG] pgmap v5209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:38:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:38:56.740032+0000 mgr.y (mgr.14556) 5908 : audit [DBG] from='client.30791 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:38:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:38:57.031975+0000 mgr.y (mgr.14556) 5909 : audit [DBG] from='client.30797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:38:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:38:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:38:57.393804+0000 mon.c (mon.2) 167 : audit [DBG] from='client.? 172.21.15.23:0/211397085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:39:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:38:58.389424+0000 mgr.y (mgr.14556) 5910 : cluster [DBG] pgmap v5210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:38:58.389424+0000 mgr.y (mgr.14556) 5910 : cluster [DBG] pgmap v5210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:38:58.389424+0000 mgr.y (mgr.14556) 5910 : cluster [DBG] pgmap v5210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:39:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:00.390013+0000 mgr.y (mgr.14556) 5911 : cluster [DBG] pgmap v5211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:00.390013+0000 mgr.y (mgr.14556) 5911 : cluster [DBG] pgmap v5211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:00.390013+0000 mgr.y (mgr.14556) 5911 : cluster [DBG] pgmap v5211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:39:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:39:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:02.390515+0000 mgr.y (mgr.14556) 5912 : cluster [DBG] pgmap v5212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:02.390515+0000 mgr.y (mgr.14556) 5912 : cluster [DBG] pgmap v5212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:02.390515+0000 mgr.y (mgr.14556) 5912 : cluster [DBG] pgmap v5212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:04.390990+0000 mgr.y (mgr.14556) 5913 : cluster [DBG] pgmap v5213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:04.390990+0000 mgr.y (mgr.14556) 5913 : cluster [DBG] pgmap v5213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:04.390990+0000 mgr.y (mgr.14556) 5913 : cluster [DBG] pgmap v5213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:06.391885+0000 mgr.y (mgr.14556) 5914 : cluster [DBG] pgmap v5214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:06.391885+0000 mgr.y (mgr.14556) 5914 : cluster [DBG] pgmap v5214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:06.391885+0000 mgr.y (mgr.14556) 5914 : cluster [DBG] pgmap v5214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:08.392357+0000 mgr.y (mgr.14556) 5915 : cluster [DBG] pgmap v5215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:08.392357+0000 mgr.y (mgr.14556) 5915 : cluster [DBG] pgmap v5215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:08.392357+0000 mgr.y (mgr.14556) 5915 : cluster [DBG] pgmap v5215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:39:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:10.393142+0000 mgr.y (mgr.14556) 5916 : cluster [DBG] pgmap v5216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:10.393142+0000 mgr.y (mgr.14556) 5916 : cluster [DBG] pgmap v5216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:10.393142+0000 mgr.y (mgr.14556) 5916 : cluster [DBG] pgmap v5216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:39:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:39:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:12.393617+0000 mgr.y (mgr.14556) 5917 : cluster [DBG] pgmap v5217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:12.393617+0000 mgr.y (mgr.14556) 5917 : cluster [DBG] pgmap v5217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:12.393617+0000 mgr.y (mgr.14556) 5917 : cluster [DBG] pgmap v5217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:14.394009+0000 mgr.y (mgr.14556) 5918 : cluster [DBG] pgmap v5218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:14.394009+0000 mgr.y (mgr.14556) 5918 : cluster [DBG] pgmap v5218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:14.394009+0000 mgr.y (mgr.14556) 5918 : cluster [DBG] pgmap v5218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:16.394754+0000 mgr.y (mgr.14556) 5919 : cluster [DBG] pgmap v5219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:16.394754+0000 mgr.y (mgr.14556) 5919 : cluster [DBG] pgmap v5219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:16.394754+0000 mgr.y (mgr.14556) 5919 : cluster [DBG] pgmap v5219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:18.395167+0000 mgr.y (mgr.14556) 5920 : cluster [DBG] pgmap v5220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:18.395167+0000 mgr.y (mgr.14556) 5920 : cluster [DBG] pgmap v5220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:20.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:18.395167+0000 mgr.y (mgr.14556) 5920 : cluster [DBG] pgmap v5220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:39:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:20.395989+0000 mgr.y (mgr.14556) 5921 : cluster [DBG] pgmap v5221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:20.395989+0000 mgr.y (mgr.14556) 5921 : cluster [DBG] pgmap v5221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:20.395989+0000 mgr.y (mgr.14556) 5921 : cluster [DBG] pgmap v5221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:39:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:39:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:22.396379+0000 mgr.y (mgr.14556) 5922 : cluster [DBG] pgmap v5222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:24.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:22.396379+0000 mgr.y (mgr.14556) 5922 : cluster [DBG] pgmap v5222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:24.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:22.396379+0000 mgr.y (mgr.14556) 5922 : cluster [DBG] pgmap v5222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:24.396770+0000 mgr.y (mgr.14556) 5923 : cluster [DBG] pgmap v5223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:24.396770+0000 mgr.y (mgr.14556) 5923 : cluster [DBG] pgmap v5223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:24.396770+0000 mgr.y (mgr.14556) 5923 : cluster [DBG] pgmap v5223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:27.720 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:39:28.009 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:39:28.009 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 9m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:39:28.009 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 9m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:39:28.009 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 9m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 9m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 9m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (2h) 9m ago 2h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2h) 9m ago 2h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 9m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 9m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 9m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 9m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 9m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 9m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 9m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 9m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 9m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:39:28.010 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 9m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:39:28.011 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 9m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:39:28.011 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 9m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:39:28.011 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 9m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:39:28.365 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:39:28.365 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:39:28.366 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:39:28.366 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:39:28.366 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:39:28.366 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:39:28.366 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:39:28.366 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:39:28.366 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:39:28.366 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:39:28.366 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:39:28.366 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:39:28.366 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:39:28.366 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:39:28.367 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:39:28.367 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:39:28.367 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:39:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:26.397635+0000 mgr.y (mgr.14556) 5924 : cluster [DBG] pgmap v5224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:39:28.080446+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:39:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:26.397635+0000 mgr.y (mgr.14556) 5924 : cluster [DBG] pgmap v5224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:39:28.080446+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:39:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:26.397635+0000 mgr.y (mgr.14556) 5924 : cluster [DBG] pgmap v5224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:28.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:39:28.080446+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:39:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:39:27.708602+0000 mgr.y (mgr.14556) 5925 : audit [DBG] from='client.30809 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:39:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:39:28.001558+0000 mgr.y (mgr.14556) 5926 : audit [DBG] from='client.30815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:39:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:39:28.365598+0000 mon.c (mon.2) 168 : audit [DBG] from='client.? 172.21.15.23:0/1042817691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:39:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:39:28.387446+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:39:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:39:28.388118+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:39:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:39:28.392452+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:39:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:39:27.708602+0000 mgr.y (mgr.14556) 5925 : audit [DBG] from='client.30809 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:39:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:39:28.001558+0000 mgr.y (mgr.14556) 5926 : audit [DBG] from='client.30815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:39:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:39:28.365598+0000 mon.c (mon.2) 168 : audit [DBG] from='client.? 172.21.15.23:0/1042817691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:39:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:39:28.387446+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:39:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:39:28.388118+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:39:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:39:28.392452+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:39:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:39:27.708602+0000 mgr.y (mgr.14556) 5925 : audit [DBG] from='client.30809 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:39:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:39:28.001558+0000 mgr.y (mgr.14556) 5926 : audit [DBG] from='client.30815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:39:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:39:28.365598+0000 mon.c (mon.2) 168 : audit [DBG] from='client.? 172.21.15.23:0/1042817691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:39:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:39:28.387446+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:39:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:39:28.388118+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:39:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:39:28.392452+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:39:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:28.398098+0000 mgr.y (mgr.14556) 5927 : cluster [DBG] pgmap v5225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:30.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:28.398098+0000 mgr.y (mgr.14556) 5927 : cluster [DBG] pgmap v5225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:30.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:28.398098+0000 mgr.y (mgr.14556) 5927 : cluster [DBG] pgmap v5225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:39:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:30.398824+0000 mgr.y (mgr.14556) 5928 : cluster [DBG] pgmap v5226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:30.398824+0000 mgr.y (mgr.14556) 5928 : cluster [DBG] pgmap v5226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:30.398824+0000 mgr.y (mgr.14556) 5928 : cluster [DBG] pgmap v5226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:39:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:39:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:32.399272+0000 mgr.y (mgr.14556) 5929 : cluster [DBG] pgmap v5227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:32.399272+0000 mgr.y (mgr.14556) 5929 : cluster [DBG] pgmap v5227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:32.399272+0000 mgr.y (mgr.14556) 5929 : cluster [DBG] pgmap v5227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:34.399744+0000 mgr.y (mgr.14556) 5930 : cluster [DBG] pgmap v5228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:34.399744+0000 mgr.y (mgr.14556) 5930 : cluster [DBG] pgmap v5228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:34.399744+0000 mgr.y (mgr.14556) 5930 : cluster [DBG] pgmap v5228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:36.400509+0000 mgr.y (mgr.14556) 5931 : cluster [DBG] pgmap v5229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:36.400509+0000 mgr.y (mgr.14556) 5931 : cluster [DBG] pgmap v5229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:36.400509+0000 mgr.y (mgr.14556) 5931 : cluster [DBG] pgmap v5229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:38.401046+0000 mgr.y (mgr.14556) 5932 : cluster [DBG] pgmap v5230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:38.401046+0000 mgr.y (mgr.14556) 5932 : cluster [DBG] pgmap v5230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:38.401046+0000 mgr.y (mgr.14556) 5932 : cluster [DBG] pgmap v5230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:39:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:40.401809+0000 mgr.y (mgr.14556) 5933 : cluster [DBG] pgmap v5231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:40.401809+0000 mgr.y (mgr.14556) 5933 : cluster [DBG] pgmap v5231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:40.401809+0000 mgr.y (mgr.14556) 5933 : cluster [DBG] pgmap v5231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:42.402218+0000 mgr.y (mgr.14556) 5934 : cluster [DBG] pgmap v5232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:42.402218+0000 mgr.y (mgr.14556) 5934 : cluster [DBG] pgmap v5232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:43.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:42.402218+0000 mgr.y (mgr.14556) 5934 : cluster [DBG] pgmap v5232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:39:43] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:39:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:44.402678+0000 mgr.y (mgr.14556) 5935 : cluster [DBG] pgmap v5233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:44.402678+0000 mgr.y (mgr.14556) 5935 : cluster [DBG] pgmap v5233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:44.402678+0000 mgr.y (mgr.14556) 5935 : cluster [DBG] pgmap v5233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:46.403282+0000 mgr.y (mgr.14556) 5936 : cluster [DBG] pgmap v5234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:46.403282+0000 mgr.y (mgr.14556) 5936 : cluster [DBG] pgmap v5234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:46.403282+0000 mgr.y (mgr.14556) 5936 : cluster [DBG] pgmap v5234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:48.403602+0000 mgr.y (mgr.14556) 5937 : cluster [DBG] pgmap v5235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:48.403602+0000 mgr.y (mgr.14556) 5937 : cluster [DBG] pgmap v5235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:49.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:48.403602+0000 mgr.y (mgr.14556) 5937 : cluster [DBG] pgmap v5235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:39:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:50.404215+0000 mgr.y (mgr.14556) 5938 : cluster [DBG] pgmap v5236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:50.404215+0000 mgr.y (mgr.14556) 5938 : cluster [DBG] pgmap v5236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:50.404215+0000 mgr.y (mgr.14556) 5938 : cluster [DBG] pgmap v5236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:39:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:39:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:52.404766+0000 mgr.y (mgr.14556) 5939 : cluster [DBG] pgmap v5237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:52.404766+0000 mgr.y (mgr.14556) 5939 : cluster [DBG] pgmap v5237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:52.404766+0000 mgr.y (mgr.14556) 5939 : cluster [DBG] pgmap v5237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:54.405149+0000 mgr.y (mgr.14556) 5940 : cluster [DBG] pgmap v5238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:54.405149+0000 mgr.y (mgr.14556) 5940 : cluster [DBG] pgmap v5238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:54.405149+0000 mgr.y (mgr.14556) 5940 : cluster [DBG] pgmap v5238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:56.405744+0000 mgr.y (mgr.14556) 5941 : cluster [DBG] pgmap v5239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:56.405744+0000 mgr.y (mgr.14556) 5941 : cluster [DBG] pgmap v5239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:56.405744+0000 mgr.y (mgr.14556) 5941 : cluster [DBG] pgmap v5239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:58.696 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:39:58.984 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:39:58.984 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 9m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:39:58.984 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 9m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:39:58.984 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 9m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:39:58.984 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 9m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:39:58.984 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 9m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:39:58.984 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 9m ago 3h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:39:58.984 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 9m ago 3h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:39:58.984 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 9m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:39:58.984 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 9m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:39:58.984 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 9m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:39:58.985 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 9m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:39:58.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 9m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:39:58.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 9m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:39:58.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 9m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:39:58.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 9m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:39:58.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 9m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:39:58.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 9m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:39:58.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 9m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:39:58.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 9m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:39:58.985 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 9m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:39:59.334 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:39:59.334 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:39:59.334 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:39:59.334 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:39:59.334 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:39:59.334 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:39:59.334 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:39:59.334 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:39:59.335 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:39:59.335 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:39:59.335 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:39:59.335 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:39:59.335 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:39:59.335 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:39:59.335 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:39:59.335 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:39:59.335 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:39:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:39:58.406107+0000 mgr.y (mgr.14556) 5942 : cluster [DBG] pgmap v5240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:39:58.684984+0000 mgr.y (mgr.14556) 5943 : audit [DBG] from='client.20913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:39:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:39:58.976129+0000 mgr.y (mgr.14556) 5944 : audit [DBG] from='client.20919 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:39:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:39:59.334045+0000 mon.c (mon.2) 169 : audit [DBG] from='client.? 172.21.15.23:0/2011458211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:39:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:39:58.406107+0000 mgr.y (mgr.14556) 5942 : cluster [DBG] pgmap v5240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:39:58.684984+0000 mgr.y (mgr.14556) 5943 : audit [DBG] from='client.20913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:39:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:39:58.976129+0000 mgr.y (mgr.14556) 5944 : audit [DBG] from='client.20919 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:39:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:39:59.334045+0000 mon.c (mon.2) 169 : audit [DBG] from='client.? 172.21.15.23:0/2011458211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:39:59.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:39:58.406107+0000 mgr.y (mgr.14556) 5942 : cluster [DBG] pgmap v5240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:39:59.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:39:58.684984+0000 mgr.y (mgr.14556) 5943 : audit [DBG] from='client.20913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:39:59.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:39:58.976129+0000 mgr.y (mgr.14556) 5944 : audit [DBG] from='client.20919 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:39:59.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:39:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:39:59.334045+0000 mon.c (mon.2) 169 : audit [DBG] from='client.? 172.21.15.23:0/2011458211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:40:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T09:39:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:40:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:00.000178+0000 mon.a (mon.0) 1796 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:40:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:00.000178+0000 mon.a (mon.0) 1796 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:40:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:00.000178+0000 mon.a (mon.0) 1796 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:40:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:00.406729+0000 mgr.y (mgr.14556) 5945 : cluster [DBG] pgmap v5241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:00.406729+0000 mgr.y (mgr.14556) 5945 : cluster [DBG] pgmap v5241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:00.406729+0000 mgr.y (mgr.14556) 5945 : cluster [DBG] pgmap v5241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:40:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:02.407182+0000 mgr.y (mgr.14556) 5946 : cluster [DBG] pgmap v5242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:02.407182+0000 mgr.y (mgr.14556) 5946 : cluster [DBG] pgmap v5242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:02.407182+0000 mgr.y (mgr.14556) 5946 : cluster [DBG] pgmap v5242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:40:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:40:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:04.407656+0000 mgr.y (mgr.14556) 5947 : cluster [DBG] pgmap v5243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:04.407656+0000 mgr.y (mgr.14556) 5947 : cluster [DBG] pgmap v5243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:04.407656+0000 mgr.y (mgr.14556) 5947 : cluster [DBG] pgmap v5243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:06.408493+0000 mgr.y (mgr.14556) 5948 : cluster [DBG] pgmap v5244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:06.408493+0000 mgr.y (mgr.14556) 5948 : cluster [DBG] pgmap v5244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:06.408493+0000 mgr.y (mgr.14556) 5948 : cluster [DBG] pgmap v5244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:08.409007+0000 mgr.y (mgr.14556) 5949 : cluster [DBG] pgmap v5245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:08.409007+0000 mgr.y (mgr.14556) 5949 : cluster [DBG] pgmap v5245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:08.409007+0000 mgr.y (mgr.14556) 5949 : cluster [DBG] pgmap v5245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:10.409657+0000 mgr.y (mgr.14556) 5950 : cluster [DBG] pgmap v5246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:10.409657+0000 mgr.y (mgr.14556) 5950 : cluster [DBG] pgmap v5246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:10.409657+0000 mgr.y (mgr.14556) 5950 : cluster [DBG] pgmap v5246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:40:13.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:12.410142+0000 mgr.y (mgr.14556) 5951 : cluster [DBG] pgmap v5247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:13.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:12.410142+0000 mgr.y (mgr.14556) 5951 : cluster [DBG] pgmap v5247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:12.410142+0000 mgr.y (mgr.14556) 5951 : cluster [DBG] pgmap v5247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:40:13] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:40:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:14.410622+0000 mgr.y (mgr.14556) 5952 : cluster [DBG] pgmap v5248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:14.410622+0000 mgr.y (mgr.14556) 5952 : cluster [DBG] pgmap v5248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:14.410622+0000 mgr.y (mgr.14556) 5952 : cluster [DBG] pgmap v5248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:16.411299+0000 mgr.y (mgr.14556) 5953 : cluster [DBG] pgmap v5249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:16.411299+0000 mgr.y (mgr.14556) 5953 : cluster [DBG] pgmap v5249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:16.411299+0000 mgr.y (mgr.14556) 5953 : cluster [DBG] pgmap v5249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:18.411869+0000 mgr.y (mgr.14556) 5954 : cluster [DBG] pgmap v5250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:18.411869+0000 mgr.y (mgr.14556) 5954 : cluster [DBG] pgmap v5250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:18.411869+0000 mgr.y (mgr.14556) 5954 : cluster [DBG] pgmap v5250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:20.412622+0000 mgr.y (mgr.14556) 5955 : cluster [DBG] pgmap v5251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:20.412622+0000 mgr.y (mgr.14556) 5955 : cluster [DBG] pgmap v5251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:20.412622+0000 mgr.y (mgr.14556) 5955 : cluster [DBG] pgmap v5251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:40:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:40:23] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:40:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:22.413158+0000 mgr.y (mgr.14556) 5956 : cluster [DBG] pgmap v5252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:22.413158+0000 mgr.y (mgr.14556) 5956 : cluster [DBG] pgmap v5252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:22.413158+0000 mgr.y (mgr.14556) 5956 : cluster [DBG] pgmap v5252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:24.413588+0000 mgr.y (mgr.14556) 5957 : cluster [DBG] pgmap v5253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:24.413588+0000 mgr.y (mgr.14556) 5957 : cluster [DBG] pgmap v5253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:24.413588+0000 mgr.y (mgr.14556) 5957 : cluster [DBG] pgmap v5253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:26.414260+0000 mgr.y (mgr.14556) 5958 : cluster [DBG] pgmap v5254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:26.414260+0000 mgr.y (mgr.14556) 5958 : cluster [DBG] pgmap v5254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:26.414260+0000 mgr.y (mgr.14556) 5958 : cluster [DBG] pgmap v5254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:40:28.396830+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:40:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:40:28.396830+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:40:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:40:28.396830+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:40:29.672 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:40:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:28.414623+0000 mgr.y (mgr.14556) 5959 : cluster [DBG] pgmap v5255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:28.414623+0000 mgr.y (mgr.14556) 5959 : cluster [DBG] pgmap v5255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:28.414623+0000 mgr.y (mgr.14556) 5959 : cluster [DBG] pgmap v5255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:29.979 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:40:29.979 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 10m ago 2h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:40:29.979 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 10m ago 2h 58.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:40:29.979 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 10m ago 2h 23.5M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:40:29.979 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 10m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:40:29.979 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 10m ago 2h 394M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:40:29.979 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 10m ago 3h 466M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:40:29.979 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 10m ago 3h 478M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:40:29.979 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 10m ago 2h 249M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:40:29.980 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 10m ago 2h 251M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:40:29.980 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 10m ago 2h 25.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:40:29.980 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 10m ago 2h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:40:29.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 10m ago 2h 44.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:40:29.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 10m ago 2h 43.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:40:29.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 10m ago 2h 42.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:40:29.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 10m ago 2h 40.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:40:29.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 10m ago 2h 41.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:40:29.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 10m ago 2h 41.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:40:29.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 10m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:40:29.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 10m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:40:29.980 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 10m ago 2h 93.4M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:40:30.338 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:40:30.338 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:40:30.338 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:40:30.339 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:40:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:40:29.657689+0000 mgr.y (mgr.14556) 5960 : audit [DBG] from='client.30845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:40:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:40:29.971242+0000 mgr.y (mgr.14556) 5961 : audit [DBG] from='client.30851 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:40:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:40:30.338150+0000 mon.b (mon.1) 30 : audit [DBG] from='client.? 172.21.15.23:0/2495212361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:40:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:40:29.657689+0000 mgr.y (mgr.14556) 5960 : audit [DBG] from='client.30845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:40:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:40:29.971242+0000 mgr.y (mgr.14556) 5961 : audit [DBG] from='client.30851 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:40:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:40:30.338150+0000 mon.b (mon.1) 30 : audit [DBG] from='client.? 172.21.15.23:0/2495212361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:40:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:40:29.657689+0000 mgr.y (mgr.14556) 5960 : audit [DBG] from='client.30845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:40:30.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:40:29.971242+0000 mgr.y (mgr.14556) 5961 : audit [DBG] from='client.30851 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:40:30.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:40:30.338150+0000 mon.b (mon.1) 30 : audit [DBG] from='client.? 172.21.15.23:0/2495212361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:40:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:40:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:30.415527+0000 mgr.y (mgr.14556) 5962 : cluster [DBG] pgmap v5256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:40:31.346395+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:40:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:40:31.794006+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:40:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:40:32.090641+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:40:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:40:32.091381+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:40:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:40:32.100642+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:40:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:30.415527+0000 mgr.y (mgr.14556) 5962 : cluster [DBG] pgmap v5256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:40:31.346395+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:40:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:40:31.794006+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:40:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:40:32.090641+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:40:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:40:32.091381+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:40:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:40:32.100642+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:40:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:30.415527+0000 mgr.y (mgr.14556) 5962 : cluster [DBG] pgmap v5256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:40:31.346395+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:40:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:40:31.794006+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:40:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:40:32.090641+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:40:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:40:32.091381+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:40:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:40:32.100642+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:40:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:40:33] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:40:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:32.415889+0000 mgr.y (mgr.14556) 5963 : cluster [DBG] pgmap v5257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:32.415889+0000 mgr.y (mgr.14556) 5963 : cluster [DBG] pgmap v5257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:32.415889+0000 mgr.y (mgr.14556) 5963 : cluster [DBG] pgmap v5257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:34.416402+0000 mgr.y (mgr.14556) 5964 : cluster [DBG] pgmap v5258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:34.416402+0000 mgr.y (mgr.14556) 5964 : cluster [DBG] pgmap v5258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:34.416402+0000 mgr.y (mgr.14556) 5964 : cluster [DBG] pgmap v5258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:36.417219+0000 mgr.y (mgr.14556) 5965 : cluster [DBG] pgmap v5259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:36.417219+0000 mgr.y (mgr.14556) 5965 : cluster [DBG] pgmap v5259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:36.417219+0000 mgr.y (mgr.14556) 5965 : cluster [DBG] pgmap v5259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:38.417876+0000 mgr.y (mgr.14556) 5966 : cluster [DBG] pgmap v5260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:38.417876+0000 mgr.y (mgr.14556) 5966 : cluster [DBG] pgmap v5260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:38.417876+0000 mgr.y (mgr.14556) 5966 : cluster [DBG] pgmap v5260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:40:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:40.418739+0000 mgr.y (mgr.14556) 5967 : cluster [DBG] pgmap v5261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:40.418739+0000 mgr.y (mgr.14556) 5967 : cluster [DBG] pgmap v5261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:40.418739+0000 mgr.y (mgr.14556) 5967 : cluster [DBG] pgmap v5261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:42.419385+0000 mgr.y (mgr.14556) 5968 : cluster [DBG] pgmap v5262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:42.419385+0000 mgr.y (mgr.14556) 5968 : cluster [DBG] pgmap v5262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:43.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:42.419385+0000 mgr.y (mgr.14556) 5968 : cluster [DBG] pgmap v5262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:40:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T09:40:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:44.419966+0000 mgr.y (mgr.14556) 5969 : cluster [DBG] pgmap v5263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:44.419966+0000 mgr.y (mgr.14556) 5969 : cluster [DBG] pgmap v5263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:44.419966+0000 mgr.y (mgr.14556) 5969 : cluster [DBG] pgmap v5263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:46.420638+0000 mgr.y (mgr.14556) 5970 : cluster [DBG] pgmap v5264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:46.420638+0000 mgr.y (mgr.14556) 5970 : cluster [DBG] pgmap v5264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:46.420638+0000 mgr.y (mgr.14556) 5970 : cluster [DBG] pgmap v5264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:48.421125+0000 mgr.y (mgr.14556) 5971 : cluster [DBG] pgmap v5265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:48.421125+0000 mgr.y (mgr.14556) 5971 : cluster [DBG] pgmap v5265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:48.421125+0000 mgr.y (mgr.14556) 5971 : cluster [DBG] pgmap v5265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:50.421800+0000 mgr.y (mgr.14556) 5972 : cluster [DBG] pgmap v5266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:50.421800+0000 mgr.y (mgr.14556) 5972 : cluster [DBG] pgmap v5266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:50.421800+0000 mgr.y (mgr.14556) 5972 : cluster [DBG] pgmap v5266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:40:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:52.422264+0000 mgr.y (mgr.14556) 5973 : cluster [DBG] pgmap v5267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:52.422264+0000 mgr.y (mgr.14556) 5973 : cluster [DBG] pgmap v5267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:53.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:52.422264+0000 mgr.y (mgr.14556) 5973 : cluster [DBG] pgmap v5267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:40:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:40:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:54.422730+0000 mgr.y (mgr.14556) 5974 : cluster [DBG] pgmap v5268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:54.422730+0000 mgr.y (mgr.14556) 5974 : cluster [DBG] pgmap v5268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:55.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:54.422730+0000 mgr.y (mgr.14556) 5974 : cluster [DBG] pgmap v5268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:56.423612+0000 mgr.y (mgr.14556) 5975 : cluster [DBG] pgmap v5269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:56.423612+0000 mgr.y (mgr.14556) 5975 : cluster [DBG] pgmap v5269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:56.423612+0000 mgr.y (mgr.14556) 5975 : cluster [DBG] pgmap v5269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:40:58.423966+0000 mgr.y (mgr.14556) 5976 : cluster [DBG] pgmap v5270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:40:58.423966+0000 mgr.y (mgr.14556) 5976 : cluster [DBG] pgmap v5270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:40:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:40:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:40:58.423966+0000 mgr.y (mgr.14556) 5976 : cluster [DBG] pgmap v5270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:00.663 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:41:00.951 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:41:00.951 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 29s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:41:00.951 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 29s ago 2h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:41:00.951 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 29s ago 2h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:41:00.951 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 29s ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:41:00.951 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 29s ago 2h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:41:00.951 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 29s ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:41:00.951 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 29s ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:41:00.951 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (2h) 29s ago 2h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:41:00.951 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2h) 29s ago 2h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:41:00.952 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 29s ago 2h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:41:00.952 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 29s ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:41:00.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 29s ago 2h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:41:00.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 29s ago 2h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:41:00.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 29s ago 2h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:41:00.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 29s ago 2h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:41:00.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 29s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:41:00.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 29s ago 2h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:41:00.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 29s ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:41:00.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 29s ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:41:00.952 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 29s ago 2h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:41:01.299 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:41:01.299 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:41:01.299 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:41:01.299 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:41:01.300 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:41:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:00.424580+0000 mgr.y (mgr.14556) 5977 : cluster [DBG] pgmap v5271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:41:00.651077+0000 mgr.y (mgr.14556) 5978 : audit [DBG] from='client.20949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:41:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:41:00.943167+0000 mgr.y (mgr.14556) 5979 : audit [DBG] from='client.20955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:41:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:41:01.299401+0000 mon.a (mon.0) 1803 : audit [DBG] from='client.? 172.21.15.23:0/2242129931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:41:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:00.424580+0000 mgr.y (mgr.14556) 5977 : cluster [DBG] pgmap v5271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:41:00.651077+0000 mgr.y (mgr.14556) 5978 : audit [DBG] from='client.20949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:41:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:41:00.943167+0000 mgr.y (mgr.14556) 5979 : audit [DBG] from='client.20955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:41:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:41:01.299401+0000 mon.a (mon.0) 1803 : audit [DBG] from='client.? 172.21.15.23:0/2242129931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:41:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:00.424580+0000 mgr.y (mgr.14556) 5977 : cluster [DBG] pgmap v5271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:41:00.651077+0000 mgr.y (mgr.14556) 5978 : audit [DBG] from='client.20949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:41:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:41:00.943167+0000 mgr.y (mgr.14556) 5979 : audit [DBG] from='client.20955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:41:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:41:01.299401+0000 mon.a (mon.0) 1803 : audit [DBG] from='client.? 172.21.15.23:0/2242129931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:41:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:41:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:41:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:41:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:02.425046+0000 mgr.y (mgr.14556) 5980 : cluster [DBG] pgmap v5272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:02.425046+0000 mgr.y (mgr.14556) 5980 : cluster [DBG] pgmap v5272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:03.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:02.425046+0000 mgr.y (mgr.14556) 5980 : cluster [DBG] pgmap v5272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:04.425636+0000 mgr.y (mgr.14556) 5981 : cluster [DBG] pgmap v5273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:04.425636+0000 mgr.y (mgr.14556) 5981 : cluster [DBG] pgmap v5273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:04.425636+0000 mgr.y (mgr.14556) 5981 : cluster [DBG] pgmap v5273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:06.426354+0000 mgr.y (mgr.14556) 5982 : cluster [DBG] pgmap v5274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:06.426354+0000 mgr.y (mgr.14556) 5982 : cluster [DBG] pgmap v5274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:06.426354+0000 mgr.y (mgr.14556) 5982 : cluster [DBG] pgmap v5274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:08.426745+0000 mgr.y (mgr.14556) 5983 : cluster [DBG] pgmap v5275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:08.426745+0000 mgr.y (mgr.14556) 5983 : cluster [DBG] pgmap v5275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:08.426745+0000 mgr.y (mgr.14556) 5983 : cluster [DBG] pgmap v5275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:10.427456+0000 mgr.y (mgr.14556) 5984 : cluster [DBG] pgmap v5276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:10.427456+0000 mgr.y (mgr.14556) 5984 : cluster [DBG] pgmap v5276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:10.427456+0000 mgr.y (mgr.14556) 5984 : cluster [DBG] pgmap v5276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:41:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:41:13] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:41:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:12.427819+0000 mgr.y (mgr.14556) 5985 : cluster [DBG] pgmap v5277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:13.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:12.427819+0000 mgr.y (mgr.14556) 5985 : cluster [DBG] pgmap v5277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:12.427819+0000 mgr.y (mgr.14556) 5985 : cluster [DBG] pgmap v5277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:14.428299+0000 mgr.y (mgr.14556) 5986 : cluster [DBG] pgmap v5278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:14.428299+0000 mgr.y (mgr.14556) 5986 : cluster [DBG] pgmap v5278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:14.428299+0000 mgr.y (mgr.14556) 5986 : cluster [DBG] pgmap v5278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:16.429007+0000 mgr.y (mgr.14556) 5987 : cluster [DBG] pgmap v5279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:16.429007+0000 mgr.y (mgr.14556) 5987 : cluster [DBG] pgmap v5279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:16.429007+0000 mgr.y (mgr.14556) 5987 : cluster [DBG] pgmap v5279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:18.429487+0000 mgr.y (mgr.14556) 5988 : cluster [DBG] pgmap v5280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:18.429487+0000 mgr.y (mgr.14556) 5988 : cluster [DBG] pgmap v5280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:18.429487+0000 mgr.y (mgr.14556) 5988 : cluster [DBG] pgmap v5280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:20.430013+0000 mgr.y (mgr.14556) 5989 : cluster [DBG] pgmap v5281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:20.430013+0000 mgr.y (mgr.14556) 5989 : cluster [DBG] pgmap v5281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:20.430013+0000 mgr.y (mgr.14556) 5989 : cluster [DBG] pgmap v5281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:41:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:22.430478+0000 mgr.y (mgr.14556) 5990 : cluster [DBG] pgmap v5282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:22.430478+0000 mgr.y (mgr.14556) 5990 : cluster [DBG] pgmap v5282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:41:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:41:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:22.430478+0000 mgr.y (mgr.14556) 5990 : cluster [DBG] pgmap v5282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:24.430896+0000 mgr.y (mgr.14556) 5991 : cluster [DBG] pgmap v5283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:24.430896+0000 mgr.y (mgr.14556) 5991 : cluster [DBG] pgmap v5283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:24.430896+0000 mgr.y (mgr.14556) 5991 : cluster [DBG] pgmap v5283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:26.431676+0000 mgr.y (mgr.14556) 5992 : cluster [DBG] pgmap v5284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:26.431676+0000 mgr.y (mgr.14556) 5992 : cluster [DBG] pgmap v5284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:26.431676+0000 mgr.y (mgr.14556) 5992 : cluster [DBG] pgmap v5284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:28.432098+0000 mgr.y (mgr.14556) 5993 : cluster [DBG] pgmap v5285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:28.432098+0000 mgr.y (mgr.14556) 5993 : cluster [DBG] pgmap v5285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:28.432098+0000 mgr.y (mgr.14556) 5993 : cluster [DBG] pgmap v5285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:31.624 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:41:31.913 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:41:31.913 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 60s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:41:31.913 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 60s ago 2h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:41:31.913 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 60s ago 2h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:41:31.913 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 60s ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:41:31.913 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (2h) 60s ago 2h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:41:31.913 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 60s ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:41:31.913 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 60s ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:41:31.913 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 60s ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:41:31.913 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 60s ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:41:31.914 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 60s ago 2h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:41:31.914 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 60s ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:41:31.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2h) 60s ago 2h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:41:31.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 60s ago 2h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:41:31.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 60s ago 2h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:41:31.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 60s ago 2h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:41:31.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 60s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:41:31.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 60s ago 2h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:41:31.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 60s ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:41:31.914 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 60s ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:41:31.914 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 60s ago 2h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:41:31.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:30.432786+0000 mgr.y (mgr.14556) 5994 : cluster [DBG] pgmap v5286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:41:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:30.432786+0000 mgr.y (mgr.14556) 5994 : cluster [DBG] pgmap v5286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:30.432786+0000 mgr.y (mgr.14556) 5994 : cluster [DBG] pgmap v5286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:32.263 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:41:32.263 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:41:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:41:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:41:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:41:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:41:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:41:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:41:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:41:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:41:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:41:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:41:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:41:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:41:32.265 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:41:32.265 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:41:32.265 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:41:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:41:31.612303+0000 mgr.y (mgr.14556) 5995 : audit [DBG] from='client.30881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:41:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:41:31.904893+0000 mgr.y (mgr.14556) 5996 : audit [DBG] from='client.30887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:41:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:41:32.105912+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:41:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:41:32.263092+0000 mon.c (mon.2) 170 : audit [DBG] from='client.? 172.21.15.23:0/2734996861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:41:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:41:32.413812+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:41:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:41:32.414485+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:41:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:41:32.423531+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:41:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:41:31.612303+0000 mgr.y (mgr.14556) 5995 : audit [DBG] from='client.30881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:41:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:41:31.904893+0000 mgr.y (mgr.14556) 5996 : audit [DBG] from='client.30887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:41:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:41:32.105912+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:41:33.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:41:32.263092+0000 mon.c (mon.2) 170 : audit [DBG] from='client.? 172.21.15.23:0/2734996861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:41:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:41:32.413812+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:41:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:41:32.414485+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:41:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:41:32.423531+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:41:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:41:31.612303+0000 mgr.y (mgr.14556) 5995 : audit [DBG] from='client.30881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:41:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:41:31.904893+0000 mgr.y (mgr.14556) 5996 : audit [DBG] from='client.30887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:41:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:41:32.105912+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:41:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:41:32.263092+0000 mon.c (mon.2) 170 : audit [DBG] from='client.? 172.21.15.23:0/2734996861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:41:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:41:32.413812+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:41:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:41:32.414485+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:41:33.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:41:32.423531+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:41:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:32.433131+0000 mgr.y (mgr.14556) 5997 : cluster [DBG] pgmap v5287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:41:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:41:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:32.433131+0000 mgr.y (mgr.14556) 5997 : cluster [DBG] pgmap v5287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:32.433131+0000 mgr.y (mgr.14556) 5997 : cluster [DBG] pgmap v5287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:34.433613+0000 mgr.y (mgr.14556) 5998 : cluster [DBG] pgmap v5288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:34.433613+0000 mgr.y (mgr.14556) 5998 : cluster [DBG] pgmap v5288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:34.433613+0000 mgr.y (mgr.14556) 5998 : cluster [DBG] pgmap v5288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:36.434344+0000 mgr.y (mgr.14556) 5999 : cluster [DBG] pgmap v5289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:36.434344+0000 mgr.y (mgr.14556) 5999 : cluster [DBG] pgmap v5289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:36.434344+0000 mgr.y (mgr.14556) 5999 : cluster [DBG] pgmap v5289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:38.434940+0000 mgr.y (mgr.14556) 6000 : cluster [DBG] pgmap v5290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:38.434940+0000 mgr.y (mgr.14556) 6000 : cluster [DBG] pgmap v5290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:38.434940+0000 mgr.y (mgr.14556) 6000 : cluster [DBG] pgmap v5290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:40.435555+0000 mgr.y (mgr.14556) 6001 : cluster [DBG] pgmap v5291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:41:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:40.435555+0000 mgr.y (mgr.14556) 6001 : cluster [DBG] pgmap v5291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:40.435555+0000 mgr.y (mgr.14556) 6001 : cluster [DBG] pgmap v5291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:42.436024+0000 mgr.y (mgr.14556) 6002 : cluster [DBG] pgmap v5292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:41:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:41:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:42.436024+0000 mgr.y (mgr.14556) 6002 : cluster [DBG] pgmap v5292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:42.436024+0000 mgr.y (mgr.14556) 6002 : cluster [DBG] pgmap v5292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:44.436593+0000 mgr.y (mgr.14556) 6003 : cluster [DBG] pgmap v5293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:44.436593+0000 mgr.y (mgr.14556) 6003 : cluster [DBG] pgmap v5293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:44.436593+0000 mgr.y (mgr.14556) 6003 : cluster [DBG] pgmap v5293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:46.437285+0000 mgr.y (mgr.14556) 6004 : cluster [DBG] pgmap v5294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:46.437285+0000 mgr.y (mgr.14556) 6004 : cluster [DBG] pgmap v5294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:46.437285+0000 mgr.y (mgr.14556) 6004 : cluster [DBG] pgmap v5294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:48.437758+0000 mgr.y (mgr.14556) 6005 : cluster [DBG] pgmap v5295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:48.437758+0000 mgr.y (mgr.14556) 6005 : cluster [DBG] pgmap v5295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:48.437758+0000 mgr.y (mgr.14556) 6005 : cluster [DBG] pgmap v5295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:51.800 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:41:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:50.438474+0000 mgr.y (mgr.14556) 6006 : cluster [DBG] pgmap v5296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:50.438474+0000 mgr.y (mgr.14556) 6006 : cluster [DBG] pgmap v5296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:52.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:50.438474+0000 mgr.y (mgr.14556) 6006 : cluster [DBG] pgmap v5296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:41:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:41:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:52.438922+0000 mgr.y (mgr.14556) 6007 : cluster [DBG] pgmap v5297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:52.438922+0000 mgr.y (mgr.14556) 6007 : cluster [DBG] pgmap v5297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:52.438922+0000 mgr.y (mgr.14556) 6007 : cluster [DBG] pgmap v5297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:54.439441+0000 mgr.y (mgr.14556) 6008 : cluster [DBG] pgmap v5298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:54.439441+0000 mgr.y (mgr.14556) 6008 : cluster [DBG] pgmap v5298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:54.439441+0000 mgr.y (mgr.14556) 6008 : cluster [DBG] pgmap v5298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:56.440034+0000 mgr.y (mgr.14556) 6009 : cluster [DBG] pgmap v5299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:56.440034+0000 mgr.y (mgr.14556) 6009 : cluster [DBG] pgmap v5299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:41:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:56.440034+0000 mgr.y (mgr.14556) 6009 : cluster [DBG] pgmap v5299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:41:58.440530+0000 mgr.y (mgr.14556) 6010 : cluster [DBG] pgmap v5300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:41:58.440530+0000 mgr.y (mgr.14556) 6010 : cluster [DBG] pgmap v5300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:41:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:41:58.440530+0000 mgr.y (mgr.14556) 6010 : cluster [DBG] pgmap v5300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:01.833 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:42:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:00.441258+0000 mgr.y (mgr.14556) 6011 : cluster [DBG] pgmap v5301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:00.441258+0000 mgr.y (mgr.14556) 6011 : cluster [DBG] pgmap v5301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:00.441258+0000 mgr.y (mgr.14556) 6011 : cluster [DBG] pgmap v5301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:02.590 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:42:02.877 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:42:02.877 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 91s ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:42:02.877 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 91s ago 2h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 91s ago 2h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 91s ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 91s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 91s ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 91s ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 91s ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 91s ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 91s ago 2h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 91s ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 91s ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2h) 91s ago 2h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 91s ago 2h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 91s ago 2h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:42:02.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 91s ago 2h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:42:02.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 91s ago 2h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:42:02.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 91s ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:42:02.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 91s ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:42:02.879 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 91s ago 2h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:42:03.227 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:42:03.227 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:42:03.227 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:42:03.227 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:42:03.228 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:42:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:42:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:42:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:02.441580+0000 mgr.y (mgr.14556) 6012 : cluster [DBG] pgmap v5302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:42:02.578849+0000 mgr.y (mgr.14556) 6013 : audit [DBG] from='client.20985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:42:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:42:02.869770+0000 mgr.y (mgr.14556) 6014 : audit [DBG] from='client.30905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:42:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:42:03.227479+0000 mon.c (mon.2) 171 : audit [DBG] from='client.? 172.21.15.23:0/3618618638' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:42:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:02.441580+0000 mgr.y (mgr.14556) 6012 : cluster [DBG] pgmap v5302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:42:02.578849+0000 mgr.y (mgr.14556) 6013 : audit [DBG] from='client.20985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:42:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:42:02.869770+0000 mgr.y (mgr.14556) 6014 : audit [DBG] from='client.30905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:42:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:42:03.227479+0000 mon.c (mon.2) 171 : audit [DBG] from='client.? 172.21.15.23:0/3618618638' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:42:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:02.441580+0000 mgr.y (mgr.14556) 6012 : cluster [DBG] pgmap v5302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:04.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:42:02.578849+0000 mgr.y (mgr.14556) 6013 : audit [DBG] from='client.20985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:42:04.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:42:02.869770+0000 mgr.y (mgr.14556) 6014 : audit [DBG] from='client.30905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:42:04.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:42:03.227479+0000 mon.c (mon.2) 171 : audit [DBG] from='client.? 172.21.15.23:0/3618618638' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:42:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:04.442161+0000 mgr.y (mgr.14556) 6015 : cluster [DBG] pgmap v5303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:04.442161+0000 mgr.y (mgr.14556) 6015 : cluster [DBG] pgmap v5303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:06.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:04.442161+0000 mgr.y (mgr.14556) 6015 : cluster [DBG] pgmap v5303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:06.442852+0000 mgr.y (mgr.14556) 6016 : cluster [DBG] pgmap v5304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:06.442852+0000 mgr.y (mgr.14556) 6016 : cluster [DBG] pgmap v5304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:06.442852+0000 mgr.y (mgr.14556) 6016 : cluster [DBG] pgmap v5304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:08.443449+0000 mgr.y (mgr.14556) 6017 : cluster [DBG] pgmap v5305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:08.443449+0000 mgr.y (mgr.14556) 6017 : cluster [DBG] pgmap v5305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:08.443449+0000 mgr.y (mgr.14556) 6017 : cluster [DBG] pgmap v5305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:11.872 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:42:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:10.444357+0000 mgr.y (mgr.14556) 6018 : cluster [DBG] pgmap v5306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:10.444357+0000 mgr.y (mgr.14556) 6018 : cluster [DBG] pgmap v5306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:10.444357+0000 mgr.y (mgr.14556) 6018 : cluster [DBG] pgmap v5306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:42:13] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:42:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:12.444819+0000 mgr.y (mgr.14556) 6019 : cluster [DBG] pgmap v5307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:12.444819+0000 mgr.y (mgr.14556) 6019 : cluster [DBG] pgmap v5307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:12.444819+0000 mgr.y (mgr.14556) 6019 : cluster [DBG] pgmap v5307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:14.445214+0000 mgr.y (mgr.14556) 6020 : cluster [DBG] pgmap v5308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:14.445214+0000 mgr.y (mgr.14556) 6020 : cluster [DBG] pgmap v5308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:14.445214+0000 mgr.y (mgr.14556) 6020 : cluster [DBG] pgmap v5308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:16.446015+0000 mgr.y (mgr.14556) 6021 : cluster [DBG] pgmap v5309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:16.446015+0000 mgr.y (mgr.14556) 6021 : cluster [DBG] pgmap v5309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:16.446015+0000 mgr.y (mgr.14556) 6021 : cluster [DBG] pgmap v5309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:18.446527+0000 mgr.y (mgr.14556) 6022 : cluster [DBG] pgmap v5310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:18.446527+0000 mgr.y (mgr.14556) 6022 : cluster [DBG] pgmap v5310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:20.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:18.446527+0000 mgr.y (mgr.14556) 6022 : cluster [DBG] pgmap v5310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:42:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:20.447064+0000 mgr.y (mgr.14556) 6023 : cluster [DBG] pgmap v5311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:20.447064+0000 mgr.y (mgr.14556) 6023 : cluster [DBG] pgmap v5311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:22.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:20.447064+0000 mgr.y (mgr.14556) 6023 : cluster [DBG] pgmap v5311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:42:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:42:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:22.447605+0000 mgr.y (mgr.14556) 6024 : cluster [DBG] pgmap v5312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:22.447605+0000 mgr.y (mgr.14556) 6024 : cluster [DBG] pgmap v5312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:22.447605+0000 mgr.y (mgr.14556) 6024 : cluster [DBG] pgmap v5312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:24.448004+0000 mgr.y (mgr.14556) 6025 : cluster [DBG] pgmap v5313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:24.448004+0000 mgr.y (mgr.14556) 6025 : cluster [DBG] pgmap v5313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:26.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:24.448004+0000 mgr.y (mgr.14556) 6025 : cluster [DBG] pgmap v5313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:26.448658+0000 mgr.y (mgr.14556) 6026 : cluster [DBG] pgmap v5314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:28.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:26.448658+0000 mgr.y (mgr.14556) 6026 : cluster [DBG] pgmap v5314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:26.448658+0000 mgr.y (mgr.14556) 6026 : cluster [DBG] pgmap v5314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:28.449057+0000 mgr.y (mgr.14556) 6027 : cluster [DBG] pgmap v5315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:28.449057+0000 mgr.y (mgr.14556) 6027 : cluster [DBG] pgmap v5315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:28.449057+0000 mgr.y (mgr.14556) 6027 : cluster [DBG] pgmap v5315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:42:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:30.449898+0000 mgr.y (mgr.14556) 6028 : cluster [DBG] pgmap v5316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:30.449898+0000 mgr.y (mgr.14556) 6028 : cluster [DBG] pgmap v5316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:30.449898+0000 mgr.y (mgr.14556) 6028 : cluster [DBG] pgmap v5316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:42:32.427871+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:42:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:42:32.733439+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:42:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:42:32.734110+0000 mon.a (mon.0) 1810 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:42:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:42:32.743128+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:42:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:42:32.427871+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:42:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:42:32.733439+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:42:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:42:32.734110+0000 mon.a (mon.0) 1810 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:42:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:42:32.743128+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:42:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:42:32.427871+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:42:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:42:32.733439+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:42:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:42:32.734110+0000 mon.a (mon.0) 1810 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:42:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:42:32.743128+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:42:33.543 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:42:33.830 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:42:33.830 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 2m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:42:33.830 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 2m ago 2h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:42:33.830 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 2m ago 2h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:42:33.830 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 2m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:42:33.830 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 2m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:42:33.830 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 2m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:42:33.830 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 2m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:42:33.830 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 2m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:42:33.831 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 2m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:42:33.831 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 2m ago 2h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:42:33.831 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 2m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:42:33.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 2m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:42:33.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 2m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:42:33.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2h) 2m ago 2h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:42:33.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 2m ago 2h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:42:33.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 2m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:42:33.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 2m ago 2h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:42:33.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 2m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:42:33.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 2m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:42:33.831 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 2m ago 2h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:42:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:42:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:42:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:32.450258+0000 mgr.y (mgr.14556) 6029 : cluster [DBG] pgmap v5317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:34.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:32.450258+0000 mgr.y (mgr.14556) 6029 : cluster [DBG] pgmap v5317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:34.179 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:42:34.180 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:42:34.181 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:42:34.181 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:42:34.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:32.450258+0000 mgr.y (mgr.14556) 6029 : cluster [DBG] pgmap v5317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:42:33.531631+0000 mgr.y (mgr.14556) 6030 : audit [DBG] from='client.21003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:42:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:42:33.822218+0000 mgr.y (mgr.14556) 6031 : audit [DBG] from='client.30923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:42:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:42:34.179889+0000 mon.a (mon.0) 1812 : audit [DBG] from='client.? 172.21.15.23:0/226056624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:42:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:42:33.531631+0000 mgr.y (mgr.14556) 6030 : audit [DBG] from='client.21003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:42:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:42:33.822218+0000 mgr.y (mgr.14556) 6031 : audit [DBG] from='client.30923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:42:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:42:34.179889+0000 mon.a (mon.0) 1812 : audit [DBG] from='client.? 172.21.15.23:0/226056624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:42:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:42:33.531631+0000 mgr.y (mgr.14556) 6030 : audit [DBG] from='client.21003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:42:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:42:33.822218+0000 mgr.y (mgr.14556) 6031 : audit [DBG] from='client.30923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:42:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:42:34.179889+0000 mon.a (mon.0) 1812 : audit [DBG] from='client.? 172.21.15.23:0/226056624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:42:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:34.450738+0000 mgr.y (mgr.14556) 6032 : cluster [DBG] pgmap v5318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:34.450738+0000 mgr.y (mgr.14556) 6032 : cluster [DBG] pgmap v5318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:36.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:34.450738+0000 mgr.y (mgr.14556) 6032 : cluster [DBG] pgmap v5318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:36.451437+0000 mgr.y (mgr.14556) 6033 : cluster [DBG] pgmap v5319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:36.451437+0000 mgr.y (mgr.14556) 6033 : cluster [DBG] pgmap v5319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:36.451437+0000 mgr.y (mgr.14556) 6033 : cluster [DBG] pgmap v5319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:38.452055+0000 mgr.y (mgr.14556) 6034 : cluster [DBG] pgmap v5320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:40.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:38.452055+0000 mgr.y (mgr.14556) 6034 : cluster [DBG] pgmap v5320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:38.452055+0000 mgr.y (mgr.14556) 6034 : cluster [DBG] pgmap v5320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:42:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:40.452798+0000 mgr.y (mgr.14556) 6035 : cluster [DBG] pgmap v5321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:42.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:40.452798+0000 mgr.y (mgr.14556) 6035 : cluster [DBG] pgmap v5321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:40.452798+0000 mgr.y (mgr.14556) 6035 : cluster [DBG] pgmap v5321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:44.080 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:42:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:42:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:42.453258+0000 mgr.y (mgr.14556) 6036 : cluster [DBG] pgmap v5322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:42.453258+0000 mgr.y (mgr.14556) 6036 : cluster [DBG] pgmap v5322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:42.453258+0000 mgr.y (mgr.14556) 6036 : cluster [DBG] pgmap v5322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:44.453701+0000 mgr.y (mgr.14556) 6037 : cluster [DBG] pgmap v5323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:44.453701+0000 mgr.y (mgr.14556) 6037 : cluster [DBG] pgmap v5323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:44.453701+0000 mgr.y (mgr.14556) 6037 : cluster [DBG] pgmap v5323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:46.454420+0000 mgr.y (mgr.14556) 6038 : cluster [DBG] pgmap v5324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:46.454420+0000 mgr.y (mgr.14556) 6038 : cluster [DBG] pgmap v5324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:48.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:46.454420+0000 mgr.y (mgr.14556) 6038 : cluster [DBG] pgmap v5324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:48.454842+0000 mgr.y (mgr.14556) 6039 : cluster [DBG] pgmap v5325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:50.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:48.454842+0000 mgr.y (mgr.14556) 6039 : cluster [DBG] pgmap v5325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:48.454842+0000 mgr.y (mgr.14556) 6039 : cluster [DBG] pgmap v5325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:42:52.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:50.455468+0000 mgr.y (mgr.14556) 6040 : cluster [DBG] pgmap v5326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:50.455468+0000 mgr.y (mgr.14556) 6040 : cluster [DBG] pgmap v5326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:50.455468+0000 mgr.y (mgr.14556) 6040 : cluster [DBG] pgmap v5326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:42:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:42:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:52.455806+0000 mgr.y (mgr.14556) 6041 : cluster [DBG] pgmap v5327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:52.455806+0000 mgr.y (mgr.14556) 6041 : cluster [DBG] pgmap v5327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:52.455806+0000 mgr.y (mgr.14556) 6041 : cluster [DBG] pgmap v5327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:56.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:54.456285+0000 mgr.y (mgr.14556) 6042 : cluster [DBG] pgmap v5328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:54.456285+0000 mgr.y (mgr.14556) 6042 : cluster [DBG] pgmap v5328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:54.456285+0000 mgr.y (mgr.14556) 6042 : cluster [DBG] pgmap v5328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:56.457133+0000 mgr.y (mgr.14556) 6043 : cluster [DBG] pgmap v5329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:56.457133+0000 mgr.y (mgr.14556) 6043 : cluster [DBG] pgmap v5329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:42:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:42:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:56.457133+0000 mgr.y (mgr.14556) 6043 : cluster [DBG] pgmap v5329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:42:58.457559+0000 mgr.y (mgr.14556) 6044 : cluster [DBG] pgmap v5330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:42:58.457559+0000 mgr.y (mgr.14556) 6044 : cluster [DBG] pgmap v5330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:42:58.457559+0000 mgr.y (mgr.14556) 6044 : cluster [DBG] pgmap v5330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:43:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:00.458290+0000 mgr.y (mgr.14556) 6045 : cluster [DBG] pgmap v5331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:00.458290+0000 mgr.y (mgr.14556) 6045 : cluster [DBG] pgmap v5331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:00.458290+0000 mgr.y (mgr.14556) 6045 : cluster [DBG] pgmap v5331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:43:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:43:04.507 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:43:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:02.458847+0000 mgr.y (mgr.14556) 6046 : cluster [DBG] pgmap v5332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:02.458847+0000 mgr.y (mgr.14556) 6046 : cluster [DBG] pgmap v5332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:02.458847+0000 mgr.y (mgr.14556) 6046 : cluster [DBG] pgmap v5332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:04.796 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:43:04.796 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 2m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:43:04.796 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 2m ago 2h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 2m ago 2h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 2m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 2m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 2m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 2m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 2m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 2m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 2m ago 2h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 2m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 2m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 2m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 2m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2h) 2m ago 2h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (2h) 2m ago 2h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:43:04.797 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 2m ago 2h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:43:04.798 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 2m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:43:04.798 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 2m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:43:04.798 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 2m ago 2h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:43:05.146 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:43:05.146 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:43:05.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:43:05.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:43:05.147 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:43:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:43:05.146408+0000 mon.a (mon.0) 1813 : audit [DBG] from='client.? 172.21.15.23:0/3545115579' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:43:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:43:05.146408+0000 mon.a (mon.0) 1813 : audit [DBG] from='client.? 172.21.15.23:0/3545115579' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:43:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:43:05.146408+0000 mon.a (mon.0) 1813 : audit [DBG] from='client.? 172.21.15.23:0/3545115579' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:43:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:04.459159+0000 mgr.y (mgr.14556) 6047 : cluster [DBG] pgmap v5333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:43:04.494800+0000 mgr.y (mgr.14556) 6048 : audit [DBG] from='client.30935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:43:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:43:04.788455+0000 mgr.y (mgr.14556) 6049 : audit [DBG] from='client.30941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:43:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:04.459159+0000 mgr.y (mgr.14556) 6047 : cluster [DBG] pgmap v5333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:43:04.494800+0000 mgr.y (mgr.14556) 6048 : audit [DBG] from='client.30935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:43:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:43:04.788455+0000 mgr.y (mgr.14556) 6049 : audit [DBG] from='client.30941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:43:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:04.459159+0000 mgr.y (mgr.14556) 6047 : cluster [DBG] pgmap v5333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:43:04.494800+0000 mgr.y (mgr.14556) 6048 : audit [DBG] from='client.30935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:43:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:43:04.788455+0000 mgr.y (mgr.14556) 6049 : audit [DBG] from='client.30941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:43:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:06.459836+0000 mgr.y (mgr.14556) 6050 : cluster [DBG] pgmap v5334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:06.459836+0000 mgr.y (mgr.14556) 6050 : cluster [DBG] pgmap v5334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:06.459836+0000 mgr.y (mgr.14556) 6050 : cluster [DBG] pgmap v5334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:08.460165+0000 mgr.y (mgr.14556) 6051 : cluster [DBG] pgmap v5335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:08.460165+0000 mgr.y (mgr.14556) 6051 : cluster [DBG] pgmap v5335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:08.460165+0000 mgr.y (mgr.14556) 6051 : cluster [DBG] pgmap v5335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:43:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:10.460784+0000 mgr.y (mgr.14556) 6052 : cluster [DBG] pgmap v5336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:10.460784+0000 mgr.y (mgr.14556) 6052 : cluster [DBG] pgmap v5336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:10.460784+0000 mgr.y (mgr.14556) 6052 : cluster [DBG] pgmap v5336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:43:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:43:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:12.461388+0000 mgr.y (mgr.14556) 6053 : cluster [DBG] pgmap v5337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:12.461388+0000 mgr.y (mgr.14556) 6053 : cluster [DBG] pgmap v5337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:12.461388+0000 mgr.y (mgr.14556) 6053 : cluster [DBG] pgmap v5337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:14.461758+0000 mgr.y (mgr.14556) 6054 : cluster [DBG] pgmap v5338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:14.461758+0000 mgr.y (mgr.14556) 6054 : cluster [DBG] pgmap v5338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:14.461758+0000 mgr.y (mgr.14556) 6054 : cluster [DBG] pgmap v5338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:16.462397+0000 mgr.y (mgr.14556) 6055 : cluster [DBG] pgmap v5339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:18.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:16.462397+0000 mgr.y (mgr.14556) 6055 : cluster [DBG] pgmap v5339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:16.462397+0000 mgr.y (mgr.14556) 6055 : cluster [DBG] pgmap v5339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:18.462794+0000 mgr.y (mgr.14556) 6056 : cluster [DBG] pgmap v5340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:18.462794+0000 mgr.y (mgr.14556) 6056 : cluster [DBG] pgmap v5340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:18.462794+0000 mgr.y (mgr.14556) 6056 : cluster [DBG] pgmap v5340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:43:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:20.463597+0000 mgr.y (mgr.14556) 6057 : cluster [DBG] pgmap v5341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:20.463597+0000 mgr.y (mgr.14556) 6057 : cluster [DBG] pgmap v5341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:20.463597+0000 mgr.y (mgr.14556) 6057 : cluster [DBG] pgmap v5341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:43:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:43:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:22.464167+0000 mgr.y (mgr.14556) 6058 : cluster [DBG] pgmap v5342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:22.464167+0000 mgr.y (mgr.14556) 6058 : cluster [DBG] pgmap v5342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:22.464167+0000 mgr.y (mgr.14556) 6058 : cluster [DBG] pgmap v5342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:24.464610+0000 mgr.y (mgr.14556) 6059 : cluster [DBG] pgmap v5343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:24.464610+0000 mgr.y (mgr.14556) 6059 : cluster [DBG] pgmap v5343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:24.464610+0000 mgr.y (mgr.14556) 6059 : cluster [DBG] pgmap v5343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:26.465209+0000 mgr.y (mgr.14556) 6060 : cluster [DBG] pgmap v5344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:26.465209+0000 mgr.y (mgr.14556) 6060 : cluster [DBG] pgmap v5344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:26.465209+0000 mgr.y (mgr.14556) 6060 : cluster [DBG] pgmap v5344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:28.465778+0000 mgr.y (mgr.14556) 6061 : cluster [DBG] pgmap v5345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:30.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:28.465778+0000 mgr.y (mgr.14556) 6061 : cluster [DBG] pgmap v5345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:28.465778+0000 mgr.y (mgr.14556) 6061 : cluster [DBG] pgmap v5345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:43:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:30.466484+0000 mgr.y (mgr.14556) 6062 : cluster [DBG] pgmap v5346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:30.466484+0000 mgr.y (mgr.14556) 6062 : cluster [DBG] pgmap v5346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:30.466484+0000 mgr.y (mgr.14556) 6062 : cluster [DBG] pgmap v5346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:43:32.747570+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:43:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:43:33.008015+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:43:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:43:33.023416+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:43:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:43:33.310695+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:43:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:43:33.311343+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:43:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:43:33.325087+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:43:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:43:32.747570+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:43:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:43:33.008015+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:43:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:43:33.023416+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:43:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:43:33.310695+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:43:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:43:33.311343+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:43:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:43:33.325087+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:43:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:43:32.747570+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:43:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:43:33.008015+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:43:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:43:33.023416+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:43:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:43:33.310695+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:43:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:43:33.311343+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:43:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:43:33.325087+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:43:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:43:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:43:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:32.467035+0000 mgr.y (mgr.14556) 6063 : cluster [DBG] pgmap v5347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:32.467035+0000 mgr.y (mgr.14556) 6063 : cluster [DBG] pgmap v5347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:32.467035+0000 mgr.y (mgr.14556) 6063 : cluster [DBG] pgmap v5347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:35.476 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:43:35.764 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:43:35.764 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 3m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:43:35.764 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 3m ago 2h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:43:35.764 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 3m ago 2h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:43:35.764 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 3m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:43:35.764 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 3m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:43:35.764 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 3m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 3m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 3m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 3m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 3m ago 2h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 3m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 3m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 3m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 3m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 3m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 3m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (2h) 3m ago 2h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 3m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 3m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:43:35.765 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 3m ago 2h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:43:36.114 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:43:36.114 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:43:36.115 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:43:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:34.467495+0000 mgr.y (mgr.14556) 6064 : cluster [DBG] pgmap v5348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:43:36.114588+0000 mon.c (mon.2) 172 : audit [DBG] from='client.? 172.21.15.23:0/559384893' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:43:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:34.467495+0000 mgr.y (mgr.14556) 6064 : cluster [DBG] pgmap v5348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:43:36.114588+0000 mon.c (mon.2) 172 : audit [DBG] from='client.? 172.21.15.23:0/559384893' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:43:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:34.467495+0000 mgr.y (mgr.14556) 6064 : cluster [DBG] pgmap v5348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:43:36.114588+0000 mon.c (mon.2) 172 : audit [DBG] from='client.? 172.21.15.23:0/559384893' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:43:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:43:35.464512+0000 mgr.y (mgr.14556) 6065 : audit [DBG] from='client.30953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:43:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:43:35.756487+0000 mgr.y (mgr.14556) 6066 : audit [DBG] from='client.21045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:43:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:43:35.464512+0000 mgr.y (mgr.14556) 6065 : audit [DBG] from='client.30953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:43:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:43:35.756487+0000 mgr.y (mgr.14556) 6066 : audit [DBG] from='client.21045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:43:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:43:35.464512+0000 mgr.y (mgr.14556) 6065 : audit [DBG] from='client.30953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:43:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:43:35.756487+0000 mgr.y (mgr.14556) 6066 : audit [DBG] from='client.21045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:43:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:36.468031+0000 mgr.y (mgr.14556) 6067 : cluster [DBG] pgmap v5349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:38.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:36.468031+0000 mgr.y (mgr.14556) 6067 : cluster [DBG] pgmap v5349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:36.468031+0000 mgr.y (mgr.14556) 6067 : cluster [DBG] pgmap v5349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:38.468571+0000 mgr.y (mgr.14556) 6068 : cluster [DBG] pgmap v5350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:38.468571+0000 mgr.y (mgr.14556) 6068 : cluster [DBG] pgmap v5350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:38.468571+0000 mgr.y (mgr.14556) 6068 : cluster [DBG] pgmap v5350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:43:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:40.469388+0000 mgr.y (mgr.14556) 6069 : cluster [DBG] pgmap v5351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:40.469388+0000 mgr.y (mgr.14556) 6069 : cluster [DBG] pgmap v5351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:40.469388+0000 mgr.y (mgr.14556) 6069 : cluster [DBG] pgmap v5351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:43.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:42.469923+0000 mgr.y (mgr.14556) 6070 : cluster [DBG] pgmap v5352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:43.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:42.469923+0000 mgr.y (mgr.14556) 6070 : cluster [DBG] pgmap v5352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:42.469923+0000 mgr.y (mgr.14556) 6070 : cluster [DBG] pgmap v5352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:43:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:43:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:44.470507+0000 mgr.y (mgr.14556) 6071 : cluster [DBG] pgmap v5353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:44.470507+0000 mgr.y (mgr.14556) 6071 : cluster [DBG] pgmap v5353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:44.470507+0000 mgr.y (mgr.14556) 6071 : cluster [DBG] pgmap v5353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:46.471140+0000 mgr.y (mgr.14556) 6072 : cluster [DBG] pgmap v5354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:46.471140+0000 mgr.y (mgr.14556) 6072 : cluster [DBG] pgmap v5354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:46.471140+0000 mgr.y (mgr.14556) 6072 : cluster [DBG] pgmap v5354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:48.471593+0000 mgr.y (mgr.14556) 6073 : cluster [DBG] pgmap v5355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:48.471593+0000 mgr.y (mgr.14556) 6073 : cluster [DBG] pgmap v5355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:48.471593+0000 mgr.y (mgr.14556) 6073 : cluster [DBG] pgmap v5355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:43:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:50.472175+0000 mgr.y (mgr.14556) 6074 : cluster [DBG] pgmap v5356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:50.472175+0000 mgr.y (mgr.14556) 6074 : cluster [DBG] pgmap v5356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:50.472175+0000 mgr.y (mgr.14556) 6074 : cluster [DBG] pgmap v5356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:43:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:43:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:52.472557+0000 mgr.y (mgr.14556) 6075 : cluster [DBG] pgmap v5357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:52.472557+0000 mgr.y (mgr.14556) 6075 : cluster [DBG] pgmap v5357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:52.472557+0000 mgr.y (mgr.14556) 6075 : cluster [DBG] pgmap v5357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:54.473086+0000 mgr.y (mgr.14556) 6076 : cluster [DBG] pgmap v5358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:54.473086+0000 mgr.y (mgr.14556) 6076 : cluster [DBG] pgmap v5358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:55.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:54.473086+0000 mgr.y (mgr.14556) 6076 : cluster [DBG] pgmap v5358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:56.473782+0000 mgr.y (mgr.14556) 6077 : cluster [DBG] pgmap v5359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:56.473782+0000 mgr.y (mgr.14556) 6077 : cluster [DBG] pgmap v5359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:57.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:56.473782+0000 mgr.y (mgr.14556) 6077 : cluster [DBG] pgmap v5359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:43:58.474217+0000 mgr.y (mgr.14556) 6078 : cluster [DBG] pgmap v5360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:43:58.474217+0000 mgr.y (mgr.14556) 6078 : cluster [DBG] pgmap v5360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:43:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:43:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:43:58.474217+0000 mgr.y (mgr.14556) 6078 : cluster [DBG] pgmap v5360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:00.474843+0000 mgr.y (mgr.14556) 6079 : cluster [DBG] pgmap v5361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:00.474843+0000 mgr.y (mgr.14556) 6079 : cluster [DBG] pgmap v5361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:44:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:00.474843+0000 mgr.y (mgr.14556) 6079 : cluster [DBG] pgmap v5361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:02.475257+0000 mgr.y (mgr.14556) 6080 : cluster [DBG] pgmap v5362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:03.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:44:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:44:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:02.475257+0000 mgr.y (mgr.14556) 6080 : cluster [DBG] pgmap v5362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:03.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:02.475257+0000 mgr.y (mgr.14556) 6080 : cluster [DBG] pgmap v5362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:04.475682+0000 mgr.y (mgr.14556) 6081 : cluster [DBG] pgmap v5363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:04.475682+0000 mgr.y (mgr.14556) 6081 : cluster [DBG] pgmap v5363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:04.475682+0000 mgr.y (mgr.14556) 6081 : cluster [DBG] pgmap v5363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:06.444 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:44:06.736 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 3m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 3m ago 2h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 3m ago 2h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 3m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 3m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 3m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 3m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 3m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 3m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 3m ago 2h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 3m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 3m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 3m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:44:06.737 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 3m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:44:06.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 3m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:44:06.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 3m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:44:06.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 3m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:44:06.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (2h) 3m ago 2h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:44:06.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 3m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:44:06.738 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 3m ago 2h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:44:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:44:06.432114+0000 mgr.y (mgr.14556) 6082 : audit [DBG] from='client.21057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:44:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:44:06.432114+0000 mgr.y (mgr.14556) 6082 : audit [DBG] from='client.21057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:44:06.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:44:06.432114+0000 mgr.y (mgr.14556) 6082 : audit [DBG] from='client.21057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:44:07.086 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:44:07.086 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:44:07.086 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:44:07.086 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:44:07.086 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:44:07.086 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:44:07.086 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:44:07.086 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:44:07.087 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:44:07.087 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:44:07.087 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:44:07.087 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:44:07.087 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:44:07.087 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:44:07.087 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:44:07.087 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:44:07.087 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:44:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:06.476234+0000 mgr.y (mgr.14556) 6083 : cluster [DBG] pgmap v5364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:44:06.728782+0000 mgr.y (mgr.14556) 6084 : audit [DBG] from='client.30977 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:44:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:44:07.086280+0000 mon.c (mon.2) 173 : audit [DBG] from='client.? 172.21.15.23:0/397661601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:44:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:06.476234+0000 mgr.y (mgr.14556) 6083 : cluster [DBG] pgmap v5364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:44:06.728782+0000 mgr.y (mgr.14556) 6084 : audit [DBG] from='client.30977 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:44:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:44:07.086280+0000 mon.c (mon.2) 173 : audit [DBG] from='client.? 172.21.15.23:0/397661601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:44:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:06.476234+0000 mgr.y (mgr.14556) 6083 : cluster [DBG] pgmap v5364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:44:06.728782+0000 mgr.y (mgr.14556) 6084 : audit [DBG] from='client.30977 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:44:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:44:07.086280+0000 mon.c (mon.2) 173 : audit [DBG] from='client.? 172.21.15.23:0/397661601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:44:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:08.476651+0000 mgr.y (mgr.14556) 6085 : cluster [DBG] pgmap v5365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:08.476651+0000 mgr.y (mgr.14556) 6085 : cluster [DBG] pgmap v5365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:08.476651+0000 mgr.y (mgr.14556) 6085 : cluster [DBG] pgmap v5365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:10.477478+0000 mgr.y (mgr.14556) 6086 : cluster [DBG] pgmap v5366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:10.477478+0000 mgr.y (mgr.14556) 6086 : cluster [DBG] pgmap v5366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:10.477478+0000 mgr.y (mgr.14556) 6086 : cluster [DBG] pgmap v5366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:44:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:12.477811+0000 mgr.y (mgr.14556) 6087 : cluster [DBG] pgmap v5367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:44:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T09:44:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:12.477811+0000 mgr.y (mgr.14556) 6087 : cluster [DBG] pgmap v5367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:12.477811+0000 mgr.y (mgr.14556) 6087 : cluster [DBG] pgmap v5367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:14.478388+0000 mgr.y (mgr.14556) 6088 : cluster [DBG] pgmap v5368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:14.478388+0000 mgr.y (mgr.14556) 6088 : cluster [DBG] pgmap v5368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:14.478388+0000 mgr.y (mgr.14556) 6088 : cluster [DBG] pgmap v5368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:17.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:16.479067+0000 mgr.y (mgr.14556) 6089 : cluster [DBG] pgmap v5369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:16.479067+0000 mgr.y (mgr.14556) 6089 : cluster [DBG] pgmap v5369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:16.479067+0000 mgr.y (mgr.14556) 6089 : cluster [DBG] pgmap v5369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:18.479519+0000 mgr.y (mgr.14556) 6090 : cluster [DBG] pgmap v5370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:18.479519+0000 mgr.y (mgr.14556) 6090 : cluster [DBG] pgmap v5370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:18.479519+0000 mgr.y (mgr.14556) 6090 : cluster [DBG] pgmap v5370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:20.480082+0000 mgr.y (mgr.14556) 6091 : cluster [DBG] pgmap v5371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:44:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:20.480082+0000 mgr.y (mgr.14556) 6091 : cluster [DBG] pgmap v5371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:20.480082+0000 mgr.y (mgr.14556) 6091 : cluster [DBG] pgmap v5371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:22.480553+0000 mgr.y (mgr.14556) 6092 : cluster [DBG] pgmap v5372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:22.480553+0000 mgr.y (mgr.14556) 6092 : cluster [DBG] pgmap v5372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:44:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T09:44:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:22.480553+0000 mgr.y (mgr.14556) 6092 : cluster [DBG] pgmap v5372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:24.480955+0000 mgr.y (mgr.14556) 6093 : cluster [DBG] pgmap v5373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:24.480955+0000 mgr.y (mgr.14556) 6093 : cluster [DBG] pgmap v5373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:24.480955+0000 mgr.y (mgr.14556) 6093 : cluster [DBG] pgmap v5373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:26.481669+0000 mgr.y (mgr.14556) 6094 : cluster [DBG] pgmap v5374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:26.481669+0000 mgr.y (mgr.14556) 6094 : cluster [DBG] pgmap v5374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:26.481669+0000 mgr.y (mgr.14556) 6094 : cluster [DBG] pgmap v5374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:28.482205+0000 mgr.y (mgr.14556) 6095 : cluster [DBG] pgmap v5375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:28.482205+0000 mgr.y (mgr.14556) 6095 : cluster [DBG] pgmap v5375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:28.482205+0000 mgr.y (mgr.14556) 6095 : cluster [DBG] pgmap v5375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:30.482883+0000 mgr.y (mgr.14556) 6096 : cluster [DBG] pgmap v5376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:44:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:30.482883+0000 mgr.y (mgr.14556) 6096 : cluster [DBG] pgmap v5376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:30.482883+0000 mgr.y (mgr.14556) 6096 : cluster [DBG] pgmap v5376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:44:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T09:44:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:32.483358+0000 mgr.y (mgr.14556) 6097 : cluster [DBG] pgmap v5377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:44:33.330302+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:44:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:44:33.637939+0000 mon.a (mon.0) 1821 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:44:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:44:33.638614+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:44:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:44:33.646266+0000 mon.a (mon.0) 1823 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:44:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:32.483358+0000 mgr.y (mgr.14556) 6097 : cluster [DBG] pgmap v5377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:44:33.330302+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:44:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:44:33.637939+0000 mon.a (mon.0) 1821 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:44:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:44:33.638614+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:44:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:44:33.646266+0000 mon.a (mon.0) 1823 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:44:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:32.483358+0000 mgr.y (mgr.14556) 6097 : cluster [DBG] pgmap v5377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:44:33.330302+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:44:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:44:33.637939+0000 mon.a (mon.0) 1821 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:44:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:44:33.638614+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:44:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:44:33.646266+0000 mon.a (mon.0) 1823 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:44:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:34.483780+0000 mgr.y (mgr.14556) 6098 : cluster [DBG] pgmap v5378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:34.483780+0000 mgr.y (mgr.14556) 6098 : cluster [DBG] pgmap v5378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:34.483780+0000 mgr.y (mgr.14556) 6098 : cluster [DBG] pgmap v5378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:37.410 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:44:37.696 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:44:37.696 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:44:37.696 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4m ago 2h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:44:37.696 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4m ago 2h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:44:37.696 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:44:37.696 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4m ago 2h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (2h) 4m ago 2h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:44:37.697 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4m ago 2h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:44:38.048 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:44:38.048 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:44:38.049 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:44:38.050 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:44:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:36.484417+0000 mgr.y (mgr.14556) 6099 : cluster [DBG] pgmap v5379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:44:37.398316+0000 mgr.y (mgr.14556) 6100 : audit [DBG] from='client.30989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:44:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:36.484417+0000 mgr.y (mgr.14556) 6099 : cluster [DBG] pgmap v5379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:44:37.398316+0000 mgr.y (mgr.14556) 6100 : audit [DBG] from='client.30989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:44:38.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:36.484417+0000 mgr.y (mgr.14556) 6099 : cluster [DBG] pgmap v5379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:38.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:44:37.398316+0000 mgr.y (mgr.14556) 6100 : audit [DBG] from='client.30989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:44:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:44:37.688573+0000 mgr.y (mgr.14556) 6101 : audit [DBG] from='client.21081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:44:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:44:38.048734+0000 mon.a (mon.0) 1824 : audit [DBG] from='client.? 172.21.15.23:0/560778109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:44:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:44:37.688573+0000 mgr.y (mgr.14556) 6101 : audit [DBG] from='client.21081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:44:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:44:38.048734+0000 mon.a (mon.0) 1824 : audit [DBG] from='client.? 172.21.15.23:0/560778109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:44:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:44:37.688573+0000 mgr.y (mgr.14556) 6101 : audit [DBG] from='client.21081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:44:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:44:38.048734+0000 mon.a (mon.0) 1824 : audit [DBG] from='client.? 172.21.15.23:0/560778109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:44:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:38.484864+0000 mgr.y (mgr.14556) 6102 : cluster [DBG] pgmap v5380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:38.484864+0000 mgr.y (mgr.14556) 6102 : cluster [DBG] pgmap v5380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:38.484864+0000 mgr.y (mgr.14556) 6102 : cluster [DBG] pgmap v5380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:41.806 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:44:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:40.485663+0000 mgr.y (mgr.14556) 6103 : cluster [DBG] pgmap v5381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:40.485663+0000 mgr.y (mgr.14556) 6103 : cluster [DBG] pgmap v5381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:40.485663+0000 mgr.y (mgr.14556) 6103 : cluster [DBG] pgmap v5381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:42.486068+0000 mgr.y (mgr.14556) 6104 : cluster [DBG] pgmap v5382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:44:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T09:44:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:42.486068+0000 mgr.y (mgr.14556) 6104 : cluster [DBG] pgmap v5382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:42.486068+0000 mgr.y (mgr.14556) 6104 : cluster [DBG] pgmap v5382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:44.486533+0000 mgr.y (mgr.14556) 6105 : cluster [DBG] pgmap v5383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:44.486533+0000 mgr.y (mgr.14556) 6105 : cluster [DBG] pgmap v5383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:44.486533+0000 mgr.y (mgr.14556) 6105 : cluster [DBG] pgmap v5383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:46.487441+0000 mgr.y (mgr.14556) 6106 : cluster [DBG] pgmap v5384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:46.487441+0000 mgr.y (mgr.14556) 6106 : cluster [DBG] pgmap v5384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:46.487441+0000 mgr.y (mgr.14556) 6106 : cluster [DBG] pgmap v5384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:48.487787+0000 mgr.y (mgr.14556) 6107 : cluster [DBG] pgmap v5385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:48.487787+0000 mgr.y (mgr.14556) 6107 : cluster [DBG] pgmap v5385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:48.487787+0000 mgr.y (mgr.14556) 6107 : cluster [DBG] pgmap v5385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:44:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:50.488314+0000 mgr.y (mgr.14556) 6108 : cluster [DBG] pgmap v5386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:50.488314+0000 mgr.y (mgr.14556) 6108 : cluster [DBG] pgmap v5386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:50.488314+0000 mgr.y (mgr.14556) 6108 : cluster [DBG] pgmap v5386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:44:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T09:44:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:52.488745+0000 mgr.y (mgr.14556) 6109 : cluster [DBG] pgmap v5387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:52.488745+0000 mgr.y (mgr.14556) 6109 : cluster [DBG] pgmap v5387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:52.488745+0000 mgr.y (mgr.14556) 6109 : cluster [DBG] pgmap v5387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:55.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:54.489208+0000 mgr.y (mgr.14556) 6110 : cluster [DBG] pgmap v5388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:55.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:54.489208+0000 mgr.y (mgr.14556) 6110 : cluster [DBG] pgmap v5388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:55.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:54.489208+0000 mgr.y (mgr.14556) 6110 : cluster [DBG] pgmap v5388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:56.489931+0000 mgr.y (mgr.14556) 6111 : cluster [DBG] pgmap v5389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:56.489931+0000 mgr.y (mgr.14556) 6111 : cluster [DBG] pgmap v5389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:56.489931+0000 mgr.y (mgr.14556) 6111 : cluster [DBG] pgmap v5389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:44:58.490457+0000 mgr.y (mgr.14556) 6112 : cluster [DBG] pgmap v5390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:44:58.490457+0000 mgr.y (mgr.14556) 6112 : cluster [DBG] pgmap v5390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:44:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:44:58.490457+0000 mgr.y (mgr.14556) 6112 : cluster [DBG] pgmap v5390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:00.491090+0000 mgr.y (mgr.14556) 6113 : cluster [DBG] pgmap v5391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:00.491090+0000 mgr.y (mgr.14556) 6113 : cluster [DBG] pgmap v5391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:00.491090+0000 mgr.y (mgr.14556) 6113 : cluster [DBG] pgmap v5391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:45:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:45:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T09:45:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:02.491530+0000 mgr.y (mgr.14556) 6114 : cluster [DBG] pgmap v5392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:02.491530+0000 mgr.y (mgr.14556) 6114 : cluster [DBG] pgmap v5392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:02.491530+0000 mgr.y (mgr.14556) 6114 : cluster [DBG] pgmap v5392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:04.491985+0000 mgr.y (mgr.14556) 6115 : cluster [DBG] pgmap v5393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:04.491985+0000 mgr.y (mgr.14556) 6115 : cluster [DBG] pgmap v5393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:04.491985+0000 mgr.y (mgr.14556) 6115 : cluster [DBG] pgmap v5393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:06.492651+0000 mgr.y (mgr.14556) 6116 : cluster [DBG] pgmap v5394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:06.492651+0000 mgr.y (mgr.14556) 6116 : cluster [DBG] pgmap v5394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:06.492651+0000 mgr.y (mgr.14556) 6116 : cluster [DBG] pgmap v5394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:08.367 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:45:08.655 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:45:08.656 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 4m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:45:08.656 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 4m ago 2h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:45:08.656 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (2h) 4m ago 2h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:45:08.656 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (2h) 4m ago 2h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:45:08.656 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:45:08.656 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:45:08.656 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:45:08.656 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:45:08.656 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:45:08.656 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 4m ago 2h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:45:08.656 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 4m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:45:08.656 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:45:08.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:45:08.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:45:08.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:45:08.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:45:08.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:45:08.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:45:08.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4m ago 3h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:45:08.657 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 4m ago 2h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:45:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:45:08.355974+0000 mgr.y (mgr.14556) 6117 : audit [DBG] from='client.21093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:45:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:45:08.355974+0000 mgr.y (mgr.14556) 6117 : audit [DBG] from='client.21093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:45:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:45:08.355974+0000 mgr.y (mgr.14556) 6117 : audit [DBG] from='client.21093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:45:09.006 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:45:09.007 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:45:09.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:45:09.007 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:45:09.007 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:45:09.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:45:09.007 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:45:09.007 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:45:09.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:45:09.007 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:45:09.007 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:45:09.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:45:09.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:45:09.008 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:45:09.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:45:09.008 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:45:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:45:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:08.493039+0000 mgr.y (mgr.14556) 6118 : cluster [DBG] pgmap v5395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:45:08.648138+0000 mgr.y (mgr.14556) 6119 : audit [DBG] from='client.31013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:45:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:45:09.006935+0000 mon.a (mon.0) 1825 : audit [DBG] from='client.? 172.21.15.23:0/3672517187' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:45:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:08.493039+0000 mgr.y (mgr.14556) 6118 : cluster [DBG] pgmap v5395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:45:08.648138+0000 mgr.y (mgr.14556) 6119 : audit [DBG] from='client.31013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:45:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:45:09.006935+0000 mon.a (mon.0) 1825 : audit [DBG] from='client.? 172.21.15.23:0/3672517187' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:45:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:08.493039+0000 mgr.y (mgr.14556) 6118 : cluster [DBG] pgmap v5395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:45:08.648138+0000 mgr.y (mgr.14556) 6119 : audit [DBG] from='client.31013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:45:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:45:09.006935+0000 mon.a (mon.0) 1825 : audit [DBG] from='client.? 172.21.15.23:0/3672517187' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:45:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:10.493671+0000 mgr.y (mgr.14556) 6120 : cluster [DBG] pgmap v5396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:10.493671+0000 mgr.y (mgr.14556) 6120 : cluster [DBG] pgmap v5396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:10.493671+0000 mgr.y (mgr.14556) 6120 : cluster [DBG] pgmap v5396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:45:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:45:13] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:45:13.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:12.494214+0000 mgr.y (mgr.14556) 6121 : cluster [DBG] pgmap v5397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:12.494214+0000 mgr.y (mgr.14556) 6121 : cluster [DBG] pgmap v5397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:12.494214+0000 mgr.y (mgr.14556) 6121 : cluster [DBG] pgmap v5397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:14.494656+0000 mgr.y (mgr.14556) 6122 : cluster [DBG] pgmap v5398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:14.494656+0000 mgr.y (mgr.14556) 6122 : cluster [DBG] pgmap v5398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:14.494656+0000 mgr.y (mgr.14556) 6122 : cluster [DBG] pgmap v5398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:16.495398+0000 mgr.y (mgr.14556) 6123 : cluster [DBG] pgmap v5399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:16.495398+0000 mgr.y (mgr.14556) 6123 : cluster [DBG] pgmap v5399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:16.495398+0000 mgr.y (mgr.14556) 6123 : cluster [DBG] pgmap v5399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:18.495948+0000 mgr.y (mgr.14556) 6124 : cluster [DBG] pgmap v5400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:18.495948+0000 mgr.y (mgr.14556) 6124 : cluster [DBG] pgmap v5400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:18.495948+0000 mgr.y (mgr.14556) 6124 : cluster [DBG] pgmap v5400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:20.496611+0000 mgr.y (mgr.14556) 6125 : cluster [DBG] pgmap v5401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:45:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:20.496611+0000 mgr.y (mgr.14556) 6125 : cluster [DBG] pgmap v5401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:20.496611+0000 mgr.y (mgr.14556) 6125 : cluster [DBG] pgmap v5401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:45:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T09:45:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:22.496985+0000 mgr.y (mgr.14556) 6126 : cluster [DBG] pgmap v5402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:22.496985+0000 mgr.y (mgr.14556) 6126 : cluster [DBG] pgmap v5402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:22.496985+0000 mgr.y (mgr.14556) 6126 : cluster [DBG] pgmap v5402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:24.497445+0000 mgr.y (mgr.14556) 6127 : cluster [DBG] pgmap v5403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:26.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:24.497445+0000 mgr.y (mgr.14556) 6127 : cluster [DBG] pgmap v5403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:24.497445+0000 mgr.y (mgr.14556) 6127 : cluster [DBG] pgmap v5403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:26.498168+0000 mgr.y (mgr.14556) 6128 : cluster [DBG] pgmap v5404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:26.498168+0000 mgr.y (mgr.14556) 6128 : cluster [DBG] pgmap v5404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:26.498168+0000 mgr.y (mgr.14556) 6128 : cluster [DBG] pgmap v5404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:28.498608+0000 mgr.y (mgr.14556) 6129 : cluster [DBG] pgmap v5405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:28.498608+0000 mgr.y (mgr.14556) 6129 : cluster [DBG] pgmap v5405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:28.498608+0000 mgr.y (mgr.14556) 6129 : cluster [DBG] pgmap v5405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:30.499200+0000 mgr.y (mgr.14556) 6130 : cluster [DBG] pgmap v5406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:45:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:30.499200+0000 mgr.y (mgr.14556) 6130 : cluster [DBG] pgmap v5406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:30.499200+0000 mgr.y (mgr.14556) 6130 : cluster [DBG] pgmap v5406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:45:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T09:45:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:32.499590+0000 mgr.y (mgr.14556) 6131 : cluster [DBG] pgmap v5407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:45:33.650530+0000 mon.a (mon.0) 1826 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:45:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:32.499590+0000 mgr.y (mgr.14556) 6131 : cluster [DBG] pgmap v5407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:45:33.650530+0000 mon.a (mon.0) 1826 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:45:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:32.499590+0000 mgr.y (mgr.14556) 6131 : cluster [DBG] pgmap v5407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:45:33.650530+0000 mon.a (mon.0) 1826 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:45:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:45:33.955723+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:45:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:45:33.956388+0000 mon.a (mon.0) 1828 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:45:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:45:33.963107+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:45:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:45:33.955723+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:45:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:45:33.956388+0000 mon.a (mon.0) 1828 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:45:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:45:33.963107+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:45:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:45:33.955723+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:45:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:45:33.956388+0000 mon.a (mon.0) 1828 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:45:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:45:33.963107+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:45:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:34.500006+0000 mgr.y (mgr.14556) 6132 : cluster [DBG] pgmap v5408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:34.500006+0000 mgr.y (mgr.14556) 6132 : cluster [DBG] pgmap v5408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:34.500006+0000 mgr.y (mgr.14556) 6132 : cluster [DBG] pgmap v5408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:36.500707+0000 mgr.y (mgr.14556) 6133 : cluster [DBG] pgmap v5409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:36.500707+0000 mgr.y (mgr.14556) 6133 : cluster [DBG] pgmap v5409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:36.500707+0000 mgr.y (mgr.14556) 6133 : cluster [DBG] pgmap v5409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:39.331 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:45:39.618 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:45:39.618 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:45:39.618 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 5m ago 2h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:45:39.618 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:45:39.618 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 5m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:45:39.618 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 5m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:45:39.618 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:45:39.618 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 5m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2h) 5m ago 2h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (2h) 5m ago 2h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 5m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 5m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 5m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 5m ago 3h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:45:39.619 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 5m ago 2h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:45:39.965 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:45:39.965 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:45:39.965 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:45:39.965 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:45:39.965 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:45:39.965 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:45:39.965 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:45:39.965 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:45:39.965 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:45:39.966 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:45:39.966 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:45:39.966 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:45:39.966 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:45:39.966 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:45:39.966 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:45:39.966 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:45:39.966 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:45:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:38.501276+0000 mgr.y (mgr.14556) 6134 : cluster [DBG] pgmap v5410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:45:39.319494+0000 mgr.y (mgr.14556) 6135 : audit [DBG] from='client.21111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:45:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:45:39.965291+0000 mon.a (mon.0) 1830 : audit [DBG] from='client.? 172.21.15.23:0/3106786121' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:45:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:38.501276+0000 mgr.y (mgr.14556) 6134 : cluster [DBG] pgmap v5410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:45:39.319494+0000 mgr.y (mgr.14556) 6135 : audit [DBG] from='client.21111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:45:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:45:39.965291+0000 mon.a (mon.0) 1830 : audit [DBG] from='client.? 172.21.15.23:0/3106786121' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:45:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:38.501276+0000 mgr.y (mgr.14556) 6134 : cluster [DBG] pgmap v5410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:45:39.319494+0000 mgr.y (mgr.14556) 6135 : audit [DBG] from='client.21111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:45:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:45:39.965291+0000 mon.a (mon.0) 1830 : audit [DBG] from='client.? 172.21.15.23:0/3106786121' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:45:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:45:39.610269+0000 mgr.y (mgr.14556) 6136 : audit [DBG] from='client.21117 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:45:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:45:39.610269+0000 mgr.y (mgr.14556) 6136 : audit [DBG] from='client.21117 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:45:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:45:39.610269+0000 mgr.y (mgr.14556) 6136 : audit [DBG] from='client.21117 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:45:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:45:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:40.502048+0000 mgr.y (mgr.14556) 6137 : cluster [DBG] pgmap v5411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:40.502048+0000 mgr.y (mgr.14556) 6137 : cluster [DBG] pgmap v5411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:40.502048+0000 mgr.y (mgr.14556) 6137 : cluster [DBG] pgmap v5411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:44.054 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:45:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:45:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:42.502519+0000 mgr.y (mgr.14556) 6138 : cluster [DBG] pgmap v5412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:42.502519+0000 mgr.y (mgr.14556) 6138 : cluster [DBG] pgmap v5412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:42.502519+0000 mgr.y (mgr.14556) 6138 : cluster [DBG] pgmap v5412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:44.502918+0000 mgr.y (mgr.14556) 6139 : cluster [DBG] pgmap v5413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:44.502918+0000 mgr.y (mgr.14556) 6139 : cluster [DBG] pgmap v5413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:44.502918+0000 mgr.y (mgr.14556) 6139 : cluster [DBG] pgmap v5413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:46.503618+0000 mgr.y (mgr.14556) 6140 : cluster [DBG] pgmap v5414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:46.503618+0000 mgr.y (mgr.14556) 6140 : cluster [DBG] pgmap v5414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:46.503618+0000 mgr.y (mgr.14556) 6140 : cluster [DBG] pgmap v5414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:48.504089+0000 mgr.y (mgr.14556) 6141 : cluster [DBG] pgmap v5415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:48.504089+0000 mgr.y (mgr.14556) 6141 : cluster [DBG] pgmap v5415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:48.504089+0000 mgr.y (mgr.14556) 6141 : cluster [DBG] pgmap v5415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:45:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:50.504724+0000 mgr.y (mgr.14556) 6142 : cluster [DBG] pgmap v5416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:52.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:50.504724+0000 mgr.y (mgr.14556) 6142 : cluster [DBG] pgmap v5416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:50.504724+0000 mgr.y (mgr.14556) 6142 : cluster [DBG] pgmap v5416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:54.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:45:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:45:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:52.505103+0000 mgr.y (mgr.14556) 6143 : cluster [DBG] pgmap v5417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:52.505103+0000 mgr.y (mgr.14556) 6143 : cluster [DBG] pgmap v5417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:52.505103+0000 mgr.y (mgr.14556) 6143 : cluster [DBG] pgmap v5417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:54.505470+0000 mgr.y (mgr.14556) 6144 : cluster [DBG] pgmap v5418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:54.505470+0000 mgr.y (mgr.14556) 6144 : cluster [DBG] pgmap v5418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:54.505470+0000 mgr.y (mgr.14556) 6144 : cluster [DBG] pgmap v5418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:45:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:56.506038+0000 mgr.y (mgr.14556) 6145 : cluster [DBG] pgmap v5419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:56.506038+0000 mgr.y (mgr.14556) 6145 : cluster [DBG] pgmap v5419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:45:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:56.506038+0000 mgr.y (mgr.14556) 6145 : cluster [DBG] pgmap v5419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:45:58.506588+0000 mgr.y (mgr.14556) 6146 : cluster [DBG] pgmap v5420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:45:58.506588+0000 mgr.y (mgr.14556) 6146 : cluster [DBG] pgmap v5420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:45:58.506588+0000 mgr.y (mgr.14556) 6146 : cluster [DBG] pgmap v5420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:46:01.914 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 09:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T09:46:01.579Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1711089961537 maxt=1711094400000 ulid=01HSJRV5E43HAJ7F3B31J21WBY duration=39.404121ms 2024-03-22T09:46:01.914 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 09:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T09:46:01.583Z caller=head.go:827 level=info component=tsdb msg="Head GC completed" duration=3.091529ms 2024-03-22T09:46:02.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:00.507121+0000 mgr.y (mgr.14556) 6147 : cluster [DBG] pgmap v5421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:02.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:00.507121+0000 mgr.y (mgr.14556) 6147 : cluster [DBG] pgmap v5421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:00.507121+0000 mgr.y (mgr.14556) 6147 : cluster [DBG] pgmap v5421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:46:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:46:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:02.507533+0000 mgr.y (mgr.14556) 6148 : cluster [DBG] pgmap v5422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:02.507533+0000 mgr.y (mgr.14556) 6148 : cluster [DBG] pgmap v5422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:02.507533+0000 mgr.y (mgr.14556) 6148 : cluster [DBG] pgmap v5422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:04.507950+0000 mgr.y (mgr.14556) 6149 : cluster [DBG] pgmap v5423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:04.507950+0000 mgr.y (mgr.14556) 6149 : cluster [DBG] pgmap v5423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:04.507950+0000 mgr.y (mgr.14556) 6149 : cluster [DBG] pgmap v5423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:06.508587+0000 mgr.y (mgr.14556) 6150 : cluster [DBG] pgmap v5424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:06.508587+0000 mgr.y (mgr.14556) 6150 : cluster [DBG] pgmap v5424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:06.508587+0000 mgr.y (mgr.14556) 6150 : cluster [DBG] pgmap v5424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:10.293 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:46:10.582 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:46:10.582 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 5m ago 2h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:46:10.582 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (2h) 5m ago 2h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:46:10.582 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:46:10.582 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 5m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:46:10.582 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 5m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:46:10.582 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 5m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 5m ago 3h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 5m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 5m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 5m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 5m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 5m ago 3h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:46:10.583 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 5m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:46:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:08.508975+0000 mgr.y (mgr.14556) 6151 : cluster [DBG] pgmap v5425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:08.508975+0000 mgr.y (mgr.14556) 6151 : cluster [DBG] pgmap v5425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:08.508975+0000 mgr.y (mgr.14556) 6151 : cluster [DBG] pgmap v5425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:10.932 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:46:10.932 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:46:10.932 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:46:10.933 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:46:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:46:10.281644+0000 mgr.y (mgr.14556) 6152 : audit [DBG] from='client.21129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:46:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:46:10.932693+0000 mon.c (mon.2) 174 : audit [DBG] from='client.? 172.21.15.23:0/3741073345' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:46:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:46:10.281644+0000 mgr.y (mgr.14556) 6152 : audit [DBG] from='client.21129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:46:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:46:10.932693+0000 mon.c (mon.2) 174 : audit [DBG] from='client.? 172.21.15.23:0/3741073345' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:46:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:46:10.281644+0000 mgr.y (mgr.14556) 6152 : audit [DBG] from='client.21129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:46:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:46:10.932693+0000 mon.c (mon.2) 174 : audit [DBG] from='client.? 172.21.15.23:0/3741073345' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:46:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:46:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:10.509506+0000 mgr.y (mgr.14556) 6153 : cluster [DBG] pgmap v5426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:46:10.574118+0000 mgr.y (mgr.14556) 6154 : audit [DBG] from='client.31049 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:46:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:10.509506+0000 mgr.y (mgr.14556) 6153 : cluster [DBG] pgmap v5426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:46:10.574118+0000 mgr.y (mgr.14556) 6154 : audit [DBG] from='client.31049 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:46:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:10.509506+0000 mgr.y (mgr.14556) 6153 : cluster [DBG] pgmap v5426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:46:10.574118+0000 mgr.y (mgr.14556) 6154 : audit [DBG] from='client.31049 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:46:13] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:46:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:12.510017+0000 mgr.y (mgr.14556) 6155 : cluster [DBG] pgmap v5427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:12.510017+0000 mgr.y (mgr.14556) 6155 : cluster [DBG] pgmap v5427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:12.510017+0000 mgr.y (mgr.14556) 6155 : cluster [DBG] pgmap v5427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:14.510620+0000 mgr.y (mgr.14556) 6156 : cluster [DBG] pgmap v5428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:14.510620+0000 mgr.y (mgr.14556) 6156 : cluster [DBG] pgmap v5428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:14.510620+0000 mgr.y (mgr.14556) 6156 : cluster [DBG] pgmap v5428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:16.511231+0000 mgr.y (mgr.14556) 6157 : cluster [DBG] pgmap v5429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:16.511231+0000 mgr.y (mgr.14556) 6157 : cluster [DBG] pgmap v5429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:16.511231+0000 mgr.y (mgr.14556) 6157 : cluster [DBG] pgmap v5429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:18.511738+0000 mgr.y (mgr.14556) 6158 : cluster [DBG] pgmap v5430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:18.511738+0000 mgr.y (mgr.14556) 6158 : cluster [DBG] pgmap v5430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:18.511738+0000 mgr.y (mgr.14556) 6158 : cluster [DBG] pgmap v5430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:46:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:20.512436+0000 mgr.y (mgr.14556) 6159 : cluster [DBG] pgmap v5431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:20.512436+0000 mgr.y (mgr.14556) 6159 : cluster [DBG] pgmap v5431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:20.512436+0000 mgr.y (mgr.14556) 6159 : cluster [DBG] pgmap v5431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:46:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:46:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:22.512785+0000 mgr.y (mgr.14556) 6160 : cluster [DBG] pgmap v5432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:22.512785+0000 mgr.y (mgr.14556) 6160 : cluster [DBG] pgmap v5432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:22.512785+0000 mgr.y (mgr.14556) 6160 : cluster [DBG] pgmap v5432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:24.513245+0000 mgr.y (mgr.14556) 6161 : cluster [DBG] pgmap v5433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:24.513245+0000 mgr.y (mgr.14556) 6161 : cluster [DBG] pgmap v5433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:24.513245+0000 mgr.y (mgr.14556) 6161 : cluster [DBG] pgmap v5433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:26.514103+0000 mgr.y (mgr.14556) 6162 : cluster [DBG] pgmap v5434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:26.514103+0000 mgr.y (mgr.14556) 6162 : cluster [DBG] pgmap v5434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:26.514103+0000 mgr.y (mgr.14556) 6162 : cluster [DBG] pgmap v5434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:28.514642+0000 mgr.y (mgr.14556) 6163 : cluster [DBG] pgmap v5435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:28.514642+0000 mgr.y (mgr.14556) 6163 : cluster [DBG] pgmap v5435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:28.514642+0000 mgr.y (mgr.14556) 6163 : cluster [DBG] pgmap v5435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:46:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:30.515300+0000 mgr.y (mgr.14556) 6164 : cluster [DBG] pgmap v5436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:30.515300+0000 mgr.y (mgr.14556) 6164 : cluster [DBG] pgmap v5436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:30.515300+0000 mgr.y (mgr.14556) 6164 : cluster [DBG] pgmap v5436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:46:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:46:34.621 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:32.515789+0000 mgr.y (mgr.14556) 6165 : cluster [DBG] pgmap v5437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:34.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:46:33.968600+0000 mon.a (mon.0) 1831 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:46:34.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:32.515789+0000 mgr.y (mgr.14556) 6165 : cluster [DBG] pgmap v5437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:34.623 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:46:33.968600+0000 mon.a (mon.0) 1831 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:46:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:32.515789+0000 mgr.y (mgr.14556) 6165 : cluster [DBG] pgmap v5437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:46:33.968600+0000 mon.a (mon.0) 1831 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:46:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:34.516356+0000 mgr.y (mgr.14556) 6166 : cluster [DBG] pgmap v5438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:34.516356+0000 mgr.y (mgr.14556) 6166 : cluster [DBG] pgmap v5438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:34.516356+0000 mgr.y (mgr.14556) 6166 : cluster [DBG] pgmap v5438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:36.516914+0000 mgr.y (mgr.14556) 6167 : cluster [DBG] pgmap v5439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:46:37.293185+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:46:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:46:37.588166+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:46:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:46:37.588821+0000 mon.a (mon.0) 1834 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:46:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:46:37.596120+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:46:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:36.516914+0000 mgr.y (mgr.14556) 6167 : cluster [DBG] pgmap v5439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:46:37.293185+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:46:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:46:37.588166+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:46:38.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:46:37.588821+0000 mon.a (mon.0) 1834 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:46:38.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:46:37.596120+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:46:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:36.516914+0000 mgr.y (mgr.14556) 6167 : cluster [DBG] pgmap v5439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:46:37.293185+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:46:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:46:37.588166+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:46:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:46:37.588821+0000 mon.a (mon.0) 1834 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:46:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:46:37.596120+0000 mon.a (mon.0) 1835 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:46:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:38.517475+0000 mgr.y (mgr.14556) 6168 : cluster [DBG] pgmap v5440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:38.517475+0000 mgr.y (mgr.14556) 6168 : cluster [DBG] pgmap v5440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:38.517475+0000 mgr.y (mgr.14556) 6168 : cluster [DBG] pgmap v5440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:41.262 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:46:41.555 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:46:41.555 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2h) 6m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:46:41.555 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 6m ago 3h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:46:41.555 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 6m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:46:41.555 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 6m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:46:41.555 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 6m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:46:41.555 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 6m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:46:41.555 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 6m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:46:41.555 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 6m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:46:41.555 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 6m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:46:41.555 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 6m ago 3h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:46:41.555 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 6m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:46:41.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 6m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:46:41.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 6m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:46:41.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 6m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:46:41.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 6m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:46:41.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 6m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:46:41.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 6m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:46:41.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 6m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:46:41.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 6m ago 3h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:46:41.556 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (2h) 6m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:46:41.904 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:46:41.905 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:46:41.905 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:46:41.905 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:46:41.905 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:46:41.905 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:46:41.905 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:46:41.906 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:46:41.906 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:46:41.906 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:46:41.906 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:46:41.906 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:46:41.906 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:46:41.906 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:46:41.906 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:46:41.906 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:46:41.906 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:46:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:46:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:40.518496+0000 mgr.y (mgr.14556) 6169 : cluster [DBG] pgmap v5441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:46:41.249340+0000 mgr.y (mgr.14556) 6170 : audit [DBG] from='client.31061 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:46:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:46:41.904573+0000 mon.a (mon.0) 1836 : audit [DBG] from='client.? 172.21.15.23:0/4110420016' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:46:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:40.518496+0000 mgr.y (mgr.14556) 6169 : cluster [DBG] pgmap v5441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:46:41.249340+0000 mgr.y (mgr.14556) 6170 : audit [DBG] from='client.31061 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:46:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:46:41.904573+0000 mon.a (mon.0) 1836 : audit [DBG] from='client.? 172.21.15.23:0/4110420016' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:46:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:40.518496+0000 mgr.y (mgr.14556) 6169 : cluster [DBG] pgmap v5441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:46:41.249340+0000 mgr.y (mgr.14556) 6170 : audit [DBG] from='client.31061 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:46:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:46:41.904573+0000 mon.a (mon.0) 1836 : audit [DBG] from='client.? 172.21.15.23:0/4110420016' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:46:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:46:41.547336+0000 mgr.y (mgr.14556) 6171 : audit [DBG] from='client.21153 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:46:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:46:41.547336+0000 mgr.y (mgr.14556) 6171 : audit [DBG] from='client.21153 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:46:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:46:41.547336+0000 mgr.y (mgr.14556) 6171 : audit [DBG] from='client.21153 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:46:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:46:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:46:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:42.518902+0000 mgr.y (mgr.14556) 6172 : cluster [DBG] pgmap v5442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:42.518902+0000 mgr.y (mgr.14556) 6172 : cluster [DBG] pgmap v5442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:42.518902+0000 mgr.y (mgr.14556) 6172 : cluster [DBG] pgmap v5442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:44.519404+0000 mgr.y (mgr.14556) 6173 : cluster [DBG] pgmap v5443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:44.519404+0000 mgr.y (mgr.14556) 6173 : cluster [DBG] pgmap v5443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:44.519404+0000 mgr.y (mgr.14556) 6173 : cluster [DBG] pgmap v5443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:46.520079+0000 mgr.y (mgr.14556) 6174 : cluster [DBG] pgmap v5444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:46.520079+0000 mgr.y (mgr.14556) 6174 : cluster [DBG] pgmap v5444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:46.520079+0000 mgr.y (mgr.14556) 6174 : cluster [DBG] pgmap v5444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:48.520588+0000 mgr.y (mgr.14556) 6175 : cluster [DBG] pgmap v5445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:48.520588+0000 mgr.y (mgr.14556) 6175 : cluster [DBG] pgmap v5445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:48.520588+0000 mgr.y (mgr.14556) 6175 : cluster [DBG] pgmap v5445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:46:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:50.521261+0000 mgr.y (mgr.14556) 6176 : cluster [DBG] pgmap v5446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:50.521261+0000 mgr.y (mgr.14556) 6176 : cluster [DBG] pgmap v5446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:50.521261+0000 mgr.y (mgr.14556) 6176 : cluster [DBG] pgmap v5446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:46:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:46:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:52.521826+0000 mgr.y (mgr.14556) 6177 : cluster [DBG] pgmap v5447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:52.521826+0000 mgr.y (mgr.14556) 6177 : cluster [DBG] pgmap v5447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:52.521826+0000 mgr.y (mgr.14556) 6177 : cluster [DBG] pgmap v5447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:54.522436+0000 mgr.y (mgr.14556) 6178 : cluster [DBG] pgmap v5448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:54.522436+0000 mgr.y (mgr.14556) 6178 : cluster [DBG] pgmap v5448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:54.522436+0000 mgr.y (mgr.14556) 6178 : cluster [DBG] pgmap v5448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:56.523347+0000 mgr.y (mgr.14556) 6179 : cluster [DBG] pgmap v5449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:56.523347+0000 mgr.y (mgr.14556) 6179 : cluster [DBG] pgmap v5449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:56.523347+0000 mgr.y (mgr.14556) 6179 : cluster [DBG] pgmap v5449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:46:58.523863+0000 mgr.y (mgr.14556) 6180 : cluster [DBG] pgmap v5450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:46:58.523863+0000 mgr.y (mgr.14556) 6180 : cluster [DBG] pgmap v5450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:46:59.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:46:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:46:58.523863+0000 mgr.y (mgr.14556) 6180 : cluster [DBG] pgmap v5450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:00.524592+0000 mgr.y (mgr.14556) 6181 : cluster [DBG] pgmap v5451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:00.524592+0000 mgr.y (mgr.14556) 6181 : cluster [DBG] pgmap v5451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:00.524592+0000 mgr.y (mgr.14556) 6181 : cluster [DBG] pgmap v5451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:47:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:47:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:47:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:02.524969+0000 mgr.y (mgr.14556) 6182 : cluster [DBG] pgmap v5452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:02.524969+0000 mgr.y (mgr.14556) 6182 : cluster [DBG] pgmap v5452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:02.524969+0000 mgr.y (mgr.14556) 6182 : cluster [DBG] pgmap v5452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:04.525442+0000 mgr.y (mgr.14556) 6183 : cluster [DBG] pgmap v5453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:04.525442+0000 mgr.y (mgr.14556) 6183 : cluster [DBG] pgmap v5453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:04.525442+0000 mgr.y (mgr.14556) 6183 : cluster [DBG] pgmap v5453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:06.526074+0000 mgr.y (mgr.14556) 6184 : cluster [DBG] pgmap v5454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:06.526074+0000 mgr.y (mgr.14556) 6184 : cluster [DBG] pgmap v5454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:06.526074+0000 mgr.y (mgr.14556) 6184 : cluster [DBG] pgmap v5454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:08.526650+0000 mgr.y (mgr.14556) 6185 : cluster [DBG] pgmap v5455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:08.526650+0000 mgr.y (mgr.14556) 6185 : cluster [DBG] pgmap v5455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:08.526650+0000 mgr.y (mgr.14556) 6185 : cluster [DBG] pgmap v5455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:10.527218+0000 mgr.y (mgr.14556) 6186 : cluster [DBG] pgmap v5456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:47:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:10.527218+0000 mgr.y (mgr.14556) 6186 : cluster [DBG] pgmap v5456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:10.527218+0000 mgr.y (mgr.14556) 6186 : cluster [DBG] pgmap v5456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:12.230 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:47:12.517 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:47:12.517 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 6m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:47:12.517 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 6m ago 3h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:47:12.517 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 6m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:47:12.517 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 6m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:47:12.517 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 6m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:47:12.517 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 6m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:47:12.517 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 6m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:47:12.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 6m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:47:12.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 6m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:47:12.518 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 6m ago 3h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:47:12.518 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 6m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:47:12.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 6m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:47:12.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 6m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:47:12.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 6m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:47:12.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 6m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:47:12.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 6m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:47:12.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 6m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:47:12.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 6m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:47:12.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 6m ago 3h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:47:12.519 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 6m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:47:12.866 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:47:12.866 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:47:12.866 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:47:12.866 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:47:12.866 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:47:12.866 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:47:12.866 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:47:12.866 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:47:12.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:47:12.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:47:12.867 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:47:12.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:47:12.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:47:12.867 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:47:12.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:47:12.867 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:47:12.867 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:47:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:47:12.219052+0000 mgr.y (mgr.14556) 6187 : audit [DBG] from='client.21165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:47:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:47:12.219052+0000 mgr.y (mgr.14556) 6187 : audit [DBG] from='client.21165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:47:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:47:12.219052+0000 mgr.y (mgr.14556) 6187 : audit [DBG] from='client.21165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:47:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:47:12.509213+0000 mgr.y (mgr.14556) 6188 : audit [DBG] from='client.21171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:47:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:12.527549+0000 mgr.y (mgr.14556) 6189 : cluster [DBG] pgmap v5457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:47:12.866342+0000 mon.c (mon.2) 175 : audit [DBG] from='client.? 172.21.15.23:0/2710311397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:47:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:47:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:47:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:47:12.509213+0000 mgr.y (mgr.14556) 6188 : audit [DBG] from='client.21171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:47:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:12.527549+0000 mgr.y (mgr.14556) 6189 : cluster [DBG] pgmap v5457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:47:12.866342+0000 mon.c (mon.2) 175 : audit [DBG] from='client.? 172.21.15.23:0/2710311397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:47:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:47:12.509213+0000 mgr.y (mgr.14556) 6188 : audit [DBG] from='client.21171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:47:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:12.527549+0000 mgr.y (mgr.14556) 6189 : cluster [DBG] pgmap v5457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:47:12.866342+0000 mon.c (mon.2) 175 : audit [DBG] from='client.? 172.21.15.23:0/2710311397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:47:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:14.527937+0000 mgr.y (mgr.14556) 6190 : cluster [DBG] pgmap v5458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:14.527937+0000 mgr.y (mgr.14556) 6190 : cluster [DBG] pgmap v5458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:14.527937+0000 mgr.y (mgr.14556) 6190 : cluster [DBG] pgmap v5458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:16.528625+0000 mgr.y (mgr.14556) 6191 : cluster [DBG] pgmap v5459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:16.528625+0000 mgr.y (mgr.14556) 6191 : cluster [DBG] pgmap v5459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:16.528625+0000 mgr.y (mgr.14556) 6191 : cluster [DBG] pgmap v5459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:18.529142+0000 mgr.y (mgr.14556) 6192 : cluster [DBG] pgmap v5460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:18.529142+0000 mgr.y (mgr.14556) 6192 : cluster [DBG] pgmap v5460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:18.529142+0000 mgr.y (mgr.14556) 6192 : cluster [DBG] pgmap v5460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:20.529753+0000 mgr.y (mgr.14556) 6193 : cluster [DBG] pgmap v5461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:47:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:20.529753+0000 mgr.y (mgr.14556) 6193 : cluster [DBG] pgmap v5461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:20.529753+0000 mgr.y (mgr.14556) 6193 : cluster [DBG] pgmap v5461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:47:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:47:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:22.530221+0000 mgr.y (mgr.14556) 6194 : cluster [DBG] pgmap v5462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:22.530221+0000 mgr.y (mgr.14556) 6194 : cluster [DBG] pgmap v5462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:22.530221+0000 mgr.y (mgr.14556) 6194 : cluster [DBG] pgmap v5462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:24.530732+0000 mgr.y (mgr.14556) 6195 : cluster [DBG] pgmap v5463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:24.530732+0000 mgr.y (mgr.14556) 6195 : cluster [DBG] pgmap v5463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:24.530732+0000 mgr.y (mgr.14556) 6195 : cluster [DBG] pgmap v5463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:26.531732+0000 mgr.y (mgr.14556) 6196 : cluster [DBG] pgmap v5464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:26.531732+0000 mgr.y (mgr.14556) 6196 : cluster [DBG] pgmap v5464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:26.531732+0000 mgr.y (mgr.14556) 6196 : cluster [DBG] pgmap v5464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:28.532251+0000 mgr.y (mgr.14556) 6197 : cluster [DBG] pgmap v5465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:28.532251+0000 mgr.y (mgr.14556) 6197 : cluster [DBG] pgmap v5465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:28.532251+0000 mgr.y (mgr.14556) 6197 : cluster [DBG] pgmap v5465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:30.533070+0000 mgr.y (mgr.14556) 6198 : cluster [DBG] pgmap v5466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:47:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:30.533070+0000 mgr.y (mgr.14556) 6198 : cluster [DBG] pgmap v5466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:30.533070+0000 mgr.y (mgr.14556) 6198 : cluster [DBG] pgmap v5466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:47:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:47:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:32.533621+0000 mgr.y (mgr.14556) 6199 : cluster [DBG] pgmap v5467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:32.533621+0000 mgr.y (mgr.14556) 6199 : cluster [DBG] pgmap v5467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:32.533621+0000 mgr.y (mgr.14556) 6199 : cluster [DBG] pgmap v5467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:34.534003+0000 mgr.y (mgr.14556) 6200 : cluster [DBG] pgmap v5468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:34.534003+0000 mgr.y (mgr.14556) 6200 : cluster [DBG] pgmap v5468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:34.534003+0000 mgr.y (mgr.14556) 6200 : cluster [DBG] pgmap v5468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:36.534912+0000 mgr.y (mgr.14556) 6201 : cluster [DBG] pgmap v5469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:47:37.600635+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:47:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:36.534912+0000 mgr.y (mgr.14556) 6201 : cluster [DBG] pgmap v5469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:47:37.600635+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:47:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:36.534912+0000 mgr.y (mgr.14556) 6201 : cluster [DBG] pgmap v5469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:47:37.600635+0000 mon.a (mon.0) 1837 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:47:40.105 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:38.535443+0000 mgr.y (mgr.14556) 6202 : cluster [DBG] pgmap v5470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:38.535443+0000 mgr.y (mgr.14556) 6202 : cluster [DBG] pgmap v5470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:38.535443+0000 mgr.y (mgr.14556) 6202 : cluster [DBG] pgmap v5470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:47:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:40.536023+0000 mgr.y (mgr.14556) 6203 : cluster [DBG] pgmap v5471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:47:40.984604+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:47:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:47:41.278772+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:47:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:47:41.279725+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:47:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:47:41.287570+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:47:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:40.536023+0000 mgr.y (mgr.14556) 6203 : cluster [DBG] pgmap v5471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:47:40.984604+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:47:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:47:41.278772+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:47:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:47:41.279725+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:47:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:47:41.287570+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:47:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:40.536023+0000 mgr.y (mgr.14556) 6203 : cluster [DBG] pgmap v5471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:47:40.984604+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:47:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:47:41.278772+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:47:42.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:47:41.279725+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:47:42.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:47:41.287570+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:47:43.194 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:47:43.478 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 7m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 7m ago 3h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 7m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 7m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 7m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 7m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 7m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 7m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 7m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 7m ago 3h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 7m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 7m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 7m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:47:43.479 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 7m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:47:43.480 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 7m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:47:43.480 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 7m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:47:43.480 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 7m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:47:43.480 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 7m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:47:43.480 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 7m ago 3h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:47:43.480 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 7m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:47:43.829 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:47:43.829 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:47:43.829 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:47:43.829 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:47:43.829 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:47:43.829 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:47:43.829 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:47:43.829 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:47:43.829 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:47:43.829 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:47:43.829 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:47:43.829 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:47:43.830 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:47:43.830 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:47:43.830 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:47:43.830 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:47:43.830 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:47:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:47:43] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:47:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:42.536552+0000 mgr.y (mgr.14556) 6204 : cluster [DBG] pgmap v5472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:47:43.182583+0000 mgr.y (mgr.14556) 6205 : audit [DBG] from='client.21183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:47:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:47:43.470704+0000 mgr.y (mgr.14556) 6206 : audit [DBG] from='client.21189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:47:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:47:43.829271+0000 mon.a (mon.0) 1842 : audit [DBG] from='client.? 172.21.15.23:0/2683550211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:47:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:42.536552+0000 mgr.y (mgr.14556) 6204 : cluster [DBG] pgmap v5472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:47:43.182583+0000 mgr.y (mgr.14556) 6205 : audit [DBG] from='client.21183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:47:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:47:43.470704+0000 mgr.y (mgr.14556) 6206 : audit [DBG] from='client.21189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:47:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:47:43.829271+0000 mon.a (mon.0) 1842 : audit [DBG] from='client.? 172.21.15.23:0/2683550211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:47:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:42.536552+0000 mgr.y (mgr.14556) 6204 : cluster [DBG] pgmap v5472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:47:43.182583+0000 mgr.y (mgr.14556) 6205 : audit [DBG] from='client.21183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:47:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:47:43.470704+0000 mgr.y (mgr.14556) 6206 : audit [DBG] from='client.21189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:47:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:47:43.829271+0000 mon.a (mon.0) 1842 : audit [DBG] from='client.? 172.21.15.23:0/2683550211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:47:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:44.537174+0000 mgr.y (mgr.14556) 6207 : cluster [DBG] pgmap v5473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:44.537174+0000 mgr.y (mgr.14556) 6207 : cluster [DBG] pgmap v5473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:44.537174+0000 mgr.y (mgr.14556) 6207 : cluster [DBG] pgmap v5473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:46.537818+0000 mgr.y (mgr.14556) 6208 : cluster [DBG] pgmap v5474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:46.537818+0000 mgr.y (mgr.14556) 6208 : cluster [DBG] pgmap v5474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:46.537818+0000 mgr.y (mgr.14556) 6208 : cluster [DBG] pgmap v5474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:48.538378+0000 mgr.y (mgr.14556) 6209 : cluster [DBG] pgmap v5475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:48.538378+0000 mgr.y (mgr.14556) 6209 : cluster [DBG] pgmap v5475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:48.538378+0000 mgr.y (mgr.14556) 6209 : cluster [DBG] pgmap v5475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:47:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:50.538984+0000 mgr.y (mgr.14556) 6210 : cluster [DBG] pgmap v5476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:50.538984+0000 mgr.y (mgr.14556) 6210 : cluster [DBG] pgmap v5476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:50.538984+0000 mgr.y (mgr.14556) 6210 : cluster [DBG] pgmap v5476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:47:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:47:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:52.539374+0000 mgr.y (mgr.14556) 6211 : cluster [DBG] pgmap v5477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:52.539374+0000 mgr.y (mgr.14556) 6211 : cluster [DBG] pgmap v5477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:52.539374+0000 mgr.y (mgr.14556) 6211 : cluster [DBG] pgmap v5477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:54.539933+0000 mgr.y (mgr.14556) 6212 : cluster [DBG] pgmap v5478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:54.539933+0000 mgr.y (mgr.14556) 6212 : cluster [DBG] pgmap v5478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:54.539933+0000 mgr.y (mgr.14556) 6212 : cluster [DBG] pgmap v5478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:56.540665+0000 mgr.y (mgr.14556) 6213 : cluster [DBG] pgmap v5479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:56.540665+0000 mgr.y (mgr.14556) 6213 : cluster [DBG] pgmap v5479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:56.540665+0000 mgr.y (mgr.14556) 6213 : cluster [DBG] pgmap v5479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:47:58.541166+0000 mgr.y (mgr.14556) 6214 : cluster [DBG] pgmap v5480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:47:58.541166+0000 mgr.y (mgr.14556) 6214 : cluster [DBG] pgmap v5480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:47:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:47:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:47:58.541166+0000 mgr.y (mgr.14556) 6214 : cluster [DBG] pgmap v5480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:00.541789+0000 mgr.y (mgr.14556) 6215 : cluster [DBG] pgmap v5481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:00.541789+0000 mgr.y (mgr.14556) 6215 : cluster [DBG] pgmap v5481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:00.541789+0000 mgr.y (mgr.14556) 6215 : cluster [DBG] pgmap v5481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:48:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:02.542181+0000 mgr.y (mgr.14556) 6216 : cluster [DBG] pgmap v5482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:48:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:48:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:02.542181+0000 mgr.y (mgr.14556) 6216 : cluster [DBG] pgmap v5482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:02.542181+0000 mgr.y (mgr.14556) 6216 : cluster [DBG] pgmap v5482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:04.542601+0000 mgr.y (mgr.14556) 6217 : cluster [DBG] pgmap v5483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:04.542601+0000 mgr.y (mgr.14556) 6217 : cluster [DBG] pgmap v5483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:04.542601+0000 mgr.y (mgr.14556) 6217 : cluster [DBG] pgmap v5483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:06.543246+0000 mgr.y (mgr.14556) 6218 : cluster [DBG] pgmap v5484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:06.543246+0000 mgr.y (mgr.14556) 6218 : cluster [DBG] pgmap v5484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:06.543246+0000 mgr.y (mgr.14556) 6218 : cluster [DBG] pgmap v5484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:08.543649+0000 mgr.y (mgr.14556) 6219 : cluster [DBG] pgmap v5485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:08.543649+0000 mgr.y (mgr.14556) 6219 : cluster [DBG] pgmap v5485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:08.543649+0000 mgr.y (mgr.14556) 6219 : cluster [DBG] pgmap v5485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:10.544411+0000 mgr.y (mgr.14556) 6220 : cluster [DBG] pgmap v5486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:48:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:10.544411+0000 mgr.y (mgr.14556) 6220 : cluster [DBG] pgmap v5486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:10.544411+0000 mgr.y (mgr.14556) 6220 : cluster [DBG] pgmap v5486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:12.544787+0000 mgr.y (mgr.14556) 6221 : cluster [DBG] pgmap v5487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:48:13] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:48:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:12.544787+0000 mgr.y (mgr.14556) 6221 : cluster [DBG] pgmap v5487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:48:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:12.544787+0000 mgr.y (mgr.14556) 6221 : cluster [DBG] pgmap v5487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:14.441 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:48:14.441 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 7m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:48:14.441 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 7m ago 3h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:48:14.441 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 7m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:48:14.441 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 7m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 7m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 7m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 7m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 7m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 7m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 7m ago 3h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 7m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 7m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 7m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 7m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 7m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 7m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 7m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:48:14.442 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 7m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:48:14.443 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 7m ago 3h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:48:14.443 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 7m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:48:14.792 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:48:14.793 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:48:14.794 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:48:14.794 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:48:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:48:14.141516+0000 mgr.y (mgr.14556) 6222 : audit [DBG] from='client.31115 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:48:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:48:14.433676+0000 mgr.y (mgr.14556) 6223 : audit [DBG] from='client.21207 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:48:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:48:14.141516+0000 mgr.y (mgr.14556) 6222 : audit [DBG] from='client.31115 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:48:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:48:14.433676+0000 mgr.y (mgr.14556) 6223 : audit [DBG] from='client.21207 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:48:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:48:14.141516+0000 mgr.y (mgr.14556) 6222 : audit [DBG] from='client.31115 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:48:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:48:14.433676+0000 mgr.y (mgr.14556) 6223 : audit [DBG] from='client.21207 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:48:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:14.545151+0000 mgr.y (mgr.14556) 6224 : cluster [DBG] pgmap v5488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:48:14.793032+0000 mon.c (mon.2) 176 : audit [DBG] from='client.? 172.21.15.23:0/1008100205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:48:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:14.545151+0000 mgr.y (mgr.14556) 6224 : cluster [DBG] pgmap v5488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:48:14.793032+0000 mon.c (mon.2) 176 : audit [DBG] from='client.? 172.21.15.23:0/1008100205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:48:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:14.545151+0000 mgr.y (mgr.14556) 6224 : cluster [DBG] pgmap v5488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:48:14.793032+0000 mon.c (mon.2) 176 : audit [DBG] from='client.? 172.21.15.23:0/1008100205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:48:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:16.545827+0000 mgr.y (mgr.14556) 6225 : cluster [DBG] pgmap v5489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:16.545827+0000 mgr.y (mgr.14556) 6225 : cluster [DBG] pgmap v5489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:16.545827+0000 mgr.y (mgr.14556) 6225 : cluster [DBG] pgmap v5489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:18.546352+0000 mgr.y (mgr.14556) 6226 : cluster [DBG] pgmap v5490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:18.546352+0000 mgr.y (mgr.14556) 6226 : cluster [DBG] pgmap v5490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:18.546352+0000 mgr.y (mgr.14556) 6226 : cluster [DBG] pgmap v5490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:20.547017+0000 mgr.y (mgr.14556) 6227 : cluster [DBG] pgmap v5491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:48:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:20.547017+0000 mgr.y (mgr.14556) 6227 : cluster [DBG] pgmap v5491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:20.547017+0000 mgr.y (mgr.14556) 6227 : cluster [DBG] pgmap v5491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:22.547573+0000 mgr.y (mgr.14556) 6228 : cluster [DBG] pgmap v5492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:22.547573+0000 mgr.y (mgr.14556) 6228 : cluster [DBG] pgmap v5492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:48:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:48:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:22.547573+0000 mgr.y (mgr.14556) 6228 : cluster [DBG] pgmap v5492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:24.547997+0000 mgr.y (mgr.14556) 6229 : cluster [DBG] pgmap v5493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:24.547997+0000 mgr.y (mgr.14556) 6229 : cluster [DBG] pgmap v5493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:24.547997+0000 mgr.y (mgr.14556) 6229 : cluster [DBG] pgmap v5493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:26.548694+0000 mgr.y (mgr.14556) 6230 : cluster [DBG] pgmap v5494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:26.548694+0000 mgr.y (mgr.14556) 6230 : cluster [DBG] pgmap v5494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:26.548694+0000 mgr.y (mgr.14556) 6230 : cluster [DBG] pgmap v5494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:28.549013+0000 mgr.y (mgr.14556) 6231 : cluster [DBG] pgmap v5495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:28.549013+0000 mgr.y (mgr.14556) 6231 : cluster [DBG] pgmap v5495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:28.549013+0000 mgr.y (mgr.14556) 6231 : cluster [DBG] pgmap v5495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:30.549555+0000 mgr.y (mgr.14556) 6232 : cluster [DBG] pgmap v5496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:31.917 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:48:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:30.549555+0000 mgr.y (mgr.14556) 6232 : cluster [DBG] pgmap v5496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:30.549555+0000 mgr.y (mgr.14556) 6232 : cluster [DBG] pgmap v5496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:48:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:48:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:32.550112+0000 mgr.y (mgr.14556) 6233 : cluster [DBG] pgmap v5497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:32.550112+0000 mgr.y (mgr.14556) 6233 : cluster [DBG] pgmap v5497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:32.550112+0000 mgr.y (mgr.14556) 6233 : cluster [DBG] pgmap v5497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:34.550629+0000 mgr.y (mgr.14556) 6234 : cluster [DBG] pgmap v5498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:34.550629+0000 mgr.y (mgr.14556) 6234 : cluster [DBG] pgmap v5498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:34.550629+0000 mgr.y (mgr.14556) 6234 : cluster [DBG] pgmap v5498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:36.551492+0000 mgr.y (mgr.14556) 6235 : cluster [DBG] pgmap v5499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:36.551492+0000 mgr.y (mgr.14556) 6235 : cluster [DBG] pgmap v5499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:36.551492+0000 mgr.y (mgr.14556) 6235 : cluster [DBG] pgmap v5499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:38.551935+0000 mgr.y (mgr.14556) 6236 : cluster [DBG] pgmap v5500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:38.551935+0000 mgr.y (mgr.14556) 6236 : cluster [DBG] pgmap v5500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:38.551935+0000 mgr.y (mgr.14556) 6236 : cluster [DBG] pgmap v5500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:41.830 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:48:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:40.552722+0000 mgr.y (mgr.14556) 6237 : cluster [DBG] pgmap v5501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:48:41.294459+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:48:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:48:41.604036+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:48:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:48:41.604789+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:48:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:48:41.613739+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:48:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:40.552722+0000 mgr.y (mgr.14556) 6237 : cluster [DBG] pgmap v5501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:48:41.294459+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:48:42.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:48:41.604036+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:48:42.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:48:41.604789+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:48:42.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:48:41.613739+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:48:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:40.552722+0000 mgr.y (mgr.14556) 6237 : cluster [DBG] pgmap v5501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:48:41.294459+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:48:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:48:41.604036+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:48:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:48:41.604789+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:48:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:48:41.613739+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:48:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:48:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:48:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:42.553117+0000 mgr.y (mgr.14556) 6238 : cluster [DBG] pgmap v5502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:42.553117+0000 mgr.y (mgr.14556) 6238 : cluster [DBG] pgmap v5502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:42.553117+0000 mgr.y (mgr.14556) 6238 : cluster [DBG] pgmap v5502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:45.117 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:48:45.403 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:48:45.404 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 8m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:48:45.404 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 8m ago 3h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:48:45.404 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 8m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:48:45.404 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 8m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:48:45.404 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 8m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:48:45.404 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 8m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:48:45.404 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 8m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:48:45.404 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 8m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:48:45.404 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 8m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:48:45.404 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 8m ago 3h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:48:45.404 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 8m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:48:45.404 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 8m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:48:45.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 8m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:48:45.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 8m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:48:45.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 8m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:48:45.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 8m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:48:45.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 8m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:48:45.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 8m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:48:45.405 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 8m ago 3h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:48:45.405 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 8m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:48:45.753 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:48:45.753 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:48:45.754 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:48:45.755 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:48:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:44.553492+0000 mgr.y (mgr.14556) 6239 : cluster [DBG] pgmap v5503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:48:45.105217+0000 mgr.y (mgr.14556) 6240 : audit [DBG] from='client.21219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:48:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:48:45.396216+0000 mgr.y (mgr.14556) 6241 : audit [DBG] from='client.21225 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:48:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:48:45.753929+0000 mon.a (mon.0) 1847 : audit [DBG] from='client.? 172.21.15.23:0/3783045393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:48:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:44.553492+0000 mgr.y (mgr.14556) 6239 : cluster [DBG] pgmap v5503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:48:45.105217+0000 mgr.y (mgr.14556) 6240 : audit [DBG] from='client.21219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:48:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:48:45.396216+0000 mgr.y (mgr.14556) 6241 : audit [DBG] from='client.21225 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:48:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:48:45.753929+0000 mon.a (mon.0) 1847 : audit [DBG] from='client.? 172.21.15.23:0/3783045393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:48:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:44.553492+0000 mgr.y (mgr.14556) 6239 : cluster [DBG] pgmap v5503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:48:45.105217+0000 mgr.y (mgr.14556) 6240 : audit [DBG] from='client.21219 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:48:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:48:45.396216+0000 mgr.y (mgr.14556) 6241 : audit [DBG] from='client.21225 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:48:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:48:45.753929+0000 mon.a (mon.0) 1847 : audit [DBG] from='client.? 172.21.15.23:0/3783045393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:48:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:46.554143+0000 mgr.y (mgr.14556) 6242 : cluster [DBG] pgmap v5504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:46.554143+0000 mgr.y (mgr.14556) 6242 : cluster [DBG] pgmap v5504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:46.554143+0000 mgr.y (mgr.14556) 6242 : cluster [DBG] pgmap v5504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:48.554595+0000 mgr.y (mgr.14556) 6243 : cluster [DBG] pgmap v5505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:48.554595+0000 mgr.y (mgr.14556) 6243 : cluster [DBG] pgmap v5505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:48.554595+0000 mgr.y (mgr.14556) 6243 : cluster [DBG] pgmap v5505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:51.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:48:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:50.555155+0000 mgr.y (mgr.14556) 6244 : cluster [DBG] pgmap v5506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:50.555155+0000 mgr.y (mgr.14556) 6244 : cluster [DBG] pgmap v5506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:50.555155+0000 mgr.y (mgr.14556) 6244 : cluster [DBG] pgmap v5506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:48:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:48:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:52.555556+0000 mgr.y (mgr.14556) 6245 : cluster [DBG] pgmap v5507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:52.555556+0000 mgr.y (mgr.14556) 6245 : cluster [DBG] pgmap v5507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:52.555556+0000 mgr.y (mgr.14556) 6245 : cluster [DBG] pgmap v5507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:54.556098+0000 mgr.y (mgr.14556) 6246 : cluster [DBG] pgmap v5508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:54.556098+0000 mgr.y (mgr.14556) 6246 : cluster [DBG] pgmap v5508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:54.556098+0000 mgr.y (mgr.14556) 6246 : cluster [DBG] pgmap v5508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:56.556718+0000 mgr.y (mgr.14556) 6247 : cluster [DBG] pgmap v5509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:56.556718+0000 mgr.y (mgr.14556) 6247 : cluster [DBG] pgmap v5509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:48:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:56.556718+0000 mgr.y (mgr.14556) 6247 : cluster [DBG] pgmap v5509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:48:58.557122+0000 mgr.y (mgr.14556) 6248 : cluster [DBG] pgmap v5510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:48:58.557122+0000 mgr.y (mgr.14556) 6248 : cluster [DBG] pgmap v5510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:48:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:48:58.557122+0000 mgr.y (mgr.14556) 6248 : cluster [DBG] pgmap v5510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:49:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:00.557743+0000 mgr.y (mgr.14556) 6249 : cluster [DBG] pgmap v5511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:00.557743+0000 mgr.y (mgr.14556) 6249 : cluster [DBG] pgmap v5511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:00.557743+0000 mgr.y (mgr.14556) 6249 : cluster [DBG] pgmap v5511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:02.558162+0000 mgr.y (mgr.14556) 6250 : cluster [DBG] pgmap v5512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:49:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:49:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:02.558162+0000 mgr.y (mgr.14556) 6250 : cluster [DBG] pgmap v5512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:02.558162+0000 mgr.y (mgr.14556) 6250 : cluster [DBG] pgmap v5512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:04.558612+0000 mgr.y (mgr.14556) 6251 : cluster [DBG] pgmap v5513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:04.558612+0000 mgr.y (mgr.14556) 6251 : cluster [DBG] pgmap v5513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:04.558612+0000 mgr.y (mgr.14556) 6251 : cluster [DBG] pgmap v5513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:06.559353+0000 mgr.y (mgr.14556) 6252 : cluster [DBG] pgmap v5514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:06.559353+0000 mgr.y (mgr.14556) 6252 : cluster [DBG] pgmap v5514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:06.559353+0000 mgr.y (mgr.14556) 6252 : cluster [DBG] pgmap v5514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:08.559772+0000 mgr.y (mgr.14556) 6253 : cluster [DBG] pgmap v5515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:08.559772+0000 mgr.y (mgr.14556) 6253 : cluster [DBG] pgmap v5515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:08.559772+0000 mgr.y (mgr.14556) 6253 : cluster [DBG] pgmap v5515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:49:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:10.560619+0000 mgr.y (mgr.14556) 6254 : cluster [DBG] pgmap v5516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:10.560619+0000 mgr.y (mgr.14556) 6254 : cluster [DBG] pgmap v5516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:10.560619+0000 mgr.y (mgr.14556) 6254 : cluster [DBG] pgmap v5516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:14.033 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:49:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:49:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:12.561076+0000 mgr.y (mgr.14556) 6255 : cluster [DBG] pgmap v5517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:12.561076+0000 mgr.y (mgr.14556) 6255 : cluster [DBG] pgmap v5517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:12.561076+0000 mgr.y (mgr.14556) 6255 : cluster [DBG] pgmap v5517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:16.081 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:49:16.373 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:49:16.373 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 8m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:49:16.373 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 8m ago 3h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:49:16.373 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 8m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:49:16.373 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 8m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:49:16.373 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 8m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 8m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 8m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 8m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 8m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 8m ago 3h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 8m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 8m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 8m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 8m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 8m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 8m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 8m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:49:16.374 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 8m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:49:16.375 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 8m ago 3h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:49:16.375 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 8m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:49:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:14.561609+0000 mgr.y (mgr.14556) 6256 : cluster [DBG] pgmap v5518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:14.561609+0000 mgr.y (mgr.14556) 6256 : cluster [DBG] pgmap v5518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:14.561609+0000 mgr.y (mgr.14556) 6256 : cluster [DBG] pgmap v5518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:16.724 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:49:16.724 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:49:16.724 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:49:16.724 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:49:16.724 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:49:16.724 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:49:16.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:49:16.725 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:49:16.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:49:16.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:49:16.725 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:49:16.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:49:16.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:49:16.725 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:49:16.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:49:16.725 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:49:16.725 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:49:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:49:16.069213+0000 mgr.y (mgr.14556) 6257 : audit [DBG] from='client.21237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:49:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:49:16.365543+0000 mgr.y (mgr.14556) 6258 : audit [DBG] from='client.21243 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:49:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:49:16.724613+0000 mon.a (mon.0) 1848 : audit [DBG] from='client.? 172.21.15.23:0/973986992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:49:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:49:16.069213+0000 mgr.y (mgr.14556) 6257 : audit [DBG] from='client.21237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:49:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:49:16.365543+0000 mgr.y (mgr.14556) 6258 : audit [DBG] from='client.21243 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:49:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:49:16.724613+0000 mon.a (mon.0) 1848 : audit [DBG] from='client.? 172.21.15.23:0/973986992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:49:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:49:16.069213+0000 mgr.y (mgr.14556) 6257 : audit [DBG] from='client.21237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:49:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:49:16.365543+0000 mgr.y (mgr.14556) 6258 : audit [DBG] from='client.21243 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:49:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:49:16.724613+0000 mon.a (mon.0) 1848 : audit [DBG] from='client.? 172.21.15.23:0/973986992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:49:18.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:16.562150+0000 mgr.y (mgr.14556) 6259 : cluster [DBG] pgmap v5519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:18.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:16.562150+0000 mgr.y (mgr.14556) 6259 : cluster [DBG] pgmap v5519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:16.562150+0000 mgr.y (mgr.14556) 6259 : cluster [DBG] pgmap v5519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:18.562740+0000 mgr.y (mgr.14556) 6260 : cluster [DBG] pgmap v5520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:18.562740+0000 mgr.y (mgr.14556) 6260 : cluster [DBG] pgmap v5520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:18.562740+0000 mgr.y (mgr.14556) 6260 : cluster [DBG] pgmap v5520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:49:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:20.563406+0000 mgr.y (mgr.14556) 6261 : cluster [DBG] pgmap v5521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:20.563406+0000 mgr.y (mgr.14556) 6261 : cluster [DBG] pgmap v5521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:20.563406+0000 mgr.y (mgr.14556) 6261 : cluster [DBG] pgmap v5521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:24.118 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:49:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:49:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:22.563832+0000 mgr.y (mgr.14556) 6262 : cluster [DBG] pgmap v5522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:22.563832+0000 mgr.y (mgr.14556) 6262 : cluster [DBG] pgmap v5522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:22.563832+0000 mgr.y (mgr.14556) 6262 : cluster [DBG] pgmap v5522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:24.564320+0000 mgr.y (mgr.14556) 6263 : cluster [DBG] pgmap v5523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:24.564320+0000 mgr.y (mgr.14556) 6263 : cluster [DBG] pgmap v5523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:24.564320+0000 mgr.y (mgr.14556) 6263 : cluster [DBG] pgmap v5523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:26.565003+0000 mgr.y (mgr.14556) 6264 : cluster [DBG] pgmap v5524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:28.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:26.565003+0000 mgr.y (mgr.14556) 6264 : cluster [DBG] pgmap v5524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:28.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:26.565003+0000 mgr.y (mgr.14556) 6264 : cluster [DBG] pgmap v5524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:28.565536+0000 mgr.y (mgr.14556) 6265 : cluster [DBG] pgmap v5525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:28.565536+0000 mgr.y (mgr.14556) 6265 : cluster [DBG] pgmap v5525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:28.565536+0000 mgr.y (mgr.14556) 6265 : cluster [DBG] pgmap v5525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:49:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:30.566295+0000 mgr.y (mgr.14556) 6266 : cluster [DBG] pgmap v5526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:30.566295+0000 mgr.y (mgr.14556) 6266 : cluster [DBG] pgmap v5526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:30.566295+0000 mgr.y (mgr.14556) 6266 : cluster [DBG] pgmap v5526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:49:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:49:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:32.566652+0000 mgr.y (mgr.14556) 6267 : cluster [DBG] pgmap v5527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:32.566652+0000 mgr.y (mgr.14556) 6267 : cluster [DBG] pgmap v5527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:32.566652+0000 mgr.y (mgr.14556) 6267 : cluster [DBG] pgmap v5527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:34.567153+0000 mgr.y (mgr.14556) 6268 : cluster [DBG] pgmap v5528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:34.567153+0000 mgr.y (mgr.14556) 6268 : cluster [DBG] pgmap v5528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:34.567153+0000 mgr.y (mgr.14556) 6268 : cluster [DBG] pgmap v5528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:36.567817+0000 mgr.y (mgr.14556) 6269 : cluster [DBG] pgmap v5529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:36.567817+0000 mgr.y (mgr.14556) 6269 : cluster [DBG] pgmap v5529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:36.567817+0000 mgr.y (mgr.14556) 6269 : cluster [DBG] pgmap v5529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:38.568382+0000 mgr.y (mgr.14556) 6270 : cluster [DBG] pgmap v5530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:38.568382+0000 mgr.y (mgr.14556) 6270 : cluster [DBG] pgmap v5530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:38.568382+0000 mgr.y (mgr.14556) 6270 : cluster [DBG] pgmap v5530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:49:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:40.569018+0000 mgr.y (mgr.14556) 6271 : cluster [DBG] pgmap v5531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:49:41.617996+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:49:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:49:41.925485+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:49:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:49:41.926141+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:49:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:49:41.932477+0000 mon.a (mon.0) 1852 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:49:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:40.569018+0000 mgr.y (mgr.14556) 6271 : cluster [DBG] pgmap v5531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:49:41.617996+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:49:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:49:41.925485+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:49:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:49:41.926141+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:49:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:49:41.932477+0000 mon.a (mon.0) 1852 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:49:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:40.569018+0000 mgr.y (mgr.14556) 6271 : cluster [DBG] pgmap v5531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:49:41.617996+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:49:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:49:41.925485+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:49:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:49:41.926141+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:49:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:49:41.932477+0000 mon.a (mon.0) 1852 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:49:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:49:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:49:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:42.569420+0000 mgr.y (mgr.14556) 6272 : cluster [DBG] pgmap v5532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:42.569420+0000 mgr.y (mgr.14556) 6272 : cluster [DBG] pgmap v5532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:42.569420+0000 mgr.y (mgr.14556) 6272 : cluster [DBG] pgmap v5532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:44.569775+0000 mgr.y (mgr.14556) 6273 : cluster [DBG] pgmap v5533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:44.569775+0000 mgr.y (mgr.14556) 6273 : cluster [DBG] pgmap v5533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:44.569775+0000 mgr.y (mgr.14556) 6273 : cluster [DBG] pgmap v5533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:47.050 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:49:47.339 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:49:47.339 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 9m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:49:47.339 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 9m ago 3h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:49:47.339 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 9m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:49:47.339 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 9m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 9m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 9m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 9m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 9m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 9m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 9m ago 3h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 9m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 9m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 9m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 9m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 9m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 9m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 9m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:49:47.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 9m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:49:47.341 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 9m ago 3h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:49:47.341 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 9m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:49:47.690 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:49:47.690 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:49:47.690 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:49:47.690 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:49:47.691 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:49:47.691 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:49:47.691 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:49:47.691 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:49:47.691 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:49:47.691 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:49:47.691 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:49:47.691 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:49:47.692 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:49:47.692 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:49:47.692 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:49:47.692 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:49:47.692 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:49:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:46.570619+0000 mgr.y (mgr.14556) 6274 : cluster [DBG] pgmap v5534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:49:47.038557+0000 mgr.y (mgr.14556) 6275 : audit [DBG] from='client.31169 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:49:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:49:47.331470+0000 mgr.y (mgr.14556) 6276 : audit [DBG] from='client.31175 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:49:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:49:47.690516+0000 mon.c (mon.2) 177 : audit [DBG] from='client.? 172.21.15.23:0/1627881654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:49:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:46.570619+0000 mgr.y (mgr.14556) 6274 : cluster [DBG] pgmap v5534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:49:47.038557+0000 mgr.y (mgr.14556) 6275 : audit [DBG] from='client.31169 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:49:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:49:47.331470+0000 mgr.y (mgr.14556) 6276 : audit [DBG] from='client.31175 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:49:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:49:47.690516+0000 mon.c (mon.2) 177 : audit [DBG] from='client.? 172.21.15.23:0/1627881654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:49:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:46.570619+0000 mgr.y (mgr.14556) 6274 : cluster [DBG] pgmap v5534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:49:47.038557+0000 mgr.y (mgr.14556) 6275 : audit [DBG] from='client.31169 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:49:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:49:47.331470+0000 mgr.y (mgr.14556) 6276 : audit [DBG] from='client.31175 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:49:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:49:47.690516+0000 mon.c (mon.2) 177 : audit [DBG] from='client.? 172.21.15.23:0/1627881654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:49:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:48.571032+0000 mgr.y (mgr.14556) 6277 : cluster [DBG] pgmap v5535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:48.571032+0000 mgr.y (mgr.14556) 6277 : cluster [DBG] pgmap v5535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:48.571032+0000 mgr.y (mgr.14556) 6277 : cluster [DBG] pgmap v5535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:49:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:50.571640+0000 mgr.y (mgr.14556) 6278 : cluster [DBG] pgmap v5536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:50.571640+0000 mgr.y (mgr.14556) 6278 : cluster [DBG] pgmap v5536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:50.571640+0000 mgr.y (mgr.14556) 6278 : cluster [DBG] pgmap v5536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:49:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T09:49:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:52.572191+0000 mgr.y (mgr.14556) 6279 : cluster [DBG] pgmap v5537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:52.572191+0000 mgr.y (mgr.14556) 6279 : cluster [DBG] pgmap v5537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:54.668 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:52.572191+0000 mgr.y (mgr.14556) 6279 : cluster [DBG] pgmap v5537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:54.572574+0000 mgr.y (mgr.14556) 6280 : cluster [DBG] pgmap v5538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:54.572574+0000 mgr.y (mgr.14556) 6280 : cluster [DBG] pgmap v5538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:54.572574+0000 mgr.y (mgr.14556) 6280 : cluster [DBG] pgmap v5538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:49:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:56.573177+0000 mgr.y (mgr.14556) 6281 : cluster [DBG] pgmap v5539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:49:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:56.573177+0000 mgr.y (mgr.14556) 6281 : cluster [DBG] pgmap v5539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:49:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:49:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:56.573177+0000 mgr.y (mgr.14556) 6281 : cluster [DBG] pgmap v5539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:00.315 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T09:49:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:50:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:49:58.573600+0000 mgr.y (mgr.14556) 6282 : cluster [DBG] pgmap v5540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:00.000162+0000 mon.a (mon.0) 1853 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:50:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:49:58.573600+0000 mgr.y (mgr.14556) 6282 : cluster [DBG] pgmap v5540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:00.000162+0000 mon.a (mon.0) 1853 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:50:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:49:58.573600+0000 mgr.y (mgr.14556) 6282 : cluster [DBG] pgmap v5540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:00.000162+0000 mon.a (mon.0) 1853 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T09:50:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:50:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:00.574232+0000 mgr.y (mgr.14556) 6283 : cluster [DBG] pgmap v5541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:00.574232+0000 mgr.y (mgr.14556) 6283 : cluster [DBG] pgmap v5541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:00.574232+0000 mgr.y (mgr.14556) 6283 : cluster [DBG] pgmap v5541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:50:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T09:50:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:02.574851+0000 mgr.y (mgr.14556) 6284 : cluster [DBG] pgmap v5542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:02.574851+0000 mgr.y (mgr.14556) 6284 : cluster [DBG] pgmap v5542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:02.574851+0000 mgr.y (mgr.14556) 6284 : cluster [DBG] pgmap v5542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:04.575446+0000 mgr.y (mgr.14556) 6285 : cluster [DBG] pgmap v5543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:04.575446+0000 mgr.y (mgr.14556) 6285 : cluster [DBG] pgmap v5543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:04.575446+0000 mgr.y (mgr.14556) 6285 : cluster [DBG] pgmap v5543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:06.576125+0000 mgr.y (mgr.14556) 6286 : cluster [DBG] pgmap v5544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:06.576125+0000 mgr.y (mgr.14556) 6286 : cluster [DBG] pgmap v5544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:06.576125+0000 mgr.y (mgr.14556) 6286 : cluster [DBG] pgmap v5544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:08.576591+0000 mgr.y (mgr.14556) 6287 : cluster [DBG] pgmap v5545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:08.576591+0000 mgr.y (mgr.14556) 6287 : cluster [DBG] pgmap v5545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:08.576591+0000 mgr.y (mgr.14556) 6287 : cluster [DBG] pgmap v5545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:50:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:10.577506+0000 mgr.y (mgr.14556) 6288 : cluster [DBG] pgmap v5546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:10.577506+0000 mgr.y (mgr.14556) 6288 : cluster [DBG] pgmap v5546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:10.577506+0000 mgr.y (mgr.14556) 6288 : cluster [DBG] pgmap v5546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:50:13] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:50:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:12.578125+0000 mgr.y (mgr.14556) 6289 : cluster [DBG] pgmap v5547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:12.578125+0000 mgr.y (mgr.14556) 6289 : cluster [DBG] pgmap v5547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:12.578125+0000 mgr.y (mgr.14556) 6289 : cluster [DBG] pgmap v5547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:14.578722+0000 mgr.y (mgr.14556) 6290 : cluster [DBG] pgmap v5548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:14.578722+0000 mgr.y (mgr.14556) 6290 : cluster [DBG] pgmap v5548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:14.578722+0000 mgr.y (mgr.14556) 6290 : cluster [DBG] pgmap v5548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:18.013 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:50:18.301 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:50:18.301 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 9m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 9m ago 3h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 9m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 9m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 9m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 9m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 9m ago 3h 506M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 9m ago 3h 267M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 9m ago 3h 270M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 9m ago 3h 24.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 9m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 9m ago 3h 44.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 9m ago 3h 43.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:50:18.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 9m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:50:18.303 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 9m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:50:18.303 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 9m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:50:18.303 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 9m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:50:18.303 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 9m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:50:18.303 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 9m ago 3h 41.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:50:18.303 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 9m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:50:18.652 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:50:18.652 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:50:18.652 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:50:18.652 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:50:18.653 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:50:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:16.579419+0000 mgr.y (mgr.14556) 6291 : cluster [DBG] pgmap v5549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:16.579419+0000 mgr.y (mgr.14556) 6291 : cluster [DBG] pgmap v5549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:16.579419+0000 mgr.y (mgr.14556) 6291 : cluster [DBG] pgmap v5549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:50:18.002518+0000 mgr.y (mgr.14556) 6292 : audit [DBG] from='client.31187 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:50:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:50:18.294122+0000 mgr.y (mgr.14556) 6293 : audit [DBG] from='client.31193 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:50:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:50:18.652719+0000 mon.c (mon.2) 178 : audit [DBG] from='client.? 172.21.15.23:0/2172823312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:50:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:50:18.002518+0000 mgr.y (mgr.14556) 6292 : audit [DBG] from='client.31187 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:50:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:50:18.294122+0000 mgr.y (mgr.14556) 6293 : audit [DBG] from='client.31193 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:50:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:50:18.652719+0000 mon.c (mon.2) 178 : audit [DBG] from='client.? 172.21.15.23:0/2172823312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:50:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:50:18.002518+0000 mgr.y (mgr.14556) 6292 : audit [DBG] from='client.31187 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:50:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:50:18.294122+0000 mgr.y (mgr.14556) 6293 : audit [DBG] from='client.31193 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:50:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:50:18.652719+0000 mon.c (mon.2) 178 : audit [DBG] from='client.? 172.21.15.23:0/2172823312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:50:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:18.579770+0000 mgr.y (mgr.14556) 6294 : cluster [DBG] pgmap v5550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:18.579770+0000 mgr.y (mgr.14556) 6294 : cluster [DBG] pgmap v5550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:18.579770+0000 mgr.y (mgr.14556) 6294 : cluster [DBG] pgmap v5550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:50:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:20.580588+0000 mgr.y (mgr.14556) 6295 : cluster [DBG] pgmap v5551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:20.580588+0000 mgr.y (mgr.14556) 6295 : cluster [DBG] pgmap v5551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:20.580588+0000 mgr.y (mgr.14556) 6295 : cluster [DBG] pgmap v5551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:50:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T09:50:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:22.581017+0000 mgr.y (mgr.14556) 6296 : cluster [DBG] pgmap v5552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:22.581017+0000 mgr.y (mgr.14556) 6296 : cluster [DBG] pgmap v5552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:22.581017+0000 mgr.y (mgr.14556) 6296 : cluster [DBG] pgmap v5552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:24.581575+0000 mgr.y (mgr.14556) 6297 : cluster [DBG] pgmap v5553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:25.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:24.581575+0000 mgr.y (mgr.14556) 6297 : cluster [DBG] pgmap v5553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:24.581575+0000 mgr.y (mgr.14556) 6297 : cluster [DBG] pgmap v5553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:26.582382+0000 mgr.y (mgr.14556) 6298 : cluster [DBG] pgmap v5554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:26.582382+0000 mgr.y (mgr.14556) 6298 : cluster [DBG] pgmap v5554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:26.582382+0000 mgr.y (mgr.14556) 6298 : cluster [DBG] pgmap v5554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:28.582714+0000 mgr.y (mgr.14556) 6299 : cluster [DBG] pgmap v5555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:28.582714+0000 mgr.y (mgr.14556) 6299 : cluster [DBG] pgmap v5555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:28.582714+0000 mgr.y (mgr.14556) 6299 : cluster [DBG] pgmap v5555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:30.583349+0000 mgr.y (mgr.14556) 6300 : cluster [DBG] pgmap v5556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:50:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:30.583349+0000 mgr.y (mgr.14556) 6300 : cluster [DBG] pgmap v5556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:30.583349+0000 mgr.y (mgr.14556) 6300 : cluster [DBG] pgmap v5556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:32.583700+0000 mgr.y (mgr.14556) 6301 : cluster [DBG] pgmap v5557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:50:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T09:50:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:32.583700+0000 mgr.y (mgr.14556) 6301 : cluster [DBG] pgmap v5557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:32.583700+0000 mgr.y (mgr.14556) 6301 : cluster [DBG] pgmap v5557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:34.584185+0000 mgr.y (mgr.14556) 6302 : cluster [DBG] pgmap v5558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:34.584185+0000 mgr.y (mgr.14556) 6302 : cluster [DBG] pgmap v5558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:34.584185+0000 mgr.y (mgr.14556) 6302 : cluster [DBG] pgmap v5558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:36.584879+0000 mgr.y (mgr.14556) 6303 : cluster [DBG] pgmap v5559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:36.584879+0000 mgr.y (mgr.14556) 6303 : cluster [DBG] pgmap v5559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:36.584879+0000 mgr.y (mgr.14556) 6303 : cluster [DBG] pgmap v5559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:38.585471+0000 mgr.y (mgr.14556) 6304 : cluster [DBG] pgmap v5560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:38.585471+0000 mgr.y (mgr.14556) 6304 : cluster [DBG] pgmap v5560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:38.585471+0000 mgr.y (mgr.14556) 6304 : cluster [DBG] pgmap v5560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:40.586265+0000 mgr.y (mgr.14556) 6305 : cluster [DBG] pgmap v5561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:50:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:40.586265+0000 mgr.y (mgr.14556) 6305 : cluster [DBG] pgmap v5561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:40.586265+0000 mgr.y (mgr.14556) 6305 : cluster [DBG] pgmap v5561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:50:41.937669+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:50:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:50:41.937669+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:50:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:50:41.937669+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:50:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:50:43] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:50:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:42.586684+0000 mgr.y (mgr.14556) 6306 : cluster [DBG] pgmap v5562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:42.586684+0000 mgr.y (mgr.14556) 6306 : cluster [DBG] pgmap v5562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:42.586684+0000 mgr.y (mgr.14556) 6306 : cluster [DBG] pgmap v5562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:44.587154+0000 mgr.y (mgr.14556) 6307 : cluster [DBG] pgmap v5563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:50:44.915795+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:50:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:50:45.021782+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:50:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:50:45.314106+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:50:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:50:45.314787+0000 mon.a (mon.0) 1858 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:50:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:50:45.323637+0000 mon.a (mon.0) 1859 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:50:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:44.587154+0000 mgr.y (mgr.14556) 6307 : cluster [DBG] pgmap v5563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:50:44.915795+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:50:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:50:45.021782+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:50:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:50:45.314106+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:50:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:50:45.314787+0000 mon.a (mon.0) 1858 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:50:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:50:45.323637+0000 mon.a (mon.0) 1859 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:50:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:44.587154+0000 mgr.y (mgr.14556) 6307 : cluster [DBG] pgmap v5563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:50:44.915795+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:50:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:50:45.021782+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:50:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:50:45.314106+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:50:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:50:45.314787+0000 mon.a (mon.0) 1858 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:50:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:50:45.323637+0000 mon.a (mon.0) 1859 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:50:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:46.587950+0000 mgr.y (mgr.14556) 6308 : cluster [DBG] pgmap v5564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:46.587950+0000 mgr.y (mgr.14556) 6308 : cluster [DBG] pgmap v5564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:46.587950+0000 mgr.y (mgr.14556) 6308 : cluster [DBG] pgmap v5564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:48.978 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:50:49.266 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:50:49.266 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:50:49.266 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4s ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 4s ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 4s ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4s ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4s ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4s ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4s ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 4s ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4s ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4s ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4s ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4s ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4s ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4s ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:50:49.267 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:50:49.268 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4s ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:50:49.268 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4s ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:50:49.268 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4s ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:50:49.631 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:50:49.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:50:49.633 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:50:49.633 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:50:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:48.588356+0000 mgr.y (mgr.14556) 6309 : cluster [DBG] pgmap v5565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:50:48.966619+0000 mgr.y (mgr.14556) 6310 : audit [DBG] from='client.21291 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:50:50.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:50:49.258994+0000 mgr.y (mgr.14556) 6311 : audit [DBG] from='client.21297 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:50:50.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:50:49.631967+0000 mon.c (mon.2) 179 : audit [DBG] from='client.? 172.21.15.23:0/972265630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:50:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:48.588356+0000 mgr.y (mgr.14556) 6309 : cluster [DBG] pgmap v5565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:50:48.966619+0000 mgr.y (mgr.14556) 6310 : audit [DBG] from='client.21291 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:50:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:50:49.258994+0000 mgr.y (mgr.14556) 6311 : audit [DBG] from='client.21297 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:50:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:50:49.631967+0000 mon.c (mon.2) 179 : audit [DBG] from='client.? 172.21.15.23:0/972265630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:50:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:48.588356+0000 mgr.y (mgr.14556) 6309 : cluster [DBG] pgmap v5565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:50:48.966619+0000 mgr.y (mgr.14556) 6310 : audit [DBG] from='client.21291 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:50:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:50:49.258994+0000 mgr.y (mgr.14556) 6311 : audit [DBG] from='client.21297 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:50:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:50:49.631967+0000 mon.c (mon.2) 179 : audit [DBG] from='client.? 172.21.15.23:0/972265630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:50:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:50:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:50.588943+0000 mgr.y (mgr.14556) 6312 : cluster [DBG] pgmap v5566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:50.588943+0000 mgr.y (mgr.14556) 6312 : cluster [DBG] pgmap v5566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:50.588943+0000 mgr.y (mgr.14556) 6312 : cluster [DBG] pgmap v5566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:50:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:50:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:52.589489+0000 mgr.y (mgr.14556) 6313 : cluster [DBG] pgmap v5567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:52.589489+0000 mgr.y (mgr.14556) 6313 : cluster [DBG] pgmap v5567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:52.589489+0000 mgr.y (mgr.14556) 6313 : cluster [DBG] pgmap v5567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:54.589894+0000 mgr.y (mgr.14556) 6314 : cluster [DBG] pgmap v5568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:54.589894+0000 mgr.y (mgr.14556) 6314 : cluster [DBG] pgmap v5568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:54.589894+0000 mgr.y (mgr.14556) 6314 : cluster [DBG] pgmap v5568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:56.590728+0000 mgr.y (mgr.14556) 6315 : cluster [DBG] pgmap v5569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:56.590728+0000 mgr.y (mgr.14556) 6315 : cluster [DBG] pgmap v5569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:50:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:56.590728+0000 mgr.y (mgr.14556) 6315 : cluster [DBG] pgmap v5569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:50:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:50:58.591132+0000 mgr.y (mgr.14556) 6316 : cluster [DBG] pgmap v5570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:50:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:50:58.591132+0000 mgr.y (mgr.14556) 6316 : cluster [DBG] pgmap v5570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:50:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:50:58.591132+0000 mgr.y (mgr.14556) 6316 : cluster [DBG] pgmap v5570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:51:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:00.591969+0000 mgr.y (mgr.14556) 6317 : cluster [DBG] pgmap v5571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:00.591969+0000 mgr.y (mgr.14556) 6317 : cluster [DBG] pgmap v5571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:00.591969+0000 mgr.y (mgr.14556) 6317 : cluster [DBG] pgmap v5571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:02.592457+0000 mgr.y (mgr.14556) 6318 : cluster [DBG] pgmap v5572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:51:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:51:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:02.592457+0000 mgr.y (mgr.14556) 6318 : cluster [DBG] pgmap v5572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:02.592457+0000 mgr.y (mgr.14556) 6318 : cluster [DBG] pgmap v5572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:04.592873+0000 mgr.y (mgr.14556) 6319 : cluster [DBG] pgmap v5573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:04.592873+0000 mgr.y (mgr.14556) 6319 : cluster [DBG] pgmap v5573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:04.592873+0000 mgr.y (mgr.14556) 6319 : cluster [DBG] pgmap v5573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:06.593738+0000 mgr.y (mgr.14556) 6320 : cluster [DBG] pgmap v5574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:06.593738+0000 mgr.y (mgr.14556) 6320 : cluster [DBG] pgmap v5574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:06.593738+0000 mgr.y (mgr.14556) 6320 : cluster [DBG] pgmap v5574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:08.594283+0000 mgr.y (mgr.14556) 6321 : cluster [DBG] pgmap v5575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:08.594283+0000 mgr.y (mgr.14556) 6321 : cluster [DBG] pgmap v5575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:08.594283+0000 mgr.y (mgr.14556) 6321 : cluster [DBG] pgmap v5575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:51:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:10.594968+0000 mgr.y (mgr.14556) 6322 : cluster [DBG] pgmap v5576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:10.594968+0000 mgr.y (mgr.14556) 6322 : cluster [DBG] pgmap v5576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:10.594968+0000 mgr.y (mgr.14556) 6322 : cluster [DBG] pgmap v5576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:14.040 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:51:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:51:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:12.595423+0000 mgr.y (mgr.14556) 6323 : cluster [DBG] pgmap v5577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:12.595423+0000 mgr.y (mgr.14556) 6323 : cluster [DBG] pgmap v5577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:12.595423+0000 mgr.y (mgr.14556) 6323 : cluster [DBG] pgmap v5577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:14.595948+0000 mgr.y (mgr.14556) 6324 : cluster [DBG] pgmap v5578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:14.595948+0000 mgr.y (mgr.14556) 6324 : cluster [DBG] pgmap v5578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:14.595948+0000 mgr.y (mgr.14556) 6324 : cluster [DBG] pgmap v5578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:16.596820+0000 mgr.y (mgr.14556) 6325 : cluster [DBG] pgmap v5579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:16.596820+0000 mgr.y (mgr.14556) 6325 : cluster [DBG] pgmap v5579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:16.596820+0000 mgr.y (mgr.14556) 6325 : cluster [DBG] pgmap v5579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:19.959 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:51:20.247 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:51:20.247 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 35s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:51:20.247 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 35s ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 35s ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 35s ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 35s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 35s ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 35s ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 35s ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 35s ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 35s ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 35s ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 35s ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 35s ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 35s ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 35s ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 35s ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:51:20.248 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 35s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:51:20.249 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 35s ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:51:20.249 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 35s ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:51:20.249 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 35s ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:51:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:18.597319+0000 mgr.y (mgr.14556) 6326 : cluster [DBG] pgmap v5580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:18.597319+0000 mgr.y (mgr.14556) 6326 : cluster [DBG] pgmap v5580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:18.597319+0000 mgr.y (mgr.14556) 6326 : cluster [DBG] pgmap v5580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:20.594 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:51:20.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:51:20.596 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:51:20.596 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:51:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:51:19.947736+0000 mgr.y (mgr.14556) 6327 : audit [DBG] from='client.21309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:51:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:51:20.240063+0000 mgr.y (mgr.14556) 6328 : audit [DBG] from='client.31229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:51:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:51:20.595319+0000 mon.c (mon.2) 180 : audit [DBG] from='client.? 172.21.15.23:0/4217317693' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:51:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:51:19.947736+0000 mgr.y (mgr.14556) 6327 : audit [DBG] from='client.21309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:51:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:51:20.240063+0000 mgr.y (mgr.14556) 6328 : audit [DBG] from='client.31229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:51:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:51:20.595319+0000 mon.c (mon.2) 180 : audit [DBG] from='client.? 172.21.15.23:0/4217317693' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:51:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:51:19.947736+0000 mgr.y (mgr.14556) 6327 : audit [DBG] from='client.21309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:51:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:51:20.240063+0000 mgr.y (mgr.14556) 6328 : audit [DBG] from='client.31229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:51:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:51:20.595319+0000 mon.c (mon.2) 180 : audit [DBG] from='client.? 172.21.15.23:0/4217317693' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:51:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:51:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:20.597855+0000 mgr.y (mgr.14556) 6329 : cluster [DBG] pgmap v5581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:20.597855+0000 mgr.y (mgr.14556) 6329 : cluster [DBG] pgmap v5581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:20.597855+0000 mgr.y (mgr.14556) 6329 : cluster [DBG] pgmap v5581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:51:23] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:51:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:22.598237+0000 mgr.y (mgr.14556) 6330 : cluster [DBG] pgmap v5582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:22.598237+0000 mgr.y (mgr.14556) 6330 : cluster [DBG] pgmap v5582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:22.598237+0000 mgr.y (mgr.14556) 6330 : cluster [DBG] pgmap v5582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:24.598784+0000 mgr.y (mgr.14556) 6331 : cluster [DBG] pgmap v5583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:24.598784+0000 mgr.y (mgr.14556) 6331 : cluster [DBG] pgmap v5583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:24.598784+0000 mgr.y (mgr.14556) 6331 : cluster [DBG] pgmap v5583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:26.599659+0000 mgr.y (mgr.14556) 6332 : cluster [DBG] pgmap v5584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:26.599659+0000 mgr.y (mgr.14556) 6332 : cluster [DBG] pgmap v5584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:26.599659+0000 mgr.y (mgr.14556) 6332 : cluster [DBG] pgmap v5584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:28.600167+0000 mgr.y (mgr.14556) 6333 : cluster [DBG] pgmap v5585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:28.600167+0000 mgr.y (mgr.14556) 6333 : cluster [DBG] pgmap v5585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:28.600167+0000 mgr.y (mgr.14556) 6333 : cluster [DBG] pgmap v5585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:51:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:30.600882+0000 mgr.y (mgr.14556) 6334 : cluster [DBG] pgmap v5586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:30.600882+0000 mgr.y (mgr.14556) 6334 : cluster [DBG] pgmap v5586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:30.600882+0000 mgr.y (mgr.14556) 6334 : cluster [DBG] pgmap v5586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:51:33] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:51:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:32.601358+0000 mgr.y (mgr.14556) 6335 : cluster [DBG] pgmap v5587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:32.601358+0000 mgr.y (mgr.14556) 6335 : cluster [DBG] pgmap v5587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:32.601358+0000 mgr.y (mgr.14556) 6335 : cluster [DBG] pgmap v5587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:34.601719+0000 mgr.y (mgr.14556) 6336 : cluster [DBG] pgmap v5588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:34.601719+0000 mgr.y (mgr.14556) 6336 : cluster [DBG] pgmap v5588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:34.601719+0000 mgr.y (mgr.14556) 6336 : cluster [DBG] pgmap v5588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:36.602368+0000 mgr.y (mgr.14556) 6337 : cluster [DBG] pgmap v5589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:36.602368+0000 mgr.y (mgr.14556) 6337 : cluster [DBG] pgmap v5589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:36.602368+0000 mgr.y (mgr.14556) 6337 : cluster [DBG] pgmap v5589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:38.602767+0000 mgr.y (mgr.14556) 6338 : cluster [DBG] pgmap v5590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:38.602767+0000 mgr.y (mgr.14556) 6338 : cluster [DBG] pgmap v5590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:38.602767+0000 mgr.y (mgr.14556) 6338 : cluster [DBG] pgmap v5590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:51:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:40.603501+0000 mgr.y (mgr.14556) 6339 : cluster [DBG] pgmap v5591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:40.603501+0000 mgr.y (mgr.14556) 6339 : cluster [DBG] pgmap v5591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:40.603501+0000 mgr.y (mgr.14556) 6339 : cluster [DBG] pgmap v5591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:51:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:51:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:42.604008+0000 mgr.y (mgr.14556) 6340 : cluster [DBG] pgmap v5592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:42.604008+0000 mgr.y (mgr.14556) 6340 : cluster [DBG] pgmap v5592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:42.604008+0000 mgr.y (mgr.14556) 6340 : cluster [DBG] pgmap v5592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:44.604384+0000 mgr.y (mgr.14556) 6341 : cluster [DBG] pgmap v5593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:51:45.328652+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:51:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:51:45.640432+0000 mon.a (mon.0) 1861 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:51:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:51:45.641156+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:51:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:51:45.647479+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:51:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:44.604384+0000 mgr.y (mgr.14556) 6341 : cluster [DBG] pgmap v5593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:51:45.328652+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:51:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:51:45.640432+0000 mon.a (mon.0) 1861 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:51:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:51:45.641156+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:51:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:51:45.647479+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:51:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:44.604384+0000 mgr.y (mgr.14556) 6341 : cluster [DBG] pgmap v5593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:51:45.328652+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:51:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:51:45.640432+0000 mon.a (mon.0) 1861 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:51:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:51:45.641156+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:51:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:51:45.647479+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:51:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:46.605027+0000 mgr.y (mgr.14556) 6342 : cluster [DBG] pgmap v5594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:46.605027+0000 mgr.y (mgr.14556) 6342 : cluster [DBG] pgmap v5594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:46.605027+0000 mgr.y (mgr.14556) 6342 : cluster [DBG] pgmap v5594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:48.605607+0000 mgr.y (mgr.14556) 6343 : cluster [DBG] pgmap v5595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:48.605607+0000 mgr.y (mgr.14556) 6343 : cluster [DBG] pgmap v5595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:48.605607+0000 mgr.y (mgr.14556) 6343 : cluster [DBG] pgmap v5595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:50.923 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:51:51.209 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:51:51.209 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 66s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:51:51.209 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 66s ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:51:51.209 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 66s ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:51:51.209 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 66s ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:51:51.209 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 66s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:51:51.209 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 66s ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:51:51.209 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 66s ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:51:51.209 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 66s ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:51:51.209 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 66s ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:51:51.209 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 66s ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:51:51.209 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 66s ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:51:51.210 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 66s ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:51:51.210 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 66s ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:51:51.210 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 66s ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:51:51.210 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 66s ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:51:51.210 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 66s ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:51:51.210 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 66s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:51:51.210 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 66s ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:51:51.210 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 66s ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:51:51.210 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 66s ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:51:51.558 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:51:51.558 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:51:51.558 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:51:51.558 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:51:51.558 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:51:51.558 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:51:51.558 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:51:51.558 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:51:51.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:51:51.559 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:51:51.559 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:51:51.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:51:51.559 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:51:51.559 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:51:51.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:51:51.559 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:51:51.559 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:51:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:51:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:50.606378+0000 mgr.y (mgr.14556) 6344 : cluster [DBG] pgmap v5596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:51:50.911231+0000 mgr.y (mgr.14556) 6345 : audit [DBG] from='client.31241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:51:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:51:51.201451+0000 mgr.y (mgr.14556) 6346 : audit [DBG] from='client.21333 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:51:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:51:51.558707+0000 mon.c (mon.2) 181 : audit [DBG] from='client.? 172.21.15.23:0/1482442498' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:51:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:50.606378+0000 mgr.y (mgr.14556) 6344 : cluster [DBG] pgmap v5596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:51:50.911231+0000 mgr.y (mgr.14556) 6345 : audit [DBG] from='client.31241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:51:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:51:51.201451+0000 mgr.y (mgr.14556) 6346 : audit [DBG] from='client.21333 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:51:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:51:51.558707+0000 mon.c (mon.2) 181 : audit [DBG] from='client.? 172.21.15.23:0/1482442498' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:51:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:50.606378+0000 mgr.y (mgr.14556) 6344 : cluster [DBG] pgmap v5596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:51:50.911231+0000 mgr.y (mgr.14556) 6345 : audit [DBG] from='client.31241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:51:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:51:51.201451+0000 mgr.y (mgr.14556) 6346 : audit [DBG] from='client.21333 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:51:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:51:51.558707+0000 mon.c (mon.2) 181 : audit [DBG] from='client.? 172.21.15.23:0/1482442498' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:51:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:51:53] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:51:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:52.606785+0000 mgr.y (mgr.14556) 6347 : cluster [DBG] pgmap v5597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:52.606785+0000 mgr.y (mgr.14556) 6347 : cluster [DBG] pgmap v5597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:52.606785+0000 mgr.y (mgr.14556) 6347 : cluster [DBG] pgmap v5597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:54.607386+0000 mgr.y (mgr.14556) 6348 : cluster [DBG] pgmap v5598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:54.607386+0000 mgr.y (mgr.14556) 6348 : cluster [DBG] pgmap v5598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:54.607386+0000 mgr.y (mgr.14556) 6348 : cluster [DBG] pgmap v5598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:56.608116+0000 mgr.y (mgr.14556) 6349 : cluster [DBG] pgmap v5599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:56.608116+0000 mgr.y (mgr.14556) 6349 : cluster [DBG] pgmap v5599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:51:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:56.608116+0000 mgr.y (mgr.14556) 6349 : cluster [DBG] pgmap v5599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:51:58.608562+0000 mgr.y (mgr.14556) 6350 : cluster [DBG] pgmap v5600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:51:58.608562+0000 mgr.y (mgr.14556) 6350 : cluster [DBG] pgmap v5600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:51:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:51:58.608562+0000 mgr.y (mgr.14556) 6350 : cluster [DBG] pgmap v5600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:00.609343+0000 mgr.y (mgr.14556) 6351 : cluster [DBG] pgmap v5601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:52:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:00.609343+0000 mgr.y (mgr.14556) 6351 : cluster [DBG] pgmap v5601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:00.609343+0000 mgr.y (mgr.14556) 6351 : cluster [DBG] pgmap v5601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:52:03] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:52:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:02.609889+0000 mgr.y (mgr.14556) 6352 : cluster [DBG] pgmap v5602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:02.609889+0000 mgr.y (mgr.14556) 6352 : cluster [DBG] pgmap v5602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:02.609889+0000 mgr.y (mgr.14556) 6352 : cluster [DBG] pgmap v5602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:04.610280+0000 mgr.y (mgr.14556) 6353 : cluster [DBG] pgmap v5603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:04.610280+0000 mgr.y (mgr.14556) 6353 : cluster [DBG] pgmap v5603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:04.610280+0000 mgr.y (mgr.14556) 6353 : cluster [DBG] pgmap v5603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:06.610877+0000 mgr.y (mgr.14556) 6354 : cluster [DBG] pgmap v5604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:06.610877+0000 mgr.y (mgr.14556) 6354 : cluster [DBG] pgmap v5604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:06.610877+0000 mgr.y (mgr.14556) 6354 : cluster [DBG] pgmap v5604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:08.611325+0000 mgr.y (mgr.14556) 6355 : cluster [DBG] pgmap v5605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:08.611325+0000 mgr.y (mgr.14556) 6355 : cluster [DBG] pgmap v5605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:08.611325+0000 mgr.y (mgr.14556) 6355 : cluster [DBG] pgmap v5605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:10.611972+0000 mgr.y (mgr.14556) 6356 : cluster [DBG] pgmap v5606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:52:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:10.611972+0000 mgr.y (mgr.14556) 6356 : cluster [DBG] pgmap v5606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:10.611972+0000 mgr.y (mgr.14556) 6356 : cluster [DBG] pgmap v5606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:52:13] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T09:52:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:12.612385+0000 mgr.y (mgr.14556) 6357 : cluster [DBG] pgmap v5607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:12.612385+0000 mgr.y (mgr.14556) 6357 : cluster [DBG] pgmap v5607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:12.612385+0000 mgr.y (mgr.14556) 6357 : cluster [DBG] pgmap v5607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:14.612867+0000 mgr.y (mgr.14556) 6358 : cluster [DBG] pgmap v5608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:14.612867+0000 mgr.y (mgr.14556) 6358 : cluster [DBG] pgmap v5608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:14.612867+0000 mgr.y (mgr.14556) 6358 : cluster [DBG] pgmap v5608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:16.613652+0000 mgr.y (mgr.14556) 6359 : cluster [DBG] pgmap v5609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:16.613652+0000 mgr.y (mgr.14556) 6359 : cluster [DBG] pgmap v5609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:16.613652+0000 mgr.y (mgr.14556) 6359 : cluster [DBG] pgmap v5609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:18.613972+0000 mgr.y (mgr.14556) 6360 : cluster [DBG] pgmap v5610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:18.613972+0000 mgr.y (mgr.14556) 6360 : cluster [DBG] pgmap v5610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:18.613972+0000 mgr.y (mgr.14556) 6360 : cluster [DBG] pgmap v5610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:21.819 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:52:21.885 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:52:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:20.614807+0000 mgr.y (mgr.14556) 6361 : cluster [DBG] pgmap v5611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:20.614807+0000 mgr.y (mgr.14556) 6361 : cluster [DBG] pgmap v5611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:20.614807+0000 mgr.y (mgr.14556) 6361 : cluster [DBG] pgmap v5611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:22.172 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:52:22.172 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 97s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:52:22.172 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 97s ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 97s ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 97s ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 97s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 97s ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 97s ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 97s ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 97s ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 97s ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 97s ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 97s ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 97s ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 97s ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 97s ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:52:22.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 97s ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:52:22.174 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 97s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:52:22.174 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 97s ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:52:22.174 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 97s ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:52:22.174 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 97s ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:52:22.520 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:52:22.520 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:52:22.520 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:52:22.520 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:52:22.521 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:52:22.521 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:52:22.521 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:52:22.521 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:52:22.521 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:52:22.521 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:52:22.521 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:52:22.521 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:52:22.521 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:52:22.521 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:52:22.521 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:52:22.521 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:52:22.522 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:52:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:52:21.874112+0000 mgr.y (mgr.14556) 6362 : audit [DBG] from='client.21345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:52:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:52:22.165368+0000 mgr.y (mgr.14556) 6363 : audit [DBG] from='client.21351 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:52:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:52:22.520836+0000 mon.a (mon.0) 1864 : audit [DBG] from='client.? 172.21.15.23:0/1462257040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:52:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:52:21.874112+0000 mgr.y (mgr.14556) 6362 : audit [DBG] from='client.21345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:52:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:52:22.165368+0000 mgr.y (mgr.14556) 6363 : audit [DBG] from='client.21351 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:52:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:52:22.520836+0000 mon.a (mon.0) 1864 : audit [DBG] from='client.? 172.21.15.23:0/1462257040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:52:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:52:21.874112+0000 mgr.y (mgr.14556) 6362 : audit [DBG] from='client.21345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:52:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:52:22.165368+0000 mgr.y (mgr.14556) 6363 : audit [DBG] from='client.21351 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:52:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:52:22.520836+0000 mon.a (mon.0) 1864 : audit [DBG] from='client.? 172.21.15.23:0/1462257040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:52:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:52:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:52:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:22.615353+0000 mgr.y (mgr.14556) 6364 : cluster [DBG] pgmap v5612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:22.615353+0000 mgr.y (mgr.14556) 6364 : cluster [DBG] pgmap v5612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:22.615353+0000 mgr.y (mgr.14556) 6364 : cluster [DBG] pgmap v5612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:24.615711+0000 mgr.y (mgr.14556) 6365 : cluster [DBG] pgmap v5613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:24.615711+0000 mgr.y (mgr.14556) 6365 : cluster [DBG] pgmap v5613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:24.615711+0000 mgr.y (mgr.14556) 6365 : cluster [DBG] pgmap v5613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:26.616601+0000 mgr.y (mgr.14556) 6366 : cluster [DBG] pgmap v5614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:26.616601+0000 mgr.y (mgr.14556) 6366 : cluster [DBG] pgmap v5614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:26.616601+0000 mgr.y (mgr.14556) 6366 : cluster [DBG] pgmap v5614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:28.616920+0000 mgr.y (mgr.14556) 6367 : cluster [DBG] pgmap v5615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:28.616920+0000 mgr.y (mgr.14556) 6367 : cluster [DBG] pgmap v5615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:28.616920+0000 mgr.y (mgr.14556) 6367 : cluster [DBG] pgmap v5615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:31.874 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:52:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:30.617587+0000 mgr.y (mgr.14556) 6368 : cluster [DBG] pgmap v5616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:30.617587+0000 mgr.y (mgr.14556) 6368 : cluster [DBG] pgmap v5616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:32.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:30.617587+0000 mgr.y (mgr.14556) 6368 : cluster [DBG] pgmap v5616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:52:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:52:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:32.618098+0000 mgr.y (mgr.14556) 6369 : cluster [DBG] pgmap v5617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:32.618098+0000 mgr.y (mgr.14556) 6369 : cluster [DBG] pgmap v5617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:32.618098+0000 mgr.y (mgr.14556) 6369 : cluster [DBG] pgmap v5617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:34.621288+0000 mgr.y (mgr.14556) 6370 : cluster [DBG] pgmap v5618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:34.621288+0000 mgr.y (mgr.14556) 6370 : cluster [DBG] pgmap v5618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:34.621288+0000 mgr.y (mgr.14556) 6370 : cluster [DBG] pgmap v5618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:36.622036+0000 mgr.y (mgr.14556) 6371 : cluster [DBG] pgmap v5619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:36.622036+0000 mgr.y (mgr.14556) 6371 : cluster [DBG] pgmap v5619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:36.622036+0000 mgr.y (mgr.14556) 6371 : cluster [DBG] pgmap v5619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:38.622594+0000 mgr.y (mgr.14556) 6372 : cluster [DBG] pgmap v5620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:38.622594+0000 mgr.y (mgr.14556) 6372 : cluster [DBG] pgmap v5620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:38.622594+0000 mgr.y (mgr.14556) 6372 : cluster [DBG] pgmap v5620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:52:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:40.623260+0000 mgr.y (mgr.14556) 6373 : cluster [DBG] pgmap v5621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:40.623260+0000 mgr.y (mgr.14556) 6373 : cluster [DBG] pgmap v5621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:40.623260+0000 mgr.y (mgr.14556) 6373 : cluster [DBG] pgmap v5621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:52:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T09:52:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:42.623883+0000 mgr.y (mgr.14556) 6374 : cluster [DBG] pgmap v5622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:42.623883+0000 mgr.y (mgr.14556) 6374 : cluster [DBG] pgmap v5622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:42.623883+0000 mgr.y (mgr.14556) 6374 : cluster [DBG] pgmap v5622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:44.624462+0000 mgr.y (mgr.14556) 6375 : cluster [DBG] pgmap v5623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:52:45.651972+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:52:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:52:45.957583+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:52:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:52:45.958252+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:52:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:52:45.967455+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:52:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:44.624462+0000 mgr.y (mgr.14556) 6375 : cluster [DBG] pgmap v5623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:52:45.651972+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:52:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:52:45.957583+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:52:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:52:45.958252+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:52:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:52:45.967455+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:52:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:44.624462+0000 mgr.y (mgr.14556) 6375 : cluster [DBG] pgmap v5623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:52:45.651972+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:52:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:52:45.957583+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:52:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:52:45.958252+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:52:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:52:45.967455+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:52:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:46.625041+0000 mgr.y (mgr.14556) 6376 : cluster [DBG] pgmap v5624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:46.625041+0000 mgr.y (mgr.14556) 6376 : cluster [DBG] pgmap v5624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:46.625041+0000 mgr.y (mgr.14556) 6376 : cluster [DBG] pgmap v5624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:48.625460+0000 mgr.y (mgr.14556) 6377 : cluster [DBG] pgmap v5625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:48.625460+0000 mgr.y (mgr.14556) 6377 : cluster [DBG] pgmap v5625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:48.625460+0000 mgr.y (mgr.14556) 6377 : cluster [DBG] pgmap v5625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:50.626196+0000 mgr.y (mgr.14556) 6378 : cluster [DBG] pgmap v5626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:50.626196+0000 mgr.y (mgr.14556) 6378 : cluster [DBG] pgmap v5626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:50.626196+0000 mgr.y (mgr.14556) 6378 : cluster [DBG] pgmap v5626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:52:52.852 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:52:53.139 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 2m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 2m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 2m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 2m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 2m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 2m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 2m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 2m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 2m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 2m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 2m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 2m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 2m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:52:53.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 2m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:52:53.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 2m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:52:53.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 2m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:52:53.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 2m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:52:53.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 2m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:52:53.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 2m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:52:53.141 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 2m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:52:53.488 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:52:53.488 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:52:53.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:52:53.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:52:53.489 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:52:53.489 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:52:53.489 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:52:53.489 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:52:53.489 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:52:53.489 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:52:53.489 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:52:53.489 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:52:53.489 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:52:53.489 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:52:53.490 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:52:53.490 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:52:53.490 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:52:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:52:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:52:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:52.626598+0000 mgr.y (mgr.14556) 6379 : cluster [DBG] pgmap v5627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:52:52.840642+0000 mgr.y (mgr.14556) 6380 : audit [DBG] from='client.31277 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:52:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:52:53.132085+0000 mgr.y (mgr.14556) 6381 : audit [DBG] from='client.21369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:52:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:52:53.488787+0000 mon.c (mon.2) 182 : audit [DBG] from='client.? 172.21.15.23:0/1791735929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:52:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:52.626598+0000 mgr.y (mgr.14556) 6379 : cluster [DBG] pgmap v5627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:52:52.840642+0000 mgr.y (mgr.14556) 6380 : audit [DBG] from='client.31277 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:52:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:52:53.132085+0000 mgr.y (mgr.14556) 6381 : audit [DBG] from='client.21369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:52:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:52:53.488787+0000 mon.c (mon.2) 182 : audit [DBG] from='client.? 172.21.15.23:0/1791735929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:52:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:52.626598+0000 mgr.y (mgr.14556) 6379 : cluster [DBG] pgmap v5627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:52:52.840642+0000 mgr.y (mgr.14556) 6380 : audit [DBG] from='client.31277 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:52:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:52:53.132085+0000 mgr.y (mgr.14556) 6381 : audit [DBG] from='client.21369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:52:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:52:53.488787+0000 mon.c (mon.2) 182 : audit [DBG] from='client.? 172.21.15.23:0/1791735929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:52:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:54.627094+0000 mgr.y (mgr.14556) 6382 : cluster [DBG] pgmap v5628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:54.627094+0000 mgr.y (mgr.14556) 6382 : cluster [DBG] pgmap v5628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:54.627094+0000 mgr.y (mgr.14556) 6382 : cluster [DBG] pgmap v5628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:56.627700+0000 mgr.y (mgr.14556) 6383 : cluster [DBG] pgmap v5629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:56.627700+0000 mgr.y (mgr.14556) 6383 : cluster [DBG] pgmap v5629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:52:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:56.627700+0000 mgr.y (mgr.14556) 6383 : cluster [DBG] pgmap v5629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:52:58.628232+0000 mgr.y (mgr.14556) 6384 : cluster [DBG] pgmap v5630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:52:58.628232+0000 mgr.y (mgr.14556) 6384 : cluster [DBG] pgmap v5630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:52:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:52:58.628232+0000 mgr.y (mgr.14556) 6384 : cluster [DBG] pgmap v5630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:00.629045+0000 mgr.y (mgr.14556) 6385 : cluster [DBG] pgmap v5631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:53:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:00.629045+0000 mgr.y (mgr.14556) 6385 : cluster [DBG] pgmap v5631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:00.629045+0000 mgr.y (mgr.14556) 6385 : cluster [DBG] pgmap v5631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:02.629471+0000 mgr.y (mgr.14556) 6386 : cluster [DBG] pgmap v5632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:53:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:53:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:02.629471+0000 mgr.y (mgr.14556) 6386 : cluster [DBG] pgmap v5632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:02.629471+0000 mgr.y (mgr.14556) 6386 : cluster [DBG] pgmap v5632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:04.629865+0000 mgr.y (mgr.14556) 6387 : cluster [DBG] pgmap v5633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:06.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:04.629865+0000 mgr.y (mgr.14556) 6387 : cluster [DBG] pgmap v5633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:04.629865+0000 mgr.y (mgr.14556) 6387 : cluster [DBG] pgmap v5633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:06.630503+0000 mgr.y (mgr.14556) 6388 : cluster [DBG] pgmap v5634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:06.630503+0000 mgr.y (mgr.14556) 6388 : cluster [DBG] pgmap v5634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:06.630503+0000 mgr.y (mgr.14556) 6388 : cluster [DBG] pgmap v5634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:08.630830+0000 mgr.y (mgr.14556) 6389 : cluster [DBG] pgmap v5635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:08.630830+0000 mgr.y (mgr.14556) 6389 : cluster [DBG] pgmap v5635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:08.630830+0000 mgr.y (mgr.14556) 6389 : cluster [DBG] pgmap v5635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:53:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:10.631626+0000 mgr.y (mgr.14556) 6390 : cluster [DBG] pgmap v5636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:10.631626+0000 mgr.y (mgr.14556) 6390 : cluster [DBG] pgmap v5636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:10.631626+0000 mgr.y (mgr.14556) 6390 : cluster [DBG] pgmap v5636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:53:13] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:53:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:12.632000+0000 mgr.y (mgr.14556) 6391 : cluster [DBG] pgmap v5637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:12.632000+0000 mgr.y (mgr.14556) 6391 : cluster [DBG] pgmap v5637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:12.632000+0000 mgr.y (mgr.14556) 6391 : cluster [DBG] pgmap v5637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:14.632547+0000 mgr.y (mgr.14556) 6392 : cluster [DBG] pgmap v5638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:14.632547+0000 mgr.y (mgr.14556) 6392 : cluster [DBG] pgmap v5638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:14.632547+0000 mgr.y (mgr.14556) 6392 : cluster [DBG] pgmap v5638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:16.633283+0000 mgr.y (mgr.14556) 6393 : cluster [DBG] pgmap v5639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:16.633283+0000 mgr.y (mgr.14556) 6393 : cluster [DBG] pgmap v5639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:16.633283+0000 mgr.y (mgr.14556) 6393 : cluster [DBG] pgmap v5639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:18.633785+0000 mgr.y (mgr.14556) 6394 : cluster [DBG] pgmap v5640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:18.633785+0000 mgr.y (mgr.14556) 6394 : cluster [DBG] pgmap v5640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:18.633785+0000 mgr.y (mgr.14556) 6394 : cluster [DBG] pgmap v5640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:20.634439+0000 mgr.y (mgr.14556) 6395 : cluster [DBG] pgmap v5641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:53:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:20.634439+0000 mgr.y (mgr.14556) 6395 : cluster [DBG] pgmap v5641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:20.634439+0000 mgr.y (mgr.14556) 6395 : cluster [DBG] pgmap v5641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:23.813 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:53:24.100 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:53:24.100 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 2m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:53:24.100 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 2m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:53:24.100 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 2m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:53:24.100 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 2m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:53:24.100 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 2m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:53:24.100 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 2m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:53:24.100 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 2m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:53:24.100 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 2m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:53:24.100 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 2m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:53:24.100 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 2m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:53:24.100 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 2m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:53:24.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 2m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:53:24.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 2m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:53:24.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 2m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:53:24.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 2m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:53:24.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 2m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:53:24.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 2m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:53:24.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 2m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:53:24.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 2m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:53:24.101 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 2m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:53:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:53:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:53:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:22.634910+0000 mgr.y (mgr.14556) 6396 : cluster [DBG] pgmap v5642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:22.634910+0000 mgr.y (mgr.14556) 6396 : cluster [DBG] pgmap v5642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:22.634910+0000 mgr.y (mgr.14556) 6396 : cluster [DBG] pgmap v5642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:24.449 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:53:24.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:53:24.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:53:24.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:53:24.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:53:24.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:53:24.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:53:24.449 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:53:24.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:53:24.450 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:53:24.450 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:53:24.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:53:24.450 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:53:24.450 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:53:24.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:53:24.450 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:53:24.450 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:53:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:53:23.802063+0000 mgr.y (mgr.14556) 6397 : audit [DBG] from='client.31295 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:53:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:53:24.092271+0000 mgr.y (mgr.14556) 6398 : audit [DBG] from='client.21387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:53:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:53:24.449729+0000 mon.a (mon.0) 1869 : audit [DBG] from='client.? 172.21.15.23:0/4060618396' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:53:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:53:23.802063+0000 mgr.y (mgr.14556) 6397 : audit [DBG] from='client.31295 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:53:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:53:24.092271+0000 mgr.y (mgr.14556) 6398 : audit [DBG] from='client.21387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:53:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:53:24.449729+0000 mon.a (mon.0) 1869 : audit [DBG] from='client.? 172.21.15.23:0/4060618396' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:53:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:53:23.802063+0000 mgr.y (mgr.14556) 6397 : audit [DBG] from='client.31295 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:53:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:53:24.092271+0000 mgr.y (mgr.14556) 6398 : audit [DBG] from='client.21387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:53:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:53:24.449729+0000 mon.a (mon.0) 1869 : audit [DBG] from='client.? 172.21.15.23:0/4060618396' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:53:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:24.635377+0000 mgr.y (mgr.14556) 6399 : cluster [DBG] pgmap v5643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:24.635377+0000 mgr.y (mgr.14556) 6399 : cluster [DBG] pgmap v5643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:24.635377+0000 mgr.y (mgr.14556) 6399 : cluster [DBG] pgmap v5643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:26.635964+0000 mgr.y (mgr.14556) 6400 : cluster [DBG] pgmap v5644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:26.635964+0000 mgr.y (mgr.14556) 6400 : cluster [DBG] pgmap v5644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:26.635964+0000 mgr.y (mgr.14556) 6400 : cluster [DBG] pgmap v5644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:28.636408+0000 mgr.y (mgr.14556) 6401 : cluster [DBG] pgmap v5645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:28.636408+0000 mgr.y (mgr.14556) 6401 : cluster [DBG] pgmap v5645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:28.636408+0000 mgr.y (mgr.14556) 6401 : cluster [DBG] pgmap v5645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:30.637043+0000 mgr.y (mgr.14556) 6402 : cluster [DBG] pgmap v5646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:53:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:30.637043+0000 mgr.y (mgr.14556) 6402 : cluster [DBG] pgmap v5646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:30.637043+0000 mgr.y (mgr.14556) 6402 : cluster [DBG] pgmap v5646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:32.637472+0000 mgr.y (mgr.14556) 6403 : cluster [DBG] pgmap v5647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:32.637472+0000 mgr.y (mgr.14556) 6403 : cluster [DBG] pgmap v5647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:53:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:53:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:32.637472+0000 mgr.y (mgr.14556) 6403 : cluster [DBG] pgmap v5647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:34.637785+0000 mgr.y (mgr.14556) 6404 : cluster [DBG] pgmap v5648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:34.637785+0000 mgr.y (mgr.14556) 6404 : cluster [DBG] pgmap v5648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:34.637785+0000 mgr.y (mgr.14556) 6404 : cluster [DBG] pgmap v5648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:36.638552+0000 mgr.y (mgr.14556) 6405 : cluster [DBG] pgmap v5649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:36.638552+0000 mgr.y (mgr.14556) 6405 : cluster [DBG] pgmap v5649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:36.638552+0000 mgr.y (mgr.14556) 6405 : cluster [DBG] pgmap v5649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:38.639110+0000 mgr.y (mgr.14556) 6406 : cluster [DBG] pgmap v5650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:38.639110+0000 mgr.y (mgr.14556) 6406 : cluster [DBG] pgmap v5650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:38.639110+0000 mgr.y (mgr.14556) 6406 : cluster [DBG] pgmap v5650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:41.796 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:53:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:40.639904+0000 mgr.y (mgr.14556) 6407 : cluster [DBG] pgmap v5651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:40.639904+0000 mgr.y (mgr.14556) 6407 : cluster [DBG] pgmap v5651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:40.639904+0000 mgr.y (mgr.14556) 6407 : cluster [DBG] pgmap v5651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:42.640300+0000 mgr.y (mgr.14556) 6408 : cluster [DBG] pgmap v5652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:42.640300+0000 mgr.y (mgr.14556) 6408 : cluster [DBG] pgmap v5652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:53:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:53:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:42.640300+0000 mgr.y (mgr.14556) 6408 : cluster [DBG] pgmap v5652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:44.640671+0000 mgr.y (mgr.14556) 6409 : cluster [DBG] pgmap v5653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:44.640671+0000 mgr.y (mgr.14556) 6409 : cluster [DBG] pgmap v5653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:44.640671+0000 mgr.y (mgr.14556) 6409 : cluster [DBG] pgmap v5653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:53:45.971964+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:53:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:53:46.226115+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:53:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:53:46.237689+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:53:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:53:46.527050+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:53:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:53:46.527720+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:53:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:53:46.536232+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:53:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:53:45.971964+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:53:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:53:46.226115+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:53:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:53:46.237689+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:53:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:53:46.527050+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:53:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:53:46.527720+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:53:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:53:46.536232+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:53:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:53:45.971964+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:53:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:53:46.226115+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:53:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:53:46.237689+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:53:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:53:46.527050+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:53:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:53:46.527720+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:53:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:53:46.536232+0000 mon.a (mon.0) 1875 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:53:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:46.641161+0000 mgr.y (mgr.14556) 6410 : cluster [DBG] pgmap v5654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:46.641161+0000 mgr.y (mgr.14556) 6410 : cluster [DBG] pgmap v5654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:46.641161+0000 mgr.y (mgr.14556) 6410 : cluster [DBG] pgmap v5654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:48.641712+0000 mgr.y (mgr.14556) 6411 : cluster [DBG] pgmap v5655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:48.641712+0000 mgr.y (mgr.14556) 6411 : cluster [DBG] pgmap v5655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:48.641712+0000 mgr.y (mgr.14556) 6411 : cluster [DBG] pgmap v5655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:51.846 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:53:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:50.642300+0000 mgr.y (mgr.14556) 6412 : cluster [DBG] pgmap v5656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:50.642300+0000 mgr.y (mgr.14556) 6412 : cluster [DBG] pgmap v5656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:50.642300+0000 mgr.y (mgr.14556) 6412 : cluster [DBG] pgmap v5656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:52.642873+0000 mgr.y (mgr.14556) 6413 : cluster [DBG] pgmap v5657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:53:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:53:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:52.642873+0000 mgr.y (mgr.14556) 6413 : cluster [DBG] pgmap v5657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:52.642873+0000 mgr.y (mgr.14556) 6413 : cluster [DBG] pgmap v5657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:54.773 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:53:55.060 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:53:55.060 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 3m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:53:55.060 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 3m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 3m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 3m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 3m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 3m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 3m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 3m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 3m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 3m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 3m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 3m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 3m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 3m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 3m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:53:55.061 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 3m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:53:55.062 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 3m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:53:55.062 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 3m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:53:55.062 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 3m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:53:55.062 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 3m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:53:55.409 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:53:55.410 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:53:55.410 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:53:55.410 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:53:55.410 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:53:55.410 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:53:55.410 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:53:55.410 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:53:55.410 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:53:55.410 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:53:55.410 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:53:55.410 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:53:55.410 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:53:55.411 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:53:55.411 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:53:55.411 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:53:55.411 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:53:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:54.643189+0000 mgr.y (mgr.14556) 6414 : cluster [DBG] pgmap v5658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:53:54.761710+0000 mgr.y (mgr.14556) 6415 : audit [DBG] from='client.21399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:53:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:53:55.052956+0000 mgr.y (mgr.14556) 6416 : audit [DBG] from='client.31319 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:53:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:53:55.410339+0000 mon.a (mon.0) 1876 : audit [DBG] from='client.? 172.21.15.23:0/2259934531' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:53:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:54.643189+0000 mgr.y (mgr.14556) 6414 : cluster [DBG] pgmap v5658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:53:54.761710+0000 mgr.y (mgr.14556) 6415 : audit [DBG] from='client.21399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:53:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:53:55.052956+0000 mgr.y (mgr.14556) 6416 : audit [DBG] from='client.31319 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:53:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:53:55.410339+0000 mon.a (mon.0) 1876 : audit [DBG] from='client.? 172.21.15.23:0/2259934531' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:53:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:54.643189+0000 mgr.y (mgr.14556) 6414 : cluster [DBG] pgmap v5658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:53:54.761710+0000 mgr.y (mgr.14556) 6415 : audit [DBG] from='client.21399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:53:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:53:55.052956+0000 mgr.y (mgr.14556) 6416 : audit [DBG] from='client.31319 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:53:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:53:55.410339+0000 mon.a (mon.0) 1876 : audit [DBG] from='client.? 172.21.15.23:0/2259934531' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:53:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:56.644024+0000 mgr.y (mgr.14556) 6417 : cluster [DBG] pgmap v5659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:56.644024+0000 mgr.y (mgr.14556) 6417 : cluster [DBG] pgmap v5659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:53:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:56.644024+0000 mgr.y (mgr.14556) 6417 : cluster [DBG] pgmap v5659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:53:58.644500+0000 mgr.y (mgr.14556) 6418 : cluster [DBG] pgmap v5660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:53:58.644500+0000 mgr.y (mgr.14556) 6418 : cluster [DBG] pgmap v5660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:53:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:53:58.644500+0000 mgr.y (mgr.14556) 6418 : cluster [DBG] pgmap v5660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:01.875 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:54:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:00.645056+0000 mgr.y (mgr.14556) 6419 : cluster [DBG] pgmap v5661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:00.645056+0000 mgr.y (mgr.14556) 6419 : cluster [DBG] pgmap v5661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:00.645056+0000 mgr.y (mgr.14556) 6419 : cluster [DBG] pgmap v5661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:54:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:54:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:02.645575+0000 mgr.y (mgr.14556) 6420 : cluster [DBG] pgmap v5662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:02.645575+0000 mgr.y (mgr.14556) 6420 : cluster [DBG] pgmap v5662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:02.645575+0000 mgr.y (mgr.14556) 6420 : cluster [DBG] pgmap v5662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:04.645918+0000 mgr.y (mgr.14556) 6421 : cluster [DBG] pgmap v5663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:04.645918+0000 mgr.y (mgr.14556) 6421 : cluster [DBG] pgmap v5663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:04.645918+0000 mgr.y (mgr.14556) 6421 : cluster [DBG] pgmap v5663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:06.646728+0000 mgr.y (mgr.14556) 6422 : cluster [DBG] pgmap v5664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:06.646728+0000 mgr.y (mgr.14556) 6422 : cluster [DBG] pgmap v5664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:06.646728+0000 mgr.y (mgr.14556) 6422 : cluster [DBG] pgmap v5664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:08.647153+0000 mgr.y (mgr.14556) 6423 : cluster [DBG] pgmap v5665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:08.647153+0000 mgr.y (mgr.14556) 6423 : cluster [DBG] pgmap v5665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:08.647153+0000 mgr.y (mgr.14556) 6423 : cluster [DBG] pgmap v5665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:11.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:54:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:10.647786+0000 mgr.y (mgr.14556) 6424 : cluster [DBG] pgmap v5666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:10.647786+0000 mgr.y (mgr.14556) 6424 : cluster [DBG] pgmap v5666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:10.647786+0000 mgr.y (mgr.14556) 6424 : cluster [DBG] pgmap v5666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:54:13] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T09:54:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:12.648394+0000 mgr.y (mgr.14556) 6425 : cluster [DBG] pgmap v5667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:12.648394+0000 mgr.y (mgr.14556) 6425 : cluster [DBG] pgmap v5667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:12.648394+0000 mgr.y (mgr.14556) 6425 : cluster [DBG] pgmap v5667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:16.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:14.648855+0000 mgr.y (mgr.14556) 6426 : cluster [DBG] pgmap v5668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:14.648855+0000 mgr.y (mgr.14556) 6426 : cluster [DBG] pgmap v5668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:14.648855+0000 mgr.y (mgr.14556) 6426 : cluster [DBG] pgmap v5668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:16.649627+0000 mgr.y (mgr.14556) 6427 : cluster [DBG] pgmap v5669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:16.649627+0000 mgr.y (mgr.14556) 6427 : cluster [DBG] pgmap v5669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:16.649627+0000 mgr.y (mgr.14556) 6427 : cluster [DBG] pgmap v5669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:18.650026+0000 mgr.y (mgr.14556) 6428 : cluster [DBG] pgmap v5670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:18.650026+0000 mgr.y (mgr.14556) 6428 : cluster [DBG] pgmap v5670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:18.650026+0000 mgr.y (mgr.14556) 6428 : cluster [DBG] pgmap v5670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:54:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:20.650823+0000 mgr.y (mgr.14556) 6429 : cluster [DBG] pgmap v5671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:20.650823+0000 mgr.y (mgr.14556) 6429 : cluster [DBG] pgmap v5671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:20.650823+0000 mgr.y (mgr.14556) 6429 : cluster [DBG] pgmap v5671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:54:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:54:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:22.651289+0000 mgr.y (mgr.14556) 6430 : cluster [DBG] pgmap v5672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:22.651289+0000 mgr.y (mgr.14556) 6430 : cluster [DBG] pgmap v5672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:22.651289+0000 mgr.y (mgr.14556) 6430 : cluster [DBG] pgmap v5672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:54:26.026 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:54:26.026 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 3m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:54:26.026 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 3m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:54:26.026 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 3m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:54:26.026 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 3m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:54:26.026 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 3m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:54:26.026 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 3m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:54:26.026 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 3m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:54:26.026 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 3m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:54:26.026 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 3m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:54:26.026 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 3m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:54:26.026 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 3m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:54:26.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 3m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:54:26.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 3m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:54:26.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 3m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:54:26.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 3m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:54:26.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 3m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:54:26.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 3m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:54:26.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 3m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:54:26.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 3m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:54:26.027 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 3m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:54:26.376 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:54:26.376 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:54:26.376 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:54:26.377 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:54:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:24.651870+0000 mgr.y (mgr.14556) 6431 : cluster [DBG] pgmap v5673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:24.651870+0000 mgr.y (mgr.14556) 6431 : cluster [DBG] pgmap v5673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:24.651870+0000 mgr.y (mgr.14556) 6431 : cluster [DBG] pgmap v5673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:54:25.726447+0000 mgr.y (mgr.14556) 6432 : audit [DBG] from='client.21417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:54:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:54:26.018591+0000 mgr.y (mgr.14556) 6433 : audit [DBG] from='client.21423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:54:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:54:26.376943+0000 mon.a (mon.0) 1877 : audit [DBG] from='client.? 172.21.15.23:0/4070672147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:54:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:54:25.726447+0000 mgr.y (mgr.14556) 6432 : audit [DBG] from='client.21417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:54:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:54:26.018591+0000 mgr.y (mgr.14556) 6433 : audit [DBG] from='client.21423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:54:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:54:26.376943+0000 mon.a (mon.0) 1877 : audit [DBG] from='client.? 172.21.15.23:0/4070672147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:54:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:54:25.726447+0000 mgr.y (mgr.14556) 6432 : audit [DBG] from='client.21417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:54:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:54:26.018591+0000 mgr.y (mgr.14556) 6433 : audit [DBG] from='client.21423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:54:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:54:26.376943+0000 mon.a (mon.0) 1877 : audit [DBG] from='client.? 172.21.15.23:0/4070672147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:54:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:26.652483+0000 mgr.y (mgr.14556) 6434 : cluster [DBG] pgmap v5674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:26.652483+0000 mgr.y (mgr.14556) 6434 : cluster [DBG] pgmap v5674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:26.652483+0000 mgr.y (mgr.14556) 6434 : cluster [DBG] pgmap v5674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:28.653009+0000 mgr.y (mgr.14556) 6435 : cluster [DBG] pgmap v5675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:28.653009+0000 mgr.y (mgr.14556) 6435 : cluster [DBG] pgmap v5675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:28.653009+0000 mgr.y (mgr.14556) 6435 : cluster [DBG] pgmap v5675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:54:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:30.653858+0000 mgr.y (mgr.14556) 6436 : cluster [DBG] pgmap v5676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:30.653858+0000 mgr.y (mgr.14556) 6436 : cluster [DBG] pgmap v5676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:30.653858+0000 mgr.y (mgr.14556) 6436 : cluster [DBG] pgmap v5676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:54:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:54:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:32.654511+0000 mgr.y (mgr.14556) 6437 : cluster [DBG] pgmap v5677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:32.654511+0000 mgr.y (mgr.14556) 6437 : cluster [DBG] pgmap v5677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:32.654511+0000 mgr.y (mgr.14556) 6437 : cluster [DBG] pgmap v5677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:34.654825+0000 mgr.y (mgr.14556) 6438 : cluster [DBG] pgmap v5678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:34.654825+0000 mgr.y (mgr.14556) 6438 : cluster [DBG] pgmap v5678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:34.654825+0000 mgr.y (mgr.14556) 6438 : cluster [DBG] pgmap v5678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:36.655717+0000 mgr.y (mgr.14556) 6439 : cluster [DBG] pgmap v5679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:36.655717+0000 mgr.y (mgr.14556) 6439 : cluster [DBG] pgmap v5679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:36.655717+0000 mgr.y (mgr.14556) 6439 : cluster [DBG] pgmap v5679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:38.656098+0000 mgr.y (mgr.14556) 6440 : cluster [DBG] pgmap v5680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:38.656098+0000 mgr.y (mgr.14556) 6440 : cluster [DBG] pgmap v5680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:38.656098+0000 mgr.y (mgr.14556) 6440 : cluster [DBG] pgmap v5680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:54:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:40.656895+0000 mgr.y (mgr.14556) 6441 : cluster [DBG] pgmap v5681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:40.656895+0000 mgr.y (mgr.14556) 6441 : cluster [DBG] pgmap v5681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:40.656895+0000 mgr.y (mgr.14556) 6441 : cluster [DBG] pgmap v5681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:44.055 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:54:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T09:54:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:42.657414+0000 mgr.y (mgr.14556) 6442 : cluster [DBG] pgmap v5682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:42.657414+0000 mgr.y (mgr.14556) 6442 : cluster [DBG] pgmap v5682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:42.657414+0000 mgr.y (mgr.14556) 6442 : cluster [DBG] pgmap v5682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:44.657880+0000 mgr.y (mgr.14556) 6443 : cluster [DBG] pgmap v5683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:44.657880+0000 mgr.y (mgr.14556) 6443 : cluster [DBG] pgmap v5683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:44.657880+0000 mgr.y (mgr.14556) 6443 : cluster [DBG] pgmap v5683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:54:46.540730+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:54:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:54:46.845242+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:54:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:54:46.845875+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:54:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:54:46.850018+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:54:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:54:46.540730+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:54:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:54:46.845242+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:54:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:54:46.845875+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:54:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:54:46.850018+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:54:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:54:46.540730+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:54:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:54:46.845242+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:54:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:54:46.845875+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:54:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:54:46.850018+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:54:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:46.658469+0000 mgr.y (mgr.14556) 6444 : cluster [DBG] pgmap v5684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:46.658469+0000 mgr.y (mgr.14556) 6444 : cluster [DBG] pgmap v5684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:46.658469+0000 mgr.y (mgr.14556) 6444 : cluster [DBG] pgmap v5684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:48.658861+0000 mgr.y (mgr.14556) 6445 : cluster [DBG] pgmap v5685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:48.658861+0000 mgr.y (mgr.14556) 6445 : cluster [DBG] pgmap v5685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:48.658861+0000 mgr.y (mgr.14556) 6445 : cluster [DBG] pgmap v5685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:54:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:50.659550+0000 mgr.y (mgr.14556) 6446 : cluster [DBG] pgmap v5686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:50.659550+0000 mgr.y (mgr.14556) 6446 : cluster [DBG] pgmap v5686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:50.659550+0000 mgr.y (mgr.14556) 6446 : cluster [DBG] pgmap v5686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:54.119 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:54:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:54:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:52.659973+0000 mgr.y (mgr.14556) 6447 : cluster [DBG] pgmap v5687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:52.659973+0000 mgr.y (mgr.14556) 6447 : cluster [DBG] pgmap v5687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:52.659973+0000 mgr.y (mgr.14556) 6447 : cluster [DBG] pgmap v5687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:54.660543+0000 mgr.y (mgr.14556) 6448 : cluster [DBG] pgmap v5688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:54.660543+0000 mgr.y (mgr.14556) 6448 : cluster [DBG] pgmap v5688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:54.660543+0000 mgr.y (mgr.14556) 6448 : cluster [DBG] pgmap v5688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:56.701 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 4m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 4m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 4m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:54:56.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:54:56.988 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:54:56.988 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:54:56.988 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:54:56.988 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:54:56.988 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:54:56.988 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:54:56.988 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:54:56.988 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:54:57.340 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:54:57.341 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:54:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:56.661054+0000 mgr.y (mgr.14556) 6449 : cluster [DBG] pgmap v5689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:54:56.690296+0000 mgr.y (mgr.14556) 6450 : audit [DBG] from='client.31349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:54:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:54:56.979648+0000 mgr.y (mgr.14556) 6451 : audit [DBG] from='client.31355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:54:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:54:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:54:57.339809+0000 mon.a (mon.0) 1882 : audit [DBG] from='client.? 172.21.15.23:0/3071575112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:54:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:56.661054+0000 mgr.y (mgr.14556) 6449 : cluster [DBG] pgmap v5689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:54:56.690296+0000 mgr.y (mgr.14556) 6450 : audit [DBG] from='client.31349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:54:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:54:56.979648+0000 mgr.y (mgr.14556) 6451 : audit [DBG] from='client.31355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:54:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:54:57.339809+0000 mon.a (mon.0) 1882 : audit [DBG] from='client.? 172.21.15.23:0/3071575112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:54:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:56.661054+0000 mgr.y (mgr.14556) 6449 : cluster [DBG] pgmap v5689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:54:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:54:56.690296+0000 mgr.y (mgr.14556) 6450 : audit [DBG] from='client.31349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:54:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:54:56.979648+0000 mgr.y (mgr.14556) 6451 : audit [DBG] from='client.31355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:54:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:54:57.339809+0000 mon.a (mon.0) 1882 : audit [DBG] from='client.? 172.21.15.23:0/3071575112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:55:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:54:58.661466+0000 mgr.y (mgr.14556) 6452 : cluster [DBG] pgmap v5690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:54:58.661466+0000 mgr.y (mgr.14556) 6452 : cluster [DBG] pgmap v5690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:54:58.661466+0000 mgr.y (mgr.14556) 6452 : cluster [DBG] pgmap v5690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:55:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:00.662226+0000 mgr.y (mgr.14556) 6453 : cluster [DBG] pgmap v5691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:00.662226+0000 mgr.y (mgr.14556) 6453 : cluster [DBG] pgmap v5691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:00.662226+0000 mgr.y (mgr.14556) 6453 : cluster [DBG] pgmap v5691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:55:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T09:55:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:02.662690+0000 mgr.y (mgr.14556) 6454 : cluster [DBG] pgmap v5692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:02.662690+0000 mgr.y (mgr.14556) 6454 : cluster [DBG] pgmap v5692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:02.662690+0000 mgr.y (mgr.14556) 6454 : cluster [DBG] pgmap v5692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:04.662994+0000 mgr.y (mgr.14556) 6455 : cluster [DBG] pgmap v5693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:04.662994+0000 mgr.y (mgr.14556) 6455 : cluster [DBG] pgmap v5693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:04.662994+0000 mgr.y (mgr.14556) 6455 : cluster [DBG] pgmap v5693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:06.663649+0000 mgr.y (mgr.14556) 6456 : cluster [DBG] pgmap v5694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:06.663649+0000 mgr.y (mgr.14556) 6456 : cluster [DBG] pgmap v5694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:06.663649+0000 mgr.y (mgr.14556) 6456 : cluster [DBG] pgmap v5694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:08.664024+0000 mgr.y (mgr.14556) 6457 : cluster [DBG] pgmap v5695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:08.664024+0000 mgr.y (mgr.14556) 6457 : cluster [DBG] pgmap v5695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:08.664024+0000 mgr.y (mgr.14556) 6457 : cluster [DBG] pgmap v5695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:55:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:10.664631+0000 mgr.y (mgr.14556) 6458 : cluster [DBG] pgmap v5696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:10.664631+0000 mgr.y (mgr.14556) 6458 : cluster [DBG] pgmap v5696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:10.664631+0000 mgr.y (mgr.14556) 6458 : cluster [DBG] pgmap v5696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:55:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:55:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:12.665077+0000 mgr.y (mgr.14556) 6459 : cluster [DBG] pgmap v5697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:12.665077+0000 mgr.y (mgr.14556) 6459 : cluster [DBG] pgmap v5697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:12.665077+0000 mgr.y (mgr.14556) 6459 : cluster [DBG] pgmap v5697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:14.665569+0000 mgr.y (mgr.14556) 6460 : cluster [DBG] pgmap v5698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:14.665569+0000 mgr.y (mgr.14556) 6460 : cluster [DBG] pgmap v5698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:14.665569+0000 mgr.y (mgr.14556) 6460 : cluster [DBG] pgmap v5698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:16.666213+0000 mgr.y (mgr.14556) 6461 : cluster [DBG] pgmap v5699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:16.666213+0000 mgr.y (mgr.14556) 6461 : cluster [DBG] pgmap v5699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:16.666213+0000 mgr.y (mgr.14556) 6461 : cluster [DBG] pgmap v5699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:18.666779+0000 mgr.y (mgr.14556) 6462 : cluster [DBG] pgmap v5700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:18.666779+0000 mgr.y (mgr.14556) 6462 : cluster [DBG] pgmap v5700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:18.666779+0000 mgr.y (mgr.14556) 6462 : cluster [DBG] pgmap v5700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:55:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:20.667439+0000 mgr.y (mgr.14556) 6463 : cluster [DBG] pgmap v5701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:20.667439+0000 mgr.y (mgr.14556) 6463 : cluster [DBG] pgmap v5701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:20.667439+0000 mgr.y (mgr.14556) 6463 : cluster [DBG] pgmap v5701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:55:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:55:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:22.667957+0000 mgr.y (mgr.14556) 6464 : cluster [DBG] pgmap v5702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:22.667957+0000 mgr.y (mgr.14556) 6464 : cluster [DBG] pgmap v5702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:22.667957+0000 mgr.y (mgr.14556) 6464 : cluster [DBG] pgmap v5702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:24.668571+0000 mgr.y (mgr.14556) 6465 : cluster [DBG] pgmap v5703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:24.668571+0000 mgr.y (mgr.14556) 6465 : cluster [DBG] pgmap v5703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:24.668571+0000 mgr.y (mgr.14556) 6465 : cluster [DBG] pgmap v5703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:55:27.954 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:55:27.954 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:55:27.954 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 4m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 4m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 4m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:55:27.955 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:55:27.956 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:55:27.956 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:55:27.956 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:55:28.302 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:55:28.303 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:55:28.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:55:28.303 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:55:28.303 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:55:28.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:55:28.303 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:55:28.303 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:55:28.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:55:28.303 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:55:28.303 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:55:28.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:55:28.304 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:55:28.304 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:55:28.304 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:55:28.304 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:55:28.304 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:55:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:26.669231+0000 mgr.y (mgr.14556) 6466 : cluster [DBG] pgmap v5704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:26.669231+0000 mgr.y (mgr.14556) 6466 : cluster [DBG] pgmap v5704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:26.669231+0000 mgr.y (mgr.14556) 6466 : cluster [DBG] pgmap v5704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:55:27.653894+0000 mgr.y (mgr.14556) 6467 : audit [DBG] from='client.21453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:55:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:55:27.947149+0000 mgr.y (mgr.14556) 6468 : audit [DBG] from='client.21459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:55:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:55:28.303392+0000 mon.a (mon.0) 1883 : audit [DBG] from='client.? 172.21.15.23:0/851111792' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:55:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:55:27.653894+0000 mgr.y (mgr.14556) 6467 : audit [DBG] from='client.21453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:55:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:55:27.947149+0000 mgr.y (mgr.14556) 6468 : audit [DBG] from='client.21459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:55:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:55:28.303392+0000 mon.a (mon.0) 1883 : audit [DBG] from='client.? 172.21.15.23:0/851111792' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:55:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:55:27.653894+0000 mgr.y (mgr.14556) 6467 : audit [DBG] from='client.21453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:55:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:55:27.947149+0000 mgr.y (mgr.14556) 6468 : audit [DBG] from='client.21459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:55:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:55:28.303392+0000 mon.a (mon.0) 1883 : audit [DBG] from='client.? 172.21.15.23:0/851111792' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:55:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:28.669771+0000 mgr.y (mgr.14556) 6469 : cluster [DBG] pgmap v5705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:28.669771+0000 mgr.y (mgr.14556) 6469 : cluster [DBG] pgmap v5705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:28.669771+0000 mgr.y (mgr.14556) 6469 : cluster [DBG] pgmap v5705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:55:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:30.670591+0000 mgr.y (mgr.14556) 6470 : cluster [DBG] pgmap v5706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:30.670591+0000 mgr.y (mgr.14556) 6470 : cluster [DBG] pgmap v5706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:30.670591+0000 mgr.y (mgr.14556) 6470 : cluster [DBG] pgmap v5706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:55:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:55:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:32.671128+0000 mgr.y (mgr.14556) 6471 : cluster [DBG] pgmap v5707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:32.671128+0000 mgr.y (mgr.14556) 6471 : cluster [DBG] pgmap v5707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:32.671128+0000 mgr.y (mgr.14556) 6471 : cluster [DBG] pgmap v5707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:34.671513+0000 mgr.y (mgr.14556) 6472 : cluster [DBG] pgmap v5708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:34.671513+0000 mgr.y (mgr.14556) 6472 : cluster [DBG] pgmap v5708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:34.671513+0000 mgr.y (mgr.14556) 6472 : cluster [DBG] pgmap v5708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:36.672311+0000 mgr.y (mgr.14556) 6473 : cluster [DBG] pgmap v5709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:36.672311+0000 mgr.y (mgr.14556) 6473 : cluster [DBG] pgmap v5709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:36.672311+0000 mgr.y (mgr.14556) 6473 : cluster [DBG] pgmap v5709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:38.672695+0000 mgr.y (mgr.14556) 6474 : cluster [DBG] pgmap v5710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:38.672695+0000 mgr.y (mgr.14556) 6474 : cluster [DBG] pgmap v5710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:38.672695+0000 mgr.y (mgr.14556) 6474 : cluster [DBG] pgmap v5710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:55:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:40.673341+0000 mgr.y (mgr.14556) 6475 : cluster [DBG] pgmap v5711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:40.673341+0000 mgr.y (mgr.14556) 6475 : cluster [DBG] pgmap v5711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:40.673341+0000 mgr.y (mgr.14556) 6475 : cluster [DBG] pgmap v5711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:55:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:55:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:42.673779+0000 mgr.y (mgr.14556) 6476 : cluster [DBG] pgmap v5712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:42.673779+0000 mgr.y (mgr.14556) 6476 : cluster [DBG] pgmap v5712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:42.673779+0000 mgr.y (mgr.14556) 6476 : cluster [DBG] pgmap v5712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:44.674283+0000 mgr.y (mgr.14556) 6477 : cluster [DBG] pgmap v5713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:44.674283+0000 mgr.y (mgr.14556) 6477 : cluster [DBG] pgmap v5713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:44.674283+0000 mgr.y (mgr.14556) 6477 : cluster [DBG] pgmap v5713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:55:46.854402+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:55:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:55:47.160076+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:55:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:55:47.160731+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:55:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:55:47.165202+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:55:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:55:46.854402+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:55:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:55:47.160076+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:55:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:55:47.160731+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:55:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:55:47.165202+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:55:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:55:46.854402+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:55:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:55:47.160076+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:55:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:55:47.160731+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:55:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:55:47.165202+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:55:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:46.674934+0000 mgr.y (mgr.14556) 6478 : cluster [DBG] pgmap v5714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:46.674934+0000 mgr.y (mgr.14556) 6478 : cluster [DBG] pgmap v5714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:46.674934+0000 mgr.y (mgr.14556) 6478 : cluster [DBG] pgmap v5714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:48.675451+0000 mgr.y (mgr.14556) 6479 : cluster [DBG] pgmap v5715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:48.675451+0000 mgr.y (mgr.14556) 6479 : cluster [DBG] pgmap v5715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:48.675451+0000 mgr.y (mgr.14556) 6479 : cluster [DBG] pgmap v5715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:55:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:50.676165+0000 mgr.y (mgr.14556) 6480 : cluster [DBG] pgmap v5716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:50.676165+0000 mgr.y (mgr.14556) 6480 : cluster [DBG] pgmap v5716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:50.676165+0000 mgr.y (mgr.14556) 6480 : cluster [DBG] pgmap v5716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:55:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:55:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:52.676617+0000 mgr.y (mgr.14556) 6481 : cluster [DBG] pgmap v5717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:52.676617+0000 mgr.y (mgr.14556) 6481 : cluster [DBG] pgmap v5717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:52.676617+0000 mgr.y (mgr.14556) 6481 : cluster [DBG] pgmap v5717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:54.677140+0000 mgr.y (mgr.14556) 6482 : cluster [DBG] pgmap v5718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:54.677140+0000 mgr.y (mgr.14556) 6482 : cluster [DBG] pgmap v5718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:54.677140+0000 mgr.y (mgr.14556) 6482 : cluster [DBG] pgmap v5718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:56.677877+0000 mgr.y (mgr.14556) 6483 : cluster [DBG] pgmap v5719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:56.677877+0000 mgr.y (mgr.14556) 6483 : cluster [DBG] pgmap v5719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:56.677877+0000 mgr.y (mgr.14556) 6483 : cluster [DBG] pgmap v5719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:55:58.625 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:55:58.914 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:55:58.914 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 5m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:55:58.914 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 5m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 5m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 5m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 5m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 5m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 5m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:55:58.915 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:55:58.916 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 5m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:55:58.916 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 5m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:55:58.916 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 5m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:55:58.916 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 5m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:55:58.916 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 5m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:55:59.265 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:55:59.265 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:55:59.265 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:55:59.265 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:55:59.265 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:55:59.265 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:55:59.265 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:55:59.265 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:55:59.265 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:55:59.265 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:55:59.265 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:55:59.266 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:55:59.266 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:55:59.266 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:55:59.266 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:55:59.266 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:55:59.266 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:56:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:55:58.614490+0000 mgr.y (mgr.14556) 6484 : audit [DBG] from='client.21471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:56:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:55:58.678218+0000 mgr.y (mgr.14556) 6485 : cluster [DBG] pgmap v5720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:55:58.907083+0000 mgr.y (mgr.14556) 6486 : audit [DBG] from='client.21477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:56:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:55:59.265596+0000 mon.c (mon.2) 183 : audit [DBG] from='client.? 172.21.15.23:0/2460874392' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:56:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:55:58.614490+0000 mgr.y (mgr.14556) 6484 : audit [DBG] from='client.21471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:56:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:55:58.678218+0000 mgr.y (mgr.14556) 6485 : cluster [DBG] pgmap v5720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:55:58.907083+0000 mgr.y (mgr.14556) 6486 : audit [DBG] from='client.21477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:56:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:55:59.265596+0000 mon.c (mon.2) 183 : audit [DBG] from='client.? 172.21.15.23:0/2460874392' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:56:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:55:58.614490+0000 mgr.y (mgr.14556) 6484 : audit [DBG] from='client.21471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:56:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:55:58.678218+0000 mgr.y (mgr.14556) 6485 : cluster [DBG] pgmap v5720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:55:58.907083+0000 mgr.y (mgr.14556) 6486 : audit [DBG] from='client.21477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:56:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:55:59.265596+0000 mon.c (mon.2) 183 : audit [DBG] from='client.? 172.21.15.23:0/2460874392' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:56:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:00.679033+0000 mgr.y (mgr.14556) 6487 : cluster [DBG] pgmap v5721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:56:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:00.679033+0000 mgr.y (mgr.14556) 6487 : cluster [DBG] pgmap v5721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:00.679033+0000 mgr.y (mgr.14556) 6487 : cluster [DBG] pgmap v5721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:56:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:56:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:02.679492+0000 mgr.y (mgr.14556) 6488 : cluster [DBG] pgmap v5722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:02.679492+0000 mgr.y (mgr.14556) 6488 : cluster [DBG] pgmap v5722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:02.679492+0000 mgr.y (mgr.14556) 6488 : cluster [DBG] pgmap v5722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:04.679819+0000 mgr.y (mgr.14556) 6489 : cluster [DBG] pgmap v5723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:04.679819+0000 mgr.y (mgr.14556) 6489 : cluster [DBG] pgmap v5723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:04.679819+0000 mgr.y (mgr.14556) 6489 : cluster [DBG] pgmap v5723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:06.680673+0000 mgr.y (mgr.14556) 6490 : cluster [DBG] pgmap v5724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:06.680673+0000 mgr.y (mgr.14556) 6490 : cluster [DBG] pgmap v5724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:06.680673+0000 mgr.y (mgr.14556) 6490 : cluster [DBG] pgmap v5724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:08.681047+0000 mgr.y (mgr.14556) 6491 : cluster [DBG] pgmap v5725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:08.681047+0000 mgr.y (mgr.14556) 6491 : cluster [DBG] pgmap v5725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:08.681047+0000 mgr.y (mgr.14556) 6491 : cluster [DBG] pgmap v5725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:10.681825+0000 mgr.y (mgr.14556) 6492 : cluster [DBG] pgmap v5726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:56:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:10.681825+0000 mgr.y (mgr.14556) 6492 : cluster [DBG] pgmap v5726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:10.681825+0000 mgr.y (mgr.14556) 6492 : cluster [DBG] pgmap v5726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:56:13] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:56:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:12.682408+0000 mgr.y (mgr.14556) 6493 : cluster [DBG] pgmap v5727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:12.682408+0000 mgr.y (mgr.14556) 6493 : cluster [DBG] pgmap v5727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:12.682408+0000 mgr.y (mgr.14556) 6493 : cluster [DBG] pgmap v5727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:14.682760+0000 mgr.y (mgr.14556) 6494 : cluster [DBG] pgmap v5728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:14.682760+0000 mgr.y (mgr.14556) 6494 : cluster [DBG] pgmap v5728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:14.682760+0000 mgr.y (mgr.14556) 6494 : cluster [DBG] pgmap v5728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:16.683593+0000 mgr.y (mgr.14556) 6495 : cluster [DBG] pgmap v5729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:16.683593+0000 mgr.y (mgr.14556) 6495 : cluster [DBG] pgmap v5729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:16.683593+0000 mgr.y (mgr.14556) 6495 : cluster [DBG] pgmap v5729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:18.684027+0000 mgr.y (mgr.14556) 6496 : cluster [DBG] pgmap v5730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:18.684027+0000 mgr.y (mgr.14556) 6496 : cluster [DBG] pgmap v5730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:18.684027+0000 mgr.y (mgr.14556) 6496 : cluster [DBG] pgmap v5730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:21.833 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:56:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:20.684906+0000 mgr.y (mgr.14556) 6497 : cluster [DBG] pgmap v5731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:20.684906+0000 mgr.y (mgr.14556) 6497 : cluster [DBG] pgmap v5731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:22.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:20.684906+0000 mgr.y (mgr.14556) 6497 : cluster [DBG] pgmap v5731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:56:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:56:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:22.685343+0000 mgr.y (mgr.14556) 6498 : cluster [DBG] pgmap v5732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:22.685343+0000 mgr.y (mgr.14556) 6498 : cluster [DBG] pgmap v5732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:22.685343+0000 mgr.y (mgr.14556) 6498 : cluster [DBG] pgmap v5732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:24.685848+0000 mgr.y (mgr.14556) 6499 : cluster [DBG] pgmap v5733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:24.685848+0000 mgr.y (mgr.14556) 6499 : cluster [DBG] pgmap v5733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:24.685848+0000 mgr.y (mgr.14556) 6499 : cluster [DBG] pgmap v5733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:26.686506+0000 mgr.y (mgr.14556) 6500 : cluster [DBG] pgmap v5734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:26.686506+0000 mgr.y (mgr.14556) 6500 : cluster [DBG] pgmap v5734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:26.686506+0000 mgr.y (mgr.14556) 6500 : cluster [DBG] pgmap v5734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:56:29.876 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:56:29.876 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 5m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:56:29.876 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 5m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:56:29.876 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:56:29.876 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 5m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:56:29.876 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 5m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:56:29.876 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 5m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 5m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 5m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 5m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 5m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 5m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 5m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:56:29.877 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 5m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:56:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:28.686906+0000 mgr.y (mgr.14556) 6501 : cluster [DBG] pgmap v5735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:28.686906+0000 mgr.y (mgr.14556) 6501 : cluster [DBG] pgmap v5735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:28.686906+0000 mgr.y (mgr.14556) 6501 : cluster [DBG] pgmap v5735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:30.224 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:56:30.224 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:56:30.224 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:56:30.224 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:56:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:56:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:56:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:56:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:56:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:56:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:56:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:56:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:56:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:56:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:56:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:56:30.225 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:56:30.226 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:56:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:56:29.578663+0000 mgr.y (mgr.14556) 6502 : audit [DBG] from='client.21489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:56:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:56:29.868648+0000 mgr.y (mgr.14556) 6503 : audit [DBG] from='client.21495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:56:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:56:30.225148+0000 mon.c (mon.2) 184 : audit [DBG] from='client.? 172.21.15.23:0/1545022903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:56:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:56:29.578663+0000 mgr.y (mgr.14556) 6502 : audit [DBG] from='client.21489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:56:31.399 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:56:29.868648+0000 mgr.y (mgr.14556) 6503 : audit [DBG] from='client.21495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:56:31.399 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:56:30.225148+0000 mon.c (mon.2) 184 : audit [DBG] from='client.? 172.21.15.23:0/1545022903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:56:31.399 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:56:29.578663+0000 mgr.y (mgr.14556) 6502 : audit [DBG] from='client.21489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:56:31.399 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:56:29.868648+0000 mgr.y (mgr.14556) 6503 : audit [DBG] from='client.21495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:56:31.399 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:56:30.225148+0000 mon.c (mon.2) 184 : audit [DBG] from='client.? 172.21.15.23:0/1545022903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:56:31.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:56:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:30.687479+0000 mgr.y (mgr.14556) 6504 : cluster [DBG] pgmap v5736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:30.687479+0000 mgr.y (mgr.14556) 6504 : cluster [DBG] pgmap v5736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:30.687479+0000 mgr.y (mgr.14556) 6504 : cluster [DBG] pgmap v5736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:32.687914+0000 mgr.y (mgr.14556) 6505 : cluster [DBG] pgmap v5737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:32.687914+0000 mgr.y (mgr.14556) 6505 : cluster [DBG] pgmap v5737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:56:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:56:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:32.687914+0000 mgr.y (mgr.14556) 6505 : cluster [DBG] pgmap v5737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:34.688301+0000 mgr.y (mgr.14556) 6506 : cluster [DBG] pgmap v5738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:34.688301+0000 mgr.y (mgr.14556) 6506 : cluster [DBG] pgmap v5738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:34.688301+0000 mgr.y (mgr.14556) 6506 : cluster [DBG] pgmap v5738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:36.688978+0000 mgr.y (mgr.14556) 6507 : cluster [DBG] pgmap v5739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:36.688978+0000 mgr.y (mgr.14556) 6507 : cluster [DBG] pgmap v5739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:36.688978+0000 mgr.y (mgr.14556) 6507 : cluster [DBG] pgmap v5739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:38.689401+0000 mgr.y (mgr.14556) 6508 : cluster [DBG] pgmap v5740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:38.689401+0000 mgr.y (mgr.14556) 6508 : cluster [DBG] pgmap v5740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:38.689401+0000 mgr.y (mgr.14556) 6508 : cluster [DBG] pgmap v5740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:56:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:40.690158+0000 mgr.y (mgr.14556) 6509 : cluster [DBG] pgmap v5741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:40.690158+0000 mgr.y (mgr.14556) 6509 : cluster [DBG] pgmap v5741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:40.690158+0000 mgr.y (mgr.14556) 6509 : cluster [DBG] pgmap v5741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:56:43] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:56:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:42.690586+0000 mgr.y (mgr.14556) 6510 : cluster [DBG] pgmap v5742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:42.690586+0000 mgr.y (mgr.14556) 6510 : cluster [DBG] pgmap v5742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:42.690586+0000 mgr.y (mgr.14556) 6510 : cluster [DBG] pgmap v5742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:44.691181+0000 mgr.y (mgr.14556) 6511 : cluster [DBG] pgmap v5743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:44.691181+0000 mgr.y (mgr.14556) 6511 : cluster [DBG] pgmap v5743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:44.691181+0000 mgr.y (mgr.14556) 6511 : cluster [DBG] pgmap v5743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:46.691991+0000 mgr.y (mgr.14556) 6512 : cluster [DBG] pgmap v5744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:56:47.169594+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:56:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:56:47.475238+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:56:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:56:47.475893+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:56:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:56:47.480211+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:56:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:46.691991+0000 mgr.y (mgr.14556) 6512 : cluster [DBG] pgmap v5744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:56:47.169594+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:56:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:56:47.475238+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:56:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:56:47.475893+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:56:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:56:47.480211+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:56:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:46.691991+0000 mgr.y (mgr.14556) 6512 : cluster [DBG] pgmap v5744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:56:47.169594+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:56:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:56:47.475238+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:56:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:56:47.475893+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:56:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:56:47.480211+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:56:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:48.692490+0000 mgr.y (mgr.14556) 6513 : cluster [DBG] pgmap v5745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:48.692490+0000 mgr.y (mgr.14556) 6513 : cluster [DBG] pgmap v5745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:48.692490+0000 mgr.y (mgr.14556) 6513 : cluster [DBG] pgmap v5745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:56:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:50.693297+0000 mgr.y (mgr.14556) 6514 : cluster [DBG] pgmap v5746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:50.693297+0000 mgr.y (mgr.14556) 6514 : cluster [DBG] pgmap v5746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:50.693297+0000 mgr.y (mgr.14556) 6514 : cluster [DBG] pgmap v5746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:56:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:56:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:52.693666+0000 mgr.y (mgr.14556) 6515 : cluster [DBG] pgmap v5747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:52.693666+0000 mgr.y (mgr.14556) 6515 : cluster [DBG] pgmap v5747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:52.693666+0000 mgr.y (mgr.14556) 6515 : cluster [DBG] pgmap v5747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:54.694226+0000 mgr.y (mgr.14556) 6516 : cluster [DBG] pgmap v5748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:54.694226+0000 mgr.y (mgr.14556) 6516 : cluster [DBG] pgmap v5748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:54.694226+0000 mgr.y (mgr.14556) 6516 : cluster [DBG] pgmap v5748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:56.694999+0000 mgr.y (mgr.14556) 6517 : cluster [DBG] pgmap v5749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:56.694999+0000 mgr.y (mgr.14556) 6517 : cluster [DBG] pgmap v5749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:56:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:56:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:56.694999+0000 mgr.y (mgr.14556) 6517 : cluster [DBG] pgmap v5749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:56:58.695403+0000 mgr.y (mgr.14556) 6518 : cluster [DBG] pgmap v5750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:56:58.695403+0000 mgr.y (mgr.14556) 6518 : cluster [DBG] pgmap v5750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:56:58.695403+0000 mgr.y (mgr.14556) 6518 : cluster [DBG] pgmap v5750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:00.550 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:57:00.840 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 6m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 6m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 6m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 6m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 6m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 6m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 6m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 6m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 6m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 6m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 6m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 6m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:57:00.841 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 6m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:57:00.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 6m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:57:00.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 6m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:57:00.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 6m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:57:00.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 6m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:57:00.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 6m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:57:00.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 6m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:57:00.842 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 6m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:57:01.192 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:57:01.192 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:57:01.192 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:57:01.192 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:57:01.192 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:57:01.192 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:57:01.192 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:57:01.192 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:57:01.192 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:57:01.192 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:57:01.192 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:57:01.193 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:57:01.193 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:57:01.193 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:57:01.193 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:57:01.193 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:57:01.193 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:57:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:57:00.538792+0000 mgr.y (mgr.14556) 6519 : audit [DBG] from='client.21507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:57:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:57:00.538792+0000 mgr.y (mgr.14556) 6519 : audit [DBG] from='client.21507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:57:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:57:00.538792+0000 mgr.y (mgr.14556) 6519 : audit [DBG] from='client.21507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:57:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:57:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:00.695957+0000 mgr.y (mgr.14556) 6520 : cluster [DBG] pgmap v5751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:57:00.833451+0000 mgr.y (mgr.14556) 6521 : audit [DBG] from='client.31427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:57:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:57:01.192355+0000 mon.a (mon.0) 1892 : audit [DBG] from='client.? 172.21.15.23:0/3072785943' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:57:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:00.695957+0000 mgr.y (mgr.14556) 6520 : cluster [DBG] pgmap v5751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:57:00.833451+0000 mgr.y (mgr.14556) 6521 : audit [DBG] from='client.31427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:57:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:57:01.192355+0000 mon.a (mon.0) 1892 : audit [DBG] from='client.? 172.21.15.23:0/3072785943' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:57:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:00.695957+0000 mgr.y (mgr.14556) 6520 : cluster [DBG] pgmap v5751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:57:00.833451+0000 mgr.y (mgr.14556) 6521 : audit [DBG] from='client.31427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:57:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:57:01.192355+0000 mon.a (mon.0) 1892 : audit [DBG] from='client.? 172.21.15.23:0/3072785943' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:57:04.045 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:57:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:57:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:02.696500+0000 mgr.y (mgr.14556) 6522 : cluster [DBG] pgmap v5752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:02.696500+0000 mgr.y (mgr.14556) 6522 : cluster [DBG] pgmap v5752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:02.696500+0000 mgr.y (mgr.14556) 6522 : cluster [DBG] pgmap v5752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:04.697059+0000 mgr.y (mgr.14556) 6523 : cluster [DBG] pgmap v5753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:04.697059+0000 mgr.y (mgr.14556) 6523 : cluster [DBG] pgmap v5753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:04.697059+0000 mgr.y (mgr.14556) 6523 : cluster [DBG] pgmap v5753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:06.697696+0000 mgr.y (mgr.14556) 6524 : cluster [DBG] pgmap v5754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:06.697696+0000 mgr.y (mgr.14556) 6524 : cluster [DBG] pgmap v5754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:08.418 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:06.697696+0000 mgr.y (mgr.14556) 6524 : cluster [DBG] pgmap v5754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:08.698274+0000 mgr.y (mgr.14556) 6525 : cluster [DBG] pgmap v5755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:08.698274+0000 mgr.y (mgr.14556) 6525 : cluster [DBG] pgmap v5755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:08.698274+0000 mgr.y (mgr.14556) 6525 : cluster [DBG] pgmap v5755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:57:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:10.699023+0000 mgr.y (mgr.14556) 6526 : cluster [DBG] pgmap v5756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:10.699023+0000 mgr.y (mgr.14556) 6526 : cluster [DBG] pgmap v5756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:10.699023+0000 mgr.y (mgr.14556) 6526 : cluster [DBG] pgmap v5756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:14.105 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:57:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:57:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:12.699497+0000 mgr.y (mgr.14556) 6527 : cluster [DBG] pgmap v5757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:12.699497+0000 mgr.y (mgr.14556) 6527 : cluster [DBG] pgmap v5757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:12.699497+0000 mgr.y (mgr.14556) 6527 : cluster [DBG] pgmap v5757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:14.700018+0000 mgr.y (mgr.14556) 6528 : cluster [DBG] pgmap v5758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:14.700018+0000 mgr.y (mgr.14556) 6528 : cluster [DBG] pgmap v5758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:14.700018+0000 mgr.y (mgr.14556) 6528 : cluster [DBG] pgmap v5758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:16.700817+0000 mgr.y (mgr.14556) 6529 : cluster [DBG] pgmap v5759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:16.700817+0000 mgr.y (mgr.14556) 6529 : cluster [DBG] pgmap v5759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:16.700817+0000 mgr.y (mgr.14556) 6529 : cluster [DBG] pgmap v5759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:18.701232+0000 mgr.y (mgr.14556) 6530 : cluster [DBG] pgmap v5760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:18.701232+0000 mgr.y (mgr.14556) 6530 : cluster [DBG] pgmap v5760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:18.701232+0000 mgr.y (mgr.14556) 6530 : cluster [DBG] pgmap v5760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:57:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:20.701966+0000 mgr.y (mgr.14556) 6531 : cluster [DBG] pgmap v5761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:20.701966+0000 mgr.y (mgr.14556) 6531 : cluster [DBG] pgmap v5761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:20.701966+0000 mgr.y (mgr.14556) 6531 : cluster [DBG] pgmap v5761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:57:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:57:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:22.702457+0000 mgr.y (mgr.14556) 6532 : cluster [DBG] pgmap v5762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:22.702457+0000 mgr.y (mgr.14556) 6532 : cluster [DBG] pgmap v5762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:22.702457+0000 mgr.y (mgr.14556) 6532 : cluster [DBG] pgmap v5762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:24.703045+0000 mgr.y (mgr.14556) 6533 : cluster [DBG] pgmap v5763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:24.703045+0000 mgr.y (mgr.14556) 6533 : cluster [DBG] pgmap v5763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:24.703045+0000 mgr.y (mgr.14556) 6533 : cluster [DBG] pgmap v5763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:26.703670+0000 mgr.y (mgr.14556) 6534 : cluster [DBG] pgmap v5764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:26.703670+0000 mgr.y (mgr.14556) 6534 : cluster [DBG] pgmap v5764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:26.703670+0000 mgr.y (mgr.14556) 6534 : cluster [DBG] pgmap v5764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:28.704061+0000 mgr.y (mgr.14556) 6535 : cluster [DBG] pgmap v5765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:28.704061+0000 mgr.y (mgr.14556) 6535 : cluster [DBG] pgmap v5765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:28.704061+0000 mgr.y (mgr.14556) 6535 : cluster [DBG] pgmap v5765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:31.517 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:57:31.804 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:57:31.804 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 6m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:57:31.804 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 6m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:57:31.804 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 6m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:57:31.804 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 6m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:57:31.804 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 6m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:57:31.804 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 6m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:57:31.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 6m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:57:31.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 6m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:57:31.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 6m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:57:31.804 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 6m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:57:31.804 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 6m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:57:31.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 6m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:57:31.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 6m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:57:31.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 6m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:57:31.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 6m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:57:31.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 6m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:57:31.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 6m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:57:31.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 6m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:57:31.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 6m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:57:31.805 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 6m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:57:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:57:32.152 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:57:32.152 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:57:32.152 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:57:32.153 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:57:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:30.704721+0000 mgr.y (mgr.14556) 6536 : cluster [DBG] pgmap v5766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:57:31.506147+0000 mgr.y (mgr.14556) 6537 : audit [DBG] from='client.21525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:57:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:57:32.153293+0000 mon.c (mon.2) 185 : audit [DBG] from='client.? 172.21.15.23:0/406043301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:57:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:30.704721+0000 mgr.y (mgr.14556) 6536 : cluster [DBG] pgmap v5766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:57:31.506147+0000 mgr.y (mgr.14556) 6537 : audit [DBG] from='client.21525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:57:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:57:32.153293+0000 mon.c (mon.2) 185 : audit [DBG] from='client.? 172.21.15.23:0/406043301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:57:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:30.704721+0000 mgr.y (mgr.14556) 6536 : cluster [DBG] pgmap v5766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:57:31.506147+0000 mgr.y (mgr.14556) 6537 : audit [DBG] from='client.21525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:57:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:57:32.153293+0000 mon.c (mon.2) 185 : audit [DBG] from='client.? 172.21.15.23:0/406043301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:57:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:57:31.796722+0000 mgr.y (mgr.14556) 6538 : audit [DBG] from='client.21531 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:57:33.638 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:57:31.796722+0000 mgr.y (mgr.14556) 6538 : audit [DBG] from='client.21531 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:57:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:57:31.796722+0000 mgr.y (mgr.14556) 6538 : audit [DBG] from='client.21531 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:57:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:57:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:57:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:32.705285+0000 mgr.y (mgr.14556) 6539 : cluster [DBG] pgmap v5767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:32.705285+0000 mgr.y (mgr.14556) 6539 : cluster [DBG] pgmap v5767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:32.705285+0000 mgr.y (mgr.14556) 6539 : cluster [DBG] pgmap v5767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:34.705695+0000 mgr.y (mgr.14556) 6540 : cluster [DBG] pgmap v5768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:34.705695+0000 mgr.y (mgr.14556) 6540 : cluster [DBG] pgmap v5768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:34.705695+0000 mgr.y (mgr.14556) 6540 : cluster [DBG] pgmap v5768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:36.706355+0000 mgr.y (mgr.14556) 6541 : cluster [DBG] pgmap v5769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:36.706355+0000 mgr.y (mgr.14556) 6541 : cluster [DBG] pgmap v5769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:36.706355+0000 mgr.y (mgr.14556) 6541 : cluster [DBG] pgmap v5769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:38.706736+0000 mgr.y (mgr.14556) 6542 : cluster [DBG] pgmap v5770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:38.706736+0000 mgr.y (mgr.14556) 6542 : cluster [DBG] pgmap v5770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:38.706736+0000 mgr.y (mgr.14556) 6542 : cluster [DBG] pgmap v5770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:57:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:40.707514+0000 mgr.y (mgr.14556) 6543 : cluster [DBG] pgmap v5771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:40.707514+0000 mgr.y (mgr.14556) 6543 : cluster [DBG] pgmap v5771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:40.707514+0000 mgr.y (mgr.14556) 6543 : cluster [DBG] pgmap v5771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:57:43] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T09:57:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:42.708059+0000 mgr.y (mgr.14556) 6544 : cluster [DBG] pgmap v5772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:42.708059+0000 mgr.y (mgr.14556) 6544 : cluster [DBG] pgmap v5772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:42.708059+0000 mgr.y (mgr.14556) 6544 : cluster [DBG] pgmap v5772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:44.708495+0000 mgr.y (mgr.14556) 6545 : cluster [DBG] pgmap v5773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:44.708495+0000 mgr.y (mgr.14556) 6545 : cluster [DBG] pgmap v5773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:44.708495+0000 mgr.y (mgr.14556) 6545 : cluster [DBG] pgmap v5773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:46.709084+0000 mgr.y (mgr.14556) 6546 : cluster [DBG] pgmap v5774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:57:47.484769+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:57:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:57:47.791733+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:57:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:57:47.792408+0000 mon.a (mon.0) 1895 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:57:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:57:47.796739+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:57:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:46.709084+0000 mgr.y (mgr.14556) 6546 : cluster [DBG] pgmap v5774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:57:47.484769+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:57:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:57:47.791733+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:57:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:57:47.792408+0000 mon.a (mon.0) 1895 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:57:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:57:47.796739+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:57:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:46.709084+0000 mgr.y (mgr.14556) 6546 : cluster [DBG] pgmap v5774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:57:47.484769+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:57:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:57:47.791733+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:57:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:57:47.792408+0000 mon.a (mon.0) 1895 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:57:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:57:47.796739+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:57:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:48.709519+0000 mgr.y (mgr.14556) 6547 : cluster [DBG] pgmap v5775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:48.709519+0000 mgr.y (mgr.14556) 6547 : cluster [DBG] pgmap v5775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:48.709519+0000 mgr.y (mgr.14556) 6547 : cluster [DBG] pgmap v5775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:57:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:50.710196+0000 mgr.y (mgr.14556) 6548 : cluster [DBG] pgmap v5776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:50.710196+0000 mgr.y (mgr.14556) 6548 : cluster [DBG] pgmap v5776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:50.710196+0000 mgr.y (mgr.14556) 6548 : cluster [DBG] pgmap v5776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:52.710576+0000 mgr.y (mgr.14556) 6549 : cluster [DBG] pgmap v5777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:52.710576+0000 mgr.y (mgr.14556) 6549 : cluster [DBG] pgmap v5777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:57:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:57:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:52.710576+0000 mgr.y (mgr.14556) 6549 : cluster [DBG] pgmap v5777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:54.711062+0000 mgr.y (mgr.14556) 6550 : cluster [DBG] pgmap v5778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:54.711062+0000 mgr.y (mgr.14556) 6550 : cluster [DBG] pgmap v5778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:54.711062+0000 mgr.y (mgr.14556) 6550 : cluster [DBG] pgmap v5778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:56.711729+0000 mgr.y (mgr.14556) 6551 : cluster [DBG] pgmap v5779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:56.711729+0000 mgr.y (mgr.14556) 6551 : cluster [DBG] pgmap v5779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:57:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:56.711729+0000 mgr.y (mgr.14556) 6551 : cluster [DBG] pgmap v5779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:57:58.712213+0000 mgr.y (mgr.14556) 6552 : cluster [DBG] pgmap v5780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:57:58.712213+0000 mgr.y (mgr.14556) 6552 : cluster [DBG] pgmap v5780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:57:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:57:58.712213+0000 mgr.y (mgr.14556) 6552 : cluster [DBG] pgmap v5780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:01.804 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:58:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:00.712813+0000 mgr.y (mgr.14556) 6553 : cluster [DBG] pgmap v5781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:00.712813+0000 mgr.y (mgr.14556) 6553 : cluster [DBG] pgmap v5781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:00.712813+0000 mgr.y (mgr.14556) 6553 : cluster [DBG] pgmap v5781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:02.479 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:58:02.766 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 7m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 7m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 7m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 7m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 7m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 7m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 7m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 7m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 7m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 7m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 7m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 7m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 7m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:58:02.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 7m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:58:02.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 7m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:58:02.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 7m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:58:02.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 7m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:58:02.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 7m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:58:02.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 7m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:58:02.768 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 7m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:58:03.122 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:58:03.123 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:58:03.123 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:58:03.123 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:58:03.123 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:58:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:58:02.468688+0000 mgr.y (mgr.14556) 6554 : audit [DBG] from='client.31457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:58:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:58:02.468688+0000 mgr.y (mgr.14556) 6554 : audit [DBG] from='client.31457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:58:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:58:02.468688+0000 mgr.y (mgr.14556) 6554 : audit [DBG] from='client.31457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:58:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:58:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:58:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:02.713131+0000 mgr.y (mgr.14556) 6555 : cluster [DBG] pgmap v5782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:58:02.759566+0000 mgr.y (mgr.14556) 6556 : audit [DBG] from='client.21549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:58:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:58:03.122623+0000 mon.c (mon.2) 186 : audit [DBG] from='client.? 172.21.15.23:0/3757270359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:58:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:02.713131+0000 mgr.y (mgr.14556) 6555 : cluster [DBG] pgmap v5782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:58:02.759566+0000 mgr.y (mgr.14556) 6556 : audit [DBG] from='client.21549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:58:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:58:03.122623+0000 mon.c (mon.2) 186 : audit [DBG] from='client.? 172.21.15.23:0/3757270359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:58:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:02.713131+0000 mgr.y (mgr.14556) 6555 : cluster [DBG] pgmap v5782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:58:02.759566+0000 mgr.y (mgr.14556) 6556 : audit [DBG] from='client.21549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:58:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:58:03.122623+0000 mon.c (mon.2) 186 : audit [DBG] from='client.? 172.21.15.23:0/3757270359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:58:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:04.713558+0000 mgr.y (mgr.14556) 6557 : cluster [DBG] pgmap v5783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:04.713558+0000 mgr.y (mgr.14556) 6557 : cluster [DBG] pgmap v5783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:04.713558+0000 mgr.y (mgr.14556) 6557 : cluster [DBG] pgmap v5783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:06.714249+0000 mgr.y (mgr.14556) 6558 : cluster [DBG] pgmap v5784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:06.714249+0000 mgr.y (mgr.14556) 6558 : cluster [DBG] pgmap v5784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:06.714249+0000 mgr.y (mgr.14556) 6558 : cluster [DBG] pgmap v5784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:10.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:08.714704+0000 mgr.y (mgr.14556) 6559 : cluster [DBG] pgmap v5785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:10.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:08.714704+0000 mgr.y (mgr.14556) 6559 : cluster [DBG] pgmap v5785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:08.714704+0000 mgr.y (mgr.14556) 6559 : cluster [DBG] pgmap v5785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:11.857 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:58:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:10.715341+0000 mgr.y (mgr.14556) 6560 : cluster [DBG] pgmap v5786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:10.715341+0000 mgr.y (mgr.14556) 6560 : cluster [DBG] pgmap v5786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:10.715341+0000 mgr.y (mgr.14556) 6560 : cluster [DBG] pgmap v5786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:58:13] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:58:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:12.715877+0000 mgr.y (mgr.14556) 6561 : cluster [DBG] pgmap v5787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:12.715877+0000 mgr.y (mgr.14556) 6561 : cluster [DBG] pgmap v5787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:12.715877+0000 mgr.y (mgr.14556) 6561 : cluster [DBG] pgmap v5787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:14.716277+0000 mgr.y (mgr.14556) 6562 : cluster [DBG] pgmap v5788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:14.716277+0000 mgr.y (mgr.14556) 6562 : cluster [DBG] pgmap v5788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:14.716277+0000 mgr.y (mgr.14556) 6562 : cluster [DBG] pgmap v5788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:16.716820+0000 mgr.y (mgr.14556) 6563 : cluster [DBG] pgmap v5789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:16.716820+0000 mgr.y (mgr.14556) 6563 : cluster [DBG] pgmap v5789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:16.716820+0000 mgr.y (mgr.14556) 6563 : cluster [DBG] pgmap v5789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:18.717382+0000 mgr.y (mgr.14556) 6564 : cluster [DBG] pgmap v5790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:18.717382+0000 mgr.y (mgr.14556) 6564 : cluster [DBG] pgmap v5790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:18.717382+0000 mgr.y (mgr.14556) 6564 : cluster [DBG] pgmap v5790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:21.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:58:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:20.718238+0000 mgr.y (mgr.14556) 6565 : cluster [DBG] pgmap v5791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:22.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:20.718238+0000 mgr.y (mgr.14556) 6565 : cluster [DBG] pgmap v5791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:22.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:20.718238+0000 mgr.y (mgr.14556) 6565 : cluster [DBG] pgmap v5791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:58:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:58:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:22.718647+0000 mgr.y (mgr.14556) 6566 : cluster [DBG] pgmap v5792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:22.718647+0000 mgr.y (mgr.14556) 6566 : cluster [DBG] pgmap v5792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:22.718647+0000 mgr.y (mgr.14556) 6566 : cluster [DBG] pgmap v5792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:24.719221+0000 mgr.y (mgr.14556) 6567 : cluster [DBG] pgmap v5793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:24.719221+0000 mgr.y (mgr.14556) 6567 : cluster [DBG] pgmap v5793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:24.719221+0000 mgr.y (mgr.14556) 6567 : cluster [DBG] pgmap v5793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:26.719867+0000 mgr.y (mgr.14556) 6568 : cluster [DBG] pgmap v5794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:26.719867+0000 mgr.y (mgr.14556) 6568 : cluster [DBG] pgmap v5794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:26.719867+0000 mgr.y (mgr.14556) 6568 : cluster [DBG] pgmap v5794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:28.720372+0000 mgr.y (mgr.14556) 6569 : cluster [DBG] pgmap v5795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:28.720372+0000 mgr.y (mgr.14556) 6569 : cluster [DBG] pgmap v5795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:28.720372+0000 mgr.y (mgr.14556) 6569 : cluster [DBG] pgmap v5795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:58:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:30.721053+0000 mgr.y (mgr.14556) 6570 : cluster [DBG] pgmap v5796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:30.721053+0000 mgr.y (mgr.14556) 6570 : cluster [DBG] pgmap v5796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:30.721053+0000 mgr.y (mgr.14556) 6570 : cluster [DBG] pgmap v5796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:33.448 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:58:33.739 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:58:33.740 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 7m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:58:33.740 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 7m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:58:33.740 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 7m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:58:33.740 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 7m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:58:33.740 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 7m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:58:33.740 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 7m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:58:33.740 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 7m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:58:33.740 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 7m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:58:33.740 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 7m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:58:33.740 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 7m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:58:33.740 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 7m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:58:33.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 7m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:58:33.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 7m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:58:33.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 7m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:58:33.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 7m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:58:33.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 7m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:58:33.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 7m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:58:33.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 7m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:58:33.741 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 7m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:58:33.741 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 7m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:58:34.089 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:58:34.089 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:58:34.089 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:58:34.089 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:58:34.089 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:58:34.089 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:58:34.089 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:58:34.089 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:58:34.090 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:58:34.090 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:58:34.090 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:58:34.090 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:58:34.090 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:58:34.090 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:58:34.090 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:58:34.090 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:58:34.090 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:58:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:58:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T09:58:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:32.721440+0000 mgr.y (mgr.14556) 6571 : cluster [DBG] pgmap v5797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:58:33.437105+0000 mgr.y (mgr.14556) 6572 : audit [DBG] from='client.31475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:58:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:32.721440+0000 mgr.y (mgr.14556) 6571 : cluster [DBG] pgmap v5797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:58:33.437105+0000 mgr.y (mgr.14556) 6572 : audit [DBG] from='client.31475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:58:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:32.721440+0000 mgr.y (mgr.14556) 6571 : cluster [DBG] pgmap v5797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:58:33.437105+0000 mgr.y (mgr.14556) 6572 : audit [DBG] from='client.31475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:58:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:58:33.732494+0000 mgr.y (mgr.14556) 6573 : audit [DBG] from='client.21567 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:58:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:58:34.089886+0000 mon.a (mon.0) 1897 : audit [DBG] from='client.? 172.21.15.23:0/511360131' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:58:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:58:33.732494+0000 mgr.y (mgr.14556) 6573 : audit [DBG] from='client.21567 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:58:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:58:34.089886+0000 mon.a (mon.0) 1897 : audit [DBG] from='client.? 172.21.15.23:0/511360131' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:58:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:58:33.732494+0000 mgr.y (mgr.14556) 6573 : audit [DBG] from='client.21567 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:58:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:58:34.089886+0000 mon.a (mon.0) 1897 : audit [DBG] from='client.? 172.21.15.23:0/511360131' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:58:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:34.721769+0000 mgr.y (mgr.14556) 6574 : cluster [DBG] pgmap v5798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:34.721769+0000 mgr.y (mgr.14556) 6574 : cluster [DBG] pgmap v5798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:36.417 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:34.721769+0000 mgr.y (mgr.14556) 6574 : cluster [DBG] pgmap v5798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:36.722557+0000 mgr.y (mgr.14556) 6575 : cluster [DBG] pgmap v5799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:36.722557+0000 mgr.y (mgr.14556) 6575 : cluster [DBG] pgmap v5799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:36.722557+0000 mgr.y (mgr.14556) 6575 : cluster [DBG] pgmap v5799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:38.723032+0000 mgr.y (mgr.14556) 6576 : cluster [DBG] pgmap v5800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:38.723032+0000 mgr.y (mgr.14556) 6576 : cluster [DBG] pgmap v5800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:38.723032+0000 mgr.y (mgr.14556) 6576 : cluster [DBG] pgmap v5800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:58:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:40.723700+0000 mgr.y (mgr.14556) 6577 : cluster [DBG] pgmap v5801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:40.723700+0000 mgr.y (mgr.14556) 6577 : cluster [DBG] pgmap v5801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:40.723700+0000 mgr.y (mgr.14556) 6577 : cluster [DBG] pgmap v5801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:44.058 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:58:43] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:58:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:42.724160+0000 mgr.y (mgr.14556) 6578 : cluster [DBG] pgmap v5802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:42.724160+0000 mgr.y (mgr.14556) 6578 : cluster [DBG] pgmap v5802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:42.724160+0000 mgr.y (mgr.14556) 6578 : cluster [DBG] pgmap v5802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:44.724659+0000 mgr.y (mgr.14556) 6579 : cluster [DBG] pgmap v5803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:44.724659+0000 mgr.y (mgr.14556) 6579 : cluster [DBG] pgmap v5803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:44.724659+0000 mgr.y (mgr.14556) 6579 : cluster [DBG] pgmap v5803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:46.725454+0000 mgr.y (mgr.14556) 6580 : cluster [DBG] pgmap v5804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:58:47.800981+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:58:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:46.725454+0000 mgr.y (mgr.14556) 6580 : cluster [DBG] pgmap v5804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:58:47.800981+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:58:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:46.725454+0000 mgr.y (mgr.14556) 6580 : cluster [DBG] pgmap v5804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:58:47.800981+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:58:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:58:48.109212+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:58:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:58:48.109851+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:58:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:58:48.114183+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:58:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:58:48.109212+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:58:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:58:48.109851+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:58:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:58:48.114183+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:58:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:58:48.109212+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:58:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:58:48.109851+0000 mon.a (mon.0) 1900 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:58:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:58:48.114183+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:58:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:48.725822+0000 mgr.y (mgr.14556) 6581 : cluster [DBG] pgmap v5805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:48.725822+0000 mgr.y (mgr.14556) 6581 : cluster [DBG] pgmap v5805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:48.725822+0000 mgr.y (mgr.14556) 6581 : cluster [DBG] pgmap v5805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:58:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:50.726632+0000 mgr.y (mgr.14556) 6582 : cluster [DBG] pgmap v5806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:50.726632+0000 mgr.y (mgr.14556) 6582 : cluster [DBG] pgmap v5806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:50.726632+0000 mgr.y (mgr.14556) 6582 : cluster [DBG] pgmap v5806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:58:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:58:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:52.727013+0000 mgr.y (mgr.14556) 6583 : cluster [DBG] pgmap v5807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:52.727013+0000 mgr.y (mgr.14556) 6583 : cluster [DBG] pgmap v5807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:52.727013+0000 mgr.y (mgr.14556) 6583 : cluster [DBG] pgmap v5807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:54.727502+0000 mgr.y (mgr.14556) 6584 : cluster [DBG] pgmap v5808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:54.727502+0000 mgr.y (mgr.14556) 6584 : cluster [DBG] pgmap v5808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:54.727502+0000 mgr.y (mgr.14556) 6584 : cluster [DBG] pgmap v5808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:56.728070+0000 mgr.y (mgr.14556) 6585 : cluster [DBG] pgmap v5809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:56.728070+0000 mgr.y (mgr.14556) 6585 : cluster [DBG] pgmap v5809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:58:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:56.728070+0000 mgr.y (mgr.14556) 6585 : cluster [DBG] pgmap v5809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:58:58.728569+0000 mgr.y (mgr.14556) 6586 : cluster [DBG] pgmap v5810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:58:58.728569+0000 mgr.y (mgr.14556) 6586 : cluster [DBG] pgmap v5810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:58:58.728569+0000 mgr.y (mgr.14556) 6586 : cluster [DBG] pgmap v5810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:59:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:00.729156+0000 mgr.y (mgr.14556) 6587 : cluster [DBG] pgmap v5811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:00.729156+0000 mgr.y (mgr.14556) 6587 : cluster [DBG] pgmap v5811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:00.729156+0000 mgr.y (mgr.14556) 6587 : cluster [DBG] pgmap v5811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:59:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:59:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:59:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:02.729609+0000 mgr.y (mgr.14556) 6588 : cluster [DBG] pgmap v5812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:02.729609+0000 mgr.y (mgr.14556) 6588 : cluster [DBG] pgmap v5812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:02.729609+0000 mgr.y (mgr.14556) 6588 : cluster [DBG] pgmap v5812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:04.715 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:59:04.715 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 8m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:59:04.715 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 8m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 8m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 8m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 8m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 8m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 8m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 8m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 8m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 8m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 8m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 8m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 8m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 8m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 8m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 8m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 8m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:59:04.716 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 8m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:59:04.717 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 8m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:59:04.717 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 8m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:59:05.064 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:59:05.064 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:59:05.064 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:59:05.064 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:59:05.064 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:59:05.064 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:59:05.064 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:59:05.064 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:59:05.065 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:59:05.065 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:59:05.065 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:59:05.065 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:59:05.065 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:59:05.065 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:59:05.065 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:59:05.065 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:59:05.065 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:59:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:59:04.402713+0000 mgr.y (mgr.14556) 6589 : audit [DBG] from='client.31493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:59:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:59:05.064884+0000 mon.a (mon.0) 1902 : audit [DBG] from='client.? 172.21.15.23:0/1565615690' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:59:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:59:04.402713+0000 mgr.y (mgr.14556) 6589 : audit [DBG] from='client.31493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:59:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:59:05.064884+0000 mon.a (mon.0) 1902 : audit [DBG] from='client.? 172.21.15.23:0/1565615690' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:59:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:59:04.402713+0000 mgr.y (mgr.14556) 6589 : audit [DBG] from='client.31493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:59:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:59:05.064884+0000 mon.a (mon.0) 1902 : audit [DBG] from='client.? 172.21.15.23:0/1565615690' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:59:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:59:04.708337+0000 mgr.y (mgr.14556) 6590 : audit [DBG] from='client.21585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:59:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:04.729967+0000 mgr.y (mgr.14556) 6591 : cluster [DBG] pgmap v5813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:59:04.708337+0000 mgr.y (mgr.14556) 6590 : audit [DBG] from='client.21585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:59:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:04.729967+0000 mgr.y (mgr.14556) 6591 : cluster [DBG] pgmap v5813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:59:04.708337+0000 mgr.y (mgr.14556) 6590 : audit [DBG] from='client.21585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:59:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:04.729967+0000 mgr.y (mgr.14556) 6591 : cluster [DBG] pgmap v5813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:06.730620+0000 mgr.y (mgr.14556) 6592 : cluster [DBG] pgmap v5814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:06.730620+0000 mgr.y (mgr.14556) 6592 : cluster [DBG] pgmap v5814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:06.730620+0000 mgr.y (mgr.14556) 6592 : cluster [DBG] pgmap v5814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:08.730958+0000 mgr.y (mgr.14556) 6593 : cluster [DBG] pgmap v5815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:08.730958+0000 mgr.y (mgr.14556) 6593 : cluster [DBG] pgmap v5815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:08.730958+0000 mgr.y (mgr.14556) 6593 : cluster [DBG] pgmap v5815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:59:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:10.731731+0000 mgr.y (mgr.14556) 6594 : cluster [DBG] pgmap v5816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:10.731731+0000 mgr.y (mgr.14556) 6594 : cluster [DBG] pgmap v5816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:10.731731+0000 mgr.y (mgr.14556) 6594 : cluster [DBG] pgmap v5816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:59:13] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T09:59:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:12.732123+0000 mgr.y (mgr.14556) 6595 : cluster [DBG] pgmap v5817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:12.732123+0000 mgr.y (mgr.14556) 6595 : cluster [DBG] pgmap v5817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:12.732123+0000 mgr.y (mgr.14556) 6595 : cluster [DBG] pgmap v5817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:14.732492+0000 mgr.y (mgr.14556) 6596 : cluster [DBG] pgmap v5818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:14.732492+0000 mgr.y (mgr.14556) 6596 : cluster [DBG] pgmap v5818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:14.732492+0000 mgr.y (mgr.14556) 6596 : cluster [DBG] pgmap v5818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:16.733286+0000 mgr.y (mgr.14556) 6597 : cluster [DBG] pgmap v5819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:16.733286+0000 mgr.y (mgr.14556) 6597 : cluster [DBG] pgmap v5819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:18.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:16.733286+0000 mgr.y (mgr.14556) 6597 : cluster [DBG] pgmap v5819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:18.733756+0000 mgr.y (mgr.14556) 6598 : cluster [DBG] pgmap v5820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:18.733756+0000 mgr.y (mgr.14556) 6598 : cluster [DBG] pgmap v5820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:18.733756+0000 mgr.y (mgr.14556) 6598 : cluster [DBG] pgmap v5820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:59:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:20.734310+0000 mgr.y (mgr.14556) 6599 : cluster [DBG] pgmap v5821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:20.734310+0000 mgr.y (mgr.14556) 6599 : cluster [DBG] pgmap v5821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:20.734310+0000 mgr.y (mgr.14556) 6599 : cluster [DBG] pgmap v5821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:59:23] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T09:59:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:22.734662+0000 mgr.y (mgr.14556) 6600 : cluster [DBG] pgmap v5822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:22.734662+0000 mgr.y (mgr.14556) 6600 : cluster [DBG] pgmap v5822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:22.734662+0000 mgr.y (mgr.14556) 6600 : cluster [DBG] pgmap v5822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:24.735189+0000 mgr.y (mgr.14556) 6601 : cluster [DBG] pgmap v5823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:24.735189+0000 mgr.y (mgr.14556) 6601 : cluster [DBG] pgmap v5823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:24.735189+0000 mgr.y (mgr.14556) 6601 : cluster [DBG] pgmap v5823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:26.735771+0000 mgr.y (mgr.14556) 6602 : cluster [DBG] pgmap v5824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:26.735771+0000 mgr.y (mgr.14556) 6602 : cluster [DBG] pgmap v5824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:26.735771+0000 mgr.y (mgr.14556) 6602 : cluster [DBG] pgmap v5824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:28.736217+0000 mgr.y (mgr.14556) 6603 : cluster [DBG] pgmap v5825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:28.736217+0000 mgr.y (mgr.14556) 6603 : cluster [DBG] pgmap v5825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:28.736217+0000 mgr.y (mgr.14556) 6603 : cluster [DBG] pgmap v5825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:59:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:30.736846+0000 mgr.y (mgr.14556) 6604 : cluster [DBG] pgmap v5826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:30.736846+0000 mgr.y (mgr.14556) 6604 : cluster [DBG] pgmap v5826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:30.736846+0000 mgr.y (mgr.14556) 6604 : cluster [DBG] pgmap v5826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:59:33] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T09:59:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:32.737372+0000 mgr.y (mgr.14556) 6605 : cluster [DBG] pgmap v5827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:32.737372+0000 mgr.y (mgr.14556) 6605 : cluster [DBG] pgmap v5827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:32.737372+0000 mgr.y (mgr.14556) 6605 : cluster [DBG] pgmap v5827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:35.394 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T09:59:35.680 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T09:59:35.680 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 8m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T09:59:35.680 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 8m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T09:59:35.680 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 8m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T09:59:35.680 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 8m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 8m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 8m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 8m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 8m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 8m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 8m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 8m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 8m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 8m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 8m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 8m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 8m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 8m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 8m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T09:59:35.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 8m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T09:59:35.682 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 8m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T09:59:36.028 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T09:59:36.028 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T09:59:36.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T09:59:36.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:59:36.028 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T09:59:36.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:59:36.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:59:36.028 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T09:59:36.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T09:59:36.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:59:36.028 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T09:59:36.029 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T09:59:36.029 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T09:59:36.029 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T09:59:36.029 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T09:59:36.029 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T09:59:36.029 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T09:59:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:34.737941+0000 mgr.y (mgr.14556) 6606 : cluster [DBG] pgmap v5828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:59:35.381614+0000 mgr.y (mgr.14556) 6607 : audit [DBG] from='client.31511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:59:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:59:36.028524+0000 mon.a (mon.0) 1903 : audit [DBG] from='client.? 172.21.15.23:0/2792254378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:59:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:34.737941+0000 mgr.y (mgr.14556) 6606 : cluster [DBG] pgmap v5828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:59:35.381614+0000 mgr.y (mgr.14556) 6607 : audit [DBG] from='client.31511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:59:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:59:36.028524+0000 mon.a (mon.0) 1903 : audit [DBG] from='client.? 172.21.15.23:0/2792254378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:59:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:34.737941+0000 mgr.y (mgr.14556) 6606 : cluster [DBG] pgmap v5828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:59:35.381614+0000 mgr.y (mgr.14556) 6607 : audit [DBG] from='client.31511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:59:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:59:36.028524+0000 mon.a (mon.0) 1903 : audit [DBG] from='client.? 172.21.15.23:0/2792254378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T09:59:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:59:35.673202+0000 mgr.y (mgr.14556) 6608 : audit [DBG] from='client.31517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:59:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:59:35.673202+0000 mgr.y (mgr.14556) 6608 : audit [DBG] from='client.31517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:59:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:59:35.673202+0000 mgr.y (mgr.14556) 6608 : audit [DBG] from='client.31517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T09:59:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:36.738744+0000 mgr.y (mgr.14556) 6609 : cluster [DBG] pgmap v5829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:36.738744+0000 mgr.y (mgr.14556) 6609 : cluster [DBG] pgmap v5829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:36.738744+0000 mgr.y (mgr.14556) 6609 : cluster [DBG] pgmap v5829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:38.739359+0000 mgr.y (mgr.14556) 6610 : cluster [DBG] pgmap v5830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:38.739359+0000 mgr.y (mgr.14556) 6610 : cluster [DBG] pgmap v5830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:38.739359+0000 mgr.y (mgr.14556) 6610 : cluster [DBG] pgmap v5830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:59:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:40.740071+0000 mgr.y (mgr.14556) 6611 : cluster [DBG] pgmap v5831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:40.740071+0000 mgr.y (mgr.14556) 6611 : cluster [DBG] pgmap v5831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:40.740071+0000 mgr.y (mgr.14556) 6611 : cluster [DBG] pgmap v5831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:59:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T09:59:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:42.740508+0000 mgr.y (mgr.14556) 6612 : cluster [DBG] pgmap v5832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:42.740508+0000 mgr.y (mgr.14556) 6612 : cluster [DBG] pgmap v5832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:42.740508+0000 mgr.y (mgr.14556) 6612 : cluster [DBG] pgmap v5832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:44.741047+0000 mgr.y (mgr.14556) 6613 : cluster [DBG] pgmap v5833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:44.741047+0000 mgr.y (mgr.14556) 6613 : cluster [DBG] pgmap v5833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:44.741047+0000 mgr.y (mgr.14556) 6613 : cluster [DBG] pgmap v5833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:46.741757+0000 mgr.y (mgr.14556) 6614 : cluster [DBG] pgmap v5834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:59:48.118513+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:59:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:59:48.423918+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:59:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:59:48.424606+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:59:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T09:59:48.433902+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:59:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:46.741757+0000 mgr.y (mgr.14556) 6614 : cluster [DBG] pgmap v5834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:59:48.118513+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:59:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:59:48.423918+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:59:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:59:48.424606+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:59:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T09:59:48.433902+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:59:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:46.741757+0000 mgr.y (mgr.14556) 6614 : cluster [DBG] pgmap v5834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:59:48.118513+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T09:59:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:59:48.423918+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T09:59:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:59:48.424606+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T09:59:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T09:59:48.433902+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T09:59:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:48.742160+0000 mgr.y (mgr.14556) 6615 : cluster [DBG] pgmap v5835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:48.742160+0000 mgr.y (mgr.14556) 6615 : cluster [DBG] pgmap v5835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:48.742160+0000 mgr.y (mgr.14556) 6615 : cluster [DBG] pgmap v5835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 09:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T09:59:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:50.742812+0000 mgr.y (mgr.14556) 6616 : cluster [DBG] pgmap v5836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:50.742812+0000 mgr.y (mgr.14556) 6616 : cluster [DBG] pgmap v5836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:50.742812+0000 mgr.y (mgr.14556) 6616 : cluster [DBG] pgmap v5836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 09:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:09:59:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T09:59:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:52.743402+0000 mgr.y (mgr.14556) 6617 : cluster [DBG] pgmap v5837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:52.743402+0000 mgr.y (mgr.14556) 6617 : cluster [DBG] pgmap v5837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:52.743402+0000 mgr.y (mgr.14556) 6617 : cluster [DBG] pgmap v5837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:54.743877+0000 mgr.y (mgr.14556) 6618 : cluster [DBG] pgmap v5838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:54.743877+0000 mgr.y (mgr.14556) 6618 : cluster [DBG] pgmap v5838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:54.743877+0000 mgr.y (mgr.14556) 6618 : cluster [DBG] pgmap v5838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:56.744765+0000 mgr.y (mgr.14556) 6619 : cluster [DBG] pgmap v5839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:56.744765+0000 mgr.y (mgr.14556) 6619 : cluster [DBG] pgmap v5839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T09:59:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:56.744765+0000 mgr.y (mgr.14556) 6619 : cluster [DBG] pgmap v5839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 09:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T09:59:58.745367+0000 mgr.y (mgr.14556) 6620 : cluster [DBG] pgmap v5840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 09:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T09:59:58.745367+0000 mgr.y (mgr.14556) 6620 : cluster [DBG] pgmap v5840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T09:59:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:00:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 09:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T09:59:58.745367+0000 mgr.y (mgr.14556) 6620 : cluster [DBG] pgmap v5840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:00.000184+0000 mon.a (mon.0) 1908 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:00:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:00.000184+0000 mon.a (mon.0) 1908 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:00:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:00.000184+0000 mon.a (mon.0) 1908 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:00:01.859 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:00:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:00.746009+0000 mgr.y (mgr.14556) 6621 : cluster [DBG] pgmap v5841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:00.746009+0000 mgr.y (mgr.14556) 6621 : cluster [DBG] pgmap v5841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:00.746009+0000 mgr.y (mgr.14556) 6621 : cluster [DBG] pgmap v5841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:00:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:00:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:02.746475+0000 mgr.y (mgr.14556) 6622 : cluster [DBG] pgmap v5842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:02.746475+0000 mgr.y (mgr.14556) 6622 : cluster [DBG] pgmap v5842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:02.746475+0000 mgr.y (mgr.14556) 6622 : cluster [DBG] pgmap v5842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:04.746931+0000 mgr.y (mgr.14556) 6623 : cluster [DBG] pgmap v5843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:04.746931+0000 mgr.y (mgr.14556) 6623 : cluster [DBG] pgmap v5843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:04.746931+0000 mgr.y (mgr.14556) 6623 : cluster [DBG] pgmap v5843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:06.355 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:00:06.640 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:00:06.640 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 9m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:00:06.640 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 9m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 9m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 9m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 9m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 9m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 9m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 9m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 9m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 9m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 9m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 9m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 9m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 9m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 9m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 9m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 9m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:00:06.641 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 9m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:00:06.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 9m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:00:06.642 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 9m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:00:06.989 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:00:06.989 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:00:06.989 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:00:06.989 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:00:06.989 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:00:06.989 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:00:06.989 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:00:06.989 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:00:06.989 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:00:06.989 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:00:06.989 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:00:06.990 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:00:06.990 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:00:06.990 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:00:06.990 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:00:06.990 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:00:06.990 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:00:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:00:06.343624+0000 mgr.y (mgr.14556) 6624 : audit [DBG] from='client.21615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:00:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:00:06.343624+0000 mgr.y (mgr.14556) 6624 : audit [DBG] from='client.21615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:00:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:00:06.343624+0000 mgr.y (mgr.14556) 6624 : audit [DBG] from='client.21615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:00:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:00:06.633364+0000 mgr.y (mgr.14556) 6625 : audit [DBG] from='client.21621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:00:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:06.747591+0000 mgr.y (mgr.14556) 6626 : cluster [DBG] pgmap v5844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:00:06.989875+0000 mon.a (mon.0) 1909 : audit [DBG] from='client.? 172.21.15.23:0/2932020357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:00:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:00:06.633364+0000 mgr.y (mgr.14556) 6625 : audit [DBG] from='client.21621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:00:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:06.747591+0000 mgr.y (mgr.14556) 6626 : cluster [DBG] pgmap v5844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:00:06.989875+0000 mon.a (mon.0) 1909 : audit [DBG] from='client.? 172.21.15.23:0/2932020357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:00:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:00:06.633364+0000 mgr.y (mgr.14556) 6625 : audit [DBG] from='client.21621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:00:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:06.747591+0000 mgr.y (mgr.14556) 6626 : cluster [DBG] pgmap v5844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:00:06.989875+0000 mon.a (mon.0) 1909 : audit [DBG] from='client.? 172.21.15.23:0/2932020357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:00:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:08.748087+0000 mgr.y (mgr.14556) 6627 : cluster [DBG] pgmap v5845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:08.748087+0000 mgr.y (mgr.14556) 6627 : cluster [DBG] pgmap v5845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:08.748087+0000 mgr.y (mgr.14556) 6627 : cluster [DBG] pgmap v5845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:11.902 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:00:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:10.748875+0000 mgr.y (mgr.14556) 6628 : cluster [DBG] pgmap v5846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:10.748875+0000 mgr.y (mgr.14556) 6628 : cluster [DBG] pgmap v5846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:10.748875+0000 mgr.y (mgr.14556) 6628 : cluster [DBG] pgmap v5846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:00:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:00:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:12.749315+0000 mgr.y (mgr.14556) 6629 : cluster [DBG] pgmap v5847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:12.749315+0000 mgr.y (mgr.14556) 6629 : cluster [DBG] pgmap v5847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:12.749315+0000 mgr.y (mgr.14556) 6629 : cluster [DBG] pgmap v5847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:14.749841+0000 mgr.y (mgr.14556) 6630 : cluster [DBG] pgmap v5848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:14.749841+0000 mgr.y (mgr.14556) 6630 : cluster [DBG] pgmap v5848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:14.749841+0000 mgr.y (mgr.14556) 6630 : cluster [DBG] pgmap v5848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:16.750761+0000 mgr.y (mgr.14556) 6631 : cluster [DBG] pgmap v5849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:16.750761+0000 mgr.y (mgr.14556) 6631 : cluster [DBG] pgmap v5849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:16.750761+0000 mgr.y (mgr.14556) 6631 : cluster [DBG] pgmap v5849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:18.751278+0000 mgr.y (mgr.14556) 6632 : cluster [DBG] pgmap v5850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:18.751278+0000 mgr.y (mgr.14556) 6632 : cluster [DBG] pgmap v5850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:18.751278+0000 mgr.y (mgr.14556) 6632 : cluster [DBG] pgmap v5850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:00:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:20.751899+0000 mgr.y (mgr.14556) 6633 : cluster [DBG] pgmap v5851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:20.751899+0000 mgr.y (mgr.14556) 6633 : cluster [DBG] pgmap v5851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:20.751899+0000 mgr.y (mgr.14556) 6633 : cluster [DBG] pgmap v5851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:00:23] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:00:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:22.752470+0000 mgr.y (mgr.14556) 6634 : cluster [DBG] pgmap v5852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:22.752470+0000 mgr.y (mgr.14556) 6634 : cluster [DBG] pgmap v5852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:22.752470+0000 mgr.y (mgr.14556) 6634 : cluster [DBG] pgmap v5852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:24.752922+0000 mgr.y (mgr.14556) 6635 : cluster [DBG] pgmap v5853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:24.752922+0000 mgr.y (mgr.14556) 6635 : cluster [DBG] pgmap v5853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:24.752922+0000 mgr.y (mgr.14556) 6635 : cluster [DBG] pgmap v5853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:26.753788+0000 mgr.y (mgr.14556) 6636 : cluster [DBG] pgmap v5854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:26.753788+0000 mgr.y (mgr.14556) 6636 : cluster [DBG] pgmap v5854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:26.753788+0000 mgr.y (mgr.14556) 6636 : cluster [DBG] pgmap v5854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:28.754188+0000 mgr.y (mgr.14556) 6637 : cluster [DBG] pgmap v5855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:28.754188+0000 mgr.y (mgr.14556) 6637 : cluster [DBG] pgmap v5855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:28.754188+0000 mgr.y (mgr.14556) 6637 : cluster [DBG] pgmap v5855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:00:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:30.754930+0000 mgr.y (mgr.14556) 6638 : cluster [DBG] pgmap v5856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:30.754930+0000 mgr.y (mgr.14556) 6638 : cluster [DBG] pgmap v5856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:30.754930+0000 mgr.y (mgr.14556) 6638 : cluster [DBG] pgmap v5856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:34.034 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:00:33] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:00:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:32.755316+0000 mgr.y (mgr.14556) 6639 : cluster [DBG] pgmap v5857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:32.755316+0000 mgr.y (mgr.14556) 6639 : cluster [DBG] pgmap v5857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:32.755316+0000 mgr.y (mgr.14556) 6639 : cluster [DBG] pgmap v5857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:34.755687+0000 mgr.y (mgr.14556) 6640 : cluster [DBG] pgmap v5858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:34.755687+0000 mgr.y (mgr.14556) 6640 : cluster [DBG] pgmap v5858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:34.755687+0000 mgr.y (mgr.14556) 6640 : cluster [DBG] pgmap v5858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:37.307 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:00:37.597 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:00:37.597 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 9m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:00:37.597 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 9m ago 3h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:00:37.597 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 9m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:00:37.597 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 9m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:00:37.597 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 9m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:00:37.597 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 9m ago 3h 467M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:00:37.597 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 9m ago 3h 530M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:00:37.597 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 9m ago 3h 279M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:00:37.597 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 9m ago 3h 285M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:00:37.597 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 9m ago 3h 24.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:00:37.597 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 9m ago 3h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:00:37.598 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 9m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:00:37.598 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 9m ago 3h 43.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:00:37.598 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 9m ago 3h 42.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:00:37.598 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 9m ago 3h 41.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:00:37.598 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 9m ago 3h 41.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:00:37.598 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 9m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:00:37.598 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 9m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:00:37.598 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 9m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:00:37.598 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 9m ago 3h 94.8M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:00:37.949 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:00:37.950 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:00:37.950 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:00:37.950 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:00:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:36.756251+0000 mgr.y (mgr.14556) 6641 : cluster [DBG] pgmap v5859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:00:37.295803+0000 mgr.y (mgr.14556) 6642 : audit [DBG] from='client.31547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:00:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:00:37.589771+0000 mgr.y (mgr.14556) 6643 : audit [DBG] from='client.21639 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:00:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:00:37.949881+0000 mon.a (mon.0) 1910 : audit [DBG] from='client.? 172.21.15.23:0/3260384630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:00:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:36.756251+0000 mgr.y (mgr.14556) 6641 : cluster [DBG] pgmap v5859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:00:37.295803+0000 mgr.y (mgr.14556) 6642 : audit [DBG] from='client.31547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:00:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:00:37.589771+0000 mgr.y (mgr.14556) 6643 : audit [DBG] from='client.21639 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:00:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:00:37.949881+0000 mon.a (mon.0) 1910 : audit [DBG] from='client.? 172.21.15.23:0/3260384630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:00:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:36.756251+0000 mgr.y (mgr.14556) 6641 : cluster [DBG] pgmap v5859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:00:37.295803+0000 mgr.y (mgr.14556) 6642 : audit [DBG] from='client.31547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:00:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:00:37.589771+0000 mgr.y (mgr.14556) 6643 : audit [DBG] from='client.21639 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:00:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:00:37.949881+0000 mon.a (mon.0) 1910 : audit [DBG] from='client.? 172.21.15.23:0/3260384630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:00:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:38.756823+0000 mgr.y (mgr.14556) 6644 : cluster [DBG] pgmap v5860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:38.756823+0000 mgr.y (mgr.14556) 6644 : cluster [DBG] pgmap v5860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:38.756823+0000 mgr.y (mgr.14556) 6644 : cluster [DBG] pgmap v5860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:40.757765+0000 mgr.y (mgr.14556) 6645 : cluster [DBG] pgmap v5861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:00:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:40.757765+0000 mgr.y (mgr.14556) 6645 : cluster [DBG] pgmap v5861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:40.757765+0000 mgr.y (mgr.14556) 6645 : cluster [DBG] pgmap v5861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:00:43] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:00:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:42.758382+0000 mgr.y (mgr.14556) 6646 : cluster [DBG] pgmap v5862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:42.758382+0000 mgr.y (mgr.14556) 6646 : cluster [DBG] pgmap v5862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:42.758382+0000 mgr.y (mgr.14556) 6646 : cluster [DBG] pgmap v5862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:44.758861+0000 mgr.y (mgr.14556) 6647 : cluster [DBG] pgmap v5863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:44.758861+0000 mgr.y (mgr.14556) 6647 : cluster [DBG] pgmap v5863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:44.758861+0000 mgr.y (mgr.14556) 6647 : cluster [DBG] pgmap v5863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:46.759604+0000 mgr.y (mgr.14556) 6648 : cluster [DBG] pgmap v5864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:46.759604+0000 mgr.y (mgr.14556) 6648 : cluster [DBG] pgmap v5864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:46.759604+0000 mgr.y (mgr.14556) 6648 : cluster [DBG] pgmap v5864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:49.081 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:00:48.438244+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:00:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:00:48.438244+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:00:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:00:48.438244+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:00:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:48.759938+0000 mgr.y (mgr.14556) 6649 : cluster [DBG] pgmap v5865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:48.759938+0000 mgr.y (mgr.14556) 6649 : cluster [DBG] pgmap v5865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:48.759938+0000 mgr.y (mgr.14556) 6649 : cluster [DBG] pgmap v5865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:00:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:50.760539+0000 mgr.y (mgr.14556) 6650 : cluster [DBG] pgmap v5866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:00:51.398944+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:00:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:00:51.932027+0000 mon.a (mon.0) 1913 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:00:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:00:52.229443+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:00:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:00:52.230156+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:00:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:00:52.239169+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:00:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:50.760539+0000 mgr.y (mgr.14556) 6650 : cluster [DBG] pgmap v5866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:00:51.398944+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:00:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:00:51.932027+0000 mon.a (mon.0) 1913 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:00:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:00:52.229443+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:00:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:00:52.230156+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:00:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:00:52.239169+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:00:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:50.760539+0000 mgr.y (mgr.14556) 6650 : cluster [DBG] pgmap v5866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:00:51.398944+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:00:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:00:51.932027+0000 mon.a (mon.0) 1913 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:00:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:00:52.229443+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:00:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:00:52.230156+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:00:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:00:52.239169+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:00:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:00:53] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T10:00:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:52.760980+0000 mgr.y (mgr.14556) 6651 : cluster [DBG] pgmap v5867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:52.760980+0000 mgr.y (mgr.14556) 6651 : cluster [DBG] pgmap v5867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:52.760980+0000 mgr.y (mgr.14556) 6651 : cluster [DBG] pgmap v5867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:54.761576+0000 mgr.y (mgr.14556) 6652 : cluster [DBG] pgmap v5868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:54.761576+0000 mgr.y (mgr.14556) 6652 : cluster [DBG] pgmap v5868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:54.761576+0000 mgr.y (mgr.14556) 6652 : cluster [DBG] pgmap v5868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:56.762301+0000 mgr.y (mgr.14556) 6653 : cluster [DBG] pgmap v5869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:56.762301+0000 mgr.y (mgr.14556) 6653 : cluster [DBG] pgmap v5869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:00:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:00:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:56.762301+0000 mgr.y (mgr.14556) 6653 : cluster [DBG] pgmap v5869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:00:58.762906+0000 mgr.y (mgr.14556) 6654 : cluster [DBG] pgmap v5870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:00:58.762906+0000 mgr.y (mgr.14556) 6654 : cluster [DBG] pgmap v5870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:00:58.762906+0000 mgr.y (mgr.14556) 6654 : cluster [DBG] pgmap v5870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:01:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:00.763593+0000 mgr.y (mgr.14556) 6655 : cluster [DBG] pgmap v5871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:00.763593+0000 mgr.y (mgr.14556) 6655 : cluster [DBG] pgmap v5871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:00.763593+0000 mgr.y (mgr.14556) 6655 : cluster [DBG] pgmap v5871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:01:03] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T10:01:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:02.763976+0000 mgr.y (mgr.14556) 6656 : cluster [DBG] pgmap v5872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:02.763976+0000 mgr.y (mgr.14556) 6656 : cluster [DBG] pgmap v5872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:02.763976+0000 mgr.y (mgr.14556) 6656 : cluster [DBG] pgmap v5872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:04.764433+0000 mgr.y (mgr.14556) 6657 : cluster [DBG] pgmap v5873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:04.764433+0000 mgr.y (mgr.14556) 6657 : cluster [DBG] pgmap v5873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:04.764433+0000 mgr.y (mgr.14556) 6657 : cluster [DBG] pgmap v5873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:08.277 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:01:08.566 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:01:08.566 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 17s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:01:08.566 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 16s ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:01:08.566 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 17s ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:01:08.566 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 16s ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:01:08.566 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 16s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 17s ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 17s ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 16s ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 17s ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 17s ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 16s ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 17s ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 17s ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 17s ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 17s ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 16s ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 16s ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 16s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 16s ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:01:08.567 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 16s ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:01:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:06.765181+0000 mgr.y (mgr.14556) 6658 : cluster [DBG] pgmap v5874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:06.765181+0000 mgr.y (mgr.14556) 6658 : cluster [DBG] pgmap v5874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:06.765181+0000 mgr.y (mgr.14556) 6658 : cluster [DBG] pgmap v5874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:08.918 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:01:08.918 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:01:08.918 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:01:08.918 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:01:08.918 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:01:08.918 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:01:08.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:01:08.919 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:01:08.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:01:08.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:01:08.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:01:08.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:01:08.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:01:08.919 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:01:08.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:01:08.919 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:01:08.919 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:01:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:01:08.265483+0000 mgr.y (mgr.14556) 6659 : audit [DBG] from='client.31565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:01:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:01:08.558793+0000 mgr.y (mgr.14556) 6660 : audit [DBG] from='client.21657 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:01:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:01:08.919108+0000 mon.c (mon.2) 187 : audit [DBG] from='client.? 172.21.15.23:0/3562628757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:01:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:01:08.265483+0000 mgr.y (mgr.14556) 6659 : audit [DBG] from='client.31565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:01:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:01:08.558793+0000 mgr.y (mgr.14556) 6660 : audit [DBG] from='client.21657 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:01:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:01:08.919108+0000 mon.c (mon.2) 187 : audit [DBG] from='client.? 172.21.15.23:0/3562628757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:01:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:01:08.265483+0000 mgr.y (mgr.14556) 6659 : audit [DBG] from='client.31565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:01:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:01:08.558793+0000 mgr.y (mgr.14556) 6660 : audit [DBG] from='client.21657 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:01:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:01:08.919108+0000 mon.c (mon.2) 187 : audit [DBG] from='client.? 172.21.15.23:0/3562628757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:01:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:08.765527+0000 mgr.y (mgr.14556) 6661 : cluster [DBG] pgmap v5875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:08.765527+0000 mgr.y (mgr.14556) 6661 : cluster [DBG] pgmap v5875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:08.765527+0000 mgr.y (mgr.14556) 6661 : cluster [DBG] pgmap v5875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:01:12.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:10.766240+0000 mgr.y (mgr.14556) 6662 : cluster [DBG] pgmap v5876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:10.766240+0000 mgr.y (mgr.14556) 6662 : cluster [DBG] pgmap v5876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:10.766240+0000 mgr.y (mgr.14556) 6662 : cluster [DBG] pgmap v5876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:01:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:01:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:12.766758+0000 mgr.y (mgr.14556) 6663 : cluster [DBG] pgmap v5877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:12.766758+0000 mgr.y (mgr.14556) 6663 : cluster [DBG] pgmap v5877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:12.766758+0000 mgr.y (mgr.14556) 6663 : cluster [DBG] pgmap v5877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:14.767189+0000 mgr.y (mgr.14556) 6664 : cluster [DBG] pgmap v5878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:14.767189+0000 mgr.y (mgr.14556) 6664 : cluster [DBG] pgmap v5878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:14.767189+0000 mgr.y (mgr.14556) 6664 : cluster [DBG] pgmap v5878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:16.767981+0000 mgr.y (mgr.14556) 6665 : cluster [DBG] pgmap v5879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:16.767981+0000 mgr.y (mgr.14556) 6665 : cluster [DBG] pgmap v5879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:16.767981+0000 mgr.y (mgr.14556) 6665 : cluster [DBG] pgmap v5879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:18.768387+0000 mgr.y (mgr.14556) 6666 : cluster [DBG] pgmap v5880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:18.768387+0000 mgr.y (mgr.14556) 6666 : cluster [DBG] pgmap v5880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:18.768387+0000 mgr.y (mgr.14556) 6666 : cluster [DBG] pgmap v5880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:01:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:20.769092+0000 mgr.y (mgr.14556) 6667 : cluster [DBG] pgmap v5881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:20.769092+0000 mgr.y (mgr.14556) 6667 : cluster [DBG] pgmap v5881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:20.769092+0000 mgr.y (mgr.14556) 6667 : cluster [DBG] pgmap v5881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:01:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:01:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:22.769566+0000 mgr.y (mgr.14556) 6668 : cluster [DBG] pgmap v5882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:22.769566+0000 mgr.y (mgr.14556) 6668 : cluster [DBG] pgmap v5882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:22.769566+0000 mgr.y (mgr.14556) 6668 : cluster [DBG] pgmap v5882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:24.770115+0000 mgr.y (mgr.14556) 6669 : cluster [DBG] pgmap v5883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:24.770115+0000 mgr.y (mgr.14556) 6669 : cluster [DBG] pgmap v5883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:24.770115+0000 mgr.y (mgr.14556) 6669 : cluster [DBG] pgmap v5883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:26.770809+0000 mgr.y (mgr.14556) 6670 : cluster [DBG] pgmap v5884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:26.770809+0000 mgr.y (mgr.14556) 6670 : cluster [DBG] pgmap v5884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:26.770809+0000 mgr.y (mgr.14556) 6670 : cluster [DBG] pgmap v5884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:28.771190+0000 mgr.y (mgr.14556) 6671 : cluster [DBG] pgmap v5885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:28.771190+0000 mgr.y (mgr.14556) 6671 : cluster [DBG] pgmap v5885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:28.771190+0000 mgr.y (mgr.14556) 6671 : cluster [DBG] pgmap v5885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:01:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:30.771806+0000 mgr.y (mgr.14556) 6672 : cluster [DBG] pgmap v5886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:30.771806+0000 mgr.y (mgr.14556) 6672 : cluster [DBG] pgmap v5886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:30.771806+0000 mgr.y (mgr.14556) 6672 : cluster [DBG] pgmap v5886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:32.772402+0000 mgr.y (mgr.14556) 6673 : cluster [DBG] pgmap v5887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:01:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:01:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:32.772402+0000 mgr.y (mgr.14556) 6673 : cluster [DBG] pgmap v5887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:32.772402+0000 mgr.y (mgr.14556) 6673 : cluster [DBG] pgmap v5887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:34.772750+0000 mgr.y (mgr.14556) 6674 : cluster [DBG] pgmap v5888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:34.772750+0000 mgr.y (mgr.14556) 6674 : cluster [DBG] pgmap v5888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:34.772750+0000 mgr.y (mgr.14556) 6674 : cluster [DBG] pgmap v5888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:36.773588+0000 mgr.y (mgr.14556) 6675 : cluster [DBG] pgmap v5889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:36.773588+0000 mgr.y (mgr.14556) 6675 : cluster [DBG] pgmap v5889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:36.773588+0000 mgr.y (mgr.14556) 6675 : cluster [DBG] pgmap v5889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:39.244 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:01:39.531 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:01:39.531 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 48s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:01:39.532 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 47s ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:01:39.532 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 48s ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:01:39.532 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 47s ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:01:39.532 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 47s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:01:39.532 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 48s ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:01:39.532 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 48s ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:01:39.532 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 47s ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:01:39.533 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 48s ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:01:39.533 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 48s ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:01:39.533 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 47s ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:01:39.533 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 48s ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:01:39.533 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 48s ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:01:39.533 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 48s ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:01:39.533 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 48s ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:01:39.533 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 47s ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:01:39.533 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 47s ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:01:39.533 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 47s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:01:39.533 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 47s ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:01:39.533 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 47s ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:01:39.879 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:01:39.880 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:01:39.881 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:01:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:38.774089+0000 mgr.y (mgr.14556) 6676 : cluster [DBG] pgmap v5890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:01:39.233610+0000 mgr.y (mgr.14556) 6677 : audit [DBG] from='client.21669 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:01:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:01:39.524437+0000 mgr.y (mgr.14556) 6678 : audit [DBG] from='client.21675 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:01:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:38.774089+0000 mgr.y (mgr.14556) 6676 : cluster [DBG] pgmap v5890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:01:39.233610+0000 mgr.y (mgr.14556) 6677 : audit [DBG] from='client.21669 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:01:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:01:39.524437+0000 mgr.y (mgr.14556) 6678 : audit [DBG] from='client.21675 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:01:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:38.774089+0000 mgr.y (mgr.14556) 6676 : cluster [DBG] pgmap v5890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:01:39.233610+0000 mgr.y (mgr.14556) 6677 : audit [DBG] from='client.21669 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:01:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:01:39.524437+0000 mgr.y (mgr.14556) 6678 : audit [DBG] from='client.21675 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:01:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:01:39.880595+0000 mon.a (mon.0) 1917 : audit [DBG] from='client.? 172.21.15.23:0/2627265858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:01:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:01:39.880595+0000 mon.a (mon.0) 1917 : audit [DBG] from='client.? 172.21.15.23:0/2627265858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:01:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:01:39.880595+0000 mon.a (mon.0) 1917 : audit [DBG] from='client.? 172.21.15.23:0/2627265858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:01:41.884 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:01:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:40.774756+0000 mgr.y (mgr.14556) 6679 : cluster [DBG] pgmap v5891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:40.774756+0000 mgr.y (mgr.14556) 6679 : cluster [DBG] pgmap v5891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:40.774756+0000 mgr.y (mgr.14556) 6679 : cluster [DBG] pgmap v5891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:01:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:01:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:42.775198+0000 mgr.y (mgr.14556) 6680 : cluster [DBG] pgmap v5892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:42.775198+0000 mgr.y (mgr.14556) 6680 : cluster [DBG] pgmap v5892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:42.775198+0000 mgr.y (mgr.14556) 6680 : cluster [DBG] pgmap v5892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:44.775605+0000 mgr.y (mgr.14556) 6681 : cluster [DBG] pgmap v5893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:44.775605+0000 mgr.y (mgr.14556) 6681 : cluster [DBG] pgmap v5893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:44.775605+0000 mgr.y (mgr.14556) 6681 : cluster [DBG] pgmap v5893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:46.776465+0000 mgr.y (mgr.14556) 6682 : cluster [DBG] pgmap v5894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:46.776465+0000 mgr.y (mgr.14556) 6682 : cluster [DBG] pgmap v5894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:46.776465+0000 mgr.y (mgr.14556) 6682 : cluster [DBG] pgmap v5894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:48.776810+0000 mgr.y (mgr.14556) 6683 : cluster [DBG] pgmap v5895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:48.776810+0000 mgr.y (mgr.14556) 6683 : cluster [DBG] pgmap v5895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:48.776810+0000 mgr.y (mgr.14556) 6683 : cluster [DBG] pgmap v5895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:01:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:50.777400+0000 mgr.y (mgr.14556) 6684 : cluster [DBG] pgmap v5896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:50.777400+0000 mgr.y (mgr.14556) 6684 : cluster [DBG] pgmap v5896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:50.777400+0000 mgr.y (mgr.14556) 6684 : cluster [DBG] pgmap v5896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:01:52.244317+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:01:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:01:52.555694+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:01:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:01:52.556427+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:01:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:01:52.564391+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:01:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:01:52.244317+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:01:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:01:52.555694+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:01:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:01:52.556427+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:01:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:01:52.564391+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:01:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:01:52.244317+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:01:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:01:52.555694+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:01:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:01:52.556427+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:01:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:01:52.564391+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:01:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:01:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:01:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:52.777678+0000 mgr.y (mgr.14556) 6685 : cluster [DBG] pgmap v5897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:52.777678+0000 mgr.y (mgr.14556) 6685 : cluster [DBG] pgmap v5897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:52.777678+0000 mgr.y (mgr.14556) 6685 : cluster [DBG] pgmap v5897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:54.778209+0000 mgr.y (mgr.14556) 6686 : cluster [DBG] pgmap v5898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:54.778209+0000 mgr.y (mgr.14556) 6686 : cluster [DBG] pgmap v5898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:54.778209+0000 mgr.y (mgr.14556) 6686 : cluster [DBG] pgmap v5898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:58.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:56.779010+0000 mgr.y (mgr.14556) 6687 : cluster [DBG] pgmap v5899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:58.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:56.779010+0000 mgr.y (mgr.14556) 6687 : cluster [DBG] pgmap v5899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:01:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:01:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:56.779010+0000 mgr.y (mgr.14556) 6687 : cluster [DBG] pgmap v5899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:01:58.779448+0000 mgr.y (mgr.14556) 6688 : cluster [DBG] pgmap v5900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:01:58.779448+0000 mgr.y (mgr.14556) 6688 : cluster [DBG] pgmap v5900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:01:58.779448+0000 mgr.y (mgr.14556) 6688 : cluster [DBG] pgmap v5900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:00.780057+0000 mgr.y (mgr.14556) 6689 : cluster [DBG] pgmap v5901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:02:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:00.780057+0000 mgr.y (mgr.14556) 6689 : cluster [DBG] pgmap v5901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:00.780057+0000 mgr.y (mgr.14556) 6689 : cluster [DBG] pgmap v5901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:02:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:02:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:02.780442+0000 mgr.y (mgr.14556) 6690 : cluster [DBG] pgmap v5902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:02.780442+0000 mgr.y (mgr.14556) 6690 : cluster [DBG] pgmap v5902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:02.780442+0000 mgr.y (mgr.14556) 6690 : cluster [DBG] pgmap v5902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:06.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:04.780883+0000 mgr.y (mgr.14556) 6691 : cluster [DBG] pgmap v5903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:04.780883+0000 mgr.y (mgr.14556) 6691 : cluster [DBG] pgmap v5903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:04.780883+0000 mgr.y (mgr.14556) 6691 : cluster [DBG] pgmap v5903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:06.781552+0000 mgr.y (mgr.14556) 6692 : cluster [DBG] pgmap v5904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:06.781552+0000 mgr.y (mgr.14556) 6692 : cluster [DBG] pgmap v5904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:06.781552+0000 mgr.y (mgr.14556) 6692 : cluster [DBG] pgmap v5904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:08.781949+0000 mgr.y (mgr.14556) 6693 : cluster [DBG] pgmap v5905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:08.781949+0000 mgr.y (mgr.14556) 6693 : cluster [DBG] pgmap v5905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:08.781949+0000 mgr.y (mgr.14556) 6693 : cluster [DBG] pgmap v5905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:10.204 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 79s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 78s ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 79s ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 78s ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 78s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 79s ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 79s ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 78s ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 79s ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 79s ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 78s ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:02:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 79s ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:02:10.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 79s ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:02:10.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 79s ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:02:10.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 79s ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:02:10.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 78s ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:02:10.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 78s ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:02:10.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 78s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:02:10.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 78s ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:02:10.494 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 78s ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:02:10.845 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:02:10.845 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:02:10.845 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:02:10.845 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:02:10.845 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:02:10.845 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:02:10.845 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:02:10.846 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:02:10.846 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:02:10.846 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:02:10.846 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:02:10.846 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:02:10.846 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:02:10.846 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:02:10.846 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:02:10.846 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:02:10.846 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:02:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:02:10.192603+0000 mgr.y (mgr.14556) 6694 : audit [DBG] from='client.21687 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:02:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:02:10.485806+0000 mgr.y (mgr.14556) 6695 : audit [DBG] from='client.31607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:02:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:02:10.846101+0000 mon.a (mon.0) 1922 : audit [DBG] from='client.? 172.21.15.23:0/1118505746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:02:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:02:10.192603+0000 mgr.y (mgr.14556) 6694 : audit [DBG] from='client.21687 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:02:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:02:10.485806+0000 mgr.y (mgr.14556) 6695 : audit [DBG] from='client.31607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:02:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:02:10.846101+0000 mon.a (mon.0) 1922 : audit [DBG] from='client.? 172.21.15.23:0/1118505746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:02:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:02:10.192603+0000 mgr.y (mgr.14556) 6694 : audit [DBG] from='client.21687 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:02:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:02:10.485806+0000 mgr.y (mgr.14556) 6695 : audit [DBG] from='client.31607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:02:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:02:10.846101+0000 mon.a (mon.0) 1922 : audit [DBG] from='client.? 172.21.15.23:0/1118505746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:02:11.896 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:02:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:10.782492+0000 mgr.y (mgr.14556) 6696 : cluster [DBG] pgmap v5906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:10.782492+0000 mgr.y (mgr.14556) 6696 : cluster [DBG] pgmap v5906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:10.782492+0000 mgr.y (mgr.14556) 6696 : cluster [DBG] pgmap v5906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:02:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:02:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:12.782874+0000 mgr.y (mgr.14556) 6697 : cluster [DBG] pgmap v5907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:12.782874+0000 mgr.y (mgr.14556) 6697 : cluster [DBG] pgmap v5907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:12.782874+0000 mgr.y (mgr.14556) 6697 : cluster [DBG] pgmap v5907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:14.783451+0000 mgr.y (mgr.14556) 6698 : cluster [DBG] pgmap v5908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:14.783451+0000 mgr.y (mgr.14556) 6698 : cluster [DBG] pgmap v5908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:14.783451+0000 mgr.y (mgr.14556) 6698 : cluster [DBG] pgmap v5908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:16.784082+0000 mgr.y (mgr.14556) 6699 : cluster [DBG] pgmap v5909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:16.784082+0000 mgr.y (mgr.14556) 6699 : cluster [DBG] pgmap v5909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:16.784082+0000 mgr.y (mgr.14556) 6699 : cluster [DBG] pgmap v5909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:18.784615+0000 mgr.y (mgr.14556) 6700 : cluster [DBG] pgmap v5910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:18.784615+0000 mgr.y (mgr.14556) 6700 : cluster [DBG] pgmap v5910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:18.784615+0000 mgr.y (mgr.14556) 6700 : cluster [DBG] pgmap v5910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:02:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:20.785443+0000 mgr.y (mgr.14556) 6701 : cluster [DBG] pgmap v5911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:20.785443+0000 mgr.y (mgr.14556) 6701 : cluster [DBG] pgmap v5911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:20.785443+0000 mgr.y (mgr.14556) 6701 : cluster [DBG] pgmap v5911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:22.786001+0000 mgr.y (mgr.14556) 6702 : cluster [DBG] pgmap v5912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:02:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:02:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:22.786001+0000 mgr.y (mgr.14556) 6702 : cluster [DBG] pgmap v5912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:22.786001+0000 mgr.y (mgr.14556) 6702 : cluster [DBG] pgmap v5912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:24.786440+0000 mgr.y (mgr.14556) 6703 : cluster [DBG] pgmap v5913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:24.786440+0000 mgr.y (mgr.14556) 6703 : cluster [DBG] pgmap v5913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:24.786440+0000 mgr.y (mgr.14556) 6703 : cluster [DBG] pgmap v5913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:26.787299+0000 mgr.y (mgr.14556) 6704 : cluster [DBG] pgmap v5914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:26.787299+0000 mgr.y (mgr.14556) 6704 : cluster [DBG] pgmap v5914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:26.787299+0000 mgr.y (mgr.14556) 6704 : cluster [DBG] pgmap v5914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:28.787703+0000 mgr.y (mgr.14556) 6705 : cluster [DBG] pgmap v5915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:28.787703+0000 mgr.y (mgr.14556) 6705 : cluster [DBG] pgmap v5915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:28.787703+0000 mgr.y (mgr.14556) 6705 : cluster [DBG] pgmap v5915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:02:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:30.788510+0000 mgr.y (mgr.14556) 6706 : cluster [DBG] pgmap v5916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:30.788510+0000 mgr.y (mgr.14556) 6706 : cluster [DBG] pgmap v5916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:30.788510+0000 mgr.y (mgr.14556) 6706 : cluster [DBG] pgmap v5916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:02:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:02:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:32.788936+0000 mgr.y (mgr.14556) 6707 : cluster [DBG] pgmap v5917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:32.788936+0000 mgr.y (mgr.14556) 6707 : cluster [DBG] pgmap v5917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:32.788936+0000 mgr.y (mgr.14556) 6707 : cluster [DBG] pgmap v5917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:34.789379+0000 mgr.y (mgr.14556) 6708 : cluster [DBG] pgmap v5918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:34.789379+0000 mgr.y (mgr.14556) 6708 : cluster [DBG] pgmap v5918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:34.789379+0000 mgr.y (mgr.14556) 6708 : cluster [DBG] pgmap v5918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:36.789992+0000 mgr.y (mgr.14556) 6709 : cluster [DBG] pgmap v5919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:36.789992+0000 mgr.y (mgr.14556) 6709 : cluster [DBG] pgmap v5919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:36.789992+0000 mgr.y (mgr.14556) 6709 : cluster [DBG] pgmap v5919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:38.790449+0000 mgr.y (mgr.14556) 6710 : cluster [DBG] pgmap v5920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:38.790449+0000 mgr.y (mgr.14556) 6710 : cluster [DBG] pgmap v5920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:38.790449+0000 mgr.y (mgr.14556) 6710 : cluster [DBG] pgmap v5920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:02:41.463 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 110s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 109s ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 110s ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 109s ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 109s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 110s ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 110s ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 109s ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 110s ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 110s ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 109s ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 110s ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:02:41.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 110s ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:02:41.465 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 110s ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:02:41.465 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 110s ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:02:41.465 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 109s ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:02:41.465 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 109s ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:02:41.465 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 109s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:02:41.465 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 109s ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:02:41.465 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 109s ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:02:41.813 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:02:41.813 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:02:41.813 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:02:41.814 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:02:41.815 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:02:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:02:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:40.791013+0000 mgr.y (mgr.14556) 6711 : cluster [DBG] pgmap v5921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:02:41.162010+0000 mgr.y (mgr.14556) 6712 : audit [DBG] from='client.21705 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:02:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:02:41.456550+0000 mgr.y (mgr.14556) 6713 : audit [DBG] from='client.31625 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:02:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:02:41.814265+0000 mon.a (mon.0) 1923 : audit [DBG] from='client.? 172.21.15.23:0/4087946307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:02:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:40.791013+0000 mgr.y (mgr.14556) 6711 : cluster [DBG] pgmap v5921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:02:41.162010+0000 mgr.y (mgr.14556) 6712 : audit [DBG] from='client.21705 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:02:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:02:41.456550+0000 mgr.y (mgr.14556) 6713 : audit [DBG] from='client.31625 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:02:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:02:41.814265+0000 mon.a (mon.0) 1923 : audit [DBG] from='client.? 172.21.15.23:0/4087946307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:02:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:40.791013+0000 mgr.y (mgr.14556) 6711 : cluster [DBG] pgmap v5921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:02:41.162010+0000 mgr.y (mgr.14556) 6712 : audit [DBG] from='client.21705 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:02:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:02:41.456550+0000 mgr.y (mgr.14556) 6713 : audit [DBG] from='client.31625 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:02:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:02:41.814265+0000 mon.a (mon.0) 1923 : audit [DBG] from='client.? 172.21.15.23:0/4087946307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:02:44.063 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:02:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:02:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:42.791450+0000 mgr.y (mgr.14556) 6714 : cluster [DBG] pgmap v5922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:42.791450+0000 mgr.y (mgr.14556) 6714 : cluster [DBG] pgmap v5922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:42.791450+0000 mgr.y (mgr.14556) 6714 : cluster [DBG] pgmap v5922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:44.791876+0000 mgr.y (mgr.14556) 6715 : cluster [DBG] pgmap v5923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:44.791876+0000 mgr.y (mgr.14556) 6715 : cluster [DBG] pgmap v5923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:44.791876+0000 mgr.y (mgr.14556) 6715 : cluster [DBG] pgmap v5923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:46.792676+0000 mgr.y (mgr.14556) 6716 : cluster [DBG] pgmap v5924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:46.792676+0000 mgr.y (mgr.14556) 6716 : cluster [DBG] pgmap v5924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:46.792676+0000 mgr.y (mgr.14556) 6716 : cluster [DBG] pgmap v5924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:48.793110+0000 mgr.y (mgr.14556) 6717 : cluster [DBG] pgmap v5925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:48.793110+0000 mgr.y (mgr.14556) 6717 : cluster [DBG] pgmap v5925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:48.793110+0000 mgr.y (mgr.14556) 6717 : cluster [DBG] pgmap v5925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:02:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:50.793737+0000 mgr.y (mgr.14556) 6718 : cluster [DBG] pgmap v5926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:50.793737+0000 mgr.y (mgr.14556) 6718 : cluster [DBG] pgmap v5926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:50.793737+0000 mgr.y (mgr.14556) 6718 : cluster [DBG] pgmap v5926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:02:52.568897+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:02:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:02:52.877620+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:02:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:02:52.878300+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:02:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:02:52.884362+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:02:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:02:52.568897+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:02:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:02:52.877620+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:02:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:02:52.878300+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:02:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:02:52.884362+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:02:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:02:52.568897+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:02:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:02:52.877620+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:02:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:02:52.878300+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:02:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:02:52.884362+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:02:54.110 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:02:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:02:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:52.794063+0000 mgr.y (mgr.14556) 6719 : cluster [DBG] pgmap v5927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:52.794063+0000 mgr.y (mgr.14556) 6719 : cluster [DBG] pgmap v5927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:52.794063+0000 mgr.y (mgr.14556) 6719 : cluster [DBG] pgmap v5927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:54.794532+0000 mgr.y (mgr.14556) 6720 : cluster [DBG] pgmap v5928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:54.794532+0000 mgr.y (mgr.14556) 6720 : cluster [DBG] pgmap v5928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:54.794532+0000 mgr.y (mgr.14556) 6720 : cluster [DBG] pgmap v5928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:02:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:56.795259+0000 mgr.y (mgr.14556) 6721 : cluster [DBG] pgmap v5929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:02:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:56.795259+0000 mgr.y (mgr.14556) 6721 : cluster [DBG] pgmap v5929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:02:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:02:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:56.795259+0000 mgr.y (mgr.14556) 6721 : cluster [DBG] pgmap v5929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:02:58.795699+0000 mgr.y (mgr.14556) 6722 : cluster [DBG] pgmap v5930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:02:58.795699+0000 mgr.y (mgr.14556) 6722 : cluster [DBG] pgmap v5930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:02:58.795699+0000 mgr.y (mgr.14556) 6722 : cluster [DBG] pgmap v5930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:03:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:00.796377+0000 mgr.y (mgr.14556) 6723 : cluster [DBG] pgmap v5931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:00.796377+0000 mgr.y (mgr.14556) 6723 : cluster [DBG] pgmap v5931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:00.796377+0000 mgr.y (mgr.14556) 6723 : cluster [DBG] pgmap v5931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:03:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:03:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:02.796716+0000 mgr.y (mgr.14556) 6724 : cluster [DBG] pgmap v5932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:02.796716+0000 mgr.y (mgr.14556) 6724 : cluster [DBG] pgmap v5932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:02.796716+0000 mgr.y (mgr.14556) 6724 : cluster [DBG] pgmap v5932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:04.797150+0000 mgr.y (mgr.14556) 6725 : cluster [DBG] pgmap v5933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:04.797150+0000 mgr.y (mgr.14556) 6725 : cluster [DBG] pgmap v5933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:04.797150+0000 mgr.y (mgr.14556) 6725 : cluster [DBG] pgmap v5933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:06.797869+0000 mgr.y (mgr.14556) 6726 : cluster [DBG] pgmap v5934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:06.797869+0000 mgr.y (mgr.14556) 6726 : cluster [DBG] pgmap v5934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:06.797869+0000 mgr.y (mgr.14556) 6726 : cluster [DBG] pgmap v5934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:08.798418+0000 mgr.y (mgr.14556) 6727 : cluster [DBG] pgmap v5935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:08.798418+0000 mgr.y (mgr.14556) 6727 : cluster [DBG] pgmap v5935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:08.798418+0000 mgr.y (mgr.14556) 6727 : cluster [DBG] pgmap v5935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:03:12.138 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:03:12.427 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:03:12.427 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 2m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:03:12.427 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 2m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:03:12.427 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 2m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:03:12.427 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 2m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:03:12.427 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 2m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 2m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 2m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 2m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 2m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 2m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 2m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 2m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 2m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 2m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 2m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 2m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 2m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 2m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 2m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:03:12.428 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 2m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:03:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:10.799081+0000 mgr.y (mgr.14556) 6728 : cluster [DBG] pgmap v5936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:10.799081+0000 mgr.y (mgr.14556) 6728 : cluster [DBG] pgmap v5936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:10.799081+0000 mgr.y (mgr.14556) 6728 : cluster [DBG] pgmap v5936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:12.777 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:03:12.777 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:03:12.777 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:03:12.777 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:03:12.777 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:03:12.777 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:03:12.777 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:03:12.777 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:03:12.777 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:03:12.777 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:03:12.777 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:03:12.777 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:03:12.778 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:03:12.778 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:03:12.778 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:03:12.778 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:03:12.778 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:03:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:03:12.127828+0000 mgr.y (mgr.14556) 6729 : audit [DBG] from='client.21723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:03:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:03:12.420304+0000 mgr.y (mgr.14556) 6730 : audit [DBG] from='client.31643 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:03:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:03:12.777928+0000 mon.a (mon.0) 1928 : audit [DBG] from='client.? 172.21.15.23:0/126021849' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:03:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:03:12.127828+0000 mgr.y (mgr.14556) 6729 : audit [DBG] from='client.21723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:03:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:03:12.420304+0000 mgr.y (mgr.14556) 6730 : audit [DBG] from='client.31643 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:03:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:03:12.777928+0000 mon.a (mon.0) 1928 : audit [DBG] from='client.? 172.21.15.23:0/126021849' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:03:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:03:12.127828+0000 mgr.y (mgr.14556) 6729 : audit [DBG] from='client.21723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:03:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:03:12.420304+0000 mgr.y (mgr.14556) 6730 : audit [DBG] from='client.31643 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:03:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:03:12.777928+0000 mon.a (mon.0) 1928 : audit [DBG] from='client.? 172.21.15.23:0/126021849' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:03:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:03:13] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:03:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:12.799634+0000 mgr.y (mgr.14556) 6731 : cluster [DBG] pgmap v5937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:12.799634+0000 mgr.y (mgr.14556) 6731 : cluster [DBG] pgmap v5937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:12.799634+0000 mgr.y (mgr.14556) 6731 : cluster [DBG] pgmap v5937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:14.800058+0000 mgr.y (mgr.14556) 6732 : cluster [DBG] pgmap v5938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:14.800058+0000 mgr.y (mgr.14556) 6732 : cluster [DBG] pgmap v5938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:14.800058+0000 mgr.y (mgr.14556) 6732 : cluster [DBG] pgmap v5938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:16.800858+0000 mgr.y (mgr.14556) 6733 : cluster [DBG] pgmap v5939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:16.800858+0000 mgr.y (mgr.14556) 6733 : cluster [DBG] pgmap v5939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:16.800858+0000 mgr.y (mgr.14556) 6733 : cluster [DBG] pgmap v5939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:18.801214+0000 mgr.y (mgr.14556) 6734 : cluster [DBG] pgmap v5940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:18.801214+0000 mgr.y (mgr.14556) 6734 : cluster [DBG] pgmap v5940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:18.801214+0000 mgr.y (mgr.14556) 6734 : cluster [DBG] pgmap v5940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:03:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:20.801931+0000 mgr.y (mgr.14556) 6735 : cluster [DBG] pgmap v5941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:20.801931+0000 mgr.y (mgr.14556) 6735 : cluster [DBG] pgmap v5941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:20.801931+0000 mgr.y (mgr.14556) 6735 : cluster [DBG] pgmap v5941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:03:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:03:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:22.802322+0000 mgr.y (mgr.14556) 6736 : cluster [DBG] pgmap v5942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:22.802322+0000 mgr.y (mgr.14556) 6736 : cluster [DBG] pgmap v5942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:22.802322+0000 mgr.y (mgr.14556) 6736 : cluster [DBG] pgmap v5942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:24.802641+0000 mgr.y (mgr.14556) 6737 : cluster [DBG] pgmap v5943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:24.802641+0000 mgr.y (mgr.14556) 6737 : cluster [DBG] pgmap v5943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:24.802641+0000 mgr.y (mgr.14556) 6737 : cluster [DBG] pgmap v5943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:26.803527+0000 mgr.y (mgr.14556) 6738 : cluster [DBG] pgmap v5944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:26.803527+0000 mgr.y (mgr.14556) 6738 : cluster [DBG] pgmap v5944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:26.803527+0000 mgr.y (mgr.14556) 6738 : cluster [DBG] pgmap v5944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:28.803932+0000 mgr.y (mgr.14556) 6739 : cluster [DBG] pgmap v5945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:28.803932+0000 mgr.y (mgr.14556) 6739 : cluster [DBG] pgmap v5945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:28.803932+0000 mgr.y (mgr.14556) 6739 : cluster [DBG] pgmap v5945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:03:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:30.804651+0000 mgr.y (mgr.14556) 6740 : cluster [DBG] pgmap v5946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:30.804651+0000 mgr.y (mgr.14556) 6740 : cluster [DBG] pgmap v5946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:30.804651+0000 mgr.y (mgr.14556) 6740 : cluster [DBG] pgmap v5946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:03:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:03:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:32.805112+0000 mgr.y (mgr.14556) 6741 : cluster [DBG] pgmap v5947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:32.805112+0000 mgr.y (mgr.14556) 6741 : cluster [DBG] pgmap v5947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:32.805112+0000 mgr.y (mgr.14556) 6741 : cluster [DBG] pgmap v5947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:34.805493+0000 mgr.y (mgr.14556) 6742 : cluster [DBG] pgmap v5948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:34.805493+0000 mgr.y (mgr.14556) 6742 : cluster [DBG] pgmap v5948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:34.805493+0000 mgr.y (mgr.14556) 6742 : cluster [DBG] pgmap v5948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:36.806190+0000 mgr.y (mgr.14556) 6743 : cluster [DBG] pgmap v5949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:36.806190+0000 mgr.y (mgr.14556) 6743 : cluster [DBG] pgmap v5949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:36.806190+0000 mgr.y (mgr.14556) 6743 : cluster [DBG] pgmap v5949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:38.806675+0000 mgr.y (mgr.14556) 6744 : cluster [DBG] pgmap v5950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:38.806675+0000 mgr.y (mgr.14556) 6744 : cluster [DBG] pgmap v5950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:38.806675+0000 mgr.y (mgr.14556) 6744 : cluster [DBG] pgmap v5950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:03:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:40.807449+0000 mgr.y (mgr.14556) 6745 : cluster [DBG] pgmap v5951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:40.807449+0000 mgr.y (mgr.14556) 6745 : cluster [DBG] pgmap v5951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:40.807449+0000 mgr.y (mgr.14556) 6745 : cluster [DBG] pgmap v5951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:43.102 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:03:43.390 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:03:43.390 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 2m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:03:43.390 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 2m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:03:43.390 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 2m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:03:43.390 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 2m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:03:43.390 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 2m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 2m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 2m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 2m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 2m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 2m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 2m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 2m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 2m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 2m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 2m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 2m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 2m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 2m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 2m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:03:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 2m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:03:43.743 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:03:43.743 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:03:43.744 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:03:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:03:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:03:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:42.807804+0000 mgr.y (mgr.14556) 6746 : cluster [DBG] pgmap v5952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:03:43.091365+0000 mgr.y (mgr.14556) 6747 : audit [DBG] from='client.31655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:03:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:03:43.383247+0000 mgr.y (mgr.14556) 6748 : audit [DBG] from='client.21747 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:03:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:03:43.744514+0000 mon.c (mon.2) 188 : audit [DBG] from='client.? 172.21.15.23:0/3209992719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:03:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:42.807804+0000 mgr.y (mgr.14556) 6746 : cluster [DBG] pgmap v5952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:03:43.091365+0000 mgr.y (mgr.14556) 6747 : audit [DBG] from='client.31655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:03:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:03:43.383247+0000 mgr.y (mgr.14556) 6748 : audit [DBG] from='client.21747 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:03:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:03:43.744514+0000 mon.c (mon.2) 188 : audit [DBG] from='client.? 172.21.15.23:0/3209992719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:03:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:42.807804+0000 mgr.y (mgr.14556) 6746 : cluster [DBG] pgmap v5952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:03:43.091365+0000 mgr.y (mgr.14556) 6747 : audit [DBG] from='client.31655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:03:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:03:43.383247+0000 mgr.y (mgr.14556) 6748 : audit [DBG] from='client.21747 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:03:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:03:43.744514+0000 mon.c (mon.2) 188 : audit [DBG] from='client.? 172.21.15.23:0/3209992719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:03:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:44.808312+0000 mgr.y (mgr.14556) 6749 : cluster [DBG] pgmap v5953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:44.808312+0000 mgr.y (mgr.14556) 6749 : cluster [DBG] pgmap v5953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:44.808312+0000 mgr.y (mgr.14556) 6749 : cluster [DBG] pgmap v5953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:46.808974+0000 mgr.y (mgr.14556) 6750 : cluster [DBG] pgmap v5954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:46.808974+0000 mgr.y (mgr.14556) 6750 : cluster [DBG] pgmap v5954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:46.808974+0000 mgr.y (mgr.14556) 6750 : cluster [DBG] pgmap v5954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:48.809403+0000 mgr.y (mgr.14556) 6751 : cluster [DBG] pgmap v5955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:48.809403+0000 mgr.y (mgr.14556) 6751 : cluster [DBG] pgmap v5955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:48.809403+0000 mgr.y (mgr.14556) 6751 : cluster [DBG] pgmap v5955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:03:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:50.810310+0000 mgr.y (mgr.14556) 6752 : cluster [DBG] pgmap v5956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:50.810310+0000 mgr.y (mgr.14556) 6752 : cluster [DBG] pgmap v5956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:50.810310+0000 mgr.y (mgr.14556) 6752 : cluster [DBG] pgmap v5956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:52.810723+0000 mgr.y (mgr.14556) 6753 : cluster [DBG] pgmap v5957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:03:52.889312+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:03:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:03:53.148823+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:03:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:03:53.154789+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:03:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:03:53.447623+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:03:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:03:53.448316+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:03:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:03:53.454310+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:03:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:03:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:03:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:52.810723+0000 mgr.y (mgr.14556) 6753 : cluster [DBG] pgmap v5957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:03:52.889312+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:03:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:03:53.148823+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:03:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:03:53.154789+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:03:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:03:53.447623+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:03:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:03:53.448316+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:03:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:03:53.454310+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:03:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:52.810723+0000 mgr.y (mgr.14556) 6753 : cluster [DBG] pgmap v5957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:03:52.889312+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:03:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:03:53.148823+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:03:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:03:53.154789+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:03:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:03:53.447623+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:03:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:03:53.448316+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:03:54.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:03:53.454310+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:03:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:54.811282+0000 mgr.y (mgr.14556) 6754 : cluster [DBG] pgmap v5958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:54.811282+0000 mgr.y (mgr.14556) 6754 : cluster [DBG] pgmap v5958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:54.811282+0000 mgr.y (mgr.14556) 6754 : cluster [DBG] pgmap v5958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:56.811879+0000 mgr.y (mgr.14556) 6755 : cluster [DBG] pgmap v5959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:56.811879+0000 mgr.y (mgr.14556) 6755 : cluster [DBG] pgmap v5959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:03:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:56.811879+0000 mgr.y (mgr.14556) 6755 : cluster [DBG] pgmap v5959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:03:58.812204+0000 mgr.y (mgr.14556) 6756 : cluster [DBG] pgmap v5960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:03:58.812204+0000 mgr.y (mgr.14556) 6756 : cluster [DBG] pgmap v5960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:03:58.812204+0000 mgr.y (mgr.14556) 6756 : cluster [DBG] pgmap v5960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:01.893 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:04:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:00.812864+0000 mgr.y (mgr.14556) 6757 : cluster [DBG] pgmap v5961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:00.812864+0000 mgr.y (mgr.14556) 6757 : cluster [DBG] pgmap v5961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:00.812864+0000 mgr.y (mgr.14556) 6757 : cluster [DBG] pgmap v5961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:04:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:04:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:02.813439+0000 mgr.y (mgr.14556) 6758 : cluster [DBG] pgmap v5962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:02.813439+0000 mgr.y (mgr.14556) 6758 : cluster [DBG] pgmap v5962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:02.813439+0000 mgr.y (mgr.14556) 6758 : cluster [DBG] pgmap v5962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:04.813953+0000 mgr.y (mgr.14556) 6759 : cluster [DBG] pgmap v5963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:04.813953+0000 mgr.y (mgr.14556) 6759 : cluster [DBG] pgmap v5963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:04.813953+0000 mgr.y (mgr.14556) 6759 : cluster [DBG] pgmap v5963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:06.814752+0000 mgr.y (mgr.14556) 6760 : cluster [DBG] pgmap v5964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:06.814752+0000 mgr.y (mgr.14556) 6760 : cluster [DBG] pgmap v5964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:06.814752+0000 mgr.y (mgr.14556) 6760 : cluster [DBG] pgmap v5964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:08.815318+0000 mgr.y (mgr.14556) 6761 : cluster [DBG] pgmap v5965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:08.815318+0000 mgr.y (mgr.14556) 6761 : cluster [DBG] pgmap v5965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:08.815318+0000 mgr.y (mgr.14556) 6761 : cluster [DBG] pgmap v5965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:04:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:10.816077+0000 mgr.y (mgr.14556) 6762 : cluster [DBG] pgmap v5966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:10.816077+0000 mgr.y (mgr.14556) 6762 : cluster [DBG] pgmap v5966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:10.816077+0000 mgr.y (mgr.14556) 6762 : cluster [DBG] pgmap v5966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:14.072 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:04:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:12.816514+0000 mgr.y (mgr.14556) 6763 : cluster [DBG] pgmap v5967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:04:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:04:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:12.816514+0000 mgr.y (mgr.14556) 6763 : cluster [DBG] pgmap v5967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:14.360 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:04:14.360 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 3m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:04:14.360 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 3m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:04:14.360 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 3m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:04:14.360 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 3m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:04:14.360 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 3m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:04:14.360 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 3m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:04:14.360 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 3m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:04:14.360 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 3m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:04:14.360 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 3m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:04:14.361 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 3m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:04:14.361 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 3m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:04:14.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 3m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:04:14.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 3m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:04:14.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 3m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:04:14.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 3m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:04:14.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 3m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:04:14.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 3m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:04:14.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 3m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:04:14.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 3m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:04:14.361 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 3m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:04:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:12.816514+0000 mgr.y (mgr.14556) 6763 : cluster [DBG] pgmap v5967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:14.713 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:04:14.713 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:04:14.713 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:04:14.713 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:04:14.713 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:04:14.713 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:04:14.713 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:04:14.713 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:04:14.713 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:04:14.713 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:04:14.714 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:04:14.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:04:14.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:04:14.714 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:04:14.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:04:14.714 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:04:14.714 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:04:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:04:14.061619+0000 mgr.y (mgr.14556) 6764 : audit [DBG] from='client.21759 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:04:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:04:14.353026+0000 mgr.y (mgr.14556) 6765 : audit [DBG] from='client.31679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:04:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:04:14.713775+0000 mon.c (mon.2) 189 : audit [DBG] from='client.? 172.21.15.23:0/2067868459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:04:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:04:14.061619+0000 mgr.y (mgr.14556) 6764 : audit [DBG] from='client.21759 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:04:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:04:14.353026+0000 mgr.y (mgr.14556) 6765 : audit [DBG] from='client.31679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:04:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:04:14.713775+0000 mon.c (mon.2) 189 : audit [DBG] from='client.? 172.21.15.23:0/2067868459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:04:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:04:14.061619+0000 mgr.y (mgr.14556) 6764 : audit [DBG] from='client.21759 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:04:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:04:14.353026+0000 mgr.y (mgr.14556) 6765 : audit [DBG] from='client.31679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:04:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:04:14.713775+0000 mon.c (mon.2) 189 : audit [DBG] from='client.? 172.21.15.23:0/2067868459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:04:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:14.816839+0000 mgr.y (mgr.14556) 6766 : cluster [DBG] pgmap v5968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:14.816839+0000 mgr.y (mgr.14556) 6766 : cluster [DBG] pgmap v5968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:14.816839+0000 mgr.y (mgr.14556) 6766 : cluster [DBG] pgmap v5968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:16.817571+0000 mgr.y (mgr.14556) 6767 : cluster [DBG] pgmap v5969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:16.817571+0000 mgr.y (mgr.14556) 6767 : cluster [DBG] pgmap v5969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:16.817571+0000 mgr.y (mgr.14556) 6767 : cluster [DBG] pgmap v5969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:18.818111+0000 mgr.y (mgr.14556) 6768 : cluster [DBG] pgmap v5970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:18.818111+0000 mgr.y (mgr.14556) 6768 : cluster [DBG] pgmap v5970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:18.818111+0000 mgr.y (mgr.14556) 6768 : cluster [DBG] pgmap v5970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:04:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:20.818760+0000 mgr.y (mgr.14556) 6769 : cluster [DBG] pgmap v5971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:20.818760+0000 mgr.y (mgr.14556) 6769 : cluster [DBG] pgmap v5971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:20.818760+0000 mgr.y (mgr.14556) 6769 : cluster [DBG] pgmap v5971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:04:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:04:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:22.819310+0000 mgr.y (mgr.14556) 6770 : cluster [DBG] pgmap v5972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:22.819310+0000 mgr.y (mgr.14556) 6770 : cluster [DBG] pgmap v5972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:22.819310+0000 mgr.y (mgr.14556) 6770 : cluster [DBG] pgmap v5972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:24.819693+0000 mgr.y (mgr.14556) 6771 : cluster [DBG] pgmap v5973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:24.819693+0000 mgr.y (mgr.14556) 6771 : cluster [DBG] pgmap v5973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:24.819693+0000 mgr.y (mgr.14556) 6771 : cluster [DBG] pgmap v5973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:26.820447+0000 mgr.y (mgr.14556) 6772 : cluster [DBG] pgmap v5974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:26.820447+0000 mgr.y (mgr.14556) 6772 : cluster [DBG] pgmap v5974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:26.820447+0000 mgr.y (mgr.14556) 6772 : cluster [DBG] pgmap v5974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:28.820812+0000 mgr.y (mgr.14556) 6773 : cluster [DBG] pgmap v5975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:28.820812+0000 mgr.y (mgr.14556) 6773 : cluster [DBG] pgmap v5975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:28.820812+0000 mgr.y (mgr.14556) 6773 : cluster [DBG] pgmap v5975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:04:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:30.821391+0000 mgr.y (mgr.14556) 6774 : cluster [DBG] pgmap v5976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:30.821391+0000 mgr.y (mgr.14556) 6774 : cluster [DBG] pgmap v5976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:30.821391+0000 mgr.y (mgr.14556) 6774 : cluster [DBG] pgmap v5976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:34.069 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:04:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:04:34.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:32.821877+0000 mgr.y (mgr.14556) 6775 : cluster [DBG] pgmap v5977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:32.821877+0000 mgr.y (mgr.14556) 6775 : cluster [DBG] pgmap v5977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:32.821877+0000 mgr.y (mgr.14556) 6775 : cluster [DBG] pgmap v5977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:34.822278+0000 mgr.y (mgr.14556) 6776 : cluster [DBG] pgmap v5978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:34.822278+0000 mgr.y (mgr.14556) 6776 : cluster [DBG] pgmap v5978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:34.822278+0000 mgr.y (mgr.14556) 6776 : cluster [DBG] pgmap v5978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:36.823043+0000 mgr.y (mgr.14556) 6777 : cluster [DBG] pgmap v5979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:36.823043+0000 mgr.y (mgr.14556) 6777 : cluster [DBG] pgmap v5979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:36.823043+0000 mgr.y (mgr.14556) 6777 : cluster [DBG] pgmap v5979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:38.823622+0000 mgr.y (mgr.14556) 6778 : cluster [DBG] pgmap v5980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:40.405 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:38.823622+0000 mgr.y (mgr.14556) 6778 : cluster [DBG] pgmap v5980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:38.823622+0000 mgr.y (mgr.14556) 6778 : cluster [DBG] pgmap v5980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:04:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:40.824222+0000 mgr.y (mgr.14556) 6779 : cluster [DBG] pgmap v5981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:40.824222+0000 mgr.y (mgr.14556) 6779 : cluster [DBG] pgmap v5981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:40.824222+0000 mgr.y (mgr.14556) 6779 : cluster [DBG] pgmap v5981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:44.115 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:04:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:04:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:42.824602+0000 mgr.y (mgr.14556) 6780 : cluster [DBG] pgmap v5982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:42.824602+0000 mgr.y (mgr.14556) 6780 : cluster [DBG] pgmap v5982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:42.824602+0000 mgr.y (mgr.14556) 6780 : cluster [DBG] pgmap v5982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:45.037 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:04:45.325 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:04:45.325 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 3m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:04:45.325 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 3m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:04:45.325 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 3m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:04:45.325 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 3m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:04:45.325 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 3m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:04:45.325 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 3m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:04:45.325 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 3m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:04:45.325 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 3m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:04:45.325 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 3m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:04:45.325 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 3m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:04:45.325 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 3m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:04:45.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 3m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:04:45.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 3m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:04:45.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 3m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:04:45.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 3m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:04:45.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 3m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:04:45.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 3m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:04:45.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 3m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:04:45.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 3m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:04:45.326 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 3m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:04:45.674 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:04:45.674 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:04:45.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:04:45.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:04:45.674 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:04:45.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:04:45.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:04:45.674 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:04:45.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:04:45.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:04:45.675 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:04:45.675 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:04:45.675 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:04:45.675 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:04:45.675 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:04:45.675 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:04:45.675 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:04:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:44.824930+0000 mgr.y (mgr.14556) 6781 : cluster [DBG] pgmap v5983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:04:45.026261+0000 mgr.y (mgr.14556) 6782 : audit [DBG] from='client.31691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:04:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:04:45.317787+0000 mgr.y (mgr.14556) 6783 : audit [DBG] from='client.31697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:04:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:04:45.674880+0000 mon.a (mon.0) 1935 : audit [DBG] from='client.? 172.21.15.23:0/1535325037' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:04:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:44.824930+0000 mgr.y (mgr.14556) 6781 : cluster [DBG] pgmap v5983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:04:45.026261+0000 mgr.y (mgr.14556) 6782 : audit [DBG] from='client.31691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:04:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:04:45.317787+0000 mgr.y (mgr.14556) 6783 : audit [DBG] from='client.31697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:04:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:04:45.674880+0000 mon.a (mon.0) 1935 : audit [DBG] from='client.? 172.21.15.23:0/1535325037' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:04:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:44.824930+0000 mgr.y (mgr.14556) 6781 : cluster [DBG] pgmap v5983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:04:45.026261+0000 mgr.y (mgr.14556) 6782 : audit [DBG] from='client.31691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:04:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:04:45.317787+0000 mgr.y (mgr.14556) 6783 : audit [DBG] from='client.31697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:04:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:04:45.674880+0000 mon.a (mon.0) 1935 : audit [DBG] from='client.? 172.21.15.23:0/1535325037' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:04:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:46.825685+0000 mgr.y (mgr.14556) 6784 : cluster [DBG] pgmap v5984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:46.825685+0000 mgr.y (mgr.14556) 6784 : cluster [DBG] pgmap v5984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:46.825685+0000 mgr.y (mgr.14556) 6784 : cluster [DBG] pgmap v5984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:48.826035+0000 mgr.y (mgr.14556) 6785 : cluster [DBG] pgmap v5985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:48.826035+0000 mgr.y (mgr.14556) 6785 : cluster [DBG] pgmap v5985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:48.826035+0000 mgr.y (mgr.14556) 6785 : cluster [DBG] pgmap v5985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:04:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:50.826891+0000 mgr.y (mgr.14556) 6786 : cluster [DBG] pgmap v5986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:50.826891+0000 mgr.y (mgr.14556) 6786 : cluster [DBG] pgmap v5986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:50.826891+0000 mgr.y (mgr.14556) 6786 : cluster [DBG] pgmap v5986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:04:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:04:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:52.827392+0000 mgr.y (mgr.14556) 6787 : cluster [DBG] pgmap v5987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:04:53.459497+0000 mon.a (mon.0) 1936 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:04:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:04:53.766806+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:04:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:04:53.767472+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:04:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:04:53.776053+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:04:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:52.827392+0000 mgr.y (mgr.14556) 6787 : cluster [DBG] pgmap v5987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:04:53.459497+0000 mon.a (mon.0) 1936 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:04:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:04:53.766806+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:04:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:04:53.767472+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:04:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:04:53.776053+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:04:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:52.827392+0000 mgr.y (mgr.14556) 6787 : cluster [DBG] pgmap v5987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:04:53.459497+0000 mon.a (mon.0) 1936 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:04:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:04:53.766806+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:04:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:04:53.767472+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:04:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:04:53.776053+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:04:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:54.827764+0000 mgr.y (mgr.14556) 6788 : cluster [DBG] pgmap v5988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:54.827764+0000 mgr.y (mgr.14556) 6788 : cluster [DBG] pgmap v5988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:54.827764+0000 mgr.y (mgr.14556) 6788 : cluster [DBG] pgmap v5988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:56.828484+0000 mgr.y (mgr.14556) 6789 : cluster [DBG] pgmap v5989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:56.828484+0000 mgr.y (mgr.14556) 6789 : cluster [DBG] pgmap v5989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:04:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:04:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:56.828484+0000 mgr.y (mgr.14556) 6789 : cluster [DBG] pgmap v5989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:04:58.828949+0000 mgr.y (mgr.14556) 6790 : cluster [DBG] pgmap v5990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:04:58.828949+0000 mgr.y (mgr.14556) 6790 : cluster [DBG] pgmap v5990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:04:58.828949+0000 mgr.y (mgr.14556) 6790 : cluster [DBG] pgmap v5990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:05:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:00.829585+0000 mgr.y (mgr.14556) 6791 : cluster [DBG] pgmap v5991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:00.829585+0000 mgr.y (mgr.14556) 6791 : cluster [DBG] pgmap v5991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:00.829585+0000 mgr.y (mgr.14556) 6791 : cluster [DBG] pgmap v5991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:05:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:05:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:02.829912+0000 mgr.y (mgr.14556) 6792 : cluster [DBG] pgmap v5992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:02.829912+0000 mgr.y (mgr.14556) 6792 : cluster [DBG] pgmap v5992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:02.829912+0000 mgr.y (mgr.14556) 6792 : cluster [DBG] pgmap v5992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:04.830317+0000 mgr.y (mgr.14556) 6793 : cluster [DBG] pgmap v5993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:04.830317+0000 mgr.y (mgr.14556) 6793 : cluster [DBG] pgmap v5993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:04.830317+0000 mgr.y (mgr.14556) 6793 : cluster [DBG] pgmap v5993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:06.831059+0000 mgr.y (mgr.14556) 6794 : cluster [DBG] pgmap v5994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:06.831059+0000 mgr.y (mgr.14556) 6794 : cluster [DBG] pgmap v5994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:06.831059+0000 mgr.y (mgr.14556) 6794 : cluster [DBG] pgmap v5994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:08.831421+0000 mgr.y (mgr.14556) 6795 : cluster [DBG] pgmap v5995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:08.831421+0000 mgr.y (mgr.14556) 6795 : cluster [DBG] pgmap v5995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:08.831421+0000 mgr.y (mgr.14556) 6795 : cluster [DBG] pgmap v5995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:05:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:10.832117+0000 mgr.y (mgr.14556) 6796 : cluster [DBG] pgmap v5996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:10.832117+0000 mgr.y (mgr.14556) 6796 : cluster [DBG] pgmap v5996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:10.832117+0000 mgr.y (mgr.14556) 6796 : cluster [DBG] pgmap v5996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:05:13] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:05:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:12.832592+0000 mgr.y (mgr.14556) 6797 : cluster [DBG] pgmap v5997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:12.832592+0000 mgr.y (mgr.14556) 6797 : cluster [DBG] pgmap v5997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:12.832592+0000 mgr.y (mgr.14556) 6797 : cluster [DBG] pgmap v5997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:15.999 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:05:16.288 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 4m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 4m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 4m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:05:16.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:05:16.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:05:16.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:05:16.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:05:16.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:05:16.290 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:05:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:14.832962+0000 mgr.y (mgr.14556) 6798 : cluster [DBG] pgmap v5998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:14.832962+0000 mgr.y (mgr.14556) 6798 : cluster [DBG] pgmap v5998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:16.646 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:05:16.646 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:05:16.646 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:05:16.646 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:05:16.646 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:05:16.646 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:05:16.646 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:05:16.646 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:05:16.646 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:05:16.647 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:05:16.647 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:05:16.647 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:05:16.647 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:05:16.647 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:05:16.647 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:05:16.647 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:05:16.647 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:05:16.667 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:14.832962+0000 mgr.y (mgr.14556) 6798 : cluster [DBG] pgmap v5998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:05:15.988212+0000 mgr.y (mgr.14556) 6799 : audit [DBG] from='client.21795 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:05:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:05:16.281764+0000 mgr.y (mgr.14556) 6800 : audit [DBG] from='client.31715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:05:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:05:16.642117+0000 mon.a (mon.0) 1940 : audit [DBG] from='client.? 172.21.15.23:0/1014743639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:05:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:05:15.988212+0000 mgr.y (mgr.14556) 6799 : audit [DBG] from='client.21795 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:05:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:05:16.281764+0000 mgr.y (mgr.14556) 6800 : audit [DBG] from='client.31715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:05:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:05:16.642117+0000 mon.a (mon.0) 1940 : audit [DBG] from='client.? 172.21.15.23:0/1014743639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:05:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:05:15.988212+0000 mgr.y (mgr.14556) 6799 : audit [DBG] from='client.21795 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:05:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:05:16.281764+0000 mgr.y (mgr.14556) 6800 : audit [DBG] from='client.31715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:05:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:05:16.642117+0000 mon.a (mon.0) 1940 : audit [DBG] from='client.? 172.21.15.23:0/1014743639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:05:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:16.833711+0000 mgr.y (mgr.14556) 6801 : cluster [DBG] pgmap v5999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:16.833711+0000 mgr.y (mgr.14556) 6801 : cluster [DBG] pgmap v5999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:16.833711+0000 mgr.y (mgr.14556) 6801 : cluster [DBG] pgmap v5999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:18.834152+0000 mgr.y (mgr.14556) 6802 : cluster [DBG] pgmap v6000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:18.834152+0000 mgr.y (mgr.14556) 6802 : cluster [DBG] pgmap v6000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:18.834152+0000 mgr.y (mgr.14556) 6802 : cluster [DBG] pgmap v6000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:05:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:20.835020+0000 mgr.y (mgr.14556) 6803 : cluster [DBG] pgmap v6001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:20.835020+0000 mgr.y (mgr.14556) 6803 : cluster [DBG] pgmap v6001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:20.835020+0000 mgr.y (mgr.14556) 6803 : cluster [DBG] pgmap v6001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:05:23] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:05:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:22.835562+0000 mgr.y (mgr.14556) 6804 : cluster [DBG] pgmap v6002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:22.835562+0000 mgr.y (mgr.14556) 6804 : cluster [DBG] pgmap v6002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:22.835562+0000 mgr.y (mgr.14556) 6804 : cluster [DBG] pgmap v6002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:24.836067+0000 mgr.y (mgr.14556) 6805 : cluster [DBG] pgmap v6003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:24.836067+0000 mgr.y (mgr.14556) 6805 : cluster [DBG] pgmap v6003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:24.836067+0000 mgr.y (mgr.14556) 6805 : cluster [DBG] pgmap v6003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:26.837010+0000 mgr.y (mgr.14556) 6806 : cluster [DBG] pgmap v6004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:26.837010+0000 mgr.y (mgr.14556) 6806 : cluster [DBG] pgmap v6004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:26.837010+0000 mgr.y (mgr.14556) 6806 : cluster [DBG] pgmap v6004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:28.837403+0000 mgr.y (mgr.14556) 6807 : cluster [DBG] pgmap v6005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:30.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:28.837403+0000 mgr.y (mgr.14556) 6807 : cluster [DBG] pgmap v6005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:28.837403+0000 mgr.y (mgr.14556) 6807 : cluster [DBG] pgmap v6005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:05:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:30.838063+0000 mgr.y (mgr.14556) 6808 : cluster [DBG] pgmap v6006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:30.838063+0000 mgr.y (mgr.14556) 6808 : cluster [DBG] pgmap v6006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:30.838063+0000 mgr.y (mgr.14556) 6808 : cluster [DBG] pgmap v6006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:05:33] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:05:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:32.838472+0000 mgr.y (mgr.14556) 6809 : cluster [DBG] pgmap v6007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:34.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:32.838472+0000 mgr.y (mgr.14556) 6809 : cluster [DBG] pgmap v6007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:32.838472+0000 mgr.y (mgr.14556) 6809 : cluster [DBG] pgmap v6007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:34.838885+0000 mgr.y (mgr.14556) 6810 : cluster [DBG] pgmap v6008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:34.838885+0000 mgr.y (mgr.14556) 6810 : cluster [DBG] pgmap v6008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:34.838885+0000 mgr.y (mgr.14556) 6810 : cluster [DBG] pgmap v6008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:36.839848+0000 mgr.y (mgr.14556) 6811 : cluster [DBG] pgmap v6009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:36.839848+0000 mgr.y (mgr.14556) 6811 : cluster [DBG] pgmap v6009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:36.839848+0000 mgr.y (mgr.14556) 6811 : cluster [DBG] pgmap v6009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:38.840381+0000 mgr.y (mgr.14556) 6812 : cluster [DBG] pgmap v6010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:38.840381+0000 mgr.y (mgr.14556) 6812 : cluster [DBG] pgmap v6010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:40.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:38.840381+0000 mgr.y (mgr.14556) 6812 : cluster [DBG] pgmap v6010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:05:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:40.841251+0000 mgr.y (mgr.14556) 6813 : cluster [DBG] pgmap v6011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:40.841251+0000 mgr.y (mgr.14556) 6813 : cluster [DBG] pgmap v6011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:40.841251+0000 mgr.y (mgr.14556) 6813 : cluster [DBG] pgmap v6011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:05:43] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:05:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:42.841710+0000 mgr.y (mgr.14556) 6814 : cluster [DBG] pgmap v6012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:42.841710+0000 mgr.y (mgr.14556) 6814 : cluster [DBG] pgmap v6012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:42.841710+0000 mgr.y (mgr.14556) 6814 : cluster [DBG] pgmap v6012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:44.842089+0000 mgr.y (mgr.14556) 6815 : cluster [DBG] pgmap v6013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:44.842089+0000 mgr.y (mgr.14556) 6815 : cluster [DBG] pgmap v6013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:44.842089+0000 mgr.y (mgr.14556) 6815 : cluster [DBG] pgmap v6013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:46.964 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:05:47.250 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:05:47.250 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:05:47.250 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:05:47.250 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 4m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:05:47.250 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 4m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 4m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:05:47.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:05:47.252 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:05:47.252 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:05:47.600 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:05:47.600 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:05:47.600 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:05:47.600 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:05:47.600 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:05:47.600 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:05:47.600 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:05:47.600 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:05:47.600 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:05:47.600 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:05:47.601 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:05:47.601 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:05:47.601 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:05:47.601 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:05:47.601 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:05:47.601 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:05:47.601 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:05:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:46.842655+0000 mgr.y (mgr.14556) 6816 : cluster [DBG] pgmap v6014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:05:46.953656+0000 mgr.y (mgr.14556) 6817 : audit [DBG] from='client.31727 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:05:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:05:47.243338+0000 mgr.y (mgr.14556) 6818 : audit [DBG] from='client.21819 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:05:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:05:47.600911+0000 mon.c (mon.2) 190 : audit [DBG] from='client.? 172.21.15.23:0/2772880421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:05:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:46.842655+0000 mgr.y (mgr.14556) 6816 : cluster [DBG] pgmap v6014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:05:46.953656+0000 mgr.y (mgr.14556) 6817 : audit [DBG] from='client.31727 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:05:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:05:47.243338+0000 mgr.y (mgr.14556) 6818 : audit [DBG] from='client.21819 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:05:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:05:47.600911+0000 mon.c (mon.2) 190 : audit [DBG] from='client.? 172.21.15.23:0/2772880421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:05:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:46.842655+0000 mgr.y (mgr.14556) 6816 : cluster [DBG] pgmap v6014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:05:46.953656+0000 mgr.y (mgr.14556) 6817 : audit [DBG] from='client.31727 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:05:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:05:47.243338+0000 mgr.y (mgr.14556) 6818 : audit [DBG] from='client.21819 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:05:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:05:47.600911+0000 mon.c (mon.2) 190 : audit [DBG] from='client.? 172.21.15.23:0/2772880421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:05:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:48.843163+0000 mgr.y (mgr.14556) 6819 : cluster [DBG] pgmap v6015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:48.843163+0000 mgr.y (mgr.14556) 6819 : cluster [DBG] pgmap v6015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:48.843163+0000 mgr.y (mgr.14556) 6819 : cluster [DBG] pgmap v6015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:05:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:50.843905+0000 mgr.y (mgr.14556) 6820 : cluster [DBG] pgmap v6016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:50.843905+0000 mgr.y (mgr.14556) 6820 : cluster [DBG] pgmap v6016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:50.843905+0000 mgr.y (mgr.14556) 6820 : cluster [DBG] pgmap v6016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:05:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:05:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:52.844598+0000 mgr.y (mgr.14556) 6821 : cluster [DBG] pgmap v6017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:05:53.780460+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:05:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:05:54.085407+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:05:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:05:54.086094+0000 mon.a (mon.0) 1943 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:05:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:05:54.092500+0000 mon.a (mon.0) 1944 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:05:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:52.844598+0000 mgr.y (mgr.14556) 6821 : cluster [DBG] pgmap v6017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:05:53.780460+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:05:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:05:54.085407+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:05:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:05:54.086094+0000 mon.a (mon.0) 1943 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:05:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:05:54.092500+0000 mon.a (mon.0) 1944 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:05:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:52.844598+0000 mgr.y (mgr.14556) 6821 : cluster [DBG] pgmap v6017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:05:53.780460+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:05:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:05:54.085407+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:05:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:05:54.086094+0000 mon.a (mon.0) 1943 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:05:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:05:54.092500+0000 mon.a (mon.0) 1944 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:05:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:54.845201+0000 mgr.y (mgr.14556) 6822 : cluster [DBG] pgmap v6018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:54.845201+0000 mgr.y (mgr.14556) 6822 : cluster [DBG] pgmap v6018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:54.845201+0000 mgr.y (mgr.14556) 6822 : cluster [DBG] pgmap v6018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:05:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:56.845892+0000 mgr.y (mgr.14556) 6823 : cluster [DBG] pgmap v6019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:05:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:56.845892+0000 mgr.y (mgr.14556) 6823 : cluster [DBG] pgmap v6019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:05:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:05:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:56.845892+0000 mgr.y (mgr.14556) 6823 : cluster [DBG] pgmap v6019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:05:58.846297+0000 mgr.y (mgr.14556) 6824 : cluster [DBG] pgmap v6020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:05:58.846297+0000 mgr.y (mgr.14556) 6824 : cluster [DBG] pgmap v6020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:05:58.846297+0000 mgr.y (mgr.14556) 6824 : cluster [DBG] pgmap v6020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:06:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:00.847151+0000 mgr.y (mgr.14556) 6825 : cluster [DBG] pgmap v6021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:00.847151+0000 mgr.y (mgr.14556) 6825 : cluster [DBG] pgmap v6021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:00.847151+0000 mgr.y (mgr.14556) 6825 : cluster [DBG] pgmap v6021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:06:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:06:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:02.847724+0000 mgr.y (mgr.14556) 6826 : cluster [DBG] pgmap v6022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:02.847724+0000 mgr.y (mgr.14556) 6826 : cluster [DBG] pgmap v6022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:02.847724+0000 mgr.y (mgr.14556) 6826 : cluster [DBG] pgmap v6022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:04.848168+0000 mgr.y (mgr.14556) 6827 : cluster [DBG] pgmap v6023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:04.848168+0000 mgr.y (mgr.14556) 6827 : cluster [DBG] pgmap v6023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:04.848168+0000 mgr.y (mgr.14556) 6827 : cluster [DBG] pgmap v6023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:06.849042+0000 mgr.y (mgr.14556) 6828 : cluster [DBG] pgmap v6024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:06.849042+0000 mgr.y (mgr.14556) 6828 : cluster [DBG] pgmap v6024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:06.849042+0000 mgr.y (mgr.14556) 6828 : cluster [DBG] pgmap v6024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:08.849602+0000 mgr.y (mgr.14556) 6829 : cluster [DBG] pgmap v6025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:08.849602+0000 mgr.y (mgr.14556) 6829 : cluster [DBG] pgmap v6025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:08.849602+0000 mgr.y (mgr.14556) 6829 : cluster [DBG] pgmap v6025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:10.850461+0000 mgr.y (mgr.14556) 6830 : cluster [DBG] pgmap v6026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:06:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:10.850461+0000 mgr.y (mgr.14556) 6830 : cluster [DBG] pgmap v6026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:10.850461+0000 mgr.y (mgr.14556) 6830 : cluster [DBG] pgmap v6026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:06:13] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:06:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:12.850892+0000 mgr.y (mgr.14556) 6831 : cluster [DBG] pgmap v6027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:12.850892+0000 mgr.y (mgr.14556) 6831 : cluster [DBG] pgmap v6027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:12.850892+0000 mgr.y (mgr.14556) 6831 : cluster [DBG] pgmap v6027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:14.851475+0000 mgr.y (mgr.14556) 6832 : cluster [DBG] pgmap v6028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:14.851475+0000 mgr.y (mgr.14556) 6832 : cluster [DBG] pgmap v6028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:14.851475+0000 mgr.y (mgr.14556) 6832 : cluster [DBG] pgmap v6028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:17.924 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 5m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 5m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 5m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 5m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 5m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 5m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 5m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:06:18.213 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:06:18.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:06:18.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:06:18.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:06:18.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 5m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:06:18.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 5m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:06:18.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 5m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:06:18.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 5m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:06:18.214 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 5m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:06:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:16.852301+0000 mgr.y (mgr.14556) 6833 : cluster [DBG] pgmap v6029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:16.852301+0000 mgr.y (mgr.14556) 6833 : cluster [DBG] pgmap v6029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:16.852301+0000 mgr.y (mgr.14556) 6833 : cluster [DBG] pgmap v6029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:06:18.565 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:06:18.566 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:06:18.566 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:06:18.566 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:06:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:06:17.913548+0000 mgr.y (mgr.14556) 6834 : audit [DBG] from='client.21831 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:06:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:06:18.205628+0000 mgr.y (mgr.14556) 6835 : audit [DBG] from='client.21837 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:06:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:06:18.565653+0000 mon.c (mon.2) 191 : audit [DBG] from='client.? 172.21.15.23:0/793815815' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:06:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:06:17.913548+0000 mgr.y (mgr.14556) 6834 : audit [DBG] from='client.21831 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:06:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:06:18.205628+0000 mgr.y (mgr.14556) 6835 : audit [DBG] from='client.21837 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:06:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:06:18.565653+0000 mon.c (mon.2) 191 : audit [DBG] from='client.? 172.21.15.23:0/793815815' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:06:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:06:17.913548+0000 mgr.y (mgr.14556) 6834 : audit [DBG] from='client.21831 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:06:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:06:18.205628+0000 mgr.y (mgr.14556) 6835 : audit [DBG] from='client.21837 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:06:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:06:18.565653+0000 mon.c (mon.2) 191 : audit [DBG] from='client.? 172.21.15.23:0/793815815' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:06:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:18.852730+0000 mgr.y (mgr.14556) 6836 : cluster [DBG] pgmap v6030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:18.852730+0000 mgr.y (mgr.14556) 6836 : cluster [DBG] pgmap v6030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:18.852730+0000 mgr.y (mgr.14556) 6836 : cluster [DBG] pgmap v6030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:06:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:20.853318+0000 mgr.y (mgr.14556) 6837 : cluster [DBG] pgmap v6031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:20.853318+0000 mgr.y (mgr.14556) 6837 : cluster [DBG] pgmap v6031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:20.853318+0000 mgr.y (mgr.14556) 6837 : cluster [DBG] pgmap v6031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:06:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T10:06:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:22.853874+0000 mgr.y (mgr.14556) 6838 : cluster [DBG] pgmap v6032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:22.853874+0000 mgr.y (mgr.14556) 6838 : cluster [DBG] pgmap v6032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:22.853874+0000 mgr.y (mgr.14556) 6838 : cluster [DBG] pgmap v6032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:24.854367+0000 mgr.y (mgr.14556) 6839 : cluster [DBG] pgmap v6033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:24.854367+0000 mgr.y (mgr.14556) 6839 : cluster [DBG] pgmap v6033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:24.854367+0000 mgr.y (mgr.14556) 6839 : cluster [DBG] pgmap v6033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:26.855013+0000 mgr.y (mgr.14556) 6840 : cluster [DBG] pgmap v6034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:26.855013+0000 mgr.y (mgr.14556) 6840 : cluster [DBG] pgmap v6034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:26.855013+0000 mgr.y (mgr.14556) 6840 : cluster [DBG] pgmap v6034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:28.855589+0000 mgr.y (mgr.14556) 6841 : cluster [DBG] pgmap v6035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:28.855589+0000 mgr.y (mgr.14556) 6841 : cluster [DBG] pgmap v6035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:28.855589+0000 mgr.y (mgr.14556) 6841 : cluster [DBG] pgmap v6035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:06:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:30.856477+0000 mgr.y (mgr.14556) 6842 : cluster [DBG] pgmap v6036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:30.856477+0000 mgr.y (mgr.14556) 6842 : cluster [DBG] pgmap v6036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:30.856477+0000 mgr.y (mgr.14556) 6842 : cluster [DBG] pgmap v6036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:34.027 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:06:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T10:06:34.027 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:32.856896+0000 mgr.y (mgr.14556) 6843 : cluster [DBG] pgmap v6037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:34.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:32.856896+0000 mgr.y (mgr.14556) 6843 : cluster [DBG] pgmap v6037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:32.856896+0000 mgr.y (mgr.14556) 6843 : cluster [DBG] pgmap v6037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:34.857352+0000 mgr.y (mgr.14556) 6844 : cluster [DBG] pgmap v6038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:34.857352+0000 mgr.y (mgr.14556) 6844 : cluster [DBG] pgmap v6038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:34.857352+0000 mgr.y (mgr.14556) 6844 : cluster [DBG] pgmap v6038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:36.858216+0000 mgr.y (mgr.14556) 6845 : cluster [DBG] pgmap v6039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:36.858216+0000 mgr.y (mgr.14556) 6845 : cluster [DBG] pgmap v6039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:36.858216+0000 mgr.y (mgr.14556) 6845 : cluster [DBG] pgmap v6039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:38.858663+0000 mgr.y (mgr.14556) 6846 : cluster [DBG] pgmap v6040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:38.858663+0000 mgr.y (mgr.14556) 6846 : cluster [DBG] pgmap v6040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:38.858663+0000 mgr.y (mgr.14556) 6846 : cluster [DBG] pgmap v6040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:06:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:40.859275+0000 mgr.y (mgr.14556) 6847 : cluster [DBG] pgmap v6041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:40.859275+0000 mgr.y (mgr.14556) 6847 : cluster [DBG] pgmap v6041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:40.859275+0000 mgr.y (mgr.14556) 6847 : cluster [DBG] pgmap v6041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:44.103 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:06:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:06:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:42.859737+0000 mgr.y (mgr.14556) 6848 : cluster [DBG] pgmap v6042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:42.859737+0000 mgr.y (mgr.14556) 6848 : cluster [DBG] pgmap v6042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:42.859737+0000 mgr.y (mgr.14556) 6848 : cluster [DBG] pgmap v6042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:44.860225+0000 mgr.y (mgr.14556) 6849 : cluster [DBG] pgmap v6043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:44.860225+0000 mgr.y (mgr.14556) 6849 : cluster [DBG] pgmap v6043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:44.860225+0000 mgr.y (mgr.14556) 6849 : cluster [DBG] pgmap v6043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:46.861039+0000 mgr.y (mgr.14556) 6850 : cluster [DBG] pgmap v6044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:46.861039+0000 mgr.y (mgr.14556) 6850 : cluster [DBG] pgmap v6044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:46.861039+0000 mgr.y (mgr.14556) 6850 : cluster [DBG] pgmap v6044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:48.890 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:06:49.182 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:06:49.182 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 5m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:06:49.182 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 5m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 5m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 5m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 5m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 5m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 5m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 5m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:06:49.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 5m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:06:49.184 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 5m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:06:49.184 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 5m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:06:49.184 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 5m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:06:49.535 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:06:49.535 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:06:49.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:06:49.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:06:49.536 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:06:49.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:06:49.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:06:49.536 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:06:49.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:06:49.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:06:49.536 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:06:49.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:06:49.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:06:49.536 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:06:49.537 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:06:49.537 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:06:49.537 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:06:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:48.861387+0000 mgr.y (mgr.14556) 6851 : cluster [DBG] pgmap v6045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:06:48.879499+0000 mgr.y (mgr.14556) 6852 : audit [DBG] from='client.31763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:06:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:06:49.175463+0000 mgr.y (mgr.14556) 6853 : audit [DBG] from='client.21855 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:06:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:06:49.536521+0000 mon.c (mon.2) 192 : audit [DBG] from='client.? 172.21.15.23:0/4062162075' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:06:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:48.861387+0000 mgr.y (mgr.14556) 6851 : cluster [DBG] pgmap v6045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:06:48.879499+0000 mgr.y (mgr.14556) 6852 : audit [DBG] from='client.31763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:06:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:06:49.175463+0000 mgr.y (mgr.14556) 6853 : audit [DBG] from='client.21855 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:06:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:06:49.536521+0000 mon.c (mon.2) 192 : audit [DBG] from='client.? 172.21.15.23:0/4062162075' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:06:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:48.861387+0000 mgr.y (mgr.14556) 6851 : cluster [DBG] pgmap v6045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:06:48.879499+0000 mgr.y (mgr.14556) 6852 : audit [DBG] from='client.31763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:06:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:06:49.175463+0000 mgr.y (mgr.14556) 6853 : audit [DBG] from='client.21855 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:06:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:06:49.536521+0000 mon.c (mon.2) 192 : audit [DBG] from='client.? 172.21.15.23:0/4062162075' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:06:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:06:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:50.862012+0000 mgr.y (mgr.14556) 6854 : cluster [DBG] pgmap v6046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:50.862012+0000 mgr.y (mgr.14556) 6854 : cluster [DBG] pgmap v6046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:50.862012+0000 mgr.y (mgr.14556) 6854 : cluster [DBG] pgmap v6046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:06:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:06:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:52.862449+0000 mgr.y (mgr.14556) 6855 : cluster [DBG] pgmap v6047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:06:54.097759+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:06:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:52.862449+0000 mgr.y (mgr.14556) 6855 : cluster [DBG] pgmap v6047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:06:54.097759+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:06:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:52.862449+0000 mgr.y (mgr.14556) 6855 : cluster [DBG] pgmap v6047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:06:54.097759+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:06:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:06:54.404224+0000 mon.a (mon.0) 1946 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:06:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:06:54.404864+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:06:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:06:54.410857+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:06:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:06:54.404224+0000 mon.a (mon.0) 1946 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:06:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:06:54.404864+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:06:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:06:54.410857+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:06:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:06:54.404224+0000 mon.a (mon.0) 1946 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:06:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:06:54.404864+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:06:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:06:54.410857+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:06:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:54.862853+0000 mgr.y (mgr.14556) 6856 : cluster [DBG] pgmap v6048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:54.862853+0000 mgr.y (mgr.14556) 6856 : cluster [DBG] pgmap v6048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:54.862853+0000 mgr.y (mgr.14556) 6856 : cluster [DBG] pgmap v6048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:56.863561+0000 mgr.y (mgr.14556) 6857 : cluster [DBG] pgmap v6049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:56.863561+0000 mgr.y (mgr.14556) 6857 : cluster [DBG] pgmap v6049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:06:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:06:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:56.863561+0000 mgr.y (mgr.14556) 6857 : cluster [DBG] pgmap v6049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:06:58.864102+0000 mgr.y (mgr.14556) 6858 : cluster [DBG] pgmap v6050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:06:58.864102+0000 mgr.y (mgr.14556) 6858 : cluster [DBG] pgmap v6050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:06:58.864102+0000 mgr.y (mgr.14556) 6858 : cluster [DBG] pgmap v6050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:07:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:00.865060+0000 mgr.y (mgr.14556) 6859 : cluster [DBG] pgmap v6051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:00.865060+0000 mgr.y (mgr.14556) 6859 : cluster [DBG] pgmap v6051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:00.865060+0000 mgr.y (mgr.14556) 6859 : cluster [DBG] pgmap v6051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:07:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:07:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:02.865526+0000 mgr.y (mgr.14556) 6860 : cluster [DBG] pgmap v6052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:02.865526+0000 mgr.y (mgr.14556) 6860 : cluster [DBG] pgmap v6052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:02.865526+0000 mgr.y (mgr.14556) 6860 : cluster [DBG] pgmap v6052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:04.866044+0000 mgr.y (mgr.14556) 6861 : cluster [DBG] pgmap v6053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:04.866044+0000 mgr.y (mgr.14556) 6861 : cluster [DBG] pgmap v6053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:04.866044+0000 mgr.y (mgr.14556) 6861 : cluster [DBG] pgmap v6053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:06.866737+0000 mgr.y (mgr.14556) 6862 : cluster [DBG] pgmap v6054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:06.866737+0000 mgr.y (mgr.14556) 6862 : cluster [DBG] pgmap v6054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:06.866737+0000 mgr.y (mgr.14556) 6862 : cluster [DBG] pgmap v6054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:08.867272+0000 mgr.y (mgr.14556) 6863 : cluster [DBG] pgmap v6055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:08.867272+0000 mgr.y (mgr.14556) 6863 : cluster [DBG] pgmap v6055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:08.867272+0000 mgr.y (mgr.14556) 6863 : cluster [DBG] pgmap v6055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:07:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:10.868064+0000 mgr.y (mgr.14556) 6864 : cluster [DBG] pgmap v6056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:10.868064+0000 mgr.y (mgr.14556) 6864 : cluster [DBG] pgmap v6056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:10.868064+0000 mgr.y (mgr.14556) 6864 : cluster [DBG] pgmap v6056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:07:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:07:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:12.868644+0000 mgr.y (mgr.14556) 6865 : cluster [DBG] pgmap v6057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:12.868644+0000 mgr.y (mgr.14556) 6865 : cluster [DBG] pgmap v6057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:12.868644+0000 mgr.y (mgr.14556) 6865 : cluster [DBG] pgmap v6057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:14.869189+0000 mgr.y (mgr.14556) 6866 : cluster [DBG] pgmap v6058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:14.869189+0000 mgr.y (mgr.14556) 6866 : cluster [DBG] pgmap v6058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:14.869189+0000 mgr.y (mgr.14556) 6866 : cluster [DBG] pgmap v6058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:16.869981+0000 mgr.y (mgr.14556) 6867 : cluster [DBG] pgmap v6059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:16.869981+0000 mgr.y (mgr.14556) 6867 : cluster [DBG] pgmap v6059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:16.869981+0000 mgr.y (mgr.14556) 6867 : cluster [DBG] pgmap v6059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:19.862 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:07:20.146 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:07:20.147 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 6m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:07:20.147 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 6m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:07:20.147 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 6m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:07:20.147 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 6m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:07:20.147 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 6m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:07:20.147 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 6m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:07:20.147 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 6m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:07:20.147 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 6m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:07:20.147 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 6m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:07:20.147 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 6m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:07:20.147 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 6m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:07:20.147 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 6m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:07:20.148 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 6m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:07:20.148 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 6m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:07:20.148 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 6m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:07:20.148 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 6m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:07:20.148 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 6m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:07:20.148 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 6m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:07:20.148 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 6m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:07:20.148 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 6m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:07:20.498 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:07:20.498 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:07:20.498 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:07:20.498 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:07:20.498 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:07:20.498 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:07:20.498 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:07:20.498 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:07:20.499 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:07:20.499 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:07:20.499 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:07:20.499 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:07:20.499 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:07:20.499 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:07:20.499 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:07:20.499 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:07:20.499 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:07:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:18.870372+0000 mgr.y (mgr.14556) 6868 : cluster [DBG] pgmap v6060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:20.908 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:07:20.498984+0000 mon.a (mon.0) 1949 : audit [DBG] from='client.? 172.21.15.23:0/2296690191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:07:20.908 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:18.870372+0000 mgr.y (mgr.14556) 6868 : cluster [DBG] pgmap v6060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:20.908 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:07:20.498984+0000 mon.a (mon.0) 1949 : audit [DBG] from='client.? 172.21.15.23:0/2296690191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:07:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:18.870372+0000 mgr.y (mgr.14556) 6868 : cluster [DBG] pgmap v6060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:07:20.498984+0000 mon.a (mon.0) 1949 : audit [DBG] from='client.? 172.21.15.23:0/2296690191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:07:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:07:19.851764+0000 mgr.y (mgr.14556) 6869 : audit [DBG] from='client.31781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:07:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:07:20.139678+0000 mgr.y (mgr.14556) 6870 : audit [DBG] from='client.21873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:07:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:07:19.851764+0000 mgr.y (mgr.14556) 6869 : audit [DBG] from='client.31781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:07:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:07:20.139678+0000 mgr.y (mgr.14556) 6870 : audit [DBG] from='client.21873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:07:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:07:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:07:19.851764+0000 mgr.y (mgr.14556) 6869 : audit [DBG] from='client.31781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:07:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:07:20.139678+0000 mgr.y (mgr.14556) 6870 : audit [DBG] from='client.21873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:07:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:20.870952+0000 mgr.y (mgr.14556) 6871 : cluster [DBG] pgmap v6061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:20.870952+0000 mgr.y (mgr.14556) 6871 : cluster [DBG] pgmap v6061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:20.870952+0000 mgr.y (mgr.14556) 6871 : cluster [DBG] pgmap v6061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:07:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:07:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:22.871499+0000 mgr.y (mgr.14556) 6872 : cluster [DBG] pgmap v6062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:22.871499+0000 mgr.y (mgr.14556) 6872 : cluster [DBG] pgmap v6062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:22.871499+0000 mgr.y (mgr.14556) 6872 : cluster [DBG] pgmap v6062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:24.871940+0000 mgr.y (mgr.14556) 6873 : cluster [DBG] pgmap v6063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:24.871940+0000 mgr.y (mgr.14556) 6873 : cluster [DBG] pgmap v6063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:24.871940+0000 mgr.y (mgr.14556) 6873 : cluster [DBG] pgmap v6063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:26.872629+0000 mgr.y (mgr.14556) 6874 : cluster [DBG] pgmap v6064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:26.872629+0000 mgr.y (mgr.14556) 6874 : cluster [DBG] pgmap v6064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:26.872629+0000 mgr.y (mgr.14556) 6874 : cluster [DBG] pgmap v6064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:28.872984+0000 mgr.y (mgr.14556) 6875 : cluster [DBG] pgmap v6065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:28.872984+0000 mgr.y (mgr.14556) 6875 : cluster [DBG] pgmap v6065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:28.872984+0000 mgr.y (mgr.14556) 6875 : cluster [DBG] pgmap v6065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:07:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:30.873645+0000 mgr.y (mgr.14556) 6876 : cluster [DBG] pgmap v6066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:30.873645+0000 mgr.y (mgr.14556) 6876 : cluster [DBG] pgmap v6066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:30.873645+0000 mgr.y (mgr.14556) 6876 : cluster [DBG] pgmap v6066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:07:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:07:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:32.874161+0000 mgr.y (mgr.14556) 6877 : cluster [DBG] pgmap v6067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:32.874161+0000 mgr.y (mgr.14556) 6877 : cluster [DBG] pgmap v6067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:32.874161+0000 mgr.y (mgr.14556) 6877 : cluster [DBG] pgmap v6067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:34.874735+0000 mgr.y (mgr.14556) 6878 : cluster [DBG] pgmap v6068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:34.874735+0000 mgr.y (mgr.14556) 6878 : cluster [DBG] pgmap v6068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:34.874735+0000 mgr.y (mgr.14556) 6878 : cluster [DBG] pgmap v6068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:36.875435+0000 mgr.y (mgr.14556) 6879 : cluster [DBG] pgmap v6069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:36.875435+0000 mgr.y (mgr.14556) 6879 : cluster [DBG] pgmap v6069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:36.875435+0000 mgr.y (mgr.14556) 6879 : cluster [DBG] pgmap v6069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:38.875834+0000 mgr.y (mgr.14556) 6880 : cluster [DBG] pgmap v6070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:38.875834+0000 mgr.y (mgr.14556) 6880 : cluster [DBG] pgmap v6070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:38.875834+0000 mgr.y (mgr.14556) 6880 : cluster [DBG] pgmap v6070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:07:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:40.876683+0000 mgr.y (mgr.14556) 6881 : cluster [DBG] pgmap v6071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:40.876683+0000 mgr.y (mgr.14556) 6881 : cluster [DBG] pgmap v6071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:40.876683+0000 mgr.y (mgr.14556) 6881 : cluster [DBG] pgmap v6071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:42.877132+0000 mgr.y (mgr.14556) 6882 : cluster [DBG] pgmap v6072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:07:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:07:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:42.877132+0000 mgr.y (mgr.14556) 6882 : cluster [DBG] pgmap v6072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:42.877132+0000 mgr.y (mgr.14556) 6882 : cluster [DBG] pgmap v6072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:44.877554+0000 mgr.y (mgr.14556) 6883 : cluster [DBG] pgmap v6073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:44.877554+0000 mgr.y (mgr.14556) 6883 : cluster [DBG] pgmap v6073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:44.877554+0000 mgr.y (mgr.14556) 6883 : cluster [DBG] pgmap v6073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:46.878345+0000 mgr.y (mgr.14556) 6884 : cluster [DBG] pgmap v6074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:46.878345+0000 mgr.y (mgr.14556) 6884 : cluster [DBG] pgmap v6074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:46.878345+0000 mgr.y (mgr.14556) 6884 : cluster [DBG] pgmap v6074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:48.878893+0000 mgr.y (mgr.14556) 6885 : cluster [DBG] pgmap v6075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:48.878893+0000 mgr.y (mgr.14556) 6885 : cluster [DBG] pgmap v6075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:48.878893+0000 mgr.y (mgr.14556) 6885 : cluster [DBG] pgmap v6075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:50.821 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:07:51.111 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:07:51.111 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 6m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:07:51.111 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 6m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:07:51.111 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 6m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:07:51.111 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 6m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:07:51.111 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 6m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:07:51.111 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 6m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:07:51.111 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 6m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 6m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 6m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 6m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 6m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 6m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 6m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 6m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 6m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 6m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 6m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 6m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 6m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:07:51.112 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 6m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:07:51.459 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:07:51.459 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:07:51.459 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:07:51.459 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:07:51.460 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:07:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:07:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:07:50.810767+0000 mgr.y (mgr.14556) 6886 : audit [DBG] from='client.21885 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:07:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:50.879486+0000 mgr.y (mgr.14556) 6887 : cluster [DBG] pgmap v6076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:07:51.104055+0000 mgr.y (mgr.14556) 6888 : audit [DBG] from='client.21891 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:07:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:07:51.460308+0000 mon.c (mon.2) 193 : audit [DBG] from='client.? 172.21.15.23:0/984486957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:07:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:07:50.810767+0000 mgr.y (mgr.14556) 6886 : audit [DBG] from='client.21885 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:07:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:50.879486+0000 mgr.y (mgr.14556) 6887 : cluster [DBG] pgmap v6076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:07:51.104055+0000 mgr.y (mgr.14556) 6888 : audit [DBG] from='client.21891 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:07:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:07:51.460308+0000 mon.c (mon.2) 193 : audit [DBG] from='client.? 172.21.15.23:0/984486957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:07:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:07:50.810767+0000 mgr.y (mgr.14556) 6886 : audit [DBG] from='client.21885 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:07:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:50.879486+0000 mgr.y (mgr.14556) 6887 : cluster [DBG] pgmap v6076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:07:51.104055+0000 mgr.y (mgr.14556) 6888 : audit [DBG] from='client.21891 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:07:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:07:51.460308+0000 mon.c (mon.2) 193 : audit [DBG] from='client.? 172.21.15.23:0/984486957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:07:54.046 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:07:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:07:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:52.879880+0000 mgr.y (mgr.14556) 6889 : cluster [DBG] pgmap v6077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:52.879880+0000 mgr.y (mgr.14556) 6889 : cluster [DBG] pgmap v6077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:52.879880+0000 mgr.y (mgr.14556) 6889 : cluster [DBG] pgmap v6077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:07:54.415384+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:07:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:07:54.721637+0000 mon.a (mon.0) 1951 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:07:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:07:54.722303+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:07:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:07:54.730790+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:07:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:07:54.415384+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:07:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:07:54.721637+0000 mon.a (mon.0) 1951 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:07:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:07:54.722303+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:07:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:07:54.730790+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:07:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:07:54.415384+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:07:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:07:54.721637+0000 mon.a (mon.0) 1951 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:07:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:07:54.722303+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:07:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:07:54.730790+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:07:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:54.880296+0000 mgr.y (mgr.14556) 6890 : cluster [DBG] pgmap v6078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:54.880296+0000 mgr.y (mgr.14556) 6890 : cluster [DBG] pgmap v6078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:54.880296+0000 mgr.y (mgr.14556) 6890 : cluster [DBG] pgmap v6078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:56.881021+0000 mgr.y (mgr.14556) 6891 : cluster [DBG] pgmap v6079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:56.881021+0000 mgr.y (mgr.14556) 6891 : cluster [DBG] pgmap v6079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:07:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:07:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:56.881021+0000 mgr.y (mgr.14556) 6891 : cluster [DBG] pgmap v6079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:07:58.881574+0000 mgr.y (mgr.14556) 6892 : cluster [DBG] pgmap v6080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:07:58.881574+0000 mgr.y (mgr.14556) 6892 : cluster [DBG] pgmap v6080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:07:58.881574+0000 mgr.y (mgr.14556) 6892 : cluster [DBG] pgmap v6080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:08:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:00.882304+0000 mgr.y (mgr.14556) 6893 : cluster [DBG] pgmap v6081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:00.882304+0000 mgr.y (mgr.14556) 6893 : cluster [DBG] pgmap v6081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:00.882304+0000 mgr.y (mgr.14556) 6893 : cluster [DBG] pgmap v6081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:04.088 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:08:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:08:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:02.882752+0000 mgr.y (mgr.14556) 6894 : cluster [DBG] pgmap v6082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:02.882752+0000 mgr.y (mgr.14556) 6894 : cluster [DBG] pgmap v6082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:02.882752+0000 mgr.y (mgr.14556) 6894 : cluster [DBG] pgmap v6082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:04.883185+0000 mgr.y (mgr.14556) 6895 : cluster [DBG] pgmap v6083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:04.883185+0000 mgr.y (mgr.14556) 6895 : cluster [DBG] pgmap v6083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:04.883185+0000 mgr.y (mgr.14556) 6895 : cluster [DBG] pgmap v6083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:06.883934+0000 mgr.y (mgr.14556) 6896 : cluster [DBG] pgmap v6084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:06.883934+0000 mgr.y (mgr.14556) 6896 : cluster [DBG] pgmap v6084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:06.883934+0000 mgr.y (mgr.14556) 6896 : cluster [DBG] pgmap v6084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:08.884298+0000 mgr.y (mgr.14556) 6897 : cluster [DBG] pgmap v6085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:08.884298+0000 mgr.y (mgr.14556) 6897 : cluster [DBG] pgmap v6085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:08.884298+0000 mgr.y (mgr.14556) 6897 : cluster [DBG] pgmap v6085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:08:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:10.885085+0000 mgr.y (mgr.14556) 6898 : cluster [DBG] pgmap v6086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:10.885085+0000 mgr.y (mgr.14556) 6898 : cluster [DBG] pgmap v6086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:10.885085+0000 mgr.y (mgr.14556) 6898 : cluster [DBG] pgmap v6086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:08:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T10:08:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:12.885615+0000 mgr.y (mgr.14556) 6899 : cluster [DBG] pgmap v6087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:12.885615+0000 mgr.y (mgr.14556) 6899 : cluster [DBG] pgmap v6087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:12.885615+0000 mgr.y (mgr.14556) 6899 : cluster [DBG] pgmap v6087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:14.886026+0000 mgr.y (mgr.14556) 6900 : cluster [DBG] pgmap v6088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:14.886026+0000 mgr.y (mgr.14556) 6900 : cluster [DBG] pgmap v6088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:14.886026+0000 mgr.y (mgr.14556) 6900 : cluster [DBG] pgmap v6088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:16.886876+0000 mgr.y (mgr.14556) 6901 : cluster [DBG] pgmap v6089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:16.886876+0000 mgr.y (mgr.14556) 6901 : cluster [DBG] pgmap v6089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:16.886876+0000 mgr.y (mgr.14556) 6901 : cluster [DBG] pgmap v6089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:18.887384+0000 mgr.y (mgr.14556) 6902 : cluster [DBG] pgmap v6090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:18.887384+0000 mgr.y (mgr.14556) 6902 : cluster [DBG] pgmap v6090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:18.887384+0000 mgr.y (mgr.14556) 6902 : cluster [DBG] pgmap v6090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:21.789 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:08:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:08:22.076 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:08:22.076 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 7m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:08:22.076 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 7m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:08:22.076 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 7m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:08:22.076 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 7m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:08:22.076 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 7m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:08:22.076 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 7m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:08:22.076 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 7m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 7m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 7m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 7m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 7m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 7m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 7m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 7m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 7m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 7m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 7m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 7m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 7m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:08:22.077 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 7m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:08:22.424 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:08:22.424 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:08:22.425 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:08:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:20.888044+0000 mgr.y (mgr.14556) 6903 : cluster [DBG] pgmap v6091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:20.888044+0000 mgr.y (mgr.14556) 6903 : cluster [DBG] pgmap v6091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:20.888044+0000 mgr.y (mgr.14556) 6903 : cluster [DBG] pgmap v6091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:08:21.779038+0000 mgr.y (mgr.14556) 6904 : audit [DBG] from='client.21903 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:08:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:08:22.069053+0000 mgr.y (mgr.14556) 6905 : audit [DBG] from='client.31823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:08:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:08:22.425529+0000 mon.c (mon.2) 194 : audit [DBG] from='client.? 172.21.15.23:0/365359329' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:08:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:08:21.779038+0000 mgr.y (mgr.14556) 6904 : audit [DBG] from='client.21903 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:08:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:08:22.069053+0000 mgr.y (mgr.14556) 6905 : audit [DBG] from='client.31823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:08:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:08:22.425529+0000 mon.c (mon.2) 194 : audit [DBG] from='client.? 172.21.15.23:0/365359329' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:08:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:08:21.779038+0000 mgr.y (mgr.14556) 6904 : audit [DBG] from='client.21903 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:08:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:08:22.069053+0000 mgr.y (mgr.14556) 6905 : audit [DBG] from='client.31823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:08:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:08:22.425529+0000 mon.c (mon.2) 194 : audit [DBG] from='client.? 172.21.15.23:0/365359329' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:08:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:08:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T10:08:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:22.888395+0000 mgr.y (mgr.14556) 6906 : cluster [DBG] pgmap v6092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:22.888395+0000 mgr.y (mgr.14556) 6906 : cluster [DBG] pgmap v6092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:22.888395+0000 mgr.y (mgr.14556) 6906 : cluster [DBG] pgmap v6092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:24.888802+0000 mgr.y (mgr.14556) 6907 : cluster [DBG] pgmap v6093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:24.888802+0000 mgr.y (mgr.14556) 6907 : cluster [DBG] pgmap v6093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:24.888802+0000 mgr.y (mgr.14556) 6907 : cluster [DBG] pgmap v6093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:26.889636+0000 mgr.y (mgr.14556) 6908 : cluster [DBG] pgmap v6094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:26.889636+0000 mgr.y (mgr.14556) 6908 : cluster [DBG] pgmap v6094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:26.889636+0000 mgr.y (mgr.14556) 6908 : cluster [DBG] pgmap v6094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:28.890036+0000 mgr.y (mgr.14556) 6909 : cluster [DBG] pgmap v6095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:28.890036+0000 mgr.y (mgr.14556) 6909 : cluster [DBG] pgmap v6095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:28.890036+0000 mgr.y (mgr.14556) 6909 : cluster [DBG] pgmap v6095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:08:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:30.890818+0000 mgr.y (mgr.14556) 6910 : cluster [DBG] pgmap v6096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:30.890818+0000 mgr.y (mgr.14556) 6910 : cluster [DBG] pgmap v6096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:30.890818+0000 mgr.y (mgr.14556) 6910 : cluster [DBG] pgmap v6096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:32.891415+0000 mgr.y (mgr.14556) 6911 : cluster [DBG] pgmap v6097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:08:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T10:08:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:32.891415+0000 mgr.y (mgr.14556) 6911 : cluster [DBG] pgmap v6097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:32.891415+0000 mgr.y (mgr.14556) 6911 : cluster [DBG] pgmap v6097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:34.891923+0000 mgr.y (mgr.14556) 6912 : cluster [DBG] pgmap v6098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:34.891923+0000 mgr.y (mgr.14556) 6912 : cluster [DBG] pgmap v6098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:34.891923+0000 mgr.y (mgr.14556) 6912 : cluster [DBG] pgmap v6098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:36.892765+0000 mgr.y (mgr.14556) 6913 : cluster [DBG] pgmap v6099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:36.892765+0000 mgr.y (mgr.14556) 6913 : cluster [DBG] pgmap v6099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:36.892765+0000 mgr.y (mgr.14556) 6913 : cluster [DBG] pgmap v6099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:38.893349+0000 mgr.y (mgr.14556) 6914 : cluster [DBG] pgmap v6100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:38.893349+0000 mgr.y (mgr.14556) 6914 : cluster [DBG] pgmap v6100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:38.893349+0000 mgr.y (mgr.14556) 6914 : cluster [DBG] pgmap v6100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:08:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:40.894062+0000 mgr.y (mgr.14556) 6915 : cluster [DBG] pgmap v6101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:40.894062+0000 mgr.y (mgr.14556) 6915 : cluster [DBG] pgmap v6101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:40.894062+0000 mgr.y (mgr.14556) 6915 : cluster [DBG] pgmap v6101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:08:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:08:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:42.894462+0000 mgr.y (mgr.14556) 6916 : cluster [DBG] pgmap v6102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:42.894462+0000 mgr.y (mgr.14556) 6916 : cluster [DBG] pgmap v6102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:42.894462+0000 mgr.y (mgr.14556) 6916 : cluster [DBG] pgmap v6102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:44.895034+0000 mgr.y (mgr.14556) 6917 : cluster [DBG] pgmap v6103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:44.895034+0000 mgr.y (mgr.14556) 6917 : cluster [DBG] pgmap v6103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:44.895034+0000 mgr.y (mgr.14556) 6917 : cluster [DBG] pgmap v6103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:46.895667+0000 mgr.y (mgr.14556) 6918 : cluster [DBG] pgmap v6104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:46.895667+0000 mgr.y (mgr.14556) 6918 : cluster [DBG] pgmap v6104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:46.895667+0000 mgr.y (mgr.14556) 6918 : cluster [DBG] pgmap v6104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:48.896074+0000 mgr.y (mgr.14556) 6919 : cluster [DBG] pgmap v6105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:48.896074+0000 mgr.y (mgr.14556) 6919 : cluster [DBG] pgmap v6105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:48.896074+0000 mgr.y (mgr.14556) 6919 : cluster [DBG] pgmap v6105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:08:52.752 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:08:53.040 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:08:53.040 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 8m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:08:53.040 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 8m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:08:53.040 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 8m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:08:53.040 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 8m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:08:53.040 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 8m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 8m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 8m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 8m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 8m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 8m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 8m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 8m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 8m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 8m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 8m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 8m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 8m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 8m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 8m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:08:53.041 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 8m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:08:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:50.896855+0000 mgr.y (mgr.14556) 6920 : cluster [DBG] pgmap v6106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:50.896855+0000 mgr.y (mgr.14556) 6920 : cluster [DBG] pgmap v6106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:50.896855+0000 mgr.y (mgr.14556) 6920 : cluster [DBG] pgmap v6106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:53.390 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:08:53.390 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:08:53.390 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:08:53.390 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:08:53.390 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:08:53.390 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:08:53.390 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:08:53.390 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:08:53.390 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:08:53.391 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:08:53.391 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:08:53.391 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:08:53.391 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:08:53.391 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:08:53.391 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:08:53.391 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:08:53.391 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:08:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:08:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:08:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:08:53.391050+0000 mon.a (mon.0) 1954 : audit [DBG] from='client.? 172.21.15.23:0/3638067491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:08:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:08:53.391050+0000 mon.a (mon.0) 1954 : audit [DBG] from='client.? 172.21.15.23:0/3638067491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:08:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:08:53.391050+0000 mon.a (mon.0) 1954 : audit [DBG] from='client.? 172.21.15.23:0/3638067491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:08:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:08:52.741081+0000 mgr.y (mgr.14556) 6921 : audit [DBG] from='client.31835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:08:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:52.897180+0000 mgr.y (mgr.14556) 6922 : cluster [DBG] pgmap v6107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:08:53.033315+0000 mgr.y (mgr.14556) 6923 : audit [DBG] from='client.21927 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:08:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:08:52.741081+0000 mgr.y (mgr.14556) 6921 : audit [DBG] from='client.31835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:08:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:52.897180+0000 mgr.y (mgr.14556) 6922 : cluster [DBG] pgmap v6107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:08:53.033315+0000 mgr.y (mgr.14556) 6923 : audit [DBG] from='client.21927 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:08:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:08:52.741081+0000 mgr.y (mgr.14556) 6921 : audit [DBG] from='client.31835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:08:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:52.897180+0000 mgr.y (mgr.14556) 6922 : cluster [DBG] pgmap v6107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:08:53.033315+0000 mgr.y (mgr.14556) 6923 : audit [DBG] from='client.21927 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:08:55.734 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:08:54.735394+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:08:55.734 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:54.897513+0000 mgr.y (mgr.14556) 6924 : cluster [DBG] pgmap v6108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:55.734 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:08:55.041686+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:08:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:08:54.735394+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:08:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:54.897513+0000 mgr.y (mgr.14556) 6924 : cluster [DBG] pgmap v6108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:08:55.041686+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:08:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:08:55.042314+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:08:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:08:55.056068+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:08:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:08:54.735394+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:08:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:54.897513+0000 mgr.y (mgr.14556) 6924 : cluster [DBG] pgmap v6108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:08:55.041686+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:08:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:08:55.042314+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:08:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:08:55.056068+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:08:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:08:55.042314+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:08:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:08:55.056068+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:08:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:56.898216+0000 mgr.y (mgr.14556) 6925 : cluster [DBG] pgmap v6109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:56.898216+0000 mgr.y (mgr.14556) 6925 : cluster [DBG] pgmap v6109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:08:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:56.898216+0000 mgr.y (mgr.14556) 6925 : cluster [DBG] pgmap v6109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:08:58.898726+0000 mgr.y (mgr.14556) 6926 : cluster [DBG] pgmap v6110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:08:58.898726+0000 mgr.y (mgr.14556) 6926 : cluster [DBG] pgmap v6110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:08:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:08:58.898726+0000 mgr.y (mgr.14556) 6926 : cluster [DBG] pgmap v6110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:09:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:00.899619+0000 mgr.y (mgr.14556) 6927 : cluster [DBG] pgmap v6111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:00.899619+0000 mgr.y (mgr.14556) 6927 : cluster [DBG] pgmap v6111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:00.899619+0000 mgr.y (mgr.14556) 6927 : cluster [DBG] pgmap v6111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:09:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:09:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:02.900048+0000 mgr.y (mgr.14556) 6928 : cluster [DBG] pgmap v6112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:02.900048+0000 mgr.y (mgr.14556) 6928 : cluster [DBG] pgmap v6112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:02.900048+0000 mgr.y (mgr.14556) 6928 : cluster [DBG] pgmap v6112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:04.900460+0000 mgr.y (mgr.14556) 6929 : cluster [DBG] pgmap v6113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:04.900460+0000 mgr.y (mgr.14556) 6929 : cluster [DBG] pgmap v6113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:04.900460+0000 mgr.y (mgr.14556) 6929 : cluster [DBG] pgmap v6113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:06.901290+0000 mgr.y (mgr.14556) 6930 : cluster [DBG] pgmap v6114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:06.901290+0000 mgr.y (mgr.14556) 6930 : cluster [DBG] pgmap v6114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:06.901290+0000 mgr.y (mgr.14556) 6930 : cluster [DBG] pgmap v6114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:08.901716+0000 mgr.y (mgr.14556) 6931 : cluster [DBG] pgmap v6115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:08.901716+0000 mgr.y (mgr.14556) 6931 : cluster [DBG] pgmap v6115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:08.901716+0000 mgr.y (mgr.14556) 6931 : cluster [DBG] pgmap v6115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:09:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:10.902472+0000 mgr.y (mgr.14556) 6932 : cluster [DBG] pgmap v6116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:10.902472+0000 mgr.y (mgr.14556) 6932 : cluster [DBG] pgmap v6116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:10.902472+0000 mgr.y (mgr.14556) 6932 : cluster [DBG] pgmap v6116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:14.025 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:09:13] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:09:14.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:12.903028+0000 mgr.y (mgr.14556) 6933 : cluster [DBG] pgmap v6117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:12.903028+0000 mgr.y (mgr.14556) 6933 : cluster [DBG] pgmap v6117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:12.903028+0000 mgr.y (mgr.14556) 6933 : cluster [DBG] pgmap v6117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:14.903558+0000 mgr.y (mgr.14556) 6934 : cluster [DBG] pgmap v6118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:14.903558+0000 mgr.y (mgr.14556) 6934 : cluster [DBG] pgmap v6118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:14.903558+0000 mgr.y (mgr.14556) 6934 : cluster [DBG] pgmap v6118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:16.904282+0000 mgr.y (mgr.14556) 6935 : cluster [DBG] pgmap v6119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:16.904282+0000 mgr.y (mgr.14556) 6935 : cluster [DBG] pgmap v6119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:16.904282+0000 mgr.y (mgr.14556) 6935 : cluster [DBG] pgmap v6119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:18.904859+0000 mgr.y (mgr.14556) 6936 : cluster [DBG] pgmap v6120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:18.904859+0000 mgr.y (mgr.14556) 6936 : cluster [DBG] pgmap v6120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:18.904859+0000 mgr.y (mgr.14556) 6936 : cluster [DBG] pgmap v6120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:09:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:20.905550+0000 mgr.y (mgr.14556) 6937 : cluster [DBG] pgmap v6121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:20.905550+0000 mgr.y (mgr.14556) 6937 : cluster [DBG] pgmap v6121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:22.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:20.905550+0000 mgr.y (mgr.14556) 6937 : cluster [DBG] pgmap v6121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:23.716 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:09:24.006 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 8m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 8m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 8m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 8m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 8m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 8m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 8m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 8m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 8m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 8m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 8m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 8m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 8m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 8m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:09:24.007 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 8m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:09:24.008 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 8m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:09:24.008 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 8m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:09:24.008 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 8m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:09:24.008 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 8m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:09:24.008 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 8m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:09:24.092 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:09:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:09:24.363 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:09:24.363 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:09:24.363 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:09:24.364 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:09:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:22.906132+0000 mgr.y (mgr.14556) 6938 : cluster [DBG] pgmap v6122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:22.906132+0000 mgr.y (mgr.14556) 6938 : cluster [DBG] pgmap v6122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:22.906132+0000 mgr.y (mgr.14556) 6938 : cluster [DBG] pgmap v6122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:09:23.705385+0000 mgr.y (mgr.14556) 6939 : audit [DBG] from='client.21939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:09:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:09:23.999317+0000 mgr.y (mgr.14556) 6940 : audit [DBG] from='client.21945 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:09:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:09:24.364061+0000 mon.a (mon.0) 1959 : audit [DBG] from='client.? 172.21.15.23:0/3434777604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:09:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:09:23.705385+0000 mgr.y (mgr.14556) 6939 : audit [DBG] from='client.21939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:09:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:09:23.999317+0000 mgr.y (mgr.14556) 6940 : audit [DBG] from='client.21945 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:09:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:09:24.364061+0000 mon.a (mon.0) 1959 : audit [DBG] from='client.? 172.21.15.23:0/3434777604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:09:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:09:23.705385+0000 mgr.y (mgr.14556) 6939 : audit [DBG] from='client.21939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:09:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:09:23.999317+0000 mgr.y (mgr.14556) 6940 : audit [DBG] from='client.21945 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:09:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:09:24.364061+0000 mon.a (mon.0) 1959 : audit [DBG] from='client.? 172.21.15.23:0/3434777604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:09:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:24.906589+0000 mgr.y (mgr.14556) 6941 : cluster [DBG] pgmap v6123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:24.906589+0000 mgr.y (mgr.14556) 6941 : cluster [DBG] pgmap v6123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:24.906589+0000 mgr.y (mgr.14556) 6941 : cluster [DBG] pgmap v6123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:26.907249+0000 mgr.y (mgr.14556) 6942 : cluster [DBG] pgmap v6124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:26.907249+0000 mgr.y (mgr.14556) 6942 : cluster [DBG] pgmap v6124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:26.907249+0000 mgr.y (mgr.14556) 6942 : cluster [DBG] pgmap v6124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:28.907898+0000 mgr.y (mgr.14556) 6943 : cluster [DBG] pgmap v6125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:28.907898+0000 mgr.y (mgr.14556) 6943 : cluster [DBG] pgmap v6125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:28.907898+0000 mgr.y (mgr.14556) 6943 : cluster [DBG] pgmap v6125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:09:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:30.908752+0000 mgr.y (mgr.14556) 6944 : cluster [DBG] pgmap v6126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:30.908752+0000 mgr.y (mgr.14556) 6944 : cluster [DBG] pgmap v6126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:30.908752+0000 mgr.y (mgr.14556) 6944 : cluster [DBG] pgmap v6126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:09:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:09:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:32.909282+0000 mgr.y (mgr.14556) 6945 : cluster [DBG] pgmap v6127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:32.909282+0000 mgr.y (mgr.14556) 6945 : cluster [DBG] pgmap v6127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:34.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:32.909282+0000 mgr.y (mgr.14556) 6945 : cluster [DBG] pgmap v6127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:34.909841+0000 mgr.y (mgr.14556) 6946 : cluster [DBG] pgmap v6128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:34.909841+0000 mgr.y (mgr.14556) 6946 : cluster [DBG] pgmap v6128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:34.909841+0000 mgr.y (mgr.14556) 6946 : cluster [DBG] pgmap v6128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:36.910629+0000 mgr.y (mgr.14556) 6947 : cluster [DBG] pgmap v6129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:36.910629+0000 mgr.y (mgr.14556) 6947 : cluster [DBG] pgmap v6129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:36.910629+0000 mgr.y (mgr.14556) 6947 : cluster [DBG] pgmap v6129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:38.911084+0000 mgr.y (mgr.14556) 6948 : cluster [DBG] pgmap v6130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:38.911084+0000 mgr.y (mgr.14556) 6948 : cluster [DBG] pgmap v6130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:38.911084+0000 mgr.y (mgr.14556) 6948 : cluster [DBG] pgmap v6130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:09:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:40.911762+0000 mgr.y (mgr.14556) 6949 : cluster [DBG] pgmap v6131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:40.911762+0000 mgr.y (mgr.14556) 6949 : cluster [DBG] pgmap v6131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:40.911762+0000 mgr.y (mgr.14556) 6949 : cluster [DBG] pgmap v6131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:09:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:09:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:42.912099+0000 mgr.y (mgr.14556) 6950 : cluster [DBG] pgmap v6132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:42.912099+0000 mgr.y (mgr.14556) 6950 : cluster [DBG] pgmap v6132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:42.912099+0000 mgr.y (mgr.14556) 6950 : cluster [DBG] pgmap v6132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:44.912460+0000 mgr.y (mgr.14556) 6951 : cluster [DBG] pgmap v6133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:44.912460+0000 mgr.y (mgr.14556) 6951 : cluster [DBG] pgmap v6133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:44.912460+0000 mgr.y (mgr.14556) 6951 : cluster [DBG] pgmap v6133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:46.913254+0000 mgr.y (mgr.14556) 6952 : cluster [DBG] pgmap v6134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:46.913254+0000 mgr.y (mgr.14556) 6952 : cluster [DBG] pgmap v6134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:46.913254+0000 mgr.y (mgr.14556) 6952 : cluster [DBG] pgmap v6134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:48.913697+0000 mgr.y (mgr.14556) 6953 : cluster [DBG] pgmap v6135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:48.913697+0000 mgr.y (mgr.14556) 6953 : cluster [DBG] pgmap v6135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:48.913697+0000 mgr.y (mgr.14556) 6953 : cluster [DBG] pgmap v6135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:09:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:50.914318+0000 mgr.y (mgr.14556) 6954 : cluster [DBG] pgmap v6136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:50.914318+0000 mgr.y (mgr.14556) 6954 : cluster [DBG] pgmap v6136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:50.914318+0000 mgr.y (mgr.14556) 6954 : cluster [DBG] pgmap v6136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:09:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:09:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:52.914728+0000 mgr.y (mgr.14556) 6955 : cluster [DBG] pgmap v6137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:52.914728+0000 mgr.y (mgr.14556) 6955 : cluster [DBG] pgmap v6137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:52.914728+0000 mgr.y (mgr.14556) 6955 : cluster [DBG] pgmap v6137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:54.687 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:09:54.975 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:09:54.975 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 9m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:09:54.975 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 9m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:09:54.975 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 9m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:09:54.975 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 9m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:09:54.975 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 9m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:09:54.975 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 9m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:09:54.975 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 9m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 9m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 9m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 9m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 9m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 9m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 9m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 9m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 9m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 9m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 9m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 9m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 9m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:09:54.976 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 9m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:09:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:09:54.676661+0000 mgr.y (mgr.14556) 6956 : audit [DBG] from='client.31871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:09:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:09:54.676661+0000 mgr.y (mgr.14556) 6956 : audit [DBG] from='client.31871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:09:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:09:54.676661+0000 mgr.y (mgr.14556) 6956 : audit [DBG] from='client.31871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:09:55.330 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:09:55.330 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:09:55.330 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:09:55.330 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:09:55.330 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:09:55.330 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:09:55.331 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:09:55.331 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:09:55.331 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:09:55.331 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:09:55.331 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:09:55.331 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:09:55.331 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:09:55.331 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:09:55.331 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:09:55.331 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:09:55.331 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:09:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:54.915058+0000 mgr.y (mgr.14556) 6957 : cluster [DBG] pgmap v6138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:09:54.968213+0000 mgr.y (mgr.14556) 6958 : audit [DBG] from='client.21963 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:09:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:09:55.060401+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:09:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:09:55.331079+0000 mon.c (mon.2) 195 : audit [DBG] from='client.? 172.21.15.23:0/1716108842' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:09:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:09:55.366060+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:09:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:09:55.366741+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:09:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:09:55.371059+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:09:56.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:54.915058+0000 mgr.y (mgr.14556) 6957 : cluster [DBG] pgmap v6138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:56.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:09:54.968213+0000 mgr.y (mgr.14556) 6958 : audit [DBG] from='client.21963 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:09:56.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:09:55.060401+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:09:56.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:09:55.331079+0000 mon.c (mon.2) 195 : audit [DBG] from='client.? 172.21.15.23:0/1716108842' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:09:56.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:09:55.366060+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:09:56.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:09:55.366741+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:09:56.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:09:55.371059+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:09:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:54.915058+0000 mgr.y (mgr.14556) 6957 : cluster [DBG] pgmap v6138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:09:54.968213+0000 mgr.y (mgr.14556) 6958 : audit [DBG] from='client.21963 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:09:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:09:55.060401+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:09:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:09:55.331079+0000 mon.c (mon.2) 195 : audit [DBG] from='client.? 172.21.15.23:0/1716108842' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:09:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:09:55.366060+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:09:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:09:55.366741+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:09:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:09:55.371059+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:09:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:56.915910+0000 mgr.y (mgr.14556) 6959 : cluster [DBG] pgmap v6139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:56.915910+0000 mgr.y (mgr.14556) 6959 : cluster [DBG] pgmap v6139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:09:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:56.915910+0000 mgr.y (mgr.14556) 6959 : cluster [DBG] pgmap v6139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:09:58.916453+0000 mgr.y (mgr.14556) 6960 : cluster [DBG] pgmap v6140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T10:09:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:10:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:09:58.916453+0000 mgr.y (mgr.14556) 6960 : cluster [DBG] pgmap v6140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:09:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:09:58.916453+0000 mgr.y (mgr.14556) 6960 : cluster [DBG] pgmap v6140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:00.000160+0000 mon.a (mon.0) 1964 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:10:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:00.000160+0000 mon.a (mon.0) 1964 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:10:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:00.000160+0000 mon.a (mon.0) 1964 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:10:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:10:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:00.917190+0000 mgr.y (mgr.14556) 6961 : cluster [DBG] pgmap v6141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:00.917190+0000 mgr.y (mgr.14556) 6961 : cluster [DBG] pgmap v6141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:00.917190+0000 mgr.y (mgr.14556) 6961 : cluster [DBG] pgmap v6141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:10:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:10:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:02.917640+0000 mgr.y (mgr.14556) 6962 : cluster [DBG] pgmap v6142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:02.917640+0000 mgr.y (mgr.14556) 6962 : cluster [DBG] pgmap v6142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:02.917640+0000 mgr.y (mgr.14556) 6962 : cluster [DBG] pgmap v6142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:06.014 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:04.918009+0000 mgr.y (mgr.14556) 6963 : cluster [DBG] pgmap v6143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:06.015 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:04.918009+0000 mgr.y (mgr.14556) 6963 : cluster [DBG] pgmap v6143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:04.918009+0000 mgr.y (mgr.14556) 6963 : cluster [DBG] pgmap v6143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:06.918799+0000 mgr.y (mgr.14556) 6964 : cluster [DBG] pgmap v6144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:06.918799+0000 mgr.y (mgr.14556) 6964 : cluster [DBG] pgmap v6144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:06.918799+0000 mgr.y (mgr.14556) 6964 : cluster [DBG] pgmap v6144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:08.919381+0000 mgr.y (mgr.14556) 6965 : cluster [DBG] pgmap v6145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:08.919381+0000 mgr.y (mgr.14556) 6965 : cluster [DBG] pgmap v6145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:08.919381+0000 mgr.y (mgr.14556) 6965 : cluster [DBG] pgmap v6145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:10:12.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:10.920006+0000 mgr.y (mgr.14556) 6966 : cluster [DBG] pgmap v6146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:12.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:10.920006+0000 mgr.y (mgr.14556) 6966 : cluster [DBG] pgmap v6146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:10.920006+0000 mgr.y (mgr.14556) 6966 : cluster [DBG] pgmap v6146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:14.043 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:10:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T10:10:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:12.920494+0000 mgr.y (mgr.14556) 6967 : cluster [DBG] pgmap v6147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:12.920494+0000 mgr.y (mgr.14556) 6967 : cluster [DBG] pgmap v6147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:12.920494+0000 mgr.y (mgr.14556) 6967 : cluster [DBG] pgmap v6147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:14.920906+0000 mgr.y (mgr.14556) 6968 : cluster [DBG] pgmap v6148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:14.920906+0000 mgr.y (mgr.14556) 6968 : cluster [DBG] pgmap v6148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:14.920906+0000 mgr.y (mgr.14556) 6968 : cluster [DBG] pgmap v6148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:16.921720+0000 mgr.y (mgr.14556) 6969 : cluster [DBG] pgmap v6149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:16.921720+0000 mgr.y (mgr.14556) 6969 : cluster [DBG] pgmap v6149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:16.921720+0000 mgr.y (mgr.14556) 6969 : cluster [DBG] pgmap v6149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:18.922125+0000 mgr.y (mgr.14556) 6970 : cluster [DBG] pgmap v6150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:18.922125+0000 mgr.y (mgr.14556) 6970 : cluster [DBG] pgmap v6150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:18.922125+0000 mgr.y (mgr.14556) 6970 : cluster [DBG] pgmap v6150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:10:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:20.922856+0000 mgr.y (mgr.14556) 6971 : cluster [DBG] pgmap v6151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:20.922856+0000 mgr.y (mgr.14556) 6971 : cluster [DBG] pgmap v6151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:20.922856+0000 mgr.y (mgr.14556) 6971 : cluster [DBG] pgmap v6151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:24.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:10:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:10:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:22.923253+0000 mgr.y (mgr.14556) 6972 : cluster [DBG] pgmap v6152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:22.923253+0000 mgr.y (mgr.14556) 6972 : cluster [DBG] pgmap v6152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:22.923253+0000 mgr.y (mgr.14556) 6972 : cluster [DBG] pgmap v6152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:25.657 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:10:25.945 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:10:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 9m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:10:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 9m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:10:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 9m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:10:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 9m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:10:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 9m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:10:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 9m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:10:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 9m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:10:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 9m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:10:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 9m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:10:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 9m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:10:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 9m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:10:25.946 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 9m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:10:25.947 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 9m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:10:25.947 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 9m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:10:25.947 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 9m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:10:25.947 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 9m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:10:25.947 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 9m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:10:25.947 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 9m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:10:25.947 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 9m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:10:25.947 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 9m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:10:26.299 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:10:26.299 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:10:26.300 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:10:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:24.923863+0000 mgr.y (mgr.14556) 6973 : cluster [DBG] pgmap v6153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:10:25.646598+0000 mgr.y (mgr.14556) 6974 : audit [DBG] from='client.21975 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:10:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:24.923863+0000 mgr.y (mgr.14556) 6973 : cluster [DBG] pgmap v6153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:10:25.646598+0000 mgr.y (mgr.14556) 6974 : audit [DBG] from='client.21975 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:10:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:24.923863+0000 mgr.y (mgr.14556) 6973 : cluster [DBG] pgmap v6153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:10:25.646598+0000 mgr.y (mgr.14556) 6974 : audit [DBG] from='client.21975 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:10:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:10:25.938406+0000 mgr.y (mgr.14556) 6975 : audit [DBG] from='client.31895 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:10:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:10:26.300618+0000 mon.a (mon.0) 1965 : audit [DBG] from='client.? 172.21.15.23:0/2214412395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:10:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:10:25.938406+0000 mgr.y (mgr.14556) 6975 : audit [DBG] from='client.31895 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:10:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:10:26.300618+0000 mon.a (mon.0) 1965 : audit [DBG] from='client.? 172.21.15.23:0/2214412395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:10:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:10:25.938406+0000 mgr.y (mgr.14556) 6975 : audit [DBG] from='client.31895 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:10:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:10:26.300618+0000 mon.a (mon.0) 1965 : audit [DBG] from='client.? 172.21.15.23:0/2214412395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:10:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:26.924707+0000 mgr.y (mgr.14556) 6976 : cluster [DBG] pgmap v6154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:26.924707+0000 mgr.y (mgr.14556) 6976 : cluster [DBG] pgmap v6154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:26.924707+0000 mgr.y (mgr.14556) 6976 : cluster [DBG] pgmap v6154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:28.925255+0000 mgr.y (mgr.14556) 6977 : cluster [DBG] pgmap v6155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:28.925255+0000 mgr.y (mgr.14556) 6977 : cluster [DBG] pgmap v6155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:28.925255+0000 mgr.y (mgr.14556) 6977 : cluster [DBG] pgmap v6155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:10:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:30.925936+0000 mgr.y (mgr.14556) 6978 : cluster [DBG] pgmap v6156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:30.925936+0000 mgr.y (mgr.14556) 6978 : cluster [DBG] pgmap v6156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:30.925936+0000 mgr.y (mgr.14556) 6978 : cluster [DBG] pgmap v6156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:10:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:10:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:32.926480+0000 mgr.y (mgr.14556) 6979 : cluster [DBG] pgmap v6157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:32.926480+0000 mgr.y (mgr.14556) 6979 : cluster [DBG] pgmap v6157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:32.926480+0000 mgr.y (mgr.14556) 6979 : cluster [DBG] pgmap v6157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:34.926958+0000 mgr.y (mgr.14556) 6980 : cluster [DBG] pgmap v6158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:34.926958+0000 mgr.y (mgr.14556) 6980 : cluster [DBG] pgmap v6158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:34.926958+0000 mgr.y (mgr.14556) 6980 : cluster [DBG] pgmap v6158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:36.927755+0000 mgr.y (mgr.14556) 6981 : cluster [DBG] pgmap v6159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:36.927755+0000 mgr.y (mgr.14556) 6981 : cluster [DBG] pgmap v6159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:36.927755+0000 mgr.y (mgr.14556) 6981 : cluster [DBG] pgmap v6159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:38.928286+0000 mgr.y (mgr.14556) 6982 : cluster [DBG] pgmap v6160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:38.928286+0000 mgr.y (mgr.14556) 6982 : cluster [DBG] pgmap v6160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:38.928286+0000 mgr.y (mgr.14556) 6982 : cluster [DBG] pgmap v6160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:10:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:40.928948+0000 mgr.y (mgr.14556) 6983 : cluster [DBG] pgmap v6161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:40.928948+0000 mgr.y (mgr.14556) 6983 : cluster [DBG] pgmap v6161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:40.928948+0000 mgr.y (mgr.14556) 6983 : cluster [DBG] pgmap v6161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:10:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:10:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:42.929452+0000 mgr.y (mgr.14556) 6984 : cluster [DBG] pgmap v6162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:42.929452+0000 mgr.y (mgr.14556) 6984 : cluster [DBG] pgmap v6162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:42.929452+0000 mgr.y (mgr.14556) 6984 : cluster [DBG] pgmap v6162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:44.930033+0000 mgr.y (mgr.14556) 6985 : cluster [DBG] pgmap v6163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:44.930033+0000 mgr.y (mgr.14556) 6985 : cluster [DBG] pgmap v6163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:44.930033+0000 mgr.y (mgr.14556) 6985 : cluster [DBG] pgmap v6163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:46.930794+0000 mgr.y (mgr.14556) 6986 : cluster [DBG] pgmap v6164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:46.930794+0000 mgr.y (mgr.14556) 6986 : cluster [DBG] pgmap v6164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:46.930794+0000 mgr.y (mgr.14556) 6986 : cluster [DBG] pgmap v6164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:48.931372+0000 mgr.y (mgr.14556) 6987 : cluster [DBG] pgmap v6165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:48.931372+0000 mgr.y (mgr.14556) 6987 : cluster [DBG] pgmap v6165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:48.931372+0000 mgr.y (mgr.14556) 6987 : cluster [DBG] pgmap v6165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:10:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:50.932162+0000 mgr.y (mgr.14556) 6988 : cluster [DBG] pgmap v6166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:50.932162+0000 mgr.y (mgr.14556) 6988 : cluster [DBG] pgmap v6166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:50.932162+0000 mgr.y (mgr.14556) 6988 : cluster [DBG] pgmap v6166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:10:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:10:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:52.932728+0000 mgr.y (mgr.14556) 6989 : cluster [DBG] pgmap v6167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:52.932728+0000 mgr.y (mgr.14556) 6989 : cluster [DBG] pgmap v6167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:52.932728+0000 mgr.y (mgr.14556) 6989 : cluster [DBG] pgmap v6167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:54.933204+0000 mgr.y (mgr.14556) 6990 : cluster [DBG] pgmap v6168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:10:55.376307+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:10:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:54.933204+0000 mgr.y (mgr.14556) 6990 : cluster [DBG] pgmap v6168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:10:55.376307+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:10:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:54.933204+0000 mgr.y (mgr.14556) 6990 : cluster [DBG] pgmap v6168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:10:55.376307+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:10:56.662 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:10:56.970 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:10:56.970 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 10m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:10:56.970 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 10m ago 3h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:10:56.970 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 10m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:10:56.971 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 10m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:10:56.971 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 10m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:10:56.971 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 10m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:10:56.971 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 10m ago 3h 565M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:10:56.971 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 10m ago 3h 294M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:10:56.971 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 10m ago 3h 297M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:10:56.971 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 10m ago 3h 24.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:10:56.971 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 10m ago 3h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:10:56.971 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 10m ago 3h 44.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:10:56.971 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 10m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:10:56.971 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 10m ago 3h 42.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:10:56.971 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 10m ago 3h 41.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:10:56.972 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 10m ago 3h 41.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:10:56.972 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 10m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:10:56.972 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 10m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:10:56.972 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 10m ago 3h 41.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:10:56.972 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 10m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:10:57.325 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:10:57.325 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:10:57.325 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:10:57.325 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:10:57.325 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:10:57.325 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:10:57.325 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:10:57.325 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:10:57.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:10:57.326 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:10:57.326 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:10:57.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:10:57.326 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:10:57.326 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:10:57.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:10:57.326 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:10:57.326 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:10:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:10:56.649473+0000 mgr.y (mgr.14556) 6991 : audit [DBG] from='client.21993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:10:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:10:57.325626+0000 mon.b (mon.1) 31 : audit [DBG] from='client.? 172.21.15.23:0/1762050692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:10:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:10:56.649473+0000 mgr.y (mgr.14556) 6991 : audit [DBG] from='client.21993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:10:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:10:57.325626+0000 mon.b (mon.1) 31 : audit [DBG] from='client.? 172.21.15.23:0/1762050692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:10:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:10:56.649473+0000 mgr.y (mgr.14556) 6991 : audit [DBG] from='client.21993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:10:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:10:57.325626+0000 mon.b (mon.1) 31 : audit [DBG] from='client.? 172.21.15.23:0/1762050692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:10:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:56.933737+0000 mgr.y (mgr.14556) 6992 : cluster [DBG] pgmap v6169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:10:56.963440+0000 mgr.y (mgr.14556) 6993 : audit [DBG] from='client.31913 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:10:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:10:58.170654+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:10:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:56.933737+0000 mgr.y (mgr.14556) 6992 : cluster [DBG] pgmap v6169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:10:56.963440+0000 mgr.y (mgr.14556) 6993 : audit [DBG] from='client.31913 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:10:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:10:58.170654+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:10:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:56.933737+0000 mgr.y (mgr.14556) 6992 : cluster [DBG] pgmap v6169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:10:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:10:56.963440+0000 mgr.y (mgr.14556) 6993 : audit [DBG] from='client.31913 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:10:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:10:58.170654+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:11:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:10:58.893006+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:11:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:10:58.934209+0000 mgr.y (mgr.14556) 6994 : cluster [DBG] pgmap v6170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:10:59.175739+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:11:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:10:59.176682+0000 mon.a (mon.0) 1970 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:11:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:10:59.186850+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:11:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:10:58.893006+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:11:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:10:58.934209+0000 mgr.y (mgr.14556) 6994 : cluster [DBG] pgmap v6170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:10:59.175739+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:11:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:10:59.176682+0000 mon.a (mon.0) 1970 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:11:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:10:59.186850+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:11:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:10:58.893006+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:11:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:10:58.934209+0000 mgr.y (mgr.14556) 6994 : cluster [DBG] pgmap v6170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:10:59.175739+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:11:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:10:59.176682+0000 mon.a (mon.0) 1970 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:11:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:10:59.186850+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:11:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:11:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:00.934984+0000 mgr.y (mgr.14556) 6995 : cluster [DBG] pgmap v6171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:00.934984+0000 mgr.y (mgr.14556) 6995 : cluster [DBG] pgmap v6171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:00.934984+0000 mgr.y (mgr.14556) 6995 : cluster [DBG] pgmap v6171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:11:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:11:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:02.935500+0000 mgr.y (mgr.14556) 6996 : cluster [DBG] pgmap v6172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:02.935500+0000 mgr.y (mgr.14556) 6996 : cluster [DBG] pgmap v6172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:02.935500+0000 mgr.y (mgr.14556) 6996 : cluster [DBG] pgmap v6172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:04.935880+0000 mgr.y (mgr.14556) 6997 : cluster [DBG] pgmap v6173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:04.935880+0000 mgr.y (mgr.14556) 6997 : cluster [DBG] pgmap v6173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:04.935880+0000 mgr.y (mgr.14556) 6997 : cluster [DBG] pgmap v6173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:06.936600+0000 mgr.y (mgr.14556) 6998 : cluster [DBG] pgmap v6174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:06.936600+0000 mgr.y (mgr.14556) 6998 : cluster [DBG] pgmap v6174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:06.936600+0000 mgr.y (mgr.14556) 6998 : cluster [DBG] pgmap v6174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:08.937074+0000 mgr.y (mgr.14556) 6999 : cluster [DBG] pgmap v6175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:08.937074+0000 mgr.y (mgr.14556) 6999 : cluster [DBG] pgmap v6175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:08.937074+0000 mgr.y (mgr.14556) 6999 : cluster [DBG] pgmap v6175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:11:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:10.937701+0000 mgr.y (mgr.14556) 7000 : cluster [DBG] pgmap v6176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:10.937701+0000 mgr.y (mgr.14556) 7000 : cluster [DBG] pgmap v6176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:10.937701+0000 mgr.y (mgr.14556) 7000 : cluster [DBG] pgmap v6176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:14.079 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:11:13] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:11:14.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:12.938244+0000 mgr.y (mgr.14556) 7001 : cluster [DBG] pgmap v6177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:12.938244+0000 mgr.y (mgr.14556) 7001 : cluster [DBG] pgmap v6177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:12.938244+0000 mgr.y (mgr.14556) 7001 : cluster [DBG] pgmap v6177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:14.938641+0000 mgr.y (mgr.14556) 7002 : cluster [DBG] pgmap v6178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:14.938641+0000 mgr.y (mgr.14556) 7002 : cluster [DBG] pgmap v6178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:14.938641+0000 mgr.y (mgr.14556) 7002 : cluster [DBG] pgmap v6178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:16.939256+0000 mgr.y (mgr.14556) 7003 : cluster [DBG] pgmap v6179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:16.939256+0000 mgr.y (mgr.14556) 7003 : cluster [DBG] pgmap v6179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:16.939256+0000 mgr.y (mgr.14556) 7003 : cluster [DBG] pgmap v6179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:18.939700+0000 mgr.y (mgr.14556) 7004 : cluster [DBG] pgmap v6180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:18.939700+0000 mgr.y (mgr.14556) 7004 : cluster [DBG] pgmap v6180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:18.939700+0000 mgr.y (mgr.14556) 7004 : cluster [DBG] pgmap v6180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:11:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:20.940270+0000 mgr.y (mgr.14556) 7005 : cluster [DBG] pgmap v6181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:20.940270+0000 mgr.y (mgr.14556) 7005 : cluster [DBG] pgmap v6181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:20.940270+0000 mgr.y (mgr.14556) 7005 : cluster [DBG] pgmap v6181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:24.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:11:23] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:11:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:22.940703+0000 mgr.y (mgr.14556) 7006 : cluster [DBG] pgmap v6182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:22.940703+0000 mgr.y (mgr.14556) 7006 : cluster [DBG] pgmap v6182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:22.940703+0000 mgr.y (mgr.14556) 7006 : cluster [DBG] pgmap v6182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:24.941142+0000 mgr.y (mgr.14556) 7007 : cluster [DBG] pgmap v6183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:24.941142+0000 mgr.y (mgr.14556) 7007 : cluster [DBG] pgmap v6183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:24.941142+0000 mgr.y (mgr.14556) 7007 : cluster [DBG] pgmap v6183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:27.653 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:11:27.940 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:11:27.940 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 29s ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:11:27.940 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 29s ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:11:27.940 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 29s ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:11:27.940 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 29s ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:11:27.940 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 29s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:11:27.940 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 29s ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:11:27.940 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 29s ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 29s ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 29s ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 29s ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 29s ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 29s ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 29s ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 29s ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 29s ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 29s ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 29s ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 29s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 29s ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:11:27.941 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 29s ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:11:28.292 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:11:28.292 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:11:28.292 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:11:28.292 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:11:28.292 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:11:28.292 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:11:28.292 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:11:28.292 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:11:28.292 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:11:28.293 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:11:28.293 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:11:28.293 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:11:28.293 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:11:28.293 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:11:28.293 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:11:28.293 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:11:28.293 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:11:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:26.941927+0000 mgr.y (mgr.14556) 7008 : cluster [DBG] pgmap v6184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:11:27.642459+0000 mgr.y (mgr.14556) 7009 : audit [DBG] from='client.31925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:11:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:26.941927+0000 mgr.y (mgr.14556) 7008 : cluster [DBG] pgmap v6184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:11:27.642459+0000 mgr.y (mgr.14556) 7009 : audit [DBG] from='client.31925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:11:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:26.941927+0000 mgr.y (mgr.14556) 7008 : cluster [DBG] pgmap v6184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:11:27.642459+0000 mgr.y (mgr.14556) 7009 : audit [DBG] from='client.31925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:11:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:11:27.933270+0000 mgr.y (mgr.14556) 7010 : audit [DBG] from='client.22017 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:11:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:11:28.292979+0000 mon.c (mon.2) 196 : audit [DBG] from='client.? 172.21.15.23:0/1809419837' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:11:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:11:27.933270+0000 mgr.y (mgr.14556) 7010 : audit [DBG] from='client.22017 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:11:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:11:28.292979+0000 mon.c (mon.2) 196 : audit [DBG] from='client.? 172.21.15.23:0/1809419837' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:11:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:11:27.933270+0000 mgr.y (mgr.14556) 7010 : audit [DBG] from='client.22017 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:11:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:11:28.292979+0000 mon.c (mon.2) 196 : audit [DBG] from='client.? 172.21.15.23:0/1809419837' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:11:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:28.942502+0000 mgr.y (mgr.14556) 7011 : cluster [DBG] pgmap v6185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:28.942502+0000 mgr.y (mgr.14556) 7011 : cluster [DBG] pgmap v6185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:28.942502+0000 mgr.y (mgr.14556) 7011 : cluster [DBG] pgmap v6185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:11:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:30.943243+0000 mgr.y (mgr.14556) 7012 : cluster [DBG] pgmap v6186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:30.943243+0000 mgr.y (mgr.14556) 7012 : cluster [DBG] pgmap v6186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:30.943243+0000 mgr.y (mgr.14556) 7012 : cluster [DBG] pgmap v6186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:11:33] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:11:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:32.943735+0000 mgr.y (mgr.14556) 7013 : cluster [DBG] pgmap v6187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:32.943735+0000 mgr.y (mgr.14556) 7013 : cluster [DBG] pgmap v6187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:32.943735+0000 mgr.y (mgr.14556) 7013 : cluster [DBG] pgmap v6187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:34.944111+0000 mgr.y (mgr.14556) 7014 : cluster [DBG] pgmap v6188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:34.944111+0000 mgr.y (mgr.14556) 7014 : cluster [DBG] pgmap v6188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:34.944111+0000 mgr.y (mgr.14556) 7014 : cluster [DBG] pgmap v6188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:36.944782+0000 mgr.y (mgr.14556) 7015 : cluster [DBG] pgmap v6189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:36.944782+0000 mgr.y (mgr.14556) 7015 : cluster [DBG] pgmap v6189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:36.944782+0000 mgr.y (mgr.14556) 7015 : cluster [DBG] pgmap v6189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:38.945305+0000 mgr.y (mgr.14556) 7016 : cluster [DBG] pgmap v6190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:38.945305+0000 mgr.y (mgr.14556) 7016 : cluster [DBG] pgmap v6190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:38.945305+0000 mgr.y (mgr.14556) 7016 : cluster [DBG] pgmap v6190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:11:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:40.946114+0000 mgr.y (mgr.14556) 7017 : cluster [DBG] pgmap v6191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:40.946114+0000 mgr.y (mgr.14556) 7017 : cluster [DBG] pgmap v6191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:40.946114+0000 mgr.y (mgr.14556) 7017 : cluster [DBG] pgmap v6191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:11:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:11:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:42.946531+0000 mgr.y (mgr.14556) 7018 : cluster [DBG] pgmap v6192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:42.946531+0000 mgr.y (mgr.14556) 7018 : cluster [DBG] pgmap v6192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:42.946531+0000 mgr.y (mgr.14556) 7018 : cluster [DBG] pgmap v6192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:44.946902+0000 mgr.y (mgr.14556) 7019 : cluster [DBG] pgmap v6193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:44.946902+0000 mgr.y (mgr.14556) 7019 : cluster [DBG] pgmap v6193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:44.946902+0000 mgr.y (mgr.14556) 7019 : cluster [DBG] pgmap v6193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:46.947588+0000 mgr.y (mgr.14556) 7020 : cluster [DBG] pgmap v6194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:48.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:46.947588+0000 mgr.y (mgr.14556) 7020 : cluster [DBG] pgmap v6194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:46.947588+0000 mgr.y (mgr.14556) 7020 : cluster [DBG] pgmap v6194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:48.948013+0000 mgr.y (mgr.14556) 7021 : cluster [DBG] pgmap v6195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:48.948013+0000 mgr.y (mgr.14556) 7021 : cluster [DBG] pgmap v6195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:48.948013+0000 mgr.y (mgr.14556) 7021 : cluster [DBG] pgmap v6195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:11:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:50.948836+0000 mgr.y (mgr.14556) 7022 : cluster [DBG] pgmap v6196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:50.948836+0000 mgr.y (mgr.14556) 7022 : cluster [DBG] pgmap v6196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:50.948836+0000 mgr.y (mgr.14556) 7022 : cluster [DBG] pgmap v6196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:11:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:11:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:52.949245+0000 mgr.y (mgr.14556) 7023 : cluster [DBG] pgmap v6197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:52.949245+0000 mgr.y (mgr.14556) 7023 : cluster [DBG] pgmap v6197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:52.949245+0000 mgr.y (mgr.14556) 7023 : cluster [DBG] pgmap v6197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:54.949669+0000 mgr.y (mgr.14556) 7024 : cluster [DBG] pgmap v6198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:54.949669+0000 mgr.y (mgr.14556) 7024 : cluster [DBG] pgmap v6198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:54.949669+0000 mgr.y (mgr.14556) 7024 : cluster [DBG] pgmap v6198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:56.950523+0000 mgr.y (mgr.14556) 7025 : cluster [DBG] pgmap v6199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:56.950523+0000 mgr.y (mgr.14556) 7025 : cluster [DBG] pgmap v6199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:56.950523+0000 mgr.y (mgr.14556) 7025 : cluster [DBG] pgmap v6199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:11:58.618 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:11:58.906 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:11:58.906 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 60s ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 60s ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 60s ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 60s ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 60s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 60s ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 60s ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 60s ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 60s ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 60s ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 60s ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 60s ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 60s ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 60s ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 60s ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:11:58.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 60s ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:11:58.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 60s ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:11:58.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 60s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:11:58.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 60s ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:11:58.908 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 60s ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:11:59.259 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:11:59.260 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:11:59.260 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:11:59.260 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:11:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:11:58.607429+0000 mgr.y (mgr.14556) 7026 : audit [DBG] from='client.22029 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:11:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:11:58.607429+0000 mgr.y (mgr.14556) 7026 : audit [DBG] from='client.22029 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:11:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:11:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:11:58.607429+0000 mgr.y (mgr.14556) 7026 : audit [DBG] from='client.22029 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:12:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:11:58.899705+0000 mgr.y (mgr.14556) 7027 : audit [DBG] from='client.31949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:12:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:11:58.950872+0000 mgr.y (mgr.14556) 7028 : cluster [DBG] pgmap v6200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:11:59.192472+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:12:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:11:59.259753+0000 mon.c (mon.2) 197 : audit [DBG] from='client.? 172.21.15.23:0/1441835447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:12:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:11:59.501430+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:12:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:11:59.502104+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:12:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:11:59.508320+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:12:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:11:58.899705+0000 mgr.y (mgr.14556) 7027 : audit [DBG] from='client.31949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:12:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:11:58.950872+0000 mgr.y (mgr.14556) 7028 : cluster [DBG] pgmap v6200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:11:59.192472+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:12:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:11:59.259753+0000 mon.c (mon.2) 197 : audit [DBG] from='client.? 172.21.15.23:0/1441835447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:12:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:11:59.501430+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:12:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:11:59.502104+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:12:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:11:59.508320+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:12:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:11:58.899705+0000 mgr.y (mgr.14556) 7027 : audit [DBG] from='client.31949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:12:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:11:58.950872+0000 mgr.y (mgr.14556) 7028 : cluster [DBG] pgmap v6200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:11:59.192472+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:12:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:11:59.259753+0000 mon.c (mon.2) 197 : audit [DBG] from='client.? 172.21.15.23:0/1441835447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:12:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:11:59.501430+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:12:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:11:59.502104+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:12:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:11:59.508320+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:12:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:12:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:00.951709+0000 mgr.y (mgr.14556) 7029 : cluster [DBG] pgmap v6201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:00.951709+0000 mgr.y (mgr.14556) 7029 : cluster [DBG] pgmap v6201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:00.951709+0000 mgr.y (mgr.14556) 7029 : cluster [DBG] pgmap v6201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:04.041 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:12:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:12:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:02.952177+0000 mgr.y (mgr.14556) 7030 : cluster [DBG] pgmap v6202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:02.952177+0000 mgr.y (mgr.14556) 7030 : cluster [DBG] pgmap v6202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:02.952177+0000 mgr.y (mgr.14556) 7030 : cluster [DBG] pgmap v6202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:04.952603+0000 mgr.y (mgr.14556) 7031 : cluster [DBG] pgmap v6203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:04.952603+0000 mgr.y (mgr.14556) 7031 : cluster [DBG] pgmap v6203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:04.952603+0000 mgr.y (mgr.14556) 7031 : cluster [DBG] pgmap v6203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:06.953286+0000 mgr.y (mgr.14556) 7032 : cluster [DBG] pgmap v6204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:06.953286+0000 mgr.y (mgr.14556) 7032 : cluster [DBG] pgmap v6204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:06.953286+0000 mgr.y (mgr.14556) 7032 : cluster [DBG] pgmap v6204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:08.953797+0000 mgr.y (mgr.14556) 7033 : cluster [DBG] pgmap v6205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:08.953797+0000 mgr.y (mgr.14556) 7033 : cluster [DBG] pgmap v6205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:08.953797+0000 mgr.y (mgr.14556) 7033 : cluster [DBG] pgmap v6205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:12:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:10.954512+0000 mgr.y (mgr.14556) 7034 : cluster [DBG] pgmap v6206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:10.954512+0000 mgr.y (mgr.14556) 7034 : cluster [DBG] pgmap v6206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:10.954512+0000 mgr.y (mgr.14556) 7034 : cluster [DBG] pgmap v6206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:14.101 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:12:13] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:12:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:12.954985+0000 mgr.y (mgr.14556) 7035 : cluster [DBG] pgmap v6207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:12.954985+0000 mgr.y (mgr.14556) 7035 : cluster [DBG] pgmap v6207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:12.954985+0000 mgr.y (mgr.14556) 7035 : cluster [DBG] pgmap v6207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:14.955517+0000 mgr.y (mgr.14556) 7036 : cluster [DBG] pgmap v6208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:14.955517+0000 mgr.y (mgr.14556) 7036 : cluster [DBG] pgmap v6208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:14.955517+0000 mgr.y (mgr.14556) 7036 : cluster [DBG] pgmap v6208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:16.956203+0000 mgr.y (mgr.14556) 7037 : cluster [DBG] pgmap v6209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:16.956203+0000 mgr.y (mgr.14556) 7037 : cluster [DBG] pgmap v6209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:16.956203+0000 mgr.y (mgr.14556) 7037 : cluster [DBG] pgmap v6209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:18.956773+0000 mgr.y (mgr.14556) 7038 : cluster [DBG] pgmap v6210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:18.956773+0000 mgr.y (mgr.14556) 7038 : cluster [DBG] pgmap v6210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:18.956773+0000 mgr.y (mgr.14556) 7038 : cluster [DBG] pgmap v6210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:12:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:20.957563+0000 mgr.y (mgr.14556) 7039 : cluster [DBG] pgmap v6211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:20.957563+0000 mgr.y (mgr.14556) 7039 : cluster [DBG] pgmap v6211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:20.957563+0000 mgr.y (mgr.14556) 7039 : cluster [DBG] pgmap v6211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:12:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:12:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:22.958091+0000 mgr.y (mgr.14556) 7040 : cluster [DBG] pgmap v6212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:22.958091+0000 mgr.y (mgr.14556) 7040 : cluster [DBG] pgmap v6212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:22.958091+0000 mgr.y (mgr.14556) 7040 : cluster [DBG] pgmap v6212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:24.958514+0000 mgr.y (mgr.14556) 7041 : cluster [DBG] pgmap v6213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:24.958514+0000 mgr.y (mgr.14556) 7041 : cluster [DBG] pgmap v6213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:24.958514+0000 mgr.y (mgr.14556) 7041 : cluster [DBG] pgmap v6213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:26.959210+0000 mgr.y (mgr.14556) 7042 : cluster [DBG] pgmap v6214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:26.959210+0000 mgr.y (mgr.14556) 7042 : cluster [DBG] pgmap v6214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:26.959210+0000 mgr.y (mgr.14556) 7042 : cluster [DBG] pgmap v6214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:29.581 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:12:29.872 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:12:29.881 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 91s ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:12:29.881 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 90s ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:12:29.881 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 91s ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:12:29.881 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 90s ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:12:29.881 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 90s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:12:29.881 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 91s ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:12:29.881 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 91s ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:12:29.881 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 90s ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:12:29.882 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 91s ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:12:29.882 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 91s ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:12:29.882 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 90s ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:12:29.882 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 91s ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:12:29.882 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 91s ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:12:29.882 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 91s ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:12:29.882 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 91s ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:12:29.882 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 90s ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:12:29.882 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 90s ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:12:29.882 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 90s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:12:29.882 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 90s ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:12:29.882 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 90s ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:12:30.223 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:12:30.223 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:12:30.223 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:12:30.223 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:12:30.223 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:12:30.223 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:12:30.223 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:12:30.223 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:12:30.223 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:12:30.223 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:12:30.223 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:12:30.224 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:12:30.224 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:12:30.224 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:12:30.224 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:12:30.224 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:12:30.224 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:12:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:28.959690+0000 mgr.y (mgr.14556) 7043 : cluster [DBG] pgmap v6215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:12:29.570474+0000 mgr.y (mgr.14556) 7044 : audit [DBG] from='client.22047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:12:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:28.959690+0000 mgr.y (mgr.14556) 7043 : cluster [DBG] pgmap v6215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:12:29.570474+0000 mgr.y (mgr.14556) 7044 : audit [DBG] from='client.22047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:12:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:28.959690+0000 mgr.y (mgr.14556) 7043 : cluster [DBG] pgmap v6215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:30.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:12:29.570474+0000 mgr.y (mgr.14556) 7044 : audit [DBG] from='client.22047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:12:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:12:29.865589+0000 mgr.y (mgr.14556) 7045 : audit [DBG] from='client.31967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:12:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:12:30.224058+0000 mon.c (mon.2) 198 : audit [DBG] from='client.? 172.21.15.23:0/2630077529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:12:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:12:29.865589+0000 mgr.y (mgr.14556) 7045 : audit [DBG] from='client.31967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:12:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:12:30.224058+0000 mon.c (mon.2) 198 : audit [DBG] from='client.? 172.21.15.23:0/2630077529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:12:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:12:29.865589+0000 mgr.y (mgr.14556) 7045 : audit [DBG] from='client.31967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:12:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:12:30.224058+0000 mon.c (mon.2) 198 : audit [DBG] from='client.? 172.21.15.23:0/2630077529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:12:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:12:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:30.960360+0000 mgr.y (mgr.14556) 7046 : cluster [DBG] pgmap v6216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:30.960360+0000 mgr.y (mgr.14556) 7046 : cluster [DBG] pgmap v6216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:30.960360+0000 mgr.y (mgr.14556) 7046 : cluster [DBG] pgmap v6216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:12:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:12:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:32.960827+0000 mgr.y (mgr.14556) 7047 : cluster [DBG] pgmap v6217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:34.636 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:32.960827+0000 mgr.y (mgr.14556) 7047 : cluster [DBG] pgmap v6217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:32.960827+0000 mgr.y (mgr.14556) 7047 : cluster [DBG] pgmap v6217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:34.961361+0000 mgr.y (mgr.14556) 7048 : cluster [DBG] pgmap v6218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:34.961361+0000 mgr.y (mgr.14556) 7048 : cluster [DBG] pgmap v6218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:34.961361+0000 mgr.y (mgr.14556) 7048 : cluster [DBG] pgmap v6218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:36.961992+0000 mgr.y (mgr.14556) 7049 : cluster [DBG] pgmap v6219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:36.961992+0000 mgr.y (mgr.14556) 7049 : cluster [DBG] pgmap v6219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:36.961992+0000 mgr.y (mgr.14556) 7049 : cluster [DBG] pgmap v6219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:38.962433+0000 mgr.y (mgr.14556) 7050 : cluster [DBG] pgmap v6220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:38.962433+0000 mgr.y (mgr.14556) 7050 : cluster [DBG] pgmap v6220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:38.962433+0000 mgr.y (mgr.14556) 7050 : cluster [DBG] pgmap v6220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:12:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:40.963068+0000 mgr.y (mgr.14556) 7051 : cluster [DBG] pgmap v6221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:40.963068+0000 mgr.y (mgr.14556) 7051 : cluster [DBG] pgmap v6221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:40.963068+0000 mgr.y (mgr.14556) 7051 : cluster [DBG] pgmap v6221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:12:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T10:12:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:42.963439+0000 mgr.y (mgr.14556) 7052 : cluster [DBG] pgmap v6222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:42.963439+0000 mgr.y (mgr.14556) 7052 : cluster [DBG] pgmap v6222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:42.963439+0000 mgr.y (mgr.14556) 7052 : cluster [DBG] pgmap v6222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:44.963844+0000 mgr.y (mgr.14556) 7053 : cluster [DBG] pgmap v6223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:44.963844+0000 mgr.y (mgr.14556) 7053 : cluster [DBG] pgmap v6223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:44.963844+0000 mgr.y (mgr.14556) 7053 : cluster [DBG] pgmap v6223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:46.964585+0000 mgr.y (mgr.14556) 7054 : cluster [DBG] pgmap v6224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:46.964585+0000 mgr.y (mgr.14556) 7054 : cluster [DBG] pgmap v6224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:46.964585+0000 mgr.y (mgr.14556) 7054 : cluster [DBG] pgmap v6224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:48.965135+0000 mgr.y (mgr.14556) 7055 : cluster [DBG] pgmap v6225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:48.965135+0000 mgr.y (mgr.14556) 7055 : cluster [DBG] pgmap v6225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:48.965135+0000 mgr.y (mgr.14556) 7055 : cluster [DBG] pgmap v6225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:12:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:50.965792+0000 mgr.y (mgr.14556) 7056 : cluster [DBG] pgmap v6226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:50.965792+0000 mgr.y (mgr.14556) 7056 : cluster [DBG] pgmap v6226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:50.965792+0000 mgr.y (mgr.14556) 7056 : cluster [DBG] pgmap v6226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:12:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:12:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:52.966280+0000 mgr.y (mgr.14556) 7057 : cluster [DBG] pgmap v6227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:52.966280+0000 mgr.y (mgr.14556) 7057 : cluster [DBG] pgmap v6227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:52.966280+0000 mgr.y (mgr.14556) 7057 : cluster [DBG] pgmap v6227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:54.966736+0000 mgr.y (mgr.14556) 7058 : cluster [DBG] pgmap v6228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:54.966736+0000 mgr.y (mgr.14556) 7058 : cluster [DBG] pgmap v6228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:54.966736+0000 mgr.y (mgr.14556) 7058 : cluster [DBG] pgmap v6228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:12:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:56.967514+0000 mgr.y (mgr.14556) 7059 : cluster [DBG] pgmap v6229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:12:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:56.967514+0000 mgr.y (mgr.14556) 7059 : cluster [DBG] pgmap v6229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:12:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:12:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:56.967514+0000 mgr.y (mgr.14556) 7059 : cluster [DBG] pgmap v6229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:00.542 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:13:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:12:58.967829+0000 mgr.y (mgr.14556) 7060 : cluster [DBG] pgmap v6230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:12:59.512736+0000 mon.a (mon.0) 1976 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:13:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:12:59.816503+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:13:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:12:59.817156+0000 mon.a (mon.0) 1978 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:13:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:12:59.825847+0000 mon.a (mon.0) 1979 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:13:00.830 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 2m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 2m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 2m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 2m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 2m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 2m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 2m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 2m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 2m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 2m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 2m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 2m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 2m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:13:00.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 2m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:13:00.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 2m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:13:00.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 2m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:13:00.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 2m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:13:00.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 2m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:13:00.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 2m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:13:00.832 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 2m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:13:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:12:58.967829+0000 mgr.y (mgr.14556) 7060 : cluster [DBG] pgmap v6230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:12:59.512736+0000 mon.a (mon.0) 1976 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:13:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:12:59.816503+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:13:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:12:59.817156+0000 mon.a (mon.0) 1978 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:13:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:12:59.825847+0000 mon.a (mon.0) 1979 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:13:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:12:58.967829+0000 mgr.y (mgr.14556) 7060 : cluster [DBG] pgmap v6230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:12:59.512736+0000 mon.a (mon.0) 1976 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:13:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:12:59.816503+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:13:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:12:59.817156+0000 mon.a (mon.0) 1978 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:13:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:12:59.825847+0000 mon.a (mon.0) 1979 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:13:01.180 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:13:01.180 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:13:01.180 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:13:01.180 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:13:01.181 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:13:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:13:00.531434+0000 mgr.y (mgr.14556) 7061 : audit [DBG] from='client.22065 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:13:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:13:01.181545+0000 mon.a (mon.0) 1980 : audit [DBG] from='client.? 172.21.15.23:0/533406242' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:13:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:13:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:13:00.531434+0000 mgr.y (mgr.14556) 7061 : audit [DBG] from='client.22065 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:13:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:13:01.181545+0000 mon.a (mon.0) 1980 : audit [DBG] from='client.? 172.21.15.23:0/533406242' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:13:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:13:00.531434+0000 mgr.y (mgr.14556) 7061 : audit [DBG] from='client.22065 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:13:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:13:01.181545+0000 mon.a (mon.0) 1980 : audit [DBG] from='client.? 172.21.15.23:0/533406242' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:13:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:13:00.820727+0000 mgr.y (mgr.14556) 7062 : audit [DBG] from='client.31985 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:13:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:00.968380+0000 mgr.y (mgr.14556) 7063 : cluster [DBG] pgmap v6231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:13:00.820727+0000 mgr.y (mgr.14556) 7062 : audit [DBG] from='client.31985 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:13:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:00.968380+0000 mgr.y (mgr.14556) 7063 : cluster [DBG] pgmap v6231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:13:00.820727+0000 mgr.y (mgr.14556) 7062 : audit [DBG] from='client.31985 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:13:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:00.968380+0000 mgr.y (mgr.14556) 7063 : cluster [DBG] pgmap v6231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:13:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:13:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:02.968734+0000 mgr.y (mgr.14556) 7064 : cluster [DBG] pgmap v6232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:02.968734+0000 mgr.y (mgr.14556) 7064 : cluster [DBG] pgmap v6232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:02.968734+0000 mgr.y (mgr.14556) 7064 : cluster [DBG] pgmap v6232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:04.969207+0000 mgr.y (mgr.14556) 7065 : cluster [DBG] pgmap v6233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:04.969207+0000 mgr.y (mgr.14556) 7065 : cluster [DBG] pgmap v6233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:04.969207+0000 mgr.y (mgr.14556) 7065 : cluster [DBG] pgmap v6233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:06.969860+0000 mgr.y (mgr.14556) 7066 : cluster [DBG] pgmap v6234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:06.969860+0000 mgr.y (mgr.14556) 7066 : cluster [DBG] pgmap v6234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:06.969860+0000 mgr.y (mgr.14556) 7066 : cluster [DBG] pgmap v6234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:08.970305+0000 mgr.y (mgr.14556) 7067 : cluster [DBG] pgmap v6235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:08.970305+0000 mgr.y (mgr.14556) 7067 : cluster [DBG] pgmap v6235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:08.970305+0000 mgr.y (mgr.14556) 7067 : cluster [DBG] pgmap v6235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:13:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:10.971021+0000 mgr.y (mgr.14556) 7068 : cluster [DBG] pgmap v6236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:10.971021+0000 mgr.y (mgr.14556) 7068 : cluster [DBG] pgmap v6236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:10.971021+0000 mgr.y (mgr.14556) 7068 : cluster [DBG] pgmap v6236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:13:13] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:13:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:12.971517+0000 mgr.y (mgr.14556) 7069 : cluster [DBG] pgmap v6237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:12.971517+0000 mgr.y (mgr.14556) 7069 : cluster [DBG] pgmap v6237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:12.971517+0000 mgr.y (mgr.14556) 7069 : cluster [DBG] pgmap v6237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:14.971920+0000 mgr.y (mgr.14556) 7070 : cluster [DBG] pgmap v6238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:14.971920+0000 mgr.y (mgr.14556) 7070 : cluster [DBG] pgmap v6238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:14.971920+0000 mgr.y (mgr.14556) 7070 : cluster [DBG] pgmap v6238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:16.972638+0000 mgr.y (mgr.14556) 7071 : cluster [DBG] pgmap v6239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:16.972638+0000 mgr.y (mgr.14556) 7071 : cluster [DBG] pgmap v6239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:16.972638+0000 mgr.y (mgr.14556) 7071 : cluster [DBG] pgmap v6239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:18.973259+0000 mgr.y (mgr.14556) 7072 : cluster [DBG] pgmap v6240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:18.973259+0000 mgr.y (mgr.14556) 7072 : cluster [DBG] pgmap v6240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:18.973259+0000 mgr.y (mgr.14556) 7072 : cluster [DBG] pgmap v6240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:13:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:20.974101+0000 mgr.y (mgr.14556) 7073 : cluster [DBG] pgmap v6241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:20.974101+0000 mgr.y (mgr.14556) 7073 : cluster [DBG] pgmap v6241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:20.974101+0000 mgr.y (mgr.14556) 7073 : cluster [DBG] pgmap v6241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:13:23] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:13:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:22.974676+0000 mgr.y (mgr.14556) 7074 : cluster [DBG] pgmap v6242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:22.974676+0000 mgr.y (mgr.14556) 7074 : cluster [DBG] pgmap v6242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:22.974676+0000 mgr.y (mgr.14556) 7074 : cluster [DBG] pgmap v6242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:24.975177+0000 mgr.y (mgr.14556) 7075 : cluster [DBG] pgmap v6243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:24.975177+0000 mgr.y (mgr.14556) 7075 : cluster [DBG] pgmap v6243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:24.975177+0000 mgr.y (mgr.14556) 7075 : cluster [DBG] pgmap v6243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:26.975998+0000 mgr.y (mgr.14556) 7076 : cluster [DBG] pgmap v6244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:26.975998+0000 mgr.y (mgr.14556) 7076 : cluster [DBG] pgmap v6244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:26.975998+0000 mgr.y (mgr.14556) 7076 : cluster [DBG] pgmap v6244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:30.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:28.976447+0000 mgr.y (mgr.14556) 7077 : cluster [DBG] pgmap v6245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:28.976447+0000 mgr.y (mgr.14556) 7077 : cluster [DBG] pgmap v6245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:28.976447+0000 mgr.y (mgr.14556) 7077 : cluster [DBG] pgmap v6245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:31.506 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:13:31.794 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:13:31.794 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 2m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:13:31.795 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 2m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:13:31.795 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 2m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:13:31.795 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 2m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:13:31.795 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 2m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:13:31.795 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 2m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:13:31.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 2m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:13:31.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 2m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:13:31.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 2m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:13:31.795 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 2m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:13:31.795 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 2m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:13:31.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 2m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:13:31.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 2m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:13:31.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 2m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:13:31.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 2m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:13:31.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 2m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:13:31.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 2m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:13:31.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 2m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:13:31.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 2m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:13:31.796 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 2m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:13:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:13:32.145 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:13:32.146 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:13:32.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:13:32.147 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:13:32.147 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:13:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:30.977195+0000 mgr.y (mgr.14556) 7078 : cluster [DBG] pgmap v6246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:13:31.495564+0000 mgr.y (mgr.14556) 7079 : audit [DBG] from='client.22083 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:13:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:13:32.146582+0000 mon.c (mon.2) 199 : audit [DBG] from='client.? 172.21.15.23:0/153145205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:13:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:30.977195+0000 mgr.y (mgr.14556) 7078 : cluster [DBG] pgmap v6246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:13:31.495564+0000 mgr.y (mgr.14556) 7079 : audit [DBG] from='client.22083 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:13:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:13:32.146582+0000 mon.c (mon.2) 199 : audit [DBG] from='client.? 172.21.15.23:0/153145205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:13:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:30.977195+0000 mgr.y (mgr.14556) 7078 : cluster [DBG] pgmap v6246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:13:31.495564+0000 mgr.y (mgr.14556) 7079 : audit [DBG] from='client.22083 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:13:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:13:32.146582+0000 mon.c (mon.2) 199 : audit [DBG] from='client.? 172.21.15.23:0/153145205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:13:33.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:13:33] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:13:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:13:31.787452+0000 mgr.y (mgr.14556) 7080 : audit [DBG] from='client.22089 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:13:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:13:31.787452+0000 mgr.y (mgr.14556) 7080 : audit [DBG] from='client.22089 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:13:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:13:31.787452+0000 mgr.y (mgr.14556) 7080 : audit [DBG] from='client.22089 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:13:34.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:32.977615+0000 mgr.y (mgr.14556) 7081 : cluster [DBG] pgmap v6247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:32.977615+0000 mgr.y (mgr.14556) 7081 : cluster [DBG] pgmap v6247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:32.977615+0000 mgr.y (mgr.14556) 7081 : cluster [DBG] pgmap v6247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:34.977985+0000 mgr.y (mgr.14556) 7082 : cluster [DBG] pgmap v6248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:34.977985+0000 mgr.y (mgr.14556) 7082 : cluster [DBG] pgmap v6248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:34.977985+0000 mgr.y (mgr.14556) 7082 : cluster [DBG] pgmap v6248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:36.978682+0000 mgr.y (mgr.14556) 7083 : cluster [DBG] pgmap v6249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:36.978682+0000 mgr.y (mgr.14556) 7083 : cluster [DBG] pgmap v6249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:36.978682+0000 mgr.y (mgr.14556) 7083 : cluster [DBG] pgmap v6249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:38.979244+0000 mgr.y (mgr.14556) 7084 : cluster [DBG] pgmap v6250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:38.979244+0000 mgr.y (mgr.14556) 7084 : cluster [DBG] pgmap v6250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:40.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:38.979244+0000 mgr.y (mgr.14556) 7084 : cluster [DBG] pgmap v6250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:13:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:40.979901+0000 mgr.y (mgr.14556) 7085 : cluster [DBG] pgmap v6251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:40.979901+0000 mgr.y (mgr.14556) 7085 : cluster [DBG] pgmap v6251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:40.979901+0000 mgr.y (mgr.14556) 7085 : cluster [DBG] pgmap v6251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:13:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:13:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:42.980302+0000 mgr.y (mgr.14556) 7086 : cluster [DBG] pgmap v6252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:42.980302+0000 mgr.y (mgr.14556) 7086 : cluster [DBG] pgmap v6252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:42.980302+0000 mgr.y (mgr.14556) 7086 : cluster [DBG] pgmap v6252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:44.980873+0000 mgr.y (mgr.14556) 7087 : cluster [DBG] pgmap v6253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:44.980873+0000 mgr.y (mgr.14556) 7087 : cluster [DBG] pgmap v6253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:44.980873+0000 mgr.y (mgr.14556) 7087 : cluster [DBG] pgmap v6253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:46.981594+0000 mgr.y (mgr.14556) 7088 : cluster [DBG] pgmap v6254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:46.981594+0000 mgr.y (mgr.14556) 7088 : cluster [DBG] pgmap v6254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:46.981594+0000 mgr.y (mgr.14556) 7088 : cluster [DBG] pgmap v6254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:48.982066+0000 mgr.y (mgr.14556) 7089 : cluster [DBG] pgmap v6255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:48.982066+0000 mgr.y (mgr.14556) 7089 : cluster [DBG] pgmap v6255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:48.982066+0000 mgr.y (mgr.14556) 7089 : cluster [DBG] pgmap v6255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:13:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:50.982890+0000 mgr.y (mgr.14556) 7090 : cluster [DBG] pgmap v6256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:50.982890+0000 mgr.y (mgr.14556) 7090 : cluster [DBG] pgmap v6256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:50.982890+0000 mgr.y (mgr.14556) 7090 : cluster [DBG] pgmap v6256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:13:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:13:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:52.983339+0000 mgr.y (mgr.14556) 7091 : cluster [DBG] pgmap v6257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:52.983339+0000 mgr.y (mgr.14556) 7091 : cluster [DBG] pgmap v6257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:52.983339+0000 mgr.y (mgr.14556) 7091 : cluster [DBG] pgmap v6257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:54.983774+0000 mgr.y (mgr.14556) 7092 : cluster [DBG] pgmap v6258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:54.983774+0000 mgr.y (mgr.14556) 7092 : cluster [DBG] pgmap v6258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:54.983774+0000 mgr.y (mgr.14556) 7092 : cluster [DBG] pgmap v6258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:56.984464+0000 mgr.y (mgr.14556) 7093 : cluster [DBG] pgmap v6259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:56.984464+0000 mgr.y (mgr.14556) 7093 : cluster [DBG] pgmap v6259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:13:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:13:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:56.984464+0000 mgr.y (mgr.14556) 7093 : cluster [DBG] pgmap v6259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:13:58.984867+0000 mgr.y (mgr.14556) 7094 : cluster [DBG] pgmap v6260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:13:59.830882+0000 mon.a (mon.0) 1981 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:14:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:13:58.984867+0000 mgr.y (mgr.14556) 7094 : cluster [DBG] pgmap v6260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:13:59.830882+0000 mon.a (mon.0) 1981 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:14:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:13:58.984867+0000 mgr.y (mgr.14556) 7094 : cluster [DBG] pgmap v6260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:13:59.830882+0000 mon.a (mon.0) 1981 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:14:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:14:00.085466+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:14:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:14:00.088703+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:14:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:14:00.379999+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:14:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:14:00.380654+0000 mon.a (mon.0) 1985 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:14:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:14:00.386442+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:14:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:14:00.085466+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:14:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:14:00.088703+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:14:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:14:00.379999+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:14:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:14:00.380654+0000 mon.a (mon.0) 1985 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:14:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:14:00.386442+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:14:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:14:00.085466+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:14:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:14:00.088703+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:14:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:14:00.379999+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:14:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:14:00.380654+0000 mon.a (mon.0) 1985 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:14:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:14:00.386442+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:14:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:14:02.472 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:14:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:00.985680+0000 mgr.y (mgr.14556) 7095 : cluster [DBG] pgmap v6261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:14:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 3m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:14:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 3m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:14:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 3m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:14:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 3m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:14:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 3m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:14:02.761 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 3m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 3m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 3m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 3m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 3m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 3m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 3m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 3m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 3m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 3m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 3m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 3m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 3m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 3m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:14:02.762 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 3m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:14:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:00.985680+0000 mgr.y (mgr.14556) 7095 : cluster [DBG] pgmap v6261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:02.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:00.985680+0000 mgr.y (mgr.14556) 7095 : cluster [DBG] pgmap v6261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:03.113 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:14:03.113 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:14:03.113 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:14:03.113 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:14:03.113 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:14:03.113 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:14:03.113 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:14:03.113 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:14:03.113 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:14:03.114 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:14:03.114 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:14:03.114 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:14:03.114 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:14:03.114 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:14:03.114 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:14:03.114 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:14:03.114 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:14:03.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:14:02.460754+0000 mgr.y (mgr.14556) 7096 : audit [DBG] from='client.32015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:14:03.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:14:03.114005+0000 mon.a (mon.0) 1987 : audit [DBG] from='client.? 172.21.15.23:0/3512266235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:14:03.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:14:02.460754+0000 mgr.y (mgr.14556) 7096 : audit [DBG] from='client.32015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:14:03.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:14:03.114005+0000 mon.a (mon.0) 1987 : audit [DBG] from='client.? 172.21.15.23:0/3512266235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:14:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:14:02.460754+0000 mgr.y (mgr.14556) 7096 : audit [DBG] from='client.32015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:14:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:14:03.114005+0000 mon.a (mon.0) 1987 : audit [DBG] from='client.? 172.21.15.23:0/3512266235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:14:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:14:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:14:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:14:02.754074+0000 mgr.y (mgr.14556) 7097 : audit [DBG] from='client.22107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:14:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:02.986023+0000 mgr.y (mgr.14556) 7098 : cluster [DBG] pgmap v6262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:14:02.754074+0000 mgr.y (mgr.14556) 7097 : audit [DBG] from='client.22107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:14:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:02.986023+0000 mgr.y (mgr.14556) 7098 : cluster [DBG] pgmap v6262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:14:02.754074+0000 mgr.y (mgr.14556) 7097 : audit [DBG] from='client.22107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:14:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:02.986023+0000 mgr.y (mgr.14556) 7098 : cluster [DBG] pgmap v6262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:04.986381+0000 mgr.y (mgr.14556) 7099 : cluster [DBG] pgmap v6263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:04.986381+0000 mgr.y (mgr.14556) 7099 : cluster [DBG] pgmap v6263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:04.986381+0000 mgr.y (mgr.14556) 7099 : cluster [DBG] pgmap v6263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:06.987133+0000 mgr.y (mgr.14556) 7100 : cluster [DBG] pgmap v6264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:06.987133+0000 mgr.y (mgr.14556) 7100 : cluster [DBG] pgmap v6264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:06.987133+0000 mgr.y (mgr.14556) 7100 : cluster [DBG] pgmap v6264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:08.987570+0000 mgr.y (mgr.14556) 7101 : cluster [DBG] pgmap v6265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:08.987570+0000 mgr.y (mgr.14556) 7101 : cluster [DBG] pgmap v6265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:08.987570+0000 mgr.y (mgr.14556) 7101 : cluster [DBG] pgmap v6265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:14:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:10.988416+0000 mgr.y (mgr.14556) 7102 : cluster [DBG] pgmap v6266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:10.988416+0000 mgr.y (mgr.14556) 7102 : cluster [DBG] pgmap v6266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:10.988416+0000 mgr.y (mgr.14556) 7102 : cluster [DBG] pgmap v6266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:14:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:14:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:12.988928+0000 mgr.y (mgr.14556) 7103 : cluster [DBG] pgmap v6267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:12.988928+0000 mgr.y (mgr.14556) 7103 : cluster [DBG] pgmap v6267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:12.988928+0000 mgr.y (mgr.14556) 7103 : cluster [DBG] pgmap v6267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:14.989541+0000 mgr.y (mgr.14556) 7104 : cluster [DBG] pgmap v6268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:14.989541+0000 mgr.y (mgr.14556) 7104 : cluster [DBG] pgmap v6268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:14.989541+0000 mgr.y (mgr.14556) 7104 : cluster [DBG] pgmap v6268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:16.990361+0000 mgr.y (mgr.14556) 7105 : cluster [DBG] pgmap v6269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:16.990361+0000 mgr.y (mgr.14556) 7105 : cluster [DBG] pgmap v6269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:16.990361+0000 mgr.y (mgr.14556) 7105 : cluster [DBG] pgmap v6269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:18.990780+0000 mgr.y (mgr.14556) 7106 : cluster [DBG] pgmap v6270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:18.990780+0000 mgr.y (mgr.14556) 7106 : cluster [DBG] pgmap v6270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:18.990780+0000 mgr.y (mgr.14556) 7106 : cluster [DBG] pgmap v6270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:14:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:20.991623+0000 mgr.y (mgr.14556) 7107 : cluster [DBG] pgmap v6271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:20.991623+0000 mgr.y (mgr.14556) 7107 : cluster [DBG] pgmap v6271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:20.991623+0000 mgr.y (mgr.14556) 7107 : cluster [DBG] pgmap v6271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:14:23] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:14:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:22.992181+0000 mgr.y (mgr.14556) 7108 : cluster [DBG] pgmap v6272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:22.992181+0000 mgr.y (mgr.14556) 7108 : cluster [DBG] pgmap v6272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:22.992181+0000 mgr.y (mgr.14556) 7108 : cluster [DBG] pgmap v6272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:26.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:24.992666+0000 mgr.y (mgr.14556) 7109 : cluster [DBG] pgmap v6273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:26.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:24.992666+0000 mgr.y (mgr.14556) 7109 : cluster [DBG] pgmap v6273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:24.992666+0000 mgr.y (mgr.14556) 7109 : cluster [DBG] pgmap v6273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:26.993559+0000 mgr.y (mgr.14556) 7110 : cluster [DBG] pgmap v6274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:26.993559+0000 mgr.y (mgr.14556) 7110 : cluster [DBG] pgmap v6274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:26.993559+0000 mgr.y (mgr.14556) 7110 : cluster [DBG] pgmap v6274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:30.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:28.993925+0000 mgr.y (mgr.14556) 7111 : cluster [DBG] pgmap v6275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:28.993925+0000 mgr.y (mgr.14556) 7111 : cluster [DBG] pgmap v6275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:28.993925+0000 mgr.y (mgr.14556) 7111 : cluster [DBG] pgmap v6275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:14:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:30.994711+0000 mgr.y (mgr.14556) 7112 : cluster [DBG] pgmap v6276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:30.994711+0000 mgr.y (mgr.14556) 7112 : cluster [DBG] pgmap v6276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:30.994711+0000 mgr.y (mgr.14556) 7112 : cluster [DBG] pgmap v6276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:33.437 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:14:33.728 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:14:33.728 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 3m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:14:33.728 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 3m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:14:33.728 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 3m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:14:33.728 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 3m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:14:33.728 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 3m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:14:33.728 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 3m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 3m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 3m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 3m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 3m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 3m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 3m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 3m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 3m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 3m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 3m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 3m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 3m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 3m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:14:33.729 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 3m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:14:34.078 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:14:34.078 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:14:34.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:14:34.078 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:14:34.078 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:14:34.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:14:34.078 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:14:34.078 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:14:34.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:14:34.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:14:34.079 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:14:34.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:14:34.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:14:34.079 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:14:34.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:14:34.079 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:14:34.079 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:14:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:14:33] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:14:34.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:32.995276+0000 mgr.y (mgr.14556) 7113 : cluster [DBG] pgmap v6277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:14:33.426847+0000 mgr.y (mgr.14556) 7114 : audit [DBG] from='client.22119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:14:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:14:33.721398+0000 mgr.y (mgr.14556) 7115 : audit [DBG] from='client.22125 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:14:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:14:34.078958+0000 mon.c (mon.2) 200 : audit [DBG] from='client.? 172.21.15.23:0/4236412586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:14:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:32.995276+0000 mgr.y (mgr.14556) 7113 : cluster [DBG] pgmap v6277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:14:33.426847+0000 mgr.y (mgr.14556) 7114 : audit [DBG] from='client.22119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:14:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:14:33.721398+0000 mgr.y (mgr.14556) 7115 : audit [DBG] from='client.22125 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:14:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:14:34.078958+0000 mon.c (mon.2) 200 : audit [DBG] from='client.? 172.21.15.23:0/4236412586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:14:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:32.995276+0000 mgr.y (mgr.14556) 7113 : cluster [DBG] pgmap v6277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:14:33.426847+0000 mgr.y (mgr.14556) 7114 : audit [DBG] from='client.22119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:14:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:14:33.721398+0000 mgr.y (mgr.14556) 7115 : audit [DBG] from='client.22125 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:14:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:14:34.078958+0000 mon.c (mon.2) 200 : audit [DBG] from='client.? 172.21.15.23:0/4236412586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:14:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:34.995794+0000 mgr.y (mgr.14556) 7116 : cluster [DBG] pgmap v6278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:34.995794+0000 mgr.y (mgr.14556) 7116 : cluster [DBG] pgmap v6278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:34.995794+0000 mgr.y (mgr.14556) 7116 : cluster [DBG] pgmap v6278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:36.996464+0000 mgr.y (mgr.14556) 7117 : cluster [DBG] pgmap v6279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:36.996464+0000 mgr.y (mgr.14556) 7117 : cluster [DBG] pgmap v6279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:36.996464+0000 mgr.y (mgr.14556) 7117 : cluster [DBG] pgmap v6279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:38.996998+0000 mgr.y (mgr.14556) 7118 : cluster [DBG] pgmap v6280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:38.996998+0000 mgr.y (mgr.14556) 7118 : cluster [DBG] pgmap v6280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:40.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:38.996998+0000 mgr.y (mgr.14556) 7118 : cluster [DBG] pgmap v6280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:14:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:40.997763+0000 mgr.y (mgr.14556) 7119 : cluster [DBG] pgmap v6281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:40.997763+0000 mgr.y (mgr.14556) 7119 : cluster [DBG] pgmap v6281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:40.997763+0000 mgr.y (mgr.14556) 7119 : cluster [DBG] pgmap v6281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:14:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:14:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:42.998194+0000 mgr.y (mgr.14556) 7120 : cluster [DBG] pgmap v6282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:42.998194+0000 mgr.y (mgr.14556) 7120 : cluster [DBG] pgmap v6282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:42.998194+0000 mgr.y (mgr.14556) 7120 : cluster [DBG] pgmap v6282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:44.998596+0000 mgr.y (mgr.14556) 7121 : cluster [DBG] pgmap v6283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:44.998596+0000 mgr.y (mgr.14556) 7121 : cluster [DBG] pgmap v6283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:44.998596+0000 mgr.y (mgr.14556) 7121 : cluster [DBG] pgmap v6283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:46.999218+0000 mgr.y (mgr.14556) 7122 : cluster [DBG] pgmap v6284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:46.999218+0000 mgr.y (mgr.14556) 7122 : cluster [DBG] pgmap v6284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:46.999218+0000 mgr.y (mgr.14556) 7122 : cluster [DBG] pgmap v6284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:48.999781+0000 mgr.y (mgr.14556) 7123 : cluster [DBG] pgmap v6285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:48.999781+0000 mgr.y (mgr.14556) 7123 : cluster [DBG] pgmap v6285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:48.999781+0000 mgr.y (mgr.14556) 7123 : cluster [DBG] pgmap v6285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:14:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:51.000632+0000 mgr.y (mgr.14556) 7124 : cluster [DBG] pgmap v6286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:51.000632+0000 mgr.y (mgr.14556) 7124 : cluster [DBG] pgmap v6286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:51.000632+0000 mgr.y (mgr.14556) 7124 : cluster [DBG] pgmap v6286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:14:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:14:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:53.001115+0000 mgr.y (mgr.14556) 7125 : cluster [DBG] pgmap v6287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:53.001115+0000 mgr.y (mgr.14556) 7125 : cluster [DBG] pgmap v6287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:53.001115+0000 mgr.y (mgr.14556) 7125 : cluster [DBG] pgmap v6287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:55.001662+0000 mgr.y (mgr.14556) 7126 : cluster [DBG] pgmap v6288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:55.001662+0000 mgr.y (mgr.14556) 7126 : cluster [DBG] pgmap v6288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:55.001662+0000 mgr.y (mgr.14556) 7126 : cluster [DBG] pgmap v6288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:57.002433+0000 mgr.y (mgr.14556) 7127 : cluster [DBG] pgmap v6289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:57.002433+0000 mgr.y (mgr.14556) 7127 : cluster [DBG] pgmap v6289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:14:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:14:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:57.002433+0000 mgr.y (mgr.14556) 7127 : cluster [DBG] pgmap v6289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:14:59.002778+0000 mgr.y (mgr.14556) 7128 : cluster [DBG] pgmap v6290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:15:00.390702+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:15:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:15:00.696517+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:15:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:15:00.697144+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:15:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:15:00.705797+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:15:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:14:59.002778+0000 mgr.y (mgr.14556) 7128 : cluster [DBG] pgmap v6290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:15:00.390702+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:15:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:15:00.696517+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:15:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:15:00.697144+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:15:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:15:00.705797+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:15:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:14:59.002778+0000 mgr.y (mgr.14556) 7128 : cluster [DBG] pgmap v6290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:15:00.390702+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:15:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:15:00.696517+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:15:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:15:00.697144+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:15:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:15:00.705797+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:15:01.810 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:15:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:01.003333+0000 mgr.y (mgr.14556) 7129 : cluster [DBG] pgmap v6291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:01.003333+0000 mgr.y (mgr.14556) 7129 : cluster [DBG] pgmap v6291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:02.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:01.003333+0000 mgr.y (mgr.14556) 7129 : cluster [DBG] pgmap v6291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:04.069 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:15:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:15:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:03.003663+0000 mgr.y (mgr.14556) 7130 : cluster [DBG] pgmap v6292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:03.003663+0000 mgr.y (mgr.14556) 7130 : cluster [DBG] pgmap v6292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:04.403 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:15:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:03.003663+0000 mgr.y (mgr.14556) 7130 : cluster [DBG] pgmap v6292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:04.710 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:15:04.710 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:15:04.710 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:15:04.710 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 4m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 4m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 4m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:15:04.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:15:04.712 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:15:04.712 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:15:04.712 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:15:05.058 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:15:05.058 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:15:05.058 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:15:05.059 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:15:05.060 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:15:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:15:04.392684+0000 mgr.y (mgr.14556) 7131 : audit [DBG] from='client.22137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:15:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:15:04.703410+0000 mgr.y (mgr.14556) 7132 : audit [DBG] from='client.22143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:15:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:15:05.059488+0000 mon.c (mon.2) 201 : audit [DBG] from='client.? 172.21.15.23:0/590102112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:15:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:15:04.392684+0000 mgr.y (mgr.14556) 7131 : audit [DBG] from='client.22137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:15:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:15:04.703410+0000 mgr.y (mgr.14556) 7132 : audit [DBG] from='client.22143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:15:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:15:05.059488+0000 mon.c (mon.2) 201 : audit [DBG] from='client.? 172.21.15.23:0/590102112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:15:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:15:04.392684+0000 mgr.y (mgr.14556) 7131 : audit [DBG] from='client.22137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:15:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:15:04.703410+0000 mgr.y (mgr.14556) 7132 : audit [DBG] from='client.22143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:15:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:15:05.059488+0000 mon.c (mon.2) 201 : audit [DBG] from='client.? 172.21.15.23:0/590102112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:15:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:05.003971+0000 mgr.y (mgr.14556) 7133 : cluster [DBG] pgmap v6293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:05.003971+0000 mgr.y (mgr.14556) 7133 : cluster [DBG] pgmap v6293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:05.003971+0000 mgr.y (mgr.14556) 7133 : cluster [DBG] pgmap v6293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:07.004642+0000 mgr.y (mgr.14556) 7134 : cluster [DBG] pgmap v6294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:07.004642+0000 mgr.y (mgr.14556) 7134 : cluster [DBG] pgmap v6294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:07.004642+0000 mgr.y (mgr.14556) 7134 : cluster [DBG] pgmap v6294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:09.005047+0000 mgr.y (mgr.14556) 7135 : cluster [DBG] pgmap v6295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:09.005047+0000 mgr.y (mgr.14556) 7135 : cluster [DBG] pgmap v6295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:09.005047+0000 mgr.y (mgr.14556) 7135 : cluster [DBG] pgmap v6295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:15:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:11.005888+0000 mgr.y (mgr.14556) 7136 : cluster [DBG] pgmap v6296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:11.005888+0000 mgr.y (mgr.14556) 7136 : cluster [DBG] pgmap v6296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:11.005888+0000 mgr.y (mgr.14556) 7136 : cluster [DBG] pgmap v6296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:15:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:15:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:13.006240+0000 mgr.y (mgr.14556) 7137 : cluster [DBG] pgmap v6297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:13.006240+0000 mgr.y (mgr.14556) 7137 : cluster [DBG] pgmap v6297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:13.006240+0000 mgr.y (mgr.14556) 7137 : cluster [DBG] pgmap v6297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:15.006736+0000 mgr.y (mgr.14556) 7138 : cluster [DBG] pgmap v6298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:15.006736+0000 mgr.y (mgr.14556) 7138 : cluster [DBG] pgmap v6298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:15.006736+0000 mgr.y (mgr.14556) 7138 : cluster [DBG] pgmap v6298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:17.007351+0000 mgr.y (mgr.14556) 7139 : cluster [DBG] pgmap v6299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:17.007351+0000 mgr.y (mgr.14556) 7139 : cluster [DBG] pgmap v6299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:17.007351+0000 mgr.y (mgr.14556) 7139 : cluster [DBG] pgmap v6299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:19.007799+0000 mgr.y (mgr.14556) 7140 : cluster [DBG] pgmap v6300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:19.007799+0000 mgr.y (mgr.14556) 7140 : cluster [DBG] pgmap v6300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:19.007799+0000 mgr.y (mgr.14556) 7140 : cluster [DBG] pgmap v6300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:15:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:21.008562+0000 mgr.y (mgr.14556) 7141 : cluster [DBG] pgmap v6301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:21.008562+0000 mgr.y (mgr.14556) 7141 : cluster [DBG] pgmap v6301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:21.008562+0000 mgr.y (mgr.14556) 7141 : cluster [DBG] pgmap v6301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:15:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:15:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:23.008929+0000 mgr.y (mgr.14556) 7142 : cluster [DBG] pgmap v6302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:23.008929+0000 mgr.y (mgr.14556) 7142 : cluster [DBG] pgmap v6302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:23.008929+0000 mgr.y (mgr.14556) 7142 : cluster [DBG] pgmap v6302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:25.009475+0000 mgr.y (mgr.14556) 7143 : cluster [DBG] pgmap v6303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:25.009475+0000 mgr.y (mgr.14556) 7143 : cluster [DBG] pgmap v6303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:25.009475+0000 mgr.y (mgr.14556) 7143 : cluster [DBG] pgmap v6303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:27.010271+0000 mgr.y (mgr.14556) 7144 : cluster [DBG] pgmap v6304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:27.010271+0000 mgr.y (mgr.14556) 7144 : cluster [DBG] pgmap v6304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:27.010271+0000 mgr.y (mgr.14556) 7144 : cluster [DBG] pgmap v6304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:29.010630+0000 mgr.y (mgr.14556) 7145 : cluster [DBG] pgmap v6305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:29.010630+0000 mgr.y (mgr.14556) 7145 : cluster [DBG] pgmap v6305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:29.010630+0000 mgr.y (mgr.14556) 7145 : cluster [DBG] pgmap v6305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:15:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:31.011202+0000 mgr.y (mgr.14556) 7146 : cluster [DBG] pgmap v6306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:31.011202+0000 mgr.y (mgr.14556) 7146 : cluster [DBG] pgmap v6306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:31.011202+0000 mgr.y (mgr.14556) 7146 : cluster [DBG] pgmap v6306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:15:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:15:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:33.011626+0000 mgr.y (mgr.14556) 7147 : cluster [DBG] pgmap v6307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:33.011626+0000 mgr.y (mgr.14556) 7147 : cluster [DBG] pgmap v6307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:33.011626+0000 mgr.y (mgr.14556) 7147 : cluster [DBG] pgmap v6307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:35.385 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:15:35.673 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:15:35.673 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:15:35.673 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:15:35.673 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 4m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:15:35.673 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 4m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:15:35.674 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:15:35.674 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:15:35.674 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:15:35.674 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:15:35.674 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:15:35.674 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 4m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:15:35.674 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:15:35.674 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:15:35.674 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:15:35.674 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:15:35.674 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:15:35.674 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:15:35.675 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:15:35.675 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:15:35.675 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:15:35.675 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:15:36.024 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:15:36.025 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:15:36.026 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:15:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:35.012030+0000 mgr.y (mgr.14556) 7148 : cluster [DBG] pgmap v6308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:15:35.374531+0000 mgr.y (mgr.14556) 7149 : audit [DBG] from='client.22155 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:15:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:15:35.666261+0000 mgr.y (mgr.14556) 7150 : audit [DBG] from='client.32075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:15:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:15:36.025615+0000 mon.a (mon.0) 1992 : audit [DBG] from='client.? 172.21.15.23:0/1044463126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:15:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:35.012030+0000 mgr.y (mgr.14556) 7148 : cluster [DBG] pgmap v6308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:15:35.374531+0000 mgr.y (mgr.14556) 7149 : audit [DBG] from='client.22155 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:15:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:15:35.666261+0000 mgr.y (mgr.14556) 7150 : audit [DBG] from='client.32075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:15:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:15:36.025615+0000 mon.a (mon.0) 1992 : audit [DBG] from='client.? 172.21.15.23:0/1044463126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:15:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:35.012030+0000 mgr.y (mgr.14556) 7148 : cluster [DBG] pgmap v6308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:15:35.374531+0000 mgr.y (mgr.14556) 7149 : audit [DBG] from='client.22155 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:15:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:15:35.666261+0000 mgr.y (mgr.14556) 7150 : audit [DBG] from='client.32075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:15:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:15:36.025615+0000 mon.a (mon.0) 1992 : audit [DBG] from='client.? 172.21.15.23:0/1044463126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:15:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:37.012936+0000 mgr.y (mgr.14556) 7151 : cluster [DBG] pgmap v6309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:37.012936+0000 mgr.y (mgr.14556) 7151 : cluster [DBG] pgmap v6309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:37.012936+0000 mgr.y (mgr.14556) 7151 : cluster [DBG] pgmap v6309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:39.013409+0000 mgr.y (mgr.14556) 7152 : cluster [DBG] pgmap v6310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:39.013409+0000 mgr.y (mgr.14556) 7152 : cluster [DBG] pgmap v6310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:39.013409+0000 mgr.y (mgr.14556) 7152 : cluster [DBG] pgmap v6310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:15:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:41.014093+0000 mgr.y (mgr.14556) 7153 : cluster [DBG] pgmap v6311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:41.014093+0000 mgr.y (mgr.14556) 7153 : cluster [DBG] pgmap v6311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:41.014093+0000 mgr.y (mgr.14556) 7153 : cluster [DBG] pgmap v6311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:15:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:15:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:43.014536+0000 mgr.y (mgr.14556) 7154 : cluster [DBG] pgmap v6312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:43.014536+0000 mgr.y (mgr.14556) 7154 : cluster [DBG] pgmap v6312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:43.014536+0000 mgr.y (mgr.14556) 7154 : cluster [DBG] pgmap v6312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:45.014940+0000 mgr.y (mgr.14556) 7155 : cluster [DBG] pgmap v6313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:45.014940+0000 mgr.y (mgr.14556) 7155 : cluster [DBG] pgmap v6313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:45.014940+0000 mgr.y (mgr.14556) 7155 : cluster [DBG] pgmap v6313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:47.015706+0000 mgr.y (mgr.14556) 7156 : cluster [DBG] pgmap v6314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:47.015706+0000 mgr.y (mgr.14556) 7156 : cluster [DBG] pgmap v6314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:47.015706+0000 mgr.y (mgr.14556) 7156 : cluster [DBG] pgmap v6314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:49.016041+0000 mgr.y (mgr.14556) 7157 : cluster [DBG] pgmap v6315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:49.016041+0000 mgr.y (mgr.14556) 7157 : cluster [DBG] pgmap v6315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:49.016041+0000 mgr.y (mgr.14556) 7157 : cluster [DBG] pgmap v6315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:15:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:51.016875+0000 mgr.y (mgr.14556) 7158 : cluster [DBG] pgmap v6316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:51.016875+0000 mgr.y (mgr.14556) 7158 : cluster [DBG] pgmap v6316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:51.016875+0000 mgr.y (mgr.14556) 7158 : cluster [DBG] pgmap v6316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:15:53] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:15:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:53.017395+0000 mgr.y (mgr.14556) 7159 : cluster [DBG] pgmap v6317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:53.017395+0000 mgr.y (mgr.14556) 7159 : cluster [DBG] pgmap v6317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:53.017395+0000 mgr.y (mgr.14556) 7159 : cluster [DBG] pgmap v6317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:55.017889+0000 mgr.y (mgr.14556) 7160 : cluster [DBG] pgmap v6318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:55.017889+0000 mgr.y (mgr.14556) 7160 : cluster [DBG] pgmap v6318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:55.017889+0000 mgr.y (mgr.14556) 7160 : cluster [DBG] pgmap v6318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:57.018574+0000 mgr.y (mgr.14556) 7161 : cluster [DBG] pgmap v6319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:57.018574+0000 mgr.y (mgr.14556) 7161 : cluster [DBG] pgmap v6319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:15:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:15:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:57.018574+0000 mgr.y (mgr.14556) 7161 : cluster [DBG] pgmap v6319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:15:59.018995+0000 mgr.y (mgr.14556) 7162 : cluster [DBG] pgmap v6320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:15:59.018995+0000 mgr.y (mgr.14556) 7162 : cluster [DBG] pgmap v6320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:15:59.018995+0000 mgr.y (mgr.14556) 7162 : cluster [DBG] pgmap v6320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:16:00.710996+0000 mon.a (mon.0) 1993 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:16:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:16:01.016029+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:16:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:16:01.016681+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:16:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:16:01.022386+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:16:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:16:00.710996+0000 mon.a (mon.0) 1993 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:16:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:16:01.016029+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:16:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:16:01.016681+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:16:01.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:16:01.022386+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:16:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:16:00.710996+0000 mon.a (mon.0) 1993 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:16:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:16:01.016029+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:16:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:16:01.016681+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:16:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:16:01.022386+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:16:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:16:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:01.019530+0000 mgr.y (mgr.14556) 7163 : cluster [DBG] pgmap v6321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:01.019530+0000 mgr.y (mgr.14556) 7163 : cluster [DBG] pgmap v6321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:01.019530+0000 mgr.y (mgr.14556) 7163 : cluster [DBG] pgmap v6321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:04.094 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:16:03] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:16:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:03.020031+0000 mgr.y (mgr.14556) 7164 : cluster [DBG] pgmap v6322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:03.020031+0000 mgr.y (mgr.14556) 7164 : cluster [DBG] pgmap v6322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:03.020031+0000 mgr.y (mgr.14556) 7164 : cluster [DBG] pgmap v6322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:16:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:05.020408+0000 mgr.y (mgr.14556) 7165 : cluster [DBG] pgmap v6323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:05.020408+0000 mgr.y (mgr.14556) 7165 : cluster [DBG] pgmap v6323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:05.020408+0000 mgr.y (mgr.14556) 7165 : cluster [DBG] pgmap v6323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:06.647 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 5m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 5m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 5m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 5m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 5m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 5m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 5m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:16:06.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:16:06.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:16:06.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 5m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:16:06.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 5m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:16:06.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 5m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:16:06.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 5m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:16:06.649 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 5m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:16:06.999 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:16:06.999 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:16:06.999 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:16:06.999 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:16:06.999 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:16:06.999 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:16:06.999 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:16:07.000 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:16:07.000 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:16:07.000 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:16:07.000 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:16:07.000 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:16:07.000 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:16:07.000 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:16:07.000 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:16:07.000 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:16:07.000 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:16:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:16:06.346894+0000 mgr.y (mgr.14556) 7166 : audit [DBG] from='client.22173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:16:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:16:06.640761+0000 mgr.y (mgr.14556) 7167 : audit [DBG] from='client.22179 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:16:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:16:07.000193+0000 mon.c (mon.2) 202 : audit [DBG] from='client.? 172.21.15.23:0/2671006508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:16:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:16:06.346894+0000 mgr.y (mgr.14556) 7166 : audit [DBG] from='client.22173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:16:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:16:06.640761+0000 mgr.y (mgr.14556) 7167 : audit [DBG] from='client.22179 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:16:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:16:07.000193+0000 mon.c (mon.2) 202 : audit [DBG] from='client.? 172.21.15.23:0/2671006508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:16:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:16:06.346894+0000 mgr.y (mgr.14556) 7166 : audit [DBG] from='client.22173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:16:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:16:06.640761+0000 mgr.y (mgr.14556) 7167 : audit [DBG] from='client.22179 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:16:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:16:07.000193+0000 mon.c (mon.2) 202 : audit [DBG] from='client.? 172.21.15.23:0/2671006508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:16:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:07.020957+0000 mgr.y (mgr.14556) 7168 : cluster [DBG] pgmap v6324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:07.020957+0000 mgr.y (mgr.14556) 7168 : cluster [DBG] pgmap v6324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:07.020957+0000 mgr.y (mgr.14556) 7168 : cluster [DBG] pgmap v6324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:09.021386+0000 mgr.y (mgr.14556) 7169 : cluster [DBG] pgmap v6325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:09.021386+0000 mgr.y (mgr.14556) 7169 : cluster [DBG] pgmap v6325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:09.021386+0000 mgr.y (mgr.14556) 7169 : cluster [DBG] pgmap v6325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:16:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:11.022035+0000 mgr.y (mgr.14556) 7170 : cluster [DBG] pgmap v6326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:11.022035+0000 mgr.y (mgr.14556) 7170 : cluster [DBG] pgmap v6326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:11.022035+0000 mgr.y (mgr.14556) 7170 : cluster [DBG] pgmap v6326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:16:13] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:16:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:13.022462+0000 mgr.y (mgr.14556) 7171 : cluster [DBG] pgmap v6327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:13.022462+0000 mgr.y (mgr.14556) 7171 : cluster [DBG] pgmap v6327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:13.022462+0000 mgr.y (mgr.14556) 7171 : cluster [DBG] pgmap v6327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:15.022865+0000 mgr.y (mgr.14556) 7172 : cluster [DBG] pgmap v6328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:15.022865+0000 mgr.y (mgr.14556) 7172 : cluster [DBG] pgmap v6328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:15.022865+0000 mgr.y (mgr.14556) 7172 : cluster [DBG] pgmap v6328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:17.023796+0000 mgr.y (mgr.14556) 7173 : cluster [DBG] pgmap v6329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:17.023796+0000 mgr.y (mgr.14556) 7173 : cluster [DBG] pgmap v6329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:17.023796+0000 mgr.y (mgr.14556) 7173 : cluster [DBG] pgmap v6329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:19.024343+0000 mgr.y (mgr.14556) 7174 : cluster [DBG] pgmap v6330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:19.024343+0000 mgr.y (mgr.14556) 7174 : cluster [DBG] pgmap v6330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:19.024343+0000 mgr.y (mgr.14556) 7174 : cluster [DBG] pgmap v6330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:16:23.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:21.024970+0000 mgr.y (mgr.14556) 7175 : cluster [DBG] pgmap v6331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:21.024970+0000 mgr.y (mgr.14556) 7175 : cluster [DBG] pgmap v6331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:21.024970+0000 mgr.y (mgr.14556) 7175 : cluster [DBG] pgmap v6331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:23.025424+0000 mgr.y (mgr.14556) 7176 : cluster [DBG] pgmap v6332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:16:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:16:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:23.025424+0000 mgr.y (mgr.14556) 7176 : cluster [DBG] pgmap v6332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:23.025424+0000 mgr.y (mgr.14556) 7176 : cluster [DBG] pgmap v6332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:25.025842+0000 mgr.y (mgr.14556) 7177 : cluster [DBG] pgmap v6333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:25.025842+0000 mgr.y (mgr.14556) 7177 : cluster [DBG] pgmap v6333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:25.025842+0000 mgr.y (mgr.14556) 7177 : cluster [DBG] pgmap v6333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:27.026747+0000 mgr.y (mgr.14556) 7178 : cluster [DBG] pgmap v6334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:27.026747+0000 mgr.y (mgr.14556) 7178 : cluster [DBG] pgmap v6334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:27.026747+0000 mgr.y (mgr.14556) 7178 : cluster [DBG] pgmap v6334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:29.027199+0000 mgr.y (mgr.14556) 7179 : cluster [DBG] pgmap v6335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:29.027199+0000 mgr.y (mgr.14556) 7179 : cluster [DBG] pgmap v6335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:29.027199+0000 mgr.y (mgr.14556) 7179 : cluster [DBG] pgmap v6335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:16:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:31.027987+0000 mgr.y (mgr.14556) 7180 : cluster [DBG] pgmap v6336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:31.027987+0000 mgr.y (mgr.14556) 7180 : cluster [DBG] pgmap v6336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:31.027987+0000 mgr.y (mgr.14556) 7180 : cluster [DBG] pgmap v6336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:16:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:16:34.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:33.028539+0000 mgr.y (mgr.14556) 7181 : cluster [DBG] pgmap v6337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:33.028539+0000 mgr.y (mgr.14556) 7181 : cluster [DBG] pgmap v6337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:33.028539+0000 mgr.y (mgr.14556) 7181 : cluster [DBG] pgmap v6337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:35.029051+0000 mgr.y (mgr.14556) 7182 : cluster [DBG] pgmap v6338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:35.029051+0000 mgr.y (mgr.14556) 7182 : cluster [DBG] pgmap v6338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:35.029051+0000 mgr.y (mgr.14556) 7182 : cluster [DBG] pgmap v6338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:37.325 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:16:37.612 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 5m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 5m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 5m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 5m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 5m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 5m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 5m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:16:37.613 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:16:37.614 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 5m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:16:37.614 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 5m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:16:37.614 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 5m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:16:37.614 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 5m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:16:37.614 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 5m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:16:37.961 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:16:37.961 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:16:37.961 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:16:37.961 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:16:37.962 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:16:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:37.029739+0000 mgr.y (mgr.14556) 7183 : cluster [DBG] pgmap v6339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:16:37.314108+0000 mgr.y (mgr.14556) 7184 : audit [DBG] from='client.22191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:16:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:16:37.605916+0000 mgr.y (mgr.14556) 7185 : audit [DBG] from='client.22197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:16:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:16:37.962421+0000 mon.c (mon.2) 203 : audit [DBG] from='client.? 172.21.15.23:0/3974620567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:16:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:37.029739+0000 mgr.y (mgr.14556) 7183 : cluster [DBG] pgmap v6339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:16:37.314108+0000 mgr.y (mgr.14556) 7184 : audit [DBG] from='client.22191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:16:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:16:37.605916+0000 mgr.y (mgr.14556) 7185 : audit [DBG] from='client.22197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:16:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:16:37.962421+0000 mon.c (mon.2) 203 : audit [DBG] from='client.? 172.21.15.23:0/3974620567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:16:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:37.029739+0000 mgr.y (mgr.14556) 7183 : cluster [DBG] pgmap v6339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:16:37.314108+0000 mgr.y (mgr.14556) 7184 : audit [DBG] from='client.22191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:16:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:16:37.605916+0000 mgr.y (mgr.14556) 7185 : audit [DBG] from='client.22197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:16:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:16:37.962421+0000 mon.c (mon.2) 203 : audit [DBG] from='client.? 172.21.15.23:0/3974620567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:16:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:39.030250+0000 mgr.y (mgr.14556) 7186 : cluster [DBG] pgmap v6340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:39.030250+0000 mgr.y (mgr.14556) 7186 : cluster [DBG] pgmap v6340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:39.030250+0000 mgr.y (mgr.14556) 7186 : cluster [DBG] pgmap v6340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:16:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:41.030821+0000 mgr.y (mgr.14556) 7187 : cluster [DBG] pgmap v6341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:41.030821+0000 mgr.y (mgr.14556) 7187 : cluster [DBG] pgmap v6341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:41.030821+0000 mgr.y (mgr.14556) 7187 : cluster [DBG] pgmap v6341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:16:43] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:16:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:43.031169+0000 mgr.y (mgr.14556) 7188 : cluster [DBG] pgmap v6342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:43.031169+0000 mgr.y (mgr.14556) 7188 : cluster [DBG] pgmap v6342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:43.031169+0000 mgr.y (mgr.14556) 7188 : cluster [DBG] pgmap v6342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:45.031592+0000 mgr.y (mgr.14556) 7189 : cluster [DBG] pgmap v6343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:45.031592+0000 mgr.y (mgr.14556) 7189 : cluster [DBG] pgmap v6343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:45.031592+0000 mgr.y (mgr.14556) 7189 : cluster [DBG] pgmap v6343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:47.032438+0000 mgr.y (mgr.14556) 7190 : cluster [DBG] pgmap v6344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:47.032438+0000 mgr.y (mgr.14556) 7190 : cluster [DBG] pgmap v6344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:47.032438+0000 mgr.y (mgr.14556) 7190 : cluster [DBG] pgmap v6344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:49.032793+0000 mgr.y (mgr.14556) 7191 : cluster [DBG] pgmap v6345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:49.032793+0000 mgr.y (mgr.14556) 7191 : cluster [DBG] pgmap v6345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:49.032793+0000 mgr.y (mgr.14556) 7191 : cluster [DBG] pgmap v6345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:16:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:51.033367+0000 mgr.y (mgr.14556) 7192 : cluster [DBG] pgmap v6346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:51.033367+0000 mgr.y (mgr.14556) 7192 : cluster [DBG] pgmap v6346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:51.033367+0000 mgr.y (mgr.14556) 7192 : cluster [DBG] pgmap v6346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:16:53] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:16:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:53.033752+0000 mgr.y (mgr.14556) 7193 : cluster [DBG] pgmap v6347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:53.033752+0000 mgr.y (mgr.14556) 7193 : cluster [DBG] pgmap v6347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:53.033752+0000 mgr.y (mgr.14556) 7193 : cluster [DBG] pgmap v6347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:55.034222+0000 mgr.y (mgr.14556) 7194 : cluster [DBG] pgmap v6348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:55.034222+0000 mgr.y (mgr.14556) 7194 : cluster [DBG] pgmap v6348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:55.034222+0000 mgr.y (mgr.14556) 7194 : cluster [DBG] pgmap v6348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:16:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:57.034886+0000 mgr.y (mgr.14556) 7195 : cluster [DBG] pgmap v6349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:16:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:57.034886+0000 mgr.y (mgr.14556) 7195 : cluster [DBG] pgmap v6349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:16:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:16:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:57.034886+0000 mgr.y (mgr.14556) 7195 : cluster [DBG] pgmap v6349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:16:59.035459+0000 mgr.y (mgr.14556) 7196 : cluster [DBG] pgmap v6350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:16:59.035459+0000 mgr.y (mgr.14556) 7196 : cluster [DBG] pgmap v6350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:16:59.035459+0000 mgr.y (mgr.14556) 7196 : cluster [DBG] pgmap v6350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:17:01.026842+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:17:01.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:17:01.026842+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:17:01.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:17:01.026842+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:17:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:17:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:01.036317+0000 mgr.y (mgr.14556) 7197 : cluster [DBG] pgmap v6351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:01.036317+0000 mgr.y (mgr.14556) 7197 : cluster [DBG] pgmap v6351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:01.036317+0000 mgr.y (mgr.14556) 7197 : cluster [DBG] pgmap v6351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:03.951 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:17:03] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:17:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:03.036654+0000 mgr.y (mgr.14556) 7198 : cluster [DBG] pgmap v6352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:17:04.202468+0000 mon.a (mon.0) 1998 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:17:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:03.036654+0000 mgr.y (mgr.14556) 7198 : cluster [DBG] pgmap v6352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:17:04.202468+0000 mon.a (mon.0) 1998 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:17:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:03.036654+0000 mgr.y (mgr.14556) 7198 : cluster [DBG] pgmap v6352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:17:04.202468+0000 mon.a (mon.0) 1998 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:17:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:17:04.495978+0000 mon.a (mon.0) 1999 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:17:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:17:04.496620+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:17:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:17:04.502651+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:17:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:17:04.495978+0000 mon.a (mon.0) 1999 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:17:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:17:04.496620+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:17:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:17:04.502651+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:17:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:17:04.495978+0000 mon.a (mon.0) 1999 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:17:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:17:04.496620+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:17:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:17:04.502651+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:17:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:05.036973+0000 mgr.y (mgr.14556) 7199 : cluster [DBG] pgmap v6353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:05.036973+0000 mgr.y (mgr.14556) 7199 : cluster [DBG] pgmap v6353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:05.036973+0000 mgr.y (mgr.14556) 7199 : cluster [DBG] pgmap v6353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:17:08.576 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:17:08.576 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 6m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:17:08.576 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 6m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:17:08.576 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 6m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:17:08.576 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 6m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:17:08.577 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 6m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:17:08.577 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 6m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:17:08.577 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 6m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:17:08.577 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 6m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:17:08.577 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 6m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:17:08.577 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 6m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:17:08.577 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 6m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:17:08.577 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 6m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:17:08.577 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 6m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:17:08.577 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 6m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:17:08.577 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 6m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:17:08.578 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 6m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:17:08.578 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 6m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:17:08.578 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 6m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:17:08.578 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 6m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:17:08.578 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 6m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:17:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:07.037693+0000 mgr.y (mgr.14556) 7200 : cluster [DBG] pgmap v6354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:07.037693+0000 mgr.y (mgr.14556) 7200 : cluster [DBG] pgmap v6354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:07.037693+0000 mgr.y (mgr.14556) 7200 : cluster [DBG] pgmap v6354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:08.925 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:17:08.926 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:17:08.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:17:08.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:17:08.926 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:17:08.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:17:08.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:17:08.926 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:17:08.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:17:08.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:17:08.926 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:17:08.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:17:08.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:17:08.927 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:17:08.927 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:17:08.927 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:17:08.927 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:17:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:17:08.277456+0000 mgr.y (mgr.14556) 7201 : audit [DBG] from='client.32123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:17:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:17:08.569446+0000 mgr.y (mgr.14556) 7202 : audit [DBG] from='client.32129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:17:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:17:08.926963+0000 mon.c (mon.2) 204 : audit [DBG] from='client.? 172.21.15.23:0/3933369068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:17:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:17:08.277456+0000 mgr.y (mgr.14556) 7201 : audit [DBG] from='client.32123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:17:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:17:08.569446+0000 mgr.y (mgr.14556) 7202 : audit [DBG] from='client.32129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:17:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:17:08.926963+0000 mon.c (mon.2) 204 : audit [DBG] from='client.? 172.21.15.23:0/3933369068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:17:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:17:08.277456+0000 mgr.y (mgr.14556) 7201 : audit [DBG] from='client.32123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:17:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:17:08.569446+0000 mgr.y (mgr.14556) 7202 : audit [DBG] from='client.32129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:17:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:17:08.926963+0000 mon.c (mon.2) 204 : audit [DBG] from='client.? 172.21.15.23:0/3933369068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:17:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:09.038159+0000 mgr.y (mgr.14556) 7203 : cluster [DBG] pgmap v6355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:09.038159+0000 mgr.y (mgr.14556) 7203 : cluster [DBG] pgmap v6355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:09.038159+0000 mgr.y (mgr.14556) 7203 : cluster [DBG] pgmap v6355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:17:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:11.039004+0000 mgr.y (mgr.14556) 7204 : cluster [DBG] pgmap v6356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:11.039004+0000 mgr.y (mgr.14556) 7204 : cluster [DBG] pgmap v6356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:11.039004+0000 mgr.y (mgr.14556) 7204 : cluster [DBG] pgmap v6356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:17:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:17:14.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:13.039564+0000 mgr.y (mgr.14556) 7205 : cluster [DBG] pgmap v6357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:14.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:13.039564+0000 mgr.y (mgr.14556) 7205 : cluster [DBG] pgmap v6357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:13.039564+0000 mgr.y (mgr.14556) 7205 : cluster [DBG] pgmap v6357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:15.039982+0000 mgr.y (mgr.14556) 7206 : cluster [DBG] pgmap v6358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:15.039982+0000 mgr.y (mgr.14556) 7206 : cluster [DBG] pgmap v6358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:15.039982+0000 mgr.y (mgr.14556) 7206 : cluster [DBG] pgmap v6358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:17.040761+0000 mgr.y (mgr.14556) 7207 : cluster [DBG] pgmap v6359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:17.040761+0000 mgr.y (mgr.14556) 7207 : cluster [DBG] pgmap v6359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:17.040761+0000 mgr.y (mgr.14556) 7207 : cluster [DBG] pgmap v6359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:19.041167+0000 mgr.y (mgr.14556) 7208 : cluster [DBG] pgmap v6360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:19.041167+0000 mgr.y (mgr.14556) 7208 : cluster [DBG] pgmap v6360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:19.041167+0000 mgr.y (mgr.14556) 7208 : cluster [DBG] pgmap v6360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:17:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:21.042012+0000 mgr.y (mgr.14556) 7209 : cluster [DBG] pgmap v6361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:21.042012+0000 mgr.y (mgr.14556) 7209 : cluster [DBG] pgmap v6361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:21.042012+0000 mgr.y (mgr.14556) 7209 : cluster [DBG] pgmap v6361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:17:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:17:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:23.042441+0000 mgr.y (mgr.14556) 7210 : cluster [DBG] pgmap v6362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:23.042441+0000 mgr.y (mgr.14556) 7210 : cluster [DBG] pgmap v6362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:23.042441+0000 mgr.y (mgr.14556) 7210 : cluster [DBG] pgmap v6362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:25.042829+0000 mgr.y (mgr.14556) 7211 : cluster [DBG] pgmap v6363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:26.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:25.042829+0000 mgr.y (mgr.14556) 7211 : cluster [DBG] pgmap v6363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:25.042829+0000 mgr.y (mgr.14556) 7211 : cluster [DBG] pgmap v6363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:27.043519+0000 mgr.y (mgr.14556) 7212 : cluster [DBG] pgmap v6364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:27.043519+0000 mgr.y (mgr.14556) 7212 : cluster [DBG] pgmap v6364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:27.043519+0000 mgr.y (mgr.14556) 7212 : cluster [DBG] pgmap v6364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:29.043928+0000 mgr.y (mgr.14556) 7213 : cluster [DBG] pgmap v6365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:29.043928+0000 mgr.y (mgr.14556) 7213 : cluster [DBG] pgmap v6365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:29.043928+0000 mgr.y (mgr.14556) 7213 : cluster [DBG] pgmap v6365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:17:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:31.044790+0000 mgr.y (mgr.14556) 7214 : cluster [DBG] pgmap v6366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:31.044790+0000 mgr.y (mgr.14556) 7214 : cluster [DBG] pgmap v6366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:31.044790+0000 mgr.y (mgr.14556) 7214 : cluster [DBG] pgmap v6366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:17:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:17:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:33.045218+0000 mgr.y (mgr.14556) 7215 : cluster [DBG] pgmap v6367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:33.045218+0000 mgr.y (mgr.14556) 7215 : cluster [DBG] pgmap v6367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:33.045218+0000 mgr.y (mgr.14556) 7215 : cluster [DBG] pgmap v6367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:35.045809+0000 mgr.y (mgr.14556) 7216 : cluster [DBG] pgmap v6368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:35.045809+0000 mgr.y (mgr.14556) 7216 : cluster [DBG] pgmap v6368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:35.045809+0000 mgr.y (mgr.14556) 7216 : cluster [DBG] pgmap v6368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:37.046475+0000 mgr.y (mgr.14556) 7217 : cluster [DBG] pgmap v6369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:37.046475+0000 mgr.y (mgr.14556) 7217 : cluster [DBG] pgmap v6369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:37.046475+0000 mgr.y (mgr.14556) 7217 : cluster [DBG] pgmap v6369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:39.249 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:17:39.535 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 6m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 6m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 6m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 6m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 6m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 6m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 6m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 6m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 6m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 6m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 6m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 6m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 6m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:17:39.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 6m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:17:39.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 6m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:17:39.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 6m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:17:39.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 6m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:17:39.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 6m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:17:39.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 6m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:17:39.537 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 6m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:17:39.884 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:17:39.884 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:17:39.884 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:17:39.884 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:17:39.884 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:17:39.885 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:17:39.885 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:17:39.885 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:17:39.885 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:17:39.885 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:17:39.885 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:17:39.885 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:17:39.885 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:17:39.885 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:17:39.885 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:17:39.885 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:17:39.885 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:17:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:39.046827+0000 mgr.y (mgr.14556) 7218 : cluster [DBG] pgmap v6370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:17:39.238596+0000 mgr.y (mgr.14556) 7219 : audit [DBG] from='client.22227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:17:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:17:39.528477+0000 mgr.y (mgr.14556) 7220 : audit [DBG] from='client.22233 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:17:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:17:39.885580+0000 mon.c (mon.2) 205 : audit [DBG] from='client.? 172.21.15.23:0/3079708821' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:17:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:39.046827+0000 mgr.y (mgr.14556) 7218 : cluster [DBG] pgmap v6370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:17:39.238596+0000 mgr.y (mgr.14556) 7219 : audit [DBG] from='client.22227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:17:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:17:39.528477+0000 mgr.y (mgr.14556) 7220 : audit [DBG] from='client.22233 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:17:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:17:39.885580+0000 mon.c (mon.2) 205 : audit [DBG] from='client.? 172.21.15.23:0/3079708821' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:17:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:39.046827+0000 mgr.y (mgr.14556) 7218 : cluster [DBG] pgmap v6370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:17:39.238596+0000 mgr.y (mgr.14556) 7219 : audit [DBG] from='client.22227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:17:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:17:39.528477+0000 mgr.y (mgr.14556) 7220 : audit [DBG] from='client.22233 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:17:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:17:39.885580+0000 mon.c (mon.2) 205 : audit [DBG] from='client.? 172.21.15.23:0/3079708821' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:17:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:17:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:41.047558+0000 mgr.y (mgr.14556) 7221 : cluster [DBG] pgmap v6371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:41.047558+0000 mgr.y (mgr.14556) 7221 : cluster [DBG] pgmap v6371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:41.047558+0000 mgr.y (mgr.14556) 7221 : cluster [DBG] pgmap v6371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:17:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:17:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:43.047992+0000 mgr.y (mgr.14556) 7222 : cluster [DBG] pgmap v6372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:43.047992+0000 mgr.y (mgr.14556) 7222 : cluster [DBG] pgmap v6372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:43.047992+0000 mgr.y (mgr.14556) 7222 : cluster [DBG] pgmap v6372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:45.048566+0000 mgr.y (mgr.14556) 7223 : cluster [DBG] pgmap v6373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:45.048566+0000 mgr.y (mgr.14556) 7223 : cluster [DBG] pgmap v6373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:45.048566+0000 mgr.y (mgr.14556) 7223 : cluster [DBG] pgmap v6373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:47.049367+0000 mgr.y (mgr.14556) 7224 : cluster [DBG] pgmap v6374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:47.049367+0000 mgr.y (mgr.14556) 7224 : cluster [DBG] pgmap v6374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:47.049367+0000 mgr.y (mgr.14556) 7224 : cluster [DBG] pgmap v6374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:51.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:49.049719+0000 mgr.y (mgr.14556) 7225 : cluster [DBG] pgmap v6375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:49.049719+0000 mgr.y (mgr.14556) 7225 : cluster [DBG] pgmap v6375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:49.049719+0000 mgr.y (mgr.14556) 7225 : cluster [DBG] pgmap v6375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:17:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:51.050426+0000 mgr.y (mgr.14556) 7226 : cluster [DBG] pgmap v6376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:51.050426+0000 mgr.y (mgr.14556) 7226 : cluster [DBG] pgmap v6376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:51.050426+0000 mgr.y (mgr.14556) 7226 : cluster [DBG] pgmap v6376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:53.050808+0000 mgr.y (mgr.14556) 7227 : cluster [DBG] pgmap v6377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:17:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:17:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:53.050808+0000 mgr.y (mgr.14556) 7227 : cluster [DBG] pgmap v6377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:53.050808+0000 mgr.y (mgr.14556) 7227 : cluster [DBG] pgmap v6377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:55.051152+0000 mgr.y (mgr.14556) 7228 : cluster [DBG] pgmap v6378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:55.051152+0000 mgr.y (mgr.14556) 7228 : cluster [DBG] pgmap v6378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:55.051152+0000 mgr.y (mgr.14556) 7228 : cluster [DBG] pgmap v6378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:57.051781+0000 mgr.y (mgr.14556) 7229 : cluster [DBG] pgmap v6379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:57.051781+0000 mgr.y (mgr.14556) 7229 : cluster [DBG] pgmap v6379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:17:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:17:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:57.051781+0000 mgr.y (mgr.14556) 7229 : cluster [DBG] pgmap v6379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:17:59.052121+0000 mgr.y (mgr.14556) 7230 : cluster [DBG] pgmap v6380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:17:59.052121+0000 mgr.y (mgr.14556) 7230 : cluster [DBG] pgmap v6380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:17:59.052121+0000 mgr.y (mgr.14556) 7230 : cluster [DBG] pgmap v6380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:18:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:01.052727+0000 mgr.y (mgr.14556) 7231 : cluster [DBG] pgmap v6381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:01.052727+0000 mgr.y (mgr.14556) 7231 : cluster [DBG] pgmap v6381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:01.052727+0000 mgr.y (mgr.14556) 7231 : cluster [DBG] pgmap v6381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:18:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:18:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:03.053043+0000 mgr.y (mgr.14556) 7232 : cluster [DBG] pgmap v6382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:03.053043+0000 mgr.y (mgr.14556) 7232 : cluster [DBG] pgmap v6382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:03.053043+0000 mgr.y (mgr.14556) 7232 : cluster [DBG] pgmap v6382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:18:04.507124+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:18:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:18:04.507124+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:18:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:18:04.507124+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:18:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:05.053547+0000 mgr.y (mgr.14556) 7233 : cluster [DBG] pgmap v6383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:05.053547+0000 mgr.y (mgr.14556) 7233 : cluster [DBG] pgmap v6383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:05.053547+0000 mgr.y (mgr.14556) 7233 : cluster [DBG] pgmap v6383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:07.054151+0000 mgr.y (mgr.14556) 7234 : cluster [DBG] pgmap v6384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:18:07.726836+0000 mon.a (mon.0) 2003 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:18:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:18:08.018389+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:18:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:18:08.019349+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:18:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:18:08.026620+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:18:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:07.054151+0000 mgr.y (mgr.14556) 7234 : cluster [DBG] pgmap v6384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:18:07.726836+0000 mon.a (mon.0) 2003 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:18:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:18:08.018389+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:18:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:18:08.019349+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:18:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:18:08.026620+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:18:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:07.054151+0000 mgr.y (mgr.14556) 7234 : cluster [DBG] pgmap v6384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:18:07.726836+0000 mon.a (mon.0) 2003 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:18:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:18:08.018389+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:18:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:18:08.019349+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:18:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:18:08.026620+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:18:10.211 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 7m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 7m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 7m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 7m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 7m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 7m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 7m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 7m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 7m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 7m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 7m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:18:10.497 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 7m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:18:10.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 7m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:18:10.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 7m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:18:10.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 7m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:18:10.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 7m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:18:10.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 7m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:18:10.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 7m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:18:10.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 7m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:18:10.498 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 7m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:18:10.847 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:18:10.847 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:18:10.847 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:18:10.847 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:18:10.847 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:18:10.847 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:18:10.848 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:18:10.848 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:18:10.848 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:18:10.848 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:18:10.848 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:18:10.848 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:18:10.848 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:18:10.848 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:18:10.848 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:18:10.848 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:18:10.848 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:18:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:09.054506+0000 mgr.y (mgr.14556) 7235 : cluster [DBG] pgmap v6385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:09.054506+0000 mgr.y (mgr.14556) 7235 : cluster [DBG] pgmap v6385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:09.054506+0000 mgr.y (mgr.14556) 7235 : cluster [DBG] pgmap v6385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:18:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:18:10.200364+0000 mgr.y (mgr.14556) 7236 : audit [DBG] from='client.32159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:18:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:18:10.489953+0000 mgr.y (mgr.14556) 7237 : audit [DBG] from='client.22251 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:18:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:18:10.848320+0000 mon.a (mon.0) 2007 : audit [DBG] from='client.? 172.21.15.23:0/1169572906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:18:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:18:10.200364+0000 mgr.y (mgr.14556) 7236 : audit [DBG] from='client.32159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:18:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:18:10.489953+0000 mgr.y (mgr.14556) 7237 : audit [DBG] from='client.22251 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:18:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:18:10.848320+0000 mon.a (mon.0) 2007 : audit [DBG] from='client.? 172.21.15.23:0/1169572906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:18:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:18:10.200364+0000 mgr.y (mgr.14556) 7236 : audit [DBG] from='client.32159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:18:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:18:10.489953+0000 mgr.y (mgr.14556) 7237 : audit [DBG] from='client.22251 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:18:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:18:10.848320+0000 mon.a (mon.0) 2007 : audit [DBG] from='client.? 172.21.15.23:0/1169572906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:18:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:11.055113+0000 mgr.y (mgr.14556) 7238 : cluster [DBG] pgmap v6386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:11.055113+0000 mgr.y (mgr.14556) 7238 : cluster [DBG] pgmap v6386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:11.055113+0000 mgr.y (mgr.14556) 7238 : cluster [DBG] pgmap v6386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:13.055450+0000 mgr.y (mgr.14556) 7239 : cluster [DBG] pgmap v6387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:18:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:18:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:13.055450+0000 mgr.y (mgr.14556) 7239 : cluster [DBG] pgmap v6387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:13.055450+0000 mgr.y (mgr.14556) 7239 : cluster [DBG] pgmap v6387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:15.055824+0000 mgr.y (mgr.14556) 7240 : cluster [DBG] pgmap v6388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:15.055824+0000 mgr.y (mgr.14556) 7240 : cluster [DBG] pgmap v6388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:15.055824+0000 mgr.y (mgr.14556) 7240 : cluster [DBG] pgmap v6388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:17.056583+0000 mgr.y (mgr.14556) 7241 : cluster [DBG] pgmap v6389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:17.056583+0000 mgr.y (mgr.14556) 7241 : cluster [DBG] pgmap v6389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:17.056583+0000 mgr.y (mgr.14556) 7241 : cluster [DBG] pgmap v6389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:19.056928+0000 mgr.y (mgr.14556) 7242 : cluster [DBG] pgmap v6390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:19.056928+0000 mgr.y (mgr.14556) 7242 : cluster [DBG] pgmap v6390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:19.056928+0000 mgr.y (mgr.14556) 7242 : cluster [DBG] pgmap v6390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:18:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:21.057707+0000 mgr.y (mgr.14556) 7243 : cluster [DBG] pgmap v6391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:21.057707+0000 mgr.y (mgr.14556) 7243 : cluster [DBG] pgmap v6391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:21.057707+0000 mgr.y (mgr.14556) 7243 : cluster [DBG] pgmap v6391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:18:23] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:18:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:23.058051+0000 mgr.y (mgr.14556) 7244 : cluster [DBG] pgmap v6392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:23.058051+0000 mgr.y (mgr.14556) 7244 : cluster [DBG] pgmap v6392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:23.058051+0000 mgr.y (mgr.14556) 7244 : cluster [DBG] pgmap v6392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:25.058430+0000 mgr.y (mgr.14556) 7245 : cluster [DBG] pgmap v6393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:25.058430+0000 mgr.y (mgr.14556) 7245 : cluster [DBG] pgmap v6393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:25.058430+0000 mgr.y (mgr.14556) 7245 : cluster [DBG] pgmap v6393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:27.059065+0000 mgr.y (mgr.14556) 7246 : cluster [DBG] pgmap v6394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:27.059065+0000 mgr.y (mgr.14556) 7246 : cluster [DBG] pgmap v6394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:27.059065+0000 mgr.y (mgr.14556) 7246 : cluster [DBG] pgmap v6394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:29.059430+0000 mgr.y (mgr.14556) 7247 : cluster [DBG] pgmap v6395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:29.059430+0000 mgr.y (mgr.14556) 7247 : cluster [DBG] pgmap v6395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:29.059430+0000 mgr.y (mgr.14556) 7247 : cluster [DBG] pgmap v6395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:18:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:31.060040+0000 mgr.y (mgr.14556) 7248 : cluster [DBG] pgmap v6396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:31.060040+0000 mgr.y (mgr.14556) 7248 : cluster [DBG] pgmap v6396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:31.060040+0000 mgr.y (mgr.14556) 7248 : cluster [DBG] pgmap v6396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:18:33] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:18:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:33.060431+0000 mgr.y (mgr.14556) 7249 : cluster [DBG] pgmap v6397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:33.060431+0000 mgr.y (mgr.14556) 7249 : cluster [DBG] pgmap v6397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:33.060431+0000 mgr.y (mgr.14556) 7249 : cluster [DBG] pgmap v6397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:35.060764+0000 mgr.y (mgr.14556) 7250 : cluster [DBG] pgmap v6398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:35.060764+0000 mgr.y (mgr.14556) 7250 : cluster [DBG] pgmap v6398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:35.060764+0000 mgr.y (mgr.14556) 7250 : cluster [DBG] pgmap v6398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:37.061513+0000 mgr.y (mgr.14556) 7251 : cluster [DBG] pgmap v6399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:37.061513+0000 mgr.y (mgr.14556) 7251 : cluster [DBG] pgmap v6399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:37.061513+0000 mgr.y (mgr.14556) 7251 : cluster [DBG] pgmap v6399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:39.062010+0000 mgr.y (mgr.14556) 7252 : cluster [DBG] pgmap v6400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:39.062010+0000 mgr.y (mgr.14556) 7252 : cluster [DBG] pgmap v6400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:39.062010+0000 mgr.y (mgr.14556) 7252 : cluster [DBG] pgmap v6400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:18:41.460 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:18:41.460 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 7m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:18:41.460 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 7m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:18:41.460 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 7m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 7m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 7m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 7m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 7m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 7m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 7m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 7m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 7m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 7m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 7m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 7m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 7m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 7m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 7m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 7m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:18:41.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 7m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:18:41.462 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 7m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:18:41.809 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:18:41.809 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:18:41.809 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:18:41.809 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:18:41.809 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:18:41.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:18:41.810 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:18:41.810 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:18:41.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:18:41.810 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:18:41.810 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:18:41.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:18:41.810 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:18:41.810 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:18:41.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:18:41.810 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:18:41.810 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:18:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:18:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:41.062583+0000 mgr.y (mgr.14556) 7253 : cluster [DBG] pgmap v6401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:18:41.162893+0000 mgr.y (mgr.14556) 7254 : audit [DBG] from='client.32177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:18:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:18:41.453950+0000 mgr.y (mgr.14556) 7255 : audit [DBG] from='client.32183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:18:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:18:41.810877+0000 mon.a (mon.0) 2008 : audit [DBG] from='client.? 172.21.15.23:0/2585885118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:18:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:41.062583+0000 mgr.y (mgr.14556) 7253 : cluster [DBG] pgmap v6401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:18:41.162893+0000 mgr.y (mgr.14556) 7254 : audit [DBG] from='client.32177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:18:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:18:41.453950+0000 mgr.y (mgr.14556) 7255 : audit [DBG] from='client.32183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:18:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:18:41.810877+0000 mon.a (mon.0) 2008 : audit [DBG] from='client.? 172.21.15.23:0/2585885118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:18:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:41.062583+0000 mgr.y (mgr.14556) 7253 : cluster [DBG] pgmap v6401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:18:41.162893+0000 mgr.y (mgr.14556) 7254 : audit [DBG] from='client.32177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:18:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:18:41.453950+0000 mgr.y (mgr.14556) 7255 : audit [DBG] from='client.32183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:18:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:18:41.810877+0000 mon.a (mon.0) 2008 : audit [DBG] from='client.? 172.21.15.23:0/2585885118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:18:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:18:43] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:18:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:43.063015+0000 mgr.y (mgr.14556) 7256 : cluster [DBG] pgmap v6402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:43.063015+0000 mgr.y (mgr.14556) 7256 : cluster [DBG] pgmap v6402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:43.063015+0000 mgr.y (mgr.14556) 7256 : cluster [DBG] pgmap v6402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:45.063429+0000 mgr.y (mgr.14556) 7257 : cluster [DBG] pgmap v6403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:45.063429+0000 mgr.y (mgr.14556) 7257 : cluster [DBG] pgmap v6403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:45.063429+0000 mgr.y (mgr.14556) 7257 : cluster [DBG] pgmap v6403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:47.064073+0000 mgr.y (mgr.14556) 7258 : cluster [DBG] pgmap v6404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:47.064073+0000 mgr.y (mgr.14556) 7258 : cluster [DBG] pgmap v6404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:47.064073+0000 mgr.y (mgr.14556) 7258 : cluster [DBG] pgmap v6404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:49.064527+0000 mgr.y (mgr.14556) 7259 : cluster [DBG] pgmap v6405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:49.064527+0000 mgr.y (mgr.14556) 7259 : cluster [DBG] pgmap v6405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:49.064527+0000 mgr.y (mgr.14556) 7259 : cluster [DBG] pgmap v6405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:18:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:51.065281+0000 mgr.y (mgr.14556) 7260 : cluster [DBG] pgmap v6406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:51.065281+0000 mgr.y (mgr.14556) 7260 : cluster [DBG] pgmap v6406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:51.065281+0000 mgr.y (mgr.14556) 7260 : cluster [DBG] pgmap v6406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:18:53] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:18:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:53.065745+0000 mgr.y (mgr.14556) 7261 : cluster [DBG] pgmap v6407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:53.065745+0000 mgr.y (mgr.14556) 7261 : cluster [DBG] pgmap v6407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:53.065745+0000 mgr.y (mgr.14556) 7261 : cluster [DBG] pgmap v6407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:55.066304+0000 mgr.y (mgr.14556) 7262 : cluster [DBG] pgmap v6408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:55.066304+0000 mgr.y (mgr.14556) 7262 : cluster [DBG] pgmap v6408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:55.066304+0000 mgr.y (mgr.14556) 7262 : cluster [DBG] pgmap v6408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:57.067020+0000 mgr.y (mgr.14556) 7263 : cluster [DBG] pgmap v6409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:57.067020+0000 mgr.y (mgr.14556) 7263 : cluster [DBG] pgmap v6409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:18:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:18:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:57.067020+0000 mgr.y (mgr.14556) 7263 : cluster [DBG] pgmap v6409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:18:59.067494+0000 mgr.y (mgr.14556) 7264 : cluster [DBG] pgmap v6410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:18:59.067494+0000 mgr.y (mgr.14556) 7264 : cluster [DBG] pgmap v6410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:18:59.067494+0000 mgr.y (mgr.14556) 7264 : cluster [DBG] pgmap v6410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:19:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:01.068308+0000 mgr.y (mgr.14556) 7265 : cluster [DBG] pgmap v6411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:02.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:01.068308+0000 mgr.y (mgr.14556) 7265 : cluster [DBG] pgmap v6411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:01.068308+0000 mgr.y (mgr.14556) 7265 : cluster [DBG] pgmap v6411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:19:03] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:19:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:03.068702+0000 mgr.y (mgr.14556) 7266 : cluster [DBG] pgmap v6412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:03.068702+0000 mgr.y (mgr.14556) 7266 : cluster [DBG] pgmap v6412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:03.068702+0000 mgr.y (mgr.14556) 7266 : cluster [DBG] pgmap v6412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:06.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:05.069221+0000 mgr.y (mgr.14556) 7267 : cluster [DBG] pgmap v6413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:05.069221+0000 mgr.y (mgr.14556) 7267 : cluster [DBG] pgmap v6413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:05.069221+0000 mgr.y (mgr.14556) 7267 : cluster [DBG] pgmap v6413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:07.069884+0000 mgr.y (mgr.14556) 7268 : cluster [DBG] pgmap v6414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:19:08.032440+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:19:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:19:08.340913+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:19:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:19:08.341569+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:19:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:19:08.349052+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:19:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:07.069884+0000 mgr.y (mgr.14556) 7268 : cluster [DBG] pgmap v6414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:19:08.032440+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:19:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:19:08.340913+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:19:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:19:08.341569+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:19:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:19:08.349052+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:19:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:07.069884+0000 mgr.y (mgr.14556) 7268 : cluster [DBG] pgmap v6414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:19:08.032440+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:19:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:19:08.340913+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:19:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:19:08.341569+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:19:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:19:08.349052+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:19:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:09.070322+0000 mgr.y (mgr.14556) 7269 : cluster [DBG] pgmap v6415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:09.070322+0000 mgr.y (mgr.14556) 7269 : cluster [DBG] pgmap v6415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:09.070322+0000 mgr.y (mgr.14556) 7269 : cluster [DBG] pgmap v6415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:19:12.134 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:19:12.421 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 8m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 8m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 8m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 8m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 8m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 8m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 8m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 8m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 8m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 8m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 8m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 8m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:19:12.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 8m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:19:12.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 8m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:19:12.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 8m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:19:12.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 8m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:19:12.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 8m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:19:12.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 8m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:19:12.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 8m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:19:12.423 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 8m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:19:12.769 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:19:12.770 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:19:12.771 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:19:12.771 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:19:12.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:11.071204+0000 mgr.y (mgr.14556) 7270 : cluster [DBG] pgmap v6416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:11.071204+0000 mgr.y (mgr.14556) 7270 : cluster [DBG] pgmap v6416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:11.071204+0000 mgr.y (mgr.14556) 7270 : cluster [DBG] pgmap v6416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:19:12.123908+0000 mgr.y (mgr.14556) 7271 : audit [DBG] from='client.32195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:19:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:19:12.415501+0000 mgr.y (mgr.14556) 7272 : audit [DBG] from='client.22287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:19:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:19:12.771497+0000 mon.a (mon.0) 2013 : audit [DBG] from='client.? 172.21.15.23:0/1195065572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:19:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:19:12.123908+0000 mgr.y (mgr.14556) 7271 : audit [DBG] from='client.32195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:19:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:19:12.415501+0000 mgr.y (mgr.14556) 7272 : audit [DBG] from='client.22287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:19:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:19:12.771497+0000 mon.a (mon.0) 2013 : audit [DBG] from='client.? 172.21.15.23:0/1195065572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:19:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:19:12.123908+0000 mgr.y (mgr.14556) 7271 : audit [DBG] from='client.32195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:19:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:19:12.415501+0000 mgr.y (mgr.14556) 7272 : audit [DBG] from='client.22287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:19:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:19:12.771497+0000 mon.a (mon.0) 2013 : audit [DBG] from='client.? 172.21.15.23:0/1195065572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:19:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:19:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:19:14.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:13.071650+0000 mgr.y (mgr.14556) 7273 : cluster [DBG] pgmap v6417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:13.071650+0000 mgr.y (mgr.14556) 7273 : cluster [DBG] pgmap v6417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:13.071650+0000 mgr.y (mgr.14556) 7273 : cluster [DBG] pgmap v6417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:15.072001+0000 mgr.y (mgr.14556) 7274 : cluster [DBG] pgmap v6418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:15.072001+0000 mgr.y (mgr.14556) 7274 : cluster [DBG] pgmap v6418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:15.072001+0000 mgr.y (mgr.14556) 7274 : cluster [DBG] pgmap v6418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:17.072799+0000 mgr.y (mgr.14556) 7275 : cluster [DBG] pgmap v6419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:17.072799+0000 mgr.y (mgr.14556) 7275 : cluster [DBG] pgmap v6419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:17.072799+0000 mgr.y (mgr.14556) 7275 : cluster [DBG] pgmap v6419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:20.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:19.073358+0000 mgr.y (mgr.14556) 7276 : cluster [DBG] pgmap v6420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:19.073358+0000 mgr.y (mgr.14556) 7276 : cluster [DBG] pgmap v6420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:20.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:19.073358+0000 mgr.y (mgr.14556) 7276 : cluster [DBG] pgmap v6420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:19:22.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:21.074023+0000 mgr.y (mgr.14556) 7277 : cluster [DBG] pgmap v6421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:21.074023+0000 mgr.y (mgr.14556) 7277 : cluster [DBG] pgmap v6421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:21.074023+0000 mgr.y (mgr.14556) 7277 : cluster [DBG] pgmap v6421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:19:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:19:24.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:23.074432+0000 mgr.y (mgr.14556) 7278 : cluster [DBG] pgmap v6422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:23.074432+0000 mgr.y (mgr.14556) 7278 : cluster [DBG] pgmap v6422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:24.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:23.074432+0000 mgr.y (mgr.14556) 7278 : cluster [DBG] pgmap v6422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:26.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:25.074838+0000 mgr.y (mgr.14556) 7279 : cluster [DBG] pgmap v6423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:26.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:25.074838+0000 mgr.y (mgr.14556) 7279 : cluster [DBG] pgmap v6423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:25.074838+0000 mgr.y (mgr.14556) 7279 : cluster [DBG] pgmap v6423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:27.075625+0000 mgr.y (mgr.14556) 7280 : cluster [DBG] pgmap v6424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:27.075625+0000 mgr.y (mgr.14556) 7280 : cluster [DBG] pgmap v6424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:27.075625+0000 mgr.y (mgr.14556) 7280 : cluster [DBG] pgmap v6424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:30.884 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:29.076130+0000 mgr.y (mgr.14556) 7281 : cluster [DBG] pgmap v6425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:30.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:29.076130+0000 mgr.y (mgr.14556) 7281 : cluster [DBG] pgmap v6425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:29.076130+0000 mgr.y (mgr.14556) 7281 : cluster [DBG] pgmap v6425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:19:32.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:31.076848+0000 mgr.y (mgr.14556) 7282 : cluster [DBG] pgmap v6426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:32.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:31.076848+0000 mgr.y (mgr.14556) 7282 : cluster [DBG] pgmap v6426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:32.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:31.076848+0000 mgr.y (mgr.14556) 7282 : cluster [DBG] pgmap v6426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:19:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:19:34.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:33.077380+0000 mgr.y (mgr.14556) 7283 : cluster [DBG] pgmap v6427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:34.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:33.077380+0000 mgr.y (mgr.14556) 7283 : cluster [DBG] pgmap v6427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:34.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:33.077380+0000 mgr.y (mgr.14556) 7283 : cluster [DBG] pgmap v6427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:36.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:35.077927+0000 mgr.y (mgr.14556) 7284 : cluster [DBG] pgmap v6428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:35.077927+0000 mgr.y (mgr.14556) 7284 : cluster [DBG] pgmap v6428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:36.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:35.077927+0000 mgr.y (mgr.14556) 7284 : cluster [DBG] pgmap v6428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:38.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:37.078657+0000 mgr.y (mgr.14556) 7285 : cluster [DBG] pgmap v6429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:37.078657+0000 mgr.y (mgr.14556) 7285 : cluster [DBG] pgmap v6429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:37.078657+0000 mgr.y (mgr.14556) 7285 : cluster [DBG] pgmap v6429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:40.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:39.079105+0000 mgr.y (mgr.14556) 7286 : cluster [DBG] pgmap v6430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:39.079105+0000 mgr.y (mgr.14556) 7286 : cluster [DBG] pgmap v6430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:40.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:39.079105+0000 mgr.y (mgr.14556) 7286 : cluster [DBG] pgmap v6430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:19:42.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:41.080025+0000 mgr.y (mgr.14556) 7287 : cluster [DBG] pgmap v6431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:42.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:41.080025+0000 mgr.y (mgr.14556) 7287 : cluster [DBG] pgmap v6431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:42.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:41.080025+0000 mgr.y (mgr.14556) 7287 : cluster [DBG] pgmap v6431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:43.092 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:19:43.380 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:19:43.380 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 8m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:19:43.380 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 8m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:19:43.380 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 8m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:19:43.380 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 8m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:19:43.380 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 8m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:19:43.380 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 8m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:19:43.380 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 8m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:19:43.380 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 8m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:19:43.380 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 8m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:19:43.381 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 8m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:19:43.381 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 8m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:19:43.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 8m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:19:43.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 8m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:19:43.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 8m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:19:43.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 8m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:19:43.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 8m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:19:43.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 8m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:19:43.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 8m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:19:43.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 8m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:19:43.381 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 8m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:19:43.731 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:19:43.731 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:19:43.731 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:19:43.731 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:19:43.731 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:19:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:19:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:19:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:19:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:19:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:19:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:19:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:19:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:19:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:19:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:19:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:19:43.732 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:19:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:19:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:19:44.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:43.080356+0000 mgr.y (mgr.14556) 7288 : cluster [DBG] pgmap v6432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:44.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:19:43.083126+0000 mgr.y (mgr.14556) 7289 : audit [DBG] from='client.22299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:19:44.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:19:43.374272+0000 mgr.y (mgr.14556) 7290 : audit [DBG] from='client.32219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:19:44.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:19:43.733545+0000 mon.a (mon.0) 2014 : audit [DBG] from='client.? 172.21.15.23:0/3218524920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:19:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:43.080356+0000 mgr.y (mgr.14556) 7288 : cluster [DBG] pgmap v6432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:19:43.083126+0000 mgr.y (mgr.14556) 7289 : audit [DBG] from='client.22299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:19:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:19:43.374272+0000 mgr.y (mgr.14556) 7290 : audit [DBG] from='client.32219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:19:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:19:43.733545+0000 mon.a (mon.0) 2014 : audit [DBG] from='client.? 172.21.15.23:0/3218524920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:19:44.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:43.080356+0000 mgr.y (mgr.14556) 7288 : cluster [DBG] pgmap v6432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:44.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:19:43.083126+0000 mgr.y (mgr.14556) 7289 : audit [DBG] from='client.22299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:19:44.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:19:43.374272+0000 mgr.y (mgr.14556) 7290 : audit [DBG] from='client.32219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:19:44.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:19:43.733545+0000 mon.a (mon.0) 2014 : audit [DBG] from='client.? 172.21.15.23:0/3218524920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:19:46.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:45.080896+0000 mgr.y (mgr.14556) 7291 : cluster [DBG] pgmap v6433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:46.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:45.080896+0000 mgr.y (mgr.14556) 7291 : cluster [DBG] pgmap v6433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:46.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:45.080896+0000 mgr.y (mgr.14556) 7291 : cluster [DBG] pgmap v6433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:48.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:47.081627+0000 mgr.y (mgr.14556) 7292 : cluster [DBG] pgmap v6434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:47.081627+0000 mgr.y (mgr.14556) 7292 : cluster [DBG] pgmap v6434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:48.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:47.081627+0000 mgr.y (mgr.14556) 7292 : cluster [DBG] pgmap v6434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:49.082195+0000 mgr.y (mgr.14556) 7293 : cluster [DBG] pgmap v6435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:51.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:49.082195+0000 mgr.y (mgr.14556) 7293 : cluster [DBG] pgmap v6435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:51.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:49.082195+0000 mgr.y (mgr.14556) 7293 : cluster [DBG] pgmap v6435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:19:53.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:51.082867+0000 mgr.y (mgr.14556) 7294 : cluster [DBG] pgmap v6436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:53.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:51.082867+0000 mgr.y (mgr.14556) 7294 : cluster [DBG] pgmap v6436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:53.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:51.082867+0000 mgr.y (mgr.14556) 7294 : cluster [DBG] pgmap v6436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:53.083340+0000 mgr.y (mgr.14556) 7295 : cluster [DBG] pgmap v6437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:53.083340+0000 mgr.y (mgr.14556) 7295 : cluster [DBG] pgmap v6437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:19:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:19:54.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:53.083340+0000 mgr.y (mgr.14556) 7295 : cluster [DBG] pgmap v6437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:56.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:55.083705+0000 mgr.y (mgr.14556) 7296 : cluster [DBG] pgmap v6438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:56.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:55.083705+0000 mgr.y (mgr.14556) 7296 : cluster [DBG] pgmap v6438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:56.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:55.083705+0000 mgr.y (mgr.14556) 7296 : cluster [DBG] pgmap v6438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:58.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:19:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:57.084441+0000 mgr.y (mgr.14556) 7297 : cluster [DBG] pgmap v6439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:58.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:19:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:57.084441+0000 mgr.y (mgr.14556) 7297 : cluster [DBG] pgmap v6439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:19:58.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:19:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:57.084441+0000 mgr.y (mgr.14556) 7297 : cluster [DBG] pgmap v6439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:00.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:19:59.084991+0000 mgr.y (mgr.14556) 7298 : cluster [DBG] pgmap v6440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:00.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:00.000130+0000 mon.a (mon.0) 2015 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:20:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T10:19:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:20:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:19:59.084991+0000 mgr.y (mgr.14556) 7298 : cluster [DBG] pgmap v6440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:00.000130+0000 mon.a (mon.0) 2015 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:20:00.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:19:59.084991+0000 mgr.y (mgr.14556) 7298 : cluster [DBG] pgmap v6440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:00.000130+0000 mon.a (mon.0) 2015 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:20:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:20:02.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:01.085850+0000 mgr.y (mgr.14556) 7299 : cluster [DBG] pgmap v6441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:02.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:01.085850+0000 mgr.y (mgr.14556) 7299 : cluster [DBG] pgmap v6441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:02.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:01.085850+0000 mgr.y (mgr.14556) 7299 : cluster [DBG] pgmap v6441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:20:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:20:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:03.086373+0000 mgr.y (mgr.14556) 7300 : cluster [DBG] pgmap v6442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:04.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:03.086373+0000 mgr.y (mgr.14556) 7300 : cluster [DBG] pgmap v6442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:04.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:03.086373+0000 mgr.y (mgr.14556) 7300 : cluster [DBG] pgmap v6442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:06.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:05.086937+0000 mgr.y (mgr.14556) 7301 : cluster [DBG] pgmap v6443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:05.086937+0000 mgr.y (mgr.14556) 7301 : cluster [DBG] pgmap v6443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:05.086937+0000 mgr.y (mgr.14556) 7301 : cluster [DBG] pgmap v6443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:08.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:07.087709+0000 mgr.y (mgr.14556) 7302 : cluster [DBG] pgmap v6444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:08.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:07.087709+0000 mgr.y (mgr.14556) 7302 : cluster [DBG] pgmap v6444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:08.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:07.087709+0000 mgr.y (mgr.14556) 7302 : cluster [DBG] pgmap v6444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:09.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:20:08.353773+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:20:09.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:20:08.661618+0000 mon.a (mon.0) 2017 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:20:09.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:20:08.662275+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:20:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:20:08.675953+0000 mon.a (mon.0) 2019 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:20:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:20:08.353773+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:20:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:20:08.661618+0000 mon.a (mon.0) 2017 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:20:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:20:08.662275+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:20:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:20:08.675953+0000 mon.a (mon.0) 2019 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:20:09.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:20:08.353773+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:20:09.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:20:08.661618+0000 mon.a (mon.0) 2017 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:20:09.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:20:08.662275+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:20:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:20:08.675953+0000 mon.a (mon.0) 2019 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:20:11.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:09.088164+0000 mgr.y (mgr.14556) 7303 : cluster [DBG] pgmap v6445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:11.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:09.088164+0000 mgr.y (mgr.14556) 7303 : cluster [DBG] pgmap v6445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:11.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:09.088164+0000 mgr.y (mgr.14556) 7303 : cluster [DBG] pgmap v6445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:20:13.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:11.088998+0000 mgr.y (mgr.14556) 7304 : cluster [DBG] pgmap v6446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:13.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:11.088998+0000 mgr.y (mgr.14556) 7304 : cluster [DBG] pgmap v6446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:13.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:11.088998+0000 mgr.y (mgr.14556) 7304 : cluster [DBG] pgmap v6446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:14.058 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:20:14.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:20:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:20:14.345 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:20:14.345 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 9m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:20:14.345 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 9m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 9m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 9m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 9m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 9m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 9m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 9m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 9m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 9m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 9m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 9m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 9m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 9m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 9m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 9m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:20:14.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 9m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:20:14.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 9m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:20:14.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 9m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:20:14.347 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 9m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:20:14.698 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:20:14.698 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:20:14.698 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:20:14.698 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:20:14.698 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:20:14.698 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:20:14.698 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:20:14.698 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:20:14.698 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:20:14.698 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:20:14.698 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:20:14.699 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:20:14.699 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:20:14.699 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:20:14.699 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:20:14.699 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:20:14.699 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:20:15.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:13.089490+0000 mgr.y (mgr.14556) 7305 : cluster [DBG] pgmap v6447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:15.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:20:14.700464+0000 mon.a (mon.0) 2020 : audit [DBG] from='client.? 172.21.15.23:0/2711595915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:20:15.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:13.089490+0000 mgr.y (mgr.14556) 7305 : cluster [DBG] pgmap v6447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:15.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:20:14.700464+0000 mon.a (mon.0) 2020 : audit [DBG] from='client.? 172.21.15.23:0/2711595915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:20:15.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:13.089490+0000 mgr.y (mgr.14556) 7305 : cluster [DBG] pgmap v6447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:15.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:20:14.700464+0000 mon.a (mon.0) 2020 : audit [DBG] from='client.? 172.21.15.23:0/2711595915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:20:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:20:14.048408+0000 mgr.y (mgr.14556) 7306 : audit [DBG] from='client.22317 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:20:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:20:14.340272+0000 mgr.y (mgr.14556) 7307 : audit [DBG] from='client.22323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:20:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:20:14.048408+0000 mgr.y (mgr.14556) 7306 : audit [DBG] from='client.22317 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:20:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:20:14.340272+0000 mgr.y (mgr.14556) 7307 : audit [DBG] from='client.22323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:20:16.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:20:14.048408+0000 mgr.y (mgr.14556) 7306 : audit [DBG] from='client.22317 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:20:16.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:20:14.340272+0000 mgr.y (mgr.14556) 7307 : audit [DBG] from='client.22323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:20:17.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:15.089927+0000 mgr.y (mgr.14556) 7308 : cluster [DBG] pgmap v6448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:17.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:15.089927+0000 mgr.y (mgr.14556) 7308 : cluster [DBG] pgmap v6448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:17.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:15.089927+0000 mgr.y (mgr.14556) 7308 : cluster [DBG] pgmap v6448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:19.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:17.090790+0000 mgr.y (mgr.14556) 7309 : cluster [DBG] pgmap v6449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:19.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:17.090790+0000 mgr.y (mgr.14556) 7309 : cluster [DBG] pgmap v6449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:19.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:17.090790+0000 mgr.y (mgr.14556) 7309 : cluster [DBG] pgmap v6449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:21.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:19.091194+0000 mgr.y (mgr.14556) 7310 : cluster [DBG] pgmap v6450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:21.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:19.091194+0000 mgr.y (mgr.14556) 7310 : cluster [DBG] pgmap v6450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:21.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:19.091194+0000 mgr.y (mgr.14556) 7310 : cluster [DBG] pgmap v6450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:20:23.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:21.091961+0000 mgr.y (mgr.14556) 7311 : cluster [DBG] pgmap v6451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:23.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:21.091961+0000 mgr.y (mgr.14556) 7311 : cluster [DBG] pgmap v6451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:23.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:21.091961+0000 mgr.y (mgr.14556) 7311 : cluster [DBG] pgmap v6451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:20:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:20:25.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:23.092444+0000 mgr.y (mgr.14556) 7312 : cluster [DBG] pgmap v6452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:25.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:23.092444+0000 mgr.y (mgr.14556) 7312 : cluster [DBG] pgmap v6452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:25.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:23.092444+0000 mgr.y (mgr.14556) 7312 : cluster [DBG] pgmap v6452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:27.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:25.092950+0000 mgr.y (mgr.14556) 7313 : cluster [DBG] pgmap v6453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:27.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:25.092950+0000 mgr.y (mgr.14556) 7313 : cluster [DBG] pgmap v6453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:27.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:25.092950+0000 mgr.y (mgr.14556) 7313 : cluster [DBG] pgmap v6453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:29.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:27.093655+0000 mgr.y (mgr.14556) 7314 : cluster [DBG] pgmap v6454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:27.093655+0000 mgr.y (mgr.14556) 7314 : cluster [DBG] pgmap v6454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:29.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:27.093655+0000 mgr.y (mgr.14556) 7314 : cluster [DBG] pgmap v6454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:29.094230+0000 mgr.y (mgr.14556) 7315 : cluster [DBG] pgmap v6455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:30.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:29.094230+0000 mgr.y (mgr.14556) 7315 : cluster [DBG] pgmap v6455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:29.094230+0000 mgr.y (mgr.14556) 7315 : cluster [DBG] pgmap v6455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:20:32.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:31.095032+0000 mgr.y (mgr.14556) 7316 : cluster [DBG] pgmap v6456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:32.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:31.095032+0000 mgr.y (mgr.14556) 7316 : cluster [DBG] pgmap v6456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:32.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:31.095032+0000 mgr.y (mgr.14556) 7316 : cluster [DBG] pgmap v6456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:20:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:20:34.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:33.095412+0000 mgr.y (mgr.14556) 7317 : cluster [DBG] pgmap v6457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:34.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:33.095412+0000 mgr.y (mgr.14556) 7317 : cluster [DBG] pgmap v6457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:34.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:33.095412+0000 mgr.y (mgr.14556) 7317 : cluster [DBG] pgmap v6457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:36.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:35.095930+0000 mgr.y (mgr.14556) 7318 : cluster [DBG] pgmap v6458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:36.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:35.095930+0000 mgr.y (mgr.14556) 7318 : cluster [DBG] pgmap v6458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:36.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:35.095930+0000 mgr.y (mgr.14556) 7318 : cluster [DBG] pgmap v6458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:38.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:37.096659+0000 mgr.y (mgr.14556) 7319 : cluster [DBG] pgmap v6459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:38.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:37.096659+0000 mgr.y (mgr.14556) 7319 : cluster [DBG] pgmap v6459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:38.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:37.096659+0000 mgr.y (mgr.14556) 7319 : cluster [DBG] pgmap v6459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:40.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:39.097228+0000 mgr.y (mgr.14556) 7320 : cluster [DBG] pgmap v6460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:39.097228+0000 mgr.y (mgr.14556) 7320 : cluster [DBG] pgmap v6460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:40.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:39.097228+0000 mgr.y (mgr.14556) 7320 : cluster [DBG] pgmap v6460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:20:42.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:41.097844+0000 mgr.y (mgr.14556) 7321 : cluster [DBG] pgmap v6461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:42.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:41.097844+0000 mgr.y (mgr.14556) 7321 : cluster [DBG] pgmap v6461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:42.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:41.097844+0000 mgr.y (mgr.14556) 7321 : cluster [DBG] pgmap v6461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:44.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:20:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:20:44.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:43.098346+0000 mgr.y (mgr.14556) 7322 : cluster [DBG] pgmap v6462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:44.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:43.098346+0000 mgr.y (mgr.14556) 7322 : cluster [DBG] pgmap v6462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:44.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:43.098346+0000 mgr.y (mgr.14556) 7322 : cluster [DBG] pgmap v6462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:45.023 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:20:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:20:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 9m ago 3h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:20:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 9m ago 3h 58.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:20:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 9m ago 3h 23.6M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:20:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 9m ago 3h 24.9M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:20:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 9m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:20:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 9m ago 3h 468M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:20:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 9m ago 3h 593M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:20:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 9m ago 3h 311M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:20:45.313 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 9m ago 3h 313M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:20:45.313 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 9m ago 3h 25.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:20:45.313 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 9m ago 3h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:20:45.313 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 9m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:20:45.313 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 9m ago 3h 44.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:20:45.313 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 9m ago 3h 42.9M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:20:45.313 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 9m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:20:45.313 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 9m ago 3h 41.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:20:45.313 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 9m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:20:45.313 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 9m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:20:45.313 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 9m ago 3h 41.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:20:45.313 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 9m ago 3h 94.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:20:45.661 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:20:45.661 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:20:45.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:20:45.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:20:45.662 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:20:45.662 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:20:45.662 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:20:45.662 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:20:45.662 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:20:45.662 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:20:45.662 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:20:45.663 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:20:45.663 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:20:45.663 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:20:45.663 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:20:45.663 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:20:45.663 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:20:46.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:20:45.013855+0000 mgr.y (mgr.14556) 7323 : audit [DBG] from='client.32249 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:20:46.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:45.098721+0000 mgr.y (mgr.14556) 7324 : cluster [DBG] pgmap v6463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:46.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:20:45.307002+0000 mgr.y (mgr.14556) 7325 : audit [DBG] from='client.32255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:20:46.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:20:45.663831+0000 mon.a (mon.0) 2021 : audit [DBG] from='client.? 172.21.15.23:0/2437837513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:20:46.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:20:45.013855+0000 mgr.y (mgr.14556) 7323 : audit [DBG] from='client.32249 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:20:46.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:45.098721+0000 mgr.y (mgr.14556) 7324 : cluster [DBG] pgmap v6463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:46.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:20:45.307002+0000 mgr.y (mgr.14556) 7325 : audit [DBG] from='client.32255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:20:46.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:20:45.663831+0000 mon.a (mon.0) 2021 : audit [DBG] from='client.? 172.21.15.23:0/2437837513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:20:46.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:20:45.013855+0000 mgr.y (mgr.14556) 7323 : audit [DBG] from='client.32249 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:20:46.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:45.098721+0000 mgr.y (mgr.14556) 7324 : cluster [DBG] pgmap v6463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:46.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:20:45.307002+0000 mgr.y (mgr.14556) 7325 : audit [DBG] from='client.32255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:20:46.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:20:45.663831+0000 mon.a (mon.0) 2021 : audit [DBG] from='client.? 172.21.15.23:0/2437837513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:20:48.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:47.099507+0000 mgr.y (mgr.14556) 7326 : cluster [DBG] pgmap v6464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:48.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:47.099507+0000 mgr.y (mgr.14556) 7326 : cluster [DBG] pgmap v6464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:48.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:47.099507+0000 mgr.y (mgr.14556) 7326 : cluster [DBG] pgmap v6464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:50.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:49.099865+0000 mgr.y (mgr.14556) 7327 : cluster [DBG] pgmap v6465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:50.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:49.099865+0000 mgr.y (mgr.14556) 7327 : cluster [DBG] pgmap v6465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:50.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:49.099865+0000 mgr.y (mgr.14556) 7327 : cluster [DBG] pgmap v6465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:20:52.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:51.100498+0000 mgr.y (mgr.14556) 7328 : cluster [DBG] pgmap v6466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:52.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:51.100498+0000 mgr.y (mgr.14556) 7328 : cluster [DBG] pgmap v6466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:52.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:51.100498+0000 mgr.y (mgr.14556) 7328 : cluster [DBG] pgmap v6466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:54.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:20:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:20:54.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:53.100899+0000 mgr.y (mgr.14556) 7329 : cluster [DBG] pgmap v6467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:54.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:53.100899+0000 mgr.y (mgr.14556) 7329 : cluster [DBG] pgmap v6467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:54.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:53.100899+0000 mgr.y (mgr.14556) 7329 : cluster [DBG] pgmap v6467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:56.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:55.101275+0000 mgr.y (mgr.14556) 7330 : cluster [DBG] pgmap v6468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:56.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:55.101275+0000 mgr.y (mgr.14556) 7330 : cluster [DBG] pgmap v6468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:56.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:55.101275+0000 mgr.y (mgr.14556) 7330 : cluster [DBG] pgmap v6468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:58.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:20:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:57.101955+0000 mgr.y (mgr.14556) 7331 : cluster [DBG] pgmap v6469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:58.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:20:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:57.101955+0000 mgr.y (mgr.14556) 7331 : cluster [DBG] pgmap v6469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:20:58.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:20:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:57.101955+0000 mgr.y (mgr.14556) 7331 : cluster [DBG] pgmap v6469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:00.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:20:59.102488+0000 mgr.y (mgr.14556) 7332 : cluster [DBG] pgmap v6470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:00.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:20:59.102488+0000 mgr.y (mgr.14556) 7332 : cluster [DBG] pgmap v6470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:00.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:20:59.102488+0000 mgr.y (mgr.14556) 7332 : cluster [DBG] pgmap v6470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:21:02.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:01.103236+0000 mgr.y (mgr.14556) 7333 : cluster [DBG] pgmap v6471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:02.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:01.103236+0000 mgr.y (mgr.14556) 7333 : cluster [DBG] pgmap v6471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:02.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:01.103236+0000 mgr.y (mgr.14556) 7333 : cluster [DBG] pgmap v6471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:21:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:21:04.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:03.103602+0000 mgr.y (mgr.14556) 7334 : cluster [DBG] pgmap v6472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:04.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:03.103602+0000 mgr.y (mgr.14556) 7334 : cluster [DBG] pgmap v6472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:04.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:03.103602+0000 mgr.y (mgr.14556) 7334 : cluster [DBG] pgmap v6472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:06.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:05.103962+0000 mgr.y (mgr.14556) 7335 : cluster [DBG] pgmap v6473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:06.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:05.103962+0000 mgr.y (mgr.14556) 7335 : cluster [DBG] pgmap v6473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:06.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:05.103962+0000 mgr.y (mgr.14556) 7335 : cluster [DBG] pgmap v6473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:08.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:07.104777+0000 mgr.y (mgr.14556) 7336 : cluster [DBG] pgmap v6474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:08.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:07.104777+0000 mgr.y (mgr.14556) 7336 : cluster [DBG] pgmap v6474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:08.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:07.104777+0000 mgr.y (mgr.14556) 7336 : cluster [DBG] pgmap v6474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:09.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:21:08.680361+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:21:09.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:21:08.680361+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:21:09.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:21:08.680361+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:21:10.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:09.105280+0000 mgr.y (mgr.14556) 7337 : cluster [DBG] pgmap v6475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:10.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:09.105280+0000 mgr.y (mgr.14556) 7337 : cluster [DBG] pgmap v6475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:10.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:09.105280+0000 mgr.y (mgr.14556) 7337 : cluster [DBG] pgmap v6475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:11.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:21:12.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:11.105753+0000 mgr.y (mgr.14556) 7338 : cluster [DBG] pgmap v6476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:12.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:21:11.284484+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:21:12.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:21:11.854978+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:21:12.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:21:12.147456+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:21:12.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:21:12.148224+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:21:12.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:21:12.153951+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:21:12.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:11.105753+0000 mgr.y (mgr.14556) 7338 : cluster [DBG] pgmap v6476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:12.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:21:11.284484+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:21:12.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:21:11.854978+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:21:12.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:21:12.147456+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:21:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:21:12.148224+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:21:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:21:12.153951+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:21:12.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:11.105753+0000 mgr.y (mgr.14556) 7338 : cluster [DBG] pgmap v6476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:12.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:21:11.284484+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:21:12.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:21:11.854978+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:21:12.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:21:12.147456+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:21:12.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:21:12.148224+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:21:12.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:21:12.153951+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:21:14.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:21:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T10:21:14.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:13.106214+0000 mgr.y (mgr.14556) 7339 : cluster [DBG] pgmap v6477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:14.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:13.106214+0000 mgr.y (mgr.14556) 7339 : cluster [DBG] pgmap v6477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:14.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:13.106214+0000 mgr.y (mgr.14556) 7339 : cluster [DBG] pgmap v6477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:15.986 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 5s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4s ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5s ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 4s ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5s ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5s ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4s ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5s ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 5s ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4s ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:21:16.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5s ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:21:16.276 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5s ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:21:16.276 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5s ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:21:16.276 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5s ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:21:16.276 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4s ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:21:16.276 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4s ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:21:16.276 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4s ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:21:16.276 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4s ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:21:16.276 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4s ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:21:16.627 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:21:16.627 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:21:16.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:21:16.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:21:16.627 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:21:16.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:21:16.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:21:16.628 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:21:16.628 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:21:16.628 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:21:16.628 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:21:16.628 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:21:16.628 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:21:16.628 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:21:16.628 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:21:16.628 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:21:16.628 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:21:16.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:15.106739+0000 mgr.y (mgr.14556) 7340 : cluster [DBG] pgmap v6478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:15.106739+0000 mgr.y (mgr.14556) 7340 : cluster [DBG] pgmap v6478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:16.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:15.106739+0000 mgr.y (mgr.14556) 7340 : cluster [DBG] pgmap v6478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:17.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:21:15.977367+0000 mgr.y (mgr.14556) 7341 : audit [DBG] from='client.22353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:21:17.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:21:16.270087+0000 mgr.y (mgr.14556) 7342 : audit [DBG] from='client.22359 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:21:17.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:21:16.630310+0000 mon.a (mon.0) 2028 : audit [DBG] from='client.? 172.21.15.23:0/1629741463' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:21:17.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:21:15.977367+0000 mgr.y (mgr.14556) 7341 : audit [DBG] from='client.22353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:21:17.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:21:16.270087+0000 mgr.y (mgr.14556) 7342 : audit [DBG] from='client.22359 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:21:17.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:21:16.630310+0000 mon.a (mon.0) 2028 : audit [DBG] from='client.? 172.21.15.23:0/1629741463' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:21:17.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:21:15.977367+0000 mgr.y (mgr.14556) 7341 : audit [DBG] from='client.22353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:21:17.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:21:16.270087+0000 mgr.y (mgr.14556) 7342 : audit [DBG] from='client.22359 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:21:17.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:21:16.630310+0000 mon.a (mon.0) 2028 : audit [DBG] from='client.? 172.21.15.23:0/1629741463' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:21:18.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:17.107483+0000 mgr.y (mgr.14556) 7343 : cluster [DBG] pgmap v6479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:18.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:17.107483+0000 mgr.y (mgr.14556) 7343 : cluster [DBG] pgmap v6479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:18.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:17.107483+0000 mgr.y (mgr.14556) 7343 : cluster [DBG] pgmap v6479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:20.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:19.107907+0000 mgr.y (mgr.14556) 7344 : cluster [DBG] pgmap v6480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:20.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:19.107907+0000 mgr.y (mgr.14556) 7344 : cluster [DBG] pgmap v6480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:20.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:19.107907+0000 mgr.y (mgr.14556) 7344 : cluster [DBG] pgmap v6480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:21.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:21:22.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:21.108735+0000 mgr.y (mgr.14556) 7345 : cluster [DBG] pgmap v6481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:22.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:21.108735+0000 mgr.y (mgr.14556) 7345 : cluster [DBG] pgmap v6481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:22.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:21.108735+0000 mgr.y (mgr.14556) 7345 : cluster [DBG] pgmap v6481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:21:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:21:24.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:23.109116+0000 mgr.y (mgr.14556) 7346 : cluster [DBG] pgmap v6482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:24.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:23.109116+0000 mgr.y (mgr.14556) 7346 : cluster [DBG] pgmap v6482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:24.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:23.109116+0000 mgr.y (mgr.14556) 7346 : cluster [DBG] pgmap v6482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:26.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:25.109637+0000 mgr.y (mgr.14556) 7347 : cluster [DBG] pgmap v6483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:26.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:25.109637+0000 mgr.y (mgr.14556) 7347 : cluster [DBG] pgmap v6483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:26.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:25.109637+0000 mgr.y (mgr.14556) 7347 : cluster [DBG] pgmap v6483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:28.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:27.110443+0000 mgr.y (mgr.14556) 7348 : cluster [DBG] pgmap v6484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:28.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:27.110443+0000 mgr.y (mgr.14556) 7348 : cluster [DBG] pgmap v6484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:28.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:27.110443+0000 mgr.y (mgr.14556) 7348 : cluster [DBG] pgmap v6484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:30.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:29.110829+0000 mgr.y (mgr.14556) 7349 : cluster [DBG] pgmap v6485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:30.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:29.110829+0000 mgr.y (mgr.14556) 7349 : cluster [DBG] pgmap v6485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:30.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:29.110829+0000 mgr.y (mgr.14556) 7349 : cluster [DBG] pgmap v6485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:31.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:21:32.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:31.111638+0000 mgr.y (mgr.14556) 7350 : cluster [DBG] pgmap v6486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:32.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:31.111638+0000 mgr.y (mgr.14556) 7350 : cluster [DBG] pgmap v6486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:32.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:31.111638+0000 mgr.y (mgr.14556) 7350 : cluster [DBG] pgmap v6486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:34.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:21:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:21:34.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:33.112063+0000 mgr.y (mgr.14556) 7351 : cluster [DBG] pgmap v6487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:34.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:33.112063+0000 mgr.y (mgr.14556) 7351 : cluster [DBG] pgmap v6487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:34.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:33.112063+0000 mgr.y (mgr.14556) 7351 : cluster [DBG] pgmap v6487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:36.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:35.112465+0000 mgr.y (mgr.14556) 7352 : cluster [DBG] pgmap v6488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:36.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:35.112465+0000 mgr.y (mgr.14556) 7352 : cluster [DBG] pgmap v6488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:36.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:35.112465+0000 mgr.y (mgr.14556) 7352 : cluster [DBG] pgmap v6488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:38.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:37.113064+0000 mgr.y (mgr.14556) 7353 : cluster [DBG] pgmap v6489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:38.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:37.113064+0000 mgr.y (mgr.14556) 7353 : cluster [DBG] pgmap v6489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:38.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:37.113064+0000 mgr.y (mgr.14556) 7353 : cluster [DBG] pgmap v6489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:40.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:39.113513+0000 mgr.y (mgr.14556) 7354 : cluster [DBG] pgmap v6490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:40.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:39.113513+0000 mgr.y (mgr.14556) 7354 : cluster [DBG] pgmap v6490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:40.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:39.113513+0000 mgr.y (mgr.14556) 7354 : cluster [DBG] pgmap v6490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:41.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:21:42.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:41.114307+0000 mgr.y (mgr.14556) 7355 : cluster [DBG] pgmap v6491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:42.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:41.114307+0000 mgr.y (mgr.14556) 7355 : cluster [DBG] pgmap v6491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:42.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:41.114307+0000 mgr.y (mgr.14556) 7355 : cluster [DBG] pgmap v6491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:44.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:21:43] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:21:44.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:43.114862+0000 mgr.y (mgr.14556) 7356 : cluster [DBG] pgmap v6492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:44.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:43.114862+0000 mgr.y (mgr.14556) 7356 : cluster [DBG] pgmap v6492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:44.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:43.114862+0000 mgr.y (mgr.14556) 7356 : cluster [DBG] pgmap v6492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:46.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:45.115301+0000 mgr.y (mgr.14556) 7357 : cluster [DBG] pgmap v6493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:46.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:45.115301+0000 mgr.y (mgr.14556) 7357 : cluster [DBG] pgmap v6493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:46.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:45.115301+0000 mgr.y (mgr.14556) 7357 : cluster [DBG] pgmap v6493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:46.953 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:21:47.240 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:21:47.240 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 35s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:21:47.240 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 35s ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:21:47.240 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 35s ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:21:47.240 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 35s ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:21:47.240 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 35s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:21:47.240 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 35s ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:21:47.240 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 35s ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:21:47.240 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 35s ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:21:47.240 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 35s ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:21:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 35s ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:21:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 35s ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:21:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 35s ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:21:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 35s ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:21:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 35s ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:21:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 35s ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:21:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 35s ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:21:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 35s ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:21:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 35s ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:21:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 35s ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:21:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 35s ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:21:47.588 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:21:47.588 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:21:47.588 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:21:47.589 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:21:48.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:21:46.944367+0000 mgr.y (mgr.14556) 7358 : audit [DBG] from='client.22371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:21:48.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:47.115897+0000 mgr.y (mgr.14556) 7359 : cluster [DBG] pgmap v6494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:48.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:21:47.235361+0000 mgr.y (mgr.14556) 7360 : audit [DBG] from='client.32291 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:21:48.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:21:47.591905+0000 mon.a (mon.0) 2029 : audit [DBG] from='client.? 172.21.15.23:0/810611752' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:21:48.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:21:46.944367+0000 mgr.y (mgr.14556) 7358 : audit [DBG] from='client.22371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:21:48.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:47.115897+0000 mgr.y (mgr.14556) 7359 : cluster [DBG] pgmap v6494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:48.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:21:47.235361+0000 mgr.y (mgr.14556) 7360 : audit [DBG] from='client.32291 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:21:48.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:21:47.591905+0000 mon.a (mon.0) 2029 : audit [DBG] from='client.? 172.21.15.23:0/810611752' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:21:48.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:21:46.944367+0000 mgr.y (mgr.14556) 7358 : audit [DBG] from='client.22371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:21:48.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:47.115897+0000 mgr.y (mgr.14556) 7359 : cluster [DBG] pgmap v6494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:48.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:21:47.235361+0000 mgr.y (mgr.14556) 7360 : audit [DBG] from='client.32291 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:21:48.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:21:47.591905+0000 mon.a (mon.0) 2029 : audit [DBG] from='client.? 172.21.15.23:0/810611752' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:21:50.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:49.116354+0000 mgr.y (mgr.14556) 7361 : cluster [DBG] pgmap v6495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:50.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:49.116354+0000 mgr.y (mgr.14556) 7361 : cluster [DBG] pgmap v6495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:50.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:49.116354+0000 mgr.y (mgr.14556) 7361 : cluster [DBG] pgmap v6495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:51.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:21:52.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:51.117191+0000 mgr.y (mgr.14556) 7362 : cluster [DBG] pgmap v6496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:52.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:51.117191+0000 mgr.y (mgr.14556) 7362 : cluster [DBG] pgmap v6496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:52.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:51.117191+0000 mgr.y (mgr.14556) 7362 : cluster [DBG] pgmap v6496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:54.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:21:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:21:54.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:53.117752+0000 mgr.y (mgr.14556) 7363 : cluster [DBG] pgmap v6497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:54.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:53.117752+0000 mgr.y (mgr.14556) 7363 : cluster [DBG] pgmap v6497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:54.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:53.117752+0000 mgr.y (mgr.14556) 7363 : cluster [DBG] pgmap v6497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:56.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:55.118178+0000 mgr.y (mgr.14556) 7364 : cluster [DBG] pgmap v6498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:56.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:55.118178+0000 mgr.y (mgr.14556) 7364 : cluster [DBG] pgmap v6498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:56.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:55.118178+0000 mgr.y (mgr.14556) 7364 : cluster [DBG] pgmap v6498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:58.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:57.118935+0000 mgr.y (mgr.14556) 7365 : cluster [DBG] pgmap v6499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:58.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:57.118935+0000 mgr.y (mgr.14556) 7365 : cluster [DBG] pgmap v6499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:21:58.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:21:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:57.118935+0000 mgr.y (mgr.14556) 7365 : cluster [DBG] pgmap v6499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:00.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:21:59.119411+0000 mgr.y (mgr.14556) 7366 : cluster [DBG] pgmap v6500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:00.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:21:59.119411+0000 mgr.y (mgr.14556) 7366 : cluster [DBG] pgmap v6500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:00.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:21:59.119411+0000 mgr.y (mgr.14556) 7366 : cluster [DBG] pgmap v6500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:01.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:22:02.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:01.120025+0000 mgr.y (mgr.14556) 7367 : cluster [DBG] pgmap v6501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:02.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:01.120025+0000 mgr.y (mgr.14556) 7367 : cluster [DBG] pgmap v6501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:02.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:01.120025+0000 mgr.y (mgr.14556) 7367 : cluster [DBG] pgmap v6501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:22:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:22:04.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:03.120451+0000 mgr.y (mgr.14556) 7368 : cluster [DBG] pgmap v6502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:04.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:03.120451+0000 mgr.y (mgr.14556) 7368 : cluster [DBG] pgmap v6502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:04.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:03.120451+0000 mgr.y (mgr.14556) 7368 : cluster [DBG] pgmap v6502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:06.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:05.120848+0000 mgr.y (mgr.14556) 7369 : cluster [DBG] pgmap v6503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:06.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:05.120848+0000 mgr.y (mgr.14556) 7369 : cluster [DBG] pgmap v6503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:06.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:05.120848+0000 mgr.y (mgr.14556) 7369 : cluster [DBG] pgmap v6503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:08.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:07.121623+0000 mgr.y (mgr.14556) 7370 : cluster [DBG] pgmap v6504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:08.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:07.121623+0000 mgr.y (mgr.14556) 7370 : cluster [DBG] pgmap v6504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:08.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:07.121623+0000 mgr.y (mgr.14556) 7370 : cluster [DBG] pgmap v6504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:10.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:09.122021+0000 mgr.y (mgr.14556) 7371 : cluster [DBG] pgmap v6505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:10.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:09.122021+0000 mgr.y (mgr.14556) 7371 : cluster [DBG] pgmap v6505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:10.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:09.122021+0000 mgr.y (mgr.14556) 7371 : cluster [DBG] pgmap v6505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:11.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:22:12.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:11.122816+0000 mgr.y (mgr.14556) 7372 : cluster [DBG] pgmap v6506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:12.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:22:12.159181+0000 mon.a (mon.0) 2030 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:22:12.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:22:12.467848+0000 mon.a (mon.0) 2031 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:22:12.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:22:12.468514+0000 mon.a (mon.0) 2032 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:22:12.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:22:12.477258+0000 mon.a (mon.0) 2033 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:22:12.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:11.122816+0000 mgr.y (mgr.14556) 7372 : cluster [DBG] pgmap v6506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:12.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:22:12.159181+0000 mon.a (mon.0) 2030 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:22:12.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:22:12.467848+0000 mon.a (mon.0) 2031 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:22:12.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:22:12.468514+0000 mon.a (mon.0) 2032 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:22:12.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:22:12.477258+0000 mon.a (mon.0) 2033 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:22:12.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:11.122816+0000 mgr.y (mgr.14556) 7372 : cluster [DBG] pgmap v6506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:12.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:22:12.159181+0000 mon.a (mon.0) 2030 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:22:12.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:22:12.467848+0000 mon.a (mon.0) 2031 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:22:12.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:22:12.468514+0000 mon.a (mon.0) 2032 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:22:12.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:22:12.477258+0000 mon.a (mon.0) 2033 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:22:14.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:22:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:22:14.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:13.123218+0000 mgr.y (mgr.14556) 7373 : cluster [DBG] pgmap v6507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:14.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:13.123218+0000 mgr.y (mgr.14556) 7373 : cluster [DBG] pgmap v6507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:14.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:13.123218+0000 mgr.y (mgr.14556) 7373 : cluster [DBG] pgmap v6507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:16.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:15.123826+0000 mgr.y (mgr.14556) 7374 : cluster [DBG] pgmap v6508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:16.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:15.123826+0000 mgr.y (mgr.14556) 7374 : cluster [DBG] pgmap v6508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:16.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:15.123826+0000 mgr.y (mgr.14556) 7374 : cluster [DBG] pgmap v6508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:17.915 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:22:18.201 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:22:18.201 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 66s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:22:18.201 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 66s ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:22:18.201 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 66s ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:22:18.201 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 66s ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:22:18.201 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 66s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:22:18.201 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 66s ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:22:18.201 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 66s ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:22:18.201 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 66s ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:22:18.201 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 66s ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:22:18.202 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 66s ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:22:18.202 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 66s ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:22:18.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 66s ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:22:18.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 66s ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:22:18.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 66s ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:22:18.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 66s ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:22:18.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 66s ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:22:18.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 66s ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:22:18.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 66s ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:22:18.202 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 66s ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:22:18.202 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 66s ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:22:18.549 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:22:18.549 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:22:18.550 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:22:18.551 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:22:18.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:17.124617+0000 mgr.y (mgr.14556) 7375 : cluster [DBG] pgmap v6509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:18.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:22:18.553233+0000 mon.a (mon.0) 2034 : audit [DBG] from='client.? 172.21.15.23:0/237204783' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:22:19.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:17.124617+0000 mgr.y (mgr.14556) 7375 : cluster [DBG] pgmap v6509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:19.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:22:18.553233+0000 mon.a (mon.0) 2034 : audit [DBG] from='client.? 172.21.15.23:0/237204783' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:22:19.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:17.124617+0000 mgr.y (mgr.14556) 7375 : cluster [DBG] pgmap v6509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:19.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:22:18.553233+0000 mon.a (mon.0) 2034 : audit [DBG] from='client.? 172.21.15.23:0/237204783' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:22:19.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:22:17.906628+0000 mgr.y (mgr.14556) 7376 : audit [DBG] from='client.32303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:22:19.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:22:18.196515+0000 mgr.y (mgr.14556) 7377 : audit [DBG] from='client.32309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:22:20.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:22:17.906628+0000 mgr.y (mgr.14556) 7376 : audit [DBG] from='client.32303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:22:20.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:22:18.196515+0000 mgr.y (mgr.14556) 7377 : audit [DBG] from='client.32309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:22:20.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:22:17.906628+0000 mgr.y (mgr.14556) 7376 : audit [DBG] from='client.32303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:22:20.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:22:18.196515+0000 mgr.y (mgr.14556) 7377 : audit [DBG] from='client.32309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:22:20.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:19.125161+0000 mgr.y (mgr.14556) 7378 : cluster [DBG] pgmap v6510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:21.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:19.125161+0000 mgr.y (mgr.14556) 7378 : cluster [DBG] pgmap v6510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:21.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:19.125161+0000 mgr.y (mgr.14556) 7378 : cluster [DBG] pgmap v6510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:21.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:22:23.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:21.125832+0000 mgr.y (mgr.14556) 7379 : cluster [DBG] pgmap v6511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:23.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:21.125832+0000 mgr.y (mgr.14556) 7379 : cluster [DBG] pgmap v6511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:23.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:21.125832+0000 mgr.y (mgr.14556) 7379 : cluster [DBG] pgmap v6511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:22:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T10:22:25.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:23.126310+0000 mgr.y (mgr.14556) 7380 : cluster [DBG] pgmap v6512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:25.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:23.126310+0000 mgr.y (mgr.14556) 7380 : cluster [DBG] pgmap v6512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:25.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:23.126310+0000 mgr.y (mgr.14556) 7380 : cluster [DBG] pgmap v6512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:27.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:25.126789+0000 mgr.y (mgr.14556) 7381 : cluster [DBG] pgmap v6513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:27.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:25.126789+0000 mgr.y (mgr.14556) 7381 : cluster [DBG] pgmap v6513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:27.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:25.126789+0000 mgr.y (mgr.14556) 7381 : cluster [DBG] pgmap v6513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:29.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:27.127497+0000 mgr.y (mgr.14556) 7382 : cluster [DBG] pgmap v6514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:29.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:27.127497+0000 mgr.y (mgr.14556) 7382 : cluster [DBG] pgmap v6514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:29.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:27.127497+0000 mgr.y (mgr.14556) 7382 : cluster [DBG] pgmap v6514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:31.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:29.127938+0000 mgr.y (mgr.14556) 7383 : cluster [DBG] pgmap v6515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:31.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:29.127938+0000 mgr.y (mgr.14556) 7383 : cluster [DBG] pgmap v6515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:31.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:29.127938+0000 mgr.y (mgr.14556) 7383 : cluster [DBG] pgmap v6515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:31.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:22:33.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:31.128695+0000 mgr.y (mgr.14556) 7384 : cluster [DBG] pgmap v6516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:33.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:31.128695+0000 mgr.y (mgr.14556) 7384 : cluster [DBG] pgmap v6516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:33.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:31.128695+0000 mgr.y (mgr.14556) 7384 : cluster [DBG] pgmap v6516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:34.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:22:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T10:22:35.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:33.129242+0000 mgr.y (mgr.14556) 7385 : cluster [DBG] pgmap v6517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:35.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:33.129242+0000 mgr.y (mgr.14556) 7385 : cluster [DBG] pgmap v6517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:35.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:33.129242+0000 mgr.y (mgr.14556) 7385 : cluster [DBG] pgmap v6517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:37.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:35.129796+0000 mgr.y (mgr.14556) 7386 : cluster [DBG] pgmap v6518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:37.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:35.129796+0000 mgr.y (mgr.14556) 7386 : cluster [DBG] pgmap v6518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:37.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:35.129796+0000 mgr.y (mgr.14556) 7386 : cluster [DBG] pgmap v6518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:39.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:37.130552+0000 mgr.y (mgr.14556) 7387 : cluster [DBG] pgmap v6519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:39.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:37.130552+0000 mgr.y (mgr.14556) 7387 : cluster [DBG] pgmap v6519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:39.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:37.130552+0000 mgr.y (mgr.14556) 7387 : cluster [DBG] pgmap v6519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:41.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:39.131075+0000 mgr.y (mgr.14556) 7388 : cluster [DBG] pgmap v6520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:41.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:39.131075+0000 mgr.y (mgr.14556) 7388 : cluster [DBG] pgmap v6520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:41.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:39.131075+0000 mgr.y (mgr.14556) 7388 : cluster [DBG] pgmap v6520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:41.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:22:43.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:41.131709+0000 mgr.y (mgr.14556) 7389 : cluster [DBG] pgmap v6521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:43.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:41.131709+0000 mgr.y (mgr.14556) 7389 : cluster [DBG] pgmap v6521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:43.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:41.131709+0000 mgr.y (mgr.14556) 7389 : cluster [DBG] pgmap v6521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:44.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:22:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:22:45.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:43.132110+0000 mgr.y (mgr.14556) 7390 : cluster [DBG] pgmap v6522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:45.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:43.132110+0000 mgr.y (mgr.14556) 7390 : cluster [DBG] pgmap v6522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:45.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:43.132110+0000 mgr.y (mgr.14556) 7390 : cluster [DBG] pgmap v6522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:47.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:45.132672+0000 mgr.y (mgr.14556) 7391 : cluster [DBG] pgmap v6523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:47.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:45.132672+0000 mgr.y (mgr.14556) 7391 : cluster [DBG] pgmap v6523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:47.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:45.132672+0000 mgr.y (mgr.14556) 7391 : cluster [DBG] pgmap v6523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:48.876 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:22:49.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:47.133348+0000 mgr.y (mgr.14556) 7392 : cluster [DBG] pgmap v6524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:49.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:47.133348+0000 mgr.y (mgr.14556) 7392 : cluster [DBG] pgmap v6524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:49.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:47.133348+0000 mgr.y (mgr.14556) 7392 : cluster [DBG] pgmap v6524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:49.165 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 97s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 97s ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 97s ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 97s ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 97s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 97s ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 97s ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 97s ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 97s ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 97s ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 97s ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 97s ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 97s ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:22:49.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 97s ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:22:49.167 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 97s ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:22:49.167 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 97s ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:22:49.167 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 97s ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:22:49.167 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 97s ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:22:49.167 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 97s ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:22:49.167 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 97s ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:22:49.519 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:22:49.520 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:22:49.520 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:22:49.520 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:22:49.520 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:22:49.520 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:22:49.520 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:22:49.520 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:22:49.520 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:22:49.520 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:22:49.520 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:22:49.520 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:22:49.520 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:22:49.521 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:22:49.521 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:22:49.521 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:22:49.521 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:22:50.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:22:49.523560+0000 mon.a (mon.0) 2035 : audit [DBG] from='client.? 172.21.15.23:0/2075657055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:22:50.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:22:49.523560+0000 mon.a (mon.0) 2035 : audit [DBG] from='client.? 172.21.15.23:0/2075657055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:22:50.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:22:49.523560+0000 mon.a (mon.0) 2035 : audit [DBG] from='client.? 172.21.15.23:0/2075657055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:22:51.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:22:48.867893+0000 mgr.y (mgr.14556) 7393 : audit [DBG] from='client.22407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:22:51.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:49.133649+0000 mgr.y (mgr.14556) 7394 : cluster [DBG] pgmap v6525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:51.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:22:49.162101+0000 mgr.y (mgr.14556) 7395 : audit [DBG] from='client.22413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:22:51.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:22:48.867893+0000 mgr.y (mgr.14556) 7393 : audit [DBG] from='client.22407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:22:51.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:49.133649+0000 mgr.y (mgr.14556) 7394 : cluster [DBG] pgmap v6525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:51.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:22:49.162101+0000 mgr.y (mgr.14556) 7395 : audit [DBG] from='client.22413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:22:51.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:22:48.867893+0000 mgr.y (mgr.14556) 7393 : audit [DBG] from='client.22407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:22:51.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:49.133649+0000 mgr.y (mgr.14556) 7394 : cluster [DBG] pgmap v6525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:51.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:22:49.162101+0000 mgr.y (mgr.14556) 7395 : audit [DBG] from='client.22413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:22:51.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:22:53.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:51.134508+0000 mgr.y (mgr.14556) 7396 : cluster [DBG] pgmap v6526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:53.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:51.134508+0000 mgr.y (mgr.14556) 7396 : cluster [DBG] pgmap v6526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:53.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:51.134508+0000 mgr.y (mgr.14556) 7396 : cluster [DBG] pgmap v6526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:54.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:22:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:22:55.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:53.134909+0000 mgr.y (mgr.14556) 7397 : cluster [DBG] pgmap v6527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:55.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:53.134909+0000 mgr.y (mgr.14556) 7397 : cluster [DBG] pgmap v6527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:55.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:53.134909+0000 mgr.y (mgr.14556) 7397 : cluster [DBG] pgmap v6527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:57.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:55.135492+0000 mgr.y (mgr.14556) 7398 : cluster [DBG] pgmap v6528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:57.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:55.135492+0000 mgr.y (mgr.14556) 7398 : cluster [DBG] pgmap v6528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:57.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:55.135492+0000 mgr.y (mgr.14556) 7398 : cluster [DBG] pgmap v6528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:59.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:57.136082+0000 mgr.y (mgr.14556) 7399 : cluster [DBG] pgmap v6529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:59.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:57.136082+0000 mgr.y (mgr.14556) 7399 : cluster [DBG] pgmap v6529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:22:59.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:22:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:57.136082+0000 mgr.y (mgr.14556) 7399 : cluster [DBG] pgmap v6529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:01.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:22:59.136523+0000 mgr.y (mgr.14556) 7400 : cluster [DBG] pgmap v6530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:01.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:22:59.136523+0000 mgr.y (mgr.14556) 7400 : cluster [DBG] pgmap v6530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:01.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:22:59.136523+0000 mgr.y (mgr.14556) 7400 : cluster [DBG] pgmap v6530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:01.889 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:23:02.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:01.137128+0000 mgr.y (mgr.14556) 7401 : cluster [DBG] pgmap v6531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:02.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:01.137128+0000 mgr.y (mgr.14556) 7401 : cluster [DBG] pgmap v6531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:02.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:01.137128+0000 mgr.y (mgr.14556) 7401 : cluster [DBG] pgmap v6531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:04.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:23:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:23:04.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:03.137704+0000 mgr.y (mgr.14556) 7402 : cluster [DBG] pgmap v6532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:04.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:03.137704+0000 mgr.y (mgr.14556) 7402 : cluster [DBG] pgmap v6532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:04.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:03.137704+0000 mgr.y (mgr.14556) 7402 : cluster [DBG] pgmap v6532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:06.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:05.138172+0000 mgr.y (mgr.14556) 7403 : cluster [DBG] pgmap v6533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:06.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:05.138172+0000 mgr.y (mgr.14556) 7403 : cluster [DBG] pgmap v6533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:06.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:05.138172+0000 mgr.y (mgr.14556) 7403 : cluster [DBG] pgmap v6533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:08.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:07.138844+0000 mgr.y (mgr.14556) 7404 : cluster [DBG] pgmap v6534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:08.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:07.138844+0000 mgr.y (mgr.14556) 7404 : cluster [DBG] pgmap v6534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:08.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:07.138844+0000 mgr.y (mgr.14556) 7404 : cluster [DBG] pgmap v6534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:10.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:09.139350+0000 mgr.y (mgr.14556) 7405 : cluster [DBG] pgmap v6535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:10.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:09.139350+0000 mgr.y (mgr.14556) 7405 : cluster [DBG] pgmap v6535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:10.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:09.139350+0000 mgr.y (mgr.14556) 7405 : cluster [DBG] pgmap v6535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:11.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:23:12.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:11.139988+0000 mgr.y (mgr.14556) 7406 : cluster [DBG] pgmap v6536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:12.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:11.139988+0000 mgr.y (mgr.14556) 7406 : cluster [DBG] pgmap v6536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:12.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:11.139988+0000 mgr.y (mgr.14556) 7406 : cluster [DBG] pgmap v6536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:13.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:23:12.481678+0000 mon.a (mon.0) 2036 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:23:13.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:23:12.790028+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:23:13.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:23:12.790732+0000 mon.a (mon.0) 2038 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:23:13.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:23:12.799521+0000 mon.a (mon.0) 2039 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:23:13.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:23:12.481678+0000 mon.a (mon.0) 2036 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:23:13.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:23:12.790028+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:23:13.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:23:12.790732+0000 mon.a (mon.0) 2038 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:23:13.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:23:12.799521+0000 mon.a (mon.0) 2039 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:23:13.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:23:12.481678+0000 mon.a (mon.0) 2036 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:23:13.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:23:12.790028+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:23:13.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:23:12.790732+0000 mon.a (mon.0) 2038 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:23:13.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:23:12.799521+0000 mon.a (mon.0) 2039 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:23:14.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:23:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:23:15.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:13.140582+0000 mgr.y (mgr.14556) 7407 : cluster [DBG] pgmap v6537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:15.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:13.140582+0000 mgr.y (mgr.14556) 7407 : cluster [DBG] pgmap v6537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:15.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:13.140582+0000 mgr.y (mgr.14556) 7407 : cluster [DBG] pgmap v6537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:17.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:15.141129+0000 mgr.y (mgr.14556) 7408 : cluster [DBG] pgmap v6538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:17.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:15.141129+0000 mgr.y (mgr.14556) 7408 : cluster [DBG] pgmap v6538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:17.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:15.141129+0000 mgr.y (mgr.14556) 7408 : cluster [DBG] pgmap v6538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:19.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:17.141757+0000 mgr.y (mgr.14556) 7409 : cluster [DBG] pgmap v6539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:19.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:17.141757+0000 mgr.y (mgr.14556) 7409 : cluster [DBG] pgmap v6539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:19.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:17.141757+0000 mgr.y (mgr.14556) 7409 : cluster [DBG] pgmap v6539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:19.844 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:23:20.133 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:23:20.134 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 2m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:23:20.134 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 2m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:23:20.134 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 2m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:23:20.134 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 2m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:23:20.134 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 2m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:23:20.135 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 2m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:23:20.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 2m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:23:20.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 2m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:23:20.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 2m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:23:20.135 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 2m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:23:20.135 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 2m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:23:20.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 2m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:23:20.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 2m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:23:20.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 2m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:23:20.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 2m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:23:20.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 2m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:23:20.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 2m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:23:20.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 2m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:23:20.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 2m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:23:20.137 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 2m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:23:20.482 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:23:20.482 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:23:20.482 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:23:20.483 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:23:21.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:19.142308+0000 mgr.y (mgr.14556) 7410 : cluster [DBG] pgmap v6540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:21.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:23:19.836816+0000 mgr.y (mgr.14556) 7411 : audit [DBG] from='client.32339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:23:21.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:23:20.486733+0000 mon.c (mon.2) 206 : audit [DBG] from='client.? 172.21.15.23:0/1530233978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:23:21.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:19.142308+0000 mgr.y (mgr.14556) 7410 : cluster [DBG] pgmap v6540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:21.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:23:19.836816+0000 mgr.y (mgr.14556) 7411 : audit [DBG] from='client.32339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:23:21.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:23:20.486733+0000 mon.c (mon.2) 206 : audit [DBG] from='client.? 172.21.15.23:0/1530233978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:23:21.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:19.142308+0000 mgr.y (mgr.14556) 7410 : cluster [DBG] pgmap v6540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:21.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:23:19.836816+0000 mgr.y (mgr.14556) 7411 : audit [DBG] from='client.32339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:23:21.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:23:20.486733+0000 mon.c (mon.2) 206 : audit [DBG] from='client.? 172.21.15.23:0/1530233978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:23:21.832 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:23:22.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:23:20.129808+0000 mgr.y (mgr.14556) 7412 : audit [DBG] from='client.22431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:23:22.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:23:20.129808+0000 mgr.y (mgr.14556) 7412 : audit [DBG] from='client.22431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:23:22.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:23:20.129808+0000 mgr.y (mgr.14556) 7412 : audit [DBG] from='client.22431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:23:23.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:21.142908+0000 mgr.y (mgr.14556) 7413 : cluster [DBG] pgmap v6541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:23.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:21.142908+0000 mgr.y (mgr.14556) 7413 : cluster [DBG] pgmap v6541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:23.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:21.142908+0000 mgr.y (mgr.14556) 7413 : cluster [DBG] pgmap v6541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:24.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:23:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:23:25.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:23.143316+0000 mgr.y (mgr.14556) 7414 : cluster [DBG] pgmap v6542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:25.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:23.143316+0000 mgr.y (mgr.14556) 7414 : cluster [DBG] pgmap v6542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:25.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:23.143316+0000 mgr.y (mgr.14556) 7414 : cluster [DBG] pgmap v6542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:27.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:25.143727+0000 mgr.y (mgr.14556) 7415 : cluster [DBG] pgmap v6543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:27.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:25.143727+0000 mgr.y (mgr.14556) 7415 : cluster [DBG] pgmap v6543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:27.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:25.143727+0000 mgr.y (mgr.14556) 7415 : cluster [DBG] pgmap v6543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:28.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:27.144351+0000 mgr.y (mgr.14556) 7416 : cluster [DBG] pgmap v6544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:28.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:27.144351+0000 mgr.y (mgr.14556) 7416 : cluster [DBG] pgmap v6544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:28.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:27.144351+0000 mgr.y (mgr.14556) 7416 : cluster [DBG] pgmap v6544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:30.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:29.144775+0000 mgr.y (mgr.14556) 7417 : cluster [DBG] pgmap v6545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:30.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:29.144775+0000 mgr.y (mgr.14556) 7417 : cluster [DBG] pgmap v6545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:30.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:29.144775+0000 mgr.y (mgr.14556) 7417 : cluster [DBG] pgmap v6545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:31.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:23:32.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:31.145467+0000 mgr.y (mgr.14556) 7418 : cluster [DBG] pgmap v6546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:32.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:31.145467+0000 mgr.y (mgr.14556) 7418 : cluster [DBG] pgmap v6546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:32.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:31.145467+0000 mgr.y (mgr.14556) 7418 : cluster [DBG] pgmap v6546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:34.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:23:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:23:34.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:33.145851+0000 mgr.y (mgr.14556) 7419 : cluster [DBG] pgmap v6547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:34.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:33.145851+0000 mgr.y (mgr.14556) 7419 : cluster [DBG] pgmap v6547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:34.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:33.145851+0000 mgr.y (mgr.14556) 7419 : cluster [DBG] pgmap v6547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:36.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:35.146291+0000 mgr.y (mgr.14556) 7420 : cluster [DBG] pgmap v6548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:36.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:35.146291+0000 mgr.y (mgr.14556) 7420 : cluster [DBG] pgmap v6548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:36.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:35.146291+0000 mgr.y (mgr.14556) 7420 : cluster [DBG] pgmap v6548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:38.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:37.147024+0000 mgr.y (mgr.14556) 7421 : cluster [DBG] pgmap v6549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:38.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:37.147024+0000 mgr.y (mgr.14556) 7421 : cluster [DBG] pgmap v6549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:38.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:37.147024+0000 mgr.y (mgr.14556) 7421 : cluster [DBG] pgmap v6549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:40.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:39.147463+0000 mgr.y (mgr.14556) 7422 : cluster [DBG] pgmap v6550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:40.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:39.147463+0000 mgr.y (mgr.14556) 7422 : cluster [DBG] pgmap v6550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:40.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:39.147463+0000 mgr.y (mgr.14556) 7422 : cluster [DBG] pgmap v6550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:41.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:23:42.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:41.148124+0000 mgr.y (mgr.14556) 7423 : cluster [DBG] pgmap v6551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:42.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:41.148124+0000 mgr.y (mgr.14556) 7423 : cluster [DBG] pgmap v6551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:42.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:41.148124+0000 mgr.y (mgr.14556) 7423 : cluster [DBG] pgmap v6551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:44.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:23:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:23:44.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:43.148580+0000 mgr.y (mgr.14556) 7424 : cluster [DBG] pgmap v6552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:44.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:43.148580+0000 mgr.y (mgr.14556) 7424 : cluster [DBG] pgmap v6552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:44.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:43.148580+0000 mgr.y (mgr.14556) 7424 : cluster [DBG] pgmap v6552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:46.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:45.149004+0000 mgr.y (mgr.14556) 7425 : cluster [DBG] pgmap v6553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:46.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:45.149004+0000 mgr.y (mgr.14556) 7425 : cluster [DBG] pgmap v6553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:46.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:45.149004+0000 mgr.y (mgr.14556) 7425 : cluster [DBG] pgmap v6553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:48.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:47.149646+0000 mgr.y (mgr.14556) 7426 : cluster [DBG] pgmap v6554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:48.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:47.149646+0000 mgr.y (mgr.14556) 7426 : cluster [DBG] pgmap v6554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:48.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:47.149646+0000 mgr.y (mgr.14556) 7426 : cluster [DBG] pgmap v6554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:50.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:49.150017+0000 mgr.y (mgr.14556) 7427 : cluster [DBG] pgmap v6555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:50.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:49.150017+0000 mgr.y (mgr.14556) 7427 : cluster [DBG] pgmap v6555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:50.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:49.150017+0000 mgr.y (mgr.14556) 7427 : cluster [DBG] pgmap v6555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:50.808 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 2m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 2m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 2m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 2m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 2m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 2m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 2m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 2m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 2m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 2m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 2m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:23:51.095 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 2m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:23:51.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 2m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:23:51.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 2m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:23:51.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 2m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:23:51.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 2m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:23:51.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 2m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:23:51.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 2m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:23:51.096 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 2m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:23:51.096 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 2m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:23:51.450 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:23:51.450 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:23:51.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:23:51.450 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:23:51.450 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:23:51.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:23:51.450 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:23:51.450 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:23:51.451 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:23:51.451 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:23:51.451 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:23:51.451 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:23:51.451 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:23:51.451 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:23:51.451 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:23:51.451 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:23:51.451 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:23:51.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:23:50.800361+0000 mgr.y (mgr.14556) 7428 : audit [DBG] from='client.32357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:23:51.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:23:50.800361+0000 mgr.y (mgr.14556) 7428 : audit [DBG] from='client.32357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:23:51.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:23:50.800361+0000 mgr.y (mgr.14556) 7428 : audit [DBG] from='client.32357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:23:51.659 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:23:52.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:23:51.091413+0000 mgr.y (mgr.14556) 7429 : audit [DBG] from='client.32363 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:23:52.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:51.150557+0000 mgr.y (mgr.14556) 7430 : cluster [DBG] pgmap v6556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:52.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:23:51.454541+0000 mon.c (mon.2) 207 : audit [DBG] from='client.? 172.21.15.23:0/3101845603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:23:52.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:23:51.091413+0000 mgr.y (mgr.14556) 7429 : audit [DBG] from='client.32363 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:23:52.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:51.150557+0000 mgr.y (mgr.14556) 7430 : cluster [DBG] pgmap v6556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:52.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:23:51.454541+0000 mon.c (mon.2) 207 : audit [DBG] from='client.? 172.21.15.23:0/3101845603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:23:52.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:23:51.091413+0000 mgr.y (mgr.14556) 7429 : audit [DBG] from='client.32363 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:23:52.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:51.150557+0000 mgr.y (mgr.14556) 7430 : cluster [DBG] pgmap v6556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:52.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:23:51.454541+0000 mon.c (mon.2) 207 : audit [DBG] from='client.? 172.21.15.23:0/3101845603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:23:54.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:23:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:23:54.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:53.150998+0000 mgr.y (mgr.14556) 7431 : cluster [DBG] pgmap v6557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:54.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:53.150998+0000 mgr.y (mgr.14556) 7431 : cluster [DBG] pgmap v6557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:54.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:53.150998+0000 mgr.y (mgr.14556) 7431 : cluster [DBG] pgmap v6557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:56.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:55.151435+0000 mgr.y (mgr.14556) 7432 : cluster [DBG] pgmap v6558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:56.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:55.151435+0000 mgr.y (mgr.14556) 7432 : cluster [DBG] pgmap v6558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:56.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:55.151435+0000 mgr.y (mgr.14556) 7432 : cluster [DBG] pgmap v6558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:58.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:23:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:57.152279+0000 mgr.y (mgr.14556) 7433 : cluster [DBG] pgmap v6559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:58.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:23:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:57.152279+0000 mgr.y (mgr.14556) 7433 : cluster [DBG] pgmap v6559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:23:58.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:23:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:57.152279+0000 mgr.y (mgr.14556) 7433 : cluster [DBG] pgmap v6559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:00.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:23:59.152736+0000 mgr.y (mgr.14556) 7434 : cluster [DBG] pgmap v6560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:00.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:23:59.152736+0000 mgr.y (mgr.14556) 7434 : cluster [DBG] pgmap v6560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:00.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:23:59.152736+0000 mgr.y (mgr.14556) 7434 : cluster [DBG] pgmap v6560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:01.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:24:02.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:01.153424+0000 mgr.y (mgr.14556) 7435 : cluster [DBG] pgmap v6561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:02.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:01.153424+0000 mgr.y (mgr.14556) 7435 : cluster [DBG] pgmap v6561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:02.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:01.153424+0000 mgr.y (mgr.14556) 7435 : cluster [DBG] pgmap v6561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:04.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:24:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:24:04.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:03.153811+0000 mgr.y (mgr.14556) 7436 : cluster [DBG] pgmap v6562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:04.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:03.153811+0000 mgr.y (mgr.14556) 7436 : cluster [DBG] pgmap v6562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:04.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:03.153811+0000 mgr.y (mgr.14556) 7436 : cluster [DBG] pgmap v6562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:06.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:05.154365+0000 mgr.y (mgr.14556) 7437 : cluster [DBG] pgmap v6563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:06.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:05.154365+0000 mgr.y (mgr.14556) 7437 : cluster [DBG] pgmap v6563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:06.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:05.154365+0000 mgr.y (mgr.14556) 7437 : cluster [DBG] pgmap v6563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:08.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:07.155034+0000 mgr.y (mgr.14556) 7438 : cluster [DBG] pgmap v6564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:08.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:07.155034+0000 mgr.y (mgr.14556) 7438 : cluster [DBG] pgmap v6564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:08.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:07.155034+0000 mgr.y (mgr.14556) 7438 : cluster [DBG] pgmap v6564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:10.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:09.155453+0000 mgr.y (mgr.14556) 7439 : cluster [DBG] pgmap v6565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:10.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:09.155453+0000 mgr.y (mgr.14556) 7439 : cluster [DBG] pgmap v6565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:10.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:09.155453+0000 mgr.y (mgr.14556) 7439 : cluster [DBG] pgmap v6565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:11.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:24:12.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:11.156264+0000 mgr.y (mgr.14556) 7440 : cluster [DBG] pgmap v6566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:12.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:11.156264+0000 mgr.y (mgr.14556) 7440 : cluster [DBG] pgmap v6566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:12.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:11.156264+0000 mgr.y (mgr.14556) 7440 : cluster [DBG] pgmap v6566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:13.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:24:12.803996+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:24:13.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:24:13.058632+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:24:13.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:24:13.065264+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:24:13.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:24:13.349314+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:24:13.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:24:13.350001+0000 mon.a (mon.0) 2044 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:24:13.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:24:13.357564+0000 mon.a (mon.0) 2045 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:24:13.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:24:12.803996+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:24:13.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:24:13.058632+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:24:13.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:24:13.065264+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:24:13.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:24:13.349314+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:24:13.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:24:13.350001+0000 mon.a (mon.0) 2044 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:24:13.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:24:13.357564+0000 mon.a (mon.0) 2045 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:24:13.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:24:12.803996+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:24:13.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:24:13.058632+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:24:13.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:24:13.065264+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:24:13.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:24:13.349314+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:24:13.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:24:13.350001+0000 mon.a (mon.0) 2044 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:24:13.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:24:13.357564+0000 mon.a (mon.0) 2045 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:24:14.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:24:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:24:14.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:13.156591+0000 mgr.y (mgr.14556) 7441 : cluster [DBG] pgmap v6567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:14.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:13.156591+0000 mgr.y (mgr.14556) 7441 : cluster [DBG] pgmap v6567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:14.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:13.156591+0000 mgr.y (mgr.14556) 7441 : cluster [DBG] pgmap v6567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:16.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:15.156942+0000 mgr.y (mgr.14556) 7442 : cluster [DBG] pgmap v6568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:16.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:15.156942+0000 mgr.y (mgr.14556) 7442 : cluster [DBG] pgmap v6568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:16.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:15.156942+0000 mgr.y (mgr.14556) 7442 : cluster [DBG] pgmap v6568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:18.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:17.157598+0000 mgr.y (mgr.14556) 7443 : cluster [DBG] pgmap v6569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:18.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:17.157598+0000 mgr.y (mgr.14556) 7443 : cluster [DBG] pgmap v6569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:18.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:17.157598+0000 mgr.y (mgr.14556) 7443 : cluster [DBG] pgmap v6569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:20.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:19.158042+0000 mgr.y (mgr.14556) 7444 : cluster [DBG] pgmap v6570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:20.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:19.158042+0000 mgr.y (mgr.14556) 7444 : cluster [DBG] pgmap v6570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:20.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:19.158042+0000 mgr.y (mgr.14556) 7444 : cluster [DBG] pgmap v6570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:21.778 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:24:21.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:24:22.066 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:24:22.066 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 3m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:24:22.066 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 3m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:24:22.066 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 3m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:24:22.066 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 3m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:24:22.066 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 3m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:24:22.066 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 3m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 3m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 3m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 3m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 3m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 3m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 3m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 3m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 3m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 3m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 3m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 3m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 3m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 3m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:24:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 3m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:24:22.418 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:24:22.418 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:24:22.418 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:24:22.418 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:24:22.419 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:24:22.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:21.158799+0000 mgr.y (mgr.14556) 7445 : cluster [DBG] pgmap v6571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:22.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:24:21.770414+0000 mgr.y (mgr.14556) 7446 : audit [DBG] from='client.22461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:24:22.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:24:22.423119+0000 mon.a (mon.0) 2046 : audit [DBG] from='client.? 172.21.15.23:0/828233924' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:24:22.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:21.158799+0000 mgr.y (mgr.14556) 7445 : cluster [DBG] pgmap v6571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:22.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:24:21.770414+0000 mgr.y (mgr.14556) 7446 : audit [DBG] from='client.22461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:24:22.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:24:22.423119+0000 mon.a (mon.0) 2046 : audit [DBG] from='client.? 172.21.15.23:0/828233924' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:24:22.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:21.158799+0000 mgr.y (mgr.14556) 7445 : cluster [DBG] pgmap v6571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:22.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:24:21.770414+0000 mgr.y (mgr.14556) 7446 : audit [DBG] from='client.22461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:24:22.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:24:22.423119+0000 mon.a (mon.0) 2046 : audit [DBG] from='client.? 172.21.15.23:0/828233924' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:24:23.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:24:22.062836+0000 mgr.y (mgr.14556) 7447 : audit [DBG] from='client.22467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:24:23.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:24:22.062836+0000 mgr.y (mgr.14556) 7447 : audit [DBG] from='client.22467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:24:23.876 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:24:23] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:24:23.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:24:22.062836+0000 mgr.y (mgr.14556) 7447 : audit [DBG] from='client.22467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:24:24.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:23.159178+0000 mgr.y (mgr.14556) 7448 : cluster [DBG] pgmap v6572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:24.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:23.159178+0000 mgr.y (mgr.14556) 7448 : cluster [DBG] pgmap v6572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:24.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:23.159178+0000 mgr.y (mgr.14556) 7448 : cluster [DBG] pgmap v6572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:26.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:25.159729+0000 mgr.y (mgr.14556) 7449 : cluster [DBG] pgmap v6573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:26.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:25.159729+0000 mgr.y (mgr.14556) 7449 : cluster [DBG] pgmap v6573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:26.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:25.159729+0000 mgr.y (mgr.14556) 7449 : cluster [DBG] pgmap v6573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:28.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:27.160316+0000 mgr.y (mgr.14556) 7450 : cluster [DBG] pgmap v6574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:28.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:27.160316+0000 mgr.y (mgr.14556) 7450 : cluster [DBG] pgmap v6574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:28.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:27.160316+0000 mgr.y (mgr.14556) 7450 : cluster [DBG] pgmap v6574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:30.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:29.160681+0000 mgr.y (mgr.14556) 7451 : cluster [DBG] pgmap v6575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:30.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:29.160681+0000 mgr.y (mgr.14556) 7451 : cluster [DBG] pgmap v6575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:30.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:29.160681+0000 mgr.y (mgr.14556) 7451 : cluster [DBG] pgmap v6575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:31.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:24:32.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:31.161293+0000 mgr.y (mgr.14556) 7452 : cluster [DBG] pgmap v6576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:32.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:31.161293+0000 mgr.y (mgr.14556) 7452 : cluster [DBG] pgmap v6576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:32.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:31.161293+0000 mgr.y (mgr.14556) 7452 : cluster [DBG] pgmap v6576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:34.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:24:33] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:24:34.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:33.161730+0000 mgr.y (mgr.14556) 7453 : cluster [DBG] pgmap v6577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:34.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:33.161730+0000 mgr.y (mgr.14556) 7453 : cluster [DBG] pgmap v6577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:34.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:33.161730+0000 mgr.y (mgr.14556) 7453 : cluster [DBG] pgmap v6577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:36.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:35.162118+0000 mgr.y (mgr.14556) 7454 : cluster [DBG] pgmap v6578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:36.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:35.162118+0000 mgr.y (mgr.14556) 7454 : cluster [DBG] pgmap v6578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:36.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:35.162118+0000 mgr.y (mgr.14556) 7454 : cluster [DBG] pgmap v6578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:38.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:37.162806+0000 mgr.y (mgr.14556) 7455 : cluster [DBG] pgmap v6579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:39.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:37.162806+0000 mgr.y (mgr.14556) 7455 : cluster [DBG] pgmap v6579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:39.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:37.162806+0000 mgr.y (mgr.14556) 7455 : cluster [DBG] pgmap v6579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:40.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:39.163204+0000 mgr.y (mgr.14556) 7456 : cluster [DBG] pgmap v6580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:41.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:39.163204+0000 mgr.y (mgr.14556) 7456 : cluster [DBG] pgmap v6580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:41.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:39.163204+0000 mgr.y (mgr.14556) 7456 : cluster [DBG] pgmap v6580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:41.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:24:43.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:41.163877+0000 mgr.y (mgr.14556) 7457 : cluster [DBG] pgmap v6581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:43.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:41.163877+0000 mgr.y (mgr.14556) 7457 : cluster [DBG] pgmap v6581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:43.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:41.163877+0000 mgr.y (mgr.14556) 7457 : cluster [DBG] pgmap v6581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:44.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:24:43] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:24:45.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:43.164470+0000 mgr.y (mgr.14556) 7458 : cluster [DBG] pgmap v6582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:45.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:43.164470+0000 mgr.y (mgr.14556) 7458 : cluster [DBG] pgmap v6582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:45.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:43.164470+0000 mgr.y (mgr.14556) 7458 : cluster [DBG] pgmap v6582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:47.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:45.165046+0000 mgr.y (mgr.14556) 7459 : cluster [DBG] pgmap v6583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:47.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:45.165046+0000 mgr.y (mgr.14556) 7459 : cluster [DBG] pgmap v6583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:47.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:45.165046+0000 mgr.y (mgr.14556) 7459 : cluster [DBG] pgmap v6583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:49.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:47.165840+0000 mgr.y (mgr.14556) 7460 : cluster [DBG] pgmap v6584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:49.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:47.165840+0000 mgr.y (mgr.14556) 7460 : cluster [DBG] pgmap v6584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:49.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:47.165840+0000 mgr.y (mgr.14556) 7460 : cluster [DBG] pgmap v6584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:51.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:49.166216+0000 mgr.y (mgr.14556) 7461 : cluster [DBG] pgmap v6585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:51.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:49.166216+0000 mgr.y (mgr.14556) 7461 : cluster [DBG] pgmap v6585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:51.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:49.166216+0000 mgr.y (mgr.14556) 7461 : cluster [DBG] pgmap v6585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:51.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:24:52.744 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:24:53.033 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:24:53.034 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 3m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:24:53.034 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 3m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:24:53.034 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 3m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:24:53.034 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 3m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:24:53.034 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 3m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:24:53.034 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 3m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:24:53.034 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 3m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:24:53.034 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 3m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:24:53.034 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 3m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:24:53.034 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 3m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:24:53.034 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 3m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:24:53.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 3m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:24:53.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 3m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:24:53.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 3m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:24:53.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 3m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:24:53.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 3m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:24:53.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 3m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:24:53.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 3m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:24:53.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 3m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:24:53.035 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 3m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:24:53.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:51.166996+0000 mgr.y (mgr.14556) 7462 : cluster [DBG] pgmap v6586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:53.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:51.166996+0000 mgr.y (mgr.14556) 7462 : cluster [DBG] pgmap v6586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:53.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:51.166996+0000 mgr.y (mgr.14556) 7462 : cluster [DBG] pgmap v6586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:53.387 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:24:53.387 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:24:53.387 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:24:53.387 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:24:53.387 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:24:53.387 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:24:53.387 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:24:53.387 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:24:53.387 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:24:53.388 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:24:53.388 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:24:53.388 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:24:53.388 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:24:53.388 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:24:53.388 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:24:53.388 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:24:53.388 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:24:54.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:24:53] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:24:54.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:24:52.737250+0000 mgr.y (mgr.14556) 7463 : audit [DBG] from='client.22479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:24:54.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:24:53.392124+0000 mon.a (mon.0) 2047 : audit [DBG] from='client.? 172.21.15.23:0/2605042464' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:24:54.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:24:52.737250+0000 mgr.y (mgr.14556) 7463 : audit [DBG] from='client.22479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:24:54.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:24:53.392124+0000 mon.a (mon.0) 2047 : audit [DBG] from='client.? 172.21.15.23:0/2605042464' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:24:54.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:24:52.737250+0000 mgr.y (mgr.14556) 7463 : audit [DBG] from='client.22479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:24:54.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:24:53.392124+0000 mon.a (mon.0) 2047 : audit [DBG] from='client.? 172.21.15.23:0/2605042464' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:24:55.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:24:53.030771+0000 mgr.y (mgr.14556) 7464 : audit [DBG] from='client.22485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:24:55.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:53.167372+0000 mgr.y (mgr.14556) 7465 : cluster [DBG] pgmap v6587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:55.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:24:53.030771+0000 mgr.y (mgr.14556) 7464 : audit [DBG] from='client.22485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:24:55.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:53.167372+0000 mgr.y (mgr.14556) 7465 : cluster [DBG] pgmap v6587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:55.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:24:53.030771+0000 mgr.y (mgr.14556) 7464 : audit [DBG] from='client.22485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:24:55.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:53.167372+0000 mgr.y (mgr.14556) 7465 : cluster [DBG] pgmap v6587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:57.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:55.167757+0000 mgr.y (mgr.14556) 7466 : cluster [DBG] pgmap v6588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:57.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:55.167757+0000 mgr.y (mgr.14556) 7466 : cluster [DBG] pgmap v6588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:57.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:55.167757+0000 mgr.y (mgr.14556) 7466 : cluster [DBG] pgmap v6588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:59.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:24:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:57.168458+0000 mgr.y (mgr.14556) 7467 : cluster [DBG] pgmap v6589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:59.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:24:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:57.168458+0000 mgr.y (mgr.14556) 7467 : cluster [DBG] pgmap v6589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:24:59.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:24:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:57.168458+0000 mgr.y (mgr.14556) 7467 : cluster [DBG] pgmap v6589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:01.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:24:59.168887+0000 mgr.y (mgr.14556) 7468 : cluster [DBG] pgmap v6590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:01.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:24:59.168887+0000 mgr.y (mgr.14556) 7468 : cluster [DBG] pgmap v6590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:01.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:24:59.168887+0000 mgr.y (mgr.14556) 7468 : cluster [DBG] pgmap v6590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:01.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:25:03.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:01.169518+0000 mgr.y (mgr.14556) 7469 : cluster [DBG] pgmap v6591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:03.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:01.169518+0000 mgr.y (mgr.14556) 7469 : cluster [DBG] pgmap v6591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:03.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:01.169518+0000 mgr.y (mgr.14556) 7469 : cluster [DBG] pgmap v6591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:04.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:25:03] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:25:05.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:03.170060+0000 mgr.y (mgr.14556) 7470 : cluster [DBG] pgmap v6592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:05.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:03.170060+0000 mgr.y (mgr.14556) 7470 : cluster [DBG] pgmap v6592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:05.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:03.170060+0000 mgr.y (mgr.14556) 7470 : cluster [DBG] pgmap v6592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:07.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:05.170490+0000 mgr.y (mgr.14556) 7471 : cluster [DBG] pgmap v6593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:07.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:05.170490+0000 mgr.y (mgr.14556) 7471 : cluster [DBG] pgmap v6593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:07.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:05.170490+0000 mgr.y (mgr.14556) 7471 : cluster [DBG] pgmap v6593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:09.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:07.171056+0000 mgr.y (mgr.14556) 7472 : cluster [DBG] pgmap v6594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:09.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:07.171056+0000 mgr.y (mgr.14556) 7472 : cluster [DBG] pgmap v6594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:09.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:07.171056+0000 mgr.y (mgr.14556) 7472 : cluster [DBG] pgmap v6594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:11.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:09.171625+0000 mgr.y (mgr.14556) 7473 : cluster [DBG] pgmap v6595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:11.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:09.171625+0000 mgr.y (mgr.14556) 7473 : cluster [DBG] pgmap v6595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:11.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:09.171625+0000 mgr.y (mgr.14556) 7473 : cluster [DBG] pgmap v6595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:11.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:25:13.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:11.172410+0000 mgr.y (mgr.14556) 7474 : cluster [DBG] pgmap v6596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:13.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:11.172410+0000 mgr.y (mgr.14556) 7474 : cluster [DBG] pgmap v6596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:13.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:11.172410+0000 mgr.y (mgr.14556) 7474 : cluster [DBG] pgmap v6596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:14.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:25:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T10:25:14.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:13.172749+0000 mgr.y (mgr.14556) 7475 : cluster [DBG] pgmap v6597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:14.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:25:13.361950+0000 mon.a (mon.0) 2048 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:25:14.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:25:13.671414+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:25:14.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:25:13.672081+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:25:14.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:25:13.680760+0000 mon.a (mon.0) 2051 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:25:14.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:13.172749+0000 mgr.y (mgr.14556) 7475 : cluster [DBG] pgmap v6597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:14.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:25:13.361950+0000 mon.a (mon.0) 2048 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:25:14.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:25:13.671414+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:25:14.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:25:13.672081+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:25:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:25:13.680760+0000 mon.a (mon.0) 2051 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:25:14.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:13.172749+0000 mgr.y (mgr.14556) 7475 : cluster [DBG] pgmap v6597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:14.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:25:13.361950+0000 mon.a (mon.0) 2048 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:25:14.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:25:13.671414+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:25:14.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:25:13.672081+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:25:14.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:25:13.680760+0000 mon.a (mon.0) 2051 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:25:16.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:15.173266+0000 mgr.y (mgr.14556) 7476 : cluster [DBG] pgmap v6598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:16.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:15.173266+0000 mgr.y (mgr.14556) 7476 : cluster [DBG] pgmap v6598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:16.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:15.173266+0000 mgr.y (mgr.14556) 7476 : cluster [DBG] pgmap v6598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:18.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:17.174109+0000 mgr.y (mgr.14556) 7477 : cluster [DBG] pgmap v6599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:18.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:17.174109+0000 mgr.y (mgr.14556) 7477 : cluster [DBG] pgmap v6599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:18.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:17.174109+0000 mgr.y (mgr.14556) 7477 : cluster [DBG] pgmap v6599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:20.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:19.174643+0000 mgr.y (mgr.14556) 7478 : cluster [DBG] pgmap v6600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:20.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:19.174643+0000 mgr.y (mgr.14556) 7478 : cluster [DBG] pgmap v6600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:20.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:19.174643+0000 mgr.y (mgr.14556) 7478 : cluster [DBG] pgmap v6600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:21.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:25:22.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:21.175432+0000 mgr.y (mgr.14556) 7479 : cluster [DBG] pgmap v6601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:22.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:21.175432+0000 mgr.y (mgr.14556) 7479 : cluster [DBG] pgmap v6601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:22.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:21.175432+0000 mgr.y (mgr.14556) 7479 : cluster [DBG] pgmap v6601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:23.712 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:25:24.001 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:25:24.001 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:25:24.001 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:25:24.001 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 4m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:25:24.001 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 4m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:25:24.001 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:25:24.001 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 4m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:25:24.002 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:25:24.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:25:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:25:24.351 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:25:24.352 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:25:24.353 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:25:24.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:23.175898+0000 mgr.y (mgr.14556) 7480 : cluster [DBG] pgmap v6602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:24.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:25:23.705618+0000 mgr.y (mgr.14556) 7481 : audit [DBG] from='client.22497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:25:24.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:23.175898+0000 mgr.y (mgr.14556) 7480 : cluster [DBG] pgmap v6602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:24.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:25:23.705618+0000 mgr.y (mgr.14556) 7481 : audit [DBG] from='client.22497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:25:24.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:23.175898+0000 mgr.y (mgr.14556) 7480 : cluster [DBG] pgmap v6602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:24.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:25:23.705618+0000 mgr.y (mgr.14556) 7481 : audit [DBG] from='client.22497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:25:25.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:25:23.998272+0000 mgr.y (mgr.14556) 7482 : audit [DBG] from='client.22503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:25:25.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:25:24.356752+0000 mon.c (mon.2) 208 : audit [DBG] from='client.? 172.21.15.23:0/2347074883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:25:25.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:25:23.998272+0000 mgr.y (mgr.14556) 7482 : audit [DBG] from='client.22503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:25:25.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:25:24.356752+0000 mon.c (mon.2) 208 : audit [DBG] from='client.? 172.21.15.23:0/2347074883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:25:25.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:25:23.998272+0000 mgr.y (mgr.14556) 7482 : audit [DBG] from='client.22503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:25:25.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:25:24.356752+0000 mon.c (mon.2) 208 : audit [DBG] from='client.? 172.21.15.23:0/2347074883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:25:26.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:25.176435+0000 mgr.y (mgr.14556) 7483 : cluster [DBG] pgmap v6603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:26.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:25.176435+0000 mgr.y (mgr.14556) 7483 : cluster [DBG] pgmap v6603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:26.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:25.176435+0000 mgr.y (mgr.14556) 7483 : cluster [DBG] pgmap v6603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:28.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:27.177019+0000 mgr.y (mgr.14556) 7484 : cluster [DBG] pgmap v6604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:28.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:27.177019+0000 mgr.y (mgr.14556) 7484 : cluster [DBG] pgmap v6604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:28.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:27.177019+0000 mgr.y (mgr.14556) 7484 : cluster [DBG] pgmap v6604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:30.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:29.177578+0000 mgr.y (mgr.14556) 7485 : cluster [DBG] pgmap v6605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:30.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:29.177578+0000 mgr.y (mgr.14556) 7485 : cluster [DBG] pgmap v6605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:30.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:29.177578+0000 mgr.y (mgr.14556) 7485 : cluster [DBG] pgmap v6605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:31.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:25:32.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:31.178463+0000 mgr.y (mgr.14556) 7486 : cluster [DBG] pgmap v6606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:32.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:31.178463+0000 mgr.y (mgr.14556) 7486 : cluster [DBG] pgmap v6606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:32.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:31.178463+0000 mgr.y (mgr.14556) 7486 : cluster [DBG] pgmap v6606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:34.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:25:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:25:34.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:33.178817+0000 mgr.y (mgr.14556) 7487 : cluster [DBG] pgmap v6607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:34.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:33.178817+0000 mgr.y (mgr.14556) 7487 : cluster [DBG] pgmap v6607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:34.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:33.178817+0000 mgr.y (mgr.14556) 7487 : cluster [DBG] pgmap v6607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:36.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:35.179304+0000 mgr.y (mgr.14556) 7488 : cluster [DBG] pgmap v6608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:36.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:35.179304+0000 mgr.y (mgr.14556) 7488 : cluster [DBG] pgmap v6608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:36.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:35.179304+0000 mgr.y (mgr.14556) 7488 : cluster [DBG] pgmap v6608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:38.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:37.179947+0000 mgr.y (mgr.14556) 7489 : cluster [DBG] pgmap v6609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:38.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:37.179947+0000 mgr.y (mgr.14556) 7489 : cluster [DBG] pgmap v6609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:38.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:37.179947+0000 mgr.y (mgr.14556) 7489 : cluster [DBG] pgmap v6609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:40.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:39.180407+0000 mgr.y (mgr.14556) 7490 : cluster [DBG] pgmap v6610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:40.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:39.180407+0000 mgr.y (mgr.14556) 7490 : cluster [DBG] pgmap v6610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:40.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:39.180407+0000 mgr.y (mgr.14556) 7490 : cluster [DBG] pgmap v6610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:41.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:25:42.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:41.181046+0000 mgr.y (mgr.14556) 7491 : cluster [DBG] pgmap v6611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:42.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:41.181046+0000 mgr.y (mgr.14556) 7491 : cluster [DBG] pgmap v6611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:42.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:41.181046+0000 mgr.y (mgr.14556) 7491 : cluster [DBG] pgmap v6611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:44.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:25:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:25:44.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:43.181372+0000 mgr.y (mgr.14556) 7492 : cluster [DBG] pgmap v6612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:44.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:43.181372+0000 mgr.y (mgr.14556) 7492 : cluster [DBG] pgmap v6612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:44.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:43.181372+0000 mgr.y (mgr.14556) 7492 : cluster [DBG] pgmap v6612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:46.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:45.181788+0000 mgr.y (mgr.14556) 7493 : cluster [DBG] pgmap v6613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:46.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:45.181788+0000 mgr.y (mgr.14556) 7493 : cluster [DBG] pgmap v6613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:46.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:45.181788+0000 mgr.y (mgr.14556) 7493 : cluster [DBG] pgmap v6613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:48.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:47.182484+0000 mgr.y (mgr.14556) 7494 : cluster [DBG] pgmap v6614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:48.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:47.182484+0000 mgr.y (mgr.14556) 7494 : cluster [DBG] pgmap v6614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:48.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:47.182484+0000 mgr.y (mgr.14556) 7494 : cluster [DBG] pgmap v6614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:50.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:49.182875+0000 mgr.y (mgr.14556) 7495 : cluster [DBG] pgmap v6615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:50.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:49.182875+0000 mgr.y (mgr.14556) 7495 : cluster [DBG] pgmap v6615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:50.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:49.182875+0000 mgr.y (mgr.14556) 7495 : cluster [DBG] pgmap v6615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:51.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:25:52.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:51.183656+0000 mgr.y (mgr.14556) 7496 : cluster [DBG] pgmap v6616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:52.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:51.183656+0000 mgr.y (mgr.14556) 7496 : cluster [DBG] pgmap v6616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:52.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:51.183656+0000 mgr.y (mgr.14556) 7496 : cluster [DBG] pgmap v6616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:54.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:25:53] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:25:54.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:53.184010+0000 mgr.y (mgr.14556) 7497 : cluster [DBG] pgmap v6617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:54.677 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:25:54.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:53.184010+0000 mgr.y (mgr.14556) 7497 : cluster [DBG] pgmap v6617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:54.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:53.184010+0000 mgr.y (mgr.14556) 7497 : cluster [DBG] pgmap v6617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:54.964 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:25:54.964 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:25:54.964 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:25:54.964 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 4m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:25:54.964 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 4m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:25:54.964 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 4m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:25:54.965 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:25:55.313 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:25:55.313 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:25:55.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:25:55.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:25:55.313 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:25:55.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:25:55.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:25:55.313 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:25:55.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:25:55.314 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:25:55.314 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:25:55.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:25:55.314 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:25:55.314 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:25:55.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:25:55.314 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:25:55.314 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:25:55.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:25:54.670973+0000 mgr.y (mgr.14556) 7498 : audit [DBG] from='client.22515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:25:55.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:25:55.318395+0000 mon.a (mon.0) 2052 : audit [DBG] from='client.? 172.21.15.23:0/2666653237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:25:55.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:25:54.670973+0000 mgr.y (mgr.14556) 7498 : audit [DBG] from='client.22515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:25:55.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:25:55.318395+0000 mon.a (mon.0) 2052 : audit [DBG] from='client.? 172.21.15.23:0/2666653237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:25:55.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:25:54.670973+0000 mgr.y (mgr.14556) 7498 : audit [DBG] from='client.22515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:25:55.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:25:55.318395+0000 mon.a (mon.0) 2052 : audit [DBG] from='client.? 172.21.15.23:0/2666653237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:25:56.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:25:54.961876+0000 mgr.y (mgr.14556) 7499 : audit [DBG] from='client.22521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:25:56.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:55.184401+0000 mgr.y (mgr.14556) 7500 : cluster [DBG] pgmap v6618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:56.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:25:54.961876+0000 mgr.y (mgr.14556) 7499 : audit [DBG] from='client.22521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:25:56.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:55.184401+0000 mgr.y (mgr.14556) 7500 : cluster [DBG] pgmap v6618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:56.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:25:54.961876+0000 mgr.y (mgr.14556) 7499 : audit [DBG] from='client.22521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:25:56.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:55.184401+0000 mgr.y (mgr.14556) 7500 : cluster [DBG] pgmap v6618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:58.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:25:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:57.185094+0000 mgr.y (mgr.14556) 7501 : cluster [DBG] pgmap v6619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:58.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:25:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:57.185094+0000 mgr.y (mgr.14556) 7501 : cluster [DBG] pgmap v6619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:25:58.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:25:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:57.185094+0000 mgr.y (mgr.14556) 7501 : cluster [DBG] pgmap v6619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:00.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:25:59.185545+0000 mgr.y (mgr.14556) 7502 : cluster [DBG] pgmap v6620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:00.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:25:59.185545+0000 mgr.y (mgr.14556) 7502 : cluster [DBG] pgmap v6620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:00.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:25:59.185545+0000 mgr.y (mgr.14556) 7502 : cluster [DBG] pgmap v6620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:01.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:26:02.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:01.186185+0000 mgr.y (mgr.14556) 7503 : cluster [DBG] pgmap v6621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:02.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:01.186185+0000 mgr.y (mgr.14556) 7503 : cluster [DBG] pgmap v6621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:02.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:01.186185+0000 mgr.y (mgr.14556) 7503 : cluster [DBG] pgmap v6621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:04.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:26:03] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:26:04.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:03.186787+0000 mgr.y (mgr.14556) 7504 : cluster [DBG] pgmap v6622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:04.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:03.186787+0000 mgr.y (mgr.14556) 7504 : cluster [DBG] pgmap v6622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:04.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:03.186787+0000 mgr.y (mgr.14556) 7504 : cluster [DBG] pgmap v6622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:06.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:05.187208+0000 mgr.y (mgr.14556) 7505 : cluster [DBG] pgmap v6623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:06.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:05.187208+0000 mgr.y (mgr.14556) 7505 : cluster [DBG] pgmap v6623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:06.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:05.187208+0000 mgr.y (mgr.14556) 7505 : cluster [DBG] pgmap v6623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:08.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:07.187873+0000 mgr.y (mgr.14556) 7506 : cluster [DBG] pgmap v6624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:08.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:07.187873+0000 mgr.y (mgr.14556) 7506 : cluster [DBG] pgmap v6624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:08.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:07.187873+0000 mgr.y (mgr.14556) 7506 : cluster [DBG] pgmap v6624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:10.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:09.188307+0000 mgr.y (mgr.14556) 7507 : cluster [DBG] pgmap v6625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:10.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:09.188307+0000 mgr.y (mgr.14556) 7507 : cluster [DBG] pgmap v6625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:10.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:09.188307+0000 mgr.y (mgr.14556) 7507 : cluster [DBG] pgmap v6625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:11.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:26:12.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:11.188999+0000 mgr.y (mgr.14556) 7508 : cluster [DBG] pgmap v6626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:12.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:11.188999+0000 mgr.y (mgr.14556) 7508 : cluster [DBG] pgmap v6626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:12.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:11.188999+0000 mgr.y (mgr.14556) 7508 : cluster [DBG] pgmap v6626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:14.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:26:13] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:26:14.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:13.189571+0000 mgr.y (mgr.14556) 7509 : cluster [DBG] pgmap v6627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:14.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:26:13.685048+0000 mon.a (mon.0) 2053 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:26:14.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:26:13.990753+0000 mon.a (mon.0) 2054 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:26:14.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:26:13.991381+0000 mon.a (mon.0) 2055 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:26:14.876 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:26:13.998750+0000 mon.a (mon.0) 2056 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:26:14.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:13.189571+0000 mgr.y (mgr.14556) 7509 : cluster [DBG] pgmap v6627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:14.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:26:13.685048+0000 mon.a (mon.0) 2053 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:26:14.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:26:13.990753+0000 mon.a (mon.0) 2054 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:26:14.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:26:13.991381+0000 mon.a (mon.0) 2055 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:26:14.876 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:26:13.998750+0000 mon.a (mon.0) 2056 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:26:14.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:13.189571+0000 mgr.y (mgr.14556) 7509 : cluster [DBG] pgmap v6627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:14.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:26:13.685048+0000 mon.a (mon.0) 2053 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:26:14.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:26:13.990753+0000 mon.a (mon.0) 2054 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:26:14.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:26:13.991381+0000 mon.a (mon.0) 2055 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:26:14.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:26:13.998750+0000 mon.a (mon.0) 2056 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:26:16.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:15.190018+0000 mgr.y (mgr.14556) 7510 : cluster [DBG] pgmap v6628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:16.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:15.190018+0000 mgr.y (mgr.14556) 7510 : cluster [DBG] pgmap v6628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:16.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:15.190018+0000 mgr.y (mgr.14556) 7510 : cluster [DBG] pgmap v6628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:18.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:17.190650+0000 mgr.y (mgr.14556) 7511 : cluster [DBG] pgmap v6629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:18.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:17.190650+0000 mgr.y (mgr.14556) 7511 : cluster [DBG] pgmap v6629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:18.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:17.190650+0000 mgr.y (mgr.14556) 7511 : cluster [DBG] pgmap v6629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:20.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:19.191138+0000 mgr.y (mgr.14556) 7512 : cluster [DBG] pgmap v6630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:20.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:19.191138+0000 mgr.y (mgr.14556) 7512 : cluster [DBG] pgmap v6630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:20.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:19.191138+0000 mgr.y (mgr.14556) 7512 : cluster [DBG] pgmap v6630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:21.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:26:22.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:21.191853+0000 mgr.y (mgr.14556) 7513 : cluster [DBG] pgmap v6631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:22.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:21.191853+0000 mgr.y (mgr.14556) 7513 : cluster [DBG] pgmap v6631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:22.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:21.191853+0000 mgr.y (mgr.14556) 7513 : cluster [DBG] pgmap v6631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:24.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:26:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:26:24.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:23.192341+0000 mgr.y (mgr.14556) 7514 : cluster [DBG] pgmap v6632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:24.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:23.192341+0000 mgr.y (mgr.14556) 7514 : cluster [DBG] pgmap v6632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:24.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:23.192341+0000 mgr.y (mgr.14556) 7514 : cluster [DBG] pgmap v6632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:25.640 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:26:25.927 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:26:25.927 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 5m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:26:25.927 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 5m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:26:25.927 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:26:25.927 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 5m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:26:25.927 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 5m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:26:25.927 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 5m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 5m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 5m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 5m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 5m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 5m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 5m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:26:25.928 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 5m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:26:26.277 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:26:26.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:26:26.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:26:26.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:26:26.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:26:26.278 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:26:26.278 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:26:26.278 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:26:26.278 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:26:26.278 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:26:26.278 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:26:26.278 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:26:26.278 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:26:26.278 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:26:26.278 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:26:26.278 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:26:26.278 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:26:26.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:25.192696+0000 mgr.y (mgr.14556) 7515 : cluster [DBG] pgmap v6633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:26.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:26:25.634052+0000 mgr.y (mgr.14556) 7516 : audit [DBG] from='client.22533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:26:26.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:26:26.282732+0000 mon.c (mon.2) 209 : audit [DBG] from='client.? 172.21.15.23:0/2830243632' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:26:26.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:25.192696+0000 mgr.y (mgr.14556) 7515 : cluster [DBG] pgmap v6633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:26.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:26:25.634052+0000 mgr.y (mgr.14556) 7516 : audit [DBG] from='client.22533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:26:26.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:26:26.282732+0000 mon.c (mon.2) 209 : audit [DBG] from='client.? 172.21.15.23:0/2830243632' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:26:26.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:25.192696+0000 mgr.y (mgr.14556) 7515 : cluster [DBG] pgmap v6633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:26.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:26:25.634052+0000 mgr.y (mgr.14556) 7516 : audit [DBG] from='client.22533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:26:26.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:26:26.282732+0000 mon.c (mon.2) 209 : audit [DBG] from='client.? 172.21.15.23:0/2830243632' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:26:27.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:26:25.924605+0000 mgr.y (mgr.14556) 7517 : audit [DBG] from='client.32453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:26:27.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:26:25.924605+0000 mgr.y (mgr.14556) 7517 : audit [DBG] from='client.32453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:26:27.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:26:25.924605+0000 mgr.y (mgr.14556) 7517 : audit [DBG] from='client.32453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:26:28.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:27.193371+0000 mgr.y (mgr.14556) 7518 : cluster [DBG] pgmap v6634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:28.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:27.193371+0000 mgr.y (mgr.14556) 7518 : cluster [DBG] pgmap v6634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:28.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:27.193371+0000 mgr.y (mgr.14556) 7518 : cluster [DBG] pgmap v6634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:30.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:29.193687+0000 mgr.y (mgr.14556) 7519 : cluster [DBG] pgmap v6635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:30.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:29.193687+0000 mgr.y (mgr.14556) 7519 : cluster [DBG] pgmap v6635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:30.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:29.193687+0000 mgr.y (mgr.14556) 7519 : cluster [DBG] pgmap v6635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:31.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:26:32.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:31.194355+0000 mgr.y (mgr.14556) 7520 : cluster [DBG] pgmap v6636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:32.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:31.194355+0000 mgr.y (mgr.14556) 7520 : cluster [DBG] pgmap v6636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:32.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:31.194355+0000 mgr.y (mgr.14556) 7520 : cluster [DBG] pgmap v6636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:34.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:26:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:26:34.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:33.194908+0000 mgr.y (mgr.14556) 7521 : cluster [DBG] pgmap v6637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:34.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:33.194908+0000 mgr.y (mgr.14556) 7521 : cluster [DBG] pgmap v6637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:34.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:33.194908+0000 mgr.y (mgr.14556) 7521 : cluster [DBG] pgmap v6637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:36.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:35.195319+0000 mgr.y (mgr.14556) 7522 : cluster [DBG] pgmap v6638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:37.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:35.195319+0000 mgr.y (mgr.14556) 7522 : cluster [DBG] pgmap v6638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:37.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:35.195319+0000 mgr.y (mgr.14556) 7522 : cluster [DBG] pgmap v6638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:38.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:37.195947+0000 mgr.y (mgr.14556) 7523 : cluster [DBG] pgmap v6639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:39.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:37.195947+0000 mgr.y (mgr.14556) 7523 : cluster [DBG] pgmap v6639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:39.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:37.195947+0000 mgr.y (mgr.14556) 7523 : cluster [DBG] pgmap v6639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:40.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:39.196438+0000 mgr.y (mgr.14556) 7524 : cluster [DBG] pgmap v6640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:41.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:39.196438+0000 mgr.y (mgr.14556) 7524 : cluster [DBG] pgmap v6640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:41.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:39.196438+0000 mgr.y (mgr.14556) 7524 : cluster [DBG] pgmap v6640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:41.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:26:42.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:41.197114+0000 mgr.y (mgr.14556) 7525 : cluster [DBG] pgmap v6641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:43.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:41.197114+0000 mgr.y (mgr.14556) 7525 : cluster [DBG] pgmap v6641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:43.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:41.197114+0000 mgr.y (mgr.14556) 7525 : cluster [DBG] pgmap v6641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:44.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:26:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:26:45.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:43.197532+0000 mgr.y (mgr.14556) 7526 : cluster [DBG] pgmap v6642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:45.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:43.197532+0000 mgr.y (mgr.14556) 7526 : cluster [DBG] pgmap v6642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:45.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:43.197532+0000 mgr.y (mgr.14556) 7526 : cluster [DBG] pgmap v6642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:47.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:45.198122+0000 mgr.y (mgr.14556) 7527 : cluster [DBG] pgmap v6643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:47.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:45.198122+0000 mgr.y (mgr.14556) 7527 : cluster [DBG] pgmap v6643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:47.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:45.198122+0000 mgr.y (mgr.14556) 7527 : cluster [DBG] pgmap v6643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:49.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:47.198842+0000 mgr.y (mgr.14556) 7528 : cluster [DBG] pgmap v6644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:49.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:47.198842+0000 mgr.y (mgr.14556) 7528 : cluster [DBG] pgmap v6644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:49.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:47.198842+0000 mgr.y (mgr.14556) 7528 : cluster [DBG] pgmap v6644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:51.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:49.199392+0000 mgr.y (mgr.14556) 7529 : cluster [DBG] pgmap v6645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:51.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:49.199392+0000 mgr.y (mgr.14556) 7529 : cluster [DBG] pgmap v6645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:51.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:49.199392+0000 mgr.y (mgr.14556) 7529 : cluster [DBG] pgmap v6645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:51.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:26:53.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:51.200195+0000 mgr.y (mgr.14556) 7530 : cluster [DBG] pgmap v6646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:53.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:51.200195+0000 mgr.y (mgr.14556) 7530 : cluster [DBG] pgmap v6646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:53.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:51.200195+0000 mgr.y (mgr.14556) 7530 : cluster [DBG] pgmap v6646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:54.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:26:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:26:55.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:53.200573+0000 mgr.y (mgr.14556) 7531 : cluster [DBG] pgmap v6647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:55.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:53.200573+0000 mgr.y (mgr.14556) 7531 : cluster [DBG] pgmap v6647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:55.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:53.200573+0000 mgr.y (mgr.14556) 7531 : cluster [DBG] pgmap v6647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:56.604 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:26:56.891 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:26:56.891 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 5m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:26:56.891 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 5m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:26:56.891 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:26:56.891 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 5m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:26:56.891 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 5m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 5m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 5m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 5m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 5m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 5m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 5m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 5m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:26:56.892 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 5m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:26:57.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:55.201042+0000 mgr.y (mgr.14556) 7532 : cluster [DBG] pgmap v6648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:57.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:55.201042+0000 mgr.y (mgr.14556) 7532 : cluster [DBG] pgmap v6648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:57.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:55.201042+0000 mgr.y (mgr.14556) 7532 : cluster [DBG] pgmap v6648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:57.242 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:26:57.242 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:26:57.242 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:26:57.242 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:26:57.242 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:26:57.242 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:26:57.242 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:26:57.243 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:26:57.243 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:26:57.243 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:26:57.243 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:26:57.243 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:26:57.243 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:26:57.243 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:26:57.243 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:26:57.243 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:26:57.243 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:26:58.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:26:56.598082+0000 mgr.y (mgr.14556) 7533 : audit [DBG] from='client.32465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:26:58.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:26:57.247825+0000 mon.a (mon.0) 2057 : audit [DBG] from='client.? 172.21.15.23:0/1722017492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:26:58.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:26:56.598082+0000 mgr.y (mgr.14556) 7533 : audit [DBG] from='client.32465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:26:58.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:26:57.247825+0000 mon.a (mon.0) 2057 : audit [DBG] from='client.? 172.21.15.23:0/1722017492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:26:58.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:26:56.598082+0000 mgr.y (mgr.14556) 7533 : audit [DBG] from='client.32465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:26:58.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:26:57.247825+0000 mon.a (mon.0) 2057 : audit [DBG] from='client.? 172.21.15.23:0/1722017492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:26:59.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:26:56.888850+0000 mgr.y (mgr.14556) 7534 : audit [DBG] from='client.32471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:26:59.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:26:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:57.201603+0000 mgr.y (mgr.14556) 7535 : cluster [DBG] pgmap v6649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:59.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:26:56.888850+0000 mgr.y (mgr.14556) 7534 : audit [DBG] from='client.32471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:26:59.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:26:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:57.201603+0000 mgr.y (mgr.14556) 7535 : cluster [DBG] pgmap v6649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:26:59.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:26:56.888850+0000 mgr.y (mgr.14556) 7534 : audit [DBG] from='client.32471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:26:59.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:26:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:57.201603+0000 mgr.y (mgr.14556) 7535 : cluster [DBG] pgmap v6649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:01.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:26:59.201934+0000 mgr.y (mgr.14556) 7536 : cluster [DBG] pgmap v6650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:01.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:26:59.201934+0000 mgr.y (mgr.14556) 7536 : cluster [DBG] pgmap v6650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:01.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:26:59.201934+0000 mgr.y (mgr.14556) 7536 : cluster [DBG] pgmap v6650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:01.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:27:03.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:01.202674+0000 mgr.y (mgr.14556) 7537 : cluster [DBG] pgmap v6651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:03.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:01.202674+0000 mgr.y (mgr.14556) 7537 : cluster [DBG] pgmap v6651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:03.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:01.202674+0000 mgr.y (mgr.14556) 7537 : cluster [DBG] pgmap v6651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:04.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:27:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:27:05.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:03.203269+0000 mgr.y (mgr.14556) 7538 : cluster [DBG] pgmap v6652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:05.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:03.203269+0000 mgr.y (mgr.14556) 7538 : cluster [DBG] pgmap v6652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:05.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:03.203269+0000 mgr.y (mgr.14556) 7538 : cluster [DBG] pgmap v6652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:07.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:05.203913+0000 mgr.y (mgr.14556) 7539 : cluster [DBG] pgmap v6653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:07.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:05.203913+0000 mgr.y (mgr.14556) 7539 : cluster [DBG] pgmap v6653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:07.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:05.203913+0000 mgr.y (mgr.14556) 7539 : cluster [DBG] pgmap v6653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:09.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:07.204619+0000 mgr.y (mgr.14556) 7540 : cluster [DBG] pgmap v6654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:09.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:07.204619+0000 mgr.y (mgr.14556) 7540 : cluster [DBG] pgmap v6654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:09.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:07.204619+0000 mgr.y (mgr.14556) 7540 : cluster [DBG] pgmap v6654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:11.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:09.205002+0000 mgr.y (mgr.14556) 7541 : cluster [DBG] pgmap v6655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:11.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:09.205002+0000 mgr.y (mgr.14556) 7541 : cluster [DBG] pgmap v6655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:11.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:09.205002+0000 mgr.y (mgr.14556) 7541 : cluster [DBG] pgmap v6655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:11.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:27:13.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:11.205870+0000 mgr.y (mgr.14556) 7542 : cluster [DBG] pgmap v6656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:13.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:11.205870+0000 mgr.y (mgr.14556) 7542 : cluster [DBG] pgmap v6656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:13.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:11.205870+0000 mgr.y (mgr.14556) 7542 : cluster [DBG] pgmap v6656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:14.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:27:13] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:27:15.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:13.206258+0000 mgr.y (mgr.14556) 7543 : cluster [DBG] pgmap v6657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:15.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:27:14.003475+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:27:15.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:27:14.309338+0000 mon.a (mon.0) 2059 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:27:15.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:27:14.309970+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:27:15.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:27:14.318964+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:27:15.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:13.206258+0000 mgr.y (mgr.14556) 7543 : cluster [DBG] pgmap v6657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:15.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:27:14.003475+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:27:15.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:27:14.309338+0000 mon.a (mon.0) 2059 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:27:15.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:27:14.309970+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:27:15.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:27:14.318964+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:27:15.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:13.206258+0000 mgr.y (mgr.14556) 7543 : cluster [DBG] pgmap v6657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:15.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:27:14.003475+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:27:15.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:27:14.309338+0000 mon.a (mon.0) 2059 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:27:15.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:27:14.309970+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:27:15.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:27:14.318964+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:27:17.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:15.206716+0000 mgr.y (mgr.14556) 7544 : cluster [DBG] pgmap v6658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:17.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:15.206716+0000 mgr.y (mgr.14556) 7544 : cluster [DBG] pgmap v6658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:17.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:15.206716+0000 mgr.y (mgr.14556) 7544 : cluster [DBG] pgmap v6658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:19.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:17.207474+0000 mgr.y (mgr.14556) 7545 : cluster [DBG] pgmap v6659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:19.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:17.207474+0000 mgr.y (mgr.14556) 7545 : cluster [DBG] pgmap v6659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:19.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:17.207474+0000 mgr.y (mgr.14556) 7545 : cluster [DBG] pgmap v6659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:20.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:19.208100+0000 mgr.y (mgr.14556) 7546 : cluster [DBG] pgmap v6660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:20.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:19.208100+0000 mgr.y (mgr.14556) 7546 : cluster [DBG] pgmap v6660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:20.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:19.208100+0000 mgr.y (mgr.14556) 7546 : cluster [DBG] pgmap v6660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:21.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:27:22.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:21.208835+0000 mgr.y (mgr.14556) 7547 : cluster [DBG] pgmap v6661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:22.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:21.208835+0000 mgr.y (mgr.14556) 7547 : cluster [DBG] pgmap v6661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:22.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:21.208835+0000 mgr.y (mgr.14556) 7547 : cluster [DBG] pgmap v6661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:24.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:27:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:27:24.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:23.209366+0000 mgr.y (mgr.14556) 7548 : cluster [DBG] pgmap v6662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:24.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:23.209366+0000 mgr.y (mgr.14556) 7548 : cluster [DBG] pgmap v6662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:24.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:23.209366+0000 mgr.y (mgr.14556) 7548 : cluster [DBG] pgmap v6662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:26.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:25.209804+0000 mgr.y (mgr.14556) 7549 : cluster [DBG] pgmap v6663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:26.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:25.209804+0000 mgr.y (mgr.14556) 7549 : cluster [DBG] pgmap v6663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:26.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:25.209804+0000 mgr.y (mgr.14556) 7549 : cluster [DBG] pgmap v6663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:27.569 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:27:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:27:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 6m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:27:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 6m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:27:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 6m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:27:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 6m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:27:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 6m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:27:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 6m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:27:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 6m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:27:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 6m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:27:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 6m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:27:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 6m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:27:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 6m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:27:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 6m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:27:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 6m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:27:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 6m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:27:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 6m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:27:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 6m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:27:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 6m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:27:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 6m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:27:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 6m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:27:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 6m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:27:28.208 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:27:28.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:27:28.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:27:28.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:27:28.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:27:28.209 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:27:28.209 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:27:28.209 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:27:28.209 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:27:28.209 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:27:28.209 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:27:28.209 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:27:28.209 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:27:28.209 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:27:28.209 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:27:28.209 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:27:28.209 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:27:28.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:27.210581+0000 mgr.y (mgr.14556) 7550 : cluster [DBG] pgmap v6664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:28.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:27:27.563629+0000 mgr.y (mgr.14556) 7551 : audit [DBG] from='client.32483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:27:28.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:27:27.854688+0000 mgr.y (mgr.14556) 7552 : audit [DBG] from='client.22575 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:27:28.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:27:28.214233+0000 mon.a (mon.0) 2062 : audit [DBG] from='client.? 172.21.15.23:0/2552056069' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:27:28.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:27.210581+0000 mgr.y (mgr.14556) 7550 : cluster [DBG] pgmap v6664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:28.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:27:27.563629+0000 mgr.y (mgr.14556) 7551 : audit [DBG] from='client.32483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:27:28.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:27:27.854688+0000 mgr.y (mgr.14556) 7552 : audit [DBG] from='client.22575 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:27:28.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:27:28.214233+0000 mon.a (mon.0) 2062 : audit [DBG] from='client.? 172.21.15.23:0/2552056069' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:27:28.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:27.210581+0000 mgr.y (mgr.14556) 7550 : cluster [DBG] pgmap v6664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:28.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:27:27.563629+0000 mgr.y (mgr.14556) 7551 : audit [DBG] from='client.32483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:27:28.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:27:27.854688+0000 mgr.y (mgr.14556) 7552 : audit [DBG] from='client.22575 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:27:28.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:27:28.214233+0000 mon.a (mon.0) 2062 : audit [DBG] from='client.? 172.21.15.23:0/2552056069' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:27:30.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:29.211044+0000 mgr.y (mgr.14556) 7553 : cluster [DBG] pgmap v6665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:30.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:29.211044+0000 mgr.y (mgr.14556) 7553 : cluster [DBG] pgmap v6665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:30.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:29.211044+0000 mgr.y (mgr.14556) 7553 : cluster [DBG] pgmap v6665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:31.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:27:32.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:31.211831+0000 mgr.y (mgr.14556) 7554 : cluster [DBG] pgmap v6666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:32.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:31.211831+0000 mgr.y (mgr.14556) 7554 : cluster [DBG] pgmap v6666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:32.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:31.211831+0000 mgr.y (mgr.14556) 7554 : cluster [DBG] pgmap v6666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:34.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:27:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:27:34.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:33.212317+0000 mgr.y (mgr.14556) 7555 : cluster [DBG] pgmap v6667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:34.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:33.212317+0000 mgr.y (mgr.14556) 7555 : cluster [DBG] pgmap v6667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:34.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:33.212317+0000 mgr.y (mgr.14556) 7555 : cluster [DBG] pgmap v6667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:36.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:35.212775+0000 mgr.y (mgr.14556) 7556 : cluster [DBG] pgmap v6668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:36.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:35.212775+0000 mgr.y (mgr.14556) 7556 : cluster [DBG] pgmap v6668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:36.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:35.212775+0000 mgr.y (mgr.14556) 7556 : cluster [DBG] pgmap v6668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:38.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:37.213637+0000 mgr.y (mgr.14556) 7557 : cluster [DBG] pgmap v6669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:38.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:37.213637+0000 mgr.y (mgr.14556) 7557 : cluster [DBG] pgmap v6669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:38.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:37.213637+0000 mgr.y (mgr.14556) 7557 : cluster [DBG] pgmap v6669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:40.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:39.214020+0000 mgr.y (mgr.14556) 7558 : cluster [DBG] pgmap v6670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:40.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:39.214020+0000 mgr.y (mgr.14556) 7558 : cluster [DBG] pgmap v6670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:40.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:39.214020+0000 mgr.y (mgr.14556) 7558 : cluster [DBG] pgmap v6670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:41.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:27:42.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:41.214708+0000 mgr.y (mgr.14556) 7559 : cluster [DBG] pgmap v6671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:42.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:41.214708+0000 mgr.y (mgr.14556) 7559 : cluster [DBG] pgmap v6671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:42.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:41.214708+0000 mgr.y (mgr.14556) 7559 : cluster [DBG] pgmap v6671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:44.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:27:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:27:44.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:43.215197+0000 mgr.y (mgr.14556) 7560 : cluster [DBG] pgmap v6672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:44.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:43.215197+0000 mgr.y (mgr.14556) 7560 : cluster [DBG] pgmap v6672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:44.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:43.215197+0000 mgr.y (mgr.14556) 7560 : cluster [DBG] pgmap v6672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:46.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:45.215721+0000 mgr.y (mgr.14556) 7561 : cluster [DBG] pgmap v6673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:46.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:45.215721+0000 mgr.y (mgr.14556) 7561 : cluster [DBG] pgmap v6673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:46.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:45.215721+0000 mgr.y (mgr.14556) 7561 : cluster [DBG] pgmap v6673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:48.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:47.216427+0000 mgr.y (mgr.14556) 7562 : cluster [DBG] pgmap v6674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:48.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:47.216427+0000 mgr.y (mgr.14556) 7562 : cluster [DBG] pgmap v6674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:48.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:47.216427+0000 mgr.y (mgr.14556) 7562 : cluster [DBG] pgmap v6674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:50.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:49.216811+0000 mgr.y (mgr.14556) 7563 : cluster [DBG] pgmap v6675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:50.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:49.216811+0000 mgr.y (mgr.14556) 7563 : cluster [DBG] pgmap v6675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:50.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:49.216811+0000 mgr.y (mgr.14556) 7563 : cluster [DBG] pgmap v6675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:51.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:27:52.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:51.217588+0000 mgr.y (mgr.14556) 7564 : cluster [DBG] pgmap v6676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:52.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:51.217588+0000 mgr.y (mgr.14556) 7564 : cluster [DBG] pgmap v6676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:52.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:51.217588+0000 mgr.y (mgr.14556) 7564 : cluster [DBG] pgmap v6676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:54.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:27:53] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:27:54.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:53.217978+0000 mgr.y (mgr.14556) 7565 : cluster [DBG] pgmap v6677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:54.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:53.217978+0000 mgr.y (mgr.14556) 7565 : cluster [DBG] pgmap v6677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:54.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:53.217978+0000 mgr.y (mgr.14556) 7565 : cluster [DBG] pgmap v6677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:56.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:55.218507+0000 mgr.y (mgr.14556) 7566 : cluster [DBG] pgmap v6678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:56.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:55.218507+0000 mgr.y (mgr.14556) 7566 : cluster [DBG] pgmap v6678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:56.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:55.218507+0000 mgr.y (mgr.14556) 7566 : cluster [DBG] pgmap v6678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:58.534 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:27:58.823 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:27:58.823 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 6m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:27:58.823 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 6m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:27:58.823 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 6m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:27:58.823 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 6m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:27:58.823 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 6m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:27:58.823 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 6m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:27:58.823 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 6m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:27:58.823 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 6m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:27:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 6m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:27:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 6m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:27:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 6m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:27:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 6m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:27:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 6m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:27:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 6m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:27:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 6m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:27:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 6m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:27:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 6m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:27:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 6m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:27:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 6m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:27:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 6m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:27:58.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:57.219346+0000 mgr.y (mgr.14556) 7567 : cluster [DBG] pgmap v6679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:58.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:57.219346+0000 mgr.y (mgr.14556) 7567 : cluster [DBG] pgmap v6679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:58.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:57.219346+0000 mgr.y (mgr.14556) 7567 : cluster [DBG] pgmap v6679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:27:59.175 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:27:59.175 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:27:59.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:27:59.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:27:59.175 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:27:59.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:27:59.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:27:59.175 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:27:59.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:27:59.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:27:59.175 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:27:59.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:27:59.176 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:27:59.176 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:27:59.176 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:27:59.176 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:27:59.176 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:27:59.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:27:58.528505+0000 mgr.y (mgr.14556) 7568 : audit [DBG] from='client.32501 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:27:59.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:27:58.821181+0000 mgr.y (mgr.14556) 7569 : audit [DBG] from='client.22593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:27:59.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:27:59.180996+0000 mon.a (mon.0) 2063 : audit [DBG] from='client.? 172.21.15.23:0/3148750547' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:27:59.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:27:58.528505+0000 mgr.y (mgr.14556) 7568 : audit [DBG] from='client.32501 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:27:59.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:27:58.821181+0000 mgr.y (mgr.14556) 7569 : audit [DBG] from='client.22593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:27:59.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:27:59.180996+0000 mon.a (mon.0) 2063 : audit [DBG] from='client.? 172.21.15.23:0/3148750547' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:27:59.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:27:58.528505+0000 mgr.y (mgr.14556) 7568 : audit [DBG] from='client.32501 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:27:59.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:27:58.821181+0000 mgr.y (mgr.14556) 7569 : audit [DBG] from='client.22593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:27:59.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:27:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:27:59.180996+0000 mon.a (mon.0) 2063 : audit [DBG] from='client.? 172.21.15.23:0/3148750547' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:28:00.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:27:59.219680+0000 mgr.y (mgr.14556) 7570 : cluster [DBG] pgmap v6680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:00.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:27:59.219680+0000 mgr.y (mgr.14556) 7570 : cluster [DBG] pgmap v6680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:00.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:27:59.219680+0000 mgr.y (mgr.14556) 7570 : cluster [DBG] pgmap v6680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:01.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:28:02.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:01.220484+0000 mgr.y (mgr.14556) 7571 : cluster [DBG] pgmap v6681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:02.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:01.220484+0000 mgr.y (mgr.14556) 7571 : cluster [DBG] pgmap v6681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:02.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:01.220484+0000 mgr.y (mgr.14556) 7571 : cluster [DBG] pgmap v6681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:04.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:28:03] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:28:04.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:03.220928+0000 mgr.y (mgr.14556) 7572 : cluster [DBG] pgmap v6682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:04.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:03.220928+0000 mgr.y (mgr.14556) 7572 : cluster [DBG] pgmap v6682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:04.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:03.220928+0000 mgr.y (mgr.14556) 7572 : cluster [DBG] pgmap v6682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:06.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:05.221441+0000 mgr.y (mgr.14556) 7573 : cluster [DBG] pgmap v6683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:06.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:05.221441+0000 mgr.y (mgr.14556) 7573 : cluster [DBG] pgmap v6683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:06.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:05.221441+0000 mgr.y (mgr.14556) 7573 : cluster [DBG] pgmap v6683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:08.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:07.222105+0000 mgr.y (mgr.14556) 7574 : cluster [DBG] pgmap v6684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:08.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:07.222105+0000 mgr.y (mgr.14556) 7574 : cluster [DBG] pgmap v6684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:08.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:07.222105+0000 mgr.y (mgr.14556) 7574 : cluster [DBG] pgmap v6684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:10.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:09.222635+0000 mgr.y (mgr.14556) 7575 : cluster [DBG] pgmap v6685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:10.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:09.222635+0000 mgr.y (mgr.14556) 7575 : cluster [DBG] pgmap v6685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:10.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:09.222635+0000 mgr.y (mgr.14556) 7575 : cluster [DBG] pgmap v6685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:11.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:28:12.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:11.223439+0000 mgr.y (mgr.14556) 7576 : cluster [DBG] pgmap v6686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:12.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:11.223439+0000 mgr.y (mgr.14556) 7576 : cluster [DBG] pgmap v6686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:12.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:11.223439+0000 mgr.y (mgr.14556) 7576 : cluster [DBG] pgmap v6686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:14.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:28:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:28:14.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:13.223895+0000 mgr.y (mgr.14556) 7577 : cluster [DBG] pgmap v6687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:14.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:28:14.323366+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:28:14.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:13.223895+0000 mgr.y (mgr.14556) 7577 : cluster [DBG] pgmap v6687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:14.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:28:14.323366+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:28:14.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:13.223895+0000 mgr.y (mgr.14556) 7577 : cluster [DBG] pgmap v6687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:14.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:28:14.323366+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:28:15.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:28:14.630043+0000 mon.a (mon.0) 2065 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:28:15.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:28:14.630687+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:28:15.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:28:14.639292+0000 mon.a (mon.0) 2067 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:28:15.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:28:14.630043+0000 mon.a (mon.0) 2065 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:28:15.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:28:14.630687+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:28:15.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:28:14.639292+0000 mon.a (mon.0) 2067 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:28:15.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:28:14.630043+0000 mon.a (mon.0) 2065 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:28:15.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:28:14.630687+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:28:15.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:28:14.639292+0000 mon.a (mon.0) 2067 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:28:16.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:15.224492+0000 mgr.y (mgr.14556) 7578 : cluster [DBG] pgmap v6688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:17.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:15.224492+0000 mgr.y (mgr.14556) 7578 : cluster [DBG] pgmap v6688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:17.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:15.224492+0000 mgr.y (mgr.14556) 7578 : cluster [DBG] pgmap v6688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:18.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:17.225315+0000 mgr.y (mgr.14556) 7579 : cluster [DBG] pgmap v6689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:19.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:17.225315+0000 mgr.y (mgr.14556) 7579 : cluster [DBG] pgmap v6689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:19.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:17.225315+0000 mgr.y (mgr.14556) 7579 : cluster [DBG] pgmap v6689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:21.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:19.225874+0000 mgr.y (mgr.14556) 7580 : cluster [DBG] pgmap v6690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:21.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:19.225874+0000 mgr.y (mgr.14556) 7580 : cluster [DBG] pgmap v6690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:21.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:19.225874+0000 mgr.y (mgr.14556) 7580 : cluster [DBG] pgmap v6690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:21.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:28:23.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:21.226641+0000 mgr.y (mgr.14556) 7581 : cluster [DBG] pgmap v6691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:23.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:21.226641+0000 mgr.y (mgr.14556) 7581 : cluster [DBG] pgmap v6691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:23.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:21.226641+0000 mgr.y (mgr.14556) 7581 : cluster [DBG] pgmap v6691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:24.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:28:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:28:25.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:23.227089+0000 mgr.y (mgr.14556) 7582 : cluster [DBG] pgmap v6692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:25.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:23.227089+0000 mgr.y (mgr.14556) 7582 : cluster [DBG] pgmap v6692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:25.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:23.227089+0000 mgr.y (mgr.14556) 7582 : cluster [DBG] pgmap v6692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:27.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:25.227772+0000 mgr.y (mgr.14556) 7583 : cluster [DBG] pgmap v6693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:27.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:25.227772+0000 mgr.y (mgr.14556) 7583 : cluster [DBG] pgmap v6693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:27.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:25.227772+0000 mgr.y (mgr.14556) 7583 : cluster [DBG] pgmap v6693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:29.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:27.228528+0000 mgr.y (mgr.14556) 7584 : cluster [DBG] pgmap v6694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:29.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:27.228528+0000 mgr.y (mgr.14556) 7584 : cluster [DBG] pgmap v6694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:29.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:27.228528+0000 mgr.y (mgr.14556) 7584 : cluster [DBG] pgmap v6694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:29.500 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:28:29.791 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:28:29.791 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 7m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:28:29.791 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 7m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:28:29.791 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 7m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:28:29.791 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 7m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:28:29.791 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 7m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:28:29.791 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 7m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:28:29.791 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 7m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:28:29.791 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 7m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:28:29.791 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 7m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:28:29.791 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 7m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:28:29.792 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 7m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:28:29.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 7m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:28:29.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 7m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:28:29.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 7m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:28:29.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 7m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:28:29.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 7m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:28:29.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 7m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:28:29.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 7m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:28:29.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 7m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:28:29.792 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 7m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:28:30.140 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:28:30.140 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:28:30.140 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:28:30.140 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:28:30.140 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:28:30.140 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:28:30.140 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:28:30.140 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:28:30.140 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:28:30.140 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:28:30.141 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:28:30.141 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:28:30.141 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:28:30.141 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:28:30.141 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:28:30.141 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:28:30.141 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:28:31.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:29.228971+0000 mgr.y (mgr.14556) 7585 : cluster [DBG] pgmap v6695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:31.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:28:29.495166+0000 mgr.y (mgr.14556) 7586 : audit [DBG] from='client.32519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:28:31.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:28:29.789216+0000 mgr.y (mgr.14556) 7587 : audit [DBG] from='client.22611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:28:31.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:28:30.146207+0000 mon.c (mon.2) 210 : audit [DBG] from='client.? 172.21.15.23:0/2508993951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:28:31.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:29.228971+0000 mgr.y (mgr.14556) 7585 : cluster [DBG] pgmap v6695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:31.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:28:29.495166+0000 mgr.y (mgr.14556) 7586 : audit [DBG] from='client.32519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:28:31.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:28:29.789216+0000 mgr.y (mgr.14556) 7587 : audit [DBG] from='client.22611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:28:31.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:28:30.146207+0000 mon.c (mon.2) 210 : audit [DBG] from='client.? 172.21.15.23:0/2508993951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:28:31.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:29.228971+0000 mgr.y (mgr.14556) 7585 : cluster [DBG] pgmap v6695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:31.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:28:29.495166+0000 mgr.y (mgr.14556) 7586 : audit [DBG] from='client.32519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:28:31.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:28:29.789216+0000 mgr.y (mgr.14556) 7587 : audit [DBG] from='client.22611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:28:31.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:28:30.146207+0000 mon.c (mon.2) 210 : audit [DBG] from='client.? 172.21.15.23:0/2508993951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:28:31.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:28:33.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:31.229773+0000 mgr.y (mgr.14556) 7588 : cluster [DBG] pgmap v6696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:33.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:31.229773+0000 mgr.y (mgr.14556) 7588 : cluster [DBG] pgmap v6696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:33.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:31.229773+0000 mgr.y (mgr.14556) 7588 : cluster [DBG] pgmap v6696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:34.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:28:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:28:35.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:33.230157+0000 mgr.y (mgr.14556) 7589 : cluster [DBG] pgmap v6697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:35.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:33.230157+0000 mgr.y (mgr.14556) 7589 : cluster [DBG] pgmap v6697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:35.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:33.230157+0000 mgr.y (mgr.14556) 7589 : cluster [DBG] pgmap v6697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:37.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:35.230667+0000 mgr.y (mgr.14556) 7590 : cluster [DBG] pgmap v6698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:37.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:35.230667+0000 mgr.y (mgr.14556) 7590 : cluster [DBG] pgmap v6698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:37.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:35.230667+0000 mgr.y (mgr.14556) 7590 : cluster [DBG] pgmap v6698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:39.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:37.231340+0000 mgr.y (mgr.14556) 7591 : cluster [DBG] pgmap v6699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:39.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:37.231340+0000 mgr.y (mgr.14556) 7591 : cluster [DBG] pgmap v6699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:39.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:37.231340+0000 mgr.y (mgr.14556) 7591 : cluster [DBG] pgmap v6699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:41.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:39.231709+0000 mgr.y (mgr.14556) 7592 : cluster [DBG] pgmap v6700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:41.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:39.231709+0000 mgr.y (mgr.14556) 7592 : cluster [DBG] pgmap v6700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:41.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:39.231709+0000 mgr.y (mgr.14556) 7592 : cluster [DBG] pgmap v6700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:41.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:28:43.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:41.232412+0000 mgr.y (mgr.14556) 7593 : cluster [DBG] pgmap v6701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:43.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:41.232412+0000 mgr.y (mgr.14556) 7593 : cluster [DBG] pgmap v6701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:43.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:41.232412+0000 mgr.y (mgr.14556) 7593 : cluster [DBG] pgmap v6701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:44.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:28:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:28:45.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:43.232850+0000 mgr.y (mgr.14556) 7594 : cluster [DBG] pgmap v6702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:45.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:43.232850+0000 mgr.y (mgr.14556) 7594 : cluster [DBG] pgmap v6702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:45.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:43.232850+0000 mgr.y (mgr.14556) 7594 : cluster [DBG] pgmap v6702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:47.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:45.233224+0000 mgr.y (mgr.14556) 7595 : cluster [DBG] pgmap v6703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:47.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:45.233224+0000 mgr.y (mgr.14556) 7595 : cluster [DBG] pgmap v6703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:47.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:45.233224+0000 mgr.y (mgr.14556) 7595 : cluster [DBG] pgmap v6703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:49.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:47.233954+0000 mgr.y (mgr.14556) 7596 : cluster [DBG] pgmap v6704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:49.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:47.233954+0000 mgr.y (mgr.14556) 7596 : cluster [DBG] pgmap v6704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:49.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:47.233954+0000 mgr.y (mgr.14556) 7596 : cluster [DBG] pgmap v6704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:51.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:49.234439+0000 mgr.y (mgr.14556) 7597 : cluster [DBG] pgmap v6705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:51.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:49.234439+0000 mgr.y (mgr.14556) 7597 : cluster [DBG] pgmap v6705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:51.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:49.234439+0000 mgr.y (mgr.14556) 7597 : cluster [DBG] pgmap v6705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:51.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:28:53.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:51.235136+0000 mgr.y (mgr.14556) 7598 : cluster [DBG] pgmap v6706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:53.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:51.235136+0000 mgr.y (mgr.14556) 7598 : cluster [DBG] pgmap v6706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:53.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:51.235136+0000 mgr.y (mgr.14556) 7598 : cluster [DBG] pgmap v6706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:54.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:28:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:28:55.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:53.235591+0000 mgr.y (mgr.14556) 7599 : cluster [DBG] pgmap v6707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:55.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:53.235591+0000 mgr.y (mgr.14556) 7599 : cluster [DBG] pgmap v6707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:55.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:53.235591+0000 mgr.y (mgr.14556) 7599 : cluster [DBG] pgmap v6707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:57.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:55.235978+0000 mgr.y (mgr.14556) 7600 : cluster [DBG] pgmap v6708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:57.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:55.235978+0000 mgr.y (mgr.14556) 7600 : cluster [DBG] pgmap v6708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:57.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:55.235978+0000 mgr.y (mgr.14556) 7600 : cluster [DBG] pgmap v6708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:59.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:57.236687+0000 mgr.y (mgr.14556) 7601 : cluster [DBG] pgmap v6709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:59.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:57.236687+0000 mgr.y (mgr.14556) 7601 : cluster [DBG] pgmap v6709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:28:59.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:57.236687+0000 mgr.y (mgr.14556) 7601 : cluster [DBG] pgmap v6709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:00.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:28:59.237215+0000 mgr.y (mgr.14556) 7602 : cluster [DBG] pgmap v6710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:00.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:28:59.237215+0000 mgr.y (mgr.14556) 7602 : cluster [DBG] pgmap v6710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:00.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:28:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:28:59.237215+0000 mgr.y (mgr.14556) 7602 : cluster [DBG] pgmap v6710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:00.466 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:29:00.755 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:29:00.755 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 7m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:29:00.755 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 7m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 7m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 7m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 7m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 7m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 7m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 7m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 7m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 7m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 7m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 7m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 7m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 7m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 7m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:29:00.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 7m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:29:00.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 7m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:29:00.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 7m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:29:00.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 7m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:29:00.757 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 7m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:29:01.106 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:29:01.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:29:01.108 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:29:01.108 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:29:01.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:29:00.460565+0000 mgr.y (mgr.14556) 7603 : audit [DBG] from='client.32537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:29:01.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:29:00.753899+0000 mgr.y (mgr.14556) 7604 : audit [DBG] from='client.32543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:29:01.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:29:00.460565+0000 mgr.y (mgr.14556) 7603 : audit [DBG] from='client.32537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:29:01.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:29:00.753899+0000 mgr.y (mgr.14556) 7604 : audit [DBG] from='client.32543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:29:01.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:29:00.460565+0000 mgr.y (mgr.14556) 7603 : audit [DBG] from='client.32537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:29:01.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:29:00.753899+0000 mgr.y (mgr.14556) 7604 : audit [DBG] from='client.32543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:29:01.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:29:02.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:29:01.113091+0000 mon.c (mon.2) 211 : audit [DBG] from='client.? 172.21.15.23:0/1939486719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:29:02.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:01.237840+0000 mgr.y (mgr.14556) 7605 : cluster [DBG] pgmap v6711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:02.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:29:01.113091+0000 mon.c (mon.2) 211 : audit [DBG] from='client.? 172.21.15.23:0/1939486719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:29:02.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:01.237840+0000 mgr.y (mgr.14556) 7605 : cluster [DBG] pgmap v6711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:02.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:29:01.113091+0000 mon.c (mon.2) 211 : audit [DBG] from='client.? 172.21.15.23:0/1939486719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:29:02.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:01.237840+0000 mgr.y (mgr.14556) 7605 : cluster [DBG] pgmap v6711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:04.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:29:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:29:04.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:03.238196+0000 mgr.y (mgr.14556) 7606 : cluster [DBG] pgmap v6712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:04.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:03.238196+0000 mgr.y (mgr.14556) 7606 : cluster [DBG] pgmap v6712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:04.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:03.238196+0000 mgr.y (mgr.14556) 7606 : cluster [DBG] pgmap v6712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:06.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:05.238644+0000 mgr.y (mgr.14556) 7607 : cluster [DBG] pgmap v6713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:06.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:05.238644+0000 mgr.y (mgr.14556) 7607 : cluster [DBG] pgmap v6713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:06.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:05.238644+0000 mgr.y (mgr.14556) 7607 : cluster [DBG] pgmap v6713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:08.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:07.239291+0000 mgr.y (mgr.14556) 7608 : cluster [DBG] pgmap v6714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:08.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:07.239291+0000 mgr.y (mgr.14556) 7608 : cluster [DBG] pgmap v6714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:08.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:07.239291+0000 mgr.y (mgr.14556) 7608 : cluster [DBG] pgmap v6714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:10.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:09.239657+0000 mgr.y (mgr.14556) 7609 : cluster [DBG] pgmap v6715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:10.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:09.239657+0000 mgr.y (mgr.14556) 7609 : cluster [DBG] pgmap v6715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:10.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:09.239657+0000 mgr.y (mgr.14556) 7609 : cluster [DBG] pgmap v6715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:11.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:29:12.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:11.240560+0000 mgr.y (mgr.14556) 7610 : cluster [DBG] pgmap v6716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:12.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:11.240560+0000 mgr.y (mgr.14556) 7610 : cluster [DBG] pgmap v6716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:12.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:11.240560+0000 mgr.y (mgr.14556) 7610 : cluster [DBG] pgmap v6716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:14.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:29:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:29:14.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:13.241023+0000 mgr.y (mgr.14556) 7611 : cluster [DBG] pgmap v6717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:14.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:13.241023+0000 mgr.y (mgr.14556) 7611 : cluster [DBG] pgmap v6717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:14.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:13.241023+0000 mgr.y (mgr.14556) 7611 : cluster [DBG] pgmap v6717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:15.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:29:14.644088+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:29:15.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:29:14.947783+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:29:15.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:29:14.948418+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:29:15.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:29:14.954729+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:29:15.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:29:14.644088+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:29:15.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:29:14.947783+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:29:15.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:29:14.948418+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:29:15.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:29:14.954729+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:29:15.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:29:14.644088+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:29:15.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:29:14.947783+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:29:15.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:29:14.948418+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:29:15.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:29:14.954729+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:29:16.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:15.241419+0000 mgr.y (mgr.14556) 7612 : cluster [DBG] pgmap v6718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:16.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:15.241419+0000 mgr.y (mgr.14556) 7612 : cluster [DBG] pgmap v6718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:16.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:15.241419+0000 mgr.y (mgr.14556) 7612 : cluster [DBG] pgmap v6718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:18.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:17.242109+0000 mgr.y (mgr.14556) 7613 : cluster [DBG] pgmap v6719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:18.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:17.242109+0000 mgr.y (mgr.14556) 7613 : cluster [DBG] pgmap v6719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:18.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:17.242109+0000 mgr.y (mgr.14556) 7613 : cluster [DBG] pgmap v6719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:20.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:19.242519+0000 mgr.y (mgr.14556) 7614 : cluster [DBG] pgmap v6720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:20.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:19.242519+0000 mgr.y (mgr.14556) 7614 : cluster [DBG] pgmap v6720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:20.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:19.242519+0000 mgr.y (mgr.14556) 7614 : cluster [DBG] pgmap v6720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:21.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:29:22.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:21.243278+0000 mgr.y (mgr.14556) 7615 : cluster [DBG] pgmap v6721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:22.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:21.243278+0000 mgr.y (mgr.14556) 7615 : cluster [DBG] pgmap v6721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:22.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:21.243278+0000 mgr.y (mgr.14556) 7615 : cluster [DBG] pgmap v6721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:24.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:29:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:29:24.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:23.243682+0000 mgr.y (mgr.14556) 7616 : cluster [DBG] pgmap v6722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:24.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:23.243682+0000 mgr.y (mgr.14556) 7616 : cluster [DBG] pgmap v6722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:24.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:23.243682+0000 mgr.y (mgr.14556) 7616 : cluster [DBG] pgmap v6722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:26.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:25.244072+0000 mgr.y (mgr.14556) 7617 : cluster [DBG] pgmap v6723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:26.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:25.244072+0000 mgr.y (mgr.14556) 7617 : cluster [DBG] pgmap v6723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:26.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:25.244072+0000 mgr.y (mgr.14556) 7617 : cluster [DBG] pgmap v6723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:28.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:27.244780+0000 mgr.y (mgr.14556) 7618 : cluster [DBG] pgmap v6724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:28.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:27.244780+0000 mgr.y (mgr.14556) 7618 : cluster [DBG] pgmap v6724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:28.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:27.244780+0000 mgr.y (mgr.14556) 7618 : cluster [DBG] pgmap v6724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:30.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:29.245260+0000 mgr.y (mgr.14556) 7619 : cluster [DBG] pgmap v6725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:30.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:29.245260+0000 mgr.y (mgr.14556) 7619 : cluster [DBG] pgmap v6725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:30.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:29.245260+0000 mgr.y (mgr.14556) 7619 : cluster [DBG] pgmap v6725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:31.430 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:29:31.719 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:29:31.719 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 8m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:29:31.719 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 8m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:29:31.719 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 8m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:29:31.719 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 8m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 8m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 8m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 8m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 8m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 8m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 8m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 8m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 8m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 8m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 8m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 8m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 8m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:29:31.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 8m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:29:31.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 8m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:29:31.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 8m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:29:31.721 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 8m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:29:31.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:29:32.067 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:29:32.067 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:29:32.067 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:29:32.067 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:29:32.068 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:29:32.068 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:29:32.068 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:29:32.068 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:29:32.068 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:29:32.068 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:29:32.068 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:29:32.068 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:29:32.068 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:29:32.068 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:29:32.068 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:29:32.068 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:29:32.069 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:29:32.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:31.245806+0000 mgr.y (mgr.14556) 7620 : cluster [DBG] pgmap v6726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:32.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:29:31.425240+0000 mgr.y (mgr.14556) 7621 : audit [DBG] from='client.32555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:29:32.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:29:31.717918+0000 mgr.y (mgr.14556) 7622 : audit [DBG] from='client.32561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:29:32.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:29:32.073872+0000 mon.a (mon.0) 2072 : audit [DBG] from='client.? 172.21.15.23:0/626933594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:29:32.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:31.245806+0000 mgr.y (mgr.14556) 7620 : cluster [DBG] pgmap v6726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:32.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:29:31.425240+0000 mgr.y (mgr.14556) 7621 : audit [DBG] from='client.32555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:29:32.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:29:31.717918+0000 mgr.y (mgr.14556) 7622 : audit [DBG] from='client.32561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:29:32.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:29:32.073872+0000 mon.a (mon.0) 2072 : audit [DBG] from='client.? 172.21.15.23:0/626933594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:29:32.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:31.245806+0000 mgr.y (mgr.14556) 7620 : cluster [DBG] pgmap v6726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:32.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:29:31.425240+0000 mgr.y (mgr.14556) 7621 : audit [DBG] from='client.32555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:29:32.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:29:31.717918+0000 mgr.y (mgr.14556) 7622 : audit [DBG] from='client.32561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:29:32.908 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:29:32.073872+0000 mon.a (mon.0) 2072 : audit [DBG] from='client.? 172.21.15.23:0/626933594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:29:34.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:29:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:29:34.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:33.246186+0000 mgr.y (mgr.14556) 7623 : cluster [DBG] pgmap v6727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:34.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:33.246186+0000 mgr.y (mgr.14556) 7623 : cluster [DBG] pgmap v6727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:34.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:33.246186+0000 mgr.y (mgr.14556) 7623 : cluster [DBG] pgmap v6727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:36.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:35.246537+0000 mgr.y (mgr.14556) 7624 : cluster [DBG] pgmap v6728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:36.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:35.246537+0000 mgr.y (mgr.14556) 7624 : cluster [DBG] pgmap v6728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:36.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:35.246537+0000 mgr.y (mgr.14556) 7624 : cluster [DBG] pgmap v6728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:38.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:37.247387+0000 mgr.y (mgr.14556) 7625 : cluster [DBG] pgmap v6729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:38.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:37.247387+0000 mgr.y (mgr.14556) 7625 : cluster [DBG] pgmap v6729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:38.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:37.247387+0000 mgr.y (mgr.14556) 7625 : cluster [DBG] pgmap v6729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:40.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:39.247743+0000 mgr.y (mgr.14556) 7626 : cluster [DBG] pgmap v6730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:40.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:39.247743+0000 mgr.y (mgr.14556) 7626 : cluster [DBG] pgmap v6730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:40.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:39.247743+0000 mgr.y (mgr.14556) 7626 : cluster [DBG] pgmap v6730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:41.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:29:42.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:41.248446+0000 mgr.y (mgr.14556) 7627 : cluster [DBG] pgmap v6731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:42.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:41.248446+0000 mgr.y (mgr.14556) 7627 : cluster [DBG] pgmap v6731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:42.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:41.248446+0000 mgr.y (mgr.14556) 7627 : cluster [DBG] pgmap v6731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:44.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:29:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:29:44.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:43.248923+0000 mgr.y (mgr.14556) 7628 : cluster [DBG] pgmap v6732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:44.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:43.248923+0000 mgr.y (mgr.14556) 7628 : cluster [DBG] pgmap v6732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:44.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:43.248923+0000 mgr.y (mgr.14556) 7628 : cluster [DBG] pgmap v6732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:46.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:45.249357+0000 mgr.y (mgr.14556) 7629 : cluster [DBG] pgmap v6733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:46.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:45.249357+0000 mgr.y (mgr.14556) 7629 : cluster [DBG] pgmap v6733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:46.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:45.249357+0000 mgr.y (mgr.14556) 7629 : cluster [DBG] pgmap v6733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:48.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:47.250249+0000 mgr.y (mgr.14556) 7630 : cluster [DBG] pgmap v6734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:48.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:47.250249+0000 mgr.y (mgr.14556) 7630 : cluster [DBG] pgmap v6734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:48.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:47.250249+0000 mgr.y (mgr.14556) 7630 : cluster [DBG] pgmap v6734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:50.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:49.250622+0000 mgr.y (mgr.14556) 7631 : cluster [DBG] pgmap v6735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:50.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:49.250622+0000 mgr.y (mgr.14556) 7631 : cluster [DBG] pgmap v6735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:50.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:49.250622+0000 mgr.y (mgr.14556) 7631 : cluster [DBG] pgmap v6735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:51.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:29:52.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:51.251267+0000 mgr.y (mgr.14556) 7632 : cluster [DBG] pgmap v6736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:52.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:51.251267+0000 mgr.y (mgr.14556) 7632 : cluster [DBG] pgmap v6736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:52.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:51.251267+0000 mgr.y (mgr.14556) 7632 : cluster [DBG] pgmap v6736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:54.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:29:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:29:54.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:53.251686+0000 mgr.y (mgr.14556) 7633 : cluster [DBG] pgmap v6737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:54.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:53.251686+0000 mgr.y (mgr.14556) 7633 : cluster [DBG] pgmap v6737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:54.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:53.251686+0000 mgr.y (mgr.14556) 7633 : cluster [DBG] pgmap v6737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:56.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:55.252093+0000 mgr.y (mgr.14556) 7634 : cluster [DBG] pgmap v6738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:56.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:55.252093+0000 mgr.y (mgr.14556) 7634 : cluster [DBG] pgmap v6738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:56.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:55.252093+0000 mgr.y (mgr.14556) 7634 : cluster [DBG] pgmap v6738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:58.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:29:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:57.252742+0000 mgr.y (mgr.14556) 7635 : cluster [DBG] pgmap v6739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:58.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:29:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:57.252742+0000 mgr.y (mgr.14556) 7635 : cluster [DBG] pgmap v6739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:29:58.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:29:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:57.252742+0000 mgr.y (mgr.14556) 7635 : cluster [DBG] pgmap v6739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:00.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T10:29:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:30:00.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:29:59.253295+0000 mgr.y (mgr.14556) 7636 : cluster [DBG] pgmap v6740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:00.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:00.000165+0000 mon.a (mon.0) 2073 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:30:00.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:29:59.253295+0000 mgr.y (mgr.14556) 7636 : cluster [DBG] pgmap v6740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:00.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:00.000165+0000 mon.a (mon.0) 2073 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:30:00.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:29:59.253295+0000 mgr.y (mgr.14556) 7636 : cluster [DBG] pgmap v6740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:00.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:00.000165+0000 mon.a (mon.0) 2073 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:30:01.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:30:02.393 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:30:02.683 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:30:02.683 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 8m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:30:02.683 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 8m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:30:02.683 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 8m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:30:02.683 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 8m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:30:02.683 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 8m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:30:02.683 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 8m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:30:02.683 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 8m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:30:02.683 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 8m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:30:02.684 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 8m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:30:02.684 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 8m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:30:02.684 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 8m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:30:02.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 8m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:30:02.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 8m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:30:02.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 8m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:30:02.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 8m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:30:02.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 8m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:30:02.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 8m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:30:02.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 8m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:30:02.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 8m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:30:02.684 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 8m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:30:02.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:01.254058+0000 mgr.y (mgr.14556) 7637 : cluster [DBG] pgmap v6741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:03.034 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:30:03.034 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:30:03.034 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:30:03.034 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:30:03.035 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:30:03.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:01.254058+0000 mgr.y (mgr.14556) 7637 : cluster [DBG] pgmap v6741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:03.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:01.254058+0000 mgr.y (mgr.14556) 7637 : cluster [DBG] pgmap v6741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:03.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:30:02.388244+0000 mgr.y (mgr.14556) 7638 : audit [DBG] from='client.32573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:30:03.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:30:02.681596+0000 mgr.y (mgr.14556) 7639 : audit [DBG] from='client.22665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:30:03.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:30:03.040095+0000 mon.a (mon.0) 2074 : audit [DBG] from='client.? 172.21.15.23:0/3968353371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:30:04.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:30:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:30:04.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:30:02.388244+0000 mgr.y (mgr.14556) 7638 : audit [DBG] from='client.32573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:30:04.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:30:02.681596+0000 mgr.y (mgr.14556) 7639 : audit [DBG] from='client.22665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:30:04.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:30:03.040095+0000 mon.a (mon.0) 2074 : audit [DBG] from='client.? 172.21.15.23:0/3968353371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:30:04.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:30:02.388244+0000 mgr.y (mgr.14556) 7638 : audit [DBG] from='client.32573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:30:04.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:30:02.681596+0000 mgr.y (mgr.14556) 7639 : audit [DBG] from='client.22665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:30:04.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:30:03.040095+0000 mon.a (mon.0) 2074 : audit [DBG] from='client.? 172.21.15.23:0/3968353371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:30:04.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:03.254415+0000 mgr.y (mgr.14556) 7640 : cluster [DBG] pgmap v6742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:05.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:03.254415+0000 mgr.y (mgr.14556) 7640 : cluster [DBG] pgmap v6742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:05.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:03.254415+0000 mgr.y (mgr.14556) 7640 : cluster [DBG] pgmap v6742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:07.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:05.254982+0000 mgr.y (mgr.14556) 7641 : cluster [DBG] pgmap v6743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:07.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:05.254982+0000 mgr.y (mgr.14556) 7641 : cluster [DBG] pgmap v6743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:07.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:05.254982+0000 mgr.y (mgr.14556) 7641 : cluster [DBG] pgmap v6743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:09.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:07.255814+0000 mgr.y (mgr.14556) 7642 : cluster [DBG] pgmap v6744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:09.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:07.255814+0000 mgr.y (mgr.14556) 7642 : cluster [DBG] pgmap v6744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:09.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:07.255814+0000 mgr.y (mgr.14556) 7642 : cluster [DBG] pgmap v6744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:11.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:09.256373+0000 mgr.y (mgr.14556) 7643 : cluster [DBG] pgmap v6745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:11.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:09.256373+0000 mgr.y (mgr.14556) 7643 : cluster [DBG] pgmap v6745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:11.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:09.256373+0000 mgr.y (mgr.14556) 7643 : cluster [DBG] pgmap v6745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:11.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:30:13.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:11.257094+0000 mgr.y (mgr.14556) 7644 : cluster [DBG] pgmap v6746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:13.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:11.257094+0000 mgr.y (mgr.14556) 7644 : cluster [DBG] pgmap v6746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:13.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:11.257094+0000 mgr.y (mgr.14556) 7644 : cluster [DBG] pgmap v6746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:14.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:30:13] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:30:15.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:13.257596+0000 mgr.y (mgr.14556) 7645 : cluster [DBG] pgmap v6747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:15.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:13.257596+0000 mgr.y (mgr.14556) 7645 : cluster [DBG] pgmap v6747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:15.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:13.257596+0000 mgr.y (mgr.14556) 7645 : cluster [DBG] pgmap v6747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:16.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:30:14.959212+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:30:16.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:30:15.266672+0000 mon.a (mon.0) 2076 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:30:16.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:30:15.267301+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:30:16.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:30:15.280568+0000 mon.a (mon.0) 2078 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:30:16.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:30:14.959212+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:30:16.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:30:15.266672+0000 mon.a (mon.0) 2076 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:30:16.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:30:15.267301+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:30:16.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:30:15.280568+0000 mon.a (mon.0) 2078 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:30:16.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:30:14.959212+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:30:16.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:30:15.266672+0000 mon.a (mon.0) 2076 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:30:16.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:30:15.267301+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:30:16.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:30:15.280568+0000 mon.a (mon.0) 2078 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:30:17.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:15.258017+0000 mgr.y (mgr.14556) 7646 : cluster [DBG] pgmap v6748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:17.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:15.258017+0000 mgr.y (mgr.14556) 7646 : cluster [DBG] pgmap v6748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:17.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:15.258017+0000 mgr.y (mgr.14556) 7646 : cluster [DBG] pgmap v6748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:19.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:17.258686+0000 mgr.y (mgr.14556) 7647 : cluster [DBG] pgmap v6749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:19.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:17.258686+0000 mgr.y (mgr.14556) 7647 : cluster [DBG] pgmap v6749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:19.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:17.258686+0000 mgr.y (mgr.14556) 7647 : cluster [DBG] pgmap v6749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:21.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:19.258994+0000 mgr.y (mgr.14556) 7648 : cluster [DBG] pgmap v6750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:21.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:19.258994+0000 mgr.y (mgr.14556) 7648 : cluster [DBG] pgmap v6750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:21.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:19.258994+0000 mgr.y (mgr.14556) 7648 : cluster [DBG] pgmap v6750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:21.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:30:23.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:21.259772+0000 mgr.y (mgr.14556) 7649 : cluster [DBG] pgmap v6751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:23.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:21.259772+0000 mgr.y (mgr.14556) 7649 : cluster [DBG] pgmap v6751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:23.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:21.259772+0000 mgr.y (mgr.14556) 7649 : cluster [DBG] pgmap v6751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:24.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:30:23] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:30:25.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:23.260211+0000 mgr.y (mgr.14556) 7650 : cluster [DBG] pgmap v6752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:25.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:23.260211+0000 mgr.y (mgr.14556) 7650 : cluster [DBG] pgmap v6752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:25.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:23.260211+0000 mgr.y (mgr.14556) 7650 : cluster [DBG] pgmap v6752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:27.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:25.260781+0000 mgr.y (mgr.14556) 7651 : cluster [DBG] pgmap v6753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:27.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:25.260781+0000 mgr.y (mgr.14556) 7651 : cluster [DBG] pgmap v6753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:27.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:25.260781+0000 mgr.y (mgr.14556) 7651 : cluster [DBG] pgmap v6753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:29.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:27.261517+0000 mgr.y (mgr.14556) 7652 : cluster [DBG] pgmap v6754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:29.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:27.261517+0000 mgr.y (mgr.14556) 7652 : cluster [DBG] pgmap v6754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:29.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:27.261517+0000 mgr.y (mgr.14556) 7652 : cluster [DBG] pgmap v6754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:31.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:29.262012+0000 mgr.y (mgr.14556) 7653 : cluster [DBG] pgmap v6755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:31.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:29.262012+0000 mgr.y (mgr.14556) 7653 : cluster [DBG] pgmap v6755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:31.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:29.262012+0000 mgr.y (mgr.14556) 7653 : cluster [DBG] pgmap v6755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:31.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:30:33.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:31.262699+0000 mgr.y (mgr.14556) 7654 : cluster [DBG] pgmap v6756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:33.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:31.262699+0000 mgr.y (mgr.14556) 7654 : cluster [DBG] pgmap v6756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:33.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:31.262699+0000 mgr.y (mgr.14556) 7654 : cluster [DBG] pgmap v6756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:33.358 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:30:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:30:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 9m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:30:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 9m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:30:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 9m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:30:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 9m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:30:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 9m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:30:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 9m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:30:33.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 9m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:30:33.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 9m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:30:33.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 9m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:30:33.651 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 9m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:30:33.651 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 9m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:30:33.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 9m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:30:33.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 9m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:30:33.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 9m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:30:33.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 9m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:30:33.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 9m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:30:33.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 9m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:30:33.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 9m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:30:33.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 9m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:30:33.652 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 9m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:30:34.001 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:30:34.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:30:34.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:30:34.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:30:34.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:30:34.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:30:34.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:30:34.001 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:30:34.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:30:34.002 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:30:34.002 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:30:34.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:30:34.002 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:30:34.002 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:30:34.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:30:34.002 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:30:34.002 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:30:34.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:30:33] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:30:35.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:33.263024+0000 mgr.y (mgr.14556) 7655 : cluster [DBG] pgmap v6757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:35.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:30:33.353237+0000 mgr.y (mgr.14556) 7656 : audit [DBG] from='client.22677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:30:35.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:30:33.648766+0000 mgr.y (mgr.14556) 7657 : audit [DBG] from='client.22683 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:30:35.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:30:34.007573+0000 mon.a (mon.0) 2079 : audit [DBG] from='client.? 172.21.15.23:0/2500573557' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:30:35.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:33.263024+0000 mgr.y (mgr.14556) 7655 : cluster [DBG] pgmap v6757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:35.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:30:33.353237+0000 mgr.y (mgr.14556) 7656 : audit [DBG] from='client.22677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:30:35.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:30:33.648766+0000 mgr.y (mgr.14556) 7657 : audit [DBG] from='client.22683 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:30:35.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:30:34.007573+0000 mon.a (mon.0) 2079 : audit [DBG] from='client.? 172.21.15.23:0/2500573557' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:30:35.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:33.263024+0000 mgr.y (mgr.14556) 7655 : cluster [DBG] pgmap v6757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:35.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:30:33.353237+0000 mgr.y (mgr.14556) 7656 : audit [DBG] from='client.22677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:30:35.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:30:33.648766+0000 mgr.y (mgr.14556) 7657 : audit [DBG] from='client.22683 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:30:35.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:30:34.007573+0000 mon.a (mon.0) 2079 : audit [DBG] from='client.? 172.21.15.23:0/2500573557' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:30:37.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:35.263563+0000 mgr.y (mgr.14556) 7658 : cluster [DBG] pgmap v6758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:37.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:35.263563+0000 mgr.y (mgr.14556) 7658 : cluster [DBG] pgmap v6758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:37.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:35.263563+0000 mgr.y (mgr.14556) 7658 : cluster [DBG] pgmap v6758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:39.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:37.264293+0000 mgr.y (mgr.14556) 7659 : cluster [DBG] pgmap v6759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:39.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:37.264293+0000 mgr.y (mgr.14556) 7659 : cluster [DBG] pgmap v6759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:39.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:37.264293+0000 mgr.y (mgr.14556) 7659 : cluster [DBG] pgmap v6759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:41.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:39.264834+0000 mgr.y (mgr.14556) 7660 : cluster [DBG] pgmap v6760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:41.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:39.264834+0000 mgr.y (mgr.14556) 7660 : cluster [DBG] pgmap v6760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:41.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:39.264834+0000 mgr.y (mgr.14556) 7660 : cluster [DBG] pgmap v6760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:41.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:30:43.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:41.265613+0000 mgr.y (mgr.14556) 7661 : cluster [DBG] pgmap v6761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:43.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:41.265613+0000 mgr.y (mgr.14556) 7661 : cluster [DBG] pgmap v6761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:43.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:41.265613+0000 mgr.y (mgr.14556) 7661 : cluster [DBG] pgmap v6761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:44.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:30:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:30:45.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:43.266048+0000 mgr.y (mgr.14556) 7662 : cluster [DBG] pgmap v6762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:45.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:43.266048+0000 mgr.y (mgr.14556) 7662 : cluster [DBG] pgmap v6762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:45.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:43.266048+0000 mgr.y (mgr.14556) 7662 : cluster [DBG] pgmap v6762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:47.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:45.266622+0000 mgr.y (mgr.14556) 7663 : cluster [DBG] pgmap v6763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:47.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:45.266622+0000 mgr.y (mgr.14556) 7663 : cluster [DBG] pgmap v6763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:47.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:45.266622+0000 mgr.y (mgr.14556) 7663 : cluster [DBG] pgmap v6763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:49.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:47.267197+0000 mgr.y (mgr.14556) 7664 : cluster [DBG] pgmap v6764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:49.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:47.267197+0000 mgr.y (mgr.14556) 7664 : cluster [DBG] pgmap v6764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:49.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:47.267197+0000 mgr.y (mgr.14556) 7664 : cluster [DBG] pgmap v6764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:50.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:49.267555+0000 mgr.y (mgr.14556) 7665 : cluster [DBG] pgmap v6765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:50.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:49.267555+0000 mgr.y (mgr.14556) 7665 : cluster [DBG] pgmap v6765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:50.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:49.267555+0000 mgr.y (mgr.14556) 7665 : cluster [DBG] pgmap v6765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:51.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:30:52.623 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:51.268301+0000 mgr.y (mgr.14556) 7666 : cluster [DBG] pgmap v6766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:52.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:51.268301+0000 mgr.y (mgr.14556) 7666 : cluster [DBG] pgmap v6766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:52.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:51.268301+0000 mgr.y (mgr.14556) 7666 : cluster [DBG] pgmap v6766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:54.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:30:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:30:54.623 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:53.268767+0000 mgr.y (mgr.14556) 7667 : cluster [DBG] pgmap v6767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:54.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:53.268767+0000 mgr.y (mgr.14556) 7667 : cluster [DBG] pgmap v6767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:54.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:53.268767+0000 mgr.y (mgr.14556) 7667 : cluster [DBG] pgmap v6767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:56.623 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:55.269318+0000 mgr.y (mgr.14556) 7668 : cluster [DBG] pgmap v6768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:56.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:55.269318+0000 mgr.y (mgr.14556) 7668 : cluster [DBG] pgmap v6768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:56.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:55.269318+0000 mgr.y (mgr.14556) 7668 : cluster [DBG] pgmap v6768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:58.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:30:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:57.269704+0000 mgr.y (mgr.14556) 7669 : cluster [DBG] pgmap v6769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:58.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:57.269704+0000 mgr.y (mgr.14556) 7669 : cluster [DBG] pgmap v6769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:30:58.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:57.269704+0000 mgr.y (mgr.14556) 7669 : cluster [DBG] pgmap v6769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:00.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:30:59.270283+0000 mgr.y (mgr.14556) 7670 : cluster [DBG] pgmap v6770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:00.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:30:59.270283+0000 mgr.y (mgr.14556) 7670 : cluster [DBG] pgmap v6770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:00.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:30:59.270283+0000 mgr.y (mgr.14556) 7670 : cluster [DBG] pgmap v6770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:01.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:31:02.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:01.271113+0000 mgr.y (mgr.14556) 7671 : cluster [DBG] pgmap v6771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:02.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:01.271113+0000 mgr.y (mgr.14556) 7671 : cluster [DBG] pgmap v6771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:02.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:01.271113+0000 mgr.y (mgr.14556) 7671 : cluster [DBG] pgmap v6771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:04.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:31:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:31:04.330 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:31:04.617 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:31:04.617 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 9m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:31:04.617 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 9m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:31:04.617 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 9m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:31:04.617 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 9m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:31:04.617 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 9m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:31:04.617 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 9m ago 3h 469M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:31:04.617 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 9m ago 3h 618M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:31:04.617 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 9m ago 3h 328M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:31:04.617 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 9m ago 3h 331M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:31:04.618 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 9m ago 3h 25.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:31:04.618 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 9m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:31:04.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 9m ago 3h 44.8M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:31:04.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 9m ago 3h 44.1M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:31:04.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 9m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:31:04.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 9m ago 3h 41.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:31:04.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 9m ago 3h 41.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:31:04.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 9m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:31:04.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 9m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:31:04.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 9m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:31:04.618 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 9m ago 3h 95.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:31:04.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:03.271695+0000 mgr.y (mgr.14556) 7672 : cluster [DBG] pgmap v6772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:04.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:03.271695+0000 mgr.y (mgr.14556) 7672 : cluster [DBG] pgmap v6772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:04.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:03.271695+0000 mgr.y (mgr.14556) 7672 : cluster [DBG] pgmap v6772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:04.987 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:31:04.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:31:04.989 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:31:04.989 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:31:05.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:31:04.325368+0000 mgr.y (mgr.14556) 7673 : audit [DBG] from='client.22695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:31:05.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:31:04.615739+0000 mgr.y (mgr.14556) 7674 : audit [DBG] from='client.32615 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:31:05.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:31:04.994527+0000 mon.c (mon.2) 212 : audit [DBG] from='client.? 172.21.15.23:0/1740385154' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:31:05.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:31:04.325368+0000 mgr.y (mgr.14556) 7673 : audit [DBG] from='client.22695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:31:05.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:31:04.615739+0000 mgr.y (mgr.14556) 7674 : audit [DBG] from='client.32615 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:31:05.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:31:04.994527+0000 mon.c (mon.2) 212 : audit [DBG] from='client.? 172.21.15.23:0/1740385154' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:31:05.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:31:04.325368+0000 mgr.y (mgr.14556) 7673 : audit [DBG] from='client.22695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:31:05.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:31:04.615739+0000 mgr.y (mgr.14556) 7674 : audit [DBG] from='client.32615 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:31:05.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:31:04.994527+0000 mon.c (mon.2) 212 : audit [DBG] from='client.? 172.21.15.23:0/1740385154' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:31:06.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:05.272465+0000 mgr.y (mgr.14556) 7675 : cluster [DBG] pgmap v6773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:06.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:05.272465+0000 mgr.y (mgr.14556) 7675 : cluster [DBG] pgmap v6773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:06.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:05.272465+0000 mgr.y (mgr.14556) 7675 : cluster [DBG] pgmap v6773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:08.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:07.272816+0000 mgr.y (mgr.14556) 7676 : cluster [DBG] pgmap v6774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:08.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:07.272816+0000 mgr.y (mgr.14556) 7676 : cluster [DBG] pgmap v6774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:08.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:07.272816+0000 mgr.y (mgr.14556) 7676 : cluster [DBG] pgmap v6774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:10.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:09.273312+0000 mgr.y (mgr.14556) 7677 : cluster [DBG] pgmap v6775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:10.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:09.273312+0000 mgr.y (mgr.14556) 7677 : cluster [DBG] pgmap v6775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:10.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:09.273312+0000 mgr.y (mgr.14556) 7677 : cluster [DBG] pgmap v6775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:11.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:31:12.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:11.274133+0000 mgr.y (mgr.14556) 7678 : cluster [DBG] pgmap v6776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:12.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:11.274133+0000 mgr.y (mgr.14556) 7678 : cluster [DBG] pgmap v6776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:12.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:11.274133+0000 mgr.y (mgr.14556) 7678 : cluster [DBG] pgmap v6776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:14.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:31:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:31:14.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:13.274561+0000 mgr.y (mgr.14556) 7679 : cluster [DBG] pgmap v6777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:14.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:13.274561+0000 mgr.y (mgr.14556) 7679 : cluster [DBG] pgmap v6777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:14.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:13.274561+0000 mgr.y (mgr.14556) 7679 : cluster [DBG] pgmap v6777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:15.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:31:15.284870+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:31:15.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:31:15.284870+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:31:15.889 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:31:15.284870+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:31:16.751 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:15.275294+0000 mgr.y (mgr.14556) 7680 : cluster [DBG] pgmap v6778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:16.752 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:15.275294+0000 mgr.y (mgr.14556) 7680 : cluster [DBG] pgmap v6778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:16.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:15.275294+0000 mgr.y (mgr.14556) 7680 : cluster [DBG] pgmap v6778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:19.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:17.275598+0000 mgr.y (mgr.14556) 7681 : cluster [DBG] pgmap v6779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:19.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:31:17.923492+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:31:19.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:31:18.502216+0000 mon.a (mon.0) 2082 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:31:19.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:31:18.795671+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:31:19.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:31:18.796518+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:31:19.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:31:18.806081+0000 mon.a (mon.0) 2085 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:31:19.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:17.275598+0000 mgr.y (mgr.14556) 7681 : cluster [DBG] pgmap v6779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:19.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:31:17.923492+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:31:19.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:31:18.502216+0000 mon.a (mon.0) 2082 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:31:19.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:31:18.795671+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:31:19.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:31:18.796518+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:31:19.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:31:18.806081+0000 mon.a (mon.0) 2085 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:31:19.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:17.275598+0000 mgr.y (mgr.14556) 7681 : cluster [DBG] pgmap v6779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:19.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:31:17.923492+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:31:19.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:31:18.502216+0000 mon.a (mon.0) 2082 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:31:19.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:31:18.795671+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:31:19.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:31:18.796518+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:31:19.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:31:18.806081+0000 mon.a (mon.0) 2085 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:31:20.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:19.276041+0000 mgr.y (mgr.14556) 7682 : cluster [DBG] pgmap v6780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:20.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:19.276041+0000 mgr.y (mgr.14556) 7682 : cluster [DBG] pgmap v6780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:20.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:19.276041+0000 mgr.y (mgr.14556) 7682 : cluster [DBG] pgmap v6780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:21.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:31:22.623 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:21.276695+0000 mgr.y (mgr.14556) 7683 : cluster [DBG] pgmap v6781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:22.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:21.276695+0000 mgr.y (mgr.14556) 7683 : cluster [DBG] pgmap v6781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:22.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:21.276695+0000 mgr.y (mgr.14556) 7683 : cluster [DBG] pgmap v6781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:24.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:31:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:31:24.623 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:23.277068+0000 mgr.y (mgr.14556) 7684 : cluster [DBG] pgmap v6782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:24.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:23.277068+0000 mgr.y (mgr.14556) 7684 : cluster [DBG] pgmap v6782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:24.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:23.277068+0000 mgr.y (mgr.14556) 7684 : cluster [DBG] pgmap v6782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:26.623 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:25.277640+0000 mgr.y (mgr.14556) 7685 : cluster [DBG] pgmap v6783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:26.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:25.277640+0000 mgr.y (mgr.14556) 7685 : cluster [DBG] pgmap v6783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:26.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:25.277640+0000 mgr.y (mgr.14556) 7685 : cluster [DBG] pgmap v6783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:28.623 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:27.278015+0000 mgr.y (mgr.14556) 7686 : cluster [DBG] pgmap v6784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:28.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:27.278015+0000 mgr.y (mgr.14556) 7686 : cluster [DBG] pgmap v6784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:28.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:27.278015+0000 mgr.y (mgr.14556) 7686 : cluster [DBG] pgmap v6784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:30.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:29.278476+0000 mgr.y (mgr.14556) 7687 : cluster [DBG] pgmap v6785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:30.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:29.278476+0000 mgr.y (mgr.14556) 7687 : cluster [DBG] pgmap v6785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:30.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:29.278476+0000 mgr.y (mgr.14556) 7687 : cluster [DBG] pgmap v6785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:31.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:31:32.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:31.279166+0000 mgr.y (mgr.14556) 7688 : cluster [DBG] pgmap v6786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:32.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:31.279166+0000 mgr.y (mgr.14556) 7688 : cluster [DBG] pgmap v6786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:32.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:31.279166+0000 mgr.y (mgr.14556) 7688 : cluster [DBG] pgmap v6786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:34.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:31:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:31:34.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:33.279710+0000 mgr.y (mgr.14556) 7689 : cluster [DBG] pgmap v6787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:34.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:33.279710+0000 mgr.y (mgr.14556) 7689 : cluster [DBG] pgmap v6787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:34.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:33.279710+0000 mgr.y (mgr.14556) 7689 : cluster [DBG] pgmap v6787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:35.311 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:31:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:31:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 17s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:31:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 17s ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:31:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 17s ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:31:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 17s ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:31:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 17s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:31:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 17s ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:31:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 17s ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:31:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 17s ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:31:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 17s ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:31:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 17s ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:31:35.603 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 17s ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:31:35.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 17s ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:31:35.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 17s ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:31:35.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 17s ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:31:35.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 17s ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:31:35.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 17s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:31:35.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 17s ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:31:35.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 17s ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:31:35.603 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 17s ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:31:35.604 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 17s ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:31:35.950 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:31:35.950 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:31:35.950 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:31:35.951 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:31:36.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:35.280280+0000 mgr.y (mgr.14556) 7690 : cluster [DBG] pgmap v6788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:36.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:31:35.306800+0000 mgr.y (mgr.14556) 7691 : audit [DBG] from='client.22713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:31:36.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:31:35.599870+0000 mgr.y (mgr.14556) 7692 : audit [DBG] from='client.32633 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:31:36.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:31:35.957484+0000 mon.c (mon.2) 213 : audit [DBG] from='client.? 172.21.15.23:0/897070462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:31:36.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:35.280280+0000 mgr.y (mgr.14556) 7690 : cluster [DBG] pgmap v6788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:36.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:31:35.306800+0000 mgr.y (mgr.14556) 7691 : audit [DBG] from='client.22713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:31:36.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:31:35.599870+0000 mgr.y (mgr.14556) 7692 : audit [DBG] from='client.32633 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:31:36.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:31:35.957484+0000 mon.c (mon.2) 213 : audit [DBG] from='client.? 172.21.15.23:0/897070462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:31:36.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:35.280280+0000 mgr.y (mgr.14556) 7690 : cluster [DBG] pgmap v6788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:36.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:31:35.306800+0000 mgr.y (mgr.14556) 7691 : audit [DBG] from='client.22713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:31:36.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:31:35.599870+0000 mgr.y (mgr.14556) 7692 : audit [DBG] from='client.32633 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:31:36.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:31:35.957484+0000 mon.c (mon.2) 213 : audit [DBG] from='client.? 172.21.15.23:0/897070462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:31:38.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:37.280848+0000 mgr.y (mgr.14556) 7693 : cluster [DBG] pgmap v6789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:38.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:37.280848+0000 mgr.y (mgr.14556) 7693 : cluster [DBG] pgmap v6789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:38.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:37.280848+0000 mgr.y (mgr.14556) 7693 : cluster [DBG] pgmap v6789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:40.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:39.281283+0000 mgr.y (mgr.14556) 7694 : cluster [DBG] pgmap v6790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:40.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:39.281283+0000 mgr.y (mgr.14556) 7694 : cluster [DBG] pgmap v6790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:40.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:39.281283+0000 mgr.y (mgr.14556) 7694 : cluster [DBG] pgmap v6790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:41.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:31:42.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:41.281934+0000 mgr.y (mgr.14556) 7695 : cluster [DBG] pgmap v6791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:42.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:41.281934+0000 mgr.y (mgr.14556) 7695 : cluster [DBG] pgmap v6791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:42.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:41.281934+0000 mgr.y (mgr.14556) 7695 : cluster [DBG] pgmap v6791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:44.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:31:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:31:44.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:43.282315+0000 mgr.y (mgr.14556) 7696 : cluster [DBG] pgmap v6792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:44.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:43.282315+0000 mgr.y (mgr.14556) 7696 : cluster [DBG] pgmap v6792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:44.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:43.282315+0000 mgr.y (mgr.14556) 7696 : cluster [DBG] pgmap v6792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:46.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:45.282850+0000 mgr.y (mgr.14556) 7697 : cluster [DBG] pgmap v6793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:46.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:45.282850+0000 mgr.y (mgr.14556) 7697 : cluster [DBG] pgmap v6793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:46.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:45.282850+0000 mgr.y (mgr.14556) 7697 : cluster [DBG] pgmap v6793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:48.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:47.283342+0000 mgr.y (mgr.14556) 7698 : cluster [DBG] pgmap v6794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:48.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:47.283342+0000 mgr.y (mgr.14556) 7698 : cluster [DBG] pgmap v6794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:48.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:47.283342+0000 mgr.y (mgr.14556) 7698 : cluster [DBG] pgmap v6794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:50.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:49.283676+0000 mgr.y (mgr.14556) 7699 : cluster [DBG] pgmap v6795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:50.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:49.283676+0000 mgr.y (mgr.14556) 7699 : cluster [DBG] pgmap v6795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:50.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:49.283676+0000 mgr.y (mgr.14556) 7699 : cluster [DBG] pgmap v6795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:51.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:31:53.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:51.284467+0000 mgr.y (mgr.14556) 7700 : cluster [DBG] pgmap v6796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:53.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:51.284467+0000 mgr.y (mgr.14556) 7700 : cluster [DBG] pgmap v6796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:53.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:51.284467+0000 mgr.y (mgr.14556) 7700 : cluster [DBG] pgmap v6796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:54.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:31:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:31:54.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:53.284970+0000 mgr.y (mgr.14556) 7701 : cluster [DBG] pgmap v6797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:54.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:53.284970+0000 mgr.y (mgr.14556) 7701 : cluster [DBG] pgmap v6797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:54.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:53.284970+0000 mgr.y (mgr.14556) 7701 : cluster [DBG] pgmap v6797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:56.623 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:55.285626+0000 mgr.y (mgr.14556) 7702 : cluster [DBG] pgmap v6798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:56.623 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:55.285626+0000 mgr.y (mgr.14556) 7702 : cluster [DBG] pgmap v6798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:56.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:55.285626+0000 mgr.y (mgr.14556) 7702 : cluster [DBG] pgmap v6798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:58.623 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:57.285997+0000 mgr.y (mgr.14556) 7703 : cluster [DBG] pgmap v6799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:58.623 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:57.285997+0000 mgr.y (mgr.14556) 7703 : cluster [DBG] pgmap v6799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:31:58.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:31:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:57.285997+0000 mgr.y (mgr.14556) 7703 : cluster [DBG] pgmap v6799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:00.623 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:31:59.286296+0000 mgr.y (mgr.14556) 7704 : cluster [DBG] pgmap v6800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:00.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:31:59.286296+0000 mgr.y (mgr.14556) 7704 : cluster [DBG] pgmap v6800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:00.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:31:59.286296+0000 mgr.y (mgr.14556) 7704 : cluster [DBG] pgmap v6800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:01.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:32:02.623 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:01.286993+0000 mgr.y (mgr.14556) 7705 : cluster [DBG] pgmap v6801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:02.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:01.286993+0000 mgr.y (mgr.14556) 7705 : cluster [DBG] pgmap v6801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:02.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:01.286993+0000 mgr.y (mgr.14556) 7705 : cluster [DBG] pgmap v6801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:04.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:32:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:32:04.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:03.287514+0000 mgr.y (mgr.14556) 7706 : cluster [DBG] pgmap v6802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:04.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:03.287514+0000 mgr.y (mgr.14556) 7706 : cluster [DBG] pgmap v6802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:04.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:03.287514+0000 mgr.y (mgr.14556) 7706 : cluster [DBG] pgmap v6802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:32:06.566 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:32:06.566 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 48s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:32:06.566 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 48s ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:32:06.566 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 48s ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:32:06.566 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 48s ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:32:06.566 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 48s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:32:06.566 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 48s ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:32:06.566 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 48s ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:32:06.566 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 48s ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:32:06.567 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 48s ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:32:06.567 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 48s ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:32:06.567 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 48s ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:32:06.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 48s ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:32:06.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 48s ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:32:06.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 48s ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:32:06.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 48s ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:32:06.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 48s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:32:06.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 48s ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:32:06.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 48s ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:32:06.567 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 48s ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:32:06.567 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 48s ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:32:06.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:05.288053+0000 mgr.y (mgr.14556) 7707 : cluster [DBG] pgmap v6803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:06.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:05.288053+0000 mgr.y (mgr.14556) 7707 : cluster [DBG] pgmap v6803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:06.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:05.288053+0000 mgr.y (mgr.14556) 7707 : cluster [DBG] pgmap v6803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:06.918 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:32:06.919 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:32:06.920 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:32:06.920 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:32:06.920 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:32:07.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:32:06.269384+0000 mgr.y (mgr.14556) 7708 : audit [DBG] from='client.22731 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:32:07.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:32:06.565372+0000 mgr.y (mgr.14556) 7709 : audit [DBG] from='client.22737 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:32:07.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:32:06.925895+0000 mon.a (mon.0) 2086 : audit [DBG] from='client.? 172.21.15.23:0/70004147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:32:07.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:32:06.269384+0000 mgr.y (mgr.14556) 7708 : audit [DBG] from='client.22731 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:32:07.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:32:06.565372+0000 mgr.y (mgr.14556) 7709 : audit [DBG] from='client.22737 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:32:07.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:32:06.925895+0000 mon.a (mon.0) 2086 : audit [DBG] from='client.? 172.21.15.23:0/70004147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:32:07.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:32:06.269384+0000 mgr.y (mgr.14556) 7708 : audit [DBG] from='client.22731 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:32:07.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:32:06.565372+0000 mgr.y (mgr.14556) 7709 : audit [DBG] from='client.22737 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:32:07.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:32:06.925895+0000 mon.a (mon.0) 2086 : audit [DBG] from='client.? 172.21.15.23:0/70004147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:32:08.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:07.288408+0000 mgr.y (mgr.14556) 7710 : cluster [DBG] pgmap v6804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:08.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:07.288408+0000 mgr.y (mgr.14556) 7710 : cluster [DBG] pgmap v6804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:08.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:07.288408+0000 mgr.y (mgr.14556) 7710 : cluster [DBG] pgmap v6804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:10.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:09.288812+0000 mgr.y (mgr.14556) 7711 : cluster [DBG] pgmap v6805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:10.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:09.288812+0000 mgr.y (mgr.14556) 7711 : cluster [DBG] pgmap v6805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:10.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:09.288812+0000 mgr.y (mgr.14556) 7711 : cluster [DBG] pgmap v6805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:11.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:32:12.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:11.289769+0000 mgr.y (mgr.14556) 7712 : cluster [DBG] pgmap v6806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:12.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:11.289769+0000 mgr.y (mgr.14556) 7712 : cluster [DBG] pgmap v6806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:12.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:11.289769+0000 mgr.y (mgr.14556) 7712 : cluster [DBG] pgmap v6806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:14.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:32:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:32:14.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:13.290201+0000 mgr.y (mgr.14556) 7713 : cluster [DBG] pgmap v6807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:14.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:13.290201+0000 mgr.y (mgr.14556) 7713 : cluster [DBG] pgmap v6807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:14.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:13.290201+0000 mgr.y (mgr.14556) 7713 : cluster [DBG] pgmap v6807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:16.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:15.290981+0000 mgr.y (mgr.14556) 7714 : cluster [DBG] pgmap v6808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:16.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:15.290981+0000 mgr.y (mgr.14556) 7714 : cluster [DBG] pgmap v6808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:16.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:15.290981+0000 mgr.y (mgr.14556) 7714 : cluster [DBG] pgmap v6808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:18.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:17.291510+0000 mgr.y (mgr.14556) 7715 : cluster [DBG] pgmap v6809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:18.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:17.291510+0000 mgr.y (mgr.14556) 7715 : cluster [DBG] pgmap v6809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:18.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:17.291510+0000 mgr.y (mgr.14556) 7715 : cluster [DBG] pgmap v6809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:19.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:32:18.811023+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:32:19.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:32:19.118666+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:32:19.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:32:19.119369+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:32:19.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:32:19.127307+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:32:19.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:32:18.811023+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:32:19.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:32:19.118666+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:32:19.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:32:19.119369+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:32:19.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:32:19.127307+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:32:19.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:32:18.811023+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:32:19.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:32:19.118666+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:32:19.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:32:19.119369+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:32:19.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:32:19.127307+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:32:20.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:19.292065+0000 mgr.y (mgr.14556) 7716 : cluster [DBG] pgmap v6810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:20.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:19.292065+0000 mgr.y (mgr.14556) 7716 : cluster [DBG] pgmap v6810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:20.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:19.292065+0000 mgr.y (mgr.14556) 7716 : cluster [DBG] pgmap v6810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:21.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:32:22.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:21.292790+0000 mgr.y (mgr.14556) 7717 : cluster [DBG] pgmap v6811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:22.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:21.292790+0000 mgr.y (mgr.14556) 7717 : cluster [DBG] pgmap v6811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:22.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:21.292790+0000 mgr.y (mgr.14556) 7717 : cluster [DBG] pgmap v6811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:24.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:32:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:32:24.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:23.293191+0000 mgr.y (mgr.14556) 7718 : cluster [DBG] pgmap v6812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:24.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:23.293191+0000 mgr.y (mgr.14556) 7718 : cluster [DBG] pgmap v6812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:24.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:23.293191+0000 mgr.y (mgr.14556) 7718 : cluster [DBG] pgmap v6812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:26.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:25.293783+0000 mgr.y (mgr.14556) 7719 : cluster [DBG] pgmap v6813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:26.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:25.293783+0000 mgr.y (mgr.14556) 7719 : cluster [DBG] pgmap v6813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:26.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:25.293783+0000 mgr.y (mgr.14556) 7719 : cluster [DBG] pgmap v6813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:28.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:27.294111+0000 mgr.y (mgr.14556) 7720 : cluster [DBG] pgmap v6814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:28.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:27.294111+0000 mgr.y (mgr.14556) 7720 : cluster [DBG] pgmap v6814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:28.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:27.294111+0000 mgr.y (mgr.14556) 7720 : cluster [DBG] pgmap v6814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:30.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:29.294450+0000 mgr.y (mgr.14556) 7721 : cluster [DBG] pgmap v6815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:30.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:29.294450+0000 mgr.y (mgr.14556) 7721 : cluster [DBG] pgmap v6815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:30.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:29.294450+0000 mgr.y (mgr.14556) 7721 : cluster [DBG] pgmap v6815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:31.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:32:32.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:31.295250+0000 mgr.y (mgr.14556) 7722 : cluster [DBG] pgmap v6816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:32.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:31.295250+0000 mgr.y (mgr.14556) 7722 : cluster [DBG] pgmap v6816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:32.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:31.295250+0000 mgr.y (mgr.14556) 7722 : cluster [DBG] pgmap v6816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:34.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:32:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:32:34.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:33.295676+0000 mgr.y (mgr.14556) 7723 : cluster [DBG] pgmap v6817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:34.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:33.295676+0000 mgr.y (mgr.14556) 7723 : cluster [DBG] pgmap v6817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:34.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:33.295676+0000 mgr.y (mgr.14556) 7723 : cluster [DBG] pgmap v6817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:36.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:35.296435+0000 mgr.y (mgr.14556) 7724 : cluster [DBG] pgmap v6818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:36.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:35.296435+0000 mgr.y (mgr.14556) 7724 : cluster [DBG] pgmap v6818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:36.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:35.296435+0000 mgr.y (mgr.14556) 7724 : cluster [DBG] pgmap v6818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:32:37.533 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 79s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 79s ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 79s ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 79s ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 79s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 79s ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 79s ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 79s ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 79s ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 79s ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 79s ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 79s ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 79s ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:32:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 79s ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:32:37.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 79s ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:32:37.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 79s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:32:37.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 79s ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:32:37.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 79s ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:32:37.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 79s ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:32:37.535 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 79s ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:32:37.883 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:32:37.883 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:32:37.883 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:32:37.883 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:32:37.883 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:32:37.883 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:32:37.883 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:32:37.883 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:32:37.883 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:32:37.883 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:32:37.883 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:32:37.884 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:32:37.884 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:32:37.884 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:32:37.884 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:32:37.884 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:32:37.884 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:32:38.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:32:37.240587+0000 mgr.y (mgr.14556) 7725 : audit [DBG] from='client.22749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:32:38.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:37.296741+0000 mgr.y (mgr.14556) 7726 : cluster [DBG] pgmap v6819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:38.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:32:37.531430+0000 mgr.y (mgr.14556) 7727 : audit [DBG] from='client.22755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:32:38.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:32:37.890283+0000 mon.a (mon.0) 2091 : audit [DBG] from='client.? 172.21.15.23:0/1593530989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:32:38.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:32:37.240587+0000 mgr.y (mgr.14556) 7725 : audit [DBG] from='client.22749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:32:38.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:37.296741+0000 mgr.y (mgr.14556) 7726 : cluster [DBG] pgmap v6819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:38.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:32:37.531430+0000 mgr.y (mgr.14556) 7727 : audit [DBG] from='client.22755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:32:38.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:32:37.890283+0000 mon.a (mon.0) 2091 : audit [DBG] from='client.? 172.21.15.23:0/1593530989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:32:38.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:32:37.240587+0000 mgr.y (mgr.14556) 7725 : audit [DBG] from='client.22749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:32:38.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:37.296741+0000 mgr.y (mgr.14556) 7726 : cluster [DBG] pgmap v6819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:38.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:32:37.531430+0000 mgr.y (mgr.14556) 7727 : audit [DBG] from='client.22755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:32:38.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:32:37.890283+0000 mon.a (mon.0) 2091 : audit [DBG] from='client.? 172.21.15.23:0/1593530989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:32:40.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:39.297148+0000 mgr.y (mgr.14556) 7728 : cluster [DBG] pgmap v6820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:40.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:39.297148+0000 mgr.y (mgr.14556) 7728 : cluster [DBG] pgmap v6820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:40.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:39.297148+0000 mgr.y (mgr.14556) 7728 : cluster [DBG] pgmap v6820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:41.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:32:42.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:41.297826+0000 mgr.y (mgr.14556) 7729 : cluster [DBG] pgmap v6821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:42.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:41.297826+0000 mgr.y (mgr.14556) 7729 : cluster [DBG] pgmap v6821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:42.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:41.297826+0000 mgr.y (mgr.14556) 7729 : cluster [DBG] pgmap v6821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:44.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:32:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:32:44.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:43.298430+0000 mgr.y (mgr.14556) 7730 : cluster [DBG] pgmap v6822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:44.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:43.298430+0000 mgr.y (mgr.14556) 7730 : cluster [DBG] pgmap v6822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:44.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:43.298430+0000 mgr.y (mgr.14556) 7730 : cluster [DBG] pgmap v6822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:46.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:45.299082+0000 mgr.y (mgr.14556) 7731 : cluster [DBG] pgmap v6823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:46.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:45.299082+0000 mgr.y (mgr.14556) 7731 : cluster [DBG] pgmap v6823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:46.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:45.299082+0000 mgr.y (mgr.14556) 7731 : cluster [DBG] pgmap v6823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:48.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:47.299602+0000 mgr.y (mgr.14556) 7732 : cluster [DBG] pgmap v6824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:48.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:47.299602+0000 mgr.y (mgr.14556) 7732 : cluster [DBG] pgmap v6824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:48.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:47.299602+0000 mgr.y (mgr.14556) 7732 : cluster [DBG] pgmap v6824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:50.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:49.299969+0000 mgr.y (mgr.14556) 7733 : cluster [DBG] pgmap v6825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:50.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:49.299969+0000 mgr.y (mgr.14556) 7733 : cluster [DBG] pgmap v6825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:50.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:49.299969+0000 mgr.y (mgr.14556) 7733 : cluster [DBG] pgmap v6825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:51.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:32:52.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:51.300639+0000 mgr.y (mgr.14556) 7734 : cluster [DBG] pgmap v6826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:52.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:51.300639+0000 mgr.y (mgr.14556) 7734 : cluster [DBG] pgmap v6826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:52.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:51.300639+0000 mgr.y (mgr.14556) 7734 : cluster [DBG] pgmap v6826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:54.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:32:53] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:32:54.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:53.301102+0000 mgr.y (mgr.14556) 7735 : cluster [DBG] pgmap v6827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:54.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:53.301102+0000 mgr.y (mgr.14556) 7735 : cluster [DBG] pgmap v6827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:54.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:53.301102+0000 mgr.y (mgr.14556) 7735 : cluster [DBG] pgmap v6827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:56.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:55.301779+0000 mgr.y (mgr.14556) 7736 : cluster [DBG] pgmap v6828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:56.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:55.301779+0000 mgr.y (mgr.14556) 7736 : cluster [DBG] pgmap v6828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:56.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:55.301779+0000 mgr.y (mgr.14556) 7736 : cluster [DBG] pgmap v6828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:58.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:57.302265+0000 mgr.y (mgr.14556) 7737 : cluster [DBG] pgmap v6829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:58.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:57.302265+0000 mgr.y (mgr.14556) 7737 : cluster [DBG] pgmap v6829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:32:58.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:32:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:57.302265+0000 mgr.y (mgr.14556) 7737 : cluster [DBG] pgmap v6829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:00.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:32:59.302689+0000 mgr.y (mgr.14556) 7738 : cluster [DBG] pgmap v6830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:00.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:32:59.302689+0000 mgr.y (mgr.14556) 7738 : cluster [DBG] pgmap v6830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:00.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:32:59.302689+0000 mgr.y (mgr.14556) 7738 : cluster [DBG] pgmap v6830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:01.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:33:02.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:01.303517+0000 mgr.y (mgr.14556) 7739 : cluster [DBG] pgmap v6831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:02.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:01.303517+0000 mgr.y (mgr.14556) 7739 : cluster [DBG] pgmap v6831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:02.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:01.303517+0000 mgr.y (mgr.14556) 7739 : cluster [DBG] pgmap v6831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:04.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:33:03] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:33:04.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:03.303908+0000 mgr.y (mgr.14556) 7740 : cluster [DBG] pgmap v6832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:04.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:03.303908+0000 mgr.y (mgr.14556) 7740 : cluster [DBG] pgmap v6832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:04.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:03.303908+0000 mgr.y (mgr.14556) 7740 : cluster [DBG] pgmap v6832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:06.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:05.304498+0000 mgr.y (mgr.14556) 7741 : cluster [DBG] pgmap v6833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:06.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:05.304498+0000 mgr.y (mgr.14556) 7741 : cluster [DBG] pgmap v6833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:06.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:05.304498+0000 mgr.y (mgr.14556) 7741 : cluster [DBG] pgmap v6833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:08.210 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:33:08.497 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:33:08.497 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 110s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:33:08.497 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 110s ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:33:08.497 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 110s ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:33:08.497 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 110s ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:33:08.497 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 110s ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:33:08.497 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 110s ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:33:08.497 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 110s ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 110s ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 110s ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 110s ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 110s ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 110s ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 110s ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 110s ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 110s ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 110s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 110s ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 110s ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 110s ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:33:08.498 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 110s ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:33:08.850 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:33:08.851 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:33:08.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:33:08.851 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:33:08.851 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:33:08.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:33:08.851 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:33:08.851 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:33:08.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:33:08.851 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:33:08.851 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:33:08.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:33:08.851 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:33:08.852 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:33:08.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:33:08.852 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:33:08.852 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:33:08.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:07.304886+0000 mgr.y (mgr.14556) 7742 : cluster [DBG] pgmap v6834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:08.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:07.304886+0000 mgr.y (mgr.14556) 7742 : cluster [DBG] pgmap v6834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:08.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:07.304886+0000 mgr.y (mgr.14556) 7742 : cluster [DBG] pgmap v6834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:09.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:33:08.203858+0000 mgr.y (mgr.14556) 7743 : audit [DBG] from='client.32681 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:33:09.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:33:08.496669+0000 mgr.y (mgr.14556) 7744 : audit [DBG] from='client.32687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:33:09.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:33:08.858179+0000 mon.c (mon.2) 214 : audit [DBG] from='client.? 172.21.15.23:0/1530512025' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:33:10.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:33:08.203858+0000 mgr.y (mgr.14556) 7743 : audit [DBG] from='client.32681 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:33:10.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:33:08.496669+0000 mgr.y (mgr.14556) 7744 : audit [DBG] from='client.32687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:33:10.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:33:08.858179+0000 mon.c (mon.2) 214 : audit [DBG] from='client.? 172.21.15.23:0/1530512025' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:33:10.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:33:08.203858+0000 mgr.y (mgr.14556) 7743 : audit [DBG] from='client.32681 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:33:10.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:33:08.496669+0000 mgr.y (mgr.14556) 7744 : audit [DBG] from='client.32687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:33:10.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:33:08.858179+0000 mon.c (mon.2) 214 : audit [DBG] from='client.? 172.21.15.23:0/1530512025' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:33:10.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:09.305191+0000 mgr.y (mgr.14556) 7745 : cluster [DBG] pgmap v6835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:11.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:09.305191+0000 mgr.y (mgr.14556) 7745 : cluster [DBG] pgmap v6835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:11.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:09.305191+0000 mgr.y (mgr.14556) 7745 : cluster [DBG] pgmap v6835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:11.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:33:12.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:11.305904+0000 mgr.y (mgr.14556) 7746 : cluster [DBG] pgmap v6836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:13.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:11.305904+0000 mgr.y (mgr.14556) 7746 : cluster [DBG] pgmap v6836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:13.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:11.305904+0000 mgr.y (mgr.14556) 7746 : cluster [DBG] pgmap v6836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:14.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:33:13] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T10:33:14.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:13.306341+0000 mgr.y (mgr.14556) 7747 : cluster [DBG] pgmap v6837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:15.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:13.306341+0000 mgr.y (mgr.14556) 7747 : cluster [DBG] pgmap v6837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:15.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:13.306341+0000 mgr.y (mgr.14556) 7747 : cluster [DBG] pgmap v6837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:16.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:15.307151+0000 mgr.y (mgr.14556) 7748 : cluster [DBG] pgmap v6838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:17.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:15.307151+0000 mgr.y (mgr.14556) 7748 : cluster [DBG] pgmap v6838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:17.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:15.307151+0000 mgr.y (mgr.14556) 7748 : cluster [DBG] pgmap v6838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:19.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:17.307557+0000 mgr.y (mgr.14556) 7749 : cluster [DBG] pgmap v6839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:19.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:17.307557+0000 mgr.y (mgr.14556) 7749 : cluster [DBG] pgmap v6839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:19.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:17.307557+0000 mgr.y (mgr.14556) 7749 : cluster [DBG] pgmap v6839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:20.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:33:19.131597+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:33:20.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:33:19.441143+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:33:20.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:33:19.441819+0000 mon.a (mon.0) 2094 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:33:20.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:33:19.455443+0000 mon.a (mon.0) 2095 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:33:20.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:33:19.131597+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:33:20.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:33:19.441143+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:33:20.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:33:19.441819+0000 mon.a (mon.0) 2094 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:33:20.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:33:19.455443+0000 mon.a (mon.0) 2095 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:33:20.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:33:19.131597+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:33:20.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:33:19.441143+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:33:20.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:33:19.441819+0000 mon.a (mon.0) 2094 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:33:20.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:33:19.455443+0000 mon.a (mon.0) 2095 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:33:21.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:19.307878+0000 mgr.y (mgr.14556) 7750 : cluster [DBG] pgmap v6840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:21.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:19.307878+0000 mgr.y (mgr.14556) 7750 : cluster [DBG] pgmap v6840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:21.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:19.307878+0000 mgr.y (mgr.14556) 7750 : cluster [DBG] pgmap v6840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:21.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:33:23.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:21.308553+0000 mgr.y (mgr.14556) 7751 : cluster [DBG] pgmap v6841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:23.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:21.308553+0000 mgr.y (mgr.14556) 7751 : cluster [DBG] pgmap v6841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:23.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:21.308553+0000 mgr.y (mgr.14556) 7751 : cluster [DBG] pgmap v6841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:24.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:33:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:33:25.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:23.308970+0000 mgr.y (mgr.14556) 7752 : cluster [DBG] pgmap v6842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:25.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:23.308970+0000 mgr.y (mgr.14556) 7752 : cluster [DBG] pgmap v6842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:25.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:23.308970+0000 mgr.y (mgr.14556) 7752 : cluster [DBG] pgmap v6842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:27.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:25.309836+0000 mgr.y (mgr.14556) 7753 : cluster [DBG] pgmap v6843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:27.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:25.309836+0000 mgr.y (mgr.14556) 7753 : cluster [DBG] pgmap v6843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:27.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:25.309836+0000 mgr.y (mgr.14556) 7753 : cluster [DBG] pgmap v6843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:29.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:27.310397+0000 mgr.y (mgr.14556) 7754 : cluster [DBG] pgmap v6844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:29.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:27.310397+0000 mgr.y (mgr.14556) 7754 : cluster [DBG] pgmap v6844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:29.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:27.310397+0000 mgr.y (mgr.14556) 7754 : cluster [DBG] pgmap v6844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:31.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:29.310798+0000 mgr.y (mgr.14556) 7755 : cluster [DBG] pgmap v6845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:31.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:29.310798+0000 mgr.y (mgr.14556) 7755 : cluster [DBG] pgmap v6845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:31.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:29.310798+0000 mgr.y (mgr.14556) 7755 : cluster [DBG] pgmap v6845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:31.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:33:33.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:31.311635+0000 mgr.y (mgr.14556) 7756 : cluster [DBG] pgmap v6846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:33.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:31.311635+0000 mgr.y (mgr.14556) 7756 : cluster [DBG] pgmap v6846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:33.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:31.311635+0000 mgr.y (mgr.14556) 7756 : cluster [DBG] pgmap v6846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:34.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:33:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:33:35.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:33.312135+0000 mgr.y (mgr.14556) 7757 : cluster [DBG] pgmap v6847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:35.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:33.312135+0000 mgr.y (mgr.14556) 7757 : cluster [DBG] pgmap v6847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:35.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:33.312135+0000 mgr.y (mgr.14556) 7757 : cluster [DBG] pgmap v6847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:37.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:35.312836+0000 mgr.y (mgr.14556) 7758 : cluster [DBG] pgmap v6848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:37.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:35.312836+0000 mgr.y (mgr.14556) 7758 : cluster [DBG] pgmap v6848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:37.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:35.312836+0000 mgr.y (mgr.14556) 7758 : cluster [DBG] pgmap v6848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:39.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:37.313431+0000 mgr.y (mgr.14556) 7759 : cluster [DBG] pgmap v6849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:39.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:37.313431+0000 mgr.y (mgr.14556) 7759 : cluster [DBG] pgmap v6849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:39.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:37.313431+0000 mgr.y (mgr.14556) 7759 : cluster [DBG] pgmap v6849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:39.175 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:33:39.464 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 2m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 2m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 2m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 2m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 2m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 2m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 2m ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 2m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 2m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 2m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 2m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 2m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:33:39.465 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 2m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:33:39.466 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 2m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:33:39.466 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 2m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:33:39.466 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 2m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:33:39.466 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 2m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:33:39.466 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 2m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:33:39.466 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 2m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:33:39.466 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 2m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:33:39.816 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:33:39.816 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:33:39.816 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:33:39.816 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:33:39.816 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:33:39.816 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:33:39.816 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:33:39.816 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:33:39.816 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:33:39.816 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:33:39.816 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:33:39.816 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:33:39.817 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:33:39.817 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:33:39.817 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:33:39.817 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:33:39.817 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:33:41.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:33:39.171351+0000 mgr.y (mgr.14556) 7760 : audit [DBG] from='client.22785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:33:41.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:39.313746+0000 mgr.y (mgr.14556) 7761 : cluster [DBG] pgmap v6850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:41.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:33:39.464238+0000 mgr.y (mgr.14556) 7762 : audit [DBG] from='client.32705 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:33:41.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:33:39.823321+0000 mon.a (mon.0) 2096 : audit [DBG] from='client.? 172.21.15.23:0/2132778246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:33:41.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:33:39.171351+0000 mgr.y (mgr.14556) 7760 : audit [DBG] from='client.22785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:33:41.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:39.313746+0000 mgr.y (mgr.14556) 7761 : cluster [DBG] pgmap v6850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:41.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:33:39.464238+0000 mgr.y (mgr.14556) 7762 : audit [DBG] from='client.32705 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:33:41.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:33:39.823321+0000 mon.a (mon.0) 2096 : audit [DBG] from='client.? 172.21.15.23:0/2132778246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:33:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:33:39.171351+0000 mgr.y (mgr.14556) 7760 : audit [DBG] from='client.22785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:33:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:39.313746+0000 mgr.y (mgr.14556) 7761 : cluster [DBG] pgmap v6850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:33:39.464238+0000 mgr.y (mgr.14556) 7762 : audit [DBG] from='client.32705 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:33:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:33:39.823321+0000 mon.a (mon.0) 2096 : audit [DBG] from='client.? 172.21.15.23:0/2132778246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:33:41.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:33:43.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:41.314517+0000 mgr.y (mgr.14556) 7763 : cluster [DBG] pgmap v6851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:43.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:41.314517+0000 mgr.y (mgr.14556) 7763 : cluster [DBG] pgmap v6851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:43.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:41.314517+0000 mgr.y (mgr.14556) 7763 : cluster [DBG] pgmap v6851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:44.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:33:43] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:33:45.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:43.314990+0000 mgr.y (mgr.14556) 7764 : cluster [DBG] pgmap v6852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:45.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:43.314990+0000 mgr.y (mgr.14556) 7764 : cluster [DBG] pgmap v6852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:45.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:43.314990+0000 mgr.y (mgr.14556) 7764 : cluster [DBG] pgmap v6852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:47.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:45.315719+0000 mgr.y (mgr.14556) 7765 : cluster [DBG] pgmap v6853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:47.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:45.315719+0000 mgr.y (mgr.14556) 7765 : cluster [DBG] pgmap v6853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:47.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:45.315719+0000 mgr.y (mgr.14556) 7765 : cluster [DBG] pgmap v6853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:49.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:47.316201+0000 mgr.y (mgr.14556) 7766 : cluster [DBG] pgmap v6854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:49.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:47.316201+0000 mgr.y (mgr.14556) 7766 : cluster [DBG] pgmap v6854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:49.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:47.316201+0000 mgr.y (mgr.14556) 7766 : cluster [DBG] pgmap v6854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:51.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:49.316592+0000 mgr.y (mgr.14556) 7767 : cluster [DBG] pgmap v6855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:51.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:49.316592+0000 mgr.y (mgr.14556) 7767 : cluster [DBG] pgmap v6855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:51.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:49.316592+0000 mgr.y (mgr.14556) 7767 : cluster [DBG] pgmap v6855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:51.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:33:53.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:51.317451+0000 mgr.y (mgr.14556) 7768 : cluster [DBG] pgmap v6856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:53.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:51.317451+0000 mgr.y (mgr.14556) 7768 : cluster [DBG] pgmap v6856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:53.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:51.317451+0000 mgr.y (mgr.14556) 7768 : cluster [DBG] pgmap v6856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:54.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:33:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:33:55.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:53.317845+0000 mgr.y (mgr.14556) 7769 : cluster [DBG] pgmap v6857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:55.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:53.317845+0000 mgr.y (mgr.14556) 7769 : cluster [DBG] pgmap v6857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:55.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:53.317845+0000 mgr.y (mgr.14556) 7769 : cluster [DBG] pgmap v6857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:57.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:55.318431+0000 mgr.y (mgr.14556) 7770 : cluster [DBG] pgmap v6858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:57.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:55.318431+0000 mgr.y (mgr.14556) 7770 : cluster [DBG] pgmap v6858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:57.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:55.318431+0000 mgr.y (mgr.14556) 7770 : cluster [DBG] pgmap v6858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:59.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:33:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:57.318914+0000 mgr.y (mgr.14556) 7771 : cluster [DBG] pgmap v6859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:59.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:33:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:57.318914+0000 mgr.y (mgr.14556) 7771 : cluster [DBG] pgmap v6859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:33:59.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:33:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:57.318914+0000 mgr.y (mgr.14556) 7771 : cluster [DBG] pgmap v6859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:01.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:33:59.319423+0000 mgr.y (mgr.14556) 7772 : cluster [DBG] pgmap v6860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:01.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:33:59.319423+0000 mgr.y (mgr.14556) 7772 : cluster [DBG] pgmap v6860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:01.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:33:59.319423+0000 mgr.y (mgr.14556) 7772 : cluster [DBG] pgmap v6860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:01.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:34:03.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:01.320258+0000 mgr.y (mgr.14556) 7773 : cluster [DBG] pgmap v6861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:03.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:01.320258+0000 mgr.y (mgr.14556) 7773 : cluster [DBG] pgmap v6861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:03.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:01.320258+0000 mgr.y (mgr.14556) 7773 : cluster [DBG] pgmap v6861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:04.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:34:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:34:05.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:03.320687+0000 mgr.y (mgr.14556) 7774 : cluster [DBG] pgmap v6862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:05.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:03.320687+0000 mgr.y (mgr.14556) 7774 : cluster [DBG] pgmap v6862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:05.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:03.320687+0000 mgr.y (mgr.14556) 7774 : cluster [DBG] pgmap v6862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:07.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:05.321400+0000 mgr.y (mgr.14556) 7775 : cluster [DBG] pgmap v6863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:07.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:05.321400+0000 mgr.y (mgr.14556) 7775 : cluster [DBG] pgmap v6863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:07.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:05.321400+0000 mgr.y (mgr.14556) 7775 : cluster [DBG] pgmap v6863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:09.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:07.321817+0000 mgr.y (mgr.14556) 7776 : cluster [DBG] pgmap v6864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:09.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:07.321817+0000 mgr.y (mgr.14556) 7776 : cluster [DBG] pgmap v6864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:09.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:07.321817+0000 mgr.y (mgr.14556) 7776 : cluster [DBG] pgmap v6864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:10.142 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:34:10.430 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:34:10.430 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 2m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:34:10.430 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 2m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:34:10.430 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 2m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:34:10.430 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 2m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:34:10.430 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 2m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 2m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 2m ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 2m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 2m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 2m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 2m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 2m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 2m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 2m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 2m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 2m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 2m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 2m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:34:10.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 2m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:34:10.432 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 2m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:34:10.779 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:34:10.779 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:34:10.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:34:10.779 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:34:10.780 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:34:11.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:09.322212+0000 mgr.y (mgr.14556) 7777 : cluster [DBG] pgmap v6865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:11.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:34:10.787018+0000 mon.a (mon.0) 2097 : audit [DBG] from='client.? 172.21.15.23:0/3635459237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:34:11.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:09.322212+0000 mgr.y (mgr.14556) 7777 : cluster [DBG] pgmap v6865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:11.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:34:10.787018+0000 mon.a (mon.0) 2097 : audit [DBG] from='client.? 172.21.15.23:0/3635459237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:34:11.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:09.322212+0000 mgr.y (mgr.14556) 7777 : cluster [DBG] pgmap v6865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:11.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:34:10.787018+0000 mon.a (mon.0) 2097 : audit [DBG] from='client.? 172.21.15.23:0/3635459237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:34:11.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:34:12.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:34:10.137542+0000 mgr.y (mgr.14556) 7778 : audit [DBG] from='client.22803 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:34:12.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:34:10.429844+0000 mgr.y (mgr.14556) 7779 : audit [DBG] from='client.32723 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:34:12.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:34:10.137542+0000 mgr.y (mgr.14556) 7778 : audit [DBG] from='client.22803 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:34:12.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:34:10.429844+0000 mgr.y (mgr.14556) 7779 : audit [DBG] from='client.32723 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:34:12.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:34:10.137542+0000 mgr.y (mgr.14556) 7778 : audit [DBG] from='client.22803 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:34:12.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:34:10.429844+0000 mgr.y (mgr.14556) 7779 : audit [DBG] from='client.32723 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:34:13.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:11.322891+0000 mgr.y (mgr.14556) 7780 : cluster [DBG] pgmap v6866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:13.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:11.322891+0000 mgr.y (mgr.14556) 7780 : cluster [DBG] pgmap v6866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:13.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:11.322891+0000 mgr.y (mgr.14556) 7780 : cluster [DBG] pgmap v6866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:14.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:34:13] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:34:14.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:13.323320+0000 mgr.y (mgr.14556) 7781 : cluster [DBG] pgmap v6867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:14.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:13.323320+0000 mgr.y (mgr.14556) 7781 : cluster [DBG] pgmap v6867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:14.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:13.323320+0000 mgr.y (mgr.14556) 7781 : cluster [DBG] pgmap v6867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:16.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:15.323932+0000 mgr.y (mgr.14556) 7782 : cluster [DBG] pgmap v6868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:16.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:15.323932+0000 mgr.y (mgr.14556) 7782 : cluster [DBG] pgmap v6868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:16.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:15.323932+0000 mgr.y (mgr.14556) 7782 : cluster [DBG] pgmap v6868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:18.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:17.324474+0000 mgr.y (mgr.14556) 7783 : cluster [DBG] pgmap v6869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:18.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:17.324474+0000 mgr.y (mgr.14556) 7783 : cluster [DBG] pgmap v6869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:18.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:17.324474+0000 mgr.y (mgr.14556) 7783 : cluster [DBG] pgmap v6869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:20.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:19.324795+0000 mgr.y (mgr.14556) 7784 : cluster [DBG] pgmap v6870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:20.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:34:19.459853+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:34:20.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:34:19.714738+0000 mon.a (mon.0) 2099 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:34:20.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:34:19.720369+0000 mon.a (mon.0) 2100 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:34:20.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:34:20.013122+0000 mon.a (mon.0) 2101 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:34:20.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:34:20.013791+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:34:20.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:34:20.019947+0000 mon.a (mon.0) 2103 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:34:20.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:19.324795+0000 mgr.y (mgr.14556) 7784 : cluster [DBG] pgmap v6870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:20.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:34:19.459853+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:34:20.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:34:19.714738+0000 mon.a (mon.0) 2099 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:34:20.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:34:19.720369+0000 mon.a (mon.0) 2100 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:34:20.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:34:20.013122+0000 mon.a (mon.0) 2101 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:34:20.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:34:20.013791+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:34:20.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:34:20.019947+0000 mon.a (mon.0) 2103 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:34:20.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:19.324795+0000 mgr.y (mgr.14556) 7784 : cluster [DBG] pgmap v6870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:20.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:34:19.459853+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:34:20.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:34:19.714738+0000 mon.a (mon.0) 2099 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:34:20.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:34:19.720369+0000 mon.a (mon.0) 2100 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:34:20.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:34:20.013122+0000 mon.a (mon.0) 2101 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:34:20.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:34:20.013791+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:34:20.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:34:20.019947+0000 mon.a (mon.0) 2103 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:34:21.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:34:22.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:21.325458+0000 mgr.y (mgr.14556) 7785 : cluster [DBG] pgmap v6871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:22.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:21.325458+0000 mgr.y (mgr.14556) 7785 : cluster [DBG] pgmap v6871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:22.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:21.325458+0000 mgr.y (mgr.14556) 7785 : cluster [DBG] pgmap v6871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:24.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:34:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:34:24.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:23.326029+0000 mgr.y (mgr.14556) 7786 : cluster [DBG] pgmap v6872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:24.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:23.326029+0000 mgr.y (mgr.14556) 7786 : cluster [DBG] pgmap v6872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:24.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:23.326029+0000 mgr.y (mgr.14556) 7786 : cluster [DBG] pgmap v6872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:26.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:25.326716+0000 mgr.y (mgr.14556) 7787 : cluster [DBG] pgmap v6873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:26.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:25.326716+0000 mgr.y (mgr.14556) 7787 : cluster [DBG] pgmap v6873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:26.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:25.326716+0000 mgr.y (mgr.14556) 7787 : cluster [DBG] pgmap v6873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:28.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:27.327116+0000 mgr.y (mgr.14556) 7788 : cluster [DBG] pgmap v6874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:28.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:27.327116+0000 mgr.y (mgr.14556) 7788 : cluster [DBG] pgmap v6874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:28.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:27.327116+0000 mgr.y (mgr.14556) 7788 : cluster [DBG] pgmap v6874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:30.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:29.327685+0000 mgr.y (mgr.14556) 7789 : cluster [DBG] pgmap v6875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:30.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:29.327685+0000 mgr.y (mgr.14556) 7789 : cluster [DBG] pgmap v6875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:30.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:29.327685+0000 mgr.y (mgr.14556) 7789 : cluster [DBG] pgmap v6875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:31.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:34:32.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:31.328503+0000 mgr.y (mgr.14556) 7790 : cluster [DBG] pgmap v6876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:32.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:31.328503+0000 mgr.y (mgr.14556) 7790 : cluster [DBG] pgmap v6876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:32.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:31.328503+0000 mgr.y (mgr.14556) 7790 : cluster [DBG] pgmap v6876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:34.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:34:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:34:34.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:33.329066+0000 mgr.y (mgr.14556) 7791 : cluster [DBG] pgmap v6877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:34.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:33.329066+0000 mgr.y (mgr.14556) 7791 : cluster [DBG] pgmap v6877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:34.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:33.329066+0000 mgr.y (mgr.14556) 7791 : cluster [DBG] pgmap v6877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:36.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:35.329701+0000 mgr.y (mgr.14556) 7792 : cluster [DBG] pgmap v6878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:36.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:35.329701+0000 mgr.y (mgr.14556) 7792 : cluster [DBG] pgmap v6878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:36.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:35.329701+0000 mgr.y (mgr.14556) 7792 : cluster [DBG] pgmap v6878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:38.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:37.330269+0000 mgr.y (mgr.14556) 7793 : cluster [DBG] pgmap v6879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:38.875 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:37.330269+0000 mgr.y (mgr.14556) 7793 : cluster [DBG] pgmap v6879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:38.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:37.330269+0000 mgr.y (mgr.14556) 7793 : cluster [DBG] pgmap v6879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:40.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:39.330694+0000 mgr.y (mgr.14556) 7794 : cluster [DBG] pgmap v6880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:40.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:39.330694+0000 mgr.y (mgr.14556) 7794 : cluster [DBG] pgmap v6880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:40.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:39.330694+0000 mgr.y (mgr.14556) 7794 : cluster [DBG] pgmap v6880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:41.102 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:34:41.391 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 3m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 3m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 3m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 3m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 3m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 3m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 3m ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 3m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 3m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 3m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 3m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 3m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 3m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:34:41.392 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 3m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:34:41.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 3m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:34:41.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 3m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:34:41.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 3m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:34:41.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 3m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:34:41.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 3m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:34:41.393 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 3m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:34:41.745 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:34:41.745 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:34:41.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:34:41.745 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:34:41.745 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:34:41.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:34:41.745 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:34:41.745 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:34:41.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:34:41.746 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:34:41.746 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:34:41.746 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:34:41.746 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:34:41.746 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:34:41.746 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:34:41.746 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:34:41.746 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:34:41.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:34:42.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:34:41.098270+0000 mgr.y (mgr.14556) 7795 : audit [DBG] from='client.32735 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:34:42.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:41.331230+0000 mgr.y (mgr.14556) 7796 : cluster [DBG] pgmap v6881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:42.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:34:41.391451+0000 mgr.y (mgr.14556) 7797 : audit [DBG] from='client.22827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:34:42.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:34:41.752725+0000 mon.c (mon.2) 215 : audit [DBG] from='client.? 172.21.15.23:0/1007079968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:34:42.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:34:41.098270+0000 mgr.y (mgr.14556) 7795 : audit [DBG] from='client.32735 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:34:42.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:41.331230+0000 mgr.y (mgr.14556) 7796 : cluster [DBG] pgmap v6881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:42.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:34:41.391451+0000 mgr.y (mgr.14556) 7797 : audit [DBG] from='client.22827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:34:42.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:34:41.752725+0000 mon.c (mon.2) 215 : audit [DBG] from='client.? 172.21.15.23:0/1007079968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:34:42.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:34:41.098270+0000 mgr.y (mgr.14556) 7795 : audit [DBG] from='client.32735 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:34:42.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:41.331230+0000 mgr.y (mgr.14556) 7796 : cluster [DBG] pgmap v6881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:42.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:34:41.391451+0000 mgr.y (mgr.14556) 7797 : audit [DBG] from='client.22827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:34:42.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:34:41.752725+0000 mon.c (mon.2) 215 : audit [DBG] from='client.? 172.21.15.23:0/1007079968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:34:44.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:34:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:34:44.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:43.331685+0000 mgr.y (mgr.14556) 7798 : cluster [DBG] pgmap v6882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:44.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:43.331685+0000 mgr.y (mgr.14556) 7798 : cluster [DBG] pgmap v6882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:44.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:43.331685+0000 mgr.y (mgr.14556) 7798 : cluster [DBG] pgmap v6882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:46.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:45.332315+0000 mgr.y (mgr.14556) 7799 : cluster [DBG] pgmap v6883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:46.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:45.332315+0000 mgr.y (mgr.14556) 7799 : cluster [DBG] pgmap v6883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:46.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:45.332315+0000 mgr.y (mgr.14556) 7799 : cluster [DBG] pgmap v6883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:48.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:47.332818+0000 mgr.y (mgr.14556) 7800 : cluster [DBG] pgmap v6884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:48.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:47.332818+0000 mgr.y (mgr.14556) 7800 : cluster [DBG] pgmap v6884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:48.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:47.332818+0000 mgr.y (mgr.14556) 7800 : cluster [DBG] pgmap v6884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:50.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:49.333214+0000 mgr.y (mgr.14556) 7801 : cluster [DBG] pgmap v6885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:50.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:49.333214+0000 mgr.y (mgr.14556) 7801 : cluster [DBG] pgmap v6885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:50.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:49.333214+0000 mgr.y (mgr.14556) 7801 : cluster [DBG] pgmap v6885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:51.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:34:52.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:51.334012+0000 mgr.y (mgr.14556) 7802 : cluster [DBG] pgmap v6886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:52.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:51.334012+0000 mgr.y (mgr.14556) 7802 : cluster [DBG] pgmap v6886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:52.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:51.334012+0000 mgr.y (mgr.14556) 7802 : cluster [DBG] pgmap v6886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:54.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:34:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:34:54.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:53.334434+0000 mgr.y (mgr.14556) 7803 : cluster [DBG] pgmap v6887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:54.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:53.334434+0000 mgr.y (mgr.14556) 7803 : cluster [DBG] pgmap v6887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:54.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:53.334434+0000 mgr.y (mgr.14556) 7803 : cluster [DBG] pgmap v6887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:56.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:55.335193+0000 mgr.y (mgr.14556) 7804 : cluster [DBG] pgmap v6888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:56.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:55.335193+0000 mgr.y (mgr.14556) 7804 : cluster [DBG] pgmap v6888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:56.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:55.335193+0000 mgr.y (mgr.14556) 7804 : cluster [DBG] pgmap v6888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:58.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:57.335605+0000 mgr.y (mgr.14556) 7805 : cluster [DBG] pgmap v6889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:58.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:57.335605+0000 mgr.y (mgr.14556) 7805 : cluster [DBG] pgmap v6889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:34:58.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:34:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:57.335605+0000 mgr.y (mgr.14556) 7805 : cluster [DBG] pgmap v6889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:00.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:34:59.336136+0000 mgr.y (mgr.14556) 7806 : cluster [DBG] pgmap v6890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:00.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:34:59.336136+0000 mgr.y (mgr.14556) 7806 : cluster [DBG] pgmap v6890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:00.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:34:59.336136+0000 mgr.y (mgr.14556) 7806 : cluster [DBG] pgmap v6890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:01.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:35:02.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:01.336923+0000 mgr.y (mgr.14556) 7807 : cluster [DBG] pgmap v6891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:02.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:01.336923+0000 mgr.y (mgr.14556) 7807 : cluster [DBG] pgmap v6891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:02.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:01.336923+0000 mgr.y (mgr.14556) 7807 : cluster [DBG] pgmap v6891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:04.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:35:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:35:04.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:03.337258+0000 mgr.y (mgr.14556) 7808 : cluster [DBG] pgmap v6892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:04.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:03.337258+0000 mgr.y (mgr.14556) 7808 : cluster [DBG] pgmap v6892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:04.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:03.337258+0000 mgr.y (mgr.14556) 7808 : cluster [DBG] pgmap v6892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:06.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:05.337926+0000 mgr.y (mgr.14556) 7809 : cluster [DBG] pgmap v6893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:06.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:05.337926+0000 mgr.y (mgr.14556) 7809 : cluster [DBG] pgmap v6893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:06.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:05.337926+0000 mgr.y (mgr.14556) 7809 : cluster [DBG] pgmap v6893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:08.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:07.338376+0000 mgr.y (mgr.14556) 7810 : cluster [DBG] pgmap v6894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:09.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:07.338376+0000 mgr.y (mgr.14556) 7810 : cluster [DBG] pgmap v6894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:09.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:07.338376+0000 mgr.y (mgr.14556) 7810 : cluster [DBG] pgmap v6894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:10.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:09.338753+0000 mgr.y (mgr.14556) 7811 : cluster [DBG] pgmap v6895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:11.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:09.338753+0000 mgr.y (mgr.14556) 7811 : cluster [DBG] pgmap v6895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:11.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:09.338753+0000 mgr.y (mgr.14556) 7811 : cluster [DBG] pgmap v6895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:11.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:35:12.070 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 3m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 3m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 3m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 3m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 3m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 3m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 3m ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 3m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 3m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 3m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 3m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:35:12.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 3m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:35:12.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 3m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:35:12.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 3m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:35:12.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 3m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:35:12.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 3m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:35:12.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 3m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:35:12.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 3m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:35:12.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 3m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:35:12.360 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 3m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:35:12.709 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:35:12.709 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:35:12.709 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:35:12.709 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:35:12.709 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:35:12.709 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:35:12.709 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:35:12.710 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:35:12.710 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:35:12.710 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:35:12.710 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:35:12.710 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:35:12.710 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:35:12.710 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:35:12.710 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:35:12.710 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:35:12.710 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:35:12.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:11.339460+0000 mgr.y (mgr.14556) 7812 : cluster [DBG] pgmap v6896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:13.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:11.339460+0000 mgr.y (mgr.14556) 7812 : cluster [DBG] pgmap v6896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:13.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:11.339460+0000 mgr.y (mgr.14556) 7812 : cluster [DBG] pgmap v6896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:14.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:35:13] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:35:14.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:35:12.066124+0000 mgr.y (mgr.14556) 7813 : audit [DBG] from='client.22839 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:35:14.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:35:12.358611+0000 mgr.y (mgr.14556) 7814 : audit [DBG] from='client.22845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:35:14.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:35:12.717100+0000 mon.a (mon.0) 2104 : audit [DBG] from='client.? 172.21.15.23:0/2365627830' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:35:14.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:35:12.066124+0000 mgr.y (mgr.14556) 7813 : audit [DBG] from='client.22839 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:35:14.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:35:12.358611+0000 mgr.y (mgr.14556) 7814 : audit [DBG] from='client.22845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:35:14.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:35:12.717100+0000 mon.a (mon.0) 2104 : audit [DBG] from='client.? 172.21.15.23:0/2365627830' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:35:14.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:35:12.066124+0000 mgr.y (mgr.14556) 7813 : audit [DBG] from='client.22839 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:35:14.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:35:12.358611+0000 mgr.y (mgr.14556) 7814 : audit [DBG] from='client.22845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:35:14.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:35:12.717100+0000 mon.a (mon.0) 2104 : audit [DBG] from='client.? 172.21.15.23:0/2365627830' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:35:15.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:13.339898+0000 mgr.y (mgr.14556) 7815 : cluster [DBG] pgmap v6897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:15.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:13.339898+0000 mgr.y (mgr.14556) 7815 : cluster [DBG] pgmap v6897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:15.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:13.339898+0000 mgr.y (mgr.14556) 7815 : cluster [DBG] pgmap v6897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:17.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:15.340595+0000 mgr.y (mgr.14556) 7816 : cluster [DBG] pgmap v6898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:17.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:15.340595+0000 mgr.y (mgr.14556) 7816 : cluster [DBG] pgmap v6898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:17.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:15.340595+0000 mgr.y (mgr.14556) 7816 : cluster [DBG] pgmap v6898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:19.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:17.341083+0000 mgr.y (mgr.14556) 7817 : cluster [DBG] pgmap v6899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:19.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:17.341083+0000 mgr.y (mgr.14556) 7817 : cluster [DBG] pgmap v6899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:19.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:17.341083+0000 mgr.y (mgr.14556) 7817 : cluster [DBG] pgmap v6899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:21.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:19.341596+0000 mgr.y (mgr.14556) 7818 : cluster [DBG] pgmap v6900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:21.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:35:20.024433+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:35:21.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:35:20.330025+0000 mon.a (mon.0) 2106 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:35:21.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:35:20.330697+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:35:21.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:35:20.339447+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:35:21.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:19.341596+0000 mgr.y (mgr.14556) 7818 : cluster [DBG] pgmap v6900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:21.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:35:20.024433+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:35:21.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:35:20.330025+0000 mon.a (mon.0) 2106 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:35:21.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:35:20.330697+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:35:21.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:35:20.339447+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:35:21.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:19.341596+0000 mgr.y (mgr.14556) 7818 : cluster [DBG] pgmap v6900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:21.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:35:20.024433+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:35:21.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:35:20.330025+0000 mon.a (mon.0) 2106 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:35:21.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:35:20.330697+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:35:21.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:35:20.339447+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:35:21.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:35:23.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:21.342248+0000 mgr.y (mgr.14556) 7819 : cluster [DBG] pgmap v6901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:23.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:21.342248+0000 mgr.y (mgr.14556) 7819 : cluster [DBG] pgmap v6901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:23.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:21.342248+0000 mgr.y (mgr.14556) 7819 : cluster [DBG] pgmap v6901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:24.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:35:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:35:25.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:23.342793+0000 mgr.y (mgr.14556) 7820 : cluster [DBG] pgmap v6902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:25.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:23.342793+0000 mgr.y (mgr.14556) 7820 : cluster [DBG] pgmap v6902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:25.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:23.342793+0000 mgr.y (mgr.14556) 7820 : cluster [DBG] pgmap v6902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:25.343564+0000 mgr.y (mgr.14556) 7821 : cluster [DBG] pgmap v6903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:27.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:25.343564+0000 mgr.y (mgr.14556) 7821 : cluster [DBG] pgmap v6903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:27.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:25.343564+0000 mgr.y (mgr.14556) 7821 : cluster [DBG] pgmap v6903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:29.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:27.344038+0000 mgr.y (mgr.14556) 7822 : cluster [DBG] pgmap v6904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:29.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:27.344038+0000 mgr.y (mgr.14556) 7822 : cluster [DBG] pgmap v6904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:29.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:27.344038+0000 mgr.y (mgr.14556) 7822 : cluster [DBG] pgmap v6904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:31.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:29.344452+0000 mgr.y (mgr.14556) 7823 : cluster [DBG] pgmap v6905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:31.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:29.344452+0000 mgr.y (mgr.14556) 7823 : cluster [DBG] pgmap v6905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:31.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:29.344452+0000 mgr.y (mgr.14556) 7823 : cluster [DBG] pgmap v6905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:31.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:35:33.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:31.345067+0000 mgr.y (mgr.14556) 7824 : cluster [DBG] pgmap v6906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:33.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:31.345067+0000 mgr.y (mgr.14556) 7824 : cluster [DBG] pgmap v6906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:33.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:31.345067+0000 mgr.y (mgr.14556) 7824 : cluster [DBG] pgmap v6906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:34.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:35:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:35:35.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:33.345493+0000 mgr.y (mgr.14556) 7825 : cluster [DBG] pgmap v6907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:35.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:33.345493+0000 mgr.y (mgr.14556) 7825 : cluster [DBG] pgmap v6907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:35.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:33.345493+0000 mgr.y (mgr.14556) 7825 : cluster [DBG] pgmap v6907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:37.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:35.346269+0000 mgr.y (mgr.14556) 7826 : cluster [DBG] pgmap v6908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:37.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:35.346269+0000 mgr.y (mgr.14556) 7826 : cluster [DBG] pgmap v6908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:37.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:35.346269+0000 mgr.y (mgr.14556) 7826 : cluster [DBG] pgmap v6908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:39.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:37.346832+0000 mgr.y (mgr.14556) 7827 : cluster [DBG] pgmap v6909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:39.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:37.346832+0000 mgr.y (mgr.14556) 7827 : cluster [DBG] pgmap v6909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:39.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:37.346832+0000 mgr.y (mgr.14556) 7827 : cluster [DBG] pgmap v6909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:41.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:39.347433+0000 mgr.y (mgr.14556) 7828 : cluster [DBG] pgmap v6910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:41.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:39.347433+0000 mgr.y (mgr.14556) 7828 : cluster [DBG] pgmap v6910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:39.347433+0000 mgr.y (mgr.14556) 7828 : cluster [DBG] pgmap v6910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:41.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:35:43.036 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:35:43.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:41.348165+0000 mgr.y (mgr.14556) 7829 : cluster [DBG] pgmap v6911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:43.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:41.348165+0000 mgr.y (mgr.14556) 7829 : cluster [DBG] pgmap v6911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:43.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:41.348165+0000 mgr.y (mgr.14556) 7829 : cluster [DBG] pgmap v6911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:43.323 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 4m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 4m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4m ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 4m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:35:43.324 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:35:43.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:35:43.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:35:43.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:35:43.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:35:43.325 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:35:43.676 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:35:43.676 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:35:43.676 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:35:43.676 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:35:43.676 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:35:43.676 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:35:43.676 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:35:43.676 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:35:43.677 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:35:43.677 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:35:43.677 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:35:43.677 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:35:43.677 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:35:43.677 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:35:43.677 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:35:43.677 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:35:43.677 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:35:44.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:35:43.684071+0000 mon.c (mon.2) 216 : audit [DBG] from='client.? 172.21.15.23:0/1821500014' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:35:44.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:35:43.684071+0000 mon.c (mon.2) 216 : audit [DBG] from='client.? 172.21.15.23:0/1821500014' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:35:44.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:35:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:35:44.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:35:43.684071+0000 mon.c (mon.2) 216 : audit [DBG] from='client.? 172.21.15.23:0/1821500014' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:35:45.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:35:43.032428+0000 mgr.y (mgr.14556) 7830 : audit [DBG] from='client.22857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:35:45.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:35:43.323662+0000 mgr.y (mgr.14556) 7831 : audit [DBG] from='client.22863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:35:45.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:43.348509+0000 mgr.y (mgr.14556) 7832 : cluster [DBG] pgmap v6912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:45.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:35:43.032428+0000 mgr.y (mgr.14556) 7830 : audit [DBG] from='client.22857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:35:45.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:35:43.323662+0000 mgr.y (mgr.14556) 7831 : audit [DBG] from='client.22863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:35:45.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:43.348509+0000 mgr.y (mgr.14556) 7832 : cluster [DBG] pgmap v6912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:45.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:35:43.032428+0000 mgr.y (mgr.14556) 7830 : audit [DBG] from='client.22857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:35:45.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:35:43.323662+0000 mgr.y (mgr.14556) 7831 : audit [DBG] from='client.22863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:35:45.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:43.348509+0000 mgr.y (mgr.14556) 7832 : cluster [DBG] pgmap v6912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:47.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:45.349373+0000 mgr.y (mgr.14556) 7833 : cluster [DBG] pgmap v6913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:47.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:45.349373+0000 mgr.y (mgr.14556) 7833 : cluster [DBG] pgmap v6913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:47.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:45.349373+0000 mgr.y (mgr.14556) 7833 : cluster [DBG] pgmap v6913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:49.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:47.349907+0000 mgr.y (mgr.14556) 7834 : cluster [DBG] pgmap v6914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:49.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:47.349907+0000 mgr.y (mgr.14556) 7834 : cluster [DBG] pgmap v6914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:49.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:47.349907+0000 mgr.y (mgr.14556) 7834 : cluster [DBG] pgmap v6914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:51.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:49.350598+0000 mgr.y (mgr.14556) 7835 : cluster [DBG] pgmap v6915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:51.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:49.350598+0000 mgr.y (mgr.14556) 7835 : cluster [DBG] pgmap v6915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:51.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:49.350598+0000 mgr.y (mgr.14556) 7835 : cluster [DBG] pgmap v6915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:51.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:35:53.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:51.351348+0000 mgr.y (mgr.14556) 7836 : cluster [DBG] pgmap v6916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:53.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:51.351348+0000 mgr.y (mgr.14556) 7836 : cluster [DBG] pgmap v6916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:53.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:51.351348+0000 mgr.y (mgr.14556) 7836 : cluster [DBG] pgmap v6916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:54.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:35:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:35:55.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:53.351737+0000 mgr.y (mgr.14556) 7837 : cluster [DBG] pgmap v6917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:55.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:53.351737+0000 mgr.y (mgr.14556) 7837 : cluster [DBG] pgmap v6917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:55.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:53.351737+0000 mgr.y (mgr.14556) 7837 : cluster [DBG] pgmap v6917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:57.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:55.352450+0000 mgr.y (mgr.14556) 7838 : cluster [DBG] pgmap v6918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:57.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:55.352450+0000 mgr.y (mgr.14556) 7838 : cluster [DBG] pgmap v6918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:57.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:55.352450+0000 mgr.y (mgr.14556) 7838 : cluster [DBG] pgmap v6918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:59.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:57.352913+0000 mgr.y (mgr.14556) 7839 : cluster [DBG] pgmap v6919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:59.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:57.352913+0000 mgr.y (mgr.14556) 7839 : cluster [DBG] pgmap v6919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:35:59.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:35:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:57.352913+0000 mgr.y (mgr.14556) 7839 : cluster [DBG] pgmap v6919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:01.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:35:59.353258+0000 mgr.y (mgr.14556) 7840 : cluster [DBG] pgmap v6920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:01.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:35:59.353258+0000 mgr.y (mgr.14556) 7840 : cluster [DBG] pgmap v6920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:01.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:35:59.353258+0000 mgr.y (mgr.14556) 7840 : cluster [DBG] pgmap v6920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:01.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:36:03.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:01.353935+0000 mgr.y (mgr.14556) 7841 : cluster [DBG] pgmap v6921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:03.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:01.353935+0000 mgr.y (mgr.14556) 7841 : cluster [DBG] pgmap v6921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:03.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:01.353935+0000 mgr.y (mgr.14556) 7841 : cluster [DBG] pgmap v6921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:04.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:36:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:36:05.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:03.354466+0000 mgr.y (mgr.14556) 7842 : cluster [DBG] pgmap v6922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:05.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:03.354466+0000 mgr.y (mgr.14556) 7842 : cluster [DBG] pgmap v6922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:05.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:03.354466+0000 mgr.y (mgr.14556) 7842 : cluster [DBG] pgmap v6922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:07.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:05.355001+0000 mgr.y (mgr.14556) 7843 : cluster [DBG] pgmap v6923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:07.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:05.355001+0000 mgr.y (mgr.14556) 7843 : cluster [DBG] pgmap v6923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:07.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:05.355001+0000 mgr.y (mgr.14556) 7843 : cluster [DBG] pgmap v6923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:09.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:07.355423+0000 mgr.y (mgr.14556) 7844 : cluster [DBG] pgmap v6924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:09.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:07.355423+0000 mgr.y (mgr.14556) 7844 : cluster [DBG] pgmap v6924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:09.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:07.355423+0000 mgr.y (mgr.14556) 7844 : cluster [DBG] pgmap v6924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:11.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:09.355877+0000 mgr.y (mgr.14556) 7845 : cluster [DBG] pgmap v6925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:11.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:09.355877+0000 mgr.y (mgr.14556) 7845 : cluster [DBG] pgmap v6925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:11.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:09.355877+0000 mgr.y (mgr.14556) 7845 : cluster [DBG] pgmap v6925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:11.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:36:13.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:11.356714+0000 mgr.y (mgr.14556) 7846 : cluster [DBG] pgmap v6926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:13.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:11.356714+0000 mgr.y (mgr.14556) 7846 : cluster [DBG] pgmap v6926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:13.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:11.356714+0000 mgr.y (mgr.14556) 7846 : cluster [DBG] pgmap v6926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:14.002 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:36:14.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:36:13] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:36:14.288 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 4m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 4m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 4m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 4m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 4m ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 4m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 4m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 4m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 4m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 4m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 4m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:36:14.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 4m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:36:14.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 4m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:36:14.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 4m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:36:14.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 4m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:36:14.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 4m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:36:14.290 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:36:14.635 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:36:14.635 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:36:14.636 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:36:15.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:13.357216+0000 mgr.y (mgr.14556) 7847 : cluster [DBG] pgmap v6927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:15.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:36:14.643576+0000 mon.a (mon.0) 2109 : audit [DBG] from='client.? 172.21.15.23:0/1730989397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:36:15.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:13.357216+0000 mgr.y (mgr.14556) 7847 : cluster [DBG] pgmap v6927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:15.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:36:14.643576+0000 mon.a (mon.0) 2109 : audit [DBG] from='client.? 172.21.15.23:0/1730989397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:36:15.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:13.357216+0000 mgr.y (mgr.14556) 7847 : cluster [DBG] pgmap v6927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:15.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:36:14.643576+0000 mon.a (mon.0) 2109 : audit [DBG] from='client.? 172.21.15.23:0/1730989397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:36:16.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:36:13.998860+0000 mgr.y (mgr.14556) 7848 : audit [DBG] from='client.22875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:36:16.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:36:14.288972+0000 mgr.y (mgr.14556) 7849 : audit [DBG] from='client.22881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:36:16.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:36:13.998860+0000 mgr.y (mgr.14556) 7848 : audit [DBG] from='client.22875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:36:16.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:36:14.288972+0000 mgr.y (mgr.14556) 7849 : audit [DBG] from='client.22881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:36:16.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:36:13.998860+0000 mgr.y (mgr.14556) 7848 : audit [DBG] from='client.22875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:36:16.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:36:14.288972+0000 mgr.y (mgr.14556) 7849 : audit [DBG] from='client.22881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:36:17.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:15.357992+0000 mgr.y (mgr.14556) 7850 : cluster [DBG] pgmap v6928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:17.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:15.357992+0000 mgr.y (mgr.14556) 7850 : cluster [DBG] pgmap v6928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:17.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:15.357992+0000 mgr.y (mgr.14556) 7850 : cluster [DBG] pgmap v6928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:19.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:17.358431+0000 mgr.y (mgr.14556) 7851 : cluster [DBG] pgmap v6929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:19.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:17.358431+0000 mgr.y (mgr.14556) 7851 : cluster [DBG] pgmap v6929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:19.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:17.358431+0000 mgr.y (mgr.14556) 7851 : cluster [DBG] pgmap v6929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:20.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:19.358824+0000 mgr.y (mgr.14556) 7852 : cluster [DBG] pgmap v6930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:20.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:19.358824+0000 mgr.y (mgr.14556) 7852 : cluster [DBG] pgmap v6930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:20.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:19.358824+0000 mgr.y (mgr.14556) 7852 : cluster [DBG] pgmap v6930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:21.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:36:20.343799+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:36:21.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:36:20.648621+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:36:21.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:36:20.649346+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:36:21.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:36:20.655236+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:36:21.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:36:20.343799+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:36:21.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:36:20.648621+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:36:21.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:36:20.649346+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:36:21.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:36:20.655236+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:36:21.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:36:20.343799+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:36:21.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:36:20.648621+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:36:21.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:36:20.649346+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:36:21.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:36:20.655236+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:36:21.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:36:22.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:21.359572+0000 mgr.y (mgr.14556) 7853 : cluster [DBG] pgmap v6931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:22.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:21.359572+0000 mgr.y (mgr.14556) 7853 : cluster [DBG] pgmap v6931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:22.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:21.359572+0000 mgr.y (mgr.14556) 7853 : cluster [DBG] pgmap v6931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:24.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:36:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:36:24.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:23.360118+0000 mgr.y (mgr.14556) 7854 : cluster [DBG] pgmap v6932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:24.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:23.360118+0000 mgr.y (mgr.14556) 7854 : cluster [DBG] pgmap v6932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:24.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:23.360118+0000 mgr.y (mgr.14556) 7854 : cluster [DBG] pgmap v6932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:26.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:25.360731+0000 mgr.y (mgr.14556) 7855 : cluster [DBG] pgmap v6933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:26.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:25.360731+0000 mgr.y (mgr.14556) 7855 : cluster [DBG] pgmap v6933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:26.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:25.360731+0000 mgr.y (mgr.14556) 7855 : cluster [DBG] pgmap v6933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:28.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:27.361139+0000 mgr.y (mgr.14556) 7856 : cluster [DBG] pgmap v6934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:28.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:27.361139+0000 mgr.y (mgr.14556) 7856 : cluster [DBG] pgmap v6934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:28.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:27.361139+0000 mgr.y (mgr.14556) 7856 : cluster [DBG] pgmap v6934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:30.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:29.361514+0000 mgr.y (mgr.14556) 7857 : cluster [DBG] pgmap v6935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:30.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:29.361514+0000 mgr.y (mgr.14556) 7857 : cluster [DBG] pgmap v6935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:30.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:29.361514+0000 mgr.y (mgr.14556) 7857 : cluster [DBG] pgmap v6935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:31.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:36:32.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:31.362149+0000 mgr.y (mgr.14556) 7858 : cluster [DBG] pgmap v6936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:32.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:31.362149+0000 mgr.y (mgr.14556) 7858 : cluster [DBG] pgmap v6936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:32.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:31.362149+0000 mgr.y (mgr.14556) 7858 : cluster [DBG] pgmap v6936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:34.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:36:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:36:34.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:33.362530+0000 mgr.y (mgr.14556) 7859 : cluster [DBG] pgmap v6937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:34.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:33.362530+0000 mgr.y (mgr.14556) 7859 : cluster [DBG] pgmap v6937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:34.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:33.362530+0000 mgr.y (mgr.14556) 7859 : cluster [DBG] pgmap v6937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:36.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:35.363102+0000 mgr.y (mgr.14556) 7860 : cluster [DBG] pgmap v6938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:36.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:35.363102+0000 mgr.y (mgr.14556) 7860 : cluster [DBG] pgmap v6938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:36.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:35.363102+0000 mgr.y (mgr.14556) 7860 : cluster [DBG] pgmap v6938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:38.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:37.363467+0000 mgr.y (mgr.14556) 7861 : cluster [DBG] pgmap v6939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:38.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:37.363467+0000 mgr.y (mgr.14556) 7861 : cluster [DBG] pgmap v6939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:38.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:37.363467+0000 mgr.y (mgr.14556) 7861 : cluster [DBG] pgmap v6939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:40.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:39.363993+0000 mgr.y (mgr.14556) 7862 : cluster [DBG] pgmap v6940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:40.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:39.363993+0000 mgr.y (mgr.14556) 7862 : cluster [DBG] pgmap v6940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:40.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:39.363993+0000 mgr.y (mgr.14556) 7862 : cluster [DBG] pgmap v6940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:41.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:36:42.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:41.364721+0000 mgr.y (mgr.14556) 7863 : cluster [DBG] pgmap v6941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:42.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:41.364721+0000 mgr.y (mgr.14556) 7863 : cluster [DBG] pgmap v6941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:42.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:41.364721+0000 mgr.y (mgr.14556) 7863 : cluster [DBG] pgmap v6941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:44.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:36:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:36:44.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:43.365203+0000 mgr.y (mgr.14556) 7864 : cluster [DBG] pgmap v6942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:44.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:43.365203+0000 mgr.y (mgr.14556) 7864 : cluster [DBG] pgmap v6942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:44.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:43.365203+0000 mgr.y (mgr.14556) 7864 : cluster [DBG] pgmap v6942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:44.961 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 5m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 5m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 5m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 5m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5m ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 5m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 5m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 5m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:36:45.252 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:36:45.253 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:36:45.253 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:36:45.253 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:36:45.253 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 5m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:36:45.253 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 5m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:36:45.253 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 5m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:36:45.253 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 5m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:36:45.253 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 5m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:36:45.603 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:36:45.603 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:36:45.603 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:36:45.603 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:36:45.603 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:36:45.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:36:45.604 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:36:45.604 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:36:45.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:36:45.604 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:36:45.604 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:36:45.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:36:45.604 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:36:45.604 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:36:45.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:36:45.604 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:36:45.604 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:36:45.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:36:44.958003+0000 mgr.y (mgr.14556) 7865 : audit [DBG] from='client.22893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:36:45.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:36:44.958003+0000 mgr.y (mgr.14556) 7865 : audit [DBG] from='client.22893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:36:45.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:36:44.958003+0000 mgr.y (mgr.14556) 7865 : audit [DBG] from='client.22893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:36:46.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:36:45.251884+0000 mgr.y (mgr.14556) 7866 : audit [DBG] from='client.22899 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:36:46.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:45.365778+0000 mgr.y (mgr.14556) 7867 : cluster [DBG] pgmap v6943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:46.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:36:45.611433+0000 mon.a (mon.0) 2114 : audit [DBG] from='client.? 172.21.15.23:0/1624318744' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:36:46.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:36:45.251884+0000 mgr.y (mgr.14556) 7866 : audit [DBG] from='client.22899 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:36:46.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:45.365778+0000 mgr.y (mgr.14556) 7867 : cluster [DBG] pgmap v6943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:46.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:36:45.611433+0000 mon.a (mon.0) 2114 : audit [DBG] from='client.? 172.21.15.23:0/1624318744' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:36:46.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:36:45.251884+0000 mgr.y (mgr.14556) 7866 : audit [DBG] from='client.22899 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:36:46.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:45.365778+0000 mgr.y (mgr.14556) 7867 : cluster [DBG] pgmap v6943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:46.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:36:45.611433+0000 mon.a (mon.0) 2114 : audit [DBG] from='client.? 172.21.15.23:0/1624318744' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:36:48.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:47.366154+0000 mgr.y (mgr.14556) 7868 : cluster [DBG] pgmap v6944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:48.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:47.366154+0000 mgr.y (mgr.14556) 7868 : cluster [DBG] pgmap v6944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:48.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:47.366154+0000 mgr.y (mgr.14556) 7868 : cluster [DBG] pgmap v6944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:50.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:49.366715+0000 mgr.y (mgr.14556) 7869 : cluster [DBG] pgmap v6945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:50.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:49.366715+0000 mgr.y (mgr.14556) 7869 : cluster [DBG] pgmap v6945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:50.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:49.366715+0000 mgr.y (mgr.14556) 7869 : cluster [DBG] pgmap v6945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:51.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:36:52.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:51.367383+0000 mgr.y (mgr.14556) 7870 : cluster [DBG] pgmap v6946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:52.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:51.367383+0000 mgr.y (mgr.14556) 7870 : cluster [DBG] pgmap v6946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:52.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:51.367383+0000 mgr.y (mgr.14556) 7870 : cluster [DBG] pgmap v6946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:54.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:36:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:36:54.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:53.367781+0000 mgr.y (mgr.14556) 7871 : cluster [DBG] pgmap v6947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:54.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:53.367781+0000 mgr.y (mgr.14556) 7871 : cluster [DBG] pgmap v6947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:54.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:53.367781+0000 mgr.y (mgr.14556) 7871 : cluster [DBG] pgmap v6947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:56.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:55.368425+0000 mgr.y (mgr.14556) 7872 : cluster [DBG] pgmap v6948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:56.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:55.368425+0000 mgr.y (mgr.14556) 7872 : cluster [DBG] pgmap v6948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:56.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:55.368425+0000 mgr.y (mgr.14556) 7872 : cluster [DBG] pgmap v6948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:58.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:36:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:57.368977+0000 mgr.y (mgr.14556) 7873 : cluster [DBG] pgmap v6949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:58.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:36:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:57.368977+0000 mgr.y (mgr.14556) 7873 : cluster [DBG] pgmap v6949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:36:58.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:36:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:57.368977+0000 mgr.y (mgr.14556) 7873 : cluster [DBG] pgmap v6949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:00.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:36:59.369532+0000 mgr.y (mgr.14556) 7874 : cluster [DBG] pgmap v6950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:00.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:36:59.369532+0000 mgr.y (mgr.14556) 7874 : cluster [DBG] pgmap v6950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:00.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:36:59.369532+0000 mgr.y (mgr.14556) 7874 : cluster [DBG] pgmap v6950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:01.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:37:02.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:01.370356+0000 mgr.y (mgr.14556) 7875 : cluster [DBG] pgmap v6951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:02.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:01.370356+0000 mgr.y (mgr.14556) 7875 : cluster [DBG] pgmap v6951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:02.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:01.370356+0000 mgr.y (mgr.14556) 7875 : cluster [DBG] pgmap v6951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:04.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:37:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:37:04.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:03.370761+0000 mgr.y (mgr.14556) 7876 : cluster [DBG] pgmap v6952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:04.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:03.370761+0000 mgr.y (mgr.14556) 7876 : cluster [DBG] pgmap v6952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:04.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:03.370761+0000 mgr.y (mgr.14556) 7876 : cluster [DBG] pgmap v6952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:06.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:05.371452+0000 mgr.y (mgr.14556) 7877 : cluster [DBG] pgmap v6953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:07.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:05.371452+0000 mgr.y (mgr.14556) 7877 : cluster [DBG] pgmap v6953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:07.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:05.371452+0000 mgr.y (mgr.14556) 7877 : cluster [DBG] pgmap v6953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:08.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:07.371797+0000 mgr.y (mgr.14556) 7878 : cluster [DBG] pgmap v6954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:09.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:07.371797+0000 mgr.y (mgr.14556) 7878 : cluster [DBG] pgmap v6954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:09.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:07.371797+0000 mgr.y (mgr.14556) 7878 : cluster [DBG] pgmap v6954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:10.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:09.372147+0000 mgr.y (mgr.14556) 7879 : cluster [DBG] pgmap v6955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:11.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:09.372147+0000 mgr.y (mgr.14556) 7879 : cluster [DBG] pgmap v6955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:11.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:09.372147+0000 mgr.y (mgr.14556) 7879 : cluster [DBG] pgmap v6955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:11.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:37:13.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:11.372823+0000 mgr.y (mgr.14556) 7880 : cluster [DBG] pgmap v6956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:13.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:11.372823+0000 mgr.y (mgr.14556) 7880 : cluster [DBG] pgmap v6956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:13.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:11.372823+0000 mgr.y (mgr.14556) 7880 : cluster [DBG] pgmap v6956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:14.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:37:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:37:15.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:13.373214+0000 mgr.y (mgr.14556) 7881 : cluster [DBG] pgmap v6957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:15.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:13.373214+0000 mgr.y (mgr.14556) 7881 : cluster [DBG] pgmap v6957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:15.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:13.373214+0000 mgr.y (mgr.14556) 7881 : cluster [DBG] pgmap v6957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:15.929 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:37:16.217 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:37:16.217 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 5m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:37:16.217 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 5m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:37:16.217 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 5m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:37:16.217 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 5m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:37:16.217 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 5m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:37:16.218 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 5m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:37:16.218 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 5m ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:37:16.218 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 5m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:37:16.218 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 5m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:37:16.218 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 5m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:37:16.218 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 5m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:37:16.218 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 5m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:37:16.218 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 5m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:37:16.218 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 5m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:37:16.218 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 5m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:37:16.218 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 5m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:37:16.218 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 5m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:37:16.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 5m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:37:16.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 5m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:37:16.219 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 5m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:37:16.571 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:37:16.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:37:16.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:37:16.572 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:37:17.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:15.373985+0000 mgr.y (mgr.14556) 7882 : cluster [DBG] pgmap v6958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:17.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:37:15.925411+0000 mgr.y (mgr.14556) 7883 : audit [DBG] from='client.32825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:37:17.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:37:16.579793+0000 mon.a (mon.0) 2115 : audit [DBG] from='client.? 172.21.15.23:0/1260306382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:37:17.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:15.373985+0000 mgr.y (mgr.14556) 7882 : cluster [DBG] pgmap v6958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:17.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:37:15.925411+0000 mgr.y (mgr.14556) 7883 : audit [DBG] from='client.32825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:37:17.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:37:16.579793+0000 mon.a (mon.0) 2115 : audit [DBG] from='client.? 172.21.15.23:0/1260306382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:37:17.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:15.373985+0000 mgr.y (mgr.14556) 7882 : cluster [DBG] pgmap v6958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:17.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:37:15.925411+0000 mgr.y (mgr.14556) 7883 : audit [DBG] from='client.32825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:37:17.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:37:16.579793+0000 mon.a (mon.0) 2115 : audit [DBG] from='client.? 172.21.15.23:0/1260306382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:37:18.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:37:16.217305+0000 mgr.y (mgr.14556) 7884 : audit [DBG] from='client.22917 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:37:18.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:37:16.217305+0000 mgr.y (mgr.14556) 7884 : audit [DBG] from='client.22917 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:37:18.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:37:16.217305+0000 mgr.y (mgr.14556) 7884 : audit [DBG] from='client.22917 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:37:19.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:17.374376+0000 mgr.y (mgr.14556) 7885 : cluster [DBG] pgmap v6959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:19.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:17.374376+0000 mgr.y (mgr.14556) 7885 : cluster [DBG] pgmap v6959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:19.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:17.374376+0000 mgr.y (mgr.14556) 7885 : cluster [DBG] pgmap v6959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:21.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:19.374720+0000 mgr.y (mgr.14556) 7886 : cluster [DBG] pgmap v6960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:21.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:37:20.659789+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:37:21.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:19.374720+0000 mgr.y (mgr.14556) 7886 : cluster [DBG] pgmap v6960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:21.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:37:20.659789+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:37:21.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:19.374720+0000 mgr.y (mgr.14556) 7886 : cluster [DBG] pgmap v6960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:21.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:37:20.659789+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:37:21.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:37:21.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:37:20.966253+0000 mon.a (mon.0) 2117 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:37:21.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:37:20.966893+0000 mon.a (mon.0) 2118 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:37:21.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:37:20.972851+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:37:22.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:37:20.966253+0000 mon.a (mon.0) 2117 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:37:22.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:37:20.966893+0000 mon.a (mon.0) 2118 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:37:22.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:37:20.972851+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:37:22.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:37:20.966253+0000 mon.a (mon.0) 2117 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:37:22.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:37:20.966893+0000 mon.a (mon.0) 2118 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:37:22.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:37:20.972851+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:37:23.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:21.375503+0000 mgr.y (mgr.14556) 7887 : cluster [DBG] pgmap v6961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:23.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:21.375503+0000 mgr.y (mgr.14556) 7887 : cluster [DBG] pgmap v6961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:23.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:21.375503+0000 mgr.y (mgr.14556) 7887 : cluster [DBG] pgmap v6961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:24.033 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:37:23] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:37:24.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:23.375896+0000 mgr.y (mgr.14556) 7888 : cluster [DBG] pgmap v6962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:24.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:23.375896+0000 mgr.y (mgr.14556) 7888 : cluster [DBG] pgmap v6962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:24.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:23.375896+0000 mgr.y (mgr.14556) 7888 : cluster [DBG] pgmap v6962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:26.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:25.376651+0000 mgr.y (mgr.14556) 7889 : cluster [DBG] pgmap v6963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:26.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:25.376651+0000 mgr.y (mgr.14556) 7889 : cluster [DBG] pgmap v6963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:26.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:25.376651+0000 mgr.y (mgr.14556) 7889 : cluster [DBG] pgmap v6963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:28.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:27.377166+0000 mgr.y (mgr.14556) 7890 : cluster [DBG] pgmap v6964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:28.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:27.377166+0000 mgr.y (mgr.14556) 7890 : cluster [DBG] pgmap v6964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:28.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:27.377166+0000 mgr.y (mgr.14556) 7890 : cluster [DBG] pgmap v6964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:30.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:29.377564+0000 mgr.y (mgr.14556) 7891 : cluster [DBG] pgmap v6965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:30.873 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:29.377564+0000 mgr.y (mgr.14556) 7891 : cluster [DBG] pgmap v6965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:30.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:29.377564+0000 mgr.y (mgr.14556) 7891 : cluster [DBG] pgmap v6965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:31.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:37:32.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:31.378196+0000 mgr.y (mgr.14556) 7892 : cluster [DBG] pgmap v6966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:32.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:31.378196+0000 mgr.y (mgr.14556) 7892 : cluster [DBG] pgmap v6966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:32.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:31.378196+0000 mgr.y (mgr.14556) 7892 : cluster [DBG] pgmap v6966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:34.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:37:33] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:37:34.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:33.378613+0000 mgr.y (mgr.14556) 7893 : cluster [DBG] pgmap v6967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:34.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:33.378613+0000 mgr.y (mgr.14556) 7893 : cluster [DBG] pgmap v6967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:34.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:33.378613+0000 mgr.y (mgr.14556) 7893 : cluster [DBG] pgmap v6967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:36.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:35.379308+0000 mgr.y (mgr.14556) 7894 : cluster [DBG] pgmap v6968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:36.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:35.379308+0000 mgr.y (mgr.14556) 7894 : cluster [DBG] pgmap v6968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:36.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:35.379308+0000 mgr.y (mgr.14556) 7894 : cluster [DBG] pgmap v6968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:38.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:37.379681+0000 mgr.y (mgr.14556) 7895 : cluster [DBG] pgmap v6969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:38.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:37.379681+0000 mgr.y (mgr.14556) 7895 : cluster [DBG] pgmap v6969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:38.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:37.379681+0000 mgr.y (mgr.14556) 7895 : cluster [DBG] pgmap v6969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:40.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:39.380114+0000 mgr.y (mgr.14556) 7896 : cluster [DBG] pgmap v6970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:40.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:39.380114+0000 mgr.y (mgr.14556) 7896 : cluster [DBG] pgmap v6970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:40.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:39.380114+0000 mgr.y (mgr.14556) 7896 : cluster [DBG] pgmap v6970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:41.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:37:42.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:41.380815+0000 mgr.y (mgr.14556) 7897 : cluster [DBG] pgmap v6971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:42.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:41.380815+0000 mgr.y (mgr.14556) 7897 : cluster [DBG] pgmap v6971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:42.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:41.380815+0000 mgr.y (mgr.14556) 7897 : cluster [DBG] pgmap v6971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:44.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:37:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:37:44.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:43.381413+0000 mgr.y (mgr.14556) 7898 : cluster [DBG] pgmap v6972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:44.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:43.381413+0000 mgr.y (mgr.14556) 7898 : cluster [DBG] pgmap v6972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:44.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:43.381413+0000 mgr.y (mgr.14556) 7898 : cluster [DBG] pgmap v6972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:46.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:45.382020+0000 mgr.y (mgr.14556) 7899 : cluster [DBG] pgmap v6973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:46.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:45.382020+0000 mgr.y (mgr.14556) 7899 : cluster [DBG] pgmap v6973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:46.895 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:37:46.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:45.382020+0000 mgr.y (mgr.14556) 7899 : cluster [DBG] pgmap v6973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:47.185 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:37:47.185 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 6m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:37:47.185 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 6m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:37:47.185 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 6m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:37:47.185 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 6m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:37:47.185 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 6m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:37:47.185 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 6m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:37:47.185 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 6m ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:37:47.185 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 6m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:37:47.185 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 6m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:37:47.185 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 6m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:37:47.185 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 6m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:37:47.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 6m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:37:47.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 6m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:37:47.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 6m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:37:47.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 6m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:37:47.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 6m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:37:47.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 6m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:37:47.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 6m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:37:47.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 6m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:37:47.186 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 6m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:37:47.532 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:37:47.532 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:37:47.532 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:37:47.532 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:37:47.532 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:37:47.533 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:37:47.533 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:37:47.533 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:37:47.533 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:37:47.533 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:37:47.533 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:37:47.533 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:37:47.533 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:37:47.533 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:37:47.533 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:37:47.533 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:37:47.533 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:37:47.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:37:46.892237+0000 mgr.y (mgr.14556) 7900 : audit [DBG] from='client.22929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:37:47.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:37:47.540643+0000 mon.a (mon.0) 2120 : audit [DBG] from='client.? 172.21.15.23:0/4144632936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:37:47.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:37:46.892237+0000 mgr.y (mgr.14556) 7900 : audit [DBG] from='client.22929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:37:47.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:37:47.540643+0000 mon.a (mon.0) 2120 : audit [DBG] from='client.? 172.21.15.23:0/4144632936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:37:47.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:37:46.892237+0000 mgr.y (mgr.14556) 7900 : audit [DBG] from='client.22929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:37:47.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:37:47.540643+0000 mon.a (mon.0) 2120 : audit [DBG] from='client.? 172.21.15.23:0/4144632936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:37:48.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:37:47.184945+0000 mgr.y (mgr.14556) 7901 : audit [DBG] from='client.22935 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:37:48.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:47.382345+0000 mgr.y (mgr.14556) 7902 : cluster [DBG] pgmap v6974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:48.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:37:47.184945+0000 mgr.y (mgr.14556) 7901 : audit [DBG] from='client.22935 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:37:48.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:47.382345+0000 mgr.y (mgr.14556) 7902 : cluster [DBG] pgmap v6974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:48.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:37:47.184945+0000 mgr.y (mgr.14556) 7901 : audit [DBG] from='client.22935 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:37:48.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:47.382345+0000 mgr.y (mgr.14556) 7902 : cluster [DBG] pgmap v6974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:50.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:49.382724+0000 mgr.y (mgr.14556) 7903 : cluster [DBG] pgmap v6975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:50.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:49.382724+0000 mgr.y (mgr.14556) 7903 : cluster [DBG] pgmap v6975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:50.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:49.382724+0000 mgr.y (mgr.14556) 7903 : cluster [DBG] pgmap v6975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:51.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:37:52.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:51.383607+0000 mgr.y (mgr.14556) 7904 : cluster [DBG] pgmap v6976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:52.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:51.383607+0000 mgr.y (mgr.14556) 7904 : cluster [DBG] pgmap v6976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:52.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:51.383607+0000 mgr.y (mgr.14556) 7904 : cluster [DBG] pgmap v6976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:54.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:37:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:37:54.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:53.384033+0000 mgr.y (mgr.14556) 7905 : cluster [DBG] pgmap v6977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:54.901 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:53.384033+0000 mgr.y (mgr.14556) 7905 : cluster [DBG] pgmap v6977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:54.906 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:53.384033+0000 mgr.y (mgr.14556) 7905 : cluster [DBG] pgmap v6977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:56.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:55.384811+0000 mgr.y (mgr.14556) 7906 : cluster [DBG] pgmap v6978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:56.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:55.384811+0000 mgr.y (mgr.14556) 7906 : cluster [DBG] pgmap v6978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:56.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:55.384811+0000 mgr.y (mgr.14556) 7906 : cluster [DBG] pgmap v6978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:58.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:37:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:57.385132+0000 mgr.y (mgr.14556) 7907 : cluster [DBG] pgmap v6979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:58.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:37:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:57.385132+0000 mgr.y (mgr.14556) 7907 : cluster [DBG] pgmap v6979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:37:58.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:37:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:57.385132+0000 mgr.y (mgr.14556) 7907 : cluster [DBG] pgmap v6979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:00.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:37:59.385565+0000 mgr.y (mgr.14556) 7908 : cluster [DBG] pgmap v6980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:00.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:37:59.385565+0000 mgr.y (mgr.14556) 7908 : cluster [DBG] pgmap v6980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:00.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:37:59.385565+0000 mgr.y (mgr.14556) 7908 : cluster [DBG] pgmap v6980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:01.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:38:02.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:01.386348+0000 mgr.y (mgr.14556) 7909 : cluster [DBG] pgmap v6981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:02.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:01.386348+0000 mgr.y (mgr.14556) 7909 : cluster [DBG] pgmap v6981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:02.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:01.386348+0000 mgr.y (mgr.14556) 7909 : cluster [DBG] pgmap v6981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:04.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:38:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:38:04.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:03.386793+0000 mgr.y (mgr.14556) 7910 : cluster [DBG] pgmap v6982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:04.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:03.386793+0000 mgr.y (mgr.14556) 7910 : cluster [DBG] pgmap v6982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:04.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:03.386793+0000 mgr.y (mgr.14556) 7910 : cluster [DBG] pgmap v6982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:06.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:05.387591+0000 mgr.y (mgr.14556) 7911 : cluster [DBG] pgmap v6983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:07.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:05.387591+0000 mgr.y (mgr.14556) 7911 : cluster [DBG] pgmap v6983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:07.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:05.387591+0000 mgr.y (mgr.14556) 7911 : cluster [DBG] pgmap v6983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:08.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:07.388060+0000 mgr.y (mgr.14556) 7912 : cluster [DBG] pgmap v6984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:09.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:07.388060+0000 mgr.y (mgr.14556) 7912 : cluster [DBG] pgmap v6984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:09.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:07.388060+0000 mgr.y (mgr.14556) 7912 : cluster [DBG] pgmap v6984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:10.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:09.388457+0000 mgr.y (mgr.14556) 7913 : cluster [DBG] pgmap v6985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:11.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:09.388457+0000 mgr.y (mgr.14556) 7913 : cluster [DBG] pgmap v6985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:11.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:09.388457+0000 mgr.y (mgr.14556) 7913 : cluster [DBG] pgmap v6985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:11.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:38:12.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:11.389263+0000 mgr.y (mgr.14556) 7914 : cluster [DBG] pgmap v6986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:13.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:11.389263+0000 mgr.y (mgr.14556) 7914 : cluster [DBG] pgmap v6986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:13.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:11.389263+0000 mgr.y (mgr.14556) 7914 : cluster [DBG] pgmap v6986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:14.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:38:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:38:15.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:13.389743+0000 mgr.y (mgr.14556) 7915 : cluster [DBG] pgmap v6987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:15.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:13.389743+0000 mgr.y (mgr.14556) 7915 : cluster [DBG] pgmap v6987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:15.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:13.389743+0000 mgr.y (mgr.14556) 7915 : cluster [DBG] pgmap v6987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:17.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:15.390266+0000 mgr.y (mgr.14556) 7916 : cluster [DBG] pgmap v6988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:17.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:15.390266+0000 mgr.y (mgr.14556) 7916 : cluster [DBG] pgmap v6988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:17.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:15.390266+0000 mgr.y (mgr.14556) 7916 : cluster [DBG] pgmap v6988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:17.859 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:38:18.150 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:38:18.150 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 7m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:38:18.150 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 6m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:38:18.150 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 7m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:38:18.150 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 6m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 6m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 7m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 7m ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 6m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 7m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 7m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 6m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 7m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 7m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 7m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 7m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 6m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 6m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 6m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:38:18.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 6m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:38:18.152 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 6m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:38:18.501 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:38:18.501 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:38:18.501 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:38:18.501 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:38:18.501 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:38:18.501 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:38:18.501 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:38:18.502 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:38:18.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:38:18.502 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:38:18.502 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:38:18.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:38:18.502 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:38:18.502 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:38:18.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:38:18.502 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:38:18.502 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:38:19.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:17.390766+0000 mgr.y (mgr.14556) 7917 : cluster [DBG] pgmap v6989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:19.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:38:17.856086+0000 mgr.y (mgr.14556) 7918 : audit [DBG] from='client.22947 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:38:19.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:38:18.509698+0000 mon.c (mon.2) 217 : audit [DBG] from='client.? 172.21.15.23:0/1374969594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:38:19.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:17.390766+0000 mgr.y (mgr.14556) 7917 : cluster [DBG] pgmap v6989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:19.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:38:17.856086+0000 mgr.y (mgr.14556) 7918 : audit [DBG] from='client.22947 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:38:19.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:38:18.509698+0000 mon.c (mon.2) 217 : audit [DBG] from='client.? 172.21.15.23:0/1374969594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:38:19.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:17.390766+0000 mgr.y (mgr.14556) 7917 : cluster [DBG] pgmap v6989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:19.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:38:17.856086+0000 mgr.y (mgr.14556) 7918 : audit [DBG] from='client.22947 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:38:19.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:38:18.509698+0000 mon.c (mon.2) 217 : audit [DBG] from='client.? 172.21.15.23:0/1374969594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:38:20.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:38:18.150888+0000 mgr.y (mgr.14556) 7919 : audit [DBG] from='client.22953 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:38:20.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:38:18.150888+0000 mgr.y (mgr.14556) 7919 : audit [DBG] from='client.22953 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:38:20.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:38:18.150888+0000 mgr.y (mgr.14556) 7919 : audit [DBG] from='client.22953 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:38:21.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:19.391151+0000 mgr.y (mgr.14556) 7920 : cluster [DBG] pgmap v6990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:21.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:19.391151+0000 mgr.y (mgr.14556) 7920 : cluster [DBG] pgmap v6990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:21.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:19.391151+0000 mgr.y (mgr.14556) 7920 : cluster [DBG] pgmap v6990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:21.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:38:21.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:38:20.977388+0000 mon.a (mon.0) 2121 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:38:21.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:38:21.282437+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:38:21.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:38:21.283107+0000 mon.a (mon.0) 2123 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:38:21.907 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:38:21.287418+0000 mon.a (mon.0) 2124 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:38:22.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:38:20.977388+0000 mon.a (mon.0) 2121 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:38:22.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:38:21.282437+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:38:22.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:38:21.283107+0000 mon.a (mon.0) 2123 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:38:22.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:38:21.287418+0000 mon.a (mon.0) 2124 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:38:22.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:38:20.977388+0000 mon.a (mon.0) 2121 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:38:22.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:38:21.282437+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:38:22.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:38:21.283107+0000 mon.a (mon.0) 2123 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:38:22.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:38:21.287418+0000 mon.a (mon.0) 2124 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:38:23.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:21.391668+0000 mgr.y (mgr.14556) 7921 : cluster [DBG] pgmap v6991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:23.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:21.391668+0000 mgr.y (mgr.14556) 7921 : cluster [DBG] pgmap v6991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:23.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:21.391668+0000 mgr.y (mgr.14556) 7921 : cluster [DBG] pgmap v6991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:24.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:38:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:38:25.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:23.391998+0000 mgr.y (mgr.14556) 7922 : cluster [DBG] pgmap v6992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:25.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:23.391998+0000 mgr.y (mgr.14556) 7922 : cluster [DBG] pgmap v6992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:25.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:23.391998+0000 mgr.y (mgr.14556) 7922 : cluster [DBG] pgmap v6992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:25.392682+0000 mgr.y (mgr.14556) 7923 : cluster [DBG] pgmap v6993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:25.392682+0000 mgr.y (mgr.14556) 7923 : cluster [DBG] pgmap v6993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:27.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:25.392682+0000 mgr.y (mgr.14556) 7923 : cluster [DBG] pgmap v6993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:29.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:27.392996+0000 mgr.y (mgr.14556) 7924 : cluster [DBG] pgmap v6994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:29.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:27.392996+0000 mgr.y (mgr.14556) 7924 : cluster [DBG] pgmap v6994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:29.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:27.392996+0000 mgr.y (mgr.14556) 7924 : cluster [DBG] pgmap v6994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:31.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:29.393555+0000 mgr.y (mgr.14556) 7925 : cluster [DBG] pgmap v6995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:31.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:29.393555+0000 mgr.y (mgr.14556) 7925 : cluster [DBG] pgmap v6995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:31.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:29.393555+0000 mgr.y (mgr.14556) 7925 : cluster [DBG] pgmap v6995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:31.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:38:33.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:31.394214+0000 mgr.y (mgr.14556) 7926 : cluster [DBG] pgmap v6996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:33.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:31.394214+0000 mgr.y (mgr.14556) 7926 : cluster [DBG] pgmap v6996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:33.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:31.394214+0000 mgr.y (mgr.14556) 7926 : cluster [DBG] pgmap v6996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:34.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:38:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:38:35.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:33.394750+0000 mgr.y (mgr.14556) 7927 : cluster [DBG] pgmap v6997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:35.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:33.394750+0000 mgr.y (mgr.14556) 7927 : cluster [DBG] pgmap v6997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:35.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:33.394750+0000 mgr.y (mgr.14556) 7927 : cluster [DBG] pgmap v6997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:37.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:35.395614+0000 mgr.y (mgr.14556) 7928 : cluster [DBG] pgmap v6998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:37.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:35.395614+0000 mgr.y (mgr.14556) 7928 : cluster [DBG] pgmap v6998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:37.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:35.395614+0000 mgr.y (mgr.14556) 7928 : cluster [DBG] pgmap v6998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:39.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:37.396066+0000 mgr.y (mgr.14556) 7929 : cluster [DBG] pgmap v6999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:39.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:37.396066+0000 mgr.y (mgr.14556) 7929 : cluster [DBG] pgmap v6999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:39.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:37.396066+0000 mgr.y (mgr.14556) 7929 : cluster [DBG] pgmap v6999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:41.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:39.396579+0000 mgr.y (mgr.14556) 7930 : cluster [DBG] pgmap v7000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:41.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:39.396579+0000 mgr.y (mgr.14556) 7930 : cluster [DBG] pgmap v7000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:41.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:39.396579+0000 mgr.y (mgr.14556) 7930 : cluster [DBG] pgmap v7000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:41.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:38:43.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:41.397245+0000 mgr.y (mgr.14556) 7931 : cluster [DBG] pgmap v7001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:43.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:41.397245+0000 mgr.y (mgr.14556) 7931 : cluster [DBG] pgmap v7001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:43.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:41.397245+0000 mgr.y (mgr.14556) 7931 : cluster [DBG] pgmap v7001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:44.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:38:43] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:38:45.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:43.397677+0000 mgr.y (mgr.14556) 7932 : cluster [DBG] pgmap v7002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:45.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:43.397677+0000 mgr.y (mgr.14556) 7932 : cluster [DBG] pgmap v7002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:45.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:43.397677+0000 mgr.y (mgr.14556) 7932 : cluster [DBG] pgmap v7002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:47.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:45.398209+0000 mgr.y (mgr.14556) 7933 : cluster [DBG] pgmap v7003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:47.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:45.398209+0000 mgr.y (mgr.14556) 7933 : cluster [DBG] pgmap v7003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:47.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:45.398209+0000 mgr.y (mgr.14556) 7933 : cluster [DBG] pgmap v7003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:48.828 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:38:49.118 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:38:49.118 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 7m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:38:49.118 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 7m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:38:49.118 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 7m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:38:49.118 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 7m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:38:49.118 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 7m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:38:49.118 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 7m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:38:49.119 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 7m ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:38:49.119 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 7m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:38:49.119 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 7m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:38:49.119 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 7m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:38:49.119 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 7m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:38:49.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 7m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:38:49.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 7m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:38:49.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 7m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:38:49.120 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 7m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:38:49.120 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 7m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:38:49.120 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 7m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:38:49.120 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 7m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:38:49.120 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 7m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:38:49.120 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 7m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:38:49.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:47.398640+0000 mgr.y (mgr.14556) 7934 : cluster [DBG] pgmap v7004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:49.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:47.398640+0000 mgr.y (mgr.14556) 7934 : cluster [DBG] pgmap v7004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:49.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:47.398640+0000 mgr.y (mgr.14556) 7934 : cluster [DBG] pgmap v7004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:49.468 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:38:49.468 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:38:49.468 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:38:49.468 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:38:49.468 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:38:49.468 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:38:49.468 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:38:49.468 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:38:49.468 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:38:49.468 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:38:49.468 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:38:49.468 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:38:49.469 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:38:49.469 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:38:49.469 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:38:49.469 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:38:49.469 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:38:50.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:38:48.825374+0000 mgr.y (mgr.14556) 7935 : audit [DBG] from='client.22965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:38:50.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:38:49.476517+0000 mon.a (mon.0) 2125 : audit [DBG] from='client.? 172.21.15.23:0/3472934836' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:38:50.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:38:48.825374+0000 mgr.y (mgr.14556) 7935 : audit [DBG] from='client.22965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:38:50.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:38:49.476517+0000 mon.a (mon.0) 2125 : audit [DBG] from='client.? 172.21.15.23:0/3472934836' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:38:50.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:38:48.825374+0000 mgr.y (mgr.14556) 7935 : audit [DBG] from='client.22965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:38:50.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:38:49.476517+0000 mon.a (mon.0) 2125 : audit [DBG] from='client.? 172.21.15.23:0/3472934836' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:38:51.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:38:49.118699+0000 mgr.y (mgr.14556) 7936 : audit [DBG] from='client.22971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:38:51.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:49.398972+0000 mgr.y (mgr.14556) 7937 : cluster [DBG] pgmap v7005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:51.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:38:49.118699+0000 mgr.y (mgr.14556) 7936 : audit [DBG] from='client.22971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:38:51.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:49.398972+0000 mgr.y (mgr.14556) 7937 : cluster [DBG] pgmap v7005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:51.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:38:49.118699+0000 mgr.y (mgr.14556) 7936 : audit [DBG] from='client.22971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:38:51.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:49.398972+0000 mgr.y (mgr.14556) 7937 : cluster [DBG] pgmap v7005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:51.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:38:53.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:51.399794+0000 mgr.y (mgr.14556) 7938 : cluster [DBG] pgmap v7006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:53.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:51.399794+0000 mgr.y (mgr.14556) 7938 : cluster [DBG] pgmap v7006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:53.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:51.399794+0000 mgr.y (mgr.14556) 7938 : cluster [DBG] pgmap v7006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:54.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:38:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:38:55.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:53.400282+0000 mgr.y (mgr.14556) 7939 : cluster [DBG] pgmap v7007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:55.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:53.400282+0000 mgr.y (mgr.14556) 7939 : cluster [DBG] pgmap v7007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:55.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:53.400282+0000 mgr.y (mgr.14556) 7939 : cluster [DBG] pgmap v7007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:57.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:55.400887+0000 mgr.y (mgr.14556) 7940 : cluster [DBG] pgmap v7008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:57.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:55.400887+0000 mgr.y (mgr.14556) 7940 : cluster [DBG] pgmap v7008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:57.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:55.400887+0000 mgr.y (mgr.14556) 7940 : cluster [DBG] pgmap v7008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:59.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:38:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:57.401455+0000 mgr.y (mgr.14556) 7941 : cluster [DBG] pgmap v7009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:59.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:38:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:57.401455+0000 mgr.y (mgr.14556) 7941 : cluster [DBG] pgmap v7009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:38:59.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:38:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:57.401455+0000 mgr.y (mgr.14556) 7941 : cluster [DBG] pgmap v7009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:01.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:38:59.401843+0000 mgr.y (mgr.14556) 7942 : cluster [DBG] pgmap v7010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:01.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:38:59.401843+0000 mgr.y (mgr.14556) 7942 : cluster [DBG] pgmap v7010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:01.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:38:59.401843+0000 mgr.y (mgr.14556) 7942 : cluster [DBG] pgmap v7010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:01.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:39:03.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:01.402500+0000 mgr.y (mgr.14556) 7943 : cluster [DBG] pgmap v7011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:03.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:01.402500+0000 mgr.y (mgr.14556) 7943 : cluster [DBG] pgmap v7011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:03.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:01.402500+0000 mgr.y (mgr.14556) 7943 : cluster [DBG] pgmap v7011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:04.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:39:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:39:05.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:03.402986+0000 mgr.y (mgr.14556) 7944 : cluster [DBG] pgmap v7012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:05.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:03.402986+0000 mgr.y (mgr.14556) 7944 : cluster [DBG] pgmap v7012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:05.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:03.402986+0000 mgr.y (mgr.14556) 7944 : cluster [DBG] pgmap v7012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:07.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:05.403577+0000 mgr.y (mgr.14556) 7945 : cluster [DBG] pgmap v7013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:07.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:05.403577+0000 mgr.y (mgr.14556) 7945 : cluster [DBG] pgmap v7013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:07.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:05.403577+0000 mgr.y (mgr.14556) 7945 : cluster [DBG] pgmap v7013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:09.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:07.404086+0000 mgr.y (mgr.14556) 7946 : cluster [DBG] pgmap v7014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:09.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:07.404086+0000 mgr.y (mgr.14556) 7946 : cluster [DBG] pgmap v7014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:09.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:07.404086+0000 mgr.y (mgr.14556) 7946 : cluster [DBG] pgmap v7014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:11.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:09.404591+0000 mgr.y (mgr.14556) 7947 : cluster [DBG] pgmap v7015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:11.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:09.404591+0000 mgr.y (mgr.14556) 7947 : cluster [DBG] pgmap v7015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:11.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:09.404591+0000 mgr.y (mgr.14556) 7947 : cluster [DBG] pgmap v7015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:11.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:39:13.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:11.405316+0000 mgr.y (mgr.14556) 7948 : cluster [DBG] pgmap v7016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:13.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:11.405316+0000 mgr.y (mgr.14556) 7948 : cluster [DBG] pgmap v7016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:13.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:11.405316+0000 mgr.y (mgr.14556) 7948 : cluster [DBG] pgmap v7016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:14.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:39:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:39:15.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:13.405756+0000 mgr.y (mgr.14556) 7949 : cluster [DBG] pgmap v7017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:15.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:13.405756+0000 mgr.y (mgr.14556) 7949 : cluster [DBG] pgmap v7017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:15.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:13.405756+0000 mgr.y (mgr.14556) 7949 : cluster [DBG] pgmap v7017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:17.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:15.406403+0000 mgr.y (mgr.14556) 7950 : cluster [DBG] pgmap v7018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:17.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:15.406403+0000 mgr.y (mgr.14556) 7950 : cluster [DBG] pgmap v7018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:17.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:15.406403+0000 mgr.y (mgr.14556) 7950 : cluster [DBG] pgmap v7018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:19.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:17.406794+0000 mgr.y (mgr.14556) 7951 : cluster [DBG] pgmap v7019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:19.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:17.406794+0000 mgr.y (mgr.14556) 7951 : cluster [DBG] pgmap v7019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:19.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:17.406794+0000 mgr.y (mgr.14556) 7951 : cluster [DBG] pgmap v7019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:19.794 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:39:20.083 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:39:20.083 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 8m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:39:20.083 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 8m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:39:20.083 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 8m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:39:20.083 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 8m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:39:20.083 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 8m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:39:20.083 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 8m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:39:20.083 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 8m ago 3h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:39:20.083 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 8m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:39:20.083 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 8m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:39:20.084 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 8m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:39:20.084 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 8m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:39:20.084 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 8m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:39:20.084 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 8m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:39:20.084 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 8m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:39:20.084 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 8m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:39:20.084 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 8m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:39:20.084 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 8m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:39:20.084 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 8m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:39:20.084 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 8m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:39:20.084 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 8m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:39:20.433 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:39:20.434 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:39:20.435 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:39:20.435 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:39:21.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:19.407100+0000 mgr.y (mgr.14556) 7952 : cluster [DBG] pgmap v7020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:21.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:39:19.790763+0000 mgr.y (mgr.14556) 7953 : audit [DBG] from='client.32897 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:39:21.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:39:20.442147+0000 mon.c (mon.2) 218 : audit [DBG] from='client.? 172.21.15.23:0/2820811234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:39:21.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:19.407100+0000 mgr.y (mgr.14556) 7952 : cluster [DBG] pgmap v7020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:21.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:39:19.790763+0000 mgr.y (mgr.14556) 7953 : audit [DBG] from='client.32897 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:39:21.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:39:20.442147+0000 mon.c (mon.2) 218 : audit [DBG] from='client.? 172.21.15.23:0/2820811234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:39:21.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:19.407100+0000 mgr.y (mgr.14556) 7952 : cluster [DBG] pgmap v7020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:21.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:39:19.790763+0000 mgr.y (mgr.14556) 7953 : audit [DBG] from='client.32897 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:39:21.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:39:20.442147+0000 mon.c (mon.2) 218 : audit [DBG] from='client.? 172.21.15.23:0/2820811234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:39:21.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:39:22.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:39:20.083750+0000 mgr.y (mgr.14556) 7954 : audit [DBG] from='client.22989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:39:22.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:39:21.291973+0000 mon.a (mon.0) 2126 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:39:22.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:39:21.602045+0000 mon.a (mon.0) 2127 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:39:22.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:39:21.602749+0000 mon.a (mon.0) 2128 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:39:22.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:39:21.607068+0000 mon.a (mon.0) 2129 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:39:22.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:39:20.083750+0000 mgr.y (mgr.14556) 7954 : audit [DBG] from='client.22989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:39:22.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:39:21.291973+0000 mon.a (mon.0) 2126 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:39:22.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:39:21.602045+0000 mon.a (mon.0) 2127 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:39:22.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:39:21.602749+0000 mon.a (mon.0) 2128 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:39:22.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:39:21.607068+0000 mon.a (mon.0) 2129 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:39:22.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:39:20.083750+0000 mgr.y (mgr.14556) 7954 : audit [DBG] from='client.22989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:39:22.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:39:21.291973+0000 mon.a (mon.0) 2126 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:39:22.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:39:21.602045+0000 mon.a (mon.0) 2127 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:39:22.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:39:21.602749+0000 mon.a (mon.0) 2128 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:39:22.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:39:21.607068+0000 mon.a (mon.0) 2129 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:39:23.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:21.407675+0000 mgr.y (mgr.14556) 7955 : cluster [DBG] pgmap v7021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:23.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:21.407675+0000 mgr.y (mgr.14556) 7955 : cluster [DBG] pgmap v7021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:23.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:21.407675+0000 mgr.y (mgr.14556) 7955 : cluster [DBG] pgmap v7021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:24.018 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:39:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:39:24.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:23.408192+0000 mgr.y (mgr.14556) 7956 : cluster [DBG] pgmap v7022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:24.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:23.408192+0000 mgr.y (mgr.14556) 7956 : cluster [DBG] pgmap v7022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:24.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:23.408192+0000 mgr.y (mgr.14556) 7956 : cluster [DBG] pgmap v7022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:26.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:25.409070+0000 mgr.y (mgr.14556) 7957 : cluster [DBG] pgmap v7023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:26.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:25.409070+0000 mgr.y (mgr.14556) 7957 : cluster [DBG] pgmap v7023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:26.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:25.409070+0000 mgr.y (mgr.14556) 7957 : cluster [DBG] pgmap v7023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:28.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:27.409601+0000 mgr.y (mgr.14556) 7958 : cluster [DBG] pgmap v7024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:28.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:27.409601+0000 mgr.y (mgr.14556) 7958 : cluster [DBG] pgmap v7024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:28.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:27.409601+0000 mgr.y (mgr.14556) 7958 : cluster [DBG] pgmap v7024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:30.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:29.409914+0000 mgr.y (mgr.14556) 7959 : cluster [DBG] pgmap v7025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:30.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:29.409914+0000 mgr.y (mgr.14556) 7959 : cluster [DBG] pgmap v7025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:30.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:29.409914+0000 mgr.y (mgr.14556) 7959 : cluster [DBG] pgmap v7025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:31.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:39:32.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:31.410654+0000 mgr.y (mgr.14556) 7960 : cluster [DBG] pgmap v7026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:32.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:31.410654+0000 mgr.y (mgr.14556) 7960 : cluster [DBG] pgmap v7026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:32.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:31.410654+0000 mgr.y (mgr.14556) 7960 : cluster [DBG] pgmap v7026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:34.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:39:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:39:34.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:33.411240+0000 mgr.y (mgr.14556) 7961 : cluster [DBG] pgmap v7027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:34.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:33.411240+0000 mgr.y (mgr.14556) 7961 : cluster [DBG] pgmap v7027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:34.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:33.411240+0000 mgr.y (mgr.14556) 7961 : cluster [DBG] pgmap v7027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:36.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:35.412093+0000 mgr.y (mgr.14556) 7962 : cluster [DBG] pgmap v7028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:36.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:35.412093+0000 mgr.y (mgr.14556) 7962 : cluster [DBG] pgmap v7028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:36.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:35.412093+0000 mgr.y (mgr.14556) 7962 : cluster [DBG] pgmap v7028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:38.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:37.412554+0000 mgr.y (mgr.14556) 7963 : cluster [DBG] pgmap v7029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:38.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:37.412554+0000 mgr.y (mgr.14556) 7963 : cluster [DBG] pgmap v7029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:38.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:37.412554+0000 mgr.y (mgr.14556) 7963 : cluster [DBG] pgmap v7029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:40.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:39.413053+0000 mgr.y (mgr.14556) 7964 : cluster [DBG] pgmap v7030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:40.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:39.413053+0000 mgr.y (mgr.14556) 7964 : cluster [DBG] pgmap v7030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:40.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:39.413053+0000 mgr.y (mgr.14556) 7964 : cluster [DBG] pgmap v7030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:41.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:39:42.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:41.413961+0000 mgr.y (mgr.14556) 7965 : cluster [DBG] pgmap v7031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:42.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:41.413961+0000 mgr.y (mgr.14556) 7965 : cluster [DBG] pgmap v7031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:42.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:41.413961+0000 mgr.y (mgr.14556) 7965 : cluster [DBG] pgmap v7031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:44.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:39:43] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:39:44.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:43.414545+0000 mgr.y (mgr.14556) 7966 : cluster [DBG] pgmap v7032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:44.874 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:43.414545+0000 mgr.y (mgr.14556) 7966 : cluster [DBG] pgmap v7032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:44.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:43.414545+0000 mgr.y (mgr.14556) 7966 : cluster [DBG] pgmap v7032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:46.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:45.415380+0000 mgr.y (mgr.14556) 7967 : cluster [DBG] pgmap v7033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:46.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:45.415380+0000 mgr.y (mgr.14556) 7967 : cluster [DBG] pgmap v7033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:46.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:45.415380+0000 mgr.y (mgr.14556) 7967 : cluster [DBG] pgmap v7033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:48.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:47.415841+0000 mgr.y (mgr.14556) 7968 : cluster [DBG] pgmap v7034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:48.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:47.415841+0000 mgr.y (mgr.14556) 7968 : cluster [DBG] pgmap v7034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:48.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:47.415841+0000 mgr.y (mgr.14556) 7968 : cluster [DBG] pgmap v7034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:50.759 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:39:50.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:49.416333+0000 mgr.y (mgr.14556) 7969 : cluster [DBG] pgmap v7035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:50.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:49.416333+0000 mgr.y (mgr.14556) 7969 : cluster [DBG] pgmap v7035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:50.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:49.416333+0000 mgr.y (mgr.14556) 7969 : cluster [DBG] pgmap v7035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:51.047 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:39:51.047 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 8m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:39:51.047 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 8m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:39:51.047 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 8m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:39:51.047 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 8m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:39:51.047 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 8m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (3h) 8m ago 3h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3h) 8m ago 4h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 8m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 8m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 8m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 8m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 8m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 8m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 8m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 8m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 8m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 8m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 8m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:39:51.048 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 8m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:39:51.049 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 8m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:39:51.394 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:39:51.394 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:39:51.394 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:39:51.394 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:39:51.394 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:39:51.394 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:39:51.394 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:39:51.394 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:39:51.394 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:39:51.395 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:39:51.395 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:39:51.395 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:39:51.395 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:39:51.395 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:39:51.395 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:39:51.395 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:39:51.395 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:39:51.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:39:50.755644+0000 mgr.y (mgr.14556) 7970 : audit [DBG] from='client.32915 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:39:51.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:39:51.402594+0000 mon.a (mon.0) 2130 : audit [DBG] from='client.? 172.21.15.23:0/3394281393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:39:51.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:39:50.755644+0000 mgr.y (mgr.14556) 7970 : audit [DBG] from='client.32915 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:39:51.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:39:51.402594+0000 mon.a (mon.0) 2130 : audit [DBG] from='client.? 172.21.15.23:0/3394281393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:39:51.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:39:51.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:39:50.755644+0000 mgr.y (mgr.14556) 7970 : audit [DBG] from='client.32915 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:39:51.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:39:51.402594+0000 mon.a (mon.0) 2130 : audit [DBG] from='client.? 172.21.15.23:0/3394281393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:39:52.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:39:51.047951+0000 mgr.y (mgr.14556) 7971 : audit [DBG] from='client.32921 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:39:52.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:51.416849+0000 mgr.y (mgr.14556) 7972 : cluster [DBG] pgmap v7036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:52.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:39:51.047951+0000 mgr.y (mgr.14556) 7971 : audit [DBG] from='client.32921 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:39:52.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:51.416849+0000 mgr.y (mgr.14556) 7972 : cluster [DBG] pgmap v7036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:52.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:39:51.047951+0000 mgr.y (mgr.14556) 7971 : audit [DBG] from='client.32921 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:39:52.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:51.416849+0000 mgr.y (mgr.14556) 7972 : cluster [DBG] pgmap v7036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:54.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:39:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:39:54.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:53.417405+0000 mgr.y (mgr.14556) 7973 : cluster [DBG] pgmap v7037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:54.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:53.417405+0000 mgr.y (mgr.14556) 7973 : cluster [DBG] pgmap v7037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:54.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:53.417405+0000 mgr.y (mgr.14556) 7973 : cluster [DBG] pgmap v7037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:56.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:55.418200+0000 mgr.y (mgr.14556) 7974 : cluster [DBG] pgmap v7038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:56.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:55.418200+0000 mgr.y (mgr.14556) 7974 : cluster [DBG] pgmap v7038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:56.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:55.418200+0000 mgr.y (mgr.14556) 7974 : cluster [DBG] pgmap v7038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:58.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:57.418733+0000 mgr.y (mgr.14556) 7975 : cluster [DBG] pgmap v7039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:58.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:57.418733+0000 mgr.y (mgr.14556) 7975 : cluster [DBG] pgmap v7039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:39:58.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:39:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:57.418733+0000 mgr.y (mgr.14556) 7975 : cluster [DBG] pgmap v7039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:00.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T10:39:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:40:00.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:39:59.419131+0000 mgr.y (mgr.14556) 7976 : cluster [DBG] pgmap v7040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:00.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:00.000176+0000 mon.a (mon.0) 2131 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:40:00.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:39:59.419131+0000 mgr.y (mgr.14556) 7976 : cluster [DBG] pgmap v7040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:00.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:00.000176+0000 mon.a (mon.0) 2131 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:40:00.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:39:59.419131+0000 mgr.y (mgr.14556) 7976 : cluster [DBG] pgmap v7040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:00.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:00.000176+0000 mon.a (mon.0) 2131 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:40:01.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:40:02.864 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:01.419845+0000 mgr.y (mgr.14556) 7977 : cluster [DBG] pgmap v7041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:02.864 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:01.419845+0000 mgr.y (mgr.14556) 7977 : cluster [DBG] pgmap v7041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:02.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:01.419845+0000 mgr.y (mgr.14556) 7977 : cluster [DBG] pgmap v7041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:04.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:40:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:40:04.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:03.420441+0000 mgr.y (mgr.14556) 7978 : cluster [DBG] pgmap v7042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:04.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:03.420441+0000 mgr.y (mgr.14556) 7978 : cluster [DBG] pgmap v7042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:04.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:03.420441+0000 mgr.y (mgr.14556) 7978 : cluster [DBG] pgmap v7042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:06.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:05.421262+0000 mgr.y (mgr.14556) 7979 : cluster [DBG] pgmap v7043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:06.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:05.421262+0000 mgr.y (mgr.14556) 7979 : cluster [DBG] pgmap v7043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:06.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:05.421262+0000 mgr.y (mgr.14556) 7979 : cluster [DBG] pgmap v7043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:08.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:07.421818+0000 mgr.y (mgr.14556) 7980 : cluster [DBG] pgmap v7044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:08.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:07.421818+0000 mgr.y (mgr.14556) 7980 : cluster [DBG] pgmap v7044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:08.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:07.421818+0000 mgr.y (mgr.14556) 7980 : cluster [DBG] pgmap v7044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:10.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:09.422237+0000 mgr.y (mgr.14556) 7981 : cluster [DBG] pgmap v7045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:10.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:09.422237+0000 mgr.y (mgr.14556) 7981 : cluster [DBG] pgmap v7045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:10.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:09.422237+0000 mgr.y (mgr.14556) 7981 : cluster [DBG] pgmap v7045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:11.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:40:12.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:11.423081+0000 mgr.y (mgr.14556) 7982 : cluster [DBG] pgmap v7046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:12.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:11.423081+0000 mgr.y (mgr.14556) 7982 : cluster [DBG] pgmap v7046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:12.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:11.423081+0000 mgr.y (mgr.14556) 7982 : cluster [DBG] pgmap v7046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:14.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:40:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:40:14.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:13.423605+0000 mgr.y (mgr.14556) 7983 : cluster [DBG] pgmap v7047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:14.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:13.423605+0000 mgr.y (mgr.14556) 7983 : cluster [DBG] pgmap v7047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:14.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:13.423605+0000 mgr.y (mgr.14556) 7983 : cluster [DBG] pgmap v7047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:16.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:15.424150+0000 mgr.y (mgr.14556) 7984 : cluster [DBG] pgmap v7048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:16.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:15.424150+0000 mgr.y (mgr.14556) 7984 : cluster [DBG] pgmap v7048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:16.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:15.424150+0000 mgr.y (mgr.14556) 7984 : cluster [DBG] pgmap v7048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:18.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:17.424644+0000 mgr.y (mgr.14556) 7985 : cluster [DBG] pgmap v7049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:19.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:17.424644+0000 mgr.y (mgr.14556) 7985 : cluster [DBG] pgmap v7049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:19.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:17.424644+0000 mgr.y (mgr.14556) 7985 : cluster [DBG] pgmap v7049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:20.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:19.425014+0000 mgr.y (mgr.14556) 7986 : cluster [DBG] pgmap v7050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:21.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:19.425014+0000 mgr.y (mgr.14556) 7986 : cluster [DBG] pgmap v7050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:21.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:19.425014+0000 mgr.y (mgr.14556) 7986 : cluster [DBG] pgmap v7050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:21.724 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:40:21.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:40:21.611237+0000 mon.a (mon.0) 2132 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:40:21.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:40:22.021 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:40:22.021 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 9m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:40:22.021 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 9m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:40:22.021 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 9m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:40:22.021 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 9m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:40:22.021 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 9m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:40:22.021 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 9m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 9m ago 4h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 9m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 9m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 9m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 9m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 9m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 9m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 9m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 9m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 9m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 9m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 9m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 9m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:40:22.022 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 9m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:40:22.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:40:21.611237+0000 mon.a (mon.0) 2132 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:40:22.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:40:21.611237+0000 mon.a (mon.0) 2132 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:40:22.372 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:40:22.372 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:40:22.372 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:40:22.372 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:40:22.372 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:40:22.372 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:40:22.372 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:40:22.372 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:40:22.372 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:40:22.373 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:40:22.373 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:40:22.373 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:40:22.373 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:40:22.373 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:40:22.373 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:40:22.373 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:40:22.373 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:40:22.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:21.425646+0000 mgr.y (mgr.14556) 7987 : cluster [DBG] pgmap v7051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:22.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:40:21.720826+0000 mgr.y (mgr.14556) 7988 : audit [DBG] from='client.32933 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:40:22.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:40:21.921849+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:40:22.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:40:21.922488+0000 mon.a (mon.0) 2134 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:40:22.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:40:21.928463+0000 mon.a (mon.0) 2135 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:40:22.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:40:22.380855+0000 mon.a (mon.0) 2136 : audit [DBG] from='client.? 172.21.15.23:0/97343118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:40:23.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:21.425646+0000 mgr.y (mgr.14556) 7987 : cluster [DBG] pgmap v7051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:23.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:40:21.720826+0000 mgr.y (mgr.14556) 7988 : audit [DBG] from='client.32933 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:40:23.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:40:21.921849+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:40:23.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:40:21.922488+0000 mon.a (mon.0) 2134 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:40:23.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:40:21.928463+0000 mon.a (mon.0) 2135 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:40:23.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:40:22.380855+0000 mon.a (mon.0) 2136 : audit [DBG] from='client.? 172.21.15.23:0/97343118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:40:23.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:21.425646+0000 mgr.y (mgr.14556) 7987 : cluster [DBG] pgmap v7051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:23.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:40:21.720826+0000 mgr.y (mgr.14556) 7988 : audit [DBG] from='client.32933 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:40:23.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:40:21.921849+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:40:23.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:40:21.922488+0000 mon.a (mon.0) 2134 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:40:23.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:40:21.928463+0000 mon.a (mon.0) 2135 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:40:23.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:40:22.380855+0000 mon.a (mon.0) 2136 : audit [DBG] from='client.? 172.21.15.23:0/97343118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:40:23.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:40:22.021869+0000 mgr.y (mgr.14556) 7989 : audit [DBG] from='client.32939 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:40:24.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:40:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:40:24.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:40:22.021869+0000 mgr.y (mgr.14556) 7989 : audit [DBG] from='client.32939 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:40:24.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:40:22.021869+0000 mgr.y (mgr.14556) 7989 : audit [DBG] from='client.32939 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:40:25.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:23.426101+0000 mgr.y (mgr.14556) 7990 : cluster [DBG] pgmap v7052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:25.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:23.426101+0000 mgr.y (mgr.14556) 7990 : cluster [DBG] pgmap v7052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:25.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:23.426101+0000 mgr.y (mgr.14556) 7990 : cluster [DBG] pgmap v7052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:25.426822+0000 mgr.y (mgr.14556) 7991 : cluster [DBG] pgmap v7053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:25.426822+0000 mgr.y (mgr.14556) 7991 : cluster [DBG] pgmap v7053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:27.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:25.426822+0000 mgr.y (mgr.14556) 7991 : cluster [DBG] pgmap v7053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:29.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:27.427241+0000 mgr.y (mgr.14556) 7992 : cluster [DBG] pgmap v7054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:29.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:27.427241+0000 mgr.y (mgr.14556) 7992 : cluster [DBG] pgmap v7054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:29.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:27.427241+0000 mgr.y (mgr.14556) 7992 : cluster [DBG] pgmap v7054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:31.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:29.427694+0000 mgr.y (mgr.14556) 7993 : cluster [DBG] pgmap v7055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:31.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:29.427694+0000 mgr.y (mgr.14556) 7993 : cluster [DBG] pgmap v7055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:31.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:29.427694+0000 mgr.y (mgr.14556) 7993 : cluster [DBG] pgmap v7055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:31.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:40:33.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:31.428422+0000 mgr.y (mgr.14556) 7994 : cluster [DBG] pgmap v7056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:33.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:31.428422+0000 mgr.y (mgr.14556) 7994 : cluster [DBG] pgmap v7056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:33.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:31.428422+0000 mgr.y (mgr.14556) 7994 : cluster [DBG] pgmap v7056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:34.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:40:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:40:35.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:33.428824+0000 mgr.y (mgr.14556) 7995 : cluster [DBG] pgmap v7057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:35.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:33.428824+0000 mgr.y (mgr.14556) 7995 : cluster [DBG] pgmap v7057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:35.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:33.428824+0000 mgr.y (mgr.14556) 7995 : cluster [DBG] pgmap v7057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:37.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:35.429434+0000 mgr.y (mgr.14556) 7996 : cluster [DBG] pgmap v7058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:37.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:35.429434+0000 mgr.y (mgr.14556) 7996 : cluster [DBG] pgmap v7058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:37.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:35.429434+0000 mgr.y (mgr.14556) 7996 : cluster [DBG] pgmap v7058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:39.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:37.429882+0000 mgr.y (mgr.14556) 7997 : cluster [DBG] pgmap v7059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:39.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:37.429882+0000 mgr.y (mgr.14556) 7997 : cluster [DBG] pgmap v7059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:39.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:37.429882+0000 mgr.y (mgr.14556) 7997 : cluster [DBG] pgmap v7059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:41.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:39.430268+0000 mgr.y (mgr.14556) 7998 : cluster [DBG] pgmap v7060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:41.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:39.430268+0000 mgr.y (mgr.14556) 7998 : cluster [DBG] pgmap v7060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:41.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:39.430268+0000 mgr.y (mgr.14556) 7998 : cluster [DBG] pgmap v7060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:41.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:40:43.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:41.431061+0000 mgr.y (mgr.14556) 7999 : cluster [DBG] pgmap v7061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:43.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:41.431061+0000 mgr.y (mgr.14556) 7999 : cluster [DBG] pgmap v7061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:43.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:41.431061+0000 mgr.y (mgr.14556) 7999 : cluster [DBG] pgmap v7061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:44.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:40:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:40:45.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:43.431599+0000 mgr.y (mgr.14556) 8000 : cluster [DBG] pgmap v7062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:45.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:43.431599+0000 mgr.y (mgr.14556) 8000 : cluster [DBG] pgmap v7062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:45.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:43.431599+0000 mgr.y (mgr.14556) 8000 : cluster [DBG] pgmap v7062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:47.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:45.432284+0000 mgr.y (mgr.14556) 8001 : cluster [DBG] pgmap v7063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:47.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:45.432284+0000 mgr.y (mgr.14556) 8001 : cluster [DBG] pgmap v7063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:47.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:45.432284+0000 mgr.y (mgr.14556) 8001 : cluster [DBG] pgmap v7063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:49.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:47.432823+0000 mgr.y (mgr.14556) 8002 : cluster [DBG] pgmap v7064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:49.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:47.432823+0000 mgr.y (mgr.14556) 8002 : cluster [DBG] pgmap v7064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:49.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:47.432823+0000 mgr.y (mgr.14556) 8002 : cluster [DBG] pgmap v7064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:51.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:49.433388+0000 mgr.y (mgr.14556) 8003 : cluster [DBG] pgmap v7065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:51.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:49.433388+0000 mgr.y (mgr.14556) 8003 : cluster [DBG] pgmap v7065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:51.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:49.433388+0000 mgr.y (mgr.14556) 8003 : cluster [DBG] pgmap v7065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:51.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:40:52.698 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:40:52.986 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:40:52.986 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 9m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:40:52.986 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 9m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:40:52.986 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 9m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:40:52.986 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 9m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 9m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 9m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 9m ago 4h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (3h) 9m ago 3h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3h) 9m ago 3h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 9m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 9m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 9m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 9m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 9m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 9m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 9m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 9m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 9m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:40:52.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 9m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:40:52.988 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 9m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:40:53.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:51.434015+0000 mgr.y (mgr.14556) 8004 : cluster [DBG] pgmap v7066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:53.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:51.434015+0000 mgr.y (mgr.14556) 8004 : cluster [DBG] pgmap v7066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:53.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:51.434015+0000 mgr.y (mgr.14556) 8004 : cluster [DBG] pgmap v7066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:53.337 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:40:53.337 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:40:53.337 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:40:53.337 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:40:53.338 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:40:54.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:40:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:40:54.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:40:52.694737+0000 mgr.y (mgr.14556) 8005 : audit [DBG] from='client.32951 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:40:54.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:40:52.987099+0000 mgr.y (mgr.14556) 8006 : audit [DBG] from='client.23043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:40:54.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:40:53.346152+0000 mon.c (mon.2) 219 : audit [DBG] from='client.? 172.21.15.23:0/1309815628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:40:54.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:40:52.694737+0000 mgr.y (mgr.14556) 8005 : audit [DBG] from='client.32951 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:40:54.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:40:52.987099+0000 mgr.y (mgr.14556) 8006 : audit [DBG] from='client.23043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:40:54.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:40:53.346152+0000 mon.c (mon.2) 219 : audit [DBG] from='client.? 172.21.15.23:0/1309815628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:40:54.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:40:52.694737+0000 mgr.y (mgr.14556) 8005 : audit [DBG] from='client.32951 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:40:54.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:40:52.987099+0000 mgr.y (mgr.14556) 8006 : audit [DBG] from='client.23043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:40:54.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:40:53.346152+0000 mon.c (mon.2) 219 : audit [DBG] from='client.? 172.21.15.23:0/1309815628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:40:55.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:53.434502+0000 mgr.y (mgr.14556) 8007 : cluster [DBG] pgmap v7067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:55.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:53.434502+0000 mgr.y (mgr.14556) 8007 : cluster [DBG] pgmap v7067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:55.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:53.434502+0000 mgr.y (mgr.14556) 8007 : cluster [DBG] pgmap v7067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:57.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:55.435137+0000 mgr.y (mgr.14556) 8008 : cluster [DBG] pgmap v7068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:57.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:55.435137+0000 mgr.y (mgr.14556) 8008 : cluster [DBG] pgmap v7068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:57.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:55.435137+0000 mgr.y (mgr.14556) 8008 : cluster [DBG] pgmap v7068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:59.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:57.435707+0000 mgr.y (mgr.14556) 8009 : cluster [DBG] pgmap v7069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:59.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:57.435707+0000 mgr.y (mgr.14556) 8009 : cluster [DBG] pgmap v7069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:40:59.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:40:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:57.435707+0000 mgr.y (mgr.14556) 8009 : cluster [DBG] pgmap v7069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:01.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:40:59.436226+0000 mgr.y (mgr.14556) 8010 : cluster [DBG] pgmap v7070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:01.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:40:59.436226+0000 mgr.y (mgr.14556) 8010 : cluster [DBG] pgmap v7070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:01.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:40:59.436226+0000 mgr.y (mgr.14556) 8010 : cluster [DBG] pgmap v7070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:01.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:41:03.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:01.436895+0000 mgr.y (mgr.14556) 8011 : cluster [DBG] pgmap v7071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:03.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:01.436895+0000 mgr.y (mgr.14556) 8011 : cluster [DBG] pgmap v7071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:03.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:01.436895+0000 mgr.y (mgr.14556) 8011 : cluster [DBG] pgmap v7071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:04.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:41:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:41:05.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:03.437454+0000 mgr.y (mgr.14556) 8012 : cluster [DBG] pgmap v7072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:05.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:03.437454+0000 mgr.y (mgr.14556) 8012 : cluster [DBG] pgmap v7072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:05.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:03.437454+0000 mgr.y (mgr.14556) 8012 : cluster [DBG] pgmap v7072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:07.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:05.438039+0000 mgr.y (mgr.14556) 8013 : cluster [DBG] pgmap v7073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:07.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:05.438039+0000 mgr.y (mgr.14556) 8013 : cluster [DBG] pgmap v7073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:07.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:05.438039+0000 mgr.y (mgr.14556) 8013 : cluster [DBG] pgmap v7073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:09.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:07.438519+0000 mgr.y (mgr.14556) 8014 : cluster [DBG] pgmap v7074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:09.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:07.438519+0000 mgr.y (mgr.14556) 8014 : cluster [DBG] pgmap v7074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:09.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:07.438519+0000 mgr.y (mgr.14556) 8014 : cluster [DBG] pgmap v7074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:11.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:09.438985+0000 mgr.y (mgr.14556) 8015 : cluster [DBG] pgmap v7075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:11.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:09.438985+0000 mgr.y (mgr.14556) 8015 : cluster [DBG] pgmap v7075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:11.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:09.438985+0000 mgr.y (mgr.14556) 8015 : cluster [DBG] pgmap v7075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:11.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:41:13.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:11.439788+0000 mgr.y (mgr.14556) 8016 : cluster [DBG] pgmap v7076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:13.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:11.439788+0000 mgr.y (mgr.14556) 8016 : cluster [DBG] pgmap v7076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:13.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:11.439788+0000 mgr.y (mgr.14556) 8016 : cluster [DBG] pgmap v7076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:14.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:41:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:41:15.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:13.440389+0000 mgr.y (mgr.14556) 8017 : cluster [DBG] pgmap v7077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:15.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:13.440389+0000 mgr.y (mgr.14556) 8017 : cluster [DBG] pgmap v7077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:15.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:13.440389+0000 mgr.y (mgr.14556) 8017 : cluster [DBG] pgmap v7077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:17.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:15.441006+0000 mgr.y (mgr.14556) 8018 : cluster [DBG] pgmap v7078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:17.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:15.441006+0000 mgr.y (mgr.14556) 8018 : cluster [DBG] pgmap v7078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:17.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:15.441006+0000 mgr.y (mgr.14556) 8018 : cluster [DBG] pgmap v7078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:19.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:17.441614+0000 mgr.y (mgr.14556) 8019 : cluster [DBG] pgmap v7079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:19.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:17.441614+0000 mgr.y (mgr.14556) 8019 : cluster [DBG] pgmap v7079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:19.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:17.441614+0000 mgr.y (mgr.14556) 8019 : cluster [DBG] pgmap v7079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:21.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:19.441976+0000 mgr.y (mgr.14556) 8020 : cluster [DBG] pgmap v7080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:21.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:19.441976+0000 mgr.y (mgr.14556) 8020 : cluster [DBG] pgmap v7080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:21.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:19.441976+0000 mgr.y (mgr.14556) 8020 : cluster [DBG] pgmap v7080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:21.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:41:23.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:21.442642+0000 mgr.y (mgr.14556) 8021 : cluster [DBG] pgmap v7081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:23.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:41:21.935089+0000 mon.a (mon.0) 2137 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:41:23.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:21.442642+0000 mgr.y (mgr.14556) 8021 : cluster [DBG] pgmap v7081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:23.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:41:21.935089+0000 mon.a (mon.0) 2137 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:41:23.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:21.442642+0000 mgr.y (mgr.14556) 8021 : cluster [DBG] pgmap v7081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:23.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:41:21.935089+0000 mon.a (mon.0) 2137 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:41:23.657 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:41:23.965 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:41:23.965 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 10m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 10m ago 3h 58.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 10m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 10m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (3h) 10m ago 3h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 10m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 10m ago 4h 643M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 10m ago 4h 342M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 10m ago 4h 344M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 10m ago 3h 27.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 10m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 10m ago 3h 44.9M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 10m ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 10m ago 3h 43.0M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:41:23.966 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 10m ago 3h 41.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:41:23.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 10m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:41:23.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 10m ago 3h 42.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:41:23.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 10m ago 3h 42.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:41:23.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 10m ago 3h 41.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:41:23.967 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 10m ago 3h 95.6M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:41:24.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:41:23] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:41:24.318 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:41:24.319 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:41:24.320 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:41:24.320 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:41:24.320 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:41:25.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:23.443040+0000 mgr.y (mgr.14556) 8022 : cluster [DBG] pgmap v7082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:25.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:41:23.654002+0000 mgr.y (mgr.14556) 8023 : audit [DBG] from='client.23055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:41:25.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:41:23.966523+0000 mgr.y (mgr.14556) 8024 : audit [DBG] from='client.32975 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:41:25.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:41:24.327611+0000 mon.a (mon.0) 2138 : audit [DBG] from='client.? 172.21.15.23:0/2063489504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:41:25.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:41:24.545552+0000 mon.a (mon.0) 2139 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:41:25.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:23.443040+0000 mgr.y (mgr.14556) 8022 : cluster [DBG] pgmap v7082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:25.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:41:23.654002+0000 mgr.y (mgr.14556) 8023 : audit [DBG] from='client.23055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:41:25.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:41:23.966523+0000 mgr.y (mgr.14556) 8024 : audit [DBG] from='client.32975 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:41:25.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:41:24.327611+0000 mon.a (mon.0) 2138 : audit [DBG] from='client.? 172.21.15.23:0/2063489504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:41:25.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:41:24.545552+0000 mon.a (mon.0) 2139 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:41:25.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:23.443040+0000 mgr.y (mgr.14556) 8022 : cluster [DBG] pgmap v7082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:25.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:41:23.654002+0000 mgr.y (mgr.14556) 8023 : audit [DBG] from='client.23055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:41:25.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:41:23.966523+0000 mgr.y (mgr.14556) 8024 : audit [DBG] from='client.32975 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:41:25.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:41:24.327611+0000 mon.a (mon.0) 2138 : audit [DBG] from='client.? 172.21.15.23:0/2063489504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:41:25.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:41:24.545552+0000 mon.a (mon.0) 2139 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:41:26.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:41:25.190364+0000 mon.a (mon.0) 2140 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:41:26.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:25.443751+0000 mgr.y (mgr.14556) 8025 : cluster [DBG] pgmap v7083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:26.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:41:25.483765+0000 mon.a (mon.0) 2141 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:41:26.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:41:25.484515+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:41:26.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:41:25.491091+0000 mon.a (mon.0) 2143 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:41:26.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:41:25.190364+0000 mon.a (mon.0) 2140 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:41:26.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:25.443751+0000 mgr.y (mgr.14556) 8025 : cluster [DBG] pgmap v7083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:26.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:41:25.483765+0000 mon.a (mon.0) 2141 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:41:26.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:41:25.484515+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:41:26.623 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:41:25.491091+0000 mon.a (mon.0) 2143 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:41:26.655 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:41:25.190364+0000 mon.a (mon.0) 2140 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:41:26.655 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:25.443751+0000 mgr.y (mgr.14556) 8025 : cluster [DBG] pgmap v7083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:26.655 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:41:25.483765+0000 mon.a (mon.0) 2141 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:41:26.655 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:41:25.484515+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:41:26.655 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:41:25.491091+0000 mon.a (mon.0) 2143 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:41:28.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:27.444314+0000 mgr.y (mgr.14556) 8026 : cluster [DBG] pgmap v7084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:28.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:27.444314+0000 mgr.y (mgr.14556) 8026 : cluster [DBG] pgmap v7084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:28.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:27.444314+0000 mgr.y (mgr.14556) 8026 : cluster [DBG] pgmap v7084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:30.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:29.444764+0000 mgr.y (mgr.14556) 8027 : cluster [DBG] pgmap v7085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:30.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:29.444764+0000 mgr.y (mgr.14556) 8027 : cluster [DBG] pgmap v7085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:30.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:29.444764+0000 mgr.y (mgr.14556) 8027 : cluster [DBG] pgmap v7085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:31.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:41:32.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:31.445460+0000 mgr.y (mgr.14556) 8028 : cluster [DBG] pgmap v7086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:32.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:31.445460+0000 mgr.y (mgr.14556) 8028 : cluster [DBG] pgmap v7086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:32.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:31.445460+0000 mgr.y (mgr.14556) 8028 : cluster [DBG] pgmap v7086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:34.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:41:33] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:41:34.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:33.445936+0000 mgr.y (mgr.14556) 8029 : cluster [DBG] pgmap v7087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:34.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:33.445936+0000 mgr.y (mgr.14556) 8029 : cluster [DBG] pgmap v7087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:34.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:33.445936+0000 mgr.y (mgr.14556) 8029 : cluster [DBG] pgmap v7087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:36.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:35.446681+0000 mgr.y (mgr.14556) 8030 : cluster [DBG] pgmap v7088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:36.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:35.446681+0000 mgr.y (mgr.14556) 8030 : cluster [DBG] pgmap v7088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:36.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:35.446681+0000 mgr.y (mgr.14556) 8030 : cluster [DBG] pgmap v7088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:38.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:37.447090+0000 mgr.y (mgr.14556) 8031 : cluster [DBG] pgmap v7089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:38.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:37.447090+0000 mgr.y (mgr.14556) 8031 : cluster [DBG] pgmap v7089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:38.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:37.447090+0000 mgr.y (mgr.14556) 8031 : cluster [DBG] pgmap v7089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:40.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:39.447432+0000 mgr.y (mgr.14556) 8032 : cluster [DBG] pgmap v7090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:40.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:39.447432+0000 mgr.y (mgr.14556) 8032 : cluster [DBG] pgmap v7090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:40.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:39.447432+0000 mgr.y (mgr.14556) 8032 : cluster [DBG] pgmap v7090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:41.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:41:42.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:41.448084+0000 mgr.y (mgr.14556) 8033 : cluster [DBG] pgmap v7091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:42.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:41.448084+0000 mgr.y (mgr.14556) 8033 : cluster [DBG] pgmap v7091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:42.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:41.448084+0000 mgr.y (mgr.14556) 8033 : cluster [DBG] pgmap v7091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:44.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:41:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:41:44.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:43.448567+0000 mgr.y (mgr.14556) 8034 : cluster [DBG] pgmap v7092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:44.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:43.448567+0000 mgr.y (mgr.14556) 8034 : cluster [DBG] pgmap v7092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:44.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:43.448567+0000 mgr.y (mgr.14556) 8034 : cluster [DBG] pgmap v7092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:46.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:45.449240+0000 mgr.y (mgr.14556) 8035 : cluster [DBG] pgmap v7093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:46.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:45.449240+0000 mgr.y (mgr.14556) 8035 : cluster [DBG] pgmap v7093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:46.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:45.449240+0000 mgr.y (mgr.14556) 8035 : cluster [DBG] pgmap v7093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:48.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:47.449564+0000 mgr.y (mgr.14556) 8036 : cluster [DBG] pgmap v7094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:48.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:47.449564+0000 mgr.y (mgr.14556) 8036 : cluster [DBG] pgmap v7094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:48.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:47.449564+0000 mgr.y (mgr.14556) 8036 : cluster [DBG] pgmap v7094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:50.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:49.450084+0000 mgr.y (mgr.14556) 8037 : cluster [DBG] pgmap v7095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:50.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:49.450084+0000 mgr.y (mgr.14556) 8037 : cluster [DBG] pgmap v7095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:50.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:49.450084+0000 mgr.y (mgr.14556) 8037 : cluster [DBG] pgmap v7095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:51.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:41:52.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:51.450936+0000 mgr.y (mgr.14556) 8038 : cluster [DBG] pgmap v7096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:52.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:51.450936+0000 mgr.y (mgr.14556) 8038 : cluster [DBG] pgmap v7096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:52.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:51.450936+0000 mgr.y (mgr.14556) 8038 : cluster [DBG] pgmap v7096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:54.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:41:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:41:54.646 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:41:54.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:53.451355+0000 mgr.y (mgr.14556) 8039 : cluster [DBG] pgmap v7097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:54.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:53.451355+0000 mgr.y (mgr.14556) 8039 : cluster [DBG] pgmap v7097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:54.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:53.451355+0000 mgr.y (mgr.14556) 8039 : cluster [DBG] pgmap v7097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:54.933 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:41:54.933 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 30s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 29s ago 3h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 30s ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 29s ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 29s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 30s ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 30s ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 29s ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 30s ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 30s ago 3h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 29s ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3h) 30s ago 3h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3h) 30s ago 3h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 30s ago 3h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 30s ago 3h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:41:54.934 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 29s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:41:54.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 29s ago 3h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:41:54.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 29s ago 3h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:41:54.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 29s ago 3h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:41:54.935 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 29s ago 3h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:41:55.284 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:41:55.284 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:41:55.284 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:41:55.284 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:41:55.284 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:41:55.284 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:41:55.284 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:41:55.284 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:41:55.284 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:41:55.284 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:41:55.285 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:41:55.285 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:41:55.285 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:41:55.285 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:41:55.285 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:41:55.285 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:41:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:41:55.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:41:54.643910+0000 mgr.y (mgr.14556) 8040 : audit [DBG] from='client.23073 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:41:55.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:41:54.934677+0000 mgr.y (mgr.14556) 8041 : audit [DBG] from='client.23079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:41:55.905 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:41:55.293072+0000 mon.c (mon.2) 220 : audit [DBG] from='client.? 172.21.15.23:0/803923933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:41:56.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:41:54.643910+0000 mgr.y (mgr.14556) 8040 : audit [DBG] from='client.23073 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:41:56.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:41:54.934677+0000 mgr.y (mgr.14556) 8041 : audit [DBG] from='client.23079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:41:56.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:41:55.293072+0000 mon.c (mon.2) 220 : audit [DBG] from='client.? 172.21.15.23:0/803923933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:41:56.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:41:54.643910+0000 mgr.y (mgr.14556) 8040 : audit [DBG] from='client.23073 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:41:56.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:41:54.934677+0000 mgr.y (mgr.14556) 8041 : audit [DBG] from='client.23079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:41:56.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:41:55.293072+0000 mon.c (mon.2) 220 : audit [DBG] from='client.? 172.21.15.23:0/803923933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:41:56.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:55.451832+0000 mgr.y (mgr.14556) 8042 : cluster [DBG] pgmap v7098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:57.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:55.451832+0000 mgr.y (mgr.14556) 8042 : cluster [DBG] pgmap v7098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:57.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:55.451832+0000 mgr.y (mgr.14556) 8042 : cluster [DBG] pgmap v7098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:59.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:41:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:57.452273+0000 mgr.y (mgr.14556) 8043 : cluster [DBG] pgmap v7099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:59.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:41:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:57.452273+0000 mgr.y (mgr.14556) 8043 : cluster [DBG] pgmap v7099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:41:59.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:41:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:57.452273+0000 mgr.y (mgr.14556) 8043 : cluster [DBG] pgmap v7099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:01.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:41:59.452750+0000 mgr.y (mgr.14556) 8044 : cluster [DBG] pgmap v7100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:01.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:41:59.452750+0000 mgr.y (mgr.14556) 8044 : cluster [DBG] pgmap v7100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:01.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:41:59.452750+0000 mgr.y (mgr.14556) 8044 : cluster [DBG] pgmap v7100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:01.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:42:03.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:01.453503+0000 mgr.y (mgr.14556) 8045 : cluster [DBG] pgmap v7101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:03.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:01.453503+0000 mgr.y (mgr.14556) 8045 : cluster [DBG] pgmap v7101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:03.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:01.453503+0000 mgr.y (mgr.14556) 8045 : cluster [DBG] pgmap v7101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:04.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:42:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:42:05.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:03.454004+0000 mgr.y (mgr.14556) 8046 : cluster [DBG] pgmap v7102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:05.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:03.454004+0000 mgr.y (mgr.14556) 8046 : cluster [DBG] pgmap v7102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:05.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:03.454004+0000 mgr.y (mgr.14556) 8046 : cluster [DBG] pgmap v7102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:07.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:05.454862+0000 mgr.y (mgr.14556) 8047 : cluster [DBG] pgmap v7103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:07.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:05.454862+0000 mgr.y (mgr.14556) 8047 : cluster [DBG] pgmap v7103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:07.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:05.454862+0000 mgr.y (mgr.14556) 8047 : cluster [DBG] pgmap v7103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:09.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:07.455321+0000 mgr.y (mgr.14556) 8048 : cluster [DBG] pgmap v7104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:09.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:07.455321+0000 mgr.y (mgr.14556) 8048 : cluster [DBG] pgmap v7104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:09.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:07.455321+0000 mgr.y (mgr.14556) 8048 : cluster [DBG] pgmap v7104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:11.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:09.455895+0000 mgr.y (mgr.14556) 8049 : cluster [DBG] pgmap v7105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:11.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:09.455895+0000 mgr.y (mgr.14556) 8049 : cluster [DBG] pgmap v7105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:11.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:09.455895+0000 mgr.y (mgr.14556) 8049 : cluster [DBG] pgmap v7105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:11.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:42:13.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:11.456645+0000 mgr.y (mgr.14556) 8050 : cluster [DBG] pgmap v7106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:13.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:11.456645+0000 mgr.y (mgr.14556) 8050 : cluster [DBG] pgmap v7106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:13.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:11.456645+0000 mgr.y (mgr.14556) 8050 : cluster [DBG] pgmap v7106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:14.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:42:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:42:15.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:13.457139+0000 mgr.y (mgr.14556) 8051 : cluster [DBG] pgmap v7107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:15.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:13.457139+0000 mgr.y (mgr.14556) 8051 : cluster [DBG] pgmap v7107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:15.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:13.457139+0000 mgr.y (mgr.14556) 8051 : cluster [DBG] pgmap v7107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:17.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:15.457910+0000 mgr.y (mgr.14556) 8052 : cluster [DBG] pgmap v7108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:17.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:15.457910+0000 mgr.y (mgr.14556) 8052 : cluster [DBG] pgmap v7108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:17.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:15.457910+0000 mgr.y (mgr.14556) 8052 : cluster [DBG] pgmap v7108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:19.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:17.458437+0000 mgr.y (mgr.14556) 8053 : cluster [DBG] pgmap v7109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:19.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:17.458437+0000 mgr.y (mgr.14556) 8053 : cluster [DBG] pgmap v7109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:19.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:17.458437+0000 mgr.y (mgr.14556) 8053 : cluster [DBG] pgmap v7109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:21.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:19.458816+0000 mgr.y (mgr.14556) 8054 : cluster [DBG] pgmap v7110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:21.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:19.458816+0000 mgr.y (mgr.14556) 8054 : cluster [DBG] pgmap v7110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:21.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:19.458816+0000 mgr.y (mgr.14556) 8054 : cluster [DBG] pgmap v7110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:21.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:42:23.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:21.459597+0000 mgr.y (mgr.14556) 8055 : cluster [DBG] pgmap v7111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:23.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:21.459597+0000 mgr.y (mgr.14556) 8055 : cluster [DBG] pgmap v7111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:23.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:21.459597+0000 mgr.y (mgr.14556) 8055 : cluster [DBG] pgmap v7111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:24.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:42:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:42:25.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:23.460048+0000 mgr.y (mgr.14556) 8056 : cluster [DBG] pgmap v7112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:25.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:23.460048+0000 mgr.y (mgr.14556) 8056 : cluster [DBG] pgmap v7112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:25.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:23.460048+0000 mgr.y (mgr.14556) 8056 : cluster [DBG] pgmap v7112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:25.621 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:42:25.918 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 61s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 60s ago 3h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 61s ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 60s ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 60s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 61s ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 61s ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 60s ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 61s ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 61s ago 3h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 60s ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 61s ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:42:25.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 61s ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:42:25.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3h) 61s ago 3h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:42:25.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 61s ago 3h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:42:25.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 60s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:42:25.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 60s ago 3h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:42:25.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 60s ago 3h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:42:25.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 60s ago 3h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:42:25.920 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 60s ago 3h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:42:26.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:42:25.495881+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:42:26.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:42:25.495881+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:42:26.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:42:25.495881+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:42:26.269 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:42:26.269 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:42:26.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:42:26.269 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:42:26.269 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:42:26.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:42:26.269 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:42:26.269 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:42:26.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:42:26.269 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:42:26.269 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:42:26.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:42:26.270 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:42:26.270 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:42:26.270 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:42:26.270 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:42:26.270 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:42:27.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:25.460787+0000 mgr.y (mgr.14556) 8057 : cluster [DBG] pgmap v7113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:42:25.618153+0000 mgr.y (mgr.14556) 8058 : audit [DBG] from='client.23091 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:42:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:42:25.819520+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:42:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:42:25.820202+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:42:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:42:25.829242+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:42:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:42:25.919373+0000 mgr.y (mgr.14556) 8059 : audit [DBG] from='client.23097 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:42:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:42:26.278077+0000 mon.c (mon.2) 221 : audit [DBG] from='client.? 172.21.15.23:0/2468469899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:42:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:25.460787+0000 mgr.y (mgr.14556) 8057 : cluster [DBG] pgmap v7113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:42:25.618153+0000 mgr.y (mgr.14556) 8058 : audit [DBG] from='client.23091 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:42:27.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:42:25.819520+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:42:27.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:42:25.820202+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:42:27.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:42:25.829242+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:42:27.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:42:25.919373+0000 mgr.y (mgr.14556) 8059 : audit [DBG] from='client.23097 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:42:27.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:42:26.278077+0000 mon.c (mon.2) 221 : audit [DBG] from='client.? 172.21.15.23:0/2468469899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:42:27.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:25.460787+0000 mgr.y (mgr.14556) 8057 : cluster [DBG] pgmap v7113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:27.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:42:25.618153+0000 mgr.y (mgr.14556) 8058 : audit [DBG] from='client.23091 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:42:27.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:42:25.819520+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:42:27.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:42:25.820202+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:42:27.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:42:25.829242+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:42:27.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:42:25.919373+0000 mgr.y (mgr.14556) 8059 : audit [DBG] from='client.23097 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:42:27.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:42:26.278077+0000 mon.c (mon.2) 221 : audit [DBG] from='client.? 172.21.15.23:0/2468469899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:42:29.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:27.461285+0000 mgr.y (mgr.14556) 8060 : cluster [DBG] pgmap v7114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:29.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:27.461285+0000 mgr.y (mgr.14556) 8060 : cluster [DBG] pgmap v7114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:29.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:27.461285+0000 mgr.y (mgr.14556) 8060 : cluster [DBG] pgmap v7114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:31.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:29.461769+0000 mgr.y (mgr.14556) 8061 : cluster [DBG] pgmap v7115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:31.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:29.461769+0000 mgr.y (mgr.14556) 8061 : cluster [DBG] pgmap v7115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:31.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:29.461769+0000 mgr.y (mgr.14556) 8061 : cluster [DBG] pgmap v7115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:31.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:42:33.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:31.462501+0000 mgr.y (mgr.14556) 8062 : cluster [DBG] pgmap v7116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:33.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:31.462501+0000 mgr.y (mgr.14556) 8062 : cluster [DBG] pgmap v7116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:33.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:31.462501+0000 mgr.y (mgr.14556) 8062 : cluster [DBG] pgmap v7116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:34.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:42:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:42:35.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:33.462891+0000 mgr.y (mgr.14556) 8063 : cluster [DBG] pgmap v7117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:35.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:33.462891+0000 mgr.y (mgr.14556) 8063 : cluster [DBG] pgmap v7117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:35.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:33.462891+0000 mgr.y (mgr.14556) 8063 : cluster [DBG] pgmap v7117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:37.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:35.463513+0000 mgr.y (mgr.14556) 8064 : cluster [DBG] pgmap v7118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:37.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:35.463513+0000 mgr.y (mgr.14556) 8064 : cluster [DBG] pgmap v7118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:37.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:35.463513+0000 mgr.y (mgr.14556) 8064 : cluster [DBG] pgmap v7118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:39.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:37.464088+0000 mgr.y (mgr.14556) 8065 : cluster [DBG] pgmap v7119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:39.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:37.464088+0000 mgr.y (mgr.14556) 8065 : cluster [DBG] pgmap v7119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:39.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:37.464088+0000 mgr.y (mgr.14556) 8065 : cluster [DBG] pgmap v7119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:41.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:39.464672+0000 mgr.y (mgr.14556) 8066 : cluster [DBG] pgmap v7120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:41.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:39.464672+0000 mgr.y (mgr.14556) 8066 : cluster [DBG] pgmap v7120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:41.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:39.464672+0000 mgr.y (mgr.14556) 8066 : cluster [DBG] pgmap v7120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:41.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:42:43.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:41.465403+0000 mgr.y (mgr.14556) 8067 : cluster [DBG] pgmap v7121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:43.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:41.465403+0000 mgr.y (mgr.14556) 8067 : cluster [DBG] pgmap v7121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:43.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:41.465403+0000 mgr.y (mgr.14556) 8067 : cluster [DBG] pgmap v7121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:44.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:42:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:42:45.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:43.465935+0000 mgr.y (mgr.14556) 8068 : cluster [DBG] pgmap v7122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:45.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:43.465935+0000 mgr.y (mgr.14556) 8068 : cluster [DBG] pgmap v7122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:45.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:43.465935+0000 mgr.y (mgr.14556) 8068 : cluster [DBG] pgmap v7122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:47.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:45.466570+0000 mgr.y (mgr.14556) 8069 : cluster [DBG] pgmap v7123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:47.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:45.466570+0000 mgr.y (mgr.14556) 8069 : cluster [DBG] pgmap v7123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:47.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:45.466570+0000 mgr.y (mgr.14556) 8069 : cluster [DBG] pgmap v7123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:49.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:47.467032+0000 mgr.y (mgr.14556) 8070 : cluster [DBG] pgmap v7124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:49.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:47.467032+0000 mgr.y (mgr.14556) 8070 : cluster [DBG] pgmap v7124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:49.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:47.467032+0000 mgr.y (mgr.14556) 8070 : cluster [DBG] pgmap v7124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:51.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:49.467566+0000 mgr.y (mgr.14556) 8071 : cluster [DBG] pgmap v7125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:51.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:49.467566+0000 mgr.y (mgr.14556) 8071 : cluster [DBG] pgmap v7125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:51.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:49.467566+0000 mgr.y (mgr.14556) 8071 : cluster [DBG] pgmap v7125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:51.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:42:53.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:51.468475+0000 mgr.y (mgr.14556) 8072 : cluster [DBG] pgmap v7126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:53.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:51.468475+0000 mgr.y (mgr.14556) 8072 : cluster [DBG] pgmap v7126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:53.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:51.468475+0000 mgr.y (mgr.14556) 8072 : cluster [DBG] pgmap v7126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:54.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:42:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T10:42:55.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:53.468901+0000 mgr.y (mgr.14556) 8073 : cluster [DBG] pgmap v7127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:55.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:53.468901+0000 mgr.y (mgr.14556) 8073 : cluster [DBG] pgmap v7127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:55.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:53.468901+0000 mgr.y (mgr.14556) 8073 : cluster [DBG] pgmap v7127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:56.595 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:42:56.882 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:42:56.882 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 92s ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:42:56.882 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 91s ago 3h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:42:56.882 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 92s ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:42:56.882 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 91s ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 91s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 92s ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 92s ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 91s ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 92s ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 92s ago 3h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 91s ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 92s ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 92s ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 92s ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3h) 92s ago 3h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 91s ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 91s ago 3h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 91s ago 3h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 91s ago 3h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:42:56.883 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 91s ago 3h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:42:57.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:55.469595+0000 mgr.y (mgr.14556) 8074 : cluster [DBG] pgmap v7128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:57.231 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:42:57.232 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:42:57.233 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:42:57.233 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:42:57.233 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:42:57.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:55.469595+0000 mgr.y (mgr.14556) 8074 : cluster [DBG] pgmap v7128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:57.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:55.469595+0000 mgr.y (mgr.14556) 8074 : cluster [DBG] pgmap v7128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:58.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:42:56.592520+0000 mgr.y (mgr.14556) 8075 : audit [DBG] from='client.33023 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:42:58.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:42:56.883264+0000 mgr.y (mgr.14556) 8076 : audit [DBG] from='client.23115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:42:58.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:42:57.240910+0000 mon.a (mon.0) 2148 : audit [DBG] from='client.? 172.21.15.23:0/2368222504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:42:58.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:42:56.592520+0000 mgr.y (mgr.14556) 8075 : audit [DBG] from='client.33023 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:42:58.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:42:56.883264+0000 mgr.y (mgr.14556) 8076 : audit [DBG] from='client.23115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:42:58.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:42:57.240910+0000 mon.a (mon.0) 2148 : audit [DBG] from='client.? 172.21.15.23:0/2368222504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:42:58.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:42:56.592520+0000 mgr.y (mgr.14556) 8075 : audit [DBG] from='client.33023 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:42:58.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:42:56.883264+0000 mgr.y (mgr.14556) 8076 : audit [DBG] from='client.23115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:42:58.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:42:57.240910+0000 mon.a (mon.0) 2148 : audit [DBG] from='client.? 172.21.15.23:0/2368222504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:42:59.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:57.469933+0000 mgr.y (mgr.14556) 8077 : cluster [DBG] pgmap v7129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:59.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:57.469933+0000 mgr.y (mgr.14556) 8077 : cluster [DBG] pgmap v7129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:42:59.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:42:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:57.469933+0000 mgr.y (mgr.14556) 8077 : cluster [DBG] pgmap v7129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:01.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:42:59.470338+0000 mgr.y (mgr.14556) 8078 : cluster [DBG] pgmap v7130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:01.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:42:59.470338+0000 mgr.y (mgr.14556) 8078 : cluster [DBG] pgmap v7130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:01.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:42:59.470338+0000 mgr.y (mgr.14556) 8078 : cluster [DBG] pgmap v7130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:01.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:43:03.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:01.471166+0000 mgr.y (mgr.14556) 8079 : cluster [DBG] pgmap v7131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:03.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:01.471166+0000 mgr.y (mgr.14556) 8079 : cluster [DBG] pgmap v7131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:03.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:01.471166+0000 mgr.y (mgr.14556) 8079 : cluster [DBG] pgmap v7131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:04.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:43:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T10:43:05.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:03.471769+0000 mgr.y (mgr.14556) 8080 : cluster [DBG] pgmap v7132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:05.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:03.471769+0000 mgr.y (mgr.14556) 8080 : cluster [DBG] pgmap v7132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:05.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:03.471769+0000 mgr.y (mgr.14556) 8080 : cluster [DBG] pgmap v7132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:07.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:05.472534+0000 mgr.y (mgr.14556) 8081 : cluster [DBG] pgmap v7133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:07.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:05.472534+0000 mgr.y (mgr.14556) 8081 : cluster [DBG] pgmap v7133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:07.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:05.472534+0000 mgr.y (mgr.14556) 8081 : cluster [DBG] pgmap v7133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:09.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:07.472924+0000 mgr.y (mgr.14556) 8082 : cluster [DBG] pgmap v7134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:09.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:07.472924+0000 mgr.y (mgr.14556) 8082 : cluster [DBG] pgmap v7134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:09.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:07.472924+0000 mgr.y (mgr.14556) 8082 : cluster [DBG] pgmap v7134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:11.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:09.473358+0000 mgr.y (mgr.14556) 8083 : cluster [DBG] pgmap v7135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:11.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:09.473358+0000 mgr.y (mgr.14556) 8083 : cluster [DBG] pgmap v7135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:11.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:09.473358+0000 mgr.y (mgr.14556) 8083 : cluster [DBG] pgmap v7135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:11.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:43:13.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:11.474134+0000 mgr.y (mgr.14556) 8084 : cluster [DBG] pgmap v7136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:13.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:11.474134+0000 mgr.y (mgr.14556) 8084 : cluster [DBG] pgmap v7136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:13.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:11.474134+0000 mgr.y (mgr.14556) 8084 : cluster [DBG] pgmap v7136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:14.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:43:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T10:43:15.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:13.474611+0000 mgr.y (mgr.14556) 8085 : cluster [DBG] pgmap v7137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:15.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:13.474611+0000 mgr.y (mgr.14556) 8085 : cluster [DBG] pgmap v7137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:15.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:13.474611+0000 mgr.y (mgr.14556) 8085 : cluster [DBG] pgmap v7137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:17.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:15.475243+0000 mgr.y (mgr.14556) 8086 : cluster [DBG] pgmap v7138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:17.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:15.475243+0000 mgr.y (mgr.14556) 8086 : cluster [DBG] pgmap v7138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:17.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:15.475243+0000 mgr.y (mgr.14556) 8086 : cluster [DBG] pgmap v7138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:19.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:17.475777+0000 mgr.y (mgr.14556) 8087 : cluster [DBG] pgmap v7139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:19.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:17.475777+0000 mgr.y (mgr.14556) 8087 : cluster [DBG] pgmap v7139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:19.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:17.475777+0000 mgr.y (mgr.14556) 8087 : cluster [DBG] pgmap v7139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:21.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:19.476196+0000 mgr.y (mgr.14556) 8088 : cluster [DBG] pgmap v7140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:21.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:19.476196+0000 mgr.y (mgr.14556) 8088 : cluster [DBG] pgmap v7140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:21.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:19.476196+0000 mgr.y (mgr.14556) 8088 : cluster [DBG] pgmap v7140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:21.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:43:23.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:21.476832+0000 mgr.y (mgr.14556) 8089 : cluster [DBG] pgmap v7141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:23.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:21.476832+0000 mgr.y (mgr.14556) 8089 : cluster [DBG] pgmap v7141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:23.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:21.476832+0000 mgr.y (mgr.14556) 8089 : cluster [DBG] pgmap v7141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:24.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:43:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T10:43:25.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:23.477235+0000 mgr.y (mgr.14556) 8090 : cluster [DBG] pgmap v7142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:25.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:23.477235+0000 mgr.y (mgr.14556) 8090 : cluster [DBG] pgmap v7142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:25.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:23.477235+0000 mgr.y (mgr.14556) 8090 : cluster [DBG] pgmap v7142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:26.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:43:25.833609+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:43:26.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:43:25.833609+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:43:26.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:43:25.833609+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:43:27.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:25.477772+0000 mgr.y (mgr.14556) 8091 : cluster [DBG] pgmap v7143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:27.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:43:26.140692+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:43:27.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:43:26.141345+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:43:27.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:43:26.150120+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:43:27.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:25.477772+0000 mgr.y (mgr.14556) 8091 : cluster [DBG] pgmap v7143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:27.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:43:26.140692+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:43:27.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:43:26.141345+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:43:27.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:43:26.150120+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:43:27.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:25.477772+0000 mgr.y (mgr.14556) 8091 : cluster [DBG] pgmap v7143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:27.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:43:26.140692+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:43:27.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:43:26.141345+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:43:27.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:43:26.150120+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:43:27.558 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 2m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 2m ago 3h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 2m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 2m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 2m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 2m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 2m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 2m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 2m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 2m ago 3h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 2m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:43:27.843 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 2m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:43:27.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 2m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:43:27.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 2m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:43:27.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 2m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:43:27.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (3h) 2m ago 3h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:43:27.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 2m ago 3h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:43:27.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 2m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:43:27.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 2m ago 3h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:43:27.844 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 2m ago 3h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:43:28.190 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:43:28.190 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:43:28.190 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:43:28.190 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:43:28.191 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:43:28.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:27.478090+0000 mgr.y (mgr.14556) 8092 : cluster [DBG] pgmap v7144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:28.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:43:27.552745+0000 mgr.y (mgr.14556) 8093 : audit [DBG] from='client.23127 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:43:28.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:43:27.844167+0000 mgr.y (mgr.14556) 8094 : audit [DBG] from='client.33047 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:43:28.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:27.478090+0000 mgr.y (mgr.14556) 8092 : cluster [DBG] pgmap v7144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:28.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:43:27.552745+0000 mgr.y (mgr.14556) 8093 : audit [DBG] from='client.23127 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:43:28.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:43:27.844167+0000 mgr.y (mgr.14556) 8094 : audit [DBG] from='client.33047 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:43:28.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:27.478090+0000 mgr.y (mgr.14556) 8092 : cluster [DBG] pgmap v7144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:28.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:43:27.552745+0000 mgr.y (mgr.14556) 8093 : audit [DBG] from='client.23127 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:43:28.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:43:27.844167+0000 mgr.y (mgr.14556) 8094 : audit [DBG] from='client.33047 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:43:29.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:43:28.199661+0000 mon.c (mon.2) 222 : audit [DBG] from='client.? 172.21.15.23:0/683514356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:43:29.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:43:28.199661+0000 mon.c (mon.2) 222 : audit [DBG] from='client.? 172.21.15.23:0/683514356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:43:29.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:43:28.199661+0000 mon.c (mon.2) 222 : audit [DBG] from='client.? 172.21.15.23:0/683514356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:43:30.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:29.478491+0000 mgr.y (mgr.14556) 8095 : cluster [DBG] pgmap v7145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:30.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:29.478491+0000 mgr.y (mgr.14556) 8095 : cluster [DBG] pgmap v7145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:30.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:29.478491+0000 mgr.y (mgr.14556) 8095 : cluster [DBG] pgmap v7145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:31.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:43:32.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:31.479173+0000 mgr.y (mgr.14556) 8096 : cluster [DBG] pgmap v7146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:32.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:31.479173+0000 mgr.y (mgr.14556) 8096 : cluster [DBG] pgmap v7146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:32.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:31.479173+0000 mgr.y (mgr.14556) 8096 : cluster [DBG] pgmap v7146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:34.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:43:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T10:43:34.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:33.479719+0000 mgr.y (mgr.14556) 8097 : cluster [DBG] pgmap v7147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:34.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:33.479719+0000 mgr.y (mgr.14556) 8097 : cluster [DBG] pgmap v7147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:34.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:33.479719+0000 mgr.y (mgr.14556) 8097 : cluster [DBG] pgmap v7147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:36.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:35.480512+0000 mgr.y (mgr.14556) 8098 : cluster [DBG] pgmap v7148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:36.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:35.480512+0000 mgr.y (mgr.14556) 8098 : cluster [DBG] pgmap v7148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:36.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:35.480512+0000 mgr.y (mgr.14556) 8098 : cluster [DBG] pgmap v7148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:38.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:37.480993+0000 mgr.y (mgr.14556) 8099 : cluster [DBG] pgmap v7149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:38.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:37.480993+0000 mgr.y (mgr.14556) 8099 : cluster [DBG] pgmap v7149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:38.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:37.480993+0000 mgr.y (mgr.14556) 8099 : cluster [DBG] pgmap v7149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:40.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:39.481552+0000 mgr.y (mgr.14556) 8100 : cluster [DBG] pgmap v7150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:40.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:39.481552+0000 mgr.y (mgr.14556) 8100 : cluster [DBG] pgmap v7150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:40.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:39.481552+0000 mgr.y (mgr.14556) 8100 : cluster [DBG] pgmap v7150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:41.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:43:42.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:41.482313+0000 mgr.y (mgr.14556) 8101 : cluster [DBG] pgmap v7151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:42.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:41.482313+0000 mgr.y (mgr.14556) 8101 : cluster [DBG] pgmap v7151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:42.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:41.482313+0000 mgr.y (mgr.14556) 8101 : cluster [DBG] pgmap v7151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:44.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:43:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:43:44.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:43.482879+0000 mgr.y (mgr.14556) 8102 : cluster [DBG] pgmap v7152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:44.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:43.482879+0000 mgr.y (mgr.14556) 8102 : cluster [DBG] pgmap v7152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:44.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:43.482879+0000 mgr.y (mgr.14556) 8102 : cluster [DBG] pgmap v7152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:46.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:45.483581+0000 mgr.y (mgr.14556) 8103 : cluster [DBG] pgmap v7153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:46.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:45.483581+0000 mgr.y (mgr.14556) 8103 : cluster [DBG] pgmap v7153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:46.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:45.483581+0000 mgr.y (mgr.14556) 8103 : cluster [DBG] pgmap v7153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:48.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:47.484143+0000 mgr.y (mgr.14556) 8104 : cluster [DBG] pgmap v7154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:48.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:47.484143+0000 mgr.y (mgr.14556) 8104 : cluster [DBG] pgmap v7154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:48.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:47.484143+0000 mgr.y (mgr.14556) 8104 : cluster [DBG] pgmap v7154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:50.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:49.484592+0000 mgr.y (mgr.14556) 8105 : cluster [DBG] pgmap v7155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:50.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:49.484592+0000 mgr.y (mgr.14556) 8105 : cluster [DBG] pgmap v7155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:50.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:49.484592+0000 mgr.y (mgr.14556) 8105 : cluster [DBG] pgmap v7155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:51.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:43:52.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:51.485345+0000 mgr.y (mgr.14556) 8106 : cluster [DBG] pgmap v7156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:52.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:51.485345+0000 mgr.y (mgr.14556) 8106 : cluster [DBG] pgmap v7156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:52.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:51.485345+0000 mgr.y (mgr.14556) 8106 : cluster [DBG] pgmap v7156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:54.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:43:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:43:54.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:53.485841+0000 mgr.y (mgr.14556) 8107 : cluster [DBG] pgmap v7157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:55.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:53.485841+0000 mgr.y (mgr.14556) 8107 : cluster [DBG] pgmap v7157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:55.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:53.485841+0000 mgr.y (mgr.14556) 8107 : cluster [DBG] pgmap v7157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:56.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:55.486653+0000 mgr.y (mgr.14556) 8108 : cluster [DBG] pgmap v7158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:57.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:55.486653+0000 mgr.y (mgr.14556) 8108 : cluster [DBG] pgmap v7158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:57.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:55.486653+0000 mgr.y (mgr.14556) 8108 : cluster [DBG] pgmap v7158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:58.515 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:43:58.804 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:43:58.804 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 2m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:43:58.804 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 2m ago 3h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:43:58.804 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 2m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:43:58.804 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 2m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:43:58.804 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 2m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:43:58.804 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 2m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:43:58.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 2m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:43:58.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 2m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:43:58.805 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 2m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:43:58.805 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 2m ago 3h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:43:58.805 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 2m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:43:58.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 2m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:43:58.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 2m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:43:58.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 2m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:43:58.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 2m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:43:58.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 2m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:43:58.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (3h) 2m ago 3h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:43:58.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (3h) 2m ago 3h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:43:58.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 2m ago 3h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:43:58.805 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 2m ago 3h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:43:59.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:57.487217+0000 mgr.y (mgr.14556) 8109 : cluster [DBG] pgmap v7159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:59.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:57.487217+0000 mgr.y (mgr.14556) 8109 : cluster [DBG] pgmap v7159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:59.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:57.487217+0000 mgr.y (mgr.14556) 8109 : cluster [DBG] pgmap v7159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:43:59.156 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:43:59.156 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:43:59.156 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:43:59.156 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:43:59.156 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:43:59.157 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:43:59.157 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:43:59.157 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:43:59.157 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:43:59.157 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:43:59.157 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:43:59.157 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:43:59.157 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:43:59.157 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:43:59.157 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:43:59.157 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:43:59.157 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:44:00.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:43:58.512509+0000 mgr.y (mgr.14556) 8110 : audit [DBG] from='client.33059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:44:00.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:43:58.805442+0000 mgr.y (mgr.14556) 8111 : audit [DBG] from='client.23151 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:44:00.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:43:59.165946+0000 mon.a (mon.0) 2153 : audit [DBG] from='client.? 172.21.15.23:0/3812315258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:44:00.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:43:58.512509+0000 mgr.y (mgr.14556) 8110 : audit [DBG] from='client.33059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:44:00.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:43:58.805442+0000 mgr.y (mgr.14556) 8111 : audit [DBG] from='client.23151 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:44:00.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:43:59.165946+0000 mon.a (mon.0) 2153 : audit [DBG] from='client.? 172.21.15.23:0/3812315258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:44:00.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:43:58.512509+0000 mgr.y (mgr.14556) 8110 : audit [DBG] from='client.33059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:44:00.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:43:58.805442+0000 mgr.y (mgr.14556) 8111 : audit [DBG] from='client.23151 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:44:00.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:43:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:43:59.165946+0000 mon.a (mon.0) 2153 : audit [DBG] from='client.? 172.21.15.23:0/3812315258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:44:01.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:43:59.487528+0000 mgr.y (mgr.14556) 8112 : cluster [DBG] pgmap v7160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:01.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:43:59.487528+0000 mgr.y (mgr.14556) 8112 : cluster [DBG] pgmap v7160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:01.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:43:59.487528+0000 mgr.y (mgr.14556) 8112 : cluster [DBG] pgmap v7160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:01.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:44:03.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:01.488297+0000 mgr.y (mgr.14556) 8113 : cluster [DBG] pgmap v7161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:03.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:01.488297+0000 mgr.y (mgr.14556) 8113 : cluster [DBG] pgmap v7161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:03.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:01.488297+0000 mgr.y (mgr.14556) 8113 : cluster [DBG] pgmap v7161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:04.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:44:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:44:05.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:03.488703+0000 mgr.y (mgr.14556) 8114 : cluster [DBG] pgmap v7162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:05.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:03.488703+0000 mgr.y (mgr.14556) 8114 : cluster [DBG] pgmap v7162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:05.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:03.488703+0000 mgr.y (mgr.14556) 8114 : cluster [DBG] pgmap v7162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:07.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:05.489555+0000 mgr.y (mgr.14556) 8115 : cluster [DBG] pgmap v7163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:07.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:05.489555+0000 mgr.y (mgr.14556) 8115 : cluster [DBG] pgmap v7163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:07.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:05.489555+0000 mgr.y (mgr.14556) 8115 : cluster [DBG] pgmap v7163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:09.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:07.490054+0000 mgr.y (mgr.14556) 8116 : cluster [DBG] pgmap v7164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:09.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:07.490054+0000 mgr.y (mgr.14556) 8116 : cluster [DBG] pgmap v7164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:09.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:07.490054+0000 mgr.y (mgr.14556) 8116 : cluster [DBG] pgmap v7164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:11.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:09.490593+0000 mgr.y (mgr.14556) 8117 : cluster [DBG] pgmap v7165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:11.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:09.490593+0000 mgr.y (mgr.14556) 8117 : cluster [DBG] pgmap v7165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:11.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:09.490593+0000 mgr.y (mgr.14556) 8117 : cluster [DBG] pgmap v7165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:11.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:44:13.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:11.491318+0000 mgr.y (mgr.14556) 8118 : cluster [DBG] pgmap v7166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:13.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:11.491318+0000 mgr.y (mgr.14556) 8118 : cluster [DBG] pgmap v7166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:13.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:11.491318+0000 mgr.y (mgr.14556) 8118 : cluster [DBG] pgmap v7166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:14.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:44:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:44:15.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:13.491830+0000 mgr.y (mgr.14556) 8119 : cluster [DBG] pgmap v7167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:15.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:13.491830+0000 mgr.y (mgr.14556) 8119 : cluster [DBG] pgmap v7167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:15.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:13.491830+0000 mgr.y (mgr.14556) 8119 : cluster [DBG] pgmap v7167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:17.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:15.492642+0000 mgr.y (mgr.14556) 8120 : cluster [DBG] pgmap v7168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:17.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:15.492642+0000 mgr.y (mgr.14556) 8120 : cluster [DBG] pgmap v7168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:17.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:15.492642+0000 mgr.y (mgr.14556) 8120 : cluster [DBG] pgmap v7168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:19.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:17.493045+0000 mgr.y (mgr.14556) 8121 : cluster [DBG] pgmap v7169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:19.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:17.493045+0000 mgr.y (mgr.14556) 8121 : cluster [DBG] pgmap v7169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:19.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:17.493045+0000 mgr.y (mgr.14556) 8121 : cluster [DBG] pgmap v7169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:21.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:19.493372+0000 mgr.y (mgr.14556) 8122 : cluster [DBG] pgmap v7170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:21.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:19.493372+0000 mgr.y (mgr.14556) 8122 : cluster [DBG] pgmap v7170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:21.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:19.493372+0000 mgr.y (mgr.14556) 8122 : cluster [DBG] pgmap v7170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:21.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:44:23.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:21.494114+0000 mgr.y (mgr.14556) 8123 : cluster [DBG] pgmap v7171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:23.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:21.494114+0000 mgr.y (mgr.14556) 8123 : cluster [DBG] pgmap v7171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:23.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:21.494114+0000 mgr.y (mgr.14556) 8123 : cluster [DBG] pgmap v7171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:24.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:44:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:44:25.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:23.494560+0000 mgr.y (mgr.14556) 8124 : cluster [DBG] pgmap v7172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:25.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:23.494560+0000 mgr.y (mgr.14556) 8124 : cluster [DBG] pgmap v7172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:25.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:23.494560+0000 mgr.y (mgr.14556) 8124 : cluster [DBG] pgmap v7172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:27.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:25.495431+0000 mgr.y (mgr.14556) 8125 : cluster [DBG] pgmap v7173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:27.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:44:26.154359+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:44:27.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:44:26.408708+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:44:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:44:26.413429+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:44:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:44:26.698192+0000 mon.a (mon.0) 2157 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:44:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:44:26.698819+0000 mon.a (mon.0) 2158 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:44:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:44:26.705196+0000 mon.a (mon.0) 2159 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:44:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:25.495431+0000 mgr.y (mgr.14556) 8125 : cluster [DBG] pgmap v7173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:44:26.154359+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:44:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:44:26.408708+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:44:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:44:26.413429+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:44:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:44:26.698192+0000 mon.a (mon.0) 2157 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:44:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:44:26.698819+0000 mon.a (mon.0) 2158 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:44:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:44:26.705196+0000 mon.a (mon.0) 2159 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:44:27.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:25.495431+0000 mgr.y (mgr.14556) 8125 : cluster [DBG] pgmap v7173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:27.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:44:26.154359+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:44:27.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:44:26.408708+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:44:27.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:44:26.413429+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:44:27.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:44:26.698192+0000 mon.a (mon.0) 2157 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:44:27.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:44:26.698819+0000 mon.a (mon.0) 2158 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:44:27.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:44:26.705196+0000 mon.a (mon.0) 2159 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:44:29.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:27.495796+0000 mgr.y (mgr.14556) 8126 : cluster [DBG] pgmap v7174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:29.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:27.495796+0000 mgr.y (mgr.14556) 8126 : cluster [DBG] pgmap v7174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:29.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:27.495796+0000 mgr.y (mgr.14556) 8126 : cluster [DBG] pgmap v7174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:29.482 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:44:29.772 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:44:29.772 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 3m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:44:29.772 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 3m ago 3h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:44:29.772 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 3m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:44:29.772 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 3m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:44:29.772 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 3m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:44:29.772 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 3m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:44:29.772 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 3m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:44:29.772 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 3m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:44:29.772 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 3m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:44:29.772 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 3m ago 3h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:44:29.773 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 3m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:44:29.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 3m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:44:29.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 3m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:44:29.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 3m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:44:29.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 3m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:44:29.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 3m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:44:29.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 3m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:44:29.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 3m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:44:29.773 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (3h) 3m ago 3h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:44:29.773 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 3m ago 3h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:44:30.120 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:44:30.120 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:44:30.121 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:44:31.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:44:29.479761+0000 mgr.y (mgr.14556) 8127 : audit [DBG] from='client.33077 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:44:31.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:29.496176+0000 mgr.y (mgr.14556) 8128 : cluster [DBG] pgmap v7175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:31.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:44:29.773438+0000 mgr.y (mgr.14556) 8129 : audit [DBG] from='client.23169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:44:31.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:44:30.129700+0000 mon.a (mon.0) 2160 : audit [DBG] from='client.? 172.21.15.23:0/499509432' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:44:31.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:44:29.479761+0000 mgr.y (mgr.14556) 8127 : audit [DBG] from='client.33077 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:44:31.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:29.496176+0000 mgr.y (mgr.14556) 8128 : cluster [DBG] pgmap v7175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:31.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:44:29.773438+0000 mgr.y (mgr.14556) 8129 : audit [DBG] from='client.23169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:44:31.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:44:30.129700+0000 mon.a (mon.0) 2160 : audit [DBG] from='client.? 172.21.15.23:0/499509432' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:44:31.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:44:29.479761+0000 mgr.y (mgr.14556) 8127 : audit [DBG] from='client.33077 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:44:31.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:29.496176+0000 mgr.y (mgr.14556) 8128 : cluster [DBG] pgmap v7175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:31.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:44:29.773438+0000 mgr.y (mgr.14556) 8129 : audit [DBG] from='client.23169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:44:31.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:44:30.129700+0000 mon.a (mon.0) 2160 : audit [DBG] from='client.? 172.21.15.23:0/499509432' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:44:31.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:44:33.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:31.496979+0000 mgr.y (mgr.14556) 8130 : cluster [DBG] pgmap v7176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:33.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:31.496979+0000 mgr.y (mgr.14556) 8130 : cluster [DBG] pgmap v7176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:33.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:31.496979+0000 mgr.y (mgr.14556) 8130 : cluster [DBG] pgmap v7176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:34.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:44:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:44:35.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:33.497349+0000 mgr.y (mgr.14556) 8131 : cluster [DBG] pgmap v7177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:35.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:33.497349+0000 mgr.y (mgr.14556) 8131 : cluster [DBG] pgmap v7177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:35.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:33.497349+0000 mgr.y (mgr.14556) 8131 : cluster [DBG] pgmap v7177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:37.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:35.498000+0000 mgr.y (mgr.14556) 8132 : cluster [DBG] pgmap v7178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:37.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:35.498000+0000 mgr.y (mgr.14556) 8132 : cluster [DBG] pgmap v7178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:37.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:35.498000+0000 mgr.y (mgr.14556) 8132 : cluster [DBG] pgmap v7178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:39.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:37.498585+0000 mgr.y (mgr.14556) 8133 : cluster [DBG] pgmap v7179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:39.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:37.498585+0000 mgr.y (mgr.14556) 8133 : cluster [DBG] pgmap v7179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:39.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:37.498585+0000 mgr.y (mgr.14556) 8133 : cluster [DBG] pgmap v7179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:41.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:39.499041+0000 mgr.y (mgr.14556) 8134 : cluster [DBG] pgmap v7180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:41.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:39.499041+0000 mgr.y (mgr.14556) 8134 : cluster [DBG] pgmap v7180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:41.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:39.499041+0000 mgr.y (mgr.14556) 8134 : cluster [DBG] pgmap v7180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:41.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:44:43.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:41.499737+0000 mgr.y (mgr.14556) 8135 : cluster [DBG] pgmap v7181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:43.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:41.499737+0000 mgr.y (mgr.14556) 8135 : cluster [DBG] pgmap v7181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:43.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:41.499737+0000 mgr.y (mgr.14556) 8135 : cluster [DBG] pgmap v7181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:44.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:44:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:44:45.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:43.500225+0000 mgr.y (mgr.14556) 8136 : cluster [DBG] pgmap v7182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:45.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:43.500225+0000 mgr.y (mgr.14556) 8136 : cluster [DBG] pgmap v7182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:45.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:43.500225+0000 mgr.y (mgr.14556) 8136 : cluster [DBG] pgmap v7182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:47.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:45.500822+0000 mgr.y (mgr.14556) 8137 : cluster [DBG] pgmap v7183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:47.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:45.500822+0000 mgr.y (mgr.14556) 8137 : cluster [DBG] pgmap v7183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:47.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:45.500822+0000 mgr.y (mgr.14556) 8137 : cluster [DBG] pgmap v7183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:49.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:47.501274+0000 mgr.y (mgr.14556) 8138 : cluster [DBG] pgmap v7184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:49.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:47.501274+0000 mgr.y (mgr.14556) 8138 : cluster [DBG] pgmap v7184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:49.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:47.501274+0000 mgr.y (mgr.14556) 8138 : cluster [DBG] pgmap v7184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:51.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:49.501797+0000 mgr.y (mgr.14556) 8139 : cluster [DBG] pgmap v7185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:51.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:49.501797+0000 mgr.y (mgr.14556) 8139 : cluster [DBG] pgmap v7185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:51.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:49.501797+0000 mgr.y (mgr.14556) 8139 : cluster [DBG] pgmap v7185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:51.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:44:53.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:51.502610+0000 mgr.y (mgr.14556) 8140 : cluster [DBG] pgmap v7186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:53.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:51.502610+0000 mgr.y (mgr.14556) 8140 : cluster [DBG] pgmap v7186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:53.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:51.502610+0000 mgr.y (mgr.14556) 8140 : cluster [DBG] pgmap v7186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:54.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:44:53] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:44:55.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:53.503127+0000 mgr.y (mgr.14556) 8141 : cluster [DBG] pgmap v7187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:55.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:53.503127+0000 mgr.y (mgr.14556) 8141 : cluster [DBG] pgmap v7187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:55.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:53.503127+0000 mgr.y (mgr.14556) 8141 : cluster [DBG] pgmap v7187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:57.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:55.503757+0000 mgr.y (mgr.14556) 8142 : cluster [DBG] pgmap v7188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:57.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:55.503757+0000 mgr.y (mgr.14556) 8142 : cluster [DBG] pgmap v7188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:57.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:55.503757+0000 mgr.y (mgr.14556) 8142 : cluster [DBG] pgmap v7188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:59.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:57.504157+0000 mgr.y (mgr.14556) 8143 : cluster [DBG] pgmap v7189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:59.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:57.504157+0000 mgr.y (mgr.14556) 8143 : cluster [DBG] pgmap v7189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:44:59.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:57.504157+0000 mgr.y (mgr.14556) 8143 : cluster [DBG] pgmap v7189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:00.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:44:59.504587+0000 mgr.y (mgr.14556) 8144 : cluster [DBG] pgmap v7190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:00.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:44:59.504587+0000 mgr.y (mgr.14556) 8144 : cluster [DBG] pgmap v7190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:00.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:44:59.504587+0000 mgr.y (mgr.14556) 8144 : cluster [DBG] pgmap v7190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:00.446 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:45:00.732 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 3m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 3m ago 3h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (3h) 3m ago 3h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (3h) 3m ago 3h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 3m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 3m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 3m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 3m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 3m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 3m ago 3h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 3m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 3m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:45:00.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 3m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:45:00.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 3m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:45:00.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 3m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:45:00.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 3m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:45:00.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 3m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:45:00.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 3m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:45:00.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 3m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:45:00.734 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 3m ago 3h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:45:01.082 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:45:01.082 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:45:01.082 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:45:01.082 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:45:01.082 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:45:01.082 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:45:01.082 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:45:01.082 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:45:01.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:45:01.083 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:45:01.083 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:45:01.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:45:01.083 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:45:01.083 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:45:01.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:45:01.083 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:45:01.083 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:45:01.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:45:00.443865+0000 mgr.y (mgr.14556) 8145 : audit [DBG] from='client.33095 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:45:01.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:45:00.734152+0000 mgr.y (mgr.14556) 8146 : audit [DBG] from='client.33101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:45:01.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:45:01.091348+0000 mon.a (mon.0) 2161 : audit [DBG] from='client.? 172.21.15.23:0/1387377835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:45:01.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:45:00.443865+0000 mgr.y (mgr.14556) 8145 : audit [DBG] from='client.33095 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:45:01.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:45:00.734152+0000 mgr.y (mgr.14556) 8146 : audit [DBG] from='client.33101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:45:01.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:45:01.091348+0000 mon.a (mon.0) 2161 : audit [DBG] from='client.? 172.21.15.23:0/1387377835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:45:01.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:45:00.443865+0000 mgr.y (mgr.14556) 8145 : audit [DBG] from='client.33095 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:45:01.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:45:00.734152+0000 mgr.y (mgr.14556) 8146 : audit [DBG] from='client.33101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:45:01.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:45:01.091348+0000 mon.a (mon.0) 2161 : audit [DBG] from='client.? 172.21.15.23:0/1387377835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:45:01.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:45:02.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:01.505100+0000 mgr.y (mgr.14556) 8147 : cluster [DBG] pgmap v7191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:02.621 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:01.505100+0000 mgr.y (mgr.14556) 8147 : cluster [DBG] pgmap v7191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:02.621 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:01.505100+0000 mgr.y (mgr.14556) 8147 : cluster [DBG] pgmap v7191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:04.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:45:03] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:45:04.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:03.505510+0000 mgr.y (mgr.14556) 8148 : cluster [DBG] pgmap v7192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:04.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:03.505510+0000 mgr.y (mgr.14556) 8148 : cluster [DBG] pgmap v7192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:04.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:03.505510+0000 mgr.y (mgr.14556) 8148 : cluster [DBG] pgmap v7192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:06.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:05.506276+0000 mgr.y (mgr.14556) 8149 : cluster [DBG] pgmap v7193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:06.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:05.506276+0000 mgr.y (mgr.14556) 8149 : cluster [DBG] pgmap v7193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:06.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:05.506276+0000 mgr.y (mgr.14556) 8149 : cluster [DBG] pgmap v7193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:08.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:07.506616+0000 mgr.y (mgr.14556) 8150 : cluster [DBG] pgmap v7194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:08.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:07.506616+0000 mgr.y (mgr.14556) 8150 : cluster [DBG] pgmap v7194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:08.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:07.506616+0000 mgr.y (mgr.14556) 8150 : cluster [DBG] pgmap v7194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:10.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:09.506957+0000 mgr.y (mgr.14556) 8151 : cluster [DBG] pgmap v7195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:10.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:09.506957+0000 mgr.y (mgr.14556) 8151 : cluster [DBG] pgmap v7195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:10.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:09.506957+0000 mgr.y (mgr.14556) 8151 : cluster [DBG] pgmap v7195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:11.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:45:12.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:11.507610+0000 mgr.y (mgr.14556) 8152 : cluster [DBG] pgmap v7196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:12.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:11.507610+0000 mgr.y (mgr.14556) 8152 : cluster [DBG] pgmap v7196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:12.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:11.507610+0000 mgr.y (mgr.14556) 8152 : cluster [DBG] pgmap v7196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:14.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:45:13] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:45:14.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:13.507970+0000 mgr.y (mgr.14556) 8153 : cluster [DBG] pgmap v7197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:14.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:13.507970+0000 mgr.y (mgr.14556) 8153 : cluster [DBG] pgmap v7197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:14.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:13.507970+0000 mgr.y (mgr.14556) 8153 : cluster [DBG] pgmap v7197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:16.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:15.508557+0000 mgr.y (mgr.14556) 8154 : cluster [DBG] pgmap v7198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:16.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:15.508557+0000 mgr.y (mgr.14556) 8154 : cluster [DBG] pgmap v7198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:16.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:15.508557+0000 mgr.y (mgr.14556) 8154 : cluster [DBG] pgmap v7198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:18.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:17.509003+0000 mgr.y (mgr.14556) 8155 : cluster [DBG] pgmap v7199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:18.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:17.509003+0000 mgr.y (mgr.14556) 8155 : cluster [DBG] pgmap v7199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:18.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:17.509003+0000 mgr.y (mgr.14556) 8155 : cluster [DBG] pgmap v7199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:20.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:19.509514+0000 mgr.y (mgr.14556) 8156 : cluster [DBG] pgmap v7200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:21.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:19.509514+0000 mgr.y (mgr.14556) 8156 : cluster [DBG] pgmap v7200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:21.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:19.509514+0000 mgr.y (mgr.14556) 8156 : cluster [DBG] pgmap v7200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:21.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:45:22.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:21.510094+0000 mgr.y (mgr.14556) 8157 : cluster [DBG] pgmap v7201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:23.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:21.510094+0000 mgr.y (mgr.14556) 8157 : cluster [DBG] pgmap v7201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:23.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:21.510094+0000 mgr.y (mgr.14556) 8157 : cluster [DBG] pgmap v7201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:24.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:45:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:45:25.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:23.510514+0000 mgr.y (mgr.14556) 8158 : cluster [DBG] pgmap v7202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:25.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:23.510514+0000 mgr.y (mgr.14556) 8158 : cluster [DBG] pgmap v7202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:25.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:23.510514+0000 mgr.y (mgr.14556) 8158 : cluster [DBG] pgmap v7202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:27.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:25.511377+0000 mgr.y (mgr.14556) 8159 : cluster [DBG] pgmap v7203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:27.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:25.511377+0000 mgr.y (mgr.14556) 8159 : cluster [DBG] pgmap v7203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:27.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:25.511377+0000 mgr.y (mgr.14556) 8159 : cluster [DBG] pgmap v7203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:28.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:45:26.710459+0000 mon.a (mon.0) 2162 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:45:28.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:45:27.016633+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:45:28.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:45:27.017294+0000 mon.a (mon.0) 2164 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:45:28.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:45:27.025777+0000 mon.a (mon.0) 2165 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:45:28.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:45:26.710459+0000 mon.a (mon.0) 2162 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:45:28.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:45:27.016633+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:45:28.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:45:27.017294+0000 mon.a (mon.0) 2164 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:45:28.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:45:27.025777+0000 mon.a (mon.0) 2165 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:45:28.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:45:26.710459+0000 mon.a (mon.0) 2162 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:45:28.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:45:27.016633+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:45:28.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:45:27.017294+0000 mon.a (mon.0) 2164 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:45:28.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:45:27.025777+0000 mon.a (mon.0) 2165 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:45:29.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:27.511702+0000 mgr.y (mgr.14556) 8160 : cluster [DBG] pgmap v7204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:29.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:27.511702+0000 mgr.y (mgr.14556) 8160 : cluster [DBG] pgmap v7204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:29.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:27.511702+0000 mgr.y (mgr.14556) 8160 : cluster [DBG] pgmap v7204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:31.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:29.512201+0000 mgr.y (mgr.14556) 8161 : cluster [DBG] pgmap v7205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:31.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:29.512201+0000 mgr.y (mgr.14556) 8161 : cluster [DBG] pgmap v7205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:31.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:29.512201+0000 mgr.y (mgr.14556) 8161 : cluster [DBG] pgmap v7205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:31.406 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:45:31.694 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:45:31.694 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:45:31.694 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4m ago 3h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:45:31.694 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:45:31.694 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:45:31.694 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:45:31.694 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:45:31.694 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:45:31.694 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:45:31.694 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:45:31.694 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3h) 4m ago 3h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:45:31.695 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (3h) 4m ago 3h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:45:31.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:45:31.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:45:31.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:45:31.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:45:31.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:45:31.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:45:31.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:45:31.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:45:31.695 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4m ago 3h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:45:31.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:45:32.043 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:45:32.043 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:45:32.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:45:32.043 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:45:32.043 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:45:32.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:45:32.043 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:45:32.043 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:45:32.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:45:32.043 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:45:32.044 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:45:32.044 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:45:32.044 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:45:32.044 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:45:32.044 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:45:32.044 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:45:32.044 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:45:33.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:45:31.404431+0000 mgr.y (mgr.14556) 8162 : audit [DBG] from='client.33113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:45:33.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:31.512723+0000 mgr.y (mgr.14556) 8163 : cluster [DBG] pgmap v7206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:33.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:45:31.695260+0000 mgr.y (mgr.14556) 8164 : audit [DBG] from='client.23205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:45:33.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:45:32.052647+0000 mon.a (mon.0) 2166 : audit [DBG] from='client.? 172.21.15.23:0/724184116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:45:33.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:45:31.404431+0000 mgr.y (mgr.14556) 8162 : audit [DBG] from='client.33113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:45:33.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:31.512723+0000 mgr.y (mgr.14556) 8163 : cluster [DBG] pgmap v7206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:33.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:45:31.695260+0000 mgr.y (mgr.14556) 8164 : audit [DBG] from='client.23205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:45:33.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:45:32.052647+0000 mon.a (mon.0) 2166 : audit [DBG] from='client.? 172.21.15.23:0/724184116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:45:33.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:45:31.404431+0000 mgr.y (mgr.14556) 8162 : audit [DBG] from='client.33113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:45:33.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:31.512723+0000 mgr.y (mgr.14556) 8163 : cluster [DBG] pgmap v7206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:33.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:45:31.695260+0000 mgr.y (mgr.14556) 8164 : audit [DBG] from='client.23205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:45:33.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:45:32.052647+0000 mon.a (mon.0) 2166 : audit [DBG] from='client.? 172.21.15.23:0/724184116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:45:34.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:45:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:45:35.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:33.513094+0000 mgr.y (mgr.14556) 8165 : cluster [DBG] pgmap v7207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:35.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:33.513094+0000 mgr.y (mgr.14556) 8165 : cluster [DBG] pgmap v7207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:35.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:33.513094+0000 mgr.y (mgr.14556) 8165 : cluster [DBG] pgmap v7207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:37.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:35.513887+0000 mgr.y (mgr.14556) 8166 : cluster [DBG] pgmap v7208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:37.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:35.513887+0000 mgr.y (mgr.14556) 8166 : cluster [DBG] pgmap v7208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:37.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:35.513887+0000 mgr.y (mgr.14556) 8166 : cluster [DBG] pgmap v7208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:38.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:37.514235+0000 mgr.y (mgr.14556) 8167 : cluster [DBG] pgmap v7209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:38.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:37.514235+0000 mgr.y (mgr.14556) 8167 : cluster [DBG] pgmap v7209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:38.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:37.514235+0000 mgr.y (mgr.14556) 8167 : cluster [DBG] pgmap v7209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:40.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:39.514791+0000 mgr.y (mgr.14556) 8168 : cluster [DBG] pgmap v7210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:40.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:39.514791+0000 mgr.y (mgr.14556) 8168 : cluster [DBG] pgmap v7210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:40.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:39.514791+0000 mgr.y (mgr.14556) 8168 : cluster [DBG] pgmap v7210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:41.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:45:42.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:41.515666+0000 mgr.y (mgr.14556) 8169 : cluster [DBG] pgmap v7211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:42.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:41.515666+0000 mgr.y (mgr.14556) 8169 : cluster [DBG] pgmap v7211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:42.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:41.515666+0000 mgr.y (mgr.14556) 8169 : cluster [DBG] pgmap v7211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:44.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:45:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:45:44.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:43.516118+0000 mgr.y (mgr.14556) 8170 : cluster [DBG] pgmap v7212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:44.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:43.516118+0000 mgr.y (mgr.14556) 8170 : cluster [DBG] pgmap v7212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:44.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:43.516118+0000 mgr.y (mgr.14556) 8170 : cluster [DBG] pgmap v7212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:46.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:45.516934+0000 mgr.y (mgr.14556) 8171 : cluster [DBG] pgmap v7213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:46.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:45.516934+0000 mgr.y (mgr.14556) 8171 : cluster [DBG] pgmap v7213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:46.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:45.516934+0000 mgr.y (mgr.14556) 8171 : cluster [DBG] pgmap v7213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:48.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:47.517539+0000 mgr.y (mgr.14556) 8172 : cluster [DBG] pgmap v7214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:48.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:47.517539+0000 mgr.y (mgr.14556) 8172 : cluster [DBG] pgmap v7214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:48.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:47.517539+0000 mgr.y (mgr.14556) 8172 : cluster [DBG] pgmap v7214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:50.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:49.517952+0000 mgr.y (mgr.14556) 8173 : cluster [DBG] pgmap v7215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:50.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:49.517952+0000 mgr.y (mgr.14556) 8173 : cluster [DBG] pgmap v7215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:50.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:49.517952+0000 mgr.y (mgr.14556) 8173 : cluster [DBG] pgmap v7215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:51.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:45:52.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:51.518883+0000 mgr.y (mgr.14556) 8174 : cluster [DBG] pgmap v7216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:52.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:51.518883+0000 mgr.y (mgr.14556) 8174 : cluster [DBG] pgmap v7216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:52.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:51.518883+0000 mgr.y (mgr.14556) 8174 : cluster [DBG] pgmap v7216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:54.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:45:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:45:54.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:53.519356+0000 mgr.y (mgr.14556) 8175 : cluster [DBG] pgmap v7217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:54.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:53.519356+0000 mgr.y (mgr.14556) 8175 : cluster [DBG] pgmap v7217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:54.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:53.519356+0000 mgr.y (mgr.14556) 8175 : cluster [DBG] pgmap v7217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:56.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:55.519896+0000 mgr.y (mgr.14556) 8176 : cluster [DBG] pgmap v7218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:56.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:55.519896+0000 mgr.y (mgr.14556) 8176 : cluster [DBG] pgmap v7218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:56.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:55.519896+0000 mgr.y (mgr.14556) 8176 : cluster [DBG] pgmap v7218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:58.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:45:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:57.520321+0000 mgr.y (mgr.14556) 8177 : cluster [DBG] pgmap v7219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:59.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:57.520321+0000 mgr.y (mgr.14556) 8177 : cluster [DBG] pgmap v7219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:45:59.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:57.520321+0000 mgr.y (mgr.14556) 8177 : cluster [DBG] pgmap v7219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:00.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:45:59.520806+0000 mgr.y (mgr.14556) 8178 : cluster [DBG] pgmap v7220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:01.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:45:59.520806+0000 mgr.y (mgr.14556) 8178 : cluster [DBG] pgmap v7220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:01.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:45:59.520806+0000 mgr.y (mgr.14556) 8178 : cluster [DBG] pgmap v7220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:01.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:46:02.368 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:46:02.657 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 4m ago 3h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (3h) 4m ago 3h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 4m ago 4h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:46:02.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:46:02.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:46:02.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:46:02.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:46:02.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:46:02.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:46:02.659 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 4m ago 4h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:46:02.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:01.521497+0000 mgr.y (mgr.14556) 8179 : cluster [DBG] pgmap v7221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:03.007 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:46:03.007 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:46:03.008 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:46:03.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:01.521497+0000 mgr.y (mgr.14556) 8179 : cluster [DBG] pgmap v7221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:03.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:01.521497+0000 mgr.y (mgr.14556) 8179 : cluster [DBG] pgmap v7221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:04.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:46:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:46:04.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:46:02.365971+0000 mgr.y (mgr.14556) 8180 : audit [DBG] from='client.23217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:46:04.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:46:02.658867+0000 mgr.y (mgr.14556) 8181 : audit [DBG] from='client.33137 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:46:04.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:46:03.017263+0000 mon.a (mon.0) 2167 : audit [DBG] from='client.? 172.21.15.23:0/3110309768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:46:04.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:46:02.365971+0000 mgr.y (mgr.14556) 8180 : audit [DBG] from='client.23217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:46:04.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:46:02.658867+0000 mgr.y (mgr.14556) 8181 : audit [DBG] from='client.33137 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:46:04.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:46:03.017263+0000 mon.a (mon.0) 2167 : audit [DBG] from='client.? 172.21.15.23:0/3110309768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:46:04.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:46:02.365971+0000 mgr.y (mgr.14556) 8180 : audit [DBG] from='client.23217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:46:04.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:46:02.658867+0000 mgr.y (mgr.14556) 8181 : audit [DBG] from='client.33137 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:46:04.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:46:03.017263+0000 mon.a (mon.0) 2167 : audit [DBG] from='client.? 172.21.15.23:0/3110309768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:46:05.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:03.521927+0000 mgr.y (mgr.14556) 8182 : cluster [DBG] pgmap v7222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:05.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:03.521927+0000 mgr.y (mgr.14556) 8182 : cluster [DBG] pgmap v7222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:05.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:03.521927+0000 mgr.y (mgr.14556) 8182 : cluster [DBG] pgmap v7222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:07.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:05.522812+0000 mgr.y (mgr.14556) 8183 : cluster [DBG] pgmap v7223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:07.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:05.522812+0000 mgr.y (mgr.14556) 8183 : cluster [DBG] pgmap v7223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:07.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:05.522812+0000 mgr.y (mgr.14556) 8183 : cluster [DBG] pgmap v7223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:09.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:07.523234+0000 mgr.y (mgr.14556) 8184 : cluster [DBG] pgmap v7224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:09.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:07.523234+0000 mgr.y (mgr.14556) 8184 : cluster [DBG] pgmap v7224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:09.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:07.523234+0000 mgr.y (mgr.14556) 8184 : cluster [DBG] pgmap v7224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:11.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:09.523784+0000 mgr.y (mgr.14556) 8185 : cluster [DBG] pgmap v7225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:11.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:09.523784+0000 mgr.y (mgr.14556) 8185 : cluster [DBG] pgmap v7225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:11.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:09.523784+0000 mgr.y (mgr.14556) 8185 : cluster [DBG] pgmap v7225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:11.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:46:13.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:11.524427+0000 mgr.y (mgr.14556) 8186 : cluster [DBG] pgmap v7226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:13.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:11.524427+0000 mgr.y (mgr.14556) 8186 : cluster [DBG] pgmap v7226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:13.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:11.524427+0000 mgr.y (mgr.14556) 8186 : cluster [DBG] pgmap v7226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:14.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:46:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:46:15.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:13.524906+0000 mgr.y (mgr.14556) 8187 : cluster [DBG] pgmap v7227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:15.135 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:13.524906+0000 mgr.y (mgr.14556) 8187 : cluster [DBG] pgmap v7227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:15.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:13.524906+0000 mgr.y (mgr.14556) 8187 : cluster [DBG] pgmap v7227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:17.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:15.525496+0000 mgr.y (mgr.14556) 8188 : cluster [DBG] pgmap v7228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:17.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:15.525496+0000 mgr.y (mgr.14556) 8188 : cluster [DBG] pgmap v7228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:17.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:15.525496+0000 mgr.y (mgr.14556) 8188 : cluster [DBG] pgmap v7228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:19.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:17.525949+0000 mgr.y (mgr.14556) 8189 : cluster [DBG] pgmap v7229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:19.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:17.525949+0000 mgr.y (mgr.14556) 8189 : cluster [DBG] pgmap v7229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:19.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:17.525949+0000 mgr.y (mgr.14556) 8189 : cluster [DBG] pgmap v7229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:21.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:19.526485+0000 mgr.y (mgr.14556) 8190 : cluster [DBG] pgmap v7230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:21.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:19.526485+0000 mgr.y (mgr.14556) 8190 : cluster [DBG] pgmap v7230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:21.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:19.526485+0000 mgr.y (mgr.14556) 8190 : cluster [DBG] pgmap v7230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:21.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:46:23.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:21.527136+0000 mgr.y (mgr.14556) 8191 : cluster [DBG] pgmap v7231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:23.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:21.527136+0000 mgr.y (mgr.14556) 8191 : cluster [DBG] pgmap v7231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:23.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:21.527136+0000 mgr.y (mgr.14556) 8191 : cluster [DBG] pgmap v7231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:24.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:46:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:46:25.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:23.527627+0000 mgr.y (mgr.14556) 8192 : cluster [DBG] pgmap v7232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:25.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:23.527627+0000 mgr.y (mgr.14556) 8192 : cluster [DBG] pgmap v7232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:25.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:23.527627+0000 mgr.y (mgr.14556) 8192 : cluster [DBG] pgmap v7232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:27.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:25.528512+0000 mgr.y (mgr.14556) 8193 : cluster [DBG] pgmap v7233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:27.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:25.528512+0000 mgr.y (mgr.14556) 8193 : cluster [DBG] pgmap v7233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:27.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:25.528512+0000 mgr.y (mgr.14556) 8193 : cluster [DBG] pgmap v7233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:28.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:46:27.030010+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:46:28.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:46:27.334853+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:46:28.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:46:27.335517+0000 mon.a (mon.0) 2170 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:46:28.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:46:27.341268+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:46:28.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:46:27.030010+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:46:28.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:46:27.334853+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:46:28.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:46:27.335517+0000 mon.a (mon.0) 2170 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:46:28.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:46:27.341268+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:46:28.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:46:27.030010+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:46:28.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:46:27.334853+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:46:28.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:46:27.335517+0000 mon.a (mon.0) 2170 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:46:28.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:46:27.341268+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:46:29.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:27.528867+0000 mgr.y (mgr.14556) 8194 : cluster [DBG] pgmap v7234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:29.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:27.528867+0000 mgr.y (mgr.14556) 8194 : cluster [DBG] pgmap v7234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:29.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:27.528867+0000 mgr.y (mgr.14556) 8194 : cluster [DBG] pgmap v7234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:31.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:29.529299+0000 mgr.y (mgr.14556) 8195 : cluster [DBG] pgmap v7235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:31.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:29.529299+0000 mgr.y (mgr.14556) 8195 : cluster [DBG] pgmap v7235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:31.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:29.529299+0000 mgr.y (mgr.14556) 8195 : cluster [DBG] pgmap v7235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:31.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:46:33.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:31.529919+0000 mgr.y (mgr.14556) 8196 : cluster [DBG] pgmap v7236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:33.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:31.529919+0000 mgr.y (mgr.14556) 8196 : cluster [DBG] pgmap v7236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:33.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:31.529919+0000 mgr.y (mgr.14556) 8196 : cluster [DBG] pgmap v7236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:33.332 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:46:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:46:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3h) 5m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:46:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 5m ago 4h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:46:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:46:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 5m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:46:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 5m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:46:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:46:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:46:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 5m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:46:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:46:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5m ago 4h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:46:33.625 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 5m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:46:33.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:46:33.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:46:33.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:46:33.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:46:33.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 5m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:46:33.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 5m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:46:33.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 5m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:46:33.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 5m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:46:33.626 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 5m ago 4h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:46:33.976 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:46:33.976 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:46:33.976 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:46:33.976 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:46:33.976 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:46:33.976 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:46:33.976 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:46:33.976 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:46:33.976 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:46:33.976 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:46:33.976 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:46:33.977 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:46:33.977 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:46:33.977 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:46:33.977 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:46:33.977 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:46:33.977 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:46:34.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:46:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:46:35.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:46:33.330168+0000 mgr.y (mgr.14556) 8197 : audit [DBG] from='client.23235 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:46:35.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:33.530218+0000 mgr.y (mgr.14556) 8198 : cluster [DBG] pgmap v7237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:35.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:46:33.626813+0000 mgr.y (mgr.14556) 8199 : audit [DBG] from='client.23241 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:46:35.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:46:33.985677+0000 mon.a (mon.0) 2172 : audit [DBG] from='client.? 172.21.15.23:0/2749355942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:46:35.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:46:33.330168+0000 mgr.y (mgr.14556) 8197 : audit [DBG] from='client.23235 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:46:35.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:33.530218+0000 mgr.y (mgr.14556) 8198 : cluster [DBG] pgmap v7237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:35.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:46:33.626813+0000 mgr.y (mgr.14556) 8199 : audit [DBG] from='client.23241 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:46:35.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:46:33.985677+0000 mon.a (mon.0) 2172 : audit [DBG] from='client.? 172.21.15.23:0/2749355942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:46:35.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:46:33.330168+0000 mgr.y (mgr.14556) 8197 : audit [DBG] from='client.23235 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:46:35.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:33.530218+0000 mgr.y (mgr.14556) 8198 : cluster [DBG] pgmap v7237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:35.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:46:33.626813+0000 mgr.y (mgr.14556) 8199 : audit [DBG] from='client.23241 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:46:35.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:46:33.985677+0000 mon.a (mon.0) 2172 : audit [DBG] from='client.? 172.21.15.23:0/2749355942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:46:37.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:35.530842+0000 mgr.y (mgr.14556) 8200 : cluster [DBG] pgmap v7238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:37.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:35.530842+0000 mgr.y (mgr.14556) 8200 : cluster [DBG] pgmap v7238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:37.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:35.530842+0000 mgr.y (mgr.14556) 8200 : cluster [DBG] pgmap v7238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:39.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:37.531277+0000 mgr.y (mgr.14556) 8201 : cluster [DBG] pgmap v7239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:39.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:37.531277+0000 mgr.y (mgr.14556) 8201 : cluster [DBG] pgmap v7239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:39.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:37.531277+0000 mgr.y (mgr.14556) 8201 : cluster [DBG] pgmap v7239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:41.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:39.531752+0000 mgr.y (mgr.14556) 8202 : cluster [DBG] pgmap v7240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:41.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:39.531752+0000 mgr.y (mgr.14556) 8202 : cluster [DBG] pgmap v7240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:41.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:39.531752+0000 mgr.y (mgr.14556) 8202 : cluster [DBG] pgmap v7240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:41.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:46:43.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:41.532454+0000 mgr.y (mgr.14556) 8203 : cluster [DBG] pgmap v7241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:43.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:41.532454+0000 mgr.y (mgr.14556) 8203 : cluster [DBG] pgmap v7241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:43.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:41.532454+0000 mgr.y (mgr.14556) 8203 : cluster [DBG] pgmap v7241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:44.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:46:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:46:45.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:43.532900+0000 mgr.y (mgr.14556) 8204 : cluster [DBG] pgmap v7242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:45.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:43.532900+0000 mgr.y (mgr.14556) 8204 : cluster [DBG] pgmap v7242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:45.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:43.532900+0000 mgr.y (mgr.14556) 8204 : cluster [DBG] pgmap v7242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:47.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:45.533539+0000 mgr.y (mgr.14556) 8205 : cluster [DBG] pgmap v7243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:47.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:45.533539+0000 mgr.y (mgr.14556) 8205 : cluster [DBG] pgmap v7243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:47.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:45.533539+0000 mgr.y (mgr.14556) 8205 : cluster [DBG] pgmap v7243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:49.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:47.533935+0000 mgr.y (mgr.14556) 8206 : cluster [DBG] pgmap v7244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:49.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:47.533935+0000 mgr.y (mgr.14556) 8206 : cluster [DBG] pgmap v7244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:49.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:47.533935+0000 mgr.y (mgr.14556) 8206 : cluster [DBG] pgmap v7244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:51.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:49.534495+0000 mgr.y (mgr.14556) 8207 : cluster [DBG] pgmap v7245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:51.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:49.534495+0000 mgr.y (mgr.14556) 8207 : cluster [DBG] pgmap v7245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:51.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:49.534495+0000 mgr.y (mgr.14556) 8207 : cluster [DBG] pgmap v7245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:51.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:46:53.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:51.535359+0000 mgr.y (mgr.14556) 8208 : cluster [DBG] pgmap v7246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:53.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:51.535359+0000 mgr.y (mgr.14556) 8208 : cluster [DBG] pgmap v7246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:53.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:51.535359+0000 mgr.y (mgr.14556) 8208 : cluster [DBG] pgmap v7246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:54.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:46:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:46:55.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:53.535723+0000 mgr.y (mgr.14556) 8209 : cluster [DBG] pgmap v7247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:55.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:53.535723+0000 mgr.y (mgr.14556) 8209 : cluster [DBG] pgmap v7247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:55.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:53.535723+0000 mgr.y (mgr.14556) 8209 : cluster [DBG] pgmap v7247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:57.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:55.536357+0000 mgr.y (mgr.14556) 8210 : cluster [DBG] pgmap v7248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:57.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:55.536357+0000 mgr.y (mgr.14556) 8210 : cluster [DBG] pgmap v7248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:57.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:55.536357+0000 mgr.y (mgr.14556) 8210 : cluster [DBG] pgmap v7248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:59.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:46:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:57.536809+0000 mgr.y (mgr.14556) 8211 : cluster [DBG] pgmap v7249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:59.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:46:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:57.536809+0000 mgr.y (mgr.14556) 8211 : cluster [DBG] pgmap v7249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:46:59.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:46:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:57.536809+0000 mgr.y (mgr.14556) 8211 : cluster [DBG] pgmap v7249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:01.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:46:59.537298+0000 mgr.y (mgr.14556) 8212 : cluster [DBG] pgmap v7250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:01.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:46:59.537298+0000 mgr.y (mgr.14556) 8212 : cluster [DBG] pgmap v7250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:01.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:46:59.537298+0000 mgr.y (mgr.14556) 8212 : cluster [DBG] pgmap v7250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:01.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:47:03.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:01.538092+0000 mgr.y (mgr.14556) 8213 : cluster [DBG] pgmap v7251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:03.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:01.538092+0000 mgr.y (mgr.14556) 8213 : cluster [DBG] pgmap v7251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:03.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:01.538092+0000 mgr.y (mgr.14556) 8213 : cluster [DBG] pgmap v7251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:04.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:47:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T10:47:04.302 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:47:04.587 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:47:04.587 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 5m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:47:04.587 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 5m ago 4h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:47:04.587 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:47:04.587 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 5m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:47:04.587 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 5m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:47:04.587 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 5m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5m ago 4h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 5m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 5m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 5m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 5m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 5m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:47:04.588 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (3h) 5m ago 4h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:47:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:47:04.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:47:04.938 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:47:05.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:03.538585+0000 mgr.y (mgr.14556) 8214 : cluster [DBG] pgmap v7252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:05.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:03.538585+0000 mgr.y (mgr.14556) 8214 : cluster [DBG] pgmap v7252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:05.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:03.538585+0000 mgr.y (mgr.14556) 8214 : cluster [DBG] pgmap v7252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:06.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:47:04.300171+0000 mgr.y (mgr.14556) 8215 : audit [DBG] from='client.33167 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:47:06.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:47:04.588973+0000 mgr.y (mgr.14556) 8216 : audit [DBG] from='client.33173 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:47:06.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:47:04.947136+0000 mon.a (mon.0) 2173 : audit [DBG] from='client.? 172.21.15.23:0/3850082247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:47:06.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:47:04.300171+0000 mgr.y (mgr.14556) 8215 : audit [DBG] from='client.33167 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:47:06.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:47:04.588973+0000 mgr.y (mgr.14556) 8216 : audit [DBG] from='client.33173 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:47:06.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:47:04.947136+0000 mon.a (mon.0) 2173 : audit [DBG] from='client.? 172.21.15.23:0/3850082247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:47:06.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:47:04.300171+0000 mgr.y (mgr.14556) 8215 : audit [DBG] from='client.33167 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:47:06.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:47:04.588973+0000 mgr.y (mgr.14556) 8216 : audit [DBG] from='client.33173 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:47:06.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:47:04.947136+0000 mon.a (mon.0) 2173 : audit [DBG] from='client.? 172.21.15.23:0/3850082247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:47:07.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:05.539294+0000 mgr.y (mgr.14556) 8217 : cluster [DBG] pgmap v7253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:07.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:05.539294+0000 mgr.y (mgr.14556) 8217 : cluster [DBG] pgmap v7253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:07.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:05.539294+0000 mgr.y (mgr.14556) 8217 : cluster [DBG] pgmap v7253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:09.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:07.539648+0000 mgr.y (mgr.14556) 8218 : cluster [DBG] pgmap v7254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:09.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:07.539648+0000 mgr.y (mgr.14556) 8218 : cluster [DBG] pgmap v7254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:09.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:07.539648+0000 mgr.y (mgr.14556) 8218 : cluster [DBG] pgmap v7254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:11.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:09.540163+0000 mgr.y (mgr.14556) 8219 : cluster [DBG] pgmap v7255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:11.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:09.540163+0000 mgr.y (mgr.14556) 8219 : cluster [DBG] pgmap v7255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:11.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:09.540163+0000 mgr.y (mgr.14556) 8219 : cluster [DBG] pgmap v7255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:11.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:47:13.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:11.540996+0000 mgr.y (mgr.14556) 8220 : cluster [DBG] pgmap v7256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:13.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:11.540996+0000 mgr.y (mgr.14556) 8220 : cluster [DBG] pgmap v7256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:13.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:11.540996+0000 mgr.y (mgr.14556) 8220 : cluster [DBG] pgmap v7256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:14.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:47:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:47:15.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:13.541377+0000 mgr.y (mgr.14556) 8221 : cluster [DBG] pgmap v7257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:15.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:13.541377+0000 mgr.y (mgr.14556) 8221 : cluster [DBG] pgmap v7257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:15.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:13.541377+0000 mgr.y (mgr.14556) 8221 : cluster [DBG] pgmap v7257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:17.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:15.542208+0000 mgr.y (mgr.14556) 8222 : cluster [DBG] pgmap v7258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:17.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:15.542208+0000 mgr.y (mgr.14556) 8222 : cluster [DBG] pgmap v7258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:17.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:15.542208+0000 mgr.y (mgr.14556) 8222 : cluster [DBG] pgmap v7258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:19.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:17.542625+0000 mgr.y (mgr.14556) 8223 : cluster [DBG] pgmap v7259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:19.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:17.542625+0000 mgr.y (mgr.14556) 8223 : cluster [DBG] pgmap v7259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:19.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:17.542625+0000 mgr.y (mgr.14556) 8223 : cluster [DBG] pgmap v7259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:21.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:19.543106+0000 mgr.y (mgr.14556) 8224 : cluster [DBG] pgmap v7260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:21.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:19.543106+0000 mgr.y (mgr.14556) 8224 : cluster [DBG] pgmap v7260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:21.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:19.543106+0000 mgr.y (mgr.14556) 8224 : cluster [DBG] pgmap v7260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:21.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:47:23.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:21.543742+0000 mgr.y (mgr.14556) 8225 : cluster [DBG] pgmap v7261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:23.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:21.543742+0000 mgr.y (mgr.14556) 8225 : cluster [DBG] pgmap v7261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:23.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:21.543742+0000 mgr.y (mgr.14556) 8225 : cluster [DBG] pgmap v7261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:24.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:47:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:47:25.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:23.544228+0000 mgr.y (mgr.14556) 8226 : cluster [DBG] pgmap v7262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:25.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:23.544228+0000 mgr.y (mgr.14556) 8226 : cluster [DBG] pgmap v7262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:25.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:23.544228+0000 mgr.y (mgr.14556) 8226 : cluster [DBG] pgmap v7262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:27.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:25.544923+0000 mgr.y (mgr.14556) 8227 : cluster [DBG] pgmap v7263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:27.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:25.544923+0000 mgr.y (mgr.14556) 8227 : cluster [DBG] pgmap v7263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:27.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:25.544923+0000 mgr.y (mgr.14556) 8227 : cluster [DBG] pgmap v7263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:28.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:47:27.346392+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:47:28.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:47:27.346392+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:47:28.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:47:27.346392+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:47:29.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:27.545252+0000 mgr.y (mgr.14556) 8228 : cluster [DBG] pgmap v7264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:29.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:27.545252+0000 mgr.y (mgr.14556) 8228 : cluster [DBG] pgmap v7264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:29.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:27.545252+0000 mgr.y (mgr.14556) 8228 : cluster [DBG] pgmap v7264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:31.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:29.545688+0000 mgr.y (mgr.14556) 8229 : cluster [DBG] pgmap v7265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:31.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:47:30.555543+0000 mon.a (mon.0) 2175 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:47:31.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:47:30.846177+0000 mon.a (mon.0) 2176 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:47:31.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:47:30.846824+0000 mon.a (mon.0) 2177 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:47:31.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:47:30.853029+0000 mon.a (mon.0) 2178 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:47:31.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:29.545688+0000 mgr.y (mgr.14556) 8229 : cluster [DBG] pgmap v7265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:31.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:47:30.555543+0000 mon.a (mon.0) 2175 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:47:31.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:47:30.846177+0000 mon.a (mon.0) 2176 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:47:31.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:47:30.846824+0000 mon.a (mon.0) 2177 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:47:31.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:47:30.853029+0000 mon.a (mon.0) 2178 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:47:31.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:29.545688+0000 mgr.y (mgr.14556) 8229 : cluster [DBG] pgmap v7265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:31.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:47:30.555543+0000 mon.a (mon.0) 2175 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:47:31.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:47:30.846177+0000 mon.a (mon.0) 2176 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:47:31.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:47:30.846824+0000 mon.a (mon.0) 2177 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:47:31.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:47:30.853029+0000 mon.a (mon.0) 2178 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:47:31.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:47:33.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:31.546391+0000 mgr.y (mgr.14556) 8230 : cluster [DBG] pgmap v7266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:33.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:31.546391+0000 mgr.y (mgr.14556) 8230 : cluster [DBG] pgmap v7266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:33.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:31.546391+0000 mgr.y (mgr.14556) 8230 : cluster [DBG] pgmap v7266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:34.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:47:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:47:35.263 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:47:35.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:33.546763+0000 mgr.y (mgr.14556) 8231 : cluster [DBG] pgmap v7267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:35.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:33.546763+0000 mgr.y (mgr.14556) 8231 : cluster [DBG] pgmap v7267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:35.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:33.546763+0000 mgr.y (mgr.14556) 8231 : cluster [DBG] pgmap v7267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:35.552 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:47:35.552 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 6m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:47:35.552 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 6m ago 4h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:47:35.552 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 6m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:47:35.552 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 6m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:47:35.552 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 6m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:47:35.552 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 6m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:47:35.552 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 6m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 6m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 6m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 6m ago 4h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 6m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 6m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 6m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 6m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 6m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 6m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 6m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 6m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 6m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:47:35.553 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 6m ago 4h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:47:35.898 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:47:35.899 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:47:35.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:47:35.900 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:47:35.900 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:47:36.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:47:35.908350+0000 mon.a (mon.0) 2179 : audit [DBG] from='client.? 172.21.15.23:0/1198944106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:47:36.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:47:35.908350+0000 mon.a (mon.0) 2179 : audit [DBG] from='client.? 172.21.15.23:0/1198944106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:47:36.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:47:35.908350+0000 mon.a (mon.0) 2179 : audit [DBG] from='client.? 172.21.15.23:0/1198944106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:47:37.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:47:35.261054+0000 mgr.y (mgr.14556) 8232 : audit [DBG] from='client.23271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:47:37.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:35.547244+0000 mgr.y (mgr.14556) 8233 : cluster [DBG] pgmap v7268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:37.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:47:35.554016+0000 mgr.y (mgr.14556) 8234 : audit [DBG] from='client.23277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:47:37.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:47:35.261054+0000 mgr.y (mgr.14556) 8232 : audit [DBG] from='client.23271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:47:37.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:35.547244+0000 mgr.y (mgr.14556) 8233 : cluster [DBG] pgmap v7268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:37.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:47:35.554016+0000 mgr.y (mgr.14556) 8234 : audit [DBG] from='client.23277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:47:37.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:47:35.261054+0000 mgr.y (mgr.14556) 8232 : audit [DBG] from='client.23271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:47:37.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:35.547244+0000 mgr.y (mgr.14556) 8233 : cluster [DBG] pgmap v7268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:37.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:47:35.554016+0000 mgr.y (mgr.14556) 8234 : audit [DBG] from='client.23277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:47:39.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:37.547632+0000 mgr.y (mgr.14556) 8235 : cluster [DBG] pgmap v7269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:39.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:37.547632+0000 mgr.y (mgr.14556) 8235 : cluster [DBG] pgmap v7269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:39.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:37.547632+0000 mgr.y (mgr.14556) 8235 : cluster [DBG] pgmap v7269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:40.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:39.548085+0000 mgr.y (mgr.14556) 8236 : cluster [DBG] pgmap v7270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:40.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:39.548085+0000 mgr.y (mgr.14556) 8236 : cluster [DBG] pgmap v7270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:40.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:39.548085+0000 mgr.y (mgr.14556) 8236 : cluster [DBG] pgmap v7270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:41.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:47:42.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:41.548718+0000 mgr.y (mgr.14556) 8237 : cluster [DBG] pgmap v7271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:42.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:41.548718+0000 mgr.y (mgr.14556) 8237 : cluster [DBG] pgmap v7271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:42.903 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:41.548718+0000 mgr.y (mgr.14556) 8237 : cluster [DBG] pgmap v7271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:44.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:47:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:47:44.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:43.549247+0000 mgr.y (mgr.14556) 8238 : cluster [DBG] pgmap v7272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:44.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:43.549247+0000 mgr.y (mgr.14556) 8238 : cluster [DBG] pgmap v7272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:44.903 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:43.549247+0000 mgr.y (mgr.14556) 8238 : cluster [DBG] pgmap v7272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:46.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:45.550049+0000 mgr.y (mgr.14556) 8239 : cluster [DBG] pgmap v7273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:47.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:45.550049+0000 mgr.y (mgr.14556) 8239 : cluster [DBG] pgmap v7273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:47.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:45.550049+0000 mgr.y (mgr.14556) 8239 : cluster [DBG] pgmap v7273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:48.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:47.550604+0000 mgr.y (mgr.14556) 8240 : cluster [DBG] pgmap v7274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:49.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:47.550604+0000 mgr.y (mgr.14556) 8240 : cluster [DBG] pgmap v7274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:49.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:47.550604+0000 mgr.y (mgr.14556) 8240 : cluster [DBG] pgmap v7274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:51.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:49.551083+0000 mgr.y (mgr.14556) 8241 : cluster [DBG] pgmap v7275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:51.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:49.551083+0000 mgr.y (mgr.14556) 8241 : cluster [DBG] pgmap v7275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:51.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:49.551083+0000 mgr.y (mgr.14556) 8241 : cluster [DBG] pgmap v7275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:51.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:47:53.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:51.551791+0000 mgr.y (mgr.14556) 8242 : cluster [DBG] pgmap v7276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:53.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:51.551791+0000 mgr.y (mgr.14556) 8242 : cluster [DBG] pgmap v7276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:53.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:51.551791+0000 mgr.y (mgr.14556) 8242 : cluster [DBG] pgmap v7276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:54.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:47:53] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:47:55.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:53.552201+0000 mgr.y (mgr.14556) 8243 : cluster [DBG] pgmap v7277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:55.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:53.552201+0000 mgr.y (mgr.14556) 8243 : cluster [DBG] pgmap v7277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:55.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:53.552201+0000 mgr.y (mgr.14556) 8243 : cluster [DBG] pgmap v7277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:57.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:55.552785+0000 mgr.y (mgr.14556) 8244 : cluster [DBG] pgmap v7278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:57.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:55.552785+0000 mgr.y (mgr.14556) 8244 : cluster [DBG] pgmap v7278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:57.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:55.552785+0000 mgr.y (mgr.14556) 8244 : cluster [DBG] pgmap v7278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:59.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:47:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:57.553285+0000 mgr.y (mgr.14556) 8245 : cluster [DBG] pgmap v7279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:59.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:47:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:57.553285+0000 mgr.y (mgr.14556) 8245 : cluster [DBG] pgmap v7279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:47:59.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:47:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:57.553285+0000 mgr.y (mgr.14556) 8245 : cluster [DBG] pgmap v7279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:01.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:47:59.553845+0000 mgr.y (mgr.14556) 8246 : cluster [DBG] pgmap v7280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:01.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:47:59.553845+0000 mgr.y (mgr.14556) 8246 : cluster [DBG] pgmap v7280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:01.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:47:59.553845+0000 mgr.y (mgr.14556) 8246 : cluster [DBG] pgmap v7280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:01.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:48:03.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:01.554505+0000 mgr.y (mgr.14556) 8247 : cluster [DBG] pgmap v7281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:03.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:01.554505+0000 mgr.y (mgr.14556) 8247 : cluster [DBG] pgmap v7281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:03.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:01.554505+0000 mgr.y (mgr.14556) 8247 : cluster [DBG] pgmap v7281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:04.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:48:03] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:48:05.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:03.555003+0000 mgr.y (mgr.14556) 8248 : cluster [DBG] pgmap v7282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:05.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:03.555003+0000 mgr.y (mgr.14556) 8248 : cluster [DBG] pgmap v7282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:05.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:03.555003+0000 mgr.y (mgr.14556) 8248 : cluster [DBG] pgmap v7282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:06.222 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:48:06.514 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:48:06.514 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 6m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:48:06.514 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 6m ago 4h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:48:06.514 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 6m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:48:06.514 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 6m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:48:06.514 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 6m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:48:06.514 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 6m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:48:06.514 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 6m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:48:06.514 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 6m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:48:06.514 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 6m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:48:06.515 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 6m ago 4h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:48:06.515 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 6m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:48:06.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 6m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:48:06.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 6m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:48:06.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 6m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:48:06.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 6m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:48:06.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 6m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:48:06.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 6m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:48:06.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 6m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:48:06.515 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 6m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:48:06.515 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 6m ago 4h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:48:06.864 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:48:06.864 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:48:06.864 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:48:06.864 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:48:06.865 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:48:07.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:05.555655+0000 mgr.y (mgr.14556) 8249 : cluster [DBG] pgmap v7283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:07.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:05.555655+0000 mgr.y (mgr.14556) 8249 : cluster [DBG] pgmap v7283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:07.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:05.555655+0000 mgr.y (mgr.14556) 8249 : cluster [DBG] pgmap v7283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:08.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:48:06.219763+0000 mgr.y (mgr.14556) 8250 : audit [DBG] from='client.33203 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:48:08.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:48:06.515764+0000 mgr.y (mgr.14556) 8251 : audit [DBG] from='client.23295 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:48:08.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:48:06.874228+0000 mon.a (mon.0) 2180 : audit [DBG] from='client.? 172.21.15.23:0/1954601804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:48:08.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:48:06.219763+0000 mgr.y (mgr.14556) 8250 : audit [DBG] from='client.33203 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:48:08.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:48:06.515764+0000 mgr.y (mgr.14556) 8251 : audit [DBG] from='client.23295 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:48:08.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:48:06.874228+0000 mon.a (mon.0) 2180 : audit [DBG] from='client.? 172.21.15.23:0/1954601804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:48:08.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:48:06.219763+0000 mgr.y (mgr.14556) 8250 : audit [DBG] from='client.33203 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:48:08.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:48:06.515764+0000 mgr.y (mgr.14556) 8251 : audit [DBG] from='client.23295 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:48:08.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:48:06.874228+0000 mon.a (mon.0) 2180 : audit [DBG] from='client.? 172.21.15.23:0/1954601804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:48:09.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:07.556087+0000 mgr.y (mgr.14556) 8252 : cluster [DBG] pgmap v7284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:09.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:07.556087+0000 mgr.y (mgr.14556) 8252 : cluster [DBG] pgmap v7284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:09.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:07.556087+0000 mgr.y (mgr.14556) 8252 : cluster [DBG] pgmap v7284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:11.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:09.556650+0000 mgr.y (mgr.14556) 8253 : cluster [DBG] pgmap v7285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:11.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:09.556650+0000 mgr.y (mgr.14556) 8253 : cluster [DBG] pgmap v7285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:11.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:09.556650+0000 mgr.y (mgr.14556) 8253 : cluster [DBG] pgmap v7285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:11.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:48:13.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:11.557289+0000 mgr.y (mgr.14556) 8254 : cluster [DBG] pgmap v7286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:13.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:11.557289+0000 mgr.y (mgr.14556) 8254 : cluster [DBG] pgmap v7286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:13.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:11.557289+0000 mgr.y (mgr.14556) 8254 : cluster [DBG] pgmap v7286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:14.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:48:13] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:48:15.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:13.557713+0000 mgr.y (mgr.14556) 8255 : cluster [DBG] pgmap v7287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:15.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:13.557713+0000 mgr.y (mgr.14556) 8255 : cluster [DBG] pgmap v7287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:15.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:13.557713+0000 mgr.y (mgr.14556) 8255 : cluster [DBG] pgmap v7287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:17.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:15.558323+0000 mgr.y (mgr.14556) 8256 : cluster [DBG] pgmap v7288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:17.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:15.558323+0000 mgr.y (mgr.14556) 8256 : cluster [DBG] pgmap v7288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:17.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:15.558323+0000 mgr.y (mgr.14556) 8256 : cluster [DBG] pgmap v7288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:19.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:17.558901+0000 mgr.y (mgr.14556) 8257 : cluster [DBG] pgmap v7289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:19.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:17.558901+0000 mgr.y (mgr.14556) 8257 : cluster [DBG] pgmap v7289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:19.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:17.558901+0000 mgr.y (mgr.14556) 8257 : cluster [DBG] pgmap v7289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:21.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:19.559406+0000 mgr.y (mgr.14556) 8258 : cluster [DBG] pgmap v7290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:21.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:19.559406+0000 mgr.y (mgr.14556) 8258 : cluster [DBG] pgmap v7290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:21.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:19.559406+0000 mgr.y (mgr.14556) 8258 : cluster [DBG] pgmap v7290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:21.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:48:23.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:21.560275+0000 mgr.y (mgr.14556) 8259 : cluster [DBG] pgmap v7291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:23.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:21.560275+0000 mgr.y (mgr.14556) 8259 : cluster [DBG] pgmap v7291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:23.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:21.560275+0000 mgr.y (mgr.14556) 8259 : cluster [DBG] pgmap v7291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:24.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:48:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:48:25.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:23.560692+0000 mgr.y (mgr.14556) 8260 : cluster [DBG] pgmap v7292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:25.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:23.560692+0000 mgr.y (mgr.14556) 8260 : cluster [DBG] pgmap v7292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:25.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:23.560692+0000 mgr.y (mgr.14556) 8260 : cluster [DBG] pgmap v7292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:27.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:25.561400+0000 mgr.y (mgr.14556) 8261 : cluster [DBG] pgmap v7293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:27.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:25.561400+0000 mgr.y (mgr.14556) 8261 : cluster [DBG] pgmap v7293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:27.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:25.561400+0000 mgr.y (mgr.14556) 8261 : cluster [DBG] pgmap v7293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:29.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:27.561867+0000 mgr.y (mgr.14556) 8262 : cluster [DBG] pgmap v7294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:29.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:27.561867+0000 mgr.y (mgr.14556) 8262 : cluster [DBG] pgmap v7294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:29.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:27.561867+0000 mgr.y (mgr.14556) 8262 : cluster [DBG] pgmap v7294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:31.363 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:29.562441+0000 mgr.y (mgr.14556) 8263 : cluster [DBG] pgmap v7295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:31.363 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:48:30.857978+0000 mon.a (mon.0) 2181 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:48:31.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:29.562441+0000 mgr.y (mgr.14556) 8263 : cluster [DBG] pgmap v7295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:31.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:48:30.857978+0000 mon.a (mon.0) 2181 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:48:31.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:29.562441+0000 mgr.y (mgr.14556) 8263 : cluster [DBG] pgmap v7295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:31.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:48:30.857978+0000 mon.a (mon.0) 2181 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:48:31.653 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:48:33.220 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:31.563044+0000 mgr.y (mgr.14556) 8264 : cluster [DBG] pgmap v7296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:33.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:31.563044+0000 mgr.y (mgr.14556) 8264 : cluster [DBG] pgmap v7296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:33.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:31.563044+0000 mgr.y (mgr.14556) 8264 : cluster [DBG] pgmap v7296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:34.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:48:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:48:35.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:33.563492+0000 mgr.y (mgr.14556) 8265 : cluster [DBG] pgmap v7297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:35.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:48:34.180844+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:48:35.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:48:34.473715+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:48:35.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:48:34.474641+0000 mon.a (mon.0) 2184 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:48:35.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:48:34.484861+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:48:35.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:33.563492+0000 mgr.y (mgr.14556) 8265 : cluster [DBG] pgmap v7297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:35.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:48:34.180844+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:48:35.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:48:34.473715+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:48:35.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:48:34.474641+0000 mon.a (mon.0) 2184 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:48:35.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:48:34.484861+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:48:35.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:33.563492+0000 mgr.y (mgr.14556) 8265 : cluster [DBG] pgmap v7297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:35.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:48:34.180844+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:48:35.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:48:34.473715+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:48:35.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:48:34.474641+0000 mon.a (mon.0) 2184 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:48:35.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:48:34.484861+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:48:37.190 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:48:37.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:35.564099+0000 mgr.y (mgr.14556) 8266 : cluster [DBG] pgmap v7298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:37.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:35.564099+0000 mgr.y (mgr.14556) 8266 : cluster [DBG] pgmap v7298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:37.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:35.564099+0000 mgr.y (mgr.14556) 8266 : cluster [DBG] pgmap v7298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:37.481 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:48:37.481 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 7m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:48:37.481 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 7m ago 4h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:48:37.481 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 7m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 7m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 7m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 7m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 7m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 7m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 7m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 7m ago 4h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 7m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 7m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 7m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 7m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 7m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:48:37.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 7m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:48:37.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 7m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:48:37.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 7m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:48:37.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 7m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:48:37.483 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 7m ago 4h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:48:37.830 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:48:37.830 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:48:37.830 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:48:37.830 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:48:37.830 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:48:37.830 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:48:37.831 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:48:37.831 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:48:37.831 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:48:37.831 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:48:37.831 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:48:37.831 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:48:37.831 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:48:37.831 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:48:37.832 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:48:37.832 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:48:37.832 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:48:38.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:48:37.839682+0000 mon.c (mon.2) 223 : audit [DBG] from='client.? 172.21.15.23:0/3622783669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:48:38.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:48:37.839682+0000 mon.c (mon.2) 223 : audit [DBG] from='client.? 172.21.15.23:0/3622783669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:48:38.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:48:37.839682+0000 mon.c (mon.2) 223 : audit [DBG] from='client.? 172.21.15.23:0/3622783669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:48:39.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:48:37.188499+0000 mgr.y (mgr.14556) 8267 : audit [DBG] from='client.23307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:48:39.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:48:37.483205+0000 mgr.y (mgr.14556) 8268 : audit [DBG] from='client.23313 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:48:39.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:37.564438+0000 mgr.y (mgr.14556) 8269 : cluster [DBG] pgmap v7299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:39.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:48:37.188499+0000 mgr.y (mgr.14556) 8267 : audit [DBG] from='client.23307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:48:39.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:48:37.483205+0000 mgr.y (mgr.14556) 8268 : audit [DBG] from='client.23313 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:48:39.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:37.564438+0000 mgr.y (mgr.14556) 8269 : cluster [DBG] pgmap v7299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:39.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:48:37.188499+0000 mgr.y (mgr.14556) 8267 : audit [DBG] from='client.23307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:48:39.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:48:37.483205+0000 mgr.y (mgr.14556) 8268 : audit [DBG] from='client.23313 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:48:39.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:37.564438+0000 mgr.y (mgr.14556) 8269 : cluster [DBG] pgmap v7299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:41.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:39.564861+0000 mgr.y (mgr.14556) 8270 : cluster [DBG] pgmap v7300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:41.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:39.564861+0000 mgr.y (mgr.14556) 8270 : cluster [DBG] pgmap v7300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:41.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:39.564861+0000 mgr.y (mgr.14556) 8270 : cluster [DBG] pgmap v7300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:41.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:48:43.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:41.565713+0000 mgr.y (mgr.14556) 8271 : cluster [DBG] pgmap v7301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:43.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:41.565713+0000 mgr.y (mgr.14556) 8271 : cluster [DBG] pgmap v7301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:43.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:41.565713+0000 mgr.y (mgr.14556) 8271 : cluster [DBG] pgmap v7301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:44.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:48:43] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T10:48:45.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:43.566124+0000 mgr.y (mgr.14556) 8272 : cluster [DBG] pgmap v7302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:45.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:43.566124+0000 mgr.y (mgr.14556) 8272 : cluster [DBG] pgmap v7302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:45.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:43.566124+0000 mgr.y (mgr.14556) 8272 : cluster [DBG] pgmap v7302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:47.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:45.566955+0000 mgr.y (mgr.14556) 8273 : cluster [DBG] pgmap v7303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:47.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:45.566955+0000 mgr.y (mgr.14556) 8273 : cluster [DBG] pgmap v7303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:47.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:45.566955+0000 mgr.y (mgr.14556) 8273 : cluster [DBG] pgmap v7303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:49.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:47.567443+0000 mgr.y (mgr.14556) 8274 : cluster [DBG] pgmap v7304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:49.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:47.567443+0000 mgr.y (mgr.14556) 8274 : cluster [DBG] pgmap v7304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:49.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:47.567443+0000 mgr.y (mgr.14556) 8274 : cluster [DBG] pgmap v7304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:51.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:49.567898+0000 mgr.y (mgr.14556) 8275 : cluster [DBG] pgmap v7305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:51.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:49.567898+0000 mgr.y (mgr.14556) 8275 : cluster [DBG] pgmap v7305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:51.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:49.567898+0000 mgr.y (mgr.14556) 8275 : cluster [DBG] pgmap v7305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:51.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:48:53.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:51.568696+0000 mgr.y (mgr.14556) 8276 : cluster [DBG] pgmap v7306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:53.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:51.568696+0000 mgr.y (mgr.14556) 8276 : cluster [DBG] pgmap v7306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:53.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:51.568696+0000 mgr.y (mgr.14556) 8276 : cluster [DBG] pgmap v7306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:54.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:48:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:48:55.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:53.569166+0000 mgr.y (mgr.14556) 8277 : cluster [DBG] pgmap v7307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:55.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:53.569166+0000 mgr.y (mgr.14556) 8277 : cluster [DBG] pgmap v7307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:55.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:53.569166+0000 mgr.y (mgr.14556) 8277 : cluster [DBG] pgmap v7307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:57.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:55.569790+0000 mgr.y (mgr.14556) 8278 : cluster [DBG] pgmap v7308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:57.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:55.569790+0000 mgr.y (mgr.14556) 8278 : cluster [DBG] pgmap v7308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:57.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:55.569790+0000 mgr.y (mgr.14556) 8278 : cluster [DBG] pgmap v7308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:59.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:57.570249+0000 mgr.y (mgr.14556) 8279 : cluster [DBG] pgmap v7309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:59.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:57.570249+0000 mgr.y (mgr.14556) 8279 : cluster [DBG] pgmap v7309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:48:59.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:48:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:57.570249+0000 mgr.y (mgr.14556) 8279 : cluster [DBG] pgmap v7309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:01.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:48:59.570732+0000 mgr.y (mgr.14556) 8280 : cluster [DBG] pgmap v7310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:01.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:48:59.570732+0000 mgr.y (mgr.14556) 8280 : cluster [DBG] pgmap v7310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:01.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:48:59.570732+0000 mgr.y (mgr.14556) 8280 : cluster [DBG] pgmap v7310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:01.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:49:03.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:01.571384+0000 mgr.y (mgr.14556) 8281 : cluster [DBG] pgmap v7311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:03.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:01.571384+0000 mgr.y (mgr.14556) 8281 : cluster [DBG] pgmap v7311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:03.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:01.571384+0000 mgr.y (mgr.14556) 8281 : cluster [DBG] pgmap v7311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:04.108 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:49:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:49:04.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:03.571773+0000 mgr.y (mgr.14556) 8282 : cluster [DBG] pgmap v7312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:04.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:03.571773+0000 mgr.y (mgr.14556) 8282 : cluster [DBG] pgmap v7312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:04.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:03.571773+0000 mgr.y (mgr.14556) 8282 : cluster [DBG] pgmap v7312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:06.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:05.572526+0000 mgr.y (mgr.14556) 8283 : cluster [DBG] pgmap v7313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:06.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:05.572526+0000 mgr.y (mgr.14556) 8283 : cluster [DBG] pgmap v7313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:06.903 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:05.572526+0000 mgr.y (mgr.14556) 8283 : cluster [DBG] pgmap v7313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:08.157 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:49:08.442 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 7m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 7m ago 4h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 7m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 7m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 7m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 7m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 7m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 7m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 7m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 7m ago 4h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 7m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 7m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:49:08.443 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 7m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:49:08.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 7m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:49:08.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 7m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:49:08.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 7m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:49:08.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 7m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:49:08.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 7m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:49:08.444 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 7m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:49:08.444 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 7m ago 4h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:49:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:49:08.793 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:49:08.794 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:49:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:49:08.903 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:07.572993+0000 mgr.y (mgr.14556) 8284 : cluster [DBG] pgmap v7314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:09.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:07.572993+0000 mgr.y (mgr.14556) 8284 : cluster [DBG] pgmap v7314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:09.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:07.572993+0000 mgr.y (mgr.14556) 8284 : cluster [DBG] pgmap v7314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:10.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:49:08.152654+0000 mgr.y (mgr.14556) 8285 : audit [DBG] from='client.23325 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:49:10.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:49:08.444809+0000 mgr.y (mgr.14556) 8286 : audit [DBG] from='client.23331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:49:10.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:49:08.803558+0000 mon.c (mon.2) 224 : audit [DBG] from='client.? 172.21.15.23:0/3343013294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:49:10.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:49:08.152654+0000 mgr.y (mgr.14556) 8285 : audit [DBG] from='client.23325 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:49:10.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:49:08.444809+0000 mgr.y (mgr.14556) 8286 : audit [DBG] from='client.23331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:49:10.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:49:08.803558+0000 mon.c (mon.2) 224 : audit [DBG] from='client.? 172.21.15.23:0/3343013294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:49:10.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:49:08.152654+0000 mgr.y (mgr.14556) 8285 : audit [DBG] from='client.23325 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:49:10.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:49:08.444809+0000 mgr.y (mgr.14556) 8286 : audit [DBG] from='client.23331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:49:10.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:49:08.803558+0000 mon.c (mon.2) 224 : audit [DBG] from='client.? 172.21.15.23:0/3343013294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:49:11.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:09.573556+0000 mgr.y (mgr.14556) 8287 : cluster [DBG] pgmap v7315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:11.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:09.573556+0000 mgr.y (mgr.14556) 8287 : cluster [DBG] pgmap v7315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:11.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:09.573556+0000 mgr.y (mgr.14556) 8287 : cluster [DBG] pgmap v7315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:11.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:49:13.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:11.574409+0000 mgr.y (mgr.14556) 8288 : cluster [DBG] pgmap v7316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:13.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:11.574409+0000 mgr.y (mgr.14556) 8288 : cluster [DBG] pgmap v7316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:13.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:11.574409+0000 mgr.y (mgr.14556) 8288 : cluster [DBG] pgmap v7316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:14.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:49:13] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:49:15.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:13.574792+0000 mgr.y (mgr.14556) 8289 : cluster [DBG] pgmap v7317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:15.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:13.574792+0000 mgr.y (mgr.14556) 8289 : cluster [DBG] pgmap v7317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:15.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:13.574792+0000 mgr.y (mgr.14556) 8289 : cluster [DBG] pgmap v7317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:17.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:15.575610+0000 mgr.y (mgr.14556) 8290 : cluster [DBG] pgmap v7318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:17.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:15.575610+0000 mgr.y (mgr.14556) 8290 : cluster [DBG] pgmap v7318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:17.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:15.575610+0000 mgr.y (mgr.14556) 8290 : cluster [DBG] pgmap v7318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:19.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:17.576106+0000 mgr.y (mgr.14556) 8291 : cluster [DBG] pgmap v7319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:19.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:17.576106+0000 mgr.y (mgr.14556) 8291 : cluster [DBG] pgmap v7319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:19.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:17.576106+0000 mgr.y (mgr.14556) 8291 : cluster [DBG] pgmap v7319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:21.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:19.576580+0000 mgr.y (mgr.14556) 8292 : cluster [DBG] pgmap v7320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:21.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:19.576580+0000 mgr.y (mgr.14556) 8292 : cluster [DBG] pgmap v7320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:21.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:19.576580+0000 mgr.y (mgr.14556) 8292 : cluster [DBG] pgmap v7320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:21.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:49:23.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:21.577429+0000 mgr.y (mgr.14556) 8293 : cluster [DBG] pgmap v7321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:23.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:21.577429+0000 mgr.y (mgr.14556) 8293 : cluster [DBG] pgmap v7321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:23.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:21.577429+0000 mgr.y (mgr.14556) 8293 : cluster [DBG] pgmap v7321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:24.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:49:23] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:49:25.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:23.577977+0000 mgr.y (mgr.14556) 8294 : cluster [DBG] pgmap v7322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:25.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:23.577977+0000 mgr.y (mgr.14556) 8294 : cluster [DBG] pgmap v7322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:25.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:23.577977+0000 mgr.y (mgr.14556) 8294 : cluster [DBG] pgmap v7322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:27.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:25.578697+0000 mgr.y (mgr.14556) 8295 : cluster [DBG] pgmap v7323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:27.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:25.578697+0000 mgr.y (mgr.14556) 8295 : cluster [DBG] pgmap v7323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:27.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:25.578697+0000 mgr.y (mgr.14556) 8295 : cluster [DBG] pgmap v7323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:29.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:27.579115+0000 mgr.y (mgr.14556) 8296 : cluster [DBG] pgmap v7324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:29.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:27.579115+0000 mgr.y (mgr.14556) 8296 : cluster [DBG] pgmap v7324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:29.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:27.579115+0000 mgr.y (mgr.14556) 8296 : cluster [DBG] pgmap v7324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:31.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:29.579543+0000 mgr.y (mgr.14556) 8297 : cluster [DBG] pgmap v7325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:31.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:29.579543+0000 mgr.y (mgr.14556) 8297 : cluster [DBG] pgmap v7325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:31.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:29.579543+0000 mgr.y (mgr.14556) 8297 : cluster [DBG] pgmap v7325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:31.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:49:33.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:31.580360+0000 mgr.y (mgr.14556) 8298 : cluster [DBG] pgmap v7326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:33.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:31.580360+0000 mgr.y (mgr.14556) 8298 : cluster [DBG] pgmap v7326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:33.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:31.580360+0000 mgr.y (mgr.14556) 8298 : cluster [DBG] pgmap v7326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:34.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:49:33] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T10:49:35.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:33.580815+0000 mgr.y (mgr.14556) 8299 : cluster [DBG] pgmap v7327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:35.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:49:34.490625+0000 mon.a (mon.0) 2186 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:49:35.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:49:34.799304+0000 mon.a (mon.0) 2187 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:49:35.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:49:34.799945+0000 mon.a (mon.0) 2188 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:49:35.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:49:34.806427+0000 mon.a (mon.0) 2189 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:49:35.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:33.580815+0000 mgr.y (mgr.14556) 8299 : cluster [DBG] pgmap v7327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:35.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:49:34.490625+0000 mon.a (mon.0) 2186 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:49:35.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:49:34.799304+0000 mon.a (mon.0) 2187 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:49:35.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:49:34.799945+0000 mon.a (mon.0) 2188 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:49:35.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:49:34.806427+0000 mon.a (mon.0) 2189 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:49:35.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:33.580815+0000 mgr.y (mgr.14556) 8299 : cluster [DBG] pgmap v7327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:35.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:49:34.490625+0000 mon.a (mon.0) 2186 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:49:35.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:49:34.799304+0000 mon.a (mon.0) 2187 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:49:35.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:49:34.799945+0000 mon.a (mon.0) 2188 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:49:35.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:49:34.806427+0000 mon.a (mon.0) 2189 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:49:37.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:35.581578+0000 mgr.y (mgr.14556) 8300 : cluster [DBG] pgmap v7328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:37.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:35.581578+0000 mgr.y (mgr.14556) 8300 : cluster [DBG] pgmap v7328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:37.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:35.581578+0000 mgr.y (mgr.14556) 8300 : cluster [DBG] pgmap v7328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:39.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:37.582003+0000 mgr.y (mgr.14556) 8301 : cluster [DBG] pgmap v7329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:39.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:37.582003+0000 mgr.y (mgr.14556) 8301 : cluster [DBG] pgmap v7329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:39.121 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:49:39.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:37.582003+0000 mgr.y (mgr.14556) 8301 : cluster [DBG] pgmap v7329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:39.407 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:49:39.407 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 8m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:49:39.407 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 8m ago 4h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:49:39.407 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 8m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:49:39.407 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 8m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 8m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 8m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 8m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 8m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 8m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 8m ago 4h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 8m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 8m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 8m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 8m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 8m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 8m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:49:39.408 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 8m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:49:39.409 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 8m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:49:39.409 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 8m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:49:39.409 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 8m ago 4h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:49:39.759 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:49:39.759 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:49:39.759 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:49:39.760 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:49:40.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:49:39.118279+0000 mgr.y (mgr.14556) 8302 : audit [DBG] from='client.23343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:49:40.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:49:39.769505+0000 mon.a (mon.0) 2190 : audit [DBG] from='client.? 172.21.15.23:0/1179579858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:49:40.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:49:39.118279+0000 mgr.y (mgr.14556) 8302 : audit [DBG] from='client.23343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:49:40.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:49:39.769505+0000 mon.a (mon.0) 2190 : audit [DBG] from='client.? 172.21.15.23:0/1179579858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:49:40.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:49:39.118279+0000 mgr.y (mgr.14556) 8302 : audit [DBG] from='client.23343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:49:40.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:49:39.769505+0000 mon.a (mon.0) 2190 : audit [DBG] from='client.? 172.21.15.23:0/1179579858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:49:41.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:49:39.409574+0000 mgr.y (mgr.14556) 8303 : audit [DBG] from='client.33263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:49:41.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:39.582409+0000 mgr.y (mgr.14556) 8304 : cluster [DBG] pgmap v7330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:41.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:49:39.409574+0000 mgr.y (mgr.14556) 8303 : audit [DBG] from='client.33263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:49:41.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:39.582409+0000 mgr.y (mgr.14556) 8304 : cluster [DBG] pgmap v7330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:41.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:49:39.409574+0000 mgr.y (mgr.14556) 8303 : audit [DBG] from='client.33263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:49:41.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:39.582409+0000 mgr.y (mgr.14556) 8304 : cluster [DBG] pgmap v7330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:41.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:49:43.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:41.583222+0000 mgr.y (mgr.14556) 8305 : cluster [DBG] pgmap v7331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:43.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:41.583222+0000 mgr.y (mgr.14556) 8305 : cluster [DBG] pgmap v7331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:43.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:41.583222+0000 mgr.y (mgr.14556) 8305 : cluster [DBG] pgmap v7331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:44.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:49:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:49:45.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:43.583667+0000 mgr.y (mgr.14556) 8306 : cluster [DBG] pgmap v7332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:45.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:43.583667+0000 mgr.y (mgr.14556) 8306 : cluster [DBG] pgmap v7332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:45.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:43.583667+0000 mgr.y (mgr.14556) 8306 : cluster [DBG] pgmap v7332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:47.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:45.584316+0000 mgr.y (mgr.14556) 8307 : cluster [DBG] pgmap v7333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:47.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:45.584316+0000 mgr.y (mgr.14556) 8307 : cluster [DBG] pgmap v7333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:47.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:45.584316+0000 mgr.y (mgr.14556) 8307 : cluster [DBG] pgmap v7333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:49.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:47.584904+0000 mgr.y (mgr.14556) 8308 : cluster [DBG] pgmap v7334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:49.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:47.584904+0000 mgr.y (mgr.14556) 8308 : cluster [DBG] pgmap v7334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:49.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:47.584904+0000 mgr.y (mgr.14556) 8308 : cluster [DBG] pgmap v7334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:51.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:49.585441+0000 mgr.y (mgr.14556) 8309 : cluster [DBG] pgmap v7335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:51.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:49.585441+0000 mgr.y (mgr.14556) 8309 : cluster [DBG] pgmap v7335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:51.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:49.585441+0000 mgr.y (mgr.14556) 8309 : cluster [DBG] pgmap v7335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:51.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:49:53.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:51.586124+0000 mgr.y (mgr.14556) 8310 : cluster [DBG] pgmap v7336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:53.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:51.586124+0000 mgr.y (mgr.14556) 8310 : cluster [DBG] pgmap v7336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:53.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:51.586124+0000 mgr.y (mgr.14556) 8310 : cluster [DBG] pgmap v7336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:54.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:49:53] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:49:55.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:53.586558+0000 mgr.y (mgr.14556) 8311 : cluster [DBG] pgmap v7337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:55.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:53.586558+0000 mgr.y (mgr.14556) 8311 : cluster [DBG] pgmap v7337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:55.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:53.586558+0000 mgr.y (mgr.14556) 8311 : cluster [DBG] pgmap v7337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:57.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:55.587131+0000 mgr.y (mgr.14556) 8312 : cluster [DBG] pgmap v7338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:57.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:55.587131+0000 mgr.y (mgr.14556) 8312 : cluster [DBG] pgmap v7338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:57.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:55.587131+0000 mgr.y (mgr.14556) 8312 : cluster [DBG] pgmap v7338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:59.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:49:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:57.587645+0000 mgr.y (mgr.14556) 8313 : cluster [DBG] pgmap v7339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:59.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:49:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:57.587645+0000 mgr.y (mgr.14556) 8313 : cluster [DBG] pgmap v7339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:49:59.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:49:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:57.587645+0000 mgr.y (mgr.14556) 8313 : cluster [DBG] pgmap v7339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:00.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T10:49:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:50:01.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:49:59.588185+0000 mgr.y (mgr.14556) 8314 : cluster [DBG] pgmap v7340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:01.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:00.000159+0000 mon.a (mon.0) 2191 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:50:01.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:49:59.588185+0000 mgr.y (mgr.14556) 8314 : cluster [DBG] pgmap v7340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:01.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:00.000159+0000 mon.a (mon.0) 2191 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:50:01.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:49:59.588185+0000 mgr.y (mgr.14556) 8314 : cluster [DBG] pgmap v7340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:01.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:00.000159+0000 mon.a (mon.0) 2191 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T10:50:01.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:50:03.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:01.589062+0000 mgr.y (mgr.14556) 8315 : cluster [DBG] pgmap v7341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:03.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:01.589062+0000 mgr.y (mgr.14556) 8315 : cluster [DBG] pgmap v7341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:03.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:01.589062+0000 mgr.y (mgr.14556) 8315 : cluster [DBG] pgmap v7341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:04.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:50:03] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:50:05.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:03.589478+0000 mgr.y (mgr.14556) 8316 : cluster [DBG] pgmap v7342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:05.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:03.589478+0000 mgr.y (mgr.14556) 8316 : cluster [DBG] pgmap v7342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:05.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:03.589478+0000 mgr.y (mgr.14556) 8316 : cluster [DBG] pgmap v7342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:07.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:05.590160+0000 mgr.y (mgr.14556) 8317 : cluster [DBG] pgmap v7343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:07.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:05.590160+0000 mgr.y (mgr.14556) 8317 : cluster [DBG] pgmap v7343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:07.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:05.590160+0000 mgr.y (mgr.14556) 8317 : cluster [DBG] pgmap v7343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:09.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:07.590616+0000 mgr.y (mgr.14556) 8318 : cluster [DBG] pgmap v7344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:09.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:07.590616+0000 mgr.y (mgr.14556) 8318 : cluster [DBG] pgmap v7344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:09.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:07.590616+0000 mgr.y (mgr.14556) 8318 : cluster [DBG] pgmap v7344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:10.085 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:50:10.375 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:50:10.375 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 8m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:50:10.375 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 8m ago 4h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:50:10.375 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 8m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:50:10.375 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 8m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:50:10.375 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 8m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:50:10.375 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 8m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:50:10.375 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 8m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:50:10.375 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 8m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:50:10.376 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 8m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:50:10.376 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 8m ago 4h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:50:10.376 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 8m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:50:10.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 8m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:50:10.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 8m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:50:10.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 8m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:50:10.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 8m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:50:10.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 8m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:50:10.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 8m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:50:10.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 8m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:50:10.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 8m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:50:10.376 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 8m ago 4h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:50:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:50:10.725 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:50:10.726 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:50:11.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:09.591121+0000 mgr.y (mgr.14556) 8319 : cluster [DBG] pgmap v7345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:11.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:50:10.083581+0000 mgr.y (mgr.14556) 8320 : audit [DBG] from='client.23361 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:50:11.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:50:10.734856+0000 mon.a (mon.0) 2192 : audit [DBG] from='client.? 172.21.15.23:0/842244295' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:50:11.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:09.591121+0000 mgr.y (mgr.14556) 8319 : cluster [DBG] pgmap v7345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:11.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:50:10.083581+0000 mgr.y (mgr.14556) 8320 : audit [DBG] from='client.23361 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:50:11.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:50:10.734856+0000 mon.a (mon.0) 2192 : audit [DBG] from='client.? 172.21.15.23:0/842244295' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:50:11.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:09.591121+0000 mgr.y (mgr.14556) 8319 : cluster [DBG] pgmap v7345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:11.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:50:10.083581+0000 mgr.y (mgr.14556) 8320 : audit [DBG] from='client.23361 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:50:11.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:50:10.734856+0000 mon.a (mon.0) 2192 : audit [DBG] from='client.? 172.21.15.23:0/842244295' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:50:11.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:50:12.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:50:10.377418+0000 mgr.y (mgr.14556) 8321 : audit [DBG] from='client.23367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:50:12.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:50:10.377418+0000 mgr.y (mgr.14556) 8321 : audit [DBG] from='client.23367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:50:12.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:50:10.377418+0000 mgr.y (mgr.14556) 8321 : audit [DBG] from='client.23367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:50:13.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:11.591915+0000 mgr.y (mgr.14556) 8322 : cluster [DBG] pgmap v7346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:13.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:11.591915+0000 mgr.y (mgr.14556) 8322 : cluster [DBG] pgmap v7346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:13.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:11.591915+0000 mgr.y (mgr.14556) 8322 : cluster [DBG] pgmap v7346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:14.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:50:13] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:50:15.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:13.592483+0000 mgr.y (mgr.14556) 8323 : cluster [DBG] pgmap v7347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:15.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:13.592483+0000 mgr.y (mgr.14556) 8323 : cluster [DBG] pgmap v7347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:15.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:13.592483+0000 mgr.y (mgr.14556) 8323 : cluster [DBG] pgmap v7347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:17.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:15.593120+0000 mgr.y (mgr.14556) 8324 : cluster [DBG] pgmap v7348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:17.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:15.593120+0000 mgr.y (mgr.14556) 8324 : cluster [DBG] pgmap v7348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:17.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:15.593120+0000 mgr.y (mgr.14556) 8324 : cluster [DBG] pgmap v7348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:19.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:17.593480+0000 mgr.y (mgr.14556) 8325 : cluster [DBG] pgmap v7349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:19.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:17.593480+0000 mgr.y (mgr.14556) 8325 : cluster [DBG] pgmap v7349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:19.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:17.593480+0000 mgr.y (mgr.14556) 8325 : cluster [DBG] pgmap v7349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:21.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:19.593903+0000 mgr.y (mgr.14556) 8326 : cluster [DBG] pgmap v7350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:21.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:19.593903+0000 mgr.y (mgr.14556) 8326 : cluster [DBG] pgmap v7350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:21.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:19.593903+0000 mgr.y (mgr.14556) 8326 : cluster [DBG] pgmap v7350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:21.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:50:23.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:21.594602+0000 mgr.y (mgr.14556) 8327 : cluster [DBG] pgmap v7351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:23.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:21.594602+0000 mgr.y (mgr.14556) 8327 : cluster [DBG] pgmap v7351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:23.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:21.594602+0000 mgr.y (mgr.14556) 8327 : cluster [DBG] pgmap v7351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:24.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:50:23] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:50:24.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:23.595145+0000 mgr.y (mgr.14556) 8328 : cluster [DBG] pgmap v7352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:24.620 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:23.595145+0000 mgr.y (mgr.14556) 8328 : cluster [DBG] pgmap v7352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:24.620 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:23.595145+0000 mgr.y (mgr.14556) 8328 : cluster [DBG] pgmap v7352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:26.903 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:25.596008+0000 mgr.y (mgr.14556) 8329 : cluster [DBG] pgmap v7353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:27.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:25.596008+0000 mgr.y (mgr.14556) 8329 : cluster [DBG] pgmap v7353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:27.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:25.596008+0000 mgr.y (mgr.14556) 8329 : cluster [DBG] pgmap v7353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:29.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:27.596433+0000 mgr.y (mgr.14556) 8330 : cluster [DBG] pgmap v7354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:29.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:27.596433+0000 mgr.y (mgr.14556) 8330 : cluster [DBG] pgmap v7354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:29.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:27.596433+0000 mgr.y (mgr.14556) 8330 : cluster [DBG] pgmap v7354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:31.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:29.596870+0000 mgr.y (mgr.14556) 8331 : cluster [DBG] pgmap v7355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:31.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:29.596870+0000 mgr.y (mgr.14556) 8331 : cluster [DBG] pgmap v7355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:31.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:29.596870+0000 mgr.y (mgr.14556) 8331 : cluster [DBG] pgmap v7355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:31.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:50:33.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:31.597621+0000 mgr.y (mgr.14556) 8332 : cluster [DBG] pgmap v7356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:33.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:31.597621+0000 mgr.y (mgr.14556) 8332 : cluster [DBG] pgmap v7356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:33.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:31.597621+0000 mgr.y (mgr.14556) 8332 : cluster [DBG] pgmap v7356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:34.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:50:33] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:50:35.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:33.598006+0000 mgr.y (mgr.14556) 8333 : cluster [DBG] pgmap v7357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:35.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:33.598006+0000 mgr.y (mgr.14556) 8333 : cluster [DBG] pgmap v7357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:35.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:33.598006+0000 mgr.y (mgr.14556) 8333 : cluster [DBG] pgmap v7357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:36.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:50:34.810855+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:50:36.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:50:35.117730+0000 mon.a (mon.0) 2194 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:50:36.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:50:35.118374+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:50:36.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:50:35.127065+0000 mon.a (mon.0) 2196 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:50:36.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:50:34.810855+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:50:36.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:50:35.117730+0000 mon.a (mon.0) 2194 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:50:36.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:50:35.118374+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:50:36.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:50:35.127065+0000 mon.a (mon.0) 2196 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:50:36.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:50:34.810855+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:50:36.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:50:35.117730+0000 mon.a (mon.0) 2194 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:50:36.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:50:35.118374+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:50:36.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:50:35.127065+0000 mon.a (mon.0) 2196 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:50:37.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:35.598549+0000 mgr.y (mgr.14556) 8334 : cluster [DBG] pgmap v7358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:37.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:35.598549+0000 mgr.y (mgr.14556) 8334 : cluster [DBG] pgmap v7358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:37.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:35.598549+0000 mgr.y (mgr.14556) 8334 : cluster [DBG] pgmap v7358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:39.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:37.599063+0000 mgr.y (mgr.14556) 8335 : cluster [DBG] pgmap v7359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:39.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:37.599063+0000 mgr.y (mgr.14556) 8335 : cluster [DBG] pgmap v7359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:39.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:37.599063+0000 mgr.y (mgr.14556) 8335 : cluster [DBG] pgmap v7359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:41.047 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:50:41.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:39.599569+0000 mgr.y (mgr.14556) 8336 : cluster [DBG] pgmap v7360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:41.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:39.599569+0000 mgr.y (mgr.14556) 8336 : cluster [DBG] pgmap v7360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:41.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:39.599569+0000 mgr.y (mgr.14556) 8336 : cluster [DBG] pgmap v7360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:41.335 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:50:41.335 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 9m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:50:41.335 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 9m ago 4h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:50:41.335 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 9m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:50:41.335 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 9m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 9m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 9m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 9m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 9m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 9m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 9m ago 4h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 9m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 9m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 9m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 9m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 9m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 9m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 9m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 9m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 9m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:50:41.336 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 9m ago 4h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:50:41.686 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:50:41.687 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:50:41.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:50:41.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:50:41.045727+0000 mgr.y (mgr.14556) 8337 : audit [DBG] from='client.23379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:50:41.904 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:50:41.696848+0000 mon.c (mon.2) 225 : audit [DBG] from='client.? 172.21.15.23:0/2687806823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:50:42.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:50:41.045727+0000 mgr.y (mgr.14556) 8337 : audit [DBG] from='client.23379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:50:42.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:50:41.696848+0000 mon.c (mon.2) 225 : audit [DBG] from='client.? 172.21.15.23:0/2687806823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:50:42.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:50:41.045727+0000 mgr.y (mgr.14556) 8337 : audit [DBG] from='client.23379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:50:42.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:50:41.696848+0000 mon.c (mon.2) 225 : audit [DBG] from='client.? 172.21.15.23:0/2687806823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:50:43.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:50:41.337643+0000 mgr.y (mgr.14556) 8338 : audit [DBG] from='client.23385 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:50:43.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:41.600118+0000 mgr.y (mgr.14556) 8339 : cluster [DBG] pgmap v7361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:43.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:50:41.337643+0000 mgr.y (mgr.14556) 8338 : audit [DBG] from='client.23385 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:50:43.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:41.600118+0000 mgr.y (mgr.14556) 8339 : cluster [DBG] pgmap v7361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:43.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:50:41.337643+0000 mgr.y (mgr.14556) 8338 : audit [DBG] from='client.23385 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:50:43.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:41.600118+0000 mgr.y (mgr.14556) 8339 : cluster [DBG] pgmap v7361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:44.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:50:43] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:50:45.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:43.600616+0000 mgr.y (mgr.14556) 8340 : cluster [DBG] pgmap v7362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:45.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:43.600616+0000 mgr.y (mgr.14556) 8340 : cluster [DBG] pgmap v7362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:45.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:43.600616+0000 mgr.y (mgr.14556) 8340 : cluster [DBG] pgmap v7362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:47.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:45.601308+0000 mgr.y (mgr.14556) 8341 : cluster [DBG] pgmap v7363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:47.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:45.601308+0000 mgr.y (mgr.14556) 8341 : cluster [DBG] pgmap v7363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:47.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:45.601308+0000 mgr.y (mgr.14556) 8341 : cluster [DBG] pgmap v7363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:49.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:47.601671+0000 mgr.y (mgr.14556) 8342 : cluster [DBG] pgmap v7364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:49.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:47.601671+0000 mgr.y (mgr.14556) 8342 : cluster [DBG] pgmap v7364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:49.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:47.601671+0000 mgr.y (mgr.14556) 8342 : cluster [DBG] pgmap v7364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:51.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:49.602106+0000 mgr.y (mgr.14556) 8343 : cluster [DBG] pgmap v7365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:51.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:49.602106+0000 mgr.y (mgr.14556) 8343 : cluster [DBG] pgmap v7365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:51.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:49.602106+0000 mgr.y (mgr.14556) 8343 : cluster [DBG] pgmap v7365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:51.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:50:53.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:51.602773+0000 mgr.y (mgr.14556) 8344 : cluster [DBG] pgmap v7366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:53.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:51.602773+0000 mgr.y (mgr.14556) 8344 : cluster [DBG] pgmap v7366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:53.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:51.602773+0000 mgr.y (mgr.14556) 8344 : cluster [DBG] pgmap v7366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:54.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:50:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:50:55.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:53.603303+0000 mgr.y (mgr.14556) 8345 : cluster [DBG] pgmap v7367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:55.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:53.603303+0000 mgr.y (mgr.14556) 8345 : cluster [DBG] pgmap v7367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:55.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:53.603303+0000 mgr.y (mgr.14556) 8345 : cluster [DBG] pgmap v7367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:57.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:55.603932+0000 mgr.y (mgr.14556) 8346 : cluster [DBG] pgmap v7368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:57.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:55.603932+0000 mgr.y (mgr.14556) 8346 : cluster [DBG] pgmap v7368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:57.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:55.603932+0000 mgr.y (mgr.14556) 8346 : cluster [DBG] pgmap v7368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:59.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:50:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:57.604503+0000 mgr.y (mgr.14556) 8347 : cluster [DBG] pgmap v7369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:59.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:57.604503+0000 mgr.y (mgr.14556) 8347 : cluster [DBG] pgmap v7369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:50:59.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:57.604503+0000 mgr.y (mgr.14556) 8347 : cluster [DBG] pgmap v7369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:01.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:50:59.604980+0000 mgr.y (mgr.14556) 8348 : cluster [DBG] pgmap v7370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:01.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:50:59.604980+0000 mgr.y (mgr.14556) 8348 : cluster [DBG] pgmap v7370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:01.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:50:59.604980+0000 mgr.y (mgr.14556) 8348 : cluster [DBG] pgmap v7370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:01.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:51:03.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:01.605796+0000 mgr.y (mgr.14556) 8349 : cluster [DBG] pgmap v7371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:03.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:01.605796+0000 mgr.y (mgr.14556) 8349 : cluster [DBG] pgmap v7371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:03.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:01.605796+0000 mgr.y (mgr.14556) 8349 : cluster [DBG] pgmap v7371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:04.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:51:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:51:05.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:03.606383+0000 mgr.y (mgr.14556) 8350 : cluster [DBG] pgmap v7372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:05.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:03.606383+0000 mgr.y (mgr.14556) 8350 : cluster [DBG] pgmap v7372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:05.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:03.606383+0000 mgr.y (mgr.14556) 8350 : cluster [DBG] pgmap v7372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:07.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:05.607143+0000 mgr.y (mgr.14556) 8351 : cluster [DBG] pgmap v7373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:07.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:05.607143+0000 mgr.y (mgr.14556) 8351 : cluster [DBG] pgmap v7373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:07.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:05.607143+0000 mgr.y (mgr.14556) 8351 : cluster [DBG] pgmap v7373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:09.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:07.607562+0000 mgr.y (mgr.14556) 8352 : cluster [DBG] pgmap v7374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:09.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:07.607562+0000 mgr.y (mgr.14556) 8352 : cluster [DBG] pgmap v7374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:09.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:07.607562+0000 mgr.y (mgr.14556) 8352 : cluster [DBG] pgmap v7374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:11.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:09.607983+0000 mgr.y (mgr.14556) 8353 : cluster [DBG] pgmap v7375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:11.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:09.607983+0000 mgr.y (mgr.14556) 8353 : cluster [DBG] pgmap v7375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:11.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:09.607983+0000 mgr.y (mgr.14556) 8353 : cluster [DBG] pgmap v7375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:11.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:51:12.012 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 9m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 9m ago 4h 58.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 9m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 9m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 9m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 9m ago 4h 470M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 9m ago 4h 678M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 9m ago 4h 353M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 9m ago 4h 359M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 9m ago 4h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 9m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:51:12.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 9m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:51:12.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 9m ago 4h 44.2M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:51:12.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 9m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:51:12.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 9m ago 4h 41.4M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:51:12.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 9m ago 4h 41.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:51:12.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 9m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:51:12.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 9m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:51:12.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 9m ago 4h 41.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:51:12.302 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 9m ago 4h 95.7M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:51:12.648 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:51:12.648 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:51:12.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:51:12.648 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:51:12.648 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:51:12.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:51:12.648 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:51:12.648 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:51:12.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:51:12.648 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:51:12.648 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:51:12.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:51:12.649 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:51:12.649 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:51:12.649 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:51:12.649 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:51:12.649 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:51:13.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:11.608620+0000 mgr.y (mgr.14556) 8354 : cluster [DBG] pgmap v7376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:13.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:51:12.011258+0000 mgr.y (mgr.14556) 8355 : audit [DBG] from='client.23397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:51:13.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:51:12.658303+0000 mon.a (mon.0) 2197 : audit [DBG] from='client.? 172.21.15.23:0/1791793919' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:51:13.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:11.608620+0000 mgr.y (mgr.14556) 8354 : cluster [DBG] pgmap v7376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:13.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:51:12.011258+0000 mgr.y (mgr.14556) 8355 : audit [DBG] from='client.23397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:51:13.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:51:12.658303+0000 mon.a (mon.0) 2197 : audit [DBG] from='client.? 172.21.15.23:0/1791793919' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:51:13.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:11.608620+0000 mgr.y (mgr.14556) 8354 : cluster [DBG] pgmap v7376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:13.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:51:12.011258+0000 mgr.y (mgr.14556) 8355 : audit [DBG] from='client.23397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:51:13.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:51:12.658303+0000 mon.a (mon.0) 2197 : audit [DBG] from='client.? 172.21.15.23:0/1791793919' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:51:14.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:51:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:51:14.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:51:12.303164+0000 mgr.y (mgr.14556) 8356 : audit [DBG] from='client.23403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:51:14.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:51:12.303164+0000 mgr.y (mgr.14556) 8356 : audit [DBG] from='client.23403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:51:14.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:51:12.303164+0000 mgr.y (mgr.14556) 8356 : audit [DBG] from='client.23403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:51:15.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:13.609006+0000 mgr.y (mgr.14556) 8357 : cluster [DBG] pgmap v7377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:15.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:13.609006+0000 mgr.y (mgr.14556) 8357 : cluster [DBG] pgmap v7377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:15.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:13.609006+0000 mgr.y (mgr.14556) 8357 : cluster [DBG] pgmap v7377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:17.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:15.609631+0000 mgr.y (mgr.14556) 8358 : cluster [DBG] pgmap v7378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:17.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:15.609631+0000 mgr.y (mgr.14556) 8358 : cluster [DBG] pgmap v7378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:17.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:15.609631+0000 mgr.y (mgr.14556) 8358 : cluster [DBG] pgmap v7378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:19.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:17.610137+0000 mgr.y (mgr.14556) 8359 : cluster [DBG] pgmap v7379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:19.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:17.610137+0000 mgr.y (mgr.14556) 8359 : cluster [DBG] pgmap v7379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:19.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:17.610137+0000 mgr.y (mgr.14556) 8359 : cluster [DBG] pgmap v7379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:21.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:19.610512+0000 mgr.y (mgr.14556) 8360 : cluster [DBG] pgmap v7380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:21.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:19.610512+0000 mgr.y (mgr.14556) 8360 : cluster [DBG] pgmap v7380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:21.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:19.610512+0000 mgr.y (mgr.14556) 8360 : cluster [DBG] pgmap v7380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:21.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:51:23.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:21.611161+0000 mgr.y (mgr.14556) 8361 : cluster [DBG] pgmap v7381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:23.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:21.611161+0000 mgr.y (mgr.14556) 8361 : cluster [DBG] pgmap v7381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:23.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:21.611161+0000 mgr.y (mgr.14556) 8361 : cluster [DBG] pgmap v7381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:24.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:51:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:51:25.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:23.611524+0000 mgr.y (mgr.14556) 8362 : cluster [DBG] pgmap v7382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:25.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:23.611524+0000 mgr.y (mgr.14556) 8362 : cluster [DBG] pgmap v7382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:25.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:23.611524+0000 mgr.y (mgr.14556) 8362 : cluster [DBG] pgmap v7382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:27.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:25.612265+0000 mgr.y (mgr.14556) 8363 : cluster [DBG] pgmap v7383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:27.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:25.612265+0000 mgr.y (mgr.14556) 8363 : cluster [DBG] pgmap v7383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:27.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:25.612265+0000 mgr.y (mgr.14556) 8363 : cluster [DBG] pgmap v7383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:29.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:27.612576+0000 mgr.y (mgr.14556) 8364 : cluster [DBG] pgmap v7384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:29.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:27.612576+0000 mgr.y (mgr.14556) 8364 : cluster [DBG] pgmap v7384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:29.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:27.612576+0000 mgr.y (mgr.14556) 8364 : cluster [DBG] pgmap v7384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:31.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:29.613064+0000 mgr.y (mgr.14556) 8365 : cluster [DBG] pgmap v7385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:31.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:29.613064+0000 mgr.y (mgr.14556) 8365 : cluster [DBG] pgmap v7385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:31.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:29.613064+0000 mgr.y (mgr.14556) 8365 : cluster [DBG] pgmap v7385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:31.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:51:33.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:31.613676+0000 mgr.y (mgr.14556) 8366 : cluster [DBG] pgmap v7386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:33.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:31.613676+0000 mgr.y (mgr.14556) 8366 : cluster [DBG] pgmap v7386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:33.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:31.613676+0000 mgr.y (mgr.14556) 8366 : cluster [DBG] pgmap v7386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:34.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:51:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T10:51:35.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:33.614159+0000 mgr.y (mgr.14556) 8367 : cluster [DBG] pgmap v7387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:35.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:33.614159+0000 mgr.y (mgr.14556) 8367 : cluster [DBG] pgmap v7387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:35.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:33.614159+0000 mgr.y (mgr.14556) 8367 : cluster [DBG] pgmap v7387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:36.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:51:35.132226+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:51:36.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:51:35.132226+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:51:36.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:51:35.132226+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:51:37.354 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:35.614902+0000 mgr.y (mgr.14556) 8368 : cluster [DBG] pgmap v7388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:37.355 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:35.614902+0000 mgr.y (mgr.14556) 8368 : cluster [DBG] pgmap v7388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:37.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:35.614902+0000 mgr.y (mgr.14556) 8368 : cluster [DBG] pgmap v7388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:39.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:37.615407+0000 mgr.y (mgr.14556) 8369 : cluster [DBG] pgmap v7389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:39.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:51:37.753349+0000 mon.a (mon.0) 2199 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:51:39.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:51:38.373244+0000 mon.a (mon.0) 2200 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:51:39.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:51:38.664623+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:51:39.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:51:38.665373+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:51:39.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:51:38.671597+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:51:39.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:37.615407+0000 mgr.y (mgr.14556) 8369 : cluster [DBG] pgmap v7389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:39.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:51:37.753349+0000 mon.a (mon.0) 2199 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:51:39.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:51:38.373244+0000 mon.a (mon.0) 2200 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:51:39.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:51:38.664623+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:51:39.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:51:38.665373+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:51:39.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:51:38.671597+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:51:39.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:37.615407+0000 mgr.y (mgr.14556) 8369 : cluster [DBG] pgmap v7389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:39.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:51:37.753349+0000 mon.a (mon.0) 2199 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:51:39.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:51:38.373244+0000 mon.a (mon.0) 2200 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:51:39.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:51:38.664623+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:51:39.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:51:38.665373+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:51:39.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:51:38.671597+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:51:41.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:39.615744+0000 mgr.y (mgr.14556) 8370 : cluster [DBG] pgmap v7390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:41.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:39.615744+0000 mgr.y (mgr.14556) 8370 : cluster [DBG] pgmap v7390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:41.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:39.615744+0000 mgr.y (mgr.14556) 8370 : cluster [DBG] pgmap v7390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:41.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:51:42.976 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:51:43.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:41.616397+0000 mgr.y (mgr.14556) 8371 : cluster [DBG] pgmap v7391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:43.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:41.616397+0000 mgr.y (mgr.14556) 8371 : cluster [DBG] pgmap v7391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:43.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:41.616397+0000 mgr.y (mgr.14556) 8371 : cluster [DBG] pgmap v7391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:43.264 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:51:43.264 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 5s ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:51:43.264 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4s ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:51:43.264 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:51:43.264 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5s ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5s ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4s ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5s ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5s ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4s ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5s ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5s ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5s ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5s ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4s ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4s ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:51:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4s ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:51:43.266 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4s ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:51:43.613 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:51:43.613 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:51:43.613 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:51:43.613 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:51:43.614 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:51:44.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:51:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:51:44.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:51:42.974113+0000 mgr.y (mgr.14556) 8372 : audit [DBG] from='client.33329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:51:44.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:51:43.623626+0000 mon.c (mon.2) 226 : audit [DBG] from='client.? 172.21.15.23:0/3165679002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:51:44.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:51:42.974113+0000 mgr.y (mgr.14556) 8372 : audit [DBG] from='client.33329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:51:44.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:51:43.623626+0000 mon.c (mon.2) 226 : audit [DBG] from='client.? 172.21.15.23:0/3165679002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:51:44.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:51:42.974113+0000 mgr.y (mgr.14556) 8372 : audit [DBG] from='client.33329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:51:44.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:51:43.623626+0000 mon.c (mon.2) 226 : audit [DBG] from='client.? 172.21.15.23:0/3165679002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:51:45.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:51:43.266784+0000 mgr.y (mgr.14556) 8373 : audit [DBG] from='client.33335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:51:45.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:43.616700+0000 mgr.y (mgr.14556) 8374 : cluster [DBG] pgmap v7392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:45.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:51:43.266784+0000 mgr.y (mgr.14556) 8373 : audit [DBG] from='client.33335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:51:45.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:43.616700+0000 mgr.y (mgr.14556) 8374 : cluster [DBG] pgmap v7392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:45.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:51:43.266784+0000 mgr.y (mgr.14556) 8373 : audit [DBG] from='client.33335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:51:45.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:43.616700+0000 mgr.y (mgr.14556) 8374 : cluster [DBG] pgmap v7392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:47.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:45.617536+0000 mgr.y (mgr.14556) 8375 : cluster [DBG] pgmap v7393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:47.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:45.617536+0000 mgr.y (mgr.14556) 8375 : cluster [DBG] pgmap v7393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:47.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:45.617536+0000 mgr.y (mgr.14556) 8375 : cluster [DBG] pgmap v7393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:49.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:47.618045+0000 mgr.y (mgr.14556) 8376 : cluster [DBG] pgmap v7394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:49.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:47.618045+0000 mgr.y (mgr.14556) 8376 : cluster [DBG] pgmap v7394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:49.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:47.618045+0000 mgr.y (mgr.14556) 8376 : cluster [DBG] pgmap v7394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:51.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:49.618518+0000 mgr.y (mgr.14556) 8377 : cluster [DBG] pgmap v7395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:51.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:49.618518+0000 mgr.y (mgr.14556) 8377 : cluster [DBG] pgmap v7395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:51.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:49.618518+0000 mgr.y (mgr.14556) 8377 : cluster [DBG] pgmap v7395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:51.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:51:53.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:51.619298+0000 mgr.y (mgr.14556) 8378 : cluster [DBG] pgmap v7396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:53.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:51.619298+0000 mgr.y (mgr.14556) 8378 : cluster [DBG] pgmap v7396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:53.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:51.619298+0000 mgr.y (mgr.14556) 8378 : cluster [DBG] pgmap v7396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:54.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:51:53] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:51:55.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:53.619774+0000 mgr.y (mgr.14556) 8379 : cluster [DBG] pgmap v7397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:55.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:53.619774+0000 mgr.y (mgr.14556) 8379 : cluster [DBG] pgmap v7397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:55.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:53.619774+0000 mgr.y (mgr.14556) 8379 : cluster [DBG] pgmap v7397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:57.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:55.620599+0000 mgr.y (mgr.14556) 8380 : cluster [DBG] pgmap v7398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:57.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:55.620599+0000 mgr.y (mgr.14556) 8380 : cluster [DBG] pgmap v7398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:57.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:55.620599+0000 mgr.y (mgr.14556) 8380 : cluster [DBG] pgmap v7398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:59.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:57.620949+0000 mgr.y (mgr.14556) 8381 : cluster [DBG] pgmap v7399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:59.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:57.620949+0000 mgr.y (mgr.14556) 8381 : cluster [DBG] pgmap v7399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:51:59.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:57.620949+0000 mgr.y (mgr.14556) 8381 : cluster [DBG] pgmap v7399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:01.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:51:59.621320+0000 mgr.y (mgr.14556) 8382 : cluster [DBG] pgmap v7400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:01.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:51:59.621320+0000 mgr.y (mgr.14556) 8382 : cluster [DBG] pgmap v7400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:01.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:51:59.621320+0000 mgr.y (mgr.14556) 8382 : cluster [DBG] pgmap v7400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:01.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:52:03.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:01.622020+0000 mgr.y (mgr.14556) 8383 : cluster [DBG] pgmap v7401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:03.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:01.622020+0000 mgr.y (mgr.14556) 8383 : cluster [DBG] pgmap v7401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:03.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:01.622020+0000 mgr.y (mgr.14556) 8383 : cluster [DBG] pgmap v7401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:04.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:52:03] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:52:05.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:03.622471+0000 mgr.y (mgr.14556) 8384 : cluster [DBG] pgmap v7402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:05.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:03.622471+0000 mgr.y (mgr.14556) 8384 : cluster [DBG] pgmap v7402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:05.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:03.622471+0000 mgr.y (mgr.14556) 8384 : cluster [DBG] pgmap v7402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:07.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:05.623242+0000 mgr.y (mgr.14556) 8385 : cluster [DBG] pgmap v7403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:07.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:05.623242+0000 mgr.y (mgr.14556) 8385 : cluster [DBG] pgmap v7403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:07.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:05.623242+0000 mgr.y (mgr.14556) 8385 : cluster [DBG] pgmap v7403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:09.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:07.623803+0000 mgr.y (mgr.14556) 8386 : cluster [DBG] pgmap v7404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:09.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:07.623803+0000 mgr.y (mgr.14556) 8386 : cluster [DBG] pgmap v7404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:09.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:07.623803+0000 mgr.y (mgr.14556) 8386 : cluster [DBG] pgmap v7404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:11.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:09.624123+0000 mgr.y (mgr.14556) 8387 : cluster [DBG] pgmap v7405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:11.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:09.624123+0000 mgr.y (mgr.14556) 8387 : cluster [DBG] pgmap v7405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:11.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:09.624123+0000 mgr.y (mgr.14556) 8387 : cluster [DBG] pgmap v7405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:11.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:52:13.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:11.624895+0000 mgr.y (mgr.14556) 8388 : cluster [DBG] pgmap v7406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:13.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:11.624895+0000 mgr.y (mgr.14556) 8388 : cluster [DBG] pgmap v7406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:13.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:11.624895+0000 mgr.y (mgr.14556) 8388 : cluster [DBG] pgmap v7406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:13.939 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:52:14.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:52:13] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:52:14.227 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:52:14.227 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 36s ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 35s ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 36s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 35s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 35s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 36s ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 36s ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 35s ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 36s ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 36s ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 35s ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 36s ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 36s ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 36s ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 36s ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 35s ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:52:14.228 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 35s ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:52:14.229 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 35s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:52:14.229 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 35s ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:52:14.229 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 35s ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:52:14.576 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:52:14.576 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:52:14.576 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:52:14.576 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:52:14.576 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:52:14.577 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:52:14.577 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:52:14.577 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:52:14.577 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:52:14.577 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:52:14.577 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:52:14.577 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:52:14.577 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:52:14.577 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:52:14.577 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:52:14.577 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:52:14.577 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:52:15.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:13.625558+0000 mgr.y (mgr.14556) 8389 : cluster [DBG] pgmap v7407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:15.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:52:13.938215+0000 mgr.y (mgr.14556) 8390 : audit [DBG] from='client.23433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:52:15.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:52:14.586700+0000 mon.a (mon.0) 2204 : audit [DBG] from='client.? 172.21.15.23:0/1329504748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:52:15.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:13.625558+0000 mgr.y (mgr.14556) 8389 : cluster [DBG] pgmap v7407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:15.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:52:13.938215+0000 mgr.y (mgr.14556) 8390 : audit [DBG] from='client.23433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:52:15.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:52:14.586700+0000 mon.a (mon.0) 2204 : audit [DBG] from='client.? 172.21.15.23:0/1329504748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:52:15.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:13.625558+0000 mgr.y (mgr.14556) 8389 : cluster [DBG] pgmap v7407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:15.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:52:13.938215+0000 mgr.y (mgr.14556) 8390 : audit [DBG] from='client.23433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:52:15.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:52:14.586700+0000 mon.a (mon.0) 2204 : audit [DBG] from='client.? 172.21.15.23:0/1329504748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:52:16.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:52:14.230120+0000 mgr.y (mgr.14556) 8391 : audit [DBG] from='client.23439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:52:16.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:52:14.230120+0000 mgr.y (mgr.14556) 8391 : audit [DBG] from='client.23439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:52:16.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:52:14.230120+0000 mgr.y (mgr.14556) 8391 : audit [DBG] from='client.23439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:52:17.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:15.626256+0000 mgr.y (mgr.14556) 8392 : cluster [DBG] pgmap v7408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:17.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:15.626256+0000 mgr.y (mgr.14556) 8392 : cluster [DBG] pgmap v7408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:17.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:15.626256+0000 mgr.y (mgr.14556) 8392 : cluster [DBG] pgmap v7408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:19.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:17.626677+0000 mgr.y (mgr.14556) 8393 : cluster [DBG] pgmap v7409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:19.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:17.626677+0000 mgr.y (mgr.14556) 8393 : cluster [DBG] pgmap v7409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:19.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:17.626677+0000 mgr.y (mgr.14556) 8393 : cluster [DBG] pgmap v7409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:21.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:19.627094+0000 mgr.y (mgr.14556) 8394 : cluster [DBG] pgmap v7410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:21.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:19.627094+0000 mgr.y (mgr.14556) 8394 : cluster [DBG] pgmap v7410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:21.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:19.627094+0000 mgr.y (mgr.14556) 8394 : cluster [DBG] pgmap v7410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:21.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:52:23.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:21.627849+0000 mgr.y (mgr.14556) 8395 : cluster [DBG] pgmap v7411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:23.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:21.627849+0000 mgr.y (mgr.14556) 8395 : cluster [DBG] pgmap v7411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:23.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:21.627849+0000 mgr.y (mgr.14556) 8395 : cluster [DBG] pgmap v7411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:24.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:52:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:52:25.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:23.628480+0000 mgr.y (mgr.14556) 8396 : cluster [DBG] pgmap v7412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:25.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:23.628480+0000 mgr.y (mgr.14556) 8396 : cluster [DBG] pgmap v7412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:25.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:23.628480+0000 mgr.y (mgr.14556) 8396 : cluster [DBG] pgmap v7412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:27.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:25.629175+0000 mgr.y (mgr.14556) 8397 : cluster [DBG] pgmap v7413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:27.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:25.629175+0000 mgr.y (mgr.14556) 8397 : cluster [DBG] pgmap v7413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:27.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:25.629175+0000 mgr.y (mgr.14556) 8397 : cluster [DBG] pgmap v7413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:29.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:27.629715+0000 mgr.y (mgr.14556) 8398 : cluster [DBG] pgmap v7414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:29.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:27.629715+0000 mgr.y (mgr.14556) 8398 : cluster [DBG] pgmap v7414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:29.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:27.629715+0000 mgr.y (mgr.14556) 8398 : cluster [DBG] pgmap v7414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:31.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:29.630108+0000 mgr.y (mgr.14556) 8399 : cluster [DBG] pgmap v7415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:31.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:29.630108+0000 mgr.y (mgr.14556) 8399 : cluster [DBG] pgmap v7415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:31.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:29.630108+0000 mgr.y (mgr.14556) 8399 : cluster [DBG] pgmap v7415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:31.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:52:33.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:31.630867+0000 mgr.y (mgr.14556) 8400 : cluster [DBG] pgmap v7416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:33.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:31.630867+0000 mgr.y (mgr.14556) 8400 : cluster [DBG] pgmap v7416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:33.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:31.630867+0000 mgr.y (mgr.14556) 8400 : cluster [DBG] pgmap v7416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:34.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:52:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:52:35.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:33.631274+0000 mgr.y (mgr.14556) 8401 : cluster [DBG] pgmap v7417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:35.370 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:33.631274+0000 mgr.y (mgr.14556) 8401 : cluster [DBG] pgmap v7417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:35.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:33.631274+0000 mgr.y (mgr.14556) 8401 : cluster [DBG] pgmap v7417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:37.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:35.631840+0000 mgr.y (mgr.14556) 8402 : cluster [DBG] pgmap v7418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:37.620 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:35.631840+0000 mgr.y (mgr.14556) 8402 : cluster [DBG] pgmap v7418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:37.620 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:35.631840+0000 mgr.y (mgr.14556) 8402 : cluster [DBG] pgmap v7418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:39.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:37.632404+0000 mgr.y (mgr.14556) 8403 : cluster [DBG] pgmap v7419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:39.403 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:52:38.676427+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:52:39.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:52:38.983903+0000 mon.a (mon.0) 2206 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:52:39.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:52:38.984522+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:52:39.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:52:38.997546+0000 mon.a (mon.0) 2208 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:52:39.620 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:37.632404+0000 mgr.y (mgr.14556) 8403 : cluster [DBG] pgmap v7419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:39.620 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:52:38.676427+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:52:39.620 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:52:38.983903+0000 mon.a (mon.0) 2206 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:52:39.621 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:52:38.984522+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:52:39.621 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:52:38.997546+0000 mon.a (mon.0) 2208 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:52:39.621 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:37.632404+0000 mgr.y (mgr.14556) 8403 : cluster [DBG] pgmap v7419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:39.621 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:52:38.676427+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:52:39.621 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:52:38.983903+0000 mon.a (mon.0) 2206 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:52:39.621 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:52:38.984522+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:52:39.621 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:52:38.997546+0000 mon.a (mon.0) 2208 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:52:40.620 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:39.632771+0000 mgr.y (mgr.14556) 8404 : cluster [DBG] pgmap v7420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:40.620 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:39.632771+0000 mgr.y (mgr.14556) 8404 : cluster [DBG] pgmap v7420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:40.653 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:39.632771+0000 mgr.y (mgr.14556) 8404 : cluster [DBG] pgmap v7420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:41.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:52:43.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:41.633455+0000 mgr.y (mgr.14556) 8405 : cluster [DBG] pgmap v7421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:43.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:41.633455+0000 mgr.y (mgr.14556) 8405 : cluster [DBG] pgmap v7421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:43.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:41.633455+0000 mgr.y (mgr.14556) 8405 : cluster [DBG] pgmap v7421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:44.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:52:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T10:52:44.902 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:52:45.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:43.633882+0000 mgr.y (mgr.14556) 8406 : cluster [DBG] pgmap v7422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:45.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:43.633882+0000 mgr.y (mgr.14556) 8406 : cluster [DBG] pgmap v7422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:45.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:43.633882+0000 mgr.y (mgr.14556) 8406 : cluster [DBG] pgmap v7422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:45.190 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:52:45.190 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 67s ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:52:45.190 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 66s ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 67s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 66s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 66s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 67s ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 67s ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 66s ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 67s ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 67s ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 66s ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 67s ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 67s ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 67s ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 67s ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:52:45.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 66s ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:52:45.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 66s ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:52:45.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 66s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:52:45.192 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 66s ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:52:45.192 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 66s ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:52:45.538 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:52:45.538 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:52:45.539 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:52:46.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:52:44.900616+0000 mgr.y (mgr.14556) 8407 : audit [DBG] from='client.23451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:52:46.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:52:45.548669+0000 mon.c (mon.2) 227 : audit [DBG] from='client.? 172.21.15.23:0/752141962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:52:46.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:52:44.900616+0000 mgr.y (mgr.14556) 8407 : audit [DBG] from='client.23451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:52:46.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:52:45.548669+0000 mon.c (mon.2) 227 : audit [DBG] from='client.? 172.21.15.23:0/752141962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:52:46.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:52:44.900616+0000 mgr.y (mgr.14556) 8407 : audit [DBG] from='client.23451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:52:46.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:52:45.548669+0000 mon.c (mon.2) 227 : audit [DBG] from='client.? 172.21.15.23:0/752141962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:52:47.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:52:45.192860+0000 mgr.y (mgr.14556) 8408 : audit [DBG] from='client.23457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:52:47.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:45.634476+0000 mgr.y (mgr.14556) 8409 : cluster [DBG] pgmap v7423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:47.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:52:45.192860+0000 mgr.y (mgr.14556) 8408 : audit [DBG] from='client.23457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:52:47.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:45.634476+0000 mgr.y (mgr.14556) 8409 : cluster [DBG] pgmap v7423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:47.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:52:45.192860+0000 mgr.y (mgr.14556) 8408 : audit [DBG] from='client.23457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:52:47.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:45.634476+0000 mgr.y (mgr.14556) 8409 : cluster [DBG] pgmap v7423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:49.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:47.635001+0000 mgr.y (mgr.14556) 8410 : cluster [DBG] pgmap v7424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:49.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:47.635001+0000 mgr.y (mgr.14556) 8410 : cluster [DBG] pgmap v7424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:49.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:47.635001+0000 mgr.y (mgr.14556) 8410 : cluster [DBG] pgmap v7424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:51.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:49.635523+0000 mgr.y (mgr.14556) 8411 : cluster [DBG] pgmap v7425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:51.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:49.635523+0000 mgr.y (mgr.14556) 8411 : cluster [DBG] pgmap v7425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:51.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:49.635523+0000 mgr.y (mgr.14556) 8411 : cluster [DBG] pgmap v7425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:51.903 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:52:53.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:51.636309+0000 mgr.y (mgr.14556) 8412 : cluster [DBG] pgmap v7426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:53.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:51.636309+0000 mgr.y (mgr.14556) 8412 : cluster [DBG] pgmap v7426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:53.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:51.636309+0000 mgr.y (mgr.14556) 8412 : cluster [DBG] pgmap v7426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:54.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:52:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:52:55.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:53.636856+0000 mgr.y (mgr.14556) 8413 : cluster [DBG] pgmap v7427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:55.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:53.636856+0000 mgr.y (mgr.14556) 8413 : cluster [DBG] pgmap v7427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:55.153 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:53.636856+0000 mgr.y (mgr.14556) 8413 : cluster [DBG] pgmap v7427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:57.120 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:55.637524+0000 mgr.y (mgr.14556) 8414 : cluster [DBG] pgmap v7428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:57.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:55.637524+0000 mgr.y (mgr.14556) 8414 : cluster [DBG] pgmap v7428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:57.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:55.637524+0000 mgr.y (mgr.14556) 8414 : cluster [DBG] pgmap v7428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:59.120 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:57.638020+0000 mgr.y (mgr.14556) 8415 : cluster [DBG] pgmap v7429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:59.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:57.638020+0000 mgr.y (mgr.14556) 8415 : cluster [DBG] pgmap v7429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:52:59.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:52:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:57.638020+0000 mgr.y (mgr.14556) 8415 : cluster [DBG] pgmap v7429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:01.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:52:59.638421+0000 mgr.y (mgr.14556) 8416 : cluster [DBG] pgmap v7430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:01.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:52:59.638421+0000 mgr.y (mgr.14556) 8416 : cluster [DBG] pgmap v7430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:01.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:52:59.638421+0000 mgr.y (mgr.14556) 8416 : cluster [DBG] pgmap v7430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:01.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:53:03.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:01.639266+0000 mgr.y (mgr.14556) 8417 : cluster [DBG] pgmap v7431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:03.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:01.639266+0000 mgr.y (mgr.14556) 8417 : cluster [DBG] pgmap v7431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:03.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:01.639266+0000 mgr.y (mgr.14556) 8417 : cluster [DBG] pgmap v7431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:04.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:53:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:53:05.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:03.639686+0000 mgr.y (mgr.14556) 8418 : cluster [DBG] pgmap v7432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:05.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:03.639686+0000 mgr.y (mgr.14556) 8418 : cluster [DBG] pgmap v7432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:05.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:03.639686+0000 mgr.y (mgr.14556) 8418 : cluster [DBG] pgmap v7432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:07.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:05.640551+0000 mgr.y (mgr.14556) 8419 : cluster [DBG] pgmap v7433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:07.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:05.640551+0000 mgr.y (mgr.14556) 8419 : cluster [DBG] pgmap v7433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:07.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:05.640551+0000 mgr.y (mgr.14556) 8419 : cluster [DBG] pgmap v7433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:09.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:07.641006+0000 mgr.y (mgr.14556) 8420 : cluster [DBG] pgmap v7434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:09.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:07.641006+0000 mgr.y (mgr.14556) 8420 : cluster [DBG] pgmap v7434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:09.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:07.641006+0000 mgr.y (mgr.14556) 8420 : cluster [DBG] pgmap v7434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:11.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:09.641536+0000 mgr.y (mgr.14556) 8421 : cluster [DBG] pgmap v7435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:11.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:09.641536+0000 mgr.y (mgr.14556) 8421 : cluster [DBG] pgmap v7435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:11.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:09.641536+0000 mgr.y (mgr.14556) 8421 : cluster [DBG] pgmap v7435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:11.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:53:13.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:11.642181+0000 mgr.y (mgr.14556) 8422 : cluster [DBG] pgmap v7436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:13.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:11.642181+0000 mgr.y (mgr.14556) 8422 : cluster [DBG] pgmap v7436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:13.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:11.642181+0000 mgr.y (mgr.14556) 8422 : cluster [DBG] pgmap v7436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:14.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:53:13] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T10:53:15.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:13.642618+0000 mgr.y (mgr.14556) 8423 : cluster [DBG] pgmap v7437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:15.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:13.642618+0000 mgr.y (mgr.14556) 8423 : cluster [DBG] pgmap v7437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:15.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:13.642618+0000 mgr.y (mgr.14556) 8423 : cluster [DBG] pgmap v7437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:15.862 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:53:16.150 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:53:16.150 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 98s ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:53:16.150 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 97s ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 98s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 97s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 97s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 98s ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 98s ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 97s ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 98s ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 98s ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 97s ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 98s ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 98s ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 98s ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 98s ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:53:16.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 97s ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:53:16.152 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 97s ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:53:16.152 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 97s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:53:16.152 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 97s ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:53:16.152 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 97s ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:53:16.503 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:53:16.503 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:53:16.503 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:53:16.503 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:53:16.503 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:53:16.503 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:53:16.503 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:53:16.503 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:53:16.503 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:53:16.503 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:53:16.503 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:53:16.503 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:53:16.504 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:53:16.504 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:53:16.504 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:53:16.504 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:53:16.504 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:53:17.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:15.643192+0000 mgr.y (mgr.14556) 8424 : cluster [DBG] pgmap v7438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:17.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:53:15.859948+0000 mgr.y (mgr.14556) 8425 : audit [DBG] from='client.23469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:53:17.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:53:16.152016+0000 mgr.y (mgr.14556) 8426 : audit [DBG] from='client.23475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:53:17.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:53:16.512316+0000 mon.a (mon.0) 2209 : audit [DBG] from='client.? 172.21.15.23:0/3651165054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:53:17.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:15.643192+0000 mgr.y (mgr.14556) 8424 : cluster [DBG] pgmap v7438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:17.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:53:15.859948+0000 mgr.y (mgr.14556) 8425 : audit [DBG] from='client.23469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:53:17.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:53:16.152016+0000 mgr.y (mgr.14556) 8426 : audit [DBG] from='client.23475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:53:17.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:53:16.512316+0000 mon.a (mon.0) 2209 : audit [DBG] from='client.? 172.21.15.23:0/3651165054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:53:17.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:15.643192+0000 mgr.y (mgr.14556) 8424 : cluster [DBG] pgmap v7438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:17.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:53:15.859948+0000 mgr.y (mgr.14556) 8425 : audit [DBG] from='client.23469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:53:17.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:53:16.152016+0000 mgr.y (mgr.14556) 8426 : audit [DBG] from='client.23475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:53:17.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:53:16.512316+0000 mon.a (mon.0) 2209 : audit [DBG] from='client.? 172.21.15.23:0/3651165054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:53:19.121 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:17.643636+0000 mgr.y (mgr.14556) 8427 : cluster [DBG] pgmap v7439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:19.121 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:17.643636+0000 mgr.y (mgr.14556) 8427 : cluster [DBG] pgmap v7439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:19.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:17.643636+0000 mgr.y (mgr.14556) 8427 : cluster [DBG] pgmap v7439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:21.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:19.643944+0000 mgr.y (mgr.14556) 8428 : cluster [DBG] pgmap v7440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:21.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:19.643944+0000 mgr.y (mgr.14556) 8428 : cluster [DBG] pgmap v7440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:21.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:19.643944+0000 mgr.y (mgr.14556) 8428 : cluster [DBG] pgmap v7440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:21.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:53:23.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:21.644676+0000 mgr.y (mgr.14556) 8429 : cluster [DBG] pgmap v7441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:23.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:21.644676+0000 mgr.y (mgr.14556) 8429 : cluster [DBG] pgmap v7441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:23.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:21.644676+0000 mgr.y (mgr.14556) 8429 : cluster [DBG] pgmap v7441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:24.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:53:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:53:25.154 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:23.645253+0000 mgr.y (mgr.14556) 8430 : cluster [DBG] pgmap v7442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:25.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:23.645253+0000 mgr.y (mgr.14556) 8430 : cluster [DBG] pgmap v7442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:25.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:23.645253+0000 mgr.y (mgr.14556) 8430 : cluster [DBG] pgmap v7442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:27.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:25.645894+0000 mgr.y (mgr.14556) 8431 : cluster [DBG] pgmap v7443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:27.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:25.645894+0000 mgr.y (mgr.14556) 8431 : cluster [DBG] pgmap v7443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:27.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:25.645894+0000 mgr.y (mgr.14556) 8431 : cluster [DBG] pgmap v7443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:29.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:27.646374+0000 mgr.y (mgr.14556) 8432 : cluster [DBG] pgmap v7444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:29.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:27.646374+0000 mgr.y (mgr.14556) 8432 : cluster [DBG] pgmap v7444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:29.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:27.646374+0000 mgr.y (mgr.14556) 8432 : cluster [DBG] pgmap v7444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:31.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:29.646847+0000 mgr.y (mgr.14556) 8433 : cluster [DBG] pgmap v7445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:31.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:29.646847+0000 mgr.y (mgr.14556) 8433 : cluster [DBG] pgmap v7445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:31.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:29.646847+0000 mgr.y (mgr.14556) 8433 : cluster [DBG] pgmap v7445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:31.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:53:33.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:31.647759+0000 mgr.y (mgr.14556) 8434 : cluster [DBG] pgmap v7446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:33.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:31.647759+0000 mgr.y (mgr.14556) 8434 : cluster [DBG] pgmap v7446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:33.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:31.647759+0000 mgr.y (mgr.14556) 8434 : cluster [DBG] pgmap v7446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:34.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:53:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:53:35.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:33.648129+0000 mgr.y (mgr.14556) 8435 : cluster [DBG] pgmap v7447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:35.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:33.648129+0000 mgr.y (mgr.14556) 8435 : cluster [DBG] pgmap v7447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:35.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:33.648129+0000 mgr.y (mgr.14556) 8435 : cluster [DBG] pgmap v7447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:37.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:35.648976+0000 mgr.y (mgr.14556) 8436 : cluster [DBG] pgmap v7448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:37.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:35.648976+0000 mgr.y (mgr.14556) 8436 : cluster [DBG] pgmap v7448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:37.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:35.648976+0000 mgr.y (mgr.14556) 8436 : cluster [DBG] pgmap v7448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:39.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:37.649439+0000 mgr.y (mgr.14556) 8437 : cluster [DBG] pgmap v7449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:39.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:37.649439+0000 mgr.y (mgr.14556) 8437 : cluster [DBG] pgmap v7449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:39.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:37.649439+0000 mgr.y (mgr.14556) 8437 : cluster [DBG] pgmap v7449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:40.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:53:39.001888+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:53:40.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:53:39.309304+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:53:40.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:53:39.310028+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:53:40.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:53:39.316618+0000 mon.a (mon.0) 2213 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:53:40.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:53:39.001888+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:53:40.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:53:39.309304+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:53:40.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:53:39.310028+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:53:40.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:53:39.316618+0000 mon.a (mon.0) 2213 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:53:40.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:53:39.001888+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:53:40.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:53:39.309304+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:53:40.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:53:39.310028+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:53:40.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:53:39.316618+0000 mon.a (mon.0) 2213 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:53:41.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:39.649792+0000 mgr.y (mgr.14556) 8438 : cluster [DBG] pgmap v7450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:41.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:39.649792+0000 mgr.y (mgr.14556) 8438 : cluster [DBG] pgmap v7450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:41.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:39.649792+0000 mgr.y (mgr.14556) 8438 : cluster [DBG] pgmap v7450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:41.904 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:53:43.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:41.650576+0000 mgr.y (mgr.14556) 8439 : cluster [DBG] pgmap v7451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:43.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:41.650576+0000 mgr.y (mgr.14556) 8439 : cluster [DBG] pgmap v7451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:43.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:41.650576+0000 mgr.y (mgr.14556) 8439 : cluster [DBG] pgmap v7451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:44.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:53:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T10:53:45.371 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:43.651134+0000 mgr.y (mgr.14556) 8440 : cluster [DBG] pgmap v7452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:45.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:43.651134+0000 mgr.y (mgr.14556) 8440 : cluster [DBG] pgmap v7452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:45.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:43.651134+0000 mgr.y (mgr.14556) 8440 : cluster [DBG] pgmap v7452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:46.830 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:53:47.120 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:53:47.120 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 2m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:53:47.120 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 2m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 2m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 2m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 2m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 2m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 2m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 2m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 2m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 2m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 2m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 2m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 2m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 2m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 2m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 2m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:53:47.121 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 2m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:53:47.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 2m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:53:47.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 2m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:53:47.122 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 2m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:53:47.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:45.651822+0000 mgr.y (mgr.14556) 8441 : cluster [DBG] pgmap v7453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:47.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:45.651822+0000 mgr.y (mgr.14556) 8441 : cluster [DBG] pgmap v7453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:47.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:45.651822+0000 mgr.y (mgr.14556) 8441 : cluster [DBG] pgmap v7453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:47.470 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:53:47.470 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:53:47.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:53:47.470 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:53:47.470 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:53:47.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:53:47.470 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:53:47.470 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:53:47.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:53:47.470 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:53:47.470 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:53:47.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:53:47.471 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:53:47.471 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:53:47.471 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:53:47.471 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:53:47.471 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:53:48.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:53:46.827029+0000 mgr.y (mgr.14556) 8442 : audit [DBG] from='client.23487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:53:48.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:53:47.121359+0000 mgr.y (mgr.14556) 8443 : audit [DBG] from='client.23493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:53:48.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:53:47.478736+0000 mon.a (mon.0) 2214 : audit [DBG] from='client.? 172.21.15.23:0/3364741427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:53:48.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:53:46.827029+0000 mgr.y (mgr.14556) 8442 : audit [DBG] from='client.23487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:53:48.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:53:47.121359+0000 mgr.y (mgr.14556) 8443 : audit [DBG] from='client.23493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:53:48.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:53:47.478736+0000 mon.a (mon.0) 2214 : audit [DBG] from='client.? 172.21.15.23:0/3364741427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:53:48.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:53:46.827029+0000 mgr.y (mgr.14556) 8442 : audit [DBG] from='client.23487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:53:48.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:53:47.121359+0000 mgr.y (mgr.14556) 8443 : audit [DBG] from='client.23493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:53:48.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:53:47.478736+0000 mon.a (mon.0) 2214 : audit [DBG] from='client.? 172.21.15.23:0/3364741427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:53:49.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:47.652257+0000 mgr.y (mgr.14556) 8444 : cluster [DBG] pgmap v7454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:49.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:47.652257+0000 mgr.y (mgr.14556) 8444 : cluster [DBG] pgmap v7454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:49.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:47.652257+0000 mgr.y (mgr.14556) 8444 : cluster [DBG] pgmap v7454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:51.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:49.652652+0000 mgr.y (mgr.14556) 8445 : cluster [DBG] pgmap v7455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:51.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:49.652652+0000 mgr.y (mgr.14556) 8445 : cluster [DBG] pgmap v7455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:51.404 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:49.652652+0000 mgr.y (mgr.14556) 8445 : cluster [DBG] pgmap v7455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:51.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:53:53.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:51.653371+0000 mgr.y (mgr.14556) 8446 : cluster [DBG] pgmap v7456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:53.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:51.653371+0000 mgr.y (mgr.14556) 8446 : cluster [DBG] pgmap v7456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:53.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:51.653371+0000 mgr.y (mgr.14556) 8446 : cluster [DBG] pgmap v7456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:54.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:53:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:53:55.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:53.653783+0000 mgr.y (mgr.14556) 8447 : cluster [DBG] pgmap v7457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:55.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:53.653783+0000 mgr.y (mgr.14556) 8447 : cluster [DBG] pgmap v7457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:55.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:53.653783+0000 mgr.y (mgr.14556) 8447 : cluster [DBG] pgmap v7457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:57.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:55.654395+0000 mgr.y (mgr.14556) 8448 : cluster [DBG] pgmap v7458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:57.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:55.654395+0000 mgr.y (mgr.14556) 8448 : cluster [DBG] pgmap v7458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:57.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:55.654395+0000 mgr.y (mgr.14556) 8448 : cluster [DBG] pgmap v7458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:59.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:57.654864+0000 mgr.y (mgr.14556) 8449 : cluster [DBG] pgmap v7459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:59.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:57.654864+0000 mgr.y (mgr.14556) 8449 : cluster [DBG] pgmap v7459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:53:59.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:53:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:57.654864+0000 mgr.y (mgr.14556) 8449 : cluster [DBG] pgmap v7459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:01.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:53:59.655310+0000 mgr.y (mgr.14556) 8450 : cluster [DBG] pgmap v7460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:01.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:53:59.655310+0000 mgr.y (mgr.14556) 8450 : cluster [DBG] pgmap v7460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:01.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:53:59.655310+0000 mgr.y (mgr.14556) 8450 : cluster [DBG] pgmap v7460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:01.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:54:03.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:01.656023+0000 mgr.y (mgr.14556) 8451 : cluster [DBG] pgmap v7461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:03.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:01.656023+0000 mgr.y (mgr.14556) 8451 : cluster [DBG] pgmap v7461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:03.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:01.656023+0000 mgr.y (mgr.14556) 8451 : cluster [DBG] pgmap v7461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:04.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:54:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:54:05.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:03.656458+0000 mgr.y (mgr.14556) 8452 : cluster [DBG] pgmap v7462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:05.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:03.656458+0000 mgr.y (mgr.14556) 8452 : cluster [DBG] pgmap v7462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:05.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:03.656458+0000 mgr.y (mgr.14556) 8452 : cluster [DBG] pgmap v7462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:07.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:05.657019+0000 mgr.y (mgr.14556) 8453 : cluster [DBG] pgmap v7463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:07.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:05.657019+0000 mgr.y (mgr.14556) 8453 : cluster [DBG] pgmap v7463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:07.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:05.657019+0000 mgr.y (mgr.14556) 8453 : cluster [DBG] pgmap v7463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:09.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:07.657606+0000 mgr.y (mgr.14556) 8454 : cluster [DBG] pgmap v7464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:09.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:07.657606+0000 mgr.y (mgr.14556) 8454 : cluster [DBG] pgmap v7464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:09.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:07.657606+0000 mgr.y (mgr.14556) 8454 : cluster [DBG] pgmap v7464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:11.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:09.657996+0000 mgr.y (mgr.14556) 8455 : cluster [DBG] pgmap v7465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:11.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:09.657996+0000 mgr.y (mgr.14556) 8455 : cluster [DBG] pgmap v7465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:11.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:09.657996+0000 mgr.y (mgr.14556) 8455 : cluster [DBG] pgmap v7465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:11.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:54:13.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:11.658776+0000 mgr.y (mgr.14556) 8456 : cluster [DBG] pgmap v7466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:13.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:11.658776+0000 mgr.y (mgr.14556) 8456 : cluster [DBG] pgmap v7466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:13.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:11.658776+0000 mgr.y (mgr.14556) 8456 : cluster [DBG] pgmap v7466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:14.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:54:13] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:54:15.405 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:13.659378+0000 mgr.y (mgr.14556) 8457 : cluster [DBG] pgmap v7467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:15.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:13.659378+0000 mgr.y (mgr.14556) 8457 : cluster [DBG] pgmap v7467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:15.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:13.659378+0000 mgr.y (mgr.14556) 8457 : cluster [DBG] pgmap v7467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:17.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:15.660220+0000 mgr.y (mgr.14556) 8458 : cluster [DBG] pgmap v7468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:17.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:15.660220+0000 mgr.y (mgr.14556) 8458 : cluster [DBG] pgmap v7468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:17.655 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:15.660220+0000 mgr.y (mgr.14556) 8458 : cluster [DBG] pgmap v7468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:17.797 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:54:18.085 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:54:18.085 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 2m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:54:18.085 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 2m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:54:18.085 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 2m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:54:18.085 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 2m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:54:18.085 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 2m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:54:18.085 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 2m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:54:18.085 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 2m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 2m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 2m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 2m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 2m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 2m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 2m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 2m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 2m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 2m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 2m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 2m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 2m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:54:18.086 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 2m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:54:18.436 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:54:18.436 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:54:18.436 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:54:18.436 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:54:18.436 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:54:18.436 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:54:18.436 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:54:18.436 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:54:18.437 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:54:18.437 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:54:18.437 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:54:18.437 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:54:18.437 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:54:18.437 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:54:18.437 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:54:18.437 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:54:18.437 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:54:18.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:17.660605+0000 mgr.y (mgr.14556) 8459 : cluster [DBG] pgmap v7469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:18.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:54:17.794055+0000 mgr.y (mgr.14556) 8460 : audit [DBG] from='client.33419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:54:18.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:54:18.085703+0000 mgr.y (mgr.14556) 8461 : audit [DBG] from='client.23511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:54:18.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:17.660605+0000 mgr.y (mgr.14556) 8459 : cluster [DBG] pgmap v7469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:18.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:54:17.794055+0000 mgr.y (mgr.14556) 8460 : audit [DBG] from='client.33419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:54:18.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:54:18.085703+0000 mgr.y (mgr.14556) 8461 : audit [DBG] from='client.23511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:54:18.655 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:17.660605+0000 mgr.y (mgr.14556) 8459 : cluster [DBG] pgmap v7469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:18.655 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:54:17.794055+0000 mgr.y (mgr.14556) 8460 : audit [DBG] from='client.33419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:54:18.655 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:54:18.085703+0000 mgr.y (mgr.14556) 8461 : audit [DBG] from='client.23511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:54:19.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:54:18.444566+0000 mon.a (mon.0) 2215 : audit [DBG] from='client.? 172.21.15.23:0/4180149286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:54:19.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:54:18.444566+0000 mon.a (mon.0) 2215 : audit [DBG] from='client.? 172.21.15.23:0/4180149286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:54:19.655 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:54:18.444566+0000 mon.a (mon.0) 2215 : audit [DBG] from='client.? 172.21.15.23:0/4180149286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:54:20.622 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:19.660956+0000 mgr.y (mgr.14556) 8462 : cluster [DBG] pgmap v7470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:20.622 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:19.660956+0000 mgr.y (mgr.14556) 8462 : cluster [DBG] pgmap v7470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:20.655 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:19.660956+0000 mgr.y (mgr.14556) 8462 : cluster [DBG] pgmap v7470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:21.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:54:23.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:21.661808+0000 mgr.y (mgr.14556) 8463 : cluster [DBG] pgmap v7471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:23.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:21.661808+0000 mgr.y (mgr.14556) 8463 : cluster [DBG] pgmap v7471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:23.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:21.661808+0000 mgr.y (mgr.14556) 8463 : cluster [DBG] pgmap v7471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:24.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:54:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:54:25.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:23.662387+0000 mgr.y (mgr.14556) 8464 : cluster [DBG] pgmap v7472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:25.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:23.662387+0000 mgr.y (mgr.14556) 8464 : cluster [DBG] pgmap v7472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:25.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:23.662387+0000 mgr.y (mgr.14556) 8464 : cluster [DBG] pgmap v7472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:27.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:25.663090+0000 mgr.y (mgr.14556) 8465 : cluster [DBG] pgmap v7473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:27.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:25.663090+0000 mgr.y (mgr.14556) 8465 : cluster [DBG] pgmap v7473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:27.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:25.663090+0000 mgr.y (mgr.14556) 8465 : cluster [DBG] pgmap v7473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:29.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:27.663445+0000 mgr.y (mgr.14556) 8466 : cluster [DBG] pgmap v7474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:29.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:27.663445+0000 mgr.y (mgr.14556) 8466 : cluster [DBG] pgmap v7474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:29.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:27.663445+0000 mgr.y (mgr.14556) 8466 : cluster [DBG] pgmap v7474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:31.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:29.663984+0000 mgr.y (mgr.14556) 8467 : cluster [DBG] pgmap v7475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:31.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:29.663984+0000 mgr.y (mgr.14556) 8467 : cluster [DBG] pgmap v7475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:31.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:29.663984+0000 mgr.y (mgr.14556) 8467 : cluster [DBG] pgmap v7475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:31.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:54:33.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:31.664794+0000 mgr.y (mgr.14556) 8468 : cluster [DBG] pgmap v7476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:33.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:31.664794+0000 mgr.y (mgr.14556) 8468 : cluster [DBG] pgmap v7476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:33.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:31.664794+0000 mgr.y (mgr.14556) 8468 : cluster [DBG] pgmap v7476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:34.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:54:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T10:54:35.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:33.665196+0000 mgr.y (mgr.14556) 8469 : cluster [DBG] pgmap v7477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:35.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:33.665196+0000 mgr.y (mgr.14556) 8469 : cluster [DBG] pgmap v7477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:35.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:33.665196+0000 mgr.y (mgr.14556) 8469 : cluster [DBG] pgmap v7477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:37.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:35.665826+0000 mgr.y (mgr.14556) 8470 : cluster [DBG] pgmap v7478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:37.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:35.665826+0000 mgr.y (mgr.14556) 8470 : cluster [DBG] pgmap v7478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:37.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:35.665826+0000 mgr.y (mgr.14556) 8470 : cluster [DBG] pgmap v7478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:39.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:37.666294+0000 mgr.y (mgr.14556) 8471 : cluster [DBG] pgmap v7479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:39.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:37.666294+0000 mgr.y (mgr.14556) 8471 : cluster [DBG] pgmap v7479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:39.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:37.666294+0000 mgr.y (mgr.14556) 8471 : cluster [DBG] pgmap v7479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:40.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:54:39.320977+0000 mon.a (mon.0) 2216 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:54:40.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:54:39.571491+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:54:40.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:54:39.578805+0000 mon.a (mon.0) 2218 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:54:40.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:54:39.320977+0000 mon.a (mon.0) 2216 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:54:40.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:54:39.571491+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:54:40.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:54:39.578805+0000 mon.a (mon.0) 2218 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:54:40.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:54:39.320977+0000 mon.a (mon.0) 2216 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:54:40.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:54:39.571491+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:54:40.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:54:39.578805+0000 mon.a (mon.0) 2218 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:54:41.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:39.666637+0000 mgr.y (mgr.14556) 8472 : cluster [DBG] pgmap v7480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:41.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:54:39.862228+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:54:41.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:54:39.862928+0000 mon.a (mon.0) 2220 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:54:41.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:54:39.867577+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:54:41.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:39.666637+0000 mgr.y (mgr.14556) 8472 : cluster [DBG] pgmap v7480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:41.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:54:39.862228+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:54:41.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:54:39.862928+0000 mon.a (mon.0) 2220 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:54:41.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:54:39.867577+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:54:41.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:39.666637+0000 mgr.y (mgr.14556) 8472 : cluster [DBG] pgmap v7480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:54:39.862228+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:54:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:54:39.862928+0000 mon.a (mon.0) 2220 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:54:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:54:39.867577+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:54:41.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:54:43.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:41.667262+0000 mgr.y (mgr.14556) 8473 : cluster [DBG] pgmap v7481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:43.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:41.667262+0000 mgr.y (mgr.14556) 8473 : cluster [DBG] pgmap v7481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:43.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:41.667262+0000 mgr.y (mgr.14556) 8473 : cluster [DBG] pgmap v7481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:44.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:54:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T10:54:45.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:43.667652+0000 mgr.y (mgr.14556) 8474 : cluster [DBG] pgmap v7482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:45.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:43.667652+0000 mgr.y (mgr.14556) 8474 : cluster [DBG] pgmap v7482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:45.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:43.667652+0000 mgr.y (mgr.14556) 8474 : cluster [DBG] pgmap v7482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:47.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:45.668230+0000 mgr.y (mgr.14556) 8475 : cluster [DBG] pgmap v7483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:47.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:45.668230+0000 mgr.y (mgr.14556) 8475 : cluster [DBG] pgmap v7483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:47.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:45.668230+0000 mgr.y (mgr.14556) 8475 : cluster [DBG] pgmap v7483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:48.763 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:54:49.051 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:54:49.051 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 3m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:54:49.051 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 3m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:54:49.051 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 3m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:54:49.051 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 3m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:54:49.051 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 3m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:54:49.051 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 3m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 3m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 3m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 3m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 3m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 3m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 3m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 3m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 3m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 3m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 3m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 3m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 3m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 3m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:54:49.052 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 3m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:54:49.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:47.668695+0000 mgr.y (mgr.14556) 8476 : cluster [DBG] pgmap v7484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:49.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:47.668695+0000 mgr.y (mgr.14556) 8476 : cluster [DBG] pgmap v7484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:49.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:47.668695+0000 mgr.y (mgr.14556) 8476 : cluster [DBG] pgmap v7484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:49.403 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:54:49.403 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:54:49.403 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:54:49.404 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:54:50.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:54:48.758669+0000 mgr.y (mgr.14556) 8477 : audit [DBG] from='client.33437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:54:50.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:54:49.051317+0000 mgr.y (mgr.14556) 8478 : audit [DBG] from='client.23529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:54:50.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:54:49.411434+0000 mon.a (mon.0) 2222 : audit [DBG] from='client.? 172.21.15.23:0/229879034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:54:50.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:54:48.758669+0000 mgr.y (mgr.14556) 8477 : audit [DBG] from='client.33437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:54:50.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:54:49.051317+0000 mgr.y (mgr.14556) 8478 : audit [DBG] from='client.23529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:54:50.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:54:49.411434+0000 mon.a (mon.0) 2222 : audit [DBG] from='client.? 172.21.15.23:0/229879034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:54:50.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:54:48.758669+0000 mgr.y (mgr.14556) 8477 : audit [DBG] from='client.33437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:54:50.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:54:49.051317+0000 mgr.y (mgr.14556) 8478 : audit [DBG] from='client.23529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:54:50.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:54:49.411434+0000 mon.a (mon.0) 2222 : audit [DBG] from='client.? 172.21.15.23:0/229879034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:54:51.122 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:49.669008+0000 mgr.y (mgr.14556) 8479 : cluster [DBG] pgmap v7485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:51.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:49.669008+0000 mgr.y (mgr.14556) 8479 : cluster [DBG] pgmap v7485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:51.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:49.669008+0000 mgr.y (mgr.14556) 8479 : cluster [DBG] pgmap v7485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:51.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:54:53.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:51.669876+0000 mgr.y (mgr.14556) 8480 : cluster [DBG] pgmap v7486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:53.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:51.669876+0000 mgr.y (mgr.14556) 8480 : cluster [DBG] pgmap v7486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:53.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:51.669876+0000 mgr.y (mgr.14556) 8480 : cluster [DBG] pgmap v7486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:54.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:54:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:54:55.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:53.670220+0000 mgr.y (mgr.14556) 8481 : cluster [DBG] pgmap v7487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:55.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:53.670220+0000 mgr.y (mgr.14556) 8481 : cluster [DBG] pgmap v7487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:55.155 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:53.670220+0000 mgr.y (mgr.14556) 8481 : cluster [DBG] pgmap v7487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:57.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:55.670887+0000 mgr.y (mgr.14556) 8482 : cluster [DBG] pgmap v7488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:57.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:55.670887+0000 mgr.y (mgr.14556) 8482 : cluster [DBG] pgmap v7488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:57.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:55.670887+0000 mgr.y (mgr.14556) 8482 : cluster [DBG] pgmap v7488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:59.122 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:57.671489+0000 mgr.y (mgr.14556) 8483 : cluster [DBG] pgmap v7489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:59.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:57.671489+0000 mgr.y (mgr.14556) 8483 : cluster [DBG] pgmap v7489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:54:59.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:54:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:57.671489+0000 mgr.y (mgr.14556) 8483 : cluster [DBG] pgmap v7489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:01.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:54:59.672047+0000 mgr.y (mgr.14556) 8484 : cluster [DBG] pgmap v7490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:01.372 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:54:59.672047+0000 mgr.y (mgr.14556) 8484 : cluster [DBG] pgmap v7490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:01.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:54:59.672047+0000 mgr.y (mgr.14556) 8484 : cluster [DBG] pgmap v7490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:01.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:55:03.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:01.672903+0000 mgr.y (mgr.14556) 8485 : cluster [DBG] pgmap v7491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:03.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:01.672903+0000 mgr.y (mgr.14556) 8485 : cluster [DBG] pgmap v7491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:03.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:01.672903+0000 mgr.y (mgr.14556) 8485 : cluster [DBG] pgmap v7491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:04.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:55:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T10:55:05.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:03.673503+0000 mgr.y (mgr.14556) 8486 : cluster [DBG] pgmap v7492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:05.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:03.673503+0000 mgr.y (mgr.14556) 8486 : cluster [DBG] pgmap v7492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:05.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:03.673503+0000 mgr.y (mgr.14556) 8486 : cluster [DBG] pgmap v7492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:07.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:05.674379+0000 mgr.y (mgr.14556) 8487 : cluster [DBG] pgmap v7493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:07.372 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:05.674379+0000 mgr.y (mgr.14556) 8487 : cluster [DBG] pgmap v7493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:07.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:05.674379+0000 mgr.y (mgr.14556) 8487 : cluster [DBG] pgmap v7493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:09.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:07.674790+0000 mgr.y (mgr.14556) 8488 : cluster [DBG] pgmap v7494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:09.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:07.674790+0000 mgr.y (mgr.14556) 8488 : cluster [DBG] pgmap v7494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:09.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:07.674790+0000 mgr.y (mgr.14556) 8488 : cluster [DBG] pgmap v7494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:11.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:09.675376+0000 mgr.y (mgr.14556) 8489 : cluster [DBG] pgmap v7495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:11.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:09.675376+0000 mgr.y (mgr.14556) 8489 : cluster [DBG] pgmap v7495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:11.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:09.675376+0000 mgr.y (mgr.14556) 8489 : cluster [DBG] pgmap v7495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:11.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:55:13.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:11.676025+0000 mgr.y (mgr.14556) 8490 : cluster [DBG] pgmap v7496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:13.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:11.676025+0000 mgr.y (mgr.14556) 8490 : cluster [DBG] pgmap v7496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:13.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:11.676025+0000 mgr.y (mgr.14556) 8490 : cluster [DBG] pgmap v7496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:14.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:55:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T10:55:15.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:13.676594+0000 mgr.y (mgr.14556) 8491 : cluster [DBG] pgmap v7497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:15.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:13.676594+0000 mgr.y (mgr.14556) 8491 : cluster [DBG] pgmap v7497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:15.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:13.676594+0000 mgr.y (mgr.14556) 8491 : cluster [DBG] pgmap v7497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:17.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:15.677322+0000 mgr.y (mgr.14556) 8492 : cluster [DBG] pgmap v7498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:17.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:15.677322+0000 mgr.y (mgr.14556) 8492 : cluster [DBG] pgmap v7498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:17.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:15.677322+0000 mgr.y (mgr.14556) 8492 : cluster [DBG] pgmap v7498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:19.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:17.677796+0000 mgr.y (mgr.14556) 8493 : cluster [DBG] pgmap v7499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:19.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:17.677796+0000 mgr.y (mgr.14556) 8493 : cluster [DBG] pgmap v7499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:19.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:17.677796+0000 mgr.y (mgr.14556) 8493 : cluster [DBG] pgmap v7499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:19.729 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:55:20.020 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:55:20.020 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 3m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:55:20.020 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 3m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:55:20.020 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 3m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:55:20.020 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 3m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:55:20.020 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 3m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:55:20.020 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 3m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:55:20.020 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 3m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:55:20.020 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 3m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:55:20.020 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 3m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:55:20.020 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 3m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:55:20.020 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 3m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:55:20.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 3m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:55:20.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 3m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:55:20.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 3m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:55:20.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 3m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:55:20.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 3m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:55:20.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 3m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:55:20.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 3m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:55:20.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 3m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:55:20.021 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 3m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:55:20.367 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:55:20.367 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:55:20.367 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:55:20.367 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:55:20.368 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:55:21.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:19.678119+0000 mgr.y (mgr.14556) 8494 : cluster [DBG] pgmap v7500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:21.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:55:19.725308+0000 mgr.y (mgr.14556) 8495 : audit [DBG] from='client.23541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:55:21.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:55:20.019425+0000 mgr.y (mgr.14556) 8496 : audit [DBG] from='client.23547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:55:21.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:55:20.374851+0000 mon.a (mon.0) 2223 : audit [DBG] from='client.? 172.21.15.23:0/2970300036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:55:21.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:19.678119+0000 mgr.y (mgr.14556) 8494 : cluster [DBG] pgmap v7500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:21.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:55:19.725308+0000 mgr.y (mgr.14556) 8495 : audit [DBG] from='client.23541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:55:21.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:55:20.019425+0000 mgr.y (mgr.14556) 8496 : audit [DBG] from='client.23547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:55:21.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:55:20.374851+0000 mon.a (mon.0) 2223 : audit [DBG] from='client.? 172.21.15.23:0/2970300036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:55:21.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:19.678119+0000 mgr.y (mgr.14556) 8494 : cluster [DBG] pgmap v7500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:21.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:55:19.725308+0000 mgr.y (mgr.14556) 8495 : audit [DBG] from='client.23541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:55:21.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:55:20.019425+0000 mgr.y (mgr.14556) 8496 : audit [DBG] from='client.23547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:55:21.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:55:20.374851+0000 mon.a (mon.0) 2223 : audit [DBG] from='client.? 172.21.15.23:0/2970300036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:55:21.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:55:23.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:21.678983+0000 mgr.y (mgr.14556) 8497 : cluster [DBG] pgmap v7501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:23.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:21.678983+0000 mgr.y (mgr.14556) 8497 : cluster [DBG] pgmap v7501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:23.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:21.678983+0000 mgr.y (mgr.14556) 8497 : cluster [DBG] pgmap v7501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:24.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:55:23] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:55:25.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:23.679534+0000 mgr.y (mgr.14556) 8498 : cluster [DBG] pgmap v7502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:25.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:23.679534+0000 mgr.y (mgr.14556) 8498 : cluster [DBG] pgmap v7502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:25.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:23.679534+0000 mgr.y (mgr.14556) 8498 : cluster [DBG] pgmap v7502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:27.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:25.680228+0000 mgr.y (mgr.14556) 8499 : cluster [DBG] pgmap v7503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:27.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:25.680228+0000 mgr.y (mgr.14556) 8499 : cluster [DBG] pgmap v7503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:27.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:25.680228+0000 mgr.y (mgr.14556) 8499 : cluster [DBG] pgmap v7503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:28.623 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:27.680694+0000 mgr.y (mgr.14556) 8500 : cluster [DBG] pgmap v7504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:28.623 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:27.680694+0000 mgr.y (mgr.14556) 8500 : cluster [DBG] pgmap v7504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:28.656 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:27.680694+0000 mgr.y (mgr.14556) 8500 : cluster [DBG] pgmap v7504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:31.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:29.681066+0000 mgr.y (mgr.14556) 8501 : cluster [DBG] pgmap v7505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:31.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:29.681066+0000 mgr.y (mgr.14556) 8501 : cluster [DBG] pgmap v7505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:31.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:29.681066+0000 mgr.y (mgr.14556) 8501 : cluster [DBG] pgmap v7505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:31.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:55:33.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:31.681738+0000 mgr.y (mgr.14556) 8502 : cluster [DBG] pgmap v7506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:33.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:31.681738+0000 mgr.y (mgr.14556) 8502 : cluster [DBG] pgmap v7506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:33.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:31.681738+0000 mgr.y (mgr.14556) 8502 : cluster [DBG] pgmap v7506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:34.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:55:33] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:55:35.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:33.682262+0000 mgr.y (mgr.14556) 8503 : cluster [DBG] pgmap v7507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:35.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:33.682262+0000 mgr.y (mgr.14556) 8503 : cluster [DBG] pgmap v7507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:35.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:33.682262+0000 mgr.y (mgr.14556) 8503 : cluster [DBG] pgmap v7507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:37.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:35.683073+0000 mgr.y (mgr.14556) 8504 : cluster [DBG] pgmap v7508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:37.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:35.683073+0000 mgr.y (mgr.14556) 8504 : cluster [DBG] pgmap v7508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:37.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:35.683073+0000 mgr.y (mgr.14556) 8504 : cluster [DBG] pgmap v7508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:39.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:37.683607+0000 mgr.y (mgr.14556) 8505 : cluster [DBG] pgmap v7509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:39.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:37.683607+0000 mgr.y (mgr.14556) 8505 : cluster [DBG] pgmap v7509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:39.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:37.683607+0000 mgr.y (mgr.14556) 8505 : cluster [DBG] pgmap v7509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:41.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:39.684120+0000 mgr.y (mgr.14556) 8506 : cluster [DBG] pgmap v7510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:41.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:55:39.872050+0000 mon.a (mon.0) 2224 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:55:41.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:55:40.178738+0000 mon.a (mon.0) 2225 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:55:41.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:55:40.179382+0000 mon.a (mon.0) 2226 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:55:41.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:55:40.192801+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:55:41.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:39.684120+0000 mgr.y (mgr.14556) 8506 : cluster [DBG] pgmap v7510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:41.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:55:39.872050+0000 mon.a (mon.0) 2224 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:55:41.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:55:40.178738+0000 mon.a (mon.0) 2225 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:55:41.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:55:40.179382+0000 mon.a (mon.0) 2226 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:55:41.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:55:40.192801+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:55:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:39.684120+0000 mgr.y (mgr.14556) 8506 : cluster [DBG] pgmap v7510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:55:39.872050+0000 mon.a (mon.0) 2224 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:55:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:55:40.178738+0000 mon.a (mon.0) 2225 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:55:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:55:40.179382+0000 mon.a (mon.0) 2226 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:55:41.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:55:40.192801+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:55:41.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:55:43.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:41.684884+0000 mgr.y (mgr.14556) 8507 : cluster [DBG] pgmap v7511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:43.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:41.684884+0000 mgr.y (mgr.14556) 8507 : cluster [DBG] pgmap v7511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:43.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:41.684884+0000 mgr.y (mgr.14556) 8507 : cluster [DBG] pgmap v7511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:44.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:55:43] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T10:55:45.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:43.685402+0000 mgr.y (mgr.14556) 8508 : cluster [DBG] pgmap v7512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:45.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:43.685402+0000 mgr.y (mgr.14556) 8508 : cluster [DBG] pgmap v7512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:45.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:43.685402+0000 mgr.y (mgr.14556) 8508 : cluster [DBG] pgmap v7512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:47.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:45.686039+0000 mgr.y (mgr.14556) 8509 : cluster [DBG] pgmap v7513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:47.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:45.686039+0000 mgr.y (mgr.14556) 8509 : cluster [DBG] pgmap v7513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:47.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:45.686039+0000 mgr.y (mgr.14556) 8509 : cluster [DBG] pgmap v7513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:49.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:47.686494+0000 mgr.y (mgr.14556) 8510 : cluster [DBG] pgmap v7514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:49.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:47.686494+0000 mgr.y (mgr.14556) 8510 : cluster [DBG] pgmap v7514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:49.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:47.686494+0000 mgr.y (mgr.14556) 8510 : cluster [DBG] pgmap v7514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:50.691 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:55:50.981 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:55:50.981 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:55:50.981 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:55:50.981 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:55:50.981 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:55:50.981 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:55:50.981 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:55:50.981 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:55:50.981 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:55:50.982 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:55:50.982 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 4m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:55:50.982 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:55:50.982 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:55:50.982 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:55:50.982 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:55:50.982 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:55:50.982 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:55:50.982 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:55:50.982 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:55:50.982 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:55:50.982 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:55:51.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:49.686980+0000 mgr.y (mgr.14556) 8511 : cluster [DBG] pgmap v7515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:51.123 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:49.686980+0000 mgr.y (mgr.14556) 8511 : cluster [DBG] pgmap v7515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:51.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:49.686980+0000 mgr.y (mgr.14556) 8511 : cluster [DBG] pgmap v7515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:51.332 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:55:51.332 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:55:51.332 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:55:51.332 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:55:51.332 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:55:51.332 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:55:51.332 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:55:51.332 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:55:51.332 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:55:51.332 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:55:51.332 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:55:51.333 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:55:51.333 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:55:51.333 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:55:51.333 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:55:51.333 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:55:51.333 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:55:51.854 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:55:52.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:55:50.686887+0000 mgr.y (mgr.14556) 8512 : audit [DBG] from='client.23559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:55:52.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:55:50.980435+0000 mgr.y (mgr.14556) 8513 : audit [DBG] from='client.33479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:55:52.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:55:51.338932+0000 mon.c (mon.2) 228 : audit [DBG] from='client.? 172.21.15.23:0/2217026958' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:55:52.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:55:50.686887+0000 mgr.y (mgr.14556) 8512 : audit [DBG] from='client.23559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:55:52.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:55:50.980435+0000 mgr.y (mgr.14556) 8513 : audit [DBG] from='client.33479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:55:52.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:55:51.338932+0000 mon.c (mon.2) 228 : audit [DBG] from='client.? 172.21.15.23:0/2217026958' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:55:52.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:55:50.686887+0000 mgr.y (mgr.14556) 8512 : audit [DBG] from='client.23559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:55:52.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:55:50.980435+0000 mgr.y (mgr.14556) 8513 : audit [DBG] from='client.33479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:55:52.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:55:51.338932+0000 mon.c (mon.2) 228 : audit [DBG] from='client.? 172.21.15.23:0/2217026958' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:55:53.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:51.687613+0000 mgr.y (mgr.14556) 8514 : cluster [DBG] pgmap v7516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:53.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:51.687613+0000 mgr.y (mgr.14556) 8514 : cluster [DBG] pgmap v7516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:53.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:51.687613+0000 mgr.y (mgr.14556) 8514 : cluster [DBG] pgmap v7516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:54.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:55:53] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T10:55:55.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:53.688017+0000 mgr.y (mgr.14556) 8515 : cluster [DBG] pgmap v7517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:55.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:53.688017+0000 mgr.y (mgr.14556) 8515 : cluster [DBG] pgmap v7517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:55.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:53.688017+0000 mgr.y (mgr.14556) 8515 : cluster [DBG] pgmap v7517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:57.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:55.688783+0000 mgr.y (mgr.14556) 8516 : cluster [DBG] pgmap v7518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:57.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:55.688783+0000 mgr.y (mgr.14556) 8516 : cluster [DBG] pgmap v7518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:57.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:55.688783+0000 mgr.y (mgr.14556) 8516 : cluster [DBG] pgmap v7518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:59.123 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:57.689369+0000 mgr.y (mgr.14556) 8517 : cluster [DBG] pgmap v7519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:59.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:57.689369+0000 mgr.y (mgr.14556) 8517 : cluster [DBG] pgmap v7519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:55:59.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:55:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:57.689369+0000 mgr.y (mgr.14556) 8517 : cluster [DBG] pgmap v7519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:01.156 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:55:59.689762+0000 mgr.y (mgr.14556) 8518 : cluster [DBG] pgmap v7520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:01.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:55:59.689762+0000 mgr.y (mgr.14556) 8518 : cluster [DBG] pgmap v7520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:01.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:55:59.689762+0000 mgr.y (mgr.14556) 8518 : cluster [DBG] pgmap v7520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:01.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:56:03.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:01.690505+0000 mgr.y (mgr.14556) 8519 : cluster [DBG] pgmap v7521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:03.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:01.690505+0000 mgr.y (mgr.14556) 8519 : cluster [DBG] pgmap v7521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:03.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:01.690505+0000 mgr.y (mgr.14556) 8519 : cluster [DBG] pgmap v7521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:04.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:56:03] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T10:56:05.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:03.690951+0000 mgr.y (mgr.14556) 8520 : cluster [DBG] pgmap v7522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:05.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:03.690951+0000 mgr.y (mgr.14556) 8520 : cluster [DBG] pgmap v7522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:05.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:03.690951+0000 mgr.y (mgr.14556) 8520 : cluster [DBG] pgmap v7522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:07.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:05.691615+0000 mgr.y (mgr.14556) 8521 : cluster [DBG] pgmap v7523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:07.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:05.691615+0000 mgr.y (mgr.14556) 8521 : cluster [DBG] pgmap v7523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:07.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:05.691615+0000 mgr.y (mgr.14556) 8521 : cluster [DBG] pgmap v7523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:09.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:07.691980+0000 mgr.y (mgr.14556) 8522 : cluster [DBG] pgmap v7524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:09.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:07.691980+0000 mgr.y (mgr.14556) 8522 : cluster [DBG] pgmap v7524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:09.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:07.691980+0000 mgr.y (mgr.14556) 8522 : cluster [DBG] pgmap v7524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:11.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:09.692567+0000 mgr.y (mgr.14556) 8523 : cluster [DBG] pgmap v7525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:11.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:09.692567+0000 mgr.y (mgr.14556) 8523 : cluster [DBG] pgmap v7525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:11.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:09.692567+0000 mgr.y (mgr.14556) 8523 : cluster [DBG] pgmap v7525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:11.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:56:13.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:11.693406+0000 mgr.y (mgr.14556) 8524 : cluster [DBG] pgmap v7526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:13.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:11.693406+0000 mgr.y (mgr.14556) 8524 : cluster [DBG] pgmap v7526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:13.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:11.693406+0000 mgr.y (mgr.14556) 8524 : cluster [DBG] pgmap v7526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:14.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:56:13] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T10:56:15.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:13.693953+0000 mgr.y (mgr.14556) 8525 : cluster [DBG] pgmap v7527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:15.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:13.693953+0000 mgr.y (mgr.14556) 8525 : cluster [DBG] pgmap v7527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:15.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:13.693953+0000 mgr.y (mgr.14556) 8525 : cluster [DBG] pgmap v7527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:17.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:15.694507+0000 mgr.y (mgr.14556) 8526 : cluster [DBG] pgmap v7528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:17.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:15.694507+0000 mgr.y (mgr.14556) 8526 : cluster [DBG] pgmap v7528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:17.406 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:15.694507+0000 mgr.y (mgr.14556) 8526 : cluster [DBG] pgmap v7528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:19.373 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:17.695095+0000 mgr.y (mgr.14556) 8527 : cluster [DBG] pgmap v7529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:19.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:17.695095+0000 mgr.y (mgr.14556) 8527 : cluster [DBG] pgmap v7529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:19.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:17.695095+0000 mgr.y (mgr.14556) 8527 : cluster [DBG] pgmap v7529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:21.373 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:19.695474+0000 mgr.y (mgr.14556) 8528 : cluster [DBG] pgmap v7530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:21.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:19.695474+0000 mgr.y (mgr.14556) 8528 : cluster [DBG] pgmap v7530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:21.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:19.695474+0000 mgr.y (mgr.14556) 8528 : cluster [DBG] pgmap v7530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:21.658 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:56:21.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 4m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:56:21.947 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:56:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:56:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:56:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:56:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:56:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:56:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:56:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:56:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:56:22.295 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:56:22.296 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:56:22.297 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:56:22.297 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:56:23.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:56:21.653154+0000 mgr.y (mgr.14556) 8529 : audit [DBG] from='client.23577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:56:23.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:21.695999+0000 mgr.y (mgr.14556) 8530 : cluster [DBG] pgmap v7531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:23.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:56:21.945304+0000 mgr.y (mgr.14556) 8531 : audit [DBG] from='client.23583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:56:23.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:56:22.302486+0000 mon.a (mon.0) 2228 : audit [DBG] from='client.? 172.21.15.23:0/924495517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:56:23.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:56:21.653154+0000 mgr.y (mgr.14556) 8529 : audit [DBG] from='client.23577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:56:23.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:21.695999+0000 mgr.y (mgr.14556) 8530 : cluster [DBG] pgmap v7531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:23.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:56:21.945304+0000 mgr.y (mgr.14556) 8531 : audit [DBG] from='client.23583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:56:23.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:56:22.302486+0000 mon.a (mon.0) 2228 : audit [DBG] from='client.? 172.21.15.23:0/924495517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:56:23.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:56:21.653154+0000 mgr.y (mgr.14556) 8529 : audit [DBG] from='client.23577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:56:23.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:21.695999+0000 mgr.y (mgr.14556) 8530 : cluster [DBG] pgmap v7531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:23.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:56:21.945304+0000 mgr.y (mgr.14556) 8531 : audit [DBG] from='client.23583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:56:23.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:56:22.302486+0000 mon.a (mon.0) 2228 : audit [DBG] from='client.? 172.21.15.23:0/924495517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:56:24.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:56:23] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T10:56:25.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:23.696368+0000 mgr.y (mgr.14556) 8532 : cluster [DBG] pgmap v7532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:25.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:23.696368+0000 mgr.y (mgr.14556) 8532 : cluster [DBG] pgmap v7532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:25.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:23.696368+0000 mgr.y (mgr.14556) 8532 : cluster [DBG] pgmap v7532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:27.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:25.697047+0000 mgr.y (mgr.14556) 8533 : cluster [DBG] pgmap v7533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:27.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:25.697047+0000 mgr.y (mgr.14556) 8533 : cluster [DBG] pgmap v7533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:27.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:25.697047+0000 mgr.y (mgr.14556) 8533 : cluster [DBG] pgmap v7533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:29.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:27.697468+0000 mgr.y (mgr.14556) 8534 : cluster [DBG] pgmap v7534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:29.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:27.697468+0000 mgr.y (mgr.14556) 8534 : cluster [DBG] pgmap v7534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:29.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:27.697468+0000 mgr.y (mgr.14556) 8534 : cluster [DBG] pgmap v7534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:31.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:29.697820+0000 mgr.y (mgr.14556) 8535 : cluster [DBG] pgmap v7535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:31.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:29.697820+0000 mgr.y (mgr.14556) 8535 : cluster [DBG] pgmap v7535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:31.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:29.697820+0000 mgr.y (mgr.14556) 8535 : cluster [DBG] pgmap v7535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:31.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:56:33.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:31.698476+0000 mgr.y (mgr.14556) 8536 : cluster [DBG] pgmap v7536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:33.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:31.698476+0000 mgr.y (mgr.14556) 8536 : cluster [DBG] pgmap v7536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:33.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:31.698476+0000 mgr.y (mgr.14556) 8536 : cluster [DBG] pgmap v7536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:34.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:56:33] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T10:56:35.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:33.698878+0000 mgr.y (mgr.14556) 8537 : cluster [DBG] pgmap v7537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:35.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:33.698878+0000 mgr.y (mgr.14556) 8537 : cluster [DBG] pgmap v7537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:35.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:33.698878+0000 mgr.y (mgr.14556) 8537 : cluster [DBG] pgmap v7537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:37.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:35.699530+0000 mgr.y (mgr.14556) 8538 : cluster [DBG] pgmap v7538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:37.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:35.699530+0000 mgr.y (mgr.14556) 8538 : cluster [DBG] pgmap v7538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:37.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:35.699530+0000 mgr.y (mgr.14556) 8538 : cluster [DBG] pgmap v7538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:39.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:37.699920+0000 mgr.y (mgr.14556) 8539 : cluster [DBG] pgmap v7539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:39.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:37.699920+0000 mgr.y (mgr.14556) 8539 : cluster [DBG] pgmap v7539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:39.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:37.699920+0000 mgr.y (mgr.14556) 8539 : cluster [DBG] pgmap v7539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:41.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:39.700371+0000 mgr.y (mgr.14556) 8540 : cluster [DBG] pgmap v7540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:41.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:56:40.197038+0000 mon.a (mon.0) 2229 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:56:41.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:56:40.501425+0000 mon.a (mon.0) 2230 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:56:41.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:56:40.502083+0000 mon.a (mon.0) 2231 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:56:41.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:56:40.509075+0000 mon.a (mon.0) 2232 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:56:41.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:39.700371+0000 mgr.y (mgr.14556) 8540 : cluster [DBG] pgmap v7540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:41.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:56:40.197038+0000 mon.a (mon.0) 2229 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:56:41.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:56:40.501425+0000 mon.a (mon.0) 2230 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:56:41.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:56:40.502083+0000 mon.a (mon.0) 2231 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:56:41.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:56:40.509075+0000 mon.a (mon.0) 2232 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:56:41.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:39.700371+0000 mgr.y (mgr.14556) 8540 : cluster [DBG] pgmap v7540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:41.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:56:40.197038+0000 mon.a (mon.0) 2229 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:56:41.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:56:40.501425+0000 mon.a (mon.0) 2230 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:56:41.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:56:40.502083+0000 mon.a (mon.0) 2231 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:56:41.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:56:40.509075+0000 mon.a (mon.0) 2232 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:56:41.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:56:43.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:41.701145+0000 mgr.y (mgr.14556) 8541 : cluster [DBG] pgmap v7541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:43.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:41.701145+0000 mgr.y (mgr.14556) 8541 : cluster [DBG] pgmap v7541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:43.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:41.701145+0000 mgr.y (mgr.14556) 8541 : cluster [DBG] pgmap v7541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:44.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:56:43] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T10:56:45.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:43.701535+0000 mgr.y (mgr.14556) 8542 : cluster [DBG] pgmap v7542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:45.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:43.701535+0000 mgr.y (mgr.14556) 8542 : cluster [DBG] pgmap v7542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:45.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:43.701535+0000 mgr.y (mgr.14556) 8542 : cluster [DBG] pgmap v7542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:47.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:45.702167+0000 mgr.y (mgr.14556) 8543 : cluster [DBG] pgmap v7543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:47.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:45.702167+0000 mgr.y (mgr.14556) 8543 : cluster [DBG] pgmap v7543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:47.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:45.702167+0000 mgr.y (mgr.14556) 8543 : cluster [DBG] pgmap v7543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:49.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:47.702719+0000 mgr.y (mgr.14556) 8544 : cluster [DBG] pgmap v7544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:49.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:47.702719+0000 mgr.y (mgr.14556) 8544 : cluster [DBG] pgmap v7544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:49.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:47.702719+0000 mgr.y (mgr.14556) 8544 : cluster [DBG] pgmap v7544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:51.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:49.703635+0000 mgr.y (mgr.14556) 8545 : cluster [DBG] pgmap v7545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:51.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:49.703635+0000 mgr.y (mgr.14556) 8545 : cluster [DBG] pgmap v7545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:51.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:49.703635+0000 mgr.y (mgr.14556) 8545 : cluster [DBG] pgmap v7545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:51.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:56:52.620 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:56:52.907 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 5m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 5m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 5m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 5m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 5m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 5m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:56:52.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:56:52.909 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:56:52.909 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 5m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:56:52.909 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 5m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:56:52.909 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 5m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:56:52.909 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 5m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:56:52.909 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 5m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:56:53.256 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:56:53.256 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:56:53.257 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:56:53.258 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:56:53.258 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:56:53.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:51.704221+0000 mgr.y (mgr.14556) 8546 : cluster [DBG] pgmap v7546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:53.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:51.704221+0000 mgr.y (mgr.14556) 8546 : cluster [DBG] pgmap v7546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:53.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:51.704221+0000 mgr.y (mgr.14556) 8546 : cluster [DBG] pgmap v7546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:54.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:56:53] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T10:56:54.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:56:52.615279+0000 mgr.y (mgr.14556) 8547 : audit [DBG] from='client.33509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:56:54.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:56:52.906136+0000 mgr.y (mgr.14556) 8548 : audit [DBG] from='client.23601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:56:54.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:56:53.262877+0000 mon.a (mon.0) 2233 : audit [DBG] from='client.? 172.21.15.23:0/1827658474' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:56:54.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:56:52.615279+0000 mgr.y (mgr.14556) 8547 : audit [DBG] from='client.33509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:56:54.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:56:52.906136+0000 mgr.y (mgr.14556) 8548 : audit [DBG] from='client.23601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:56:54.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:56:53.262877+0000 mon.a (mon.0) 2233 : audit [DBG] from='client.? 172.21.15.23:0/1827658474' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:56:54.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:56:52.615279+0000 mgr.y (mgr.14556) 8547 : audit [DBG] from='client.33509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:56:54.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:56:52.906136+0000 mgr.y (mgr.14556) 8548 : audit [DBG] from='client.23601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:56:54.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:56:53.262877+0000 mon.a (mon.0) 2233 : audit [DBG] from='client.? 172.21.15.23:0/1827658474' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:56:55.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:53.704743+0000 mgr.y (mgr.14556) 8549 : cluster [DBG] pgmap v7547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:55.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:53.704743+0000 mgr.y (mgr.14556) 8549 : cluster [DBG] pgmap v7547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:55.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:53.704743+0000 mgr.y (mgr.14556) 8549 : cluster [DBG] pgmap v7547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:57.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:55.705363+0000 mgr.y (mgr.14556) 8550 : cluster [DBG] pgmap v7548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:57.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:55.705363+0000 mgr.y (mgr.14556) 8550 : cluster [DBG] pgmap v7548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:57.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:55.705363+0000 mgr.y (mgr.14556) 8550 : cluster [DBG] pgmap v7548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:59.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:57.705821+0000 mgr.y (mgr.14556) 8551 : cluster [DBG] pgmap v7549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:59.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:57.705821+0000 mgr.y (mgr.14556) 8551 : cluster [DBG] pgmap v7549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:56:59.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:57.705821+0000 mgr.y (mgr.14556) 8551 : cluster [DBG] pgmap v7549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:01.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:56:59.706176+0000 mgr.y (mgr.14556) 8552 : cluster [DBG] pgmap v7550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:01.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:56:59.706176+0000 mgr.y (mgr.14556) 8552 : cluster [DBG] pgmap v7550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:01.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:56:59.706176+0000 mgr.y (mgr.14556) 8552 : cluster [DBG] pgmap v7550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:01.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:57:03.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:01.706818+0000 mgr.y (mgr.14556) 8553 : cluster [DBG] pgmap v7551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:03.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:01.706818+0000 mgr.y (mgr.14556) 8553 : cluster [DBG] pgmap v7551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:03.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:01.706818+0000 mgr.y (mgr.14556) 8553 : cluster [DBG] pgmap v7551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:04.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:57:03] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T10:57:05.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:03.707284+0000 mgr.y (mgr.14556) 8554 : cluster [DBG] pgmap v7552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:05.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:03.707284+0000 mgr.y (mgr.14556) 8554 : cluster [DBG] pgmap v7552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:05.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:03.707284+0000 mgr.y (mgr.14556) 8554 : cluster [DBG] pgmap v7552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:07.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:05.708067+0000 mgr.y (mgr.14556) 8555 : cluster [DBG] pgmap v7553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:07.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:05.708067+0000 mgr.y (mgr.14556) 8555 : cluster [DBG] pgmap v7553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:07.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:05.708067+0000 mgr.y (mgr.14556) 8555 : cluster [DBG] pgmap v7553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:09.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:07.708553+0000 mgr.y (mgr.14556) 8556 : cluster [DBG] pgmap v7554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:09.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:07.708553+0000 mgr.y (mgr.14556) 8556 : cluster [DBG] pgmap v7554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:09.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:07.708553+0000 mgr.y (mgr.14556) 8556 : cluster [DBG] pgmap v7554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:11.534 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:09.709042+0000 mgr.y (mgr.14556) 8557 : cluster [DBG] pgmap v7555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:11.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:09.709042+0000 mgr.y (mgr.14556) 8557 : cluster [DBG] pgmap v7555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:11.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:09.709042+0000 mgr.y (mgr.14556) 8557 : cluster [DBG] pgmap v7555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:11.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:57:13.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:11.709723+0000 mgr.y (mgr.14556) 8558 : cluster [DBG] pgmap v7556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:13.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:11.709723+0000 mgr.y (mgr.14556) 8558 : cluster [DBG] pgmap v7556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:13.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:11.709723+0000 mgr.y (mgr.14556) 8558 : cluster [DBG] pgmap v7556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:14.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:57:13] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T10:57:15.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:13.710065+0000 mgr.y (mgr.14556) 8559 : cluster [DBG] pgmap v7557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:15.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:13.710065+0000 mgr.y (mgr.14556) 8559 : cluster [DBG] pgmap v7557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:15.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:13.710065+0000 mgr.y (mgr.14556) 8559 : cluster [DBG] pgmap v7557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:16.624 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:15.710870+0000 mgr.y (mgr.14556) 8560 : cluster [DBG] pgmap v7558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:16.624 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:15.710870+0000 mgr.y (mgr.14556) 8560 : cluster [DBG] pgmap v7558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:16.657 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:15.710870+0000 mgr.y (mgr.14556) 8560 : cluster [DBG] pgmap v7558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:19.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:17.711382+0000 mgr.y (mgr.14556) 8561 : cluster [DBG] pgmap v7559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:19.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:17.711382+0000 mgr.y (mgr.14556) 8561 : cluster [DBG] pgmap v7559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:19.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:17.711382+0000 mgr.y (mgr.14556) 8561 : cluster [DBG] pgmap v7559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:21.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:19.711770+0000 mgr.y (mgr.14556) 8562 : cluster [DBG] pgmap v7560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:21.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:19.711770+0000 mgr.y (mgr.14556) 8562 : cluster [DBG] pgmap v7560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:21.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:19.711770+0000 mgr.y (mgr.14556) 8562 : cluster [DBG] pgmap v7560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:21.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:57:23.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:21.712514+0000 mgr.y (mgr.14556) 8563 : cluster [DBG] pgmap v7561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:23.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:21.712514+0000 mgr.y (mgr.14556) 8563 : cluster [DBG] pgmap v7561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:23.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:21.712514+0000 mgr.y (mgr.14556) 8563 : cluster [DBG] pgmap v7561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:23.581 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:57:23.870 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:57:23.870 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 5m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:57:23.870 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 5m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:57:23.870 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:57:23.870 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 5m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 5m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 5m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 5m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 5m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 5m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 5m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 5m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:57:23.871 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 5m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:57:24.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:57:23] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T10:57:24.218 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:57:24.218 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:57:24.218 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:57:24.218 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:57:24.219 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:57:25.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:57:23.576005+0000 mgr.y (mgr.14556) 8564 : audit [DBG] from='client.23613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:57:25.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:23.712887+0000 mgr.y (mgr.14556) 8565 : cluster [DBG] pgmap v7562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:25.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:57:23.868313+0000 mgr.y (mgr.14556) 8566 : audit [DBG] from='client.23619 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:57:25.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:57:24.224414+0000 mon.c (mon.2) 229 : audit [DBG] from='client.? 172.21.15.23:0/3004683575' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:57:25.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:57:23.576005+0000 mgr.y (mgr.14556) 8564 : audit [DBG] from='client.23613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:57:25.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:23.712887+0000 mgr.y (mgr.14556) 8565 : cluster [DBG] pgmap v7562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:25.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:57:23.868313+0000 mgr.y (mgr.14556) 8566 : audit [DBG] from='client.23619 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:57:25.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:57:24.224414+0000 mon.c (mon.2) 229 : audit [DBG] from='client.? 172.21.15.23:0/3004683575' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:57:25.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:57:23.576005+0000 mgr.y (mgr.14556) 8564 : audit [DBG] from='client.23613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:57:25.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:23.712887+0000 mgr.y (mgr.14556) 8565 : cluster [DBG] pgmap v7562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:25.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:57:23.868313+0000 mgr.y (mgr.14556) 8566 : audit [DBG] from='client.23619 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:57:25.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:57:24.224414+0000 mon.c (mon.2) 229 : audit [DBG] from='client.? 172.21.15.23:0/3004683575' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:57:27.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:25.713518+0000 mgr.y (mgr.14556) 8567 : cluster [DBG] pgmap v7563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:27.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:25.713518+0000 mgr.y (mgr.14556) 8567 : cluster [DBG] pgmap v7563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:27.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:25.713518+0000 mgr.y (mgr.14556) 8567 : cluster [DBG] pgmap v7563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:29.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:27.714011+0000 mgr.y (mgr.14556) 8568 : cluster [DBG] pgmap v7564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:29.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:27.714011+0000 mgr.y (mgr.14556) 8568 : cluster [DBG] pgmap v7564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:29.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:27.714011+0000 mgr.y (mgr.14556) 8568 : cluster [DBG] pgmap v7564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:31.124 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:29.714444+0000 mgr.y (mgr.14556) 8569 : cluster [DBG] pgmap v7565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:31.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:29.714444+0000 mgr.y (mgr.14556) 8569 : cluster [DBG] pgmap v7565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:31.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:29.714444+0000 mgr.y (mgr.14556) 8569 : cluster [DBG] pgmap v7565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:31.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:57:33.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:31.715177+0000 mgr.y (mgr.14556) 8570 : cluster [DBG] pgmap v7566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:33.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:31.715177+0000 mgr.y (mgr.14556) 8570 : cluster [DBG] pgmap v7566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:33.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:31.715177+0000 mgr.y (mgr.14556) 8570 : cluster [DBG] pgmap v7566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:34.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:57:33] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T10:57:35.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:33.715595+0000 mgr.y (mgr.14556) 8571 : cluster [DBG] pgmap v7567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:35.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:33.715595+0000 mgr.y (mgr.14556) 8571 : cluster [DBG] pgmap v7567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:35.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:33.715595+0000 mgr.y (mgr.14556) 8571 : cluster [DBG] pgmap v7567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:37.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:35.716319+0000 mgr.y (mgr.14556) 8572 : cluster [DBG] pgmap v7568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:37.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:35.716319+0000 mgr.y (mgr.14556) 8572 : cluster [DBG] pgmap v7568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:37.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:35.716319+0000 mgr.y (mgr.14556) 8572 : cluster [DBG] pgmap v7568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:39.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:37.716666+0000 mgr.y (mgr.14556) 8573 : cluster [DBG] pgmap v7569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:39.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:37.716666+0000 mgr.y (mgr.14556) 8573 : cluster [DBG] pgmap v7569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:39.157 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:37.716666+0000 mgr.y (mgr.14556) 8573 : cluster [DBG] pgmap v7569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:41.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:39.716978+0000 mgr.y (mgr.14556) 8574 : cluster [DBG] pgmap v7570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:41.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:57:40.514384+0000 mon.a (mon.0) 2234 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:57:41.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:57:40.820556+0000 mon.a (mon.0) 2235 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:57:41.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:57:40.821193+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:57:41.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:57:40.827364+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:57:41.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:39.716978+0000 mgr.y (mgr.14556) 8574 : cluster [DBG] pgmap v7570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:41.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:57:40.514384+0000 mon.a (mon.0) 2234 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:57:41.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:57:40.820556+0000 mon.a (mon.0) 2235 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:57:41.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:57:40.821193+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:57:41.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:57:40.827364+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:57:41.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:39.716978+0000 mgr.y (mgr.14556) 8574 : cluster [DBG] pgmap v7570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:41.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:57:40.514384+0000 mon.a (mon.0) 2234 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:57:41.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:57:40.820556+0000 mon.a (mon.0) 2235 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:57:41.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:57:40.821193+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:57:41.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:57:40.827364+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:57:41.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:57:43.124 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:41.717766+0000 mgr.y (mgr.14556) 8575 : cluster [DBG] pgmap v7571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:43.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:41.717766+0000 mgr.y (mgr.14556) 8575 : cluster [DBG] pgmap v7571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:43.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:41.717766+0000 mgr.y (mgr.14556) 8575 : cluster [DBG] pgmap v7571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:44.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:57:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T10:57:45.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:43.718238+0000 mgr.y (mgr.14556) 8576 : cluster [DBG] pgmap v7572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:45.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:43.718238+0000 mgr.y (mgr.14556) 8576 : cluster [DBG] pgmap v7572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:45.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:43.718238+0000 mgr.y (mgr.14556) 8576 : cluster [DBG] pgmap v7572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:47.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:45.718852+0000 mgr.y (mgr.14556) 8577 : cluster [DBG] pgmap v7573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:47.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:45.718852+0000 mgr.y (mgr.14556) 8577 : cluster [DBG] pgmap v7573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:47.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:45.718852+0000 mgr.y (mgr.14556) 8577 : cluster [DBG] pgmap v7573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:49.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:47.719410+0000 mgr.y (mgr.14556) 8578 : cluster [DBG] pgmap v7574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:49.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:47.719410+0000 mgr.y (mgr.14556) 8578 : cluster [DBG] pgmap v7574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:49.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:47.719410+0000 mgr.y (mgr.14556) 8578 : cluster [DBG] pgmap v7574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:51.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:49.719729+0000 mgr.y (mgr.14556) 8579 : cluster [DBG] pgmap v7575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:51.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:49.719729+0000 mgr.y (mgr.14556) 8579 : cluster [DBG] pgmap v7575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:51.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:49.719729+0000 mgr.y (mgr.14556) 8579 : cluster [DBG] pgmap v7575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:51.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:57:53.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:51.720394+0000 mgr.y (mgr.14556) 8580 : cluster [DBG] pgmap v7576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:53.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:51.720394+0000 mgr.y (mgr.14556) 8580 : cluster [DBG] pgmap v7576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:53.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:51.720394+0000 mgr.y (mgr.14556) 8580 : cluster [DBG] pgmap v7576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:54.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:57:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T10:57:54.543 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:57:54.829 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:57:54.829 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 6m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:57:54.829 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 6m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:57:54.830 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 6m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:57:54.830 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 6m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:57:54.830 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 6m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:57:54.830 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 6m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:57:54.830 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 6m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:57:54.830 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 6m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:57:54.830 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 6m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:57:54.830 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 6m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:57:54.830 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 6m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:57:54.830 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 6m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:57:54.830 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 6m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:57:54.830 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 6m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:57:54.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 6m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:57:54.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 6m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:57:54.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 6m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:57:54.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 6m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:57:54.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 6m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:57:54.831 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 6m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:57:55.181 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:57:55.182 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:57:55.182 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:57:55.182 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:57:55.182 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:57:55.182 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:57:55.182 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:57:55.182 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:57:55.182 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:57:55.182 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:57:55.183 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:57:55.183 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:57:55.183 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:57:55.183 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:57:55.183 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:57:55.183 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:57:55.183 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:57:55.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:53.720952+0000 mgr.y (mgr.14556) 8581 : cluster [DBG] pgmap v7577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:55.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:53.720952+0000 mgr.y (mgr.14556) 8581 : cluster [DBG] pgmap v7577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:55.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:53.720952+0000 mgr.y (mgr.14556) 8581 : cluster [DBG] pgmap v7577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:56.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:57:54.536921+0000 mgr.y (mgr.14556) 8582 : audit [DBG] from='client.23631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:57:56.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:57:54.827244+0000 mgr.y (mgr.14556) 8583 : audit [DBG] from='client.33551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:57:56.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:57:55.187286+0000 mon.a (mon.0) 2238 : audit [DBG] from='client.? 172.21.15.23:0/591875879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:57:56.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:57:54.536921+0000 mgr.y (mgr.14556) 8582 : audit [DBG] from='client.23631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:57:56.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:57:54.827244+0000 mgr.y (mgr.14556) 8583 : audit [DBG] from='client.33551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:57:56.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:57:55.187286+0000 mon.a (mon.0) 2238 : audit [DBG] from='client.? 172.21.15.23:0/591875879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:57:56.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:57:54.536921+0000 mgr.y (mgr.14556) 8582 : audit [DBG] from='client.23631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:57:56.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:57:54.827244+0000 mgr.y (mgr.14556) 8583 : audit [DBG] from='client.33551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:57:56.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:57:55.187286+0000 mon.a (mon.0) 2238 : audit [DBG] from='client.? 172.21.15.23:0/591875879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:57:57.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:55.721546+0000 mgr.y (mgr.14556) 8584 : cluster [DBG] pgmap v7578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:57.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:55.721546+0000 mgr.y (mgr.14556) 8584 : cluster [DBG] pgmap v7578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:57.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:55.721546+0000 mgr.y (mgr.14556) 8584 : cluster [DBG] pgmap v7578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:59.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:57:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:57.722040+0000 mgr.y (mgr.14556) 8585 : cluster [DBG] pgmap v7579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:59.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:57:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:57.722040+0000 mgr.y (mgr.14556) 8585 : cluster [DBG] pgmap v7579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:57:59.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:57:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:57.722040+0000 mgr.y (mgr.14556) 8585 : cluster [DBG] pgmap v7579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:01.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:57:59.722487+0000 mgr.y (mgr.14556) 8586 : cluster [DBG] pgmap v7580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:01.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:57:59.722487+0000 mgr.y (mgr.14556) 8586 : cluster [DBG] pgmap v7580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:01.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:57:59.722487+0000 mgr.y (mgr.14556) 8586 : cluster [DBG] pgmap v7580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:01.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:58:03.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:01.723167+0000 mgr.y (mgr.14556) 8587 : cluster [DBG] pgmap v7581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:03.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:01.723167+0000 mgr.y (mgr.14556) 8587 : cluster [DBG] pgmap v7581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:03.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:01.723167+0000 mgr.y (mgr.14556) 8587 : cluster [DBG] pgmap v7581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:04.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:58:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T10:58:05.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:03.723601+0000 mgr.y (mgr.14556) 8588 : cluster [DBG] pgmap v7582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:05.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:03.723601+0000 mgr.y (mgr.14556) 8588 : cluster [DBG] pgmap v7582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:05.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:03.723601+0000 mgr.y (mgr.14556) 8588 : cluster [DBG] pgmap v7582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:07.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:05.724420+0000 mgr.y (mgr.14556) 8589 : cluster [DBG] pgmap v7583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:07.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:05.724420+0000 mgr.y (mgr.14556) 8589 : cluster [DBG] pgmap v7583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:07.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:05.724420+0000 mgr.y (mgr.14556) 8589 : cluster [DBG] pgmap v7583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:09.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:07.724920+0000 mgr.y (mgr.14556) 8590 : cluster [DBG] pgmap v7584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:09.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:07.724920+0000 mgr.y (mgr.14556) 8590 : cluster [DBG] pgmap v7584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:09.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:07.724920+0000 mgr.y (mgr.14556) 8590 : cluster [DBG] pgmap v7584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:11.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:09.725409+0000 mgr.y (mgr.14556) 8591 : cluster [DBG] pgmap v7585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:11.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:09.725409+0000 mgr.y (mgr.14556) 8591 : cluster [DBG] pgmap v7585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:11.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:09.725409+0000 mgr.y (mgr.14556) 8591 : cluster [DBG] pgmap v7585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:11.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:58:13.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:11.726045+0000 mgr.y (mgr.14556) 8592 : cluster [DBG] pgmap v7586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:13.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:11.726045+0000 mgr.y (mgr.14556) 8592 : cluster [DBG] pgmap v7586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:13.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:11.726045+0000 mgr.y (mgr.14556) 8592 : cluster [DBG] pgmap v7586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:14.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:58:13] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T10:58:15.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:13.726498+0000 mgr.y (mgr.14556) 8593 : cluster [DBG] pgmap v7587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:15.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:13.726498+0000 mgr.y (mgr.14556) 8593 : cluster [DBG] pgmap v7587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:15.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:13.726498+0000 mgr.y (mgr.14556) 8593 : cluster [DBG] pgmap v7587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:17.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:15.727268+0000 mgr.y (mgr.14556) 8594 : cluster [DBG] pgmap v7588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:17.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:15.727268+0000 mgr.y (mgr.14556) 8594 : cluster [DBG] pgmap v7588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:17.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:15.727268+0000 mgr.y (mgr.14556) 8594 : cluster [DBG] pgmap v7588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:19.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:17.727717+0000 mgr.y (mgr.14556) 8595 : cluster [DBG] pgmap v7589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:19.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:17.727717+0000 mgr.y (mgr.14556) 8595 : cluster [DBG] pgmap v7589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:19.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:17.727717+0000 mgr.y (mgr.14556) 8595 : cluster [DBG] pgmap v7589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:21.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:19.728049+0000 mgr.y (mgr.14556) 8596 : cluster [DBG] pgmap v7590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:21.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:19.728049+0000 mgr.y (mgr.14556) 8596 : cluster [DBG] pgmap v7590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:21.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:19.728049+0000 mgr.y (mgr.14556) 8596 : cluster [DBG] pgmap v7590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:21.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:58:23.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:21.728635+0000 mgr.y (mgr.14556) 8597 : cluster [DBG] pgmap v7591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:23.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:21.728635+0000 mgr.y (mgr.14556) 8597 : cluster [DBG] pgmap v7591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:23.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:21.728635+0000 mgr.y (mgr.14556) 8597 : cluster [DBG] pgmap v7591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:24.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:58:23] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T10:58:25.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:23.729090+0000 mgr.y (mgr.14556) 8598 : cluster [DBG] pgmap v7592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:25.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:23.729090+0000 mgr.y (mgr.14556) 8598 : cluster [DBG] pgmap v7592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:25.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:23.729090+0000 mgr.y (mgr.14556) 8598 : cluster [DBG] pgmap v7592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:25.506 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:58:25.794 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:58:25.794 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 6m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:58:25.794 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 6m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:58:25.794 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 6m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 6m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 6m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 6m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 6m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 6m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 6m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 6m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 6m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 6m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 6m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 6m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 6m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 6m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 6m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 6m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:58:25.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 6m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:58:25.796 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 6m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:58:26.146 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:58:26.146 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:58:26.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:58:26.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:58:26.146 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:58:26.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:58:26.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:58:26.147 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:58:26.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:58:26.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:58:26.147 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:58:26.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:58:26.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:58:26.147 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:58:26.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:58:26.147 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:58:26.147 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:58:27.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:58:25.499959+0000 mgr.y (mgr.14556) 8599 : audit [DBG] from='client.33563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:58:27.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:25.729609+0000 mgr.y (mgr.14556) 8600 : cluster [DBG] pgmap v7593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:27.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:58:25.791782+0000 mgr.y (mgr.14556) 8601 : audit [DBG] from='client.23655 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:58:27.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:58:26.151684+0000 mon.c (mon.2) 230 : audit [DBG] from='client.? 172.21.15.23:0/1761677693' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:58:27.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:58:25.499959+0000 mgr.y (mgr.14556) 8599 : audit [DBG] from='client.33563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:58:27.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:25.729609+0000 mgr.y (mgr.14556) 8600 : cluster [DBG] pgmap v7593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:27.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:58:25.791782+0000 mgr.y (mgr.14556) 8601 : audit [DBG] from='client.23655 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:58:27.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:58:26.151684+0000 mon.c (mon.2) 230 : audit [DBG] from='client.? 172.21.15.23:0/1761677693' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:58:27.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:58:25.499959+0000 mgr.y (mgr.14556) 8599 : audit [DBG] from='client.33563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:58:27.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:25.729609+0000 mgr.y (mgr.14556) 8600 : cluster [DBG] pgmap v7593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:27.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:58:25.791782+0000 mgr.y (mgr.14556) 8601 : audit [DBG] from='client.23655 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:58:27.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:58:26.151684+0000 mon.c (mon.2) 230 : audit [DBG] from='client.? 172.21.15.23:0/1761677693' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:58:29.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:27.729958+0000 mgr.y (mgr.14556) 8602 : cluster [DBG] pgmap v7594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:29.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:27.729958+0000 mgr.y (mgr.14556) 8602 : cluster [DBG] pgmap v7594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:29.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:27.729958+0000 mgr.y (mgr.14556) 8602 : cluster [DBG] pgmap v7594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:31.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:29.730552+0000 mgr.y (mgr.14556) 8603 : cluster [DBG] pgmap v7595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:31.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:29.730552+0000 mgr.y (mgr.14556) 8603 : cluster [DBG] pgmap v7595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:31.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:29.730552+0000 mgr.y (mgr.14556) 8603 : cluster [DBG] pgmap v7595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:31.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:58:33.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:31.731283+0000 mgr.y (mgr.14556) 8604 : cluster [DBG] pgmap v7596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:33.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:31.731283+0000 mgr.y (mgr.14556) 8604 : cluster [DBG] pgmap v7596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:33.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:31.731283+0000 mgr.y (mgr.14556) 8604 : cluster [DBG] pgmap v7596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:34.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:58:33] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T10:58:35.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:33.731819+0000 mgr.y (mgr.14556) 8605 : cluster [DBG] pgmap v7597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:35.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:33.731819+0000 mgr.y (mgr.14556) 8605 : cluster [DBG] pgmap v7597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:35.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:33.731819+0000 mgr.y (mgr.14556) 8605 : cluster [DBG] pgmap v7597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:37.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:35.732696+0000 mgr.y (mgr.14556) 8606 : cluster [DBG] pgmap v7598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:37.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:35.732696+0000 mgr.y (mgr.14556) 8606 : cluster [DBG] pgmap v7598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:37.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:35.732696+0000 mgr.y (mgr.14556) 8606 : cluster [DBG] pgmap v7598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:39.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:37.733276+0000 mgr.y (mgr.14556) 8607 : cluster [DBG] pgmap v7599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:39.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:37.733276+0000 mgr.y (mgr.14556) 8607 : cluster [DBG] pgmap v7599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:39.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:37.733276+0000 mgr.y (mgr.14556) 8607 : cluster [DBG] pgmap v7599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:41.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:39.733716+0000 mgr.y (mgr.14556) 8608 : cluster [DBG] pgmap v7600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:41.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:58:40.831689+0000 mon.a (mon.0) 2239 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:58:41.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:39.733716+0000 mgr.y (mgr.14556) 8608 : cluster [DBG] pgmap v7600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:41.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:58:40.831689+0000 mon.a (mon.0) 2239 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:58:41.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:39.733716+0000 mgr.y (mgr.14556) 8608 : cluster [DBG] pgmap v7600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:41.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:58:40.831689+0000 mon.a (mon.0) 2239 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:58:41.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:58:42.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:58:41.138143+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:58:42.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:58:41.138783+0000 mon.a (mon.0) 2241 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:58:42.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:58:41.147390+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:58:42.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:58:41.138143+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:58:42.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:58:41.138783+0000 mon.a (mon.0) 2241 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:58:42.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:58:41.147390+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:58:42.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:58:41.138143+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:58:42.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:58:41.138783+0000 mon.a (mon.0) 2241 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:58:42.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:58:41.147390+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:58:43.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:41.734382+0000 mgr.y (mgr.14556) 8609 : cluster [DBG] pgmap v7601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:43.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:41.734382+0000 mgr.y (mgr.14556) 8609 : cluster [DBG] pgmap v7601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:43.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:41.734382+0000 mgr.y (mgr.14556) 8609 : cluster [DBG] pgmap v7601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:44.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:58:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T10:58:45.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:43.734731+0000 mgr.y (mgr.14556) 8610 : cluster [DBG] pgmap v7602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:45.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:43.734731+0000 mgr.y (mgr.14556) 8610 : cluster [DBG] pgmap v7602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:45.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:43.734731+0000 mgr.y (mgr.14556) 8610 : cluster [DBG] pgmap v7602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:47.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:45.735324+0000 mgr.y (mgr.14556) 8611 : cluster [DBG] pgmap v7603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:47.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:45.735324+0000 mgr.y (mgr.14556) 8611 : cluster [DBG] pgmap v7603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:47.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:45.735324+0000 mgr.y (mgr.14556) 8611 : cluster [DBG] pgmap v7603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:49.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:47.735736+0000 mgr.y (mgr.14556) 8612 : cluster [DBG] pgmap v7604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:49.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:47.735736+0000 mgr.y (mgr.14556) 8612 : cluster [DBG] pgmap v7604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:49.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:47.735736+0000 mgr.y (mgr.14556) 8612 : cluster [DBG] pgmap v7604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:51.535 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:49.736256+0000 mgr.y (mgr.14556) 8613 : cluster [DBG] pgmap v7605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:51.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:49.736256+0000 mgr.y (mgr.14556) 8613 : cluster [DBG] pgmap v7605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:51.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:49.736256+0000 mgr.y (mgr.14556) 8613 : cluster [DBG] pgmap v7605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:51.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:58:53.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:51.737022+0000 mgr.y (mgr.14556) 8614 : cluster [DBG] pgmap v7606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:53.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:51.737022+0000 mgr.y (mgr.14556) 8614 : cluster [DBG] pgmap v7606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:53.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:51.737022+0000 mgr.y (mgr.14556) 8614 : cluster [DBG] pgmap v7606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:54.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:58:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T10:58:55.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:53.737471+0000 mgr.y (mgr.14556) 8615 : cluster [DBG] pgmap v7607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:55.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:53.737471+0000 mgr.y (mgr.14556) 8615 : cluster [DBG] pgmap v7607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:55.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:53.737471+0000 mgr.y (mgr.14556) 8615 : cluster [DBG] pgmap v7607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:56.476 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:58:56.764 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:58:56.764 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 7m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 7m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 7m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 7m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 7m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 7m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 7m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 7m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 7m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 7m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 7m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 7m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 7m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 7m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:58:56.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 7m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:58:56.766 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 7m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:58:56.766 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 7m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:58:56.766 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 7m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:58:56.766 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 7m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:58:56.766 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 7m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:58:57.110 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:58:57.111 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:58:57.111 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:58:57.111 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:58:57.111 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:58:57.111 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:58:57.111 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:58:57.111 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:58:57.111 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:58:57.111 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:58:57.111 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:58:57.111 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:58:57.111 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:58:57.112 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:58:57.112 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:58:57.112 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:58:57.112 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:58:57.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:55.738219+0000 mgr.y (mgr.14556) 8616 : cluster [DBG] pgmap v7608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:57.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:58:57.116002+0000 mon.a (mon.0) 2243 : audit [DBG] from='client.? 172.21.15.23:0/1053498138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:58:57.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:55.738219+0000 mgr.y (mgr.14556) 8616 : cluster [DBG] pgmap v7608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:57.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:58:57.116002+0000 mon.a (mon.0) 2243 : audit [DBG] from='client.? 172.21.15.23:0/1053498138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:58:57.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:55.738219+0000 mgr.y (mgr.14556) 8616 : cluster [DBG] pgmap v7608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:57.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:58:57.116002+0000 mon.a (mon.0) 2243 : audit [DBG] from='client.? 172.21.15.23:0/1053498138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:58:58.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:58:56.469354+0000 mgr.y (mgr.14556) 8617 : audit [DBG] from='client.33581 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:58:58.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:58:56.760796+0000 mgr.y (mgr.14556) 8618 : audit [DBG] from='client.23673 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:58:58.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:58:56.469354+0000 mgr.y (mgr.14556) 8617 : audit [DBG] from='client.33581 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:58:58.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:58:56.760796+0000 mgr.y (mgr.14556) 8618 : audit [DBG] from='client.23673 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:58:58.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:58:56.469354+0000 mgr.y (mgr.14556) 8617 : audit [DBG] from='client.33581 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:58:58.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:58:56.760796+0000 mgr.y (mgr.14556) 8618 : audit [DBG] from='client.23673 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:58:59.625 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:58:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:57.738864+0000 mgr.y (mgr.14556) 8619 : cluster [DBG] pgmap v7609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:59.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:58:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:57.738864+0000 mgr.y (mgr.14556) 8619 : cluster [DBG] pgmap v7609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:58:59.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:58:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:57.738864+0000 mgr.y (mgr.14556) 8619 : cluster [DBG] pgmap v7609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:00.625 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:58:59.739418+0000 mgr.y (mgr.14556) 8620 : cluster [DBG] pgmap v7610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:00.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:58:59.739418+0000 mgr.y (mgr.14556) 8620 : cluster [DBG] pgmap v7610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:00.658 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:58:59.739418+0000 mgr.y (mgr.14556) 8620 : cluster [DBG] pgmap v7610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:01.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:59:03.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:01.740005+0000 mgr.y (mgr.14556) 8621 : cluster [DBG] pgmap v7611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:03.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:01.740005+0000 mgr.y (mgr.14556) 8621 : cluster [DBG] pgmap v7611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:03.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:01.740005+0000 mgr.y (mgr.14556) 8621 : cluster [DBG] pgmap v7611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:04.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:59:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T10:59:05.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:03.740414+0000 mgr.y (mgr.14556) 8622 : cluster [DBG] pgmap v7612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:05.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:03.740414+0000 mgr.y (mgr.14556) 8622 : cluster [DBG] pgmap v7612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:05.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:03.740414+0000 mgr.y (mgr.14556) 8622 : cluster [DBG] pgmap v7612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:07.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:05.741217+0000 mgr.y (mgr.14556) 8623 : cluster [DBG] pgmap v7613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:07.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:05.741217+0000 mgr.y (mgr.14556) 8623 : cluster [DBG] pgmap v7613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:07.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:05.741217+0000 mgr.y (mgr.14556) 8623 : cluster [DBG] pgmap v7613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:09.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:07.741688+0000 mgr.y (mgr.14556) 8624 : cluster [DBG] pgmap v7614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:09.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:07.741688+0000 mgr.y (mgr.14556) 8624 : cluster [DBG] pgmap v7614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:09.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:07.741688+0000 mgr.y (mgr.14556) 8624 : cluster [DBG] pgmap v7614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:11.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:09.742225+0000 mgr.y (mgr.14556) 8625 : cluster [DBG] pgmap v7615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:11.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:09.742225+0000 mgr.y (mgr.14556) 8625 : cluster [DBG] pgmap v7615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:11.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:09.742225+0000 mgr.y (mgr.14556) 8625 : cluster [DBG] pgmap v7615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:11.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:59:13.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:11.743019+0000 mgr.y (mgr.14556) 8626 : cluster [DBG] pgmap v7616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:13.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:11.743019+0000 mgr.y (mgr.14556) 8626 : cluster [DBG] pgmap v7616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:13.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:11.743019+0000 mgr.y (mgr.14556) 8626 : cluster [DBG] pgmap v7616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:14.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:59:13] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T10:59:15.125 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:13.743428+0000 mgr.y (mgr.14556) 8627 : cluster [DBG] pgmap v7617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:15.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:13.743428+0000 mgr.y (mgr.14556) 8627 : cluster [DBG] pgmap v7617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:15.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:13.743428+0000 mgr.y (mgr.14556) 8627 : cluster [DBG] pgmap v7617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:17.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:15.744174+0000 mgr.y (mgr.14556) 8628 : cluster [DBG] pgmap v7618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:17.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:15.744174+0000 mgr.y (mgr.14556) 8628 : cluster [DBG] pgmap v7618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:17.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:15.744174+0000 mgr.y (mgr.14556) 8628 : cluster [DBG] pgmap v7618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:19.125 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:17.744684+0000 mgr.y (mgr.14556) 8629 : cluster [DBG] pgmap v7619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:19.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:17.744684+0000 mgr.y (mgr.14556) 8629 : cluster [DBG] pgmap v7619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:19.158 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:17.744684+0000 mgr.y (mgr.14556) 8629 : cluster [DBG] pgmap v7619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:21.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:19.745039+0000 mgr.y (mgr.14556) 8630 : cluster [DBG] pgmap v7620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:21.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:19.745039+0000 mgr.y (mgr.14556) 8630 : cluster [DBG] pgmap v7620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:21.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:19.745039+0000 mgr.y (mgr.14556) 8630 : cluster [DBG] pgmap v7620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:21.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:59:23.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:21.745810+0000 mgr.y (mgr.14556) 8631 : cluster [DBG] pgmap v7621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:23.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:21.745810+0000 mgr.y (mgr.14556) 8631 : cluster [DBG] pgmap v7621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:23.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:21.745810+0000 mgr.y (mgr.14556) 8631 : cluster [DBG] pgmap v7621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:24.125 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:59:23] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:59:25.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:23.746228+0000 mgr.y (mgr.14556) 8632 : cluster [DBG] pgmap v7622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:25.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:23.746228+0000 mgr.y (mgr.14556) 8632 : cluster [DBG] pgmap v7622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:25.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:23.746228+0000 mgr.y (mgr.14556) 8632 : cluster [DBG] pgmap v7622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:27.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:25.747046+0000 mgr.y (mgr.14556) 8633 : cluster [DBG] pgmap v7623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:27.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:25.747046+0000 mgr.y (mgr.14556) 8633 : cluster [DBG] pgmap v7623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:27.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:25.747046+0000 mgr.y (mgr.14556) 8633 : cluster [DBG] pgmap v7623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:27.435 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:59:27.723 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:59:27.723 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 7m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:59:27.723 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 7m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:59:27.723 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 7m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:59:27.723 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 7m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:59:27.723 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 7m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:59:27.723 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 7m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:59:27.723 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 7m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:59:27.723 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 7m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:59:27.723 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 7m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:59:27.723 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 7m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:59:27.724 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 7m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:59:27.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 7m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:59:27.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 7m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:59:27.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 7m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:59:27.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 7m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:59:27.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 7m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:59:27.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 7m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:59:27.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 7m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:59:27.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 7m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:59:27.724 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 7m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:59:28.076 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:59:28.076 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:59:28.076 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:59:28.077 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:59:29.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:59:27.427932+0000 mgr.y (mgr.14556) 8634 : audit [DBG] from='client.23685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:59:29.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:59:27.719862+0000 mgr.y (mgr.14556) 8635 : audit [DBG] from='client.23691 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:59:29.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:27.747393+0000 mgr.y (mgr.14556) 8636 : cluster [DBG] pgmap v7624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:29.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:59:28.081364+0000 mon.a (mon.0) 2244 : audit [DBG] from='client.? 172.21.15.23:0/2236623560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:59:29.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:59:27.427932+0000 mgr.y (mgr.14556) 8634 : audit [DBG] from='client.23685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:59:29.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:59:27.719862+0000 mgr.y (mgr.14556) 8635 : audit [DBG] from='client.23691 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:59:29.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:27.747393+0000 mgr.y (mgr.14556) 8636 : cluster [DBG] pgmap v7624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:29.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:59:28.081364+0000 mon.a (mon.0) 2244 : audit [DBG] from='client.? 172.21.15.23:0/2236623560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:59:29.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:59:27.427932+0000 mgr.y (mgr.14556) 8634 : audit [DBG] from='client.23685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:59:29.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:59:27.719862+0000 mgr.y (mgr.14556) 8635 : audit [DBG] from='client.23691 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T10:59:29.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:27.747393+0000 mgr.y (mgr.14556) 8636 : cluster [DBG] pgmap v7624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:29.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:59:28.081364+0000 mon.a (mon.0) 2244 : audit [DBG] from='client.? 172.21.15.23:0/2236623560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:59:31.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:29.747729+0000 mgr.y (mgr.14556) 8637 : cluster [DBG] pgmap v7625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:31.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:29.747729+0000 mgr.y (mgr.14556) 8637 : cluster [DBG] pgmap v7625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:31.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:29.747729+0000 mgr.y (mgr.14556) 8637 : cluster [DBG] pgmap v7625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:31.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:59:33.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:31.748426+0000 mgr.y (mgr.14556) 8638 : cluster [DBG] pgmap v7626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:33.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:31.748426+0000 mgr.y (mgr.14556) 8638 : cluster [DBG] pgmap v7626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:33.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:31.748426+0000 mgr.y (mgr.14556) 8638 : cluster [DBG] pgmap v7626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:34.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:59:33] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T10:59:35.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:33.749006+0000 mgr.y (mgr.14556) 8639 : cluster [DBG] pgmap v7627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:35.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:33.749006+0000 mgr.y (mgr.14556) 8639 : cluster [DBG] pgmap v7627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:35.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:33.749006+0000 mgr.y (mgr.14556) 8639 : cluster [DBG] pgmap v7627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:37.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:35.749717+0000 mgr.y (mgr.14556) 8640 : cluster [DBG] pgmap v7628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:37.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:35.749717+0000 mgr.y (mgr.14556) 8640 : cluster [DBG] pgmap v7628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:37.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:35.749717+0000 mgr.y (mgr.14556) 8640 : cluster [DBG] pgmap v7628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:39.375 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:37.750298+0000 mgr.y (mgr.14556) 8641 : cluster [DBG] pgmap v7629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:39.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:37.750298+0000 mgr.y (mgr.14556) 8641 : cluster [DBG] pgmap v7629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:39.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:37.750298+0000 mgr.y (mgr.14556) 8641 : cluster [DBG] pgmap v7629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:41.375 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:39.750681+0000 mgr.y (mgr.14556) 8642 : cluster [DBG] pgmap v7630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:41.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:39.750681+0000 mgr.y (mgr.14556) 8642 : cluster [DBG] pgmap v7630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:41.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:39.750681+0000 mgr.y (mgr.14556) 8642 : cluster [DBG] pgmap v7630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:41.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:59:42.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:59:41.151757+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:59:42.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:59:41.456135+0000 mon.a (mon.0) 2246 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:59:42.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:59:41.456762+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:59:42.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:59:41.465276+0000 mon.a (mon.0) 2248 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:59:42.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:59:41.151757+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:59:42.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:59:41.456135+0000 mon.a (mon.0) 2246 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:59:42.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:59:41.456762+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:59:42.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:59:41.465276+0000 mon.a (mon.0) 2248 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:59:42.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:59:41.151757+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T10:59:42.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:59:41.456135+0000 mon.a (mon.0) 2246 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T10:59:42.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:59:41.456762+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T10:59:42.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:59:41.465276+0000 mon.a (mon.0) 2248 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T10:59:43.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:41.751340+0000 mgr.y (mgr.14556) 8643 : cluster [DBG] pgmap v7631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:43.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:41.751340+0000 mgr.y (mgr.14556) 8643 : cluster [DBG] pgmap v7631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:43.408 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:41.751340+0000 mgr.y (mgr.14556) 8643 : cluster [DBG] pgmap v7631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:44.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:59:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T10:59:45.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:43.751667+0000 mgr.y (mgr.14556) 8644 : cluster [DBG] pgmap v7632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:45.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:43.751667+0000 mgr.y (mgr.14556) 8644 : cluster [DBG] pgmap v7632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:45.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:43.751667+0000 mgr.y (mgr.14556) 8644 : cluster [DBG] pgmap v7632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:47.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:45.752356+0000 mgr.y (mgr.14556) 8645 : cluster [DBG] pgmap v7633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:47.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:45.752356+0000 mgr.y (mgr.14556) 8645 : cluster [DBG] pgmap v7633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:47.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:45.752356+0000 mgr.y (mgr.14556) 8645 : cluster [DBG] pgmap v7633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:49.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:47.752766+0000 mgr.y (mgr.14556) 8646 : cluster [DBG] pgmap v7634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:49.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:47.752766+0000 mgr.y (mgr.14556) 8646 : cluster [DBG] pgmap v7634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:49.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:47.752766+0000 mgr.y (mgr.14556) 8646 : cluster [DBG] pgmap v7634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:51.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:49.753397+0000 mgr.y (mgr.14556) 8647 : cluster [DBG] pgmap v7635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:51.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:49.753397+0000 mgr.y (mgr.14556) 8647 : cluster [DBG] pgmap v7635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:51.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:49.753397+0000 mgr.y (mgr.14556) 8647 : cluster [DBG] pgmap v7635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:51.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 10:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T10:59:53.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:51.754240+0000 mgr.y (mgr.14556) 8648 : cluster [DBG] pgmap v7636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:53.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:51.754240+0000 mgr.y (mgr.14556) 8648 : cluster [DBG] pgmap v7636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:53.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:51.754240+0000 mgr.y (mgr.14556) 8648 : cluster [DBG] pgmap v7636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:54.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 10:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:10:59:53] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T10:59:55.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:53.754842+0000 mgr.y (mgr.14556) 8649 : cluster [DBG] pgmap v7637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:55.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:53.754842+0000 mgr.y (mgr.14556) 8649 : cluster [DBG] pgmap v7637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:55.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:53.754842+0000 mgr.y (mgr.14556) 8649 : cluster [DBG] pgmap v7637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:57.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:55.755600+0000 mgr.y (mgr.14556) 8650 : cluster [DBG] pgmap v7638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:57.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:55.755600+0000 mgr.y (mgr.14556) 8650 : cluster [DBG] pgmap v7638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:57.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:55.755600+0000 mgr.y (mgr.14556) 8650 : cluster [DBG] pgmap v7638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:58.402 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T10:59:58.691 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T10:59:58.691 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 8m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T10:59:58.691 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 8m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T10:59:58.691 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 8m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T10:59:58.691 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 8m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T10:59:58.691 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 8m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T10:59:58.691 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 8m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T10:59:58.691 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 8m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T10:59:58.691 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 8m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T10:59:58.691 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 8m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T10:59:58.692 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 8m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T10:59:58.692 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 8m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T10:59:58.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 8m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T10:59:58.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 8m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T10:59:58.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 8m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T10:59:58.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 8m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T10:59:58.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 8m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T10:59:58.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 8m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T10:59:58.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 8m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T10:59:58.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 8m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T10:59:58.692 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 8m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T10:59:59.043 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T10:59:59.043 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T10:59:59.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T10:59:59.044 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T10:59:59.045 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T10:59:59.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:57.756146+0000 mgr.y (mgr.14556) 8651 : cluster [DBG] pgmap v7639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:59.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 10:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:59:59.047775+0000 mon.a (mon.0) 2249 : audit [DBG] from='client.? 172.21.15.23:0/2566821283' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:59:59.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:57.756146+0000 mgr.y (mgr.14556) 8651 : cluster [DBG] pgmap v7639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:59.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 10:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:59:59.047775+0000 mon.a (mon.0) 2249 : audit [DBG] from='client.? 172.21.15.23:0/2566821283' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T10:59:59.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:57.756146+0000 mgr.y (mgr.14556) 8651 : cluster [DBG] pgmap v7639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T10:59:59.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 10:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:59:59.047775+0000 mon.a (mon.0) 2249 : audit [DBG] from='client.? 172.21.15.23:0/2566821283' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:00:00.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:59:58.395097+0000 mgr.y (mgr.14556) 8652 : audit [DBG] from='client.33617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:00:00.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T10:59:58.687168+0000 mgr.y (mgr.14556) 8653 : audit [DBG] from='client.23709 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:00:00.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:00.000161+0000 mon.a (mon.0) 2250 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:00:00.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T10:59:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:00:00.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:59:58.395097+0000 mgr.y (mgr.14556) 8652 : audit [DBG] from='client.33617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:00:00.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T10:59:58.687168+0000 mgr.y (mgr.14556) 8653 : audit [DBG] from='client.23709 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:00:00.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:00.000161+0000 mon.a (mon.0) 2250 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:00:00.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:59:58.395097+0000 mgr.y (mgr.14556) 8652 : audit [DBG] from='client.33617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:00:00.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T10:59:58.687168+0000 mgr.y (mgr.14556) 8653 : audit [DBG] from='client.23709 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:00:00.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:00.000161+0000 mon.a (mon.0) 2250 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:00:01.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T10:59:59.756595+0000 mgr.y (mgr.14556) 8654 : cluster [DBG] pgmap v7640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:01.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T10:59:59.756595+0000 mgr.y (mgr.14556) 8654 : cluster [DBG] pgmap v7640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:01.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T10:59:59.756595+0000 mgr.y (mgr.14556) 8654 : cluster [DBG] pgmap v7640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:01.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:00:01.909 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 11:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T11:00:01.594Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1711094400138 maxt=1711101600000 ulid=01HSJX2NC4XFS67C2E6AGXB9Q1 duration=53.370923ms 2024-03-22T11:00:01.910 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 11:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T11:00:01.597Z caller=head.go:827 level=info component=tsdb msg="Head GC completed" duration=2.751529ms 2024-03-22T11:00:03.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:01.757268+0000 mgr.y (mgr.14556) 8655 : cluster [DBG] pgmap v7641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:03.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:01.757268+0000 mgr.y (mgr.14556) 8655 : cluster [DBG] pgmap v7641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:03.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:01.757268+0000 mgr.y (mgr.14556) 8655 : cluster [DBG] pgmap v7641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:04.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:00:03] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:00:05.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:03.757670+0000 mgr.y (mgr.14556) 8656 : cluster [DBG] pgmap v7642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:05.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:03.757670+0000 mgr.y (mgr.14556) 8656 : cluster [DBG] pgmap v7642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:05.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:03.757670+0000 mgr.y (mgr.14556) 8656 : cluster [DBG] pgmap v7642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:07.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:05.758249+0000 mgr.y (mgr.14556) 8657 : cluster [DBG] pgmap v7643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:07.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:05.758249+0000 mgr.y (mgr.14556) 8657 : cluster [DBG] pgmap v7643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:07.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:05.758249+0000 mgr.y (mgr.14556) 8657 : cluster [DBG] pgmap v7643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:09.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:07.758678+0000 mgr.y (mgr.14556) 8658 : cluster [DBG] pgmap v7644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:09.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:07.758678+0000 mgr.y (mgr.14556) 8658 : cluster [DBG] pgmap v7644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:09.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:07.758678+0000 mgr.y (mgr.14556) 8658 : cluster [DBG] pgmap v7644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:11.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:09.759045+0000 mgr.y (mgr.14556) 8659 : cluster [DBG] pgmap v7645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:11.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:09.759045+0000 mgr.y (mgr.14556) 8659 : cluster [DBG] pgmap v7645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:11.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:09.759045+0000 mgr.y (mgr.14556) 8659 : cluster [DBG] pgmap v7645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:11.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:00:13.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:11.759947+0000 mgr.y (mgr.14556) 8660 : cluster [DBG] pgmap v7646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:13.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:11.759947+0000 mgr.y (mgr.14556) 8660 : cluster [DBG] pgmap v7646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:13.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:11.759947+0000 mgr.y (mgr.14556) 8660 : cluster [DBG] pgmap v7646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:14.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:00:13] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:00:15.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:13.760446+0000 mgr.y (mgr.14556) 8661 : cluster [DBG] pgmap v7647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:15.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:13.760446+0000 mgr.y (mgr.14556) 8661 : cluster [DBG] pgmap v7647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:15.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:13.760446+0000 mgr.y (mgr.14556) 8661 : cluster [DBG] pgmap v7647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:17.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:15.761280+0000 mgr.y (mgr.14556) 8662 : cluster [DBG] pgmap v7648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:17.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:15.761280+0000 mgr.y (mgr.14556) 8662 : cluster [DBG] pgmap v7648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:17.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:15.761280+0000 mgr.y (mgr.14556) 8662 : cluster [DBG] pgmap v7648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:19.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:17.761711+0000 mgr.y (mgr.14556) 8663 : cluster [DBG] pgmap v7649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:19.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:17.761711+0000 mgr.y (mgr.14556) 8663 : cluster [DBG] pgmap v7649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:19.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:17.761711+0000 mgr.y (mgr.14556) 8663 : cluster [DBG] pgmap v7649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:21.535 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:19.762172+0000 mgr.y (mgr.14556) 8664 : cluster [DBG] pgmap v7650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:21.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:19.762172+0000 mgr.y (mgr.14556) 8664 : cluster [DBG] pgmap v7650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:21.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:19.762172+0000 mgr.y (mgr.14556) 8664 : cluster [DBG] pgmap v7650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:21.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:00:23.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:21.762977+0000 mgr.y (mgr.14556) 8665 : cluster [DBG] pgmap v7651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:23.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:21.762977+0000 mgr.y (mgr.14556) 8665 : cluster [DBG] pgmap v7651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:23.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:21.762977+0000 mgr.y (mgr.14556) 8665 : cluster [DBG] pgmap v7651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:24.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:00:23] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:00:25.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:23.763394+0000 mgr.y (mgr.14556) 8666 : cluster [DBG] pgmap v7652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:25.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:23.763394+0000 mgr.y (mgr.14556) 8666 : cluster [DBG] pgmap v7652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:25.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:23.763394+0000 mgr.y (mgr.14556) 8666 : cluster [DBG] pgmap v7652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:27.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:25.764112+0000 mgr.y (mgr.14556) 8667 : cluster [DBG] pgmap v7653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:27.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:25.764112+0000 mgr.y (mgr.14556) 8667 : cluster [DBG] pgmap v7653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:27.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:25.764112+0000 mgr.y (mgr.14556) 8667 : cluster [DBG] pgmap v7653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:29.370 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:00:29.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:27.764561+0000 mgr.y (mgr.14556) 8668 : cluster [DBG] pgmap v7654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:29.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:27.764561+0000 mgr.y (mgr.14556) 8668 : cluster [DBG] pgmap v7654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 8m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 8m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 8m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 8m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 8m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 8m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 8m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 8m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 8m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 8m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 8m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:00:29.656 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 8m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:00:29.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 8m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:00:29.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 8m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:00:29.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 8m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:00:29.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 8m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:00:29.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 8m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:00:29.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 8m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:00:29.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 8m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:00:29.657 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 8m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:00:29.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:27.764561+0000 mgr.y (mgr.14556) 8668 : cluster [DBG] pgmap v7654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:00:30.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:00:30.006 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:00:30.006 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:00:30.006 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:00:30.006 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:00:30.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:00:30.009240+0000 mon.a (mon.0) 2251 : audit [DBG] from='client.? 172.21.15.23:0/2370697461' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:00:30.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:00:30.009240+0000 mon.a (mon.0) 2251 : audit [DBG] from='client.? 172.21.15.23:0/2370697461' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:00:30.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:00:30.009240+0000 mon.a (mon.0) 2251 : audit [DBG] from='client.? 172.21.15.23:0/2370697461' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:00:31.535 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:00:29.362820+0000 mgr.y (mgr.14556) 8669 : audit [DBG] from='client.23721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:00:31.535 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:00:29.652242+0000 mgr.y (mgr.14556) 8670 : audit [DBG] from='client.23727 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:00:31.535 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:29.764927+0000 mgr.y (mgr.14556) 8671 : cluster [DBG] pgmap v7655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:31.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:00:29.362820+0000 mgr.y (mgr.14556) 8669 : audit [DBG] from='client.23721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:00:31.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:00:29.652242+0000 mgr.y (mgr.14556) 8670 : audit [DBG] from='client.23727 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:00:31.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:29.764927+0000 mgr.y (mgr.14556) 8671 : cluster [DBG] pgmap v7655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:31.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:00:29.362820+0000 mgr.y (mgr.14556) 8669 : audit [DBG] from='client.23721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:00:31.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:00:29.652242+0000 mgr.y (mgr.14556) 8670 : audit [DBG] from='client.23727 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:00:31.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:29.764927+0000 mgr.y (mgr.14556) 8671 : cluster [DBG] pgmap v7655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:31.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:00:32.626 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:31.765723+0000 mgr.y (mgr.14556) 8672 : cluster [DBG] pgmap v7656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:32.626 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:31.765723+0000 mgr.y (mgr.14556) 8672 : cluster [DBG] pgmap v7656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:32.659 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:31.765723+0000 mgr.y (mgr.14556) 8672 : cluster [DBG] pgmap v7656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:34.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:00:33] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:00:35.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:33.766413+0000 mgr.y (mgr.14556) 8673 : cluster [DBG] pgmap v7657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:35.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:33.766413+0000 mgr.y (mgr.14556) 8673 : cluster [DBG] pgmap v7657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:35.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:33.766413+0000 mgr.y (mgr.14556) 8673 : cluster [DBG] pgmap v7657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:37.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:35.767076+0000 mgr.y (mgr.14556) 8674 : cluster [DBG] pgmap v7658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:37.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:35.767076+0000 mgr.y (mgr.14556) 8674 : cluster [DBG] pgmap v7658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:37.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:35.767076+0000 mgr.y (mgr.14556) 8674 : cluster [DBG] pgmap v7658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:39.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:37.767550+0000 mgr.y (mgr.14556) 8675 : cluster [DBG] pgmap v7659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:39.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:37.767550+0000 mgr.y (mgr.14556) 8675 : cluster [DBG] pgmap v7659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:39.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:37.767550+0000 mgr.y (mgr.14556) 8675 : cluster [DBG] pgmap v7659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:41.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:39.768116+0000 mgr.y (mgr.14556) 8676 : cluster [DBG] pgmap v7660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:41.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:39.768116+0000 mgr.y (mgr.14556) 8676 : cluster [DBG] pgmap v7660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:41.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:39.768116+0000 mgr.y (mgr.14556) 8676 : cluster [DBG] pgmap v7660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:41.840 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:00:42.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:00:41.469634+0000 mon.a (mon.0) 2252 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:00:42.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:00:41.779227+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:00:42.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:00:41.779868+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:00:42.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:00:41.785458+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:00:42.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:00:41.469634+0000 mon.a (mon.0) 2252 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:00:42.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:00:41.779227+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:00:42.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:00:41.779868+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:00:42.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:00:41.785458+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:00:42.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:00:41.469634+0000 mon.a (mon.0) 2252 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:00:42.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:00:41.779227+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:00:42.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:00:41.779868+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:00:42.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:00:41.785458+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:00:43.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:41.768726+0000 mgr.y (mgr.14556) 8677 : cluster [DBG] pgmap v7661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:43.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:41.768726+0000 mgr.y (mgr.14556) 8677 : cluster [DBG] pgmap v7661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:43.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:41.768726+0000 mgr.y (mgr.14556) 8677 : cluster [DBG] pgmap v7661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:44.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:00:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:00:45.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:43.769215+0000 mgr.y (mgr.14556) 8678 : cluster [DBG] pgmap v7662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:45.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:43.769215+0000 mgr.y (mgr.14556) 8678 : cluster [DBG] pgmap v7662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:43.769215+0000 mgr.y (mgr.14556) 8678 : cluster [DBG] pgmap v7662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:47.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:45.769949+0000 mgr.y (mgr.14556) 8679 : cluster [DBG] pgmap v7663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:47.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:45.769949+0000 mgr.y (mgr.14556) 8679 : cluster [DBG] pgmap v7663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:47.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:45.769949+0000 mgr.y (mgr.14556) 8679 : cluster [DBG] pgmap v7663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:49.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:47.770472+0000 mgr.y (mgr.14556) 8680 : cluster [DBG] pgmap v7664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:49.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:47.770472+0000 mgr.y (mgr.14556) 8680 : cluster [DBG] pgmap v7664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:49.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:47.770472+0000 mgr.y (mgr.14556) 8680 : cluster [DBG] pgmap v7664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:51.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:49.770971+0000 mgr.y (mgr.14556) 8681 : cluster [DBG] pgmap v7665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:51.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:49.770971+0000 mgr.y (mgr.14556) 8681 : cluster [DBG] pgmap v7665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:51.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:49.770971+0000 mgr.y (mgr.14556) 8681 : cluster [DBG] pgmap v7665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:51.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:00:53.126 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:51.771670+0000 mgr.y (mgr.14556) 8682 : cluster [DBG] pgmap v7666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:53.126 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:51.771670+0000 mgr.y (mgr.14556) 8682 : cluster [DBG] pgmap v7666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:53.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:51.771670+0000 mgr.y (mgr.14556) 8682 : cluster [DBG] pgmap v7666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:54.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:00:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:00:55.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:53.772213+0000 mgr.y (mgr.14556) 8683 : cluster [DBG] pgmap v7667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:55.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:53.772213+0000 mgr.y (mgr.14556) 8683 : cluster [DBG] pgmap v7667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:55.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:53.772213+0000 mgr.y (mgr.14556) 8683 : cluster [DBG] pgmap v7667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:57.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:55.772844+0000 mgr.y (mgr.14556) 8684 : cluster [DBG] pgmap v7668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:57.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:55.772844+0000 mgr.y (mgr.14556) 8684 : cluster [DBG] pgmap v7668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:57.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:55.772844+0000 mgr.y (mgr.14556) 8684 : cluster [DBG] pgmap v7668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:59.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:00:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:57.773358+0000 mgr.y (mgr.14556) 8685 : cluster [DBG] pgmap v7669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:59.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:57.773358+0000 mgr.y (mgr.14556) 8685 : cluster [DBG] pgmap v7669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:00:59.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:57.773358+0000 mgr.y (mgr.14556) 8685 : cluster [DBG] pgmap v7669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:00.333 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:01:00.622 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:01:00.622 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 9m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:01:00.622 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 9m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:01:00.622 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 9m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:01:00.622 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 9m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:01:00.622 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 9m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:01:00.622 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 9m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 9m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 9m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 9m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 9m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 9m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 9m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 9m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 9m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 9m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 9m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 9m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 9m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:01:00.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 9m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:01:00.624 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 9m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:01:00.973 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:01:00.973 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:01:00.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:01:00.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:01:00.973 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:01:00.974 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:01:00.974 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:01:00.974 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:01:00.974 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:01:00.974 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:01:00.974 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:01:00.974 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:01:00.974 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:01:00.974 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:01:00.974 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:01:00.974 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:01:00.974 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:01:01.151 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:00:59.773881+0000 mgr.y (mgr.14556) 8686 : cluster [DBG] pgmap v7670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:01.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:00:59.773881+0000 mgr.y (mgr.14556) 8686 : cluster [DBG] pgmap v7670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:01.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:00:59.773881+0000 mgr.y (mgr.14556) 8686 : cluster [DBG] pgmap v7670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:01.906 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:01:02.159 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:01:00.324403+0000 mgr.y (mgr.14556) 8687 : audit [DBG] from='client.33653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:01:02.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:01:00.618226+0000 mgr.y (mgr.14556) 8688 : audit [DBG] from='client.23745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:01:02.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:01:00.977537+0000 mon.c (mon.2) 231 : audit [DBG] from='client.? 172.21.15.23:0/2340730533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:01:02.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:01:00.324403+0000 mgr.y (mgr.14556) 8687 : audit [DBG] from='client.33653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:01:02.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:01:00.618226+0000 mgr.y (mgr.14556) 8688 : audit [DBG] from='client.23745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:01:02.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:01:00.977537+0000 mon.c (mon.2) 231 : audit [DBG] from='client.? 172.21.15.23:0/2340730533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:01:02.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:01:00.324403+0000 mgr.y (mgr.14556) 8687 : audit [DBG] from='client.33653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:01:02.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:01:00.618226+0000 mgr.y (mgr.14556) 8688 : audit [DBG] from='client.23745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:01:02.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:01:00.977537+0000 mon.c (mon.2) 231 : audit [DBG] from='client.? 172.21.15.23:0/2340730533' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:01:03.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:01.774739+0000 mgr.y (mgr.14556) 8689 : cluster [DBG] pgmap v7671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:03.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:01.774739+0000 mgr.y (mgr.14556) 8689 : cluster [DBG] pgmap v7671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:03.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:01.774739+0000 mgr.y (mgr.14556) 8689 : cluster [DBG] pgmap v7671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:04.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:01:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:01:05.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:03.775147+0000 mgr.y (mgr.14556) 8690 : cluster [DBG] pgmap v7672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:05.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:03.775147+0000 mgr.y (mgr.14556) 8690 : cluster [DBG] pgmap v7672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:05.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:03.775147+0000 mgr.y (mgr.14556) 8690 : cluster [DBG] pgmap v7672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:07.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:05.775937+0000 mgr.y (mgr.14556) 8691 : cluster [DBG] pgmap v7673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:07.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:05.775937+0000 mgr.y (mgr.14556) 8691 : cluster [DBG] pgmap v7673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:07.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:05.775937+0000 mgr.y (mgr.14556) 8691 : cluster [DBG] pgmap v7673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:09.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:07.776422+0000 mgr.y (mgr.14556) 8692 : cluster [DBG] pgmap v7674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:09.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:07.776422+0000 mgr.y (mgr.14556) 8692 : cluster [DBG] pgmap v7674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:09.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:07.776422+0000 mgr.y (mgr.14556) 8692 : cluster [DBG] pgmap v7674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:11.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:09.776856+0000 mgr.y (mgr.14556) 8693 : cluster [DBG] pgmap v7675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:11.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:09.776856+0000 mgr.y (mgr.14556) 8693 : cluster [DBG] pgmap v7675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:11.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:09.776856+0000 mgr.y (mgr.14556) 8693 : cluster [DBG] pgmap v7675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:11.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:01:13.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:11.777577+0000 mgr.y (mgr.14556) 8694 : cluster [DBG] pgmap v7676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:13.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:11.777577+0000 mgr.y (mgr.14556) 8694 : cluster [DBG] pgmap v7676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:13.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:11.777577+0000 mgr.y (mgr.14556) 8694 : cluster [DBG] pgmap v7676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:14.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:01:13] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:01:15.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:13.778097+0000 mgr.y (mgr.14556) 8695 : cluster [DBG] pgmap v7677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:15.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:13.778097+0000 mgr.y (mgr.14556) 8695 : cluster [DBG] pgmap v7677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:15.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:13.778097+0000 mgr.y (mgr.14556) 8695 : cluster [DBG] pgmap v7677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:17.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:15.778688+0000 mgr.y (mgr.14556) 8696 : cluster [DBG] pgmap v7678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:17.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:15.778688+0000 mgr.y (mgr.14556) 8696 : cluster [DBG] pgmap v7678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:17.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:15.778688+0000 mgr.y (mgr.14556) 8696 : cluster [DBG] pgmap v7678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:19.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:17.779177+0000 mgr.y (mgr.14556) 8697 : cluster [DBG] pgmap v7679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:19.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:17.779177+0000 mgr.y (mgr.14556) 8697 : cluster [DBG] pgmap v7679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:19.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:17.779177+0000 mgr.y (mgr.14556) 8697 : cluster [DBG] pgmap v7679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:21.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:19.779653+0000 mgr.y (mgr.14556) 8698 : cluster [DBG] pgmap v7680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:21.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:19.779653+0000 mgr.y (mgr.14556) 8698 : cluster [DBG] pgmap v7680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:21.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:19.779653+0000 mgr.y (mgr.14556) 8698 : cluster [DBG] pgmap v7680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:21.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:01:23.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:21.780362+0000 mgr.y (mgr.14556) 8699 : cluster [DBG] pgmap v7681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:23.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:21.780362+0000 mgr.y (mgr.14556) 8699 : cluster [DBG] pgmap v7681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:23.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:21.780362+0000 mgr.y (mgr.14556) 8699 : cluster [DBG] pgmap v7681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:24.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:01:23] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:01:25.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:23.780892+0000 mgr.y (mgr.14556) 8700 : cluster [DBG] pgmap v7682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:25.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:23.780892+0000 mgr.y (mgr.14556) 8700 : cluster [DBG] pgmap v7682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:25.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:23.780892+0000 mgr.y (mgr.14556) 8700 : cluster [DBG] pgmap v7682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:27.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:25.781557+0000 mgr.y (mgr.14556) 8701 : cluster [DBG] pgmap v7683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:27.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:25.781557+0000 mgr.y (mgr.14556) 8701 : cluster [DBG] pgmap v7683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:27.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:25.781557+0000 mgr.y (mgr.14556) 8701 : cluster [DBG] pgmap v7683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:29.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:27.782109+0000 mgr.y (mgr.14556) 8702 : cluster [DBG] pgmap v7684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:29.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:27.782109+0000 mgr.y (mgr.14556) 8702 : cluster [DBG] pgmap v7684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:29.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:27.782109+0000 mgr.y (mgr.14556) 8702 : cluster [DBG] pgmap v7684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:31.302 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:01:31.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:29.782510+0000 mgr.y (mgr.14556) 8703 : cluster [DBG] pgmap v7685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:31.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:29.782510+0000 mgr.y (mgr.14556) 8703 : cluster [DBG] pgmap v7685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:31.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:29.782510+0000 mgr.y (mgr.14556) 8703 : cluster [DBG] pgmap v7685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:31.589 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:01:31.589 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 9m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:01:31.589 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 9m ago 4h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:01:31.589 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 9m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:01:31.589 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 9m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:01:31.589 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 9m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:01:31.589 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 9m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:01:31.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 9m ago 4h 705M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:01:31.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 9m ago 4h 375M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:01:31.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 9m ago 4h 371M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:01:31.590 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 9m ago 4h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:01:31.590 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 9m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:01:31.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 9m ago 4h 45.0M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:01:31.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 9m ago 4h 44.3M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:01:31.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 9m ago 4h 43.1M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:01:31.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 9m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:01:31.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 9m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:01:31.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 9m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:01:31.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 9m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:01:31.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 9m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:01:31.590 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 9m ago 4h 97.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:01:31.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:01:31.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:01:31.938 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:01:31.938 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:01:32.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:01:31.940644+0000 mon.a (mon.0) 2256 : audit [DBG] from='client.? 172.21.15.23:0/1572904436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:01:32.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:01:31.940644+0000 mon.a (mon.0) 2256 : audit [DBG] from='client.? 172.21.15.23:0/1572904436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:01:32.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:01:31.940644+0000 mon.a (mon.0) 2256 : audit [DBG] from='client.? 172.21.15.23:0/1572904436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:01:33.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:01:31.294555+0000 mgr.y (mgr.14556) 8704 : audit [DBG] from='client.23757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:01:33.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:01:31.584883+0000 mgr.y (mgr.14556) 8705 : audit [DBG] from='client.23763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:01:33.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:31.783066+0000 mgr.y (mgr.14556) 8706 : cluster [DBG] pgmap v7686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:33.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:01:31.294555+0000 mgr.y (mgr.14556) 8704 : audit [DBG] from='client.23757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:01:33.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:01:31.584883+0000 mgr.y (mgr.14556) 8705 : audit [DBG] from='client.23763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:01:33.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:31.783066+0000 mgr.y (mgr.14556) 8706 : cluster [DBG] pgmap v7686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:33.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:01:31.294555+0000 mgr.y (mgr.14556) 8704 : audit [DBG] from='client.23757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:01:33.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:01:31.584883+0000 mgr.y (mgr.14556) 8705 : audit [DBG] from='client.23763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:01:33.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:31.783066+0000 mgr.y (mgr.14556) 8706 : cluster [DBG] pgmap v7686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:34.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:01:33] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:01:35.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:33.783440+0000 mgr.y (mgr.14556) 8707 : cluster [DBG] pgmap v7687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:35.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:33.783440+0000 mgr.y (mgr.14556) 8707 : cluster [DBG] pgmap v7687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:35.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:33.783440+0000 mgr.y (mgr.14556) 8707 : cluster [DBG] pgmap v7687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:37.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:35.784020+0000 mgr.y (mgr.14556) 8708 : cluster [DBG] pgmap v7688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:37.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:35.784020+0000 mgr.y (mgr.14556) 8708 : cluster [DBG] pgmap v7688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:37.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:35.784020+0000 mgr.y (mgr.14556) 8708 : cluster [DBG] pgmap v7688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:39.376 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:37.784574+0000 mgr.y (mgr.14556) 8709 : cluster [DBG] pgmap v7689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:39.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:37.784574+0000 mgr.y (mgr.14556) 8709 : cluster [DBG] pgmap v7689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:39.409 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:37.784574+0000 mgr.y (mgr.14556) 8709 : cluster [DBG] pgmap v7689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:41.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:39.785079+0000 mgr.y (mgr.14556) 8710 : cluster [DBG] pgmap v7690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:41.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:39.785079+0000 mgr.y (mgr.14556) 8710 : cluster [DBG] pgmap v7690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:41.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:39.785079+0000 mgr.y (mgr.14556) 8710 : cluster [DBG] pgmap v7690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:41.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:01:42.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:01:41.789925+0000 mon.a (mon.0) 2257 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:01:42.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:01:41.789925+0000 mon.a (mon.0) 2257 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:01:42.378 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:01:41.789925+0000 mon.a (mon.0) 2257 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:01:43.376 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:41.785869+0000 mgr.y (mgr.14556) 8711 : cluster [DBG] pgmap v7691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:43.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:41.785869+0000 mgr.y (mgr.14556) 8711 : cluster [DBG] pgmap v7691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:43.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:41.785869+0000 mgr.y (mgr.14556) 8711 : cluster [DBG] pgmap v7691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:44.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:01:43] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:01:45.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:43.786235+0000 mgr.y (mgr.14556) 8712 : cluster [DBG] pgmap v7692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:45.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:01:44.237146+0000 mon.a (mon.0) 2258 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:01:45.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:01:45.047301+0000 mon.a (mon.0) 2259 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:01:45.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:43.786235+0000 mgr.y (mgr.14556) 8712 : cluster [DBG] pgmap v7692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:45.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:01:44.237146+0000 mon.a (mon.0) 2258 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:01:45.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:01:45.047301+0000 mon.a (mon.0) 2259 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:01:45.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:43.786235+0000 mgr.y (mgr.14556) 8712 : cluster [DBG] pgmap v7692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:45.674 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:01:44.237146+0000 mon.a (mon.0) 2258 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:01:45.674 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:01:45.047301+0000 mon.a (mon.0) 2259 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:01:46.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:01:45.341137+0000 mon.a (mon.0) 2260 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:01:46.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:01:45.342037+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:01:46.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:01:45.347834+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:01:46.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:01:45.341137+0000 mon.a (mon.0) 2260 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:01:46.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:01:45.342037+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:01:46.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:01:45.347834+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:01:46.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:01:45.341137+0000 mon.a (mon.0) 2260 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:01:46.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:01:45.342037+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:01:46.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:01:45.347834+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:01:47.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:45.786990+0000 mgr.y (mgr.14556) 8713 : cluster [DBG] pgmap v7693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:47.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:45.786990+0000 mgr.y (mgr.14556) 8713 : cluster [DBG] pgmap v7693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:47.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:45.786990+0000 mgr.y (mgr.14556) 8713 : cluster [DBG] pgmap v7693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:49.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:47.787562+0000 mgr.y (mgr.14556) 8714 : cluster [DBG] pgmap v7694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:49.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:47.787562+0000 mgr.y (mgr.14556) 8714 : cluster [DBG] pgmap v7694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:49.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:47.787562+0000 mgr.y (mgr.14556) 8714 : cluster [DBG] pgmap v7694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:50.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:49.788161+0000 mgr.y (mgr.14556) 8715 : cluster [DBG] pgmap v7695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:50.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:49.788161+0000 mgr.y (mgr.14556) 8715 : cluster [DBG] pgmap v7695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:50.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:49.788161+0000 mgr.y (mgr.14556) 8715 : cluster [DBG] pgmap v7695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:51.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:01:53.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:51.788804+0000 mgr.y (mgr.14556) 8716 : cluster [DBG] pgmap v7696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:53.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:51.788804+0000 mgr.y (mgr.14556) 8716 : cluster [DBG] pgmap v7696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:53.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:51.788804+0000 mgr.y (mgr.14556) 8716 : cluster [DBG] pgmap v7696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:54.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:01:53] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:01:55.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:53.789439+0000 mgr.y (mgr.14556) 8717 : cluster [DBG] pgmap v7697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:55.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:53.789439+0000 mgr.y (mgr.14556) 8717 : cluster [DBG] pgmap v7697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:55.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:53.789439+0000 mgr.y (mgr.14556) 8717 : cluster [DBG] pgmap v7697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:57.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:55.790074+0000 mgr.y (mgr.14556) 8718 : cluster [DBG] pgmap v7698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:57.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:55.790074+0000 mgr.y (mgr.14556) 8718 : cluster [DBG] pgmap v7698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:57.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:55.790074+0000 mgr.y (mgr.14556) 8718 : cluster [DBG] pgmap v7698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:59.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:01:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:57.790674+0000 mgr.y (mgr.14556) 8719 : cluster [DBG] pgmap v7699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:59.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:57.790674+0000 mgr.y (mgr.14556) 8719 : cluster [DBG] pgmap v7699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:01:59.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:57.790674+0000 mgr.y (mgr.14556) 8719 : cluster [DBG] pgmap v7699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:01.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:01:59.791116+0000 mgr.y (mgr.14556) 8720 : cluster [DBG] pgmap v7700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:01.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:01:59.791116+0000 mgr.y (mgr.14556) 8720 : cluster [DBG] pgmap v7700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:01.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:01:59.791116+0000 mgr.y (mgr.14556) 8720 : cluster [DBG] pgmap v7700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:01.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:02:02.265 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 18s ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 17s ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 18s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 17s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 17s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 18s ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 18s ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 17s ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 18s ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 18s ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 17s ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 18s ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:02:02.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 18s ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:02:02.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 18s ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:02:02.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 18s ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:02:02.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 17s ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:02:02.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 17s ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:02:02.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 17s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:02:02.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 17s ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:02:02.554 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 17s ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:02:02.900 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:02:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:02:02.902 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:02:02.902 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:02:02.902 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:02:03.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:01.791787+0000 mgr.y (mgr.14556) 8721 : cluster [DBG] pgmap v7701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:03.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:02:02.904284+0000 mon.c (mon.2) 232 : audit [DBG] from='client.? 172.21.15.23:0/1258519034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:02:03.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:01.791787+0000 mgr.y (mgr.14556) 8721 : cluster [DBG] pgmap v7701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:03.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:02:02.904284+0000 mon.c (mon.2) 232 : audit [DBG] from='client.? 172.21.15.23:0/1258519034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:02:03.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:01.791787+0000 mgr.y (mgr.14556) 8721 : cluster [DBG] pgmap v7701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:03.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:02:02.904284+0000 mon.c (mon.2) 232 : audit [DBG] from='client.? 172.21.15.23:0/1258519034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:02:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:02:03] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:02:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:02:02.257600+0000 mgr.y (mgr.14556) 8722 : audit [DBG] from='client.33689 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:02:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:02:02.548361+0000 mgr.y (mgr.14556) 8723 : audit [DBG] from='client.33695 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:02:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:02:02.257600+0000 mgr.y (mgr.14556) 8722 : audit [DBG] from='client.33689 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:02:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:02:02.548361+0000 mgr.y (mgr.14556) 8723 : audit [DBG] from='client.33695 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:02:04.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:02:02.257600+0000 mgr.y (mgr.14556) 8722 : audit [DBG] from='client.33689 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:02:04.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:02:02.548361+0000 mgr.y (mgr.14556) 8723 : audit [DBG] from='client.33695 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:02:05.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:03.792212+0000 mgr.y (mgr.14556) 8724 : cluster [DBG] pgmap v7702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:05.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:03.792212+0000 mgr.y (mgr.14556) 8724 : cluster [DBG] pgmap v7702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:05.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:03.792212+0000 mgr.y (mgr.14556) 8724 : cluster [DBG] pgmap v7702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:07.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:05.792993+0000 mgr.y (mgr.14556) 8725 : cluster [DBG] pgmap v7703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:07.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:05.792993+0000 mgr.y (mgr.14556) 8725 : cluster [DBG] pgmap v7703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:07.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:05.792993+0000 mgr.y (mgr.14556) 8725 : cluster [DBG] pgmap v7703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:09.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:07.793473+0000 mgr.y (mgr.14556) 8726 : cluster [DBG] pgmap v7704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:09.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:07.793473+0000 mgr.y (mgr.14556) 8726 : cluster [DBG] pgmap v7704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:09.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:07.793473+0000 mgr.y (mgr.14556) 8726 : cluster [DBG] pgmap v7704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:11.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:09.793905+0000 mgr.y (mgr.14556) 8727 : cluster [DBG] pgmap v7705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:11.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:09.793905+0000 mgr.y (mgr.14556) 8727 : cluster [DBG] pgmap v7705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:11.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:09.793905+0000 mgr.y (mgr.14556) 8727 : cluster [DBG] pgmap v7705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:11.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:02:13.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:11.794710+0000 mgr.y (mgr.14556) 8728 : cluster [DBG] pgmap v7706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:13.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:11.794710+0000 mgr.y (mgr.14556) 8728 : cluster [DBG] pgmap v7706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:13.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:11.794710+0000 mgr.y (mgr.14556) 8728 : cluster [DBG] pgmap v7706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:14.126 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:02:13] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:02:15.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:13.795091+0000 mgr.y (mgr.14556) 8729 : cluster [DBG] pgmap v7707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:15.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:13.795091+0000 mgr.y (mgr.14556) 8729 : cluster [DBG] pgmap v7707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:15.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:13.795091+0000 mgr.y (mgr.14556) 8729 : cluster [DBG] pgmap v7707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:17.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:15.795807+0000 mgr.y (mgr.14556) 8730 : cluster [DBG] pgmap v7708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:17.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:15.795807+0000 mgr.y (mgr.14556) 8730 : cluster [DBG] pgmap v7708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:17.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:15.795807+0000 mgr.y (mgr.14556) 8730 : cluster [DBG] pgmap v7708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:19.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:17.796255+0000 mgr.y (mgr.14556) 8731 : cluster [DBG] pgmap v7709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:19.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:17.796255+0000 mgr.y (mgr.14556) 8731 : cluster [DBG] pgmap v7709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:19.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:17.796255+0000 mgr.y (mgr.14556) 8731 : cluster [DBG] pgmap v7709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:21.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:19.796743+0000 mgr.y (mgr.14556) 8732 : cluster [DBG] pgmap v7710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:21.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:19.796743+0000 mgr.y (mgr.14556) 8732 : cluster [DBG] pgmap v7710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:21.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:19.796743+0000 mgr.y (mgr.14556) 8732 : cluster [DBG] pgmap v7710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:21.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:02:23.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:21.797417+0000 mgr.y (mgr.14556) 8733 : cluster [DBG] pgmap v7711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:23.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:21.797417+0000 mgr.y (mgr.14556) 8733 : cluster [DBG] pgmap v7711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:23.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:21.797417+0000 mgr.y (mgr.14556) 8733 : cluster [DBG] pgmap v7711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:02:23] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:02:25.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:23.798026+0000 mgr.y (mgr.14556) 8734 : cluster [DBG] pgmap v7712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:25.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:23.798026+0000 mgr.y (mgr.14556) 8734 : cluster [DBG] pgmap v7712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:25.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:23.798026+0000 mgr.y (mgr.14556) 8734 : cluster [DBG] pgmap v7712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:27.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:25.798762+0000 mgr.y (mgr.14556) 8735 : cluster [DBG] pgmap v7713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:27.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:25.798762+0000 mgr.y (mgr.14556) 8735 : cluster [DBG] pgmap v7713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:27.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:25.798762+0000 mgr.y (mgr.14556) 8735 : cluster [DBG] pgmap v7713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:29.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:27.799196+0000 mgr.y (mgr.14556) 8736 : cluster [DBG] pgmap v7714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:29.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:27.799196+0000 mgr.y (mgr.14556) 8736 : cluster [DBG] pgmap v7714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:29.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:27.799196+0000 mgr.y (mgr.14556) 8736 : cluster [DBG] pgmap v7714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:31.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:29.799646+0000 mgr.y (mgr.14556) 8737 : cluster [DBG] pgmap v7715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:31.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:29.799646+0000 mgr.y (mgr.14556) 8737 : cluster [DBG] pgmap v7715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:31.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:29.799646+0000 mgr.y (mgr.14556) 8737 : cluster [DBG] pgmap v7715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:31.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:02:33.231 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:02:33.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:31.800356+0000 mgr.y (mgr.14556) 8738 : cluster [DBG] pgmap v7716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:33.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:31.800356+0000 mgr.y (mgr.14556) 8738 : cluster [DBG] pgmap v7716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:33.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:31.800356+0000 mgr.y (mgr.14556) 8738 : cluster [DBG] pgmap v7716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:33.521 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:02:33.521 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 49s ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:02:33.521 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 48s ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:02:33.521 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 49s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:02:33.521 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 48s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:02:33.521 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 48s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:02:33.521 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 49s ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:02:33.521 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 49s ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:02:33.521 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 48s ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:02:33.521 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 49s ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:02:33.521 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 49s ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:02:33.521 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 48s ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:02:33.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 49s ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:02:33.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 49s ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:02:33.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 49s ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:02:33.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 49s ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:02:33.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 48s ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:02:33.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 48s ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:02:33.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 48s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:02:33.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 48s ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:02:33.522 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 48s ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:02:33.871 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:02:33.872 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:02:33.872 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:02:33.872 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:02:33.872 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:02:33.872 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:02:33.872 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:02:33.872 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:02:33.872 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:02:33.872 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:02:33.872 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:02:33.872 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:02:33.872 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:02:33.873 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:02:33.873 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:02:33.873 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:02:33.873 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:02:34.058 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:02:33] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:02:34.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:02:33.222506+0000 mgr.y (mgr.14556) 8739 : audit [DBG] from='client.33707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:02:34.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:02:33.874968+0000 mon.c (mon.2) 233 : audit [DBG] from='client.? 172.21.15.23:0/3089325192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:02:34.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:02:33.222506+0000 mgr.y (mgr.14556) 8739 : audit [DBG] from='client.33707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:02:34.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:02:33.874968+0000 mon.c (mon.2) 233 : audit [DBG] from='client.? 172.21.15.23:0/3089325192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:02:34.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:02:33.222506+0000 mgr.y (mgr.14556) 8739 : audit [DBG] from='client.33707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:02:34.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:02:33.874968+0000 mon.c (mon.2) 233 : audit [DBG] from='client.? 172.21.15.23:0/3089325192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:02:35.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:02:33.516162+0000 mgr.y (mgr.14556) 8740 : audit [DBG] from='client.33713 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:02:35.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:33.800679+0000 mgr.y (mgr.14556) 8741 : cluster [DBG] pgmap v7717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:35.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:02:33.516162+0000 mgr.y (mgr.14556) 8740 : audit [DBG] from='client.33713 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:02:35.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:33.800679+0000 mgr.y (mgr.14556) 8741 : cluster [DBG] pgmap v7717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:35.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:02:33.516162+0000 mgr.y (mgr.14556) 8740 : audit [DBG] from='client.33713 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:02:35.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:33.800679+0000 mgr.y (mgr.14556) 8741 : cluster [DBG] pgmap v7717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:37.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:35.801323+0000 mgr.y (mgr.14556) 8742 : cluster [DBG] pgmap v7718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:37.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:35.801323+0000 mgr.y (mgr.14556) 8742 : cluster [DBG] pgmap v7718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:37.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:35.801323+0000 mgr.y (mgr.14556) 8742 : cluster [DBG] pgmap v7718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:39.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:37.801767+0000 mgr.y (mgr.14556) 8743 : cluster [DBG] pgmap v7719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:39.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:37.801767+0000 mgr.y (mgr.14556) 8743 : cluster [DBG] pgmap v7719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:39.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:37.801767+0000 mgr.y (mgr.14556) 8743 : cluster [DBG] pgmap v7719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:41.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:39.802219+0000 mgr.y (mgr.14556) 8744 : cluster [DBG] pgmap v7720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:41.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:39.802219+0000 mgr.y (mgr.14556) 8744 : cluster [DBG] pgmap v7720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:41.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:39.802219+0000 mgr.y (mgr.14556) 8744 : cluster [DBG] pgmap v7720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:41.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:02:43.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:41.802905+0000 mgr.y (mgr.14556) 8745 : cluster [DBG] pgmap v7721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:43.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:41.802905+0000 mgr.y (mgr.14556) 8745 : cluster [DBG] pgmap v7721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:43.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:41.802905+0000 mgr.y (mgr.14556) 8745 : cluster [DBG] pgmap v7721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:44.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:02:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:02:45.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:43.803359+0000 mgr.y (mgr.14556) 8746 : cluster [DBG] pgmap v7722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:45.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:43.803359+0000 mgr.y (mgr.14556) 8746 : cluster [DBG] pgmap v7722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:45.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:43.803359+0000 mgr.y (mgr.14556) 8746 : cluster [DBG] pgmap v7722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:46.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:02:45.353487+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:02:46.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:02:45.661715+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:02:46.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:02:45.662406+0000 mon.a (mon.0) 2265 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:02:46.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:02:45.671109+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:02:46.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:02:45.353487+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:02:46.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:02:45.661715+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:02:46.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:02:45.662406+0000 mon.a (mon.0) 2265 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:02:46.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:02:45.671109+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:02:46.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:02:45.353487+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:02:46.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:02:45.661715+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:02:46.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:02:45.662406+0000 mon.a (mon.0) 2265 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:02:46.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:02:45.671109+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:02:47.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:45.804003+0000 mgr.y (mgr.14556) 8747 : cluster [DBG] pgmap v7723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:47.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:45.804003+0000 mgr.y (mgr.14556) 8747 : cluster [DBG] pgmap v7723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:47.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:45.804003+0000 mgr.y (mgr.14556) 8747 : cluster [DBG] pgmap v7723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:49.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:47.804570+0000 mgr.y (mgr.14556) 8748 : cluster [DBG] pgmap v7724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:49.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:47.804570+0000 mgr.y (mgr.14556) 8748 : cluster [DBG] pgmap v7724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:49.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:47.804570+0000 mgr.y (mgr.14556) 8748 : cluster [DBG] pgmap v7724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:51.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:49.805166+0000 mgr.y (mgr.14556) 8749 : cluster [DBG] pgmap v7725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:51.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:49.805166+0000 mgr.y (mgr.14556) 8749 : cluster [DBG] pgmap v7725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:51.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:49.805166+0000 mgr.y (mgr.14556) 8749 : cluster [DBG] pgmap v7725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:51.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:02:53.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:51.806009+0000 mgr.y (mgr.14556) 8750 : cluster [DBG] pgmap v7726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:53.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:51.806009+0000 mgr.y (mgr.14556) 8750 : cluster [DBG] pgmap v7726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:53.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:51.806009+0000 mgr.y (mgr.14556) 8750 : cluster [DBG] pgmap v7726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:54.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:02:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:02:55.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:53.806660+0000 mgr.y (mgr.14556) 8751 : cluster [DBG] pgmap v7727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:55.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:53.806660+0000 mgr.y (mgr.14556) 8751 : cluster [DBG] pgmap v7727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:55.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:53.806660+0000 mgr.y (mgr.14556) 8751 : cluster [DBG] pgmap v7727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:57.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:55.807255+0000 mgr.y (mgr.14556) 8752 : cluster [DBG] pgmap v7728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:57.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:55.807255+0000 mgr.y (mgr.14556) 8752 : cluster [DBG] pgmap v7728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:57.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:55.807255+0000 mgr.y (mgr.14556) 8752 : cluster [DBG] pgmap v7728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:57.807709+0000 mgr.y (mgr.14556) 8753 : cluster [DBG] pgmap v7729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:57.807709+0000 mgr.y (mgr.14556) 8753 : cluster [DBG] pgmap v7729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:02:59.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:02:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:57.807709+0000 mgr.y (mgr.14556) 8753 : cluster [DBG] pgmap v7729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:01.536 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:02:59.808057+0000 mgr.y (mgr.14556) 8754 : cluster [DBG] pgmap v7730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:01.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:02:59.808057+0000 mgr.y (mgr.14556) 8754 : cluster [DBG] pgmap v7730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:01.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:02:59.808057+0000 mgr.y (mgr.14556) 8754 : cluster [DBG] pgmap v7730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:01.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:03:03.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:01.808768+0000 mgr.y (mgr.14556) 8755 : cluster [DBG] pgmap v7731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:03.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:01.808768+0000 mgr.y (mgr.14556) 8755 : cluster [DBG] pgmap v7731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:03.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:01.808768+0000 mgr.y (mgr.14556) 8755 : cluster [DBG] pgmap v7731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:03:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:03:04.198 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:03:04.486 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:03:04.486 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 80s ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:03:04.486 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 79s ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:03:04.486 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 80s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:03:04.486 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 79s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:03:04.486 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 79s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:03:04.486 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 80s ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:03:04.486 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 80s ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:03:04.486 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 79s ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:03:04.487 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 80s ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:03:04.487 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 80s ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:03:04.487 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 79s ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:03:04.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 80s ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:03:04.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 80s ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:03:04.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 80s ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:03:04.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 80s ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:03:04.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 79s ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:03:04.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 79s ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:03:04.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 79s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:03:04.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 79s ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:03:04.487 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 79s ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:03:04.834 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:03:04.834 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:03:04.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:03:04.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:03:04.834 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:03:04.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:03:04.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:03:04.835 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:03:04.835 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:03:04.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:03:04.835 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:03:04.835 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:03:04.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:03:04.835 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:03:04.835 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:03:04.835 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:03:04.835 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:03:05.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:03.809299+0000 mgr.y (mgr.14556) 8756 : cluster [DBG] pgmap v7732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:05.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:03:04.189658+0000 mgr.y (mgr.14556) 8757 : audit [DBG] from='client.23811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:03:05.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:03:04.837504+0000 mon.a (mon.0) 2267 : audit [DBG] from='client.? 172.21.15.23:0/3308716006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:03:05.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:03.809299+0000 mgr.y (mgr.14556) 8756 : cluster [DBG] pgmap v7732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:05.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:03:04.189658+0000 mgr.y (mgr.14556) 8757 : audit [DBG] from='client.23811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:03:05.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:03:04.837504+0000 mon.a (mon.0) 2267 : audit [DBG] from='client.? 172.21.15.23:0/3308716006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:03:05.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:03.809299+0000 mgr.y (mgr.14556) 8756 : cluster [DBG] pgmap v7732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:05.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:03:04.189658+0000 mgr.y (mgr.14556) 8757 : audit [DBG] from='client.23811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:03:05.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:03:04.837504+0000 mon.a (mon.0) 2267 : audit [DBG] from='client.? 172.21.15.23:0/3308716006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:03:06.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:03:04.481484+0000 mgr.y (mgr.14556) 8758 : audit [DBG] from='client.23817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:03:06.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:03:04.481484+0000 mgr.y (mgr.14556) 8758 : audit [DBG] from='client.23817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:03:06.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:03:04.481484+0000 mgr.y (mgr.14556) 8758 : audit [DBG] from='client.23817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:03:07.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:05.810055+0000 mgr.y (mgr.14556) 8759 : cluster [DBG] pgmap v7733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:07.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:05.810055+0000 mgr.y (mgr.14556) 8759 : cluster [DBG] pgmap v7733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:07.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:05.810055+0000 mgr.y (mgr.14556) 8759 : cluster [DBG] pgmap v7733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:09.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:07.810584+0000 mgr.y (mgr.14556) 8760 : cluster [DBG] pgmap v7734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:09.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:07.810584+0000 mgr.y (mgr.14556) 8760 : cluster [DBG] pgmap v7734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:09.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:07.810584+0000 mgr.y (mgr.14556) 8760 : cluster [DBG] pgmap v7734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:11.537 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:09.810938+0000 mgr.y (mgr.14556) 8761 : cluster [DBG] pgmap v7735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:11.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:09.810938+0000 mgr.y (mgr.14556) 8761 : cluster [DBG] pgmap v7735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:11.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:09.810938+0000 mgr.y (mgr.14556) 8761 : cluster [DBG] pgmap v7735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:11.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:03:13.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:11.811584+0000 mgr.y (mgr.14556) 8762 : cluster [DBG] pgmap v7736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:13.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:11.811584+0000 mgr.y (mgr.14556) 8762 : cluster [DBG] pgmap v7736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:13.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:11.811584+0000 mgr.y (mgr.14556) 8762 : cluster [DBG] pgmap v7736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:14.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:03:13] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:03:15.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:13.812118+0000 mgr.y (mgr.14556) 8763 : cluster [DBG] pgmap v7737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:15.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:13.812118+0000 mgr.y (mgr.14556) 8763 : cluster [DBG] pgmap v7737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:15.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:13.812118+0000 mgr.y (mgr.14556) 8763 : cluster [DBG] pgmap v7737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:17.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:15.812769+0000 mgr.y (mgr.14556) 8764 : cluster [DBG] pgmap v7738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:17.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:15.812769+0000 mgr.y (mgr.14556) 8764 : cluster [DBG] pgmap v7738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:17.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:15.812769+0000 mgr.y (mgr.14556) 8764 : cluster [DBG] pgmap v7738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:18.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:17.813317+0000 mgr.y (mgr.14556) 8765 : cluster [DBG] pgmap v7739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:18.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:17.813317+0000 mgr.y (mgr.14556) 8765 : cluster [DBG] pgmap v7739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:18.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:17.813317+0000 mgr.y (mgr.14556) 8765 : cluster [DBG] pgmap v7739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:21.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:19.813865+0000 mgr.y (mgr.14556) 8766 : cluster [DBG] pgmap v7740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:21.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:19.813865+0000 mgr.y (mgr.14556) 8766 : cluster [DBG] pgmap v7740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:21.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:19.813865+0000 mgr.y (mgr.14556) 8766 : cluster [DBG] pgmap v7740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:21.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:03:23.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:21.814639+0000 mgr.y (mgr.14556) 8767 : cluster [DBG] pgmap v7741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:23.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:21.814639+0000 mgr.y (mgr.14556) 8767 : cluster [DBG] pgmap v7741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:23.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:21.814639+0000 mgr.y (mgr.14556) 8767 : cluster [DBG] pgmap v7741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:03:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:03:25.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:23.815077+0000 mgr.y (mgr.14556) 8768 : cluster [DBG] pgmap v7742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:25.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:23.815077+0000 mgr.y (mgr.14556) 8768 : cluster [DBG] pgmap v7742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:25.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:23.815077+0000 mgr.y (mgr.14556) 8768 : cluster [DBG] pgmap v7742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:27.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:25.815768+0000 mgr.y (mgr.14556) 8769 : cluster [DBG] pgmap v7743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:27.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:25.815768+0000 mgr.y (mgr.14556) 8769 : cluster [DBG] pgmap v7743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:27.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:25.815768+0000 mgr.y (mgr.14556) 8769 : cluster [DBG] pgmap v7743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:29.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:27.816237+0000 mgr.y (mgr.14556) 8770 : cluster [DBG] pgmap v7744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:29.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:27.816237+0000 mgr.y (mgr.14556) 8770 : cluster [DBG] pgmap v7744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:29.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:27.816237+0000 mgr.y (mgr.14556) 8770 : cluster [DBG] pgmap v7744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:31.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:29.816715+0000 mgr.y (mgr.14556) 8771 : cluster [DBG] pgmap v7745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:31.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:29.816715+0000 mgr.y (mgr.14556) 8771 : cluster [DBG] pgmap v7745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:31.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:29.816715+0000 mgr.y (mgr.14556) 8771 : cluster [DBG] pgmap v7745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:31.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:03:33.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:31.817538+0000 mgr.y (mgr.14556) 8772 : cluster [DBG] pgmap v7746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:33.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:31.817538+0000 mgr.y (mgr.14556) 8772 : cluster [DBG] pgmap v7746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:33.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:31.817538+0000 mgr.y (mgr.14556) 8772 : cluster [DBG] pgmap v7746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:34.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:03:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:03:35.167 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:03:35.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:33.817964+0000 mgr.y (mgr.14556) 8773 : cluster [DBG] pgmap v7747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:35.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:33.817964+0000 mgr.y (mgr.14556) 8773 : cluster [DBG] pgmap v7747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:35.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:33.817964+0000 mgr.y (mgr.14556) 8773 : cluster [DBG] pgmap v7747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:35.454 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 111s ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 110s ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 111s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 110s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 110s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 111s ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 111s ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 110s ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 111s ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 111s ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 110s ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 111s ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 111s ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 111s ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:03:35.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 111s ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:03:35.456 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 110s ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:03:35.456 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 110s ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:03:35.456 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 110s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:03:35.456 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 110s ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:03:35.456 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 110s ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:03:35.805 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:03:35.805 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:03:35.805 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:03:35.805 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:03:35.806 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:03:36.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:03:35.159129+0000 mgr.y (mgr.14556) 8774 : audit [DBG] from='client.33743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:03:36.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:03:35.808471+0000 mon.a (mon.0) 2268 : audit [DBG] from='client.? 172.21.15.23:0/1620850228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:03:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:03:35.159129+0000 mgr.y (mgr.14556) 8774 : audit [DBG] from='client.33743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:03:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:03:35.808471+0000 mon.a (mon.0) 2268 : audit [DBG] from='client.? 172.21.15.23:0/1620850228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:03:36.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:03:35.159129+0000 mgr.y (mgr.14556) 8774 : audit [DBG] from='client.33743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:03:36.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:03:35.808471+0000 mon.a (mon.0) 2268 : audit [DBG] from='client.? 172.21.15.23:0/1620850228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:03:37.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:03:35.450149+0000 mgr.y (mgr.14556) 8775 : audit [DBG] from='client.23835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:03:37.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:35.818656+0000 mgr.y (mgr.14556) 8776 : cluster [DBG] pgmap v7748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:37.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:03:35.450149+0000 mgr.y (mgr.14556) 8775 : audit [DBG] from='client.23835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:03:37.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:35.818656+0000 mgr.y (mgr.14556) 8776 : cluster [DBG] pgmap v7748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:37.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:03:35.450149+0000 mgr.y (mgr.14556) 8775 : audit [DBG] from='client.23835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:03:37.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:35.818656+0000 mgr.y (mgr.14556) 8776 : cluster [DBG] pgmap v7748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:39.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:37.819048+0000 mgr.y (mgr.14556) 8777 : cluster [DBG] pgmap v7749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:39.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:37.819048+0000 mgr.y (mgr.14556) 8777 : cluster [DBG] pgmap v7749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:39.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:37.819048+0000 mgr.y (mgr.14556) 8777 : cluster [DBG] pgmap v7749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:41.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:39.819372+0000 mgr.y (mgr.14556) 8778 : cluster [DBG] pgmap v7750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:41.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:39.819372+0000 mgr.y (mgr.14556) 8778 : cluster [DBG] pgmap v7750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:41.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:39.819372+0000 mgr.y (mgr.14556) 8778 : cluster [DBG] pgmap v7750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:41.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:03:43.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:41.819984+0000 mgr.y (mgr.14556) 8779 : cluster [DBG] pgmap v7751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:43.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:41.819984+0000 mgr.y (mgr.14556) 8779 : cluster [DBG] pgmap v7751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:43.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:41.819984+0000 mgr.y (mgr.14556) 8779 : cluster [DBG] pgmap v7751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:44.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:03:43] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T11:03:45.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:43.820556+0000 mgr.y (mgr.14556) 8780 : cluster [DBG] pgmap v7752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:45.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:43.820556+0000 mgr.y (mgr.14556) 8780 : cluster [DBG] pgmap v7752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:45.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:43.820556+0000 mgr.y (mgr.14556) 8780 : cluster [DBG] pgmap v7752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:46.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:03:45.675407+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:03:46.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:03:45.981734+0000 mon.a (mon.0) 2270 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:03:46.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:03:45.982428+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:03:46.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:03:45.675407+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:03:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:03:45.981734+0000 mon.a (mon.0) 2270 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:03:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:03:45.982428+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:03:46.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:03:45.675407+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:03:46.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:03:45.981734+0000 mon.a (mon.0) 2270 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:03:46.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:03:45.982428+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:03:47.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:45.821107+0000 mgr.y (mgr.14556) 8781 : cluster [DBG] pgmap v7753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:47.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:03:45.991143+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:03:47.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:45.821107+0000 mgr.y (mgr.14556) 8781 : cluster [DBG] pgmap v7753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:47.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:03:45.991143+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:03:47.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:45.821107+0000 mgr.y (mgr.14556) 8781 : cluster [DBG] pgmap v7753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:47.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:03:45.991143+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:03:49.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:47.821564+0000 mgr.y (mgr.14556) 8782 : cluster [DBG] pgmap v7754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:49.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:47.821564+0000 mgr.y (mgr.14556) 8782 : cluster [DBG] pgmap v7754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:49.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:47.821564+0000 mgr.y (mgr.14556) 8782 : cluster [DBG] pgmap v7754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:51.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:49.821932+0000 mgr.y (mgr.14556) 8783 : cluster [DBG] pgmap v7755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:51.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:49.821932+0000 mgr.y (mgr.14556) 8783 : cluster [DBG] pgmap v7755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:51.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:49.821932+0000 mgr.y (mgr.14556) 8783 : cluster [DBG] pgmap v7755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:51.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:03:53.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:51.822798+0000 mgr.y (mgr.14556) 8784 : cluster [DBG] pgmap v7756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:53.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:51.822798+0000 mgr.y (mgr.14556) 8784 : cluster [DBG] pgmap v7756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:53.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:51.822798+0000 mgr.y (mgr.14556) 8784 : cluster [DBG] pgmap v7756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:54.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:03:53] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:03:55.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:53.823411+0000 mgr.y (mgr.14556) 8785 : cluster [DBG] pgmap v7757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:55.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:53.823411+0000 mgr.y (mgr.14556) 8785 : cluster [DBG] pgmap v7757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:55.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:53.823411+0000 mgr.y (mgr.14556) 8785 : cluster [DBG] pgmap v7757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:57.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:55.824208+0000 mgr.y (mgr.14556) 8786 : cluster [DBG] pgmap v7758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:57.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:55.824208+0000 mgr.y (mgr.14556) 8786 : cluster [DBG] pgmap v7758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:57.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:55.824208+0000 mgr.y (mgr.14556) 8786 : cluster [DBG] pgmap v7758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:59.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:57.824624+0000 mgr.y (mgr.14556) 8787 : cluster [DBG] pgmap v7759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:59.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:57.824624+0000 mgr.y (mgr.14556) 8787 : cluster [DBG] pgmap v7759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:03:59.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:57.824624+0000 mgr.y (mgr.14556) 8787 : cluster [DBG] pgmap v7759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:01.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:03:59.824969+0000 mgr.y (mgr.14556) 8788 : cluster [DBG] pgmap v7760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:01.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:03:59.824969+0000 mgr.y (mgr.14556) 8788 : cluster [DBG] pgmap v7760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:01.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:03:59.824969+0000 mgr.y (mgr.14556) 8788 : cluster [DBG] pgmap v7760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:04:03.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:01.825855+0000 mgr.y (mgr.14556) 8789 : cluster [DBG] pgmap v7761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:03.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:01.825855+0000 mgr.y (mgr.14556) 8789 : cluster [DBG] pgmap v7761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:03.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:01.825855+0000 mgr.y (mgr.14556) 8789 : cluster [DBG] pgmap v7761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:04:03] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:04:05.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:03.826477+0000 mgr.y (mgr.14556) 8790 : cluster [DBG] pgmap v7762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:05.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:03.826477+0000 mgr.y (mgr.14556) 8790 : cluster [DBG] pgmap v7762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:05.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:03.826477+0000 mgr.y (mgr.14556) 8790 : cluster [DBG] pgmap v7762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:06.131 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:04:06.421 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:04:06.421 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 2m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:04:06.421 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 2m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:04:06.421 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 2m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:04:06.421 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 2m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:04:06.421 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 2m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:04:06.421 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 2m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:04:06.421 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 2m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:04:06.421 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 2m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:04:06.421 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 2m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:04:06.422 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 2m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:04:06.422 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 2m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:04:06.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 2m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:04:06.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 2m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:04:06.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 2m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:04:06.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 2m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:04:06.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 2m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:04:06.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 2m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:04:06.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 2m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:04:06.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 2m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:04:06.422 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 2m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:04:06.769 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:04:06.770 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:04:06.771 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:04:07.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:05.827154+0000 mgr.y (mgr.14556) 8791 : cluster [DBG] pgmap v7763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:07.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:04:06.121864+0000 mgr.y (mgr.14556) 8792 : audit [DBG] from='client.33761 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:04:07.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:04:06.772315+0000 mon.a (mon.0) 2273 : audit [DBG] from='client.? 172.21.15.23:0/1836178108' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:04:07.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:05.827154+0000 mgr.y (mgr.14556) 8791 : cluster [DBG] pgmap v7763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:07.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:04:06.121864+0000 mgr.y (mgr.14556) 8792 : audit [DBG] from='client.33761 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:04:07.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:04:06.772315+0000 mon.a (mon.0) 2273 : audit [DBG] from='client.? 172.21.15.23:0/1836178108' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:04:07.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:05.827154+0000 mgr.y (mgr.14556) 8791 : cluster [DBG] pgmap v7763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:07.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:04:06.121864+0000 mgr.y (mgr.14556) 8792 : audit [DBG] from='client.33761 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:04:07.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:04:06.772315+0000 mon.a (mon.0) 2273 : audit [DBG] from='client.? 172.21.15.23:0/1836178108' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:04:08.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:04:06.415906+0000 mgr.y (mgr.14556) 8793 : audit [DBG] from='client.23853 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:04:08.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:04:06.415906+0000 mgr.y (mgr.14556) 8793 : audit [DBG] from='client.23853 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:04:08.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:04:06.415906+0000 mgr.y (mgr.14556) 8793 : audit [DBG] from='client.23853 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:04:09.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:07.827555+0000 mgr.y (mgr.14556) 8794 : cluster [DBG] pgmap v7764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:09.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:07.827555+0000 mgr.y (mgr.14556) 8794 : cluster [DBG] pgmap v7764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:07.827555+0000 mgr.y (mgr.14556) 8794 : cluster [DBG] pgmap v7764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:11.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:09.828098+0000 mgr.y (mgr.14556) 8795 : cluster [DBG] pgmap v7765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:11.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:09.828098+0000 mgr.y (mgr.14556) 8795 : cluster [DBG] pgmap v7765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:11.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:09.828098+0000 mgr.y (mgr.14556) 8795 : cluster [DBG] pgmap v7765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:04:13.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:11.828877+0000 mgr.y (mgr.14556) 8796 : cluster [DBG] pgmap v7766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:13.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:11.828877+0000 mgr.y (mgr.14556) 8796 : cluster [DBG] pgmap v7766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:13.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:11.828877+0000 mgr.y (mgr.14556) 8796 : cluster [DBG] pgmap v7766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:14.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:04:13] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:04:15.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:13.829420+0000 mgr.y (mgr.14556) 8797 : cluster [DBG] pgmap v7767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:15.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:13.829420+0000 mgr.y (mgr.14556) 8797 : cluster [DBG] pgmap v7767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:15.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:13.829420+0000 mgr.y (mgr.14556) 8797 : cluster [DBG] pgmap v7767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:17.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:15.830031+0000 mgr.y (mgr.14556) 8798 : cluster [DBG] pgmap v7768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:17.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:15.830031+0000 mgr.y (mgr.14556) 8798 : cluster [DBG] pgmap v7768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:17.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:15.830031+0000 mgr.y (mgr.14556) 8798 : cluster [DBG] pgmap v7768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:19.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:17.830422+0000 mgr.y (mgr.14556) 8799 : cluster [DBG] pgmap v7769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:19.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:17.830422+0000 mgr.y (mgr.14556) 8799 : cluster [DBG] pgmap v7769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:19.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:17.830422+0000 mgr.y (mgr.14556) 8799 : cluster [DBG] pgmap v7769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:21.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:19.830732+0000 mgr.y (mgr.14556) 8800 : cluster [DBG] pgmap v7770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:21.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:19.830732+0000 mgr.y (mgr.14556) 8800 : cluster [DBG] pgmap v7770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:21.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:19.830732+0000 mgr.y (mgr.14556) 8800 : cluster [DBG] pgmap v7770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:04:23.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:21.831541+0000 mgr.y (mgr.14556) 8801 : cluster [DBG] pgmap v7771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:23.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:21.831541+0000 mgr.y (mgr.14556) 8801 : cluster [DBG] pgmap v7771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:23.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:21.831541+0000 mgr.y (mgr.14556) 8801 : cluster [DBG] pgmap v7771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:04:23] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:04:25.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:23.831905+0000 mgr.y (mgr.14556) 8802 : cluster [DBG] pgmap v7772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:25.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:23.831905+0000 mgr.y (mgr.14556) 8802 : cluster [DBG] pgmap v7772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:25.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:23.831905+0000 mgr.y (mgr.14556) 8802 : cluster [DBG] pgmap v7772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:27.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:25.832592+0000 mgr.y (mgr.14556) 8803 : cluster [DBG] pgmap v7773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:27.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:25.832592+0000 mgr.y (mgr.14556) 8803 : cluster [DBG] pgmap v7773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:27.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:25.832592+0000 mgr.y (mgr.14556) 8803 : cluster [DBG] pgmap v7773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:29.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:27.833090+0000 mgr.y (mgr.14556) 8804 : cluster [DBG] pgmap v7774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:29.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:27.833090+0000 mgr.y (mgr.14556) 8804 : cluster [DBG] pgmap v7774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:29.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:27.833090+0000 mgr.y (mgr.14556) 8804 : cluster [DBG] pgmap v7774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:31.537 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:29.833518+0000 mgr.y (mgr.14556) 8805 : cluster [DBG] pgmap v7775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:31.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:29.833518+0000 mgr.y (mgr.14556) 8805 : cluster [DBG] pgmap v7775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:31.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:29.833518+0000 mgr.y (mgr.14556) 8805 : cluster [DBG] pgmap v7775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:04:33.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:31.834191+0000 mgr.y (mgr.14556) 8806 : cluster [DBG] pgmap v7776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:33.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:31.834191+0000 mgr.y (mgr.14556) 8806 : cluster [DBG] pgmap v7776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:33.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:31.834191+0000 mgr.y (mgr.14556) 8806 : cluster [DBG] pgmap v7776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:04:33] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:04:35.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:33.834748+0000 mgr.y (mgr.14556) 8807 : cluster [DBG] pgmap v7777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:35.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:33.834748+0000 mgr.y (mgr.14556) 8807 : cluster [DBG] pgmap v7777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:35.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:33.834748+0000 mgr.y (mgr.14556) 8807 : cluster [DBG] pgmap v7777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:37.095 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:04:37.384 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:04:37.384 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 2m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:04:37.384 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 2m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:04:37.384 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 2m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:04:37.384 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 2m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:04:37.384 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 2m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:04:37.384 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 2m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:04:37.384 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 2m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:04:37.384 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 2m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:04:37.384 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 2m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:04:37.384 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 2m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:04:37.385 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 2m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:04:37.385 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 2m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:04:37.385 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 2m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:04:37.385 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 2m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:04:37.385 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 2m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:04:37.385 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 2m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:04:37.385 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 2m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:04:37.385 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 2m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:04:37.385 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 2m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:04:37.385 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 2m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:04:37.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:35.835421+0000 mgr.y (mgr.14556) 8808 : cluster [DBG] pgmap v7778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:37.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:35.835421+0000 mgr.y (mgr.14556) 8808 : cluster [DBG] pgmap v7778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:37.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:35.835421+0000 mgr.y (mgr.14556) 8808 : cluster [DBG] pgmap v7778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:37.732 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:04:37.732 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:04:37.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:04:37.732 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:04:37.732 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:04:37.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:04:37.733 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:04:37.733 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:04:37.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:04:37.733 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:04:37.733 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:04:37.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:04:37.733 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:04:37.733 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:04:37.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:04:37.733 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:04:37.733 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:04:38.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:04:37.086043+0000 mgr.y (mgr.14556) 8809 : audit [DBG] from='client.23865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:04:38.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:04:37.735072+0000 mon.a (mon.0) 2274 : audit [DBG] from='client.? 172.21.15.23:0/2259415920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:04:38.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:04:37.086043+0000 mgr.y (mgr.14556) 8809 : audit [DBG] from='client.23865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:04:38.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:04:37.735072+0000 mon.a (mon.0) 2274 : audit [DBG] from='client.? 172.21.15.23:0/2259415920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:04:38.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:04:37.086043+0000 mgr.y (mgr.14556) 8809 : audit [DBG] from='client.23865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:04:38.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:04:37.735072+0000 mon.a (mon.0) 2274 : audit [DBG] from='client.? 172.21.15.23:0/2259415920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:04:39.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:04:37.378648+0000 mgr.y (mgr.14556) 8810 : audit [DBG] from='client.33785 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:04:39.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:37.835823+0000 mgr.y (mgr.14556) 8811 : cluster [DBG] pgmap v7779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:39.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:04:37.378648+0000 mgr.y (mgr.14556) 8810 : audit [DBG] from='client.33785 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:04:39.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:37.835823+0000 mgr.y (mgr.14556) 8811 : cluster [DBG] pgmap v7779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:39.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:04:37.378648+0000 mgr.y (mgr.14556) 8810 : audit [DBG] from='client.33785 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:04:39.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:37.835823+0000 mgr.y (mgr.14556) 8811 : cluster [DBG] pgmap v7779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:41.537 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:39.836315+0000 mgr.y (mgr.14556) 8812 : cluster [DBG] pgmap v7780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:41.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:39.836315+0000 mgr.y (mgr.14556) 8812 : cluster [DBG] pgmap v7780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:41.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:39.836315+0000 mgr.y (mgr.14556) 8812 : cluster [DBG] pgmap v7780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:04:43.627 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:41.837086+0000 mgr.y (mgr.14556) 8813 : cluster [DBG] pgmap v7781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:43.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:41.837086+0000 mgr.y (mgr.14556) 8813 : cluster [DBG] pgmap v7781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:43.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:41.837086+0000 mgr.y (mgr.14556) 8813 : cluster [DBG] pgmap v7781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:04:43] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:04:44.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:43.837648+0000 mgr.y (mgr.14556) 8814 : cluster [DBG] pgmap v7782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:44.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:43.837648+0000 mgr.y (mgr.14556) 8814 : cluster [DBG] pgmap v7782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:44.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:43.837648+0000 mgr.y (mgr.14556) 8814 : cluster [DBG] pgmap v7782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:47.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:45.838539+0000 mgr.y (mgr.14556) 8815 : cluster [DBG] pgmap v7783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:47.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:04:45.995709+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:04:47.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:04:46.252795+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:04:47.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:04:46.260119+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:04:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:04:46.543507+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:04:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:04:46.544174+0000 mon.a (mon.0) 2279 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:04:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:04:46.552716+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:04:47.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:45.838539+0000 mgr.y (mgr.14556) 8815 : cluster [DBG] pgmap v7783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:47.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:04:45.995709+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:04:47.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:04:46.252795+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:04:47.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:04:46.260119+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:04:47.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:04:46.543507+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:04:47.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:04:46.544174+0000 mon.a (mon.0) 2279 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:04:47.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:04:46.552716+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:04:47.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:45.838539+0000 mgr.y (mgr.14556) 8815 : cluster [DBG] pgmap v7783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:04:45.995709+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:04:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:04:46.252795+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:04:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:04:46.260119+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:04:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:04:46.543507+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:04:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:04:46.544174+0000 mon.a (mon.0) 2279 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:04:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:04:46.552716+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:04:49.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:47.839010+0000 mgr.y (mgr.14556) 8816 : cluster [DBG] pgmap v7784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:49.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:47.839010+0000 mgr.y (mgr.14556) 8816 : cluster [DBG] pgmap v7784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:49.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:47.839010+0000 mgr.y (mgr.14556) 8816 : cluster [DBG] pgmap v7784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:51.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:49.839403+0000 mgr.y (mgr.14556) 8817 : cluster [DBG] pgmap v7785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:51.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:49.839403+0000 mgr.y (mgr.14556) 8817 : cluster [DBG] pgmap v7785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:51.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:49.839403+0000 mgr.y (mgr.14556) 8817 : cluster [DBG] pgmap v7785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:04:53.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:51.840124+0000 mgr.y (mgr.14556) 8818 : cluster [DBG] pgmap v7786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:51.840124+0000 mgr.y (mgr.14556) 8818 : cluster [DBG] pgmap v7786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:53.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:51.840124+0000 mgr.y (mgr.14556) 8818 : cluster [DBG] pgmap v7786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:04:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:04:55.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:53.840582+0000 mgr.y (mgr.14556) 8819 : cluster [DBG] pgmap v7787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:55.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:53.840582+0000 mgr.y (mgr.14556) 8819 : cluster [DBG] pgmap v7787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:55.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:53.840582+0000 mgr.y (mgr.14556) 8819 : cluster [DBG] pgmap v7787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:57.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:55.841188+0000 mgr.y (mgr.14556) 8820 : cluster [DBG] pgmap v7788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:57.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:55.841188+0000 mgr.y (mgr.14556) 8820 : cluster [DBG] pgmap v7788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:57.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:55.841188+0000 mgr.y (mgr.14556) 8820 : cluster [DBG] pgmap v7788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:59.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:57.841733+0000 mgr.y (mgr.14556) 8821 : cluster [DBG] pgmap v7789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:59.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:57.841733+0000 mgr.y (mgr.14556) 8821 : cluster [DBG] pgmap v7789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:04:59.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:04:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:57.841733+0000 mgr.y (mgr.14556) 8821 : cluster [DBG] pgmap v7789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:01.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:04:59.842038+0000 mgr.y (mgr.14556) 8822 : cluster [DBG] pgmap v7790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:01.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:04:59.842038+0000 mgr.y (mgr.14556) 8822 : cluster [DBG] pgmap v7790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:01.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:04:59.842038+0000 mgr.y (mgr.14556) 8822 : cluster [DBG] pgmap v7790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:05:03.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:01.842755+0000 mgr.y (mgr.14556) 8823 : cluster [DBG] pgmap v7791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:03.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:01.842755+0000 mgr.y (mgr.14556) 8823 : cluster [DBG] pgmap v7791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:03.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:01.842755+0000 mgr.y (mgr.14556) 8823 : cluster [DBG] pgmap v7791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:05:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:05:05.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:03.843232+0000 mgr.y (mgr.14556) 8824 : cluster [DBG] pgmap v7792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:05.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:03.843232+0000 mgr.y (mgr.14556) 8824 : cluster [DBG] pgmap v7792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:05.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:03.843232+0000 mgr.y (mgr.14556) 8824 : cluster [DBG] pgmap v7792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:07.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:05.844030+0000 mgr.y (mgr.14556) 8825 : cluster [DBG] pgmap v7793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:07.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:05.844030+0000 mgr.y (mgr.14556) 8825 : cluster [DBG] pgmap v7793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:07.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:05.844030+0000 mgr.y (mgr.14556) 8825 : cluster [DBG] pgmap v7793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:08.060 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:05:08.346 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:05:08.346 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 3m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:05:08.346 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 3m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:05:08.346 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 3m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:05:08.346 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 3m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:05:08.346 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 3m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:05:08.346 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 3m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:05:08.346 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 3m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:05:08.346 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 3m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:05:08.347 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 3m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:05:08.347 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 3m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:05:08.347 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 3m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:05:08.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 3m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:05:08.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 3m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:05:08.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 3m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:05:08.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 3m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:05:08.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 3m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:05:08.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 3m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:05:08.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 3m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:05:08.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 3m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:05:08.347 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 3m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:05:08.695 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:05:08.696 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:05:08.697 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:05:08.697 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:05:08.697 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:05:09.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:07.844377+0000 mgr.y (mgr.14556) 8826 : cluster [DBG] pgmap v7794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:09.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:05:08.049891+0000 mgr.y (mgr.14556) 8827 : audit [DBG] from='client.23883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:05:09.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:05:08.698236+0000 mon.c (mon.2) 234 : audit [DBG] from='client.? 172.21.15.23:0/889149113' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:05:09.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:07.844377+0000 mgr.y (mgr.14556) 8826 : cluster [DBG] pgmap v7794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:05:08.049891+0000 mgr.y (mgr.14556) 8827 : audit [DBG] from='client.23883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:05:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:05:08.698236+0000 mon.c (mon.2) 234 : audit [DBG] from='client.? 172.21.15.23:0/889149113' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:05:09.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:07.844377+0000 mgr.y (mgr.14556) 8826 : cluster [DBG] pgmap v7794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:09.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:05:08.049891+0000 mgr.y (mgr.14556) 8827 : audit [DBG] from='client.23883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:05:09.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:05:08.698236+0000 mon.c (mon.2) 234 : audit [DBG] from='client.? 172.21.15.23:0/889149113' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:05:10.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:05:08.340582+0000 mgr.y (mgr.14556) 8828 : audit [DBG] from='client.23889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:05:10.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:05:08.340582+0000 mgr.y (mgr.14556) 8828 : audit [DBG] from='client.23889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:05:10.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:05:08.340582+0000 mgr.y (mgr.14556) 8828 : audit [DBG] from='client.23889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:05:11.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:09.844750+0000 mgr.y (mgr.14556) 8829 : cluster [DBG] pgmap v7795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:11.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:09.844750+0000 mgr.y (mgr.14556) 8829 : cluster [DBG] pgmap v7795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:11.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:09.844750+0000 mgr.y (mgr.14556) 8829 : cluster [DBG] pgmap v7795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:05:13.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:11.845554+0000 mgr.y (mgr.14556) 8830 : cluster [DBG] pgmap v7796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:13.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:11.845554+0000 mgr.y (mgr.14556) 8830 : cluster [DBG] pgmap v7796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:13.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:11.845554+0000 mgr.y (mgr.14556) 8830 : cluster [DBG] pgmap v7796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:05:13] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:05:15.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:13.846089+0000 mgr.y (mgr.14556) 8831 : cluster [DBG] pgmap v7797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:15.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:13.846089+0000 mgr.y (mgr.14556) 8831 : cluster [DBG] pgmap v7797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:15.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:13.846089+0000 mgr.y (mgr.14556) 8831 : cluster [DBG] pgmap v7797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:17.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:15.846774+0000 mgr.y (mgr.14556) 8832 : cluster [DBG] pgmap v7798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:17.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:15.846774+0000 mgr.y (mgr.14556) 8832 : cluster [DBG] pgmap v7798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:17.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:15.846774+0000 mgr.y (mgr.14556) 8832 : cluster [DBG] pgmap v7798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:19.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:17.847475+0000 mgr.y (mgr.14556) 8833 : cluster [DBG] pgmap v7799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:19.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:17.847475+0000 mgr.y (mgr.14556) 8833 : cluster [DBG] pgmap v7799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:19.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:17.847475+0000 mgr.y (mgr.14556) 8833 : cluster [DBG] pgmap v7799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:21.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:19.847988+0000 mgr.y (mgr.14556) 8834 : cluster [DBG] pgmap v7800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:19.847988+0000 mgr.y (mgr.14556) 8834 : cluster [DBG] pgmap v7800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:21.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:19.847988+0000 mgr.y (mgr.14556) 8834 : cluster [DBG] pgmap v7800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:05:23.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:21.848805+0000 mgr.y (mgr.14556) 8835 : cluster [DBG] pgmap v7801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:23.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:21.848805+0000 mgr.y (mgr.14556) 8835 : cluster [DBG] pgmap v7801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:23.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:21.848805+0000 mgr.y (mgr.14556) 8835 : cluster [DBG] pgmap v7801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:05:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T11:05:25.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:23.849207+0000 mgr.y (mgr.14556) 8836 : cluster [DBG] pgmap v7802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:25.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:23.849207+0000 mgr.y (mgr.14556) 8836 : cluster [DBG] pgmap v7802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:25.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:23.849207+0000 mgr.y (mgr.14556) 8836 : cluster [DBG] pgmap v7802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:27.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:25.849875+0000 mgr.y (mgr.14556) 8837 : cluster [DBG] pgmap v7803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:27.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:25.849875+0000 mgr.y (mgr.14556) 8837 : cluster [DBG] pgmap v7803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:27.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:25.849875+0000 mgr.y (mgr.14556) 8837 : cluster [DBG] pgmap v7803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:29.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:27.850461+0000 mgr.y (mgr.14556) 8838 : cluster [DBG] pgmap v7804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:29.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:27.850461+0000 mgr.y (mgr.14556) 8838 : cluster [DBG] pgmap v7804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:29.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:27.850461+0000 mgr.y (mgr.14556) 8838 : cluster [DBG] pgmap v7804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:31.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:29.850791+0000 mgr.y (mgr.14556) 8839 : cluster [DBG] pgmap v7805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:31.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:29.850791+0000 mgr.y (mgr.14556) 8839 : cluster [DBG] pgmap v7805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:31.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:29.850791+0000 mgr.y (mgr.14556) 8839 : cluster [DBG] pgmap v7805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:05:33.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:31.851634+0000 mgr.y (mgr.14556) 8840 : cluster [DBG] pgmap v7806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:33.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:31.851634+0000 mgr.y (mgr.14556) 8840 : cluster [DBG] pgmap v7806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:33.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:31.851634+0000 mgr.y (mgr.14556) 8840 : cluster [DBG] pgmap v7806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:05:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T11:05:35.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:33.852190+0000 mgr.y (mgr.14556) 8841 : cluster [DBG] pgmap v7807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:35.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:33.852190+0000 mgr.y (mgr.14556) 8841 : cluster [DBG] pgmap v7807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:35.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:33.852190+0000 mgr.y (mgr.14556) 8841 : cluster [DBG] pgmap v7807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:37.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:35.853088+0000 mgr.y (mgr.14556) 8842 : cluster [DBG] pgmap v7808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:37.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:35.853088+0000 mgr.y (mgr.14556) 8842 : cluster [DBG] pgmap v7808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:37.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:35.853088+0000 mgr.y (mgr.14556) 8842 : cluster [DBG] pgmap v7808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:39.024 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:05:39.315 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:05:39.315 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 3m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:05:39.315 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 3m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:05:39.315 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 3m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:05:39.315 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 3m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 3m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 3m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 3m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 3m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 3m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 3m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 3m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 3m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 3m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 3m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 3m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 3m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 3m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 3m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 3m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:05:39.316 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 3m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:05:39.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:37.853631+0000 mgr.y (mgr.14556) 8843 : cluster [DBG] pgmap v7809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:39.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:37.853631+0000 mgr.y (mgr.14556) 8843 : cluster [DBG] pgmap v7809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:39.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:37.853631+0000 mgr.y (mgr.14556) 8843 : cluster [DBG] pgmap v7809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:39.667 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:05:39.667 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:05:39.667 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:05:39.667 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:05:39.667 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:05:39.667 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:05:39.667 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:05:39.668 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:05:39.668 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:05:39.668 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:05:39.668 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:05:39.668 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:05:39.668 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:05:39.668 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:05:39.668 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:05:39.668 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:05:39.668 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:05:40.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:05:39.014820+0000 mgr.y (mgr.14556) 8844 : audit [DBG] from='client.23901 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:05:40.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:05:39.669892+0000 mon.c (mon.2) 235 : audit [DBG] from='client.? 172.21.15.23:0/4220161351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:05:40.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:05:39.014820+0000 mgr.y (mgr.14556) 8844 : audit [DBG] from='client.23901 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:05:40.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:05:39.669892+0000 mon.c (mon.2) 235 : audit [DBG] from='client.? 172.21.15.23:0/4220161351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:05:40.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:05:39.014820+0000 mgr.y (mgr.14556) 8844 : audit [DBG] from='client.23901 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:05:40.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:05:39.669892+0000 mon.c (mon.2) 235 : audit [DBG] from='client.? 172.21.15.23:0/4220161351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:05:41.537 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:05:39.309864+0000 mgr.y (mgr.14556) 8845 : audit [DBG] from='client.33821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:05:41.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:39.853921+0000 mgr.y (mgr.14556) 8846 : cluster [DBG] pgmap v7810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:41.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:05:39.309864+0000 mgr.y (mgr.14556) 8845 : audit [DBG] from='client.33821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:05:41.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:39.853921+0000 mgr.y (mgr.14556) 8846 : cluster [DBG] pgmap v7810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:41.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:05:39.309864+0000 mgr.y (mgr.14556) 8845 : audit [DBG] from='client.33821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:05:41.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:39.853921+0000 mgr.y (mgr.14556) 8846 : cluster [DBG] pgmap v7810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:05:43.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:41.854511+0000 mgr.y (mgr.14556) 8847 : cluster [DBG] pgmap v7811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:43.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:41.854511+0000 mgr.y (mgr.14556) 8847 : cluster [DBG] pgmap v7811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:43.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:41.854511+0000 mgr.y (mgr.14556) 8847 : cluster [DBG] pgmap v7811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:05:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:05:45.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:43.854903+0000 mgr.y (mgr.14556) 8848 : cluster [DBG] pgmap v7812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:45.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:43.854903+0000 mgr.y (mgr.14556) 8848 : cluster [DBG] pgmap v7812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:45.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:43.854903+0000 mgr.y (mgr.14556) 8848 : cluster [DBG] pgmap v7812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:47.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:45.855617+0000 mgr.y (mgr.14556) 8849 : cluster [DBG] pgmap v7813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:47.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:05:46.557106+0000 mon.a (mon.0) 2281 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:05:47.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:05:46.861270+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:05:47.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:05:46.861918+0000 mon.a (mon.0) 2283 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:05:47.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:05:46.870257+0000 mon.a (mon.0) 2284 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:05:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:45.855617+0000 mgr.y (mgr.14556) 8849 : cluster [DBG] pgmap v7813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:05:46.557106+0000 mon.a (mon.0) 2281 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:05:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:05:46.861270+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:05:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:05:46.861918+0000 mon.a (mon.0) 2283 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:05:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:05:46.870257+0000 mon.a (mon.0) 2284 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:05:47.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:45.855617+0000 mgr.y (mgr.14556) 8849 : cluster [DBG] pgmap v7813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:47.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:05:46.557106+0000 mon.a (mon.0) 2281 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:05:47.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:05:46.861270+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:05:47.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:05:46.861918+0000 mon.a (mon.0) 2283 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:05:47.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:05:46.870257+0000 mon.a (mon.0) 2284 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:05:49.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:47.856012+0000 mgr.y (mgr.14556) 8850 : cluster [DBG] pgmap v7814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:49.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:47.856012+0000 mgr.y (mgr.14556) 8850 : cluster [DBG] pgmap v7814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:49.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:47.856012+0000 mgr.y (mgr.14556) 8850 : cluster [DBG] pgmap v7814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:51.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:49.856374+0000 mgr.y (mgr.14556) 8851 : cluster [DBG] pgmap v7815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:51.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:49.856374+0000 mgr.y (mgr.14556) 8851 : cluster [DBG] pgmap v7815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:51.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:49.856374+0000 mgr.y (mgr.14556) 8851 : cluster [DBG] pgmap v7815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:05:53.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:51.857006+0000 mgr.y (mgr.14556) 8852 : cluster [DBG] pgmap v7816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:53.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:51.857006+0000 mgr.y (mgr.14556) 8852 : cluster [DBG] pgmap v7816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:53.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:51.857006+0000 mgr.y (mgr.14556) 8852 : cluster [DBG] pgmap v7816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:05:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:05:55.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:53.857444+0000 mgr.y (mgr.14556) 8853 : cluster [DBG] pgmap v7817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:53.857444+0000 mgr.y (mgr.14556) 8853 : cluster [DBG] pgmap v7817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:55.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:53.857444+0000 mgr.y (mgr.14556) 8853 : cluster [DBG] pgmap v7817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:57.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:55.858051+0000 mgr.y (mgr.14556) 8854 : cluster [DBG] pgmap v7818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:57.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:55.858051+0000 mgr.y (mgr.14556) 8854 : cluster [DBG] pgmap v7818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:57.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:55.858051+0000 mgr.y (mgr.14556) 8854 : cluster [DBG] pgmap v7818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:59.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:05:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:57.858542+0000 mgr.y (mgr.14556) 8855 : cluster [DBG] pgmap v7819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:59.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:05:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:57.858542+0000 mgr.y (mgr.14556) 8855 : cluster [DBG] pgmap v7819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:05:59.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:05:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:57.858542+0000 mgr.y (mgr.14556) 8855 : cluster [DBG] pgmap v7819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:01.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:05:59.858916+0000 mgr.y (mgr.14556) 8856 : cluster [DBG] pgmap v7820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:01.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:05:59.858916+0000 mgr.y (mgr.14556) 8856 : cluster [DBG] pgmap v7820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:01.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:05:59.858916+0000 mgr.y (mgr.14556) 8856 : cluster [DBG] pgmap v7820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:01.661 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:06:02.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:01.859768+0000 mgr.y (mgr.14556) 8857 : cluster [DBG] pgmap v7821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:02.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:01.859768+0000 mgr.y (mgr.14556) 8857 : cluster [DBG] pgmap v7821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:02.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:01.859768+0000 mgr.y (mgr.14556) 8857 : cluster [DBG] pgmap v7821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:06:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:06:05.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:03.860144+0000 mgr.y (mgr.14556) 8858 : cluster [DBG] pgmap v7822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:03.860144+0000 mgr.y (mgr.14556) 8858 : cluster [DBG] pgmap v7822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:05.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:03.860144+0000 mgr.y (mgr.14556) 8858 : cluster [DBG] pgmap v7822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:07.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:05.860730+0000 mgr.y (mgr.14556) 8859 : cluster [DBG] pgmap v7823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:07.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:05.860730+0000 mgr.y (mgr.14556) 8859 : cluster [DBG] pgmap v7823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:07.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:05.860730+0000 mgr.y (mgr.14556) 8859 : cluster [DBG] pgmap v7823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:09.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:07.861113+0000 mgr.y (mgr.14556) 8860 : cluster [DBG] pgmap v7824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:09.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:07.861113+0000 mgr.y (mgr.14556) 8860 : cluster [DBG] pgmap v7824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:09.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:07.861113+0000 mgr.y (mgr.14556) 8860 : cluster [DBG] pgmap v7824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:09.991 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:06:10.278 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 4m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:06:10.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:06:10.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:06:10.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:06:10.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:06:10.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:06:10.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:06:10.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:06:10.280 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:06:10.626 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:06:10.627 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:06:10.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:06:10.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:06:10.627 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:06:10.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:06:10.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:06:10.627 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:06:10.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:06:10.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:06:10.627 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:06:10.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:06:10.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:06:10.628 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:06:10.628 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:06:10.628 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:06:10.628 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:06:11.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:09.861456+0000 mgr.y (mgr.14556) 8861 : cluster [DBG] pgmap v7825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:11.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:06:09.981677+0000 mgr.y (mgr.14556) 8862 : audit [DBG] from='client.23919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:06:11.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:06:10.273168+0000 mgr.y (mgr.14556) 8863 : audit [DBG] from='client.23925 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:06:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:06:10.629178+0000 mon.c (mon.2) 236 : audit [DBG] from='client.? 172.21.15.23:0/2723461047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:06:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:09.861456+0000 mgr.y (mgr.14556) 8861 : cluster [DBG] pgmap v7825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:06:09.981677+0000 mgr.y (mgr.14556) 8862 : audit [DBG] from='client.23919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:06:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:06:10.273168+0000 mgr.y (mgr.14556) 8863 : audit [DBG] from='client.23925 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:06:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:06:10.629178+0000 mon.c (mon.2) 236 : audit [DBG] from='client.? 172.21.15.23:0/2723461047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:06:11.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:09.861456+0000 mgr.y (mgr.14556) 8861 : cluster [DBG] pgmap v7825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:11.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:06:09.981677+0000 mgr.y (mgr.14556) 8862 : audit [DBG] from='client.23919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:06:11.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:06:10.273168+0000 mgr.y (mgr.14556) 8863 : audit [DBG] from='client.23925 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:06:11.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:06:10.629178+0000 mon.c (mon.2) 236 : audit [DBG] from='client.? 172.21.15.23:0/2723461047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:06:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:06:13.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:11.862060+0000 mgr.y (mgr.14556) 8864 : cluster [DBG] pgmap v7826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:11.862060+0000 mgr.y (mgr.14556) 8864 : cluster [DBG] pgmap v7826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:13.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:11.862060+0000 mgr.y (mgr.14556) 8864 : cluster [DBG] pgmap v7826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:06:13] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:06:15.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:13.862557+0000 mgr.y (mgr.14556) 8865 : cluster [DBG] pgmap v7827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:13.862557+0000 mgr.y (mgr.14556) 8865 : cluster [DBG] pgmap v7827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:15.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:13.862557+0000 mgr.y (mgr.14556) 8865 : cluster [DBG] pgmap v7827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:17.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:15.863276+0000 mgr.y (mgr.14556) 8866 : cluster [DBG] pgmap v7828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:15.863276+0000 mgr.y (mgr.14556) 8866 : cluster [DBG] pgmap v7828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:17.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:15.863276+0000 mgr.y (mgr.14556) 8866 : cluster [DBG] pgmap v7828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:19.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:17.863922+0000 mgr.y (mgr.14556) 8867 : cluster [DBG] pgmap v7829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:19.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:17.863922+0000 mgr.y (mgr.14556) 8867 : cluster [DBG] pgmap v7829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:19.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:17.863922+0000 mgr.y (mgr.14556) 8867 : cluster [DBG] pgmap v7829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:21.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:19.864477+0000 mgr.y (mgr.14556) 8868 : cluster [DBG] pgmap v7830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:19.864477+0000 mgr.y (mgr.14556) 8868 : cluster [DBG] pgmap v7830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:21.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:19.864477+0000 mgr.y (mgr.14556) 8868 : cluster [DBG] pgmap v7830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:06:23.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:21.865450+0000 mgr.y (mgr.14556) 8869 : cluster [DBG] pgmap v7831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:21.865450+0000 mgr.y (mgr.14556) 8869 : cluster [DBG] pgmap v7831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:23.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:21.865450+0000 mgr.y (mgr.14556) 8869 : cluster [DBG] pgmap v7831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:06:23] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:06:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:23.865873+0000 mgr.y (mgr.14556) 8870 : cluster [DBG] pgmap v7832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:23.865873+0000 mgr.y (mgr.14556) 8870 : cluster [DBG] pgmap v7832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:25.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:23.865873+0000 mgr.y (mgr.14556) 8870 : cluster [DBG] pgmap v7832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:27.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:25.866781+0000 mgr.y (mgr.14556) 8871 : cluster [DBG] pgmap v7833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:25.866781+0000 mgr.y (mgr.14556) 8871 : cluster [DBG] pgmap v7833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:27.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:25.866781+0000 mgr.y (mgr.14556) 8871 : cluster [DBG] pgmap v7833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:29.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:27.867282+0000 mgr.y (mgr.14556) 8872 : cluster [DBG] pgmap v7834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:27.867282+0000 mgr.y (mgr.14556) 8872 : cluster [DBG] pgmap v7834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:29.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:27.867282+0000 mgr.y (mgr.14556) 8872 : cluster [DBG] pgmap v7834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:31.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:29.867720+0000 mgr.y (mgr.14556) 8873 : cluster [DBG] pgmap v7835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:29.867720+0000 mgr.y (mgr.14556) 8873 : cluster [DBG] pgmap v7835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:31.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:29.867720+0000 mgr.y (mgr.14556) 8873 : cluster [DBG] pgmap v7835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:06:33.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:31.868500+0000 mgr.y (mgr.14556) 8874 : cluster [DBG] pgmap v7836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:33.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:31.868500+0000 mgr.y (mgr.14556) 8874 : cluster [DBG] pgmap v7836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:33.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:31.868500+0000 mgr.y (mgr.14556) 8874 : cluster [DBG] pgmap v7836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:06:33] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:06:35.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:33.868936+0000 mgr.y (mgr.14556) 8875 : cluster [DBG] pgmap v7837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:33.868936+0000 mgr.y (mgr.14556) 8875 : cluster [DBG] pgmap v7837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:35.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:33.868936+0000 mgr.y (mgr.14556) 8875 : cluster [DBG] pgmap v7837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:37.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:35.869630+0000 mgr.y (mgr.14556) 8876 : cluster [DBG] pgmap v7838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:35.869630+0000 mgr.y (mgr.14556) 8876 : cluster [DBG] pgmap v7838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:37.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:35.869630+0000 mgr.y (mgr.14556) 8876 : cluster [DBG] pgmap v7838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:39.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:37.870200+0000 mgr.y (mgr.14556) 8877 : cluster [DBG] pgmap v7839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:39.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:37.870200+0000 mgr.y (mgr.14556) 8877 : cluster [DBG] pgmap v7839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:39.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:37.870200+0000 mgr.y (mgr.14556) 8877 : cluster [DBG] pgmap v7839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:40.951 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:06:41.241 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:06:41.241 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 4m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:06:41.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:06:41.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:06:41.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:06:41.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:06:41.243 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:06:41.243 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:06:41.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:39.870711+0000 mgr.y (mgr.14556) 8878 : cluster [DBG] pgmap v7840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:41.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:39.870711+0000 mgr.y (mgr.14556) 8878 : cluster [DBG] pgmap v7840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:41.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:39.870711+0000 mgr.y (mgr.14556) 8878 : cluster [DBG] pgmap v7840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:41.595 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:06:41.595 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:06:41.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:06:41.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:06:41.595 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:06:41.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:06:41.596 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:06:41.596 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:06:41.596 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:06:41.596 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:06:41.596 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:06:41.596 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:06:41.596 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:06:41.596 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:06:41.596 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:06:41.596 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:06:41.596 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:06:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:06:42.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:06:40.941757+0000 mgr.y (mgr.14556) 8879 : audit [DBG] from='client.23937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:06:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:06:41.235684+0000 mgr.y (mgr.14556) 8880 : audit [DBG] from='client.23943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:06:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:06:41.597420+0000 mon.a (mon.0) 2285 : audit [DBG] from='client.? 172.21.15.23:0/1687386535' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:06:42.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:06:40.941757+0000 mgr.y (mgr.14556) 8879 : audit [DBG] from='client.23937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:06:42.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:06:41.235684+0000 mgr.y (mgr.14556) 8880 : audit [DBG] from='client.23943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:06:42.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:06:41.597420+0000 mon.a (mon.0) 2285 : audit [DBG] from='client.? 172.21.15.23:0/1687386535' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:06:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:06:40.941757+0000 mgr.y (mgr.14556) 8879 : audit [DBG] from='client.23937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:06:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:06:41.235684+0000 mgr.y (mgr.14556) 8880 : audit [DBG] from='client.23943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:06:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:06:41.597420+0000 mon.a (mon.0) 2285 : audit [DBG] from='client.? 172.21.15.23:0/1687386535' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:06:43.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:41.871424+0000 mgr.y (mgr.14556) 8881 : cluster [DBG] pgmap v7841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:43.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:41.871424+0000 mgr.y (mgr.14556) 8881 : cluster [DBG] pgmap v7841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:41.871424+0000 mgr.y (mgr.14556) 8881 : cluster [DBG] pgmap v7841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:06:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:06:45.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:43.871831+0000 mgr.y (mgr.14556) 8882 : cluster [DBG] pgmap v7842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:45.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:43.871831+0000 mgr.y (mgr.14556) 8882 : cluster [DBG] pgmap v7842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:43.871831+0000 mgr.y (mgr.14556) 8882 : cluster [DBG] pgmap v7842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:47.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:45.872462+0000 mgr.y (mgr.14556) 8883 : cluster [DBG] pgmap v7843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:06:46.874660+0000 mon.a (mon.0) 2286 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:06:47.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:45.872462+0000 mgr.y (mgr.14556) 8883 : cluster [DBG] pgmap v7843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:47.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:06:46.874660+0000 mon.a (mon.0) 2286 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:06:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:45.872462+0000 mgr.y (mgr.14556) 8883 : cluster [DBG] pgmap v7843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:06:46.874660+0000 mon.a (mon.0) 2286 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:06:48.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:06:47.180465+0000 mon.a (mon.0) 2287 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:06:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:06:47.181158+0000 mon.a (mon.0) 2288 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:06:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:06:47.185524+0000 mon.a (mon.0) 2289 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:06:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:06:47.180465+0000 mon.a (mon.0) 2287 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:06:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:06:47.181158+0000 mon.a (mon.0) 2288 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:06:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:06:47.185524+0000 mon.a (mon.0) 2289 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:06:48.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:06:47.180465+0000 mon.a (mon.0) 2287 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:06:48.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:06:47.181158+0000 mon.a (mon.0) 2288 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:06:48.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:06:47.185524+0000 mon.a (mon.0) 2289 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:06:49.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:47.872940+0000 mgr.y (mgr.14556) 8884 : cluster [DBG] pgmap v7844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:47.872940+0000 mgr.y (mgr.14556) 8884 : cluster [DBG] pgmap v7844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:49.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:47.872940+0000 mgr.y (mgr.14556) 8884 : cluster [DBG] pgmap v7844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:51.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:49.873322+0000 mgr.y (mgr.14556) 8885 : cluster [DBG] pgmap v7845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:51.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:49.873322+0000 mgr.y (mgr.14556) 8885 : cluster [DBG] pgmap v7845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:49.873322+0000 mgr.y (mgr.14556) 8885 : cluster [DBG] pgmap v7845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:06:53.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:51.874223+0000 mgr.y (mgr.14556) 8886 : cluster [DBG] pgmap v7846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:53.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:51.874223+0000 mgr.y (mgr.14556) 8886 : cluster [DBG] pgmap v7846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:53.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:51.874223+0000 mgr.y (mgr.14556) 8886 : cluster [DBG] pgmap v7846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:06:53] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T11:06:55.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:53.874718+0000 mgr.y (mgr.14556) 8887 : cluster [DBG] pgmap v7847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:53.874718+0000 mgr.y (mgr.14556) 8887 : cluster [DBG] pgmap v7847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:55.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:53.874718+0000 mgr.y (mgr.14556) 8887 : cluster [DBG] pgmap v7847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:57.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:55.875464+0000 mgr.y (mgr.14556) 8888 : cluster [DBG] pgmap v7848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:55.875464+0000 mgr.y (mgr.14556) 8888 : cluster [DBG] pgmap v7848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:57.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:55.875464+0000 mgr.y (mgr.14556) 8888 : cluster [DBG] pgmap v7848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:59.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:57.875912+0000 mgr.y (mgr.14556) 8889 : cluster [DBG] pgmap v7849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:57.875912+0000 mgr.y (mgr.14556) 8889 : cluster [DBG] pgmap v7849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:06:59.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:06:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:57.875912+0000 mgr.y (mgr.14556) 8889 : cluster [DBG] pgmap v7849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:01.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:06:59.876408+0000 mgr.y (mgr.14556) 8890 : cluster [DBG] pgmap v7850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:01.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:06:59.876408+0000 mgr.y (mgr.14556) 8890 : cluster [DBG] pgmap v7850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:01.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:06:59.876408+0000 mgr.y (mgr.14556) 8890 : cluster [DBG] pgmap v7850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:07:03.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:01.877219+0000 mgr.y (mgr.14556) 8891 : cluster [DBG] pgmap v7851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:01.877219+0000 mgr.y (mgr.14556) 8891 : cluster [DBG] pgmap v7851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:03.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:01.877219+0000 mgr.y (mgr.14556) 8891 : cluster [DBG] pgmap v7851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:07:03] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T11:07:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:03.877750+0000 mgr.y (mgr.14556) 8892 : cluster [DBG] pgmap v7852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:03.877750+0000 mgr.y (mgr.14556) 8892 : cluster [DBG] pgmap v7852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:05.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:03.877750+0000 mgr.y (mgr.14556) 8892 : cluster [DBG] pgmap v7852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:07.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:05.878396+0000 mgr.y (mgr.14556) 8893 : cluster [DBG] pgmap v7853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:05.878396+0000 mgr.y (mgr.14556) 8893 : cluster [DBG] pgmap v7853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:07.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:05.878396+0000 mgr.y (mgr.14556) 8893 : cluster [DBG] pgmap v7853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:09.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:07.878808+0000 mgr.y (mgr.14556) 8894 : cluster [DBG] pgmap v7854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:07.878808+0000 mgr.y (mgr.14556) 8894 : cluster [DBG] pgmap v7854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:09.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:07.878808+0000 mgr.y (mgr.14556) 8894 : cluster [DBG] pgmap v7854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:11.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:09.879237+0000 mgr.y (mgr.14556) 8895 : cluster [DBG] pgmap v7855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:09.879237+0000 mgr.y (mgr.14556) 8895 : cluster [DBG] pgmap v7855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:11.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:09.879237+0000 mgr.y (mgr.14556) 8895 : cluster [DBG] pgmap v7855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:11.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:07:11.918 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:07:12.206 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:07:12.206 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 5m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:07:12.206 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 5m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:07:12.206 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:07:12.206 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 5m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:07:12.206 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 5m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:07:12.206 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:07:12.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:07:12.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 5m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:07:12.207 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:07:12.207 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:07:12.207 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 5m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:07:12.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:07:12.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:07:12.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:07:12.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:07:12.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 5m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:07:12.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 5m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:07:12.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 5m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:07:12.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 5m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:07:12.207 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 5m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:07:12.555 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:07:12.555 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:07:12.555 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:07:12.555 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:07:12.555 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:07:12.555 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:07:12.555 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:07:12.555 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:07:12.556 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:07:12.556 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:07:12.556 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:07:12.556 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:07:12.556 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:07:12.556 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:07:12.556 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:07:12.556 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:07:12.556 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:07:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:11.879782+0000 mgr.y (mgr.14556) 8896 : cluster [DBG] pgmap v7856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:07:11.908922+0000 mgr.y (mgr.14556) 8897 : audit [DBG] from='client.33869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:07:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:07:12.200081+0000 mgr.y (mgr.14556) 8898 : audit [DBG] from='client.33875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:07:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:07:12.557084+0000 mon.a (mon.0) 2290 : audit [DBG] from='client.? 172.21.15.23:0/492231810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:07:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:11.879782+0000 mgr.y (mgr.14556) 8896 : cluster [DBG] pgmap v7856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:07:11.908922+0000 mgr.y (mgr.14556) 8897 : audit [DBG] from='client.33869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:07:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:07:12.200081+0000 mgr.y (mgr.14556) 8898 : audit [DBG] from='client.33875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:07:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:07:12.557084+0000 mon.a (mon.0) 2290 : audit [DBG] from='client.? 172.21.15.23:0/492231810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:07:13.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:11.879782+0000 mgr.y (mgr.14556) 8896 : cluster [DBG] pgmap v7856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:07:11.908922+0000 mgr.y (mgr.14556) 8897 : audit [DBG] from='client.33869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:07:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:07:12.200081+0000 mgr.y (mgr.14556) 8898 : audit [DBG] from='client.33875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:07:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:07:12.557084+0000 mon.a (mon.0) 2290 : audit [DBG] from='client.? 172.21.15.23:0/492231810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:07:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:07:13] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:07:14.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:13.880187+0000 mgr.y (mgr.14556) 8899 : cluster [DBG] pgmap v7857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:13.880187+0000 mgr.y (mgr.14556) 8899 : cluster [DBG] pgmap v7857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:14.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:13.880187+0000 mgr.y (mgr.14556) 8899 : cluster [DBG] pgmap v7857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:15.880824+0000 mgr.y (mgr.14556) 8900 : cluster [DBG] pgmap v7858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:15.880824+0000 mgr.y (mgr.14556) 8900 : cluster [DBG] pgmap v7858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:17.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:15.880824+0000 mgr.y (mgr.14556) 8900 : cluster [DBG] pgmap v7858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:19.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:17.881442+0000 mgr.y (mgr.14556) 8901 : cluster [DBG] pgmap v7859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:17.881442+0000 mgr.y (mgr.14556) 8901 : cluster [DBG] pgmap v7859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:19.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:17.881442+0000 mgr.y (mgr.14556) 8901 : cluster [DBG] pgmap v7859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:21.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:19.881809+0000 mgr.y (mgr.14556) 8902 : cluster [DBG] pgmap v7860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:19.881809+0000 mgr.y (mgr.14556) 8902 : cluster [DBG] pgmap v7860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:21.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:19.881809+0000 mgr.y (mgr.14556) 8902 : cluster [DBG] pgmap v7860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:07:23.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:21.882571+0000 mgr.y (mgr.14556) 8903 : cluster [DBG] pgmap v7861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:21.882571+0000 mgr.y (mgr.14556) 8903 : cluster [DBG] pgmap v7861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:23.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:21.882571+0000 mgr.y (mgr.14556) 8903 : cluster [DBG] pgmap v7861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:07:23] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:07:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:23.883085+0000 mgr.y (mgr.14556) 8904 : cluster [DBG] pgmap v7862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:23.883085+0000 mgr.y (mgr.14556) 8904 : cluster [DBG] pgmap v7862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:25.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:23.883085+0000 mgr.y (mgr.14556) 8904 : cluster [DBG] pgmap v7862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:27.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:25.883771+0000 mgr.y (mgr.14556) 8905 : cluster [DBG] pgmap v7863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:25.883771+0000 mgr.y (mgr.14556) 8905 : cluster [DBG] pgmap v7863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:25.883771+0000 mgr.y (mgr.14556) 8905 : cluster [DBG] pgmap v7863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:29.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:27.884358+0000 mgr.y (mgr.14556) 8906 : cluster [DBG] pgmap v7864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:27.884358+0000 mgr.y (mgr.14556) 8906 : cluster [DBG] pgmap v7864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:27.884358+0000 mgr.y (mgr.14556) 8906 : cluster [DBG] pgmap v7864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:29.884912+0000 mgr.y (mgr.14556) 8907 : cluster [DBG] pgmap v7865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:29.884912+0000 mgr.y (mgr.14556) 8907 : cluster [DBG] pgmap v7865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:31.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:29.884912+0000 mgr.y (mgr.14556) 8907 : cluster [DBG] pgmap v7865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:07:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:31.885653+0000 mgr.y (mgr.14556) 8908 : cluster [DBG] pgmap v7866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:31.885653+0000 mgr.y (mgr.14556) 8908 : cluster [DBG] pgmap v7866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:33.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:31.885653+0000 mgr.y (mgr.14556) 8908 : cluster [DBG] pgmap v7866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:07:33] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:07:35.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:33.886193+0000 mgr.y (mgr.14556) 8909 : cluster [DBG] pgmap v7867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:33.886193+0000 mgr.y (mgr.14556) 8909 : cluster [DBG] pgmap v7867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:35.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:33.886193+0000 mgr.y (mgr.14556) 8909 : cluster [DBG] pgmap v7867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:35.886851+0000 mgr.y (mgr.14556) 8910 : cluster [DBG] pgmap v7868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:35.886851+0000 mgr.y (mgr.14556) 8910 : cluster [DBG] pgmap v7868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:37.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:35.886851+0000 mgr.y (mgr.14556) 8910 : cluster [DBG] pgmap v7868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:39.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:37.887450+0000 mgr.y (mgr.14556) 8911 : cluster [DBG] pgmap v7869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:37.887450+0000 mgr.y (mgr.14556) 8911 : cluster [DBG] pgmap v7869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:39.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:37.887450+0000 mgr.y (mgr.14556) 8911 : cluster [DBG] pgmap v7869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:39.888015+0000 mgr.y (mgr.14556) 8912 : cluster [DBG] pgmap v7870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:39.888015+0000 mgr.y (mgr.14556) 8912 : cluster [DBG] pgmap v7870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:41.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:39.888015+0000 mgr.y (mgr.14556) 8912 : cluster [DBG] pgmap v7870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:07:42.881 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:07:43.173 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:07:43.174 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 5m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:07:43.174 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 5m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:07:43.174 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:07:43.174 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 5m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:07:43.174 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 5m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:07:43.174 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:07:43.174 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:07:43.174 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 5m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:07:43.174 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:07:43.174 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:07:43.174 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 5m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:07:43.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:07:43.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:07:43.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:07:43.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:07:43.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 5m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:07:43.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 5m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:07:43.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 5m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:07:43.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 5m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:07:43.175 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 5m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:07:43.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:41.888760+0000 mgr.y (mgr.14556) 8913 : cluster [DBG] pgmap v7871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:41.888760+0000 mgr.y (mgr.14556) 8913 : cluster [DBG] pgmap v7871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:43.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:41.888760+0000 mgr.y (mgr.14556) 8913 : cluster [DBG] pgmap v7871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:43.525 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:07:43.525 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:07:43.525 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:07:43.525 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:07:43.525 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:07:43.525 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:07:43.525 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:07:43.526 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:07:43.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:07:43.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:07:43.526 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:07:43.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:07:43.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:07:43.526 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:07:43.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:07:43.526 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:07:43.526 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:07:44.081 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:07:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:07:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:07:42.871842+0000 mgr.y (mgr.14556) 8914 : audit [DBG] from='client.33887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:07:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:07:43.167585+0000 mgr.y (mgr.14556) 8915 : audit [DBG] from='client.23979 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:07:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:07:43.527022+0000 mon.a (mon.0) 2291 : audit [DBG] from='client.? 172.21.15.23:0/3066366974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:07:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:07:42.871842+0000 mgr.y (mgr.14556) 8914 : audit [DBG] from='client.33887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:07:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:07:43.167585+0000 mgr.y (mgr.14556) 8915 : audit [DBG] from='client.23979 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:07:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:07:43.527022+0000 mon.a (mon.0) 2291 : audit [DBG] from='client.? 172.21.15.23:0/3066366974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:07:44.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:07:42.871842+0000 mgr.y (mgr.14556) 8914 : audit [DBG] from='client.33887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:07:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:07:43.167585+0000 mgr.y (mgr.14556) 8915 : audit [DBG] from='client.23979 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:07:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:07:43.527022+0000 mon.a (mon.0) 2291 : audit [DBG] from='client.? 172.21.15.23:0/3066366974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:07:45.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:43.889296+0000 mgr.y (mgr.14556) 8916 : cluster [DBG] pgmap v7872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:43.889296+0000 mgr.y (mgr.14556) 8916 : cluster [DBG] pgmap v7872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:45.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:43.889296+0000 mgr.y (mgr.14556) 8916 : cluster [DBG] pgmap v7872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:47.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:45.889920+0000 mgr.y (mgr.14556) 8917 : cluster [DBG] pgmap v7873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:45.889920+0000 mgr.y (mgr.14556) 8917 : cluster [DBG] pgmap v7873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:47.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:45.889920+0000 mgr.y (mgr.14556) 8917 : cluster [DBG] pgmap v7873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:07:47.189847+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:07:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:07:47.495522+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:07:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:07:47.496234+0000 mon.a (mon.0) 2294 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:07:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:07:47.504483+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:07:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:07:47.189847+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:07:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:07:47.495522+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:07:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:07:47.496234+0000 mon.a (mon.0) 2294 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:07:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:07:47.504483+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:07:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:07:47.189847+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:07:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:07:47.495522+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:07:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:07:47.496234+0000 mon.a (mon.0) 2294 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:07:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:07:47.504483+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:07:49.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:47.890268+0000 mgr.y (mgr.14556) 8918 : cluster [DBG] pgmap v7874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:47.890268+0000 mgr.y (mgr.14556) 8918 : cluster [DBG] pgmap v7874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:49.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:47.890268+0000 mgr.y (mgr.14556) 8918 : cluster [DBG] pgmap v7874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:51.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:49.890645+0000 mgr.y (mgr.14556) 8919 : cluster [DBG] pgmap v7875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:49.890645+0000 mgr.y (mgr.14556) 8919 : cluster [DBG] pgmap v7875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:51.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:49.890645+0000 mgr.y (mgr.14556) 8919 : cluster [DBG] pgmap v7875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:07:53.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:51.891311+0000 mgr.y (mgr.14556) 8920 : cluster [DBG] pgmap v7876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:51.891311+0000 mgr.y (mgr.14556) 8920 : cluster [DBG] pgmap v7876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:51.891311+0000 mgr.y (mgr.14556) 8920 : cluster [DBG] pgmap v7876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:07:53] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:07:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:53.891777+0000 mgr.y (mgr.14556) 8921 : cluster [DBG] pgmap v7877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:55.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:53.891777+0000 mgr.y (mgr.14556) 8921 : cluster [DBG] pgmap v7877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:53.891777+0000 mgr.y (mgr.14556) 8921 : cluster [DBG] pgmap v7877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:55.892531+0000 mgr.y (mgr.14556) 8922 : cluster [DBG] pgmap v7878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:55.892531+0000 mgr.y (mgr.14556) 8922 : cluster [DBG] pgmap v7878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:55.892531+0000 mgr.y (mgr.14556) 8922 : cluster [DBG] pgmap v7878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:59.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:07:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:57.892908+0000 mgr.y (mgr.14556) 8923 : cluster [DBG] pgmap v7879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:07:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:57.892908+0000 mgr.y (mgr.14556) 8923 : cluster [DBG] pgmap v7879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:07:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:07:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:57.892908+0000 mgr.y (mgr.14556) 8923 : cluster [DBG] pgmap v7879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:07:59.893281+0000 mgr.y (mgr.14556) 8924 : cluster [DBG] pgmap v7880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:01.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:07:59.893281+0000 mgr.y (mgr.14556) 8924 : cluster [DBG] pgmap v7880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:07:59.893281+0000 mgr.y (mgr.14556) 8924 : cluster [DBG] pgmap v7880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:08:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:01.893992+0000 mgr.y (mgr.14556) 8925 : cluster [DBG] pgmap v7881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:01.893992+0000 mgr.y (mgr.14556) 8925 : cluster [DBG] pgmap v7881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:01.893992+0000 mgr.y (mgr.14556) 8925 : cluster [DBG] pgmap v7881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:08:03] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:08:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:03.894351+0000 mgr.y (mgr.14556) 8926 : cluster [DBG] pgmap v7882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:03.894351+0000 mgr.y (mgr.14556) 8926 : cluster [DBG] pgmap v7882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:03.894351+0000 mgr.y (mgr.14556) 8926 : cluster [DBG] pgmap v7882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:05.895064+0000 mgr.y (mgr.14556) 8927 : cluster [DBG] pgmap v7883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:05.895064+0000 mgr.y (mgr.14556) 8927 : cluster [DBG] pgmap v7883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:07.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:05.895064+0000 mgr.y (mgr.14556) 8927 : cluster [DBG] pgmap v7883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:09.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:07.895679+0000 mgr.y (mgr.14556) 8928 : cluster [DBG] pgmap v7884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:07.895679+0000 mgr.y (mgr.14556) 8928 : cluster [DBG] pgmap v7884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:09.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:07.895679+0000 mgr.y (mgr.14556) 8928 : cluster [DBG] pgmap v7884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:11.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:09.896183+0000 mgr.y (mgr.14556) 8929 : cluster [DBG] pgmap v7885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:09.896183+0000 mgr.y (mgr.14556) 8929 : cluster [DBG] pgmap v7885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:09.896183+0000 mgr.y (mgr.14556) 8929 : cluster [DBG] pgmap v7885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:08:13.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:11.896899+0000 mgr.y (mgr.14556) 8930 : cluster [DBG] pgmap v7886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:11.896899+0000 mgr.y (mgr.14556) 8930 : cluster [DBG] pgmap v7886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:11.896899+0000 mgr.y (mgr.14556) 8930 : cluster [DBG] pgmap v7886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:13.849 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:08:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:08:13] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:08:14.135 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:08:14.135 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 6m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:08:14.135 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 6m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:08:14.135 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 6m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:08:14.135 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 6m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:08:14.135 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 6m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:08:14.135 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 6m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:08:14.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 6m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:08:14.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 6m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:08:14.135 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 6m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:08:14.135 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 6m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:08:14.136 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 6m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:08:14.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 6m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:08:14.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 6m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:08:14.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 6m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:08:14.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 6m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:08:14.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 6m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:08:14.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 6m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:08:14.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 6m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:08:14.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 6m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:08:14.136 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 6m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:08:14.485 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:08:14.485 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:08:14.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:08:14.485 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:08:14.485 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:08:14.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:08:14.485 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:08:14.485 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:08:14.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:08:14.485 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:08:14.486 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:08:14.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:08:14.486 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:08:14.486 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:08:14.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:08:14.486 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:08:14.486 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:08:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:08:13.839469+0000 mgr.y (mgr.14556) 8931 : audit [DBG] from='client.23991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:08:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:13.897238+0000 mgr.y (mgr.14556) 8932 : cluster [DBG] pgmap v7887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:08:14.128507+0000 mgr.y (mgr.14556) 8933 : audit [DBG] from='client.23997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:08:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:08:14.486698+0000 mon.c (mon.2) 237 : audit [DBG] from='client.? 172.21.15.23:0/1106931680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:08:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:08:13.839469+0000 mgr.y (mgr.14556) 8931 : audit [DBG] from='client.23991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:08:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:13.897238+0000 mgr.y (mgr.14556) 8932 : cluster [DBG] pgmap v7887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:08:14.128507+0000 mgr.y (mgr.14556) 8933 : audit [DBG] from='client.23997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:08:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:08:14.486698+0000 mon.c (mon.2) 237 : audit [DBG] from='client.? 172.21.15.23:0/1106931680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:08:15.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:08:13.839469+0000 mgr.y (mgr.14556) 8931 : audit [DBG] from='client.23991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:08:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:13.897238+0000 mgr.y (mgr.14556) 8932 : cluster [DBG] pgmap v7887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:08:14.128507+0000 mgr.y (mgr.14556) 8933 : audit [DBG] from='client.23997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:08:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:08:14.486698+0000 mon.c (mon.2) 237 : audit [DBG] from='client.? 172.21.15.23:0/1106931680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:08:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:15.897891+0000 mgr.y (mgr.14556) 8934 : cluster [DBG] pgmap v7888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:15.897891+0000 mgr.y (mgr.14556) 8934 : cluster [DBG] pgmap v7888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:15.897891+0000 mgr.y (mgr.14556) 8934 : cluster [DBG] pgmap v7888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:17.898410+0000 mgr.y (mgr.14556) 8935 : cluster [DBG] pgmap v7889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:17.898410+0000 mgr.y (mgr.14556) 8935 : cluster [DBG] pgmap v7889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:17.898410+0000 mgr.y (mgr.14556) 8935 : cluster [DBG] pgmap v7889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:21.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:19.898777+0000 mgr.y (mgr.14556) 8936 : cluster [DBG] pgmap v7890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:19.898777+0000 mgr.y (mgr.14556) 8936 : cluster [DBG] pgmap v7890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:19.898777+0000 mgr.y (mgr.14556) 8936 : cluster [DBG] pgmap v7890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:08:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:21.899448+0000 mgr.y (mgr.14556) 8937 : cluster [DBG] pgmap v7891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:21.899448+0000 mgr.y (mgr.14556) 8937 : cluster [DBG] pgmap v7891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:21.899448+0000 mgr.y (mgr.14556) 8937 : cluster [DBG] pgmap v7891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:08:23] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:08:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:23.899856+0000 mgr.y (mgr.14556) 8938 : cluster [DBG] pgmap v7892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:23.899856+0000 mgr.y (mgr.14556) 8938 : cluster [DBG] pgmap v7892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:25.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:23.899856+0000 mgr.y (mgr.14556) 8938 : cluster [DBG] pgmap v7892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:27.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:25.900557+0000 mgr.y (mgr.14556) 8939 : cluster [DBG] pgmap v7893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:25.900557+0000 mgr.y (mgr.14556) 8939 : cluster [DBG] pgmap v7893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:27.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:25.900557+0000 mgr.y (mgr.14556) 8939 : cluster [DBG] pgmap v7893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:27.900981+0000 mgr.y (mgr.14556) 8940 : cluster [DBG] pgmap v7894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:27.900981+0000 mgr.y (mgr.14556) 8940 : cluster [DBG] pgmap v7894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:27.900981+0000 mgr.y (mgr.14556) 8940 : cluster [DBG] pgmap v7894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:31.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:29.901498+0000 mgr.y (mgr.14556) 8941 : cluster [DBG] pgmap v7895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:31.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:29.901498+0000 mgr.y (mgr.14556) 8941 : cluster [DBG] pgmap v7895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:29.901498+0000 mgr.y (mgr.14556) 8941 : cluster [DBG] pgmap v7895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:08:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:31.902313+0000 mgr.y (mgr.14556) 8942 : cluster [DBG] pgmap v7896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:31.902313+0000 mgr.y (mgr.14556) 8942 : cluster [DBG] pgmap v7896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:31.902313+0000 mgr.y (mgr.14556) 8942 : cluster [DBG] pgmap v7896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:08:33] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:08:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:33.902849+0000 mgr.y (mgr.14556) 8943 : cluster [DBG] pgmap v7897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:35.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:33.902849+0000 mgr.y (mgr.14556) 8943 : cluster [DBG] pgmap v7897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:33.902849+0000 mgr.y (mgr.14556) 8943 : cluster [DBG] pgmap v7897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:35.903651+0000 mgr.y (mgr.14556) 8944 : cluster [DBG] pgmap v7898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:35.903651+0000 mgr.y (mgr.14556) 8944 : cluster [DBG] pgmap v7898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:37.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:35.903651+0000 mgr.y (mgr.14556) 8944 : cluster [DBG] pgmap v7898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:37.904111+0000 mgr.y (mgr.14556) 8945 : cluster [DBG] pgmap v7899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:37.904111+0000 mgr.y (mgr.14556) 8945 : cluster [DBG] pgmap v7899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:37.904111+0000 mgr.y (mgr.14556) 8945 : cluster [DBG] pgmap v7899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:39.904680+0000 mgr.y (mgr.14556) 8946 : cluster [DBG] pgmap v7900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:39.904680+0000 mgr.y (mgr.14556) 8946 : cluster [DBG] pgmap v7900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:39.904680+0000 mgr.y (mgr.14556) 8946 : cluster [DBG] pgmap v7900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:41.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:08:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:41.905397+0000 mgr.y (mgr.14556) 8947 : cluster [DBG] pgmap v7901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:41.905397+0000 mgr.y (mgr.14556) 8947 : cluster [DBG] pgmap v7901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:42.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:41.905397+0000 mgr.y (mgr.14556) 8947 : cluster [DBG] pgmap v7901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:08:43] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:08:44.810 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:08:45.099 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:08:45.099 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 7m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:08:45.099 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 7m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:08:45.099 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 7m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:08:45.099 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 7m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:08:45.099 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 7m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:08:45.099 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 7m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:08:45.099 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 7m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 7m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 7m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 7m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 7m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 7m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 7m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 7m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 7m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 7m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 7m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 7m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 7m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:08:45.100 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 7m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:08:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:43.905842+0000 mgr.y (mgr.14556) 8948 : cluster [DBG] pgmap v7902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:43.905842+0000 mgr.y (mgr.14556) 8948 : cluster [DBG] pgmap v7902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:43.905842+0000 mgr.y (mgr.14556) 8948 : cluster [DBG] pgmap v7902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:45.450 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:08:45.451 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:08:45.452 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:08:45.452 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:08:45.452 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:08:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:08:44.800092+0000 mgr.y (mgr.14556) 8949 : audit [DBG] from='client.33923 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:08:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:08:45.092953+0000 mgr.y (mgr.14556) 8950 : audit [DBG] from='client.24015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:08:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:08:45.452536+0000 mon.c (mon.2) 238 : audit [DBG] from='client.? 172.21.15.23:0/494112225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:08:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:08:44.800092+0000 mgr.y (mgr.14556) 8949 : audit [DBG] from='client.33923 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:08:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:08:45.092953+0000 mgr.y (mgr.14556) 8950 : audit [DBG] from='client.24015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:08:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:08:45.452536+0000 mon.c (mon.2) 238 : audit [DBG] from='client.? 172.21.15.23:0/494112225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:08:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:08:44.800092+0000 mgr.y (mgr.14556) 8949 : audit [DBG] from='client.33923 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:08:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:08:45.092953+0000 mgr.y (mgr.14556) 8950 : audit [DBG] from='client.24015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:08:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:08:45.452536+0000 mon.c (mon.2) 238 : audit [DBG] from='client.? 172.21.15.23:0/494112225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:08:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:45.906511+0000 mgr.y (mgr.14556) 8951 : cluster [DBG] pgmap v7903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:45.906511+0000 mgr.y (mgr.14556) 8951 : cluster [DBG] pgmap v7903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:45.906511+0000 mgr.y (mgr.14556) 8951 : cluster [DBG] pgmap v7903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:08:47.509572+0000 mon.a (mon.0) 2296 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:08:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:08:47.816116+0000 mon.a (mon.0) 2297 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:08:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:08:47.816799+0000 mon.a (mon.0) 2298 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:08:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:08:47.827779+0000 mon.a (mon.0) 2299 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:08:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:08:47.509572+0000 mon.a (mon.0) 2296 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:08:47.816116+0000 mon.a (mon.0) 2297 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:08:47.816799+0000 mon.a (mon.0) 2298 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:08:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:08:47.827779+0000 mon.a (mon.0) 2299 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:08:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:08:47.509572+0000 mon.a (mon.0) 2296 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:08:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:08:47.816116+0000 mon.a (mon.0) 2297 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:08:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:08:47.816799+0000 mon.a (mon.0) 2298 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:08:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:08:47.827779+0000 mon.a (mon.0) 2299 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:08:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:47.906839+0000 mgr.y (mgr.14556) 8952 : cluster [DBG] pgmap v7904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:47.906839+0000 mgr.y (mgr.14556) 8952 : cluster [DBG] pgmap v7904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:49.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:47.906839+0000 mgr.y (mgr.14556) 8952 : cluster [DBG] pgmap v7904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:49.907314+0000 mgr.y (mgr.14556) 8953 : cluster [DBG] pgmap v7905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:49.907314+0000 mgr.y (mgr.14556) 8953 : cluster [DBG] pgmap v7905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:49.907314+0000 mgr.y (mgr.14556) 8953 : cluster [DBG] pgmap v7905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:08:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:51.907921+0000 mgr.y (mgr.14556) 8954 : cluster [DBG] pgmap v7906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:51.907921+0000 mgr.y (mgr.14556) 8954 : cluster [DBG] pgmap v7906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:51.907921+0000 mgr.y (mgr.14556) 8954 : cluster [DBG] pgmap v7906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:08:53] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:08:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:53.908318+0000 mgr.y (mgr.14556) 8955 : cluster [DBG] pgmap v7907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:53.908318+0000 mgr.y (mgr.14556) 8955 : cluster [DBG] pgmap v7907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:53.908318+0000 mgr.y (mgr.14556) 8955 : cluster [DBG] pgmap v7907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:55.909037+0000 mgr.y (mgr.14556) 8956 : cluster [DBG] pgmap v7908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:55.909037+0000 mgr.y (mgr.14556) 8956 : cluster [DBG] pgmap v7908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:55.909037+0000 mgr.y (mgr.14556) 8956 : cluster [DBG] pgmap v7908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:57.909590+0000 mgr.y (mgr.14556) 8957 : cluster [DBG] pgmap v7909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:57.909590+0000 mgr.y (mgr.14556) 8957 : cluster [DBG] pgmap v7909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:08:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:08:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:57.909590+0000 mgr.y (mgr.14556) 8957 : cluster [DBG] pgmap v7909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:08:59.909978+0000 mgr.y (mgr.14556) 8958 : cluster [DBG] pgmap v7910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:08:59.909978+0000 mgr.y (mgr.14556) 8958 : cluster [DBG] pgmap v7910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:08:59.909978+0000 mgr.y (mgr.14556) 8958 : cluster [DBG] pgmap v7910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:09:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:01.910762+0000 mgr.y (mgr.14556) 8959 : cluster [DBG] pgmap v7911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:01.910762+0000 mgr.y (mgr.14556) 8959 : cluster [DBG] pgmap v7911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:01.910762+0000 mgr.y (mgr.14556) 8959 : cluster [DBG] pgmap v7911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:09:03] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:09:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:03.911201+0000 mgr.y (mgr.14556) 8960 : cluster [DBG] pgmap v7912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:03.911201+0000 mgr.y (mgr.14556) 8960 : cluster [DBG] pgmap v7912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:03.911201+0000 mgr.y (mgr.14556) 8960 : cluster [DBG] pgmap v7912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:05.911988+0000 mgr.y (mgr.14556) 8961 : cluster [DBG] pgmap v7913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:05.911988+0000 mgr.y (mgr.14556) 8961 : cluster [DBG] pgmap v7913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:05.911988+0000 mgr.y (mgr.14556) 8961 : cluster [DBG] pgmap v7913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:07.912391+0000 mgr.y (mgr.14556) 8962 : cluster [DBG] pgmap v7914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:07.912391+0000 mgr.y (mgr.14556) 8962 : cluster [DBG] pgmap v7914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:07.912391+0000 mgr.y (mgr.14556) 8962 : cluster [DBG] pgmap v7914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:09.912754+0000 mgr.y (mgr.14556) 8963 : cluster [DBG] pgmap v7915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:09.912754+0000 mgr.y (mgr.14556) 8963 : cluster [DBG] pgmap v7915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:09.912754+0000 mgr.y (mgr.14556) 8963 : cluster [DBG] pgmap v7915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:09:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:11.913523+0000 mgr.y (mgr.14556) 8964 : cluster [DBG] pgmap v7916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:11.913523+0000 mgr.y (mgr.14556) 8964 : cluster [DBG] pgmap v7916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:11.913523+0000 mgr.y (mgr.14556) 8964 : cluster [DBG] pgmap v7916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:09:13] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:09:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:13.913857+0000 mgr.y (mgr.14556) 8965 : cluster [DBG] pgmap v7917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:13.913857+0000 mgr.y (mgr.14556) 8965 : cluster [DBG] pgmap v7917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:13.913857+0000 mgr.y (mgr.14556) 8965 : cluster [DBG] pgmap v7917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:15.777 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:09:16.065 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:09:16.065 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 7m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:09:16.065 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 7m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:09:16.065 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 7m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:09:16.065 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 7m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:09:16.065 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 7m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:09:16.065 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 7m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:09:16.065 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 7m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:09:16.065 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 7m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:09:16.065 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 7m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:09:16.066 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 7m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:09:16.066 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 7m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:09:16.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 7m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:09:16.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 7m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:09:16.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 7m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:09:16.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 7m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:09:16.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 7m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:09:16.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 7m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:09:16.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 7m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:09:16.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 7m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:09:16.066 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 7m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:09:16.424 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:09:16.424 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:09:16.424 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:09:16.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:09:16.425 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:09:16.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:09:16.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:09:16.425 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:09:16.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:09:16.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:09:16.426 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:09:16.426 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:09:16.426 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:09:16.426 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:09:16.426 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:09:16.426 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:09:16.427 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:09:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:09:15.767155+0000 mgr.y (mgr.14556) 8966 : audit [DBG] from='client.33941 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:09:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:15.914574+0000 mgr.y (mgr.14556) 8967 : cluster [DBG] pgmap v7918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:09:16.058364+0000 mgr.y (mgr.14556) 8968 : audit [DBG] from='client.24033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:09:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:09:16.425742+0000 mon.a (mon.0) 2300 : audit [DBG] from='client.? 172.21.15.23:0/2378947802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:09:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:09:15.767155+0000 mgr.y (mgr.14556) 8966 : audit [DBG] from='client.33941 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:09:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:15.914574+0000 mgr.y (mgr.14556) 8967 : cluster [DBG] pgmap v7918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:09:16.058364+0000 mgr.y (mgr.14556) 8968 : audit [DBG] from='client.24033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:09:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:09:16.425742+0000 mon.a (mon.0) 2300 : audit [DBG] from='client.? 172.21.15.23:0/2378947802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:09:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:09:15.767155+0000 mgr.y (mgr.14556) 8966 : audit [DBG] from='client.33941 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:09:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:15.914574+0000 mgr.y (mgr.14556) 8967 : cluster [DBG] pgmap v7918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:09:16.058364+0000 mgr.y (mgr.14556) 8968 : audit [DBG] from='client.24033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:09:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:09:16.425742+0000 mon.a (mon.0) 2300 : audit [DBG] from='client.? 172.21.15.23:0/2378947802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:09:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:17.914945+0000 mgr.y (mgr.14556) 8969 : cluster [DBG] pgmap v7919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:17.914945+0000 mgr.y (mgr.14556) 8969 : cluster [DBG] pgmap v7919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:17.914945+0000 mgr.y (mgr.14556) 8969 : cluster [DBG] pgmap v7919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:19.915394+0000 mgr.y (mgr.14556) 8970 : cluster [DBG] pgmap v7920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:19.915394+0000 mgr.y (mgr.14556) 8970 : cluster [DBG] pgmap v7920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:19.915394+0000 mgr.y (mgr.14556) 8970 : cluster [DBG] pgmap v7920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:09:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:21.916046+0000 mgr.y (mgr.14556) 8971 : cluster [DBG] pgmap v7921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:21.916046+0000 mgr.y (mgr.14556) 8971 : cluster [DBG] pgmap v7921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:21.916046+0000 mgr.y (mgr.14556) 8971 : cluster [DBG] pgmap v7921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:09:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:09:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:23.916440+0000 mgr.y (mgr.14556) 8972 : cluster [DBG] pgmap v7922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:23.916440+0000 mgr.y (mgr.14556) 8972 : cluster [DBG] pgmap v7922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:23.916440+0000 mgr.y (mgr.14556) 8972 : cluster [DBG] pgmap v7922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:25.917099+0000 mgr.y (mgr.14556) 8973 : cluster [DBG] pgmap v7923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:25.917099+0000 mgr.y (mgr.14556) 8973 : cluster [DBG] pgmap v7923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:25.917099+0000 mgr.y (mgr.14556) 8973 : cluster [DBG] pgmap v7923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:27.917671+0000 mgr.y (mgr.14556) 8974 : cluster [DBG] pgmap v7924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:27.917671+0000 mgr.y (mgr.14556) 8974 : cluster [DBG] pgmap v7924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:27.917671+0000 mgr.y (mgr.14556) 8974 : cluster [DBG] pgmap v7924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:29.918076+0000 mgr.y (mgr.14556) 8975 : cluster [DBG] pgmap v7925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:29.918076+0000 mgr.y (mgr.14556) 8975 : cluster [DBG] pgmap v7925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:29.918076+0000 mgr.y (mgr.14556) 8975 : cluster [DBG] pgmap v7925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:09:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:31.918840+0000 mgr.y (mgr.14556) 8976 : cluster [DBG] pgmap v7926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:31.918840+0000 mgr.y (mgr.14556) 8976 : cluster [DBG] pgmap v7926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:31.918840+0000 mgr.y (mgr.14556) 8976 : cluster [DBG] pgmap v7926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:09:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:09:35.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:33.919362+0000 mgr.y (mgr.14556) 8977 : cluster [DBG] pgmap v7927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:33.919362+0000 mgr.y (mgr.14556) 8977 : cluster [DBG] pgmap v7927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:33.919362+0000 mgr.y (mgr.14556) 8977 : cluster [DBG] pgmap v7927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:35.919968+0000 mgr.y (mgr.14556) 8978 : cluster [DBG] pgmap v7928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:35.919968+0000 mgr.y (mgr.14556) 8978 : cluster [DBG] pgmap v7928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:35.919968+0000 mgr.y (mgr.14556) 8978 : cluster [DBG] pgmap v7928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:37.920506+0000 mgr.y (mgr.14556) 8979 : cluster [DBG] pgmap v7929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:37.920506+0000 mgr.y (mgr.14556) 8979 : cluster [DBG] pgmap v7929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:37.920506+0000 mgr.y (mgr.14556) 8979 : cluster [DBG] pgmap v7929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:41.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:39.920819+0000 mgr.y (mgr.14556) 8980 : cluster [DBG] pgmap v7930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:39.920819+0000 mgr.y (mgr.14556) 8980 : cluster [DBG] pgmap v7930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:39.920819+0000 mgr.y (mgr.14556) 8980 : cluster [DBG] pgmap v7930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:09:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:41.921523+0000 mgr.y (mgr.14556) 8981 : cluster [DBG] pgmap v7931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:41.921523+0000 mgr.y (mgr.14556) 8981 : cluster [DBG] pgmap v7931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:41.921523+0000 mgr.y (mgr.14556) 8981 : cluster [DBG] pgmap v7931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:09:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:09:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:43.921957+0000 mgr.y (mgr.14556) 8982 : cluster [DBG] pgmap v7932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:43.921957+0000 mgr.y (mgr.14556) 8982 : cluster [DBG] pgmap v7932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:43.921957+0000 mgr.y (mgr.14556) 8982 : cluster [DBG] pgmap v7932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:46.748 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:09:47.034 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:09:47.034 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 8m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 8m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 8m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 8m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 8m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 8m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 8m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 8m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 8m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 8m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 8m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 8m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 8m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 8m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 8m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 8m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:09:47.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 8m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:09:47.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 8m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:09:47.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 8m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:09:47.036 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 8m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:09:47.387 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:09:47.387 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:09:47.387 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:09:47.387 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:09:47.387 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:09:47.387 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:09:47.388 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:09:47.388 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:09:47.388 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:09:47.388 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:09:47.388 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:09:47.388 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:09:47.388 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:09:47.388 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:09:47.388 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:09:47.388 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:09:47.388 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:09:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:45.922672+0000 mgr.y (mgr.14556) 8983 : cluster [DBG] pgmap v7933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:45.922672+0000 mgr.y (mgr.14556) 8983 : cluster [DBG] pgmap v7933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:45.922672+0000 mgr.y (mgr.14556) 8983 : cluster [DBG] pgmap v7933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:09:46.738371+0000 mgr.y (mgr.14556) 8984 : audit [DBG] from='client.33959 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:09:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:09:47.028008+0000 mgr.y (mgr.14556) 8985 : audit [DBG] from='client.33965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:09:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:09:47.388805+0000 mon.c (mon.2) 239 : audit [DBG] from='client.? 172.21.15.23:0/2365585350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:09:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:09:47.832183+0000 mon.a (mon.0) 2301 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:09:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:09:48.124983+0000 mon.a (mon.0) 2302 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:09:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:09:48.125660+0000 mon.a (mon.0) 2303 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:09:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:09:48.139020+0000 mon.a (mon.0) 2304 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:09:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:09:46.738371+0000 mgr.y (mgr.14556) 8984 : audit [DBG] from='client.33959 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:09:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:09:47.028008+0000 mgr.y (mgr.14556) 8985 : audit [DBG] from='client.33965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:09:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:09:47.388805+0000 mon.c (mon.2) 239 : audit [DBG] from='client.? 172.21.15.23:0/2365585350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:09:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:09:47.832183+0000 mon.a (mon.0) 2301 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:09:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:09:48.124983+0000 mon.a (mon.0) 2302 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:09:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:09:48.125660+0000 mon.a (mon.0) 2303 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:09:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:09:48.139020+0000 mon.a (mon.0) 2304 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:09:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:09:46.738371+0000 mgr.y (mgr.14556) 8984 : audit [DBG] from='client.33959 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:09:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:09:47.028008+0000 mgr.y (mgr.14556) 8985 : audit [DBG] from='client.33965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:09:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:09:47.388805+0000 mon.c (mon.2) 239 : audit [DBG] from='client.? 172.21.15.23:0/2365585350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:09:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:09:47.832183+0000 mon.a (mon.0) 2301 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:09:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:09:48.124983+0000 mon.a (mon.0) 2302 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:09:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:09:48.125660+0000 mon.a (mon.0) 2303 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:09:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:09:48.139020+0000 mon.a (mon.0) 2304 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:09:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:47.923001+0000 mgr.y (mgr.14556) 8986 : cluster [DBG] pgmap v7934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:47.923001+0000 mgr.y (mgr.14556) 8986 : cluster [DBG] pgmap v7934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:47.923001+0000 mgr.y (mgr.14556) 8986 : cluster [DBG] pgmap v7934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:51.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:49.923425+0000 mgr.y (mgr.14556) 8987 : cluster [DBG] pgmap v7935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:49.923425+0000 mgr.y (mgr.14556) 8987 : cluster [DBG] pgmap v7935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:49.923425+0000 mgr.y (mgr.14556) 8987 : cluster [DBG] pgmap v7935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:09:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:51.924079+0000 mgr.y (mgr.14556) 8988 : cluster [DBG] pgmap v7936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:51.924079+0000 mgr.y (mgr.14556) 8988 : cluster [DBG] pgmap v7936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:51.924079+0000 mgr.y (mgr.14556) 8988 : cluster [DBG] pgmap v7936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:09:53] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:09:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:53.924562+0000 mgr.y (mgr.14556) 8989 : cluster [DBG] pgmap v7937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:53.924562+0000 mgr.y (mgr.14556) 8989 : cluster [DBG] pgmap v7937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:53.924562+0000 mgr.y (mgr.14556) 8989 : cluster [DBG] pgmap v7937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:55.925277+0000 mgr.y (mgr.14556) 8990 : cluster [DBG] pgmap v7938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:55.925277+0000 mgr.y (mgr.14556) 8990 : cluster [DBG] pgmap v7938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:55.925277+0000 mgr.y (mgr.14556) 8990 : cluster [DBG] pgmap v7938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:57.925608+0000 mgr.y (mgr.14556) 8991 : cluster [DBG] pgmap v7939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:57.925608+0000 mgr.y (mgr.14556) 8991 : cluster [DBG] pgmap v7939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:09:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:09:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:57.925608+0000 mgr.y (mgr.14556) 8991 : cluster [DBG] pgmap v7939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:00.334 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T11:09:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:10:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:00.000125+0000 mon.a (mon.0) 2305 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:10:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:00.000125+0000 mon.a (mon.0) 2305 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:10:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:00.000125+0000 mon.a (mon.0) 2305 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:10:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:09:59.926122+0000 mgr.y (mgr.14556) 8992 : cluster [DBG] pgmap v7940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:09:59.926122+0000 mgr.y (mgr.14556) 8992 : cluster [DBG] pgmap v7940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:01.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:09:59.926122+0000 mgr.y (mgr.14556) 8992 : cluster [DBG] pgmap v7940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:01.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:10:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:01.926804+0000 mgr.y (mgr.14556) 8993 : cluster [DBG] pgmap v7941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:01.926804+0000 mgr.y (mgr.14556) 8993 : cluster [DBG] pgmap v7941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:01.926804+0000 mgr.y (mgr.14556) 8993 : cluster [DBG] pgmap v7941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:10:03] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:10:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:03.927228+0000 mgr.y (mgr.14556) 8994 : cluster [DBG] pgmap v7942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:03.927228+0000 mgr.y (mgr.14556) 8994 : cluster [DBG] pgmap v7942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:03.927228+0000 mgr.y (mgr.14556) 8994 : cluster [DBG] pgmap v7942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:05.927925+0000 mgr.y (mgr.14556) 8995 : cluster [DBG] pgmap v7943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:05.927925+0000 mgr.y (mgr.14556) 8995 : cluster [DBG] pgmap v7943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:05.927925+0000 mgr.y (mgr.14556) 8995 : cluster [DBG] pgmap v7943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:07.928352+0000 mgr.y (mgr.14556) 8996 : cluster [DBG] pgmap v7944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:07.928352+0000 mgr.y (mgr.14556) 8996 : cluster [DBG] pgmap v7944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:07.928352+0000 mgr.y (mgr.14556) 8996 : cluster [DBG] pgmap v7944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:09.928801+0000 mgr.y (mgr.14556) 8997 : cluster [DBG] pgmap v7945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:09.928801+0000 mgr.y (mgr.14556) 8997 : cluster [DBG] pgmap v7945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:09.928801+0000 mgr.y (mgr.14556) 8997 : cluster [DBG] pgmap v7945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:10:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:11.929451+0000 mgr.y (mgr.14556) 8998 : cluster [DBG] pgmap v7946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:11.929451+0000 mgr.y (mgr.14556) 8998 : cluster [DBG] pgmap v7946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:11.929451+0000 mgr.y (mgr.14556) 8998 : cluster [DBG] pgmap v7946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:10:13] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:10:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:13.929991+0000 mgr.y (mgr.14556) 8999 : cluster [DBG] pgmap v7947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:13.929991+0000 mgr.y (mgr.14556) 8999 : cluster [DBG] pgmap v7947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:13.929991+0000 mgr.y (mgr.14556) 8999 : cluster [DBG] pgmap v7947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:15.930632+0000 mgr.y (mgr.14556) 9000 : cluster [DBG] pgmap v7948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:15.930632+0000 mgr.y (mgr.14556) 9000 : cluster [DBG] pgmap v7948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:15.930632+0000 mgr.y (mgr.14556) 9000 : cluster [DBG] pgmap v7948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:17.716 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:10:18.001 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 8m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 8m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 8m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 8m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 8m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 8m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 8m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 8m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 8m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 8m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 8m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 8m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:10:18.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 8m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:10:18.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 8m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:10:18.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 8m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:10:18.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 8m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:10:18.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 8m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:10:18.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 8m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:10:18.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 8m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:10:18.003 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 8m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:10:18.352 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:10:18.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:10:18.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:10:18.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:10:18.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:10:18.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:10:18.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:10:18.354 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:10:18.354 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:10:18.354 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:10:18.354 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:10:18.354 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:10:18.354 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:10:18.355 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:10:18.355 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:10:18.355 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:10:18.355 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:10:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:10:17.705202+0000 mgr.y (mgr.14556) 9001 : audit [DBG] from='client.24063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:10:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:17.930935+0000 mgr.y (mgr.14556) 9002 : cluster [DBG] pgmap v7949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:10:17.995079+0000 mgr.y (mgr.14556) 9003 : audit [DBG] from='client.33983 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:10:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:10:18.353843+0000 mon.a (mon.0) 2306 : audit [DBG] from='client.? 172.21.15.23:0/4235499376' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:10:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:10:17.705202+0000 mgr.y (mgr.14556) 9001 : audit [DBG] from='client.24063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:10:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:17.930935+0000 mgr.y (mgr.14556) 9002 : cluster [DBG] pgmap v7949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:10:17.995079+0000 mgr.y (mgr.14556) 9003 : audit [DBG] from='client.33983 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:10:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:10:18.353843+0000 mon.a (mon.0) 2306 : audit [DBG] from='client.? 172.21.15.23:0/4235499376' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:10:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:10:17.705202+0000 mgr.y (mgr.14556) 9001 : audit [DBG] from='client.24063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:10:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:17.930935+0000 mgr.y (mgr.14556) 9002 : cluster [DBG] pgmap v7949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:10:17.995079+0000 mgr.y (mgr.14556) 9003 : audit [DBG] from='client.33983 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:10:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:10:18.353843+0000 mon.a (mon.0) 2306 : audit [DBG] from='client.? 172.21.15.23:0/4235499376' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:10:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:19.931422+0000 mgr.y (mgr.14556) 9004 : cluster [DBG] pgmap v7950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:19.931422+0000 mgr.y (mgr.14556) 9004 : cluster [DBG] pgmap v7950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:19.931422+0000 mgr.y (mgr.14556) 9004 : cluster [DBG] pgmap v7950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:10:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:21.932122+0000 mgr.y (mgr.14556) 9005 : cluster [DBG] pgmap v7951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:21.932122+0000 mgr.y (mgr.14556) 9005 : cluster [DBG] pgmap v7951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:21.932122+0000 mgr.y (mgr.14556) 9005 : cluster [DBG] pgmap v7951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:10:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:10:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:23.932521+0000 mgr.y (mgr.14556) 9006 : cluster [DBG] pgmap v7952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:23.932521+0000 mgr.y (mgr.14556) 9006 : cluster [DBG] pgmap v7952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:23.932521+0000 mgr.y (mgr.14556) 9006 : cluster [DBG] pgmap v7952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:25.933118+0000 mgr.y (mgr.14556) 9007 : cluster [DBG] pgmap v7953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:25.933118+0000 mgr.y (mgr.14556) 9007 : cluster [DBG] pgmap v7953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:25.933118+0000 mgr.y (mgr.14556) 9007 : cluster [DBG] pgmap v7953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:27.933721+0000 mgr.y (mgr.14556) 9008 : cluster [DBG] pgmap v7954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:27.933721+0000 mgr.y (mgr.14556) 9008 : cluster [DBG] pgmap v7954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:27.933721+0000 mgr.y (mgr.14556) 9008 : cluster [DBG] pgmap v7954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:29.934303+0000 mgr.y (mgr.14556) 9009 : cluster [DBG] pgmap v7955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:29.934303+0000 mgr.y (mgr.14556) 9009 : cluster [DBG] pgmap v7955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:29.934303+0000 mgr.y (mgr.14556) 9009 : cluster [DBG] pgmap v7955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:10:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:31.934970+0000 mgr.y (mgr.14556) 9010 : cluster [DBG] pgmap v7956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:31.934970+0000 mgr.y (mgr.14556) 9010 : cluster [DBG] pgmap v7956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:31.934970+0000 mgr.y (mgr.14556) 9010 : cluster [DBG] pgmap v7956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:10:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:10:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:33.935457+0000 mgr.y (mgr.14556) 9011 : cluster [DBG] pgmap v7957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:33.935457+0000 mgr.y (mgr.14556) 9011 : cluster [DBG] pgmap v7957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:33.935457+0000 mgr.y (mgr.14556) 9011 : cluster [DBG] pgmap v7957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:35.936126+0000 mgr.y (mgr.14556) 9012 : cluster [DBG] pgmap v7958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:35.936126+0000 mgr.y (mgr.14556) 9012 : cluster [DBG] pgmap v7958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:35.936126+0000 mgr.y (mgr.14556) 9012 : cluster [DBG] pgmap v7958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:37.936672+0000 mgr.y (mgr.14556) 9013 : cluster [DBG] pgmap v7959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:37.936672+0000 mgr.y (mgr.14556) 9013 : cluster [DBG] pgmap v7959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:37.936672+0000 mgr.y (mgr.14556) 9013 : cluster [DBG] pgmap v7959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:39.937233+0000 mgr.y (mgr.14556) 9014 : cluster [DBG] pgmap v7960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:39.937233+0000 mgr.y (mgr.14556) 9014 : cluster [DBG] pgmap v7960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:39.937233+0000 mgr.y (mgr.14556) 9014 : cluster [DBG] pgmap v7960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:10:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:41.937954+0000 mgr.y (mgr.14556) 9015 : cluster [DBG] pgmap v7961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:41.937954+0000 mgr.y (mgr.14556) 9015 : cluster [DBG] pgmap v7961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:41.937954+0000 mgr.y (mgr.14556) 9015 : cluster [DBG] pgmap v7961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:10:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:10:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:43.938416+0000 mgr.y (mgr.14556) 9016 : cluster [DBG] pgmap v7962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:43.938416+0000 mgr.y (mgr.14556) 9016 : cluster [DBG] pgmap v7962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:43.938416+0000 mgr.y (mgr.14556) 9016 : cluster [DBG] pgmap v7962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:45.939028+0000 mgr.y (mgr.14556) 9017 : cluster [DBG] pgmap v7963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:45.939028+0000 mgr.y (mgr.14556) 9017 : cluster [DBG] pgmap v7963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:45.939028+0000 mgr.y (mgr.14556) 9017 : cluster [DBG] pgmap v7963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:10:48.143413+0000 mon.a (mon.0) 2307 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:10:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:10:48.143413+0000 mon.a (mon.0) 2307 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:10:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:10:48.143413+0000 mon.a (mon.0) 2307 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:10:48.669 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:10:48.958 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:10:48.958 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 9m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 9m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 9m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 9m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 9m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 9m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 9m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 9m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 9m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 9m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 9m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 9m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 9m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 9m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:10:48.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 9m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:10:48.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 9m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:10:48.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 9m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:10:48.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 9m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:10:48.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 9m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:10:48.960 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 9m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:10:49.311 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:10:49.312 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:10:49.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:10:49.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:10:49.312 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:10:49.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:10:49.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:10:49.312 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:10:49.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:10:49.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:10:49.312 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:10:49.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:10:49.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:10:49.313 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:10:49.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:10:49.313 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:10:49.313 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:10:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:47.939442+0000 mgr.y (mgr.14556) 9018 : cluster [DBG] pgmap v7964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:10:48.457810+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:10:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:10:48.458455+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:10:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:10:48.465224+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:10:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:47.939442+0000 mgr.y (mgr.14556) 9018 : cluster [DBG] pgmap v7964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:10:48.457810+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:10:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:10:48.458455+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:10:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:10:48.465224+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:10:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:47.939442+0000 mgr.y (mgr.14556) 9018 : cluster [DBG] pgmap v7964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:10:48.457810+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:10:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:10:48.458455+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:10:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:10:48.465224+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:10:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:10:48.659035+0000 mgr.y (mgr.14556) 9019 : audit [DBG] from='client.33995 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:10:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:10:48.951744+0000 mgr.y (mgr.14556) 9020 : audit [DBG] from='client.24087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:10:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:10:49.312952+0000 mon.c (mon.2) 240 : audit [DBG] from='client.? 172.21.15.23:0/3795956043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:10:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:10:48.659035+0000 mgr.y (mgr.14556) 9019 : audit [DBG] from='client.33995 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:10:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:10:48.951744+0000 mgr.y (mgr.14556) 9020 : audit [DBG] from='client.24087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:10:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:10:49.312952+0000 mon.c (mon.2) 240 : audit [DBG] from='client.? 172.21.15.23:0/3795956043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:10:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:10:48.659035+0000 mgr.y (mgr.14556) 9019 : audit [DBG] from='client.33995 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:10:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:10:48.951744+0000 mgr.y (mgr.14556) 9020 : audit [DBG] from='client.24087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:10:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:10:49.312952+0000 mon.c (mon.2) 240 : audit [DBG] from='client.? 172.21.15.23:0/3795956043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:10:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:49.939724+0000 mgr.y (mgr.14556) 9021 : cluster [DBG] pgmap v7965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:49.939724+0000 mgr.y (mgr.14556) 9021 : cluster [DBG] pgmap v7965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:49.939724+0000 mgr.y (mgr.14556) 9021 : cluster [DBG] pgmap v7965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:10:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:51.940477+0000 mgr.y (mgr.14556) 9022 : cluster [DBG] pgmap v7966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:51.940477+0000 mgr.y (mgr.14556) 9022 : cluster [DBG] pgmap v7966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:51.940477+0000 mgr.y (mgr.14556) 9022 : cluster [DBG] pgmap v7966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:10:53] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:10:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:53.940802+0000 mgr.y (mgr.14556) 9023 : cluster [DBG] pgmap v7967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:53.940802+0000 mgr.y (mgr.14556) 9023 : cluster [DBG] pgmap v7967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:53.940802+0000 mgr.y (mgr.14556) 9023 : cluster [DBG] pgmap v7967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:55.941601+0000 mgr.y (mgr.14556) 9024 : cluster [DBG] pgmap v7968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:55.941601+0000 mgr.y (mgr.14556) 9024 : cluster [DBG] pgmap v7968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:55.941601+0000 mgr.y (mgr.14556) 9024 : cluster [DBG] pgmap v7968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:57.941947+0000 mgr.y (mgr.14556) 9025 : cluster [DBG] pgmap v7969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:57.941947+0000 mgr.y (mgr.14556) 9025 : cluster [DBG] pgmap v7969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:10:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:57.941947+0000 mgr.y (mgr.14556) 9025 : cluster [DBG] pgmap v7969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:10:59.942513+0000 mgr.y (mgr.14556) 9026 : cluster [DBG] pgmap v7970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:10:59.942513+0000 mgr.y (mgr.14556) 9026 : cluster [DBG] pgmap v7970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:10:59.942513+0000 mgr.y (mgr.14556) 9026 : cluster [DBG] pgmap v7970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:11:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:01.943288+0000 mgr.y (mgr.14556) 9027 : cluster [DBG] pgmap v7971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:01.943288+0000 mgr.y (mgr.14556) 9027 : cluster [DBG] pgmap v7971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:01.943288+0000 mgr.y (mgr.14556) 9027 : cluster [DBG] pgmap v7971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:11:03] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:11:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:03.943829+0000 mgr.y (mgr.14556) 9028 : cluster [DBG] pgmap v7972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:03.943829+0000 mgr.y (mgr.14556) 9028 : cluster [DBG] pgmap v7972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:03.943829+0000 mgr.y (mgr.14556) 9028 : cluster [DBG] pgmap v7972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:05.944504+0000 mgr.y (mgr.14556) 9029 : cluster [DBG] pgmap v7973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:05.944504+0000 mgr.y (mgr.14556) 9029 : cluster [DBG] pgmap v7973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:05.944504+0000 mgr.y (mgr.14556) 9029 : cluster [DBG] pgmap v7973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:07.944991+0000 mgr.y (mgr.14556) 9030 : cluster [DBG] pgmap v7974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:07.944991+0000 mgr.y (mgr.14556) 9030 : cluster [DBG] pgmap v7974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:07.944991+0000 mgr.y (mgr.14556) 9030 : cluster [DBG] pgmap v7974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:09.945543+0000 mgr.y (mgr.14556) 9031 : cluster [DBG] pgmap v7975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:09.945543+0000 mgr.y (mgr.14556) 9031 : cluster [DBG] pgmap v7975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:09.945543+0000 mgr.y (mgr.14556) 9031 : cluster [DBG] pgmap v7975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:11:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:11.946166+0000 mgr.y (mgr.14556) 9032 : cluster [DBG] pgmap v7976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:11.946166+0000 mgr.y (mgr.14556) 9032 : cluster [DBG] pgmap v7976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:11.946166+0000 mgr.y (mgr.14556) 9032 : cluster [DBG] pgmap v7976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:11:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:11:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:13.946651+0000 mgr.y (mgr.14556) 9033 : cluster [DBG] pgmap v7977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:13.946651+0000 mgr.y (mgr.14556) 9033 : cluster [DBG] pgmap v7977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:13.946651+0000 mgr.y (mgr.14556) 9033 : cluster [DBG] pgmap v7977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:15.947317+0000 mgr.y (mgr.14556) 9034 : cluster [DBG] pgmap v7978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:15.947317+0000 mgr.y (mgr.14556) 9034 : cluster [DBG] pgmap v7978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:15.947317+0000 mgr.y (mgr.14556) 9034 : cluster [DBG] pgmap v7978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:17.947893+0000 mgr.y (mgr.14556) 9035 : cluster [DBG] pgmap v7979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:17.947893+0000 mgr.y (mgr.14556) 9035 : cluster [DBG] pgmap v7979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:17.947893+0000 mgr.y (mgr.14556) 9035 : cluster [DBG] pgmap v7979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:19.635 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:11:19.922 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 9m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 9m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 9m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 9m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 9m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 9m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 9m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 9m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 9m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 9m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 9m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 9m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:11:19.923 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 9m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:11:19.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 9m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:11:19.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 9m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:11:19.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 9m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:11:19.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 9m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:11:19.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 9m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:11:19.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 9m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:11:19.924 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 9m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:11:20.272 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:11:20.272 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:11:20.272 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:11:20.273 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:11:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:11:19.624526+0000 mgr.y (mgr.14556) 9036 : audit [DBG] from='client.34013 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:11:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:11:19.915852+0000 mgr.y (mgr.14556) 9037 : audit [DBG] from='client.24105 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:11:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:19.948220+0000 mgr.y (mgr.14556) 9038 : cluster [DBG] pgmap v7980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:11:20.273626+0000 mon.a (mon.0) 2311 : audit [DBG] from='client.? 172.21.15.23:0/3884142505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:11:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:11:19.624526+0000 mgr.y (mgr.14556) 9036 : audit [DBG] from='client.34013 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:11:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:11:19.915852+0000 mgr.y (mgr.14556) 9037 : audit [DBG] from='client.24105 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:11:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:19.948220+0000 mgr.y (mgr.14556) 9038 : cluster [DBG] pgmap v7980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:11:20.273626+0000 mon.a (mon.0) 2311 : audit [DBG] from='client.? 172.21.15.23:0/3884142505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:11:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:11:19.624526+0000 mgr.y (mgr.14556) 9036 : audit [DBG] from='client.34013 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:11:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:11:19.915852+0000 mgr.y (mgr.14556) 9037 : audit [DBG] from='client.24105 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:11:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:19.948220+0000 mgr.y (mgr.14556) 9038 : cluster [DBG] pgmap v7980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:11:20.273626+0000 mon.a (mon.0) 2311 : audit [DBG] from='client.? 172.21.15.23:0/3884142505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:11:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:11:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:21.948874+0000 mgr.y (mgr.14556) 9039 : cluster [DBG] pgmap v7981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:21.948874+0000 mgr.y (mgr.14556) 9039 : cluster [DBG] pgmap v7981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:21.948874+0000 mgr.y (mgr.14556) 9039 : cluster [DBG] pgmap v7981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:11:23] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:11:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:23.949284+0000 mgr.y (mgr.14556) 9040 : cluster [DBG] pgmap v7982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:23.949284+0000 mgr.y (mgr.14556) 9040 : cluster [DBG] pgmap v7982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:23.949284+0000 mgr.y (mgr.14556) 9040 : cluster [DBG] pgmap v7982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:25.950178+0000 mgr.y (mgr.14556) 9041 : cluster [DBG] pgmap v7983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:25.950178+0000 mgr.y (mgr.14556) 9041 : cluster [DBG] pgmap v7983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:25.950178+0000 mgr.y (mgr.14556) 9041 : cluster [DBG] pgmap v7983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:27.950680+0000 mgr.y (mgr.14556) 9042 : cluster [DBG] pgmap v7984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:27.950680+0000 mgr.y (mgr.14556) 9042 : cluster [DBG] pgmap v7984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:27.950680+0000 mgr.y (mgr.14556) 9042 : cluster [DBG] pgmap v7984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:29.951350+0000 mgr.y (mgr.14556) 9043 : cluster [DBG] pgmap v7985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:29.951350+0000 mgr.y (mgr.14556) 9043 : cluster [DBG] pgmap v7985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:29.951350+0000 mgr.y (mgr.14556) 9043 : cluster [DBG] pgmap v7985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:11:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:31.952071+0000 mgr.y (mgr.14556) 9044 : cluster [DBG] pgmap v7986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:31.952071+0000 mgr.y (mgr.14556) 9044 : cluster [DBG] pgmap v7986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:31.952071+0000 mgr.y (mgr.14556) 9044 : cluster [DBG] pgmap v7986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:11:33] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:11:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:33.952554+0000 mgr.y (mgr.14556) 9045 : cluster [DBG] pgmap v7987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:33.952554+0000 mgr.y (mgr.14556) 9045 : cluster [DBG] pgmap v7987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:33.952554+0000 mgr.y (mgr.14556) 9045 : cluster [DBG] pgmap v7987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:35.953400+0000 mgr.y (mgr.14556) 9046 : cluster [DBG] pgmap v7988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:35.953400+0000 mgr.y (mgr.14556) 9046 : cluster [DBG] pgmap v7988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:35.953400+0000 mgr.y (mgr.14556) 9046 : cluster [DBG] pgmap v7988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:37.953958+0000 mgr.y (mgr.14556) 9047 : cluster [DBG] pgmap v7989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:37.953958+0000 mgr.y (mgr.14556) 9047 : cluster [DBG] pgmap v7989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:37.953958+0000 mgr.y (mgr.14556) 9047 : cluster [DBG] pgmap v7989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:39.954371+0000 mgr.y (mgr.14556) 9048 : cluster [DBG] pgmap v7990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:39.954371+0000 mgr.y (mgr.14556) 9048 : cluster [DBG] pgmap v7990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:39.954371+0000 mgr.y (mgr.14556) 9048 : cluster [DBG] pgmap v7990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:11:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:41.955018+0000 mgr.y (mgr.14556) 9049 : cluster [DBG] pgmap v7991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:41.955018+0000 mgr.y (mgr.14556) 9049 : cluster [DBG] pgmap v7991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:41.955018+0000 mgr.y (mgr.14556) 9049 : cluster [DBG] pgmap v7991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:11:43] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:11:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:43.955463+0000 mgr.y (mgr.14556) 9050 : cluster [DBG] pgmap v7992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:43.955463+0000 mgr.y (mgr.14556) 9050 : cluster [DBG] pgmap v7992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:43.955463+0000 mgr.y (mgr.14556) 9050 : cluster [DBG] pgmap v7992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:45.956290+0000 mgr.y (mgr.14556) 9051 : cluster [DBG] pgmap v7993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:45.956290+0000 mgr.y (mgr.14556) 9051 : cluster [DBG] pgmap v7993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:45.956290+0000 mgr.y (mgr.14556) 9051 : cluster [DBG] pgmap v7993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:47.957002+0000 mgr.y (mgr.14556) 9052 : cluster [DBG] pgmap v7994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:11:48.470316+0000 mon.a (mon.0) 2312 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:11:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:47.957002+0000 mgr.y (mgr.14556) 9052 : cluster [DBG] pgmap v7994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:11:48.470316+0000 mon.a (mon.0) 2312 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:11:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:47.957002+0000 mgr.y (mgr.14556) 9052 : cluster [DBG] pgmap v7994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:11:48.470316+0000 mon.a (mon.0) 2312 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:11:50.605 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:11:50.896 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:11:50.896 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 10m ago 4h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:11:50.896 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 10m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:11:50.896 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 10m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:11:50.896 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 10m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 10m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 10m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 10m ago 4h 729M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 10m ago 4h 386M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 10m ago 4h 388M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 10m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 10m ago 4h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 10m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 10m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 10m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 10m ago 4h 41.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 10m ago 4h 42.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 10m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 10m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:11:50.897 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 10m ago 4h 41.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:11:50.898 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 10m ago 4h 97.9M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:11:51.249 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:11:51.249 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:11:51.250 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:11:51.251 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:11:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:11:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:49.957369+0000 mgr.y (mgr.14556) 9053 : cluster [DBG] pgmap v7995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:49.957369+0000 mgr.y (mgr.14556) 9053 : cluster [DBG] pgmap v7995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:49.957369+0000 mgr.y (mgr.14556) 9053 : cluster [DBG] pgmap v7995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:11:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:11:50.593414+0000 mgr.y (mgr.14556) 9054 : audit [DBG] from='client.34031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:11:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:11:50.889349+0000 mgr.y (mgr.14556) 9055 : audit [DBG] from='client.24123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:11:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:11:51.250568+0000 mon.a (mon.0) 2313 : audit [DBG] from='client.? 172.21.15.23:0/3864248405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:11:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:11:51.285490+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:11:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:11:52.137763+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:11:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:11:50.593414+0000 mgr.y (mgr.14556) 9054 : audit [DBG] from='client.34031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:11:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:11:50.889349+0000 mgr.y (mgr.14556) 9055 : audit [DBG] from='client.24123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:11:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:11:51.250568+0000 mon.a (mon.0) 2313 : audit [DBG] from='client.? 172.21.15.23:0/3864248405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:11:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:11:51.285490+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:11:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:11:52.137763+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:11:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:11:50.593414+0000 mgr.y (mgr.14556) 9054 : audit [DBG] from='client.34031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:11:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:11:50.889349+0000 mgr.y (mgr.14556) 9055 : audit [DBG] from='client.24123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:11:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:11:51.250568+0000 mon.a (mon.0) 2313 : audit [DBG] from='client.? 172.21.15.23:0/3864248405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:11:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:11:51.285490+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:11:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:11:52.137763+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:11:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:51.958100+0000 mgr.y (mgr.14556) 9056 : cluster [DBG] pgmap v7996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:11:52.439141+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:11:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:11:52.440075+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:11:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:11:52.447776+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:11:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:51.958100+0000 mgr.y (mgr.14556) 9056 : cluster [DBG] pgmap v7996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:11:52.439141+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:11:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:11:52.440075+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:11:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:11:52.447776+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:11:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:51.958100+0000 mgr.y (mgr.14556) 9056 : cluster [DBG] pgmap v7996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:11:52.439141+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:11:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:11:52.440075+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:11:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:11:52.447776+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:11:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:11:53] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:11:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:53.958479+0000 mgr.y (mgr.14556) 9057 : cluster [DBG] pgmap v7997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:53.958479+0000 mgr.y (mgr.14556) 9057 : cluster [DBG] pgmap v7997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:53.958479+0000 mgr.y (mgr.14556) 9057 : cluster [DBG] pgmap v7997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:55.959194+0000 mgr.y (mgr.14556) 9058 : cluster [DBG] pgmap v7998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:55.959194+0000 mgr.y (mgr.14556) 9058 : cluster [DBG] pgmap v7998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:55.959194+0000 mgr.y (mgr.14556) 9058 : cluster [DBG] pgmap v7998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:57.959651+0000 mgr.y (mgr.14556) 9059 : cluster [DBG] pgmap v7999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:57.959651+0000 mgr.y (mgr.14556) 9059 : cluster [DBG] pgmap v7999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:11:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:11:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:57.959651+0000 mgr.y (mgr.14556) 9059 : cluster [DBG] pgmap v7999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:11:59.960043+0000 mgr.y (mgr.14556) 9060 : cluster [DBG] pgmap v8000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:11:59.960043+0000 mgr.y (mgr.14556) 9060 : cluster [DBG] pgmap v8000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:01.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:11:59.960043+0000 mgr.y (mgr.14556) 9060 : cluster [DBG] pgmap v8000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:12:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:01.960740+0000 mgr.y (mgr.14556) 9061 : cluster [DBG] pgmap v8001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:01.960740+0000 mgr.y (mgr.14556) 9061 : cluster [DBG] pgmap v8001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:01.960740+0000 mgr.y (mgr.14556) 9061 : cluster [DBG] pgmap v8001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:12:03] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:12:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:03.961204+0000 mgr.y (mgr.14556) 9062 : cluster [DBG] pgmap v8002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:03.961204+0000 mgr.y (mgr.14556) 9062 : cluster [DBG] pgmap v8002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:03.961204+0000 mgr.y (mgr.14556) 9062 : cluster [DBG] pgmap v8002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:06.409 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:05.962033+0000 mgr.y (mgr.14556) 9063 : cluster [DBG] pgmap v8003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:05.962033+0000 mgr.y (mgr.14556) 9063 : cluster [DBG] pgmap v8003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:05.962033+0000 mgr.y (mgr.14556) 9063 : cluster [DBG] pgmap v8003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:07.962545+0000 mgr.y (mgr.14556) 9064 : cluster [DBG] pgmap v8004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:07.962545+0000 mgr.y (mgr.14556) 9064 : cluster [DBG] pgmap v8004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:07.962545+0000 mgr.y (mgr.14556) 9064 : cluster [DBG] pgmap v8004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:09.962918+0000 mgr.y (mgr.14556) 9065 : cluster [DBG] pgmap v8005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:09.962918+0000 mgr.y (mgr.14556) 9065 : cluster [DBG] pgmap v8005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:09.962918+0000 mgr.y (mgr.14556) 9065 : cluster [DBG] pgmap v8005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:12:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:11.963671+0000 mgr.y (mgr.14556) 9066 : cluster [DBG] pgmap v8006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:11.963671+0000 mgr.y (mgr.14556) 9066 : cluster [DBG] pgmap v8006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:11.963671+0000 mgr.y (mgr.14556) 9066 : cluster [DBG] pgmap v8006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:12:13] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:12:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:13.964130+0000 mgr.y (mgr.14556) 9067 : cluster [DBG] pgmap v8007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:13.964130+0000 mgr.y (mgr.14556) 9067 : cluster [DBG] pgmap v8007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:13.964130+0000 mgr.y (mgr.14556) 9067 : cluster [DBG] pgmap v8007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:15.964877+0000 mgr.y (mgr.14556) 9068 : cluster [DBG] pgmap v8008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:15.964877+0000 mgr.y (mgr.14556) 9068 : cluster [DBG] pgmap v8008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:15.964877+0000 mgr.y (mgr.14556) 9068 : cluster [DBG] pgmap v8008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:17.965316+0000 mgr.y (mgr.14556) 9069 : cluster [DBG] pgmap v8009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:17.965316+0000 mgr.y (mgr.14556) 9069 : cluster [DBG] pgmap v8009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:17.965316+0000 mgr.y (mgr.14556) 9069 : cluster [DBG] pgmap v8009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:19.965655+0000 mgr.y (mgr.14556) 9070 : cluster [DBG] pgmap v8010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:19.965655+0000 mgr.y (mgr.14556) 9070 : cluster [DBG] pgmap v8010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:19.965655+0000 mgr.y (mgr.14556) 9070 : cluster [DBG] pgmap v8010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:21.577 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:12:21.866 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:12:21.866 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 30s ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:12:21.866 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 29s ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:12:21.866 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 30s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:12:21.866 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 29s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:12:21.866 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 29s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:12:21.866 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 30s ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:12:21.866 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 30s ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:12:21.867 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 29s ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:12:21.867 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 30s ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:12:21.867 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 30s ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:12:21.867 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 29s ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:12:21.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 30s ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:12:21.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 30s ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:12:21.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 30s ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:12:21.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 30s ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:12:21.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 29s ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:12:21.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 29s ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:12:21.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 29s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:12:21.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 29s ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:12:21.868 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 29s ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:12:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:12:22.218 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:12:22.218 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:12:22.218 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:12:22.218 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:12:22.218 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:12:22.218 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:12:22.218 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:12:22.218 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:12:22.218 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:12:22.218 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:12:22.218 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:12:22.218 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:12:22.219 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:12:22.219 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:12:22.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:12:22.219 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:12:22.219 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:12:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:12:21.566743+0000 mgr.y (mgr.14556) 9071 : audit [DBG] from='client.34049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:12:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:12:21.858934+0000 mgr.y (mgr.14556) 9072 : audit [DBG] from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:12:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:21.966199+0000 mgr.y (mgr.14556) 9073 : cluster [DBG] pgmap v8011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:12:22.218442+0000 mon.a (mon.0) 2319 : audit [DBG] from='client.? 172.21.15.23:0/130446756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:12:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:12:21.566743+0000 mgr.y (mgr.14556) 9071 : audit [DBG] from='client.34049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:12:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:12:21.858934+0000 mgr.y (mgr.14556) 9072 : audit [DBG] from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:12:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:21.966199+0000 mgr.y (mgr.14556) 9073 : cluster [DBG] pgmap v8011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:12:22.218442+0000 mon.a (mon.0) 2319 : audit [DBG] from='client.? 172.21.15.23:0/130446756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:12:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:12:21.566743+0000 mgr.y (mgr.14556) 9071 : audit [DBG] from='client.34049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:12:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:12:21.858934+0000 mgr.y (mgr.14556) 9072 : audit [DBG] from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:12:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:21.966199+0000 mgr.y (mgr.14556) 9073 : cluster [DBG] pgmap v8011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:12:22.218442+0000 mon.a (mon.0) 2319 : audit [DBG] from='client.? 172.21.15.23:0/130446756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:12:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:12:23] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:12:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:23.966604+0000 mgr.y (mgr.14556) 9074 : cluster [DBG] pgmap v8012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:23.966604+0000 mgr.y (mgr.14556) 9074 : cluster [DBG] pgmap v8012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:23.966604+0000 mgr.y (mgr.14556) 9074 : cluster [DBG] pgmap v8012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:25.967324+0000 mgr.y (mgr.14556) 9075 : cluster [DBG] pgmap v8013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:25.967324+0000 mgr.y (mgr.14556) 9075 : cluster [DBG] pgmap v8013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:25.967324+0000 mgr.y (mgr.14556) 9075 : cluster [DBG] pgmap v8013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:27.967769+0000 mgr.y (mgr.14556) 9076 : cluster [DBG] pgmap v8014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:27.967769+0000 mgr.y (mgr.14556) 9076 : cluster [DBG] pgmap v8014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:27.967769+0000 mgr.y (mgr.14556) 9076 : cluster [DBG] pgmap v8014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:29.968217+0000 mgr.y (mgr.14556) 9077 : cluster [DBG] pgmap v8015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:29.968217+0000 mgr.y (mgr.14556) 9077 : cluster [DBG] pgmap v8015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:31.637 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:29.968217+0000 mgr.y (mgr.14556) 9077 : cluster [DBG] pgmap v8015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:12:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:31.969060+0000 mgr.y (mgr.14556) 9078 : cluster [DBG] pgmap v8016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:31.969060+0000 mgr.y (mgr.14556) 9078 : cluster [DBG] pgmap v8016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:31.969060+0000 mgr.y (mgr.14556) 9078 : cluster [DBG] pgmap v8016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:12:33] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:12:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:33.969475+0000 mgr.y (mgr.14556) 9079 : cluster [DBG] pgmap v8017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:33.969475+0000 mgr.y (mgr.14556) 9079 : cluster [DBG] pgmap v8017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:33.969475+0000 mgr.y (mgr.14556) 9079 : cluster [DBG] pgmap v8017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:35.970230+0000 mgr.y (mgr.14556) 9080 : cluster [DBG] pgmap v8018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:35.970230+0000 mgr.y (mgr.14556) 9080 : cluster [DBG] pgmap v8018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:35.970230+0000 mgr.y (mgr.14556) 9080 : cluster [DBG] pgmap v8018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:37.970649+0000 mgr.y (mgr.14556) 9081 : cluster [DBG] pgmap v8019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:37.970649+0000 mgr.y (mgr.14556) 9081 : cluster [DBG] pgmap v8019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:37.970649+0000 mgr.y (mgr.14556) 9081 : cluster [DBG] pgmap v8019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:39.971082+0000 mgr.y (mgr.14556) 9082 : cluster [DBG] pgmap v8020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:39.971082+0000 mgr.y (mgr.14556) 9082 : cluster [DBG] pgmap v8020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:39.971082+0000 mgr.y (mgr.14556) 9082 : cluster [DBG] pgmap v8020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:12:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:41.971839+0000 mgr.y (mgr.14556) 9083 : cluster [DBG] pgmap v8021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:41.971839+0000 mgr.y (mgr.14556) 9083 : cluster [DBG] pgmap v8021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:41.971839+0000 mgr.y (mgr.14556) 9083 : cluster [DBG] pgmap v8021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:12:43] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:12:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:43.972408+0000 mgr.y (mgr.14556) 9084 : cluster [DBG] pgmap v8022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:43.972408+0000 mgr.y (mgr.14556) 9084 : cluster [DBG] pgmap v8022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:43.972408+0000 mgr.y (mgr.14556) 9084 : cluster [DBG] pgmap v8022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:45.973114+0000 mgr.y (mgr.14556) 9085 : cluster [DBG] pgmap v8023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:45.973114+0000 mgr.y (mgr.14556) 9085 : cluster [DBG] pgmap v8023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:45.973114+0000 mgr.y (mgr.14556) 9085 : cluster [DBG] pgmap v8023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:47.973559+0000 mgr.y (mgr.14556) 9086 : cluster [DBG] pgmap v8024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:47.973559+0000 mgr.y (mgr.14556) 9086 : cluster [DBG] pgmap v8024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:47.973559+0000 mgr.y (mgr.14556) 9086 : cluster [DBG] pgmap v8024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:49.974076+0000 mgr.y (mgr.14556) 9087 : cluster [DBG] pgmap v8025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:49.974076+0000 mgr.y (mgr.14556) 9087 : cluster [DBG] pgmap v8025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:49.974076+0000 mgr.y (mgr.14556) 9087 : cluster [DBG] pgmap v8025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:12:52.549 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:12:52.842 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:12:52.842 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 61s ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:12:52.842 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 60s ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:12:52.842 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 61s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 60s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 60s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 61s ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 61s ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 60s ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 61s ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 61s ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 60s ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 61s ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 61s ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 61s ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 61s ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 60s ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 60s ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:12:52.843 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 60s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:12:52.844 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 60s ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:12:52.844 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 60s ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:12:53.190 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:12:53.191 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:12:53.192 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:12:53.192 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:12:53.192 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:12:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:51.974905+0000 mgr.y (mgr.14556) 9088 : cluster [DBG] pgmap v8026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:12:52.454151+0000 mon.a (mon.0) 2320 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:12:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:12:52.756727+0000 mon.a (mon.0) 2321 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:12:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:12:52.757451+0000 mon.a (mon.0) 2322 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:12:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:12:52.763453+0000 mon.a (mon.0) 2323 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:12:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:12:53.191558+0000 mon.c (mon.2) 241 : audit [DBG] from='client.? 172.21.15.23:0/711578427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:12:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:51.974905+0000 mgr.y (mgr.14556) 9088 : cluster [DBG] pgmap v8026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:12:52.454151+0000 mon.a (mon.0) 2320 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:12:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:12:52.756727+0000 mon.a (mon.0) 2321 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:12:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:12:52.757451+0000 mon.a (mon.0) 2322 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:12:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:12:52.763453+0000 mon.a (mon.0) 2323 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:12:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:12:53.191558+0000 mon.c (mon.2) 241 : audit [DBG] from='client.? 172.21.15.23:0/711578427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:12:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:51.974905+0000 mgr.y (mgr.14556) 9088 : cluster [DBG] pgmap v8026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:12:52.454151+0000 mon.a (mon.0) 2320 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:12:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:12:52.756727+0000 mon.a (mon.0) 2321 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:12:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:12:52.757451+0000 mon.a (mon.0) 2322 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:12:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:12:52.763453+0000 mon.a (mon.0) 2323 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:12:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:12:53.191558+0000 mon.c (mon.2) 241 : audit [DBG] from='client.? 172.21.15.23:0/711578427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:12:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:12:53] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:12:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:12:52.536709+0000 mgr.y (mgr.14556) 9089 : audit [DBG] from='client.34067 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:12:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:12:52.835221+0000 mgr.y (mgr.14556) 9090 : audit [DBG] from='client.34073 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:12:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:12:52.536709+0000 mgr.y (mgr.14556) 9089 : audit [DBG] from='client.34067 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:12:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:12:52.835221+0000 mgr.y (mgr.14556) 9090 : audit [DBG] from='client.34073 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:12:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:12:52.536709+0000 mgr.y (mgr.14556) 9089 : audit [DBG] from='client.34067 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:12:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:12:52.835221+0000 mgr.y (mgr.14556) 9090 : audit [DBG] from='client.34073 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:12:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:53.975495+0000 mgr.y (mgr.14556) 9091 : cluster [DBG] pgmap v8027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:53.975495+0000 mgr.y (mgr.14556) 9091 : cluster [DBG] pgmap v8027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:53.975495+0000 mgr.y (mgr.14556) 9091 : cluster [DBG] pgmap v8027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:55.976141+0000 mgr.y (mgr.14556) 9092 : cluster [DBG] pgmap v8028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:55.976141+0000 mgr.y (mgr.14556) 9092 : cluster [DBG] pgmap v8028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:55.976141+0000 mgr.y (mgr.14556) 9092 : cluster [DBG] pgmap v8028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:57.976767+0000 mgr.y (mgr.14556) 9093 : cluster [DBG] pgmap v8029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:57.976767+0000 mgr.y (mgr.14556) 9093 : cluster [DBG] pgmap v8029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:12:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:12:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:57.976767+0000 mgr.y (mgr.14556) 9093 : cluster [DBG] pgmap v8029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:12:59.977287+0000 mgr.y (mgr.14556) 9094 : cluster [DBG] pgmap v8030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:12:59.977287+0000 mgr.y (mgr.14556) 9094 : cluster [DBG] pgmap v8030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:12:59.977287+0000 mgr.y (mgr.14556) 9094 : cluster [DBG] pgmap v8030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:13:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:01.978270+0000 mgr.y (mgr.14556) 9095 : cluster [DBG] pgmap v8031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:01.978270+0000 mgr.y (mgr.14556) 9095 : cluster [DBG] pgmap v8031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:01.978270+0000 mgr.y (mgr.14556) 9095 : cluster [DBG] pgmap v8031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:13:03] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:13:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:03.978733+0000 mgr.y (mgr.14556) 9096 : cluster [DBG] pgmap v8032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:03.978733+0000 mgr.y (mgr.14556) 9096 : cluster [DBG] pgmap v8032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:03.978733+0000 mgr.y (mgr.14556) 9096 : cluster [DBG] pgmap v8032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:05.979559+0000 mgr.y (mgr.14556) 9097 : cluster [DBG] pgmap v8033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:05.979559+0000 mgr.y (mgr.14556) 9097 : cluster [DBG] pgmap v8033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:05.979559+0000 mgr.y (mgr.14556) 9097 : cluster [DBG] pgmap v8033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:07.980112+0000 mgr.y (mgr.14556) 9098 : cluster [DBG] pgmap v8034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:07.980112+0000 mgr.y (mgr.14556) 9098 : cluster [DBG] pgmap v8034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:07.980112+0000 mgr.y (mgr.14556) 9098 : cluster [DBG] pgmap v8034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:09.980564+0000 mgr.y (mgr.14556) 9099 : cluster [DBG] pgmap v8035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:09.980564+0000 mgr.y (mgr.14556) 9099 : cluster [DBG] pgmap v8035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:09.980564+0000 mgr.y (mgr.14556) 9099 : cluster [DBG] pgmap v8035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:13:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:11.981385+0000 mgr.y (mgr.14556) 9100 : cluster [DBG] pgmap v8036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:11.981385+0000 mgr.y (mgr.14556) 9100 : cluster [DBG] pgmap v8036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:11.981385+0000 mgr.y (mgr.14556) 9100 : cluster [DBG] pgmap v8036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:13:13] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:13:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:13.981722+0000 mgr.y (mgr.14556) 9101 : cluster [DBG] pgmap v8037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:13.981722+0000 mgr.y (mgr.14556) 9101 : cluster [DBG] pgmap v8037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:13.981722+0000 mgr.y (mgr.14556) 9101 : cluster [DBG] pgmap v8037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:15.982275+0000 mgr.y (mgr.14556) 9102 : cluster [DBG] pgmap v8038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:15.982275+0000 mgr.y (mgr.14556) 9102 : cluster [DBG] pgmap v8038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:15.982275+0000 mgr.y (mgr.14556) 9102 : cluster [DBG] pgmap v8038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:17.982762+0000 mgr.y (mgr.14556) 9103 : cluster [DBG] pgmap v8039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:17.982762+0000 mgr.y (mgr.14556) 9103 : cluster [DBG] pgmap v8039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:17.982762+0000 mgr.y (mgr.14556) 9103 : cluster [DBG] pgmap v8039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:19.983275+0000 mgr.y (mgr.14556) 9104 : cluster [DBG] pgmap v8040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:19.983275+0000 mgr.y (mgr.14556) 9104 : cluster [DBG] pgmap v8040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:19.983275+0000 mgr.y (mgr.14556) 9104 : cluster [DBG] pgmap v8040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:13:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:21.984004+0000 mgr.y (mgr.14556) 9105 : cluster [DBG] pgmap v8041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:21.984004+0000 mgr.y (mgr.14556) 9105 : cluster [DBG] pgmap v8041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:21.984004+0000 mgr.y (mgr.14556) 9105 : cluster [DBG] pgmap v8041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:23.515 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:13:23.803 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:13:23.803 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 92s ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:13:23.803 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 91s ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:13:23.803 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 92s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:13:23.803 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 91s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 91s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 92s ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 92s ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 91s ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 92s ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 92s ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 91s ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 92s ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 92s ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 92s ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 92s ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 91s ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 91s ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:13:23.804 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 91s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:13:23.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 91s ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:13:23.805 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 91s ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:13:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:13:23] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:13:24.155 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:13:24.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:13:24.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:13:24.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:13:24.156 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:13:24.156 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:13:24.156 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:13:24.156 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:13:24.156 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:13:24.156 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:13:24.156 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:13:24.157 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:13:24.157 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:13:24.157 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:13:24.157 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:13:24.157 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:13:24.157 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:13:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:13:23.504639+0000 mgr.y (mgr.14556) 9106 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:13:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:13:23.796015+0000 mgr.y (mgr.14556) 9107 : audit [DBG] from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:13:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:23.984348+0000 mgr.y (mgr.14556) 9108 : cluster [DBG] pgmap v8042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:13:24.155728+0000 mon.a (mon.0) 2324 : audit [DBG] from='client.? 172.21.15.23:0/1488564099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:13:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:13:23.504639+0000 mgr.y (mgr.14556) 9106 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:13:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:13:23.796015+0000 mgr.y (mgr.14556) 9107 : audit [DBG] from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:13:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:23.984348+0000 mgr.y (mgr.14556) 9108 : cluster [DBG] pgmap v8042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:13:24.155728+0000 mon.a (mon.0) 2324 : audit [DBG] from='client.? 172.21.15.23:0/1488564099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:13:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:13:23.504639+0000 mgr.y (mgr.14556) 9106 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:13:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:13:23.796015+0000 mgr.y (mgr.14556) 9107 : audit [DBG] from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:13:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:23.984348+0000 mgr.y (mgr.14556) 9108 : cluster [DBG] pgmap v8042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:13:24.155728+0000 mon.a (mon.0) 2324 : audit [DBG] from='client.? 172.21.15.23:0/1488564099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:13:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:25.984909+0000 mgr.y (mgr.14556) 9109 : cluster [DBG] pgmap v8043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:25.984909+0000 mgr.y (mgr.14556) 9109 : cluster [DBG] pgmap v8043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:25.984909+0000 mgr.y (mgr.14556) 9109 : cluster [DBG] pgmap v8043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:27.985386+0000 mgr.y (mgr.14556) 9110 : cluster [DBG] pgmap v8044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:27.985386+0000 mgr.y (mgr.14556) 9110 : cluster [DBG] pgmap v8044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:27.985386+0000 mgr.y (mgr.14556) 9110 : cluster [DBG] pgmap v8044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:29.985820+0000 mgr.y (mgr.14556) 9111 : cluster [DBG] pgmap v8045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:29.985820+0000 mgr.y (mgr.14556) 9111 : cluster [DBG] pgmap v8045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:29.985820+0000 mgr.y (mgr.14556) 9111 : cluster [DBG] pgmap v8045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:13:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:31.986535+0000 mgr.y (mgr.14556) 9112 : cluster [DBG] pgmap v8046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:31.986535+0000 mgr.y (mgr.14556) 9112 : cluster [DBG] pgmap v8046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:31.986535+0000 mgr.y (mgr.14556) 9112 : cluster [DBG] pgmap v8046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:13:33] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:13:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:33.986980+0000 mgr.y (mgr.14556) 9113 : cluster [DBG] pgmap v8047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:33.986980+0000 mgr.y (mgr.14556) 9113 : cluster [DBG] pgmap v8047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:33.986980+0000 mgr.y (mgr.14556) 9113 : cluster [DBG] pgmap v8047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:35.987724+0000 mgr.y (mgr.14556) 9114 : cluster [DBG] pgmap v8048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:35.987724+0000 mgr.y (mgr.14556) 9114 : cluster [DBG] pgmap v8048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:35.987724+0000 mgr.y (mgr.14556) 9114 : cluster [DBG] pgmap v8048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:37.988151+0000 mgr.y (mgr.14556) 9115 : cluster [DBG] pgmap v8049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:37.988151+0000 mgr.y (mgr.14556) 9115 : cluster [DBG] pgmap v8049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:37.988151+0000 mgr.y (mgr.14556) 9115 : cluster [DBG] pgmap v8049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:39.988589+0000 mgr.y (mgr.14556) 9116 : cluster [DBG] pgmap v8050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:39.988589+0000 mgr.y (mgr.14556) 9116 : cluster [DBG] pgmap v8050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:39.988589+0000 mgr.y (mgr.14556) 9116 : cluster [DBG] pgmap v8050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:13:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:41.989300+0000 mgr.y (mgr.14556) 9117 : cluster [DBG] pgmap v8051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:41.989300+0000 mgr.y (mgr.14556) 9117 : cluster [DBG] pgmap v8051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:41.989300+0000 mgr.y (mgr.14556) 9117 : cluster [DBG] pgmap v8051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:13:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:13:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:43.989712+0000 mgr.y (mgr.14556) 9118 : cluster [DBG] pgmap v8052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:43.989712+0000 mgr.y (mgr.14556) 9118 : cluster [DBG] pgmap v8052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:43.989712+0000 mgr.y (mgr.14556) 9118 : cluster [DBG] pgmap v8052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:45.990566+0000 mgr.y (mgr.14556) 9119 : cluster [DBG] pgmap v8053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:45.990566+0000 mgr.y (mgr.14556) 9119 : cluster [DBG] pgmap v8053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:45.990566+0000 mgr.y (mgr.14556) 9119 : cluster [DBG] pgmap v8053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:47.991085+0000 mgr.y (mgr.14556) 9120 : cluster [DBG] pgmap v8054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:47.991085+0000 mgr.y (mgr.14556) 9120 : cluster [DBG] pgmap v8054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:47.991085+0000 mgr.y (mgr.14556) 9120 : cluster [DBG] pgmap v8054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:49.991485+0000 mgr.y (mgr.14556) 9121 : cluster [DBG] pgmap v8055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:49.991485+0000 mgr.y (mgr.14556) 9121 : cluster [DBG] pgmap v8055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:49.991485+0000 mgr.y (mgr.14556) 9121 : cluster [DBG] pgmap v8055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:13:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:51.992232+0000 mgr.y (mgr.14556) 9122 : cluster [DBG] pgmap v8056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:13:52.767842+0000 mon.a (mon.0) 2325 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:13:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:13:53.073193+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:13:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:13:53.073887+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:13:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:13:53.087132+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:13:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:51.992232+0000 mgr.y (mgr.14556) 9122 : cluster [DBG] pgmap v8056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:13:52.767842+0000 mon.a (mon.0) 2325 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:13:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:13:53.073193+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:13:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:13:53.073887+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:13:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:13:53.087132+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:13:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:51.992232+0000 mgr.y (mgr.14556) 9122 : cluster [DBG] pgmap v8056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:13:52.767842+0000 mon.a (mon.0) 2325 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:13:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:13:53.073193+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:13:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:13:53.073887+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:13:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:13:53.087132+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:13:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:13:53] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:13:54.483 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:13:54.770 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:13:54.770 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 2m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:13:54.770 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 2m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 2m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 2m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 2m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 2m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 2m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 2m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 2m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 2m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 2m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 2m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 2m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 2m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:13:54.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 2m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:13:54.772 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 2m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:13:54.772 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 2m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:13:54.772 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 2m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:13:54.772 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 2m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:13:54.772 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 2m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:13:55.118 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:13:55.119 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:13:55.119 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:13:55.119 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:13:55.119 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:13:55.119 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:13:55.119 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:13:55.119 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:13:55.119 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:13:55.119 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:13:55.119 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:13:55.119 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:13:55.119 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:13:55.120 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:13:55.120 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:13:55.120 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:13:55.120 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:13:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:53.992730+0000 mgr.y (mgr.14556) 9123 : cluster [DBG] pgmap v8057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:13:55.119515+0000 mon.a (mon.0) 2329 : audit [DBG] from='client.? 172.21.15.23:0/3635056177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:13:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:53.992730+0000 mgr.y (mgr.14556) 9123 : cluster [DBG] pgmap v8057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:13:55.119515+0000 mon.a (mon.0) 2329 : audit [DBG] from='client.? 172.21.15.23:0/3635056177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:13:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:53.992730+0000 mgr.y (mgr.14556) 9123 : cluster [DBG] pgmap v8057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:13:55.119515+0000 mon.a (mon.0) 2329 : audit [DBG] from='client.? 172.21.15.23:0/3635056177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:13:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:13:54.472164+0000 mgr.y (mgr.14556) 9124 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:13:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:13:54.763308+0000 mgr.y (mgr.14556) 9125 : audit [DBG] from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:13:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:13:54.472164+0000 mgr.y (mgr.14556) 9124 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:13:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:13:54.763308+0000 mgr.y (mgr.14556) 9125 : audit [DBG] from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:13:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:13:54.472164+0000 mgr.y (mgr.14556) 9124 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:13:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:13:54.763308+0000 mgr.y (mgr.14556) 9125 : audit [DBG] from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:13:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:55.993515+0000 mgr.y (mgr.14556) 9126 : cluster [DBG] pgmap v8058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:55.993515+0000 mgr.y (mgr.14556) 9126 : cluster [DBG] pgmap v8058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:55.993515+0000 mgr.y (mgr.14556) 9126 : cluster [DBG] pgmap v8058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:57.994036+0000 mgr.y (mgr.14556) 9127 : cluster [DBG] pgmap v8059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:57.994036+0000 mgr.y (mgr.14556) 9127 : cluster [DBG] pgmap v8059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:13:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:13:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:57.994036+0000 mgr.y (mgr.14556) 9127 : cluster [DBG] pgmap v8059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:13:59.994599+0000 mgr.y (mgr.14556) 9128 : cluster [DBG] pgmap v8060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:13:59.994599+0000 mgr.y (mgr.14556) 9128 : cluster [DBG] pgmap v8060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:13:59.994599+0000 mgr.y (mgr.14556) 9128 : cluster [DBG] pgmap v8060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:14:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:01.995239+0000 mgr.y (mgr.14556) 9129 : cluster [DBG] pgmap v8061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:01.995239+0000 mgr.y (mgr.14556) 9129 : cluster [DBG] pgmap v8061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:01.995239+0000 mgr.y (mgr.14556) 9129 : cluster [DBG] pgmap v8061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:14:03] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:14:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:03.995797+0000 mgr.y (mgr.14556) 9130 : cluster [DBG] pgmap v8062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:03.995797+0000 mgr.y (mgr.14556) 9130 : cluster [DBG] pgmap v8062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:03.995797+0000 mgr.y (mgr.14556) 9130 : cluster [DBG] pgmap v8062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:05.996432+0000 mgr.y (mgr.14556) 9131 : cluster [DBG] pgmap v8063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:05.996432+0000 mgr.y (mgr.14556) 9131 : cluster [DBG] pgmap v8063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:05.996432+0000 mgr.y (mgr.14556) 9131 : cluster [DBG] pgmap v8063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:07.996858+0000 mgr.y (mgr.14556) 9132 : cluster [DBG] pgmap v8064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:07.996858+0000 mgr.y (mgr.14556) 9132 : cluster [DBG] pgmap v8064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:07.996858+0000 mgr.y (mgr.14556) 9132 : cluster [DBG] pgmap v8064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:09.997206+0000 mgr.y (mgr.14556) 9133 : cluster [DBG] pgmap v8065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:09.997206+0000 mgr.y (mgr.14556) 9133 : cluster [DBG] pgmap v8065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:09.997206+0000 mgr.y (mgr.14556) 9133 : cluster [DBG] pgmap v8065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:14:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:11.998082+0000 mgr.y (mgr.14556) 9134 : cluster [DBG] pgmap v8066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:11.998082+0000 mgr.y (mgr.14556) 9134 : cluster [DBG] pgmap v8066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:11.998082+0000 mgr.y (mgr.14556) 9134 : cluster [DBG] pgmap v8066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:14:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:14:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:13.998457+0000 mgr.y (mgr.14556) 9135 : cluster [DBG] pgmap v8067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:13.998457+0000 mgr.y (mgr.14556) 9135 : cluster [DBG] pgmap v8067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:13.998457+0000 mgr.y (mgr.14556) 9135 : cluster [DBG] pgmap v8067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:15.999234+0000 mgr.y (mgr.14556) 9136 : cluster [DBG] pgmap v8068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:15.999234+0000 mgr.y (mgr.14556) 9136 : cluster [DBG] pgmap v8068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:15.999234+0000 mgr.y (mgr.14556) 9136 : cluster [DBG] pgmap v8068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:17.999625+0000 mgr.y (mgr.14556) 9137 : cluster [DBG] pgmap v8069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:17.999625+0000 mgr.y (mgr.14556) 9137 : cluster [DBG] pgmap v8069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:17.999625+0000 mgr.y (mgr.14556) 9137 : cluster [DBG] pgmap v8069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:20.000046+0000 mgr.y (mgr.14556) 9138 : cluster [DBG] pgmap v8070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:20.000046+0000 mgr.y (mgr.14556) 9138 : cluster [DBG] pgmap v8070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:20.000046+0000 mgr.y (mgr.14556) 9138 : cluster [DBG] pgmap v8070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:14:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:22.000977+0000 mgr.y (mgr.14556) 9139 : cluster [DBG] pgmap v8071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:22.000977+0000 mgr.y (mgr.14556) 9139 : cluster [DBG] pgmap v8071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:22.000977+0000 mgr.y (mgr.14556) 9139 : cluster [DBG] pgmap v8071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:14:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T11:14:25.446 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:14:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:24.001445+0000 mgr.y (mgr.14556) 9140 : cluster [DBG] pgmap v8072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:24.001445+0000 mgr.y (mgr.14556) 9140 : cluster [DBG] pgmap v8072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:24.001445+0000 mgr.y (mgr.14556) 9140 : cluster [DBG] pgmap v8072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:25.737 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:14:25.737 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 2m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:14:25.737 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 2m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:14:25.737 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 2m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:14:25.737 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 2m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:14:25.737 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 2m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:14:25.737 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 2m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:14:25.737 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 2m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 2m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 2m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 2m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 2m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 2m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 2m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 2m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 2m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 2m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 2m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 2m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 2m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:14:25.738 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 2m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:14:26.086 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:14:26.086 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:14:26.086 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:14:26.086 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:14:26.086 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:14:26.086 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:14:26.086 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:14:26.086 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:14:26.086 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:14:26.086 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:14:26.086 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:14:26.087 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:14:26.087 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:14:26.087 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:14:26.087 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:14:26.087 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:14:26.087 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:14:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:14:26.086551+0000 mon.c (mon.2) 242 : audit [DBG] from='client.? 172.21.15.23:0/3320650651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:14:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:14:26.086551+0000 mon.c (mon.2) 242 : audit [DBG] from='client.? 172.21.15.23:0/3320650651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:14:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:14:26.086551+0000 mon.c (mon.2) 242 : audit [DBG] from='client.? 172.21.15.23:0/3320650651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:14:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:14:25.435168+0000 mgr.y (mgr.14556) 9141 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:14:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:14:25.729937+0000 mgr.y (mgr.14556) 9142 : audit [DBG] from='client.24213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:14:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:26.002036+0000 mgr.y (mgr.14556) 9143 : cluster [DBG] pgmap v8073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:14:25.435168+0000 mgr.y (mgr.14556) 9141 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:14:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:14:25.729937+0000 mgr.y (mgr.14556) 9142 : audit [DBG] from='client.24213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:14:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:26.002036+0000 mgr.y (mgr.14556) 9143 : cluster [DBG] pgmap v8073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:14:25.435168+0000 mgr.y (mgr.14556) 9141 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:14:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:14:25.729937+0000 mgr.y (mgr.14556) 9142 : audit [DBG] from='client.24213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:14:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:26.002036+0000 mgr.y (mgr.14556) 9143 : cluster [DBG] pgmap v8073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:28.002516+0000 mgr.y (mgr.14556) 9144 : cluster [DBG] pgmap v8074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:28.002516+0000 mgr.y (mgr.14556) 9144 : cluster [DBG] pgmap v8074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:28.002516+0000 mgr.y (mgr.14556) 9144 : cluster [DBG] pgmap v8074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:30.002994+0000 mgr.y (mgr.14556) 9145 : cluster [DBG] pgmap v8075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:30.002994+0000 mgr.y (mgr.14556) 9145 : cluster [DBG] pgmap v8075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:30.002994+0000 mgr.y (mgr.14556) 9145 : cluster [DBG] pgmap v8075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:14:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:32.003592+0000 mgr.y (mgr.14556) 9146 : cluster [DBG] pgmap v8076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:32.003592+0000 mgr.y (mgr.14556) 9146 : cluster [DBG] pgmap v8076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:32.003592+0000 mgr.y (mgr.14556) 9146 : cluster [DBG] pgmap v8076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:14:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T11:14:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:34.003963+0000 mgr.y (mgr.14556) 9147 : cluster [DBG] pgmap v8077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:34.003963+0000 mgr.y (mgr.14556) 9147 : cluster [DBG] pgmap v8077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:34.003963+0000 mgr.y (mgr.14556) 9147 : cluster [DBG] pgmap v8077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:36.004730+0000 mgr.y (mgr.14556) 9148 : cluster [DBG] pgmap v8078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:36.004730+0000 mgr.y (mgr.14556) 9148 : cluster [DBG] pgmap v8078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:36.004730+0000 mgr.y (mgr.14556) 9148 : cluster [DBG] pgmap v8078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:38.005152+0000 mgr.y (mgr.14556) 9149 : cluster [DBG] pgmap v8079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:38.005152+0000 mgr.y (mgr.14556) 9149 : cluster [DBG] pgmap v8079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:38.005152+0000 mgr.y (mgr.14556) 9149 : cluster [DBG] pgmap v8079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:41.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:40.005696+0000 mgr.y (mgr.14556) 9150 : cluster [DBG] pgmap v8080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:40.005696+0000 mgr.y (mgr.14556) 9150 : cluster [DBG] pgmap v8080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:40.005696+0000 mgr.y (mgr.14556) 9150 : cluster [DBG] pgmap v8080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:14:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:42.006588+0000 mgr.y (mgr.14556) 9151 : cluster [DBG] pgmap v8081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:42.006588+0000 mgr.y (mgr.14556) 9151 : cluster [DBG] pgmap v8081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:42.006588+0000 mgr.y (mgr.14556) 9151 : cluster [DBG] pgmap v8081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:14:43] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:14:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:44.007151+0000 mgr.y (mgr.14556) 9152 : cluster [DBG] pgmap v8082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:44.007151+0000 mgr.y (mgr.14556) 9152 : cluster [DBG] pgmap v8082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:44.007151+0000 mgr.y (mgr.14556) 9152 : cluster [DBG] pgmap v8082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:46.007799+0000 mgr.y (mgr.14556) 9153 : cluster [DBG] pgmap v8083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:46.007799+0000 mgr.y (mgr.14556) 9153 : cluster [DBG] pgmap v8083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:46.007799+0000 mgr.y (mgr.14556) 9153 : cluster [DBG] pgmap v8083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:48.008286+0000 mgr.y (mgr.14556) 9154 : cluster [DBG] pgmap v8084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:48.008286+0000 mgr.y (mgr.14556) 9154 : cluster [DBG] pgmap v8084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:49.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:48.008286+0000 mgr.y (mgr.14556) 9154 : cluster [DBG] pgmap v8084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:50.008784+0000 mgr.y (mgr.14556) 9155 : cluster [DBG] pgmap v8085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:50.008784+0000 mgr.y (mgr.14556) 9155 : cluster [DBG] pgmap v8085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:50.008784+0000 mgr.y (mgr.14556) 9155 : cluster [DBG] pgmap v8085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:14:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:52.009456+0000 mgr.y (mgr.14556) 9156 : cluster [DBG] pgmap v8086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:14:53.091457+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:14:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:52.009456+0000 mgr.y (mgr.14556) 9156 : cluster [DBG] pgmap v8086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:14:53.091457+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:14:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:52.009456+0000 mgr.y (mgr.14556) 9156 : cluster [DBG] pgmap v8086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:14:53.091457+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:14:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:14:53] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:14:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:14:53.345226+0000 mon.a (mon.0) 2331 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:14:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:14:53.352535+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:14:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:14:53.636350+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:14:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:14:53.637029+0000 mon.a (mon.0) 2334 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:14:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:14:53.644466+0000 mon.a (mon.0) 2335 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:14:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:14:53.345226+0000 mon.a (mon.0) 2331 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:14:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:14:53.352535+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:14:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:14:53.636350+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:14:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:14:53.637029+0000 mon.a (mon.0) 2334 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:14:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:14:53.644466+0000 mon.a (mon.0) 2335 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:14:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:14:53.345226+0000 mon.a (mon.0) 2331 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:14:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:14:53.352535+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:14:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:14:53.636350+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:14:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:14:53.637029+0000 mon.a (mon.0) 2334 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:14:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:14:53.644466+0000 mon.a (mon.0) 2335 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:14:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:54.010011+0000 mgr.y (mgr.14556) 9157 : cluster [DBG] pgmap v8087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:54.010011+0000 mgr.y (mgr.14556) 9157 : cluster [DBG] pgmap v8087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:54.010011+0000 mgr.y (mgr.14556) 9157 : cluster [DBG] pgmap v8087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:56.414 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:14:56.705 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:14:56.706 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 3m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:14:56.706 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 3m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:14:56.706 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 3m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:14:56.706 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 3m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:14:56.706 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 3m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:14:56.706 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 3m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:14:56.706 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 3m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:14:56.706 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 3m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:14:56.706 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 3m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:14:56.706 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 3m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:14:56.706 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 3m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:14:56.706 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 3m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:14:56.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 3m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:14:56.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 3m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:14:56.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 3m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:14:56.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 3m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:14:56.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 3m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:14:56.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 3m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:14:56.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 3m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:14:56.707 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 3m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:14:57.051 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:14:57.051 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:14:57.051 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:14:57.051 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:14:57.051 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:14:57.052 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:14:57.052 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:14:57.052 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:14:57.052 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:14:57.052 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:14:57.052 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:14:57.052 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:14:57.052 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:14:57.052 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:14:57.052 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:14:57.052 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:14:57.052 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:14:57.667 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:56.010735+0000 mgr.y (mgr.14556) 9158 : cluster [DBG] pgmap v8088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:57.667 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:14:57.052010+0000 mon.c (mon.2) 243 : audit [DBG] from='client.? 172.21.15.23:0/4027077831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:14:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:56.010735+0000 mgr.y (mgr.14556) 9158 : cluster [DBG] pgmap v8088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:14:57.052010+0000 mon.c (mon.2) 243 : audit [DBG] from='client.? 172.21.15.23:0/4027077831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:14:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:56.010735+0000 mgr.y (mgr.14556) 9158 : cluster [DBG] pgmap v8088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:14:57.052010+0000 mon.c (mon.2) 243 : audit [DBG] from='client.? 172.21.15.23:0/4027077831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:14:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:14:56.402590+0000 mgr.y (mgr.14556) 9159 : audit [DBG] from='client.24225 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:14:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:14:56.698148+0000 mgr.y (mgr.14556) 9160 : audit [DBG] from='client.24231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:14:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:14:56.402590+0000 mgr.y (mgr.14556) 9159 : audit [DBG] from='client.24225 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:14:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:14:56.698148+0000 mgr.y (mgr.14556) 9160 : audit [DBG] from='client.24231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:14:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:14:56.402590+0000 mgr.y (mgr.14556) 9159 : audit [DBG] from='client.24225 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:14:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:14:56.698148+0000 mgr.y (mgr.14556) 9160 : audit [DBG] from='client.24231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:14:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:14:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:14:58.011316+0000 mgr.y (mgr.14556) 9161 : cluster [DBG] pgmap v8089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:14:58.011316+0000 mgr.y (mgr.14556) 9161 : cluster [DBG] pgmap v8089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:14:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:14:58.011316+0000 mgr.y (mgr.14556) 9161 : cluster [DBG] pgmap v8089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:00.011781+0000 mgr.y (mgr.14556) 9162 : cluster [DBG] pgmap v8090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:00.011781+0000 mgr.y (mgr.14556) 9162 : cluster [DBG] pgmap v8090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:00.011781+0000 mgr.y (mgr.14556) 9162 : cluster [DBG] pgmap v8090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:15:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:02.012535+0000 mgr.y (mgr.14556) 9163 : cluster [DBG] pgmap v8091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:02.012535+0000 mgr.y (mgr.14556) 9163 : cluster [DBG] pgmap v8091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:02.012535+0000 mgr.y (mgr.14556) 9163 : cluster [DBG] pgmap v8091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:15:03] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:15:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:04.012952+0000 mgr.y (mgr.14556) 9164 : cluster [DBG] pgmap v8092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:04.012952+0000 mgr.y (mgr.14556) 9164 : cluster [DBG] pgmap v8092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:04.012952+0000 mgr.y (mgr.14556) 9164 : cluster [DBG] pgmap v8092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:06.013615+0000 mgr.y (mgr.14556) 9165 : cluster [DBG] pgmap v8093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:06.013615+0000 mgr.y (mgr.14556) 9165 : cluster [DBG] pgmap v8093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:06.013615+0000 mgr.y (mgr.14556) 9165 : cluster [DBG] pgmap v8093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:08.014149+0000 mgr.y (mgr.14556) 9166 : cluster [DBG] pgmap v8094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:08.014149+0000 mgr.y (mgr.14556) 9166 : cluster [DBG] pgmap v8094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:08.014149+0000 mgr.y (mgr.14556) 9166 : cluster [DBG] pgmap v8094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:10.014480+0000 mgr.y (mgr.14556) 9167 : cluster [DBG] pgmap v8095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:10.014480+0000 mgr.y (mgr.14556) 9167 : cluster [DBG] pgmap v8095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:10.014480+0000 mgr.y (mgr.14556) 9167 : cluster [DBG] pgmap v8095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:15:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:12.015115+0000 mgr.y (mgr.14556) 9168 : cluster [DBG] pgmap v8096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:12.015115+0000 mgr.y (mgr.14556) 9168 : cluster [DBG] pgmap v8096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:12.015115+0000 mgr.y (mgr.14556) 9168 : cluster [DBG] pgmap v8096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:15:13] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:15:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:14.015619+0000 mgr.y (mgr.14556) 9169 : cluster [DBG] pgmap v8097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:14.015619+0000 mgr.y (mgr.14556) 9169 : cluster [DBG] pgmap v8097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:14.015619+0000 mgr.y (mgr.14556) 9169 : cluster [DBG] pgmap v8097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:16.016430+0000 mgr.y (mgr.14556) 9170 : cluster [DBG] pgmap v8098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:16.016430+0000 mgr.y (mgr.14556) 9170 : cluster [DBG] pgmap v8098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:16.016430+0000 mgr.y (mgr.14556) 9170 : cluster [DBG] pgmap v8098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:18.016869+0000 mgr.y (mgr.14556) 9171 : cluster [DBG] pgmap v8099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:18.016869+0000 mgr.y (mgr.14556) 9171 : cluster [DBG] pgmap v8099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:18.016869+0000 mgr.y (mgr.14556) 9171 : cluster [DBG] pgmap v8099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:20.017423+0000 mgr.y (mgr.14556) 9172 : cluster [DBG] pgmap v8100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:20.017423+0000 mgr.y (mgr.14556) 9172 : cluster [DBG] pgmap v8100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:20.017423+0000 mgr.y (mgr.14556) 9172 : cluster [DBG] pgmap v8100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:15:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:22.018131+0000 mgr.y (mgr.14556) 9173 : cluster [DBG] pgmap v8101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:22.018131+0000 mgr.y (mgr.14556) 9173 : cluster [DBG] pgmap v8101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:22.018131+0000 mgr.y (mgr.14556) 9173 : cluster [DBG] pgmap v8101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:15:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:15:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:24.018560+0000 mgr.y (mgr.14556) 9174 : cluster [DBG] pgmap v8102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:24.018560+0000 mgr.y (mgr.14556) 9174 : cluster [DBG] pgmap v8102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:24.018560+0000 mgr.y (mgr.14556) 9174 : cluster [DBG] pgmap v8102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:27.377 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:15:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:26.019224+0000 mgr.y (mgr.14556) 9175 : cluster [DBG] pgmap v8103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:26.019224+0000 mgr.y (mgr.14556) 9175 : cluster [DBG] pgmap v8103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:26.019224+0000 mgr.y (mgr.14556) 9175 : cluster [DBG] pgmap v8103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 3m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 3m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 3m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 3m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 3m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 3m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 3m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 3m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 3m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 3m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 3m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:15:27.665 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 3m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:15:27.666 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 3m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:15:27.666 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 3m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:15:27.666 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 3m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:15:27.666 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 3m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:15:27.666 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 3m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:15:27.666 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 3m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:15:27.666 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 3m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:15:27.666 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 3m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:15:28.013 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:15:28.013 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:15:28.013 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:15:28.013 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:15:28.013 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:15:28.013 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:15:28.013 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:15:28.013 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:15:28.013 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:15:28.013 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:15:28.013 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:15:28.013 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:15:28.014 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:15:28.014 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:15:28.014 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:15:28.014 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:15:28.014 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:15:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:15:27.365921+0000 mgr.y (mgr.14556) 9176 : audit [DBG] from='client.24243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:15:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:15:28.013338+0000 mon.a (mon.0) 2336 : audit [DBG] from='client.? 172.21.15.23:0/153783898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:15:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:15:27.365921+0000 mgr.y (mgr.14556) 9176 : audit [DBG] from='client.24243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:15:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:15:28.013338+0000 mon.a (mon.0) 2336 : audit [DBG] from='client.? 172.21.15.23:0/153783898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:15:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:15:27.365921+0000 mgr.y (mgr.14556) 9176 : audit [DBG] from='client.24243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:15:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:15:28.013338+0000 mon.a (mon.0) 2336 : audit [DBG] from='client.? 172.21.15.23:0/153783898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:15:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:15:27.657838+0000 mgr.y (mgr.14556) 9177 : audit [DBG] from='client.24249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:15:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:28.019516+0000 mgr.y (mgr.14556) 9178 : cluster [DBG] pgmap v8104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:15:27.657838+0000 mgr.y (mgr.14556) 9177 : audit [DBG] from='client.24249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:15:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:28.019516+0000 mgr.y (mgr.14556) 9178 : cluster [DBG] pgmap v8104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:15:27.657838+0000 mgr.y (mgr.14556) 9177 : audit [DBG] from='client.24249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:15:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:28.019516+0000 mgr.y (mgr.14556) 9178 : cluster [DBG] pgmap v8104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:30.019920+0000 mgr.y (mgr.14556) 9179 : cluster [DBG] pgmap v8105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:30.019920+0000 mgr.y (mgr.14556) 9179 : cluster [DBG] pgmap v8105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:30.019920+0000 mgr.y (mgr.14556) 9179 : cluster [DBG] pgmap v8105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:15:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:32.020699+0000 mgr.y (mgr.14556) 9180 : cluster [DBG] pgmap v8106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:32.020699+0000 mgr.y (mgr.14556) 9180 : cluster [DBG] pgmap v8106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:32.020699+0000 mgr.y (mgr.14556) 9180 : cluster [DBG] pgmap v8106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:15:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:15:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:34.021085+0000 mgr.y (mgr.14556) 9181 : cluster [DBG] pgmap v8107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:34.021085+0000 mgr.y (mgr.14556) 9181 : cluster [DBG] pgmap v8107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:34.021085+0000 mgr.y (mgr.14556) 9181 : cluster [DBG] pgmap v8107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:36.021762+0000 mgr.y (mgr.14556) 9182 : cluster [DBG] pgmap v8108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:36.021762+0000 mgr.y (mgr.14556) 9182 : cluster [DBG] pgmap v8108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:36.021762+0000 mgr.y (mgr.14556) 9182 : cluster [DBG] pgmap v8108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:38.022390+0000 mgr.y (mgr.14556) 9183 : cluster [DBG] pgmap v8109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:38.022390+0000 mgr.y (mgr.14556) 9183 : cluster [DBG] pgmap v8109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:38.022390+0000 mgr.y (mgr.14556) 9183 : cluster [DBG] pgmap v8109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:40.022847+0000 mgr.y (mgr.14556) 9184 : cluster [DBG] pgmap v8110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:40.022847+0000 mgr.y (mgr.14556) 9184 : cluster [DBG] pgmap v8110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:40.022847+0000 mgr.y (mgr.14556) 9184 : cluster [DBG] pgmap v8110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:15:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:42.023626+0000 mgr.y (mgr.14556) 9185 : cluster [DBG] pgmap v8111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:42.023626+0000 mgr.y (mgr.14556) 9185 : cluster [DBG] pgmap v8111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:42.023626+0000 mgr.y (mgr.14556) 9185 : cluster [DBG] pgmap v8111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:15:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:15:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:44.023997+0000 mgr.y (mgr.14556) 9186 : cluster [DBG] pgmap v8112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:44.023997+0000 mgr.y (mgr.14556) 9186 : cluster [DBG] pgmap v8112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:44.023997+0000 mgr.y (mgr.14556) 9186 : cluster [DBG] pgmap v8112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:46.024908+0000 mgr.y (mgr.14556) 9187 : cluster [DBG] pgmap v8113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:46.024908+0000 mgr.y (mgr.14556) 9187 : cluster [DBG] pgmap v8113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:46.024908+0000 mgr.y (mgr.14556) 9187 : cluster [DBG] pgmap v8113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:48.025304+0000 mgr.y (mgr.14556) 9188 : cluster [DBG] pgmap v8114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:48.025304+0000 mgr.y (mgr.14556) 9188 : cluster [DBG] pgmap v8114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:48.025304+0000 mgr.y (mgr.14556) 9188 : cluster [DBG] pgmap v8114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:50.025753+0000 mgr.y (mgr.14556) 9189 : cluster [DBG] pgmap v8115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:50.025753+0000 mgr.y (mgr.14556) 9189 : cluster [DBG] pgmap v8115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:50.025753+0000 mgr.y (mgr.14556) 9189 : cluster [DBG] pgmap v8115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:15:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:52.026556+0000 mgr.y (mgr.14556) 9190 : cluster [DBG] pgmap v8116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:52.026556+0000 mgr.y (mgr.14556) 9190 : cluster [DBG] pgmap v8116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:52.026556+0000 mgr.y (mgr.14556) 9190 : cluster [DBG] pgmap v8116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:15:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:15:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:15:53.649020+0000 mon.a (mon.0) 2337 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:15:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:15:53.951524+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:15:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:15:53.952164+0000 mon.a (mon.0) 2339 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:15:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:15:53.959248+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:15:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:15:53.649020+0000 mon.a (mon.0) 2337 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:15:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:15:53.951524+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:15:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:15:53.952164+0000 mon.a (mon.0) 2339 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:15:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:15:53.959248+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:15:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:15:53.649020+0000 mon.a (mon.0) 2337 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:15:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:15:53.951524+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:15:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:15:53.952164+0000 mon.a (mon.0) 2339 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:15:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:15:53.959248+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:15:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:54.026863+0000 mgr.y (mgr.14556) 9191 : cluster [DBG] pgmap v8117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:54.026863+0000 mgr.y (mgr.14556) 9191 : cluster [DBG] pgmap v8117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:54.026863+0000 mgr.y (mgr.14556) 9191 : cluster [DBG] pgmap v8117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:56.027496+0000 mgr.y (mgr.14556) 9192 : cluster [DBG] pgmap v8118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:56.027496+0000 mgr.y (mgr.14556) 9192 : cluster [DBG] pgmap v8118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:56.027496+0000 mgr.y (mgr.14556) 9192 : cluster [DBG] pgmap v8118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:58.337 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:15:58.625 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:15:58.625 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:15:58.625 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:15:58.625 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:15:58.625 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:15:58.625 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:15:58.625 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:15:58.625 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 4m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:15:58.626 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:15:58.976 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:15:58.977 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:15:58.978 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:15:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:15:58.027974+0000 mgr.y (mgr.14556) 9193 : cluster [DBG] pgmap v8119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:15:58.325815+0000 mgr.y (mgr.14556) 9194 : audit [DBG] from='client.34175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:15:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:15:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:15:58.977264+0000 mon.a (mon.0) 2341 : audit [DBG] from='client.? 172.21.15.23:0/754980243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:15:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:15:58.027974+0000 mgr.y (mgr.14556) 9193 : cluster [DBG] pgmap v8119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:15:58.325815+0000 mgr.y (mgr.14556) 9194 : audit [DBG] from='client.34175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:15:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:15:58.977264+0000 mon.a (mon.0) 2341 : audit [DBG] from='client.? 172.21.15.23:0/754980243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:15:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:15:58.027974+0000 mgr.y (mgr.14556) 9193 : cluster [DBG] pgmap v8119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:15:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:15:58.325815+0000 mgr.y (mgr.14556) 9194 : audit [DBG] from='client.34175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:15:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:15:58.977264+0000 mon.a (mon.0) 2341 : audit [DBG] from='client.? 172.21.15.23:0/754980243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:16:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:15:58.617860+0000 mgr.y (mgr.14556) 9195 : audit [DBG] from='client.34181 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:16:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:00.028434+0000 mgr.y (mgr.14556) 9196 : cluster [DBG] pgmap v8120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:15:58.617860+0000 mgr.y (mgr.14556) 9195 : audit [DBG] from='client.34181 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:16:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:00.028434+0000 mgr.y (mgr.14556) 9196 : cluster [DBG] pgmap v8120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:15:58.617860+0000 mgr.y (mgr.14556) 9195 : audit [DBG] from='client.34181 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:16:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:00.028434+0000 mgr.y (mgr.14556) 9196 : cluster [DBG] pgmap v8120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:16:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:02.029219+0000 mgr.y (mgr.14556) 9197 : cluster [DBG] pgmap v8121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:02.029219+0000 mgr.y (mgr.14556) 9197 : cluster [DBG] pgmap v8121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:02.029219+0000 mgr.y (mgr.14556) 9197 : cluster [DBG] pgmap v8121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:16:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:16:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:04.029637+0000 mgr.y (mgr.14556) 9198 : cluster [DBG] pgmap v8122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:04.029637+0000 mgr.y (mgr.14556) 9198 : cluster [DBG] pgmap v8122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:04.029637+0000 mgr.y (mgr.14556) 9198 : cluster [DBG] pgmap v8122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:06.030223+0000 mgr.y (mgr.14556) 9199 : cluster [DBG] pgmap v8123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:06.030223+0000 mgr.y (mgr.14556) 9199 : cluster [DBG] pgmap v8123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:06.030223+0000 mgr.y (mgr.14556) 9199 : cluster [DBG] pgmap v8123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:08.030591+0000 mgr.y (mgr.14556) 9200 : cluster [DBG] pgmap v8124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:08.030591+0000 mgr.y (mgr.14556) 9200 : cluster [DBG] pgmap v8124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:08.030591+0000 mgr.y (mgr.14556) 9200 : cluster [DBG] pgmap v8124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:10.031043+0000 mgr.y (mgr.14556) 9201 : cluster [DBG] pgmap v8125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:10.031043+0000 mgr.y (mgr.14556) 9201 : cluster [DBG] pgmap v8125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:10.031043+0000 mgr.y (mgr.14556) 9201 : cluster [DBG] pgmap v8125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:16:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:12.031718+0000 mgr.y (mgr.14556) 9202 : cluster [DBG] pgmap v8126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:12.031718+0000 mgr.y (mgr.14556) 9202 : cluster [DBG] pgmap v8126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:12.031718+0000 mgr.y (mgr.14556) 9202 : cluster [DBG] pgmap v8126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:16:13] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:16:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:14.032143+0000 mgr.y (mgr.14556) 9203 : cluster [DBG] pgmap v8127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:14.032143+0000 mgr.y (mgr.14556) 9203 : cluster [DBG] pgmap v8127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:14.032143+0000 mgr.y (mgr.14556) 9203 : cluster [DBG] pgmap v8127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:16.032862+0000 mgr.y (mgr.14556) 9204 : cluster [DBG] pgmap v8128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:16.032862+0000 mgr.y (mgr.14556) 9204 : cluster [DBG] pgmap v8128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:16.032862+0000 mgr.y (mgr.14556) 9204 : cluster [DBG] pgmap v8128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:18.033438+0000 mgr.y (mgr.14556) 9205 : cluster [DBG] pgmap v8129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:18.033438+0000 mgr.y (mgr.14556) 9205 : cluster [DBG] pgmap v8129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:18.033438+0000 mgr.y (mgr.14556) 9205 : cluster [DBG] pgmap v8129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:20.033894+0000 mgr.y (mgr.14556) 9206 : cluster [DBG] pgmap v8130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:20.033894+0000 mgr.y (mgr.14556) 9206 : cluster [DBG] pgmap v8130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:20.033894+0000 mgr.y (mgr.14556) 9206 : cluster [DBG] pgmap v8130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:16:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:22.034692+0000 mgr.y (mgr.14556) 9207 : cluster [DBG] pgmap v8131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:22.034692+0000 mgr.y (mgr.14556) 9207 : cluster [DBG] pgmap v8131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:22.034692+0000 mgr.y (mgr.14556) 9207 : cluster [DBG] pgmap v8131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:16:23] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:16:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:24.035081+0000 mgr.y (mgr.14556) 9208 : cluster [DBG] pgmap v8132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:24.035081+0000 mgr.y (mgr.14556) 9208 : cluster [DBG] pgmap v8132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:24.035081+0000 mgr.y (mgr.14556) 9208 : cluster [DBG] pgmap v8132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:26.035817+0000 mgr.y (mgr.14556) 9209 : cluster [DBG] pgmap v8133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:26.035817+0000 mgr.y (mgr.14556) 9209 : cluster [DBG] pgmap v8133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:26.035817+0000 mgr.y (mgr.14556) 9209 : cluster [DBG] pgmap v8133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:29.302 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:16:29.588 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:16:29.588 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:16:29.588 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:16:29.588 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:16:29.588 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:16:29.588 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 4m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:16:29.589 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:16:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:28.036247+0000 mgr.y (mgr.14556) 9210 : cluster [DBG] pgmap v8134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:28.036247+0000 mgr.y (mgr.14556) 9210 : cluster [DBG] pgmap v8134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:28.036247+0000 mgr.y (mgr.14556) 9210 : cluster [DBG] pgmap v8134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:29.936 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:16:29.936 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:16:29.937 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:16:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:16:29.290533+0000 mgr.y (mgr.14556) 9211 : audit [DBG] from='client.34193 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:16:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:16:29.937050+0000 mon.a (mon.0) 2342 : audit [DBG] from='client.? 172.21.15.23:0/2511005510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:16:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:16:29.290533+0000 mgr.y (mgr.14556) 9211 : audit [DBG] from='client.34193 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:16:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:16:29.937050+0000 mon.a (mon.0) 2342 : audit [DBG] from='client.? 172.21.15.23:0/2511005510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:16:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:16:29.290533+0000 mgr.y (mgr.14556) 9211 : audit [DBG] from='client.34193 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:16:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:16:29.937050+0000 mon.a (mon.0) 2342 : audit [DBG] from='client.? 172.21.15.23:0/2511005510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:16:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:16:29.580822+0000 mgr.y (mgr.14556) 9212 : audit [DBG] from='client.24285 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:16:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:30.036705+0000 mgr.y (mgr.14556) 9213 : cluster [DBG] pgmap v8135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:16:29.580822+0000 mgr.y (mgr.14556) 9212 : audit [DBG] from='client.24285 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:16:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:30.036705+0000 mgr.y (mgr.14556) 9213 : cluster [DBG] pgmap v8135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:16:29.580822+0000 mgr.y (mgr.14556) 9212 : audit [DBG] from='client.24285 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:16:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:30.036705+0000 mgr.y (mgr.14556) 9213 : cluster [DBG] pgmap v8135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:16:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:32.037386+0000 mgr.y (mgr.14556) 9214 : cluster [DBG] pgmap v8136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:32.037386+0000 mgr.y (mgr.14556) 9214 : cluster [DBG] pgmap v8136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:32.037386+0000 mgr.y (mgr.14556) 9214 : cluster [DBG] pgmap v8136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:16:33] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:16:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:34.037772+0000 mgr.y (mgr.14556) 9215 : cluster [DBG] pgmap v8137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:34.037772+0000 mgr.y (mgr.14556) 9215 : cluster [DBG] pgmap v8137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:34.037772+0000 mgr.y (mgr.14556) 9215 : cluster [DBG] pgmap v8137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:36.038583+0000 mgr.y (mgr.14556) 9216 : cluster [DBG] pgmap v8138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:36.038583+0000 mgr.y (mgr.14556) 9216 : cluster [DBG] pgmap v8138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:36.038583+0000 mgr.y (mgr.14556) 9216 : cluster [DBG] pgmap v8138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:38.039127+0000 mgr.y (mgr.14556) 9217 : cluster [DBG] pgmap v8139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:38.039127+0000 mgr.y (mgr.14556) 9217 : cluster [DBG] pgmap v8139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:38.039127+0000 mgr.y (mgr.14556) 9217 : cluster [DBG] pgmap v8139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:40.039687+0000 mgr.y (mgr.14556) 9218 : cluster [DBG] pgmap v8140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:40.039687+0000 mgr.y (mgr.14556) 9218 : cluster [DBG] pgmap v8140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:40.039687+0000 mgr.y (mgr.14556) 9218 : cluster [DBG] pgmap v8140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:16:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:42.040311+0000 mgr.y (mgr.14556) 9219 : cluster [DBG] pgmap v8141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:42.040311+0000 mgr.y (mgr.14556) 9219 : cluster [DBG] pgmap v8141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:42.040311+0000 mgr.y (mgr.14556) 9219 : cluster [DBG] pgmap v8141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:16:43] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:16:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:44.040752+0000 mgr.y (mgr.14556) 9220 : cluster [DBG] pgmap v8142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:44.040752+0000 mgr.y (mgr.14556) 9220 : cluster [DBG] pgmap v8142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:44.040752+0000 mgr.y (mgr.14556) 9220 : cluster [DBG] pgmap v8142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:46.041473+0000 mgr.y (mgr.14556) 9221 : cluster [DBG] pgmap v8143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:46.041473+0000 mgr.y (mgr.14556) 9221 : cluster [DBG] pgmap v8143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:46.041473+0000 mgr.y (mgr.14556) 9221 : cluster [DBG] pgmap v8143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:48.041871+0000 mgr.y (mgr.14556) 9222 : cluster [DBG] pgmap v8144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:48.041871+0000 mgr.y (mgr.14556) 9222 : cluster [DBG] pgmap v8144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:48.041871+0000 mgr.y (mgr.14556) 9222 : cluster [DBG] pgmap v8144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:50.042369+0000 mgr.y (mgr.14556) 9223 : cluster [DBG] pgmap v8145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:50.042369+0000 mgr.y (mgr.14556) 9223 : cluster [DBG] pgmap v8145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:50.042369+0000 mgr.y (mgr.14556) 9223 : cluster [DBG] pgmap v8145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:16:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:52.043107+0000 mgr.y (mgr.14556) 9224 : cluster [DBG] pgmap v8146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:52.043107+0000 mgr.y (mgr.14556) 9224 : cluster [DBG] pgmap v8146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:52.043107+0000 mgr.y (mgr.14556) 9224 : cluster [DBG] pgmap v8146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:16:53] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:16:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:16:53.963782+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:16:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:16:54.269549+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:16:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:16:54.270187+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:16:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:16:54.275323+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:16:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:16:53.963782+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:16:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:16:54.269549+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:16:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:16:54.270187+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:16:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:16:54.275323+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:16:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:16:53.963782+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:16:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:16:54.269549+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:16:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:16:54.270187+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:16:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:16:54.275323+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:16:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:54.043531+0000 mgr.y (mgr.14556) 9225 : cluster [DBG] pgmap v8147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:54.043531+0000 mgr.y (mgr.14556) 9225 : cluster [DBG] pgmap v8147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:54.043531+0000 mgr.y (mgr.14556) 9225 : cluster [DBG] pgmap v8147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:56.044186+0000 mgr.y (mgr.14556) 9226 : cluster [DBG] pgmap v8148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:56.044186+0000 mgr.y (mgr.14556) 9226 : cluster [DBG] pgmap v8148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:56.044186+0000 mgr.y (mgr.14556) 9226 : cluster [DBG] pgmap v8148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:16:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:16:58.044666+0000 mgr.y (mgr.14556) 9227 : cluster [DBG] pgmap v8149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:16:58.044666+0000 mgr.y (mgr.14556) 9227 : cluster [DBG] pgmap v8149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:16:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:16:58.044666+0000 mgr.y (mgr.14556) 9227 : cluster [DBG] pgmap v8149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:00.263 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:17:00.553 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:17:00.553 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 5m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:17:00.553 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 5m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:17:00.553 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:17:00.553 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 5m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:17:00.553 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 5m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:17:00.553 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:17:00.553 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:17:00.553 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 5m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:17:00.553 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:17:00.553 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:17:00.554 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 5m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:17:00.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:17:00.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:17:00.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:17:00.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:17:00.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 5m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:17:00.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 5m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:17:00.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 5m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:17:00.554 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 5m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:17:00.554 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 5m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:17:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:00.045079+0000 mgr.y (mgr.14556) 9228 : cluster [DBG] pgmap v8150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:17:00.251654+0000 mgr.y (mgr.14556) 9229 : audit [DBG] from='client.24297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:17:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:00.045079+0000 mgr.y (mgr.14556) 9228 : cluster [DBG] pgmap v8150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:17:00.251654+0000 mgr.y (mgr.14556) 9229 : audit [DBG] from='client.24297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:17:00.903 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:17:00.903 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:17:00.903 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:17:00.903 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:17:00.903 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:17:00.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:17:00.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:17:00.904 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:17:00.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:17:00.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:17:00.904 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:17:00.905 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:17:00.905 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:17:00.905 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:17:00.905 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:17:00.905 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:17:00.905 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:17:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:00.045079+0000 mgr.y (mgr.14556) 9228 : cluster [DBG] pgmap v8150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:17:00.251654+0000 mgr.y (mgr.14556) 9229 : audit [DBG] from='client.24297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:17:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:17:00.545532+0000 mgr.y (mgr.14556) 9230 : audit [DBG] from='client.34217 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:17:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:17:00.903195+0000 mon.a (mon.0) 2347 : audit [DBG] from='client.? 172.21.15.23:0/1423339768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:17:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:17:00.545532+0000 mgr.y (mgr.14556) 9230 : audit [DBG] from='client.34217 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:17:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:17:00.903195+0000 mon.a (mon.0) 2347 : audit [DBG] from='client.? 172.21.15.23:0/1423339768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:17:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:17:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:17:00.545532+0000 mgr.y (mgr.14556) 9230 : audit [DBG] from='client.34217 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:17:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:17:00.903195+0000 mon.a (mon.0) 2347 : audit [DBG] from='client.? 172.21.15.23:0/1423339768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:17:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:02.045858+0000 mgr.y (mgr.14556) 9231 : cluster [DBG] pgmap v8151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:02.045858+0000 mgr.y (mgr.14556) 9231 : cluster [DBG] pgmap v8151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:02.045858+0000 mgr.y (mgr.14556) 9231 : cluster [DBG] pgmap v8151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:17:03] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:17:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:04.046221+0000 mgr.y (mgr.14556) 9232 : cluster [DBG] pgmap v8152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:04.046221+0000 mgr.y (mgr.14556) 9232 : cluster [DBG] pgmap v8152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:04.046221+0000 mgr.y (mgr.14556) 9232 : cluster [DBG] pgmap v8152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:06.046964+0000 mgr.y (mgr.14556) 9233 : cluster [DBG] pgmap v8153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:06.046964+0000 mgr.y (mgr.14556) 9233 : cluster [DBG] pgmap v8153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:06.046964+0000 mgr.y (mgr.14556) 9233 : cluster [DBG] pgmap v8153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:08.047385+0000 mgr.y (mgr.14556) 9234 : cluster [DBG] pgmap v8154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:08.047385+0000 mgr.y (mgr.14556) 9234 : cluster [DBG] pgmap v8154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:08.047385+0000 mgr.y (mgr.14556) 9234 : cluster [DBG] pgmap v8154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:10.047793+0000 mgr.y (mgr.14556) 9235 : cluster [DBG] pgmap v8155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:10.047793+0000 mgr.y (mgr.14556) 9235 : cluster [DBG] pgmap v8155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:10.047793+0000 mgr.y (mgr.14556) 9235 : cluster [DBG] pgmap v8155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:17:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:12.048495+0000 mgr.y (mgr.14556) 9236 : cluster [DBG] pgmap v8156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:12.048495+0000 mgr.y (mgr.14556) 9236 : cluster [DBG] pgmap v8156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:12.048495+0000 mgr.y (mgr.14556) 9236 : cluster [DBG] pgmap v8156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:17:13] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:17:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:14.048865+0000 mgr.y (mgr.14556) 9237 : cluster [DBG] pgmap v8157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:14.048865+0000 mgr.y (mgr.14556) 9237 : cluster [DBG] pgmap v8157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:14.048865+0000 mgr.y (mgr.14556) 9237 : cluster [DBG] pgmap v8157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:16.049777+0000 mgr.y (mgr.14556) 9238 : cluster [DBG] pgmap v8158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:16.049777+0000 mgr.y (mgr.14556) 9238 : cluster [DBG] pgmap v8158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:16.049777+0000 mgr.y (mgr.14556) 9238 : cluster [DBG] pgmap v8158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:18.050186+0000 mgr.y (mgr.14556) 9239 : cluster [DBG] pgmap v8159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:18.050186+0000 mgr.y (mgr.14556) 9239 : cluster [DBG] pgmap v8159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:18.050186+0000 mgr.y (mgr.14556) 9239 : cluster [DBG] pgmap v8159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:20.050624+0000 mgr.y (mgr.14556) 9240 : cluster [DBG] pgmap v8160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:20.050624+0000 mgr.y (mgr.14556) 9240 : cluster [DBG] pgmap v8160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:20.050624+0000 mgr.y (mgr.14556) 9240 : cluster [DBG] pgmap v8160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:17:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:22.051401+0000 mgr.y (mgr.14556) 9241 : cluster [DBG] pgmap v8161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:22.051401+0000 mgr.y (mgr.14556) 9241 : cluster [DBG] pgmap v8161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:22.051401+0000 mgr.y (mgr.14556) 9241 : cluster [DBG] pgmap v8161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:17:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:17:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:24.052003+0000 mgr.y (mgr.14556) 9242 : cluster [DBG] pgmap v8162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:24.052003+0000 mgr.y (mgr.14556) 9242 : cluster [DBG] pgmap v8162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:24.052003+0000 mgr.y (mgr.14556) 9242 : cluster [DBG] pgmap v8162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:26.052729+0000 mgr.y (mgr.14556) 9243 : cluster [DBG] pgmap v8163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:26.052729+0000 mgr.y (mgr.14556) 9243 : cluster [DBG] pgmap v8163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:26.052729+0000 mgr.y (mgr.14556) 9243 : cluster [DBG] pgmap v8163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:28.053399+0000 mgr.y (mgr.14556) 9244 : cluster [DBG] pgmap v8164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:28.053399+0000 mgr.y (mgr.14556) 9244 : cluster [DBG] pgmap v8164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:28.053399+0000 mgr.y (mgr.14556) 9244 : cluster [DBG] pgmap v8164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:31.226 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:17:31.517 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:17:31.517 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 5m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:17:31.517 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 5m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 5m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 5m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 5m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 5m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:17:31.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:17:31.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 5m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:17:31.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 5m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:17:31.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 5m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:17:31.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 5m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:17:31.519 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 5m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:17:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:30.053902+0000 mgr.y (mgr.14556) 9245 : cluster [DBG] pgmap v8165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:30.053902+0000 mgr.y (mgr.14556) 9245 : cluster [DBG] pgmap v8165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:30.053902+0000 mgr.y (mgr.14556) 9245 : cluster [DBG] pgmap v8165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:31.863 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:17:31.863 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:17:31.864 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:17:31.865 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:17:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:17:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:17:31.215064+0000 mgr.y (mgr.14556) 9246 : audit [DBG] from='client.24315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:17:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:17:31.864035+0000 mon.a (mon.0) 2348 : audit [DBG] from='client.? 172.21.15.23:0/2826097751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:17:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:17:31.215064+0000 mgr.y (mgr.14556) 9246 : audit [DBG] from='client.24315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:17:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:17:31.864035+0000 mon.a (mon.0) 2348 : audit [DBG] from='client.? 172.21.15.23:0/2826097751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:17:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:17:31.215064+0000 mgr.y (mgr.14556) 9246 : audit [DBG] from='client.24315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:17:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:17:31.864035+0000 mon.a (mon.0) 2348 : audit [DBG] from='client.? 172.21.15.23:0/2826097751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:17:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:17:31.509831+0000 mgr.y (mgr.14556) 9247 : audit [DBG] from='client.34235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:17:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:32.054483+0000 mgr.y (mgr.14556) 9248 : cluster [DBG] pgmap v8166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:17:31.509831+0000 mgr.y (mgr.14556) 9247 : audit [DBG] from='client.34235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:17:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:32.054483+0000 mgr.y (mgr.14556) 9248 : cluster [DBG] pgmap v8166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:17:31.509831+0000 mgr.y (mgr.14556) 9247 : audit [DBG] from='client.34235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:17:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:32.054483+0000 mgr.y (mgr.14556) 9248 : cluster [DBG] pgmap v8166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:17:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:17:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:34.055096+0000 mgr.y (mgr.14556) 9249 : cluster [DBG] pgmap v8167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:34.055096+0000 mgr.y (mgr.14556) 9249 : cluster [DBG] pgmap v8167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:34.055096+0000 mgr.y (mgr.14556) 9249 : cluster [DBG] pgmap v8167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:36.055786+0000 mgr.y (mgr.14556) 9250 : cluster [DBG] pgmap v8168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:36.055786+0000 mgr.y (mgr.14556) 9250 : cluster [DBG] pgmap v8168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:36.055786+0000 mgr.y (mgr.14556) 9250 : cluster [DBG] pgmap v8168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:38.056290+0000 mgr.y (mgr.14556) 9251 : cluster [DBG] pgmap v8169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:38.056290+0000 mgr.y (mgr.14556) 9251 : cluster [DBG] pgmap v8169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:38.056290+0000 mgr.y (mgr.14556) 9251 : cluster [DBG] pgmap v8169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:40.056661+0000 mgr.y (mgr.14556) 9252 : cluster [DBG] pgmap v8170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:40.056661+0000 mgr.y (mgr.14556) 9252 : cluster [DBG] pgmap v8170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:40.056661+0000 mgr.y (mgr.14556) 9252 : cluster [DBG] pgmap v8170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:17:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:42.057409+0000 mgr.y (mgr.14556) 9253 : cluster [DBG] pgmap v8171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:42.057409+0000 mgr.y (mgr.14556) 9253 : cluster [DBG] pgmap v8171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:42.057409+0000 mgr.y (mgr.14556) 9253 : cluster [DBG] pgmap v8171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:17:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:17:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:44.057904+0000 mgr.y (mgr.14556) 9254 : cluster [DBG] pgmap v8172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:44.057904+0000 mgr.y (mgr.14556) 9254 : cluster [DBG] pgmap v8172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:44.057904+0000 mgr.y (mgr.14556) 9254 : cluster [DBG] pgmap v8172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:46.058720+0000 mgr.y (mgr.14556) 9255 : cluster [DBG] pgmap v8173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:46.058720+0000 mgr.y (mgr.14556) 9255 : cluster [DBG] pgmap v8173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:46.058720+0000 mgr.y (mgr.14556) 9255 : cluster [DBG] pgmap v8173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:48.059155+0000 mgr.y (mgr.14556) 9256 : cluster [DBG] pgmap v8174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:48.059155+0000 mgr.y (mgr.14556) 9256 : cluster [DBG] pgmap v8174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:48.059155+0000 mgr.y (mgr.14556) 9256 : cluster [DBG] pgmap v8174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:50.059707+0000 mgr.y (mgr.14556) 9257 : cluster [DBG] pgmap v8175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:50.059707+0000 mgr.y (mgr.14556) 9257 : cluster [DBG] pgmap v8175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:50.059707+0000 mgr.y (mgr.14556) 9257 : cluster [DBG] pgmap v8175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:17:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:52.060351+0000 mgr.y (mgr.14556) 9258 : cluster [DBG] pgmap v8176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:52.060351+0000 mgr.y (mgr.14556) 9258 : cluster [DBG] pgmap v8176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:52.060351+0000 mgr.y (mgr.14556) 9258 : cluster [DBG] pgmap v8176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:17:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:17:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:17:54.279775+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:17:54.784 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:17:54.279775+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:17:54.784 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:17:54.279775+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:17:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:54.060809+0000 mgr.y (mgr.14556) 9259 : cluster [DBG] pgmap v8177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:55.712 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:54.060809+0000 mgr.y (mgr.14556) 9259 : cluster [DBG] pgmap v8177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:55.713 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:54.060809+0000 mgr.y (mgr.14556) 9259 : cluster [DBG] pgmap v8177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:57.545 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:56.061366+0000 mgr.y (mgr.14556) 9260 : cluster [DBG] pgmap v8178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:57.546 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:56.061366+0000 mgr.y (mgr.14556) 9260 : cluster [DBG] pgmap v8178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:56.061366+0000 mgr.y (mgr.14556) 9260 : cluster [DBG] pgmap v8178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:17:57.799792+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:17:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:17:58.061635+0000 mgr.y (mgr.14556) 9261 : cluster [DBG] pgmap v8179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:17:58.092288+0000 mon.a (mon.0) 2351 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:17:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:17:58.092957+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:17:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:17:58.099503+0000 mon.a (mon.0) 2353 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:17:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:17:57.799792+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:17:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:17:58.061635+0000 mgr.y (mgr.14556) 9261 : cluster [DBG] pgmap v8179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:17:58.092288+0000 mon.a (mon.0) 2351 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:17:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:17:58.092957+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:17:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:17:58.099503+0000 mon.a (mon.0) 2353 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:17:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:17:57.799792+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:17:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:17:58.061635+0000 mgr.y (mgr.14556) 9261 : cluster [DBG] pgmap v8179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:17:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:17:58.092288+0000 mon.a (mon.0) 2351 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:17:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:17:58.092957+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:17:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:17:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:17:58.099503+0000 mon.a (mon.0) 2353 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:18:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:00.061987+0000 mgr.y (mgr.14556) 9262 : cluster [DBG] pgmap v8180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:00.061987+0000 mgr.y (mgr.14556) 9262 : cluster [DBG] pgmap v8180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:00.061987+0000 mgr.y (mgr.14556) 9262 : cluster [DBG] pgmap v8180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:18:02.192 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:18:02.479 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:18:02.480 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 6m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:18:02.480 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 6m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:18:02.480 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 6m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:18:02.480 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 6m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:18:02.480 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 6m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:18:02.480 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 6m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:18:02.480 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 6m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:18:02.480 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 6m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:18:02.481 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 6m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:18:02.481 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 6m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:18:02.481 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 6m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:18:02.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 6m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:18:02.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 6m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:18:02.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 6m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:18:02.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 6m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:18:02.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 6m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:18:02.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 6m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:18:02.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 6m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:18:02.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 6m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:18:02.481 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 6m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:18:02.828 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:18:02.828 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:18:02.828 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:18:02.828 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:18:02.828 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:18:02.828 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:18:02.828 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:18:02.828 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:18:02.829 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:18:02.829 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:18:02.829 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:18:02.829 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:18:02.829 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:18:02.829 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:18:02.829 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:18:02.829 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:18:02.829 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:18:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:02.062548+0000 mgr.y (mgr.14556) 9263 : cluster [DBG] pgmap v8181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:03.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:18:02.180508+0000 mgr.y (mgr.14556) 9264 : audit [DBG] from='client.24333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:18:03.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:18:02.828582+0000 mon.a (mon.0) 2354 : audit [DBG] from='client.? 172.21.15.23:0/693952316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:18:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:02.062548+0000 mgr.y (mgr.14556) 9263 : cluster [DBG] pgmap v8181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:18:02.180508+0000 mgr.y (mgr.14556) 9264 : audit [DBG] from='client.24333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:18:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:18:02.828582+0000 mon.a (mon.0) 2354 : audit [DBG] from='client.? 172.21.15.23:0/693952316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:18:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:02.062548+0000 mgr.y (mgr.14556) 9263 : cluster [DBG] pgmap v8181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:18:02.180508+0000 mgr.y (mgr.14556) 9264 : audit [DBG] from='client.24333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:18:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:18:02.828582+0000 mon.a (mon.0) 2354 : audit [DBG] from='client.? 172.21.15.23:0/693952316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:18:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:18:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:18:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:18:02.471949+0000 mgr.y (mgr.14556) 9265 : audit [DBG] from='client.24339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:18:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:18:02.471949+0000 mgr.y (mgr.14556) 9265 : audit [DBG] from='client.24339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:18:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:18:02.471949+0000 mgr.y (mgr.14556) 9265 : audit [DBG] from='client.24339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:18:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:04.062997+0000 mgr.y (mgr.14556) 9266 : cluster [DBG] pgmap v8182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:04.062997+0000 mgr.y (mgr.14556) 9266 : cluster [DBG] pgmap v8182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:04.062997+0000 mgr.y (mgr.14556) 9266 : cluster [DBG] pgmap v8182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:06.063612+0000 mgr.y (mgr.14556) 9267 : cluster [DBG] pgmap v8183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:06.063612+0000 mgr.y (mgr.14556) 9267 : cluster [DBG] pgmap v8183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:06.063612+0000 mgr.y (mgr.14556) 9267 : cluster [DBG] pgmap v8183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:08.064122+0000 mgr.y (mgr.14556) 9268 : cluster [DBG] pgmap v8184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:08.064122+0000 mgr.y (mgr.14556) 9268 : cluster [DBG] pgmap v8184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:08.064122+0000 mgr.y (mgr.14556) 9268 : cluster [DBG] pgmap v8184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:10.064664+0000 mgr.y (mgr.14556) 9269 : cluster [DBG] pgmap v8185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:10.064664+0000 mgr.y (mgr.14556) 9269 : cluster [DBG] pgmap v8185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:10.064664+0000 mgr.y (mgr.14556) 9269 : cluster [DBG] pgmap v8185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:18:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:12.065248+0000 mgr.y (mgr.14556) 9270 : cluster [DBG] pgmap v8186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:12.065248+0000 mgr.y (mgr.14556) 9270 : cluster [DBG] pgmap v8186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:12.065248+0000 mgr.y (mgr.14556) 9270 : cluster [DBG] pgmap v8186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:18:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:18:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:14.065566+0000 mgr.y (mgr.14556) 9271 : cluster [DBG] pgmap v8187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:14.065566+0000 mgr.y (mgr.14556) 9271 : cluster [DBG] pgmap v8187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:14.065566+0000 mgr.y (mgr.14556) 9271 : cluster [DBG] pgmap v8187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:16.066156+0000 mgr.y (mgr.14556) 9272 : cluster [DBG] pgmap v8188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:16.066156+0000 mgr.y (mgr.14556) 9272 : cluster [DBG] pgmap v8188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:16.066156+0000 mgr.y (mgr.14556) 9272 : cluster [DBG] pgmap v8188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:18.066559+0000 mgr.y (mgr.14556) 9273 : cluster [DBG] pgmap v8189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:18.066559+0000 mgr.y (mgr.14556) 9273 : cluster [DBG] pgmap v8189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:18.066559+0000 mgr.y (mgr.14556) 9273 : cluster [DBG] pgmap v8189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:20.067090+0000 mgr.y (mgr.14556) 9274 : cluster [DBG] pgmap v8190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:20.067090+0000 mgr.y (mgr.14556) 9274 : cluster [DBG] pgmap v8190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:20.067090+0000 mgr.y (mgr.14556) 9274 : cluster [DBG] pgmap v8190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:18:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:22.067815+0000 mgr.y (mgr.14556) 9275 : cluster [DBG] pgmap v8191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:22.067815+0000 mgr.y (mgr.14556) 9275 : cluster [DBG] pgmap v8191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:22.067815+0000 mgr.y (mgr.14556) 9275 : cluster [DBG] pgmap v8191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:18:23] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:18:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:24.068188+0000 mgr.y (mgr.14556) 9276 : cluster [DBG] pgmap v8192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:24.068188+0000 mgr.y (mgr.14556) 9276 : cluster [DBG] pgmap v8192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:24.068188+0000 mgr.y (mgr.14556) 9276 : cluster [DBG] pgmap v8192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:26.068864+0000 mgr.y (mgr.14556) 9277 : cluster [DBG] pgmap v8193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:26.068864+0000 mgr.y (mgr.14556) 9277 : cluster [DBG] pgmap v8193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:26.068864+0000 mgr.y (mgr.14556) 9277 : cluster [DBG] pgmap v8193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:28.069207+0000 mgr.y (mgr.14556) 9278 : cluster [DBG] pgmap v8194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:28.069207+0000 mgr.y (mgr.14556) 9278 : cluster [DBG] pgmap v8194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:28.069207+0000 mgr.y (mgr.14556) 9278 : cluster [DBG] pgmap v8194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:30.069760+0000 mgr.y (mgr.14556) 9279 : cluster [DBG] pgmap v8195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:30.069760+0000 mgr.y (mgr.14556) 9279 : cluster [DBG] pgmap v8195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:30.069760+0000 mgr.y (mgr.14556) 9279 : cluster [DBG] pgmap v8195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:18:33.154 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:18:33.445 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:18:33.445 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 6m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:18:33.445 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 6m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:18:33.445 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 6m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:18:33.445 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 6m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:18:33.445 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 6m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 6m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 6m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 6m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 6m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 6m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 6m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 6m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 6m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 6m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 6m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 6m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 6m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 6m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 6m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:18:33.446 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 6m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:18:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:32.070492+0000 mgr.y (mgr.14556) 9280 : cluster [DBG] pgmap v8196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:32.070492+0000 mgr.y (mgr.14556) 9280 : cluster [DBG] pgmap v8196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:32.070492+0000 mgr.y (mgr.14556) 9280 : cluster [DBG] pgmap v8196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:33.796 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:18:33.796 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:18:33.796 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:18:33.797 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:18:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:18:33] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:18:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:18:33.142890+0000 mgr.y (mgr.14556) 9281 : audit [DBG] from='client.24351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:18:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:18:33.796810+0000 mon.c (mon.2) 244 : audit [DBG] from='client.? 172.21.15.23:0/2828904574' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:18:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:18:33.142890+0000 mgr.y (mgr.14556) 9281 : audit [DBG] from='client.24351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:18:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:18:33.796810+0000 mon.c (mon.2) 244 : audit [DBG] from='client.? 172.21.15.23:0/2828904574' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:18:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:18:33.142890+0000 mgr.y (mgr.14556) 9281 : audit [DBG] from='client.24351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:18:34.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:18:33.796810+0000 mon.c (mon.2) 244 : audit [DBG] from='client.? 172.21.15.23:0/2828904574' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:18:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:18:33.437524+0000 mgr.y (mgr.14556) 9282 : audit [DBG] from='client.24357 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:18:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:34.070981+0000 mgr.y (mgr.14556) 9283 : cluster [DBG] pgmap v8197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:18:33.437524+0000 mgr.y (mgr.14556) 9282 : audit [DBG] from='client.24357 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:18:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:34.070981+0000 mgr.y (mgr.14556) 9283 : cluster [DBG] pgmap v8197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:18:33.437524+0000 mgr.y (mgr.14556) 9282 : audit [DBG] from='client.24357 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:18:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:34.070981+0000 mgr.y (mgr.14556) 9283 : cluster [DBG] pgmap v8197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:36.071664+0000 mgr.y (mgr.14556) 9284 : cluster [DBG] pgmap v8198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:36.071664+0000 mgr.y (mgr.14556) 9284 : cluster [DBG] pgmap v8198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:36.071664+0000 mgr.y (mgr.14556) 9284 : cluster [DBG] pgmap v8198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:38.072148+0000 mgr.y (mgr.14556) 9285 : cluster [DBG] pgmap v8199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:38.072148+0000 mgr.y (mgr.14556) 9285 : cluster [DBG] pgmap v8199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:38.072148+0000 mgr.y (mgr.14556) 9285 : cluster [DBG] pgmap v8199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:40.072610+0000 mgr.y (mgr.14556) 9286 : cluster [DBG] pgmap v8200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:41.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:18:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:40.072610+0000 mgr.y (mgr.14556) 9286 : cluster [DBG] pgmap v8200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:40.072610+0000 mgr.y (mgr.14556) 9286 : cluster [DBG] pgmap v8200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:42.073349+0000 mgr.y (mgr.14556) 9287 : cluster [DBG] pgmap v8201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:42.073349+0000 mgr.y (mgr.14556) 9287 : cluster [DBG] pgmap v8201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:42.073349+0000 mgr.y (mgr.14556) 9287 : cluster [DBG] pgmap v8201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:18:43] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:18:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:44.073768+0000 mgr.y (mgr.14556) 9288 : cluster [DBG] pgmap v8202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:44.073768+0000 mgr.y (mgr.14556) 9288 : cluster [DBG] pgmap v8202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:44.073768+0000 mgr.y (mgr.14556) 9288 : cluster [DBG] pgmap v8202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:46.074599+0000 mgr.y (mgr.14556) 9289 : cluster [DBG] pgmap v8203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:46.074599+0000 mgr.y (mgr.14556) 9289 : cluster [DBG] pgmap v8203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:46.074599+0000 mgr.y (mgr.14556) 9289 : cluster [DBG] pgmap v8203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:48.075065+0000 mgr.y (mgr.14556) 9290 : cluster [DBG] pgmap v8204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:48.075065+0000 mgr.y (mgr.14556) 9290 : cluster [DBG] pgmap v8204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:48.075065+0000 mgr.y (mgr.14556) 9290 : cluster [DBG] pgmap v8204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:50.075640+0000 mgr.y (mgr.14556) 9291 : cluster [DBG] pgmap v8205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:50.075640+0000 mgr.y (mgr.14556) 9291 : cluster [DBG] pgmap v8205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:50.075640+0000 mgr.y (mgr.14556) 9291 : cluster [DBG] pgmap v8205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:18:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:52.076422+0000 mgr.y (mgr.14556) 9292 : cluster [DBG] pgmap v8206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:52.076422+0000 mgr.y (mgr.14556) 9292 : cluster [DBG] pgmap v8206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:52.076422+0000 mgr.y (mgr.14556) 9292 : cluster [DBG] pgmap v8206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:18:53] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T11:18:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:54.076941+0000 mgr.y (mgr.14556) 9293 : cluster [DBG] pgmap v8207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:54.076941+0000 mgr.y (mgr.14556) 9293 : cluster [DBG] pgmap v8207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:54.076941+0000 mgr.y (mgr.14556) 9293 : cluster [DBG] pgmap v8207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:56.077642+0000 mgr.y (mgr.14556) 9294 : cluster [DBG] pgmap v8208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:56.077642+0000 mgr.y (mgr.14556) 9294 : cluster [DBG] pgmap v8208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:56.077642+0000 mgr.y (mgr.14556) 9294 : cluster [DBG] pgmap v8208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:58.786 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:18:58.078064+0000 mgr.y (mgr.14556) 9295 : cluster [DBG] pgmap v8209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:58.786 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:18:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:18:58.103949+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:18:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:18:58.078064+0000 mgr.y (mgr.14556) 9295 : cluster [DBG] pgmap v8209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:18:58.103949+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:18:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:18:58.078064+0000 mgr.y (mgr.14556) 9295 : cluster [DBG] pgmap v8209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:18:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:18:58.103949+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:19:01.407 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:00.078543+0000 mgr.y (mgr.14556) 9296 : cluster [DBG] pgmap v8210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:00.078543+0000 mgr.y (mgr.14556) 9296 : cluster [DBG] pgmap v8210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:00.078543+0000 mgr.y (mgr.14556) 9296 : cluster [DBG] pgmap v8210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:19:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:19:01.665958+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:19:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:19:01.958038+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:19:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:19:01.959012+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:19:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:19:01.968751+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:19:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:02.079481+0000 mgr.y (mgr.14556) 9297 : cluster [DBG] pgmap v8211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:19:01.665958+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:19:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:19:01.958038+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:19:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:19:01.959012+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:19:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:19:01.968751+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:19:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:02.079481+0000 mgr.y (mgr.14556) 9297 : cluster [DBG] pgmap v8211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:19:01.665958+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:19:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:19:01.958038+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:19:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:19:01.959012+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:19:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:19:01.968751+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:19:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:02.079481+0000 mgr.y (mgr.14556) 9297 : cluster [DBG] pgmap v8211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:04.124 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:19:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:19:03] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T11:19:04.412 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:19:04.412 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 7m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:19:04.412 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 7m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:19:04.412 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 7m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:19:04.412 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 7m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:19:04.412 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 7m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 7m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 7m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 7m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 7m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 7m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 7m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 7m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 7m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 7m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 7m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 7m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 7m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 7m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 7m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:19:04.413 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 7m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:19:04.787 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:19:04.787 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:19:04.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:19:04.787 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:19:04.787 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:19:04.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:19:04.787 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:19:04.787 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:19:04.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:19:04.788 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:19:04.788 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:19:04.788 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:19:04.788 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:19:04.788 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:19:04.788 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:19:04.788 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:19:04.788 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:19:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:04.079820+0000 mgr.y (mgr.14556) 9298 : cluster [DBG] pgmap v8212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:19:04.112268+0000 mgr.y (mgr.14556) 9299 : audit [DBG] from='client.24369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:19:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:19:04.404590+0000 mgr.y (mgr.14556) 9300 : audit [DBG] from='client.24375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:19:05.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:19:04.787385+0000 mon.c (mon.2) 245 : audit [DBG] from='client.? 172.21.15.23:0/3034886773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:19:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:04.079820+0000 mgr.y (mgr.14556) 9298 : cluster [DBG] pgmap v8212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:19:04.112268+0000 mgr.y (mgr.14556) 9299 : audit [DBG] from='client.24369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:19:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:19:04.404590+0000 mgr.y (mgr.14556) 9300 : audit [DBG] from='client.24375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:19:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:19:04.787385+0000 mon.c (mon.2) 245 : audit [DBG] from='client.? 172.21.15.23:0/3034886773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:19:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:04.079820+0000 mgr.y (mgr.14556) 9298 : cluster [DBG] pgmap v8212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:19:04.112268+0000 mgr.y (mgr.14556) 9299 : audit [DBG] from='client.24369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:19:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:19:04.404590+0000 mgr.y (mgr.14556) 9300 : audit [DBG] from='client.24375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:19:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:19:04.787385+0000 mon.c (mon.2) 245 : audit [DBG] from='client.? 172.21.15.23:0/3034886773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:19:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:06.080491+0000 mgr.y (mgr.14556) 9301 : cluster [DBG] pgmap v8213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:06.080491+0000 mgr.y (mgr.14556) 9301 : cluster [DBG] pgmap v8213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:06.080491+0000 mgr.y (mgr.14556) 9301 : cluster [DBG] pgmap v8213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:08.080845+0000 mgr.y (mgr.14556) 9302 : cluster [DBG] pgmap v8214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:08.080845+0000 mgr.y (mgr.14556) 9302 : cluster [DBG] pgmap v8214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:08.080845+0000 mgr.y (mgr.14556) 9302 : cluster [DBG] pgmap v8214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:10.081217+0000 mgr.y (mgr.14556) 9303 : cluster [DBG] pgmap v8215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:10.081217+0000 mgr.y (mgr.14556) 9303 : cluster [DBG] pgmap v8215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:10.081217+0000 mgr.y (mgr.14556) 9303 : cluster [DBG] pgmap v8215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:19:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:12.081842+0000 mgr.y (mgr.14556) 9304 : cluster [DBG] pgmap v8216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:12.081842+0000 mgr.y (mgr.14556) 9304 : cluster [DBG] pgmap v8216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:12.081842+0000 mgr.y (mgr.14556) 9304 : cluster [DBG] pgmap v8216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:19:13] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:19:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:14.082364+0000 mgr.y (mgr.14556) 9305 : cluster [DBG] pgmap v8217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:14.082364+0000 mgr.y (mgr.14556) 9305 : cluster [DBG] pgmap v8217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:14.082364+0000 mgr.y (mgr.14556) 9305 : cluster [DBG] pgmap v8217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:16.082933+0000 mgr.y (mgr.14556) 9306 : cluster [DBG] pgmap v8218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:16.082933+0000 mgr.y (mgr.14556) 9306 : cluster [DBG] pgmap v8218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:16.082933+0000 mgr.y (mgr.14556) 9306 : cluster [DBG] pgmap v8218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:18.083307+0000 mgr.y (mgr.14556) 9307 : cluster [DBG] pgmap v8219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:18.083307+0000 mgr.y (mgr.14556) 9307 : cluster [DBG] pgmap v8219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:18.083307+0000 mgr.y (mgr.14556) 9307 : cluster [DBG] pgmap v8219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:20.083883+0000 mgr.y (mgr.14556) 9308 : cluster [DBG] pgmap v8220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:20.083883+0000 mgr.y (mgr.14556) 9308 : cluster [DBG] pgmap v8220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:20.083883+0000 mgr.y (mgr.14556) 9308 : cluster [DBG] pgmap v8220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:19:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:22.084655+0000 mgr.y (mgr.14556) 9309 : cluster [DBG] pgmap v8221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:22.084655+0000 mgr.y (mgr.14556) 9309 : cluster [DBG] pgmap v8221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:22.084655+0000 mgr.y (mgr.14556) 9309 : cluster [DBG] pgmap v8221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:19:23] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:19:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:24.085022+0000 mgr.y (mgr.14556) 9310 : cluster [DBG] pgmap v8222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:24.085022+0000 mgr.y (mgr.14556) 9310 : cluster [DBG] pgmap v8222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:24.085022+0000 mgr.y (mgr.14556) 9310 : cluster [DBG] pgmap v8222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:26.085669+0000 mgr.y (mgr.14556) 9311 : cluster [DBG] pgmap v8223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:26.085669+0000 mgr.y (mgr.14556) 9311 : cluster [DBG] pgmap v8223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:26.085669+0000 mgr.y (mgr.14556) 9311 : cluster [DBG] pgmap v8223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:28.086093+0000 mgr.y (mgr.14556) 9312 : cluster [DBG] pgmap v8224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:28.086093+0000 mgr.y (mgr.14556) 9312 : cluster [DBG] pgmap v8224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:28.086093+0000 mgr.y (mgr.14556) 9312 : cluster [DBG] pgmap v8224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:30.086431+0000 mgr.y (mgr.14556) 9313 : cluster [DBG] pgmap v8225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:30.086431+0000 mgr.y (mgr.14556) 9313 : cluster [DBG] pgmap v8225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:30.086431+0000 mgr.y (mgr.14556) 9313 : cluster [DBG] pgmap v8225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:19:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:32.087096+0000 mgr.y (mgr.14556) 9314 : cluster [DBG] pgmap v8226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:32.087096+0000 mgr.y (mgr.14556) 9314 : cluster [DBG] pgmap v8226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:32.087096+0000 mgr.y (mgr.14556) 9314 : cluster [DBG] pgmap v8226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:19:33] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:19:35.111 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:19:35.400 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:19:35.400 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 7m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:19:35.400 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 7m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 7m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 7m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 7m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 7m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 7m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 7m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 7m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 7m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 7m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 7m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 7m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 7m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:19:35.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 7m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:19:35.402 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 7m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:19:35.402 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 7m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:19:35.402 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 7m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:19:35.402 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 7m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:19:35.402 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 7m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:19:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:34.087681+0000 mgr.y (mgr.14556) 9315 : cluster [DBG] pgmap v8227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:34.087681+0000 mgr.y (mgr.14556) 9315 : cluster [DBG] pgmap v8227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:34.087681+0000 mgr.y (mgr.14556) 9315 : cluster [DBG] pgmap v8227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:35.752 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:19:35.752 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:19:35.752 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:19:35.752 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:19:35.752 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:19:35.752 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:19:35.753 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:19:35.753 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:19:35.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:19:35.753 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:19:35.753 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:19:35.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:19:35.753 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:19:35.753 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:19:35.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:19:35.753 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:19:35.753 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:19:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:19:35.099620+0000 mgr.y (mgr.14556) 9316 : audit [DBG] from='client.34301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:19:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:19:35.392599+0000 mgr.y (mgr.14556) 9317 : audit [DBG] from='client.24393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:19:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:19:35.752663+0000 mon.c (mon.2) 246 : audit [DBG] from='client.? 172.21.15.23:0/506545366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:19:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:19:35.099620+0000 mgr.y (mgr.14556) 9316 : audit [DBG] from='client.34301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:19:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:19:35.392599+0000 mgr.y (mgr.14556) 9317 : audit [DBG] from='client.24393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:19:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:19:35.752663+0000 mon.c (mon.2) 246 : audit [DBG] from='client.? 172.21.15.23:0/506545366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:19:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:19:35.099620+0000 mgr.y (mgr.14556) 9316 : audit [DBG] from='client.34301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:19:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:19:35.392599+0000 mgr.y (mgr.14556) 9317 : audit [DBG] from='client.24393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:19:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:19:35.752663+0000 mon.c (mon.2) 246 : audit [DBG] from='client.? 172.21.15.23:0/506545366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:19:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:36.088266+0000 mgr.y (mgr.14556) 9318 : cluster [DBG] pgmap v8228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:36.088266+0000 mgr.y (mgr.14556) 9318 : cluster [DBG] pgmap v8228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:36.088266+0000 mgr.y (mgr.14556) 9318 : cluster [DBG] pgmap v8228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:38.088739+0000 mgr.y (mgr.14556) 9319 : cluster [DBG] pgmap v8229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:38.088739+0000 mgr.y (mgr.14556) 9319 : cluster [DBG] pgmap v8229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:38.088739+0000 mgr.y (mgr.14556) 9319 : cluster [DBG] pgmap v8229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:40.089107+0000 mgr.y (mgr.14556) 9320 : cluster [DBG] pgmap v8230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:40.089107+0000 mgr.y (mgr.14556) 9320 : cluster [DBG] pgmap v8230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:40.089107+0000 mgr.y (mgr.14556) 9320 : cluster [DBG] pgmap v8230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:19:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:42.089804+0000 mgr.y (mgr.14556) 9321 : cluster [DBG] pgmap v8231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:42.089804+0000 mgr.y (mgr.14556) 9321 : cluster [DBG] pgmap v8231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:42.089804+0000 mgr.y (mgr.14556) 9321 : cluster [DBG] pgmap v8231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:19:43] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:19:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:44.090242+0000 mgr.y (mgr.14556) 9322 : cluster [DBG] pgmap v8232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:44.090242+0000 mgr.y (mgr.14556) 9322 : cluster [DBG] pgmap v8232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:44.090242+0000 mgr.y (mgr.14556) 9322 : cluster [DBG] pgmap v8232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:46.091051+0000 mgr.y (mgr.14556) 9323 : cluster [DBG] pgmap v8233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:46.091051+0000 mgr.y (mgr.14556) 9323 : cluster [DBG] pgmap v8233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:46.091051+0000 mgr.y (mgr.14556) 9323 : cluster [DBG] pgmap v8233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:48.091407+0000 mgr.y (mgr.14556) 9324 : cluster [DBG] pgmap v8234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:48.091407+0000 mgr.y (mgr.14556) 9324 : cluster [DBG] pgmap v8234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:48.091407+0000 mgr.y (mgr.14556) 9324 : cluster [DBG] pgmap v8234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:50.091807+0000 mgr.y (mgr.14556) 9325 : cluster [DBG] pgmap v8235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:50.091807+0000 mgr.y (mgr.14556) 9325 : cluster [DBG] pgmap v8235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:50.091807+0000 mgr.y (mgr.14556) 9325 : cluster [DBG] pgmap v8235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:19:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:52.092492+0000 mgr.y (mgr.14556) 9326 : cluster [DBG] pgmap v8236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:52.092492+0000 mgr.y (mgr.14556) 9326 : cluster [DBG] pgmap v8236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:52.092492+0000 mgr.y (mgr.14556) 9326 : cluster [DBG] pgmap v8236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:19:53] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:19:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:54.092904+0000 mgr.y (mgr.14556) 9327 : cluster [DBG] pgmap v8237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:54.092904+0000 mgr.y (mgr.14556) 9327 : cluster [DBG] pgmap v8237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:54.092904+0000 mgr.y (mgr.14556) 9327 : cluster [DBG] pgmap v8237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:56.093542+0000 mgr.y (mgr.14556) 9328 : cluster [DBG] pgmap v8238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:56.093542+0000 mgr.y (mgr.14556) 9328 : cluster [DBG] pgmap v8238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:56.093542+0000 mgr.y (mgr.14556) 9328 : cluster [DBG] pgmap v8238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:19:58.093887+0000 mgr.y (mgr.14556) 9329 : cluster [DBG] pgmap v8239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:19:58.093887+0000 mgr.y (mgr.14556) 9329 : cluster [DBG] pgmap v8239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:19:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:19:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:19:58.093887+0000 mgr.y (mgr.14556) 9329 : cluster [DBG] pgmap v8239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:00.342 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T11:19:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:20:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:00.000157+0000 mon.a (mon.0) 2360 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:20:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:00.000157+0000 mon.a (mon.0) 2360 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:20:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:00.000157+0000 mon.a (mon.0) 2360 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:20:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:00.094257+0000 mgr.y (mgr.14556) 9330 : cluster [DBG] pgmap v8240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:00.094257+0000 mgr.y (mgr.14556) 9330 : cluster [DBG] pgmap v8240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:00.094257+0000 mgr.y (mgr.14556) 9330 : cluster [DBG] pgmap v8240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:20:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:20:01.974127+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:20:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:20:02.283805+0000 mon.a (mon.0) 2362 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:20:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:20:02.284479+0000 mon.a (mon.0) 2363 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:20:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:20:02.290501+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:20:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:20:01.974127+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:20:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:20:02.283805+0000 mon.a (mon.0) 2362 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:20:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:20:02.284479+0000 mon.a (mon.0) 2363 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:20:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:20:02.290501+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:20:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:20:01.974127+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:20:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:20:02.283805+0000 mon.a (mon.0) 2362 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:20:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:20:02.284479+0000 mon.a (mon.0) 2363 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:20:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:20:02.290501+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:20:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:02.094790+0000 mgr.y (mgr.14556) 9331 : cluster [DBG] pgmap v8241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:02.094790+0000 mgr.y (mgr.14556) 9331 : cluster [DBG] pgmap v8241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:02.094790+0000 mgr.y (mgr.14556) 9331 : cluster [DBG] pgmap v8241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:20:03] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:20:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:04.095250+0000 mgr.y (mgr.14556) 9332 : cluster [DBG] pgmap v8242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:04.095250+0000 mgr.y (mgr.14556) 9332 : cluster [DBG] pgmap v8242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:04.095250+0000 mgr.y (mgr.14556) 9332 : cluster [DBG] pgmap v8242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:06.079 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:20:06.368 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:20:06.368 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 8m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:20:06.368 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 8m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:20:06.368 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 8m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:20:06.368 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 8m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:20:06.368 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 8m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:20:06.368 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 8m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 8m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 8m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 8m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 8m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 8m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 8m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 8m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 8m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 8m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 8m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 8m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 8m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 8m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:20:06.369 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 8m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:20:06.718 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:20:06.718 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:20:06.718 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:20:06.718 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:20:06.718 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:20:06.718 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:20:06.718 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:20:06.718 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:20:06.718 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:20:06.718 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:20:06.719 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:20:06.719 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:20:06.719 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:20:06.719 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:20:06.719 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:20:06.719 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:20:06.719 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:20:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:20:06.066936+0000 mgr.y (mgr.14556) 9333 : audit [DBG] from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:20:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:06.095762+0000 mgr.y (mgr.14556) 9334 : cluster [DBG] pgmap v8243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:20:06.360471+0000 mgr.y (mgr.14556) 9335 : audit [DBG] from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:20:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:20:06.718021+0000 mon.c (mon.2) 247 : audit [DBG] from='client.? 172.21.15.23:0/2293630682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:20:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:20:06.066936+0000 mgr.y (mgr.14556) 9333 : audit [DBG] from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:20:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:06.095762+0000 mgr.y (mgr.14556) 9334 : cluster [DBG] pgmap v8243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:20:06.360471+0000 mgr.y (mgr.14556) 9335 : audit [DBG] from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:20:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:20:06.718021+0000 mon.c (mon.2) 247 : audit [DBG] from='client.? 172.21.15.23:0/2293630682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:20:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:20:06.066936+0000 mgr.y (mgr.14556) 9333 : audit [DBG] from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:20:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:06.095762+0000 mgr.y (mgr.14556) 9334 : cluster [DBG] pgmap v8243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:20:06.360471+0000 mgr.y (mgr.14556) 9335 : audit [DBG] from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:20:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:20:06.718021+0000 mon.c (mon.2) 247 : audit [DBG] from='client.? 172.21.15.23:0/2293630682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:20:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:08.096311+0000 mgr.y (mgr.14556) 9336 : cluster [DBG] pgmap v8244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:08.096311+0000 mgr.y (mgr.14556) 9336 : cluster [DBG] pgmap v8244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:08.096311+0000 mgr.y (mgr.14556) 9336 : cluster [DBG] pgmap v8244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:10.096752+0000 mgr.y (mgr.14556) 9337 : cluster [DBG] pgmap v8245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:10.096752+0000 mgr.y (mgr.14556) 9337 : cluster [DBG] pgmap v8245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:10.096752+0000 mgr.y (mgr.14556) 9337 : cluster [DBG] pgmap v8245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:20:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:12.097464+0000 mgr.y (mgr.14556) 9338 : cluster [DBG] pgmap v8246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:12.097464+0000 mgr.y (mgr.14556) 9338 : cluster [DBG] pgmap v8246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:12.097464+0000 mgr.y (mgr.14556) 9338 : cluster [DBG] pgmap v8246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:20:13] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T11:20:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:14.097827+0000 mgr.y (mgr.14556) 9339 : cluster [DBG] pgmap v8247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:14.097827+0000 mgr.y (mgr.14556) 9339 : cluster [DBG] pgmap v8247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:14.097827+0000 mgr.y (mgr.14556) 9339 : cluster [DBG] pgmap v8247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:16.098530+0000 mgr.y (mgr.14556) 9340 : cluster [DBG] pgmap v8248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:16.098530+0000 mgr.y (mgr.14556) 9340 : cluster [DBG] pgmap v8248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:16.098530+0000 mgr.y (mgr.14556) 9340 : cluster [DBG] pgmap v8248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:18.098994+0000 mgr.y (mgr.14556) 9341 : cluster [DBG] pgmap v8249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:18.098994+0000 mgr.y (mgr.14556) 9341 : cluster [DBG] pgmap v8249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:18.098994+0000 mgr.y (mgr.14556) 9341 : cluster [DBG] pgmap v8249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:20.099577+0000 mgr.y (mgr.14556) 9342 : cluster [DBG] pgmap v8250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:20.099577+0000 mgr.y (mgr.14556) 9342 : cluster [DBG] pgmap v8250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:20.099577+0000 mgr.y (mgr.14556) 9342 : cluster [DBG] pgmap v8250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:20:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:22.100255+0000 mgr.y (mgr.14556) 9343 : cluster [DBG] pgmap v8251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:22.100255+0000 mgr.y (mgr.14556) 9343 : cluster [DBG] pgmap v8251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:22.100255+0000 mgr.y (mgr.14556) 9343 : cluster [DBG] pgmap v8251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:20:23] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:20:25.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:24.100707+0000 mgr.y (mgr.14556) 9344 : cluster [DBG] pgmap v8252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:25.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:24.100707+0000 mgr.y (mgr.14556) 9344 : cluster [DBG] pgmap v8252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:24.100707+0000 mgr.y (mgr.14556) 9344 : cluster [DBG] pgmap v8252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:26.101366+0000 mgr.y (mgr.14556) 9345 : cluster [DBG] pgmap v8253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:26.101366+0000 mgr.y (mgr.14556) 9345 : cluster [DBG] pgmap v8253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:26.101366+0000 mgr.y (mgr.14556) 9345 : cluster [DBG] pgmap v8253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:28.101803+0000 mgr.y (mgr.14556) 9346 : cluster [DBG] pgmap v8254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:28.101803+0000 mgr.y (mgr.14556) 9346 : cluster [DBG] pgmap v8254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:28.101803+0000 mgr.y (mgr.14556) 9346 : cluster [DBG] pgmap v8254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:30.102366+0000 mgr.y (mgr.14556) 9347 : cluster [DBG] pgmap v8255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:30.102366+0000 mgr.y (mgr.14556) 9347 : cluster [DBG] pgmap v8255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:30.102366+0000 mgr.y (mgr.14556) 9347 : cluster [DBG] pgmap v8255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:20:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:32.103294+0000 mgr.y (mgr.14556) 9348 : cluster [DBG] pgmap v8256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:33.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:32.103294+0000 mgr.y (mgr.14556) 9348 : cluster [DBG] pgmap v8256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:32.103294+0000 mgr.y (mgr.14556) 9348 : cluster [DBG] pgmap v8256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:20:33] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:20:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:34.103730+0000 mgr.y (mgr.14556) 9349 : cluster [DBG] pgmap v8257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:34.103730+0000 mgr.y (mgr.14556) 9349 : cluster [DBG] pgmap v8257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:34.103730+0000 mgr.y (mgr.14556) 9349 : cluster [DBG] pgmap v8257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:37.044 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:20:37.334 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:20:37.334 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 8m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:20:37.334 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 8m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:20:37.334 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 8m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:20:37.334 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 8m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:20:37.334 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 8m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:20:37.334 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 8m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:20:37.334 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 8m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:20:37.334 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 8m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:20:37.335 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 8m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:20:37.335 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 8m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:20:37.335 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 8m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:20:37.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 8m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:20:37.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 8m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:20:37.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 8m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:20:37.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 8m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:20:37.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 8m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:20:37.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 8m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:20:37.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 8m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:20:37.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 8m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:20:37.335 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 8m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:20:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:36.104370+0000 mgr.y (mgr.14556) 9350 : cluster [DBG] pgmap v8258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:36.104370+0000 mgr.y (mgr.14556) 9350 : cluster [DBG] pgmap v8258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:36.104370+0000 mgr.y (mgr.14556) 9350 : cluster [DBG] pgmap v8258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:37.684 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:20:37.684 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:20:37.684 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:20:37.684 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:20:37.684 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:20:37.684 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:20:37.684 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:20:37.684 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:20:37.684 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:20:37.684 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:20:37.685 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:20:37.685 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:20:37.685 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:20:37.685 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:20:37.685 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:20:37.685 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:20:37.685 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:20:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:20:37.032461+0000 mgr.y (mgr.14556) 9351 : audit [DBG] from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:20:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:20:37.325944+0000 mgr.y (mgr.14556) 9352 : audit [DBG] from='client.34343 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:20:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:20:37.684233+0000 mon.a (mon.0) 2365 : audit [DBG] from='client.? 172.21.15.23:0/799081558' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:20:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:20:37.032461+0000 mgr.y (mgr.14556) 9351 : audit [DBG] from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:20:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:20:37.325944+0000 mgr.y (mgr.14556) 9352 : audit [DBG] from='client.34343 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:20:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:20:37.684233+0000 mon.a (mon.0) 2365 : audit [DBG] from='client.? 172.21.15.23:0/799081558' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:20:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:20:37.032461+0000 mgr.y (mgr.14556) 9351 : audit [DBG] from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:20:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:20:37.325944+0000 mgr.y (mgr.14556) 9352 : audit [DBG] from='client.34343 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:20:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:20:37.684233+0000 mon.a (mon.0) 2365 : audit [DBG] from='client.? 172.21.15.23:0/799081558' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:20:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:38.104697+0000 mgr.y (mgr.14556) 9353 : cluster [DBG] pgmap v8259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:38.104697+0000 mgr.y (mgr.14556) 9353 : cluster [DBG] pgmap v8259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:38.104697+0000 mgr.y (mgr.14556) 9353 : cluster [DBG] pgmap v8259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:40.105183+0000 mgr.y (mgr.14556) 9354 : cluster [DBG] pgmap v8260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:40.105183+0000 mgr.y (mgr.14556) 9354 : cluster [DBG] pgmap v8260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:40.105183+0000 mgr.y (mgr.14556) 9354 : cluster [DBG] pgmap v8260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:20:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:42.105985+0000 mgr.y (mgr.14556) 9355 : cluster [DBG] pgmap v8261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:42.105985+0000 mgr.y (mgr.14556) 9355 : cluster [DBG] pgmap v8261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:42.105985+0000 mgr.y (mgr.14556) 9355 : cluster [DBG] pgmap v8261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:20:43] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:20:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:44.106379+0000 mgr.y (mgr.14556) 9356 : cluster [DBG] pgmap v8262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:44.106379+0000 mgr.y (mgr.14556) 9356 : cluster [DBG] pgmap v8262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:44.106379+0000 mgr.y (mgr.14556) 9356 : cluster [DBG] pgmap v8262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:46.106955+0000 mgr.y (mgr.14556) 9357 : cluster [DBG] pgmap v8263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:46.106955+0000 mgr.y (mgr.14556) 9357 : cluster [DBG] pgmap v8263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:46.106955+0000 mgr.y (mgr.14556) 9357 : cluster [DBG] pgmap v8263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:48.107461+0000 mgr.y (mgr.14556) 9358 : cluster [DBG] pgmap v8264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:48.107461+0000 mgr.y (mgr.14556) 9358 : cluster [DBG] pgmap v8264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:48.107461+0000 mgr.y (mgr.14556) 9358 : cluster [DBG] pgmap v8264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:50.108024+0000 mgr.y (mgr.14556) 9359 : cluster [DBG] pgmap v8265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:50.108024+0000 mgr.y (mgr.14556) 9359 : cluster [DBG] pgmap v8265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:50.108024+0000 mgr.y (mgr.14556) 9359 : cluster [DBG] pgmap v8265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:20:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:52.108775+0000 mgr.y (mgr.14556) 9360 : cluster [DBG] pgmap v8266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:52.108775+0000 mgr.y (mgr.14556) 9360 : cluster [DBG] pgmap v8266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:52.108775+0000 mgr.y (mgr.14556) 9360 : cluster [DBG] pgmap v8266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:20:53] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:20:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:54.109199+0000 mgr.y (mgr.14556) 9361 : cluster [DBG] pgmap v8267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:54.109199+0000 mgr.y (mgr.14556) 9361 : cluster [DBG] pgmap v8267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:54.109199+0000 mgr.y (mgr.14556) 9361 : cluster [DBG] pgmap v8267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:56.109919+0000 mgr.y (mgr.14556) 9362 : cluster [DBG] pgmap v8268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:56.109919+0000 mgr.y (mgr.14556) 9362 : cluster [DBG] pgmap v8268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:56.109919+0000 mgr.y (mgr.14556) 9362 : cluster [DBG] pgmap v8268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:20:58.110414+0000 mgr.y (mgr.14556) 9363 : cluster [DBG] pgmap v8269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:20:58.110414+0000 mgr.y (mgr.14556) 9363 : cluster [DBG] pgmap v8269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:20:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:20:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:20:58.110414+0000 mgr.y (mgr.14556) 9363 : cluster [DBG] pgmap v8269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:00.110797+0000 mgr.y (mgr.14556) 9364 : cluster [DBG] pgmap v8270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:00.110797+0000 mgr.y (mgr.14556) 9364 : cluster [DBG] pgmap v8270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:00.110797+0000 mgr.y (mgr.14556) 9364 : cluster [DBG] pgmap v8270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:01.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:21:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:21:02.294908+0000 mon.a (mon.0) 2366 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:21:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:21:02.294908+0000 mon.a (mon.0) 2366 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:21:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:21:02.294908+0000 mon.a (mon.0) 2366 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:21:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:02.111541+0000 mgr.y (mgr.14556) 9365 : cluster [DBG] pgmap v8271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:21:02.603153+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:21:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:21:02.603782+0000 mon.a (mon.0) 2368 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:21:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:21:02.612341+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:21:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:02.111541+0000 mgr.y (mgr.14556) 9365 : cluster [DBG] pgmap v8271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:21:02.603153+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:21:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:21:02.603782+0000 mon.a (mon.0) 2368 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:21:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:21:02.612341+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:21:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:02.111541+0000 mgr.y (mgr.14556) 9365 : cluster [DBG] pgmap v8271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:21:02.603153+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:21:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:21:02.603782+0000 mon.a (mon.0) 2368 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:21:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:21:02.612341+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:21:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:21:03] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:21:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:04.111956+0000 mgr.y (mgr.14556) 9366 : cluster [DBG] pgmap v8272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:04.111956+0000 mgr.y (mgr.14556) 9366 : cluster [DBG] pgmap v8272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:04.111956+0000 mgr.y (mgr.14556) 9366 : cluster [DBG] pgmap v8272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:06.112810+0000 mgr.y (mgr.14556) 9367 : cluster [DBG] pgmap v8273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:06.112810+0000 mgr.y (mgr.14556) 9367 : cluster [DBG] pgmap v8273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:06.112810+0000 mgr.y (mgr.14556) 9367 : cluster [DBG] pgmap v8273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:08.009 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:21:08.297 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:21:08.297 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 9m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:21:08.297 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 9m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:21:08.297 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 9m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:21:08.297 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 9m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:21:08.297 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 9m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:21:08.297 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 9m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:21:08.297 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 9m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:21:08.297 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 9m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:21:08.298 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 9m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:21:08.298 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 9m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:21:08.298 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 9m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:21:08.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 9m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:21:08.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 9m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:21:08.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 9m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:21:08.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 9m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:21:08.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 9m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:21:08.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 9m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:21:08.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 9m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:21:08.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 9m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:21:08.298 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 9m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:21:08.647 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:21:08.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:21:08.649 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:21:08.649 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:21:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:21:07.997211+0000 mgr.y (mgr.14556) 9368 : audit [DBG] from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:21:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:08.113110+0000 mgr.y (mgr.14556) 9369 : cluster [DBG] pgmap v8274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:21:08.289407+0000 mgr.y (mgr.14556) 9370 : audit [DBG] from='client.34361 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:21:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:21:08.647827+0000 mon.c (mon.2) 248 : audit [DBG] from='client.? 172.21.15.23:0/2799086671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:21:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:21:07.997211+0000 mgr.y (mgr.14556) 9368 : audit [DBG] from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:21:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:08.113110+0000 mgr.y (mgr.14556) 9369 : cluster [DBG] pgmap v8274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:21:08.289407+0000 mgr.y (mgr.14556) 9370 : audit [DBG] from='client.34361 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:21:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:21:08.647827+0000 mon.c (mon.2) 248 : audit [DBG] from='client.? 172.21.15.23:0/2799086671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:21:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:21:07.997211+0000 mgr.y (mgr.14556) 9368 : audit [DBG] from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:21:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:08.113110+0000 mgr.y (mgr.14556) 9369 : cluster [DBG] pgmap v8274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:21:08.289407+0000 mgr.y (mgr.14556) 9370 : audit [DBG] from='client.34361 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:21:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:21:08.647827+0000 mon.c (mon.2) 248 : audit [DBG] from='client.? 172.21.15.23:0/2799086671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:21:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:10.113638+0000 mgr.y (mgr.14556) 9371 : cluster [DBG] pgmap v8275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:21:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:10.113638+0000 mgr.y (mgr.14556) 9371 : cluster [DBG] pgmap v8275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:10.113638+0000 mgr.y (mgr.14556) 9371 : cluster [DBG] pgmap v8275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:12.114363+0000 mgr.y (mgr.14556) 9372 : cluster [DBG] pgmap v8276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:12.114363+0000 mgr.y (mgr.14556) 9372 : cluster [DBG] pgmap v8276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:13.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:12.114363+0000 mgr.y (mgr.14556) 9372 : cluster [DBG] pgmap v8276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:21:13] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:21:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:14.114797+0000 mgr.y (mgr.14556) 9373 : cluster [DBG] pgmap v8277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:14.114797+0000 mgr.y (mgr.14556) 9373 : cluster [DBG] pgmap v8277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:14.114797+0000 mgr.y (mgr.14556) 9373 : cluster [DBG] pgmap v8277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:16.115561+0000 mgr.y (mgr.14556) 9374 : cluster [DBG] pgmap v8278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:16.115561+0000 mgr.y (mgr.14556) 9374 : cluster [DBG] pgmap v8278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:16.115561+0000 mgr.y (mgr.14556) 9374 : cluster [DBG] pgmap v8278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:18.116069+0000 mgr.y (mgr.14556) 9375 : cluster [DBG] pgmap v8279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:18.116069+0000 mgr.y (mgr.14556) 9375 : cluster [DBG] pgmap v8279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:18.116069+0000 mgr.y (mgr.14556) 9375 : cluster [DBG] pgmap v8279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:20.116459+0000 mgr.y (mgr.14556) 9376 : cluster [DBG] pgmap v8280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:20.116459+0000 mgr.y (mgr.14556) 9376 : cluster [DBG] pgmap v8280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:20.116459+0000 mgr.y (mgr.14556) 9376 : cluster [DBG] pgmap v8280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:21:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:22.117212+0000 mgr.y (mgr.14556) 9377 : cluster [DBG] pgmap v8281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:22.117212+0000 mgr.y (mgr.14556) 9377 : cluster [DBG] pgmap v8281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:22.117212+0000 mgr.y (mgr.14556) 9377 : cluster [DBG] pgmap v8281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:21:23] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:21:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:24.117699+0000 mgr.y (mgr.14556) 9378 : cluster [DBG] pgmap v8282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:25.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:24.117699+0000 mgr.y (mgr.14556) 9378 : cluster [DBG] pgmap v8282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:24.117699+0000 mgr.y (mgr.14556) 9378 : cluster [DBG] pgmap v8282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:26.118539+0000 mgr.y (mgr.14556) 9379 : cluster [DBG] pgmap v8283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:26.118539+0000 mgr.y (mgr.14556) 9379 : cluster [DBG] pgmap v8283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:26.118539+0000 mgr.y (mgr.14556) 9379 : cluster [DBG] pgmap v8283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:28.119050+0000 mgr.y (mgr.14556) 9380 : cluster [DBG] pgmap v8284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:28.119050+0000 mgr.y (mgr.14556) 9380 : cluster [DBG] pgmap v8284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:28.119050+0000 mgr.y (mgr.14556) 9380 : cluster [DBG] pgmap v8284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:30.119461+0000 mgr.y (mgr.14556) 9381 : cluster [DBG] pgmap v8285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:30.119461+0000 mgr.y (mgr.14556) 9381 : cluster [DBG] pgmap v8285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:30.119461+0000 mgr.y (mgr.14556) 9381 : cluster [DBG] pgmap v8285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:21:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:32.120109+0000 mgr.y (mgr.14556) 9382 : cluster [DBG] pgmap v8286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:32.120109+0000 mgr.y (mgr.14556) 9382 : cluster [DBG] pgmap v8286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:32.120109+0000 mgr.y (mgr.14556) 9382 : cluster [DBG] pgmap v8286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:21:33] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:21:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:34.120695+0000 mgr.y (mgr.14556) 9383 : cluster [DBG] pgmap v8287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:34.120695+0000 mgr.y (mgr.14556) 9383 : cluster [DBG] pgmap v8287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:34.120695+0000 mgr.y (mgr.14556) 9383 : cluster [DBG] pgmap v8287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:36.121366+0000 mgr.y (mgr.14556) 9384 : cluster [DBG] pgmap v8288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:36.121366+0000 mgr.y (mgr.14556) 9384 : cluster [DBG] pgmap v8288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:36.121366+0000 mgr.y (mgr.14556) 9384 : cluster [DBG] pgmap v8288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:38.971 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:21:39.257 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:21:39.257 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 9m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:21:39.257 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 9m ago 4h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:21:39.257 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 9m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:21:39.257 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 9m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:21:39.257 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 9m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:21:39.257 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 9m ago 4h 471M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 9m ago 4h 760M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 9m ago 4h 398M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 9m ago 4h 400M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 9m ago 4h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 9m ago 4h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 9m ago 4h 45.1M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 9m ago 4h 44.4M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 9m ago 4h 43.2M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 9m ago 4h 41.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 9m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 9m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 9m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 9m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:21:39.258 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 9m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:21:39.603 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:21:39.603 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:21:39.603 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:21:39.603 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:21:39.603 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:21:39.603 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:21:39.603 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:21:39.603 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:21:39.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:21:39.604 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:21:39.604 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:21:39.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:21:39.604 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:21:39.604 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:21:39.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:21:39.604 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:21:39.604 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:21:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:38.121900+0000 mgr.y (mgr.14556) 9385 : cluster [DBG] pgmap v8289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:38.121900+0000 mgr.y (mgr.14556) 9385 : cluster [DBG] pgmap v8289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:38.121900+0000 mgr.y (mgr.14556) 9385 : cluster [DBG] pgmap v8289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:21:38.959401+0000 mgr.y (mgr.14556) 9386 : audit [DBG] from='client.34373 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:21:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:21:39.249180+0000 mgr.y (mgr.14556) 9387 : audit [DBG] from='client.34379 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:21:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:21:39.603345+0000 mon.a (mon.0) 2370 : audit [DBG] from='client.? 172.21.15.23:0/2870904462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:21:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:21:38.959401+0000 mgr.y (mgr.14556) 9386 : audit [DBG] from='client.34373 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:21:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:21:39.249180+0000 mgr.y (mgr.14556) 9387 : audit [DBG] from='client.34379 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:21:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:21:39.603345+0000 mon.a (mon.0) 2370 : audit [DBG] from='client.? 172.21.15.23:0/2870904462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:21:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:21:38.959401+0000 mgr.y (mgr.14556) 9386 : audit [DBG] from='client.34373 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:21:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:21:39.249180+0000 mgr.y (mgr.14556) 9387 : audit [DBG] from='client.34379 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:21:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:21:39.603345+0000 mon.a (mon.0) 2370 : audit [DBG] from='client.? 172.21.15.23:0/2870904462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:21:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:40.122410+0000 mgr.y (mgr.14556) 9388 : cluster [DBG] pgmap v8290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:40.122410+0000 mgr.y (mgr.14556) 9388 : cluster [DBG] pgmap v8290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:40.122410+0000 mgr.y (mgr.14556) 9388 : cluster [DBG] pgmap v8290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:21:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:42.123029+0000 mgr.y (mgr.14556) 9389 : cluster [DBG] pgmap v8291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:42.123029+0000 mgr.y (mgr.14556) 9389 : cluster [DBG] pgmap v8291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:42.123029+0000 mgr.y (mgr.14556) 9389 : cluster [DBG] pgmap v8291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:21:43] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:21:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:44.123440+0000 mgr.y (mgr.14556) 9390 : cluster [DBG] pgmap v8292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:44.123440+0000 mgr.y (mgr.14556) 9390 : cluster [DBG] pgmap v8292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:44.123440+0000 mgr.y (mgr.14556) 9390 : cluster [DBG] pgmap v8292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:46.124113+0000 mgr.y (mgr.14556) 9391 : cluster [DBG] pgmap v8293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:46.124113+0000 mgr.y (mgr.14556) 9391 : cluster [DBG] pgmap v8293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:46.124113+0000 mgr.y (mgr.14556) 9391 : cluster [DBG] pgmap v8293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:48.124632+0000 mgr.y (mgr.14556) 9392 : cluster [DBG] pgmap v8294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:48.124632+0000 mgr.y (mgr.14556) 9392 : cluster [DBG] pgmap v8294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:48.124632+0000 mgr.y (mgr.14556) 9392 : cluster [DBG] pgmap v8294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:50.125114+0000 mgr.y (mgr.14556) 9393 : cluster [DBG] pgmap v8295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:50.125114+0000 mgr.y (mgr.14556) 9393 : cluster [DBG] pgmap v8295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:50.125114+0000 mgr.y (mgr.14556) 9393 : cluster [DBG] pgmap v8295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:21:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:52.125803+0000 mgr.y (mgr.14556) 9394 : cluster [DBG] pgmap v8296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:52.125803+0000 mgr.y (mgr.14556) 9394 : cluster [DBG] pgmap v8296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:52.125803+0000 mgr.y (mgr.14556) 9394 : cluster [DBG] pgmap v8296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:21:53] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:21:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:54.126233+0000 mgr.y (mgr.14556) 9395 : cluster [DBG] pgmap v8297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:54.126233+0000 mgr.y (mgr.14556) 9395 : cluster [DBG] pgmap v8297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:54.126233+0000 mgr.y (mgr.14556) 9395 : cluster [DBG] pgmap v8297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:56.127127+0000 mgr.y (mgr.14556) 9396 : cluster [DBG] pgmap v8298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:56.127127+0000 mgr.y (mgr.14556) 9396 : cluster [DBG] pgmap v8298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:56.127127+0000 mgr.y (mgr.14556) 9396 : cluster [DBG] pgmap v8298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:21:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:21:58.127594+0000 mgr.y (mgr.14556) 9397 : cluster [DBG] pgmap v8299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:21:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:21:58.127594+0000 mgr.y (mgr.14556) 9397 : cluster [DBG] pgmap v8299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:21:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:21:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:21:58.127594+0000 mgr.y (mgr.14556) 9397 : cluster [DBG] pgmap v8299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:00.128077+0000 mgr.y (mgr.14556) 9398 : cluster [DBG] pgmap v8300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:00.128077+0000 mgr.y (mgr.14556) 9398 : cluster [DBG] pgmap v8300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:01.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:00.128077+0000 mgr.y (mgr.14556) 9398 : cluster [DBG] pgmap v8300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:01.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:22:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:02.128778+0000 mgr.y (mgr.14556) 9399 : cluster [DBG] pgmap v8301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:22:02.616838+0000 mon.a (mon.0) 2371 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:22:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:02.128778+0000 mgr.y (mgr.14556) 9399 : cluster [DBG] pgmap v8301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:22:02.616838+0000 mon.a (mon.0) 2371 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:22:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:02.128778+0000 mgr.y (mgr.14556) 9399 : cluster [DBG] pgmap v8301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:22:02.616838+0000 mon.a (mon.0) 2371 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:22:04.103 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:22:03] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:22:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:04.129281+0000 mgr.y (mgr.14556) 9400 : cluster [DBG] pgmap v8302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:22:05.247804+0000 mon.a (mon.0) 2372 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:22:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:04.129281+0000 mgr.y (mgr.14556) 9400 : cluster [DBG] pgmap v8302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:22:05.247804+0000 mon.a (mon.0) 2372 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:22:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:04.129281+0000 mgr.y (mgr.14556) 9400 : cluster [DBG] pgmap v8302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:22:05.247804+0000 mon.a (mon.0) 2372 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:22:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:22:06.118850+0000 mon.a (mon.0) 2373 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:22:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:06.130148+0000 mgr.y (mgr.14556) 9401 : cluster [DBG] pgmap v8303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:22:06.416323+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:22:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:22:06.417282+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:22:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:22:06.425130+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:22:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:22:06.118850+0000 mon.a (mon.0) 2373 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:22:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:06.130148+0000 mgr.y (mgr.14556) 9401 : cluster [DBG] pgmap v8303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:22:06.416323+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:22:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:22:06.417282+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:22:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:22:06.425130+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:22:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:22:06.118850+0000 mon.a (mon.0) 2373 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:22:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:06.130148+0000 mgr.y (mgr.14556) 9401 : cluster [DBG] pgmap v8303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:22:06.416323+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:22:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:22:06.417282+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:22:07.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:22:06.425130+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:22:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:08.130491+0000 mgr.y (mgr.14556) 9402 : cluster [DBG] pgmap v8304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:08.130491+0000 mgr.y (mgr.14556) 9402 : cluster [DBG] pgmap v8304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:08.130491+0000 mgr.y (mgr.14556) 9402 : cluster [DBG] pgmap v8304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:09.932 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:22:10.224 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:22:10.224 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4s ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:22:10.224 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4s ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:22:10.224 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:22:10.224 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:22:10.224 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:22:10.224 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4s ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:22:10.224 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4s ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4s ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4s ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 4s ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4s ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4s ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4s ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4s ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4s ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4s ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4s ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4s ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4s ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:22:10.225 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4s ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:22:10.575 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:22:10.575 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:22:10.575 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:22:10.575 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:22:10.576 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:22:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:22:09.920465+0000 mgr.y (mgr.14556) 9403 : audit [DBG] from='client.24477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:22:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:10.130797+0000 mgr.y (mgr.14556) 9404 : cluster [DBG] pgmap v8305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:22:10.216195+0000 mgr.y (mgr.14556) 9405 : audit [DBG] from='client.24483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:22:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:22:10.575448+0000 mon.c (mon.2) 249 : audit [DBG] from='client.? 172.21.15.23:0/3988056809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:22:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:22:09.920465+0000 mgr.y (mgr.14556) 9403 : audit [DBG] from='client.24477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:22:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:10.130797+0000 mgr.y (mgr.14556) 9404 : cluster [DBG] pgmap v8305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:22:10.216195+0000 mgr.y (mgr.14556) 9405 : audit [DBG] from='client.24483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:22:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:22:10.575448+0000 mon.c (mon.2) 249 : audit [DBG] from='client.? 172.21.15.23:0/3988056809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:22:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:22:09.920465+0000 mgr.y (mgr.14556) 9403 : audit [DBG] from='client.24477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:22:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:10.130797+0000 mgr.y (mgr.14556) 9404 : cluster [DBG] pgmap v8305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:22:10.216195+0000 mgr.y (mgr.14556) 9405 : audit [DBG] from='client.24483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:22:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:22:10.575448+0000 mon.c (mon.2) 249 : audit [DBG] from='client.? 172.21.15.23:0/3988056809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:22:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:22:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:12.131493+0000 mgr.y (mgr.14556) 9406 : cluster [DBG] pgmap v8306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:12.131493+0000 mgr.y (mgr.14556) 9406 : cluster [DBG] pgmap v8306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:12.131493+0000 mgr.y (mgr.14556) 9406 : cluster [DBG] pgmap v8306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:22:13] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:22:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:14.132077+0000 mgr.y (mgr.14556) 9407 : cluster [DBG] pgmap v8307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:14.132077+0000 mgr.y (mgr.14556) 9407 : cluster [DBG] pgmap v8307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:14.132077+0000 mgr.y (mgr.14556) 9407 : cluster [DBG] pgmap v8307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:16.132752+0000 mgr.y (mgr.14556) 9408 : cluster [DBG] pgmap v8308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:16.132752+0000 mgr.y (mgr.14556) 9408 : cluster [DBG] pgmap v8308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:16.132752+0000 mgr.y (mgr.14556) 9408 : cluster [DBG] pgmap v8308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:18.133349+0000 mgr.y (mgr.14556) 9409 : cluster [DBG] pgmap v8309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:18.133349+0000 mgr.y (mgr.14556) 9409 : cluster [DBG] pgmap v8309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:18.133349+0000 mgr.y (mgr.14556) 9409 : cluster [DBG] pgmap v8309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:20.133907+0000 mgr.y (mgr.14556) 9410 : cluster [DBG] pgmap v8310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:20.133907+0000 mgr.y (mgr.14556) 9410 : cluster [DBG] pgmap v8310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:20.133907+0000 mgr.y (mgr.14556) 9410 : cluster [DBG] pgmap v8310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:22:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:22.134631+0000 mgr.y (mgr.14556) 9411 : cluster [DBG] pgmap v8311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:22.134631+0000 mgr.y (mgr.14556) 9411 : cluster [DBG] pgmap v8311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:22.134631+0000 mgr.y (mgr.14556) 9411 : cluster [DBG] pgmap v8311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:22:23] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:22:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:24.135022+0000 mgr.y (mgr.14556) 9412 : cluster [DBG] pgmap v8312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:24.135022+0000 mgr.y (mgr.14556) 9412 : cluster [DBG] pgmap v8312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:24.135022+0000 mgr.y (mgr.14556) 9412 : cluster [DBG] pgmap v8312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:26.135930+0000 mgr.y (mgr.14556) 9413 : cluster [DBG] pgmap v8313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:26.135930+0000 mgr.y (mgr.14556) 9413 : cluster [DBG] pgmap v8313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:26.135930+0000 mgr.y (mgr.14556) 9413 : cluster [DBG] pgmap v8313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:28.136395+0000 mgr.y (mgr.14556) 9414 : cluster [DBG] pgmap v8314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:28.136395+0000 mgr.y (mgr.14556) 9414 : cluster [DBG] pgmap v8314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:28.136395+0000 mgr.y (mgr.14556) 9414 : cluster [DBG] pgmap v8314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:30.136707+0000 mgr.y (mgr.14556) 9415 : cluster [DBG] pgmap v8315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:30.136707+0000 mgr.y (mgr.14556) 9415 : cluster [DBG] pgmap v8315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:30.136707+0000 mgr.y (mgr.14556) 9415 : cluster [DBG] pgmap v8315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:31.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:22:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:32.137346+0000 mgr.y (mgr.14556) 9416 : cluster [DBG] pgmap v8316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:32.137346+0000 mgr.y (mgr.14556) 9416 : cluster [DBG] pgmap v8316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:32.137346+0000 mgr.y (mgr.14556) 9416 : cluster [DBG] pgmap v8316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:22:33] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:22:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:34.137899+0000 mgr.y (mgr.14556) 9417 : cluster [DBG] pgmap v8317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:34.137899+0000 mgr.y (mgr.14556) 9417 : cluster [DBG] pgmap v8317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:34.137899+0000 mgr.y (mgr.14556) 9417 : cluster [DBG] pgmap v8317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:36.138657+0000 mgr.y (mgr.14556) 9418 : cluster [DBG] pgmap v8318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:36.138657+0000 mgr.y (mgr.14556) 9418 : cluster [DBG] pgmap v8318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:36.138657+0000 mgr.y (mgr.14556) 9418 : cluster [DBG] pgmap v8318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:38.139122+0000 mgr.y (mgr.14556) 9419 : cluster [DBG] pgmap v8319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:38.139122+0000 mgr.y (mgr.14556) 9419 : cluster [DBG] pgmap v8319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:38.139122+0000 mgr.y (mgr.14556) 9419 : cluster [DBG] pgmap v8319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:40.899 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:22:41.187 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:22:41.187 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 35s ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:22:41.187 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 35s ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:22:41.187 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 35s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:22:41.187 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 35s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:22:41.187 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 35s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:22:41.187 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 35s ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 35s ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 35s ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 35s ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 35s ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 35s ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 35s ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 35s ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 35s ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 35s ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 35s ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 35s ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 35s ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 35s ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:22:41.188 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 35s ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:22:41.540 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:22:41.540 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:22:41.540 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:22:41.540 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:22:41.540 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:22:41.540 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:22:41.540 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:22:41.540 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:22:41.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:22:41.541 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:22:41.541 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:22:41.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:22:41.541 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:22:41.541 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:22:41.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:22:41.541 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:22:41.541 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:22:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:40.139584+0000 mgr.y (mgr.14556) 9420 : cluster [DBG] pgmap v8320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:40.139584+0000 mgr.y (mgr.14556) 9420 : cluster [DBG] pgmap v8320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:40.139584+0000 mgr.y (mgr.14556) 9420 : cluster [DBG] pgmap v8320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:22:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:22:40.887605+0000 mgr.y (mgr.14556) 9421 : audit [DBG] from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:22:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:22:41.179389+0000 mgr.y (mgr.14556) 9422 : audit [DBG] from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:22:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:22:41.540081+0000 mon.a (mon.0) 2377 : audit [DBG] from='client.? 172.21.15.23:0/2762644899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:22:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:22:40.887605+0000 mgr.y (mgr.14556) 9421 : audit [DBG] from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:22:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:22:41.179389+0000 mgr.y (mgr.14556) 9422 : audit [DBG] from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:22:42.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:22:41.540081+0000 mon.a (mon.0) 2377 : audit [DBG] from='client.? 172.21.15.23:0/2762644899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:22:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:22:40.887605+0000 mgr.y (mgr.14556) 9421 : audit [DBG] from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:22:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:22:41.179389+0000 mgr.y (mgr.14556) 9422 : audit [DBG] from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:22:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:22:41.540081+0000 mon.a (mon.0) 2377 : audit [DBG] from='client.? 172.21.15.23:0/2762644899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:22:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:42.140159+0000 mgr.y (mgr.14556) 9423 : cluster [DBG] pgmap v8321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:42.140159+0000 mgr.y (mgr.14556) 9423 : cluster [DBG] pgmap v8321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:42.140159+0000 mgr.y (mgr.14556) 9423 : cluster [DBG] pgmap v8321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:22:43] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:22:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:44.140733+0000 mgr.y (mgr.14556) 9424 : cluster [DBG] pgmap v8322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:44.140733+0000 mgr.y (mgr.14556) 9424 : cluster [DBG] pgmap v8322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:44.140733+0000 mgr.y (mgr.14556) 9424 : cluster [DBG] pgmap v8322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:46.141488+0000 mgr.y (mgr.14556) 9425 : cluster [DBG] pgmap v8323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:46.141488+0000 mgr.y (mgr.14556) 9425 : cluster [DBG] pgmap v8323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:46.141488+0000 mgr.y (mgr.14556) 9425 : cluster [DBG] pgmap v8323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:48.141883+0000 mgr.y (mgr.14556) 9426 : cluster [DBG] pgmap v8324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:48.141883+0000 mgr.y (mgr.14556) 9426 : cluster [DBG] pgmap v8324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:48.141883+0000 mgr.y (mgr.14556) 9426 : cluster [DBG] pgmap v8324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:50.142249+0000 mgr.y (mgr.14556) 9427 : cluster [DBG] pgmap v8325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:51.906 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:50.142249+0000 mgr.y (mgr.14556) 9427 : cluster [DBG] pgmap v8325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:50.142249+0000 mgr.y (mgr.14556) 9427 : cluster [DBG] pgmap v8325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:22:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:52.143025+0000 mgr.y (mgr.14556) 9428 : cluster [DBG] pgmap v8326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:52.143025+0000 mgr.y (mgr.14556) 9428 : cluster [DBG] pgmap v8326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:53.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:52.143025+0000 mgr.y (mgr.14556) 9428 : cluster [DBG] pgmap v8326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:22:53] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:22:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:54.143462+0000 mgr.y (mgr.14556) 9429 : cluster [DBG] pgmap v8327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:54.143462+0000 mgr.y (mgr.14556) 9429 : cluster [DBG] pgmap v8327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:54.143462+0000 mgr.y (mgr.14556) 9429 : cluster [DBG] pgmap v8327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:56.144159+0000 mgr.y (mgr.14556) 9430 : cluster [DBG] pgmap v8328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:56.144159+0000 mgr.y (mgr.14556) 9430 : cluster [DBG] pgmap v8328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:56.144159+0000 mgr.y (mgr.14556) 9430 : cluster [DBG] pgmap v8328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:22:58.144541+0000 mgr.y (mgr.14556) 9431 : cluster [DBG] pgmap v8329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:22:58.144541+0000 mgr.y (mgr.14556) 9431 : cluster [DBG] pgmap v8329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:22:59.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:22:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:22:58.144541+0000 mgr.y (mgr.14556) 9431 : cluster [DBG] pgmap v8329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:00.144943+0000 mgr.y (mgr.14556) 9432 : cluster [DBG] pgmap v8330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:00.144943+0000 mgr.y (mgr.14556) 9432 : cluster [DBG] pgmap v8330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:00.144943+0000 mgr.y (mgr.14556) 9432 : cluster [DBG] pgmap v8330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:23:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:02.145720+0000 mgr.y (mgr.14556) 9433 : cluster [DBG] pgmap v8331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:02.145720+0000 mgr.y (mgr.14556) 9433 : cluster [DBG] pgmap v8331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:02.145720+0000 mgr.y (mgr.14556) 9433 : cluster [DBG] pgmap v8331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:23:03] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:23:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:04.146118+0000 mgr.y (mgr.14556) 9434 : cluster [DBG] pgmap v8332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:04.146118+0000 mgr.y (mgr.14556) 9434 : cluster [DBG] pgmap v8332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:04.146118+0000 mgr.y (mgr.14556) 9434 : cluster [DBG] pgmap v8332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:06.146954+0000 mgr.y (mgr.14556) 9435 : cluster [DBG] pgmap v8333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:23:06.431044+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:23:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:23:06.737963+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:23:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:23:06.738627+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:23:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:23:06.745370+0000 mon.a (mon.0) 2381 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:23:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:06.146954+0000 mgr.y (mgr.14556) 9435 : cluster [DBG] pgmap v8333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:23:06.431044+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:23:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:23:06.737963+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:23:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:23:06.738627+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:23:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:23:06.745370+0000 mon.a (mon.0) 2381 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:23:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:06.146954+0000 mgr.y (mgr.14556) 9435 : cluster [DBG] pgmap v8333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:23:06.431044+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:23:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:23:06.737963+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:23:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:23:06.738627+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:23:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:23:06.745370+0000 mon.a (mon.0) 2381 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:23:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:08.147482+0000 mgr.y (mgr.14556) 9436 : cluster [DBG] pgmap v8334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:08.147482+0000 mgr.y (mgr.14556) 9436 : cluster [DBG] pgmap v8334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:08.147482+0000 mgr.y (mgr.14556) 9436 : cluster [DBG] pgmap v8334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:10.148024+0000 mgr.y (mgr.14556) 9437 : cluster [DBG] pgmap v8335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:10.148024+0000 mgr.y (mgr.14556) 9437 : cluster [DBG] pgmap v8335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:10.148024+0000 mgr.y (mgr.14556) 9437 : cluster [DBG] pgmap v8335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:11.869 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:23:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:23:12.157 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:23:12.157 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 66s ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:23:12.157 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 66s ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:23:12.158 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 66s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:23:12.158 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 66s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:23:12.158 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 66s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:23:12.158 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 66s ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:23:12.158 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 66s ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:23:12.159 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 66s ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:23:12.159 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 66s ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:23:12.159 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 66s ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:23:12.159 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 66s ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:23:12.159 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 66s ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:23:12.159 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 66s ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:23:12.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 66s ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:23:12.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 66s ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:23:12.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 66s ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:23:12.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 66s ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:23:12.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 66s ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:23:12.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 66s ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:23:12.161 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 66s ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:23:12.507 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:23:12.507 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:23:12.507 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:23:12.507 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:23:12.508 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:23:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:23:11.857672+0000 mgr.y (mgr.14556) 9438 : audit [DBG] from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:23:13.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:12.148580+0000 mgr.y (mgr.14556) 9439 : cluster [DBG] pgmap v8336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:13.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:23:12.149113+0000 mgr.y (mgr.14556) 9440 : audit [DBG] from='client.34433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:23:13.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:23:12.507364+0000 mon.c (mon.2) 250 : audit [DBG] from='client.? 172.21.15.23:0/3167673553' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:23:13.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:23:11.857672+0000 mgr.y (mgr.14556) 9438 : audit [DBG] from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:23:13.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:12.148580+0000 mgr.y (mgr.14556) 9439 : cluster [DBG] pgmap v8336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:13.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:23:12.149113+0000 mgr.y (mgr.14556) 9440 : audit [DBG] from='client.34433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:23:13.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:23:12.507364+0000 mon.c (mon.2) 250 : audit [DBG] from='client.? 172.21.15.23:0/3167673553' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:23:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:23:11.857672+0000 mgr.y (mgr.14556) 9438 : audit [DBG] from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:23:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:12.148580+0000 mgr.y (mgr.14556) 9439 : cluster [DBG] pgmap v8336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:23:12.149113+0000 mgr.y (mgr.14556) 9440 : audit [DBG] from='client.34433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:23:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:23:12.507364+0000 mon.c (mon.2) 250 : audit [DBG] from='client.? 172.21.15.23:0/3167673553' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:23:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:23:13] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:23:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:14.149136+0000 mgr.y (mgr.14556) 9441 : cluster [DBG] pgmap v8337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:14.149136+0000 mgr.y (mgr.14556) 9441 : cluster [DBG] pgmap v8337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:14.149136+0000 mgr.y (mgr.14556) 9441 : cluster [DBG] pgmap v8337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:16.150027+0000 mgr.y (mgr.14556) 9442 : cluster [DBG] pgmap v8338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:16.150027+0000 mgr.y (mgr.14556) 9442 : cluster [DBG] pgmap v8338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:16.150027+0000 mgr.y (mgr.14556) 9442 : cluster [DBG] pgmap v8338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:18.150371+0000 mgr.y (mgr.14556) 9443 : cluster [DBG] pgmap v8339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:18.150371+0000 mgr.y (mgr.14556) 9443 : cluster [DBG] pgmap v8339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:18.150371+0000 mgr.y (mgr.14556) 9443 : cluster [DBG] pgmap v8339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:20.150920+0000 mgr.y (mgr.14556) 9444 : cluster [DBG] pgmap v8340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:20.150920+0000 mgr.y (mgr.14556) 9444 : cluster [DBG] pgmap v8340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:20.150920+0000 mgr.y (mgr.14556) 9444 : cluster [DBG] pgmap v8340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:23:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:22.151648+0000 mgr.y (mgr.14556) 9445 : cluster [DBG] pgmap v8341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:22.151648+0000 mgr.y (mgr.14556) 9445 : cluster [DBG] pgmap v8341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:22.151648+0000 mgr.y (mgr.14556) 9445 : cluster [DBG] pgmap v8341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:23:23] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:23:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:24.152099+0000 mgr.y (mgr.14556) 9446 : cluster [DBG] pgmap v8342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:24.152099+0000 mgr.y (mgr.14556) 9446 : cluster [DBG] pgmap v8342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:24.152099+0000 mgr.y (mgr.14556) 9446 : cluster [DBG] pgmap v8342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:26.152964+0000 mgr.y (mgr.14556) 9447 : cluster [DBG] pgmap v8343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:26.152964+0000 mgr.y (mgr.14556) 9447 : cluster [DBG] pgmap v8343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:26.152964+0000 mgr.y (mgr.14556) 9447 : cluster [DBG] pgmap v8343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:28.153390+0000 mgr.y (mgr.14556) 9448 : cluster [DBG] pgmap v8344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:28.153390+0000 mgr.y (mgr.14556) 9448 : cluster [DBG] pgmap v8344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:28.153390+0000 mgr.y (mgr.14556) 9448 : cluster [DBG] pgmap v8344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:30.153775+0000 mgr.y (mgr.14556) 9449 : cluster [DBG] pgmap v8345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:30.153775+0000 mgr.y (mgr.14556) 9449 : cluster [DBG] pgmap v8345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:30.153775+0000 mgr.y (mgr.14556) 9449 : cluster [DBG] pgmap v8345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:31.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:23:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:32.154556+0000 mgr.y (mgr.14556) 9450 : cluster [DBG] pgmap v8346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:32.154556+0000 mgr.y (mgr.14556) 9450 : cluster [DBG] pgmap v8346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:32.154556+0000 mgr.y (mgr.14556) 9450 : cluster [DBG] pgmap v8346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:23:33] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:23:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:34.155009+0000 mgr.y (mgr.14556) 9451 : cluster [DBG] pgmap v8347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:34.155009+0000 mgr.y (mgr.14556) 9451 : cluster [DBG] pgmap v8347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:34.155009+0000 mgr.y (mgr.14556) 9451 : cluster [DBG] pgmap v8347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:36.155872+0000 mgr.y (mgr.14556) 9452 : cluster [DBG] pgmap v8348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:36.155872+0000 mgr.y (mgr.14556) 9452 : cluster [DBG] pgmap v8348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:36.155872+0000 mgr.y (mgr.14556) 9452 : cluster [DBG] pgmap v8348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:38.156386+0000 mgr.y (mgr.14556) 9453 : cluster [DBG] pgmap v8349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:38.156386+0000 mgr.y (mgr.14556) 9453 : cluster [DBG] pgmap v8349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:38.156386+0000 mgr.y (mgr.14556) 9453 : cluster [DBG] pgmap v8349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:41.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:40.156771+0000 mgr.y (mgr.14556) 9454 : cluster [DBG] pgmap v8350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:41.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:23:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:40.156771+0000 mgr.y (mgr.14556) 9454 : cluster [DBG] pgmap v8350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:40.156771+0000 mgr.y (mgr.14556) 9454 : cluster [DBG] pgmap v8350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:42.830 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:23:43.118 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 97s ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 97s ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 97s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 97s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 97s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 97s ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 97s ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 97s ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 97s ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 97s ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 97s ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 97s ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:23:43.119 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 97s ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:23:43.120 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 97s ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:23:43.120 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 97s ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:23:43.120 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 97s ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:23:43.120 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 97s ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:23:43.120 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 97s ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:23:43.120 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 97s ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:23:43.120 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 97s ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:23:43.469 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:23:43.469 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:23:43.469 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:23:43.470 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:23:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:42.157410+0000 mgr.y (mgr.14556) 9455 : cluster [DBG] pgmap v8351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:42.157410+0000 mgr.y (mgr.14556) 9455 : cluster [DBG] pgmap v8351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:42.157410+0000 mgr.y (mgr.14556) 9455 : cluster [DBG] pgmap v8351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:23:43] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:23:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:23:42.818529+0000 mgr.y (mgr.14556) 9456 : audit [DBG] from='client.34445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:23:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:23:43.110723+0000 mgr.y (mgr.14556) 9457 : audit [DBG] from='client.34451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:23:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:23:43.469556+0000 mon.c (mon.2) 251 : audit [DBG] from='client.? 172.21.15.23:0/1451064179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:23:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:23:42.818529+0000 mgr.y (mgr.14556) 9456 : audit [DBG] from='client.34445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:23:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:23:43.110723+0000 mgr.y (mgr.14556) 9457 : audit [DBG] from='client.34451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:23:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:23:43.469556+0000 mon.c (mon.2) 251 : audit [DBG] from='client.? 172.21.15.23:0/1451064179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:23:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:23:42.818529+0000 mgr.y (mgr.14556) 9456 : audit [DBG] from='client.34445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:23:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:23:43.110723+0000 mgr.y (mgr.14556) 9457 : audit [DBG] from='client.34451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:23:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:23:43.469556+0000 mon.c (mon.2) 251 : audit [DBG] from='client.? 172.21.15.23:0/1451064179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:23:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:44.157875+0000 mgr.y (mgr.14556) 9458 : cluster [DBG] pgmap v8352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:44.157875+0000 mgr.y (mgr.14556) 9458 : cluster [DBG] pgmap v8352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:44.157875+0000 mgr.y (mgr.14556) 9458 : cluster [DBG] pgmap v8352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:46.158640+0000 mgr.y (mgr.14556) 9459 : cluster [DBG] pgmap v8353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:46.158640+0000 mgr.y (mgr.14556) 9459 : cluster [DBG] pgmap v8353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:46.158640+0000 mgr.y (mgr.14556) 9459 : cluster [DBG] pgmap v8353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:48.159005+0000 mgr.y (mgr.14556) 9460 : cluster [DBG] pgmap v8354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:48.159005+0000 mgr.y (mgr.14556) 9460 : cluster [DBG] pgmap v8354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:48.159005+0000 mgr.y (mgr.14556) 9460 : cluster [DBG] pgmap v8354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:50.159453+0000 mgr.y (mgr.14556) 9461 : cluster [DBG] pgmap v8355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:50.159453+0000 mgr.y (mgr.14556) 9461 : cluster [DBG] pgmap v8355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:50.159453+0000 mgr.y (mgr.14556) 9461 : cluster [DBG] pgmap v8355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:23:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:52.160042+0000 mgr.y (mgr.14556) 9462 : cluster [DBG] pgmap v8356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:52.160042+0000 mgr.y (mgr.14556) 9462 : cluster [DBG] pgmap v8356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:53.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:52.160042+0000 mgr.y (mgr.14556) 9462 : cluster [DBG] pgmap v8356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:23:53] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:23:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:54.160637+0000 mgr.y (mgr.14556) 9463 : cluster [DBG] pgmap v8357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:54.160637+0000 mgr.y (mgr.14556) 9463 : cluster [DBG] pgmap v8357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:54.160637+0000 mgr.y (mgr.14556) 9463 : cluster [DBG] pgmap v8357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:56.161490+0000 mgr.y (mgr.14556) 9464 : cluster [DBG] pgmap v8358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:56.161490+0000 mgr.y (mgr.14556) 9464 : cluster [DBG] pgmap v8358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:56.161490+0000 mgr.y (mgr.14556) 9464 : cluster [DBG] pgmap v8358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:23:58.162041+0000 mgr.y (mgr.14556) 9465 : cluster [DBG] pgmap v8359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:23:58.162041+0000 mgr.y (mgr.14556) 9465 : cluster [DBG] pgmap v8359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:23:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:23:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:23:58.162041+0000 mgr.y (mgr.14556) 9465 : cluster [DBG] pgmap v8359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:00.162612+0000 mgr.y (mgr.14556) 9466 : cluster [DBG] pgmap v8360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:00.162612+0000 mgr.y (mgr.14556) 9466 : cluster [DBG] pgmap v8360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:00.162612+0000 mgr.y (mgr.14556) 9466 : cluster [DBG] pgmap v8360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:24:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:02.163241+0000 mgr.y (mgr.14556) 9467 : cluster [DBG] pgmap v8361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:02.163241+0000 mgr.y (mgr.14556) 9467 : cluster [DBG] pgmap v8361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:02.163241+0000 mgr.y (mgr.14556) 9467 : cluster [DBG] pgmap v8361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:24:03] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:24:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:04.163747+0000 mgr.y (mgr.14556) 9468 : cluster [DBG] pgmap v8362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:04.163747+0000 mgr.y (mgr.14556) 9468 : cluster [DBG] pgmap v8362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:04.163747+0000 mgr.y (mgr.14556) 9468 : cluster [DBG] pgmap v8362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:06.164547+0000 mgr.y (mgr.14556) 9469 : cluster [DBG] pgmap v8363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:24:06.749798+0000 mon.a (mon.0) 2382 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:24:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:24:07.055082+0000 mon.a (mon.0) 2383 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:24:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:24:07.055779+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:24:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:24:07.062504+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:24:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:06.164547+0000 mgr.y (mgr.14556) 9469 : cluster [DBG] pgmap v8363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:24:06.749798+0000 mon.a (mon.0) 2382 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:24:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:24:07.055082+0000 mon.a (mon.0) 2383 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:24:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:24:07.055779+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:24:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:24:07.062504+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:24:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:06.164547+0000 mgr.y (mgr.14556) 9469 : cluster [DBG] pgmap v8363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:24:06.749798+0000 mon.a (mon.0) 2382 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:24:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:24:07.055082+0000 mon.a (mon.0) 2383 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:24:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:24:07.055779+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:24:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:24:07.062504+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:24:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:08.165164+0000 mgr.y (mgr.14556) 9470 : cluster [DBG] pgmap v8364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:08.165164+0000 mgr.y (mgr.14556) 9470 : cluster [DBG] pgmap v8364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:08.165164+0000 mgr.y (mgr.14556) 9470 : cluster [DBG] pgmap v8364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:10.165609+0000 mgr.y (mgr.14556) 9471 : cluster [DBG] pgmap v8365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:10.165609+0000 mgr.y (mgr.14556) 9471 : cluster [DBG] pgmap v8365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:10.165609+0000 mgr.y (mgr.14556) 9471 : cluster [DBG] pgmap v8365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:24:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:12.166291+0000 mgr.y (mgr.14556) 9472 : cluster [DBG] pgmap v8366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:12.166291+0000 mgr.y (mgr.14556) 9472 : cluster [DBG] pgmap v8366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:12.166291+0000 mgr.y (mgr.14556) 9472 : cluster [DBG] pgmap v8366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:13.795 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:24:14.082 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 2m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 2m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 2m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 2m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 2m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 2m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 2m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 2m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 2m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 2m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 2m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 2m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 2m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 2m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:24:14.083 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 2m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:24:14.084 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 2m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:24:14.084 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 2m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:24:14.084 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 2m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:24:14.084 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 2m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:24:14.084 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 2m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:24:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:24:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T11:24:14.430 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:24:14.430 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:24:14.430 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:24:14.430 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:24:14.430 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:24:14.430 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:24:14.430 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:24:14.431 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:24:14.431 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:24:14.431 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:24:14.431 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:24:14.431 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:24:14.431 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:24:14.431 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:24:14.431 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:24:14.431 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:24:14.431 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:24:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:24:13.783613+0000 mgr.y (mgr.14556) 9473 : audit [DBG] from='client.24549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:24:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:24:14.073923+0000 mgr.y (mgr.14556) 9474 : audit [DBG] from='client.24555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:24:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:14.166689+0000 mgr.y (mgr.14556) 9475 : cluster [DBG] pgmap v8367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:24:14.430030+0000 mon.c (mon.2) 252 : audit [DBG] from='client.? 172.21.15.23:0/2121817400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:24:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:24:13.783613+0000 mgr.y (mgr.14556) 9473 : audit [DBG] from='client.24549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:24:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:24:14.073923+0000 mgr.y (mgr.14556) 9474 : audit [DBG] from='client.24555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:24:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:14.166689+0000 mgr.y (mgr.14556) 9475 : cluster [DBG] pgmap v8367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:24:14.430030+0000 mon.c (mon.2) 252 : audit [DBG] from='client.? 172.21.15.23:0/2121817400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:24:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:24:13.783613+0000 mgr.y (mgr.14556) 9473 : audit [DBG] from='client.24549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:24:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:24:14.073923+0000 mgr.y (mgr.14556) 9474 : audit [DBG] from='client.24555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:24:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:14.166689+0000 mgr.y (mgr.14556) 9475 : cluster [DBG] pgmap v8367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:24:14.430030+0000 mon.c (mon.2) 252 : audit [DBG] from='client.? 172.21.15.23:0/2121817400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:24:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:16.167354+0000 mgr.y (mgr.14556) 9476 : cluster [DBG] pgmap v8368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:16.167354+0000 mgr.y (mgr.14556) 9476 : cluster [DBG] pgmap v8368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:16.167354+0000 mgr.y (mgr.14556) 9476 : cluster [DBG] pgmap v8368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:18.167729+0000 mgr.y (mgr.14556) 9477 : cluster [DBG] pgmap v8369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:18.167729+0000 mgr.y (mgr.14556) 9477 : cluster [DBG] pgmap v8369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:18.167729+0000 mgr.y (mgr.14556) 9477 : cluster [DBG] pgmap v8369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:20.168108+0000 mgr.y (mgr.14556) 9478 : cluster [DBG] pgmap v8370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:20.168108+0000 mgr.y (mgr.14556) 9478 : cluster [DBG] pgmap v8370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:20.168108+0000 mgr.y (mgr.14556) 9478 : cluster [DBG] pgmap v8370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:24:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:22.168895+0000 mgr.y (mgr.14556) 9479 : cluster [DBG] pgmap v8371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:22.168895+0000 mgr.y (mgr.14556) 9479 : cluster [DBG] pgmap v8371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:22.168895+0000 mgr.y (mgr.14556) 9479 : cluster [DBG] pgmap v8371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:24:23] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-03-22T11:24:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:24.169518+0000 mgr.y (mgr.14556) 9480 : cluster [DBG] pgmap v8372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:24.169518+0000 mgr.y (mgr.14556) 9480 : cluster [DBG] pgmap v8372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:24.169518+0000 mgr.y (mgr.14556) 9480 : cluster [DBG] pgmap v8372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:26.170157+0000 mgr.y (mgr.14556) 9481 : cluster [DBG] pgmap v8373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:26.170157+0000 mgr.y (mgr.14556) 9481 : cluster [DBG] pgmap v8373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:26.170157+0000 mgr.y (mgr.14556) 9481 : cluster [DBG] pgmap v8373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:28.170516+0000 mgr.y (mgr.14556) 9482 : cluster [DBG] pgmap v8374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:28.170516+0000 mgr.y (mgr.14556) 9482 : cluster [DBG] pgmap v8374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:28.170516+0000 mgr.y (mgr.14556) 9482 : cluster [DBG] pgmap v8374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:30.170853+0000 mgr.y (mgr.14556) 9483 : cluster [DBG] pgmap v8375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:30.170853+0000 mgr.y (mgr.14556) 9483 : cluster [DBG] pgmap v8375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:24:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:30.170853+0000 mgr.y (mgr.14556) 9483 : cluster [DBG] pgmap v8375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:32.171514+0000 mgr.y (mgr.14556) 9484 : cluster [DBG] pgmap v8376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:32.171514+0000 mgr.y (mgr.14556) 9484 : cluster [DBG] pgmap v8376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:32.171514+0000 mgr.y (mgr.14556) 9484 : cluster [DBG] pgmap v8376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:24:33] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-03-22T11:24:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:34.172116+0000 mgr.y (mgr.14556) 9485 : cluster [DBG] pgmap v8377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:34.172116+0000 mgr.y (mgr.14556) 9485 : cluster [DBG] pgmap v8377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:34.172116+0000 mgr.y (mgr.14556) 9485 : cluster [DBG] pgmap v8377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:36.172950+0000 mgr.y (mgr.14556) 9486 : cluster [DBG] pgmap v8378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:36.172950+0000 mgr.y (mgr.14556) 9486 : cluster [DBG] pgmap v8378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:36.172950+0000 mgr.y (mgr.14556) 9486 : cluster [DBG] pgmap v8378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:38.173394+0000 mgr.y (mgr.14556) 9487 : cluster [DBG] pgmap v8379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:38.173394+0000 mgr.y (mgr.14556) 9487 : cluster [DBG] pgmap v8379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:38.173394+0000 mgr.y (mgr.14556) 9487 : cluster [DBG] pgmap v8379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:41.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:40.173731+0000 mgr.y (mgr.14556) 9488 : cluster [DBG] pgmap v8380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:41.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:24:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:40.173731+0000 mgr.y (mgr.14556) 9488 : cluster [DBG] pgmap v8380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:40.173731+0000 mgr.y (mgr.14556) 9488 : cluster [DBG] pgmap v8380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:42.174417+0000 mgr.y (mgr.14556) 9489 : cluster [DBG] pgmap v8381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:42.174417+0000 mgr.y (mgr.14556) 9489 : cluster [DBG] pgmap v8381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:42.174417+0000 mgr.y (mgr.14556) 9489 : cluster [DBG] pgmap v8381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:24:43] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T11:24:44.753 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:24:45.042 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:24:45.042 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 2m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:24:45.042 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 2m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:24:45.042 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 2m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:24:45.042 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 2m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 2m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 2m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 2m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 2m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 2m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 2m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 2m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 2m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 2m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 2m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 2m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 2m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 2m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 2m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:24:45.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 2m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:24:45.044 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 2m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:24:45.391 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:24:45.391 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:24:45.391 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:24:45.391 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:24:45.391 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:24:45.391 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:24:45.391 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:24:45.391 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:24:45.391 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:24:45.391 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:24:45.391 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:24:45.392 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:24:45.392 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:24:45.392 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:24:45.392 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:24:45.392 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:24:45.392 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:24:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:44.174776+0000 mgr.y (mgr.14556) 9490 : cluster [DBG] pgmap v8382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:24:45.390896+0000 mon.c (mon.2) 253 : audit [DBG] from='client.? 172.21.15.23:0/3658574813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:24:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:44.174776+0000 mgr.y (mgr.14556) 9490 : cluster [DBG] pgmap v8382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:24:45.390896+0000 mon.c (mon.2) 253 : audit [DBG] from='client.? 172.21.15.23:0/3658574813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:24:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:44.174776+0000 mgr.y (mgr.14556) 9490 : cluster [DBG] pgmap v8382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:24:45.390896+0000 mon.c (mon.2) 253 : audit [DBG] from='client.? 172.21.15.23:0/3658574813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:24:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:24:44.741152+0000 mgr.y (mgr.14556) 9491 : audit [DBG] from='client.24567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:24:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:24:45.033997+0000 mgr.y (mgr.14556) 9492 : audit [DBG] from='client.34487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:24:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:24:44.741152+0000 mgr.y (mgr.14556) 9491 : audit [DBG] from='client.24567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:24:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:24:45.033997+0000 mgr.y (mgr.14556) 9492 : audit [DBG] from='client.34487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:24:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:24:44.741152+0000 mgr.y (mgr.14556) 9491 : audit [DBG] from='client.24567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:24:46.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:24:45.033997+0000 mgr.y (mgr.14556) 9492 : audit [DBG] from='client.34487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:24:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:46.175484+0000 mgr.y (mgr.14556) 9493 : cluster [DBG] pgmap v8383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:46.175484+0000 mgr.y (mgr.14556) 9493 : cluster [DBG] pgmap v8383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:46.175484+0000 mgr.y (mgr.14556) 9493 : cluster [DBG] pgmap v8383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:48.175989+0000 mgr.y (mgr.14556) 9494 : cluster [DBG] pgmap v8384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:48.175989+0000 mgr.y (mgr.14556) 9494 : cluster [DBG] pgmap v8384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:48.175989+0000 mgr.y (mgr.14556) 9494 : cluster [DBG] pgmap v8384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:50.176307+0000 mgr.y (mgr.14556) 9495 : cluster [DBG] pgmap v8385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:50.176307+0000 mgr.y (mgr.14556) 9495 : cluster [DBG] pgmap v8385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:24:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:50.176307+0000 mgr.y (mgr.14556) 9495 : cluster [DBG] pgmap v8385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:52.176975+0000 mgr.y (mgr.14556) 9496 : cluster [DBG] pgmap v8386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:53.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:52.176975+0000 mgr.y (mgr.14556) 9496 : cluster [DBG] pgmap v8386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:53.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:52.176975+0000 mgr.y (mgr.14556) 9496 : cluster [DBG] pgmap v8386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:54.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:24:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:24:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:54.177358+0000 mgr.y (mgr.14556) 9497 : cluster [DBG] pgmap v8387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:54.177358+0000 mgr.y (mgr.14556) 9497 : cluster [DBG] pgmap v8387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:54.177358+0000 mgr.y (mgr.14556) 9497 : cluster [DBG] pgmap v8387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:56.178222+0000 mgr.y (mgr.14556) 9498 : cluster [DBG] pgmap v8388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:56.178222+0000 mgr.y (mgr.14556) 9498 : cluster [DBG] pgmap v8388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:56.178222+0000 mgr.y (mgr.14556) 9498 : cluster [DBG] pgmap v8388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:24:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:24:58.178662+0000 mgr.y (mgr.14556) 9499 : cluster [DBG] pgmap v8389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:58.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:24:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:24:58.178662+0000 mgr.y (mgr.14556) 9499 : cluster [DBG] pgmap v8389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:24:58.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:24:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:24:58.178662+0000 mgr.y (mgr.14556) 9499 : cluster [DBG] pgmap v8389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:00.179077+0000 mgr.y (mgr.14556) 9500 : cluster [DBG] pgmap v8390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:00.179077+0000 mgr.y (mgr.14556) 9500 : cluster [DBG] pgmap v8390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:00.179077+0000 mgr.y (mgr.14556) 9500 : cluster [DBG] pgmap v8390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:25:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:02.179838+0000 mgr.y (mgr.14556) 9501 : cluster [DBG] pgmap v8391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:02.179838+0000 mgr.y (mgr.14556) 9501 : cluster [DBG] pgmap v8391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:02.179838+0000 mgr.y (mgr.14556) 9501 : cluster [DBG] pgmap v8391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:25:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:25:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:04.180424+0000 mgr.y (mgr.14556) 9502 : cluster [DBG] pgmap v8392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:04.180424+0000 mgr.y (mgr.14556) 9502 : cluster [DBG] pgmap v8392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:04.180424+0000 mgr.y (mgr.14556) 9502 : cluster [DBG] pgmap v8392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:06.181249+0000 mgr.y (mgr.14556) 9503 : cluster [DBG] pgmap v8393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:25:07.066840+0000 mon.a (mon.0) 2386 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:25:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:06.181249+0000 mgr.y (mgr.14556) 9503 : cluster [DBG] pgmap v8393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:25:07.066840+0000 mon.a (mon.0) 2386 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:25:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:06.181249+0000 mgr.y (mgr.14556) 9503 : cluster [DBG] pgmap v8393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:25:07.066840+0000 mon.a (mon.0) 2386 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:25:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:25:07.323408+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:25:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:25:07.331260+0000 mon.a (mon.0) 2388 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:25:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:25:07.620854+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:25:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:25:07.621591+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:25:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:25:07.629177+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:25:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:25:07.323408+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:25:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:25:07.331260+0000 mon.a (mon.0) 2388 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:25:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:25:07.620854+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:25:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:25:07.621591+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:25:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:25:07.629177+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:25:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:25:07.323408+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:25:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:25:07.331260+0000 mon.a (mon.0) 2388 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:25:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:25:07.620854+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:25:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:25:07.621591+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:25:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:25:07.629177+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:25:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:08.181788+0000 mgr.y (mgr.14556) 9504 : cluster [DBG] pgmap v8394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:08.181788+0000 mgr.y (mgr.14556) 9504 : cluster [DBG] pgmap v8394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:08.181788+0000 mgr.y (mgr.14556) 9504 : cluster [DBG] pgmap v8394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:10.182236+0000 mgr.y (mgr.14556) 9505 : cluster [DBG] pgmap v8395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:10.182236+0000 mgr.y (mgr.14556) 9505 : cluster [DBG] pgmap v8395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:10.182236+0000 mgr.y (mgr.14556) 9505 : cluster [DBG] pgmap v8395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:25:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:12.183124+0000 mgr.y (mgr.14556) 9506 : cluster [DBG] pgmap v8396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:12.183124+0000 mgr.y (mgr.14556) 9506 : cluster [DBG] pgmap v8396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:12.183124+0000 mgr.y (mgr.14556) 9506 : cluster [DBG] pgmap v8396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:25:13] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:25:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:14.183589+0000 mgr.y (mgr.14556) 9507 : cluster [DBG] pgmap v8397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:14.183589+0000 mgr.y (mgr.14556) 9507 : cluster [DBG] pgmap v8397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:14.183589+0000 mgr.y (mgr.14556) 9507 : cluster [DBG] pgmap v8397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:15.716 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 3m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 3m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 3m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 3m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 3m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 3m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 3m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 3m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 3m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 3m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 3m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:25:16.008 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 3m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:25:16.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 3m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:25:16.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 3m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:25:16.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 3m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:25:16.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 3m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:25:16.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 3m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:25:16.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 3m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:25:16.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 3m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:25:16.009 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 3m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:25:16.364 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:25:16.364 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:25:16.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:25:16.364 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:25:16.365 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:25:16.365 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:25:16.365 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:25:16.365 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:25:16.365 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:25:16.365 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:25:16.365 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:25:16.365 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:25:16.365 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:25:16.365 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:25:16.365 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:25:16.365 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:25:16.366 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:25:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:25:15.703891+0000 mgr.y (mgr.14556) 9508 : audit [DBG] from='client.34499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:25:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:25:15.999767+0000 mgr.y (mgr.14556) 9509 : audit [DBG] from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:25:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:16.184114+0000 mgr.y (mgr.14556) 9510 : cluster [DBG] pgmap v8398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:25:16.364221+0000 mon.c (mon.2) 254 : audit [DBG] from='client.? 172.21.15.23:0/386433030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:25:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:25:15.703891+0000 mgr.y (mgr.14556) 9508 : audit [DBG] from='client.34499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:25:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:25:15.999767+0000 mgr.y (mgr.14556) 9509 : audit [DBG] from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:25:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:16.184114+0000 mgr.y (mgr.14556) 9510 : cluster [DBG] pgmap v8398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:25:16.364221+0000 mon.c (mon.2) 254 : audit [DBG] from='client.? 172.21.15.23:0/386433030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:25:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:25:15.703891+0000 mgr.y (mgr.14556) 9508 : audit [DBG] from='client.34499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:25:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:25:15.999767+0000 mgr.y (mgr.14556) 9509 : audit [DBG] from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:25:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:16.184114+0000 mgr.y (mgr.14556) 9510 : cluster [DBG] pgmap v8398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:25:16.364221+0000 mon.c (mon.2) 254 : audit [DBG] from='client.? 172.21.15.23:0/386433030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:25:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:18.184545+0000 mgr.y (mgr.14556) 9511 : cluster [DBG] pgmap v8399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:18.184545+0000 mgr.y (mgr.14556) 9511 : cluster [DBG] pgmap v8399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:18.184545+0000 mgr.y (mgr.14556) 9511 : cluster [DBG] pgmap v8399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:20.185026+0000 mgr.y (mgr.14556) 9512 : cluster [DBG] pgmap v8400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:20.185026+0000 mgr.y (mgr.14556) 9512 : cluster [DBG] pgmap v8400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:20.185026+0000 mgr.y (mgr.14556) 9512 : cluster [DBG] pgmap v8400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:25:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:22.185737+0000 mgr.y (mgr.14556) 9513 : cluster [DBG] pgmap v8401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:22.185737+0000 mgr.y (mgr.14556) 9513 : cluster [DBG] pgmap v8401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:23.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:22.185737+0000 mgr.y (mgr.14556) 9513 : cluster [DBG] pgmap v8401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:25:23] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-03-22T11:25:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:24.186303+0000 mgr.y (mgr.14556) 9514 : cluster [DBG] pgmap v8402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:24.186303+0000 mgr.y (mgr.14556) 9514 : cluster [DBG] pgmap v8402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:24.186303+0000 mgr.y (mgr.14556) 9514 : cluster [DBG] pgmap v8402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:26.187195+0000 mgr.y (mgr.14556) 9515 : cluster [DBG] pgmap v8403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:26.187195+0000 mgr.y (mgr.14556) 9515 : cluster [DBG] pgmap v8403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:26.187195+0000 mgr.y (mgr.14556) 9515 : cluster [DBG] pgmap v8403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:28.187727+0000 mgr.y (mgr.14556) 9516 : cluster [DBG] pgmap v8404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:28.187727+0000 mgr.y (mgr.14556) 9516 : cluster [DBG] pgmap v8404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:28.187727+0000 mgr.y (mgr.14556) 9516 : cluster [DBG] pgmap v8404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:30.188196+0000 mgr.y (mgr.14556) 9517 : cluster [DBG] pgmap v8405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:30.188196+0000 mgr.y (mgr.14556) 9517 : cluster [DBG] pgmap v8405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:30.188196+0000 mgr.y (mgr.14556) 9517 : cluster [DBG] pgmap v8405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:25:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:32.188884+0000 mgr.y (mgr.14556) 9518 : cluster [DBG] pgmap v8406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:32.188884+0000 mgr.y (mgr.14556) 9518 : cluster [DBG] pgmap v8406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:32.188884+0000 mgr.y (mgr.14556) 9518 : cluster [DBG] pgmap v8406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:25:33] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-03-22T11:25:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:34.189358+0000 mgr.y (mgr.14556) 9519 : cluster [DBG] pgmap v8407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:34.189358+0000 mgr.y (mgr.14556) 9519 : cluster [DBG] pgmap v8407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:34.189358+0000 mgr.y (mgr.14556) 9519 : cluster [DBG] pgmap v8407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:36.190157+0000 mgr.y (mgr.14556) 9520 : cluster [DBG] pgmap v8408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:36.190157+0000 mgr.y (mgr.14556) 9520 : cluster [DBG] pgmap v8408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:36.190157+0000 mgr.y (mgr.14556) 9520 : cluster [DBG] pgmap v8408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:38.190669+0000 mgr.y (mgr.14556) 9521 : cluster [DBG] pgmap v8409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:38.190669+0000 mgr.y (mgr.14556) 9521 : cluster [DBG] pgmap v8409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:38.190669+0000 mgr.y (mgr.14556) 9521 : cluster [DBG] pgmap v8409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:40.191121+0000 mgr.y (mgr.14556) 9522 : cluster [DBG] pgmap v8410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:40.191121+0000 mgr.y (mgr.14556) 9522 : cluster [DBG] pgmap v8410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:40.191121+0000 mgr.y (mgr.14556) 9522 : cluster [DBG] pgmap v8410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:25:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:42.191817+0000 mgr.y (mgr.14556) 9523 : cluster [DBG] pgmap v8411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:42.191817+0000 mgr.y (mgr.14556) 9523 : cluster [DBG] pgmap v8411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:43.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:42.191817+0000 mgr.y (mgr.14556) 9523 : cluster [DBG] pgmap v8411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:25:43] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:25:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:44.192375+0000 mgr.y (mgr.14556) 9524 : cluster [DBG] pgmap v8412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:44.192375+0000 mgr.y (mgr.14556) 9524 : cluster [DBG] pgmap v8412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:44.192375+0000 mgr.y (mgr.14556) 9524 : cluster [DBG] pgmap v8412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:46.692 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:25:46.979 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:25:46.979 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 3m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:25:46.979 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 3m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:25:46.979 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 3m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:25:46.979 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 3m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:25:46.979 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 3m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 3m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 3m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 3m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 3m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 3m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 3m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 3m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 3m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 3m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 3m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 3m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 3m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 3m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 3m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:25:46.980 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 3m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:25:47.326 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:25:47.326 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:25:47.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:25:47.326 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:25:47.326 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:25:47.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:25:47.326 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:25:47.326 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:25:47.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:25:47.326 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:25:47.327 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:25:47.327 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:25:47.327 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:25:47.327 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:25:47.327 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:25:47.327 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:25:47.327 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:25:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:46.192994+0000 mgr.y (mgr.14556) 9525 : cluster [DBG] pgmap v8413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:25:47.325380+0000 mon.a (mon.0) 2392 : audit [DBG] from='client.? 172.21.15.23:0/3273230035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:25:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:46.192994+0000 mgr.y (mgr.14556) 9525 : cluster [DBG] pgmap v8413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:25:47.325380+0000 mon.a (mon.0) 2392 : audit [DBG] from='client.? 172.21.15.23:0/3273230035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:25:47.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:46.192994+0000 mgr.y (mgr.14556) 9525 : cluster [DBG] pgmap v8413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:47.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:25:47.325380+0000 mon.a (mon.0) 2392 : audit [DBG] from='client.? 172.21.15.23:0/3273230035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:25:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:25:46.680412+0000 mgr.y (mgr.14556) 9526 : audit [DBG] from='client.24603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:25:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:25:46.970928+0000 mgr.y (mgr.14556) 9527 : audit [DBG] from='client.24609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:25:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:48.193556+0000 mgr.y (mgr.14556) 9528 : cluster [DBG] pgmap v8414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:25:46.680412+0000 mgr.y (mgr.14556) 9526 : audit [DBG] from='client.24603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:25:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:25:46.970928+0000 mgr.y (mgr.14556) 9527 : audit [DBG] from='client.24609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:25:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:48.193556+0000 mgr.y (mgr.14556) 9528 : cluster [DBG] pgmap v8414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:25:46.680412+0000 mgr.y (mgr.14556) 9526 : audit [DBG] from='client.24603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:25:48.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:25:46.970928+0000 mgr.y (mgr.14556) 9527 : audit [DBG] from='client.24609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:25:48.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:48.193556+0000 mgr.y (mgr.14556) 9528 : cluster [DBG] pgmap v8414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:50.193886+0000 mgr.y (mgr.14556) 9529 : cluster [DBG] pgmap v8415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:50.193886+0000 mgr.y (mgr.14556) 9529 : cluster [DBG] pgmap v8415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:50.193886+0000 mgr.y (mgr.14556) 9529 : cluster [DBG] pgmap v8415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:25:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:52.194738+0000 mgr.y (mgr.14556) 9530 : cluster [DBG] pgmap v8416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:52.194738+0000 mgr.y (mgr.14556) 9530 : cluster [DBG] pgmap v8416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:53.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:52.194738+0000 mgr.y (mgr.14556) 9530 : cluster [DBG] pgmap v8416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:25:53] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:25:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:54.195182+0000 mgr.y (mgr.14556) 9531 : cluster [DBG] pgmap v8417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:54.195182+0000 mgr.y (mgr.14556) 9531 : cluster [DBG] pgmap v8417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:54.195182+0000 mgr.y (mgr.14556) 9531 : cluster [DBG] pgmap v8417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:56.195839+0000 mgr.y (mgr.14556) 9532 : cluster [DBG] pgmap v8418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:56.195839+0000 mgr.y (mgr.14556) 9532 : cluster [DBG] pgmap v8418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:56.195839+0000 mgr.y (mgr.14556) 9532 : cluster [DBG] pgmap v8418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:25:58.196271+0000 mgr.y (mgr.14556) 9533 : cluster [DBG] pgmap v8419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:25:58.196271+0000 mgr.y (mgr.14556) 9533 : cluster [DBG] pgmap v8419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:25:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:25:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:25:58.196271+0000 mgr.y (mgr.14556) 9533 : cluster [DBG] pgmap v8419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:00.196812+0000 mgr.y (mgr.14556) 9534 : cluster [DBG] pgmap v8420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:00.196812+0000 mgr.y (mgr.14556) 9534 : cluster [DBG] pgmap v8420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:00.196812+0000 mgr.y (mgr.14556) 9534 : cluster [DBG] pgmap v8420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:26:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:02.197510+0000 mgr.y (mgr.14556) 9535 : cluster [DBG] pgmap v8421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:02.197510+0000 mgr.y (mgr.14556) 9535 : cluster [DBG] pgmap v8421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:02.197510+0000 mgr.y (mgr.14556) 9535 : cluster [DBG] pgmap v8421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:26:03] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:26:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:04.197931+0000 mgr.y (mgr.14556) 9536 : cluster [DBG] pgmap v8422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:04.197931+0000 mgr.y (mgr.14556) 9536 : cluster [DBG] pgmap v8422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:04.197931+0000 mgr.y (mgr.14556) 9536 : cluster [DBG] pgmap v8422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:06.198718+0000 mgr.y (mgr.14556) 9537 : cluster [DBG] pgmap v8423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:06.198718+0000 mgr.y (mgr.14556) 9537 : cluster [DBG] pgmap v8423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:06.198718+0000 mgr.y (mgr.14556) 9537 : cluster [DBG] pgmap v8423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:26:07.633561+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:26:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:26:07.938302+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:26:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:26:07.938962+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:26:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:26:07.947547+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:26:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:26:07.633561+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:26:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:26:07.938302+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:26:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:26:07.938962+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:26:08.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:26:07.947547+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:26:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:26:07.633561+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:26:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:26:07.938302+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:26:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:26:07.938962+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:26:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:26:07.947547+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:26:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:08.199104+0000 mgr.y (mgr.14556) 9538 : cluster [DBG] pgmap v8424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:08.199104+0000 mgr.y (mgr.14556) 9538 : cluster [DBG] pgmap v8424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:08.199104+0000 mgr.y (mgr.14556) 9538 : cluster [DBG] pgmap v8424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:10.199657+0000 mgr.y (mgr.14556) 9539 : cluster [DBG] pgmap v8425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:10.199657+0000 mgr.y (mgr.14556) 9539 : cluster [DBG] pgmap v8425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:26:11.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:10.199657+0000 mgr.y (mgr.14556) 9539 : cluster [DBG] pgmap v8425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:12.200373+0000 mgr.y (mgr.14556) 9540 : cluster [DBG] pgmap v8426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:12.200373+0000 mgr.y (mgr.14556) 9540 : cluster [DBG] pgmap v8426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:12.200373+0000 mgr.y (mgr.14556) 9540 : cluster [DBG] pgmap v8426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:26:13] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:26:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:14.200935+0000 mgr.y (mgr.14556) 9541 : cluster [DBG] pgmap v8427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:14.200935+0000 mgr.y (mgr.14556) 9541 : cluster [DBG] pgmap v8427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:14.200935+0000 mgr.y (mgr.14556) 9541 : cluster [DBG] pgmap v8427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:17.653 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:26:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:16.201781+0000 mgr.y (mgr.14556) 9542 : cluster [DBG] pgmap v8428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:16.201781+0000 mgr.y (mgr.14556) 9542 : cluster [DBG] pgmap v8428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:16.201781+0000 mgr.y (mgr.14556) 9542 : cluster [DBG] pgmap v8428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:17.938 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:26:17.938 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:26:17.938 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:26:17.938 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:26:17.938 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 4m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:26:17.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:26:17.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:26:17.940 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:26:18.287 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:26:18.288 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:26:18.288 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:26:18.288 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:26:18.288 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:26:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:26:18.286779+0000 mon.a (mon.0) 2397 : audit [DBG] from='client.? 172.21.15.23:0/3655401566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:26:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:26:18.286779+0000 mon.a (mon.0) 2397 : audit [DBG] from='client.? 172.21.15.23:0/3655401566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:26:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:26:18.286779+0000 mon.a (mon.0) 2397 : audit [DBG] from='client.? 172.21.15.23:0/3655401566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:26:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:26:17.641106+0000 mgr.y (mgr.14556) 9543 : audit [DBG] from='client.24621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:26:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:26:17.930085+0000 mgr.y (mgr.14556) 9544 : audit [DBG] from='client.24627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:26:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:18.202113+0000 mgr.y (mgr.14556) 9545 : cluster [DBG] pgmap v8429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:26:17.641106+0000 mgr.y (mgr.14556) 9543 : audit [DBG] from='client.24621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:26:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:26:17.930085+0000 mgr.y (mgr.14556) 9544 : audit [DBG] from='client.24627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:26:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:18.202113+0000 mgr.y (mgr.14556) 9545 : cluster [DBG] pgmap v8429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:26:17.641106+0000 mgr.y (mgr.14556) 9543 : audit [DBG] from='client.24621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:26:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:26:17.930085+0000 mgr.y (mgr.14556) 9544 : audit [DBG] from='client.24627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:26:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:18.202113+0000 mgr.y (mgr.14556) 9545 : cluster [DBG] pgmap v8429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:20.202605+0000 mgr.y (mgr.14556) 9546 : cluster [DBG] pgmap v8430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:26:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:20.202605+0000 mgr.y (mgr.14556) 9546 : cluster [DBG] pgmap v8430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:20.202605+0000 mgr.y (mgr.14556) 9546 : cluster [DBG] pgmap v8430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:22.203206+0000 mgr.y (mgr.14556) 9547 : cluster [DBG] pgmap v8431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:22.203206+0000 mgr.y (mgr.14556) 9547 : cluster [DBG] pgmap v8431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:22.203206+0000 mgr.y (mgr.14556) 9547 : cluster [DBG] pgmap v8431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:26:23] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:26:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:24.203763+0000 mgr.y (mgr.14556) 9548 : cluster [DBG] pgmap v8432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:24.203763+0000 mgr.y (mgr.14556) 9548 : cluster [DBG] pgmap v8432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:24.203763+0000 mgr.y (mgr.14556) 9548 : cluster [DBG] pgmap v8432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:26.204518+0000 mgr.y (mgr.14556) 9549 : cluster [DBG] pgmap v8433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:26.204518+0000 mgr.y (mgr.14556) 9549 : cluster [DBG] pgmap v8433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:26.204518+0000 mgr.y (mgr.14556) 9549 : cluster [DBG] pgmap v8433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:28.205151+0000 mgr.y (mgr.14556) 9550 : cluster [DBG] pgmap v8434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:28.205151+0000 mgr.y (mgr.14556) 9550 : cluster [DBG] pgmap v8434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:28.205151+0000 mgr.y (mgr.14556) 9550 : cluster [DBG] pgmap v8434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:30.205702+0000 mgr.y (mgr.14556) 9551 : cluster [DBG] pgmap v8435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:30.205702+0000 mgr.y (mgr.14556) 9551 : cluster [DBG] pgmap v8435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:30.205702+0000 mgr.y (mgr.14556) 9551 : cluster [DBG] pgmap v8435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:26:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:32.206374+0000 mgr.y (mgr.14556) 9552 : cluster [DBG] pgmap v8436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:32.206374+0000 mgr.y (mgr.14556) 9552 : cluster [DBG] pgmap v8436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:32.206374+0000 mgr.y (mgr.14556) 9552 : cluster [DBG] pgmap v8436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:26:33] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:26:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:34.206780+0000 mgr.y (mgr.14556) 9553 : cluster [DBG] pgmap v8437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:34.206780+0000 mgr.y (mgr.14556) 9553 : cluster [DBG] pgmap v8437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:34.206780+0000 mgr.y (mgr.14556) 9553 : cluster [DBG] pgmap v8437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:36.207611+0000 mgr.y (mgr.14556) 9554 : cluster [DBG] pgmap v8438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:36.207611+0000 mgr.y (mgr.14556) 9554 : cluster [DBG] pgmap v8438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:37.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:36.207611+0000 mgr.y (mgr.14556) 9554 : cluster [DBG] pgmap v8438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:38.207997+0000 mgr.y (mgr.14556) 9555 : cluster [DBG] pgmap v8439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:38.207997+0000 mgr.y (mgr.14556) 9555 : cluster [DBG] pgmap v8439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:39.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:38.207997+0000 mgr.y (mgr.14556) 9555 : cluster [DBG] pgmap v8439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:40.208369+0000 mgr.y (mgr.14556) 9556 : cluster [DBG] pgmap v8440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:40.208369+0000 mgr.y (mgr.14556) 9556 : cluster [DBG] pgmap v8440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:40.208369+0000 mgr.y (mgr.14556) 9556 : cluster [DBG] pgmap v8440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:26:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:42.208978+0000 mgr.y (mgr.14556) 9557 : cluster [DBG] pgmap v8441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:43.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:42.208978+0000 mgr.y (mgr.14556) 9557 : cluster [DBG] pgmap v8441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:42.208978+0000 mgr.y (mgr.14556) 9557 : cluster [DBG] pgmap v8441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:26:43] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:26:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:44.209529+0000 mgr.y (mgr.14556) 9558 : cluster [DBG] pgmap v8442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:44.209529+0000 mgr.y (mgr.14556) 9558 : cluster [DBG] pgmap v8442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:44.209529+0000 mgr.y (mgr.14556) 9558 : cluster [DBG] pgmap v8442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:46.210365+0000 mgr.y (mgr.14556) 9559 : cluster [DBG] pgmap v8443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:46.210365+0000 mgr.y (mgr.14556) 9559 : cluster [DBG] pgmap v8443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:46.210365+0000 mgr.y (mgr.14556) 9559 : cluster [DBG] pgmap v8443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:48.615 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:26:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:48.210924+0000 mgr.y (mgr.14556) 9560 : cluster [DBG] pgmap v8444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:48.210924+0000 mgr.y (mgr.14556) 9560 : cluster [DBG] pgmap v8444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:48.904 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:26:48.904 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:26:48.904 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:26:48.904 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:26:48.904 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:26:48.904 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:26:48.904 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:26:48.904 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:26:48.904 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:26:48.904 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:26:48.904 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 4m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:26:48.905 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:26:48.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:26:48.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:26:48.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:26:48.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:26:48.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:26:48.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:26:48.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:26:48.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:26:48.905 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:26:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:48.210924+0000 mgr.y (mgr.14556) 9560 : cluster [DBG] pgmap v8444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:49.251 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:26:49.251 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:26:49.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:26:49.251 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:26:49.251 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:26:49.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:26:49.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:26:49.252 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:26:49.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:26:49.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:26:49.252 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:26:49.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:26:49.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:26:49.252 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:26:49.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:26:49.252 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:26:49.252 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:26:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:26:48.603518+0000 mgr.y (mgr.14556) 9561 : audit [DBG] from='client.34553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:26:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:26:48.896003+0000 mgr.y (mgr.14556) 9562 : audit [DBG] from='client.34559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:26:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:26:49.251009+0000 mon.c (mon.2) 255 : audit [DBG] from='client.? 172.21.15.23:0/3587262855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:26:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:26:48.603518+0000 mgr.y (mgr.14556) 9561 : audit [DBG] from='client.34553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:26:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:26:48.896003+0000 mgr.y (mgr.14556) 9562 : audit [DBG] from='client.34559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:26:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:26:49.251009+0000 mon.c (mon.2) 255 : audit [DBG] from='client.? 172.21.15.23:0/3587262855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:26:49.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:26:48.603518+0000 mgr.y (mgr.14556) 9561 : audit [DBG] from='client.34553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:26:49.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:26:48.896003+0000 mgr.y (mgr.14556) 9562 : audit [DBG] from='client.34559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:26:49.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:26:49.251009+0000 mon.c (mon.2) 255 : audit [DBG] from='client.? 172.21.15.23:0/3587262855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:26:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:50.211361+0000 mgr.y (mgr.14556) 9563 : cluster [DBG] pgmap v8445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:50.211361+0000 mgr.y (mgr.14556) 9563 : cluster [DBG] pgmap v8445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:50.211361+0000 mgr.y (mgr.14556) 9563 : cluster [DBG] pgmap v8445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:26:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:52.212119+0000 mgr.y (mgr.14556) 9564 : cluster [DBG] pgmap v8446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:52.212119+0000 mgr.y (mgr.14556) 9564 : cluster [DBG] pgmap v8446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:52.212119+0000 mgr.y (mgr.14556) 9564 : cluster [DBG] pgmap v8446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:26:53] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:26:55.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:54.212647+0000 mgr.y (mgr.14556) 9565 : cluster [DBG] pgmap v8447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:55.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:54.212647+0000 mgr.y (mgr.14556) 9565 : cluster [DBG] pgmap v8447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:54.212647+0000 mgr.y (mgr.14556) 9565 : cluster [DBG] pgmap v8447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:56.213291+0000 mgr.y (mgr.14556) 9566 : cluster [DBG] pgmap v8448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:56.213291+0000 mgr.y (mgr.14556) 9566 : cluster [DBG] pgmap v8448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:56.213291+0000 mgr.y (mgr.14556) 9566 : cluster [DBG] pgmap v8448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:26:58.213874+0000 mgr.y (mgr.14556) 9567 : cluster [DBG] pgmap v8449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:26:58.213874+0000 mgr.y (mgr.14556) 9567 : cluster [DBG] pgmap v8449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:26:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:26:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:26:58.213874+0000 mgr.y (mgr.14556) 9567 : cluster [DBG] pgmap v8449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:00.214403+0000 mgr.y (mgr.14556) 9568 : cluster [DBG] pgmap v8450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:00.214403+0000 mgr.y (mgr.14556) 9568 : cluster [DBG] pgmap v8450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:01.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:00.214403+0000 mgr.y (mgr.14556) 9568 : cluster [DBG] pgmap v8450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:01.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:27:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:02.215277+0000 mgr.y (mgr.14556) 9569 : cluster [DBG] pgmap v8451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:02.215277+0000 mgr.y (mgr.14556) 9569 : cluster [DBG] pgmap v8451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:02.215277+0000 mgr.y (mgr.14556) 9569 : cluster [DBG] pgmap v8451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:27:03] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:27:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:04.215791+0000 mgr.y (mgr.14556) 9570 : cluster [DBG] pgmap v8452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:04.215791+0000 mgr.y (mgr.14556) 9570 : cluster [DBG] pgmap v8452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:04.215791+0000 mgr.y (mgr.14556) 9570 : cluster [DBG] pgmap v8452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:06.216623+0000 mgr.y (mgr.14556) 9571 : cluster [DBG] pgmap v8453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:06.216623+0000 mgr.y (mgr.14556) 9571 : cluster [DBG] pgmap v8453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:06.216623+0000 mgr.y (mgr.14556) 9571 : cluster [DBG] pgmap v8453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:27:07.951966+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:27:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:27:08.258512+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:27:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:27:08.259170+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:27:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:27:08.265487+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:27:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:27:07.951966+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:27:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:27:08.258512+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:27:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:27:08.259170+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:27:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:27:08.265487+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:27:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:27:07.951966+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:27:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:27:08.258512+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:27:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:27:08.259170+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:27:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:27:08.265487+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:27:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:08.217034+0000 mgr.y (mgr.14556) 9572 : cluster [DBG] pgmap v8454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:08.217034+0000 mgr.y (mgr.14556) 9572 : cluster [DBG] pgmap v8454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:08.217034+0000 mgr.y (mgr.14556) 9572 : cluster [DBG] pgmap v8454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:10.217566+0000 mgr.y (mgr.14556) 9573 : cluster [DBG] pgmap v8455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:10.217566+0000 mgr.y (mgr.14556) 9573 : cluster [DBG] pgmap v8455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:10.217566+0000 mgr.y (mgr.14556) 9573 : cluster [DBG] pgmap v8455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:27:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:12.218270+0000 mgr.y (mgr.14556) 9574 : cluster [DBG] pgmap v8456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:12.218270+0000 mgr.y (mgr.14556) 9574 : cluster [DBG] pgmap v8456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:12.218270+0000 mgr.y (mgr.14556) 9574 : cluster [DBG] pgmap v8456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:27:13] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:27:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:14.218755+0000 mgr.y (mgr.14556) 9575 : cluster [DBG] pgmap v8457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:14.218755+0000 mgr.y (mgr.14556) 9575 : cluster [DBG] pgmap v8457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:14.218755+0000 mgr.y (mgr.14556) 9575 : cluster [DBG] pgmap v8457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:16.219442+0000 mgr.y (mgr.14556) 9576 : cluster [DBG] pgmap v8458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:16.219442+0000 mgr.y (mgr.14556) 9576 : cluster [DBG] pgmap v8458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:16.219442+0000 mgr.y (mgr.14556) 9576 : cluster [DBG] pgmap v8458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:19.577 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:27:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:18.219937+0000 mgr.y (mgr.14556) 9577 : cluster [DBG] pgmap v8459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:18.219937+0000 mgr.y (mgr.14556) 9577 : cluster [DBG] pgmap v8459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:18.219937+0000 mgr.y (mgr.14556) 9577 : cluster [DBG] pgmap v8459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:19.865 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:27:19.865 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 5m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:27:19.865 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 5m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:27:19.865 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:27:19.865 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 5m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:27:19.865 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 5m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:27:19.865 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:27:19.865 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:27:19.865 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 5m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:27:19.865 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:27:19.866 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:27:19.866 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 5m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:27:19.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:27:19.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:27:19.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:27:19.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:27:19.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 5m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:27:19.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 5m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:27:19.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 5m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:27:19.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 5m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:27:19.866 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 5m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:27:20.216 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:27:20.216 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:27:20.216 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:27:20.217 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:27:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:27:20.216395+0000 mon.a (mon.0) 2402 : audit [DBG] from='client.? 172.21.15.23:0/3309573384' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:27:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:27:20.216395+0000 mon.a (mon.0) 2402 : audit [DBG] from='client.? 172.21.15.23:0/3309573384' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:27:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:27:20.216395+0000 mon.a (mon.0) 2402 : audit [DBG] from='client.? 172.21.15.23:0/3309573384' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:27:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:27:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:27:19.565035+0000 mgr.y (mgr.14556) 9578 : audit [DBG] from='client.24657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:27:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:27:19.857138+0000 mgr.y (mgr.14556) 9579 : audit [DBG] from='client.24663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:27:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:20.220227+0000 mgr.y (mgr.14556) 9580 : cluster [DBG] pgmap v8460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:27:19.565035+0000 mgr.y (mgr.14556) 9578 : audit [DBG] from='client.24657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:27:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:27:19.857138+0000 mgr.y (mgr.14556) 9579 : audit [DBG] from='client.24663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:27:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:20.220227+0000 mgr.y (mgr.14556) 9580 : cluster [DBG] pgmap v8460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:27:19.565035+0000 mgr.y (mgr.14556) 9578 : audit [DBG] from='client.24657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:27:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:27:19.857138+0000 mgr.y (mgr.14556) 9579 : audit [DBG] from='client.24663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:27:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:20.220227+0000 mgr.y (mgr.14556) 9580 : cluster [DBG] pgmap v8460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:22.220975+0000 mgr.y (mgr.14556) 9581 : cluster [DBG] pgmap v8461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:22.220975+0000 mgr.y (mgr.14556) 9581 : cluster [DBG] pgmap v8461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:22.220975+0000 mgr.y (mgr.14556) 9581 : cluster [DBG] pgmap v8461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:27:23] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:27:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:24.221415+0000 mgr.y (mgr.14556) 9582 : cluster [DBG] pgmap v8462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:24.221415+0000 mgr.y (mgr.14556) 9582 : cluster [DBG] pgmap v8462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:24.221415+0000 mgr.y (mgr.14556) 9582 : cluster [DBG] pgmap v8462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:26.222058+0000 mgr.y (mgr.14556) 9583 : cluster [DBG] pgmap v8463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:26.222058+0000 mgr.y (mgr.14556) 9583 : cluster [DBG] pgmap v8463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:26.222058+0000 mgr.y (mgr.14556) 9583 : cluster [DBG] pgmap v8463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:28.222479+0000 mgr.y (mgr.14556) 9584 : cluster [DBG] pgmap v8464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:28.222479+0000 mgr.y (mgr.14556) 9584 : cluster [DBG] pgmap v8464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:28.222479+0000 mgr.y (mgr.14556) 9584 : cluster [DBG] pgmap v8464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:30.222956+0000 mgr.y (mgr.14556) 9585 : cluster [DBG] pgmap v8465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:30.222956+0000 mgr.y (mgr.14556) 9585 : cluster [DBG] pgmap v8465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:30.222956+0000 mgr.y (mgr.14556) 9585 : cluster [DBG] pgmap v8465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:27:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:32.223792+0000 mgr.y (mgr.14556) 9586 : cluster [DBG] pgmap v8466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:32.223792+0000 mgr.y (mgr.14556) 9586 : cluster [DBG] pgmap v8466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:32.223792+0000 mgr.y (mgr.14556) 9586 : cluster [DBG] pgmap v8466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:27:33] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:27:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:34.224234+0000 mgr.y (mgr.14556) 9587 : cluster [DBG] pgmap v8467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:34.224234+0000 mgr.y (mgr.14556) 9587 : cluster [DBG] pgmap v8467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:34.224234+0000 mgr.y (mgr.14556) 9587 : cluster [DBG] pgmap v8467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:36.224852+0000 mgr.y (mgr.14556) 9588 : cluster [DBG] pgmap v8468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:36.224852+0000 mgr.y (mgr.14556) 9588 : cluster [DBG] pgmap v8468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:36.224852+0000 mgr.y (mgr.14556) 9588 : cluster [DBG] pgmap v8468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:38.225254+0000 mgr.y (mgr.14556) 9589 : cluster [DBG] pgmap v8469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:38.225254+0000 mgr.y (mgr.14556) 9589 : cluster [DBG] pgmap v8469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:38.225254+0000 mgr.y (mgr.14556) 9589 : cluster [DBG] pgmap v8469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:40.225677+0000 mgr.y (mgr.14556) 9590 : cluster [DBG] pgmap v8470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:40.225677+0000 mgr.y (mgr.14556) 9590 : cluster [DBG] pgmap v8470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:40.225677+0000 mgr.y (mgr.14556) 9590 : cluster [DBG] pgmap v8470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:27:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:42.226413+0000 mgr.y (mgr.14556) 9591 : cluster [DBG] pgmap v8471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:42.226413+0000 mgr.y (mgr.14556) 9591 : cluster [DBG] pgmap v8471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:42.226413+0000 mgr.y (mgr.14556) 9591 : cluster [DBG] pgmap v8471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:27:43] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-03-22T11:27:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:44.226981+0000 mgr.y (mgr.14556) 9592 : cluster [DBG] pgmap v8472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:44.226981+0000 mgr.y (mgr.14556) 9592 : cluster [DBG] pgmap v8472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:44.226981+0000 mgr.y (mgr.14556) 9592 : cluster [DBG] pgmap v8472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:46.227674+0000 mgr.y (mgr.14556) 9593 : cluster [DBG] pgmap v8473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:46.227674+0000 mgr.y (mgr.14556) 9593 : cluster [DBG] pgmap v8473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:46.227674+0000 mgr.y (mgr.14556) 9593 : cluster [DBG] pgmap v8473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:48.228110+0000 mgr.y (mgr.14556) 9594 : cluster [DBG] pgmap v8474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:48.228110+0000 mgr.y (mgr.14556) 9594 : cluster [DBG] pgmap v8474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:48.228110+0000 mgr.y (mgr.14556) 9594 : cluster [DBG] pgmap v8474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:50.548 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:27:50.836 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:27:50.836 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 5m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:27:50.836 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 5m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:27:50.836 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:27:50.836 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 5m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:27:50.836 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 5m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 5m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 5m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 5m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 5m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 5m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 5m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:27:50.837 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 5m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:27:51.186 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:27:51.186 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:27:51.187 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:27:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:50.228511+0000 mgr.y (mgr.14556) 9595 : cluster [DBG] pgmap v8475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:27:51.186523+0000 mon.a (mon.0) 2403 : audit [DBG] from='client.? 172.21.15.23:0/823705441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:27:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:50.228511+0000 mgr.y (mgr.14556) 9595 : cluster [DBG] pgmap v8475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:27:51.186523+0000 mon.a (mon.0) 2403 : audit [DBG] from='client.? 172.21.15.23:0/823705441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:27:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:27:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:50.228511+0000 mgr.y (mgr.14556) 9595 : cluster [DBG] pgmap v8475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:27:51.186523+0000 mon.a (mon.0) 2403 : audit [DBG] from='client.? 172.21.15.23:0/823705441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:27:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:27:50.536054+0000 mgr.y (mgr.14556) 9596 : audit [DBG] from='client.24675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:27:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:27:50.828413+0000 mgr.y (mgr.14556) 9597 : audit [DBG] from='client.34595 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:27:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:27:50.536054+0000 mgr.y (mgr.14556) 9596 : audit [DBG] from='client.24675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:27:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:27:50.828413+0000 mgr.y (mgr.14556) 9597 : audit [DBG] from='client.34595 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:27:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:27:50.536054+0000 mgr.y (mgr.14556) 9596 : audit [DBG] from='client.24675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:27:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:27:50.828413+0000 mgr.y (mgr.14556) 9597 : audit [DBG] from='client.34595 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:27:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:27:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:27:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:52.229207+0000 mgr.y (mgr.14556) 9598 : cluster [DBG] pgmap v8476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:52.229207+0000 mgr.y (mgr.14556) 9598 : cluster [DBG] pgmap v8476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:52.229207+0000 mgr.y (mgr.14556) 9598 : cluster [DBG] pgmap v8476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:54.229640+0000 mgr.y (mgr.14556) 9599 : cluster [DBG] pgmap v8477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:54.229640+0000 mgr.y (mgr.14556) 9599 : cluster [DBG] pgmap v8477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:54.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:54.229640+0000 mgr.y (mgr.14556) 9599 : cluster [DBG] pgmap v8477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:56.230277+0000 mgr.y (mgr.14556) 9600 : cluster [DBG] pgmap v8478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:56.230277+0000 mgr.y (mgr.14556) 9600 : cluster [DBG] pgmap v8478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:56.230277+0000 mgr.y (mgr.14556) 9600 : cluster [DBG] pgmap v8478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:27:58.230688+0000 mgr.y (mgr.14556) 9601 : cluster [DBG] pgmap v8479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:27:58.230688+0000 mgr.y (mgr.14556) 9601 : cluster [DBG] pgmap v8479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:27:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:27:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:27:58.230688+0000 mgr.y (mgr.14556) 9601 : cluster [DBG] pgmap v8479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:00.231064+0000 mgr.y (mgr.14556) 9602 : cluster [DBG] pgmap v8480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:00.231064+0000 mgr.y (mgr.14556) 9602 : cluster [DBG] pgmap v8480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:00.231064+0000 mgr.y (mgr.14556) 9602 : cluster [DBG] pgmap v8480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:01.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:28:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:02.231919+0000 mgr.y (mgr.14556) 9603 : cluster [DBG] pgmap v8481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:02.231919+0000 mgr.y (mgr.14556) 9603 : cluster [DBG] pgmap v8481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:02.231919+0000 mgr.y (mgr.14556) 9603 : cluster [DBG] pgmap v8481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:28:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:28:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:04.232351+0000 mgr.y (mgr.14556) 9604 : cluster [DBG] pgmap v8482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:04.232351+0000 mgr.y (mgr.14556) 9604 : cluster [DBG] pgmap v8482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:04.232351+0000 mgr.y (mgr.14556) 9604 : cluster [DBG] pgmap v8482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:06.233027+0000 mgr.y (mgr.14556) 9605 : cluster [DBG] pgmap v8483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:06.233027+0000 mgr.y (mgr.14556) 9605 : cluster [DBG] pgmap v8483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:06.233027+0000 mgr.y (mgr.14556) 9605 : cluster [DBG] pgmap v8483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:28:08.270616+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:28:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:28:08.270616+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:28:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:28:08.270616+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:28:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:08.233617+0000 mgr.y (mgr.14556) 9606 : cluster [DBG] pgmap v8484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:28:08.576377+0000 mon.a (mon.0) 2405 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:28:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:28:08.577029+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:28:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:28:08.583576+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:28:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:08.233617+0000 mgr.y (mgr.14556) 9606 : cluster [DBG] pgmap v8484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:28:08.576377+0000 mon.a (mon.0) 2405 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:28:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:28:08.577029+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:28:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:28:08.583576+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:28:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:08.233617+0000 mgr.y (mgr.14556) 9606 : cluster [DBG] pgmap v8484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:28:08.576377+0000 mon.a (mon.0) 2405 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:28:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:28:08.577029+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:28:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:28:08.583576+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:28:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:10.234070+0000 mgr.y (mgr.14556) 9607 : cluster [DBG] pgmap v8485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:10.234070+0000 mgr.y (mgr.14556) 9607 : cluster [DBG] pgmap v8485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:10.234070+0000 mgr.y (mgr.14556) 9607 : cluster [DBG] pgmap v8485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:28:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:12.234715+0000 mgr.y (mgr.14556) 9608 : cluster [DBG] pgmap v8486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:12.234715+0000 mgr.y (mgr.14556) 9608 : cluster [DBG] pgmap v8486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:12.234715+0000 mgr.y (mgr.14556) 9608 : cluster [DBG] pgmap v8486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:28:13] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:28:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:14.235209+0000 mgr.y (mgr.14556) 9609 : cluster [DBG] pgmap v8487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:14.235209+0000 mgr.y (mgr.14556) 9609 : cluster [DBG] pgmap v8487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:14.235209+0000 mgr.y (mgr.14556) 9609 : cluster [DBG] pgmap v8487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:16.236025+0000 mgr.y (mgr.14556) 9610 : cluster [DBG] pgmap v8488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:16.236025+0000 mgr.y (mgr.14556) 9610 : cluster [DBG] pgmap v8488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:16.236025+0000 mgr.y (mgr.14556) 9610 : cluster [DBG] pgmap v8488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:18.236535+0000 mgr.y (mgr.14556) 9611 : cluster [DBG] pgmap v8489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:18.236535+0000 mgr.y (mgr.14556) 9611 : cluster [DBG] pgmap v8489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:18.236535+0000 mgr.y (mgr.14556) 9611 : cluster [DBG] pgmap v8489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:21.514 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:28:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:20.236940+0000 mgr.y (mgr.14556) 9612 : cluster [DBG] pgmap v8490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:28:21.804 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:28:21.804 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 6m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:28:21.804 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 6m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:28:21.804 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 6m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:28:21.804 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 6m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:28:21.804 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 6m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:28:21.804 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 6m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:28:21.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 6m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 6m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 6m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 6m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 6m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 6m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 6m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 6m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 6m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 6m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 6m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 6m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 6m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:28:21.805 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 6m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:28:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:20.236940+0000 mgr.y (mgr.14556) 9612 : cluster [DBG] pgmap v8490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:20.236940+0000 mgr.y (mgr.14556) 9612 : cluster [DBG] pgmap v8490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:22.154 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:28:22.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:28:22.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:28:22.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:28:22.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:28:22.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:28:22.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:28:22.154 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:28:22.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:28:22.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:28:22.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:28:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:28:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:28:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:28:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:28:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:28:22.155 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:28:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:28:21.502954+0000 mgr.y (mgr.14556) 9613 : audit [DBG] from='client.24693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:28:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:28:22.153859+0000 mon.c (mon.2) 256 : audit [DBG] from='client.? 172.21.15.23:0/60189521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:28:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:28:21.502954+0000 mgr.y (mgr.14556) 9613 : audit [DBG] from='client.24693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:28:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:28:22.153859+0000 mon.c (mon.2) 256 : audit [DBG] from='client.? 172.21.15.23:0/60189521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:28:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:28:21.502954+0000 mgr.y (mgr.14556) 9613 : audit [DBG] from='client.24693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:28:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:28:22.153859+0000 mon.c (mon.2) 256 : audit [DBG] from='client.? 172.21.15.23:0/60189521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:28:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:28:21.796378+0000 mgr.y (mgr.14556) 9614 : audit [DBG] from='client.34613 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:28:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:22.237719+0000 mgr.y (mgr.14556) 9615 : cluster [DBG] pgmap v8491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:28:21.796378+0000 mgr.y (mgr.14556) 9614 : audit [DBG] from='client.34613 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:28:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:22.237719+0000 mgr.y (mgr.14556) 9615 : cluster [DBG] pgmap v8491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:28:21.796378+0000 mgr.y (mgr.14556) 9614 : audit [DBG] from='client.34613 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:28:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:22.237719+0000 mgr.y (mgr.14556) 9615 : cluster [DBG] pgmap v8491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:28:23] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:28:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:24.238262+0000 mgr.y (mgr.14556) 9616 : cluster [DBG] pgmap v8492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:24.238262+0000 mgr.y (mgr.14556) 9616 : cluster [DBG] pgmap v8492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:24.238262+0000 mgr.y (mgr.14556) 9616 : cluster [DBG] pgmap v8492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:26.238945+0000 mgr.y (mgr.14556) 9617 : cluster [DBG] pgmap v8493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:26.238945+0000 mgr.y (mgr.14556) 9617 : cluster [DBG] pgmap v8493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:26.238945+0000 mgr.y (mgr.14556) 9617 : cluster [DBG] pgmap v8493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:28.239537+0000 mgr.y (mgr.14556) 9618 : cluster [DBG] pgmap v8494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:29.940 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:28.239537+0000 mgr.y (mgr.14556) 9618 : cluster [DBG] pgmap v8494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:29.941 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:28.239537+0000 mgr.y (mgr.14556) 9618 : cluster [DBG] pgmap v8494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:30.239990+0000 mgr.y (mgr.14556) 9619 : cluster [DBG] pgmap v8495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:30.239990+0000 mgr.y (mgr.14556) 9619 : cluster [DBG] pgmap v8495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:30.239990+0000 mgr.y (mgr.14556) 9619 : cluster [DBG] pgmap v8495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:28:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:32.240834+0000 mgr.y (mgr.14556) 9620 : cluster [DBG] pgmap v8496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:32.240834+0000 mgr.y (mgr.14556) 9620 : cluster [DBG] pgmap v8496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:32.240834+0000 mgr.y (mgr.14556) 9620 : cluster [DBG] pgmap v8496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:28:33] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:28:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:34.241485+0000 mgr.y (mgr.14556) 9621 : cluster [DBG] pgmap v8497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:34.241485+0000 mgr.y (mgr.14556) 9621 : cluster [DBG] pgmap v8497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:34.241485+0000 mgr.y (mgr.14556) 9621 : cluster [DBG] pgmap v8497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:36.242156+0000 mgr.y (mgr.14556) 9622 : cluster [DBG] pgmap v8498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:36.242156+0000 mgr.y (mgr.14556) 9622 : cluster [DBG] pgmap v8498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:36.242156+0000 mgr.y (mgr.14556) 9622 : cluster [DBG] pgmap v8498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:38.242663+0000 mgr.y (mgr.14556) 9623 : cluster [DBG] pgmap v8499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:38.242663+0000 mgr.y (mgr.14556) 9623 : cluster [DBG] pgmap v8499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:38.242663+0000 mgr.y (mgr.14556) 9623 : cluster [DBG] pgmap v8499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:40.243240+0000 mgr.y (mgr.14556) 9624 : cluster [DBG] pgmap v8500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:40.243240+0000 mgr.y (mgr.14556) 9624 : cluster [DBG] pgmap v8500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:40.243240+0000 mgr.y (mgr.14556) 9624 : cluster [DBG] pgmap v8500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:28:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:42.243942+0000 mgr.y (mgr.14556) 9625 : cluster [DBG] pgmap v8501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:42.243942+0000 mgr.y (mgr.14556) 9625 : cluster [DBG] pgmap v8501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:42.243942+0000 mgr.y (mgr.14556) 9625 : cluster [DBG] pgmap v8501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:28:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:28:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:44.244419+0000 mgr.y (mgr.14556) 9626 : cluster [DBG] pgmap v8502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:44.244419+0000 mgr.y (mgr.14556) 9626 : cluster [DBG] pgmap v8502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:44.244419+0000 mgr.y (mgr.14556) 9626 : cluster [DBG] pgmap v8502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:46.245193+0000 mgr.y (mgr.14556) 9627 : cluster [DBG] pgmap v8503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:46.245193+0000 mgr.y (mgr.14556) 9627 : cluster [DBG] pgmap v8503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:46.245193+0000 mgr.y (mgr.14556) 9627 : cluster [DBG] pgmap v8503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:48.245729+0000 mgr.y (mgr.14556) 9628 : cluster [DBG] pgmap v8504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:48.245729+0000 mgr.y (mgr.14556) 9628 : cluster [DBG] pgmap v8504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:48.245729+0000 mgr.y (mgr.14556) 9628 : cluster [DBG] pgmap v8504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:50.246121+0000 mgr.y (mgr.14556) 9629 : cluster [DBG] pgmap v8505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:50.246121+0000 mgr.y (mgr.14556) 9629 : cluster [DBG] pgmap v8505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:50.246121+0000 mgr.y (mgr.14556) 9629 : cluster [DBG] pgmap v8505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:28:52.480 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:28:52.770 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:28:52.770 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 6m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:28:52.770 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 6m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:28:52.770 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 6m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:28:52.770 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 6m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:28:52.770 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 6m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:28:52.770 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 6m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:28:52.770 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 6m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:28:52.770 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 6m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:28:52.770 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 6m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:28:52.771 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 6m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:28:52.771 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 6m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:28:52.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 6m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:28:52.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 6m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:28:52.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 6m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:28:52.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 6m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:28:52.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 6m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:28:52.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 6m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:28:52.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 6m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:28:52.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 6m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:28:52.771 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 6m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:28:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:52.246715+0000 mgr.y (mgr.14556) 9630 : cluster [DBG] pgmap v8506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:28:52.468674+0000 mgr.y (mgr.14556) 9631 : audit [DBG] from='client.24711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:28:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:52.246715+0000 mgr.y (mgr.14556) 9630 : cluster [DBG] pgmap v8506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:28:52.468674+0000 mgr.y (mgr.14556) 9631 : audit [DBG] from='client.24711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:28:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:52.246715+0000 mgr.y (mgr.14556) 9630 : cluster [DBG] pgmap v8506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:52.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:28:52.468674+0000 mgr.y (mgr.14556) 9631 : audit [DBG] from='client.24711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:28:53.121 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:28:53.121 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:28:53.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:28:53.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:28:53.121 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:28:53.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:28:53.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:28:53.121 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:28:53.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:28:53.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:28:53.122 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:28:53.122 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:28:53.122 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:28:53.122 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:28:53.122 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:28:53.122 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:28:53.122 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:28:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:28:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:28:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:28:52.762018+0000 mgr.y (mgr.14556) 9632 : audit [DBG] from='client.24717 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:28:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:28:53.121139+0000 mon.c (mon.2) 257 : audit [DBG] from='client.? 172.21.15.23:0/2178618119' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:28:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:28:52.762018+0000 mgr.y (mgr.14556) 9632 : audit [DBG] from='client.24717 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:28:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:28:53.121139+0000 mon.c (mon.2) 257 : audit [DBG] from='client.? 172.21.15.23:0/2178618119' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:28:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:28:52.762018+0000 mgr.y (mgr.14556) 9632 : audit [DBG] from='client.24717 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:28:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:28:53.121139+0000 mon.c (mon.2) 257 : audit [DBG] from='client.? 172.21.15.23:0/2178618119' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:28:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:54.247253+0000 mgr.y (mgr.14556) 9633 : cluster [DBG] pgmap v8507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:54.247253+0000 mgr.y (mgr.14556) 9633 : cluster [DBG] pgmap v8507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:54.247253+0000 mgr.y (mgr.14556) 9633 : cluster [DBG] pgmap v8507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:56.247968+0000 mgr.y (mgr.14556) 9634 : cluster [DBG] pgmap v8508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:56.247968+0000 mgr.y (mgr.14556) 9634 : cluster [DBG] pgmap v8508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:56.247968+0000 mgr.y (mgr.14556) 9634 : cluster [DBG] pgmap v8508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:28:58.248351+0000 mgr.y (mgr.14556) 9635 : cluster [DBG] pgmap v8509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:28:58.248351+0000 mgr.y (mgr.14556) 9635 : cluster [DBG] pgmap v8509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:28:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:28:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:28:58.248351+0000 mgr.y (mgr.14556) 9635 : cluster [DBG] pgmap v8509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:00.248792+0000 mgr.y (mgr.14556) 9636 : cluster [DBG] pgmap v8510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:00.248792+0000 mgr.y (mgr.14556) 9636 : cluster [DBG] pgmap v8510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:00.248792+0000 mgr.y (mgr.14556) 9636 : cluster [DBG] pgmap v8510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:29:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:02.249532+0000 mgr.y (mgr.14556) 9637 : cluster [DBG] pgmap v8511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:02.249532+0000 mgr.y (mgr.14556) 9637 : cluster [DBG] pgmap v8511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:02.249532+0000 mgr.y (mgr.14556) 9637 : cluster [DBG] pgmap v8511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:29:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:29:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:04.249869+0000 mgr.y (mgr.14556) 9638 : cluster [DBG] pgmap v8512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:04.249869+0000 mgr.y (mgr.14556) 9638 : cluster [DBG] pgmap v8512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:04.249869+0000 mgr.y (mgr.14556) 9638 : cluster [DBG] pgmap v8512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:06.250724+0000 mgr.y (mgr.14556) 9639 : cluster [DBG] pgmap v8513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:06.250724+0000 mgr.y (mgr.14556) 9639 : cluster [DBG] pgmap v8513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:06.250724+0000 mgr.y (mgr.14556) 9639 : cluster [DBG] pgmap v8513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:08.251242+0000 mgr.y (mgr.14556) 9640 : cluster [DBG] pgmap v8514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:29:08.587982+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:29:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:29:08.894139+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:29:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:29:08.894783+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:29:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:29:08.901094+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:29:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:08.251242+0000 mgr.y (mgr.14556) 9640 : cluster [DBG] pgmap v8514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:29:08.587982+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:29:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:29:08.894139+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:29:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:29:08.894783+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:29:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:29:08.901094+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:29:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:08.251242+0000 mgr.y (mgr.14556) 9640 : cluster [DBG] pgmap v8514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:29:08.587982+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:29:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:29:08.894139+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:29:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:29:08.894783+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:29:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:29:08.901094+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:29:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:10.251620+0000 mgr.y (mgr.14556) 9641 : cluster [DBG] pgmap v8515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:10.251620+0000 mgr.y (mgr.14556) 9641 : cluster [DBG] pgmap v8515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:29:11.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:10.251620+0000 mgr.y (mgr.14556) 9641 : cluster [DBG] pgmap v8515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:12.252437+0000 mgr.y (mgr.14556) 9642 : cluster [DBG] pgmap v8516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:12.252437+0000 mgr.y (mgr.14556) 9642 : cluster [DBG] pgmap v8516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:12.252437+0000 mgr.y (mgr.14556) 9642 : cluster [DBG] pgmap v8516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:29:13] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:29:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:14.252973+0000 mgr.y (mgr.14556) 9643 : cluster [DBG] pgmap v8517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:14.252973+0000 mgr.y (mgr.14556) 9643 : cluster [DBG] pgmap v8517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:14.252973+0000 mgr.y (mgr.14556) 9643 : cluster [DBG] pgmap v8517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:16.253696+0000 mgr.y (mgr.14556) 9644 : cluster [DBG] pgmap v8518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:16.253696+0000 mgr.y (mgr.14556) 9644 : cluster [DBG] pgmap v8518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:16.253696+0000 mgr.y (mgr.14556) 9644 : cluster [DBG] pgmap v8518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:18.254314+0000 mgr.y (mgr.14556) 9645 : cluster [DBG] pgmap v8519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:18.254314+0000 mgr.y (mgr.14556) 9645 : cluster [DBG] pgmap v8519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:18.254314+0000 mgr.y (mgr.14556) 9645 : cluster [DBG] pgmap v8519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:20.254770+0000 mgr.y (mgr.14556) 9646 : cluster [DBG] pgmap v8520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:29:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:20.254770+0000 mgr.y (mgr.14556) 9646 : cluster [DBG] pgmap v8520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:20.254770+0000 mgr.y (mgr.14556) 9646 : cluster [DBG] pgmap v8520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:23.445 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:29:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:22.255534+0000 mgr.y (mgr.14556) 9647 : cluster [DBG] pgmap v8521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:23.733 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:29:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 7m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:29:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 7m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:29:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 7m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:29:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 7m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:29:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 7m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:29:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 7m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:29:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 7m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:29:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 7m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:29:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 7m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:29:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 7m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:29:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 7m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:29:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 7m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:29:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 7m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:29:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 7m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:29:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 7m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:29:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 7m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:29:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 7m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:29:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 7m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:29:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 7m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:29:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 7m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:29:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:22.255534+0000 mgr.y (mgr.14556) 9647 : cluster [DBG] pgmap v8521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:22.255534+0000 mgr.y (mgr.14556) 9647 : cluster [DBG] pgmap v8521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:24.084 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:29:24.084 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:29:24.084 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:29:24.085 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:29:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:29:23] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:29:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:29:23.433948+0000 mgr.y (mgr.14556) 9648 : audit [DBG] from='client.34643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:29:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:29:24.084632+0000 mon.a (mon.0) 2412 : audit [DBG] from='client.? 172.21.15.23:0/2526792566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:29:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:29:23.433948+0000 mgr.y (mgr.14556) 9648 : audit [DBG] from='client.34643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:29:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:29:24.084632+0000 mon.a (mon.0) 2412 : audit [DBG] from='client.? 172.21.15.23:0/2526792566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:29:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:29:23.433948+0000 mgr.y (mgr.14556) 9648 : audit [DBG] from='client.34643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:29:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:29:24.084632+0000 mon.a (mon.0) 2412 : audit [DBG] from='client.? 172.21.15.23:0/2526792566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:29:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:29:23.726057+0000 mgr.y (mgr.14556) 9649 : audit [DBG] from='client.24735 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:29:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:24.256060+0000 mgr.y (mgr.14556) 9650 : cluster [DBG] pgmap v8522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:29:23.726057+0000 mgr.y (mgr.14556) 9649 : audit [DBG] from='client.24735 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:29:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:24.256060+0000 mgr.y (mgr.14556) 9650 : cluster [DBG] pgmap v8522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:29:23.726057+0000 mgr.y (mgr.14556) 9649 : audit [DBG] from='client.24735 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:29:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:24.256060+0000 mgr.y (mgr.14556) 9650 : cluster [DBG] pgmap v8522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:26.256738+0000 mgr.y (mgr.14556) 9651 : cluster [DBG] pgmap v8523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:26.256738+0000 mgr.y (mgr.14556) 9651 : cluster [DBG] pgmap v8523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:26.256738+0000 mgr.y (mgr.14556) 9651 : cluster [DBG] pgmap v8523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:28.257303+0000 mgr.y (mgr.14556) 9652 : cluster [DBG] pgmap v8524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:28.257303+0000 mgr.y (mgr.14556) 9652 : cluster [DBG] pgmap v8524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:28.257303+0000 mgr.y (mgr.14556) 9652 : cluster [DBG] pgmap v8524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:30.257909+0000 mgr.y (mgr.14556) 9653 : cluster [DBG] pgmap v8525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:30.257909+0000 mgr.y (mgr.14556) 9653 : cluster [DBG] pgmap v8525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:29:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:30.257909+0000 mgr.y (mgr.14556) 9653 : cluster [DBG] pgmap v8525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:32.258554+0000 mgr.y (mgr.14556) 9654 : cluster [DBG] pgmap v8526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:32.258554+0000 mgr.y (mgr.14556) 9654 : cluster [DBG] pgmap v8526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:32.258554+0000 mgr.y (mgr.14556) 9654 : cluster [DBG] pgmap v8526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:29:33] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:29:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:34.259022+0000 mgr.y (mgr.14556) 9655 : cluster [DBG] pgmap v8527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:34.259022+0000 mgr.y (mgr.14556) 9655 : cluster [DBG] pgmap v8527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:34.259022+0000 mgr.y (mgr.14556) 9655 : cluster [DBG] pgmap v8527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:36.259692+0000 mgr.y (mgr.14556) 9656 : cluster [DBG] pgmap v8528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:36.259692+0000 mgr.y (mgr.14556) 9656 : cluster [DBG] pgmap v8528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:36.259692+0000 mgr.y (mgr.14556) 9656 : cluster [DBG] pgmap v8528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:38.260096+0000 mgr.y (mgr.14556) 9657 : cluster [DBG] pgmap v8529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:38.260096+0000 mgr.y (mgr.14556) 9657 : cluster [DBG] pgmap v8529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:38.260096+0000 mgr.y (mgr.14556) 9657 : cluster [DBG] pgmap v8529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:40.260571+0000 mgr.y (mgr.14556) 9658 : cluster [DBG] pgmap v8530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:40.260571+0000 mgr.y (mgr.14556) 9658 : cluster [DBG] pgmap v8530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:40.260571+0000 mgr.y (mgr.14556) 9658 : cluster [DBG] pgmap v8530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:29:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:42.261386+0000 mgr.y (mgr.14556) 9659 : cluster [DBG] pgmap v8531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:42.261386+0000 mgr.y (mgr.14556) 9659 : cluster [DBG] pgmap v8531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:42.261386+0000 mgr.y (mgr.14556) 9659 : cluster [DBG] pgmap v8531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:29:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:29:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:44.261738+0000 mgr.y (mgr.14556) 9660 : cluster [DBG] pgmap v8532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:44.261738+0000 mgr.y (mgr.14556) 9660 : cluster [DBG] pgmap v8532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:44.261738+0000 mgr.y (mgr.14556) 9660 : cluster [DBG] pgmap v8532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:46.262443+0000 mgr.y (mgr.14556) 9661 : cluster [DBG] pgmap v8533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:46.262443+0000 mgr.y (mgr.14556) 9661 : cluster [DBG] pgmap v8533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:46.262443+0000 mgr.y (mgr.14556) 9661 : cluster [DBG] pgmap v8533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:48.262940+0000 mgr.y (mgr.14556) 9662 : cluster [DBG] pgmap v8534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:48.262940+0000 mgr.y (mgr.14556) 9662 : cluster [DBG] pgmap v8534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:48.262940+0000 mgr.y (mgr.14556) 9662 : cluster [DBG] pgmap v8534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:50.263576+0000 mgr.y (mgr.14556) 9663 : cluster [DBG] pgmap v8535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:50.263576+0000 mgr.y (mgr.14556) 9663 : cluster [DBG] pgmap v8535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:29:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:50.263576+0000 mgr.y (mgr.14556) 9663 : cluster [DBG] pgmap v8535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:52.264287+0000 mgr.y (mgr.14556) 9664 : cluster [DBG] pgmap v8536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:52.264287+0000 mgr.y (mgr.14556) 9664 : cluster [DBG] pgmap v8536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:52.264287+0000 mgr.y (mgr.14556) 9664 : cluster [DBG] pgmap v8536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:29:53] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:29:54.409 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:29:54.695 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:29:54.695 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 7m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 7m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 7m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 7m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 7m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 7m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 7m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 7m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 7m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 7m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 7m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 7m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 7m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 7m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 7m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 7m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 7m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:29:54.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 7m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:29:54.697 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 7m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:29:54.697 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 7m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:29:55.046 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:29:55.046 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:29:55.047 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:29:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:54.264678+0000 mgr.y (mgr.14556) 9665 : cluster [DBG] pgmap v8537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:29:54.397616+0000 mgr.y (mgr.14556) 9666 : audit [DBG] from='client.34661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:29:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:29:55.046893+0000 mon.a (mon.0) 2413 : audit [DBG] from='client.? 172.21.15.23:0/264753027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:29:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:54.264678+0000 mgr.y (mgr.14556) 9665 : cluster [DBG] pgmap v8537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:29:54.397616+0000 mgr.y (mgr.14556) 9666 : audit [DBG] from='client.34661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:29:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:29:55.046893+0000 mon.a (mon.0) 2413 : audit [DBG] from='client.? 172.21.15.23:0/264753027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:29:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:54.264678+0000 mgr.y (mgr.14556) 9665 : cluster [DBG] pgmap v8537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:29:54.397616+0000 mgr.y (mgr.14556) 9666 : audit [DBG] from='client.34661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:29:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:29:55.046893+0000 mon.a (mon.0) 2413 : audit [DBG] from='client.? 172.21.15.23:0/264753027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:29:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:29:54.687517+0000 mgr.y (mgr.14556) 9667 : audit [DBG] from='client.24753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:29:56.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:29:54.687517+0000 mgr.y (mgr.14556) 9667 : audit [DBG] from='client.24753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:29:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:29:54.687517+0000 mgr.y (mgr.14556) 9667 : audit [DBG] from='client.24753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:29:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:56.265346+0000 mgr.y (mgr.14556) 9668 : cluster [DBG] pgmap v8538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:56.265346+0000 mgr.y (mgr.14556) 9668 : cluster [DBG] pgmap v8538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:56.265346+0000 mgr.y (mgr.14556) 9668 : cluster [DBG] pgmap v8538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:29:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:29:58.265906+0000 mgr.y (mgr.14556) 9669 : cluster [DBG] pgmap v8539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:29:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:29:58.265906+0000 mgr.y (mgr.14556) 9669 : cluster [DBG] pgmap v8539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:29:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:29:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:29:58.265906+0000 mgr.y (mgr.14556) 9669 : cluster [DBG] pgmap v8539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T11:29:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:30:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:00.000169+0000 mon.a (mon.0) 2414 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:30:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:00.266698+0000 mgr.y (mgr.14556) 9670 : cluster [DBG] pgmap v8540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:00.000169+0000 mon.a (mon.0) 2414 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:30:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:00.266698+0000 mgr.y (mgr.14556) 9670 : cluster [DBG] pgmap v8540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:00.000169+0000 mon.a (mon.0) 2414 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:30:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:00.266698+0000 mgr.y (mgr.14556) 9670 : cluster [DBG] pgmap v8540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:30:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:02.267465+0000 mgr.y (mgr.14556) 9671 : cluster [DBG] pgmap v8541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:02.267465+0000 mgr.y (mgr.14556) 9671 : cluster [DBG] pgmap v8541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:02.267465+0000 mgr.y (mgr.14556) 9671 : cluster [DBG] pgmap v8541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:30:03] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:30:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:04.267959+0000 mgr.y (mgr.14556) 9672 : cluster [DBG] pgmap v8542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:04.267959+0000 mgr.y (mgr.14556) 9672 : cluster [DBG] pgmap v8542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:04.267959+0000 mgr.y (mgr.14556) 9672 : cluster [DBG] pgmap v8542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:06.268640+0000 mgr.y (mgr.14556) 9673 : cluster [DBG] pgmap v8543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:06.268640+0000 mgr.y (mgr.14556) 9673 : cluster [DBG] pgmap v8543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:06.268640+0000 mgr.y (mgr.14556) 9673 : cluster [DBG] pgmap v8543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:08.269031+0000 mgr.y (mgr.14556) 9674 : cluster [DBG] pgmap v8544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:30:08.905442+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:30:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:30:09.211638+0000 mon.a (mon.0) 2416 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:30:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:30:09.212311+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:30:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:30:09.220944+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:30:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:08.269031+0000 mgr.y (mgr.14556) 9674 : cluster [DBG] pgmap v8544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:30:08.905442+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:30:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:30:09.211638+0000 mon.a (mon.0) 2416 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:30:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:30:09.212311+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:30:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:30:09.220944+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:30:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:08.269031+0000 mgr.y (mgr.14556) 9674 : cluster [DBG] pgmap v8544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:30:08.905442+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:30:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:30:09.211638+0000 mon.a (mon.0) 2416 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:30:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:30:09.212311+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:30:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:30:09.220944+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:30:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:10.269626+0000 mgr.y (mgr.14556) 9675 : cluster [DBG] pgmap v8545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:10.269626+0000 mgr.y (mgr.14556) 9675 : cluster [DBG] pgmap v8545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:10.269626+0000 mgr.y (mgr.14556) 9675 : cluster [DBG] pgmap v8545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:30:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:12.270203+0000 mgr.y (mgr.14556) 9676 : cluster [DBG] pgmap v8546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:12.270203+0000 mgr.y (mgr.14556) 9676 : cluster [DBG] pgmap v8546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:12.270203+0000 mgr.y (mgr.14556) 9676 : cluster [DBG] pgmap v8546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:30:13] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:30:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:14.270742+0000 mgr.y (mgr.14556) 9677 : cluster [DBG] pgmap v8547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:14.270742+0000 mgr.y (mgr.14556) 9677 : cluster [DBG] pgmap v8547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:14.270742+0000 mgr.y (mgr.14556) 9677 : cluster [DBG] pgmap v8547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:16.271617+0000 mgr.y (mgr.14556) 9678 : cluster [DBG] pgmap v8548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:16.271617+0000 mgr.y (mgr.14556) 9678 : cluster [DBG] pgmap v8548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:16.271617+0000 mgr.y (mgr.14556) 9678 : cluster [DBG] pgmap v8548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:18.271960+0000 mgr.y (mgr.14556) 9679 : cluster [DBG] pgmap v8549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:18.271960+0000 mgr.y (mgr.14556) 9679 : cluster [DBG] pgmap v8549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:18.271960+0000 mgr.y (mgr.14556) 9679 : cluster [DBG] pgmap v8549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:20.272456+0000 mgr.y (mgr.14556) 9680 : cluster [DBG] pgmap v8550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:30:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:20.272456+0000 mgr.y (mgr.14556) 9680 : cluster [DBG] pgmap v8550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:20.272456+0000 mgr.y (mgr.14556) 9680 : cluster [DBG] pgmap v8550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:22.272979+0000 mgr.y (mgr.14556) 9681 : cluster [DBG] pgmap v8551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:22.272979+0000 mgr.y (mgr.14556) 9681 : cluster [DBG] pgmap v8551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:22.272979+0000 mgr.y (mgr.14556) 9681 : cluster [DBG] pgmap v8551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:30:23] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:30:25.375 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:30:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:24.273525+0000 mgr.y (mgr.14556) 9682 : cluster [DBG] pgmap v8552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:25.666 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:30:25.666 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 8m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:30:25.666 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 8m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:30:25.666 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 8m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:30:25.666 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 8m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:30:25.667 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 8m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:30:25.667 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 8m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:30:25.667 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 8m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:30:25.667 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 8m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:30:25.667 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 8m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:30:25.667 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 8m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:30:25.667 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 8m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:30:25.667 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 8m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:30:25.667 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 8m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:30:25.668 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 8m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:30:25.668 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 8m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:30:25.668 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 8m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:30:25.668 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 8m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:30:25.668 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 8m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:30:25.668 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 8m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:30:25.668 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 8m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:30:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:24.273525+0000 mgr.y (mgr.14556) 9682 : cluster [DBG] pgmap v8552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:24.273525+0000 mgr.y (mgr.14556) 9682 : cluster [DBG] pgmap v8552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:26.015 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:30:26.015 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:30:26.015 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:30:26.015 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:30:26.015 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:30:26.016 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:30:26.016 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:30:26.016 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:30:26.016 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:30:26.016 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:30:26.016 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:30:26.016 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:30:26.016 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:30:26.016 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:30:26.016 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:30:26.016 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:30:26.016 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:30:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:30:25.363833+0000 mgr.y (mgr.14556) 9683 : audit [DBG] from='client.24765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:30:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:30:26.015721+0000 mon.c (mon.2) 258 : audit [DBG] from='client.? 172.21.15.23:0/4086807703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:30:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:30:25.363833+0000 mgr.y (mgr.14556) 9683 : audit [DBG] from='client.24765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:30:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:30:26.015721+0000 mon.c (mon.2) 258 : audit [DBG] from='client.? 172.21.15.23:0/4086807703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:30:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:30:25.363833+0000 mgr.y (mgr.14556) 9683 : audit [DBG] from='client.24765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:30:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:30:26.015721+0000 mon.c (mon.2) 258 : audit [DBG] from='client.? 172.21.15.23:0/4086807703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:30:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:30:25.658860+0000 mgr.y (mgr.14556) 9684 : audit [DBG] from='client.24771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:30:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:26.274273+0000 mgr.y (mgr.14556) 9685 : cluster [DBG] pgmap v8553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:30:25.658860+0000 mgr.y (mgr.14556) 9684 : audit [DBG] from='client.24771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:30:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:26.274273+0000 mgr.y (mgr.14556) 9685 : cluster [DBG] pgmap v8553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:30:25.658860+0000 mgr.y (mgr.14556) 9684 : audit [DBG] from='client.24771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:30:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:26.274273+0000 mgr.y (mgr.14556) 9685 : cluster [DBG] pgmap v8553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:28.274706+0000 mgr.y (mgr.14556) 9686 : cluster [DBG] pgmap v8554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:28.274706+0000 mgr.y (mgr.14556) 9686 : cluster [DBG] pgmap v8554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:28.274706+0000 mgr.y (mgr.14556) 9686 : cluster [DBG] pgmap v8554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:30.275285+0000 mgr.y (mgr.14556) 9687 : cluster [DBG] pgmap v8555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:30.275285+0000 mgr.y (mgr.14556) 9687 : cluster [DBG] pgmap v8555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:30.275285+0000 mgr.y (mgr.14556) 9687 : cluster [DBG] pgmap v8555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:30:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:32.275917+0000 mgr.y (mgr.14556) 9688 : cluster [DBG] pgmap v8556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:32.275917+0000 mgr.y (mgr.14556) 9688 : cluster [DBG] pgmap v8556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:32.275917+0000 mgr.y (mgr.14556) 9688 : cluster [DBG] pgmap v8556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:30:33] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:30:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:34.276292+0000 mgr.y (mgr.14556) 9689 : cluster [DBG] pgmap v8557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:34.276292+0000 mgr.y (mgr.14556) 9689 : cluster [DBG] pgmap v8557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:34.276292+0000 mgr.y (mgr.14556) 9689 : cluster [DBG] pgmap v8557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:36.277143+0000 mgr.y (mgr.14556) 9690 : cluster [DBG] pgmap v8558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:36.277143+0000 mgr.y (mgr.14556) 9690 : cluster [DBG] pgmap v8558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:36.277143+0000 mgr.y (mgr.14556) 9690 : cluster [DBG] pgmap v8558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:38.277713+0000 mgr.y (mgr.14556) 9691 : cluster [DBG] pgmap v8559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:38.277713+0000 mgr.y (mgr.14556) 9691 : cluster [DBG] pgmap v8559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:38.277713+0000 mgr.y (mgr.14556) 9691 : cluster [DBG] pgmap v8559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:40.278311+0000 mgr.y (mgr.14556) 9692 : cluster [DBG] pgmap v8560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:40.278311+0000 mgr.y (mgr.14556) 9692 : cluster [DBG] pgmap v8560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:40.278311+0000 mgr.y (mgr.14556) 9692 : cluster [DBG] pgmap v8560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:30:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:42.278657+0000 mgr.y (mgr.14556) 9693 : cluster [DBG] pgmap v8561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:42.278657+0000 mgr.y (mgr.14556) 9693 : cluster [DBG] pgmap v8561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:42.278657+0000 mgr.y (mgr.14556) 9693 : cluster [DBG] pgmap v8561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:30:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:30:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:44.279050+0000 mgr.y (mgr.14556) 9694 : cluster [DBG] pgmap v8562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:44.279050+0000 mgr.y (mgr.14556) 9694 : cluster [DBG] pgmap v8562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:44.279050+0000 mgr.y (mgr.14556) 9694 : cluster [DBG] pgmap v8562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:46.279822+0000 mgr.y (mgr.14556) 9695 : cluster [DBG] pgmap v8563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:46.279822+0000 mgr.y (mgr.14556) 9695 : cluster [DBG] pgmap v8563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:46.279822+0000 mgr.y (mgr.14556) 9695 : cluster [DBG] pgmap v8563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:48.280308+0000 mgr.y (mgr.14556) 9696 : cluster [DBG] pgmap v8564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:48.280308+0000 mgr.y (mgr.14556) 9696 : cluster [DBG] pgmap v8564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:48.280308+0000 mgr.y (mgr.14556) 9696 : cluster [DBG] pgmap v8564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:50.281003+0000 mgr.y (mgr.14556) 9697 : cluster [DBG] pgmap v8565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:50.281003+0000 mgr.y (mgr.14556) 9697 : cluster [DBG] pgmap v8565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:30:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:50.281003+0000 mgr.y (mgr.14556) 9697 : cluster [DBG] pgmap v8565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:52.281388+0000 mgr.y (mgr.14556) 9698 : cluster [DBG] pgmap v8566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:52.281388+0000 mgr.y (mgr.14556) 9698 : cluster [DBG] pgmap v8566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:52.281388+0000 mgr.y (mgr.14556) 9698 : cluster [DBG] pgmap v8566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:30:53] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:30:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:54.281715+0000 mgr.y (mgr.14556) 9699 : cluster [DBG] pgmap v8567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:54.281715+0000 mgr.y (mgr.14556) 9699 : cluster [DBG] pgmap v8567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:54.281715+0000 mgr.y (mgr.14556) 9699 : cluster [DBG] pgmap v8567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:56.344 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:30:56.631 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:30:56.631 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 8m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:30:56.631 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 8m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:30:56.631 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 8m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:30:56.631 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 8m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:30:56.631 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 8m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 8m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 8m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 8m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 8m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 8m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 8m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 8m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 8m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 8m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 8m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 8m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 8m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 8m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 8m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:30:56.632 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 8m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:30:56.981 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:30:56.981 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:30:56.981 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:30:56.981 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:30:56.981 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:30:56.981 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:30:56.981 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:30:56.982 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:30:56.982 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:30:56.982 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:30:56.982 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:30:56.982 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:30:56.982 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:30:56.982 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:30:56.982 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:30:56.982 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:30:56.982 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:30:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:56.282205+0000 mgr.y (mgr.14556) 9700 : cluster [DBG] pgmap v8568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:30:56.332779+0000 mgr.y (mgr.14556) 9701 : audit [DBG] from='client.34697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:30:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:30:56.981280+0000 mon.a (mon.0) 2419 : audit [DBG] from='client.? 172.21.15.23:0/3952198034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:30:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:56.282205+0000 mgr.y (mgr.14556) 9700 : cluster [DBG] pgmap v8568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:30:56.332779+0000 mgr.y (mgr.14556) 9701 : audit [DBG] from='client.34697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:30:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:30:56.981280+0000 mon.a (mon.0) 2419 : audit [DBG] from='client.? 172.21.15.23:0/3952198034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:30:57.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:56.282205+0000 mgr.y (mgr.14556) 9700 : cluster [DBG] pgmap v8568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:57.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:30:56.332779+0000 mgr.y (mgr.14556) 9701 : audit [DBG] from='client.34697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:30:57.909 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:30:56.981280+0000 mon.a (mon.0) 2419 : audit [DBG] from='client.? 172.21.15.23:0/3952198034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:30:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:30:56.623768+0000 mgr.y (mgr.14556) 9702 : audit [DBG] from='client.34703 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:30:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:30:56.623768+0000 mgr.y (mgr.14556) 9702 : audit [DBG] from='client.34703 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:30:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:30:56.623768+0000 mgr.y (mgr.14556) 9702 : audit [DBG] from='client.34703 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:30:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:30:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:30:58.282730+0000 mgr.y (mgr.14556) 9703 : cluster [DBG] pgmap v8569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:30:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:30:58.282730+0000 mgr.y (mgr.14556) 9703 : cluster [DBG] pgmap v8569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:30:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:30:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:30:58.282730+0000 mgr.y (mgr.14556) 9703 : cluster [DBG] pgmap v8569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:00.283378+0000 mgr.y (mgr.14556) 9704 : cluster [DBG] pgmap v8570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:00.283378+0000 mgr.y (mgr.14556) 9704 : cluster [DBG] pgmap v8570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:00.283378+0000 mgr.y (mgr.14556) 9704 : cluster [DBG] pgmap v8570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:31:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:02.283832+0000 mgr.y (mgr.14556) 9705 : cluster [DBG] pgmap v8571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:31:03] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:31:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:02.283832+0000 mgr.y (mgr.14556) 9705 : cluster [DBG] pgmap v8571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:02.283832+0000 mgr.y (mgr.14556) 9705 : cluster [DBG] pgmap v8571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:04.284289+0000 mgr.y (mgr.14556) 9706 : cluster [DBG] pgmap v8572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:04.284289+0000 mgr.y (mgr.14556) 9706 : cluster [DBG] pgmap v8572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:04.284289+0000 mgr.y (mgr.14556) 9706 : cluster [DBG] pgmap v8572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:06.285022+0000 mgr.y (mgr.14556) 9707 : cluster [DBG] pgmap v8573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:06.285022+0000 mgr.y (mgr.14556) 9707 : cluster [DBG] pgmap v8573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:06.285022+0000 mgr.y (mgr.14556) 9707 : cluster [DBG] pgmap v8573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:08.285447+0000 mgr.y (mgr.14556) 9708 : cluster [DBG] pgmap v8574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:08.285447+0000 mgr.y (mgr.14556) 9708 : cluster [DBG] pgmap v8574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:08.285447+0000 mgr.y (mgr.14556) 9708 : cluster [DBG] pgmap v8574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:31:09.226099+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:31:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:31:09.530023+0000 mon.a (mon.0) 2421 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:31:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:31:09.530746+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:31:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:31:09.535354+0000 mon.a (mon.0) 2423 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:31:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:31:09.226099+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:31:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:31:09.530023+0000 mon.a (mon.0) 2421 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:31:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:31:09.530746+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:31:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:31:09.535354+0000 mon.a (mon.0) 2423 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:31:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:31:09.226099+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:31:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:31:09.530023+0000 mon.a (mon.0) 2421 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:31:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:31:09.530746+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:31:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:31:09.535354+0000 mon.a (mon.0) 2423 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:31:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:10.286233+0000 mgr.y (mgr.14556) 9709 : cluster [DBG] pgmap v8575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:10.286233+0000 mgr.y (mgr.14556) 9709 : cluster [DBG] pgmap v8575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:10.286233+0000 mgr.y (mgr.14556) 9709 : cluster [DBG] pgmap v8575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:31:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:12.286619+0000 mgr.y (mgr.14556) 9710 : cluster [DBG] pgmap v8576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:12.286619+0000 mgr.y (mgr.14556) 9710 : cluster [DBG] pgmap v8576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:12.286619+0000 mgr.y (mgr.14556) 9710 : cluster [DBG] pgmap v8576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:31:13] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:31:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:14.287049+0000 mgr.y (mgr.14556) 9711 : cluster [DBG] pgmap v8577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:14.287049+0000 mgr.y (mgr.14556) 9711 : cluster [DBG] pgmap v8577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:14.287049+0000 mgr.y (mgr.14556) 9711 : cluster [DBG] pgmap v8577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:16.287794+0000 mgr.y (mgr.14556) 9712 : cluster [DBG] pgmap v8578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:16.287794+0000 mgr.y (mgr.14556) 9712 : cluster [DBG] pgmap v8578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:16.287794+0000 mgr.y (mgr.14556) 9712 : cluster [DBG] pgmap v8578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:18.288270+0000 mgr.y (mgr.14556) 9713 : cluster [DBG] pgmap v8579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:18.288270+0000 mgr.y (mgr.14556) 9713 : cluster [DBG] pgmap v8579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:18.288270+0000 mgr.y (mgr.14556) 9713 : cluster [DBG] pgmap v8579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:20.288880+0000 mgr.y (mgr.14556) 9714 : cluster [DBG] pgmap v8580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:20.288880+0000 mgr.y (mgr.14556) 9714 : cluster [DBG] pgmap v8580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:20.288880+0000 mgr.y (mgr.14556) 9714 : cluster [DBG] pgmap v8580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:31:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:22.289339+0000 mgr.y (mgr.14556) 9715 : cluster [DBG] pgmap v8581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:22.289339+0000 mgr.y (mgr.14556) 9715 : cluster [DBG] pgmap v8581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:22.289339+0000 mgr.y (mgr.14556) 9715 : cluster [DBG] pgmap v8581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:31:23] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:31:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:24.289792+0000 mgr.y (mgr.14556) 9716 : cluster [DBG] pgmap v8582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:24.289792+0000 mgr.y (mgr.14556) 9716 : cluster [DBG] pgmap v8582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:24.289792+0000 mgr.y (mgr.14556) 9716 : cluster [DBG] pgmap v8582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:27.306 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:31:27.594 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:31:27.594 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 9m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:31:27.594 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 9m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:31:27.594 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 9m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:31:27.594 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 9m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:31:27.594 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 9m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 9m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 9m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 9m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 9m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 9m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 9m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 9m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 9m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 9m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 9m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 9m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 9m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 9m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 9m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:31:27.595 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 9m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:31:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:26.290658+0000 mgr.y (mgr.14556) 9717 : cluster [DBG] pgmap v8583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:26.290658+0000 mgr.y (mgr.14556) 9717 : cluster [DBG] pgmap v8583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:26.290658+0000 mgr.y (mgr.14556) 9717 : cluster [DBG] pgmap v8583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:31:27.944 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:31:27.945 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:31:27.945 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:31:27.945 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:31:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:31:27.295498+0000 mgr.y (mgr.14556) 9718 : audit [DBG] from='client.34715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:31:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:31:27.944245+0000 mon.a (mon.0) 2424 : audit [DBG] from='client.? 172.21.15.23:0/1126542817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:31:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:31:27.295498+0000 mgr.y (mgr.14556) 9718 : audit [DBG] from='client.34715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:31:28.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:31:27.944245+0000 mon.a (mon.0) 2424 : audit [DBG] from='client.? 172.21.15.23:0/1126542817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:31:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:31:27.295498+0000 mgr.y (mgr.14556) 9718 : audit [DBG] from='client.34715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:31:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:31:27.944245+0000 mon.a (mon.0) 2424 : audit [DBG] from='client.? 172.21.15.23:0/1126542817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:31:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:31:27.586729+0000 mgr.y (mgr.14556) 9719 : audit [DBG] from='client.34721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:31:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:28.291085+0000 mgr.y (mgr.14556) 9720 : cluster [DBG] pgmap v8584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:31:27.586729+0000 mgr.y (mgr.14556) 9719 : audit [DBG] from='client.34721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:31:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:28.291085+0000 mgr.y (mgr.14556) 9720 : cluster [DBG] pgmap v8584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:31:27.586729+0000 mgr.y (mgr.14556) 9719 : audit [DBG] from='client.34721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:31:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:28.291085+0000 mgr.y (mgr.14556) 9720 : cluster [DBG] pgmap v8584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:30.291882+0000 mgr.y (mgr.14556) 9721 : cluster [DBG] pgmap v8585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:30.291882+0000 mgr.y (mgr.14556) 9721 : cluster [DBG] pgmap v8585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:30.291882+0000 mgr.y (mgr.14556) 9721 : cluster [DBG] pgmap v8585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:31:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:32.292315+0000 mgr.y (mgr.14556) 9722 : cluster [DBG] pgmap v8586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:33.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:32.292315+0000 mgr.y (mgr.14556) 9722 : cluster [DBG] pgmap v8586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:32.292315+0000 mgr.y (mgr.14556) 9722 : cluster [DBG] pgmap v8586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:31:33] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:31:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:34.292760+0000 mgr.y (mgr.14556) 9723 : cluster [DBG] pgmap v8587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:34.292760+0000 mgr.y (mgr.14556) 9723 : cluster [DBG] pgmap v8587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:34.292760+0000 mgr.y (mgr.14556) 9723 : cluster [DBG] pgmap v8587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:36.293435+0000 mgr.y (mgr.14556) 9724 : cluster [DBG] pgmap v8588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:36.293435+0000 mgr.y (mgr.14556) 9724 : cluster [DBG] pgmap v8588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:36.293435+0000 mgr.y (mgr.14556) 9724 : cluster [DBG] pgmap v8588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:38.293804+0000 mgr.y (mgr.14556) 9725 : cluster [DBG] pgmap v8589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:38.293804+0000 mgr.y (mgr.14556) 9725 : cluster [DBG] pgmap v8589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:38.293804+0000 mgr.y (mgr.14556) 9725 : cluster [DBG] pgmap v8589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:40.294525+0000 mgr.y (mgr.14556) 9726 : cluster [DBG] pgmap v8590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:40.294525+0000 mgr.y (mgr.14556) 9726 : cluster [DBG] pgmap v8590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:40.294525+0000 mgr.y (mgr.14556) 9726 : cluster [DBG] pgmap v8590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:31:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:42.294908+0000 mgr.y (mgr.14556) 9727 : cluster [DBG] pgmap v8591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:42.294908+0000 mgr.y (mgr.14556) 9727 : cluster [DBG] pgmap v8591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:42.294908+0000 mgr.y (mgr.14556) 9727 : cluster [DBG] pgmap v8591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:31:43] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:31:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:44.295507+0000 mgr.y (mgr.14556) 9728 : cluster [DBG] pgmap v8592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:44.295507+0000 mgr.y (mgr.14556) 9728 : cluster [DBG] pgmap v8592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:44.295507+0000 mgr.y (mgr.14556) 9728 : cluster [DBG] pgmap v8592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:46.296369+0000 mgr.y (mgr.14556) 9729 : cluster [DBG] pgmap v8593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:46.296369+0000 mgr.y (mgr.14556) 9729 : cluster [DBG] pgmap v8593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:46.296369+0000 mgr.y (mgr.14556) 9729 : cluster [DBG] pgmap v8593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:48.296956+0000 mgr.y (mgr.14556) 9730 : cluster [DBG] pgmap v8594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:48.296956+0000 mgr.y (mgr.14556) 9730 : cluster [DBG] pgmap v8594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:48.296956+0000 mgr.y (mgr.14556) 9730 : cluster [DBG] pgmap v8594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:50.297684+0000 mgr.y (mgr.14556) 9731 : cluster [DBG] pgmap v8595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:50.297684+0000 mgr.y (mgr.14556) 9731 : cluster [DBG] pgmap v8595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:50.297684+0000 mgr.y (mgr.14556) 9731 : cluster [DBG] pgmap v8595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:31:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:52.298098+0000 mgr.y (mgr.14556) 9732 : cluster [DBG] pgmap v8596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:53.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:31:53] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:31:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:52.298098+0000 mgr.y (mgr.14556) 9732 : cluster [DBG] pgmap v8596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:52.298098+0000 mgr.y (mgr.14556) 9732 : cluster [DBG] pgmap v8596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:54.298689+0000 mgr.y (mgr.14556) 9733 : cluster [DBG] pgmap v8597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:54.298689+0000 mgr.y (mgr.14556) 9733 : cluster [DBG] pgmap v8597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:54.298689+0000 mgr.y (mgr.14556) 9733 : cluster [DBG] pgmap v8597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:56.299461+0000 mgr.y (mgr.14556) 9734 : cluster [DBG] pgmap v8598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:56.299461+0000 mgr.y (mgr.14556) 9734 : cluster [DBG] pgmap v8598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:56.299461+0000 mgr.y (mgr.14556) 9734 : cluster [DBG] pgmap v8598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:58.267 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:31:58.557 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:31:58.557 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 9m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:31:58.557 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 9m ago 4h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:31:58.557 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 9m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:31:58.557 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 9m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:31:58.557 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 9m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:31:58.557 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 9m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:31:58.557 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 9m ago 4h 790M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:31:58.557 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 9m ago 4h 417M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:31:58.558 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 9m ago 4h 419M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:31:58.558 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 9m ago 4h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:31:58.558 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 9m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:31:58.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 9m ago 4h 45.2M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:31:58.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 9m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:31:58.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 9m ago 4h 43.3M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:31:58.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 9m ago 4h 41.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:31:58.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 9m ago 4h 42.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:31:58.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 9m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:31:58.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 9m ago 4h 42.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:31:58.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 9m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:31:58.558 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 9m ago 4h 97.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:31:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:31:58.905 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:31:58.905 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:31:58.905 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:31:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:31:58.255793+0000 mgr.y (mgr.14556) 9735 : audit [DBG] from='client.24819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:31:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:31:58.299843+0000 mgr.y (mgr.14556) 9736 : cluster [DBG] pgmap v8599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:31:58.549371+0000 mgr.y (mgr.14556) 9737 : audit [DBG] from='client.24825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:31:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:31:58.904248+0000 mon.c (mon.2) 259 : audit [DBG] from='client.? 172.21.15.23:0/2088232618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:31:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:31:58.255793+0000 mgr.y (mgr.14556) 9735 : audit [DBG] from='client.24819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:31:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:31:58.299843+0000 mgr.y (mgr.14556) 9736 : cluster [DBG] pgmap v8599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:31:58.549371+0000 mgr.y (mgr.14556) 9737 : audit [DBG] from='client.24825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:31:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:31:58.904248+0000 mon.c (mon.2) 259 : audit [DBG] from='client.? 172.21.15.23:0/2088232618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:31:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:31:58.255793+0000 mgr.y (mgr.14556) 9735 : audit [DBG] from='client.24819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:31:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:31:58.299843+0000 mgr.y (mgr.14556) 9736 : cluster [DBG] pgmap v8599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:31:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:31:58.549371+0000 mgr.y (mgr.14556) 9737 : audit [DBG] from='client.24825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:31:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:31:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:31:58.904248+0000 mon.c (mon.2) 259 : audit [DBG] from='client.? 172.21.15.23:0/2088232618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:32:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:00.300373+0000 mgr.y (mgr.14556) 9738 : cluster [DBG] pgmap v8600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:00.300373+0000 mgr.y (mgr.14556) 9738 : cluster [DBG] pgmap v8600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:32:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:00.300373+0000 mgr.y (mgr.14556) 9738 : cluster [DBG] pgmap v8600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:02.300741+0000 mgr.y (mgr.14556) 9739 : cluster [DBG] pgmap v8601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:02.300741+0000 mgr.y (mgr.14556) 9739 : cluster [DBG] pgmap v8601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:02.300741+0000 mgr.y (mgr.14556) 9739 : cluster [DBG] pgmap v8601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:32:03] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:32:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:04.301192+0000 mgr.y (mgr.14556) 9740 : cluster [DBG] pgmap v8602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:04.301192+0000 mgr.y (mgr.14556) 9740 : cluster [DBG] pgmap v8602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:04.301192+0000 mgr.y (mgr.14556) 9740 : cluster [DBG] pgmap v8602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:06.301838+0000 mgr.y (mgr.14556) 9741 : cluster [DBG] pgmap v8603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:06.301838+0000 mgr.y (mgr.14556) 9741 : cluster [DBG] pgmap v8603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:06.301838+0000 mgr.y (mgr.14556) 9741 : cluster [DBG] pgmap v8603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:08.302230+0000 mgr.y (mgr.14556) 9742 : cluster [DBG] pgmap v8604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:08.302230+0000 mgr.y (mgr.14556) 9742 : cluster [DBG] pgmap v8604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:08.302230+0000 mgr.y (mgr.14556) 9742 : cluster [DBG] pgmap v8604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:32:09.539636+0000 mon.a (mon.0) 2425 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:32:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:32:09.539636+0000 mon.a (mon.0) 2425 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:32:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:32:09.539636+0000 mon.a (mon.0) 2425 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:32:11.651 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:10.302700+0000 mgr.y (mgr.14556) 9743 : cluster [DBG] pgmap v8605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:11.651 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:32:11.742 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:10.302700+0000 mgr.y (mgr.14556) 9743 : cluster [DBG] pgmap v8605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:11.742 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:10.302700+0000 mgr.y (mgr.14556) 9743 : cluster [DBG] pgmap v8605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:32:12.153860+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:32:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:12.303078+0000 mgr.y (mgr.14556) 9744 : cluster [DBG] pgmap v8606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:32:12.803412+0000 mon.a (mon.0) 2427 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:32:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:32:13.096135+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:32:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:32:13.097074+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:32:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:32:13.102661+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:32:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:32:12.153860+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:32:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:12.303078+0000 mgr.y (mgr.14556) 9744 : cluster [DBG] pgmap v8606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:32:12.803412+0000 mon.a (mon.0) 2427 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:32:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:32:13.096135+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:32:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:32:13.097074+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:32:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:32:13.102661+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:32:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:32:12.153860+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:32:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:12.303078+0000 mgr.y (mgr.14556) 9744 : cluster [DBG] pgmap v8606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:32:12.803412+0000 mon.a (mon.0) 2427 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:32:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:32:13.096135+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:32:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:32:13.097074+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:32:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:32:13.102661+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:32:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:32:13] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:32:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:14.303609+0000 mgr.y (mgr.14556) 9745 : cluster [DBG] pgmap v8607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:14.303609+0000 mgr.y (mgr.14556) 9745 : cluster [DBG] pgmap v8607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:14.303609+0000 mgr.y (mgr.14556) 9745 : cluster [DBG] pgmap v8607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:16.304228+0000 mgr.y (mgr.14556) 9746 : cluster [DBG] pgmap v8608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:16.304228+0000 mgr.y (mgr.14556) 9746 : cluster [DBG] pgmap v8608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:16.304228+0000 mgr.y (mgr.14556) 9746 : cluster [DBG] pgmap v8608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:18.304654+0000 mgr.y (mgr.14556) 9747 : cluster [DBG] pgmap v8609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:18.304654+0000 mgr.y (mgr.14556) 9747 : cluster [DBG] pgmap v8609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:18.304654+0000 mgr.y (mgr.14556) 9747 : cluster [DBG] pgmap v8609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:20.305187+0000 mgr.y (mgr.14556) 9748 : cluster [DBG] pgmap v8610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:32:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:20.305187+0000 mgr.y (mgr.14556) 9748 : cluster [DBG] pgmap v8610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:20.305187+0000 mgr.y (mgr.14556) 9748 : cluster [DBG] pgmap v8610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:22.305770+0000 mgr.y (mgr.14556) 9749 : cluster [DBG] pgmap v8611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:22.305770+0000 mgr.y (mgr.14556) 9749 : cluster [DBG] pgmap v8611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:22.305770+0000 mgr.y (mgr.14556) 9749 : cluster [DBG] pgmap v8611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:32:23] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:32:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:24.306172+0000 mgr.y (mgr.14556) 9750 : cluster [DBG] pgmap v8612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:24.306172+0000 mgr.y (mgr.14556) 9750 : cluster [DBG] pgmap v8612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:24.306172+0000 mgr.y (mgr.14556) 9750 : cluster [DBG] pgmap v8612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:26.306804+0000 mgr.y (mgr.14556) 9751 : cluster [DBG] pgmap v8613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:26.306804+0000 mgr.y (mgr.14556) 9751 : cluster [DBG] pgmap v8613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:26.306804+0000 mgr.y (mgr.14556) 9751 : cluster [DBG] pgmap v8613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:29.229 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:32:29.519 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:32:29.519 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 17s ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 16s ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 17s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 16s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 16s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 17s ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 17s ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 16s ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 17s ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 17s ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 16s ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 17s ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 17s ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 17s ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:32:29.520 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 17s ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:32:29.521 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 16s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:32:29.521 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 16s ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:32:29.521 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 16s ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:32:29.521 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 16s ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:32:29.521 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 16s ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:32:29.866 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:32:29.866 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:32:29.866 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:32:29.866 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:32:29.867 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:32:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:28.307249+0000 mgr.y (mgr.14556) 9752 : cluster [DBG] pgmap v8614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:28.307249+0000 mgr.y (mgr.14556) 9752 : cluster [DBG] pgmap v8614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:28.307249+0000 mgr.y (mgr.14556) 9752 : cluster [DBG] pgmap v8614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:32:29.217126+0000 mgr.y (mgr.14556) 9753 : audit [DBG] from='client.34751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:32:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:32:29.511892+0000 mgr.y (mgr.14556) 9754 : audit [DBG] from='client.24843 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:32:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:32:29.866843+0000 mon.a (mon.0) 2431 : audit [DBG] from='client.? 172.21.15.23:0/261739617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:32:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:32:29.217126+0000 mgr.y (mgr.14556) 9753 : audit [DBG] from='client.34751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:32:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:32:29.511892+0000 mgr.y (mgr.14556) 9754 : audit [DBG] from='client.24843 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:32:30.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:32:29.866843+0000 mon.a (mon.0) 2431 : audit [DBG] from='client.? 172.21.15.23:0/261739617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:32:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:32:29.217126+0000 mgr.y (mgr.14556) 9753 : audit [DBG] from='client.34751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:32:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:32:29.511892+0000 mgr.y (mgr.14556) 9754 : audit [DBG] from='client.24843 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:32:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:32:29.866843+0000 mon.a (mon.0) 2431 : audit [DBG] from='client.? 172.21.15.23:0/261739617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:32:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:30.307990+0000 mgr.y (mgr.14556) 9755 : cluster [DBG] pgmap v8615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:30.307990+0000 mgr.y (mgr.14556) 9755 : cluster [DBG] pgmap v8615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:30.307990+0000 mgr.y (mgr.14556) 9755 : cluster [DBG] pgmap v8615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:32:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:32.308378+0000 mgr.y (mgr.14556) 9756 : cluster [DBG] pgmap v8616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:32.308378+0000 mgr.y (mgr.14556) 9756 : cluster [DBG] pgmap v8616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:32.308378+0000 mgr.y (mgr.14556) 9756 : cluster [DBG] pgmap v8616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:32:33] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:32:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:34.308777+0000 mgr.y (mgr.14556) 9757 : cluster [DBG] pgmap v8617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:34.308777+0000 mgr.y (mgr.14556) 9757 : cluster [DBG] pgmap v8617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:34.308777+0000 mgr.y (mgr.14556) 9757 : cluster [DBG] pgmap v8617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:36.309423+0000 mgr.y (mgr.14556) 9758 : cluster [DBG] pgmap v8618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:36.309423+0000 mgr.y (mgr.14556) 9758 : cluster [DBG] pgmap v8618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:36.309423+0000 mgr.y (mgr.14556) 9758 : cluster [DBG] pgmap v8618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:38.309771+0000 mgr.y (mgr.14556) 9759 : cluster [DBG] pgmap v8619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:38.309771+0000 mgr.y (mgr.14556) 9759 : cluster [DBG] pgmap v8619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:38.309771+0000 mgr.y (mgr.14556) 9759 : cluster [DBG] pgmap v8619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:40.310577+0000 mgr.y (mgr.14556) 9760 : cluster [DBG] pgmap v8620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:40.310577+0000 mgr.y (mgr.14556) 9760 : cluster [DBG] pgmap v8620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:40.310577+0000 mgr.y (mgr.14556) 9760 : cluster [DBG] pgmap v8620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:32:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:42.310932+0000 mgr.y (mgr.14556) 9761 : cluster [DBG] pgmap v8621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:42.310932+0000 mgr.y (mgr.14556) 9761 : cluster [DBG] pgmap v8621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:42.310932+0000 mgr.y (mgr.14556) 9761 : cluster [DBG] pgmap v8621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:32:43] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T11:32:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:44.311510+0000 mgr.y (mgr.14556) 9762 : cluster [DBG] pgmap v8622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:44.311510+0000 mgr.y (mgr.14556) 9762 : cluster [DBG] pgmap v8622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:44.311510+0000 mgr.y (mgr.14556) 9762 : cluster [DBG] pgmap v8622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:46.312150+0000 mgr.y (mgr.14556) 9763 : cluster [DBG] pgmap v8623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:46.312150+0000 mgr.y (mgr.14556) 9763 : cluster [DBG] pgmap v8623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:46.312150+0000 mgr.y (mgr.14556) 9763 : cluster [DBG] pgmap v8623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:48.312586+0000 mgr.y (mgr.14556) 9764 : cluster [DBG] pgmap v8624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:48.312586+0000 mgr.y (mgr.14556) 9764 : cluster [DBG] pgmap v8624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:48.312586+0000 mgr.y (mgr.14556) 9764 : cluster [DBG] pgmap v8624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:50.313175+0000 mgr.y (mgr.14556) 9765 : cluster [DBG] pgmap v8625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:50.313175+0000 mgr.y (mgr.14556) 9765 : cluster [DBG] pgmap v8625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:50.313175+0000 mgr.y (mgr.14556) 9765 : cluster [DBG] pgmap v8625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:32:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:32:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:32:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:52.313518+0000 mgr.y (mgr.14556) 9766 : cluster [DBG] pgmap v8626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:52.313518+0000 mgr.y (mgr.14556) 9766 : cluster [DBG] pgmap v8626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:52.313518+0000 mgr.y (mgr.14556) 9766 : cluster [DBG] pgmap v8626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:54.313911+0000 mgr.y (mgr.14556) 9767 : cluster [DBG] pgmap v8627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:54.313911+0000 mgr.y (mgr.14556) 9767 : cluster [DBG] pgmap v8627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:54.313911+0000 mgr.y (mgr.14556) 9767 : cluster [DBG] pgmap v8627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:56.314541+0000 mgr.y (mgr.14556) 9768 : cluster [DBG] pgmap v8628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:56.314541+0000 mgr.y (mgr.14556) 9768 : cluster [DBG] pgmap v8628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:56.314541+0000 mgr.y (mgr.14556) 9768 : cluster [DBG] pgmap v8628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:32:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:32:58.315095+0000 mgr.y (mgr.14556) 9769 : cluster [DBG] pgmap v8629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:32:58.315095+0000 mgr.y (mgr.14556) 9769 : cluster [DBG] pgmap v8629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:32:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:32:58.315095+0000 mgr.y (mgr.14556) 9769 : cluster [DBG] pgmap v8629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:00.191 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:33:00.484 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:33:00.484 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 48s ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:33:00.484 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 47s ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:33:00.484 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 48s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:33:00.484 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 47s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:33:00.484 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 47s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:33:00.484 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 48s ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:33:00.484 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 48s ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:33:00.484 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 47s ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:33:00.484 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 48s ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:33:00.484 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 48s ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:33:00.484 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 47s ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:33:00.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 48s ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:33:00.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 48s ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:33:00.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 48s ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:33:00.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 48s ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:33:00.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 47s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:33:00.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 47s ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:33:00.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 47s ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:33:00.485 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 47s ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:33:00.485 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 47s ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:33:00.834 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:33:00.834 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:33:00.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:33:00.835 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:33:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:33:00.179708+0000 mgr.y (mgr.14556) 9770 : audit [DBG] from='client.24855 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:33:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:00.315634+0000 mgr.y (mgr.14556) 9771 : cluster [DBG] pgmap v8630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:33:00.476412+0000 mgr.y (mgr.14556) 9772 : audit [DBG] from='client.34775 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:33:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:33:00.834852+0000 mon.c (mon.2) 260 : audit [DBG] from='client.? 172.21.15.23:0/3661445444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:33:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:33:00.179708+0000 mgr.y (mgr.14556) 9770 : audit [DBG] from='client.24855 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:33:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:00.315634+0000 mgr.y (mgr.14556) 9771 : cluster [DBG] pgmap v8630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:33:00.476412+0000 mgr.y (mgr.14556) 9772 : audit [DBG] from='client.34775 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:33:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:33:00.834852+0000 mon.c (mon.2) 260 : audit [DBG] from='client.? 172.21.15.23:0/3661445444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:33:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:33:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:33:00.179708+0000 mgr.y (mgr.14556) 9770 : audit [DBG] from='client.24855 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:33:01.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:00.315634+0000 mgr.y (mgr.14556) 9771 : cluster [DBG] pgmap v8630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:01.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:33:00.476412+0000 mgr.y (mgr.14556) 9772 : audit [DBG] from='client.34775 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:33:01.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:33:00.834852+0000 mon.c (mon.2) 260 : audit [DBG] from='client.? 172.21.15.23:0/3661445444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:33:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:02.316000+0000 mgr.y (mgr.14556) 9773 : cluster [DBG] pgmap v8631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:02.316000+0000 mgr.y (mgr.14556) 9773 : cluster [DBG] pgmap v8631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:02.316000+0000 mgr.y (mgr.14556) 9773 : cluster [DBG] pgmap v8631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:33:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:33:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:04.316525+0000 mgr.y (mgr.14556) 9774 : cluster [DBG] pgmap v8632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:04.316525+0000 mgr.y (mgr.14556) 9774 : cluster [DBG] pgmap v8632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:04.316525+0000 mgr.y (mgr.14556) 9774 : cluster [DBG] pgmap v8632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:06.317136+0000 mgr.y (mgr.14556) 9775 : cluster [DBG] pgmap v8633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:06.317136+0000 mgr.y (mgr.14556) 9775 : cluster [DBG] pgmap v8633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:06.317136+0000 mgr.y (mgr.14556) 9775 : cluster [DBG] pgmap v8633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:08.317685+0000 mgr.y (mgr.14556) 9776 : cluster [DBG] pgmap v8634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:08.317685+0000 mgr.y (mgr.14556) 9776 : cluster [DBG] pgmap v8634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:08.317685+0000 mgr.y (mgr.14556) 9776 : cluster [DBG] pgmap v8634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:10.318244+0000 mgr.y (mgr.14556) 9777 : cluster [DBG] pgmap v8635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:33:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:10.318244+0000 mgr.y (mgr.14556) 9777 : cluster [DBG] pgmap v8635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:10.318244+0000 mgr.y (mgr.14556) 9777 : cluster [DBG] pgmap v8635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:12.318812+0000 mgr.y (mgr.14556) 9778 : cluster [DBG] pgmap v8636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:33:13.108638+0000 mon.a (mon.0) 2432 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:33:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:12.318812+0000 mgr.y (mgr.14556) 9778 : cluster [DBG] pgmap v8636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:33:13.108638+0000 mon.a (mon.0) 2432 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:33:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:12.318812+0000 mgr.y (mgr.14556) 9778 : cluster [DBG] pgmap v8636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:33:13.108638+0000 mon.a (mon.0) 2432 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:33:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:33:13] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:33:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:33:13.420681+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:33:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:33:13.421365+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:33:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:33:13.428731+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:33:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:33:13.420681+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:33:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:33:13.421365+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:33:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:33:13.428731+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:33:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:33:13.420681+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:33:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:33:13.421365+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:33:14.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:33:13.428731+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:33:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:14.319197+0000 mgr.y (mgr.14556) 9779 : cluster [DBG] pgmap v8637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:14.319197+0000 mgr.y (mgr.14556) 9779 : cluster [DBG] pgmap v8637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:14.319197+0000 mgr.y (mgr.14556) 9779 : cluster [DBG] pgmap v8637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:16.320063+0000 mgr.y (mgr.14556) 9780 : cluster [DBG] pgmap v8638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:16.320063+0000 mgr.y (mgr.14556) 9780 : cluster [DBG] pgmap v8638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:16.320063+0000 mgr.y (mgr.14556) 9780 : cluster [DBG] pgmap v8638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:18.320466+0000 mgr.y (mgr.14556) 9781 : cluster [DBG] pgmap v8639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:18.320466+0000 mgr.y (mgr.14556) 9781 : cluster [DBG] pgmap v8639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:18.320466+0000 mgr.y (mgr.14556) 9781 : cluster [DBG] pgmap v8639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:20.321005+0000 mgr.y (mgr.14556) 9782 : cluster [DBG] pgmap v8640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:20.321005+0000 mgr.y (mgr.14556) 9782 : cluster [DBG] pgmap v8640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:20.321005+0000 mgr.y (mgr.14556) 9782 : cluster [DBG] pgmap v8640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:33:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:22.321592+0000 mgr.y (mgr.14556) 9783 : cluster [DBG] pgmap v8641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:22.321592+0000 mgr.y (mgr.14556) 9783 : cluster [DBG] pgmap v8641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:22.321592+0000 mgr.y (mgr.14556) 9783 : cluster [DBG] pgmap v8641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:33:23] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:33:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:24.322115+0000 mgr.y (mgr.14556) 9784 : cluster [DBG] pgmap v8642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:24.322115+0000 mgr.y (mgr.14556) 9784 : cluster [DBG] pgmap v8642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:24.322115+0000 mgr.y (mgr.14556) 9784 : cluster [DBG] pgmap v8642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:26.322771+0000 mgr.y (mgr.14556) 9785 : cluster [DBG] pgmap v8643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:26.322771+0000 mgr.y (mgr.14556) 9785 : cluster [DBG] pgmap v8643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:26.322771+0000 mgr.y (mgr.14556) 9785 : cluster [DBG] pgmap v8643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:28.323221+0000 mgr.y (mgr.14556) 9786 : cluster [DBG] pgmap v8644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:28.323221+0000 mgr.y (mgr.14556) 9786 : cluster [DBG] pgmap v8644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:28.323221+0000 mgr.y (mgr.14556) 9786 : cluster [DBG] pgmap v8644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:31.160 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:33:31.446 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:33:31.446 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 79s ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:33:31.446 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 78s ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:33:31.446 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 79s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:33:31.446 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 78s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:33:31.446 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 78s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 79s ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 79s ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 78s ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 79s ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 79s ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 78s ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 79s ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 79s ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 79s ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 79s ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 78s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 78s ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 78s ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:33:31.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 78s ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:33:31.448 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 78s ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:33:31.797 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:33:31.797 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:33:31.797 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:33:31.797 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:33:31.798 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:33:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:30.323801+0000 mgr.y (mgr.14556) 9787 : cluster [DBG] pgmap v8645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:30.323801+0000 mgr.y (mgr.14556) 9787 : cluster [DBG] pgmap v8645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:30.323801+0000 mgr.y (mgr.14556) 9787 : cluster [DBG] pgmap v8645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:33:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:33:31.148637+0000 mgr.y (mgr.14556) 9788 : audit [DBG] from='client.24873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:33:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:33:31.438712+0000 mgr.y (mgr.14556) 9789 : audit [DBG] from='client.34793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:33:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:33:31.797678+0000 mon.a (mon.0) 2436 : audit [DBG] from='client.? 172.21.15.23:0/2257812120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:33:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:33:31.148637+0000 mgr.y (mgr.14556) 9788 : audit [DBG] from='client.24873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:33:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:33:31.438712+0000 mgr.y (mgr.14556) 9789 : audit [DBG] from='client.34793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:33:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:33:31.797678+0000 mon.a (mon.0) 2436 : audit [DBG] from='client.? 172.21.15.23:0/2257812120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:33:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:33:31.148637+0000 mgr.y (mgr.14556) 9788 : audit [DBG] from='client.24873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:33:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:33:31.438712+0000 mgr.y (mgr.14556) 9789 : audit [DBG] from='client.34793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:33:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:33:31.797678+0000 mon.a (mon.0) 2436 : audit [DBG] from='client.? 172.21.15.23:0/2257812120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:33:33.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:33:33] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:33:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:32.324201+0000 mgr.y (mgr.14556) 9790 : cluster [DBG] pgmap v8646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:32.324201+0000 mgr.y (mgr.14556) 9790 : cluster [DBG] pgmap v8646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:32.324201+0000 mgr.y (mgr.14556) 9790 : cluster [DBG] pgmap v8646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:34.324578+0000 mgr.y (mgr.14556) 9791 : cluster [DBG] pgmap v8647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:34.324578+0000 mgr.y (mgr.14556) 9791 : cluster [DBG] pgmap v8647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:34.324578+0000 mgr.y (mgr.14556) 9791 : cluster [DBG] pgmap v8647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:36.325195+0000 mgr.y (mgr.14556) 9792 : cluster [DBG] pgmap v8648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:36.325195+0000 mgr.y (mgr.14556) 9792 : cluster [DBG] pgmap v8648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:36.325195+0000 mgr.y (mgr.14556) 9792 : cluster [DBG] pgmap v8648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:38.325697+0000 mgr.y (mgr.14556) 9793 : cluster [DBG] pgmap v8649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:38.325697+0000 mgr.y (mgr.14556) 9793 : cluster [DBG] pgmap v8649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:38.325697+0000 mgr.y (mgr.14556) 9793 : cluster [DBG] pgmap v8649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:40.326473+0000 mgr.y (mgr.14556) 9794 : cluster [DBG] pgmap v8650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:40.326473+0000 mgr.y (mgr.14556) 9794 : cluster [DBG] pgmap v8650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:40.326473+0000 mgr.y (mgr.14556) 9794 : cluster [DBG] pgmap v8650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:33:43.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:42.326963+0000 mgr.y (mgr.14556) 9795 : cluster [DBG] pgmap v8651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:43.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:42.326963+0000 mgr.y (mgr.14556) 9795 : cluster [DBG] pgmap v8651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:42.326963+0000 mgr.y (mgr.14556) 9795 : cluster [DBG] pgmap v8651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:33:43] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:33:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:44.327435+0000 mgr.y (mgr.14556) 9796 : cluster [DBG] pgmap v8652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:44.327435+0000 mgr.y (mgr.14556) 9796 : cluster [DBG] pgmap v8652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:44.327435+0000 mgr.y (mgr.14556) 9796 : cluster [DBG] pgmap v8652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:46.328277+0000 mgr.y (mgr.14556) 9797 : cluster [DBG] pgmap v8653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:46.328277+0000 mgr.y (mgr.14556) 9797 : cluster [DBG] pgmap v8653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:46.328277+0000 mgr.y (mgr.14556) 9797 : cluster [DBG] pgmap v8653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:48.328791+0000 mgr.y (mgr.14556) 9798 : cluster [DBG] pgmap v8654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:48.328791+0000 mgr.y (mgr.14556) 9798 : cluster [DBG] pgmap v8654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:48.328791+0000 mgr.y (mgr.14556) 9798 : cluster [DBG] pgmap v8654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:50.329466+0000 mgr.y (mgr.14556) 9799 : cluster [DBG] pgmap v8655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:50.329466+0000 mgr.y (mgr.14556) 9799 : cluster [DBG] pgmap v8655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:50.329466+0000 mgr.y (mgr.14556) 9799 : cluster [DBG] pgmap v8655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:33:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:52.330052+0000 mgr.y (mgr.14556) 9800 : cluster [DBG] pgmap v8656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:52.330052+0000 mgr.y (mgr.14556) 9800 : cluster [DBG] pgmap v8656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:52.330052+0000 mgr.y (mgr.14556) 9800 : cluster [DBG] pgmap v8656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:33:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:33:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:54.330653+0000 mgr.y (mgr.14556) 9801 : cluster [DBG] pgmap v8657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:54.330653+0000 mgr.y (mgr.14556) 9801 : cluster [DBG] pgmap v8657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:54.330653+0000 mgr.y (mgr.14556) 9801 : cluster [DBG] pgmap v8657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:56.331464+0000 mgr.y (mgr.14556) 9802 : cluster [DBG] pgmap v8658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:56.331464+0000 mgr.y (mgr.14556) 9802 : cluster [DBG] pgmap v8658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:56.331464+0000 mgr.y (mgr.14556) 9802 : cluster [DBG] pgmap v8658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:33:58.331887+0000 mgr.y (mgr.14556) 9803 : cluster [DBG] pgmap v8659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:33:58.331887+0000 mgr.y (mgr.14556) 9803 : cluster [DBG] pgmap v8659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:33:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:33:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:33:58.331887+0000 mgr.y (mgr.14556) 9803 : cluster [DBG] pgmap v8659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:00.332597+0000 mgr.y (mgr.14556) 9804 : cluster [DBG] pgmap v8660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:00.332597+0000 mgr.y (mgr.14556) 9804 : cluster [DBG] pgmap v8660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:00.332597+0000 mgr.y (mgr.14556) 9804 : cluster [DBG] pgmap v8660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:34:02.123 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:34:02.409 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:34:02.409 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 110s ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:34:02.409 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 109s ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:34:02.409 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 110s ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:34:02.409 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 109s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:34:02.409 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 109s ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 110s ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 110s ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 109s ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 110s ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 110s ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 109s ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 110s ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 110s ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 110s ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 110s ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 109s ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 109s ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 109s ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 109s ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:34:02.410 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 109s ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:34:02.757 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:34:02.757 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:34:02.757 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:34:02.757 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:34:02.757 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:34:02.758 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:34:02.758 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:34:02.758 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:34:02.758 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:34:02.758 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:34:02.758 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:34:02.758 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:34:02.758 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:34:02.758 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:34:02.758 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:34:02.758 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:34:02.758 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:34:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:34:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:34:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:34:02.111867+0000 mgr.y (mgr.14556) 9805 : audit [DBG] from='client.24891 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:34:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:02.332991+0000 mgr.y (mgr.14556) 9806 : cluster [DBG] pgmap v8661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:34:02.402042+0000 mgr.y (mgr.14556) 9807 : audit [DBG] from='client.24897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:34:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:34:02.757825+0000 mon.a (mon.0) 2437 : audit [DBG] from='client.? 172.21.15.23:0/1932892518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:34:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:34:02.111867+0000 mgr.y (mgr.14556) 9805 : audit [DBG] from='client.24891 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:34:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:02.332991+0000 mgr.y (mgr.14556) 9806 : cluster [DBG] pgmap v8661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:34:02.402042+0000 mgr.y (mgr.14556) 9807 : audit [DBG] from='client.24897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:34:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:34:02.757825+0000 mon.a (mon.0) 2437 : audit [DBG] from='client.? 172.21.15.23:0/1932892518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:34:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:34:02.111867+0000 mgr.y (mgr.14556) 9805 : audit [DBG] from='client.24891 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:34:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:02.332991+0000 mgr.y (mgr.14556) 9806 : cluster [DBG] pgmap v8661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:34:02.402042+0000 mgr.y (mgr.14556) 9807 : audit [DBG] from='client.24897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:34:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:34:02.757825+0000 mon.a (mon.0) 2437 : audit [DBG] from='client.? 172.21.15.23:0/1932892518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:34:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:04.333453+0000 mgr.y (mgr.14556) 9808 : cluster [DBG] pgmap v8662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:04.333453+0000 mgr.y (mgr.14556) 9808 : cluster [DBG] pgmap v8662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:04.333453+0000 mgr.y (mgr.14556) 9808 : cluster [DBG] pgmap v8662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:06.334129+0000 mgr.y (mgr.14556) 9809 : cluster [DBG] pgmap v8663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:06.334129+0000 mgr.y (mgr.14556) 9809 : cluster [DBG] pgmap v8663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:06.334129+0000 mgr.y (mgr.14556) 9809 : cluster [DBG] pgmap v8663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:08.334791+0000 mgr.y (mgr.14556) 9810 : cluster [DBG] pgmap v8664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:08.334791+0000 mgr.y (mgr.14556) 9810 : cluster [DBG] pgmap v8664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:08.334791+0000 mgr.y (mgr.14556) 9810 : cluster [DBG] pgmap v8664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:10.335635+0000 mgr.y (mgr.14556) 9811 : cluster [DBG] pgmap v8665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:10.335635+0000 mgr.y (mgr.14556) 9811 : cluster [DBG] pgmap v8665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:10.335635+0000 mgr.y (mgr.14556) 9811 : cluster [DBG] pgmap v8665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:34:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:12.336244+0000 mgr.y (mgr.14556) 9812 : cluster [DBG] pgmap v8666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:12.336244+0000 mgr.y (mgr.14556) 9812 : cluster [DBG] pgmap v8666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:12.336244+0000 mgr.y (mgr.14556) 9812 : cluster [DBG] pgmap v8666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:34:13] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:34:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:34:13.433229+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:34:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:34:13.738218+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:34:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:34:13.738872+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:34:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:34:13.747874+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:34:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:34:13.433229+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:34:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:34:13.738218+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:34:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:34:13.738872+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:34:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:34:13.747874+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:34:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:34:13.433229+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:34:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:34:13.738218+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:34:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:34:13.738872+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:34:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:34:13.747874+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:34:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:14.336597+0000 mgr.y (mgr.14556) 9813 : cluster [DBG] pgmap v8667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:14.336597+0000 mgr.y (mgr.14556) 9813 : cluster [DBG] pgmap v8667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:14.336597+0000 mgr.y (mgr.14556) 9813 : cluster [DBG] pgmap v8667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:16.337478+0000 mgr.y (mgr.14556) 9814 : cluster [DBG] pgmap v8668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:16.337478+0000 mgr.y (mgr.14556) 9814 : cluster [DBG] pgmap v8668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:16.337478+0000 mgr.y (mgr.14556) 9814 : cluster [DBG] pgmap v8668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:18.338029+0000 mgr.y (mgr.14556) 9815 : cluster [DBG] pgmap v8669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:18.338029+0000 mgr.y (mgr.14556) 9815 : cluster [DBG] pgmap v8669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:18.338029+0000 mgr.y (mgr.14556) 9815 : cluster [DBG] pgmap v8669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:20.338611+0000 mgr.y (mgr.14556) 9816 : cluster [DBG] pgmap v8670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:20.338611+0000 mgr.y (mgr.14556) 9816 : cluster [DBG] pgmap v8670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:20.338611+0000 mgr.y (mgr.14556) 9816 : cluster [DBG] pgmap v8670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:34:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:22.339076+0000 mgr.y (mgr.14556) 9817 : cluster [DBG] pgmap v8671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:22.339076+0000 mgr.y (mgr.14556) 9817 : cluster [DBG] pgmap v8671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:22.339076+0000 mgr.y (mgr.14556) 9817 : cluster [DBG] pgmap v8671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:34:23] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:34:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:24.339675+0000 mgr.y (mgr.14556) 9818 : cluster [DBG] pgmap v8672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:24.339675+0000 mgr.y (mgr.14556) 9818 : cluster [DBG] pgmap v8672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:24.339675+0000 mgr.y (mgr.14556) 9818 : cluster [DBG] pgmap v8672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:26.340314+0000 mgr.y (mgr.14556) 9819 : cluster [DBG] pgmap v8673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:26.340314+0000 mgr.y (mgr.14556) 9819 : cluster [DBG] pgmap v8673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:26.340314+0000 mgr.y (mgr.14556) 9819 : cluster [DBG] pgmap v8673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:28.340764+0000 mgr.y (mgr.14556) 9820 : cluster [DBG] pgmap v8674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:28.340764+0000 mgr.y (mgr.14556) 9820 : cluster [DBG] pgmap v8674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:28.340764+0000 mgr.y (mgr.14556) 9820 : cluster [DBG] pgmap v8674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:30.341367+0000 mgr.y (mgr.14556) 9821 : cluster [DBG] pgmap v8675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:30.341367+0000 mgr.y (mgr.14556) 9821 : cluster [DBG] pgmap v8675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:30.341367+0000 mgr.y (mgr.14556) 9821 : cluster [DBG] pgmap v8675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:34:33.081 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:34:33.370 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:34:33.370 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 2m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:34:33.370 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 2m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:34:33.370 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 2m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:34:33.370 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 2m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:34:33.370 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 2m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 2m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 2m ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 2m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 2m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 2m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 2m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 2m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 2m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 2m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 2m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 2m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 2m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 2m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:34:33.371 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 2m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:34:33.372 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 2m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:34:33.724 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:34:33.724 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:34:33.725 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:34:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:32.341790+0000 mgr.y (mgr.14556) 9822 : cluster [DBG] pgmap v8676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:32.341790+0000 mgr.y (mgr.14556) 9822 : cluster [DBG] pgmap v8676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:32.341790+0000 mgr.y (mgr.14556) 9822 : cluster [DBG] pgmap v8676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:34:33] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:34:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:34:33.070354+0000 mgr.y (mgr.14556) 9823 : audit [DBG] from='client.24909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:34:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:34:33.362690+0000 mgr.y (mgr.14556) 9824 : audit [DBG] from='client.24915 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:34:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:34:33.725194+0000 mon.a (mon.0) 2442 : audit [DBG] from='client.? 172.21.15.23:0/3380178735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:34:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:34:33.070354+0000 mgr.y (mgr.14556) 9823 : audit [DBG] from='client.24909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:34:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:34:33.362690+0000 mgr.y (mgr.14556) 9824 : audit [DBG] from='client.24915 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:34:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:34:33.725194+0000 mon.a (mon.0) 2442 : audit [DBG] from='client.? 172.21.15.23:0/3380178735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:34:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:34:33.070354+0000 mgr.y (mgr.14556) 9823 : audit [DBG] from='client.24909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:34:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:34:33.362690+0000 mgr.y (mgr.14556) 9824 : audit [DBG] from='client.24915 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:34:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:34:33.725194+0000 mon.a (mon.0) 2442 : audit [DBG] from='client.? 172.21.15.23:0/3380178735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:34:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:34.342315+0000 mgr.y (mgr.14556) 9825 : cluster [DBG] pgmap v8677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:34.342315+0000 mgr.y (mgr.14556) 9825 : cluster [DBG] pgmap v8677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:34.342315+0000 mgr.y (mgr.14556) 9825 : cluster [DBG] pgmap v8677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:36.343079+0000 mgr.y (mgr.14556) 9826 : cluster [DBG] pgmap v8678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:36.343079+0000 mgr.y (mgr.14556) 9826 : cluster [DBG] pgmap v8678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:36.343079+0000 mgr.y (mgr.14556) 9826 : cluster [DBG] pgmap v8678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:38.343520+0000 mgr.y (mgr.14556) 9827 : cluster [DBG] pgmap v8679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:38.343520+0000 mgr.y (mgr.14556) 9827 : cluster [DBG] pgmap v8679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:38.343520+0000 mgr.y (mgr.14556) 9827 : cluster [DBG] pgmap v8679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:40.344294+0000 mgr.y (mgr.14556) 9828 : cluster [DBG] pgmap v8680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:34:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:40.344294+0000 mgr.y (mgr.14556) 9828 : cluster [DBG] pgmap v8680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:40.344294+0000 mgr.y (mgr.14556) 9828 : cluster [DBG] pgmap v8680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:42.344809+0000 mgr.y (mgr.14556) 9829 : cluster [DBG] pgmap v8681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:42.344809+0000 mgr.y (mgr.14556) 9829 : cluster [DBG] pgmap v8681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:42.344809+0000 mgr.y (mgr.14556) 9829 : cluster [DBG] pgmap v8681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:34:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:34:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:44.345218+0000 mgr.y (mgr.14556) 9830 : cluster [DBG] pgmap v8682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:44.345218+0000 mgr.y (mgr.14556) 9830 : cluster [DBG] pgmap v8682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:44.345218+0000 mgr.y (mgr.14556) 9830 : cluster [DBG] pgmap v8682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:46.346063+0000 mgr.y (mgr.14556) 9831 : cluster [DBG] pgmap v8683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:46.346063+0000 mgr.y (mgr.14556) 9831 : cluster [DBG] pgmap v8683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:46.346063+0000 mgr.y (mgr.14556) 9831 : cluster [DBG] pgmap v8683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:48.346434+0000 mgr.y (mgr.14556) 9832 : cluster [DBG] pgmap v8684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:48.346434+0000 mgr.y (mgr.14556) 9832 : cluster [DBG] pgmap v8684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:48.346434+0000 mgr.y (mgr.14556) 9832 : cluster [DBG] pgmap v8684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:50.346967+0000 mgr.y (mgr.14556) 9833 : cluster [DBG] pgmap v8685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:50.346967+0000 mgr.y (mgr.14556) 9833 : cluster [DBG] pgmap v8685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:50.346967+0000 mgr.y (mgr.14556) 9833 : cluster [DBG] pgmap v8685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:34:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:52.347298+0000 mgr.y (mgr.14556) 9834 : cluster [DBG] pgmap v8686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:52.347298+0000 mgr.y (mgr.14556) 9834 : cluster [DBG] pgmap v8686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:52.347298+0000 mgr.y (mgr.14556) 9834 : cluster [DBG] pgmap v8686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:34:53] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-03-22T11:34:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:54.347752+0000 mgr.y (mgr.14556) 9835 : cluster [DBG] pgmap v8687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:54.347752+0000 mgr.y (mgr.14556) 9835 : cluster [DBG] pgmap v8687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:54.347752+0000 mgr.y (mgr.14556) 9835 : cluster [DBG] pgmap v8687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:56.348561+0000 mgr.y (mgr.14556) 9836 : cluster [DBG] pgmap v8688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:56.348561+0000 mgr.y (mgr.14556) 9836 : cluster [DBG] pgmap v8688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:56.348561+0000 mgr.y (mgr.14556) 9836 : cluster [DBG] pgmap v8688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:34:58.349025+0000 mgr.y (mgr.14556) 9837 : cluster [DBG] pgmap v8689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:34:58.349025+0000 mgr.y (mgr.14556) 9837 : cluster [DBG] pgmap v8689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:34:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:34:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:34:58.349025+0000 mgr.y (mgr.14556) 9837 : cluster [DBG] pgmap v8689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:00.349747+0000 mgr.y (mgr.14556) 9838 : cluster [DBG] pgmap v8690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:00.349747+0000 mgr.y (mgr.14556) 9838 : cluster [DBG] pgmap v8690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:00.349747+0000 mgr.y (mgr.14556) 9838 : cluster [DBG] pgmap v8690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:35:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:02.350142+0000 mgr.y (mgr.14556) 9839 : cluster [DBG] pgmap v8691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:35:03] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-03-22T11:35:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:02.350142+0000 mgr.y (mgr.14556) 9839 : cluster [DBG] pgmap v8691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:02.350142+0000 mgr.y (mgr.14556) 9839 : cluster [DBG] pgmap v8691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:04.050 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:35:04.337 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:35:04.337 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 2m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 2m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 2m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 2m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 2m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 2m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 2m ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 2m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 2m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 2m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 2m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 2m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 2m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 2m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 2m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:35:04.338 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 2m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:35:04.339 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 2m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:35:04.339 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 2m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:35:04.339 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 2m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:35:04.339 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 2m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:35:04.687 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:35:04.687 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:35:04.687 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:35:04.687 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:35:04.687 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:35:04.687 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:35:04.687 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:35:04.688 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:35:04.688 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:35:04.688 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:35:04.688 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:35:04.688 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:35:04.688 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:35:04.688 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:35:04.688 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:35:04.688 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:35:04.688 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:35:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:35:04.038932+0000 mgr.y (mgr.14556) 9840 : audit [DBG] from='client.34841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:35:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:35:04.330105+0000 mgr.y (mgr.14556) 9841 : audit [DBG] from='client.34847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:35:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:04.350481+0000 mgr.y (mgr.14556) 9842 : cluster [DBG] pgmap v8692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:35:04.687841+0000 mon.a (mon.0) 2443 : audit [DBG] from='client.? 172.21.15.23:0/2563548223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:35:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:35:04.038932+0000 mgr.y (mgr.14556) 9840 : audit [DBG] from='client.34841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:35:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:35:04.330105+0000 mgr.y (mgr.14556) 9841 : audit [DBG] from='client.34847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:35:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:04.350481+0000 mgr.y (mgr.14556) 9842 : cluster [DBG] pgmap v8692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:35:04.687841+0000 mon.a (mon.0) 2443 : audit [DBG] from='client.? 172.21.15.23:0/2563548223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:35:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:35:04.038932+0000 mgr.y (mgr.14556) 9840 : audit [DBG] from='client.34841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:35:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:35:04.330105+0000 mgr.y (mgr.14556) 9841 : audit [DBG] from='client.34847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:35:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:04.350481+0000 mgr.y (mgr.14556) 9842 : cluster [DBG] pgmap v8692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:35:04.687841+0000 mon.a (mon.0) 2443 : audit [DBG] from='client.? 172.21.15.23:0/2563548223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:35:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:06.351126+0000 mgr.y (mgr.14556) 9843 : cluster [DBG] pgmap v8693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:06.351126+0000 mgr.y (mgr.14556) 9843 : cluster [DBG] pgmap v8693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:06.351126+0000 mgr.y (mgr.14556) 9843 : cluster [DBG] pgmap v8693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:08.351705+0000 mgr.y (mgr.14556) 9844 : cluster [DBG] pgmap v8694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:08.351705+0000 mgr.y (mgr.14556) 9844 : cluster [DBG] pgmap v8694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:08.351705+0000 mgr.y (mgr.14556) 9844 : cluster [DBG] pgmap v8694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:10.352236+0000 mgr.y (mgr.14556) 9845 : cluster [DBG] pgmap v8695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:10.352236+0000 mgr.y (mgr.14556) 9845 : cluster [DBG] pgmap v8695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:10.352236+0000 mgr.y (mgr.14556) 9845 : cluster [DBG] pgmap v8695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:35:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:35:13] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:35:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:12.352772+0000 mgr.y (mgr.14556) 9846 : cluster [DBG] pgmap v8696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:12.352772+0000 mgr.y (mgr.14556) 9846 : cluster [DBG] pgmap v8696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:12.352772+0000 mgr.y (mgr.14556) 9846 : cluster [DBG] pgmap v8696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:35:13.752186+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:35:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:35:14.007482+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:35:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:35:14.014307+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:35:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:35:14.302033+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:35:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:35:14.302684+0000 mon.a (mon.0) 2448 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:35:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:35:14.307655+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:35:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:35:13.752186+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:35:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:35:14.007482+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:35:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:35:14.014307+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:35:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:35:14.302033+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:35:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:35:14.302684+0000 mon.a (mon.0) 2448 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:35:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:35:14.307655+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:35:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:35:13.752186+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:35:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:35:14.007482+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:35:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:35:14.014307+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:35:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:35:14.302033+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:35:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:35:14.302684+0000 mon.a (mon.0) 2448 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:35:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:35:14.307655+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:35:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:14.353096+0000 mgr.y (mgr.14556) 9847 : cluster [DBG] pgmap v8697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:14.353096+0000 mgr.y (mgr.14556) 9847 : cluster [DBG] pgmap v8697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:14.353096+0000 mgr.y (mgr.14556) 9847 : cluster [DBG] pgmap v8697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:16.353830+0000 mgr.y (mgr.14556) 9848 : cluster [DBG] pgmap v8698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:16.353830+0000 mgr.y (mgr.14556) 9848 : cluster [DBG] pgmap v8698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:16.353830+0000 mgr.y (mgr.14556) 9848 : cluster [DBG] pgmap v8698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:18.354265+0000 mgr.y (mgr.14556) 9849 : cluster [DBG] pgmap v8699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:18.354265+0000 mgr.y (mgr.14556) 9849 : cluster [DBG] pgmap v8699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:18.354265+0000 mgr.y (mgr.14556) 9849 : cluster [DBG] pgmap v8699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:20.354929+0000 mgr.y (mgr.14556) 9850 : cluster [DBG] pgmap v8700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:20.354929+0000 mgr.y (mgr.14556) 9850 : cluster [DBG] pgmap v8700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:20.354929+0000 mgr.y (mgr.14556) 9850 : cluster [DBG] pgmap v8700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:35:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:22.355503+0000 mgr.y (mgr.14556) 9851 : cluster [DBG] pgmap v8701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:22.355503+0000 mgr.y (mgr.14556) 9851 : cluster [DBG] pgmap v8701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:22.355503+0000 mgr.y (mgr.14556) 9851 : cluster [DBG] pgmap v8701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:35:23] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:35:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:24.355872+0000 mgr.y (mgr.14556) 9852 : cluster [DBG] pgmap v8702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:24.355872+0000 mgr.y (mgr.14556) 9852 : cluster [DBG] pgmap v8702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:24.355872+0000 mgr.y (mgr.14556) 9852 : cluster [DBG] pgmap v8702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:26.356559+0000 mgr.y (mgr.14556) 9853 : cluster [DBG] pgmap v8703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:26.356559+0000 mgr.y (mgr.14556) 9853 : cluster [DBG] pgmap v8703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:26.356559+0000 mgr.y (mgr.14556) 9853 : cluster [DBG] pgmap v8703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:28.356903+0000 mgr.y (mgr.14556) 9854 : cluster [DBG] pgmap v8704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:28.356903+0000 mgr.y (mgr.14556) 9854 : cluster [DBG] pgmap v8704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:28.356903+0000 mgr.y (mgr.14556) 9854 : cluster [DBG] pgmap v8704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:30.357778+0000 mgr.y (mgr.14556) 9855 : cluster [DBG] pgmap v8705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:30.357778+0000 mgr.y (mgr.14556) 9855 : cluster [DBG] pgmap v8705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:30.357778+0000 mgr.y (mgr.14556) 9855 : cluster [DBG] pgmap v8705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:35:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:32.358210+0000 mgr.y (mgr.14556) 9856 : cluster [DBG] pgmap v8706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:32.358210+0000 mgr.y (mgr.14556) 9856 : cluster [DBG] pgmap v8706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:32.358210+0000 mgr.y (mgr.14556) 9856 : cluster [DBG] pgmap v8706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:35:33] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:35:35.013 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:35:35.300 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 3m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 3m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 3m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 3m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 3m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 3m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 3m ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 3m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 3m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 3m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 3m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 3m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 3m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 3m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 3m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:35:35.301 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 3m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:35:35.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 3m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:35:35.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 3m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:35:35.302 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 3m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:35:35.302 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 3m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:35:35.654 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:35:35.654 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:35:35.654 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:35:35.655 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:35:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:34.358628+0000 mgr.y (mgr.14556) 9857 : cluster [DBG] pgmap v8707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:34.358628+0000 mgr.y (mgr.14556) 9857 : cluster [DBG] pgmap v8707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:34.358628+0000 mgr.y (mgr.14556) 9857 : cluster [DBG] pgmap v8707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:35:35.001915+0000 mgr.y (mgr.14556) 9858 : audit [DBG] from='client.34859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:35:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:35:35.293464+0000 mgr.y (mgr.14556) 9859 : audit [DBG] from='client.34865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:35:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:35:35.654938+0000 mon.c (mon.2) 261 : audit [DBG] from='client.? 172.21.15.23:0/2944252413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:35:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:35:35.001915+0000 mgr.y (mgr.14556) 9858 : audit [DBG] from='client.34859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:35:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:35:35.293464+0000 mgr.y (mgr.14556) 9859 : audit [DBG] from='client.34865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:35:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:35:35.654938+0000 mon.c (mon.2) 261 : audit [DBG] from='client.? 172.21.15.23:0/2944252413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:35:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:35:35.001915+0000 mgr.y (mgr.14556) 9858 : audit [DBG] from='client.34859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:35:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:35:35.293464+0000 mgr.y (mgr.14556) 9859 : audit [DBG] from='client.34865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:35:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:35:35.654938+0000 mon.c (mon.2) 261 : audit [DBG] from='client.? 172.21.15.23:0/2944252413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:35:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:36.359472+0000 mgr.y (mgr.14556) 9860 : cluster [DBG] pgmap v8708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:36.359472+0000 mgr.y (mgr.14556) 9860 : cluster [DBG] pgmap v8708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:36.359472+0000 mgr.y (mgr.14556) 9860 : cluster [DBG] pgmap v8708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:38.359857+0000 mgr.y (mgr.14556) 9861 : cluster [DBG] pgmap v8709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:38.359857+0000 mgr.y (mgr.14556) 9861 : cluster [DBG] pgmap v8709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:38.359857+0000 mgr.y (mgr.14556) 9861 : cluster [DBG] pgmap v8709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:40.360644+0000 mgr.y (mgr.14556) 9862 : cluster [DBG] pgmap v8710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:40.360644+0000 mgr.y (mgr.14556) 9862 : cluster [DBG] pgmap v8710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:40.360644+0000 mgr.y (mgr.14556) 9862 : cluster [DBG] pgmap v8710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:35:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:42.361006+0000 mgr.y (mgr.14556) 9863 : cluster [DBG] pgmap v8711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:43.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:35:43] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:35:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:42.361006+0000 mgr.y (mgr.14556) 9863 : cluster [DBG] pgmap v8711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:42.361006+0000 mgr.y (mgr.14556) 9863 : cluster [DBG] pgmap v8711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:44.361482+0000 mgr.y (mgr.14556) 9864 : cluster [DBG] pgmap v8712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:44.361482+0000 mgr.y (mgr.14556) 9864 : cluster [DBG] pgmap v8712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:44.361482+0000 mgr.y (mgr.14556) 9864 : cluster [DBG] pgmap v8712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:46.362236+0000 mgr.y (mgr.14556) 9865 : cluster [DBG] pgmap v8713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:46.362236+0000 mgr.y (mgr.14556) 9865 : cluster [DBG] pgmap v8713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:46.362236+0000 mgr.y (mgr.14556) 9865 : cluster [DBG] pgmap v8713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:48.362680+0000 mgr.y (mgr.14556) 9866 : cluster [DBG] pgmap v8714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:48.362680+0000 mgr.y (mgr.14556) 9866 : cluster [DBG] pgmap v8714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:48.362680+0000 mgr.y (mgr.14556) 9866 : cluster [DBG] pgmap v8714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:50.363479+0000 mgr.y (mgr.14556) 9867 : cluster [DBG] pgmap v8715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:50.363479+0000 mgr.y (mgr.14556) 9867 : cluster [DBG] pgmap v8715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:50.363479+0000 mgr.y (mgr.14556) 9867 : cluster [DBG] pgmap v8715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:35:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:52.363865+0000 mgr.y (mgr.14556) 9868 : cluster [DBG] pgmap v8716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:52.363865+0000 mgr.y (mgr.14556) 9868 : cluster [DBG] pgmap v8716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:52.363865+0000 mgr.y (mgr.14556) 9868 : cluster [DBG] pgmap v8716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:35:53] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T11:35:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:54.364252+0000 mgr.y (mgr.14556) 9869 : cluster [DBG] pgmap v8717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:54.364252+0000 mgr.y (mgr.14556) 9869 : cluster [DBG] pgmap v8717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:54.364252+0000 mgr.y (mgr.14556) 9869 : cluster [DBG] pgmap v8717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:56.365123+0000 mgr.y (mgr.14556) 9870 : cluster [DBG] pgmap v8718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:56.365123+0000 mgr.y (mgr.14556) 9870 : cluster [DBG] pgmap v8718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:56.365123+0000 mgr.y (mgr.14556) 9870 : cluster [DBG] pgmap v8718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:35:58.365714+0000 mgr.y (mgr.14556) 9871 : cluster [DBG] pgmap v8719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:35:58.365714+0000 mgr.y (mgr.14556) 9871 : cluster [DBG] pgmap v8719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:35:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:35:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:35:58.365714+0000 mgr.y (mgr.14556) 9871 : cluster [DBG] pgmap v8719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:00.366397+0000 mgr.y (mgr.14556) 9872 : cluster [DBG] pgmap v8720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:00.366397+0000 mgr.y (mgr.14556) 9872 : cluster [DBG] pgmap v8720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:00.366397+0000 mgr.y (mgr.14556) 9872 : cluster [DBG] pgmap v8720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:36:03.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:02.366846+0000 mgr.y (mgr.14556) 9873 : cluster [DBG] pgmap v8721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:02.366846+0000 mgr.y (mgr.14556) 9873 : cluster [DBG] pgmap v8721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:02.366846+0000 mgr.y (mgr.14556) 9873 : cluster [DBG] pgmap v8721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:36:03] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T11:36:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:04.367446+0000 mgr.y (mgr.14556) 9874 : cluster [DBG] pgmap v8722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:04.367446+0000 mgr.y (mgr.14556) 9874 : cluster [DBG] pgmap v8722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:04.367446+0000 mgr.y (mgr.14556) 9874 : cluster [DBG] pgmap v8722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:05.981 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:36:06.273 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 3m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 3m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 3m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 3m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 3m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 3m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 3m ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 3m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 3m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 3m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 3m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 3m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 3m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 3m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:36:06.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 3m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:36:06.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 3m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:36:06.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 3m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:36:06.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 3m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:36:06.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 3m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:36:06.275 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 3m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:36:06.631 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:36:06.632 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:36:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:36:05.970475+0000 mgr.y (mgr.14556) 9875 : audit [DBG] from='client.24963 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:36:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:36:06.266257+0000 mgr.y (mgr.14556) 9876 : audit [DBG] from='client.24969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:36:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:06.368027+0000 mgr.y (mgr.14556) 9877 : cluster [DBG] pgmap v8723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:36:06.632147+0000 mon.a (mon.0) 2450 : audit [DBG] from='client.? 172.21.15.23:0/3718064564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:36:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:36:05.970475+0000 mgr.y (mgr.14556) 9875 : audit [DBG] from='client.24963 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:36:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:36:06.266257+0000 mgr.y (mgr.14556) 9876 : audit [DBG] from='client.24969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:36:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:06.368027+0000 mgr.y (mgr.14556) 9877 : cluster [DBG] pgmap v8723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:36:06.632147+0000 mon.a (mon.0) 2450 : audit [DBG] from='client.? 172.21.15.23:0/3718064564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:36:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:36:05.970475+0000 mgr.y (mgr.14556) 9875 : audit [DBG] from='client.24963 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:36:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:36:06.266257+0000 mgr.y (mgr.14556) 9876 : audit [DBG] from='client.24969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:36:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:06.368027+0000 mgr.y (mgr.14556) 9877 : cluster [DBG] pgmap v8723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:36:06.632147+0000 mon.a (mon.0) 2450 : audit [DBG] from='client.? 172.21.15.23:0/3718064564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:36:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:08.368494+0000 mgr.y (mgr.14556) 9878 : cluster [DBG] pgmap v8724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:08.368494+0000 mgr.y (mgr.14556) 9878 : cluster [DBG] pgmap v8724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:08.368494+0000 mgr.y (mgr.14556) 9878 : cluster [DBG] pgmap v8724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:10.369098+0000 mgr.y (mgr.14556) 9879 : cluster [DBG] pgmap v8725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:10.369098+0000 mgr.y (mgr.14556) 9879 : cluster [DBG] pgmap v8725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:10.369098+0000 mgr.y (mgr.14556) 9879 : cluster [DBG] pgmap v8725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:36:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:36:13] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:36:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:12.369535+0000 mgr.y (mgr.14556) 9880 : cluster [DBG] pgmap v8726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:12.369535+0000 mgr.y (mgr.14556) 9880 : cluster [DBG] pgmap v8726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:12.369535+0000 mgr.y (mgr.14556) 9880 : cluster [DBG] pgmap v8726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:36:14.312074+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:36:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:36:14.312074+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:36:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:36:14.312074+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:36:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:14.369879+0000 mgr.y (mgr.14556) 9881 : cluster [DBG] pgmap v8727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:36:14.622487+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:36:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:36:14.623124+0000 mon.a (mon.0) 2453 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:36:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:36:14.627660+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:36:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:14.369879+0000 mgr.y (mgr.14556) 9881 : cluster [DBG] pgmap v8727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:36:14.622487+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:36:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:36:14.623124+0000 mon.a (mon.0) 2453 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:36:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:36:14.627660+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:36:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:14.369879+0000 mgr.y (mgr.14556) 9881 : cluster [DBG] pgmap v8727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:36:14.622487+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:36:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:36:14.623124+0000 mon.a (mon.0) 2453 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:36:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:36:14.627660+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:36:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:16.370727+0000 mgr.y (mgr.14556) 9882 : cluster [DBG] pgmap v8728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:16.370727+0000 mgr.y (mgr.14556) 9882 : cluster [DBG] pgmap v8728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:16.370727+0000 mgr.y (mgr.14556) 9882 : cluster [DBG] pgmap v8728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:18.371172+0000 mgr.y (mgr.14556) 9883 : cluster [DBG] pgmap v8729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:18.371172+0000 mgr.y (mgr.14556) 9883 : cluster [DBG] pgmap v8729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:18.371172+0000 mgr.y (mgr.14556) 9883 : cluster [DBG] pgmap v8729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:20.371742+0000 mgr.y (mgr.14556) 9884 : cluster [DBG] pgmap v8730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:20.371742+0000 mgr.y (mgr.14556) 9884 : cluster [DBG] pgmap v8730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:20.371742+0000 mgr.y (mgr.14556) 9884 : cluster [DBG] pgmap v8730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:36:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:22.372265+0000 mgr.y (mgr.14556) 9885 : cluster [DBG] pgmap v8731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:36:23] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:36:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:22.372265+0000 mgr.y (mgr.14556) 9885 : cluster [DBG] pgmap v8731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:22.372265+0000 mgr.y (mgr.14556) 9885 : cluster [DBG] pgmap v8731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:24.372792+0000 mgr.y (mgr.14556) 9886 : cluster [DBG] pgmap v8732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:24.372792+0000 mgr.y (mgr.14556) 9886 : cluster [DBG] pgmap v8732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:24.372792+0000 mgr.y (mgr.14556) 9886 : cluster [DBG] pgmap v8732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:26.373597+0000 mgr.y (mgr.14556) 9887 : cluster [DBG] pgmap v8733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:26.373597+0000 mgr.y (mgr.14556) 9887 : cluster [DBG] pgmap v8733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:26.373597+0000 mgr.y (mgr.14556) 9887 : cluster [DBG] pgmap v8733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:28.373985+0000 mgr.y (mgr.14556) 9888 : cluster [DBG] pgmap v8734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:28.373985+0000 mgr.y (mgr.14556) 9888 : cluster [DBG] pgmap v8734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:28.373985+0000 mgr.y (mgr.14556) 9888 : cluster [DBG] pgmap v8734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:30.374697+0000 mgr.y (mgr.14556) 9889 : cluster [DBG] pgmap v8735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:30.374697+0000 mgr.y (mgr.14556) 9889 : cluster [DBG] pgmap v8735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:36:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:30.374697+0000 mgr.y (mgr.14556) 9889 : cluster [DBG] pgmap v8735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:33.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:36:33] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:36:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:32.375220+0000 mgr.y (mgr.14556) 9890 : cluster [DBG] pgmap v8736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:32.375220+0000 mgr.y (mgr.14556) 9890 : cluster [DBG] pgmap v8736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:32.375220+0000 mgr.y (mgr.14556) 9890 : cluster [DBG] pgmap v8736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:34.375621+0000 mgr.y (mgr.14556) 9891 : cluster [DBG] pgmap v8737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:34.375621+0000 mgr.y (mgr.14556) 9891 : cluster [DBG] pgmap v8737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:34.375621+0000 mgr.y (mgr.14556) 9891 : cluster [DBG] pgmap v8737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:36.376506+0000 mgr.y (mgr.14556) 9892 : cluster [DBG] pgmap v8738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:36.956 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:36:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:36.376506+0000 mgr.y (mgr.14556) 9892 : cluster [DBG] pgmap v8738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:36.376506+0000 mgr.y (mgr.14556) 9892 : cluster [DBG] pgmap v8738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:37.244 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:36:37.244 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:36:37.244 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:36:37.244 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:36:37.244 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:36:37.244 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4m ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 4m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:36:37.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:36:37.246 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:36:37.594 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:36:37.594 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:36:37.594 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:36:37.594 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:36:37.594 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:36:37.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:36:37.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:36:37.595 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:36:37.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:36:37.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:36:37.595 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:36:37.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:36:37.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:36:37.595 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:36:37.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:36:37.595 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:36:37.595 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:36:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:36:36.945361+0000 mgr.y (mgr.14556) 9893 : audit [DBG] from='client.24981 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:36:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:36:37.237057+0000 mgr.y (mgr.14556) 9894 : audit [DBG] from='client.34901 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:36:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:36:37.594830+0000 mon.a (mon.0) 2455 : audit [DBG] from='client.? 172.21.15.23:0/2270617264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:36:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:36:36.945361+0000 mgr.y (mgr.14556) 9893 : audit [DBG] from='client.24981 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:36:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:36:37.237057+0000 mgr.y (mgr.14556) 9894 : audit [DBG] from='client.34901 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:36:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:36:37.594830+0000 mon.a (mon.0) 2455 : audit [DBG] from='client.? 172.21.15.23:0/2270617264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:36:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:36:36.945361+0000 mgr.y (mgr.14556) 9893 : audit [DBG] from='client.24981 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:36:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:36:37.237057+0000 mgr.y (mgr.14556) 9894 : audit [DBG] from='client.34901 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:36:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:36:37.594830+0000 mon.a (mon.0) 2455 : audit [DBG] from='client.? 172.21.15.23:0/2270617264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:36:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:38.376911+0000 mgr.y (mgr.14556) 9895 : cluster [DBG] pgmap v8739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:38.376911+0000 mgr.y (mgr.14556) 9895 : cluster [DBG] pgmap v8739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:38.376911+0000 mgr.y (mgr.14556) 9895 : cluster [DBG] pgmap v8739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:40.377762+0000 mgr.y (mgr.14556) 9896 : cluster [DBG] pgmap v8740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:40.377762+0000 mgr.y (mgr.14556) 9896 : cluster [DBG] pgmap v8740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:36:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:40.377762+0000 mgr.y (mgr.14556) 9896 : cluster [DBG] pgmap v8740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:42.378182+0000 mgr.y (mgr.14556) 9897 : cluster [DBG] pgmap v8741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:42.378182+0000 mgr.y (mgr.14556) 9897 : cluster [DBG] pgmap v8741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:42.378182+0000 mgr.y (mgr.14556) 9897 : cluster [DBG] pgmap v8741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:36:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:36:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:44.378583+0000 mgr.y (mgr.14556) 9898 : cluster [DBG] pgmap v8742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:44.378583+0000 mgr.y (mgr.14556) 9898 : cluster [DBG] pgmap v8742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:44.378583+0000 mgr.y (mgr.14556) 9898 : cluster [DBG] pgmap v8742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:46.379341+0000 mgr.y (mgr.14556) 9899 : cluster [DBG] pgmap v8743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:46.379341+0000 mgr.y (mgr.14556) 9899 : cluster [DBG] pgmap v8743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:46.379341+0000 mgr.y (mgr.14556) 9899 : cluster [DBG] pgmap v8743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:48.379726+0000 mgr.y (mgr.14556) 9900 : cluster [DBG] pgmap v8744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:48.379726+0000 mgr.y (mgr.14556) 9900 : cluster [DBG] pgmap v8744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:48.379726+0000 mgr.y (mgr.14556) 9900 : cluster [DBG] pgmap v8744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:50.380348+0000 mgr.y (mgr.14556) 9901 : cluster [DBG] pgmap v8745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:50.380348+0000 mgr.y (mgr.14556) 9901 : cluster [DBG] pgmap v8745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:50.380348+0000 mgr.y (mgr.14556) 9901 : cluster [DBG] pgmap v8745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:36:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:52.380936+0000 mgr.y (mgr.14556) 9902 : cluster [DBG] pgmap v8746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:52.380936+0000 mgr.y (mgr.14556) 9902 : cluster [DBG] pgmap v8746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:52.380936+0000 mgr.y (mgr.14556) 9902 : cluster [DBG] pgmap v8746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:36:53] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:36:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:54.381383+0000 mgr.y (mgr.14556) 9903 : cluster [DBG] pgmap v8747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:54.381383+0000 mgr.y (mgr.14556) 9903 : cluster [DBG] pgmap v8747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:54.381383+0000 mgr.y (mgr.14556) 9903 : cluster [DBG] pgmap v8747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:56.382085+0000 mgr.y (mgr.14556) 9904 : cluster [DBG] pgmap v8748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:56.382085+0000 mgr.y (mgr.14556) 9904 : cluster [DBG] pgmap v8748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:56.382085+0000 mgr.y (mgr.14556) 9904 : cluster [DBG] pgmap v8748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:36:58.382575+0000 mgr.y (mgr.14556) 9905 : cluster [DBG] pgmap v8749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:36:58.382575+0000 mgr.y (mgr.14556) 9905 : cluster [DBG] pgmap v8749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:36:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:36:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:36:58.382575+0000 mgr.y (mgr.14556) 9905 : cluster [DBG] pgmap v8749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:00.383386+0000 mgr.y (mgr.14556) 9906 : cluster [DBG] pgmap v8750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:00.383386+0000 mgr.y (mgr.14556) 9906 : cluster [DBG] pgmap v8750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:00.383386+0000 mgr.y (mgr.14556) 9906 : cluster [DBG] pgmap v8750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:37:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:02.383899+0000 mgr.y (mgr.14556) 9907 : cluster [DBG] pgmap v8751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:37:03] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:37:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:02.383899+0000 mgr.y (mgr.14556) 9907 : cluster [DBG] pgmap v8751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:02.383899+0000 mgr.y (mgr.14556) 9907 : cluster [DBG] pgmap v8751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:04.384238+0000 mgr.y (mgr.14556) 9908 : cluster [DBG] pgmap v8752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:04.384238+0000 mgr.y (mgr.14556) 9908 : cluster [DBG] pgmap v8752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:04.384238+0000 mgr.y (mgr.14556) 9908 : cluster [DBG] pgmap v8752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:06.384901+0000 mgr.y (mgr.14556) 9909 : cluster [DBG] pgmap v8753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:06.384901+0000 mgr.y (mgr.14556) 9909 : cluster [DBG] pgmap v8753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:06.384901+0000 mgr.y (mgr.14556) 9909 : cluster [DBG] pgmap v8753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:07.918 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:37:08.205 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 4m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 4m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 4m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 4m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 4m ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 4m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 4m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 4m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 4m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 4m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 4m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:37:08.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 4m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:37:08.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 4m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:37:08.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 4m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:37:08.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 4m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:37:08.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 4m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:37:08.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 4m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:37:08.207 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:37:08.557 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:37:08.557 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:37:08.557 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:37:08.557 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:37:08.557 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:37:08.557 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:37:08.557 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:37:08.557 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:37:08.557 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:37:08.557 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:37:08.557 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:37:08.558 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:37:08.558 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:37:08.558 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:37:08.558 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:37:08.558 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:37:08.558 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:37:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:37:07.907370+0000 mgr.y (mgr.14556) 9910 : audit [DBG] from='client.24999 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:37:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:37:08.198300+0000 mgr.y (mgr.14556) 9911 : audit [DBG] from='client.25005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:37:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:08.385275+0000 mgr.y (mgr.14556) 9912 : cluster [DBG] pgmap v8754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:37:08.557710+0000 mon.a (mon.0) 2456 : audit [DBG] from='client.? 172.21.15.23:0/2892370500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:37:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:37:07.907370+0000 mgr.y (mgr.14556) 9910 : audit [DBG] from='client.24999 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:37:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:37:08.198300+0000 mgr.y (mgr.14556) 9911 : audit [DBG] from='client.25005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:37:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:08.385275+0000 mgr.y (mgr.14556) 9912 : cluster [DBG] pgmap v8754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:37:08.557710+0000 mon.a (mon.0) 2456 : audit [DBG] from='client.? 172.21.15.23:0/2892370500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:37:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:37:07.907370+0000 mgr.y (mgr.14556) 9910 : audit [DBG] from='client.24999 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:37:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:37:08.198300+0000 mgr.y (mgr.14556) 9911 : audit [DBG] from='client.25005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:37:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:08.385275+0000 mgr.y (mgr.14556) 9912 : cluster [DBG] pgmap v8754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:37:08.557710+0000 mon.a (mon.0) 2456 : audit [DBG] from='client.? 172.21.15.23:0/2892370500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:37:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:10.385851+0000 mgr.y (mgr.14556) 9913 : cluster [DBG] pgmap v8755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:10.385851+0000 mgr.y (mgr.14556) 9913 : cluster [DBG] pgmap v8755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:10.385851+0000 mgr.y (mgr.14556) 9913 : cluster [DBG] pgmap v8755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:37:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:37:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:37:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:12.386388+0000 mgr.y (mgr.14556) 9914 : cluster [DBG] pgmap v8756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:12.386388+0000 mgr.y (mgr.14556) 9914 : cluster [DBG] pgmap v8756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:12.386388+0000 mgr.y (mgr.14556) 9914 : cluster [DBG] pgmap v8756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:14.386834+0000 mgr.y (mgr.14556) 9915 : cluster [DBG] pgmap v8757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:37:14.632357+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:37:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:37:14.938148+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:37:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:37:14.938864+0000 mon.a (mon.0) 2459 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:37:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:37:14.944501+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:37:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:14.386834+0000 mgr.y (mgr.14556) 9915 : cluster [DBG] pgmap v8757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:37:14.632357+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:37:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:37:14.938148+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:37:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:37:14.938864+0000 mon.a (mon.0) 2459 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:37:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:37:14.944501+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:37:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:14.386834+0000 mgr.y (mgr.14556) 9915 : cluster [DBG] pgmap v8757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:37:14.632357+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:37:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:37:14.938148+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:37:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:37:14.938864+0000 mon.a (mon.0) 2459 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:37:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:37:14.944501+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:37:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:16.387425+0000 mgr.y (mgr.14556) 9916 : cluster [DBG] pgmap v8758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:16.387425+0000 mgr.y (mgr.14556) 9916 : cluster [DBG] pgmap v8758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:16.387425+0000 mgr.y (mgr.14556) 9916 : cluster [DBG] pgmap v8758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:18.387883+0000 mgr.y (mgr.14556) 9917 : cluster [DBG] pgmap v8759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:18.387883+0000 mgr.y (mgr.14556) 9917 : cluster [DBG] pgmap v8759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:18.387883+0000 mgr.y (mgr.14556) 9917 : cluster [DBG] pgmap v8759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:20.388612+0000 mgr.y (mgr.14556) 9918 : cluster [DBG] pgmap v8760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:20.388612+0000 mgr.y (mgr.14556) 9918 : cluster [DBG] pgmap v8760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:20.388612+0000 mgr.y (mgr.14556) 9918 : cluster [DBG] pgmap v8760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:37:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:22.388954+0000 mgr.y (mgr.14556) 9919 : cluster [DBG] pgmap v8761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:37:23] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:37:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:22.388954+0000 mgr.y (mgr.14556) 9919 : cluster [DBG] pgmap v8761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:22.388954+0000 mgr.y (mgr.14556) 9919 : cluster [DBG] pgmap v8761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:24.389384+0000 mgr.y (mgr.14556) 9920 : cluster [DBG] pgmap v8762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:24.389384+0000 mgr.y (mgr.14556) 9920 : cluster [DBG] pgmap v8762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:24.389384+0000 mgr.y (mgr.14556) 9920 : cluster [DBG] pgmap v8762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:26.390005+0000 mgr.y (mgr.14556) 9921 : cluster [DBG] pgmap v8763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:26.390005+0000 mgr.y (mgr.14556) 9921 : cluster [DBG] pgmap v8763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:26.390005+0000 mgr.y (mgr.14556) 9921 : cluster [DBG] pgmap v8763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:28.390573+0000 mgr.y (mgr.14556) 9922 : cluster [DBG] pgmap v8764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:28.390573+0000 mgr.y (mgr.14556) 9922 : cluster [DBG] pgmap v8764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:28.390573+0000 mgr.y (mgr.14556) 9922 : cluster [DBG] pgmap v8764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:30.391081+0000 mgr.y (mgr.14556) 9923 : cluster [DBG] pgmap v8765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:30.391081+0000 mgr.y (mgr.14556) 9923 : cluster [DBG] pgmap v8765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:30.391081+0000 mgr.y (mgr.14556) 9923 : cluster [DBG] pgmap v8765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:37:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:32.391470+0000 mgr.y (mgr.14556) 9924 : cluster [DBG] pgmap v8766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:32.391470+0000 mgr.y (mgr.14556) 9924 : cluster [DBG] pgmap v8766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:32.391470+0000 mgr.y (mgr.14556) 9924 : cluster [DBG] pgmap v8766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:37:33] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:37:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:34.391861+0000 mgr.y (mgr.14556) 9925 : cluster [DBG] pgmap v8767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:34.391861+0000 mgr.y (mgr.14556) 9925 : cluster [DBG] pgmap v8767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:34.391861+0000 mgr.y (mgr.14556) 9925 : cluster [DBG] pgmap v8767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:36.392574+0000 mgr.y (mgr.14556) 9926 : cluster [DBG] pgmap v8768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:36.392574+0000 mgr.y (mgr.14556) 9926 : cluster [DBG] pgmap v8768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:36.392574+0000 mgr.y (mgr.14556) 9926 : cluster [DBG] pgmap v8768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:38.881 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 5m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 5m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 5m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 5m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5m ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 5m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 5m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:37:39.170 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:37:39.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:37:39.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:37:39.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 5m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:37:39.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 5m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:37:39.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 5m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:37:39.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 5m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:37:39.171 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 5m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:37:39.522 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:37:39.522 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:37:39.523 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:37:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:38.393108+0000 mgr.y (mgr.14556) 9927 : cluster [DBG] pgmap v8769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:38.393108+0000 mgr.y (mgr.14556) 9927 : cluster [DBG] pgmap v8769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:38.393108+0000 mgr.y (mgr.14556) 9927 : cluster [DBG] pgmap v8769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:37:38.870400+0000 mgr.y (mgr.14556) 9928 : audit [DBG] from='client.25017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:37:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:37:39.162519+0000 mgr.y (mgr.14556) 9929 : audit [DBG] from='client.25023 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:37:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:37:39.523350+0000 mon.c (mon.2) 262 : audit [DBG] from='client.? 172.21.15.23:0/3757028504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:37:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:37:38.870400+0000 mgr.y (mgr.14556) 9928 : audit [DBG] from='client.25017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:37:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:37:39.162519+0000 mgr.y (mgr.14556) 9929 : audit [DBG] from='client.25023 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:37:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:37:39.523350+0000 mon.c (mon.2) 262 : audit [DBG] from='client.? 172.21.15.23:0/3757028504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:37:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:37:38.870400+0000 mgr.y (mgr.14556) 9928 : audit [DBG] from='client.25017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:37:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:37:39.162519+0000 mgr.y (mgr.14556) 9929 : audit [DBG] from='client.25023 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:37:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:37:39.523350+0000 mon.c (mon.2) 262 : audit [DBG] from='client.? 172.21.15.23:0/3757028504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:37:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:40.394030+0000 mgr.y (mgr.14556) 9930 : cluster [DBG] pgmap v8770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:40.394030+0000 mgr.y (mgr.14556) 9930 : cluster [DBG] pgmap v8770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:40.394030+0000 mgr.y (mgr.14556) 9930 : cluster [DBG] pgmap v8770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:37:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:42.394632+0000 mgr.y (mgr.14556) 9931 : cluster [DBG] pgmap v8771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:42.394632+0000 mgr.y (mgr.14556) 9931 : cluster [DBG] pgmap v8771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:42.394632+0000 mgr.y (mgr.14556) 9931 : cluster [DBG] pgmap v8771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:37:43] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:37:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:44.395162+0000 mgr.y (mgr.14556) 9932 : cluster [DBG] pgmap v8772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:44.395162+0000 mgr.y (mgr.14556) 9932 : cluster [DBG] pgmap v8772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:44.395162+0000 mgr.y (mgr.14556) 9932 : cluster [DBG] pgmap v8772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:46.395866+0000 mgr.y (mgr.14556) 9933 : cluster [DBG] pgmap v8773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:46.395866+0000 mgr.y (mgr.14556) 9933 : cluster [DBG] pgmap v8773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:46.395866+0000 mgr.y (mgr.14556) 9933 : cluster [DBG] pgmap v8773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:48.396494+0000 mgr.y (mgr.14556) 9934 : cluster [DBG] pgmap v8774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:48.396494+0000 mgr.y (mgr.14556) 9934 : cluster [DBG] pgmap v8774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:48.396494+0000 mgr.y (mgr.14556) 9934 : cluster [DBG] pgmap v8774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:50.397272+0000 mgr.y (mgr.14556) 9935 : cluster [DBG] pgmap v8775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:50.397272+0000 mgr.y (mgr.14556) 9935 : cluster [DBG] pgmap v8775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:50.397272+0000 mgr.y (mgr.14556) 9935 : cluster [DBG] pgmap v8775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:37:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:52.397813+0000 mgr.y (mgr.14556) 9936 : cluster [DBG] pgmap v8776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:52.397813+0000 mgr.y (mgr.14556) 9936 : cluster [DBG] pgmap v8776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:37:53] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:37:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:52.397813+0000 mgr.y (mgr.14556) 9936 : cluster [DBG] pgmap v8776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:54.398260+0000 mgr.y (mgr.14556) 9937 : cluster [DBG] pgmap v8777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:54.398260+0000 mgr.y (mgr.14556) 9937 : cluster [DBG] pgmap v8777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:54.398260+0000 mgr.y (mgr.14556) 9937 : cluster [DBG] pgmap v8777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:56.399009+0000 mgr.y (mgr.14556) 9938 : cluster [DBG] pgmap v8778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:56.399009+0000 mgr.y (mgr.14556) 9938 : cluster [DBG] pgmap v8778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:56.399009+0000 mgr.y (mgr.14556) 9938 : cluster [DBG] pgmap v8778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:37:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:37:58.399591+0000 mgr.y (mgr.14556) 9939 : cluster [DBG] pgmap v8779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:37:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:37:58.399591+0000 mgr.y (mgr.14556) 9939 : cluster [DBG] pgmap v8779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:37:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:37:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:37:58.399591+0000 mgr.y (mgr.14556) 9939 : cluster [DBG] pgmap v8779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:00.400254+0000 mgr.y (mgr.14556) 9940 : cluster [DBG] pgmap v8780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:00.400254+0000 mgr.y (mgr.14556) 9940 : cluster [DBG] pgmap v8780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:00.400254+0000 mgr.y (mgr.14556) 9940 : cluster [DBG] pgmap v8780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:38:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:38:03] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:38:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:02.400909+0000 mgr.y (mgr.14556) 9941 : cluster [DBG] pgmap v8781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:02.400909+0000 mgr.y (mgr.14556) 9941 : cluster [DBG] pgmap v8781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:02.400909+0000 mgr.y (mgr.14556) 9941 : cluster [DBG] pgmap v8781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:04.401520+0000 mgr.y (mgr.14556) 9942 : cluster [DBG] pgmap v8782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:04.401520+0000 mgr.y (mgr.14556) 9942 : cluster [DBG] pgmap v8782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:04.401520+0000 mgr.y (mgr.14556) 9942 : cluster [DBG] pgmap v8782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:06.402211+0000 mgr.y (mgr.14556) 9943 : cluster [DBG] pgmap v8783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:06.402211+0000 mgr.y (mgr.14556) 9943 : cluster [DBG] pgmap v8783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:06.402211+0000 mgr.y (mgr.14556) 9943 : cluster [DBG] pgmap v8783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:09.851 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:38:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:08.402768+0000 mgr.y (mgr.14556) 9944 : cluster [DBG] pgmap v8784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:08.402768+0000 mgr.y (mgr.14556) 9944 : cluster [DBG] pgmap v8784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:08.402768+0000 mgr.y (mgr.14556) 9944 : cluster [DBG] pgmap v8784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 5m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 5m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 5m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 5m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 5m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 5m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 5m ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 5m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 5m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 5m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 5m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 5m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 5m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:38:10.139 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 5m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:38:10.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 5m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:38:10.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 5m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:38:10.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 5m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:38:10.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 5m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:38:10.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 5m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:38:10.140 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 5m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:38:10.487 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:38:10.488 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:38:10.489 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:38:10.489 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:38:10.489 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:38:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:38:10.488560+0000 mon.a (mon.0) 2461 : audit [DBG] from='client.? 172.21.15.23:0/3894007459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:38:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:38:10.488560+0000 mon.a (mon.0) 2461 : audit [DBG] from='client.? 172.21.15.23:0/3894007459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:38:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:38:10.488560+0000 mon.a (mon.0) 2461 : audit [DBG] from='client.? 172.21.15.23:0/3894007459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:38:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:38:09.840090+0000 mgr.y (mgr.14556) 9945 : audit [DBG] from='client.34949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:38:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:38:10.131686+0000 mgr.y (mgr.14556) 9946 : audit [DBG] from='client.34955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:38:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:10.403320+0000 mgr.y (mgr.14556) 9947 : cluster [DBG] pgmap v8785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:38:09.840090+0000 mgr.y (mgr.14556) 9945 : audit [DBG] from='client.34949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:38:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:38:10.131686+0000 mgr.y (mgr.14556) 9946 : audit [DBG] from='client.34955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:38:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:10.403320+0000 mgr.y (mgr.14556) 9947 : cluster [DBG] pgmap v8785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:38:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:38:09.840090+0000 mgr.y (mgr.14556) 9945 : audit [DBG] from='client.34949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:38:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:38:10.131686+0000 mgr.y (mgr.14556) 9946 : audit [DBG] from='client.34955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:38:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:10.403320+0000 mgr.y (mgr.14556) 9947 : cluster [DBG] pgmap v8785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:12.403741+0000 mgr.y (mgr.14556) 9948 : cluster [DBG] pgmap v8786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:38:13] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:38:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:12.403741+0000 mgr.y (mgr.14556) 9948 : cluster [DBG] pgmap v8786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:12.403741+0000 mgr.y (mgr.14556) 9948 : cluster [DBG] pgmap v8786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:14.404272+0000 mgr.y (mgr.14556) 9949 : cluster [DBG] pgmap v8787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:14.404272+0000 mgr.y (mgr.14556) 9949 : cluster [DBG] pgmap v8787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:14.404272+0000 mgr.y (mgr.14556) 9949 : cluster [DBG] pgmap v8787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:38:14.948903+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:38:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:38:15.254437+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:38:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:38:15.255112+0000 mon.a (mon.0) 2464 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:38:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:38:15.263737+0000 mon.a (mon.0) 2465 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:38:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:38:14.948903+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:38:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:38:15.254437+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:38:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:38:15.255112+0000 mon.a (mon.0) 2464 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:38:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:38:15.263737+0000 mon.a (mon.0) 2465 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:38:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:38:14.948903+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:38:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:38:15.254437+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:38:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:38:15.255112+0000 mon.a (mon.0) 2464 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:38:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:38:15.263737+0000 mon.a (mon.0) 2465 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:38:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:16.404886+0000 mgr.y (mgr.14556) 9950 : cluster [DBG] pgmap v8788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:16.404886+0000 mgr.y (mgr.14556) 9950 : cluster [DBG] pgmap v8788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:16.404886+0000 mgr.y (mgr.14556) 9950 : cluster [DBG] pgmap v8788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:18.405390+0000 mgr.y (mgr.14556) 9951 : cluster [DBG] pgmap v8789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:18.405390+0000 mgr.y (mgr.14556) 9951 : cluster [DBG] pgmap v8789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:18.405390+0000 mgr.y (mgr.14556) 9951 : cluster [DBG] pgmap v8789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:20.405919+0000 mgr.y (mgr.14556) 9952 : cluster [DBG] pgmap v8790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:20.405919+0000 mgr.y (mgr.14556) 9952 : cluster [DBG] pgmap v8790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:20.405919+0000 mgr.y (mgr.14556) 9952 : cluster [DBG] pgmap v8790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:38:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:22.406358+0000 mgr.y (mgr.14556) 9953 : cluster [DBG] pgmap v8791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:22.406358+0000 mgr.y (mgr.14556) 9953 : cluster [DBG] pgmap v8791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:22.406358+0000 mgr.y (mgr.14556) 9953 : cluster [DBG] pgmap v8791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:38:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:38:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:24.406821+0000 mgr.y (mgr.14556) 9954 : cluster [DBG] pgmap v8792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:24.406821+0000 mgr.y (mgr.14556) 9954 : cluster [DBG] pgmap v8792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:24.406821+0000 mgr.y (mgr.14556) 9954 : cluster [DBG] pgmap v8792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:26.407685+0000 mgr.y (mgr.14556) 9955 : cluster [DBG] pgmap v8793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:26.407685+0000 mgr.y (mgr.14556) 9955 : cluster [DBG] pgmap v8793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:26.407685+0000 mgr.y (mgr.14556) 9955 : cluster [DBG] pgmap v8793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:28.408067+0000 mgr.y (mgr.14556) 9956 : cluster [DBG] pgmap v8794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:28.408067+0000 mgr.y (mgr.14556) 9956 : cluster [DBG] pgmap v8794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:28.408067+0000 mgr.y (mgr.14556) 9956 : cluster [DBG] pgmap v8794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:30.408773+0000 mgr.y (mgr.14556) 9957 : cluster [DBG] pgmap v8795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:30.408773+0000 mgr.y (mgr.14556) 9957 : cluster [DBG] pgmap v8795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:30.408773+0000 mgr.y (mgr.14556) 9957 : cluster [DBG] pgmap v8795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:38:33.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:38:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:38:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:32.409171+0000 mgr.y (mgr.14556) 9958 : cluster [DBG] pgmap v8796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:32.409171+0000 mgr.y (mgr.14556) 9958 : cluster [DBG] pgmap v8796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:32.409171+0000 mgr.y (mgr.14556) 9958 : cluster [DBG] pgmap v8796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:34.409645+0000 mgr.y (mgr.14556) 9959 : cluster [DBG] pgmap v8797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:34.409645+0000 mgr.y (mgr.14556) 9959 : cluster [DBG] pgmap v8797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:34.409645+0000 mgr.y (mgr.14556) 9959 : cluster [DBG] pgmap v8797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:36.410355+0000 mgr.y (mgr.14556) 9960 : cluster [DBG] pgmap v8798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:36.410355+0000 mgr.y (mgr.14556) 9960 : cluster [DBG] pgmap v8798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:36.410355+0000 mgr.y (mgr.14556) 9960 : cluster [DBG] pgmap v8798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:38.410750+0000 mgr.y (mgr.14556) 9961 : cluster [DBG] pgmap v8799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:38.410750+0000 mgr.y (mgr.14556) 9961 : cluster [DBG] pgmap v8799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:38.410750+0000 mgr.y (mgr.14556) 9961 : cluster [DBG] pgmap v8799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:40.813 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:38:41.100 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:38:41.100 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 6m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:38:41.100 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 6m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:38:41.100 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 6m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:38:41.100 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 6m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:38:41.100 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 6m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:38:41.100 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 6m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:38:41.100 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 6m ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:38:41.100 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 6m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:38:41.100 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 6m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:38:41.100 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 6m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:38:41.101 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 6m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:38:41.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 6m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:38:41.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 6m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:38:41.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 6m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:38:41.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 6m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:38:41.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 6m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:38:41.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 6m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:38:41.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 6m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:38:41.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 6m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:38:41.101 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 6m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:38:41.448 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:38:41.449 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:38:41.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:38:41.450 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:38:41.450 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:38:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:40.411382+0000 mgr.y (mgr.14556) 9962 : cluster [DBG] pgmap v8800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:38:41.449381+0000 mon.a (mon.0) 2466 : audit [DBG] from='client.? 172.21.15.23:0/1274486124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:38:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:40.411382+0000 mgr.y (mgr.14556) 9962 : cluster [DBG] pgmap v8800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:38:41.449381+0000 mon.a (mon.0) 2466 : audit [DBG] from='client.? 172.21.15.23:0/1274486124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:38:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:38:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:40.411382+0000 mgr.y (mgr.14556) 9962 : cluster [DBG] pgmap v8800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:38:41.449381+0000 mon.a (mon.0) 2466 : audit [DBG] from='client.? 172.21.15.23:0/1274486124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:38:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:38:40.802513+0000 mgr.y (mgr.14556) 9963 : audit [DBG] from='client.25053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:38:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:38:41.092642+0000 mgr.y (mgr.14556) 9964 : audit [DBG] from='client.34973 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:38:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:38:40.802513+0000 mgr.y (mgr.14556) 9963 : audit [DBG] from='client.25053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:38:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:38:41.092642+0000 mgr.y (mgr.14556) 9964 : audit [DBG] from='client.34973 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:38:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:38:40.802513+0000 mgr.y (mgr.14556) 9963 : audit [DBG] from='client.25053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:38:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:38:41.092642+0000 mgr.y (mgr.14556) 9964 : audit [DBG] from='client.34973 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:38:43.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:42.411961+0000 mgr.y (mgr.14556) 9965 : cluster [DBG] pgmap v8801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:43.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:38:43] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:38:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:42.411961+0000 mgr.y (mgr.14556) 9965 : cluster [DBG] pgmap v8801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:42.411961+0000 mgr.y (mgr.14556) 9965 : cluster [DBG] pgmap v8801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:44.412489+0000 mgr.y (mgr.14556) 9966 : cluster [DBG] pgmap v8802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:44.412489+0000 mgr.y (mgr.14556) 9966 : cluster [DBG] pgmap v8802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:44.412489+0000 mgr.y (mgr.14556) 9966 : cluster [DBG] pgmap v8802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:46.413164+0000 mgr.y (mgr.14556) 9967 : cluster [DBG] pgmap v8803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:46.413164+0000 mgr.y (mgr.14556) 9967 : cluster [DBG] pgmap v8803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:46.413164+0000 mgr.y (mgr.14556) 9967 : cluster [DBG] pgmap v8803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:48.413625+0000 mgr.y (mgr.14556) 9968 : cluster [DBG] pgmap v8804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:48.413625+0000 mgr.y (mgr.14556) 9968 : cluster [DBG] pgmap v8804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:48.413625+0000 mgr.y (mgr.14556) 9968 : cluster [DBG] pgmap v8804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:50.414295+0000 mgr.y (mgr.14556) 9969 : cluster [DBG] pgmap v8805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:50.414295+0000 mgr.y (mgr.14556) 9969 : cluster [DBG] pgmap v8805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:50.414295+0000 mgr.y (mgr.14556) 9969 : cluster [DBG] pgmap v8805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:38:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:52.414876+0000 mgr.y (mgr.14556) 9970 : cluster [DBG] pgmap v8806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:52.414876+0000 mgr.y (mgr.14556) 9970 : cluster [DBG] pgmap v8806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:38:53] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:38:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:52.414876+0000 mgr.y (mgr.14556) 9970 : cluster [DBG] pgmap v8806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:54.415382+0000 mgr.y (mgr.14556) 9971 : cluster [DBG] pgmap v8807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:54.415382+0000 mgr.y (mgr.14556) 9971 : cluster [DBG] pgmap v8807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:54.415382+0000 mgr.y (mgr.14556) 9971 : cluster [DBG] pgmap v8807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:56.416040+0000 mgr.y (mgr.14556) 9972 : cluster [DBG] pgmap v8808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:56.416040+0000 mgr.y (mgr.14556) 9972 : cluster [DBG] pgmap v8808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:56.416040+0000 mgr.y (mgr.14556) 9972 : cluster [DBG] pgmap v8808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:38:58.416455+0000 mgr.y (mgr.14556) 9973 : cluster [DBG] pgmap v8809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:38:58.416455+0000 mgr.y (mgr.14556) 9973 : cluster [DBG] pgmap v8809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:38:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:38:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:38:58.416455+0000 mgr.y (mgr.14556) 9973 : cluster [DBG] pgmap v8809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:00.417273+0000 mgr.y (mgr.14556) 9974 : cluster [DBG] pgmap v8810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:39:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:00.417273+0000 mgr.y (mgr.14556) 9974 : cluster [DBG] pgmap v8810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:00.417273+0000 mgr.y (mgr.14556) 9974 : cluster [DBG] pgmap v8810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:02.417657+0000 mgr.y (mgr.14556) 9975 : cluster [DBG] pgmap v8811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:02.417657+0000 mgr.y (mgr.14556) 9975 : cluster [DBG] pgmap v8811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:02.417657+0000 mgr.y (mgr.14556) 9975 : cluster [DBG] pgmap v8811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:39:03] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:39:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:04.418090+0000 mgr.y (mgr.14556) 9976 : cluster [DBG] pgmap v8812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:04.418090+0000 mgr.y (mgr.14556) 9976 : cluster [DBG] pgmap v8812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:04.418090+0000 mgr.y (mgr.14556) 9976 : cluster [DBG] pgmap v8812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:06.418949+0000 mgr.y (mgr.14556) 9977 : cluster [DBG] pgmap v8813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:06.418949+0000 mgr.y (mgr.14556) 9977 : cluster [DBG] pgmap v8813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:06.418949+0000 mgr.y (mgr.14556) 9977 : cluster [DBG] pgmap v8813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:08.419469+0000 mgr.y (mgr.14556) 9978 : cluster [DBG] pgmap v8814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:08.419469+0000 mgr.y (mgr.14556) 9978 : cluster [DBG] pgmap v8814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:08.419469+0000 mgr.y (mgr.14556) 9978 : cluster [DBG] pgmap v8814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:11.774 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:39:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:10.420166+0000 mgr.y (mgr.14556) 9979 : cluster [DBG] pgmap v8815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:10.420166+0000 mgr.y (mgr.14556) 9979 : cluster [DBG] pgmap v8815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:10.420166+0000 mgr.y (mgr.14556) 9979 : cluster [DBG] pgmap v8815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:39:12.063 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:39:12.063 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 6m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:39:12.063 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 6m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:39:12.063 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 6m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:39:12.063 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 6m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:39:12.063 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 6m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:39:12.063 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 6m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:39:12.063 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 6m ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:39:12.063 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 6m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:39:12.064 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 6m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:39:12.064 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 6m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:39:12.064 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 6m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:39:12.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 6m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:39:12.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 6m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:39:12.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 6m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:39:12.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 6m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:39:12.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 6m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:39:12.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 6m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:39:12.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 6m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:39:12.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 6m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:39:12.064 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 6m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:39:12.412 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:39:12.412 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:39:12.412 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:39:12.412 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:39:12.412 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:39:12.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:39:12.413 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:39:12.413 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:39:12.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:39:12.413 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:39:12.413 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:39:12.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:39:12.413 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:39:12.413 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:39:12.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:39:12.413 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:39:12.413 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:39:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:39:12.413190+0000 mon.a (mon.0) 2467 : audit [DBG] from='client.? 172.21.15.23:0/291721652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:39:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:39:12.413190+0000 mon.a (mon.0) 2467 : audit [DBG] from='client.? 172.21.15.23:0/291721652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:39:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:39:12.413190+0000 mon.a (mon.0) 2467 : audit [DBG] from='client.? 172.21.15.23:0/291721652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:39:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:39:13] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:39:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:39:11.763264+0000 mgr.y (mgr.14556) 9980 : audit [DBG] from='client.25071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:39:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:39:12.056054+0000 mgr.y (mgr.14556) 9981 : audit [DBG] from='client.25077 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:39:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:12.420471+0000 mgr.y (mgr.14556) 9982 : cluster [DBG] pgmap v8816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:39:11.763264+0000 mgr.y (mgr.14556) 9980 : audit [DBG] from='client.25071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:39:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:39:12.056054+0000 mgr.y (mgr.14556) 9981 : audit [DBG] from='client.25077 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:39:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:12.420471+0000 mgr.y (mgr.14556) 9982 : cluster [DBG] pgmap v8816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:39:11.763264+0000 mgr.y (mgr.14556) 9980 : audit [DBG] from='client.25071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:39:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:39:12.056054+0000 mgr.y (mgr.14556) 9981 : audit [DBG] from='client.25077 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:39:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:12.420471+0000 mgr.y (mgr.14556) 9982 : cluster [DBG] pgmap v8816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:14.420895+0000 mgr.y (mgr.14556) 9983 : cluster [DBG] pgmap v8817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:39:15.268946+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:39:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:14.420895+0000 mgr.y (mgr.14556) 9983 : cluster [DBG] pgmap v8817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:39:15.268946+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:39:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:14.420895+0000 mgr.y (mgr.14556) 9983 : cluster [DBG] pgmap v8817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:39:15.268946+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:39:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:39:15.575366+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:39:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:39:15.576022+0000 mon.a (mon.0) 2470 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:39:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:39:15.582026+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:39:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:39:15.575366+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:39:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:39:15.576022+0000 mon.a (mon.0) 2470 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:39:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:39:15.582026+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:39:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:39:15.575366+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:39:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:39:15.576022+0000 mon.a (mon.0) 2470 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:39:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:39:15.582026+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:39:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:16.421628+0000 mgr.y (mgr.14556) 9984 : cluster [DBG] pgmap v8818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:16.421628+0000 mgr.y (mgr.14556) 9984 : cluster [DBG] pgmap v8818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:16.421628+0000 mgr.y (mgr.14556) 9984 : cluster [DBG] pgmap v8818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:18.422022+0000 mgr.y (mgr.14556) 9985 : cluster [DBG] pgmap v8819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:18.422022+0000 mgr.y (mgr.14556) 9985 : cluster [DBG] pgmap v8819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:18.422022+0000 mgr.y (mgr.14556) 9985 : cluster [DBG] pgmap v8819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:20.422744+0000 mgr.y (mgr.14556) 9986 : cluster [DBG] pgmap v8820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:20.422744+0000 mgr.y (mgr.14556) 9986 : cluster [DBG] pgmap v8820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:20.422744+0000 mgr.y (mgr.14556) 9986 : cluster [DBG] pgmap v8820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:39:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:22.423313+0000 mgr.y (mgr.14556) 9987 : cluster [DBG] pgmap v8821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:22.423313+0000 mgr.y (mgr.14556) 9987 : cluster [DBG] pgmap v8821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:39:23] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:39:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:22.423313+0000 mgr.y (mgr.14556) 9987 : cluster [DBG] pgmap v8821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:24.423849+0000 mgr.y (mgr.14556) 9988 : cluster [DBG] pgmap v8822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:24.423849+0000 mgr.y (mgr.14556) 9988 : cluster [DBG] pgmap v8822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:24.423849+0000 mgr.y (mgr.14556) 9988 : cluster [DBG] pgmap v8822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:26.424653+0000 mgr.y (mgr.14556) 9989 : cluster [DBG] pgmap v8823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:26.424653+0000 mgr.y (mgr.14556) 9989 : cluster [DBG] pgmap v8823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:26.424653+0000 mgr.y (mgr.14556) 9989 : cluster [DBG] pgmap v8823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:28.425101+0000 mgr.y (mgr.14556) 9990 : cluster [DBG] pgmap v8824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:28.425101+0000 mgr.y (mgr.14556) 9990 : cluster [DBG] pgmap v8824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:28.425101+0000 mgr.y (mgr.14556) 9990 : cluster [DBG] pgmap v8824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:30.425814+0000 mgr.y (mgr.14556) 9991 : cluster [DBG] pgmap v8825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:39:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:30.425814+0000 mgr.y (mgr.14556) 9991 : cluster [DBG] pgmap v8825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:30.425814+0000 mgr.y (mgr.14556) 9991 : cluster [DBG] pgmap v8825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:32.426386+0000 mgr.y (mgr.14556) 9992 : cluster [DBG] pgmap v8826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:39:33] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:39:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:32.426386+0000 mgr.y (mgr.14556) 9992 : cluster [DBG] pgmap v8826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:32.426386+0000 mgr.y (mgr.14556) 9992 : cluster [DBG] pgmap v8826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:34.426813+0000 mgr.y (mgr.14556) 9993 : cluster [DBG] pgmap v8827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:34.426813+0000 mgr.y (mgr.14556) 9993 : cluster [DBG] pgmap v8827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:34.426813+0000 mgr.y (mgr.14556) 9993 : cluster [DBG] pgmap v8827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:36.427517+0000 mgr.y (mgr.14556) 9994 : cluster [DBG] pgmap v8828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:36.427517+0000 mgr.y (mgr.14556) 9994 : cluster [DBG] pgmap v8828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:36.427517+0000 mgr.y (mgr.14556) 9994 : cluster [DBG] pgmap v8828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:38.427990+0000 mgr.y (mgr.14556) 9995 : cluster [DBG] pgmap v8829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:38.427990+0000 mgr.y (mgr.14556) 9995 : cluster [DBG] pgmap v8829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:38.427990+0000 mgr.y (mgr.14556) 9995 : cluster [DBG] pgmap v8829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:40.428848+0000 mgr.y (mgr.14556) 9996 : cluster [DBG] pgmap v8830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:40.428848+0000 mgr.y (mgr.14556) 9996 : cluster [DBG] pgmap v8830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:40.428848+0000 mgr.y (mgr.14556) 9996 : cluster [DBG] pgmap v8830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:39:42.739 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:39:43.026 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:39:43.026 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 7m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:39:43.026 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 7m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:39:43.026 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 7m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:39:43.026 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 7m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:39:43.026 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 7m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:39:43.026 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (4h) 7m ago 4h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:39:43.026 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4h) 7m ago 4h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:39:43.026 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 7m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:39:43.026 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 7m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:39:43.026 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 7m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:39:43.027 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 7m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:39:43.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 7m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:39:43.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 7m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:39:43.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 7m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:39:43.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 7m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:39:43.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 7m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:39:43.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 7m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:39:43.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 7m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:39:43.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 7m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:39:43.027 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 7m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:39:43.376 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:39:43.376 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:39:43.376 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:39:43.376 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:39:43.376 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:39:43.376 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:39:43.376 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:39:43.376 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:39:43.376 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:39:43.376 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:39:43.376 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:39:43.377 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:39:43.377 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:39:43.377 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:39:43.377 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:39:43.377 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:39:43.377 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:39:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:42.429224+0000 mgr.y (mgr.14556) 9997 : cluster [DBG] pgmap v8831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:39:43.376671+0000 mon.c (mon.2) 263 : audit [DBG] from='client.? 172.21.15.23:0/773119194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:39:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:42.429224+0000 mgr.y (mgr.14556) 9997 : cluster [DBG] pgmap v8831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:39:43.376671+0000 mon.c (mon.2) 263 : audit [DBG] from='client.? 172.21.15.23:0/773119194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:39:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:42.429224+0000 mgr.y (mgr.14556) 9997 : cluster [DBG] pgmap v8831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:39:43.376671+0000 mon.c (mon.2) 263 : audit [DBG] from='client.? 172.21.15.23:0/773119194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:39:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:39:43] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:39:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:39:42.727720+0000 mgr.y (mgr.14556) 9998 : audit [DBG] from='client.35003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:39:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:39:43.018789+0000 mgr.y (mgr.14556) 9999 : audit [DBG] from='client.25095 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:39:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:39:42.727720+0000 mgr.y (mgr.14556) 9998 : audit [DBG] from='client.35003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:39:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:39:43.018789+0000 mgr.y (mgr.14556) 9999 : audit [DBG] from='client.25095 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:39:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:39:42.727720+0000 mgr.y (mgr.14556) 9998 : audit [DBG] from='client.35003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:39:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:39:43.018789+0000 mgr.y (mgr.14556) 9999 : audit [DBG] from='client.25095 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:39:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:44.429753+0000 mgr.y (mgr.14556) 10000 : cluster [DBG] pgmap v8832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:44.429753+0000 mgr.y (mgr.14556) 10000 : cluster [DBG] pgmap v8832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:44.429753+0000 mgr.y (mgr.14556) 10000 : cluster [DBG] pgmap v8832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:46.430372+0000 mgr.y (mgr.14556) 10001 : cluster [DBG] pgmap v8833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:46.430372+0000 mgr.y (mgr.14556) 10001 : cluster [DBG] pgmap v8833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:46.430372+0000 mgr.y (mgr.14556) 10001 : cluster [DBG] pgmap v8833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:48.430719+0000 mgr.y (mgr.14556) 10002 : cluster [DBG] pgmap v8834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:48.430719+0000 mgr.y (mgr.14556) 10002 : cluster [DBG] pgmap v8834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:48.430719+0000 mgr.y (mgr.14556) 10002 : cluster [DBG] pgmap v8834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:50.431526+0000 mgr.y (mgr.14556) 10003 : cluster [DBG] pgmap v8835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:50.431526+0000 mgr.y (mgr.14556) 10003 : cluster [DBG] pgmap v8835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:50.431526+0000 mgr.y (mgr.14556) 10003 : cluster [DBG] pgmap v8835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:39:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:39:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:39:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:52.432048+0000 mgr.y (mgr.14556) 10004 : cluster [DBG] pgmap v8836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:52.432048+0000 mgr.y (mgr.14556) 10004 : cluster [DBG] pgmap v8836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:52.432048+0000 mgr.y (mgr.14556) 10004 : cluster [DBG] pgmap v8836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:54.432613+0000 mgr.y (mgr.14556) 10005 : cluster [DBG] pgmap v8837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:54.432613+0000 mgr.y (mgr.14556) 10005 : cluster [DBG] pgmap v8837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:54.432613+0000 mgr.y (mgr.14556) 10005 : cluster [DBG] pgmap v8837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:56.433431+0000 mgr.y (mgr.14556) 10006 : cluster [DBG] pgmap v8838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:56.433431+0000 mgr.y (mgr.14556) 10006 : cluster [DBG] pgmap v8838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:56.433431+0000 mgr.y (mgr.14556) 10006 : cluster [DBG] pgmap v8838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:39:58.433816+0000 mgr.y (mgr.14556) 10007 : cluster [DBG] pgmap v8839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:39:58.433816+0000 mgr.y (mgr.14556) 10007 : cluster [DBG] pgmap v8839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:39:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:39:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:39:58.433816+0000 mgr.y (mgr.14556) 10007 : cluster [DBG] pgmap v8839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T11:39:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:40:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:00.000113+0000 mon.a (mon.0) 2472 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:40:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:00.000113+0000 mon.a (mon.0) 2472 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:40:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:00.000113+0000 mon.a (mon.0) 2472 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:40:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:00.434427+0000 mgr.y (mgr.14556) 10008 : cluster [DBG] pgmap v8840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:00.434427+0000 mgr.y (mgr.14556) 10008 : cluster [DBG] pgmap v8840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:00.434427+0000 mgr.y (mgr.14556) 10008 : cluster [DBG] pgmap v8840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:40:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:40:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:40:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:02.434836+0000 mgr.y (mgr.14556) 10009 : cluster [DBG] pgmap v8841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:02.434836+0000 mgr.y (mgr.14556) 10009 : cluster [DBG] pgmap v8841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:02.434836+0000 mgr.y (mgr.14556) 10009 : cluster [DBG] pgmap v8841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:04.435442+0000 mgr.y (mgr.14556) 10010 : cluster [DBG] pgmap v8842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:04.435442+0000 mgr.y (mgr.14556) 10010 : cluster [DBG] pgmap v8842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:04.435442+0000 mgr.y (mgr.14556) 10010 : cluster [DBG] pgmap v8842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:06.436102+0000 mgr.y (mgr.14556) 10011 : cluster [DBG] pgmap v8843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:06.436102+0000 mgr.y (mgr.14556) 10011 : cluster [DBG] pgmap v8843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:06.436102+0000 mgr.y (mgr.14556) 10011 : cluster [DBG] pgmap v8843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:08.436530+0000 mgr.y (mgr.14556) 10012 : cluster [DBG] pgmap v8844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:08.436530+0000 mgr.y (mgr.14556) 10012 : cluster [DBG] pgmap v8844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:08.436530+0000 mgr.y (mgr.14556) 10012 : cluster [DBG] pgmap v8844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:10.437147+0000 mgr.y (mgr.14556) 10013 : cluster [DBG] pgmap v8845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:10.437147+0000 mgr.y (mgr.14556) 10013 : cluster [DBG] pgmap v8845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:10.437147+0000 mgr.y (mgr.14556) 10013 : cluster [DBG] pgmap v8845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:40:13.702 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:40:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:12.437716+0000 mgr.y (mgr.14556) 10014 : cluster [DBG] pgmap v8846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:13.989 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:40:13.989 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 8m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:40:13.989 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 8m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:40:13.989 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 8m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:40:13.989 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 8m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:40:13.989 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 8m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 8m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 8m ago 5h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 8m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 8m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 8m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 8m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 8m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 8m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 8m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 8m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 8m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 8m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 8m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 8m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:40:13.990 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 8m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:40:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:40:13] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:40:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:12.437716+0000 mgr.y (mgr.14556) 10014 : cluster [DBG] pgmap v8846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:12.437716+0000 mgr.y (mgr.14556) 10014 : cluster [DBG] pgmap v8846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:14.336 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:40:14.336 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:40:14.337 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:40:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:40:14.337314+0000 mon.c (mon.2) 264 : audit [DBG] from='client.? 172.21.15.23:0/1449091168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:40:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:40:14.337314+0000 mon.c (mon.2) 264 : audit [DBG] from='client.? 172.21.15.23:0/1449091168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:40:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:40:14.337314+0000 mon.c (mon.2) 264 : audit [DBG] from='client.? 172.21.15.23:0/1449091168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:40:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:40:13.690087+0000 mgr.y (mgr.14556) 10015 : audit [DBG] from='client.25107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:40:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:40:13.981711+0000 mgr.y (mgr.14556) 10016 : audit [DBG] from='client.25113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:40:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:14.438287+0000 mgr.y (mgr.14556) 10017 : cluster [DBG] pgmap v8847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:40:15.586353+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:40:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:40:13.690087+0000 mgr.y (mgr.14556) 10015 : audit [DBG] from='client.25107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:40:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:40:13.981711+0000 mgr.y (mgr.14556) 10016 : audit [DBG] from='client.25113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:40:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:14.438287+0000 mgr.y (mgr.14556) 10017 : cluster [DBG] pgmap v8847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:40:15.586353+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:40:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:40:13.690087+0000 mgr.y (mgr.14556) 10015 : audit [DBG] from='client.25107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:40:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:40:13.981711+0000 mgr.y (mgr.14556) 10016 : audit [DBG] from='client.25113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:40:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:14.438287+0000 mgr.y (mgr.14556) 10017 : cluster [DBG] pgmap v8847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:40:15.586353+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:40:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:40:15.893859+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:40:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:40:15.894548+0000 mon.a (mon.0) 2475 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:40:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:40:15.903524+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:40:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:16.439156+0000 mgr.y (mgr.14556) 10018 : cluster [DBG] pgmap v8848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:40:15.893859+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:40:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:40:15.894548+0000 mon.a (mon.0) 2475 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:40:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:40:15.903524+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:40:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:16.439156+0000 mgr.y (mgr.14556) 10018 : cluster [DBG] pgmap v8848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:40:15.893859+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:40:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:40:15.894548+0000 mon.a (mon.0) 2475 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:40:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:40:15.903524+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:40:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:16.439156+0000 mgr.y (mgr.14556) 10018 : cluster [DBG] pgmap v8848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:18.439770+0000 mgr.y (mgr.14556) 10019 : cluster [DBG] pgmap v8849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:18.439770+0000 mgr.y (mgr.14556) 10019 : cluster [DBG] pgmap v8849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:18.439770+0000 mgr.y (mgr.14556) 10019 : cluster [DBG] pgmap v8849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:20.440414+0000 mgr.y (mgr.14556) 10020 : cluster [DBG] pgmap v8850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:20.440414+0000 mgr.y (mgr.14556) 10020 : cluster [DBG] pgmap v8850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:20.440414+0000 mgr.y (mgr.14556) 10020 : cluster [DBG] pgmap v8850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:40:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:22.441018+0000 mgr.y (mgr.14556) 10021 : cluster [DBG] pgmap v8851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:40:23] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:40:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:22.441018+0000 mgr.y (mgr.14556) 10021 : cluster [DBG] pgmap v8851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:22.441018+0000 mgr.y (mgr.14556) 10021 : cluster [DBG] pgmap v8851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:24.441551+0000 mgr.y (mgr.14556) 10022 : cluster [DBG] pgmap v8852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:24.441551+0000 mgr.y (mgr.14556) 10022 : cluster [DBG] pgmap v8852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:24.441551+0000 mgr.y (mgr.14556) 10022 : cluster [DBG] pgmap v8852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:26.442437+0000 mgr.y (mgr.14556) 10023 : cluster [DBG] pgmap v8853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:26.442437+0000 mgr.y (mgr.14556) 10023 : cluster [DBG] pgmap v8853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:26.442437+0000 mgr.y (mgr.14556) 10023 : cluster [DBG] pgmap v8853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:28.442944+0000 mgr.y (mgr.14556) 10024 : cluster [DBG] pgmap v8854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:28.442944+0000 mgr.y (mgr.14556) 10024 : cluster [DBG] pgmap v8854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:28.442944+0000 mgr.y (mgr.14556) 10024 : cluster [DBG] pgmap v8854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:30.443678+0000 mgr.y (mgr.14556) 10025 : cluster [DBG] pgmap v8855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:30.443678+0000 mgr.y (mgr.14556) 10025 : cluster [DBG] pgmap v8855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:30.443678+0000 mgr.y (mgr.14556) 10025 : cluster [DBG] pgmap v8855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:40:33.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:40:33] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:40:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:32.444264+0000 mgr.y (mgr.14556) 10026 : cluster [DBG] pgmap v8856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:32.444264+0000 mgr.y (mgr.14556) 10026 : cluster [DBG] pgmap v8856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:32.444264+0000 mgr.y (mgr.14556) 10026 : cluster [DBG] pgmap v8856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:34.444879+0000 mgr.y (mgr.14556) 10027 : cluster [DBG] pgmap v8857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:34.444879+0000 mgr.y (mgr.14556) 10027 : cluster [DBG] pgmap v8857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:34.444879+0000 mgr.y (mgr.14556) 10027 : cluster [DBG] pgmap v8857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:36.445726+0000 mgr.y (mgr.14556) 10028 : cluster [DBG] pgmap v8858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:36.445726+0000 mgr.y (mgr.14556) 10028 : cluster [DBG] pgmap v8858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:36.445726+0000 mgr.y (mgr.14556) 10028 : cluster [DBG] pgmap v8858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:38.446080+0000 mgr.y (mgr.14556) 10029 : cluster [DBG] pgmap v8859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:38.446080+0000 mgr.y (mgr.14556) 10029 : cluster [DBG] pgmap v8859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:38.446080+0000 mgr.y (mgr.14556) 10029 : cluster [DBG] pgmap v8859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:40.446800+0000 mgr.y (mgr.14556) 10030 : cluster [DBG] pgmap v8860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:40.446800+0000 mgr.y (mgr.14556) 10030 : cluster [DBG] pgmap v8860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:40.446800+0000 mgr.y (mgr.14556) 10030 : cluster [DBG] pgmap v8860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:40:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:42.447214+0000 mgr.y (mgr.14556) 10031 : cluster [DBG] pgmap v8861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:43.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:40:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:40:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:42.447214+0000 mgr.y (mgr.14556) 10031 : cluster [DBG] pgmap v8861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:42.447214+0000 mgr.y (mgr.14556) 10031 : cluster [DBG] pgmap v8861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:44.661 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 8m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 8m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 8m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 8m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 8m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 8m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 8m ago 5h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (4h) 8m ago 4h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 8m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 8m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 8m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:40:44.949 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 8m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:40:44.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 8m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:40:44.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 8m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:40:44.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 8m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:40:44.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 8m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:40:44.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 8m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:40:44.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 8m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:40:44.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 8m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:40:44.950 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 8m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:40:45.298 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:40:45.298 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:40:45.298 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:40:45.298 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:40:45.298 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:40:45.298 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:40:45.298 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:40:45.299 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:40:45.299 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:40:45.299 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:40:45.299 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:40:45.299 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:40:45.299 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:40:45.299 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:40:45.299 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:40:45.299 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:40:45.299 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:40:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:44.447579+0000 mgr.y (mgr.14556) 10032 : cluster [DBG] pgmap v8862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:40:44.649661+0000 mgr.y (mgr.14556) 10033 : audit [DBG] from='client.35039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:40:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:40:45.298803+0000 mon.a (mon.0) 2477 : audit [DBG] from='client.? 172.21.15.23:0/1045490195' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:40:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:44.447579+0000 mgr.y (mgr.14556) 10032 : cluster [DBG] pgmap v8862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:40:44.649661+0000 mgr.y (mgr.14556) 10033 : audit [DBG] from='client.35039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:40:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:40:45.298803+0000 mon.a (mon.0) 2477 : audit [DBG] from='client.? 172.21.15.23:0/1045490195' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:40:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:44.447579+0000 mgr.y (mgr.14556) 10032 : cluster [DBG] pgmap v8862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:40:44.649661+0000 mgr.y (mgr.14556) 10033 : audit [DBG] from='client.35039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:40:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:40:45.298803+0000 mon.a (mon.0) 2477 : audit [DBG] from='client.? 172.21.15.23:0/1045490195' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:40:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:40:44.941702+0000 mgr.y (mgr.14556) 10034 : audit [DBG] from='client.25131 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:40:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:40:44.941702+0000 mgr.y (mgr.14556) 10034 : audit [DBG] from='client.25131 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:40:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:40:44.941702+0000 mgr.y (mgr.14556) 10034 : audit [DBG] from='client.25131 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:40:47.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:46.448233+0000 mgr.y (mgr.14556) 10035 : cluster [DBG] pgmap v8863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:46.448233+0000 mgr.y (mgr.14556) 10035 : cluster [DBG] pgmap v8863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:46.448233+0000 mgr.y (mgr.14556) 10035 : cluster [DBG] pgmap v8863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:48.448730+0000 mgr.y (mgr.14556) 10036 : cluster [DBG] pgmap v8864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:48.448730+0000 mgr.y (mgr.14556) 10036 : cluster [DBG] pgmap v8864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:48.448730+0000 mgr.y (mgr.14556) 10036 : cluster [DBG] pgmap v8864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:50.449245+0000 mgr.y (mgr.14556) 10037 : cluster [DBG] pgmap v8865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:40:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:50.449245+0000 mgr.y (mgr.14556) 10037 : cluster [DBG] pgmap v8865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:50.449245+0000 mgr.y (mgr.14556) 10037 : cluster [DBG] pgmap v8865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:52.449719+0000 mgr.y (mgr.14556) 10038 : cluster [DBG] pgmap v8866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:40:53] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T11:40:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:52.449719+0000 mgr.y (mgr.14556) 10038 : cluster [DBG] pgmap v8866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:52.449719+0000 mgr.y (mgr.14556) 10038 : cluster [DBG] pgmap v8866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:54.450086+0000 mgr.y (mgr.14556) 10039 : cluster [DBG] pgmap v8867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:54.450086+0000 mgr.y (mgr.14556) 10039 : cluster [DBG] pgmap v8867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:54.450086+0000 mgr.y (mgr.14556) 10039 : cluster [DBG] pgmap v8867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:56.450810+0000 mgr.y (mgr.14556) 10040 : cluster [DBG] pgmap v8868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:56.450810+0000 mgr.y (mgr.14556) 10040 : cluster [DBG] pgmap v8868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:56.450810+0000 mgr.y (mgr.14556) 10040 : cluster [DBG] pgmap v8868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:40:58.451209+0000 mgr.y (mgr.14556) 10041 : cluster [DBG] pgmap v8869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:40:58.451209+0000 mgr.y (mgr.14556) 10041 : cluster [DBG] pgmap v8869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:40:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:40:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:40:58.451209+0000 mgr.y (mgr.14556) 10041 : cluster [DBG] pgmap v8869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:00.451817+0000 mgr.y (mgr.14556) 10042 : cluster [DBG] pgmap v8870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:00.451817+0000 mgr.y (mgr.14556) 10042 : cluster [DBG] pgmap v8870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:00.451817+0000 mgr.y (mgr.14556) 10042 : cluster [DBG] pgmap v8870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:41:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:41:03] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T11:41:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:02.452228+0000 mgr.y (mgr.14556) 10043 : cluster [DBG] pgmap v8871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:02.452228+0000 mgr.y (mgr.14556) 10043 : cluster [DBG] pgmap v8871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:02.452228+0000 mgr.y (mgr.14556) 10043 : cluster [DBG] pgmap v8871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:04.452738+0000 mgr.y (mgr.14556) 10044 : cluster [DBG] pgmap v8872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:04.452738+0000 mgr.y (mgr.14556) 10044 : cluster [DBG] pgmap v8872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:04.452738+0000 mgr.y (mgr.14556) 10044 : cluster [DBG] pgmap v8872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:06.453404+0000 mgr.y (mgr.14556) 10045 : cluster [DBG] pgmap v8873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:06.453404+0000 mgr.y (mgr.14556) 10045 : cluster [DBG] pgmap v8873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:06.453404+0000 mgr.y (mgr.14556) 10045 : cluster [DBG] pgmap v8873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:08.453907+0000 mgr.y (mgr.14556) 10046 : cluster [DBG] pgmap v8874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:08.453907+0000 mgr.y (mgr.14556) 10046 : cluster [DBG] pgmap v8874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:08.453907+0000 mgr.y (mgr.14556) 10046 : cluster [DBG] pgmap v8874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:10.454553+0000 mgr.y (mgr.14556) 10047 : cluster [DBG] pgmap v8875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:10.454553+0000 mgr.y (mgr.14556) 10047 : cluster [DBG] pgmap v8875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:10.454553+0000 mgr.y (mgr.14556) 10047 : cluster [DBG] pgmap v8875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:41:13.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:41:13] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T11:41:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:12.455123+0000 mgr.y (mgr.14556) 10048 : cluster [DBG] pgmap v8876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:12.455123+0000 mgr.y (mgr.14556) 10048 : cluster [DBG] pgmap v8876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:12.455123+0000 mgr.y (mgr.14556) 10048 : cluster [DBG] pgmap v8876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:15.624 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:41:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:14.455807+0000 mgr.y (mgr.14556) 10049 : cluster [DBG] pgmap v8877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:14.455807+0000 mgr.y (mgr.14556) 10049 : cluster [DBG] pgmap v8877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:15.912 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:41:15.912 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 9m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:41:15.912 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 9m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:41:15.912 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 9m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:41:15.912 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 9m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:41:15.912 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (4h) 9m ago 4h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:41:15.912 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 9m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:41:15.912 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 9m ago 5h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:41:15.912 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 9m ago 5h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:41:15.912 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4h) 9m ago 4h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:41:15.912 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 9m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:41:15.913 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 9m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:41:15.913 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 9m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:41:15.913 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 9m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:41:15.913 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 9m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:41:15.913 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 9m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:41:15.913 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 9m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:41:15.913 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 9m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:41:15.913 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 9m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:41:15.913 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 9m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:41:15.913 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 9m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:41:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:14.455807+0000 mgr.y (mgr.14556) 10049 : cluster [DBG] pgmap v8877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:41:16.269 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:41:16.270 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:41:16.270 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:41:16.270 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:41:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:41:15.613166+0000 mgr.y (mgr.14556) 10050 : audit [DBG] from='client.35057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:41:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:41:15.907769+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:41:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:41:16.213416+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:41:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:41:16.214072+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:41:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:41:16.223457+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:41:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:41:16.269620+0000 mon.a (mon.0) 2482 : audit [DBG] from='client.? 172.21.15.23:0/3206769931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:41:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:41:15.613166+0000 mgr.y (mgr.14556) 10050 : audit [DBG] from='client.35057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:41:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:41:15.907769+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:41:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:41:16.213416+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:41:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:41:16.214072+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:41:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:41:16.223457+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:41:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:41:16.269620+0000 mon.a (mon.0) 2482 : audit [DBG] from='client.? 172.21.15.23:0/3206769931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:41:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:41:15.613166+0000 mgr.y (mgr.14556) 10050 : audit [DBG] from='client.35057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:41:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:41:15.907769+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:41:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:41:16.213416+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:41:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:41:16.214072+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:41:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:41:16.223457+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:41:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:41:16.269620+0000 mon.a (mon.0) 2482 : audit [DBG] from='client.? 172.21.15.23:0/3206769931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:41:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:41:15.904196+0000 mgr.y (mgr.14556) 10051 : audit [DBG] from='client.35063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:41:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:16.456417+0000 mgr.y (mgr.14556) 10052 : cluster [DBG] pgmap v8878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:41:15.904196+0000 mgr.y (mgr.14556) 10051 : audit [DBG] from='client.35063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:41:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:16.456417+0000 mgr.y (mgr.14556) 10052 : cluster [DBG] pgmap v8878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:41:15.904196+0000 mgr.y (mgr.14556) 10051 : audit [DBG] from='client.35063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:41:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:16.456417+0000 mgr.y (mgr.14556) 10052 : cluster [DBG] pgmap v8878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:18.456805+0000 mgr.y (mgr.14556) 10053 : cluster [DBG] pgmap v8879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:18.456805+0000 mgr.y (mgr.14556) 10053 : cluster [DBG] pgmap v8879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:18.456805+0000 mgr.y (mgr.14556) 10053 : cluster [DBG] pgmap v8879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:20.457404+0000 mgr.y (mgr.14556) 10054 : cluster [DBG] pgmap v8880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:20.457404+0000 mgr.y (mgr.14556) 10054 : cluster [DBG] pgmap v8880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:20.457404+0000 mgr.y (mgr.14556) 10054 : cluster [DBG] pgmap v8880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:41:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:22.457813+0000 mgr.y (mgr.14556) 10055 : cluster [DBG] pgmap v8881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:22.457813+0000 mgr.y (mgr.14556) 10055 : cluster [DBG] pgmap v8881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:41:23] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:41:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:22.457813+0000 mgr.y (mgr.14556) 10055 : cluster [DBG] pgmap v8881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:24.458419+0000 mgr.y (mgr.14556) 10056 : cluster [DBG] pgmap v8882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:24.458419+0000 mgr.y (mgr.14556) 10056 : cluster [DBG] pgmap v8882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:24.458419+0000 mgr.y (mgr.14556) 10056 : cluster [DBG] pgmap v8882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:26.459074+0000 mgr.y (mgr.14556) 10057 : cluster [DBG] pgmap v8883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:26.459074+0000 mgr.y (mgr.14556) 10057 : cluster [DBG] pgmap v8883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:26.459074+0000 mgr.y (mgr.14556) 10057 : cluster [DBG] pgmap v8883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:28.459638+0000 mgr.y (mgr.14556) 10058 : cluster [DBG] pgmap v8884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:28.459638+0000 mgr.y (mgr.14556) 10058 : cluster [DBG] pgmap v8884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:28.459638+0000 mgr.y (mgr.14556) 10058 : cluster [DBG] pgmap v8884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:30.460512+0000 mgr.y (mgr.14556) 10059 : cluster [DBG] pgmap v8885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:41:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:30.460512+0000 mgr.y (mgr.14556) 10059 : cluster [DBG] pgmap v8885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:30.460512+0000 mgr.y (mgr.14556) 10059 : cluster [DBG] pgmap v8885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:32.460948+0000 mgr.y (mgr.14556) 10060 : cluster [DBG] pgmap v8886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:32.460948+0000 mgr.y (mgr.14556) 10060 : cluster [DBG] pgmap v8886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:41:33] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:41:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:32.460948+0000 mgr.y (mgr.14556) 10060 : cluster [DBG] pgmap v8886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:34.461531+0000 mgr.y (mgr.14556) 10061 : cluster [DBG] pgmap v8887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:34.461531+0000 mgr.y (mgr.14556) 10061 : cluster [DBG] pgmap v8887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:34.461531+0000 mgr.y (mgr.14556) 10061 : cluster [DBG] pgmap v8887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:36.462193+0000 mgr.y (mgr.14556) 10062 : cluster [DBG] pgmap v8888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:36.462193+0000 mgr.y (mgr.14556) 10062 : cluster [DBG] pgmap v8888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:36.462193+0000 mgr.y (mgr.14556) 10062 : cluster [DBG] pgmap v8888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:38.462601+0000 mgr.y (mgr.14556) 10063 : cluster [DBG] pgmap v8889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:38.462601+0000 mgr.y (mgr.14556) 10063 : cluster [DBG] pgmap v8889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:38.462601+0000 mgr.y (mgr.14556) 10063 : cluster [DBG] pgmap v8889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:40.463143+0000 mgr.y (mgr.14556) 10064 : cluster [DBG] pgmap v8890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:40.463143+0000 mgr.y (mgr.14556) 10064 : cluster [DBG] pgmap v8890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:40.463143+0000 mgr.y (mgr.14556) 10064 : cluster [DBG] pgmap v8890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:41:43.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:41:43] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:41:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:42.463500+0000 mgr.y (mgr.14556) 10065 : cluster [DBG] pgmap v8891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:42.463500+0000 mgr.y (mgr.14556) 10065 : cluster [DBG] pgmap v8891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:42.463500+0000 mgr.y (mgr.14556) 10065 : cluster [DBG] pgmap v8891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:44.463834+0000 mgr.y (mgr.14556) 10066 : cluster [DBG] pgmap v8892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:44.463834+0000 mgr.y (mgr.14556) 10066 : cluster [DBG] pgmap v8892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:44.463834+0000 mgr.y (mgr.14556) 10066 : cluster [DBG] pgmap v8892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:46.600 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:41:46.886 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:41:46.886 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 9m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:41:46.886 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 9m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:41:46.886 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 9m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 9m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 9m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 9m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 9m ago 5h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 9m ago 5h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 9m ago 5h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 9m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 9m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4h) 9m ago 4h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 9m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 9m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 9m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 9m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 9m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 9m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 9m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:41:46.887 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 9m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:41:47.234 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:41:47.234 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:41:47.234 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:41:47.234 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:41:47.234 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:41:47.234 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:41:47.234 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:41:47.235 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:41:47.235 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:41:47.235 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:41:47.235 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:41:47.235 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:41:47.235 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:41:47.235 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:41:47.235 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:41:47.235 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:41:47.235 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:41:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:46.464384+0000 mgr.y (mgr.14556) 10067 : cluster [DBG] pgmap v8893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:41:46.589217+0000 mgr.y (mgr.14556) 10068 : audit [DBG] from='client.25161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:41:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:41:47.234878+0000 mon.c (mon.2) 265 : audit [DBG] from='client.? 172.21.15.23:0/1557821085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:41:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:46.464384+0000 mgr.y (mgr.14556) 10067 : cluster [DBG] pgmap v8893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:41:46.589217+0000 mgr.y (mgr.14556) 10068 : audit [DBG] from='client.25161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:41:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:41:47.234878+0000 mon.c (mon.2) 265 : audit [DBG] from='client.? 172.21.15.23:0/1557821085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:41:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:46.464384+0000 mgr.y (mgr.14556) 10067 : cluster [DBG] pgmap v8893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:41:46.589217+0000 mgr.y (mgr.14556) 10068 : audit [DBG] from='client.25161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:41:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:41:47.234878+0000 mon.c (mon.2) 265 : audit [DBG] from='client.? 172.21.15.23:0/1557821085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:41:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:41:46.879182+0000 mgr.y (mgr.14556) 10069 : audit [DBG] from='client.35081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:41:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:41:46.879182+0000 mgr.y (mgr.14556) 10069 : audit [DBG] from='client.35081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:41:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:41:46.879182+0000 mgr.y (mgr.14556) 10069 : audit [DBG] from='client.35081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:41:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:48.464753+0000 mgr.y (mgr.14556) 10070 : cluster [DBG] pgmap v8894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:48.464753+0000 mgr.y (mgr.14556) 10070 : cluster [DBG] pgmap v8894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:48.464753+0000 mgr.y (mgr.14556) 10070 : cluster [DBG] pgmap v8894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:50.465374+0000 mgr.y (mgr.14556) 10071 : cluster [DBG] pgmap v8895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:41:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:50.465374+0000 mgr.y (mgr.14556) 10071 : cluster [DBG] pgmap v8895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:50.465374+0000 mgr.y (mgr.14556) 10071 : cluster [DBG] pgmap v8895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:52.465762+0000 mgr.y (mgr.14556) 10072 : cluster [DBG] pgmap v8896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:41:53] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T11:41:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:52.465762+0000 mgr.y (mgr.14556) 10072 : cluster [DBG] pgmap v8896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:52.465762+0000 mgr.y (mgr.14556) 10072 : cluster [DBG] pgmap v8896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:54.466139+0000 mgr.y (mgr.14556) 10073 : cluster [DBG] pgmap v8897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:54.466139+0000 mgr.y (mgr.14556) 10073 : cluster [DBG] pgmap v8897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:54.466139+0000 mgr.y (mgr.14556) 10073 : cluster [DBG] pgmap v8897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:56.466798+0000 mgr.y (mgr.14556) 10074 : cluster [DBG] pgmap v8898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:56.466798+0000 mgr.y (mgr.14556) 10074 : cluster [DBG] pgmap v8898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:41:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:56.466798+0000 mgr.y (mgr.14556) 10074 : cluster [DBG] pgmap v8898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:41:58.467218+0000 mgr.y (mgr.14556) 10075 : cluster [DBG] pgmap v8899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:41:58.467218+0000 mgr.y (mgr.14556) 10075 : cluster [DBG] pgmap v8899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:41:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:41:58.467218+0000 mgr.y (mgr.14556) 10075 : cluster [DBG] pgmap v8899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:00.467950+0000 mgr.y (mgr.14556) 10076 : cluster [DBG] pgmap v8900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:00.467950+0000 mgr.y (mgr.14556) 10076 : cluster [DBG] pgmap v8900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:00.467950+0000 mgr.y (mgr.14556) 10076 : cluster [DBG] pgmap v8900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:42:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:42:03] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T11:42:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:02.468383+0000 mgr.y (mgr.14556) 10077 : cluster [DBG] pgmap v8901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:02.468383+0000 mgr.y (mgr.14556) 10077 : cluster [DBG] pgmap v8901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:02.468383+0000 mgr.y (mgr.14556) 10077 : cluster [DBG] pgmap v8901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:04.468804+0000 mgr.y (mgr.14556) 10078 : cluster [DBG] pgmap v8902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:04.468804+0000 mgr.y (mgr.14556) 10078 : cluster [DBG] pgmap v8902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:04.468804+0000 mgr.y (mgr.14556) 10078 : cluster [DBG] pgmap v8902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:06.469516+0000 mgr.y (mgr.14556) 10079 : cluster [DBG] pgmap v8903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:06.469516+0000 mgr.y (mgr.14556) 10079 : cluster [DBG] pgmap v8903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:06.469516+0000 mgr.y (mgr.14556) 10079 : cluster [DBG] pgmap v8903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:08.469959+0000 mgr.y (mgr.14556) 10080 : cluster [DBG] pgmap v8904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:08.469959+0000 mgr.y (mgr.14556) 10080 : cluster [DBG] pgmap v8904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:08.469959+0000 mgr.y (mgr.14556) 10080 : cluster [DBG] pgmap v8904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:10.470568+0000 mgr.y (mgr.14556) 10081 : cluster [DBG] pgmap v8905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:10.470568+0000 mgr.y (mgr.14556) 10081 : cluster [DBG] pgmap v8905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:10.470568+0000 mgr.y (mgr.14556) 10081 : cluster [DBG] pgmap v8905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:42:13.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:12.470983+0000 mgr.y (mgr.14556) 10082 : cluster [DBG] pgmap v8906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:42:13] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:42:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:12.470983+0000 mgr.y (mgr.14556) 10082 : cluster [DBG] pgmap v8906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:12.470983+0000 mgr.y (mgr.14556) 10082 : cluster [DBG] pgmap v8906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:14.471300+0000 mgr.y (mgr.14556) 10083 : cluster [DBG] pgmap v8907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:14.471300+0000 mgr.y (mgr.14556) 10083 : cluster [DBG] pgmap v8907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:14.471300+0000 mgr.y (mgr.14556) 10083 : cluster [DBG] pgmap v8907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:42:16.228714+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:42:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:42:16.228714+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:42:16.881 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:42:16.228714+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:42:17.567 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:42:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:16.471846+0000 mgr.y (mgr.14556) 10084 : cluster [DBG] pgmap v8908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:16.471846+0000 mgr.y (mgr.14556) 10084 : cluster [DBG] pgmap v8908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:17.892 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:42:17.892 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 10m ago 4h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:42:17.892 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 10m ago 4h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:42:17.892 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 10m ago 4h 23.7M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:42:17.892 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 10m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:42:17.892 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 10m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:42:17.892 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 10m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:42:17.892 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 10m ago 5h 817M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:42:17.892 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 10m ago 5h 431M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:42:17.893 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 10m ago 5h 434M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:42:17.893 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 10m ago 4h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:42:17.893 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 10m ago 4h 22.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:42:17.893 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 10m ago 5h 45.3M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:42:17.893 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4h) 10m ago 4h 44.5M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:42:17.893 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4h) 10m ago 4h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:42:17.893 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 10m ago 4h 41.9M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:42:17.893 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 10m ago 4h 42.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:42:17.893 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 10m ago 4h 42.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:42:17.893 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 10m ago 4h 42.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:42:17.893 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 10m ago 4h 42.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:42:17.893 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 10m ago 4h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:42:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:16.471846+0000 mgr.y (mgr.14556) 10084 : cluster [DBG] pgmap v8908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:18.256 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:42:18.256 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:42:18.256 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:42:18.256 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:42:18.256 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:42:18.256 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:42:18.256 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:42:18.256 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:42:18.256 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:42:18.256 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:42:18.257 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:42:18.257 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:42:18.257 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:42:18.257 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:42:18.257 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:42:18.257 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:42:18.257 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:42:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:42:17.555520+0000 mgr.y (mgr.14556) 10085 : audit [DBG] from='client.25179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:42:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:42:18.256781+0000 mon.c (mon.2) 266 : audit [DBG] from='client.? 172.21.15.23:0/115389301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:42:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:42:17.555520+0000 mgr.y (mgr.14556) 10085 : audit [DBG] from='client.25179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:42:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:42:18.256781+0000 mon.c (mon.2) 266 : audit [DBG] from='client.? 172.21.15.23:0/115389301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:42:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:42:17.555520+0000 mgr.y (mgr.14556) 10085 : audit [DBG] from='client.25179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:42:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:42:18.256781+0000 mon.c (mon.2) 266 : audit [DBG] from='client.? 172.21.15.23:0/115389301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:42:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:42:17.885150+0000 mgr.y (mgr.14556) 10086 : audit [DBG] from='client.25185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:42:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:18.472378+0000 mgr.y (mgr.14556) 10087 : cluster [DBG] pgmap v8909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:42:19.137845+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:42:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:42:19.421658+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:42:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:42:17.885150+0000 mgr.y (mgr.14556) 10086 : audit [DBG] from='client.25185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:42:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:18.472378+0000 mgr.y (mgr.14556) 10087 : cluster [DBG] pgmap v8909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:42:19.137845+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:42:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:42:19.421658+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:42:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:42:17.885150+0000 mgr.y (mgr.14556) 10086 : audit [DBG] from='client.25185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:42:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:18.472378+0000 mgr.y (mgr.14556) 10087 : cluster [DBG] pgmap v8909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:42:19.137845+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:42:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:42:19.421658+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:42:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:42:19.709952+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:42:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:42:19.710631+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:42:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:42:19.715640+0000 mon.a (mon.0) 2488 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:42:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:42:19.709952+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:42:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:42:19.710631+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:42:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:42:19.715640+0000 mon.a (mon.0) 2488 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:42:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:42:19.709952+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:42:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:42:19.710631+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:42:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:42:19.715640+0000 mon.a (mon.0) 2488 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:42:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:42:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:20.472994+0000 mgr.y (mgr.14556) 10088 : cluster [DBG] pgmap v8910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:20.472994+0000 mgr.y (mgr.14556) 10088 : cluster [DBG] pgmap v8910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:20.472994+0000 mgr.y (mgr.14556) 10088 : cluster [DBG] pgmap v8910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:22.473550+0000 mgr.y (mgr.14556) 10089 : cluster [DBG] pgmap v8911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:22.473550+0000 mgr.y (mgr.14556) 10089 : cluster [DBG] pgmap v8911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:42:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:42:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:22.473550+0000 mgr.y (mgr.14556) 10089 : cluster [DBG] pgmap v8911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:24.474060+0000 mgr.y (mgr.14556) 10090 : cluster [DBG] pgmap v8912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:24.474060+0000 mgr.y (mgr.14556) 10090 : cluster [DBG] pgmap v8912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:24.474060+0000 mgr.y (mgr.14556) 10090 : cluster [DBG] pgmap v8912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:26.474748+0000 mgr.y (mgr.14556) 10091 : cluster [DBG] pgmap v8913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:26.474748+0000 mgr.y (mgr.14556) 10091 : cluster [DBG] pgmap v8913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:26.474748+0000 mgr.y (mgr.14556) 10091 : cluster [DBG] pgmap v8913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:28.475226+0000 mgr.y (mgr.14556) 10092 : cluster [DBG] pgmap v8914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:28.475226+0000 mgr.y (mgr.14556) 10092 : cluster [DBG] pgmap v8914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:28.475226+0000 mgr.y (mgr.14556) 10092 : cluster [DBG] pgmap v8914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:30.475870+0000 mgr.y (mgr.14556) 10093 : cluster [DBG] pgmap v8915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:42:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:30.475870+0000 mgr.y (mgr.14556) 10093 : cluster [DBG] pgmap v8915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:30.475870+0000 mgr.y (mgr.14556) 10093 : cluster [DBG] pgmap v8915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:32.476300+0000 mgr.y (mgr.14556) 10094 : cluster [DBG] pgmap v8916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:32.476300+0000 mgr.y (mgr.14556) 10094 : cluster [DBG] pgmap v8916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:32.476300+0000 mgr.y (mgr.14556) 10094 : cluster [DBG] pgmap v8916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:42:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:42:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:34.476767+0000 mgr.y (mgr.14556) 10095 : cluster [DBG] pgmap v8917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:34.476767+0000 mgr.y (mgr.14556) 10095 : cluster [DBG] pgmap v8917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:34.476767+0000 mgr.y (mgr.14556) 10095 : cluster [DBG] pgmap v8917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:36.477524+0000 mgr.y (mgr.14556) 10096 : cluster [DBG] pgmap v8918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:36.477524+0000 mgr.y (mgr.14556) 10096 : cluster [DBG] pgmap v8918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:36.477524+0000 mgr.y (mgr.14556) 10096 : cluster [DBG] pgmap v8918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:38.477917+0000 mgr.y (mgr.14556) 10097 : cluster [DBG] pgmap v8919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:38.477917+0000 mgr.y (mgr.14556) 10097 : cluster [DBG] pgmap v8919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:38.477917+0000 mgr.y (mgr.14556) 10097 : cluster [DBG] pgmap v8919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:40.478759+0000 mgr.y (mgr.14556) 10098 : cluster [DBG] pgmap v8920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:40.478759+0000 mgr.y (mgr.14556) 10098 : cluster [DBG] pgmap v8920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:40.478759+0000 mgr.y (mgr.14556) 10098 : cluster [DBG] pgmap v8920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:42:43.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:42:43] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:42:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:42.479297+0000 mgr.y (mgr.14556) 10099 : cluster [DBG] pgmap v8921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:42.479297+0000 mgr.y (mgr.14556) 10099 : cluster [DBG] pgmap v8921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:42.479297+0000 mgr.y (mgr.14556) 10099 : cluster [DBG] pgmap v8921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:44.479641+0000 mgr.y (mgr.14556) 10100 : cluster [DBG] pgmap v8922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:44.479641+0000 mgr.y (mgr.14556) 10100 : cluster [DBG] pgmap v8922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:44.479641+0000 mgr.y (mgr.14556) 10100 : cluster [DBG] pgmap v8922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:46.480349+0000 mgr.y (mgr.14556) 10101 : cluster [DBG] pgmap v8923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:46.480349+0000 mgr.y (mgr.14556) 10101 : cluster [DBG] pgmap v8923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:46.480349+0000 mgr.y (mgr.14556) 10101 : cluster [DBG] pgmap v8923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:48.581 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:42:48.868 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:42:48.868 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 29s ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:42:48.868 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 29s ago 4h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:42:48.868 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 29s ago 4h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:42:48.868 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 29s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:42:48.868 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 29s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:42:48.868 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 29s ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:42:48.868 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 29s ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:42:48.868 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 29s ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:42:48.869 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 29s ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:42:48.869 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 29s ago 4h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:42:48.869 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 29s ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:42:48.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 29s ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:42:48.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 29s ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:42:48.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 29s ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:42:48.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4h) 29s ago 4h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:42:48.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 29s ago 4h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:42:48.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 29s ago 4h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:42:48.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 29s ago 4h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:42:48.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 29s ago 4h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:42:48.869 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 29s ago 4h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:42:49.220 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:42:49.220 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:42:49.220 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:42:49.220 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:42:49.220 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:42:49.220 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:42:49.220 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:42:49.220 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:42:49.220 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:42:49.221 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:42:49.221 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:42:49.221 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:42:49.221 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:42:49.221 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:42:49.221 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:42:49.221 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:42:49.221 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:42:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:48.480728+0000 mgr.y (mgr.14556) 10102 : cluster [DBG] pgmap v8924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:42:48.569552+0000 mgr.y (mgr.14556) 10103 : audit [DBG] from='client.25197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:42:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:42:49.220904+0000 mon.c (mon.2) 267 : audit [DBG] from='client.? 172.21.15.23:0/2078218748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:42:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:48.480728+0000 mgr.y (mgr.14556) 10102 : cluster [DBG] pgmap v8924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:42:48.569552+0000 mgr.y (mgr.14556) 10103 : audit [DBG] from='client.25197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:42:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:42:49.220904+0000 mon.c (mon.2) 267 : audit [DBG] from='client.? 172.21.15.23:0/2078218748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:42:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:48.480728+0000 mgr.y (mgr.14556) 10102 : cluster [DBG] pgmap v8924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:49.927 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:42:48.569552+0000 mgr.y (mgr.14556) 10103 : audit [DBG] from='client.25197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:42:49.927 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:42:49.220904+0000 mon.c (mon.2) 267 : audit [DBG] from='client.? 172.21.15.23:0/2078218748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:42:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:42:48.860927+0000 mgr.y (mgr.14556) 10104 : audit [DBG] from='client.35114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:42:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:42:48.860927+0000 mgr.y (mgr.14556) 10104 : audit [DBG] from='client.35114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:42:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:42:48.860927+0000 mgr.y (mgr.14556) 10104 : audit [DBG] from='client.35114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:42:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:42:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:50.481267+0000 mgr.y (mgr.14556) 10105 : cluster [DBG] pgmap v8925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:50.481267+0000 mgr.y (mgr.14556) 10105 : cluster [DBG] pgmap v8925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:50.481267+0000 mgr.y (mgr.14556) 10105 : cluster [DBG] pgmap v8925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:52.481797+0000 mgr.y (mgr.14556) 10106 : cluster [DBG] pgmap v8926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:42:53] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T11:42:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:52.481797+0000 mgr.y (mgr.14556) 10106 : cluster [DBG] pgmap v8926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:52.481797+0000 mgr.y (mgr.14556) 10106 : cluster [DBG] pgmap v8926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:54.482314+0000 mgr.y (mgr.14556) 10107 : cluster [DBG] pgmap v8927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:54.482314+0000 mgr.y (mgr.14556) 10107 : cluster [DBG] pgmap v8927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:54.482314+0000 mgr.y (mgr.14556) 10107 : cluster [DBG] pgmap v8927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:56.482986+0000 mgr.y (mgr.14556) 10108 : cluster [DBG] pgmap v8928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:56.482986+0000 mgr.y (mgr.14556) 10108 : cluster [DBG] pgmap v8928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:56.482986+0000 mgr.y (mgr.14556) 10108 : cluster [DBG] pgmap v8928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:42:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:42:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:42:58.483449+0000 mgr.y (mgr.14556) 10109 : cluster [DBG] pgmap v8929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:42:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:42:58.483449+0000 mgr.y (mgr.14556) 10109 : cluster [DBG] pgmap v8929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:42:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:42:58.483449+0000 mgr.y (mgr.14556) 10109 : cluster [DBG] pgmap v8929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:00.484082+0000 mgr.y (mgr.14556) 10110 : cluster [DBG] pgmap v8930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:43:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:00.484082+0000 mgr.y (mgr.14556) 10110 : cluster [DBG] pgmap v8930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:00.484082+0000 mgr.y (mgr.14556) 10110 : cluster [DBG] pgmap v8930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:02.484572+0000 mgr.y (mgr.14556) 10111 : cluster [DBG] pgmap v8931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:43:03] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-03-22T11:43:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:02.484572+0000 mgr.y (mgr.14556) 10111 : cluster [DBG] pgmap v8931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:02.484572+0000 mgr.y (mgr.14556) 10111 : cluster [DBG] pgmap v8931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:06.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:04.485068+0000 mgr.y (mgr.14556) 10112 : cluster [DBG] pgmap v8932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:04.485068+0000 mgr.y (mgr.14556) 10112 : cluster [DBG] pgmap v8932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:04.485068+0000 mgr.y (mgr.14556) 10112 : cluster [DBG] pgmap v8932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:06.485734+0000 mgr.y (mgr.14556) 10113 : cluster [DBG] pgmap v8933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:06.485734+0000 mgr.y (mgr.14556) 10113 : cluster [DBG] pgmap v8933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:06.485734+0000 mgr.y (mgr.14556) 10113 : cluster [DBG] pgmap v8933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:08.486370+0000 mgr.y (mgr.14556) 10114 : cluster [DBG] pgmap v8934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:08.486370+0000 mgr.y (mgr.14556) 10114 : cluster [DBG] pgmap v8934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:08.486370+0000 mgr.y (mgr.14556) 10114 : cluster [DBG] pgmap v8934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:10.487308+0000 mgr.y (mgr.14556) 10115 : cluster [DBG] pgmap v8935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:10.487308+0000 mgr.y (mgr.14556) 10115 : cluster [DBG] pgmap v8935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:10.487308+0000 mgr.y (mgr.14556) 10115 : cluster [DBG] pgmap v8935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:43:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:12.487919+0000 mgr.y (mgr.14556) 10116 : cluster [DBG] pgmap v8936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:43:13] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:43:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:12.487919+0000 mgr.y (mgr.14556) 10116 : cluster [DBG] pgmap v8936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:12.487919+0000 mgr.y (mgr.14556) 10116 : cluster [DBG] pgmap v8936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:14.488454+0000 mgr.y (mgr.14556) 10117 : cluster [DBG] pgmap v8937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:14.488454+0000 mgr.y (mgr.14556) 10117 : cluster [DBG] pgmap v8937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:14.488454+0000 mgr.y (mgr.14556) 10117 : cluster [DBG] pgmap v8937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:16.489264+0000 mgr.y (mgr.14556) 10118 : cluster [DBG] pgmap v8938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:16.489264+0000 mgr.y (mgr.14556) 10118 : cluster [DBG] pgmap v8938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:16.489264+0000 mgr.y (mgr.14556) 10118 : cluster [DBG] pgmap v8938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:19.543 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:43:19.832 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:43:19.832 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 60s ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:43:19.832 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 60s ago 4h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:43:19.832 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 60s ago 4h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:43:19.832 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 60s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 60s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 60s ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 60s ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 60s ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 60s ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 60s ago 4h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 60s ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 60s ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 60s ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 60s ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 60s ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (4h) 60s ago 4h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 60s ago 4h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 60s ago 4h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 60s ago 4h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:43:19.833 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 60s ago 4h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:43:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:18.489690+0000 mgr.y (mgr.14556) 10119 : cluster [DBG] pgmap v8939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:18.489690+0000 mgr.y (mgr.14556) 10119 : cluster [DBG] pgmap v8939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:18.489690+0000 mgr.y (mgr.14556) 10119 : cluster [DBG] pgmap v8939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:20.188 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:43:20.189 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:43:20.189 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:43:20.189 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:43:20.189 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:43:20.189 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:43:20.189 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:43:20.189 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:43:20.189 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:43:20.189 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:43:20.190 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:43:20.190 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:43:20.190 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:43:20.190 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:43:20.190 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:43:20.191 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:43:20.191 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:43:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:43:19.531797+0000 mgr.y (mgr.14556) 10120 : audit [DBG] from='client.35126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:43:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:43:19.719982+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:43:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:43:20.040144+0000 mon.a (mon.0) 2490 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:43:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:43:20.040872+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:43:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:43:20.048479+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:43:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:43:20.189435+0000 mon.a (mon.0) 2493 : audit [DBG] from='client.? 172.21.15.23:0/1501088990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:43:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:43:19.531797+0000 mgr.y (mgr.14556) 10120 : audit [DBG] from='client.35126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:43:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:43:19.719982+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:43:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:43:20.040144+0000 mon.a (mon.0) 2490 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:43:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:43:20.040872+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:43:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:43:20.048479+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:43:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:43:20.189435+0000 mon.a (mon.0) 2493 : audit [DBG] from='client.? 172.21.15.23:0/1501088990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:43:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:43:19.531797+0000 mgr.y (mgr.14556) 10120 : audit [DBG] from='client.35126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:43:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:43:19.719982+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:43:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:43:20.040144+0000 mon.a (mon.0) 2490 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:43:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:43:20.040872+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:43:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:43:20.048479+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:43:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:43:20.189435+0000 mon.a (mon.0) 2493 : audit [DBG] from='client.? 172.21.15.23:0/1501088990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:43:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:43:19.824970+0000 mgr.y (mgr.14556) 10121 : audit [DBG] from='client.35132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:43:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:20.490254+0000 mgr.y (mgr.14556) 10122 : cluster [DBG] pgmap v8940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:43:19.824970+0000 mgr.y (mgr.14556) 10121 : audit [DBG] from='client.35132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:43:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:20.490254+0000 mgr.y (mgr.14556) 10122 : cluster [DBG] pgmap v8940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:43:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:43:19.824970+0000 mgr.y (mgr.14556) 10121 : audit [DBG] from='client.35132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:43:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:20.490254+0000 mgr.y (mgr.14556) 10122 : cluster [DBG] pgmap v8940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:23.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:43:23] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:43:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:22.490773+0000 mgr.y (mgr.14556) 10123 : cluster [DBG] pgmap v8941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:22.490773+0000 mgr.y (mgr.14556) 10123 : cluster [DBG] pgmap v8941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:22.490773+0000 mgr.y (mgr.14556) 10123 : cluster [DBG] pgmap v8941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:24.491168+0000 mgr.y (mgr.14556) 10124 : cluster [DBG] pgmap v8942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:24.491168+0000 mgr.y (mgr.14556) 10124 : cluster [DBG] pgmap v8942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:24.491168+0000 mgr.y (mgr.14556) 10124 : cluster [DBG] pgmap v8942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:26.491860+0000 mgr.y (mgr.14556) 10125 : cluster [DBG] pgmap v8943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:26.491860+0000 mgr.y (mgr.14556) 10125 : cluster [DBG] pgmap v8943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:26.491860+0000 mgr.y (mgr.14556) 10125 : cluster [DBG] pgmap v8943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:28.492289+0000 mgr.y (mgr.14556) 10126 : cluster [DBG] pgmap v8944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:28.492289+0000 mgr.y (mgr.14556) 10126 : cluster [DBG] pgmap v8944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:28.492289+0000 mgr.y (mgr.14556) 10126 : cluster [DBG] pgmap v8944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:30.492825+0000 mgr.y (mgr.14556) 10127 : cluster [DBG] pgmap v8945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:43:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:30.492825+0000 mgr.y (mgr.14556) 10127 : cluster [DBG] pgmap v8945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:30.492825+0000 mgr.y (mgr.14556) 10127 : cluster [DBG] pgmap v8945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:32.493302+0000 mgr.y (mgr.14556) 10128 : cluster [DBG] pgmap v8946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:43:33] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:43:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:32.493302+0000 mgr.y (mgr.14556) 10128 : cluster [DBG] pgmap v8946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:32.493302+0000 mgr.y (mgr.14556) 10128 : cluster [DBG] pgmap v8946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:34.493660+0000 mgr.y (mgr.14556) 10129 : cluster [DBG] pgmap v8947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:34.493660+0000 mgr.y (mgr.14556) 10129 : cluster [DBG] pgmap v8947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:34.493660+0000 mgr.y (mgr.14556) 10129 : cluster [DBG] pgmap v8947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:36.494496+0000 mgr.y (mgr.14556) 10130 : cluster [DBG] pgmap v8948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:36.494496+0000 mgr.y (mgr.14556) 10130 : cluster [DBG] pgmap v8948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:36.494496+0000 mgr.y (mgr.14556) 10130 : cluster [DBG] pgmap v8948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:38.494873+0000 mgr.y (mgr.14556) 10131 : cluster [DBG] pgmap v8949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:38.494873+0000 mgr.y (mgr.14556) 10131 : cluster [DBG] pgmap v8949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:38.494873+0000 mgr.y (mgr.14556) 10131 : cluster [DBG] pgmap v8949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:40.495512+0000 mgr.y (mgr.14556) 10132 : cluster [DBG] pgmap v8950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:43:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:40.495512+0000 mgr.y (mgr.14556) 10132 : cluster [DBG] pgmap v8950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:40.495512+0000 mgr.y (mgr.14556) 10132 : cluster [DBG] pgmap v8950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:42.495998+0000 mgr.y (mgr.14556) 10133 : cluster [DBG] pgmap v8951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:42.495998+0000 mgr.y (mgr.14556) 10133 : cluster [DBG] pgmap v8951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:42.495998+0000 mgr.y (mgr.14556) 10133 : cluster [DBG] pgmap v8951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:43:43] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:43:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:44.496414+0000 mgr.y (mgr.14556) 10134 : cluster [DBG] pgmap v8952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:44.496414+0000 mgr.y (mgr.14556) 10134 : cluster [DBG] pgmap v8952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:44.496414+0000 mgr.y (mgr.14556) 10134 : cluster [DBG] pgmap v8952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:46.497237+0000 mgr.y (mgr.14556) 10135 : cluster [DBG] pgmap v8953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:46.497237+0000 mgr.y (mgr.14556) 10135 : cluster [DBG] pgmap v8953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:46.497237+0000 mgr.y (mgr.14556) 10135 : cluster [DBG] pgmap v8953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:48.497697+0000 mgr.y (mgr.14556) 10136 : cluster [DBG] pgmap v8954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:48.497697+0000 mgr.y (mgr.14556) 10136 : cluster [DBG] pgmap v8954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:48.497697+0000 mgr.y (mgr.14556) 10136 : cluster [DBG] pgmap v8954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:50.516 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:43:50.806 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:43:50.806 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 91s ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:43:50.806 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 91s ago 4h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:43:50.806 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 91s ago 4h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:43:50.806 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 91s ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:43:50.806 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 91s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:43:50.806 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 91s ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:43:50.806 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 91s ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:43:50.806 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 91s ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:43:50.807 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 91s ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:43:50.807 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 91s ago 4h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:43:50.807 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 91s ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:43:50.807 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 91s ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:43:50.807 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 91s ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:43:50.807 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 91s ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:43:50.807 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 91s ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:43:50.807 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 91s ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:43:50.807 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (4h) 91s ago 4h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:43:50.807 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 91s ago 4h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:43:50.807 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 91s ago 4h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:43:50.807 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 91s ago 4h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:43:51.154 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:43:51.155 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:43:51.156 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:43:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:50.498207+0000 mgr.y (mgr.14556) 10137 : cluster [DBG] pgmap v8955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:43:50.505050+0000 mgr.y (mgr.14556) 10138 : audit [DBG] from='client.25233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:43:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:43:51.155296+0000 mon.a (mon.0) 2494 : audit [DBG] from='client.? 172.21.15.23:0/3721388503' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:43:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:50.498207+0000 mgr.y (mgr.14556) 10137 : cluster [DBG] pgmap v8955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:43:50.505050+0000 mgr.y (mgr.14556) 10138 : audit [DBG] from='client.25233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:43:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:43:51.155296+0000 mon.a (mon.0) 2494 : audit [DBG] from='client.? 172.21.15.23:0/3721388503' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:43:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:43:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:50.498207+0000 mgr.y (mgr.14556) 10137 : cluster [DBG] pgmap v8955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:43:50.505050+0000 mgr.y (mgr.14556) 10138 : audit [DBG] from='client.25233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:43:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:43:51.155296+0000 mon.a (mon.0) 2494 : audit [DBG] from='client.? 172.21.15.23:0/3721388503' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:43:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:43:50.798892+0000 mgr.y (mgr.14556) 10139 : audit [DBG] from='client.25239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:43:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:43:50.798892+0000 mgr.y (mgr.14556) 10139 : audit [DBG] from='client.25239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:43:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:43:50.798892+0000 mgr.y (mgr.14556) 10139 : audit [DBG] from='client.25239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:43:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:52.498747+0000 mgr.y (mgr.14556) 10140 : cluster [DBG] pgmap v8956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:43:53] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:43:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:52.498747+0000 mgr.y (mgr.14556) 10140 : cluster [DBG] pgmap v8956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:52.498747+0000 mgr.y (mgr.14556) 10140 : cluster [DBG] pgmap v8956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:54.499112+0000 mgr.y (mgr.14556) 10141 : cluster [DBG] pgmap v8957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:54.499112+0000 mgr.y (mgr.14556) 10141 : cluster [DBG] pgmap v8957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:54.499112+0000 mgr.y (mgr.14556) 10141 : cluster [DBG] pgmap v8957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:56.499789+0000 mgr.y (mgr.14556) 10142 : cluster [DBG] pgmap v8958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:56.499789+0000 mgr.y (mgr.14556) 10142 : cluster [DBG] pgmap v8958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:43:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:56.499789+0000 mgr.y (mgr.14556) 10142 : cluster [DBG] pgmap v8958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:43:58.500341+0000 mgr.y (mgr.14556) 10143 : cluster [DBG] pgmap v8959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:43:58.500341+0000 mgr.y (mgr.14556) 10143 : cluster [DBG] pgmap v8959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:43:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:43:58.500341+0000 mgr.y (mgr.14556) 10143 : cluster [DBG] pgmap v8959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:00.500937+0000 mgr.y (mgr.14556) 10144 : cluster [DBG] pgmap v8960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:44:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:00.500937+0000 mgr.y (mgr.14556) 10144 : cluster [DBG] pgmap v8960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:00.500937+0000 mgr.y (mgr.14556) 10144 : cluster [DBG] pgmap v8960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:02.501477+0000 mgr.y (mgr.14556) 10145 : cluster [DBG] pgmap v8961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:02.501477+0000 mgr.y (mgr.14556) 10145 : cluster [DBG] pgmap v8961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:02.501477+0000 mgr.y (mgr.14556) 10145 : cluster [DBG] pgmap v8961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:44:03] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:44:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:04.502070+0000 mgr.y (mgr.14556) 10146 : cluster [DBG] pgmap v8962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:04.502070+0000 mgr.y (mgr.14556) 10146 : cluster [DBG] pgmap v8962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:04.502070+0000 mgr.y (mgr.14556) 10146 : cluster [DBG] pgmap v8962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:06.502942+0000 mgr.y (mgr.14556) 10147 : cluster [DBG] pgmap v8963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:06.502942+0000 mgr.y (mgr.14556) 10147 : cluster [DBG] pgmap v8963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:06.502942+0000 mgr.y (mgr.14556) 10147 : cluster [DBG] pgmap v8963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:08.503294+0000 mgr.y (mgr.14556) 10148 : cluster [DBG] pgmap v8964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:08.503294+0000 mgr.y (mgr.14556) 10148 : cluster [DBG] pgmap v8964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:08.503294+0000 mgr.y (mgr.14556) 10148 : cluster [DBG] pgmap v8964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:11.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:10.503971+0000 mgr.y (mgr.14556) 10149 : cluster [DBG] pgmap v8965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:10.503971+0000 mgr.y (mgr.14556) 10149 : cluster [DBG] pgmap v8965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:10.503971+0000 mgr.y (mgr.14556) 10149 : cluster [DBG] pgmap v8965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:44:13.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:44:13] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:44:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:12.504476+0000 mgr.y (mgr.14556) 10150 : cluster [DBG] pgmap v8966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:12.504476+0000 mgr.y (mgr.14556) 10150 : cluster [DBG] pgmap v8966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:12.504476+0000 mgr.y (mgr.14556) 10150 : cluster [DBG] pgmap v8966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:14.504896+0000 mgr.y (mgr.14556) 10151 : cluster [DBG] pgmap v8967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:14.504896+0000 mgr.y (mgr.14556) 10151 : cluster [DBG] pgmap v8967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:14.504896+0000 mgr.y (mgr.14556) 10151 : cluster [DBG] pgmap v8967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:17.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:16.505744+0000 mgr.y (mgr.14556) 10152 : cluster [DBG] pgmap v8968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:16.505744+0000 mgr.y (mgr.14556) 10152 : cluster [DBG] pgmap v8968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:16.505744+0000 mgr.y (mgr.14556) 10152 : cluster [DBG] pgmap v8968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:18.506219+0000 mgr.y (mgr.14556) 10153 : cluster [DBG] pgmap v8969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:18.506219+0000 mgr.y (mgr.14556) 10153 : cluster [DBG] pgmap v8969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:18.506219+0000 mgr.y (mgr.14556) 10153 : cluster [DBG] pgmap v8969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:44:20.052977+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:44:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:44:20.359785+0000 mon.a (mon.0) 2496 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:44:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:44:20.360430+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:44:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:44:20.366342+0000 mon.a (mon.0) 2498 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:44:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:44:20.052977+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:44:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:44:20.359785+0000 mon.a (mon.0) 2496 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:44:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:44:20.360430+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:44:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:44:20.366342+0000 mon.a (mon.0) 2498 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:44:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:44:20.052977+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:44:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:44:20.359785+0000 mon.a (mon.0) 2496 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:44:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:44:20.360430+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:44:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:44:20.366342+0000 mon.a (mon.0) 2498 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:44:21.480 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:44:21.768 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:44:21.768 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 2m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:44:21.768 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 2m ago 4h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:44:21.768 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 2m ago 4h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:44:21.768 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 2m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:44:21.768 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 2m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:44:21.768 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 2m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:44:21.768 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 2m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:44:21.768 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 2m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:44:21.769 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 2m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:44:21.769 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 2m ago 4h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:44:21.769 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 2m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:44:21.769 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 2m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:44:21.769 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 2m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:44:21.769 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 2m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:44:21.769 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 2m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:44:21.769 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 2m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:44:21.769 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 2m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:44:21.769 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (4h) 2m ago 4h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:44:21.769 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 2m ago 4h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:44:21.769 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 2m ago 4h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:44:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:20.506881+0000 mgr.y (mgr.14556) 10154 : cluster [DBG] pgmap v8970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:44:22.116 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:44:22.116 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:44:22.116 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:44:22.116 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:44:22.116 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:44:22.116 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:44:22.116 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:44:22.116 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:44:22.116 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:44:22.116 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:44:22.116 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:44:22.116 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:44:22.117 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:44:22.117 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:44:22.117 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:44:22.117 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:44:22.117 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:44:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:20.506881+0000 mgr.y (mgr.14556) 10154 : cluster [DBG] pgmap v8970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:20.506881+0000 mgr.y (mgr.14556) 10154 : cluster [DBG] pgmap v8970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:44:21.468718+0000 mgr.y (mgr.14556) 10155 : audit [DBG] from='client.25251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:44:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:44:22.116360+0000 mon.c (mon.2) 268 : audit [DBG] from='client.? 172.21.15.23:0/1103791989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:44:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:44:21.468718+0000 mgr.y (mgr.14556) 10155 : audit [DBG] from='client.25251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:44:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:44:22.116360+0000 mon.c (mon.2) 268 : audit [DBG] from='client.? 172.21.15.23:0/1103791989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:44:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:44:21.468718+0000 mgr.y (mgr.14556) 10155 : audit [DBG] from='client.25251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:44:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:44:22.116360+0000 mon.c (mon.2) 268 : audit [DBG] from='client.? 172.21.15.23:0/1103791989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:44:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:44:21.760992+0000 mgr.y (mgr.14556) 10156 : audit [DBG] from='client.25257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:44:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:22.507203+0000 mgr.y (mgr.14556) 10157 : cluster [DBG] pgmap v8971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:44:23] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:44:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:44:21.760992+0000 mgr.y (mgr.14556) 10156 : audit [DBG] from='client.25257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:44:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:22.507203+0000 mgr.y (mgr.14556) 10157 : cluster [DBG] pgmap v8971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:44:21.760992+0000 mgr.y (mgr.14556) 10156 : audit [DBG] from='client.25257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:44:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:22.507203+0000 mgr.y (mgr.14556) 10157 : cluster [DBG] pgmap v8971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:24.507702+0000 mgr.y (mgr.14556) 10158 : cluster [DBG] pgmap v8972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:24.507702+0000 mgr.y (mgr.14556) 10158 : cluster [DBG] pgmap v8972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:24.507702+0000 mgr.y (mgr.14556) 10158 : cluster [DBG] pgmap v8972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:26.508415+0000 mgr.y (mgr.14556) 10159 : cluster [DBG] pgmap v8973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:26.508415+0000 mgr.y (mgr.14556) 10159 : cluster [DBG] pgmap v8973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:26.508415+0000 mgr.y (mgr.14556) 10159 : cluster [DBG] pgmap v8973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:28.508983+0000 mgr.y (mgr.14556) 10160 : cluster [DBG] pgmap v8974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:28.508983+0000 mgr.y (mgr.14556) 10160 : cluster [DBG] pgmap v8974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:28.508983+0000 mgr.y (mgr.14556) 10160 : cluster [DBG] pgmap v8974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:30.509831+0000 mgr.y (mgr.14556) 10161 : cluster [DBG] pgmap v8975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:44:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:30.509831+0000 mgr.y (mgr.14556) 10161 : cluster [DBG] pgmap v8975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:30.509831+0000 mgr.y (mgr.14556) 10161 : cluster [DBG] pgmap v8975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:32.510382+0000 mgr.y (mgr.14556) 10162 : cluster [DBG] pgmap v8976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:32.510382+0000 mgr.y (mgr.14556) 10162 : cluster [DBG] pgmap v8976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:32.510382+0000 mgr.y (mgr.14556) 10162 : cluster [DBG] pgmap v8976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:44:33] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:44:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:34.510856+0000 mgr.y (mgr.14556) 10163 : cluster [DBG] pgmap v8977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:34.510856+0000 mgr.y (mgr.14556) 10163 : cluster [DBG] pgmap v8977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:34.510856+0000 mgr.y (mgr.14556) 10163 : cluster [DBG] pgmap v8977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:36.511526+0000 mgr.y (mgr.14556) 10164 : cluster [DBG] pgmap v8978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:36.511526+0000 mgr.y (mgr.14556) 10164 : cluster [DBG] pgmap v8978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:36.511526+0000 mgr.y (mgr.14556) 10164 : cluster [DBG] pgmap v8978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:38.511962+0000 mgr.y (mgr.14556) 10165 : cluster [DBG] pgmap v8979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:38.511962+0000 mgr.y (mgr.14556) 10165 : cluster [DBG] pgmap v8979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:38.511962+0000 mgr.y (mgr.14556) 10165 : cluster [DBG] pgmap v8979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:40.512579+0000 mgr.y (mgr.14556) 10166 : cluster [DBG] pgmap v8980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:40.512579+0000 mgr.y (mgr.14556) 10166 : cluster [DBG] pgmap v8980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:40.512579+0000 mgr.y (mgr.14556) 10166 : cluster [DBG] pgmap v8980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:44:43.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:44:43] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:44:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:42.513020+0000 mgr.y (mgr.14556) 10167 : cluster [DBG] pgmap v8981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:42.513020+0000 mgr.y (mgr.14556) 10167 : cluster [DBG] pgmap v8981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:42.513020+0000 mgr.y (mgr.14556) 10167 : cluster [DBG] pgmap v8981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:44.513606+0000 mgr.y (mgr.14556) 10168 : cluster [DBG] pgmap v8982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:44.513606+0000 mgr.y (mgr.14556) 10168 : cluster [DBG] pgmap v8982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:44.513606+0000 mgr.y (mgr.14556) 10168 : cluster [DBG] pgmap v8982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:46.514495+0000 mgr.y (mgr.14556) 10169 : cluster [DBG] pgmap v8983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:46.514495+0000 mgr.y (mgr.14556) 10169 : cluster [DBG] pgmap v8983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:46.514495+0000 mgr.y (mgr.14556) 10169 : cluster [DBG] pgmap v8983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:48.515054+0000 mgr.y (mgr.14556) 10170 : cluster [DBG] pgmap v8984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:48.515054+0000 mgr.y (mgr.14556) 10170 : cluster [DBG] pgmap v8984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:48.515054+0000 mgr.y (mgr.14556) 10170 : cluster [DBG] pgmap v8984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:50.515774+0000 mgr.y (mgr.14556) 10171 : cluster [DBG] pgmap v8985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:44:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:50.515774+0000 mgr.y (mgr.14556) 10171 : cluster [DBG] pgmap v8985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:50.515774+0000 mgr.y (mgr.14556) 10171 : cluster [DBG] pgmap v8985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:52.440 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:44:52.729 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:44:52.729 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 2m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:44:52.729 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 2m ago 4h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:44:52.729 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (4h) 2m ago 4h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:44:52.729 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (4h) 2m ago 4h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 2m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 2m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 2m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 2m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 2m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 2m ago 4h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 2m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 2m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 2m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 2m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 2m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 2m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 2m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 2m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:44:52.730 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (4h) 2m ago 4h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:44:52.731 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 2m ago 4h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:44:53.078 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:44:53.078 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:44:53.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:44:53.078 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:44:53.078 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:44:53.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:44:53.078 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:44:53.079 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:44:53.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:44:53.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:44:53.079 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:44:53.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:44:53.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:44:53.079 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:44:53.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:44:53.079 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:44:53.079 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:44:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:44:53] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:44:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:44:52.429451+0000 mgr.y (mgr.14556) 10172 : audit [DBG] from='client.25269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:44:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:52.516170+0000 mgr.y (mgr.14556) 10173 : cluster [DBG] pgmap v8986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:44:53.078979+0000 mon.a (mon.0) 2499 : audit [DBG] from='client.? 172.21.15.23:0/2979955906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:44:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:44:52.429451+0000 mgr.y (mgr.14556) 10172 : audit [DBG] from='client.25269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:44:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:52.516170+0000 mgr.y (mgr.14556) 10173 : cluster [DBG] pgmap v8986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:44:53.078979+0000 mon.a (mon.0) 2499 : audit [DBG] from='client.? 172.21.15.23:0/2979955906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:44:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:44:52.429451+0000 mgr.y (mgr.14556) 10172 : audit [DBG] from='client.25269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:44:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:52.516170+0000 mgr.y (mgr.14556) 10173 : cluster [DBG] pgmap v8986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:44:53.078979+0000 mon.a (mon.0) 2499 : audit [DBG] from='client.? 172.21.15.23:0/2979955906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:44:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:44:52.721883+0000 mgr.y (mgr.14556) 10174 : audit [DBG] from='client.35186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:44:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:44:52.721883+0000 mgr.y (mgr.14556) 10174 : audit [DBG] from='client.35186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:44:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:44:52.721883+0000 mgr.y (mgr.14556) 10174 : audit [DBG] from='client.35186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:44:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:54.516598+0000 mgr.y (mgr.14556) 10175 : cluster [DBG] pgmap v8987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:54.516598+0000 mgr.y (mgr.14556) 10175 : cluster [DBG] pgmap v8987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:54.516598+0000 mgr.y (mgr.14556) 10175 : cluster [DBG] pgmap v8987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:56.517440+0000 mgr.y (mgr.14556) 10176 : cluster [DBG] pgmap v8988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:56.517440+0000 mgr.y (mgr.14556) 10176 : cluster [DBG] pgmap v8988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:56.517440+0000 mgr.y (mgr.14556) 10176 : cluster [DBG] pgmap v8988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:44:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:44:58.517987+0000 mgr.y (mgr.14556) 10177 : cluster [DBG] pgmap v8989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:44:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:44:58.517987+0000 mgr.y (mgr.14556) 10177 : cluster [DBG] pgmap v8989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:44:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:44:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:44:58.517987+0000 mgr.y (mgr.14556) 10177 : cluster [DBG] pgmap v8989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:00.518686+0000 mgr.y (mgr.14556) 10178 : cluster [DBG] pgmap v8990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:00.518686+0000 mgr.y (mgr.14556) 10178 : cluster [DBG] pgmap v8990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:00.518686+0000 mgr.y (mgr.14556) 10178 : cluster [DBG] pgmap v8990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:45:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:45:03] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:45:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:02.519232+0000 mgr.y (mgr.14556) 10179 : cluster [DBG] pgmap v8991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:02.519232+0000 mgr.y (mgr.14556) 10179 : cluster [DBG] pgmap v8991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:02.519232+0000 mgr.y (mgr.14556) 10179 : cluster [DBG] pgmap v8991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:04.519631+0000 mgr.y (mgr.14556) 10180 : cluster [DBG] pgmap v8992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:04.519631+0000 mgr.y (mgr.14556) 10180 : cluster [DBG] pgmap v8992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:04.519631+0000 mgr.y (mgr.14556) 10180 : cluster [DBG] pgmap v8992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:06.520455+0000 mgr.y (mgr.14556) 10181 : cluster [DBG] pgmap v8993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:06.520455+0000 mgr.y (mgr.14556) 10181 : cluster [DBG] pgmap v8993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:06.520455+0000 mgr.y (mgr.14556) 10181 : cluster [DBG] pgmap v8993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:08.521027+0000 mgr.y (mgr.14556) 10182 : cluster [DBG] pgmap v8994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:08.521027+0000 mgr.y (mgr.14556) 10182 : cluster [DBG] pgmap v8994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:08.521027+0000 mgr.y (mgr.14556) 10182 : cluster [DBG] pgmap v8994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:10.521672+0000 mgr.y (mgr.14556) 10183 : cluster [DBG] pgmap v8995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:45:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:10.521672+0000 mgr.y (mgr.14556) 10183 : cluster [DBG] pgmap v8995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:10.521672+0000 mgr.y (mgr.14556) 10183 : cluster [DBG] pgmap v8995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:45:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:45:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:12.522178+0000 mgr.y (mgr.14556) 10184 : cluster [DBG] pgmap v8996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:12.522178+0000 mgr.y (mgr.14556) 10184 : cluster [DBG] pgmap v8996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:12.522178+0000 mgr.y (mgr.14556) 10184 : cluster [DBG] pgmap v8996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:16.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:14.522736+0000 mgr.y (mgr.14556) 10185 : cluster [DBG] pgmap v8997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:14.522736+0000 mgr.y (mgr.14556) 10185 : cluster [DBG] pgmap v8997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:14.522736+0000 mgr.y (mgr.14556) 10185 : cluster [DBG] pgmap v8997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:16.523398+0000 mgr.y (mgr.14556) 10186 : cluster [DBG] pgmap v8998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:16.523398+0000 mgr.y (mgr.14556) 10186 : cluster [DBG] pgmap v8998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:16.523398+0000 mgr.y (mgr.14556) 10186 : cluster [DBG] pgmap v8998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:18.523967+0000 mgr.y (mgr.14556) 10187 : cluster [DBG] pgmap v8999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:18.523967+0000 mgr.y (mgr.14556) 10187 : cluster [DBG] pgmap v8999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:18.523967+0000 mgr.y (mgr.14556) 10187 : cluster [DBG] pgmap v8999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:45:20.371468+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:45:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:20.524530+0000 mgr.y (mgr.14556) 10188 : cluster [DBG] pgmap v9000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:45:20.625929+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:45:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:45:20.640680+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:45:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:45:20.371468+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:45:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:20.524530+0000 mgr.y (mgr.14556) 10188 : cluster [DBG] pgmap v9000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:45:20.625929+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:45:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:45:20.640680+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:45:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:45:20.371468+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:45:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:20.524530+0000 mgr.y (mgr.14556) 10188 : cluster [DBG] pgmap v9000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:45:20.625929+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:45:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:45:20.640680+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:45:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:45:20.930895+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:45:20.931748+0000 mon.a (mon.0) 2504 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:45:20.941359+0000 mon.a (mon.0) 2505 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:45:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:45:20.930895+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:45:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:45:20.931748+0000 mon.a (mon.0) 2504 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:45:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:45:20.941359+0000 mon.a (mon.0) 2505 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:45:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:45:20.930895+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:45:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:45:20.931748+0000 mon.a (mon.0) 2504 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:45:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:45:20.941359+0000 mon.a (mon.0) 2505 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:45:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:22.525015+0000 mgr.y (mgr.14556) 10189 : cluster [DBG] pgmap v9001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:22.525015+0000 mgr.y (mgr.14556) 10189 : cluster [DBG] pgmap v9001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:22.525015+0000 mgr.y (mgr.14556) 10189 : cluster [DBG] pgmap v9001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:23.402 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:45:23.690 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:45:23.690 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 3m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:45:23.690 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 3m ago 4h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:45:23.690 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 3m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:45:23.690 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 3m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:45:23.690 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 3m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:45:23.690 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 3m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 3m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 3m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 3m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 3m ago 4h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 3m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 3m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 3m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 3m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 3m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 3m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 3m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 3m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 3m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:45:23.691 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 3m ago 4h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:45:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:45:24.041 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:45:24.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:45:24.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:45:24.041 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:45:24.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:45:24.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:45:24.042 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:45:24.042 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:45:24.042 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:45:24.042 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:45:24.042 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:45:24.042 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:45:24.042 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:45:24.042 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:45:24.042 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:45:24.042 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:45:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:45:23] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:45:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:45:23.391396+0000 mgr.y (mgr.14556) 10190 : audit [DBG] from='client.25287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:45:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:45:23.682832+0000 mgr.y (mgr.14556) 10191 : audit [DBG] from='client.25293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:45:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:45:23.391396+0000 mgr.y (mgr.14556) 10190 : audit [DBG] from='client.25287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:45:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:45:23.682832+0000 mgr.y (mgr.14556) 10191 : audit [DBG] from='client.25293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:45:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:45:23.391396+0000 mgr.y (mgr.14556) 10190 : audit [DBG] from='client.25287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:45:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:45:23.682832+0000 mgr.y (mgr.14556) 10191 : audit [DBG] from='client.25293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:45:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:45:24.041993+0000 mon.c (mon.2) 269 : audit [DBG] from='client.? 172.21.15.23:0/2304882119' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:45:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:24.525371+0000 mgr.y (mgr.14556) 10192 : cluster [DBG] pgmap v9002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:45:24.041993+0000 mon.c (mon.2) 269 : audit [DBG] from='client.? 172.21.15.23:0/2304882119' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:45:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:24.525371+0000 mgr.y (mgr.14556) 10192 : cluster [DBG] pgmap v9002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:45:24.041993+0000 mon.c (mon.2) 269 : audit [DBG] from='client.? 172.21.15.23:0/2304882119' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:45:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:24.525371+0000 mgr.y (mgr.14556) 10192 : cluster [DBG] pgmap v9002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:27.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:26.526045+0000 mgr.y (mgr.14556) 10193 : cluster [DBG] pgmap v9003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:26.526045+0000 mgr.y (mgr.14556) 10193 : cluster [DBG] pgmap v9003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:26.526045+0000 mgr.y (mgr.14556) 10193 : cluster [DBG] pgmap v9003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:28.526483+0000 mgr.y (mgr.14556) 10194 : cluster [DBG] pgmap v9004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:28.526483+0000 mgr.y (mgr.14556) 10194 : cluster [DBG] pgmap v9004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:28.526483+0000 mgr.y (mgr.14556) 10194 : cluster [DBG] pgmap v9004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:30.527010+0000 mgr.y (mgr.14556) 10195 : cluster [DBG] pgmap v9005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:30.527010+0000 mgr.y (mgr.14556) 10195 : cluster [DBG] pgmap v9005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:30.527010+0000 mgr.y (mgr.14556) 10195 : cluster [DBG] pgmap v9005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:45:33.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:45:33] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:45:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:32.527409+0000 mgr.y (mgr.14556) 10196 : cluster [DBG] pgmap v9006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:32.527409+0000 mgr.y (mgr.14556) 10196 : cluster [DBG] pgmap v9006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:32.527409+0000 mgr.y (mgr.14556) 10196 : cluster [DBG] pgmap v9006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:35.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:34.527924+0000 mgr.y (mgr.14556) 10197 : cluster [DBG] pgmap v9007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:34.527924+0000 mgr.y (mgr.14556) 10197 : cluster [DBG] pgmap v9007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:34.527924+0000 mgr.y (mgr.14556) 10197 : cluster [DBG] pgmap v9007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:36.528546+0000 mgr.y (mgr.14556) 10198 : cluster [DBG] pgmap v9008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:36.528546+0000 mgr.y (mgr.14556) 10198 : cluster [DBG] pgmap v9008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:36.528546+0000 mgr.y (mgr.14556) 10198 : cluster [DBG] pgmap v9008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:38.528965+0000 mgr.y (mgr.14556) 10199 : cluster [DBG] pgmap v9009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:38.528965+0000 mgr.y (mgr.14556) 10199 : cluster [DBG] pgmap v9009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:38.528965+0000 mgr.y (mgr.14556) 10199 : cluster [DBG] pgmap v9009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:40.529675+0000 mgr.y (mgr.14556) 10200 : cluster [DBG] pgmap v9010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:45:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:40.529675+0000 mgr.y (mgr.14556) 10200 : cluster [DBG] pgmap v9010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:40.529675+0000 mgr.y (mgr.14556) 10200 : cluster [DBG] pgmap v9010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:42.530075+0000 mgr.y (mgr.14556) 10201 : cluster [DBG] pgmap v9011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:45:43] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:45:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:42.530075+0000 mgr.y (mgr.14556) 10201 : cluster [DBG] pgmap v9011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:42.530075+0000 mgr.y (mgr.14556) 10201 : cluster [DBG] pgmap v9011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:44.530465+0000 mgr.y (mgr.14556) 10202 : cluster [DBG] pgmap v9012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:44.530465+0000 mgr.y (mgr.14556) 10202 : cluster [DBG] pgmap v9012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:44.530465+0000 mgr.y (mgr.14556) 10202 : cluster [DBG] pgmap v9012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:46.531126+0000 mgr.y (mgr.14556) 10203 : cluster [DBG] pgmap v9013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:46.531126+0000 mgr.y (mgr.14556) 10203 : cluster [DBG] pgmap v9013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:46.531126+0000 mgr.y (mgr.14556) 10203 : cluster [DBG] pgmap v9013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:48.531492+0000 mgr.y (mgr.14556) 10204 : cluster [DBG] pgmap v9014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:48.531492+0000 mgr.y (mgr.14556) 10204 : cluster [DBG] pgmap v9014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:48.531492+0000 mgr.y (mgr.14556) 10204 : cluster [DBG] pgmap v9014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:50.532061+0000 mgr.y (mgr.14556) 10205 : cluster [DBG] pgmap v9015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:45:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:50.532061+0000 mgr.y (mgr.14556) 10205 : cluster [DBG] pgmap v9015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:50.532061+0000 mgr.y (mgr.14556) 10205 : cluster [DBG] pgmap v9015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:52.532544+0000 mgr.y (mgr.14556) 10206 : cluster [DBG] pgmap v9016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:52.532544+0000 mgr.y (mgr.14556) 10206 : cluster [DBG] pgmap v9016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:52.532544+0000 mgr.y (mgr.14556) 10206 : cluster [DBG] pgmap v9016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:45:53] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:45:54.366 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:45:54.657 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:45:54.657 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 3m ago 4h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:45:54.657 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 3m ago 4h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:45:54.657 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 3m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:45:54.657 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 3m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:45:54.657 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 3m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:45:54.657 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 3m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:45:54.657 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 3m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:45:54.657 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 3m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:45:54.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 3m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:45:54.658 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4h) 3m ago 4h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:45:54.658 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (4h) 3m ago 4h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:45:54.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 3m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:45:54.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 3m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:45:54.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 3m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:45:54.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 3m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:45:54.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 3m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:45:54.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 3m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:45:54.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 3m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:45:54.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 3m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:45:54.658 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 3m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:45:55.002 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:45:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:45:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:45:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:45:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:45:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:45:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:45:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:45:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:45:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:45:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:45:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:45:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:45:55.004 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:45:55.004 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:45:55.004 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:45:55.004 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:45:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:45:54.354903+0000 mgr.y (mgr.14556) 10207 : audit [DBG] from='client.25305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:45:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:54.532882+0000 mgr.y (mgr.14556) 10208 : cluster [DBG] pgmap v9017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:45:54.649870+0000 mgr.y (mgr.14556) 10209 : audit [DBG] from='client.25311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:45:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:45:55.003641+0000 mon.a (mon.0) 2506 : audit [DBG] from='client.? 172.21.15.23:0/3069266929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:45:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:45:54.354903+0000 mgr.y (mgr.14556) 10207 : audit [DBG] from='client.25305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:45:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:54.532882+0000 mgr.y (mgr.14556) 10208 : cluster [DBG] pgmap v9017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:45:54.649870+0000 mgr.y (mgr.14556) 10209 : audit [DBG] from='client.25311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:45:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:45:55.003641+0000 mon.a (mon.0) 2506 : audit [DBG] from='client.? 172.21.15.23:0/3069266929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:45:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:45:54.354903+0000 mgr.y (mgr.14556) 10207 : audit [DBG] from='client.25305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:45:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:54.532882+0000 mgr.y (mgr.14556) 10208 : cluster [DBG] pgmap v9017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:45:54.649870+0000 mgr.y (mgr.14556) 10209 : audit [DBG] from='client.25311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:45:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:45:55.003641+0000 mon.a (mon.0) 2506 : audit [DBG] from='client.? 172.21.15.23:0/3069266929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:45:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:56.533585+0000 mgr.y (mgr.14556) 10210 : cluster [DBG] pgmap v9018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:56.533585+0000 mgr.y (mgr.14556) 10210 : cluster [DBG] pgmap v9018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:56.533585+0000 mgr.y (mgr.14556) 10210 : cluster [DBG] pgmap v9018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:45:58.534256+0000 mgr.y (mgr.14556) 10211 : cluster [DBG] pgmap v9019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:45:58.534256+0000 mgr.y (mgr.14556) 10211 : cluster [DBG] pgmap v9019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:45:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:45:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:45:58.534256+0000 mgr.y (mgr.14556) 10211 : cluster [DBG] pgmap v9019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:00.534947+0000 mgr.y (mgr.14556) 10212 : cluster [DBG] pgmap v9020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:46:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:00.534947+0000 mgr.y (mgr.14556) 10212 : cluster [DBG] pgmap v9020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:00.534947+0000 mgr.y (mgr.14556) 10212 : cluster [DBG] pgmap v9020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:02.535418+0000 mgr.y (mgr.14556) 10213 : cluster [DBG] pgmap v9021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:02.535418+0000 mgr.y (mgr.14556) 10213 : cluster [DBG] pgmap v9021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:02.535418+0000 mgr.y (mgr.14556) 10213 : cluster [DBG] pgmap v9021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:46:03] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:46:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:04.535799+0000 mgr.y (mgr.14556) 10214 : cluster [DBG] pgmap v9022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:04.535799+0000 mgr.y (mgr.14556) 10214 : cluster [DBG] pgmap v9022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:04.535799+0000 mgr.y (mgr.14556) 10214 : cluster [DBG] pgmap v9022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:06.536530+0000 mgr.y (mgr.14556) 10215 : cluster [DBG] pgmap v9023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:06.536530+0000 mgr.y (mgr.14556) 10215 : cluster [DBG] pgmap v9023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:06.536530+0000 mgr.y (mgr.14556) 10215 : cluster [DBG] pgmap v9023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:10.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:08.537068+0000 mgr.y (mgr.14556) 10216 : cluster [DBG] pgmap v9024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:08.537068+0000 mgr.y (mgr.14556) 10216 : cluster [DBG] pgmap v9024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:08.537068+0000 mgr.y (mgr.14556) 10216 : cluster [DBG] pgmap v9024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:10.537756+0000 mgr.y (mgr.14556) 10217 : cluster [DBG] pgmap v9025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:46:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:10.537756+0000 mgr.y (mgr.14556) 10217 : cluster [DBG] pgmap v9025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:10.537756+0000 mgr.y (mgr.14556) 10217 : cluster [DBG] pgmap v9025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:46:13] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:46:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:12.538193+0000 mgr.y (mgr.14556) 10218 : cluster [DBG] pgmap v9026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:12.538193+0000 mgr.y (mgr.14556) 10218 : cluster [DBG] pgmap v9026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:12.538193+0000 mgr.y (mgr.14556) 10218 : cluster [DBG] pgmap v9026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:14.538781+0000 mgr.y (mgr.14556) 10219 : cluster [DBG] pgmap v9027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:14.538781+0000 mgr.y (mgr.14556) 10219 : cluster [DBG] pgmap v9027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:14.538781+0000 mgr.y (mgr.14556) 10219 : cluster [DBG] pgmap v9027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:16.539699+0000 mgr.y (mgr.14556) 10220 : cluster [DBG] pgmap v9028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:16.539699+0000 mgr.y (mgr.14556) 10220 : cluster [DBG] pgmap v9028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:16.539699+0000 mgr.y (mgr.14556) 10220 : cluster [DBG] pgmap v9028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:18.540097+0000 mgr.y (mgr.14556) 10221 : cluster [DBG] pgmap v9029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:18.540097+0000 mgr.y (mgr.14556) 10221 : cluster [DBG] pgmap v9029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:18.540097+0000 mgr.y (mgr.14556) 10221 : cluster [DBG] pgmap v9029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:21.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:20.540742+0000 mgr.y (mgr.14556) 10222 : cluster [DBG] pgmap v9030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:20.540742+0000 mgr.y (mgr.14556) 10222 : cluster [DBG] pgmap v9030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:20.540742+0000 mgr.y (mgr.14556) 10222 : cluster [DBG] pgmap v9030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:46:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:46:20.945732+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:46:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:46:21.256072+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:46:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:46:21.256743+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:46:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:46:21.262934+0000 mon.a (mon.0) 2510 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:46:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:46:20.945732+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:46:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:46:21.256072+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:46:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:46:21.256743+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:46:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:46:21.262934+0000 mon.a (mon.0) 2510 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:46:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:46:20.945732+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:46:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:46:21.256072+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:46:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:46:21.256743+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:46:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:46:21.262934+0000 mon.a (mon.0) 2510 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:46:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:22.541193+0000 mgr.y (mgr.14556) 10223 : cluster [DBG] pgmap v9031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:22.541193+0000 mgr.y (mgr.14556) 10223 : cluster [DBG] pgmap v9031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:22.541193+0000 mgr.y (mgr.14556) 10223 : cluster [DBG] pgmap v9031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:46:23] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:46:25.329 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:46:25.617 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:46:25.617 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:46:25.617 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (4h) 4m ago 4h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:46:25.617 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 4m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:46:25.617 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:46:25.617 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:46:25.617 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 4m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:46:25.617 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 4m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:46:25.617 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:46:25.617 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 4m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:46:25.617 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 4m ago 5h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:46:25.618 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:46:25.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 4m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:46:25.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 4m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:46:25.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 4m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:46:25.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 4m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:46:25.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:46:25.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:46:25.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:46:25.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:46:25.618 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:46:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:24.541575+0000 mgr.y (mgr.14556) 10224 : cluster [DBG] pgmap v9032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:24.541575+0000 mgr.y (mgr.14556) 10224 : cluster [DBG] pgmap v9032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:24.541575+0000 mgr.y (mgr.14556) 10224 : cluster [DBG] pgmap v9032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:25.968 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:46:25.968 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:46:25.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:46:25.968 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:46:25.969 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:46:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:46:25.318228+0000 mgr.y (mgr.14556) 10225 : audit [DBG] from='client.25323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:46:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:46:25.609449+0000 mgr.y (mgr.14556) 10226 : audit [DBG] from='client.25329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:46:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:46:25.969464+0000 mon.c (mon.2) 270 : audit [DBG] from='client.? 172.21.15.23:0/3329885903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:46:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:46:25.318228+0000 mgr.y (mgr.14556) 10225 : audit [DBG] from='client.25323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:46:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:46:25.609449+0000 mgr.y (mgr.14556) 10226 : audit [DBG] from='client.25329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:46:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:46:25.969464+0000 mon.c (mon.2) 270 : audit [DBG] from='client.? 172.21.15.23:0/3329885903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:46:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:46:25.318228+0000 mgr.y (mgr.14556) 10225 : audit [DBG] from='client.25323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:46:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:46:25.609449+0000 mgr.y (mgr.14556) 10226 : audit [DBG] from='client.25329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:46:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:46:25.969464+0000 mon.c (mon.2) 270 : audit [DBG] from='client.? 172.21.15.23:0/3329885903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:46:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:26.542199+0000 mgr.y (mgr.14556) 10227 : cluster [DBG] pgmap v9033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:26.542199+0000 mgr.y (mgr.14556) 10227 : cluster [DBG] pgmap v9033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:26.542199+0000 mgr.y (mgr.14556) 10227 : cluster [DBG] pgmap v9033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:28.542685+0000 mgr.y (mgr.14556) 10228 : cluster [DBG] pgmap v9034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:28.542685+0000 mgr.y (mgr.14556) 10228 : cluster [DBG] pgmap v9034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:28.542685+0000 mgr.y (mgr.14556) 10228 : cluster [DBG] pgmap v9034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:30.543360+0000 mgr.y (mgr.14556) 10229 : cluster [DBG] pgmap v9035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:46:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:30.543360+0000 mgr.y (mgr.14556) 10229 : cluster [DBG] pgmap v9035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:30.543360+0000 mgr.y (mgr.14556) 10229 : cluster [DBG] pgmap v9035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:46:33] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:46:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:32.543735+0000 mgr.y (mgr.14556) 10230 : cluster [DBG] pgmap v9036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:32.543735+0000 mgr.y (mgr.14556) 10230 : cluster [DBG] pgmap v9036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:32.543735+0000 mgr.y (mgr.14556) 10230 : cluster [DBG] pgmap v9036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:34.544092+0000 mgr.y (mgr.14556) 10231 : cluster [DBG] pgmap v9037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:34.544092+0000 mgr.y (mgr.14556) 10231 : cluster [DBG] pgmap v9037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:34.544092+0000 mgr.y (mgr.14556) 10231 : cluster [DBG] pgmap v9037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:36.544821+0000 mgr.y (mgr.14556) 10232 : cluster [DBG] pgmap v9038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:36.544821+0000 mgr.y (mgr.14556) 10232 : cluster [DBG] pgmap v9038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:36.544821+0000 mgr.y (mgr.14556) 10232 : cluster [DBG] pgmap v9038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:38.545272+0000 mgr.y (mgr.14556) 10233 : cluster [DBG] pgmap v9039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:38.545272+0000 mgr.y (mgr.14556) 10233 : cluster [DBG] pgmap v9039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:38.545272+0000 mgr.y (mgr.14556) 10233 : cluster [DBG] pgmap v9039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:40.546038+0000 mgr.y (mgr.14556) 10234 : cluster [DBG] pgmap v9040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:40.546038+0000 mgr.y (mgr.14556) 10234 : cluster [DBG] pgmap v9040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:40.546038+0000 mgr.y (mgr.14556) 10234 : cluster [DBG] pgmap v9040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:46:43.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:46:43] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T11:46:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:42.546583+0000 mgr.y (mgr.14556) 10235 : cluster [DBG] pgmap v9041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:42.546583+0000 mgr.y (mgr.14556) 10235 : cluster [DBG] pgmap v9041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:42.546583+0000 mgr.y (mgr.14556) 10235 : cluster [DBG] pgmap v9041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:44.546954+0000 mgr.y (mgr.14556) 10236 : cluster [DBG] pgmap v9042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:44.546954+0000 mgr.y (mgr.14556) 10236 : cluster [DBG] pgmap v9042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:44.546954+0000 mgr.y (mgr.14556) 10236 : cluster [DBG] pgmap v9042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:46.547587+0000 mgr.y (mgr.14556) 10237 : cluster [DBG] pgmap v9043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:46.547587+0000 mgr.y (mgr.14556) 10237 : cluster [DBG] pgmap v9043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:46.547587+0000 mgr.y (mgr.14556) 10237 : cluster [DBG] pgmap v9043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:48.547964+0000 mgr.y (mgr.14556) 10238 : cluster [DBG] pgmap v9044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:48.547964+0000 mgr.y (mgr.14556) 10238 : cluster [DBG] pgmap v9044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:48.547964+0000 mgr.y (mgr.14556) 10238 : cluster [DBG] pgmap v9044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:50.548713+0000 mgr.y (mgr.14556) 10239 : cluster [DBG] pgmap v9045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:46:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:50.548713+0000 mgr.y (mgr.14556) 10239 : cluster [DBG] pgmap v9045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:50.548713+0000 mgr.y (mgr.14556) 10239 : cluster [DBG] pgmap v9045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:52.549166+0000 mgr.y (mgr.14556) 10240 : cluster [DBG] pgmap v9046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:52.549166+0000 mgr.y (mgr.14556) 10240 : cluster [DBG] pgmap v9046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:46:53] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:46:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:52.549166+0000 mgr.y (mgr.14556) 10240 : cluster [DBG] pgmap v9046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:54.549611+0000 mgr.y (mgr.14556) 10241 : cluster [DBG] pgmap v9047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:54.549611+0000 mgr.y (mgr.14556) 10241 : cluster [DBG] pgmap v9047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:54.549611+0000 mgr.y (mgr.14556) 10241 : cluster [DBG] pgmap v9047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:56.297 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:46:56.588 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:46:56.588 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4h) 4m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 4m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 4m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 4m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 4m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 4m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 4m ago 5h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 4m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 4m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 4m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 4m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:46:56.589 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:46:56.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:46:56.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:46:56.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:46:56.590 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (4h) 4m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:46:56.940 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:46:56.941 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:46:56.942 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:46:56.942 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:46:56.942 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:46:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:46:56.282833+0000 mgr.y (mgr.14556) 10242 : audit [DBG] from='client.35252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:46:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:56.550155+0000 mgr.y (mgr.14556) 10243 : cluster [DBG] pgmap v9048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:46:56.581461+0000 mgr.y (mgr.14556) 10244 : audit [DBG] from='client.25347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:46:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:46:56.941491+0000 mon.a (mon.0) 2511 : audit [DBG] from='client.? 172.21.15.23:0/2578446168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:46:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:46:56.282833+0000 mgr.y (mgr.14556) 10242 : audit [DBG] from='client.35252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:46:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:56.550155+0000 mgr.y (mgr.14556) 10243 : cluster [DBG] pgmap v9048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:46:56.581461+0000 mgr.y (mgr.14556) 10244 : audit [DBG] from='client.25347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:46:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:46:56.941491+0000 mon.a (mon.0) 2511 : audit [DBG] from='client.? 172.21.15.23:0/2578446168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:46:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:46:56.282833+0000 mgr.y (mgr.14556) 10242 : audit [DBG] from='client.35252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:46:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:56.550155+0000 mgr.y (mgr.14556) 10243 : cluster [DBG] pgmap v9048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:46:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:46:56.581461+0000 mgr.y (mgr.14556) 10244 : audit [DBG] from='client.25347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:46:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:46:56.941491+0000 mon.a (mon.0) 2511 : audit [DBG] from='client.? 172.21.15.23:0/2578446168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:47:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:46:58.550594+0000 mgr.y (mgr.14556) 10245 : cluster [DBG] pgmap v9049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:46:58.550594+0000 mgr.y (mgr.14556) 10245 : cluster [DBG] pgmap v9049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:46:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:46:58.550594+0000 mgr.y (mgr.14556) 10245 : cluster [DBG] pgmap v9049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:00.551262+0000 mgr.y (mgr.14556) 10246 : cluster [DBG] pgmap v9050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:47:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:00.551262+0000 mgr.y (mgr.14556) 10246 : cluster [DBG] pgmap v9050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:00.551262+0000 mgr.y (mgr.14556) 10246 : cluster [DBG] pgmap v9050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:47:03] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:47:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:02.551655+0000 mgr.y (mgr.14556) 10247 : cluster [DBG] pgmap v9051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:02.551655+0000 mgr.y (mgr.14556) 10247 : cluster [DBG] pgmap v9051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:02.551655+0000 mgr.y (mgr.14556) 10247 : cluster [DBG] pgmap v9051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:04.552079+0000 mgr.y (mgr.14556) 10248 : cluster [DBG] pgmap v9052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:04.552079+0000 mgr.y (mgr.14556) 10248 : cluster [DBG] pgmap v9052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:04.552079+0000 mgr.y (mgr.14556) 10248 : cluster [DBG] pgmap v9052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:06.553003+0000 mgr.y (mgr.14556) 10249 : cluster [DBG] pgmap v9053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:06.553003+0000 mgr.y (mgr.14556) 10249 : cluster [DBG] pgmap v9053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:06.553003+0000 mgr.y (mgr.14556) 10249 : cluster [DBG] pgmap v9053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:08.553625+0000 mgr.y (mgr.14556) 10250 : cluster [DBG] pgmap v9054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:08.553625+0000 mgr.y (mgr.14556) 10250 : cluster [DBG] pgmap v9054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:08.553625+0000 mgr.y (mgr.14556) 10250 : cluster [DBG] pgmap v9054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:10.554174+0000 mgr.y (mgr.14556) 10251 : cluster [DBG] pgmap v9055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:10.554174+0000 mgr.y (mgr.14556) 10251 : cluster [DBG] pgmap v9055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:10.554174+0000 mgr.y (mgr.14556) 10251 : cluster [DBG] pgmap v9055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:47:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:12.554752+0000 mgr.y (mgr.14556) 10252 : cluster [DBG] pgmap v9056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:47:13] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:47:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:12.554752+0000 mgr.y (mgr.14556) 10252 : cluster [DBG] pgmap v9056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:12.554752+0000 mgr.y (mgr.14556) 10252 : cluster [DBG] pgmap v9056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:14.555170+0000 mgr.y (mgr.14556) 10253 : cluster [DBG] pgmap v9057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:14.555170+0000 mgr.y (mgr.14556) 10253 : cluster [DBG] pgmap v9057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:14.555170+0000 mgr.y (mgr.14556) 10253 : cluster [DBG] pgmap v9057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:16.556041+0000 mgr.y (mgr.14556) 10254 : cluster [DBG] pgmap v9058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:16.556041+0000 mgr.y (mgr.14556) 10254 : cluster [DBG] pgmap v9058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:16.556041+0000 mgr.y (mgr.14556) 10254 : cluster [DBG] pgmap v9058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:18.556457+0000 mgr.y (mgr.14556) 10255 : cluster [DBG] pgmap v9059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:18.556457+0000 mgr.y (mgr.14556) 10255 : cluster [DBG] pgmap v9059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:18.556457+0000 mgr.y (mgr.14556) 10255 : cluster [DBG] pgmap v9059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:47:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:20.557227+0000 mgr.y (mgr.14556) 10256 : cluster [DBG] pgmap v9060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:47:21.267505+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:47:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:47:21.575271+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:47:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:47:21.575957+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:47:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:47:21.585433+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:47:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:20.557227+0000 mgr.y (mgr.14556) 10256 : cluster [DBG] pgmap v9060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:47:21.267505+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:47:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:47:21.575271+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:47:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:47:21.575957+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:47:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:47:21.585433+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:47:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:20.557227+0000 mgr.y (mgr.14556) 10256 : cluster [DBG] pgmap v9060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:47:21.267505+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:47:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:47:21.575271+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:47:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:47:21.575957+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:47:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:47:21.585433+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:47:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:47:23] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T11:47:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:22.557650+0000 mgr.y (mgr.14556) 10257 : cluster [DBG] pgmap v9061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:22.557650+0000 mgr.y (mgr.14556) 10257 : cluster [DBG] pgmap v9061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:22.557650+0000 mgr.y (mgr.14556) 10257 : cluster [DBG] pgmap v9061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:24.558239+0000 mgr.y (mgr.14556) 10258 : cluster [DBG] pgmap v9062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:24.558239+0000 mgr.y (mgr.14556) 10258 : cluster [DBG] pgmap v9062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:24.558239+0000 mgr.y (mgr.14556) 10258 : cluster [DBG] pgmap v9062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:27.265 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:47:27.552 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:47:27.552 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:47:27.552 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:47:27.552 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:47:27.552 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:47:27.552 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:47:27.552 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5m ago 5h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:47:27.553 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:47:27.903 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:47:27.903 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:47:27.903 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:47:27.903 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:47:27.903 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:47:27.903 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:47:27.903 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:47:27.903 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:47:27.903 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:47:27.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:47:27.904 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:47:27.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:47:27.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:47:27.904 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:47:27.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:47:27.904 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:47:27.904 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:47:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:26.558917+0000 mgr.y (mgr.14556) 10259 : cluster [DBG] pgmap v9063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:26.558917+0000 mgr.y (mgr.14556) 10259 : cluster [DBG] pgmap v9063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:26.558917+0000 mgr.y (mgr.14556) 10259 : cluster [DBG] pgmap v9063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:47:27.254583+0000 mgr.y (mgr.14556) 10260 : audit [DBG] from='client.25359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:47:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:47:27.545086+0000 mgr.y (mgr.14556) 10261 : audit [DBG] from='client.25365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:47:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:47:27.903984+0000 mon.a (mon.0) 2516 : audit [DBG] from='client.? 172.21.15.23:0/1301636856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:47:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:47:27.254583+0000 mgr.y (mgr.14556) 10260 : audit [DBG] from='client.25359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:47:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:47:27.545086+0000 mgr.y (mgr.14556) 10261 : audit [DBG] from='client.25365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:47:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:47:27.903984+0000 mon.a (mon.0) 2516 : audit [DBG] from='client.? 172.21.15.23:0/1301636856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:47:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:47:27.254583+0000 mgr.y (mgr.14556) 10260 : audit [DBG] from='client.25359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:47:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:47:27.545086+0000 mgr.y (mgr.14556) 10261 : audit [DBG] from='client.25365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:47:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:47:27.903984+0000 mon.a (mon.0) 2516 : audit [DBG] from='client.? 172.21.15.23:0/1301636856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:47:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:28.559369+0000 mgr.y (mgr.14556) 10262 : cluster [DBG] pgmap v9064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:28.559369+0000 mgr.y (mgr.14556) 10262 : cluster [DBG] pgmap v9064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:28.559369+0000 mgr.y (mgr.14556) 10262 : cluster [DBG] pgmap v9064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:30.560115+0000 mgr.y (mgr.14556) 10263 : cluster [DBG] pgmap v9065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:47:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:30.560115+0000 mgr.y (mgr.14556) 10263 : cluster [DBG] pgmap v9065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:30.560115+0000 mgr.y (mgr.14556) 10263 : cluster [DBG] pgmap v9065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:32.560570+0000 mgr.y (mgr.14556) 10264 : cluster [DBG] pgmap v9066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:32.560570+0000 mgr.y (mgr.14556) 10264 : cluster [DBG] pgmap v9066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:32.560570+0000 mgr.y (mgr.14556) 10264 : cluster [DBG] pgmap v9066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:47:33] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T11:47:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:34.561015+0000 mgr.y (mgr.14556) 10265 : cluster [DBG] pgmap v9067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:34.561015+0000 mgr.y (mgr.14556) 10265 : cluster [DBG] pgmap v9067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:34.561015+0000 mgr.y (mgr.14556) 10265 : cluster [DBG] pgmap v9067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:36.561676+0000 mgr.y (mgr.14556) 10266 : cluster [DBG] pgmap v9068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:36.561676+0000 mgr.y (mgr.14556) 10266 : cluster [DBG] pgmap v9068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:36.561676+0000 mgr.y (mgr.14556) 10266 : cluster [DBG] pgmap v9068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:38.562264+0000 mgr.y (mgr.14556) 10267 : cluster [DBG] pgmap v9069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:38.562264+0000 mgr.y (mgr.14556) 10267 : cluster [DBG] pgmap v9069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:38.562264+0000 mgr.y (mgr.14556) 10267 : cluster [DBG] pgmap v9069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:40.562843+0000 mgr.y (mgr.14556) 10268 : cluster [DBG] pgmap v9070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:47:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:40.562843+0000 mgr.y (mgr.14556) 10268 : cluster [DBG] pgmap v9070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:40.562843+0000 mgr.y (mgr.14556) 10268 : cluster [DBG] pgmap v9070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:42.563282+0000 mgr.y (mgr.14556) 10269 : cluster [DBG] pgmap v9071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:42.563282+0000 mgr.y (mgr.14556) 10269 : cluster [DBG] pgmap v9071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:47:43] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:47:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:42.563282+0000 mgr.y (mgr.14556) 10269 : cluster [DBG] pgmap v9071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:44.563866+0000 mgr.y (mgr.14556) 10270 : cluster [DBG] pgmap v9072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:44.563866+0000 mgr.y (mgr.14556) 10270 : cluster [DBG] pgmap v9072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:44.563866+0000 mgr.y (mgr.14556) 10270 : cluster [DBG] pgmap v9072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:46.564572+0000 mgr.y (mgr.14556) 10271 : cluster [DBG] pgmap v9073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:46.564572+0000 mgr.y (mgr.14556) 10271 : cluster [DBG] pgmap v9073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:46.564572+0000 mgr.y (mgr.14556) 10271 : cluster [DBG] pgmap v9073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:48.565110+0000 mgr.y (mgr.14556) 10272 : cluster [DBG] pgmap v9074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:48.565110+0000 mgr.y (mgr.14556) 10272 : cluster [DBG] pgmap v9074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:48.565110+0000 mgr.y (mgr.14556) 10272 : cluster [DBG] pgmap v9074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:50.565837+0000 mgr.y (mgr.14556) 10273 : cluster [DBG] pgmap v9075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:50.565837+0000 mgr.y (mgr.14556) 10273 : cluster [DBG] pgmap v9075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:50.565837+0000 mgr.y (mgr.14556) 10273 : cluster [DBG] pgmap v9075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:47:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:52.566192+0000 mgr.y (mgr.14556) 10274 : cluster [DBG] pgmap v9076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:52.566192+0000 mgr.y (mgr.14556) 10274 : cluster [DBG] pgmap v9076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:47:53] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:47:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:52.566192+0000 mgr.y (mgr.14556) 10274 : cluster [DBG] pgmap v9076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:54.566789+0000 mgr.y (mgr.14556) 10275 : cluster [DBG] pgmap v9077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:54.566789+0000 mgr.y (mgr.14556) 10275 : cluster [DBG] pgmap v9077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:54.566789+0000 mgr.y (mgr.14556) 10275 : cluster [DBG] pgmap v9077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:56.567461+0000 mgr.y (mgr.14556) 10276 : cluster [DBG] pgmap v9078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:56.567461+0000 mgr.y (mgr.14556) 10276 : cluster [DBG] pgmap v9078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:56.567461+0000 mgr.y (mgr.14556) 10276 : cluster [DBG] pgmap v9078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:58.228 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:47:58.515 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5m ago 5h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:47:58.516 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:47:58.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:47:58.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:47:58.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:47:58.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:47:58.517 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:47:58.865 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:47:58.865 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:47:58.865 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:47:58.865 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:47:58.866 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:47:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:47:58.217005+0000 mgr.y (mgr.14556) 10277 : audit [DBG] from='client.25377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:47:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:47:58.508633+0000 mgr.y (mgr.14556) 10278 : audit [DBG] from='client.25383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:47:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:47:58.567791+0000 mgr.y (mgr.14556) 10279 : cluster [DBG] pgmap v9079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:47:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:47:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:47:58.866021+0000 mon.a (mon.0) 2517 : audit [DBG] from='client.? 172.21.15.23:0/3551788161' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:48:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:47:58.217005+0000 mgr.y (mgr.14556) 10277 : audit [DBG] from='client.25377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:48:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:47:58.508633+0000 mgr.y (mgr.14556) 10278 : audit [DBG] from='client.25383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:48:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:47:58.567791+0000 mgr.y (mgr.14556) 10279 : cluster [DBG] pgmap v9079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:47:58.866021+0000 mon.a (mon.0) 2517 : audit [DBG] from='client.? 172.21.15.23:0/3551788161' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:48:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:47:58.217005+0000 mgr.y (mgr.14556) 10277 : audit [DBG] from='client.25377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:48:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:47:58.508633+0000 mgr.y (mgr.14556) 10278 : audit [DBG] from='client.25383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:48:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:47:58.567791+0000 mgr.y (mgr.14556) 10279 : cluster [DBG] pgmap v9079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:47:58.866021+0000 mon.a (mon.0) 2517 : audit [DBG] from='client.? 172.21.15.23:0/3551788161' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:48:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:00.568394+0000 mgr.y (mgr.14556) 10280 : cluster [DBG] pgmap v9080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:48:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:00.568394+0000 mgr.y (mgr.14556) 10280 : cluster [DBG] pgmap v9080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:00.568394+0000 mgr.y (mgr.14556) 10280 : cluster [DBG] pgmap v9080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:02.568864+0000 mgr.y (mgr.14556) 10281 : cluster [DBG] pgmap v9081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:48:03] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:48:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:02.568864+0000 mgr.y (mgr.14556) 10281 : cluster [DBG] pgmap v9081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:02.568864+0000 mgr.y (mgr.14556) 10281 : cluster [DBG] pgmap v9081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:04.569399+0000 mgr.y (mgr.14556) 10282 : cluster [DBG] pgmap v9082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:04.569399+0000 mgr.y (mgr.14556) 10282 : cluster [DBG] pgmap v9082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:04.569399+0000 mgr.y (mgr.14556) 10282 : cluster [DBG] pgmap v9082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:06.570018+0000 mgr.y (mgr.14556) 10283 : cluster [DBG] pgmap v9083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:06.570018+0000 mgr.y (mgr.14556) 10283 : cluster [DBG] pgmap v9083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:06.570018+0000 mgr.y (mgr.14556) 10283 : cluster [DBG] pgmap v9083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:08.570485+0000 mgr.y (mgr.14556) 10284 : cluster [DBG] pgmap v9084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:08.570485+0000 mgr.y (mgr.14556) 10284 : cluster [DBG] pgmap v9084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:08.570485+0000 mgr.y (mgr.14556) 10284 : cluster [DBG] pgmap v9084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:10.571053+0000 mgr.y (mgr.14556) 10285 : cluster [DBG] pgmap v9085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:48:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:10.571053+0000 mgr.y (mgr.14556) 10285 : cluster [DBG] pgmap v9085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:10.571053+0000 mgr.y (mgr.14556) 10285 : cluster [DBG] pgmap v9085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:12.571623+0000 mgr.y (mgr.14556) 10286 : cluster [DBG] pgmap v9086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:12.571623+0000 mgr.y (mgr.14556) 10286 : cluster [DBG] pgmap v9086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:12.571623+0000 mgr.y (mgr.14556) 10286 : cluster [DBG] pgmap v9086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:48:13] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:48:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:14.572163+0000 mgr.y (mgr.14556) 10287 : cluster [DBG] pgmap v9087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:16.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:14.572163+0000 mgr.y (mgr.14556) 10287 : cluster [DBG] pgmap v9087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:14.572163+0000 mgr.y (mgr.14556) 10287 : cluster [DBG] pgmap v9087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:18.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:16.572785+0000 mgr.y (mgr.14556) 10288 : cluster [DBG] pgmap v9088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:16.572785+0000 mgr.y (mgr.14556) 10288 : cluster [DBG] pgmap v9088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:16.572785+0000 mgr.y (mgr.14556) 10288 : cluster [DBG] pgmap v9088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:18.573319+0000 mgr.y (mgr.14556) 10289 : cluster [DBG] pgmap v9089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:18.573319+0000 mgr.y (mgr.14556) 10289 : cluster [DBG] pgmap v9089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:20.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:18.573319+0000 mgr.y (mgr.14556) 10289 : cluster [DBG] pgmap v9089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:48:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:20.574070+0000 mgr.y (mgr.14556) 10290 : cluster [DBG] pgmap v9090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:48:21.590415+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:48:22.083 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:20.574070+0000 mgr.y (mgr.14556) 10290 : cluster [DBG] pgmap v9090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:22.083 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:48:21.590415+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:48:22.083 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:20.574070+0000 mgr.y (mgr.14556) 10290 : cluster [DBG] pgmap v9090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:22.083 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:48:21.590415+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:48:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:48:23] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:48:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:22.574538+0000 mgr.y (mgr.14556) 10291 : cluster [DBG] pgmap v9091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:22.574538+0000 mgr.y (mgr.14556) 10291 : cluster [DBG] pgmap v9091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:22.574538+0000 mgr.y (mgr.14556) 10291 : cluster [DBG] pgmap v9091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:24.574905+0000 mgr.y (mgr.14556) 10292 : cluster [DBG] pgmap v9092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:48:24.768651+0000 mon.a (mon.0) 2519 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:48:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:48:25.059946+0000 mon.a (mon.0) 2520 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:48:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:48:25.060675+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:48:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:48:25.074325+0000 mon.a (mon.0) 2522 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:48:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:24.574905+0000 mgr.y (mgr.14556) 10292 : cluster [DBG] pgmap v9092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:48:24.768651+0000 mon.a (mon.0) 2519 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:48:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:48:25.059946+0000 mon.a (mon.0) 2520 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:48:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:48:25.060675+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:48:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:48:25.074325+0000 mon.a (mon.0) 2522 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:48:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:24.574905+0000 mgr.y (mgr.14556) 10292 : cluster [DBG] pgmap v9092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:48:24.768651+0000 mon.a (mon.0) 2519 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:48:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:48:25.059946+0000 mon.a (mon.0) 2520 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:48:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:48:25.060675+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:48:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:48:25.074325+0000 mon.a (mon.0) 2522 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:48:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:26.575617+0000 mgr.y (mgr.14556) 10293 : cluster [DBG] pgmap v9093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:26.575617+0000 mgr.y (mgr.14556) 10293 : cluster [DBG] pgmap v9093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:26.575617+0000 mgr.y (mgr.14556) 10293 : cluster [DBG] pgmap v9093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:29.194 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:48:29.482 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:48:29.482 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 6m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 6m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 6m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 6m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 6m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 6m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 6m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 6m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 6m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 6m ago 5h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 6m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 6m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 6m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:48:29.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 6m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:48:29.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 6m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:48:29.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 6m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:48:29.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 6m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:48:29.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 6m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:48:29.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 6m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:48:29.484 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 6m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:48:29.833 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:48:29.833 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:48:29.833 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:48:29.833 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:48:29.833 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:48:29.833 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:48:29.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:48:29.834 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:48:29.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:48:29.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:48:29.834 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:48:29.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:48:29.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:48:29.834 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:48:29.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:48:29.834 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:48:29.834 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:48:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:28.576168+0000 mgr.y (mgr.14556) 10294 : cluster [DBG] pgmap v9094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:28.576168+0000 mgr.y (mgr.14556) 10294 : cluster [DBG] pgmap v9094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:28.576168+0000 mgr.y (mgr.14556) 10294 : cluster [DBG] pgmap v9094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:48:29.183145+0000 mgr.y (mgr.14556) 10295 : audit [DBG] from='client.35306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:48:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:48:29.475254+0000 mgr.y (mgr.14556) 10296 : audit [DBG] from='client.25401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:48:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:48:29.834048+0000 mon.a (mon.0) 2523 : audit [DBG] from='client.? 172.21.15.23:0/627887552' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:48:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:30.577081+0000 mgr.y (mgr.14556) 10297 : cluster [DBG] pgmap v9095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:48:29.183145+0000 mgr.y (mgr.14556) 10295 : audit [DBG] from='client.35306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:48:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:48:29.475254+0000 mgr.y (mgr.14556) 10296 : audit [DBG] from='client.25401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:48:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:48:29.834048+0000 mon.a (mon.0) 2523 : audit [DBG] from='client.? 172.21.15.23:0/627887552' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:48:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:30.577081+0000 mgr.y (mgr.14556) 10297 : cluster [DBG] pgmap v9095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:48:29.183145+0000 mgr.y (mgr.14556) 10295 : audit [DBG] from='client.35306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:48:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:48:29.475254+0000 mgr.y (mgr.14556) 10296 : audit [DBG] from='client.25401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:48:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:48:29.834048+0000 mon.a (mon.0) 2523 : audit [DBG] from='client.? 172.21.15.23:0/627887552' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:48:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:30.577081+0000 mgr.y (mgr.14556) 10297 : cluster [DBG] pgmap v9095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:48:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:32.577562+0000 mgr.y (mgr.14556) 10298 : cluster [DBG] pgmap v9096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:48:33] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:48:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:32.577562+0000 mgr.y (mgr.14556) 10298 : cluster [DBG] pgmap v9096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:32.577562+0000 mgr.y (mgr.14556) 10298 : cluster [DBG] pgmap v9096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:34.578070+0000 mgr.y (mgr.14556) 10299 : cluster [DBG] pgmap v9097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:34.578070+0000 mgr.y (mgr.14556) 10299 : cluster [DBG] pgmap v9097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:34.578070+0000 mgr.y (mgr.14556) 10299 : cluster [DBG] pgmap v9097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:36.578716+0000 mgr.y (mgr.14556) 10300 : cluster [DBG] pgmap v9098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:36.578716+0000 mgr.y (mgr.14556) 10300 : cluster [DBG] pgmap v9098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:36.578716+0000 mgr.y (mgr.14556) 10300 : cluster [DBG] pgmap v9098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:38.579177+0000 mgr.y (mgr.14556) 10301 : cluster [DBG] pgmap v9099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:38.579177+0000 mgr.y (mgr.14556) 10301 : cluster [DBG] pgmap v9099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:38.579177+0000 mgr.y (mgr.14556) 10301 : cluster [DBG] pgmap v9099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:40.579785+0000 mgr.y (mgr.14556) 10302 : cluster [DBG] pgmap v9100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:48:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:40.579785+0000 mgr.y (mgr.14556) 10302 : cluster [DBG] pgmap v9100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:40.579785+0000 mgr.y (mgr.14556) 10302 : cluster [DBG] pgmap v9100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:42.580304+0000 mgr.y (mgr.14556) 10303 : cluster [DBG] pgmap v9101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:48:43] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:48:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:42.580304+0000 mgr.y (mgr.14556) 10303 : cluster [DBG] pgmap v9101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:42.580304+0000 mgr.y (mgr.14556) 10303 : cluster [DBG] pgmap v9101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:44.580791+0000 mgr.y (mgr.14556) 10304 : cluster [DBG] pgmap v9102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:44.580791+0000 mgr.y (mgr.14556) 10304 : cluster [DBG] pgmap v9102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:44.580791+0000 mgr.y (mgr.14556) 10304 : cluster [DBG] pgmap v9102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:46.581470+0000 mgr.y (mgr.14556) 10305 : cluster [DBG] pgmap v9103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:46.581470+0000 mgr.y (mgr.14556) 10305 : cluster [DBG] pgmap v9103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:46.581470+0000 mgr.y (mgr.14556) 10305 : cluster [DBG] pgmap v9103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:48.581883+0000 mgr.y (mgr.14556) 10306 : cluster [DBG] pgmap v9104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:48.581883+0000 mgr.y (mgr.14556) 10306 : cluster [DBG] pgmap v9104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:48.581883+0000 mgr.y (mgr.14556) 10306 : cluster [DBG] pgmap v9104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:50.582753+0000 mgr.y (mgr.14556) 10307 : cluster [DBG] pgmap v9105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:48:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:50.582753+0000 mgr.y (mgr.14556) 10307 : cluster [DBG] pgmap v9105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:50.582753+0000 mgr.y (mgr.14556) 10307 : cluster [DBG] pgmap v9105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:48:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:48:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:52.583267+0000 mgr.y (mgr.14556) 10308 : cluster [DBG] pgmap v9106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:52.583267+0000 mgr.y (mgr.14556) 10308 : cluster [DBG] pgmap v9106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:52.583267+0000 mgr.y (mgr.14556) 10308 : cluster [DBG] pgmap v9106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:54.583643+0000 mgr.y (mgr.14556) 10309 : cluster [DBG] pgmap v9107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:54.583643+0000 mgr.y (mgr.14556) 10309 : cluster [DBG] pgmap v9107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:54.583643+0000 mgr.y (mgr.14556) 10309 : cluster [DBG] pgmap v9107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:56.584242+0000 mgr.y (mgr.14556) 10310 : cluster [DBG] pgmap v9108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:56.584242+0000 mgr.y (mgr.14556) 10310 : cluster [DBG] pgmap v9108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:56.584242+0000 mgr.y (mgr.14556) 10310 : cluster [DBG] pgmap v9108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:48:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:48:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:48:58.584703+0000 mgr.y (mgr.14556) 10311 : cluster [DBG] pgmap v9109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:48:58.584703+0000 mgr.y (mgr.14556) 10311 : cluster [DBG] pgmap v9109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:48:58.584703+0000 mgr.y (mgr.14556) 10311 : cluster [DBG] pgmap v9109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:00.158 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:49:00.446 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:49:00.446 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 6m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:49:00.446 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 6m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:49:00.446 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 6m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:49:00.446 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 6m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:49:00.446 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 6m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:49:00.446 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 6m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:49:00.446 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 6m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:49:00.446 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 6m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:49:00.446 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 6m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:49:00.447 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 6m ago 5h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:49:00.447 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 6m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:49:00.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 6m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:49:00.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 6m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:49:00.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 6m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:49:00.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 6m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:49:00.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 6m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:49:00.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 6m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:49:00.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 6m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:49:00.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 6m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:49:00.447 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 6m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:49:00.798 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:49:00.798 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:49:00.798 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:49:00.798 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:49:00.798 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:49:00.798 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:49:00.798 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:49:00.798 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:49:00.798 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:49:00.799 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:49:00.799 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:49:00.799 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:49:00.799 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:49:00.799 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:49:00.799 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:49:00.799 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:49:00.799 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:49:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:49:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:49:00.147174+0000 mgr.y (mgr.14556) 10312 : audit [DBG] from='client.25413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:49:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:49:00.438818+0000 mgr.y (mgr.14556) 10313 : audit [DBG] from='client.25419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:49:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:00.585264+0000 mgr.y (mgr.14556) 10314 : cluster [DBG] pgmap v9110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:49:00.798927+0000 mon.c (mon.2) 271 : audit [DBG] from='client.? 172.21.15.23:0/2088478809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:49:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:49:00.147174+0000 mgr.y (mgr.14556) 10312 : audit [DBG] from='client.25413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:49:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:49:00.438818+0000 mgr.y (mgr.14556) 10313 : audit [DBG] from='client.25419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:49:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:00.585264+0000 mgr.y (mgr.14556) 10314 : cluster [DBG] pgmap v9110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:49:00.798927+0000 mon.c (mon.2) 271 : audit [DBG] from='client.? 172.21.15.23:0/2088478809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:49:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:49:00.147174+0000 mgr.y (mgr.14556) 10312 : audit [DBG] from='client.25413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:49:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:49:00.438818+0000 mgr.y (mgr.14556) 10313 : audit [DBG] from='client.25419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:49:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:00.585264+0000 mgr.y (mgr.14556) 10314 : cluster [DBG] pgmap v9110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:49:00.798927+0000 mon.c (mon.2) 271 : audit [DBG] from='client.? 172.21.15.23:0/2088478809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:49:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:49:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:49:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:02.585731+0000 mgr.y (mgr.14556) 10315 : cluster [DBG] pgmap v9111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:02.585731+0000 mgr.y (mgr.14556) 10315 : cluster [DBG] pgmap v9111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:02.585731+0000 mgr.y (mgr.14556) 10315 : cluster [DBG] pgmap v9111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:04.586123+0000 mgr.y (mgr.14556) 10316 : cluster [DBG] pgmap v9112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:04.586123+0000 mgr.y (mgr.14556) 10316 : cluster [DBG] pgmap v9112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:04.586123+0000 mgr.y (mgr.14556) 10316 : cluster [DBG] pgmap v9112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:06.586778+0000 mgr.y (mgr.14556) 10317 : cluster [DBG] pgmap v9113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:06.586778+0000 mgr.y (mgr.14556) 10317 : cluster [DBG] pgmap v9113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:06.586778+0000 mgr.y (mgr.14556) 10317 : cluster [DBG] pgmap v9113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:08.587176+0000 mgr.y (mgr.14556) 10318 : cluster [DBG] pgmap v9114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:08.587176+0000 mgr.y (mgr.14556) 10318 : cluster [DBG] pgmap v9114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:08.587176+0000 mgr.y (mgr.14556) 10318 : cluster [DBG] pgmap v9114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:49:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:10.587939+0000 mgr.y (mgr.14556) 10319 : cluster [DBG] pgmap v9115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:10.587939+0000 mgr.y (mgr.14556) 10319 : cluster [DBG] pgmap v9115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:10.587939+0000 mgr.y (mgr.14556) 10319 : cluster [DBG] pgmap v9115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:49:13] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T11:49:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:12.588412+0000 mgr.y (mgr.14556) 10320 : cluster [DBG] pgmap v9116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:12.588412+0000 mgr.y (mgr.14556) 10320 : cluster [DBG] pgmap v9116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:12.588412+0000 mgr.y (mgr.14556) 10320 : cluster [DBG] pgmap v9116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:14.588803+0000 mgr.y (mgr.14556) 10321 : cluster [DBG] pgmap v9117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:14.588803+0000 mgr.y (mgr.14556) 10321 : cluster [DBG] pgmap v9117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:14.588803+0000 mgr.y (mgr.14556) 10321 : cluster [DBG] pgmap v9117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:16.589530+0000 mgr.y (mgr.14556) 10322 : cluster [DBG] pgmap v9118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:16.589530+0000 mgr.y (mgr.14556) 10322 : cluster [DBG] pgmap v9118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:16.589530+0000 mgr.y (mgr.14556) 10322 : cluster [DBG] pgmap v9118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:18.589872+0000 mgr.y (mgr.14556) 10323 : cluster [DBG] pgmap v9119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:18.589872+0000 mgr.y (mgr.14556) 10323 : cluster [DBG] pgmap v9119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:18.589872+0000 mgr.y (mgr.14556) 10323 : cluster [DBG] pgmap v9119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:20.590650+0000 mgr.y (mgr.14556) 10324 : cluster [DBG] pgmap v9120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:49:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:20.590650+0000 mgr.y (mgr.14556) 10324 : cluster [DBG] pgmap v9120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:20.590650+0000 mgr.y (mgr.14556) 10324 : cluster [DBG] pgmap v9120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:22.591066+0000 mgr.y (mgr.14556) 10325 : cluster [DBG] pgmap v9121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:49:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:49:24.160 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:22.591066+0000 mgr.y (mgr.14556) 10325 : cluster [DBG] pgmap v9121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:24.160 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:22.591066+0000 mgr.y (mgr.14556) 10325 : cluster [DBG] pgmap v9121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:24.591476+0000 mgr.y (mgr.14556) 10326 : cluster [DBG] pgmap v9122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:49:25.079767+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:49:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:24.591476+0000 mgr.y (mgr.14556) 10326 : cluster [DBG] pgmap v9122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:49:25.079767+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:49:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:24.591476+0000 mgr.y (mgr.14556) 10326 : cluster [DBG] pgmap v9122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:49:25.079767+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:49:27.749 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:26.592153+0000 mgr.y (mgr.14556) 10327 : cluster [DBG] pgmap v9123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:26.592153+0000 mgr.y (mgr.14556) 10327 : cluster [DBG] pgmap v9123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:26.592153+0000 mgr.y (mgr.14556) 10327 : cluster [DBG] pgmap v9123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:49:28.288114+0000 mon.a (mon.0) 2525 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:49:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:49:28.582193+0000 mon.a (mon.0) 2526 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:49:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:49:28.583118+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:49:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:49:28.590110+0000 mon.a (mon.0) 2528 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:49:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:28.592549+0000 mgr.y (mgr.14556) 10328 : cluster [DBG] pgmap v9124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:49:28.288114+0000 mon.a (mon.0) 2525 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:49:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:49:28.582193+0000 mon.a (mon.0) 2526 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:49:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:49:28.583118+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:49:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:49:28.590110+0000 mon.a (mon.0) 2528 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:49:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:28.592549+0000 mgr.y (mgr.14556) 10328 : cluster [DBG] pgmap v9124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:49:28.288114+0000 mon.a (mon.0) 2525 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:49:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:49:28.582193+0000 mon.a (mon.0) 2526 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:49:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:49:28.583118+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:49:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:49:28.590110+0000 mon.a (mon.0) 2528 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:49:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:28.592549+0000 mgr.y (mgr.14556) 10328 : cluster [DBG] pgmap v9124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:31.123 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:49:31.412 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:49:31.412 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 7m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:49:31.412 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 7m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:49:31.412 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 7m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:49:31.412 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 7m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:49:31.412 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 7m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:49:31.412 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 7m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:49:31.412 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 7m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:49:31.412 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 7m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:49:31.412 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 7m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:49:31.412 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 7m ago 5h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:49:31.412 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 7m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:49:31.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 7m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:49:31.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 7m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:49:31.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 7m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:49:31.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 7m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:49:31.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 7m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:49:31.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 7m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:49:31.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 7m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:49:31.413 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 7m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:49:31.413 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 7m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:49:31.760 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:49:31.760 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:49:31.760 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:49:31.760 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:49:31.761 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:49:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:30.593418+0000 mgr.y (mgr.14556) 10329 : cluster [DBG] pgmap v9125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:49:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:30.593418+0000 mgr.y (mgr.14556) 10329 : cluster [DBG] pgmap v9125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:30.593418+0000 mgr.y (mgr.14556) 10329 : cluster [DBG] pgmap v9125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:49:31.112406+0000 mgr.y (mgr.14556) 10330 : audit [DBG] from='client.25431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:49:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:49:31.404746+0000 mgr.y (mgr.14556) 10331 : audit [DBG] from='client.25437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:49:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:49:31.761265+0000 mon.a (mon.0) 2529 : audit [DBG] from='client.? 172.21.15.23:0/3121972753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:49:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:49:31.112406+0000 mgr.y (mgr.14556) 10330 : audit [DBG] from='client.25431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:49:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:49:31.404746+0000 mgr.y (mgr.14556) 10331 : audit [DBG] from='client.25437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:49:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:49:31.761265+0000 mon.a (mon.0) 2529 : audit [DBG] from='client.? 172.21.15.23:0/3121972753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:49:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:49:31.112406+0000 mgr.y (mgr.14556) 10330 : audit [DBG] from='client.25431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:49:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:49:31.404746+0000 mgr.y (mgr.14556) 10331 : audit [DBG] from='client.25437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:49:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:49:31.761265+0000 mon.a (mon.0) 2529 : audit [DBG] from='client.? 172.21.15.23:0/3121972753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:49:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:32.593868+0000 mgr.y (mgr.14556) 10332 : cluster [DBG] pgmap v9126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:32.593868+0000 mgr.y (mgr.14556) 10332 : cluster [DBG] pgmap v9126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:49:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:49:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:32.593868+0000 mgr.y (mgr.14556) 10332 : cluster [DBG] pgmap v9126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:34.594407+0000 mgr.y (mgr.14556) 10333 : cluster [DBG] pgmap v9127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:34.594407+0000 mgr.y (mgr.14556) 10333 : cluster [DBG] pgmap v9127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:34.594407+0000 mgr.y (mgr.14556) 10333 : cluster [DBG] pgmap v9127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:36.595170+0000 mgr.y (mgr.14556) 10334 : cluster [DBG] pgmap v9128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:36.595170+0000 mgr.y (mgr.14556) 10334 : cluster [DBG] pgmap v9128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:36.595170+0000 mgr.y (mgr.14556) 10334 : cluster [DBG] pgmap v9128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:38.595576+0000 mgr.y (mgr.14556) 10335 : cluster [DBG] pgmap v9129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:38.595576+0000 mgr.y (mgr.14556) 10335 : cluster [DBG] pgmap v9129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:38.595576+0000 mgr.y (mgr.14556) 10335 : cluster [DBG] pgmap v9129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:40.596143+0000 mgr.y (mgr.14556) 10336 : cluster [DBG] pgmap v9130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:49:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:40.596143+0000 mgr.y (mgr.14556) 10336 : cluster [DBG] pgmap v9130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:40.596143+0000 mgr.y (mgr.14556) 10336 : cluster [DBG] pgmap v9130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:49:43] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:49:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:42.596606+0000 mgr.y (mgr.14556) 10337 : cluster [DBG] pgmap v9131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:42.596606+0000 mgr.y (mgr.14556) 10337 : cluster [DBG] pgmap v9131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:42.596606+0000 mgr.y (mgr.14556) 10337 : cluster [DBG] pgmap v9131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:44.597100+0000 mgr.y (mgr.14556) 10338 : cluster [DBG] pgmap v9132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:44.597100+0000 mgr.y (mgr.14556) 10338 : cluster [DBG] pgmap v9132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:44.597100+0000 mgr.y (mgr.14556) 10338 : cluster [DBG] pgmap v9132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:46.597669+0000 mgr.y (mgr.14556) 10339 : cluster [DBG] pgmap v9133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:46.597669+0000 mgr.y (mgr.14556) 10339 : cluster [DBG] pgmap v9133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:46.597669+0000 mgr.y (mgr.14556) 10339 : cluster [DBG] pgmap v9133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:48.598179+0000 mgr.y (mgr.14556) 10340 : cluster [DBG] pgmap v9134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:48.598179+0000 mgr.y (mgr.14556) 10340 : cluster [DBG] pgmap v9134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:48.598179+0000 mgr.y (mgr.14556) 10340 : cluster [DBG] pgmap v9134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:50.598931+0000 mgr.y (mgr.14556) 10341 : cluster [DBG] pgmap v9135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:49:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:50.598931+0000 mgr.y (mgr.14556) 10341 : cluster [DBG] pgmap v9135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:50.598931+0000 mgr.y (mgr.14556) 10341 : cluster [DBG] pgmap v9135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:49:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:49:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:52.599448+0000 mgr.y (mgr.14556) 10342 : cluster [DBG] pgmap v9136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:52.599448+0000 mgr.y (mgr.14556) 10342 : cluster [DBG] pgmap v9136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:52.599448+0000 mgr.y (mgr.14556) 10342 : cluster [DBG] pgmap v9136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:54.599932+0000 mgr.y (mgr.14556) 10343 : cluster [DBG] pgmap v9137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:54.599932+0000 mgr.y (mgr.14556) 10343 : cluster [DBG] pgmap v9137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:54.599932+0000 mgr.y (mgr.14556) 10343 : cluster [DBG] pgmap v9137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:56.600596+0000 mgr.y (mgr.14556) 10344 : cluster [DBG] pgmap v9138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:56.600596+0000 mgr.y (mgr.14556) 10344 : cluster [DBG] pgmap v9138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:56.600596+0000 mgr.y (mgr.14556) 10344 : cluster [DBG] pgmap v9138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:59.999 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:49:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:49:58.600952+0000 mgr.y (mgr.14556) 10345 : cluster [DBG] pgmap v9139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:49:59.999 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:49:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:49:58.600952+0000 mgr.y (mgr.14556) 10345 : cluster [DBG] pgmap v9139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:49:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:49:58.600952+0000 mgr.y (mgr.14556) 10345 : cluster [DBG] pgmap v9139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T11:49:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:50:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:00.000138+0000 mon.a (mon.0) 2530 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:50:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:00.000138+0000 mon.a (mon.0) 2530 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:50:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:00.000138+0000 mon.a (mon.0) 2530 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T11:50:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:00.601597+0000 mgr.y (mgr.14556) 10346 : cluster [DBG] pgmap v9140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:50:02.081 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:50:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:00.601597+0000 mgr.y (mgr.14556) 10346 : cluster [DBG] pgmap v9140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:00.601597+0000 mgr.y (mgr.14556) 10346 : cluster [DBG] pgmap v9140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:02.369 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:50:02.369 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 7m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:50:02.369 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 7m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:50:02.369 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 7m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:50:02.369 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 7m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:50:02.369 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 7m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:50:02.369 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 7m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:50:02.369 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 7m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:50:02.369 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 7m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:50:02.369 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 7m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:50:02.369 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 7m ago 5h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:50:02.370 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 7m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:50:02.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 7m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:50:02.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 7m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:50:02.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 7m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:50:02.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 7m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:50:02.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 7m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:50:02.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 7m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:50:02.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 7m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:50:02.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 7m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:50:02.370 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 7m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:50:02.718 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:50:02.718 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:50:02.718 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:50:02.718 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:50:02.718 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:50:02.718 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:50:02.719 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:50:02.719 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:50:02.719 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:50:02.719 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:50:02.719 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:50:02.719 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:50:02.719 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:50:02.719 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:50:02.719 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:50:02.719 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:50:02.719 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:50:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:50:02.070516+0000 mgr.y (mgr.14556) 10347 : audit [DBG] from='client.25449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:50:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:50:02.361807+0000 mgr.y (mgr.14556) 10348 : audit [DBG] from='client.25455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:50:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:02.601921+0000 mgr.y (mgr.14556) 10349 : cluster [DBG] pgmap v9141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:50:02.719008+0000 mon.a (mon.0) 2531 : audit [DBG] from='client.? 172.21.15.23:0/757540162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:50:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:50:02.070516+0000 mgr.y (mgr.14556) 10347 : audit [DBG] from='client.25449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:50:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:50:02.361807+0000 mgr.y (mgr.14556) 10348 : audit [DBG] from='client.25455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:50:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:02.601921+0000 mgr.y (mgr.14556) 10349 : cluster [DBG] pgmap v9141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:50:02.719008+0000 mon.a (mon.0) 2531 : audit [DBG] from='client.? 172.21.15.23:0/757540162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:50:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:50:02.070516+0000 mgr.y (mgr.14556) 10347 : audit [DBG] from='client.25449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:50:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:50:02.361807+0000 mgr.y (mgr.14556) 10348 : audit [DBG] from='client.25455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:50:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:02.601921+0000 mgr.y (mgr.14556) 10349 : cluster [DBG] pgmap v9141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:50:02.719008+0000 mon.a (mon.0) 2531 : audit [DBG] from='client.? 172.21.15.23:0/757540162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:50:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:50:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:50:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:04.602397+0000 mgr.y (mgr.14556) 10350 : cluster [DBG] pgmap v9142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:04.602397+0000 mgr.y (mgr.14556) 10350 : cluster [DBG] pgmap v9142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:04.602397+0000 mgr.y (mgr.14556) 10350 : cluster [DBG] pgmap v9142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:06.603001+0000 mgr.y (mgr.14556) 10351 : cluster [DBG] pgmap v9143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:06.603001+0000 mgr.y (mgr.14556) 10351 : cluster [DBG] pgmap v9143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:06.603001+0000 mgr.y (mgr.14556) 10351 : cluster [DBG] pgmap v9143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:08.603503+0000 mgr.y (mgr.14556) 10352 : cluster [DBG] pgmap v9144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:08.603503+0000 mgr.y (mgr.14556) 10352 : cluster [DBG] pgmap v9144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:08.603503+0000 mgr.y (mgr.14556) 10352 : cluster [DBG] pgmap v9144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:10.604174+0000 mgr.y (mgr.14556) 10353 : cluster [DBG] pgmap v9145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:50:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:10.604174+0000 mgr.y (mgr.14556) 10353 : cluster [DBG] pgmap v9145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:10.604174+0000 mgr.y (mgr.14556) 10353 : cluster [DBG] pgmap v9145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:50:13] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:50:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:12.604546+0000 mgr.y (mgr.14556) 10354 : cluster [DBG] pgmap v9146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:12.604546+0000 mgr.y (mgr.14556) 10354 : cluster [DBG] pgmap v9146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:12.604546+0000 mgr.y (mgr.14556) 10354 : cluster [DBG] pgmap v9146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:16.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:14.604965+0000 mgr.y (mgr.14556) 10355 : cluster [DBG] pgmap v9147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:14.604965+0000 mgr.y (mgr.14556) 10355 : cluster [DBG] pgmap v9147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:14.604965+0000 mgr.y (mgr.14556) 10355 : cluster [DBG] pgmap v9147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:16.605623+0000 mgr.y (mgr.14556) 10356 : cluster [DBG] pgmap v9148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:16.605623+0000 mgr.y (mgr.14556) 10356 : cluster [DBG] pgmap v9148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:16.605623+0000 mgr.y (mgr.14556) 10356 : cluster [DBG] pgmap v9148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:18.606182+0000 mgr.y (mgr.14556) 10357 : cluster [DBG] pgmap v9149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:18.606182+0000 mgr.y (mgr.14556) 10357 : cluster [DBG] pgmap v9149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:18.606182+0000 mgr.y (mgr.14556) 10357 : cluster [DBG] pgmap v9149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:50:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:20.606911+0000 mgr.y (mgr.14556) 10358 : cluster [DBG] pgmap v9150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:20.606911+0000 mgr.y (mgr.14556) 10358 : cluster [DBG] pgmap v9150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:20.606911+0000 mgr.y (mgr.14556) 10358 : cluster [DBG] pgmap v9150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:50:23] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:50:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:22.607394+0000 mgr.y (mgr.14556) 10359 : cluster [DBG] pgmap v9151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:22.607394+0000 mgr.y (mgr.14556) 10359 : cluster [DBG] pgmap v9151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:22.607394+0000 mgr.y (mgr.14556) 10359 : cluster [DBG] pgmap v9151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:24.607740+0000 mgr.y (mgr.14556) 10360 : cluster [DBG] pgmap v9152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:24.607740+0000 mgr.y (mgr.14556) 10360 : cluster [DBG] pgmap v9152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:24.607740+0000 mgr.y (mgr.14556) 10360 : cluster [DBG] pgmap v9152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:26.608358+0000 mgr.y (mgr.14556) 10361 : cluster [DBG] pgmap v9153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:26.608358+0000 mgr.y (mgr.14556) 10361 : cluster [DBG] pgmap v9153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:26.608358+0000 mgr.y (mgr.14556) 10361 : cluster [DBG] pgmap v9153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:50:28.596542+0000 mon.a (mon.0) 2532 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:50:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:50:28.596542+0000 mon.a (mon.0) 2532 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:50:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:50:28.596542+0000 mon.a (mon.0) 2532 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:50:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:28.608709+0000 mgr.y (mgr.14556) 10362 : cluster [DBG] pgmap v9154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:50:28.908517+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:50:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:50:28.909205+0000 mon.a (mon.0) 2534 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:50:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:50:28.918073+0000 mon.a (mon.0) 2535 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:50:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:28.608709+0000 mgr.y (mgr.14556) 10362 : cluster [DBG] pgmap v9154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:50:28.908517+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:50:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:50:28.909205+0000 mon.a (mon.0) 2534 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:50:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:50:28.918073+0000 mon.a (mon.0) 2535 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:50:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:28.608709+0000 mgr.y (mgr.14556) 10362 : cluster [DBG] pgmap v9154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:50:28.908517+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:50:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:50:28.909205+0000 mon.a (mon.0) 2534 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:50:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:50:28.918073+0000 mon.a (mon.0) 2535 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:50:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:30.609585+0000 mgr.y (mgr.14556) 10363 : cluster [DBG] pgmap v9155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:50:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:30.609585+0000 mgr.y (mgr.14556) 10363 : cluster [DBG] pgmap v9155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:30.609585+0000 mgr.y (mgr.14556) 10363 : cluster [DBG] pgmap v9155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:33.044 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:50:33.335 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 8m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 8m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 8m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 8m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 8m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 8m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 8m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 8m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 8m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 8m ago 5h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 8m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 8m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 8m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 8m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:50:33.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 8m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:50:33.337 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 8m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:50:33.337 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 8m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:50:33.337 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 8m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:50:33.337 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 8m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:50:33.337 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 8m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:50:33.682 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:50:33.683 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:50:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:50:33] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:50:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:32.610085+0000 mgr.y (mgr.14556) 10364 : cluster [DBG] pgmap v9156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:50:33.683073+0000 mon.a (mon.0) 2536 : audit [DBG] from='client.? 172.21.15.23:0/519519525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:50:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:32.610085+0000 mgr.y (mgr.14556) 10364 : cluster [DBG] pgmap v9156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:50:33.683073+0000 mon.a (mon.0) 2536 : audit [DBG] from='client.? 172.21.15.23:0/519519525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:50:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:32.610085+0000 mgr.y (mgr.14556) 10364 : cluster [DBG] pgmap v9156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:50:33.683073+0000 mon.a (mon.0) 2536 : audit [DBG] from='client.? 172.21.15.23:0/519519525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:50:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:50:33.032673+0000 mgr.y (mgr.14556) 10365 : audit [DBG] from='client.35378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:50:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:50:33.328225+0000 mgr.y (mgr.14556) 10366 : audit [DBG] from='client.35384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:50:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:34.610481+0000 mgr.y (mgr.14556) 10367 : cluster [DBG] pgmap v9157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:50:33.032673+0000 mgr.y (mgr.14556) 10365 : audit [DBG] from='client.35378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:50:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:50:33.328225+0000 mgr.y (mgr.14556) 10366 : audit [DBG] from='client.35384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:50:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:34.610481+0000 mgr.y (mgr.14556) 10367 : cluster [DBG] pgmap v9157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:50:33.032673+0000 mgr.y (mgr.14556) 10365 : audit [DBG] from='client.35378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:50:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:50:33.328225+0000 mgr.y (mgr.14556) 10366 : audit [DBG] from='client.35384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:50:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:34.610481+0000 mgr.y (mgr.14556) 10367 : cluster [DBG] pgmap v9157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:36.611090+0000 mgr.y (mgr.14556) 10368 : cluster [DBG] pgmap v9158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:36.611090+0000 mgr.y (mgr.14556) 10368 : cluster [DBG] pgmap v9158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:36.611090+0000 mgr.y (mgr.14556) 10368 : cluster [DBG] pgmap v9158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:38.611567+0000 mgr.y (mgr.14556) 10369 : cluster [DBG] pgmap v9159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:38.611567+0000 mgr.y (mgr.14556) 10369 : cluster [DBG] pgmap v9159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:38.611567+0000 mgr.y (mgr.14556) 10369 : cluster [DBG] pgmap v9159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:40.612393+0000 mgr.y (mgr.14556) 10370 : cluster [DBG] pgmap v9160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:50:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:40.612393+0000 mgr.y (mgr.14556) 10370 : cluster [DBG] pgmap v9160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:40.612393+0000 mgr.y (mgr.14556) 10370 : cluster [DBG] pgmap v9160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:42.612793+0000 mgr.y (mgr.14556) 10371 : cluster [DBG] pgmap v9161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:50:43] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:50:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:42.612793+0000 mgr.y (mgr.14556) 10371 : cluster [DBG] pgmap v9161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:42.612793+0000 mgr.y (mgr.14556) 10371 : cluster [DBG] pgmap v9161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:44.613133+0000 mgr.y (mgr.14556) 10372 : cluster [DBG] pgmap v9162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:44.613133+0000 mgr.y (mgr.14556) 10372 : cluster [DBG] pgmap v9162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:44.613133+0000 mgr.y (mgr.14556) 10372 : cluster [DBG] pgmap v9162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:46.613843+0000 mgr.y (mgr.14556) 10373 : cluster [DBG] pgmap v9163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:46.613843+0000 mgr.y (mgr.14556) 10373 : cluster [DBG] pgmap v9163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:46.613843+0000 mgr.y (mgr.14556) 10373 : cluster [DBG] pgmap v9163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:48.614291+0000 mgr.y (mgr.14556) 10374 : cluster [DBG] pgmap v9164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:48.614291+0000 mgr.y (mgr.14556) 10374 : cluster [DBG] pgmap v9164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:48.614291+0000 mgr.y (mgr.14556) 10374 : cluster [DBG] pgmap v9164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:50.614981+0000 mgr.y (mgr.14556) 10375 : cluster [DBG] pgmap v9165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:50:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:50.614981+0000 mgr.y (mgr.14556) 10375 : cluster [DBG] pgmap v9165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:50.614981+0000 mgr.y (mgr.14556) 10375 : cluster [DBG] pgmap v9165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:52.615360+0000 mgr.y (mgr.14556) 10376 : cluster [DBG] pgmap v9166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:50:53] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T11:50:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:52.615360+0000 mgr.y (mgr.14556) 10376 : cluster [DBG] pgmap v9166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:52.615360+0000 mgr.y (mgr.14556) 10376 : cluster [DBG] pgmap v9166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:54.615704+0000 mgr.y (mgr.14556) 10377 : cluster [DBG] pgmap v9167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:54.615704+0000 mgr.y (mgr.14556) 10377 : cluster [DBG] pgmap v9167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:54.615704+0000 mgr.y (mgr.14556) 10377 : cluster [DBG] pgmap v9167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:56.616515+0000 mgr.y (mgr.14556) 10378 : cluster [DBG] pgmap v9168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:56.616515+0000 mgr.y (mgr.14556) 10378 : cluster [DBG] pgmap v9168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:50:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:56.616515+0000 mgr.y (mgr.14556) 10378 : cluster [DBG] pgmap v9168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:50:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:50:58.617170+0000 mgr.y (mgr.14556) 10379 : cluster [DBG] pgmap v9169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:50:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:50:58.617170+0000 mgr.y (mgr.14556) 10379 : cluster [DBG] pgmap v9169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:50:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:50:58.617170+0000 mgr.y (mgr.14556) 10379 : cluster [DBG] pgmap v9169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:00.617900+0000 mgr.y (mgr.14556) 10380 : cluster [DBG] pgmap v9170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:00.617900+0000 mgr.y (mgr.14556) 10380 : cluster [DBG] pgmap v9170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:00.617900+0000 mgr.y (mgr.14556) 10380 : cluster [DBG] pgmap v9170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:51:04.010 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:51:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:51:03] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T11:51:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:02.618351+0000 mgr.y (mgr.14556) 10381 : cluster [DBG] pgmap v9171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:02.618351+0000 mgr.y (mgr.14556) 10381 : cluster [DBG] pgmap v9171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:02.618351+0000 mgr.y (mgr.14556) 10381 : cluster [DBG] pgmap v9171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:04.297 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 8m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 8m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 8m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 8m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 8m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 8m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 8m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 8m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 8m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 8m ago 5h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 8m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 8m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:51:04.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 8m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:51:04.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 8m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:51:04.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 8m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:51:04.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 8m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:51:04.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 8m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:51:04.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 8m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:51:04.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 8m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:51:04.299 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 8m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:51:04.647 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:51:04.647 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:51:04.647 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:51:04.647 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:51:04.647 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:51:04.647 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:51:04.647 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:51:04.648 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:51:04.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:51:04.648 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:51:04.648 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:51:04.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:51:04.648 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:51:04.648 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:51:04.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:51:04.648 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:51:04.648 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:51:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:51:04.647977+0000 mon.a (mon.0) 2537 : audit [DBG] from='client.? 172.21.15.23:0/1594374155' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:51:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:51:04.647977+0000 mon.a (mon.0) 2537 : audit [DBG] from='client.? 172.21.15.23:0/1594374155' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:51:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:51:04.647977+0000 mon.a (mon.0) 2537 : audit [DBG] from='client.? 172.21.15.23:0/1594374155' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:51:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:51:03.997474+0000 mgr.y (mgr.14556) 10382 : audit [DBG] from='client.25485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:51:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:51:04.290621+0000 mgr.y (mgr.14556) 10383 : audit [DBG] from='client.25491 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:51:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:04.618680+0000 mgr.y (mgr.14556) 10384 : cluster [DBG] pgmap v9172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:51:03.997474+0000 mgr.y (mgr.14556) 10382 : audit [DBG] from='client.25485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:51:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:51:04.290621+0000 mgr.y (mgr.14556) 10383 : audit [DBG] from='client.25491 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:51:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:04.618680+0000 mgr.y (mgr.14556) 10384 : cluster [DBG] pgmap v9172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:51:03.997474+0000 mgr.y (mgr.14556) 10382 : audit [DBG] from='client.25485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:51:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:51:04.290621+0000 mgr.y (mgr.14556) 10383 : audit [DBG] from='client.25491 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:51:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:04.618680+0000 mgr.y (mgr.14556) 10384 : cluster [DBG] pgmap v9172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:06.619487+0000 mgr.y (mgr.14556) 10385 : cluster [DBG] pgmap v9173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:06.619487+0000 mgr.y (mgr.14556) 10385 : cluster [DBG] pgmap v9173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:06.619487+0000 mgr.y (mgr.14556) 10385 : cluster [DBG] pgmap v9173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:08.619914+0000 mgr.y (mgr.14556) 10386 : cluster [DBG] pgmap v9174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:08.619914+0000 mgr.y (mgr.14556) 10386 : cluster [DBG] pgmap v9174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:08.619914+0000 mgr.y (mgr.14556) 10386 : cluster [DBG] pgmap v9174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:10.620731+0000 mgr.y (mgr.14556) 10387 : cluster [DBG] pgmap v9175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:51:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:10.620731+0000 mgr.y (mgr.14556) 10387 : cluster [DBG] pgmap v9175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:10.620731+0000 mgr.y (mgr.14556) 10387 : cluster [DBG] pgmap v9175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:12.621185+0000 mgr.y (mgr.14556) 10388 : cluster [DBG] pgmap v9176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:51:13] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:51:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:12.621185+0000 mgr.y (mgr.14556) 10388 : cluster [DBG] pgmap v9176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:12.621185+0000 mgr.y (mgr.14556) 10388 : cluster [DBG] pgmap v9176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:14.621641+0000 mgr.y (mgr.14556) 10389 : cluster [DBG] pgmap v9177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:14.621641+0000 mgr.y (mgr.14556) 10389 : cluster [DBG] pgmap v9177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:14.621641+0000 mgr.y (mgr.14556) 10389 : cluster [DBG] pgmap v9177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:16.622283+0000 mgr.y (mgr.14556) 10390 : cluster [DBG] pgmap v9178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:16.622283+0000 mgr.y (mgr.14556) 10390 : cluster [DBG] pgmap v9178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:16.622283+0000 mgr.y (mgr.14556) 10390 : cluster [DBG] pgmap v9178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:20.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:18.622713+0000 mgr.y (mgr.14556) 10391 : cluster [DBG] pgmap v9179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:18.622713+0000 mgr.y (mgr.14556) 10391 : cluster [DBG] pgmap v9179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:18.622713+0000 mgr.y (mgr.14556) 10391 : cluster [DBG] pgmap v9179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:20.623502+0000 mgr.y (mgr.14556) 10392 : cluster [DBG] pgmap v9180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:51:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:20.623502+0000 mgr.y (mgr.14556) 10392 : cluster [DBG] pgmap v9180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:20.623502+0000 mgr.y (mgr.14556) 10392 : cluster [DBG] pgmap v9180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:51:23] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:51:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:22.623957+0000 mgr.y (mgr.14556) 10393 : cluster [DBG] pgmap v9181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:22.623957+0000 mgr.y (mgr.14556) 10393 : cluster [DBG] pgmap v9181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:22.623957+0000 mgr.y (mgr.14556) 10393 : cluster [DBG] pgmap v9181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:24.624435+0000 mgr.y (mgr.14556) 10394 : cluster [DBG] pgmap v9182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:24.624435+0000 mgr.y (mgr.14556) 10394 : cluster [DBG] pgmap v9182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:24.624435+0000 mgr.y (mgr.14556) 10394 : cluster [DBG] pgmap v9182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:26.625168+0000 mgr.y (mgr.14556) 10395 : cluster [DBG] pgmap v9183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:26.625168+0000 mgr.y (mgr.14556) 10395 : cluster [DBG] pgmap v9183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:26.625168+0000 mgr.y (mgr.14556) 10395 : cluster [DBG] pgmap v9183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:28.625772+0000 mgr.y (mgr.14556) 10396 : cluster [DBG] pgmap v9184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:51:28.923095+0000 mon.a (mon.0) 2538 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:51:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:51:29.219600+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:51:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:51:29.220196+0000 mon.a (mon.0) 2540 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:51:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:51:29.226141+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:51:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:28.625772+0000 mgr.y (mgr.14556) 10396 : cluster [DBG] pgmap v9184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:51:28.923095+0000 mon.a (mon.0) 2538 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:51:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:51:29.219600+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:51:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:51:29.220196+0000 mon.a (mon.0) 2540 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:51:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:51:29.226141+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:51:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:28.625772+0000 mgr.y (mgr.14556) 10396 : cluster [DBG] pgmap v9184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:51:28.923095+0000 mon.a (mon.0) 2538 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:51:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:51:29.219600+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:51:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:51:29.220196+0000 mon.a (mon.0) 2540 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:51:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:51:29.226141+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:51:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:30.626509+0000 mgr.y (mgr.14556) 10397 : cluster [DBG] pgmap v9185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:51:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:30.626509+0000 mgr.y (mgr.14556) 10397 : cluster [DBG] pgmap v9185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:30.626509+0000 mgr.y (mgr.14556) 10397 : cluster [DBG] pgmap v9185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:51:33] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:51:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:32.627085+0000 mgr.y (mgr.14556) 10398 : cluster [DBG] pgmap v9186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:32.627085+0000 mgr.y (mgr.14556) 10398 : cluster [DBG] pgmap v9186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:32.627085+0000 mgr.y (mgr.14556) 10398 : cluster [DBG] pgmap v9186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:34.983 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:51:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:34.627551+0000 mgr.y (mgr.14556) 10399 : cluster [DBG] pgmap v9187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:34.627551+0000 mgr.y (mgr.14556) 10399 : cluster [DBG] pgmap v9187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:34.627551+0000 mgr.y (mgr.14556) 10399 : cluster [DBG] pgmap v9187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:35.271 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 9m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 9m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 9m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 9m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 9m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 9m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 9m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 9m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 9m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 9m ago 5h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 9m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 9m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:51:35.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 9m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:51:35.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 9m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:51:35.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 9m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:51:35.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 9m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:51:35.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 9m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:51:35.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 9m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:51:35.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 9m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:51:35.273 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 9m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:51:35.622 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:51:35.622 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:51:35.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:51:35.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:51:35.622 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:51:35.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:51:35.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:51:35.622 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:51:35.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:51:35.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:51:35.622 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:51:35.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:51:35.623 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:51:35.623 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:51:35.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:51:35.623 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:51:35.623 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:51:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:51:34.972096+0000 mgr.y (mgr.14556) 10400 : audit [DBG] from='client.25503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:51:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:51:35.264426+0000 mgr.y (mgr.14556) 10401 : audit [DBG] from='client.25509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:51:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:51:35.622599+0000 mon.c (mon.2) 272 : audit [DBG] from='client.? 172.21.15.23:0/1532355502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:51:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:51:34.972096+0000 mgr.y (mgr.14556) 10400 : audit [DBG] from='client.25503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:51:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:51:35.264426+0000 mgr.y (mgr.14556) 10401 : audit [DBG] from='client.25509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:51:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:51:35.622599+0000 mon.c (mon.2) 272 : audit [DBG] from='client.? 172.21.15.23:0/1532355502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:51:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:51:34.972096+0000 mgr.y (mgr.14556) 10400 : audit [DBG] from='client.25503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:51:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:51:35.264426+0000 mgr.y (mgr.14556) 10401 : audit [DBG] from='client.25509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:51:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:51:35.622599+0000 mon.c (mon.2) 272 : audit [DBG] from='client.? 172.21.15.23:0/1532355502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:51:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:36.628195+0000 mgr.y (mgr.14556) 10402 : cluster [DBG] pgmap v9188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:36.628195+0000 mgr.y (mgr.14556) 10402 : cluster [DBG] pgmap v9188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:36.628195+0000 mgr.y (mgr.14556) 10402 : cluster [DBG] pgmap v9188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:38.628716+0000 mgr.y (mgr.14556) 10403 : cluster [DBG] pgmap v9189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:38.628716+0000 mgr.y (mgr.14556) 10403 : cluster [DBG] pgmap v9189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:38.628716+0000 mgr.y (mgr.14556) 10403 : cluster [DBG] pgmap v9189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:40.629599+0000 mgr.y (mgr.14556) 10404 : cluster [DBG] pgmap v9190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:51:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:40.629599+0000 mgr.y (mgr.14556) 10404 : cluster [DBG] pgmap v9190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:40.629599+0000 mgr.y (mgr.14556) 10404 : cluster [DBG] pgmap v9190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:51:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:51:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:42.630019+0000 mgr.y (mgr.14556) 10405 : cluster [DBG] pgmap v9191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:42.630019+0000 mgr.y (mgr.14556) 10405 : cluster [DBG] pgmap v9191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:42.630019+0000 mgr.y (mgr.14556) 10405 : cluster [DBG] pgmap v9191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:44.630608+0000 mgr.y (mgr.14556) 10406 : cluster [DBG] pgmap v9192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:44.630608+0000 mgr.y (mgr.14556) 10406 : cluster [DBG] pgmap v9192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:44.630608+0000 mgr.y (mgr.14556) 10406 : cluster [DBG] pgmap v9192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:46.631252+0000 mgr.y (mgr.14556) 10407 : cluster [DBG] pgmap v9193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:46.631252+0000 mgr.y (mgr.14556) 10407 : cluster [DBG] pgmap v9193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:46.631252+0000 mgr.y (mgr.14556) 10407 : cluster [DBG] pgmap v9193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:48.631682+0000 mgr.y (mgr.14556) 10408 : cluster [DBG] pgmap v9194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:48.631682+0000 mgr.y (mgr.14556) 10408 : cluster [DBG] pgmap v9194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:48.631682+0000 mgr.y (mgr.14556) 10408 : cluster [DBG] pgmap v9194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:50.632356+0000 mgr.y (mgr.14556) 10409 : cluster [DBG] pgmap v9195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:51:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:50.632356+0000 mgr.y (mgr.14556) 10409 : cluster [DBG] pgmap v9195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:50.632356+0000 mgr.y (mgr.14556) 10409 : cluster [DBG] pgmap v9195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:52.632924+0000 mgr.y (mgr.14556) 10410 : cluster [DBG] pgmap v9196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:52.632924+0000 mgr.y (mgr.14556) 10410 : cluster [DBG] pgmap v9196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:52.632924+0000 mgr.y (mgr.14556) 10410 : cluster [DBG] pgmap v9196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:51:53] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:51:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:54.633479+0000 mgr.y (mgr.14556) 10411 : cluster [DBG] pgmap v9197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:54.633479+0000 mgr.y (mgr.14556) 10411 : cluster [DBG] pgmap v9197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:54.633479+0000 mgr.y (mgr.14556) 10411 : cluster [DBG] pgmap v9197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:56.634076+0000 mgr.y (mgr.14556) 10412 : cluster [DBG] pgmap v9198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:56.634076+0000 mgr.y (mgr.14556) 10412 : cluster [DBG] pgmap v9198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:51:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:56.634076+0000 mgr.y (mgr.14556) 10412 : cluster [DBG] pgmap v9198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:51:58.634490+0000 mgr.y (mgr.14556) 10413 : cluster [DBG] pgmap v9199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:51:58.634490+0000 mgr.y (mgr.14556) 10413 : cluster [DBG] pgmap v9199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:51:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:51:58.634490+0000 mgr.y (mgr.14556) 10413 : cluster [DBG] pgmap v9199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:00.635097+0000 mgr.y (mgr.14556) 10414 : cluster [DBG] pgmap v9200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:52:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:00.635097+0000 mgr.y (mgr.14556) 10414 : cluster [DBG] pgmap v9200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:00.635097+0000 mgr.y (mgr.14556) 10414 : cluster [DBG] pgmap v9200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:02.635506+0000 mgr.y (mgr.14556) 10415 : cluster [DBG] pgmap v9201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:52:03] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:52:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:02.635506+0000 mgr.y (mgr.14556) 10415 : cluster [DBG] pgmap v9201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:02.635506+0000 mgr.y (mgr.14556) 10415 : cluster [DBG] pgmap v9201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:05.950 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:52:06.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:04.635849+0000 mgr.y (mgr.14556) 10416 : cluster [DBG] pgmap v9202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:04.635849+0000 mgr.y (mgr.14556) 10416 : cluster [DBG] pgmap v9202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:04.635849+0000 mgr.y (mgr.14556) 10416 : cluster [DBG] pgmap v9202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:06.239 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:52:06.239 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 9m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:52:06.239 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 9m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:52:06.239 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 9m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:52:06.239 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 9m ago 5h 25.0M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:52:06.239 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 9m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:52:06.239 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 9m ago 5h 472M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:52:06.239 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 9m ago 5h 839M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 9m ago 5h 443M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 9m ago 5h 446M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 9m ago 5h 23.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 9m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 9m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 9m ago 5h 44.6M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 9m ago 5h 43.4M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 9m ago 5h 42.0M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 9m ago 5h 42.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 9m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 9m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 9m ago 5h 42.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:52:06.240 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 9m ago 5h 98.3M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:52:06.594 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:52:06.594 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:52:06.594 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:52:06.594 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:52:06.594 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:52:06.594 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:52:06.594 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:52:06.594 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:52:06.594 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:52:06.594 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:52:06.594 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:52:06.594 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:52:06.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:52:06.595 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:52:06.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:52:06.595 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:52:06.595 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:52:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:52:06.594570+0000 mon.a (mon.0) 2542 : audit [DBG] from='client.? 172.21.15.23:0/2639098831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:52:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:52:06.594570+0000 mon.a (mon.0) 2542 : audit [DBG] from='client.? 172.21.15.23:0/2639098831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:52:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:52:06.594570+0000 mon.a (mon.0) 2542 : audit [DBG] from='client.? 172.21.15.23:0/2639098831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:52:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:52:05.939148+0000 mgr.y (mgr.14556) 10417 : audit [DBG] from='client.35432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:52:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:52:06.231847+0000 mgr.y (mgr.14556) 10418 : audit [DBG] from='client.25527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:52:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:06.636442+0000 mgr.y (mgr.14556) 10419 : cluster [DBG] pgmap v9203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:52:05.939148+0000 mgr.y (mgr.14556) 10417 : audit [DBG] from='client.35432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:52:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:52:06.231847+0000 mgr.y (mgr.14556) 10418 : audit [DBG] from='client.25527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:52:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:06.636442+0000 mgr.y (mgr.14556) 10419 : cluster [DBG] pgmap v9203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:52:05.939148+0000 mgr.y (mgr.14556) 10417 : audit [DBG] from='client.35432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:52:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:52:06.231847+0000 mgr.y (mgr.14556) 10418 : audit [DBG] from='client.25527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:52:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:06.636442+0000 mgr.y (mgr.14556) 10419 : cluster [DBG] pgmap v9203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:08.636891+0000 mgr.y (mgr.14556) 10420 : cluster [DBG] pgmap v9204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:08.636891+0000 mgr.y (mgr.14556) 10420 : cluster [DBG] pgmap v9204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:08.636891+0000 mgr.y (mgr.14556) 10420 : cluster [DBG] pgmap v9204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:10.637606+0000 mgr.y (mgr.14556) 10421 : cluster [DBG] pgmap v9205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:52:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:10.637606+0000 mgr.y (mgr.14556) 10421 : cluster [DBG] pgmap v9205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:10.637606+0000 mgr.y (mgr.14556) 10421 : cluster [DBG] pgmap v9205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:12.638142+0000 mgr.y (mgr.14556) 10422 : cluster [DBG] pgmap v9206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:12.638142+0000 mgr.y (mgr.14556) 10422 : cluster [DBG] pgmap v9206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:12.638142+0000 mgr.y (mgr.14556) 10422 : cluster [DBG] pgmap v9206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:52:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T11:52:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:14.638699+0000 mgr.y (mgr.14556) 10423 : cluster [DBG] pgmap v9207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:14.638699+0000 mgr.y (mgr.14556) 10423 : cluster [DBG] pgmap v9207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:14.638699+0000 mgr.y (mgr.14556) 10423 : cluster [DBG] pgmap v9207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:18.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:16.639297+0000 mgr.y (mgr.14556) 10424 : cluster [DBG] pgmap v9208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:16.639297+0000 mgr.y (mgr.14556) 10424 : cluster [DBG] pgmap v9208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:16.639297+0000 mgr.y (mgr.14556) 10424 : cluster [DBG] pgmap v9208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:18.639742+0000 mgr.y (mgr.14556) 10425 : cluster [DBG] pgmap v9209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:18.639742+0000 mgr.y (mgr.14556) 10425 : cluster [DBG] pgmap v9209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:18.639742+0000 mgr.y (mgr.14556) 10425 : cluster [DBG] pgmap v9209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:20.640581+0000 mgr.y (mgr.14556) 10426 : cluster [DBG] pgmap v9210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:52:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:20.640581+0000 mgr.y (mgr.14556) 10426 : cluster [DBG] pgmap v9210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:20.640581+0000 mgr.y (mgr.14556) 10426 : cluster [DBG] pgmap v9210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:52:23] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:52:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:22.640977+0000 mgr.y (mgr.14556) 10427 : cluster [DBG] pgmap v9211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:22.640977+0000 mgr.y (mgr.14556) 10427 : cluster [DBG] pgmap v9211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:22.640977+0000 mgr.y (mgr.14556) 10427 : cluster [DBG] pgmap v9211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:24.641496+0000 mgr.y (mgr.14556) 10428 : cluster [DBG] pgmap v9212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:24.641496+0000 mgr.y (mgr.14556) 10428 : cluster [DBG] pgmap v9212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:24.641496+0000 mgr.y (mgr.14556) 10428 : cluster [DBG] pgmap v9212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:26.642289+0000 mgr.y (mgr.14556) 10429 : cluster [DBG] pgmap v9213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:26.642289+0000 mgr.y (mgr.14556) 10429 : cluster [DBG] pgmap v9213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:26.642289+0000 mgr.y (mgr.14556) 10429 : cluster [DBG] pgmap v9213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:28.642838+0000 mgr.y (mgr.14556) 10430 : cluster [DBG] pgmap v9214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:28.642838+0000 mgr.y (mgr.14556) 10430 : cluster [DBG] pgmap v9214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:28.642838+0000 mgr.y (mgr.14556) 10430 : cluster [DBG] pgmap v9214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:52:29.230610+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:52:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:52:29.230610+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:52:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:52:29.230610+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:52:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:30.643501+0000 mgr.y (mgr.14556) 10431 : cluster [DBG] pgmap v9215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:30.643501+0000 mgr.y (mgr.14556) 10431 : cluster [DBG] pgmap v9215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:30.643501+0000 mgr.y (mgr.14556) 10431 : cluster [DBG] pgmap v9215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:52:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:52:31.851556+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:52:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:52:32.502356+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:52:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:32.643938+0000 mgr.y (mgr.14556) 10432 : cluster [DBG] pgmap v9216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:52:32.800872+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:52:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:52:32.801990+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:52:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:52:32.809426+0000 mon.a (mon.0) 2548 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:52:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:52:31.851556+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:52:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:52:32.502356+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:52:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:32.643938+0000 mgr.y (mgr.14556) 10432 : cluster [DBG] pgmap v9216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:52:32.800872+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:52:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:52:32.801990+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:52:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:52:32.809426+0000 mon.a (mon.0) 2548 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:52:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:52:31.851556+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:52:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:52:32.502356+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:52:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:32.643938+0000 mgr.y (mgr.14556) 10432 : cluster [DBG] pgmap v9216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:52:32.800872+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:52:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:52:32.801990+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:52:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:52:32.809426+0000 mon.a (mon.0) 2548 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:52:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:52:33] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:52:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:34.644520+0000 mgr.y (mgr.14556) 10433 : cluster [DBG] pgmap v9217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:34.644520+0000 mgr.y (mgr.14556) 10433 : cluster [DBG] pgmap v9217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:34.644520+0000 mgr.y (mgr.14556) 10433 : cluster [DBG] pgmap v9217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:36.919 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:52:37.206 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:52:37.206 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:52:37.206 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 4s ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:52:37.206 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:52:37.206 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5s ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5s ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4s ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5s ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5s ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4s ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5s ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5s ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5s ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5s ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4s ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4s ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4s ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:52:37.207 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4s ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:52:37.208 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 4s ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:52:37.560 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:52:37.560 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:52:37.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:52:37.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:52:37.560 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:52:37.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:52:37.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:52:37.560 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:52:37.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:52:37.561 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:52:37.561 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:52:37.561 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:52:37.561 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:52:37.561 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:52:37.561 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:52:37.561 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:52:37.561 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:52:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:36.645180+0000 mgr.y (mgr.14556) 10434 : cluster [DBG] pgmap v9218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:52:37.560871+0000 mon.a (mon.0) 2549 : audit [DBG] from='client.? 172.21.15.23:0/2276769308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:52:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:36.645180+0000 mgr.y (mgr.14556) 10434 : cluster [DBG] pgmap v9218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:52:37.560871+0000 mon.a (mon.0) 2549 : audit [DBG] from='client.? 172.21.15.23:0/2276769308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:52:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:36.645180+0000 mgr.y (mgr.14556) 10434 : cluster [DBG] pgmap v9218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:52:37.560871+0000 mon.a (mon.0) 2549 : audit [DBG] from='client.? 172.21.15.23:0/2276769308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:52:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:52:36.907958+0000 mgr.y (mgr.14556) 10435 : audit [DBG] from='client.35450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:52:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:52:37.199115+0000 mgr.y (mgr.14556) 10436 : audit [DBG] from='client.35456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:52:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:52:36.907958+0000 mgr.y (mgr.14556) 10435 : audit [DBG] from='client.35450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:52:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:52:37.199115+0000 mgr.y (mgr.14556) 10436 : audit [DBG] from='client.35456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:52:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:52:36.907958+0000 mgr.y (mgr.14556) 10435 : audit [DBG] from='client.35450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:52:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:52:37.199115+0000 mgr.y (mgr.14556) 10436 : audit [DBG] from='client.35456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:52:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:38.645692+0000 mgr.y (mgr.14556) 10437 : cluster [DBG] pgmap v9219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:38.645692+0000 mgr.y (mgr.14556) 10437 : cluster [DBG] pgmap v9219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:38.645692+0000 mgr.y (mgr.14556) 10437 : cluster [DBG] pgmap v9219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:40.646449+0000 mgr.y (mgr.14556) 10438 : cluster [DBG] pgmap v9220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:52:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:40.646449+0000 mgr.y (mgr.14556) 10438 : cluster [DBG] pgmap v9220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:40.646449+0000 mgr.y (mgr.14556) 10438 : cluster [DBG] pgmap v9220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:52:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:52:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:42.647037+0000 mgr.y (mgr.14556) 10439 : cluster [DBG] pgmap v9221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:42.647037+0000 mgr.y (mgr.14556) 10439 : cluster [DBG] pgmap v9221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:42.647037+0000 mgr.y (mgr.14556) 10439 : cluster [DBG] pgmap v9221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:44.647582+0000 mgr.y (mgr.14556) 10440 : cluster [DBG] pgmap v9222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:44.647582+0000 mgr.y (mgr.14556) 10440 : cluster [DBG] pgmap v9222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:44.647582+0000 mgr.y (mgr.14556) 10440 : cluster [DBG] pgmap v9222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:46.648418+0000 mgr.y (mgr.14556) 10441 : cluster [DBG] pgmap v9223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:46.648418+0000 mgr.y (mgr.14556) 10441 : cluster [DBG] pgmap v9223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:46.648418+0000 mgr.y (mgr.14556) 10441 : cluster [DBG] pgmap v9223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:48.648770+0000 mgr.y (mgr.14556) 10442 : cluster [DBG] pgmap v9224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:48.648770+0000 mgr.y (mgr.14556) 10442 : cluster [DBG] pgmap v9224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:48.648770+0000 mgr.y (mgr.14556) 10442 : cluster [DBG] pgmap v9224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:51.790 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:52:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:50.649395+0000 mgr.y (mgr.14556) 10443 : cluster [DBG] pgmap v9225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:50.649395+0000 mgr.y (mgr.14556) 10443 : cluster [DBG] pgmap v9225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:50.649395+0000 mgr.y (mgr.14556) 10443 : cluster [DBG] pgmap v9225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:52.649764+0000 mgr.y (mgr.14556) 10444 : cluster [DBG] pgmap v9226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:52.649764+0000 mgr.y (mgr.14556) 10444 : cluster [DBG] pgmap v9226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:52.649764+0000 mgr.y (mgr.14556) 10444 : cluster [DBG] pgmap v9226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:52:53] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:52:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:54.650162+0000 mgr.y (mgr.14556) 10445 : cluster [DBG] pgmap v9227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:54.650162+0000 mgr.y (mgr.14556) 10445 : cluster [DBG] pgmap v9227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:54.650162+0000 mgr.y (mgr.14556) 10445 : cluster [DBG] pgmap v9227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:56.650885+0000 mgr.y (mgr.14556) 10446 : cluster [DBG] pgmap v9228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:56.650885+0000 mgr.y (mgr.14556) 10446 : cluster [DBG] pgmap v9228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:52:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:56.650885+0000 mgr.y (mgr.14556) 10446 : cluster [DBG] pgmap v9228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:52:58.651405+0000 mgr.y (mgr.14556) 10447 : cluster [DBG] pgmap v9229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:52:58.651405+0000 mgr.y (mgr.14556) 10447 : cluster [DBG] pgmap v9229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:52:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:52:58.651405+0000 mgr.y (mgr.14556) 10447 : cluster [DBG] pgmap v9229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:00.652003+0000 mgr.y (mgr.14556) 10448 : cluster [DBG] pgmap v9230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:53:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:00.652003+0000 mgr.y (mgr.14556) 10448 : cluster [DBG] pgmap v9230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:00.652003+0000 mgr.y (mgr.14556) 10448 : cluster [DBG] pgmap v9230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:53:03] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:53:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:02.652550+0000 mgr.y (mgr.14556) 10449 : cluster [DBG] pgmap v9231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:02.652550+0000 mgr.y (mgr.14556) 10449 : cluster [DBG] pgmap v9231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:02.652550+0000 mgr.y (mgr.14556) 10449 : cluster [DBG] pgmap v9231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:04.652978+0000 mgr.y (mgr.14556) 10450 : cluster [DBG] pgmap v9232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:04.652978+0000 mgr.y (mgr.14556) 10450 : cluster [DBG] pgmap v9232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:04.652978+0000 mgr.y (mgr.14556) 10450 : cluster [DBG] pgmap v9232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:07.887 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:53:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:06.653771+0000 mgr.y (mgr.14556) 10451 : cluster [DBG] pgmap v9233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:06.653771+0000 mgr.y (mgr.14556) 10451 : cluster [DBG] pgmap v9233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:06.653771+0000 mgr.y (mgr.14556) 10451 : cluster [DBG] pgmap v9233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:08.174 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 36s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 35s ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 36s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 35s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 35s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 36s ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 36s ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 35s ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 36s ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 36s ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 35s ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 36s ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 36s ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 36s ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:53:08.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 36s ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:53:08.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 35s ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:53:08.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 35s ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:53:08.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 35s ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:53:08.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 35s ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:53:08.176 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 35s ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:53:08.523 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:53:08.523 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:53:08.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:53:08.523 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:53:08.523 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:53:08.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:53:08.523 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:53:08.524 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:53:08.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:53:08.524 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:53:08.524 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:53:08.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:53:08.524 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:53:08.524 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:53:08.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:53:08.524 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:53:08.524 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:53:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:53:08.523928+0000 mon.a (mon.0) 2550 : audit [DBG] from='client.? 172.21.15.23:0/966569892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:53:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:53:08.523928+0000 mon.a (mon.0) 2550 : audit [DBG] from='client.? 172.21.15.23:0/966569892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:53:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:53:08.523928+0000 mon.a (mon.0) 2550 : audit [DBG] from='client.? 172.21.15.23:0/966569892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:53:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:53:07.876779+0000 mgr.y (mgr.14556) 10452 : audit [DBG] from='client.35468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:53:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:53:08.167704+0000 mgr.y (mgr.14556) 10453 : audit [DBG] from='client.35474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:53:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:08.654164+0000 mgr.y (mgr.14556) 10454 : cluster [DBG] pgmap v9234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:53:07.876779+0000 mgr.y (mgr.14556) 10452 : audit [DBG] from='client.35468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:53:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:53:08.167704+0000 mgr.y (mgr.14556) 10453 : audit [DBG] from='client.35474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:53:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:08.654164+0000 mgr.y (mgr.14556) 10454 : cluster [DBG] pgmap v9234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:53:07.876779+0000 mgr.y (mgr.14556) 10452 : audit [DBG] from='client.35468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:53:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:53:08.167704+0000 mgr.y (mgr.14556) 10453 : audit [DBG] from='client.35474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:53:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:08.654164+0000 mgr.y (mgr.14556) 10454 : cluster [DBG] pgmap v9234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:10.654871+0000 mgr.y (mgr.14556) 10455 : cluster [DBG] pgmap v9235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:53:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:10.654871+0000 mgr.y (mgr.14556) 10455 : cluster [DBG] pgmap v9235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:10.654871+0000 mgr.y (mgr.14556) 10455 : cluster [DBG] pgmap v9235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:53:13] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:53:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:12.655433+0000 mgr.y (mgr.14556) 10456 : cluster [DBG] pgmap v9236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:12.655433+0000 mgr.y (mgr.14556) 10456 : cluster [DBG] pgmap v9236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:12.655433+0000 mgr.y (mgr.14556) 10456 : cluster [DBG] pgmap v9236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:16.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:14.655890+0000 mgr.y (mgr.14556) 10457 : cluster [DBG] pgmap v9237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:16.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:14.655890+0000 mgr.y (mgr.14556) 10457 : cluster [DBG] pgmap v9237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:14.655890+0000 mgr.y (mgr.14556) 10457 : cluster [DBG] pgmap v9237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:16.656547+0000 mgr.y (mgr.14556) 10458 : cluster [DBG] pgmap v9238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:16.656547+0000 mgr.y (mgr.14556) 10458 : cluster [DBG] pgmap v9238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:16.656547+0000 mgr.y (mgr.14556) 10458 : cluster [DBG] pgmap v9238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:18.656989+0000 mgr.y (mgr.14556) 10459 : cluster [DBG] pgmap v9239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:18.656989+0000 mgr.y (mgr.14556) 10459 : cluster [DBG] pgmap v9239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:18.656989+0000 mgr.y (mgr.14556) 10459 : cluster [DBG] pgmap v9239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:20.657630+0000 mgr.y (mgr.14556) 10460 : cluster [DBG] pgmap v9240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:53:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:20.657630+0000 mgr.y (mgr.14556) 10460 : cluster [DBG] pgmap v9240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:20.657630+0000 mgr.y (mgr.14556) 10460 : cluster [DBG] pgmap v9240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:53:23] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:53:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:22.657993+0000 mgr.y (mgr.14556) 10461 : cluster [DBG] pgmap v9241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:22.657993+0000 mgr.y (mgr.14556) 10461 : cluster [DBG] pgmap v9241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:22.657993+0000 mgr.y (mgr.14556) 10461 : cluster [DBG] pgmap v9241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:24.658579+0000 mgr.y (mgr.14556) 10462 : cluster [DBG] pgmap v9242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:24.658579+0000 mgr.y (mgr.14556) 10462 : cluster [DBG] pgmap v9242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:24.658579+0000 mgr.y (mgr.14556) 10462 : cluster [DBG] pgmap v9242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:26.659217+0000 mgr.y (mgr.14556) 10463 : cluster [DBG] pgmap v9243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:26.659217+0000 mgr.y (mgr.14556) 10463 : cluster [DBG] pgmap v9243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:26.659217+0000 mgr.y (mgr.14556) 10463 : cluster [DBG] pgmap v9243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:28.659653+0000 mgr.y (mgr.14556) 10464 : cluster [DBG] pgmap v9244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:28.659653+0000 mgr.y (mgr.14556) 10464 : cluster [DBG] pgmap v9244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:28.659653+0000 mgr.y (mgr.14556) 10464 : cluster [DBG] pgmap v9244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:30.660273+0000 mgr.y (mgr.14556) 10465 : cluster [DBG] pgmap v9245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:53:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:30.660273+0000 mgr.y (mgr.14556) 10465 : cluster [DBG] pgmap v9245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:30.660273+0000 mgr.y (mgr.14556) 10465 : cluster [DBG] pgmap v9245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:53:33] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:53:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:32.660684+0000 mgr.y (mgr.14556) 10466 : cluster [DBG] pgmap v9246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:53:32.814707+0000 mon.a (mon.0) 2551 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:53:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:53:33.123292+0000 mon.a (mon.0) 2552 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:53:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:53:33.124011+0000 mon.a (mon.0) 2553 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:53:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:53:33.137236+0000 mon.a (mon.0) 2554 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:53:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:32.660684+0000 mgr.y (mgr.14556) 10466 : cluster [DBG] pgmap v9246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:53:32.814707+0000 mon.a (mon.0) 2551 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:53:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:53:33.123292+0000 mon.a (mon.0) 2552 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:53:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:53:33.124011+0000 mon.a (mon.0) 2553 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:53:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:53:33.137236+0000 mon.a (mon.0) 2554 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:53:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:32.660684+0000 mgr.y (mgr.14556) 10466 : cluster [DBG] pgmap v9246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:53:32.814707+0000 mon.a (mon.0) 2551 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:53:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:53:33.123292+0000 mon.a (mon.0) 2552 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:53:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:53:33.124011+0000 mon.a (mon.0) 2553 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:53:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:53:33.137236+0000 mon.a (mon.0) 2554 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:53:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:34.661079+0000 mgr.y (mgr.14556) 10467 : cluster [DBG] pgmap v9247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:34.661079+0000 mgr.y (mgr.14556) 10467 : cluster [DBG] pgmap v9247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:34.661079+0000 mgr.y (mgr.14556) 10467 : cluster [DBG] pgmap v9247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:36.661736+0000 mgr.y (mgr.14556) 10468 : cluster [DBG] pgmap v9248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:36.661736+0000 mgr.y (mgr.14556) 10468 : cluster [DBG] pgmap v9248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:36.661736+0000 mgr.y (mgr.14556) 10468 : cluster [DBG] pgmap v9248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:38.850 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:53:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:38.662048+0000 mgr.y (mgr.14556) 10469 : cluster [DBG] pgmap v9249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:38.662048+0000 mgr.y (mgr.14556) 10469 : cluster [DBG] pgmap v9249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:39.138 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:53:39.138 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 67s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:53:39.138 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 66s ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:53:39.138 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 67s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 66s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 66s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 67s ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 67s ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 66s ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 67s ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 67s ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 66s ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 67s ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 67s ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 67s ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 67s ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 66s ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 66s ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 66s ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 66s ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:53:39.139 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 66s ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:53:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:38.662048+0000 mgr.y (mgr.14556) 10469 : cluster [DBG] pgmap v9249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:39.486 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:53:39.486 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:53:39.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:53:39.486 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:53:39.486 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:53:39.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:53:39.486 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:53:39.486 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:53:39.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:53:39.487 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:53:39.487 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:53:39.487 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:53:39.487 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:53:39.487 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:53:39.487 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:53:39.487 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:53:39.487 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:53:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:53:38.838974+0000 mgr.y (mgr.14556) 10470 : audit [DBG] from='client.25575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:53:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:53:39.131319+0000 mgr.y (mgr.14556) 10471 : audit [DBG] from='client.25581 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:53:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:53:39.486884+0000 mon.a (mon.0) 2555 : audit [DBG] from='client.? 172.21.15.23:0/396732461' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:53:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:53:38.838974+0000 mgr.y (mgr.14556) 10470 : audit [DBG] from='client.25575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:53:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:53:39.131319+0000 mgr.y (mgr.14556) 10471 : audit [DBG] from='client.25581 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:53:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:53:39.486884+0000 mon.a (mon.0) 2555 : audit [DBG] from='client.? 172.21.15.23:0/396732461' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:53:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:53:38.838974+0000 mgr.y (mgr.14556) 10470 : audit [DBG] from='client.25575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:53:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:53:39.131319+0000 mgr.y (mgr.14556) 10471 : audit [DBG] from='client.25581 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:53:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:53:39.486884+0000 mon.a (mon.0) 2555 : audit [DBG] from='client.? 172.21.15.23:0/396732461' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:53:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:40.662692+0000 mgr.y (mgr.14556) 10472 : cluster [DBG] pgmap v9250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:40.662692+0000 mgr.y (mgr.14556) 10472 : cluster [DBG] pgmap v9250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:40.662692+0000 mgr.y (mgr.14556) 10472 : cluster [DBG] pgmap v9250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:53:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:42.663073+0000 mgr.y (mgr.14556) 10473 : cluster [DBG] pgmap v9251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:42.663073+0000 mgr.y (mgr.14556) 10473 : cluster [DBG] pgmap v9251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:53:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:53:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:42.663073+0000 mgr.y (mgr.14556) 10473 : cluster [DBG] pgmap v9251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:44.663581+0000 mgr.y (mgr.14556) 10474 : cluster [DBG] pgmap v9252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:44.663581+0000 mgr.y (mgr.14556) 10474 : cluster [DBG] pgmap v9252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:44.663581+0000 mgr.y (mgr.14556) 10474 : cluster [DBG] pgmap v9252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:46.664231+0000 mgr.y (mgr.14556) 10475 : cluster [DBG] pgmap v9253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:46.664231+0000 mgr.y (mgr.14556) 10475 : cluster [DBG] pgmap v9253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:46.664231+0000 mgr.y (mgr.14556) 10475 : cluster [DBG] pgmap v9253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:48.664761+0000 mgr.y (mgr.14556) 10476 : cluster [DBG] pgmap v9254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:48.664761+0000 mgr.y (mgr.14556) 10476 : cluster [DBG] pgmap v9254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:48.664761+0000 mgr.y (mgr.14556) 10476 : cluster [DBG] pgmap v9254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:50.665673+0000 mgr.y (mgr.14556) 10477 : cluster [DBG] pgmap v9255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:53:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:50.665673+0000 mgr.y (mgr.14556) 10477 : cluster [DBG] pgmap v9255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:50.665673+0000 mgr.y (mgr.14556) 10477 : cluster [DBG] pgmap v9255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:53:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:53:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:52.666151+0000 mgr.y (mgr.14556) 10478 : cluster [DBG] pgmap v9256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:52.666151+0000 mgr.y (mgr.14556) 10478 : cluster [DBG] pgmap v9256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:52.666151+0000 mgr.y (mgr.14556) 10478 : cluster [DBG] pgmap v9256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:54.666607+0000 mgr.y (mgr.14556) 10479 : cluster [DBG] pgmap v9257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:54.666607+0000 mgr.y (mgr.14556) 10479 : cluster [DBG] pgmap v9257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:54.666607+0000 mgr.y (mgr.14556) 10479 : cluster [DBG] pgmap v9257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:56.667225+0000 mgr.y (mgr.14556) 10480 : cluster [DBG] pgmap v9258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:56.667225+0000 mgr.y (mgr.14556) 10480 : cluster [DBG] pgmap v9258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:53:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:56.667225+0000 mgr.y (mgr.14556) 10480 : cluster [DBG] pgmap v9258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:53:58.667668+0000 mgr.y (mgr.14556) 10481 : cluster [DBG] pgmap v9259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:53:58.667668+0000 mgr.y (mgr.14556) 10481 : cluster [DBG] pgmap v9259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:53:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:53:58.667668+0000 mgr.y (mgr.14556) 10481 : cluster [DBG] pgmap v9259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:00.668385+0000 mgr.y (mgr.14556) 10482 : cluster [DBG] pgmap v9260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:00.668385+0000 mgr.y (mgr.14556) 10482 : cluster [DBG] pgmap v9260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:00.668385+0000 mgr.y (mgr.14556) 10482 : cluster [DBG] pgmap v9260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:54:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:54:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:54:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:02.668750+0000 mgr.y (mgr.14556) 10483 : cluster [DBG] pgmap v9261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:02.668750+0000 mgr.y (mgr.14556) 10483 : cluster [DBG] pgmap v9261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:02.668750+0000 mgr.y (mgr.14556) 10483 : cluster [DBG] pgmap v9261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:04.669088+0000 mgr.y (mgr.14556) 10484 : cluster [DBG] pgmap v9262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:04.669088+0000 mgr.y (mgr.14556) 10484 : cluster [DBG] pgmap v9262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:04.669088+0000 mgr.y (mgr.14556) 10484 : cluster [DBG] pgmap v9262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:06.669899+0000 mgr.y (mgr.14556) 10485 : cluster [DBG] pgmap v9263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:06.669899+0000 mgr.y (mgr.14556) 10485 : cluster [DBG] pgmap v9263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:06.669899+0000 mgr.y (mgr.14556) 10485 : cluster [DBG] pgmap v9263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:09.817 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:54:10.105 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:54:10.105 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 98s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:54:10.105 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 97s ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 98s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 97s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 97s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 98s ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 98s ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 97s ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 98s ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 98s ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 97s ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 98s ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 98s ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 98s ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 98s ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 97s ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:54:10.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 97s ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:54:10.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 97s ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:54:10.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 97s ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:54:10.107 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 97s ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:54:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:08.670367+0000 mgr.y (mgr.14556) 10486 : cluster [DBG] pgmap v9264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:10.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:08.670367+0000 mgr.y (mgr.14556) 10486 : cluster [DBG] pgmap v9264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:08.670367+0000 mgr.y (mgr.14556) 10486 : cluster [DBG] pgmap v9264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:10.453 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:54:10.454 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:54:10.455 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:54:10.455 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:54:10.455 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:54:11.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:54:10.452349+0000 mon.a (mon.0) 2556 : audit [DBG] from='client.? 172.21.15.23:0/2238452818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:54:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:54:10.452349+0000 mon.a (mon.0) 2556 : audit [DBG] from='client.? 172.21.15.23:0/2238452818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:54:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:54:10.452349+0000 mon.a (mon.0) 2556 : audit [DBG] from='client.? 172.21.15.23:0/2238452818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:54:11.797 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:54:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:54:09.806260+0000 mgr.y (mgr.14556) 10487 : audit [DBG] from='client.25593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:54:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:54:10.098181+0000 mgr.y (mgr.14556) 10488 : audit [DBG] from='client.25599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:54:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:10.670978+0000 mgr.y (mgr.14556) 10489 : cluster [DBG] pgmap v9265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:54:09.806260+0000 mgr.y (mgr.14556) 10487 : audit [DBG] from='client.25593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:54:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:54:10.098181+0000 mgr.y (mgr.14556) 10488 : audit [DBG] from='client.25599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:54:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:10.670978+0000 mgr.y (mgr.14556) 10489 : cluster [DBG] pgmap v9265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:54:09.806260+0000 mgr.y (mgr.14556) 10487 : audit [DBG] from='client.25593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:54:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:54:10.098181+0000 mgr.y (mgr.14556) 10488 : audit [DBG] from='client.25599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:54:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:10.670978+0000 mgr.y (mgr.14556) 10489 : cluster [DBG] pgmap v9265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:12.671472+0000 mgr.y (mgr.14556) 10490 : cluster [DBG] pgmap v9266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:12.671472+0000 mgr.y (mgr.14556) 10490 : cluster [DBG] pgmap v9266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:12.671472+0000 mgr.y (mgr.14556) 10490 : cluster [DBG] pgmap v9266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:54:13] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:54:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:14.671863+0000 mgr.y (mgr.14556) 10491 : cluster [DBG] pgmap v9267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:14.671863+0000 mgr.y (mgr.14556) 10491 : cluster [DBG] pgmap v9267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:14.671863+0000 mgr.y (mgr.14556) 10491 : cluster [DBG] pgmap v9267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:16.672696+0000 mgr.y (mgr.14556) 10492 : cluster [DBG] pgmap v9268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:16.672696+0000 mgr.y (mgr.14556) 10492 : cluster [DBG] pgmap v9268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:16.672696+0000 mgr.y (mgr.14556) 10492 : cluster [DBG] pgmap v9268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:18.673188+0000 mgr.y (mgr.14556) 10493 : cluster [DBG] pgmap v9269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:18.673188+0000 mgr.y (mgr.14556) 10493 : cluster [DBG] pgmap v9269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:18.673188+0000 mgr.y (mgr.14556) 10493 : cluster [DBG] pgmap v9269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:20.673884+0000 mgr.y (mgr.14556) 10494 : cluster [DBG] pgmap v9270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:54:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:20.673884+0000 mgr.y (mgr.14556) 10494 : cluster [DBG] pgmap v9270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:20.673884+0000 mgr.y (mgr.14556) 10494 : cluster [DBG] pgmap v9270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:22.674296+0000 mgr.y (mgr.14556) 10495 : cluster [DBG] pgmap v9271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:22.674296+0000 mgr.y (mgr.14556) 10495 : cluster [DBG] pgmap v9271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:54:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:54:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:22.674296+0000 mgr.y (mgr.14556) 10495 : cluster [DBG] pgmap v9271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:24.674667+0000 mgr.y (mgr.14556) 10496 : cluster [DBG] pgmap v9272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:24.674667+0000 mgr.y (mgr.14556) 10496 : cluster [DBG] pgmap v9272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:24.674667+0000 mgr.y (mgr.14556) 10496 : cluster [DBG] pgmap v9272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:26.675469+0000 mgr.y (mgr.14556) 10497 : cluster [DBG] pgmap v9273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:26.675469+0000 mgr.y (mgr.14556) 10497 : cluster [DBG] pgmap v9273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:26.675469+0000 mgr.y (mgr.14556) 10497 : cluster [DBG] pgmap v9273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:28.675808+0000 mgr.y (mgr.14556) 10498 : cluster [DBG] pgmap v9274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:28.675808+0000 mgr.y (mgr.14556) 10498 : cluster [DBG] pgmap v9274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:28.675808+0000 mgr.y (mgr.14556) 10498 : cluster [DBG] pgmap v9274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:30.676650+0000 mgr.y (mgr.14556) 10499 : cluster [DBG] pgmap v9275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:54:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:30.676650+0000 mgr.y (mgr.14556) 10499 : cluster [DBG] pgmap v9275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:30.676650+0000 mgr.y (mgr.14556) 10499 : cluster [DBG] pgmap v9275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:54:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:54:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:32.677074+0000 mgr.y (mgr.14556) 10500 : cluster [DBG] pgmap v9276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:54:33.142271+0000 mon.a (mon.0) 2557 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:54:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:54:33.447347+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:54:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:54:33.448029+0000 mon.a (mon.0) 2559 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:54:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:54:33.455682+0000 mon.a (mon.0) 2560 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:54:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:32.677074+0000 mgr.y (mgr.14556) 10500 : cluster [DBG] pgmap v9276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:54:33.142271+0000 mon.a (mon.0) 2557 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:54:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:54:33.447347+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:54:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:54:33.448029+0000 mon.a (mon.0) 2559 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:54:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:54:33.455682+0000 mon.a (mon.0) 2560 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:54:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:32.677074+0000 mgr.y (mgr.14556) 10500 : cluster [DBG] pgmap v9276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:54:33.142271+0000 mon.a (mon.0) 2557 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:54:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:54:33.447347+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:54:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:54:33.448029+0000 mon.a (mon.0) 2559 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:54:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:54:33.455682+0000 mon.a (mon.0) 2560 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:54:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:34.677660+0000 mgr.y (mgr.14556) 10501 : cluster [DBG] pgmap v9277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:34.677660+0000 mgr.y (mgr.14556) 10501 : cluster [DBG] pgmap v9277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:34.677660+0000 mgr.y (mgr.14556) 10501 : cluster [DBG] pgmap v9277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:36.678373+0000 mgr.y (mgr.14556) 10502 : cluster [DBG] pgmap v9278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:36.678373+0000 mgr.y (mgr.14556) 10502 : cluster [DBG] pgmap v9278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:36.678373+0000 mgr.y (mgr.14556) 10502 : cluster [DBG] pgmap v9278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:38.678920+0000 mgr.y (mgr.14556) 10503 : cluster [DBG] pgmap v9279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:40.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:38.678920+0000 mgr.y (mgr.14556) 10503 : cluster [DBG] pgmap v9279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:38.678920+0000 mgr.y (mgr.14556) 10503 : cluster [DBG] pgmap v9279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:54:41.065 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:54:41.065 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 2m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:54:41.065 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 2m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:54:41.065 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 2m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:54:41.065 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 2m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:54:41.065 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 2m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:54:41.065 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 2m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 2m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 2m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 2m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 2m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 2m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 2m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 2m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 2m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 2m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 2m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 2m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 2m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 2m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:54:41.066 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 2m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:54:41.414 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:54:41.414 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:54:41.414 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:54:41.414 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:54:41.414 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:54:41.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:54:41.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:54:41.415 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:54:41.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:54:41.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:54:41.415 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:54:41.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:54:41.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:54:41.415 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:54:41.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:54:41.415 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:54:41.415 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:54:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:54:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:40.679501+0000 mgr.y (mgr.14556) 10504 : cluster [DBG] pgmap v9280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:54:40.765078+0000 mgr.y (mgr.14556) 10505 : audit [DBG] from='client.25611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:54:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:54:41.415141+0000 mon.a (mon.0) 2561 : audit [DBG] from='client.? 172.21.15.23:0/946745526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:54:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:40.679501+0000 mgr.y (mgr.14556) 10504 : cluster [DBG] pgmap v9280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:54:40.765078+0000 mgr.y (mgr.14556) 10505 : audit [DBG] from='client.25611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:54:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:54:41.415141+0000 mon.a (mon.0) 2561 : audit [DBG] from='client.? 172.21.15.23:0/946745526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:54:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:40.679501+0000 mgr.y (mgr.14556) 10504 : cluster [DBG] pgmap v9280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:54:40.765078+0000 mgr.y (mgr.14556) 10505 : audit [DBG] from='client.25611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:54:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:54:41.415141+0000 mon.a (mon.0) 2561 : audit [DBG] from='client.? 172.21.15.23:0/946745526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:54:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:54:41.057761+0000 mgr.y (mgr.14556) 10506 : audit [DBG] from='client.25617 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:54:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:54:41.057761+0000 mgr.y (mgr.14556) 10506 : audit [DBG] from='client.25617 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:54:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:54:41.057761+0000 mgr.y (mgr.14556) 10506 : audit [DBG] from='client.25617 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:54:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:54:43] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-03-22T11:54:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:42.679891+0000 mgr.y (mgr.14556) 10507 : cluster [DBG] pgmap v9281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:42.679891+0000 mgr.y (mgr.14556) 10507 : cluster [DBG] pgmap v9281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:42.679891+0000 mgr.y (mgr.14556) 10507 : cluster [DBG] pgmap v9281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:44.680524+0000 mgr.y (mgr.14556) 10508 : cluster [DBG] pgmap v9282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:44.680524+0000 mgr.y (mgr.14556) 10508 : cluster [DBG] pgmap v9282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:44.680524+0000 mgr.y (mgr.14556) 10508 : cluster [DBG] pgmap v9282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:46.681477+0000 mgr.y (mgr.14556) 10509 : cluster [DBG] pgmap v9283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:46.681477+0000 mgr.y (mgr.14556) 10509 : cluster [DBG] pgmap v9283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:46.681477+0000 mgr.y (mgr.14556) 10509 : cluster [DBG] pgmap v9283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:48.681888+0000 mgr.y (mgr.14556) 10510 : cluster [DBG] pgmap v9284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:48.681888+0000 mgr.y (mgr.14556) 10510 : cluster [DBG] pgmap v9284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:48.681888+0000 mgr.y (mgr.14556) 10510 : cluster [DBG] pgmap v9284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:50.682507+0000 mgr.y (mgr.14556) 10511 : cluster [DBG] pgmap v9285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:54:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:50.682507+0000 mgr.y (mgr.14556) 10511 : cluster [DBG] pgmap v9285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:50.682507+0000 mgr.y (mgr.14556) 10511 : cluster [DBG] pgmap v9285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:54:53] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:54:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:52.682886+0000 mgr.y (mgr.14556) 10512 : cluster [DBG] pgmap v9286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:52.682886+0000 mgr.y (mgr.14556) 10512 : cluster [DBG] pgmap v9286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:52.682886+0000 mgr.y (mgr.14556) 10512 : cluster [DBG] pgmap v9286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:54.683242+0000 mgr.y (mgr.14556) 10513 : cluster [DBG] pgmap v9287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:54.683242+0000 mgr.y (mgr.14556) 10513 : cluster [DBG] pgmap v9287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:54.683242+0000 mgr.y (mgr.14556) 10513 : cluster [DBG] pgmap v9287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:56.683925+0000 mgr.y (mgr.14556) 10514 : cluster [DBG] pgmap v9288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:56.683925+0000 mgr.y (mgr.14556) 10514 : cluster [DBG] pgmap v9288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:54:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:56.683925+0000 mgr.y (mgr.14556) 10514 : cluster [DBG] pgmap v9288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:54:58.684384+0000 mgr.y (mgr.14556) 10515 : cluster [DBG] pgmap v9289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:54:58.684384+0000 mgr.y (mgr.14556) 10515 : cluster [DBG] pgmap v9289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:54:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:54:58.684384+0000 mgr.y (mgr.14556) 10515 : cluster [DBG] pgmap v9289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:00.684997+0000 mgr.y (mgr.14556) 10516 : cluster [DBG] pgmap v9290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:55:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:00.684997+0000 mgr.y (mgr.14556) 10516 : cluster [DBG] pgmap v9290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:00.684997+0000 mgr.y (mgr.14556) 10516 : cluster [DBG] pgmap v9290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:55:03] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:55:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:02.685572+0000 mgr.y (mgr.14556) 10517 : cluster [DBG] pgmap v9291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:02.685572+0000 mgr.y (mgr.14556) 10517 : cluster [DBG] pgmap v9291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:02.685572+0000 mgr.y (mgr.14556) 10517 : cluster [DBG] pgmap v9291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:04.685965+0000 mgr.y (mgr.14556) 10518 : cluster [DBG] pgmap v9292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:04.685965+0000 mgr.y (mgr.14556) 10518 : cluster [DBG] pgmap v9292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:04.685965+0000 mgr.y (mgr.14556) 10518 : cluster [DBG] pgmap v9292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:06.686836+0000 mgr.y (mgr.14556) 10519 : cluster [DBG] pgmap v9293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:06.686836+0000 mgr.y (mgr.14556) 10519 : cluster [DBG] pgmap v9293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:06.686836+0000 mgr.y (mgr.14556) 10519 : cluster [DBG] pgmap v9293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:08.687448+0000 mgr.y (mgr.14556) 10520 : cluster [DBG] pgmap v9294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:08.687448+0000 mgr.y (mgr.14556) 10520 : cluster [DBG] pgmap v9294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:08.687448+0000 mgr.y (mgr.14556) 10520 : cluster [DBG] pgmap v9294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:10.688130+0000 mgr.y (mgr.14556) 10521 : cluster [DBG] pgmap v9295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:10.688130+0000 mgr.y (mgr.14556) 10521 : cluster [DBG] pgmap v9295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:10.688130+0000 mgr.y (mgr.14556) 10521 : cluster [DBG] pgmap v9295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:11.739 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:55:11.823 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:55:12.029 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:55:12.029 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 2m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:55:12.029 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 2m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:55:12.029 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 2m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:55:12.029 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 2m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:55:12.029 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 2m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:55:12.029 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 2m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 2m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 2m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 2m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 2m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 2m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 2m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 2m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 2m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 2m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 2m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 2m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 2m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 2m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:55:12.030 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 2m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:55:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:55:11.727667+0000 mgr.y (mgr.14556) 10522 : audit [DBG] from='client.25629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:55:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:55:11.727667+0000 mgr.y (mgr.14556) 10522 : audit [DBG] from='client.25629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:55:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:55:11.727667+0000 mgr.y (mgr.14556) 10522 : audit [DBG] from='client.25629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:55:12.377 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:55:12.377 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:55:12.377 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:55:12.377 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:55:12.377 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:55:12.378 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:55:12.378 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:55:12.378 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:55:12.378 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:55:12.378 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:55:12.378 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:55:12.378 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:55:12.378 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:55:12.378 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:55:12.378 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:55:12.378 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:55:12.378 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:55:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:55:12.019549+0000 mgr.y (mgr.14556) 10523 : audit [DBG] from='client.35546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:55:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:55:12.378020+0000 mon.a (mon.0) 2562 : audit [DBG] from='client.? 172.21.15.23:0/1841807093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:55:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:12.688510+0000 mgr.y (mgr.14556) 10524 : cluster [DBG] pgmap v9296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:55:12.019549+0000 mgr.y (mgr.14556) 10523 : audit [DBG] from='client.35546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:55:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:55:12.378020+0000 mon.a (mon.0) 2562 : audit [DBG] from='client.? 172.21.15.23:0/1841807093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:55:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:12.688510+0000 mgr.y (mgr.14556) 10524 : cluster [DBG] pgmap v9296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:55:12.019549+0000 mgr.y (mgr.14556) 10523 : audit [DBG] from='client.35546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:55:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:55:12.378020+0000 mon.a (mon.0) 2562 : audit [DBG] from='client.? 172.21.15.23:0/1841807093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:55:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:12.688510+0000 mgr.y (mgr.14556) 10524 : cluster [DBG] pgmap v9296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:55:13] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T11:55:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:14.688856+0000 mgr.y (mgr.14556) 10525 : cluster [DBG] pgmap v9297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:14.688856+0000 mgr.y (mgr.14556) 10525 : cluster [DBG] pgmap v9297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:14.688856+0000 mgr.y (mgr.14556) 10525 : cluster [DBG] pgmap v9297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:16.689650+0000 mgr.y (mgr.14556) 10526 : cluster [DBG] pgmap v9298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:16.689650+0000 mgr.y (mgr.14556) 10526 : cluster [DBG] pgmap v9298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:16.689650+0000 mgr.y (mgr.14556) 10526 : cluster [DBG] pgmap v9298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:18.690084+0000 mgr.y (mgr.14556) 10527 : cluster [DBG] pgmap v9299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:18.690084+0000 mgr.y (mgr.14556) 10527 : cluster [DBG] pgmap v9299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:18.690084+0000 mgr.y (mgr.14556) 10527 : cluster [DBG] pgmap v9299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:20.690720+0000 mgr.y (mgr.14556) 10528 : cluster [DBG] pgmap v9300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:55:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:20.690720+0000 mgr.y (mgr.14556) 10528 : cluster [DBG] pgmap v9300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:20.690720+0000 mgr.y (mgr.14556) 10528 : cluster [DBG] pgmap v9300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:22.691084+0000 mgr.y (mgr.14556) 10529 : cluster [DBG] pgmap v9301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:55:23] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:55:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:22.691084+0000 mgr.y (mgr.14556) 10529 : cluster [DBG] pgmap v9301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:22.691084+0000 mgr.y (mgr.14556) 10529 : cluster [DBG] pgmap v9301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:24.691606+0000 mgr.y (mgr.14556) 10530 : cluster [DBG] pgmap v9302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:24.691606+0000 mgr.y (mgr.14556) 10530 : cluster [DBG] pgmap v9302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:24.691606+0000 mgr.y (mgr.14556) 10530 : cluster [DBG] pgmap v9302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:26.692395+0000 mgr.y (mgr.14556) 10531 : cluster [DBG] pgmap v9303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:26.692395+0000 mgr.y (mgr.14556) 10531 : cluster [DBG] pgmap v9303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:26.692395+0000 mgr.y (mgr.14556) 10531 : cluster [DBG] pgmap v9303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:28.692716+0000 mgr.y (mgr.14556) 10532 : cluster [DBG] pgmap v9304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:28.692716+0000 mgr.y (mgr.14556) 10532 : cluster [DBG] pgmap v9304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:28.692716+0000 mgr.y (mgr.14556) 10532 : cluster [DBG] pgmap v9304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:30.693295+0000 mgr.y (mgr.14556) 10533 : cluster [DBG] pgmap v9305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:55:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:30.693295+0000 mgr.y (mgr.14556) 10533 : cluster [DBG] pgmap v9305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:30.693295+0000 mgr.y (mgr.14556) 10533 : cluster [DBG] pgmap v9305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:55:33] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:55:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:32.693713+0000 mgr.y (mgr.14556) 10534 : cluster [DBG] pgmap v9306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:55:33.460183+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:55:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:55:33.716631+0000 mon.a (mon.0) 2564 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:55:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:55:33.723610+0000 mon.a (mon.0) 2565 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:55:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:32.693713+0000 mgr.y (mgr.14556) 10534 : cluster [DBG] pgmap v9306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:55:33.460183+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:55:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:55:33.716631+0000 mon.a (mon.0) 2564 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:55:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:55:33.723610+0000 mon.a (mon.0) 2565 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:55:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:32.693713+0000 mgr.y (mgr.14556) 10534 : cluster [DBG] pgmap v9306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:55:33.460183+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:55:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:55:33.716631+0000 mon.a (mon.0) 2564 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:55:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:55:33.723610+0000 mon.a (mon.0) 2565 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:55:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:55:34.014793+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:55:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:55:34.015489+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:55:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:55:34.022988+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:55:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:55:34.014793+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:55:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:55:34.015489+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:55:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:55:34.022988+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:55:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:55:34.014793+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:55:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:55:34.015489+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:55:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:55:34.022988+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:55:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:34.694071+0000 mgr.y (mgr.14556) 10535 : cluster [DBG] pgmap v9307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:34.694071+0000 mgr.y (mgr.14556) 10535 : cluster [DBG] pgmap v9307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:34.694071+0000 mgr.y (mgr.14556) 10535 : cluster [DBG] pgmap v9307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:36.694766+0000 mgr.y (mgr.14556) 10536 : cluster [DBG] pgmap v9308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:36.694766+0000 mgr.y (mgr.14556) 10536 : cluster [DBG] pgmap v9308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:36.694766+0000 mgr.y (mgr.14556) 10536 : cluster [DBG] pgmap v9308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:38.695115+0000 mgr.y (mgr.14556) 10537 : cluster [DBG] pgmap v9309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:38.695115+0000 mgr.y (mgr.14556) 10537 : cluster [DBG] pgmap v9309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:38.695115+0000 mgr.y (mgr.14556) 10537 : cluster [DBG] pgmap v9309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:41.790 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:55:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:40.695904+0000 mgr.y (mgr.14556) 10538 : cluster [DBG] pgmap v9310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:40.695904+0000 mgr.y (mgr.14556) 10538 : cluster [DBG] pgmap v9310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:40.695904+0000 mgr.y (mgr.14556) 10538 : cluster [DBG] pgmap v9310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:42.704 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:55:42.993 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:55:42.993 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 3m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:55:42.993 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 3m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:55:42.993 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 3m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 3m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 3m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 3m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 3m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 3m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 3m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 3m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 3m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 3m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 3m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 3m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 3m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:55:42.994 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 3m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:55:42.995 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 3m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:55:42.995 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 3m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:55:42.995 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 3m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:55:42.995 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 3m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:55:43.344 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:55:43.344 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:55:43.344 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:55:43.345 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:55:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:55:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:55:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:55:42.692648+0000 mgr.y (mgr.14556) 10539 : audit [DBG] from='client.35558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:55:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:42.696183+0000 mgr.y (mgr.14556) 10540 : cluster [DBG] pgmap v9311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:55:43.345152+0000 mon.c (mon.2) 273 : audit [DBG] from='client.? 172.21.15.23:0/1565650765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:55:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:55:42.692648+0000 mgr.y (mgr.14556) 10539 : audit [DBG] from='client.35558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:55:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:42.696183+0000 mgr.y (mgr.14556) 10540 : cluster [DBG] pgmap v9311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:55:43.345152+0000 mon.c (mon.2) 273 : audit [DBG] from='client.? 172.21.15.23:0/1565650765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:55:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:55:42.692648+0000 mgr.y (mgr.14556) 10539 : audit [DBG] from='client.35558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:55:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:42.696183+0000 mgr.y (mgr.14556) 10540 : cluster [DBG] pgmap v9311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:55:43.345152+0000 mon.c (mon.2) 273 : audit [DBG] from='client.? 172.21.15.23:0/1565650765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:55:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:55:42.986136+0000 mgr.y (mgr.14556) 10541 : audit [DBG] from='client.25653 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:55:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:55:42.986136+0000 mgr.y (mgr.14556) 10541 : audit [DBG] from='client.25653 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:55:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:55:42.986136+0000 mgr.y (mgr.14556) 10541 : audit [DBG] from='client.25653 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:55:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:44.696717+0000 mgr.y (mgr.14556) 10542 : cluster [DBG] pgmap v9312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:44.696717+0000 mgr.y (mgr.14556) 10542 : cluster [DBG] pgmap v9312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:44.696717+0000 mgr.y (mgr.14556) 10542 : cluster [DBG] pgmap v9312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:46.697372+0000 mgr.y (mgr.14556) 10543 : cluster [DBG] pgmap v9313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:46.697372+0000 mgr.y (mgr.14556) 10543 : cluster [DBG] pgmap v9313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:46.697372+0000 mgr.y (mgr.14556) 10543 : cluster [DBG] pgmap v9313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:48.697799+0000 mgr.y (mgr.14556) 10544 : cluster [DBG] pgmap v9314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:48.697799+0000 mgr.y (mgr.14556) 10544 : cluster [DBG] pgmap v9314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:48.697799+0000 mgr.y (mgr.14556) 10544 : cluster [DBG] pgmap v9314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:50.698460+0000 mgr.y (mgr.14556) 10545 : cluster [DBG] pgmap v9315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:55:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:50.698460+0000 mgr.y (mgr.14556) 10545 : cluster [DBG] pgmap v9315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:50.698460+0000 mgr.y (mgr.14556) 10545 : cluster [DBG] pgmap v9315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:55:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:55:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:52.698925+0000 mgr.y (mgr.14556) 10546 : cluster [DBG] pgmap v9316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:52.698925+0000 mgr.y (mgr.14556) 10546 : cluster [DBG] pgmap v9316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:52.698925+0000 mgr.y (mgr.14556) 10546 : cluster [DBG] pgmap v9316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:54.699414+0000 mgr.y (mgr.14556) 10547 : cluster [DBG] pgmap v9317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:54.699414+0000 mgr.y (mgr.14556) 10547 : cluster [DBG] pgmap v9317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:54.699414+0000 mgr.y (mgr.14556) 10547 : cluster [DBG] pgmap v9317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:56.700303+0000 mgr.y (mgr.14556) 10548 : cluster [DBG] pgmap v9318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:56.700303+0000 mgr.y (mgr.14556) 10548 : cluster [DBG] pgmap v9318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:55:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:56.700303+0000 mgr.y (mgr.14556) 10548 : cluster [DBG] pgmap v9318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:55:58.700726+0000 mgr.y (mgr.14556) 10549 : cluster [DBG] pgmap v9319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:55:58.700726+0000 mgr.y (mgr.14556) 10549 : cluster [DBG] pgmap v9319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:55:58.700726+0000 mgr.y (mgr.14556) 10549 : cluster [DBG] pgmap v9319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:00.701539+0000 mgr.y (mgr.14556) 10550 : cluster [DBG] pgmap v9320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:56:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:00.701539+0000 mgr.y (mgr.14556) 10550 : cluster [DBG] pgmap v9320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:00.701539+0000 mgr.y (mgr.14556) 10550 : cluster [DBG] pgmap v9320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:56:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:56:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:02.701899+0000 mgr.y (mgr.14556) 10551 : cluster [DBG] pgmap v9321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:02.701899+0000 mgr.y (mgr.14556) 10551 : cluster [DBG] pgmap v9321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:02.701899+0000 mgr.y (mgr.14556) 10551 : cluster [DBG] pgmap v9321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:04.702263+0000 mgr.y (mgr.14556) 10552 : cluster [DBG] pgmap v9322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:04.702263+0000 mgr.y (mgr.14556) 10552 : cluster [DBG] pgmap v9322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:04.702263+0000 mgr.y (mgr.14556) 10552 : cluster [DBG] pgmap v9322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:06.703121+0000 mgr.y (mgr.14556) 10553 : cluster [DBG] pgmap v9323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:06.703121+0000 mgr.y (mgr.14556) 10553 : cluster [DBG] pgmap v9323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:06.703121+0000 mgr.y (mgr.14556) 10553 : cluster [DBG] pgmap v9323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:08.703533+0000 mgr.y (mgr.14556) 10554 : cluster [DBG] pgmap v9324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:08.703533+0000 mgr.y (mgr.14556) 10554 : cluster [DBG] pgmap v9324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:08.703533+0000 mgr.y (mgr.14556) 10554 : cluster [DBG] pgmap v9324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:10.704176+0000 mgr.y (mgr.14556) 10555 : cluster [DBG] pgmap v9325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:10.704176+0000 mgr.y (mgr.14556) 10555 : cluster [DBG] pgmap v9325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:10.704176+0000 mgr.y (mgr.14556) 10555 : cluster [DBG] pgmap v9325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:56:13.666 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 3m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 3m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 3m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 3m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 3m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 3m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 3m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 3m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 3m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 3m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 3m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:56:13.956 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 3m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:56:13.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 3m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:56:13.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 3m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:56:13.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 3m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:56:13.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 3m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:56:13.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 3m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:56:13.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 3m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:56:13.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 3m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:56:13.957 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 3m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:56:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:56:13] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:56:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:12.704737+0000 mgr.y (mgr.14556) 10556 : cluster [DBG] pgmap v9326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:12.704737+0000 mgr.y (mgr.14556) 10556 : cluster [DBG] pgmap v9326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:12.704737+0000 mgr.y (mgr.14556) 10556 : cluster [DBG] pgmap v9326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:14.305 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:56:14.305 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:56:14.305 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:56:14.305 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:56:14.305 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:56:14.305 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:56:14.306 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:56:14.306 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:56:14.306 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:56:14.306 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:56:14.306 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:56:14.306 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:56:14.306 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:56:14.306 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:56:14.306 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:56:14.306 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:56:14.306 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:56:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:56:13.655688+0000 mgr.y (mgr.14556) 10557 : audit [DBG] from='client.25665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:56:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:56:14.305892+0000 mon.a (mon.0) 2569 : audit [DBG] from='client.? 172.21.15.23:0/910602458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:56:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:56:13.655688+0000 mgr.y (mgr.14556) 10557 : audit [DBG] from='client.25665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:56:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:56:14.305892+0000 mon.a (mon.0) 2569 : audit [DBG] from='client.? 172.21.15.23:0/910602458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:56:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:56:13.655688+0000 mgr.y (mgr.14556) 10557 : audit [DBG] from='client.25665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:56:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:56:14.305892+0000 mon.a (mon.0) 2569 : audit [DBG] from='client.? 172.21.15.23:0/910602458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:56:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:56:13.948505+0000 mgr.y (mgr.14556) 10558 : audit [DBG] from='client.25671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:56:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:14.705288+0000 mgr.y (mgr.14556) 10559 : cluster [DBG] pgmap v9327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:56:13.948505+0000 mgr.y (mgr.14556) 10558 : audit [DBG] from='client.25671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:56:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:14.705288+0000 mgr.y (mgr.14556) 10559 : cluster [DBG] pgmap v9327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:56:13.948505+0000 mgr.y (mgr.14556) 10558 : audit [DBG] from='client.25671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:56:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:14.705288+0000 mgr.y (mgr.14556) 10559 : cluster [DBG] pgmap v9327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:16.705881+0000 mgr.y (mgr.14556) 10560 : cluster [DBG] pgmap v9328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:16.705881+0000 mgr.y (mgr.14556) 10560 : cluster [DBG] pgmap v9328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:16.705881+0000 mgr.y (mgr.14556) 10560 : cluster [DBG] pgmap v9328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:18.706448+0000 mgr.y (mgr.14556) 10561 : cluster [DBG] pgmap v9329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:18.706448+0000 mgr.y (mgr.14556) 10561 : cluster [DBG] pgmap v9329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:18.706448+0000 mgr.y (mgr.14556) 10561 : cluster [DBG] pgmap v9329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:21.809 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:56:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:20.707075+0000 mgr.y (mgr.14556) 10562 : cluster [DBG] pgmap v9330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:20.707075+0000 mgr.y (mgr.14556) 10562 : cluster [DBG] pgmap v9330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:20.707075+0000 mgr.y (mgr.14556) 10562 : cluster [DBG] pgmap v9330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:56:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:56:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:22.707627+0000 mgr.y (mgr.14556) 10563 : cluster [DBG] pgmap v9331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:22.707627+0000 mgr.y (mgr.14556) 10563 : cluster [DBG] pgmap v9331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:22.707627+0000 mgr.y (mgr.14556) 10563 : cluster [DBG] pgmap v9331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:24.708144+0000 mgr.y (mgr.14556) 10564 : cluster [DBG] pgmap v9332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:24.708144+0000 mgr.y (mgr.14556) 10564 : cluster [DBG] pgmap v9332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:24.708144+0000 mgr.y (mgr.14556) 10564 : cluster [DBG] pgmap v9332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:26.708807+0000 mgr.y (mgr.14556) 10565 : cluster [DBG] pgmap v9333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:26.708807+0000 mgr.y (mgr.14556) 10565 : cluster [DBG] pgmap v9333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:26.708807+0000 mgr.y (mgr.14556) 10565 : cluster [DBG] pgmap v9333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:28.709378+0000 mgr.y (mgr.14556) 10566 : cluster [DBG] pgmap v9334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:28.709378+0000 mgr.y (mgr.14556) 10566 : cluster [DBG] pgmap v9334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:28.709378+0000 mgr.y (mgr.14556) 10566 : cluster [DBG] pgmap v9334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:30.710049+0000 mgr.y (mgr.14556) 10567 : cluster [DBG] pgmap v9335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:56:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:30.710049+0000 mgr.y (mgr.14556) 10567 : cluster [DBG] pgmap v9335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:30.710049+0000 mgr.y (mgr.14556) 10567 : cluster [DBG] pgmap v9335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:56:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:56:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:32.710434+0000 mgr.y (mgr.14556) 10568 : cluster [DBG] pgmap v9336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:32.710434+0000 mgr.y (mgr.14556) 10568 : cluster [DBG] pgmap v9336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:32.710434+0000 mgr.y (mgr.14556) 10568 : cluster [DBG] pgmap v9336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:56:34.028122+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:56:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:56:34.333925+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:56:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:56:34.334556+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:56:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:56:34.347947+0000 mon.a (mon.0) 2573 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:56:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:56:34.028122+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:56:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:56:34.333925+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:56:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:56:34.334556+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:56:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:56:34.347947+0000 mon.a (mon.0) 2573 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:56:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:56:34.028122+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:56:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:56:34.333925+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:56:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:56:34.334556+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:56:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:56:34.347947+0000 mon.a (mon.0) 2573 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:56:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:34.710964+0000 mgr.y (mgr.14556) 10569 : cluster [DBG] pgmap v9337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:34.710964+0000 mgr.y (mgr.14556) 10569 : cluster [DBG] pgmap v9337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:34.710964+0000 mgr.y (mgr.14556) 10569 : cluster [DBG] pgmap v9337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:36.711743+0000 mgr.y (mgr.14556) 10570 : cluster [DBG] pgmap v9338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:36.711743+0000 mgr.y (mgr.14556) 10570 : cluster [DBG] pgmap v9338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:36.711743+0000 mgr.y (mgr.14556) 10570 : cluster [DBG] pgmap v9338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:38.712288+0000 mgr.y (mgr.14556) 10571 : cluster [DBG] pgmap v9339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:38.712288+0000 mgr.y (mgr.14556) 10571 : cluster [DBG] pgmap v9339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:38.712288+0000 mgr.y (mgr.14556) 10571 : cluster [DBG] pgmap v9339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:40.712830+0000 mgr.y (mgr.14556) 10572 : cluster [DBG] pgmap v9340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:56:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:40.712830+0000 mgr.y (mgr.14556) 10572 : cluster [DBG] pgmap v9340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:40.712830+0000 mgr.y (mgr.14556) 10572 : cluster [DBG] pgmap v9340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:56:43] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:56:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:42.713246+0000 mgr.y (mgr.14556) 10573 : cluster [DBG] pgmap v9341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:42.713246+0000 mgr.y (mgr.14556) 10573 : cluster [DBG] pgmap v9341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:42.713246+0000 mgr.y (mgr.14556) 10573 : cluster [DBG] pgmap v9341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:44.633 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:56:44.922 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:56:44.922 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 4m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:56:44.922 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 4m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:56:44.923 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 4m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:56:44.923 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:56:44.923 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:56:44.923 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 4m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:56:44.923 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 4m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:56:44.923 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:56:44.923 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 4m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:56:44.923 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 4m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:56:44.924 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:56:44.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 4m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:56:44.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 4m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:56:44.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 4m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:56:44.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 4m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:56:44.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:56:44.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:56:44.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:56:44.924 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:56:44.925 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 4m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:56:45.274 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:56:45.274 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:56:45.275 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:56:45.275 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:56:45.275 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:56:45.275 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:56:45.275 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:56:45.275 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:56:45.276 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:56:45.276 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:56:45.276 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:56:45.276 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:56:45.276 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:56:45.276 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:56:45.276 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:56:45.277 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:56:45.277 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:56:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:56:44.620981+0000 mgr.y (mgr.14556) 10574 : audit [DBG] from='client.35594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:56:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:44.713585+0000 mgr.y (mgr.14556) 10575 : cluster [DBG] pgmap v9342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:56:45.274541+0000 mon.a (mon.0) 2574 : audit [DBG] from='client.? 172.21.15.23:0/720220405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:56:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:56:44.620981+0000 mgr.y (mgr.14556) 10574 : audit [DBG] from='client.35594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:56:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:44.713585+0000 mgr.y (mgr.14556) 10575 : cluster [DBG] pgmap v9342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:56:45.274541+0000 mon.a (mon.0) 2574 : audit [DBG] from='client.? 172.21.15.23:0/720220405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:56:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:56:44.620981+0000 mgr.y (mgr.14556) 10574 : audit [DBG] from='client.35594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:56:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:44.713585+0000 mgr.y (mgr.14556) 10575 : cluster [DBG] pgmap v9342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:56:45.274541+0000 mon.a (mon.0) 2574 : audit [DBG] from='client.? 172.21.15.23:0/720220405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:56:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:56:44.914864+0000 mgr.y (mgr.14556) 10576 : audit [DBG] from='client.25689 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:56:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:56:44.914864+0000 mgr.y (mgr.14556) 10576 : audit [DBG] from='client.25689 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:56:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:56:44.914864+0000 mgr.y (mgr.14556) 10576 : audit [DBG] from='client.25689 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:56:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:46.714298+0000 mgr.y (mgr.14556) 10577 : cluster [DBG] pgmap v9343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:46.714298+0000 mgr.y (mgr.14556) 10577 : cluster [DBG] pgmap v9343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:46.714298+0000 mgr.y (mgr.14556) 10577 : cluster [DBG] pgmap v9343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:48.714699+0000 mgr.y (mgr.14556) 10578 : cluster [DBG] pgmap v9344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:48.714699+0000 mgr.y (mgr.14556) 10578 : cluster [DBG] pgmap v9344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:48.714699+0000 mgr.y (mgr.14556) 10578 : cluster [DBG] pgmap v9344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:50.715309+0000 mgr.y (mgr.14556) 10579 : cluster [DBG] pgmap v9345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:56:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:50.715309+0000 mgr.y (mgr.14556) 10579 : cluster [DBG] pgmap v9345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:50.715309+0000 mgr.y (mgr.14556) 10579 : cluster [DBG] pgmap v9345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:52.715777+0000 mgr.y (mgr.14556) 10580 : cluster [DBG] pgmap v9346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:56:53] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:56:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:52.715777+0000 mgr.y (mgr.14556) 10580 : cluster [DBG] pgmap v9346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:52.715777+0000 mgr.y (mgr.14556) 10580 : cluster [DBG] pgmap v9346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:54.716253+0000 mgr.y (mgr.14556) 10581 : cluster [DBG] pgmap v9347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:54.716253+0000 mgr.y (mgr.14556) 10581 : cluster [DBG] pgmap v9347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:54.716253+0000 mgr.y (mgr.14556) 10581 : cluster [DBG] pgmap v9347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:56.716938+0000 mgr.y (mgr.14556) 10582 : cluster [DBG] pgmap v9348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:56.716938+0000 mgr.y (mgr.14556) 10582 : cluster [DBG] pgmap v9348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:56:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:56.716938+0000 mgr.y (mgr.14556) 10582 : cluster [DBG] pgmap v9348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:56:58.717616+0000 mgr.y (mgr.14556) 10583 : cluster [DBG] pgmap v9349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:56:58.717616+0000 mgr.y (mgr.14556) 10583 : cluster [DBG] pgmap v9349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:56:58.717616+0000 mgr.y (mgr.14556) 10583 : cluster [DBG] pgmap v9349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:01.818 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:57:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:00.718248+0000 mgr.y (mgr.14556) 10584 : cluster [DBG] pgmap v9350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:00.718248+0000 mgr.y (mgr.14556) 10584 : cluster [DBG] pgmap v9350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:00.718248+0000 mgr.y (mgr.14556) 10584 : cluster [DBG] pgmap v9350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:02.718653+0000 mgr.y (mgr.14556) 10585 : cluster [DBG] pgmap v9351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:57:03] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:57:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:02.718653+0000 mgr.y (mgr.14556) 10585 : cluster [DBG] pgmap v9351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:02.718653+0000 mgr.y (mgr.14556) 10585 : cluster [DBG] pgmap v9351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:04.719085+0000 mgr.y (mgr.14556) 10586 : cluster [DBG] pgmap v9352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:04.719085+0000 mgr.y (mgr.14556) 10586 : cluster [DBG] pgmap v9352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:04.719085+0000 mgr.y (mgr.14556) 10586 : cluster [DBG] pgmap v9352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:06.719715+0000 mgr.y (mgr.14556) 10587 : cluster [DBG] pgmap v9353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:06.719715+0000 mgr.y (mgr.14556) 10587 : cluster [DBG] pgmap v9353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:06.719715+0000 mgr.y (mgr.14556) 10587 : cluster [DBG] pgmap v9353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:08.720144+0000 mgr.y (mgr.14556) 10588 : cluster [DBG] pgmap v9354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:08.720144+0000 mgr.y (mgr.14556) 10588 : cluster [DBG] pgmap v9354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:08.720144+0000 mgr.y (mgr.14556) 10588 : cluster [DBG] pgmap v9354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:11.792 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:57:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:10.720680+0000 mgr.y (mgr.14556) 10589 : cluster [DBG] pgmap v9355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:10.720680+0000 mgr.y (mgr.14556) 10589 : cluster [DBG] pgmap v9355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:10.720680+0000 mgr.y (mgr.14556) 10589 : cluster [DBG] pgmap v9355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:57:13] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T11:57:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:12.721214+0000 mgr.y (mgr.14556) 10590 : cluster [DBG] pgmap v9356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:12.721214+0000 mgr.y (mgr.14556) 10590 : cluster [DBG] pgmap v9356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:12.721214+0000 mgr.y (mgr.14556) 10590 : cluster [DBG] pgmap v9356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:15.598 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:57:15.888 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:57:15.888 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 4m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:57:15.888 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 4m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:57:15.888 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 4m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 4m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 4m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 4m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 4m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 4m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 4m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 4m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 4m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:57:15.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:57:15.890 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:57:15.890 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 4m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:57:16.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:14.721615+0000 mgr.y (mgr.14556) 10591 : cluster [DBG] pgmap v9357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:14.721615+0000 mgr.y (mgr.14556) 10591 : cluster [DBG] pgmap v9357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:14.721615+0000 mgr.y (mgr.14556) 10591 : cluster [DBG] pgmap v9357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:16.239 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:57:16.239 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:57:16.239 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:57:16.239 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:57:16.240 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:57:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:57:15.587417+0000 mgr.y (mgr.14556) 10592 : audit [DBG] from='client.35612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:57:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:57:16.240075+0000 mon.c (mon.2) 274 : audit [DBG] from='client.? 172.21.15.23:0/2057722111' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:57:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:57:15.587417+0000 mgr.y (mgr.14556) 10592 : audit [DBG] from='client.35612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:57:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:57:16.240075+0000 mon.c (mon.2) 274 : audit [DBG] from='client.? 172.21.15.23:0/2057722111' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:57:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:57:15.587417+0000 mgr.y (mgr.14556) 10592 : audit [DBG] from='client.35612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:57:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:57:16.240075+0000 mon.c (mon.2) 274 : audit [DBG] from='client.? 172.21.15.23:0/2057722111' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:57:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:57:15.881183+0000 mgr.y (mgr.14556) 10593 : audit [DBG] from='client.35618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:57:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:16.722180+0000 mgr.y (mgr.14556) 10594 : cluster [DBG] pgmap v9358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:57:15.881183+0000 mgr.y (mgr.14556) 10593 : audit [DBG] from='client.35618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:57:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:16.722180+0000 mgr.y (mgr.14556) 10594 : cluster [DBG] pgmap v9358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:57:15.881183+0000 mgr.y (mgr.14556) 10593 : audit [DBG] from='client.35618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:57:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:16.722180+0000 mgr.y (mgr.14556) 10594 : cluster [DBG] pgmap v9358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:18.722613+0000 mgr.y (mgr.14556) 10595 : cluster [DBG] pgmap v9359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:18.722613+0000 mgr.y (mgr.14556) 10595 : cluster [DBG] pgmap v9359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:18.722613+0000 mgr.y (mgr.14556) 10595 : cluster [DBG] pgmap v9359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:20.723291+0000 mgr.y (mgr.14556) 10596 : cluster [DBG] pgmap v9360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:57:22.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:20.723291+0000 mgr.y (mgr.14556) 10596 : cluster [DBG] pgmap v9360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:22.135 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:20.723291+0000 mgr.y (mgr.14556) 10596 : cluster [DBG] pgmap v9360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:22.723661+0000 mgr.y (mgr.14556) 10597 : cluster [DBG] pgmap v9361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:57:23] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:57:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:22.723661+0000 mgr.y (mgr.14556) 10597 : cluster [DBG] pgmap v9361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:22.723661+0000 mgr.y (mgr.14556) 10597 : cluster [DBG] pgmap v9361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:24.724104+0000 mgr.y (mgr.14556) 10598 : cluster [DBG] pgmap v9362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:24.724104+0000 mgr.y (mgr.14556) 10598 : cluster [DBG] pgmap v9362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:24.724104+0000 mgr.y (mgr.14556) 10598 : cluster [DBG] pgmap v9362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:26.724866+0000 mgr.y (mgr.14556) 10599 : cluster [DBG] pgmap v9363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:26.724866+0000 mgr.y (mgr.14556) 10599 : cluster [DBG] pgmap v9363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:26.724866+0000 mgr.y (mgr.14556) 10599 : cluster [DBG] pgmap v9363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:28.725281+0000 mgr.y (mgr.14556) 10600 : cluster [DBG] pgmap v9364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:28.725281+0000 mgr.y (mgr.14556) 10600 : cluster [DBG] pgmap v9364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:28.725281+0000 mgr.y (mgr.14556) 10600 : cluster [DBG] pgmap v9364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:30.726165+0000 mgr.y (mgr.14556) 10601 : cluster [DBG] pgmap v9365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:57:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:30.726165+0000 mgr.y (mgr.14556) 10601 : cluster [DBG] pgmap v9365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:30.726165+0000 mgr.y (mgr.14556) 10601 : cluster [DBG] pgmap v9365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:57:33] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T11:57:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:32.726543+0000 mgr.y (mgr.14556) 10602 : cluster [DBG] pgmap v9366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:32.726543+0000 mgr.y (mgr.14556) 10602 : cluster [DBG] pgmap v9366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:32.726543+0000 mgr.y (mgr.14556) 10602 : cluster [DBG] pgmap v9366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:57:34.352210+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:57:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:57:34.658341+0000 mon.a (mon.0) 2576 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:57:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:57:34.658978+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:57:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:57:34.667365+0000 mon.a (mon.0) 2578 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:57:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:57:34.352210+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:57:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:57:34.658341+0000 mon.a (mon.0) 2576 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:57:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:57:34.658978+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:57:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:57:34.667365+0000 mon.a (mon.0) 2578 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:57:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:57:34.352210+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:57:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:57:34.658341+0000 mon.a (mon.0) 2576 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:57:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:57:34.658978+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:57:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:57:34.667365+0000 mon.a (mon.0) 2578 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:57:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:34.726889+0000 mgr.y (mgr.14556) 10603 : cluster [DBG] pgmap v9367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:34.726889+0000 mgr.y (mgr.14556) 10603 : cluster [DBG] pgmap v9367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:34.726889+0000 mgr.y (mgr.14556) 10603 : cluster [DBG] pgmap v9367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:36.727736+0000 mgr.y (mgr.14556) 10604 : cluster [DBG] pgmap v9368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:36.727736+0000 mgr.y (mgr.14556) 10604 : cluster [DBG] pgmap v9368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:36.727736+0000 mgr.y (mgr.14556) 10604 : cluster [DBG] pgmap v9368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:38.728111+0000 mgr.y (mgr.14556) 10605 : cluster [DBG] pgmap v9369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:38.728111+0000 mgr.y (mgr.14556) 10605 : cluster [DBG] pgmap v9369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:38.728111+0000 mgr.y (mgr.14556) 10605 : cluster [DBG] pgmap v9369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:41.822 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:57:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:40.728922+0000 mgr.y (mgr.14556) 10606 : cluster [DBG] pgmap v9370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:40.728922+0000 mgr.y (mgr.14556) 10606 : cluster [DBG] pgmap v9370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:40.728922+0000 mgr.y (mgr.14556) 10606 : cluster [DBG] pgmap v9370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:42.729375+0000 mgr.y (mgr.14556) 10607 : cluster [DBG] pgmap v9371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:57:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T11:57:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:42.729375+0000 mgr.y (mgr.14556) 10607 : cluster [DBG] pgmap v9371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:42.729375+0000 mgr.y (mgr.14556) 10607 : cluster [DBG] pgmap v9371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:44.729794+0000 mgr.y (mgr.14556) 10608 : cluster [DBG] pgmap v9372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:44.729794+0000 mgr.y (mgr.14556) 10608 : cluster [DBG] pgmap v9372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:44.729794+0000 mgr.y (mgr.14556) 10608 : cluster [DBG] pgmap v9372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:46.568 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:57:46.857 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:57:46.857 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:57:46.857 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:57:46.857 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:57:46.857 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:57:46.857 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:57:46.857 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:57:46.857 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:57:46.857 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:57:46.857 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:57:46.857 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:57:46.858 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:57:46.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:57:46.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:57:46.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:57:46.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:57:46.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:57:46.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:57:46.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:57:46.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:57:46.858 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:57:47.205 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:57:47.206 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:57:47.206 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:57:47.206 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:57:47.206 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:57:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:57:46.557135+0000 mgr.y (mgr.14556) 10609 : audit [DBG] from='client.35630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:57:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:46.730357+0000 mgr.y (mgr.14556) 10610 : cluster [DBG] pgmap v9373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:57:47.205475+0000 mon.a (mon.0) 2579 : audit [DBG] from='client.? 172.21.15.23:0/954223385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:57:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:57:46.557135+0000 mgr.y (mgr.14556) 10609 : audit [DBG] from='client.35630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:57:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:46.730357+0000 mgr.y (mgr.14556) 10610 : cluster [DBG] pgmap v9373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:57:47.205475+0000 mon.a (mon.0) 2579 : audit [DBG] from='client.? 172.21.15.23:0/954223385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:57:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:57:46.557135+0000 mgr.y (mgr.14556) 10609 : audit [DBG] from='client.35630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:57:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:46.730357+0000 mgr.y (mgr.14556) 10610 : cluster [DBG] pgmap v9373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:57:47.205475+0000 mon.a (mon.0) 2579 : audit [DBG] from='client.? 172.21.15.23:0/954223385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:57:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:57:46.849532+0000 mgr.y (mgr.14556) 10611 : audit [DBG] from='client.35636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:57:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:57:46.849532+0000 mgr.y (mgr.14556) 10611 : audit [DBG] from='client.35636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:57:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:57:46.849532+0000 mgr.y (mgr.14556) 10611 : audit [DBG] from='client.35636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:57:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:48.730873+0000 mgr.y (mgr.14556) 10612 : cluster [DBG] pgmap v9374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:48.730873+0000 mgr.y (mgr.14556) 10612 : cluster [DBG] pgmap v9374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:48.730873+0000 mgr.y (mgr.14556) 10612 : cluster [DBG] pgmap v9374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:51.840 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:57:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:50.731566+0000 mgr.y (mgr.14556) 10613 : cluster [DBG] pgmap v9375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:50.731566+0000 mgr.y (mgr.14556) 10613 : cluster [DBG] pgmap v9375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:50.731566+0000 mgr.y (mgr.14556) 10613 : cluster [DBG] pgmap v9375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:52.732175+0000 mgr.y (mgr.14556) 10614 : cluster [DBG] pgmap v9376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:53.184 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:52.732175+0000 mgr.y (mgr.14556) 10614 : cluster [DBG] pgmap v9376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:53.184 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:52.732175+0000 mgr.y (mgr.14556) 10614 : cluster [DBG] pgmap v9376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:57:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:57:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:54.732702+0000 mgr.y (mgr.14556) 10615 : cluster [DBG] pgmap v9377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:54.732702+0000 mgr.y (mgr.14556) 10615 : cluster [DBG] pgmap v9377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:54.732702+0000 mgr.y (mgr.14556) 10615 : cluster [DBG] pgmap v9377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:56.733467+0000 mgr.y (mgr.14556) 10616 : cluster [DBG] pgmap v9378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:56.733467+0000 mgr.y (mgr.14556) 10616 : cluster [DBG] pgmap v9378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:57:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:56.733467+0000 mgr.y (mgr.14556) 10616 : cluster [DBG] pgmap v9378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:57:58.733939+0000 mgr.y (mgr.14556) 10617 : cluster [DBG] pgmap v9379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:57:58.733939+0000 mgr.y (mgr.14556) 10617 : cluster [DBG] pgmap v9379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:57:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:57:58.733939+0000 mgr.y (mgr.14556) 10617 : cluster [DBG] pgmap v9379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:01.831 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:58:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:00.734716+0000 mgr.y (mgr.14556) 10618 : cluster [DBG] pgmap v9380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:00.734716+0000 mgr.y (mgr.14556) 10618 : cluster [DBG] pgmap v9380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:00.734716+0000 mgr.y (mgr.14556) 10618 : cluster [DBG] pgmap v9380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:02.735111+0000 mgr.y (mgr.14556) 10619 : cluster [DBG] pgmap v9381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:02.735111+0000 mgr.y (mgr.14556) 10619 : cluster [DBG] pgmap v9381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:02.735111+0000 mgr.y (mgr.14556) 10619 : cluster [DBG] pgmap v9381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:58:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:58:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:04.735531+0000 mgr.y (mgr.14556) 10620 : cluster [DBG] pgmap v9382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:04.735531+0000 mgr.y (mgr.14556) 10620 : cluster [DBG] pgmap v9382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:04.735531+0000 mgr.y (mgr.14556) 10620 : cluster [DBG] pgmap v9382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:06.736268+0000 mgr.y (mgr.14556) 10621 : cluster [DBG] pgmap v9383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:06.736268+0000 mgr.y (mgr.14556) 10621 : cluster [DBG] pgmap v9383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:06.736268+0000 mgr.y (mgr.14556) 10621 : cluster [DBG] pgmap v9383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:08.736665+0000 mgr.y (mgr.14556) 10622 : cluster [DBG] pgmap v9384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:08.736665+0000 mgr.y (mgr.14556) 10622 : cluster [DBG] pgmap v9384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:08.736665+0000 mgr.y (mgr.14556) 10622 : cluster [DBG] pgmap v9384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:11.833 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:58:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:10.737312+0000 mgr.y (mgr.14556) 10623 : cluster [DBG] pgmap v9385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:10.737312+0000 mgr.y (mgr.14556) 10623 : cluster [DBG] pgmap v9385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:10.737312+0000 mgr.y (mgr.14556) 10623 : cluster [DBG] pgmap v9385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:12.737684+0000 mgr.y (mgr.14556) 10624 : cluster [DBG] pgmap v9386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:12.737684+0000 mgr.y (mgr.14556) 10624 : cluster [DBG] pgmap v9386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:12.737684+0000 mgr.y (mgr.14556) 10624 : cluster [DBG] pgmap v9386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:58:13] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:58:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:14.738235+0000 mgr.y (mgr.14556) 10625 : cluster [DBG] pgmap v9387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:14.738235+0000 mgr.y (mgr.14556) 10625 : cluster [DBG] pgmap v9387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:14.738235+0000 mgr.y (mgr.14556) 10625 : cluster [DBG] pgmap v9387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:17.533 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:58:17.822 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:58:17.822 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:58:17.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:58:17.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:58:17.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:58:17.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:58:17.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:58:17.824 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:58:18.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:16.738979+0000 mgr.y (mgr.14556) 10626 : cluster [DBG] pgmap v9388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:16.738979+0000 mgr.y (mgr.14556) 10626 : cluster [DBG] pgmap v9388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:16.738979+0000 mgr.y (mgr.14556) 10626 : cluster [DBG] pgmap v9388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:18.174 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:58:18.174 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:58:18.174 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:58:18.174 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:58:18.174 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:58:18.174 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:58:18.174 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:58:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:58:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:58:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:58:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:58:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:58:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:58:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:58:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:58:18.175 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:58:18.175 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:58:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:58:17.521503+0000 mgr.y (mgr.14556) 10627 : audit [DBG] from='client.35648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:58:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:58:17.815192+0000 mgr.y (mgr.14556) 10628 : audit [DBG] from='client.25743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:58:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:58:18.174866+0000 mon.a (mon.0) 2580 : audit [DBG] from='client.? 172.21.15.23:0/4086088280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:58:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:58:17.521503+0000 mgr.y (mgr.14556) 10627 : audit [DBG] from='client.35648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:58:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:58:17.815192+0000 mgr.y (mgr.14556) 10628 : audit [DBG] from='client.25743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:58:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:58:18.174866+0000 mon.a (mon.0) 2580 : audit [DBG] from='client.? 172.21.15.23:0/4086088280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:58:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:58:17.521503+0000 mgr.y (mgr.14556) 10627 : audit [DBG] from='client.35648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:58:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:58:17.815192+0000 mgr.y (mgr.14556) 10628 : audit [DBG] from='client.25743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:58:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:58:18.174866+0000 mon.a (mon.0) 2580 : audit [DBG] from='client.? 172.21.15.23:0/4086088280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:58:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:18.739542+0000 mgr.y (mgr.14556) 10629 : cluster [DBG] pgmap v9389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:18.739542+0000 mgr.y (mgr.14556) 10629 : cluster [DBG] pgmap v9389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:18.739542+0000 mgr.y (mgr.14556) 10629 : cluster [DBG] pgmap v9389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:20.740152+0000 mgr.y (mgr.14556) 10630 : cluster [DBG] pgmap v9390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:20.740152+0000 mgr.y (mgr.14556) 10630 : cluster [DBG] pgmap v9390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:20.740152+0000 mgr.y (mgr.14556) 10630 : cluster [DBG] pgmap v9390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:58:24.136 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:58:23] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:58:24.140 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:22.740542+0000 mgr.y (mgr.14556) 10631 : cluster [DBG] pgmap v9391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:24.140 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:22.740542+0000 mgr.y (mgr.14556) 10631 : cluster [DBG] pgmap v9391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:22.740542+0000 mgr.y (mgr.14556) 10631 : cluster [DBG] pgmap v9391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:24.741075+0000 mgr.y (mgr.14556) 10632 : cluster [DBG] pgmap v9392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:24.741075+0000 mgr.y (mgr.14556) 10632 : cluster [DBG] pgmap v9392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:24.741075+0000 mgr.y (mgr.14556) 10632 : cluster [DBG] pgmap v9392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:26.742010+0000 mgr.y (mgr.14556) 10633 : cluster [DBG] pgmap v9393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:26.742010+0000 mgr.y (mgr.14556) 10633 : cluster [DBG] pgmap v9393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:26.742010+0000 mgr.y (mgr.14556) 10633 : cluster [DBG] pgmap v9393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:28.742603+0000 mgr.y (mgr.14556) 10634 : cluster [DBG] pgmap v9394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:28.742603+0000 mgr.y (mgr.14556) 10634 : cluster [DBG] pgmap v9394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:28.742603+0000 mgr.y (mgr.14556) 10634 : cluster [DBG] pgmap v9394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:31.830 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:58:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:30.743418+0000 mgr.y (mgr.14556) 10635 : cluster [DBG] pgmap v9395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:30.743418+0000 mgr.y (mgr.14556) 10635 : cluster [DBG] pgmap v9395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:30.743418+0000 mgr.y (mgr.14556) 10635 : cluster [DBG] pgmap v9395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:58:33] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:58:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:32.743800+0000 mgr.y (mgr.14556) 10636 : cluster [DBG] pgmap v9396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:32.743800+0000 mgr.y (mgr.14556) 10636 : cluster [DBG] pgmap v9396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:32.743800+0000 mgr.y (mgr.14556) 10636 : cluster [DBG] pgmap v9396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:58:34.671761+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:58:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:58:34.671761+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:58:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:58:34.671761+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:58:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:34.744174+0000 mgr.y (mgr.14556) 10637 : cluster [DBG] pgmap v9397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:58:34.978034+0000 mon.a (mon.0) 2582 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:58:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:58:34.978779+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:58:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:58:34.993195+0000 mon.a (mon.0) 2584 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:58:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:34.744174+0000 mgr.y (mgr.14556) 10637 : cluster [DBG] pgmap v9397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:58:34.978034+0000 mon.a (mon.0) 2582 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:58:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:58:34.978779+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:58:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:58:34.993195+0000 mon.a (mon.0) 2584 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:58:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:34.744174+0000 mgr.y (mgr.14556) 10637 : cluster [DBG] pgmap v9397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:58:34.978034+0000 mon.a (mon.0) 2582 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:58:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:58:34.978779+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:58:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:58:34.993195+0000 mon.a (mon.0) 2584 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:58:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:36.744974+0000 mgr.y (mgr.14556) 10638 : cluster [DBG] pgmap v9398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:36.744974+0000 mgr.y (mgr.14556) 10638 : cluster [DBG] pgmap v9398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:36.744974+0000 mgr.y (mgr.14556) 10638 : cluster [DBG] pgmap v9398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:38.745375+0000 mgr.y (mgr.14556) 10639 : cluster [DBG] pgmap v9399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:38.745375+0000 mgr.y (mgr.14556) 10639 : cluster [DBG] pgmap v9399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:38.745375+0000 mgr.y (mgr.14556) 10639 : cluster [DBG] pgmap v9399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:41.824 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:58:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:40.746086+0000 mgr.y (mgr.14556) 10640 : cluster [DBG] pgmap v9400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:40.746086+0000 mgr.y (mgr.14556) 10640 : cluster [DBG] pgmap v9400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:40.746086+0000 mgr.y (mgr.14556) 10640 : cluster [DBG] pgmap v9400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:58:43] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T11:58:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:42.746726+0000 mgr.y (mgr.14556) 10641 : cluster [DBG] pgmap v9401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:42.746726+0000 mgr.y (mgr.14556) 10641 : cluster [DBG] pgmap v9401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:42.746726+0000 mgr.y (mgr.14556) 10641 : cluster [DBG] pgmap v9401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:44.747238+0000 mgr.y (mgr.14556) 10642 : cluster [DBG] pgmap v9402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:44.747238+0000 mgr.y (mgr.14556) 10642 : cluster [DBG] pgmap v9402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:44.747238+0000 mgr.y (mgr.14556) 10642 : cluster [DBG] pgmap v9402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:46.747875+0000 mgr.y (mgr.14556) 10643 : cluster [DBG] pgmap v9403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:46.747875+0000 mgr.y (mgr.14556) 10643 : cluster [DBG] pgmap v9403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:46.747875+0000 mgr.y (mgr.14556) 10643 : cluster [DBG] pgmap v9403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:48.499 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:58:48.786 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:58:48.786 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 6m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:58:48.786 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 6m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:58:48.786 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 6m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:58:48.786 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 6m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:58:48.786 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 6m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:58:48.786 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 6m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 6m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 6m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 6m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 6m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 6m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 6m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 6m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 6m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 6m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 6m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 6m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 6m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 6m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:58:48.787 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 6m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:58:49.136 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:58:49.137 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:58:49.138 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:58:49.138 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:58:49.138 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:58:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:58:48.487504+0000 mgr.y (mgr.14556) 10644 : audit [DBG] from='client.25755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:58:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:48.748205+0000 mgr.y (mgr.14556) 10645 : cluster [DBG] pgmap v9404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:58:48.778725+0000 mgr.y (mgr.14556) 10646 : audit [DBG] from='client.25761 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:58:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:58:49.137302+0000 mon.a (mon.0) 2585 : audit [DBG] from='client.? 172.21.15.23:0/118040460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:58:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:58:48.487504+0000 mgr.y (mgr.14556) 10644 : audit [DBG] from='client.25755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:58:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:48.748205+0000 mgr.y (mgr.14556) 10645 : cluster [DBG] pgmap v9404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:58:48.778725+0000 mgr.y (mgr.14556) 10646 : audit [DBG] from='client.25761 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:58:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:58:49.137302+0000 mon.a (mon.0) 2585 : audit [DBG] from='client.? 172.21.15.23:0/118040460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:58:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:58:48.487504+0000 mgr.y (mgr.14556) 10644 : audit [DBG] from='client.25755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:58:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:48.748205+0000 mgr.y (mgr.14556) 10645 : cluster [DBG] pgmap v9404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:58:48.778725+0000 mgr.y (mgr.14556) 10646 : audit [DBG] from='client.25761 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:58:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:58:49.137302+0000 mon.a (mon.0) 2585 : audit [DBG] from='client.? 172.21.15.23:0/118040460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:58:51.825 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:58:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:50.748857+0000 mgr.y (mgr.14556) 10647 : cluster [DBG] pgmap v9405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:50.748857+0000 mgr.y (mgr.14556) 10647 : cluster [DBG] pgmap v9405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:50.748857+0000 mgr.y (mgr.14556) 10647 : cluster [DBG] pgmap v9405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:58:53] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:58:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:52.749295+0000 mgr.y (mgr.14556) 10648 : cluster [DBG] pgmap v9406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:52.749295+0000 mgr.y (mgr.14556) 10648 : cluster [DBG] pgmap v9406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:52.749295+0000 mgr.y (mgr.14556) 10648 : cluster [DBG] pgmap v9406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:54.749904+0000 mgr.y (mgr.14556) 10649 : cluster [DBG] pgmap v9407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:54.749904+0000 mgr.y (mgr.14556) 10649 : cluster [DBG] pgmap v9407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:54.749904+0000 mgr.y (mgr.14556) 10649 : cluster [DBG] pgmap v9407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:56.750559+0000 mgr.y (mgr.14556) 10650 : cluster [DBG] pgmap v9408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:56.750559+0000 mgr.y (mgr.14556) 10650 : cluster [DBG] pgmap v9408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:56.750559+0000 mgr.y (mgr.14556) 10650 : cluster [DBG] pgmap v9408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:58:58.750978+0000 mgr.y (mgr.14556) 10651 : cluster [DBG] pgmap v9409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:58:58.750978+0000 mgr.y (mgr.14556) 10651 : cluster [DBG] pgmap v9409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:58:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:58:58.750978+0000 mgr.y (mgr.14556) 10651 : cluster [DBG] pgmap v9409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:01.814 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:59:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:00.751608+0000 mgr.y (mgr.14556) 10652 : cluster [DBG] pgmap v9410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:00.751608+0000 mgr.y (mgr.14556) 10652 : cluster [DBG] pgmap v9410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:00.751608+0000 mgr.y (mgr.14556) 10652 : cluster [DBG] pgmap v9410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:59:03] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T11:59:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:02.751999+0000 mgr.y (mgr.14556) 10653 : cluster [DBG] pgmap v9411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:02.751999+0000 mgr.y (mgr.14556) 10653 : cluster [DBG] pgmap v9411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:02.751999+0000 mgr.y (mgr.14556) 10653 : cluster [DBG] pgmap v9411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:04.752439+0000 mgr.y (mgr.14556) 10654 : cluster [DBG] pgmap v9412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:04.752439+0000 mgr.y (mgr.14556) 10654 : cluster [DBG] pgmap v9412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:04.752439+0000 mgr.y (mgr.14556) 10654 : cluster [DBG] pgmap v9412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:06.753206+0000 mgr.y (mgr.14556) 10655 : cluster [DBG] pgmap v9413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:06.753206+0000 mgr.y (mgr.14556) 10655 : cluster [DBG] pgmap v9413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:06.753206+0000 mgr.y (mgr.14556) 10655 : cluster [DBG] pgmap v9413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:08.753626+0000 mgr.y (mgr.14556) 10656 : cluster [DBG] pgmap v9414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:08.753626+0000 mgr.y (mgr.14556) 10656 : cluster [DBG] pgmap v9414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:08.753626+0000 mgr.y (mgr.14556) 10656 : cluster [DBG] pgmap v9414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:11.818 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:59:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:10.754479+0000 mgr.y (mgr.14556) 10657 : cluster [DBG] pgmap v9415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:10.754479+0000 mgr.y (mgr.14556) 10657 : cluster [DBG] pgmap v9415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:10.754479+0000 mgr.y (mgr.14556) 10657 : cluster [DBG] pgmap v9415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:59:13] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T11:59:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:12.755011+0000 mgr.y (mgr.14556) 10658 : cluster [DBG] pgmap v9416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:12.755011+0000 mgr.y (mgr.14556) 10658 : cluster [DBG] pgmap v9416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:12.755011+0000 mgr.y (mgr.14556) 10658 : cluster [DBG] pgmap v9416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:14.755614+0000 mgr.y (mgr.14556) 10659 : cluster [DBG] pgmap v9417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:14.755614+0000 mgr.y (mgr.14556) 10659 : cluster [DBG] pgmap v9417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:14.755614+0000 mgr.y (mgr.14556) 10659 : cluster [DBG] pgmap v9417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:16.756474+0000 mgr.y (mgr.14556) 10660 : cluster [DBG] pgmap v9418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:16.756474+0000 mgr.y (mgr.14556) 10660 : cluster [DBG] pgmap v9418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:16.756474+0000 mgr.y (mgr.14556) 10660 : cluster [DBG] pgmap v9418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:18.756827+0000 mgr.y (mgr.14556) 10661 : cluster [DBG] pgmap v9419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:18.756827+0000 mgr.y (mgr.14556) 10661 : cluster [DBG] pgmap v9419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:18.756827+0000 mgr.y (mgr.14556) 10661 : cluster [DBG] pgmap v9419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:19.467 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:59:19.750 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:59:19.750 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 6m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:59:19.750 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 6m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:59:19.750 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 6m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:59:19.750 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 6m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 6m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 6m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 6m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 6m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 6m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 6m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 6m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 6m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 6m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 6m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 6m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 6m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 6m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 6m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:59:19.751 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 6m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:59:19.752 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 6m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:59:20.102 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:59:20.102 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:59:20.103 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:59:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:59:19.451383+0000 mgr.y (mgr.14556) 10662 : audit [DBG] from='client.25773 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:59:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:59:19.742756+0000 mgr.y (mgr.14556) 10663 : audit [DBG] from='client.25779 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:59:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:59:19.451383+0000 mgr.y (mgr.14556) 10662 : audit [DBG] from='client.25773 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:59:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:59:19.742756+0000 mgr.y (mgr.14556) 10663 : audit [DBG] from='client.25779 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:59:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:59:19.451383+0000 mgr.y (mgr.14556) 10662 : audit [DBG] from='client.25773 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:59:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:59:19.742756+0000 mgr.y (mgr.14556) 10663 : audit [DBG] from='client.25779 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:59:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:59:20.102973+0000 mon.c (mon.2) 275 : audit [DBG] from='client.? 172.21.15.23:0/2384646881' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:59:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:20.757489+0000 mgr.y (mgr.14556) 10664 : cluster [DBG] pgmap v9420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:59:20.102973+0000 mon.c (mon.2) 275 : audit [DBG] from='client.? 172.21.15.23:0/2384646881' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:59:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:20.757489+0000 mgr.y (mgr.14556) 10664 : cluster [DBG] pgmap v9420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:59:20.102973+0000 mon.c (mon.2) 275 : audit [DBG] from='client.? 172.21.15.23:0/2384646881' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:59:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:20.757489+0000 mgr.y (mgr.14556) 10664 : cluster [DBG] pgmap v9420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:59:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:59:23] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:59:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:22.757908+0000 mgr.y (mgr.14556) 10665 : cluster [DBG] pgmap v9421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:22.757908+0000 mgr.y (mgr.14556) 10665 : cluster [DBG] pgmap v9421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:22.757908+0000 mgr.y (mgr.14556) 10665 : cluster [DBG] pgmap v9421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:24.758422+0000 mgr.y (mgr.14556) 10666 : cluster [DBG] pgmap v9422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:24.758422+0000 mgr.y (mgr.14556) 10666 : cluster [DBG] pgmap v9422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:24.758422+0000 mgr.y (mgr.14556) 10666 : cluster [DBG] pgmap v9422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:26.759134+0000 mgr.y (mgr.14556) 10667 : cluster [DBG] pgmap v9423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:26.759134+0000 mgr.y (mgr.14556) 10667 : cluster [DBG] pgmap v9423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:26.759134+0000 mgr.y (mgr.14556) 10667 : cluster [DBG] pgmap v9423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:28.759667+0000 mgr.y (mgr.14556) 10668 : cluster [DBG] pgmap v9424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:28.759667+0000 mgr.y (mgr.14556) 10668 : cluster [DBG] pgmap v9424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:28.759667+0000 mgr.y (mgr.14556) 10668 : cluster [DBG] pgmap v9424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:30.760408+0000 mgr.y (mgr.14556) 10669 : cluster [DBG] pgmap v9425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:30.760408+0000 mgr.y (mgr.14556) 10669 : cluster [DBG] pgmap v9425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:30.760408+0000 mgr.y (mgr.14556) 10669 : cluster [DBG] pgmap v9425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:59:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:59:33] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T11:59:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:32.760797+0000 mgr.y (mgr.14556) 10670 : cluster [DBG] pgmap v9426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:32.760797+0000 mgr.y (mgr.14556) 10670 : cluster [DBG] pgmap v9426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:32.760797+0000 mgr.y (mgr.14556) 10670 : cluster [DBG] pgmap v9426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:34.761197+0000 mgr.y (mgr.14556) 10671 : cluster [DBG] pgmap v9427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:59:34.997638+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:59:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:59:35.307130+0000 mon.a (mon.0) 2587 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:59:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:59:35.307756+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:59:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:59:35.316806+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:59:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:34.761197+0000 mgr.y (mgr.14556) 10671 : cluster [DBG] pgmap v9427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:59:34.997638+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:59:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:59:35.307130+0000 mon.a (mon.0) 2587 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:59:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:59:35.307756+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:59:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:59:35.316806+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:59:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:34.761197+0000 mgr.y (mgr.14556) 10671 : cluster [DBG] pgmap v9427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:59:34.997638+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T11:59:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:59:35.307130+0000 mon.a (mon.0) 2587 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T11:59:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:59:35.307756+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T11:59:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:59:35.316806+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T11:59:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:36.761802+0000 mgr.y (mgr.14556) 10672 : cluster [DBG] pgmap v9428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:36.761802+0000 mgr.y (mgr.14556) 10672 : cluster [DBG] pgmap v9428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:36.761802+0000 mgr.y (mgr.14556) 10672 : cluster [DBG] pgmap v9428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:38.762356+0000 mgr.y (mgr.14556) 10673 : cluster [DBG] pgmap v9429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:38.762356+0000 mgr.y (mgr.14556) 10673 : cluster [DBG] pgmap v9429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:38.762356+0000 mgr.y (mgr.14556) 10673 : cluster [DBG] pgmap v9429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:41.834 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:59:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:40.762925+0000 mgr.y (mgr.14556) 10674 : cluster [DBG] pgmap v9430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:40.762925+0000 mgr.y (mgr.14556) 10674 : cluster [DBG] pgmap v9430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:40.762925+0000 mgr.y (mgr.14556) 10674 : cluster [DBG] pgmap v9430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:59:43] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T11:59:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:42.763338+0000 mgr.y (mgr.14556) 10675 : cluster [DBG] pgmap v9431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:42.763338+0000 mgr.y (mgr.14556) 10675 : cluster [DBG] pgmap v9431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:42.763338+0000 mgr.y (mgr.14556) 10675 : cluster [DBG] pgmap v9431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:44.763863+0000 mgr.y (mgr.14556) 10676 : cluster [DBG] pgmap v9432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:44.763863+0000 mgr.y (mgr.14556) 10676 : cluster [DBG] pgmap v9432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:44.763863+0000 mgr.y (mgr.14556) 10676 : cluster [DBG] pgmap v9432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:46.764703+0000 mgr.y (mgr.14556) 10677 : cluster [DBG] pgmap v9433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:46.764703+0000 mgr.y (mgr.14556) 10677 : cluster [DBG] pgmap v9433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:46.764703+0000 mgr.y (mgr.14556) 10677 : cluster [DBG] pgmap v9433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:48.765220+0000 mgr.y (mgr.14556) 10678 : cluster [DBG] pgmap v9434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:48.765220+0000 mgr.y (mgr.14556) 10678 : cluster [DBG] pgmap v9434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:48.765220+0000 mgr.y (mgr.14556) 10678 : cluster [DBG] pgmap v9434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:50.430 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T11:59:50.717 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T11:59:50.717 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 7m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T11:59:50.717 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 7m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T11:59:50.717 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 7m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T11:59:50.717 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 7m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T11:59:50.717 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 7m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 7m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 7m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 7m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 7m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 7m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 7m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 7m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 7m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 7m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 7m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 7m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 7m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 7m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T11:59:50.718 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 7m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T11:59:50.719 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 7m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T11:59:51.069 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T11:59:51.069 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T11:59:51.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T11:59:51.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T11:59:51.070 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T11:59:51.832 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 11:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T11:59:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:59:50.418282+0000 mgr.y (mgr.14556) 10679 : audit [DBG] from='client.35702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:59:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:59:50.709942+0000 mgr.y (mgr.14556) 10680 : audit [DBG] from='client.25797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:59:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:50.765818+0000 mgr.y (mgr.14556) 10681 : cluster [DBG] pgmap v9435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T11:59:51.069697+0000 mon.a (mon.0) 2590 : audit [DBG] from='client.? 172.21.15.23:0/3315644255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:59:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:59:50.418282+0000 mgr.y (mgr.14556) 10679 : audit [DBG] from='client.35702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:59:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:59:50.709942+0000 mgr.y (mgr.14556) 10680 : audit [DBG] from='client.25797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:59:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:50.765818+0000 mgr.y (mgr.14556) 10681 : cluster [DBG] pgmap v9435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T11:59:51.069697+0000 mon.a (mon.0) 2590 : audit [DBG] from='client.? 172.21.15.23:0/3315644255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:59:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:59:50.418282+0000 mgr.y (mgr.14556) 10679 : audit [DBG] from='client.35702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:59:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:59:50.709942+0000 mgr.y (mgr.14556) 10680 : audit [DBG] from='client.25797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T11:59:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:50.765818+0000 mgr.y (mgr.14556) 10681 : cluster [DBG] pgmap v9435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T11:59:51.069697+0000 mon.a (mon.0) 2590 : audit [DBG] from='client.? 172.21.15.23:0/3315644255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T11:59:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 11:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:11:59:53] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T11:59:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:52.766221+0000 mgr.y (mgr.14556) 10682 : cluster [DBG] pgmap v9436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:52.766221+0000 mgr.y (mgr.14556) 10682 : cluster [DBG] pgmap v9436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:52.766221+0000 mgr.y (mgr.14556) 10682 : cluster [DBG] pgmap v9436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:54.766779+0000 mgr.y (mgr.14556) 10683 : cluster [DBG] pgmap v9437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:54.766779+0000 mgr.y (mgr.14556) 10683 : cluster [DBG] pgmap v9437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:54.766779+0000 mgr.y (mgr.14556) 10683 : cluster [DBG] pgmap v9437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:56.767502+0000 mgr.y (mgr.14556) 10684 : cluster [DBG] pgmap v9438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:56.767502+0000 mgr.y (mgr.14556) 10684 : cluster [DBG] pgmap v9438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T11:59:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:56.767502+0000 mgr.y (mgr.14556) 10684 : cluster [DBG] pgmap v9438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 11:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T11:59:58.768063+0000 mgr.y (mgr.14556) 10685 : cluster [DBG] pgmap v9439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 11:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T11:59:58.768063+0000 mgr.y (mgr.14556) 10685 : cluster [DBG] pgmap v9439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T11:59:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:00:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 11:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T11:59:58.768063+0000 mgr.y (mgr.14556) 10685 : cluster [DBG] pgmap v9439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:00.000179+0000 mon.a (mon.0) 2591 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:00:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:00.000179+0000 mon.a (mon.0) 2591 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:00:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:00.000179+0000 mon.a (mon.0) 2591 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:00:01.871 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:00:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:00.768722+0000 mgr.y (mgr.14556) 10686 : cluster [DBG] pgmap v9440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:00.768722+0000 mgr.y (mgr.14556) 10686 : cluster [DBG] pgmap v9440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:00.768722+0000 mgr.y (mgr.14556) 10686 : cluster [DBG] pgmap v9440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:02.769190+0000 mgr.y (mgr.14556) 10687 : cluster [DBG] pgmap v9441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:02.769190+0000 mgr.y (mgr.14556) 10687 : cluster [DBG] pgmap v9441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:02.769190+0000 mgr.y (mgr.14556) 10687 : cluster [DBG] pgmap v9441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:00:03] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T12:00:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:04.769648+0000 mgr.y (mgr.14556) 10688 : cluster [DBG] pgmap v9442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:04.769648+0000 mgr.y (mgr.14556) 10688 : cluster [DBG] pgmap v9442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:04.769648+0000 mgr.y (mgr.14556) 10688 : cluster [DBG] pgmap v9442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:06.770372+0000 mgr.y (mgr.14556) 10689 : cluster [DBG] pgmap v9443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:06.770372+0000 mgr.y (mgr.14556) 10689 : cluster [DBG] pgmap v9443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:06.770372+0000 mgr.y (mgr.14556) 10689 : cluster [DBG] pgmap v9443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:08.770827+0000 mgr.y (mgr.14556) 10690 : cluster [DBG] pgmap v9444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:08.770827+0000 mgr.y (mgr.14556) 10690 : cluster [DBG] pgmap v9444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:08.770827+0000 mgr.y (mgr.14556) 10690 : cluster [DBG] pgmap v9444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:11.847 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:00:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:10.771656+0000 mgr.y (mgr.14556) 10691 : cluster [DBG] pgmap v9445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:10.771656+0000 mgr.y (mgr.14556) 10691 : cluster [DBG] pgmap v9445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:10.771656+0000 mgr.y (mgr.14556) 10691 : cluster [DBG] pgmap v9445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:00:13] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:00:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:12.772231+0000 mgr.y (mgr.14556) 10692 : cluster [DBG] pgmap v9446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:12.772231+0000 mgr.y (mgr.14556) 10692 : cluster [DBG] pgmap v9446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:12.772231+0000 mgr.y (mgr.14556) 10692 : cluster [DBG] pgmap v9446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:14.772774+0000 mgr.y (mgr.14556) 10693 : cluster [DBG] pgmap v9447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:14.772774+0000 mgr.y (mgr.14556) 10693 : cluster [DBG] pgmap v9447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:14.772774+0000 mgr.y (mgr.14556) 10693 : cluster [DBG] pgmap v9447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:16.773548+0000 mgr.y (mgr.14556) 10694 : cluster [DBG] pgmap v9448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:16.773548+0000 mgr.y (mgr.14556) 10694 : cluster [DBG] pgmap v9448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:16.773548+0000 mgr.y (mgr.14556) 10694 : cluster [DBG] pgmap v9448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:18.773985+0000 mgr.y (mgr.14556) 10695 : cluster [DBG] pgmap v9449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:18.773985+0000 mgr.y (mgr.14556) 10695 : cluster [DBG] pgmap v9449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:18.773985+0000 mgr.y (mgr.14556) 10695 : cluster [DBG] pgmap v9449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:21.395 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:00:21.682 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:00:21.682 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 7m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:00:21.682 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 7m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:00:21.682 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 7m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:00:21.682 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 7m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:00:21.682 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 7m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:00:21.682 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 7m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:00:21.682 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 7m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:00:21.682 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 7m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:00:21.682 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 7m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:00:21.683 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 7m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:00:21.683 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 7m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:00:21.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 7m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:00:21.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 7m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:00:21.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 7m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:00:21.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 7m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:00:21.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 7m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:00:21.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 7m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:00:21.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 7m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:00:21.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 7m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:00:21.683 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 7m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:00:21.859 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:00:22.034 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:00:22.034 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:00:22.034 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:00:22.034 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:00:22.034 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:00:22.034 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:00:22.034 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:00:22.034 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:00:22.034 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:00:22.035 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:00:22.035 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:00:22.035 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:00:22.035 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:00:22.035 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:00:22.035 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:00:22.035 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:00:22.035 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:00:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:20.774632+0000 mgr.y (mgr.14556) 10696 : cluster [DBG] pgmap v9450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:20.774632+0000 mgr.y (mgr.14556) 10696 : cluster [DBG] pgmap v9450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:20.774632+0000 mgr.y (mgr.14556) 10696 : cluster [DBG] pgmap v9450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:00:21.383435+0000 mgr.y (mgr.14556) 10697 : audit [DBG] from='client.35720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:00:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:00:21.674526+0000 mgr.y (mgr.14556) 10698 : audit [DBG] from='client.35726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:00:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:00:22.034586+0000 mon.c (mon.2) 276 : audit [DBG] from='client.? 172.21.15.23:0/4190078024' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:00:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:00:21.383435+0000 mgr.y (mgr.14556) 10697 : audit [DBG] from='client.35720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:00:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:00:21.674526+0000 mgr.y (mgr.14556) 10698 : audit [DBG] from='client.35726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:00:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:00:22.034586+0000 mon.c (mon.2) 276 : audit [DBG] from='client.? 172.21.15.23:0/4190078024' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:00:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:00:21.383435+0000 mgr.y (mgr.14556) 10697 : audit [DBG] from='client.35720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:00:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:00:21.674526+0000 mgr.y (mgr.14556) 10698 : audit [DBG] from='client.35726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:00:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:00:22.034586+0000 mon.c (mon.2) 276 : audit [DBG] from='client.? 172.21.15.23:0/4190078024' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:00:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:22.775242+0000 mgr.y (mgr.14556) 10699 : cluster [DBG] pgmap v9451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:00:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:00:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:22.775242+0000 mgr.y (mgr.14556) 10699 : cluster [DBG] pgmap v9451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:22.775242+0000 mgr.y (mgr.14556) 10699 : cluster [DBG] pgmap v9451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:24.775638+0000 mgr.y (mgr.14556) 10700 : cluster [DBG] pgmap v9452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:24.775638+0000 mgr.y (mgr.14556) 10700 : cluster [DBG] pgmap v9452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:24.775638+0000 mgr.y (mgr.14556) 10700 : cluster [DBG] pgmap v9452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:26.776397+0000 mgr.y (mgr.14556) 10701 : cluster [DBG] pgmap v9453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:26.776397+0000 mgr.y (mgr.14556) 10701 : cluster [DBG] pgmap v9453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:26.776397+0000 mgr.y (mgr.14556) 10701 : cluster [DBG] pgmap v9453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:28.776976+0000 mgr.y (mgr.14556) 10702 : cluster [DBG] pgmap v9454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:28.776976+0000 mgr.y (mgr.14556) 10702 : cluster [DBG] pgmap v9454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:28.776976+0000 mgr.y (mgr.14556) 10702 : cluster [DBG] pgmap v9454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:31.858 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:00:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:30.777584+0000 mgr.y (mgr.14556) 10703 : cluster [DBG] pgmap v9455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:30.777584+0000 mgr.y (mgr.14556) 10703 : cluster [DBG] pgmap v9455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:30.777584+0000 mgr.y (mgr.14556) 10703 : cluster [DBG] pgmap v9455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:32.777959+0000 mgr.y (mgr.14556) 10704 : cluster [DBG] pgmap v9456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:32.777959+0000 mgr.y (mgr.14556) 10704 : cluster [DBG] pgmap v9456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:32.777959+0000 mgr.y (mgr.14556) 10704 : cluster [DBG] pgmap v9456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:00:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:00:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:34.778361+0000 mgr.y (mgr.14556) 10705 : cluster [DBG] pgmap v9457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:00:35.321020+0000 mon.a (mon.0) 2592 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:00:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:00:35.627214+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:00:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:00:35.627857+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:00:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:00:35.633864+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:00:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:34.778361+0000 mgr.y (mgr.14556) 10705 : cluster [DBG] pgmap v9457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:00:35.321020+0000 mon.a (mon.0) 2592 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:00:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:00:35.627214+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:00:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:00:35.627857+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:00:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:00:35.633864+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:00:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:34.778361+0000 mgr.y (mgr.14556) 10705 : cluster [DBG] pgmap v9457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:00:35.321020+0000 mon.a (mon.0) 2592 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:00:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:00:35.627214+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:00:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:00:35.627857+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:00:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:00:35.633864+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:00:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:36.779280+0000 mgr.y (mgr.14556) 10706 : cluster [DBG] pgmap v9458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:36.779280+0000 mgr.y (mgr.14556) 10706 : cluster [DBG] pgmap v9458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:36.779280+0000 mgr.y (mgr.14556) 10706 : cluster [DBG] pgmap v9458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:38.779708+0000 mgr.y (mgr.14556) 10707 : cluster [DBG] pgmap v9459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:38.779708+0000 mgr.y (mgr.14556) 10707 : cluster [DBG] pgmap v9459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:38.779708+0000 mgr.y (mgr.14556) 10707 : cluster [DBG] pgmap v9459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:41.858 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:00:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:40.780571+0000 mgr.y (mgr.14556) 10708 : cluster [DBG] pgmap v9460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:40.780571+0000 mgr.y (mgr.14556) 10708 : cluster [DBG] pgmap v9460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:40.780571+0000 mgr.y (mgr.14556) 10708 : cluster [DBG] pgmap v9460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:00:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:00:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:42.780924+0000 mgr.y (mgr.14556) 10709 : cluster [DBG] pgmap v9461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:42.780924+0000 mgr.y (mgr.14556) 10709 : cluster [DBG] pgmap v9461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:42.780924+0000 mgr.y (mgr.14556) 10709 : cluster [DBG] pgmap v9461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:44.781543+0000 mgr.y (mgr.14556) 10710 : cluster [DBG] pgmap v9462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:44.781543+0000 mgr.y (mgr.14556) 10710 : cluster [DBG] pgmap v9462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:44.781543+0000 mgr.y (mgr.14556) 10710 : cluster [DBG] pgmap v9462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:46.782298+0000 mgr.y (mgr.14556) 10711 : cluster [DBG] pgmap v9463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:46.782298+0000 mgr.y (mgr.14556) 10711 : cluster [DBG] pgmap v9463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:46.782298+0000 mgr.y (mgr.14556) 10711 : cluster [DBG] pgmap v9463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:48.782814+0000 mgr.y (mgr.14556) 10712 : cluster [DBG] pgmap v9464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:48.782814+0000 mgr.y (mgr.14556) 10712 : cluster [DBG] pgmap v9464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:48.782814+0000 mgr.y (mgr.14556) 10712 : cluster [DBG] pgmap v9464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:51.864 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:00:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:50.783763+0000 mgr.y (mgr.14556) 10713 : cluster [DBG] pgmap v9465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:50.783763+0000 mgr.y (mgr.14556) 10713 : cluster [DBG] pgmap v9465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:50.783763+0000 mgr.y (mgr.14556) 10713 : cluster [DBG] pgmap v9465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:52.359 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:00:52.647 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 8m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 8m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 8m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 8m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 8m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 8m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 8m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 8m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 8m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 8m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 8m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 8m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:00:52.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 8m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:00:52.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 8m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:00:52.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 8m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:00:52.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 8m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:00:52.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 8m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:00:52.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 8m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:00:52.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 8m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:00:52.649 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 8m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:00:52.998 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:00:52.998 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:00:52.999 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:00:53.000 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:00:53.000 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:00:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:00:52.347462+0000 mgr.y (mgr.14556) 10714 : audit [DBG] from='client.35738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:00:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:00:52.640238+0000 mgr.y (mgr.14556) 10715 : audit [DBG] from='client.35744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:00:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:52.784100+0000 mgr.y (mgr.14556) 10716 : cluster [DBG] pgmap v9466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:00:52.347462+0000 mgr.y (mgr.14556) 10714 : audit [DBG] from='client.35738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:00:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:00:52.640238+0000 mgr.y (mgr.14556) 10715 : audit [DBG] from='client.35744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:00:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:52.784100+0000 mgr.y (mgr.14556) 10716 : cluster [DBG] pgmap v9466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:00:52.347462+0000 mgr.y (mgr.14556) 10714 : audit [DBG] from='client.35738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:00:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:00:52.640238+0000 mgr.y (mgr.14556) 10715 : audit [DBG] from='client.35744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:00:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:52.784100+0000 mgr.y (mgr.14556) 10716 : cluster [DBG] pgmap v9466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:00:52.999103+0000 mon.c (mon.2) 277 : audit [DBG] from='client.? 172.21.15.23:0/1893775619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:00:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:00:53] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:00:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:00:52.999103+0000 mon.c (mon.2) 277 : audit [DBG] from='client.? 172.21.15.23:0/1893775619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:00:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:00:52.999103+0000 mon.c (mon.2) 277 : audit [DBG] from='client.? 172.21.15.23:0/1893775619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:00:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:54.784494+0000 mgr.y (mgr.14556) 10717 : cluster [DBG] pgmap v9467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:54.784494+0000 mgr.y (mgr.14556) 10717 : cluster [DBG] pgmap v9467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:54.784494+0000 mgr.y (mgr.14556) 10717 : cluster [DBG] pgmap v9467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:56.785273+0000 mgr.y (mgr.14556) 10718 : cluster [DBG] pgmap v9468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:56.785273+0000 mgr.y (mgr.14556) 10718 : cluster [DBG] pgmap v9468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:00:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:56.785273+0000 mgr.y (mgr.14556) 10718 : cluster [DBG] pgmap v9468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:00:58.785747+0000 mgr.y (mgr.14556) 10719 : cluster [DBG] pgmap v9469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:00:58.785747+0000 mgr.y (mgr.14556) 10719 : cluster [DBG] pgmap v9469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:00:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:00:58.785747+0000 mgr.y (mgr.14556) 10719 : cluster [DBG] pgmap v9469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:01.860 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:01:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:00.786363+0000 mgr.y (mgr.14556) 10720 : cluster [DBG] pgmap v9470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:00.786363+0000 mgr.y (mgr.14556) 10720 : cluster [DBG] pgmap v9470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:00.786363+0000 mgr.y (mgr.14556) 10720 : cluster [DBG] pgmap v9470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:01:03] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:01:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:02.786943+0000 mgr.y (mgr.14556) 10721 : cluster [DBG] pgmap v9471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:02.786943+0000 mgr.y (mgr.14556) 10721 : cluster [DBG] pgmap v9471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:02.786943+0000 mgr.y (mgr.14556) 10721 : cluster [DBG] pgmap v9471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:04.787518+0000 mgr.y (mgr.14556) 10722 : cluster [DBG] pgmap v9472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:04.787518+0000 mgr.y (mgr.14556) 10722 : cluster [DBG] pgmap v9472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:04.787518+0000 mgr.y (mgr.14556) 10722 : cluster [DBG] pgmap v9472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:06.788361+0000 mgr.y (mgr.14556) 10723 : cluster [DBG] pgmap v9473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:08.140 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:06.788361+0000 mgr.y (mgr.14556) 10723 : cluster [DBG] pgmap v9473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:06.788361+0000 mgr.y (mgr.14556) 10723 : cluster [DBG] pgmap v9473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:08.788759+0000 mgr.y (mgr.14556) 10724 : cluster [DBG] pgmap v9474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:08.788759+0000 mgr.y (mgr.14556) 10724 : cluster [DBG] pgmap v9474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:08.788759+0000 mgr.y (mgr.14556) 10724 : cluster [DBG] pgmap v9474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:10.789340+0000 mgr.y (mgr.14556) 10725 : cluster [DBG] pgmap v9475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:10.789340+0000 mgr.y (mgr.14556) 10725 : cluster [DBG] pgmap v9475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:10.789340+0000 mgr.y (mgr.14556) 10725 : cluster [DBG] pgmap v9475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:01:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:01:13] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:01:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:12.789745+0000 mgr.y (mgr.14556) 10726 : cluster [DBG] pgmap v9476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:12.789745+0000 mgr.y (mgr.14556) 10726 : cluster [DBG] pgmap v9476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:12.789745+0000 mgr.y (mgr.14556) 10726 : cluster [DBG] pgmap v9476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:14.790203+0000 mgr.y (mgr.14556) 10727 : cluster [DBG] pgmap v9477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:14.790203+0000 mgr.y (mgr.14556) 10727 : cluster [DBG] pgmap v9477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:14.790203+0000 mgr.y (mgr.14556) 10727 : cluster [DBG] pgmap v9477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:16.790865+0000 mgr.y (mgr.14556) 10728 : cluster [DBG] pgmap v9478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:16.790865+0000 mgr.y (mgr.14556) 10728 : cluster [DBG] pgmap v9478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:16.790865+0000 mgr.y (mgr.14556) 10728 : cluster [DBG] pgmap v9478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:18.791371+0000 mgr.y (mgr.14556) 10729 : cluster [DBG] pgmap v9479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:18.791371+0000 mgr.y (mgr.14556) 10729 : cluster [DBG] pgmap v9479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:18.791371+0000 mgr.y (mgr.14556) 10729 : cluster [DBG] pgmap v9479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:21.859 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:01:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:20.792037+0000 mgr.y (mgr.14556) 10730 : cluster [DBG] pgmap v9480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:20.792037+0000 mgr.y (mgr.14556) 10730 : cluster [DBG] pgmap v9480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:20.792037+0000 mgr.y (mgr.14556) 10730 : cluster [DBG] pgmap v9480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:23.323 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:01:23.610 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 8m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 8m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 8m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 8m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 8m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 8m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 8m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 8m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 8m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 8m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 8m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 8m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 8m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:01:23.611 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 8m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:01:23.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 8m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:01:23.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 8m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:01:23.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 8m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:01:23.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 8m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:01:23.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 8m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:01:23.612 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 8m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:01:23.958 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:01:23.958 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:01:23.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:01:23.958 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:01:23.958 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:01:23.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:01:23.958 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:01:23.958 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:01:23.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:01:23.958 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:01:23.959 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:01:23.959 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:01:23.959 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:01:23.959 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:01:23.959 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:01:23.959 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:01:23.959 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:01:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:01:23] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:01:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:22.792432+0000 mgr.y (mgr.14556) 10731 : cluster [DBG] pgmap v9481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:22.792432+0000 mgr.y (mgr.14556) 10731 : cluster [DBG] pgmap v9481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:22.792432+0000 mgr.y (mgr.14556) 10731 : cluster [DBG] pgmap v9481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:01:23.311939+0000 mgr.y (mgr.14556) 10732 : audit [DBG] from='client.35756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:01:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:01:23.603387+0000 mgr.y (mgr.14556) 10733 : audit [DBG] from='client.25851 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:01:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:01:23.958449+0000 mon.a (mon.0) 2596 : audit [DBG] from='client.? 172.21.15.23:0/618612611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:01:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:01:23.311939+0000 mgr.y (mgr.14556) 10732 : audit [DBG] from='client.35756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:01:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:01:23.603387+0000 mgr.y (mgr.14556) 10733 : audit [DBG] from='client.25851 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:01:25.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:01:23.958449+0000 mon.a (mon.0) 2596 : audit [DBG] from='client.? 172.21.15.23:0/618612611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:01:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:01:23.311939+0000 mgr.y (mgr.14556) 10732 : audit [DBG] from='client.35756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:01:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:01:23.603387+0000 mgr.y (mgr.14556) 10733 : audit [DBG] from='client.25851 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:01:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:01:23.958449+0000 mon.a (mon.0) 2596 : audit [DBG] from='client.? 172.21.15.23:0/618612611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:01:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:24.792860+0000 mgr.y (mgr.14556) 10734 : cluster [DBG] pgmap v9482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:26.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:24.792860+0000 mgr.y (mgr.14556) 10734 : cluster [DBG] pgmap v9482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:26.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:24.792860+0000 mgr.y (mgr.14556) 10734 : cluster [DBG] pgmap v9482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:26.793661+0000 mgr.y (mgr.14556) 10735 : cluster [DBG] pgmap v9483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:26.793661+0000 mgr.y (mgr.14556) 10735 : cluster [DBG] pgmap v9483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:26.793661+0000 mgr.y (mgr.14556) 10735 : cluster [DBG] pgmap v9483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:28.794050+0000 mgr.y (mgr.14556) 10736 : cluster [DBG] pgmap v9484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:28.794050+0000 mgr.y (mgr.14556) 10736 : cluster [DBG] pgmap v9484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:28.794050+0000 mgr.y (mgr.14556) 10736 : cluster [DBG] pgmap v9484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:31.879 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:01:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:30.794773+0000 mgr.y (mgr.14556) 10737 : cluster [DBG] pgmap v9485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:30.794773+0000 mgr.y (mgr.14556) 10737 : cluster [DBG] pgmap v9485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:30.794773+0000 mgr.y (mgr.14556) 10737 : cluster [DBG] pgmap v9485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:32.795244+0000 mgr.y (mgr.14556) 10738 : cluster [DBG] pgmap v9486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:32.795244+0000 mgr.y (mgr.14556) 10738 : cluster [DBG] pgmap v9486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:32.795244+0000 mgr.y (mgr.14556) 10738 : cluster [DBG] pgmap v9486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:01:33] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:01:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:34.795638+0000 mgr.y (mgr.14556) 10739 : cluster [DBG] pgmap v9487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:01:35.638484+0000 mon.a (mon.0) 2597 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:01:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:34.795638+0000 mgr.y (mgr.14556) 10739 : cluster [DBG] pgmap v9487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:01:35.638484+0000 mon.a (mon.0) 2597 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:01:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:34.795638+0000 mgr.y (mgr.14556) 10739 : cluster [DBG] pgmap v9487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:01:35.638484+0000 mon.a (mon.0) 2597 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:01:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:01:35.950763+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:01:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:01:35.951405+0000 mon.a (mon.0) 2599 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:01:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:01:35.960593+0000 mon.a (mon.0) 2600 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:01:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:01:35.950763+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:01:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:01:35.951405+0000 mon.a (mon.0) 2599 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:01:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:01:35.960593+0000 mon.a (mon.0) 2600 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:01:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:01:35.950763+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:01:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:01:35.951405+0000 mon.a (mon.0) 2599 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:01:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:01:35.960593+0000 mon.a (mon.0) 2600 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:01:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:36.796375+0000 mgr.y (mgr.14556) 10740 : cluster [DBG] pgmap v9488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:36.796375+0000 mgr.y (mgr.14556) 10740 : cluster [DBG] pgmap v9488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:36.796375+0000 mgr.y (mgr.14556) 10740 : cluster [DBG] pgmap v9488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:38.796918+0000 mgr.y (mgr.14556) 10741 : cluster [DBG] pgmap v9489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:38.796918+0000 mgr.y (mgr.14556) 10741 : cluster [DBG] pgmap v9489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:38.796918+0000 mgr.y (mgr.14556) 10741 : cluster [DBG] pgmap v9489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:41.869 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:01:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:40.797623+0000 mgr.y (mgr.14556) 10742 : cluster [DBG] pgmap v9490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:40.797623+0000 mgr.y (mgr.14556) 10742 : cluster [DBG] pgmap v9490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:40.797623+0000 mgr.y (mgr.14556) 10742 : cluster [DBG] pgmap v9490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:42.798034+0000 mgr.y (mgr.14556) 10743 : cluster [DBG] pgmap v9491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:42.798034+0000 mgr.y (mgr.14556) 10743 : cluster [DBG] pgmap v9491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:42.798034+0000 mgr.y (mgr.14556) 10743 : cluster [DBG] pgmap v9491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:01:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:01:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:44.798607+0000 mgr.y (mgr.14556) 10744 : cluster [DBG] pgmap v9492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:44.798607+0000 mgr.y (mgr.14556) 10744 : cluster [DBG] pgmap v9492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:44.798607+0000 mgr.y (mgr.14556) 10744 : cluster [DBG] pgmap v9492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:46.799416+0000 mgr.y (mgr.14556) 10745 : cluster [DBG] pgmap v9493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:46.799416+0000 mgr.y (mgr.14556) 10745 : cluster [DBG] pgmap v9493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:46.799416+0000 mgr.y (mgr.14556) 10745 : cluster [DBG] pgmap v9493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:48.799828+0000 mgr.y (mgr.14556) 10746 : cluster [DBG] pgmap v9494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:48.799828+0000 mgr.y (mgr.14556) 10746 : cluster [DBG] pgmap v9494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:48.799828+0000 mgr.y (mgr.14556) 10746 : cluster [DBG] pgmap v9494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:50.800596+0000 mgr.y (mgr.14556) 10747 : cluster [DBG] pgmap v9495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:50.800596+0000 mgr.y (mgr.14556) 10747 : cluster [DBG] pgmap v9495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:50.800596+0000 mgr.y (mgr.14556) 10747 : cluster [DBG] pgmap v9495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:01:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:01:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:01:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:52.800981+0000 mgr.y (mgr.14556) 10748 : cluster [DBG] pgmap v9496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:52.800981+0000 mgr.y (mgr.14556) 10748 : cluster [DBG] pgmap v9496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:52.800981+0000 mgr.y (mgr.14556) 10748 : cluster [DBG] pgmap v9496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:54.283 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 9m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 9m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 9m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 9m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 9m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 9m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 9m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 9m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 9m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 9m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 9m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:01:54.568 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 9m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:01:54.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 9m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:01:54.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 9m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:01:54.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 9m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:01:54.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 9m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:01:54.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 9m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:01:54.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 9m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:01:54.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 9m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:01:54.569 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 9m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:01:54.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:01:54.920 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:01:54.920 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:01:54.920 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:01:54.920 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:01:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:01:54.271695+0000 mgr.y (mgr.14556) 10749 : audit [DBG] from='client.25863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:01:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:01:54.560686+0000 mgr.y (mgr.14556) 10750 : audit [DBG] from='client.35780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:01:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:54.801311+0000 mgr.y (mgr.14556) 10751 : cluster [DBG] pgmap v9497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:01:54.919580+0000 mon.a (mon.0) 2601 : audit [DBG] from='client.? 172.21.15.23:0/4119200227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:01:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:01:54.271695+0000 mgr.y (mgr.14556) 10749 : audit [DBG] from='client.25863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:01:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:01:54.560686+0000 mgr.y (mgr.14556) 10750 : audit [DBG] from='client.35780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:01:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:54.801311+0000 mgr.y (mgr.14556) 10751 : cluster [DBG] pgmap v9497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:01:54.919580+0000 mon.a (mon.0) 2601 : audit [DBG] from='client.? 172.21.15.23:0/4119200227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:01:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:01:54.271695+0000 mgr.y (mgr.14556) 10749 : audit [DBG] from='client.25863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:01:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:01:54.560686+0000 mgr.y (mgr.14556) 10750 : audit [DBG] from='client.35780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:01:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:54.801311+0000 mgr.y (mgr.14556) 10751 : cluster [DBG] pgmap v9497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:01:54.919580+0000 mon.a (mon.0) 2601 : audit [DBG] from='client.? 172.21.15.23:0/4119200227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:01:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:56.802191+0000 mgr.y (mgr.14556) 10752 : cluster [DBG] pgmap v9498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:56.802191+0000 mgr.y (mgr.14556) 10752 : cluster [DBG] pgmap v9498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:01:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:56.802191+0000 mgr.y (mgr.14556) 10752 : cluster [DBG] pgmap v9498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:01:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:01:58.802719+0000 mgr.y (mgr.14556) 10753 : cluster [DBG] pgmap v9499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:01:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:01:58.802719+0000 mgr.y (mgr.14556) 10753 : cluster [DBG] pgmap v9499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:01:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:01:58.802719+0000 mgr.y (mgr.14556) 10753 : cluster [DBG] pgmap v9499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:00.803399+0000 mgr.y (mgr.14556) 10754 : cluster [DBG] pgmap v9500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:00.803399+0000 mgr.y (mgr.14556) 10754 : cluster [DBG] pgmap v9500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:00.803399+0000 mgr.y (mgr.14556) 10754 : cluster [DBG] pgmap v9500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:02:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:02:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:02:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:02.803905+0000 mgr.y (mgr.14556) 10755 : cluster [DBG] pgmap v9501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:02.803905+0000 mgr.y (mgr.14556) 10755 : cluster [DBG] pgmap v9501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:02.803905+0000 mgr.y (mgr.14556) 10755 : cluster [DBG] pgmap v9501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:04.804256+0000 mgr.y (mgr.14556) 10756 : cluster [DBG] pgmap v9502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:04.804256+0000 mgr.y (mgr.14556) 10756 : cluster [DBG] pgmap v9502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:04.804256+0000 mgr.y (mgr.14556) 10756 : cluster [DBG] pgmap v9502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:06.804986+0000 mgr.y (mgr.14556) 10757 : cluster [DBG] pgmap v9503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:06.804986+0000 mgr.y (mgr.14556) 10757 : cluster [DBG] pgmap v9503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:06.804986+0000 mgr.y (mgr.14556) 10757 : cluster [DBG] pgmap v9503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:08.805470+0000 mgr.y (mgr.14556) 10758 : cluster [DBG] pgmap v9504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:08.805470+0000 mgr.y (mgr.14556) 10758 : cluster [DBG] pgmap v9504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:08.805470+0000 mgr.y (mgr.14556) 10758 : cluster [DBG] pgmap v9504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:11.866 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:02:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:10.806232+0000 mgr.y (mgr.14556) 10759 : cluster [DBG] pgmap v9505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:10.806232+0000 mgr.y (mgr.14556) 10759 : cluster [DBG] pgmap v9505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:10.806232+0000 mgr.y (mgr.14556) 10759 : cluster [DBG] pgmap v9505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:02:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:02:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:12.806728+0000 mgr.y (mgr.14556) 10760 : cluster [DBG] pgmap v9506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:12.806728+0000 mgr.y (mgr.14556) 10760 : cluster [DBG] pgmap v9506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:12.806728+0000 mgr.y (mgr.14556) 10760 : cluster [DBG] pgmap v9506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:14.807260+0000 mgr.y (mgr.14556) 10761 : cluster [DBG] pgmap v9507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:14.807260+0000 mgr.y (mgr.14556) 10761 : cluster [DBG] pgmap v9507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:14.807260+0000 mgr.y (mgr.14556) 10761 : cluster [DBG] pgmap v9507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:16.807916+0000 mgr.y (mgr.14556) 10762 : cluster [DBG] pgmap v9508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:16.807916+0000 mgr.y (mgr.14556) 10762 : cluster [DBG] pgmap v9508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:16.807916+0000 mgr.y (mgr.14556) 10762 : cluster [DBG] pgmap v9508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:18.808497+0000 mgr.y (mgr.14556) 10763 : cluster [DBG] pgmap v9509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:18.808497+0000 mgr.y (mgr.14556) 10763 : cluster [DBG] pgmap v9509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:18.808497+0000 mgr.y (mgr.14556) 10763 : cluster [DBG] pgmap v9509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:20.809322+0000 mgr.y (mgr.14556) 10764 : cluster [DBG] pgmap v9510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:20.809322+0000 mgr.y (mgr.14556) 10764 : cluster [DBG] pgmap v9510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:20.809322+0000 mgr.y (mgr.14556) 10764 : cluster [DBG] pgmap v9510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:02:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:22.809712+0000 mgr.y (mgr.14556) 10765 : cluster [DBG] pgmap v9511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:02:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:02:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:22.809712+0000 mgr.y (mgr.14556) 10765 : cluster [DBG] pgmap v9511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:22.809712+0000 mgr.y (mgr.14556) 10765 : cluster [DBG] pgmap v9511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:24.810231+0000 mgr.y (mgr.14556) 10766 : cluster [DBG] pgmap v9512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:25.244 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:02:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:24.810231+0000 mgr.y (mgr.14556) 10766 : cluster [DBG] pgmap v9512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:24.810231+0000 mgr.y (mgr.14556) 10766 : cluster [DBG] pgmap v9512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:25.535 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 9m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 9m ago 5h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 9m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 9m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 9m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 9m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 9m ago 5h 875M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 9m ago 5h 459M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 9m ago 5h 463M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 9m ago 5h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 9m ago 5h 24.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 9m ago 5h 45.4M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:02:25.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 9m ago 5h 44.7M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:02:25.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 9m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:02:25.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 9m ago 5h 42.2M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:02:25.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 9m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:02:25.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 9m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:02:25.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 9m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:02:25.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 9m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:02:25.537 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 9m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:02:25.887 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:02:25.887 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:02:25.887 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:02:25.887 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:02:25.887 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:02:25.887 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:02:25.887 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:02:25.887 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:02:25.887 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:02:25.887 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:02:25.887 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:02:25.887 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:02:25.888 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:02:25.888 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:02:25.888 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:02:25.888 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:02:25.888 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:02:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:02:25.233567+0000 mgr.y (mgr.14556) 10767 : audit [DBG] from='client.25881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:02:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:02:25.528594+0000 mgr.y (mgr.14556) 10768 : audit [DBG] from='client.35798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:02:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:02:25.887638+0000 mon.c (mon.2) 278 : audit [DBG] from='client.? 172.21.15.23:0/3208825281' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:02:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:02:25.233567+0000 mgr.y (mgr.14556) 10767 : audit [DBG] from='client.25881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:02:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:02:25.528594+0000 mgr.y (mgr.14556) 10768 : audit [DBG] from='client.35798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:02:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:02:25.887638+0000 mon.c (mon.2) 278 : audit [DBG] from='client.? 172.21.15.23:0/3208825281' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:02:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:02:25.233567+0000 mgr.y (mgr.14556) 10767 : audit [DBG] from='client.25881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:02:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:02:25.528594+0000 mgr.y (mgr.14556) 10768 : audit [DBG] from='client.35798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:02:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:02:25.887638+0000 mon.c (mon.2) 278 : audit [DBG] from='client.? 172.21.15.23:0/3208825281' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:02:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:26.811059+0000 mgr.y (mgr.14556) 10769 : cluster [DBG] pgmap v9513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:26.811059+0000 mgr.y (mgr.14556) 10769 : cluster [DBG] pgmap v9513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:26.811059+0000 mgr.y (mgr.14556) 10769 : cluster [DBG] pgmap v9513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:28.811562+0000 mgr.y (mgr.14556) 10770 : cluster [DBG] pgmap v9514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:28.811562+0000 mgr.y (mgr.14556) 10770 : cluster [DBG] pgmap v9514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:28.811562+0000 mgr.y (mgr.14556) 10770 : cluster [DBG] pgmap v9514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:31.882 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:02:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:30.812379+0000 mgr.y (mgr.14556) 10771 : cluster [DBG] pgmap v9515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:30.812379+0000 mgr.y (mgr.14556) 10771 : cluster [DBG] pgmap v9515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:30.812379+0000 mgr.y (mgr.14556) 10771 : cluster [DBG] pgmap v9515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:32.812859+0000 mgr.y (mgr.14556) 10772 : cluster [DBG] pgmap v9516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:32.812859+0000 mgr.y (mgr.14556) 10772 : cluster [DBG] pgmap v9516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:32.812859+0000 mgr.y (mgr.14556) 10772 : cluster [DBG] pgmap v9516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:02:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:02:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:34.813205+0000 mgr.y (mgr.14556) 10773 : cluster [DBG] pgmap v9517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:34.813205+0000 mgr.y (mgr.14556) 10773 : cluster [DBG] pgmap v9517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:34.813205+0000 mgr.y (mgr.14556) 10773 : cluster [DBG] pgmap v9517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:02:35.964867+0000 mon.a (mon.0) 2602 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:02:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:02:35.964867+0000 mon.a (mon.0) 2602 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:02:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:02:35.964867+0000 mon.a (mon.0) 2602 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:02:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:36.813814+0000 mgr.y (mgr.14556) 10774 : cluster [DBG] pgmap v9518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:36.813814+0000 mgr.y (mgr.14556) 10774 : cluster [DBG] pgmap v9518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:36.813814+0000 mgr.y (mgr.14556) 10774 : cluster [DBG] pgmap v9518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:02:38.530265+0000 mon.a (mon.0) 2603 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:02:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:38.814129+0000 mgr.y (mgr.14556) 10775 : cluster [DBG] pgmap v9519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:02:39.108210+0000 mon.a (mon.0) 2604 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:02:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:02:39.389648+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:02:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:02:39.390299+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:02:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:02:39.399413+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:02:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:02:38.530265+0000 mon.a (mon.0) 2603 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:02:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:38.814129+0000 mgr.y (mgr.14556) 10775 : cluster [DBG] pgmap v9519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:02:39.108210+0000 mon.a (mon.0) 2604 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:02:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:02:39.389648+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:02:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:02:39.390299+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:02:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:02:39.399413+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:02:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:02:38.530265+0000 mon.a (mon.0) 2603 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:02:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:38.814129+0000 mgr.y (mgr.14556) 10775 : cluster [DBG] pgmap v9519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:02:39.108210+0000 mon.a (mon.0) 2604 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:02:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:02:39.389648+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:02:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:02:39.390299+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:02:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:02:39.399413+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:02:41.886 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:02:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:40.814863+0000 mgr.y (mgr.14556) 10776 : cluster [DBG] pgmap v9520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:40.814863+0000 mgr.y (mgr.14556) 10776 : cluster [DBG] pgmap v9520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:40.814863+0000 mgr.y (mgr.14556) 10776 : cluster [DBG] pgmap v9520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:42.815351+0000 mgr.y (mgr.14556) 10777 : cluster [DBG] pgmap v9521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:42.815351+0000 mgr.y (mgr.14556) 10777 : cluster [DBG] pgmap v9521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:42.815351+0000 mgr.y (mgr.14556) 10777 : cluster [DBG] pgmap v9521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:02:43] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:02:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:44.815818+0000 mgr.y (mgr.14556) 10778 : cluster [DBG] pgmap v9522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:44.815818+0000 mgr.y (mgr.14556) 10778 : cluster [DBG] pgmap v9522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:44.815818+0000 mgr.y (mgr.14556) 10778 : cluster [DBG] pgmap v9522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:46.816596+0000 mgr.y (mgr.14556) 10779 : cluster [DBG] pgmap v9523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:46.816596+0000 mgr.y (mgr.14556) 10779 : cluster [DBG] pgmap v9523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:46.816596+0000 mgr.y (mgr.14556) 10779 : cluster [DBG] pgmap v9523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:49.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:48.817114+0000 mgr.y (mgr.14556) 10780 : cluster [DBG] pgmap v9524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:49.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:48.817114+0000 mgr.y (mgr.14556) 10780 : cluster [DBG] pgmap v9524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:48.817114+0000 mgr.y (mgr.14556) 10780 : cluster [DBG] pgmap v9524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:51.877 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:02:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:50.817673+0000 mgr.y (mgr.14556) 10781 : cluster [DBG] pgmap v9525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:50.817673+0000 mgr.y (mgr.14556) 10781 : cluster [DBG] pgmap v9525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:50.817673+0000 mgr.y (mgr.14556) 10781 : cluster [DBG] pgmap v9525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:02:53] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:02:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:52.818119+0000 mgr.y (mgr.14556) 10782 : cluster [DBG] pgmap v9526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:52.818119+0000 mgr.y (mgr.14556) 10782 : cluster [DBG] pgmap v9526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:52.818119+0000 mgr.y (mgr.14556) 10782 : cluster [DBG] pgmap v9526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:54.818597+0000 mgr.y (mgr.14556) 10783 : cluster [DBG] pgmap v9527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:54.818597+0000 mgr.y (mgr.14556) 10783 : cluster [DBG] pgmap v9527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:54.818597+0000 mgr.y (mgr.14556) 10783 : cluster [DBG] pgmap v9527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:56.212 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:02:56.506 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:02:56.506 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 17s ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:02:56.506 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 17s ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:02:56.506 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 17s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:02:56.506 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 17s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:02:56.506 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 17s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:02:56.506 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 17s ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:02:56.506 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 17s ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:02:56.506 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 17s ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:02:56.506 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 17s ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:02:56.506 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 17s ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:02:56.507 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 17s ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:02:56.507 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 17s ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:02:56.507 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 17s ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:02:56.507 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 17s ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:02:56.507 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 17s ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:02:56.507 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 17s ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:02:56.507 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 17s ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:02:56.507 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 17s ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:02:56.507 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 17s ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:02:56.507 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 17s ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:02:56.857 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:02:56.857 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:02:56.857 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:02:56.858 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:02:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:02:56.201069+0000 mgr.y (mgr.14556) 10784 : audit [DBG] from='client.35810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:02:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:02:56.498723+0000 mgr.y (mgr.14556) 10785 : audit [DBG] from='client.25905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:02:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:56.819125+0000 mgr.y (mgr.14556) 10786 : cluster [DBG] pgmap v9528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:02:56.858259+0000 mon.a (mon.0) 2608 : audit [DBG] from='client.? 172.21.15.23:0/1936147342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:02:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:02:56.201069+0000 mgr.y (mgr.14556) 10784 : audit [DBG] from='client.35810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:02:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:02:56.498723+0000 mgr.y (mgr.14556) 10785 : audit [DBG] from='client.25905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:02:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:56.819125+0000 mgr.y (mgr.14556) 10786 : cluster [DBG] pgmap v9528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:02:56.858259+0000 mon.a (mon.0) 2608 : audit [DBG] from='client.? 172.21.15.23:0/1936147342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:02:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:02:56.201069+0000 mgr.y (mgr.14556) 10784 : audit [DBG] from='client.35810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:02:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:02:56.498723+0000 mgr.y (mgr.14556) 10785 : audit [DBG] from='client.25905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:02:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:56.819125+0000 mgr.y (mgr.14556) 10786 : cluster [DBG] pgmap v9528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:02:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:02:56.858259+0000 mon.a (mon.0) 2608 : audit [DBG] from='client.? 172.21.15.23:0/1936147342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:03:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:02:58.819684+0000 mgr.y (mgr.14556) 10787 : cluster [DBG] pgmap v9529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:02:58.819684+0000 mgr.y (mgr.14556) 10787 : cluster [DBG] pgmap v9529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:02:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:02:58.819684+0000 mgr.y (mgr.14556) 10787 : cluster [DBG] pgmap v9529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:00.820465+0000 mgr.y (mgr.14556) 10788 : cluster [DBG] pgmap v9530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:00.820465+0000 mgr.y (mgr.14556) 10788 : cluster [DBG] pgmap v9530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:00.820465+0000 mgr.y (mgr.14556) 10788 : cluster [DBG] pgmap v9530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:03:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:03:03] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:03:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:02.820983+0000 mgr.y (mgr.14556) 10789 : cluster [DBG] pgmap v9531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:02.820983+0000 mgr.y (mgr.14556) 10789 : cluster [DBG] pgmap v9531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:02.820983+0000 mgr.y (mgr.14556) 10789 : cluster [DBG] pgmap v9531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:04.821391+0000 mgr.y (mgr.14556) 10790 : cluster [DBG] pgmap v9532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:04.821391+0000 mgr.y (mgr.14556) 10790 : cluster [DBG] pgmap v9532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:04.821391+0000 mgr.y (mgr.14556) 10790 : cluster [DBG] pgmap v9532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:06.822113+0000 mgr.y (mgr.14556) 10791 : cluster [DBG] pgmap v9533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:06.822113+0000 mgr.y (mgr.14556) 10791 : cluster [DBG] pgmap v9533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:06.822113+0000 mgr.y (mgr.14556) 10791 : cluster [DBG] pgmap v9533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:08.822589+0000 mgr.y (mgr.14556) 10792 : cluster [DBG] pgmap v9534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:08.822589+0000 mgr.y (mgr.14556) 10792 : cluster [DBG] pgmap v9534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:08.822589+0000 mgr.y (mgr.14556) 10792 : cluster [DBG] pgmap v9534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:11.886 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:03:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:10.823267+0000 mgr.y (mgr.14556) 10793 : cluster [DBG] pgmap v9535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:10.823267+0000 mgr.y (mgr.14556) 10793 : cluster [DBG] pgmap v9535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:10.823267+0000 mgr.y (mgr.14556) 10793 : cluster [DBG] pgmap v9535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:12.823734+0000 mgr.y (mgr.14556) 10794 : cluster [DBG] pgmap v9536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:12.823734+0000 mgr.y (mgr.14556) 10794 : cluster [DBG] pgmap v9536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:12.823734+0000 mgr.y (mgr.14556) 10794 : cluster [DBG] pgmap v9536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:03:13] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T12:03:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:14.824239+0000 mgr.y (mgr.14556) 10795 : cluster [DBG] pgmap v9537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:14.824239+0000 mgr.y (mgr.14556) 10795 : cluster [DBG] pgmap v9537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:14.824239+0000 mgr.y (mgr.14556) 10795 : cluster [DBG] pgmap v9537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:16.824914+0000 mgr.y (mgr.14556) 10796 : cluster [DBG] pgmap v9538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:16.824914+0000 mgr.y (mgr.14556) 10796 : cluster [DBG] pgmap v9538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:16.824914+0000 mgr.y (mgr.14556) 10796 : cluster [DBG] pgmap v9538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:18.825291+0000 mgr.y (mgr.14556) 10797 : cluster [DBG] pgmap v9539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:18.825291+0000 mgr.y (mgr.14556) 10797 : cluster [DBG] pgmap v9539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:18.825291+0000 mgr.y (mgr.14556) 10797 : cluster [DBG] pgmap v9539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:21.885 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:03:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:20.825986+0000 mgr.y (mgr.14556) 10798 : cluster [DBG] pgmap v9540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:20.825986+0000 mgr.y (mgr.14556) 10798 : cluster [DBG] pgmap v9540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:20.825986+0000 mgr.y (mgr.14556) 10798 : cluster [DBG] pgmap v9540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:22.826448+0000 mgr.y (mgr.14556) 10799 : cluster [DBG] pgmap v9541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:22.826448+0000 mgr.y (mgr.14556) 10799 : cluster [DBG] pgmap v9541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:22.826448+0000 mgr.y (mgr.14556) 10799 : cluster [DBG] pgmap v9541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:03:23] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T12:03:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:24.826881+0000 mgr.y (mgr.14556) 10800 : cluster [DBG] pgmap v9542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:24.826881+0000 mgr.y (mgr.14556) 10800 : cluster [DBG] pgmap v9542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:26.397 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:24.826881+0000 mgr.y (mgr.14556) 10800 : cluster [DBG] pgmap v9542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:26.827578+0000 mgr.y (mgr.14556) 10801 : cluster [DBG] pgmap v9543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:27.185 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:03:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:26.827578+0000 mgr.y (mgr.14556) 10801 : cluster [DBG] pgmap v9543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:26.827578+0000 mgr.y (mgr.14556) 10801 : cluster [DBG] pgmap v9543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:27.474 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:03:27.474 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 48s ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:03:27.474 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 48s ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:03:27.474 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 48s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:03:27.474 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 48s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:03:27.474 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 48s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:03:27.474 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 48s ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:03:27.474 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 48s ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:03:27.474 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 48s ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:03:27.475 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 48s ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:03:27.475 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 48s ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:03:27.475 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 48s ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:03:27.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 48s ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:03:27.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 48s ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:03:27.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 48s ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:03:27.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 48s ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:03:27.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 48s ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:03:27.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 48s ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:03:27.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 48s ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:03:27.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 48s ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:03:27.475 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 48s ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:03:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:03:27.823 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:03:27.823 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:03:27.823 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:03:27.823 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:03:27.823 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:03:27.823 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:03:27.823 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:03:27.823 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:03:27.823 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:03:27.823 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:03:27.823 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:03:27.824 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:03:27.824 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:03:27.824 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:03:27.824 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:03:27.824 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:03:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:03:27.174513+0000 mgr.y (mgr.14556) 10802 : audit [DBG] from='client.25917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:03:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:03:27.466753+0000 mgr.y (mgr.14556) 10803 : audit [DBG] from='client.25923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:03:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:03:27.823438+0000 mon.a (mon.0) 2609 : audit [DBG] from='client.? 172.21.15.23:0/1956489939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:03:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:03:27.174513+0000 mgr.y (mgr.14556) 10802 : audit [DBG] from='client.25917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:03:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:03:27.466753+0000 mgr.y (mgr.14556) 10803 : audit [DBG] from='client.25923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:03:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:03:27.823438+0000 mon.a (mon.0) 2609 : audit [DBG] from='client.? 172.21.15.23:0/1956489939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:03:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:03:27.174513+0000 mgr.y (mgr.14556) 10802 : audit [DBG] from='client.25917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:03:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:03:27.466753+0000 mgr.y (mgr.14556) 10803 : audit [DBG] from='client.25923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:03:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:03:27.823438+0000 mon.a (mon.0) 2609 : audit [DBG] from='client.? 172.21.15.23:0/1956489939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:03:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:28.827960+0000 mgr.y (mgr.14556) 10804 : cluster [DBG] pgmap v9544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:28.827960+0000 mgr.y (mgr.14556) 10804 : cluster [DBG] pgmap v9544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:28.827960+0000 mgr.y (mgr.14556) 10804 : cluster [DBG] pgmap v9544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:31.885 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:03:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:30.828631+0000 mgr.y (mgr.14556) 10805 : cluster [DBG] pgmap v9545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:30.828631+0000 mgr.y (mgr.14556) 10805 : cluster [DBG] pgmap v9545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:30.828631+0000 mgr.y (mgr.14556) 10805 : cluster [DBG] pgmap v9545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:32.829051+0000 mgr.y (mgr.14556) 10806 : cluster [DBG] pgmap v9546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:32.829051+0000 mgr.y (mgr.14556) 10806 : cluster [DBG] pgmap v9546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:03:33] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T12:03:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:32.829051+0000 mgr.y (mgr.14556) 10806 : cluster [DBG] pgmap v9546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:34.829601+0000 mgr.y (mgr.14556) 10807 : cluster [DBG] pgmap v9547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:34.829601+0000 mgr.y (mgr.14556) 10807 : cluster [DBG] pgmap v9547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:34.829601+0000 mgr.y (mgr.14556) 10807 : cluster [DBG] pgmap v9547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:36.830224+0000 mgr.y (mgr.14556) 10808 : cluster [DBG] pgmap v9548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:36.830224+0000 mgr.y (mgr.14556) 10808 : cluster [DBG] pgmap v9548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:36.830224+0000 mgr.y (mgr.14556) 10808 : cluster [DBG] pgmap v9548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:38.830788+0000 mgr.y (mgr.14556) 10809 : cluster [DBG] pgmap v9549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:38.830788+0000 mgr.y (mgr.14556) 10809 : cluster [DBG] pgmap v9549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:38.830788+0000 mgr.y (mgr.14556) 10809 : cluster [DBG] pgmap v9549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:03:39.403927+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:03:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:03:39.714376+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:03:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:03:39.715044+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:03:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:03:39.723870+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:03:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:03:39.403927+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:03:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:03:39.714376+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:03:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:03:39.715044+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:03:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:03:39.723870+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:03:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:03:39.403927+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:03:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:03:39.714376+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:03:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:03:39.715044+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:03:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:03:39.723870+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:03:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:40.831672+0000 mgr.y (mgr.14556) 10810 : cluster [DBG] pgmap v9550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:40.831672+0000 mgr.y (mgr.14556) 10810 : cluster [DBG] pgmap v9550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:40.831672+0000 mgr.y (mgr.14556) 10810 : cluster [DBG] pgmap v9550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:03:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:03:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:03:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:42.832045+0000 mgr.y (mgr.14556) 10811 : cluster [DBG] pgmap v9551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:42.832045+0000 mgr.y (mgr.14556) 10811 : cluster [DBG] pgmap v9551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:42.832045+0000 mgr.y (mgr.14556) 10811 : cluster [DBG] pgmap v9551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:44.832578+0000 mgr.y (mgr.14556) 10812 : cluster [DBG] pgmap v9552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:44.832578+0000 mgr.y (mgr.14556) 10812 : cluster [DBG] pgmap v9552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:44.832578+0000 mgr.y (mgr.14556) 10812 : cluster [DBG] pgmap v9552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:46.833385+0000 mgr.y (mgr.14556) 10813 : cluster [DBG] pgmap v9553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:46.833385+0000 mgr.y (mgr.14556) 10813 : cluster [DBG] pgmap v9553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:46.833385+0000 mgr.y (mgr.14556) 10813 : cluster [DBG] pgmap v9553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:48.833823+0000 mgr.y (mgr.14556) 10814 : cluster [DBG] pgmap v9554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:48.833823+0000 mgr.y (mgr.14556) 10814 : cluster [DBG] pgmap v9554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:48.833823+0000 mgr.y (mgr.14556) 10814 : cluster [DBG] pgmap v9554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:51.892 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:03:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:50.834598+0000 mgr.y (mgr.14556) 10815 : cluster [DBG] pgmap v9555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:50.834598+0000 mgr.y (mgr.14556) 10815 : cluster [DBG] pgmap v9555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:50.834598+0000 mgr.y (mgr.14556) 10815 : cluster [DBG] pgmap v9555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:52.835120+0000 mgr.y (mgr.14556) 10816 : cluster [DBG] pgmap v9556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:52.835120+0000 mgr.y (mgr.14556) 10816 : cluster [DBG] pgmap v9556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:52.835120+0000 mgr.y (mgr.14556) 10816 : cluster [DBG] pgmap v9556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:03:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:03:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:54.835724+0000 mgr.y (mgr.14556) 10817 : cluster [DBG] pgmap v9557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:54.835724+0000 mgr.y (mgr.14556) 10817 : cluster [DBG] pgmap v9557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:54.835724+0000 mgr.y (mgr.14556) 10817 : cluster [DBG] pgmap v9557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:56.836403+0000 mgr.y (mgr.14556) 10818 : cluster [DBG] pgmap v9558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:56.836403+0000 mgr.y (mgr.14556) 10818 : cluster [DBG] pgmap v9558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:56.836403+0000 mgr.y (mgr.14556) 10818 : cluster [DBG] pgmap v9558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:03:58.149 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:03:58.436 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:03:58.436 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 79s ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:03:58.436 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 79s ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:03:58.436 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 79s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:03:58.436 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 79s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:03:58.436 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 79s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:03:58.436 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 79s ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:03:58.436 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 79s ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:03:58.436 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 79s ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:03:58.436 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 79s ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:03:58.436 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 79s ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:03:58.436 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 79s ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:03:58.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 79s ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:03:58.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 79s ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:03:58.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 79s ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:03:58.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 79s ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:03:58.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 79s ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:03:58.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 79s ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:03:58.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 79s ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:03:58.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 79s ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:03:58.437 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 79s ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:03:58.786 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:03:58.786 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:03:58.787 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:03:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:03:58.787420+0000 mon.a (mon.0) 2614 : audit [DBG] from='client.? 172.21.15.23:0/3783769999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:03:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:03:58.787420+0000 mon.a (mon.0) 2614 : audit [DBG] from='client.? 172.21.15.23:0/3783769999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:03:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:03:58.787420+0000 mon.a (mon.0) 2614 : audit [DBG] from='client.? 172.21.15.23:0/3783769999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:04:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:03:58.138278+0000 mgr.y (mgr.14556) 10819 : audit [DBG] from='client.25935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:04:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:03:58.428703+0000 mgr.y (mgr.14556) 10820 : audit [DBG] from='client.25941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:04:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:03:58.836776+0000 mgr.y (mgr.14556) 10821 : cluster [DBG] pgmap v9559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:03:58.138278+0000 mgr.y (mgr.14556) 10819 : audit [DBG] from='client.25935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:04:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:03:58.428703+0000 mgr.y (mgr.14556) 10820 : audit [DBG] from='client.25941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:04:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:03:58.836776+0000 mgr.y (mgr.14556) 10821 : cluster [DBG] pgmap v9559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:03:58.138278+0000 mgr.y (mgr.14556) 10819 : audit [DBG] from='client.25935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:04:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:03:58.428703+0000 mgr.y (mgr.14556) 10820 : audit [DBG] from='client.25941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:04:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:03:58.836776+0000 mgr.y (mgr.14556) 10821 : cluster [DBG] pgmap v9559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:00.837590+0000 mgr.y (mgr.14556) 10822 : cluster [DBG] pgmap v9560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:00.837590+0000 mgr.y (mgr.14556) 10822 : cluster [DBG] pgmap v9560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:00.837590+0000 mgr.y (mgr.14556) 10822 : cluster [DBG] pgmap v9560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:04:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:04:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:04:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:02.838149+0000 mgr.y (mgr.14556) 10823 : cluster [DBG] pgmap v9561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:02.838149+0000 mgr.y (mgr.14556) 10823 : cluster [DBG] pgmap v9561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:02.838149+0000 mgr.y (mgr.14556) 10823 : cluster [DBG] pgmap v9561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:04.838565+0000 mgr.y (mgr.14556) 10824 : cluster [DBG] pgmap v9562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:04.838565+0000 mgr.y (mgr.14556) 10824 : cluster [DBG] pgmap v9562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:04.838565+0000 mgr.y (mgr.14556) 10824 : cluster [DBG] pgmap v9562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:06.839245+0000 mgr.y (mgr.14556) 10825 : cluster [DBG] pgmap v9563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:06.839245+0000 mgr.y (mgr.14556) 10825 : cluster [DBG] pgmap v9563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:06.839245+0000 mgr.y (mgr.14556) 10825 : cluster [DBG] pgmap v9563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:08.839717+0000 mgr.y (mgr.14556) 10826 : cluster [DBG] pgmap v9564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:08.839717+0000 mgr.y (mgr.14556) 10826 : cluster [DBG] pgmap v9564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:08.839717+0000 mgr.y (mgr.14556) 10826 : cluster [DBG] pgmap v9564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:11.900 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:04:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:10.840474+0000 mgr.y (mgr.14556) 10827 : cluster [DBG] pgmap v9565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:10.840474+0000 mgr.y (mgr.14556) 10827 : cluster [DBG] pgmap v9565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:10.840474+0000 mgr.y (mgr.14556) 10827 : cluster [DBG] pgmap v9565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:12.840971+0000 mgr.y (mgr.14556) 10828 : cluster [DBG] pgmap v9566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:12.840971+0000 mgr.y (mgr.14556) 10828 : cluster [DBG] pgmap v9566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:12.840971+0000 mgr.y (mgr.14556) 10828 : cluster [DBG] pgmap v9566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:04:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:04:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:14.841438+0000 mgr.y (mgr.14556) 10829 : cluster [DBG] pgmap v9567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:14.841438+0000 mgr.y (mgr.14556) 10829 : cluster [DBG] pgmap v9567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:14.841438+0000 mgr.y (mgr.14556) 10829 : cluster [DBG] pgmap v9567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:16.842098+0000 mgr.y (mgr.14556) 10830 : cluster [DBG] pgmap v9568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:16.842098+0000 mgr.y (mgr.14556) 10830 : cluster [DBG] pgmap v9568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:16.842098+0000 mgr.y (mgr.14556) 10830 : cluster [DBG] pgmap v9568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:18.842491+0000 mgr.y (mgr.14556) 10831 : cluster [DBG] pgmap v9569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:18.842491+0000 mgr.y (mgr.14556) 10831 : cluster [DBG] pgmap v9569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:18.842491+0000 mgr.y (mgr.14556) 10831 : cluster [DBG] pgmap v9569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:20.843229+0000 mgr.y (mgr.14556) 10832 : cluster [DBG] pgmap v9570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:20.843229+0000 mgr.y (mgr.14556) 10832 : cluster [DBG] pgmap v9570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:20.843229+0000 mgr.y (mgr.14556) 10832 : cluster [DBG] pgmap v9570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:04:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:22.843692+0000 mgr.y (mgr.14556) 10833 : cluster [DBG] pgmap v9571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:22.843692+0000 mgr.y (mgr.14556) 10833 : cluster [DBG] pgmap v9571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:22.843692+0000 mgr.y (mgr.14556) 10833 : cluster [DBG] pgmap v9571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:04:23] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:04:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:24.844314+0000 mgr.y (mgr.14556) 10834 : cluster [DBG] pgmap v9572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:24.844314+0000 mgr.y (mgr.14556) 10834 : cluster [DBG] pgmap v9572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:24.844314+0000 mgr.y (mgr.14556) 10834 : cluster [DBG] pgmap v9572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:26.845033+0000 mgr.y (mgr.14556) 10835 : cluster [DBG] pgmap v9573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:26.845033+0000 mgr.y (mgr.14556) 10835 : cluster [DBG] pgmap v9573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:26.845033+0000 mgr.y (mgr.14556) 10835 : cluster [DBG] pgmap v9573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:29.114 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:04:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:28.845396+0000 mgr.y (mgr.14556) 10836 : cluster [DBG] pgmap v9574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:28.845396+0000 mgr.y (mgr.14556) 10836 : cluster [DBG] pgmap v9574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:29.400 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:04:29.400 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 110s ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:04:29.400 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 110s ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:04:29.400 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 110s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:04:29.400 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 110s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:04:29.400 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 110s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:04:29.400 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 110s ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:04:29.400 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 110s ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:04:29.400 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 110s ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:04:29.401 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 110s ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:04:29.401 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 110s ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:04:29.401 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 110s ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:04:29.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 110s ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:04:29.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 110s ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:04:29.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 110s ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:04:29.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 110s ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:04:29.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 110s ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:04:29.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 110s ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:04:29.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 110s ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:04:29.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 110s ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:04:29.401 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 110s ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:04:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:28.845396+0000 mgr.y (mgr.14556) 10836 : cluster [DBG] pgmap v9574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:29.748 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:04:29.748 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:04:29.748 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:04:29.748 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:04:29.748 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:04:29.749 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:04:29.749 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:04:29.749 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:04:29.749 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:04:29.749 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:04:29.749 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:04:29.749 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:04:29.749 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:04:29.749 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:04:29.749 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:04:29.749 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:04:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:04:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:04:29.102784+0000 mgr.y (mgr.14556) 10837 : audit [DBG] from='client.25953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:04:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:04:29.393183+0000 mgr.y (mgr.14556) 10838 : audit [DBG] from='client.35870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:04:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:04:29.748939+0000 mon.a (mon.0) 2615 : audit [DBG] from='client.? 172.21.15.23:0/157086405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:04:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:04:29.102784+0000 mgr.y (mgr.14556) 10837 : audit [DBG] from='client.25953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:04:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:04:29.393183+0000 mgr.y (mgr.14556) 10838 : audit [DBG] from='client.35870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:04:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:04:29.748939+0000 mon.a (mon.0) 2615 : audit [DBG] from='client.? 172.21.15.23:0/157086405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:04:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:04:29.102784+0000 mgr.y (mgr.14556) 10837 : audit [DBG] from='client.25953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:04:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:04:29.393183+0000 mgr.y (mgr.14556) 10838 : audit [DBG] from='client.35870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:04:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:04:29.748939+0000 mon.a (mon.0) 2615 : audit [DBG] from='client.? 172.21.15.23:0/157086405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:04:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:30.845974+0000 mgr.y (mgr.14556) 10839 : cluster [DBG] pgmap v9575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:30.845974+0000 mgr.y (mgr.14556) 10839 : cluster [DBG] pgmap v9575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:30.845974+0000 mgr.y (mgr.14556) 10839 : cluster [DBG] pgmap v9575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:04:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:32.846368+0000 mgr.y (mgr.14556) 10840 : cluster [DBG] pgmap v9576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:32.846368+0000 mgr.y (mgr.14556) 10840 : cluster [DBG] pgmap v9576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:32.846368+0000 mgr.y (mgr.14556) 10840 : cluster [DBG] pgmap v9576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:04:33] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:04:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:34.846895+0000 mgr.y (mgr.14556) 10841 : cluster [DBG] pgmap v9577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:34.846895+0000 mgr.y (mgr.14556) 10841 : cluster [DBG] pgmap v9577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:34.846895+0000 mgr.y (mgr.14556) 10841 : cluster [DBG] pgmap v9577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:36.847580+0000 mgr.y (mgr.14556) 10842 : cluster [DBG] pgmap v9578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:36.847580+0000 mgr.y (mgr.14556) 10842 : cluster [DBG] pgmap v9578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:36.847580+0000 mgr.y (mgr.14556) 10842 : cluster [DBG] pgmap v9578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:38.848067+0000 mgr.y (mgr.14556) 10843 : cluster [DBG] pgmap v9579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:38.848067+0000 mgr.y (mgr.14556) 10843 : cluster [DBG] pgmap v9579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:38.848067+0000 mgr.y (mgr.14556) 10843 : cluster [DBG] pgmap v9579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:04:39.728285+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:04:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:04:39.728285+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:04:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:04:39.728285+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:04:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:04:40.025191+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:04:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:04:40.025875+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:04:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:04:40.034623+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:04:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:40.848837+0000 mgr.y (mgr.14556) 10844 : cluster [DBG] pgmap v9580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:04:40.025191+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:04:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:04:40.025875+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:04:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:04:40.034623+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:04:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:40.848837+0000 mgr.y (mgr.14556) 10844 : cluster [DBG] pgmap v9580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:04:40.025191+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:04:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:04:40.025875+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:04:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:04:40.034623+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:04:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:40.848837+0000 mgr.y (mgr.14556) 10844 : cluster [DBG] pgmap v9580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:04:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:42.849232+0000 mgr.y (mgr.14556) 10845 : cluster [DBG] pgmap v9581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:42.849232+0000 mgr.y (mgr.14556) 10845 : cluster [DBG] pgmap v9581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:42.849232+0000 mgr.y (mgr.14556) 10845 : cluster [DBG] pgmap v9581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:04:43] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:04:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:44.849605+0000 mgr.y (mgr.14556) 10846 : cluster [DBG] pgmap v9582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:44.849605+0000 mgr.y (mgr.14556) 10846 : cluster [DBG] pgmap v9582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:44.849605+0000 mgr.y (mgr.14556) 10846 : cluster [DBG] pgmap v9582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:46.850306+0000 mgr.y (mgr.14556) 10847 : cluster [DBG] pgmap v9583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:46.850306+0000 mgr.y (mgr.14556) 10847 : cluster [DBG] pgmap v9583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:46.850306+0000 mgr.y (mgr.14556) 10847 : cluster [DBG] pgmap v9583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:48.850744+0000 mgr.y (mgr.14556) 10848 : cluster [DBG] pgmap v9584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:48.850744+0000 mgr.y (mgr.14556) 10848 : cluster [DBG] pgmap v9584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:48.850744+0000 mgr.y (mgr.14556) 10848 : cluster [DBG] pgmap v9584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:50.851555+0000 mgr.y (mgr.14556) 10849 : cluster [DBG] pgmap v9585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:50.851555+0000 mgr.y (mgr.14556) 10849 : cluster [DBG] pgmap v9585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:50.851555+0000 mgr.y (mgr.14556) 10849 : cluster [DBG] pgmap v9585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:04:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:52.851999+0000 mgr.y (mgr.14556) 10850 : cluster [DBG] pgmap v9586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:52.851999+0000 mgr.y (mgr.14556) 10850 : cluster [DBG] pgmap v9586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:52.851999+0000 mgr.y (mgr.14556) 10850 : cluster [DBG] pgmap v9586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:04:53] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T12:04:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:54.852353+0000 mgr.y (mgr.14556) 10851 : cluster [DBG] pgmap v9587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:54.852353+0000 mgr.y (mgr.14556) 10851 : cluster [DBG] pgmap v9587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:54.852353+0000 mgr.y (mgr.14556) 10851 : cluster [DBG] pgmap v9587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:56.853067+0000 mgr.y (mgr.14556) 10852 : cluster [DBG] pgmap v9588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:56.853067+0000 mgr.y (mgr.14556) 10852 : cluster [DBG] pgmap v9588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:56.853067+0000 mgr.y (mgr.14556) 10852 : cluster [DBG] pgmap v9588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:04:58.853545+0000 mgr.y (mgr.14556) 10853 : cluster [DBG] pgmap v9589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:04:58.853545+0000 mgr.y (mgr.14556) 10853 : cluster [DBG] pgmap v9589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:04:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:04:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:04:58.853545+0000 mgr.y (mgr.14556) 10853 : cluster [DBG] pgmap v9589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:00.072 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:05:00.360 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:05:00.360 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 2m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:05:00.360 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 2m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:05:00.360 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 2m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 2m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 2m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 2m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 2m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 2m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 2m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 2m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 2m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 2m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 2m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 2m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 2m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 2m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 2m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 2m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:05:00.361 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 2m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:05:00.710 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:05:00.711 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:05:00.712 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:05:00.712 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:05:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:05:00.711422+0000 mon.a (mon.0) 2620 : audit [DBG] from='client.? 172.21.15.23:0/3823837725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:05:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:05:00.711422+0000 mon.a (mon.0) 2620 : audit [DBG] from='client.? 172.21.15.23:0/3823837725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:05:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:05:00.711422+0000 mon.a (mon.0) 2620 : audit [DBG] from='client.? 172.21.15.23:0/3823837725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:05:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:05:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:05:00.060898+0000 mgr.y (mgr.14556) 10854 : audit [DBG] from='client.35882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:05:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:05:00.353374+0000 mgr.y (mgr.14556) 10855 : audit [DBG] from='client.35888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:05:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:00.854101+0000 mgr.y (mgr.14556) 10856 : cluster [DBG] pgmap v9590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:05:00.060898+0000 mgr.y (mgr.14556) 10854 : audit [DBG] from='client.35882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:05:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:05:00.353374+0000 mgr.y (mgr.14556) 10855 : audit [DBG] from='client.35888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:05:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:00.854101+0000 mgr.y (mgr.14556) 10856 : cluster [DBG] pgmap v9590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:05:00.060898+0000 mgr.y (mgr.14556) 10854 : audit [DBG] from='client.35882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:05:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:05:00.353374+0000 mgr.y (mgr.14556) 10855 : audit [DBG] from='client.35888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:05:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:00.854101+0000 mgr.y (mgr.14556) 10856 : cluster [DBG] pgmap v9590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:02.854574+0000 mgr.y (mgr.14556) 10857 : cluster [DBG] pgmap v9591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:02.854574+0000 mgr.y (mgr.14556) 10857 : cluster [DBG] pgmap v9591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:02.854574+0000 mgr.y (mgr.14556) 10857 : cluster [DBG] pgmap v9591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:05:03] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T12:05:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:04.854957+0000 mgr.y (mgr.14556) 10858 : cluster [DBG] pgmap v9592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:04.854957+0000 mgr.y (mgr.14556) 10858 : cluster [DBG] pgmap v9592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:04.854957+0000 mgr.y (mgr.14556) 10858 : cluster [DBG] pgmap v9592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:06.855740+0000 mgr.y (mgr.14556) 10859 : cluster [DBG] pgmap v9593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:06.855740+0000 mgr.y (mgr.14556) 10859 : cluster [DBG] pgmap v9593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:06.855740+0000 mgr.y (mgr.14556) 10859 : cluster [DBG] pgmap v9593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:08.856169+0000 mgr.y (mgr.14556) 10860 : cluster [DBG] pgmap v9594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:08.856169+0000 mgr.y (mgr.14556) 10860 : cluster [DBG] pgmap v9594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:08.856169+0000 mgr.y (mgr.14556) 10860 : cluster [DBG] pgmap v9594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:10.856789+0000 mgr.y (mgr.14556) 10861 : cluster [DBG] pgmap v9595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:10.856789+0000 mgr.y (mgr.14556) 10861 : cluster [DBG] pgmap v9595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:10.856789+0000 mgr.y (mgr.14556) 10861 : cluster [DBG] pgmap v9595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:05:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:12.857421+0000 mgr.y (mgr.14556) 10862 : cluster [DBG] pgmap v9596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:12.857421+0000 mgr.y (mgr.14556) 10862 : cluster [DBG] pgmap v9596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:12.857421+0000 mgr.y (mgr.14556) 10862 : cluster [DBG] pgmap v9596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:05:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:05:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:14.858107+0000 mgr.y (mgr.14556) 10863 : cluster [DBG] pgmap v9597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:14.858107+0000 mgr.y (mgr.14556) 10863 : cluster [DBG] pgmap v9597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:14.858107+0000 mgr.y (mgr.14556) 10863 : cluster [DBG] pgmap v9597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:16.858830+0000 mgr.y (mgr.14556) 10864 : cluster [DBG] pgmap v9598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:16.858830+0000 mgr.y (mgr.14556) 10864 : cluster [DBG] pgmap v9598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:16.858830+0000 mgr.y (mgr.14556) 10864 : cluster [DBG] pgmap v9598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:18.859185+0000 mgr.y (mgr.14556) 10865 : cluster [DBG] pgmap v9599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:18.859185+0000 mgr.y (mgr.14556) 10865 : cluster [DBG] pgmap v9599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:18.859185+0000 mgr.y (mgr.14556) 10865 : cluster [DBG] pgmap v9599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:20.859777+0000 mgr.y (mgr.14556) 10866 : cluster [DBG] pgmap v9600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:20.859777+0000 mgr.y (mgr.14556) 10866 : cluster [DBG] pgmap v9600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:20.859777+0000 mgr.y (mgr.14556) 10866 : cluster [DBG] pgmap v9600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:05:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:22.860253+0000 mgr.y (mgr.14556) 10867 : cluster [DBG] pgmap v9601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:22.860253+0000 mgr.y (mgr.14556) 10867 : cluster [DBG] pgmap v9601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:22.860253+0000 mgr.y (mgr.14556) 10867 : cluster [DBG] pgmap v9601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:05:23] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:05:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:24.860759+0000 mgr.y (mgr.14556) 10868 : cluster [DBG] pgmap v9602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:24.860759+0000 mgr.y (mgr.14556) 10868 : cluster [DBG] pgmap v9602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:24.860759+0000 mgr.y (mgr.14556) 10868 : cluster [DBG] pgmap v9602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:26.861455+0000 mgr.y (mgr.14556) 10869 : cluster [DBG] pgmap v9603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:26.861455+0000 mgr.y (mgr.14556) 10869 : cluster [DBG] pgmap v9603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:26.861455+0000 mgr.y (mgr.14556) 10869 : cluster [DBG] pgmap v9603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:28.862018+0000 mgr.y (mgr.14556) 10870 : cluster [DBG] pgmap v9604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:28.862018+0000 mgr.y (mgr.14556) 10870 : cluster [DBG] pgmap v9604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:28.862018+0000 mgr.y (mgr.14556) 10870 : cluster [DBG] pgmap v9604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:31.036 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 2m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 2m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 2m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 2m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 2m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 2m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 2m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 2m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 2m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 2m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 2m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:05:31.324 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:05:31.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 2m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:05:31.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 2m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:05:31.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 2m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:05:31.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 2m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:05:31.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 2m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:05:31.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 2m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:05:31.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 2m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:05:31.325 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 2m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:05:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:30.862571+0000 mgr.y (mgr.14556) 10871 : cluster [DBG] pgmap v9605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:30.862571+0000 mgr.y (mgr.14556) 10871 : cluster [DBG] pgmap v9605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:30.862571+0000 mgr.y (mgr.14556) 10871 : cluster [DBG] pgmap v9605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:31.674 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:05:31.674 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:05:31.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:05:31.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:05:31.674 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:05:31.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:05:31.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:05:31.675 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:05:31.675 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:05:31.675 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:05:31.675 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:05:31.675 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:05:31.675 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:05:31.675 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:05:31.675 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:05:31.675 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:05:31.675 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:05:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:05:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:05:31.026075+0000 mgr.y (mgr.14556) 10872 : audit [DBG] from='client.25989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:05:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:05:31.316656+0000 mgr.y (mgr.14556) 10873 : audit [DBG] from='client.35906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:05:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:05:31.675215+0000 mon.a (mon.0) 2621 : audit [DBG] from='client.? 172.21.15.23:0/3538036037' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:05:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:05:31.026075+0000 mgr.y (mgr.14556) 10872 : audit [DBG] from='client.25989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:05:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:05:31.316656+0000 mgr.y (mgr.14556) 10873 : audit [DBG] from='client.35906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:05:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:05:31.675215+0000 mon.a (mon.0) 2621 : audit [DBG] from='client.? 172.21.15.23:0/3538036037' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:05:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:05:31.026075+0000 mgr.y (mgr.14556) 10872 : audit [DBG] from='client.25989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:05:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:05:31.316656+0000 mgr.y (mgr.14556) 10873 : audit [DBG] from='client.35906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:05:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:05:31.675215+0000 mon.a (mon.0) 2621 : audit [DBG] from='client.? 172.21.15.23:0/3538036037' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:05:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:32.862931+0000 mgr.y (mgr.14556) 10874 : cluster [DBG] pgmap v9606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:32.862931+0000 mgr.y (mgr.14556) 10874 : cluster [DBG] pgmap v9606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:32.862931+0000 mgr.y (mgr.14556) 10874 : cluster [DBG] pgmap v9606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:05:33] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:05:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:34.863376+0000 mgr.y (mgr.14556) 10875 : cluster [DBG] pgmap v9607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:34.863376+0000 mgr.y (mgr.14556) 10875 : cluster [DBG] pgmap v9607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:34.863376+0000 mgr.y (mgr.14556) 10875 : cluster [DBG] pgmap v9607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:36.864314+0000 mgr.y (mgr.14556) 10876 : cluster [DBG] pgmap v9608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:36.864314+0000 mgr.y (mgr.14556) 10876 : cluster [DBG] pgmap v9608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:36.864314+0000 mgr.y (mgr.14556) 10876 : cluster [DBG] pgmap v9608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:38.864800+0000 mgr.y (mgr.14556) 10877 : cluster [DBG] pgmap v9609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:38.864800+0000 mgr.y (mgr.14556) 10877 : cluster [DBG] pgmap v9609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:38.864800+0000 mgr.y (mgr.14556) 10877 : cluster [DBG] pgmap v9609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:05:40.039813+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:05:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:05:40.039813+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:05:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:05:40.039813+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:05:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:05:40.294735+0000 mon.a (mon.0) 2623 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:05:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:05:40.299938+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:05:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:05:40.586760+0000 mon.a (mon.0) 2625 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:05:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:05:40.587436+0000 mon.a (mon.0) 2626 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:05:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:05:40.593351+0000 mon.a (mon.0) 2627 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:05:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:40.865398+0000 mgr.y (mgr.14556) 10878 : cluster [DBG] pgmap v9610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:05:40.294735+0000 mon.a (mon.0) 2623 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:05:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:05:40.299938+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:05:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:05:40.586760+0000 mon.a (mon.0) 2625 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:05:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:05:40.587436+0000 mon.a (mon.0) 2626 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:05:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:05:40.593351+0000 mon.a (mon.0) 2627 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:05:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:40.865398+0000 mgr.y (mgr.14556) 10878 : cluster [DBG] pgmap v9610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:41.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:05:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:05:40.294735+0000 mon.a (mon.0) 2623 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:05:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:05:40.299938+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:05:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:05:40.586760+0000 mon.a (mon.0) 2625 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:05:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:05:40.587436+0000 mon.a (mon.0) 2626 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:05:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:05:40.593351+0000 mon.a (mon.0) 2627 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:05:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:40.865398+0000 mgr.y (mgr.14556) 10878 : cluster [DBG] pgmap v9610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:42.865803+0000 mgr.y (mgr.14556) 10879 : cluster [DBG] pgmap v9611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:42.865803+0000 mgr.y (mgr.14556) 10879 : cluster [DBG] pgmap v9611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:42.865803+0000 mgr.y (mgr.14556) 10879 : cluster [DBG] pgmap v9611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:05:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:05:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:44.866217+0000 mgr.y (mgr.14556) 10880 : cluster [DBG] pgmap v9612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:44.866217+0000 mgr.y (mgr.14556) 10880 : cluster [DBG] pgmap v9612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:44.866217+0000 mgr.y (mgr.14556) 10880 : cluster [DBG] pgmap v9612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:46.866935+0000 mgr.y (mgr.14556) 10881 : cluster [DBG] pgmap v9613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:46.866935+0000 mgr.y (mgr.14556) 10881 : cluster [DBG] pgmap v9613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:46.866935+0000 mgr.y (mgr.14556) 10881 : cluster [DBG] pgmap v9613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:48.867375+0000 mgr.y (mgr.14556) 10882 : cluster [DBG] pgmap v9614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:48.867375+0000 mgr.y (mgr.14556) 10882 : cluster [DBG] pgmap v9614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:48.867375+0000 mgr.y (mgr.14556) 10882 : cluster [DBG] pgmap v9614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:50.867998+0000 mgr.y (mgr.14556) 10883 : cluster [DBG] pgmap v9615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:50.867998+0000 mgr.y (mgr.14556) 10883 : cluster [DBG] pgmap v9615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:50.867998+0000 mgr.y (mgr.14556) 10883 : cluster [DBG] pgmap v9615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:05:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:52.868566+0000 mgr.y (mgr.14556) 10884 : cluster [DBG] pgmap v9616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:52.868566+0000 mgr.y (mgr.14556) 10884 : cluster [DBG] pgmap v9616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:52.868566+0000 mgr.y (mgr.14556) 10884 : cluster [DBG] pgmap v9616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:05:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:05:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:54.868949+0000 mgr.y (mgr.14556) 10885 : cluster [DBG] pgmap v9617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:54.868949+0000 mgr.y (mgr.14556) 10885 : cluster [DBG] pgmap v9617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:54.868949+0000 mgr.y (mgr.14556) 10885 : cluster [DBG] pgmap v9617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:56.869624+0000 mgr.y (mgr.14556) 10886 : cluster [DBG] pgmap v9618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:56.869624+0000 mgr.y (mgr.14556) 10886 : cluster [DBG] pgmap v9618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:56.869624+0000 mgr.y (mgr.14556) 10886 : cluster [DBG] pgmap v9618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:05:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:05:58.870108+0000 mgr.y (mgr.14556) 10887 : cluster [DBG] pgmap v9619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:05:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:05:58.870108+0000 mgr.y (mgr.14556) 10887 : cluster [DBG] pgmap v9619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:05:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:05:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:05:58.870108+0000 mgr.y (mgr.14556) 10887 : cluster [DBG] pgmap v9619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:00.870800+0000 mgr.y (mgr.14556) 10888 : cluster [DBG] pgmap v9620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:00.870800+0000 mgr.y (mgr.14556) 10888 : cluster [DBG] pgmap v9620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:00.870800+0000 mgr.y (mgr.14556) 10888 : cluster [DBG] pgmap v9620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:06:02.001 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:06:02.289 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 3m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 3m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 3m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 3m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 3m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 3m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 3m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 3m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 3m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 3m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 3m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 3m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:06:02.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 3m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:06:02.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 3m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:06:02.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 3m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:06:02.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 3m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:06:02.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 3m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:06:02.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 3m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:06:02.291 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 3m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:06:02.638 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:06:02.638 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:06:02.638 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:06:02.638 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:06:02.638 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:06:02.638 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:06:02.638 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:06:02.638 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:06:02.638 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:06:02.639 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:06:02.639 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:06:02.639 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:06:02.639 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:06:02.639 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:06:02.639 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:06:02.639 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:06:02.639 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:06:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:06:02.639037+0000 mon.a (mon.0) 2628 : audit [DBG] from='client.? 172.21.15.23:0/582907700' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:06:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:06:02.639037+0000 mon.a (mon.0) 2628 : audit [DBG] from='client.? 172.21.15.23:0/582907700' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:06:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:06:02.639037+0000 mon.a (mon.0) 2628 : audit [DBG] from='client.? 172.21.15.23:0/582907700' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:06:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:06:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:06:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:06:01.990364+0000 mgr.y (mgr.14556) 10889 : audit [DBG] from='client.35918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:06:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:06:02.282665+0000 mgr.y (mgr.14556) 10890 : audit [DBG] from='client.26013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:06:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:02.871274+0000 mgr.y (mgr.14556) 10891 : cluster [DBG] pgmap v9621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:06:01.990364+0000 mgr.y (mgr.14556) 10889 : audit [DBG] from='client.35918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:06:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:06:02.282665+0000 mgr.y (mgr.14556) 10890 : audit [DBG] from='client.26013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:06:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:02.871274+0000 mgr.y (mgr.14556) 10891 : cluster [DBG] pgmap v9621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:06:01.990364+0000 mgr.y (mgr.14556) 10889 : audit [DBG] from='client.35918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:06:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:06:02.282665+0000 mgr.y (mgr.14556) 10890 : audit [DBG] from='client.26013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:06:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:02.871274+0000 mgr.y (mgr.14556) 10891 : cluster [DBG] pgmap v9621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:04.871771+0000 mgr.y (mgr.14556) 10892 : cluster [DBG] pgmap v9622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:04.871771+0000 mgr.y (mgr.14556) 10892 : cluster [DBG] pgmap v9622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:04.871771+0000 mgr.y (mgr.14556) 10892 : cluster [DBG] pgmap v9622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:06.872454+0000 mgr.y (mgr.14556) 10893 : cluster [DBG] pgmap v9623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:06.872454+0000 mgr.y (mgr.14556) 10893 : cluster [DBG] pgmap v9623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:06.872454+0000 mgr.y (mgr.14556) 10893 : cluster [DBG] pgmap v9623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:08.872823+0000 mgr.y (mgr.14556) 10894 : cluster [DBG] pgmap v9624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:08.872823+0000 mgr.y (mgr.14556) 10894 : cluster [DBG] pgmap v9624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:08.872823+0000 mgr.y (mgr.14556) 10894 : cluster [DBG] pgmap v9624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:10.873521+0000 mgr.y (mgr.14556) 10895 : cluster [DBG] pgmap v9625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:10.873521+0000 mgr.y (mgr.14556) 10895 : cluster [DBG] pgmap v9625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:10.873521+0000 mgr.y (mgr.14556) 10895 : cluster [DBG] pgmap v9625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:06:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:12.873909+0000 mgr.y (mgr.14556) 10896 : cluster [DBG] pgmap v9626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:12.873909+0000 mgr.y (mgr.14556) 10896 : cluster [DBG] pgmap v9626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:12.873909+0000 mgr.y (mgr.14556) 10896 : cluster [DBG] pgmap v9626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:06:13] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T12:06:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:14.874426+0000 mgr.y (mgr.14556) 10897 : cluster [DBG] pgmap v9627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:14.874426+0000 mgr.y (mgr.14556) 10897 : cluster [DBG] pgmap v9627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:14.874426+0000 mgr.y (mgr.14556) 10897 : cluster [DBG] pgmap v9627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:16.875253+0000 mgr.y (mgr.14556) 10898 : cluster [DBG] pgmap v9628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:16.875253+0000 mgr.y (mgr.14556) 10898 : cluster [DBG] pgmap v9628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:16.875253+0000 mgr.y (mgr.14556) 10898 : cluster [DBG] pgmap v9628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:18.875813+0000 mgr.y (mgr.14556) 10899 : cluster [DBG] pgmap v9629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:18.875813+0000 mgr.y (mgr.14556) 10899 : cluster [DBG] pgmap v9629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:18.875813+0000 mgr.y (mgr.14556) 10899 : cluster [DBG] pgmap v9629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:20.876446+0000 mgr.y (mgr.14556) 10900 : cluster [DBG] pgmap v9630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:20.876446+0000 mgr.y (mgr.14556) 10900 : cluster [DBG] pgmap v9630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:20.876446+0000 mgr.y (mgr.14556) 10900 : cluster [DBG] pgmap v9630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:06:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:22.876796+0000 mgr.y (mgr.14556) 10901 : cluster [DBG] pgmap v9631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:22.876796+0000 mgr.y (mgr.14556) 10901 : cluster [DBG] pgmap v9631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:22.876796+0000 mgr.y (mgr.14556) 10901 : cluster [DBG] pgmap v9631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:06:23] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:06:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:24.877203+0000 mgr.y (mgr.14556) 10902 : cluster [DBG] pgmap v9632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:24.877203+0000 mgr.y (mgr.14556) 10902 : cluster [DBG] pgmap v9632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:24.877203+0000 mgr.y (mgr.14556) 10902 : cluster [DBG] pgmap v9632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:26.878099+0000 mgr.y (mgr.14556) 10903 : cluster [DBG] pgmap v9633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:26.878099+0000 mgr.y (mgr.14556) 10903 : cluster [DBG] pgmap v9633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:26.878099+0000 mgr.y (mgr.14556) 10903 : cluster [DBG] pgmap v9633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:28.878620+0000 mgr.y (mgr.14556) 10904 : cluster [DBG] pgmap v9634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:28.878620+0000 mgr.y (mgr.14556) 10904 : cluster [DBG] pgmap v9634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:28.878620+0000 mgr.y (mgr.14556) 10904 : cluster [DBG] pgmap v9634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:30.879254+0000 mgr.y (mgr.14556) 10905 : cluster [DBG] pgmap v9635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:30.879254+0000 mgr.y (mgr.14556) 10905 : cluster [DBG] pgmap v9635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:30.879254+0000 mgr.y (mgr.14556) 10905 : cluster [DBG] pgmap v9635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:06:32.963 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:06:33.263 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 3m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 3m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 3m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 3m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 3m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 3m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 3m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 3m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 3m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 3m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 3m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:06:33.264 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 3m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:06:33.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 3m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:06:33.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 3m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:06:33.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 3m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:06:33.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 3m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:06:33.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 3m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:06:33.265 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 3m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:06:33.265 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 3m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:06:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:32.879580+0000 mgr.y (mgr.14556) 10906 : cluster [DBG] pgmap v9636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:32.879580+0000 mgr.y (mgr.14556) 10906 : cluster [DBG] pgmap v9636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:32.879580+0000 mgr.y (mgr.14556) 10906 : cluster [DBG] pgmap v9636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:33.615 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:06:33.615 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:06:33.615 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:06:33.615 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:06:33.615 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:06:33.615 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:06:33.616 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:06:33.616 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:06:33.616 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:06:33.616 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:06:33.616 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:06:33.616 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:06:33.616 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:06:33.616 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:06:33.616 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:06:33.616 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:06:33.616 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:06:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:06:33] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:06:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:06:32.952126+0000 mgr.y (mgr.14556) 10907 : audit [DBG] from='client.26025 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:06:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:06:33.256523+0000 mgr.y (mgr.14556) 10908 : audit [DBG] from='client.26031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:06:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:06:33.616117+0000 mon.c (mon.2) 279 : audit [DBG] from='client.? 172.21.15.23:0/1009464057' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:06:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:06:32.952126+0000 mgr.y (mgr.14556) 10907 : audit [DBG] from='client.26025 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:06:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:06:33.256523+0000 mgr.y (mgr.14556) 10908 : audit [DBG] from='client.26031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:06:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:06:33.616117+0000 mon.c (mon.2) 279 : audit [DBG] from='client.? 172.21.15.23:0/1009464057' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:06:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:06:32.952126+0000 mgr.y (mgr.14556) 10907 : audit [DBG] from='client.26025 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:06:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:06:33.256523+0000 mgr.y (mgr.14556) 10908 : audit [DBG] from='client.26031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:06:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:06:33.616117+0000 mon.c (mon.2) 279 : audit [DBG] from='client.? 172.21.15.23:0/1009464057' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:06:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:34.880105+0000 mgr.y (mgr.14556) 10909 : cluster [DBG] pgmap v9637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:34.880105+0000 mgr.y (mgr.14556) 10909 : cluster [DBG] pgmap v9637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:34.880105+0000 mgr.y (mgr.14556) 10909 : cluster [DBG] pgmap v9637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:36.880798+0000 mgr.y (mgr.14556) 10910 : cluster [DBG] pgmap v9638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:36.880798+0000 mgr.y (mgr.14556) 10910 : cluster [DBG] pgmap v9638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:36.880798+0000 mgr.y (mgr.14556) 10910 : cluster [DBG] pgmap v9638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:38.881302+0000 mgr.y (mgr.14556) 10911 : cluster [DBG] pgmap v9639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:38.881302+0000 mgr.y (mgr.14556) 10911 : cluster [DBG] pgmap v9639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:38.881302+0000 mgr.y (mgr.14556) 10911 : cluster [DBG] pgmap v9639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:40.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:06:40.597801+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:06:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:06:40.597801+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:06:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:06:40.597801+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:06:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:06:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:40.881841+0000 mgr.y (mgr.14556) 10912 : cluster [DBG] pgmap v9640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:06:40.905374+0000 mon.a (mon.0) 2630 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:06:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:06:40.906006+0000 mon.a (mon.0) 2631 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:06:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:06:40.910386+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:06:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:40.881841+0000 mgr.y (mgr.14556) 10912 : cluster [DBG] pgmap v9640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:06:40.905374+0000 mon.a (mon.0) 2630 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:06:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:06:40.906006+0000 mon.a (mon.0) 2631 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:06:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:06:40.910386+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:06:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:40.881841+0000 mgr.y (mgr.14556) 10912 : cluster [DBG] pgmap v9640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:06:40.905374+0000 mon.a (mon.0) 2630 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:06:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:06:40.906006+0000 mon.a (mon.0) 2631 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:06:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:06:40.910386+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:06:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:42.882218+0000 mgr.y (mgr.14556) 10913 : cluster [DBG] pgmap v9641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:42.882218+0000 mgr.y (mgr.14556) 10913 : cluster [DBG] pgmap v9641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:42.882218+0000 mgr.y (mgr.14556) 10913 : cluster [DBG] pgmap v9641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:06:43] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:06:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:44.882666+0000 mgr.y (mgr.14556) 10914 : cluster [DBG] pgmap v9642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:44.882666+0000 mgr.y (mgr.14556) 10914 : cluster [DBG] pgmap v9642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:44.882666+0000 mgr.y (mgr.14556) 10914 : cluster [DBG] pgmap v9642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:46.883463+0000 mgr.y (mgr.14556) 10915 : cluster [DBG] pgmap v9643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:46.883463+0000 mgr.y (mgr.14556) 10915 : cluster [DBG] pgmap v9643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:46.883463+0000 mgr.y (mgr.14556) 10915 : cluster [DBG] pgmap v9643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:48.884033+0000 mgr.y (mgr.14556) 10916 : cluster [DBG] pgmap v9644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:48.884033+0000 mgr.y (mgr.14556) 10916 : cluster [DBG] pgmap v9644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:48.884033+0000 mgr.y (mgr.14556) 10916 : cluster [DBG] pgmap v9644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:50.884860+0000 mgr.y (mgr.14556) 10917 : cluster [DBG] pgmap v9645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:50.884860+0000 mgr.y (mgr.14556) 10917 : cluster [DBG] pgmap v9645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:50.884860+0000 mgr.y (mgr.14556) 10917 : cluster [DBG] pgmap v9645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:06:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:52.885382+0000 mgr.y (mgr.14556) 10918 : cluster [DBG] pgmap v9646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:52.885382+0000 mgr.y (mgr.14556) 10918 : cluster [DBG] pgmap v9646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:52.885382+0000 mgr.y (mgr.14556) 10918 : cluster [DBG] pgmap v9646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:06:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:06:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:54.885751+0000 mgr.y (mgr.14556) 10919 : cluster [DBG] pgmap v9647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:54.885751+0000 mgr.y (mgr.14556) 10919 : cluster [DBG] pgmap v9647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:54.885751+0000 mgr.y (mgr.14556) 10919 : cluster [DBG] pgmap v9647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:56.886410+0000 mgr.y (mgr.14556) 10920 : cluster [DBG] pgmap v9648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:56.886410+0000 mgr.y (mgr.14556) 10920 : cluster [DBG] pgmap v9648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:56.886410+0000 mgr.y (mgr.14556) 10920 : cluster [DBG] pgmap v9648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:06:58.886809+0000 mgr.y (mgr.14556) 10921 : cluster [DBG] pgmap v9649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:06:58.886809+0000 mgr.y (mgr.14556) 10921 : cluster [DBG] pgmap v9649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:06:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:06:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:06:58.886809+0000 mgr.y (mgr.14556) 10921 : cluster [DBG] pgmap v9649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:00.887645+0000 mgr.y (mgr.14556) 10922 : cluster [DBG] pgmap v9650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:00.887645+0000 mgr.y (mgr.14556) 10922 : cluster [DBG] pgmap v9650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:00.887645+0000 mgr.y (mgr.14556) 10922 : cluster [DBG] pgmap v9650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:07:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:02.887997+0000 mgr.y (mgr.14556) 10923 : cluster [DBG] pgmap v9651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:02.887997+0000 mgr.y (mgr.14556) 10923 : cluster [DBG] pgmap v9651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:02.887997+0000 mgr.y (mgr.14556) 10923 : cluster [DBG] pgmap v9651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:03.941 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:07:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:07:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:07:04.228 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:07:04.228 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 4m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:07:04.228 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 4m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:07:04.228 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 4m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:07:04.228 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:07:04.229 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:07:04.229 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 4m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:07:04.229 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 4m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:07:04.229 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:07:04.229 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 4m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:07:04.229 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 4m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:07:04.229 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:07:04.229 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:07:04.229 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 4m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:07:04.229 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 4m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:07:04.229 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 4m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:07:04.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:07:04.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:07:04.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:07:04.230 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:07:04.230 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 4m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:07:04.577 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:07:04.577 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:07:04.578 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:07:04.578 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:07:04.578 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:07:04.578 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:07:04.578 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:07:04.578 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:07:04.578 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:07:04.579 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:07:04.579 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:07:04.579 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:07:04.579 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:07:04.579 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:07:04.579 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:07:04.579 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:07:04.579 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:07:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:07:04.578138+0000 mon.a (mon.0) 2633 : audit [DBG] from='client.? 172.21.15.23:0/4011911252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:07:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:07:04.578138+0000 mon.a (mon.0) 2633 : audit [DBG] from='client.? 172.21.15.23:0/4011911252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:07:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:07:04.578138+0000 mon.a (mon.0) 2633 : audit [DBG] from='client.? 172.21.15.23:0/4011911252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:07:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:07:03.929804+0000 mgr.y (mgr.14556) 10924 : audit [DBG] from='client.26040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:07:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:07:04.220631+0000 mgr.y (mgr.14556) 10925 : audit [DBG] from='client.26046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:07:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:04.888527+0000 mgr.y (mgr.14556) 10926 : cluster [DBG] pgmap v9652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:07:03.929804+0000 mgr.y (mgr.14556) 10924 : audit [DBG] from='client.26040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:07:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:07:04.220631+0000 mgr.y (mgr.14556) 10925 : audit [DBG] from='client.26046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:07:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:04.888527+0000 mgr.y (mgr.14556) 10926 : cluster [DBG] pgmap v9652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:07:03.929804+0000 mgr.y (mgr.14556) 10924 : audit [DBG] from='client.26040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:07:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:07:04.220631+0000 mgr.y (mgr.14556) 10925 : audit [DBG] from='client.26046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:07:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:04.888527+0000 mgr.y (mgr.14556) 10926 : cluster [DBG] pgmap v9652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:06.889212+0000 mgr.y (mgr.14556) 10927 : cluster [DBG] pgmap v9653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:06.889212+0000 mgr.y (mgr.14556) 10927 : cluster [DBG] pgmap v9653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:06.889212+0000 mgr.y (mgr.14556) 10927 : cluster [DBG] pgmap v9653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:08.889684+0000 mgr.y (mgr.14556) 10928 : cluster [DBG] pgmap v9654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:08.889684+0000 mgr.y (mgr.14556) 10928 : cluster [DBG] pgmap v9654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:08.889684+0000 mgr.y (mgr.14556) 10928 : cluster [DBG] pgmap v9654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:10.890308+0000 mgr.y (mgr.14556) 10929 : cluster [DBG] pgmap v9655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:10.890308+0000 mgr.y (mgr.14556) 10929 : cluster [DBG] pgmap v9655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:10.890308+0000 mgr.y (mgr.14556) 10929 : cluster [DBG] pgmap v9655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:07:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:12.890967+0000 mgr.y (mgr.14556) 10930 : cluster [DBG] pgmap v9656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:12.890967+0000 mgr.y (mgr.14556) 10930 : cluster [DBG] pgmap v9656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:12.890967+0000 mgr.y (mgr.14556) 10930 : cluster [DBG] pgmap v9656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:07:13] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:07:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:14.891320+0000 mgr.y (mgr.14556) 10931 : cluster [DBG] pgmap v9657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:14.891320+0000 mgr.y (mgr.14556) 10931 : cluster [DBG] pgmap v9657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:14.891320+0000 mgr.y (mgr.14556) 10931 : cluster [DBG] pgmap v9657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:16.892031+0000 mgr.y (mgr.14556) 10932 : cluster [DBG] pgmap v9658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:16.892031+0000 mgr.y (mgr.14556) 10932 : cluster [DBG] pgmap v9658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:16.892031+0000 mgr.y (mgr.14556) 10932 : cluster [DBG] pgmap v9658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:18.892564+0000 mgr.y (mgr.14556) 10933 : cluster [DBG] pgmap v9659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:18.892564+0000 mgr.y (mgr.14556) 10933 : cluster [DBG] pgmap v9659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:18.892564+0000 mgr.y (mgr.14556) 10933 : cluster [DBG] pgmap v9659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:20.893289+0000 mgr.y (mgr.14556) 10934 : cluster [DBG] pgmap v9660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:20.893289+0000 mgr.y (mgr.14556) 10934 : cluster [DBG] pgmap v9660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:20.893289+0000 mgr.y (mgr.14556) 10934 : cluster [DBG] pgmap v9660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:07:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:22.893677+0000 mgr.y (mgr.14556) 10935 : cluster [DBG] pgmap v9661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:22.893677+0000 mgr.y (mgr.14556) 10935 : cluster [DBG] pgmap v9661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:22.893677+0000 mgr.y (mgr.14556) 10935 : cluster [DBG] pgmap v9661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:07:23] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:07:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:24.894205+0000 mgr.y (mgr.14556) 10936 : cluster [DBG] pgmap v9662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:24.894205+0000 mgr.y (mgr.14556) 10936 : cluster [DBG] pgmap v9662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:24.894205+0000 mgr.y (mgr.14556) 10936 : cluster [DBG] pgmap v9662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:26.894879+0000 mgr.y (mgr.14556) 10937 : cluster [DBG] pgmap v9663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:26.894879+0000 mgr.y (mgr.14556) 10937 : cluster [DBG] pgmap v9663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:26.894879+0000 mgr.y (mgr.14556) 10937 : cluster [DBG] pgmap v9663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:28.895487+0000 mgr.y (mgr.14556) 10938 : cluster [DBG] pgmap v9664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:28.895487+0000 mgr.y (mgr.14556) 10938 : cluster [DBG] pgmap v9664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:28.895487+0000 mgr.y (mgr.14556) 10938 : cluster [DBG] pgmap v9664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:30.896185+0000 mgr.y (mgr.14556) 10939 : cluster [DBG] pgmap v9665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:30.896185+0000 mgr.y (mgr.14556) 10939 : cluster [DBG] pgmap v9665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:30.896185+0000 mgr.y (mgr.14556) 10939 : cluster [DBG] pgmap v9665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:07:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:32.896760+0000 mgr.y (mgr.14556) 10940 : cluster [DBG] pgmap v9666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:32.896760+0000 mgr.y (mgr.14556) 10940 : cluster [DBG] pgmap v9666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:32.896760+0000 mgr.y (mgr.14556) 10940 : cluster [DBG] pgmap v9666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:07:33] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:07:34.931 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:07:35.224 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:07:35.224 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 4m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:07:35.224 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 4m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:07:35.224 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 4m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:07:35.224 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:07:35.224 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:07:35.224 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 4m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:07:35.224 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 4m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:07:35.224 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:07:35.224 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 4m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:07:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 4m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:07:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:07:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:07:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 4m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:07:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 4m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:07:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 4m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:07:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:07:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:07:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:07:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:07:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 4m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:07:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:34.897118+0000 mgr.y (mgr.14556) 10941 : cluster [DBG] pgmap v9667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:07:34.920709+0000 mgr.y (mgr.14556) 10942 : audit [DBG] from='client.35972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:07:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:34.897118+0000 mgr.y (mgr.14556) 10941 : cluster [DBG] pgmap v9667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:07:34.920709+0000 mgr.y (mgr.14556) 10942 : audit [DBG] from='client.35972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:07:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:34.897118+0000 mgr.y (mgr.14556) 10941 : cluster [DBG] pgmap v9667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:07:34.920709+0000 mgr.y (mgr.14556) 10942 : audit [DBG] from='client.35972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:07:35.575 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:07:35.575 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:07:35.575 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:07:35.575 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:07:35.575 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:07:35.576 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:07:35.576 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:07:35.576 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:07:35.576 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:07:35.576 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:07:35.576 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:07:35.576 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:07:35.576 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:07:35.576 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:07:35.576 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:07:35.576 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:07:35.576 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:07:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:07:35.216493+0000 mgr.y (mgr.14556) 10943 : audit [DBG] from='client.35978 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:07:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:07:35.576178+0000 mon.a (mon.0) 2634 : audit [DBG] from='client.? 172.21.15.23:0/192389184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:07:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:07:35.216493+0000 mgr.y (mgr.14556) 10943 : audit [DBG] from='client.35978 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:07:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:07:35.576178+0000 mon.a (mon.0) 2634 : audit [DBG] from='client.? 172.21.15.23:0/192389184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:07:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:07:35.216493+0000 mgr.y (mgr.14556) 10943 : audit [DBG] from='client.35978 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:07:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:07:35.576178+0000 mon.a (mon.0) 2634 : audit [DBG] from='client.? 172.21.15.23:0/192389184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:07:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:36.898064+0000 mgr.y (mgr.14556) 10944 : cluster [DBG] pgmap v9668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:36.898064+0000 mgr.y (mgr.14556) 10944 : cluster [DBG] pgmap v9668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:36.898064+0000 mgr.y (mgr.14556) 10944 : cluster [DBG] pgmap v9668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:38.898437+0000 mgr.y (mgr.14556) 10945 : cluster [DBG] pgmap v9669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:38.898437+0000 mgr.y (mgr.14556) 10945 : cluster [DBG] pgmap v9669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:38.898437+0000 mgr.y (mgr.14556) 10945 : cluster [DBG] pgmap v9669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:40.899224+0000 mgr.y (mgr.14556) 10946 : cluster [DBG] pgmap v9670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:07:40.915375+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:07:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:40.899224+0000 mgr.y (mgr.14556) 10946 : cluster [DBG] pgmap v9670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:07:40.915375+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:07:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:40.899224+0000 mgr.y (mgr.14556) 10946 : cluster [DBG] pgmap v9670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:07:40.915375+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:07:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:07:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:07:41.221557+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:07:42.392 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:07:41.222215+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:07:42.392 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:07:41.230058+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:07:42.392 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:07:41.221557+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:07:42.392 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:07:41.222215+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:07:42.392 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:07:41.230058+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:07:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:07:41.221557+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:07:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:07:41.222215+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:07:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:07:41.230058+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:07:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:42.899746+0000 mgr.y (mgr.14556) 10947 : cluster [DBG] pgmap v9671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:42.899746+0000 mgr.y (mgr.14556) 10947 : cluster [DBG] pgmap v9671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:42.899746+0000 mgr.y (mgr.14556) 10947 : cluster [DBG] pgmap v9671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:07:43] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-03-22T12:07:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:44.900292+0000 mgr.y (mgr.14556) 10948 : cluster [DBG] pgmap v9672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:44.900292+0000 mgr.y (mgr.14556) 10948 : cluster [DBG] pgmap v9672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:44.900292+0000 mgr.y (mgr.14556) 10948 : cluster [DBG] pgmap v9672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:46.901058+0000 mgr.y (mgr.14556) 10949 : cluster [DBG] pgmap v9673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:46.901058+0000 mgr.y (mgr.14556) 10949 : cluster [DBG] pgmap v9673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:46.901058+0000 mgr.y (mgr.14556) 10949 : cluster [DBG] pgmap v9673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:48.901497+0000 mgr.y (mgr.14556) 10950 : cluster [DBG] pgmap v9674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:48.901497+0000 mgr.y (mgr.14556) 10950 : cluster [DBG] pgmap v9674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:48.901497+0000 mgr.y (mgr.14556) 10950 : cluster [DBG] pgmap v9674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:50.902316+0000 mgr.y (mgr.14556) 10951 : cluster [DBG] pgmap v9675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:50.902316+0000 mgr.y (mgr.14556) 10951 : cluster [DBG] pgmap v9675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:50.902316+0000 mgr.y (mgr.14556) 10951 : cluster [DBG] pgmap v9675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:07:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:52.902835+0000 mgr.y (mgr.14556) 10952 : cluster [DBG] pgmap v9676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:52.902835+0000 mgr.y (mgr.14556) 10952 : cluster [DBG] pgmap v9676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:52.902835+0000 mgr.y (mgr.14556) 10952 : cluster [DBG] pgmap v9676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:07:53] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:07:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:54.903275+0000 mgr.y (mgr.14556) 10953 : cluster [DBG] pgmap v9677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:54.903275+0000 mgr.y (mgr.14556) 10953 : cluster [DBG] pgmap v9677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:54.903275+0000 mgr.y (mgr.14556) 10953 : cluster [DBG] pgmap v9677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:56.904087+0000 mgr.y (mgr.14556) 10954 : cluster [DBG] pgmap v9678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:56.904087+0000 mgr.y (mgr.14556) 10954 : cluster [DBG] pgmap v9678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:56.904087+0000 mgr.y (mgr.14556) 10954 : cluster [DBG] pgmap v9678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:07:58.904672+0000 mgr.y (mgr.14556) 10955 : cluster [DBG] pgmap v9679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:07:58.904672+0000 mgr.y (mgr.14556) 10955 : cluster [DBG] pgmap v9679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:07:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:07:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:07:58.904672+0000 mgr.y (mgr.14556) 10955 : cluster [DBG] pgmap v9679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:00.905342+0000 mgr.y (mgr.14556) 10956 : cluster [DBG] pgmap v9680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:00.905342+0000 mgr.y (mgr.14556) 10956 : cluster [DBG] pgmap v9680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:00.905342+0000 mgr.y (mgr.14556) 10956 : cluster [DBG] pgmap v9680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:08:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:02.905829+0000 mgr.y (mgr.14556) 10957 : cluster [DBG] pgmap v9681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:02.905829+0000 mgr.y (mgr.14556) 10957 : cluster [DBG] pgmap v9681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:02.905829+0000 mgr.y (mgr.14556) 10957 : cluster [DBG] pgmap v9681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:08:03] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:08:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:04.906342+0000 mgr.y (mgr.14556) 10958 : cluster [DBG] pgmap v9682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:04.906342+0000 mgr.y (mgr.14556) 10958 : cluster [DBG] pgmap v9682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:04.906342+0000 mgr.y (mgr.14556) 10958 : cluster [DBG] pgmap v9682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:05.901 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:08:06.190 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:08:06.190 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:08:06.190 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:08:06.190 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:08:06.190 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:08:06.190 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:08:06.190 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:08:06.191 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:08:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:08:05.890039+0000 mgr.y (mgr.14556) 10959 : audit [DBG] from='client.35990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:08:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:08:05.890039+0000 mgr.y (mgr.14556) 10959 : audit [DBG] from='client.35990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:08:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:08:05.890039+0000 mgr.y (mgr.14556) 10959 : audit [DBG] from='client.35990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:08:06.544 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:08:06.545 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:08:06.546 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:08:06.546 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:08:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:08:06.182831+0000 mgr.y (mgr.14556) 10960 : audit [DBG] from='client.35996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:08:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:08:06.545617+0000 mon.c (mon.2) 280 : audit [DBG] from='client.? 172.21.15.23:0/3281003186' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:08:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:06.906981+0000 mgr.y (mgr.14556) 10961 : cluster [DBG] pgmap v9683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:08:06.182831+0000 mgr.y (mgr.14556) 10960 : audit [DBG] from='client.35996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:08:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:08:06.545617+0000 mon.c (mon.2) 280 : audit [DBG] from='client.? 172.21.15.23:0/3281003186' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:08:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:06.906981+0000 mgr.y (mgr.14556) 10961 : cluster [DBG] pgmap v9683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:08:06.182831+0000 mgr.y (mgr.14556) 10960 : audit [DBG] from='client.35996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:08:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:08:06.545617+0000 mon.c (mon.2) 280 : audit [DBG] from='client.? 172.21.15.23:0/3281003186' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:08:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:06.906981+0000 mgr.y (mgr.14556) 10961 : cluster [DBG] pgmap v9683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:08.907620+0000 mgr.y (mgr.14556) 10962 : cluster [DBG] pgmap v9684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:08.907620+0000 mgr.y (mgr.14556) 10962 : cluster [DBG] pgmap v9684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:08.907620+0000 mgr.y (mgr.14556) 10962 : cluster [DBG] pgmap v9684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:10.908224+0000 mgr.y (mgr.14556) 10963 : cluster [DBG] pgmap v9685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:10.908224+0000 mgr.y (mgr.14556) 10963 : cluster [DBG] pgmap v9685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:10.908224+0000 mgr.y (mgr.14556) 10963 : cluster [DBG] pgmap v9685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:08:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:12.908623+0000 mgr.y (mgr.14556) 10964 : cluster [DBG] pgmap v9686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:12.908623+0000 mgr.y (mgr.14556) 10964 : cluster [DBG] pgmap v9686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:12.908623+0000 mgr.y (mgr.14556) 10964 : cluster [DBG] pgmap v9686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:08:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:08:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:14.909114+0000 mgr.y (mgr.14556) 10965 : cluster [DBG] pgmap v9687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:14.909114+0000 mgr.y (mgr.14556) 10965 : cluster [DBG] pgmap v9687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:14.909114+0000 mgr.y (mgr.14556) 10965 : cluster [DBG] pgmap v9687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:16.909824+0000 mgr.y (mgr.14556) 10966 : cluster [DBG] pgmap v9688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:16.909824+0000 mgr.y (mgr.14556) 10966 : cluster [DBG] pgmap v9688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:16.909824+0000 mgr.y (mgr.14556) 10966 : cluster [DBG] pgmap v9688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:18.910317+0000 mgr.y (mgr.14556) 10967 : cluster [DBG] pgmap v9689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:18.910317+0000 mgr.y (mgr.14556) 10967 : cluster [DBG] pgmap v9689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:18.910317+0000 mgr.y (mgr.14556) 10967 : cluster [DBG] pgmap v9689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:20.911140+0000 mgr.y (mgr.14556) 10968 : cluster [DBG] pgmap v9690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:20.911140+0000 mgr.y (mgr.14556) 10968 : cluster [DBG] pgmap v9690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:20.911140+0000 mgr.y (mgr.14556) 10968 : cluster [DBG] pgmap v9690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:08:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:22.911619+0000 mgr.y (mgr.14556) 10969 : cluster [DBG] pgmap v9691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:23.451 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:22.911619+0000 mgr.y (mgr.14556) 10969 : cluster [DBG] pgmap v9691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:23.452 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:22.911619+0000 mgr.y (mgr.14556) 10969 : cluster [DBG] pgmap v9691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:08:23] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:08:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:24.912124+0000 mgr.y (mgr.14556) 10970 : cluster [DBG] pgmap v9692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:24.912124+0000 mgr.y (mgr.14556) 10970 : cluster [DBG] pgmap v9692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:24.912124+0000 mgr.y (mgr.14556) 10970 : cluster [DBG] pgmap v9692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:26.912805+0000 mgr.y (mgr.14556) 10971 : cluster [DBG] pgmap v9693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:26.912805+0000 mgr.y (mgr.14556) 10971 : cluster [DBG] pgmap v9693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:26.912805+0000 mgr.y (mgr.14556) 10971 : cluster [DBG] pgmap v9693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:28.913262+0000 mgr.y (mgr.14556) 10972 : cluster [DBG] pgmap v9694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:28.913262+0000 mgr.y (mgr.14556) 10972 : cluster [DBG] pgmap v9694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:28.913262+0000 mgr.y (mgr.14556) 10972 : cluster [DBG] pgmap v9694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:30.913867+0000 mgr.y (mgr.14556) 10973 : cluster [DBG] pgmap v9695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:30.913867+0000 mgr.y (mgr.14556) 10973 : cluster [DBG] pgmap v9695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:30.913867+0000 mgr.y (mgr.14556) 10973 : cluster [DBG] pgmap v9695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:08:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:32.914428+0000 mgr.y (mgr.14556) 10974 : cluster [DBG] pgmap v9696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:32.914428+0000 mgr.y (mgr.14556) 10974 : cluster [DBG] pgmap v9696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:32.914428+0000 mgr.y (mgr.14556) 10974 : cluster [DBG] pgmap v9696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:08:33] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:08:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:34.915013+0000 mgr.y (mgr.14556) 10975 : cluster [DBG] pgmap v9697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:34.915013+0000 mgr.y (mgr.14556) 10975 : cluster [DBG] pgmap v9697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:34.915013+0000 mgr.y (mgr.14556) 10975 : cluster [DBG] pgmap v9697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:36.872 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:08:37.165 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:08:37.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:08:37.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:08:37.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:08:37.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:08:37.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:08:37.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:08:37.166 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:08:37.166 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:08:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:08:36.860924+0000 mgr.y (mgr.14556) 10976 : audit [DBG] from='client.26094 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:08:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:36.915579+0000 mgr.y (mgr.14556) 10977 : cluster [DBG] pgmap v9698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:08:36.860924+0000 mgr.y (mgr.14556) 10976 : audit [DBG] from='client.26094 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:08:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:36.915579+0000 mgr.y (mgr.14556) 10977 : cluster [DBG] pgmap v9698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:08:36.860924+0000 mgr.y (mgr.14556) 10976 : audit [DBG] from='client.26094 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:08:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:36.915579+0000 mgr.y (mgr.14556) 10977 : cluster [DBG] pgmap v9698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:37.511 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:08:37.511 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:08:37.511 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:08:37.511 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:08:37.511 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:08:37.511 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:08:37.511 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:08:37.511 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:08:37.512 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:08:37.512 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:08:37.512 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:08:37.512 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:08:37.512 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:08:37.512 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:08:37.512 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:08:37.512 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:08:37.512 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:08:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:08:37.157998+0000 mgr.y (mgr.14556) 10978 : audit [DBG] from='client.26100 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:08:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:08:37.512121+0000 mon.c (mon.2) 281 : audit [DBG] from='client.? 172.21.15.23:0/1091963626' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:08:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:08:37.157998+0000 mgr.y (mgr.14556) 10978 : audit [DBG] from='client.26100 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:08:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:08:37.512121+0000 mon.c (mon.2) 281 : audit [DBG] from='client.? 172.21.15.23:0/1091963626' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:08:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:08:37.157998+0000 mgr.y (mgr.14556) 10978 : audit [DBG] from='client.26100 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:08:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:08:37.512121+0000 mon.c (mon.2) 281 : audit [DBG] from='client.? 172.21.15.23:0/1091963626' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:08:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:38.915959+0000 mgr.y (mgr.14556) 10979 : cluster [DBG] pgmap v9699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:38.915959+0000 mgr.y (mgr.14556) 10979 : cluster [DBG] pgmap v9699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:38.915959+0000 mgr.y (mgr.14556) 10979 : cluster [DBG] pgmap v9699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:40.916739+0000 mgr.y (mgr.14556) 10980 : cluster [DBG] pgmap v9700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:40.916739+0000 mgr.y (mgr.14556) 10980 : cluster [DBG] pgmap v9700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:40.916739+0000 mgr.y (mgr.14556) 10980 : cluster [DBG] pgmap v9700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:08:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:08:41.234561+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:08:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:08:41.541736+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:08:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:08:41.542456+0000 mon.a (mon.0) 2641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:08:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:08:41.550000+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:08:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:08:41.234561+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:08:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:08:41.541736+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:08:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:08:41.542456+0000 mon.a (mon.0) 2641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:08:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:08:41.550000+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:08:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:08:41.234561+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:08:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:08:41.541736+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:08:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:08:41.542456+0000 mon.a (mon.0) 2641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:08:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:08:41.550000+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:08:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:42.917273+0000 mgr.y (mgr.14556) 10981 : cluster [DBG] pgmap v9701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:42.917273+0000 mgr.y (mgr.14556) 10981 : cluster [DBG] pgmap v9701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:42.917273+0000 mgr.y (mgr.14556) 10981 : cluster [DBG] pgmap v9701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:08:43] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T12:08:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:44.917800+0000 mgr.y (mgr.14556) 10982 : cluster [DBG] pgmap v9702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:44.917800+0000 mgr.y (mgr.14556) 10982 : cluster [DBG] pgmap v9702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:44.917800+0000 mgr.y (mgr.14556) 10982 : cluster [DBG] pgmap v9702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:46.918553+0000 mgr.y (mgr.14556) 10983 : cluster [DBG] pgmap v9703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:46.918553+0000 mgr.y (mgr.14556) 10983 : cluster [DBG] pgmap v9703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:46.918553+0000 mgr.y (mgr.14556) 10983 : cluster [DBG] pgmap v9703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:48.919052+0000 mgr.y (mgr.14556) 10984 : cluster [DBG] pgmap v9704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:48.919052+0000 mgr.y (mgr.14556) 10984 : cluster [DBG] pgmap v9704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:48.919052+0000 mgr.y (mgr.14556) 10984 : cluster [DBG] pgmap v9704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:50.919833+0000 mgr.y (mgr.14556) 10985 : cluster [DBG] pgmap v9705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:50.919833+0000 mgr.y (mgr.14556) 10985 : cluster [DBG] pgmap v9705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:50.919833+0000 mgr.y (mgr.14556) 10985 : cluster [DBG] pgmap v9705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:08:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:52.920170+0000 mgr.y (mgr.14556) 10986 : cluster [DBG] pgmap v9706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:52.920170+0000 mgr.y (mgr.14556) 10986 : cluster [DBG] pgmap v9706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:52.920170+0000 mgr.y (mgr.14556) 10986 : cluster [DBG] pgmap v9706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:08:53] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:08:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:54.920609+0000 mgr.y (mgr.14556) 10987 : cluster [DBG] pgmap v9707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:54.920609+0000 mgr.y (mgr.14556) 10987 : cluster [DBG] pgmap v9707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:54.920609+0000 mgr.y (mgr.14556) 10987 : cluster [DBG] pgmap v9707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:56.921460+0000 mgr.y (mgr.14556) 10988 : cluster [DBG] pgmap v9708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:56.921460+0000 mgr.y (mgr.14556) 10988 : cluster [DBG] pgmap v9708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:56.921460+0000 mgr.y (mgr.14556) 10988 : cluster [DBG] pgmap v9708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:08:58.921913+0000 mgr.y (mgr.14556) 10989 : cluster [DBG] pgmap v9709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:08:58.921913+0000 mgr.y (mgr.14556) 10989 : cluster [DBG] pgmap v9709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:08:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:08:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:08:58.921913+0000 mgr.y (mgr.14556) 10989 : cluster [DBG] pgmap v9709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:00.922720+0000 mgr.y (mgr.14556) 10990 : cluster [DBG] pgmap v9710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:00.922720+0000 mgr.y (mgr.14556) 10990 : cluster [DBG] pgmap v9710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:00.922720+0000 mgr.y (mgr.14556) 10990 : cluster [DBG] pgmap v9710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:09:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:02.923031+0000 mgr.y (mgr.14556) 10991 : cluster [DBG] pgmap v9711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:02.923031+0000 mgr.y (mgr.14556) 10991 : cluster [DBG] pgmap v9711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:02.923031+0000 mgr.y (mgr.14556) 10991 : cluster [DBG] pgmap v9711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:09:03] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:09:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:04.923486+0000 mgr.y (mgr.14556) 10992 : cluster [DBG] pgmap v9712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:04.923486+0000 mgr.y (mgr.14556) 10992 : cluster [DBG] pgmap v9712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:04.923486+0000 mgr.y (mgr.14556) 10992 : cluster [DBG] pgmap v9712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:06.924160+0000 mgr.y (mgr.14556) 10993 : cluster [DBG] pgmap v9713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:06.924160+0000 mgr.y (mgr.14556) 10993 : cluster [DBG] pgmap v9713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:06.924160+0000 mgr.y (mgr.14556) 10993 : cluster [DBG] pgmap v9713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:07.836 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:09:08.126 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:09:08.126 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 6m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:09:08.126 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 6m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 6m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 6m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 6m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 6m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 6m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 6m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 6m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 6m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 6m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 6m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 6m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 6m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:09:08.127 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 6m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:09:08.128 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 6m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:09:08.128 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 6m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:09:08.128 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 6m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:09:08.128 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 6m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:09:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:09:07.825359+0000 mgr.y (mgr.14556) 10994 : audit [DBG] from='client.36026 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:09:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:09:07.825359+0000 mgr.y (mgr.14556) 10994 : audit [DBG] from='client.36026 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:09:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:09:07.825359+0000 mgr.y (mgr.14556) 10994 : audit [DBG] from='client.36026 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:09:08.476 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:09:08.476 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:09:08.476 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:09:08.476 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:09:08.477 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:09:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:09:08.119576+0000 mgr.y (mgr.14556) 10995 : audit [DBG] from='client.26118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:09:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:09:08.477586+0000 mon.a (mon.0) 2643 : audit [DBG] from='client.? 172.21.15.23:0/3992628304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:09:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:08.924623+0000 mgr.y (mgr.14556) 10996 : cluster [DBG] pgmap v9714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:09:08.119576+0000 mgr.y (mgr.14556) 10995 : audit [DBG] from='client.26118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:09:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:09:08.477586+0000 mon.a (mon.0) 2643 : audit [DBG] from='client.? 172.21.15.23:0/3992628304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:09:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:08.924623+0000 mgr.y (mgr.14556) 10996 : cluster [DBG] pgmap v9714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:09:08.119576+0000 mgr.y (mgr.14556) 10995 : audit [DBG] from='client.26118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:09:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:09:08.477586+0000 mon.a (mon.0) 2643 : audit [DBG] from='client.? 172.21.15.23:0/3992628304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:09:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:08.924623+0000 mgr.y (mgr.14556) 10996 : cluster [DBG] pgmap v9714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:10.925173+0000 mgr.y (mgr.14556) 10997 : cluster [DBG] pgmap v9715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:10.925173+0000 mgr.y (mgr.14556) 10997 : cluster [DBG] pgmap v9715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:10.925173+0000 mgr.y (mgr.14556) 10997 : cluster [DBG] pgmap v9715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:09:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:12.925558+0000 mgr.y (mgr.14556) 10998 : cluster [DBG] pgmap v9716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:12.925558+0000 mgr.y (mgr.14556) 10998 : cluster [DBG] pgmap v9716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:12.925558+0000 mgr.y (mgr.14556) 10998 : cluster [DBG] pgmap v9716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:09:13] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:09:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:14.926015+0000 mgr.y (mgr.14556) 10999 : cluster [DBG] pgmap v9717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:14.926015+0000 mgr.y (mgr.14556) 10999 : cluster [DBG] pgmap v9717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:14.926015+0000 mgr.y (mgr.14556) 10999 : cluster [DBG] pgmap v9717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:16.926705+0000 mgr.y (mgr.14556) 11000 : cluster [DBG] pgmap v9718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:16.926705+0000 mgr.y (mgr.14556) 11000 : cluster [DBG] pgmap v9718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:16.926705+0000 mgr.y (mgr.14556) 11000 : cluster [DBG] pgmap v9718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:18.927147+0000 mgr.y (mgr.14556) 11001 : cluster [DBG] pgmap v9719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:18.927147+0000 mgr.y (mgr.14556) 11001 : cluster [DBG] pgmap v9719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:18.927147+0000 mgr.y (mgr.14556) 11001 : cluster [DBG] pgmap v9719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:20.927808+0000 mgr.y (mgr.14556) 11002 : cluster [DBG] pgmap v9720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:20.927808+0000 mgr.y (mgr.14556) 11002 : cluster [DBG] pgmap v9720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:20.927808+0000 mgr.y (mgr.14556) 11002 : cluster [DBG] pgmap v9720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:09:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:22.928369+0000 mgr.y (mgr.14556) 11003 : cluster [DBG] pgmap v9721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:22.928369+0000 mgr.y (mgr.14556) 11003 : cluster [DBG] pgmap v9721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:22.928369+0000 mgr.y (mgr.14556) 11003 : cluster [DBG] pgmap v9721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:09:23] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:09:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:24.928820+0000 mgr.y (mgr.14556) 11004 : cluster [DBG] pgmap v9722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:24.928820+0000 mgr.y (mgr.14556) 11004 : cluster [DBG] pgmap v9722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:24.928820+0000 mgr.y (mgr.14556) 11004 : cluster [DBG] pgmap v9722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:26.929512+0000 mgr.y (mgr.14556) 11005 : cluster [DBG] pgmap v9723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:26.929512+0000 mgr.y (mgr.14556) 11005 : cluster [DBG] pgmap v9723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:26.929512+0000 mgr.y (mgr.14556) 11005 : cluster [DBG] pgmap v9723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:28.930001+0000 mgr.y (mgr.14556) 11006 : cluster [DBG] pgmap v9724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:28.930001+0000 mgr.y (mgr.14556) 11006 : cluster [DBG] pgmap v9724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:28.930001+0000 mgr.y (mgr.14556) 11006 : cluster [DBG] pgmap v9724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:30.930863+0000 mgr.y (mgr.14556) 11007 : cluster [DBG] pgmap v9725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:30.930863+0000 mgr.y (mgr.14556) 11007 : cluster [DBG] pgmap v9725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:30.930863+0000 mgr.y (mgr.14556) 11007 : cluster [DBG] pgmap v9725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:09:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:32.931212+0000 mgr.y (mgr.14556) 11008 : cluster [DBG] pgmap v9726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:32.931212+0000 mgr.y (mgr.14556) 11008 : cluster [DBG] pgmap v9726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:32.931212+0000 mgr.y (mgr.14556) 11008 : cluster [DBG] pgmap v9726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:09:33] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:09:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:34.931756+0000 mgr.y (mgr.14556) 11009 : cluster [DBG] pgmap v9727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:34.931756+0000 mgr.y (mgr.14556) 11009 : cluster [DBG] pgmap v9727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:34.931756+0000 mgr.y (mgr.14556) 11009 : cluster [DBG] pgmap v9727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:36.932543+0000 mgr.y (mgr.14556) 11010 : cluster [DBG] pgmap v9728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:36.932543+0000 mgr.y (mgr.14556) 11010 : cluster [DBG] pgmap v9728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:36.932543+0000 mgr.y (mgr.14556) 11010 : cluster [DBG] pgmap v9728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:38.798 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:09:39.089 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:09:39.089 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 7m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:09:39.089 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 6m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:09:39.089 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 7m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:09:39.089 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 6m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:09:39.089 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 6m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:09:39.089 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 7m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:09:39.089 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 7m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:09:39.089 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 6m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:09:39.089 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 7m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:09:39.089 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 7m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:09:39.089 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 6m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:09:39.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:09:39.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 7m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:09:39.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 7m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:09:39.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 7m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:09:39.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 6m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:09:39.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 6m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:09:39.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 6m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:09:39.090 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 6m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:09:39.090 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 6m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:09:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:09:38.788052+0000 mgr.y (mgr.14556) 11011 : audit [DBG] from='client.36044 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:09:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:38.932854+0000 mgr.y (mgr.14556) 11012 : cluster [DBG] pgmap v9729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:09:38.788052+0000 mgr.y (mgr.14556) 11011 : audit [DBG] from='client.36044 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:09:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:38.932854+0000 mgr.y (mgr.14556) 11012 : cluster [DBG] pgmap v9729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:09:38.788052+0000 mgr.y (mgr.14556) 11011 : audit [DBG] from='client.36044 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:09:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:38.932854+0000 mgr.y (mgr.14556) 11012 : cluster [DBG] pgmap v9729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:39.436 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:09:39.436 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:09:39.436 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:09:39.436 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:09:39.436 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:09:39.436 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:09:39.436 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:09:39.436 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:09:39.436 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:09:39.436 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:09:39.437 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:09:39.437 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:09:39.437 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:09:39.437 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:09:39.437 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:09:39.437 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:09:39.437 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:09:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:09:39.081734+0000 mgr.y (mgr.14556) 11013 : audit [DBG] from='client.26136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:09:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:09:39.437394+0000 mon.c (mon.2) 282 : audit [DBG] from='client.? 172.21.15.23:0/4276168878' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:09:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:09:39.081734+0000 mgr.y (mgr.14556) 11013 : audit [DBG] from='client.26136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:09:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:09:39.437394+0000 mon.c (mon.2) 282 : audit [DBG] from='client.? 172.21.15.23:0/4276168878' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:09:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:09:39.081734+0000 mgr.y (mgr.14556) 11013 : audit [DBG] from='client.26136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:09:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:09:39.437394+0000 mon.c (mon.2) 282 : audit [DBG] from='client.? 172.21.15.23:0/4276168878' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:09:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:40.933557+0000 mgr.y (mgr.14556) 11014 : cluster [DBG] pgmap v9730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:40.933557+0000 mgr.y (mgr.14556) 11014 : cluster [DBG] pgmap v9730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:40.933557+0000 mgr.y (mgr.14556) 11014 : cluster [DBG] pgmap v9730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:09:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:09:41.554350+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:09:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:09:41.860758+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:09:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:09:41.861399+0000 mon.a (mon.0) 2646 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:09:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:09:41.874571+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:09:42.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:09:41.554350+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:09:42.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:09:41.860758+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:09:42.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:09:41.861399+0000 mon.a (mon.0) 2646 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:09:42.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:09:41.874571+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:09:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:09:41.554350+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:09:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:09:41.860758+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:09:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:09:41.861399+0000 mon.a (mon.0) 2646 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:09:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:09:41.874571+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:09:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:42.933909+0000 mgr.y (mgr.14556) 11015 : cluster [DBG] pgmap v9731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:42.933909+0000 mgr.y (mgr.14556) 11015 : cluster [DBG] pgmap v9731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:42.933909+0000 mgr.y (mgr.14556) 11015 : cluster [DBG] pgmap v9731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:09:43] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:09:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:44.934419+0000 mgr.y (mgr.14556) 11016 : cluster [DBG] pgmap v9732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:44.934419+0000 mgr.y (mgr.14556) 11016 : cluster [DBG] pgmap v9732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:44.934419+0000 mgr.y (mgr.14556) 11016 : cluster [DBG] pgmap v9732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:46.935207+0000 mgr.y (mgr.14556) 11017 : cluster [DBG] pgmap v9733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:46.935207+0000 mgr.y (mgr.14556) 11017 : cluster [DBG] pgmap v9733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:46.935207+0000 mgr.y (mgr.14556) 11017 : cluster [DBG] pgmap v9733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:48.935685+0000 mgr.y (mgr.14556) 11018 : cluster [DBG] pgmap v9734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:48.935685+0000 mgr.y (mgr.14556) 11018 : cluster [DBG] pgmap v9734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:48.935685+0000 mgr.y (mgr.14556) 11018 : cluster [DBG] pgmap v9734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:50.936292+0000 mgr.y (mgr.14556) 11019 : cluster [DBG] pgmap v9735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:50.936292+0000 mgr.y (mgr.14556) 11019 : cluster [DBG] pgmap v9735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:50.936292+0000 mgr.y (mgr.14556) 11019 : cluster [DBG] pgmap v9735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:09:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:52.936744+0000 mgr.y (mgr.14556) 11020 : cluster [DBG] pgmap v9736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:52.936744+0000 mgr.y (mgr.14556) 11020 : cluster [DBG] pgmap v9736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:52.936744+0000 mgr.y (mgr.14556) 11020 : cluster [DBG] pgmap v9736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:09:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:09:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:54.937396+0000 mgr.y (mgr.14556) 11021 : cluster [DBG] pgmap v9737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:54.937396+0000 mgr.y (mgr.14556) 11021 : cluster [DBG] pgmap v9737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:54.937396+0000 mgr.y (mgr.14556) 11021 : cluster [DBG] pgmap v9737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:56.938185+0000 mgr.y (mgr.14556) 11022 : cluster [DBG] pgmap v9738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:56.938185+0000 mgr.y (mgr.14556) 11022 : cluster [DBG] pgmap v9738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:56.938185+0000 mgr.y (mgr.14556) 11022 : cluster [DBG] pgmap v9738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:09:58.938823+0000 mgr.y (mgr.14556) 11023 : cluster [DBG] pgmap v9739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:09:58.938823+0000 mgr.y (mgr.14556) 11023 : cluster [DBG] pgmap v9739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:09:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:09:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:09:58.938823+0000 mgr.y (mgr.14556) 11023 : cluster [DBG] pgmap v9739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T12:09:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:10:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:00.000171+0000 mon.a (mon.0) 2648 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:10:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:00.000171+0000 mon.a (mon.0) 2648 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:10:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:00.000171+0000 mon.a (mon.0) 2648 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:10:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:00.939441+0000 mgr.y (mgr.14556) 11024 : cluster [DBG] pgmap v9740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:00.939441+0000 mgr.y (mgr.14556) 11024 : cluster [DBG] pgmap v9740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:00.939441+0000 mgr.y (mgr.14556) 11024 : cluster [DBG] pgmap v9740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:10:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:02.939822+0000 mgr.y (mgr.14556) 11025 : cluster [DBG] pgmap v9741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:02.939822+0000 mgr.y (mgr.14556) 11025 : cluster [DBG] pgmap v9741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:02.939822+0000 mgr.y (mgr.14556) 11025 : cluster [DBG] pgmap v9741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:10:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:10:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:04.940239+0000 mgr.y (mgr.14556) 11026 : cluster [DBG] pgmap v9742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:04.940239+0000 mgr.y (mgr.14556) 11026 : cluster [DBG] pgmap v9742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:04.940239+0000 mgr.y (mgr.14556) 11026 : cluster [DBG] pgmap v9742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:06.940917+0000 mgr.y (mgr.14556) 11027 : cluster [DBG] pgmap v9743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:06.940917+0000 mgr.y (mgr.14556) 11027 : cluster [DBG] pgmap v9743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:06.940917+0000 mgr.y (mgr.14556) 11027 : cluster [DBG] pgmap v9743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:08.941352+0000 mgr.y (mgr.14556) 11028 : cluster [DBG] pgmap v9744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:08.941352+0000 mgr.y (mgr.14556) 11028 : cluster [DBG] pgmap v9744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:08.941352+0000 mgr.y (mgr.14556) 11028 : cluster [DBG] pgmap v9744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:10:10.052 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:10:10.052 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 7m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:10:10.052 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 7m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:10:10.052 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 7m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:10:10.052 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 7m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:10:10.052 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 7m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:10:10.052 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 7m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:10:10.052 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 7m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:10:10.052 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 7m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:10:10.053 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 7m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:10:10.053 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 7m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:10:10.053 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 7m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:10:10.053 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:10:10.053 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 7m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:10:10.053 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 7m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:10:10.053 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 7m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:10:10.053 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 7m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:10:10.053 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 7m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:10:10.053 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 7m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:10:10.053 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 7m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:10:10.053 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 7m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:10:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:10:09.752275+0000 mgr.y (mgr.14556) 11029 : audit [DBG] from='client.26148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:10:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:10:09.752275+0000 mgr.y (mgr.14556) 11029 : audit [DBG] from='client.26148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:10:10.399 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:10:10.399 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:10:10.399 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:10:10.399 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:10:10.399 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:10:10.399 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:10:10.399 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:10:10.399 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:10:10.399 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:10:10.400 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:10:10.400 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:10:10.400 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:10:10.400 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:10:10.400 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:10:10.400 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:10:10.400 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:10:10.400 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:10:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:10:09.752275+0000 mgr.y (mgr.14556) 11029 : audit [DBG] from='client.26148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:10:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:10:10.045017+0000 mgr.y (mgr.14556) 11030 : audit [DBG] from='client.26154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:10:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:10:10.400348+0000 mon.c (mon.2) 283 : audit [DBG] from='client.? 172.21.15.23:0/3500981261' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:10:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:10.942050+0000 mgr.y (mgr.14556) 11031 : cluster [DBG] pgmap v9745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:10:10.045017+0000 mgr.y (mgr.14556) 11030 : audit [DBG] from='client.26154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:10:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:10:10.400348+0000 mon.c (mon.2) 283 : audit [DBG] from='client.? 172.21.15.23:0/3500981261' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:10:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:10.942050+0000 mgr.y (mgr.14556) 11031 : cluster [DBG] pgmap v9745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:10:10.045017+0000 mgr.y (mgr.14556) 11030 : audit [DBG] from='client.26154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:10:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:10:10.400348+0000 mon.c (mon.2) 283 : audit [DBG] from='client.? 172.21.15.23:0/3500981261' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:10:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:10.942050+0000 mgr.y (mgr.14556) 11031 : cluster [DBG] pgmap v9745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:10:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:12.942526+0000 mgr.y (mgr.14556) 11032 : cluster [DBG] pgmap v9746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:12.942526+0000 mgr.y (mgr.14556) 11032 : cluster [DBG] pgmap v9746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:12.942526+0000 mgr.y (mgr.14556) 11032 : cluster [DBG] pgmap v9746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:10:13] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:10:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:14.942863+0000 mgr.y (mgr.14556) 11033 : cluster [DBG] pgmap v9747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:14.942863+0000 mgr.y (mgr.14556) 11033 : cluster [DBG] pgmap v9747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:14.942863+0000 mgr.y (mgr.14556) 11033 : cluster [DBG] pgmap v9747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:16.943560+0000 mgr.y (mgr.14556) 11034 : cluster [DBG] pgmap v9748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:16.943560+0000 mgr.y (mgr.14556) 11034 : cluster [DBG] pgmap v9748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:16.943560+0000 mgr.y (mgr.14556) 11034 : cluster [DBG] pgmap v9748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:18.943923+0000 mgr.y (mgr.14556) 11035 : cluster [DBG] pgmap v9749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:18.943923+0000 mgr.y (mgr.14556) 11035 : cluster [DBG] pgmap v9749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:18.943923+0000 mgr.y (mgr.14556) 11035 : cluster [DBG] pgmap v9749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:20.944670+0000 mgr.y (mgr.14556) 11036 : cluster [DBG] pgmap v9750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:20.944670+0000 mgr.y (mgr.14556) 11036 : cluster [DBG] pgmap v9750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:20.944670+0000 mgr.y (mgr.14556) 11036 : cluster [DBG] pgmap v9750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:10:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:22.945041+0000 mgr.y (mgr.14556) 11037 : cluster [DBG] pgmap v9751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:22.945041+0000 mgr.y (mgr.14556) 11037 : cluster [DBG] pgmap v9751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:22.945041+0000 mgr.y (mgr.14556) 11037 : cluster [DBG] pgmap v9751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:10:23] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:10:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:24.945623+0000 mgr.y (mgr.14556) 11038 : cluster [DBG] pgmap v9752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:24.945623+0000 mgr.y (mgr.14556) 11038 : cluster [DBG] pgmap v9752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:24.945623+0000 mgr.y (mgr.14556) 11038 : cluster [DBG] pgmap v9752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:26.946470+0000 mgr.y (mgr.14556) 11039 : cluster [DBG] pgmap v9753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:26.946470+0000 mgr.y (mgr.14556) 11039 : cluster [DBG] pgmap v9753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:26.946470+0000 mgr.y (mgr.14556) 11039 : cluster [DBG] pgmap v9753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:28.946798+0000 mgr.y (mgr.14556) 11040 : cluster [DBG] pgmap v9754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:28.946798+0000 mgr.y (mgr.14556) 11040 : cluster [DBG] pgmap v9754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:28.946798+0000 mgr.y (mgr.14556) 11040 : cluster [DBG] pgmap v9754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:30.947445+0000 mgr.y (mgr.14556) 11041 : cluster [DBG] pgmap v9755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:30.947445+0000 mgr.y (mgr.14556) 11041 : cluster [DBG] pgmap v9755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:30.947445+0000 mgr.y (mgr.14556) 11041 : cluster [DBG] pgmap v9755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:10:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:32.947771+0000 mgr.y (mgr.14556) 11042 : cluster [DBG] pgmap v9756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:32.947771+0000 mgr.y (mgr.14556) 11042 : cluster [DBG] pgmap v9756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:32.947771+0000 mgr.y (mgr.14556) 11042 : cluster [DBG] pgmap v9756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:10:33] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:10:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:34.948359+0000 mgr.y (mgr.14556) 11043 : cluster [DBG] pgmap v9757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:34.948359+0000 mgr.y (mgr.14556) 11043 : cluster [DBG] pgmap v9757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:34.948359+0000 mgr.y (mgr.14556) 11043 : cluster [DBG] pgmap v9757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:36.949201+0000 mgr.y (mgr.14556) 11044 : cluster [DBG] pgmap v9758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:36.949201+0000 mgr.y (mgr.14556) 11044 : cluster [DBG] pgmap v9758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:36.949201+0000 mgr.y (mgr.14556) 11044 : cluster [DBG] pgmap v9758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:38.949620+0000 mgr.y (mgr.14556) 11045 : cluster [DBG] pgmap v9759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:38.949620+0000 mgr.y (mgr.14556) 11045 : cluster [DBG] pgmap v9759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:38.949620+0000 mgr.y (mgr.14556) 11045 : cluster [DBG] pgmap v9759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:40.727 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:10:41.016 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:10:41.016 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 8m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:10:41.016 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 8m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:10:41.016 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 8m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:10:41.016 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 8m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:10:41.016 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 8m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 8m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 8m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 8m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 8m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 8m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 8m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 8m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 8m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 8m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 8m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 8m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 8m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 8m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:10:41.017 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 8m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:10:41.371 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:10:41.371 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:10:41.371 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:10:41.371 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:10:41.371 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:10:41.372 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:10:41.372 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:10:41.372 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:10:41.372 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:10:41.372 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:10:41.372 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:10:41.372 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:10:41.372 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:10:41.372 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:10:41.372 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:10:41.372 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:10:41.372 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:10:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:10:40.715943+0000 mgr.y (mgr.14556) 11046 : audit [DBG] from='client.36080 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:10:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:40.950157+0000 mgr.y (mgr.14556) 11047 : cluster [DBG] pgmap v9760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:10:40.715943+0000 mgr.y (mgr.14556) 11046 : audit [DBG] from='client.36080 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:10:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:40.950157+0000 mgr.y (mgr.14556) 11047 : cluster [DBG] pgmap v9760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:10:40.715943+0000 mgr.y (mgr.14556) 11046 : audit [DBG] from='client.36080 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:10:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:40.950157+0000 mgr.y (mgr.14556) 11047 : cluster [DBG] pgmap v9760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:10:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:10:41.008908+0000 mgr.y (mgr.14556) 11048 : audit [DBG] from='client.26172 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:10:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:10:41.372564+0000 mon.a (mon.0) 2649 : audit [DBG] from='client.? 172.21.15.23:0/1282653623' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:10:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:10:41.878838+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:10:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:10:41.008908+0000 mgr.y (mgr.14556) 11048 : audit [DBG] from='client.26172 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:10:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:10:41.372564+0000 mon.a (mon.0) 2649 : audit [DBG] from='client.? 172.21.15.23:0/1282653623' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:10:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:10:41.878838+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:10:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:10:41.008908+0000 mgr.y (mgr.14556) 11048 : audit [DBG] from='client.26172 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:10:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:10:41.372564+0000 mon.a (mon.0) 2649 : audit [DBG] from='client.? 172.21.15.23:0/1282653623' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:10:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:10:41.878838+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:10:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:10:42.186539+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:10:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:10:42.187258+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:10:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:10:42.195099+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:10:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:42.950626+0000 mgr.y (mgr.14556) 11049 : cluster [DBG] pgmap v9761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:10:42.186539+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:10:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:10:42.187258+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:10:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:10:42.195099+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:10:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:42.950626+0000 mgr.y (mgr.14556) 11049 : cluster [DBG] pgmap v9761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:10:42.186539+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:10:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:10:42.187258+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:10:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:10:42.195099+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:10:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:42.950626+0000 mgr.y (mgr.14556) 11049 : cluster [DBG] pgmap v9761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:10:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:10:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:44.950980+0000 mgr.y (mgr.14556) 11050 : cluster [DBG] pgmap v9762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:44.950980+0000 mgr.y (mgr.14556) 11050 : cluster [DBG] pgmap v9762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:44.950980+0000 mgr.y (mgr.14556) 11050 : cluster [DBG] pgmap v9762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:46.951713+0000 mgr.y (mgr.14556) 11051 : cluster [DBG] pgmap v9763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:46.951713+0000 mgr.y (mgr.14556) 11051 : cluster [DBG] pgmap v9763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:46.951713+0000 mgr.y (mgr.14556) 11051 : cluster [DBG] pgmap v9763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:48.952109+0000 mgr.y (mgr.14556) 11052 : cluster [DBG] pgmap v9764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:48.952109+0000 mgr.y (mgr.14556) 11052 : cluster [DBG] pgmap v9764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:48.952109+0000 mgr.y (mgr.14556) 11052 : cluster [DBG] pgmap v9764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:50.952929+0000 mgr.y (mgr.14556) 11053 : cluster [DBG] pgmap v9765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:50.952929+0000 mgr.y (mgr.14556) 11053 : cluster [DBG] pgmap v9765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:50.952929+0000 mgr.y (mgr.14556) 11053 : cluster [DBG] pgmap v9765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:10:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:52.953387+0000 mgr.y (mgr.14556) 11054 : cluster [DBG] pgmap v9766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:52.953387+0000 mgr.y (mgr.14556) 11054 : cluster [DBG] pgmap v9766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:52.953387+0000 mgr.y (mgr.14556) 11054 : cluster [DBG] pgmap v9766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:10:53] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:10:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:54.953942+0000 mgr.y (mgr.14556) 11055 : cluster [DBG] pgmap v9767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:54.953942+0000 mgr.y (mgr.14556) 11055 : cluster [DBG] pgmap v9767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:54.953942+0000 mgr.y (mgr.14556) 11055 : cluster [DBG] pgmap v9767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:56.954780+0000 mgr.y (mgr.14556) 11056 : cluster [DBG] pgmap v9768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:56.954780+0000 mgr.y (mgr.14556) 11056 : cluster [DBG] pgmap v9768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:56.954780+0000 mgr.y (mgr.14556) 11056 : cluster [DBG] pgmap v9768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:10:58.955365+0000 mgr.y (mgr.14556) 11057 : cluster [DBG] pgmap v9769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:10:58.955365+0000 mgr.y (mgr.14556) 11057 : cluster [DBG] pgmap v9769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:10:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:10:58.955365+0000 mgr.y (mgr.14556) 11057 : cluster [DBG] pgmap v9769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:00.956077+0000 mgr.y (mgr.14556) 11058 : cluster [DBG] pgmap v9770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:00.956077+0000 mgr.y (mgr.14556) 11058 : cluster [DBG] pgmap v9770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:00.956077+0000 mgr.y (mgr.14556) 11058 : cluster [DBG] pgmap v9770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:11:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:02.956542+0000 mgr.y (mgr.14556) 11059 : cluster [DBG] pgmap v9771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:02.956542+0000 mgr.y (mgr.14556) 11059 : cluster [DBG] pgmap v9771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:02.956542+0000 mgr.y (mgr.14556) 11059 : cluster [DBG] pgmap v9771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:11:03] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:11:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:04.957076+0000 mgr.y (mgr.14556) 11060 : cluster [DBG] pgmap v9772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:04.957076+0000 mgr.y (mgr.14556) 11060 : cluster [DBG] pgmap v9772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:04.957076+0000 mgr.y (mgr.14556) 11060 : cluster [DBG] pgmap v9772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:06.957937+0000 mgr.y (mgr.14556) 11061 : cluster [DBG] pgmap v9773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:06.957937+0000 mgr.y (mgr.14556) 11061 : cluster [DBG] pgmap v9773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:06.957937+0000 mgr.y (mgr.14556) 11061 : cluster [DBG] pgmap v9773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:08.958370+0000 mgr.y (mgr.14556) 11062 : cluster [DBG] pgmap v9774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:08.958370+0000 mgr.y (mgr.14556) 11062 : cluster [DBG] pgmap v9774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:08.958370+0000 mgr.y (mgr.14556) 11062 : cluster [DBG] pgmap v9774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:10.959135+0000 mgr.y (mgr.14556) 11063 : cluster [DBG] pgmap v9775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:10.959135+0000 mgr.y (mgr.14556) 11063 : cluster [DBG] pgmap v9775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:10.959135+0000 mgr.y (mgr.14556) 11063 : cluster [DBG] pgmap v9775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:11.696 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:11:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:11:11.986 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:11:11.986 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 8m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:11:11.986 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 8m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:11:11.986 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 8m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:11:11.986 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 8m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:11:11.986 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 8m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:11:11.986 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 8m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:11:11.986 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 8m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:11:11.986 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 8m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:11:11.986 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 8m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:11:11.986 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 8m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:11:11.987 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 8m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:11:11.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:11:11.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 8m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:11:11.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 8m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:11:11.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 8m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:11:11.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 8m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:11:11.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 8m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:11:11.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 8m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:11:11.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 8m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:11:11.987 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 8m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:11:12.338 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:11:12.338 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:11:12.338 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:11:12.338 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:11:12.339 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:11:12.339 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:11:12.339 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:11:12.339 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:11:12.340 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:11:12.340 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:11:12.340 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:11:12.340 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:11:12.341 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:11:12.341 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:11:12.341 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:11:12.342 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:11:12.343 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:11:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:11:11.684880+0000 mgr.y (mgr.14556) 11064 : audit [DBG] from='client.26184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:11:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:11:11.684880+0000 mgr.y (mgr.14556) 11064 : audit [DBG] from='client.26184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:11:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:11:11.684880+0000 mgr.y (mgr.14556) 11064 : audit [DBG] from='client.26184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:11:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:11:11.979374+0000 mgr.y (mgr.14556) 11065 : audit [DBG] from='client.36104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:11:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:11:12.338274+0000 mon.a (mon.0) 2654 : audit [DBG] from='client.? 172.21.15.23:0/3098877737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:11:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:12.959675+0000 mgr.y (mgr.14556) 11066 : cluster [DBG] pgmap v9776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:11:11.979374+0000 mgr.y (mgr.14556) 11065 : audit [DBG] from='client.36104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:11:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:11:12.338274+0000 mon.a (mon.0) 2654 : audit [DBG] from='client.? 172.21.15.23:0/3098877737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:11:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:12.959675+0000 mgr.y (mgr.14556) 11066 : cluster [DBG] pgmap v9776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:11:11.979374+0000 mgr.y (mgr.14556) 11065 : audit [DBG] from='client.36104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:11:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:11:12.338274+0000 mon.a (mon.0) 2654 : audit [DBG] from='client.? 172.21.15.23:0/3098877737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:11:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:12.959675+0000 mgr.y (mgr.14556) 11066 : cluster [DBG] pgmap v9776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:11:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:11:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:14.960222+0000 mgr.y (mgr.14556) 11067 : cluster [DBG] pgmap v9777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:14.960222+0000 mgr.y (mgr.14556) 11067 : cluster [DBG] pgmap v9777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:14.960222+0000 mgr.y (mgr.14556) 11067 : cluster [DBG] pgmap v9777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:16.960960+0000 mgr.y (mgr.14556) 11068 : cluster [DBG] pgmap v9778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:16.960960+0000 mgr.y (mgr.14556) 11068 : cluster [DBG] pgmap v9778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:16.960960+0000 mgr.y (mgr.14556) 11068 : cluster [DBG] pgmap v9778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:18.961397+0000 mgr.y (mgr.14556) 11069 : cluster [DBG] pgmap v9779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:18.961397+0000 mgr.y (mgr.14556) 11069 : cluster [DBG] pgmap v9779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:18.961397+0000 mgr.y (mgr.14556) 11069 : cluster [DBG] pgmap v9779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:20.961940+0000 mgr.y (mgr.14556) 11070 : cluster [DBG] pgmap v9780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:20.961940+0000 mgr.y (mgr.14556) 11070 : cluster [DBG] pgmap v9780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:20.961940+0000 mgr.y (mgr.14556) 11070 : cluster [DBG] pgmap v9780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:11:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:22.962350+0000 mgr.y (mgr.14556) 11071 : cluster [DBG] pgmap v9781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:22.962350+0000 mgr.y (mgr.14556) 11071 : cluster [DBG] pgmap v9781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:22.962350+0000 mgr.y (mgr.14556) 11071 : cluster [DBG] pgmap v9781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:11:23] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:11:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:24.962748+0000 mgr.y (mgr.14556) 11072 : cluster [DBG] pgmap v9782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:24.962748+0000 mgr.y (mgr.14556) 11072 : cluster [DBG] pgmap v9782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:24.962748+0000 mgr.y (mgr.14556) 11072 : cluster [DBG] pgmap v9782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:26.963389+0000 mgr.y (mgr.14556) 11073 : cluster [DBG] pgmap v9783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:26.963389+0000 mgr.y (mgr.14556) 11073 : cluster [DBG] pgmap v9783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:26.963389+0000 mgr.y (mgr.14556) 11073 : cluster [DBG] pgmap v9783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:28.963907+0000 mgr.y (mgr.14556) 11074 : cluster [DBG] pgmap v9784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:28.963907+0000 mgr.y (mgr.14556) 11074 : cluster [DBG] pgmap v9784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:28.963907+0000 mgr.y (mgr.14556) 11074 : cluster [DBG] pgmap v9784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:30.964507+0000 mgr.y (mgr.14556) 11075 : cluster [DBG] pgmap v9785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:30.964507+0000 mgr.y (mgr.14556) 11075 : cluster [DBG] pgmap v9785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:30.964507+0000 mgr.y (mgr.14556) 11075 : cluster [DBG] pgmap v9785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:11:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:32.964960+0000 mgr.y (mgr.14556) 11076 : cluster [DBG] pgmap v9786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:32.964960+0000 mgr.y (mgr.14556) 11076 : cluster [DBG] pgmap v9786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:32.964960+0000 mgr.y (mgr.14556) 11076 : cluster [DBG] pgmap v9786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:11:33] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:11:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:34.965521+0000 mgr.y (mgr.14556) 11077 : cluster [DBG] pgmap v9787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:34.965521+0000 mgr.y (mgr.14556) 11077 : cluster [DBG] pgmap v9787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:34.965521+0000 mgr.y (mgr.14556) 11077 : cluster [DBG] pgmap v9787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:36.966213+0000 mgr.y (mgr.14556) 11078 : cluster [DBG] pgmap v9788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:36.966213+0000 mgr.y (mgr.14556) 11078 : cluster [DBG] pgmap v9788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:36.966213+0000 mgr.y (mgr.14556) 11078 : cluster [DBG] pgmap v9788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:38.966628+0000 mgr.y (mgr.14556) 11079 : cluster [DBG] pgmap v9789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:38.966628+0000 mgr.y (mgr.14556) 11079 : cluster [DBG] pgmap v9789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:38.966628+0000 mgr.y (mgr.14556) 11079 : cluster [DBG] pgmap v9789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:40.967406+0000 mgr.y (mgr.14556) 11080 : cluster [DBG] pgmap v9790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:40.967406+0000 mgr.y (mgr.14556) 11080 : cluster [DBG] pgmap v9790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:40.967406+0000 mgr.y (mgr.14556) 11080 : cluster [DBG] pgmap v9790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:11:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:11:42.199430+0000 mon.a (mon.0) 2655 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:11:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:11:42.199430+0000 mon.a (mon.0) 2655 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:11:42.655 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:11:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:11:42.199430+0000 mon.a (mon.0) 2655 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:11:42.941 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 9m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 9m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 9m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 9m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 9m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 9m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 9m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 9m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 9m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 9m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 9m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 9m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 9m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 9m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:11:42.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 9m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:11:42.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 9m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:11:42.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 9m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:11:42.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 9m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:11:42.943 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 9m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:11:43.291 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:11:43.291 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:11:43.291 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:11:43.292 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:11:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:11:42.514761+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:11:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:11:42.515453+0000 mon.a (mon.0) 2657 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:11:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:11:42.522930+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:11:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:11:42.645108+0000 mgr.y (mgr.14556) 11081 : audit [DBG] from='client.36116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:11:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:11:42.934614+0000 mgr.y (mgr.14556) 11082 : audit [DBG] from='client.26208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:11:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:42.967798+0000 mgr.y (mgr.14556) 11083 : cluster [DBG] pgmap v9791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:11:42.514761+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:11:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:11:42.515453+0000 mon.a (mon.0) 2657 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:11:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:11:42.522930+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:11:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:11:42.645108+0000 mgr.y (mgr.14556) 11081 : audit [DBG] from='client.36116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:11:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:11:42.934614+0000 mgr.y (mgr.14556) 11082 : audit [DBG] from='client.26208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:11:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:42.967798+0000 mgr.y (mgr.14556) 11083 : cluster [DBG] pgmap v9791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:11:42.514761+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:11:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:11:42.515453+0000 mon.a (mon.0) 2657 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:11:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:11:42.522930+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:11:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:11:42.645108+0000 mgr.y (mgr.14556) 11081 : audit [DBG] from='client.36116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:11:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:11:42.934614+0000 mgr.y (mgr.14556) 11082 : audit [DBG] from='client.26208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:11:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:42.967798+0000 mgr.y (mgr.14556) 11083 : cluster [DBG] pgmap v9791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:11:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:11:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:11:43.292709+0000 mon.a (mon.0) 2659 : audit [DBG] from='client.? 172.21.15.23:0/2546392936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:11:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:11:43.292709+0000 mon.a (mon.0) 2659 : audit [DBG] from='client.? 172.21.15.23:0/2546392936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:11:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:11:43.292709+0000 mon.a (mon.0) 2659 : audit [DBG] from='client.? 172.21.15.23:0/2546392936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:11:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:44.968340+0000 mgr.y (mgr.14556) 11084 : cluster [DBG] pgmap v9792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:44.968340+0000 mgr.y (mgr.14556) 11084 : cluster [DBG] pgmap v9792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:44.968340+0000 mgr.y (mgr.14556) 11084 : cluster [DBG] pgmap v9792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:46.969120+0000 mgr.y (mgr.14556) 11085 : cluster [DBG] pgmap v9793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:46.969120+0000 mgr.y (mgr.14556) 11085 : cluster [DBG] pgmap v9793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:46.969120+0000 mgr.y (mgr.14556) 11085 : cluster [DBG] pgmap v9793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:48.969568+0000 mgr.y (mgr.14556) 11086 : cluster [DBG] pgmap v9794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:48.969568+0000 mgr.y (mgr.14556) 11086 : cluster [DBG] pgmap v9794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:48.969568+0000 mgr.y (mgr.14556) 11086 : cluster [DBG] pgmap v9794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:50.970276+0000 mgr.y (mgr.14556) 11087 : cluster [DBG] pgmap v9795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:50.970276+0000 mgr.y (mgr.14556) 11087 : cluster [DBG] pgmap v9795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:50.970276+0000 mgr.y (mgr.14556) 11087 : cluster [DBG] pgmap v9795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:11:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:52.970754+0000 mgr.y (mgr.14556) 11088 : cluster [DBG] pgmap v9796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:53.408 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:52.970754+0000 mgr.y (mgr.14556) 11088 : cluster [DBG] pgmap v9796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:53.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:52.970754+0000 mgr.y (mgr.14556) 11088 : cluster [DBG] pgmap v9796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:11:53] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T12:11:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:54.971205+0000 mgr.y (mgr.14556) 11089 : cluster [DBG] pgmap v9797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:54.971205+0000 mgr.y (mgr.14556) 11089 : cluster [DBG] pgmap v9797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:54.971205+0000 mgr.y (mgr.14556) 11089 : cluster [DBG] pgmap v9797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:56.972078+0000 mgr.y (mgr.14556) 11090 : cluster [DBG] pgmap v9798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:56.972078+0000 mgr.y (mgr.14556) 11090 : cluster [DBG] pgmap v9798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:56.972078+0000 mgr.y (mgr.14556) 11090 : cluster [DBG] pgmap v9798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:11:58.972590+0000 mgr.y (mgr.14556) 11091 : cluster [DBG] pgmap v9799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:11:58.972590+0000 mgr.y (mgr.14556) 11091 : cluster [DBG] pgmap v9799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:11:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:11:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:11:58.972590+0000 mgr.y (mgr.14556) 11091 : cluster [DBG] pgmap v9799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:00.973218+0000 mgr.y (mgr.14556) 11092 : cluster [DBG] pgmap v9800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:00.973218+0000 mgr.y (mgr.14556) 11092 : cluster [DBG] pgmap v9800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:00.973218+0000 mgr.y (mgr.14556) 11092 : cluster [DBG] pgmap v9800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:12:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:02.973645+0000 mgr.y (mgr.14556) 11093 : cluster [DBG] pgmap v9801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:02.973645+0000 mgr.y (mgr.14556) 11093 : cluster [DBG] pgmap v9801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:02.973645+0000 mgr.y (mgr.14556) 11093 : cluster [DBG] pgmap v9801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:12:03] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T12:12:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:04.974167+0000 mgr.y (mgr.14556) 11094 : cluster [DBG] pgmap v9802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:04.974167+0000 mgr.y (mgr.14556) 11094 : cluster [DBG] pgmap v9802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:04.974167+0000 mgr.y (mgr.14556) 11094 : cluster [DBG] pgmap v9802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:06.974853+0000 mgr.y (mgr.14556) 11095 : cluster [DBG] pgmap v9803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:06.974853+0000 mgr.y (mgr.14556) 11095 : cluster [DBG] pgmap v9803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:06.974853+0000 mgr.y (mgr.14556) 11095 : cluster [DBG] pgmap v9803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:08.975261+0000 mgr.y (mgr.14556) 11096 : cluster [DBG] pgmap v9804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:08.975261+0000 mgr.y (mgr.14556) 11096 : cluster [DBG] pgmap v9804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:08.975261+0000 mgr.y (mgr.14556) 11096 : cluster [DBG] pgmap v9804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:10.976080+0000 mgr.y (mgr.14556) 11097 : cluster [DBG] pgmap v9805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:10.976080+0000 mgr.y (mgr.14556) 11097 : cluster [DBG] pgmap v9805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:10.976080+0000 mgr.y (mgr.14556) 11097 : cluster [DBG] pgmap v9805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:12:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:12.976694+0000 mgr.y (mgr.14556) 11098 : cluster [DBG] pgmap v9806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:12.976694+0000 mgr.y (mgr.14556) 11098 : cluster [DBG] pgmap v9806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:12.976694+0000 mgr.y (mgr.14556) 11098 : cluster [DBG] pgmap v9806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:13.615 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:12:13.904 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:12:13.904 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 9m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:12:13.904 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 9m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:12:13.904 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 9m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 9m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 9m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 9m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 9m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 9m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 9m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 9m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 9m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 9m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 9m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 9m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 9m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 9m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 9m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 9m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:12:13.905 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 9m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:12:14.048 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:12:13] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:12:14.252 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:12:14.253 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:12:14.253 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:12:14.253 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:12:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:12:13.604768+0000 mgr.y (mgr.14556) 11099 : audit [DBG] from='client.36134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:12:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:12:13.897302+0000 mgr.y (mgr.14556) 11100 : audit [DBG] from='client.26226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:12:14.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:12:13.604768+0000 mgr.y (mgr.14556) 11099 : audit [DBG] from='client.36134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:12:14.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:12:13.897302+0000 mgr.y (mgr.14556) 11100 : audit [DBG] from='client.26226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:12:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:12:13.604768+0000 mgr.y (mgr.14556) 11099 : audit [DBG] from='client.36134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:12:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:12:13.897302+0000 mgr.y (mgr.14556) 11100 : audit [DBG] from='client.26226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:12:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:12:14.253027+0000 mon.a (mon.0) 2660 : audit [DBG] from='client.? 172.21.15.23:0/1904988749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:12:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:14.977275+0000 mgr.y (mgr.14556) 11101 : cluster [DBG] pgmap v9807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:12:14.253027+0000 mon.a (mon.0) 2660 : audit [DBG] from='client.? 172.21.15.23:0/1904988749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:12:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:14.977275+0000 mgr.y (mgr.14556) 11101 : cluster [DBG] pgmap v9807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:12:14.253027+0000 mon.a (mon.0) 2660 : audit [DBG] from='client.? 172.21.15.23:0/1904988749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:12:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:14.977275+0000 mgr.y (mgr.14556) 11101 : cluster [DBG] pgmap v9807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:16.978133+0000 mgr.y (mgr.14556) 11102 : cluster [DBG] pgmap v9808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:16.978133+0000 mgr.y (mgr.14556) 11102 : cluster [DBG] pgmap v9808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:16.978133+0000 mgr.y (mgr.14556) 11102 : cluster [DBG] pgmap v9808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:18.978513+0000 mgr.y (mgr.14556) 11103 : cluster [DBG] pgmap v9809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:18.978513+0000 mgr.y (mgr.14556) 11103 : cluster [DBG] pgmap v9809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:18.978513+0000 mgr.y (mgr.14556) 11103 : cluster [DBG] pgmap v9809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:12:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:20.979157+0000 mgr.y (mgr.14556) 11104 : cluster [DBG] pgmap v9810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:20.979157+0000 mgr.y (mgr.14556) 11104 : cluster [DBG] pgmap v9810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:20.979157+0000 mgr.y (mgr.14556) 11104 : cluster [DBG] pgmap v9810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:24.063 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:12:23] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:12:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:22.979559+0000 mgr.y (mgr.14556) 11105 : cluster [DBG] pgmap v9811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:22.979559+0000 mgr.y (mgr.14556) 11105 : cluster [DBG] pgmap v9811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:22.979559+0000 mgr.y (mgr.14556) 11105 : cluster [DBG] pgmap v9811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:24.979978+0000 mgr.y (mgr.14556) 11106 : cluster [DBG] pgmap v9812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:24.979978+0000 mgr.y (mgr.14556) 11106 : cluster [DBG] pgmap v9812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:24.979978+0000 mgr.y (mgr.14556) 11106 : cluster [DBG] pgmap v9812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:26.980724+0000 mgr.y (mgr.14556) 11107 : cluster [DBG] pgmap v9813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:26.980724+0000 mgr.y (mgr.14556) 11107 : cluster [DBG] pgmap v9813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:26.980724+0000 mgr.y (mgr.14556) 11107 : cluster [DBG] pgmap v9813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:28.981316+0000 mgr.y (mgr.14556) 11108 : cluster [DBG] pgmap v9814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:28.981316+0000 mgr.y (mgr.14556) 11108 : cluster [DBG] pgmap v9814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:28.981316+0000 mgr.y (mgr.14556) 11108 : cluster [DBG] pgmap v9814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:12:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:30.982015+0000 mgr.y (mgr.14556) 11109 : cluster [DBG] pgmap v9815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:30.982015+0000 mgr.y (mgr.14556) 11109 : cluster [DBG] pgmap v9815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:30.982015+0000 mgr.y (mgr.14556) 11109 : cluster [DBG] pgmap v9815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:34.107 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:12:33] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:12:34.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:32.982463+0000 mgr.y (mgr.14556) 11110 : cluster [DBG] pgmap v9816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:34.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:32.982463+0000 mgr.y (mgr.14556) 11110 : cluster [DBG] pgmap v9816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:32.982463+0000 mgr.y (mgr.14556) 11110 : cluster [DBG] pgmap v9816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:34.982955+0000 mgr.y (mgr.14556) 11111 : cluster [DBG] pgmap v9817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:34.982955+0000 mgr.y (mgr.14556) 11111 : cluster [DBG] pgmap v9817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:34.982955+0000 mgr.y (mgr.14556) 11111 : cluster [DBG] pgmap v9817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:36.983653+0000 mgr.y (mgr.14556) 11112 : cluster [DBG] pgmap v9818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:36.983653+0000 mgr.y (mgr.14556) 11112 : cluster [DBG] pgmap v9818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:36.983653+0000 mgr.y (mgr.14556) 11112 : cluster [DBG] pgmap v9818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:38.984050+0000 mgr.y (mgr.14556) 11113 : cluster [DBG] pgmap v9819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:38.984050+0000 mgr.y (mgr.14556) 11113 : cluster [DBG] pgmap v9819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:38.984050+0000 mgr.y (mgr.14556) 11113 : cluster [DBG] pgmap v9819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:12:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:40.984751+0000 mgr.y (mgr.14556) 11114 : cluster [DBG] pgmap v9820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:40.984751+0000 mgr.y (mgr.14556) 11114 : cluster [DBG] pgmap v9820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:40.984751+0000 mgr.y (mgr.14556) 11114 : cluster [DBG] pgmap v9820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:12:42.527541+0000 mon.a (mon.0) 2661 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:12:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:12:42.527541+0000 mon.a (mon.0) 2661 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:12:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:12:42.527541+0000 mon.a (mon.0) 2661 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:12:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:12:43] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-03-22T12:12:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:42.985276+0000 mgr.y (mgr.14556) 11115 : cluster [DBG] pgmap v9821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:44.590 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:12:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:42.985276+0000 mgr.y (mgr.14556) 11115 : cluster [DBG] pgmap v9821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:42.985276+0000 mgr.y (mgr.14556) 11115 : cluster [DBG] pgmap v9821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:44.885 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 10m ago 5h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 10m ago 5h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 10m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 10m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 10m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 10m ago 5h 473M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 10m ago 5h 900M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 10m ago 5h 479M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 10m ago 5h 482M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 10m ago 5h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 10m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 10m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 10m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:12:44.886 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 10m ago 5h 43.5M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:12:44.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 10m ago 5h 42.1M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:12:44.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 10m ago 5h 42.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:12:44.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 10m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:12:44.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 10m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:12:44.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 10m ago 5h 42.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:12:44.887 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 10m ago 5h 99.2M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:12:45.239 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:12:45.239 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:12:45.239 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:12:45.239 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:12:45.239 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:12:45.239 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:12:45.239 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:12:45.239 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:12:45.239 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:12:45.239 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:12:45.239 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:12:45.239 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:12:45.240 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:12:45.240 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:12:45.240 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:12:45.240 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:12:45.240 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:12:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:12:44.579536+0000 mgr.y (mgr.14556) 11116 : audit [DBG] from='client.26238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:12:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:12:44.878748+0000 mgr.y (mgr.14556) 11117 : audit [DBG] from='client.26244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:12:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:12:45.094612+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:12:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:12:44.579536+0000 mgr.y (mgr.14556) 11116 : audit [DBG] from='client.26238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:12:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:12:44.878748+0000 mgr.y (mgr.14556) 11117 : audit [DBG] from='client.26244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:12:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:12:45.094612+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:12:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:12:44.579536+0000 mgr.y (mgr.14556) 11116 : audit [DBG] from='client.26238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:12:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:12:44.878748+0000 mgr.y (mgr.14556) 11117 : audit [DBG] from='client.26244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:12:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:12:45.094612+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:12:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:44.985524+0000 mgr.y (mgr.14556) 11118 : cluster [DBG] pgmap v9822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:12:45.240235+0000 mon.a (mon.0) 2663 : audit [DBG] from='client.? 172.21.15.23:0/435101483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:12:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:12:45.867200+0000 mon.a (mon.0) 2664 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:12:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:12:46.159954+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:12:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:12:46.160875+0000 mon.a (mon.0) 2666 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:12:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:12:46.171025+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:12:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:44.985524+0000 mgr.y (mgr.14556) 11118 : cluster [DBG] pgmap v9822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:12:45.240235+0000 mon.a (mon.0) 2663 : audit [DBG] from='client.? 172.21.15.23:0/435101483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:12:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:12:45.867200+0000 mon.a (mon.0) 2664 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:12:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:12:46.159954+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:12:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:12:46.160875+0000 mon.a (mon.0) 2666 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:12:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:12:46.171025+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:12:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:44.985524+0000 mgr.y (mgr.14556) 11118 : cluster [DBG] pgmap v9822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:12:45.240235+0000 mon.a (mon.0) 2663 : audit [DBG] from='client.? 172.21.15.23:0/435101483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:12:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:12:45.867200+0000 mon.a (mon.0) 2664 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:12:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:12:46.159954+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:12:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:12:46.160875+0000 mon.a (mon.0) 2666 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:12:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:12:46.171025+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:12:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:46.986325+0000 mgr.y (mgr.14556) 11119 : cluster [DBG] pgmap v9823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:46.986325+0000 mgr.y (mgr.14556) 11119 : cluster [DBG] pgmap v9823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:46.986325+0000 mgr.y (mgr.14556) 11119 : cluster [DBG] pgmap v9823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:48.986811+0000 mgr.y (mgr.14556) 11120 : cluster [DBG] pgmap v9824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:48.986811+0000 mgr.y (mgr.14556) 11120 : cluster [DBG] pgmap v9824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:50.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:48.986811+0000 mgr.y (mgr.14556) 11120 : cluster [DBG] pgmap v9824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:12:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:50.987601+0000 mgr.y (mgr.14556) 11121 : cluster [DBG] pgmap v9825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:50.987601+0000 mgr.y (mgr.14556) 11121 : cluster [DBG] pgmap v9825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:50.987601+0000 mgr.y (mgr.14556) 11121 : cluster [DBG] pgmap v9825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:12:53] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:12:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:52.988068+0000 mgr.y (mgr.14556) 11122 : cluster [DBG] pgmap v9826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:52.988068+0000 mgr.y (mgr.14556) 11122 : cluster [DBG] pgmap v9826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:52.988068+0000 mgr.y (mgr.14556) 11122 : cluster [DBG] pgmap v9826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:54.988468+0000 mgr.y (mgr.14556) 11123 : cluster [DBG] pgmap v9827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:54.988468+0000 mgr.y (mgr.14556) 11123 : cluster [DBG] pgmap v9827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:54.988468+0000 mgr.y (mgr.14556) 11123 : cluster [DBG] pgmap v9827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:12:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:56.989258+0000 mgr.y (mgr.14556) 11124 : cluster [DBG] pgmap v9828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:12:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:56.989258+0000 mgr.y (mgr.14556) 11124 : cluster [DBG] pgmap v9828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:12:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:12:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:56.989258+0000 mgr.y (mgr.14556) 11124 : cluster [DBG] pgmap v9828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:12:58.989779+0000 mgr.y (mgr.14556) 11125 : cluster [DBG] pgmap v9829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:12:58.989779+0000 mgr.y (mgr.14556) 11125 : cluster [DBG] pgmap v9829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:12:58.989779+0000 mgr.y (mgr.14556) 11125 : cluster [DBG] pgmap v9829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:13:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:00.990615+0000 mgr.y (mgr.14556) 11126 : cluster [DBG] pgmap v9830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:00.990615+0000 mgr.y (mgr.14556) 11126 : cluster [DBG] pgmap v9830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:00.990615+0000 mgr.y (mgr.14556) 11126 : cluster [DBG] pgmap v9830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:13:03] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:13:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:02.991040+0000 mgr.y (mgr.14556) 11127 : cluster [DBG] pgmap v9831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:02.991040+0000 mgr.y (mgr.14556) 11127 : cluster [DBG] pgmap v9831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:02.991040+0000 mgr.y (mgr.14556) 11127 : cluster [DBG] pgmap v9831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:04.991404+0000 mgr.y (mgr.14556) 11128 : cluster [DBG] pgmap v9832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:04.991404+0000 mgr.y (mgr.14556) 11128 : cluster [DBG] pgmap v9832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:04.991404+0000 mgr.y (mgr.14556) 11128 : cluster [DBG] pgmap v9832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:06.992090+0000 mgr.y (mgr.14556) 11129 : cluster [DBG] pgmap v9833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:06.992090+0000 mgr.y (mgr.14556) 11129 : cluster [DBG] pgmap v9833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:06.992090+0000 mgr.y (mgr.14556) 11129 : cluster [DBG] pgmap v9833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:08.992550+0000 mgr.y (mgr.14556) 11130 : cluster [DBG] pgmap v9834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:08.992550+0000 mgr.y (mgr.14556) 11130 : cluster [DBG] pgmap v9834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:08.992550+0000 mgr.y (mgr.14556) 11130 : cluster [DBG] pgmap v9834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:13:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:10.993284+0000 mgr.y (mgr.14556) 11131 : cluster [DBG] pgmap v9835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:10.993284+0000 mgr.y (mgr.14556) 11131 : cluster [DBG] pgmap v9835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:10.993284+0000 mgr.y (mgr.14556) 11131 : cluster [DBG] pgmap v9835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:13:13] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T12:13:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:12.993706+0000 mgr.y (mgr.14556) 11132 : cluster [DBG] pgmap v9836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:12.993706+0000 mgr.y (mgr.14556) 11132 : cluster [DBG] pgmap v9836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:12.993706+0000 mgr.y (mgr.14556) 11132 : cluster [DBG] pgmap v9836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:15.568 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:13:15.855 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:13:15.855 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 30s ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:13:15.855 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 29s ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:13:15.855 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 30s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:13:15.855 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 29s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:13:15.855 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 29s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:13:15.855 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 30s ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:13:15.855 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 30s ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:13:15.855 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 29s ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:13:15.855 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 30s ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:13:15.855 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 30s ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:13:15.856 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 29s ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:13:15.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 30s ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:13:15.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 30s ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:13:15.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 30s ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:13:15.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 30s ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:13:15.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 29s ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:13:15.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 29s ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:13:15.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 29s ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:13:15.856 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 29s ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:13:15.856 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 29s ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:13:16.207 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:13:16.207 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:13:16.207 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:13:16.207 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:13:16.207 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:13:16.207 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:13:16.207 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:13:16.208 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:13:16.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:13:16.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:13:16.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:13:16.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:13:16.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:13:16.208 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:13:16.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:13:16.208 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:13:16.208 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:13:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:14.994291+0000 mgr.y (mgr.14556) 11133 : cluster [DBG] pgmap v9837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:13:15.557655+0000 mgr.y (mgr.14556) 11134 : audit [DBG] from='client.36170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:13:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:13:15.847506+0000 mgr.y (mgr.14556) 11135 : audit [DBG] from='client.26262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:13:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:13:16.208096+0000 mon.c (mon.2) 284 : audit [DBG] from='client.? 172.21.15.23:0/1400818458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:13:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:14.994291+0000 mgr.y (mgr.14556) 11133 : cluster [DBG] pgmap v9837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:13:15.557655+0000 mgr.y (mgr.14556) 11134 : audit [DBG] from='client.36170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:13:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:13:15.847506+0000 mgr.y (mgr.14556) 11135 : audit [DBG] from='client.26262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:13:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:13:16.208096+0000 mon.c (mon.2) 284 : audit [DBG] from='client.? 172.21.15.23:0/1400818458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:13:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:14.994291+0000 mgr.y (mgr.14556) 11133 : cluster [DBG] pgmap v9837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:13:15.557655+0000 mgr.y (mgr.14556) 11134 : audit [DBG] from='client.36170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:13:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:13:15.847506+0000 mgr.y (mgr.14556) 11135 : audit [DBG] from='client.26262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:13:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:13:16.208096+0000 mon.c (mon.2) 284 : audit [DBG] from='client.? 172.21.15.23:0/1400818458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:13:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:16.995053+0000 mgr.y (mgr.14556) 11136 : cluster [DBG] pgmap v9838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:16.995053+0000 mgr.y (mgr.14556) 11136 : cluster [DBG] pgmap v9838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:16.995053+0000 mgr.y (mgr.14556) 11136 : cluster [DBG] pgmap v9838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:18.995620+0000 mgr.y (mgr.14556) 11137 : cluster [DBG] pgmap v9839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:18.995620+0000 mgr.y (mgr.14556) 11137 : cluster [DBG] pgmap v9839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:18.995620+0000 mgr.y (mgr.14556) 11137 : cluster [DBG] pgmap v9839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:13:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:20.996306+0000 mgr.y (mgr.14556) 11138 : cluster [DBG] pgmap v9840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:20.996306+0000 mgr.y (mgr.14556) 11138 : cluster [DBG] pgmap v9840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:20.996306+0000 mgr.y (mgr.14556) 11138 : cluster [DBG] pgmap v9840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:13:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:13:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:22.996790+0000 mgr.y (mgr.14556) 11139 : cluster [DBG] pgmap v9841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:22.996790+0000 mgr.y (mgr.14556) 11139 : cluster [DBG] pgmap v9841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:22.996790+0000 mgr.y (mgr.14556) 11139 : cluster [DBG] pgmap v9841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:24.997176+0000 mgr.y (mgr.14556) 11140 : cluster [DBG] pgmap v9842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:24.997176+0000 mgr.y (mgr.14556) 11140 : cluster [DBG] pgmap v9842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:24.997176+0000 mgr.y (mgr.14556) 11140 : cluster [DBG] pgmap v9842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:26.997845+0000 mgr.y (mgr.14556) 11141 : cluster [DBG] pgmap v9843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:26.997845+0000 mgr.y (mgr.14556) 11141 : cluster [DBG] pgmap v9843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:26.997845+0000 mgr.y (mgr.14556) 11141 : cluster [DBG] pgmap v9843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:28.998217+0000 mgr.y (mgr.14556) 11142 : cluster [DBG] pgmap v9844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:28.998217+0000 mgr.y (mgr.14556) 11142 : cluster [DBG] pgmap v9844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:28.998217+0000 mgr.y (mgr.14556) 11142 : cluster [DBG] pgmap v9844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:13:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:30.998823+0000 mgr.y (mgr.14556) 11143 : cluster [DBG] pgmap v9845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:30.998823+0000 mgr.y (mgr.14556) 11143 : cluster [DBG] pgmap v9845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:30.998823+0000 mgr.y (mgr.14556) 11143 : cluster [DBG] pgmap v9845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:13:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:13:34.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:32.999238+0000 mgr.y (mgr.14556) 11144 : cluster [DBG] pgmap v9846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:32.999238+0000 mgr.y (mgr.14556) 11144 : cluster [DBG] pgmap v9846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:32.999238+0000 mgr.y (mgr.14556) 11144 : cluster [DBG] pgmap v9846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:34.999753+0000 mgr.y (mgr.14556) 11145 : cluster [DBG] pgmap v9847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:34.999753+0000 mgr.y (mgr.14556) 11145 : cluster [DBG] pgmap v9847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:34.999753+0000 mgr.y (mgr.14556) 11145 : cluster [DBG] pgmap v9847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:37.000443+0000 mgr.y (mgr.14556) 11146 : cluster [DBG] pgmap v9848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:37.000443+0000 mgr.y (mgr.14556) 11146 : cluster [DBG] pgmap v9848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:37.000443+0000 mgr.y (mgr.14556) 11146 : cluster [DBG] pgmap v9848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:39.000833+0000 mgr.y (mgr.14556) 11147 : cluster [DBG] pgmap v9849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:39.000833+0000 mgr.y (mgr.14556) 11147 : cluster [DBG] pgmap v9849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:40.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:39.000833+0000 mgr.y (mgr.14556) 11147 : cluster [DBG] pgmap v9849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:13:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:41.001659+0000 mgr.y (mgr.14556) 11148 : cluster [DBG] pgmap v9850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:41.001659+0000 mgr.y (mgr.14556) 11148 : cluster [DBG] pgmap v9850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:41.001659+0000 mgr.y (mgr.14556) 11148 : cluster [DBG] pgmap v9850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:13:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:13:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:43.002236+0000 mgr.y (mgr.14556) 11149 : cluster [DBG] pgmap v9851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:43.002236+0000 mgr.y (mgr.14556) 11149 : cluster [DBG] pgmap v9851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:43.002236+0000 mgr.y (mgr.14556) 11149 : cluster [DBG] pgmap v9851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:46.542 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:13:46.828 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:13:46.828 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 61s ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:13:46.828 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 60s ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:13:46.828 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 61s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:13:46.828 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 60s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:13:46.828 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 60s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:13:46.828 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 61s ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 61s ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 60s ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 61s ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 61s ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 60s ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 61s ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 61s ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 61s ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 61s ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 60s ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 60s ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 60s ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 60s ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:13:46.829 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 60s ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:13:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:45.002620+0000 mgr.y (mgr.14556) 11150 : cluster [DBG] pgmap v9852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:13:46.176627+0000 mon.a (mon.0) 2668 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:13:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:13:46.486876+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:13:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:13:46.487658+0000 mon.a (mon.0) 2670 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:13:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:13:46.495585+0000 mon.a (mon.0) 2671 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:13:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:45.002620+0000 mgr.y (mgr.14556) 11150 : cluster [DBG] pgmap v9852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:13:46.176627+0000 mon.a (mon.0) 2668 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:13:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:13:46.486876+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:13:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:13:46.487658+0000 mon.a (mon.0) 2670 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:13:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:13:46.495585+0000 mon.a (mon.0) 2671 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:13:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:45.002620+0000 mgr.y (mgr.14556) 11150 : cluster [DBG] pgmap v9852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:13:46.176627+0000 mon.a (mon.0) 2668 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:13:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:13:46.486876+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:13:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:13:46.487658+0000 mon.a (mon.0) 2670 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:13:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:13:46.495585+0000 mon.a (mon.0) 2671 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:13:47.178 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:13:47.178 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:13:47.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:13:47.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:13:47.178 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:13:47.179 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:13:47.179 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:13:47.179 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:13:47.179 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:13:47.179 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:13:47.179 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:13:47.179 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:13:47.179 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:13:47.179 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:13:47.179 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:13:47.179 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:13:47.179 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:13:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:13:46.530684+0000 mgr.y (mgr.14556) 11151 : audit [DBG] from='client.26274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:13:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:13:46.821170+0000 mgr.y (mgr.14556) 11152 : audit [DBG] from='client.36194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:13:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:13:47.179460+0000 mon.a (mon.0) 2672 : audit [DBG] from='client.? 172.21.15.23:0/3479365756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:13:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:13:46.530684+0000 mgr.y (mgr.14556) 11151 : audit [DBG] from='client.26274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:13:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:13:46.821170+0000 mgr.y (mgr.14556) 11152 : audit [DBG] from='client.36194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:13:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:13:47.179460+0000 mon.a (mon.0) 2672 : audit [DBG] from='client.? 172.21.15.23:0/3479365756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:13:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:13:46.530684+0000 mgr.y (mgr.14556) 11151 : audit [DBG] from='client.26274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:13:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:13:46.821170+0000 mgr.y (mgr.14556) 11152 : audit [DBG] from='client.36194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:13:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:13:47.179460+0000 mon.a (mon.0) 2672 : audit [DBG] from='client.? 172.21.15.23:0/3479365756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:13:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:47.003153+0000 mgr.y (mgr.14556) 11153 : cluster [DBG] pgmap v9853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:48.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:47.003153+0000 mgr.y (mgr.14556) 11153 : cluster [DBG] pgmap v9853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:47.003153+0000 mgr.y (mgr.14556) 11153 : cluster [DBG] pgmap v9853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:49.003570+0000 mgr.y (mgr.14556) 11154 : cluster [DBG] pgmap v9854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:49.003570+0000 mgr.y (mgr.14556) 11154 : cluster [DBG] pgmap v9854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:49.003570+0000 mgr.y (mgr.14556) 11154 : cluster [DBG] pgmap v9854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:13:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:51.004251+0000 mgr.y (mgr.14556) 11155 : cluster [DBG] pgmap v9855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:51.004251+0000 mgr.y (mgr.14556) 11155 : cluster [DBG] pgmap v9855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:51.004251+0000 mgr.y (mgr.14556) 11155 : cluster [DBG] pgmap v9855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:13:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:13:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:53.004672+0000 mgr.y (mgr.14556) 11156 : cluster [DBG] pgmap v9856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:53.004672+0000 mgr.y (mgr.14556) 11156 : cluster [DBG] pgmap v9856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:53.004672+0000 mgr.y (mgr.14556) 11156 : cluster [DBG] pgmap v9856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:55.005236+0000 mgr.y (mgr.14556) 11157 : cluster [DBG] pgmap v9857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:55.005236+0000 mgr.y (mgr.14556) 11157 : cluster [DBG] pgmap v9857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:55.005236+0000 mgr.y (mgr.14556) 11157 : cluster [DBG] pgmap v9857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:58.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:13:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:57.005982+0000 mgr.y (mgr.14556) 11158 : cluster [DBG] pgmap v9858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:13:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:57.005982+0000 mgr.y (mgr.14556) 11158 : cluster [DBG] pgmap v9858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:13:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:13:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:57.005982+0000 mgr.y (mgr.14556) 11158 : cluster [DBG] pgmap v9858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:13:59.006485+0000 mgr.y (mgr.14556) 11159 : cluster [DBG] pgmap v9859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:13:59.006485+0000 mgr.y (mgr.14556) 11159 : cluster [DBG] pgmap v9859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:13:59.006485+0000 mgr.y (mgr.14556) 11159 : cluster [DBG] pgmap v9859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:14:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:01.007304+0000 mgr.y (mgr.14556) 11160 : cluster [DBG] pgmap v9860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:01.007304+0000 mgr.y (mgr.14556) 11160 : cluster [DBG] pgmap v9860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:01.007304+0000 mgr.y (mgr.14556) 11160 : cluster [DBG] pgmap v9860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:14:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:14:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:03.007896+0000 mgr.y (mgr.14556) 11161 : cluster [DBG] pgmap v9861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:03.007896+0000 mgr.y (mgr.14556) 11161 : cluster [DBG] pgmap v9861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:03.007896+0000 mgr.y (mgr.14556) 11161 : cluster [DBG] pgmap v9861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:05.008526+0000 mgr.y (mgr.14556) 11162 : cluster [DBG] pgmap v9862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:05.008526+0000 mgr.y (mgr.14556) 11162 : cluster [DBG] pgmap v9862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:05.008526+0000 mgr.y (mgr.14556) 11162 : cluster [DBG] pgmap v9862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:07.009375+0000 mgr.y (mgr.14556) 11163 : cluster [DBG] pgmap v9863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:07.009375+0000 mgr.y (mgr.14556) 11163 : cluster [DBG] pgmap v9863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:07.009375+0000 mgr.y (mgr.14556) 11163 : cluster [DBG] pgmap v9863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:09.009902+0000 mgr.y (mgr.14556) 11164 : cluster [DBG] pgmap v9864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:09.009902+0000 mgr.y (mgr.14556) 11164 : cluster [DBG] pgmap v9864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:09.009902+0000 mgr.y (mgr.14556) 11164 : cluster [DBG] pgmap v9864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:14:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:11.010594+0000 mgr.y (mgr.14556) 11165 : cluster [DBG] pgmap v9865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:11.010594+0000 mgr.y (mgr.14556) 11165 : cluster [DBG] pgmap v9865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:11.010594+0000 mgr.y (mgr.14556) 11165 : cluster [DBG] pgmap v9865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:14:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:14:15.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:13.011159+0000 mgr.y (mgr.14556) 11166 : cluster [DBG] pgmap v9866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:13.011159+0000 mgr.y (mgr.14556) 11166 : cluster [DBG] pgmap v9866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:13.011159+0000 mgr.y (mgr.14556) 11166 : cluster [DBG] pgmap v9866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:17.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:15.011569+0000 mgr.y (mgr.14556) 11167 : cluster [DBG] pgmap v9867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:15.011569+0000 mgr.y (mgr.14556) 11167 : cluster [DBG] pgmap v9867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:15.011569+0000 mgr.y (mgr.14556) 11167 : cluster [DBG] pgmap v9867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:17.504 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:14:17.795 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:14:17.795 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 92s ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:14:17.795 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 91s ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:14:17.795 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 92s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:14:17.795 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 91s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:14:17.795 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 91s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:14:17.795 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 92s ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:14:17.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 92s ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:14:17.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 91s ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:14:17.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 92s ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:14:17.795 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 92s ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:14:17.796 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 91s ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:14:17.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 92s ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:14:17.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 92s ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:14:17.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 92s ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:14:17.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 92s ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:14:17.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 91s ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:14:17.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 91s ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:14:17.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 91s ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:14:17.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 91s ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:14:17.796 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 91s ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:14:18.146 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:14:18.146 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:14:18.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:14:18.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:14:18.147 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:14:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:17.012196+0000 mgr.y (mgr.14556) 11168 : cluster [DBG] pgmap v9868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:14:17.493867+0000 mgr.y (mgr.14556) 11169 : audit [DBG] from='client.26292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:14:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:14:17.787990+0000 mgr.y (mgr.14556) 11170 : audit [DBG] from='client.26298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:14:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:14:18.147625+0000 mon.c (mon.2) 285 : audit [DBG] from='client.? 172.21.15.23:0/2202044795' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:14:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:17.012196+0000 mgr.y (mgr.14556) 11168 : cluster [DBG] pgmap v9868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:14:17.493867+0000 mgr.y (mgr.14556) 11169 : audit [DBG] from='client.26292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:14:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:14:17.787990+0000 mgr.y (mgr.14556) 11170 : audit [DBG] from='client.26298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:14:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:14:18.147625+0000 mon.c (mon.2) 285 : audit [DBG] from='client.? 172.21.15.23:0/2202044795' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:14:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:17.012196+0000 mgr.y (mgr.14556) 11168 : cluster [DBG] pgmap v9868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:14:17.493867+0000 mgr.y (mgr.14556) 11169 : audit [DBG] from='client.26292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:14:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:14:17.787990+0000 mgr.y (mgr.14556) 11170 : audit [DBG] from='client.26298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:14:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:14:18.147625+0000 mon.c (mon.2) 285 : audit [DBG] from='client.? 172.21.15.23:0/2202044795' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:14:21.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:19.012778+0000 mgr.y (mgr.14556) 11171 : cluster [DBG] pgmap v9869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:21.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:19.012778+0000 mgr.y (mgr.14556) 11171 : cluster [DBG] pgmap v9869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:19.012778+0000 mgr.y (mgr.14556) 11171 : cluster [DBG] pgmap v9869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:14:23.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:21.013613+0000 mgr.y (mgr.14556) 11172 : cluster [DBG] pgmap v9870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:23.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:21.013613+0000 mgr.y (mgr.14556) 11172 : cluster [DBG] pgmap v9870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:21.013613+0000 mgr.y (mgr.14556) 11172 : cluster [DBG] pgmap v9870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:14:23] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T12:14:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:23.014102+0000 mgr.y (mgr.14556) 11173 : cluster [DBG] pgmap v9871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:23.014102+0000 mgr.y (mgr.14556) 11173 : cluster [DBG] pgmap v9871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:23.014102+0000 mgr.y (mgr.14556) 11173 : cluster [DBG] pgmap v9871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:25.014529+0000 mgr.y (mgr.14556) 11174 : cluster [DBG] pgmap v9872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:25.014529+0000 mgr.y (mgr.14556) 11174 : cluster [DBG] pgmap v9872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:25.014529+0000 mgr.y (mgr.14556) 11174 : cluster [DBG] pgmap v9872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:27.015320+0000 mgr.y (mgr.14556) 11175 : cluster [DBG] pgmap v9873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:27.015320+0000 mgr.y (mgr.14556) 11175 : cluster [DBG] pgmap v9873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:27.015320+0000 mgr.y (mgr.14556) 11175 : cluster [DBG] pgmap v9873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:29.015876+0000 mgr.y (mgr.14556) 11176 : cluster [DBG] pgmap v9874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:29.015876+0000 mgr.y (mgr.14556) 11176 : cluster [DBG] pgmap v9874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:29.015876+0000 mgr.y (mgr.14556) 11176 : cluster [DBG] pgmap v9874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:14:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:31.016694+0000 mgr.y (mgr.14556) 11177 : cluster [DBG] pgmap v9875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:31.016694+0000 mgr.y (mgr.14556) 11177 : cluster [DBG] pgmap v9875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:31.016694+0000 mgr.y (mgr.14556) 11177 : cluster [DBG] pgmap v9875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:14:33] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T12:14:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:33.017197+0000 mgr.y (mgr.14556) 11178 : cluster [DBG] pgmap v9876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:33.017197+0000 mgr.y (mgr.14556) 11178 : cluster [DBG] pgmap v9876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:33.017197+0000 mgr.y (mgr.14556) 11178 : cluster [DBG] pgmap v9876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:35.017658+0000 mgr.y (mgr.14556) 11179 : cluster [DBG] pgmap v9877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:35.017658+0000 mgr.y (mgr.14556) 11179 : cluster [DBG] pgmap v9877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:35.017658+0000 mgr.y (mgr.14556) 11179 : cluster [DBG] pgmap v9877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:37.018407+0000 mgr.y (mgr.14556) 11180 : cluster [DBG] pgmap v9878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:37.018407+0000 mgr.y (mgr.14556) 11180 : cluster [DBG] pgmap v9878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:37.018407+0000 mgr.y (mgr.14556) 11180 : cluster [DBG] pgmap v9878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:39.019102+0000 mgr.y (mgr.14556) 11181 : cluster [DBG] pgmap v9879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:39.019102+0000 mgr.y (mgr.14556) 11181 : cluster [DBG] pgmap v9879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:39.019102+0000 mgr.y (mgr.14556) 11181 : cluster [DBG] pgmap v9879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:14:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:41.019923+0000 mgr.y (mgr.14556) 11182 : cluster [DBG] pgmap v9880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:41.019923+0000 mgr.y (mgr.14556) 11182 : cluster [DBG] pgmap v9880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:41.019923+0000 mgr.y (mgr.14556) 11182 : cluster [DBG] pgmap v9880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:14:43] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-03-22T12:14:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:43.020393+0000 mgr.y (mgr.14556) 11183 : cluster [DBG] pgmap v9881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:43.020393+0000 mgr.y (mgr.14556) 11183 : cluster [DBG] pgmap v9881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:43.020393+0000 mgr.y (mgr.14556) 11183 : cluster [DBG] pgmap v9881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:47.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:45.020919+0000 mgr.y (mgr.14556) 11184 : cluster [DBG] pgmap v9882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:47.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:14:46.499934+0000 mon.a (mon.0) 2673 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:14:47.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:14:46.809169+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:14:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:14:46.809835+0000 mon.a (mon.0) 2675 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:14:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:14:46.823643+0000 mon.a (mon.0) 2676 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:14:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:45.020919+0000 mgr.y (mgr.14556) 11184 : cluster [DBG] pgmap v9882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:14:46.499934+0000 mon.a (mon.0) 2673 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:14:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:14:46.809169+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:14:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:14:46.809835+0000 mon.a (mon.0) 2675 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:14:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:14:46.823643+0000 mon.a (mon.0) 2676 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:14:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:45.020919+0000 mgr.y (mgr.14556) 11184 : cluster [DBG] pgmap v9882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:14:46.499934+0000 mon.a (mon.0) 2673 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:14:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:14:46.809169+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:14:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:14:46.809835+0000 mon.a (mon.0) 2675 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:14:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:14:46.823643+0000 mon.a (mon.0) 2676 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:14:48.472 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:14:48.761 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:14:48.761 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 2m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:14:48.761 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 2m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:14:48.761 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 2m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:14:48.761 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 2m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:14:48.761 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 2m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:14:48.761 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 2m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:14:48.761 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 2m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 2m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 2m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 2m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 2m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 2m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 2m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 2m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 2m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 2m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 2m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 2m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:14:48.762 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 2m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:14:49.119 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:14:49.119 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:14:49.119 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:14:49.119 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:14:49.120 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:14:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:47.021639+0000 mgr.y (mgr.14556) 11185 : cluster [DBG] pgmap v9883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:47.021639+0000 mgr.y (mgr.14556) 11185 : cluster [DBG] pgmap v9883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:47.021639+0000 mgr.y (mgr.14556) 11185 : cluster [DBG] pgmap v9883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:14:48.461522+0000 mgr.y (mgr.14556) 11186 : audit [DBG] from='client.36224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:14:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:14:48.754123+0000 mgr.y (mgr.14556) 11187 : audit [DBG] from='client.36230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:14:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:14:49.120559+0000 mon.a (mon.0) 2677 : audit [DBG] from='client.? 172.21.15.23:0/3252412019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:14:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:14:48.461522+0000 mgr.y (mgr.14556) 11186 : audit [DBG] from='client.36224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:14:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:14:48.754123+0000 mgr.y (mgr.14556) 11187 : audit [DBG] from='client.36230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:14:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:14:49.120559+0000 mon.a (mon.0) 2677 : audit [DBG] from='client.? 172.21.15.23:0/3252412019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:14:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:14:48.461522+0000 mgr.y (mgr.14556) 11186 : audit [DBG] from='client.36224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:14:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:14:48.754123+0000 mgr.y (mgr.14556) 11187 : audit [DBG] from='client.36230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:14:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:14:49.120559+0000 mon.a (mon.0) 2677 : audit [DBG] from='client.? 172.21.15.23:0/3252412019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:14:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:49.021941+0000 mgr.y (mgr.14556) 11188 : cluster [DBG] pgmap v9884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:49.021941+0000 mgr.y (mgr.14556) 11188 : cluster [DBG] pgmap v9884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:49.021941+0000 mgr.y (mgr.14556) 11188 : cluster [DBG] pgmap v9884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:14:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:51.022808+0000 mgr.y (mgr.14556) 11189 : cluster [DBG] pgmap v9885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:51.022808+0000 mgr.y (mgr.14556) 11189 : cluster [DBG] pgmap v9885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:51.022808+0000 mgr.y (mgr.14556) 11189 : cluster [DBG] pgmap v9885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:14:53] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T12:14:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:53.023195+0000 mgr.y (mgr.14556) 11190 : cluster [DBG] pgmap v9886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:53.023195+0000 mgr.y (mgr.14556) 11190 : cluster [DBG] pgmap v9886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:53.023195+0000 mgr.y (mgr.14556) 11190 : cluster [DBG] pgmap v9886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:55.023696+0000 mgr.y (mgr.14556) 11191 : cluster [DBG] pgmap v9887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:55.023696+0000 mgr.y (mgr.14556) 11191 : cluster [DBG] pgmap v9887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:55.023696+0000 mgr.y (mgr.14556) 11191 : cluster [DBG] pgmap v9887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:57.024387+0000 mgr.y (mgr.14556) 11192 : cluster [DBG] pgmap v9888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:57.024387+0000 mgr.y (mgr.14556) 11192 : cluster [DBG] pgmap v9888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:14:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:14:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:57.024387+0000 mgr.y (mgr.14556) 11192 : cluster [DBG] pgmap v9888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:14:59.024823+0000 mgr.y (mgr.14556) 11193 : cluster [DBG] pgmap v9889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:14:59.024823+0000 mgr.y (mgr.14556) 11193 : cluster [DBG] pgmap v9889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:14:59.024823+0000 mgr.y (mgr.14556) 11193 : cluster [DBG] pgmap v9889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:15:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:01.025478+0000 mgr.y (mgr.14556) 11194 : cluster [DBG] pgmap v9890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:01.025478+0000 mgr.y (mgr.14556) 11194 : cluster [DBG] pgmap v9890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:01.025478+0000 mgr.y (mgr.14556) 11194 : cluster [DBG] pgmap v9890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:15:03] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T12:15:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:03.026054+0000 mgr.y (mgr.14556) 11195 : cluster [DBG] pgmap v9891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:03.026054+0000 mgr.y (mgr.14556) 11195 : cluster [DBG] pgmap v9891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:03.026054+0000 mgr.y (mgr.14556) 11195 : cluster [DBG] pgmap v9891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:05.026655+0000 mgr.y (mgr.14556) 11196 : cluster [DBG] pgmap v9892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:05.026655+0000 mgr.y (mgr.14556) 11196 : cluster [DBG] pgmap v9892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:05.026655+0000 mgr.y (mgr.14556) 11196 : cluster [DBG] pgmap v9892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:07.027357+0000 mgr.y (mgr.14556) 11197 : cluster [DBG] pgmap v9893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:07.027357+0000 mgr.y (mgr.14556) 11197 : cluster [DBG] pgmap v9893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:07.027357+0000 mgr.y (mgr.14556) 11197 : cluster [DBG] pgmap v9893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:09.027931+0000 mgr.y (mgr.14556) 11198 : cluster [DBG] pgmap v9894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:09.027931+0000 mgr.y (mgr.14556) 11198 : cluster [DBG] pgmap v9894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:09.027931+0000 mgr.y (mgr.14556) 11198 : cluster [DBG] pgmap v9894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:15:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:11.028818+0000 mgr.y (mgr.14556) 11199 : cluster [DBG] pgmap v9895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:11.028818+0000 mgr.y (mgr.14556) 11199 : cluster [DBG] pgmap v9895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:11.028818+0000 mgr.y (mgr.14556) 11199 : cluster [DBG] pgmap v9895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:15:13] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:15:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:13.029185+0000 mgr.y (mgr.14556) 11200 : cluster [DBG] pgmap v9896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:13.029185+0000 mgr.y (mgr.14556) 11200 : cluster [DBG] pgmap v9896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:13.029185+0000 mgr.y (mgr.14556) 11200 : cluster [DBG] pgmap v9896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:15.029773+0000 mgr.y (mgr.14556) 11201 : cluster [DBG] pgmap v9897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:15.029773+0000 mgr.y (mgr.14556) 11201 : cluster [DBG] pgmap v9897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:15.029773+0000 mgr.y (mgr.14556) 11201 : cluster [DBG] pgmap v9897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:17.030394+0000 mgr.y (mgr.14556) 11202 : cluster [DBG] pgmap v9898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:17.030394+0000 mgr.y (mgr.14556) 11202 : cluster [DBG] pgmap v9898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:17.030394+0000 mgr.y (mgr.14556) 11202 : cluster [DBG] pgmap v9898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:19.447 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:15:19.733 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:15:19.733 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 2m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:15:19.733 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 2m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:15:19.733 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 2m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:15:19.733 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 2m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:15:19.733 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 2m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:15:19.733 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 2m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:15:19.733 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 2m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:15:19.733 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 2m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:15:19.733 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 2m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:15:19.733 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 2m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:15:19.734 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 2m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:15:19.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:15:19.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 2m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:15:19.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 2m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:15:19.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 2m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:15:19.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 2m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:15:19.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 2m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:15:19.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 2m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:15:19.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 2m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:15:19.734 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 2m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:15:20.095 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:15:20.096 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:15:20.097 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:15:20.097 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:15:20.097 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:15:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:19.030802+0000 mgr.y (mgr.14556) 11203 : cluster [DBG] pgmap v9899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:15:19.436031+0000 mgr.y (mgr.14556) 11204 : audit [DBG] from='client.36242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:15:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:15:19.726208+0000 mgr.y (mgr.14556) 11205 : audit [DBG] from='client.26334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:15:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:19.030802+0000 mgr.y (mgr.14556) 11203 : cluster [DBG] pgmap v9899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:15:19.436031+0000 mgr.y (mgr.14556) 11204 : audit [DBG] from='client.36242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:15:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:15:19.726208+0000 mgr.y (mgr.14556) 11205 : audit [DBG] from='client.26334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:15:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:19.030802+0000 mgr.y (mgr.14556) 11203 : cluster [DBG] pgmap v9899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:15:19.436031+0000 mgr.y (mgr.14556) 11204 : audit [DBG] from='client.36242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:15:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:15:19.726208+0000 mgr.y (mgr.14556) 11205 : audit [DBG] from='client.26334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:15:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:15:20.096786+0000 mon.c (mon.2) 286 : audit [DBG] from='client.? 172.21.15.23:0/1545636294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:15:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:15:20.096786+0000 mon.c (mon.2) 286 : audit [DBG] from='client.? 172.21.15.23:0/1545636294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:15:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:15:20.096786+0000 mon.c (mon.2) 286 : audit [DBG] from='client.? 172.21.15.23:0/1545636294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:15:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:15:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:21.031459+0000 mgr.y (mgr.14556) 11206 : cluster [DBG] pgmap v9900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:21.031459+0000 mgr.y (mgr.14556) 11206 : cluster [DBG] pgmap v9900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:21.031459+0000 mgr.y (mgr.14556) 11206 : cluster [DBG] pgmap v9900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:24.061 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:15:23] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:15:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:23.031869+0000 mgr.y (mgr.14556) 11207 : cluster [DBG] pgmap v9901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:23.031869+0000 mgr.y (mgr.14556) 11207 : cluster [DBG] pgmap v9901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:23.031869+0000 mgr.y (mgr.14556) 11207 : cluster [DBG] pgmap v9901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:25.032403+0000 mgr.y (mgr.14556) 11208 : cluster [DBG] pgmap v9902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:25.032403+0000 mgr.y (mgr.14556) 11208 : cluster [DBG] pgmap v9902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:25.032403+0000 mgr.y (mgr.14556) 11208 : cluster [DBG] pgmap v9902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:27.033049+0000 mgr.y (mgr.14556) 11209 : cluster [DBG] pgmap v9903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:27.033049+0000 mgr.y (mgr.14556) 11209 : cluster [DBG] pgmap v9903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:27.033049+0000 mgr.y (mgr.14556) 11209 : cluster [DBG] pgmap v9903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:29.033506+0000 mgr.y (mgr.14556) 11210 : cluster [DBG] pgmap v9904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:29.033506+0000 mgr.y (mgr.14556) 11210 : cluster [DBG] pgmap v9904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:29.033506+0000 mgr.y (mgr.14556) 11210 : cluster [DBG] pgmap v9904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:15:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:31.034102+0000 mgr.y (mgr.14556) 11211 : cluster [DBG] pgmap v9905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:31.034102+0000 mgr.y (mgr.14556) 11211 : cluster [DBG] pgmap v9905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:31.034102+0000 mgr.y (mgr.14556) 11211 : cluster [DBG] pgmap v9905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:34.093 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:15:33] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-03-22T12:15:34.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:33.034535+0000 mgr.y (mgr.14556) 11212 : cluster [DBG] pgmap v9906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:33.034535+0000 mgr.y (mgr.14556) 11212 : cluster [DBG] pgmap v9906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:33.034535+0000 mgr.y (mgr.14556) 11212 : cluster [DBG] pgmap v9906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:35.034894+0000 mgr.y (mgr.14556) 11213 : cluster [DBG] pgmap v9907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:35.034894+0000 mgr.y (mgr.14556) 11213 : cluster [DBG] pgmap v9907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:35.034894+0000 mgr.y (mgr.14556) 11213 : cluster [DBG] pgmap v9907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:37.035538+0000 mgr.y (mgr.14556) 11214 : cluster [DBG] pgmap v9908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:37.035538+0000 mgr.y (mgr.14556) 11214 : cluster [DBG] pgmap v9908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:37.035538+0000 mgr.y (mgr.14556) 11214 : cluster [DBG] pgmap v9908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:39.035984+0000 mgr.y (mgr.14556) 11215 : cluster [DBG] pgmap v9909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:39.035984+0000 mgr.y (mgr.14556) 11215 : cluster [DBG] pgmap v9909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:39.035984+0000 mgr.y (mgr.14556) 11215 : cluster [DBG] pgmap v9909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:15:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:41.036770+0000 mgr.y (mgr.14556) 11216 : cluster [DBG] pgmap v9910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:41.036770+0000 mgr.y (mgr.14556) 11216 : cluster [DBG] pgmap v9910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:41.036770+0000 mgr.y (mgr.14556) 11216 : cluster [DBG] pgmap v9910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:15:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:15:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:43.037353+0000 mgr.y (mgr.14556) 11217 : cluster [DBG] pgmap v9911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:43.037353+0000 mgr.y (mgr.14556) 11217 : cluster [DBG] pgmap v9911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:43.037353+0000 mgr.y (mgr.14556) 11217 : cluster [DBG] pgmap v9911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:45.037778+0000 mgr.y (mgr.14556) 11218 : cluster [DBG] pgmap v9912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:45.037778+0000 mgr.y (mgr.14556) 11218 : cluster [DBG] pgmap v9912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:45.037778+0000 mgr.y (mgr.14556) 11218 : cluster [DBG] pgmap v9912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:15:46.827907+0000 mon.a (mon.0) 2678 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:15:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:15:47.088168+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:15:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:15:47.101657+0000 mon.a (mon.0) 2680 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:15:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:15:46.827907+0000 mon.a (mon.0) 2678 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:15:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:15:47.088168+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:15:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:15:47.101657+0000 mon.a (mon.0) 2680 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:15:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:15:46.827907+0000 mon.a (mon.0) 2678 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:15:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:15:47.088168+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:15:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:15:47.101657+0000 mon.a (mon.0) 2680 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:15:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:47.038303+0000 mgr.y (mgr.14556) 11219 : cluster [DBG] pgmap v9913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:15:47.383099+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:15:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:15:47.383878+0000 mon.a (mon.0) 2682 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:15:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:15:47.398147+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:15:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:47.038303+0000 mgr.y (mgr.14556) 11219 : cluster [DBG] pgmap v9913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:15:47.383099+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:15:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:15:47.383878+0000 mon.a (mon.0) 2682 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:15:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:15:47.398147+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:15:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:47.038303+0000 mgr.y (mgr.14556) 11219 : cluster [DBG] pgmap v9913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:15:47.383099+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:15:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:15:47.383878+0000 mon.a (mon.0) 2682 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:15:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:15:47.398147+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:15:50.423 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:15:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:49.038666+0000 mgr.y (mgr.14556) 11220 : cluster [DBG] pgmap v9914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:49.038666+0000 mgr.y (mgr.14556) 11220 : cluster [DBG] pgmap v9914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:49.038666+0000 mgr.y (mgr.14556) 11220 : cluster [DBG] pgmap v9914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:50.710 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:15:50.710 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 3m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:15:50.710 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 3m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:15:50.710 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 3m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:15:50.710 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 3m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:15:50.710 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 3m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:15:50.710 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 3m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 3m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 3m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 3m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 3m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 3m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 3m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 3m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 3m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 3m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 3m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 3m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 3m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:15:50.711 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 3m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:15:51.058 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:15:51.058 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:15:51.058 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:15:51.058 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:15:51.059 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:15:51.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:15:50.411787+0000 mgr.y (mgr.14556) 11221 : audit [DBG] from='client.26346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:15:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:15:50.703620+0000 mgr.y (mgr.14556) 11222 : audit [DBG] from='client.36266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:15:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:15:51.059555+0000 mon.c (mon.2) 287 : audit [DBG] from='client.? 172.21.15.23:0/352523190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:15:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:15:50.411787+0000 mgr.y (mgr.14556) 11221 : audit [DBG] from='client.26346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:15:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:15:50.703620+0000 mgr.y (mgr.14556) 11222 : audit [DBG] from='client.36266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:15:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:15:51.059555+0000 mon.c (mon.2) 287 : audit [DBG] from='client.? 172.21.15.23:0/352523190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:15:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:15:50.411787+0000 mgr.y (mgr.14556) 11221 : audit [DBG] from='client.26346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:15:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:15:50.703620+0000 mgr.y (mgr.14556) 11222 : audit [DBG] from='client.36266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:15:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:15:51.059555+0000 mon.c (mon.2) 287 : audit [DBG] from='client.? 172.21.15.23:0/352523190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:15:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:15:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:51.039197+0000 mgr.y (mgr.14556) 11223 : cluster [DBG] pgmap v9915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:51.039197+0000 mgr.y (mgr.14556) 11223 : cluster [DBG] pgmap v9915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:51.039197+0000 mgr.y (mgr.14556) 11223 : cluster [DBG] pgmap v9915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:15:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:15:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:53.039601+0000 mgr.y (mgr.14556) 11224 : cluster [DBG] pgmap v9916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:53.039601+0000 mgr.y (mgr.14556) 11224 : cluster [DBG] pgmap v9916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:53.039601+0000 mgr.y (mgr.14556) 11224 : cluster [DBG] pgmap v9916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:55.040171+0000 mgr.y (mgr.14556) 11225 : cluster [DBG] pgmap v9917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:55.040171+0000 mgr.y (mgr.14556) 11225 : cluster [DBG] pgmap v9917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:55.040171+0000 mgr.y (mgr.14556) 11225 : cluster [DBG] pgmap v9917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:57.040745+0000 mgr.y (mgr.14556) 11226 : cluster [DBG] pgmap v9918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:57.040745+0000 mgr.y (mgr.14556) 11226 : cluster [DBG] pgmap v9918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:15:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:15:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:57.040745+0000 mgr.y (mgr.14556) 11226 : cluster [DBG] pgmap v9918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:15:59.041254+0000 mgr.y (mgr.14556) 11227 : cluster [DBG] pgmap v9919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:15:59.041254+0000 mgr.y (mgr.14556) 11227 : cluster [DBG] pgmap v9919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:15:59.041254+0000 mgr.y (mgr.14556) 11227 : cluster [DBG] pgmap v9919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:16:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:01.041966+0000 mgr.y (mgr.14556) 11228 : cluster [DBG] pgmap v9920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:01.041966+0000 mgr.y (mgr.14556) 11228 : cluster [DBG] pgmap v9920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:01.041966+0000 mgr.y (mgr.14556) 11228 : cluster [DBG] pgmap v9920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:16:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:16:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:03.042529+0000 mgr.y (mgr.14556) 11229 : cluster [DBG] pgmap v9921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:03.042529+0000 mgr.y (mgr.14556) 11229 : cluster [DBG] pgmap v9921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:03.042529+0000 mgr.y (mgr.14556) 11229 : cluster [DBG] pgmap v9921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:05.043066+0000 mgr.y (mgr.14556) 11230 : cluster [DBG] pgmap v9922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:05.043066+0000 mgr.y (mgr.14556) 11230 : cluster [DBG] pgmap v9922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:05.043066+0000 mgr.y (mgr.14556) 11230 : cluster [DBG] pgmap v9922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:07.043657+0000 mgr.y (mgr.14556) 11231 : cluster [DBG] pgmap v9923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:07.043657+0000 mgr.y (mgr.14556) 11231 : cluster [DBG] pgmap v9923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:07.043657+0000 mgr.y (mgr.14556) 11231 : cluster [DBG] pgmap v9923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:09.043979+0000 mgr.y (mgr.14556) 11232 : cluster [DBG] pgmap v9924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:09.043979+0000 mgr.y (mgr.14556) 11232 : cluster [DBG] pgmap v9924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:09.043979+0000 mgr.y (mgr.14556) 11232 : cluster [DBG] pgmap v9924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:16:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:11.044872+0000 mgr.y (mgr.14556) 11233 : cluster [DBG] pgmap v9925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:11.044872+0000 mgr.y (mgr.14556) 11233 : cluster [DBG] pgmap v9925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:11.044872+0000 mgr.y (mgr.14556) 11233 : cluster [DBG] pgmap v9925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:16:13] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:16:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:13.045194+0000 mgr.y (mgr.14556) 11234 : cluster [DBG] pgmap v9926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:14.661 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:13.045194+0000 mgr.y (mgr.14556) 11234 : cluster [DBG] pgmap v9926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:13.045194+0000 mgr.y (mgr.14556) 11234 : cluster [DBG] pgmap v9926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:15.045545+0000 mgr.y (mgr.14556) 11235 : cluster [DBG] pgmap v9927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:15.045545+0000 mgr.y (mgr.14556) 11235 : cluster [DBG] pgmap v9927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:15.045545+0000 mgr.y (mgr.14556) 11235 : cluster [DBG] pgmap v9927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:17.046105+0000 mgr.y (mgr.14556) 11236 : cluster [DBG] pgmap v9928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:17.046105+0000 mgr.y (mgr.14556) 11236 : cluster [DBG] pgmap v9928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:17.046105+0000 mgr.y (mgr.14556) 11236 : cluster [DBG] pgmap v9928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:19.046504+0000 mgr.y (mgr.14556) 11237 : cluster [DBG] pgmap v9929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:19.046504+0000 mgr.y (mgr.14556) 11237 : cluster [DBG] pgmap v9929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:19.046504+0000 mgr.y (mgr.14556) 11237 : cluster [DBG] pgmap v9929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:21.389 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:16:21.675 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:16:21.676 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 3m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:16:21.676 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 3m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:16:21.676 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 3m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:16:21.676 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 3m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:16:21.676 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 3m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:16:21.676 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 3m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:16:21.676 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 3m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:16:21.676 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 3m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:16:21.676 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 3m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:16:21.676 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 3m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:16:21.676 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 3m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:16:21.676 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:16:21.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 3m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:16:21.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 3m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:16:21.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 3m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:16:21.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 3m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:16:21.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 3m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:16:21.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 3m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:16:21.677 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 3m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:16:21.677 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 3m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:16:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:16:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:16:22.025 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:16:22.025 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:16:22.025 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:16:22.025 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:16:22.025 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:16:22.025 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:16:22.025 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:16:22.025 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:16:22.026 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:16:22.026 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:16:22.026 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:16:22.026 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:16:22.026 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:16:22.026 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:16:22.026 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:16:22.026 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:16:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:21.047159+0000 mgr.y (mgr.14556) 11238 : cluster [DBG] pgmap v9930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:16:21.378450+0000 mgr.y (mgr.14556) 11239 : audit [DBG] from='client.36278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:16:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:16:21.668970+0000 mgr.y (mgr.14556) 11240 : audit [DBG] from='client.36284 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:16:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:16:22.026293+0000 mon.c (mon.2) 288 : audit [DBG] from='client.? 172.21.15.23:0/1776261194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:16:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:21.047159+0000 mgr.y (mgr.14556) 11238 : cluster [DBG] pgmap v9930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:16:21.378450+0000 mgr.y (mgr.14556) 11239 : audit [DBG] from='client.36278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:16:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:16:21.668970+0000 mgr.y (mgr.14556) 11240 : audit [DBG] from='client.36284 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:16:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:16:22.026293+0000 mon.c (mon.2) 288 : audit [DBG] from='client.? 172.21.15.23:0/1776261194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:16:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:21.047159+0000 mgr.y (mgr.14556) 11238 : cluster [DBG] pgmap v9930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:16:21.378450+0000 mgr.y (mgr.14556) 11239 : audit [DBG] from='client.36278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:16:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:16:21.668970+0000 mgr.y (mgr.14556) 11240 : audit [DBG] from='client.36284 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:16:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:16:22.026293+0000 mon.c (mon.2) 288 : audit [DBG] from='client.? 172.21.15.23:0/1776261194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:16:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:16:23] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:16:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:23.047545+0000 mgr.y (mgr.14556) 11241 : cluster [DBG] pgmap v9931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:23.047545+0000 mgr.y (mgr.14556) 11241 : cluster [DBG] pgmap v9931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:23.047545+0000 mgr.y (mgr.14556) 11241 : cluster [DBG] pgmap v9931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:25.047964+0000 mgr.y (mgr.14556) 11242 : cluster [DBG] pgmap v9932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:25.047964+0000 mgr.y (mgr.14556) 11242 : cluster [DBG] pgmap v9932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:25.047964+0000 mgr.y (mgr.14556) 11242 : cluster [DBG] pgmap v9932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:27.048687+0000 mgr.y (mgr.14556) 11243 : cluster [DBG] pgmap v9933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:27.048687+0000 mgr.y (mgr.14556) 11243 : cluster [DBG] pgmap v9933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:27.048687+0000 mgr.y (mgr.14556) 11243 : cluster [DBG] pgmap v9933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:29.049359+0000 mgr.y (mgr.14556) 11244 : cluster [DBG] pgmap v9934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:29.049359+0000 mgr.y (mgr.14556) 11244 : cluster [DBG] pgmap v9934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:29.049359+0000 mgr.y (mgr.14556) 11244 : cluster [DBG] pgmap v9934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:16:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:31.050070+0000 mgr.y (mgr.14556) 11245 : cluster [DBG] pgmap v9935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:31.050070+0000 mgr.y (mgr.14556) 11245 : cluster [DBG] pgmap v9935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:31.050070+0000 mgr.y (mgr.14556) 11245 : cluster [DBG] pgmap v9935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:16:33] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:16:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:33.050616+0000 mgr.y (mgr.14556) 11246 : cluster [DBG] pgmap v9936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:33.050616+0000 mgr.y (mgr.14556) 11246 : cluster [DBG] pgmap v9936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:33.050616+0000 mgr.y (mgr.14556) 11246 : cluster [DBG] pgmap v9936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:35.051151+0000 mgr.y (mgr.14556) 11247 : cluster [DBG] pgmap v9937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:35.051151+0000 mgr.y (mgr.14556) 11247 : cluster [DBG] pgmap v9937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:35.051151+0000 mgr.y (mgr.14556) 11247 : cluster [DBG] pgmap v9937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:37.051842+0000 mgr.y (mgr.14556) 11248 : cluster [DBG] pgmap v9938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:37.051842+0000 mgr.y (mgr.14556) 11248 : cluster [DBG] pgmap v9938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:37.051842+0000 mgr.y (mgr.14556) 11248 : cluster [DBG] pgmap v9938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:39.052429+0000 mgr.y (mgr.14556) 11249 : cluster [DBG] pgmap v9939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:39.052429+0000 mgr.y (mgr.14556) 11249 : cluster [DBG] pgmap v9939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:39.052429+0000 mgr.y (mgr.14556) 11249 : cluster [DBG] pgmap v9939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:16:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:41.053358+0000 mgr.y (mgr.14556) 11250 : cluster [DBG] pgmap v9940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:41.053358+0000 mgr.y (mgr.14556) 11250 : cluster [DBG] pgmap v9940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:41.053358+0000 mgr.y (mgr.14556) 11250 : cluster [DBG] pgmap v9940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:16:43] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:16:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:43.053795+0000 mgr.y (mgr.14556) 11251 : cluster [DBG] pgmap v9941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:43.053795+0000 mgr.y (mgr.14556) 11251 : cluster [DBG] pgmap v9941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:43.053795+0000 mgr.y (mgr.14556) 11251 : cluster [DBG] pgmap v9941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:45.054299+0000 mgr.y (mgr.14556) 11252 : cluster [DBG] pgmap v9942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:45.054299+0000 mgr.y (mgr.14556) 11252 : cluster [DBG] pgmap v9942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:45.054299+0000 mgr.y (mgr.14556) 11252 : cluster [DBG] pgmap v9942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:16:47.402463+0000 mon.a (mon.0) 2684 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:16:47.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:16:47.402463+0000 mon.a (mon.0) 2684 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:16:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:16:47.402463+0000 mon.a (mon.0) 2684 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:16:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:47.055083+0000 mgr.y (mgr.14556) 11253 : cluster [DBG] pgmap v9943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:16:47.708154+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:16:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:16:47.708926+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:16:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:16:47.722586+0000 mon.a (mon.0) 2687 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:16:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:47.055083+0000 mgr.y (mgr.14556) 11253 : cluster [DBG] pgmap v9943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:16:47.708154+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:16:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:16:47.708926+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:16:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:16:47.722586+0000 mon.a (mon.0) 2687 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:16:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:47.055083+0000 mgr.y (mgr.14556) 11253 : cluster [DBG] pgmap v9943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:16:47.708154+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:16:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:16:47.708926+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:16:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:16:47.722586+0000 mon.a (mon.0) 2687 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:16:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:49.055542+0000 mgr.y (mgr.14556) 11254 : cluster [DBG] pgmap v9944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:49.055542+0000 mgr.y (mgr.14556) 11254 : cluster [DBG] pgmap v9944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:49.055542+0000 mgr.y (mgr.14556) 11254 : cluster [DBG] pgmap v9944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:16:52.354 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:16:52.641 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:16:52.641 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 4m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:16:52.641 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 4m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:16:52.641 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 4m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:16:52.641 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:16:52.641 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:16:52.641 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 4m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 4m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 4m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 4m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 4m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 4m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 4m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:16:52.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:16:52.643 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 4m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:16:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:51.056347+0000 mgr.y (mgr.14556) 11255 : cluster [DBG] pgmap v9945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:51.056347+0000 mgr.y (mgr.14556) 11255 : cluster [DBG] pgmap v9945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:51.056347+0000 mgr.y (mgr.14556) 11255 : cluster [DBG] pgmap v9945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:52.989 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:16:52.989 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:16:52.989 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:16:52.989 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:16:52.989 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:16:52.989 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:16:52.989 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:16:52.989 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:16:52.989 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:16:52.989 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:16:52.990 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:16:52.990 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:16:52.990 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:16:52.990 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:16:52.990 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:16:52.990 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:16:52.990 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:16:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:16:52.342886+0000 mgr.y (mgr.14556) 11256 : audit [DBG] from='client.26382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:16:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:16:52.634405+0000 mgr.y (mgr.14556) 11257 : audit [DBG] from='client.26388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:16:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:16:52.990184+0000 mon.a (mon.0) 2688 : audit [DBG] from='client.? 172.21.15.23:0/2115297689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:16:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:16:52.342886+0000 mgr.y (mgr.14556) 11256 : audit [DBG] from='client.26382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:16:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:16:52.634405+0000 mgr.y (mgr.14556) 11257 : audit [DBG] from='client.26388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:16:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:16:52.990184+0000 mon.a (mon.0) 2688 : audit [DBG] from='client.? 172.21.15.23:0/2115297689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:16:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:16:52.342886+0000 mgr.y (mgr.14556) 11256 : audit [DBG] from='client.26382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:16:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:16:52.634405+0000 mgr.y (mgr.14556) 11257 : audit [DBG] from='client.26388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:16:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:16:52.990184+0000 mon.a (mon.0) 2688 : audit [DBG] from='client.? 172.21.15.23:0/2115297689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:16:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:16:53] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:16:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:53.056651+0000 mgr.y (mgr.14556) 11258 : cluster [DBG] pgmap v9946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:53.056651+0000 mgr.y (mgr.14556) 11258 : cluster [DBG] pgmap v9946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:53.056651+0000 mgr.y (mgr.14556) 11258 : cluster [DBG] pgmap v9946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:55.056987+0000 mgr.y (mgr.14556) 11259 : cluster [DBG] pgmap v9947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:55.056987+0000 mgr.y (mgr.14556) 11259 : cluster [DBG] pgmap v9947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:55.056987+0000 mgr.y (mgr.14556) 11259 : cluster [DBG] pgmap v9947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:16:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:57.057653+0000 mgr.y (mgr.14556) 11260 : cluster [DBG] pgmap v9948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:58.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:16:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:57.057653+0000 mgr.y (mgr.14556) 11260 : cluster [DBG] pgmap v9948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:16:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:16:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:57.057653+0000 mgr.y (mgr.14556) 11260 : cluster [DBG] pgmap v9948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:16:59.058027+0000 mgr.y (mgr.14556) 11261 : cluster [DBG] pgmap v9949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:16:59.058027+0000 mgr.y (mgr.14556) 11261 : cluster [DBG] pgmap v9949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:16:59.058027+0000 mgr.y (mgr.14556) 11261 : cluster [DBG] pgmap v9949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:17:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:01.058802+0000 mgr.y (mgr.14556) 11262 : cluster [DBG] pgmap v9950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:01.058802+0000 mgr.y (mgr.14556) 11262 : cluster [DBG] pgmap v9950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:01.058802+0000 mgr.y (mgr.14556) 11262 : cluster [DBG] pgmap v9950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:17:03] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:17:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:03.059389+0000 mgr.y (mgr.14556) 11263 : cluster [DBG] pgmap v9951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:03.059389+0000 mgr.y (mgr.14556) 11263 : cluster [DBG] pgmap v9951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:03.059389+0000 mgr.y (mgr.14556) 11263 : cluster [DBG] pgmap v9951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:05.059918+0000 mgr.y (mgr.14556) 11264 : cluster [DBG] pgmap v9952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:05.059918+0000 mgr.y (mgr.14556) 11264 : cluster [DBG] pgmap v9952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:05.059918+0000 mgr.y (mgr.14556) 11264 : cluster [DBG] pgmap v9952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:07.060642+0000 mgr.y (mgr.14556) 11265 : cluster [DBG] pgmap v9953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:07.060642+0000 mgr.y (mgr.14556) 11265 : cluster [DBG] pgmap v9953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:07.060642+0000 mgr.y (mgr.14556) 11265 : cluster [DBG] pgmap v9953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:09.061354+0000 mgr.y (mgr.14556) 11266 : cluster [DBG] pgmap v9954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:09.061354+0000 mgr.y (mgr.14556) 11266 : cluster [DBG] pgmap v9954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:09.061354+0000 mgr.y (mgr.14556) 11266 : cluster [DBG] pgmap v9954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:17:12.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:11.062153+0000 mgr.y (mgr.14556) 11267 : cluster [DBG] pgmap v9955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:11.062153+0000 mgr.y (mgr.14556) 11267 : cluster [DBG] pgmap v9955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:11.062153+0000 mgr.y (mgr.14556) 11267 : cluster [DBG] pgmap v9955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:17:13] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:17:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:13.062726+0000 mgr.y (mgr.14556) 11268 : cluster [DBG] pgmap v9956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:13.062726+0000 mgr.y (mgr.14556) 11268 : cluster [DBG] pgmap v9956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:13.062726+0000 mgr.y (mgr.14556) 11268 : cluster [DBG] pgmap v9956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:15.063137+0000 mgr.y (mgr.14556) 11269 : cluster [DBG] pgmap v9957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:15.063137+0000 mgr.y (mgr.14556) 11269 : cluster [DBG] pgmap v9957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:15.063137+0000 mgr.y (mgr.14556) 11269 : cluster [DBG] pgmap v9957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:17.063821+0000 mgr.y (mgr.14556) 11270 : cluster [DBG] pgmap v9958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:17.063821+0000 mgr.y (mgr.14556) 11270 : cluster [DBG] pgmap v9958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:17.063821+0000 mgr.y (mgr.14556) 11270 : cluster [DBG] pgmap v9958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:19.064293+0000 mgr.y (mgr.14556) 11271 : cluster [DBG] pgmap v9959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:19.064293+0000 mgr.y (mgr.14556) 11271 : cluster [DBG] pgmap v9959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:19.064293+0000 mgr.y (mgr.14556) 11271 : cluster [DBG] pgmap v9959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:17:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:21.065154+0000 mgr.y (mgr.14556) 11272 : cluster [DBG] pgmap v9960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:21.065154+0000 mgr.y (mgr.14556) 11272 : cluster [DBG] pgmap v9960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:21.065154+0000 mgr.y (mgr.14556) 11272 : cluster [DBG] pgmap v9960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:23.313 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:17:23.603 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:17:23.603 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 4m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:17:23.603 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 4m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:17:23.603 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 4m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:17:23.603 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 4m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 4m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 4m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 4m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 4m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 4m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 4m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:17:23.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:17:23.605 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 4m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:17:23.953 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:17:23.953 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:17:23.953 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:17:23.953 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:17:23.954 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:17:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:17:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:17:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:23.065511+0000 mgr.y (mgr.14556) 11273 : cluster [DBG] pgmap v9961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:17:23.303310+0000 mgr.y (mgr.14556) 11274 : audit [DBG] from='client.36314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:17:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:17:23.596347+0000 mgr.y (mgr.14556) 11275 : audit [DBG] from='client.36320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:17:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:17:23.954673+0000 mon.a (mon.0) 2689 : audit [DBG] from='client.? 172.21.15.23:0/4291928072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:17:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:23.065511+0000 mgr.y (mgr.14556) 11273 : cluster [DBG] pgmap v9961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:17:23.303310+0000 mgr.y (mgr.14556) 11274 : audit [DBG] from='client.36314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:17:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:17:23.596347+0000 mgr.y (mgr.14556) 11275 : audit [DBG] from='client.36320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:17:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:17:23.954673+0000 mon.a (mon.0) 2689 : audit [DBG] from='client.? 172.21.15.23:0/4291928072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:17:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:23.065511+0000 mgr.y (mgr.14556) 11273 : cluster [DBG] pgmap v9961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:17:23.303310+0000 mgr.y (mgr.14556) 11274 : audit [DBG] from='client.36314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:17:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:17:23.596347+0000 mgr.y (mgr.14556) 11275 : audit [DBG] from='client.36320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:17:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:17:23.954673+0000 mon.a (mon.0) 2689 : audit [DBG] from='client.? 172.21.15.23:0/4291928072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:17:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:25.065905+0000 mgr.y (mgr.14556) 11276 : cluster [DBG] pgmap v9962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:25.065905+0000 mgr.y (mgr.14556) 11276 : cluster [DBG] pgmap v9962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:25.065905+0000 mgr.y (mgr.14556) 11276 : cluster [DBG] pgmap v9962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:27.066615+0000 mgr.y (mgr.14556) 11277 : cluster [DBG] pgmap v9963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:27.066615+0000 mgr.y (mgr.14556) 11277 : cluster [DBG] pgmap v9963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:27.066615+0000 mgr.y (mgr.14556) 11277 : cluster [DBG] pgmap v9963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:29.067130+0000 mgr.y (mgr.14556) 11278 : cluster [DBG] pgmap v9964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:29.067130+0000 mgr.y (mgr.14556) 11278 : cluster [DBG] pgmap v9964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:29.067130+0000 mgr.y (mgr.14556) 11278 : cluster [DBG] pgmap v9964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:17:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:31.067859+0000 mgr.y (mgr.14556) 11279 : cluster [DBG] pgmap v9965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:31.067859+0000 mgr.y (mgr.14556) 11279 : cluster [DBG] pgmap v9965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:31.067859+0000 mgr.y (mgr.14556) 11279 : cluster [DBG] pgmap v9965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:17:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:17:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:33.068362+0000 mgr.y (mgr.14556) 11280 : cluster [DBG] pgmap v9966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:33.068362+0000 mgr.y (mgr.14556) 11280 : cluster [DBG] pgmap v9966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:33.068362+0000 mgr.y (mgr.14556) 11280 : cluster [DBG] pgmap v9966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:35.068827+0000 mgr.y (mgr.14556) 11281 : cluster [DBG] pgmap v9967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:35.068827+0000 mgr.y (mgr.14556) 11281 : cluster [DBG] pgmap v9967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:35.068827+0000 mgr.y (mgr.14556) 11281 : cluster [DBG] pgmap v9967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:37.069424+0000 mgr.y (mgr.14556) 11282 : cluster [DBG] pgmap v9968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:37.069424+0000 mgr.y (mgr.14556) 11282 : cluster [DBG] pgmap v9968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:37.069424+0000 mgr.y (mgr.14556) 11282 : cluster [DBG] pgmap v9968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:39.069932+0000 mgr.y (mgr.14556) 11283 : cluster [DBG] pgmap v9969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:39.069932+0000 mgr.y (mgr.14556) 11283 : cluster [DBG] pgmap v9969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:39.069932+0000 mgr.y (mgr.14556) 11283 : cluster [DBG] pgmap v9969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:17:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:41.070642+0000 mgr.y (mgr.14556) 11284 : cluster [DBG] pgmap v9970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:41.070642+0000 mgr.y (mgr.14556) 11284 : cluster [DBG] pgmap v9970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:41.070642+0000 mgr.y (mgr.14556) 11284 : cluster [DBG] pgmap v9970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:17:43] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:17:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:43.071041+0000 mgr.y (mgr.14556) 11285 : cluster [DBG] pgmap v9971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:43.071041+0000 mgr.y (mgr.14556) 11285 : cluster [DBG] pgmap v9971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:43.071041+0000 mgr.y (mgr.14556) 11285 : cluster [DBG] pgmap v9971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:45.071453+0000 mgr.y (mgr.14556) 11286 : cluster [DBG] pgmap v9972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:45.071453+0000 mgr.y (mgr.14556) 11286 : cluster [DBG] pgmap v9972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:45.071453+0000 mgr.y (mgr.14556) 11286 : cluster [DBG] pgmap v9972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:17:47.726975+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:17:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:17:47.726975+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:17:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:17:47.726975+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:17:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:47.072084+0000 mgr.y (mgr.14556) 11287 : cluster [DBG] pgmap v9973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:17:48.033257+0000 mon.a (mon.0) 2691 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:17:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:17:48.033919+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:17:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:17:48.041304+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:17:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:47.072084+0000 mgr.y (mgr.14556) 11287 : cluster [DBG] pgmap v9973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:17:48.033257+0000 mon.a (mon.0) 2691 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:17:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:17:48.033919+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:17:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:17:48.041304+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:17:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:47.072084+0000 mgr.y (mgr.14556) 11287 : cluster [DBG] pgmap v9973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:17:48.033257+0000 mon.a (mon.0) 2691 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:17:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:17:48.033919+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:17:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:17:48.041304+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:17:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:49.072428+0000 mgr.y (mgr.14556) 11288 : cluster [DBG] pgmap v9974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:51.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:49.072428+0000 mgr.y (mgr.14556) 11288 : cluster [DBG] pgmap v9974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:49.072428+0000 mgr.y (mgr.14556) 11288 : cluster [DBG] pgmap v9974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:17:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:51.073236+0000 mgr.y (mgr.14556) 11289 : cluster [DBG] pgmap v9975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:51.073236+0000 mgr.y (mgr.14556) 11289 : cluster [DBG] pgmap v9975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:51.073236+0000 mgr.y (mgr.14556) 11289 : cluster [DBG] pgmap v9975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:17:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T12:17:54.276 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:17:54.563 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:17:54.564 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:17:54.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:17:54.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:17:54.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:17:54.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:17:54.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:17:54.565 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:17:54.911 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:17:54.912 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:17:54.912 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:17:54.912 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:17:54.912 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:17:54.912 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:17:54.912 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:17:54.912 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:17:54.912 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:17:54.912 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:17:54.912 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:17:54.912 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:17:54.912 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:17:54.913 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:17:54.913 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:17:54.913 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:17:54.913 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:17:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:53.073623+0000 mgr.y (mgr.14556) 11290 : cluster [DBG] pgmap v9976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:53.073623+0000 mgr.y (mgr.14556) 11290 : cluster [DBG] pgmap v9976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:53.073623+0000 mgr.y (mgr.14556) 11290 : cluster [DBG] pgmap v9976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:17:54.265358+0000 mgr.y (mgr.14556) 11291 : audit [DBG] from='client.26418 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:17:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:17:54.556944+0000 mgr.y (mgr.14556) 11292 : audit [DBG] from='client.36338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:17:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:17:54.912966+0000 mon.a (mon.0) 2694 : audit [DBG] from='client.? 172.21.15.23:0/2060121987' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:17:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:17:54.265358+0000 mgr.y (mgr.14556) 11291 : audit [DBG] from='client.26418 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:17:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:17:54.556944+0000 mgr.y (mgr.14556) 11292 : audit [DBG] from='client.36338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:17:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:17:54.912966+0000 mon.a (mon.0) 2694 : audit [DBG] from='client.? 172.21.15.23:0/2060121987' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:17:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:17:54.265358+0000 mgr.y (mgr.14556) 11291 : audit [DBG] from='client.26418 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:17:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:17:54.556944+0000 mgr.y (mgr.14556) 11292 : audit [DBG] from='client.36338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:17:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:17:54.912966+0000 mon.a (mon.0) 2694 : audit [DBG] from='client.? 172.21.15.23:0/2060121987' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:17:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:55.073962+0000 mgr.y (mgr.14556) 11293 : cluster [DBG] pgmap v9977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:55.073962+0000 mgr.y (mgr.14556) 11293 : cluster [DBG] pgmap v9977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:55.073962+0000 mgr.y (mgr.14556) 11293 : cluster [DBG] pgmap v9977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:57.074735+0000 mgr.y (mgr.14556) 11294 : cluster [DBG] pgmap v9978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:57.074735+0000 mgr.y (mgr.14556) 11294 : cluster [DBG] pgmap v9978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:17:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:17:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:57.074735+0000 mgr.y (mgr.14556) 11294 : cluster [DBG] pgmap v9978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:17:59.075068+0000 mgr.y (mgr.14556) 11295 : cluster [DBG] pgmap v9979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:17:59.075068+0000 mgr.y (mgr.14556) 11295 : cluster [DBG] pgmap v9979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:17:59.075068+0000 mgr.y (mgr.14556) 11295 : cluster [DBG] pgmap v9979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:18:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:01.075706+0000 mgr.y (mgr.14556) 11296 : cluster [DBG] pgmap v9980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:01.075706+0000 mgr.y (mgr.14556) 11296 : cluster [DBG] pgmap v9980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:01.075706+0000 mgr.y (mgr.14556) 11296 : cluster [DBG] pgmap v9980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:18:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T12:18:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:03.076145+0000 mgr.y (mgr.14556) 11297 : cluster [DBG] pgmap v9981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:03.076145+0000 mgr.y (mgr.14556) 11297 : cluster [DBG] pgmap v9981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:03.076145+0000 mgr.y (mgr.14556) 11297 : cluster [DBG] pgmap v9981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:05.076487+0000 mgr.y (mgr.14556) 11298 : cluster [DBG] pgmap v9982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:05.076487+0000 mgr.y (mgr.14556) 11298 : cluster [DBG] pgmap v9982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:05.076487+0000 mgr.y (mgr.14556) 11298 : cluster [DBG] pgmap v9982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:09.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:07.077172+0000 mgr.y (mgr.14556) 11299 : cluster [DBG] pgmap v9983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:07.077172+0000 mgr.y (mgr.14556) 11299 : cluster [DBG] pgmap v9983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:07.077172+0000 mgr.y (mgr.14556) 11299 : cluster [DBG] pgmap v9983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:09.077629+0000 mgr.y (mgr.14556) 11300 : cluster [DBG] pgmap v9984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:09.077629+0000 mgr.y (mgr.14556) 11300 : cluster [DBG] pgmap v9984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:09.077629+0000 mgr.y (mgr.14556) 11300 : cluster [DBG] pgmap v9984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:18:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:11.078291+0000 mgr.y (mgr.14556) 11301 : cluster [DBG] pgmap v9985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:11.078291+0000 mgr.y (mgr.14556) 11301 : cluster [DBG] pgmap v9985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:11.078291+0000 mgr.y (mgr.14556) 11301 : cluster [DBG] pgmap v9985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:18:13] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T12:18:15.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:13.078730+0000 mgr.y (mgr.14556) 11302 : cluster [DBG] pgmap v9986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:13.078730+0000 mgr.y (mgr.14556) 11302 : cluster [DBG] pgmap v9986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:13.078730+0000 mgr.y (mgr.14556) 11302 : cluster [DBG] pgmap v9986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:15.079211+0000 mgr.y (mgr.14556) 11303 : cluster [DBG] pgmap v9987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:17.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:15.079211+0000 mgr.y (mgr.14556) 11303 : cluster [DBG] pgmap v9987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:15.079211+0000 mgr.y (mgr.14556) 11303 : cluster [DBG] pgmap v9987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:17.079929+0000 mgr.y (mgr.14556) 11304 : cluster [DBG] pgmap v9988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:17.079929+0000 mgr.y (mgr.14556) 11304 : cluster [DBG] pgmap v9988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:17.079929+0000 mgr.y (mgr.14556) 11304 : cluster [DBG] pgmap v9988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:19.080324+0000 mgr.y (mgr.14556) 11305 : cluster [DBG] pgmap v9989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:19.080324+0000 mgr.y (mgr.14556) 11305 : cluster [DBG] pgmap v9989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:19.080324+0000 mgr.y (mgr.14556) 11305 : cluster [DBG] pgmap v9989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:18:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:21.081143+0000 mgr.y (mgr.14556) 11306 : cluster [DBG] pgmap v9990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:21.081143+0000 mgr.y (mgr.14556) 11306 : cluster [DBG] pgmap v9990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:21.081143+0000 mgr.y (mgr.14556) 11306 : cluster [DBG] pgmap v9990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:18:23] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:18:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:23.081577+0000 mgr.y (mgr.14556) 11307 : cluster [DBG] pgmap v9991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:25.236 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:18:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:23.081577+0000 mgr.y (mgr.14556) 11307 : cluster [DBG] pgmap v9991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:23.081577+0000 mgr.y (mgr.14556) 11307 : cluster [DBG] pgmap v9991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:25.527 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:18:25.528 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:18:25.529 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:18:25.529 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:18:25.529 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:18:25.529 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:18:25.529 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:18:25.877 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:18:25.877 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:18:25.877 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:18:25.877 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:18:25.877 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:18:25.877 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:18:25.877 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:18:25.878 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:18:25.878 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:18:25.878 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:18:25.878 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:18:25.878 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:18:25.878 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:18:25.878 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:18:25.878 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:18:25.878 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:18:25.878 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:18:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:18:25.878749+0000 mon.a (mon.0) 2695 : audit [DBG] from='client.? 172.21.15.23:0/1579936142' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:18:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:18:25.878749+0000 mon.a (mon.0) 2695 : audit [DBG] from='client.? 172.21.15.23:0/1579936142' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:18:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:18:25.878749+0000 mon.a (mon.0) 2695 : audit [DBG] from='client.? 172.21.15.23:0/1579936142' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:18:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:25.081871+0000 mgr.y (mgr.14556) 11308 : cluster [DBG] pgmap v9992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:18:25.226352+0000 mgr.y (mgr.14556) 11309 : audit [DBG] from='client.26436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:18:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:18:25.520856+0000 mgr.y (mgr.14556) 11310 : audit [DBG] from='client.26442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:18:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:25.081871+0000 mgr.y (mgr.14556) 11308 : cluster [DBG] pgmap v9992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:18:25.226352+0000 mgr.y (mgr.14556) 11309 : audit [DBG] from='client.26436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:18:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:18:25.520856+0000 mgr.y (mgr.14556) 11310 : audit [DBG] from='client.26442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:18:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:25.081871+0000 mgr.y (mgr.14556) 11308 : cluster [DBG] pgmap v9992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:18:25.226352+0000 mgr.y (mgr.14556) 11309 : audit [DBG] from='client.26436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:18:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:18:25.520856+0000 mgr.y (mgr.14556) 11310 : audit [DBG] from='client.26442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:18:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:27.082610+0000 mgr.y (mgr.14556) 11311 : cluster [DBG] pgmap v9993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:27.082610+0000 mgr.y (mgr.14556) 11311 : cluster [DBG] pgmap v9993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:27.082610+0000 mgr.y (mgr.14556) 11311 : cluster [DBG] pgmap v9993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:29.083185+0000 mgr.y (mgr.14556) 11312 : cluster [DBG] pgmap v9994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:29.083185+0000 mgr.y (mgr.14556) 11312 : cluster [DBG] pgmap v9994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:29.083185+0000 mgr.y (mgr.14556) 11312 : cluster [DBG] pgmap v9994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:18:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:31.084119+0000 mgr.y (mgr.14556) 11313 : cluster [DBG] pgmap v9995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:31.084119+0000 mgr.y (mgr.14556) 11313 : cluster [DBG] pgmap v9995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:31.084119+0000 mgr.y (mgr.14556) 11313 : cluster [DBG] pgmap v9995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:18:33] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:18:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:33.084541+0000 mgr.y (mgr.14556) 11314 : cluster [DBG] pgmap v9996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:33.084541+0000 mgr.y (mgr.14556) 11314 : cluster [DBG] pgmap v9996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:33.084541+0000 mgr.y (mgr.14556) 11314 : cluster [DBG] pgmap v9996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:35.084937+0000 mgr.y (mgr.14556) 11315 : cluster [DBG] pgmap v9997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:35.084937+0000 mgr.y (mgr.14556) 11315 : cluster [DBG] pgmap v9997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:35.084937+0000 mgr.y (mgr.14556) 11315 : cluster [DBG] pgmap v9997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:37.085616+0000 mgr.y (mgr.14556) 11316 : cluster [DBG] pgmap v9998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:37.085616+0000 mgr.y (mgr.14556) 11316 : cluster [DBG] pgmap v9998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:37.085616+0000 mgr.y (mgr.14556) 11316 : cluster [DBG] pgmap v9998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:39.086102+0000 mgr.y (mgr.14556) 11317 : cluster [DBG] pgmap v9999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:39.086102+0000 mgr.y (mgr.14556) 11317 : cluster [DBG] pgmap v9999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:39.086102+0000 mgr.y (mgr.14556) 11317 : cluster [DBG] pgmap v9999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:18:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:41.086923+0000 mgr.y (mgr.14556) 11318 : cluster [DBG] pgmap v10000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:41.086923+0000 mgr.y (mgr.14556) 11318 : cluster [DBG] pgmap v10000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:41.086923+0000 mgr.y (mgr.14556) 11318 : cluster [DBG] pgmap v10000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:18:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:18:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:43.087238+0000 mgr.y (mgr.14556) 11319 : cluster [DBG] pgmap v10001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:43.087238+0000 mgr.y (mgr.14556) 11319 : cluster [DBG] pgmap v10001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:43.087238+0000 mgr.y (mgr.14556) 11319 : cluster [DBG] pgmap v10001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:45.087749+0000 mgr.y (mgr.14556) 11320 : cluster [DBG] pgmap v10002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:45.087749+0000 mgr.y (mgr.14556) 11320 : cluster [DBG] pgmap v10002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:45.087749+0000 mgr.y (mgr.14556) 11320 : cluster [DBG] pgmap v10002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:47.088646+0000 mgr.y (mgr.14556) 11321 : cluster [DBG] pgmap v10003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:18:48.045573+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:18:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:47.088646+0000 mgr.y (mgr.14556) 11321 : cluster [DBG] pgmap v10003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:18:48.045573+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:18:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:47.088646+0000 mgr.y (mgr.14556) 11321 : cluster [DBG] pgmap v10003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:18:48.045573+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:18:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:49.089105+0000 mgr.y (mgr.14556) 11322 : cluster [DBG] pgmap v10004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:49.089105+0000 mgr.y (mgr.14556) 11322 : cluster [DBG] pgmap v10004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:49.089105+0000 mgr.y (mgr.14556) 11322 : cluster [DBG] pgmap v10004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:18:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:51.089657+0000 mgr.y (mgr.14556) 11323 : cluster [DBG] pgmap v10005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:18:51.140035+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:18:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:18:51.434942+0000 mon.a (mon.0) 2698 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:18:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:18:51.435621+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:18:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:18:51.443579+0000 mon.a (mon.0) 2700 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:18:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:51.089657+0000 mgr.y (mgr.14556) 11323 : cluster [DBG] pgmap v10005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:18:51.140035+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:18:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:18:51.434942+0000 mon.a (mon.0) 2698 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:18:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:18:51.435621+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:18:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:18:51.443579+0000 mon.a (mon.0) 2700 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:18:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:51.089657+0000 mgr.y (mgr.14556) 11323 : cluster [DBG] pgmap v10005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:18:51.140035+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:18:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:18:51.434942+0000 mon.a (mon.0) 2698 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:18:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:18:51.435621+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:18:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:18:51.443579+0000 mon.a (mon.0) 2700 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:18:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:18:53] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:18:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:53.090046+0000 mgr.y (mgr.14556) 11324 : cluster [DBG] pgmap v10006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:53.090046+0000 mgr.y (mgr.14556) 11324 : cluster [DBG] pgmap v10006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:53.090046+0000 mgr.y (mgr.14556) 11324 : cluster [DBG] pgmap v10006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:56.205 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:18:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:55.090556+0000 mgr.y (mgr.14556) 11325 : cluster [DBG] pgmap v10007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:56.494 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:18:56.494 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 6m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:18:56.494 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 6m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:18:56.494 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 6m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:18:56.494 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 6m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:18:56.494 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 6m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:18:56.494 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 6m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:18:56.494 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 6m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 6m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 6m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 6m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 6m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 6m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 6m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 6m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 6m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 6m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 6m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 6m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:18:56.495 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 6m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:18:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:55.090556+0000 mgr.y (mgr.14556) 11325 : cluster [DBG] pgmap v10007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:55.090556+0000 mgr.y (mgr.14556) 11325 : cluster [DBG] pgmap v10007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:56.841 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:18:56.841 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:18:56.841 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:18:56.842 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:18:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:18:56.194437+0000 mgr.y (mgr.14556) 11326 : audit [DBG] from='client.26454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:18:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:18:56.487556+0000 mgr.y (mgr.14556) 11327 : audit [DBG] from='client.36371 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:18:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:18:56.842958+0000 mon.c (mon.2) 289 : audit [DBG] from='client.? 172.21.15.23:0/2226731527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:18:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:18:56.194437+0000 mgr.y (mgr.14556) 11326 : audit [DBG] from='client.26454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:18:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:18:56.487556+0000 mgr.y (mgr.14556) 11327 : audit [DBG] from='client.36371 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:18:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:18:56.842958+0000 mon.c (mon.2) 289 : audit [DBG] from='client.? 172.21.15.23:0/2226731527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:18:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:18:56.194437+0000 mgr.y (mgr.14556) 11326 : audit [DBG] from='client.26454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:18:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:18:56.487556+0000 mgr.y (mgr.14556) 11327 : audit [DBG] from='client.36371 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:18:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:18:56.842958+0000 mon.c (mon.2) 289 : audit [DBG] from='client.? 172.21.15.23:0/2226731527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:18:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:57.091153+0000 mgr.y (mgr.14556) 11328 : cluster [DBG] pgmap v10008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:57.091153+0000 mgr.y (mgr.14556) 11328 : cluster [DBG] pgmap v10008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:18:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:18:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:57.091153+0000 mgr.y (mgr.14556) 11328 : cluster [DBG] pgmap v10008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:18:59.091762+0000 mgr.y (mgr.14556) 11329 : cluster [DBG] pgmap v10009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:18:59.091762+0000 mgr.y (mgr.14556) 11329 : cluster [DBG] pgmap v10009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:18:59.091762+0000 mgr.y (mgr.14556) 11329 : cluster [DBG] pgmap v10009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:19:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:01.092615+0000 mgr.y (mgr.14556) 11330 : cluster [DBG] pgmap v10010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:01.092615+0000 mgr.y (mgr.14556) 11330 : cluster [DBG] pgmap v10010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:01.092615+0000 mgr.y (mgr.14556) 11330 : cluster [DBG] pgmap v10010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:19:03] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:19:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:03.093014+0000 mgr.y (mgr.14556) 11331 : cluster [DBG] pgmap v10011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:03.093014+0000 mgr.y (mgr.14556) 11331 : cluster [DBG] pgmap v10011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:03.093014+0000 mgr.y (mgr.14556) 11331 : cluster [DBG] pgmap v10011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:05.093499+0000 mgr.y (mgr.14556) 11332 : cluster [DBG] pgmap v10012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:05.093499+0000 mgr.y (mgr.14556) 11332 : cluster [DBG] pgmap v10012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:05.093499+0000 mgr.y (mgr.14556) 11332 : cluster [DBG] pgmap v10012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:07.094286+0000 mgr.y (mgr.14556) 11333 : cluster [DBG] pgmap v10013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:07.094286+0000 mgr.y (mgr.14556) 11333 : cluster [DBG] pgmap v10013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:07.094286+0000 mgr.y (mgr.14556) 11333 : cluster [DBG] pgmap v10013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:09.094777+0000 mgr.y (mgr.14556) 11334 : cluster [DBG] pgmap v10014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:09.094777+0000 mgr.y (mgr.14556) 11334 : cluster [DBG] pgmap v10014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:09.094777+0000 mgr.y (mgr.14556) 11334 : cluster [DBG] pgmap v10014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:19:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:11.095690+0000 mgr.y (mgr.14556) 11335 : cluster [DBG] pgmap v10015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:11.095690+0000 mgr.y (mgr.14556) 11335 : cluster [DBG] pgmap v10015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:11.095690+0000 mgr.y (mgr.14556) 11335 : cluster [DBG] pgmap v10015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:19:13] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:19:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:13.096238+0000 mgr.y (mgr.14556) 11336 : cluster [DBG] pgmap v10016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:13.096238+0000 mgr.y (mgr.14556) 11336 : cluster [DBG] pgmap v10016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:13.096238+0000 mgr.y (mgr.14556) 11336 : cluster [DBG] pgmap v10016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:15.096650+0000 mgr.y (mgr.14556) 11337 : cluster [DBG] pgmap v10017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:15.096650+0000 mgr.y (mgr.14556) 11337 : cluster [DBG] pgmap v10017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:15.096650+0000 mgr.y (mgr.14556) 11337 : cluster [DBG] pgmap v10017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:17.097405+0000 mgr.y (mgr.14556) 11338 : cluster [DBG] pgmap v10018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:17.097405+0000 mgr.y (mgr.14556) 11338 : cluster [DBG] pgmap v10018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:17.097405+0000 mgr.y (mgr.14556) 11338 : cluster [DBG] pgmap v10018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:19.097948+0000 mgr.y (mgr.14556) 11339 : cluster [DBG] pgmap v10019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:19.097948+0000 mgr.y (mgr.14556) 11339 : cluster [DBG] pgmap v10019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:19.097948+0000 mgr.y (mgr.14556) 11339 : cluster [DBG] pgmap v10019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:19:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:21.098864+0000 mgr.y (mgr.14556) 11340 : cluster [DBG] pgmap v10020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:21.098864+0000 mgr.y (mgr.14556) 11340 : cluster [DBG] pgmap v10020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:21.098864+0000 mgr.y (mgr.14556) 11340 : cluster [DBG] pgmap v10020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:19:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:19:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:23.099407+0000 mgr.y (mgr.14556) 11341 : cluster [DBG] pgmap v10021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:23.099407+0000 mgr.y (mgr.14556) 11341 : cluster [DBG] pgmap v10021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:23.099407+0000 mgr.y (mgr.14556) 11341 : cluster [DBG] pgmap v10021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:25.099851+0000 mgr.y (mgr.14556) 11342 : cluster [DBG] pgmap v10022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:25.099851+0000 mgr.y (mgr.14556) 11342 : cluster [DBG] pgmap v10022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:25.099851+0000 mgr.y (mgr.14556) 11342 : cluster [DBG] pgmap v10022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:27.166 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:19:27.457 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:19:27.457 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 6m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:19:27.457 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 6m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:19:27.457 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 6m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:19:27.457 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 6m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 6m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 6m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 6m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 6m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 6m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 6m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 6m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 6m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 6m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 6m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 6m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:19:27.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 6m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:19:27.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 6m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:19:27.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 6m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:19:27.459 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 6m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:19:27.805 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:19:27.806 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:19:27.806 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:19:27.806 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:19:27.806 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:19:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:27.100454+0000 mgr.y (mgr.14556) 11343 : cluster [DBG] pgmap v10023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:19:27.155420+0000 mgr.y (mgr.14556) 11344 : audit [DBG] from='client.26472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:19:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:19:27.450464+0000 mgr.y (mgr.14556) 11345 : audit [DBG] from='client.36389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:19:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:19:27.806204+0000 mon.c (mon.2) 290 : audit [DBG] from='client.? 172.21.15.23:0/744078869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:19:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:27.100454+0000 mgr.y (mgr.14556) 11343 : cluster [DBG] pgmap v10023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:19:27.155420+0000 mgr.y (mgr.14556) 11344 : audit [DBG] from='client.26472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:19:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:19:27.450464+0000 mgr.y (mgr.14556) 11345 : audit [DBG] from='client.36389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:19:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:19:27.806204+0000 mon.c (mon.2) 290 : audit [DBG] from='client.? 172.21.15.23:0/744078869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:19:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:27.100454+0000 mgr.y (mgr.14556) 11343 : cluster [DBG] pgmap v10023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:19:27.155420+0000 mgr.y (mgr.14556) 11344 : audit [DBG] from='client.26472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:19:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:19:27.450464+0000 mgr.y (mgr.14556) 11345 : audit [DBG] from='client.36389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:19:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:19:27.806204+0000 mon.c (mon.2) 290 : audit [DBG] from='client.? 172.21.15.23:0/744078869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:19:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:29.100986+0000 mgr.y (mgr.14556) 11346 : cluster [DBG] pgmap v10024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:29.100986+0000 mgr.y (mgr.14556) 11346 : cluster [DBG] pgmap v10024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:29.100986+0000 mgr.y (mgr.14556) 11346 : cluster [DBG] pgmap v10024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:19:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:31.101733+0000 mgr.y (mgr.14556) 11347 : cluster [DBG] pgmap v10025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:31.101733+0000 mgr.y (mgr.14556) 11347 : cluster [DBG] pgmap v10025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:31.101733+0000 mgr.y (mgr.14556) 11347 : cluster [DBG] pgmap v10025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:19:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:19:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:33.102171+0000 mgr.y (mgr.14556) 11348 : cluster [DBG] pgmap v10026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:33.102171+0000 mgr.y (mgr.14556) 11348 : cluster [DBG] pgmap v10026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:33.102171+0000 mgr.y (mgr.14556) 11348 : cluster [DBG] pgmap v10026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:35.102662+0000 mgr.y (mgr.14556) 11349 : cluster [DBG] pgmap v10027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:35.102662+0000 mgr.y (mgr.14556) 11349 : cluster [DBG] pgmap v10027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:35.102662+0000 mgr.y (mgr.14556) 11349 : cluster [DBG] pgmap v10027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:37.103306+0000 mgr.y (mgr.14556) 11350 : cluster [DBG] pgmap v10028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:37.103306+0000 mgr.y (mgr.14556) 11350 : cluster [DBG] pgmap v10028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:37.103306+0000 mgr.y (mgr.14556) 11350 : cluster [DBG] pgmap v10028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:39.103704+0000 mgr.y (mgr.14556) 11351 : cluster [DBG] pgmap v10029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:39.103704+0000 mgr.y (mgr.14556) 11351 : cluster [DBG] pgmap v10029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:39.103704+0000 mgr.y (mgr.14556) 11351 : cluster [DBG] pgmap v10029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:19:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:41.104407+0000 mgr.y (mgr.14556) 11352 : cluster [DBG] pgmap v10030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:41.104407+0000 mgr.y (mgr.14556) 11352 : cluster [DBG] pgmap v10030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:41.104407+0000 mgr.y (mgr.14556) 11352 : cluster [DBG] pgmap v10030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:19:43] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-03-22T12:19:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:43.104907+0000 mgr.y (mgr.14556) 11353 : cluster [DBG] pgmap v10031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:43.104907+0000 mgr.y (mgr.14556) 11353 : cluster [DBG] pgmap v10031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:43.104907+0000 mgr.y (mgr.14556) 11353 : cluster [DBG] pgmap v10031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:45.105324+0000 mgr.y (mgr.14556) 11354 : cluster [DBG] pgmap v10032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:45.105324+0000 mgr.y (mgr.14556) 11354 : cluster [DBG] pgmap v10032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:45.105324+0000 mgr.y (mgr.14556) 11354 : cluster [DBG] pgmap v10032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:47.105965+0000 mgr.y (mgr.14556) 11355 : cluster [DBG] pgmap v10033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:47.105965+0000 mgr.y (mgr.14556) 11355 : cluster [DBG] pgmap v10033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:47.105965+0000 mgr.y (mgr.14556) 11355 : cluster [DBG] pgmap v10033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:49.106422+0000 mgr.y (mgr.14556) 11356 : cluster [DBG] pgmap v10034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:49.106422+0000 mgr.y (mgr.14556) 11356 : cluster [DBG] pgmap v10034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:49.106422+0000 mgr.y (mgr.14556) 11356 : cluster [DBG] pgmap v10034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:19:52.794 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:51.107161+0000 mgr.y (mgr.14556) 11357 : cluster [DBG] pgmap v10035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:52.794 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:19:51.447952+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:19:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:51.107161+0000 mgr.y (mgr.14556) 11357 : cluster [DBG] pgmap v10035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:19:51.447952+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:19:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:51.107161+0000 mgr.y (mgr.14556) 11357 : cluster [DBG] pgmap v10035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:19:51.447952+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:19:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:19:53] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T12:19:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:53.107588+0000 mgr.y (mgr.14556) 11358 : cluster [DBG] pgmap v10036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:53.107588+0000 mgr.y (mgr.14556) 11358 : cluster [DBG] pgmap v10036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:53.107588+0000 mgr.y (mgr.14556) 11358 : cluster [DBG] pgmap v10036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:19:54.679314+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:19:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:19:54.970503+0000 mon.a (mon.0) 2703 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:19:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:19:54.971417+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:19:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:19:54.981158+0000 mon.a (mon.0) 2705 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:19:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:19:54.679314+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:19:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:19:54.970503+0000 mon.a (mon.0) 2703 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:19:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:19:54.971417+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:19:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:19:54.981158+0000 mon.a (mon.0) 2705 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:19:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:19:54.679314+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:19:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:19:54.970503+0000 mon.a (mon.0) 2703 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:19:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:19:54.971417+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:19:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:19:54.981158+0000 mon.a (mon.0) 2705 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:19:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:55.108116+0000 mgr.y (mgr.14556) 11359 : cluster [DBG] pgmap v10037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:55.108116+0000 mgr.y (mgr.14556) 11359 : cluster [DBG] pgmap v10037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:55.108116+0000 mgr.y (mgr.14556) 11359 : cluster [DBG] pgmap v10037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:58.130 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:19:58.418 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:19:58.418 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 7m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:19:58.418 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 7m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 7m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 7m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 7m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 7m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 7m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 7m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 7m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 7m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 7m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 7m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 7m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 7m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:19:58.419 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 7m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:19:58.420 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 7m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:19:58.420 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 7m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:19:58.420 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 7m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:19:58.420 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 7m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:19:58.767 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:19:58.767 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:19:58.767 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:19:58.767 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:19:58.767 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:19:58.767 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:19:58.767 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:19:58.767 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:19:58.768 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:19:58.768 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:19:58.768 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:19:58.768 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:19:58.768 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:19:58.768 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:19:58.768 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:19:58.768 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:19:58.768 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:19:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:57.108830+0000 mgr.y (mgr.14556) 11360 : cluster [DBG] pgmap v10038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:19:58.768321+0000 mon.a (mon.0) 2706 : audit [DBG] from='client.? 172.21.15.23:0/414872064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:19:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:57.108830+0000 mgr.y (mgr.14556) 11360 : cluster [DBG] pgmap v10038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:19:58.768321+0000 mon.a (mon.0) 2706 : audit [DBG] from='client.? 172.21.15.23:0/414872064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:19:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:57.108830+0000 mgr.y (mgr.14556) 11360 : cluster [DBG] pgmap v10038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:19:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:19:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:19:58.768321+0000 mon.a (mon.0) 2706 : audit [DBG] from='client.? 172.21.15.23:0/414872064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:20:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:19:58.119777+0000 mgr.y (mgr.14556) 11361 : audit [DBG] from='client.36401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:20:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:19:58.412059+0000 mgr.y (mgr.14556) 11362 : audit [DBG] from='client.36407 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:20:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:00.000147+0000 mon.a (mon.0) 2707 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:20:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T12:19:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:20:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:19:58.119777+0000 mgr.y (mgr.14556) 11361 : audit [DBG] from='client.36401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:20:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:19:58.412059+0000 mgr.y (mgr.14556) 11362 : audit [DBG] from='client.36407 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:20:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:00.000147+0000 mon.a (mon.0) 2707 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:20:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:19:58.119777+0000 mgr.y (mgr.14556) 11361 : audit [DBG] from='client.36401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:20:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:19:58.412059+0000 mgr.y (mgr.14556) 11362 : audit [DBG] from='client.36407 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:20:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:00.000147+0000 mon.a (mon.0) 2707 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:20:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:19:59.109209+0000 mgr.y (mgr.14556) 11363 : cluster [DBG] pgmap v10039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:19:59.109209+0000 mgr.y (mgr.14556) 11363 : cluster [DBG] pgmap v10039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:19:59.109209+0000 mgr.y (mgr.14556) 11363 : cluster [DBG] pgmap v10039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:20:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:01.110057+0000 mgr.y (mgr.14556) 11364 : cluster [DBG] pgmap v10040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:01.110057+0000 mgr.y (mgr.14556) 11364 : cluster [DBG] pgmap v10040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:01.110057+0000 mgr.y (mgr.14556) 11364 : cluster [DBG] pgmap v10040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:04.108 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:20:03] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-03-22T12:20:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:03.110450+0000 mgr.y (mgr.14556) 11365 : cluster [DBG] pgmap v10041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:03.110450+0000 mgr.y (mgr.14556) 11365 : cluster [DBG] pgmap v10041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:03.110450+0000 mgr.y (mgr.14556) 11365 : cluster [DBG] pgmap v10041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:05.111016+0000 mgr.y (mgr.14556) 11366 : cluster [DBG] pgmap v10042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:05.111016+0000 mgr.y (mgr.14556) 11366 : cluster [DBG] pgmap v10042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:05.111016+0000 mgr.y (mgr.14556) 11366 : cluster [DBG] pgmap v10042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:07.111772+0000 mgr.y (mgr.14556) 11367 : cluster [DBG] pgmap v10043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:07.111772+0000 mgr.y (mgr.14556) 11367 : cluster [DBG] pgmap v10043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:07.111772+0000 mgr.y (mgr.14556) 11367 : cluster [DBG] pgmap v10043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:09.112187+0000 mgr.y (mgr.14556) 11368 : cluster [DBG] pgmap v10044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:09.112187+0000 mgr.y (mgr.14556) 11368 : cluster [DBG] pgmap v10044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:09.112187+0000 mgr.y (mgr.14556) 11368 : cluster [DBG] pgmap v10044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:20:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:11.112860+0000 mgr.y (mgr.14556) 11369 : cluster [DBG] pgmap v10045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:11.112860+0000 mgr.y (mgr.14556) 11369 : cluster [DBG] pgmap v10045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:11.112860+0000 mgr.y (mgr.14556) 11369 : cluster [DBG] pgmap v10045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:20:13] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-03-22T12:20:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:13.113456+0000 mgr.y (mgr.14556) 11370 : cluster [DBG] pgmap v10046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:13.113456+0000 mgr.y (mgr.14556) 11370 : cluster [DBG] pgmap v10046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:13.113456+0000 mgr.y (mgr.14556) 11370 : cluster [DBG] pgmap v10046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:15.113956+0000 mgr.y (mgr.14556) 11371 : cluster [DBG] pgmap v10047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:15.113956+0000 mgr.y (mgr.14556) 11371 : cluster [DBG] pgmap v10047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:15.113956+0000 mgr.y (mgr.14556) 11371 : cluster [DBG] pgmap v10047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:17.114848+0000 mgr.y (mgr.14556) 11372 : cluster [DBG] pgmap v10048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:17.114848+0000 mgr.y (mgr.14556) 11372 : cluster [DBG] pgmap v10048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:17.114848+0000 mgr.y (mgr.14556) 11372 : cluster [DBG] pgmap v10048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:19.115282+0000 mgr.y (mgr.14556) 11373 : cluster [DBG] pgmap v10049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:19.115282+0000 mgr.y (mgr.14556) 11373 : cluster [DBG] pgmap v10049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:19.115282+0000 mgr.y (mgr.14556) 11373 : cluster [DBG] pgmap v10049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:20:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:21.115976+0000 mgr.y (mgr.14556) 11374 : cluster [DBG] pgmap v10050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:21.115976+0000 mgr.y (mgr.14556) 11374 : cluster [DBG] pgmap v10050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:21.115976+0000 mgr.y (mgr.14556) 11374 : cluster [DBG] pgmap v10050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:20:23] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:20:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:23.116571+0000 mgr.y (mgr.14556) 11375 : cluster [DBG] pgmap v10051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:23.116571+0000 mgr.y (mgr.14556) 11375 : cluster [DBG] pgmap v10051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:23.116571+0000 mgr.y (mgr.14556) 11375 : cluster [DBG] pgmap v10051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:25.117080+0000 mgr.y (mgr.14556) 11376 : cluster [DBG] pgmap v10052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:25.117080+0000 mgr.y (mgr.14556) 11376 : cluster [DBG] pgmap v10052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:25.117080+0000 mgr.y (mgr.14556) 11376 : cluster [DBG] pgmap v10052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:27.117949+0000 mgr.y (mgr.14556) 11377 : cluster [DBG] pgmap v10053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:27.117949+0000 mgr.y (mgr.14556) 11377 : cluster [DBG] pgmap v10053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:27.117949+0000 mgr.y (mgr.14556) 11377 : cluster [DBG] pgmap v10053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:29.090 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 7m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 7m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 7m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 7m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 7m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 7m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 7m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 7m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 7m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 7m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 7m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:20:29.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 7m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:20:29.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 7m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:20:29.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 7m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:20:29.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 7m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:20:29.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 7m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:20:29.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 7m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:20:29.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 7m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:20:29.380 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 7m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:20:29.729 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:20:29.729 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:20:29.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:20:29.729 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:20:29.729 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:20:29.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:20:29.729 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:20:29.729 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:20:29.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:20:29.729 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:20:29.729 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:20:29.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:20:29.730 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:20:29.730 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:20:29.730 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:20:29.730 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:20:29.730 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:20:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:20:29.078964+0000 mgr.y (mgr.14556) 11378 : audit [DBG] from='client.26508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:20:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:29.118362+0000 mgr.y (mgr.14556) 11379 : cluster [DBG] pgmap v10054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:20:29.372359+0000 mgr.y (mgr.14556) 11380 : audit [DBG] from='client.26514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:20:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:20:29.730444+0000 mon.a (mon.0) 2708 : audit [DBG] from='client.? 172.21.15.23:0/3209032692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:20:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:20:29.078964+0000 mgr.y (mgr.14556) 11378 : audit [DBG] from='client.26508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:20:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:29.118362+0000 mgr.y (mgr.14556) 11379 : cluster [DBG] pgmap v10054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:20:29.372359+0000 mgr.y (mgr.14556) 11380 : audit [DBG] from='client.26514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:20:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:20:29.730444+0000 mon.a (mon.0) 2708 : audit [DBG] from='client.? 172.21.15.23:0/3209032692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:20:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:20:29.078964+0000 mgr.y (mgr.14556) 11378 : audit [DBG] from='client.26508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:20:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:29.118362+0000 mgr.y (mgr.14556) 11379 : cluster [DBG] pgmap v10054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:20:29.372359+0000 mgr.y (mgr.14556) 11380 : audit [DBG] from='client.26514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:20:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:20:29.730444+0000 mon.a (mon.0) 2708 : audit [DBG] from='client.? 172.21.15.23:0/3209032692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:20:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:20:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:31.119024+0000 mgr.y (mgr.14556) 11381 : cluster [DBG] pgmap v10055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:31.119024+0000 mgr.y (mgr.14556) 11381 : cluster [DBG] pgmap v10055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:31.119024+0000 mgr.y (mgr.14556) 11381 : cluster [DBG] pgmap v10055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:20:33] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:20:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:33.119478+0000 mgr.y (mgr.14556) 11382 : cluster [DBG] pgmap v10056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:33.119478+0000 mgr.y (mgr.14556) 11382 : cluster [DBG] pgmap v10056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:33.119478+0000 mgr.y (mgr.14556) 11382 : cluster [DBG] pgmap v10056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:35.119975+0000 mgr.y (mgr.14556) 11383 : cluster [DBG] pgmap v10057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:35.119975+0000 mgr.y (mgr.14556) 11383 : cluster [DBG] pgmap v10057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:35.119975+0000 mgr.y (mgr.14556) 11383 : cluster [DBG] pgmap v10057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:37.120675+0000 mgr.y (mgr.14556) 11384 : cluster [DBG] pgmap v10058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:37.120675+0000 mgr.y (mgr.14556) 11384 : cluster [DBG] pgmap v10058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:37.120675+0000 mgr.y (mgr.14556) 11384 : cluster [DBG] pgmap v10058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:39.121103+0000 mgr.y (mgr.14556) 11385 : cluster [DBG] pgmap v10059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:39.121103+0000 mgr.y (mgr.14556) 11385 : cluster [DBG] pgmap v10059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:39.121103+0000 mgr.y (mgr.14556) 11385 : cluster [DBG] pgmap v10059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:20:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:41.121802+0000 mgr.y (mgr.14556) 11386 : cluster [DBG] pgmap v10060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:41.121802+0000 mgr.y (mgr.14556) 11386 : cluster [DBG] pgmap v10060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:41.121802+0000 mgr.y (mgr.14556) 11386 : cluster [DBG] pgmap v10060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:20:43] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:20:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:43.122349+0000 mgr.y (mgr.14556) 11387 : cluster [DBG] pgmap v10061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:43.122349+0000 mgr.y (mgr.14556) 11387 : cluster [DBG] pgmap v10061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:43.122349+0000 mgr.y (mgr.14556) 11387 : cluster [DBG] pgmap v10061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:45.122740+0000 mgr.y (mgr.14556) 11388 : cluster [DBG] pgmap v10062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:45.122740+0000 mgr.y (mgr.14556) 11388 : cluster [DBG] pgmap v10062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:45.122740+0000 mgr.y (mgr.14556) 11388 : cluster [DBG] pgmap v10062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:48.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:47.123517+0000 mgr.y (mgr.14556) 11389 : cluster [DBG] pgmap v10063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:47.123517+0000 mgr.y (mgr.14556) 11389 : cluster [DBG] pgmap v10063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:47.123517+0000 mgr.y (mgr.14556) 11389 : cluster [DBG] pgmap v10063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:49.124050+0000 mgr.y (mgr.14556) 11390 : cluster [DBG] pgmap v10064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:49.124050+0000 mgr.y (mgr.14556) 11390 : cluster [DBG] pgmap v10064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:49.124050+0000 mgr.y (mgr.14556) 11390 : cluster [DBG] pgmap v10064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:20:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:51.124712+0000 mgr.y (mgr.14556) 11391 : cluster [DBG] pgmap v10065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:51.124712+0000 mgr.y (mgr.14556) 11391 : cluster [DBG] pgmap v10065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:51.124712+0000 mgr.y (mgr.14556) 11391 : cluster [DBG] pgmap v10065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:20:53] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:20:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:53.125129+0000 mgr.y (mgr.14556) 11392 : cluster [DBG] pgmap v10066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:53.125129+0000 mgr.y (mgr.14556) 11392 : cluster [DBG] pgmap v10066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:53.125129+0000 mgr.y (mgr.14556) 11392 : cluster [DBG] pgmap v10066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:20:54.986777+0000 mon.a (mon.0) 2709 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:20:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:20:55.302412+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:20:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:20:55.303086+0000 mon.a (mon.0) 2711 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:20:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:20:55.309123+0000 mon.a (mon.0) 2712 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:20:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:20:54.986777+0000 mon.a (mon.0) 2709 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:20:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:20:55.302412+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:20:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:20:55.303086+0000 mon.a (mon.0) 2711 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:20:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:20:55.309123+0000 mon.a (mon.0) 2712 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:20:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:20:54.986777+0000 mon.a (mon.0) 2709 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:20:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:20:55.302412+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:20:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:20:55.303086+0000 mon.a (mon.0) 2711 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:20:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:20:55.309123+0000 mon.a (mon.0) 2712 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:20:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:55.125476+0000 mgr.y (mgr.14556) 11393 : cluster [DBG] pgmap v10067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:55.125476+0000 mgr.y (mgr.14556) 11393 : cluster [DBG] pgmap v10067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:55.125476+0000 mgr.y (mgr.14556) 11393 : cluster [DBG] pgmap v10067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:58.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:20:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:57.126307+0000 mgr.y (mgr.14556) 11394 : cluster [DBG] pgmap v10068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:20:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:57.126307+0000 mgr.y (mgr.14556) 11394 : cluster [DBG] pgmap v10068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:20:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:20:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:57.126307+0000 mgr.y (mgr.14556) 11394 : cluster [DBG] pgmap v10068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:00.055 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:21:00.343 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 8m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 8m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 8m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 8m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 8m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 8m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 8m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 8m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 8m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 8m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 8m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 8m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 8m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 8m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:21:00.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 8m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:21:00.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 8m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:21:00.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 8m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:21:00.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 8m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:21:00.345 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 8m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:21:00.694 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:21:00.694 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:21:00.694 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:21:00.694 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:21:00.694 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:21:00.694 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:21:00.694 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:21:00.694 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:21:00.694 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:21:00.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:21:00.695 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:21:00.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:21:00.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:21:00.695 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:21:00.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:21:00.695 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:21:00.695 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:21:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:20:59.126728+0000 mgr.y (mgr.14556) 11395 : cluster [DBG] pgmap v10069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:21:00.043963+0000 mgr.y (mgr.14556) 11396 : audit [DBG] from='client.36437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:21:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:20:59.126728+0000 mgr.y (mgr.14556) 11395 : cluster [DBG] pgmap v10069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:21:00.043963+0000 mgr.y (mgr.14556) 11396 : audit [DBG] from='client.36437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:21:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:20:59.126728+0000 mgr.y (mgr.14556) 11395 : cluster [DBG] pgmap v10069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:21:00.043963+0000 mgr.y (mgr.14556) 11396 : audit [DBG] from='client.36437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:21:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:21:00.336926+0000 mgr.y (mgr.14556) 11397 : audit [DBG] from='client.26532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:21:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:21:00.695339+0000 mon.c (mon.2) 291 : audit [DBG] from='client.? 172.21.15.23:0/3259001290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:21:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:21:00.336926+0000 mgr.y (mgr.14556) 11397 : audit [DBG] from='client.26532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:21:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:21:00.695339+0000 mon.c (mon.2) 291 : audit [DBG] from='client.? 172.21.15.23:0/3259001290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:21:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:21:00.336926+0000 mgr.y (mgr.14556) 11397 : audit [DBG] from='client.26532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:21:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:21:00.695339+0000 mon.c (mon.2) 291 : audit [DBG] from='client.? 172.21.15.23:0/3259001290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:21:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:21:02.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:01.127516+0000 mgr.y (mgr.14556) 11398 : cluster [DBG] pgmap v10070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:01.127516+0000 mgr.y (mgr.14556) 11398 : cluster [DBG] pgmap v10070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:01.127516+0000 mgr.y (mgr.14556) 11398 : cluster [DBG] pgmap v10070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:21:03] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:21:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:03.127905+0000 mgr.y (mgr.14556) 11399 : cluster [DBG] pgmap v10071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:03.127905+0000 mgr.y (mgr.14556) 11399 : cluster [DBG] pgmap v10071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:03.127905+0000 mgr.y (mgr.14556) 11399 : cluster [DBG] pgmap v10071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:06.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:05.128296+0000 mgr.y (mgr.14556) 11400 : cluster [DBG] pgmap v10072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:06.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:05.128296+0000 mgr.y (mgr.14556) 11400 : cluster [DBG] pgmap v10072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:05.128296+0000 mgr.y (mgr.14556) 11400 : cluster [DBG] pgmap v10072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:07.128913+0000 mgr.y (mgr.14556) 11401 : cluster [DBG] pgmap v10073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:07.128913+0000 mgr.y (mgr.14556) 11401 : cluster [DBG] pgmap v10073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:07.128913+0000 mgr.y (mgr.14556) 11401 : cluster [DBG] pgmap v10073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:09.129402+0000 mgr.y (mgr.14556) 11402 : cluster [DBG] pgmap v10074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:09.129402+0000 mgr.y (mgr.14556) 11402 : cluster [DBG] pgmap v10074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:09.129402+0000 mgr.y (mgr.14556) 11402 : cluster [DBG] pgmap v10074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:21:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:11.130075+0000 mgr.y (mgr.14556) 11403 : cluster [DBG] pgmap v10075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:12.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:11.130075+0000 mgr.y (mgr.14556) 11403 : cluster [DBG] pgmap v10075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:11.130075+0000 mgr.y (mgr.14556) 11403 : cluster [DBG] pgmap v10075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:21:13] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:21:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:13.130581+0000 mgr.y (mgr.14556) 11404 : cluster [DBG] pgmap v10076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:13.130581+0000 mgr.y (mgr.14556) 11404 : cluster [DBG] pgmap v10076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:13.130581+0000 mgr.y (mgr.14556) 11404 : cluster [DBG] pgmap v10076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:15.131133+0000 mgr.y (mgr.14556) 11405 : cluster [DBG] pgmap v10077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:15.131133+0000 mgr.y (mgr.14556) 11405 : cluster [DBG] pgmap v10077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:15.131133+0000 mgr.y (mgr.14556) 11405 : cluster [DBG] pgmap v10077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:17.132010+0000 mgr.y (mgr.14556) 11406 : cluster [DBG] pgmap v10078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:17.132010+0000 mgr.y (mgr.14556) 11406 : cluster [DBG] pgmap v10078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:17.132010+0000 mgr.y (mgr.14556) 11406 : cluster [DBG] pgmap v10078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:19.132438+0000 mgr.y (mgr.14556) 11407 : cluster [DBG] pgmap v10079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:19.132438+0000 mgr.y (mgr.14556) 11407 : cluster [DBG] pgmap v10079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:19.132438+0000 mgr.y (mgr.14556) 11407 : cluster [DBG] pgmap v10079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:21:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:21.133198+0000 mgr.y (mgr.14556) 11408 : cluster [DBG] pgmap v10080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:21.133198+0000 mgr.y (mgr.14556) 11408 : cluster [DBG] pgmap v10080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:21.133198+0000 mgr.y (mgr.14556) 11408 : cluster [DBG] pgmap v10080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:21:23] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:21:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:23.133622+0000 mgr.y (mgr.14556) 11409 : cluster [DBG] pgmap v10081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:23.133622+0000 mgr.y (mgr.14556) 11409 : cluster [DBG] pgmap v10081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:23.133622+0000 mgr.y (mgr.14556) 11409 : cluster [DBG] pgmap v10081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:25.134186+0000 mgr.y (mgr.14556) 11410 : cluster [DBG] pgmap v10082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:26.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:25.134186+0000 mgr.y (mgr.14556) 11410 : cluster [DBG] pgmap v10082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:25.134186+0000 mgr.y (mgr.14556) 11410 : cluster [DBG] pgmap v10082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:27.134841+0000 mgr.y (mgr.14556) 11411 : cluster [DBG] pgmap v10083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:27.134841+0000 mgr.y (mgr.14556) 11411 : cluster [DBG] pgmap v10083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:27.134841+0000 mgr.y (mgr.14556) 11411 : cluster [DBG] pgmap v10083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:29.135313+0000 mgr.y (mgr.14556) 11412 : cluster [DBG] pgmap v10084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:31.016 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:21:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:29.135313+0000 mgr.y (mgr.14556) 11412 : cluster [DBG] pgmap v10084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:29.135313+0000 mgr.y (mgr.14556) 11412 : cluster [DBG] pgmap v10084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:31.306 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:21:31.306 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 8m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 8m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 8m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 8m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 8m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 8m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 8m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 8m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 8m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 8m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 8m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 8m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 8m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 8m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 8m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:21:31.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 8m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:21:31.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 8m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:21:31.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 8m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:21:31.308 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 8m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:21:31.659 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:21:31.659 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:21:31.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:21:31.659 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:21:31.659 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:21:31.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:21:31.659 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:21:31.659 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:21:31.660 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:21:31.660 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:21:31.660 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:21:31.660 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:21:31.660 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:21:31.660 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:21:31.660 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:21:31.660 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:21:31.660 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:21:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:21:31.005735+0000 mgr.y (mgr.14556) 11413 : audit [DBG] from='client.36455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:21:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:21:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:21:31.005735+0000 mgr.y (mgr.14556) 11413 : audit [DBG] from='client.36455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:21:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:21:31.005735+0000 mgr.y (mgr.14556) 11413 : audit [DBG] from='client.36455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:21:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:31.135840+0000 mgr.y (mgr.14556) 11414 : cluster [DBG] pgmap v10085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:21:31.299749+0000 mgr.y (mgr.14556) 11415 : audit [DBG] from='client.36461 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:21:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:21:31.660429+0000 mon.a (mon.0) 2713 : audit [DBG] from='client.? 172.21.15.23:0/3770361211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:21:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:31.135840+0000 mgr.y (mgr.14556) 11414 : cluster [DBG] pgmap v10085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:21:31.299749+0000 mgr.y (mgr.14556) 11415 : audit [DBG] from='client.36461 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:21:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:21:31.660429+0000 mon.a (mon.0) 2713 : audit [DBG] from='client.? 172.21.15.23:0/3770361211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:21:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:31.135840+0000 mgr.y (mgr.14556) 11414 : cluster [DBG] pgmap v10085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:21:31.299749+0000 mgr.y (mgr.14556) 11415 : audit [DBG] from='client.36461 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:21:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:21:31.660429+0000 mon.a (mon.0) 2713 : audit [DBG] from='client.? 172.21.15.23:0/3770361211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:21:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:21:33] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:21:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:33.136400+0000 mgr.y (mgr.14556) 11416 : cluster [DBG] pgmap v10086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:33.136400+0000 mgr.y (mgr.14556) 11416 : cluster [DBG] pgmap v10086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:33.136400+0000 mgr.y (mgr.14556) 11416 : cluster [DBG] pgmap v10086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:35.136820+0000 mgr.y (mgr.14556) 11417 : cluster [DBG] pgmap v10087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:35.136820+0000 mgr.y (mgr.14556) 11417 : cluster [DBG] pgmap v10087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:35.136820+0000 mgr.y (mgr.14556) 11417 : cluster [DBG] pgmap v10087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:37.137549+0000 mgr.y (mgr.14556) 11418 : cluster [DBG] pgmap v10088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:37.137549+0000 mgr.y (mgr.14556) 11418 : cluster [DBG] pgmap v10088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:37.137549+0000 mgr.y (mgr.14556) 11418 : cluster [DBG] pgmap v10088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:39.138030+0000 mgr.y (mgr.14556) 11419 : cluster [DBG] pgmap v10089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:39.138030+0000 mgr.y (mgr.14556) 11419 : cluster [DBG] pgmap v10089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:39.138030+0000 mgr.y (mgr.14556) 11419 : cluster [DBG] pgmap v10089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:21:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:41.138891+0000 mgr.y (mgr.14556) 11420 : cluster [DBG] pgmap v10090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:41.138891+0000 mgr.y (mgr.14556) 11420 : cluster [DBG] pgmap v10090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:41.138891+0000 mgr.y (mgr.14556) 11420 : cluster [DBG] pgmap v10090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:21:43] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-03-22T12:21:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:43.139407+0000 mgr.y (mgr.14556) 11421 : cluster [DBG] pgmap v10091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:43.139407+0000 mgr.y (mgr.14556) 11421 : cluster [DBG] pgmap v10091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:43.139407+0000 mgr.y (mgr.14556) 11421 : cluster [DBG] pgmap v10091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:47.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:45.139880+0000 mgr.y (mgr.14556) 11422 : cluster [DBG] pgmap v10092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:45.139880+0000 mgr.y (mgr.14556) 11422 : cluster [DBG] pgmap v10092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:45.139880+0000 mgr.y (mgr.14556) 11422 : cluster [DBG] pgmap v10092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:47.140576+0000 mgr.y (mgr.14556) 11423 : cluster [DBG] pgmap v10093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:47.140576+0000 mgr.y (mgr.14556) 11423 : cluster [DBG] pgmap v10093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:47.140576+0000 mgr.y (mgr.14556) 11423 : cluster [DBG] pgmap v10093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:49.140998+0000 mgr.y (mgr.14556) 11424 : cluster [DBG] pgmap v10094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:51.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:49.140998+0000 mgr.y (mgr.14556) 11424 : cluster [DBG] pgmap v10094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:49.140998+0000 mgr.y (mgr.14556) 11424 : cluster [DBG] pgmap v10094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:21:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:51.141864+0000 mgr.y (mgr.14556) 11425 : cluster [DBG] pgmap v10095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:51.141864+0000 mgr.y (mgr.14556) 11425 : cluster [DBG] pgmap v10095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:51.141864+0000 mgr.y (mgr.14556) 11425 : cluster [DBG] pgmap v10095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:21:53] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:21:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:53.142505+0000 mgr.y (mgr.14556) 11426 : cluster [DBG] pgmap v10096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:53.142505+0000 mgr.y (mgr.14556) 11426 : cluster [DBG] pgmap v10096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:53.142505+0000 mgr.y (mgr.14556) 11426 : cluster [DBG] pgmap v10096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:21:55.313631+0000 mon.a (mon.0) 2714 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:21:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:21:55.623014+0000 mon.a (mon.0) 2715 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:21:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:21:55.623620+0000 mon.a (mon.0) 2716 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:21:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:21:55.631446+0000 mon.a (mon.0) 2717 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:21:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:21:55.313631+0000 mon.a (mon.0) 2714 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:21:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:21:55.623014+0000 mon.a (mon.0) 2715 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:21:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:21:55.623620+0000 mon.a (mon.0) 2716 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:21:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:21:55.631446+0000 mon.a (mon.0) 2717 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:21:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:21:55.313631+0000 mon.a (mon.0) 2714 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:21:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:21:55.623014+0000 mon.a (mon.0) 2715 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:21:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:21:55.623620+0000 mon.a (mon.0) 2716 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:21:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:21:55.631446+0000 mon.a (mon.0) 2717 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:21:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:55.143035+0000 mgr.y (mgr.14556) 11427 : cluster [DBG] pgmap v10097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:55.143035+0000 mgr.y (mgr.14556) 11427 : cluster [DBG] pgmap v10097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:55.143035+0000 mgr.y (mgr.14556) 11427 : cluster [DBG] pgmap v10097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:57.143769+0000 mgr.y (mgr.14556) 11428 : cluster [DBG] pgmap v10098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:57.143769+0000 mgr.y (mgr.14556) 11428 : cluster [DBG] pgmap v10098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:21:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:21:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:57.143769+0000 mgr.y (mgr.14556) 11428 : cluster [DBG] pgmap v10098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:21:59.144148+0000 mgr.y (mgr.14556) 11429 : cluster [DBG] pgmap v10099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:21:59.144148+0000 mgr.y (mgr.14556) 11429 : cluster [DBG] pgmap v10099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:21:59.144148+0000 mgr.y (mgr.14556) 11429 : cluster [DBG] pgmap v10099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:22:01.990 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:22:02.279 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:22:02.279 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 9m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:22:02.279 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 9m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:22:02.279 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 9m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:22:02.279 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 9m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:22:02.279 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 9m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:22:02.279 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 9m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:22:02.279 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 9m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:22:02.279 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 9m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:22:02.279 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 9m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:22:02.279 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 9m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:22:02.279 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 9m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:22:02.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:22:02.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 9m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:22:02.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 9m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:22:02.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 9m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:22:02.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 9m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:22:02.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 9m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:22:02.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 9m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:22:02.280 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 9m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:22:02.280 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 9m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:22:02.631 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:22:02.631 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:22:02.632 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:22:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:01.144886+0000 mgr.y (mgr.14556) 11430 : cluster [DBG] pgmap v10100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:22:01.979880+0000 mgr.y (mgr.14556) 11431 : audit [DBG] from='client.36473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:22:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:22:02.632775+0000 mon.c (mon.2) 292 : audit [DBG] from='client.? 172.21.15.23:0/4150384966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:22:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:01.144886+0000 mgr.y (mgr.14556) 11430 : cluster [DBG] pgmap v10100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:22:01.979880+0000 mgr.y (mgr.14556) 11431 : audit [DBG] from='client.36473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:22:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:22:02.632775+0000 mon.c (mon.2) 292 : audit [DBG] from='client.? 172.21.15.23:0/4150384966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:22:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:01.144886+0000 mgr.y (mgr.14556) 11430 : cluster [DBG] pgmap v10100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:22:01.979880+0000 mgr.y (mgr.14556) 11431 : audit [DBG] from='client.36473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:22:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:22:02.632775+0000 mon.c (mon.2) 292 : audit [DBG] from='client.? 172.21.15.23:0/4150384966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:22:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:22:03] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:22:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:22:02.271773+0000 mgr.y (mgr.14556) 11432 : audit [DBG] from='client.26568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:22:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:22:02.271773+0000 mgr.y (mgr.14556) 11432 : audit [DBG] from='client.26568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:22:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:22:02.271773+0000 mgr.y (mgr.14556) 11432 : audit [DBG] from='client.26568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:22:05.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:03.145315+0000 mgr.y (mgr.14556) 11433 : cluster [DBG] pgmap v10101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:03.145315+0000 mgr.y (mgr.14556) 11433 : cluster [DBG] pgmap v10101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:03.145315+0000 mgr.y (mgr.14556) 11433 : cluster [DBG] pgmap v10101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:05.145825+0000 mgr.y (mgr.14556) 11434 : cluster [DBG] pgmap v10102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:05.145825+0000 mgr.y (mgr.14556) 11434 : cluster [DBG] pgmap v10102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:05.145825+0000 mgr.y (mgr.14556) 11434 : cluster [DBG] pgmap v10102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:09.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:07.146698+0000 mgr.y (mgr.14556) 11435 : cluster [DBG] pgmap v10103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:07.146698+0000 mgr.y (mgr.14556) 11435 : cluster [DBG] pgmap v10103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:07.146698+0000 mgr.y (mgr.14556) 11435 : cluster [DBG] pgmap v10103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:11.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:09.147116+0000 mgr.y (mgr.14556) 11436 : cluster [DBG] pgmap v10104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:09.147116+0000 mgr.y (mgr.14556) 11436 : cluster [DBG] pgmap v10104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:09.147116+0000 mgr.y (mgr.14556) 11436 : cluster [DBG] pgmap v10104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:22:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:11.147868+0000 mgr.y (mgr.14556) 11437 : cluster [DBG] pgmap v10105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:11.147868+0000 mgr.y (mgr.14556) 11437 : cluster [DBG] pgmap v10105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:11.147868+0000 mgr.y (mgr.14556) 11437 : cluster [DBG] pgmap v10105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:22:13] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:22:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:13.148418+0000 mgr.y (mgr.14556) 11438 : cluster [DBG] pgmap v10106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:13.148418+0000 mgr.y (mgr.14556) 11438 : cluster [DBG] pgmap v10106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:13.148418+0000 mgr.y (mgr.14556) 11438 : cluster [DBG] pgmap v10106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:15.148761+0000 mgr.y (mgr.14556) 11439 : cluster [DBG] pgmap v10107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:17.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:15.148761+0000 mgr.y (mgr.14556) 11439 : cluster [DBG] pgmap v10107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:15.148761+0000 mgr.y (mgr.14556) 11439 : cluster [DBG] pgmap v10107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:17.149457+0000 mgr.y (mgr.14556) 11440 : cluster [DBG] pgmap v10108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:17.149457+0000 mgr.y (mgr.14556) 11440 : cluster [DBG] pgmap v10108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:17.149457+0000 mgr.y (mgr.14556) 11440 : cluster [DBG] pgmap v10108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:19.149879+0000 mgr.y (mgr.14556) 11441 : cluster [DBG] pgmap v10109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:19.149879+0000 mgr.y (mgr.14556) 11441 : cluster [DBG] pgmap v10109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:19.149879+0000 mgr.y (mgr.14556) 11441 : cluster [DBG] pgmap v10109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:22:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:21.150727+0000 mgr.y (mgr.14556) 11442 : cluster [DBG] pgmap v10110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:21.150727+0000 mgr.y (mgr.14556) 11442 : cluster [DBG] pgmap v10110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:21.150727+0000 mgr.y (mgr.14556) 11442 : cluster [DBG] pgmap v10110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:22:23] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:22:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:23.151134+0000 mgr.y (mgr.14556) 11443 : cluster [DBG] pgmap v10111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:23.151134+0000 mgr.y (mgr.14556) 11443 : cluster [DBG] pgmap v10111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:23.151134+0000 mgr.y (mgr.14556) 11443 : cluster [DBG] pgmap v10111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:25.151719+0000 mgr.y (mgr.14556) 11444 : cluster [DBG] pgmap v10112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:25.151719+0000 mgr.y (mgr.14556) 11444 : cluster [DBG] pgmap v10112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:25.151719+0000 mgr.y (mgr.14556) 11444 : cluster [DBG] pgmap v10112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:27.152466+0000 mgr.y (mgr.14556) 11445 : cluster [DBG] pgmap v10113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:27.152466+0000 mgr.y (mgr.14556) 11445 : cluster [DBG] pgmap v10113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:27.152466+0000 mgr.y (mgr.14556) 11445 : cluster [DBG] pgmap v10113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:29.152993+0000 mgr.y (mgr.14556) 11446 : cluster [DBG] pgmap v10114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:29.152993+0000 mgr.y (mgr.14556) 11446 : cluster [DBG] pgmap v10114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:29.152993+0000 mgr.y (mgr.14556) 11446 : cluster [DBG] pgmap v10114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:22:32.958 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:22:33.246 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:22:33.246 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 9m ago 5h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:22:33.246 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 9m ago 5h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:22:33.246 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 9m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:22:33.246 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 9m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:22:33.246 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 9m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:22:33.246 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 9m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 9m ago 5h 923M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 9m ago 5h 490M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 9m ago 5h 494M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 9m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 9m ago 5h 21.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 9m ago 5h 44.8M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 9m ago 5h 43.6M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 9m ago 5h 42.3M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 9m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 9m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 9m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 9m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:22:33.247 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 9m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:22:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:31.153707+0000 mgr.y (mgr.14556) 11447 : cluster [DBG] pgmap v10115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:31.153707+0000 mgr.y (mgr.14556) 11447 : cluster [DBG] pgmap v10115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:31.153707+0000 mgr.y (mgr.14556) 11447 : cluster [DBG] pgmap v10115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:33.598 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:22:33.598 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:22:33.598 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:22:33.598 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:22:33.598 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:22:33.598 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:22:33.598 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:22:33.598 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:22:33.598 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:22:33.599 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:22:33.599 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:22:33.599 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:22:33.599 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:22:33.599 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:22:33.599 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:22:33.599 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:22:33.599 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:22:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:22:33] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:22:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:22:32.947296+0000 mgr.y (mgr.14556) 11448 : audit [DBG] from='client.26580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:22:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:22:33.599629+0000 mon.a (mon.0) 2718 : audit [DBG] from='client.? 172.21.15.23:0/196626312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:22:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:22:32.947296+0000 mgr.y (mgr.14556) 11448 : audit [DBG] from='client.26580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:22:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:22:33.599629+0000 mon.a (mon.0) 2718 : audit [DBG] from='client.? 172.21.15.23:0/196626312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:22:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:22:32.947296+0000 mgr.y (mgr.14556) 11448 : audit [DBG] from='client.26580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:22:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:22:33.599629+0000 mon.a (mon.0) 2718 : audit [DBG] from='client.? 172.21.15.23:0/196626312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:22:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:33.154066+0000 mgr.y (mgr.14556) 11449 : cluster [DBG] pgmap v10116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:22:33.239757+0000 mgr.y (mgr.14556) 11450 : audit [DBG] from='client.36497 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:22:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:33.154066+0000 mgr.y (mgr.14556) 11449 : cluster [DBG] pgmap v10116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:22:33.239757+0000 mgr.y (mgr.14556) 11450 : audit [DBG] from='client.36497 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:22:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:33.154066+0000 mgr.y (mgr.14556) 11449 : cluster [DBG] pgmap v10116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:22:33.239757+0000 mgr.y (mgr.14556) 11450 : audit [DBG] from='client.36497 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:22:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:35.154544+0000 mgr.y (mgr.14556) 11451 : cluster [DBG] pgmap v10117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:35.154544+0000 mgr.y (mgr.14556) 11451 : cluster [DBG] pgmap v10117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:35.154544+0000 mgr.y (mgr.14556) 11451 : cluster [DBG] pgmap v10117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:37.155377+0000 mgr.y (mgr.14556) 11452 : cluster [DBG] pgmap v10118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:37.155377+0000 mgr.y (mgr.14556) 11452 : cluster [DBG] pgmap v10118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:37.155377+0000 mgr.y (mgr.14556) 11452 : cluster [DBG] pgmap v10118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:39.155961+0000 mgr.y (mgr.14556) 11453 : cluster [DBG] pgmap v10119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:39.155961+0000 mgr.y (mgr.14556) 11453 : cluster [DBG] pgmap v10119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:39.155961+0000 mgr.y (mgr.14556) 11453 : cluster [DBG] pgmap v10119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:22:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:41.156810+0000 mgr.y (mgr.14556) 11454 : cluster [DBG] pgmap v10120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:41.156810+0000 mgr.y (mgr.14556) 11454 : cluster [DBG] pgmap v10120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:41.156810+0000 mgr.y (mgr.14556) 11454 : cluster [DBG] pgmap v10120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:22:43] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:22:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:43.157204+0000 mgr.y (mgr.14556) 11455 : cluster [DBG] pgmap v10121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:43.157204+0000 mgr.y (mgr.14556) 11455 : cluster [DBG] pgmap v10121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:43.157204+0000 mgr.y (mgr.14556) 11455 : cluster [DBG] pgmap v10121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:45.157617+0000 mgr.y (mgr.14556) 11456 : cluster [DBG] pgmap v10122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:45.157617+0000 mgr.y (mgr.14556) 11456 : cluster [DBG] pgmap v10122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:45.157617+0000 mgr.y (mgr.14556) 11456 : cluster [DBG] pgmap v10122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:47.158287+0000 mgr.y (mgr.14556) 11457 : cluster [DBG] pgmap v10123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:47.158287+0000 mgr.y (mgr.14556) 11457 : cluster [DBG] pgmap v10123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:47.158287+0000 mgr.y (mgr.14556) 11457 : cluster [DBG] pgmap v10123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:49.158792+0000 mgr.y (mgr.14556) 11458 : cluster [DBG] pgmap v10124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:49.158792+0000 mgr.y (mgr.14556) 11458 : cluster [DBG] pgmap v10124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:49.158792+0000 mgr.y (mgr.14556) 11458 : cluster [DBG] pgmap v10124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:22:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:51.159406+0000 mgr.y (mgr.14556) 11459 : cluster [DBG] pgmap v10125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:51.159406+0000 mgr.y (mgr.14556) 11459 : cluster [DBG] pgmap v10125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:51.159406+0000 mgr.y (mgr.14556) 11459 : cluster [DBG] pgmap v10125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:22:53] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T12:22:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:53.159883+0000 mgr.y (mgr.14556) 11460 : cluster [DBG] pgmap v10126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:53.159883+0000 mgr.y (mgr.14556) 11460 : cluster [DBG] pgmap v10126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:53.159883+0000 mgr.y (mgr.14556) 11460 : cluster [DBG] pgmap v10126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:22:55.635869+0000 mon.a (mon.0) 2719 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:22:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:22:55.635869+0000 mon.a (mon.0) 2719 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:22:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:22:55.635869+0000 mon.a (mon.0) 2719 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:22:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:55.160438+0000 mgr.y (mgr.14556) 11461 : cluster [DBG] pgmap v10127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:55.160438+0000 mgr.y (mgr.14556) 11461 : cluster [DBG] pgmap v10127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:55.160438+0000 mgr.y (mgr.14556) 11461 : cluster [DBG] pgmap v10127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:57.160969+0000 mgr.y (mgr.14556) 11462 : cluster [DBG] pgmap v10128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:22:58.314016+0000 mon.a (mon.0) 2720 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:22:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:22:58.881679+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:22:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:57.160969+0000 mgr.y (mgr.14556) 11462 : cluster [DBG] pgmap v10128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:22:58.314016+0000 mon.a (mon.0) 2720 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:22:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:22:58.881679+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:22:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:57.160969+0000 mgr.y (mgr.14556) 11462 : cluster [DBG] pgmap v10128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:22:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:22:58.314016+0000 mon.a (mon.0) 2720 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:22:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:22:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:22:58.881679+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:23:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:22:59.176997+0000 mon.a (mon.0) 2722 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:23:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:22:59.177707+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:23:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:22:59.192354+0000 mon.a (mon.0) 2724 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:23:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:22:59.176997+0000 mon.a (mon.0) 2722 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:23:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:22:59.177707+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:23:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:22:59.192354+0000 mon.a (mon.0) 2724 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:23:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:22:59.176997+0000 mon.a (mon.0) 2722 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:23:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:22:59.177707+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:23:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:22:59.192354+0000 mon.a (mon.0) 2724 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:23:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:22:59.161345+0000 mgr.y (mgr.14556) 11463 : cluster [DBG] pgmap v10129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:22:59.161345+0000 mgr.y (mgr.14556) 11463 : cluster [DBG] pgmap v10129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:22:59.161345+0000 mgr.y (mgr.14556) 11463 : cluster [DBG] pgmap v10129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:23:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:01.162065+0000 mgr.y (mgr.14556) 11464 : cluster [DBG] pgmap v10130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:01.162065+0000 mgr.y (mgr.14556) 11464 : cluster [DBG] pgmap v10130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:01.162065+0000 mgr.y (mgr.14556) 11464 : cluster [DBG] pgmap v10130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:03.927 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:23:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:23:03] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T12:23:04.215 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:23:04.215 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:23:04.215 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5s ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:23:04.215 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5s ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5s ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5s ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5s ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5s ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5s ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5s ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5s ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5s ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5s ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5s ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5s ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:23:04.216 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5s ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:23:04.217 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5s ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:23:04.217 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5s ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:23:04.567 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:23:04.567 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:23:04.567 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:23:04.567 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:23:04.567 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:23:04.567 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:23:04.567 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:23:04.568 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:23:04.568 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:23:04.568 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:23:04.568 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:23:04.568 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:23:04.568 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:23:04.568 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:23:04.568 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:23:04.568 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:23:04.568 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:23:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:03.162581+0000 mgr.y (mgr.14556) 11465 : cluster [DBG] pgmap v10131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:23:03.916305+0000 mgr.y (mgr.14556) 11466 : audit [DBG] from='client.26598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:23:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:03.162581+0000 mgr.y (mgr.14556) 11465 : cluster [DBG] pgmap v10131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:23:03.916305+0000 mgr.y (mgr.14556) 11466 : audit [DBG] from='client.26598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:23:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:03.162581+0000 mgr.y (mgr.14556) 11465 : cluster [DBG] pgmap v10131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:23:03.916305+0000 mgr.y (mgr.14556) 11466 : audit [DBG] from='client.26598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:23:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:23:04.208372+0000 mgr.y (mgr.14556) 11467 : audit [DBG] from='client.26604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:23:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:23:04.568602+0000 mon.a (mon.0) 2725 : audit [DBG] from='client.? 172.21.15.23:0/991439350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:23:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:23:04.208372+0000 mgr.y (mgr.14556) 11467 : audit [DBG] from='client.26604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:23:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:23:04.568602+0000 mon.a (mon.0) 2725 : audit [DBG] from='client.? 172.21.15.23:0/991439350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:23:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:23:04.208372+0000 mgr.y (mgr.14556) 11467 : audit [DBG] from='client.26604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:23:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:23:04.568602+0000 mon.a (mon.0) 2725 : audit [DBG] from='client.? 172.21.15.23:0/991439350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:23:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:05.162932+0000 mgr.y (mgr.14556) 11468 : cluster [DBG] pgmap v10132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:05.162932+0000 mgr.y (mgr.14556) 11468 : cluster [DBG] pgmap v10132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:05.162932+0000 mgr.y (mgr.14556) 11468 : cluster [DBG] pgmap v10132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:07.163633+0000 mgr.y (mgr.14556) 11469 : cluster [DBG] pgmap v10133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:07.163633+0000 mgr.y (mgr.14556) 11469 : cluster [DBG] pgmap v10133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:07.163633+0000 mgr.y (mgr.14556) 11469 : cluster [DBG] pgmap v10133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:09.164076+0000 mgr.y (mgr.14556) 11470 : cluster [DBG] pgmap v10134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:09.164076+0000 mgr.y (mgr.14556) 11470 : cluster [DBG] pgmap v10134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:09.164076+0000 mgr.y (mgr.14556) 11470 : cluster [DBG] pgmap v10134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:23:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:11.164643+0000 mgr.y (mgr.14556) 11471 : cluster [DBG] pgmap v10135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:11.164643+0000 mgr.y (mgr.14556) 11471 : cluster [DBG] pgmap v10135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:11.164643+0000 mgr.y (mgr.14556) 11471 : cluster [DBG] pgmap v10135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:23:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:23:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:13.165190+0000 mgr.y (mgr.14556) 11472 : cluster [DBG] pgmap v10136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:13.165190+0000 mgr.y (mgr.14556) 11472 : cluster [DBG] pgmap v10136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:13.165190+0000 mgr.y (mgr.14556) 11472 : cluster [DBG] pgmap v10136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:15.165793+0000 mgr.y (mgr.14556) 11473 : cluster [DBG] pgmap v10137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:15.165793+0000 mgr.y (mgr.14556) 11473 : cluster [DBG] pgmap v10137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:15.165793+0000 mgr.y (mgr.14556) 11473 : cluster [DBG] pgmap v10137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:17.166519+0000 mgr.y (mgr.14556) 11474 : cluster [DBG] pgmap v10138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:17.166519+0000 mgr.y (mgr.14556) 11474 : cluster [DBG] pgmap v10138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:17.166519+0000 mgr.y (mgr.14556) 11474 : cluster [DBG] pgmap v10138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:19.166901+0000 mgr.y (mgr.14556) 11475 : cluster [DBG] pgmap v10139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:19.166901+0000 mgr.y (mgr.14556) 11475 : cluster [DBG] pgmap v10139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:19.166901+0000 mgr.y (mgr.14556) 11475 : cluster [DBG] pgmap v10139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:23:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:21.167595+0000 mgr.y (mgr.14556) 11476 : cluster [DBG] pgmap v10140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:21.167595+0000 mgr.y (mgr.14556) 11476 : cluster [DBG] pgmap v10140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:21.167595+0000 mgr.y (mgr.14556) 11476 : cluster [DBG] pgmap v10140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:23:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:23:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:23.167985+0000 mgr.y (mgr.14556) 11477 : cluster [DBG] pgmap v10141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:23.167985+0000 mgr.y (mgr.14556) 11477 : cluster [DBG] pgmap v10141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:23.167985+0000 mgr.y (mgr.14556) 11477 : cluster [DBG] pgmap v10141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:25.168394+0000 mgr.y (mgr.14556) 11478 : cluster [DBG] pgmap v10142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:25.168394+0000 mgr.y (mgr.14556) 11478 : cluster [DBG] pgmap v10142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:25.168394+0000 mgr.y (mgr.14556) 11478 : cluster [DBG] pgmap v10142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:27.169280+0000 mgr.y (mgr.14556) 11479 : cluster [DBG] pgmap v10143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:27.169280+0000 mgr.y (mgr.14556) 11479 : cluster [DBG] pgmap v10143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:27.169280+0000 mgr.y (mgr.14556) 11479 : cluster [DBG] pgmap v10143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:29.169651+0000 mgr.y (mgr.14556) 11480 : cluster [DBG] pgmap v10144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:29.169651+0000 mgr.y (mgr.14556) 11480 : cluster [DBG] pgmap v10144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:29.169651+0000 mgr.y (mgr.14556) 11480 : cluster [DBG] pgmap v10144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:23:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:31.170497+0000 mgr.y (mgr.14556) 11481 : cluster [DBG] pgmap v10145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:32.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:31.170497+0000 mgr.y (mgr.14556) 11481 : cluster [DBG] pgmap v10145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:31.170497+0000 mgr.y (mgr.14556) 11481 : cluster [DBG] pgmap v10145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:23:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:23:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:33.170963+0000 mgr.y (mgr.14556) 11482 : cluster [DBG] pgmap v10146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:34.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:33.170963+0000 mgr.y (mgr.14556) 11482 : cluster [DBG] pgmap v10146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:34.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:33.170963+0000 mgr.y (mgr.14556) 11482 : cluster [DBG] pgmap v10146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:34.891 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:23:35.179 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:23:35.179 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 36s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:23:35.179 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 36s ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:23:35.179 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 36s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:23:35.179 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 36s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:23:35.179 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 36s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:23:35.179 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 36s ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:23:35.179 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 36s ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:23:35.179 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 36s ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:23:35.179 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 36s ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:23:35.180 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 36s ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:23:35.180 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 36s ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:23:35.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 36s ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:23:35.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 36s ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:23:35.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 36s ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:23:35.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 36s ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:23:35.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 36s ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:23:35.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 36s ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:23:35.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 36s ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:23:35.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 36s ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:23:35.180 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 36s ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:23:35.531 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:23:35.532 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:23:35.532 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:23:35.532 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:23:35.532 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:23:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:23:34.881206+0000 mgr.y (mgr.14556) 11483 : audit [DBG] from='client.36527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:23:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:23:34.881206+0000 mgr.y (mgr.14556) 11483 : audit [DBG] from='client.36527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:23:35.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:23:34.881206+0000 mgr.y (mgr.14556) 11483 : audit [DBG] from='client.36527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:23:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:35.171271+0000 mgr.y (mgr.14556) 11484 : cluster [DBG] pgmap v10147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:23:35.172477+0000 mgr.y (mgr.14556) 11485 : audit [DBG] from='client.26622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:23:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:23:35.529560+0000 mon.c (mon.2) 293 : audit [DBG] from='client.? 172.21.15.23:0/2092698120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:23:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:35.171271+0000 mgr.y (mgr.14556) 11484 : cluster [DBG] pgmap v10147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:23:35.172477+0000 mgr.y (mgr.14556) 11485 : audit [DBG] from='client.26622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:23:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:23:35.529560+0000 mon.c (mon.2) 293 : audit [DBG] from='client.? 172.21.15.23:0/2092698120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:23:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:35.171271+0000 mgr.y (mgr.14556) 11484 : cluster [DBG] pgmap v10147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:23:35.172477+0000 mgr.y (mgr.14556) 11485 : audit [DBG] from='client.26622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:23:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:23:35.529560+0000 mon.c (mon.2) 293 : audit [DBG] from='client.? 172.21.15.23:0/2092698120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:23:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:37.171957+0000 mgr.y (mgr.14556) 11486 : cluster [DBG] pgmap v10148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:37.171957+0000 mgr.y (mgr.14556) 11486 : cluster [DBG] pgmap v10148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:37.171957+0000 mgr.y (mgr.14556) 11486 : cluster [DBG] pgmap v10148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:39.172462+0000 mgr.y (mgr.14556) 11487 : cluster [DBG] pgmap v10149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:39.172462+0000 mgr.y (mgr.14556) 11487 : cluster [DBG] pgmap v10149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:39.172462+0000 mgr.y (mgr.14556) 11487 : cluster [DBG] pgmap v10149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:23:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:41.173090+0000 mgr.y (mgr.14556) 11488 : cluster [DBG] pgmap v10150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:41.173090+0000 mgr.y (mgr.14556) 11488 : cluster [DBG] pgmap v10150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:41.173090+0000 mgr.y (mgr.14556) 11488 : cluster [DBG] pgmap v10150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:23:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T12:23:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:43.173581+0000 mgr.y (mgr.14556) 11489 : cluster [DBG] pgmap v10151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:43.173581+0000 mgr.y (mgr.14556) 11489 : cluster [DBG] pgmap v10151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:43.173581+0000 mgr.y (mgr.14556) 11489 : cluster [DBG] pgmap v10151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:45.174047+0000 mgr.y (mgr.14556) 11490 : cluster [DBG] pgmap v10152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:45.174047+0000 mgr.y (mgr.14556) 11490 : cluster [DBG] pgmap v10152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:45.174047+0000 mgr.y (mgr.14556) 11490 : cluster [DBG] pgmap v10152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:48.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:47.174911+0000 mgr.y (mgr.14556) 11491 : cluster [DBG] pgmap v10153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:47.174911+0000 mgr.y (mgr.14556) 11491 : cluster [DBG] pgmap v10153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:47.174911+0000 mgr.y (mgr.14556) 11491 : cluster [DBG] pgmap v10153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:49.175483+0000 mgr.y (mgr.14556) 11492 : cluster [DBG] pgmap v10154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:49.175483+0000 mgr.y (mgr.14556) 11492 : cluster [DBG] pgmap v10154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:49.175483+0000 mgr.y (mgr.14556) 11492 : cluster [DBG] pgmap v10154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:23:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:51.176399+0000 mgr.y (mgr.14556) 11493 : cluster [DBG] pgmap v10155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:51.176399+0000 mgr.y (mgr.14556) 11493 : cluster [DBG] pgmap v10155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:51.176399+0000 mgr.y (mgr.14556) 11493 : cluster [DBG] pgmap v10155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:23:53] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T12:23:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:53.176845+0000 mgr.y (mgr.14556) 11494 : cluster [DBG] pgmap v10156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:53.176845+0000 mgr.y (mgr.14556) 11494 : cluster [DBG] pgmap v10156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:53.176845+0000 mgr.y (mgr.14556) 11494 : cluster [DBG] pgmap v10156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:55.177339+0000 mgr.y (mgr.14556) 11495 : cluster [DBG] pgmap v10157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:55.177339+0000 mgr.y (mgr.14556) 11495 : cluster [DBG] pgmap v10157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:55.177339+0000 mgr.y (mgr.14556) 11495 : cluster [DBG] pgmap v10157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:58.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:57.178164+0000 mgr.y (mgr.14556) 11496 : cluster [DBG] pgmap v10158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:57.178164+0000 mgr.y (mgr.14556) 11496 : cluster [DBG] pgmap v10158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:57.178164+0000 mgr.y (mgr.14556) 11496 : cluster [DBG] pgmap v10158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:23:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:23:59.196950+0000 mon.a (mon.0) 2726 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:23:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:23:59.196950+0000 mon.a (mon.0) 2726 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:23:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:23:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:23:59.196950+0000 mon.a (mon.0) 2726 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:24:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:23:59.178681+0000 mgr.y (mgr.14556) 11497 : cluster [DBG] pgmap v10159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:23:59.512669+0000 mon.a (mon.0) 2727 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:24:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:23:59.513326+0000 mon.a (mon.0) 2728 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:24:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:23:59.517861+0000 mon.a (mon.0) 2729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:24:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:23:59.178681+0000 mgr.y (mgr.14556) 11497 : cluster [DBG] pgmap v10159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:23:59.512669+0000 mon.a (mon.0) 2727 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:24:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:23:59.513326+0000 mon.a (mon.0) 2728 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:24:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:23:59.517861+0000 mon.a (mon.0) 2729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:24:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:23:59.178681+0000 mgr.y (mgr.14556) 11497 : cluster [DBG] pgmap v10159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:23:59.512669+0000 mon.a (mon.0) 2727 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:24:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:23:59.513326+0000 mon.a (mon.0) 2728 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:24:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:23:59.517861+0000 mon.a (mon.0) 2729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:24:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:24:02.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:01.179478+0000 mgr.y (mgr.14556) 11498 : cluster [DBG] pgmap v10160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:01.179478+0000 mgr.y (mgr.14556) 11498 : cluster [DBG] pgmap v10160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:01.179478+0000 mgr.y (mgr.14556) 11498 : cluster [DBG] pgmap v10160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:24:03] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T12:24:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:03.179859+0000 mgr.y (mgr.14556) 11499 : cluster [DBG] pgmap v10161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:03.179859+0000 mgr.y (mgr.14556) 11499 : cluster [DBG] pgmap v10161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:03.179859+0000 mgr.y (mgr.14556) 11499 : cluster [DBG] pgmap v10161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:05.853 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:24:06.139 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 67s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 67s ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 67s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 67s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 67s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 67s ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 67s ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 67s ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 67s ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 67s ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 67s ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 67s ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 67s ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 67s ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:24:06.140 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 67s ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:24:06.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 67s ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:24:06.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 67s ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:24:06.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 67s ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:24:06.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 67s ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:24:06.141 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 67s ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:24:06.494 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:24:06.494 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:24:06.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:24:06.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:24:06.494 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:24:06.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:24:06.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:24:06.494 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:24:06.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:24:06.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:24:06.495 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:24:06.495 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:24:06.495 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:24:06.495 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:24:06.495 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:24:06.495 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:24:06.495 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:24:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:05.180358+0000 mgr.y (mgr.14556) 11500 : cluster [DBG] pgmap v10162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:24:05.842907+0000 mgr.y (mgr.14556) 11501 : audit [DBG] from='client.36545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:24:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:24:06.495315+0000 mon.a (mon.0) 2730 : audit [DBG] from='client.? 172.21.15.23:0/2004487476' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:24:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:05.180358+0000 mgr.y (mgr.14556) 11500 : cluster [DBG] pgmap v10162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:24:05.842907+0000 mgr.y (mgr.14556) 11501 : audit [DBG] from='client.36545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:24:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:24:06.495315+0000 mon.a (mon.0) 2730 : audit [DBG] from='client.? 172.21.15.23:0/2004487476' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:24:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:05.180358+0000 mgr.y (mgr.14556) 11500 : cluster [DBG] pgmap v10162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:24:05.842907+0000 mgr.y (mgr.14556) 11501 : audit [DBG] from='client.36545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:24:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:24:06.495315+0000 mon.a (mon.0) 2730 : audit [DBG] from='client.? 172.21.15.23:0/2004487476' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:24:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:24:06.133220+0000 mgr.y (mgr.14556) 11502 : audit [DBG] from='client.26640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:24:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:24:06.133220+0000 mgr.y (mgr.14556) 11502 : audit [DBG] from='client.26640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:24:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:24:06.133220+0000 mgr.y (mgr.14556) 11502 : audit [DBG] from='client.26640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:24:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:07.181078+0000 mgr.y (mgr.14556) 11503 : cluster [DBG] pgmap v10163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:07.181078+0000 mgr.y (mgr.14556) 11503 : cluster [DBG] pgmap v10163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:07.181078+0000 mgr.y (mgr.14556) 11503 : cluster [DBG] pgmap v10163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:09.181657+0000 mgr.y (mgr.14556) 11504 : cluster [DBG] pgmap v10164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:09.181657+0000 mgr.y (mgr.14556) 11504 : cluster [DBG] pgmap v10164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:09.181657+0000 mgr.y (mgr.14556) 11504 : cluster [DBG] pgmap v10164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:24:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:11.182364+0000 mgr.y (mgr.14556) 11505 : cluster [DBG] pgmap v10165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:12.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:11.182364+0000 mgr.y (mgr.14556) 11505 : cluster [DBG] pgmap v10165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:11.182364+0000 mgr.y (mgr.14556) 11505 : cluster [DBG] pgmap v10165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:24:13] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:24:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:13.182734+0000 mgr.y (mgr.14556) 11506 : cluster [DBG] pgmap v10166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:13.182734+0000 mgr.y (mgr.14556) 11506 : cluster [DBG] pgmap v10166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:13.182734+0000 mgr.y (mgr.14556) 11506 : cluster [DBG] pgmap v10166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:15.183130+0000 mgr.y (mgr.14556) 11507 : cluster [DBG] pgmap v10167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:15.183130+0000 mgr.y (mgr.14556) 11507 : cluster [DBG] pgmap v10167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:15.183130+0000 mgr.y (mgr.14556) 11507 : cluster [DBG] pgmap v10167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:17.183874+0000 mgr.y (mgr.14556) 11508 : cluster [DBG] pgmap v10168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:17.183874+0000 mgr.y (mgr.14556) 11508 : cluster [DBG] pgmap v10168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:17.183874+0000 mgr.y (mgr.14556) 11508 : cluster [DBG] pgmap v10168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:19.184460+0000 mgr.y (mgr.14556) 11509 : cluster [DBG] pgmap v10169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:19.184460+0000 mgr.y (mgr.14556) 11509 : cluster [DBG] pgmap v10169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:19.184460+0000 mgr.y (mgr.14556) 11509 : cluster [DBG] pgmap v10169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:24:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:21.185300+0000 mgr.y (mgr.14556) 11510 : cluster [DBG] pgmap v10170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:21.185300+0000 mgr.y (mgr.14556) 11510 : cluster [DBG] pgmap v10170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:21.185300+0000 mgr.y (mgr.14556) 11510 : cluster [DBG] pgmap v10170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:24:23] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:24:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:23.185795+0000 mgr.y (mgr.14556) 11511 : cluster [DBG] pgmap v10171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:23.185795+0000 mgr.y (mgr.14556) 11511 : cluster [DBG] pgmap v10171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:23.185795+0000 mgr.y (mgr.14556) 11511 : cluster [DBG] pgmap v10171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:25.186246+0000 mgr.y (mgr.14556) 11512 : cluster [DBG] pgmap v10172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:26.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:25.186246+0000 mgr.y (mgr.14556) 11512 : cluster [DBG] pgmap v10172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:25.186246+0000 mgr.y (mgr.14556) 11512 : cluster [DBG] pgmap v10172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:27.186921+0000 mgr.y (mgr.14556) 11513 : cluster [DBG] pgmap v10173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:27.186921+0000 mgr.y (mgr.14556) 11513 : cluster [DBG] pgmap v10173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:27.186921+0000 mgr.y (mgr.14556) 11513 : cluster [DBG] pgmap v10173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:29.187365+0000 mgr.y (mgr.14556) 11514 : cluster [DBG] pgmap v10174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:29.187365+0000 mgr.y (mgr.14556) 11514 : cluster [DBG] pgmap v10174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:29.187365+0000 mgr.y (mgr.14556) 11514 : cluster [DBG] pgmap v10174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:24:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:31.188078+0000 mgr.y (mgr.14556) 11515 : cluster [DBG] pgmap v10175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:31.188078+0000 mgr.y (mgr.14556) 11515 : cluster [DBG] pgmap v10175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:31.188078+0000 mgr.y (mgr.14556) 11515 : cluster [DBG] pgmap v10175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:24:33] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-03-22T12:24:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:33.188546+0000 mgr.y (mgr.14556) 11516 : cluster [DBG] pgmap v10176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:33.188546+0000 mgr.y (mgr.14556) 11516 : cluster [DBG] pgmap v10176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:33.188546+0000 mgr.y (mgr.14556) 11516 : cluster [DBG] pgmap v10176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:36.817 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:24:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:35.189049+0000 mgr.y (mgr.14556) 11517 : cluster [DBG] pgmap v10177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:37.107 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:24:37.108 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 98s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:24:37.108 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 98s ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:24:37.108 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 98s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:24:37.108 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 98s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:24:37.108 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 98s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:24:37.108 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 98s ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:24:37.108 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 98s ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:24:37.108 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 98s ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:24:37.108 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 98s ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:24:37.108 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 98s ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:24:37.108 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 98s ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:24:37.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 98s ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:24:37.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 98s ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:24:37.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 98s ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:24:37.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 98s ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:24:37.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 98s ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:24:37.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 98s ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:24:37.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 98s ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:24:37.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 98s ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:24:37.109 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 98s ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:24:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:35.189049+0000 mgr.y (mgr.14556) 11517 : cluster [DBG] pgmap v10177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:35.189049+0000 mgr.y (mgr.14556) 11517 : cluster [DBG] pgmap v10177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:37.457 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:24:37.457 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:24:37.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:24:37.457 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:24:37.457 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:24:37.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:24:37.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:24:37.458 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:24:37.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:24:37.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:24:37.458 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:24:37.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:24:37.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:24:37.458 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:24:37.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:24:37.458 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:24:37.458 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:24:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:24:36.806992+0000 mgr.y (mgr.14556) 11518 : audit [DBG] from='client.26652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:24:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:24:37.100793+0000 mgr.y (mgr.14556) 11519 : audit [DBG] from='client.26658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:24:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:24:37.458682+0000 mon.a (mon.0) 2731 : audit [DBG] from='client.? 172.21.15.23:0/2758087772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:24:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:24:36.806992+0000 mgr.y (mgr.14556) 11518 : audit [DBG] from='client.26652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:24:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:24:37.100793+0000 mgr.y (mgr.14556) 11519 : audit [DBG] from='client.26658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:24:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:24:37.458682+0000 mon.a (mon.0) 2731 : audit [DBG] from='client.? 172.21.15.23:0/2758087772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:24:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:24:36.806992+0000 mgr.y (mgr.14556) 11518 : audit [DBG] from='client.26652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:24:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:24:37.100793+0000 mgr.y (mgr.14556) 11519 : audit [DBG] from='client.26658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:24:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:24:37.458682+0000 mon.a (mon.0) 2731 : audit [DBG] from='client.? 172.21.15.23:0/2758087772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:24:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:37.189799+0000 mgr.y (mgr.14556) 11520 : cluster [DBG] pgmap v10178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:37.189799+0000 mgr.y (mgr.14556) 11520 : cluster [DBG] pgmap v10178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:37.189799+0000 mgr.y (mgr.14556) 11520 : cluster [DBG] pgmap v10178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:39.190312+0000 mgr.y (mgr.14556) 11521 : cluster [DBG] pgmap v10179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:39.190312+0000 mgr.y (mgr.14556) 11521 : cluster [DBG] pgmap v10179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:39.190312+0000 mgr.y (mgr.14556) 11521 : cluster [DBG] pgmap v10179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:24:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:41.191052+0000 mgr.y (mgr.14556) 11522 : cluster [DBG] pgmap v10180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:41.191052+0000 mgr.y (mgr.14556) 11522 : cluster [DBG] pgmap v10180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:41.191052+0000 mgr.y (mgr.14556) 11522 : cluster [DBG] pgmap v10180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:24:43] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:24:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:43.191466+0000 mgr.y (mgr.14556) 11523 : cluster [DBG] pgmap v10181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:43.191466+0000 mgr.y (mgr.14556) 11523 : cluster [DBG] pgmap v10181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:43.191466+0000 mgr.y (mgr.14556) 11523 : cluster [DBG] pgmap v10181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:47.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:45.191970+0000 mgr.y (mgr.14556) 11524 : cluster [DBG] pgmap v10182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:45.191970+0000 mgr.y (mgr.14556) 11524 : cluster [DBG] pgmap v10182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:45.191970+0000 mgr.y (mgr.14556) 11524 : cluster [DBG] pgmap v10182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:47.192725+0000 mgr.y (mgr.14556) 11525 : cluster [DBG] pgmap v10183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:47.192725+0000 mgr.y (mgr.14556) 11525 : cluster [DBG] pgmap v10183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:47.192725+0000 mgr.y (mgr.14556) 11525 : cluster [DBG] pgmap v10183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:49.193290+0000 mgr.y (mgr.14556) 11526 : cluster [DBG] pgmap v10184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:51.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:49.193290+0000 mgr.y (mgr.14556) 11526 : cluster [DBG] pgmap v10184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:49.193290+0000 mgr.y (mgr.14556) 11526 : cluster [DBG] pgmap v10184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:24:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:51.194143+0000 mgr.y (mgr.14556) 11527 : cluster [DBG] pgmap v10185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:51.194143+0000 mgr.y (mgr.14556) 11527 : cluster [DBG] pgmap v10185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:51.194143+0000 mgr.y (mgr.14556) 11527 : cluster [DBG] pgmap v10185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:24:53] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:24:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:53.194749+0000 mgr.y (mgr.14556) 11528 : cluster [DBG] pgmap v10186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:53.194749+0000 mgr.y (mgr.14556) 11528 : cluster [DBG] pgmap v10186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:53.194749+0000 mgr.y (mgr.14556) 11528 : cluster [DBG] pgmap v10186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:55.195178+0000 mgr.y (mgr.14556) 11529 : cluster [DBG] pgmap v10187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:55.195178+0000 mgr.y (mgr.14556) 11529 : cluster [DBG] pgmap v10187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:55.195178+0000 mgr.y (mgr.14556) 11529 : cluster [DBG] pgmap v10187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:57.195816+0000 mgr.y (mgr.14556) 11530 : cluster [DBG] pgmap v10188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:57.195816+0000 mgr.y (mgr.14556) 11530 : cluster [DBG] pgmap v10188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:24:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:57.195816+0000 mgr.y (mgr.14556) 11530 : cluster [DBG] pgmap v10188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:24:59.522351+0000 mon.a (mon.0) 2732 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:25:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:24:59.522351+0000 mon.a (mon.0) 2732 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:25:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:24:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:24:59.522351+0000 mon.a (mon.0) 2732 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:25:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:24:59.196200+0000 mgr.y (mgr.14556) 11531 : cluster [DBG] pgmap v10189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:24:59.823242+0000 mon.a (mon.0) 2733 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:25:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:24:59.823943+0000 mon.a (mon.0) 2734 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:25:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:24:59.828322+0000 mon.a (mon.0) 2735 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:25:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:24:59.196200+0000 mgr.y (mgr.14556) 11531 : cluster [DBG] pgmap v10189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:24:59.823242+0000 mon.a (mon.0) 2733 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:25:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:24:59.823943+0000 mon.a (mon.0) 2734 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:25:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:24:59.828322+0000 mon.a (mon.0) 2735 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:25:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:24:59.196200+0000 mgr.y (mgr.14556) 11531 : cluster [DBG] pgmap v10189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:24:59.823242+0000 mon.a (mon.0) 2733 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:25:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:24:59.823943+0000 mon.a (mon.0) 2734 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:25:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:24:59.828322+0000 mon.a (mon.0) 2735 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:25:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:25:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:01.196836+0000 mgr.y (mgr.14556) 11532 : cluster [DBG] pgmap v10190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:01.196836+0000 mgr.y (mgr.14556) 11532 : cluster [DBG] pgmap v10190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:01.196836+0000 mgr.y (mgr.14556) 11532 : cluster [DBG] pgmap v10190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:25:03] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-03-22T12:25:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:03.197174+0000 mgr.y (mgr.14556) 11533 : cluster [DBG] pgmap v10191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:05.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:03.197174+0000 mgr.y (mgr.14556) 11533 : cluster [DBG] pgmap v10191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:03.197174+0000 mgr.y (mgr.14556) 11533 : cluster [DBG] pgmap v10191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:05.197513+0000 mgr.y (mgr.14556) 11534 : cluster [DBG] pgmap v10192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:05.197513+0000 mgr.y (mgr.14556) 11534 : cluster [DBG] pgmap v10192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:05.197513+0000 mgr.y (mgr.14556) 11534 : cluster [DBG] pgmap v10192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:07.783 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 2m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 2m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 2m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 2m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 2m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 2m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 2m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 2m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 2m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 2m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 2m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 2m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:25:08.073 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 2m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:25:08.074 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 2m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:25:08.074 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 2m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:25:08.074 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 2m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:25:08.074 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 2m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:25:08.074 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 2m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:25:08.074 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 2m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:25:08.074 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 2m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:25:08.423 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:25:08.423 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:25:08.423 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:25:08.423 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:25:08.423 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:25:08.423 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:25:08.423 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:25:08.423 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:25:08.423 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:25:08.424 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:25:08.424 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:25:08.424 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:25:08.424 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:25:08.424 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:25:08.424 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:25:08.424 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:25:08.424 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:25:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:07.198142+0000 mgr.y (mgr.14556) 11535 : cluster [DBG] pgmap v10193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:25:07.772772+0000 mgr.y (mgr.14556) 11536 : audit [DBG] from='client.26670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:25:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:25:08.065974+0000 mgr.y (mgr.14556) 11537 : audit [DBG] from='client.26676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:25:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:25:08.424283+0000 mon.a (mon.0) 2736 : audit [DBG] from='client.? 172.21.15.23:0/1382166567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:25:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:07.198142+0000 mgr.y (mgr.14556) 11535 : cluster [DBG] pgmap v10193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:25:07.772772+0000 mgr.y (mgr.14556) 11536 : audit [DBG] from='client.26670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:25:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:25:08.065974+0000 mgr.y (mgr.14556) 11537 : audit [DBG] from='client.26676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:25:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:25:08.424283+0000 mon.a (mon.0) 2736 : audit [DBG] from='client.? 172.21.15.23:0/1382166567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:25:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:07.198142+0000 mgr.y (mgr.14556) 11535 : cluster [DBG] pgmap v10193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:25:07.772772+0000 mgr.y (mgr.14556) 11536 : audit [DBG] from='client.26670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:25:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:25:08.065974+0000 mgr.y (mgr.14556) 11537 : audit [DBG] from='client.26676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:25:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:25:08.424283+0000 mon.a (mon.0) 2736 : audit [DBG] from='client.? 172.21.15.23:0/1382166567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:25:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:09.198488+0000 mgr.y (mgr.14556) 11538 : cluster [DBG] pgmap v10194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:11.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:09.198488+0000 mgr.y (mgr.14556) 11538 : cluster [DBG] pgmap v10194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:09.198488+0000 mgr.y (mgr.14556) 11538 : cluster [DBG] pgmap v10194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:25:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:11.199123+0000 mgr.y (mgr.14556) 11539 : cluster [DBG] pgmap v10195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:11.199123+0000 mgr.y (mgr.14556) 11539 : cluster [DBG] pgmap v10195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:11.199123+0000 mgr.y (mgr.14556) 11539 : cluster [DBG] pgmap v10195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:25:13] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T12:25:15.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:13.199638+0000 mgr.y (mgr.14556) 11540 : cluster [DBG] pgmap v10196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:13.199638+0000 mgr.y (mgr.14556) 11540 : cluster [DBG] pgmap v10196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:13.199638+0000 mgr.y (mgr.14556) 11540 : cluster [DBG] pgmap v10196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:15.200032+0000 mgr.y (mgr.14556) 11541 : cluster [DBG] pgmap v10197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:15.200032+0000 mgr.y (mgr.14556) 11541 : cluster [DBG] pgmap v10197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:15.200032+0000 mgr.y (mgr.14556) 11541 : cluster [DBG] pgmap v10197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:19.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:17.200807+0000 mgr.y (mgr.14556) 11542 : cluster [DBG] pgmap v10198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:17.200807+0000 mgr.y (mgr.14556) 11542 : cluster [DBG] pgmap v10198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:17.200807+0000 mgr.y (mgr.14556) 11542 : cluster [DBG] pgmap v10198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:21.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:19.201228+0000 mgr.y (mgr.14556) 11543 : cluster [DBG] pgmap v10199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:21.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:19.201228+0000 mgr.y (mgr.14556) 11543 : cluster [DBG] pgmap v10199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:19.201228+0000 mgr.y (mgr.14556) 11543 : cluster [DBG] pgmap v10199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:25:23.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:21.201966+0000 mgr.y (mgr.14556) 11544 : cluster [DBG] pgmap v10200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:21.201966+0000 mgr.y (mgr.14556) 11544 : cluster [DBG] pgmap v10200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:21.201966+0000 mgr.y (mgr.14556) 11544 : cluster [DBG] pgmap v10200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:25:23] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:25:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:23.202539+0000 mgr.y (mgr.14556) 11545 : cluster [DBG] pgmap v10201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:23.202539+0000 mgr.y (mgr.14556) 11545 : cluster [DBG] pgmap v10201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:23.202539+0000 mgr.y (mgr.14556) 11545 : cluster [DBG] pgmap v10201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:25.203054+0000 mgr.y (mgr.14556) 11546 : cluster [DBG] pgmap v10202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:25.203054+0000 mgr.y (mgr.14556) 11546 : cluster [DBG] pgmap v10202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:25.203054+0000 mgr.y (mgr.14556) 11546 : cluster [DBG] pgmap v10202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:27.203844+0000 mgr.y (mgr.14556) 11547 : cluster [DBG] pgmap v10203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:27.203844+0000 mgr.y (mgr.14556) 11547 : cluster [DBG] pgmap v10203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:27.203844+0000 mgr.y (mgr.14556) 11547 : cluster [DBG] pgmap v10203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:29.204356+0000 mgr.y (mgr.14556) 11548 : cluster [DBG] pgmap v10204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:29.204356+0000 mgr.y (mgr.14556) 11548 : cluster [DBG] pgmap v10204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:29.204356+0000 mgr.y (mgr.14556) 11548 : cluster [DBG] pgmap v10204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:25:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:31.205210+0000 mgr.y (mgr.14556) 11549 : cluster [DBG] pgmap v10205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:31.205210+0000 mgr.y (mgr.14556) 11549 : cluster [DBG] pgmap v10205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:31.205210+0000 mgr.y (mgr.14556) 11549 : cluster [DBG] pgmap v10205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:25:33] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:25:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:33.205771+0000 mgr.y (mgr.14556) 11550 : cluster [DBG] pgmap v10206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:33.205771+0000 mgr.y (mgr.14556) 11550 : cluster [DBG] pgmap v10206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:33.205771+0000 mgr.y (mgr.14556) 11550 : cluster [DBG] pgmap v10206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:35.206356+0000 mgr.y (mgr.14556) 11551 : cluster [DBG] pgmap v10207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:35.206356+0000 mgr.y (mgr.14556) 11551 : cluster [DBG] pgmap v10207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:35.206356+0000 mgr.y (mgr.14556) 11551 : cluster [DBG] pgmap v10207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:38.746 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:25:39.035 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:25:39.035 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 2m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:25:39.035 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 2m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:25:39.035 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 2m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:25:39.035 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 2m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:25:39.035 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 2m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:25:39.035 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 2m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:25:39.035 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 2m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:25:39.035 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 2m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:25:39.035 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 2m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:25:39.035 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 2m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:25:39.035 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 2m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:25:39.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 2m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:25:39.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 2m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:25:39.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 2m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:25:39.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 2m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:25:39.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 2m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:25:39.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 2m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:25:39.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 2m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:25:39.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 2m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:25:39.036 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 2m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:25:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:37.207135+0000 mgr.y (mgr.14556) 11552 : cluster [DBG] pgmap v10208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:37.207135+0000 mgr.y (mgr.14556) 11552 : cluster [DBG] pgmap v10208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:39.383 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:25:39.383 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:25:39.383 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:25:39.383 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:25:39.383 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:25:39.383 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:25:39.383 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:25:39.383 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:25:39.383 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:25:39.383 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:25:39.383 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:25:39.384 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:25:39.384 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:25:39.384 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:25:39.384 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:25:39.384 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:25:39.384 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:25:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:37.207135+0000 mgr.y (mgr.14556) 11552 : cluster [DBG] pgmap v10208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:25:38.736374+0000 mgr.y (mgr.14556) 11553 : audit [DBG] from='client.26688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:25:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:25:39.028344+0000 mgr.y (mgr.14556) 11554 : audit [DBG] from='client.36605 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:25:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:25:39.384587+0000 mon.a (mon.0) 2737 : audit [DBG] from='client.? 172.21.15.23:0/3972904365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:25:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:25:38.736374+0000 mgr.y (mgr.14556) 11553 : audit [DBG] from='client.26688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:25:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:25:39.028344+0000 mgr.y (mgr.14556) 11554 : audit [DBG] from='client.36605 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:25:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:25:39.384587+0000 mon.a (mon.0) 2737 : audit [DBG] from='client.? 172.21.15.23:0/3972904365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:25:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:25:38.736374+0000 mgr.y (mgr.14556) 11553 : audit [DBG] from='client.26688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:25:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:25:39.028344+0000 mgr.y (mgr.14556) 11554 : audit [DBG] from='client.36605 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:25:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:25:39.384587+0000 mon.a (mon.0) 2737 : audit [DBG] from='client.? 172.21.15.23:0/3972904365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:25:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:39.207473+0000 mgr.y (mgr.14556) 11555 : cluster [DBG] pgmap v10209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:39.207473+0000 mgr.y (mgr.14556) 11555 : cluster [DBG] pgmap v10209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:39.207473+0000 mgr.y (mgr.14556) 11555 : cluster [DBG] pgmap v10209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:25:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:41.208272+0000 mgr.y (mgr.14556) 11556 : cluster [DBG] pgmap v10210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:41.208272+0000 mgr.y (mgr.14556) 11556 : cluster [DBG] pgmap v10210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:41.208272+0000 mgr.y (mgr.14556) 11556 : cluster [DBG] pgmap v10210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:25:43] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-03-22T12:25:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:43.208927+0000 mgr.y (mgr.14556) 11557 : cluster [DBG] pgmap v10211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:43.208927+0000 mgr.y (mgr.14556) 11557 : cluster [DBG] pgmap v10211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:43.208927+0000 mgr.y (mgr.14556) 11557 : cluster [DBG] pgmap v10211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:45.209317+0000 mgr.y (mgr.14556) 11558 : cluster [DBG] pgmap v10212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:45.209317+0000 mgr.y (mgr.14556) 11558 : cluster [DBG] pgmap v10212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:45.209317+0000 mgr.y (mgr.14556) 11558 : cluster [DBG] pgmap v10212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:47.210026+0000 mgr.y (mgr.14556) 11559 : cluster [DBG] pgmap v10213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:47.210026+0000 mgr.y (mgr.14556) 11559 : cluster [DBG] pgmap v10213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:47.210026+0000 mgr.y (mgr.14556) 11559 : cluster [DBG] pgmap v10213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:49.210460+0000 mgr.y (mgr.14556) 11560 : cluster [DBG] pgmap v10214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:49.210460+0000 mgr.y (mgr.14556) 11560 : cluster [DBG] pgmap v10214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:49.210460+0000 mgr.y (mgr.14556) 11560 : cluster [DBG] pgmap v10214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:25:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:51.211109+0000 mgr.y (mgr.14556) 11561 : cluster [DBG] pgmap v10215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:51.211109+0000 mgr.y (mgr.14556) 11561 : cluster [DBG] pgmap v10215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:51.211109+0000 mgr.y (mgr.14556) 11561 : cluster [DBG] pgmap v10215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:25:53] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:25:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:53.211520+0000 mgr.y (mgr.14556) 11562 : cluster [DBG] pgmap v10216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:53.211520+0000 mgr.y (mgr.14556) 11562 : cluster [DBG] pgmap v10216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:53.211520+0000 mgr.y (mgr.14556) 11562 : cluster [DBG] pgmap v10216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:55.212075+0000 mgr.y (mgr.14556) 11563 : cluster [DBG] pgmap v10217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:55.212075+0000 mgr.y (mgr.14556) 11563 : cluster [DBG] pgmap v10217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:55.212075+0000 mgr.y (mgr.14556) 11563 : cluster [DBG] pgmap v10217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:57.212764+0000 mgr.y (mgr.14556) 11564 : cluster [DBG] pgmap v10218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:57.212764+0000 mgr.y (mgr.14556) 11564 : cluster [DBG] pgmap v10218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:25:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:25:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:57.212764+0000 mgr.y (mgr.14556) 11564 : cluster [DBG] pgmap v10218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:25:59.832780+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:26:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:25:59.832780+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:26:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:25:59.832780+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:26:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:25:59.213324+0000 mgr.y (mgr.14556) 11565 : cluster [DBG] pgmap v10219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:26:00.087121+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:26:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:26:00.092871+0000 mon.a (mon.0) 2740 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:26:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:26:00.371821+0000 mon.a (mon.0) 2741 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:26:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:26:00.372457+0000 mon.a (mon.0) 2742 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:26:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:26:00.378566+0000 mon.a (mon.0) 2743 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:26:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:25:59.213324+0000 mgr.y (mgr.14556) 11565 : cluster [DBG] pgmap v10219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:26:00.087121+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:26:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:26:00.092871+0000 mon.a (mon.0) 2740 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:26:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:26:00.371821+0000 mon.a (mon.0) 2741 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:26:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:26:00.372457+0000 mon.a (mon.0) 2742 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:26:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:26:00.378566+0000 mon.a (mon.0) 2743 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:26:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:25:59.213324+0000 mgr.y (mgr.14556) 11565 : cluster [DBG] pgmap v10219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:26:00.087121+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:26:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:26:00.092871+0000 mon.a (mon.0) 2740 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:26:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:26:00.371821+0000 mon.a (mon.0) 2741 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:26:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:26:00.372457+0000 mon.a (mon.0) 2742 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:26:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:26:00.378566+0000 mon.a (mon.0) 2743 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:26:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:26:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:01.214077+0000 mgr.y (mgr.14556) 11566 : cluster [DBG] pgmap v10220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:01.214077+0000 mgr.y (mgr.14556) 11566 : cluster [DBG] pgmap v10220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:01.214077+0000 mgr.y (mgr.14556) 11566 : cluster [DBG] pgmap v10220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:26:03] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-03-22T12:26:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:03.214603+0000 mgr.y (mgr.14556) 11567 : cluster [DBG] pgmap v10221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:03.214603+0000 mgr.y (mgr.14556) 11567 : cluster [DBG] pgmap v10221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:03.214603+0000 mgr.y (mgr.14556) 11567 : cluster [DBG] pgmap v10221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:05.215038+0000 mgr.y (mgr.14556) 11568 : cluster [DBG] pgmap v10222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:05.215038+0000 mgr.y (mgr.14556) 11568 : cluster [DBG] pgmap v10222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:05.215038+0000 mgr.y (mgr.14556) 11568 : cluster [DBG] pgmap v10222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:07.215815+0000 mgr.y (mgr.14556) 11569 : cluster [DBG] pgmap v10223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:07.215815+0000 mgr.y (mgr.14556) 11569 : cluster [DBG] pgmap v10223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:07.215815+0000 mgr.y (mgr.14556) 11569 : cluster [DBG] pgmap v10223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:09.707 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:26:09.998 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:26:09.998 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 3m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:26:09.998 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 3m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:26:09.998 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 3m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:26:09.998 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 3m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:26:09.998 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 3m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:26:09.998 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 3m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:26:09.998 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 3m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:26:09.998 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 3m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:26:09.998 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 3m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:26:09.999 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 3m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:26:09.999 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 3m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:26:09.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 3m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:26:09.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 3m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:26:09.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 3m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:26:09.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 3m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:26:09.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 3m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:26:09.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 3m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:26:09.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 3m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:26:09.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 3m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:26:09.999 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 3m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:26:10.345 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:26:10.346 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:26:10.347 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:26:10.347 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:26:10.347 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:26:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:09.216390+0000 mgr.y (mgr.14556) 11570 : cluster [DBG] pgmap v10224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:26:09.697085+0000 mgr.y (mgr.14556) 11571 : audit [DBG] from='client.26706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:26:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:26:09.990950+0000 mgr.y (mgr.14556) 11572 : audit [DBG] from='client.36623 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:26:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:26:10.347054+0000 mon.c (mon.2) 294 : audit [DBG] from='client.? 172.21.15.23:0/3066172509' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:26:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:09.216390+0000 mgr.y (mgr.14556) 11570 : cluster [DBG] pgmap v10224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:26:09.697085+0000 mgr.y (mgr.14556) 11571 : audit [DBG] from='client.26706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:26:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:26:09.990950+0000 mgr.y (mgr.14556) 11572 : audit [DBG] from='client.36623 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:26:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:26:10.347054+0000 mon.c (mon.2) 294 : audit [DBG] from='client.? 172.21.15.23:0/3066172509' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:26:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:09.216390+0000 mgr.y (mgr.14556) 11570 : cluster [DBG] pgmap v10224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:26:09.697085+0000 mgr.y (mgr.14556) 11571 : audit [DBG] from='client.26706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:26:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:26:09.990950+0000 mgr.y (mgr.14556) 11572 : audit [DBG] from='client.36623 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:26:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:26:10.347054+0000 mon.c (mon.2) 294 : audit [DBG] from='client.? 172.21.15.23:0/3066172509' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:26:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:26:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:11.217144+0000 mgr.y (mgr.14556) 11573 : cluster [DBG] pgmap v10225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:11.217144+0000 mgr.y (mgr.14556) 11573 : cluster [DBG] pgmap v10225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:11.217144+0000 mgr.y (mgr.14556) 11573 : cluster [DBG] pgmap v10225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:26:13] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-03-22T12:26:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:13.217545+0000 mgr.y (mgr.14556) 11574 : cluster [DBG] pgmap v10226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:13.217545+0000 mgr.y (mgr.14556) 11574 : cluster [DBG] pgmap v10226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:13.217545+0000 mgr.y (mgr.14556) 11574 : cluster [DBG] pgmap v10226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:15.217971+0000 mgr.y (mgr.14556) 11575 : cluster [DBG] pgmap v10227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:15.217971+0000 mgr.y (mgr.14556) 11575 : cluster [DBG] pgmap v10227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:15.217971+0000 mgr.y (mgr.14556) 11575 : cluster [DBG] pgmap v10227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:17.218604+0000 mgr.y (mgr.14556) 11576 : cluster [DBG] pgmap v10228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:17.218604+0000 mgr.y (mgr.14556) 11576 : cluster [DBG] pgmap v10228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:17.218604+0000 mgr.y (mgr.14556) 11576 : cluster [DBG] pgmap v10228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:19.218969+0000 mgr.y (mgr.14556) 11577 : cluster [DBG] pgmap v10229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:19.218969+0000 mgr.y (mgr.14556) 11577 : cluster [DBG] pgmap v10229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:19.218969+0000 mgr.y (mgr.14556) 11577 : cluster [DBG] pgmap v10229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:26:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:21.219671+0000 mgr.y (mgr.14556) 11578 : cluster [DBG] pgmap v10230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:21.219671+0000 mgr.y (mgr.14556) 11578 : cluster [DBG] pgmap v10230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:21.219671+0000 mgr.y (mgr.14556) 11578 : cluster [DBG] pgmap v10230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:26:23] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T12:26:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:23.220039+0000 mgr.y (mgr.14556) 11579 : cluster [DBG] pgmap v10231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:23.220039+0000 mgr.y (mgr.14556) 11579 : cluster [DBG] pgmap v10231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:23.220039+0000 mgr.y (mgr.14556) 11579 : cluster [DBG] pgmap v10231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:25.220475+0000 mgr.y (mgr.14556) 11580 : cluster [DBG] pgmap v10232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:25.220475+0000 mgr.y (mgr.14556) 11580 : cluster [DBG] pgmap v10232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:25.220475+0000 mgr.y (mgr.14556) 11580 : cluster [DBG] pgmap v10232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:27.221179+0000 mgr.y (mgr.14556) 11581 : cluster [DBG] pgmap v10233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:27.221179+0000 mgr.y (mgr.14556) 11581 : cluster [DBG] pgmap v10233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:27.221179+0000 mgr.y (mgr.14556) 11581 : cluster [DBG] pgmap v10233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:29.221543+0000 mgr.y (mgr.14556) 11582 : cluster [DBG] pgmap v10234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:29.221543+0000 mgr.y (mgr.14556) 11582 : cluster [DBG] pgmap v10234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:29.221543+0000 mgr.y (mgr.14556) 11582 : cluster [DBG] pgmap v10234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:26:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:31.222239+0000 mgr.y (mgr.14556) 11583 : cluster [DBG] pgmap v10235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:31.222239+0000 mgr.y (mgr.14556) 11583 : cluster [DBG] pgmap v10235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:31.222239+0000 mgr.y (mgr.14556) 11583 : cluster [DBG] pgmap v10235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:26:33] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T12:26:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:33.222801+0000 mgr.y (mgr.14556) 11584 : cluster [DBG] pgmap v10236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:33.222801+0000 mgr.y (mgr.14556) 11584 : cluster [DBG] pgmap v10236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:33.222801+0000 mgr.y (mgr.14556) 11584 : cluster [DBG] pgmap v10236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:35.223342+0000 mgr.y (mgr.14556) 11585 : cluster [DBG] pgmap v10237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:35.223342+0000 mgr.y (mgr.14556) 11585 : cluster [DBG] pgmap v10237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:35.223342+0000 mgr.y (mgr.14556) 11585 : cluster [DBG] pgmap v10237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:37.224007+0000 mgr.y (mgr.14556) 11586 : cluster [DBG] pgmap v10238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:37.224007+0000 mgr.y (mgr.14556) 11586 : cluster [DBG] pgmap v10238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:37.224007+0000 mgr.y (mgr.14556) 11586 : cluster [DBG] pgmap v10238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:39.224407+0000 mgr.y (mgr.14556) 11587 : cluster [DBG] pgmap v10239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:40.671 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:26:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:39.224407+0000 mgr.y (mgr.14556) 11587 : cluster [DBG] pgmap v10239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:39.224407+0000 mgr.y (mgr.14556) 11587 : cluster [DBG] pgmap v10239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:40.961 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:26:40.961 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 3m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:26:40.961 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 3m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:26:40.961 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 3m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:26:40.961 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 3m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:26:40.961 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 3m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:26:40.961 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 3m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 3m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 3m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 3m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 3m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 3m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 3m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 3m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 3m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 3m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 3m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 3m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 3m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 3m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:26:40.962 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 3m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:26:41.313 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:26:41.313 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:26:41.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:26:41.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:26:41.313 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:26:41.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:26:41.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:26:41.313 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:26:41.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:26:41.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:26:41.313 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:26:41.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:26:41.314 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:26:41.314 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:26:41.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:26:41.314 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:26:41.314 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:26:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:26:40.660896+0000 mgr.y (mgr.14556) 11588 : audit [DBG] from='client.26724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:26:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:26:40.954558+0000 mgr.y (mgr.14556) 11589 : audit [DBG] from='client.26730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:26:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:26:41.314028+0000 mon.a (mon.0) 2744 : audit [DBG] from='client.? 172.21.15.23:0/647183319' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:26:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:26:40.660896+0000 mgr.y (mgr.14556) 11588 : audit [DBG] from='client.26724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:26:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:26:40.954558+0000 mgr.y (mgr.14556) 11589 : audit [DBG] from='client.26730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:26:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:26:41.314028+0000 mon.a (mon.0) 2744 : audit [DBG] from='client.? 172.21.15.23:0/647183319' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:26:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:26:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:26:40.660896+0000 mgr.y (mgr.14556) 11588 : audit [DBG] from='client.26724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:26:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:26:40.954558+0000 mgr.y (mgr.14556) 11589 : audit [DBG] from='client.26730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:26:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:26:41.314028+0000 mon.a (mon.0) 2744 : audit [DBG] from='client.? 172.21.15.23:0/647183319' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:26:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:41.224941+0000 mgr.y (mgr.14556) 11590 : cluster [DBG] pgmap v10240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:41.224941+0000 mgr.y (mgr.14556) 11590 : cluster [DBG] pgmap v10240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:41.224941+0000 mgr.y (mgr.14556) 11590 : cluster [DBG] pgmap v10240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:26:43] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T12:26:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:43.225402+0000 mgr.y (mgr.14556) 11591 : cluster [DBG] pgmap v10241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:43.225402+0000 mgr.y (mgr.14556) 11591 : cluster [DBG] pgmap v10241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:43.225402+0000 mgr.y (mgr.14556) 11591 : cluster [DBG] pgmap v10241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:45.225897+0000 mgr.y (mgr.14556) 11592 : cluster [DBG] pgmap v10242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:45.225897+0000 mgr.y (mgr.14556) 11592 : cluster [DBG] pgmap v10242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:45.225897+0000 mgr.y (mgr.14556) 11592 : cluster [DBG] pgmap v10242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:48.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:47.226665+0000 mgr.y (mgr.14556) 11593 : cluster [DBG] pgmap v10243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:47.226665+0000 mgr.y (mgr.14556) 11593 : cluster [DBG] pgmap v10243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:47.226665+0000 mgr.y (mgr.14556) 11593 : cluster [DBG] pgmap v10243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:49.227043+0000 mgr.y (mgr.14556) 11594 : cluster [DBG] pgmap v10244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:49.227043+0000 mgr.y (mgr.14556) 11594 : cluster [DBG] pgmap v10244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:49.227043+0000 mgr.y (mgr.14556) 11594 : cluster [DBG] pgmap v10244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:26:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:51.227845+0000 mgr.y (mgr.14556) 11595 : cluster [DBG] pgmap v10245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:51.227845+0000 mgr.y (mgr.14556) 11595 : cluster [DBG] pgmap v10245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:51.227845+0000 mgr.y (mgr.14556) 11595 : cluster [DBG] pgmap v10245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:26:53] "GET /metrics HTTP/1.1" 200 188246 "" "Prometheus/2.33.4" 2024-03-22T12:26:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:53.228386+0000 mgr.y (mgr.14556) 11596 : cluster [DBG] pgmap v10246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:53.228386+0000 mgr.y (mgr.14556) 11596 : cluster [DBG] pgmap v10246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:53.228386+0000 mgr.y (mgr.14556) 11596 : cluster [DBG] pgmap v10246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:55.228806+0000 mgr.y (mgr.14556) 11597 : cluster [DBG] pgmap v10247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:55.228806+0000 mgr.y (mgr.14556) 11597 : cluster [DBG] pgmap v10247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:55.228806+0000 mgr.y (mgr.14556) 11597 : cluster [DBG] pgmap v10247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:26:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:57.229484+0000 mgr.y (mgr.14556) 11598 : cluster [DBG] pgmap v10248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:26:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:57.229484+0000 mgr.y (mgr.14556) 11598 : cluster [DBG] pgmap v10248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:26:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:26:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:57.229484+0000 mgr.y (mgr.14556) 11598 : cluster [DBG] pgmap v10248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:26:59.229890+0000 mgr.y (mgr.14556) 11599 : cluster [DBG] pgmap v10249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:27:00.382965+0000 mon.a (mon.0) 2745 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:27:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:26:59.229890+0000 mgr.y (mgr.14556) 11599 : cluster [DBG] pgmap v10249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:27:00.382965+0000 mon.a (mon.0) 2745 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:27:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:26:59.229890+0000 mgr.y (mgr.14556) 11599 : cluster [DBG] pgmap v10249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:27:00.382965+0000 mon.a (mon.0) 2745 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:27:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:27:00.689448+0000 mon.a (mon.0) 2746 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:27:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:27:00.690089+0000 mon.a (mon.0) 2747 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:27:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:27:00.703535+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:27:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:27:00.689448+0000 mon.a (mon.0) 2746 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:27:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:27:00.690089+0000 mon.a (mon.0) 2747 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:27:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:27:00.703535+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:27:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:27:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:27:00.689448+0000 mon.a (mon.0) 2746 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:27:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:27:00.690089+0000 mon.a (mon.0) 2747 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:27:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:27:00.703535+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:27:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:01.230482+0000 mgr.y (mgr.14556) 11600 : cluster [DBG] pgmap v10250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:01.230482+0000 mgr.y (mgr.14556) 11600 : cluster [DBG] pgmap v10250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:01.230482+0000 mgr.y (mgr.14556) 11600 : cluster [DBG] pgmap v10250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:27:03] "GET /metrics HTTP/1.1" 200 188246 "" "Prometheus/2.33.4" 2024-03-22T12:27:05.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:03.230815+0000 mgr.y (mgr.14556) 11601 : cluster [DBG] pgmap v10251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:03.230815+0000 mgr.y (mgr.14556) 11601 : cluster [DBG] pgmap v10251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:03.230815+0000 mgr.y (mgr.14556) 11601 : cluster [DBG] pgmap v10251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:05.231246+0000 mgr.y (mgr.14556) 11602 : cluster [DBG] pgmap v10252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:05.231246+0000 mgr.y (mgr.14556) 11602 : cluster [DBG] pgmap v10252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:05.231246+0000 mgr.y (mgr.14556) 11602 : cluster [DBG] pgmap v10252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:07.231966+0000 mgr.y (mgr.14556) 11603 : cluster [DBG] pgmap v10253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:09.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:07.231966+0000 mgr.y (mgr.14556) 11603 : cluster [DBG] pgmap v10253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:07.231966+0000 mgr.y (mgr.14556) 11603 : cluster [DBG] pgmap v10253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:11.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:09.232353+0000 mgr.y (mgr.14556) 11604 : cluster [DBG] pgmap v10254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:09.232353+0000 mgr.y (mgr.14556) 11604 : cluster [DBG] pgmap v10254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:09.232353+0000 mgr.y (mgr.14556) 11604 : cluster [DBG] pgmap v10254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:11.642 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:27:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:27:11.929 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:27:11.929 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 4m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:27:11.929 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 4m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:27:11.929 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 4m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:27:11.929 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:27:11.929 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:27:11.929 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 4m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:27:11.929 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 4m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:27:11.929 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:27:11.929 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 4m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:27:11.930 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 4m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:27:11.930 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:27:11.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 4m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:27:11.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 4m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:27:11.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 4m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:27:11.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 4m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:27:11.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:27:11.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:27:11.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:27:11.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:27:11.930 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 4m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:27:12.281 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:27:12.282 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:27:12.282 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:27:12.282 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:27:12.282 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:27:12.282 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:27:12.282 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:27:12.282 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:27:12.282 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:27:12.282 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:27:12.282 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:27:12.283 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:27:12.283 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:27:12.283 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:27:12.283 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:27:12.283 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:27:12.283 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:27:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:11.233018+0000 mgr.y (mgr.14556) 11605 : cluster [DBG] pgmap v10255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:27:11.631014+0000 mgr.y (mgr.14556) 11606 : audit [DBG] from='client.26742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:27:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:27:11.922366+0000 mgr.y (mgr.14556) 11607 : audit [DBG] from='client.36659 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:27:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:27:12.283056+0000 mon.a (mon.0) 2749 : audit [DBG] from='client.? 172.21.15.23:0/409319958' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:27:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:11.233018+0000 mgr.y (mgr.14556) 11605 : cluster [DBG] pgmap v10255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:27:11.631014+0000 mgr.y (mgr.14556) 11606 : audit [DBG] from='client.26742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:27:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:27:11.922366+0000 mgr.y (mgr.14556) 11607 : audit [DBG] from='client.36659 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:27:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:27:12.283056+0000 mon.a (mon.0) 2749 : audit [DBG] from='client.? 172.21.15.23:0/409319958' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:27:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:11.233018+0000 mgr.y (mgr.14556) 11605 : cluster [DBG] pgmap v10255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:27:11.631014+0000 mgr.y (mgr.14556) 11606 : audit [DBG] from='client.26742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:27:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:27:11.922366+0000 mgr.y (mgr.14556) 11607 : audit [DBG] from='client.36659 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:27:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:27:12.283056+0000 mon.a (mon.0) 2749 : audit [DBG] from='client.? 172.21.15.23:0/409319958' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:27:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:27:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:27:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:13.233565+0000 mgr.y (mgr.14556) 11608 : cluster [DBG] pgmap v10256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:15.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:13.233565+0000 mgr.y (mgr.14556) 11608 : cluster [DBG] pgmap v10256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:13.233565+0000 mgr.y (mgr.14556) 11608 : cluster [DBG] pgmap v10256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:17.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:15.234138+0000 mgr.y (mgr.14556) 11609 : cluster [DBG] pgmap v10257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:15.234138+0000 mgr.y (mgr.14556) 11609 : cluster [DBG] pgmap v10257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:15.234138+0000 mgr.y (mgr.14556) 11609 : cluster [DBG] pgmap v10257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:17.234939+0000 mgr.y (mgr.14556) 11610 : cluster [DBG] pgmap v10258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:19.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:17.234939+0000 mgr.y (mgr.14556) 11610 : cluster [DBG] pgmap v10258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:17.234939+0000 mgr.y (mgr.14556) 11610 : cluster [DBG] pgmap v10258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:21.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:19.235482+0000 mgr.y (mgr.14556) 11611 : cluster [DBG] pgmap v10259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:21.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:19.235482+0000 mgr.y (mgr.14556) 11611 : cluster [DBG] pgmap v10259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:19.235482+0000 mgr.y (mgr.14556) 11611 : cluster [DBG] pgmap v10259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:27:23.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:21.236195+0000 mgr.y (mgr.14556) 11612 : cluster [DBG] pgmap v10260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:23.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:21.236195+0000 mgr.y (mgr.14556) 11612 : cluster [DBG] pgmap v10260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:21.236195+0000 mgr.y (mgr.14556) 11612 : cluster [DBG] pgmap v10260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:27:23] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T12:27:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:23.236570+0000 mgr.y (mgr.14556) 11613 : cluster [DBG] pgmap v10261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:23.236570+0000 mgr.y (mgr.14556) 11613 : cluster [DBG] pgmap v10261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:23.236570+0000 mgr.y (mgr.14556) 11613 : cluster [DBG] pgmap v10261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:25.236897+0000 mgr.y (mgr.14556) 11614 : cluster [DBG] pgmap v10262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:25.236897+0000 mgr.y (mgr.14556) 11614 : cluster [DBG] pgmap v10262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:25.236897+0000 mgr.y (mgr.14556) 11614 : cluster [DBG] pgmap v10262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:27.237746+0000 mgr.y (mgr.14556) 11615 : cluster [DBG] pgmap v10263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:27.237746+0000 mgr.y (mgr.14556) 11615 : cluster [DBG] pgmap v10263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:27.237746+0000 mgr.y (mgr.14556) 11615 : cluster [DBG] pgmap v10263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:29.238166+0000 mgr.y (mgr.14556) 11616 : cluster [DBG] pgmap v10264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:29.238166+0000 mgr.y (mgr.14556) 11616 : cluster [DBG] pgmap v10264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:29.238166+0000 mgr.y (mgr.14556) 11616 : cluster [DBG] pgmap v10264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:27:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:31.238804+0000 mgr.y (mgr.14556) 11617 : cluster [DBG] pgmap v10265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:31.238804+0000 mgr.y (mgr.14556) 11617 : cluster [DBG] pgmap v10265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:31.238804+0000 mgr.y (mgr.14556) 11617 : cluster [DBG] pgmap v10265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:27:33] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T12:27:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:33.239399+0000 mgr.y (mgr.14556) 11618 : cluster [DBG] pgmap v10266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:33.239399+0000 mgr.y (mgr.14556) 11618 : cluster [DBG] pgmap v10266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:33.239399+0000 mgr.y (mgr.14556) 11618 : cluster [DBG] pgmap v10266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:35.239951+0000 mgr.y (mgr.14556) 11619 : cluster [DBG] pgmap v10267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:35.239951+0000 mgr.y (mgr.14556) 11619 : cluster [DBG] pgmap v10267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:35.239951+0000 mgr.y (mgr.14556) 11619 : cluster [DBG] pgmap v10267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:37.240689+0000 mgr.y (mgr.14556) 11620 : cluster [DBG] pgmap v10268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:37.240689+0000 mgr.y (mgr.14556) 11620 : cluster [DBG] pgmap v10268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:37.240689+0000 mgr.y (mgr.14556) 11620 : cluster [DBG] pgmap v10268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:39.241291+0000 mgr.y (mgr.14556) 11621 : cluster [DBG] pgmap v10269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:39.241291+0000 mgr.y (mgr.14556) 11621 : cluster [DBG] pgmap v10269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:39.241291+0000 mgr.y (mgr.14556) 11621 : cluster [DBG] pgmap v10269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:27:42.607 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:27:42.894 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:27:42.894 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 4m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:27:42.894 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 4m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:27:42.894 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 4m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:27:42.894 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:27:42.894 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:27:42.894 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 4m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 4m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 4m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 4m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 4m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 4m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 4m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 4m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:27:42.895 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 4m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:27:43.250 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:27:43.250 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:27:43.250 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:27:43.250 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:27:43.250 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:27:43.250 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:27:43.250 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:27:43.251 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:27:43.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:27:43.251 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:27:43.251 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:27:43.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:27:43.251 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:27:43.251 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:27:43.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:27:43.251 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:27:43.251 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:27:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:41.242064+0000 mgr.y (mgr.14556) 11622 : cluster [DBG] pgmap v10270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:41.242064+0000 mgr.y (mgr.14556) 11622 : cluster [DBG] pgmap v10270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:41.242064+0000 mgr.y (mgr.14556) 11622 : cluster [DBG] pgmap v10270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:27:43] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T12:27:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:27:42.597212+0000 mgr.y (mgr.14556) 11623 : audit [DBG] from='client.26760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:27:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:27:42.887353+0000 mgr.y (mgr.14556) 11624 : audit [DBG] from='client.26766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:27:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:27:43.251005+0000 mon.c (mon.2) 295 : audit [DBG] from='client.? 172.21.15.23:0/221748962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:27:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:27:42.597212+0000 mgr.y (mgr.14556) 11623 : audit [DBG] from='client.26760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:27:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:27:42.887353+0000 mgr.y (mgr.14556) 11624 : audit [DBG] from='client.26766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:27:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:27:43.251005+0000 mon.c (mon.2) 295 : audit [DBG] from='client.? 172.21.15.23:0/221748962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:27:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:27:42.597212+0000 mgr.y (mgr.14556) 11623 : audit [DBG] from='client.26760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:27:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:27:42.887353+0000 mgr.y (mgr.14556) 11624 : audit [DBG] from='client.26766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:27:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:27:43.251005+0000 mon.c (mon.2) 295 : audit [DBG] from='client.? 172.21.15.23:0/221748962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:27:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:43.242359+0000 mgr.y (mgr.14556) 11625 : cluster [DBG] pgmap v10271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:43.242359+0000 mgr.y (mgr.14556) 11625 : cluster [DBG] pgmap v10271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:43.242359+0000 mgr.y (mgr.14556) 11625 : cluster [DBG] pgmap v10271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:45.242793+0000 mgr.y (mgr.14556) 11626 : cluster [DBG] pgmap v10272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:45.242793+0000 mgr.y (mgr.14556) 11626 : cluster [DBG] pgmap v10272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:45.242793+0000 mgr.y (mgr.14556) 11626 : cluster [DBG] pgmap v10272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:47.243483+0000 mgr.y (mgr.14556) 11627 : cluster [DBG] pgmap v10273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:47.243483+0000 mgr.y (mgr.14556) 11627 : cluster [DBG] pgmap v10273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:47.243483+0000 mgr.y (mgr.14556) 11627 : cluster [DBG] pgmap v10273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:49.243899+0000 mgr.y (mgr.14556) 11628 : cluster [DBG] pgmap v10274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:49.243899+0000 mgr.y (mgr.14556) 11628 : cluster [DBG] pgmap v10274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:49.243899+0000 mgr.y (mgr.14556) 11628 : cluster [DBG] pgmap v10274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:27:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:51.244598+0000 mgr.y (mgr.14556) 11629 : cluster [DBG] pgmap v10275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:51.244598+0000 mgr.y (mgr.14556) 11629 : cluster [DBG] pgmap v10275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:51.244598+0000 mgr.y (mgr.14556) 11629 : cluster [DBG] pgmap v10275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:27:53] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:27:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:53.245164+0000 mgr.y (mgr.14556) 11630 : cluster [DBG] pgmap v10276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:53.245164+0000 mgr.y (mgr.14556) 11630 : cluster [DBG] pgmap v10276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:53.245164+0000 mgr.y (mgr.14556) 11630 : cluster [DBG] pgmap v10276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:55.245584+0000 mgr.y (mgr.14556) 11631 : cluster [DBG] pgmap v10277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:55.245584+0000 mgr.y (mgr.14556) 11631 : cluster [DBG] pgmap v10277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:55.245584+0000 mgr.y (mgr.14556) 11631 : cluster [DBG] pgmap v10277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:27:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:57.246277+0000 mgr.y (mgr.14556) 11632 : cluster [DBG] pgmap v10278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:27:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:57.246277+0000 mgr.y (mgr.14556) 11632 : cluster [DBG] pgmap v10278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:27:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:27:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:57.246277+0000 mgr.y (mgr.14556) 11632 : cluster [DBG] pgmap v10278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:27:59.246711+0000 mgr.y (mgr.14556) 11633 : cluster [DBG] pgmap v10279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:27:59.246711+0000 mgr.y (mgr.14556) 11633 : cluster [DBG] pgmap v10279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:27:59.246711+0000 mgr.y (mgr.14556) 11633 : cluster [DBG] pgmap v10279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:28:00.708671+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:28:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:28:01.013690+0000 mon.a (mon.0) 2751 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:28:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:28:01.014380+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:28:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:28:01.021930+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:28:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:28:00.708671+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:28:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:28:01.013690+0000 mon.a (mon.0) 2751 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:28:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:28:01.014380+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:28:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:28:01.021930+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:28:01.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:28:01.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:28:00.708671+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:28:01.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:28:01.013690+0000 mon.a (mon.0) 2751 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:28:01.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:28:01.014380+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:28:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:28:01.021930+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:28:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:01.247340+0000 mgr.y (mgr.14556) 11634 : cluster [DBG] pgmap v10280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:01.247340+0000 mgr.y (mgr.14556) 11634 : cluster [DBG] pgmap v10280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:01.247340+0000 mgr.y (mgr.14556) 11634 : cluster [DBG] pgmap v10280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:28:03] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:28:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:03.247760+0000 mgr.y (mgr.14556) 11635 : cluster [DBG] pgmap v10281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:03.247760+0000 mgr.y (mgr.14556) 11635 : cluster [DBG] pgmap v10281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:03.247760+0000 mgr.y (mgr.14556) 11635 : cluster [DBG] pgmap v10281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:05.248394+0000 mgr.y (mgr.14556) 11636 : cluster [DBG] pgmap v10282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:05.248394+0000 mgr.y (mgr.14556) 11636 : cluster [DBG] pgmap v10282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:05.248394+0000 mgr.y (mgr.14556) 11636 : cluster [DBG] pgmap v10282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:07.249213+0000 mgr.y (mgr.14556) 11637 : cluster [DBG] pgmap v10283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:07.249213+0000 mgr.y (mgr.14556) 11637 : cluster [DBG] pgmap v10283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:07.249213+0000 mgr.y (mgr.14556) 11637 : cluster [DBG] pgmap v10283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:09.249589+0000 mgr.y (mgr.14556) 11638 : cluster [DBG] pgmap v10284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:09.249589+0000 mgr.y (mgr.14556) 11638 : cluster [DBG] pgmap v10284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:09.249589+0000 mgr.y (mgr.14556) 11638 : cluster [DBG] pgmap v10284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:28:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:11.250285+0000 mgr.y (mgr.14556) 11639 : cluster [DBG] pgmap v10285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:11.250285+0000 mgr.y (mgr.14556) 11639 : cluster [DBG] pgmap v10285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:11.250285+0000 mgr.y (mgr.14556) 11639 : cluster [DBG] pgmap v10285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:13.572 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:28:13.859 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:28:13.859 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:28:13.859 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:28:13.859 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:28:13.859 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:28:13.859 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:28:13.860 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:28:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:28:13] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T12:28:14.210 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:28:14.211 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:28:14.212 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:28:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:13.250720+0000 mgr.y (mgr.14556) 11640 : cluster [DBG] pgmap v10286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:28:13.561940+0000 mgr.y (mgr.14556) 11641 : audit [DBG] from='client.26778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:28:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:28:13.852530+0000 mgr.y (mgr.14556) 11642 : audit [DBG] from='client.36695 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:28:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:28:14.211843+0000 mon.a (mon.0) 2754 : audit [DBG] from='client.? 172.21.15.23:0/673246178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:28:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:13.250720+0000 mgr.y (mgr.14556) 11640 : cluster [DBG] pgmap v10286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:28:13.561940+0000 mgr.y (mgr.14556) 11641 : audit [DBG] from='client.26778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:28:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:28:13.852530+0000 mgr.y (mgr.14556) 11642 : audit [DBG] from='client.36695 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:28:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:28:14.211843+0000 mon.a (mon.0) 2754 : audit [DBG] from='client.? 172.21.15.23:0/673246178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:28:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:13.250720+0000 mgr.y (mgr.14556) 11640 : cluster [DBG] pgmap v10286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:28:13.561940+0000 mgr.y (mgr.14556) 11641 : audit [DBG] from='client.26778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:28:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:28:13.852530+0000 mgr.y (mgr.14556) 11642 : audit [DBG] from='client.36695 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:28:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:28:14.211843+0000 mon.a (mon.0) 2754 : audit [DBG] from='client.? 172.21.15.23:0/673246178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:28:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:15.251303+0000 mgr.y (mgr.14556) 11643 : cluster [DBG] pgmap v10287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:15.251303+0000 mgr.y (mgr.14556) 11643 : cluster [DBG] pgmap v10287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:15.251303+0000 mgr.y (mgr.14556) 11643 : cluster [DBG] pgmap v10287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:17.252095+0000 mgr.y (mgr.14556) 11644 : cluster [DBG] pgmap v10288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:17.252095+0000 mgr.y (mgr.14556) 11644 : cluster [DBG] pgmap v10288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:17.252095+0000 mgr.y (mgr.14556) 11644 : cluster [DBG] pgmap v10288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:19.252588+0000 mgr.y (mgr.14556) 11645 : cluster [DBG] pgmap v10289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:19.252588+0000 mgr.y (mgr.14556) 11645 : cluster [DBG] pgmap v10289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:19.252588+0000 mgr.y (mgr.14556) 11645 : cluster [DBG] pgmap v10289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:28:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:21.253341+0000 mgr.y (mgr.14556) 11646 : cluster [DBG] pgmap v10290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:21.253341+0000 mgr.y (mgr.14556) 11646 : cluster [DBG] pgmap v10290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:21.253341+0000 mgr.y (mgr.14556) 11646 : cluster [DBG] pgmap v10290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:28:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:28:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:23.253839+0000 mgr.y (mgr.14556) 11647 : cluster [DBG] pgmap v10291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:23.253839+0000 mgr.y (mgr.14556) 11647 : cluster [DBG] pgmap v10291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:23.253839+0000 mgr.y (mgr.14556) 11647 : cluster [DBG] pgmap v10291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:25.254232+0000 mgr.y (mgr.14556) 11648 : cluster [DBG] pgmap v10292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:25.254232+0000 mgr.y (mgr.14556) 11648 : cluster [DBG] pgmap v10292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:25.254232+0000 mgr.y (mgr.14556) 11648 : cluster [DBG] pgmap v10292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:27.254977+0000 mgr.y (mgr.14556) 11649 : cluster [DBG] pgmap v10293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:27.254977+0000 mgr.y (mgr.14556) 11649 : cluster [DBG] pgmap v10293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:27.254977+0000 mgr.y (mgr.14556) 11649 : cluster [DBG] pgmap v10293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:29.255501+0000 mgr.y (mgr.14556) 11650 : cluster [DBG] pgmap v10294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:29.255501+0000 mgr.y (mgr.14556) 11650 : cluster [DBG] pgmap v10294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:29.255501+0000 mgr.y (mgr.14556) 11650 : cluster [DBG] pgmap v10294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:28:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:31.256075+0000 mgr.y (mgr.14556) 11651 : cluster [DBG] pgmap v10295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:31.256075+0000 mgr.y (mgr.14556) 11651 : cluster [DBG] pgmap v10295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:31.256075+0000 mgr.y (mgr.14556) 11651 : cluster [DBG] pgmap v10295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:28:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:28:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:33.256558+0000 mgr.y (mgr.14556) 11652 : cluster [DBG] pgmap v10296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:33.256558+0000 mgr.y (mgr.14556) 11652 : cluster [DBG] pgmap v10296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:33.256558+0000 mgr.y (mgr.14556) 11652 : cluster [DBG] pgmap v10296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:35.257038+0000 mgr.y (mgr.14556) 11653 : cluster [DBG] pgmap v10297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:35.257038+0000 mgr.y (mgr.14556) 11653 : cluster [DBG] pgmap v10297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:35.257038+0000 mgr.y (mgr.14556) 11653 : cluster [DBG] pgmap v10297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:37.257827+0000 mgr.y (mgr.14556) 11654 : cluster [DBG] pgmap v10298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:37.257827+0000 mgr.y (mgr.14556) 11654 : cluster [DBG] pgmap v10298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:37.257827+0000 mgr.y (mgr.14556) 11654 : cluster [DBG] pgmap v10298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:39.258257+0000 mgr.y (mgr.14556) 11655 : cluster [DBG] pgmap v10299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:39.258257+0000 mgr.y (mgr.14556) 11655 : cluster [DBG] pgmap v10299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:39.258257+0000 mgr.y (mgr.14556) 11655 : cluster [DBG] pgmap v10299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:28:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:41.259072+0000 mgr.y (mgr.14556) 11656 : cluster [DBG] pgmap v10300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:41.259072+0000 mgr.y (mgr.14556) 11656 : cluster [DBG] pgmap v10300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:41.259072+0000 mgr.y (mgr.14556) 11656 : cluster [DBG] pgmap v10300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:28:43] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T12:28:44.537 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:28:44.823 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:28:44.823 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:28:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:28:44.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:28:44.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:28:44.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:28:44.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:28:44.825 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:28:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:43.259485+0000 mgr.y (mgr.14556) 11657 : cluster [DBG] pgmap v10301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:43.259485+0000 mgr.y (mgr.14556) 11657 : cluster [DBG] pgmap v10301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:43.259485+0000 mgr.y (mgr.14556) 11657 : cluster [DBG] pgmap v10301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:45.175 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:28:45.175 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:28:45.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:28:45.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:28:45.175 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:28:45.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:28:45.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:28:45.175 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:28:45.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:28:45.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:28:45.175 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:28:45.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:28:45.176 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:28:45.176 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:28:45.176 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:28:45.176 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:28:45.176 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:28:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:28:44.526383+0000 mgr.y (mgr.14556) 11658 : audit [DBG] from='client.26796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:28:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:28:44.816978+0000 mgr.y (mgr.14556) 11659 : audit [DBG] from='client.26802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:28:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:28:45.176004+0000 mon.a (mon.0) 2755 : audit [DBG] from='client.? 172.21.15.23:0/2554002767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:28:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:28:44.526383+0000 mgr.y (mgr.14556) 11658 : audit [DBG] from='client.26796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:28:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:28:44.816978+0000 mgr.y (mgr.14556) 11659 : audit [DBG] from='client.26802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:28:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:28:45.176004+0000 mon.a (mon.0) 2755 : audit [DBG] from='client.? 172.21.15.23:0/2554002767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:28:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:28:44.526383+0000 mgr.y (mgr.14556) 11658 : audit [DBG] from='client.26796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:28:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:28:44.816978+0000 mgr.y (mgr.14556) 11659 : audit [DBG] from='client.26802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:28:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:28:45.176004+0000 mon.a (mon.0) 2755 : audit [DBG] from='client.? 172.21.15.23:0/2554002767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:28:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:45.259843+0000 mgr.y (mgr.14556) 11660 : cluster [DBG] pgmap v10302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:45.259843+0000 mgr.y (mgr.14556) 11660 : cluster [DBG] pgmap v10302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:45.259843+0000 mgr.y (mgr.14556) 11660 : cluster [DBG] pgmap v10302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:47.260619+0000 mgr.y (mgr.14556) 11661 : cluster [DBG] pgmap v10303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:47.260619+0000 mgr.y (mgr.14556) 11661 : cluster [DBG] pgmap v10303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:47.260619+0000 mgr.y (mgr.14556) 11661 : cluster [DBG] pgmap v10303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:49.260974+0000 mgr.y (mgr.14556) 11662 : cluster [DBG] pgmap v10304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:49.260974+0000 mgr.y (mgr.14556) 11662 : cluster [DBG] pgmap v10304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:49.260974+0000 mgr.y (mgr.14556) 11662 : cluster [DBG] pgmap v10304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:28:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:51.261605+0000 mgr.y (mgr.14556) 11663 : cluster [DBG] pgmap v10305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:51.261605+0000 mgr.y (mgr.14556) 11663 : cluster [DBG] pgmap v10305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:51.261605+0000 mgr.y (mgr.14556) 11663 : cluster [DBG] pgmap v10305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:28:53] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T12:28:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:53.262162+0000 mgr.y (mgr.14556) 11664 : cluster [DBG] pgmap v10306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:53.262162+0000 mgr.y (mgr.14556) 11664 : cluster [DBG] pgmap v10306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:53.262162+0000 mgr.y (mgr.14556) 11664 : cluster [DBG] pgmap v10306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:55.262904+0000 mgr.y (mgr.14556) 11665 : cluster [DBG] pgmap v10307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:55.262904+0000 mgr.y (mgr.14556) 11665 : cluster [DBG] pgmap v10307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:55.262904+0000 mgr.y (mgr.14556) 11665 : cluster [DBG] pgmap v10307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:28:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:57.263562+0000 mgr.y (mgr.14556) 11666 : cluster [DBG] pgmap v10308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:58.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:28:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:57.263562+0000 mgr.y (mgr.14556) 11666 : cluster [DBG] pgmap v10308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:28:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:28:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:57.263562+0000 mgr.y (mgr.14556) 11666 : cluster [DBG] pgmap v10308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:28:59.264017+0000 mgr.y (mgr.14556) 11667 : cluster [DBG] pgmap v10309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:28:59.264017+0000 mgr.y (mgr.14556) 11667 : cluster [DBG] pgmap v10309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:28:59.264017+0000 mgr.y (mgr.14556) 11667 : cluster [DBG] pgmap v10309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:29:01.027131+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:29:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:29:01.331068+0000 mon.a (mon.0) 2757 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:29:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:29:01.331757+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:29:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:29:01.345202+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:29:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:29:01.027131+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:29:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:29:01.331068+0000 mon.a (mon.0) 2757 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:29:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:29:01.331757+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:29:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:29:01.345202+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:29:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:29:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:29:01.027131+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:29:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:29:01.331068+0000 mon.a (mon.0) 2757 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:29:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:29:01.331757+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:29:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:29:01.345202+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:29:02.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:01.264594+0000 mgr.y (mgr.14556) 11668 : cluster [DBG] pgmap v10310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:01.264594+0000 mgr.y (mgr.14556) 11668 : cluster [DBG] pgmap v10310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:01.264594+0000 mgr.y (mgr.14556) 11668 : cluster [DBG] pgmap v10310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:29:03] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T12:29:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:03.264960+0000 mgr.y (mgr.14556) 11669 : cluster [DBG] pgmap v10311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:03.264960+0000 mgr.y (mgr.14556) 11669 : cluster [DBG] pgmap v10311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:03.264960+0000 mgr.y (mgr.14556) 11669 : cluster [DBG] pgmap v10311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:05.265464+0000 mgr.y (mgr.14556) 11670 : cluster [DBG] pgmap v10312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:05.265464+0000 mgr.y (mgr.14556) 11670 : cluster [DBG] pgmap v10312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:05.265464+0000 mgr.y (mgr.14556) 11670 : cluster [DBG] pgmap v10312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:07.266098+0000 mgr.y (mgr.14556) 11671 : cluster [DBG] pgmap v10313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:07.266098+0000 mgr.y (mgr.14556) 11671 : cluster [DBG] pgmap v10313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:07.266098+0000 mgr.y (mgr.14556) 11671 : cluster [DBG] pgmap v10313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:09.266629+0000 mgr.y (mgr.14556) 11672 : cluster [DBG] pgmap v10314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:09.266629+0000 mgr.y (mgr.14556) 11672 : cluster [DBG] pgmap v10314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:09.266629+0000 mgr.y (mgr.14556) 11672 : cluster [DBG] pgmap v10314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:29:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:11.267346+0000 mgr.y (mgr.14556) 11673 : cluster [DBG] pgmap v10315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:11.267346+0000 mgr.y (mgr.14556) 11673 : cluster [DBG] pgmap v10315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:11.267346+0000 mgr.y (mgr.14556) 11673 : cluster [DBG] pgmap v10315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:29:13] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:29:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:13.267875+0000 mgr.y (mgr.14556) 11674 : cluster [DBG] pgmap v10316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:13.267875+0000 mgr.y (mgr.14556) 11674 : cluster [DBG] pgmap v10316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:13.267875+0000 mgr.y (mgr.14556) 11674 : cluster [DBG] pgmap v10316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:15.502 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:29:15.789 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:29:15.789 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 6m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:29:15.789 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 6m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:29:15.789 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 6m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:29:15.789 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 6m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:29:15.789 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 6m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:29:15.789 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 6m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:29:15.789 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 6m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:29:15.789 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 6m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:29:15.789 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 6m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:29:15.789 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 6m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:29:15.789 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 6m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:29:15.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 6m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:29:15.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 6m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:29:15.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 6m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:29:15.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 6m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:29:15.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 6m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:29:15.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 6m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:29:15.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 6m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:29:15.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 6m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:29:15.790 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 6m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:29:16.138 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:29:16.138 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:29:16.138 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:29:16.138 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:29:16.139 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:29:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:15.268340+0000 mgr.y (mgr.14556) 11675 : cluster [DBG] pgmap v10317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:29:15.491358+0000 mgr.y (mgr.14556) 11676 : audit [DBG] from='client.26814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:29:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:29:15.782233+0000 mgr.y (mgr.14556) 11677 : audit [DBG] from='client.36731 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:29:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:29:16.139683+0000 mon.c (mon.2) 296 : audit [DBG] from='client.? 172.21.15.23:0/2738900045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:29:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:15.268340+0000 mgr.y (mgr.14556) 11675 : cluster [DBG] pgmap v10317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:29:15.491358+0000 mgr.y (mgr.14556) 11676 : audit [DBG] from='client.26814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:29:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:29:15.782233+0000 mgr.y (mgr.14556) 11677 : audit [DBG] from='client.36731 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:29:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:29:16.139683+0000 mon.c (mon.2) 296 : audit [DBG] from='client.? 172.21.15.23:0/2738900045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:29:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:15.268340+0000 mgr.y (mgr.14556) 11675 : cluster [DBG] pgmap v10317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:29:15.491358+0000 mgr.y (mgr.14556) 11676 : audit [DBG] from='client.26814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:29:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:29:15.782233+0000 mgr.y (mgr.14556) 11677 : audit [DBG] from='client.36731 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:29:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:29:16.139683+0000 mon.c (mon.2) 296 : audit [DBG] from='client.? 172.21.15.23:0/2738900045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:29:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:17.268967+0000 mgr.y (mgr.14556) 11678 : cluster [DBG] pgmap v10318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:17.268967+0000 mgr.y (mgr.14556) 11678 : cluster [DBG] pgmap v10318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:17.268967+0000 mgr.y (mgr.14556) 11678 : cluster [DBG] pgmap v10318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:19.269413+0000 mgr.y (mgr.14556) 11679 : cluster [DBG] pgmap v10319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:19.269413+0000 mgr.y (mgr.14556) 11679 : cluster [DBG] pgmap v10319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:19.269413+0000 mgr.y (mgr.14556) 11679 : cluster [DBG] pgmap v10319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:29:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:21.270037+0000 mgr.y (mgr.14556) 11680 : cluster [DBG] pgmap v10320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:21.270037+0000 mgr.y (mgr.14556) 11680 : cluster [DBG] pgmap v10320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:21.270037+0000 mgr.y (mgr.14556) 11680 : cluster [DBG] pgmap v10320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:29:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T12:29:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:23.270509+0000 mgr.y (mgr.14556) 11681 : cluster [DBG] pgmap v10321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:23.270509+0000 mgr.y (mgr.14556) 11681 : cluster [DBG] pgmap v10321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:23.270509+0000 mgr.y (mgr.14556) 11681 : cluster [DBG] pgmap v10321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:25.271084+0000 mgr.y (mgr.14556) 11682 : cluster [DBG] pgmap v10322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:26.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:25.271084+0000 mgr.y (mgr.14556) 11682 : cluster [DBG] pgmap v10322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:25.271084+0000 mgr.y (mgr.14556) 11682 : cluster [DBG] pgmap v10322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:27.271614+0000 mgr.y (mgr.14556) 11683 : cluster [DBG] pgmap v10323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:27.271614+0000 mgr.y (mgr.14556) 11683 : cluster [DBG] pgmap v10323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:27.271614+0000 mgr.y (mgr.14556) 11683 : cluster [DBG] pgmap v10323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:30.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:29.272122+0000 mgr.y (mgr.14556) 11684 : cluster [DBG] pgmap v10324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:30.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:29.272122+0000 mgr.y (mgr.14556) 11684 : cluster [DBG] pgmap v10324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:29.272122+0000 mgr.y (mgr.14556) 11684 : cluster [DBG] pgmap v10324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:29:32.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:31.272984+0000 mgr.y (mgr.14556) 11685 : cluster [DBG] pgmap v10325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:31.272984+0000 mgr.y (mgr.14556) 11685 : cluster [DBG] pgmap v10325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:31.272984+0000 mgr.y (mgr.14556) 11685 : cluster [DBG] pgmap v10325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:29:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T12:29:34.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:33.273375+0000 mgr.y (mgr.14556) 11686 : cluster [DBG] pgmap v10326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:34.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:33.273375+0000 mgr.y (mgr.14556) 11686 : cluster [DBG] pgmap v10326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:33.273375+0000 mgr.y (mgr.14556) 11686 : cluster [DBG] pgmap v10326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:35.274028+0000 mgr.y (mgr.14556) 11687 : cluster [DBG] pgmap v10327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:35.274028+0000 mgr.y (mgr.14556) 11687 : cluster [DBG] pgmap v10327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:35.274028+0000 mgr.y (mgr.14556) 11687 : cluster [DBG] pgmap v10327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:37.274542+0000 mgr.y (mgr.14556) 11688 : cluster [DBG] pgmap v10328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:37.274542+0000 mgr.y (mgr.14556) 11688 : cluster [DBG] pgmap v10328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:37.274542+0000 mgr.y (mgr.14556) 11688 : cluster [DBG] pgmap v10328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:39.274920+0000 mgr.y (mgr.14556) 11689 : cluster [DBG] pgmap v10329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:39.274920+0000 mgr.y (mgr.14556) 11689 : cluster [DBG] pgmap v10329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:40.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:39.274920+0000 mgr.y (mgr.14556) 11689 : cluster [DBG] pgmap v10329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:29:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:41.275801+0000 mgr.y (mgr.14556) 11690 : cluster [DBG] pgmap v10330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:41.275801+0000 mgr.y (mgr.14556) 11690 : cluster [DBG] pgmap v10330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:41.275801+0000 mgr.y (mgr.14556) 11690 : cluster [DBG] pgmap v10330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:29:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:29:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:43.276382+0000 mgr.y (mgr.14556) 11691 : cluster [DBG] pgmap v10331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:43.276382+0000 mgr.y (mgr.14556) 11691 : cluster [DBG] pgmap v10331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:43.276382+0000 mgr.y (mgr.14556) 11691 : cluster [DBG] pgmap v10331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:46.466 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:29:46.756 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:29:46.756 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 6m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:29:46.756 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 6m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:29:46.756 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 6m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:29:46.756 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 6m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:29:46.756 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 6m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:29:46.756 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 6m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:29:46.756 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 6m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:29:46.756 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 6m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:29:46.756 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 6m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:29:46.756 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 6m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:29:46.757 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 6m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:29:46.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 6m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:29:46.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 6m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:29:46.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 6m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:29:46.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 6m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:29:46.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 6m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:29:46.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 6m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:29:46.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 6m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:29:46.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 6m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:29:46.757 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 6m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:29:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:45.277022+0000 mgr.y (mgr.14556) 11692 : cluster [DBG] pgmap v10332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:45.277022+0000 mgr.y (mgr.14556) 11692 : cluster [DBG] pgmap v10332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:45.277022+0000 mgr.y (mgr.14556) 11692 : cluster [DBG] pgmap v10332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:47.103 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:29:47.103 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:29:47.103 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:29:47.103 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:29:47.104 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:29:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:29:46.456008+0000 mgr.y (mgr.14556) 11693 : audit [DBG] from='client.26832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:29:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:29:46.749476+0000 mgr.y (mgr.14556) 11694 : audit [DBG] from='client.26838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:29:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:29:47.104651+0000 mon.a (mon.0) 2760 : audit [DBG] from='client.? 172.21.15.23:0/3164821388' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:29:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:29:46.456008+0000 mgr.y (mgr.14556) 11693 : audit [DBG] from='client.26832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:29:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:29:46.749476+0000 mgr.y (mgr.14556) 11694 : audit [DBG] from='client.26838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:29:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:29:47.104651+0000 mon.a (mon.0) 2760 : audit [DBG] from='client.? 172.21.15.23:0/3164821388' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:29:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:29:46.456008+0000 mgr.y (mgr.14556) 11693 : audit [DBG] from='client.26832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:29:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:29:46.749476+0000 mgr.y (mgr.14556) 11694 : audit [DBG] from='client.26838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:29:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:29:47.104651+0000 mon.a (mon.0) 2760 : audit [DBG] from='client.? 172.21.15.23:0/3164821388' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:29:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:47.277501+0000 mgr.y (mgr.14556) 11695 : cluster [DBG] pgmap v10333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:48.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:47.277501+0000 mgr.y (mgr.14556) 11695 : cluster [DBG] pgmap v10333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:47.277501+0000 mgr.y (mgr.14556) 11695 : cluster [DBG] pgmap v10333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:49.277813+0000 mgr.y (mgr.14556) 11696 : cluster [DBG] pgmap v10334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:49.277813+0000 mgr.y (mgr.14556) 11696 : cluster [DBG] pgmap v10334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:49.277813+0000 mgr.y (mgr.14556) 11696 : cluster [DBG] pgmap v10334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:29:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:51.278439+0000 mgr.y (mgr.14556) 11697 : cluster [DBG] pgmap v10335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:51.278439+0000 mgr.y (mgr.14556) 11697 : cluster [DBG] pgmap v10335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:51.278439+0000 mgr.y (mgr.14556) 11697 : cluster [DBG] pgmap v10335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:29:53] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:29:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:53.278898+0000 mgr.y (mgr.14556) 11698 : cluster [DBG] pgmap v10336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:53.278898+0000 mgr.y (mgr.14556) 11698 : cluster [DBG] pgmap v10336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:53.278898+0000 mgr.y (mgr.14556) 11698 : cluster [DBG] pgmap v10336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:55.279500+0000 mgr.y (mgr.14556) 11699 : cluster [DBG] pgmap v10337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:55.279500+0000 mgr.y (mgr.14556) 11699 : cluster [DBG] pgmap v10337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:55.279500+0000 mgr.y (mgr.14556) 11699 : cluster [DBG] pgmap v10337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:58.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:29:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:57.280057+0000 mgr.y (mgr.14556) 11700 : cluster [DBG] pgmap v10338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:29:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:57.280057+0000 mgr.y (mgr.14556) 11700 : cluster [DBG] pgmap v10338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:29:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:29:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:57.280057+0000 mgr.y (mgr.14556) 11700 : cluster [DBG] pgmap v10338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T12:29:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:30:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:29:59.280426+0000 mgr.y (mgr.14556) 11701 : cluster [DBG] pgmap v10339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:00.000174+0000 mon.a (mon.0) 2761 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:30:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:29:59.280426+0000 mgr.y (mgr.14556) 11701 : cluster [DBG] pgmap v10339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:00.000174+0000 mon.a (mon.0) 2761 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:30:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:29:59.280426+0000 mgr.y (mgr.14556) 11701 : cluster [DBG] pgmap v10339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:00.000174+0000 mon.a (mon.0) 2761 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:30:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:30:01.349621+0000 mon.a (mon.0) 2762 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:30:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:30:01.349621+0000 mon.a (mon.0) 2762 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:30:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:30:01.349621+0000 mon.a (mon.0) 2762 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:30:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:30:02.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:01.281063+0000 mgr.y (mgr.14556) 11702 : cluster [DBG] pgmap v10340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:02.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:30:01.658533+0000 mon.a (mon.0) 2763 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:30:02.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:30:01.659180+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:30:02.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:30:01.663602+0000 mon.a (mon.0) 2765 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:30:02.872 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:01.281063+0000 mgr.y (mgr.14556) 11702 : cluster [DBG] pgmap v10340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:02.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:30:01.658533+0000 mon.a (mon.0) 2763 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:30:02.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:30:01.659180+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:30:02.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:30:01.663602+0000 mon.a (mon.0) 2765 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:30:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:01.281063+0000 mgr.y (mgr.14556) 11702 : cluster [DBG] pgmap v10340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:30:01.658533+0000 mon.a (mon.0) 2763 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:30:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:30:01.659180+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:30:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:30:01.663602+0000 mon.a (mon.0) 2765 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:30:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:30:03] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:30:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:03.281485+0000 mgr.y (mgr.14556) 11703 : cluster [DBG] pgmap v10341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:03.281485+0000 mgr.y (mgr.14556) 11703 : cluster [DBG] pgmap v10341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:03.281485+0000 mgr.y (mgr.14556) 11703 : cluster [DBG] pgmap v10341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:05.281990+0000 mgr.y (mgr.14556) 11704 : cluster [DBG] pgmap v10342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:05.281990+0000 mgr.y (mgr.14556) 11704 : cluster [DBG] pgmap v10342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:05.281990+0000 mgr.y (mgr.14556) 11704 : cluster [DBG] pgmap v10342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:07.282578+0000 mgr.y (mgr.14556) 11705 : cluster [DBG] pgmap v10343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:07.282578+0000 mgr.y (mgr.14556) 11705 : cluster [DBG] pgmap v10343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:07.282578+0000 mgr.y (mgr.14556) 11705 : cluster [DBG] pgmap v10343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:09.282955+0000 mgr.y (mgr.14556) 11706 : cluster [DBG] pgmap v10344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:09.282955+0000 mgr.y (mgr.14556) 11706 : cluster [DBG] pgmap v10344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:09.282955+0000 mgr.y (mgr.14556) 11706 : cluster [DBG] pgmap v10344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:30:12.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:11.283670+0000 mgr.y (mgr.14556) 11707 : cluster [DBG] pgmap v10345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:11.283670+0000 mgr.y (mgr.14556) 11707 : cluster [DBG] pgmap v10345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:11.283670+0000 mgr.y (mgr.14556) 11707 : cluster [DBG] pgmap v10345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:30:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:30:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:13.284168+0000 mgr.y (mgr.14556) 11708 : cluster [DBG] pgmap v10346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:15.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:13.284168+0000 mgr.y (mgr.14556) 11708 : cluster [DBG] pgmap v10346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:13.284168+0000 mgr.y (mgr.14556) 11708 : cluster [DBG] pgmap v10346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:15.284714+0000 mgr.y (mgr.14556) 11709 : cluster [DBG] pgmap v10347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:17.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:15.284714+0000 mgr.y (mgr.14556) 11709 : cluster [DBG] pgmap v10347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:15.284714+0000 mgr.y (mgr.14556) 11709 : cluster [DBG] pgmap v10347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:17.432 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:30:17.719 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 7m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 7m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 7m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 7m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 7m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 7m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 7m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 7m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 7m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 7m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 7m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 7m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 7m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 7m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:30:17.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 7m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:30:17.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 7m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:30:17.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 7m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:30:17.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 7m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:30:17.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 7m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:30:17.721 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 7m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:30:18.068 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:30:18.069 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:30:18.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:30:18.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:30:18.069 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:30:18.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:30:18.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:30:18.069 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:30:18.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:30:18.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:30:18.069 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:30:18.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:30:18.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:30:18.070 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:30:18.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:30:18.070 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:30:18.070 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:30:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:17.285161+0000 mgr.y (mgr.14556) 11710 : cluster [DBG] pgmap v10348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:30:17.420580+0000 mgr.y (mgr.14556) 11711 : audit [DBG] from='client.26850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:30:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:30:17.712918+0000 mgr.y (mgr.14556) 11712 : audit [DBG] from='client.36767 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:30:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:30:18.070107+0000 mon.a (mon.0) 2766 : audit [DBG] from='client.? 172.21.15.23:0/2167098256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:30:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:17.285161+0000 mgr.y (mgr.14556) 11710 : cluster [DBG] pgmap v10348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:30:17.420580+0000 mgr.y (mgr.14556) 11711 : audit [DBG] from='client.26850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:30:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:30:17.712918+0000 mgr.y (mgr.14556) 11712 : audit [DBG] from='client.36767 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:30:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:30:18.070107+0000 mon.a (mon.0) 2766 : audit [DBG] from='client.? 172.21.15.23:0/2167098256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:30:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:17.285161+0000 mgr.y (mgr.14556) 11710 : cluster [DBG] pgmap v10348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:30:17.420580+0000 mgr.y (mgr.14556) 11711 : audit [DBG] from='client.26850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:30:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:30:17.712918+0000 mgr.y (mgr.14556) 11712 : audit [DBG] from='client.36767 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:30:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:30:18.070107+0000 mon.a (mon.0) 2766 : audit [DBG] from='client.? 172.21.15.23:0/2167098256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:30:21.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:19.285728+0000 mgr.y (mgr.14556) 11713 : cluster [DBG] pgmap v10349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:19.285728+0000 mgr.y (mgr.14556) 11713 : cluster [DBG] pgmap v10349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:19.285728+0000 mgr.y (mgr.14556) 11713 : cluster [DBG] pgmap v10349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:30:23.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:21.286661+0000 mgr.y (mgr.14556) 11714 : cluster [DBG] pgmap v10350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:23.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:21.286661+0000 mgr.y (mgr.14556) 11714 : cluster [DBG] pgmap v10350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:21.286661+0000 mgr.y (mgr.14556) 11714 : cluster [DBG] pgmap v10350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:30:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:30:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:23.287047+0000 mgr.y (mgr.14556) 11715 : cluster [DBG] pgmap v10351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:23.287047+0000 mgr.y (mgr.14556) 11715 : cluster [DBG] pgmap v10351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:23.287047+0000 mgr.y (mgr.14556) 11715 : cluster [DBG] pgmap v10351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:25.287614+0000 mgr.y (mgr.14556) 11716 : cluster [DBG] pgmap v10352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:25.287614+0000 mgr.y (mgr.14556) 11716 : cluster [DBG] pgmap v10352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:25.287614+0000 mgr.y (mgr.14556) 11716 : cluster [DBG] pgmap v10352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:27.288180+0000 mgr.y (mgr.14556) 11717 : cluster [DBG] pgmap v10353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:27.288180+0000 mgr.y (mgr.14556) 11717 : cluster [DBG] pgmap v10353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:27.288180+0000 mgr.y (mgr.14556) 11717 : cluster [DBG] pgmap v10353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:29.288632+0000 mgr.y (mgr.14556) 11718 : cluster [DBG] pgmap v10354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:29.288632+0000 mgr.y (mgr.14556) 11718 : cluster [DBG] pgmap v10354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:29.288632+0000 mgr.y (mgr.14556) 11718 : cluster [DBG] pgmap v10354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:30:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:31.289460+0000 mgr.y (mgr.14556) 11719 : cluster [DBG] pgmap v10355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:31.289460+0000 mgr.y (mgr.14556) 11719 : cluster [DBG] pgmap v10355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:31.289460+0000 mgr.y (mgr.14556) 11719 : cluster [DBG] pgmap v10355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:30:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:30:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:33.289919+0000 mgr.y (mgr.14556) 11720 : cluster [DBG] pgmap v10356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:33.289919+0000 mgr.y (mgr.14556) 11720 : cluster [DBG] pgmap v10356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:33.289919+0000 mgr.y (mgr.14556) 11720 : cluster [DBG] pgmap v10356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:35.290613+0000 mgr.y (mgr.14556) 11721 : cluster [DBG] pgmap v10357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:35.290613+0000 mgr.y (mgr.14556) 11721 : cluster [DBG] pgmap v10357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:35.290613+0000 mgr.y (mgr.14556) 11721 : cluster [DBG] pgmap v10357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:37.291027+0000 mgr.y (mgr.14556) 11722 : cluster [DBG] pgmap v10358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:37.291027+0000 mgr.y (mgr.14556) 11722 : cluster [DBG] pgmap v10358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:37.291027+0000 mgr.y (mgr.14556) 11722 : cluster [DBG] pgmap v10358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:39.291499+0000 mgr.y (mgr.14556) 11723 : cluster [DBG] pgmap v10359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:39.291499+0000 mgr.y (mgr.14556) 11723 : cluster [DBG] pgmap v10359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:39.291499+0000 mgr.y (mgr.14556) 11723 : cluster [DBG] pgmap v10359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:30:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:41.292240+0000 mgr.y (mgr.14556) 11724 : cluster [DBG] pgmap v10360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:41.292240+0000 mgr.y (mgr.14556) 11724 : cluster [DBG] pgmap v10360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:41.292240+0000 mgr.y (mgr.14556) 11724 : cluster [DBG] pgmap v10360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:30:43] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T12:30:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:43.292769+0000 mgr.y (mgr.14556) 11725 : cluster [DBG] pgmap v10361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:43.292769+0000 mgr.y (mgr.14556) 11725 : cluster [DBG] pgmap v10361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:43.292769+0000 mgr.y (mgr.14556) 11725 : cluster [DBG] pgmap v10361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:47.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:45.293479+0000 mgr.y (mgr.14556) 11726 : cluster [DBG] pgmap v10362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:45.293479+0000 mgr.y (mgr.14556) 11726 : cluster [DBG] pgmap v10362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:45.293479+0000 mgr.y (mgr.14556) 11726 : cluster [DBG] pgmap v10362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:48.393 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:30:48.679 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:30:48.679 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 7m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:30:48.679 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 7m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:30:48.679 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 7m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:30:48.679 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 7m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:30:48.679 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 7m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:30:48.679 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 7m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 7m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 7m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 7m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 7m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 7m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 7m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 7m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 7m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 7m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 7m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 7m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 7m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:30:48.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 7m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:30:48.681 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 7m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:30:49.029 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:30:49.029 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:30:49.029 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:30:49.030 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:30:49.030 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:30:49.030 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:30:49.030 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:30:49.030 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:30:49.030 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:30:49.030 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:30:49.030 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:30:49.030 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:30:49.030 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:30:49.030 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:30:49.030 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:30:49.031 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:30:49.031 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:30:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:47.293830+0000 mgr.y (mgr.14556) 11727 : cluster [DBG] pgmap v10363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:47.293830+0000 mgr.y (mgr.14556) 11727 : cluster [DBG] pgmap v10363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:47.293830+0000 mgr.y (mgr.14556) 11727 : cluster [DBG] pgmap v10363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:30:48.382284+0000 mgr.y (mgr.14556) 11728 : audit [DBG] from='client.26868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:30:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:30:48.672665+0000 mgr.y (mgr.14556) 11729 : audit [DBG] from='client.26874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:30:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:30:49.030672+0000 mon.a (mon.0) 2767 : audit [DBG] from='client.? 172.21.15.23:0/1951519784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:30:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:30:48.382284+0000 mgr.y (mgr.14556) 11728 : audit [DBG] from='client.26868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:30:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:30:48.672665+0000 mgr.y (mgr.14556) 11729 : audit [DBG] from='client.26874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:30:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:30:49.030672+0000 mon.a (mon.0) 2767 : audit [DBG] from='client.? 172.21.15.23:0/1951519784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:30:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:30:48.382284+0000 mgr.y (mgr.14556) 11728 : audit [DBG] from='client.26868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:30:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:30:48.672665+0000 mgr.y (mgr.14556) 11729 : audit [DBG] from='client.26874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:30:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:30:49.030672+0000 mon.a (mon.0) 2767 : audit [DBG] from='client.? 172.21.15.23:0/1951519784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:30:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:49.294419+0000 mgr.y (mgr.14556) 11730 : cluster [DBG] pgmap v10364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:51.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:49.294419+0000 mgr.y (mgr.14556) 11730 : cluster [DBG] pgmap v10364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:49.294419+0000 mgr.y (mgr.14556) 11730 : cluster [DBG] pgmap v10364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:30:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:51.295117+0000 mgr.y (mgr.14556) 11731 : cluster [DBG] pgmap v10365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:51.295117+0000 mgr.y (mgr.14556) 11731 : cluster [DBG] pgmap v10365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:51.295117+0000 mgr.y (mgr.14556) 11731 : cluster [DBG] pgmap v10365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:30:53] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T12:30:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:53.295573+0000 mgr.y (mgr.14556) 11732 : cluster [DBG] pgmap v10366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:53.295573+0000 mgr.y (mgr.14556) 11732 : cluster [DBG] pgmap v10366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:53.295573+0000 mgr.y (mgr.14556) 11732 : cluster [DBG] pgmap v10366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:55.296202+0000 mgr.y (mgr.14556) 11733 : cluster [DBG] pgmap v10367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:55.296202+0000 mgr.y (mgr.14556) 11733 : cluster [DBG] pgmap v10367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:55.296202+0000 mgr.y (mgr.14556) 11733 : cluster [DBG] pgmap v10367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:57.296753+0000 mgr.y (mgr.14556) 11734 : cluster [DBG] pgmap v10368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:57.296753+0000 mgr.y (mgr.14556) 11734 : cluster [DBG] pgmap v10368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:30:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:30:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:57.296753+0000 mgr.y (mgr.14556) 11734 : cluster [DBG] pgmap v10368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:30:59.297156+0000 mgr.y (mgr.14556) 11735 : cluster [DBG] pgmap v10369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:30:59.297156+0000 mgr.y (mgr.14556) 11735 : cluster [DBG] pgmap v10369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:30:59.297156+0000 mgr.y (mgr.14556) 11735 : cluster [DBG] pgmap v10369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:31:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:31:01.667928+0000 mon.a (mon.0) 2768 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:31:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:31:01.667928+0000 mon.a (mon.0) 2768 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:31:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:31:01.667928+0000 mon.a (mon.0) 2768 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:31:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:01.297892+0000 mgr.y (mgr.14556) 11736 : cluster [DBG] pgmap v10370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:31:01.977684+0000 mon.a (mon.0) 2769 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:31:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:31:01.978294+0000 mon.a (mon.0) 2770 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:31:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:31:01.982886+0000 mon.a (mon.0) 2771 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:31:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:01.297892+0000 mgr.y (mgr.14556) 11736 : cluster [DBG] pgmap v10370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:31:01.977684+0000 mon.a (mon.0) 2769 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:31:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:31:01.978294+0000 mon.a (mon.0) 2770 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:31:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:31:01.982886+0000 mon.a (mon.0) 2771 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:31:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:01.297892+0000 mgr.y (mgr.14556) 11736 : cluster [DBG] pgmap v10370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:31:01.977684+0000 mon.a (mon.0) 2769 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:31:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:31:01.978294+0000 mon.a (mon.0) 2770 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:31:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:31:01.982886+0000 mon.a (mon.0) 2771 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:31:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:31:03] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T12:31:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:03.298272+0000 mgr.y (mgr.14556) 11737 : cluster [DBG] pgmap v10371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:03.298272+0000 mgr.y (mgr.14556) 11737 : cluster [DBG] pgmap v10371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:03.298272+0000 mgr.y (mgr.14556) 11737 : cluster [DBG] pgmap v10371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:05.298993+0000 mgr.y (mgr.14556) 11738 : cluster [DBG] pgmap v10372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:05.298993+0000 mgr.y (mgr.14556) 11738 : cluster [DBG] pgmap v10372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:05.298993+0000 mgr.y (mgr.14556) 11738 : cluster [DBG] pgmap v10372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:07.299509+0000 mgr.y (mgr.14556) 11739 : cluster [DBG] pgmap v10373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:07.299509+0000 mgr.y (mgr.14556) 11739 : cluster [DBG] pgmap v10373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:07.299509+0000 mgr.y (mgr.14556) 11739 : cluster [DBG] pgmap v10373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:09.299914+0000 mgr.y (mgr.14556) 11740 : cluster [DBG] pgmap v10374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:09.299914+0000 mgr.y (mgr.14556) 11740 : cluster [DBG] pgmap v10374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:09.299914+0000 mgr.y (mgr.14556) 11740 : cluster [DBG] pgmap v10374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:31:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:11.300632+0000 mgr.y (mgr.14556) 11741 : cluster [DBG] pgmap v10375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:11.300632+0000 mgr.y (mgr.14556) 11741 : cluster [DBG] pgmap v10375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:11.300632+0000 mgr.y (mgr.14556) 11741 : cluster [DBG] pgmap v10375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:31:13] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T12:31:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:13.301229+0000 mgr.y (mgr.14556) 11742 : cluster [DBG] pgmap v10376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:13.301229+0000 mgr.y (mgr.14556) 11742 : cluster [DBG] pgmap v10376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:13.301229+0000 mgr.y (mgr.14556) 11742 : cluster [DBG] pgmap v10376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:15.301988+0000 mgr.y (mgr.14556) 11743 : cluster [DBG] pgmap v10377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:15.301988+0000 mgr.y (mgr.14556) 11743 : cluster [DBG] pgmap v10377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:15.301988+0000 mgr.y (mgr.14556) 11743 : cluster [DBG] pgmap v10377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:19.355 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:31:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:17.302450+0000 mgr.y (mgr.14556) 11744 : cluster [DBG] pgmap v10378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:17.302450+0000 mgr.y (mgr.14556) 11744 : cluster [DBG] pgmap v10378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:17.302450+0000 mgr.y (mgr.14556) 11744 : cluster [DBG] pgmap v10378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:19.643 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:31:19.643 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 8m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:31:19.643 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 8m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:31:19.643 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 8m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:31:19.643 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 8m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:31:19.643 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 8m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:31:19.643 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 8m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:31:19.643 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 8m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:31:19.643 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 8m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:31:19.643 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 8m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:31:19.643 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 8m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:31:19.644 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 8m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:31:19.644 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 8m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:31:19.644 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 8m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:31:19.644 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 8m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:31:19.644 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 8m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:31:19.644 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 8m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:31:19.644 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 8m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:31:19.644 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 8m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:31:19.644 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 8m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:31:19.644 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 8m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:31:19.993 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:31:19.994 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:31:19.994 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:31:19.994 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:31:19.994 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:31:19.994 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:31:19.994 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:31:19.994 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:31:19.994 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:31:19.994 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:31:19.994 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:31:19.994 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:31:19.995 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:31:19.995 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:31:19.995 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:31:19.995 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:31:19.995 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:31:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:31:19.994665+0000 mon.c (mon.2) 297 : audit [DBG] from='client.? 172.21.15.23:0/3585214975' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:31:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:31:19.994665+0000 mon.c (mon.2) 297 : audit [DBG] from='client.? 172.21.15.23:0/3585214975' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:31:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:31:19.994665+0000 mon.c (mon.2) 297 : audit [DBG] from='client.? 172.21.15.23:0/3585214975' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:31:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:19.302835+0000 mgr.y (mgr.14556) 11745 : cluster [DBG] pgmap v10379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:31:19.344172+0000 mgr.y (mgr.14556) 11746 : audit [DBG] from='client.36797 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:31:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:31:19.636184+0000 mgr.y (mgr.14556) 11747 : audit [DBG] from='client.26892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:31:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:19.302835+0000 mgr.y (mgr.14556) 11745 : cluster [DBG] pgmap v10379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:31:19.344172+0000 mgr.y (mgr.14556) 11746 : audit [DBG] from='client.36797 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:31:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:31:19.636184+0000 mgr.y (mgr.14556) 11747 : audit [DBG] from='client.26892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:31:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:19.302835+0000 mgr.y (mgr.14556) 11745 : cluster [DBG] pgmap v10379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:31:19.344172+0000 mgr.y (mgr.14556) 11746 : audit [DBG] from='client.36797 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:31:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:31:19.636184+0000 mgr.y (mgr.14556) 11747 : audit [DBG] from='client.26892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:31:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:31:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:21.303624+0000 mgr.y (mgr.14556) 11748 : cluster [DBG] pgmap v10380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:21.303624+0000 mgr.y (mgr.14556) 11748 : cluster [DBG] pgmap v10380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:21.303624+0000 mgr.y (mgr.14556) 11748 : cluster [DBG] pgmap v10380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:31:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T12:31:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:23.304073+0000 mgr.y (mgr.14556) 11749 : cluster [DBG] pgmap v10381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:23.304073+0000 mgr.y (mgr.14556) 11749 : cluster [DBG] pgmap v10381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:23.304073+0000 mgr.y (mgr.14556) 11749 : cluster [DBG] pgmap v10381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:25.304831+0000 mgr.y (mgr.14556) 11750 : cluster [DBG] pgmap v10382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:25.304831+0000 mgr.y (mgr.14556) 11750 : cluster [DBG] pgmap v10382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:25.304831+0000 mgr.y (mgr.14556) 11750 : cluster [DBG] pgmap v10382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:27.305490+0000 mgr.y (mgr.14556) 11751 : cluster [DBG] pgmap v10383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:27.305490+0000 mgr.y (mgr.14556) 11751 : cluster [DBG] pgmap v10383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:27.305490+0000 mgr.y (mgr.14556) 11751 : cluster [DBG] pgmap v10383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:29.306030+0000 mgr.y (mgr.14556) 11752 : cluster [DBG] pgmap v10384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:29.306030+0000 mgr.y (mgr.14556) 11752 : cluster [DBG] pgmap v10384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:29.306030+0000 mgr.y (mgr.14556) 11752 : cluster [DBG] pgmap v10384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:31:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:31.306749+0000 mgr.y (mgr.14556) 11753 : cluster [DBG] pgmap v10385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:31.306749+0000 mgr.y (mgr.14556) 11753 : cluster [DBG] pgmap v10385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:31.306749+0000 mgr.y (mgr.14556) 11753 : cluster [DBG] pgmap v10385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:31:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T12:31:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:33.307217+0000 mgr.y (mgr.14556) 11754 : cluster [DBG] pgmap v10386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:33.307217+0000 mgr.y (mgr.14556) 11754 : cluster [DBG] pgmap v10386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:35.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:33.307217+0000 mgr.y (mgr.14556) 11754 : cluster [DBG] pgmap v10386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:35.307941+0000 mgr.y (mgr.14556) 11755 : cluster [DBG] pgmap v10387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:35.307941+0000 mgr.y (mgr.14556) 11755 : cluster [DBG] pgmap v10387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:35.307941+0000 mgr.y (mgr.14556) 11755 : cluster [DBG] pgmap v10387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:37.308506+0000 mgr.y (mgr.14556) 11756 : cluster [DBG] pgmap v10388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:37.308506+0000 mgr.y (mgr.14556) 11756 : cluster [DBG] pgmap v10388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:37.308506+0000 mgr.y (mgr.14556) 11756 : cluster [DBG] pgmap v10388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:41.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:39.309036+0000 mgr.y (mgr.14556) 11757 : cluster [DBG] pgmap v10389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:39.309036+0000 mgr.y (mgr.14556) 11757 : cluster [DBG] pgmap v10389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:39.309036+0000 mgr.y (mgr.14556) 11757 : cluster [DBG] pgmap v10389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:31:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:41.309925+0000 mgr.y (mgr.14556) 11758 : cluster [DBG] pgmap v10390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:41.309925+0000 mgr.y (mgr.14556) 11758 : cluster [DBG] pgmap v10390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:41.309925+0000 mgr.y (mgr.14556) 11758 : cluster [DBG] pgmap v10390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:31:43] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:31:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:43.310419+0000 mgr.y (mgr.14556) 11759 : cluster [DBG] pgmap v10391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:43.310419+0000 mgr.y (mgr.14556) 11759 : cluster [DBG] pgmap v10391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:43.310419+0000 mgr.y (mgr.14556) 11759 : cluster [DBG] pgmap v10391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:45.311077+0000 mgr.y (mgr.14556) 11760 : cluster [DBG] pgmap v10392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:45.311077+0000 mgr.y (mgr.14556) 11760 : cluster [DBG] pgmap v10392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:45.311077+0000 mgr.y (mgr.14556) 11760 : cluster [DBG] pgmap v10392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:47.311446+0000 mgr.y (mgr.14556) 11761 : cluster [DBG] pgmap v10393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:47.311446+0000 mgr.y (mgr.14556) 11761 : cluster [DBG] pgmap v10393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:47.311446+0000 mgr.y (mgr.14556) 11761 : cluster [DBG] pgmap v10393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:50.321 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:31:50.609 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:31:50.609 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 8m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:31:50.609 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 8m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:31:50.609 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 8m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:31:50.609 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 8m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:31:50.609 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 8m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 8m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 8m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 8m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 8m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 8m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 8m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 8m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 8m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 8m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 8m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 8m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 8m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 8m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 8m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:31:50.610 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 8m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:31:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:49.311839+0000 mgr.y (mgr.14556) 11762 : cluster [DBG] pgmap v10394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:49.311839+0000 mgr.y (mgr.14556) 11762 : cluster [DBG] pgmap v10394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:49.311839+0000 mgr.y (mgr.14556) 11762 : cluster [DBG] pgmap v10394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:50.958 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:31:50.958 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:31:50.959 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:31:51.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:31:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:31:50.310630+0000 mgr.y (mgr.14556) 11763 : audit [DBG] from='client.26904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:31:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:31:50.602507+0000 mgr.y (mgr.14556) 11764 : audit [DBG] from='client.36821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:31:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:31:50.959929+0000 mon.a (mon.0) 2772 : audit [DBG] from='client.? 172.21.15.23:0/2284276111' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:31:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:31:50.310630+0000 mgr.y (mgr.14556) 11763 : audit [DBG] from='client.26904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:31:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:31:50.602507+0000 mgr.y (mgr.14556) 11764 : audit [DBG] from='client.36821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:31:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:31:50.959929+0000 mon.a (mon.0) 2772 : audit [DBG] from='client.? 172.21.15.23:0/2284276111' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:31:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:31:50.310630+0000 mgr.y (mgr.14556) 11763 : audit [DBG] from='client.26904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:31:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:31:50.602507+0000 mgr.y (mgr.14556) 11764 : audit [DBG] from='client.36821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:31:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:31:50.959929+0000 mon.a (mon.0) 2772 : audit [DBG] from='client.? 172.21.15.23:0/2284276111' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:31:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:51.312638+0000 mgr.y (mgr.14556) 11765 : cluster [DBG] pgmap v10395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:51.312638+0000 mgr.y (mgr.14556) 11765 : cluster [DBG] pgmap v10395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:51.312638+0000 mgr.y (mgr.14556) 11765 : cluster [DBG] pgmap v10395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:31:53] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:31:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:53.313204+0000 mgr.y (mgr.14556) 11766 : cluster [DBG] pgmap v10396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:53.313204+0000 mgr.y (mgr.14556) 11766 : cluster [DBG] pgmap v10396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:53.313204+0000 mgr.y (mgr.14556) 11766 : cluster [DBG] pgmap v10396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:55.313792+0000 mgr.y (mgr.14556) 11767 : cluster [DBG] pgmap v10397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:55.313792+0000 mgr.y (mgr.14556) 11767 : cluster [DBG] pgmap v10397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:55.313792+0000 mgr.y (mgr.14556) 11767 : cluster [DBG] pgmap v10397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:57.314241+0000 mgr.y (mgr.14556) 11768 : cluster [DBG] pgmap v10398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:57.314241+0000 mgr.y (mgr.14556) 11768 : cluster [DBG] pgmap v10398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:31:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:31:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:57.314241+0000 mgr.y (mgr.14556) 11768 : cluster [DBG] pgmap v10398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:31:59.314668+0000 mgr.y (mgr.14556) 11769 : cluster [DBG] pgmap v10399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:31:59.314668+0000 mgr.y (mgr.14556) 11769 : cluster [DBG] pgmap v10399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:31:59.314668+0000 mgr.y (mgr.14556) 11769 : cluster [DBG] pgmap v10399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:32:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:01.315367+0000 mgr.y (mgr.14556) 11770 : cluster [DBG] pgmap v10400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:32:01.987347+0000 mon.a (mon.0) 2773 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:32:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:32:02.279929+0000 mon.a (mon.0) 2774 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:32:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:32:02.280616+0000 mon.a (mon.0) 2775 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:32:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:32:02.288251+0000 mon.a (mon.0) 2776 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:32:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:01.315367+0000 mgr.y (mgr.14556) 11770 : cluster [DBG] pgmap v10400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:32:01.987347+0000 mon.a (mon.0) 2773 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:32:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:32:02.279929+0000 mon.a (mon.0) 2774 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:32:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:32:02.280616+0000 mon.a (mon.0) 2775 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:32:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:32:02.288251+0000 mon.a (mon.0) 2776 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:32:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:01.315367+0000 mgr.y (mgr.14556) 11770 : cluster [DBG] pgmap v10400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:32:01.987347+0000 mon.a (mon.0) 2773 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:32:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:32:02.279929+0000 mon.a (mon.0) 2774 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:32:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:32:02.280616+0000 mon.a (mon.0) 2775 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:32:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:32:02.288251+0000 mon.a (mon.0) 2776 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:32:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:32:03] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:32:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:03.315886+0000 mgr.y (mgr.14556) 11771 : cluster [DBG] pgmap v10401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:03.315886+0000 mgr.y (mgr.14556) 11771 : cluster [DBG] pgmap v10401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:03.315886+0000 mgr.y (mgr.14556) 11771 : cluster [DBG] pgmap v10401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:05.316574+0000 mgr.y (mgr.14556) 11772 : cluster [DBG] pgmap v10402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:05.316574+0000 mgr.y (mgr.14556) 11772 : cluster [DBG] pgmap v10402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:05.316574+0000 mgr.y (mgr.14556) 11772 : cluster [DBG] pgmap v10402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:07.317024+0000 mgr.y (mgr.14556) 11773 : cluster [DBG] pgmap v10403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:07.317024+0000 mgr.y (mgr.14556) 11773 : cluster [DBG] pgmap v10403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:07.317024+0000 mgr.y (mgr.14556) 11773 : cluster [DBG] pgmap v10403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:09.317458+0000 mgr.y (mgr.14556) 11774 : cluster [DBG] pgmap v10404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:09.317458+0000 mgr.y (mgr.14556) 11774 : cluster [DBG] pgmap v10404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:09.317458+0000 mgr.y (mgr.14556) 11774 : cluster [DBG] pgmap v10404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:32:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:11.318127+0000 mgr.y (mgr.14556) 11775 : cluster [DBG] pgmap v10405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:12.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:11.318127+0000 mgr.y (mgr.14556) 11775 : cluster [DBG] pgmap v10405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:11.318127+0000 mgr.y (mgr.14556) 11775 : cluster [DBG] pgmap v10405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:32:13] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T12:32:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:13.318756+0000 mgr.y (mgr.14556) 11776 : cluster [DBG] pgmap v10406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:13.318756+0000 mgr.y (mgr.14556) 11776 : cluster [DBG] pgmap v10406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:13.318756+0000 mgr.y (mgr.14556) 11776 : cluster [DBG] pgmap v10406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:15.319658+0000 mgr.y (mgr.14556) 11777 : cluster [DBG] pgmap v10407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:15.319658+0000 mgr.y (mgr.14556) 11777 : cluster [DBG] pgmap v10407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:15.319658+0000 mgr.y (mgr.14556) 11777 : cluster [DBG] pgmap v10407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:17.320072+0000 mgr.y (mgr.14556) 11778 : cluster [DBG] pgmap v10408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:17.320072+0000 mgr.y (mgr.14556) 11778 : cluster [DBG] pgmap v10408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:17.320072+0000 mgr.y (mgr.14556) 11778 : cluster [DBG] pgmap v10408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:19.320681+0000 mgr.y (mgr.14556) 11779 : cluster [DBG] pgmap v10409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:19.320681+0000 mgr.y (mgr.14556) 11779 : cluster [DBG] pgmap v10409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:19.320681+0000 mgr.y (mgr.14556) 11779 : cluster [DBG] pgmap v10409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:21.283 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:32:21.573 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 9m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 9m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 9m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 9m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 9m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 9m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 9m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 9m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 9m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 9m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 9m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 9m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 9m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:32:21.574 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 9m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:32:21.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 9m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:32:21.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 9m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:32:21.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 9m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:32:21.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 9m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:32:21.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 9m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:32:21.575 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 9m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:32:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:32:21.923 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:32:21.923 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:32:21.923 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:32:21.923 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:32:21.923 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:32:21.923 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:32:21.923 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:32:21.923 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:32:21.923 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:32:21.924 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:32:21.924 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:32:21.924 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:32:21.924 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:32:21.924 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:32:21.924 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:32:21.924 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:32:21.924 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:32:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:32:21.273303+0000 mgr.y (mgr.14556) 11780 : audit [DBG] from='client.26922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:32:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:21.321253+0000 mgr.y (mgr.14556) 11781 : cluster [DBG] pgmap v10410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:32:21.567188+0000 mgr.y (mgr.14556) 11782 : audit [DBG] from='client.26928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:32:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:32:21.924706+0000 mon.a (mon.0) 2777 : audit [DBG] from='client.? 172.21.15.23:0/4216689809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:32:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:32:21.273303+0000 mgr.y (mgr.14556) 11780 : audit [DBG] from='client.26922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:32:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:21.321253+0000 mgr.y (mgr.14556) 11781 : cluster [DBG] pgmap v10410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:32:21.567188+0000 mgr.y (mgr.14556) 11782 : audit [DBG] from='client.26928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:32:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:32:21.924706+0000 mon.a (mon.0) 2777 : audit [DBG] from='client.? 172.21.15.23:0/4216689809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:32:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:32:21.273303+0000 mgr.y (mgr.14556) 11780 : audit [DBG] from='client.26922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:32:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:21.321253+0000 mgr.y (mgr.14556) 11781 : cluster [DBG] pgmap v10410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:32:21.567188+0000 mgr.y (mgr.14556) 11782 : audit [DBG] from='client.26928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:32:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:32:21.924706+0000 mon.a (mon.0) 2777 : audit [DBG] from='client.? 172.21.15.23:0/4216689809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:32:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:32:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T12:32:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:23.321821+0000 mgr.y (mgr.14556) 11783 : cluster [DBG] pgmap v10411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:23.321821+0000 mgr.y (mgr.14556) 11783 : cluster [DBG] pgmap v10411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:23.321821+0000 mgr.y (mgr.14556) 11783 : cluster [DBG] pgmap v10411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:25.322445+0000 mgr.y (mgr.14556) 11784 : cluster [DBG] pgmap v10412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:26.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:25.322445+0000 mgr.y (mgr.14556) 11784 : cluster [DBG] pgmap v10412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:25.322445+0000 mgr.y (mgr.14556) 11784 : cluster [DBG] pgmap v10412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:27.322955+0000 mgr.y (mgr.14556) 11785 : cluster [DBG] pgmap v10413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:27.322955+0000 mgr.y (mgr.14556) 11785 : cluster [DBG] pgmap v10413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:27.322955+0000 mgr.y (mgr.14556) 11785 : cluster [DBG] pgmap v10413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:30.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:29.323449+0000 mgr.y (mgr.14556) 11786 : cluster [DBG] pgmap v10414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:30.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:29.323449+0000 mgr.y (mgr.14556) 11786 : cluster [DBG] pgmap v10414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:29.323449+0000 mgr.y (mgr.14556) 11786 : cluster [DBG] pgmap v10414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:32:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:31.324213+0000 mgr.y (mgr.14556) 11787 : cluster [DBG] pgmap v10415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:32.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:31.324213+0000 mgr.y (mgr.14556) 11787 : cluster [DBG] pgmap v10415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:31.324213+0000 mgr.y (mgr.14556) 11787 : cluster [DBG] pgmap v10415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:32:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T12:32:34.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:33.324791+0000 mgr.y (mgr.14556) 11788 : cluster [DBG] pgmap v10416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:34.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:33.324791+0000 mgr.y (mgr.14556) 11788 : cluster [DBG] pgmap v10416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:33.324791+0000 mgr.y (mgr.14556) 11788 : cluster [DBG] pgmap v10416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:35.325465+0000 mgr.y (mgr.14556) 11789 : cluster [DBG] pgmap v10417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:35.325465+0000 mgr.y (mgr.14556) 11789 : cluster [DBG] pgmap v10417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:35.325465+0000 mgr.y (mgr.14556) 11789 : cluster [DBG] pgmap v10417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:37.325856+0000 mgr.y (mgr.14556) 11790 : cluster [DBG] pgmap v10418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:37.325856+0000 mgr.y (mgr.14556) 11790 : cluster [DBG] pgmap v10418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:37.325856+0000 mgr.y (mgr.14556) 11790 : cluster [DBG] pgmap v10418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:39.326277+0000 mgr.y (mgr.14556) 11791 : cluster [DBG] pgmap v10419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:39.326277+0000 mgr.y (mgr.14556) 11791 : cluster [DBG] pgmap v10419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:40.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:39.326277+0000 mgr.y (mgr.14556) 11791 : cluster [DBG] pgmap v10419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:32:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:41.327134+0000 mgr.y (mgr.14556) 11792 : cluster [DBG] pgmap v10420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:41.327134+0000 mgr.y (mgr.14556) 11792 : cluster [DBG] pgmap v10420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:41.327134+0000 mgr.y (mgr.14556) 11792 : cluster [DBG] pgmap v10420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:32:43] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T12:32:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:43.327645+0000 mgr.y (mgr.14556) 11793 : cluster [DBG] pgmap v10421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:43.327645+0000 mgr.y (mgr.14556) 11793 : cluster [DBG] pgmap v10421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:43.327645+0000 mgr.y (mgr.14556) 11793 : cluster [DBG] pgmap v10421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:45.328272+0000 mgr.y (mgr.14556) 11794 : cluster [DBG] pgmap v10422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:45.328272+0000 mgr.y (mgr.14556) 11794 : cluster [DBG] pgmap v10422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:45.328272+0000 mgr.y (mgr.14556) 11794 : cluster [DBG] pgmap v10422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:48.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:47.328574+0000 mgr.y (mgr.14556) 11795 : cluster [DBG] pgmap v10423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:47.328574+0000 mgr.y (mgr.14556) 11795 : cluster [DBG] pgmap v10423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:47.328574+0000 mgr.y (mgr.14556) 11795 : cluster [DBG] pgmap v10423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:49.329129+0000 mgr.y (mgr.14556) 11796 : cluster [DBG] pgmap v10424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:49.329129+0000 mgr.y (mgr.14556) 11796 : cluster [DBG] pgmap v10424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:49.329129+0000 mgr.y (mgr.14556) 11796 : cluster [DBG] pgmap v10424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:32:52.245 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:32:52.534 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:32:52.534 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 9m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:32:52.534 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 9m ago 5h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:32:52.534 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 9m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:32:52.534 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 9m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:32:52.534 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 9m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:32:52.534 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 9m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:32:52.534 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 9m ago 5h 958M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 9m ago 5h 505M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 9m ago 5h 505M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 9m ago 5h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 9m ago 5h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 9m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 9m ago 5h 44.9M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 9m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 9m ago 5h 42.5M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 9m ago 5h 42.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 9m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 9m ago 5h 42.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 9m ago 5h 42.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:32:52.535 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 9m ago 5h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:32:52.883 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:32:52.883 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:32:52.883 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:32:52.883 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:32:52.883 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:32:52.884 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:32:52.884 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:32:52.884 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:32:52.884 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:32:52.884 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:32:52.884 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:32:52.884 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:32:52.884 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:32:52.884 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:32:52.884 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:32:52.884 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:32:52.884 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:32:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:51.329824+0000 mgr.y (mgr.14556) 11797 : cluster [DBG] pgmap v10425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:51.329824+0000 mgr.y (mgr.14556) 11797 : cluster [DBG] pgmap v10425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:51.329824+0000 mgr.y (mgr.14556) 11797 : cluster [DBG] pgmap v10425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:32:52.234636+0000 mgr.y (mgr.14556) 11798 : audit [DBG] from='client.36851 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:32:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:32:52.527712+0000 mgr.y (mgr.14556) 11799 : audit [DBG] from='client.36857 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:32:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:32:52.884583+0000 mon.c (mon.2) 298 : audit [DBG] from='client.? 172.21.15.23:0/3464961676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:32:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:32:53] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T12:32:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:32:52.234636+0000 mgr.y (mgr.14556) 11798 : audit [DBG] from='client.36851 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:32:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:32:52.527712+0000 mgr.y (mgr.14556) 11799 : audit [DBG] from='client.36857 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:32:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:32:52.884583+0000 mon.c (mon.2) 298 : audit [DBG] from='client.? 172.21.15.23:0/3464961676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:32:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:32:52.234636+0000 mgr.y (mgr.14556) 11798 : audit [DBG] from='client.36851 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:32:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:32:52.527712+0000 mgr.y (mgr.14556) 11799 : audit [DBG] from='client.36857 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:32:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:32:52.884583+0000 mon.c (mon.2) 298 : audit [DBG] from='client.? 172.21.15.23:0/3464961676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:32:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:53.330279+0000 mgr.y (mgr.14556) 11800 : cluster [DBG] pgmap v10426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:53.330279+0000 mgr.y (mgr.14556) 11800 : cluster [DBG] pgmap v10426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:53.330279+0000 mgr.y (mgr.14556) 11800 : cluster [DBG] pgmap v10426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:55.330913+0000 mgr.y (mgr.14556) 11801 : cluster [DBG] pgmap v10427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:55.330913+0000 mgr.y (mgr.14556) 11801 : cluster [DBG] pgmap v10427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:55.330913+0000 mgr.y (mgr.14556) 11801 : cluster [DBG] pgmap v10427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:32:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:57.331380+0000 mgr.y (mgr.14556) 11802 : cluster [DBG] pgmap v10428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:57.331380+0000 mgr.y (mgr.14556) 11802 : cluster [DBG] pgmap v10428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:32:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:57.331380+0000 mgr.y (mgr.14556) 11802 : cluster [DBG] pgmap v10428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:32:59.331846+0000 mgr.y (mgr.14556) 11803 : cluster [DBG] pgmap v10429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:32:59.331846+0000 mgr.y (mgr.14556) 11803 : cluster [DBG] pgmap v10429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:32:59.331846+0000 mgr.y (mgr.14556) 11803 : cluster [DBG] pgmap v10429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:33:02.938 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:01.332609+0000 mgr.y (mgr.14556) 11804 : cluster [DBG] pgmap v10430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:02.939 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:33:02.292592+0000 mon.a (mon.0) 2778 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:33:02.954 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:01.332609+0000 mgr.y (mgr.14556) 11804 : cluster [DBG] pgmap v10430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:02.954 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:33:02.292592+0000 mon.a (mon.0) 2778 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:33:02.954 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:01.332609+0000 mgr.y (mgr.14556) 11804 : cluster [DBG] pgmap v10430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:02.955 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:33:02.292592+0000 mon.a (mon.0) 2778 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:33:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:33:03] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T12:33:05.098 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:03.332905+0000 mgr.y (mgr.14556) 11805 : cluster [DBG] pgmap v10431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:03.332905+0000 mgr.y (mgr.14556) 11805 : cluster [DBG] pgmap v10431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:05.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:03.332905+0000 mgr.y (mgr.14556) 11805 : cluster [DBG] pgmap v10431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:33:05.164673+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:33:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:33:05.460828+0000 mon.a (mon.0) 2780 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:33:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:33:05.755267+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:33:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:33:05.755991+0000 mon.a (mon.0) 2782 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:33:06.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:33:05.760523+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:33:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:33:05.164673+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:33:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:33:05.460828+0000 mon.a (mon.0) 2780 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:33:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:33:05.755267+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:33:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:33:05.755991+0000 mon.a (mon.0) 2782 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:33:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:33:05.760523+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:33:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:33:05.164673+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:33:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:33:05.460828+0000 mon.a (mon.0) 2780 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:33:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:33:05.755267+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:33:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:33:05.755991+0000 mon.a (mon.0) 2782 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:33:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:33:05.760523+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:33:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:05.333424+0000 mgr.y (mgr.14556) 11806 : cluster [DBG] pgmap v10432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:05.333424+0000 mgr.y (mgr.14556) 11806 : cluster [DBG] pgmap v10432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:05.333424+0000 mgr.y (mgr.14556) 11806 : cluster [DBG] pgmap v10432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:07.334046+0000 mgr.y (mgr.14556) 11807 : cluster [DBG] pgmap v10433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:07.334046+0000 mgr.y (mgr.14556) 11807 : cluster [DBG] pgmap v10433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:07.334046+0000 mgr.y (mgr.14556) 11807 : cluster [DBG] pgmap v10433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:09.334626+0000 mgr.y (mgr.14556) 11808 : cluster [DBG] pgmap v10434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:09.334626+0000 mgr.y (mgr.14556) 11808 : cluster [DBG] pgmap v10434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:09.334626+0000 mgr.y (mgr.14556) 11808 : cluster [DBG] pgmap v10434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:33:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:11.335463+0000 mgr.y (mgr.14556) 11809 : cluster [DBG] pgmap v10435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:11.335463+0000 mgr.y (mgr.14556) 11809 : cluster [DBG] pgmap v10435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:11.335463+0000 mgr.y (mgr.14556) 11809 : cluster [DBG] pgmap v10435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:33:13] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:33:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:13.335829+0000 mgr.y (mgr.14556) 11810 : cluster [DBG] pgmap v10436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:13.335829+0000 mgr.y (mgr.14556) 11810 : cluster [DBG] pgmap v10436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:13.335829+0000 mgr.y (mgr.14556) 11810 : cluster [DBG] pgmap v10436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:15.336632+0000 mgr.y (mgr.14556) 11811 : cluster [DBG] pgmap v10437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:15.336632+0000 mgr.y (mgr.14556) 11811 : cluster [DBG] pgmap v10437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:15.336632+0000 mgr.y (mgr.14556) 11811 : cluster [DBG] pgmap v10437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:17.337151+0000 mgr.y (mgr.14556) 11812 : cluster [DBG] pgmap v10438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:17.337151+0000 mgr.y (mgr.14556) 11812 : cluster [DBG] pgmap v10438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:17.337151+0000 mgr.y (mgr.14556) 11812 : cluster [DBG] pgmap v10438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:19.337542+0000 mgr.y (mgr.14556) 11813 : cluster [DBG] pgmap v10439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:19.337542+0000 mgr.y (mgr.14556) 11813 : cluster [DBG] pgmap v10439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:19.337542+0000 mgr.y (mgr.14556) 11813 : cluster [DBG] pgmap v10439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:33:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:21.338231+0000 mgr.y (mgr.14556) 11814 : cluster [DBG] pgmap v10440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:21.338231+0000 mgr.y (mgr.14556) 11814 : cluster [DBG] pgmap v10440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:21.338231+0000 mgr.y (mgr.14556) 11814 : cluster [DBG] pgmap v10440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:23.208 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:33:23.496 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:33:23.496 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 18s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:33:23.496 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 18s ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:33:23.496 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 18s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:33:23.496 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 18s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:33:23.496 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 18s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:33:23.496 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 18s ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:33:23.496 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 18s ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:33:23.496 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 18s ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:33:23.496 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 18s ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:33:23.497 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 18s ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:33:23.497 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 18s ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:33:23.497 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 18s ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:33:23.497 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 18s ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:33:23.497 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 18s ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:33:23.497 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 18s ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:33:23.497 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 18s ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:33:23.497 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 18s ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:33:23.497 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 18s ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:33:23.497 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 18s ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:33:23.497 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 18s ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:33:23.844 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:33:23.844 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:33:23.844 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:33:23.844 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:33:23.844 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:33:23.844 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:33:23.844 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:33:23.844 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:33:23.845 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:33:23.845 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:33:23.845 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:33:23.845 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:33:23.845 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:33:23.845 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:33:23.845 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:33:23.845 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:33:23.845 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:33:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:33:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T12:33:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:33:23.197900+0000 mgr.y (mgr.14556) 11815 : audit [DBG] from='client.36869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:33:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:23.338607+0000 mgr.y (mgr.14556) 11816 : cluster [DBG] pgmap v10441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:33:23.489352+0000 mgr.y (mgr.14556) 11817 : audit [DBG] from='client.36875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:33:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:33:23.845392+0000 mon.c (mon.2) 299 : audit [DBG] from='client.? 172.21.15.23:0/1262538362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:33:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:33:23.197900+0000 mgr.y (mgr.14556) 11815 : audit [DBG] from='client.36869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:33:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:23.338607+0000 mgr.y (mgr.14556) 11816 : cluster [DBG] pgmap v10441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:33:23.489352+0000 mgr.y (mgr.14556) 11817 : audit [DBG] from='client.36875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:33:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:33:23.845392+0000 mon.c (mon.2) 299 : audit [DBG] from='client.? 172.21.15.23:0/1262538362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:33:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:33:23.197900+0000 mgr.y (mgr.14556) 11815 : audit [DBG] from='client.36869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:33:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:23.338607+0000 mgr.y (mgr.14556) 11816 : cluster [DBG] pgmap v10441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:33:23.489352+0000 mgr.y (mgr.14556) 11817 : audit [DBG] from='client.36875 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:33:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:33:23.845392+0000 mon.c (mon.2) 299 : audit [DBG] from='client.? 172.21.15.23:0/1262538362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:33:26.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:25.339234+0000 mgr.y (mgr.14556) 11818 : cluster [DBG] pgmap v10442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:25.339234+0000 mgr.y (mgr.14556) 11818 : cluster [DBG] pgmap v10442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:25.339234+0000 mgr.y (mgr.14556) 11818 : cluster [DBG] pgmap v10442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:27.339670+0000 mgr.y (mgr.14556) 11819 : cluster [DBG] pgmap v10443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:27.339670+0000 mgr.y (mgr.14556) 11819 : cluster [DBG] pgmap v10443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:27.339670+0000 mgr.y (mgr.14556) 11819 : cluster [DBG] pgmap v10443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:30.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:29.340136+0000 mgr.y (mgr.14556) 11820 : cluster [DBG] pgmap v10444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:30.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:29.340136+0000 mgr.y (mgr.14556) 11820 : cluster [DBG] pgmap v10444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:29.340136+0000 mgr.y (mgr.14556) 11820 : cluster [DBG] pgmap v10444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:33:32.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:31.340871+0000 mgr.y (mgr.14556) 11821 : cluster [DBG] pgmap v10445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:31.340871+0000 mgr.y (mgr.14556) 11821 : cluster [DBG] pgmap v10445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:31.340871+0000 mgr.y (mgr.14556) 11821 : cluster [DBG] pgmap v10445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:33:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T12:33:34.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:33.341308+0000 mgr.y (mgr.14556) 11822 : cluster [DBG] pgmap v10446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:34.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:33.341308+0000 mgr.y (mgr.14556) 11822 : cluster [DBG] pgmap v10446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:33.341308+0000 mgr.y (mgr.14556) 11822 : cluster [DBG] pgmap v10446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:35.341891+0000 mgr.y (mgr.14556) 11823 : cluster [DBG] pgmap v10447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:35.341891+0000 mgr.y (mgr.14556) 11823 : cluster [DBG] pgmap v10447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:35.341891+0000 mgr.y (mgr.14556) 11823 : cluster [DBG] pgmap v10447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:37.342274+0000 mgr.y (mgr.14556) 11824 : cluster [DBG] pgmap v10448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:37.342274+0000 mgr.y (mgr.14556) 11824 : cluster [DBG] pgmap v10448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:37.342274+0000 mgr.y (mgr.14556) 11824 : cluster [DBG] pgmap v10448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:39.342648+0000 mgr.y (mgr.14556) 11825 : cluster [DBG] pgmap v10449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:39.342648+0000 mgr.y (mgr.14556) 11825 : cluster [DBG] pgmap v10449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:40.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:39.342648+0000 mgr.y (mgr.14556) 11825 : cluster [DBG] pgmap v10449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:33:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:41.343301+0000 mgr.y (mgr.14556) 11826 : cluster [DBG] pgmap v10450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:41.343301+0000 mgr.y (mgr.14556) 11826 : cluster [DBG] pgmap v10450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:41.343301+0000 mgr.y (mgr.14556) 11826 : cluster [DBG] pgmap v10450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:33:43] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T12:33:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:43.343724+0000 mgr.y (mgr.14556) 11827 : cluster [DBG] pgmap v10451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:43.343724+0000 mgr.y (mgr.14556) 11827 : cluster [DBG] pgmap v10451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:43.343724+0000 mgr.y (mgr.14556) 11827 : cluster [DBG] pgmap v10451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:45.344596+0000 mgr.y (mgr.14556) 11828 : cluster [DBG] pgmap v10452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:45.344596+0000 mgr.y (mgr.14556) 11828 : cluster [DBG] pgmap v10452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:45.344596+0000 mgr.y (mgr.14556) 11828 : cluster [DBG] pgmap v10452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:48.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:47.345139+0000 mgr.y (mgr.14556) 11829 : cluster [DBG] pgmap v10453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:47.345139+0000 mgr.y (mgr.14556) 11829 : cluster [DBG] pgmap v10453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:47.345139+0000 mgr.y (mgr.14556) 11829 : cluster [DBG] pgmap v10453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:49.345663+0000 mgr.y (mgr.14556) 11830 : cluster [DBG] pgmap v10454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:49.345663+0000 mgr.y (mgr.14556) 11830 : cluster [DBG] pgmap v10454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:49.345663+0000 mgr.y (mgr.14556) 11830 : cluster [DBG] pgmap v10454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:33:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:51.346469+0000 mgr.y (mgr.14556) 11831 : cluster [DBG] pgmap v10455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:51.346469+0000 mgr.y (mgr.14556) 11831 : cluster [DBG] pgmap v10455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:51.346469+0000 mgr.y (mgr.14556) 11831 : cluster [DBG] pgmap v10455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:33:53] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T12:33:54.167 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:33:54.457 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:33:54.457 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 49s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:33:54.457 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 48s ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:33:54.457 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 49s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:33:54.457 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 48s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:33:54.457 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 48s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:33:54.457 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 49s ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:33:54.457 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 49s ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:33:54.457 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 48s ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:33:54.458 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 49s ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:33:54.458 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 49s ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:33:54.458 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 48s ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:33:54.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 49s ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:33:54.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 49s ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:33:54.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 49s ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:33:54.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 49s ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:33:54.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 48s ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:33:54.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 48s ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:33:54.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 48s ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:33:54.458 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 48s ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:33:54.458 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 48s ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:33:54.808 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:33:54.809 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:33:54.809 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:33:54.809 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:33:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:53.346949+0000 mgr.y (mgr.14556) 11832 : cluster [DBG] pgmap v10456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:33:54.157369+0000 mgr.y (mgr.14556) 11833 : audit [DBG] from='client.36887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:33:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:53.346949+0000 mgr.y (mgr.14556) 11832 : cluster [DBG] pgmap v10456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:33:54.157369+0000 mgr.y (mgr.14556) 11833 : audit [DBG] from='client.36887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:33:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:53.346949+0000 mgr.y (mgr.14556) 11832 : cluster [DBG] pgmap v10456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:33:54.157369+0000 mgr.y (mgr.14556) 11833 : audit [DBG] from='client.36887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:33:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:33:54.450528+0000 mgr.y (mgr.14556) 11834 : audit [DBG] from='client.36893 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:33:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:33:54.809189+0000 mon.c (mon.2) 300 : audit [DBG] from='client.? 172.21.15.23:0/442743508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:33:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:33:54.450528+0000 mgr.y (mgr.14556) 11834 : audit [DBG] from='client.36893 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:33:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:33:54.809189+0000 mon.c (mon.2) 300 : audit [DBG] from='client.? 172.21.15.23:0/442743508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:33:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:33:54.450528+0000 mgr.y (mgr.14556) 11834 : audit [DBG] from='client.36893 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:33:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:33:54.809189+0000 mon.c (mon.2) 300 : audit [DBG] from='client.? 172.21.15.23:0/442743508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:33:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:55.347546+0000 mgr.y (mgr.14556) 11835 : cluster [DBG] pgmap v10457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:55.347546+0000 mgr.y (mgr.14556) 11835 : cluster [DBG] pgmap v10457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:55.347546+0000 mgr.y (mgr.14556) 11835 : cluster [DBG] pgmap v10457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:58.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:33:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:57.347862+0000 mgr.y (mgr.14556) 11836 : cluster [DBG] pgmap v10458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:33:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:57.347862+0000 mgr.y (mgr.14556) 11836 : cluster [DBG] pgmap v10458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:33:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:33:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:57.347862+0000 mgr.y (mgr.14556) 11836 : cluster [DBG] pgmap v10458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:33:59.348356+0000 mgr.y (mgr.14556) 11837 : cluster [DBG] pgmap v10459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:33:59.348356+0000 mgr.y (mgr.14556) 11837 : cluster [DBG] pgmap v10459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:33:59.348356+0000 mgr.y (mgr.14556) 11837 : cluster [DBG] pgmap v10459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:34:02.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:01.349045+0000 mgr.y (mgr.14556) 11838 : cluster [DBG] pgmap v10460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:01.349045+0000 mgr.y (mgr.14556) 11838 : cluster [DBG] pgmap v10460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:01.349045+0000 mgr.y (mgr.14556) 11838 : cluster [DBG] pgmap v10460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:34:03] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T12:34:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:03.349507+0000 mgr.y (mgr.14556) 11839 : cluster [DBG] pgmap v10461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:03.349507+0000 mgr.y (mgr.14556) 11839 : cluster [DBG] pgmap v10461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:03.349507+0000 mgr.y (mgr.14556) 11839 : cluster [DBG] pgmap v10461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:05.350192+0000 mgr.y (mgr.14556) 11840 : cluster [DBG] pgmap v10462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:34:05.765320+0000 mon.a (mon.0) 2784 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:34:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:34:06.072103+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:34:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:34:06.072843+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:34:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:34:06.077382+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:34:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:05.350192+0000 mgr.y (mgr.14556) 11840 : cluster [DBG] pgmap v10462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:34:05.765320+0000 mon.a (mon.0) 2784 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:34:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:34:06.072103+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:34:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:34:06.072843+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:34:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:34:06.077382+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:34:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:05.350192+0000 mgr.y (mgr.14556) 11840 : cluster [DBG] pgmap v10462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:34:05.765320+0000 mon.a (mon.0) 2784 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:34:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:34:06.072103+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:34:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:34:06.072843+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:34:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:34:06.077382+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:34:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:07.350627+0000 mgr.y (mgr.14556) 11841 : cluster [DBG] pgmap v10463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:07.350627+0000 mgr.y (mgr.14556) 11841 : cluster [DBG] pgmap v10463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:07.350627+0000 mgr.y (mgr.14556) 11841 : cluster [DBG] pgmap v10463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:09.351021+0000 mgr.y (mgr.14556) 11842 : cluster [DBG] pgmap v10464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:09.351021+0000 mgr.y (mgr.14556) 11842 : cluster [DBG] pgmap v10464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:09.351021+0000 mgr.y (mgr.14556) 11842 : cluster [DBG] pgmap v10464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:34:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:11.351760+0000 mgr.y (mgr.14556) 11843 : cluster [DBG] pgmap v10465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:12.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:11.351760+0000 mgr.y (mgr.14556) 11843 : cluster [DBG] pgmap v10465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:11.351760+0000 mgr.y (mgr.14556) 11843 : cluster [DBG] pgmap v10465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:34:13] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T12:34:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:13.352300+0000 mgr.y (mgr.14556) 11844 : cluster [DBG] pgmap v10466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:13.352300+0000 mgr.y (mgr.14556) 11844 : cluster [DBG] pgmap v10466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:13.352300+0000 mgr.y (mgr.14556) 11844 : cluster [DBG] pgmap v10466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:15.353028+0000 mgr.y (mgr.14556) 11845 : cluster [DBG] pgmap v10467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:15.353028+0000 mgr.y (mgr.14556) 11845 : cluster [DBG] pgmap v10467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:15.353028+0000 mgr.y (mgr.14556) 11845 : cluster [DBG] pgmap v10467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:17.353568+0000 mgr.y (mgr.14556) 11846 : cluster [DBG] pgmap v10468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:17.353568+0000 mgr.y (mgr.14556) 11846 : cluster [DBG] pgmap v10468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:19.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:17.353568+0000 mgr.y (mgr.14556) 11846 : cluster [DBG] pgmap v10468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:19.354041+0000 mgr.y (mgr.14556) 11847 : cluster [DBG] pgmap v10469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:21.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:19.354041+0000 mgr.y (mgr.14556) 11847 : cluster [DBG] pgmap v10469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:21.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:19.354041+0000 mgr.y (mgr.14556) 11847 : cluster [DBG] pgmap v10469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:34:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:21.354871+0000 mgr.y (mgr.14556) 11848 : cluster [DBG] pgmap v10470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:23.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:21.354871+0000 mgr.y (mgr.14556) 11848 : cluster [DBG] pgmap v10470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:23.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:21.354871+0000 mgr.y (mgr.14556) 11848 : cluster [DBG] pgmap v10470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:34:23] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T12:34:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:23.355234+0000 mgr.y (mgr.14556) 11849 : cluster [DBG] pgmap v10471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:23.355234+0000 mgr.y (mgr.14556) 11849 : cluster [DBG] pgmap v10471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:23.355234+0000 mgr.y (mgr.14556) 11849 : cluster [DBG] pgmap v10471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:25.130 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:34:25.421 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:34:25.421 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 80s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:34:25.421 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 79s ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:34:25.422 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 80s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:34:25.422 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 79s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:34:25.422 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 79s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:34:25.422 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 80s ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:34:25.422 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 80s ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:34:25.422 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 79s ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:34:25.422 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 80s ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:34:25.422 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 80s ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:34:25.422 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 79s ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:34:25.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 80s ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:34:25.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 80s ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:34:25.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 80s ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:34:25.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 80s ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:34:25.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 79s ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:34:25.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 79s ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:34:25.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 79s ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:34:25.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 79s ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:34:25.423 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 79s ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:34:25.774 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:34:25.774 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:34:25.774 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:34:25.775 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:34:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:34:25.120177+0000 mgr.y (mgr.14556) 11850 : audit [DBG] from='client.36905 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:34:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:34:25.120177+0000 mgr.y (mgr.14556) 11850 : audit [DBG] from='client.36905 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:34:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:34:25.120177+0000 mgr.y (mgr.14556) 11850 : audit [DBG] from='client.36905 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:34:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:25.355727+0000 mgr.y (mgr.14556) 11851 : cluster [DBG] pgmap v10472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:34:25.414907+0000 mgr.y (mgr.14556) 11852 : audit [DBG] from='client.27000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:34:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:34:25.775838+0000 mon.a (mon.0) 2788 : audit [DBG] from='client.? 172.21.15.23:0/2121448867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:34:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:25.355727+0000 mgr.y (mgr.14556) 11851 : cluster [DBG] pgmap v10472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:34:25.414907+0000 mgr.y (mgr.14556) 11852 : audit [DBG] from='client.27000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:34:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:34:25.775838+0000 mon.a (mon.0) 2788 : audit [DBG] from='client.? 172.21.15.23:0/2121448867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:34:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:25.355727+0000 mgr.y (mgr.14556) 11851 : cluster [DBG] pgmap v10472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:34:25.414907+0000 mgr.y (mgr.14556) 11852 : audit [DBG] from='client.27000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:34:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:34:25.775838+0000 mon.a (mon.0) 2788 : audit [DBG] from='client.? 172.21.15.23:0/2121448867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:34:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:27.356084+0000 mgr.y (mgr.14556) 11853 : cluster [DBG] pgmap v10473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:27.356084+0000 mgr.y (mgr.14556) 11853 : cluster [DBG] pgmap v10473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:27.356084+0000 mgr.y (mgr.14556) 11853 : cluster [DBG] pgmap v10473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:29.356661+0000 mgr.y (mgr.14556) 11854 : cluster [DBG] pgmap v10474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:29.356661+0000 mgr.y (mgr.14556) 11854 : cluster [DBG] pgmap v10474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:29.356661+0000 mgr.y (mgr.14556) 11854 : cluster [DBG] pgmap v10474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:34:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:31.357341+0000 mgr.y (mgr.14556) 11855 : cluster [DBG] pgmap v10475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:31.357341+0000 mgr.y (mgr.14556) 11855 : cluster [DBG] pgmap v10475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:31.357341+0000 mgr.y (mgr.14556) 11855 : cluster [DBG] pgmap v10475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:34:33] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T12:34:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:33.357776+0000 mgr.y (mgr.14556) 11856 : cluster [DBG] pgmap v10476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:33.357776+0000 mgr.y (mgr.14556) 11856 : cluster [DBG] pgmap v10476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:33.357776+0000 mgr.y (mgr.14556) 11856 : cluster [DBG] pgmap v10476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:35.358414+0000 mgr.y (mgr.14556) 11857 : cluster [DBG] pgmap v10477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:35.358414+0000 mgr.y (mgr.14556) 11857 : cluster [DBG] pgmap v10477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:35.358414+0000 mgr.y (mgr.14556) 11857 : cluster [DBG] pgmap v10477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:37.358737+0000 mgr.y (mgr.14556) 11858 : cluster [DBG] pgmap v10478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:37.358737+0000 mgr.y (mgr.14556) 11858 : cluster [DBG] pgmap v10478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:37.358737+0000 mgr.y (mgr.14556) 11858 : cluster [DBG] pgmap v10478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:39.359187+0000 mgr.y (mgr.14556) 11859 : cluster [DBG] pgmap v10479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:39.359187+0000 mgr.y (mgr.14556) 11859 : cluster [DBG] pgmap v10479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:39.359187+0000 mgr.y (mgr.14556) 11859 : cluster [DBG] pgmap v10479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:34:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:41.359831+0000 mgr.y (mgr.14556) 11860 : cluster [DBG] pgmap v10480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:41.359831+0000 mgr.y (mgr.14556) 11860 : cluster [DBG] pgmap v10480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:41.359831+0000 mgr.y (mgr.14556) 11860 : cluster [DBG] pgmap v10480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:34:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:34:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:43.360242+0000 mgr.y (mgr.14556) 11861 : cluster [DBG] pgmap v10481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:43.360242+0000 mgr.y (mgr.14556) 11861 : cluster [DBG] pgmap v10481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:43.360242+0000 mgr.y (mgr.14556) 11861 : cluster [DBG] pgmap v10481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:45.360852+0000 mgr.y (mgr.14556) 11862 : cluster [DBG] pgmap v10482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:47.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:45.360852+0000 mgr.y (mgr.14556) 11862 : cluster [DBG] pgmap v10482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:45.360852+0000 mgr.y (mgr.14556) 11862 : cluster [DBG] pgmap v10482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:47.361271+0000 mgr.y (mgr.14556) 11863 : cluster [DBG] pgmap v10483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:47.361271+0000 mgr.y (mgr.14556) 11863 : cluster [DBG] pgmap v10483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:47.361271+0000 mgr.y (mgr.14556) 11863 : cluster [DBG] pgmap v10483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:49.361801+0000 mgr.y (mgr.14556) 11864 : cluster [DBG] pgmap v10484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:49.361801+0000 mgr.y (mgr.14556) 11864 : cluster [DBG] pgmap v10484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:49.361801+0000 mgr.y (mgr.14556) 11864 : cluster [DBG] pgmap v10484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:34:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:51.362624+0000 mgr.y (mgr.14556) 11865 : cluster [DBG] pgmap v10485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:51.362624+0000 mgr.y (mgr.14556) 11865 : cluster [DBG] pgmap v10485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:51.362624+0000 mgr.y (mgr.14556) 11865 : cluster [DBG] pgmap v10485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:34:53] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T12:34:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:53.363147+0000 mgr.y (mgr.14556) 11866 : cluster [DBG] pgmap v10486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:53.363147+0000 mgr.y (mgr.14556) 11866 : cluster [DBG] pgmap v10486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:53.363147+0000 mgr.y (mgr.14556) 11866 : cluster [DBG] pgmap v10486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:56.101 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:34:56.392 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:34:56.392 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 111s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:34:56.392 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 110s ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:34:56.392 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 111s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:34:56.392 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 110s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 110s ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 111s ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 111s ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 110s ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 111s ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 111s ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 110s ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 111s ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 111s ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 111s ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 111s ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 110s ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 110s ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 110s ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:34:56.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 110s ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:34:56.394 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 110s ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:34:56.742 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:34:56.742 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:34:56.742 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:34:56.742 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:34:56.743 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:34:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:55.363995+0000 mgr.y (mgr.14556) 11867 : cluster [DBG] pgmap v10487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:34:56.090858+0000 mgr.y (mgr.14556) 11868 : audit [DBG] from='client.27012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:34:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:34:56.743997+0000 mon.a (mon.0) 2789 : audit [DBG] from='client.? 172.21.15.23:0/302870021' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:34:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:55.363995+0000 mgr.y (mgr.14556) 11867 : cluster [DBG] pgmap v10487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:34:56.090858+0000 mgr.y (mgr.14556) 11868 : audit [DBG] from='client.27012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:34:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:34:56.743997+0000 mon.a (mon.0) 2789 : audit [DBG] from='client.? 172.21.15.23:0/302870021' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:34:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:55.363995+0000 mgr.y (mgr.14556) 11867 : cluster [DBG] pgmap v10487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:34:56.090858+0000 mgr.y (mgr.14556) 11868 : audit [DBG] from='client.27012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:34:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:34:56.743997+0000 mon.a (mon.0) 2789 : audit [DBG] from='client.? 172.21.15.23:0/302870021' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:34:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:34:56.385684+0000 mgr.y (mgr.14556) 11869 : audit [DBG] from='client.36929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:34:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:34:56.385684+0000 mgr.y (mgr.14556) 11869 : audit [DBG] from='client.36929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:34:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:34:56.385684+0000 mgr.y (mgr.14556) 11869 : audit [DBG] from='client.36929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:34:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:57.364494+0000 mgr.y (mgr.14556) 11870 : cluster [DBG] pgmap v10488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:57.364494+0000 mgr.y (mgr.14556) 11870 : cluster [DBG] pgmap v10488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:34:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:34:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:57.364494+0000 mgr.y (mgr.14556) 11870 : cluster [DBG] pgmap v10488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:34:59.364978+0000 mgr.y (mgr.14556) 11871 : cluster [DBG] pgmap v10489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:34:59.364978+0000 mgr.y (mgr.14556) 11871 : cluster [DBG] pgmap v10489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:34:59.364978+0000 mgr.y (mgr.14556) 11871 : cluster [DBG] pgmap v10489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:35:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:01.365741+0000 mgr.y (mgr.14556) 11872 : cluster [DBG] pgmap v10490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:01.365741+0000 mgr.y (mgr.14556) 11872 : cluster [DBG] pgmap v10490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:01.365741+0000 mgr.y (mgr.14556) 11872 : cluster [DBG] pgmap v10490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:35:03] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T12:35:05.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:03.366324+0000 mgr.y (mgr.14556) 11873 : cluster [DBG] pgmap v10491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:03.366324+0000 mgr.y (mgr.14556) 11873 : cluster [DBG] pgmap v10491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:03.366324+0000 mgr.y (mgr.14556) 11873 : cluster [DBG] pgmap v10491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:05.366871+0000 mgr.y (mgr.14556) 11874 : cluster [DBG] pgmap v10492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:35:06.082792+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:35:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:35:06.390063+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:35:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:35:06.390700+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:35:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:35:06.395142+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:35:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:05.366871+0000 mgr.y (mgr.14556) 11874 : cluster [DBG] pgmap v10492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:35:06.082792+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:35:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:35:06.390063+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:35:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:35:06.390700+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:35:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:35:06.395142+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:35:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:05.366871+0000 mgr.y (mgr.14556) 11874 : cluster [DBG] pgmap v10492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:35:06.082792+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:35:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:35:06.390063+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:35:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:35:06.390700+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:35:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:35:06.395142+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:35:09.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:07.367323+0000 mgr.y (mgr.14556) 11875 : cluster [DBG] pgmap v10493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:07.367323+0000 mgr.y (mgr.14556) 11875 : cluster [DBG] pgmap v10493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:07.367323+0000 mgr.y (mgr.14556) 11875 : cluster [DBG] pgmap v10493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:09.367752+0000 mgr.y (mgr.14556) 11876 : cluster [DBG] pgmap v10494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:11.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:09.367752+0000 mgr.y (mgr.14556) 11876 : cluster [DBG] pgmap v10494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:09.367752+0000 mgr.y (mgr.14556) 11876 : cluster [DBG] pgmap v10494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:35:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:11.368621+0000 mgr.y (mgr.14556) 11877 : cluster [DBG] pgmap v10495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:11.368621+0000 mgr.y (mgr.14556) 11877 : cluster [DBG] pgmap v10495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:11.368621+0000 mgr.y (mgr.14556) 11877 : cluster [DBG] pgmap v10495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:35:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T12:35:15.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:13.369177+0000 mgr.y (mgr.14556) 11878 : cluster [DBG] pgmap v10496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:13.369177+0000 mgr.y (mgr.14556) 11878 : cluster [DBG] pgmap v10496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:13.369177+0000 mgr.y (mgr.14556) 11878 : cluster [DBG] pgmap v10496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:15.369907+0000 mgr.y (mgr.14556) 11879 : cluster [DBG] pgmap v10497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:17.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:15.369907+0000 mgr.y (mgr.14556) 11879 : cluster [DBG] pgmap v10497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:15.369907+0000 mgr.y (mgr.14556) 11879 : cluster [DBG] pgmap v10497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:19.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:17.370515+0000 mgr.y (mgr.14556) 11880 : cluster [DBG] pgmap v10498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:17.370515+0000 mgr.y (mgr.14556) 11880 : cluster [DBG] pgmap v10498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:17.370515+0000 mgr.y (mgr.14556) 11880 : cluster [DBG] pgmap v10498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:19.370863+0000 mgr.y (mgr.14556) 11881 : cluster [DBG] pgmap v10499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:19.370863+0000 mgr.y (mgr.14556) 11881 : cluster [DBG] pgmap v10499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:19.370863+0000 mgr.y (mgr.14556) 11881 : cluster [DBG] pgmap v10499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:35:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:21.371505+0000 mgr.y (mgr.14556) 11882 : cluster [DBG] pgmap v10500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:21.371505+0000 mgr.y (mgr.14556) 11882 : cluster [DBG] pgmap v10500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:21.371505+0000 mgr.y (mgr.14556) 11882 : cluster [DBG] pgmap v10500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:35:23] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:35:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:23.371977+0000 mgr.y (mgr.14556) 11883 : cluster [DBG] pgmap v10501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:23.371977+0000 mgr.y (mgr.14556) 11883 : cluster [DBG] pgmap v10501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:23.371977+0000 mgr.y (mgr.14556) 11883 : cluster [DBG] pgmap v10501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:27.066 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:35:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:25.372538+0000 mgr.y (mgr.14556) 11884 : cluster [DBG] pgmap v10502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:27.352 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 2m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 2m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 2m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 2m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 2m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 2m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 2m ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 2m ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 2m ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 2m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 2m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 2m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 2m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:35:27.353 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 2m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:35:27.354 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 2m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:35:27.354 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 2m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:35:27.354 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 2m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:35:27.354 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 2m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:35:27.354 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 2m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:35:27.354 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 2m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:35:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:25.372538+0000 mgr.y (mgr.14556) 11884 : cluster [DBG] pgmap v10502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:25.372538+0000 mgr.y (mgr.14556) 11884 : cluster [DBG] pgmap v10502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:27.701 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:35:27.701 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:35:27.701 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:35:27.702 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:35:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:35:27.055479+0000 mgr.y (mgr.14556) 11885 : audit [DBG] from='client.27030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:35:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:35:27.702710+0000 mon.a (mon.0) 2794 : audit [DBG] from='client.? 172.21.15.23:0/1328095535' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:35:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:35:27.055479+0000 mgr.y (mgr.14556) 11885 : audit [DBG] from='client.27030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:35:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:35:27.702710+0000 mon.a (mon.0) 2794 : audit [DBG] from='client.? 172.21.15.23:0/1328095535' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:35:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:35:27.055479+0000 mgr.y (mgr.14556) 11885 : audit [DBG] from='client.27030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:35:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:35:27.702710+0000 mon.a (mon.0) 2794 : audit [DBG] from='client.? 172.21.15.23:0/1328095535' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:35:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:35:27.345799+0000 mgr.y (mgr.14556) 11886 : audit [DBG] from='client.27036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:35:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:27.372829+0000 mgr.y (mgr.14556) 11887 : cluster [DBG] pgmap v10503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:35:27.345799+0000 mgr.y (mgr.14556) 11886 : audit [DBG] from='client.27036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:35:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:27.372829+0000 mgr.y (mgr.14556) 11887 : cluster [DBG] pgmap v10503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:35:27.345799+0000 mgr.y (mgr.14556) 11886 : audit [DBG] from='client.27036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:35:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:27.372829+0000 mgr.y (mgr.14556) 11887 : cluster [DBG] pgmap v10503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:29.373357+0000 mgr.y (mgr.14556) 11888 : cluster [DBG] pgmap v10504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:29.373357+0000 mgr.y (mgr.14556) 11888 : cluster [DBG] pgmap v10504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:29.373357+0000 mgr.y (mgr.14556) 11888 : cluster [DBG] pgmap v10504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:35:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:31.373962+0000 mgr.y (mgr.14556) 11889 : cluster [DBG] pgmap v10505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:31.373962+0000 mgr.y (mgr.14556) 11889 : cluster [DBG] pgmap v10505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:31.373962+0000 mgr.y (mgr.14556) 11889 : cluster [DBG] pgmap v10505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:35:33] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:35:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:33.374459+0000 mgr.y (mgr.14556) 11890 : cluster [DBG] pgmap v10506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:33.374459+0000 mgr.y (mgr.14556) 11890 : cluster [DBG] pgmap v10506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:33.374459+0000 mgr.y (mgr.14556) 11890 : cluster [DBG] pgmap v10506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:35.375153+0000 mgr.y (mgr.14556) 11891 : cluster [DBG] pgmap v10507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:35.375153+0000 mgr.y (mgr.14556) 11891 : cluster [DBG] pgmap v10507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:35.375153+0000 mgr.y (mgr.14556) 11891 : cluster [DBG] pgmap v10507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:37.375689+0000 mgr.y (mgr.14556) 11892 : cluster [DBG] pgmap v10508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:37.375689+0000 mgr.y (mgr.14556) 11892 : cluster [DBG] pgmap v10508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:37.375689+0000 mgr.y (mgr.14556) 11892 : cluster [DBG] pgmap v10508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:39.376099+0000 mgr.y (mgr.14556) 11893 : cluster [DBG] pgmap v10509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:39.376099+0000 mgr.y (mgr.14556) 11893 : cluster [DBG] pgmap v10509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:39.376099+0000 mgr.y (mgr.14556) 11893 : cluster [DBG] pgmap v10509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:35:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:41.376772+0000 mgr.y (mgr.14556) 11894 : cluster [DBG] pgmap v10510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:41.376772+0000 mgr.y (mgr.14556) 11894 : cluster [DBG] pgmap v10510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:41.376772+0000 mgr.y (mgr.14556) 11894 : cluster [DBG] pgmap v10510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:35:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:35:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:43.377217+0000 mgr.y (mgr.14556) 11895 : cluster [DBG] pgmap v10511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:43.377217+0000 mgr.y (mgr.14556) 11895 : cluster [DBG] pgmap v10511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:43.377217+0000 mgr.y (mgr.14556) 11895 : cluster [DBG] pgmap v10511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:45.377808+0000 mgr.y (mgr.14556) 11896 : cluster [DBG] pgmap v10512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:45.377808+0000 mgr.y (mgr.14556) 11896 : cluster [DBG] pgmap v10512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:45.377808+0000 mgr.y (mgr.14556) 11896 : cluster [DBG] pgmap v10512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:47.378246+0000 mgr.y (mgr.14556) 11897 : cluster [DBG] pgmap v10513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:47.378246+0000 mgr.y (mgr.14556) 11897 : cluster [DBG] pgmap v10513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:47.378246+0000 mgr.y (mgr.14556) 11897 : cluster [DBG] pgmap v10513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:49.378591+0000 mgr.y (mgr.14556) 11898 : cluster [DBG] pgmap v10514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:49.378591+0000 mgr.y (mgr.14556) 11898 : cluster [DBG] pgmap v10514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:49.378591+0000 mgr.y (mgr.14556) 11898 : cluster [DBG] pgmap v10514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:35:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:51.379364+0000 mgr.y (mgr.14556) 11899 : cluster [DBG] pgmap v10515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:51.379364+0000 mgr.y (mgr.14556) 11899 : cluster [DBG] pgmap v10515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:51.379364+0000 mgr.y (mgr.14556) 11899 : cluster [DBG] pgmap v10515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:35:53] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T12:35:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:53.379815+0000 mgr.y (mgr.14556) 11900 : cluster [DBG] pgmap v10516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:53.379815+0000 mgr.y (mgr.14556) 11900 : cluster [DBG] pgmap v10516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:53.379815+0000 mgr.y (mgr.14556) 11900 : cluster [DBG] pgmap v10516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:55.380505+0000 mgr.y (mgr.14556) 11901 : cluster [DBG] pgmap v10517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:55.380505+0000 mgr.y (mgr.14556) 11901 : cluster [DBG] pgmap v10517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:55.380505+0000 mgr.y (mgr.14556) 11901 : cluster [DBG] pgmap v10517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:58.026 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:35:58.312 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 2m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 2m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 2m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 2m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 2m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 2m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 2m ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 2m ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 2m ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 2m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 2m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 2m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 2m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:35:58.313 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 2m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:35:58.314 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 2m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:35:58.314 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 2m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:35:58.314 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 2m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:35:58.314 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 2m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:35:58.314 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 2m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:35:58.314 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 2m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:35:58.661 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:35:58.661 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:35:58.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:35:58.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:35:58.661 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:35:58.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:35:58.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:35:58.661 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:35:58.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:35:58.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:35:58.661 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:35:58.662 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:35:58.662 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:35:58.662 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:35:58.662 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:35:58.662 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:35:58.662 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:35:58.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:57.380956+0000 mgr.y (mgr.14556) 11902 : cluster [DBG] pgmap v10518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:35:58.015969+0000 mgr.y (mgr.14556) 11903 : audit [DBG] from='client.36959 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:35:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:57.380956+0000 mgr.y (mgr.14556) 11902 : cluster [DBG] pgmap v10518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:35:58.015969+0000 mgr.y (mgr.14556) 11903 : audit [DBG] from='client.36959 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:35:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:57.380956+0000 mgr.y (mgr.14556) 11902 : cluster [DBG] pgmap v10518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:35:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:35:58.015969+0000 mgr.y (mgr.14556) 11903 : audit [DBG] from='client.36959 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:35:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:35:58.305919+0000 mgr.y (mgr.14556) 11904 : audit [DBG] from='client.36965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:35:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:35:58.662226+0000 mon.a (mon.0) 2795 : audit [DBG] from='client.? 172.21.15.23:0/1022046961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:35:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:35:58.305919+0000 mgr.y (mgr.14556) 11904 : audit [DBG] from='client.36965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:35:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:35:58.662226+0000 mon.a (mon.0) 2795 : audit [DBG] from='client.? 172.21.15.23:0/1022046961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:35:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:35:58.305919+0000 mgr.y (mgr.14556) 11904 : audit [DBG] from='client.36965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:35:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:35:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:35:58.662226+0000 mon.a (mon.0) 2795 : audit [DBG] from='client.? 172.21.15.23:0/1022046961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:36:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:35:59.381540+0000 mgr.y (mgr.14556) 11905 : cluster [DBG] pgmap v10519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:35:59.381540+0000 mgr.y (mgr.14556) 11905 : cluster [DBG] pgmap v10519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:35:59.381540+0000 mgr.y (mgr.14556) 11905 : cluster [DBG] pgmap v10519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:36:02.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:01.382295+0000 mgr.y (mgr.14556) 11906 : cluster [DBG] pgmap v10520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:01.382295+0000 mgr.y (mgr.14556) 11906 : cluster [DBG] pgmap v10520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:01.382295+0000 mgr.y (mgr.14556) 11906 : cluster [DBG] pgmap v10520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:36:03] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T12:36:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:03.382630+0000 mgr.y (mgr.14556) 11907 : cluster [DBG] pgmap v10521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:03.382630+0000 mgr.y (mgr.14556) 11907 : cluster [DBG] pgmap v10521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:03.382630+0000 mgr.y (mgr.14556) 11907 : cluster [DBG] pgmap v10521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:05.383214+0000 mgr.y (mgr.14556) 11908 : cluster [DBG] pgmap v10522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:36:06.399589+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:36:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:05.383214+0000 mgr.y (mgr.14556) 11908 : cluster [DBG] pgmap v10522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:36:06.399589+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:36:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:05.383214+0000 mgr.y (mgr.14556) 11908 : cluster [DBG] pgmap v10522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:36:06.399589+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:36:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:36:06.651981+0000 mon.a (mon.0) 2797 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:36:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:36:06.656155+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:36:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:36:06.941581+0000 mon.a (mon.0) 2799 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:36:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:36:06.942259+0000 mon.a (mon.0) 2800 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:36:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:36:06.946656+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:36:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:36:06.651981+0000 mon.a (mon.0) 2797 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:36:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:36:06.656155+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:36:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:36:06.941581+0000 mon.a (mon.0) 2799 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:36:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:36:06.942259+0000 mon.a (mon.0) 2800 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:36:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:36:06.946656+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:36:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:36:06.651981+0000 mon.a (mon.0) 2797 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:36:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:36:06.656155+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:36:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:36:06.941581+0000 mon.a (mon.0) 2799 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:36:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:36:06.942259+0000 mon.a (mon.0) 2800 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:36:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:36:06.946656+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:36:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:07.383688+0000 mgr.y (mgr.14556) 11909 : cluster [DBG] pgmap v10523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:07.383688+0000 mgr.y (mgr.14556) 11909 : cluster [DBG] pgmap v10523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:07.383688+0000 mgr.y (mgr.14556) 11909 : cluster [DBG] pgmap v10523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:09.384036+0000 mgr.y (mgr.14556) 11910 : cluster [DBG] pgmap v10524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:09.384036+0000 mgr.y (mgr.14556) 11910 : cluster [DBG] pgmap v10524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:09.384036+0000 mgr.y (mgr.14556) 11910 : cluster [DBG] pgmap v10524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:36:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:11.384851+0000 mgr.y (mgr.14556) 11911 : cluster [DBG] pgmap v10525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:11.384851+0000 mgr.y (mgr.14556) 11911 : cluster [DBG] pgmap v10525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:11.384851+0000 mgr.y (mgr.14556) 11911 : cluster [DBG] pgmap v10525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:36:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:36:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:13.385280+0000 mgr.y (mgr.14556) 11912 : cluster [DBG] pgmap v10526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:13.385280+0000 mgr.y (mgr.14556) 11912 : cluster [DBG] pgmap v10526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:13.385280+0000 mgr.y (mgr.14556) 11912 : cluster [DBG] pgmap v10526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:15.386077+0000 mgr.y (mgr.14556) 11913 : cluster [DBG] pgmap v10527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:15.386077+0000 mgr.y (mgr.14556) 11913 : cluster [DBG] pgmap v10527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:15.386077+0000 mgr.y (mgr.14556) 11913 : cluster [DBG] pgmap v10527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:17.386430+0000 mgr.y (mgr.14556) 11914 : cluster [DBG] pgmap v10528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:17.386430+0000 mgr.y (mgr.14556) 11914 : cluster [DBG] pgmap v10528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:17.386430+0000 mgr.y (mgr.14556) 11914 : cluster [DBG] pgmap v10528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:19.386773+0000 mgr.y (mgr.14556) 11915 : cluster [DBG] pgmap v10529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:19.386773+0000 mgr.y (mgr.14556) 11915 : cluster [DBG] pgmap v10529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:19.386773+0000 mgr.y (mgr.14556) 11915 : cluster [DBG] pgmap v10529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:36:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:21.387460+0000 mgr.y (mgr.14556) 11916 : cluster [DBG] pgmap v10530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:21.387460+0000 mgr.y (mgr.14556) 11916 : cluster [DBG] pgmap v10530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:21.387460+0000 mgr.y (mgr.14556) 11916 : cluster [DBG] pgmap v10530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:36:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:36:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:23.387796+0000 mgr.y (mgr.14556) 11917 : cluster [DBG] pgmap v10531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:23.387796+0000 mgr.y (mgr.14556) 11917 : cluster [DBG] pgmap v10531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:23.387796+0000 mgr.y (mgr.14556) 11917 : cluster [DBG] pgmap v10531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:25.388590+0000 mgr.y (mgr.14556) 11918 : cluster [DBG] pgmap v10532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:25.388590+0000 mgr.y (mgr.14556) 11918 : cluster [DBG] pgmap v10532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:25.388590+0000 mgr.y (mgr.14556) 11918 : cluster [DBG] pgmap v10532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:28.985 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:36:29.273 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:36:29.273 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 3m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:36:29.273 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 3m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:36:29.273 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 3m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:36:29.273 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 3m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 3m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 3m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 3m ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 3m ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 3m ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 3m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 3m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 3m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 3m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 3m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 3m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 3m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 3m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 3m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 3m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:36:29.274 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 3m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:36:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:27.388955+0000 mgr.y (mgr.14556) 11919 : cluster [DBG] pgmap v10533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:27.388955+0000 mgr.y (mgr.14556) 11919 : cluster [DBG] pgmap v10533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:27.388955+0000 mgr.y (mgr.14556) 11919 : cluster [DBG] pgmap v10533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:29.627 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:36:29.627 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:36:29.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:36:29.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:36:29.627 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:36:29.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:36:29.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:36:29.627 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:36:29.628 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:36:29.628 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:36:29.628 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:36:29.628 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:36:29.628 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:36:29.628 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:36:29.628 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:36:29.628 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:36:29.628 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:36:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:36:28.975131+0000 mgr.y (mgr.14556) 11920 : audit [DBG] from='client.36977 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:36:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:36:29.628485+0000 mon.a (mon.0) 2802 : audit [DBG] from='client.? 172.21.15.23:0/3423949133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:36:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:36:28.975131+0000 mgr.y (mgr.14556) 11920 : audit [DBG] from='client.36977 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:36:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:36:29.628485+0000 mon.a (mon.0) 2802 : audit [DBG] from='client.? 172.21.15.23:0/3423949133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:36:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:36:28.975131+0000 mgr.y (mgr.14556) 11920 : audit [DBG] from='client.36977 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:36:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:36:29.628485+0000 mon.a (mon.0) 2802 : audit [DBG] from='client.? 172.21.15.23:0/3423949133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:36:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:36:29.266499+0000 mgr.y (mgr.14556) 11921 : audit [DBG] from='client.27072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:36:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:29.389263+0000 mgr.y (mgr.14556) 11922 : cluster [DBG] pgmap v10534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:36:29.266499+0000 mgr.y (mgr.14556) 11921 : audit [DBG] from='client.27072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:36:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:29.389263+0000 mgr.y (mgr.14556) 11922 : cluster [DBG] pgmap v10534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:36:29.266499+0000 mgr.y (mgr.14556) 11921 : audit [DBG] from='client.27072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:36:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:29.389263+0000 mgr.y (mgr.14556) 11922 : cluster [DBG] pgmap v10534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:36:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:31.389829+0000 mgr.y (mgr.14556) 11923 : cluster [DBG] pgmap v10535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:31.389829+0000 mgr.y (mgr.14556) 11923 : cluster [DBG] pgmap v10535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:31.389829+0000 mgr.y (mgr.14556) 11923 : cluster [DBG] pgmap v10535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:36:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:36:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:33.390248+0000 mgr.y (mgr.14556) 11924 : cluster [DBG] pgmap v10536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:33.390248+0000 mgr.y (mgr.14556) 11924 : cluster [DBG] pgmap v10536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:33.390248+0000 mgr.y (mgr.14556) 11924 : cluster [DBG] pgmap v10536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:35.390835+0000 mgr.y (mgr.14556) 11925 : cluster [DBG] pgmap v10537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:35.390835+0000 mgr.y (mgr.14556) 11925 : cluster [DBG] pgmap v10537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:35.390835+0000 mgr.y (mgr.14556) 11925 : cluster [DBG] pgmap v10537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:37.391205+0000 mgr.y (mgr.14556) 11926 : cluster [DBG] pgmap v10538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:37.391205+0000 mgr.y (mgr.14556) 11926 : cluster [DBG] pgmap v10538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:37.391205+0000 mgr.y (mgr.14556) 11926 : cluster [DBG] pgmap v10538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:39.391610+0000 mgr.y (mgr.14556) 11927 : cluster [DBG] pgmap v10539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:39.391610+0000 mgr.y (mgr.14556) 11927 : cluster [DBG] pgmap v10539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:39.391610+0000 mgr.y (mgr.14556) 11927 : cluster [DBG] pgmap v10539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:36:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:41.392437+0000 mgr.y (mgr.14556) 11928 : cluster [DBG] pgmap v10540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:41.392437+0000 mgr.y (mgr.14556) 11928 : cluster [DBG] pgmap v10540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:41.392437+0000 mgr.y (mgr.14556) 11928 : cluster [DBG] pgmap v10540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:36:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:36:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:43.392958+0000 mgr.y (mgr.14556) 11929 : cluster [DBG] pgmap v10541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:43.392958+0000 mgr.y (mgr.14556) 11929 : cluster [DBG] pgmap v10541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:43.392958+0000 mgr.y (mgr.14556) 11929 : cluster [DBG] pgmap v10541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:45.393573+0000 mgr.y (mgr.14556) 11930 : cluster [DBG] pgmap v10542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:45.393573+0000 mgr.y (mgr.14556) 11930 : cluster [DBG] pgmap v10542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:45.393573+0000 mgr.y (mgr.14556) 11930 : cluster [DBG] pgmap v10542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:47.393944+0000 mgr.y (mgr.14556) 11931 : cluster [DBG] pgmap v10543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:47.393944+0000 mgr.y (mgr.14556) 11931 : cluster [DBG] pgmap v10543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:47.393944+0000 mgr.y (mgr.14556) 11931 : cluster [DBG] pgmap v10543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:49.394375+0000 mgr.y (mgr.14556) 11932 : cluster [DBG] pgmap v10544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:49.394375+0000 mgr.y (mgr.14556) 11932 : cluster [DBG] pgmap v10544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:49.394375+0000 mgr.y (mgr.14556) 11932 : cluster [DBG] pgmap v10544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:36:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:51.395101+0000 mgr.y (mgr.14556) 11933 : cluster [DBG] pgmap v10545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:51.395101+0000 mgr.y (mgr.14556) 11933 : cluster [DBG] pgmap v10545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:51.395101+0000 mgr.y (mgr.14556) 11933 : cluster [DBG] pgmap v10545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:36:53] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T12:36:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:53.395488+0000 mgr.y (mgr.14556) 11934 : cluster [DBG] pgmap v10546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:53.395488+0000 mgr.y (mgr.14556) 11934 : cluster [DBG] pgmap v10546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:53.395488+0000 mgr.y (mgr.14556) 11934 : cluster [DBG] pgmap v10546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:55.396074+0000 mgr.y (mgr.14556) 11935 : cluster [DBG] pgmap v10547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:55.396074+0000 mgr.y (mgr.14556) 11935 : cluster [DBG] pgmap v10547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:55.396074+0000 mgr.y (mgr.14556) 11935 : cluster [DBG] pgmap v10547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:36:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:57.396477+0000 mgr.y (mgr.14556) 11936 : cluster [DBG] pgmap v10548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:58.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:36:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:57.396477+0000 mgr.y (mgr.14556) 11936 : cluster [DBG] pgmap v10548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:36:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:57.396477+0000 mgr.y (mgr.14556) 11936 : cluster [DBG] pgmap v10548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:36:59.955 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:37:00.243 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:37:00.243 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 3m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 3m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 3m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 3m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 3m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 3m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 3m ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 3m ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 3m ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 3m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 3m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 3m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 3m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:37:00.244 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 3m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:37:00.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 3m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:37:00.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 3m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:37:00.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 3m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:37:00.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 3m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:37:00.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 3m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:37:00.245 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 3m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:37:00.595 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:37:00.595 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:37:00.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:37:00.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:37:00.595 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:37:00.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:37:00.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:37:00.595 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:37:00.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:37:00.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:37:00.595 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:37:00.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:37:00.596 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:37:00.596 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:37:00.596 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:37:00.596 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:37:00.596 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:37:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:36:59.396882+0000 mgr.y (mgr.14556) 11937 : cluster [DBG] pgmap v10549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:36:59.943711+0000 mgr.y (mgr.14556) 11938 : audit [DBG] from='client.36995 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:37:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:36:59.396882+0000 mgr.y (mgr.14556) 11937 : cluster [DBG] pgmap v10549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:36:59.943711+0000 mgr.y (mgr.14556) 11938 : audit [DBG] from='client.36995 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:37:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:36:59.396882+0000 mgr.y (mgr.14556) 11937 : cluster [DBG] pgmap v10549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:36:59.943711+0000 mgr.y (mgr.14556) 11938 : audit [DBG] from='client.36995 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:37:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:37:00.236895+0000 mgr.y (mgr.14556) 11939 : audit [DBG] from='client.37001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:37:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:37:00.595936+0000 mon.c (mon.2) 301 : audit [DBG] from='client.? 172.21.15.23:0/2527459167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:37:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:37:00.236895+0000 mgr.y (mgr.14556) 11939 : audit [DBG] from='client.37001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:37:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:37:00.595936+0000 mon.c (mon.2) 301 : audit [DBG] from='client.? 172.21.15.23:0/2527459167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:37:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:37:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:37:00.236895+0000 mgr.y (mgr.14556) 11939 : audit [DBG] from='client.37001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:37:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:37:00.595936+0000 mon.c (mon.2) 301 : audit [DBG] from='client.? 172.21.15.23:0/2527459167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:37:02.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:01.397691+0000 mgr.y (mgr.14556) 11940 : cluster [DBG] pgmap v10550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:01.397691+0000 mgr.y (mgr.14556) 11940 : cluster [DBG] pgmap v10550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:01.397691+0000 mgr.y (mgr.14556) 11940 : cluster [DBG] pgmap v10550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:37:03] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T12:37:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:03.398140+0000 mgr.y (mgr.14556) 11941 : cluster [DBG] pgmap v10551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:03.398140+0000 mgr.y (mgr.14556) 11941 : cluster [DBG] pgmap v10551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:03.398140+0000 mgr.y (mgr.14556) 11941 : cluster [DBG] pgmap v10551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:05.398805+0000 mgr.y (mgr.14556) 11942 : cluster [DBG] pgmap v10552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:05.398805+0000 mgr.y (mgr.14556) 11942 : cluster [DBG] pgmap v10552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:05.398805+0000 mgr.y (mgr.14556) 11942 : cluster [DBG] pgmap v10552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:37:06.951150+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:37:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:37:07.258959+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:37:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:37:07.259644+0000 mon.a (mon.0) 2805 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:37:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:37:07.268937+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:37:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:37:06.951150+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:37:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:37:07.258959+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:37:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:37:07.259644+0000 mon.a (mon.0) 2805 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:37:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:37:07.268937+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:37:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:37:06.951150+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:37:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:37:07.258959+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:37:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:37:07.259644+0000 mon.a (mon.0) 2805 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:37:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:37:07.268937+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:37:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:07.399266+0000 mgr.y (mgr.14556) 11943 : cluster [DBG] pgmap v10553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:07.399266+0000 mgr.y (mgr.14556) 11943 : cluster [DBG] pgmap v10553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:07.399266+0000 mgr.y (mgr.14556) 11943 : cluster [DBG] pgmap v10553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:09.399808+0000 mgr.y (mgr.14556) 11944 : cluster [DBG] pgmap v10554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:09.399808+0000 mgr.y (mgr.14556) 11944 : cluster [DBG] pgmap v10554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:09.399808+0000 mgr.y (mgr.14556) 11944 : cluster [DBG] pgmap v10554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:37:12.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:11.400685+0000 mgr.y (mgr.14556) 11945 : cluster [DBG] pgmap v10555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:11.400685+0000 mgr.y (mgr.14556) 11945 : cluster [DBG] pgmap v10555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:11.400685+0000 mgr.y (mgr.14556) 11945 : cluster [DBG] pgmap v10555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:37:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:37:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:13.401083+0000 mgr.y (mgr.14556) 11946 : cluster [DBG] pgmap v10556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:13.401083+0000 mgr.y (mgr.14556) 11946 : cluster [DBG] pgmap v10556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:13.401083+0000 mgr.y (mgr.14556) 11946 : cluster [DBG] pgmap v10556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:15.401774+0000 mgr.y (mgr.14556) 11947 : cluster [DBG] pgmap v10557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:15.401774+0000 mgr.y (mgr.14556) 11947 : cluster [DBG] pgmap v10557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:15.401774+0000 mgr.y (mgr.14556) 11947 : cluster [DBG] pgmap v10557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:17.402159+0000 mgr.y (mgr.14556) 11948 : cluster [DBG] pgmap v10558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:17.402159+0000 mgr.y (mgr.14556) 11948 : cluster [DBG] pgmap v10558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:17.402159+0000 mgr.y (mgr.14556) 11948 : cluster [DBG] pgmap v10558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:19.402595+0000 mgr.y (mgr.14556) 11949 : cluster [DBG] pgmap v10559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:19.402595+0000 mgr.y (mgr.14556) 11949 : cluster [DBG] pgmap v10559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:19.402595+0000 mgr.y (mgr.14556) 11949 : cluster [DBG] pgmap v10559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:37:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:21.403438+0000 mgr.y (mgr.14556) 11950 : cluster [DBG] pgmap v10560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:21.403438+0000 mgr.y (mgr.14556) 11950 : cluster [DBG] pgmap v10560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:21.403438+0000 mgr.y (mgr.14556) 11950 : cluster [DBG] pgmap v10560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:37:23] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T12:37:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:23.403874+0000 mgr.y (mgr.14556) 11951 : cluster [DBG] pgmap v10561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:23.403874+0000 mgr.y (mgr.14556) 11951 : cluster [DBG] pgmap v10561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:23.403874+0000 mgr.y (mgr.14556) 11951 : cluster [DBG] pgmap v10561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:25.404688+0000 mgr.y (mgr.14556) 11952 : cluster [DBG] pgmap v10562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:25.404688+0000 mgr.y (mgr.14556) 11952 : cluster [DBG] pgmap v10562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:25.404688+0000 mgr.y (mgr.14556) 11952 : cluster [DBG] pgmap v10562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:27.405130+0000 mgr.y (mgr.14556) 11953 : cluster [DBG] pgmap v10563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:27.405130+0000 mgr.y (mgr.14556) 11953 : cluster [DBG] pgmap v10563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:27.405130+0000 mgr.y (mgr.14556) 11953 : cluster [DBG] pgmap v10563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:29.405548+0000 mgr.y (mgr.14556) 11954 : cluster [DBG] pgmap v10564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:30.929 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:37:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:29.405548+0000 mgr.y (mgr.14556) 11954 : cluster [DBG] pgmap v10564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:29.405548+0000 mgr.y (mgr.14556) 11954 : cluster [DBG] pgmap v10564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:31.213 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:37:31.213 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 4m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:37:31.213 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 4m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:37:31.213 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 4m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:37:31.213 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:37:31.213 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:37:31.213 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 4m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:37:31.213 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 4m ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:37:31.213 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4m ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:37:31.213 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 4m ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:37:31.214 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 4m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:37:31.214 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:37:31.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 4m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:37:31.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 4m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:37:31.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 4m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:37:31.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 4m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:37:31.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:37:31.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:37:31.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:37:31.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:37:31.214 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 4m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:37:31.562 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:37:31.562 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:37:31.562 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:37:31.562 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:37:31.562 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:37:31.563 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:37:31.563 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:37:31.563 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:37:31.563 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:37:31.563 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:37:31.563 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:37:31.563 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:37:31.563 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:37:31.563 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:37:31.563 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:37:31.563 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:37:31.563 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:37:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:37:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:37:30.916449+0000 mgr.y (mgr.14556) 11955 : audit [DBG] from='client.27102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:37:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:37:31.206283+0000 mgr.y (mgr.14556) 11956 : audit [DBG] from='client.27108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:37:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:37:31.563302+0000 mon.a (mon.0) 2807 : audit [DBG] from='client.? 172.21.15.23:0/978059339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:37:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:37:30.916449+0000 mgr.y (mgr.14556) 11955 : audit [DBG] from='client.27102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:37:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:37:31.206283+0000 mgr.y (mgr.14556) 11956 : audit [DBG] from='client.27108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:37:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:37:31.563302+0000 mon.a (mon.0) 2807 : audit [DBG] from='client.? 172.21.15.23:0/978059339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:37:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:37:30.916449+0000 mgr.y (mgr.14556) 11955 : audit [DBG] from='client.27102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:37:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:37:31.206283+0000 mgr.y (mgr.14556) 11956 : audit [DBG] from='client.27108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:37:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:37:31.563302+0000 mon.a (mon.0) 2807 : audit [DBG] from='client.? 172.21.15.23:0/978059339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:37:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:31.406109+0000 mgr.y (mgr.14556) 11957 : cluster [DBG] pgmap v10565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:31.406109+0000 mgr.y (mgr.14556) 11957 : cluster [DBG] pgmap v10565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:31.406109+0000 mgr.y (mgr.14556) 11957 : cluster [DBG] pgmap v10565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:37:33] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T12:37:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:33.406570+0000 mgr.y (mgr.14556) 11958 : cluster [DBG] pgmap v10566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:33.406570+0000 mgr.y (mgr.14556) 11958 : cluster [DBG] pgmap v10566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:33.406570+0000 mgr.y (mgr.14556) 11958 : cluster [DBG] pgmap v10566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:35.407346+0000 mgr.y (mgr.14556) 11959 : cluster [DBG] pgmap v10567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:35.407346+0000 mgr.y (mgr.14556) 11959 : cluster [DBG] pgmap v10567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:35.407346+0000 mgr.y (mgr.14556) 11959 : cluster [DBG] pgmap v10567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:37.407906+0000 mgr.y (mgr.14556) 11960 : cluster [DBG] pgmap v10568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:37.407906+0000 mgr.y (mgr.14556) 11960 : cluster [DBG] pgmap v10568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:37.407906+0000 mgr.y (mgr.14556) 11960 : cluster [DBG] pgmap v10568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:39.408239+0000 mgr.y (mgr.14556) 11961 : cluster [DBG] pgmap v10569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:39.408239+0000 mgr.y (mgr.14556) 11961 : cluster [DBG] pgmap v10569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:39.408239+0000 mgr.y (mgr.14556) 11961 : cluster [DBG] pgmap v10569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:37:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:41.408888+0000 mgr.y (mgr.14556) 11962 : cluster [DBG] pgmap v10570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:41.408888+0000 mgr.y (mgr.14556) 11962 : cluster [DBG] pgmap v10570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:41.408888+0000 mgr.y (mgr.14556) 11962 : cluster [DBG] pgmap v10570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:37:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:37:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:43.409368+0000 mgr.y (mgr.14556) 11963 : cluster [DBG] pgmap v10571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:43.409368+0000 mgr.y (mgr.14556) 11963 : cluster [DBG] pgmap v10571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:43.409368+0000 mgr.y (mgr.14556) 11963 : cluster [DBG] pgmap v10571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:45.409975+0000 mgr.y (mgr.14556) 11964 : cluster [DBG] pgmap v10572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:45.409975+0000 mgr.y (mgr.14556) 11964 : cluster [DBG] pgmap v10572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:45.409975+0000 mgr.y (mgr.14556) 11964 : cluster [DBG] pgmap v10572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:47.410388+0000 mgr.y (mgr.14556) 11965 : cluster [DBG] pgmap v10573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:47.410388+0000 mgr.y (mgr.14556) 11965 : cluster [DBG] pgmap v10573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:47.410388+0000 mgr.y (mgr.14556) 11965 : cluster [DBG] pgmap v10573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:49.410847+0000 mgr.y (mgr.14556) 11966 : cluster [DBG] pgmap v10574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:51.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:49.410847+0000 mgr.y (mgr.14556) 11966 : cluster [DBG] pgmap v10574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:49.410847+0000 mgr.y (mgr.14556) 11966 : cluster [DBG] pgmap v10574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:37:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:51.411731+0000 mgr.y (mgr.14556) 11967 : cluster [DBG] pgmap v10575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:51.411731+0000 mgr.y (mgr.14556) 11967 : cluster [DBG] pgmap v10575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:51.411731+0000 mgr.y (mgr.14556) 11967 : cluster [DBG] pgmap v10575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:37:53] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:37:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:53.412311+0000 mgr.y (mgr.14556) 11968 : cluster [DBG] pgmap v10576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:53.412311+0000 mgr.y (mgr.14556) 11968 : cluster [DBG] pgmap v10576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:53.412311+0000 mgr.y (mgr.14556) 11968 : cluster [DBG] pgmap v10576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:55.413011+0000 mgr.y (mgr.14556) 11969 : cluster [DBG] pgmap v10577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:55.413011+0000 mgr.y (mgr.14556) 11969 : cluster [DBG] pgmap v10577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:55.413011+0000 mgr.y (mgr.14556) 11969 : cluster [DBG] pgmap v10577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:37:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:57.413575+0000 mgr.y (mgr.14556) 11970 : cluster [DBG] pgmap v10578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:37:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:57.413575+0000 mgr.y (mgr.14556) 11970 : cluster [DBG] pgmap v10578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:37:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:37:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:57.413575+0000 mgr.y (mgr.14556) 11970 : cluster [DBG] pgmap v10578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:37:59.413955+0000 mgr.y (mgr.14556) 11971 : cluster [DBG] pgmap v10579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:37:59.413955+0000 mgr.y (mgr.14556) 11971 : cluster [DBG] pgmap v10579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:37:59.413955+0000 mgr.y (mgr.14556) 11971 : cluster [DBG] pgmap v10579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:01.890 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:38:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:38:02.179 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:38:02.179 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 4m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:38:02.179 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 4m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:38:02.179 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 4m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:38:02.179 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 4m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:38:02.179 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 4m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:38:02.179 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 4m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:38:02.179 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 4m ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:38:02.179 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 4m ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:38:02.179 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 4m ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:38:02.180 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 4m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:38:02.180 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 4m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:38:02.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 4m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:38:02.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 4m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:38:02.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 4m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:38:02.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 4m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:38:02.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 4m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:38:02.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 4m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:38:02.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 4m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:38:02.180 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 4m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:38:02.180 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 4m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:38:02.528 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:38:02.528 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:38:02.528 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:38:02.528 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:38:02.529 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:38:02.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:38:02.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:38:02.529 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:38:02.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:38:02.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:38:02.529 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:38:02.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:38:02.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:38:02.529 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:38:02.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:38:02.529 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:38:02.530 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:38:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:01.414613+0000 mgr.y (mgr.14556) 11972 : cluster [DBG] pgmap v10580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:38:01.879298+0000 mgr.y (mgr.14556) 11973 : audit [DBG] from='client.27120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:38:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:38:02.172448+0000 mgr.y (mgr.14556) 11974 : audit [DBG] from='client.37037 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:38:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:38:02.529607+0000 mon.a (mon.0) 2808 : audit [DBG] from='client.? 172.21.15.23:0/2131422010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:38:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:01.414613+0000 mgr.y (mgr.14556) 11972 : cluster [DBG] pgmap v10580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:38:01.879298+0000 mgr.y (mgr.14556) 11973 : audit [DBG] from='client.27120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:38:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:38:02.172448+0000 mgr.y (mgr.14556) 11974 : audit [DBG] from='client.37037 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:38:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:38:02.529607+0000 mon.a (mon.0) 2808 : audit [DBG] from='client.? 172.21.15.23:0/2131422010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:38:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:01.414613+0000 mgr.y (mgr.14556) 11972 : cluster [DBG] pgmap v10580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:38:01.879298+0000 mgr.y (mgr.14556) 11973 : audit [DBG] from='client.27120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:38:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:38:02.172448+0000 mgr.y (mgr.14556) 11974 : audit [DBG] from='client.37037 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:38:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:38:02.529607+0000 mon.a (mon.0) 2808 : audit [DBG] from='client.? 172.21.15.23:0/2131422010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:38:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:38:03] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:38:05.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:03.415214+0000 mgr.y (mgr.14556) 11975 : cluster [DBG] pgmap v10581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:03.415214+0000 mgr.y (mgr.14556) 11975 : cluster [DBG] pgmap v10581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:03.415214+0000 mgr.y (mgr.14556) 11975 : cluster [DBG] pgmap v10581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:05.415830+0000 mgr.y (mgr.14556) 11976 : cluster [DBG] pgmap v10582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:05.415830+0000 mgr.y (mgr.14556) 11976 : cluster [DBG] pgmap v10582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:05.415830+0000 mgr.y (mgr.14556) 11976 : cluster [DBG] pgmap v10582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:38:07.273434+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:38:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:38:07.579544+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:38:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:38:07.580306+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:38:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:38:07.586386+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:38:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:38:07.273434+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:38:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:38:07.579544+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:38:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:38:07.580306+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:38:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:38:07.586386+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:38:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:38:07.273434+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:38:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:38:07.579544+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:38:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:38:07.580306+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:38:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:38:07.586386+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:38:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:07.416186+0000 mgr.y (mgr.14556) 11977 : cluster [DBG] pgmap v10583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:07.416186+0000 mgr.y (mgr.14556) 11977 : cluster [DBG] pgmap v10583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:07.416186+0000 mgr.y (mgr.14556) 11977 : cluster [DBG] pgmap v10583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:09.416559+0000 mgr.y (mgr.14556) 11978 : cluster [DBG] pgmap v10584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:09.416559+0000 mgr.y (mgr.14556) 11978 : cluster [DBG] pgmap v10584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:09.416559+0000 mgr.y (mgr.14556) 11978 : cluster [DBG] pgmap v10584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:38:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:11.417288+0000 mgr.y (mgr.14556) 11979 : cluster [DBG] pgmap v10585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:11.417288+0000 mgr.y (mgr.14556) 11979 : cluster [DBG] pgmap v10585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:11.417288+0000 mgr.y (mgr.14556) 11979 : cluster [DBG] pgmap v10585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:38:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:38:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:13.417848+0000 mgr.y (mgr.14556) 11980 : cluster [DBG] pgmap v10586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:13.417848+0000 mgr.y (mgr.14556) 11980 : cluster [DBG] pgmap v10586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:13.417848+0000 mgr.y (mgr.14556) 11980 : cluster [DBG] pgmap v10586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:15.418600+0000 mgr.y (mgr.14556) 11981 : cluster [DBG] pgmap v10587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:15.418600+0000 mgr.y (mgr.14556) 11981 : cluster [DBG] pgmap v10587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:15.418600+0000 mgr.y (mgr.14556) 11981 : cluster [DBG] pgmap v10587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:17.419205+0000 mgr.y (mgr.14556) 11982 : cluster [DBG] pgmap v10588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:17.419205+0000 mgr.y (mgr.14556) 11982 : cluster [DBG] pgmap v10588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:17.419205+0000 mgr.y (mgr.14556) 11982 : cluster [DBG] pgmap v10588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:19.419807+0000 mgr.y (mgr.14556) 11983 : cluster [DBG] pgmap v10589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:19.419807+0000 mgr.y (mgr.14556) 11983 : cluster [DBG] pgmap v10589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:19.419807+0000 mgr.y (mgr.14556) 11983 : cluster [DBG] pgmap v10589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:38:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:21.420692+0000 mgr.y (mgr.14556) 11984 : cluster [DBG] pgmap v10590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:21.420692+0000 mgr.y (mgr.14556) 11984 : cluster [DBG] pgmap v10590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:21.420692+0000 mgr.y (mgr.14556) 11984 : cluster [DBG] pgmap v10590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:38:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:38:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:23.421237+0000 mgr.y (mgr.14556) 11985 : cluster [DBG] pgmap v10591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:23.421237+0000 mgr.y (mgr.14556) 11985 : cluster [DBG] pgmap v10591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:23.421237+0000 mgr.y (mgr.14556) 11985 : cluster [DBG] pgmap v10591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:25.422035+0000 mgr.y (mgr.14556) 11986 : cluster [DBG] pgmap v10592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:25.422035+0000 mgr.y (mgr.14556) 11986 : cluster [DBG] pgmap v10592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:25.422035+0000 mgr.y (mgr.14556) 11986 : cluster [DBG] pgmap v10592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:27.422420+0000 mgr.y (mgr.14556) 11987 : cluster [DBG] pgmap v10593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:27.422420+0000 mgr.y (mgr.14556) 11987 : cluster [DBG] pgmap v10593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:27.422420+0000 mgr.y (mgr.14556) 11987 : cluster [DBG] pgmap v10593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:29.422984+0000 mgr.y (mgr.14556) 11988 : cluster [DBG] pgmap v10594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:29.422984+0000 mgr.y (mgr.14556) 11988 : cluster [DBG] pgmap v10594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:29.422984+0000 mgr.y (mgr.14556) 11988 : cluster [DBG] pgmap v10594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:38:32.853 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:38:33.142 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5m ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5m ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5m ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:38:33.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:38:33.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:38:33.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:38:33.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:38:33.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:38:33.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:38:33.144 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:38:33.144 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:38:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:31.423860+0000 mgr.y (mgr.14556) 11989 : cluster [DBG] pgmap v10595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:31.423860+0000 mgr.y (mgr.14556) 11989 : cluster [DBG] pgmap v10595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:31.423860+0000 mgr.y (mgr.14556) 11989 : cluster [DBG] pgmap v10595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:33.497 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:38:33.497 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:38:33.499 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:38:34.034 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:38:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:38:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:38:32.842002+0000 mgr.y (mgr.14556) 11990 : audit [DBG] from='client.37049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:38:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:38:33.135899+0000 mgr.y (mgr.14556) 11991 : audit [DBG] from='client.27144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:38:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:38:33.499071+0000 mon.a (mon.0) 2813 : audit [DBG] from='client.? 172.21.15.23:0/3178078486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:38:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:38:32.842002+0000 mgr.y (mgr.14556) 11990 : audit [DBG] from='client.37049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:38:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:38:33.135899+0000 mgr.y (mgr.14556) 11991 : audit [DBG] from='client.27144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:38:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:38:33.499071+0000 mon.a (mon.0) 2813 : audit [DBG] from='client.? 172.21.15.23:0/3178078486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:38:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:38:32.842002+0000 mgr.y (mgr.14556) 11990 : audit [DBG] from='client.37049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:38:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:38:33.135899+0000 mgr.y (mgr.14556) 11991 : audit [DBG] from='client.27144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:38:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:38:33.499071+0000 mon.a (mon.0) 2813 : audit [DBG] from='client.? 172.21.15.23:0/3178078486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:38:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:33.424190+0000 mgr.y (mgr.14556) 11992 : cluster [DBG] pgmap v10596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:33.424190+0000 mgr.y (mgr.14556) 11992 : cluster [DBG] pgmap v10596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:33.424190+0000 mgr.y (mgr.14556) 11992 : cluster [DBG] pgmap v10596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:35.424896+0000 mgr.y (mgr.14556) 11993 : cluster [DBG] pgmap v10597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:35.424896+0000 mgr.y (mgr.14556) 11993 : cluster [DBG] pgmap v10597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:35.424896+0000 mgr.y (mgr.14556) 11993 : cluster [DBG] pgmap v10597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:37.425487+0000 mgr.y (mgr.14556) 11994 : cluster [DBG] pgmap v10598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:37.425487+0000 mgr.y (mgr.14556) 11994 : cluster [DBG] pgmap v10598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:37.425487+0000 mgr.y (mgr.14556) 11994 : cluster [DBG] pgmap v10598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:39.425982+0000 mgr.y (mgr.14556) 11995 : cluster [DBG] pgmap v10599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:39.425982+0000 mgr.y (mgr.14556) 11995 : cluster [DBG] pgmap v10599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:39.425982+0000 mgr.y (mgr.14556) 11995 : cluster [DBG] pgmap v10599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:38:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:41.426787+0000 mgr.y (mgr.14556) 11996 : cluster [DBG] pgmap v10600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:41.426787+0000 mgr.y (mgr.14556) 11996 : cluster [DBG] pgmap v10600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:41.426787+0000 mgr.y (mgr.14556) 11996 : cluster [DBG] pgmap v10600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:38:43] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-03-22T12:38:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:43.427197+0000 mgr.y (mgr.14556) 11997 : cluster [DBG] pgmap v10601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:43.427197+0000 mgr.y (mgr.14556) 11997 : cluster [DBG] pgmap v10601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:43.427197+0000 mgr.y (mgr.14556) 11997 : cluster [DBG] pgmap v10601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:45.427830+0000 mgr.y (mgr.14556) 11998 : cluster [DBG] pgmap v10602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:45.427830+0000 mgr.y (mgr.14556) 11998 : cluster [DBG] pgmap v10602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:45.427830+0000 mgr.y (mgr.14556) 11998 : cluster [DBG] pgmap v10602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:47.428280+0000 mgr.y (mgr.14556) 11999 : cluster [DBG] pgmap v10603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:47.428280+0000 mgr.y (mgr.14556) 11999 : cluster [DBG] pgmap v10603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:47.428280+0000 mgr.y (mgr.14556) 11999 : cluster [DBG] pgmap v10603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:49.428713+0000 mgr.y (mgr.14556) 12000 : cluster [DBG] pgmap v10604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:49.428713+0000 mgr.y (mgr.14556) 12000 : cluster [DBG] pgmap v10604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:49.428713+0000 mgr.y (mgr.14556) 12000 : cluster [DBG] pgmap v10604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:38:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:51.429471+0000 mgr.y (mgr.14556) 12001 : cluster [DBG] pgmap v10605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:51.429471+0000 mgr.y (mgr.14556) 12001 : cluster [DBG] pgmap v10605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:51.429471+0000 mgr.y (mgr.14556) 12001 : cluster [DBG] pgmap v10605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:38:53] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:38:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:53.429810+0000 mgr.y (mgr.14556) 12002 : cluster [DBG] pgmap v10606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:53.429810+0000 mgr.y (mgr.14556) 12002 : cluster [DBG] pgmap v10606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:53.429810+0000 mgr.y (mgr.14556) 12002 : cluster [DBG] pgmap v10606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:55.430400+0000 mgr.y (mgr.14556) 12003 : cluster [DBG] pgmap v10607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:55.430400+0000 mgr.y (mgr.14556) 12003 : cluster [DBG] pgmap v10607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:55.430400+0000 mgr.y (mgr.14556) 12003 : cluster [DBG] pgmap v10607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:38:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:57.430853+0000 mgr.y (mgr.14556) 12004 : cluster [DBG] pgmap v10608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:57.430853+0000 mgr.y (mgr.14556) 12004 : cluster [DBG] pgmap v10608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:38:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:57.430853+0000 mgr.y (mgr.14556) 12004 : cluster [DBG] pgmap v10608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:38:59.431255+0000 mgr.y (mgr.14556) 12005 : cluster [DBG] pgmap v10609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:38:59.431255+0000 mgr.y (mgr.14556) 12005 : cluster [DBG] pgmap v10609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:38:59.431255+0000 mgr.y (mgr.14556) 12005 : cluster [DBG] pgmap v10609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:39:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:01.431873+0000 mgr.y (mgr.14556) 12006 : cluster [DBG] pgmap v10610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:01.431873+0000 mgr.y (mgr.14556) 12006 : cluster [DBG] pgmap v10610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:01.431873+0000 mgr.y (mgr.14556) 12006 : cluster [DBG] pgmap v10610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:03.821 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:39:04.109 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:39:04.110 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 5m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:39:04.110 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 5m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:39:04.110 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 5m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:39:04.110 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 5m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:39:04.110 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 5m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:39:04.110 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 5m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:39:04.110 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 5m ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:39:04.110 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 5m ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:39:04.110 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 5m ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:39:04.110 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 5m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:39:04.110 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 5m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:39:04.110 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 5m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:39:04.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 5m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:39:04.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 5m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:39:04.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 5m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:39:04.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 5m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:39:04.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 5m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:39:04.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 5m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:39:04.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 5m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:39:04.111 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 5m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:39:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:39:03] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:39:04.460 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:39:04.460 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:39:04.460 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:39:04.460 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:39:04.460 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:39:04.461 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:39:04.461 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:39:04.461 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:39:04.461 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:39:04.461 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:39:04.461 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:39:04.461 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:39:04.461 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:39:04.461 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:39:04.461 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:39:04.461 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:39:04.461 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:39:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:03.432227+0000 mgr.y (mgr.14556) 12007 : cluster [DBG] pgmap v10611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:39:03.810904+0000 mgr.y (mgr.14556) 12008 : audit [DBG] from='client.37067 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:39:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:39:04.103088+0000 mgr.y (mgr.14556) 12009 : audit [DBG] from='client.27162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:39:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:39:04.461682+0000 mon.a (mon.0) 2814 : audit [DBG] from='client.? 172.21.15.23:0/2392771915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:39:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:03.432227+0000 mgr.y (mgr.14556) 12007 : cluster [DBG] pgmap v10611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:39:03.810904+0000 mgr.y (mgr.14556) 12008 : audit [DBG] from='client.37067 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:39:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:39:04.103088+0000 mgr.y (mgr.14556) 12009 : audit [DBG] from='client.27162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:39:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:39:04.461682+0000 mon.a (mon.0) 2814 : audit [DBG] from='client.? 172.21.15.23:0/2392771915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:39:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:03.432227+0000 mgr.y (mgr.14556) 12007 : cluster [DBG] pgmap v10611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:39:03.810904+0000 mgr.y (mgr.14556) 12008 : audit [DBG] from='client.37067 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:39:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:39:04.103088+0000 mgr.y (mgr.14556) 12009 : audit [DBG] from='client.27162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:39:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:39:04.461682+0000 mon.a (mon.0) 2814 : audit [DBG] from='client.? 172.21.15.23:0/2392771915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:39:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:05.432852+0000 mgr.y (mgr.14556) 12010 : cluster [DBG] pgmap v10612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:05.432852+0000 mgr.y (mgr.14556) 12010 : cluster [DBG] pgmap v10612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:05.432852+0000 mgr.y (mgr.14556) 12010 : cluster [DBG] pgmap v10612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:39:07.591615+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:39:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:39:07.896516+0000 mon.a (mon.0) 2816 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:39:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:39:07.897230+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:39:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:39:07.903415+0000 mon.a (mon.0) 2818 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:39:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:39:07.591615+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:39:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:39:07.896516+0000 mon.a (mon.0) 2816 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:39:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:39:07.897230+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:39:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:39:07.903415+0000 mon.a (mon.0) 2818 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:39:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:39:07.591615+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:39:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:39:07.896516+0000 mon.a (mon.0) 2816 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:39:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:39:07.897230+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:39:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:39:07.903415+0000 mon.a (mon.0) 2818 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:39:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:07.433506+0000 mgr.y (mgr.14556) 12011 : cluster [DBG] pgmap v10613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:07.433506+0000 mgr.y (mgr.14556) 12011 : cluster [DBG] pgmap v10613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:07.433506+0000 mgr.y (mgr.14556) 12011 : cluster [DBG] pgmap v10613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:11.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:09.434075+0000 mgr.y (mgr.14556) 12012 : cluster [DBG] pgmap v10614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:09.434075+0000 mgr.y (mgr.14556) 12012 : cluster [DBG] pgmap v10614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:09.434075+0000 mgr.y (mgr.14556) 12012 : cluster [DBG] pgmap v10614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:39:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:11.434903+0000 mgr.y (mgr.14556) 12013 : cluster [DBG] pgmap v10615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:11.434903+0000 mgr.y (mgr.14556) 12013 : cluster [DBG] pgmap v10615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:11.434903+0000 mgr.y (mgr.14556) 12013 : cluster [DBG] pgmap v10615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:39:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:39:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:13.435280+0000 mgr.y (mgr.14556) 12014 : cluster [DBG] pgmap v10616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:13.435280+0000 mgr.y (mgr.14556) 12014 : cluster [DBG] pgmap v10616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:13.435280+0000 mgr.y (mgr.14556) 12014 : cluster [DBG] pgmap v10616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:15.436064+0000 mgr.y (mgr.14556) 12015 : cluster [DBG] pgmap v10617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:15.436064+0000 mgr.y (mgr.14556) 12015 : cluster [DBG] pgmap v10617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:15.436064+0000 mgr.y (mgr.14556) 12015 : cluster [DBG] pgmap v10617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:17.436575+0000 mgr.y (mgr.14556) 12016 : cluster [DBG] pgmap v10618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:17.436575+0000 mgr.y (mgr.14556) 12016 : cluster [DBG] pgmap v10618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:17.436575+0000 mgr.y (mgr.14556) 12016 : cluster [DBG] pgmap v10618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:19.436980+0000 mgr.y (mgr.14556) 12017 : cluster [DBG] pgmap v10619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:19.436980+0000 mgr.y (mgr.14556) 12017 : cluster [DBG] pgmap v10619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:19.436980+0000 mgr.y (mgr.14556) 12017 : cluster [DBG] pgmap v10619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:39:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:21.437683+0000 mgr.y (mgr.14556) 12018 : cluster [DBG] pgmap v10620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:21.437683+0000 mgr.y (mgr.14556) 12018 : cluster [DBG] pgmap v10620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:21.437683+0000 mgr.y (mgr.14556) 12018 : cluster [DBG] pgmap v10620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:39:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:39:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:23.438256+0000 mgr.y (mgr.14556) 12019 : cluster [DBG] pgmap v10621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:23.438256+0000 mgr.y (mgr.14556) 12019 : cluster [DBG] pgmap v10621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:23.438256+0000 mgr.y (mgr.14556) 12019 : cluster [DBG] pgmap v10621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:26.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:25.438922+0000 mgr.y (mgr.14556) 12020 : cluster [DBG] pgmap v10622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:25.438922+0000 mgr.y (mgr.14556) 12020 : cluster [DBG] pgmap v10622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:25.438922+0000 mgr.y (mgr.14556) 12020 : cluster [DBG] pgmap v10622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:27.439241+0000 mgr.y (mgr.14556) 12021 : cluster [DBG] pgmap v10623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:27.439241+0000 mgr.y (mgr.14556) 12021 : cluster [DBG] pgmap v10623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:27.439241+0000 mgr.y (mgr.14556) 12021 : cluster [DBG] pgmap v10623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:30.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:29.439809+0000 mgr.y (mgr.14556) 12022 : cluster [DBG] pgmap v10624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:30.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:29.439809+0000 mgr.y (mgr.14556) 12022 : cluster [DBG] pgmap v10624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:29.439809+0000 mgr.y (mgr.14556) 12022 : cluster [DBG] pgmap v10624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:39:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:31.440499+0000 mgr.y (mgr.14556) 12023 : cluster [DBG] pgmap v10625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:32.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:31.440499+0000 mgr.y (mgr.14556) 12023 : cluster [DBG] pgmap v10625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:31.440499+0000 mgr.y (mgr.14556) 12023 : cluster [DBG] pgmap v10625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:39:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:39:34.786 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:39:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:33.440937+0000 mgr.y (mgr.14556) 12024 : cluster [DBG] pgmap v10626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:33.440937+0000 mgr.y (mgr.14556) 12024 : cluster [DBG] pgmap v10626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:33.440937+0000 mgr.y (mgr.14556) 12024 : cluster [DBG] pgmap v10626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:35.073 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 6m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 6m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 6m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 6m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 6m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (5h) 6m ago 5h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5h) 6m ago 5h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 6m ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 6m ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 6m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 6m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 6m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 6m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:39:35.074 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 6m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:39:35.075 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 6m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:39:35.075 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 6m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:39:35.075 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 6m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:39:35.075 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 6m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:39:35.075 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 6m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:39:35.075 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 6m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:39:35.424 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:39:35.424 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:39:35.424 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:39:35.424 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:39:35.424 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:39:35.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:39:35.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:39:35.425 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:39:35.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:39:35.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:39:35.425 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:39:35.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:39:35.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:39:35.425 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:39:35.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:39:35.425 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:39:35.425 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:39:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:39:34.775619+0000 mgr.y (mgr.14556) 12025 : audit [DBG] from='client.37085 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:39:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:39:35.066988+0000 mgr.y (mgr.14556) 12026 : audit [DBG] from='client.27180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:39:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:39:35.425461+0000 mon.a (mon.0) 2819 : audit [DBG] from='client.? 172.21.15.23:0/778428114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:39:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:39:34.775619+0000 mgr.y (mgr.14556) 12025 : audit [DBG] from='client.37085 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:39:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:39:35.066988+0000 mgr.y (mgr.14556) 12026 : audit [DBG] from='client.27180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:39:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:39:35.425461+0000 mon.a (mon.0) 2819 : audit [DBG] from='client.? 172.21.15.23:0/778428114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:39:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:39:34.775619+0000 mgr.y (mgr.14556) 12025 : audit [DBG] from='client.37085 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:39:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:39:35.066988+0000 mgr.y (mgr.14556) 12026 : audit [DBG] from='client.27180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:39:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:39:35.425461+0000 mon.a (mon.0) 2819 : audit [DBG] from='client.? 172.21.15.23:0/778428114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:39:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:35.441504+0000 mgr.y (mgr.14556) 12027 : cluster [DBG] pgmap v10627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:35.441504+0000 mgr.y (mgr.14556) 12027 : cluster [DBG] pgmap v10627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:35.441504+0000 mgr.y (mgr.14556) 12027 : cluster [DBG] pgmap v10627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:37.442017+0000 mgr.y (mgr.14556) 12028 : cluster [DBG] pgmap v10628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:37.442017+0000 mgr.y (mgr.14556) 12028 : cluster [DBG] pgmap v10628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:37.442017+0000 mgr.y (mgr.14556) 12028 : cluster [DBG] pgmap v10628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:39.442459+0000 mgr.y (mgr.14556) 12029 : cluster [DBG] pgmap v10629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:39.442459+0000 mgr.y (mgr.14556) 12029 : cluster [DBG] pgmap v10629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:40.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:39.442459+0000 mgr.y (mgr.14556) 12029 : cluster [DBG] pgmap v10629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:39:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:41.443252+0000 mgr.y (mgr.14556) 12030 : cluster [DBG] pgmap v10630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:41.443252+0000 mgr.y (mgr.14556) 12030 : cluster [DBG] pgmap v10630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:41.443252+0000 mgr.y (mgr.14556) 12030 : cluster [DBG] pgmap v10630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:39:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:39:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:43.443811+0000 mgr.y (mgr.14556) 12031 : cluster [DBG] pgmap v10631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:43.443811+0000 mgr.y (mgr.14556) 12031 : cluster [DBG] pgmap v10631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:43.443811+0000 mgr.y (mgr.14556) 12031 : cluster [DBG] pgmap v10631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:45.444648+0000 mgr.y (mgr.14556) 12032 : cluster [DBG] pgmap v10632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:45.444648+0000 mgr.y (mgr.14556) 12032 : cluster [DBG] pgmap v10632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:45.444648+0000 mgr.y (mgr.14556) 12032 : cluster [DBG] pgmap v10632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:48.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:47.444979+0000 mgr.y (mgr.14556) 12033 : cluster [DBG] pgmap v10633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:47.444979+0000 mgr.y (mgr.14556) 12033 : cluster [DBG] pgmap v10633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:47.444979+0000 mgr.y (mgr.14556) 12033 : cluster [DBG] pgmap v10633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:49.445501+0000 mgr.y (mgr.14556) 12034 : cluster [DBG] pgmap v10634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:49.445501+0000 mgr.y (mgr.14556) 12034 : cluster [DBG] pgmap v10634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:49.445501+0000 mgr.y (mgr.14556) 12034 : cluster [DBG] pgmap v10634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:39:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:51.446352+0000 mgr.y (mgr.14556) 12035 : cluster [DBG] pgmap v10635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:51.446352+0000 mgr.y (mgr.14556) 12035 : cluster [DBG] pgmap v10635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:51.446352+0000 mgr.y (mgr.14556) 12035 : cluster [DBG] pgmap v10635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:39:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T12:39:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:53.446863+0000 mgr.y (mgr.14556) 12036 : cluster [DBG] pgmap v10636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:53.446863+0000 mgr.y (mgr.14556) 12036 : cluster [DBG] pgmap v10636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:53.446863+0000 mgr.y (mgr.14556) 12036 : cluster [DBG] pgmap v10636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:55.447506+0000 mgr.y (mgr.14556) 12037 : cluster [DBG] pgmap v10637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:55.447506+0000 mgr.y (mgr.14556) 12037 : cluster [DBG] pgmap v10637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:55.447506+0000 mgr.y (mgr.14556) 12037 : cluster [DBG] pgmap v10637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:57.448066+0000 mgr.y (mgr.14556) 12038 : cluster [DBG] pgmap v10638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:57.448066+0000 mgr.y (mgr.14556) 12038 : cluster [DBG] pgmap v10638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:39:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:39:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:57.448066+0000 mgr.y (mgr.14556) 12038 : cluster [DBG] pgmap v10638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T12:39:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:40:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:39:59.448492+0000 mgr.y (mgr.14556) 12039 : cluster [DBG] pgmap v10639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:00.000155+0000 mon.a (mon.0) 2820 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:40:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:39:59.448492+0000 mgr.y (mgr.14556) 12039 : cluster [DBG] pgmap v10639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:00.000155+0000 mon.a (mon.0) 2820 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:40:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:39:59.448492+0000 mgr.y (mgr.14556) 12039 : cluster [DBG] pgmap v10639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:00.000155+0000 mon.a (mon.0) 2820 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:40:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:40:02.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:01.449240+0000 mgr.y (mgr.14556) 12040 : cluster [DBG] pgmap v10640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:02.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:01.449240+0000 mgr.y (mgr.14556) 12040 : cluster [DBG] pgmap v10640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:01.449240+0000 mgr.y (mgr.14556) 12040 : cluster [DBG] pgmap v10640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:40:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T12:40:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:03.449611+0000 mgr.y (mgr.14556) 12041 : cluster [DBG] pgmap v10641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:03.449611+0000 mgr.y (mgr.14556) 12041 : cluster [DBG] pgmap v10641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:03.449611+0000 mgr.y (mgr.14556) 12041 : cluster [DBG] pgmap v10641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:05.752 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:40:06.038 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:40:06.038 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 7m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:40:06.039 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 7m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:40:06.039 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 7m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:40:06.039 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 7m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:40:06.039 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 7m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:40:06.039 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 7m ago 6h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:40:06.039 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 7m ago 6h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:40:06.039 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 7m ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:40:06.039 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 7m ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:40:06.039 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 7m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:40:06.039 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 7m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:40:06.039 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 7m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:40:06.039 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 7m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:40:06.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 7m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:40:06.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 7m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:40:06.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 7m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:40:06.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 7m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:40:06.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 7m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:40:06.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 7m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:40:06.040 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 7m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:40:06.391 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:40:06.391 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:40:06.391 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:40:06.391 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:40:06.391 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:40:06.391 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:40:06.391 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:40:06.391 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:40:06.391 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:40:06.392 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:40:06.392 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:40:06.392 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:40:06.392 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:40:06.392 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:40:06.392 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:40:06.392 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:40:06.392 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:40:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:05.450238+0000 mgr.y (mgr.14556) 12042 : cluster [DBG] pgmap v10642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:40:05.741147+0000 mgr.y (mgr.14556) 12043 : audit [DBG] from='client.27192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:40:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:40:06.031849+0000 mgr.y (mgr.14556) 12044 : audit [DBG] from='client.37109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:40:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:40:06.392251+0000 mon.a (mon.0) 2821 : audit [DBG] from='client.? 172.21.15.23:0/3935153346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:40:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:05.450238+0000 mgr.y (mgr.14556) 12042 : cluster [DBG] pgmap v10642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:40:05.741147+0000 mgr.y (mgr.14556) 12043 : audit [DBG] from='client.27192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:40:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:40:06.031849+0000 mgr.y (mgr.14556) 12044 : audit [DBG] from='client.37109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:40:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:40:06.392251+0000 mon.a (mon.0) 2821 : audit [DBG] from='client.? 172.21.15.23:0/3935153346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:40:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:05.450238+0000 mgr.y (mgr.14556) 12042 : cluster [DBG] pgmap v10642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:40:05.741147+0000 mgr.y (mgr.14556) 12043 : audit [DBG] from='client.27192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:40:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:40:06.031849+0000 mgr.y (mgr.14556) 12044 : audit [DBG] from='client.37109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:40:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:40:06.392251+0000 mon.a (mon.0) 2821 : audit [DBG] from='client.? 172.21.15.23:0/3935153346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:40:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:07.450749+0000 mgr.y (mgr.14556) 12045 : cluster [DBG] pgmap v10643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:40:07.908662+0000 mon.a (mon.0) 2822 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:40:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:40:08.216506+0000 mon.a (mon.0) 2823 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:40:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:40:08.217235+0000 mon.a (mon.0) 2824 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:40:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:40:08.231780+0000 mon.a (mon.0) 2825 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:40:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:07.450749+0000 mgr.y (mgr.14556) 12045 : cluster [DBG] pgmap v10643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:40:07.908662+0000 mon.a (mon.0) 2822 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:40:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:40:08.216506+0000 mon.a (mon.0) 2823 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:40:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:40:08.217235+0000 mon.a (mon.0) 2824 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:40:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:40:08.231780+0000 mon.a (mon.0) 2825 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:40:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:07.450749+0000 mgr.y (mgr.14556) 12045 : cluster [DBG] pgmap v10643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:40:07.908662+0000 mon.a (mon.0) 2822 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:40:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:40:08.216506+0000 mon.a (mon.0) 2823 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:40:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:40:08.217235+0000 mon.a (mon.0) 2824 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:40:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:40:08.231780+0000 mon.a (mon.0) 2825 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:40:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:09.451198+0000 mgr.y (mgr.14556) 12046 : cluster [DBG] pgmap v10644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:09.451198+0000 mgr.y (mgr.14556) 12046 : cluster [DBG] pgmap v10644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:09.451198+0000 mgr.y (mgr.14556) 12046 : cluster [DBG] pgmap v10644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:40:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:11.452019+0000 mgr.y (mgr.14556) 12047 : cluster [DBG] pgmap v10645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:11.452019+0000 mgr.y (mgr.14556) 12047 : cluster [DBG] pgmap v10645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:11.452019+0000 mgr.y (mgr.14556) 12047 : cluster [DBG] pgmap v10645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:40:13] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T12:40:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:13.452699+0000 mgr.y (mgr.14556) 12048 : cluster [DBG] pgmap v10646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:13.452699+0000 mgr.y (mgr.14556) 12048 : cluster [DBG] pgmap v10646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:13.452699+0000 mgr.y (mgr.14556) 12048 : cluster [DBG] pgmap v10646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:15.453459+0000 mgr.y (mgr.14556) 12049 : cluster [DBG] pgmap v10647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:15.453459+0000 mgr.y (mgr.14556) 12049 : cluster [DBG] pgmap v10647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:15.453459+0000 mgr.y (mgr.14556) 12049 : cluster [DBG] pgmap v10647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:17.453940+0000 mgr.y (mgr.14556) 12050 : cluster [DBG] pgmap v10648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:17.453940+0000 mgr.y (mgr.14556) 12050 : cluster [DBG] pgmap v10648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:17.453940+0000 mgr.y (mgr.14556) 12050 : cluster [DBG] pgmap v10648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:19.454414+0000 mgr.y (mgr.14556) 12051 : cluster [DBG] pgmap v10649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:19.454414+0000 mgr.y (mgr.14556) 12051 : cluster [DBG] pgmap v10649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:19.454414+0000 mgr.y (mgr.14556) 12051 : cluster [DBG] pgmap v10649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:40:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:21.455139+0000 mgr.y (mgr.14556) 12052 : cluster [DBG] pgmap v10650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:21.455139+0000 mgr.y (mgr.14556) 12052 : cluster [DBG] pgmap v10650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:21.455139+0000 mgr.y (mgr.14556) 12052 : cluster [DBG] pgmap v10650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:40:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:40:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:23.455563+0000 mgr.y (mgr.14556) 12053 : cluster [DBG] pgmap v10651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:23.455563+0000 mgr.y (mgr.14556) 12053 : cluster [DBG] pgmap v10651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:23.455563+0000 mgr.y (mgr.14556) 12053 : cluster [DBG] pgmap v10651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:25.456128+0000 mgr.y (mgr.14556) 12054 : cluster [DBG] pgmap v10652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:25.456128+0000 mgr.y (mgr.14556) 12054 : cluster [DBG] pgmap v10652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:25.456128+0000 mgr.y (mgr.14556) 12054 : cluster [DBG] pgmap v10652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:27.456466+0000 mgr.y (mgr.14556) 12055 : cluster [DBG] pgmap v10653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:27.456466+0000 mgr.y (mgr.14556) 12055 : cluster [DBG] pgmap v10653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:27.456466+0000 mgr.y (mgr.14556) 12055 : cluster [DBG] pgmap v10653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:29.457033+0000 mgr.y (mgr.14556) 12056 : cluster [DBG] pgmap v10654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:29.457033+0000 mgr.y (mgr.14556) 12056 : cluster [DBG] pgmap v10654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:29.457033+0000 mgr.y (mgr.14556) 12056 : cluster [DBG] pgmap v10654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:40:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:31.457836+0000 mgr.y (mgr.14556) 12057 : cluster [DBG] pgmap v10655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:31.457836+0000 mgr.y (mgr.14556) 12057 : cluster [DBG] pgmap v10655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:31.457836+0000 mgr.y (mgr.14556) 12057 : cluster [DBG] pgmap v10655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:40:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:40:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:33.458225+0000 mgr.y (mgr.14556) 12058 : cluster [DBG] pgmap v10656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:33.458225+0000 mgr.y (mgr.14556) 12058 : cluster [DBG] pgmap v10656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:33.458225+0000 mgr.y (mgr.14556) 12058 : cluster [DBG] pgmap v10656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:36.716 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:40:37.005 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:40:37.005 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 7m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:40:37.005 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 7m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:40:37.005 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 7m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:40:37.005 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 7m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:40:37.005 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 7m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:40:37.005 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 7m ago 6h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:40:37.005 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 7m ago 6h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:40:37.005 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 7m ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:40:37.005 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 7m ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:40:37.006 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 7m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:40:37.006 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 7m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:40:37.006 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 7m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:40:37.006 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 7m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:40:37.006 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 7m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:40:37.006 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 7m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:40:37.006 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 7m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:40:37.006 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 7m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:40:37.006 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 7m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:40:37.006 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 7m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:40:37.006 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 7m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:40:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:35.458800+0000 mgr.y (mgr.14556) 12059 : cluster [DBG] pgmap v10657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:35.458800+0000 mgr.y (mgr.14556) 12059 : cluster [DBG] pgmap v10657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:35.458800+0000 mgr.y (mgr.14556) 12059 : cluster [DBG] pgmap v10657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:37.352 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:40:37.352 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:40:37.352 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:40:37.352 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:40:37.352 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:40:37.352 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:40:37.352 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:40:37.352 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:40:37.352 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:40:37.352 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:40:37.352 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:40:37.352 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:40:37.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:40:37.353 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:40:37.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:40:37.353 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:40:37.353 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:40:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:40:36.705740+0000 mgr.y (mgr.14556) 12060 : audit [DBG] from='client.37121 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:40:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:40:36.998319+0000 mgr.y (mgr.14556) 12061 : audit [DBG] from='client.27216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:40:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:40:37.353132+0000 mon.c (mon.2) 302 : audit [DBG] from='client.? 172.21.15.23:0/1395885811' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:40:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:40:36.705740+0000 mgr.y (mgr.14556) 12060 : audit [DBG] from='client.37121 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:40:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:40:36.998319+0000 mgr.y (mgr.14556) 12061 : audit [DBG] from='client.27216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:40:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:40:37.353132+0000 mon.c (mon.2) 302 : audit [DBG] from='client.? 172.21.15.23:0/1395885811' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:40:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:40:36.705740+0000 mgr.y (mgr.14556) 12060 : audit [DBG] from='client.37121 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:40:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:40:36.998319+0000 mgr.y (mgr.14556) 12061 : audit [DBG] from='client.27216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:40:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:40:37.353132+0000 mon.c (mon.2) 302 : audit [DBG] from='client.? 172.21.15.23:0/1395885811' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:40:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:37.459367+0000 mgr.y (mgr.14556) 12062 : cluster [DBG] pgmap v10658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:37.459367+0000 mgr.y (mgr.14556) 12062 : cluster [DBG] pgmap v10658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:37.459367+0000 mgr.y (mgr.14556) 12062 : cluster [DBG] pgmap v10658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:39.459831+0000 mgr.y (mgr.14556) 12063 : cluster [DBG] pgmap v10659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:39.459831+0000 mgr.y (mgr.14556) 12063 : cluster [DBG] pgmap v10659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:39.459831+0000 mgr.y (mgr.14556) 12063 : cluster [DBG] pgmap v10659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:40:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:41.460688+0000 mgr.y (mgr.14556) 12064 : cluster [DBG] pgmap v10660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:41.460688+0000 mgr.y (mgr.14556) 12064 : cluster [DBG] pgmap v10660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:41.460688+0000 mgr.y (mgr.14556) 12064 : cluster [DBG] pgmap v10660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:40:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:40:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:43.461315+0000 mgr.y (mgr.14556) 12065 : cluster [DBG] pgmap v10661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:43.461315+0000 mgr.y (mgr.14556) 12065 : cluster [DBG] pgmap v10661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:43.461315+0000 mgr.y (mgr.14556) 12065 : cluster [DBG] pgmap v10661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:45.462110+0000 mgr.y (mgr.14556) 12066 : cluster [DBG] pgmap v10662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:45.462110+0000 mgr.y (mgr.14556) 12066 : cluster [DBG] pgmap v10662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:45.462110+0000 mgr.y (mgr.14556) 12066 : cluster [DBG] pgmap v10662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:47.462678+0000 mgr.y (mgr.14556) 12067 : cluster [DBG] pgmap v10663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:47.462678+0000 mgr.y (mgr.14556) 12067 : cluster [DBG] pgmap v10663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:47.462678+0000 mgr.y (mgr.14556) 12067 : cluster [DBG] pgmap v10663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:51.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:49.463288+0000 mgr.y (mgr.14556) 12068 : cluster [DBG] pgmap v10664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:49.463288+0000 mgr.y (mgr.14556) 12068 : cluster [DBG] pgmap v10664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:49.463288+0000 mgr.y (mgr.14556) 12068 : cluster [DBG] pgmap v10664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:40:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:51.464016+0000 mgr.y (mgr.14556) 12069 : cluster [DBG] pgmap v10665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:51.464016+0000 mgr.y (mgr.14556) 12069 : cluster [DBG] pgmap v10665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:51.464016+0000 mgr.y (mgr.14556) 12069 : cluster [DBG] pgmap v10665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:40:53] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:40:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:53.464419+0000 mgr.y (mgr.14556) 12070 : cluster [DBG] pgmap v10666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:53.464419+0000 mgr.y (mgr.14556) 12070 : cluster [DBG] pgmap v10666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:53.464419+0000 mgr.y (mgr.14556) 12070 : cluster [DBG] pgmap v10666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:55.465171+0000 mgr.y (mgr.14556) 12071 : cluster [DBG] pgmap v10667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:55.465171+0000 mgr.y (mgr.14556) 12071 : cluster [DBG] pgmap v10667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:55.465171+0000 mgr.y (mgr.14556) 12071 : cluster [DBG] pgmap v10667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:57.465723+0000 mgr.y (mgr.14556) 12072 : cluster [DBG] pgmap v10668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:57.465723+0000 mgr.y (mgr.14556) 12072 : cluster [DBG] pgmap v10668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:40:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:40:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:57.465723+0000 mgr.y (mgr.14556) 12072 : cluster [DBG] pgmap v10668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:40:59.466191+0000 mgr.y (mgr.14556) 12073 : cluster [DBG] pgmap v10669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:40:59.466191+0000 mgr.y (mgr.14556) 12073 : cluster [DBG] pgmap v10669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:40:59.466191+0000 mgr.y (mgr.14556) 12073 : cluster [DBG] pgmap v10669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:41:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:01.466868+0000 mgr.y (mgr.14556) 12074 : cluster [DBG] pgmap v10670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:01.466868+0000 mgr.y (mgr.14556) 12074 : cluster [DBG] pgmap v10670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:01.466868+0000 mgr.y (mgr.14556) 12074 : cluster [DBG] pgmap v10670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:41:03] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:41:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:03.467365+0000 mgr.y (mgr.14556) 12075 : cluster [DBG] pgmap v10671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:03.467365+0000 mgr.y (mgr.14556) 12075 : cluster [DBG] pgmap v10671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:03.467365+0000 mgr.y (mgr.14556) 12075 : cluster [DBG] pgmap v10671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:05.468113+0000 mgr.y (mgr.14556) 12076 : cluster [DBG] pgmap v10672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:05.468113+0000 mgr.y (mgr.14556) 12076 : cluster [DBG] pgmap v10672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:05.468113+0000 mgr.y (mgr.14556) 12076 : cluster [DBG] pgmap v10672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:07.674 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:41:07.963 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:41:07.963 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 8m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:41:07.963 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 8m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 8m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 8m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (5h) 8m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 8m ago 6h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 8m ago 6h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (5h) 8m ago 5h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5h) 8m ago 5h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 8m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 8m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 8m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 8m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 8m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:41:07.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 8m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:41:07.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 8m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:41:07.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 8m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:41:07.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 8m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:41:07.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 8m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:41:07.965 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 8m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:41:08.315 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:41:08.315 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:41:08.315 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:41:08.316 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:41:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:07.468495+0000 mgr.y (mgr.14556) 12077 : cluster [DBG] pgmap v10673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:41:07.663610+0000 mgr.y (mgr.14556) 12078 : audit [DBG] from='client.27228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:41:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:41:07.956492+0000 mgr.y (mgr.14556) 12079 : audit [DBG] from='client.27234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:41:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:41:08.235891+0000 mon.a (mon.0) 2826 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:41:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:41:08.316609+0000 mon.a (mon.0) 2827 : audit [DBG] from='client.? 172.21.15.23:0/3672363257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:41:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:41:08.543439+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:41:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:41:08.544094+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:41:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:41:08.556558+0000 mon.a (mon.0) 2830 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:41:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:07.468495+0000 mgr.y (mgr.14556) 12077 : cluster [DBG] pgmap v10673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:41:07.663610+0000 mgr.y (mgr.14556) 12078 : audit [DBG] from='client.27228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:41:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:41:07.956492+0000 mgr.y (mgr.14556) 12079 : audit [DBG] from='client.27234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:41:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:41:08.235891+0000 mon.a (mon.0) 2826 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:41:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:41:08.316609+0000 mon.a (mon.0) 2827 : audit [DBG] from='client.? 172.21.15.23:0/3672363257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:41:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:41:08.543439+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:41:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:41:08.544094+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:41:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:41:08.556558+0000 mon.a (mon.0) 2830 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:41:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:07.468495+0000 mgr.y (mgr.14556) 12077 : cluster [DBG] pgmap v10673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:41:07.663610+0000 mgr.y (mgr.14556) 12078 : audit [DBG] from='client.27228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:41:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:41:07.956492+0000 mgr.y (mgr.14556) 12079 : audit [DBG] from='client.27234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:41:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:41:08.235891+0000 mon.a (mon.0) 2826 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:41:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:41:08.316609+0000 mon.a (mon.0) 2827 : audit [DBG] from='client.? 172.21.15.23:0/3672363257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:41:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:41:08.543439+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:41:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:41:08.544094+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:41:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:41:08.556558+0000 mon.a (mon.0) 2830 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:41:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:09.469043+0000 mgr.y (mgr.14556) 12080 : cluster [DBG] pgmap v10674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:09.469043+0000 mgr.y (mgr.14556) 12080 : cluster [DBG] pgmap v10674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:09.469043+0000 mgr.y (mgr.14556) 12080 : cluster [DBG] pgmap v10674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:41:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:11.469982+0000 mgr.y (mgr.14556) 12081 : cluster [DBG] pgmap v10675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:11.469982+0000 mgr.y (mgr.14556) 12081 : cluster [DBG] pgmap v10675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:11.469982+0000 mgr.y (mgr.14556) 12081 : cluster [DBG] pgmap v10675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:41:13] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T12:41:15.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:13.470557+0000 mgr.y (mgr.14556) 12082 : cluster [DBG] pgmap v10676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:13.470557+0000 mgr.y (mgr.14556) 12082 : cluster [DBG] pgmap v10676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:13.470557+0000 mgr.y (mgr.14556) 12082 : cluster [DBG] pgmap v10676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:15.471149+0000 mgr.y (mgr.14556) 12083 : cluster [DBG] pgmap v10677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:15.471149+0000 mgr.y (mgr.14556) 12083 : cluster [DBG] pgmap v10677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:15.471149+0000 mgr.y (mgr.14556) 12083 : cluster [DBG] pgmap v10677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:17.471642+0000 mgr.y (mgr.14556) 12084 : cluster [DBG] pgmap v10678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:17.471642+0000 mgr.y (mgr.14556) 12084 : cluster [DBG] pgmap v10678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:17.471642+0000 mgr.y (mgr.14556) 12084 : cluster [DBG] pgmap v10678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:19.472094+0000 mgr.y (mgr.14556) 12085 : cluster [DBG] pgmap v10679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:19.472094+0000 mgr.y (mgr.14556) 12085 : cluster [DBG] pgmap v10679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:19.472094+0000 mgr.y (mgr.14556) 12085 : cluster [DBG] pgmap v10679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:41:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:21.472948+0000 mgr.y (mgr.14556) 12086 : cluster [DBG] pgmap v10680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:21.472948+0000 mgr.y (mgr.14556) 12086 : cluster [DBG] pgmap v10680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:21.472948+0000 mgr.y (mgr.14556) 12086 : cluster [DBG] pgmap v10680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:41:23] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:41:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:23.473387+0000 mgr.y (mgr.14556) 12087 : cluster [DBG] pgmap v10681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:23.473387+0000 mgr.y (mgr.14556) 12087 : cluster [DBG] pgmap v10681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:23.473387+0000 mgr.y (mgr.14556) 12087 : cluster [DBG] pgmap v10681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:25.474056+0000 mgr.y (mgr.14556) 12088 : cluster [DBG] pgmap v10682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:25.474056+0000 mgr.y (mgr.14556) 12088 : cluster [DBG] pgmap v10682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:25.474056+0000 mgr.y (mgr.14556) 12088 : cluster [DBG] pgmap v10682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:27.474505+0000 mgr.y (mgr.14556) 12089 : cluster [DBG] pgmap v10683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:27.474505+0000 mgr.y (mgr.14556) 12089 : cluster [DBG] pgmap v10683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:27.474505+0000 mgr.y (mgr.14556) 12089 : cluster [DBG] pgmap v10683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:29.475090+0000 mgr.y (mgr.14556) 12090 : cluster [DBG] pgmap v10684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:29.475090+0000 mgr.y (mgr.14556) 12090 : cluster [DBG] pgmap v10684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:29.475090+0000 mgr.y (mgr.14556) 12090 : cluster [DBG] pgmap v10684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:41:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:31.475809+0000 mgr.y (mgr.14556) 12091 : cluster [DBG] pgmap v10685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:31.475809+0000 mgr.y (mgr.14556) 12091 : cluster [DBG] pgmap v10685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:31.475809+0000 mgr.y (mgr.14556) 12091 : cluster [DBG] pgmap v10685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:41:33] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:41:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:33.476192+0000 mgr.y (mgr.14556) 12092 : cluster [DBG] pgmap v10686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:33.476192+0000 mgr.y (mgr.14556) 12092 : cluster [DBG] pgmap v10686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:33.476192+0000 mgr.y (mgr.14556) 12092 : cluster [DBG] pgmap v10686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:35.476959+0000 mgr.y (mgr.14556) 12093 : cluster [DBG] pgmap v10687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:35.476959+0000 mgr.y (mgr.14556) 12093 : cluster [DBG] pgmap v10687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:35.476959+0000 mgr.y (mgr.14556) 12093 : cluster [DBG] pgmap v10687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:38.645 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 8m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 8m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 8m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 8m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 8m ago 5h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 8m ago 6h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 8m ago 6h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 8m ago 6h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 8m ago 6h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 8m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 8m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:41:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5h) 8m ago 5h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:41:38.934 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 8m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:41:38.934 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 8m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:41:38.934 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 8m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:41:38.934 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 8m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:41:38.934 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 8m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:41:38.934 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 8m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:41:38.934 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 8m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:41:38.934 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 8m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:41:39.288 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:41:39.288 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:41:39.288 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:41:39.288 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:41:39.289 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:41:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:37.477469+0000 mgr.y (mgr.14556) 12094 : cluster [DBG] pgmap v10688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:37.477469+0000 mgr.y (mgr.14556) 12094 : cluster [DBG] pgmap v10688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:37.477469+0000 mgr.y (mgr.14556) 12094 : cluster [DBG] pgmap v10688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:41:38.634579+0000 mgr.y (mgr.14556) 12095 : audit [DBG] from='client.37157 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:41:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:41:38.925993+0000 mgr.y (mgr.14556) 12096 : audit [DBG] from='client.27252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:41:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:41:39.289751+0000 mon.a (mon.0) 2831 : audit [DBG] from='client.? 172.21.15.23:0/2697035006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:41:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:41:38.634579+0000 mgr.y (mgr.14556) 12095 : audit [DBG] from='client.37157 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:41:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:41:38.925993+0000 mgr.y (mgr.14556) 12096 : audit [DBG] from='client.27252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:41:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:41:39.289751+0000 mon.a (mon.0) 2831 : audit [DBG] from='client.? 172.21.15.23:0/2697035006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:41:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:41:38.634579+0000 mgr.y (mgr.14556) 12095 : audit [DBG] from='client.37157 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:41:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:41:38.925993+0000 mgr.y (mgr.14556) 12096 : audit [DBG] from='client.27252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:41:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:41:39.289751+0000 mon.a (mon.0) 2831 : audit [DBG] from='client.? 172.21.15.23:0/2697035006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:41:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:39.477837+0000 mgr.y (mgr.14556) 12097 : cluster [DBG] pgmap v10689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:39.477837+0000 mgr.y (mgr.14556) 12097 : cluster [DBG] pgmap v10689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:39.477837+0000 mgr.y (mgr.14556) 12097 : cluster [DBG] pgmap v10689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:41:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:41.478498+0000 mgr.y (mgr.14556) 12098 : cluster [DBG] pgmap v10690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:41.478498+0000 mgr.y (mgr.14556) 12098 : cluster [DBG] pgmap v10690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:41.478498+0000 mgr.y (mgr.14556) 12098 : cluster [DBG] pgmap v10690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:41:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T12:41:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:43.478903+0000 mgr.y (mgr.14556) 12099 : cluster [DBG] pgmap v10691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:43.478903+0000 mgr.y (mgr.14556) 12099 : cluster [DBG] pgmap v10691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:43.478903+0000 mgr.y (mgr.14556) 12099 : cluster [DBG] pgmap v10691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:45.479486+0000 mgr.y (mgr.14556) 12100 : cluster [DBG] pgmap v10692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:45.479486+0000 mgr.y (mgr.14556) 12100 : cluster [DBG] pgmap v10692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:45.479486+0000 mgr.y (mgr.14556) 12100 : cluster [DBG] pgmap v10692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:47.479853+0000 mgr.y (mgr.14556) 12101 : cluster [DBG] pgmap v10693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:47.479853+0000 mgr.y (mgr.14556) 12101 : cluster [DBG] pgmap v10693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:47.479853+0000 mgr.y (mgr.14556) 12101 : cluster [DBG] pgmap v10693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:49.480443+0000 mgr.y (mgr.14556) 12102 : cluster [DBG] pgmap v10694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:49.480443+0000 mgr.y (mgr.14556) 12102 : cluster [DBG] pgmap v10694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:49.480443+0000 mgr.y (mgr.14556) 12102 : cluster [DBG] pgmap v10694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:41:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:51.481119+0000 mgr.y (mgr.14556) 12103 : cluster [DBG] pgmap v10695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:51.481119+0000 mgr.y (mgr.14556) 12103 : cluster [DBG] pgmap v10695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:51.481119+0000 mgr.y (mgr.14556) 12103 : cluster [DBG] pgmap v10695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:41:53] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:41:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:53.481662+0000 mgr.y (mgr.14556) 12104 : cluster [DBG] pgmap v10696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:53.481662+0000 mgr.y (mgr.14556) 12104 : cluster [DBG] pgmap v10696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:53.481662+0000 mgr.y (mgr.14556) 12104 : cluster [DBG] pgmap v10696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:57.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:55.482270+0000 mgr.y (mgr.14556) 12105 : cluster [DBG] pgmap v10697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:57.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:55.482270+0000 mgr.y (mgr.14556) 12105 : cluster [DBG] pgmap v10697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:55.482270+0000 mgr.y (mgr.14556) 12105 : cluster [DBG] pgmap v10697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:57.482675+0000 mgr.y (mgr.14556) 12106 : cluster [DBG] pgmap v10698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:57.482675+0000 mgr.y (mgr.14556) 12106 : cluster [DBG] pgmap v10698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:41:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:41:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:57.482675+0000 mgr.y (mgr.14556) 12106 : cluster [DBG] pgmap v10698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:41:59.483147+0000 mgr.y (mgr.14556) 12107 : cluster [DBG] pgmap v10699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:41:59.483147+0000 mgr.y (mgr.14556) 12107 : cluster [DBG] pgmap v10699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:41:59.483147+0000 mgr.y (mgr.14556) 12107 : cluster [DBG] pgmap v10699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:42:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:01.483876+0000 mgr.y (mgr.14556) 12108 : cluster [DBG] pgmap v10700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:01.483876+0000 mgr.y (mgr.14556) 12108 : cluster [DBG] pgmap v10700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:01.483876+0000 mgr.y (mgr.14556) 12108 : cluster [DBG] pgmap v10700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:42:03] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:42:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:03.484377+0000 mgr.y (mgr.14556) 12109 : cluster [DBG] pgmap v10701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:03.484377+0000 mgr.y (mgr.14556) 12109 : cluster [DBG] pgmap v10701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:03.484377+0000 mgr.y (mgr.14556) 12109 : cluster [DBG] pgmap v10701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:05.485130+0000 mgr.y (mgr.14556) 12110 : cluster [DBG] pgmap v10702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:05.485130+0000 mgr.y (mgr.14556) 12110 : cluster [DBG] pgmap v10702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:05.485130+0000 mgr.y (mgr.14556) 12110 : cluster [DBG] pgmap v10702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:07.485548+0000 mgr.y (mgr.14556) 12111 : cluster [DBG] pgmap v10703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:42:08.561668+0000 mon.a (mon.0) 2832 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:42:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:42:08.868723+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:42:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:42:08.869406+0000 mon.a (mon.0) 2834 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:42:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:42:08.875640+0000 mon.a (mon.0) 2835 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:07.485548+0000 mgr.y (mgr.14556) 12111 : cluster [DBG] pgmap v10703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:42:08.561668+0000 mon.a (mon.0) 2832 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:42:08.868723+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:42:08.869406+0000 mon.a (mon.0) 2834 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:42:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:42:08.875640+0000 mon.a (mon.0) 2835 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:42:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:07.485548+0000 mgr.y (mgr.14556) 12111 : cluster [DBG] pgmap v10703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:42:08.561668+0000 mon.a (mon.0) 2832 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:42:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:42:08.868723+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:42:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:42:08.869406+0000 mon.a (mon.0) 2834 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:42:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:42:08.875640+0000 mon.a (mon.0) 2835 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:42:09.601 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:42:09.890 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:42:09.890 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 9m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:42:09.890 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 9m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 9m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 9m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 9m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 9m ago 6h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 9m ago 6h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 9m ago 6h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 9m ago 6h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 9m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 9m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 9m ago 6h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5h) 9m ago 5h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 9m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 9m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 9m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:42:09.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 9m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:42:09.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 9m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:42:09.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 9m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:42:09.892 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 9m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:42:10.241 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:42:10.241 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:42:10.241 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:42:10.241 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:42:10.241 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:42:10.241 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:42:10.241 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:42:10.241 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:42:10.241 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:42:10.242 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:42:10.242 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:42:10.242 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:42:10.242 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:42:10.242 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:42:10.242 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:42:10.242 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:42:10.242 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:42:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:09.485883+0000 mgr.y (mgr.14556) 12112 : cluster [DBG] pgmap v10704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:42:09.590223+0000 mgr.y (mgr.14556) 12113 : audit [DBG] from='client.27264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:42:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:42:09.883606+0000 mgr.y (mgr.14556) 12114 : audit [DBG] from='client.27270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:42:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:42:10.242283+0000 mon.a (mon.0) 2836 : audit [DBG] from='client.? 172.21.15.23:0/2618348516' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:42:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:09.485883+0000 mgr.y (mgr.14556) 12112 : cluster [DBG] pgmap v10704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:42:09.590223+0000 mgr.y (mgr.14556) 12113 : audit [DBG] from='client.27264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:42:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:42:09.883606+0000 mgr.y (mgr.14556) 12114 : audit [DBG] from='client.27270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:42:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:42:10.242283+0000 mon.a (mon.0) 2836 : audit [DBG] from='client.? 172.21.15.23:0/2618348516' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:42:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:09.485883+0000 mgr.y (mgr.14556) 12112 : cluster [DBG] pgmap v10704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:42:09.590223+0000 mgr.y (mgr.14556) 12113 : audit [DBG] from='client.27264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:42:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:42:09.883606+0000 mgr.y (mgr.14556) 12114 : audit [DBG] from='client.27270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:42:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:42:10.242283+0000 mon.a (mon.0) 2836 : audit [DBG] from='client.? 172.21.15.23:0/2618348516' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:42:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:42:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:11.486581+0000 mgr.y (mgr.14556) 12115 : cluster [DBG] pgmap v10705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:11.486581+0000 mgr.y (mgr.14556) 12115 : cluster [DBG] pgmap v10705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:11.486581+0000 mgr.y (mgr.14556) 12115 : cluster [DBG] pgmap v10705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:42:13] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T12:42:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:13.487039+0000 mgr.y (mgr.14556) 12116 : cluster [DBG] pgmap v10706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:13.487039+0000 mgr.y (mgr.14556) 12116 : cluster [DBG] pgmap v10706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:13.487039+0000 mgr.y (mgr.14556) 12116 : cluster [DBG] pgmap v10706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:15.487746+0000 mgr.y (mgr.14556) 12117 : cluster [DBG] pgmap v10707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:15.487746+0000 mgr.y (mgr.14556) 12117 : cluster [DBG] pgmap v10707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:15.487746+0000 mgr.y (mgr.14556) 12117 : cluster [DBG] pgmap v10707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:17.488236+0000 mgr.y (mgr.14556) 12118 : cluster [DBG] pgmap v10708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:17.488236+0000 mgr.y (mgr.14556) 12118 : cluster [DBG] pgmap v10708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:17.488236+0000 mgr.y (mgr.14556) 12118 : cluster [DBG] pgmap v10708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:21.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:19.488765+0000 mgr.y (mgr.14556) 12119 : cluster [DBG] pgmap v10709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:19.488765+0000 mgr.y (mgr.14556) 12119 : cluster [DBG] pgmap v10709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:19.488765+0000 mgr.y (mgr.14556) 12119 : cluster [DBG] pgmap v10709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:42:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:21.489596+0000 mgr.y (mgr.14556) 12120 : cluster [DBG] pgmap v10710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:21.489596+0000 mgr.y (mgr.14556) 12120 : cluster [DBG] pgmap v10710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:21.489596+0000 mgr.y (mgr.14556) 12120 : cluster [DBG] pgmap v10710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:42:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:42:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:23.490105+0000 mgr.y (mgr.14556) 12121 : cluster [DBG] pgmap v10711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:23.490105+0000 mgr.y (mgr.14556) 12121 : cluster [DBG] pgmap v10711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:23.490105+0000 mgr.y (mgr.14556) 12121 : cluster [DBG] pgmap v10711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:25.490771+0000 mgr.y (mgr.14556) 12122 : cluster [DBG] pgmap v10712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:25.490771+0000 mgr.y (mgr.14556) 12122 : cluster [DBG] pgmap v10712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:25.490771+0000 mgr.y (mgr.14556) 12122 : cluster [DBG] pgmap v10712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:27.491210+0000 mgr.y (mgr.14556) 12123 : cluster [DBG] pgmap v10713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:27.491210+0000 mgr.y (mgr.14556) 12123 : cluster [DBG] pgmap v10713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:27.491210+0000 mgr.y (mgr.14556) 12123 : cluster [DBG] pgmap v10713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:29.491713+0000 mgr.y (mgr.14556) 12124 : cluster [DBG] pgmap v10714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:29.491713+0000 mgr.y (mgr.14556) 12124 : cluster [DBG] pgmap v10714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:29.491713+0000 mgr.y (mgr.14556) 12124 : cluster [DBG] pgmap v10714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:42:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:31.492451+0000 mgr.y (mgr.14556) 12125 : cluster [DBG] pgmap v10715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:31.492451+0000 mgr.y (mgr.14556) 12125 : cluster [DBG] pgmap v10715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:31.492451+0000 mgr.y (mgr.14556) 12125 : cluster [DBG] pgmap v10715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:42:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:42:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:33.492795+0000 mgr.y (mgr.14556) 12126 : cluster [DBG] pgmap v10716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:35.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:33.492795+0000 mgr.y (mgr.14556) 12126 : cluster [DBG] pgmap v10716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:33.492795+0000 mgr.y (mgr.14556) 12126 : cluster [DBG] pgmap v10716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:35.493363+0000 mgr.y (mgr.14556) 12127 : cluster [DBG] pgmap v10717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:35.493363+0000 mgr.y (mgr.14556) 12127 : cluster [DBG] pgmap v10717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:35.493363+0000 mgr.y (mgr.14556) 12127 : cluster [DBG] pgmap v10717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:37.493868+0000 mgr.y (mgr.14556) 12128 : cluster [DBG] pgmap v10718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:37.493868+0000 mgr.y (mgr.14556) 12128 : cluster [DBG] pgmap v10718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:37.493868+0000 mgr.y (mgr.14556) 12128 : cluster [DBG] pgmap v10718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:40.570 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:42:40.858 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:42:40.858 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 9m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:42:40.858 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 9m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:42:40.858 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 9m ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:42:40.858 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 9m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:42:40.858 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 9m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:42:40.858 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 9m ago 6h 474M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:42:40.858 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 9m ago 6h 981M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:42:40.858 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 9m ago 6h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:42:40.858 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 9m ago 6h 521M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:42:40.859 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 9m ago 5h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:42:40.859 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 9m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:42:40.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 9m ago 6h 45.6M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:42:40.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 9m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:42:40.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5h) 9m ago 5h 43.7M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:42:40.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5h) 9m ago 5h 42.6M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:42:40.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 9m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:42:40.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 9m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:42:40.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 9m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:42:40.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 9m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:42:40.859 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 9m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:42:40.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:39.494227+0000 mgr.y (mgr.14556) 12129 : cluster [DBG] pgmap v10719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:39.494227+0000 mgr.y (mgr.14556) 12129 : cluster [DBG] pgmap v10719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:40.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:39.494227+0000 mgr.y (mgr.14556) 12129 : cluster [DBG] pgmap v10719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:41.208 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:42:41.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:42:41.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:42:41.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:42:41.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:42:41.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:42:41.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:42:41.208 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:42:41.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:42:41.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:42:41.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:42:41.209 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:42:41.209 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:42:41.209 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:42:41.209 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:42:41.209 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:42:41.209 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:42:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:42:40.559168+0000 mgr.y (mgr.14556) 12130 : audit [DBG] from='client.37193 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:42:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:42:40.851320+0000 mgr.y (mgr.14556) 12131 : audit [DBG] from='client.37199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:42:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:42:41.209109+0000 mon.a (mon.0) 2837 : audit [DBG] from='client.? 172.21.15.23:0/3953642658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:42:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:42:40.559168+0000 mgr.y (mgr.14556) 12130 : audit [DBG] from='client.37193 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:42:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:42:40.851320+0000 mgr.y (mgr.14556) 12131 : audit [DBG] from='client.37199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:42:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:42:41.209109+0000 mon.a (mon.0) 2837 : audit [DBG] from='client.? 172.21.15.23:0/3953642658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:42:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:42:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:42:40.559168+0000 mgr.y (mgr.14556) 12130 : audit [DBG] from='client.37193 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:42:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:42:40.851320+0000 mgr.y (mgr.14556) 12131 : audit [DBG] from='client.37199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:42:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:42:41.209109+0000 mon.a (mon.0) 2837 : audit [DBG] from='client.? 172.21.15.23:0/3953642658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:42:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:41.494769+0000 mgr.y (mgr.14556) 12132 : cluster [DBG] pgmap v10720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:41.494769+0000 mgr.y (mgr.14556) 12132 : cluster [DBG] pgmap v10720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:41.494769+0000 mgr.y (mgr.14556) 12132 : cluster [DBG] pgmap v10720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:42:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T12:42:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:43.495098+0000 mgr.y (mgr.14556) 12133 : cluster [DBG] pgmap v10721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:43.495098+0000 mgr.y (mgr.14556) 12133 : cluster [DBG] pgmap v10721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:44.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:43.495098+0000 mgr.y (mgr.14556) 12133 : cluster [DBG] pgmap v10721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:46.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:45.495955+0000 mgr.y (mgr.14556) 12134 : cluster [DBG] pgmap v10722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:45.495955+0000 mgr.y (mgr.14556) 12134 : cluster [DBG] pgmap v10722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:45.495955+0000 mgr.y (mgr.14556) 12134 : cluster [DBG] pgmap v10722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:47.496471+0000 mgr.y (mgr.14556) 12135 : cluster [DBG] pgmap v10723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:47.496471+0000 mgr.y (mgr.14556) 12135 : cluster [DBG] pgmap v10723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:47.496471+0000 mgr.y (mgr.14556) 12135 : cluster [DBG] pgmap v10723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:49.496799+0000 mgr.y (mgr.14556) 12136 : cluster [DBG] pgmap v10724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:49.496799+0000 mgr.y (mgr.14556) 12136 : cluster [DBG] pgmap v10724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:51.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:49.496799+0000 mgr.y (mgr.14556) 12136 : cluster [DBG] pgmap v10724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:42:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:51.497536+0000 mgr.y (mgr.14556) 12137 : cluster [DBG] pgmap v10725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:51.497536+0000 mgr.y (mgr.14556) 12137 : cluster [DBG] pgmap v10725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:51.497536+0000 mgr.y (mgr.14556) 12137 : cluster [DBG] pgmap v10725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:42:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:42:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:53.497989+0000 mgr.y (mgr.14556) 12138 : cluster [DBG] pgmap v10726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:53.497989+0000 mgr.y (mgr.14556) 12138 : cluster [DBG] pgmap v10726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:53.497989+0000 mgr.y (mgr.14556) 12138 : cluster [DBG] pgmap v10726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:55.498576+0000 mgr.y (mgr.14556) 12139 : cluster [DBG] pgmap v10727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:55.498576+0000 mgr.y (mgr.14556) 12139 : cluster [DBG] pgmap v10727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:55.498576+0000 mgr.y (mgr.14556) 12139 : cluster [DBG] pgmap v10727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:57.499017+0000 mgr.y (mgr.14556) 12140 : cluster [DBG] pgmap v10728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:57.499017+0000 mgr.y (mgr.14556) 12140 : cluster [DBG] pgmap v10728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:42:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:42:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:57.499017+0000 mgr.y (mgr.14556) 12140 : cluster [DBG] pgmap v10728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:42:59.499504+0000 mgr.y (mgr.14556) 12141 : cluster [DBG] pgmap v10729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:42:59.499504+0000 mgr.y (mgr.14556) 12141 : cluster [DBG] pgmap v10729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:42:59.499504+0000 mgr.y (mgr.14556) 12141 : cluster [DBG] pgmap v10729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:43:02.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:01.500212+0000 mgr.y (mgr.14556) 12142 : cluster [DBG] pgmap v10730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:01.500212+0000 mgr.y (mgr.14556) 12142 : cluster [DBG] pgmap v10730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:01.500212+0000 mgr.y (mgr.14556) 12142 : cluster [DBG] pgmap v10730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:43:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:43:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:03.500663+0000 mgr.y (mgr.14556) 12143 : cluster [DBG] pgmap v10731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:03.500663+0000 mgr.y (mgr.14556) 12143 : cluster [DBG] pgmap v10731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:03.500663+0000 mgr.y (mgr.14556) 12143 : cluster [DBG] pgmap v10731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:05.501397+0000 mgr.y (mgr.14556) 12144 : cluster [DBG] pgmap v10732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:05.501397+0000 mgr.y (mgr.14556) 12144 : cluster [DBG] pgmap v10732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:05.501397+0000 mgr.y (mgr.14556) 12144 : cluster [DBG] pgmap v10732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:07.502022+0000 mgr.y (mgr.14556) 12145 : cluster [DBG] pgmap v10733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:07.502022+0000 mgr.y (mgr.14556) 12145 : cluster [DBG] pgmap v10733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:07.502022+0000 mgr.y (mgr.14556) 12145 : cluster [DBG] pgmap v10733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:43:08.880064+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:43:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:43:08.880064+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:43:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:43:08.880064+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:43:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:09.502324+0000 mgr.y (mgr.14556) 12146 : cluster [DBG] pgmap v10734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:09.502324+0000 mgr.y (mgr.14556) 12146 : cluster [DBG] pgmap v10734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:09.502324+0000 mgr.y (mgr.14556) 12146 : cluster [DBG] pgmap v10734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:11.536 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:43:11.832 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:43:11.832 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 0s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:43:11.832 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 10m ago 5h 59.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:43:11.832 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 0s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:43:11.832 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 10m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:43:11.832 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 10m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:43:11.832 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 0s ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:43:11.832 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 0s ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:43:11.832 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 10m ago 6h 517M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:43:11.833 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 0s ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:43:11.833 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 0s ago 5h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:43:11.833 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 10m ago 5h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:43:11.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 0s ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:43:11.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 0s ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:43:11.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 0s ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:43:11.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 0s ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:43:11.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (5h) 10m ago 5h 42.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:43:11.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 10m ago 5h 42.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:43:11.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 10m ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:43:11.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 10m ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:43:11.833 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 10m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:43:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:43:12.185 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:43:12.186 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:43:12.186 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:43:12.186 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:43:12.186 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:43:12.186 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:43:12.186 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:43:12.186 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:43:12.186 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:43:12.186 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:43:12.186 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:43:12.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:43:12.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:43:12.187 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:43:12.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:43:12.187 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:43:12.187 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:43:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:11.502823+0000 mgr.y (mgr.14556) 12147 : cluster [DBG] pgmap v10735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:43:11.525050+0000 mgr.y (mgr.14556) 12148 : audit [DBG] from='client.37211 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:43:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:43:11.715395+0000 mon.a (mon.0) 2839 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:43:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:43:11.825264+0000 mgr.y (mgr.14556) 12149 : audit [DBG] from='client.37217 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:43:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:43:12.071987+0000 mon.a (mon.0) 2840 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:43:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:43:12.186893+0000 mon.a (mon.0) 2841 : audit [DBG] from='client.? 172.21.15.23:0/893468178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:43:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:43:12.363630+0000 mon.a (mon.0) 2842 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:43:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:43:12.364387+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:43:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:43:12.378139+0000 mon.a (mon.0) 2844 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:43:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:11.502823+0000 mgr.y (mgr.14556) 12147 : cluster [DBG] pgmap v10735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:43:11.525050+0000 mgr.y (mgr.14556) 12148 : audit [DBG] from='client.37211 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:43:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:43:11.715395+0000 mon.a (mon.0) 2839 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:43:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:43:11.825264+0000 mgr.y (mgr.14556) 12149 : audit [DBG] from='client.37217 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:43:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:43:12.071987+0000 mon.a (mon.0) 2840 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:43:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:43:12.186893+0000 mon.a (mon.0) 2841 : audit [DBG] from='client.? 172.21.15.23:0/893468178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:43:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:43:12.363630+0000 mon.a (mon.0) 2842 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:43:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:43:12.364387+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:43:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:43:12.378139+0000 mon.a (mon.0) 2844 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:43:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:11.502823+0000 mgr.y (mgr.14556) 12147 : cluster [DBG] pgmap v10735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:43:11.525050+0000 mgr.y (mgr.14556) 12148 : audit [DBG] from='client.37211 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:43:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:43:11.715395+0000 mon.a (mon.0) 2839 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:43:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:43:11.825264+0000 mgr.y (mgr.14556) 12149 : audit [DBG] from='client.37217 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:43:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:43:12.071987+0000 mon.a (mon.0) 2840 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:43:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:43:12.186893+0000 mon.a (mon.0) 2841 : audit [DBG] from='client.? 172.21.15.23:0/893468178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:43:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:43:12.363630+0000 mon.a (mon.0) 2842 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:43:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:43:12.364387+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:43:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:43:12.378139+0000 mon.a (mon.0) 2844 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:43:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:43:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:43:15.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:13.503224+0000 mgr.y (mgr.14556) 12150 : cluster [DBG] pgmap v10736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:13.503224+0000 mgr.y (mgr.14556) 12150 : cluster [DBG] pgmap v10736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:13.503224+0000 mgr.y (mgr.14556) 12150 : cluster [DBG] pgmap v10736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:15.504065+0000 mgr.y (mgr.14556) 12151 : cluster [DBG] pgmap v10737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:17.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:15.504065+0000 mgr.y (mgr.14556) 12151 : cluster [DBG] pgmap v10737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:15.504065+0000 mgr.y (mgr.14556) 12151 : cluster [DBG] pgmap v10737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:19.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:17.504525+0000 mgr.y (mgr.14556) 12152 : cluster [DBG] pgmap v10738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:17.504525+0000 mgr.y (mgr.14556) 12152 : cluster [DBG] pgmap v10738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:17.504525+0000 mgr.y (mgr.14556) 12152 : cluster [DBG] pgmap v10738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:21.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:19.504933+0000 mgr.y (mgr.14556) 12153 : cluster [DBG] pgmap v10739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:21.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:19.504933+0000 mgr.y (mgr.14556) 12153 : cluster [DBG] pgmap v10739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:19.504933+0000 mgr.y (mgr.14556) 12153 : cluster [DBG] pgmap v10739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:43:23.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:21.505672+0000 mgr.y (mgr.14556) 12154 : cluster [DBG] pgmap v10740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:23.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:21.505672+0000 mgr.y (mgr.14556) 12154 : cluster [DBG] pgmap v10740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:21.505672+0000 mgr.y (mgr.14556) 12154 : cluster [DBG] pgmap v10740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:43:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:43:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:23.506132+0000 mgr.y (mgr.14556) 12155 : cluster [DBG] pgmap v10741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:23.506132+0000 mgr.y (mgr.14556) 12155 : cluster [DBG] pgmap v10741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:23.506132+0000 mgr.y (mgr.14556) 12155 : cluster [DBG] pgmap v10741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:25.506787+0000 mgr.y (mgr.14556) 12156 : cluster [DBG] pgmap v10742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:25.506787+0000 mgr.y (mgr.14556) 12156 : cluster [DBG] pgmap v10742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:25.506787+0000 mgr.y (mgr.14556) 12156 : cluster [DBG] pgmap v10742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:27.507239+0000 mgr.y (mgr.14556) 12157 : cluster [DBG] pgmap v10743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:27.507239+0000 mgr.y (mgr.14556) 12157 : cluster [DBG] pgmap v10743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:27.507239+0000 mgr.y (mgr.14556) 12157 : cluster [DBG] pgmap v10743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:29.507697+0000 mgr.y (mgr.14556) 12158 : cluster [DBG] pgmap v10744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:29.507697+0000 mgr.y (mgr.14556) 12158 : cluster [DBG] pgmap v10744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:29.507697+0000 mgr.y (mgr.14556) 12158 : cluster [DBG] pgmap v10744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:43:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:31.508323+0000 mgr.y (mgr.14556) 12159 : cluster [DBG] pgmap v10745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:31.508323+0000 mgr.y (mgr.14556) 12159 : cluster [DBG] pgmap v10745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:31.508323+0000 mgr.y (mgr.14556) 12159 : cluster [DBG] pgmap v10745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:43:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:43:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:33.508837+0000 mgr.y (mgr.14556) 12160 : cluster [DBG] pgmap v10746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:33.508837+0000 mgr.y (mgr.14556) 12160 : cluster [DBG] pgmap v10746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:33.508837+0000 mgr.y (mgr.14556) 12160 : cluster [DBG] pgmap v10746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:35.509479+0000 mgr.y (mgr.14556) 12161 : cluster [DBG] pgmap v10747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:35.509479+0000 mgr.y (mgr.14556) 12161 : cluster [DBG] pgmap v10747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:35.509479+0000 mgr.y (mgr.14556) 12161 : cluster [DBG] pgmap v10747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:37.509891+0000 mgr.y (mgr.14556) 12162 : cluster [DBG] pgmap v10748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:37.509891+0000 mgr.y (mgr.14556) 12162 : cluster [DBG] pgmap v10748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:37.509891+0000 mgr.y (mgr.14556) 12162 : cluster [DBG] pgmap v10748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:39.510389+0000 mgr.y (mgr.14556) 12163 : cluster [DBG] pgmap v10749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:39.510389+0000 mgr.y (mgr.14556) 12163 : cluster [DBG] pgmap v10749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:39.510389+0000 mgr.y (mgr.14556) 12163 : cluster [DBG] pgmap v10749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:43:42.510 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:43:42.798 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:43:42.798 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 31s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:43:42.798 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 30s ago 5h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:43:42.798 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 31s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:43:42.798 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 30s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:43:42.798 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 30s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:43:42.798 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 31s ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:43:42.798 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 31s ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 30s ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 31s ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 31s ago 5h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 30s ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 31s ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 31s ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 31s ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 31s ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 30s ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (5h) 30s ago 5h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 30s ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 30s ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:43:42.799 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 30s ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:43:43.149 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:43:43.149 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:43:43.149 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:43:43.149 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:43:43.149 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:43:43.149 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:43:43.149 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:43:43.149 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:43:43.150 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:43:43.150 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:43:43.150 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:43:43.150 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:43:43.150 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:43:43.150 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:43:43.150 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:43:43.150 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:43:43.150 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:43:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:41.511016+0000 mgr.y (mgr.14556) 12164 : cluster [DBG] pgmap v10750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:41.511016+0000 mgr.y (mgr.14556) 12164 : cluster [DBG] pgmap v10750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:41.511016+0000 mgr.y (mgr.14556) 12164 : cluster [DBG] pgmap v10750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:43:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:43:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:43:42.499092+0000 mgr.y (mgr.14556) 12165 : audit [DBG] from='client.27318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:43:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:43:42.791033+0000 mgr.y (mgr.14556) 12166 : audit [DBG] from='client.37235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:43:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:43:43.150203+0000 mon.a (mon.0) 2845 : audit [DBG] from='client.? 172.21.15.23:0/3842942749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:43:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:43:42.499092+0000 mgr.y (mgr.14556) 12165 : audit [DBG] from='client.27318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:43:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:43:42.791033+0000 mgr.y (mgr.14556) 12166 : audit [DBG] from='client.37235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:43:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:43:43.150203+0000 mon.a (mon.0) 2845 : audit [DBG] from='client.? 172.21.15.23:0/3842942749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:43:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:43:42.499092+0000 mgr.y (mgr.14556) 12165 : audit [DBG] from='client.27318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:43:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:43:42.791033+0000 mgr.y (mgr.14556) 12166 : audit [DBG] from='client.37235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:43:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:43:43.150203+0000 mon.a (mon.0) 2845 : audit [DBG] from='client.? 172.21.15.23:0/3842942749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:43:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:43.511464+0000 mgr.y (mgr.14556) 12167 : cluster [DBG] pgmap v10751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:43.511464+0000 mgr.y (mgr.14556) 12167 : cluster [DBG] pgmap v10751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:43.511464+0000 mgr.y (mgr.14556) 12167 : cluster [DBG] pgmap v10751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:45.512067+0000 mgr.y (mgr.14556) 12168 : cluster [DBG] pgmap v10752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:45.512067+0000 mgr.y (mgr.14556) 12168 : cluster [DBG] pgmap v10752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:45.512067+0000 mgr.y (mgr.14556) 12168 : cluster [DBG] pgmap v10752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:47.512455+0000 mgr.y (mgr.14556) 12169 : cluster [DBG] pgmap v10753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:47.512455+0000 mgr.y (mgr.14556) 12169 : cluster [DBG] pgmap v10753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:47.512455+0000 mgr.y (mgr.14556) 12169 : cluster [DBG] pgmap v10753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:49.512992+0000 mgr.y (mgr.14556) 12170 : cluster [DBG] pgmap v10754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:49.512992+0000 mgr.y (mgr.14556) 12170 : cluster [DBG] pgmap v10754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:49.512992+0000 mgr.y (mgr.14556) 12170 : cluster [DBG] pgmap v10754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:43:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:51.513791+0000 mgr.y (mgr.14556) 12171 : cluster [DBG] pgmap v10755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:51.513791+0000 mgr.y (mgr.14556) 12171 : cluster [DBG] pgmap v10755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:51.513791+0000 mgr.y (mgr.14556) 12171 : cluster [DBG] pgmap v10755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:43:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:43:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:53.514355+0000 mgr.y (mgr.14556) 12172 : cluster [DBG] pgmap v10756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:53.514355+0000 mgr.y (mgr.14556) 12172 : cluster [DBG] pgmap v10756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:53.514355+0000 mgr.y (mgr.14556) 12172 : cluster [DBG] pgmap v10756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:55.514989+0000 mgr.y (mgr.14556) 12173 : cluster [DBG] pgmap v10757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:55.514989+0000 mgr.y (mgr.14556) 12173 : cluster [DBG] pgmap v10757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:55.514989+0000 mgr.y (mgr.14556) 12173 : cluster [DBG] pgmap v10757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:57.515581+0000 mgr.y (mgr.14556) 12174 : cluster [DBG] pgmap v10758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:57.515581+0000 mgr.y (mgr.14556) 12174 : cluster [DBG] pgmap v10758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:43:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:43:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:57.515581+0000 mgr.y (mgr.14556) 12174 : cluster [DBG] pgmap v10758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:43:59.516026+0000 mgr.y (mgr.14556) 12175 : cluster [DBG] pgmap v10759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:43:59.516026+0000 mgr.y (mgr.14556) 12175 : cluster [DBG] pgmap v10759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:43:59.516026+0000 mgr.y (mgr.14556) 12175 : cluster [DBG] pgmap v10759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:44:02.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:01.516744+0000 mgr.y (mgr.14556) 12176 : cluster [DBG] pgmap v10760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:01.516744+0000 mgr.y (mgr.14556) 12176 : cluster [DBG] pgmap v10760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:01.516744+0000 mgr.y (mgr.14556) 12176 : cluster [DBG] pgmap v10760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:44:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:44:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:03.517173+0000 mgr.y (mgr.14556) 12177 : cluster [DBG] pgmap v10761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:03.517173+0000 mgr.y (mgr.14556) 12177 : cluster [DBG] pgmap v10761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:03.517173+0000 mgr.y (mgr.14556) 12177 : cluster [DBG] pgmap v10761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:05.517914+0000 mgr.y (mgr.14556) 12178 : cluster [DBG] pgmap v10762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:05.517914+0000 mgr.y (mgr.14556) 12178 : cluster [DBG] pgmap v10762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:05.517914+0000 mgr.y (mgr.14556) 12178 : cluster [DBG] pgmap v10762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:07.518323+0000 mgr.y (mgr.14556) 12179 : cluster [DBG] pgmap v10763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:07.518323+0000 mgr.y (mgr.14556) 12179 : cluster [DBG] pgmap v10763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:09.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:07.518323+0000 mgr.y (mgr.14556) 12179 : cluster [DBG] pgmap v10763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:09.518825+0000 mgr.y (mgr.14556) 12180 : cluster [DBG] pgmap v10764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:09.518825+0000 mgr.y (mgr.14556) 12180 : cluster [DBG] pgmap v10764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:11.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:09.518825+0000 mgr.y (mgr.14556) 12180 : cluster [DBG] pgmap v10764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:44:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:11.519575+0000 mgr.y (mgr.14556) 12181 : cluster [DBG] pgmap v10765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:44:12.382676+0000 mon.a (mon.0) 2846 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:44:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:11.519575+0000 mgr.y (mgr.14556) 12181 : cluster [DBG] pgmap v10765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:44:12.382676+0000 mon.a (mon.0) 2846 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:44:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:11.519575+0000 mgr.y (mgr.14556) 12181 : cluster [DBG] pgmap v10765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:44:12.382676+0000 mon.a (mon.0) 2846 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:44:13.470 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:44:13.759 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:44:13.759 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 62s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:44:13.759 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 61s ago 5h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:44:13.759 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 62s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:44:13.759 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 61s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:44:13.759 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 61s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:44:13.759 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 62s ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 62s ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 61s ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 62s ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 62s ago 5h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 61s ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 62s ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 62s ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 62s ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 62s ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 61s ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 61s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (5h) 61s ago 5h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 61s ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:44:13.760 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 61s ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:44:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:44:12.691180+0000 mon.a (mon.0) 2847 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:44:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:44:12.691889+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:44:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:44:12.696316+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:44:14.106 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:44:14.106 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:44:14.106 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:44:14.106 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:44:14.106 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:44:14.106 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:44:14.106 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:44:14.106 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:44:14.106 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:44:14.107 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:44:14.107 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:44:14.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:44:14.107 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:44:14.107 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:44:14.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:44:14.107 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:44:14.107 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:44:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:44:12.691180+0000 mon.a (mon.0) 2847 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:44:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:44:12.691889+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:44:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:44:12.696316+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:44:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:44:13] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T12:44:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:44:12.691180+0000 mon.a (mon.0) 2847 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:44:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:44:12.691889+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:44:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:44:12.696316+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:44:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:44:13.459156+0000 mgr.y (mgr.14556) 12182 : audit [DBG] from='client.37247 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:44:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:13.519931+0000 mgr.y (mgr.14556) 12183 : cluster [DBG] pgmap v10766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:44:13.752520+0000 mgr.y (mgr.14556) 12184 : audit [DBG] from='client.27342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:44:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:44:14.107253+0000 mon.a (mon.0) 2850 : audit [DBG] from='client.? 172.21.15.23:0/2908984346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:44:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:44:13.459156+0000 mgr.y (mgr.14556) 12182 : audit [DBG] from='client.37247 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:44:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:13.519931+0000 mgr.y (mgr.14556) 12183 : cluster [DBG] pgmap v10766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:44:13.752520+0000 mgr.y (mgr.14556) 12184 : audit [DBG] from='client.27342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:44:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:44:14.107253+0000 mon.a (mon.0) 2850 : audit [DBG] from='client.? 172.21.15.23:0/2908984346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:44:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:44:13.459156+0000 mgr.y (mgr.14556) 12182 : audit [DBG] from='client.37247 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:44:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:13.519931+0000 mgr.y (mgr.14556) 12183 : cluster [DBG] pgmap v10766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:44:13.752520+0000 mgr.y (mgr.14556) 12184 : audit [DBG] from='client.27342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:44:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:44:14.107253+0000 mon.a (mon.0) 2850 : audit [DBG] from='client.? 172.21.15.23:0/2908984346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:44:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:15.520604+0000 mgr.y (mgr.14556) 12185 : cluster [DBG] pgmap v10767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:15.520604+0000 mgr.y (mgr.14556) 12185 : cluster [DBG] pgmap v10767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:15.520604+0000 mgr.y (mgr.14556) 12185 : cluster [DBG] pgmap v10767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:19.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:17.520970+0000 mgr.y (mgr.14556) 12186 : cluster [DBG] pgmap v10768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:17.520970+0000 mgr.y (mgr.14556) 12186 : cluster [DBG] pgmap v10768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:17.520970+0000 mgr.y (mgr.14556) 12186 : cluster [DBG] pgmap v10768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:21.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:19.521405+0000 mgr.y (mgr.14556) 12187 : cluster [DBG] pgmap v10769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:21.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:19.521405+0000 mgr.y (mgr.14556) 12187 : cluster [DBG] pgmap v10769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:19.521405+0000 mgr.y (mgr.14556) 12187 : cluster [DBG] pgmap v10769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:44:23.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:21.522194+0000 mgr.y (mgr.14556) 12188 : cluster [DBG] pgmap v10770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:21.522194+0000 mgr.y (mgr.14556) 12188 : cluster [DBG] pgmap v10770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:21.522194+0000 mgr.y (mgr.14556) 12188 : cluster [DBG] pgmap v10770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:44:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:44:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:23.522717+0000 mgr.y (mgr.14556) 12189 : cluster [DBG] pgmap v10771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:23.522717+0000 mgr.y (mgr.14556) 12189 : cluster [DBG] pgmap v10771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:23.522717+0000 mgr.y (mgr.14556) 12189 : cluster [DBG] pgmap v10771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:25.523381+0000 mgr.y (mgr.14556) 12190 : cluster [DBG] pgmap v10772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:25.523381+0000 mgr.y (mgr.14556) 12190 : cluster [DBG] pgmap v10772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:25.523381+0000 mgr.y (mgr.14556) 12190 : cluster [DBG] pgmap v10772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:27.523763+0000 mgr.y (mgr.14556) 12191 : cluster [DBG] pgmap v10773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:27.523763+0000 mgr.y (mgr.14556) 12191 : cluster [DBG] pgmap v10773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:27.523763+0000 mgr.y (mgr.14556) 12191 : cluster [DBG] pgmap v10773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:29.524314+0000 mgr.y (mgr.14556) 12192 : cluster [DBG] pgmap v10774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:29.524314+0000 mgr.y (mgr.14556) 12192 : cluster [DBG] pgmap v10774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:29.524314+0000 mgr.y (mgr.14556) 12192 : cluster [DBG] pgmap v10774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:44:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:31.525056+0000 mgr.y (mgr.14556) 12193 : cluster [DBG] pgmap v10775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:31.525056+0000 mgr.y (mgr.14556) 12193 : cluster [DBG] pgmap v10775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:31.525056+0000 mgr.y (mgr.14556) 12193 : cluster [DBG] pgmap v10775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:44:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:44:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:33.525544+0000 mgr.y (mgr.14556) 12194 : cluster [DBG] pgmap v10776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:33.525544+0000 mgr.y (mgr.14556) 12194 : cluster [DBG] pgmap v10776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:33.525544+0000 mgr.y (mgr.14556) 12194 : cluster [DBG] pgmap v10776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:35.526356+0000 mgr.y (mgr.14556) 12195 : cluster [DBG] pgmap v10777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:35.526356+0000 mgr.y (mgr.14556) 12195 : cluster [DBG] pgmap v10777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:35.526356+0000 mgr.y (mgr.14556) 12195 : cluster [DBG] pgmap v10777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:37.526799+0000 mgr.y (mgr.14556) 12196 : cluster [DBG] pgmap v10778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:37.526799+0000 mgr.y (mgr.14556) 12196 : cluster [DBG] pgmap v10778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:37.526799+0000 mgr.y (mgr.14556) 12196 : cluster [DBG] pgmap v10778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:39.527342+0000 mgr.y (mgr.14556) 12197 : cluster [DBG] pgmap v10779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:39.527342+0000 mgr.y (mgr.14556) 12197 : cluster [DBG] pgmap v10779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:39.527342+0000 mgr.y (mgr.14556) 12197 : cluster [DBG] pgmap v10779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:44:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:41.527999+0000 mgr.y (mgr.14556) 12198 : cluster [DBG] pgmap v10780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:41.527999+0000 mgr.y (mgr.14556) 12198 : cluster [DBG] pgmap v10780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:41.527999+0000 mgr.y (mgr.14556) 12198 : cluster [DBG] pgmap v10780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:44:43] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T12:44:44.430 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:44:44.715 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:44:44.715 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 93s ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:44:44.715 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 92s ago 5h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (5h) 93s ago 5h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (5h) 92s ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 92s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 93s ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 93s ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 92s ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 93s ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 93s ago 5h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 92s ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 93s ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 93s ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 93s ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 93s ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:44:44.716 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 92s ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:44:44.717 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 92s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:44:44.717 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 92s ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:44:44.717 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (5h) 92s ago 5h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:44:44.717 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 92s ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:44:45.066 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:44:45.066 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:44:45.066 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:44:45.066 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:44:45.066 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:44:45.066 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:44:45.066 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:44:45.067 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:44:45.067 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:44:45.067 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:44:45.067 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:44:45.067 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:44:45.067 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:44:45.067 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:44:45.067 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:44:45.067 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:44:45.067 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:44:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:43.528593+0000 mgr.y (mgr.14556) 12199 : cluster [DBG] pgmap v10781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:43.528593+0000 mgr.y (mgr.14556) 12199 : cluster [DBG] pgmap v10781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:43.528593+0000 mgr.y (mgr.14556) 12199 : cluster [DBG] pgmap v10781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:44:44.419428+0000 mgr.y (mgr.14556) 12200 : audit [DBG] from='client.37265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:44:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:44:44.708789+0000 mgr.y (mgr.14556) 12201 : audit [DBG] from='client.37271 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:44:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:44:45.067521+0000 mon.a (mon.0) 2851 : audit [DBG] from='client.? 172.21.15.23:0/959303252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:44:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:44:44.419428+0000 mgr.y (mgr.14556) 12200 : audit [DBG] from='client.37265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:44:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:44:44.708789+0000 mgr.y (mgr.14556) 12201 : audit [DBG] from='client.37271 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:44:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:44:45.067521+0000 mon.a (mon.0) 2851 : audit [DBG] from='client.? 172.21.15.23:0/959303252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:44:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:44:44.419428+0000 mgr.y (mgr.14556) 12200 : audit [DBG] from='client.37265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:44:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:44:44.708789+0000 mgr.y (mgr.14556) 12201 : audit [DBG] from='client.37271 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:44:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:44:45.067521+0000 mon.a (mon.0) 2851 : audit [DBG] from='client.? 172.21.15.23:0/959303252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:44:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:45.529101+0000 mgr.y (mgr.14556) 12202 : cluster [DBG] pgmap v10782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:45.529101+0000 mgr.y (mgr.14556) 12202 : cluster [DBG] pgmap v10782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:45.529101+0000 mgr.y (mgr.14556) 12202 : cluster [DBG] pgmap v10782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:47.529671+0000 mgr.y (mgr.14556) 12203 : cluster [DBG] pgmap v10783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:47.529671+0000 mgr.y (mgr.14556) 12203 : cluster [DBG] pgmap v10783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:47.529671+0000 mgr.y (mgr.14556) 12203 : cluster [DBG] pgmap v10783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:49.530041+0000 mgr.y (mgr.14556) 12204 : cluster [DBG] pgmap v10784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:49.530041+0000 mgr.y (mgr.14556) 12204 : cluster [DBG] pgmap v10784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:49.530041+0000 mgr.y (mgr.14556) 12204 : cluster [DBG] pgmap v10784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:44:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:51.530904+0000 mgr.y (mgr.14556) 12205 : cluster [DBG] pgmap v10785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:51.530904+0000 mgr.y (mgr.14556) 12205 : cluster [DBG] pgmap v10785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:51.530904+0000 mgr.y (mgr.14556) 12205 : cluster [DBG] pgmap v10785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:44:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:44:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:53.531317+0000 mgr.y (mgr.14556) 12206 : cluster [DBG] pgmap v10786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:53.531317+0000 mgr.y (mgr.14556) 12206 : cluster [DBG] pgmap v10786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:53.531317+0000 mgr.y (mgr.14556) 12206 : cluster [DBG] pgmap v10786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:55.531956+0000 mgr.y (mgr.14556) 12207 : cluster [DBG] pgmap v10787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:55.531956+0000 mgr.y (mgr.14556) 12207 : cluster [DBG] pgmap v10787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:55.531956+0000 mgr.y (mgr.14556) 12207 : cluster [DBG] pgmap v10787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:44:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:57.532504+0000 mgr.y (mgr.14556) 12208 : cluster [DBG] pgmap v10788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:44:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:57.532504+0000 mgr.y (mgr.14556) 12208 : cluster [DBG] pgmap v10788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:44:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:44:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:57.532504+0000 mgr.y (mgr.14556) 12208 : cluster [DBG] pgmap v10788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:44:59.533084+0000 mgr.y (mgr.14556) 12209 : cluster [DBG] pgmap v10789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:44:59.533084+0000 mgr.y (mgr.14556) 12209 : cluster [DBG] pgmap v10789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:44:59.533084+0000 mgr.y (mgr.14556) 12209 : cluster [DBG] pgmap v10789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:45:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:01.533919+0000 mgr.y (mgr.14556) 12210 : cluster [DBG] pgmap v10790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:01.533919+0000 mgr.y (mgr.14556) 12210 : cluster [DBG] pgmap v10790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:01.533919+0000 mgr.y (mgr.14556) 12210 : cluster [DBG] pgmap v10790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:45:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:45:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:03.534514+0000 mgr.y (mgr.14556) 12211 : cluster [DBG] pgmap v10791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:03.534514+0000 mgr.y (mgr.14556) 12211 : cluster [DBG] pgmap v10791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:03.534514+0000 mgr.y (mgr.14556) 12211 : cluster [DBG] pgmap v10791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:05.535110+0000 mgr.y (mgr.14556) 12212 : cluster [DBG] pgmap v10792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:05.535110+0000 mgr.y (mgr.14556) 12212 : cluster [DBG] pgmap v10792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:05.535110+0000 mgr.y (mgr.14556) 12212 : cluster [DBG] pgmap v10792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:07.535612+0000 mgr.y (mgr.14556) 12213 : cluster [DBG] pgmap v10793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:07.535612+0000 mgr.y (mgr.14556) 12213 : cluster [DBG] pgmap v10793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:07.535612+0000 mgr.y (mgr.14556) 12213 : cluster [DBG] pgmap v10793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:09.535996+0000 mgr.y (mgr.14556) 12214 : cluster [DBG] pgmap v10794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:09.535996+0000 mgr.y (mgr.14556) 12214 : cluster [DBG] pgmap v10794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:09.535996+0000 mgr.y (mgr.14556) 12214 : cluster [DBG] pgmap v10794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:45:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:11.536808+0000 mgr.y (mgr.14556) 12215 : cluster [DBG] pgmap v10795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:45:12.700675+0000 mon.a (mon.0) 2852 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:45:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:45:13.009353+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:45:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:45:13.010018+0000 mon.a (mon.0) 2854 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:45:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:45:13.018893+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:45:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:11.536808+0000 mgr.y (mgr.14556) 12215 : cluster [DBG] pgmap v10795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:45:12.700675+0000 mon.a (mon.0) 2852 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:45:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:45:13.009353+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:45:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:45:13.010018+0000 mon.a (mon.0) 2854 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:45:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:45:13.018893+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:45:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:11.536808+0000 mgr.y (mgr.14556) 12215 : cluster [DBG] pgmap v10795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:45:12.700675+0000 mon.a (mon.0) 2852 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:45:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:45:13.009353+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:45:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:45:13.010018+0000 mon.a (mon.0) 2854 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:45:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:45:13.018893+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:45:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:45:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:45:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:13.537388+0000 mgr.y (mgr.14556) 12216 : cluster [DBG] pgmap v10796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:13.537388+0000 mgr.y (mgr.14556) 12216 : cluster [DBG] pgmap v10796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:15.391 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:45:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:13.537388+0000 mgr.y (mgr.14556) 12216 : cluster [DBG] pgmap v10796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 2m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 2m ago 5h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 2m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 2m ago 5h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 2m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 2m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 2m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 2m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 2m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 2m ago 5h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 2m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 2m ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:45:15.679 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 2m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:45:15.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 2m ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:45:15.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 2m ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:45:15.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 2m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:45:15.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 2m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:45:15.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 2m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:45:15.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 2m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:45:15.680 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 2m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:45:16.025 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:45:16.026 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:45:16.026 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:45:16.026 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:45:16.026 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:45:16.026 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:45:16.026 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:45:16.026 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:45:16.026 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:45:16.026 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:45:16.027 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:45:16.027 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:45:16.027 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:45:16.027 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:45:16.027 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:45:16.027 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:45:16.027 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:45:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:45:16.026579+0000 mon.c (mon.2) 303 : audit [DBG] from='client.? 172.21.15.23:0/674899061' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:45:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:45:16.026579+0000 mon.c (mon.2) 303 : audit [DBG] from='client.? 172.21.15.23:0/674899061' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:45:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:45:16.026579+0000 mon.c (mon.2) 303 : audit [DBG] from='client.? 172.21.15.23:0/674899061' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:45:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:45:15.381155+0000 mgr.y (mgr.14556) 12217 : audit [DBG] from='client.27372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:45:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:15.537936+0000 mgr.y (mgr.14556) 12218 : cluster [DBG] pgmap v10797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:45:15.671459+0000 mgr.y (mgr.14556) 12219 : audit [DBG] from='client.27378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:45:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:45:15.381155+0000 mgr.y (mgr.14556) 12217 : audit [DBG] from='client.27372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:45:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:15.537936+0000 mgr.y (mgr.14556) 12218 : cluster [DBG] pgmap v10797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:45:15.671459+0000 mgr.y (mgr.14556) 12219 : audit [DBG] from='client.27378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:45:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:45:15.381155+0000 mgr.y (mgr.14556) 12217 : audit [DBG] from='client.27372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:45:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:15.537936+0000 mgr.y (mgr.14556) 12218 : cluster [DBG] pgmap v10797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:45:15.671459+0000 mgr.y (mgr.14556) 12219 : audit [DBG] from='client.27378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:45:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:17.538413+0000 mgr.y (mgr.14556) 12220 : cluster [DBG] pgmap v10798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:17.538413+0000 mgr.y (mgr.14556) 12220 : cluster [DBG] pgmap v10798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:17.538413+0000 mgr.y (mgr.14556) 12220 : cluster [DBG] pgmap v10798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:19.538880+0000 mgr.y (mgr.14556) 12221 : cluster [DBG] pgmap v10799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:19.538880+0000 mgr.y (mgr.14556) 12221 : cluster [DBG] pgmap v10799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:19.538880+0000 mgr.y (mgr.14556) 12221 : cluster [DBG] pgmap v10799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:45:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:21.539694+0000 mgr.y (mgr.14556) 12222 : cluster [DBG] pgmap v10800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:21.539694+0000 mgr.y (mgr.14556) 12222 : cluster [DBG] pgmap v10800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:21.539694+0000 mgr.y (mgr.14556) 12222 : cluster [DBG] pgmap v10800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:45:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:45:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:23.540105+0000 mgr.y (mgr.14556) 12223 : cluster [DBG] pgmap v10801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:23.540105+0000 mgr.y (mgr.14556) 12223 : cluster [DBG] pgmap v10801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:23.540105+0000 mgr.y (mgr.14556) 12223 : cluster [DBG] pgmap v10801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:25.540925+0000 mgr.y (mgr.14556) 12224 : cluster [DBG] pgmap v10802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:25.540925+0000 mgr.y (mgr.14556) 12224 : cluster [DBG] pgmap v10802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:25.540925+0000 mgr.y (mgr.14556) 12224 : cluster [DBG] pgmap v10802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:27.541292+0000 mgr.y (mgr.14556) 12225 : cluster [DBG] pgmap v10803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:27.541292+0000 mgr.y (mgr.14556) 12225 : cluster [DBG] pgmap v10803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:27.541292+0000 mgr.y (mgr.14556) 12225 : cluster [DBG] pgmap v10803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:31.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:29.541619+0000 mgr.y (mgr.14556) 12226 : cluster [DBG] pgmap v10804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:29.541619+0000 mgr.y (mgr.14556) 12226 : cluster [DBG] pgmap v10804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:29.541619+0000 mgr.y (mgr.14556) 12226 : cluster [DBG] pgmap v10804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:45:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:31.542245+0000 mgr.y (mgr.14556) 12227 : cluster [DBG] pgmap v10805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:31.542245+0000 mgr.y (mgr.14556) 12227 : cluster [DBG] pgmap v10805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:31.542245+0000 mgr.y (mgr.14556) 12227 : cluster [DBG] pgmap v10805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:45:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:45:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:33.542720+0000 mgr.y (mgr.14556) 12228 : cluster [DBG] pgmap v10806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:35.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:33.542720+0000 mgr.y (mgr.14556) 12228 : cluster [DBG] pgmap v10806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:33.542720+0000 mgr.y (mgr.14556) 12228 : cluster [DBG] pgmap v10806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:35.543390+0000 mgr.y (mgr.14556) 12229 : cluster [DBG] pgmap v10807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:35.543390+0000 mgr.y (mgr.14556) 12229 : cluster [DBG] pgmap v10807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:35.543390+0000 mgr.y (mgr.14556) 12229 : cluster [DBG] pgmap v10807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:37.543875+0000 mgr.y (mgr.14556) 12230 : cluster [DBG] pgmap v10808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:37.543875+0000 mgr.y (mgr.14556) 12230 : cluster [DBG] pgmap v10808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:37.543875+0000 mgr.y (mgr.14556) 12230 : cluster [DBG] pgmap v10808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:41.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:39.544349+0000 mgr.y (mgr.14556) 12231 : cluster [DBG] pgmap v10809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:39.544349+0000 mgr.y (mgr.14556) 12231 : cluster [DBG] pgmap v10809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:39.544349+0000 mgr.y (mgr.14556) 12231 : cluster [DBG] pgmap v10809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:45:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:41.545127+0000 mgr.y (mgr.14556) 12232 : cluster [DBG] pgmap v10810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:41.545127+0000 mgr.y (mgr.14556) 12232 : cluster [DBG] pgmap v10810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:41.545127+0000 mgr.y (mgr.14556) 12232 : cluster [DBG] pgmap v10810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:45:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:45:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:43.545614+0000 mgr.y (mgr.14556) 12233 : cluster [DBG] pgmap v10811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:43.545614+0000 mgr.y (mgr.14556) 12233 : cluster [DBG] pgmap v10811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:43.545614+0000 mgr.y (mgr.14556) 12233 : cluster [DBG] pgmap v10811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:46.353 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 2m ago 5h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 2m ago 5h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 2m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 2m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 2m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 2m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 2m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 2m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 2m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5h) 2m ago 5h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (5h) 2m ago 5h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 2m ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 2m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:45:46.641 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 2m ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:45:46.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 2m ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:45:46.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 2m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:45:46.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 2m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:45:46.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 2m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:45:46.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 2m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:45:46.642 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 2m ago 5h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:45:46.987 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:45:46.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:45:46.989 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:45:46.989 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:45:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:45.546311+0000 mgr.y (mgr.14556) 12234 : cluster [DBG] pgmap v10812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:45:46.988821+0000 mon.a (mon.0) 2856 : audit [DBG] from='client.? 172.21.15.23:0/3648961445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:45:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:45.546311+0000 mgr.y (mgr.14556) 12234 : cluster [DBG] pgmap v10812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:45:46.988821+0000 mon.a (mon.0) 2856 : audit [DBG] from='client.? 172.21.15.23:0/3648961445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:45:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:45.546311+0000 mgr.y (mgr.14556) 12234 : cluster [DBG] pgmap v10812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:45:46.988821+0000 mon.a (mon.0) 2856 : audit [DBG] from='client.? 172.21.15.23:0/3648961445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:45:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:45:46.342938+0000 mgr.y (mgr.14556) 12235 : audit [DBG] from='client.27390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:45:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:45:46.633908+0000 mgr.y (mgr.14556) 12236 : audit [DBG] from='client.37307 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:45:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:45:46.342938+0000 mgr.y (mgr.14556) 12235 : audit [DBG] from='client.27390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:45:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:45:46.633908+0000 mgr.y (mgr.14556) 12236 : audit [DBG] from='client.37307 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:45:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:45:46.342938+0000 mgr.y (mgr.14556) 12235 : audit [DBG] from='client.27390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:45:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:45:46.633908+0000 mgr.y (mgr.14556) 12236 : audit [DBG] from='client.37307 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:45:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:47.546788+0000 mgr.y (mgr.14556) 12237 : cluster [DBG] pgmap v10813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:47.546788+0000 mgr.y (mgr.14556) 12237 : cluster [DBG] pgmap v10813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:47.546788+0000 mgr.y (mgr.14556) 12237 : cluster [DBG] pgmap v10813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:49.547213+0000 mgr.y (mgr.14556) 12238 : cluster [DBG] pgmap v10814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:49.547213+0000 mgr.y (mgr.14556) 12238 : cluster [DBG] pgmap v10814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:49.547213+0000 mgr.y (mgr.14556) 12238 : cluster [DBG] pgmap v10814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:51.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:45:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:51.547980+0000 mgr.y (mgr.14556) 12239 : cluster [DBG] pgmap v10815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:51.547980+0000 mgr.y (mgr.14556) 12239 : cluster [DBG] pgmap v10815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:51.547980+0000 mgr.y (mgr.14556) 12239 : cluster [DBG] pgmap v10815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:45:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:45:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:53.548461+0000 mgr.y (mgr.14556) 12240 : cluster [DBG] pgmap v10816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:53.548461+0000 mgr.y (mgr.14556) 12240 : cluster [DBG] pgmap v10816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:53.548461+0000 mgr.y (mgr.14556) 12240 : cluster [DBG] pgmap v10816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:55.549098+0000 mgr.y (mgr.14556) 12241 : cluster [DBG] pgmap v10817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:55.549098+0000 mgr.y (mgr.14556) 12241 : cluster [DBG] pgmap v10817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:55.549098+0000 mgr.y (mgr.14556) 12241 : cluster [DBG] pgmap v10817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:45:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:57.549444+0000 mgr.y (mgr.14556) 12242 : cluster [DBG] pgmap v10818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:57.549444+0000 mgr.y (mgr.14556) 12242 : cluster [DBG] pgmap v10818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:45:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:57.549444+0000 mgr.y (mgr.14556) 12242 : cluster [DBG] pgmap v10818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:45:59.549917+0000 mgr.y (mgr.14556) 12243 : cluster [DBG] pgmap v10819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:45:59.549917+0000 mgr.y (mgr.14556) 12243 : cluster [DBG] pgmap v10819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:45:59.549917+0000 mgr.y (mgr.14556) 12243 : cluster [DBG] pgmap v10819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:46:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:01.550657+0000 mgr.y (mgr.14556) 12244 : cluster [DBG] pgmap v10820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:01.550657+0000 mgr.y (mgr.14556) 12244 : cluster [DBG] pgmap v10820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:01.550657+0000 mgr.y (mgr.14556) 12244 : cluster [DBG] pgmap v10820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:46:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:46:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:03.551266+0000 mgr.y (mgr.14556) 12245 : cluster [DBG] pgmap v10821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:05.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:03.551266+0000 mgr.y (mgr.14556) 12245 : cluster [DBG] pgmap v10821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:03.551266+0000 mgr.y (mgr.14556) 12245 : cluster [DBG] pgmap v10821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:05.552022+0000 mgr.y (mgr.14556) 12246 : cluster [DBG] pgmap v10822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:05.552022+0000 mgr.y (mgr.14556) 12246 : cluster [DBG] pgmap v10822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:05.552022+0000 mgr.y (mgr.14556) 12246 : cluster [DBG] pgmap v10822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:07.552468+0000 mgr.y (mgr.14556) 12247 : cluster [DBG] pgmap v10823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:07.552468+0000 mgr.y (mgr.14556) 12247 : cluster [DBG] pgmap v10823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:07.552468+0000 mgr.y (mgr.14556) 12247 : cluster [DBG] pgmap v10823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:11.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:09.552873+0000 mgr.y (mgr.14556) 12248 : cluster [DBG] pgmap v10824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:09.552873+0000 mgr.y (mgr.14556) 12248 : cluster [DBG] pgmap v10824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:09.552873+0000 mgr.y (mgr.14556) 12248 : cluster [DBG] pgmap v10824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:46:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:11.553568+0000 mgr.y (mgr.14556) 12249 : cluster [DBG] pgmap v10825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:11.553568+0000 mgr.y (mgr.14556) 12249 : cluster [DBG] pgmap v10825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:11.553568+0000 mgr.y (mgr.14556) 12249 : cluster [DBG] pgmap v10825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:46:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:46:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:46:13.023693+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:46:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:46:13.283418+0000 mon.a (mon.0) 2858 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:46:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:46:13.286751+0000 mon.a (mon.0) 2859 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:46:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:46:13.574623+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:46:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:46:13.575278+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:46:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:46:13.588745+0000 mon.a (mon.0) 2862 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:46:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:46:13.023693+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:46:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:46:13.283418+0000 mon.a (mon.0) 2858 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:46:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:46:13.286751+0000 mon.a (mon.0) 2859 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:46:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:46:13.574623+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:46:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:46:13.575278+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:46:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:46:13.588745+0000 mon.a (mon.0) 2862 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:46:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:46:13.023693+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:46:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:46:13.283418+0000 mon.a (mon.0) 2858 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:46:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:46:13.286751+0000 mon.a (mon.0) 2859 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:46:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:46:13.574623+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:46:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:46:13.575278+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:46:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:46:13.588745+0000 mon.a (mon.0) 2862 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:46:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:13.553903+0000 mgr.y (mgr.14556) 12250 : cluster [DBG] pgmap v10826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:13.553903+0000 mgr.y (mgr.14556) 12250 : cluster [DBG] pgmap v10826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:13.553903+0000 mgr.y (mgr.14556) 12250 : cluster [DBG] pgmap v10826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:17.313 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:46:17.604 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 3m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (5h) 3m ago 5h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 3m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 3m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 3m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 3m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 3m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 3m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 3m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 3m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 3m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 3m ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 3m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 3m ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:46:17.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 3m ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:46:17.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 3m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:46:17.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 3m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:46:17.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 3m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:46:17.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 3m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:46:17.606 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 3m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:46:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:15.554823+0000 mgr.y (mgr.14556) 12251 : cluster [DBG] pgmap v10827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:15.554823+0000 mgr.y (mgr.14556) 12251 : cluster [DBG] pgmap v10827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:15.554823+0000 mgr.y (mgr.14556) 12251 : cluster [DBG] pgmap v10827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:17.957 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:46:17.957 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:46:17.957 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:46:17.957 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:46:17.958 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:46:17.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:46:17.958 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:46:17.958 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:46:17.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:46:17.958 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:46:17.958 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:46:17.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:46:17.958 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:46:17.958 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:46:17.958 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:46:17.959 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:46:17.959 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:46:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:46:17.302016+0000 mgr.y (mgr.14556) 12252 : audit [DBG] from='client.27408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:46:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:46:17.958596+0000 mon.c (mon.2) 304 : audit [DBG] from='client.? 172.21.15.23:0/1684095578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:46:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:46:17.302016+0000 mgr.y (mgr.14556) 12252 : audit [DBG] from='client.27408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:46:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:46:17.958596+0000 mon.c (mon.2) 304 : audit [DBG] from='client.? 172.21.15.23:0/1684095578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:46:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:46:17.302016+0000 mgr.y (mgr.14556) 12252 : audit [DBG] from='client.27408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:46:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:46:17.958596+0000 mon.c (mon.2) 304 : audit [DBG] from='client.? 172.21.15.23:0/1684095578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:46:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:17.555160+0000 mgr.y (mgr.14556) 12253 : cluster [DBG] pgmap v10828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:46:17.598041+0000 mgr.y (mgr.14556) 12254 : audit [DBG] from='client.27414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:46:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:17.555160+0000 mgr.y (mgr.14556) 12253 : cluster [DBG] pgmap v10828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:46:17.598041+0000 mgr.y (mgr.14556) 12254 : audit [DBG] from='client.27414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:46:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:17.555160+0000 mgr.y (mgr.14556) 12253 : cluster [DBG] pgmap v10828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:46:17.598041+0000 mgr.y (mgr.14556) 12254 : audit [DBG] from='client.27414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:46:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:19.555512+0000 mgr.y (mgr.14556) 12255 : cluster [DBG] pgmap v10829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:19.555512+0000 mgr.y (mgr.14556) 12255 : cluster [DBG] pgmap v10829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:19.555512+0000 mgr.y (mgr.14556) 12255 : cluster [DBG] pgmap v10829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:46:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:21.556267+0000 mgr.y (mgr.14556) 12256 : cluster [DBG] pgmap v10830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:21.556267+0000 mgr.y (mgr.14556) 12256 : cluster [DBG] pgmap v10830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:21.556267+0000 mgr.y (mgr.14556) 12256 : cluster [DBG] pgmap v10830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:46:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:46:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:23.556775+0000 mgr.y (mgr.14556) 12257 : cluster [DBG] pgmap v10831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:23.556775+0000 mgr.y (mgr.14556) 12257 : cluster [DBG] pgmap v10831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:23.556775+0000 mgr.y (mgr.14556) 12257 : cluster [DBG] pgmap v10831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:25.557554+0000 mgr.y (mgr.14556) 12258 : cluster [DBG] pgmap v10832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:25.557554+0000 mgr.y (mgr.14556) 12258 : cluster [DBG] pgmap v10832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:25.557554+0000 mgr.y (mgr.14556) 12258 : cluster [DBG] pgmap v10832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:27.558119+0000 mgr.y (mgr.14556) 12259 : cluster [DBG] pgmap v10833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:27.558119+0000 mgr.y (mgr.14556) 12259 : cluster [DBG] pgmap v10833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:27.558119+0000 mgr.y (mgr.14556) 12259 : cluster [DBG] pgmap v10833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:29.558698+0000 mgr.y (mgr.14556) 12260 : cluster [DBG] pgmap v10834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:29.558698+0000 mgr.y (mgr.14556) 12260 : cluster [DBG] pgmap v10834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:29.558698+0000 mgr.y (mgr.14556) 12260 : cluster [DBG] pgmap v10834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:46:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:31.559585+0000 mgr.y (mgr.14556) 12261 : cluster [DBG] pgmap v10835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:31.559585+0000 mgr.y (mgr.14556) 12261 : cluster [DBG] pgmap v10835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:31.559585+0000 mgr.y (mgr.14556) 12261 : cluster [DBG] pgmap v10835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:46:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:46:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:33.560030+0000 mgr.y (mgr.14556) 12262 : cluster [DBG] pgmap v10836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:33.560030+0000 mgr.y (mgr.14556) 12262 : cluster [DBG] pgmap v10836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:33.560030+0000 mgr.y (mgr.14556) 12262 : cluster [DBG] pgmap v10836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:35.560705+0000 mgr.y (mgr.14556) 12263 : cluster [DBG] pgmap v10837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:35.560705+0000 mgr.y (mgr.14556) 12263 : cluster [DBG] pgmap v10837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:35.560705+0000 mgr.y (mgr.14556) 12263 : cluster [DBG] pgmap v10837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:37.561215+0000 mgr.y (mgr.14556) 12264 : cluster [DBG] pgmap v10838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:37.561215+0000 mgr.y (mgr.14556) 12264 : cluster [DBG] pgmap v10838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:37.561215+0000 mgr.y (mgr.14556) 12264 : cluster [DBG] pgmap v10838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:39.561761+0000 mgr.y (mgr.14556) 12265 : cluster [DBG] pgmap v10839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:39.561761+0000 mgr.y (mgr.14556) 12265 : cluster [DBG] pgmap v10839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:39.561761+0000 mgr.y (mgr.14556) 12265 : cluster [DBG] pgmap v10839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:46:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:41.562356+0000 mgr.y (mgr.14556) 12266 : cluster [DBG] pgmap v10840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:41.562356+0000 mgr.y (mgr.14556) 12266 : cluster [DBG] pgmap v10840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:41.562356+0000 mgr.y (mgr.14556) 12266 : cluster [DBG] pgmap v10840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:46:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:46:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:43.562823+0000 mgr.y (mgr.14556) 12267 : cluster [DBG] pgmap v10841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:43.562823+0000 mgr.y (mgr.14556) 12267 : cluster [DBG] pgmap v10841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:43.562823+0000 mgr.y (mgr.14556) 12267 : cluster [DBG] pgmap v10841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:47.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:45.563643+0000 mgr.y (mgr.14556) 12268 : cluster [DBG] pgmap v10842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:45.563643+0000 mgr.y (mgr.14556) 12268 : cluster [DBG] pgmap v10842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:45.563643+0000 mgr.y (mgr.14556) 12268 : cluster [DBG] pgmap v10842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:48.280 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:46:48.568 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:46:48.568 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5h) 3m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:46:48.568 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 3m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:46:48.568 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 3m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:46:48.568 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 3m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:46:48.568 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 3m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 3m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 3m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 3m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 3m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 3m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 3m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 3m ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 3m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 3m ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 3m ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 3m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 3m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 3m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 3m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:46:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (5h) 3m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:46:48.919 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:46:48.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:46:48.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:46:48.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:46:48.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:46:48.920 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:46:48.920 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:46:48.920 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:46:48.920 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:46:48.920 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:46:48.920 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:46:48.920 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:46:48.920 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:46:48.920 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:46:48.920 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:46:48.920 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:46:48.920 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:46:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:47.564161+0000 mgr.y (mgr.14556) 12269 : cluster [DBG] pgmap v10843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:46:48.269809+0000 mgr.y (mgr.14556) 12270 : audit [DBG] from='client.27426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:46:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:47.564161+0000 mgr.y (mgr.14556) 12269 : cluster [DBG] pgmap v10843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:46:48.269809+0000 mgr.y (mgr.14556) 12270 : audit [DBG] from='client.27426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:46:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:47.564161+0000 mgr.y (mgr.14556) 12269 : cluster [DBG] pgmap v10843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:46:48.269809+0000 mgr.y (mgr.14556) 12270 : audit [DBG] from='client.27426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:46:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:46:48.561660+0000 mgr.y (mgr.14556) 12271 : audit [DBG] from='client.37343 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:46:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:46:48.920495+0000 mon.a (mon.0) 2863 : audit [DBG] from='client.? 172.21.15.23:0/1754204511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:46:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:46:48.561660+0000 mgr.y (mgr.14556) 12271 : audit [DBG] from='client.37343 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:46:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:46:48.920495+0000 mon.a (mon.0) 2863 : audit [DBG] from='client.? 172.21.15.23:0/1754204511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:46:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:46:48.561660+0000 mgr.y (mgr.14556) 12271 : audit [DBG] from='client.37343 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:46:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:46:48.920495+0000 mon.a (mon.0) 2863 : audit [DBG] from='client.? 172.21.15.23:0/1754204511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:46:51.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:49.564624+0000 mgr.y (mgr.14556) 12272 : cluster [DBG] pgmap v10844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:49.564624+0000 mgr.y (mgr.14556) 12272 : cluster [DBG] pgmap v10844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:49.564624+0000 mgr.y (mgr.14556) 12272 : cluster [DBG] pgmap v10844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:46:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:51.565271+0000 mgr.y (mgr.14556) 12273 : cluster [DBG] pgmap v10845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:51.565271+0000 mgr.y (mgr.14556) 12273 : cluster [DBG] pgmap v10845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:51.565271+0000 mgr.y (mgr.14556) 12273 : cluster [DBG] pgmap v10845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:46:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:46:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:53.565766+0000 mgr.y (mgr.14556) 12274 : cluster [DBG] pgmap v10846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:53.565766+0000 mgr.y (mgr.14556) 12274 : cluster [DBG] pgmap v10846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:53.565766+0000 mgr.y (mgr.14556) 12274 : cluster [DBG] pgmap v10846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:55.566346+0000 mgr.y (mgr.14556) 12275 : cluster [DBG] pgmap v10847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:55.566346+0000 mgr.y (mgr.14556) 12275 : cluster [DBG] pgmap v10847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:55.566346+0000 mgr.y (mgr.14556) 12275 : cluster [DBG] pgmap v10847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:46:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:57.566872+0000 mgr.y (mgr.14556) 12276 : cluster [DBG] pgmap v10848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:46:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:57.566872+0000 mgr.y (mgr.14556) 12276 : cluster [DBG] pgmap v10848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:46:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:46:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:57.566872+0000 mgr.y (mgr.14556) 12276 : cluster [DBG] pgmap v10848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:46:59.567240+0000 mgr.y (mgr.14556) 12277 : cluster [DBG] pgmap v10849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:46:59.567240+0000 mgr.y (mgr.14556) 12277 : cluster [DBG] pgmap v10849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:46:59.567240+0000 mgr.y (mgr.14556) 12277 : cluster [DBG] pgmap v10849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:47:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:01.568030+0000 mgr.y (mgr.14556) 12278 : cluster [DBG] pgmap v10850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:01.568030+0000 mgr.y (mgr.14556) 12278 : cluster [DBG] pgmap v10850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:01.568030+0000 mgr.y (mgr.14556) 12278 : cluster [DBG] pgmap v10850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:47:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:47:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:03.568535+0000 mgr.y (mgr.14556) 12279 : cluster [DBG] pgmap v10851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:03.568535+0000 mgr.y (mgr.14556) 12279 : cluster [DBG] pgmap v10851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:03.568535+0000 mgr.y (mgr.14556) 12279 : cluster [DBG] pgmap v10851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:05.569253+0000 mgr.y (mgr.14556) 12280 : cluster [DBG] pgmap v10852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:05.569253+0000 mgr.y (mgr.14556) 12280 : cluster [DBG] pgmap v10852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:05.569253+0000 mgr.y (mgr.14556) 12280 : cluster [DBG] pgmap v10852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:07.569594+0000 mgr.y (mgr.14556) 12281 : cluster [DBG] pgmap v10853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:07.569594+0000 mgr.y (mgr.14556) 12281 : cluster [DBG] pgmap v10853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:07.569594+0000 mgr.y (mgr.14556) 12281 : cluster [DBG] pgmap v10853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:09.570141+0000 mgr.y (mgr.14556) 12282 : cluster [DBG] pgmap v10854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:09.570141+0000 mgr.y (mgr.14556) 12282 : cluster [DBG] pgmap v10854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:09.570141+0000 mgr.y (mgr.14556) 12282 : cluster [DBG] pgmap v10854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:47:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:11.570796+0000 mgr.y (mgr.14556) 12283 : cluster [DBG] pgmap v10855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:11.570796+0000 mgr.y (mgr.14556) 12283 : cluster [DBG] pgmap v10855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:11.570796+0000 mgr.y (mgr.14556) 12283 : cluster [DBG] pgmap v10855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:47:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:47:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:47:13.593173+0000 mon.a (mon.0) 2864 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:47:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:47:13.901362+0000 mon.a (mon.0) 2865 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:47:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:47:13.902018+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:47:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:47:13.907955+0000 mon.a (mon.0) 2867 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:47:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:47:13.593173+0000 mon.a (mon.0) 2864 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:47:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:47:13.901362+0000 mon.a (mon.0) 2865 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:47:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:47:13.902018+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:47:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:47:13.907955+0000 mon.a (mon.0) 2867 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:47:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:47:13.593173+0000 mon.a (mon.0) 2864 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:47:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:47:13.901362+0000 mon.a (mon.0) 2865 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:47:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:47:13.902018+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:47:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:47:13.907955+0000 mon.a (mon.0) 2867 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:47:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:13.571206+0000 mgr.y (mgr.14556) 12284 : cluster [DBG] pgmap v10856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:13.571206+0000 mgr.y (mgr.14556) 12284 : cluster [DBG] pgmap v10856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:13.571206+0000 mgr.y (mgr.14556) 12284 : cluster [DBG] pgmap v10856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:15.571994+0000 mgr.y (mgr.14556) 12285 : cluster [DBG] pgmap v10857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:15.571994+0000 mgr.y (mgr.14556) 12285 : cluster [DBG] pgmap v10857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:15.571994+0000 mgr.y (mgr.14556) 12285 : cluster [DBG] pgmap v10857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:19.248 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:47:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:17.572429+0000 mgr.y (mgr.14556) 12286 : cluster [DBG] pgmap v10858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:19.394 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:17.572429+0000 mgr.y (mgr.14556) 12286 : cluster [DBG] pgmap v10858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:17.572429+0000 mgr.y (mgr.14556) 12286 : cluster [DBG] pgmap v10858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:19.536 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:47:19.536 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 4m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:47:19.536 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 4m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:47:19.536 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 4m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:47:19.536 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 4m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:47:19.536 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 4m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:47:19.536 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 4m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:47:19.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 4m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:47:19.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 4m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:47:19.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 4m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:47:19.537 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 4m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:47:19.537 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 4m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:47:19.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 4m ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:47:19.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 4m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:47:19.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 4m ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:47:19.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 4m ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:47:19.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 4m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:47:19.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 4m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:47:19.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 4m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:47:19.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 4m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:47:19.537 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 4m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:47:19.889 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:47:19.889 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:47:19.889 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:47:19.889 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:47:19.889 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:47:19.889 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:47:19.890 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:47:19.890 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:47:19.890 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:47:19.890 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:47:19.890 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:47:19.890 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:47:19.890 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:47:19.890 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:47:19.890 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:47:19.890 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:47:19.890 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:47:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:47:19.237468+0000 mgr.y (mgr.14556) 12287 : audit [DBG] from='client.27444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:47:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:47:19.890567+0000 mon.c (mon.2) 305 : audit [DBG] from='client.? 172.21.15.23:0/3634463495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:47:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:47:19.237468+0000 mgr.y (mgr.14556) 12287 : audit [DBG] from='client.27444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:47:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:47:19.890567+0000 mon.c (mon.2) 305 : audit [DBG] from='client.? 172.21.15.23:0/3634463495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:47:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:47:19.237468+0000 mgr.y (mgr.14556) 12287 : audit [DBG] from='client.27444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:47:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:47:19.890567+0000 mon.c (mon.2) 305 : audit [DBG] from='client.? 172.21.15.23:0/3634463495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:47:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:47:19.529451+0000 mgr.y (mgr.14556) 12288 : audit [DBG] from='client.37361 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:47:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:19.572769+0000 mgr.y (mgr.14556) 12289 : cluster [DBG] pgmap v10859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:47:19.529451+0000 mgr.y (mgr.14556) 12288 : audit [DBG] from='client.37361 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:47:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:19.572769+0000 mgr.y (mgr.14556) 12289 : cluster [DBG] pgmap v10859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:47:19.529451+0000 mgr.y (mgr.14556) 12288 : audit [DBG] from='client.37361 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:47:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:19.572769+0000 mgr.y (mgr.14556) 12289 : cluster [DBG] pgmap v10859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:47:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:21.573529+0000 mgr.y (mgr.14556) 12290 : cluster [DBG] pgmap v10860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:21.573529+0000 mgr.y (mgr.14556) 12290 : cluster [DBG] pgmap v10860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:21.573529+0000 mgr.y (mgr.14556) 12290 : cluster [DBG] pgmap v10860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:47:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:47:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:23.574078+0000 mgr.y (mgr.14556) 12291 : cluster [DBG] pgmap v10861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:23.574078+0000 mgr.y (mgr.14556) 12291 : cluster [DBG] pgmap v10861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:23.574078+0000 mgr.y (mgr.14556) 12291 : cluster [DBG] pgmap v10861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:25.574834+0000 mgr.y (mgr.14556) 12292 : cluster [DBG] pgmap v10862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:25.574834+0000 mgr.y (mgr.14556) 12292 : cluster [DBG] pgmap v10862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:25.574834+0000 mgr.y (mgr.14556) 12292 : cluster [DBG] pgmap v10862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:27.575217+0000 mgr.y (mgr.14556) 12293 : cluster [DBG] pgmap v10863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:27.575217+0000 mgr.y (mgr.14556) 12293 : cluster [DBG] pgmap v10863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:27.575217+0000 mgr.y (mgr.14556) 12293 : cluster [DBG] pgmap v10863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:29.575723+0000 mgr.y (mgr.14556) 12294 : cluster [DBG] pgmap v10864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:29.575723+0000 mgr.y (mgr.14556) 12294 : cluster [DBG] pgmap v10864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:29.575723+0000 mgr.y (mgr.14556) 12294 : cluster [DBG] pgmap v10864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:47:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:31.576404+0000 mgr.y (mgr.14556) 12295 : cluster [DBG] pgmap v10865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:31.576404+0000 mgr.y (mgr.14556) 12295 : cluster [DBG] pgmap v10865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:31.576404+0000 mgr.y (mgr.14556) 12295 : cluster [DBG] pgmap v10865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:47:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:47:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:33.576856+0000 mgr.y (mgr.14556) 12296 : cluster [DBG] pgmap v10866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:33.576856+0000 mgr.y (mgr.14556) 12296 : cluster [DBG] pgmap v10866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:33.576856+0000 mgr.y (mgr.14556) 12296 : cluster [DBG] pgmap v10866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:35.577506+0000 mgr.y (mgr.14556) 12297 : cluster [DBG] pgmap v10867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:35.577506+0000 mgr.y (mgr.14556) 12297 : cluster [DBG] pgmap v10867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:35.577506+0000 mgr.y (mgr.14556) 12297 : cluster [DBG] pgmap v10867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:37.577926+0000 mgr.y (mgr.14556) 12298 : cluster [DBG] pgmap v10868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:37.577926+0000 mgr.y (mgr.14556) 12298 : cluster [DBG] pgmap v10868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:37.577926+0000 mgr.y (mgr.14556) 12298 : cluster [DBG] pgmap v10868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:39.578439+0000 mgr.y (mgr.14556) 12299 : cluster [DBG] pgmap v10869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:39.578439+0000 mgr.y (mgr.14556) 12299 : cluster [DBG] pgmap v10869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:39.578439+0000 mgr.y (mgr.14556) 12299 : cluster [DBG] pgmap v10869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:47:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:41.579143+0000 mgr.y (mgr.14556) 12300 : cluster [DBG] pgmap v10870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:41.579143+0000 mgr.y (mgr.14556) 12300 : cluster [DBG] pgmap v10870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:41.579143+0000 mgr.y (mgr.14556) 12300 : cluster [DBG] pgmap v10870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:47:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:47:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:43.579543+0000 mgr.y (mgr.14556) 12301 : cluster [DBG] pgmap v10871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:43.579543+0000 mgr.y (mgr.14556) 12301 : cluster [DBG] pgmap v10871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:43.579543+0000 mgr.y (mgr.14556) 12301 : cluster [DBG] pgmap v10871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:45.580161+0000 mgr.y (mgr.14556) 12302 : cluster [DBG] pgmap v10872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:45.580161+0000 mgr.y (mgr.14556) 12302 : cluster [DBG] pgmap v10872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:45.580161+0000 mgr.y (mgr.14556) 12302 : cluster [DBG] pgmap v10872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:47.580683+0000 mgr.y (mgr.14556) 12303 : cluster [DBG] pgmap v10873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:47.580683+0000 mgr.y (mgr.14556) 12303 : cluster [DBG] pgmap v10873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:47.580683+0000 mgr.y (mgr.14556) 12303 : cluster [DBG] pgmap v10873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:50.209 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:47:50.497 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:47:50.497 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 4m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 4m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 4m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 4m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 4m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 4m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 4m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 4m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 4m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 4m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 4m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 4m ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 4m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 4m ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 4m ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:47:50.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 4m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:47:50.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 4m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:47:50.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 4m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:47:50.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 4m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:47:50.499 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 4m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:47:50.844 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:47:50.844 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:47:50.844 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:47:50.845 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:47:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:49.581030+0000 mgr.y (mgr.14556) 12304 : cluster [DBG] pgmap v10874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:47:50.198447+0000 mgr.y (mgr.14556) 12305 : audit [DBG] from='client.27462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:47:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:47:50.845633+0000 mon.a (mon.0) 2868 : audit [DBG] from='client.? 172.21.15.23:0/4178451152' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:47:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:49.581030+0000 mgr.y (mgr.14556) 12304 : cluster [DBG] pgmap v10874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:47:50.198447+0000 mgr.y (mgr.14556) 12305 : audit [DBG] from='client.27462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:47:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:47:50.845633+0000 mon.a (mon.0) 2868 : audit [DBG] from='client.? 172.21.15.23:0/4178451152' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:47:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:49.581030+0000 mgr.y (mgr.14556) 12304 : cluster [DBG] pgmap v10874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:47:50.198447+0000 mgr.y (mgr.14556) 12305 : audit [DBG] from='client.27462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:47:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:47:50.845633+0000 mon.a (mon.0) 2868 : audit [DBG] from='client.? 172.21.15.23:0/4178451152' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:47:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:47:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:47:50.490742+0000 mgr.y (mgr.14556) 12306 : audit [DBG] from='client.27468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:47:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:47:50.490742+0000 mgr.y (mgr.14556) 12306 : audit [DBG] from='client.27468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:47:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:47:50.490742+0000 mgr.y (mgr.14556) 12306 : audit [DBG] from='client.27468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:47:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:51.581908+0000 mgr.y (mgr.14556) 12307 : cluster [DBG] pgmap v10875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:51.581908+0000 mgr.y (mgr.14556) 12307 : cluster [DBG] pgmap v10875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:51.581908+0000 mgr.y (mgr.14556) 12307 : cluster [DBG] pgmap v10875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:47:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:47:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:53.582499+0000 mgr.y (mgr.14556) 12308 : cluster [DBG] pgmap v10876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:53.582499+0000 mgr.y (mgr.14556) 12308 : cluster [DBG] pgmap v10876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:53.582499+0000 mgr.y (mgr.14556) 12308 : cluster [DBG] pgmap v10876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:55.583240+0000 mgr.y (mgr.14556) 12309 : cluster [DBG] pgmap v10877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:55.583240+0000 mgr.y (mgr.14556) 12309 : cluster [DBG] pgmap v10877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:55.583240+0000 mgr.y (mgr.14556) 12309 : cluster [DBG] pgmap v10877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:47:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:57.583787+0000 mgr.y (mgr.14556) 12310 : cluster [DBG] pgmap v10878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:47:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:57.583787+0000 mgr.y (mgr.14556) 12310 : cluster [DBG] pgmap v10878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:47:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:47:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:57.583787+0000 mgr.y (mgr.14556) 12310 : cluster [DBG] pgmap v10878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:47:59.584350+0000 mgr.y (mgr.14556) 12311 : cluster [DBG] pgmap v10879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:47:59.584350+0000 mgr.y (mgr.14556) 12311 : cluster [DBG] pgmap v10879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:47:59.584350+0000 mgr.y (mgr.14556) 12311 : cluster [DBG] pgmap v10879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:48:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:01.585178+0000 mgr.y (mgr.14556) 12312 : cluster [DBG] pgmap v10880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:01.585178+0000 mgr.y (mgr.14556) 12312 : cluster [DBG] pgmap v10880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:01.585178+0000 mgr.y (mgr.14556) 12312 : cluster [DBG] pgmap v10880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:48:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:48:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:03.585546+0000 mgr.y (mgr.14556) 12313 : cluster [DBG] pgmap v10881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:05.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:03.585546+0000 mgr.y (mgr.14556) 12313 : cluster [DBG] pgmap v10881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:03.585546+0000 mgr.y (mgr.14556) 12313 : cluster [DBG] pgmap v10881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:05.586392+0000 mgr.y (mgr.14556) 12314 : cluster [DBG] pgmap v10882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:05.586392+0000 mgr.y (mgr.14556) 12314 : cluster [DBG] pgmap v10882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:05.586392+0000 mgr.y (mgr.14556) 12314 : cluster [DBG] pgmap v10882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:09.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:07.586810+0000 mgr.y (mgr.14556) 12315 : cluster [DBG] pgmap v10883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:07.586810+0000 mgr.y (mgr.14556) 12315 : cluster [DBG] pgmap v10883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:07.586810+0000 mgr.y (mgr.14556) 12315 : cluster [DBG] pgmap v10883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:11.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:09.587353+0000 mgr.y (mgr.14556) 12316 : cluster [DBG] pgmap v10884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:09.587353+0000 mgr.y (mgr.14556) 12316 : cluster [DBG] pgmap v10884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:09.587353+0000 mgr.y (mgr.14556) 12316 : cluster [DBG] pgmap v10884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:48:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:11.588155+0000 mgr.y (mgr.14556) 12317 : cluster [DBG] pgmap v10885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:11.588155+0000 mgr.y (mgr.14556) 12317 : cluster [DBG] pgmap v10885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:11.588155+0000 mgr.y (mgr.14556) 12317 : cluster [DBG] pgmap v10885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:48:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:48:15.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:13.588716+0000 mgr.y (mgr.14556) 12318 : cluster [DBG] pgmap v10886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:48:13.912350+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:48:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:48:14.216546+0000 mon.a (mon.0) 2870 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:48:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:48:14.217219+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:48:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:48:14.230826+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:48:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:13.588716+0000 mgr.y (mgr.14556) 12318 : cluster [DBG] pgmap v10886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:48:13.912350+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:48:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:48:14.216546+0000 mon.a (mon.0) 2870 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:48:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:48:14.217219+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:48:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:48:14.230826+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:48:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:13.588716+0000 mgr.y (mgr.14556) 12318 : cluster [DBG] pgmap v10886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:48:13.912350+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:48:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:48:14.216546+0000 mon.a (mon.0) 2870 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:48:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:48:14.217219+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:48:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:48:14.230826+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:48:17.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:15.589541+0000 mgr.y (mgr.14556) 12319 : cluster [DBG] pgmap v10887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:15.589541+0000 mgr.y (mgr.14556) 12319 : cluster [DBG] pgmap v10887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:15.589541+0000 mgr.y (mgr.14556) 12319 : cluster [DBG] pgmap v10887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:17.589939+0000 mgr.y (mgr.14556) 12320 : cluster [DBG] pgmap v10888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:17.589939+0000 mgr.y (mgr.14556) 12320 : cluster [DBG] pgmap v10888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:17.589939+0000 mgr.y (mgr.14556) 12320 : cluster [DBG] pgmap v10888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:21.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:19.590440+0000 mgr.y (mgr.14556) 12321 : cluster [DBG] pgmap v10889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:21.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:19.590440+0000 mgr.y (mgr.14556) 12321 : cluster [DBG] pgmap v10889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:19.590440+0000 mgr.y (mgr.14556) 12321 : cluster [DBG] pgmap v10889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:21.166 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:48:21.453 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:48:21.453 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 5m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:48:21.453 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:48:21.453 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 5m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:48:21.453 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:48:21.453 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 5m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 5m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 5m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 5m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 5m ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 5m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 5m ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 5m ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:48:21.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:48:21.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:48:21.455 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:48:21.802 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:48:21.802 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:48:21.802 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:48:21.803 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:48:21.804 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:48:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:48:21.155322+0000 mgr.y (mgr.14556) 12322 : audit [DBG] from='client.37391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:48:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:48:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:48:21.155322+0000 mgr.y (mgr.14556) 12322 : audit [DBG] from='client.37391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:48:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:48:21.155322+0000 mgr.y (mgr.14556) 12322 : audit [DBG] from='client.37391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:48:23.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:48:21.446489+0000 mgr.y (mgr.14556) 12323 : audit [DBG] from='client.37397 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:48:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:21.591134+0000 mgr.y (mgr.14556) 12324 : cluster [DBG] pgmap v10890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:48:21.803534+0000 mon.c (mon.2) 306 : audit [DBG] from='client.? 172.21.15.23:0/353083756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:48:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:48:21.446489+0000 mgr.y (mgr.14556) 12323 : audit [DBG] from='client.37397 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:48:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:21.591134+0000 mgr.y (mgr.14556) 12324 : cluster [DBG] pgmap v10890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:48:21.803534+0000 mon.c (mon.2) 306 : audit [DBG] from='client.? 172.21.15.23:0/353083756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:48:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:48:21.446489+0000 mgr.y (mgr.14556) 12323 : audit [DBG] from='client.37397 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:48:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:21.591134+0000 mgr.y (mgr.14556) 12324 : cluster [DBG] pgmap v10890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:48:21.803534+0000 mon.c (mon.2) 306 : audit [DBG] from='client.? 172.21.15.23:0/353083756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:48:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:48:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:48:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:23.591603+0000 mgr.y (mgr.14556) 12325 : cluster [DBG] pgmap v10891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:23.591603+0000 mgr.y (mgr.14556) 12325 : cluster [DBG] pgmap v10891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:23.591603+0000 mgr.y (mgr.14556) 12325 : cluster [DBG] pgmap v10891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:25.592409+0000 mgr.y (mgr.14556) 12326 : cluster [DBG] pgmap v10892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:25.592409+0000 mgr.y (mgr.14556) 12326 : cluster [DBG] pgmap v10892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:25.592409+0000 mgr.y (mgr.14556) 12326 : cluster [DBG] pgmap v10892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:27.592890+0000 mgr.y (mgr.14556) 12327 : cluster [DBG] pgmap v10893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:27.592890+0000 mgr.y (mgr.14556) 12327 : cluster [DBG] pgmap v10893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:27.592890+0000 mgr.y (mgr.14556) 12327 : cluster [DBG] pgmap v10893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:31.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:29.593428+0000 mgr.y (mgr.14556) 12328 : cluster [DBG] pgmap v10894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:29.593428+0000 mgr.y (mgr.14556) 12328 : cluster [DBG] pgmap v10894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:29.593428+0000 mgr.y (mgr.14556) 12328 : cluster [DBG] pgmap v10894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:48:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:31.594235+0000 mgr.y (mgr.14556) 12329 : cluster [DBG] pgmap v10895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:31.594235+0000 mgr.y (mgr.14556) 12329 : cluster [DBG] pgmap v10895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:31.594235+0000 mgr.y (mgr.14556) 12329 : cluster [DBG] pgmap v10895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:48:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:48:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:33.594728+0000 mgr.y (mgr.14556) 12330 : cluster [DBG] pgmap v10896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:33.594728+0000 mgr.y (mgr.14556) 12330 : cluster [DBG] pgmap v10896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:33.594728+0000 mgr.y (mgr.14556) 12330 : cluster [DBG] pgmap v10896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:35.595373+0000 mgr.y (mgr.14556) 12331 : cluster [DBG] pgmap v10897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:35.595373+0000 mgr.y (mgr.14556) 12331 : cluster [DBG] pgmap v10897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:35.595373+0000 mgr.y (mgr.14556) 12331 : cluster [DBG] pgmap v10897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:37.595892+0000 mgr.y (mgr.14556) 12332 : cluster [DBG] pgmap v10898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:37.595892+0000 mgr.y (mgr.14556) 12332 : cluster [DBG] pgmap v10898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:37.595892+0000 mgr.y (mgr.14556) 12332 : cluster [DBG] pgmap v10898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:39.596385+0000 mgr.y (mgr.14556) 12333 : cluster [DBG] pgmap v10899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:39.596385+0000 mgr.y (mgr.14556) 12333 : cluster [DBG] pgmap v10899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:39.596385+0000 mgr.y (mgr.14556) 12333 : cluster [DBG] pgmap v10899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:48:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:41.597141+0000 mgr.y (mgr.14556) 12334 : cluster [DBG] pgmap v10900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:41.597141+0000 mgr.y (mgr.14556) 12334 : cluster [DBG] pgmap v10900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:41.597141+0000 mgr.y (mgr.14556) 12334 : cluster [DBG] pgmap v10900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:48:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T12:48:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:43.597630+0000 mgr.y (mgr.14556) 12335 : cluster [DBG] pgmap v10901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:43.597630+0000 mgr.y (mgr.14556) 12335 : cluster [DBG] pgmap v10901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:43.597630+0000 mgr.y (mgr.14556) 12335 : cluster [DBG] pgmap v10901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:45.598465+0000 mgr.y (mgr.14556) 12336 : cluster [DBG] pgmap v10902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:47.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:45.598465+0000 mgr.y (mgr.14556) 12336 : cluster [DBG] pgmap v10902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:45.598465+0000 mgr.y (mgr.14556) 12336 : cluster [DBG] pgmap v10902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:47.598932+0000 mgr.y (mgr.14556) 12337 : cluster [DBG] pgmap v10903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:47.598932+0000 mgr.y (mgr.14556) 12337 : cluster [DBG] pgmap v10903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:47.598932+0000 mgr.y (mgr.14556) 12337 : cluster [DBG] pgmap v10903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:49.599493+0000 mgr.y (mgr.14556) 12338 : cluster [DBG] pgmap v10904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:49.599493+0000 mgr.y (mgr.14556) 12338 : cluster [DBG] pgmap v10904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:49.599493+0000 mgr.y (mgr.14556) 12338 : cluster [DBG] pgmap v10904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:48:52.131 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:48:52.420 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:48:52.420 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 5m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:48:52.420 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:48:52.420 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 5m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:48:52.420 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:48:52.420 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:48:52.420 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 5m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:48:52.420 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 5m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:48:52.420 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:48:52.420 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 5m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:48:52.420 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 5m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:48:52.421 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:48:52.421 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 5m ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:48:52.421 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 5m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:48:52.421 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 5m ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:48:52.421 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 5m ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:48:52.421 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:48:52.421 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:48:52.421 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:48:52.421 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:48:52.421 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:48:52.775 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:48:52.775 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:48:52.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:48:52.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:48:52.775 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:48:52.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:48:52.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:48:52.775 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:48:52.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:48:52.776 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:48:52.776 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:48:52.776 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:48:52.776 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:48:52.776 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:48:52.776 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:48:52.776 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:48:52.776 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:48:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:51.600121+0000 mgr.y (mgr.14556) 12339 : cluster [DBG] pgmap v10905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:48:52.120506+0000 mgr.y (mgr.14556) 12340 : audit [DBG] from='client.27498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:48:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:48:52.776147+0000 mon.c (mon.2) 307 : audit [DBG] from='client.? 172.21.15.23:0/1895639702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:48:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:51.600121+0000 mgr.y (mgr.14556) 12339 : cluster [DBG] pgmap v10905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:48:52.120506+0000 mgr.y (mgr.14556) 12340 : audit [DBG] from='client.27498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:48:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:48:52.776147+0000 mon.c (mon.2) 307 : audit [DBG] from='client.? 172.21.15.23:0/1895639702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:48:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:51.600121+0000 mgr.y (mgr.14556) 12339 : cluster [DBG] pgmap v10905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:48:52.120506+0000 mgr.y (mgr.14556) 12340 : audit [DBG] from='client.27498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:48:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:48:52.776147+0000 mon.c (mon.2) 307 : audit [DBG] from='client.? 172.21.15.23:0/1895639702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:48:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:48:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T12:48:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:48:52.412936+0000 mgr.y (mgr.14556) 12341 : audit [DBG] from='client.37415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:48:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:48:52.412936+0000 mgr.y (mgr.14556) 12341 : audit [DBG] from='client.37415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:48:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:48:52.412936+0000 mgr.y (mgr.14556) 12341 : audit [DBG] from='client.37415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:48:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:53.600804+0000 mgr.y (mgr.14556) 12342 : cluster [DBG] pgmap v10906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:53.600804+0000 mgr.y (mgr.14556) 12342 : cluster [DBG] pgmap v10906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:53.600804+0000 mgr.y (mgr.14556) 12342 : cluster [DBG] pgmap v10906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:55.601567+0000 mgr.y (mgr.14556) 12343 : cluster [DBG] pgmap v10907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:55.601567+0000 mgr.y (mgr.14556) 12343 : cluster [DBG] pgmap v10907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:55.601567+0000 mgr.y (mgr.14556) 12343 : cluster [DBG] pgmap v10907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:48:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:57.602200+0000 mgr.y (mgr.14556) 12344 : cluster [DBG] pgmap v10908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:48:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:57.602200+0000 mgr.y (mgr.14556) 12344 : cluster [DBG] pgmap v10908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:48:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:48:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:57.602200+0000 mgr.y (mgr.14556) 12344 : cluster [DBG] pgmap v10908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:48:59.602757+0000 mgr.y (mgr.14556) 12345 : cluster [DBG] pgmap v10909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:48:59.602757+0000 mgr.y (mgr.14556) 12345 : cluster [DBG] pgmap v10909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:48:59.602757+0000 mgr.y (mgr.14556) 12345 : cluster [DBG] pgmap v10909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:49:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:01.603443+0000 mgr.y (mgr.14556) 12346 : cluster [DBG] pgmap v10910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:01.603443+0000 mgr.y (mgr.14556) 12346 : cluster [DBG] pgmap v10910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:01.603443+0000 mgr.y (mgr.14556) 12346 : cluster [DBG] pgmap v10910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:49:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T12:49:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:03.603833+0000 mgr.y (mgr.14556) 12347 : cluster [DBG] pgmap v10911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:03.603833+0000 mgr.y (mgr.14556) 12347 : cluster [DBG] pgmap v10911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:03.603833+0000 mgr.y (mgr.14556) 12347 : cluster [DBG] pgmap v10911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:05.604541+0000 mgr.y (mgr.14556) 12348 : cluster [DBG] pgmap v10912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:05.604541+0000 mgr.y (mgr.14556) 12348 : cluster [DBG] pgmap v10912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:05.604541+0000 mgr.y (mgr.14556) 12348 : cluster [DBG] pgmap v10912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:07.605013+0000 mgr.y (mgr.14556) 12349 : cluster [DBG] pgmap v10913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:07.605013+0000 mgr.y (mgr.14556) 12349 : cluster [DBG] pgmap v10913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:07.605013+0000 mgr.y (mgr.14556) 12349 : cluster [DBG] pgmap v10913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:09.605482+0000 mgr.y (mgr.14556) 12350 : cluster [DBG] pgmap v10914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:09.605482+0000 mgr.y (mgr.14556) 12350 : cluster [DBG] pgmap v10914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:09.605482+0000 mgr.y (mgr.14556) 12350 : cluster [DBG] pgmap v10914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:49:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:11.606254+0000 mgr.y (mgr.14556) 12351 : cluster [DBG] pgmap v10915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:11.606254+0000 mgr.y (mgr.14556) 12351 : cluster [DBG] pgmap v10915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:11.606254+0000 mgr.y (mgr.14556) 12351 : cluster [DBG] pgmap v10915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:49:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:49:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:13.606685+0000 mgr.y (mgr.14556) 12352 : cluster [DBG] pgmap v10916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:49:14.235192+0000 mon.a (mon.0) 2873 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:49:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:13.606685+0000 mgr.y (mgr.14556) 12352 : cluster [DBG] pgmap v10916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:49:14.235192+0000 mon.a (mon.0) 2873 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:49:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:13.606685+0000 mgr.y (mgr.14556) 12352 : cluster [DBG] pgmap v10916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:49:14.235192+0000 mon.a (mon.0) 2873 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:49:17.306 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:15.607357+0000 mgr.y (mgr.14556) 12353 : cluster [DBG] pgmap v10917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:17.306 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:15.607357+0000 mgr.y (mgr.14556) 12353 : cluster [DBG] pgmap v10917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:15.607357+0000 mgr.y (mgr.14556) 12353 : cluster [DBG] pgmap v10917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:49:17.557029+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:49:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:17.607769+0000 mgr.y (mgr.14556) 12354 : cluster [DBG] pgmap v10918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:49:17.849708+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:49:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:49:17.850392+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:49:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:49:17.858116+0000 mon.a (mon.0) 2877 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:49:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:49:17.557029+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:49:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:17.607769+0000 mgr.y (mgr.14556) 12354 : cluster [DBG] pgmap v10918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:49:17.849708+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:49:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:49:17.850392+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:49:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:49:17.858116+0000 mon.a (mon.0) 2877 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:49:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:49:17.557029+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:49:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:17.607769+0000 mgr.y (mgr.14556) 12354 : cluster [DBG] pgmap v10918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:49:17.849708+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:49:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:49:17.850392+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:49:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:49:17.858116+0000 mon.a (mon.0) 2877 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:49:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:19.608426+0000 mgr.y (mgr.14556) 12355 : cluster [DBG] pgmap v10919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:19.608426+0000 mgr.y (mgr.14556) 12355 : cluster [DBG] pgmap v10919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:19.608426+0000 mgr.y (mgr.14556) 12355 : cluster [DBG] pgmap v10919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:49:23.103 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:49:23.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:21.609189+0000 mgr.y (mgr.14556) 12356 : cluster [DBG] pgmap v10920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:23.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:21.609189+0000 mgr.y (mgr.14556) 12356 : cluster [DBG] pgmap v10920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:21.609189+0000 mgr.y (mgr.14556) 12356 : cluster [DBG] pgmap v10920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:23.390 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:49:23.390 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 6m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:49:23.390 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 6m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 6m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 6m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 6m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 6m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 6m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 6m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 6m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 6m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 6m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 6m ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 6m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 6m ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 6m ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 6m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 6m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:49:23.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 6m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:49:23.392 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 6m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:49:23.392 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 6m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:49:23.741 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:49:23.741 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:49:23.742 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:49:23.743 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:49:23.743 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:49:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:49:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T12:49:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:49:23.091566+0000 mgr.y (mgr.14556) 12357 : audit [DBG] from='client.37427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:49:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:49:23.091566+0000 mgr.y (mgr.14556) 12357 : audit [DBG] from='client.37427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:49:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:49:23.091566+0000 mgr.y (mgr.14556) 12357 : audit [DBG] from='client.37427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:49:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:49:23.383719+0000 mgr.y (mgr.14556) 12358 : audit [DBG] from='client.37433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:49:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:23.609531+0000 mgr.y (mgr.14556) 12359 : cluster [DBG] pgmap v10921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:49:23.742707+0000 mon.a (mon.0) 2878 : audit [DBG] from='client.? 172.21.15.23:0/1590835760' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:49:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:49:23.383719+0000 mgr.y (mgr.14556) 12358 : audit [DBG] from='client.37433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:49:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:23.609531+0000 mgr.y (mgr.14556) 12359 : cluster [DBG] pgmap v10921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:49:23.742707+0000 mon.a (mon.0) 2878 : audit [DBG] from='client.? 172.21.15.23:0/1590835760' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:49:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:49:23.383719+0000 mgr.y (mgr.14556) 12358 : audit [DBG] from='client.37433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:49:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:23.609531+0000 mgr.y (mgr.14556) 12359 : cluster [DBG] pgmap v10921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:49:23.742707+0000 mon.a (mon.0) 2878 : audit [DBG] from='client.? 172.21.15.23:0/1590835760' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:49:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:25.610221+0000 mgr.y (mgr.14556) 12360 : cluster [DBG] pgmap v10922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:25.610221+0000 mgr.y (mgr.14556) 12360 : cluster [DBG] pgmap v10922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:25.610221+0000 mgr.y (mgr.14556) 12360 : cluster [DBG] pgmap v10922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:27.610587+0000 mgr.y (mgr.14556) 12361 : cluster [DBG] pgmap v10923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:27.610587+0000 mgr.y (mgr.14556) 12361 : cluster [DBG] pgmap v10923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:27.610587+0000 mgr.y (mgr.14556) 12361 : cluster [DBG] pgmap v10923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:29.610979+0000 mgr.y (mgr.14556) 12362 : cluster [DBG] pgmap v10924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:29.610979+0000 mgr.y (mgr.14556) 12362 : cluster [DBG] pgmap v10924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:29.610979+0000 mgr.y (mgr.14556) 12362 : cluster [DBG] pgmap v10924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:49:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:31.611563+0000 mgr.y (mgr.14556) 12363 : cluster [DBG] pgmap v10925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:31.611563+0000 mgr.y (mgr.14556) 12363 : cluster [DBG] pgmap v10925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:31.611563+0000 mgr.y (mgr.14556) 12363 : cluster [DBG] pgmap v10925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:49:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T12:49:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:33.611923+0000 mgr.y (mgr.14556) 12364 : cluster [DBG] pgmap v10926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:33.611923+0000 mgr.y (mgr.14556) 12364 : cluster [DBG] pgmap v10926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:33.611923+0000 mgr.y (mgr.14556) 12364 : cluster [DBG] pgmap v10926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:35.612558+0000 mgr.y (mgr.14556) 12365 : cluster [DBG] pgmap v10927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:35.612558+0000 mgr.y (mgr.14556) 12365 : cluster [DBG] pgmap v10927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:35.612558+0000 mgr.y (mgr.14556) 12365 : cluster [DBG] pgmap v10927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:37.613086+0000 mgr.y (mgr.14556) 12366 : cluster [DBG] pgmap v10928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:37.613086+0000 mgr.y (mgr.14556) 12366 : cluster [DBG] pgmap v10928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:37.613086+0000 mgr.y (mgr.14556) 12366 : cluster [DBG] pgmap v10928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:39.613503+0000 mgr.y (mgr.14556) 12367 : cluster [DBG] pgmap v10929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:39.613503+0000 mgr.y (mgr.14556) 12367 : cluster [DBG] pgmap v10929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:39.613503+0000 mgr.y (mgr.14556) 12367 : cluster [DBG] pgmap v10929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:49:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:41.614353+0000 mgr.y (mgr.14556) 12368 : cluster [DBG] pgmap v10930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:41.614353+0000 mgr.y (mgr.14556) 12368 : cluster [DBG] pgmap v10930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:41.614353+0000 mgr.y (mgr.14556) 12368 : cluster [DBG] pgmap v10930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:49:43] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T12:49:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:43.614778+0000 mgr.y (mgr.14556) 12369 : cluster [DBG] pgmap v10931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:43.614778+0000 mgr.y (mgr.14556) 12369 : cluster [DBG] pgmap v10931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:43.614778+0000 mgr.y (mgr.14556) 12369 : cluster [DBG] pgmap v10931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:45.615409+0000 mgr.y (mgr.14556) 12370 : cluster [DBG] pgmap v10932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:45.615409+0000 mgr.y (mgr.14556) 12370 : cluster [DBG] pgmap v10932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:45.615409+0000 mgr.y (mgr.14556) 12370 : cluster [DBG] pgmap v10932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:47.615953+0000 mgr.y (mgr.14556) 12371 : cluster [DBG] pgmap v10933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:47.615953+0000 mgr.y (mgr.14556) 12371 : cluster [DBG] pgmap v10933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:47.615953+0000 mgr.y (mgr.14556) 12371 : cluster [DBG] pgmap v10933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:51.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:49.616486+0000 mgr.y (mgr.14556) 12372 : cluster [DBG] pgmap v10934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:49.616486+0000 mgr.y (mgr.14556) 12372 : cluster [DBG] pgmap v10934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:49.616486+0000 mgr.y (mgr.14556) 12372 : cluster [DBG] pgmap v10934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:49:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:51.617178+0000 mgr.y (mgr.14556) 12373 : cluster [DBG] pgmap v10935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:51.617178+0000 mgr.y (mgr.14556) 12373 : cluster [DBG] pgmap v10935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:51.617178+0000 mgr.y (mgr.14556) 12373 : cluster [DBG] pgmap v10935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:54.076 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:49:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:49:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:49:54.362 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:49:54.362 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 6m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:49:54.362 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 6m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:49:54.362 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 6m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:49:54.362 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 6m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 6m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 6m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 6m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 6m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 6m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 6m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 6m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 6m ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 6m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 6m ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 6m ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 6m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 6m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 6m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:49:54.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 6m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:49:54.364 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 6m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:49:54.715 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:49:54.716 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:49:54.717 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:49:54.717 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:49:54.717 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:49:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:53.617551+0000 mgr.y (mgr.14556) 12374 : cluster [DBG] pgmap v10936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:49:54.065110+0000 mgr.y (mgr.14556) 12375 : audit [DBG] from='client.27534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:49:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:49:54.716842+0000 mon.c (mon.2) 308 : audit [DBG] from='client.? 172.21.15.23:0/3997080690' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:49:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:53.617551+0000 mgr.y (mgr.14556) 12374 : cluster [DBG] pgmap v10936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:49:54.065110+0000 mgr.y (mgr.14556) 12375 : audit [DBG] from='client.27534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:49:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:49:54.716842+0000 mon.c (mon.2) 308 : audit [DBG] from='client.? 172.21.15.23:0/3997080690' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:49:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:53.617551+0000 mgr.y (mgr.14556) 12374 : cluster [DBG] pgmap v10936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:49:54.065110+0000 mgr.y (mgr.14556) 12375 : audit [DBG] from='client.27534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:49:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:49:54.716842+0000 mon.c (mon.2) 308 : audit [DBG] from='client.? 172.21.15.23:0/3997080690' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:49:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:49:54.355639+0000 mgr.y (mgr.14556) 12376 : audit [DBG] from='client.27540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:49:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:49:54.355639+0000 mgr.y (mgr.14556) 12376 : audit [DBG] from='client.27540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:49:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:49:54.355639+0000 mgr.y (mgr.14556) 12376 : audit [DBG] from='client.27540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:49:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:55.618171+0000 mgr.y (mgr.14556) 12377 : cluster [DBG] pgmap v10937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:55.618171+0000 mgr.y (mgr.14556) 12377 : cluster [DBG] pgmap v10937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:55.618171+0000 mgr.y (mgr.14556) 12377 : cluster [DBG] pgmap v10937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:49:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:57.618595+0000 mgr.y (mgr.14556) 12378 : cluster [DBG] pgmap v10938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:49:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:57.618595+0000 mgr.y (mgr.14556) 12378 : cluster [DBG] pgmap v10938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:49:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:49:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:57.618595+0000 mgr.y (mgr.14556) 12378 : cluster [DBG] pgmap v10938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T12:49:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:50:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:49:59.618932+0000 mgr.y (mgr.14556) 12379 : cluster [DBG] pgmap v10939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:00.000169+0000 mon.a (mon.0) 2879 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:50:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:49:59.618932+0000 mgr.y (mgr.14556) 12379 : cluster [DBG] pgmap v10939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:00.000169+0000 mon.a (mon.0) 2879 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:50:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:49:59.618932+0000 mgr.y (mgr.14556) 12379 : cluster [DBG] pgmap v10939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:00.000169+0000 mon.a (mon.0) 2879 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T12:50:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:50:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:01.619623+0000 mgr.y (mgr.14556) 12380 : cluster [DBG] pgmap v10940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:01.619623+0000 mgr.y (mgr.14556) 12380 : cluster [DBG] pgmap v10940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:01.619623+0000 mgr.y (mgr.14556) 12380 : cluster [DBG] pgmap v10940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:50:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:50:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:03.620001+0000 mgr.y (mgr.14556) 12381 : cluster [DBG] pgmap v10941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:05.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:03.620001+0000 mgr.y (mgr.14556) 12381 : cluster [DBG] pgmap v10941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:03.620001+0000 mgr.y (mgr.14556) 12381 : cluster [DBG] pgmap v10941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:05.620662+0000 mgr.y (mgr.14556) 12382 : cluster [DBG] pgmap v10942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:05.620662+0000 mgr.y (mgr.14556) 12382 : cluster [DBG] pgmap v10942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:05.620662+0000 mgr.y (mgr.14556) 12382 : cluster [DBG] pgmap v10942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:07.621064+0000 mgr.y (mgr.14556) 12383 : cluster [DBG] pgmap v10943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:07.621064+0000 mgr.y (mgr.14556) 12383 : cluster [DBG] pgmap v10943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:07.621064+0000 mgr.y (mgr.14556) 12383 : cluster [DBG] pgmap v10943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:09.621525+0000 mgr.y (mgr.14556) 12384 : cluster [DBG] pgmap v10944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:09.621525+0000 mgr.y (mgr.14556) 12384 : cluster [DBG] pgmap v10944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:09.621525+0000 mgr.y (mgr.14556) 12384 : cluster [DBG] pgmap v10944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:50:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:11.622279+0000 mgr.y (mgr.14556) 12385 : cluster [DBG] pgmap v10945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:11.622279+0000 mgr.y (mgr.14556) 12385 : cluster [DBG] pgmap v10945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:11.622279+0000 mgr.y (mgr.14556) 12385 : cluster [DBG] pgmap v10945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:50:13] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T12:50:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:13.622636+0000 mgr.y (mgr.14556) 12386 : cluster [DBG] pgmap v10946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:13.622636+0000 mgr.y (mgr.14556) 12386 : cluster [DBG] pgmap v10946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:13.622636+0000 mgr.y (mgr.14556) 12386 : cluster [DBG] pgmap v10946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:15.623290+0000 mgr.y (mgr.14556) 12387 : cluster [DBG] pgmap v10947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:15.623290+0000 mgr.y (mgr.14556) 12387 : cluster [DBG] pgmap v10947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:15.623290+0000 mgr.y (mgr.14556) 12387 : cluster [DBG] pgmap v10947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:18.283 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:50:17.862545+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:50:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:50:17.862545+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:50:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:50:17.862545+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:50:19.230 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:17.623813+0000 mgr.y (mgr.14556) 12388 : cluster [DBG] pgmap v10948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:17.623813+0000 mgr.y (mgr.14556) 12388 : cluster [DBG] pgmap v10948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:17.623813+0000 mgr.y (mgr.14556) 12388 : cluster [DBG] pgmap v10948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:19.624284+0000 mgr.y (mgr.14556) 12389 : cluster [DBG] pgmap v10949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:19.624284+0000 mgr.y (mgr.14556) 12389 : cluster [DBG] pgmap v10949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:19.624284+0000 mgr.y (mgr.14556) 12389 : cluster [DBG] pgmap v10949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:50:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:50:21.011887+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:50:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:50:21.304487+0000 mon.a (mon.0) 2882 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:50:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:50:21.305420+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:50:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:50:21.312420+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:50:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:50:21.011887+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:50:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:50:21.304487+0000 mon.a (mon.0) 2882 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:50:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:50:21.305420+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:50:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:50:21.312420+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:50:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:50:21.011887+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:50:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:50:21.304487+0000 mon.a (mon.0) 2882 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:50:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:50:21.305420+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:50:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:50:21.312420+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:50:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:21.625146+0000 mgr.y (mgr.14556) 12390 : cluster [DBG] pgmap v10950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:21.625146+0000 mgr.y (mgr.14556) 12390 : cluster [DBG] pgmap v10950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:21.625146+0000 mgr.y (mgr.14556) 12390 : cluster [DBG] pgmap v10950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:50:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:50:25.041 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:50:25.330 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 7m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 7m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 7m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 7m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 7m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 7m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 7m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 7m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 7m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 7m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 7m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 7m ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 7m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 7m ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 7m ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:50:25.331 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 7m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:50:25.332 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 7m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:50:25.332 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 7m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:50:25.332 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 7m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:50:25.332 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 7m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:50:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:23.625664+0000 mgr.y (mgr.14556) 12391 : cluster [DBG] pgmap v10951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:23.625664+0000 mgr.y (mgr.14556) 12391 : cluster [DBG] pgmap v10951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:23.625664+0000 mgr.y (mgr.14556) 12391 : cluster [DBG] pgmap v10951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:25.681 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:50:25.681 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:50:25.681 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:50:25.681 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:50:25.681 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:50:25.681 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:50:25.682 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:50:25.682 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:50:25.682 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:50:25.682 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:50:25.682 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:50:25.682 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:50:25.682 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:50:25.682 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:50:25.682 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:50:25.682 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:50:25.682 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:50:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:50:25.030033+0000 mgr.y (mgr.14556) 12392 : audit [DBG] from='client.37463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:50:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:50:25.323797+0000 mgr.y (mgr.14556) 12393 : audit [DBG] from='client.37469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:50:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:50:25.682689+0000 mon.c (mon.2) 309 : audit [DBG] from='client.? 172.21.15.23:0/3217687280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:50:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:50:25.030033+0000 mgr.y (mgr.14556) 12392 : audit [DBG] from='client.37463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:50:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:50:25.323797+0000 mgr.y (mgr.14556) 12393 : audit [DBG] from='client.37469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:50:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:50:25.682689+0000 mon.c (mon.2) 309 : audit [DBG] from='client.? 172.21.15.23:0/3217687280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:50:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:50:25.030033+0000 mgr.y (mgr.14556) 12392 : audit [DBG] from='client.37463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:50:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:50:25.323797+0000 mgr.y (mgr.14556) 12393 : audit [DBG] from='client.37469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:50:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:50:25.682689+0000 mon.c (mon.2) 309 : audit [DBG] from='client.? 172.21.15.23:0/3217687280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:50:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:25.626245+0000 mgr.y (mgr.14556) 12394 : cluster [DBG] pgmap v10952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:25.626245+0000 mgr.y (mgr.14556) 12394 : cluster [DBG] pgmap v10952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:25.626245+0000 mgr.y (mgr.14556) 12394 : cluster [DBG] pgmap v10952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:27.626757+0000 mgr.y (mgr.14556) 12395 : cluster [DBG] pgmap v10953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:27.626757+0000 mgr.y (mgr.14556) 12395 : cluster [DBG] pgmap v10953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:27.626757+0000 mgr.y (mgr.14556) 12395 : cluster [DBG] pgmap v10953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:29.627280+0000 mgr.y (mgr.14556) 12396 : cluster [DBG] pgmap v10954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:30.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:29.627280+0000 mgr.y (mgr.14556) 12396 : cluster [DBG] pgmap v10954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:29.627280+0000 mgr.y (mgr.14556) 12396 : cluster [DBG] pgmap v10954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:50:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:31.628205+0000 mgr.y (mgr.14556) 12397 : cluster [DBG] pgmap v10955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:31.628205+0000 mgr.y (mgr.14556) 12397 : cluster [DBG] pgmap v10955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:31.628205+0000 mgr.y (mgr.14556) 12397 : cluster [DBG] pgmap v10955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:50:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:50:35.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:33.628680+0000 mgr.y (mgr.14556) 12398 : cluster [DBG] pgmap v10956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:33.628680+0000 mgr.y (mgr.14556) 12398 : cluster [DBG] pgmap v10956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:33.628680+0000 mgr.y (mgr.14556) 12398 : cluster [DBG] pgmap v10956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:35.629424+0000 mgr.y (mgr.14556) 12399 : cluster [DBG] pgmap v10957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:35.629424+0000 mgr.y (mgr.14556) 12399 : cluster [DBG] pgmap v10957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:35.629424+0000 mgr.y (mgr.14556) 12399 : cluster [DBG] pgmap v10957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:37.629770+0000 mgr.y (mgr.14556) 12400 : cluster [DBG] pgmap v10958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:37.629770+0000 mgr.y (mgr.14556) 12400 : cluster [DBG] pgmap v10958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:37.629770+0000 mgr.y (mgr.14556) 12400 : cluster [DBG] pgmap v10958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:39.630259+0000 mgr.y (mgr.14556) 12401 : cluster [DBG] pgmap v10959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:39.630259+0000 mgr.y (mgr.14556) 12401 : cluster [DBG] pgmap v10959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:39.630259+0000 mgr.y (mgr.14556) 12401 : cluster [DBG] pgmap v10959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:50:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:41.631108+0000 mgr.y (mgr.14556) 12402 : cluster [DBG] pgmap v10960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:41.631108+0000 mgr.y (mgr.14556) 12402 : cluster [DBG] pgmap v10960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:41.631108+0000 mgr.y (mgr.14556) 12402 : cluster [DBG] pgmap v10960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:50:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T12:50:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:43.631520+0000 mgr.y (mgr.14556) 12403 : cluster [DBG] pgmap v10961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:43.631520+0000 mgr.y (mgr.14556) 12403 : cluster [DBG] pgmap v10961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:43.631520+0000 mgr.y (mgr.14556) 12403 : cluster [DBG] pgmap v10961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:45.632166+0000 mgr.y (mgr.14556) 12404 : cluster [DBG] pgmap v10962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:45.632166+0000 mgr.y (mgr.14556) 12404 : cluster [DBG] pgmap v10962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:45.632166+0000 mgr.y (mgr.14556) 12404 : cluster [DBG] pgmap v10962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:47.632710+0000 mgr.y (mgr.14556) 12405 : cluster [DBG] pgmap v10963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:47.632710+0000 mgr.y (mgr.14556) 12405 : cluster [DBG] pgmap v10963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:47.632710+0000 mgr.y (mgr.14556) 12405 : cluster [DBG] pgmap v10963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:49.633372+0000 mgr.y (mgr.14556) 12406 : cluster [DBG] pgmap v10964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:49.633372+0000 mgr.y (mgr.14556) 12406 : cluster [DBG] pgmap v10964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:49.633372+0000 mgr.y (mgr.14556) 12406 : cluster [DBG] pgmap v10964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:50:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:51.634157+0000 mgr.y (mgr.14556) 12407 : cluster [DBG] pgmap v10965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:51.634157+0000 mgr.y (mgr.14556) 12407 : cluster [DBG] pgmap v10965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:51.634157+0000 mgr.y (mgr.14556) 12407 : cluster [DBG] pgmap v10965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:50:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T12:50:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:53.634585+0000 mgr.y (mgr.14556) 12408 : cluster [DBG] pgmap v10966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:53.634585+0000 mgr.y (mgr.14556) 12408 : cluster [DBG] pgmap v10966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:53.634585+0000 mgr.y (mgr.14556) 12408 : cluster [DBG] pgmap v10966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:56.008 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:50:56.297 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:50:56.297 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 7m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:50:56.297 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 7m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:50:56.297 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 7m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:50:56.297 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 7m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:50:56.297 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 7m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:50:56.297 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 7m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:50:56.297 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 7m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:50:56.297 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 7m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:50:56.297 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 7m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:50:56.298 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 7m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:50:56.298 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 7m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:50:56.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 7m ago 6h 45.7M 2488M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:50:56.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 7m ago 6h 45.0M 2488M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:50:56.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 7m ago 6h 43.8M 2488M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:50:56.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 7m ago 6h 42.7M 2488M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:50:56.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 7m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:50:56.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 7m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:50:56.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 7m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:50:56.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 7m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:50:56.298 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 7m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:50:56.644 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:50:56.644 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:50:56.644 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:50:56.644 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:50:56.644 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:50:56.644 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:50:56.644 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:50:56.644 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:50:56.644 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:50:56.644 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:50:56.644 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:50:56.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:50:56.645 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:50:56.645 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:50:56.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:50:56.645 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:50:56.645 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:50:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:55.635201+0000 mgr.y (mgr.14556) 12409 : cluster [DBG] pgmap v10967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:50:55.997775+0000 mgr.y (mgr.14556) 12410 : audit [DBG] from='client.37481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:50:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:50:56.287656+0000 mgr.y (mgr.14556) 12411 : audit [DBG] from='client.37487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:50:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:50:56.645030+0000 mon.c (mon.2) 310 : audit [DBG] from='client.? 172.21.15.23:0/2847622452' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:50:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:55.635201+0000 mgr.y (mgr.14556) 12409 : cluster [DBG] pgmap v10967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:50:55.997775+0000 mgr.y (mgr.14556) 12410 : audit [DBG] from='client.37481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:50:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:50:56.287656+0000 mgr.y (mgr.14556) 12411 : audit [DBG] from='client.37487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:50:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:50:56.645030+0000 mon.c (mon.2) 310 : audit [DBG] from='client.? 172.21.15.23:0/2847622452' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:50:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:55.635201+0000 mgr.y (mgr.14556) 12409 : cluster [DBG] pgmap v10967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:50:55.997775+0000 mgr.y (mgr.14556) 12410 : audit [DBG] from='client.37481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:50:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:50:56.287656+0000 mgr.y (mgr.14556) 12411 : audit [DBG] from='client.37487 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:50:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:50:56.645030+0000 mon.c (mon.2) 310 : audit [DBG] from='client.? 172.21.15.23:0/2847622452' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:50:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:57.635758+0000 mgr.y (mgr.14556) 12412 : cluster [DBG] pgmap v10968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:57.635758+0000 mgr.y (mgr.14556) 12412 : cluster [DBG] pgmap v10968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:50:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:50:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:57.635758+0000 mgr.y (mgr.14556) 12412 : cluster [DBG] pgmap v10968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:50:59.636323+0000 mgr.y (mgr.14556) 12413 : cluster [DBG] pgmap v10969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:50:59.636323+0000 mgr.y (mgr.14556) 12413 : cluster [DBG] pgmap v10969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:50:59.636323+0000 mgr.y (mgr.14556) 12413 : cluster [DBG] pgmap v10969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:51:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:01.637076+0000 mgr.y (mgr.14556) 12414 : cluster [DBG] pgmap v10970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:01.637076+0000 mgr.y (mgr.14556) 12414 : cluster [DBG] pgmap v10970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:01.637076+0000 mgr.y (mgr.14556) 12414 : cluster [DBG] pgmap v10970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:51:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T12:51:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:03.637674+0000 mgr.y (mgr.14556) 12415 : cluster [DBG] pgmap v10971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:03.637674+0000 mgr.y (mgr.14556) 12415 : cluster [DBG] pgmap v10971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:03.637674+0000 mgr.y (mgr.14556) 12415 : cluster [DBG] pgmap v10971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:05.638317+0000 mgr.y (mgr.14556) 12416 : cluster [DBG] pgmap v10972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:05.638317+0000 mgr.y (mgr.14556) 12416 : cluster [DBG] pgmap v10972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:05.638317+0000 mgr.y (mgr.14556) 12416 : cluster [DBG] pgmap v10972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:09.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:07.638851+0000 mgr.y (mgr.14556) 12417 : cluster [DBG] pgmap v10973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:07.638851+0000 mgr.y (mgr.14556) 12417 : cluster [DBG] pgmap v10973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:07.638851+0000 mgr.y (mgr.14556) 12417 : cluster [DBG] pgmap v10973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:09.639254+0000 mgr.y (mgr.14556) 12418 : cluster [DBG] pgmap v10974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:11.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:09.639254+0000 mgr.y (mgr.14556) 12418 : cluster [DBG] pgmap v10974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:09.639254+0000 mgr.y (mgr.14556) 12418 : cluster [DBG] pgmap v10974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:51:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:11.639963+0000 mgr.y (mgr.14556) 12419 : cluster [DBG] pgmap v10975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:11.639963+0000 mgr.y (mgr.14556) 12419 : cluster [DBG] pgmap v10975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:11.639963+0000 mgr.y (mgr.14556) 12419 : cluster [DBG] pgmap v10975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:51:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:51:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:13.640660+0000 mgr.y (mgr.14556) 12420 : cluster [DBG] pgmap v10976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:13.640660+0000 mgr.y (mgr.14556) 12420 : cluster [DBG] pgmap v10976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:13.640660+0000 mgr.y (mgr.14556) 12420 : cluster [DBG] pgmap v10976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:15.641227+0000 mgr.y (mgr.14556) 12421 : cluster [DBG] pgmap v10977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:15.641227+0000 mgr.y (mgr.14556) 12421 : cluster [DBG] pgmap v10977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:15.641227+0000 mgr.y (mgr.14556) 12421 : cluster [DBG] pgmap v10977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:17.641644+0000 mgr.y (mgr.14556) 12422 : cluster [DBG] pgmap v10978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:17.641644+0000 mgr.y (mgr.14556) 12422 : cluster [DBG] pgmap v10978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:17.641644+0000 mgr.y (mgr.14556) 12422 : cluster [DBG] pgmap v10978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:19.642169+0000 mgr.y (mgr.14556) 12423 : cluster [DBG] pgmap v10979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:19.642169+0000 mgr.y (mgr.14556) 12423 : cluster [DBG] pgmap v10979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:19.642169+0000 mgr.y (mgr.14556) 12423 : cluster [DBG] pgmap v10979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:21.901 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:51:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:21.317978+0000 mon.a (mon.0) 2885 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:51:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:21.625131+0000 mon.a (mon.0) 2886 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T12:51:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:21.625756+0000 mon.a (mon.0) 2887 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T12:51:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:21.626299+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T12:51:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:21.627281+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T12:51:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:21.636636+0000 mon.a (mon.0) 2890 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:51:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:21.638048+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:51:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:21.638596+0000 mon.a (mon.0) 2892 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:51:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:21.647349+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:51:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:21.317978+0000 mon.a (mon.0) 2885 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:51:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:21.625131+0000 mon.a (mon.0) 2886 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T12:51:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:21.625756+0000 mon.a (mon.0) 2887 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T12:51:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:21.626299+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T12:51:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:21.627281+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T12:51:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:21.636636+0000 mon.a (mon.0) 2890 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:51:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:21.638048+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:51:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:21.638596+0000 mon.a (mon.0) 2892 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:51:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:21.647349+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:51:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:21.317978+0000 mon.a (mon.0) 2885 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:51:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:21.625131+0000 mon.a (mon.0) 2886 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T12:51:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:21.625756+0000 mon.a (mon.0) 2887 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T12:51:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:21.626299+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T12:51:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:21.627281+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T12:51:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:21.636636+0000 mon.a (mon.0) 2890 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:51:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:21.638048+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:51:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:21.638596+0000 mon.a (mon.0) 2892 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:51:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:21.647349+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:51:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T12:51:21.627737+0000 mgr.y (mgr.14556) 12424 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2487M 2024-03-22T12:51:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:21.642803+0000 mgr.y (mgr.14556) 12425 : cluster [DBG] pgmap v10980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T12:51:21.627737+0000 mgr.y (mgr.14556) 12424 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2487M 2024-03-22T12:51:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:21.642803+0000 mgr.y (mgr.14556) 12425 : cluster [DBG] pgmap v10980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T12:51:21.627737+0000 mgr.y (mgr.14556) 12424 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2487M 2024-03-22T12:51:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:21.642803+0000 mgr.y (mgr.14556) 12425 : cluster [DBG] pgmap v10980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:51:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T12:51:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:23.643200+0000 mgr.y (mgr.14556) 12426 : cluster [DBG] pgmap v10981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:23.643200+0000 mgr.y (mgr.14556) 12426 : cluster [DBG] pgmap v10981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:23.643200+0000 mgr.y (mgr.14556) 12426 : cluster [DBG] pgmap v10981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:26.971 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:51:27.259 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:51:27.259 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 8m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:51:27.259 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 8m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:51:27.259 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 8m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:51:27.259 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 8m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:51:27.259 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 8m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 8m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 8m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 8m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 8m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 8m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 8m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 8m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 8m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 8m ago 6h 43.8M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 8m ago 6h 42.7M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 8m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 8m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 8m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 8m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:51:27.260 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 8m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:51:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:25.643843+0000 mgr.y (mgr.14556) 12427 : cluster [DBG] pgmap v10982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:25.643843+0000 mgr.y (mgr.14556) 12427 : cluster [DBG] pgmap v10982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:25.643843+0000 mgr.y (mgr.14556) 12427 : cluster [DBG] pgmap v10982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:27.610 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:51:27.610 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:51:27.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:51:27.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:51:27.610 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:51:27.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:51:27.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:51:27.610 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:51:27.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:51:27.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:51:27.610 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:51:27.611 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:51:27.611 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:51:27.611 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:51:27.611 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:51:27.611 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:51:27.611 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:51:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:26.960690+0000 mgr.y (mgr.14556) 12428 : audit [DBG] from='client.27588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:51:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:27.252377+0000 mgr.y (mgr.14556) 12429 : audit [DBG] from='client.37505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:51:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:27.611005+0000 mon.c (mon.2) 311 : audit [DBG] from='client.? 172.21.15.23:0/2319173951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:51:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:26.960690+0000 mgr.y (mgr.14556) 12428 : audit [DBG] from='client.27588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:51:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:27.252377+0000 mgr.y (mgr.14556) 12429 : audit [DBG] from='client.37505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:51:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:27.611005+0000 mon.c (mon.2) 311 : audit [DBG] from='client.? 172.21.15.23:0/2319173951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:51:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:26.960690+0000 mgr.y (mgr.14556) 12428 : audit [DBG] from='client.27588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:51:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:27.252377+0000 mgr.y (mgr.14556) 12429 : audit [DBG] from='client.37505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:51:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:27.611005+0000 mon.c (mon.2) 311 : audit [DBG] from='client.? 172.21.15.23:0/2319173951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:51:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:27.644183+0000 mgr.y (mgr.14556) 12430 : cluster [DBG] pgmap v10983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:27.644183+0000 mgr.y (mgr.14556) 12430 : cluster [DBG] pgmap v10983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:27.644183+0000 mgr.y (mgr.14556) 12430 : cluster [DBG] pgmap v10983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:29.644678+0000 mgr.y (mgr.14556) 12431 : cluster [DBG] pgmap v10984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:29.644678+0000 mgr.y (mgr.14556) 12431 : cluster [DBG] pgmap v10984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:29.644678+0000 mgr.y (mgr.14556) 12431 : cluster [DBG] pgmap v10984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:51:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:31.645401+0000 mgr.y (mgr.14556) 12432 : cluster [DBG] pgmap v10985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:31.645401+0000 mgr.y (mgr.14556) 12432 : cluster [DBG] pgmap v10985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:31.645401+0000 mgr.y (mgr.14556) 12432 : cluster [DBG] pgmap v10985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:51:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T12:51:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:33.645810+0000 mgr.y (mgr.14556) 12433 : cluster [DBG] pgmap v10986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:35.439 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:33.645810+0000 mgr.y (mgr.14556) 12433 : cluster [DBG] pgmap v10986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:35.439 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:33.645810+0000 mgr.y (mgr.14556) 12433 : cluster [DBG] pgmap v10986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:35.646489+0000 mgr.y (mgr.14556) 12434 : cluster [DBG] pgmap v10987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:35.646489+0000 mgr.y (mgr.14556) 12434 : cluster [DBG] pgmap v10987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:35.646489+0000 mgr.y (mgr.14556) 12434 : cluster [DBG] pgmap v10987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:37.646981+0000 mgr.y (mgr.14556) 12435 : cluster [DBG] pgmap v10988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:37.646981+0000 mgr.y (mgr.14556) 12435 : cluster [DBG] pgmap v10988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:37.646981+0000 mgr.y (mgr.14556) 12435 : cluster [DBG] pgmap v10988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:39.647579+0000 mgr.y (mgr.14556) 12436 : cluster [DBG] pgmap v10989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:39.647579+0000 mgr.y (mgr.14556) 12436 : cluster [DBG] pgmap v10989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:39.647579+0000 mgr.y (mgr.14556) 12436 : cluster [DBG] pgmap v10989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:51:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:41.648407+0000 mgr.y (mgr.14556) 12437 : cluster [DBG] pgmap v10990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:41.648407+0000 mgr.y (mgr.14556) 12437 : cluster [DBG] pgmap v10990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:41.648407+0000 mgr.y (mgr.14556) 12437 : cluster [DBG] pgmap v10990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:51:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:51:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:43.648961+0000 mgr.y (mgr.14556) 12438 : cluster [DBG] pgmap v10991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:43.648961+0000 mgr.y (mgr.14556) 12438 : cluster [DBG] pgmap v10991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:43.648961+0000 mgr.y (mgr.14556) 12438 : cluster [DBG] pgmap v10991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:45.649541+0000 mgr.y (mgr.14556) 12439 : cluster [DBG] pgmap v10992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:45.649541+0000 mgr.y (mgr.14556) 12439 : cluster [DBG] pgmap v10992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:45.649541+0000 mgr.y (mgr.14556) 12439 : cluster [DBG] pgmap v10992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:47.649960+0000 mgr.y (mgr.14556) 12440 : cluster [DBG] pgmap v10993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:47.649960+0000 mgr.y (mgr.14556) 12440 : cluster [DBG] pgmap v10993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:47.649960+0000 mgr.y (mgr.14556) 12440 : cluster [DBG] pgmap v10993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:49.650513+0000 mgr.y (mgr.14556) 12441 : cluster [DBG] pgmap v10994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:49.650513+0000 mgr.y (mgr.14556) 12441 : cluster [DBG] pgmap v10994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:49.650513+0000 mgr.y (mgr.14556) 12441 : cluster [DBG] pgmap v10994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:51:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:51.651148+0000 mgr.y (mgr.14556) 12442 : cluster [DBG] pgmap v10995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:51.651148+0000 mgr.y (mgr.14556) 12442 : cluster [DBG] pgmap v10995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:51.651148+0000 mgr.y (mgr.14556) 12442 : cluster [DBG] pgmap v10995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:51:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:51:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:53.651599+0000 mgr.y (mgr.14556) 12443 : cluster [DBG] pgmap v10996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:53.651599+0000 mgr.y (mgr.14556) 12443 : cluster [DBG] pgmap v10996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:53.651599+0000 mgr.y (mgr.14556) 12443 : cluster [DBG] pgmap v10996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:55.652375+0000 mgr.y (mgr.14556) 12444 : cluster [DBG] pgmap v10997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:55.652375+0000 mgr.y (mgr.14556) 12444 : cluster [DBG] pgmap v10997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:55.652375+0000 mgr.y (mgr.14556) 12444 : cluster [DBG] pgmap v10997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:57.933 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:51:58.219 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:51:58.219 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 8m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:51:58.219 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 8m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:51:58.219 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 8m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:51:58.219 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 8m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:51:58.219 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 8m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:51:58.219 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 8m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:51:58.219 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 8m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:51:58.219 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 8m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:51:58.219 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 8m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:51:58.219 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 8m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:51:58.219 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 8m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:51:58.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 8m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:51:58.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 8m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:51:58.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 8m ago 6h 43.8M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:51:58.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 8m ago 6h 42.7M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:51:58.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 8m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:51:58.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 8m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:51:58.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 8m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:51:58.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 8m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:51:58.220 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 8m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:51:58.570 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:51:58.570 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:51:58.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:51:58.570 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:51:58.571 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:51:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:57.652727+0000 mgr.y (mgr.14556) 12445 : cluster [DBG] pgmap v10998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:57.922613+0000 mgr.y (mgr.14556) 12446 : audit [DBG] from='client.37517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:51:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:58.212038+0000 mgr.y (mgr.14556) 12447 : audit [DBG] from='client.27612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:51:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:51:58.571406+0000 mon.c (mon.2) 312 : audit [DBG] from='client.? 172.21.15.23:0/4293008290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:51:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:57.652727+0000 mgr.y (mgr.14556) 12445 : cluster [DBG] pgmap v10998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:57.922613+0000 mgr.y (mgr.14556) 12446 : audit [DBG] from='client.37517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:51:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:58.212038+0000 mgr.y (mgr.14556) 12447 : audit [DBG] from='client.27612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:51:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:51:58.571406+0000 mon.c (mon.2) 312 : audit [DBG] from='client.? 172.21.15.23:0/4293008290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:51:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:57.652727+0000 mgr.y (mgr.14556) 12445 : cluster [DBG] pgmap v10998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:51:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:57.922613+0000 mgr.y (mgr.14556) 12446 : audit [DBG] from='client.37517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:51:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:58.212038+0000 mgr.y (mgr.14556) 12447 : audit [DBG] from='client.27612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:51:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:51:58.571406+0000 mon.c (mon.2) 312 : audit [DBG] from='client.? 172.21.15.23:0/4293008290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:52:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:51:59.653091+0000 mgr.y (mgr.14556) 12448 : cluster [DBG] pgmap v10999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:51:59.653091+0000 mgr.y (mgr.14556) 12448 : cluster [DBG] pgmap v10999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:51:59.653091+0000 mgr.y (mgr.14556) 12448 : cluster [DBG] pgmap v10999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:52:03.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:01.653894+0000 mgr.y (mgr.14556) 12449 : cluster [DBG] pgmap v11000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:01.653894+0000 mgr.y (mgr.14556) 12449 : cluster [DBG] pgmap v11000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:01.653894+0000 mgr.y (mgr.14556) 12449 : cluster [DBG] pgmap v11000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:52:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:52:05.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:03.654441+0000 mgr.y (mgr.14556) 12450 : cluster [DBG] pgmap v11001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:03.654441+0000 mgr.y (mgr.14556) 12450 : cluster [DBG] pgmap v11001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:03.654441+0000 mgr.y (mgr.14556) 12450 : cluster [DBG] pgmap v11001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:05.655253+0000 mgr.y (mgr.14556) 12451 : cluster [DBG] pgmap v11002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:05.655253+0000 mgr.y (mgr.14556) 12451 : cluster [DBG] pgmap v11002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:05.655253+0000 mgr.y (mgr.14556) 12451 : cluster [DBG] pgmap v11002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:09.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:07.655701+0000 mgr.y (mgr.14556) 12452 : cluster [DBG] pgmap v11003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:07.655701+0000 mgr.y (mgr.14556) 12452 : cluster [DBG] pgmap v11003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:07.655701+0000 mgr.y (mgr.14556) 12452 : cluster [DBG] pgmap v11003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:09.656127+0000 mgr.y (mgr.14556) 12453 : cluster [DBG] pgmap v11004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:09.656127+0000 mgr.y (mgr.14556) 12453 : cluster [DBG] pgmap v11004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:09.656127+0000 mgr.y (mgr.14556) 12453 : cluster [DBG] pgmap v11004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:52:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:11.656840+0000 mgr.y (mgr.14556) 12454 : cluster [DBG] pgmap v11005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:11.656840+0000 mgr.y (mgr.14556) 12454 : cluster [DBG] pgmap v11005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:11.656840+0000 mgr.y (mgr.14556) 12454 : cluster [DBG] pgmap v11005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:52:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T12:52:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:13.657277+0000 mgr.y (mgr.14556) 12455 : cluster [DBG] pgmap v11006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:13.657277+0000 mgr.y (mgr.14556) 12455 : cluster [DBG] pgmap v11006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:13.657277+0000 mgr.y (mgr.14556) 12455 : cluster [DBG] pgmap v11006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:15.657928+0000 mgr.y (mgr.14556) 12456 : cluster [DBG] pgmap v11007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:15.657928+0000 mgr.y (mgr.14556) 12456 : cluster [DBG] pgmap v11007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:15.657928+0000 mgr.y (mgr.14556) 12456 : cluster [DBG] pgmap v11007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:19.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:17.658506+0000 mgr.y (mgr.14556) 12457 : cluster [DBG] pgmap v11008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:17.658506+0000 mgr.y (mgr.14556) 12457 : cluster [DBG] pgmap v11008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:17.658506+0000 mgr.y (mgr.14556) 12457 : cluster [DBG] pgmap v11008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:19.658912+0000 mgr.y (mgr.14556) 12458 : cluster [DBG] pgmap v11009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:19.658912+0000 mgr.y (mgr.14556) 12458 : cluster [DBG] pgmap v11009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:19.658912+0000 mgr.y (mgr.14556) 12458 : cluster [DBG] pgmap v11009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:21.850 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:52:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:52:21.651673+0000 mon.a (mon.0) 2894 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:52:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:52:21.651673+0000 mon.a (mon.0) 2894 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:52:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:52:21.651673+0000 mon.a (mon.0) 2894 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:52:23.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:21.659556+0000 mgr.y (mgr.14556) 12459 : cluster [DBG] pgmap v11010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:52:21.958576+0000 mon.a (mon.0) 2895 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:52:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:52:21.959236+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:52:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:52:21.968598+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:52:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:21.659556+0000 mgr.y (mgr.14556) 12459 : cluster [DBG] pgmap v11010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:52:21.958576+0000 mon.a (mon.0) 2895 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:52:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:52:21.959236+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:52:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:52:21.968598+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:52:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:21.659556+0000 mgr.y (mgr.14556) 12459 : cluster [DBG] pgmap v11010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:52:21.958576+0000 mon.a (mon.0) 2895 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:52:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:52:21.959236+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:52:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:52:21.968598+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:52:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:52:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:52:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:23.659940+0000 mgr.y (mgr.14556) 12460 : cluster [DBG] pgmap v11011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:23.659940+0000 mgr.y (mgr.14556) 12460 : cluster [DBG] pgmap v11011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:23.659940+0000 mgr.y (mgr.14556) 12460 : cluster [DBG] pgmap v11011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:25.660733+0000 mgr.y (mgr.14556) 12461 : cluster [DBG] pgmap v11012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:25.660733+0000 mgr.y (mgr.14556) 12461 : cluster [DBG] pgmap v11012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:25.660733+0000 mgr.y (mgr.14556) 12461 : cluster [DBG] pgmap v11012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:28.899 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:52:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:27.661266+0000 mgr.y (mgr.14556) 12462 : cluster [DBG] pgmap v11013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:29.188 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:52:29.188 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 9m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 9m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 9m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 9m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 9m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 9m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 9m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 9m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 9m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 9m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 9m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 9m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 9m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 9m ago 6h 43.8M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 9m ago 6h 42.7M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 9m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:52:29.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 9m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:52:29.190 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 9m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:52:29.190 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 9m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:52:29.190 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 9m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:52:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:27.661266+0000 mgr.y (mgr.14556) 12462 : cluster [DBG] pgmap v11013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:27.661266+0000 mgr.y (mgr.14556) 12462 : cluster [DBG] pgmap v11013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:29.542 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:52:29.542 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:52:29.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:52:29.542 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:52:29.542 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:52:29.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:52:29.542 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:52:29.542 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:52:29.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:52:29.542 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:52:29.542 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:52:29.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:52:29.543 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:52:29.543 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:52:29.543 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:52:29.543 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:52:29.543 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:52:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:52:28.888711+0000 mgr.y (mgr.14556) 12463 : audit [DBG] from='client.27624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:52:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:52:29.181742+0000 mgr.y (mgr.14556) 12464 : audit [DBG] from='client.27630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:52:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:52:29.542652+0000 mon.c (mon.2) 313 : audit [DBG] from='client.? 172.21.15.23:0/1102995706' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:52:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:52:28.888711+0000 mgr.y (mgr.14556) 12463 : audit [DBG] from='client.27624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:52:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:52:29.181742+0000 mgr.y (mgr.14556) 12464 : audit [DBG] from='client.27630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:52:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:52:29.542652+0000 mon.c (mon.2) 313 : audit [DBG] from='client.? 172.21.15.23:0/1102995706' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:52:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:52:28.888711+0000 mgr.y (mgr.14556) 12463 : audit [DBG] from='client.27624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:52:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:52:29.181742+0000 mgr.y (mgr.14556) 12464 : audit [DBG] from='client.27630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:52:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:52:29.542652+0000 mon.c (mon.2) 313 : audit [DBG] from='client.? 172.21.15.23:0/1102995706' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:52:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:29.661693+0000 mgr.y (mgr.14556) 12465 : cluster [DBG] pgmap v11014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:29.661693+0000 mgr.y (mgr.14556) 12465 : cluster [DBG] pgmap v11014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:29.661693+0000 mgr.y (mgr.14556) 12465 : cluster [DBG] pgmap v11014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:52:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:31.662391+0000 mgr.y (mgr.14556) 12466 : cluster [DBG] pgmap v11015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:31.662391+0000 mgr.y (mgr.14556) 12466 : cluster [DBG] pgmap v11015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:31.662391+0000 mgr.y (mgr.14556) 12466 : cluster [DBG] pgmap v11015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:52:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:52:34.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:33.662964+0000 mgr.y (mgr.14556) 12467 : cluster [DBG] pgmap v11016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:34.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:33.662964+0000 mgr.y (mgr.14556) 12467 : cluster [DBG] pgmap v11016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:33.662964+0000 mgr.y (mgr.14556) 12467 : cluster [DBG] pgmap v11016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:37.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:35.663699+0000 mgr.y (mgr.14556) 12468 : cluster [DBG] pgmap v11017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:35.663699+0000 mgr.y (mgr.14556) 12468 : cluster [DBG] pgmap v11017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:35.663699+0000 mgr.y (mgr.14556) 12468 : cluster [DBG] pgmap v11017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:37.664097+0000 mgr.y (mgr.14556) 12469 : cluster [DBG] pgmap v11018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:37.664097+0000 mgr.y (mgr.14556) 12469 : cluster [DBG] pgmap v11018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:37.664097+0000 mgr.y (mgr.14556) 12469 : cluster [DBG] pgmap v11018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:39.664592+0000 mgr.y (mgr.14556) 12470 : cluster [DBG] pgmap v11019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:39.664592+0000 mgr.y (mgr.14556) 12470 : cluster [DBG] pgmap v11019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:39.664592+0000 mgr.y (mgr.14556) 12470 : cluster [DBG] pgmap v11019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:52:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:41.665231+0000 mgr.y (mgr.14556) 12471 : cluster [DBG] pgmap v11020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:41.665231+0000 mgr.y (mgr.14556) 12471 : cluster [DBG] pgmap v11020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:41.665231+0000 mgr.y (mgr.14556) 12471 : cluster [DBG] pgmap v11020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:52:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:52:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:43.665596+0000 mgr.y (mgr.14556) 12472 : cluster [DBG] pgmap v11021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:43.665596+0000 mgr.y (mgr.14556) 12472 : cluster [DBG] pgmap v11021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:43.665596+0000 mgr.y (mgr.14556) 12472 : cluster [DBG] pgmap v11021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:45.666198+0000 mgr.y (mgr.14556) 12473 : cluster [DBG] pgmap v11022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:45.666198+0000 mgr.y (mgr.14556) 12473 : cluster [DBG] pgmap v11022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:45.666198+0000 mgr.y (mgr.14556) 12473 : cluster [DBG] pgmap v11022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:47.666692+0000 mgr.y (mgr.14556) 12474 : cluster [DBG] pgmap v11023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:47.666692+0000 mgr.y (mgr.14556) 12474 : cluster [DBG] pgmap v11023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:47.666692+0000 mgr.y (mgr.14556) 12474 : cluster [DBG] pgmap v11023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:49.667155+0000 mgr.y (mgr.14556) 12475 : cluster [DBG] pgmap v11024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:49.667155+0000 mgr.y (mgr.14556) 12475 : cluster [DBG] pgmap v11024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:49.667155+0000 mgr.y (mgr.14556) 12475 : cluster [DBG] pgmap v11024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:52:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:51.667941+0000 mgr.y (mgr.14556) 12476 : cluster [DBG] pgmap v11025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:51.667941+0000 mgr.y (mgr.14556) 12476 : cluster [DBG] pgmap v11025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:51.667941+0000 mgr.y (mgr.14556) 12476 : cluster [DBG] pgmap v11025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:52:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T12:52:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:53.668527+0000 mgr.y (mgr.14556) 12477 : cluster [DBG] pgmap v11026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:53.668527+0000 mgr.y (mgr.14556) 12477 : cluster [DBG] pgmap v11026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:53.668527+0000 mgr.y (mgr.14556) 12477 : cluster [DBG] pgmap v11026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:55.669411+0000 mgr.y (mgr.14556) 12478 : cluster [DBG] pgmap v11027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:55.669411+0000 mgr.y (mgr.14556) 12478 : cluster [DBG] pgmap v11027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:55.669411+0000 mgr.y (mgr.14556) 12478 : cluster [DBG] pgmap v11027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:57.669781+0000 mgr.y (mgr.14556) 12479 : cluster [DBG] pgmap v11028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:57.669781+0000 mgr.y (mgr.14556) 12479 : cluster [DBG] pgmap v11028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:52:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:57.669781+0000 mgr.y (mgr.14556) 12479 : cluster [DBG] pgmap v11028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:52:59.866 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:53:00.154 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 9m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 9m ago 6h 59.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 9m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 9m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 9m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 9m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 9m ago 6h 1030M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 9m ago 6h 533M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 9m ago 6h 537M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 9m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 9m ago 6h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 9m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 9m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:53:00.155 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 9m ago 6h 43.8M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:53:00.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 9m ago 6h 42.7M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:53:00.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 9m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:53:00.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 9m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:53:00.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 9m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:53:00.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 9m ago 6h 42.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:53:00.156 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 9m ago 6h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:53:00.511 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:53:00.511 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:53:00.511 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:53:00.512 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:53:00.512 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:53:00.512 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:53:00.512 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:53:00.512 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:53:00.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:53:00.513 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:53:00.513 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:53:00.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:53:00.513 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:53:00.513 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:53:00.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:53:00.513 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:53:00.514 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:53:01.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:52:59.670168+0000 mgr.y (mgr.14556) 12480 : cluster [DBG] pgmap v11029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:52:59.855512+0000 mgr.y (mgr.14556) 12481 : audit [DBG] from='client.37553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:53:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:53:00.147663+0000 mgr.y (mgr.14556) 12482 : audit [DBG] from='client.37559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:53:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:53:00.512148+0000 mon.a (mon.0) 2898 : audit [DBG] from='client.? 172.21.15.23:0/525482988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:53:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:52:59.670168+0000 mgr.y (mgr.14556) 12480 : cluster [DBG] pgmap v11029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:52:59.855512+0000 mgr.y (mgr.14556) 12481 : audit [DBG] from='client.37553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:53:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:53:00.147663+0000 mgr.y (mgr.14556) 12482 : audit [DBG] from='client.37559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:53:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:53:00.512148+0000 mon.a (mon.0) 2898 : audit [DBG] from='client.? 172.21.15.23:0/525482988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:53:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:52:59.670168+0000 mgr.y (mgr.14556) 12480 : cluster [DBG] pgmap v11029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:52:59.855512+0000 mgr.y (mgr.14556) 12481 : audit [DBG] from='client.37553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:53:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:53:00.147663+0000 mgr.y (mgr.14556) 12482 : audit [DBG] from='client.37559 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:53:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:53:00.512148+0000 mon.a (mon.0) 2898 : audit [DBG] from='client.? 172.21.15.23:0/525482988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:53:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:53:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:01.670819+0000 mgr.y (mgr.14556) 12483 : cluster [DBG] pgmap v11030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:01.670819+0000 mgr.y (mgr.14556) 12483 : cluster [DBG] pgmap v11030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:01.670819+0000 mgr.y (mgr.14556) 12483 : cluster [DBG] pgmap v11030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:53:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T12:53:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:03.671156+0000 mgr.y (mgr.14556) 12484 : cluster [DBG] pgmap v11031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:03.671156+0000 mgr.y (mgr.14556) 12484 : cluster [DBG] pgmap v11031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:03.671156+0000 mgr.y (mgr.14556) 12484 : cluster [DBG] pgmap v11031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:05.671789+0000 mgr.y (mgr.14556) 12485 : cluster [DBG] pgmap v11032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:05.671789+0000 mgr.y (mgr.14556) 12485 : cluster [DBG] pgmap v11032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:05.671789+0000 mgr.y (mgr.14556) 12485 : cluster [DBG] pgmap v11032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:07.672179+0000 mgr.y (mgr.14556) 12486 : cluster [DBG] pgmap v11033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:07.672179+0000 mgr.y (mgr.14556) 12486 : cluster [DBG] pgmap v11033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:07.672179+0000 mgr.y (mgr.14556) 12486 : cluster [DBG] pgmap v11033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:09.672600+0000 mgr.y (mgr.14556) 12487 : cluster [DBG] pgmap v11034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:09.672600+0000 mgr.y (mgr.14556) 12487 : cluster [DBG] pgmap v11034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:09.672600+0000 mgr.y (mgr.14556) 12487 : cluster [DBG] pgmap v11034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:53:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:11.673302+0000 mgr.y (mgr.14556) 12488 : cluster [DBG] pgmap v11035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:11.673302+0000 mgr.y (mgr.14556) 12488 : cluster [DBG] pgmap v11035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:11.673302+0000 mgr.y (mgr.14556) 12488 : cluster [DBG] pgmap v11035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:53:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:53:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:13.673660+0000 mgr.y (mgr.14556) 12489 : cluster [DBG] pgmap v11036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:13.673660+0000 mgr.y (mgr.14556) 12489 : cluster [DBG] pgmap v11036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:13.673660+0000 mgr.y (mgr.14556) 12489 : cluster [DBG] pgmap v11036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:15.674510+0000 mgr.y (mgr.14556) 12490 : cluster [DBG] pgmap v11037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:15.674510+0000 mgr.y (mgr.14556) 12490 : cluster [DBG] pgmap v11037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:15.674510+0000 mgr.y (mgr.14556) 12490 : cluster [DBG] pgmap v11037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:17.675018+0000 mgr.y (mgr.14556) 12491 : cluster [DBG] pgmap v11038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:17.675018+0000 mgr.y (mgr.14556) 12491 : cluster [DBG] pgmap v11038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:17.675018+0000 mgr.y (mgr.14556) 12491 : cluster [DBG] pgmap v11038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:19.675514+0000 mgr.y (mgr.14556) 12492 : cluster [DBG] pgmap v11039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:19.675514+0000 mgr.y (mgr.14556) 12492 : cluster [DBG] pgmap v11039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:19.675514+0000 mgr.y (mgr.14556) 12492 : cluster [DBG] pgmap v11039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:53:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:53:21.973723+0000 mon.a (mon.0) 2899 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:53:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:53:21.973723+0000 mon.a (mon.0) 2899 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:53:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:53:21.973723+0000 mon.a (mon.0) 2899 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:53:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:21.676189+0000 mgr.y (mgr.14556) 12493 : cluster [DBG] pgmap v11040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:21.676189+0000 mgr.y (mgr.14556) 12493 : cluster [DBG] pgmap v11040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:21.676189+0000 mgr.y (mgr.14556) 12493 : cluster [DBG] pgmap v11040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:23.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:53:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:53:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:23.676532+0000 mgr.y (mgr.14556) 12494 : cluster [DBG] pgmap v11041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:53:24.623211+0000 mon.a (mon.0) 2900 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:53:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:23.676532+0000 mgr.y (mgr.14556) 12494 : cluster [DBG] pgmap v11041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:53:24.623211+0000 mon.a (mon.0) 2900 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:53:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:23.676532+0000 mgr.y (mgr.14556) 12494 : cluster [DBG] pgmap v11041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:53:24.623211+0000 mon.a (mon.0) 2900 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:53:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:53:25.241519+0000 mon.a (mon.0) 2901 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:53:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:53:25.525121+0000 mon.a (mon.0) 2902 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:53:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:53:25.525986+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:53:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:53:25.540375+0000 mon.a (mon.0) 2904 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:53:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:53:25.241519+0000 mon.a (mon.0) 2901 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:53:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:53:25.525121+0000 mon.a (mon.0) 2902 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:53:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:53:25.525986+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:53:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:53:25.540375+0000 mon.a (mon.0) 2904 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:53:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:53:25.241519+0000 mon.a (mon.0) 2901 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:53:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:53:25.525121+0000 mon.a (mon.0) 2902 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:53:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:53:25.525986+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:53:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:53:25.540375+0000 mon.a (mon.0) 2904 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:53:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:25.677134+0000 mgr.y (mgr.14556) 12495 : cluster [DBG] pgmap v11042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:25.677134+0000 mgr.y (mgr.14556) 12495 : cluster [DBG] pgmap v11042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:25.677134+0000 mgr.y (mgr.14556) 12495 : cluster [DBG] pgmap v11042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:27.677632+0000 mgr.y (mgr.14556) 12496 : cluster [DBG] pgmap v11043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:27.677632+0000 mgr.y (mgr.14556) 12496 : cluster [DBG] pgmap v11043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:27.677632+0000 mgr.y (mgr.14556) 12496 : cluster [DBG] pgmap v11043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:30.837 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:53:31.127 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:53:31.127 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 6s ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:53:31.127 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5s ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:53:31.127 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 6s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:53:31.127 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:53:31.127 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:53:31.127 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 6s ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:53:31.127 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 6s ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:53:31.127 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5s ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:53:31.127 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 6s ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:53:31.127 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 6s ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:53:31.127 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5s ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:53:31.128 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 6s ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:53:31.128 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 6s ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:53:31.128 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 6s ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:53:31.128 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 6s ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:53:31.128 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5s ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:53:31.128 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:53:31.128 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5s ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:53:31.128 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5s ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:53:31.128 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5s ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:53:31.477 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:53:31.477 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:53:31.477 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:53:31.477 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:53:31.478 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:53:31.478 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:53:31.478 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:53:31.478 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:53:31.478 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:53:31.478 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:53:31.478 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:53:31.478 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:53:31.478 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:53:31.478 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:53:31.478 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:53:31.478 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:53:31.479 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:53:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:29.678026+0000 mgr.y (mgr.14556) 12497 : cluster [DBG] pgmap v11044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:29.678026+0000 mgr.y (mgr.14556) 12497 : cluster [DBG] pgmap v11044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:29.678026+0000 mgr.y (mgr.14556) 12497 : cluster [DBG] pgmap v11044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:53:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:53:30.826301+0000 mgr.y (mgr.14556) 12498 : audit [DBG] from='client.37571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:53:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:53:31.120072+0000 mgr.y (mgr.14556) 12499 : audit [DBG] from='client.27666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:53:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:53:31.478529+0000 mon.a (mon.0) 2905 : audit [DBG] from='client.? 172.21.15.23:0/1799216815' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:53:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:53:30.826301+0000 mgr.y (mgr.14556) 12498 : audit [DBG] from='client.37571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:53:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:53:31.120072+0000 mgr.y (mgr.14556) 12499 : audit [DBG] from='client.27666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:53:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:53:31.478529+0000 mon.a (mon.0) 2905 : audit [DBG] from='client.? 172.21.15.23:0/1799216815' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:53:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:53:30.826301+0000 mgr.y (mgr.14556) 12498 : audit [DBG] from='client.37571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:53:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:53:31.120072+0000 mgr.y (mgr.14556) 12499 : audit [DBG] from='client.27666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:53:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:53:31.478529+0000 mon.a (mon.0) 2905 : audit [DBG] from='client.? 172.21.15.23:0/1799216815' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:53:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:31.678586+0000 mgr.y (mgr.14556) 12500 : cluster [DBG] pgmap v11045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:31.678586+0000 mgr.y (mgr.14556) 12500 : cluster [DBG] pgmap v11045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:31.678586+0000 mgr.y (mgr.14556) 12500 : cluster [DBG] pgmap v11045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:53:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:53:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:33.679024+0000 mgr.y (mgr.14556) 12501 : cluster [DBG] pgmap v11046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:33.679024+0000 mgr.y (mgr.14556) 12501 : cluster [DBG] pgmap v11046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:33.679024+0000 mgr.y (mgr.14556) 12501 : cluster [DBG] pgmap v11046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:35.679848+0000 mgr.y (mgr.14556) 12502 : cluster [DBG] pgmap v11047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:35.679848+0000 mgr.y (mgr.14556) 12502 : cluster [DBG] pgmap v11047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:35.679848+0000 mgr.y (mgr.14556) 12502 : cluster [DBG] pgmap v11047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:37.680320+0000 mgr.y (mgr.14556) 12503 : cluster [DBG] pgmap v11048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:37.680320+0000 mgr.y (mgr.14556) 12503 : cluster [DBG] pgmap v11048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:37.680320+0000 mgr.y (mgr.14556) 12503 : cluster [DBG] pgmap v11048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:39.680765+0000 mgr.y (mgr.14556) 12504 : cluster [DBG] pgmap v11049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:39.680765+0000 mgr.y (mgr.14556) 12504 : cluster [DBG] pgmap v11049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:39.680765+0000 mgr.y (mgr.14556) 12504 : cluster [DBG] pgmap v11049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:41.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:53:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:41.681576+0000 mgr.y (mgr.14556) 12505 : cluster [DBG] pgmap v11050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:41.681576+0000 mgr.y (mgr.14556) 12505 : cluster [DBG] pgmap v11050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:41.681576+0000 mgr.y (mgr.14556) 12505 : cluster [DBG] pgmap v11050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:53:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:53:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:43.681947+0000 mgr.y (mgr.14556) 12506 : cluster [DBG] pgmap v11051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:43.681947+0000 mgr.y (mgr.14556) 12506 : cluster [DBG] pgmap v11051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:43.681947+0000 mgr.y (mgr.14556) 12506 : cluster [DBG] pgmap v11051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:45.682647+0000 mgr.y (mgr.14556) 12507 : cluster [DBG] pgmap v11052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:45.682647+0000 mgr.y (mgr.14556) 12507 : cluster [DBG] pgmap v11052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:45.682647+0000 mgr.y (mgr.14556) 12507 : cluster [DBG] pgmap v11052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:47.683111+0000 mgr.y (mgr.14556) 12508 : cluster [DBG] pgmap v11053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:47.683111+0000 mgr.y (mgr.14556) 12508 : cluster [DBG] pgmap v11053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:47.683111+0000 mgr.y (mgr.14556) 12508 : cluster [DBG] pgmap v11053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:49.683643+0000 mgr.y (mgr.14556) 12509 : cluster [DBG] pgmap v11054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:49.683643+0000 mgr.y (mgr.14556) 12509 : cluster [DBG] pgmap v11054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:49.683643+0000 mgr.y (mgr.14556) 12509 : cluster [DBG] pgmap v11054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:53:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:51.684376+0000 mgr.y (mgr.14556) 12510 : cluster [DBG] pgmap v11055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:51.684376+0000 mgr.y (mgr.14556) 12510 : cluster [DBG] pgmap v11055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:51.684376+0000 mgr.y (mgr.14556) 12510 : cluster [DBG] pgmap v11055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:53:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:53:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:53.684945+0000 mgr.y (mgr.14556) 12511 : cluster [DBG] pgmap v11056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:53.684945+0000 mgr.y (mgr.14556) 12511 : cluster [DBG] pgmap v11056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:53.684945+0000 mgr.y (mgr.14556) 12511 : cluster [DBG] pgmap v11056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:55.685547+0000 mgr.y (mgr.14556) 12512 : cluster [DBG] pgmap v11057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:55.685547+0000 mgr.y (mgr.14556) 12512 : cluster [DBG] pgmap v11057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:55.685547+0000 mgr.y (mgr.14556) 12512 : cluster [DBG] pgmap v11057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:57.686049+0000 mgr.y (mgr.14556) 12513 : cluster [DBG] pgmap v11058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:57.686049+0000 mgr.y (mgr.14556) 12513 : cluster [DBG] pgmap v11058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:53:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:53:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:57.686049+0000 mgr.y (mgr.14556) 12513 : cluster [DBG] pgmap v11058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:53:59.686449+0000 mgr.y (mgr.14556) 12514 : cluster [DBG] pgmap v11059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:53:59.686449+0000 mgr.y (mgr.14556) 12514 : cluster [DBG] pgmap v11059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:53:59.686449+0000 mgr.y (mgr.14556) 12514 : cluster [DBG] pgmap v11059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:01.804 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:54:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:54:02.094 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:54:02.094 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 37s ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:54:02.094 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 36s ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:54:02.094 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 37s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:54:02.094 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 36s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:54:02.094 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 36s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:54:02.094 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 37s ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 37s ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 36s ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 37s ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 37s ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 36s ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 37s ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 37s ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 37s ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 37s ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 36s ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 36s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 36s ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 36s ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:54:02.095 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 36s ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:54:02.445 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:54:02.445 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:54:02.445 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:54:02.445 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:54:02.445 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:54:02.445 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:54:02.445 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:54:02.445 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:54:02.445 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:54:02.445 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:54:02.445 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:54:02.445 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:54:02.446 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:54:02.446 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:54:02.446 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:54:02.446 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:54:02.446 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:54:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:01.687001+0000 mgr.y (mgr.14556) 12515 : cluster [DBG] pgmap v11060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:54:01.792671+0000 mgr.y (mgr.14556) 12516 : audit [DBG] from='client.27678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:54:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:54:02.087209+0000 mgr.y (mgr.14556) 12517 : audit [DBG] from='client.27684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:54:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:54:02.445921+0000 mon.c (mon.2) 314 : audit [DBG] from='client.? 172.21.15.23:0/3015064095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:54:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:01.687001+0000 mgr.y (mgr.14556) 12515 : cluster [DBG] pgmap v11060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:54:01.792671+0000 mgr.y (mgr.14556) 12516 : audit [DBG] from='client.27678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:54:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:54:02.087209+0000 mgr.y (mgr.14556) 12517 : audit [DBG] from='client.27684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:54:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:54:02.445921+0000 mon.c (mon.2) 314 : audit [DBG] from='client.? 172.21.15.23:0/3015064095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:54:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:01.687001+0000 mgr.y (mgr.14556) 12515 : cluster [DBG] pgmap v11060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:54:01.792671+0000 mgr.y (mgr.14556) 12516 : audit [DBG] from='client.27678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:54:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:54:02.087209+0000 mgr.y (mgr.14556) 12517 : audit [DBG] from='client.27684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:54:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:54:02.445921+0000 mon.c (mon.2) 314 : audit [DBG] from='client.? 172.21.15.23:0/3015064095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:54:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:54:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:54:05.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:03.687371+0000 mgr.y (mgr.14556) 12518 : cluster [DBG] pgmap v11061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:03.687371+0000 mgr.y (mgr.14556) 12518 : cluster [DBG] pgmap v11061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:03.687371+0000 mgr.y (mgr.14556) 12518 : cluster [DBG] pgmap v11061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:05.687957+0000 mgr.y (mgr.14556) 12519 : cluster [DBG] pgmap v11062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:05.687957+0000 mgr.y (mgr.14556) 12519 : cluster [DBG] pgmap v11062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:05.687957+0000 mgr.y (mgr.14556) 12519 : cluster [DBG] pgmap v11062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:07.688423+0000 mgr.y (mgr.14556) 12520 : cluster [DBG] pgmap v11063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:07.688423+0000 mgr.y (mgr.14556) 12520 : cluster [DBG] pgmap v11063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:07.688423+0000 mgr.y (mgr.14556) 12520 : cluster [DBG] pgmap v11063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:11.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:09.688746+0000 mgr.y (mgr.14556) 12521 : cluster [DBG] pgmap v11064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:09.688746+0000 mgr.y (mgr.14556) 12521 : cluster [DBG] pgmap v11064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:09.688746+0000 mgr.y (mgr.14556) 12521 : cluster [DBG] pgmap v11064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:54:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:11.689626+0000 mgr.y (mgr.14556) 12522 : cluster [DBG] pgmap v11065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:11.689626+0000 mgr.y (mgr.14556) 12522 : cluster [DBG] pgmap v11065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:11.689626+0000 mgr.y (mgr.14556) 12522 : cluster [DBG] pgmap v11065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:54:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:54:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:13.690113+0000 mgr.y (mgr.14556) 12523 : cluster [DBG] pgmap v11066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:13.690113+0000 mgr.y (mgr.14556) 12523 : cluster [DBG] pgmap v11066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:13.690113+0000 mgr.y (mgr.14556) 12523 : cluster [DBG] pgmap v11066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:15.690876+0000 mgr.y (mgr.14556) 12524 : cluster [DBG] pgmap v11067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:17.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:15.690876+0000 mgr.y (mgr.14556) 12524 : cluster [DBG] pgmap v11067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:15.690876+0000 mgr.y (mgr.14556) 12524 : cluster [DBG] pgmap v11067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:17.691356+0000 mgr.y (mgr.14556) 12525 : cluster [DBG] pgmap v11068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:17.691356+0000 mgr.y (mgr.14556) 12525 : cluster [DBG] pgmap v11068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:17.691356+0000 mgr.y (mgr.14556) 12525 : cluster [DBG] pgmap v11068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:19.691791+0000 mgr.y (mgr.14556) 12526 : cluster [DBG] pgmap v11069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:19.691791+0000 mgr.y (mgr.14556) 12526 : cluster [DBG] pgmap v11069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:19.691791+0000 mgr.y (mgr.14556) 12526 : cluster [DBG] pgmap v11069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:54:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:21.692440+0000 mgr.y (mgr.14556) 12527 : cluster [DBG] pgmap v11070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:21.692440+0000 mgr.y (mgr.14556) 12527 : cluster [DBG] pgmap v11070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:21.692440+0000 mgr.y (mgr.14556) 12527 : cluster [DBG] pgmap v11070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:54:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:54:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:23.692928+0000 mgr.y (mgr.14556) 12528 : cluster [DBG] pgmap v11071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:23.692928+0000 mgr.y (mgr.14556) 12528 : cluster [DBG] pgmap v11071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:23.692928+0000 mgr.y (mgr.14556) 12528 : cluster [DBG] pgmap v11071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:54:25.547193+0000 mon.a (mon.0) 2906 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:54:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:54:25.858515+0000 mon.a (mon.0) 2907 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:54:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:54:25.859124+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:54:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:54:25.867774+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:54:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:54:25.547193+0000 mon.a (mon.0) 2906 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:54:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:54:25.858515+0000 mon.a (mon.0) 2907 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:54:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:54:25.859124+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:54:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:54:25.867774+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:54:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:54:25.547193+0000 mon.a (mon.0) 2906 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:54:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:54:25.858515+0000 mon.a (mon.0) 2907 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:54:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:54:25.859124+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:54:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:54:25.867774+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:54:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:25.693499+0000 mgr.y (mgr.14556) 12529 : cluster [DBG] pgmap v11072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:25.693499+0000 mgr.y (mgr.14556) 12529 : cluster [DBG] pgmap v11072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:25.693499+0000 mgr.y (mgr.14556) 12529 : cluster [DBG] pgmap v11072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:27.693894+0000 mgr.y (mgr.14556) 12530 : cluster [DBG] pgmap v11073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:27.693894+0000 mgr.y (mgr.14556) 12530 : cluster [DBG] pgmap v11073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:27.693894+0000 mgr.y (mgr.14556) 12530 : cluster [DBG] pgmap v11073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:29.694471+0000 mgr.y (mgr.14556) 12531 : cluster [DBG] pgmap v11074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:29.694471+0000 mgr.y (mgr.14556) 12531 : cluster [DBG] pgmap v11074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:29.694471+0000 mgr.y (mgr.14556) 12531 : cluster [DBG] pgmap v11074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:54:32.770 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 68s ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 67s ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 68s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 67s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 67s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 68s ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 68s ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 67s ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 68s ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 68s ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 67s ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 68s ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:54:33.058 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 68s ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:54:33.059 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 68s ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:54:33.059 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 68s ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:54:33.059 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 67s ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:54:33.059 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 67s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:54:33.059 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 67s ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:54:33.059 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 67s ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:54:33.059 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 67s ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:54:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:31.695107+0000 mgr.y (mgr.14556) 12532 : cluster [DBG] pgmap v11075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:31.695107+0000 mgr.y (mgr.14556) 12532 : cluster [DBG] pgmap v11075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:33.406 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:54:33.406 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:54:33.407 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:54:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:31.695107+0000 mgr.y (mgr.14556) 12532 : cluster [DBG] pgmap v11075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:54:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:54:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:54:32.759352+0000 mgr.y (mgr.14556) 12533 : audit [DBG] from='client.37607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:54:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:54:33.050937+0000 mgr.y (mgr.14556) 12534 : audit [DBG] from='client.27702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:54:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:54:33.407928+0000 mon.c (mon.2) 315 : audit [DBG] from='client.? 172.21.15.23:0/697186363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:54:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:54:32.759352+0000 mgr.y (mgr.14556) 12533 : audit [DBG] from='client.37607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:54:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:54:33.050937+0000 mgr.y (mgr.14556) 12534 : audit [DBG] from='client.27702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:54:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:54:33.407928+0000 mon.c (mon.2) 315 : audit [DBG] from='client.? 172.21.15.23:0/697186363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:54:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:54:32.759352+0000 mgr.y (mgr.14556) 12533 : audit [DBG] from='client.37607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:54:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:54:33.050937+0000 mgr.y (mgr.14556) 12534 : audit [DBG] from='client.27702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:54:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:54:33.407928+0000 mon.c (mon.2) 315 : audit [DBG] from='client.? 172.21.15.23:0/697186363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:54:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:33.695517+0000 mgr.y (mgr.14556) 12535 : cluster [DBG] pgmap v11076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:33.695517+0000 mgr.y (mgr.14556) 12535 : cluster [DBG] pgmap v11076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:33.695517+0000 mgr.y (mgr.14556) 12535 : cluster [DBG] pgmap v11076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:35.696119+0000 mgr.y (mgr.14556) 12536 : cluster [DBG] pgmap v11077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:35.696119+0000 mgr.y (mgr.14556) 12536 : cluster [DBG] pgmap v11077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:35.696119+0000 mgr.y (mgr.14556) 12536 : cluster [DBG] pgmap v11077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:37.696510+0000 mgr.y (mgr.14556) 12537 : cluster [DBG] pgmap v11078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:37.696510+0000 mgr.y (mgr.14556) 12537 : cluster [DBG] pgmap v11078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:37.696510+0000 mgr.y (mgr.14556) 12537 : cluster [DBG] pgmap v11078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:39.696915+0000 mgr.y (mgr.14556) 12538 : cluster [DBG] pgmap v11079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:39.696915+0000 mgr.y (mgr.14556) 12538 : cluster [DBG] pgmap v11079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:39.696915+0000 mgr.y (mgr.14556) 12538 : cluster [DBG] pgmap v11079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:54:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:41.697668+0000 mgr.y (mgr.14556) 12539 : cluster [DBG] pgmap v11080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:41.697668+0000 mgr.y (mgr.14556) 12539 : cluster [DBG] pgmap v11080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:41.697668+0000 mgr.y (mgr.14556) 12539 : cluster [DBG] pgmap v11080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:54:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T12:54:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:43.698069+0000 mgr.y (mgr.14556) 12540 : cluster [DBG] pgmap v11081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:43.698069+0000 mgr.y (mgr.14556) 12540 : cluster [DBG] pgmap v11081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:43.698069+0000 mgr.y (mgr.14556) 12540 : cluster [DBG] pgmap v11081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:45.698695+0000 mgr.y (mgr.14556) 12541 : cluster [DBG] pgmap v11082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:45.698695+0000 mgr.y (mgr.14556) 12541 : cluster [DBG] pgmap v11082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:45.698695+0000 mgr.y (mgr.14556) 12541 : cluster [DBG] pgmap v11082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:47.699246+0000 mgr.y (mgr.14556) 12542 : cluster [DBG] pgmap v11083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:47.699246+0000 mgr.y (mgr.14556) 12542 : cluster [DBG] pgmap v11083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:47.699246+0000 mgr.y (mgr.14556) 12542 : cluster [DBG] pgmap v11083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:49.699688+0000 mgr.y (mgr.14556) 12543 : cluster [DBG] pgmap v11084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:49.699688+0000 mgr.y (mgr.14556) 12543 : cluster [DBG] pgmap v11084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:49.699688+0000 mgr.y (mgr.14556) 12543 : cluster [DBG] pgmap v11084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:54:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:51.700273+0000 mgr.y (mgr.14556) 12544 : cluster [DBG] pgmap v11085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:51.700273+0000 mgr.y (mgr.14556) 12544 : cluster [DBG] pgmap v11085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:51.700273+0000 mgr.y (mgr.14556) 12544 : cluster [DBG] pgmap v11085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:54:53] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:54:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:53.700878+0000 mgr.y (mgr.14556) 12545 : cluster [DBG] pgmap v11086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:53.700878+0000 mgr.y (mgr.14556) 12545 : cluster [DBG] pgmap v11086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:53.700878+0000 mgr.y (mgr.14556) 12545 : cluster [DBG] pgmap v11086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:55.701719+0000 mgr.y (mgr.14556) 12546 : cluster [DBG] pgmap v11087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:55.701719+0000 mgr.y (mgr.14556) 12546 : cluster [DBG] pgmap v11087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:55.701719+0000 mgr.y (mgr.14556) 12546 : cluster [DBG] pgmap v11087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:57.702114+0000 mgr.y (mgr.14556) 12547 : cluster [DBG] pgmap v11088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:57.702114+0000 mgr.y (mgr.14556) 12547 : cluster [DBG] pgmap v11088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:54:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:54:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:57.702114+0000 mgr.y (mgr.14556) 12547 : cluster [DBG] pgmap v11088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:54:59.702552+0000 mgr.y (mgr.14556) 12548 : cluster [DBG] pgmap v11089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:54:59.702552+0000 mgr.y (mgr.14556) 12548 : cluster [DBG] pgmap v11089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:54:59.702552+0000 mgr.y (mgr.14556) 12548 : cluster [DBG] pgmap v11089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:55:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:01.703196+0000 mgr.y (mgr.14556) 12549 : cluster [DBG] pgmap v11090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:01.703196+0000 mgr.y (mgr.14556) 12549 : cluster [DBG] pgmap v11090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:01.703196+0000 mgr.y (mgr.14556) 12549 : cluster [DBG] pgmap v11090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:03.733 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:55:04.020 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:55:04.020 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 99s ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:55:04.020 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 98s ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:55:04.020 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 99s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:55:04.020 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 98s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:55:04.020 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 98s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:55:04.020 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 99s ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:55:04.020 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 99s ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:55:04.020 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 98s ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:55:04.021 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 99s ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:55:04.021 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 99s ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:55:04.021 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 98s ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:55:04.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 99s ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:55:04.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 99s ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:55:04.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 99s ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:55:04.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 99s ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:55:04.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 98s ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:55:04.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 98s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:55:04.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 98s ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:55:04.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 98s ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:55:04.022 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 98s ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:55:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:55:03] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:55:04.368 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:55:04.368 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:55:04.368 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:55:04.368 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:55:04.368 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:55:04.368 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:55:04.368 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:55:04.369 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:55:04.369 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:55:04.369 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:55:04.369 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:55:04.369 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:55:04.369 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:55:04.369 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:55:04.369 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:55:04.369 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:55:04.369 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:55:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:03.703556+0000 mgr.y (mgr.14556) 12550 : cluster [DBG] pgmap v11091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:55:03.722325+0000 mgr.y (mgr.14556) 12551 : audit [DBG] from='client.37625 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:55:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:55:04.012678+0000 mgr.y (mgr.14556) 12552 : audit [DBG] from='client.27720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:55:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:55:04.369361+0000 mon.c (mon.2) 316 : audit [DBG] from='client.? 172.21.15.23:0/1922468504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:55:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:03.703556+0000 mgr.y (mgr.14556) 12550 : cluster [DBG] pgmap v11091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:55:03.722325+0000 mgr.y (mgr.14556) 12551 : audit [DBG] from='client.37625 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:55:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:55:04.012678+0000 mgr.y (mgr.14556) 12552 : audit [DBG] from='client.27720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:55:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:55:04.369361+0000 mon.c (mon.2) 316 : audit [DBG] from='client.? 172.21.15.23:0/1922468504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:55:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:03.703556+0000 mgr.y (mgr.14556) 12550 : cluster [DBG] pgmap v11091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:55:03.722325+0000 mgr.y (mgr.14556) 12551 : audit [DBG] from='client.37625 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:55:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:55:04.012678+0000 mgr.y (mgr.14556) 12552 : audit [DBG] from='client.27720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:55:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:55:04.369361+0000 mon.c (mon.2) 316 : audit [DBG] from='client.? 172.21.15.23:0/1922468504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:55:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:05.704178+0000 mgr.y (mgr.14556) 12553 : cluster [DBG] pgmap v11092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:05.704178+0000 mgr.y (mgr.14556) 12553 : cluster [DBG] pgmap v11092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:05.704178+0000 mgr.y (mgr.14556) 12553 : cluster [DBG] pgmap v11092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:07.704535+0000 mgr.y (mgr.14556) 12554 : cluster [DBG] pgmap v11093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:07.704535+0000 mgr.y (mgr.14556) 12554 : cluster [DBG] pgmap v11093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:07.704535+0000 mgr.y (mgr.14556) 12554 : cluster [DBG] pgmap v11093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:09.704999+0000 mgr.y (mgr.14556) 12555 : cluster [DBG] pgmap v11094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:09.704999+0000 mgr.y (mgr.14556) 12555 : cluster [DBG] pgmap v11094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:09.704999+0000 mgr.y (mgr.14556) 12555 : cluster [DBG] pgmap v11094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:55:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:11.705823+0000 mgr.y (mgr.14556) 12556 : cluster [DBG] pgmap v11095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:11.705823+0000 mgr.y (mgr.14556) 12556 : cluster [DBG] pgmap v11095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:11.705823+0000 mgr.y (mgr.14556) 12556 : cluster [DBG] pgmap v11095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:55:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:55:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:13.706292+0000 mgr.y (mgr.14556) 12557 : cluster [DBG] pgmap v11096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:13.706292+0000 mgr.y (mgr.14556) 12557 : cluster [DBG] pgmap v11096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:13.706292+0000 mgr.y (mgr.14556) 12557 : cluster [DBG] pgmap v11096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:15.707004+0000 mgr.y (mgr.14556) 12558 : cluster [DBG] pgmap v11097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:15.707004+0000 mgr.y (mgr.14556) 12558 : cluster [DBG] pgmap v11097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:15.707004+0000 mgr.y (mgr.14556) 12558 : cluster [DBG] pgmap v11097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:17.707415+0000 mgr.y (mgr.14556) 12559 : cluster [DBG] pgmap v11098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:17.707415+0000 mgr.y (mgr.14556) 12559 : cluster [DBG] pgmap v11098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:17.707415+0000 mgr.y (mgr.14556) 12559 : cluster [DBG] pgmap v11098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:19.707839+0000 mgr.y (mgr.14556) 12560 : cluster [DBG] pgmap v11099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:19.707839+0000 mgr.y (mgr.14556) 12560 : cluster [DBG] pgmap v11099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:19.707839+0000 mgr.y (mgr.14556) 12560 : cluster [DBG] pgmap v11099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:55:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:21.708516+0000 mgr.y (mgr.14556) 12561 : cluster [DBG] pgmap v11100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:21.708516+0000 mgr.y (mgr.14556) 12561 : cluster [DBG] pgmap v11100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:21.708516+0000 mgr.y (mgr.14556) 12561 : cluster [DBG] pgmap v11100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:55:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:55:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:23.708962+0000 mgr.y (mgr.14556) 12562 : cluster [DBG] pgmap v11101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:23.708962+0000 mgr.y (mgr.14556) 12562 : cluster [DBG] pgmap v11101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:23.708962+0000 mgr.y (mgr.14556) 12562 : cluster [DBG] pgmap v11101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:55:25.872136+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:55:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:55:26.179415+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:55:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:55:26.180098+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:55:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:55:26.186015+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:55:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:55:25.872136+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:55:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:55:26.179415+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:55:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:55:26.180098+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:55:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:55:26.186015+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:55:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:55:25.872136+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:55:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:55:26.179415+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:55:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:55:26.180098+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:55:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:55:26.186015+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:55:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:25.709726+0000 mgr.y (mgr.14556) 12563 : cluster [DBG] pgmap v11102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:25.709726+0000 mgr.y (mgr.14556) 12563 : cluster [DBG] pgmap v11102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:25.709726+0000 mgr.y (mgr.14556) 12563 : cluster [DBG] pgmap v11102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:27.710321+0000 mgr.y (mgr.14556) 12564 : cluster [DBG] pgmap v11103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:27.710321+0000 mgr.y (mgr.14556) 12564 : cluster [DBG] pgmap v11103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:27.710321+0000 mgr.y (mgr.14556) 12564 : cluster [DBG] pgmap v11103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:29.710672+0000 mgr.y (mgr.14556) 12565 : cluster [DBG] pgmap v11104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:29.710672+0000 mgr.y (mgr.14556) 12565 : cluster [DBG] pgmap v11104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:29.710672+0000 mgr.y (mgr.14556) 12565 : cluster [DBG] pgmap v11104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:55:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:31.711292+0000 mgr.y (mgr.14556) 12566 : cluster [DBG] pgmap v11105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:31.711292+0000 mgr.y (mgr.14556) 12566 : cluster [DBG] pgmap v11105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:31.711292+0000 mgr.y (mgr.14556) 12566 : cluster [DBG] pgmap v11105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:55:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T12:55:34.695 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:55:35.003 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:55:35.003 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 2m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:55:35.003 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 2m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:55:35.003 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 2m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:55:35.003 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 2m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:55:35.003 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 2m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 2m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 2m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 2m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 2m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 2m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 2m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 2m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 2m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 2m ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 2m ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 2m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 2m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 2m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 2m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:55:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 2m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:55:35.353 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:55:35.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:55:35.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:55:35.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:55:35.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:55:35.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:55:35.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:55:35.353 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:55:35.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:55:35.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:55:35.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:55:35.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:55:35.354 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:55:35.354 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:55:35.354 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:55:35.354 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:55:35.354 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:55:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:33.711860+0000 mgr.y (mgr.14556) 12567 : cluster [DBG] pgmap v11106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:33.711860+0000 mgr.y (mgr.14556) 12567 : cluster [DBG] pgmap v11106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:33.711860+0000 mgr.y (mgr.14556) 12567 : cluster [DBG] pgmap v11106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:55:34.685059+0000 mgr.y (mgr.14556) 12568 : audit [DBG] from='client.27732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:55:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:55:34.995889+0000 mgr.y (mgr.14556) 12569 : audit [DBG] from='client.27738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:55:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:55:35.354136+0000 mon.a (mon.0) 2914 : audit [DBG] from='client.? 172.21.15.23:0/1974916797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:55:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:55:34.685059+0000 mgr.y (mgr.14556) 12568 : audit [DBG] from='client.27732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:55:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:55:34.995889+0000 mgr.y (mgr.14556) 12569 : audit [DBG] from='client.27738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:55:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:55:35.354136+0000 mon.a (mon.0) 2914 : audit [DBG] from='client.? 172.21.15.23:0/1974916797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:55:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:55:34.685059+0000 mgr.y (mgr.14556) 12568 : audit [DBG] from='client.27732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:55:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:55:34.995889+0000 mgr.y (mgr.14556) 12569 : audit [DBG] from='client.27738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:55:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:55:35.354136+0000 mon.a (mon.0) 2914 : audit [DBG] from='client.? 172.21.15.23:0/1974916797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:55:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:35.712382+0000 mgr.y (mgr.14556) 12570 : cluster [DBG] pgmap v11107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:35.712382+0000 mgr.y (mgr.14556) 12570 : cluster [DBG] pgmap v11107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:35.712382+0000 mgr.y (mgr.14556) 12570 : cluster [DBG] pgmap v11107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:37.712802+0000 mgr.y (mgr.14556) 12571 : cluster [DBG] pgmap v11108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:37.712802+0000 mgr.y (mgr.14556) 12571 : cluster [DBG] pgmap v11108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:37.712802+0000 mgr.y (mgr.14556) 12571 : cluster [DBG] pgmap v11108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:39.713213+0000 mgr.y (mgr.14556) 12572 : cluster [DBG] pgmap v11109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:39.713213+0000 mgr.y (mgr.14556) 12572 : cluster [DBG] pgmap v11109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:39.713213+0000 mgr.y (mgr.14556) 12572 : cluster [DBG] pgmap v11109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:55:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:41.714010+0000 mgr.y (mgr.14556) 12573 : cluster [DBG] pgmap v11110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:41.714010+0000 mgr.y (mgr.14556) 12573 : cluster [DBG] pgmap v11110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:41.714010+0000 mgr.y (mgr.14556) 12573 : cluster [DBG] pgmap v11110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:55:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:55:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:43.714470+0000 mgr.y (mgr.14556) 12574 : cluster [DBG] pgmap v11111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:43.714470+0000 mgr.y (mgr.14556) 12574 : cluster [DBG] pgmap v11111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:43.714470+0000 mgr.y (mgr.14556) 12574 : cluster [DBG] pgmap v11111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:45.715116+0000 mgr.y (mgr.14556) 12575 : cluster [DBG] pgmap v11112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:45.715116+0000 mgr.y (mgr.14556) 12575 : cluster [DBG] pgmap v11112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:45.715116+0000 mgr.y (mgr.14556) 12575 : cluster [DBG] pgmap v11112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:47.715786+0000 mgr.y (mgr.14556) 12576 : cluster [DBG] pgmap v11113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:47.715786+0000 mgr.y (mgr.14556) 12576 : cluster [DBG] pgmap v11113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:47.715786+0000 mgr.y (mgr.14556) 12576 : cluster [DBG] pgmap v11113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:49.716221+0000 mgr.y (mgr.14556) 12577 : cluster [DBG] pgmap v11114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:55:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:49.716221+0000 mgr.y (mgr.14556) 12577 : cluster [DBG] pgmap v11114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:49.716221+0000 mgr.y (mgr.14556) 12577 : cluster [DBG] pgmap v11114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:51.716872+0000 mgr.y (mgr.14556) 12578 : cluster [DBG] pgmap v11115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:51.716872+0000 mgr.y (mgr.14556) 12578 : cluster [DBG] pgmap v11115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:51.716872+0000 mgr.y (mgr.14556) 12578 : cluster [DBG] pgmap v11115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:55:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:55:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:53.717273+0000 mgr.y (mgr.14556) 12579 : cluster [DBG] pgmap v11116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:53.717273+0000 mgr.y (mgr.14556) 12579 : cluster [DBG] pgmap v11116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:53.717273+0000 mgr.y (mgr.14556) 12579 : cluster [DBG] pgmap v11116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:55.717993+0000 mgr.y (mgr.14556) 12580 : cluster [DBG] pgmap v11117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:55.717993+0000 mgr.y (mgr.14556) 12580 : cluster [DBG] pgmap v11117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:55.717993+0000 mgr.y (mgr.14556) 12580 : cluster [DBG] pgmap v11117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:57.718610+0000 mgr.y (mgr.14556) 12581 : cluster [DBG] pgmap v11118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:57.718610+0000 mgr.y (mgr.14556) 12581 : cluster [DBG] pgmap v11118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:55:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:55:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:57.718610+0000 mgr.y (mgr.14556) 12581 : cluster [DBG] pgmap v11118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:55:59.719058+0000 mgr.y (mgr.14556) 12582 : cluster [DBG] pgmap v11119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:55:59.719058+0000 mgr.y (mgr.14556) 12582 : cluster [DBG] pgmap v11119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:55:59.719058+0000 mgr.y (mgr.14556) 12582 : cluster [DBG] pgmap v11119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:56:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:01.719827+0000 mgr.y (mgr.14556) 12583 : cluster [DBG] pgmap v11120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:01.719827+0000 mgr.y (mgr.14556) 12583 : cluster [DBG] pgmap v11120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:01.719827+0000 mgr.y (mgr.14556) 12583 : cluster [DBG] pgmap v11120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:56:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:56:05.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:03.720436+0000 mgr.y (mgr.14556) 12584 : cluster [DBG] pgmap v11121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:03.720436+0000 mgr.y (mgr.14556) 12584 : cluster [DBG] pgmap v11121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:03.720436+0000 mgr.y (mgr.14556) 12584 : cluster [DBG] pgmap v11121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:05.678 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:56:05.967 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:56:05.967 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 2m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:56:05.967 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 2m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:56:05.967 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 2m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:56:05.967 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 2m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:56:05.967 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 2m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:56:05.967 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 2m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:56:05.967 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 2m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:56:05.967 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 2m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:56:05.967 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 2m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:56:05.968 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 2m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:56:05.968 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 2m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:56:05.968 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 2m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:56:05.968 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 2m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:56:05.968 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 2m ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:56:05.968 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 2m ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:56:05.968 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 2m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:56:05.968 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 2m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:56:05.968 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 2m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:56:05.968 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 2m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:56:05.968 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 2m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:56:06.317 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:56:06.318 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:56:06.318 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:56:06.318 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:56:06.318 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:56:06.318 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:56:06.318 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:56:06.318 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:56:06.318 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:56:06.318 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:56:06.319 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:56:06.319 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:56:06.319 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:56:06.319 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:56:06.319 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:56:06.319 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:56:06.319 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:56:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:56:05.667310+0000 mgr.y (mgr.14556) 12585 : audit [DBG] from='client.27750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:56:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:05.721006+0000 mgr.y (mgr.14556) 12586 : cluster [DBG] pgmap v11122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:07.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:56:05.959876+0000 mgr.y (mgr.14556) 12587 : audit [DBG] from='client.27756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:56:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:56:06.318642+0000 mon.a (mon.0) 2915 : audit [DBG] from='client.? 172.21.15.23:0/2337961153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:56:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:56:05.667310+0000 mgr.y (mgr.14556) 12585 : audit [DBG] from='client.27750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:56:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:05.721006+0000 mgr.y (mgr.14556) 12586 : cluster [DBG] pgmap v11122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:56:05.959876+0000 mgr.y (mgr.14556) 12587 : audit [DBG] from='client.27756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:56:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:56:06.318642+0000 mon.a (mon.0) 2915 : audit [DBG] from='client.? 172.21.15.23:0/2337961153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:56:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:56:05.667310+0000 mgr.y (mgr.14556) 12585 : audit [DBG] from='client.27750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:56:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:05.721006+0000 mgr.y (mgr.14556) 12586 : cluster [DBG] pgmap v11122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:56:05.959876+0000 mgr.y (mgr.14556) 12587 : audit [DBG] from='client.27756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:56:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:56:06.318642+0000 mon.a (mon.0) 2915 : audit [DBG] from='client.? 172.21.15.23:0/2337961153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:56:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:07.721545+0000 mgr.y (mgr.14556) 12588 : cluster [DBG] pgmap v11123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:07.721545+0000 mgr.y (mgr.14556) 12588 : cluster [DBG] pgmap v11123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:07.721545+0000 mgr.y (mgr.14556) 12588 : cluster [DBG] pgmap v11123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:11.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:09.721947+0000 mgr.y (mgr.14556) 12589 : cluster [DBG] pgmap v11124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:09.721947+0000 mgr.y (mgr.14556) 12589 : cluster [DBG] pgmap v11124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:09.721947+0000 mgr.y (mgr.14556) 12589 : cluster [DBG] pgmap v11124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:56:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:11.722664+0000 mgr.y (mgr.14556) 12590 : cluster [DBG] pgmap v11125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:11.722664+0000 mgr.y (mgr.14556) 12590 : cluster [DBG] pgmap v11125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:11.722664+0000 mgr.y (mgr.14556) 12590 : cluster [DBG] pgmap v11125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:56:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:56:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:13.723038+0000 mgr.y (mgr.14556) 12591 : cluster [DBG] pgmap v11126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:13.723038+0000 mgr.y (mgr.14556) 12591 : cluster [DBG] pgmap v11126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:13.723038+0000 mgr.y (mgr.14556) 12591 : cluster [DBG] pgmap v11126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:15.723818+0000 mgr.y (mgr.14556) 12592 : cluster [DBG] pgmap v11127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:15.723818+0000 mgr.y (mgr.14556) 12592 : cluster [DBG] pgmap v11127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:15.723818+0000 mgr.y (mgr.14556) 12592 : cluster [DBG] pgmap v11127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:17.724213+0000 mgr.y (mgr.14556) 12593 : cluster [DBG] pgmap v11128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:17.724213+0000 mgr.y (mgr.14556) 12593 : cluster [DBG] pgmap v11128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:17.724213+0000 mgr.y (mgr.14556) 12593 : cluster [DBG] pgmap v11128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:19.724672+0000 mgr.y (mgr.14556) 12594 : cluster [DBG] pgmap v11129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:19.724672+0000 mgr.y (mgr.14556) 12594 : cluster [DBG] pgmap v11129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:19.724672+0000 mgr.y (mgr.14556) 12594 : cluster [DBG] pgmap v11129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:56:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:21.725570+0000 mgr.y (mgr.14556) 12595 : cluster [DBG] pgmap v11130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:21.725570+0000 mgr.y (mgr.14556) 12595 : cluster [DBG] pgmap v11130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:21.725570+0000 mgr.y (mgr.14556) 12595 : cluster [DBG] pgmap v11130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:56:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:56:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:23.725989+0000 mgr.y (mgr.14556) 12596 : cluster [DBG] pgmap v11131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:23.725989+0000 mgr.y (mgr.14556) 12596 : cluster [DBG] pgmap v11131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:23.725989+0000 mgr.y (mgr.14556) 12596 : cluster [DBG] pgmap v11131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:25.726589+0000 mgr.y (mgr.14556) 12597 : cluster [DBG] pgmap v11132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:56:26.191225+0000 mon.a (mon.0) 2916 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:56:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:56:26.453537+0000 mon.a (mon.0) 2917 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:56:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:56:26.458247+0000 mon.a (mon.0) 2918 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:56:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:56:26.743356+0000 mon.a (mon.0) 2919 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:56:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:56:26.744094+0000 mon.a (mon.0) 2920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:56:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:56:26.751542+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:56:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:25.726589+0000 mgr.y (mgr.14556) 12597 : cluster [DBG] pgmap v11132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:56:26.191225+0000 mon.a (mon.0) 2916 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:56:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:56:26.453537+0000 mon.a (mon.0) 2917 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:56:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:56:26.458247+0000 mon.a (mon.0) 2918 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:56:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:56:26.743356+0000 mon.a (mon.0) 2919 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:56:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:56:26.744094+0000 mon.a (mon.0) 2920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:56:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:56:26.751542+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:56:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:25.726589+0000 mgr.y (mgr.14556) 12597 : cluster [DBG] pgmap v11132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:56:26.191225+0000 mon.a (mon.0) 2916 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:56:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:56:26.453537+0000 mon.a (mon.0) 2917 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:56:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:56:26.458247+0000 mon.a (mon.0) 2918 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:56:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:56:26.743356+0000 mon.a (mon.0) 2919 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:56:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:56:26.744094+0000 mon.a (mon.0) 2920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:56:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:56:26.751542+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:56:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:27.726956+0000 mgr.y (mgr.14556) 12598 : cluster [DBG] pgmap v11133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:27.726956+0000 mgr.y (mgr.14556) 12598 : cluster [DBG] pgmap v11133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:27.726956+0000 mgr.y (mgr.14556) 12598 : cluster [DBG] pgmap v11133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:29.727527+0000 mgr.y (mgr.14556) 12599 : cluster [DBG] pgmap v11134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:29.727527+0000 mgr.y (mgr.14556) 12599 : cluster [DBG] pgmap v11134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:29.727527+0000 mgr.y (mgr.14556) 12599 : cluster [DBG] pgmap v11134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:56:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:31.728314+0000 mgr.y (mgr.14556) 12600 : cluster [DBG] pgmap v11135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:31.728314+0000 mgr.y (mgr.14556) 12600 : cluster [DBG] pgmap v11135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:31.728314+0000 mgr.y (mgr.14556) 12600 : cluster [DBG] pgmap v11135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:56:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:56:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:33.728881+0000 mgr.y (mgr.14556) 12601 : cluster [DBG] pgmap v11136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:33.728881+0000 mgr.y (mgr.14556) 12601 : cluster [DBG] pgmap v11136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:33.728881+0000 mgr.y (mgr.14556) 12601 : cluster [DBG] pgmap v11136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:36.641 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:56:36.930 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:56:36.930 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 3m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:56:36.930 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 3m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:56:36.930 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 3m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:56:36.930 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 3m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:56:36.930 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 3m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:56:36.930 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 3m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:56:36.930 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 3m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:56:36.930 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 3m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:56:36.931 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 3m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:56:36.931 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 3m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:56:36.931 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 3m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:56:36.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 3m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:56:36.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 3m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:56:36.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 3m ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:56:36.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 3m ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:56:36.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 3m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:56:36.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 3m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:56:36.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 3m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:56:36.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 3m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:56:36.931 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 3m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:56:37.279 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:56:37.279 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:56:37.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:56:37.279 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:56:37.279 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:56:37.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:56:37.279 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:56:37.279 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:56:37.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:56:37.279 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:56:37.279 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:56:37.280 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:56:37.280 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:56:37.280 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:56:37.280 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:56:37.280 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:56:37.280 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:56:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:35.729577+0000 mgr.y (mgr.14556) 12602 : cluster [DBG] pgmap v11137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:35.729577+0000 mgr.y (mgr.14556) 12602 : cluster [DBG] pgmap v11137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:35.729577+0000 mgr.y (mgr.14556) 12602 : cluster [DBG] pgmap v11137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:56:36.630119+0000 mgr.y (mgr.14556) 12603 : audit [DBG] from='client.37679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:56:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:56:36.923379+0000 mgr.y (mgr.14556) 12604 : audit [DBG] from='client.27774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:56:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:56:37.280099+0000 mon.c (mon.2) 317 : audit [DBG] from='client.? 172.21.15.23:0/2465991832' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:56:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:56:36.630119+0000 mgr.y (mgr.14556) 12603 : audit [DBG] from='client.37679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:56:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:56:36.923379+0000 mgr.y (mgr.14556) 12604 : audit [DBG] from='client.27774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:56:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:56:37.280099+0000 mon.c (mon.2) 317 : audit [DBG] from='client.? 172.21.15.23:0/2465991832' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:56:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:56:36.630119+0000 mgr.y (mgr.14556) 12603 : audit [DBG] from='client.37679 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:56:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:56:36.923379+0000 mgr.y (mgr.14556) 12604 : audit [DBG] from='client.27774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:56:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:56:37.280099+0000 mon.c (mon.2) 317 : audit [DBG] from='client.? 172.21.15.23:0/2465991832' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:56:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:37.729990+0000 mgr.y (mgr.14556) 12605 : cluster [DBG] pgmap v11138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:37.729990+0000 mgr.y (mgr.14556) 12605 : cluster [DBG] pgmap v11138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:37.729990+0000 mgr.y (mgr.14556) 12605 : cluster [DBG] pgmap v11138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:39.730548+0000 mgr.y (mgr.14556) 12606 : cluster [DBG] pgmap v11139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:39.730548+0000 mgr.y (mgr.14556) 12606 : cluster [DBG] pgmap v11139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:39.730548+0000 mgr.y (mgr.14556) 12606 : cluster [DBG] pgmap v11139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:56:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:41.731226+0000 mgr.y (mgr.14556) 12607 : cluster [DBG] pgmap v11140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:41.731226+0000 mgr.y (mgr.14556) 12607 : cluster [DBG] pgmap v11140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:41.731226+0000 mgr.y (mgr.14556) 12607 : cluster [DBG] pgmap v11140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:56:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:56:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:43.731761+0000 mgr.y (mgr.14556) 12608 : cluster [DBG] pgmap v11141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:43.731761+0000 mgr.y (mgr.14556) 12608 : cluster [DBG] pgmap v11141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:43.731761+0000 mgr.y (mgr.14556) 12608 : cluster [DBG] pgmap v11141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:45.732405+0000 mgr.y (mgr.14556) 12609 : cluster [DBG] pgmap v11142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:45.732405+0000 mgr.y (mgr.14556) 12609 : cluster [DBG] pgmap v11142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:45.732405+0000 mgr.y (mgr.14556) 12609 : cluster [DBG] pgmap v11142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:47.732885+0000 mgr.y (mgr.14556) 12610 : cluster [DBG] pgmap v11143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:47.732885+0000 mgr.y (mgr.14556) 12610 : cluster [DBG] pgmap v11143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:47.732885+0000 mgr.y (mgr.14556) 12610 : cluster [DBG] pgmap v11143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:49.733488+0000 mgr.y (mgr.14556) 12611 : cluster [DBG] pgmap v11144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:49.733488+0000 mgr.y (mgr.14556) 12611 : cluster [DBG] pgmap v11144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:49.733488+0000 mgr.y (mgr.14556) 12611 : cluster [DBG] pgmap v11144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:56:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:51.734268+0000 mgr.y (mgr.14556) 12612 : cluster [DBG] pgmap v11145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:51.734268+0000 mgr.y (mgr.14556) 12612 : cluster [DBG] pgmap v11145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:51.734268+0000 mgr.y (mgr.14556) 12612 : cluster [DBG] pgmap v11145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:56:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:56:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:53.734786+0000 mgr.y (mgr.14556) 12613 : cluster [DBG] pgmap v11146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:53.734786+0000 mgr.y (mgr.14556) 12613 : cluster [DBG] pgmap v11146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:53.734786+0000 mgr.y (mgr.14556) 12613 : cluster [DBG] pgmap v11146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:55.735424+0000 mgr.y (mgr.14556) 12614 : cluster [DBG] pgmap v11147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:55.735424+0000 mgr.y (mgr.14556) 12614 : cluster [DBG] pgmap v11147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:55.735424+0000 mgr.y (mgr.14556) 12614 : cluster [DBG] pgmap v11147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:57.735835+0000 mgr.y (mgr.14556) 12615 : cluster [DBG] pgmap v11148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:57.735835+0000 mgr.y (mgr.14556) 12615 : cluster [DBG] pgmap v11148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:56:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:57.735835+0000 mgr.y (mgr.14556) 12615 : cluster [DBG] pgmap v11148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:56:59.736230+0000 mgr.y (mgr.14556) 12616 : cluster [DBG] pgmap v11149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:56:59.736230+0000 mgr.y (mgr.14556) 12616 : cluster [DBG] pgmap v11149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:56:59.736230+0000 mgr.y (mgr.14556) 12616 : cluster [DBG] pgmap v11149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:57:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:01.736920+0000 mgr.y (mgr.14556) 12617 : cluster [DBG] pgmap v11150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:01.736920+0000 mgr.y (mgr.14556) 12617 : cluster [DBG] pgmap v11150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:01.736920+0000 mgr.y (mgr.14556) 12617 : cluster [DBG] pgmap v11150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:57:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:57:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:03.737497+0000 mgr.y (mgr.14556) 12618 : cluster [DBG] pgmap v11151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:03.737497+0000 mgr.y (mgr.14556) 12618 : cluster [DBG] pgmap v11151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:03.737497+0000 mgr.y (mgr.14556) 12618 : cluster [DBG] pgmap v11151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:07.601 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:57:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:05.738086+0000 mgr.y (mgr.14556) 12619 : cluster [DBG] pgmap v11152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:05.738086+0000 mgr.y (mgr.14556) 12619 : cluster [DBG] pgmap v11152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:05.738086+0000 mgr.y (mgr.14556) 12619 : cluster [DBG] pgmap v11152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:07.887 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:57:07.887 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 3m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:57:07.887 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 3m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 3m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 3m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 3m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 3m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 3m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 3m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 3m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 3m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 3m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 3m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 3m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 3m ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 3m ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 3m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 3m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 3m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:57:07.888 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 3m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:57:07.889 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 3m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:57:08.235 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:57:08.241 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:57:08.242 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:57:08.243 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:57:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:57:07.590200+0000 mgr.y (mgr.14556) 12620 : audit [DBG] from='client.27786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:57:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:07.738423+0000 mgr.y (mgr.14556) 12621 : cluster [DBG] pgmap v11153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:57:07.880810+0000 mgr.y (mgr.14556) 12622 : audit [DBG] from='client.27792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:57:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:57:08.236792+0000 mon.a (mon.0) 2922 : audit [DBG] from='client.? 172.21.15.23:0/535840997' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:57:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:57:07.590200+0000 mgr.y (mgr.14556) 12620 : audit [DBG] from='client.27786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:57:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:07.738423+0000 mgr.y (mgr.14556) 12621 : cluster [DBG] pgmap v11153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:57:07.880810+0000 mgr.y (mgr.14556) 12622 : audit [DBG] from='client.27792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:57:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:57:08.236792+0000 mon.a (mon.0) 2922 : audit [DBG] from='client.? 172.21.15.23:0/535840997' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:57:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:57:07.590200+0000 mgr.y (mgr.14556) 12620 : audit [DBG] from='client.27786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:57:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:07.738423+0000 mgr.y (mgr.14556) 12621 : cluster [DBG] pgmap v11153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:57:07.880810+0000 mgr.y (mgr.14556) 12622 : audit [DBG] from='client.27792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:57:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:57:08.236792+0000 mon.a (mon.0) 2922 : audit [DBG] from='client.? 172.21.15.23:0/535840997' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:57:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:09.738841+0000 mgr.y (mgr.14556) 12623 : cluster [DBG] pgmap v11154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:09.738841+0000 mgr.y (mgr.14556) 12623 : cluster [DBG] pgmap v11154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:09.738841+0000 mgr.y (mgr.14556) 12623 : cluster [DBG] pgmap v11154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:57:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:11.739681+0000 mgr.y (mgr.14556) 12624 : cluster [DBG] pgmap v11155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:11.739681+0000 mgr.y (mgr.14556) 12624 : cluster [DBG] pgmap v11155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:11.739681+0000 mgr.y (mgr.14556) 12624 : cluster [DBG] pgmap v11155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:57:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T12:57:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:13.740260+0000 mgr.y (mgr.14556) 12625 : cluster [DBG] pgmap v11156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:13.740260+0000 mgr.y (mgr.14556) 12625 : cluster [DBG] pgmap v11156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:13.740260+0000 mgr.y (mgr.14556) 12625 : cluster [DBG] pgmap v11156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:15.740952+0000 mgr.y (mgr.14556) 12626 : cluster [DBG] pgmap v11157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:15.740952+0000 mgr.y (mgr.14556) 12626 : cluster [DBG] pgmap v11157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:15.740952+0000 mgr.y (mgr.14556) 12626 : cluster [DBG] pgmap v11157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:17.741494+0000 mgr.y (mgr.14556) 12627 : cluster [DBG] pgmap v11158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:17.741494+0000 mgr.y (mgr.14556) 12627 : cluster [DBG] pgmap v11158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:17.741494+0000 mgr.y (mgr.14556) 12627 : cluster [DBG] pgmap v11158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:21.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:19.741922+0000 mgr.y (mgr.14556) 12628 : cluster [DBG] pgmap v11159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:19.741922+0000 mgr.y (mgr.14556) 12628 : cluster [DBG] pgmap v11159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:19.741922+0000 mgr.y (mgr.14556) 12628 : cluster [DBG] pgmap v11159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:57:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:21.742578+0000 mgr.y (mgr.14556) 12629 : cluster [DBG] pgmap v11160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:21.742578+0000 mgr.y (mgr.14556) 12629 : cluster [DBG] pgmap v11160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:21.742578+0000 mgr.y (mgr.14556) 12629 : cluster [DBG] pgmap v11160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:57:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:57:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:23.743148+0000 mgr.y (mgr.14556) 12630 : cluster [DBG] pgmap v11161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:23.743148+0000 mgr.y (mgr.14556) 12630 : cluster [DBG] pgmap v11161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:23.743148+0000 mgr.y (mgr.14556) 12630 : cluster [DBG] pgmap v11161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:25.743948+0000 mgr.y (mgr.14556) 12631 : cluster [DBG] pgmap v11162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:57:26.756246+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:57:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:57:27.062663+0000 mon.a (mon.0) 2924 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:57:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:57:27.063290+0000 mon.a (mon.0) 2925 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:57:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:57:27.069423+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:57:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:25.743948+0000 mgr.y (mgr.14556) 12631 : cluster [DBG] pgmap v11162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:57:26.756246+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:57:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:57:27.062663+0000 mon.a (mon.0) 2924 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:57:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:57:27.063290+0000 mon.a (mon.0) 2925 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:57:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:57:27.069423+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:57:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:25.743948+0000 mgr.y (mgr.14556) 12631 : cluster [DBG] pgmap v11162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:57:26.756246+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:57:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:57:27.062663+0000 mon.a (mon.0) 2924 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:57:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:57:27.063290+0000 mon.a (mon.0) 2925 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:57:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:57:27.069423+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:57:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:27.744301+0000 mgr.y (mgr.14556) 12632 : cluster [DBG] pgmap v11163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:27.744301+0000 mgr.y (mgr.14556) 12632 : cluster [DBG] pgmap v11163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:27.744301+0000 mgr.y (mgr.14556) 12632 : cluster [DBG] pgmap v11163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:29.744720+0000 mgr.y (mgr.14556) 12633 : cluster [DBG] pgmap v11164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:29.744720+0000 mgr.y (mgr.14556) 12633 : cluster [DBG] pgmap v11164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:29.744720+0000 mgr.y (mgr.14556) 12633 : cluster [DBG] pgmap v11164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:31.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:57:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:31.745466+0000 mgr.y (mgr.14556) 12634 : cluster [DBG] pgmap v11165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:31.745466+0000 mgr.y (mgr.14556) 12634 : cluster [DBG] pgmap v11165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:31.745466+0000 mgr.y (mgr.14556) 12634 : cluster [DBG] pgmap v11165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:57:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:57:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:33.745915+0000 mgr.y (mgr.14556) 12635 : cluster [DBG] pgmap v11166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:33.745915+0000 mgr.y (mgr.14556) 12635 : cluster [DBG] pgmap v11166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:33.745915+0000 mgr.y (mgr.14556) 12635 : cluster [DBG] pgmap v11166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:35.746636+0000 mgr.y (mgr.14556) 12636 : cluster [DBG] pgmap v11167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:35.746636+0000 mgr.y (mgr.14556) 12636 : cluster [DBG] pgmap v11167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:35.746636+0000 mgr.y (mgr.14556) 12636 : cluster [DBG] pgmap v11167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:38.560 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:57:38.848 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:57:38.848 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 4m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:57:38.848 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 4m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:57:38.848 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 4m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:57:38.848 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 4m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:57:38.848 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 4m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 4m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 4m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 4m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 4m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 4m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 4m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 4m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 4m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 4m ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 4m ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 4m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 4m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:57:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 4m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:57:38.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 4m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:57:38.850 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 4m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:57:39.196 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:57:39.196 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:57:39.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:57:39.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:57:39.196 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:57:39.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:57:39.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:57:39.196 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:57:39.197 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:57:39.197 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:57:39.197 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:57:39.197 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:57:39.197 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:57:39.197 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:57:39.197 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:57:39.197 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:57:39.197 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:57:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:37.747120+0000 mgr.y (mgr.14556) 12637 : cluster [DBG] pgmap v11168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:57:39.197076+0000 mon.a (mon.0) 2927 : audit [DBG] from='client.? 172.21.15.23:0/2705138677' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:57:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:37.747120+0000 mgr.y (mgr.14556) 12637 : cluster [DBG] pgmap v11168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:57:39.197076+0000 mon.a (mon.0) 2927 : audit [DBG] from='client.? 172.21.15.23:0/2705138677' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:57:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:37.747120+0000 mgr.y (mgr.14556) 12637 : cluster [DBG] pgmap v11168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:57:39.197076+0000 mon.a (mon.0) 2927 : audit [DBG] from='client.? 172.21.15.23:0/2705138677' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:57:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:57:38.549562+0000 mgr.y (mgr.14556) 12638 : audit [DBG] from='client.27804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:57:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:57:38.841375+0000 mgr.y (mgr.14556) 12639 : audit [DBG] from='client.37721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:57:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:57:38.549562+0000 mgr.y (mgr.14556) 12638 : audit [DBG] from='client.27804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:57:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:57:38.841375+0000 mgr.y (mgr.14556) 12639 : audit [DBG] from='client.37721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:57:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:57:38.549562+0000 mgr.y (mgr.14556) 12638 : audit [DBG] from='client.27804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:57:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:57:38.841375+0000 mgr.y (mgr.14556) 12639 : audit [DBG] from='client.37721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:57:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:39.747582+0000 mgr.y (mgr.14556) 12640 : cluster [DBG] pgmap v11169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:39.747582+0000 mgr.y (mgr.14556) 12640 : cluster [DBG] pgmap v11169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:39.747582+0000 mgr.y (mgr.14556) 12640 : cluster [DBG] pgmap v11169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:57:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:41.748200+0000 mgr.y (mgr.14556) 12641 : cluster [DBG] pgmap v11170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:41.748200+0000 mgr.y (mgr.14556) 12641 : cluster [DBG] pgmap v11170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:41.748200+0000 mgr.y (mgr.14556) 12641 : cluster [DBG] pgmap v11170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:57:43] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T12:57:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:43.748619+0000 mgr.y (mgr.14556) 12642 : cluster [DBG] pgmap v11171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:43.748619+0000 mgr.y (mgr.14556) 12642 : cluster [DBG] pgmap v11171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:43.748619+0000 mgr.y (mgr.14556) 12642 : cluster [DBG] pgmap v11171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:47.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:45.749431+0000 mgr.y (mgr.14556) 12643 : cluster [DBG] pgmap v11172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:45.749431+0000 mgr.y (mgr.14556) 12643 : cluster [DBG] pgmap v11172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:45.749431+0000 mgr.y (mgr.14556) 12643 : cluster [DBG] pgmap v11172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:47.749764+0000 mgr.y (mgr.14556) 12644 : cluster [DBG] pgmap v11173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:49.205 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:47.749764+0000 mgr.y (mgr.14556) 12644 : cluster [DBG] pgmap v11173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:49.206 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:47.749764+0000 mgr.y (mgr.14556) 12644 : cluster [DBG] pgmap v11173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:51.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:49.750382+0000 mgr.y (mgr.14556) 12645 : cluster [DBG] pgmap v11174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:49.750382+0000 mgr.y (mgr.14556) 12645 : cluster [DBG] pgmap v11174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:49.750382+0000 mgr.y (mgr.14556) 12645 : cluster [DBG] pgmap v11174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:57:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:51.751080+0000 mgr.y (mgr.14556) 12646 : cluster [DBG] pgmap v11175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:51.751080+0000 mgr.y (mgr.14556) 12646 : cluster [DBG] pgmap v11175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:51.751080+0000 mgr.y (mgr.14556) 12646 : cluster [DBG] pgmap v11175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:57:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:57:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:53.751547+0000 mgr.y (mgr.14556) 12647 : cluster [DBG] pgmap v11176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:53.751547+0000 mgr.y (mgr.14556) 12647 : cluster [DBG] pgmap v11176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:53.751547+0000 mgr.y (mgr.14556) 12647 : cluster [DBG] pgmap v11176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:55.752135+0000 mgr.y (mgr.14556) 12648 : cluster [DBG] pgmap v11177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:55.752135+0000 mgr.y (mgr.14556) 12648 : cluster [DBG] pgmap v11177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:55.752135+0000 mgr.y (mgr.14556) 12648 : cluster [DBG] pgmap v11177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:57:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:57.752603+0000 mgr.y (mgr.14556) 12649 : cluster [DBG] pgmap v11178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:57:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:57.752603+0000 mgr.y (mgr.14556) 12649 : cluster [DBG] pgmap v11178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:57:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:57:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:57.752603+0000 mgr.y (mgr.14556) 12649 : cluster [DBG] pgmap v11178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:57:59.753010+0000 mgr.y (mgr.14556) 12650 : cluster [DBG] pgmap v11179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:57:59.753010+0000 mgr.y (mgr.14556) 12650 : cluster [DBG] pgmap v11179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:57:59.753010+0000 mgr.y (mgr.14556) 12650 : cluster [DBG] pgmap v11179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:58:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:01.753920+0000 mgr.y (mgr.14556) 12651 : cluster [DBG] pgmap v11180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:01.753920+0000 mgr.y (mgr.14556) 12651 : cluster [DBG] pgmap v11180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:01.753920+0000 mgr.y (mgr.14556) 12651 : cluster [DBG] pgmap v11180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:58:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T12:58:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:03.754418+0000 mgr.y (mgr.14556) 12652 : cluster [DBG] pgmap v11181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:03.754418+0000 mgr.y (mgr.14556) 12652 : cluster [DBG] pgmap v11181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:03.754418+0000 mgr.y (mgr.14556) 12652 : cluster [DBG] pgmap v11181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:05.755088+0000 mgr.y (mgr.14556) 12653 : cluster [DBG] pgmap v11182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:05.755088+0000 mgr.y (mgr.14556) 12653 : cluster [DBG] pgmap v11182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:05.755088+0000 mgr.y (mgr.14556) 12653 : cluster [DBG] pgmap v11182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:07.755516+0000 mgr.y (mgr.14556) 12654 : cluster [DBG] pgmap v11183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:07.755516+0000 mgr.y (mgr.14556) 12654 : cluster [DBG] pgmap v11183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:07.755516+0000 mgr.y (mgr.14556) 12654 : cluster [DBG] pgmap v11183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:09.523 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:58:09.810 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 4m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 4m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 4m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 4m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 4m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 4m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 4m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 4m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 4m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 4m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 4m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 4m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 4m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:58:09.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 4m ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:58:09.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 4m ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:58:09.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 4m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:58:09.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 4m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:58:09.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 4m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:58:09.812 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 4m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:58:09.812 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 4m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:58:10.162 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:58:10.162 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:58:10.162 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:58:10.162 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:58:10.162 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:58:10.163 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:58:10.163 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:58:10.163 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:58:10.163 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:58:10.163 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:58:10.163 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:58:10.163 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:58:10.163 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:58:10.163 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:58:10.163 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:58:10.163 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:58:10.163 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:58:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:58:09.512569+0000 mgr.y (mgr.14556) 12655 : audit [DBG] from='client.37733 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:58:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:09.755824+0000 mgr.y (mgr.14556) 12656 : cluster [DBG] pgmap v11184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:58:09.803712+0000 mgr.y (mgr.14556) 12657 : audit [DBG] from='client.27828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:58:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:58:10.163547+0000 mon.c (mon.2) 318 : audit [DBG] from='client.? 172.21.15.23:0/1655418922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:58:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:58:09.512569+0000 mgr.y (mgr.14556) 12655 : audit [DBG] from='client.37733 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:58:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:09.755824+0000 mgr.y (mgr.14556) 12656 : cluster [DBG] pgmap v11184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:58:09.803712+0000 mgr.y (mgr.14556) 12657 : audit [DBG] from='client.27828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:58:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:58:10.163547+0000 mon.c (mon.2) 318 : audit [DBG] from='client.? 172.21.15.23:0/1655418922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:58:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:58:09.512569+0000 mgr.y (mgr.14556) 12655 : audit [DBG] from='client.37733 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:58:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:09.755824+0000 mgr.y (mgr.14556) 12656 : cluster [DBG] pgmap v11184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:58:09.803712+0000 mgr.y (mgr.14556) 12657 : audit [DBG] from='client.27828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:58:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:58:10.163547+0000 mon.c (mon.2) 318 : audit [DBG] from='client.? 172.21.15.23:0/1655418922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:58:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:58:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:11.756471+0000 mgr.y (mgr.14556) 12658 : cluster [DBG] pgmap v11185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:11.756471+0000 mgr.y (mgr.14556) 12658 : cluster [DBG] pgmap v11185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:11.756471+0000 mgr.y (mgr.14556) 12658 : cluster [DBG] pgmap v11185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:58:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:58:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:13.756861+0000 mgr.y (mgr.14556) 12659 : cluster [DBG] pgmap v11186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:13.756861+0000 mgr.y (mgr.14556) 12659 : cluster [DBG] pgmap v11186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:13.756861+0000 mgr.y (mgr.14556) 12659 : cluster [DBG] pgmap v11186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:15.757642+0000 mgr.y (mgr.14556) 12660 : cluster [DBG] pgmap v11187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:15.757642+0000 mgr.y (mgr.14556) 12660 : cluster [DBG] pgmap v11187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:15.757642+0000 mgr.y (mgr.14556) 12660 : cluster [DBG] pgmap v11187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:17.758232+0000 mgr.y (mgr.14556) 12661 : cluster [DBG] pgmap v11188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:17.758232+0000 mgr.y (mgr.14556) 12661 : cluster [DBG] pgmap v11188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:17.758232+0000 mgr.y (mgr.14556) 12661 : cluster [DBG] pgmap v11188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:19.758631+0000 mgr.y (mgr.14556) 12662 : cluster [DBG] pgmap v11189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:19.758631+0000 mgr.y (mgr.14556) 12662 : cluster [DBG] pgmap v11189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:19.758631+0000 mgr.y (mgr.14556) 12662 : cluster [DBG] pgmap v11189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:58:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:21.759307+0000 mgr.y (mgr.14556) 12663 : cluster [DBG] pgmap v11190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:21.759307+0000 mgr.y (mgr.14556) 12663 : cluster [DBG] pgmap v11190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:21.759307+0000 mgr.y (mgr.14556) 12663 : cluster [DBG] pgmap v11190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:58:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:58:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:23.759948+0000 mgr.y (mgr.14556) 12664 : cluster [DBG] pgmap v11191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:23.759948+0000 mgr.y (mgr.14556) 12664 : cluster [DBG] pgmap v11191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:23.759948+0000 mgr.y (mgr.14556) 12664 : cluster [DBG] pgmap v11191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:25.760808+0000 mgr.y (mgr.14556) 12665 : cluster [DBG] pgmap v11192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:25.760808+0000 mgr.y (mgr.14556) 12665 : cluster [DBG] pgmap v11192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:25.760808+0000 mgr.y (mgr.14556) 12665 : cluster [DBG] pgmap v11192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:58:27.073786+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:58:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:58:27.368525+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:58:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:58:27.369251+0000 mon.a (mon.0) 2930 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:58:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:58:27.375475+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:58:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:58:27.073786+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:58:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:58:27.368525+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:58:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:58:27.369251+0000 mon.a (mon.0) 2930 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:58:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:58:27.375475+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:58:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:58:27.073786+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:58:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:58:27.368525+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:58:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:58:27.369251+0000 mon.a (mon.0) 2930 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:58:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:58:27.375475+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:58:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:27.761193+0000 mgr.y (mgr.14556) 12666 : cluster [DBG] pgmap v11193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:27.761193+0000 mgr.y (mgr.14556) 12666 : cluster [DBG] pgmap v11193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:27.761193+0000 mgr.y (mgr.14556) 12666 : cluster [DBG] pgmap v11193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:29.761789+0000 mgr.y (mgr.14556) 12667 : cluster [DBG] pgmap v11194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:58:31.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:29.761789+0000 mgr.y (mgr.14556) 12667 : cluster [DBG] pgmap v11194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:29.761789+0000 mgr.y (mgr.14556) 12667 : cluster [DBG] pgmap v11194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:31.762697+0000 mgr.y (mgr.14556) 12668 : cluster [DBG] pgmap v11195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:31.762697+0000 mgr.y (mgr.14556) 12668 : cluster [DBG] pgmap v11195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:31.762697+0000 mgr.y (mgr.14556) 12668 : cluster [DBG] pgmap v11195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:58:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:58:34.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:33.763218+0000 mgr.y (mgr.14556) 12669 : cluster [DBG] pgmap v11196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:34.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:33.763218+0000 mgr.y (mgr.14556) 12669 : cluster [DBG] pgmap v11196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:33.763218+0000 mgr.y (mgr.14556) 12669 : cluster [DBG] pgmap v11196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:35.763764+0000 mgr.y (mgr.14556) 12670 : cluster [DBG] pgmap v11197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:35.763764+0000 mgr.y (mgr.14556) 12670 : cluster [DBG] pgmap v11197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:35.763764+0000 mgr.y (mgr.14556) 12670 : cluster [DBG] pgmap v11197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:37.764233+0000 mgr.y (mgr.14556) 12671 : cluster [DBG] pgmap v11198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:37.764233+0000 mgr.y (mgr.14556) 12671 : cluster [DBG] pgmap v11198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:37.764233+0000 mgr.y (mgr.14556) 12671 : cluster [DBG] pgmap v11198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:40.485 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:58:40.775 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:58:40.775 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 5m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:58:40.775 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:58:40.775 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 5m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:58:40.775 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 5m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 5m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 5m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 5m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 5m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 5m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 5m ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 5m ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:58:40.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:58:40.777 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:58:41.125 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:58:41.126 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:58:41.126 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:58:41.126 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:58:41.126 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:58:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:39.764595+0000 mgr.y (mgr.14556) 12672 : cluster [DBG] pgmap v11199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:39.764595+0000 mgr.y (mgr.14556) 12672 : cluster [DBG] pgmap v11199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:39.764595+0000 mgr.y (mgr.14556) 12672 : cluster [DBG] pgmap v11199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:41.845 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:58:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:58:40.475098+0000 mgr.y (mgr.14556) 12673 : audit [DBG] from='client.37751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:58:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:58:40.768533+0000 mgr.y (mgr.14556) 12674 : audit [DBG] from='client.37757 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:58:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:58:41.125920+0000 mon.a (mon.0) 2932 : audit [DBG] from='client.? 172.21.15.23:0/2592369523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:58:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:58:40.475098+0000 mgr.y (mgr.14556) 12673 : audit [DBG] from='client.37751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:58:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:58:40.768533+0000 mgr.y (mgr.14556) 12674 : audit [DBG] from='client.37757 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:58:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:58:41.125920+0000 mon.a (mon.0) 2932 : audit [DBG] from='client.? 172.21.15.23:0/2592369523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:58:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:58:40.475098+0000 mgr.y (mgr.14556) 12673 : audit [DBG] from='client.37751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:58:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:58:40.768533+0000 mgr.y (mgr.14556) 12674 : audit [DBG] from='client.37757 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:58:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:58:41.125920+0000 mon.a (mon.0) 2932 : audit [DBG] from='client.? 172.21.15.23:0/2592369523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:58:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:41.765409+0000 mgr.y (mgr.14556) 12675 : cluster [DBG] pgmap v11200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:41.765409+0000 mgr.y (mgr.14556) 12675 : cluster [DBG] pgmap v11200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:41.765409+0000 mgr.y (mgr.14556) 12675 : cluster [DBG] pgmap v11200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:58:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T12:58:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:43.765933+0000 mgr.y (mgr.14556) 12676 : cluster [DBG] pgmap v11201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:43.765933+0000 mgr.y (mgr.14556) 12676 : cluster [DBG] pgmap v11201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:43.765933+0000 mgr.y (mgr.14556) 12676 : cluster [DBG] pgmap v11201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:47.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:45.766631+0000 mgr.y (mgr.14556) 12677 : cluster [DBG] pgmap v11202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:45.766631+0000 mgr.y (mgr.14556) 12677 : cluster [DBG] pgmap v11202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:45.766631+0000 mgr.y (mgr.14556) 12677 : cluster [DBG] pgmap v11202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:47.767219+0000 mgr.y (mgr.14556) 12678 : cluster [DBG] pgmap v11203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:47.767219+0000 mgr.y (mgr.14556) 12678 : cluster [DBG] pgmap v11203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:47.767219+0000 mgr.y (mgr.14556) 12678 : cluster [DBG] pgmap v11203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:49.767609+0000 mgr.y (mgr.14556) 12679 : cluster [DBG] pgmap v11204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:49.767609+0000 mgr.y (mgr.14556) 12679 : cluster [DBG] pgmap v11204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:49.767609+0000 mgr.y (mgr.14556) 12679 : cluster [DBG] pgmap v11204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:58:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:51.768199+0000 mgr.y (mgr.14556) 12680 : cluster [DBG] pgmap v11205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:51.768199+0000 mgr.y (mgr.14556) 12680 : cluster [DBG] pgmap v11205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:51.768199+0000 mgr.y (mgr.14556) 12680 : cluster [DBG] pgmap v11205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:58:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T12:58:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:53.768743+0000 mgr.y (mgr.14556) 12681 : cluster [DBG] pgmap v11206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:53.768743+0000 mgr.y (mgr.14556) 12681 : cluster [DBG] pgmap v11206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:53.768743+0000 mgr.y (mgr.14556) 12681 : cluster [DBG] pgmap v11206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:55.769376+0000 mgr.y (mgr.14556) 12682 : cluster [DBG] pgmap v11207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:55.769376+0000 mgr.y (mgr.14556) 12682 : cluster [DBG] pgmap v11207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:55.769376+0000 mgr.y (mgr.14556) 12682 : cluster [DBG] pgmap v11207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:57.769803+0000 mgr.y (mgr.14556) 12683 : cluster [DBG] pgmap v11208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:57.769803+0000 mgr.y (mgr.14556) 12683 : cluster [DBG] pgmap v11208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:58:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:57.769803+0000 mgr.y (mgr.14556) 12683 : cluster [DBG] pgmap v11208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:58:59.770270+0000 mgr.y (mgr.14556) 12684 : cluster [DBG] pgmap v11209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:58:59.770270+0000 mgr.y (mgr.14556) 12684 : cluster [DBG] pgmap v11209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:58:59.770270+0000 mgr.y (mgr.14556) 12684 : cluster [DBG] pgmap v11209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:59:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:01.771039+0000 mgr.y (mgr.14556) 12685 : cluster [DBG] pgmap v11210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:01.771039+0000 mgr.y (mgr.14556) 12685 : cluster [DBG] pgmap v11210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:01.771039+0000 mgr.y (mgr.14556) 12685 : cluster [DBG] pgmap v11210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:59:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T12:59:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:03.771588+0000 mgr.y (mgr.14556) 12686 : cluster [DBG] pgmap v11211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:03.771588+0000 mgr.y (mgr.14556) 12686 : cluster [DBG] pgmap v11211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:03.771588+0000 mgr.y (mgr.14556) 12686 : cluster [DBG] pgmap v11211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:05.772184+0000 mgr.y (mgr.14556) 12687 : cluster [DBG] pgmap v11212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:05.772184+0000 mgr.y (mgr.14556) 12687 : cluster [DBG] pgmap v11212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:05.772184+0000 mgr.y (mgr.14556) 12687 : cluster [DBG] pgmap v11212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:07.772744+0000 mgr.y (mgr.14556) 12688 : cluster [DBG] pgmap v11213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:07.772744+0000 mgr.y (mgr.14556) 12688 : cluster [DBG] pgmap v11213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:07.772744+0000 mgr.y (mgr.14556) 12688 : cluster [DBG] pgmap v11213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:09.773137+0000 mgr.y (mgr.14556) 12689 : cluster [DBG] pgmap v11214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:11.862 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:09.773137+0000 mgr.y (mgr.14556) 12689 : cluster [DBG] pgmap v11214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:11.862 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:59:11.863 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:59:11.863 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 5m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:59:11.863 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:59:11.863 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 5m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:59:11.863 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:59:11.863 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:59:11.863 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 5m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:59:11.863 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 5m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:59:11.863 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:59:11.863 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 5m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:59:11.864 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 5m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:59:11.864 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:59:11.864 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 5m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:59:11.864 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 5m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:59:11.864 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 5m ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:59:11.864 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 5m ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:59:11.864 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:59:11.864 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:59:11.864 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:59:11.864 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:59:11.865 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:59:11.865 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:09.773137+0000 mgr.y (mgr.14556) 12689 : cluster [DBG] pgmap v11214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:59:12.086 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:59:12.087 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:59:12.087 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:59:12.087 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:59:12.087 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:59:12.087 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:59:12.087 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:59:12.087 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:59:12.087 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:59:12.087 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:59:12.087 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:59:12.087 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:59:12.087 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:59:12.088 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:59:12.088 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:59:12.088 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:59:12.088 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:59:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:59:11.440736+0000 mgr.y (mgr.14556) 12690 : audit [DBG] from='client.37769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:59:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:59:11.729860+0000 mgr.y (mgr.14556) 12691 : audit [DBG] from='client.27864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:59:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:11.773729+0000 mgr.y (mgr.14556) 12692 : cluster [DBG] pgmap v11215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:59:12.087736+0000 mon.a (mon.0) 2933 : audit [DBG] from='client.? 172.21.15.23:0/3856502735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:59:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:59:11.440736+0000 mgr.y (mgr.14556) 12690 : audit [DBG] from='client.37769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:59:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:59:11.729860+0000 mgr.y (mgr.14556) 12691 : audit [DBG] from='client.27864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:59:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:11.773729+0000 mgr.y (mgr.14556) 12692 : cluster [DBG] pgmap v11215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:59:12.087736+0000 mon.a (mon.0) 2933 : audit [DBG] from='client.? 172.21.15.23:0/3856502735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:59:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:59:11.440736+0000 mgr.y (mgr.14556) 12690 : audit [DBG] from='client.37769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:59:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:59:11.729860+0000 mgr.y (mgr.14556) 12691 : audit [DBG] from='client.27864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:59:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:11.773729+0000 mgr.y (mgr.14556) 12692 : cluster [DBG] pgmap v11215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:59:12.087736+0000 mon.a (mon.0) 2933 : audit [DBG] from='client.? 172.21.15.23:0/3856502735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:59:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:59:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:59:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:13.774140+0000 mgr.y (mgr.14556) 12693 : cluster [DBG] pgmap v11216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:13.774140+0000 mgr.y (mgr.14556) 12693 : cluster [DBG] pgmap v11216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:13.774140+0000 mgr.y (mgr.14556) 12693 : cluster [DBG] pgmap v11216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:15.774914+0000 mgr.y (mgr.14556) 12694 : cluster [DBG] pgmap v11217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:15.774914+0000 mgr.y (mgr.14556) 12694 : cluster [DBG] pgmap v11217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:15.774914+0000 mgr.y (mgr.14556) 12694 : cluster [DBG] pgmap v11217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:17.775415+0000 mgr.y (mgr.14556) 12695 : cluster [DBG] pgmap v11218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:17.775415+0000 mgr.y (mgr.14556) 12695 : cluster [DBG] pgmap v11218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:17.775415+0000 mgr.y (mgr.14556) 12695 : cluster [DBG] pgmap v11218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:19.775962+0000 mgr.y (mgr.14556) 12696 : cluster [DBG] pgmap v11219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:19.775962+0000 mgr.y (mgr.14556) 12696 : cluster [DBG] pgmap v11219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:19.775962+0000 mgr.y (mgr.14556) 12696 : cluster [DBG] pgmap v11219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:59:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:21.776638+0000 mgr.y (mgr.14556) 12697 : cluster [DBG] pgmap v11220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:21.776638+0000 mgr.y (mgr.14556) 12697 : cluster [DBG] pgmap v11220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:21.776638+0000 mgr.y (mgr.14556) 12697 : cluster [DBG] pgmap v11220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:59:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T12:59:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:23.777005+0000 mgr.y (mgr.14556) 12698 : cluster [DBG] pgmap v11221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:23.777005+0000 mgr.y (mgr.14556) 12698 : cluster [DBG] pgmap v11221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:23.777005+0000 mgr.y (mgr.14556) 12698 : cluster [DBG] pgmap v11221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:25.777843+0000 mgr.y (mgr.14556) 12699 : cluster [DBG] pgmap v11222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:25.777843+0000 mgr.y (mgr.14556) 12699 : cluster [DBG] pgmap v11222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:25.777843+0000 mgr.y (mgr.14556) 12699 : cluster [DBG] pgmap v11222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:59:27.379972+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:59:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:59:27.687491+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:59:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:59:27.688172+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:59:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:59:27.694146+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:59:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:59:27.379972+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:59:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:59:27.687491+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:59:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:59:27.688172+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:59:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:59:27.694146+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:59:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:59:27.379972+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T12:59:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:59:27.687491+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T12:59:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:59:27.688172+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T12:59:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:59:27.694146+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T12:59:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:27.778304+0000 mgr.y (mgr.14556) 12700 : cluster [DBG] pgmap v11223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:27.778304+0000 mgr.y (mgr.14556) 12700 : cluster [DBG] pgmap v11223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:27.778304+0000 mgr.y (mgr.14556) 12700 : cluster [DBG] pgmap v11223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:29.778684+0000 mgr.y (mgr.14556) 12701 : cluster [DBG] pgmap v11224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:29.778684+0000 mgr.y (mgr.14556) 12701 : cluster [DBG] pgmap v11224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:29.778684+0000 mgr.y (mgr.14556) 12701 : cluster [DBG] pgmap v11224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:59:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:31.779468+0000 mgr.y (mgr.14556) 12702 : cluster [DBG] pgmap v11225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:31.779468+0000 mgr.y (mgr.14556) 12702 : cluster [DBG] pgmap v11225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:31.779468+0000 mgr.y (mgr.14556) 12702 : cluster [DBG] pgmap v11225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:59:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T12:59:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:33.779855+0000 mgr.y (mgr.14556) 12703 : cluster [DBG] pgmap v11226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:33.779855+0000 mgr.y (mgr.14556) 12703 : cluster [DBG] pgmap v11226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:33.779855+0000 mgr.y (mgr.14556) 12703 : cluster [DBG] pgmap v11226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:35.780514+0000 mgr.y (mgr.14556) 12704 : cluster [DBG] pgmap v11227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:35.780514+0000 mgr.y (mgr.14556) 12704 : cluster [DBG] pgmap v11227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:35.780514+0000 mgr.y (mgr.14556) 12704 : cluster [DBG] pgmap v11227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:37.780925+0000 mgr.y (mgr.14556) 12705 : cluster [DBG] pgmap v11228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:37.780925+0000 mgr.y (mgr.14556) 12705 : cluster [DBG] pgmap v11228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:37.780925+0000 mgr.y (mgr.14556) 12705 : cluster [DBG] pgmap v11228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:41.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:39.781398+0000 mgr.y (mgr.14556) 12706 : cluster [DBG] pgmap v11229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:39.781398+0000 mgr.y (mgr.14556) 12706 : cluster [DBG] pgmap v11229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:39.781398+0000 mgr.y (mgr.14556) 12706 : cluster [DBG] pgmap v11229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:59:42.411 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T12:59:42.698 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T12:59:42.698 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 6m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T12:59:42.698 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 6m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T12:59:42.698 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 6m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T12:59:42.698 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 6m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T12:59:42.698 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 6m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T12:59:42.698 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 6m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T12:59:42.698 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 6m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T12:59:42.698 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 6m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T12:59:42.699 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 6m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T12:59:42.699 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 6m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T12:59:42.699 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 6m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T12:59:42.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 6m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T12:59:42.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 6m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T12:59:42.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 6m ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T12:59:42.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 6m ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T12:59:42.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 6m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T12:59:42.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 6m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T12:59:42.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 6m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T12:59:42.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 6m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T12:59:42.699 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 6m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T12:59:43.043 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T12:59:43.043 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T12:59:43.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T12:59:43.044 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T12:59:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:41.782053+0000 mgr.y (mgr.14556) 12707 : cluster [DBG] pgmap v11230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:59:42.400749+0000 mgr.y (mgr.14556) 12708 : audit [DBG] from='client.27876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:59:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:59:43.044539+0000 mon.a (mon.0) 2938 : audit [DBG] from='client.? 172.21.15.23:0/1642189352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:59:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:41.782053+0000 mgr.y (mgr.14556) 12707 : cluster [DBG] pgmap v11230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:59:42.400749+0000 mgr.y (mgr.14556) 12708 : audit [DBG] from='client.27876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:59:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:59:43.044539+0000 mon.a (mon.0) 2938 : audit [DBG] from='client.? 172.21.15.23:0/1642189352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:59:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:41.782053+0000 mgr.y (mgr.14556) 12707 : cluster [DBG] pgmap v11230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:59:42.400749+0000 mgr.y (mgr.14556) 12708 : audit [DBG] from='client.27876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:59:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:59:43.044539+0000 mon.a (mon.0) 2938 : audit [DBG] from='client.? 172.21.15.23:0/1642189352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T12:59:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:59:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T12:59:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T12:59:42.690710+0000 mgr.y (mgr.14556) 12709 : audit [DBG] from='client.37793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:59:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T12:59:42.690710+0000 mgr.y (mgr.14556) 12709 : audit [DBG] from='client.37793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:59:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T12:59:42.690710+0000 mgr.y (mgr.14556) 12709 : audit [DBG] from='client.37793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T12:59:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:43.782454+0000 mgr.y (mgr.14556) 12710 : cluster [DBG] pgmap v11231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:43.782454+0000 mgr.y (mgr.14556) 12710 : cluster [DBG] pgmap v11231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:43.782454+0000 mgr.y (mgr.14556) 12710 : cluster [DBG] pgmap v11231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:45.783165+0000 mgr.y (mgr.14556) 12711 : cluster [DBG] pgmap v11232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:45.783165+0000 mgr.y (mgr.14556) 12711 : cluster [DBG] pgmap v11232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:45.783165+0000 mgr.y (mgr.14556) 12711 : cluster [DBG] pgmap v11232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:47.783669+0000 mgr.y (mgr.14556) 12712 : cluster [DBG] pgmap v11233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:47.783669+0000 mgr.y (mgr.14556) 12712 : cluster [DBG] pgmap v11233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:47.783669+0000 mgr.y (mgr.14556) 12712 : cluster [DBG] pgmap v11233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:49.784041+0000 mgr.y (mgr.14556) 12713 : cluster [DBG] pgmap v11234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:49.784041+0000 mgr.y (mgr.14556) 12713 : cluster [DBG] pgmap v11234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:49.784041+0000 mgr.y (mgr.14556) 12713 : cluster [DBG] pgmap v11234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:51.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 12:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T12:59:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:51.784749+0000 mgr.y (mgr.14556) 12714 : cluster [DBG] pgmap v11235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:51.784749+0000 mgr.y (mgr.14556) 12714 : cluster [DBG] pgmap v11235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:51.784749+0000 mgr.y (mgr.14556) 12714 : cluster [DBG] pgmap v11235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 12:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:12:59:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T12:59:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:53.785171+0000 mgr.y (mgr.14556) 12715 : cluster [DBG] pgmap v11236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:53.785171+0000 mgr.y (mgr.14556) 12715 : cluster [DBG] pgmap v11236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:53.785171+0000 mgr.y (mgr.14556) 12715 : cluster [DBG] pgmap v11236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:55.785794+0000 mgr.y (mgr.14556) 12716 : cluster [DBG] pgmap v11237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:55.785794+0000 mgr.y (mgr.14556) 12716 : cluster [DBG] pgmap v11237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:55.785794+0000 mgr.y (mgr.14556) 12716 : cluster [DBG] pgmap v11237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:59.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 12:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:57.786172+0000 mgr.y (mgr.14556) 12717 : cluster [DBG] pgmap v11238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:59.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 12:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:57.786172+0000 mgr.y (mgr.14556) 12717 : cluster [DBG] pgmap v11238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T12:59:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 12:59:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:57.786172+0000 mgr.y (mgr.14556) 12717 : cluster [DBG] pgmap v11238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T12:59:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:00:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T12:59:59.786759+0000 mgr.y (mgr.14556) 12718 : cluster [DBG] pgmap v11239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:00.000156+0000 mon.a (mon.0) 2939 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:00:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T12:59:59.786759+0000 mgr.y (mgr.14556) 12718 : cluster [DBG] pgmap v11239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:00.000156+0000 mon.a (mon.0) 2939 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:00:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T12:59:59.786759+0000 mgr.y (mgr.14556) 12718 : cluster [DBG] pgmap v11239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:00.000156+0000 mon.a (mon.0) 2939 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:00:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:00:01.912 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 13:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T13:00:01.591Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1711101600138 maxt=1711108800000 ulid=01HSK3YCM5PS9B93C67W6VYS8W duration=50.118789ms 2024-03-22T13:00:01.912 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 13:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T13:00:01.594Z caller=head.go:827 level=info component=tsdb msg="Head GC completed" duration=2.75207ms 2024-03-22T13:00:01.913 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 13:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T13:00:01.595Z caller=checkpoint.go:98 level=info component=tsdb msg="Creating checkpoint" from_segment=0 to_segment=1 mint=1711108800000 2024-03-22T13:00:01.913 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 13:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T13:00:01.710Z caller=head.go:996 level=info component=tsdb msg="WAL checkpoint complete" first=0 last=1 duration=115.528555ms 2024-03-22T13:00:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:01.787556+0000 mgr.y (mgr.14556) 12719 : cluster [DBG] pgmap v11240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:01.787556+0000 mgr.y (mgr.14556) 12719 : cluster [DBG] pgmap v11240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:01.787556+0000 mgr.y (mgr.14556) 12719 : cluster [DBG] pgmap v11240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:00:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:00:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:03.787902+0000 mgr.y (mgr.14556) 12720 : cluster [DBG] pgmap v11241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:03.787902+0000 mgr.y (mgr.14556) 12720 : cluster [DBG] pgmap v11241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:03.787902+0000 mgr.y (mgr.14556) 12720 : cluster [DBG] pgmap v11241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:05.788547+0000 mgr.y (mgr.14556) 12721 : cluster [DBG] pgmap v11242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:05.788547+0000 mgr.y (mgr.14556) 12721 : cluster [DBG] pgmap v11242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:05.788547+0000 mgr.y (mgr.14556) 12721 : cluster [DBG] pgmap v11242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:07.788909+0000 mgr.y (mgr.14556) 12722 : cluster [DBG] pgmap v11243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:07.788909+0000 mgr.y (mgr.14556) 12722 : cluster [DBG] pgmap v11243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:07.788909+0000 mgr.y (mgr.14556) 12722 : cluster [DBG] pgmap v11243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:09.789286+0000 mgr.y (mgr.14556) 12723 : cluster [DBG] pgmap v11244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:09.789286+0000 mgr.y (mgr.14556) 12723 : cluster [DBG] pgmap v11244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:09.789286+0000 mgr.y (mgr.14556) 12723 : cluster [DBG] pgmap v11244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:00:13.367 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:00:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:11.790020+0000 mgr.y (mgr.14556) 12724 : cluster [DBG] pgmap v11245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:11.790020+0000 mgr.y (mgr.14556) 12724 : cluster [DBG] pgmap v11245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:11.790020+0000 mgr.y (mgr.14556) 12724 : cluster [DBG] pgmap v11245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:13.654 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:00:13.654 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 6m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:00:13.654 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 6m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:00:13.654 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 6m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:00:13.654 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 6m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:00:13.654 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 6m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:00:13.654 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 6m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:00:13.654 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 6m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:00:13.654 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 6m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:00:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 6m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:00:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 6m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:00:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 6m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:00:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 6m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:00:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 6m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:00:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 6m ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:00:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 6m ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:00:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 6m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:00:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 6m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:00:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 6m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:00:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 6m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:00:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 6m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:00:14.007 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:00:14.007 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:00:14.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:00:14.007 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:00:14.007 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:00:14.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:00:14.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:00:14.008 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:00:14.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:00:14.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:00:14.008 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:00:14.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:00:14.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:00:14.008 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:00:14.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:00:14.008 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:00:14.008 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:00:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:00:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:00:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:00:13.355647+0000 mgr.y (mgr.14556) 12725 : audit [DBG] from='client.37805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:00:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:00:13.355647+0000 mgr.y (mgr.14556) 12725 : audit [DBG] from='client.37805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:00:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:00:13.355647+0000 mgr.y (mgr.14556) 12725 : audit [DBG] from='client.37805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:00:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:00:13.647128+0000 mgr.y (mgr.14556) 12726 : audit [DBG] from='client.37811 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:00:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:13.790355+0000 mgr.y (mgr.14556) 12727 : cluster [DBG] pgmap v11246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:00:14.008320+0000 mon.a (mon.0) 2940 : audit [DBG] from='client.? 172.21.15.23:0/2791440793' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:00:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:00:13.647128+0000 mgr.y (mgr.14556) 12726 : audit [DBG] from='client.37811 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:00:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:13.790355+0000 mgr.y (mgr.14556) 12727 : cluster [DBG] pgmap v11246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:00:14.008320+0000 mon.a (mon.0) 2940 : audit [DBG] from='client.? 172.21.15.23:0/2791440793' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:00:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:00:13.647128+0000 mgr.y (mgr.14556) 12726 : audit [DBG] from='client.37811 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:00:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:13.790355+0000 mgr.y (mgr.14556) 12727 : cluster [DBG] pgmap v11246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:00:14.008320+0000 mon.a (mon.0) 2940 : audit [DBG] from='client.? 172.21.15.23:0/2791440793' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:00:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:15.791060+0000 mgr.y (mgr.14556) 12728 : cluster [DBG] pgmap v11247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:15.791060+0000 mgr.y (mgr.14556) 12728 : cluster [DBG] pgmap v11247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:15.791060+0000 mgr.y (mgr.14556) 12728 : cluster [DBG] pgmap v11247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:17.791472+0000 mgr.y (mgr.14556) 12729 : cluster [DBG] pgmap v11248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:17.791472+0000 mgr.y (mgr.14556) 12729 : cluster [DBG] pgmap v11248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:17.791472+0000 mgr.y (mgr.14556) 12729 : cluster [DBG] pgmap v11248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:19.791915+0000 mgr.y (mgr.14556) 12730 : cluster [DBG] pgmap v11249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:19.791915+0000 mgr.y (mgr.14556) 12730 : cluster [DBG] pgmap v11249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:19.791915+0000 mgr.y (mgr.14556) 12730 : cluster [DBG] pgmap v11249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:00:23.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:21.792623+0000 mgr.y (mgr.14556) 12731 : cluster [DBG] pgmap v11250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:21.792623+0000 mgr.y (mgr.14556) 12731 : cluster [DBG] pgmap v11250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:21.792623+0000 mgr.y (mgr.14556) 12731 : cluster [DBG] pgmap v11250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:00:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:00:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:23.793117+0000 mgr.y (mgr.14556) 12732 : cluster [DBG] pgmap v11251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:23.793117+0000 mgr.y (mgr.14556) 12732 : cluster [DBG] pgmap v11251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:23.793117+0000 mgr.y (mgr.14556) 12732 : cluster [DBG] pgmap v11251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:25.793886+0000 mgr.y (mgr.14556) 12733 : cluster [DBG] pgmap v11252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:25.793886+0000 mgr.y (mgr.14556) 12733 : cluster [DBG] pgmap v11252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:25.793886+0000 mgr.y (mgr.14556) 12733 : cluster [DBG] pgmap v11252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:00:27.699268+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:00:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:00:28.010532+0000 mon.a (mon.0) 2942 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:00:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:00:28.011162+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:00:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:00:28.020105+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:00:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:00:27.699268+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:00:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:00:28.010532+0000 mon.a (mon.0) 2942 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:00:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:00:28.011162+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:00:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:00:28.020105+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:00:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:00:27.699268+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:00:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:00:28.010532+0000 mon.a (mon.0) 2942 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:00:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:00:28.011162+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:00:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:00:28.020105+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:00:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:27.794223+0000 mgr.y (mgr.14556) 12734 : cluster [DBG] pgmap v11253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:27.794223+0000 mgr.y (mgr.14556) 12734 : cluster [DBG] pgmap v11253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:27.794223+0000 mgr.y (mgr.14556) 12734 : cluster [DBG] pgmap v11253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:29.794759+0000 mgr.y (mgr.14556) 12735 : cluster [DBG] pgmap v11254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:29.794759+0000 mgr.y (mgr.14556) 12735 : cluster [DBG] pgmap v11254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:29.794759+0000 mgr.y (mgr.14556) 12735 : cluster [DBG] pgmap v11254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:00:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:31.795625+0000 mgr.y (mgr.14556) 12736 : cluster [DBG] pgmap v11255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:31.795625+0000 mgr.y (mgr.14556) 12736 : cluster [DBG] pgmap v11255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:31.795625+0000 mgr.y (mgr.14556) 12736 : cluster [DBG] pgmap v11255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:00:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:00:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:33.796023+0000 mgr.y (mgr.14556) 12737 : cluster [DBG] pgmap v11256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:33.796023+0000 mgr.y (mgr.14556) 12737 : cluster [DBG] pgmap v11256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:33.796023+0000 mgr.y (mgr.14556) 12737 : cluster [DBG] pgmap v11256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:35.796906+0000 mgr.y (mgr.14556) 12738 : cluster [DBG] pgmap v11257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:35.796906+0000 mgr.y (mgr.14556) 12738 : cluster [DBG] pgmap v11257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:35.796906+0000 mgr.y (mgr.14556) 12738 : cluster [DBG] pgmap v11257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:37.797373+0000 mgr.y (mgr.14556) 12739 : cluster [DBG] pgmap v11258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:37.797373+0000 mgr.y (mgr.14556) 12739 : cluster [DBG] pgmap v11258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:37.797373+0000 mgr.y (mgr.14556) 12739 : cluster [DBG] pgmap v11258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:39.797711+0000 mgr.y (mgr.14556) 12740 : cluster [DBG] pgmap v11259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:39.797711+0000 mgr.y (mgr.14556) 12740 : cluster [DBG] pgmap v11259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:39.797711+0000 mgr.y (mgr.14556) 12740 : cluster [DBG] pgmap v11259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:00:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:41.798605+0000 mgr.y (mgr.14556) 12741 : cluster [DBG] pgmap v11260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:41.798605+0000 mgr.y (mgr.14556) 12741 : cluster [DBG] pgmap v11260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:41.798605+0000 mgr.y (mgr.14556) 12741 : cluster [DBG] pgmap v11260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:00:43] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T13:00:44.335 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:00:44.625 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:00:44.626 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 7m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:00:44.626 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 7m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:00:44.626 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 7m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:00:44.626 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 7m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:00:44.626 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 7m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:00:44.626 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 7m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:00:44.626 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 7m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:00:44.626 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 7m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:00:44.626 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 7m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:00:44.626 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 7m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:00:44.626 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 7m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:00:44.627 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 7m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:00:44.627 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 7m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:00:44.627 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 7m ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:00:44.627 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 7m ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:00:44.627 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 7m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:00:44.627 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 7m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:00:44.627 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 7m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:00:44.627 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 7m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:00:44.627 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 7m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:00:44.975 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:00:44.975 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:00:44.975 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:00:44.976 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:00:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:43.799145+0000 mgr.y (mgr.14556) 12742 : cluster [DBG] pgmap v11261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:00:44.324235+0000 mgr.y (mgr.14556) 12743 : audit [DBG] from='client.37823 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:00:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:00:44.976605+0000 mon.c (mon.2) 319 : audit [DBG] from='client.? 172.21.15.23:0/3586208490' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:00:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:43.799145+0000 mgr.y (mgr.14556) 12742 : cluster [DBG] pgmap v11261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:00:44.324235+0000 mgr.y (mgr.14556) 12743 : audit [DBG] from='client.37823 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:00:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:00:44.976605+0000 mon.c (mon.2) 319 : audit [DBG] from='client.? 172.21.15.23:0/3586208490' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:00:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:43.799145+0000 mgr.y (mgr.14556) 12742 : cluster [DBG] pgmap v11261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:00:44.324235+0000 mgr.y (mgr.14556) 12743 : audit [DBG] from='client.37823 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:00:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:00:44.976605+0000 mon.c (mon.2) 319 : audit [DBG] from='client.? 172.21.15.23:0/3586208490' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:00:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:00:44.616691+0000 mgr.y (mgr.14556) 12744 : audit [DBG] from='client.27918 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:00:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:00:44.616691+0000 mgr.y (mgr.14556) 12744 : audit [DBG] from='client.27918 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:00:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:00:44.616691+0000 mgr.y (mgr.14556) 12744 : audit [DBG] from='client.27918 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:00:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:45.799746+0000 mgr.y (mgr.14556) 12745 : cluster [DBG] pgmap v11262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:45.799746+0000 mgr.y (mgr.14556) 12745 : cluster [DBG] pgmap v11262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:45.799746+0000 mgr.y (mgr.14556) 12745 : cluster [DBG] pgmap v11262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:47.800129+0000 mgr.y (mgr.14556) 12746 : cluster [DBG] pgmap v11263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:47.800129+0000 mgr.y (mgr.14556) 12746 : cluster [DBG] pgmap v11263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:47.800129+0000 mgr.y (mgr.14556) 12746 : cluster [DBG] pgmap v11263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:49.800604+0000 mgr.y (mgr.14556) 12747 : cluster [DBG] pgmap v11264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:49.800604+0000 mgr.y (mgr.14556) 12747 : cluster [DBG] pgmap v11264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:49.800604+0000 mgr.y (mgr.14556) 12747 : cluster [DBG] pgmap v11264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:00:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:51.801296+0000 mgr.y (mgr.14556) 12748 : cluster [DBG] pgmap v11265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:51.801296+0000 mgr.y (mgr.14556) 12748 : cluster [DBG] pgmap v11265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:51.801296+0000 mgr.y (mgr.14556) 12748 : cluster [DBG] pgmap v11265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:00:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:00:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:53.801911+0000 mgr.y (mgr.14556) 12749 : cluster [DBG] pgmap v11266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:53.801911+0000 mgr.y (mgr.14556) 12749 : cluster [DBG] pgmap v11266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:53.801911+0000 mgr.y (mgr.14556) 12749 : cluster [DBG] pgmap v11266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:55.802646+0000 mgr.y (mgr.14556) 12750 : cluster [DBG] pgmap v11267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:55.802646+0000 mgr.y (mgr.14556) 12750 : cluster [DBG] pgmap v11267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:55.802646+0000 mgr.y (mgr.14556) 12750 : cluster [DBG] pgmap v11267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:57.803138+0000 mgr.y (mgr.14556) 12751 : cluster [DBG] pgmap v11268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:57.803138+0000 mgr.y (mgr.14556) 12751 : cluster [DBG] pgmap v11268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:00:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:00:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:57.803138+0000 mgr.y (mgr.14556) 12751 : cluster [DBG] pgmap v11268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:00:59.803720+0000 mgr.y (mgr.14556) 12752 : cluster [DBG] pgmap v11269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:00:59.803720+0000 mgr.y (mgr.14556) 12752 : cluster [DBG] pgmap v11269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:00:59.803720+0000 mgr.y (mgr.14556) 12752 : cluster [DBG] pgmap v11269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:01:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:01.804444+0000 mgr.y (mgr.14556) 12753 : cluster [DBG] pgmap v11270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:01.804444+0000 mgr.y (mgr.14556) 12753 : cluster [DBG] pgmap v11270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:01.804444+0000 mgr.y (mgr.14556) 12753 : cluster [DBG] pgmap v11270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:01:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:01:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:03.804801+0000 mgr.y (mgr.14556) 12754 : cluster [DBG] pgmap v11271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:03.804801+0000 mgr.y (mgr.14556) 12754 : cluster [DBG] pgmap v11271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:03.804801+0000 mgr.y (mgr.14556) 12754 : cluster [DBG] pgmap v11271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:05.805430+0000 mgr.y (mgr.14556) 12755 : cluster [DBG] pgmap v11272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:05.805430+0000 mgr.y (mgr.14556) 12755 : cluster [DBG] pgmap v11272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:05.805430+0000 mgr.y (mgr.14556) 12755 : cluster [DBG] pgmap v11272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:07.805886+0000 mgr.y (mgr.14556) 12756 : cluster [DBG] pgmap v11273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:07.805886+0000 mgr.y (mgr.14556) 12756 : cluster [DBG] pgmap v11273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:07.805886+0000 mgr.y (mgr.14556) 12756 : cluster [DBG] pgmap v11273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:11.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:09.806310+0000 mgr.y (mgr.14556) 12757 : cluster [DBG] pgmap v11274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:09.806310+0000 mgr.y (mgr.14556) 12757 : cluster [DBG] pgmap v11274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:09.806310+0000 mgr.y (mgr.14556) 12757 : cluster [DBG] pgmap v11274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:01:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:11.807036+0000 mgr.y (mgr.14556) 12758 : cluster [DBG] pgmap v11275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:11.807036+0000 mgr.y (mgr.14556) 12758 : cluster [DBG] pgmap v11275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:11.807036+0000 mgr.y (mgr.14556) 12758 : cluster [DBG] pgmap v11275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:01:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:01:15.304 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:01:15.594 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:01:15.594 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 7m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:01:15.594 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 7m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:01:15.594 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 7m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:01:15.594 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 7m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:01:15.594 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 7m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:01:15.594 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 7m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:01:15.594 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 7m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 7m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 7m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 7m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 7m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 7m ago 6h 45.7M 2487M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 7m ago 6h 45.0M 2487M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 7m ago 6h 43.9M 2487M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 7m ago 6h 42.8M 2487M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 7m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 7m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 7m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 7m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:01:15.595 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 7m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:01:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:13.807459+0000 mgr.y (mgr.14556) 12759 : cluster [DBG] pgmap v11276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:13.807459+0000 mgr.y (mgr.14556) 12759 : cluster [DBG] pgmap v11276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:13.807459+0000 mgr.y (mgr.14556) 12759 : cluster [DBG] pgmap v11276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:15.944 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:01:15.944 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:01:15.944 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:01:15.944 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:01:15.944 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:01:15.944 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:01:15.944 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:01:15.944 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:01:15.944 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:01:15.944 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:01:15.945 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:01:15.945 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:01:15.945 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:01:15.945 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:01:15.945 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:01:15.945 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:01:15.945 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:01:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:15.293554+0000 mgr.y (mgr.14556) 12760 : audit [DBG] from='client.37841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:01:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:15.945121+0000 mon.c (mon.2) 320 : audit [DBG] from='client.? 172.21.15.23:0/507417429' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:01:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:15.293554+0000 mgr.y (mgr.14556) 12760 : audit [DBG] from='client.37841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:01:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:15.945121+0000 mon.c (mon.2) 320 : audit [DBG] from='client.? 172.21.15.23:0/507417429' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:01:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:15.293554+0000 mgr.y (mgr.14556) 12760 : audit [DBG] from='client.37841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:01:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:15.945121+0000 mon.c (mon.2) 320 : audit [DBG] from='client.? 172.21.15.23:0/507417429' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:01:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:15.587199+0000 mgr.y (mgr.14556) 12761 : audit [DBG] from='client.27936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:01:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:15.808011+0000 mgr.y (mgr.14556) 12762 : cluster [DBG] pgmap v11277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:15.587199+0000 mgr.y (mgr.14556) 12761 : audit [DBG] from='client.27936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:01:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:15.808011+0000 mgr.y (mgr.14556) 12762 : cluster [DBG] pgmap v11277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:15.587199+0000 mgr.y (mgr.14556) 12761 : audit [DBG] from='client.27936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:01:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:15.808011+0000 mgr.y (mgr.14556) 12762 : cluster [DBG] pgmap v11277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:17.808379+0000 mgr.y (mgr.14556) 12763 : cluster [DBG] pgmap v11278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:17.808379+0000 mgr.y (mgr.14556) 12763 : cluster [DBG] pgmap v11278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:17.808379+0000 mgr.y (mgr.14556) 12763 : cluster [DBG] pgmap v11278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:19.808859+0000 mgr.y (mgr.14556) 12764 : cluster [DBG] pgmap v11279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:19.808859+0000 mgr.y (mgr.14556) 12764 : cluster [DBG] pgmap v11279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:19.808859+0000 mgr.y (mgr.14556) 12764 : cluster [DBG] pgmap v11279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:01:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:21.809524+0000 mgr.y (mgr.14556) 12765 : cluster [DBG] pgmap v11280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:21.809524+0000 mgr.y (mgr.14556) 12765 : cluster [DBG] pgmap v11280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:21.809524+0000 mgr.y (mgr.14556) 12765 : cluster [DBG] pgmap v11280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:01:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:01:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:23.809867+0000 mgr.y (mgr.14556) 12766 : cluster [DBG] pgmap v11281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:23.809867+0000 mgr.y (mgr.14556) 12766 : cluster [DBG] pgmap v11281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:23.809867+0000 mgr.y (mgr.14556) 12766 : cluster [DBG] pgmap v11281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:25.810538+0000 mgr.y (mgr.14556) 12767 : cluster [DBG] pgmap v11282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:25.810538+0000 mgr.y (mgr.14556) 12767 : cluster [DBG] pgmap v11282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:25.810538+0000 mgr.y (mgr.14556) 12767 : cluster [DBG] pgmap v11282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:28.025205+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:01:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:28.025205+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:01:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:28.025205+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:01:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:27.810921+0000 mgr.y (mgr.14556) 12768 : cluster [DBG] pgmap v11283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:28.336766+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:01:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:28.337458+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:01:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:28.338018+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:01:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:28.338576+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:01:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T13:01:28.339018+0000 mgr.y (mgr.14556) 12769 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2480M 2024-03-22T13:01:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:28.345026+0000 mon.a (mon.0) 2950 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:01:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:28.345983+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:01:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:28.346581+0000 mon.a (mon.0) 2952 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:01:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:28.352345+0000 mon.a (mon.0) 2953 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:01:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:27.810921+0000 mgr.y (mgr.14556) 12768 : cluster [DBG] pgmap v11283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:28.336766+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:01:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:28.337458+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:01:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:28.338018+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:01:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:28.338576+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:01:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T13:01:28.339018+0000 mgr.y (mgr.14556) 12769 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2480M 2024-03-22T13:01:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:28.345026+0000 mon.a (mon.0) 2950 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:01:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:28.345983+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:01:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:28.346581+0000 mon.a (mon.0) 2952 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:01:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:28.352345+0000 mon.a (mon.0) 2953 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:01:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:27.810921+0000 mgr.y (mgr.14556) 12768 : cluster [DBG] pgmap v11283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:28.336766+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:01:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:28.337458+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:01:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:28.338018+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:01:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:28.338576+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:01:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T13:01:28.339018+0000 mgr.y (mgr.14556) 12769 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2480M 2024-03-22T13:01:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:28.345026+0000 mon.a (mon.0) 2950 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:01:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:28.345983+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:01:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:28.346581+0000 mon.a (mon.0) 2952 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:01:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:28.352345+0000 mon.a (mon.0) 2953 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:01:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:29.811363+0000 mgr.y (mgr.14556) 12770 : cluster [DBG] pgmap v11284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:29.811363+0000 mgr.y (mgr.14556) 12770 : cluster [DBG] pgmap v11284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:29.811363+0000 mgr.y (mgr.14556) 12770 : cluster [DBG] pgmap v11284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:31.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:01:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:31.812073+0000 mgr.y (mgr.14556) 12771 : cluster [DBG] pgmap v11285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:31.812073+0000 mgr.y (mgr.14556) 12771 : cluster [DBG] pgmap v11285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:31.812073+0000 mgr.y (mgr.14556) 12771 : cluster [DBG] pgmap v11285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:01:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:01:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:33.812547+0000 mgr.y (mgr.14556) 12772 : cluster [DBG] pgmap v11286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:33.812547+0000 mgr.y (mgr.14556) 12772 : cluster [DBG] pgmap v11286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:33.812547+0000 mgr.y (mgr.14556) 12772 : cluster [DBG] pgmap v11286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:35.813257+0000 mgr.y (mgr.14556) 12773 : cluster [DBG] pgmap v11287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:35.813257+0000 mgr.y (mgr.14556) 12773 : cluster [DBG] pgmap v11287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:35.813257+0000 mgr.y (mgr.14556) 12773 : cluster [DBG] pgmap v11287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:37.813668+0000 mgr.y (mgr.14556) 12774 : cluster [DBG] pgmap v11288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:37.813668+0000 mgr.y (mgr.14556) 12774 : cluster [DBG] pgmap v11288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:37.813668+0000 mgr.y (mgr.14556) 12774 : cluster [DBG] pgmap v11288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:39.814071+0000 mgr.y (mgr.14556) 12775 : cluster [DBG] pgmap v11289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:01:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:39.814071+0000 mgr.y (mgr.14556) 12775 : cluster [DBG] pgmap v11289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:39.814071+0000 mgr.y (mgr.14556) 12775 : cluster [DBG] pgmap v11289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:41.814778+0000 mgr.y (mgr.14556) 12776 : cluster [DBG] pgmap v11290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:41.814778+0000 mgr.y (mgr.14556) 12776 : cluster [DBG] pgmap v11290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:41.814778+0000 mgr.y (mgr.14556) 12776 : cluster [DBG] pgmap v11290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:01:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T13:01:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:43.815180+0000 mgr.y (mgr.14556) 12777 : cluster [DBG] pgmap v11291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:43.815180+0000 mgr.y (mgr.14556) 12777 : cluster [DBG] pgmap v11291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:43.815180+0000 mgr.y (mgr.14556) 12777 : cluster [DBG] pgmap v11291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:46.270 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 8m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 8m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 8m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 8m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 8m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 8m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 8m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 8m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 8m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 8m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 8m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 8m ago 6h 45.7M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:01:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 8m ago 6h 45.0M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:01:46.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 8m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:01:46.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 8m ago 6h 42.8M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:01:46.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 8m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:01:46.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 8m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:01:46.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 8m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:01:46.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 8m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:01:46.565 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 8m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:01:46.915 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:01:46.915 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:01:46.915 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:01:46.916 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:01:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:45.815844+0000 mgr.y (mgr.14556) 12778 : cluster [DBG] pgmap v11292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:46.258949+0000 mgr.y (mgr.14556) 12779 : audit [DBG] from='client.27948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:01:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:46.916544+0000 mon.a (mon.0) 2954 : audit [DBG] from='client.? 172.21.15.23:0/1906006788' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:01:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:45.815844+0000 mgr.y (mgr.14556) 12778 : cluster [DBG] pgmap v11292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:46.258949+0000 mgr.y (mgr.14556) 12779 : audit [DBG] from='client.27948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:01:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:46.916544+0000 mon.a (mon.0) 2954 : audit [DBG] from='client.? 172.21.15.23:0/1906006788' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:01:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:45.815844+0000 mgr.y (mgr.14556) 12778 : cluster [DBG] pgmap v11292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:46.258949+0000 mgr.y (mgr.14556) 12779 : audit [DBG] from='client.27948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:01:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:46.916544+0000 mon.a (mon.0) 2954 : audit [DBG] from='client.? 172.21.15.23:0/1906006788' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:01:48.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:01:46.556748+0000 mgr.y (mgr.14556) 12780 : audit [DBG] from='client.37865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:01:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:01:46.556748+0000 mgr.y (mgr.14556) 12780 : audit [DBG] from='client.37865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:01:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:01:46.556748+0000 mgr.y (mgr.14556) 12780 : audit [DBG] from='client.37865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:01:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:47.816258+0000 mgr.y (mgr.14556) 12781 : cluster [DBG] pgmap v11293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:47.816258+0000 mgr.y (mgr.14556) 12781 : cluster [DBG] pgmap v11293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:47.816258+0000 mgr.y (mgr.14556) 12781 : cluster [DBG] pgmap v11293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:49.816807+0000 mgr.y (mgr.14556) 12782 : cluster [DBG] pgmap v11294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:49.816807+0000 mgr.y (mgr.14556) 12782 : cluster [DBG] pgmap v11294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:49.816807+0000 mgr.y (mgr.14556) 12782 : cluster [DBG] pgmap v11294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:01:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:51.817442+0000 mgr.y (mgr.14556) 12783 : cluster [DBG] pgmap v11295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:51.817442+0000 mgr.y (mgr.14556) 12783 : cluster [DBG] pgmap v11295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:51.817442+0000 mgr.y (mgr.14556) 12783 : cluster [DBG] pgmap v11295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:01:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:01:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:53.817945+0000 mgr.y (mgr.14556) 12784 : cluster [DBG] pgmap v11296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:53.817945+0000 mgr.y (mgr.14556) 12784 : cluster [DBG] pgmap v11296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:53.817945+0000 mgr.y (mgr.14556) 12784 : cluster [DBG] pgmap v11296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:55.818636+0000 mgr.y (mgr.14556) 12785 : cluster [DBG] pgmap v11297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:55.818636+0000 mgr.y (mgr.14556) 12785 : cluster [DBG] pgmap v11297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:55.818636+0000 mgr.y (mgr.14556) 12785 : cluster [DBG] pgmap v11297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:01:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:57.819094+0000 mgr.y (mgr.14556) 12786 : cluster [DBG] pgmap v11298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:57.819094+0000 mgr.y (mgr.14556) 12786 : cluster [DBG] pgmap v11298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:01:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:57.819094+0000 mgr.y (mgr.14556) 12786 : cluster [DBG] pgmap v11298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:01:59.819430+0000 mgr.y (mgr.14556) 12787 : cluster [DBG] pgmap v11299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:01:59.819430+0000 mgr.y (mgr.14556) 12787 : cluster [DBG] pgmap v11299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:01:59.819430+0000 mgr.y (mgr.14556) 12787 : cluster [DBG] pgmap v11299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:02:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:01.820077+0000 mgr.y (mgr.14556) 12788 : cluster [DBG] pgmap v11300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:01.820077+0000 mgr.y (mgr.14556) 12788 : cluster [DBG] pgmap v11300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:01.820077+0000 mgr.y (mgr.14556) 12788 : cluster [DBG] pgmap v11300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:02:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:02:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:03.820495+0000 mgr.y (mgr.14556) 12789 : cluster [DBG] pgmap v11301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:03.820495+0000 mgr.y (mgr.14556) 12789 : cluster [DBG] pgmap v11301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:03.820495+0000 mgr.y (mgr.14556) 12789 : cluster [DBG] pgmap v11301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:05.821135+0000 mgr.y (mgr.14556) 12790 : cluster [DBG] pgmap v11302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:05.821135+0000 mgr.y (mgr.14556) 12790 : cluster [DBG] pgmap v11302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:05.821135+0000 mgr.y (mgr.14556) 12790 : cluster [DBG] pgmap v11302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:07.821693+0000 mgr.y (mgr.14556) 12791 : cluster [DBG] pgmap v11303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:07.821693+0000 mgr.y (mgr.14556) 12791 : cluster [DBG] pgmap v11303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:07.821693+0000 mgr.y (mgr.14556) 12791 : cluster [DBG] pgmap v11303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:09.822199+0000 mgr.y (mgr.14556) 12792 : cluster [DBG] pgmap v11304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:09.822199+0000 mgr.y (mgr.14556) 12792 : cluster [DBG] pgmap v11304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:09.822199+0000 mgr.y (mgr.14556) 12792 : cluster [DBG] pgmap v11304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:02:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:11.822870+0000 mgr.y (mgr.14556) 12793 : cluster [DBG] pgmap v11305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:11.822870+0000 mgr.y (mgr.14556) 12793 : cluster [DBG] pgmap v11305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:11.822870+0000 mgr.y (mgr.14556) 12793 : cluster [DBG] pgmap v11305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:02:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:02:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:13.823428+0000 mgr.y (mgr.14556) 12794 : cluster [DBG] pgmap v11306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:13.823428+0000 mgr.y (mgr.14556) 12794 : cluster [DBG] pgmap v11306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:13.823428+0000 mgr.y (mgr.14556) 12794 : cluster [DBG] pgmap v11306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:17.244 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:02:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:15.824107+0000 mgr.y (mgr.14556) 12795 : cluster [DBG] pgmap v11307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:15.824107+0000 mgr.y (mgr.14556) 12795 : cluster [DBG] pgmap v11307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:15.824107+0000 mgr.y (mgr.14556) 12795 : cluster [DBG] pgmap v11307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:17.533 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:02:17.533 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 8m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:02:17.533 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 8m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:02:17.534 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 8m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:02:17.534 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 8m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:02:17.534 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 8m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:02:17.534 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 8m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:02:17.534 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 8m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:02:17.534 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 8m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:02:17.534 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 8m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:02:17.534 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 8m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:02:17.534 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 8m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:02:17.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 8m ago 6h 45.7M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:02:17.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 8m ago 6h 45.0M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:02:17.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 8m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:02:17.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 8m ago 6h 42.8M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:02:17.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 8m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:02:17.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 8m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:02:17.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 8m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:02:17.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 8m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:02:17.535 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 8m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:02:17.885 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:02:17.885 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:02:17.885 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:02:17.885 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:02:17.885 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:02:17.885 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:02:17.885 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:02:17.885 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:02:17.885 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:02:17.885 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:02:17.885 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:02:17.886 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:02:17.886 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:02:17.886 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:02:17.886 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:02:17.886 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:02:17.886 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:02:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:02:17.232782+0000 mgr.y (mgr.14556) 12796 : audit [DBG] from='client.27966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:02:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:02:17.885795+0000 mon.a (mon.0) 2955 : audit [DBG] from='client.? 172.21.15.23:0/3107274034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:02:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:02:17.232782+0000 mgr.y (mgr.14556) 12796 : audit [DBG] from='client.27966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:02:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:02:17.885795+0000 mon.a (mon.0) 2955 : audit [DBG] from='client.? 172.21.15.23:0/3107274034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:02:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:02:17.232782+0000 mgr.y (mgr.14556) 12796 : audit [DBG] from='client.27966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:02:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:02:17.885795+0000 mon.a (mon.0) 2955 : audit [DBG] from='client.? 172.21.15.23:0/3107274034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:02:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:02:17.526555+0000 mgr.y (mgr.14556) 12797 : audit [DBG] from='client.37883 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:02:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:17.824409+0000 mgr.y (mgr.14556) 12798 : cluster [DBG] pgmap v11308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:02:17.526555+0000 mgr.y (mgr.14556) 12797 : audit [DBG] from='client.37883 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:02:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:17.824409+0000 mgr.y (mgr.14556) 12798 : cluster [DBG] pgmap v11308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:02:17.526555+0000 mgr.y (mgr.14556) 12797 : audit [DBG] from='client.37883 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:02:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:17.824409+0000 mgr.y (mgr.14556) 12798 : cluster [DBG] pgmap v11308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:19.824779+0000 mgr.y (mgr.14556) 12799 : cluster [DBG] pgmap v11309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:19.824779+0000 mgr.y (mgr.14556) 12799 : cluster [DBG] pgmap v11309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:19.824779+0000 mgr.y (mgr.14556) 12799 : cluster [DBG] pgmap v11309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:02:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:21.825420+0000 mgr.y (mgr.14556) 12800 : cluster [DBG] pgmap v11310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:21.825420+0000 mgr.y (mgr.14556) 12800 : cluster [DBG] pgmap v11310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:21.825420+0000 mgr.y (mgr.14556) 12800 : cluster [DBG] pgmap v11310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:02:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:02:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:23.825859+0000 mgr.y (mgr.14556) 12801 : cluster [DBG] pgmap v11311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:23.825859+0000 mgr.y (mgr.14556) 12801 : cluster [DBG] pgmap v11311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:23.825859+0000 mgr.y (mgr.14556) 12801 : cluster [DBG] pgmap v11311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:25.826519+0000 mgr.y (mgr.14556) 12802 : cluster [DBG] pgmap v11312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:25.826519+0000 mgr.y (mgr.14556) 12802 : cluster [DBG] pgmap v11312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:25.826519+0000 mgr.y (mgr.14556) 12802 : cluster [DBG] pgmap v11312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:27.827008+0000 mgr.y (mgr.14556) 12803 : cluster [DBG] pgmap v11313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:02:28.356798+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:02:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:02:28.664542+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:02:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:02:28.665185+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:02:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:02:28.672601+0000 mon.a (mon.0) 2959 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:02:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:27.827008+0000 mgr.y (mgr.14556) 12803 : cluster [DBG] pgmap v11313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:02:28.356798+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:02:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:02:28.664542+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:02:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:02:28.665185+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:02:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:02:28.672601+0000 mon.a (mon.0) 2959 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:02:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:27.827008+0000 mgr.y (mgr.14556) 12803 : cluster [DBG] pgmap v11313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:02:28.356798+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:02:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:02:28.664542+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:02:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:02:28.665185+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:02:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:02:28.672601+0000 mon.a (mon.0) 2959 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:02:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:29.827470+0000 mgr.y (mgr.14556) 12804 : cluster [DBG] pgmap v11314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:29.827470+0000 mgr.y (mgr.14556) 12804 : cluster [DBG] pgmap v11314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:29.827470+0000 mgr.y (mgr.14556) 12804 : cluster [DBG] pgmap v11314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:02:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:31.828185+0000 mgr.y (mgr.14556) 12805 : cluster [DBG] pgmap v11315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:31.828185+0000 mgr.y (mgr.14556) 12805 : cluster [DBG] pgmap v11315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:31.828185+0000 mgr.y (mgr.14556) 12805 : cluster [DBG] pgmap v11315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:02:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:02:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:33.828716+0000 mgr.y (mgr.14556) 12806 : cluster [DBG] pgmap v11316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:33.828716+0000 mgr.y (mgr.14556) 12806 : cluster [DBG] pgmap v11316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:33.828716+0000 mgr.y (mgr.14556) 12806 : cluster [DBG] pgmap v11316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:35.829354+0000 mgr.y (mgr.14556) 12807 : cluster [DBG] pgmap v11317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:35.829354+0000 mgr.y (mgr.14556) 12807 : cluster [DBG] pgmap v11317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:35.829354+0000 mgr.y (mgr.14556) 12807 : cluster [DBG] pgmap v11317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:37.829860+0000 mgr.y (mgr.14556) 12808 : cluster [DBG] pgmap v11318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:37.829860+0000 mgr.y (mgr.14556) 12808 : cluster [DBG] pgmap v11318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:37.829860+0000 mgr.y (mgr.14556) 12808 : cluster [DBG] pgmap v11318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:39.830207+0000 mgr.y (mgr.14556) 12809 : cluster [DBG] pgmap v11319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:39.830207+0000 mgr.y (mgr.14556) 12809 : cluster [DBG] pgmap v11319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:39.830207+0000 mgr.y (mgr.14556) 12809 : cluster [DBG] pgmap v11319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:02:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:41.830843+0000 mgr.y (mgr.14556) 12810 : cluster [DBG] pgmap v11320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:41.830843+0000 mgr.y (mgr.14556) 12810 : cluster [DBG] pgmap v11320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:41.830843+0000 mgr.y (mgr.14556) 12810 : cluster [DBG] pgmap v11320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:02:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:02:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:43.831222+0000 mgr.y (mgr.14556) 12811 : cluster [DBG] pgmap v11321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:43.831222+0000 mgr.y (mgr.14556) 12811 : cluster [DBG] pgmap v11321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:43.831222+0000 mgr.y (mgr.14556) 12811 : cluster [DBG] pgmap v11321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:45.831906+0000 mgr.y (mgr.14556) 12812 : cluster [DBG] pgmap v11322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:47.450 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:45.831906+0000 mgr.y (mgr.14556) 12812 : cluster [DBG] pgmap v11322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:47.451 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:45.831906+0000 mgr.y (mgr.14556) 12812 : cluster [DBG] pgmap v11322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:48.214 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:02:48.501 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:02:48.501 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 9m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:02:48.501 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 9m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:02:48.501 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 9m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:02:48.501 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 9m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:02:48.501 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 9m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:02:48.502 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 9m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:02:48.502 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 9m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:02:48.502 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 9m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:02:48.502 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 9m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:02:48.502 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 9m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:02:48.502 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 9m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:02:48.502 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 9m ago 6h 45.7M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:02:48.502 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 9m ago 6h 45.0M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:02:48.502 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 9m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:02:48.502 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 9m ago 6h 42.8M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:02:48.502 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 9m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:02:48.502 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 9m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:02:48.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 9m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:02:48.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 9m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:02:48.503 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 9m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:02:48.849 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:02:48.849 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:02:48.850 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:02:48.850 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:02:48.850 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:02:48.850 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:02:48.850 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:02:48.850 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:02:48.850 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:02:48.850 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:02:48.851 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:02:48.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:02:48.851 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:02:48.851 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:02:48.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:02:48.851 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:02:48.851 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:02:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:47.832318+0000 mgr.y (mgr.14556) 12813 : cluster [DBG] pgmap v11323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:02:48.203404+0000 mgr.y (mgr.14556) 12814 : audit [DBG] from='client.27984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:02:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:02:48.850467+0000 mon.a (mon.0) 2960 : audit [DBG] from='client.? 172.21.15.23:0/3566354611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:02:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:47.832318+0000 mgr.y (mgr.14556) 12813 : cluster [DBG] pgmap v11323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:02:48.203404+0000 mgr.y (mgr.14556) 12814 : audit [DBG] from='client.27984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:02:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:02:48.850467+0000 mon.a (mon.0) 2960 : audit [DBG] from='client.? 172.21.15.23:0/3566354611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:02:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:47.832318+0000 mgr.y (mgr.14556) 12813 : cluster [DBG] pgmap v11323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:02:48.203404+0000 mgr.y (mgr.14556) 12814 : audit [DBG] from='client.27984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:02:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:02:48.850467+0000 mon.a (mon.0) 2960 : audit [DBG] from='client.? 172.21.15.23:0/3566354611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:02:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:02:48.494091+0000 mgr.y (mgr.14556) 12815 : audit [DBG] from='client.37901 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:02:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:02:48.494091+0000 mgr.y (mgr.14556) 12815 : audit [DBG] from='client.37901 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:02:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:02:48.494091+0000 mgr.y (mgr.14556) 12815 : audit [DBG] from='client.37901 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:02:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:49.832764+0000 mgr.y (mgr.14556) 12816 : cluster [DBG] pgmap v11324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:49.832764+0000 mgr.y (mgr.14556) 12816 : cluster [DBG] pgmap v11324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:49.832764+0000 mgr.y (mgr.14556) 12816 : cluster [DBG] pgmap v11324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:02:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:51.833421+0000 mgr.y (mgr.14556) 12817 : cluster [DBG] pgmap v11325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:51.833421+0000 mgr.y (mgr.14556) 12817 : cluster [DBG] pgmap v11325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:51.833421+0000 mgr.y (mgr.14556) 12817 : cluster [DBG] pgmap v11325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:02:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:02:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:53.833992+0000 mgr.y (mgr.14556) 12818 : cluster [DBG] pgmap v11326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:53.833992+0000 mgr.y (mgr.14556) 12818 : cluster [DBG] pgmap v11326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:53.833992+0000 mgr.y (mgr.14556) 12818 : cluster [DBG] pgmap v11326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:55.834819+0000 mgr.y (mgr.14556) 12819 : cluster [DBG] pgmap v11327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:55.834819+0000 mgr.y (mgr.14556) 12819 : cluster [DBG] pgmap v11327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:55.834819+0000 mgr.y (mgr.14556) 12819 : cluster [DBG] pgmap v11327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:57.835356+0000 mgr.y (mgr.14556) 12820 : cluster [DBG] pgmap v11328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:57.835356+0000 mgr.y (mgr.14556) 12820 : cluster [DBG] pgmap v11328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:02:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:02:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:57.835356+0000 mgr.y (mgr.14556) 12820 : cluster [DBG] pgmap v11328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:02:59.835854+0000 mgr.y (mgr.14556) 12821 : cluster [DBG] pgmap v11329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:02:59.835854+0000 mgr.y (mgr.14556) 12821 : cluster [DBG] pgmap v11329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:02:59.835854+0000 mgr.y (mgr.14556) 12821 : cluster [DBG] pgmap v11329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:03:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:01.836771+0000 mgr.y (mgr.14556) 12822 : cluster [DBG] pgmap v11330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:01.836771+0000 mgr.y (mgr.14556) 12822 : cluster [DBG] pgmap v11330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:01.836771+0000 mgr.y (mgr.14556) 12822 : cluster [DBG] pgmap v11330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:03:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:03:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:03.837232+0000 mgr.y (mgr.14556) 12823 : cluster [DBG] pgmap v11331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:03.837232+0000 mgr.y (mgr.14556) 12823 : cluster [DBG] pgmap v11331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:03.837232+0000 mgr.y (mgr.14556) 12823 : cluster [DBG] pgmap v11331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:05.838100+0000 mgr.y (mgr.14556) 12824 : cluster [DBG] pgmap v11332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:05.838100+0000 mgr.y (mgr.14556) 12824 : cluster [DBG] pgmap v11332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:05.838100+0000 mgr.y (mgr.14556) 12824 : cluster [DBG] pgmap v11332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:07.838461+0000 mgr.y (mgr.14556) 12825 : cluster [DBG] pgmap v11333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:07.838461+0000 mgr.y (mgr.14556) 12825 : cluster [DBG] pgmap v11333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:07.838461+0000 mgr.y (mgr.14556) 12825 : cluster [DBG] pgmap v11333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:09.838899+0000 mgr.y (mgr.14556) 12826 : cluster [DBG] pgmap v11334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:09.838899+0000 mgr.y (mgr.14556) 12826 : cluster [DBG] pgmap v11334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:09.838899+0000 mgr.y (mgr.14556) 12826 : cluster [DBG] pgmap v11334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:03:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:11.839599+0000 mgr.y (mgr.14556) 12827 : cluster [DBG] pgmap v11335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:11.839599+0000 mgr.y (mgr.14556) 12827 : cluster [DBG] pgmap v11335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:11.839599+0000 mgr.y (mgr.14556) 12827 : cluster [DBG] pgmap v11335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:03:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:03:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:13.840134+0000 mgr.y (mgr.14556) 12828 : cluster [DBG] pgmap v11336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:13.840134+0000 mgr.y (mgr.14556) 12828 : cluster [DBG] pgmap v11336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:13.840134+0000 mgr.y (mgr.14556) 12828 : cluster [DBG] pgmap v11336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:15.840803+0000 mgr.y (mgr.14556) 12829 : cluster [DBG] pgmap v11337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:15.840803+0000 mgr.y (mgr.14556) 12829 : cluster [DBG] pgmap v11337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:15.840803+0000 mgr.y (mgr.14556) 12829 : cluster [DBG] pgmap v11337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:19.173 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 9m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 9m ago 6h 59.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 9m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 9m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 9m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 9m ago 6h 475M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 9m ago 6h 1057M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 9m ago 6h 545M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 9m ago 6h 549M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 9m ago 6h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 9m ago 6h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:03:19.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 9m ago 6h 45.7M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:03:19.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 9m ago 6h 45.0M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:03:19.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 9m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:03:19.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 9m ago 6h 42.8M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:03:19.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 9m ago 6h 42.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:03:19.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 9m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:03:19.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 9m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:03:19.464 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 9m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:03:19.464 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 9m ago 6h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:03:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:17.841219+0000 mgr.y (mgr.14556) 12830 : cluster [DBG] pgmap v11338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:17.841219+0000 mgr.y (mgr.14556) 12830 : cluster [DBG] pgmap v11338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:17.841219+0000 mgr.y (mgr.14556) 12830 : cluster [DBG] pgmap v11338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:19.813 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:03:19.814 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:03:19.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:03:19.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:03:19.814 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:03:19.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:03:19.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:03:19.814 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:03:19.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:03:19.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:03:19.814 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:03:19.815 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:03:19.815 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:03:19.815 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:03:19.815 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:03:19.815 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:03:19.815 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:03:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:03:19.163026+0000 mgr.y (mgr.14556) 12831 : audit [DBG] from='client.28002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:03:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:03:19.455999+0000 mgr.y (mgr.14556) 12832 : audit [DBG] from='client.37919 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:03:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:03:19.814723+0000 mon.c (mon.2) 321 : audit [DBG] from='client.? 172.21.15.23:0/1147208148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:03:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:03:19.163026+0000 mgr.y (mgr.14556) 12831 : audit [DBG] from='client.28002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:03:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:03:19.455999+0000 mgr.y (mgr.14556) 12832 : audit [DBG] from='client.37919 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:03:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:03:19.814723+0000 mon.c (mon.2) 321 : audit [DBG] from='client.? 172.21.15.23:0/1147208148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:03:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:03:19.163026+0000 mgr.y (mgr.14556) 12831 : audit [DBG] from='client.28002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:03:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:03:19.455999+0000 mgr.y (mgr.14556) 12832 : audit [DBG] from='client.37919 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:03:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:03:19.814723+0000 mon.c (mon.2) 321 : audit [DBG] from='client.? 172.21.15.23:0/1147208148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:03:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:19.841559+0000 mgr.y (mgr.14556) 12833 : cluster [DBG] pgmap v11339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:19.841559+0000 mgr.y (mgr.14556) 12833 : cluster [DBG] pgmap v11339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:19.841559+0000 mgr.y (mgr.14556) 12833 : cluster [DBG] pgmap v11339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:03:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:21.842192+0000 mgr.y (mgr.14556) 12834 : cluster [DBG] pgmap v11340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:21.842192+0000 mgr.y (mgr.14556) 12834 : cluster [DBG] pgmap v11340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:21.842192+0000 mgr.y (mgr.14556) 12834 : cluster [DBG] pgmap v11340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:03:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:03:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:23.842594+0000 mgr.y (mgr.14556) 12835 : cluster [DBG] pgmap v11341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:23.842594+0000 mgr.y (mgr.14556) 12835 : cluster [DBG] pgmap v11341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:23.842594+0000 mgr.y (mgr.14556) 12835 : cluster [DBG] pgmap v11341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:25.843475+0000 mgr.y (mgr.14556) 12836 : cluster [DBG] pgmap v11342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:25.843475+0000 mgr.y (mgr.14556) 12836 : cluster [DBG] pgmap v11342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:25.843475+0000 mgr.y (mgr.14556) 12836 : cluster [DBG] pgmap v11342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:27.843895+0000 mgr.y (mgr.14556) 12837 : cluster [DBG] pgmap v11343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:03:28.676982+0000 mon.a (mon.0) 2961 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:03:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:27.843895+0000 mgr.y (mgr.14556) 12837 : cluster [DBG] pgmap v11343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:03:28.676982+0000 mon.a (mon.0) 2961 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:03:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:27.843895+0000 mgr.y (mgr.14556) 12837 : cluster [DBG] pgmap v11343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:03:28.676982+0000 mon.a (mon.0) 2961 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:03:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:29.844226+0000 mgr.y (mgr.14556) 12838 : cluster [DBG] pgmap v11344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:29.844226+0000 mgr.y (mgr.14556) 12838 : cluster [DBG] pgmap v11344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:31.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:03:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:29.844226+0000 mgr.y (mgr.14556) 12838 : cluster [DBG] pgmap v11344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:03:31.324836+0000 mon.a (mon.0) 2962 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:03:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:03:31.945274+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:03:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:03:32.228014+0000 mon.a (mon.0) 2964 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:03:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:03:32.228889+0000 mon.a (mon.0) 2965 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:03:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:03:32.234651+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:03:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:03:31.324836+0000 mon.a (mon.0) 2962 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:03:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:03:31.945274+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:03:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:03:32.228014+0000 mon.a (mon.0) 2964 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:03:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:03:32.228889+0000 mon.a (mon.0) 2965 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:03:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:03:32.234651+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:03:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:03:31.324836+0000 mon.a (mon.0) 2962 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:03:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:03:31.945274+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:03:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:03:32.228014+0000 mon.a (mon.0) 2964 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:03:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:03:32.228889+0000 mon.a (mon.0) 2965 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:03:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:03:32.234651+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:03:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:31.845066+0000 mgr.y (mgr.14556) 12839 : cluster [DBG] pgmap v11345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:31.845066+0000 mgr.y (mgr.14556) 12839 : cluster [DBG] pgmap v11345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:31.845066+0000 mgr.y (mgr.14556) 12839 : cluster [DBG] pgmap v11345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:03:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:03:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:33.845600+0000 mgr.y (mgr.14556) 12840 : cluster [DBG] pgmap v11346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:33.845600+0000 mgr.y (mgr.14556) 12840 : cluster [DBG] pgmap v11346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:33.845600+0000 mgr.y (mgr.14556) 12840 : cluster [DBG] pgmap v11346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:35.846297+0000 mgr.y (mgr.14556) 12841 : cluster [DBG] pgmap v11347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:35.846297+0000 mgr.y (mgr.14556) 12841 : cluster [DBG] pgmap v11347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:35.846297+0000 mgr.y (mgr.14556) 12841 : cluster [DBG] pgmap v11347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:37.846788+0000 mgr.y (mgr.14556) 12842 : cluster [DBG] pgmap v11348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:37.846788+0000 mgr.y (mgr.14556) 12842 : cluster [DBG] pgmap v11348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:37.846788+0000 mgr.y (mgr.14556) 12842 : cluster [DBG] pgmap v11348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:39.847201+0000 mgr.y (mgr.14556) 12843 : cluster [DBG] pgmap v11349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:39.847201+0000 mgr.y (mgr.14556) 12843 : cluster [DBG] pgmap v11349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:39.847201+0000 mgr.y (mgr.14556) 12843 : cluster [DBG] pgmap v11349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:41.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:03:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:41.847844+0000 mgr.y (mgr.14556) 12844 : cluster [DBG] pgmap v11350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:41.847844+0000 mgr.y (mgr.14556) 12844 : cluster [DBG] pgmap v11350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:41.847844+0000 mgr.y (mgr.14556) 12844 : cluster [DBG] pgmap v11350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:03:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:03:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:43.848349+0000 mgr.y (mgr.14556) 12845 : cluster [DBG] pgmap v11351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:43.848349+0000 mgr.y (mgr.14556) 12845 : cluster [DBG] pgmap v11351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:43.848349+0000 mgr.y (mgr.14556) 12845 : cluster [DBG] pgmap v11351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:45.849204+0000 mgr.y (mgr.14556) 12846 : cluster [DBG] pgmap v11352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:47.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:45.849204+0000 mgr.y (mgr.14556) 12846 : cluster [DBG] pgmap v11352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:45.849204+0000 mgr.y (mgr.14556) 12846 : cluster [DBG] pgmap v11352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:47.849649+0000 mgr.y (mgr.14556) 12847 : cluster [DBG] pgmap v11353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:47.849649+0000 mgr.y (mgr.14556) 12847 : cluster [DBG] pgmap v11353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:47.849649+0000 mgr.y (mgr.14556) 12847 : cluster [DBG] pgmap v11353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:50.140 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:03:50.427 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:03:50.427 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 19s ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:03:50.427 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 18s ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:03:50.427 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 19s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:03:50.427 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 18s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:03:50.427 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 18s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:03:50.427 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 19s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:03:50.427 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 19s ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:03:50.427 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 18s ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:03:50.427 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 19s ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:03:50.427 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 19s ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:03:50.428 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 18s ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:03:50.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 19s ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:03:50.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 19s ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:03:50.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 19s ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:03:50.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 19s ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:03:50.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 18s ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:03:50.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 18s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:03:50.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 18s ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:03:50.428 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 18s ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:03:50.428 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 18s ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:03:50.778 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:03:50.778 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:03:50.778 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:03:50.778 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:03:50.778 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:03:50.778 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:03:50.778 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:03:50.779 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:03:50.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:03:50.779 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:03:50.779 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:03:50.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:03:50.779 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:03:50.779 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:03:50.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:03:50.779 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:03:50.779 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:03:51.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:03:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:49.850031+0000 mgr.y (mgr.14556) 12848 : cluster [DBG] pgmap v11354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:03:50.129667+0000 mgr.y (mgr.14556) 12849 : audit [DBG] from='client.28020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:03:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:03:50.420090+0000 mgr.y (mgr.14556) 12850 : audit [DBG] from='client.28026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:03:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:03:50.779146+0000 mon.c (mon.2) 322 : audit [DBG] from='client.? 172.21.15.23:0/3779031054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:03:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:49.850031+0000 mgr.y (mgr.14556) 12848 : cluster [DBG] pgmap v11354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:03:50.129667+0000 mgr.y (mgr.14556) 12849 : audit [DBG] from='client.28020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:03:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:03:50.420090+0000 mgr.y (mgr.14556) 12850 : audit [DBG] from='client.28026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:03:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:03:50.779146+0000 mon.c (mon.2) 322 : audit [DBG] from='client.? 172.21.15.23:0/3779031054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:03:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:49.850031+0000 mgr.y (mgr.14556) 12848 : cluster [DBG] pgmap v11354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:03:50.129667+0000 mgr.y (mgr.14556) 12849 : audit [DBG] from='client.28020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:03:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:03:50.420090+0000 mgr.y (mgr.14556) 12850 : audit [DBG] from='client.28026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:03:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:03:50.779146+0000 mon.c (mon.2) 322 : audit [DBG] from='client.? 172.21.15.23:0/3779031054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:03:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:51.850760+0000 mgr.y (mgr.14556) 12851 : cluster [DBG] pgmap v11355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:51.850760+0000 mgr.y (mgr.14556) 12851 : cluster [DBG] pgmap v11355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:51.850760+0000 mgr.y (mgr.14556) 12851 : cluster [DBG] pgmap v11355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:03:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:03:54.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:53.851215+0000 mgr.y (mgr.14556) 12852 : cluster [DBG] pgmap v11356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:54.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:53.851215+0000 mgr.y (mgr.14556) 12852 : cluster [DBG] pgmap v11356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:53.851215+0000 mgr.y (mgr.14556) 12852 : cluster [DBG] pgmap v11356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:55.851931+0000 mgr.y (mgr.14556) 12853 : cluster [DBG] pgmap v11357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:55.851931+0000 mgr.y (mgr.14556) 12853 : cluster [DBG] pgmap v11357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:55.851931+0000 mgr.y (mgr.14556) 12853 : cluster [DBG] pgmap v11357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:57.852444+0000 mgr.y (mgr.14556) 12854 : cluster [DBG] pgmap v11358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:57.852444+0000 mgr.y (mgr.14556) 12854 : cluster [DBG] pgmap v11358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:03:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:03:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:57.852444+0000 mgr.y (mgr.14556) 12854 : cluster [DBG] pgmap v11358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:03:59.852945+0000 mgr.y (mgr.14556) 12855 : cluster [DBG] pgmap v11359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:03:59.852945+0000 mgr.y (mgr.14556) 12855 : cluster [DBG] pgmap v11359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:03:59.852945+0000 mgr.y (mgr.14556) 12855 : cluster [DBG] pgmap v11359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:04:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:01.853920+0000 mgr.y (mgr.14556) 12856 : cluster [DBG] pgmap v11360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:01.853920+0000 mgr.y (mgr.14556) 12856 : cluster [DBG] pgmap v11360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:01.853920+0000 mgr.y (mgr.14556) 12856 : cluster [DBG] pgmap v11360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:04:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:04:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:03.854441+0000 mgr.y (mgr.14556) 12857 : cluster [DBG] pgmap v11361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:03.854441+0000 mgr.y (mgr.14556) 12857 : cluster [DBG] pgmap v11361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:03.854441+0000 mgr.y (mgr.14556) 12857 : cluster [DBG] pgmap v11361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:05.855232+0000 mgr.y (mgr.14556) 12858 : cluster [DBG] pgmap v11362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:05.855232+0000 mgr.y (mgr.14556) 12858 : cluster [DBG] pgmap v11362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:05.855232+0000 mgr.y (mgr.14556) 12858 : cluster [DBG] pgmap v11362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:07.855809+0000 mgr.y (mgr.14556) 12859 : cluster [DBG] pgmap v11363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:07.855809+0000 mgr.y (mgr.14556) 12859 : cluster [DBG] pgmap v11363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:07.855809+0000 mgr.y (mgr.14556) 12859 : cluster [DBG] pgmap v11363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:09.856255+0000 mgr.y (mgr.14556) 12860 : cluster [DBG] pgmap v11364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:09.856255+0000 mgr.y (mgr.14556) 12860 : cluster [DBG] pgmap v11364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:09.856255+0000 mgr.y (mgr.14556) 12860 : cluster [DBG] pgmap v11364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:04:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:11.857146+0000 mgr.y (mgr.14556) 12861 : cluster [DBG] pgmap v11365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:11.857146+0000 mgr.y (mgr.14556) 12861 : cluster [DBG] pgmap v11365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:11.857146+0000 mgr.y (mgr.14556) 12861 : cluster [DBG] pgmap v11365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:04:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:04:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:13.857623+0000 mgr.y (mgr.14556) 12862 : cluster [DBG] pgmap v11366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:13.857623+0000 mgr.y (mgr.14556) 12862 : cluster [DBG] pgmap v11366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:13.857623+0000 mgr.y (mgr.14556) 12862 : cluster [DBG] pgmap v11366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:15.858256+0000 mgr.y (mgr.14556) 12863 : cluster [DBG] pgmap v11367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:15.858256+0000 mgr.y (mgr.14556) 12863 : cluster [DBG] pgmap v11367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:15.858256+0000 mgr.y (mgr.14556) 12863 : cluster [DBG] pgmap v11367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:17.858816+0000 mgr.y (mgr.14556) 12864 : cluster [DBG] pgmap v11368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:17.858816+0000 mgr.y (mgr.14556) 12864 : cluster [DBG] pgmap v11368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:17.858816+0000 mgr.y (mgr.14556) 12864 : cluster [DBG] pgmap v11368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:21.102 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:04:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:19.859234+0000 mgr.y (mgr.14556) 12865 : cluster [DBG] pgmap v11369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:19.859234+0000 mgr.y (mgr.14556) 12865 : cluster [DBG] pgmap v11369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:21.387 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:04:21.387 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 50s ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:04:21.387 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 49s ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:04:21.387 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 50s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:04:21.387 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 49s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 49s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 50s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 50s ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 49s ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 50s ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 50s ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 49s ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 50s ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 50s ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 50s ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 50s ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 49s ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 49s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 49s ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:04:21.388 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 49s ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:04:21.389 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 49s ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:04:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:19.859234+0000 mgr.y (mgr.14556) 12865 : cluster [DBG] pgmap v11369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:21.736 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:04:21.736 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:04:21.736 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:04:21.736 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:04:21.736 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:04:21.736 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:04:21.736 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:04:21.736 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:04:21.736 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:04:21.736 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:04:21.736 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:04:21.737 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:04:21.737 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:04:21.737 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:04:21.737 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:04:21.737 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:04:21.737 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:04:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:04:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:04:21.091934+0000 mgr.y (mgr.14556) 12866 : audit [DBG] from='client.28038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:04:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:04:21.380600+0000 mgr.y (mgr.14556) 12867 : audit [DBG] from='client.28044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:04:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:04:21.736869+0000 mon.c (mon.2) 323 : audit [DBG] from='client.? 172.21.15.23:0/2683081311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:04:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:04:21.091934+0000 mgr.y (mgr.14556) 12866 : audit [DBG] from='client.28038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:04:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:04:21.380600+0000 mgr.y (mgr.14556) 12867 : audit [DBG] from='client.28044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:04:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:04:21.736869+0000 mon.c (mon.2) 323 : audit [DBG] from='client.? 172.21.15.23:0/2683081311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:04:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:04:21.091934+0000 mgr.y (mgr.14556) 12866 : audit [DBG] from='client.28038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:04:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:04:21.380600+0000 mgr.y (mgr.14556) 12867 : audit [DBG] from='client.28044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:04:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:04:21.736869+0000 mon.c (mon.2) 323 : audit [DBG] from='client.? 172.21.15.23:0/2683081311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:04:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:21.859991+0000 mgr.y (mgr.14556) 12868 : cluster [DBG] pgmap v11370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:21.859991+0000 mgr.y (mgr.14556) 12868 : cluster [DBG] pgmap v11370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:21.859991+0000 mgr.y (mgr.14556) 12868 : cluster [DBG] pgmap v11370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:04:23] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:04:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:23.860373+0000 mgr.y (mgr.14556) 12869 : cluster [DBG] pgmap v11371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:23.860373+0000 mgr.y (mgr.14556) 12869 : cluster [DBG] pgmap v11371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:23.860373+0000 mgr.y (mgr.14556) 12869 : cluster [DBG] pgmap v11371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:25.861178+0000 mgr.y (mgr.14556) 12870 : cluster [DBG] pgmap v11372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:25.861178+0000 mgr.y (mgr.14556) 12870 : cluster [DBG] pgmap v11372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:25.861178+0000 mgr.y (mgr.14556) 12870 : cluster [DBG] pgmap v11372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:27.861600+0000 mgr.y (mgr.14556) 12871 : cluster [DBG] pgmap v11373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:27.861600+0000 mgr.y (mgr.14556) 12871 : cluster [DBG] pgmap v11373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:27.861600+0000 mgr.y (mgr.14556) 12871 : cluster [DBG] pgmap v11373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:29.862019+0000 mgr.y (mgr.14556) 12872 : cluster [DBG] pgmap v11374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:29.862019+0000 mgr.y (mgr.14556) 12872 : cluster [DBG] pgmap v11374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:29.862019+0000 mgr.y (mgr.14556) 12872 : cluster [DBG] pgmap v11374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:04:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:31.862733+0000 mgr.y (mgr.14556) 12873 : cluster [DBG] pgmap v11375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:04:32.240223+0000 mon.a (mon.0) 2967 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:04:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:04:32.548744+0000 mon.a (mon.0) 2968 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:04:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:04:32.549409+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:04:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:04:32.553878+0000 mon.a (mon.0) 2970 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:04:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:31.862733+0000 mgr.y (mgr.14556) 12873 : cluster [DBG] pgmap v11375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:04:32.240223+0000 mon.a (mon.0) 2967 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:04:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:04:32.548744+0000 mon.a (mon.0) 2968 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:04:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:04:32.549409+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:04:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:04:32.553878+0000 mon.a (mon.0) 2970 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:04:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:31.862733+0000 mgr.y (mgr.14556) 12873 : cluster [DBG] pgmap v11375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:04:32.240223+0000 mon.a (mon.0) 2967 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:04:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:04:32.548744+0000 mon.a (mon.0) 2968 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:04:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:04:32.549409+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:04:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:04:32.553878+0000 mon.a (mon.0) 2970 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:04:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:04:33] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:04:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:33.863159+0000 mgr.y (mgr.14556) 12874 : cluster [DBG] pgmap v11376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:33.863159+0000 mgr.y (mgr.14556) 12874 : cluster [DBG] pgmap v11376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:33.863159+0000 mgr.y (mgr.14556) 12874 : cluster [DBG] pgmap v11376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:35.863806+0000 mgr.y (mgr.14556) 12875 : cluster [DBG] pgmap v11377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:35.863806+0000 mgr.y (mgr.14556) 12875 : cluster [DBG] pgmap v11377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:35.863806+0000 mgr.y (mgr.14556) 12875 : cluster [DBG] pgmap v11377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:37.864391+0000 mgr.y (mgr.14556) 12876 : cluster [DBG] pgmap v11378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:37.864391+0000 mgr.y (mgr.14556) 12876 : cluster [DBG] pgmap v11378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:37.864391+0000 mgr.y (mgr.14556) 12876 : cluster [DBG] pgmap v11378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:39.864970+0000 mgr.y (mgr.14556) 12877 : cluster [DBG] pgmap v11379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:39.864970+0000 mgr.y (mgr.14556) 12877 : cluster [DBG] pgmap v11379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:39.864970+0000 mgr.y (mgr.14556) 12877 : cluster [DBG] pgmap v11379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:04:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:41.865623+0000 mgr.y (mgr.14556) 12878 : cluster [DBG] pgmap v11380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:41.865623+0000 mgr.y (mgr.14556) 12878 : cluster [DBG] pgmap v11380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:41.865623+0000 mgr.y (mgr.14556) 12878 : cluster [DBG] pgmap v11380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:04:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:04:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:43.866084+0000 mgr.y (mgr.14556) 12879 : cluster [DBG] pgmap v11381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:43.866084+0000 mgr.y (mgr.14556) 12879 : cluster [DBG] pgmap v11381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:43.866084+0000 mgr.y (mgr.14556) 12879 : cluster [DBG] pgmap v11381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:45.866784+0000 mgr.y (mgr.14556) 12880 : cluster [DBG] pgmap v11382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:45.866784+0000 mgr.y (mgr.14556) 12880 : cluster [DBG] pgmap v11382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:45.866784+0000 mgr.y (mgr.14556) 12880 : cluster [DBG] pgmap v11382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:47.867253+0000 mgr.y (mgr.14556) 12881 : cluster [DBG] pgmap v11383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:47.867253+0000 mgr.y (mgr.14556) 12881 : cluster [DBG] pgmap v11383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:47.867253+0000 mgr.y (mgr.14556) 12881 : cluster [DBG] pgmap v11383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:49.867734+0000 mgr.y (mgr.14556) 12882 : cluster [DBG] pgmap v11384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:49.867734+0000 mgr.y (mgr.14556) 12882 : cluster [DBG] pgmap v11384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:49.867734+0000 mgr.y (mgr.14556) 12882 : cluster [DBG] pgmap v11384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:04:52.061 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:04:52.349 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:04:52.349 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 81s ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:04:52.349 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 80s ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:04:52.349 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 81s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:04:52.349 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 80s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:04:52.349 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 80s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:04:52.349 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 81s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:04:52.349 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 81s ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 80s ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 81s ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 81s ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 80s ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 81s ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 81s ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 81s ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 81s ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 80s ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 80s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 80s ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 80s ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:04:52.350 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 80s ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:04:52.698 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:04:52.698 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:04:52.698 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:04:52.698 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:04:52.698 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:04:52.698 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:04:52.698 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:04:52.698 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:04:52.698 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:04:52.699 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:04:52.699 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:04:52.699 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:04:52.699 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:04:52.699 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:04:52.699 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:04:52.699 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:04:52.699 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:04:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:51.868281+0000 mgr.y (mgr.14556) 12883 : cluster [DBG] pgmap v11385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:04:52.050978+0000 mgr.y (mgr.14556) 12884 : audit [DBG] from='client.28056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:04:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:04:52.342338+0000 mgr.y (mgr.14556) 12885 : audit [DBG] from='client.28062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:04:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:04:52.699220+0000 mon.a (mon.0) 2971 : audit [DBG] from='client.? 172.21.15.23:0/2548257779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:04:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:51.868281+0000 mgr.y (mgr.14556) 12883 : cluster [DBG] pgmap v11385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:04:52.050978+0000 mgr.y (mgr.14556) 12884 : audit [DBG] from='client.28056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:04:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:04:52.342338+0000 mgr.y (mgr.14556) 12885 : audit [DBG] from='client.28062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:04:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:04:52.699220+0000 mon.a (mon.0) 2971 : audit [DBG] from='client.? 172.21.15.23:0/2548257779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:04:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:51.868281+0000 mgr.y (mgr.14556) 12883 : cluster [DBG] pgmap v11385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:04:52.050978+0000 mgr.y (mgr.14556) 12884 : audit [DBG] from='client.28056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:04:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:04:52.342338+0000 mgr.y (mgr.14556) 12885 : audit [DBG] from='client.28062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:04:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:04:52.699220+0000 mon.a (mon.0) 2971 : audit [DBG] from='client.? 172.21.15.23:0/2548257779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:04:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:04:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:04:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:53.868691+0000 mgr.y (mgr.14556) 12886 : cluster [DBG] pgmap v11386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:53.868691+0000 mgr.y (mgr.14556) 12886 : cluster [DBG] pgmap v11386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:53.868691+0000 mgr.y (mgr.14556) 12886 : cluster [DBG] pgmap v11386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:55.869444+0000 mgr.y (mgr.14556) 12887 : cluster [DBG] pgmap v11387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:55.869444+0000 mgr.y (mgr.14556) 12887 : cluster [DBG] pgmap v11387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:55.869444+0000 mgr.y (mgr.14556) 12887 : cluster [DBG] pgmap v11387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:57.869899+0000 mgr.y (mgr.14556) 12888 : cluster [DBG] pgmap v11388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:57.869899+0000 mgr.y (mgr.14556) 12888 : cluster [DBG] pgmap v11388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:04:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:04:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:57.869899+0000 mgr.y (mgr.14556) 12888 : cluster [DBG] pgmap v11388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:04:59.870236+0000 mgr.y (mgr.14556) 12889 : cluster [DBG] pgmap v11389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:04:59.870236+0000 mgr.y (mgr.14556) 12889 : cluster [DBG] pgmap v11389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:04:59.870236+0000 mgr.y (mgr.14556) 12889 : cluster [DBG] pgmap v11389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:05:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:01.870941+0000 mgr.y (mgr.14556) 12890 : cluster [DBG] pgmap v11390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:01.870941+0000 mgr.y (mgr.14556) 12890 : cluster [DBG] pgmap v11390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:01.870941+0000 mgr.y (mgr.14556) 12890 : cluster [DBG] pgmap v11390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:05:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:05:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:03.871406+0000 mgr.y (mgr.14556) 12891 : cluster [DBG] pgmap v11391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:03.871406+0000 mgr.y (mgr.14556) 12891 : cluster [DBG] pgmap v11391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:03.871406+0000 mgr.y (mgr.14556) 12891 : cluster [DBG] pgmap v11391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:05.872104+0000 mgr.y (mgr.14556) 12892 : cluster [DBG] pgmap v11392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:05.872104+0000 mgr.y (mgr.14556) 12892 : cluster [DBG] pgmap v11392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:05.872104+0000 mgr.y (mgr.14556) 12892 : cluster [DBG] pgmap v11392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:07.872492+0000 mgr.y (mgr.14556) 12893 : cluster [DBG] pgmap v11393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:07.872492+0000 mgr.y (mgr.14556) 12893 : cluster [DBG] pgmap v11393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:07.872492+0000 mgr.y (mgr.14556) 12893 : cluster [DBG] pgmap v11393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:09.872959+0000 mgr.y (mgr.14556) 12894 : cluster [DBG] pgmap v11394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:09.872959+0000 mgr.y (mgr.14556) 12894 : cluster [DBG] pgmap v11394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:09.872959+0000 mgr.y (mgr.14556) 12894 : cluster [DBG] pgmap v11394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:05:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:11.873632+0000 mgr.y (mgr.14556) 12895 : cluster [DBG] pgmap v11395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:11.873632+0000 mgr.y (mgr.14556) 12895 : cluster [DBG] pgmap v11395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:11.873632+0000 mgr.y (mgr.14556) 12895 : cluster [DBG] pgmap v11395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:05:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:05:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:13.874163+0000 mgr.y (mgr.14556) 12896 : cluster [DBG] pgmap v11396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:13.874163+0000 mgr.y (mgr.14556) 12896 : cluster [DBG] pgmap v11396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:13.874163+0000 mgr.y (mgr.14556) 12896 : cluster [DBG] pgmap v11396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:15.874814+0000 mgr.y (mgr.14556) 12897 : cluster [DBG] pgmap v11397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:15.874814+0000 mgr.y (mgr.14556) 12897 : cluster [DBG] pgmap v11397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:15.874814+0000 mgr.y (mgr.14556) 12897 : cluster [DBG] pgmap v11397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:17.875205+0000 mgr.y (mgr.14556) 12898 : cluster [DBG] pgmap v11398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:17.875205+0000 mgr.y (mgr.14556) 12898 : cluster [DBG] pgmap v11398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:17.875205+0000 mgr.y (mgr.14556) 12898 : cluster [DBG] pgmap v11398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:19.875669+0000 mgr.y (mgr.14556) 12899 : cluster [DBG] pgmap v11399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:19.875669+0000 mgr.y (mgr.14556) 12899 : cluster [DBG] pgmap v11399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:19.875669+0000 mgr.y (mgr.14556) 12899 : cluster [DBG] pgmap v11399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:05:23.024 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 111s ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 111s ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 111s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 111s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 111s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 111s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 111s ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 111s ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 111s ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 111s ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 111s ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 111s ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:05:23.311 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 111s ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:05:23.312 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 111s ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:05:23.312 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 111s ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:05:23.312 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 111s ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:05:23.312 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 111s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:05:23.312 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 111s ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:05:23.312 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 111s ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:05:23.312 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 111s ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:05:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:21.876689+0000 mgr.y (mgr.14556) 12900 : cluster [DBG] pgmap v11400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:21.876689+0000 mgr.y (mgr.14556) 12900 : cluster [DBG] pgmap v11400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:21.876689+0000 mgr.y (mgr.14556) 12900 : cluster [DBG] pgmap v11400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:23.660 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:05:23.661 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:05:23.662 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:05:24.061 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:05:23] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:05:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:05:23.012670+0000 mgr.y (mgr.14556) 12901 : audit [DBG] from='client.28074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:05:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:05:23.303740+0000 mgr.y (mgr.14556) 12902 : audit [DBG] from='client.37991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:05:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:05:23.661596+0000 mon.c (mon.2) 324 : audit [DBG] from='client.? 172.21.15.23:0/1235821349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:05:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:05:23.012670+0000 mgr.y (mgr.14556) 12901 : audit [DBG] from='client.28074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:05:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:05:23.303740+0000 mgr.y (mgr.14556) 12902 : audit [DBG] from='client.37991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:05:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:05:23.661596+0000 mon.c (mon.2) 324 : audit [DBG] from='client.? 172.21.15.23:0/1235821349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:05:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:05:23.012670+0000 mgr.y (mgr.14556) 12901 : audit [DBG] from='client.28074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:05:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:05:23.303740+0000 mgr.y (mgr.14556) 12902 : audit [DBG] from='client.37991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:05:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:05:23.661596+0000 mon.c (mon.2) 324 : audit [DBG] from='client.? 172.21.15.23:0/1235821349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:05:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:23.877192+0000 mgr.y (mgr.14556) 12903 : cluster [DBG] pgmap v11401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:23.877192+0000 mgr.y (mgr.14556) 12903 : cluster [DBG] pgmap v11401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:23.877192+0000 mgr.y (mgr.14556) 12903 : cluster [DBG] pgmap v11401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:25.878023+0000 mgr.y (mgr.14556) 12904 : cluster [DBG] pgmap v11402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:25.878023+0000 mgr.y (mgr.14556) 12904 : cluster [DBG] pgmap v11402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:25.878023+0000 mgr.y (mgr.14556) 12904 : cluster [DBG] pgmap v11402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:27.878590+0000 mgr.y (mgr.14556) 12905 : cluster [DBG] pgmap v11403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:27.878590+0000 mgr.y (mgr.14556) 12905 : cluster [DBG] pgmap v11403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:27.878590+0000 mgr.y (mgr.14556) 12905 : cluster [DBG] pgmap v11403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:29.878934+0000 mgr.y (mgr.14556) 12906 : cluster [DBG] pgmap v11404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:29.878934+0000 mgr.y (mgr.14556) 12906 : cluster [DBG] pgmap v11404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:29.878934+0000 mgr.y (mgr.14556) 12906 : cluster [DBG] pgmap v11404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:05:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:31.879796+0000 mgr.y (mgr.14556) 12907 : cluster [DBG] pgmap v11405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:05:32.558302+0000 mon.a (mon.0) 2972 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:05:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:05:32.854269+0000 mon.a (mon.0) 2973 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:05:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:05:32.854895+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:05:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:05:32.863779+0000 mon.a (mon.0) 2975 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:05:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:31.879796+0000 mgr.y (mgr.14556) 12907 : cluster [DBG] pgmap v11405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:05:32.558302+0000 mon.a (mon.0) 2972 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:05:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:05:32.854269+0000 mon.a (mon.0) 2973 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:05:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:05:32.854895+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:05:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:05:32.863779+0000 mon.a (mon.0) 2975 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:05:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:31.879796+0000 mgr.y (mgr.14556) 12907 : cluster [DBG] pgmap v11405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:05:32.558302+0000 mon.a (mon.0) 2972 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:05:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:05:32.854269+0000 mon.a (mon.0) 2973 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:05:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:05:32.854895+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:05:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:05:32.863779+0000 mon.a (mon.0) 2975 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:05:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:05:33] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:05:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:33.880211+0000 mgr.y (mgr.14556) 12908 : cluster [DBG] pgmap v11406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:33.880211+0000 mgr.y (mgr.14556) 12908 : cluster [DBG] pgmap v11406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:33.880211+0000 mgr.y (mgr.14556) 12908 : cluster [DBG] pgmap v11406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:35.881065+0000 mgr.y (mgr.14556) 12909 : cluster [DBG] pgmap v11407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:35.881065+0000 mgr.y (mgr.14556) 12909 : cluster [DBG] pgmap v11407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:35.881065+0000 mgr.y (mgr.14556) 12909 : cluster [DBG] pgmap v11407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:37.881479+0000 mgr.y (mgr.14556) 12910 : cluster [DBG] pgmap v11408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:37.881479+0000 mgr.y (mgr.14556) 12910 : cluster [DBG] pgmap v11408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:37.881479+0000 mgr.y (mgr.14556) 12910 : cluster [DBG] pgmap v11408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:41.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:39.881962+0000 mgr.y (mgr.14556) 12911 : cluster [DBG] pgmap v11409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:39.881962+0000 mgr.y (mgr.14556) 12911 : cluster [DBG] pgmap v11409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:39.881962+0000 mgr.y (mgr.14556) 12911 : cluster [DBG] pgmap v11409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:05:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:41.882719+0000 mgr.y (mgr.14556) 12912 : cluster [DBG] pgmap v11410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:41.882719+0000 mgr.y (mgr.14556) 12912 : cluster [DBG] pgmap v11410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:41.882719+0000 mgr.y (mgr.14556) 12912 : cluster [DBG] pgmap v11410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:05:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:05:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:43.883311+0000 mgr.y (mgr.14556) 12913 : cluster [DBG] pgmap v11411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:43.883311+0000 mgr.y (mgr.14556) 12913 : cluster [DBG] pgmap v11411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:43.883311+0000 mgr.y (mgr.14556) 12913 : cluster [DBG] pgmap v11411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:45.884046+0000 mgr.y (mgr.14556) 12914 : cluster [DBG] pgmap v11412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:45.884046+0000 mgr.y (mgr.14556) 12914 : cluster [DBG] pgmap v11412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:45.884046+0000 mgr.y (mgr.14556) 12914 : cluster [DBG] pgmap v11412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:47.884618+0000 mgr.y (mgr.14556) 12915 : cluster [DBG] pgmap v11413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:47.884618+0000 mgr.y (mgr.14556) 12915 : cluster [DBG] pgmap v11413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:47.884618+0000 mgr.y (mgr.14556) 12915 : cluster [DBG] pgmap v11413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:49.884979+0000 mgr.y (mgr.14556) 12916 : cluster [DBG] pgmap v11414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:49.884979+0000 mgr.y (mgr.14556) 12916 : cluster [DBG] pgmap v11414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:49.884979+0000 mgr.y (mgr.14556) 12916 : cluster [DBG] pgmap v11414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:05:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:51.885664+0000 mgr.y (mgr.14556) 12917 : cluster [DBG] pgmap v11415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:51.885664+0000 mgr.y (mgr.14556) 12917 : cluster [DBG] pgmap v11415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:51.885664+0000 mgr.y (mgr.14556) 12917 : cluster [DBG] pgmap v11415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:53.988 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:05:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:05:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:05:54.276 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 2m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 2m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 2m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 2m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 2m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 2m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 2m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 2m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 2m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 2m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 2m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 2m ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 2m ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 2m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:05:54.277 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 2m ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:05:54.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 2m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:05:54.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 2m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:05:54.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 2m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:05:54.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 2m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:05:54.278 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 2m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:05:54.627 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:05:54.628 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:05:54.628 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:05:54.628 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:05:54.628 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:05:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:53.885964+0000 mgr.y (mgr.14556) 12918 : cluster [DBG] pgmap v11416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:05:53.977624+0000 mgr.y (mgr.14556) 12919 : audit [DBG] from='client.28092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:05:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:05:54.269717+0000 mgr.y (mgr.14556) 12920 : audit [DBG] from='client.28098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:05:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:05:54.627854+0000 mon.a (mon.0) 2976 : audit [DBG] from='client.? 172.21.15.23:0/36538409' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:05:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:53.885964+0000 mgr.y (mgr.14556) 12918 : cluster [DBG] pgmap v11416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:05:53.977624+0000 mgr.y (mgr.14556) 12919 : audit [DBG] from='client.28092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:05:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:05:54.269717+0000 mgr.y (mgr.14556) 12920 : audit [DBG] from='client.28098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:05:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:05:54.627854+0000 mon.a (mon.0) 2976 : audit [DBG] from='client.? 172.21.15.23:0/36538409' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:05:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:53.885964+0000 mgr.y (mgr.14556) 12918 : cluster [DBG] pgmap v11416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:05:53.977624+0000 mgr.y (mgr.14556) 12919 : audit [DBG] from='client.28092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:05:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:05:54.269717+0000 mgr.y (mgr.14556) 12920 : audit [DBG] from='client.28098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:05:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:05:54.627854+0000 mon.a (mon.0) 2976 : audit [DBG] from='client.? 172.21.15.23:0/36538409' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:05:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:55.886593+0000 mgr.y (mgr.14556) 12921 : cluster [DBG] pgmap v11417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:55.886593+0000 mgr.y (mgr.14556) 12921 : cluster [DBG] pgmap v11417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:55.886593+0000 mgr.y (mgr.14556) 12921 : cluster [DBG] pgmap v11417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:05:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:57.887088+0000 mgr.y (mgr.14556) 12922 : cluster [DBG] pgmap v11418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:05:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:57.887088+0000 mgr.y (mgr.14556) 12922 : cluster [DBG] pgmap v11418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:05:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:05:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:57.887088+0000 mgr.y (mgr.14556) 12922 : cluster [DBG] pgmap v11418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:05:59.887665+0000 mgr.y (mgr.14556) 12923 : cluster [DBG] pgmap v11419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:05:59.887665+0000 mgr.y (mgr.14556) 12923 : cluster [DBG] pgmap v11419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:05:59.887665+0000 mgr.y (mgr.14556) 12923 : cluster [DBG] pgmap v11419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:06:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:01.888550+0000 mgr.y (mgr.14556) 12924 : cluster [DBG] pgmap v11420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:01.888550+0000 mgr.y (mgr.14556) 12924 : cluster [DBG] pgmap v11420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:01.888550+0000 mgr.y (mgr.14556) 12924 : cluster [DBG] pgmap v11420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:06:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:06:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:03.888950+0000 mgr.y (mgr.14556) 12925 : cluster [DBG] pgmap v11421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:03.888950+0000 mgr.y (mgr.14556) 12925 : cluster [DBG] pgmap v11421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:03.888950+0000 mgr.y (mgr.14556) 12925 : cluster [DBG] pgmap v11421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:05.889582+0000 mgr.y (mgr.14556) 12926 : cluster [DBG] pgmap v11422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:05.889582+0000 mgr.y (mgr.14556) 12926 : cluster [DBG] pgmap v11422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:05.889582+0000 mgr.y (mgr.14556) 12926 : cluster [DBG] pgmap v11422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:07.890087+0000 mgr.y (mgr.14556) 12927 : cluster [DBG] pgmap v11423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:07.890087+0000 mgr.y (mgr.14556) 12927 : cluster [DBG] pgmap v11423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:07.890087+0000 mgr.y (mgr.14556) 12927 : cluster [DBG] pgmap v11423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:09.890495+0000 mgr.y (mgr.14556) 12928 : cluster [DBG] pgmap v11424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:09.890495+0000 mgr.y (mgr.14556) 12928 : cluster [DBG] pgmap v11424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:11.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:09.890495+0000 mgr.y (mgr.14556) 12928 : cluster [DBG] pgmap v11424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:06:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:11.891165+0000 mgr.y (mgr.14556) 12929 : cluster [DBG] pgmap v11425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:11.891165+0000 mgr.y (mgr.14556) 12929 : cluster [DBG] pgmap v11425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:11.891165+0000 mgr.y (mgr.14556) 12929 : cluster [DBG] pgmap v11425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:06:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:06:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:13.891572+0000 mgr.y (mgr.14556) 12930 : cluster [DBG] pgmap v11426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:13.891572+0000 mgr.y (mgr.14556) 12930 : cluster [DBG] pgmap v11426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:13.891572+0000 mgr.y (mgr.14556) 12930 : cluster [DBG] pgmap v11426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:15.892309+0000 mgr.y (mgr.14556) 12931 : cluster [DBG] pgmap v11427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:15.892309+0000 mgr.y (mgr.14556) 12931 : cluster [DBG] pgmap v11427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:15.892309+0000 mgr.y (mgr.14556) 12931 : cluster [DBG] pgmap v11427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:17.892860+0000 mgr.y (mgr.14556) 12932 : cluster [DBG] pgmap v11428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:17.892860+0000 mgr.y (mgr.14556) 12932 : cluster [DBG] pgmap v11428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:17.892860+0000 mgr.y (mgr.14556) 12932 : cluster [DBG] pgmap v11428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:19.893214+0000 mgr.y (mgr.14556) 12933 : cluster [DBG] pgmap v11429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:06:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:19.893214+0000 mgr.y (mgr.14556) 12933 : cluster [DBG] pgmap v11429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:19.893214+0000 mgr.y (mgr.14556) 12933 : cluster [DBG] pgmap v11429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:21.893921+0000 mgr.y (mgr.14556) 12934 : cluster [DBG] pgmap v11430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:21.893921+0000 mgr.y (mgr.14556) 12934 : cluster [DBG] pgmap v11430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:23.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:21.893921+0000 mgr.y (mgr.14556) 12934 : cluster [DBG] pgmap v11430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:06:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:06:24.951 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:06:25.241 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:06:25.241 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 2m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:06:25.241 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 2m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:06:25.241 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 2m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:06:25.241 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 2m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:06:25.241 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 2m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:06:25.241 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 2m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:06:25.241 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 2m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:06:25.241 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 2m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:06:25.242 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 2m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:06:25.242 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 2m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:06:25.242 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 2m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:06:25.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 2m ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:06:25.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 2m ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:06:25.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 2m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:06:25.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 2m ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:06:25.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 2m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:06:25.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 2m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:06:25.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 2m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:06:25.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 2m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:06:25.242 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 2m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:06:25.592 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:06:25.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:06:25.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:06:25.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:06:25.593 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:06:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:23.894369+0000 mgr.y (mgr.14556) 12935 : cluster [DBG] pgmap v11431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:23.894369+0000 mgr.y (mgr.14556) 12935 : cluster [DBG] pgmap v11431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:23.894369+0000 mgr.y (mgr.14556) 12935 : cluster [DBG] pgmap v11431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:06:24.940695+0000 mgr.y (mgr.14556) 12936 : audit [DBG] from='client.38021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:06:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:06:25.234104+0000 mgr.y (mgr.14556) 12937 : audit [DBG] from='client.28116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:06:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:06:25.593521+0000 mon.c (mon.2) 325 : audit [DBG] from='client.? 172.21.15.23:0/4019328056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:06:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:06:24.940695+0000 mgr.y (mgr.14556) 12936 : audit [DBG] from='client.38021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:06:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:06:25.234104+0000 mgr.y (mgr.14556) 12937 : audit [DBG] from='client.28116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:06:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:06:25.593521+0000 mon.c (mon.2) 325 : audit [DBG] from='client.? 172.21.15.23:0/4019328056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:06:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:06:24.940695+0000 mgr.y (mgr.14556) 12936 : audit [DBG] from='client.38021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:06:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:06:25.234104+0000 mgr.y (mgr.14556) 12937 : audit [DBG] from='client.28116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:06:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:06:25.593521+0000 mon.c (mon.2) 325 : audit [DBG] from='client.? 172.21.15.23:0/4019328056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:06:27.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:25.895090+0000 mgr.y (mgr.14556) 12938 : cluster [DBG] pgmap v11432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:25.895090+0000 mgr.y (mgr.14556) 12938 : cluster [DBG] pgmap v11432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:25.895090+0000 mgr.y (mgr.14556) 12938 : cluster [DBG] pgmap v11432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:27.895531+0000 mgr.y (mgr.14556) 12939 : cluster [DBG] pgmap v11433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:27.895531+0000 mgr.y (mgr.14556) 12939 : cluster [DBG] pgmap v11433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:27.895531+0000 mgr.y (mgr.14556) 12939 : cluster [DBG] pgmap v11433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:31.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:29.895902+0000 mgr.y (mgr.14556) 12940 : cluster [DBG] pgmap v11434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:29.895902+0000 mgr.y (mgr.14556) 12940 : cluster [DBG] pgmap v11434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:29.895902+0000 mgr.y (mgr.14556) 12940 : cluster [DBG] pgmap v11434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:06:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:31.896651+0000 mgr.y (mgr.14556) 12941 : cluster [DBG] pgmap v11435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:06:32.868081+0000 mon.a (mon.0) 2977 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:06:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:06:33.121337+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:06:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:06:33.128957+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:06:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:06:33.417095+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:06:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:06:33.417788+0000 mon.a (mon.0) 2981 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:06:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:06:33.424476+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:06:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:31.896651+0000 mgr.y (mgr.14556) 12941 : cluster [DBG] pgmap v11435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:06:32.868081+0000 mon.a (mon.0) 2977 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:06:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:06:33.121337+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:06:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:06:33.128957+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:06:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:06:33.417095+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:06:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:06:33.417788+0000 mon.a (mon.0) 2981 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:06:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:06:33.424476+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:06:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:31.896651+0000 mgr.y (mgr.14556) 12941 : cluster [DBG] pgmap v11435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:06:32.868081+0000 mon.a (mon.0) 2977 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:06:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:06:33.121337+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:06:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:06:33.128957+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:06:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:06:33.417095+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:06:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:06:33.417788+0000 mon.a (mon.0) 2981 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:06:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:06:33.424476+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:06:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:06:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:06:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:33.897052+0000 mgr.y (mgr.14556) 12942 : cluster [DBG] pgmap v11436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:33.897052+0000 mgr.y (mgr.14556) 12942 : cluster [DBG] pgmap v11436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:33.897052+0000 mgr.y (mgr.14556) 12942 : cluster [DBG] pgmap v11436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:37.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:35.897868+0000 mgr.y (mgr.14556) 12943 : cluster [DBG] pgmap v11437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:35.897868+0000 mgr.y (mgr.14556) 12943 : cluster [DBG] pgmap v11437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:35.897868+0000 mgr.y (mgr.14556) 12943 : cluster [DBG] pgmap v11437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:37.898421+0000 mgr.y (mgr.14556) 12944 : cluster [DBG] pgmap v11438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:37.898421+0000 mgr.y (mgr.14556) 12944 : cluster [DBG] pgmap v11438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:37.898421+0000 mgr.y (mgr.14556) 12944 : cluster [DBG] pgmap v11438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:39.898859+0000 mgr.y (mgr.14556) 12945 : cluster [DBG] pgmap v11439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:39.898859+0000 mgr.y (mgr.14556) 12945 : cluster [DBG] pgmap v11439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:39.898859+0000 mgr.y (mgr.14556) 12945 : cluster [DBG] pgmap v11439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:06:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:41.899630+0000 mgr.y (mgr.14556) 12946 : cluster [DBG] pgmap v11440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:41.899630+0000 mgr.y (mgr.14556) 12946 : cluster [DBG] pgmap v11440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:41.899630+0000 mgr.y (mgr.14556) 12946 : cluster [DBG] pgmap v11440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:06:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:06:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:43.900017+0000 mgr.y (mgr.14556) 12947 : cluster [DBG] pgmap v11441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:43.900017+0000 mgr.y (mgr.14556) 12947 : cluster [DBG] pgmap v11441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:43.900017+0000 mgr.y (mgr.14556) 12947 : cluster [DBG] pgmap v11441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:45.900674+0000 mgr.y (mgr.14556) 12948 : cluster [DBG] pgmap v11442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:45.900674+0000 mgr.y (mgr.14556) 12948 : cluster [DBG] pgmap v11442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:45.900674+0000 mgr.y (mgr.14556) 12948 : cluster [DBG] pgmap v11442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:47.901223+0000 mgr.y (mgr.14556) 12949 : cluster [DBG] pgmap v11443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:47.901223+0000 mgr.y (mgr.14556) 12949 : cluster [DBG] pgmap v11443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:47.901223+0000 mgr.y (mgr.14556) 12949 : cluster [DBG] pgmap v11443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:49.901526+0000 mgr.y (mgr.14556) 12950 : cluster [DBG] pgmap v11444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:49.901526+0000 mgr.y (mgr.14556) 12950 : cluster [DBG] pgmap v11444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:49.901526+0000 mgr.y (mgr.14556) 12950 : cluster [DBG] pgmap v11444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:06:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:51.902256+0000 mgr.y (mgr.14556) 12951 : cluster [DBG] pgmap v11445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:51.902256+0000 mgr.y (mgr.14556) 12951 : cluster [DBG] pgmap v11445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:51.902256+0000 mgr.y (mgr.14556) 12951 : cluster [DBG] pgmap v11445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:06:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:06:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:53.902750+0000 mgr.y (mgr.14556) 12952 : cluster [DBG] pgmap v11446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:53.902750+0000 mgr.y (mgr.14556) 12952 : cluster [DBG] pgmap v11446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:53.902750+0000 mgr.y (mgr.14556) 12952 : cluster [DBG] pgmap v11446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:55.917 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:06:56.202 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:06:56.202 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 3m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:06:56.202 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 3m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 3m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 3m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 3m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 3m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 3m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 3m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 3m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 3m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 3m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 3m ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 3m ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 3m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 3m ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 3m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:06:56.203 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 3m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:06:56.204 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 3m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:06:56.204 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 3m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:06:56.204 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 3m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:06:56.558 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:06:56.559 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:06:56.560 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:06:56.560 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:06:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:55.903290+0000 mgr.y (mgr.14556) 12953 : cluster [DBG] pgmap v11447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:06:55.906395+0000 mgr.y (mgr.14556) 12954 : audit [DBG] from='client.38039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:06:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:06:56.195650+0000 mgr.y (mgr.14556) 12955 : audit [DBG] from='client.28134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:06:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:06:56.559800+0000 mon.c (mon.2) 326 : audit [DBG] from='client.? 172.21.15.23:0/1291680974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:06:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:55.903290+0000 mgr.y (mgr.14556) 12953 : cluster [DBG] pgmap v11447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:06:55.906395+0000 mgr.y (mgr.14556) 12954 : audit [DBG] from='client.38039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:06:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:06:56.195650+0000 mgr.y (mgr.14556) 12955 : audit [DBG] from='client.28134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:06:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:06:56.559800+0000 mon.c (mon.2) 326 : audit [DBG] from='client.? 172.21.15.23:0/1291680974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:06:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:55.903290+0000 mgr.y (mgr.14556) 12953 : cluster [DBG] pgmap v11447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:06:55.906395+0000 mgr.y (mgr.14556) 12954 : audit [DBG] from='client.38039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:06:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:06:56.195650+0000 mgr.y (mgr.14556) 12955 : audit [DBG] from='client.28134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:06:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:06:56.559800+0000 mon.c (mon.2) 326 : audit [DBG] from='client.? 172.21.15.23:0/1291680974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:06:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:57.903663+0000 mgr.y (mgr.14556) 12956 : cluster [DBG] pgmap v11448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:57.903663+0000 mgr.y (mgr.14556) 12956 : cluster [DBG] pgmap v11448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:06:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:06:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:57.903663+0000 mgr.y (mgr.14556) 12956 : cluster [DBG] pgmap v11448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:06:59.904120+0000 mgr.y (mgr.14556) 12957 : cluster [DBG] pgmap v11449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:06:59.904120+0000 mgr.y (mgr.14556) 12957 : cluster [DBG] pgmap v11449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:06:59.904120+0000 mgr.y (mgr.14556) 12957 : cluster [DBG] pgmap v11449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:07:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:01.904755+0000 mgr.y (mgr.14556) 12958 : cluster [DBG] pgmap v11450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:01.904755+0000 mgr.y (mgr.14556) 12958 : cluster [DBG] pgmap v11450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:01.904755+0000 mgr.y (mgr.14556) 12958 : cluster [DBG] pgmap v11450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:07:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:07:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:03.905251+0000 mgr.y (mgr.14556) 12959 : cluster [DBG] pgmap v11451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:03.905251+0000 mgr.y (mgr.14556) 12959 : cluster [DBG] pgmap v11451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:03.905251+0000 mgr.y (mgr.14556) 12959 : cluster [DBG] pgmap v11451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:05.905953+0000 mgr.y (mgr.14556) 12960 : cluster [DBG] pgmap v11452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:05.905953+0000 mgr.y (mgr.14556) 12960 : cluster [DBG] pgmap v11452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:05.905953+0000 mgr.y (mgr.14556) 12960 : cluster [DBG] pgmap v11452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:07.906548+0000 mgr.y (mgr.14556) 12961 : cluster [DBG] pgmap v11453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:07.906548+0000 mgr.y (mgr.14556) 12961 : cluster [DBG] pgmap v11453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:07.906548+0000 mgr.y (mgr.14556) 12961 : cluster [DBG] pgmap v11453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:09.907070+0000 mgr.y (mgr.14556) 12962 : cluster [DBG] pgmap v11454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:09.907070+0000 mgr.y (mgr.14556) 12962 : cluster [DBG] pgmap v11454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:09.907070+0000 mgr.y (mgr.14556) 12962 : cluster [DBG] pgmap v11454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:07:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:11.907736+0000 mgr.y (mgr.14556) 12963 : cluster [DBG] pgmap v11455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:11.907736+0000 mgr.y (mgr.14556) 12963 : cluster [DBG] pgmap v11455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:11.907736+0000 mgr.y (mgr.14556) 12963 : cluster [DBG] pgmap v11455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:07:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:07:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:13.908281+0000 mgr.y (mgr.14556) 12964 : cluster [DBG] pgmap v11456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:13.908281+0000 mgr.y (mgr.14556) 12964 : cluster [DBG] pgmap v11456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:13.908281+0000 mgr.y (mgr.14556) 12964 : cluster [DBG] pgmap v11456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:15.908976+0000 mgr.y (mgr.14556) 12965 : cluster [DBG] pgmap v11457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:15.908976+0000 mgr.y (mgr.14556) 12965 : cluster [DBG] pgmap v11457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:15.908976+0000 mgr.y (mgr.14556) 12965 : cluster [DBG] pgmap v11457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:17.909402+0000 mgr.y (mgr.14556) 12966 : cluster [DBG] pgmap v11458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:17.909402+0000 mgr.y (mgr.14556) 12966 : cluster [DBG] pgmap v11458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:17.909402+0000 mgr.y (mgr.14556) 12966 : cluster [DBG] pgmap v11458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:19.909737+0000 mgr.y (mgr.14556) 12967 : cluster [DBG] pgmap v11459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:19.909737+0000 mgr.y (mgr.14556) 12967 : cluster [DBG] pgmap v11459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:19.909737+0000 mgr.y (mgr.14556) 12967 : cluster [DBG] pgmap v11459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:07:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:21.910372+0000 mgr.y (mgr.14556) 12968 : cluster [DBG] pgmap v11460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:21.910372+0000 mgr.y (mgr.14556) 12968 : cluster [DBG] pgmap v11460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:21.910372+0000 mgr.y (mgr.14556) 12968 : cluster [DBG] pgmap v11460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:07:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:07:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:23.910894+0000 mgr.y (mgr.14556) 12969 : cluster [DBG] pgmap v11461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:23.910894+0000 mgr.y (mgr.14556) 12969 : cluster [DBG] pgmap v11461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:23.910894+0000 mgr.y (mgr.14556) 12969 : cluster [DBG] pgmap v11461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:26.883 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:07:27.174 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:07:27.174 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 3m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:07:27.174 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 3m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:07:27.174 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 3m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:07:27.174 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 3m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 3m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 3m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 3m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 3m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 3m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 3m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 3m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 3m ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 3m ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 3m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 3m ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 3m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:07:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 3m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:07:27.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 3m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:07:27.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 3m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:07:27.176 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 3m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:07:27.525 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:07:27.525 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:07:27.526 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:07:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:25.911684+0000 mgr.y (mgr.14556) 12970 : cluster [DBG] pgmap v11462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:25.911684+0000 mgr.y (mgr.14556) 12970 : cluster [DBG] pgmap v11462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:25.911684+0000 mgr.y (mgr.14556) 12970 : cluster [DBG] pgmap v11462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:07:26.872906+0000 mgr.y (mgr.14556) 12971 : audit [DBG] from='client.28146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:07:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:07:27.167058+0000 mgr.y (mgr.14556) 12972 : audit [DBG] from='client.28152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:07:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:07:27.526933+0000 mon.a (mon.0) 2983 : audit [DBG] from='client.? 172.21.15.23:0/1860350921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:07:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:07:26.872906+0000 mgr.y (mgr.14556) 12971 : audit [DBG] from='client.28146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:07:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:07:27.167058+0000 mgr.y (mgr.14556) 12972 : audit [DBG] from='client.28152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:07:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:07:27.526933+0000 mon.a (mon.0) 2983 : audit [DBG] from='client.? 172.21.15.23:0/1860350921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:07:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:07:26.872906+0000 mgr.y (mgr.14556) 12971 : audit [DBG] from='client.28146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:07:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:07:27.167058+0000 mgr.y (mgr.14556) 12972 : audit [DBG] from='client.28152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:07:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:07:27.526933+0000 mon.a (mon.0) 2983 : audit [DBG] from='client.? 172.21.15.23:0/1860350921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:07:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:27.912162+0000 mgr.y (mgr.14556) 12973 : cluster [DBG] pgmap v11463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:27.912162+0000 mgr.y (mgr.14556) 12973 : cluster [DBG] pgmap v11463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:27.912162+0000 mgr.y (mgr.14556) 12973 : cluster [DBG] pgmap v11463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:29.912635+0000 mgr.y (mgr.14556) 12974 : cluster [DBG] pgmap v11464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:29.912635+0000 mgr.y (mgr.14556) 12974 : cluster [DBG] pgmap v11464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:29.912635+0000 mgr.y (mgr.14556) 12974 : cluster [DBG] pgmap v11464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:31.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:07:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:31.913286+0000 mgr.y (mgr.14556) 12975 : cluster [DBG] pgmap v11465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:31.913286+0000 mgr.y (mgr.14556) 12975 : cluster [DBG] pgmap v11465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:31.913286+0000 mgr.y (mgr.14556) 12975 : cluster [DBG] pgmap v11465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:07:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:07:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:07:33.429927+0000 mon.a (mon.0) 2984 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:07:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:07:33.735291+0000 mon.a (mon.0) 2985 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:07:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:07:33.735943+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:07:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:07:33.744830+0000 mon.a (mon.0) 2987 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:07:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:07:33.429927+0000 mon.a (mon.0) 2984 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:07:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:07:33.735291+0000 mon.a (mon.0) 2985 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:07:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:07:33.735943+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:07:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:07:33.744830+0000 mon.a (mon.0) 2987 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:07:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:07:33.429927+0000 mon.a (mon.0) 2984 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:07:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:07:33.735291+0000 mon.a (mon.0) 2985 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:07:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:07:33.735943+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:07:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:07:33.744830+0000 mon.a (mon.0) 2987 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:07:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:33.913788+0000 mgr.y (mgr.14556) 12976 : cluster [DBG] pgmap v11466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:35.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:33.913788+0000 mgr.y (mgr.14556) 12976 : cluster [DBG] pgmap v11466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:33.913788+0000 mgr.y (mgr.14556) 12976 : cluster [DBG] pgmap v11466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:35.914640+0000 mgr.y (mgr.14556) 12977 : cluster [DBG] pgmap v11467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:35.914640+0000 mgr.y (mgr.14556) 12977 : cluster [DBG] pgmap v11467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:35.914640+0000 mgr.y (mgr.14556) 12977 : cluster [DBG] pgmap v11467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:37.915175+0000 mgr.y (mgr.14556) 12978 : cluster [DBG] pgmap v11468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:37.915175+0000 mgr.y (mgr.14556) 12978 : cluster [DBG] pgmap v11468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:37.915175+0000 mgr.y (mgr.14556) 12978 : cluster [DBG] pgmap v11468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:39.915551+0000 mgr.y (mgr.14556) 12979 : cluster [DBG] pgmap v11469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:39.915551+0000 mgr.y (mgr.14556) 12979 : cluster [DBG] pgmap v11469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:39.915551+0000 mgr.y (mgr.14556) 12979 : cluster [DBG] pgmap v11469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:41.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:07:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:41.916401+0000 mgr.y (mgr.14556) 12980 : cluster [DBG] pgmap v11470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:41.916401+0000 mgr.y (mgr.14556) 12980 : cluster [DBG] pgmap v11470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:41.916401+0000 mgr.y (mgr.14556) 12980 : cluster [DBG] pgmap v11470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:07:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:07:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:43.916798+0000 mgr.y (mgr.14556) 12981 : cluster [DBG] pgmap v11471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:43.916798+0000 mgr.y (mgr.14556) 12981 : cluster [DBG] pgmap v11471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:43.916798+0000 mgr.y (mgr.14556) 12981 : cluster [DBG] pgmap v11471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:45.917711+0000 mgr.y (mgr.14556) 12982 : cluster [DBG] pgmap v11472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:47.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:45.917711+0000 mgr.y (mgr.14556) 12982 : cluster [DBG] pgmap v11472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:45.917711+0000 mgr.y (mgr.14556) 12982 : cluster [DBG] pgmap v11472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:47.918197+0000 mgr.y (mgr.14556) 12983 : cluster [DBG] pgmap v11473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:47.918197+0000 mgr.y (mgr.14556) 12983 : cluster [DBG] pgmap v11473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:47.918197+0000 mgr.y (mgr.14556) 12983 : cluster [DBG] pgmap v11473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:49.918535+0000 mgr.y (mgr.14556) 12984 : cluster [DBG] pgmap v11474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:49.918535+0000 mgr.y (mgr.14556) 12984 : cluster [DBG] pgmap v11474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:49.918535+0000 mgr.y (mgr.14556) 12984 : cluster [DBG] pgmap v11474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:07:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:51.919361+0000 mgr.y (mgr.14556) 12985 : cluster [DBG] pgmap v11475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:53.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:51.919361+0000 mgr.y (mgr.14556) 12985 : cluster [DBG] pgmap v11475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:51.919361+0000 mgr.y (mgr.14556) 12985 : cluster [DBG] pgmap v11475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:07:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:07:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:53.919832+0000 mgr.y (mgr.14556) 12986 : cluster [DBG] pgmap v11476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:53.919832+0000 mgr.y (mgr.14556) 12986 : cluster [DBG] pgmap v11476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:53.919832+0000 mgr.y (mgr.14556) 12986 : cluster [DBG] pgmap v11476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:55.920505+0000 mgr.y (mgr.14556) 12987 : cluster [DBG] pgmap v11477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:55.920505+0000 mgr.y (mgr.14556) 12987 : cluster [DBG] pgmap v11477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:55.920505+0000 mgr.y (mgr.14556) 12987 : cluster [DBG] pgmap v11477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:57.851 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:07:58.141 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:07:58.141 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 4m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:07:58.141 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 4m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:07:58.141 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 4m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 4m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 4m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 4m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 4m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 4m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 4m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 4m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 4m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 4m ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 4m ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 4m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 4m ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 4m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:07:58.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 4m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:07:58.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 4m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:07:58.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 4m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:07:58.143 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 4m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:07:58.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:07:58.489 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:07:58.489 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:07:58.489 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:07:58.489 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:07:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:07:57.840724+0000 mgr.y (mgr.14556) 12988 : audit [DBG] from='client.38075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:07:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:57.920845+0000 mgr.y (mgr.14556) 12989 : cluster [DBG] pgmap v11478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:07:58.134260+0000 mgr.y (mgr.14556) 12990 : audit [DBG] from='client.28170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:07:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:07:58.489230+0000 mon.a (mon.0) 2988 : audit [DBG] from='client.? 172.21.15.23:0/669655127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:07:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:07:57.840724+0000 mgr.y (mgr.14556) 12988 : audit [DBG] from='client.38075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:07:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:57.920845+0000 mgr.y (mgr.14556) 12989 : cluster [DBG] pgmap v11478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:07:58.134260+0000 mgr.y (mgr.14556) 12990 : audit [DBG] from='client.28170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:07:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:07:58.489230+0000 mon.a (mon.0) 2988 : audit [DBG] from='client.? 172.21.15.23:0/669655127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:07:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:07:57.840724+0000 mgr.y (mgr.14556) 12988 : audit [DBG] from='client.38075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:07:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:57.920845+0000 mgr.y (mgr.14556) 12989 : cluster [DBG] pgmap v11478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:07:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:07:58.134260+0000 mgr.y (mgr.14556) 12990 : audit [DBG] from='client.28170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:07:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:07:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:07:58.489230+0000 mon.a (mon.0) 2988 : audit [DBG] from='client.? 172.21.15.23:0/669655127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:08:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:07:59.921269+0000 mgr.y (mgr.14556) 12991 : cluster [DBG] pgmap v11479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:07:59.921269+0000 mgr.y (mgr.14556) 12991 : cluster [DBG] pgmap v11479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:07:59.921269+0000 mgr.y (mgr.14556) 12991 : cluster [DBG] pgmap v11479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:08:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:01.921938+0000 mgr.y (mgr.14556) 12992 : cluster [DBG] pgmap v11480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:01.921938+0000 mgr.y (mgr.14556) 12992 : cluster [DBG] pgmap v11480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:01.921938+0000 mgr.y (mgr.14556) 12992 : cluster [DBG] pgmap v11480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:08:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:08:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:03.922371+0000 mgr.y (mgr.14556) 12993 : cluster [DBG] pgmap v11481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:03.922371+0000 mgr.y (mgr.14556) 12993 : cluster [DBG] pgmap v11481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:03.922371+0000 mgr.y (mgr.14556) 12993 : cluster [DBG] pgmap v11481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:05.922974+0000 mgr.y (mgr.14556) 12994 : cluster [DBG] pgmap v11482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:05.922974+0000 mgr.y (mgr.14556) 12994 : cluster [DBG] pgmap v11482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:05.922974+0000 mgr.y (mgr.14556) 12994 : cluster [DBG] pgmap v11482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:07.923546+0000 mgr.y (mgr.14556) 12995 : cluster [DBG] pgmap v11483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:07.923546+0000 mgr.y (mgr.14556) 12995 : cluster [DBG] pgmap v11483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:07.923546+0000 mgr.y (mgr.14556) 12995 : cluster [DBG] pgmap v11483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:09.923974+0000 mgr.y (mgr.14556) 12996 : cluster [DBG] pgmap v11484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:09.923974+0000 mgr.y (mgr.14556) 12996 : cluster [DBG] pgmap v11484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:09.923974+0000 mgr.y (mgr.14556) 12996 : cluster [DBG] pgmap v11484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:08:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:11.924670+0000 mgr.y (mgr.14556) 12997 : cluster [DBG] pgmap v11485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:11.924670+0000 mgr.y (mgr.14556) 12997 : cluster [DBG] pgmap v11485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:11.924670+0000 mgr.y (mgr.14556) 12997 : cluster [DBG] pgmap v11485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:08:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:08:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:13.925115+0000 mgr.y (mgr.14556) 12998 : cluster [DBG] pgmap v11486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:13.925115+0000 mgr.y (mgr.14556) 12998 : cluster [DBG] pgmap v11486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:13.925115+0000 mgr.y (mgr.14556) 12998 : cluster [DBG] pgmap v11486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:15.925921+0000 mgr.y (mgr.14556) 12999 : cluster [DBG] pgmap v11487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:15.925921+0000 mgr.y (mgr.14556) 12999 : cluster [DBG] pgmap v11487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:15.925921+0000 mgr.y (mgr.14556) 12999 : cluster [DBG] pgmap v11487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:17.926400+0000 mgr.y (mgr.14556) 13000 : cluster [DBG] pgmap v11488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:17.926400+0000 mgr.y (mgr.14556) 13000 : cluster [DBG] pgmap v11488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:17.926400+0000 mgr.y (mgr.14556) 13000 : cluster [DBG] pgmap v11488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:19.926837+0000 mgr.y (mgr.14556) 13001 : cluster [DBG] pgmap v11489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:19.926837+0000 mgr.y (mgr.14556) 13001 : cluster [DBG] pgmap v11489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:19.926837+0000 mgr.y (mgr.14556) 13001 : cluster [DBG] pgmap v11489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:08:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:21.927487+0000 mgr.y (mgr.14556) 13002 : cluster [DBG] pgmap v11490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:21.927487+0000 mgr.y (mgr.14556) 13002 : cluster [DBG] pgmap v11490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:21.927487+0000 mgr.y (mgr.14556) 13002 : cluster [DBG] pgmap v11490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:08:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:08:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:23.928029+0000 mgr.y (mgr.14556) 13003 : cluster [DBG] pgmap v11491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:23.928029+0000 mgr.y (mgr.14556) 13003 : cluster [DBG] pgmap v11491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:23.928029+0000 mgr.y (mgr.14556) 13003 : cluster [DBG] pgmap v11491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:25.928797+0000 mgr.y (mgr.14556) 13004 : cluster [DBG] pgmap v11492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:25.928797+0000 mgr.y (mgr.14556) 13004 : cluster [DBG] pgmap v11492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:25.928797+0000 mgr.y (mgr.14556) 13004 : cluster [DBG] pgmap v11492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:28.810 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:08:29.099 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:08:29.099 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 4m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:08:29.099 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 4m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:08:29.099 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 4m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:08:29.099 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 4m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:08:29.099 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 4m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:08:29.099 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 4m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:08:29.099 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 4m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 4m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 4m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 4m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 4m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 4m ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 4m ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 4m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 4m ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 4m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 4m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 4m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 4m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:08:29.100 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 4m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:08:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:27.929181+0000 mgr.y (mgr.14556) 13005 : cluster [DBG] pgmap v11493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:27.929181+0000 mgr.y (mgr.14556) 13005 : cluster [DBG] pgmap v11493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:27.929181+0000 mgr.y (mgr.14556) 13005 : cluster [DBG] pgmap v11493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:29.449 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:08:29.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:08:29.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:08:29.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:08:29.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:08:29.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:08:29.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:08:29.449 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:08:29.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:08:29.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:08:29.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:08:29.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:08:29.450 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:08:29.450 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:08:29.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:08:29.450 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:08:29.450 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:08:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:08:28.798957+0000 mgr.y (mgr.14556) 13006 : audit [DBG] from='client.28182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:08:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:08:29.092427+0000 mgr.y (mgr.14556) 13007 : audit [DBG] from='client.28188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:08:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:08:29.450095+0000 mon.a (mon.0) 2989 : audit [DBG] from='client.? 172.21.15.23:0/2446855112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:08:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:08:28.798957+0000 mgr.y (mgr.14556) 13006 : audit [DBG] from='client.28182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:08:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:08:29.092427+0000 mgr.y (mgr.14556) 13007 : audit [DBG] from='client.28188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:08:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:08:29.450095+0000 mon.a (mon.0) 2989 : audit [DBG] from='client.? 172.21.15.23:0/2446855112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:08:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:08:28.798957+0000 mgr.y (mgr.14556) 13006 : audit [DBG] from='client.28182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:08:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:08:29.092427+0000 mgr.y (mgr.14556) 13007 : audit [DBG] from='client.28188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:08:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:08:29.450095+0000 mon.a (mon.0) 2989 : audit [DBG] from='client.? 172.21.15.23:0/2446855112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:08:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:29.929613+0000 mgr.y (mgr.14556) 13008 : cluster [DBG] pgmap v11494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:29.929613+0000 mgr.y (mgr.14556) 13008 : cluster [DBG] pgmap v11494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:29.929613+0000 mgr.y (mgr.14556) 13008 : cluster [DBG] pgmap v11494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:08:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:31.930380+0000 mgr.y (mgr.14556) 13009 : cluster [DBG] pgmap v11495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:31.930380+0000 mgr.y (mgr.14556) 13009 : cluster [DBG] pgmap v11495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:31.930380+0000 mgr.y (mgr.14556) 13009 : cluster [DBG] pgmap v11495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:08:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:08:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:08:33.749227+0000 mon.a (mon.0) 2990 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:08:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:08:33.749227+0000 mon.a (mon.0) 2990 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:08:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:08:33.749227+0000 mon.a (mon.0) 2990 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:08:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:33.930779+0000 mgr.y (mgr.14556) 13010 : cluster [DBG] pgmap v11496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:08:34.059120+0000 mon.a (mon.0) 2991 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:08:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:08:34.059796+0000 mon.a (mon.0) 2992 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:08:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:08:34.065728+0000 mon.a (mon.0) 2993 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:08:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:33.930779+0000 mgr.y (mgr.14556) 13010 : cluster [DBG] pgmap v11496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:08:34.059120+0000 mon.a (mon.0) 2991 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:08:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:08:34.059796+0000 mon.a (mon.0) 2992 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:08:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:08:34.065728+0000 mon.a (mon.0) 2993 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:08:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:33.930779+0000 mgr.y (mgr.14556) 13010 : cluster [DBG] pgmap v11496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:08:34.059120+0000 mon.a (mon.0) 2991 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:08:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:08:34.059796+0000 mon.a (mon.0) 2992 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:08:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:08:34.065728+0000 mon.a (mon.0) 2993 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:08:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:35.931599+0000 mgr.y (mgr.14556) 13011 : cluster [DBG] pgmap v11497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:35.931599+0000 mgr.y (mgr.14556) 13011 : cluster [DBG] pgmap v11497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:35.931599+0000 mgr.y (mgr.14556) 13011 : cluster [DBG] pgmap v11497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:37.931925+0000 mgr.y (mgr.14556) 13012 : cluster [DBG] pgmap v11498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:37.931925+0000 mgr.y (mgr.14556) 13012 : cluster [DBG] pgmap v11498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:37.931925+0000 mgr.y (mgr.14556) 13012 : cluster [DBG] pgmap v11498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:39.932322+0000 mgr.y (mgr.14556) 13013 : cluster [DBG] pgmap v11499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:39.932322+0000 mgr.y (mgr.14556) 13013 : cluster [DBG] pgmap v11499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:39.932322+0000 mgr.y (mgr.14556) 13013 : cluster [DBG] pgmap v11499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:08:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:41.933137+0000 mgr.y (mgr.14556) 13014 : cluster [DBG] pgmap v11500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:41.933137+0000 mgr.y (mgr.14556) 13014 : cluster [DBG] pgmap v11500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:41.933137+0000 mgr.y (mgr.14556) 13014 : cluster [DBG] pgmap v11500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:08:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:08:45.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:43.933507+0000 mgr.y (mgr.14556) 13015 : cluster [DBG] pgmap v11501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:43.933507+0000 mgr.y (mgr.14556) 13015 : cluster [DBG] pgmap v11501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:43.933507+0000 mgr.y (mgr.14556) 13015 : cluster [DBG] pgmap v11501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:45.934359+0000 mgr.y (mgr.14556) 13016 : cluster [DBG] pgmap v11502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:45.934359+0000 mgr.y (mgr.14556) 13016 : cluster [DBG] pgmap v11502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:45.934359+0000 mgr.y (mgr.14556) 13016 : cluster [DBG] pgmap v11502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:47.934910+0000 mgr.y (mgr.14556) 13017 : cluster [DBG] pgmap v11503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:49.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:47.934910+0000 mgr.y (mgr.14556) 13017 : cluster [DBG] pgmap v11503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:47.934910+0000 mgr.y (mgr.14556) 13017 : cluster [DBG] pgmap v11503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:49.935461+0000 mgr.y (mgr.14556) 13018 : cluster [DBG] pgmap v11504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:49.935461+0000 mgr.y (mgr.14556) 13018 : cluster [DBG] pgmap v11504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:49.935461+0000 mgr.y (mgr.14556) 13018 : cluster [DBG] pgmap v11504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:08:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:51.936067+0000 mgr.y (mgr.14556) 13019 : cluster [DBG] pgmap v11505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:51.936067+0000 mgr.y (mgr.14556) 13019 : cluster [DBG] pgmap v11505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:51.936067+0000 mgr.y (mgr.14556) 13019 : cluster [DBG] pgmap v11505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:08:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:08:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:53.936506+0000 mgr.y (mgr.14556) 13020 : cluster [DBG] pgmap v11506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:53.936506+0000 mgr.y (mgr.14556) 13020 : cluster [DBG] pgmap v11506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:53.936506+0000 mgr.y (mgr.14556) 13020 : cluster [DBG] pgmap v11506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:55.937078+0000 mgr.y (mgr.14556) 13021 : cluster [DBG] pgmap v11507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:55.937078+0000 mgr.y (mgr.14556) 13021 : cluster [DBG] pgmap v11507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:55.937078+0000 mgr.y (mgr.14556) 13021 : cluster [DBG] pgmap v11507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:57.937508+0000 mgr.y (mgr.14556) 13022 : cluster [DBG] pgmap v11508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:57.937508+0000 mgr.y (mgr.14556) 13022 : cluster [DBG] pgmap v11508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:08:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:57.937508+0000 mgr.y (mgr.14556) 13022 : cluster [DBG] pgmap v11508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:08:59.772 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:09:00.061 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:09:00.061 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 5m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:09:00.061 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:09:00.061 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 5m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:09:00.061 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:09:00.061 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:09:00.061 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 5m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:09:00.061 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 5m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:09:00.061 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:09:00.062 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 5m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:09:00.062 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 5m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:09:00.062 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:09:00.062 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 5m ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:09:00.062 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 5m ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:09:00.062 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 5m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:09:00.062 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 5m ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:09:00.062 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:09:00.062 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:09:00.062 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:09:00.062 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:09:00.062 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:09:00.413 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:09:00.413 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:09:00.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:09:00.413 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:09:00.413 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:09:00.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:09:00.413 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:09:00.413 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:09:00.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:09:00.413 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:09:00.414 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:09:00.414 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:09:00.414 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:09:00.414 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:09:00.414 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:09:00.414 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:09:00.414 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:09:01.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:08:59.762213+0000 mgr.y (mgr.14556) 13023 : audit [DBG] from='client.38111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:09:01.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:08:59.937894+0000 mgr.y (mgr.14556) 13024 : cluster [DBG] pgmap v11509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:09:00.054518+0000 mgr.y (mgr.14556) 13025 : audit [DBG] from='client.28206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:09:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:09:00.414155+0000 mon.a (mon.0) 2994 : audit [DBG] from='client.? 172.21.15.23:0/2345539711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:09:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:08:59.762213+0000 mgr.y (mgr.14556) 13023 : audit [DBG] from='client.38111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:09:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:08:59.937894+0000 mgr.y (mgr.14556) 13024 : cluster [DBG] pgmap v11509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:09:00.054518+0000 mgr.y (mgr.14556) 13025 : audit [DBG] from='client.28206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:09:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:09:00.414155+0000 mon.a (mon.0) 2994 : audit [DBG] from='client.? 172.21.15.23:0/2345539711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:09:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:08:59.762213+0000 mgr.y (mgr.14556) 13023 : audit [DBG] from='client.38111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:09:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:08:59.937894+0000 mgr.y (mgr.14556) 13024 : cluster [DBG] pgmap v11509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:09:00.054518+0000 mgr.y (mgr.14556) 13025 : audit [DBG] from='client.28206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:09:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:09:00.414155+0000 mon.a (mon.0) 2994 : audit [DBG] from='client.? 172.21.15.23:0/2345539711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:09:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:09:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:01.938632+0000 mgr.y (mgr.14556) 13026 : cluster [DBG] pgmap v11510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:01.938632+0000 mgr.y (mgr.14556) 13026 : cluster [DBG] pgmap v11510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:01.938632+0000 mgr.y (mgr.14556) 13026 : cluster [DBG] pgmap v11510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:09:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:09:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:03.939137+0000 mgr.y (mgr.14556) 13027 : cluster [DBG] pgmap v11511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:03.939137+0000 mgr.y (mgr.14556) 13027 : cluster [DBG] pgmap v11511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:03.939137+0000 mgr.y (mgr.14556) 13027 : cluster [DBG] pgmap v11511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:05.939774+0000 mgr.y (mgr.14556) 13028 : cluster [DBG] pgmap v11512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:05.939774+0000 mgr.y (mgr.14556) 13028 : cluster [DBG] pgmap v11512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:05.939774+0000 mgr.y (mgr.14556) 13028 : cluster [DBG] pgmap v11512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:07.940157+0000 mgr.y (mgr.14556) 13029 : cluster [DBG] pgmap v11513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:07.940157+0000 mgr.y (mgr.14556) 13029 : cluster [DBG] pgmap v11513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:07.940157+0000 mgr.y (mgr.14556) 13029 : cluster [DBG] pgmap v11513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:09.940645+0000 mgr.y (mgr.14556) 13030 : cluster [DBG] pgmap v11514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:09.940645+0000 mgr.y (mgr.14556) 13030 : cluster [DBG] pgmap v11514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:09.940645+0000 mgr.y (mgr.14556) 13030 : cluster [DBG] pgmap v11514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:09:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:11.941517+0000 mgr.y (mgr.14556) 13031 : cluster [DBG] pgmap v11515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:11.941517+0000 mgr.y (mgr.14556) 13031 : cluster [DBG] pgmap v11515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:11.941517+0000 mgr.y (mgr.14556) 13031 : cluster [DBG] pgmap v11515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:09:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:09:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:13.941876+0000 mgr.y (mgr.14556) 13032 : cluster [DBG] pgmap v11516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:13.941876+0000 mgr.y (mgr.14556) 13032 : cluster [DBG] pgmap v11516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:13.941876+0000 mgr.y (mgr.14556) 13032 : cluster [DBG] pgmap v11516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:15.942603+0000 mgr.y (mgr.14556) 13033 : cluster [DBG] pgmap v11517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:15.942603+0000 mgr.y (mgr.14556) 13033 : cluster [DBG] pgmap v11517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:15.942603+0000 mgr.y (mgr.14556) 13033 : cluster [DBG] pgmap v11517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:17.942980+0000 mgr.y (mgr.14556) 13034 : cluster [DBG] pgmap v11518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:17.942980+0000 mgr.y (mgr.14556) 13034 : cluster [DBG] pgmap v11518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:17.942980+0000 mgr.y (mgr.14556) 13034 : cluster [DBG] pgmap v11518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:21.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:19.943400+0000 mgr.y (mgr.14556) 13035 : cluster [DBG] pgmap v11519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:19.943400+0000 mgr.y (mgr.14556) 13035 : cluster [DBG] pgmap v11519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:19.943400+0000 mgr.y (mgr.14556) 13035 : cluster [DBG] pgmap v11519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:09:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:21.944133+0000 mgr.y (mgr.14556) 13036 : cluster [DBG] pgmap v11520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:21.944133+0000 mgr.y (mgr.14556) 13036 : cluster [DBG] pgmap v11520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:21.944133+0000 mgr.y (mgr.14556) 13036 : cluster [DBG] pgmap v11520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:09:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:09:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:23.944657+0000 mgr.y (mgr.14556) 13037 : cluster [DBG] pgmap v11521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:23.944657+0000 mgr.y (mgr.14556) 13037 : cluster [DBG] pgmap v11521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:23.944657+0000 mgr.y (mgr.14556) 13037 : cluster [DBG] pgmap v11521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:25.945428+0000 mgr.y (mgr.14556) 13038 : cluster [DBG] pgmap v11522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:25.945428+0000 mgr.y (mgr.14556) 13038 : cluster [DBG] pgmap v11522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:25.945428+0000 mgr.y (mgr.14556) 13038 : cluster [DBG] pgmap v11522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:27.945866+0000 mgr.y (mgr.14556) 13039 : cluster [DBG] pgmap v11523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:27.945866+0000 mgr.y (mgr.14556) 13039 : cluster [DBG] pgmap v11523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:27.945866+0000 mgr.y (mgr.14556) 13039 : cluster [DBG] pgmap v11523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:30.739 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:09:31.026 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:09:31.026 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 5m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:09:31.026 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:09:31.026 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 5m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 5m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 5m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 5m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 5m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 5m ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 5m ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 5m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 5m ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:09:31.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:09:31.028 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:09:31.028 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:09:31.378 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:09:31.379 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:09:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:29.946359+0000 mgr.y (mgr.14556) 13040 : cluster [DBG] pgmap v11524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:29.946359+0000 mgr.y (mgr.14556) 13040 : cluster [DBG] pgmap v11524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:29.946359+0000 mgr.y (mgr.14556) 13040 : cluster [DBG] pgmap v11524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:31.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:09:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:09:30.728182+0000 mgr.y (mgr.14556) 13041 : audit [DBG] from='client.28218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:09:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:09:31.019668+0000 mgr.y (mgr.14556) 13042 : audit [DBG] from='client.38135 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:09:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:09:31.379687+0000 mon.a (mon.0) 2995 : audit [DBG] from='client.? 172.21.15.23:0/1939671262' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:09:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:09:30.728182+0000 mgr.y (mgr.14556) 13041 : audit [DBG] from='client.28218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:09:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:09:31.019668+0000 mgr.y (mgr.14556) 13042 : audit [DBG] from='client.38135 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:09:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:09:31.379687+0000 mon.a (mon.0) 2995 : audit [DBG] from='client.? 172.21.15.23:0/1939671262' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:09:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:09:30.728182+0000 mgr.y (mgr.14556) 13041 : audit [DBG] from='client.28218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:09:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:09:31.019668+0000 mgr.y (mgr.14556) 13042 : audit [DBG] from='client.38135 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:09:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:09:31.379687+0000 mon.a (mon.0) 2995 : audit [DBG] from='client.? 172.21.15.23:0/1939671262' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:09:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:31.947081+0000 mgr.y (mgr.14556) 13043 : cluster [DBG] pgmap v11525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:31.947081+0000 mgr.y (mgr.14556) 13043 : cluster [DBG] pgmap v11525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:31.947081+0000 mgr.y (mgr.14556) 13043 : cluster [DBG] pgmap v11525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:09:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:09:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:09:34.070033+0000 mon.a (mon.0) 2996 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:09:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:09:34.070033+0000 mon.a (mon.0) 2996 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:09:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:09:34.070033+0000 mon.a (mon.0) 2996 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:09:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:33.947578+0000 mgr.y (mgr.14556) 13044 : cluster [DBG] pgmap v11526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:09:34.379787+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:09:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:09:34.380446+0000 mon.a (mon.0) 2998 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:09:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:09:34.386242+0000 mon.a (mon.0) 2999 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:09:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:33.947578+0000 mgr.y (mgr.14556) 13044 : cluster [DBG] pgmap v11526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:09:34.379787+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:09:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:09:34.380446+0000 mon.a (mon.0) 2998 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:09:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:09:34.386242+0000 mon.a (mon.0) 2999 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:09:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:33.947578+0000 mgr.y (mgr.14556) 13044 : cluster [DBG] pgmap v11526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:09:34.379787+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:09:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:09:34.380446+0000 mon.a (mon.0) 2998 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:09:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:09:34.386242+0000 mon.a (mon.0) 2999 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:09:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:35.948314+0000 mgr.y (mgr.14556) 13045 : cluster [DBG] pgmap v11527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:35.948314+0000 mgr.y (mgr.14556) 13045 : cluster [DBG] pgmap v11527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:35.948314+0000 mgr.y (mgr.14556) 13045 : cluster [DBG] pgmap v11527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:37.948753+0000 mgr.y (mgr.14556) 13046 : cluster [DBG] pgmap v11528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:37.948753+0000 mgr.y (mgr.14556) 13046 : cluster [DBG] pgmap v11528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:37.948753+0000 mgr.y (mgr.14556) 13046 : cluster [DBG] pgmap v11528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:41.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:09:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:39.949201+0000 mgr.y (mgr.14556) 13047 : cluster [DBG] pgmap v11529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:39.949201+0000 mgr.y (mgr.14556) 13047 : cluster [DBG] pgmap v11529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:39.949201+0000 mgr.y (mgr.14556) 13047 : cluster [DBG] pgmap v11529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:41.949907+0000 mgr.y (mgr.14556) 13048 : cluster [DBG] pgmap v11530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:41.949907+0000 mgr.y (mgr.14556) 13048 : cluster [DBG] pgmap v11530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:41.949907+0000 mgr.y (mgr.14556) 13048 : cluster [DBG] pgmap v11530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:09:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:09:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:43.950324+0000 mgr.y (mgr.14556) 13049 : cluster [DBG] pgmap v11531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:43.950324+0000 mgr.y (mgr.14556) 13049 : cluster [DBG] pgmap v11531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:43.950324+0000 mgr.y (mgr.14556) 13049 : cluster [DBG] pgmap v11531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:45.950945+0000 mgr.y (mgr.14556) 13050 : cluster [DBG] pgmap v11532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:45.950945+0000 mgr.y (mgr.14556) 13050 : cluster [DBG] pgmap v11532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:45.950945+0000 mgr.y (mgr.14556) 13050 : cluster [DBG] pgmap v11532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:47.951287+0000 mgr.y (mgr.14556) 13051 : cluster [DBG] pgmap v11533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:47.951287+0000 mgr.y (mgr.14556) 13051 : cluster [DBG] pgmap v11533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:47.951287+0000 mgr.y (mgr.14556) 13051 : cluster [DBG] pgmap v11533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:49.951574+0000 mgr.y (mgr.14556) 13052 : cluster [DBG] pgmap v11534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:49.951574+0000 mgr.y (mgr.14556) 13052 : cluster [DBG] pgmap v11534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:49.951574+0000 mgr.y (mgr.14556) 13052 : cluster [DBG] pgmap v11534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:09:53.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:51.952365+0000 mgr.y (mgr.14556) 13053 : cluster [DBG] pgmap v11535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:51.952365+0000 mgr.y (mgr.14556) 13053 : cluster [DBG] pgmap v11535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:51.952365+0000 mgr.y (mgr.14556) 13053 : cluster [DBG] pgmap v11535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:09:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:09:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:53.952935+0000 mgr.y (mgr.14556) 13054 : cluster [DBG] pgmap v11536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:53.952935+0000 mgr.y (mgr.14556) 13054 : cluster [DBG] pgmap v11536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:53.952935+0000 mgr.y (mgr.14556) 13054 : cluster [DBG] pgmap v11536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:57.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:55.953639+0000 mgr.y (mgr.14556) 13055 : cluster [DBG] pgmap v11537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:57.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:55.953639+0000 mgr.y (mgr.14556) 13055 : cluster [DBG] pgmap v11537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:55.953639+0000 mgr.y (mgr.14556) 13055 : cluster [DBG] pgmap v11537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:57.954212+0000 mgr.y (mgr.14556) 13056 : cluster [DBG] pgmap v11538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:57.954212+0000 mgr.y (mgr.14556) 13056 : cluster [DBG] pgmap v11538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:09:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:09:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:57.954212+0000 mgr.y (mgr.14556) 13056 : cluster [DBG] pgmap v11538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T13:09:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:10:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:00.000161+0000 mon.a (mon.0) 3000 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:10:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:00.000161+0000 mon.a (mon.0) 3000 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:10:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:00.000161+0000 mon.a (mon.0) 3000 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:10:01.707 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:10:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:09:59.954756+0000 mgr.y (mgr.14556) 13057 : cluster [DBG] pgmap v11539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:09:59.954756+0000 mgr.y (mgr.14556) 13057 : cluster [DBG] pgmap v11539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:09:59.954756+0000 mgr.y (mgr.14556) 13057 : cluster [DBG] pgmap v11539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:10:01.998 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:10:01.998 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 6m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:10:01.998 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 6m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:10:01.998 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 6m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:10:01.998 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 6m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:10:01.998 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 6m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:10:01.998 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 6m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:10:01.998 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 6m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:10:01.998 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 6m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:10:01.998 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 6m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:10:01.999 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 6m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:10:01.999 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 6m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:10:01.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 6m ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:10:01.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 6m ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:10:01.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 6m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:10:01.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 6m ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:10:01.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 6m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:10:01.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 6m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:10:01.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 6m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:10:01.999 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 6m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:10:01.999 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 6m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:10:02.350 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:10:02.350 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:10:02.350 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:10:02.350 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:10:02.350 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:10:02.350 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:10:02.350 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:10:02.350 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:10:02.350 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:10:02.351 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:10:02.351 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:10:02.351 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:10:02.351 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:10:02.351 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:10:02.351 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:10:02.351 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:10:02.351 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:10:02.871 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:10:02.351011+0000 mon.c (mon.2) 327 : audit [DBG] from='client.? 172.21.15.23:0/2983506930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:10:02.871 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:10:02.351011+0000 mon.c (mon.2) 327 : audit [DBG] from='client.? 172.21.15.23:0/2983506930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:10:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:10:02.351011+0000 mon.c (mon.2) 327 : audit [DBG] from='client.? 172.21.15.23:0/2983506930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:10:03.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:10:01.696463+0000 mgr.y (mgr.14556) 13058 : audit [DBG] from='client.28236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:10:03.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:01.955305+0000 mgr.y (mgr.14556) 13059 : cluster [DBG] pgmap v11540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:03.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:10:01.990988+0000 mgr.y (mgr.14556) 13060 : audit [DBG] from='client.28242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:10:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:10:01.696463+0000 mgr.y (mgr.14556) 13058 : audit [DBG] from='client.28236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:10:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:01.955305+0000 mgr.y (mgr.14556) 13059 : cluster [DBG] pgmap v11540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:10:01.990988+0000 mgr.y (mgr.14556) 13060 : audit [DBG] from='client.28242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:10:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:10:01.696463+0000 mgr.y (mgr.14556) 13058 : audit [DBG] from='client.28236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:10:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:01.955305+0000 mgr.y (mgr.14556) 13059 : cluster [DBG] pgmap v11540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:10:01.990988+0000 mgr.y (mgr.14556) 13060 : audit [DBG] from='client.28242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:10:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:10:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:10:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:03.955664+0000 mgr.y (mgr.14556) 13061 : cluster [DBG] pgmap v11541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:03.955664+0000 mgr.y (mgr.14556) 13061 : cluster [DBG] pgmap v11541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:03.955664+0000 mgr.y (mgr.14556) 13061 : cluster [DBG] pgmap v11541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:05.956399+0000 mgr.y (mgr.14556) 13062 : cluster [DBG] pgmap v11542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:05.956399+0000 mgr.y (mgr.14556) 13062 : cluster [DBG] pgmap v11542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:05.956399+0000 mgr.y (mgr.14556) 13062 : cluster [DBG] pgmap v11542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:07.957033+0000 mgr.y (mgr.14556) 13063 : cluster [DBG] pgmap v11543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:07.957033+0000 mgr.y (mgr.14556) 13063 : cluster [DBG] pgmap v11543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:07.957033+0000 mgr.y (mgr.14556) 13063 : cluster [DBG] pgmap v11543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:09.957544+0000 mgr.y (mgr.14556) 13064 : cluster [DBG] pgmap v11544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:09.957544+0000 mgr.y (mgr.14556) 13064 : cluster [DBG] pgmap v11544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:09.957544+0000 mgr.y (mgr.14556) 13064 : cluster [DBG] pgmap v11544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:10:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:11.958372+0000 mgr.y (mgr.14556) 13065 : cluster [DBG] pgmap v11545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:11.958372+0000 mgr.y (mgr.14556) 13065 : cluster [DBG] pgmap v11545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:11.958372+0000 mgr.y (mgr.14556) 13065 : cluster [DBG] pgmap v11545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:10:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:10:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:13.958832+0000 mgr.y (mgr.14556) 13066 : cluster [DBG] pgmap v11546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:13.958832+0000 mgr.y (mgr.14556) 13066 : cluster [DBG] pgmap v11546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:13.958832+0000 mgr.y (mgr.14556) 13066 : cluster [DBG] pgmap v11546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:15.959503+0000 mgr.y (mgr.14556) 13067 : cluster [DBG] pgmap v11547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:15.959503+0000 mgr.y (mgr.14556) 13067 : cluster [DBG] pgmap v11547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:15.959503+0000 mgr.y (mgr.14556) 13067 : cluster [DBG] pgmap v11547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:17.960016+0000 mgr.y (mgr.14556) 13068 : cluster [DBG] pgmap v11548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:17.960016+0000 mgr.y (mgr.14556) 13068 : cluster [DBG] pgmap v11548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:17.960016+0000 mgr.y (mgr.14556) 13068 : cluster [DBG] pgmap v11548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:19.960366+0000 mgr.y (mgr.14556) 13069 : cluster [DBG] pgmap v11549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:19.960366+0000 mgr.y (mgr.14556) 13069 : cluster [DBG] pgmap v11549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:19.960366+0000 mgr.y (mgr.14556) 13069 : cluster [DBG] pgmap v11549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:10:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:21.961001+0000 mgr.y (mgr.14556) 13070 : cluster [DBG] pgmap v11550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:21.961001+0000 mgr.y (mgr.14556) 13070 : cluster [DBG] pgmap v11550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:21.961001+0000 mgr.y (mgr.14556) 13070 : cluster [DBG] pgmap v11550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:10:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:10:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:23.961540+0000 mgr.y (mgr.14556) 13071 : cluster [DBG] pgmap v11551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:23.961540+0000 mgr.y (mgr.14556) 13071 : cluster [DBG] pgmap v11551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:23.961540+0000 mgr.y (mgr.14556) 13071 : cluster [DBG] pgmap v11551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:25.962244+0000 mgr.y (mgr.14556) 13072 : cluster [DBG] pgmap v11552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:25.962244+0000 mgr.y (mgr.14556) 13072 : cluster [DBG] pgmap v11552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:25.962244+0000 mgr.y (mgr.14556) 13072 : cluster [DBG] pgmap v11552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:27.962790+0000 mgr.y (mgr.14556) 13073 : cluster [DBG] pgmap v11553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:27.962790+0000 mgr.y (mgr.14556) 13073 : cluster [DBG] pgmap v11553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:27.962790+0000 mgr.y (mgr.14556) 13073 : cluster [DBG] pgmap v11553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:29.963355+0000 mgr.y (mgr.14556) 13074 : cluster [DBG] pgmap v11554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:29.963355+0000 mgr.y (mgr.14556) 13074 : cluster [DBG] pgmap v11554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:29.963355+0000 mgr.y (mgr.14556) 13074 : cluster [DBG] pgmap v11554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:10:32.677 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:10:32.963 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:10:32.964 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 7m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:10:32.964 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 7m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:10:32.964 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 7m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:10:32.964 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 7m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:10:32.964 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 7m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:10:32.964 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 7m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:10:32.964 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 7m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:10:32.964 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 7m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:10:32.964 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 7m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:10:32.964 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 7m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:10:32.964 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 7m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:10:32.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 7m ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:10:32.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 7m ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:10:32.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 7m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:10:32.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 7m ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:10:32.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 7m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:10:32.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 7m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:10:32.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 7m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:10:32.965 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 7m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:10:32.965 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 7m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:10:33.312 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:10:33.312 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:10:33.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:10:33.313 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:10:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:31.963962+0000 mgr.y (mgr.14556) 13075 : cluster [DBG] pgmap v11555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:31.963962+0000 mgr.y (mgr.14556) 13075 : cluster [DBG] pgmap v11555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:31.963962+0000 mgr.y (mgr.14556) 13075 : cluster [DBG] pgmap v11555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:34.092 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:10:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:10:34.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:10:32.665798+0000 mgr.y (mgr.14556) 13076 : audit [DBG] from='client.28254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:10:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:10:32.956787+0000 mgr.y (mgr.14556) 13077 : audit [DBG] from='client.28260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:10:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:10:33.313412+0000 mon.c (mon.2) 328 : audit [DBG] from='client.? 172.21.15.23:0/3756694519' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:10:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:10:32.665798+0000 mgr.y (mgr.14556) 13076 : audit [DBG] from='client.28254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:10:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:10:32.956787+0000 mgr.y (mgr.14556) 13077 : audit [DBG] from='client.28260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:10:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:10:33.313412+0000 mon.c (mon.2) 328 : audit [DBG] from='client.? 172.21.15.23:0/3756694519' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:10:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:10:32.665798+0000 mgr.y (mgr.14556) 13076 : audit [DBG] from='client.28254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:10:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:10:32.956787+0000 mgr.y (mgr.14556) 13077 : audit [DBG] from='client.28260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:10:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:10:33.313412+0000 mon.c (mon.2) 328 : audit [DBG] from='client.? 172.21.15.23:0/3756694519' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:10:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:33.964496+0000 mgr.y (mgr.14556) 13078 : cluster [DBG] pgmap v11556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:10:34.390723+0000 mon.a (mon.0) 3001 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:10:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:10:34.698415+0000 mon.a (mon.0) 3002 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:10:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:10:34.699051+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:10:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:10:34.707688+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:10:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:33.964496+0000 mgr.y (mgr.14556) 13078 : cluster [DBG] pgmap v11556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:10:34.390723+0000 mon.a (mon.0) 3001 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:10:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:10:34.698415+0000 mon.a (mon.0) 3002 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:10:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:10:34.699051+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:10:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:10:34.707688+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:10:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:33.964496+0000 mgr.y (mgr.14556) 13078 : cluster [DBG] pgmap v11556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:10:34.390723+0000 mon.a (mon.0) 3001 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:10:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:10:34.698415+0000 mon.a (mon.0) 3002 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:10:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:10:34.699051+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:10:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:10:34.707688+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:10:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:35.965123+0000 mgr.y (mgr.14556) 13079 : cluster [DBG] pgmap v11557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:35.965123+0000 mgr.y (mgr.14556) 13079 : cluster [DBG] pgmap v11557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:35.965123+0000 mgr.y (mgr.14556) 13079 : cluster [DBG] pgmap v11557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:37.965530+0000 mgr.y (mgr.14556) 13080 : cluster [DBG] pgmap v11558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:37.965530+0000 mgr.y (mgr.14556) 13080 : cluster [DBG] pgmap v11558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:37.965530+0000 mgr.y (mgr.14556) 13080 : cluster [DBG] pgmap v11558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:39.966033+0000 mgr.y (mgr.14556) 13081 : cluster [DBG] pgmap v11559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:39.966033+0000 mgr.y (mgr.14556) 13081 : cluster [DBG] pgmap v11559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:39.966033+0000 mgr.y (mgr.14556) 13081 : cluster [DBG] pgmap v11559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:10:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:41.966804+0000 mgr.y (mgr.14556) 13082 : cluster [DBG] pgmap v11560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:41.966804+0000 mgr.y (mgr.14556) 13082 : cluster [DBG] pgmap v11560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:41.966804+0000 mgr.y (mgr.14556) 13082 : cluster [DBG] pgmap v11560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:10:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:10:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:43.967261+0000 mgr.y (mgr.14556) 13083 : cluster [DBG] pgmap v11561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:43.967261+0000 mgr.y (mgr.14556) 13083 : cluster [DBG] pgmap v11561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:43.967261+0000 mgr.y (mgr.14556) 13083 : cluster [DBG] pgmap v11561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:45.967890+0000 mgr.y (mgr.14556) 13084 : cluster [DBG] pgmap v11562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:45.967890+0000 mgr.y (mgr.14556) 13084 : cluster [DBG] pgmap v11562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:45.967890+0000 mgr.y (mgr.14556) 13084 : cluster [DBG] pgmap v11562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:47.968291+0000 mgr.y (mgr.14556) 13085 : cluster [DBG] pgmap v11563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:47.968291+0000 mgr.y (mgr.14556) 13085 : cluster [DBG] pgmap v11563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:47.968291+0000 mgr.y (mgr.14556) 13085 : cluster [DBG] pgmap v11563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:49.968812+0000 mgr.y (mgr.14556) 13086 : cluster [DBG] pgmap v11564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:49.968812+0000 mgr.y (mgr.14556) 13086 : cluster [DBG] pgmap v11564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:49.968812+0000 mgr.y (mgr.14556) 13086 : cluster [DBG] pgmap v11564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:10:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:51.969791+0000 mgr.y (mgr.14556) 13087 : cluster [DBG] pgmap v11565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:51.969791+0000 mgr.y (mgr.14556) 13087 : cluster [DBG] pgmap v11565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:51.969791+0000 mgr.y (mgr.14556) 13087 : cluster [DBG] pgmap v11565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:10:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:10:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:53.970344+0000 mgr.y (mgr.14556) 13088 : cluster [DBG] pgmap v11566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:53.970344+0000 mgr.y (mgr.14556) 13088 : cluster [DBG] pgmap v11566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:53.970344+0000 mgr.y (mgr.14556) 13088 : cluster [DBG] pgmap v11566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:55.971188+0000 mgr.y (mgr.14556) 13089 : cluster [DBG] pgmap v11567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:55.971188+0000 mgr.y (mgr.14556) 13089 : cluster [DBG] pgmap v11567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:55.971188+0000 mgr.y (mgr.14556) 13089 : cluster [DBG] pgmap v11567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:57.971652+0000 mgr.y (mgr.14556) 13090 : cluster [DBG] pgmap v11568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:57.971652+0000 mgr.y (mgr.14556) 13090 : cluster [DBG] pgmap v11568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:10:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:57.971652+0000 mgr.y (mgr.14556) 13090 : cluster [DBG] pgmap v11568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:10:59.972260+0000 mgr.y (mgr.14556) 13091 : cluster [DBG] pgmap v11569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:10:59.972260+0000 mgr.y (mgr.14556) 13091 : cluster [DBG] pgmap v11569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:10:59.972260+0000 mgr.y (mgr.14556) 13091 : cluster [DBG] pgmap v11569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:11:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:01.972923+0000 mgr.y (mgr.14556) 13092 : cluster [DBG] pgmap v11570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:01.972923+0000 mgr.y (mgr.14556) 13092 : cluster [DBG] pgmap v11570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:03.638 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:11:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:01.972923+0000 mgr.y (mgr.14556) 13092 : cluster [DBG] pgmap v11570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:03.928 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:11:03.928 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 7m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:11:03.928 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 7m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:11:03.928 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 7m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:11:03.928 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 7m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:11:03.928 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 7m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 7m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 7m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 7m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 7m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 7m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 7m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 7m ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 7m ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 7m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 7m ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 7m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 7m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:11:03.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 7m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:11:03.930 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 7m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:11:03.930 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 7m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:11:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:11:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:11:04.279 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:11:04.279 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:11:04.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:11:04.279 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:11:04.279 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:11:04.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:11:04.279 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:11:04.280 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:11:04.280 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:11:04.280 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:11:04.280 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:11:04.280 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:11:04.280 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:11:04.280 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:11:04.280 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:11:04.280 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:11:04.280 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:11:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:03.627728+0000 mgr.y (mgr.14556) 13093 : audit [DBG] from='client.28272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:11:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:03.920864+0000 mgr.y (mgr.14556) 13094 : audit [DBG] from='client.38189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:11:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:03.973297+0000 mgr.y (mgr.14556) 13095 : cluster [DBG] pgmap v11571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:04.280239+0000 mon.a (mon.0) 3005 : audit [DBG] from='client.? 172.21.15.23:0/2730036927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:11:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:03.627728+0000 mgr.y (mgr.14556) 13093 : audit [DBG] from='client.28272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:11:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:03.920864+0000 mgr.y (mgr.14556) 13094 : audit [DBG] from='client.38189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:11:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:03.973297+0000 mgr.y (mgr.14556) 13095 : cluster [DBG] pgmap v11571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:04.280239+0000 mon.a (mon.0) 3005 : audit [DBG] from='client.? 172.21.15.23:0/2730036927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:11:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:03.627728+0000 mgr.y (mgr.14556) 13093 : audit [DBG] from='client.28272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:11:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:03.920864+0000 mgr.y (mgr.14556) 13094 : audit [DBG] from='client.38189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:11:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:03.973297+0000 mgr.y (mgr.14556) 13095 : cluster [DBG] pgmap v11571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:04.280239+0000 mon.a (mon.0) 3005 : audit [DBG] from='client.? 172.21.15.23:0/2730036927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:11:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:05.973942+0000 mgr.y (mgr.14556) 13096 : cluster [DBG] pgmap v11572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:05.973942+0000 mgr.y (mgr.14556) 13096 : cluster [DBG] pgmap v11572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:05.973942+0000 mgr.y (mgr.14556) 13096 : cluster [DBG] pgmap v11572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:07.974388+0000 mgr.y (mgr.14556) 13097 : cluster [DBG] pgmap v11573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:07.974388+0000 mgr.y (mgr.14556) 13097 : cluster [DBG] pgmap v11573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:07.974388+0000 mgr.y (mgr.14556) 13097 : cluster [DBG] pgmap v11573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:09.974762+0000 mgr.y (mgr.14556) 13098 : cluster [DBG] pgmap v11574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:09.974762+0000 mgr.y (mgr.14556) 13098 : cluster [DBG] pgmap v11574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:09.974762+0000 mgr.y (mgr.14556) 13098 : cluster [DBG] pgmap v11574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:11:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:11.975470+0000 mgr.y (mgr.14556) 13099 : cluster [DBG] pgmap v11575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:11.975470+0000 mgr.y (mgr.14556) 13099 : cluster [DBG] pgmap v11575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:11.975470+0000 mgr.y (mgr.14556) 13099 : cluster [DBG] pgmap v11575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:11:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:11:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:13.976013+0000 mgr.y (mgr.14556) 13100 : cluster [DBG] pgmap v11576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:13.976013+0000 mgr.y (mgr.14556) 13100 : cluster [DBG] pgmap v11576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:13.976013+0000 mgr.y (mgr.14556) 13100 : cluster [DBG] pgmap v11576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:15.976609+0000 mgr.y (mgr.14556) 13101 : cluster [DBG] pgmap v11577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:15.976609+0000 mgr.y (mgr.14556) 13101 : cluster [DBG] pgmap v11577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:15.976609+0000 mgr.y (mgr.14556) 13101 : cluster [DBG] pgmap v11577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:17.977158+0000 mgr.y (mgr.14556) 13102 : cluster [DBG] pgmap v11578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:17.977158+0000 mgr.y (mgr.14556) 13102 : cluster [DBG] pgmap v11578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:17.977158+0000 mgr.y (mgr.14556) 13102 : cluster [DBG] pgmap v11578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:19.977539+0000 mgr.y (mgr.14556) 13103 : cluster [DBG] pgmap v11579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:19.977539+0000 mgr.y (mgr.14556) 13103 : cluster [DBG] pgmap v11579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:19.977539+0000 mgr.y (mgr.14556) 13103 : cluster [DBG] pgmap v11579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:11:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:21.978229+0000 mgr.y (mgr.14556) 13104 : cluster [DBG] pgmap v11580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:21.978229+0000 mgr.y (mgr.14556) 13104 : cluster [DBG] pgmap v11580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:21.978229+0000 mgr.y (mgr.14556) 13104 : cluster [DBG] pgmap v11580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:11:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:11:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:23.978692+0000 mgr.y (mgr.14556) 13105 : cluster [DBG] pgmap v11581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:23.978692+0000 mgr.y (mgr.14556) 13105 : cluster [DBG] pgmap v11581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:23.978692+0000 mgr.y (mgr.14556) 13105 : cluster [DBG] pgmap v11581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:25.979373+0000 mgr.y (mgr.14556) 13106 : cluster [DBG] pgmap v11582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:25.979373+0000 mgr.y (mgr.14556) 13106 : cluster [DBG] pgmap v11582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:25.979373+0000 mgr.y (mgr.14556) 13106 : cluster [DBG] pgmap v11582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:27.979803+0000 mgr.y (mgr.14556) 13107 : cluster [DBG] pgmap v11583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:27.979803+0000 mgr.y (mgr.14556) 13107 : cluster [DBG] pgmap v11583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:27.979803+0000 mgr.y (mgr.14556) 13107 : cluster [DBG] pgmap v11583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:29.980165+0000 mgr.y (mgr.14556) 13108 : cluster [DBG] pgmap v11584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:29.980165+0000 mgr.y (mgr.14556) 13108 : cluster [DBG] pgmap v11584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:29.980165+0000 mgr.y (mgr.14556) 13108 : cluster [DBG] pgmap v11584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:11:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:31.981049+0000 mgr.y (mgr.14556) 13109 : cluster [DBG] pgmap v11585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:31.981049+0000 mgr.y (mgr.14556) 13109 : cluster [DBG] pgmap v11585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:31.981049+0000 mgr.y (mgr.14556) 13109 : cluster [DBG] pgmap v11585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:11:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:11:34.606 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:11:34.907 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:11:34.907 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 8m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:11:34.907 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 8m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:11:34.907 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 8m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:11:34.907 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 8m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:11:34.907 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 8m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:11:34.907 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 8m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:11:34.907 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 8m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:11:34.907 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 8m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:11:34.907 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 8m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:11:34.907 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 8m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:11:34.908 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 8m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:11:34.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 8m ago 6h 45.8M 2480M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:11:34.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 8m ago 6h 45.1M 2480M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:11:34.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 8m ago 6h 43.9M 2480M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:11:34.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 8m ago 6h 42.9M 2480M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:11:34.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 8m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:11:34.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 8m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:11:34.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 8m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:11:34.908 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 8m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:11:34.908 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 8m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:11:35.264 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:11:35.264 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:11:35.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:11:35.264 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:11:35.264 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:11:35.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:11:35.264 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:11:35.264 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:11:35.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:11:35.265 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:11:35.265 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:11:35.265 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:11:35.265 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:11:35.265 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:11:35.265 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:11:35.265 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:11:35.265 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:11:35.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:33.981477+0000 mgr.y (mgr.14556) 13110 : cluster [DBG] pgmap v11586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:34.711776+0000 mon.a (mon.0) 3006 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:11:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:35.012007+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:11:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:35.012953+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:11:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:35.014101+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:11:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:35.014850+0000 mon.a (mon.0) 3010 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:11:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:35.024762+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:11:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:35.025727+0000 mon.a (mon.0) 3012 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:11:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:35.026424+0000 mon.a (mon.0) 3013 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:11:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:35.030846+0000 mon.a (mon.0) 3014 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:11:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:35.264956+0000 mon.a (mon.0) 3015 : audit [DBG] from='client.? 172.21.15.23:0/44707045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:11:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:33.981477+0000 mgr.y (mgr.14556) 13110 : cluster [DBG] pgmap v11586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:34.711776+0000 mon.a (mon.0) 3006 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:11:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:35.012007+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:11:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:35.012953+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:11:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:35.014101+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:11:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:35.014850+0000 mon.a (mon.0) 3010 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:11:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:35.024762+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:11:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:35.025727+0000 mon.a (mon.0) 3012 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:11:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:35.026424+0000 mon.a (mon.0) 3013 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:11:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:35.030846+0000 mon.a (mon.0) 3014 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:11:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:35.264956+0000 mon.a (mon.0) 3015 : audit [DBG] from='client.? 172.21.15.23:0/44707045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:11:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:33.981477+0000 mgr.y (mgr.14556) 13110 : cluster [DBG] pgmap v11586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:34.711776+0000 mon.a (mon.0) 3006 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:11:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:35.012007+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:11:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:35.012953+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:11:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:35.014101+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:11:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:35.014850+0000 mon.a (mon.0) 3010 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:11:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:35.024762+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:11:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:35.025727+0000 mon.a (mon.0) 3012 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:11:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:35.026424+0000 mon.a (mon.0) 3013 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:11:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:35.030846+0000 mon.a (mon.0) 3014 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:11:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:35.264956+0000 mon.a (mon.0) 3015 : audit [DBG] from='client.? 172.21.15.23:0/44707045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:11:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:34.594618+0000 mgr.y (mgr.14556) 13111 : audit [DBG] from='client.28290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:11:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:11:34.889563+0000 mgr.y (mgr.14556) 13112 : audit [DBG] from='client.28296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:11:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T13:11:35.015469+0000 mgr.y (mgr.14556) 13113 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2477M 2024-03-22T13:11:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:34.594618+0000 mgr.y (mgr.14556) 13111 : audit [DBG] from='client.28290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:11:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:11:34.889563+0000 mgr.y (mgr.14556) 13112 : audit [DBG] from='client.28296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:11:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T13:11:35.015469+0000 mgr.y (mgr.14556) 13113 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2477M 2024-03-22T13:11:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:34.594618+0000 mgr.y (mgr.14556) 13111 : audit [DBG] from='client.28290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:11:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:11:34.889563+0000 mgr.y (mgr.14556) 13112 : audit [DBG] from='client.28296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:11:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T13:11:35.015469+0000 mgr.y (mgr.14556) 13113 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2477M 2024-03-22T13:11:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:35.982103+0000 mgr.y (mgr.14556) 13114 : cluster [DBG] pgmap v11587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:35.982103+0000 mgr.y (mgr.14556) 13114 : cluster [DBG] pgmap v11587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:35.982103+0000 mgr.y (mgr.14556) 13114 : cluster [DBG] pgmap v11587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:37.982551+0000 mgr.y (mgr.14556) 13115 : cluster [DBG] pgmap v11588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:37.982551+0000 mgr.y (mgr.14556) 13115 : cluster [DBG] pgmap v11588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:37.982551+0000 mgr.y (mgr.14556) 13115 : cluster [DBG] pgmap v11588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:39.983016+0000 mgr.y (mgr.14556) 13116 : cluster [DBG] pgmap v11589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:39.983016+0000 mgr.y (mgr.14556) 13116 : cluster [DBG] pgmap v11589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:39.983016+0000 mgr.y (mgr.14556) 13116 : cluster [DBG] pgmap v11589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:11:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:41.983759+0000 mgr.y (mgr.14556) 13117 : cluster [DBG] pgmap v11590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:41.983759+0000 mgr.y (mgr.14556) 13117 : cluster [DBG] pgmap v11590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:41.983759+0000 mgr.y (mgr.14556) 13117 : cluster [DBG] pgmap v11590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:11:43] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T13:11:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:43.984149+0000 mgr.y (mgr.14556) 13118 : cluster [DBG] pgmap v11591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:43.984149+0000 mgr.y (mgr.14556) 13118 : cluster [DBG] pgmap v11591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:43.984149+0000 mgr.y (mgr.14556) 13118 : cluster [DBG] pgmap v11591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:47.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:45.984816+0000 mgr.y (mgr.14556) 13119 : cluster [DBG] pgmap v11592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:45.984816+0000 mgr.y (mgr.14556) 13119 : cluster [DBG] pgmap v11592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:45.984816+0000 mgr.y (mgr.14556) 13119 : cluster [DBG] pgmap v11592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:47.985318+0000 mgr.y (mgr.14556) 13120 : cluster [DBG] pgmap v11593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:47.985318+0000 mgr.y (mgr.14556) 13120 : cluster [DBG] pgmap v11593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:47.985318+0000 mgr.y (mgr.14556) 13120 : cluster [DBG] pgmap v11593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:49.985717+0000 mgr.y (mgr.14556) 13121 : cluster [DBG] pgmap v11594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:49.985717+0000 mgr.y (mgr.14556) 13121 : cluster [DBG] pgmap v11594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:49.985717+0000 mgr.y (mgr.14556) 13121 : cluster [DBG] pgmap v11594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:11:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:51.986516+0000 mgr.y (mgr.14556) 13122 : cluster [DBG] pgmap v11595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:53.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:51.986516+0000 mgr.y (mgr.14556) 13122 : cluster [DBG] pgmap v11595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:51.986516+0000 mgr.y (mgr.14556) 13122 : cluster [DBG] pgmap v11595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:11:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:11:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:53.986958+0000 mgr.y (mgr.14556) 13123 : cluster [DBG] pgmap v11596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:53.986958+0000 mgr.y (mgr.14556) 13123 : cluster [DBG] pgmap v11596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:53.986958+0000 mgr.y (mgr.14556) 13123 : cluster [DBG] pgmap v11596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:55.987664+0000 mgr.y (mgr.14556) 13124 : cluster [DBG] pgmap v11597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:55.987664+0000 mgr.y (mgr.14556) 13124 : cluster [DBG] pgmap v11597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:55.987664+0000 mgr.y (mgr.14556) 13124 : cluster [DBG] pgmap v11597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:57.988194+0000 mgr.y (mgr.14556) 13125 : cluster [DBG] pgmap v11598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:57.988194+0000 mgr.y (mgr.14556) 13125 : cluster [DBG] pgmap v11598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:11:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:11:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:57.988194+0000 mgr.y (mgr.14556) 13125 : cluster [DBG] pgmap v11598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:11:59.988594+0000 mgr.y (mgr.14556) 13126 : cluster [DBG] pgmap v11599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:11:59.988594+0000 mgr.y (mgr.14556) 13126 : cluster [DBG] pgmap v11599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:11:59.988594+0000 mgr.y (mgr.14556) 13126 : cluster [DBG] pgmap v11599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:12:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:01.989386+0000 mgr.y (mgr.14556) 13127 : cluster [DBG] pgmap v11600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:01.989386+0000 mgr.y (mgr.14556) 13127 : cluster [DBG] pgmap v11600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:01.989386+0000 mgr.y (mgr.14556) 13127 : cluster [DBG] pgmap v11600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:12:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:12:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:03.989999+0000 mgr.y (mgr.14556) 13128 : cluster [DBG] pgmap v11601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:03.989999+0000 mgr.y (mgr.14556) 13128 : cluster [DBG] pgmap v11601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:03.989999+0000 mgr.y (mgr.14556) 13128 : cluster [DBG] pgmap v11601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:05.591 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:12:05.877 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:12:05.877 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 8m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:12:05.877 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 8m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:12:05.877 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 8m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:12:05.877 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 8m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:12:05.877 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 8m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:12:05.877 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 8m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:12:05.877 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 8m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:12:05.877 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 8m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:12:05.878 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 8m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:12:05.878 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 8m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:12:05.878 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 8m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:12:05.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 8m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:12:05.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 8m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:12:05.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 8m ago 6h 43.9M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:12:05.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 8m ago 6h 42.9M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:12:05.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 8m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:12:05.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 8m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:12:05.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 8m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:12:05.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 8m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:12:05.878 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 8m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:12:06.227 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:12:06.227 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:12:06.227 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:12:06.227 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:12:06.228 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:12:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:12:05.580843+0000 mgr.y (mgr.14556) 13129 : audit [DBG] from='client.28308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:12:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:12:05.869705+0000 mgr.y (mgr.14556) 13130 : audit [DBG] from='client.28314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:12:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:05.990585+0000 mgr.y (mgr.14556) 13131 : cluster [DBG] pgmap v11602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:12:06.228367+0000 mon.c (mon.2) 329 : audit [DBG] from='client.? 172.21.15.23:0/1831019517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:12:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:12:05.580843+0000 mgr.y (mgr.14556) 13129 : audit [DBG] from='client.28308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:12:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:12:05.869705+0000 mgr.y (mgr.14556) 13130 : audit [DBG] from='client.28314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:12:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:05.990585+0000 mgr.y (mgr.14556) 13131 : cluster [DBG] pgmap v11602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:12:06.228367+0000 mon.c (mon.2) 329 : audit [DBG] from='client.? 172.21.15.23:0/1831019517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:12:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:12:05.580843+0000 mgr.y (mgr.14556) 13129 : audit [DBG] from='client.28308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:12:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:12:05.869705+0000 mgr.y (mgr.14556) 13130 : audit [DBG] from='client.28314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:12:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:05.990585+0000 mgr.y (mgr.14556) 13131 : cluster [DBG] pgmap v11602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:12:06.228367+0000 mon.c (mon.2) 329 : audit [DBG] from='client.? 172.21.15.23:0/1831019517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:12:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:07.991044+0000 mgr.y (mgr.14556) 13132 : cluster [DBG] pgmap v11603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:07.991044+0000 mgr.y (mgr.14556) 13132 : cluster [DBG] pgmap v11603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:07.991044+0000 mgr.y (mgr.14556) 13132 : cluster [DBG] pgmap v11603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:09.991653+0000 mgr.y (mgr.14556) 13133 : cluster [DBG] pgmap v11604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:09.991653+0000 mgr.y (mgr.14556) 13133 : cluster [DBG] pgmap v11604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:09.991653+0000 mgr.y (mgr.14556) 13133 : cluster [DBG] pgmap v11604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:12:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:11.992283+0000 mgr.y (mgr.14556) 13134 : cluster [DBG] pgmap v11605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:11.992283+0000 mgr.y (mgr.14556) 13134 : cluster [DBG] pgmap v11605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:11.992283+0000 mgr.y (mgr.14556) 13134 : cluster [DBG] pgmap v11605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:12:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:12:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:13.992672+0000 mgr.y (mgr.14556) 13135 : cluster [DBG] pgmap v11606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:13.992672+0000 mgr.y (mgr.14556) 13135 : cluster [DBG] pgmap v11606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:13.992672+0000 mgr.y (mgr.14556) 13135 : cluster [DBG] pgmap v11606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:15.993298+0000 mgr.y (mgr.14556) 13136 : cluster [DBG] pgmap v11607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:15.993298+0000 mgr.y (mgr.14556) 13136 : cluster [DBG] pgmap v11607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:15.993298+0000 mgr.y (mgr.14556) 13136 : cluster [DBG] pgmap v11607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:17.993753+0000 mgr.y (mgr.14556) 13137 : cluster [DBG] pgmap v11608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:17.993753+0000 mgr.y (mgr.14556) 13137 : cluster [DBG] pgmap v11608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:17.993753+0000 mgr.y (mgr.14556) 13137 : cluster [DBG] pgmap v11608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:21.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:19.994124+0000 mgr.y (mgr.14556) 13138 : cluster [DBG] pgmap v11609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:19.994124+0000 mgr.y (mgr.14556) 13138 : cluster [DBG] pgmap v11609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:19.994124+0000 mgr.y (mgr.14556) 13138 : cluster [DBG] pgmap v11609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:12:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:21.994823+0000 mgr.y (mgr.14556) 13139 : cluster [DBG] pgmap v11610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:21.994823+0000 mgr.y (mgr.14556) 13139 : cluster [DBG] pgmap v11610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:21.994823+0000 mgr.y (mgr.14556) 13139 : cluster [DBG] pgmap v11610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:12:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:12:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:23.995292+0000 mgr.y (mgr.14556) 13140 : cluster [DBG] pgmap v11611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:23.995292+0000 mgr.y (mgr.14556) 13140 : cluster [DBG] pgmap v11611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:23.995292+0000 mgr.y (mgr.14556) 13140 : cluster [DBG] pgmap v11611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:25.996094+0000 mgr.y (mgr.14556) 13141 : cluster [DBG] pgmap v11612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:25.996094+0000 mgr.y (mgr.14556) 13141 : cluster [DBG] pgmap v11612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:25.996094+0000 mgr.y (mgr.14556) 13141 : cluster [DBG] pgmap v11612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:27.996686+0000 mgr.y (mgr.14556) 13142 : cluster [DBG] pgmap v11613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:27.996686+0000 mgr.y (mgr.14556) 13142 : cluster [DBG] pgmap v11613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:27.996686+0000 mgr.y (mgr.14556) 13142 : cluster [DBG] pgmap v11613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:31.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:29.997135+0000 mgr.y (mgr.14556) 13143 : cluster [DBG] pgmap v11614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:29.997135+0000 mgr.y (mgr.14556) 13143 : cluster [DBG] pgmap v11614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:29.997135+0000 mgr.y (mgr.14556) 13143 : cluster [DBG] pgmap v11614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:12:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:31.997760+0000 mgr.y (mgr.14556) 13144 : cluster [DBG] pgmap v11615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:31.997760+0000 mgr.y (mgr.14556) 13144 : cluster [DBG] pgmap v11615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:31.997760+0000 mgr.y (mgr.14556) 13144 : cluster [DBG] pgmap v11615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:12:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:12:35.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:33.998146+0000 mgr.y (mgr.14556) 13145 : cluster [DBG] pgmap v11616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:12:35.035205+0000 mon.a (mon.0) 3016 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:12:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:33.998146+0000 mgr.y (mgr.14556) 13145 : cluster [DBG] pgmap v11616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:12:35.035205+0000 mon.a (mon.0) 3016 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:12:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:33.998146+0000 mgr.y (mgr.14556) 13145 : cluster [DBG] pgmap v11616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:12:35.035205+0000 mon.a (mon.0) 3016 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:12:36.559 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:12:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:12:35.338484+0000 mon.a (mon.0) 3017 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:12:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:12:35.339117+0000 mon.a (mon.0) 3018 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:12:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:12:35.346710+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:12:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:12:35.338484+0000 mon.a (mon.0) 3017 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:12:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:12:35.339117+0000 mon.a (mon.0) 3018 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:12:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:12:35.346710+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:12:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:12:35.338484+0000 mon.a (mon.0) 3017 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:12:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:12:35.339117+0000 mon.a (mon.0) 3018 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:12:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:12:35.346710+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:12:36.847 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:12:36.847 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 9m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:12:36.847 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 9m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:12:36.847 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 9m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:12:36.847 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 9m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:12:36.847 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 9m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 9m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 9m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 9m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 9m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 9m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 9m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 9m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 9m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 9m ago 6h 43.9M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 9m ago 6h 42.9M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 9m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 9m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 9m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 9m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:12:36.848 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 9m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:12:37.195 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:12:37.195 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:12:37.195 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:12:37.195 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:12:37.195 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:12:37.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:12:37.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:12:37.196 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:12:37.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:12:37.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:12:37.196 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:12:37.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:12:37.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:12:37.196 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:12:37.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:12:37.196 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:12:37.196 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:12:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:35.998732+0000 mgr.y (mgr.14556) 13146 : cluster [DBG] pgmap v11617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:12:36.548733+0000 mgr.y (mgr.14556) 13147 : audit [DBG] from='client.28326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:12:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:12:37.196103+0000 mon.c (mon.2) 330 : audit [DBG] from='client.? 172.21.15.23:0/4003047669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:12:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:35.998732+0000 mgr.y (mgr.14556) 13146 : cluster [DBG] pgmap v11617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:12:36.548733+0000 mgr.y (mgr.14556) 13147 : audit [DBG] from='client.28326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:12:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:12:37.196103+0000 mon.c (mon.2) 330 : audit [DBG] from='client.? 172.21.15.23:0/4003047669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:12:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:35.998732+0000 mgr.y (mgr.14556) 13146 : cluster [DBG] pgmap v11617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:12:36.548733+0000 mgr.y (mgr.14556) 13147 : audit [DBG] from='client.28326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:12:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:12:37.196103+0000 mon.c (mon.2) 330 : audit [DBG] from='client.? 172.21.15.23:0/4003047669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:12:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:12:36.840111+0000 mgr.y (mgr.14556) 13148 : audit [DBG] from='client.38243 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:12:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:12:36.840111+0000 mgr.y (mgr.14556) 13148 : audit [DBG] from='client.38243 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:12:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:12:36.840111+0000 mgr.y (mgr.14556) 13148 : audit [DBG] from='client.38243 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:12:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:37.999205+0000 mgr.y (mgr.14556) 13149 : cluster [DBG] pgmap v11618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:37.999205+0000 mgr.y (mgr.14556) 13149 : cluster [DBG] pgmap v11618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:37.999205+0000 mgr.y (mgr.14556) 13149 : cluster [DBG] pgmap v11618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:39.999705+0000 mgr.y (mgr.14556) 13150 : cluster [DBG] pgmap v11619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:39.999705+0000 mgr.y (mgr.14556) 13150 : cluster [DBG] pgmap v11619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:39.999705+0000 mgr.y (mgr.14556) 13150 : cluster [DBG] pgmap v11619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:41.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:12:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:42.000429+0000 mgr.y (mgr.14556) 13151 : cluster [DBG] pgmap v11620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:42.000429+0000 mgr.y (mgr.14556) 13151 : cluster [DBG] pgmap v11620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:42.000429+0000 mgr.y (mgr.14556) 13151 : cluster [DBG] pgmap v11620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:12:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:12:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:44.000957+0000 mgr.y (mgr.14556) 13152 : cluster [DBG] pgmap v11621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:44.000957+0000 mgr.y (mgr.14556) 13152 : cluster [DBG] pgmap v11621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:44.000957+0000 mgr.y (mgr.14556) 13152 : cluster [DBG] pgmap v11621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:46.001674+0000 mgr.y (mgr.14556) 13153 : cluster [DBG] pgmap v11622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:46.001674+0000 mgr.y (mgr.14556) 13153 : cluster [DBG] pgmap v11622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:46.001674+0000 mgr.y (mgr.14556) 13153 : cluster [DBG] pgmap v11622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:48.002140+0000 mgr.y (mgr.14556) 13154 : cluster [DBG] pgmap v11623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:48.002140+0000 mgr.y (mgr.14556) 13154 : cluster [DBG] pgmap v11623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:48.002140+0000 mgr.y (mgr.14556) 13154 : cluster [DBG] pgmap v11623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:50.002747+0000 mgr.y (mgr.14556) 13155 : cluster [DBG] pgmap v11624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:12:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:50.002747+0000 mgr.y (mgr.14556) 13155 : cluster [DBG] pgmap v11624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:50.002747+0000 mgr.y (mgr.14556) 13155 : cluster [DBG] pgmap v11624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:52.003659+0000 mgr.y (mgr.14556) 13156 : cluster [DBG] pgmap v11625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:52.003659+0000 mgr.y (mgr.14556) 13156 : cluster [DBG] pgmap v11625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:52.003659+0000 mgr.y (mgr.14556) 13156 : cluster [DBG] pgmap v11625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:12:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:12:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:54.004115+0000 mgr.y (mgr.14556) 13157 : cluster [DBG] pgmap v11626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:54.004115+0000 mgr.y (mgr.14556) 13157 : cluster [DBG] pgmap v11626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:54.004115+0000 mgr.y (mgr.14556) 13157 : cluster [DBG] pgmap v11626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:56.004820+0000 mgr.y (mgr.14556) 13158 : cluster [DBG] pgmap v11627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:56.004820+0000 mgr.y (mgr.14556) 13158 : cluster [DBG] pgmap v11627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:56.004820+0000 mgr.y (mgr.14556) 13158 : cluster [DBG] pgmap v11627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:12:58.005273+0000 mgr.y (mgr.14556) 13159 : cluster [DBG] pgmap v11628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:12:58.005273+0000 mgr.y (mgr.14556) 13159 : cluster [DBG] pgmap v11628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:12:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:12:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:12:58.005273+0000 mgr.y (mgr.14556) 13159 : cluster [DBG] pgmap v11628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:00.005746+0000 mgr.y (mgr.14556) 13160 : cluster [DBG] pgmap v11629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:00.005746+0000 mgr.y (mgr.14556) 13160 : cluster [DBG] pgmap v11629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:00.005746+0000 mgr.y (mgr.14556) 13160 : cluster [DBG] pgmap v11629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:13:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:02.006566+0000 mgr.y (mgr.14556) 13161 : cluster [DBG] pgmap v11630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:02.006566+0000 mgr.y (mgr.14556) 13161 : cluster [DBG] pgmap v11630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:02.006566+0000 mgr.y (mgr.14556) 13161 : cluster [DBG] pgmap v11630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:13:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:13:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:04.006906+0000 mgr.y (mgr.14556) 13162 : cluster [DBG] pgmap v11631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:04.006906+0000 mgr.y (mgr.14556) 13162 : cluster [DBG] pgmap v11631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:04.006906+0000 mgr.y (mgr.14556) 13162 : cluster [DBG] pgmap v11631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:07.523 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:13:07.813 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:13:07.813 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 9m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:13:07.813 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 9m ago 6h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:13:07.813 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 9m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:13:07.813 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 9m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:13:07.813 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 9m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:13:07.813 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 9m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:13:07.813 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 9m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 9m ago 6h 564M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 9m ago 6h 568M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 9m ago 6h 25.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 9m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 9m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 9m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 9m ago 6h 43.9M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 9m ago 6h 42.9M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 9m ago 6h 42.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 9m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 9m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 9m ago 6h 42.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:13:07.814 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 9m ago 6h 98.0M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:13:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:06.007576+0000 mgr.y (mgr.14556) 13163 : cluster [DBG] pgmap v11632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:06.007576+0000 mgr.y (mgr.14556) 13163 : cluster [DBG] pgmap v11632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:06.007576+0000 mgr.y (mgr.14556) 13163 : cluster [DBG] pgmap v11632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:08.161 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:13:08.163 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:13:08.163 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:13:08.163 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:13:08.164 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:13:08.164 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:13:08.164 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:13:08.164 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:13:08.164 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:13:08.164 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:13:08.165 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:13:08.165 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:13:08.165 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:13:08.165 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:13:08.165 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:13:08.165 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:13:08.166 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:13:08.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:13:07.512571+0000 mgr.y (mgr.14556) 13164 : audit [DBG] from='client.28344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:13:08.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:13:08.161911+0000 mon.a (mon.0) 3020 : audit [DBG] from='client.? 172.21.15.23:0/2793484803' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:13:08.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:13:07.512571+0000 mgr.y (mgr.14556) 13164 : audit [DBG] from='client.28344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:13:08.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:13:08.161911+0000 mon.a (mon.0) 3020 : audit [DBG] from='client.? 172.21.15.23:0/2793484803' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:13:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:13:07.512571+0000 mgr.y (mgr.14556) 13164 : audit [DBG] from='client.28344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:13:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:13:08.161911+0000 mon.a (mon.0) 3020 : audit [DBG] from='client.? 172.21.15.23:0/2793484803' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:13:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:13:07.805946+0000 mgr.y (mgr.14556) 13165 : audit [DBG] from='client.28350 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:13:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:08.007915+0000 mgr.y (mgr.14556) 13166 : cluster [DBG] pgmap v11633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:13:07.805946+0000 mgr.y (mgr.14556) 13165 : audit [DBG] from='client.28350 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:13:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:08.007915+0000 mgr.y (mgr.14556) 13166 : cluster [DBG] pgmap v11633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:13:07.805946+0000 mgr.y (mgr.14556) 13165 : audit [DBG] from='client.28350 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:13:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:08.007915+0000 mgr.y (mgr.14556) 13166 : cluster [DBG] pgmap v11633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:11.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:10.008285+0000 mgr.y (mgr.14556) 13167 : cluster [DBG] pgmap v11634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:10.008285+0000 mgr.y (mgr.14556) 13167 : cluster [DBG] pgmap v11634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:10.008285+0000 mgr.y (mgr.14556) 13167 : cluster [DBG] pgmap v11634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:13:13.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:13:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:13:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:12.008995+0000 mgr.y (mgr.14556) 13168 : cluster [DBG] pgmap v11635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:12.008995+0000 mgr.y (mgr.14556) 13168 : cluster [DBG] pgmap v11635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:12.008995+0000 mgr.y (mgr.14556) 13168 : cluster [DBG] pgmap v11635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:14.009599+0000 mgr.y (mgr.14556) 13169 : cluster [DBG] pgmap v11636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:14.009599+0000 mgr.y (mgr.14556) 13169 : cluster [DBG] pgmap v11636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:14.009599+0000 mgr.y (mgr.14556) 13169 : cluster [DBG] pgmap v11636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:16.010378+0000 mgr.y (mgr.14556) 13170 : cluster [DBG] pgmap v11637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:16.010378+0000 mgr.y (mgr.14556) 13170 : cluster [DBG] pgmap v11637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:16.010378+0000 mgr.y (mgr.14556) 13170 : cluster [DBG] pgmap v11637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:18.010768+0000 mgr.y (mgr.14556) 13171 : cluster [DBG] pgmap v11638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:18.010768+0000 mgr.y (mgr.14556) 13171 : cluster [DBG] pgmap v11638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:18.010768+0000 mgr.y (mgr.14556) 13171 : cluster [DBG] pgmap v11638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:20.011167+0000 mgr.y (mgr.14556) 13172 : cluster [DBG] pgmap v11639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:20.011167+0000 mgr.y (mgr.14556) 13172 : cluster [DBG] pgmap v11639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:20.011167+0000 mgr.y (mgr.14556) 13172 : cluster [DBG] pgmap v11639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:13:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:22.011854+0000 mgr.y (mgr.14556) 13173 : cluster [DBG] pgmap v11640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:22.011854+0000 mgr.y (mgr.14556) 13173 : cluster [DBG] pgmap v11640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:22.011854+0000 mgr.y (mgr.14556) 13173 : cluster [DBG] pgmap v11640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:13:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:13:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:24.012204+0000 mgr.y (mgr.14556) 13174 : cluster [DBG] pgmap v11641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:24.012204+0000 mgr.y (mgr.14556) 13174 : cluster [DBG] pgmap v11641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:24.012204+0000 mgr.y (mgr.14556) 13174 : cluster [DBG] pgmap v11641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:26.013048+0000 mgr.y (mgr.14556) 13175 : cluster [DBG] pgmap v11642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:26.013048+0000 mgr.y (mgr.14556) 13175 : cluster [DBG] pgmap v11642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:26.013048+0000 mgr.y (mgr.14556) 13175 : cluster [DBG] pgmap v11642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:28.013528+0000 mgr.y (mgr.14556) 13176 : cluster [DBG] pgmap v11643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:28.013528+0000 mgr.y (mgr.14556) 13176 : cluster [DBG] pgmap v11643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:28.013528+0000 mgr.y (mgr.14556) 13176 : cluster [DBG] pgmap v11643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:30.013947+0000 mgr.y (mgr.14556) 13177 : cluster [DBG] pgmap v11644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:30.013947+0000 mgr.y (mgr.14556) 13177 : cluster [DBG] pgmap v11644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:30.013947+0000 mgr.y (mgr.14556) 13177 : cluster [DBG] pgmap v11644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:13:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:32.014728+0000 mgr.y (mgr.14556) 13178 : cluster [DBG] pgmap v11645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:32.014728+0000 mgr.y (mgr.14556) 13178 : cluster [DBG] pgmap v11645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:32.014728+0000 mgr.y (mgr.14556) 13178 : cluster [DBG] pgmap v11645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:13:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:13:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:34.015229+0000 mgr.y (mgr.14556) 13179 : cluster [DBG] pgmap v11646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:34.015229+0000 mgr.y (mgr.14556) 13179 : cluster [DBG] pgmap v11646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:34.015229+0000 mgr.y (mgr.14556) 13179 : cluster [DBG] pgmap v11646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:13:35.351397+0000 mon.a (mon.0) 3021 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:13:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:13:35.351397+0000 mon.a (mon.0) 3021 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:13:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:13:35.351397+0000 mon.a (mon.0) 3021 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:13:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:36.015772+0000 mgr.y (mgr.14556) 13180 : cluster [DBG] pgmap v11647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:36.015772+0000 mgr.y (mgr.14556) 13180 : cluster [DBG] pgmap v11647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:36.015772+0000 mgr.y (mgr.14556) 13180 : cluster [DBG] pgmap v11647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:38.501 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:13:38.791 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:13:38.791 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 0s ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:13:38.791 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 0s ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:13:38.791 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 0s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:13:38.791 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 0s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:13:38.791 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 0s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:13:38.791 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 0s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 0s ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 0s ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 0s ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 0s ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 0s ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 0s ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 0s ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 0s ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 0s ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 0s ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 0s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 0s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 0s ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:13:38.792 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 0s ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:13:39.143 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:13:39.143 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:13:39.144 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:13:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:38.016173+0000 mgr.y (mgr.14556) 13181 : cluster [DBG] pgmap v11648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:13:38.124694+0000 mon.a (mon.0) 3022 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:13:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:13:38.490161+0000 mgr.y (mgr.14556) 13182 : audit [DBG] from='client.28362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:13:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:13:38.701366+0000 mon.a (mon.0) 3023 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:13:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:13:38.993709+0000 mon.a (mon.0) 3024 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:13:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:13:38.994379+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:13:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:13:39.003042+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:13:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:38.016173+0000 mgr.y (mgr.14556) 13181 : cluster [DBG] pgmap v11648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:13:38.124694+0000 mon.a (mon.0) 3022 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:13:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:13:38.490161+0000 mgr.y (mgr.14556) 13182 : audit [DBG] from='client.28362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:13:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:13:38.701366+0000 mon.a (mon.0) 3023 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:13:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:13:38.993709+0000 mon.a (mon.0) 3024 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:13:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:13:38.994379+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:13:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:13:39.003042+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:13:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:38.016173+0000 mgr.y (mgr.14556) 13181 : cluster [DBG] pgmap v11648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:13:38.124694+0000 mon.a (mon.0) 3022 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:13:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:13:38.490161+0000 mgr.y (mgr.14556) 13182 : audit [DBG] from='client.28362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:13:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:13:38.701366+0000 mon.a (mon.0) 3023 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:13:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:13:38.993709+0000 mon.a (mon.0) 3024 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:13:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:13:38.994379+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:13:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:13:39.003042+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:13:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:13:38.784120+0000 mgr.y (mgr.14556) 13183 : audit [DBG] from='client.28368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:13:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:13:39.144531+0000 mon.c (mon.2) 331 : audit [DBG] from='client.? 172.21.15.23:0/236259308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:13:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:13:38.784120+0000 mgr.y (mgr.14556) 13183 : audit [DBG] from='client.28368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:13:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:13:39.144531+0000 mon.c (mon.2) 331 : audit [DBG] from='client.? 172.21.15.23:0/236259308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:13:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:13:38.784120+0000 mgr.y (mgr.14556) 13183 : audit [DBG] from='client.28368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:13:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:13:39.144531+0000 mon.c (mon.2) 331 : audit [DBG] from='client.? 172.21.15.23:0/236259308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:13:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:40.016692+0000 mgr.y (mgr.14556) 13184 : cluster [DBG] pgmap v11649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:40.016692+0000 mgr.y (mgr.14556) 13184 : cluster [DBG] pgmap v11649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:40.016692+0000 mgr.y (mgr.14556) 13184 : cluster [DBG] pgmap v11649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:13:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:42.017272+0000 mgr.y (mgr.14556) 13185 : cluster [DBG] pgmap v11650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:42.017272+0000 mgr.y (mgr.14556) 13185 : cluster [DBG] pgmap v11650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:42.017272+0000 mgr.y (mgr.14556) 13185 : cluster [DBG] pgmap v11650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:13:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:13:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:44.017705+0000 mgr.y (mgr.14556) 13186 : cluster [DBG] pgmap v11651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:44.017705+0000 mgr.y (mgr.14556) 13186 : cluster [DBG] pgmap v11651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:44.017705+0000 mgr.y (mgr.14556) 13186 : cluster [DBG] pgmap v11651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:46.018407+0000 mgr.y (mgr.14556) 13187 : cluster [DBG] pgmap v11652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:46.018407+0000 mgr.y (mgr.14556) 13187 : cluster [DBG] pgmap v11652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:46.018407+0000 mgr.y (mgr.14556) 13187 : cluster [DBG] pgmap v11652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:48.018936+0000 mgr.y (mgr.14556) 13188 : cluster [DBG] pgmap v11653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:48.018936+0000 mgr.y (mgr.14556) 13188 : cluster [DBG] pgmap v11653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:48.018936+0000 mgr.y (mgr.14556) 13188 : cluster [DBG] pgmap v11653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:50.095445+0000 mgr.y (mgr.14556) 13189 : cluster [DBG] pgmap v11654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:50.095445+0000 mgr.y (mgr.14556) 13189 : cluster [DBG] pgmap v11654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:50.095445+0000 mgr.y (mgr.14556) 13189 : cluster [DBG] pgmap v11654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:13:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:52.096403+0000 mgr.y (mgr.14556) 13190 : cluster [DBG] pgmap v11655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:52.096403+0000 mgr.y (mgr.14556) 13190 : cluster [DBG] pgmap v11655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:52.096403+0000 mgr.y (mgr.14556) 13190 : cluster [DBG] pgmap v11655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:13:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:13:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:54.096945+0000 mgr.y (mgr.14556) 13191 : cluster [DBG] pgmap v11656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:54.096945+0000 mgr.y (mgr.14556) 13191 : cluster [DBG] pgmap v11656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:54.096945+0000 mgr.y (mgr.14556) 13191 : cluster [DBG] pgmap v11656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:56.097835+0000 mgr.y (mgr.14556) 13192 : cluster [DBG] pgmap v11657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:56.097835+0000 mgr.y (mgr.14556) 13192 : cluster [DBG] pgmap v11657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:56.097835+0000 mgr.y (mgr.14556) 13192 : cluster [DBG] pgmap v11657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:13:58.098314+0000 mgr.y (mgr.14556) 13193 : cluster [DBG] pgmap v11658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:13:58.098314+0000 mgr.y (mgr.14556) 13193 : cluster [DBG] pgmap v11658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:13:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:13:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:13:58.098314+0000 mgr.y (mgr.14556) 13193 : cluster [DBG] pgmap v11658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:00.098843+0000 mgr.y (mgr.14556) 13194 : cluster [DBG] pgmap v11659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:00.098843+0000 mgr.y (mgr.14556) 13194 : cluster [DBG] pgmap v11659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:00.098843+0000 mgr.y (mgr.14556) 13194 : cluster [DBG] pgmap v11659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:14:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:02.099551+0000 mgr.y (mgr.14556) 13195 : cluster [DBG] pgmap v11660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:02.099551+0000 mgr.y (mgr.14556) 13195 : cluster [DBG] pgmap v11660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:02.099551+0000 mgr.y (mgr.14556) 13195 : cluster [DBG] pgmap v11660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:14:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:14:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:04.099926+0000 mgr.y (mgr.14556) 13196 : cluster [DBG] pgmap v11661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:04.099926+0000 mgr.y (mgr.14556) 13196 : cluster [DBG] pgmap v11661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:04.099926+0000 mgr.y (mgr.14556) 13196 : cluster [DBG] pgmap v11661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:06.100544+0000 mgr.y (mgr.14556) 13197 : cluster [DBG] pgmap v11662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:06.100544+0000 mgr.y (mgr.14556) 13197 : cluster [DBG] pgmap v11662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:06.100544+0000 mgr.y (mgr.14556) 13197 : cluster [DBG] pgmap v11662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:09.474 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:14:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:08.101078+0000 mgr.y (mgr.14556) 13198 : cluster [DBG] pgmap v11663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:08.101078+0000 mgr.y (mgr.14556) 13198 : cluster [DBG] pgmap v11663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:08.101078+0000 mgr.y (mgr.14556) 13198 : cluster [DBG] pgmap v11663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:09.762 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:14:09.762 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 31s ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:14:09.762 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 31s ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:14:09.762 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 31s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 31s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 31s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 31s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 31s ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 31s ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 31s ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 31s ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 31s ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 31s ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 31s ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 31s ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 31s ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 31s ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:14:09.763 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 31s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:14:09.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 31s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:14:09.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 31s ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:14:09.764 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 31s ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:14:10.115 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:14:10.115 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:14:10.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:14:10.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:14:10.115 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:14:10.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:14:10.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:14:10.115 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:14:10.116 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:14:10.116 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:14:10.116 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:14:10.116 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:14:10.116 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:14:10.116 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:14:10.116 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:14:10.116 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:14:10.116 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:14:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:14:09.462366+0000 mgr.y (mgr.14556) 13199 : audit [DBG] from='client.28380 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:14:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:14:10.116088+0000 mon.a (mon.0) 3027 : audit [DBG] from='client.? 172.21.15.23:0/3083765366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:14:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:14:09.462366+0000 mgr.y (mgr.14556) 13199 : audit [DBG] from='client.28380 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:14:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:14:10.116088+0000 mon.a (mon.0) 3027 : audit [DBG] from='client.? 172.21.15.23:0/3083765366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:14:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:14:09.462366+0000 mgr.y (mgr.14556) 13199 : audit [DBG] from='client.28380 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:14:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:14:10.116088+0000 mon.a (mon.0) 3027 : audit [DBG] from='client.? 172.21.15.23:0/3083765366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:14:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:14:09.754977+0000 mgr.y (mgr.14556) 13200 : audit [DBG] from='client.28386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:14:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:10.101409+0000 mgr.y (mgr.14556) 13201 : cluster [DBG] pgmap v11664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:14:09.754977+0000 mgr.y (mgr.14556) 13200 : audit [DBG] from='client.28386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:14:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:10.101409+0000 mgr.y (mgr.14556) 13201 : cluster [DBG] pgmap v11664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:11.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:14:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:14:09.754977+0000 mgr.y (mgr.14556) 13200 : audit [DBG] from='client.28386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:14:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:10.101409+0000 mgr.y (mgr.14556) 13201 : cluster [DBG] pgmap v11664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:12.102070+0000 mgr.y (mgr.14556) 13202 : cluster [DBG] pgmap v11665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:12.102070+0000 mgr.y (mgr.14556) 13202 : cluster [DBG] pgmap v11665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:12.102070+0000 mgr.y (mgr.14556) 13202 : cluster [DBG] pgmap v11665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:14:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:14:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:14.102509+0000 mgr.y (mgr.14556) 13203 : cluster [DBG] pgmap v11666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:14.102509+0000 mgr.y (mgr.14556) 13203 : cluster [DBG] pgmap v11666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:14.102509+0000 mgr.y (mgr.14556) 13203 : cluster [DBG] pgmap v11666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:16.103322+0000 mgr.y (mgr.14556) 13204 : cluster [DBG] pgmap v11667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:16.103322+0000 mgr.y (mgr.14556) 13204 : cluster [DBG] pgmap v11667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:16.103322+0000 mgr.y (mgr.14556) 13204 : cluster [DBG] pgmap v11667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:18.103764+0000 mgr.y (mgr.14556) 13205 : cluster [DBG] pgmap v11668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:18.103764+0000 mgr.y (mgr.14556) 13205 : cluster [DBG] pgmap v11668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:18.103764+0000 mgr.y (mgr.14556) 13205 : cluster [DBG] pgmap v11668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:20.104225+0000 mgr.y (mgr.14556) 13206 : cluster [DBG] pgmap v11669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:20.104225+0000 mgr.y (mgr.14556) 13206 : cluster [DBG] pgmap v11669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:20.104225+0000 mgr.y (mgr.14556) 13206 : cluster [DBG] pgmap v11669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:14:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:22.104866+0000 mgr.y (mgr.14556) 13207 : cluster [DBG] pgmap v11670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:22.104866+0000 mgr.y (mgr.14556) 13207 : cluster [DBG] pgmap v11670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:22.104866+0000 mgr.y (mgr.14556) 13207 : cluster [DBG] pgmap v11670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:14:23] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:14:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:24.105413+0000 mgr.y (mgr.14556) 13208 : cluster [DBG] pgmap v11671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:24.105413+0000 mgr.y (mgr.14556) 13208 : cluster [DBG] pgmap v11671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:24.105413+0000 mgr.y (mgr.14556) 13208 : cluster [DBG] pgmap v11671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:26.106155+0000 mgr.y (mgr.14556) 13209 : cluster [DBG] pgmap v11672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:26.106155+0000 mgr.y (mgr.14556) 13209 : cluster [DBG] pgmap v11672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:26.106155+0000 mgr.y (mgr.14556) 13209 : cluster [DBG] pgmap v11672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:28.106530+0000 mgr.y (mgr.14556) 13210 : cluster [DBG] pgmap v11673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:28.106530+0000 mgr.y (mgr.14556) 13210 : cluster [DBG] pgmap v11673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:28.106530+0000 mgr.y (mgr.14556) 13210 : cluster [DBG] pgmap v11673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:31.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:14:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:30.106962+0000 mgr.y (mgr.14556) 13211 : cluster [DBG] pgmap v11674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:30.106962+0000 mgr.y (mgr.14556) 13211 : cluster [DBG] pgmap v11674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:30.106962+0000 mgr.y (mgr.14556) 13211 : cluster [DBG] pgmap v11674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:32.107548+0000 mgr.y (mgr.14556) 13212 : cluster [DBG] pgmap v11675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:32.107548+0000 mgr.y (mgr.14556) 13212 : cluster [DBG] pgmap v11675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:32.107548+0000 mgr.y (mgr.14556) 13212 : cluster [DBG] pgmap v11675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:14:33] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:14:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:34.107956+0000 mgr.y (mgr.14556) 13213 : cluster [DBG] pgmap v11676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:34.107956+0000 mgr.y (mgr.14556) 13213 : cluster [DBG] pgmap v11676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:34.107956+0000 mgr.y (mgr.14556) 13213 : cluster [DBG] pgmap v11676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:37.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:36.108652+0000 mgr.y (mgr.14556) 13214 : cluster [DBG] pgmap v11677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:36.108652+0000 mgr.y (mgr.14556) 13214 : cluster [DBG] pgmap v11677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:36.108652+0000 mgr.y (mgr.14556) 13214 : cluster [DBG] pgmap v11677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:39.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:38.109115+0000 mgr.y (mgr.14556) 13215 : cluster [DBG] pgmap v11678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:14:39.007713+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:14:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:14:39.315457+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:14:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:14:39.316132+0000 mon.a (mon.0) 3030 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:14:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:14:39.324772+0000 mon.a (mon.0) 3031 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:14:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:38.109115+0000 mgr.y (mgr.14556) 13215 : cluster [DBG] pgmap v11678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:14:39.007713+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:14:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:14:39.315457+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:14:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:14:39.316132+0000 mon.a (mon.0) 3030 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:14:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:14:39.324772+0000 mon.a (mon.0) 3031 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:14:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:38.109115+0000 mgr.y (mgr.14556) 13215 : cluster [DBG] pgmap v11678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:14:39.007713+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:14:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:14:39.315457+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:14:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:14:39.316132+0000 mon.a (mon.0) 3030 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:14:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:14:39.324772+0000 mon.a (mon.0) 3031 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:14:40.443 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:14:40.730 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:14:40.730 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 62s ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:14:40.730 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 62s ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:14:40.730 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 62s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:14:40.730 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 62s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:14:40.730 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 62s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:14:40.730 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 62s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 62s ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 62s ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 62s ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 62s ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 62s ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 62s ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 62s ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 62s ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 62s ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 62s ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 62s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 62s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 62s ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:14:40.731 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 62s ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:14:41.077 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:14:41.078 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:14:41.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:14:41.078 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:14:41.078 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:14:41.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:14:41.078 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:14:41.078 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:14:41.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:14:41.078 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:14:41.078 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:14:41.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:14:41.078 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:14:41.079 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:14:41.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:14:41.079 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:14:41.079 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:14:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:40.109658+0000 mgr.y (mgr.14556) 13216 : cluster [DBG] pgmap v11679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:14:40.431778+0000 mgr.y (mgr.14556) 13217 : audit [DBG] from='client.28398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:14:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:14:41.078560+0000 mon.c (mon.2) 332 : audit [DBG] from='client.? 172.21.15.23:0/767225860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:14:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:40.109658+0000 mgr.y (mgr.14556) 13216 : cluster [DBG] pgmap v11679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:14:40.431778+0000 mgr.y (mgr.14556) 13217 : audit [DBG] from='client.28398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:14:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:14:41.078560+0000 mon.c (mon.2) 332 : audit [DBG] from='client.? 172.21.15.23:0/767225860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:14:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:14:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:40.109658+0000 mgr.y (mgr.14556) 13216 : cluster [DBG] pgmap v11679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:14:40.431778+0000 mgr.y (mgr.14556) 13217 : audit [DBG] from='client.28398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:14:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:14:41.078560+0000 mon.c (mon.2) 332 : audit [DBG] from='client.? 172.21.15.23:0/767225860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:14:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:14:40.723160+0000 mgr.y (mgr.14556) 13218 : audit [DBG] from='client.28404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:14:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:14:40.723160+0000 mgr.y (mgr.14556) 13218 : audit [DBG] from='client.28404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:14:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:14:40.723160+0000 mgr.y (mgr.14556) 13218 : audit [DBG] from='client.28404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:14:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:42.110445+0000 mgr.y (mgr.14556) 13219 : cluster [DBG] pgmap v11680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:42.110445+0000 mgr.y (mgr.14556) 13219 : cluster [DBG] pgmap v11680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:42.110445+0000 mgr.y (mgr.14556) 13219 : cluster [DBG] pgmap v11680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:14:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:14:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:44.110820+0000 mgr.y (mgr.14556) 13220 : cluster [DBG] pgmap v11681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:44.110820+0000 mgr.y (mgr.14556) 13220 : cluster [DBG] pgmap v11681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:44.110820+0000 mgr.y (mgr.14556) 13220 : cluster [DBG] pgmap v11681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:46.111731+0000 mgr.y (mgr.14556) 13221 : cluster [DBG] pgmap v11682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:46.111731+0000 mgr.y (mgr.14556) 13221 : cluster [DBG] pgmap v11682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:46.111731+0000 mgr.y (mgr.14556) 13221 : cluster [DBG] pgmap v11682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:48.112089+0000 mgr.y (mgr.14556) 13222 : cluster [DBG] pgmap v11683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:48.112089+0000 mgr.y (mgr.14556) 13222 : cluster [DBG] pgmap v11683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:48.112089+0000 mgr.y (mgr.14556) 13222 : cluster [DBG] pgmap v11683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:50.112648+0000 mgr.y (mgr.14556) 13223 : cluster [DBG] pgmap v11684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:50.112648+0000 mgr.y (mgr.14556) 13223 : cluster [DBG] pgmap v11684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:50.112648+0000 mgr.y (mgr.14556) 13223 : cluster [DBG] pgmap v11684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:14:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:52.113408+0000 mgr.y (mgr.14556) 13224 : cluster [DBG] pgmap v11685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:52.113408+0000 mgr.y (mgr.14556) 13224 : cluster [DBG] pgmap v11685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:14:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T13:14:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:52.113408+0000 mgr.y (mgr.14556) 13224 : cluster [DBG] pgmap v11685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:54.113796+0000 mgr.y (mgr.14556) 13225 : cluster [DBG] pgmap v11686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:54.113796+0000 mgr.y (mgr.14556) 13225 : cluster [DBG] pgmap v11686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:54.113796+0000 mgr.y (mgr.14556) 13225 : cluster [DBG] pgmap v11686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:57.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:56.114503+0000 mgr.y (mgr.14556) 13226 : cluster [DBG] pgmap v11687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:56.114503+0000 mgr.y (mgr.14556) 13226 : cluster [DBG] pgmap v11687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:56.114503+0000 mgr.y (mgr.14556) 13226 : cluster [DBG] pgmap v11687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:14:58.114934+0000 mgr.y (mgr.14556) 13227 : cluster [DBG] pgmap v11688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:14:58.114934+0000 mgr.y (mgr.14556) 13227 : cluster [DBG] pgmap v11688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:14:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:14:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:14:58.114934+0000 mgr.y (mgr.14556) 13227 : cluster [DBG] pgmap v11688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:00.115298+0000 mgr.y (mgr.14556) 13228 : cluster [DBG] pgmap v11689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:00.115298+0000 mgr.y (mgr.14556) 13228 : cluster [DBG] pgmap v11689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:00.115298+0000 mgr.y (mgr.14556) 13228 : cluster [DBG] pgmap v11689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:15:03.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:15:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T13:15:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:02.116033+0000 mgr.y (mgr.14556) 13229 : cluster [DBG] pgmap v11690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:02.116033+0000 mgr.y (mgr.14556) 13229 : cluster [DBG] pgmap v11690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:02.116033+0000 mgr.y (mgr.14556) 13229 : cluster [DBG] pgmap v11690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:04.116443+0000 mgr.y (mgr.14556) 13230 : cluster [DBG] pgmap v11691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:04.116443+0000 mgr.y (mgr.14556) 13230 : cluster [DBG] pgmap v11691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:04.116443+0000 mgr.y (mgr.14556) 13230 : cluster [DBG] pgmap v11691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:06.117121+0000 mgr.y (mgr.14556) 13231 : cluster [DBG] pgmap v11692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:06.117121+0000 mgr.y (mgr.14556) 13231 : cluster [DBG] pgmap v11692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:06.117121+0000 mgr.y (mgr.14556) 13231 : cluster [DBG] pgmap v11692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:08.117478+0000 mgr.y (mgr.14556) 13232 : cluster [DBG] pgmap v11693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:08.117478+0000 mgr.y (mgr.14556) 13232 : cluster [DBG] pgmap v11693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:08.117478+0000 mgr.y (mgr.14556) 13232 : cluster [DBG] pgmap v11693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:11.406 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:15:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:10.117843+0000 mgr.y (mgr.14556) 13233 : cluster [DBG] pgmap v11694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:10.117843+0000 mgr.y (mgr.14556) 13233 : cluster [DBG] pgmap v11694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:10.117843+0000 mgr.y (mgr.14556) 13233 : cluster [DBG] pgmap v11694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 93s ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 92s ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 93s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 92s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 92s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 93s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 93s ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 92s ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 93s ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 93s ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 92s ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 93s ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 93s ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:15:11.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 93s ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:15:11.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 93s ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:15:11.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 92s ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:15:11.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 92s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:15:11.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 92s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:15:11.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 92s ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:15:11.696 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 92s ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:15:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:15:12.046 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:15:12.046 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:15:12.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:15:12.046 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:15:12.046 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:15:12.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:15:12.046 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:15:12.046 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:15:12.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:15:12.046 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:15:12.046 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:15:12.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:15:12.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:15:12.047 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:15:12.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:15:12.047 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:15:12.047 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:15:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:15:11.394797+0000 mgr.y (mgr.14556) 13234 : audit [DBG] from='client.38327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:15:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:15:12.046679+0000 mon.a (mon.0) 3032 : audit [DBG] from='client.? 172.21.15.23:0/4022883479' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:15:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:15:11.394797+0000 mgr.y (mgr.14556) 13234 : audit [DBG] from='client.38327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:15:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:15:12.046679+0000 mon.a (mon.0) 3032 : audit [DBG] from='client.? 172.21.15.23:0/4022883479' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:15:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:15:11.394797+0000 mgr.y (mgr.14556) 13234 : audit [DBG] from='client.38327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:15:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:15:12.046679+0000 mon.a (mon.0) 3032 : audit [DBG] from='client.? 172.21.15.23:0/4022883479' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:15:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:15:11.687951+0000 mgr.y (mgr.14556) 13235 : audit [DBG] from='client.38333 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:15:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:12.118508+0000 mgr.y (mgr.14556) 13236 : cluster [DBG] pgmap v11695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:15:11.687951+0000 mgr.y (mgr.14556) 13235 : audit [DBG] from='client.38333 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:15:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:12.118508+0000 mgr.y (mgr.14556) 13236 : cluster [DBG] pgmap v11695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:15:11.687951+0000 mgr.y (mgr.14556) 13235 : audit [DBG] from='client.38333 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:15:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:12.118508+0000 mgr.y (mgr.14556) 13236 : cluster [DBG] pgmap v11695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:15:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:15:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:14.118932+0000 mgr.y (mgr.14556) 13237 : cluster [DBG] pgmap v11696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:14.118932+0000 mgr.y (mgr.14556) 13237 : cluster [DBG] pgmap v11696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:14.118932+0000 mgr.y (mgr.14556) 13237 : cluster [DBG] pgmap v11696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:16.119611+0000 mgr.y (mgr.14556) 13238 : cluster [DBG] pgmap v11697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:16.119611+0000 mgr.y (mgr.14556) 13238 : cluster [DBG] pgmap v11697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:16.119611+0000 mgr.y (mgr.14556) 13238 : cluster [DBG] pgmap v11697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:18.119924+0000 mgr.y (mgr.14556) 13239 : cluster [DBG] pgmap v11698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:18.119924+0000 mgr.y (mgr.14556) 13239 : cluster [DBG] pgmap v11698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:18.119924+0000 mgr.y (mgr.14556) 13239 : cluster [DBG] pgmap v11698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:20.120344+0000 mgr.y (mgr.14556) 13240 : cluster [DBG] pgmap v11699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:20.120344+0000 mgr.y (mgr.14556) 13240 : cluster [DBG] pgmap v11699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:20.120344+0000 mgr.y (mgr.14556) 13240 : cluster [DBG] pgmap v11699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:15:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:22.121120+0000 mgr.y (mgr.14556) 13241 : cluster [DBG] pgmap v11700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:22.121120+0000 mgr.y (mgr.14556) 13241 : cluster [DBG] pgmap v11700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:22.121120+0000 mgr.y (mgr.14556) 13241 : cluster [DBG] pgmap v11700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:15:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T13:15:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:24.121547+0000 mgr.y (mgr.14556) 13242 : cluster [DBG] pgmap v11701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:24.121547+0000 mgr.y (mgr.14556) 13242 : cluster [DBG] pgmap v11701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:24.121547+0000 mgr.y (mgr.14556) 13242 : cluster [DBG] pgmap v11701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:26.122309+0000 mgr.y (mgr.14556) 13243 : cluster [DBG] pgmap v11702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:26.122309+0000 mgr.y (mgr.14556) 13243 : cluster [DBG] pgmap v11702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:26.122309+0000 mgr.y (mgr.14556) 13243 : cluster [DBG] pgmap v11702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:28.122858+0000 mgr.y (mgr.14556) 13244 : cluster [DBG] pgmap v11703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:28.122858+0000 mgr.y (mgr.14556) 13244 : cluster [DBG] pgmap v11703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:28.122858+0000 mgr.y (mgr.14556) 13244 : cluster [DBG] pgmap v11703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:30.123297+0000 mgr.y (mgr.14556) 13245 : cluster [DBG] pgmap v11704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:30.123297+0000 mgr.y (mgr.14556) 13245 : cluster [DBG] pgmap v11704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:30.123297+0000 mgr.y (mgr.14556) 13245 : cluster [DBG] pgmap v11704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:15:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:32.124138+0000 mgr.y (mgr.14556) 13246 : cluster [DBG] pgmap v11705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:32.124138+0000 mgr.y (mgr.14556) 13246 : cluster [DBG] pgmap v11705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:32.124138+0000 mgr.y (mgr.14556) 13246 : cluster [DBG] pgmap v11705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:15:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T13:15:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:34.124534+0000 mgr.y (mgr.14556) 13247 : cluster [DBG] pgmap v11706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:34.124534+0000 mgr.y (mgr.14556) 13247 : cluster [DBG] pgmap v11706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:34.124534+0000 mgr.y (mgr.14556) 13247 : cluster [DBG] pgmap v11706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:36.125249+0000 mgr.y (mgr.14556) 13248 : cluster [DBG] pgmap v11707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:36.125249+0000 mgr.y (mgr.14556) 13248 : cluster [DBG] pgmap v11707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:36.125249+0000 mgr.y (mgr.14556) 13248 : cluster [DBG] pgmap v11707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:38.125702+0000 mgr.y (mgr.14556) 13249 : cluster [DBG] pgmap v11708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:38.125702+0000 mgr.y (mgr.14556) 13249 : cluster [DBG] pgmap v11708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:38.125702+0000 mgr.y (mgr.14556) 13249 : cluster [DBG] pgmap v11708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:15:39.329076+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:15:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:15:39.632636+0000 mon.a (mon.0) 3034 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:15:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:15:39.633279+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:15:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:15:39.641909+0000 mon.a (mon.0) 3036 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:15:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:15:39.329076+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:15:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:15:39.632636+0000 mon.a (mon.0) 3034 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:15:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:15:39.633279+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:15:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:15:39.641909+0000 mon.a (mon.0) 3036 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:15:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:15:39.329076+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:15:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:15:39.632636+0000 mon.a (mon.0) 3034 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:15:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:15:39.633279+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:15:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:15:39.641909+0000 mon.a (mon.0) 3036 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:15:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:40.126159+0000 mgr.y (mgr.14556) 13250 : cluster [DBG] pgmap v11709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:40.126159+0000 mgr.y (mgr.14556) 13250 : cluster [DBG] pgmap v11709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:40.126159+0000 mgr.y (mgr.14556) 13250 : cluster [DBG] pgmap v11709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:15:42.371 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:15:42.659 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:15:42.659 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 2m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:15:42.659 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 2m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:15:42.659 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 2m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:15:42.659 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 2m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:15:42.659 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 2m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:15:42.659 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 2m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:15:42.659 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 2m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:15:42.659 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 2m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:15:42.659 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 2m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:15:42.659 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 2m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:15:42.659 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 2m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:15:42.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 2m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:15:42.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 2m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:15:42.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 2m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:15:42.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 2m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:15:42.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 2m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:15:42.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 2m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:15:42.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 2m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:15:42.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 2m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:15:42.660 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 2m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:15:43.009 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:15:43.009 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:15:43.009 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:15:43.009 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:15:43.009 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:15:43.009 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:15:43.010 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:15:43.010 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:15:43.010 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:15:43.010 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:15:43.010 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:15:43.010 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:15:43.010 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:15:43.010 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:15:43.010 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:15:43.010 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:15:43.010 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:15:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:42.126758+0000 mgr.y (mgr.14556) 13251 : cluster [DBG] pgmap v11710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:15:42.360290+0000 mgr.y (mgr.14556) 13252 : audit [DBG] from='client.28434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:15:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:15:43.010110+0000 mon.c (mon.2) 333 : audit [DBG] from='client.? 172.21.15.23:0/4062245766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:15:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:42.126758+0000 mgr.y (mgr.14556) 13251 : cluster [DBG] pgmap v11710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:15:42.360290+0000 mgr.y (mgr.14556) 13252 : audit [DBG] from='client.28434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:15:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:15:43.010110+0000 mon.c (mon.2) 333 : audit [DBG] from='client.? 172.21.15.23:0/4062245766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:15:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:42.126758+0000 mgr.y (mgr.14556) 13251 : cluster [DBG] pgmap v11710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:15:42.360290+0000 mgr.y (mgr.14556) 13252 : audit [DBG] from='client.28434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:15:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:15:43.010110+0000 mon.c (mon.2) 333 : audit [DBG] from='client.? 172.21.15.23:0/4062245766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:15:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:15:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:15:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:15:42.651587+0000 mgr.y (mgr.14556) 13253 : audit [DBG] from='client.28440 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:15:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:15:42.651587+0000 mgr.y (mgr.14556) 13253 : audit [DBG] from='client.28440 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:15:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:15:42.651587+0000 mgr.y (mgr.14556) 13253 : audit [DBG] from='client.28440 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:15:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:44.127240+0000 mgr.y (mgr.14556) 13254 : cluster [DBG] pgmap v11711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:44.127240+0000 mgr.y (mgr.14556) 13254 : cluster [DBG] pgmap v11711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:44.127240+0000 mgr.y (mgr.14556) 13254 : cluster [DBG] pgmap v11711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:46.127867+0000 mgr.y (mgr.14556) 13255 : cluster [DBG] pgmap v11712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:46.127867+0000 mgr.y (mgr.14556) 13255 : cluster [DBG] pgmap v11712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:46.127867+0000 mgr.y (mgr.14556) 13255 : cluster [DBG] pgmap v11712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:48.128168+0000 mgr.y (mgr.14556) 13256 : cluster [DBG] pgmap v11713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:48.128168+0000 mgr.y (mgr.14556) 13256 : cluster [DBG] pgmap v11713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:48.128168+0000 mgr.y (mgr.14556) 13256 : cluster [DBG] pgmap v11713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:50.128610+0000 mgr.y (mgr.14556) 13257 : cluster [DBG] pgmap v11714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:50.128610+0000 mgr.y (mgr.14556) 13257 : cluster [DBG] pgmap v11714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:50.128610+0000 mgr.y (mgr.14556) 13257 : cluster [DBG] pgmap v11714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:15:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:52.129312+0000 mgr.y (mgr.14556) 13258 : cluster [DBG] pgmap v11715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:52.129312+0000 mgr.y (mgr.14556) 13258 : cluster [DBG] pgmap v11715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:52.129312+0000 mgr.y (mgr.14556) 13258 : cluster [DBG] pgmap v11715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:15:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:15:55.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:54.129794+0000 mgr.y (mgr.14556) 13259 : cluster [DBG] pgmap v11716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:54.129794+0000 mgr.y (mgr.14556) 13259 : cluster [DBG] pgmap v11716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:54.129794+0000 mgr.y (mgr.14556) 13259 : cluster [DBG] pgmap v11716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:56.130444+0000 mgr.y (mgr.14556) 13260 : cluster [DBG] pgmap v11717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:56.130444+0000 mgr.y (mgr.14556) 13260 : cluster [DBG] pgmap v11717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:56.130444+0000 mgr.y (mgr.14556) 13260 : cluster [DBG] pgmap v11717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:15:58.130884+0000 mgr.y (mgr.14556) 13261 : cluster [DBG] pgmap v11718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:15:58.130884+0000 mgr.y (mgr.14556) 13261 : cluster [DBG] pgmap v11718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:15:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:15:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:15:58.130884+0000 mgr.y (mgr.14556) 13261 : cluster [DBG] pgmap v11718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:00.131321+0000 mgr.y (mgr.14556) 13262 : cluster [DBG] pgmap v11719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:00.131321+0000 mgr.y (mgr.14556) 13262 : cluster [DBG] pgmap v11719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:00.131321+0000 mgr.y (mgr.14556) 13262 : cluster [DBG] pgmap v11719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:16:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:02.131977+0000 mgr.y (mgr.14556) 13263 : cluster [DBG] pgmap v11720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:02.131977+0000 mgr.y (mgr.14556) 13263 : cluster [DBG] pgmap v11720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:02.131977+0000 mgr.y (mgr.14556) 13263 : cluster [DBG] pgmap v11720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:16:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:16:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:04.132406+0000 mgr.y (mgr.14556) 13264 : cluster [DBG] pgmap v11721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:04.132406+0000 mgr.y (mgr.14556) 13264 : cluster [DBG] pgmap v11721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:04.132406+0000 mgr.y (mgr.14556) 13264 : cluster [DBG] pgmap v11721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:06.133033+0000 mgr.y (mgr.14556) 13265 : cluster [DBG] pgmap v11722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:06.133033+0000 mgr.y (mgr.14556) 13265 : cluster [DBG] pgmap v11722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:06.133033+0000 mgr.y (mgr.14556) 13265 : cluster [DBG] pgmap v11722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:08.133415+0000 mgr.y (mgr.14556) 13266 : cluster [DBG] pgmap v11723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:08.133415+0000 mgr.y (mgr.14556) 13266 : cluster [DBG] pgmap v11723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:08.133415+0000 mgr.y (mgr.14556) 13266 : cluster [DBG] pgmap v11723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:10.133870+0000 mgr.y (mgr.14556) 13267 : cluster [DBG] pgmap v11724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:10.133870+0000 mgr.y (mgr.14556) 13267 : cluster [DBG] pgmap v11724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:10.133870+0000 mgr.y (mgr.14556) 13267 : cluster [DBG] pgmap v11724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:16:13.335 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:16:13.622 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:16:13.622 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 2m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:16:13.622 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 2m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:16:13.622 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 2m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 2m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 2m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 2m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 2m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 2m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 2m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 2m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 2m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 2m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 2m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 2m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 2m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 2m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 2m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 2m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:16:13.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 2m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:16:13.624 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 2m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:16:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:12.134561+0000 mgr.y (mgr.14556) 13268 : cluster [DBG] pgmap v11725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:12.134561+0000 mgr.y (mgr.14556) 13268 : cluster [DBG] pgmap v11725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:12.134561+0000 mgr.y (mgr.14556) 13268 : cluster [DBG] pgmap v11725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:13.972 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:16:13.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:16:13.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:16:13.972 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:16:13.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:16:13.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:16:13.972 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:16:13.972 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:16:13.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:16:13.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:16:13.973 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:16:13.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:16:13.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:16:13.973 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:16:13.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:16:13.973 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:16:13.973 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:16:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:16:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:16:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:16:13.323782+0000 mgr.y (mgr.14556) 13269 : audit [DBG] from='client.28452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:16:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:16:13.972957+0000 mon.a (mon.0) 3037 : audit [DBG] from='client.? 172.21.15.23:0/1309967209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:16:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:16:13.323782+0000 mgr.y (mgr.14556) 13269 : audit [DBG] from='client.28452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:16:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:16:13.972957+0000 mon.a (mon.0) 3037 : audit [DBG] from='client.? 172.21.15.23:0/1309967209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:16:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:16:13.323782+0000 mgr.y (mgr.14556) 13269 : audit [DBG] from='client.28452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:16:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:16:13.972957+0000 mon.a (mon.0) 3037 : audit [DBG] from='client.? 172.21.15.23:0/1309967209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:16:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:16:13.615286+0000 mgr.y (mgr.14556) 13270 : audit [DBG] from='client.28458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:16:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:14.134882+0000 mgr.y (mgr.14556) 13271 : cluster [DBG] pgmap v11726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:16:13.615286+0000 mgr.y (mgr.14556) 13270 : audit [DBG] from='client.28458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:16:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:14.134882+0000 mgr.y (mgr.14556) 13271 : cluster [DBG] pgmap v11726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:16:13.615286+0000 mgr.y (mgr.14556) 13270 : audit [DBG] from='client.28458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:16:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:14.134882+0000 mgr.y (mgr.14556) 13271 : cluster [DBG] pgmap v11726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:16.135617+0000 mgr.y (mgr.14556) 13272 : cluster [DBG] pgmap v11727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:16.135617+0000 mgr.y (mgr.14556) 13272 : cluster [DBG] pgmap v11727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:16.135617+0000 mgr.y (mgr.14556) 13272 : cluster [DBG] pgmap v11727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:18.135990+0000 mgr.y (mgr.14556) 13273 : cluster [DBG] pgmap v11728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:18.135990+0000 mgr.y (mgr.14556) 13273 : cluster [DBG] pgmap v11728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:18.135990+0000 mgr.y (mgr.14556) 13273 : cluster [DBG] pgmap v11728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:20.136424+0000 mgr.y (mgr.14556) 13274 : cluster [DBG] pgmap v11729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:20.136424+0000 mgr.y (mgr.14556) 13274 : cluster [DBG] pgmap v11729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:20.136424+0000 mgr.y (mgr.14556) 13274 : cluster [DBG] pgmap v11729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:16:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:22.137138+0000 mgr.y (mgr.14556) 13275 : cluster [DBG] pgmap v11730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:22.137138+0000 mgr.y (mgr.14556) 13275 : cluster [DBG] pgmap v11730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:22.137138+0000 mgr.y (mgr.14556) 13275 : cluster [DBG] pgmap v11730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:16:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:16:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:24.137578+0000 mgr.y (mgr.14556) 13276 : cluster [DBG] pgmap v11731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:24.137578+0000 mgr.y (mgr.14556) 13276 : cluster [DBG] pgmap v11731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:24.137578+0000 mgr.y (mgr.14556) 13276 : cluster [DBG] pgmap v11731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:26.138345+0000 mgr.y (mgr.14556) 13277 : cluster [DBG] pgmap v11732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:26.138345+0000 mgr.y (mgr.14556) 13277 : cluster [DBG] pgmap v11732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:26.138345+0000 mgr.y (mgr.14556) 13277 : cluster [DBG] pgmap v11732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:28.138788+0000 mgr.y (mgr.14556) 13278 : cluster [DBG] pgmap v11733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:28.138788+0000 mgr.y (mgr.14556) 13278 : cluster [DBG] pgmap v11733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:28.138788+0000 mgr.y (mgr.14556) 13278 : cluster [DBG] pgmap v11733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:30.139295+0000 mgr.y (mgr.14556) 13279 : cluster [DBG] pgmap v11734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:30.139295+0000 mgr.y (mgr.14556) 13279 : cluster [DBG] pgmap v11734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:30.139295+0000 mgr.y (mgr.14556) 13279 : cluster [DBG] pgmap v11734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:16:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:32.140152+0000 mgr.y (mgr.14556) 13280 : cluster [DBG] pgmap v11735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:32.140152+0000 mgr.y (mgr.14556) 13280 : cluster [DBG] pgmap v11735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:32.140152+0000 mgr.y (mgr.14556) 13280 : cluster [DBG] pgmap v11735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:16:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:16:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:34.140571+0000 mgr.y (mgr.14556) 13281 : cluster [DBG] pgmap v11736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:34.140571+0000 mgr.y (mgr.14556) 13281 : cluster [DBG] pgmap v11736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:34.140571+0000 mgr.y (mgr.14556) 13281 : cluster [DBG] pgmap v11736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:36.141383+0000 mgr.y (mgr.14556) 13282 : cluster [DBG] pgmap v11737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:36.141383+0000 mgr.y (mgr.14556) 13282 : cluster [DBG] pgmap v11737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:36.141383+0000 mgr.y (mgr.14556) 13282 : cluster [DBG] pgmap v11737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:38.141920+0000 mgr.y (mgr.14556) 13283 : cluster [DBG] pgmap v11738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:39.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:38.141920+0000 mgr.y (mgr.14556) 13283 : cluster [DBG] pgmap v11738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:38.141920+0000 mgr.y (mgr.14556) 13283 : cluster [DBG] pgmap v11738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:16:39.646147+0000 mon.a (mon.0) 3038 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:16:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:16:39.902768+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:16:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:16:39.918616+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:16:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:16:40.198574+0000 mon.a (mon.0) 3041 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:16:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:16:40.199227+0000 mon.a (mon.0) 3042 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:16:40.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:16:40.203422+0000 mon.a (mon.0) 3043 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:16:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:16:39.646147+0000 mon.a (mon.0) 3038 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:16:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:16:39.902768+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:16:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:16:39.918616+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:16:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:16:40.198574+0000 mon.a (mon.0) 3041 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:16:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:16:40.199227+0000 mon.a (mon.0) 3042 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:16:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:16:40.203422+0000 mon.a (mon.0) 3043 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:16:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:16:39.646147+0000 mon.a (mon.0) 3038 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:16:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:16:39.902768+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:16:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:16:39.918616+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:16:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:16:40.198574+0000 mon.a (mon.0) 3041 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:16:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:16:40.199227+0000 mon.a (mon.0) 3042 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:16:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:16:40.203422+0000 mon.a (mon.0) 3043 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:16:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:40.142358+0000 mgr.y (mgr.14556) 13284 : cluster [DBG] pgmap v11739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:40.142358+0000 mgr.y (mgr.14556) 13284 : cluster [DBG] pgmap v11739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:40.142358+0000 mgr.y (mgr.14556) 13284 : cluster [DBG] pgmap v11739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:16:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:42.143159+0000 mgr.y (mgr.14556) 13285 : cluster [DBG] pgmap v11740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:42.143159+0000 mgr.y (mgr.14556) 13285 : cluster [DBG] pgmap v11740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:42.143159+0000 mgr.y (mgr.14556) 13285 : cluster [DBG] pgmap v11740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:16:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:16:44.296 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:16:44.586 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:16:44.587 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 3m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:16:44.587 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 3m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:16:44.587 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 3m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:16:44.587 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 3m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:16:44.587 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 3m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:16:44.587 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 3m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:16:44.587 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 3m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:16:44.587 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 3m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:16:44.587 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 3m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:16:44.587 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 3m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:16:44.588 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 3m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:16:44.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 3m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:16:44.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 3m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:16:44.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 3m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:16:44.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 3m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:16:44.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 3m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:16:44.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 3m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:16:44.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 3m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:16:44.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 3m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:16:44.589 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 3m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:16:44.934 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:16:44.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:16:44.936 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:16:44.936 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:16:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:44.143481+0000 mgr.y (mgr.14556) 13286 : cluster [DBG] pgmap v11741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:16:44.285021+0000 mgr.y (mgr.14556) 13287 : audit [DBG] from='client.28470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:16:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:16:44.579374+0000 mgr.y (mgr.14556) 13288 : audit [DBG] from='client.38387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:16:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:16:44.935391+0000 mon.a (mon.0) 3044 : audit [DBG] from='client.? 172.21.15.23:0/619857272' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:16:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:44.143481+0000 mgr.y (mgr.14556) 13286 : cluster [DBG] pgmap v11741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:16:44.285021+0000 mgr.y (mgr.14556) 13287 : audit [DBG] from='client.28470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:16:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:16:44.579374+0000 mgr.y (mgr.14556) 13288 : audit [DBG] from='client.38387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:16:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:16:44.935391+0000 mon.a (mon.0) 3044 : audit [DBG] from='client.? 172.21.15.23:0/619857272' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:16:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:44.143481+0000 mgr.y (mgr.14556) 13286 : cluster [DBG] pgmap v11741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:16:44.285021+0000 mgr.y (mgr.14556) 13287 : audit [DBG] from='client.28470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:16:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:16:44.579374+0000 mgr.y (mgr.14556) 13288 : audit [DBG] from='client.38387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:16:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:16:44.935391+0000 mon.a (mon.0) 3044 : audit [DBG] from='client.? 172.21.15.23:0/619857272' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:16:47.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:46.144295+0000 mgr.y (mgr.14556) 13289 : cluster [DBG] pgmap v11742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:46.144295+0000 mgr.y (mgr.14556) 13289 : cluster [DBG] pgmap v11742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:46.144295+0000 mgr.y (mgr.14556) 13289 : cluster [DBG] pgmap v11742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:48.144656+0000 mgr.y (mgr.14556) 13290 : cluster [DBG] pgmap v11743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:48.144656+0000 mgr.y (mgr.14556) 13290 : cluster [DBG] pgmap v11743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:48.144656+0000 mgr.y (mgr.14556) 13290 : cluster [DBG] pgmap v11743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:50.145148+0000 mgr.y (mgr.14556) 13291 : cluster [DBG] pgmap v11744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:50.145148+0000 mgr.y (mgr.14556) 13291 : cluster [DBG] pgmap v11744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:50.145148+0000 mgr.y (mgr.14556) 13291 : cluster [DBG] pgmap v11744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:16:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:52.146055+0000 mgr.y (mgr.14556) 13292 : cluster [DBG] pgmap v11745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:52.146055+0000 mgr.y (mgr.14556) 13292 : cluster [DBG] pgmap v11745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:52.146055+0000 mgr.y (mgr.14556) 13292 : cluster [DBG] pgmap v11745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:16:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:16:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:54.146544+0000 mgr.y (mgr.14556) 13293 : cluster [DBG] pgmap v11746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:54.146544+0000 mgr.y (mgr.14556) 13293 : cluster [DBG] pgmap v11746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:54.146544+0000 mgr.y (mgr.14556) 13293 : cluster [DBG] pgmap v11746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:56.147140+0000 mgr.y (mgr.14556) 13294 : cluster [DBG] pgmap v11747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:56.147140+0000 mgr.y (mgr.14556) 13294 : cluster [DBG] pgmap v11747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:56.147140+0000 mgr.y (mgr.14556) 13294 : cluster [DBG] pgmap v11747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:16:58.147552+0000 mgr.y (mgr.14556) 13295 : cluster [DBG] pgmap v11748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:16:58.147552+0000 mgr.y (mgr.14556) 13295 : cluster [DBG] pgmap v11748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:16:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:16:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:16:58.147552+0000 mgr.y (mgr.14556) 13295 : cluster [DBG] pgmap v11748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:00.147914+0000 mgr.y (mgr.14556) 13296 : cluster [DBG] pgmap v11749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:00.147914+0000 mgr.y (mgr.14556) 13296 : cluster [DBG] pgmap v11749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:00.147914+0000 mgr.y (mgr.14556) 13296 : cluster [DBG] pgmap v11749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:17:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:17:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:17:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:02.148551+0000 mgr.y (mgr.14556) 13297 : cluster [DBG] pgmap v11750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:02.148551+0000 mgr.y (mgr.14556) 13297 : cluster [DBG] pgmap v11750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:02.148551+0000 mgr.y (mgr.14556) 13297 : cluster [DBG] pgmap v11750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:04.148878+0000 mgr.y (mgr.14556) 13298 : cluster [DBG] pgmap v11751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:04.148878+0000 mgr.y (mgr.14556) 13298 : cluster [DBG] pgmap v11751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:04.148878+0000 mgr.y (mgr.14556) 13298 : cluster [DBG] pgmap v11751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:06.149662+0000 mgr.y (mgr.14556) 13299 : cluster [DBG] pgmap v11752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:06.149662+0000 mgr.y (mgr.14556) 13299 : cluster [DBG] pgmap v11752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:06.149662+0000 mgr.y (mgr.14556) 13299 : cluster [DBG] pgmap v11752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:08.150126+0000 mgr.y (mgr.14556) 13300 : cluster [DBG] pgmap v11753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:08.150126+0000 mgr.y (mgr.14556) 13300 : cluster [DBG] pgmap v11753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:08.150126+0000 mgr.y (mgr.14556) 13300 : cluster [DBG] pgmap v11753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:10.150569+0000 mgr.y (mgr.14556) 13301 : cluster [DBG] pgmap v11754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:10.150569+0000 mgr.y (mgr.14556) 13301 : cluster [DBG] pgmap v11754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:10.150569+0000 mgr.y (mgr.14556) 13301 : cluster [DBG] pgmap v11754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:17:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:12.151358+0000 mgr.y (mgr.14556) 13302 : cluster [DBG] pgmap v11755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:12.151358+0000 mgr.y (mgr.14556) 13302 : cluster [DBG] pgmap v11755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:12.151358+0000 mgr.y (mgr.14556) 13302 : cluster [DBG] pgmap v11755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:17:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:17:15.261 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:17:15.550 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:17:15.550 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 3m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:17:15.550 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 3m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:17:15.550 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 3m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:17:15.550 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 3m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:17:15.550 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 3m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:17:15.550 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 3m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:17:15.550 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 3m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:17:15.550 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 3m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:17:15.551 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 3m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:17:15.551 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 3m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:17:15.551 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 3m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:17:15.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 3m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:17:15.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 3m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:17:15.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 3m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:17:15.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 3m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:17:15.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 3m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:17:15.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 3m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:17:15.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 3m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:17:15.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 3m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:17:15.551 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 3m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:17:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:14.151699+0000 mgr.y (mgr.14556) 13303 : cluster [DBG] pgmap v11756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:14.151699+0000 mgr.y (mgr.14556) 13303 : cluster [DBG] pgmap v11756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:14.151699+0000 mgr.y (mgr.14556) 13303 : cluster [DBG] pgmap v11756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:15.902 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:17:15.903 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:17:15.904 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:17:15.904 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:17:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:17:15.249718+0000 mgr.y (mgr.14556) 13304 : audit [DBG] from='client.28488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:17:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:17:15.542892+0000 mgr.y (mgr.14556) 13305 : audit [DBG] from='client.28494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:17:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:17:15.900455+0000 mon.c (mon.2) 334 : audit [DBG] from='client.? 172.21.15.23:0/3706897112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:17:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:17:15.249718+0000 mgr.y (mgr.14556) 13304 : audit [DBG] from='client.28488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:17:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:17:15.542892+0000 mgr.y (mgr.14556) 13305 : audit [DBG] from='client.28494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:17:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:17:15.900455+0000 mon.c (mon.2) 334 : audit [DBG] from='client.? 172.21.15.23:0/3706897112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:17:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:17:15.249718+0000 mgr.y (mgr.14556) 13304 : audit [DBG] from='client.28488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:17:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:17:15.542892+0000 mgr.y (mgr.14556) 13305 : audit [DBG] from='client.28494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:17:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:17:15.900455+0000 mon.c (mon.2) 334 : audit [DBG] from='client.? 172.21.15.23:0/3706897112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:17:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:16.152255+0000 mgr.y (mgr.14556) 13306 : cluster [DBG] pgmap v11757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:16.152255+0000 mgr.y (mgr.14556) 13306 : cluster [DBG] pgmap v11757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:16.152255+0000 mgr.y (mgr.14556) 13306 : cluster [DBG] pgmap v11757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:18.152785+0000 mgr.y (mgr.14556) 13307 : cluster [DBG] pgmap v11758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:18.152785+0000 mgr.y (mgr.14556) 13307 : cluster [DBG] pgmap v11758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:18.152785+0000 mgr.y (mgr.14556) 13307 : cluster [DBG] pgmap v11758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:20.153294+0000 mgr.y (mgr.14556) 13308 : cluster [DBG] pgmap v11759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:20.153294+0000 mgr.y (mgr.14556) 13308 : cluster [DBG] pgmap v11759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:20.153294+0000 mgr.y (mgr.14556) 13308 : cluster [DBG] pgmap v11759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:17:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:22.154071+0000 mgr.y (mgr.14556) 13309 : cluster [DBG] pgmap v11760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:22.154071+0000 mgr.y (mgr.14556) 13309 : cluster [DBG] pgmap v11760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:22.154071+0000 mgr.y (mgr.14556) 13309 : cluster [DBG] pgmap v11760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:17:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:17:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:24.154540+0000 mgr.y (mgr.14556) 13310 : cluster [DBG] pgmap v11761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:24.154540+0000 mgr.y (mgr.14556) 13310 : cluster [DBG] pgmap v11761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:24.154540+0000 mgr.y (mgr.14556) 13310 : cluster [DBG] pgmap v11761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:26.155156+0000 mgr.y (mgr.14556) 13311 : cluster [DBG] pgmap v11762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:26.155156+0000 mgr.y (mgr.14556) 13311 : cluster [DBG] pgmap v11762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:26.155156+0000 mgr.y (mgr.14556) 13311 : cluster [DBG] pgmap v11762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:28.155576+0000 mgr.y (mgr.14556) 13312 : cluster [DBG] pgmap v11763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:28.155576+0000 mgr.y (mgr.14556) 13312 : cluster [DBG] pgmap v11763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:28.155576+0000 mgr.y (mgr.14556) 13312 : cluster [DBG] pgmap v11763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:30.156106+0000 mgr.y (mgr.14556) 13313 : cluster [DBG] pgmap v11764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:30.156106+0000 mgr.y (mgr.14556) 13313 : cluster [DBG] pgmap v11764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:30.156106+0000 mgr.y (mgr.14556) 13313 : cluster [DBG] pgmap v11764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:31.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:17:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:32.157036+0000 mgr.y (mgr.14556) 13314 : cluster [DBG] pgmap v11765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:32.157036+0000 mgr.y (mgr.14556) 13314 : cluster [DBG] pgmap v11765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:32.157036+0000 mgr.y (mgr.14556) 13314 : cluster [DBG] pgmap v11765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:17:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:17:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:34.157460+0000 mgr.y (mgr.14556) 13315 : cluster [DBG] pgmap v11766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:34.157460+0000 mgr.y (mgr.14556) 13315 : cluster [DBG] pgmap v11766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:34.157460+0000 mgr.y (mgr.14556) 13315 : cluster [DBG] pgmap v11766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:36.158163+0000 mgr.y (mgr.14556) 13316 : cluster [DBG] pgmap v11767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:36.158163+0000 mgr.y (mgr.14556) 13316 : cluster [DBG] pgmap v11767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:36.158163+0000 mgr.y (mgr.14556) 13316 : cluster [DBG] pgmap v11767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:38.158574+0000 mgr.y (mgr.14556) 13317 : cluster [DBG] pgmap v11768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:38.158574+0000 mgr.y (mgr.14556) 13317 : cluster [DBG] pgmap v11768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:38.158574+0000 mgr.y (mgr.14556) 13317 : cluster [DBG] pgmap v11768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:17:40.207767+0000 mon.a (mon.0) 3045 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:17:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:17:40.207767+0000 mon.a (mon.0) 3045 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:17:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:17:40.207767+0000 mon.a (mon.0) 3045 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:17:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:40.159133+0000 mgr.y (mgr.14556) 13318 : cluster [DBG] pgmap v11769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:17:40.514828+0000 mon.a (mon.0) 3046 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:17:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:17:40.515553+0000 mon.a (mon.0) 3047 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:17:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:17:40.529015+0000 mon.a (mon.0) 3048 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:17:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:40.159133+0000 mgr.y (mgr.14556) 13318 : cluster [DBG] pgmap v11769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:17:40.514828+0000 mon.a (mon.0) 3046 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:17:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:17:40.515553+0000 mon.a (mon.0) 3047 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:17:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:17:40.529015+0000 mon.a (mon.0) 3048 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:17:41.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:17:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:40.159133+0000 mgr.y (mgr.14556) 13318 : cluster [DBG] pgmap v11769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:17:40.514828+0000 mon.a (mon.0) 3046 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:17:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:17:40.515553+0000 mon.a (mon.0) 3047 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:17:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:17:40.529015+0000 mon.a (mon.0) 3048 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:17:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:42.160022+0000 mgr.y (mgr.14556) 13319 : cluster [DBG] pgmap v11770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:42.160022+0000 mgr.y (mgr.14556) 13319 : cluster [DBG] pgmap v11770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:42.160022+0000 mgr.y (mgr.14556) 13319 : cluster [DBG] pgmap v11770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:17:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:17:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:44.160643+0000 mgr.y (mgr.14556) 13320 : cluster [DBG] pgmap v11771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:44.160643+0000 mgr.y (mgr.14556) 13320 : cluster [DBG] pgmap v11771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:44.160643+0000 mgr.y (mgr.14556) 13320 : cluster [DBG] pgmap v11771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:46.223 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:17:46.515 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 4m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 4m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 4m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 4m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 4m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 4m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 4m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 4m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 4m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 4m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 4m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 4m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 4m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:17:46.516 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 4m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:17:46.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 4m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:17:46.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 4m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:17:46.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 4m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:17:46.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 4m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:17:46.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 4m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:17:46.517 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 4m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:17:46.867 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:17:46.867 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:17:46.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:17:46.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:17:46.867 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:17:46.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:17:46.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:17:46.868 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:17:46.868 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:17:46.868 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:17:46.868 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:17:46.868 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:17:46.868 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:17:46.868 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:17:46.868 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:17:46.868 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:17:46.868 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:17:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:46.161237+0000 mgr.y (mgr.14556) 13321 : cluster [DBG] pgmap v11772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:17:46.212345+0000 mgr.y (mgr.14556) 13322 : audit [DBG] from='client.38417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:17:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:17:46.508369+0000 mgr.y (mgr.14556) 13323 : audit [DBG] from='client.28512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:17:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:17:46.867940+0000 mon.a (mon.0) 3049 : audit [DBG] from='client.? 172.21.15.23:0/506207319' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:17:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:46.161237+0000 mgr.y (mgr.14556) 13321 : cluster [DBG] pgmap v11772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:17:46.212345+0000 mgr.y (mgr.14556) 13322 : audit [DBG] from='client.38417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:17:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:17:46.508369+0000 mgr.y (mgr.14556) 13323 : audit [DBG] from='client.28512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:17:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:17:46.867940+0000 mon.a (mon.0) 3049 : audit [DBG] from='client.? 172.21.15.23:0/506207319' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:17:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:46.161237+0000 mgr.y (mgr.14556) 13321 : cluster [DBG] pgmap v11772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:17:46.212345+0000 mgr.y (mgr.14556) 13322 : audit [DBG] from='client.38417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:17:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:17:46.508369+0000 mgr.y (mgr.14556) 13323 : audit [DBG] from='client.28512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:17:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:17:46.867940+0000 mon.a (mon.0) 3049 : audit [DBG] from='client.? 172.21.15.23:0/506207319' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:17:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:48.161758+0000 mgr.y (mgr.14556) 13324 : cluster [DBG] pgmap v11773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:48.161758+0000 mgr.y (mgr.14556) 13324 : cluster [DBG] pgmap v11773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:48.161758+0000 mgr.y (mgr.14556) 13324 : cluster [DBG] pgmap v11773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:50.162208+0000 mgr.y (mgr.14556) 13325 : cluster [DBG] pgmap v11774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:50.162208+0000 mgr.y (mgr.14556) 13325 : cluster [DBG] pgmap v11774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:50.162208+0000 mgr.y (mgr.14556) 13325 : cluster [DBG] pgmap v11774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:17:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:52.162907+0000 mgr.y (mgr.14556) 13326 : cluster [DBG] pgmap v11775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:53.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:52.162907+0000 mgr.y (mgr.14556) 13326 : cluster [DBG] pgmap v11775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:52.162907+0000 mgr.y (mgr.14556) 13326 : cluster [DBG] pgmap v11775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:17:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:17:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:54.163454+0000 mgr.y (mgr.14556) 13327 : cluster [DBG] pgmap v11776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:54.163454+0000 mgr.y (mgr.14556) 13327 : cluster [DBG] pgmap v11776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:54.163454+0000 mgr.y (mgr.14556) 13327 : cluster [DBG] pgmap v11776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:56.164087+0000 mgr.y (mgr.14556) 13328 : cluster [DBG] pgmap v11777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:56.164087+0000 mgr.y (mgr.14556) 13328 : cluster [DBG] pgmap v11777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:56.164087+0000 mgr.y (mgr.14556) 13328 : cluster [DBG] pgmap v11777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:17:58.164514+0000 mgr.y (mgr.14556) 13329 : cluster [DBG] pgmap v11778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:17:58.164514+0000 mgr.y (mgr.14556) 13329 : cluster [DBG] pgmap v11778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:17:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:17:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:17:58.164514+0000 mgr.y (mgr.14556) 13329 : cluster [DBG] pgmap v11778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:00.164990+0000 mgr.y (mgr.14556) 13330 : cluster [DBG] pgmap v11779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:00.164990+0000 mgr.y (mgr.14556) 13330 : cluster [DBG] pgmap v11779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:00.164990+0000 mgr.y (mgr.14556) 13330 : cluster [DBG] pgmap v11779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:18:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:02.165719+0000 mgr.y (mgr.14556) 13331 : cluster [DBG] pgmap v11780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:02.165719+0000 mgr.y (mgr.14556) 13331 : cluster [DBG] pgmap v11780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:02.165719+0000 mgr.y (mgr.14556) 13331 : cluster [DBG] pgmap v11780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:18:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:18:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:04.166051+0000 mgr.y (mgr.14556) 13332 : cluster [DBG] pgmap v11781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:04.166051+0000 mgr.y (mgr.14556) 13332 : cluster [DBG] pgmap v11781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:04.166051+0000 mgr.y (mgr.14556) 13332 : cluster [DBG] pgmap v11781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:06.166736+0000 mgr.y (mgr.14556) 13333 : cluster [DBG] pgmap v11782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:06.166736+0000 mgr.y (mgr.14556) 13333 : cluster [DBG] pgmap v11782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:06.166736+0000 mgr.y (mgr.14556) 13333 : cluster [DBG] pgmap v11782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:08.167195+0000 mgr.y (mgr.14556) 13334 : cluster [DBG] pgmap v11783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:08.167195+0000 mgr.y (mgr.14556) 13334 : cluster [DBG] pgmap v11783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:08.167195+0000 mgr.y (mgr.14556) 13334 : cluster [DBG] pgmap v11783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:11.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:10.167628+0000 mgr.y (mgr.14556) 13335 : cluster [DBG] pgmap v11784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:10.167628+0000 mgr.y (mgr.14556) 13335 : cluster [DBG] pgmap v11784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:10.167628+0000 mgr.y (mgr.14556) 13335 : cluster [DBG] pgmap v11784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:18:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:12.168509+0000 mgr.y (mgr.14556) 13336 : cluster [DBG] pgmap v11785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:18:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:18:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:12.168509+0000 mgr.y (mgr.14556) 13336 : cluster [DBG] pgmap v11785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:12.168509+0000 mgr.y (mgr.14556) 13336 : cluster [DBG] pgmap v11785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:14.169053+0000 mgr.y (mgr.14556) 13337 : cluster [DBG] pgmap v11786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:14.169053+0000 mgr.y (mgr.14556) 13337 : cluster [DBG] pgmap v11786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:14.169053+0000 mgr.y (mgr.14556) 13337 : cluster [DBG] pgmap v11786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:17.192 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:18:17.481 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:18:17.481 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 4m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:18:17.481 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 4m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:18:17.481 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 4m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:18:17.481 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 4m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:18:17.481 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 4m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:18:17.481 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 4m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:18:17.481 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 4m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:18:17.481 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 4m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:18:17.481 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 4m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:18:17.481 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 4m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:18:17.482 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 4m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:18:17.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 4m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:18:17.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 4m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:18:17.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 4m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:18:17.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 4m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:18:17.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 4m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:18:17.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 4m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:18:17.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 4m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:18:17.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 4m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:18:17.482 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 4m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:18:17.830 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:18:17.830 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:18:17.830 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:18:17.830 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:18:17.830 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:18:17.830 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:18:17.830 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:18:17.830 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:18:17.831 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:18:17.831 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:18:17.831 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:18:17.831 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:18:17.831 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:18:17.831 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:18:17.831 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:18:17.831 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:18:17.831 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:18:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:16.169912+0000 mgr.y (mgr.14556) 13338 : cluster [DBG] pgmap v11787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:16.169912+0000 mgr.y (mgr.14556) 13338 : cluster [DBG] pgmap v11787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:16.169912+0000 mgr.y (mgr.14556) 13338 : cluster [DBG] pgmap v11787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:18:17.181090+0000 mgr.y (mgr.14556) 13339 : audit [DBG] from='client.28524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:18:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:18:17.472528+0000 mgr.y (mgr.14556) 13340 : audit [DBG] from='client.28530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:18:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:18:17.830986+0000 mon.c (mon.2) 335 : audit [DBG] from='client.? 172.21.15.23:0/817642121' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:18:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:18:17.181090+0000 mgr.y (mgr.14556) 13339 : audit [DBG] from='client.28524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:18:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:18:17.472528+0000 mgr.y (mgr.14556) 13340 : audit [DBG] from='client.28530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:18:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:18:17.830986+0000 mon.c (mon.2) 335 : audit [DBG] from='client.? 172.21.15.23:0/817642121' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:18:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:18:17.181090+0000 mgr.y (mgr.14556) 13339 : audit [DBG] from='client.28524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:18:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:18:17.472528+0000 mgr.y (mgr.14556) 13340 : audit [DBG] from='client.28530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:18:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:18:17.830986+0000 mon.c (mon.2) 335 : audit [DBG] from='client.? 172.21.15.23:0/817642121' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:18:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:18.170269+0000 mgr.y (mgr.14556) 13341 : cluster [DBG] pgmap v11788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:18.170269+0000 mgr.y (mgr.14556) 13341 : cluster [DBG] pgmap v11788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:18.170269+0000 mgr.y (mgr.14556) 13341 : cluster [DBG] pgmap v11788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:20.170723+0000 mgr.y (mgr.14556) 13342 : cluster [DBG] pgmap v11789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:20.170723+0000 mgr.y (mgr.14556) 13342 : cluster [DBG] pgmap v11789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:20.170723+0000 mgr.y (mgr.14556) 13342 : cluster [DBG] pgmap v11789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:18:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:22.171402+0000 mgr.y (mgr.14556) 13343 : cluster [DBG] pgmap v11790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:22.171402+0000 mgr.y (mgr.14556) 13343 : cluster [DBG] pgmap v11790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:18:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:18:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:22.171402+0000 mgr.y (mgr.14556) 13343 : cluster [DBG] pgmap v11790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:24.171964+0000 mgr.y (mgr.14556) 13344 : cluster [DBG] pgmap v11791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:24.171964+0000 mgr.y (mgr.14556) 13344 : cluster [DBG] pgmap v11791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:24.171964+0000 mgr.y (mgr.14556) 13344 : cluster [DBG] pgmap v11791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:26.172737+0000 mgr.y (mgr.14556) 13345 : cluster [DBG] pgmap v11792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:26.172737+0000 mgr.y (mgr.14556) 13345 : cluster [DBG] pgmap v11792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:26.172737+0000 mgr.y (mgr.14556) 13345 : cluster [DBG] pgmap v11792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:28.173324+0000 mgr.y (mgr.14556) 13346 : cluster [DBG] pgmap v11793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:28.173324+0000 mgr.y (mgr.14556) 13346 : cluster [DBG] pgmap v11793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:28.173324+0000 mgr.y (mgr.14556) 13346 : cluster [DBG] pgmap v11793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:30.173938+0000 mgr.y (mgr.14556) 13347 : cluster [DBG] pgmap v11794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:30.173938+0000 mgr.y (mgr.14556) 13347 : cluster [DBG] pgmap v11794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:30.173938+0000 mgr.y (mgr.14556) 13347 : cluster [DBG] pgmap v11794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:18:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:32.174826+0000 mgr.y (mgr.14556) 13348 : cluster [DBG] pgmap v11795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:32.174826+0000 mgr.y (mgr.14556) 13348 : cluster [DBG] pgmap v11795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:32.174826+0000 mgr.y (mgr.14556) 13348 : cluster [DBG] pgmap v11795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:18:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:18:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:34.175319+0000 mgr.y (mgr.14556) 13349 : cluster [DBG] pgmap v11796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:34.175319+0000 mgr.y (mgr.14556) 13349 : cluster [DBG] pgmap v11796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:34.175319+0000 mgr.y (mgr.14556) 13349 : cluster [DBG] pgmap v11796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:36.176015+0000 mgr.y (mgr.14556) 13350 : cluster [DBG] pgmap v11797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:36.176015+0000 mgr.y (mgr.14556) 13350 : cluster [DBG] pgmap v11797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:36.176015+0000 mgr.y (mgr.14556) 13350 : cluster [DBG] pgmap v11797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:38.176398+0000 mgr.y (mgr.14556) 13351 : cluster [DBG] pgmap v11798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:38.176398+0000 mgr.y (mgr.14556) 13351 : cluster [DBG] pgmap v11798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:38.176398+0000 mgr.y (mgr.14556) 13351 : cluster [DBG] pgmap v11798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:40.176959+0000 mgr.y (mgr.14556) 13352 : cluster [DBG] pgmap v11799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:18:40.533292+0000 mon.a (mon.0) 3050 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:18:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:18:40.838470+0000 mon.a (mon.0) 3051 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:18:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:18:40.839094+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:18:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:18:40.846971+0000 mon.a (mon.0) 3053 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:18:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:40.176959+0000 mgr.y (mgr.14556) 13352 : cluster [DBG] pgmap v11799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:18:40.533292+0000 mon.a (mon.0) 3050 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:18:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:18:40.838470+0000 mon.a (mon.0) 3051 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:18:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:18:40.839094+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:18:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:18:40.846971+0000 mon.a (mon.0) 3053 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:18:41.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:18:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:40.176959+0000 mgr.y (mgr.14556) 13352 : cluster [DBG] pgmap v11799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:18:40.533292+0000 mon.a (mon.0) 3050 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:18:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:18:40.838470+0000 mon.a (mon.0) 3051 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:18:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:18:40.839094+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:18:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:18:40.846971+0000 mon.a (mon.0) 3053 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:18:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:42.177742+0000 mgr.y (mgr.14556) 13353 : cluster [DBG] pgmap v11800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:42.177742+0000 mgr.y (mgr.14556) 13353 : cluster [DBG] pgmap v11800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:42.177742+0000 mgr.y (mgr.14556) 13353 : cluster [DBG] pgmap v11800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:18:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:18:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:44.178135+0000 mgr.y (mgr.14556) 13354 : cluster [DBG] pgmap v11801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:44.178135+0000 mgr.y (mgr.14556) 13354 : cluster [DBG] pgmap v11801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:44.178135+0000 mgr.y (mgr.14556) 13354 : cluster [DBG] pgmap v11801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:46.178963+0000 mgr.y (mgr.14556) 13355 : cluster [DBG] pgmap v11802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:46.178963+0000 mgr.y (mgr.14556) 13355 : cluster [DBG] pgmap v11802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:46.178963+0000 mgr.y (mgr.14556) 13355 : cluster [DBG] pgmap v11802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:48.156 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:18:48.445 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:18:48.445 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 5m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:18:48.445 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:18:48.445 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 5m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:18:48.445 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 5m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 5m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 5m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 5m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 5m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 5m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 5m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 5m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:18:48.446 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:18:48.447 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:18:48.447 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:18:48.793 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:18:48.793 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:18:48.793 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:18:48.793 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:18:48.793 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:18:48.793 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:18:48.793 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:18:48.793 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:18:48.793 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:18:48.793 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:18:48.793 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:18:48.794 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:18:48.794 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:18:48.794 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:18:48.794 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:18:48.794 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:18:48.794 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:18:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:18:48.144543+0000 mgr.y (mgr.14556) 13356 : audit [DBG] from='client.28542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:18:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:48.179291+0000 mgr.y (mgr.14556) 13357 : cluster [DBG] pgmap v11803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:18:48.438208+0000 mgr.y (mgr.14556) 13358 : audit [DBG] from='client.38459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:18:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:18:48.793750+0000 mon.c (mon.2) 336 : audit [DBG] from='client.? 172.21.15.23:0/1932065370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:18:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:18:48.144543+0000 mgr.y (mgr.14556) 13356 : audit [DBG] from='client.28542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:18:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:48.179291+0000 mgr.y (mgr.14556) 13357 : cluster [DBG] pgmap v11803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:18:48.438208+0000 mgr.y (mgr.14556) 13358 : audit [DBG] from='client.38459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:18:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:18:48.793750+0000 mon.c (mon.2) 336 : audit [DBG] from='client.? 172.21.15.23:0/1932065370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:18:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:18:48.144543+0000 mgr.y (mgr.14556) 13356 : audit [DBG] from='client.28542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:18:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:48.179291+0000 mgr.y (mgr.14556) 13357 : cluster [DBG] pgmap v11803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:18:48.438208+0000 mgr.y (mgr.14556) 13358 : audit [DBG] from='client.38459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:18:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:18:48.793750+0000 mon.c (mon.2) 336 : audit [DBG] from='client.? 172.21.15.23:0/1932065370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:18:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:50.179749+0000 mgr.y (mgr.14556) 13359 : cluster [DBG] pgmap v11804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:50.179749+0000 mgr.y (mgr.14556) 13359 : cluster [DBG] pgmap v11804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:50.179749+0000 mgr.y (mgr.14556) 13359 : cluster [DBG] pgmap v11804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:51.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:18:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:52.180444+0000 mgr.y (mgr.14556) 13360 : cluster [DBG] pgmap v11805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:52.180444+0000 mgr.y (mgr.14556) 13360 : cluster [DBG] pgmap v11805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:53.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:52.180444+0000 mgr.y (mgr.14556) 13360 : cluster [DBG] pgmap v11805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:18:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:18:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:54.180905+0000 mgr.y (mgr.14556) 13361 : cluster [DBG] pgmap v11806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:54.180905+0000 mgr.y (mgr.14556) 13361 : cluster [DBG] pgmap v11806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:54.180905+0000 mgr.y (mgr.14556) 13361 : cluster [DBG] pgmap v11806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:56.181582+0000 mgr.y (mgr.14556) 13362 : cluster [DBG] pgmap v11807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:56.181582+0000 mgr.y (mgr.14556) 13362 : cluster [DBG] pgmap v11807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:56.181582+0000 mgr.y (mgr.14556) 13362 : cluster [DBG] pgmap v11807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:18:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:18:58.181950+0000 mgr.y (mgr.14556) 13363 : cluster [DBG] pgmap v11808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:18:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:18:58.181950+0000 mgr.y (mgr.14556) 13363 : cluster [DBG] pgmap v11808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:18:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:18:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:18:58.181950+0000 mgr.y (mgr.14556) 13363 : cluster [DBG] pgmap v11808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:00.182349+0000 mgr.y (mgr.14556) 13364 : cluster [DBG] pgmap v11809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:00.182349+0000 mgr.y (mgr.14556) 13364 : cluster [DBG] pgmap v11809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:00.182349+0000 mgr.y (mgr.14556) 13364 : cluster [DBG] pgmap v11809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:19:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:02.183015+0000 mgr.y (mgr.14556) 13365 : cluster [DBG] pgmap v11810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:02.183015+0000 mgr.y (mgr.14556) 13365 : cluster [DBG] pgmap v11810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:02.183015+0000 mgr.y (mgr.14556) 13365 : cluster [DBG] pgmap v11810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:19:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:19:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:04.183579+0000 mgr.y (mgr.14556) 13366 : cluster [DBG] pgmap v11811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:04.183579+0000 mgr.y (mgr.14556) 13366 : cluster [DBG] pgmap v11811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:04.183579+0000 mgr.y (mgr.14556) 13366 : cluster [DBG] pgmap v11811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:06.184462+0000 mgr.y (mgr.14556) 13367 : cluster [DBG] pgmap v11812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:06.184462+0000 mgr.y (mgr.14556) 13367 : cluster [DBG] pgmap v11812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:06.184462+0000 mgr.y (mgr.14556) 13367 : cluster [DBG] pgmap v11812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:08.184873+0000 mgr.y (mgr.14556) 13368 : cluster [DBG] pgmap v11813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:08.184873+0000 mgr.y (mgr.14556) 13368 : cluster [DBG] pgmap v11813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:08.184873+0000 mgr.y (mgr.14556) 13368 : cluster [DBG] pgmap v11813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:10.185236+0000 mgr.y (mgr.14556) 13369 : cluster [DBG] pgmap v11814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:10.185236+0000 mgr.y (mgr.14556) 13369 : cluster [DBG] pgmap v11814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:10.185236+0000 mgr.y (mgr.14556) 13369 : cluster [DBG] pgmap v11814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:19:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:12.186019+0000 mgr.y (mgr.14556) 13370 : cluster [DBG] pgmap v11815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:12.186019+0000 mgr.y (mgr.14556) 13370 : cluster [DBG] pgmap v11815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:12.186019+0000 mgr.y (mgr.14556) 13370 : cluster [DBG] pgmap v11815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:19:13] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:19:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:14.186568+0000 mgr.y (mgr.14556) 13371 : cluster [DBG] pgmap v11816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:14.186568+0000 mgr.y (mgr.14556) 13371 : cluster [DBG] pgmap v11816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:14.186568+0000 mgr.y (mgr.14556) 13371 : cluster [DBG] pgmap v11816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:16.187196+0000 mgr.y (mgr.14556) 13372 : cluster [DBG] pgmap v11817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:16.187196+0000 mgr.y (mgr.14556) 13372 : cluster [DBG] pgmap v11817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:16.187196+0000 mgr.y (mgr.14556) 13372 : cluster [DBG] pgmap v11817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:19.119 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:19:19.409 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:19:19.409 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 5m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:19:19.409 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:19:19.409 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 5m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:19:19.409 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:19:19.409 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:19:19.409 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 5m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:19:19.409 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 5m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:19:19.409 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:19:19.409 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 5m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:19:19.409 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 5m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:19:19.409 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:19:19.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 5m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:19:19.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 5m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:19:19.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 5m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:19:19.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 5m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:19:19.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:19:19.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:19:19.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:19:19.410 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:19:19.410 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:19:19.761 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:19:19.762 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:19:19.762 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:19:19.762 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:19:19.762 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:19:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:18.187574+0000 mgr.y (mgr.14556) 13373 : cluster [DBG] pgmap v11818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:18.187574+0000 mgr.y (mgr.14556) 13373 : cluster [DBG] pgmap v11818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:18.187574+0000 mgr.y (mgr.14556) 13373 : cluster [DBG] pgmap v11818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:19:19.108088+0000 mgr.y (mgr.14556) 13374 : audit [DBG] from='client.38471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:19:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:19:19.401660+0000 mgr.y (mgr.14556) 13375 : audit [DBG] from='client.38477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:19:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:19:19.761518+0000 mon.c (mon.2) 337 : audit [DBG] from='client.? 172.21.15.23:0/1659995390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:19:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:19:19.108088+0000 mgr.y (mgr.14556) 13374 : audit [DBG] from='client.38471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:19:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:19:19.401660+0000 mgr.y (mgr.14556) 13375 : audit [DBG] from='client.38477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:19:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:19:19.761518+0000 mon.c (mon.2) 337 : audit [DBG] from='client.? 172.21.15.23:0/1659995390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:19:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:19:19.108088+0000 mgr.y (mgr.14556) 13374 : audit [DBG] from='client.38471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:19:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:19:19.401660+0000 mgr.y (mgr.14556) 13375 : audit [DBG] from='client.38477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:19:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:19:19.761518+0000 mon.c (mon.2) 337 : audit [DBG] from='client.? 172.21.15.23:0/1659995390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:19:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:20.188053+0000 mgr.y (mgr.14556) 13376 : cluster [DBG] pgmap v11819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:20.188053+0000 mgr.y (mgr.14556) 13376 : cluster [DBG] pgmap v11819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:20.188053+0000 mgr.y (mgr.14556) 13376 : cluster [DBG] pgmap v11819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:21.939 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:19:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:19:23] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:19:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:22.188762+0000 mgr.y (mgr.14556) 13377 : cluster [DBG] pgmap v11820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:22.188762+0000 mgr.y (mgr.14556) 13377 : cluster [DBG] pgmap v11820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:22.188762+0000 mgr.y (mgr.14556) 13377 : cluster [DBG] pgmap v11820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:24.189278+0000 mgr.y (mgr.14556) 13378 : cluster [DBG] pgmap v11821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:24.189278+0000 mgr.y (mgr.14556) 13378 : cluster [DBG] pgmap v11821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:24.189278+0000 mgr.y (mgr.14556) 13378 : cluster [DBG] pgmap v11821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:26.190116+0000 mgr.y (mgr.14556) 13379 : cluster [DBG] pgmap v11822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:26.190116+0000 mgr.y (mgr.14556) 13379 : cluster [DBG] pgmap v11822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:26.190116+0000 mgr.y (mgr.14556) 13379 : cluster [DBG] pgmap v11822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:28.190576+0000 mgr.y (mgr.14556) 13380 : cluster [DBG] pgmap v11823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:28.190576+0000 mgr.y (mgr.14556) 13380 : cluster [DBG] pgmap v11823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:28.190576+0000 mgr.y (mgr.14556) 13380 : cluster [DBG] pgmap v11823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:30.191015+0000 mgr.y (mgr.14556) 13381 : cluster [DBG] pgmap v11824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:30.191015+0000 mgr.y (mgr.14556) 13381 : cluster [DBG] pgmap v11824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:30.191015+0000 mgr.y (mgr.14556) 13381 : cluster [DBG] pgmap v11824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:19:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:32.191656+0000 mgr.y (mgr.14556) 13382 : cluster [DBG] pgmap v11825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:32.191656+0000 mgr.y (mgr.14556) 13382 : cluster [DBG] pgmap v11825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:32.191656+0000 mgr.y (mgr.14556) 13382 : cluster [DBG] pgmap v11825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:19:33] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:19:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:34.192245+0000 mgr.y (mgr.14556) 13383 : cluster [DBG] pgmap v11826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:34.192245+0000 mgr.y (mgr.14556) 13383 : cluster [DBG] pgmap v11826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:34.192245+0000 mgr.y (mgr.14556) 13383 : cluster [DBG] pgmap v11826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:36.193059+0000 mgr.y (mgr.14556) 13384 : cluster [DBG] pgmap v11827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:36.193059+0000 mgr.y (mgr.14556) 13384 : cluster [DBG] pgmap v11827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:36.193059+0000 mgr.y (mgr.14556) 13384 : cluster [DBG] pgmap v11827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:38.193542+0000 mgr.y (mgr.14556) 13385 : cluster [DBG] pgmap v11828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:38.193542+0000 mgr.y (mgr.14556) 13385 : cluster [DBG] pgmap v11828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:38.193542+0000 mgr.y (mgr.14556) 13385 : cluster [DBG] pgmap v11828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:40.194049+0000 mgr.y (mgr.14556) 13386 : cluster [DBG] pgmap v11829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:19:40.851448+0000 mon.a (mon.0) 3054 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:19:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:40.194049+0000 mgr.y (mgr.14556) 13386 : cluster [DBG] pgmap v11829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:19:40.851448+0000 mon.a (mon.0) 3054 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:19:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:19:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:40.194049+0000 mgr.y (mgr.14556) 13386 : cluster [DBG] pgmap v11829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:19:40.851448+0000 mon.a (mon.0) 3054 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:19:43.454 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:42.194762+0000 mgr.y (mgr.14556) 13387 : cluster [DBG] pgmap v11830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:43.454 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:42.194762+0000 mgr.y (mgr.14556) 13387 : cluster [DBG] pgmap v11830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:42.194762+0000 mgr.y (mgr.14556) 13387 : cluster [DBG] pgmap v11830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:19:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:19:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:19:43.946827+0000 mon.a (mon.0) 3055 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:19:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:44.195103+0000 mgr.y (mgr.14556) 13388 : cluster [DBG] pgmap v11831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:19:44.238305+0000 mon.a (mon.0) 3056 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:19:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:19:44.238950+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:19:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:19:44.252708+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:19:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:19:43.946827+0000 mon.a (mon.0) 3055 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:19:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:44.195103+0000 mgr.y (mgr.14556) 13388 : cluster [DBG] pgmap v11831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:19:44.238305+0000 mon.a (mon.0) 3056 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:19:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:19:44.238950+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:19:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:19:44.252708+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:19:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:19:43.946827+0000 mon.a (mon.0) 3055 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:19:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:44.195103+0000 mgr.y (mgr.14556) 13388 : cluster [DBG] pgmap v11831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:19:44.238305+0000 mon.a (mon.0) 3056 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:19:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:19:44.238950+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:19:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:19:44.252708+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:19:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:46.195745+0000 mgr.y (mgr.14556) 13389 : cluster [DBG] pgmap v11832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:46.195745+0000 mgr.y (mgr.14556) 13389 : cluster [DBG] pgmap v11832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:46.195745+0000 mgr.y (mgr.14556) 13389 : cluster [DBG] pgmap v11832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:48.196132+0000 mgr.y (mgr.14556) 13390 : cluster [DBG] pgmap v11833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:48.196132+0000 mgr.y (mgr.14556) 13390 : cluster [DBG] pgmap v11833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:48.196132+0000 mgr.y (mgr.14556) 13390 : cluster [DBG] pgmap v11833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:50.087 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:19:50.378 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:19:50.378 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 6m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 6m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 6m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 6m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 6m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 6m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 6m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 6m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 6m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 6m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 6m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 6m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 6m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 6m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 6m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:19:50.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 6m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:19:50.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 6m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:19:50.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 6m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:19:50.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 6m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:19:50.380 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 6m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:19:50.729 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:19:50.729 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:19:50.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:19:50.729 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:19:50.729 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:19:50.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:19:50.729 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:19:50.729 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:19:50.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:19:50.729 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:19:50.729 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:19:50.730 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:19:50.730 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:19:50.730 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:19:50.730 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:19:50.730 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:19:50.730 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:19:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:19:50.075725+0000 mgr.y (mgr.14556) 13391 : audit [DBG] from='client.38489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:19:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:50.196457+0000 mgr.y (mgr.14556) 13392 : cluster [DBG] pgmap v11834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:19:50.371441+0000 mgr.y (mgr.14556) 13393 : audit [DBG] from='client.28584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:19:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:19:50.729719+0000 mon.c (mon.2) 338 : audit [DBG] from='client.? 172.21.15.23:0/1385806740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:19:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:19:50.075725+0000 mgr.y (mgr.14556) 13391 : audit [DBG] from='client.38489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:19:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:50.196457+0000 mgr.y (mgr.14556) 13392 : cluster [DBG] pgmap v11834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:19:50.371441+0000 mgr.y (mgr.14556) 13393 : audit [DBG] from='client.28584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:19:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:19:50.729719+0000 mon.c (mon.2) 338 : audit [DBG] from='client.? 172.21.15.23:0/1385806740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:19:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:19:50.075725+0000 mgr.y (mgr.14556) 13391 : audit [DBG] from='client.38489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:19:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:50.196457+0000 mgr.y (mgr.14556) 13392 : cluster [DBG] pgmap v11834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:19:50.371441+0000 mgr.y (mgr.14556) 13393 : audit [DBG] from='client.28584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:19:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:19:50.729719+0000 mon.c (mon.2) 338 : audit [DBG] from='client.? 172.21.15.23:0/1385806740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:19:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:19:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:52.197100+0000 mgr.y (mgr.14556) 13394 : cluster [DBG] pgmap v11835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:52.197100+0000 mgr.y (mgr.14556) 13394 : cluster [DBG] pgmap v11835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:52.197100+0000 mgr.y (mgr.14556) 13394 : cluster [DBG] pgmap v11835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:19:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:19:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:54.197616+0000 mgr.y (mgr.14556) 13395 : cluster [DBG] pgmap v11836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:54.197616+0000 mgr.y (mgr.14556) 13395 : cluster [DBG] pgmap v11836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:54.197616+0000 mgr.y (mgr.14556) 13395 : cluster [DBG] pgmap v11836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:56.198190+0000 mgr.y (mgr.14556) 13396 : cluster [DBG] pgmap v11837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:56.198190+0000 mgr.y (mgr.14556) 13396 : cluster [DBG] pgmap v11837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:56.198190+0000 mgr.y (mgr.14556) 13396 : cluster [DBG] pgmap v11837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:19:58.198524+0000 mgr.y (mgr.14556) 13397 : cluster [DBG] pgmap v11838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:19:58.198524+0000 mgr.y (mgr.14556) 13397 : cluster [DBG] pgmap v11838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:19:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:19:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:19:58.198524+0000 mgr.y (mgr.14556) 13397 : cluster [DBG] pgmap v11838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:00.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T13:19:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:20:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:00.000169+0000 mon.a (mon.0) 3059 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:20:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:00.000169+0000 mon.a (mon.0) 3059 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:20:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:00.000169+0000 mon.a (mon.0) 3059 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:20:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:00.198959+0000 mgr.y (mgr.14556) 13398 : cluster [DBG] pgmap v11839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:00.198959+0000 mgr.y (mgr.14556) 13398 : cluster [DBG] pgmap v11839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:01.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:00.198959+0000 mgr.y (mgr.14556) 13398 : cluster [DBG] pgmap v11839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:20:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:02.199583+0000 mgr.y (mgr.14556) 13399 : cluster [DBG] pgmap v11840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:02.199583+0000 mgr.y (mgr.14556) 13399 : cluster [DBG] pgmap v11840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:02.199583+0000 mgr.y (mgr.14556) 13399 : cluster [DBG] pgmap v11840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:20:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:20:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:04.200135+0000 mgr.y (mgr.14556) 13400 : cluster [DBG] pgmap v11841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:04.200135+0000 mgr.y (mgr.14556) 13400 : cluster [DBG] pgmap v11841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:04.200135+0000 mgr.y (mgr.14556) 13400 : cluster [DBG] pgmap v11841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:06.200966+0000 mgr.y (mgr.14556) 13401 : cluster [DBG] pgmap v11842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:06.200966+0000 mgr.y (mgr.14556) 13401 : cluster [DBG] pgmap v11842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:06.200966+0000 mgr.y (mgr.14556) 13401 : cluster [DBG] pgmap v11842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:08.201371+0000 mgr.y (mgr.14556) 13402 : cluster [DBG] pgmap v11843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:08.201371+0000 mgr.y (mgr.14556) 13402 : cluster [DBG] pgmap v11843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:08.201371+0000 mgr.y (mgr.14556) 13402 : cluster [DBG] pgmap v11843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:10.201816+0000 mgr.y (mgr.14556) 13403 : cluster [DBG] pgmap v11844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:10.201816+0000 mgr.y (mgr.14556) 13403 : cluster [DBG] pgmap v11844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:10.201816+0000 mgr.y (mgr.14556) 13403 : cluster [DBG] pgmap v11844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:20:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:12.202626+0000 mgr.y (mgr.14556) 13404 : cluster [DBG] pgmap v11845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:12.202626+0000 mgr.y (mgr.14556) 13404 : cluster [DBG] pgmap v11845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:12.202626+0000 mgr.y (mgr.14556) 13404 : cluster [DBG] pgmap v11845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:20:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:20:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:14.203111+0000 mgr.y (mgr.14556) 13405 : cluster [DBG] pgmap v11846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:14.203111+0000 mgr.y (mgr.14556) 13405 : cluster [DBG] pgmap v11846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:14.203111+0000 mgr.y (mgr.14556) 13405 : cluster [DBG] pgmap v11846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:16.203730+0000 mgr.y (mgr.14556) 13406 : cluster [DBG] pgmap v11847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:16.203730+0000 mgr.y (mgr.14556) 13406 : cluster [DBG] pgmap v11847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:16.203730+0000 mgr.y (mgr.14556) 13406 : cluster [DBG] pgmap v11847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:18.204156+0000 mgr.y (mgr.14556) 13407 : cluster [DBG] pgmap v11848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:18.204156+0000 mgr.y (mgr.14556) 13407 : cluster [DBG] pgmap v11848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:18.204156+0000 mgr.y (mgr.14556) 13407 : cluster [DBG] pgmap v11848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:21.058 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:20:21.341 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:20:21.341 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 6m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:20:21.341 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 6m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 6m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 6m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 6m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 6m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 6m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 6m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 6m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 6m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 6m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 6m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 6m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 6m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 6m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 6m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:20:21.342 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 6m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:20:21.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 6m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:20:21.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 6m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:20:21.343 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 6m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:20:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:20.204502+0000 mgr.y (mgr.14556) 13408 : cluster [DBG] pgmap v11849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:20:21.692 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:20:21.692 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:20:21.692 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:20:21.692 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:20:21.692 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:20:21.692 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:20:21.692 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:20:21.692 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:20:21.693 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:20:21.693 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:20:21.693 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:20:21.693 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:20:21.693 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:20:21.693 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:20:21.693 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:20:21.693 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:20:21.693 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:20:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:20.204502+0000 mgr.y (mgr.14556) 13408 : cluster [DBG] pgmap v11849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:20.204502+0000 mgr.y (mgr.14556) 13408 : cluster [DBG] pgmap v11849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:20:21.043388+0000 mgr.y (mgr.14556) 13409 : audit [DBG] from='client.28596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:20:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:20:21.334187+0000 mgr.y (mgr.14556) 13410 : audit [DBG] from='client.38513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:20:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:20:21.692362+0000 mon.c (mon.2) 339 : audit [DBG] from='client.? 172.21.15.23:0/2136388610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:20:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:20:21.043388+0000 mgr.y (mgr.14556) 13409 : audit [DBG] from='client.28596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:20:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:20:21.334187+0000 mgr.y (mgr.14556) 13410 : audit [DBG] from='client.38513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:20:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:20:21.692362+0000 mon.c (mon.2) 339 : audit [DBG] from='client.? 172.21.15.23:0/2136388610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:20:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:20:21.043388+0000 mgr.y (mgr.14556) 13409 : audit [DBG] from='client.28596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:20:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:20:21.334187+0000 mgr.y (mgr.14556) 13410 : audit [DBG] from='client.38513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:20:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:20:21.692362+0000 mon.c (mon.2) 339 : audit [DBG] from='client.? 172.21.15.23:0/2136388610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:20:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:22.205109+0000 mgr.y (mgr.14556) 13411 : cluster [DBG] pgmap v11850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:23.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:22.205109+0000 mgr.y (mgr.14556) 13411 : cluster [DBG] pgmap v11850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:22.205109+0000 mgr.y (mgr.14556) 13411 : cluster [DBG] pgmap v11850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:20:23] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:20:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:24.205583+0000 mgr.y (mgr.14556) 13412 : cluster [DBG] pgmap v11851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:24.205583+0000 mgr.y (mgr.14556) 13412 : cluster [DBG] pgmap v11851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:24.205583+0000 mgr.y (mgr.14556) 13412 : cluster [DBG] pgmap v11851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:26.206240+0000 mgr.y (mgr.14556) 13413 : cluster [DBG] pgmap v11852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:26.206240+0000 mgr.y (mgr.14556) 13413 : cluster [DBG] pgmap v11852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:26.206240+0000 mgr.y (mgr.14556) 13413 : cluster [DBG] pgmap v11852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:28.206613+0000 mgr.y (mgr.14556) 13414 : cluster [DBG] pgmap v11853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:28.206613+0000 mgr.y (mgr.14556) 13414 : cluster [DBG] pgmap v11853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:28.206613+0000 mgr.y (mgr.14556) 13414 : cluster [DBG] pgmap v11853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:30.206980+0000 mgr.y (mgr.14556) 13415 : cluster [DBG] pgmap v11854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:30.206980+0000 mgr.y (mgr.14556) 13415 : cluster [DBG] pgmap v11854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:30.206980+0000 mgr.y (mgr.14556) 13415 : cluster [DBG] pgmap v11854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:20:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:32.207666+0000 mgr.y (mgr.14556) 13416 : cluster [DBG] pgmap v11855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:32.207666+0000 mgr.y (mgr.14556) 13416 : cluster [DBG] pgmap v11855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:32.207666+0000 mgr.y (mgr.14556) 13416 : cluster [DBG] pgmap v11855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:20:33] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:20:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:34.208139+0000 mgr.y (mgr.14556) 13417 : cluster [DBG] pgmap v11856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:34.208139+0000 mgr.y (mgr.14556) 13417 : cluster [DBG] pgmap v11856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:34.208139+0000 mgr.y (mgr.14556) 13417 : cluster [DBG] pgmap v11856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:36.208975+0000 mgr.y (mgr.14556) 13418 : cluster [DBG] pgmap v11857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:36.208975+0000 mgr.y (mgr.14556) 13418 : cluster [DBG] pgmap v11857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:36.208975+0000 mgr.y (mgr.14556) 13418 : cluster [DBG] pgmap v11857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:38.209556+0000 mgr.y (mgr.14556) 13419 : cluster [DBG] pgmap v11858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:38.209556+0000 mgr.y (mgr.14556) 13419 : cluster [DBG] pgmap v11858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:38.209556+0000 mgr.y (mgr.14556) 13419 : cluster [DBG] pgmap v11858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:40.210040+0000 mgr.y (mgr.14556) 13420 : cluster [DBG] pgmap v11859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:40.210040+0000 mgr.y (mgr.14556) 13420 : cluster [DBG] pgmap v11859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:20:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:40.210040+0000 mgr.y (mgr.14556) 13420 : cluster [DBG] pgmap v11859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:43.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:20:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:20:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:42.210866+0000 mgr.y (mgr.14556) 13421 : cluster [DBG] pgmap v11860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:42.210866+0000 mgr.y (mgr.14556) 13421 : cluster [DBG] pgmap v11860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:42.210866+0000 mgr.y (mgr.14556) 13421 : cluster [DBG] pgmap v11860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:20:44.257152+0000 mon.a (mon.0) 3060 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:20:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:20:44.257152+0000 mon.a (mon.0) 3060 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:20:44.887 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:20:44.257152+0000 mon.a (mon.0) 3060 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:20:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:44.211382+0000 mgr.y (mgr.14556) 13422 : cluster [DBG] pgmap v11861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:44.211382+0000 mgr.y (mgr.14556) 13422 : cluster [DBG] pgmap v11861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:44.211382+0000 mgr.y (mgr.14556) 13422 : cluster [DBG] pgmap v11861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:46.212299+0000 mgr.y (mgr.14556) 13423 : cluster [DBG] pgmap v11862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:46.212299+0000 mgr.y (mgr.14556) 13423 : cluster [DBG] pgmap v11862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:46.212299+0000 mgr.y (mgr.14556) 13423 : cluster [DBG] pgmap v11862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:20:47.574420+0000 mon.a (mon.0) 3061 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:20:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:20:47.854850+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:20:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:20:47.855825+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:20:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:20:47.865906+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:20:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:20:47.574420+0000 mon.a (mon.0) 3061 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:20:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:20:47.854850+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:20:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:20:47.855825+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:20:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:20:47.865906+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:20:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:20:47.574420+0000 mon.a (mon.0) 3061 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:20:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:20:47.854850+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:20:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:20:47.855825+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:20:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:20:47.865906+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:20:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:48.212666+0000 mgr.y (mgr.14556) 13424 : cluster [DBG] pgmap v11863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:48.212666+0000 mgr.y (mgr.14556) 13424 : cluster [DBG] pgmap v11863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:48.212666+0000 mgr.y (mgr.14556) 13424 : cluster [DBG] pgmap v11863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:50.213172+0000 mgr.y (mgr.14556) 13425 : cluster [DBG] pgmap v11864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:50.213172+0000 mgr.y (mgr.14556) 13425 : cluster [DBG] pgmap v11864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:50.213172+0000 mgr.y (mgr.14556) 13425 : cluster [DBG] pgmap v11864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:20:52.019 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:20:52.306 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:20:52.306 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 7m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:20:52.306 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 7m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:20:52.306 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 7m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:20:52.306 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 7m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:20:52.306 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 7m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:20:52.306 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 7m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 7m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 7m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 7m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 7m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 7m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 7m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 7m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 7m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 7m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 7m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 7m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 7m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 7m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:20:52.307 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 7m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:20:52.656 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:20:52.657 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:20:52.657 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:20:52.657 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:20:52.657 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:20:52.657 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:20:52.657 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:20:52.657 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:20:52.657 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:20:52.657 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:20:52.657 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:20:52.657 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:20:52.658 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:20:52.658 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:20:52.658 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:20:52.658 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:20:52.658 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:20:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:20:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:20:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:20:52.008034+0000 mgr.y (mgr.14556) 13426 : audit [DBG] from='client.28614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:20:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:52.213719+0000 mgr.y (mgr.14556) 13427 : cluster [DBG] pgmap v11865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:20:52.298976+0000 mgr.y (mgr.14556) 13428 : audit [DBG] from='client.28620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:20:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:20:52.657547+0000 mon.a (mon.0) 3065 : audit [DBG] from='client.? 172.21.15.23:0/3261344086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:20:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:20:52.008034+0000 mgr.y (mgr.14556) 13426 : audit [DBG] from='client.28614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:20:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:52.213719+0000 mgr.y (mgr.14556) 13427 : cluster [DBG] pgmap v11865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:20:52.298976+0000 mgr.y (mgr.14556) 13428 : audit [DBG] from='client.28620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:20:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:20:52.657547+0000 mon.a (mon.0) 3065 : audit [DBG] from='client.? 172.21.15.23:0/3261344086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:20:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:20:52.008034+0000 mgr.y (mgr.14556) 13426 : audit [DBG] from='client.28614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:20:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:52.213719+0000 mgr.y (mgr.14556) 13427 : cluster [DBG] pgmap v11865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:20:52.298976+0000 mgr.y (mgr.14556) 13428 : audit [DBG] from='client.28620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:20:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:20:52.657547+0000 mon.a (mon.0) 3065 : audit [DBG] from='client.? 172.21.15.23:0/3261344086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:20:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:54.214157+0000 mgr.y (mgr.14556) 13429 : cluster [DBG] pgmap v11866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:54.214157+0000 mgr.y (mgr.14556) 13429 : cluster [DBG] pgmap v11866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:54.214157+0000 mgr.y (mgr.14556) 13429 : cluster [DBG] pgmap v11866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:56.214968+0000 mgr.y (mgr.14556) 13430 : cluster [DBG] pgmap v11867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:56.214968+0000 mgr.y (mgr.14556) 13430 : cluster [DBG] pgmap v11867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:56.214968+0000 mgr.y (mgr.14556) 13430 : cluster [DBG] pgmap v11867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:20:58.215447+0000 mgr.y (mgr.14556) 13431 : cluster [DBG] pgmap v11868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:20:58.215447+0000 mgr.y (mgr.14556) 13431 : cluster [DBG] pgmap v11868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:20:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:20:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:20:58.215447+0000 mgr.y (mgr.14556) 13431 : cluster [DBG] pgmap v11868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:00.216095+0000 mgr.y (mgr.14556) 13432 : cluster [DBG] pgmap v11869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:00.216095+0000 mgr.y (mgr.14556) 13432 : cluster [DBG] pgmap v11869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:00.216095+0000 mgr.y (mgr.14556) 13432 : cluster [DBG] pgmap v11869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:21:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:02.216774+0000 mgr.y (mgr.14556) 13433 : cluster [DBG] pgmap v11870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:02.216774+0000 mgr.y (mgr.14556) 13433 : cluster [DBG] pgmap v11870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:02.216774+0000 mgr.y (mgr.14556) 13433 : cluster [DBG] pgmap v11870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:21:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:21:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:04.217212+0000 mgr.y (mgr.14556) 13434 : cluster [DBG] pgmap v11871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:04.217212+0000 mgr.y (mgr.14556) 13434 : cluster [DBG] pgmap v11871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:04.217212+0000 mgr.y (mgr.14556) 13434 : cluster [DBG] pgmap v11871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:06.217926+0000 mgr.y (mgr.14556) 13435 : cluster [DBG] pgmap v11872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:06.217926+0000 mgr.y (mgr.14556) 13435 : cluster [DBG] pgmap v11872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:06.217926+0000 mgr.y (mgr.14556) 13435 : cluster [DBG] pgmap v11872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:08.218325+0000 mgr.y (mgr.14556) 13436 : cluster [DBG] pgmap v11873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:08.218325+0000 mgr.y (mgr.14556) 13436 : cluster [DBG] pgmap v11873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:08.218325+0000 mgr.y (mgr.14556) 13436 : cluster [DBG] pgmap v11873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:10.218849+0000 mgr.y (mgr.14556) 13437 : cluster [DBG] pgmap v11874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:10.218849+0000 mgr.y (mgr.14556) 13437 : cluster [DBG] pgmap v11874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:11.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:10.218849+0000 mgr.y (mgr.14556) 13437 : cluster [DBG] pgmap v11874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:21:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:12.219486+0000 mgr.y (mgr.14556) 13438 : cluster [DBG] pgmap v11875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:12.219486+0000 mgr.y (mgr.14556) 13438 : cluster [DBG] pgmap v11875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:12.219486+0000 mgr.y (mgr.14556) 13438 : cluster [DBG] pgmap v11875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:21:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:21:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:14.220008+0000 mgr.y (mgr.14556) 13439 : cluster [DBG] pgmap v11876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:14.220008+0000 mgr.y (mgr.14556) 13439 : cluster [DBG] pgmap v11876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:14.220008+0000 mgr.y (mgr.14556) 13439 : cluster [DBG] pgmap v11876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:16.220812+0000 mgr.y (mgr.14556) 13440 : cluster [DBG] pgmap v11877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:16.220812+0000 mgr.y (mgr.14556) 13440 : cluster [DBG] pgmap v11877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:16.220812+0000 mgr.y (mgr.14556) 13440 : cluster [DBG] pgmap v11877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:18.221132+0000 mgr.y (mgr.14556) 13441 : cluster [DBG] pgmap v11878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:18.221132+0000 mgr.y (mgr.14556) 13441 : cluster [DBG] pgmap v11878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:18.221132+0000 mgr.y (mgr.14556) 13441 : cluster [DBG] pgmap v11878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:20.221575+0000 mgr.y (mgr.14556) 13442 : cluster [DBG] pgmap v11879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:20.221575+0000 mgr.y (mgr.14556) 13442 : cluster [DBG] pgmap v11879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:20.221575+0000 mgr.y (mgr.14556) 13442 : cluster [DBG] pgmap v11879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:21:22.983 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 7m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 7m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 7m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 7m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 7m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 7m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 7m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 7m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 7m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 7m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 7m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:21:23.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 7m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:21:23.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 7m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:21:23.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 7m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:21:23.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 7m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:21:23.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 7m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:21:23.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 7m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:21:23.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 7m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:21:23.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 7m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:21:23.272 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 7m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:21:23.624 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:21:23.624 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:21:23.624 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:21:23.624 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:21:23.624 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:21:23.624 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:21:23.624 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:21:23.625 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:21:23.625 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:21:23.625 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:21:23.625 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:21:23.625 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:21:23.625 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:21:23.625 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:21:23.625 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:21:23.625 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:21:23.625 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:21:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:22.222285+0000 mgr.y (mgr.14556) 13443 : cluster [DBG] pgmap v11880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:22.222285+0000 mgr.y (mgr.14556) 13443 : cluster [DBG] pgmap v11880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:22.222285+0000 mgr.y (mgr.14556) 13443 : cluster [DBG] pgmap v11880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:21:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:21:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:21:22.971720+0000 mgr.y (mgr.14556) 13444 : audit [DBG] from='client.38543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:21:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:21:23.263446+0000 mgr.y (mgr.14556) 13445 : audit [DBG] from='client.28638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:21:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:21:23.624852+0000 mon.c (mon.2) 340 : audit [DBG] from='client.? 172.21.15.23:0/2435317857' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:21:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:21:22.971720+0000 mgr.y (mgr.14556) 13444 : audit [DBG] from='client.38543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:21:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:21:23.263446+0000 mgr.y (mgr.14556) 13445 : audit [DBG] from='client.28638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:21:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:21:23.624852+0000 mon.c (mon.2) 340 : audit [DBG] from='client.? 172.21.15.23:0/2435317857' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:21:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:21:22.971720+0000 mgr.y (mgr.14556) 13444 : audit [DBG] from='client.38543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:21:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:21:23.263446+0000 mgr.y (mgr.14556) 13445 : audit [DBG] from='client.28638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:21:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:21:23.624852+0000 mon.c (mon.2) 340 : audit [DBG] from='client.? 172.21.15.23:0/2435317857' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:21:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:24.222833+0000 mgr.y (mgr.14556) 13446 : cluster [DBG] pgmap v11881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:24.222833+0000 mgr.y (mgr.14556) 13446 : cluster [DBG] pgmap v11881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:24.222833+0000 mgr.y (mgr.14556) 13446 : cluster [DBG] pgmap v11881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:26.223535+0000 mgr.y (mgr.14556) 13447 : cluster [DBG] pgmap v11882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:26.223535+0000 mgr.y (mgr.14556) 13447 : cluster [DBG] pgmap v11882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:26.223535+0000 mgr.y (mgr.14556) 13447 : cluster [DBG] pgmap v11882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:28.224067+0000 mgr.y (mgr.14556) 13448 : cluster [DBG] pgmap v11883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:28.224067+0000 mgr.y (mgr.14556) 13448 : cluster [DBG] pgmap v11883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:28.224067+0000 mgr.y (mgr.14556) 13448 : cluster [DBG] pgmap v11883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:30.224706+0000 mgr.y (mgr.14556) 13449 : cluster [DBG] pgmap v11884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:30.224706+0000 mgr.y (mgr.14556) 13449 : cluster [DBG] pgmap v11884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:30.224706+0000 mgr.y (mgr.14556) 13449 : cluster [DBG] pgmap v11884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:21:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:32.225281+0000 mgr.y (mgr.14556) 13450 : cluster [DBG] pgmap v11885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:32.225281+0000 mgr.y (mgr.14556) 13450 : cluster [DBG] pgmap v11885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:32.225281+0000 mgr.y (mgr.14556) 13450 : cluster [DBG] pgmap v11885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:21:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:21:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:34.225857+0000 mgr.y (mgr.14556) 13451 : cluster [DBG] pgmap v11886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:34.225857+0000 mgr.y (mgr.14556) 13451 : cluster [DBG] pgmap v11886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:34.225857+0000 mgr.y (mgr.14556) 13451 : cluster [DBG] pgmap v11886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:36.226659+0000 mgr.y (mgr.14556) 13452 : cluster [DBG] pgmap v11887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:36.226659+0000 mgr.y (mgr.14556) 13452 : cluster [DBG] pgmap v11887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:36.226659+0000 mgr.y (mgr.14556) 13452 : cluster [DBG] pgmap v11887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:39.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:38.227146+0000 mgr.y (mgr.14556) 13453 : cluster [DBG] pgmap v11888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:39.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:38.227146+0000 mgr.y (mgr.14556) 13453 : cluster [DBG] pgmap v11888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:38.227146+0000 mgr.y (mgr.14556) 13453 : cluster [DBG] pgmap v11888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:40.227793+0000 mgr.y (mgr.14556) 13454 : cluster [DBG] pgmap v11889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:40.227793+0000 mgr.y (mgr.14556) 13454 : cluster [DBG] pgmap v11889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:40.227793+0000 mgr.y (mgr.14556) 13454 : cluster [DBG] pgmap v11889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:21:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:42.228499+0000 mgr.y (mgr.14556) 13455 : cluster [DBG] pgmap v11890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:42.228499+0000 mgr.y (mgr.14556) 13455 : cluster [DBG] pgmap v11890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:42.228499+0000 mgr.y (mgr.14556) 13455 : cluster [DBG] pgmap v11890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:21:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:21:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:44.229033+0000 mgr.y (mgr.14556) 13456 : cluster [DBG] pgmap v11891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:44.229033+0000 mgr.y (mgr.14556) 13456 : cluster [DBG] pgmap v11891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:44.229033+0000 mgr.y (mgr.14556) 13456 : cluster [DBG] pgmap v11891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:46.229823+0000 mgr.y (mgr.14556) 13457 : cluster [DBG] pgmap v11892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:46.229823+0000 mgr.y (mgr.14556) 13457 : cluster [DBG] pgmap v11892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:46.229823+0000 mgr.y (mgr.14556) 13457 : cluster [DBG] pgmap v11892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:21:47.873180+0000 mon.a (mon.0) 3066 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:21:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:21:48.173349+0000 mon.a (mon.0) 3067 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:21:48.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:21:48.173980+0000 mon.a (mon.0) 3068 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:21:48.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:21:48.187161+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:21:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:21:47.873180+0000 mon.a (mon.0) 3066 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:21:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:21:48.173349+0000 mon.a (mon.0) 3067 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:21:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:21:48.173980+0000 mon.a (mon.0) 3068 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:21:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:21:48.187161+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:21:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:21:47.873180+0000 mon.a (mon.0) 3066 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:21:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:21:48.173349+0000 mon.a (mon.0) 3067 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:21:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:21:48.173980+0000 mon.a (mon.0) 3068 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:21:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:21:48.187161+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:21:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:48.230229+0000 mgr.y (mgr.14556) 13458 : cluster [DBG] pgmap v11893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:48.230229+0000 mgr.y (mgr.14556) 13458 : cluster [DBG] pgmap v11893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:48.230229+0000 mgr.y (mgr.14556) 13458 : cluster [DBG] pgmap v11893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:50.230718+0000 mgr.y (mgr.14556) 13459 : cluster [DBG] pgmap v11894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:50.230718+0000 mgr.y (mgr.14556) 13459 : cluster [DBG] pgmap v11894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:50.230718+0000 mgr.y (mgr.14556) 13459 : cluster [DBG] pgmap v11894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:21:53.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:21:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:21:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:52.231150+0000 mgr.y (mgr.14556) 13460 : cluster [DBG] pgmap v11895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:52.231150+0000 mgr.y (mgr.14556) 13460 : cluster [DBG] pgmap v11895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:52.231150+0000 mgr.y (mgr.14556) 13460 : cluster [DBG] pgmap v11895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:53.952 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:21:54.240 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:21:54.240 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 8m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:21:54.240 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 8m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 8m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 8m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 8m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 8m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 8m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 8m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 8m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 8m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 8m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 8m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 8m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 8m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 8m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:21:54.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 8m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:21:54.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 8m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:21:54.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 8m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:21:54.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 8m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:21:54.242 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 8m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:21:54.591 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:21:54.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:21:54.593 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:21:54.593 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:21:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:21:53.941274+0000 mgr.y (mgr.14556) 13461 : audit [DBG] from='client.38561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:21:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:54.231473+0000 mgr.y (mgr.14556) 13462 : cluster [DBG] pgmap v11896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:21:54.233310+0000 mgr.y (mgr.14556) 13463 : audit [DBG] from='client.28656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:21:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:21:54.592486+0000 mon.a (mon.0) 3070 : audit [DBG] from='client.? 172.21.15.23:0/776148428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:21:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:21:53.941274+0000 mgr.y (mgr.14556) 13461 : audit [DBG] from='client.38561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:21:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:54.231473+0000 mgr.y (mgr.14556) 13462 : cluster [DBG] pgmap v11896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:21:54.233310+0000 mgr.y (mgr.14556) 13463 : audit [DBG] from='client.28656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:21:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:21:54.592486+0000 mon.a (mon.0) 3070 : audit [DBG] from='client.? 172.21.15.23:0/776148428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:21:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:21:53.941274+0000 mgr.y (mgr.14556) 13461 : audit [DBG] from='client.38561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:21:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:54.231473+0000 mgr.y (mgr.14556) 13462 : cluster [DBG] pgmap v11896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:21:54.233310+0000 mgr.y (mgr.14556) 13463 : audit [DBG] from='client.28656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:21:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:21:54.592486+0000 mon.a (mon.0) 3070 : audit [DBG] from='client.? 172.21.15.23:0/776148428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:21:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:56.232034+0000 mgr.y (mgr.14556) 13464 : cluster [DBG] pgmap v11897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:56.232034+0000 mgr.y (mgr.14556) 13464 : cluster [DBG] pgmap v11897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:56.232034+0000 mgr.y (mgr.14556) 13464 : cluster [DBG] pgmap v11897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:21:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:21:58.232472+0000 mgr.y (mgr.14556) 13465 : cluster [DBG] pgmap v11898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:21:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:21:58.232472+0000 mgr.y (mgr.14556) 13465 : cluster [DBG] pgmap v11898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:21:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:21:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:21:58.232472+0000 mgr.y (mgr.14556) 13465 : cluster [DBG] pgmap v11898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:00.232994+0000 mgr.y (mgr.14556) 13466 : cluster [DBG] pgmap v11899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:00.232994+0000 mgr.y (mgr.14556) 13466 : cluster [DBG] pgmap v11899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:22:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:00.232994+0000 mgr.y (mgr.14556) 13466 : cluster [DBG] pgmap v11899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:02.233617+0000 mgr.y (mgr.14556) 13467 : cluster [DBG] pgmap v11900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:22:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:22:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:02.233617+0000 mgr.y (mgr.14556) 13467 : cluster [DBG] pgmap v11900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:02.233617+0000 mgr.y (mgr.14556) 13467 : cluster [DBG] pgmap v11900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:04.234149+0000 mgr.y (mgr.14556) 13468 : cluster [DBG] pgmap v11901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:04.234149+0000 mgr.y (mgr.14556) 13468 : cluster [DBG] pgmap v11901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:04.234149+0000 mgr.y (mgr.14556) 13468 : cluster [DBG] pgmap v11901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:06.235049+0000 mgr.y (mgr.14556) 13469 : cluster [DBG] pgmap v11902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:06.235049+0000 mgr.y (mgr.14556) 13469 : cluster [DBG] pgmap v11902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:06.235049+0000 mgr.y (mgr.14556) 13469 : cluster [DBG] pgmap v11902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:08.235500+0000 mgr.y (mgr.14556) 13470 : cluster [DBG] pgmap v11903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:08.235500+0000 mgr.y (mgr.14556) 13470 : cluster [DBG] pgmap v11903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:08.235500+0000 mgr.y (mgr.14556) 13470 : cluster [DBG] pgmap v11903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:10.236105+0000 mgr.y (mgr.14556) 13471 : cluster [DBG] pgmap v11904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:10.236105+0000 mgr.y (mgr.14556) 13471 : cluster [DBG] pgmap v11904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:11.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:10.236105+0000 mgr.y (mgr.14556) 13471 : cluster [DBG] pgmap v11904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:22:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:12.236729+0000 mgr.y (mgr.14556) 13472 : cluster [DBG] pgmap v11905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:12.236729+0000 mgr.y (mgr.14556) 13472 : cluster [DBG] pgmap v11905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:12.236729+0000 mgr.y (mgr.14556) 13472 : cluster [DBG] pgmap v11905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:22:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:22:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:14.237151+0000 mgr.y (mgr.14556) 13473 : cluster [DBG] pgmap v11906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:14.237151+0000 mgr.y (mgr.14556) 13473 : cluster [DBG] pgmap v11906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:14.237151+0000 mgr.y (mgr.14556) 13473 : cluster [DBG] pgmap v11906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:16.238044+0000 mgr.y (mgr.14556) 13474 : cluster [DBG] pgmap v11907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:16.238044+0000 mgr.y (mgr.14556) 13474 : cluster [DBG] pgmap v11907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:16.238044+0000 mgr.y (mgr.14556) 13474 : cluster [DBG] pgmap v11907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:18.238612+0000 mgr.y (mgr.14556) 13475 : cluster [DBG] pgmap v11908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:18.238612+0000 mgr.y (mgr.14556) 13475 : cluster [DBG] pgmap v11908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:18.238612+0000 mgr.y (mgr.14556) 13475 : cluster [DBG] pgmap v11908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:20.239487+0000 mgr.y (mgr.14556) 13476 : cluster [DBG] pgmap v11909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:22:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:20.239487+0000 mgr.y (mgr.14556) 13476 : cluster [DBG] pgmap v11909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:20.239487+0000 mgr.y (mgr.14556) 13476 : cluster [DBG] pgmap v11909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:22.239970+0000 mgr.y (mgr.14556) 13477 : cluster [DBG] pgmap v11910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:22.239970+0000 mgr.y (mgr.14556) 13477 : cluster [DBG] pgmap v11910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:22.239970+0000 mgr.y (mgr.14556) 13477 : cluster [DBG] pgmap v11910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:22:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:22:24.917 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:22:25.203 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:22:25.203 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 8m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:22:25.203 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 8m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:22:25.203 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 8m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:22:25.203 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 8m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 8m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 8m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 8m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 8m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 8m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 8m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 8m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 8m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 8m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 8m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 8m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 8m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 8m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:22:25.204 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 8m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:22:25.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 8m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:22:25.205 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 8m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:22:25.553 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:22:25.553 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:22:25.553 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:22:25.553 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:22:25.553 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:22:25.553 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:22:25.553 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:22:25.553 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:22:25.553 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:22:25.553 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:22:25.553 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:22:25.553 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:22:25.554 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:22:25.554 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:22:25.554 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:22:25.554 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:22:25.554 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:22:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:24.240451+0000 mgr.y (mgr.14556) 13478 : cluster [DBG] pgmap v11911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:24.240451+0000 mgr.y (mgr.14556) 13478 : cluster [DBG] pgmap v11911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:24.240451+0000 mgr.y (mgr.14556) 13478 : cluster [DBG] pgmap v11911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:22:24.905584+0000 mgr.y (mgr.14556) 13479 : audit [DBG] from='client.38579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:22:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:22:25.195979+0000 mgr.y (mgr.14556) 13480 : audit [DBG] from='client.38585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:22:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:22:25.553495+0000 mon.c (mon.2) 341 : audit [DBG] from='client.? 172.21.15.23:0/1561887446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:22:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:22:24.905584+0000 mgr.y (mgr.14556) 13479 : audit [DBG] from='client.38579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:22:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:22:25.195979+0000 mgr.y (mgr.14556) 13480 : audit [DBG] from='client.38585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:22:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:22:25.553495+0000 mon.c (mon.2) 341 : audit [DBG] from='client.? 172.21.15.23:0/1561887446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:22:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:22:24.905584+0000 mgr.y (mgr.14556) 13479 : audit [DBG] from='client.38579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:22:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:22:25.195979+0000 mgr.y (mgr.14556) 13480 : audit [DBG] from='client.38585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:22:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:22:25.553495+0000 mon.c (mon.2) 341 : audit [DBG] from='client.? 172.21.15.23:0/1561887446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:22:27.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:26.241119+0000 mgr.y (mgr.14556) 13481 : cluster [DBG] pgmap v11912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:26.241119+0000 mgr.y (mgr.14556) 13481 : cluster [DBG] pgmap v11912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:26.241119+0000 mgr.y (mgr.14556) 13481 : cluster [DBG] pgmap v11912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:28.241504+0000 mgr.y (mgr.14556) 13482 : cluster [DBG] pgmap v11913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:28.241504+0000 mgr.y (mgr.14556) 13482 : cluster [DBG] pgmap v11913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:28.241504+0000 mgr.y (mgr.14556) 13482 : cluster [DBG] pgmap v11913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:30.242087+0000 mgr.y (mgr.14556) 13483 : cluster [DBG] pgmap v11914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:30.242087+0000 mgr.y (mgr.14556) 13483 : cluster [DBG] pgmap v11914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:30.242087+0000 mgr.y (mgr.14556) 13483 : cluster [DBG] pgmap v11914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:22:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:32.242725+0000 mgr.y (mgr.14556) 13484 : cluster [DBG] pgmap v11915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:32.242725+0000 mgr.y (mgr.14556) 13484 : cluster [DBG] pgmap v11915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:32.242725+0000 mgr.y (mgr.14556) 13484 : cluster [DBG] pgmap v11915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:22:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:22:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:34.243171+0000 mgr.y (mgr.14556) 13485 : cluster [DBG] pgmap v11916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:34.243171+0000 mgr.y (mgr.14556) 13485 : cluster [DBG] pgmap v11916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:34.243171+0000 mgr.y (mgr.14556) 13485 : cluster [DBG] pgmap v11916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:36.243992+0000 mgr.y (mgr.14556) 13486 : cluster [DBG] pgmap v11917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:36.243992+0000 mgr.y (mgr.14556) 13486 : cluster [DBG] pgmap v11917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:36.243992+0000 mgr.y (mgr.14556) 13486 : cluster [DBG] pgmap v11917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:38.244408+0000 mgr.y (mgr.14556) 13487 : cluster [DBG] pgmap v11918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:38.244408+0000 mgr.y (mgr.14556) 13487 : cluster [DBG] pgmap v11918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:38.244408+0000 mgr.y (mgr.14556) 13487 : cluster [DBG] pgmap v11918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:40.245087+0000 mgr.y (mgr.14556) 13488 : cluster [DBG] pgmap v11919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:40.245087+0000 mgr.y (mgr.14556) 13488 : cluster [DBG] pgmap v11919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:40.245087+0000 mgr.y (mgr.14556) 13488 : cluster [DBG] pgmap v11919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:22:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:42.245569+0000 mgr.y (mgr.14556) 13489 : cluster [DBG] pgmap v11920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:42.245569+0000 mgr.y (mgr.14556) 13489 : cluster [DBG] pgmap v11920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:42.245569+0000 mgr.y (mgr.14556) 13489 : cluster [DBG] pgmap v11920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:22:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:22:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:44.246176+0000 mgr.y (mgr.14556) 13490 : cluster [DBG] pgmap v11921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:44.246176+0000 mgr.y (mgr.14556) 13490 : cluster [DBG] pgmap v11921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:44.246176+0000 mgr.y (mgr.14556) 13490 : cluster [DBG] pgmap v11921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:46.246863+0000 mgr.y (mgr.14556) 13491 : cluster [DBG] pgmap v11922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:46.246863+0000 mgr.y (mgr.14556) 13491 : cluster [DBG] pgmap v11922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:46.246863+0000 mgr.y (mgr.14556) 13491 : cluster [DBG] pgmap v11922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:22:48.191592+0000 mon.a (mon.0) 3071 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:22:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:22:48.497198+0000 mon.a (mon.0) 3072 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:22:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:22:48.497889+0000 mon.a (mon.0) 3073 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:22:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:22:48.505419+0000 mon.a (mon.0) 3074 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:22:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:22:48.191592+0000 mon.a (mon.0) 3071 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:22:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:22:48.497198+0000 mon.a (mon.0) 3072 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:22:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:22:48.497889+0000 mon.a (mon.0) 3073 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:22:48.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:22:48.505419+0000 mon.a (mon.0) 3074 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:22:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:22:48.191592+0000 mon.a (mon.0) 3071 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:22:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:22:48.497198+0000 mon.a (mon.0) 3072 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:22:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:22:48.497889+0000 mon.a (mon.0) 3073 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:22:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:22:48.505419+0000 mon.a (mon.0) 3074 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:22:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:48.247234+0000 mgr.y (mgr.14556) 13492 : cluster [DBG] pgmap v11923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:48.247234+0000 mgr.y (mgr.14556) 13492 : cluster [DBG] pgmap v11923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:48.247234+0000 mgr.y (mgr.14556) 13492 : cluster [DBG] pgmap v11923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:50.247854+0000 mgr.y (mgr.14556) 13493 : cluster [DBG] pgmap v11924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:50.247854+0000 mgr.y (mgr.14556) 13493 : cluster [DBG] pgmap v11924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:50.247854+0000 mgr.y (mgr.14556) 13493 : cluster [DBG] pgmap v11924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:22:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:52.248429+0000 mgr.y (mgr.14556) 13494 : cluster [DBG] pgmap v11925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:22:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:22:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:52.248429+0000 mgr.y (mgr.14556) 13494 : cluster [DBG] pgmap v11925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:52.248429+0000 mgr.y (mgr.14556) 13494 : cluster [DBG] pgmap v11925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:54.248839+0000 mgr.y (mgr.14556) 13495 : cluster [DBG] pgmap v11926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:54.248839+0000 mgr.y (mgr.14556) 13495 : cluster [DBG] pgmap v11926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:55.880 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:22:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:54.248839+0000 mgr.y (mgr.14556) 13495 : cluster [DBG] pgmap v11926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 9m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 9m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 9m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 9m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 9m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 9m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 9m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 9m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 9m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 9m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 9m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 9m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:22:56.170 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 9m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:22:56.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 9m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:22:56.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 9m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:22:56.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 9m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:22:56.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 9m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:22:56.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 9m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:22:56.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 9m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:22:56.171 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 9m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:22:56.523 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:22:56.523 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:22:56.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:22:56.523 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:22:56.524 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:22:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:22:56.524095+0000 mon.a (mon.0) 3075 : audit [DBG] from='client.? 172.21.15.23:0/3290520909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:22:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:22:56.524095+0000 mon.a (mon.0) 3075 : audit [DBG] from='client.? 172.21.15.23:0/3290520909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:22:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:22:56.524095+0000 mon.a (mon.0) 3075 : audit [DBG] from='client.? 172.21.15.23:0/3290520909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:22:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:22:55.868786+0000 mgr.y (mgr.14556) 13496 : audit [DBG] from='client.28686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:22:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:22:56.162634+0000 mgr.y (mgr.14556) 13497 : audit [DBG] from='client.28692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:22:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:56.249553+0000 mgr.y (mgr.14556) 13498 : cluster [DBG] pgmap v11927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:22:55.868786+0000 mgr.y (mgr.14556) 13496 : audit [DBG] from='client.28686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:22:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:22:56.162634+0000 mgr.y (mgr.14556) 13497 : audit [DBG] from='client.28692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:22:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:56.249553+0000 mgr.y (mgr.14556) 13498 : cluster [DBG] pgmap v11927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:22:55.868786+0000 mgr.y (mgr.14556) 13496 : audit [DBG] from='client.28686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:22:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:22:56.162634+0000 mgr.y (mgr.14556) 13497 : audit [DBG] from='client.28692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:22:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:56.249553+0000 mgr.y (mgr.14556) 13498 : cluster [DBG] pgmap v11927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:22:58.250099+0000 mgr.y (mgr.14556) 13499 : cluster [DBG] pgmap v11928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:22:58.250099+0000 mgr.y (mgr.14556) 13499 : cluster [DBG] pgmap v11928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:22:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:22:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:22:58.250099+0000 mgr.y (mgr.14556) 13499 : cluster [DBG] pgmap v11928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:00.250840+0000 mgr.y (mgr.14556) 13500 : cluster [DBG] pgmap v11929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:23:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:00.250840+0000 mgr.y (mgr.14556) 13500 : cluster [DBG] pgmap v11929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:00.250840+0000 mgr.y (mgr.14556) 13500 : cluster [DBG] pgmap v11929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:02.251340+0000 mgr.y (mgr.14556) 13501 : cluster [DBG] pgmap v11930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:23:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:23:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:02.251340+0000 mgr.y (mgr.14556) 13501 : cluster [DBG] pgmap v11930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:02.251340+0000 mgr.y (mgr.14556) 13501 : cluster [DBG] pgmap v11930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:04.251676+0000 mgr.y (mgr.14556) 13502 : cluster [DBG] pgmap v11931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:04.251676+0000 mgr.y (mgr.14556) 13502 : cluster [DBG] pgmap v11931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:04.251676+0000 mgr.y (mgr.14556) 13502 : cluster [DBG] pgmap v11931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:06.252366+0000 mgr.y (mgr.14556) 13503 : cluster [DBG] pgmap v11932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:06.252366+0000 mgr.y (mgr.14556) 13503 : cluster [DBG] pgmap v11932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:06.252366+0000 mgr.y (mgr.14556) 13503 : cluster [DBG] pgmap v11932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:08.252693+0000 mgr.y (mgr.14556) 13504 : cluster [DBG] pgmap v11933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:08.252693+0000 mgr.y (mgr.14556) 13504 : cluster [DBG] pgmap v11933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:08.252693+0000 mgr.y (mgr.14556) 13504 : cluster [DBG] pgmap v11933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:10.253294+0000 mgr.y (mgr.14556) 13505 : cluster [DBG] pgmap v11934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:10.253294+0000 mgr.y (mgr.14556) 13505 : cluster [DBG] pgmap v11934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:10.253294+0000 mgr.y (mgr.14556) 13505 : cluster [DBG] pgmap v11934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:23:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:12.253732+0000 mgr.y (mgr.14556) 13506 : cluster [DBG] pgmap v11935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:12.253732+0000 mgr.y (mgr.14556) 13506 : cluster [DBG] pgmap v11935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:12.253732+0000 mgr.y (mgr.14556) 13506 : cluster [DBG] pgmap v11935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:23:13] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T13:23:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:14.254146+0000 mgr.y (mgr.14556) 13507 : cluster [DBG] pgmap v11936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:14.254146+0000 mgr.y (mgr.14556) 13507 : cluster [DBG] pgmap v11936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:14.254146+0000 mgr.y (mgr.14556) 13507 : cluster [DBG] pgmap v11936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:16.254888+0000 mgr.y (mgr.14556) 13508 : cluster [DBG] pgmap v11937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:16.254888+0000 mgr.y (mgr.14556) 13508 : cluster [DBG] pgmap v11937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:16.254888+0000 mgr.y (mgr.14556) 13508 : cluster [DBG] pgmap v11937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:18.255457+0000 mgr.y (mgr.14556) 13509 : cluster [DBG] pgmap v11938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:18.255457+0000 mgr.y (mgr.14556) 13509 : cluster [DBG] pgmap v11938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:18.255457+0000 mgr.y (mgr.14556) 13509 : cluster [DBG] pgmap v11938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:20.256236+0000 mgr.y (mgr.14556) 13510 : cluster [DBG] pgmap v11939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:20.256236+0000 mgr.y (mgr.14556) 13510 : cluster [DBG] pgmap v11939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:20.256236+0000 mgr.y (mgr.14556) 13510 : cluster [DBG] pgmap v11939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:23:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:22.256687+0000 mgr.y (mgr.14556) 13511 : cluster [DBG] pgmap v11940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:22.256687+0000 mgr.y (mgr.14556) 13511 : cluster [DBG] pgmap v11940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:22.256687+0000 mgr.y (mgr.14556) 13511 : cluster [DBG] pgmap v11940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:23:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:23:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:24.257252+0000 mgr.y (mgr.14556) 13512 : cluster [DBG] pgmap v11941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:24.257252+0000 mgr.y (mgr.14556) 13512 : cluster [DBG] pgmap v11941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:24.257252+0000 mgr.y (mgr.14556) 13512 : cluster [DBG] pgmap v11941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:26.847 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:23:27.133 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:23:27.133 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 9m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:23:27.133 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 9m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:23:27.133 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 9m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:23:27.133 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 9m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:23:27.133 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 9m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:23:27.133 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 9m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:23:27.133 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 9m ago 6h 1069M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:23:27.133 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 9m ago 6h 579M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:23:27.133 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 9m ago 6h 583M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:23:27.133 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 9m ago 6h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:23:27.134 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 9m ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:23:27.134 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 9m ago 6h 45.8M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:23:27.134 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 9m ago 6h 45.1M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:23:27.134 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 9m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:23:27.134 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 9m ago 6h 43.0M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:23:27.134 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 9m ago 6h 42.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:23:27.134 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 9m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:23:27.134 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 9m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:23:27.134 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 9m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:23:27.134 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 9m ago 6h 98.5M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:23:27.484 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:23:27.485 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:23:27.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:23:27.486 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:23:27.486 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:23:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:26.258089+0000 mgr.y (mgr.14556) 13513 : cluster [DBG] pgmap v11942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:26.258089+0000 mgr.y (mgr.14556) 13513 : cluster [DBG] pgmap v11942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:26.258089+0000 mgr.y (mgr.14556) 13513 : cluster [DBG] pgmap v11942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:23:26.835670+0000 mgr.y (mgr.14556) 13514 : audit [DBG] from='client.28704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:23:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:23:27.125715+0000 mgr.y (mgr.14556) 13515 : audit [DBG] from='client.28710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:23:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:23:27.485605+0000 mon.c (mon.2) 342 : audit [DBG] from='client.? 172.21.15.23:0/2456599605' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:23:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:23:26.835670+0000 mgr.y (mgr.14556) 13514 : audit [DBG] from='client.28704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:23:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:23:27.125715+0000 mgr.y (mgr.14556) 13515 : audit [DBG] from='client.28710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:23:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:23:27.485605+0000 mon.c (mon.2) 342 : audit [DBG] from='client.? 172.21.15.23:0/2456599605' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:23:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:23:26.835670+0000 mgr.y (mgr.14556) 13514 : audit [DBG] from='client.28704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:23:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:23:27.125715+0000 mgr.y (mgr.14556) 13515 : audit [DBG] from='client.28710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:23:28.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:23:27.485605+0000 mon.c (mon.2) 342 : audit [DBG] from='client.? 172.21.15.23:0/2456599605' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:23:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:28.258662+0000 mgr.y (mgr.14556) 13516 : cluster [DBG] pgmap v11943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:28.258662+0000 mgr.y (mgr.14556) 13516 : cluster [DBG] pgmap v11943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:28.258662+0000 mgr.y (mgr.14556) 13516 : cluster [DBG] pgmap v11943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:30.259311+0000 mgr.y (mgr.14556) 13517 : cluster [DBG] pgmap v11944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:30.259311+0000 mgr.y (mgr.14556) 13517 : cluster [DBG] pgmap v11944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:30.259311+0000 mgr.y (mgr.14556) 13517 : cluster [DBG] pgmap v11944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:23:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:32.259949+0000 mgr.y (mgr.14556) 13518 : cluster [DBG] pgmap v11945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:32.259949+0000 mgr.y (mgr.14556) 13518 : cluster [DBG] pgmap v11945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:32.259949+0000 mgr.y (mgr.14556) 13518 : cluster [DBG] pgmap v11945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:23:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:23:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:34.260493+0000 mgr.y (mgr.14556) 13519 : cluster [DBG] pgmap v11946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:34.260493+0000 mgr.y (mgr.14556) 13519 : cluster [DBG] pgmap v11946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:34.260493+0000 mgr.y (mgr.14556) 13519 : cluster [DBG] pgmap v11946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:36.261236+0000 mgr.y (mgr.14556) 13520 : cluster [DBG] pgmap v11947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:36.261236+0000 mgr.y (mgr.14556) 13520 : cluster [DBG] pgmap v11947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:36.261236+0000 mgr.y (mgr.14556) 13520 : cluster [DBG] pgmap v11947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:38.261788+0000 mgr.y (mgr.14556) 13521 : cluster [DBG] pgmap v11948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:38.261788+0000 mgr.y (mgr.14556) 13521 : cluster [DBG] pgmap v11948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:38.261788+0000 mgr.y (mgr.14556) 13521 : cluster [DBG] pgmap v11948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:40.262487+0000 mgr.y (mgr.14556) 13522 : cluster [DBG] pgmap v11949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:40.262487+0000 mgr.y (mgr.14556) 13522 : cluster [DBG] pgmap v11949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:40.262487+0000 mgr.y (mgr.14556) 13522 : cluster [DBG] pgmap v11949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:23:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:42.262990+0000 mgr.y (mgr.14556) 13523 : cluster [DBG] pgmap v11950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:42.262990+0000 mgr.y (mgr.14556) 13523 : cluster [DBG] pgmap v11950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:42.262990+0000 mgr.y (mgr.14556) 13523 : cluster [DBG] pgmap v11950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:23:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:23:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:44.263391+0000 mgr.y (mgr.14556) 13524 : cluster [DBG] pgmap v11951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:44.263391+0000 mgr.y (mgr.14556) 13524 : cluster [DBG] pgmap v11951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:44.263391+0000 mgr.y (mgr.14556) 13524 : cluster [DBG] pgmap v11951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:46.263994+0000 mgr.y (mgr.14556) 13525 : cluster [DBG] pgmap v11952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:46.263994+0000 mgr.y (mgr.14556) 13525 : cluster [DBG] pgmap v11952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:46.263994+0000 mgr.y (mgr.14556) 13525 : cluster [DBG] pgmap v11952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:48.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:23:48.510006+0000 mon.a (mon.0) 3076 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:23:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:23:48.510006+0000 mon.a (mon.0) 3076 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:23:48.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:23:48.510006+0000 mon.a (mon.0) 3076 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:23:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:48.264588+0000 mgr.y (mgr.14556) 13526 : cluster [DBG] pgmap v11953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:48.264588+0000 mgr.y (mgr.14556) 13526 : cluster [DBG] pgmap v11953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:48.264588+0000 mgr.y (mgr.14556) 13526 : cluster [DBG] pgmap v11953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:50.265143+0000 mgr.y (mgr.14556) 13527 : cluster [DBG] pgmap v11954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:23:51.403823+0000 mon.a (mon.0) 3077 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:23:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:50.265143+0000 mgr.y (mgr.14556) 13527 : cluster [DBG] pgmap v11954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:23:51.403823+0000 mon.a (mon.0) 3077 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:23:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:23:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:50.265143+0000 mgr.y (mgr.14556) 13527 : cluster [DBG] pgmap v11954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:23:51.403823+0000 mon.a (mon.0) 3077 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:23:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:23:51.966281+0000 mon.a (mon.0) 3078 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:23:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:23:52.264575+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:23:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:23:52.265325+0000 mon.a (mon.0) 3080 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:23:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:52.265547+0000 mgr.y (mgr.14556) 13528 : cluster [DBG] pgmap v11955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:23:52.272734+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:23:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:23:51.966281+0000 mon.a (mon.0) 3078 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:23:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:23:52.264575+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:23:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:23:52.265325+0000 mon.a (mon.0) 3080 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:23:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:52.265547+0000 mgr.y (mgr.14556) 13528 : cluster [DBG] pgmap v11955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:23:52.272734+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:23:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:23:51.966281+0000 mon.a (mon.0) 3078 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:23:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:23:52.264575+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:23:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:23:52.265325+0000 mon.a (mon.0) 3080 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:23:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:52.265547+0000 mgr.y (mgr.14556) 13528 : cluster [DBG] pgmap v11955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:23:52.272734+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:23:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:23:53] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:23:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:54.265954+0000 mgr.y (mgr.14556) 13529 : cluster [DBG] pgmap v11956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:54.265954+0000 mgr.y (mgr.14556) 13529 : cluster [DBG] pgmap v11956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:54.265954+0000 mgr.y (mgr.14556) 13529 : cluster [DBG] pgmap v11956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:56.266662+0000 mgr.y (mgr.14556) 13530 : cluster [DBG] pgmap v11957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:56.266662+0000 mgr.y (mgr.14556) 13530 : cluster [DBG] pgmap v11957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:56.266662+0000 mgr.y (mgr.14556) 13530 : cluster [DBG] pgmap v11957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:57.814 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:23:58.107 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:23:58.107 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 6s ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:23:58.107 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 6s ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:23:58.107 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 6s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:23:58.107 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 6s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:23:58.107 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 6s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:23:58.107 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 6s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 6s ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 6s ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 6s ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 6s ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 6s ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 6s ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 6s ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 6s ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 6s ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 6s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 6s ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 6s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 6s ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:23:58.108 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 6s ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:23:58.457 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:23:58.457 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:23:58.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:23:58.457 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:23:58.457 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:23:58.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:23:58.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:23:58.458 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:23:58.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:23:58.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:23:58.458 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:23:58.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:23:58.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:23:58.458 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:23:58.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:23:58.458 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:23:58.458 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:23:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:23:57.803301+0000 mgr.y (mgr.14556) 13531 : audit [DBG] from='client.38633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:23:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:23:58.100021+0000 mgr.y (mgr.14556) 13532 : audit [DBG] from='client.38639 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:23:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:23:58.267004+0000 mgr.y (mgr.14556) 13533 : cluster [DBG] pgmap v11958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:23:58.458109+0000 mon.c (mon.2) 343 : audit [DBG] from='client.? 172.21.15.23:0/3083067054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:23:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:23:57.803301+0000 mgr.y (mgr.14556) 13531 : audit [DBG] from='client.38633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:23:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:23:58.100021+0000 mgr.y (mgr.14556) 13532 : audit [DBG] from='client.38639 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:23:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:23:58.267004+0000 mgr.y (mgr.14556) 13533 : cluster [DBG] pgmap v11958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:23:58.458109+0000 mon.c (mon.2) 343 : audit [DBG] from='client.? 172.21.15.23:0/3083067054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:23:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:23:57.803301+0000 mgr.y (mgr.14556) 13531 : audit [DBG] from='client.38633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:23:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:23:58.100021+0000 mgr.y (mgr.14556) 13532 : audit [DBG] from='client.38639 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:23:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:23:58.267004+0000 mgr.y (mgr.14556) 13533 : cluster [DBG] pgmap v11958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:23:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:23:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:23:58.458109+0000 mon.c (mon.2) 343 : audit [DBG] from='client.? 172.21.15.23:0/3083067054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:24:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:00.267623+0000 mgr.y (mgr.14556) 13534 : cluster [DBG] pgmap v11959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:00.267623+0000 mgr.y (mgr.14556) 13534 : cluster [DBG] pgmap v11959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:01.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:00.267623+0000 mgr.y (mgr.14556) 13534 : cluster [DBG] pgmap v11959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:01.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:24:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:02.268149+0000 mgr.y (mgr.14556) 13535 : cluster [DBG] pgmap v11960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:02.268149+0000 mgr.y (mgr.14556) 13535 : cluster [DBG] pgmap v11960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:02.268149+0000 mgr.y (mgr.14556) 13535 : cluster [DBG] pgmap v11960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:24:03] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:24:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:04.268562+0000 mgr.y (mgr.14556) 13536 : cluster [DBG] pgmap v11961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:04.268562+0000 mgr.y (mgr.14556) 13536 : cluster [DBG] pgmap v11961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:04.268562+0000 mgr.y (mgr.14556) 13536 : cluster [DBG] pgmap v11961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:06.269454+0000 mgr.y (mgr.14556) 13537 : cluster [DBG] pgmap v11962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:06.269454+0000 mgr.y (mgr.14556) 13537 : cluster [DBG] pgmap v11962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:06.269454+0000 mgr.y (mgr.14556) 13537 : cluster [DBG] pgmap v11962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:08.269884+0000 mgr.y (mgr.14556) 13538 : cluster [DBG] pgmap v11963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:08.269884+0000 mgr.y (mgr.14556) 13538 : cluster [DBG] pgmap v11963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:08.269884+0000 mgr.y (mgr.14556) 13538 : cluster [DBG] pgmap v11963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:10.270465+0000 mgr.y (mgr.14556) 13539 : cluster [DBG] pgmap v11964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:10.270465+0000 mgr.y (mgr.14556) 13539 : cluster [DBG] pgmap v11964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:11.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:10.270465+0000 mgr.y (mgr.14556) 13539 : cluster [DBG] pgmap v11964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:24:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:12.270975+0000 mgr.y (mgr.14556) 13540 : cluster [DBG] pgmap v11965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:12.270975+0000 mgr.y (mgr.14556) 13540 : cluster [DBG] pgmap v11965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:12.270975+0000 mgr.y (mgr.14556) 13540 : cluster [DBG] pgmap v11965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:24:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:24:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:14.271466+0000 mgr.y (mgr.14556) 13541 : cluster [DBG] pgmap v11966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:14.271466+0000 mgr.y (mgr.14556) 13541 : cluster [DBG] pgmap v11966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:14.271466+0000 mgr.y (mgr.14556) 13541 : cluster [DBG] pgmap v11966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:16.272135+0000 mgr.y (mgr.14556) 13542 : cluster [DBG] pgmap v11967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:16.272135+0000 mgr.y (mgr.14556) 13542 : cluster [DBG] pgmap v11967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:16.272135+0000 mgr.y (mgr.14556) 13542 : cluster [DBG] pgmap v11967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:18.272580+0000 mgr.y (mgr.14556) 13543 : cluster [DBG] pgmap v11968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:18.272580+0000 mgr.y (mgr.14556) 13543 : cluster [DBG] pgmap v11968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:18.272580+0000 mgr.y (mgr.14556) 13543 : cluster [DBG] pgmap v11968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:20.273151+0000 mgr.y (mgr.14556) 13544 : cluster [DBG] pgmap v11969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:24:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:20.273151+0000 mgr.y (mgr.14556) 13544 : cluster [DBG] pgmap v11969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:20.273151+0000 mgr.y (mgr.14556) 13544 : cluster [DBG] pgmap v11969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:22.273675+0000 mgr.y (mgr.14556) 13545 : cluster [DBG] pgmap v11970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:22.273675+0000 mgr.y (mgr.14556) 13545 : cluster [DBG] pgmap v11970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:22.273675+0000 mgr.y (mgr.14556) 13545 : cluster [DBG] pgmap v11970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:24:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:24:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:24.274217+0000 mgr.y (mgr.14556) 13546 : cluster [DBG] pgmap v11971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:24.274217+0000 mgr.y (mgr.14556) 13546 : cluster [DBG] pgmap v11971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:24.274217+0000 mgr.y (mgr.14556) 13546 : cluster [DBG] pgmap v11971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:26.275014+0000 mgr.y (mgr.14556) 13547 : cluster [DBG] pgmap v11972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:26.275014+0000 mgr.y (mgr.14556) 13547 : cluster [DBG] pgmap v11972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:26.275014+0000 mgr.y (mgr.14556) 13547 : cluster [DBG] pgmap v11972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:28.780 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:24:29.070 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:24:29.070 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 37s ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:24:29.070 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 37s ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 37s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 37s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 37s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 37s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 37s ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 37s ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 37s ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 37s ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 37s ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 37s ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 37s ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 37s ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 37s ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 37s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:24:29.071 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 37s ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:24:29.072 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 37s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:24:29.072 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 37s ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:24:29.072 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 37s ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:24:29.420 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:24:29.420 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:24:29.421 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:24:29.422 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:24:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:28.275407+0000 mgr.y (mgr.14556) 13548 : cluster [DBG] pgmap v11973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:24:29.421257+0000 mon.a (mon.0) 3082 : audit [DBG] from='client.? 172.21.15.23:0/3665168548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:24:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:28.275407+0000 mgr.y (mgr.14556) 13548 : cluster [DBG] pgmap v11973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:24:29.421257+0000 mon.a (mon.0) 3082 : audit [DBG] from='client.? 172.21.15.23:0/3665168548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:24:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:28.275407+0000 mgr.y (mgr.14556) 13548 : cluster [DBG] pgmap v11973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:24:29.421257+0000 mon.a (mon.0) 3082 : audit [DBG] from='client.? 172.21.15.23:0/3665168548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:24:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:24:28.769183+0000 mgr.y (mgr.14556) 13549 : audit [DBG] from='client.38651 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:24:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:24:29.063160+0000 mgr.y (mgr.14556) 13550 : audit [DBG] from='client.38657 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:24:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:24:28.769183+0000 mgr.y (mgr.14556) 13549 : audit [DBG] from='client.38651 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:24:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:24:29.063160+0000 mgr.y (mgr.14556) 13550 : audit [DBG] from='client.38657 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:24:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:24:28.769183+0000 mgr.y (mgr.14556) 13549 : audit [DBG] from='client.38651 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:24:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:24:29.063160+0000 mgr.y (mgr.14556) 13550 : audit [DBG] from='client.38657 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:24:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:30.276121+0000 mgr.y (mgr.14556) 13551 : cluster [DBG] pgmap v11974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:30.276121+0000 mgr.y (mgr.14556) 13551 : cluster [DBG] pgmap v11974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:30.276121+0000 mgr.y (mgr.14556) 13551 : cluster [DBG] pgmap v11974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:24:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:32.276743+0000 mgr.y (mgr.14556) 13552 : cluster [DBG] pgmap v11975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:32.276743+0000 mgr.y (mgr.14556) 13552 : cluster [DBG] pgmap v11975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:32.276743+0000 mgr.y (mgr.14556) 13552 : cluster [DBG] pgmap v11975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:24:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:24:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:34.277152+0000 mgr.y (mgr.14556) 13553 : cluster [DBG] pgmap v11976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:34.277152+0000 mgr.y (mgr.14556) 13553 : cluster [DBG] pgmap v11976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:34.277152+0000 mgr.y (mgr.14556) 13553 : cluster [DBG] pgmap v11976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:36.277833+0000 mgr.y (mgr.14556) 13554 : cluster [DBG] pgmap v11977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:36.277833+0000 mgr.y (mgr.14556) 13554 : cluster [DBG] pgmap v11977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:36.277833+0000 mgr.y (mgr.14556) 13554 : cluster [DBG] pgmap v11977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:38.278212+0000 mgr.y (mgr.14556) 13555 : cluster [DBG] pgmap v11978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:38.278212+0000 mgr.y (mgr.14556) 13555 : cluster [DBG] pgmap v11978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:38.278212+0000 mgr.y (mgr.14556) 13555 : cluster [DBG] pgmap v11978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:40.278765+0000 mgr.y (mgr.14556) 13556 : cluster [DBG] pgmap v11979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:40.278765+0000 mgr.y (mgr.14556) 13556 : cluster [DBG] pgmap v11979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:40.278765+0000 mgr.y (mgr.14556) 13556 : cluster [DBG] pgmap v11979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:24:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:42.279444+0000 mgr.y (mgr.14556) 13557 : cluster [DBG] pgmap v11980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:42.279444+0000 mgr.y (mgr.14556) 13557 : cluster [DBG] pgmap v11980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:42.279444+0000 mgr.y (mgr.14556) 13557 : cluster [DBG] pgmap v11980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:24:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:24:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:44.280065+0000 mgr.y (mgr.14556) 13558 : cluster [DBG] pgmap v11981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:44.280065+0000 mgr.y (mgr.14556) 13558 : cluster [DBG] pgmap v11981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:44.280065+0000 mgr.y (mgr.14556) 13558 : cluster [DBG] pgmap v11981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:46.280870+0000 mgr.y (mgr.14556) 13559 : cluster [DBG] pgmap v11982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:46.280870+0000 mgr.y (mgr.14556) 13559 : cluster [DBG] pgmap v11982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:46.280870+0000 mgr.y (mgr.14556) 13559 : cluster [DBG] pgmap v11982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:48.281345+0000 mgr.y (mgr.14556) 13560 : cluster [DBG] pgmap v11983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:48.281345+0000 mgr.y (mgr.14556) 13560 : cluster [DBG] pgmap v11983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:48.281345+0000 mgr.y (mgr.14556) 13560 : cluster [DBG] pgmap v11983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:50.282109+0000 mgr.y (mgr.14556) 13561 : cluster [DBG] pgmap v11984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:50.282109+0000 mgr.y (mgr.14556) 13561 : cluster [DBG] pgmap v11984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:50.282109+0000 mgr.y (mgr.14556) 13561 : cluster [DBG] pgmap v11984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:24:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:24:52.279134+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:24:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:24:52.279134+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:24:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:24:52.279134+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:24:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:24:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:24:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:52.282560+0000 mgr.y (mgr.14556) 13562 : cluster [DBG] pgmap v11985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:24:52.591467+0000 mon.a (mon.0) 3084 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:24:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:24:52.592108+0000 mon.a (mon.0) 3085 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:24:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:24:52.596467+0000 mon.a (mon.0) 3086 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:24:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:52.282560+0000 mgr.y (mgr.14556) 13562 : cluster [DBG] pgmap v11985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:24:52.591467+0000 mon.a (mon.0) 3084 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:24:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:24:52.592108+0000 mon.a (mon.0) 3085 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:24:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:24:52.596467+0000 mon.a (mon.0) 3086 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:24:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:52.282560+0000 mgr.y (mgr.14556) 13562 : cluster [DBG] pgmap v11985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:24:52.591467+0000 mon.a (mon.0) 3084 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:24:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:24:52.592108+0000 mon.a (mon.0) 3085 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:24:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:24:52.596467+0000 mon.a (mon.0) 3086 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:24:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:54.283062+0000 mgr.y (mgr.14556) 13563 : cluster [DBG] pgmap v11986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:54.283062+0000 mgr.y (mgr.14556) 13563 : cluster [DBG] pgmap v11986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:54.283062+0000 mgr.y (mgr.14556) 13563 : cluster [DBG] pgmap v11986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:56.283859+0000 mgr.y (mgr.14556) 13564 : cluster [DBG] pgmap v11987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:56.283859+0000 mgr.y (mgr.14556) 13564 : cluster [DBG] pgmap v11987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:56.283859+0000 mgr.y (mgr.14556) 13564 : cluster [DBG] pgmap v11987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:59.748 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:24:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:24:58.284315+0000 mgr.y (mgr.14556) 13565 : cluster [DBG] pgmap v11988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:24:58.284315+0000 mgr.y (mgr.14556) 13565 : cluster [DBG] pgmap v11988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:24:59.918 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:24:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:24:58.284315+0000 mgr.y (mgr.14556) 13565 : cluster [DBG] pgmap v11988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:00.041 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:25:00.042 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 68s ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:25:00.042 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 68s ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:25:00.042 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 68s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:25:00.042 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 68s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:25:00.042 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 68s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:25:00.042 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 68s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:25:00.042 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 68s ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:25:00.042 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 68s ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:25:00.042 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 68s ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:25:00.042 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 68s ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:25:00.043 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 68s ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:25:00.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 68s ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:25:00.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 68s ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:25:00.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 68s ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:25:00.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 68s ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:25:00.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 68s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:25:00.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 68s ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:25:00.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 68s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:25:00.043 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 68s ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:25:00.043 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 68s ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:25:00.391 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:25:00.391 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:25:00.391 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:25:00.391 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:25:00.391 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:25:00.391 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:25:00.391 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:25:00.391 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:25:00.391 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:25:00.392 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:25:00.392 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:25:00.392 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:25:00.392 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:25:00.392 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:25:00.392 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:25:00.392 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:25:00.392 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:25:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:25:00.386726+0000 mon.c (mon.2) 344 : audit [DBG] from='client.? 172.21.15.23:0/1911707960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:25:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:25:00.386726+0000 mon.c (mon.2) 344 : audit [DBG] from='client.? 172.21.15.23:0/1911707960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:25:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:25:00.386726+0000 mon.c (mon.2) 344 : audit [DBG] from='client.? 172.21.15.23:0/1911707960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:25:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:24:59.736087+0000 mgr.y (mgr.14556) 13566 : audit [DBG] from='client.38669 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:25:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:25:00.027592+0000 mgr.y (mgr.14556) 13567 : audit [DBG] from='client.28764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:25:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:00.284846+0000 mgr.y (mgr.14556) 13568 : cluster [DBG] pgmap v11989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:24:59.736087+0000 mgr.y (mgr.14556) 13566 : audit [DBG] from='client.38669 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:25:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:25:00.027592+0000 mgr.y (mgr.14556) 13567 : audit [DBG] from='client.28764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:25:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:00.284846+0000 mgr.y (mgr.14556) 13568 : cluster [DBG] pgmap v11989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:25:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:24:59.736087+0000 mgr.y (mgr.14556) 13566 : audit [DBG] from='client.38669 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:25:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:25:00.027592+0000 mgr.y (mgr.14556) 13567 : audit [DBG] from='client.28764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:25:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:00.284846+0000 mgr.y (mgr.14556) 13568 : cluster [DBG] pgmap v11989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:02.285427+0000 mgr.y (mgr.14556) 13569 : cluster [DBG] pgmap v11990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:25:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:25:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:02.285427+0000 mgr.y (mgr.14556) 13569 : cluster [DBG] pgmap v11990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:02.285427+0000 mgr.y (mgr.14556) 13569 : cluster [DBG] pgmap v11990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:04.285955+0000 mgr.y (mgr.14556) 13570 : cluster [DBG] pgmap v11991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:04.285955+0000 mgr.y (mgr.14556) 13570 : cluster [DBG] pgmap v11991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:04.285955+0000 mgr.y (mgr.14556) 13570 : cluster [DBG] pgmap v11991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:06.286677+0000 mgr.y (mgr.14556) 13571 : cluster [DBG] pgmap v11992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:06.286677+0000 mgr.y (mgr.14556) 13571 : cluster [DBG] pgmap v11992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:06.286677+0000 mgr.y (mgr.14556) 13571 : cluster [DBG] pgmap v11992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:08.287177+0000 mgr.y (mgr.14556) 13572 : cluster [DBG] pgmap v11993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:08.287177+0000 mgr.y (mgr.14556) 13572 : cluster [DBG] pgmap v11993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:08.287177+0000 mgr.y (mgr.14556) 13572 : cluster [DBG] pgmap v11993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:10.287768+0000 mgr.y (mgr.14556) 13573 : cluster [DBG] pgmap v11994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:25:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:10.287768+0000 mgr.y (mgr.14556) 13573 : cluster [DBG] pgmap v11994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:10.287768+0000 mgr.y (mgr.14556) 13573 : cluster [DBG] pgmap v11994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:25:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:25:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:12.288414+0000 mgr.y (mgr.14556) 13574 : cluster [DBG] pgmap v11995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:12.288414+0000 mgr.y (mgr.14556) 13574 : cluster [DBG] pgmap v11995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:12.288414+0000 mgr.y (mgr.14556) 13574 : cluster [DBG] pgmap v11995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:14.288911+0000 mgr.y (mgr.14556) 13575 : cluster [DBG] pgmap v11996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:14.288911+0000 mgr.y (mgr.14556) 13575 : cluster [DBG] pgmap v11996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:14.288911+0000 mgr.y (mgr.14556) 13575 : cluster [DBG] pgmap v11996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:16.289566+0000 mgr.y (mgr.14556) 13576 : cluster [DBG] pgmap v11997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:16.289566+0000 mgr.y (mgr.14556) 13576 : cluster [DBG] pgmap v11997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:16.289566+0000 mgr.y (mgr.14556) 13576 : cluster [DBG] pgmap v11997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:18.289876+0000 mgr.y (mgr.14556) 13577 : cluster [DBG] pgmap v11998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:18.289876+0000 mgr.y (mgr.14556) 13577 : cluster [DBG] pgmap v11998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:18.289876+0000 mgr.y (mgr.14556) 13577 : cluster [DBG] pgmap v11998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:20.290469+0000 mgr.y (mgr.14556) 13578 : cluster [DBG] pgmap v11999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:20.290469+0000 mgr.y (mgr.14556) 13578 : cluster [DBG] pgmap v11999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:20.290469+0000 mgr.y (mgr.14556) 13578 : cluster [DBG] pgmap v11999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:25:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:22.290908+0000 mgr.y (mgr.14556) 13579 : cluster [DBG] pgmap v12000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:22.290908+0000 mgr.y (mgr.14556) 13579 : cluster [DBG] pgmap v12000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:22.290908+0000 mgr.y (mgr.14556) 13579 : cluster [DBG] pgmap v12000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:25:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:25:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:24.291490+0000 mgr.y (mgr.14556) 13580 : cluster [DBG] pgmap v12001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:24.291490+0000 mgr.y (mgr.14556) 13580 : cluster [DBG] pgmap v12001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:24.291490+0000 mgr.y (mgr.14556) 13580 : cluster [DBG] pgmap v12001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:26.292184+0000 mgr.y (mgr.14556) 13581 : cluster [DBG] pgmap v12002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:26.292184+0000 mgr.y (mgr.14556) 13581 : cluster [DBG] pgmap v12002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:26.292184+0000 mgr.y (mgr.14556) 13581 : cluster [DBG] pgmap v12002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:28.292721+0000 mgr.y (mgr.14556) 13582 : cluster [DBG] pgmap v12003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:28.292721+0000 mgr.y (mgr.14556) 13582 : cluster [DBG] pgmap v12003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:28.292721+0000 mgr.y (mgr.14556) 13582 : cluster [DBG] pgmap v12003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:30.714 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:25:31.002 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:25:31.002 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 99s ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:25:31.002 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 99s ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:25:31.002 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 99s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:25:31.002 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 99s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 99s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 99s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 99s ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 99s ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 99s ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 99s ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 99s ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 99s ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 99s ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 99s ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 99s ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 99s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 99s ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 99s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 99s ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:25:31.003 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 99s ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:25:31.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:25:31.354 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:25:31.354 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:25:31.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:25:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:30.293258+0000 mgr.y (mgr.14556) 13583 : cluster [DBG] pgmap v12004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:25:31.353482+0000 mon.a (mon.0) 3087 : audit [DBG] from='client.? 172.21.15.23:0/1749930106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:25:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:30.293258+0000 mgr.y (mgr.14556) 13583 : cluster [DBG] pgmap v12004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:25:31.353482+0000 mon.a (mon.0) 3087 : audit [DBG] from='client.? 172.21.15.23:0/1749930106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:25:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:30.293258+0000 mgr.y (mgr.14556) 13583 : cluster [DBG] pgmap v12004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:25:31.353482+0000 mon.a (mon.0) 3087 : audit [DBG] from='client.? 172.21.15.23:0/1749930106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:25:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:25:30.703486+0000 mgr.y (mgr.14556) 13584 : audit [DBG] from='client.38687 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:25:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:25:30.994953+0000 mgr.y (mgr.14556) 13585 : audit [DBG] from='client.28782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:25:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:25:30.703486+0000 mgr.y (mgr.14556) 13584 : audit [DBG] from='client.38687 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:25:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:25:30.994953+0000 mgr.y (mgr.14556) 13585 : audit [DBG] from='client.28782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:25:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:25:30.703486+0000 mgr.y (mgr.14556) 13584 : audit [DBG] from='client.38687 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:25:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:25:30.994953+0000 mgr.y (mgr.14556) 13585 : audit [DBG] from='client.28782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:25:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:32.293749+0000 mgr.y (mgr.14556) 13586 : cluster [DBG] pgmap v12005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:32.293749+0000 mgr.y (mgr.14556) 13586 : cluster [DBG] pgmap v12005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:32.293749+0000 mgr.y (mgr.14556) 13586 : cluster [DBG] pgmap v12005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:25:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:25:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:34.294154+0000 mgr.y (mgr.14556) 13587 : cluster [DBG] pgmap v12006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:34.294154+0000 mgr.y (mgr.14556) 13587 : cluster [DBG] pgmap v12006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:34.294154+0000 mgr.y (mgr.14556) 13587 : cluster [DBG] pgmap v12006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:36.295009+0000 mgr.y (mgr.14556) 13588 : cluster [DBG] pgmap v12007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:36.295009+0000 mgr.y (mgr.14556) 13588 : cluster [DBG] pgmap v12007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:36.295009+0000 mgr.y (mgr.14556) 13588 : cluster [DBG] pgmap v12007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:38.295487+0000 mgr.y (mgr.14556) 13589 : cluster [DBG] pgmap v12008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:38.295487+0000 mgr.y (mgr.14556) 13589 : cluster [DBG] pgmap v12008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:38.295487+0000 mgr.y (mgr.14556) 13589 : cluster [DBG] pgmap v12008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:40.296320+0000 mgr.y (mgr.14556) 13590 : cluster [DBG] pgmap v12009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:40.296320+0000 mgr.y (mgr.14556) 13590 : cluster [DBG] pgmap v12009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:40.296320+0000 mgr.y (mgr.14556) 13590 : cluster [DBG] pgmap v12009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:25:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:42.296888+0000 mgr.y (mgr.14556) 13591 : cluster [DBG] pgmap v12010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:42.296888+0000 mgr.y (mgr.14556) 13591 : cluster [DBG] pgmap v12010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:42.296888+0000 mgr.y (mgr.14556) 13591 : cluster [DBG] pgmap v12010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:25:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:25:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:44.297459+0000 mgr.y (mgr.14556) 13592 : cluster [DBG] pgmap v12011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:44.297459+0000 mgr.y (mgr.14556) 13592 : cluster [DBG] pgmap v12011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:44.297459+0000 mgr.y (mgr.14556) 13592 : cluster [DBG] pgmap v12011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:46.298209+0000 mgr.y (mgr.14556) 13593 : cluster [DBG] pgmap v12012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:46.298209+0000 mgr.y (mgr.14556) 13593 : cluster [DBG] pgmap v12012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:46.298209+0000 mgr.y (mgr.14556) 13593 : cluster [DBG] pgmap v12012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:48.298688+0000 mgr.y (mgr.14556) 13594 : cluster [DBG] pgmap v12013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:48.298688+0000 mgr.y (mgr.14556) 13594 : cluster [DBG] pgmap v12013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:48.298688+0000 mgr.y (mgr.14556) 13594 : cluster [DBG] pgmap v12013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:50.299248+0000 mgr.y (mgr.14556) 13595 : cluster [DBG] pgmap v12014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:50.299248+0000 mgr.y (mgr.14556) 13595 : cluster [DBG] pgmap v12014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:50.299248+0000 mgr.y (mgr.14556) 13595 : cluster [DBG] pgmap v12014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:25:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:25:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:25:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:52.299773+0000 mgr.y (mgr.14556) 13596 : cluster [DBG] pgmap v12015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:25:52.600969+0000 mon.a (mon.0) 3088 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:25:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:25:52.907970+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:25:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:25:52.908629+0000 mon.a (mon.0) 3090 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:25:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:25:52.917341+0000 mon.a (mon.0) 3091 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:25:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:52.299773+0000 mgr.y (mgr.14556) 13596 : cluster [DBG] pgmap v12015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:25:52.600969+0000 mon.a (mon.0) 3088 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:25:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:25:52.907970+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:25:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:25:52.908629+0000 mon.a (mon.0) 3090 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:25:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:25:52.917341+0000 mon.a (mon.0) 3091 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:25:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:52.299773+0000 mgr.y (mgr.14556) 13596 : cluster [DBG] pgmap v12015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:25:52.600969+0000 mon.a (mon.0) 3088 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:25:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:25:52.907970+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:25:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:25:52.908629+0000 mon.a (mon.0) 3090 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:25:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:25:52.917341+0000 mon.a (mon.0) 3091 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:25:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:54.300225+0000 mgr.y (mgr.14556) 13597 : cluster [DBG] pgmap v12016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:54.300225+0000 mgr.y (mgr.14556) 13597 : cluster [DBG] pgmap v12016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:54.300225+0000 mgr.y (mgr.14556) 13597 : cluster [DBG] pgmap v12016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:56.300875+0000 mgr.y (mgr.14556) 13598 : cluster [DBG] pgmap v12017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:56.300875+0000 mgr.y (mgr.14556) 13598 : cluster [DBG] pgmap v12017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:56.300875+0000 mgr.y (mgr.14556) 13598 : cluster [DBG] pgmap v12017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:25:58.301284+0000 mgr.y (mgr.14556) 13599 : cluster [DBG] pgmap v12018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:25:58.301284+0000 mgr.y (mgr.14556) 13599 : cluster [DBG] pgmap v12018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:25:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:25:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:25:58.301284+0000 mgr.y (mgr.14556) 13599 : cluster [DBG] pgmap v12018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:01.679 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:26:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:00.301982+0000 mgr.y (mgr.14556) 13600 : cluster [DBG] pgmap v12019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:00.301982+0000 mgr.y (mgr.14556) 13600 : cluster [DBG] pgmap v12019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:00.301982+0000 mgr.y (mgr.14556) 13600 : cluster [DBG] pgmap v12019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:26:01.968 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:26:01.968 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 2m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:26:01.968 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 2m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:26:01.968 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 2m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:26:01.968 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 2m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:26:01.968 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 2m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:26:01.968 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 2m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:26:01.968 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 2m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:26:01.968 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 2m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:26:01.968 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 2m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:26:01.968 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 2m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:26:01.968 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 2m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:26:01.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 2m ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:26:01.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 2m ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:26:01.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 2m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:26:01.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 2m ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:26:01.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 2m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:26:01.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 2m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:26:01.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 2m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:26:01.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 2m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:26:01.969 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 2m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:26:02.321 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:26:02.321 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:26:02.321 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:26:02.321 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:26:02.321 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:26:02.321 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:26:02.321 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:26:02.321 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:26:02.321 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:26:02.321 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:26:02.321 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:26:02.321 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:26:02.322 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:26:02.322 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:26:02.322 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:26:02.322 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:26:02.322 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:26:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:26:01.667781+0000 mgr.y (mgr.14556) 13601 : audit [DBG] from='client.38705 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:26:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:26:02.321643+0000 mon.a (mon.0) 3092 : audit [DBG] from='client.? 172.21.15.23:0/2628129754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:26:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:26:01.667781+0000 mgr.y (mgr.14556) 13601 : audit [DBG] from='client.38705 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:26:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:26:02.321643+0000 mon.a (mon.0) 3092 : audit [DBG] from='client.? 172.21.15.23:0/2628129754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:26:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:26:01.667781+0000 mgr.y (mgr.14556) 13601 : audit [DBG] from='client.38705 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:26:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:26:02.321643+0000 mon.a (mon.0) 3092 : audit [DBG] from='client.? 172.21.15.23:0/2628129754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:26:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:26:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:26:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:26:01.960629+0000 mgr.y (mgr.14556) 13602 : audit [DBG] from='client.38711 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:26:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:02.302455+0000 mgr.y (mgr.14556) 13603 : cluster [DBG] pgmap v12020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:26:01.960629+0000 mgr.y (mgr.14556) 13602 : audit [DBG] from='client.38711 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:26:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:02.302455+0000 mgr.y (mgr.14556) 13603 : cluster [DBG] pgmap v12020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:26:01.960629+0000 mgr.y (mgr.14556) 13602 : audit [DBG] from='client.38711 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:26:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:02.302455+0000 mgr.y (mgr.14556) 13603 : cluster [DBG] pgmap v12020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:04.302861+0000 mgr.y (mgr.14556) 13604 : cluster [DBG] pgmap v12021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:04.302861+0000 mgr.y (mgr.14556) 13604 : cluster [DBG] pgmap v12021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:04.302861+0000 mgr.y (mgr.14556) 13604 : cluster [DBG] pgmap v12021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:06.303585+0000 mgr.y (mgr.14556) 13605 : cluster [DBG] pgmap v12022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:06.303585+0000 mgr.y (mgr.14556) 13605 : cluster [DBG] pgmap v12022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:06.303585+0000 mgr.y (mgr.14556) 13605 : cluster [DBG] pgmap v12022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:08.303945+0000 mgr.y (mgr.14556) 13606 : cluster [DBG] pgmap v12023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:08.303945+0000 mgr.y (mgr.14556) 13606 : cluster [DBG] pgmap v12023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:08.303945+0000 mgr.y (mgr.14556) 13606 : cluster [DBG] pgmap v12023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:10.304610+0000 mgr.y (mgr.14556) 13607 : cluster [DBG] pgmap v12024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:10.304610+0000 mgr.y (mgr.14556) 13607 : cluster [DBG] pgmap v12024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:26:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:10.304610+0000 mgr.y (mgr.14556) 13607 : cluster [DBG] pgmap v12024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:26:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:26:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:12.305070+0000 mgr.y (mgr.14556) 13608 : cluster [DBG] pgmap v12025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:12.305070+0000 mgr.y (mgr.14556) 13608 : cluster [DBG] pgmap v12025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:12.305070+0000 mgr.y (mgr.14556) 13608 : cluster [DBG] pgmap v12025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:14.305411+0000 mgr.y (mgr.14556) 13609 : cluster [DBG] pgmap v12026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:14.305411+0000 mgr.y (mgr.14556) 13609 : cluster [DBG] pgmap v12026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:14.305411+0000 mgr.y (mgr.14556) 13609 : cluster [DBG] pgmap v12026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:16.306173+0000 mgr.y (mgr.14556) 13610 : cluster [DBG] pgmap v12027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:16.306173+0000 mgr.y (mgr.14556) 13610 : cluster [DBG] pgmap v12027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:16.306173+0000 mgr.y (mgr.14556) 13610 : cluster [DBG] pgmap v12027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:18.306646+0000 mgr.y (mgr.14556) 13611 : cluster [DBG] pgmap v12028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:18.306646+0000 mgr.y (mgr.14556) 13611 : cluster [DBG] pgmap v12028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:18.306646+0000 mgr.y (mgr.14556) 13611 : cluster [DBG] pgmap v12028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:20.307317+0000 mgr.y (mgr.14556) 13612 : cluster [DBG] pgmap v12029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:26:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:20.307317+0000 mgr.y (mgr.14556) 13612 : cluster [DBG] pgmap v12029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:20.307317+0000 mgr.y (mgr.14556) 13612 : cluster [DBG] pgmap v12029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:22.307944+0000 mgr.y (mgr.14556) 13613 : cluster [DBG] pgmap v12030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:22.307944+0000 mgr.y (mgr.14556) 13613 : cluster [DBG] pgmap v12030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:26:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:26:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:22.307944+0000 mgr.y (mgr.14556) 13613 : cluster [DBG] pgmap v12030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:24.308456+0000 mgr.y (mgr.14556) 13614 : cluster [DBG] pgmap v12031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:24.308456+0000 mgr.y (mgr.14556) 13614 : cluster [DBG] pgmap v12031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:24.308456+0000 mgr.y (mgr.14556) 13614 : cluster [DBG] pgmap v12031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:26.309172+0000 mgr.y (mgr.14556) 13615 : cluster [DBG] pgmap v12032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:26.309172+0000 mgr.y (mgr.14556) 13615 : cluster [DBG] pgmap v12032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:26.309172+0000 mgr.y (mgr.14556) 13615 : cluster [DBG] pgmap v12032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:28.309636+0000 mgr.y (mgr.14556) 13616 : cluster [DBG] pgmap v12033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:28.309636+0000 mgr.y (mgr.14556) 13616 : cluster [DBG] pgmap v12033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:28.309636+0000 mgr.y (mgr.14556) 13616 : cluster [DBG] pgmap v12033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:30.310245+0000 mgr.y (mgr.14556) 13617 : cluster [DBG] pgmap v12034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:30.310245+0000 mgr.y (mgr.14556) 13617 : cluster [DBG] pgmap v12034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:30.310245+0000 mgr.y (mgr.14556) 13617 : cluster [DBG] pgmap v12034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:26:32.647 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 2m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 2m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 2m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 2m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 2m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 2m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 2m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 2m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 2m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 2m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 2m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:26:32.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 2m ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:26:32.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 2m ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:26:32.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 2m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:26:32.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 2m ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:26:32.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 2m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:26:32.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 2m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:26:32.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 2m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:26:32.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 2m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:26:32.938 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 2m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:26:33.284 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:26:33.285 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:26:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:32.310783+0000 mgr.y (mgr.14556) 13618 : cluster [DBG] pgmap v12035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:26:32.635553+0000 mgr.y (mgr.14556) 13619 : audit [DBG] from='client.38723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:26:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:26:33.285402+0000 mon.a (mon.0) 3093 : audit [DBG] from='client.? 172.21.15.23:0/2180494495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:26:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:32.310783+0000 mgr.y (mgr.14556) 13618 : cluster [DBG] pgmap v12035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:26:32.635553+0000 mgr.y (mgr.14556) 13619 : audit [DBG] from='client.38723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:26:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:26:33.285402+0000 mon.a (mon.0) 3093 : audit [DBG] from='client.? 172.21.15.23:0/2180494495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:26:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:32.310783+0000 mgr.y (mgr.14556) 13618 : cluster [DBG] pgmap v12035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:26:32.635553+0000 mgr.y (mgr.14556) 13619 : audit [DBG] from='client.38723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:26:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:26:33.285402+0000 mon.a (mon.0) 3093 : audit [DBG] from='client.? 172.21.15.23:0/2180494495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:26:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:26:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:26:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:26:32.929568+0000 mgr.y (mgr.14556) 13620 : audit [DBG] from='client.28818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:26:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:26:32.929568+0000 mgr.y (mgr.14556) 13620 : audit [DBG] from='client.28818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:26:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:26:32.929568+0000 mgr.y (mgr.14556) 13620 : audit [DBG] from='client.28818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:26:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:34.311170+0000 mgr.y (mgr.14556) 13621 : cluster [DBG] pgmap v12036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:35.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:34.311170+0000 mgr.y (mgr.14556) 13621 : cluster [DBG] pgmap v12036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:34.311170+0000 mgr.y (mgr.14556) 13621 : cluster [DBG] pgmap v12036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:36.311797+0000 mgr.y (mgr.14556) 13622 : cluster [DBG] pgmap v12037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:36.311797+0000 mgr.y (mgr.14556) 13622 : cluster [DBG] pgmap v12037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:36.311797+0000 mgr.y (mgr.14556) 13622 : cluster [DBG] pgmap v12037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:38.312288+0000 mgr.y (mgr.14556) 13623 : cluster [DBG] pgmap v12038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:38.312288+0000 mgr.y (mgr.14556) 13623 : cluster [DBG] pgmap v12038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:38.312288+0000 mgr.y (mgr.14556) 13623 : cluster [DBG] pgmap v12038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:40.313068+0000 mgr.y (mgr.14556) 13624 : cluster [DBG] pgmap v12039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:40.313068+0000 mgr.y (mgr.14556) 13624 : cluster [DBG] pgmap v12039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:40.313068+0000 mgr.y (mgr.14556) 13624 : cluster [DBG] pgmap v12039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:26:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:42.313613+0000 mgr.y (mgr.14556) 13625 : cluster [DBG] pgmap v12040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:42.313613+0000 mgr.y (mgr.14556) 13625 : cluster [DBG] pgmap v12040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:42.313613+0000 mgr.y (mgr.14556) 13625 : cluster [DBG] pgmap v12040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:26:43] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T13:26:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:44.314235+0000 mgr.y (mgr.14556) 13626 : cluster [DBG] pgmap v12041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:44.314235+0000 mgr.y (mgr.14556) 13626 : cluster [DBG] pgmap v12041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:44.314235+0000 mgr.y (mgr.14556) 13626 : cluster [DBG] pgmap v12041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:46.315110+0000 mgr.y (mgr.14556) 13627 : cluster [DBG] pgmap v12042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:46.315110+0000 mgr.y (mgr.14556) 13627 : cluster [DBG] pgmap v12042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:46.315110+0000 mgr.y (mgr.14556) 13627 : cluster [DBG] pgmap v12042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:48.315597+0000 mgr.y (mgr.14556) 13628 : cluster [DBG] pgmap v12043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:48.315597+0000 mgr.y (mgr.14556) 13628 : cluster [DBG] pgmap v12043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:48.315597+0000 mgr.y (mgr.14556) 13628 : cluster [DBG] pgmap v12043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:50.316218+0000 mgr.y (mgr.14556) 13629 : cluster [DBG] pgmap v12044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:50.316218+0000 mgr.y (mgr.14556) 13629 : cluster [DBG] pgmap v12044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:50.316218+0000 mgr.y (mgr.14556) 13629 : cluster [DBG] pgmap v12044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:26:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:52.316710+0000 mgr.y (mgr.14556) 13630 : cluster [DBG] pgmap v12045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:26:52.922504+0000 mon.a (mon.0) 3094 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:26:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:26:53.178718+0000 mon.a (mon.0) 3095 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:26:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:26:53.190203+0000 mon.a (mon.0) 3096 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:26:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:52.316710+0000 mgr.y (mgr.14556) 13630 : cluster [DBG] pgmap v12045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:26:52.922504+0000 mon.a (mon.0) 3094 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:26:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:26:53.178718+0000 mon.a (mon.0) 3095 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:26:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:26:53.190203+0000 mon.a (mon.0) 3096 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:26:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:52.316710+0000 mgr.y (mgr.14556) 13630 : cluster [DBG] pgmap v12045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:26:52.922504+0000 mon.a (mon.0) 3094 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:26:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:26:53.178718+0000 mon.a (mon.0) 3095 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:26:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:26:53.190203+0000 mon.a (mon.0) 3096 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:26:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:26:53] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:26:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:26:53.482534+0000 mon.a (mon.0) 3097 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:26:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:26:53.483169+0000 mon.a (mon.0) 3098 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:26:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:26:53.487496+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:26:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:26:53.482534+0000 mon.a (mon.0) 3097 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:26:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:26:53.483169+0000 mon.a (mon.0) 3098 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:26:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:26:53.487496+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:26:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:26:53.482534+0000 mon.a (mon.0) 3097 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:26:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:26:53.483169+0000 mon.a (mon.0) 3098 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:26:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:26:53.487496+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:26:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:54.317272+0000 mgr.y (mgr.14556) 13631 : cluster [DBG] pgmap v12046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:54.317272+0000 mgr.y (mgr.14556) 13631 : cluster [DBG] pgmap v12046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:54.317272+0000 mgr.y (mgr.14556) 13631 : cluster [DBG] pgmap v12046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:56.317980+0000 mgr.y (mgr.14556) 13632 : cluster [DBG] pgmap v12047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:56.317980+0000 mgr.y (mgr.14556) 13632 : cluster [DBG] pgmap v12047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:56.317980+0000 mgr.y (mgr.14556) 13632 : cluster [DBG] pgmap v12047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:26:58.318599+0000 mgr.y (mgr.14556) 13633 : cluster [DBG] pgmap v12048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:26:58.318599+0000 mgr.y (mgr.14556) 13633 : cluster [DBG] pgmap v12048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:26:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:26:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:26:58.318599+0000 mgr.y (mgr.14556) 13633 : cluster [DBG] pgmap v12048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:00.319156+0000 mgr.y (mgr.14556) 13634 : cluster [DBG] pgmap v12049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:00.319156+0000 mgr.y (mgr.14556) 13634 : cluster [DBG] pgmap v12049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:00.319156+0000 mgr.y (mgr.14556) 13634 : cluster [DBG] pgmap v12049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:27:03.612 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:27:03.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:02.319772+0000 mgr.y (mgr.14556) 13635 : cluster [DBG] pgmap v12050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:03.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:02.319772+0000 mgr.y (mgr.14556) 13635 : cluster [DBG] pgmap v12050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:03.901 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:27:03.902 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 3m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:27:03.902 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 3m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:27:03.902 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 3m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:27:03.902 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 3m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:27:03.902 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 3m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:27:03.902 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 3m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:27:03.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 3m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:27:03.903 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 3m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:27:03.903 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 3m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:27:03.903 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 3m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:27:03.903 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 3m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:27:03.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 3m ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:27:03.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 3m ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:27:03.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 3m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:27:03.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 3m ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:27:03.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 3m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:27:03.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 3m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:27:03.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 3m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:27:03.904 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 3m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:27:03.904 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 3m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:27:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:02.319772+0000 mgr.y (mgr.14556) 13635 : cluster [DBG] pgmap v12050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:27:03] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:27:04.251 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:27:04.251 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:27:04.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:27:04.251 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:27:04.251 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:27:04.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:27:04.251 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:27:04.251 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:27:04.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:27:04.251 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:27:04.252 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:27:04.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:27:04.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:27:04.252 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:27:04.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:27:04.252 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:27:04.252 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:27:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:27:03.600923+0000 mgr.y (mgr.14556) 13636 : audit [DBG] from='client.38741 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:27:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:27:04.251565+0000 mon.c (mon.2) 345 : audit [DBG] from='client.? 172.21.15.23:0/867878532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:27:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:27:03.600923+0000 mgr.y (mgr.14556) 13636 : audit [DBG] from='client.38741 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:27:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:27:04.251565+0000 mon.c (mon.2) 345 : audit [DBG] from='client.? 172.21.15.23:0/867878532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:27:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:27:03.600923+0000 mgr.y (mgr.14556) 13636 : audit [DBG] from='client.38741 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:27:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:27:04.251565+0000 mon.c (mon.2) 345 : audit [DBG] from='client.? 172.21.15.23:0/867878532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:27:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:27:03.894441+0000 mgr.y (mgr.14556) 13637 : audit [DBG] from='client.28836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:27:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:04.320152+0000 mgr.y (mgr.14556) 13638 : cluster [DBG] pgmap v12051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:27:03.894441+0000 mgr.y (mgr.14556) 13637 : audit [DBG] from='client.28836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:27:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:04.320152+0000 mgr.y (mgr.14556) 13638 : cluster [DBG] pgmap v12051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:27:03.894441+0000 mgr.y (mgr.14556) 13637 : audit [DBG] from='client.28836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:27:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:04.320152+0000 mgr.y (mgr.14556) 13638 : cluster [DBG] pgmap v12051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:06.320813+0000 mgr.y (mgr.14556) 13639 : cluster [DBG] pgmap v12052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:06.320813+0000 mgr.y (mgr.14556) 13639 : cluster [DBG] pgmap v12052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:06.320813+0000 mgr.y (mgr.14556) 13639 : cluster [DBG] pgmap v12052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:08.321358+0000 mgr.y (mgr.14556) 13640 : cluster [DBG] pgmap v12053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:08.321358+0000 mgr.y (mgr.14556) 13640 : cluster [DBG] pgmap v12053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:08.321358+0000 mgr.y (mgr.14556) 13640 : cluster [DBG] pgmap v12053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:10.321866+0000 mgr.y (mgr.14556) 13641 : cluster [DBG] pgmap v12054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:10.321866+0000 mgr.y (mgr.14556) 13641 : cluster [DBG] pgmap v12054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:10.321866+0000 mgr.y (mgr.14556) 13641 : cluster [DBG] pgmap v12054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:27:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:27:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:27:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:12.322300+0000 mgr.y (mgr.14556) 13642 : cluster [DBG] pgmap v12055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:12.322300+0000 mgr.y (mgr.14556) 13642 : cluster [DBG] pgmap v12055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:12.322300+0000 mgr.y (mgr.14556) 13642 : cluster [DBG] pgmap v12055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:14.322728+0000 mgr.y (mgr.14556) 13643 : cluster [DBG] pgmap v12056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:14.322728+0000 mgr.y (mgr.14556) 13643 : cluster [DBG] pgmap v12056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:14.322728+0000 mgr.y (mgr.14556) 13643 : cluster [DBG] pgmap v12056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:16.323383+0000 mgr.y (mgr.14556) 13644 : cluster [DBG] pgmap v12057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:16.323383+0000 mgr.y (mgr.14556) 13644 : cluster [DBG] pgmap v12057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:16.323383+0000 mgr.y (mgr.14556) 13644 : cluster [DBG] pgmap v12057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:18.323705+0000 mgr.y (mgr.14556) 13645 : cluster [DBG] pgmap v12058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:18.323705+0000 mgr.y (mgr.14556) 13645 : cluster [DBG] pgmap v12058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:18.323705+0000 mgr.y (mgr.14556) 13645 : cluster [DBG] pgmap v12058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:20.324306+0000 mgr.y (mgr.14556) 13646 : cluster [DBG] pgmap v12059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:20.324306+0000 mgr.y (mgr.14556) 13646 : cluster [DBG] pgmap v12059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:20.324306+0000 mgr.y (mgr.14556) 13646 : cluster [DBG] pgmap v12059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:27:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:27:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:27:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:22.324776+0000 mgr.y (mgr.14556) 13647 : cluster [DBG] pgmap v12060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:22.324776+0000 mgr.y (mgr.14556) 13647 : cluster [DBG] pgmap v12060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:22.324776+0000 mgr.y (mgr.14556) 13647 : cluster [DBG] pgmap v12060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:24.325256+0000 mgr.y (mgr.14556) 13648 : cluster [DBG] pgmap v12061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:24.325256+0000 mgr.y (mgr.14556) 13648 : cluster [DBG] pgmap v12061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:24.325256+0000 mgr.y (mgr.14556) 13648 : cluster [DBG] pgmap v12061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:26.325973+0000 mgr.y (mgr.14556) 13649 : cluster [DBG] pgmap v12062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:26.325973+0000 mgr.y (mgr.14556) 13649 : cluster [DBG] pgmap v12062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:26.325973+0000 mgr.y (mgr.14556) 13649 : cluster [DBG] pgmap v12062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:28.326520+0000 mgr.y (mgr.14556) 13650 : cluster [DBG] pgmap v12063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:28.326520+0000 mgr.y (mgr.14556) 13650 : cluster [DBG] pgmap v12063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:28.326520+0000 mgr.y (mgr.14556) 13650 : cluster [DBG] pgmap v12063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:30.327076+0000 mgr.y (mgr.14556) 13651 : cluster [DBG] pgmap v12064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:30.327076+0000 mgr.y (mgr.14556) 13651 : cluster [DBG] pgmap v12064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:30.327076+0000 mgr.y (mgr.14556) 13651 : cluster [DBG] pgmap v12064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:27:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:32.327738+0000 mgr.y (mgr.14556) 13652 : cluster [DBG] pgmap v12065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:32.327738+0000 mgr.y (mgr.14556) 13652 : cluster [DBG] pgmap v12065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:33.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:27:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:27:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:32.327738+0000 mgr.y (mgr.14556) 13652 : cluster [DBG] pgmap v12065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:34.575 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:27:34.864 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:27:34.864 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 3m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:27:34.864 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 3m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:27:34.864 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 3m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:27:34.864 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 3m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:27:34.864 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 3m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:27:34.864 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 3m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:27:34.864 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 3m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:27:34.864 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 3m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:27:34.864 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 3m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:27:34.864 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 3m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:27:34.865 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 3m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:27:34.865 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 3m ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:27:34.865 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 3m ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:27:34.865 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 3m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:27:34.865 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 3m ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:27:34.865 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 3m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:27:34.865 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 3m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:27:34.865 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 3m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:27:34.865 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 3m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:27:34.865 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 3m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:27:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:27:35.226 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:27:35.226 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:27:35.226 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:27:35.226 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:27:35.226 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:27:35.226 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:27:35.226 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:27:35.226 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:27:35.226 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:27:35.226 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:27:35.227 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:27:35.227 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:27:35.227 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:27:35.227 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:27:35.227 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:27:35.227 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:27:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:34.328101+0000 mgr.y (mgr.14556) 13653 : cluster [DBG] pgmap v12066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:27:34.563963+0000 mgr.y (mgr.14556) 13654 : audit [DBG] from='client.38759 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:27:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:27:35.225978+0000 mon.a (mon.0) 3100 : audit [DBG] from='client.? 172.21.15.23:0/4260000128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:27:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:34.328101+0000 mgr.y (mgr.14556) 13653 : cluster [DBG] pgmap v12066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:27:34.563963+0000 mgr.y (mgr.14556) 13654 : audit [DBG] from='client.38759 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:27:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:27:35.225978+0000 mon.a (mon.0) 3100 : audit [DBG] from='client.? 172.21.15.23:0/4260000128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:27:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:34.328101+0000 mgr.y (mgr.14556) 13653 : cluster [DBG] pgmap v12066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:27:34.563963+0000 mgr.y (mgr.14556) 13654 : audit [DBG] from='client.38759 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:27:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:27:35.225978+0000 mon.a (mon.0) 3100 : audit [DBG] from='client.? 172.21.15.23:0/4260000128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:27:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:27:34.856543+0000 mgr.y (mgr.14556) 13655 : audit [DBG] from='client.28854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:27:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:27:34.856543+0000 mgr.y (mgr.14556) 13655 : audit [DBG] from='client.28854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:27:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:27:34.856543+0000 mgr.y (mgr.14556) 13655 : audit [DBG] from='client.28854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:27:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:36.328822+0000 mgr.y (mgr.14556) 13656 : cluster [DBG] pgmap v12067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:36.328822+0000 mgr.y (mgr.14556) 13656 : cluster [DBG] pgmap v12067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:36.328822+0000 mgr.y (mgr.14556) 13656 : cluster [DBG] pgmap v12067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:38.329429+0000 mgr.y (mgr.14556) 13657 : cluster [DBG] pgmap v12068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:38.329429+0000 mgr.y (mgr.14556) 13657 : cluster [DBG] pgmap v12068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:38.329429+0000 mgr.y (mgr.14556) 13657 : cluster [DBG] pgmap v12068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:40.329976+0000 mgr.y (mgr.14556) 13658 : cluster [DBG] pgmap v12069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:27:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:40.329976+0000 mgr.y (mgr.14556) 13658 : cluster [DBG] pgmap v12069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:40.329976+0000 mgr.y (mgr.14556) 13658 : cluster [DBG] pgmap v12069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:42.330520+0000 mgr.y (mgr.14556) 13659 : cluster [DBG] pgmap v12070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:27:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:27:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:42.330520+0000 mgr.y (mgr.14556) 13659 : cluster [DBG] pgmap v12070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:42.330520+0000 mgr.y (mgr.14556) 13659 : cluster [DBG] pgmap v12070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:44.330881+0000 mgr.y (mgr.14556) 13660 : cluster [DBG] pgmap v12071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:44.330881+0000 mgr.y (mgr.14556) 13660 : cluster [DBG] pgmap v12071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:44.330881+0000 mgr.y (mgr.14556) 13660 : cluster [DBG] pgmap v12071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:46.331511+0000 mgr.y (mgr.14556) 13661 : cluster [DBG] pgmap v12072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:46.331511+0000 mgr.y (mgr.14556) 13661 : cluster [DBG] pgmap v12072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:46.331511+0000 mgr.y (mgr.14556) 13661 : cluster [DBG] pgmap v12072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:48.332043+0000 mgr.y (mgr.14556) 13662 : cluster [DBG] pgmap v12073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:48.332043+0000 mgr.y (mgr.14556) 13662 : cluster [DBG] pgmap v12073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:48.332043+0000 mgr.y (mgr.14556) 13662 : cluster [DBG] pgmap v12073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:50.332745+0000 mgr.y (mgr.14556) 13663 : cluster [DBG] pgmap v12074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:27:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:50.332745+0000 mgr.y (mgr.14556) 13663 : cluster [DBG] pgmap v12074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:50.332745+0000 mgr.y (mgr.14556) 13663 : cluster [DBG] pgmap v12074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:27:53] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T13:27:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:52.333367+0000 mgr.y (mgr.14556) 13664 : cluster [DBG] pgmap v12075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:27:53.491981+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:27:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:52.333367+0000 mgr.y (mgr.14556) 13664 : cluster [DBG] pgmap v12075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:27:53.491981+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:27:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:52.333367+0000 mgr.y (mgr.14556) 13664 : cluster [DBG] pgmap v12075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:27:53.491981+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:27:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:27:53.801362+0000 mon.a (mon.0) 3102 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:27:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:27:53.802005+0000 mon.a (mon.0) 3103 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:27:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:27:53.807895+0000 mon.a (mon.0) 3104 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:27:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:27:53.801362+0000 mon.a (mon.0) 3102 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:27:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:27:53.802005+0000 mon.a (mon.0) 3103 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:27:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:27:53.807895+0000 mon.a (mon.0) 3104 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:27:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:27:53.801362+0000 mon.a (mon.0) 3102 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:27:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:27:53.802005+0000 mon.a (mon.0) 3103 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:27:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:27:53.807895+0000 mon.a (mon.0) 3104 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:27:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:54.333804+0000 mgr.y (mgr.14556) 13665 : cluster [DBG] pgmap v12076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:54.333804+0000 mgr.y (mgr.14556) 13665 : cluster [DBG] pgmap v12076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:54.333804+0000 mgr.y (mgr.14556) 13665 : cluster [DBG] pgmap v12076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:56.334515+0000 mgr.y (mgr.14556) 13666 : cluster [DBG] pgmap v12077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:56.334515+0000 mgr.y (mgr.14556) 13666 : cluster [DBG] pgmap v12077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:56.334515+0000 mgr.y (mgr.14556) 13666 : cluster [DBG] pgmap v12077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:27:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:27:58.334887+0000 mgr.y (mgr.14556) 13667 : cluster [DBG] pgmap v12078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:27:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:27:58.334887+0000 mgr.y (mgr.14556) 13667 : cluster [DBG] pgmap v12078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:27:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:27:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:27:58.334887+0000 mgr.y (mgr.14556) 13667 : cluster [DBG] pgmap v12078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:00.335559+0000 mgr.y (mgr.14556) 13668 : cluster [DBG] pgmap v12079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:28:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:00.335559+0000 mgr.y (mgr.14556) 13668 : cluster [DBG] pgmap v12079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:00.335559+0000 mgr.y (mgr.14556) 13668 : cluster [DBG] pgmap v12079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:02.336207+0000 mgr.y (mgr.14556) 13669 : cluster [DBG] pgmap v12080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:02.336207+0000 mgr.y (mgr.14556) 13669 : cluster [DBG] pgmap v12080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:03.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:02.336207+0000 mgr.y (mgr.14556) 13669 : cluster [DBG] pgmap v12080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:28:03] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T13:28:05.552 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 4m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 4m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 4m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 4m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 4m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 4m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 4m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 4m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 4m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 4m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 4m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:28:05.838 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 4m ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:28:05.839 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 4m ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:28:05.839 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 4m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:28:05.839 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 4m ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:28:05.839 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 4m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:28:05.839 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 4m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:28:05.839 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 4m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:28:05.839 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 4m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:28:05.839 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 4m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:28:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:04.336729+0000 mgr.y (mgr.14556) 13670 : cluster [DBG] pgmap v12081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:04.336729+0000 mgr.y (mgr.14556) 13670 : cluster [DBG] pgmap v12081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:04.336729+0000 mgr.y (mgr.14556) 13670 : cluster [DBG] pgmap v12081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:06.186 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:28:06.186 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:28:06.186 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:28:06.186 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:28:06.186 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:28:06.186 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:28:06.186 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:28:06.186 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:28:06.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:28:06.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:28:06.187 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:28:06.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:28:06.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:28:06.187 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:28:06.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:28:06.187 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:28:06.187 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:28:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:28:05.541446+0000 mgr.y (mgr.14556) 13671 : audit [DBG] from='client.38777 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:28:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:28:06.186869+0000 mon.c (mon.2) 346 : audit [DBG] from='client.? 172.21.15.23:0/1232837871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:28:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:28:05.541446+0000 mgr.y (mgr.14556) 13671 : audit [DBG] from='client.38777 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:28:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:28:06.186869+0000 mon.c (mon.2) 346 : audit [DBG] from='client.? 172.21.15.23:0/1232837871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:28:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:28:05.541446+0000 mgr.y (mgr.14556) 13671 : audit [DBG] from='client.38777 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:28:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:28:06.186869+0000 mon.c (mon.2) 346 : audit [DBG] from='client.? 172.21.15.23:0/1232837871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:28:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:28:05.830657+0000 mgr.y (mgr.14556) 13672 : audit [DBG] from='client.28872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:28:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:06.337440+0000 mgr.y (mgr.14556) 13673 : cluster [DBG] pgmap v12082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:28:05.830657+0000 mgr.y (mgr.14556) 13672 : audit [DBG] from='client.28872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:28:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:06.337440+0000 mgr.y (mgr.14556) 13673 : cluster [DBG] pgmap v12082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:28:05.830657+0000 mgr.y (mgr.14556) 13672 : audit [DBG] from='client.28872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:28:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:06.337440+0000 mgr.y (mgr.14556) 13673 : cluster [DBG] pgmap v12082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:08.337809+0000 mgr.y (mgr.14556) 13674 : cluster [DBG] pgmap v12083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:08.337809+0000 mgr.y (mgr.14556) 13674 : cluster [DBG] pgmap v12083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:08.337809+0000 mgr.y (mgr.14556) 13674 : cluster [DBG] pgmap v12083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:10.338484+0000 mgr.y (mgr.14556) 13675 : cluster [DBG] pgmap v12084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:10.338484+0000 mgr.y (mgr.14556) 13675 : cluster [DBG] pgmap v12084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:10.338484+0000 mgr.y (mgr.14556) 13675 : cluster [DBG] pgmap v12084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:28:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:12.339007+0000 mgr.y (mgr.14556) 13676 : cluster [DBG] pgmap v12085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:13.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:12.339007+0000 mgr.y (mgr.14556) 13676 : cluster [DBG] pgmap v12085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:12.339007+0000 mgr.y (mgr.14556) 13676 : cluster [DBG] pgmap v12085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:28:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:28:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:14.339561+0000 mgr.y (mgr.14556) 13677 : cluster [DBG] pgmap v12086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:14.339561+0000 mgr.y (mgr.14556) 13677 : cluster [DBG] pgmap v12086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:14.339561+0000 mgr.y (mgr.14556) 13677 : cluster [DBG] pgmap v12086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:16.340397+0000 mgr.y (mgr.14556) 13678 : cluster [DBG] pgmap v12087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:16.340397+0000 mgr.y (mgr.14556) 13678 : cluster [DBG] pgmap v12087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:16.340397+0000 mgr.y (mgr.14556) 13678 : cluster [DBG] pgmap v12087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:18.340794+0000 mgr.y (mgr.14556) 13679 : cluster [DBG] pgmap v12088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:18.340794+0000 mgr.y (mgr.14556) 13679 : cluster [DBG] pgmap v12088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:18.340794+0000 mgr.y (mgr.14556) 13679 : cluster [DBG] pgmap v12088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:20.341375+0000 mgr.y (mgr.14556) 13680 : cluster [DBG] pgmap v12089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:20.341375+0000 mgr.y (mgr.14556) 13680 : cluster [DBG] pgmap v12089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:20.341375+0000 mgr.y (mgr.14556) 13680 : cluster [DBG] pgmap v12089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:28:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:22.341845+0000 mgr.y (mgr.14556) 13681 : cluster [DBG] pgmap v12090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:22.341845+0000 mgr.y (mgr.14556) 13681 : cluster [DBG] pgmap v12090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:22.341845+0000 mgr.y (mgr.14556) 13681 : cluster [DBG] pgmap v12090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:28:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:28:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:24.342324+0000 mgr.y (mgr.14556) 13682 : cluster [DBG] pgmap v12091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:24.342324+0000 mgr.y (mgr.14556) 13682 : cluster [DBG] pgmap v12091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:24.342324+0000 mgr.y (mgr.14556) 13682 : cluster [DBG] pgmap v12091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:26.343060+0000 mgr.y (mgr.14556) 13683 : cluster [DBG] pgmap v12092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:26.343060+0000 mgr.y (mgr.14556) 13683 : cluster [DBG] pgmap v12092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:26.343060+0000 mgr.y (mgr.14556) 13683 : cluster [DBG] pgmap v12092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:28.343514+0000 mgr.y (mgr.14556) 13684 : cluster [DBG] pgmap v12093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:28.343514+0000 mgr.y (mgr.14556) 13684 : cluster [DBG] pgmap v12093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:28.343514+0000 mgr.y (mgr.14556) 13684 : cluster [DBG] pgmap v12093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:30.344114+0000 mgr.y (mgr.14556) 13685 : cluster [DBG] pgmap v12094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:30.344114+0000 mgr.y (mgr.14556) 13685 : cluster [DBG] pgmap v12094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:30.344114+0000 mgr.y (mgr.14556) 13685 : cluster [DBG] pgmap v12094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:28:33.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:28:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:28:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:32.344642+0000 mgr.y (mgr.14556) 13686 : cluster [DBG] pgmap v12095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:32.344642+0000 mgr.y (mgr.14556) 13686 : cluster [DBG] pgmap v12095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:32.344642+0000 mgr.y (mgr.14556) 13686 : cluster [DBG] pgmap v12095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:34.345172+0000 mgr.y (mgr.14556) 13687 : cluster [DBG] pgmap v12096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:34.345172+0000 mgr.y (mgr.14556) 13687 : cluster [DBG] pgmap v12096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:34.345172+0000 mgr.y (mgr.14556) 13687 : cluster [DBG] pgmap v12096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:36.513 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:28:36.801 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:28:36.801 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 4m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:28:36.801 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 4m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:28:36.801 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 4m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:28:36.801 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 4m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:28:36.801 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 4m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:28:36.801 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 4m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 4m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 4m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 4m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 4m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 4m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 4m ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 4m ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 4m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 4m ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 4m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 4m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 4m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:28:36.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 4m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:28:36.803 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 4m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:28:37.152 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:28:37.152 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:28:37.152 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:28:37.152 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:28:37.152 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:28:37.152 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:28:37.153 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:28:37.153 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:28:37.153 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:28:37.153 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:28:37.153 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:28:37.153 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:28:37.153 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:28:37.153 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:28:37.153 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:28:37.153 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:28:37.153 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:28:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:36.345760+0000 mgr.y (mgr.14556) 13688 : cluster [DBG] pgmap v12097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:28:36.502103+0000 mgr.y (mgr.14556) 13689 : audit [DBG] from='client.28884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:28:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:28:37.152925+0000 mon.a (mon.0) 3105 : audit [DBG] from='client.? 172.21.15.23:0/2753229891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:28:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:36.345760+0000 mgr.y (mgr.14556) 13688 : cluster [DBG] pgmap v12097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:28:36.502103+0000 mgr.y (mgr.14556) 13689 : audit [DBG] from='client.28884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:28:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:28:37.152925+0000 mon.a (mon.0) 3105 : audit [DBG] from='client.? 172.21.15.23:0/2753229891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:28:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:36.345760+0000 mgr.y (mgr.14556) 13688 : cluster [DBG] pgmap v12097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:28:36.502103+0000 mgr.y (mgr.14556) 13689 : audit [DBG] from='client.28884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:28:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:28:37.152925+0000 mon.a (mon.0) 3105 : audit [DBG] from='client.? 172.21.15.23:0/2753229891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:28:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:28:36.794090+0000 mgr.y (mgr.14556) 13690 : audit [DBG] from='client.28890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:28:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:28:36.794090+0000 mgr.y (mgr.14556) 13690 : audit [DBG] from='client.28890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:28:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:28:36.794090+0000 mgr.y (mgr.14556) 13690 : audit [DBG] from='client.28890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:28:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:38.346124+0000 mgr.y (mgr.14556) 13691 : cluster [DBG] pgmap v12098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:38.346124+0000 mgr.y (mgr.14556) 13691 : cluster [DBG] pgmap v12098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:38.346124+0000 mgr.y (mgr.14556) 13691 : cluster [DBG] pgmap v12098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:40.346719+0000 mgr.y (mgr.14556) 13692 : cluster [DBG] pgmap v12099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:40.346719+0000 mgr.y (mgr.14556) 13692 : cluster [DBG] pgmap v12099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:40.346719+0000 mgr.y (mgr.14556) 13692 : cluster [DBG] pgmap v12099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:28:43.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:28:43] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T13:28:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:42.347235+0000 mgr.y (mgr.14556) 13693 : cluster [DBG] pgmap v12100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:42.347235+0000 mgr.y (mgr.14556) 13693 : cluster [DBG] pgmap v12100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:42.347235+0000 mgr.y (mgr.14556) 13693 : cluster [DBG] pgmap v12100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:44.347545+0000 mgr.y (mgr.14556) 13694 : cluster [DBG] pgmap v12101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:44.347545+0000 mgr.y (mgr.14556) 13694 : cluster [DBG] pgmap v12101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:44.347545+0000 mgr.y (mgr.14556) 13694 : cluster [DBG] pgmap v12101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:46.348186+0000 mgr.y (mgr.14556) 13695 : cluster [DBG] pgmap v12102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:46.348186+0000 mgr.y (mgr.14556) 13695 : cluster [DBG] pgmap v12102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:46.348186+0000 mgr.y (mgr.14556) 13695 : cluster [DBG] pgmap v12102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:48.348576+0000 mgr.y (mgr.14556) 13696 : cluster [DBG] pgmap v12103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:48.348576+0000 mgr.y (mgr.14556) 13696 : cluster [DBG] pgmap v12103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:48.348576+0000 mgr.y (mgr.14556) 13696 : cluster [DBG] pgmap v12103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:50.349395+0000 mgr.y (mgr.14556) 13697 : cluster [DBG] pgmap v12104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:50.349395+0000 mgr.y (mgr.14556) 13697 : cluster [DBG] pgmap v12104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:50.349395+0000 mgr.y (mgr.14556) 13697 : cluster [DBG] pgmap v12104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:28:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:28:53] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T13:28:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:52.349933+0000 mgr.y (mgr.14556) 13698 : cluster [DBG] pgmap v12105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:52.349933+0000 mgr.y (mgr.14556) 13698 : cluster [DBG] pgmap v12105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:52.349933+0000 mgr.y (mgr.14556) 13698 : cluster [DBG] pgmap v12105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:28:53.812324+0000 mon.a (mon.0) 3106 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:28:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:28:54.119183+0000 mon.a (mon.0) 3107 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:28:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:28:54.119847+0000 mon.a (mon.0) 3108 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:28:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:28:54.126401+0000 mon.a (mon.0) 3109 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:28:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:28:53.812324+0000 mon.a (mon.0) 3106 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:28:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:28:54.119183+0000 mon.a (mon.0) 3107 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:28:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:28:54.119847+0000 mon.a (mon.0) 3108 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:28:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:28:54.126401+0000 mon.a (mon.0) 3109 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:28:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:28:53.812324+0000 mon.a (mon.0) 3106 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:28:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:28:54.119183+0000 mon.a (mon.0) 3107 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:28:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:28:54.119847+0000 mon.a (mon.0) 3108 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:28:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:28:54.126401+0000 mon.a (mon.0) 3109 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:28:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:54.350314+0000 mgr.y (mgr.14556) 13699 : cluster [DBG] pgmap v12106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:54.350314+0000 mgr.y (mgr.14556) 13699 : cluster [DBG] pgmap v12106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:54.350314+0000 mgr.y (mgr.14556) 13699 : cluster [DBG] pgmap v12106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:56.350953+0000 mgr.y (mgr.14556) 13700 : cluster [DBG] pgmap v12107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:56.350953+0000 mgr.y (mgr.14556) 13700 : cluster [DBG] pgmap v12107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:56.350953+0000 mgr.y (mgr.14556) 13700 : cluster [DBG] pgmap v12107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:28:58.351304+0000 mgr.y (mgr.14556) 13701 : cluster [DBG] pgmap v12108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:28:58.351304+0000 mgr.y (mgr.14556) 13701 : cluster [DBG] pgmap v12108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:28:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:28:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:28:58.351304+0000 mgr.y (mgr.14556) 13701 : cluster [DBG] pgmap v12108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:00.351999+0000 mgr.y (mgr.14556) 13702 : cluster [DBG] pgmap v12109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:29:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:00.351999+0000 mgr.y (mgr.14556) 13702 : cluster [DBG] pgmap v12109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:00.351999+0000 mgr.y (mgr.14556) 13702 : cluster [DBG] pgmap v12109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:29:03] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T13:29:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:02.352544+0000 mgr.y (mgr.14556) 13703 : cluster [DBG] pgmap v12110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:02.352544+0000 mgr.y (mgr.14556) 13703 : cluster [DBG] pgmap v12110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:02.352544+0000 mgr.y (mgr.14556) 13703 : cluster [DBG] pgmap v12110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:04.352947+0000 mgr.y (mgr.14556) 13704 : cluster [DBG] pgmap v12111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:04.352947+0000 mgr.y (mgr.14556) 13704 : cluster [DBG] pgmap v12111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:04.352947+0000 mgr.y (mgr.14556) 13704 : cluster [DBG] pgmap v12111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:07.476 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:29:07.768 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 5m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 5m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 5m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 5m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 5m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 5m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 5m ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 5m ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:29:07.769 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 5m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:29:07.770 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 5m ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:29:07.770 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:29:07.770 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:29:07.770 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:29:07.770 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:29:07.770 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:29:08.117 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:29:08.117 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:29:08.117 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:29:08.117 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:29:08.117 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:29:08.117 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:29:08.117 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:29:08.117 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:29:08.117 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:29:08.117 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:29:08.117 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:29:08.117 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:29:08.118 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:29:08.118 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:29:08.118 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:29:08.118 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:29:08.118 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:29:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:06.353527+0000 mgr.y (mgr.14556) 13705 : cluster [DBG] pgmap v12112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:06.353527+0000 mgr.y (mgr.14556) 13705 : cluster [DBG] pgmap v12112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:06.353527+0000 mgr.y (mgr.14556) 13705 : cluster [DBG] pgmap v12112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:29:07.464832+0000 mgr.y (mgr.14556) 13706 : audit [DBG] from='client.28902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:29:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:29:08.117469+0000 mon.a (mon.0) 3110 : audit [DBG] from='client.? 172.21.15.23:0/1737588359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:29:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:29:07.464832+0000 mgr.y (mgr.14556) 13706 : audit [DBG] from='client.28902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:29:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:29:08.117469+0000 mon.a (mon.0) 3110 : audit [DBG] from='client.? 172.21.15.23:0/1737588359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:29:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:29:07.464832+0000 mgr.y (mgr.14556) 13706 : audit [DBG] from='client.28902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:29:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:29:08.117469+0000 mon.a (mon.0) 3110 : audit [DBG] from='client.? 172.21.15.23:0/1737588359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:29:10.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:29:07.761087+0000 mgr.y (mgr.14556) 13707 : audit [DBG] from='client.38819 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:29:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:08.354005+0000 mgr.y (mgr.14556) 13708 : cluster [DBG] pgmap v12113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:29:07.761087+0000 mgr.y (mgr.14556) 13707 : audit [DBG] from='client.38819 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:29:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:08.354005+0000 mgr.y (mgr.14556) 13708 : cluster [DBG] pgmap v12113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:29:07.761087+0000 mgr.y (mgr.14556) 13707 : audit [DBG] from='client.38819 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:29:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:08.354005+0000 mgr.y (mgr.14556) 13708 : cluster [DBG] pgmap v12113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:10.354864+0000 mgr.y (mgr.14556) 13709 : cluster [DBG] pgmap v12114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:29:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:10.354864+0000 mgr.y (mgr.14556) 13709 : cluster [DBG] pgmap v12114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:10.354864+0000 mgr.y (mgr.14556) 13709 : cluster [DBG] pgmap v12114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:12.355459+0000 mgr.y (mgr.14556) 13710 : cluster [DBG] pgmap v12115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:12.355459+0000 mgr.y (mgr.14556) 13710 : cluster [DBG] pgmap v12115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:12.355459+0000 mgr.y (mgr.14556) 13710 : cluster [DBG] pgmap v12115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:29:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:29:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:14.355856+0000 mgr.y (mgr.14556) 13711 : cluster [DBG] pgmap v12116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:14.355856+0000 mgr.y (mgr.14556) 13711 : cluster [DBG] pgmap v12116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:14.355856+0000 mgr.y (mgr.14556) 13711 : cluster [DBG] pgmap v12116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:16.356458+0000 mgr.y (mgr.14556) 13712 : cluster [DBG] pgmap v12117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:16.356458+0000 mgr.y (mgr.14556) 13712 : cluster [DBG] pgmap v12117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:16.356458+0000 mgr.y (mgr.14556) 13712 : cluster [DBG] pgmap v12117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:18.356846+0000 mgr.y (mgr.14556) 13713 : cluster [DBG] pgmap v12118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:18.356846+0000 mgr.y (mgr.14556) 13713 : cluster [DBG] pgmap v12118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:18.356846+0000 mgr.y (mgr.14556) 13713 : cluster [DBG] pgmap v12118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:20.357444+0000 mgr.y (mgr.14556) 13714 : cluster [DBG] pgmap v12119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:20.357444+0000 mgr.y (mgr.14556) 13714 : cluster [DBG] pgmap v12119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:20.357444+0000 mgr.y (mgr.14556) 13714 : cluster [DBG] pgmap v12119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:29:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:22.357827+0000 mgr.y (mgr.14556) 13715 : cluster [DBG] pgmap v12120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:22.357827+0000 mgr.y (mgr.14556) 13715 : cluster [DBG] pgmap v12120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:22.357827+0000 mgr.y (mgr.14556) 13715 : cluster [DBG] pgmap v12120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:29:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:29:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:24.358234+0000 mgr.y (mgr.14556) 13716 : cluster [DBG] pgmap v12121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:24.358234+0000 mgr.y (mgr.14556) 13716 : cluster [DBG] pgmap v12121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:24.358234+0000 mgr.y (mgr.14556) 13716 : cluster [DBG] pgmap v12121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:26.358919+0000 mgr.y (mgr.14556) 13717 : cluster [DBG] pgmap v12122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:26.358919+0000 mgr.y (mgr.14556) 13717 : cluster [DBG] pgmap v12122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:26.358919+0000 mgr.y (mgr.14556) 13717 : cluster [DBG] pgmap v12122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:28.359358+0000 mgr.y (mgr.14556) 13718 : cluster [DBG] pgmap v12123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:28.359358+0000 mgr.y (mgr.14556) 13718 : cluster [DBG] pgmap v12123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:28.359358+0000 mgr.y (mgr.14556) 13718 : cluster [DBG] pgmap v12123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:30.360125+0000 mgr.y (mgr.14556) 13719 : cluster [DBG] pgmap v12124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:30.360125+0000 mgr.y (mgr.14556) 13719 : cluster [DBG] pgmap v12124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:30.360125+0000 mgr.y (mgr.14556) 13719 : cluster [DBG] pgmap v12124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:29:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:32.360629+0000 mgr.y (mgr.14556) 13720 : cluster [DBG] pgmap v12125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:32.360629+0000 mgr.y (mgr.14556) 13720 : cluster [DBG] pgmap v12125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:32.360629+0000 mgr.y (mgr.14556) 13720 : cluster [DBG] pgmap v12125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:29:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:29:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:34.361182+0000 mgr.y (mgr.14556) 13721 : cluster [DBG] pgmap v12126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:34.361182+0000 mgr.y (mgr.14556) 13721 : cluster [DBG] pgmap v12126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:34.361182+0000 mgr.y (mgr.14556) 13721 : cluster [DBG] pgmap v12126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:36.361888+0000 mgr.y (mgr.14556) 13722 : cluster [DBG] pgmap v12127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:36.361888+0000 mgr.y (mgr.14556) 13722 : cluster [DBG] pgmap v12127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:36.361888+0000 mgr.y (mgr.14556) 13722 : cluster [DBG] pgmap v12127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:38.440 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:29:38.730 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:29:38.730 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 5m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:29:38.730 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:29:38.730 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 5m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:29:38.730 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:29:38.730 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:29:38.730 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 5m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:29:38.730 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 5m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:29:38.730 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:29:38.731 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 5m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:29:38.731 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 5m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:29:38.731 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:29:38.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 5m ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:29:38.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 5m ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:29:38.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 5m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:29:38.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 5m ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:29:38.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:29:38.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:29:38.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:29:38.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:29:38.731 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:29:39.081 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:29:39.081 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:29:39.081 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:29:39.081 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:29:39.081 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:29:39.081 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:29:39.081 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:29:39.081 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:29:39.081 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:29:39.082 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:29:39.082 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:29:39.082 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:29:39.082 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:29:39.082 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:29:39.082 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:29:39.082 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:29:39.082 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:29:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:38.362220+0000 mgr.y (mgr.14556) 13723 : cluster [DBG] pgmap v12128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:29:38.429661+0000 mgr.y (mgr.14556) 13724 : audit [DBG] from='client.28920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:29:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:29:39.081740+0000 mon.a (mon.0) 3111 : audit [DBG] from='client.? 172.21.15.23:0/2489318246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:29:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:38.362220+0000 mgr.y (mgr.14556) 13723 : cluster [DBG] pgmap v12128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:29:38.429661+0000 mgr.y (mgr.14556) 13724 : audit [DBG] from='client.28920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:29:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:29:39.081740+0000 mon.a (mon.0) 3111 : audit [DBG] from='client.? 172.21.15.23:0/2489318246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:29:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:38.362220+0000 mgr.y (mgr.14556) 13723 : cluster [DBG] pgmap v12128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:29:38.429661+0000 mgr.y (mgr.14556) 13724 : audit [DBG] from='client.28920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:29:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:29:39.081740+0000 mon.a (mon.0) 3111 : audit [DBG] from='client.? 172.21.15.23:0/2489318246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:29:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:29:38.722706+0000 mgr.y (mgr.14556) 13725 : audit [DBG] from='client.38837 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:29:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:29:38.722706+0000 mgr.y (mgr.14556) 13725 : audit [DBG] from='client.38837 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:29:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:29:38.722706+0000 mgr.y (mgr.14556) 13725 : audit [DBG] from='client.38837 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:29:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:40.363074+0000 mgr.y (mgr.14556) 13726 : cluster [DBG] pgmap v12129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:40.363074+0000 mgr.y (mgr.14556) 13726 : cluster [DBG] pgmap v12129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:40.363074+0000 mgr.y (mgr.14556) 13726 : cluster [DBG] pgmap v12129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:29:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:42.363514+0000 mgr.y (mgr.14556) 13727 : cluster [DBG] pgmap v12130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:42.363514+0000 mgr.y (mgr.14556) 13727 : cluster [DBG] pgmap v12130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:43.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:29:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:29:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:42.363514+0000 mgr.y (mgr.14556) 13727 : cluster [DBG] pgmap v12130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:44.363843+0000 mgr.y (mgr.14556) 13728 : cluster [DBG] pgmap v12131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:44.363843+0000 mgr.y (mgr.14556) 13728 : cluster [DBG] pgmap v12131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:44.363843+0000 mgr.y (mgr.14556) 13728 : cluster [DBG] pgmap v12131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:46.364644+0000 mgr.y (mgr.14556) 13729 : cluster [DBG] pgmap v12132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:46.364644+0000 mgr.y (mgr.14556) 13729 : cluster [DBG] pgmap v12132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:46.364644+0000 mgr.y (mgr.14556) 13729 : cluster [DBG] pgmap v12132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:48.365062+0000 mgr.y (mgr.14556) 13730 : cluster [DBG] pgmap v12133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:48.365062+0000 mgr.y (mgr.14556) 13730 : cluster [DBG] pgmap v12133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:48.365062+0000 mgr.y (mgr.14556) 13730 : cluster [DBG] pgmap v12133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:50.365716+0000 mgr.y (mgr.14556) 13731 : cluster [DBG] pgmap v12134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:50.365716+0000 mgr.y (mgr.14556) 13731 : cluster [DBG] pgmap v12134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:50.365716+0000 mgr.y (mgr.14556) 13731 : cluster [DBG] pgmap v12134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:29:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:52.366116+0000 mgr.y (mgr.14556) 13732 : cluster [DBG] pgmap v12135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:29:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:29:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:52.366116+0000 mgr.y (mgr.14556) 13732 : cluster [DBG] pgmap v12135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:52.366116+0000 mgr.y (mgr.14556) 13732 : cluster [DBG] pgmap v12135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:29:54.130993+0000 mon.a (mon.0) 3112 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:29:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:29:54.436648+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:29:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:29:54.437293+0000 mon.a (mon.0) 3114 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:29:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:29:54.446140+0000 mon.a (mon.0) 3115 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:29:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:29:54.130993+0000 mon.a (mon.0) 3112 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:29:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:29:54.436648+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:29:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:29:54.437293+0000 mon.a (mon.0) 3114 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:29:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:29:54.446140+0000 mon.a (mon.0) 3115 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:29:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:29:54.130993+0000 mon.a (mon.0) 3112 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:29:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:29:54.436648+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:29:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:29:54.437293+0000 mon.a (mon.0) 3114 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:29:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:29:54.446140+0000 mon.a (mon.0) 3115 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:29:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:54.366436+0000 mgr.y (mgr.14556) 13733 : cluster [DBG] pgmap v12136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:54.366436+0000 mgr.y (mgr.14556) 13733 : cluster [DBG] pgmap v12136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:54.366436+0000 mgr.y (mgr.14556) 13733 : cluster [DBG] pgmap v12136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:56.367091+0000 mgr.y (mgr.14556) 13734 : cluster [DBG] pgmap v12137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:56.367091+0000 mgr.y (mgr.14556) 13734 : cluster [DBG] pgmap v12137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:56.367091+0000 mgr.y (mgr.14556) 13734 : cluster [DBG] pgmap v12137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:29:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:29:58.367577+0000 mgr.y (mgr.14556) 13735 : cluster [DBG] pgmap v12138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:59.999 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:29:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:29:58.367577+0000 mgr.y (mgr.14556) 13735 : cluster [DBG] pgmap v12138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:29:59.999 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:29:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:29:58.367577+0000 mgr.y (mgr.14556) 13735 : cluster [DBG] pgmap v12138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:00.000 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T13:29:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:30:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:00.000157+0000 mon.a (mon.0) 3116 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:30:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:00.000157+0000 mon.a (mon.0) 3116 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:30:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:00.000157+0000 mon.a (mon.0) 3116 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:30:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:00.368231+0000 mgr.y (mgr.14556) 13736 : cluster [DBG] pgmap v12139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:30:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:00.368231+0000 mgr.y (mgr.14556) 13736 : cluster [DBG] pgmap v12139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:00.368231+0000 mgr.y (mgr.14556) 13736 : cluster [DBG] pgmap v12139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:30:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:30:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:02.368578+0000 mgr.y (mgr.14556) 13737 : cluster [DBG] pgmap v12140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:02.368578+0000 mgr.y (mgr.14556) 13737 : cluster [DBG] pgmap v12140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:02.368578+0000 mgr.y (mgr.14556) 13737 : cluster [DBG] pgmap v12140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:04.368973+0000 mgr.y (mgr.14556) 13738 : cluster [DBG] pgmap v12141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:04.368973+0000 mgr.y (mgr.14556) 13738 : cluster [DBG] pgmap v12141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:04.368973+0000 mgr.y (mgr.14556) 13738 : cluster [DBG] pgmap v12141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:06.369698+0000 mgr.y (mgr.14556) 13739 : cluster [DBG] pgmap v12142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:06.369698+0000 mgr.y (mgr.14556) 13739 : cluster [DBG] pgmap v12142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:06.369698+0000 mgr.y (mgr.14556) 13739 : cluster [DBG] pgmap v12142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:09.406 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 6m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 6m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 6m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 6m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 6m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 6m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 6m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 6m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 6m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 6m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 6m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:30:09.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 6m ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:30:09.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 6m ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:30:09.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 6m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:30:09.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 6m ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:30:09.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 6m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:30:09.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 6m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:30:09.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 6m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:30:09.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 6m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:30:09.696 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 6m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:30:10.046 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:30:10.046 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:30:10.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:30:10.046 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:30:10.046 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:30:10.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:30:10.046 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:30:10.046 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:30:10.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:30:10.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:30:10.047 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:30:10.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:30:10.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:30:10.047 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:30:10.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:30:10.047 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:30:10.047 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:30:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:08.370394+0000 mgr.y (mgr.14556) 13740 : cluster [DBG] pgmap v12143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:08.370394+0000 mgr.y (mgr.14556) 13740 : cluster [DBG] pgmap v12143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:08.370394+0000 mgr.y (mgr.14556) 13740 : cluster [DBG] pgmap v12143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:30:09.394145+0000 mgr.y (mgr.14556) 13741 : audit [DBG] from='client.38849 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:30:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:30:09.687447+0000 mgr.y (mgr.14556) 13742 : audit [DBG] from='client.28944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:30:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:30:10.046724+0000 mon.c (mon.2) 347 : audit [DBG] from='client.? 172.21.15.23:0/2361192601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:30:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:30:09.394145+0000 mgr.y (mgr.14556) 13741 : audit [DBG] from='client.38849 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:30:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:30:09.687447+0000 mgr.y (mgr.14556) 13742 : audit [DBG] from='client.28944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:30:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:30:10.046724+0000 mon.c (mon.2) 347 : audit [DBG] from='client.? 172.21.15.23:0/2361192601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:30:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:30:09.394145+0000 mgr.y (mgr.14556) 13741 : audit [DBG] from='client.38849 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:30:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:30:09.687447+0000 mgr.y (mgr.14556) 13742 : audit [DBG] from='client.28944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:30:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:30:10.046724+0000 mon.c (mon.2) 347 : audit [DBG] from='client.? 172.21.15.23:0/2361192601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:30:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:10.371141+0000 mgr.y (mgr.14556) 13743 : cluster [DBG] pgmap v12144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:30:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:10.371141+0000 mgr.y (mgr.14556) 13743 : cluster [DBG] pgmap v12144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:10.371141+0000 mgr.y (mgr.14556) 13743 : cluster [DBG] pgmap v12144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:12.371505+0000 mgr.y (mgr.14556) 13744 : cluster [DBG] pgmap v12145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:12.371505+0000 mgr.y (mgr.14556) 13744 : cluster [DBG] pgmap v12145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:12.371505+0000 mgr.y (mgr.14556) 13744 : cluster [DBG] pgmap v12145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:30:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:30:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:14.371865+0000 mgr.y (mgr.14556) 13745 : cluster [DBG] pgmap v12146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:14.371865+0000 mgr.y (mgr.14556) 13745 : cluster [DBG] pgmap v12146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:14.371865+0000 mgr.y (mgr.14556) 13745 : cluster [DBG] pgmap v12146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:16.372528+0000 mgr.y (mgr.14556) 13746 : cluster [DBG] pgmap v12147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:16.372528+0000 mgr.y (mgr.14556) 13746 : cluster [DBG] pgmap v12147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:16.372528+0000 mgr.y (mgr.14556) 13746 : cluster [DBG] pgmap v12147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:18.372958+0000 mgr.y (mgr.14556) 13747 : cluster [DBG] pgmap v12148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:18.372958+0000 mgr.y (mgr.14556) 13747 : cluster [DBG] pgmap v12148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:18.372958+0000 mgr.y (mgr.14556) 13747 : cluster [DBG] pgmap v12148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:20.373514+0000 mgr.y (mgr.14556) 13748 : cluster [DBG] pgmap v12149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:20.373514+0000 mgr.y (mgr.14556) 13748 : cluster [DBG] pgmap v12149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:20.373514+0000 mgr.y (mgr.14556) 13748 : cluster [DBG] pgmap v12149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:30:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:22.373988+0000 mgr.y (mgr.14556) 13749 : cluster [DBG] pgmap v12150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:22.373988+0000 mgr.y (mgr.14556) 13749 : cluster [DBG] pgmap v12150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:22.373988+0000 mgr.y (mgr.14556) 13749 : cluster [DBG] pgmap v12150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:30:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:30:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:24.374515+0000 mgr.y (mgr.14556) 13750 : cluster [DBG] pgmap v12151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:24.374515+0000 mgr.y (mgr.14556) 13750 : cluster [DBG] pgmap v12151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:24.374515+0000 mgr.y (mgr.14556) 13750 : cluster [DBG] pgmap v12151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:26.375316+0000 mgr.y (mgr.14556) 13751 : cluster [DBG] pgmap v12152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:26.375316+0000 mgr.y (mgr.14556) 13751 : cluster [DBG] pgmap v12152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:26.375316+0000 mgr.y (mgr.14556) 13751 : cluster [DBG] pgmap v12152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:28.375788+0000 mgr.y (mgr.14556) 13752 : cluster [DBG] pgmap v12153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:28.375788+0000 mgr.y (mgr.14556) 13752 : cluster [DBG] pgmap v12153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:28.375788+0000 mgr.y (mgr.14556) 13752 : cluster [DBG] pgmap v12153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:30.376416+0000 mgr.y (mgr.14556) 13753 : cluster [DBG] pgmap v12154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:30.376416+0000 mgr.y (mgr.14556) 13753 : cluster [DBG] pgmap v12154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:30.376416+0000 mgr.y (mgr.14556) 13753 : cluster [DBG] pgmap v12154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:30:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:32.376782+0000 mgr.y (mgr.14556) 13754 : cluster [DBG] pgmap v12155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:32.376782+0000 mgr.y (mgr.14556) 13754 : cluster [DBG] pgmap v12155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:32.376782+0000 mgr.y (mgr.14556) 13754 : cluster [DBG] pgmap v12155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:30:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:30:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:34.377377+0000 mgr.y (mgr.14556) 13755 : cluster [DBG] pgmap v12156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:34.377377+0000 mgr.y (mgr.14556) 13755 : cluster [DBG] pgmap v12156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:34.377377+0000 mgr.y (mgr.14556) 13755 : cluster [DBG] pgmap v12156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:36.377940+0000 mgr.y (mgr.14556) 13756 : cluster [DBG] pgmap v12157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:36.377940+0000 mgr.y (mgr.14556) 13756 : cluster [DBG] pgmap v12157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:36.377940+0000 mgr.y (mgr.14556) 13756 : cluster [DBG] pgmap v12157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:38.378468+0000 mgr.y (mgr.14556) 13757 : cluster [DBG] pgmap v12158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:38.378468+0000 mgr.y (mgr.14556) 13757 : cluster [DBG] pgmap v12158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:38.378468+0000 mgr.y (mgr.14556) 13757 : cluster [DBG] pgmap v12158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:40.370 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:30:40.655 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:30:40.655 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 6m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:30:40.655 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 6m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:30:40.655 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 6m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:30:40.655 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 6m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:30:40.655 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 6m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:30:40.655 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 6m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 6m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 6m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 6m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 6m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 6m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 6m ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 6m ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 6m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 6m ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 6m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 6m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 6m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 6m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:30:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 6m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:30:41.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:30:41.009 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:30:41.009 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:30:41.009 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:30:41.009 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:30:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:30:40.359234+0000 mgr.y (mgr.14556) 13758 : audit [DBG] from='client.28956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:30:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:40.379061+0000 mgr.y (mgr.14556) 13759 : cluster [DBG] pgmap v12159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:30:40.648050+0000 mgr.y (mgr.14556) 13760 : audit [DBG] from='client.38873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:30:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:30:41.008580+0000 mon.a (mon.0) 3117 : audit [DBG] from='client.? 172.21.15.23:0/3923320120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:30:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:30:40.359234+0000 mgr.y (mgr.14556) 13758 : audit [DBG] from='client.28956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:30:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:40.379061+0000 mgr.y (mgr.14556) 13759 : cluster [DBG] pgmap v12159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:30:40.648050+0000 mgr.y (mgr.14556) 13760 : audit [DBG] from='client.38873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:30:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:30:41.008580+0000 mon.a (mon.0) 3117 : audit [DBG] from='client.? 172.21.15.23:0/3923320120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:30:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:30:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:30:40.359234+0000 mgr.y (mgr.14556) 13758 : audit [DBG] from='client.28956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:30:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:40.379061+0000 mgr.y (mgr.14556) 13759 : cluster [DBG] pgmap v12159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:30:40.648050+0000 mgr.y (mgr.14556) 13760 : audit [DBG] from='client.38873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:30:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:30:41.008580+0000 mon.a (mon.0) 3117 : audit [DBG] from='client.? 172.21.15.23:0/3923320120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:30:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:42.379706+0000 mgr.y (mgr.14556) 13761 : cluster [DBG] pgmap v12160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:42.379706+0000 mgr.y (mgr.14556) 13761 : cluster [DBG] pgmap v12160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:43.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:30:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:30:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:42.379706+0000 mgr.y (mgr.14556) 13761 : cluster [DBG] pgmap v12160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:44.380124+0000 mgr.y (mgr.14556) 13762 : cluster [DBG] pgmap v12161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:44.380124+0000 mgr.y (mgr.14556) 13762 : cluster [DBG] pgmap v12161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:44.380124+0000 mgr.y (mgr.14556) 13762 : cluster [DBG] pgmap v12161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:46.381014+0000 mgr.y (mgr.14556) 13763 : cluster [DBG] pgmap v12162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:46.381014+0000 mgr.y (mgr.14556) 13763 : cluster [DBG] pgmap v12162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:46.381014+0000 mgr.y (mgr.14556) 13763 : cluster [DBG] pgmap v12162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:48.381596+0000 mgr.y (mgr.14556) 13764 : cluster [DBG] pgmap v12163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:48.381596+0000 mgr.y (mgr.14556) 13764 : cluster [DBG] pgmap v12163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:48.381596+0000 mgr.y (mgr.14556) 13764 : cluster [DBG] pgmap v12163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:50.382421+0000 mgr.y (mgr.14556) 13765 : cluster [DBG] pgmap v12164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:50.382421+0000 mgr.y (mgr.14556) 13765 : cluster [DBG] pgmap v12164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:30:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:50.382421+0000 mgr.y (mgr.14556) 13765 : cluster [DBG] pgmap v12164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:52.382889+0000 mgr.y (mgr.14556) 13766 : cluster [DBG] pgmap v12165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:30:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:30:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:52.382889+0000 mgr.y (mgr.14556) 13766 : cluster [DBG] pgmap v12165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:52.382889+0000 mgr.y (mgr.14556) 13766 : cluster [DBG] pgmap v12165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:30:54.450707+0000 mon.a (mon.0) 3118 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:30:54.955 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:30:54.450707+0000 mon.a (mon.0) 3118 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:30:54.956 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:30:54.450707+0000 mon.a (mon.0) 3118 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:30:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:54.383226+0000 mgr.y (mgr.14556) 13767 : cluster [DBG] pgmap v12166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:30:54.761099+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:30:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:30:54.761777+0000 mon.a (mon.0) 3120 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:30:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:30:54.767494+0000 mon.a (mon.0) 3121 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:30:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:54.383226+0000 mgr.y (mgr.14556) 13767 : cluster [DBG] pgmap v12166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:30:54.761099+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:30:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:30:54.761777+0000 mon.a (mon.0) 3120 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:30:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:30:54.767494+0000 mon.a (mon.0) 3121 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:30:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:54.383226+0000 mgr.y (mgr.14556) 13767 : cluster [DBG] pgmap v12166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:30:54.761099+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:30:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:30:54.761777+0000 mon.a (mon.0) 3120 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:30:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:30:54.767494+0000 mon.a (mon.0) 3121 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:30:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:56.383897+0000 mgr.y (mgr.14556) 13768 : cluster [DBG] pgmap v12167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:56.383897+0000 mgr.y (mgr.14556) 13768 : cluster [DBG] pgmap v12167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:56.383897+0000 mgr.y (mgr.14556) 13768 : cluster [DBG] pgmap v12167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:30:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:30:58.384447+0000 mgr.y (mgr.14556) 13769 : cluster [DBG] pgmap v12168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:30:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:30:58.384447+0000 mgr.y (mgr.14556) 13769 : cluster [DBG] pgmap v12168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:30:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:30:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:30:58.384447+0000 mgr.y (mgr.14556) 13769 : cluster [DBG] pgmap v12168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:00.385032+0000 mgr.y (mgr.14556) 13770 : cluster [DBG] pgmap v12169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:00.385032+0000 mgr.y (mgr.14556) 13770 : cluster [DBG] pgmap v12169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:00.385032+0000 mgr.y (mgr.14556) 13770 : cluster [DBG] pgmap v12169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:31:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:02.385431+0000 mgr.y (mgr.14556) 13771 : cluster [DBG] pgmap v12170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:31:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:31:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:02.385431+0000 mgr.y (mgr.14556) 13771 : cluster [DBG] pgmap v12170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:02.385431+0000 mgr.y (mgr.14556) 13771 : cluster [DBG] pgmap v12170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:04.385806+0000 mgr.y (mgr.14556) 13772 : cluster [DBG] pgmap v12171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:04.385806+0000 mgr.y (mgr.14556) 13772 : cluster [DBG] pgmap v12171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:04.385806+0000 mgr.y (mgr.14556) 13772 : cluster [DBG] pgmap v12171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:06.386501+0000 mgr.y (mgr.14556) 13773 : cluster [DBG] pgmap v12172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:06.386501+0000 mgr.y (mgr.14556) 13773 : cluster [DBG] pgmap v12172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:06.386501+0000 mgr.y (mgr.14556) 13773 : cluster [DBG] pgmap v12172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:08.386918+0000 mgr.y (mgr.14556) 13774 : cluster [DBG] pgmap v12173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:08.386918+0000 mgr.y (mgr.14556) 13774 : cluster [DBG] pgmap v12173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:08.386918+0000 mgr.y (mgr.14556) 13774 : cluster [DBG] pgmap v12173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:11.331 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:31:11.619 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:31:11.619 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 7m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:31:11.619 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 7m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:31:11.619 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 7m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:31:11.619 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 7m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:31:11.619 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 7m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:31:11.619 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 7m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 7m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 7m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 7m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 7m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 7m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 7m ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 7m ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 7m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 7m ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 7m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 7m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 7m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 7m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:31:11.620 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 7m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:31:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:10.387527+0000 mgr.y (mgr.14556) 13775 : cluster [DBG] pgmap v12174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:31:11.967 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:31:11.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:31:11.968 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:31:11.968 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:31:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:10.387527+0000 mgr.y (mgr.14556) 13775 : cluster [DBG] pgmap v12174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:10.387527+0000 mgr.y (mgr.14556) 13775 : cluster [DBG] pgmap v12174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:11.320609+0000 mgr.y (mgr.14556) 13776 : audit [DBG] from='client.28974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:31:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:11.611847+0000 mgr.y (mgr.14556) 13777 : audit [DBG] from='client.38891 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:31:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:11.967677+0000 mon.c (mon.2) 348 : audit [DBG] from='client.? 172.21.15.23:0/1167702714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:31:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:11.320609+0000 mgr.y (mgr.14556) 13776 : audit [DBG] from='client.28974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:31:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:11.611847+0000 mgr.y (mgr.14556) 13777 : audit [DBG] from='client.38891 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:31:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:11.967677+0000 mon.c (mon.2) 348 : audit [DBG] from='client.? 172.21.15.23:0/1167702714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:31:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:11.320609+0000 mgr.y (mgr.14556) 13776 : audit [DBG] from='client.28974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:31:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:11.611847+0000 mgr.y (mgr.14556) 13777 : audit [DBG] from='client.38891 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:31:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:11.967677+0000 mon.c (mon.2) 348 : audit [DBG] from='client.? 172.21.15.23:0/1167702714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:31:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:31:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:31:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:12.387899+0000 mgr.y (mgr.14556) 13778 : cluster [DBG] pgmap v12175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:12.387899+0000 mgr.y (mgr.14556) 13778 : cluster [DBG] pgmap v12175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:12.387899+0000 mgr.y (mgr.14556) 13778 : cluster [DBG] pgmap v12175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:14.388262+0000 mgr.y (mgr.14556) 13779 : cluster [DBG] pgmap v12176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:14.388262+0000 mgr.y (mgr.14556) 13779 : cluster [DBG] pgmap v12176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:14.388262+0000 mgr.y (mgr.14556) 13779 : cluster [DBG] pgmap v12176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:16.388964+0000 mgr.y (mgr.14556) 13780 : cluster [DBG] pgmap v12177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:16.388964+0000 mgr.y (mgr.14556) 13780 : cluster [DBG] pgmap v12177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:16.388964+0000 mgr.y (mgr.14556) 13780 : cluster [DBG] pgmap v12177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:18.389402+0000 mgr.y (mgr.14556) 13781 : cluster [DBG] pgmap v12178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:18.389402+0000 mgr.y (mgr.14556) 13781 : cluster [DBG] pgmap v12178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:18.389402+0000 mgr.y (mgr.14556) 13781 : cluster [DBG] pgmap v12178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:20.390002+0000 mgr.y (mgr.14556) 13782 : cluster [DBG] pgmap v12179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:31:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:20.390002+0000 mgr.y (mgr.14556) 13782 : cluster [DBG] pgmap v12179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:20.390002+0000 mgr.y (mgr.14556) 13782 : cluster [DBG] pgmap v12179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:31:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T13:31:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:22.390490+0000 mgr.y (mgr.14556) 13783 : cluster [DBG] pgmap v12180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:22.390490+0000 mgr.y (mgr.14556) 13783 : cluster [DBG] pgmap v12180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:22.390490+0000 mgr.y (mgr.14556) 13783 : cluster [DBG] pgmap v12180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:24.390923+0000 mgr.y (mgr.14556) 13784 : cluster [DBG] pgmap v12181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:24.390923+0000 mgr.y (mgr.14556) 13784 : cluster [DBG] pgmap v12181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:24.390923+0000 mgr.y (mgr.14556) 13784 : cluster [DBG] pgmap v12181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:26.391575+0000 mgr.y (mgr.14556) 13785 : cluster [DBG] pgmap v12182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:26.391575+0000 mgr.y (mgr.14556) 13785 : cluster [DBG] pgmap v12182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:26.391575+0000 mgr.y (mgr.14556) 13785 : cluster [DBG] pgmap v12182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:28.392076+0000 mgr.y (mgr.14556) 13786 : cluster [DBG] pgmap v12183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:28.392076+0000 mgr.y (mgr.14556) 13786 : cluster [DBG] pgmap v12183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:28.392076+0000 mgr.y (mgr.14556) 13786 : cluster [DBG] pgmap v12183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:30.392750+0000 mgr.y (mgr.14556) 13787 : cluster [DBG] pgmap v12184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:30.392750+0000 mgr.y (mgr.14556) 13787 : cluster [DBG] pgmap v12184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:30.392750+0000 mgr.y (mgr.14556) 13787 : cluster [DBG] pgmap v12184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:31:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:32.393147+0000 mgr.y (mgr.14556) 13788 : cluster [DBG] pgmap v12185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:32.393147+0000 mgr.y (mgr.14556) 13788 : cluster [DBG] pgmap v12185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:32.393147+0000 mgr.y (mgr.14556) 13788 : cluster [DBG] pgmap v12185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:31:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T13:31:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:34.393590+0000 mgr.y (mgr.14556) 13789 : cluster [DBG] pgmap v12186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:34.393590+0000 mgr.y (mgr.14556) 13789 : cluster [DBG] pgmap v12186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:34.393590+0000 mgr.y (mgr.14556) 13789 : cluster [DBG] pgmap v12186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:36.394253+0000 mgr.y (mgr.14556) 13790 : cluster [DBG] pgmap v12187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:36.394253+0000 mgr.y (mgr.14556) 13790 : cluster [DBG] pgmap v12187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:36.394253+0000 mgr.y (mgr.14556) 13790 : cluster [DBG] pgmap v12187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:38.394688+0000 mgr.y (mgr.14556) 13791 : cluster [DBG] pgmap v12188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:38.394688+0000 mgr.y (mgr.14556) 13791 : cluster [DBG] pgmap v12188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:38.394688+0000 mgr.y (mgr.14556) 13791 : cluster [DBG] pgmap v12188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:40.395411+0000 mgr.y (mgr.14556) 13792 : cluster [DBG] pgmap v12189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:40.395411+0000 mgr.y (mgr.14556) 13792 : cluster [DBG] pgmap v12189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:40.395411+0000 mgr.y (mgr.14556) 13792 : cluster [DBG] pgmap v12189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:31:42.291 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:31:42.580 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:31:42.580 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 7m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:31:42.580 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 7m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:31:42.580 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 7m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:31:42.580 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 7m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:31:42.580 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 7m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:31:42.580 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 7m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:31:42.580 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 7m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:31:42.580 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 7m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:31:42.580 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 7m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:31:42.580 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 7m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:31:42.581 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 7m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:31:42.581 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 7m ago 6h 45.9M 2477M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:31:42.581 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 7m ago 6h 45.2M 2477M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:31:42.581 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 7m ago 6h 44.0M 2477M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:31:42.581 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 7m ago 6h 43.1M 2477M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:31:42.581 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 7m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:31:42.581 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 7m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:31:42.581 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 7m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:31:42.581 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 7m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:31:42.581 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 7m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:31:42.928 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:31:42.928 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:31:42.928 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:31:42.929 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:31:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:42.280043+0000 mgr.y (mgr.14556) 13793 : audit [DBG] from='client.28992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:31:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:42.395692+0000 mgr.y (mgr.14556) 13794 : cluster [DBG] pgmap v12190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:42.572577+0000 mgr.y (mgr.14556) 13795 : audit [DBG] from='client.28998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:31:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:42.929190+0000 mon.a (mon.0) 3122 : audit [DBG] from='client.? 172.21.15.23:0/2759259508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:31:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:42.280043+0000 mgr.y (mgr.14556) 13793 : audit [DBG] from='client.28992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:31:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:42.395692+0000 mgr.y (mgr.14556) 13794 : cluster [DBG] pgmap v12190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:42.572577+0000 mgr.y (mgr.14556) 13795 : audit [DBG] from='client.28998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:31:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:42.929190+0000 mon.a (mon.0) 3122 : audit [DBG] from='client.? 172.21.15.23:0/2759259508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:31:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:42.280043+0000 mgr.y (mgr.14556) 13793 : audit [DBG] from='client.28992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:31:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:42.395692+0000 mgr.y (mgr.14556) 13794 : cluster [DBG] pgmap v12190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:42.572577+0000 mgr.y (mgr.14556) 13795 : audit [DBG] from='client.28998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:31:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:42.929190+0000 mon.a (mon.0) 3122 : audit [DBG] from='client.? 172.21.15.23:0/2759259508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:31:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:31:43] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T13:31:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:44.396056+0000 mgr.y (mgr.14556) 13796 : cluster [DBG] pgmap v12191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:44.396056+0000 mgr.y (mgr.14556) 13796 : cluster [DBG] pgmap v12191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:44.396056+0000 mgr.y (mgr.14556) 13796 : cluster [DBG] pgmap v12191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:46.396900+0000 mgr.y (mgr.14556) 13797 : cluster [DBG] pgmap v12192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:46.396900+0000 mgr.y (mgr.14556) 13797 : cluster [DBG] pgmap v12192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:46.396900+0000 mgr.y (mgr.14556) 13797 : cluster [DBG] pgmap v12192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:48.397325+0000 mgr.y (mgr.14556) 13798 : cluster [DBG] pgmap v12193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:48.397325+0000 mgr.y (mgr.14556) 13798 : cluster [DBG] pgmap v12193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:48.397325+0000 mgr.y (mgr.14556) 13798 : cluster [DBG] pgmap v12193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:50.397920+0000 mgr.y (mgr.14556) 13799 : cluster [DBG] pgmap v12194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:50.397920+0000 mgr.y (mgr.14556) 13799 : cluster [DBG] pgmap v12194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:50.397920+0000 mgr.y (mgr.14556) 13799 : cluster [DBG] pgmap v12194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:31:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:31:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:31:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:52.398420+0000 mgr.y (mgr.14556) 13800 : cluster [DBG] pgmap v12195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:52.398420+0000 mgr.y (mgr.14556) 13800 : cluster [DBG] pgmap v12195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:52.398420+0000 mgr.y (mgr.14556) 13800 : cluster [DBG] pgmap v12195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:54.398934+0000 mgr.y (mgr.14556) 13801 : cluster [DBG] pgmap v12196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:54.771769+0000 mon.a (mon.0) 3123 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:31:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:54.398934+0000 mgr.y (mgr.14556) 13801 : cluster [DBG] pgmap v12196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:54.771769+0000 mon.a (mon.0) 3123 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:31:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:54.398934+0000 mgr.y (mgr.14556) 13801 : cluster [DBG] pgmap v12196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:54.771769+0000 mon.a (mon.0) 3123 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:31:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:55.077459+0000 mon.a (mon.0) 3124 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:31:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:55.078181+0000 mon.a (mon.0) 3125 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:31:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:55.079190+0000 mon.a (mon.0) 3126 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:31:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:55.079821+0000 mon.a (mon.0) 3127 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:31:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T13:31:55.080324+0000 mgr.y (mgr.14556) 13802 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2475M 2024-03-22T13:31:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:55.088734+0000 mon.a (mon.0) 3128 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:31:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:55.089464+0000 mon.a (mon.0) 3129 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:31:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:55.090038+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:31:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:31:55.102194+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:31:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:55.077459+0000 mon.a (mon.0) 3124 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:31:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:55.078181+0000 mon.a (mon.0) 3125 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:31:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:55.079190+0000 mon.a (mon.0) 3126 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:31:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:55.079821+0000 mon.a (mon.0) 3127 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:31:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T13:31:55.080324+0000 mgr.y (mgr.14556) 13802 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2475M 2024-03-22T13:31:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:55.088734+0000 mon.a (mon.0) 3128 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:31:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:55.089464+0000 mon.a (mon.0) 3129 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:31:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:55.090038+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:31:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:31:55.102194+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:31:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:55.077459+0000 mon.a (mon.0) 3124 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:31:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:55.078181+0000 mon.a (mon.0) 3125 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:31:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:55.079190+0000 mon.a (mon.0) 3126 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:31:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:55.079821+0000 mon.a (mon.0) 3127 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:31:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T13:31:55.080324+0000 mgr.y (mgr.14556) 13802 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2475M 2024-03-22T13:31:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:55.088734+0000 mon.a (mon.0) 3128 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:31:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:55.089464+0000 mon.a (mon.0) 3129 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:31:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:55.090038+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:31:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:31:55.102194+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:31:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:56.399590+0000 mgr.y (mgr.14556) 13803 : cluster [DBG] pgmap v12197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:56.399590+0000 mgr.y (mgr.14556) 13803 : cluster [DBG] pgmap v12197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:56.399590+0000 mgr.y (mgr.14556) 13803 : cluster [DBG] pgmap v12197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:31:58.400179+0000 mgr.y (mgr.14556) 13804 : cluster [DBG] pgmap v12198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:31:58.400179+0000 mgr.y (mgr.14556) 13804 : cluster [DBG] pgmap v12198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:31:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:31:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:31:58.400179+0000 mgr.y (mgr.14556) 13804 : cluster [DBG] pgmap v12198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:00.400853+0000 mgr.y (mgr.14556) 13805 : cluster [DBG] pgmap v12199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:00.400853+0000 mgr.y (mgr.14556) 13805 : cluster [DBG] pgmap v12199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:00.400853+0000 mgr.y (mgr.14556) 13805 : cluster [DBG] pgmap v12199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:32:03.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:02.401398+0000 mgr.y (mgr.14556) 13806 : cluster [DBG] pgmap v12200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:03.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:02.401398+0000 mgr.y (mgr.14556) 13806 : cluster [DBG] pgmap v12200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:02.401398+0000 mgr.y (mgr.14556) 13806 : cluster [DBG] pgmap v12200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:32:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:32:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:04.401747+0000 mgr.y (mgr.14556) 13807 : cluster [DBG] pgmap v12201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:04.401747+0000 mgr.y (mgr.14556) 13807 : cluster [DBG] pgmap v12201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:04.401747+0000 mgr.y (mgr.14556) 13807 : cluster [DBG] pgmap v12201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:06.402521+0000 mgr.y (mgr.14556) 13808 : cluster [DBG] pgmap v12202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:06.402521+0000 mgr.y (mgr.14556) 13808 : cluster [DBG] pgmap v12202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:06.402521+0000 mgr.y (mgr.14556) 13808 : cluster [DBG] pgmap v12202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:08.402925+0000 mgr.y (mgr.14556) 13809 : cluster [DBG] pgmap v12203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:08.402925+0000 mgr.y (mgr.14556) 13809 : cluster [DBG] pgmap v12203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:08.402925+0000 mgr.y (mgr.14556) 13809 : cluster [DBG] pgmap v12203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:10.403523+0000 mgr.y (mgr.14556) 13810 : cluster [DBG] pgmap v12204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:10.403523+0000 mgr.y (mgr.14556) 13810 : cluster [DBG] pgmap v12204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:10.403523+0000 mgr.y (mgr.14556) 13810 : cluster [DBG] pgmap v12204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:32:13.252 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:32:13.541 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:32:13.541 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 8m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:32:13.541 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 8m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:32:13.541 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 8m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:32:13.541 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 8m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:32:13.541 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 8m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:32:13.541 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 8m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:32:13.541 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 8m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:32:13.541 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 8m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:32:13.541 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 8m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:32:13.542 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 8m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:32:13.542 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 8m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:32:13.542 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 8m ago 6h 45.9M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:32:13.542 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 8m ago 6h 45.2M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:32:13.542 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 8m ago 6h 44.0M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:32:13.542 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 8m ago 6h 43.1M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:32:13.542 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 8m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:32:13.542 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 8m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:32:13.542 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 8m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:32:13.542 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 8m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:32:13.543 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 8m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:32:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:12.404034+0000 mgr.y (mgr.14556) 13811 : cluster [DBG] pgmap v12205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:12.404034+0000 mgr.y (mgr.14556) 13811 : cluster [DBG] pgmap v12205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:13.890 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:32:13.890 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:32:13.890 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:32:13.890 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:32:13.890 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:32:13.890 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:32:13.890 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:32:13.891 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:32:13.891 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:32:13.891 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:32:13.891 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:32:13.891 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:32:13.891 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:32:13.891 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:32:13.891 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:32:13.891 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:32:13.891 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:32:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:12.404034+0000 mgr.y (mgr.14556) 13811 : cluster [DBG] pgmap v12205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:32:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:32:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:32:13.241019+0000 mgr.y (mgr.14556) 13812 : audit [DBG] from='client.29010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:32:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:32:13.533614+0000 mgr.y (mgr.14556) 13813 : audit [DBG] from='client.29016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:32:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:32:13.891007+0000 mon.c (mon.2) 349 : audit [DBG] from='client.? 172.21.15.23:0/3828885925' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:32:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:32:13.241019+0000 mgr.y (mgr.14556) 13812 : audit [DBG] from='client.29010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:32:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:32:13.533614+0000 mgr.y (mgr.14556) 13813 : audit [DBG] from='client.29016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:32:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:32:13.891007+0000 mon.c (mon.2) 349 : audit [DBG] from='client.? 172.21.15.23:0/3828885925' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:32:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:32:13.241019+0000 mgr.y (mgr.14556) 13812 : audit [DBG] from='client.29010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:32:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:32:13.533614+0000 mgr.y (mgr.14556) 13813 : audit [DBG] from='client.29016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:32:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:32:13.891007+0000 mon.c (mon.2) 349 : audit [DBG] from='client.? 172.21.15.23:0/3828885925' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:32:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:14.404367+0000 mgr.y (mgr.14556) 13814 : cluster [DBG] pgmap v12206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:14.404367+0000 mgr.y (mgr.14556) 13814 : cluster [DBG] pgmap v12206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:14.404367+0000 mgr.y (mgr.14556) 13814 : cluster [DBG] pgmap v12206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:16.405047+0000 mgr.y (mgr.14556) 13815 : cluster [DBG] pgmap v12207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:16.405047+0000 mgr.y (mgr.14556) 13815 : cluster [DBG] pgmap v12207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:16.405047+0000 mgr.y (mgr.14556) 13815 : cluster [DBG] pgmap v12207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:18.405496+0000 mgr.y (mgr.14556) 13816 : cluster [DBG] pgmap v12208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:18.405496+0000 mgr.y (mgr.14556) 13816 : cluster [DBG] pgmap v12208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:18.405496+0000 mgr.y (mgr.14556) 13816 : cluster [DBG] pgmap v12208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:20.406258+0000 mgr.y (mgr.14556) 13817 : cluster [DBG] pgmap v12209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:20.406258+0000 mgr.y (mgr.14556) 13817 : cluster [DBG] pgmap v12209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:20.406258+0000 mgr.y (mgr.14556) 13817 : cluster [DBG] pgmap v12209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:32:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:22.406566+0000 mgr.y (mgr.14556) 13818 : cluster [DBG] pgmap v12210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:23.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:32:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:32:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:22.406566+0000 mgr.y (mgr.14556) 13818 : cluster [DBG] pgmap v12210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:22.406566+0000 mgr.y (mgr.14556) 13818 : cluster [DBG] pgmap v12210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:24.407062+0000 mgr.y (mgr.14556) 13819 : cluster [DBG] pgmap v12211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:24.407062+0000 mgr.y (mgr.14556) 13819 : cluster [DBG] pgmap v12211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:24.407062+0000 mgr.y (mgr.14556) 13819 : cluster [DBG] pgmap v12211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:26.407736+0000 mgr.y (mgr.14556) 13820 : cluster [DBG] pgmap v12212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:26.407736+0000 mgr.y (mgr.14556) 13820 : cluster [DBG] pgmap v12212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:26.407736+0000 mgr.y (mgr.14556) 13820 : cluster [DBG] pgmap v12212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:28.408137+0000 mgr.y (mgr.14556) 13821 : cluster [DBG] pgmap v12213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:28.408137+0000 mgr.y (mgr.14556) 13821 : cluster [DBG] pgmap v12213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:28.408137+0000 mgr.y (mgr.14556) 13821 : cluster [DBG] pgmap v12213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:30.408825+0000 mgr.y (mgr.14556) 13822 : cluster [DBG] pgmap v12214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:32:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:30.408825+0000 mgr.y (mgr.14556) 13822 : cluster [DBG] pgmap v12214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:30.408825+0000 mgr.y (mgr.14556) 13822 : cluster [DBG] pgmap v12214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:32.409285+0000 mgr.y (mgr.14556) 13823 : cluster [DBG] pgmap v12215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:32:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:32:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:32.409285+0000 mgr.y (mgr.14556) 13823 : cluster [DBG] pgmap v12215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:32.409285+0000 mgr.y (mgr.14556) 13823 : cluster [DBG] pgmap v12215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:34.409696+0000 mgr.y (mgr.14556) 13824 : cluster [DBG] pgmap v12216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:34.409696+0000 mgr.y (mgr.14556) 13824 : cluster [DBG] pgmap v12216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:34.409696+0000 mgr.y (mgr.14556) 13824 : cluster [DBG] pgmap v12216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:36.410291+0000 mgr.y (mgr.14556) 13825 : cluster [DBG] pgmap v12217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:36.410291+0000 mgr.y (mgr.14556) 13825 : cluster [DBG] pgmap v12217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:36.410291+0000 mgr.y (mgr.14556) 13825 : cluster [DBG] pgmap v12217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:38.410703+0000 mgr.y (mgr.14556) 13826 : cluster [DBG] pgmap v12218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:38.410703+0000 mgr.y (mgr.14556) 13826 : cluster [DBG] pgmap v12218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:38.410703+0000 mgr.y (mgr.14556) 13826 : cluster [DBG] pgmap v12218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:40.411476+0000 mgr.y (mgr.14556) 13827 : cluster [DBG] pgmap v12219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:32:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:40.411476+0000 mgr.y (mgr.14556) 13827 : cluster [DBG] pgmap v12219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:40.411476+0000 mgr.y (mgr.14556) 13827 : cluster [DBG] pgmap v12219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:32:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:32:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:42.411845+0000 mgr.y (mgr.14556) 13828 : cluster [DBG] pgmap v12220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:42.411845+0000 mgr.y (mgr.14556) 13828 : cluster [DBG] pgmap v12220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:42.411845+0000 mgr.y (mgr.14556) 13828 : cluster [DBG] pgmap v12220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:44.216 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:32:44.507 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:32:44.507 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 8m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:32:44.507 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 8m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:32:44.507 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 8m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:32:44.507 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 8m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:32:44.507 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 8m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:32:44.507 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 8m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:32:44.507 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 8m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:32:44.507 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 8m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:32:44.507 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 8m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:32:44.507 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 8m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:32:44.508 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 8m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:32:44.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 8m ago 6h 45.9M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:32:44.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 8m ago 6h 45.2M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:32:44.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 8m ago 6h 44.0M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:32:44.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 8m ago 6h 43.1M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:32:44.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 8m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:32:44.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 8m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:32:44.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 8m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:32:44.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 8m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:32:44.508 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 8m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:32:44.860 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:32:44.860 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:32:44.860 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:32:44.860 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:32:44.860 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:32:44.861 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:32:44.861 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:32:44.861 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:32:44.861 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:32:44.861 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:32:44.861 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:32:44.861 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:32:44.861 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:32:44.861 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:32:44.861 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:32:44.861 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:32:44.861 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:32:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:32:44.205497+0000 mgr.y (mgr.14556) 13829 : audit [DBG] from='client.29028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:32:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:44.412171+0000 mgr.y (mgr.14556) 13830 : cluster [DBG] pgmap v12221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:32:44.499715+0000 mgr.y (mgr.14556) 13831 : audit [DBG] from='client.29034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:32:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:32:44.861000+0000 mon.a (mon.0) 3132 : audit [DBG] from='client.? 172.21.15.23:0/334923714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:32:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:32:44.205497+0000 mgr.y (mgr.14556) 13829 : audit [DBG] from='client.29028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:32:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:44.412171+0000 mgr.y (mgr.14556) 13830 : cluster [DBG] pgmap v12221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:32:44.499715+0000 mgr.y (mgr.14556) 13831 : audit [DBG] from='client.29034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:32:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:32:44.861000+0000 mon.a (mon.0) 3132 : audit [DBG] from='client.? 172.21.15.23:0/334923714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:32:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:32:44.205497+0000 mgr.y (mgr.14556) 13829 : audit [DBG] from='client.29028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:32:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:44.412171+0000 mgr.y (mgr.14556) 13830 : cluster [DBG] pgmap v12221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:32:44.499715+0000 mgr.y (mgr.14556) 13831 : audit [DBG] from='client.29034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:32:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:32:44.861000+0000 mon.a (mon.0) 3132 : audit [DBG] from='client.? 172.21.15.23:0/334923714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:32:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:46.412862+0000 mgr.y (mgr.14556) 13832 : cluster [DBG] pgmap v12222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:46.412862+0000 mgr.y (mgr.14556) 13832 : cluster [DBG] pgmap v12222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:46.412862+0000 mgr.y (mgr.14556) 13832 : cluster [DBG] pgmap v12222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:48.413382+0000 mgr.y (mgr.14556) 13833 : cluster [DBG] pgmap v12223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:48.413382+0000 mgr.y (mgr.14556) 13833 : cluster [DBG] pgmap v12223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:48.413382+0000 mgr.y (mgr.14556) 13833 : cluster [DBG] pgmap v12223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:50.414119+0000 mgr.y (mgr.14556) 13834 : cluster [DBG] pgmap v12224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:50.414119+0000 mgr.y (mgr.14556) 13834 : cluster [DBG] pgmap v12224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:50.414119+0000 mgr.y (mgr.14556) 13834 : cluster [DBG] pgmap v12224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:32:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:52.414597+0000 mgr.y (mgr.14556) 13835 : cluster [DBG] pgmap v12225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:52.414597+0000 mgr.y (mgr.14556) 13835 : cluster [DBG] pgmap v12225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:52.414597+0000 mgr.y (mgr.14556) 13835 : cluster [DBG] pgmap v12225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:32:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:32:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:54.415007+0000 mgr.y (mgr.14556) 13836 : cluster [DBG] pgmap v12226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:32:55.106595+0000 mon.a (mon.0) 3133 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:32:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:32:55.413387+0000 mon.a (mon.0) 3134 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:32:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:32:55.414034+0000 mon.a (mon.0) 3135 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:32:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:32:55.418446+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:32:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:54.415007+0000 mgr.y (mgr.14556) 13836 : cluster [DBG] pgmap v12226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:32:55.106595+0000 mon.a (mon.0) 3133 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:32:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:32:55.413387+0000 mon.a (mon.0) 3134 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:32:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:32:55.414034+0000 mon.a (mon.0) 3135 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:32:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:32:55.418446+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:32:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:54.415007+0000 mgr.y (mgr.14556) 13836 : cluster [DBG] pgmap v12226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:32:55.106595+0000 mon.a (mon.0) 3133 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:32:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:32:55.413387+0000 mon.a (mon.0) 3134 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:32:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:32:55.414034+0000 mon.a (mon.0) 3135 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:32:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:32:55.418446+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:32:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:56.415757+0000 mgr.y (mgr.14556) 13837 : cluster [DBG] pgmap v12227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:56.415757+0000 mgr.y (mgr.14556) 13837 : cluster [DBG] pgmap v12227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:56.415757+0000 mgr.y (mgr.14556) 13837 : cluster [DBG] pgmap v12227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:32:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:32:58.416179+0000 mgr.y (mgr.14556) 13838 : cluster [DBG] pgmap v12228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:32:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:32:58.416179+0000 mgr.y (mgr.14556) 13838 : cluster [DBG] pgmap v12228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:32:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:32:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:32:58.416179+0000 mgr.y (mgr.14556) 13838 : cluster [DBG] pgmap v12228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:00.416732+0000 mgr.y (mgr.14556) 13839 : cluster [DBG] pgmap v12229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:00.416732+0000 mgr.y (mgr.14556) 13839 : cluster [DBG] pgmap v12229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:00.416732+0000 mgr.y (mgr.14556) 13839 : cluster [DBG] pgmap v12229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:33:03.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:02.417144+0000 mgr.y (mgr.14556) 13840 : cluster [DBG] pgmap v12230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:33:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:33:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:02.417144+0000 mgr.y (mgr.14556) 13840 : cluster [DBG] pgmap v12230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:02.417144+0000 mgr.y (mgr.14556) 13840 : cluster [DBG] pgmap v12230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:04.417665+0000 mgr.y (mgr.14556) 13841 : cluster [DBG] pgmap v12231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:04.417665+0000 mgr.y (mgr.14556) 13841 : cluster [DBG] pgmap v12231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:04.417665+0000 mgr.y (mgr.14556) 13841 : cluster [DBG] pgmap v12231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:06.418380+0000 mgr.y (mgr.14556) 13842 : cluster [DBG] pgmap v12232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:06.418380+0000 mgr.y (mgr.14556) 13842 : cluster [DBG] pgmap v12232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:06.418380+0000 mgr.y (mgr.14556) 13842 : cluster [DBG] pgmap v12232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:08.418780+0000 mgr.y (mgr.14556) 13843 : cluster [DBG] pgmap v12233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:08.418780+0000 mgr.y (mgr.14556) 13843 : cluster [DBG] pgmap v12233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:08.418780+0000 mgr.y (mgr.14556) 13843 : cluster [DBG] pgmap v12233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:10.419589+0000 mgr.y (mgr.14556) 13844 : cluster [DBG] pgmap v12234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:10.419589+0000 mgr.y (mgr.14556) 13844 : cluster [DBG] pgmap v12234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:10.419589+0000 mgr.y (mgr.14556) 13844 : cluster [DBG] pgmap v12234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:33:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:12.420118+0000 mgr.y (mgr.14556) 13845 : cluster [DBG] pgmap v12235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:33:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:33:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:12.420118+0000 mgr.y (mgr.14556) 13845 : cluster [DBG] pgmap v12235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:12.420118+0000 mgr.y (mgr.14556) 13845 : cluster [DBG] pgmap v12235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:15.183 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:33:15.469 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 9m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 9m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 9m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 9m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 9m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 9m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 9m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 9m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 9m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 9m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 9m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 9m ago 6h 45.9M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 9m ago 6h 45.2M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 9m ago 6h 44.0M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 9m ago 6h 43.1M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:33:15.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 9m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:33:15.471 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 9m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:33:15.471 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 9m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:33:15.471 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 9m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:33:15.471 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 9m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:33:15.819 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:33:15.820 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:33:15.821 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:33:15.821 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:33:15.821 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:33:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:14.420586+0000 mgr.y (mgr.14556) 13846 : cluster [DBG] pgmap v12236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:14.420586+0000 mgr.y (mgr.14556) 13846 : cluster [DBG] pgmap v12236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:14.420586+0000 mgr.y (mgr.14556) 13846 : cluster [DBG] pgmap v12236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:33:15.172524+0000 mgr.y (mgr.14556) 13847 : audit [DBG] from='client.38957 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:33:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:33:15.462193+0000 mgr.y (mgr.14556) 13848 : audit [DBG] from='client.29052 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:33:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:33:15.820321+0000 mon.a (mon.0) 3137 : audit [DBG] from='client.? 172.21.15.23:0/956165211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:33:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:33:15.172524+0000 mgr.y (mgr.14556) 13847 : audit [DBG] from='client.38957 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:33:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:33:15.462193+0000 mgr.y (mgr.14556) 13848 : audit [DBG] from='client.29052 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:33:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:33:15.820321+0000 mon.a (mon.0) 3137 : audit [DBG] from='client.? 172.21.15.23:0/956165211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:33:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:33:15.172524+0000 mgr.y (mgr.14556) 13847 : audit [DBG] from='client.38957 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:33:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:33:15.462193+0000 mgr.y (mgr.14556) 13848 : audit [DBG] from='client.29052 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:33:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:33:15.820321+0000 mon.a (mon.0) 3137 : audit [DBG] from='client.? 172.21.15.23:0/956165211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:33:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:16.421159+0000 mgr.y (mgr.14556) 13849 : cluster [DBG] pgmap v12237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:16.421159+0000 mgr.y (mgr.14556) 13849 : cluster [DBG] pgmap v12237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:16.421159+0000 mgr.y (mgr.14556) 13849 : cluster [DBG] pgmap v12237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:18.421620+0000 mgr.y (mgr.14556) 13850 : cluster [DBG] pgmap v12238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:18.421620+0000 mgr.y (mgr.14556) 13850 : cluster [DBG] pgmap v12238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:18.421620+0000 mgr.y (mgr.14556) 13850 : cluster [DBG] pgmap v12238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:20.422280+0000 mgr.y (mgr.14556) 13851 : cluster [DBG] pgmap v12239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:33:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:20.422280+0000 mgr.y (mgr.14556) 13851 : cluster [DBG] pgmap v12239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:20.422280+0000 mgr.y (mgr.14556) 13851 : cluster [DBG] pgmap v12239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:22.422748+0000 mgr.y (mgr.14556) 13852 : cluster [DBG] pgmap v12240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:33:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:33:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:22.422748+0000 mgr.y (mgr.14556) 13852 : cluster [DBG] pgmap v12240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:22.422748+0000 mgr.y (mgr.14556) 13852 : cluster [DBG] pgmap v12240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:24.423254+0000 mgr.y (mgr.14556) 13853 : cluster [DBG] pgmap v12241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:24.423254+0000 mgr.y (mgr.14556) 13853 : cluster [DBG] pgmap v12241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:24.423254+0000 mgr.y (mgr.14556) 13853 : cluster [DBG] pgmap v12241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:26.423865+0000 mgr.y (mgr.14556) 13854 : cluster [DBG] pgmap v12242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:26.423865+0000 mgr.y (mgr.14556) 13854 : cluster [DBG] pgmap v12242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:26.423865+0000 mgr.y (mgr.14556) 13854 : cluster [DBG] pgmap v12242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:28.424260+0000 mgr.y (mgr.14556) 13855 : cluster [DBG] pgmap v12243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:28.424260+0000 mgr.y (mgr.14556) 13855 : cluster [DBG] pgmap v12243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:28.424260+0000 mgr.y (mgr.14556) 13855 : cluster [DBG] pgmap v12243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:30.424905+0000 mgr.y (mgr.14556) 13856 : cluster [DBG] pgmap v12244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:33:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:30.424905+0000 mgr.y (mgr.14556) 13856 : cluster [DBG] pgmap v12244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:30.424905+0000 mgr.y (mgr.14556) 13856 : cluster [DBG] pgmap v12244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:33:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:33:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:32.425426+0000 mgr.y (mgr.14556) 13857 : cluster [DBG] pgmap v12245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:32.425426+0000 mgr.y (mgr.14556) 13857 : cluster [DBG] pgmap v12245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:32.425426+0000 mgr.y (mgr.14556) 13857 : cluster [DBG] pgmap v12245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:34.425912+0000 mgr.y (mgr.14556) 13858 : cluster [DBG] pgmap v12246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:34.425912+0000 mgr.y (mgr.14556) 13858 : cluster [DBG] pgmap v12246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:34.425912+0000 mgr.y (mgr.14556) 13858 : cluster [DBG] pgmap v12246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:36.426639+0000 mgr.y (mgr.14556) 13859 : cluster [DBG] pgmap v12247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:36.426639+0000 mgr.y (mgr.14556) 13859 : cluster [DBG] pgmap v12247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:36.426639+0000 mgr.y (mgr.14556) 13859 : cluster [DBG] pgmap v12247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:38.427027+0000 mgr.y (mgr.14556) 13860 : cluster [DBG] pgmap v12248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:38.427027+0000 mgr.y (mgr.14556) 13860 : cluster [DBG] pgmap v12248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:38.427027+0000 mgr.y (mgr.14556) 13860 : cluster [DBG] pgmap v12248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:40.427894+0000 mgr.y (mgr.14556) 13861 : cluster [DBG] pgmap v12249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:33:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:40.427894+0000 mgr.y (mgr.14556) 13861 : cluster [DBG] pgmap v12249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:40.427894+0000 mgr.y (mgr.14556) 13861 : cluster [DBG] pgmap v12249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:42.428391+0000 mgr.y (mgr.14556) 13862 : cluster [DBG] pgmap v12250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:42.428391+0000 mgr.y (mgr.14556) 13862 : cluster [DBG] pgmap v12250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:42.428391+0000 mgr.y (mgr.14556) 13862 : cluster [DBG] pgmap v12250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:33:43] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T13:33:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:44.428711+0000 mgr.y (mgr.14556) 13863 : cluster [DBG] pgmap v12251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:44.428711+0000 mgr.y (mgr.14556) 13863 : cluster [DBG] pgmap v12251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:44.428711+0000 mgr.y (mgr.14556) 13863 : cluster [DBG] pgmap v12251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:46.145 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:33:46.437 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 9m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 9m ago 6h 59.6M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 9m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 9m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 9m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 9m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 9m ago 6h 1075M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 9m ago 6h 594M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 9m ago 6h 598M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 9m ago 6h 22.4M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 9m ago 6h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 9m ago 6h 45.9M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 9m ago 6h 45.2M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:33:46.438 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 9m ago 6h 44.0M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:33:46.439 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 9m ago 6h 43.1M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:33:46.439 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 9m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:33:46.439 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 9m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:33:46.439 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 9m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:33:46.439 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 9m ago 6h 42.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:33:46.439 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 9m ago 6h 100M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:33:46.792 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:33:46.793 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:33:46.793 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:33:46.793 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:33:46.793 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:33:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:33:46.134598+0000 mgr.y (mgr.14556) 13864 : audit [DBG] from='client.29064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:33:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:46.429233+0000 mgr.y (mgr.14556) 13865 : cluster [DBG] pgmap v12252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:33:46.430529+0000 mgr.y (mgr.14556) 13866 : audit [DBG] from='client.38981 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:33:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:33:46.792469+0000 mon.c (mon.2) 350 : audit [DBG] from='client.? 172.21.15.23:0/3122383047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:33:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:33:46.134598+0000 mgr.y (mgr.14556) 13864 : audit [DBG] from='client.29064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:33:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:46.429233+0000 mgr.y (mgr.14556) 13865 : cluster [DBG] pgmap v12252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:33:46.430529+0000 mgr.y (mgr.14556) 13866 : audit [DBG] from='client.38981 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:33:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:33:46.792469+0000 mon.c (mon.2) 350 : audit [DBG] from='client.? 172.21.15.23:0/3122383047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:33:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:33:46.134598+0000 mgr.y (mgr.14556) 13864 : audit [DBG] from='client.29064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:33:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:46.429233+0000 mgr.y (mgr.14556) 13865 : cluster [DBG] pgmap v12252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:33:46.430529+0000 mgr.y (mgr.14556) 13866 : audit [DBG] from='client.38981 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:33:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:33:46.792469+0000 mon.c (mon.2) 350 : audit [DBG] from='client.? 172.21.15.23:0/3122383047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:33:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:48.429755+0000 mgr.y (mgr.14556) 13867 : cluster [DBG] pgmap v12253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:48.429755+0000 mgr.y (mgr.14556) 13867 : cluster [DBG] pgmap v12253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:48.429755+0000 mgr.y (mgr.14556) 13867 : cluster [DBG] pgmap v12253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:50.430314+0000 mgr.y (mgr.14556) 13868 : cluster [DBG] pgmap v12254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:50.430314+0000 mgr.y (mgr.14556) 13868 : cluster [DBG] pgmap v12254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:50.430314+0000 mgr.y (mgr.14556) 13868 : cluster [DBG] pgmap v12254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:33:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:33:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:33:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:52.430796+0000 mgr.y (mgr.14556) 13869 : cluster [DBG] pgmap v12255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:52.430796+0000 mgr.y (mgr.14556) 13869 : cluster [DBG] pgmap v12255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:53.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:52.430796+0000 mgr.y (mgr.14556) 13869 : cluster [DBG] pgmap v12255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:54.431282+0000 mgr.y (mgr.14556) 13870 : cluster [DBG] pgmap v12256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:33:55.422805+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:33:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:54.431282+0000 mgr.y (mgr.14556) 13870 : cluster [DBG] pgmap v12256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:33:55.422805+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:33:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:54.431282+0000 mgr.y (mgr.14556) 13870 : cluster [DBG] pgmap v12256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:33:55.422805+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:33:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:56.431914+0000 mgr.y (mgr.14556) 13871 : cluster [DBG] pgmap v12257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:56.431914+0000 mgr.y (mgr.14556) 13871 : cluster [DBG] pgmap v12257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:56.431914+0000 mgr.y (mgr.14556) 13871 : cluster [DBG] pgmap v12257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:33:58.180582+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:33:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:33:58.432267+0000 mgr.y (mgr.14556) 13872 : cluster [DBG] pgmap v12258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:33:58.657135+0000 mon.a (mon.0) 3140 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:33:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:33:58.950163+0000 mon.a (mon.0) 3141 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:33:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:33:58.950911+0000 mon.a (mon.0) 3142 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:33:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:33:58.957185+0000 mon.a (mon.0) 3143 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:33:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:33:58.180582+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:33:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:33:58.432267+0000 mgr.y (mgr.14556) 13872 : cluster [DBG] pgmap v12258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:33:58.657135+0000 mon.a (mon.0) 3140 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:33:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:33:58.950163+0000 mon.a (mon.0) 3141 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:33:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:33:58.950911+0000 mon.a (mon.0) 3142 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:33:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:33:58.957185+0000 mon.a (mon.0) 3143 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:33:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:33:58.180582+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:33:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:33:58.432267+0000 mgr.y (mgr.14556) 13872 : cluster [DBG] pgmap v12258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:33:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:33:58.657135+0000 mon.a (mon.0) 3140 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:33:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:33:58.950163+0000 mon.a (mon.0) 3141 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:33:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:33:58.950911+0000 mon.a (mon.0) 3142 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:33:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:33:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:33:58.957185+0000 mon.a (mon.0) 3143 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:34:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:00.432861+0000 mgr.y (mgr.14556) 13873 : cluster [DBG] pgmap v12259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:00.432861+0000 mgr.y (mgr.14556) 13873 : cluster [DBG] pgmap v12259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:00.432861+0000 mgr.y (mgr.14556) 13873 : cluster [DBG] pgmap v12259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:34:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:02.433224+0000 mgr.y (mgr.14556) 13874 : cluster [DBG] pgmap v12260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:02.433224+0000 mgr.y (mgr.14556) 13874 : cluster [DBG] pgmap v12260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:02.433224+0000 mgr.y (mgr.14556) 13874 : cluster [DBG] pgmap v12260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:34:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:34:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:04.433671+0000 mgr.y (mgr.14556) 13875 : cluster [DBG] pgmap v12261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:04.433671+0000 mgr.y (mgr.14556) 13875 : cluster [DBG] pgmap v12261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:04.433671+0000 mgr.y (mgr.14556) 13875 : cluster [DBG] pgmap v12261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:06.434406+0000 mgr.y (mgr.14556) 13876 : cluster [DBG] pgmap v12262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:06.434406+0000 mgr.y (mgr.14556) 13876 : cluster [DBG] pgmap v12262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:06.434406+0000 mgr.y (mgr.14556) 13876 : cluster [DBG] pgmap v12262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:08.434943+0000 mgr.y (mgr.14556) 13877 : cluster [DBG] pgmap v12263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:08.434943+0000 mgr.y (mgr.14556) 13877 : cluster [DBG] pgmap v12263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:08.434943+0000 mgr.y (mgr.14556) 13877 : cluster [DBG] pgmap v12263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:10.435749+0000 mgr.y (mgr.14556) 13878 : cluster [DBG] pgmap v12264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:10.435749+0000 mgr.y (mgr.14556) 13878 : cluster [DBG] pgmap v12264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:10.435749+0000 mgr.y (mgr.14556) 13878 : cluster [DBG] pgmap v12264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:34:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:34:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:34:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:12.436286+0000 mgr.y (mgr.14556) 13879 : cluster [DBG] pgmap v12265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:12.436286+0000 mgr.y (mgr.14556) 13879 : cluster [DBG] pgmap v12265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:12.436286+0000 mgr.y (mgr.14556) 13879 : cluster [DBG] pgmap v12265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:14.436810+0000 mgr.y (mgr.14556) 13880 : cluster [DBG] pgmap v12266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:14.436810+0000 mgr.y (mgr.14556) 13880 : cluster [DBG] pgmap v12266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:14.436810+0000 mgr.y (mgr.14556) 13880 : cluster [DBG] pgmap v12266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:17.117 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:34:17.400 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:34:17.400 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 19s ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:34:17.400 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 18s ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:34:17.400 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 19s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:34:17.400 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 18s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 18s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 19s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 19s ago 6h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 18s ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 19s ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 19s ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 18s ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 19s ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 19s ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 19s ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 19s ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 18s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 18s ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 18s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 18s ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:34:17.401 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 18s ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:34:17.753 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:34:17.753 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:34:17.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:34:17.753 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:34:17.753 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:34:17.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:34:17.753 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:34:17.754 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:34:17.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:34:17.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:34:17.754 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:34:17.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:34:17.754 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:34:17.754 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:34:17.754 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:34:17.754 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:34:17.754 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:34:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:16.437533+0000 mgr.y (mgr.14556) 13881 : cluster [DBG] pgmap v12267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:16.437533+0000 mgr.y (mgr.14556) 13881 : cluster [DBG] pgmap v12267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:16.437533+0000 mgr.y (mgr.14556) 13881 : cluster [DBG] pgmap v12267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:34:17.106021+0000 mgr.y (mgr.14556) 13882 : audit [DBG] from='client.29082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:34:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:34:17.393115+0000 mgr.y (mgr.14556) 13883 : audit [DBG] from='client.29088 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:34:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:34:17.754132+0000 mon.c (mon.2) 351 : audit [DBG] from='client.? 172.21.15.23:0/1466868544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:34:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:34:17.106021+0000 mgr.y (mgr.14556) 13882 : audit [DBG] from='client.29082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:34:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:34:17.393115+0000 mgr.y (mgr.14556) 13883 : audit [DBG] from='client.29088 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:34:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:34:17.754132+0000 mon.c (mon.2) 351 : audit [DBG] from='client.? 172.21.15.23:0/1466868544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:34:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:34:17.106021+0000 mgr.y (mgr.14556) 13882 : audit [DBG] from='client.29082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:34:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:34:17.393115+0000 mgr.y (mgr.14556) 13883 : audit [DBG] from='client.29088 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:34:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:34:17.754132+0000 mon.c (mon.2) 351 : audit [DBG] from='client.? 172.21.15.23:0/1466868544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:34:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:18.438022+0000 mgr.y (mgr.14556) 13884 : cluster [DBG] pgmap v12268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:18.438022+0000 mgr.y (mgr.14556) 13884 : cluster [DBG] pgmap v12268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:18.438022+0000 mgr.y (mgr.14556) 13884 : cluster [DBG] pgmap v12268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:20.438871+0000 mgr.y (mgr.14556) 13885 : cluster [DBG] pgmap v12269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:20.438871+0000 mgr.y (mgr.14556) 13885 : cluster [DBG] pgmap v12269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:20.438871+0000 mgr.y (mgr.14556) 13885 : cluster [DBG] pgmap v12269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:34:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:34:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:34:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:22.439231+0000 mgr.y (mgr.14556) 13886 : cluster [DBG] pgmap v12270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:22.439231+0000 mgr.y (mgr.14556) 13886 : cluster [DBG] pgmap v12270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:22.439231+0000 mgr.y (mgr.14556) 13886 : cluster [DBG] pgmap v12270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:24.439685+0000 mgr.y (mgr.14556) 13887 : cluster [DBG] pgmap v12271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:24.439685+0000 mgr.y (mgr.14556) 13887 : cluster [DBG] pgmap v12271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:24.439685+0000 mgr.y (mgr.14556) 13887 : cluster [DBG] pgmap v12271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:26.440307+0000 mgr.y (mgr.14556) 13888 : cluster [DBG] pgmap v12272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:26.440307+0000 mgr.y (mgr.14556) 13888 : cluster [DBG] pgmap v12272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:26.440307+0000 mgr.y (mgr.14556) 13888 : cluster [DBG] pgmap v12272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:28.440900+0000 mgr.y (mgr.14556) 13889 : cluster [DBG] pgmap v12273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:28.440900+0000 mgr.y (mgr.14556) 13889 : cluster [DBG] pgmap v12273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:28.440900+0000 mgr.y (mgr.14556) 13889 : cluster [DBG] pgmap v12273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:30.441720+0000 mgr.y (mgr.14556) 13890 : cluster [DBG] pgmap v12274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:34:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:30.441720+0000 mgr.y (mgr.14556) 13890 : cluster [DBG] pgmap v12274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:30.441720+0000 mgr.y (mgr.14556) 13890 : cluster [DBG] pgmap v12274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:32.442055+0000 mgr.y (mgr.14556) 13891 : cluster [DBG] pgmap v12275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:34:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:34:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:32.442055+0000 mgr.y (mgr.14556) 13891 : cluster [DBG] pgmap v12275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:32.442055+0000 mgr.y (mgr.14556) 13891 : cluster [DBG] pgmap v12275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:34.442475+0000 mgr.y (mgr.14556) 13892 : cluster [DBG] pgmap v12276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:34.442475+0000 mgr.y (mgr.14556) 13892 : cluster [DBG] pgmap v12276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:34.442475+0000 mgr.y (mgr.14556) 13892 : cluster [DBG] pgmap v12276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:36.443264+0000 mgr.y (mgr.14556) 13893 : cluster [DBG] pgmap v12277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:36.443264+0000 mgr.y (mgr.14556) 13893 : cluster [DBG] pgmap v12277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:36.443264+0000 mgr.y (mgr.14556) 13893 : cluster [DBG] pgmap v12277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:38.443692+0000 mgr.y (mgr.14556) 13894 : cluster [DBG] pgmap v12278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:38.443692+0000 mgr.y (mgr.14556) 13894 : cluster [DBG] pgmap v12278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:38.443692+0000 mgr.y (mgr.14556) 13894 : cluster [DBG] pgmap v12278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:34:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:40.444403+0000 mgr.y (mgr.14556) 13895 : cluster [DBG] pgmap v12279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:40.444403+0000 mgr.y (mgr.14556) 13895 : cluster [DBG] pgmap v12279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:40.444403+0000 mgr.y (mgr.14556) 13895 : cluster [DBG] pgmap v12279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:34:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:34:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:42.444866+0000 mgr.y (mgr.14556) 13896 : cluster [DBG] pgmap v12280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:42.444866+0000 mgr.y (mgr.14556) 13896 : cluster [DBG] pgmap v12280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:42.444866+0000 mgr.y (mgr.14556) 13896 : cluster [DBG] pgmap v12280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:44.445237+0000 mgr.y (mgr.14556) 13897 : cluster [DBG] pgmap v12281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:44.445237+0000 mgr.y (mgr.14556) 13897 : cluster [DBG] pgmap v12281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:44.445237+0000 mgr.y (mgr.14556) 13897 : cluster [DBG] pgmap v12281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:48.079 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:34:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:46.445873+0000 mgr.y (mgr.14556) 13898 : cluster [DBG] pgmap v12282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:46.445873+0000 mgr.y (mgr.14556) 13898 : cluster [DBG] pgmap v12282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:46.445873+0000 mgr.y (mgr.14556) 13898 : cluster [DBG] pgmap v12282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:48.363 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:34:48.363 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 50s ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:34:48.363 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 49s ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:34:48.363 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 50s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:34:48.363 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 49s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:34:48.363 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 49s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:34:48.363 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 50s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:34:48.363 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 50s ago 6h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:34:48.363 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 49s ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:34:48.363 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 50s ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:34:48.363 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 50s ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:34:48.364 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 49s ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:34:48.364 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 50s ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:34:48.364 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 50s ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:34:48.364 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 50s ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:34:48.364 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 50s ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:34:48.364 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 49s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:34:48.364 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 49s ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:34:48.364 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 49s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:34:48.364 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 49s ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:34:48.364 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 49s ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:34:48.713 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:34:48.713 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:34:48.713 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:34:48.713 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:34:48.713 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:34:48.713 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:34:48.713 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:34:48.713 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:34:48.713 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:34:48.713 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:34:48.714 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:34:48.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:34:48.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:34:48.714 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:34:48.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:34:48.714 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:34:48.714 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:34:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:34:48.713482+0000 mon.a (mon.0) 3144 : audit [DBG] from='client.? 172.21.15.23:0/4055645578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:34:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:34:48.713482+0000 mon.a (mon.0) 3144 : audit [DBG] from='client.? 172.21.15.23:0/4055645578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:34:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:34:48.713482+0000 mon.a (mon.0) 3144 : audit [DBG] from='client.? 172.21.15.23:0/4055645578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:34:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:34:48.066310+0000 mgr.y (mgr.14556) 13899 : audit [DBG] from='client.29100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:34:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:34:48.355600+0000 mgr.y (mgr.14556) 13900 : audit [DBG] from='client.39017 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:34:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:48.446209+0000 mgr.y (mgr.14556) 13901 : cluster [DBG] pgmap v12283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:34:48.066310+0000 mgr.y (mgr.14556) 13899 : audit [DBG] from='client.29100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:34:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:34:48.355600+0000 mgr.y (mgr.14556) 13900 : audit [DBG] from='client.39017 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:34:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:48.446209+0000 mgr.y (mgr.14556) 13901 : cluster [DBG] pgmap v12283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:34:48.066310+0000 mgr.y (mgr.14556) 13899 : audit [DBG] from='client.29100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:34:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:34:48.355600+0000 mgr.y (mgr.14556) 13900 : audit [DBG] from='client.39017 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:34:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:48.446209+0000 mgr.y (mgr.14556) 13901 : cluster [DBG] pgmap v12283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:50.446979+0000 mgr.y (mgr.14556) 13902 : cluster [DBG] pgmap v12284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:34:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:50.446979+0000 mgr.y (mgr.14556) 13902 : cluster [DBG] pgmap v12284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:50.446979+0000 mgr.y (mgr.14556) 13902 : cluster [DBG] pgmap v12284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:34:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:34:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:52.447566+0000 mgr.y (mgr.14556) 13903 : cluster [DBG] pgmap v12285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:52.447566+0000 mgr.y (mgr.14556) 13903 : cluster [DBG] pgmap v12285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:52.447566+0000 mgr.y (mgr.14556) 13903 : cluster [DBG] pgmap v12285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:54.447928+0000 mgr.y (mgr.14556) 13904 : cluster [DBG] pgmap v12286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:54.447928+0000 mgr.y (mgr.14556) 13904 : cluster [DBG] pgmap v12286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:54.447928+0000 mgr.y (mgr.14556) 13904 : cluster [DBG] pgmap v12286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:56.448731+0000 mgr.y (mgr.14556) 13905 : cluster [DBG] pgmap v12287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:56.448731+0000 mgr.y (mgr.14556) 13905 : cluster [DBG] pgmap v12287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:34:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:56.448731+0000 mgr.y (mgr.14556) 13905 : cluster [DBG] pgmap v12287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:34:58.449151+0000 mgr.y (mgr.14556) 13906 : cluster [DBG] pgmap v12288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:34:58.962023+0000 mon.a (mon.0) 3145 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:35:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:34:59.268838+0000 mon.a (mon.0) 3146 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:35:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:34:59.269568+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:35:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:34:59.282964+0000 mon.a (mon.0) 3148 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:35:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:34:58.449151+0000 mgr.y (mgr.14556) 13906 : cluster [DBG] pgmap v12288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:34:58.962023+0000 mon.a (mon.0) 3145 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:35:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:34:59.268838+0000 mon.a (mon.0) 3146 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:35:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:34:59.269568+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:35:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:34:59.282964+0000 mon.a (mon.0) 3148 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:35:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:34:58.449151+0000 mgr.y (mgr.14556) 13906 : cluster [DBG] pgmap v12288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:34:58.962023+0000 mon.a (mon.0) 3145 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:35:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:34:59.268838+0000 mon.a (mon.0) 3146 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:35:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:34:59.269568+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:35:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:34:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:34:59.282964+0000 mon.a (mon.0) 3148 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:35:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:00.449739+0000 mgr.y (mgr.14556) 13907 : cluster [DBG] pgmap v12289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:00.449739+0000 mgr.y (mgr.14556) 13907 : cluster [DBG] pgmap v12289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:00.449739+0000 mgr.y (mgr.14556) 13907 : cluster [DBG] pgmap v12289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:35:03.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:02.450236+0000 mgr.y (mgr.14556) 13908 : cluster [DBG] pgmap v12290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:02.450236+0000 mgr.y (mgr.14556) 13908 : cluster [DBG] pgmap v12290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:02.450236+0000 mgr.y (mgr.14556) 13908 : cluster [DBG] pgmap v12290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:35:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:35:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:04.450708+0000 mgr.y (mgr.14556) 13909 : cluster [DBG] pgmap v12291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:04.450708+0000 mgr.y (mgr.14556) 13909 : cluster [DBG] pgmap v12291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:04.450708+0000 mgr.y (mgr.14556) 13909 : cluster [DBG] pgmap v12291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:06.451393+0000 mgr.y (mgr.14556) 13910 : cluster [DBG] pgmap v12292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:06.451393+0000 mgr.y (mgr.14556) 13910 : cluster [DBG] pgmap v12292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:06.451393+0000 mgr.y (mgr.14556) 13910 : cluster [DBG] pgmap v12292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:08.451840+0000 mgr.y (mgr.14556) 13911 : cluster [DBG] pgmap v12293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:08.451840+0000 mgr.y (mgr.14556) 13911 : cluster [DBG] pgmap v12293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:08.451840+0000 mgr.y (mgr.14556) 13911 : cluster [DBG] pgmap v12293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:10.452590+0000 mgr.y (mgr.14556) 13912 : cluster [DBG] pgmap v12294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:10.452590+0000 mgr.y (mgr.14556) 13912 : cluster [DBG] pgmap v12294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:10.452590+0000 mgr.y (mgr.14556) 13912 : cluster [DBG] pgmap v12294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:35:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:35:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:35:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:12.452966+0000 mgr.y (mgr.14556) 13913 : cluster [DBG] pgmap v12295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:12.452966+0000 mgr.y (mgr.14556) 13913 : cluster [DBG] pgmap v12295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:12.452966+0000 mgr.y (mgr.14556) 13913 : cluster [DBG] pgmap v12295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:14.453489+0000 mgr.y (mgr.14556) 13914 : cluster [DBG] pgmap v12296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:14.453489+0000 mgr.y (mgr.14556) 13914 : cluster [DBG] pgmap v12296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:14.453489+0000 mgr.y (mgr.14556) 13914 : cluster [DBG] pgmap v12296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:16.454071+0000 mgr.y (mgr.14556) 13915 : cluster [DBG] pgmap v12297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:16.454071+0000 mgr.y (mgr.14556) 13915 : cluster [DBG] pgmap v12297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:16.454071+0000 mgr.y (mgr.14556) 13915 : cluster [DBG] pgmap v12297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:19.036 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:35:19.325 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:35:19.325 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 81s ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:35:19.325 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 80s ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:35:19.325 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 81s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:35:19.325 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 80s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:35:19.325 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 80s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:35:19.325 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 81s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:35:19.325 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 81s ago 6h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:35:19.325 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 80s ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:35:19.325 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 81s ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:35:19.326 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 81s ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:35:19.326 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 80s ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:35:19.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 81s ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:35:19.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 81s ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:35:19.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 81s ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:35:19.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 81s ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:35:19.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 80s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:35:19.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 80s ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:35:19.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 80s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:35:19.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 80s ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:35:19.326 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 80s ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:35:19.676 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:35:19.676 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:35:19.676 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:35:19.676 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:35:19.677 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:35:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:18.454498+0000 mgr.y (mgr.14556) 13916 : cluster [DBG] pgmap v12298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:18.454498+0000 mgr.y (mgr.14556) 13916 : cluster [DBG] pgmap v12298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:18.454498+0000 mgr.y (mgr.14556) 13916 : cluster [DBG] pgmap v12298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:35:19.025656+0000 mgr.y (mgr.14556) 13917 : audit [DBG] from='client.29118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:35:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:35:19.317895+0000 mgr.y (mgr.14556) 13918 : audit [DBG] from='client.29124 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:35:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:35:19.676980+0000 mon.c (mon.2) 352 : audit [DBG] from='client.? 172.21.15.23:0/621221316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:35:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:35:19.025656+0000 mgr.y (mgr.14556) 13917 : audit [DBG] from='client.29118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:35:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:35:19.317895+0000 mgr.y (mgr.14556) 13918 : audit [DBG] from='client.29124 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:35:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:35:19.676980+0000 mon.c (mon.2) 352 : audit [DBG] from='client.? 172.21.15.23:0/621221316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:35:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:35:19.025656+0000 mgr.y (mgr.14556) 13917 : audit [DBG] from='client.29118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:35:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:35:19.317895+0000 mgr.y (mgr.14556) 13918 : audit [DBG] from='client.29124 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:35:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:35:19.676980+0000 mon.c (mon.2) 352 : audit [DBG] from='client.? 172.21.15.23:0/621221316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:35:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:20.455027+0000 mgr.y (mgr.14556) 13919 : cluster [DBG] pgmap v12299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:20.455027+0000 mgr.y (mgr.14556) 13919 : cluster [DBG] pgmap v12299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:20.455027+0000 mgr.y (mgr.14556) 13919 : cluster [DBG] pgmap v12299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:35:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:35:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:35:23.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:22.455490+0000 mgr.y (mgr.14556) 13920 : cluster [DBG] pgmap v12300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:22.455490+0000 mgr.y (mgr.14556) 13920 : cluster [DBG] pgmap v12300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:22.455490+0000 mgr.y (mgr.14556) 13920 : cluster [DBG] pgmap v12300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:24.455886+0000 mgr.y (mgr.14556) 13921 : cluster [DBG] pgmap v12301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:24.455886+0000 mgr.y (mgr.14556) 13921 : cluster [DBG] pgmap v12301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:24.455886+0000 mgr.y (mgr.14556) 13921 : cluster [DBG] pgmap v12301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:26.456576+0000 mgr.y (mgr.14556) 13922 : cluster [DBG] pgmap v12302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:26.456576+0000 mgr.y (mgr.14556) 13922 : cluster [DBG] pgmap v12302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:26.456576+0000 mgr.y (mgr.14556) 13922 : cluster [DBG] pgmap v12302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:28.456973+0000 mgr.y (mgr.14556) 13923 : cluster [DBG] pgmap v12303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:28.456973+0000 mgr.y (mgr.14556) 13923 : cluster [DBG] pgmap v12303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:28.456973+0000 mgr.y (mgr.14556) 13923 : cluster [DBG] pgmap v12303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:30.457527+0000 mgr.y (mgr.14556) 13924 : cluster [DBG] pgmap v12304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:35:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:30.457527+0000 mgr.y (mgr.14556) 13924 : cluster [DBG] pgmap v12304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:30.457527+0000 mgr.y (mgr.14556) 13924 : cluster [DBG] pgmap v12304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:35:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:35:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:32.457949+0000 mgr.y (mgr.14556) 13925 : cluster [DBG] pgmap v12305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:32.457949+0000 mgr.y (mgr.14556) 13925 : cluster [DBG] pgmap v12305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:32.457949+0000 mgr.y (mgr.14556) 13925 : cluster [DBG] pgmap v12305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:34.458382+0000 mgr.y (mgr.14556) 13926 : cluster [DBG] pgmap v12306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:34.458382+0000 mgr.y (mgr.14556) 13926 : cluster [DBG] pgmap v12306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:34.458382+0000 mgr.y (mgr.14556) 13926 : cluster [DBG] pgmap v12306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:36.459025+0000 mgr.y (mgr.14556) 13927 : cluster [DBG] pgmap v12307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:36.459025+0000 mgr.y (mgr.14556) 13927 : cluster [DBG] pgmap v12307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:36.459025+0000 mgr.y (mgr.14556) 13927 : cluster [DBG] pgmap v12307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:38.459637+0000 mgr.y (mgr.14556) 13928 : cluster [DBG] pgmap v12308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:38.459637+0000 mgr.y (mgr.14556) 13928 : cluster [DBG] pgmap v12308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:38.459637+0000 mgr.y (mgr.14556) 13928 : cluster [DBG] pgmap v12308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:40.460242+0000 mgr.y (mgr.14556) 13929 : cluster [DBG] pgmap v12309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:35:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:40.460242+0000 mgr.y (mgr.14556) 13929 : cluster [DBG] pgmap v12309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:40.460242+0000 mgr.y (mgr.14556) 13929 : cluster [DBG] pgmap v12309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:35:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:35:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:42.460693+0000 mgr.y (mgr.14556) 13930 : cluster [DBG] pgmap v12310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:42.460693+0000 mgr.y (mgr.14556) 13930 : cluster [DBG] pgmap v12310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:42.460693+0000 mgr.y (mgr.14556) 13930 : cluster [DBG] pgmap v12310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:44.461195+0000 mgr.y (mgr.14556) 13931 : cluster [DBG] pgmap v12311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:44.461195+0000 mgr.y (mgr.14556) 13931 : cluster [DBG] pgmap v12311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:44.461195+0000 mgr.y (mgr.14556) 13931 : cluster [DBG] pgmap v12311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:46.461870+0000 mgr.y (mgr.14556) 13932 : cluster [DBG] pgmap v12312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:46.461870+0000 mgr.y (mgr.14556) 13932 : cluster [DBG] pgmap v12312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:46.461870+0000 mgr.y (mgr.14556) 13932 : cluster [DBG] pgmap v12312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:50.000 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:35:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:48.462337+0000 mgr.y (mgr.14556) 13933 : cluster [DBG] pgmap v12313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:48.462337+0000 mgr.y (mgr.14556) 13933 : cluster [DBG] pgmap v12313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:48.462337+0000 mgr.y (mgr.14556) 13933 : cluster [DBG] pgmap v12313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:50.287 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:35:50.287 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 112s ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:35:50.287 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 111s ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:35:50.287 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 112s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:35:50.287 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 111s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:35:50.287 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 111s ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:35:50.287 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 112s ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:35:50.287 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 112s ago 6h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:35:50.287 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 111s ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:35:50.287 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 112s ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:35:50.287 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 112s ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:35:50.287 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 111s ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:35:50.288 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 112s ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:35:50.288 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 112s ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:35:50.288 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 112s ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:35:50.288 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 112s ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:35:50.288 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 111s ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:35:50.288 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 111s ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:35:50.288 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 111s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:35:50.288 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 111s ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:35:50.288 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 111s ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:35:50.637 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:35:50.638 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:35:50.639 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:35:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:35:50.638359+0000 mon.c (mon.2) 353 : audit [DBG] from='client.? 172.21.15.23:0/198461328' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:35:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:35:50.638359+0000 mon.c (mon.2) 353 : audit [DBG] from='client.? 172.21.15.23:0/198461328' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:35:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:35:50.638359+0000 mon.c (mon.2) 353 : audit [DBG] from='client.? 172.21.15.23:0/198461328' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:35:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:35:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:35:49.989556+0000 mgr.y (mgr.14556) 13934 : audit [DBG] from='client.39047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:35:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:35:50.279870+0000 mgr.y (mgr.14556) 13935 : audit [DBG] from='client.29142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:35:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:50.462934+0000 mgr.y (mgr.14556) 13936 : cluster [DBG] pgmap v12314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:35:49.989556+0000 mgr.y (mgr.14556) 13934 : audit [DBG] from='client.39047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:35:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:35:50.279870+0000 mgr.y (mgr.14556) 13935 : audit [DBG] from='client.29142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:35:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:50.462934+0000 mgr.y (mgr.14556) 13936 : cluster [DBG] pgmap v12314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:35:49.989556+0000 mgr.y (mgr.14556) 13934 : audit [DBG] from='client.39047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:35:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:35:50.279870+0000 mgr.y (mgr.14556) 13935 : audit [DBG] from='client.29142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:35:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:50.462934+0000 mgr.y (mgr.14556) 13936 : cluster [DBG] pgmap v12314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:52.463508+0000 mgr.y (mgr.14556) 13937 : cluster [DBG] pgmap v12315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:35:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:35:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:52.463508+0000 mgr.y (mgr.14556) 13937 : cluster [DBG] pgmap v12315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:52.463508+0000 mgr.y (mgr.14556) 13937 : cluster [DBG] pgmap v12315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:54.464172+0000 mgr.y (mgr.14556) 13938 : cluster [DBG] pgmap v12316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:54.464172+0000 mgr.y (mgr.14556) 13938 : cluster [DBG] pgmap v12316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:54.464172+0000 mgr.y (mgr.14556) 13938 : cluster [DBG] pgmap v12316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:56.464798+0000 mgr.y (mgr.14556) 13939 : cluster [DBG] pgmap v12317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:56.464798+0000 mgr.y (mgr.14556) 13939 : cluster [DBG] pgmap v12317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:56.464798+0000 mgr.y (mgr.14556) 13939 : cluster [DBG] pgmap v12317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:35:58.465194+0000 mgr.y (mgr.14556) 13940 : cluster [DBG] pgmap v12318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:35:59.287462+0000 mon.a (mon.0) 3149 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:35:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:35:58.465194+0000 mgr.y (mgr.14556) 13940 : cluster [DBG] pgmap v12318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:35:59.287462+0000 mon.a (mon.0) 3149 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:35:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:35:58.465194+0000 mgr.y (mgr.14556) 13940 : cluster [DBG] pgmap v12318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:35:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:35:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:35:59.287462+0000 mon.a (mon.0) 3149 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:36:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:35:59.595690+0000 mon.a (mon.0) 3150 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:36:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:35:59.596318+0000 mon.a (mon.0) 3151 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:36:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:35:59.600527+0000 mon.a (mon.0) 3152 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:36:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:35:59.595690+0000 mon.a (mon.0) 3150 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:36:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:35:59.596318+0000 mon.a (mon.0) 3151 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:36:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:35:59.600527+0000 mon.a (mon.0) 3152 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:36:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:35:59.595690+0000 mon.a (mon.0) 3150 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:36:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:35:59.596318+0000 mon.a (mon.0) 3151 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:36:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:35:59.600527+0000 mon.a (mon.0) 3152 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:36:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:00.465884+0000 mgr.y (mgr.14556) 13941 : cluster [DBG] pgmap v12319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:00.465884+0000 mgr.y (mgr.14556) 13941 : cluster [DBG] pgmap v12319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:00.465884+0000 mgr.y (mgr.14556) 13941 : cluster [DBG] pgmap v12319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:36:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:36:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:36:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:02.466412+0000 mgr.y (mgr.14556) 13942 : cluster [DBG] pgmap v12320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:02.466412+0000 mgr.y (mgr.14556) 13942 : cluster [DBG] pgmap v12320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:02.466412+0000 mgr.y (mgr.14556) 13942 : cluster [DBG] pgmap v12320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:04.466818+0000 mgr.y (mgr.14556) 13943 : cluster [DBG] pgmap v12321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:04.466818+0000 mgr.y (mgr.14556) 13943 : cluster [DBG] pgmap v12321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:04.466818+0000 mgr.y (mgr.14556) 13943 : cluster [DBG] pgmap v12321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:06.467539+0000 mgr.y (mgr.14556) 13944 : cluster [DBG] pgmap v12322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:06.467539+0000 mgr.y (mgr.14556) 13944 : cluster [DBG] pgmap v12322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:06.467539+0000 mgr.y (mgr.14556) 13944 : cluster [DBG] pgmap v12322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:08.467924+0000 mgr.y (mgr.14556) 13945 : cluster [DBG] pgmap v12323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:08.467924+0000 mgr.y (mgr.14556) 13945 : cluster [DBG] pgmap v12323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:08.467924+0000 mgr.y (mgr.14556) 13945 : cluster [DBG] pgmap v12323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:11.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:10.468571+0000 mgr.y (mgr.14556) 13946 : cluster [DBG] pgmap v12324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:36:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:10.468571+0000 mgr.y (mgr.14556) 13946 : cluster [DBG] pgmap v12324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:10.468571+0000 mgr.y (mgr.14556) 13946 : cluster [DBG] pgmap v12324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:12.469089+0000 mgr.y (mgr.14556) 13947 : cluster [DBG] pgmap v12325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:36:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:36:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:12.469089+0000 mgr.y (mgr.14556) 13947 : cluster [DBG] pgmap v12325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:12.469089+0000 mgr.y (mgr.14556) 13947 : cluster [DBG] pgmap v12325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:14.469496+0000 mgr.y (mgr.14556) 13948 : cluster [DBG] pgmap v12326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:14.469496+0000 mgr.y (mgr.14556) 13948 : cluster [DBG] pgmap v12326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:14.469496+0000 mgr.y (mgr.14556) 13948 : cluster [DBG] pgmap v12326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:16.470151+0000 mgr.y (mgr.14556) 13949 : cluster [DBG] pgmap v12327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:16.470151+0000 mgr.y (mgr.14556) 13949 : cluster [DBG] pgmap v12327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:16.470151+0000 mgr.y (mgr.14556) 13949 : cluster [DBG] pgmap v12327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:18.470631+0000 mgr.y (mgr.14556) 13950 : cluster [DBG] pgmap v12328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:18.470631+0000 mgr.y (mgr.14556) 13950 : cluster [DBG] pgmap v12328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:18.470631+0000 mgr.y (mgr.14556) 13950 : cluster [DBG] pgmap v12328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:20.965 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:36:21.254 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:36:21.254 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 2m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:36:21.254 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 2m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:36:21.254 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 2m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:36:21.254 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 2m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:36:21.255 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 2m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:36:21.255 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 2m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:36:21.255 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 2m ago 6h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:36:21.255 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 2m ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:36:21.255 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 2m ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:36:21.255 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 2m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:36:21.255 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 2m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:36:21.255 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 2m ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:36:21.255 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 2m ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:36:21.255 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 2m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:36:21.255 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 2m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:36:21.255 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 2m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:36:21.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 2m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:36:21.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 2m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:36:21.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 2m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:36:21.256 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 2m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:36:21.604 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:36:21.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:36:21.606 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:36:21.606 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:36:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:20.471270+0000 mgr.y (mgr.14556) 13951 : cluster [DBG] pgmap v12329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:36:21.605519+0000 mon.a (mon.0) 3153 : audit [DBG] from='client.? 172.21.15.23:0/2869588147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:36:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:36:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:20.471270+0000 mgr.y (mgr.14556) 13951 : cluster [DBG] pgmap v12329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:36:21.605519+0000 mon.a (mon.0) 3153 : audit [DBG] from='client.? 172.21.15.23:0/2869588147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:36:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:20.471270+0000 mgr.y (mgr.14556) 13951 : cluster [DBG] pgmap v12329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:36:21.605519+0000 mon.a (mon.0) 3153 : audit [DBG] from='client.? 172.21.15.23:0/2869588147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:36:23.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:36:20.954093+0000 mgr.y (mgr.14556) 13952 : audit [DBG] from='client.29154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:36:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:36:21.246828+0000 mgr.y (mgr.14556) 13953 : audit [DBG] from='client.39071 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:36:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:36:20.954093+0000 mgr.y (mgr.14556) 13952 : audit [DBG] from='client.29154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:36:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:36:21.246828+0000 mgr.y (mgr.14556) 13953 : audit [DBG] from='client.39071 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:36:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:36:20.954093+0000 mgr.y (mgr.14556) 13952 : audit [DBG] from='client.29154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:36:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:36:21.246828+0000 mgr.y (mgr.14556) 13953 : audit [DBG] from='client.39071 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:36:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:36:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:36:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:22.471613+0000 mgr.y (mgr.14556) 13954 : cluster [DBG] pgmap v12330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:22.471613+0000 mgr.y (mgr.14556) 13954 : cluster [DBG] pgmap v12330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:22.471613+0000 mgr.y (mgr.14556) 13954 : cluster [DBG] pgmap v12330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:24.472025+0000 mgr.y (mgr.14556) 13955 : cluster [DBG] pgmap v12331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:24.472025+0000 mgr.y (mgr.14556) 13955 : cluster [DBG] pgmap v12331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:24.472025+0000 mgr.y (mgr.14556) 13955 : cluster [DBG] pgmap v12331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:26.472883+0000 mgr.y (mgr.14556) 13956 : cluster [DBG] pgmap v12332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:26.472883+0000 mgr.y (mgr.14556) 13956 : cluster [DBG] pgmap v12332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:26.472883+0000 mgr.y (mgr.14556) 13956 : cluster [DBG] pgmap v12332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:28.473296+0000 mgr.y (mgr.14556) 13957 : cluster [DBG] pgmap v12333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:28.473296+0000 mgr.y (mgr.14556) 13957 : cluster [DBG] pgmap v12333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:28.473296+0000 mgr.y (mgr.14556) 13957 : cluster [DBG] pgmap v12333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:30.473864+0000 mgr.y (mgr.14556) 13958 : cluster [DBG] pgmap v12334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:36:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:30.473864+0000 mgr.y (mgr.14556) 13958 : cluster [DBG] pgmap v12334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:30.473864+0000 mgr.y (mgr.14556) 13958 : cluster [DBG] pgmap v12334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:36:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:36:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:32.474314+0000 mgr.y (mgr.14556) 13959 : cluster [DBG] pgmap v12335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:32.474314+0000 mgr.y (mgr.14556) 13959 : cluster [DBG] pgmap v12335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:32.474314+0000 mgr.y (mgr.14556) 13959 : cluster [DBG] pgmap v12335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:34.474810+0000 mgr.y (mgr.14556) 13960 : cluster [DBG] pgmap v12336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:34.474810+0000 mgr.y (mgr.14556) 13960 : cluster [DBG] pgmap v12336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:34.474810+0000 mgr.y (mgr.14556) 13960 : cluster [DBG] pgmap v12336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:36.475670+0000 mgr.y (mgr.14556) 13961 : cluster [DBG] pgmap v12337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:36.475670+0000 mgr.y (mgr.14556) 13961 : cluster [DBG] pgmap v12337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:36.475670+0000 mgr.y (mgr.14556) 13961 : cluster [DBG] pgmap v12337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:38.475992+0000 mgr.y (mgr.14556) 13962 : cluster [DBG] pgmap v12338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:38.475992+0000 mgr.y (mgr.14556) 13962 : cluster [DBG] pgmap v12338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:38.475992+0000 mgr.y (mgr.14556) 13962 : cluster [DBG] pgmap v12338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:40.476609+0000 mgr.y (mgr.14556) 13963 : cluster [DBG] pgmap v12339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:36:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:40.476609+0000 mgr.y (mgr.14556) 13963 : cluster [DBG] pgmap v12339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:40.476609+0000 mgr.y (mgr.14556) 13963 : cluster [DBG] pgmap v12339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:36:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:36:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:42.476999+0000 mgr.y (mgr.14556) 13964 : cluster [DBG] pgmap v12340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:42.476999+0000 mgr.y (mgr.14556) 13964 : cluster [DBG] pgmap v12340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:42.476999+0000 mgr.y (mgr.14556) 13964 : cluster [DBG] pgmap v12340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:44.477402+0000 mgr.y (mgr.14556) 13965 : cluster [DBG] pgmap v12341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:44.477402+0000 mgr.y (mgr.14556) 13965 : cluster [DBG] pgmap v12341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:44.477402+0000 mgr.y (mgr.14556) 13965 : cluster [DBG] pgmap v12341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:46.478036+0000 mgr.y (mgr.14556) 13966 : cluster [DBG] pgmap v12342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:46.478036+0000 mgr.y (mgr.14556) 13966 : cluster [DBG] pgmap v12342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:46.478036+0000 mgr.y (mgr.14556) 13966 : cluster [DBG] pgmap v12342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:48.478530+0000 mgr.y (mgr.14556) 13967 : cluster [DBG] pgmap v12343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:48.478530+0000 mgr.y (mgr.14556) 13967 : cluster [DBG] pgmap v12343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:48.478530+0000 mgr.y (mgr.14556) 13967 : cluster [DBG] pgmap v12343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:50.479210+0000 mgr.y (mgr.14556) 13968 : cluster [DBG] pgmap v12344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:36:51.931 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:36:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:50.479210+0000 mgr.y (mgr.14556) 13968 : cluster [DBG] pgmap v12344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:50.479210+0000 mgr.y (mgr.14556) 13968 : cluster [DBG] pgmap v12344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:52.218 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 2m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 2m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 2m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 2m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 2m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 2m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 2m ago 6h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 2m ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 2m ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 2m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 2m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 2m ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:36:52.219 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 2m ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:36:52.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 2m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:36:52.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 2m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:36:52.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 2m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:36:52.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 2m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:36:52.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 2m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:36:52.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 2m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:36:52.220 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 2m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:36:52.569 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:36:52.569 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:36:52.569 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:36:52.569 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:36:52.569 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:36:52.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:36:52.570 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:36:52.570 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:36:52.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:36:52.570 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:36:52.570 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:36:52.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:36:52.570 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:36:52.570 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:36:52.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:36:52.570 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:36:52.570 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:36:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:36:51.919122+0000 mgr.y (mgr.14556) 13969 : audit [DBG] from='client.29172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:36:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:36:52.211560+0000 mgr.y (mgr.14556) 13970 : audit [DBG] from='client.29178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:36:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:52.479533+0000 mgr.y (mgr.14556) 13971 : cluster [DBG] pgmap v12345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:36:52.568410+0000 mon.c (mon.2) 354 : audit [DBG] from='client.? 172.21.15.23:0/3404613678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:36:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:36:51.919122+0000 mgr.y (mgr.14556) 13969 : audit [DBG] from='client.29172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:36:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:36:52.211560+0000 mgr.y (mgr.14556) 13970 : audit [DBG] from='client.29178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:36:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:52.479533+0000 mgr.y (mgr.14556) 13971 : cluster [DBG] pgmap v12345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:36:52.568410+0000 mon.c (mon.2) 354 : audit [DBG] from='client.? 172.21.15.23:0/3404613678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:36:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:36:51.919122+0000 mgr.y (mgr.14556) 13969 : audit [DBG] from='client.29172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:36:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:36:52.211560+0000 mgr.y (mgr.14556) 13970 : audit [DBG] from='client.29178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:36:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:52.479533+0000 mgr.y (mgr.14556) 13971 : cluster [DBG] pgmap v12345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:36:52.568410+0000 mon.c (mon.2) 354 : audit [DBG] from='client.? 172.21.15.23:0/3404613678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:36:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:36:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:36:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:54.479870+0000 mgr.y (mgr.14556) 13972 : cluster [DBG] pgmap v12346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:54.479870+0000 mgr.y (mgr.14556) 13972 : cluster [DBG] pgmap v12346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:54.479870+0000 mgr.y (mgr.14556) 13972 : cluster [DBG] pgmap v12346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:56.480642+0000 mgr.y (mgr.14556) 13973 : cluster [DBG] pgmap v12347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:56.480642+0000 mgr.y (mgr.14556) 13973 : cluster [DBG] pgmap v12347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:56.480642+0000 mgr.y (mgr.14556) 13973 : cluster [DBG] pgmap v12347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:36:58.481281+0000 mgr.y (mgr.14556) 13974 : cluster [DBG] pgmap v12348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:36:59.604918+0000 mon.a (mon.0) 3154 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:36:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:36:58.481281+0000 mgr.y (mgr.14556) 13974 : cluster [DBG] pgmap v12348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:36:59.604918+0000 mon.a (mon.0) 3154 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:36:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:36:58.481281+0000 mgr.y (mgr.14556) 13974 : cluster [DBG] pgmap v12348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:36:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:36:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:36:59.604918+0000 mon.a (mon.0) 3154 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:37:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:36:59.867773+0000 mon.a (mon.0) 3155 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:37:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:36:59.881382+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:37:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:37:00.161357+0000 mon.a (mon.0) 3157 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:37:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:37:00.162019+0000 mon.a (mon.0) 3158 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:37:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:37:00.176201+0000 mon.a (mon.0) 3159 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:37:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:00.482051+0000 mgr.y (mgr.14556) 13975 : cluster [DBG] pgmap v12349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:36:59.867773+0000 mon.a (mon.0) 3155 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:37:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:36:59.881382+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:37:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:37:00.161357+0000 mon.a (mon.0) 3157 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:37:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:37:00.162019+0000 mon.a (mon.0) 3158 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:37:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:37:00.176201+0000 mon.a (mon.0) 3159 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:37:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:00.482051+0000 mgr.y (mgr.14556) 13975 : cluster [DBG] pgmap v12349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:36:59.867773+0000 mon.a (mon.0) 3155 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:37:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:36:59.881382+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:37:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:37:00.161357+0000 mon.a (mon.0) 3157 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:37:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:37:00.162019+0000 mon.a (mon.0) 3158 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:37:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:37:00.176201+0000 mon.a (mon.0) 3159 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:37:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:00.482051+0000 mgr.y (mgr.14556) 13975 : cluster [DBG] pgmap v12349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:37:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:37:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:37:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:02.482591+0000 mgr.y (mgr.14556) 13976 : cluster [DBG] pgmap v12350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:02.482591+0000 mgr.y (mgr.14556) 13976 : cluster [DBG] pgmap v12350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:02.482591+0000 mgr.y (mgr.14556) 13976 : cluster [DBG] pgmap v12350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:04.482977+0000 mgr.y (mgr.14556) 13977 : cluster [DBG] pgmap v12351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:04.482977+0000 mgr.y (mgr.14556) 13977 : cluster [DBG] pgmap v12351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:04.482977+0000 mgr.y (mgr.14556) 13977 : cluster [DBG] pgmap v12351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:06.483831+0000 mgr.y (mgr.14556) 13978 : cluster [DBG] pgmap v12352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:06.483831+0000 mgr.y (mgr.14556) 13978 : cluster [DBG] pgmap v12352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:06.483831+0000 mgr.y (mgr.14556) 13978 : cluster [DBG] pgmap v12352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:08.484298+0000 mgr.y (mgr.14556) 13979 : cluster [DBG] pgmap v12353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:08.484298+0000 mgr.y (mgr.14556) 13979 : cluster [DBG] pgmap v12353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:08.484298+0000 mgr.y (mgr.14556) 13979 : cluster [DBG] pgmap v12353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:10.485100+0000 mgr.y (mgr.14556) 13980 : cluster [DBG] pgmap v12354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:10.485100+0000 mgr.y (mgr.14556) 13980 : cluster [DBG] pgmap v12354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:10.485100+0000 mgr.y (mgr.14556) 13980 : cluster [DBG] pgmap v12354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:37:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:37:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:37:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:12.485651+0000 mgr.y (mgr.14556) 13981 : cluster [DBG] pgmap v12355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:12.485651+0000 mgr.y (mgr.14556) 13981 : cluster [DBG] pgmap v12355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:12.485651+0000 mgr.y (mgr.14556) 13981 : cluster [DBG] pgmap v12355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:14.486209+0000 mgr.y (mgr.14556) 13982 : cluster [DBG] pgmap v12356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:14.486209+0000 mgr.y (mgr.14556) 13982 : cluster [DBG] pgmap v12356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:14.486209+0000 mgr.y (mgr.14556) 13982 : cluster [DBG] pgmap v12356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:16.487078+0000 mgr.y (mgr.14556) 13983 : cluster [DBG] pgmap v12357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:16.487078+0000 mgr.y (mgr.14556) 13983 : cluster [DBG] pgmap v12357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:16.487078+0000 mgr.y (mgr.14556) 13983 : cluster [DBG] pgmap v12357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:18.487514+0000 mgr.y (mgr.14556) 13984 : cluster [DBG] pgmap v12358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:18.487514+0000 mgr.y (mgr.14556) 13984 : cluster [DBG] pgmap v12358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:18.487514+0000 mgr.y (mgr.14556) 13984 : cluster [DBG] pgmap v12358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:20.488108+0000 mgr.y (mgr.14556) 13985 : cluster [DBG] pgmap v12359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:37:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:20.488108+0000 mgr.y (mgr.14556) 13985 : cluster [DBG] pgmap v12359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:20.488108+0000 mgr.y (mgr.14556) 13985 : cluster [DBG] pgmap v12359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:22.892 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:37:23.180 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:37:23.180 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 3m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:37:23.180 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 3m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:37:23.180 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 3m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:37:23.180 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 3m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:37:23.180 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 3m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:37:23.180 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 3m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:37:23.180 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 3m ago 6h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:37:23.180 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 3m ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:37:23.180 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 3m ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:37:23.181 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 3m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:37:23.181 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 3m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:37:23.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 3m ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:37:23.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 3m ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:37:23.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 3m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:37:23.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 3m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:37:23.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 3m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:37:23.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 3m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:37:23.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 3m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:37:23.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 3m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:37:23.181 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 3m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:37:23.529 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:37:23.529 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:37:23.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:37:23.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:37:23.529 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:37:23.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:37:23.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:37:23.529 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:37:23.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:37:23.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:37:23.529 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:37:23.530 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:37:23.530 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:37:23.530 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:37:23.530 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:37:23.530 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:37:23.530 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:37:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:22.488695+0000 mgr.y (mgr.14556) 13986 : cluster [DBG] pgmap v12360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:37:23.529679+0000 mon.a (mon.0) 3160 : audit [DBG] from='client.? 172.21.15.23:0/2726781596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:37:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:37:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:37:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:22.488695+0000 mgr.y (mgr.14556) 13986 : cluster [DBG] pgmap v12360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:37:23.529679+0000 mon.a (mon.0) 3160 : audit [DBG] from='client.? 172.21.15.23:0/2726781596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:37:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:22.488695+0000 mgr.y (mgr.14556) 13986 : cluster [DBG] pgmap v12360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:37:23.529679+0000 mon.a (mon.0) 3160 : audit [DBG] from='client.? 172.21.15.23:0/2726781596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:37:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:37:22.881010+0000 mgr.y (mgr.14556) 13987 : audit [DBG] from='client.29190 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:37:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:37:23.172776+0000 mgr.y (mgr.14556) 13988 : audit [DBG] from='client.29196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:37:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:37:22.881010+0000 mgr.y (mgr.14556) 13987 : audit [DBG] from='client.29190 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:37:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:37:23.172776+0000 mgr.y (mgr.14556) 13988 : audit [DBG] from='client.29196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:37:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:37:22.881010+0000 mgr.y (mgr.14556) 13987 : audit [DBG] from='client.29190 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:37:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:37:23.172776+0000 mgr.y (mgr.14556) 13988 : audit [DBG] from='client.29196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:37:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:24.489118+0000 mgr.y (mgr.14556) 13989 : cluster [DBG] pgmap v12361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:24.489118+0000 mgr.y (mgr.14556) 13989 : cluster [DBG] pgmap v12361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:24.489118+0000 mgr.y (mgr.14556) 13989 : cluster [DBG] pgmap v12361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:26.489794+0000 mgr.y (mgr.14556) 13990 : cluster [DBG] pgmap v12362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:26.489794+0000 mgr.y (mgr.14556) 13990 : cluster [DBG] pgmap v12362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:26.489794+0000 mgr.y (mgr.14556) 13990 : cluster [DBG] pgmap v12362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:28.490245+0000 mgr.y (mgr.14556) 13991 : cluster [DBG] pgmap v12363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:28.490245+0000 mgr.y (mgr.14556) 13991 : cluster [DBG] pgmap v12363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:28.490245+0000 mgr.y (mgr.14556) 13991 : cluster [DBG] pgmap v12363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:37:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:30.490978+0000 mgr.y (mgr.14556) 13992 : cluster [DBG] pgmap v12364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:30.490978+0000 mgr.y (mgr.14556) 13992 : cluster [DBG] pgmap v12364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:30.490978+0000 mgr.y (mgr.14556) 13992 : cluster [DBG] pgmap v12364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:37:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:37:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:32.491409+0000 mgr.y (mgr.14556) 13993 : cluster [DBG] pgmap v12365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:32.491409+0000 mgr.y (mgr.14556) 13993 : cluster [DBG] pgmap v12365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:32.491409+0000 mgr.y (mgr.14556) 13993 : cluster [DBG] pgmap v12365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:34.491889+0000 mgr.y (mgr.14556) 13994 : cluster [DBG] pgmap v12366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:34.491889+0000 mgr.y (mgr.14556) 13994 : cluster [DBG] pgmap v12366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:34.491889+0000 mgr.y (mgr.14556) 13994 : cluster [DBG] pgmap v12366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:36.492669+0000 mgr.y (mgr.14556) 13995 : cluster [DBG] pgmap v12367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:36.492669+0000 mgr.y (mgr.14556) 13995 : cluster [DBG] pgmap v12367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:36.492669+0000 mgr.y (mgr.14556) 13995 : cluster [DBG] pgmap v12367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:38.493033+0000 mgr.y (mgr.14556) 13996 : cluster [DBG] pgmap v12368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:38.493033+0000 mgr.y (mgr.14556) 13996 : cluster [DBG] pgmap v12368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:38.493033+0000 mgr.y (mgr.14556) 13996 : cluster [DBG] pgmap v12368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:40.493652+0000 mgr.y (mgr.14556) 13997 : cluster [DBG] pgmap v12369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:37:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:40.493652+0000 mgr.y (mgr.14556) 13997 : cluster [DBG] pgmap v12369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:40.493652+0000 mgr.y (mgr.14556) 13997 : cluster [DBG] pgmap v12369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:37:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:37:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:42.494187+0000 mgr.y (mgr.14556) 13998 : cluster [DBG] pgmap v12370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:42.494187+0000 mgr.y (mgr.14556) 13998 : cluster [DBG] pgmap v12370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:42.494187+0000 mgr.y (mgr.14556) 13998 : cluster [DBG] pgmap v12370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:44.494654+0000 mgr.y (mgr.14556) 13999 : cluster [DBG] pgmap v12371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:44.494654+0000 mgr.y (mgr.14556) 13999 : cluster [DBG] pgmap v12371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:44.494654+0000 mgr.y (mgr.14556) 13999 : cluster [DBG] pgmap v12371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:46.495310+0000 mgr.y (mgr.14556) 14000 : cluster [DBG] pgmap v12372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:46.495310+0000 mgr.y (mgr.14556) 14000 : cluster [DBG] pgmap v12372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:46.495310+0000 mgr.y (mgr.14556) 14000 : cluster [DBG] pgmap v12372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:48.495888+0000 mgr.y (mgr.14556) 14001 : cluster [DBG] pgmap v12373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:48.495888+0000 mgr.y (mgr.14556) 14001 : cluster [DBG] pgmap v12373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:48.495888+0000 mgr.y (mgr.14556) 14001 : cluster [DBG] pgmap v12373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:50.496570+0000 mgr.y (mgr.14556) 14002 : cluster [DBG] pgmap v12374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:37:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:50.496570+0000 mgr.y (mgr.14556) 14002 : cluster [DBG] pgmap v12374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:50.496570+0000 mgr.y (mgr.14556) 14002 : cluster [DBG] pgmap v12374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:53.854 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:37:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:52.496982+0000 mgr.y (mgr.14556) 14003 : cluster [DBG] pgmap v12375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:37:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:37:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:52.496982+0000 mgr.y (mgr.14556) 14003 : cluster [DBG] pgmap v12375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:54.144 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:37:54.144 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 3m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:37:54.144 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 3m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:37:54.144 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 3m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:37:54.144 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 3m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 3m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 3m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 3m ago 6h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 3m ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 3m ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 3m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 3m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 3m ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 3m ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 3m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 3m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 3m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 3m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 3m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 3m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:37:54.145 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 3m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:37:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:52.496982+0000 mgr.y (mgr.14556) 14003 : cluster [DBG] pgmap v12375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:54.493 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:37:54.493 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:37:54.493 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:37:54.493 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:37:54.493 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:37:54.493 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:37:54.493 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:37:54.493 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:37:54.493 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:37:54.493 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:37:54.493 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:37:54.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:37:54.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:37:54.494 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:37:54.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:37:54.494 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:37:54.494 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:37:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:37:53.842733+0000 mgr.y (mgr.14556) 14004 : audit [DBG] from='client.29208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:37:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:37:54.137109+0000 mgr.y (mgr.14556) 14005 : audit [DBG] from='client.39125 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:37:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:37:54.493514+0000 mon.a (mon.0) 3161 : audit [DBG] from='client.? 172.21.15.23:0/3026431303' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:37:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:54.497269+0000 mgr.y (mgr.14556) 14006 : cluster [DBG] pgmap v12376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:37:53.842733+0000 mgr.y (mgr.14556) 14004 : audit [DBG] from='client.29208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:37:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:37:54.137109+0000 mgr.y (mgr.14556) 14005 : audit [DBG] from='client.39125 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:37:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:37:54.493514+0000 mon.a (mon.0) 3161 : audit [DBG] from='client.? 172.21.15.23:0/3026431303' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:37:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:54.497269+0000 mgr.y (mgr.14556) 14006 : cluster [DBG] pgmap v12376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:37:53.842733+0000 mgr.y (mgr.14556) 14004 : audit [DBG] from='client.29208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:37:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:37:54.137109+0000 mgr.y (mgr.14556) 14005 : audit [DBG] from='client.39125 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:37:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:37:54.493514+0000 mon.a (mon.0) 3161 : audit [DBG] from='client.? 172.21.15.23:0/3026431303' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:37:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:54.497269+0000 mgr.y (mgr.14556) 14006 : cluster [DBG] pgmap v12376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:56.497918+0000 mgr.y (mgr.14556) 14007 : cluster [DBG] pgmap v12377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:56.497918+0000 mgr.y (mgr.14556) 14007 : cluster [DBG] pgmap v12377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:56.497918+0000 mgr.y (mgr.14556) 14007 : cluster [DBG] pgmap v12377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:59.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:37:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:37:58.498416+0000 mgr.y (mgr.14556) 14008 : cluster [DBG] pgmap v12378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:59.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:37:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:37:58.498416+0000 mgr.y (mgr.14556) 14008 : cluster [DBG] pgmap v12378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:37:59.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:37:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:37:58.498416+0000 mgr.y (mgr.14556) 14008 : cluster [DBG] pgmap v12378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:38:00.180604+0000 mon.a (mon.0) 3162 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:38:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:38:00.488173+0000 mon.a (mon.0) 3163 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:38:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:38:00.488830+0000 mon.a (mon.0) 3164 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:38:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:38:00.502089+0000 mon.a (mon.0) 3165 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:38:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:38:00.180604+0000 mon.a (mon.0) 3162 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:38:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:38:00.488173+0000 mon.a (mon.0) 3163 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:38:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:38:00.488830+0000 mon.a (mon.0) 3164 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:38:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:38:00.502089+0000 mon.a (mon.0) 3165 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:38:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:38:00.180604+0000 mon.a (mon.0) 3162 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:38:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:38:00.488173+0000 mon.a (mon.0) 3163 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:38:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:38:00.488830+0000 mon.a (mon.0) 3164 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:38:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:38:00.502089+0000 mon.a (mon.0) 3165 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:38:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:00.498909+0000 mgr.y (mgr.14556) 14009 : cluster [DBG] pgmap v12379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:00.498909+0000 mgr.y (mgr.14556) 14009 : cluster [DBG] pgmap v12379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:00.498909+0000 mgr.y (mgr.14556) 14009 : cluster [DBG] pgmap v12379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:38:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:02.499382+0000 mgr.y (mgr.14556) 14010 : cluster [DBG] pgmap v12380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:38:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:38:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:02.499382+0000 mgr.y (mgr.14556) 14010 : cluster [DBG] pgmap v12380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:02.499382+0000 mgr.y (mgr.14556) 14010 : cluster [DBG] pgmap v12380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:04.499909+0000 mgr.y (mgr.14556) 14011 : cluster [DBG] pgmap v12381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:04.499909+0000 mgr.y (mgr.14556) 14011 : cluster [DBG] pgmap v12381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:04.499909+0000 mgr.y (mgr.14556) 14011 : cluster [DBG] pgmap v12381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:06.500730+0000 mgr.y (mgr.14556) 14012 : cluster [DBG] pgmap v12382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:06.500730+0000 mgr.y (mgr.14556) 14012 : cluster [DBG] pgmap v12382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:06.500730+0000 mgr.y (mgr.14556) 14012 : cluster [DBG] pgmap v12382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:08.501111+0000 mgr.y (mgr.14556) 14013 : cluster [DBG] pgmap v12383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:08.501111+0000 mgr.y (mgr.14556) 14013 : cluster [DBG] pgmap v12383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:08.501111+0000 mgr.y (mgr.14556) 14013 : cluster [DBG] pgmap v12383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:10.501929+0000 mgr.y (mgr.14556) 14014 : cluster [DBG] pgmap v12384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:38:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:10.501929+0000 mgr.y (mgr.14556) 14014 : cluster [DBG] pgmap v12384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:10.501929+0000 mgr.y (mgr.14556) 14014 : cluster [DBG] pgmap v12384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:12.502451+0000 mgr.y (mgr.14556) 14015 : cluster [DBG] pgmap v12385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:38:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:38:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:12.502451+0000 mgr.y (mgr.14556) 14015 : cluster [DBG] pgmap v12385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:12.502451+0000 mgr.y (mgr.14556) 14015 : cluster [DBG] pgmap v12385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:14.502816+0000 mgr.y (mgr.14556) 14016 : cluster [DBG] pgmap v12386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:14.502816+0000 mgr.y (mgr.14556) 14016 : cluster [DBG] pgmap v12386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:14.502816+0000 mgr.y (mgr.14556) 14016 : cluster [DBG] pgmap v12386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:16.503549+0000 mgr.y (mgr.14556) 14017 : cluster [DBG] pgmap v12387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:16.503549+0000 mgr.y (mgr.14556) 14017 : cluster [DBG] pgmap v12387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:16.503549+0000 mgr.y (mgr.14556) 14017 : cluster [DBG] pgmap v12387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:18.504018+0000 mgr.y (mgr.14556) 14018 : cluster [DBG] pgmap v12388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:18.504018+0000 mgr.y (mgr.14556) 14018 : cluster [DBG] pgmap v12388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:18.504018+0000 mgr.y (mgr.14556) 14018 : cluster [DBG] pgmap v12388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:20.504603+0000 mgr.y (mgr.14556) 14019 : cluster [DBG] pgmap v12389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:38:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:20.504603+0000 mgr.y (mgr.14556) 14019 : cluster [DBG] pgmap v12389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:20.504603+0000 mgr.y (mgr.14556) 14019 : cluster [DBG] pgmap v12389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:22.505057+0000 mgr.y (mgr.14556) 14020 : cluster [DBG] pgmap v12390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:38:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:38:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:22.505057+0000 mgr.y (mgr.14556) 14020 : cluster [DBG] pgmap v12390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:22.505057+0000 mgr.y (mgr.14556) 14020 : cluster [DBG] pgmap v12390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:24.818 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:38:25.107 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 4m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 4m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 4m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 4m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 4m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 4m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 4m ago 6h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 4m ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 4m ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 4m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 4m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 4m ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 4m ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 4m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 4m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:38:25.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 4m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:38:25.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 4m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:38:25.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 4m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:38:25.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 4m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:38:25.109 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 4m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:38:25.456 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:38:25.485 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:38:25.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:38:25.485 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:38:25.485 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:38:25.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:38:25.485 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:38:25.485 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:38:25.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:38:25.486 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:38:25.486 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:38:25.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:38:25.486 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:38:25.486 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:38:25.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:38:25.486 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:38:25.486 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:38:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:24.505439+0000 mgr.y (mgr.14556) 14021 : cluster [DBG] pgmap v12391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:38:25.456652+0000 mon.c (mon.2) 355 : audit [DBG] from='client.? 172.21.15.23:0/1489005305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:38:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:24.505439+0000 mgr.y (mgr.14556) 14021 : cluster [DBG] pgmap v12391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:38:25.456652+0000 mon.c (mon.2) 355 : audit [DBG] from='client.? 172.21.15.23:0/1489005305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:38:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:24.505439+0000 mgr.y (mgr.14556) 14021 : cluster [DBG] pgmap v12391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:38:25.456652+0000 mon.c (mon.2) 355 : audit [DBG] from='client.? 172.21.15.23:0/1489005305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:38:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:38:24.807248+0000 mgr.y (mgr.14556) 14022 : audit [DBG] from='client.39137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:38:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:38:25.100309+0000 mgr.y (mgr.14556) 14023 : audit [DBG] from='client.39143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:38:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:38:24.807248+0000 mgr.y (mgr.14556) 14022 : audit [DBG] from='client.39137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:38:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:38:25.100309+0000 mgr.y (mgr.14556) 14023 : audit [DBG] from='client.39143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:38:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:38:24.807248+0000 mgr.y (mgr.14556) 14022 : audit [DBG] from='client.39137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:38:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:38:25.100309+0000 mgr.y (mgr.14556) 14023 : audit [DBG] from='client.39143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:38:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:26.506215+0000 mgr.y (mgr.14556) 14024 : cluster [DBG] pgmap v12392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:26.506215+0000 mgr.y (mgr.14556) 14024 : cluster [DBG] pgmap v12392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:26.506215+0000 mgr.y (mgr.14556) 14024 : cluster [DBG] pgmap v12392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:28.506624+0000 mgr.y (mgr.14556) 14025 : cluster [DBG] pgmap v12393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:28.506624+0000 mgr.y (mgr.14556) 14025 : cluster [DBG] pgmap v12393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:28.506624+0000 mgr.y (mgr.14556) 14025 : cluster [DBG] pgmap v12393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:30.507261+0000 mgr.y (mgr.14556) 14026 : cluster [DBG] pgmap v12394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:38:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:30.507261+0000 mgr.y (mgr.14556) 14026 : cluster [DBG] pgmap v12394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:30.507261+0000 mgr.y (mgr.14556) 14026 : cluster [DBG] pgmap v12394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:38:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:38:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:32.507685+0000 mgr.y (mgr.14556) 14027 : cluster [DBG] pgmap v12395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:32.507685+0000 mgr.y (mgr.14556) 14027 : cluster [DBG] pgmap v12395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:32.507685+0000 mgr.y (mgr.14556) 14027 : cluster [DBG] pgmap v12395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:34.508057+0000 mgr.y (mgr.14556) 14028 : cluster [DBG] pgmap v12396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:34.508057+0000 mgr.y (mgr.14556) 14028 : cluster [DBG] pgmap v12396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:34.508057+0000 mgr.y (mgr.14556) 14028 : cluster [DBG] pgmap v12396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:36.508836+0000 mgr.y (mgr.14556) 14029 : cluster [DBG] pgmap v12397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:36.508836+0000 mgr.y (mgr.14556) 14029 : cluster [DBG] pgmap v12397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:38.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:36.508836+0000 mgr.y (mgr.14556) 14029 : cluster [DBG] pgmap v12397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:38.509292+0000 mgr.y (mgr.14556) 14030 : cluster [DBG] pgmap v12398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:38.509292+0000 mgr.y (mgr.14556) 14030 : cluster [DBG] pgmap v12398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:39.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:38.509292+0000 mgr.y (mgr.14556) 14030 : cluster [DBG] pgmap v12398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:40.509950+0000 mgr.y (mgr.14556) 14031 : cluster [DBG] pgmap v12399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:40.509950+0000 mgr.y (mgr.14556) 14031 : cluster [DBG] pgmap v12399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:40.509950+0000 mgr.y (mgr.14556) 14031 : cluster [DBG] pgmap v12399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:38:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:42.510411+0000 mgr.y (mgr.14556) 14032 : cluster [DBG] pgmap v12400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:43.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:38:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:38:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:42.510411+0000 mgr.y (mgr.14556) 14032 : cluster [DBG] pgmap v12400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:42.510411+0000 mgr.y (mgr.14556) 14032 : cluster [DBG] pgmap v12400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:44.510966+0000 mgr.y (mgr.14556) 14033 : cluster [DBG] pgmap v12401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:44.510966+0000 mgr.y (mgr.14556) 14033 : cluster [DBG] pgmap v12401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:44.510966+0000 mgr.y (mgr.14556) 14033 : cluster [DBG] pgmap v12401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:46.511911+0000 mgr.y (mgr.14556) 14034 : cluster [DBG] pgmap v12402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:46.511911+0000 mgr.y (mgr.14556) 14034 : cluster [DBG] pgmap v12402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:46.511911+0000 mgr.y (mgr.14556) 14034 : cluster [DBG] pgmap v12402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:48.512402+0000 mgr.y (mgr.14556) 14035 : cluster [DBG] pgmap v12403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:48.512402+0000 mgr.y (mgr.14556) 14035 : cluster [DBG] pgmap v12403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:48.512402+0000 mgr.y (mgr.14556) 14035 : cluster [DBG] pgmap v12403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:50.513003+0000 mgr.y (mgr.14556) 14036 : cluster [DBG] pgmap v12404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:50.513003+0000 mgr.y (mgr.14556) 14036 : cluster [DBG] pgmap v12404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:50.513003+0000 mgr.y (mgr.14556) 14036 : cluster [DBG] pgmap v12404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:38:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:38:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:38:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:52.513567+0000 mgr.y (mgr.14556) 14037 : cluster [DBG] pgmap v12405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:52.513567+0000 mgr.y (mgr.14556) 14037 : cluster [DBG] pgmap v12405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:52.513567+0000 mgr.y (mgr.14556) 14037 : cluster [DBG] pgmap v12405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:55.782 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:38:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:54.513971+0000 mgr.y (mgr.14556) 14038 : cluster [DBG] pgmap v12406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 4m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 4m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 4m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 4m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 4m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 4m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 4m ago 6h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 4m ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 4m ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 4m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 4m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:38:56.069 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 4m ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:38:56.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 4m ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:38:56.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 4m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:38:56.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 4m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:38:56.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 4m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:38:56.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 4m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:38:56.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 4m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:38:56.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 4m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:38:56.070 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 4m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:38:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:54.513971+0000 mgr.y (mgr.14556) 14038 : cluster [DBG] pgmap v12406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:54.513971+0000 mgr.y (mgr.14556) 14038 : cluster [DBG] pgmap v12406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:56.421 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:38:56.421 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:38:56.421 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:38:56.421 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:38:56.421 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:38:56.421 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:38:56.421 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:38:56.421 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:38:56.421 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:38:56.421 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:38:56.421 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:38:56.422 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:38:56.422 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:38:56.422 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:38:56.422 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:38:56.422 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:38:56.422 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:38:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:38:55.770819+0000 mgr.y (mgr.14556) 14039 : audit [DBG] from='client.29244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:38:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:38:56.421814+0000 mon.a (mon.0) 3166 : audit [DBG] from='client.? 172.21.15.23:0/1300557446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:38:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:38:55.770819+0000 mgr.y (mgr.14556) 14039 : audit [DBG] from='client.29244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:38:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:38:56.421814+0000 mon.a (mon.0) 3166 : audit [DBG] from='client.? 172.21.15.23:0/1300557446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:38:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:38:55.770819+0000 mgr.y (mgr.14556) 14039 : audit [DBG] from='client.29244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:38:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:38:56.421814+0000 mon.a (mon.0) 3166 : audit [DBG] from='client.? 172.21.15.23:0/1300557446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:38:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:38:56.061816+0000 mgr.y (mgr.14556) 14040 : audit [DBG] from='client.39161 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:38:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:56.514569+0000 mgr.y (mgr.14556) 14041 : cluster [DBG] pgmap v12407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:38:56.061816+0000 mgr.y (mgr.14556) 14040 : audit [DBG] from='client.39161 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:38:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:56.514569+0000 mgr.y (mgr.14556) 14041 : cluster [DBG] pgmap v12407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:38:56.061816+0000 mgr.y (mgr.14556) 14040 : audit [DBG] from='client.39161 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:38:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:56.514569+0000 mgr.y (mgr.14556) 14041 : cluster [DBG] pgmap v12407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:38:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:38:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:38:58.515010+0000 mgr.y (mgr.14556) 14042 : cluster [DBG] pgmap v12408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:38:58.515010+0000 mgr.y (mgr.14556) 14042 : cluster [DBG] pgmap v12408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:38:58.515010+0000 mgr.y (mgr.14556) 14042 : cluster [DBG] pgmap v12408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:39:00.506845+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:39:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:39:00.506845+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:39:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:39:00.506845+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:39:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:39:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:00.515647+0000 mgr.y (mgr.14556) 14043 : cluster [DBG] pgmap v12409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:39:00.814107+0000 mon.a (mon.0) 3168 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:39:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:39:00.814738+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:39:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:39:00.822455+0000 mon.a (mon.0) 3170 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:39:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:00.515647+0000 mgr.y (mgr.14556) 14043 : cluster [DBG] pgmap v12409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:39:00.814107+0000 mon.a (mon.0) 3168 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:39:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:39:00.814738+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:39:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:39:00.822455+0000 mon.a (mon.0) 3170 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:39:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:00.515647+0000 mgr.y (mgr.14556) 14043 : cluster [DBG] pgmap v12409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:39:00.814107+0000 mon.a (mon.0) 3168 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:39:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:39:00.814738+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:39:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:39:00.822455+0000 mon.a (mon.0) 3170 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:39:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:39:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:39:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:02.516214+0000 mgr.y (mgr.14556) 14044 : cluster [DBG] pgmap v12410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:02.516214+0000 mgr.y (mgr.14556) 14044 : cluster [DBG] pgmap v12410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:02.516214+0000 mgr.y (mgr.14556) 14044 : cluster [DBG] pgmap v12410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:04.516750+0000 mgr.y (mgr.14556) 14045 : cluster [DBG] pgmap v12411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:04.516750+0000 mgr.y (mgr.14556) 14045 : cluster [DBG] pgmap v12411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:04.516750+0000 mgr.y (mgr.14556) 14045 : cluster [DBG] pgmap v12411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:06.517423+0000 mgr.y (mgr.14556) 14046 : cluster [DBG] pgmap v12412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:06.517423+0000 mgr.y (mgr.14556) 14046 : cluster [DBG] pgmap v12412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:06.517423+0000 mgr.y (mgr.14556) 14046 : cluster [DBG] pgmap v12412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:08.517780+0000 mgr.y (mgr.14556) 14047 : cluster [DBG] pgmap v12413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:08.517780+0000 mgr.y (mgr.14556) 14047 : cluster [DBG] pgmap v12413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:08.517780+0000 mgr.y (mgr.14556) 14047 : cluster [DBG] pgmap v12413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:10.518590+0000 mgr.y (mgr.14556) 14048 : cluster [DBG] pgmap v12414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:39:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:10.518590+0000 mgr.y (mgr.14556) 14048 : cluster [DBG] pgmap v12414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:10.518590+0000 mgr.y (mgr.14556) 14048 : cluster [DBG] pgmap v12414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:12.519009+0000 mgr.y (mgr.14556) 14049 : cluster [DBG] pgmap v12415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:39:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:39:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:12.519009+0000 mgr.y (mgr.14556) 14049 : cluster [DBG] pgmap v12415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:12.519009+0000 mgr.y (mgr.14556) 14049 : cluster [DBG] pgmap v12415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:14.519515+0000 mgr.y (mgr.14556) 14050 : cluster [DBG] pgmap v12416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:14.519515+0000 mgr.y (mgr.14556) 14050 : cluster [DBG] pgmap v12416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:14.519515+0000 mgr.y (mgr.14556) 14050 : cluster [DBG] pgmap v12416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:16.520105+0000 mgr.y (mgr.14556) 14051 : cluster [DBG] pgmap v12417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:16.520105+0000 mgr.y (mgr.14556) 14051 : cluster [DBG] pgmap v12417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:16.520105+0000 mgr.y (mgr.14556) 14051 : cluster [DBG] pgmap v12417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:18.520628+0000 mgr.y (mgr.14556) 14052 : cluster [DBG] pgmap v12418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:18.520628+0000 mgr.y (mgr.14556) 14052 : cluster [DBG] pgmap v12418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:18.520628+0000 mgr.y (mgr.14556) 14052 : cluster [DBG] pgmap v12418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:21.793 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:39:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:20.521226+0000 mgr.y (mgr.14556) 14053 : cluster [DBG] pgmap v12419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:20.521226+0000 mgr.y (mgr.14556) 14053 : cluster [DBG] pgmap v12419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:20.521226+0000 mgr.y (mgr.14556) 14053 : cluster [DBG] pgmap v12419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:22.521697+0000 mgr.y (mgr.14556) 14054 : cluster [DBG] pgmap v12420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:22.521697+0000 mgr.y (mgr.14556) 14054 : cluster [DBG] pgmap v12420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:22.521697+0000 mgr.y (mgr.14556) 14054 : cluster [DBG] pgmap v12420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:39:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:39:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:24.522285+0000 mgr.y (mgr.14556) 14055 : cluster [DBG] pgmap v12421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:24.522285+0000 mgr.y (mgr.14556) 14055 : cluster [DBG] pgmap v12421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:24.522285+0000 mgr.y (mgr.14556) 14055 : cluster [DBG] pgmap v12421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:26.748 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:39:27.037 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:39:27.037 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 5m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:39:27.037 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:39:27.037 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 5m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:39:27.037 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:39:27.037 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:39:27.037 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (6h) 5m ago 6h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:39:27.037 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6h) 5m ago 6h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:39:27.037 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5m ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:39:27.037 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 5m ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:39:27.037 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 5m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:39:27.037 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:39:27.038 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 5m ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:39:27.038 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 5m ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:39:27.038 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 5m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:39:27.038 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 5m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:39:27.038 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:39:27.038 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:39:27.038 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:39:27.038 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:39:27.038 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:39:27.386 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:39:27.387 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:39:27.388 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:39:27.388 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:39:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:26.522918+0000 mgr.y (mgr.14556) 14056 : cluster [DBG] pgmap v12422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:39:26.736879+0000 mgr.y (mgr.14556) 14057 : audit [DBG] from='client.39173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:39:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:39:27.387310+0000 mon.a (mon.0) 3171 : audit [DBG] from='client.? 172.21.15.23:0/1094980571' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:39:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:26.522918+0000 mgr.y (mgr.14556) 14056 : cluster [DBG] pgmap v12422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:39:26.736879+0000 mgr.y (mgr.14556) 14057 : audit [DBG] from='client.39173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:39:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:39:27.387310+0000 mon.a (mon.0) 3171 : audit [DBG] from='client.? 172.21.15.23:0/1094980571' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:39:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:26.522918+0000 mgr.y (mgr.14556) 14056 : cluster [DBG] pgmap v12422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:39:26.736879+0000 mgr.y (mgr.14556) 14057 : audit [DBG] from='client.39173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:39:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:39:27.387310+0000 mon.a (mon.0) 3171 : audit [DBG] from='client.? 172.21.15.23:0/1094980571' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:39:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:39:27.029595+0000 mgr.y (mgr.14556) 14058 : audit [DBG] from='client.39179 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:39:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:39:27.029595+0000 mgr.y (mgr.14556) 14058 : audit [DBG] from='client.39179 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:39:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:39:27.029595+0000 mgr.y (mgr.14556) 14058 : audit [DBG] from='client.39179 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:39:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:28.523240+0000 mgr.y (mgr.14556) 14059 : cluster [DBG] pgmap v12423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:28.523240+0000 mgr.y (mgr.14556) 14059 : cluster [DBG] pgmap v12423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:28.523240+0000 mgr.y (mgr.14556) 14059 : cluster [DBG] pgmap v12423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:30.523797+0000 mgr.y (mgr.14556) 14060 : cluster [DBG] pgmap v12424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:30.523797+0000 mgr.y (mgr.14556) 14060 : cluster [DBG] pgmap v12424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:30.523797+0000 mgr.y (mgr.14556) 14060 : cluster [DBG] pgmap v12424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:39:33.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:32.524243+0000 mgr.y (mgr.14556) 14061 : cluster [DBG] pgmap v12425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:33.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:39:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:39:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:32.524243+0000 mgr.y (mgr.14556) 14061 : cluster [DBG] pgmap v12425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:32.524243+0000 mgr.y (mgr.14556) 14061 : cluster [DBG] pgmap v12425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:34.524750+0000 mgr.y (mgr.14556) 14062 : cluster [DBG] pgmap v12426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:34.524750+0000 mgr.y (mgr.14556) 14062 : cluster [DBG] pgmap v12426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:34.524750+0000 mgr.y (mgr.14556) 14062 : cluster [DBG] pgmap v12426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:36.525341+0000 mgr.y (mgr.14556) 14063 : cluster [DBG] pgmap v12427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:36.525341+0000 mgr.y (mgr.14556) 14063 : cluster [DBG] pgmap v12427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:36.525341+0000 mgr.y (mgr.14556) 14063 : cluster [DBG] pgmap v12427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:38.525712+0000 mgr.y (mgr.14556) 14064 : cluster [DBG] pgmap v12428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:38.525712+0000 mgr.y (mgr.14556) 14064 : cluster [DBG] pgmap v12428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:38.525712+0000 mgr.y (mgr.14556) 14064 : cluster [DBG] pgmap v12428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:39:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:40.526458+0000 mgr.y (mgr.14556) 14065 : cluster [DBG] pgmap v12429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:40.526458+0000 mgr.y (mgr.14556) 14065 : cluster [DBG] pgmap v12429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:40.526458+0000 mgr.y (mgr.14556) 14065 : cluster [DBG] pgmap v12429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:42.526888+0000 mgr.y (mgr.14556) 14066 : cluster [DBG] pgmap v12430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:42.526888+0000 mgr.y (mgr.14556) 14066 : cluster [DBG] pgmap v12430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:39:43] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:39:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:42.526888+0000 mgr.y (mgr.14556) 14066 : cluster [DBG] pgmap v12430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:44.527485+0000 mgr.y (mgr.14556) 14067 : cluster [DBG] pgmap v12431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:44.527485+0000 mgr.y (mgr.14556) 14067 : cluster [DBG] pgmap v12431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:44.527485+0000 mgr.y (mgr.14556) 14067 : cluster [DBG] pgmap v12431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:46.528290+0000 mgr.y (mgr.14556) 14068 : cluster [DBG] pgmap v12432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:46.528290+0000 mgr.y (mgr.14556) 14068 : cluster [DBG] pgmap v12432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:46.528290+0000 mgr.y (mgr.14556) 14068 : cluster [DBG] pgmap v12432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:48.528659+0000 mgr.y (mgr.14556) 14069 : cluster [DBG] pgmap v12433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:48.528659+0000 mgr.y (mgr.14556) 14069 : cluster [DBG] pgmap v12433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:48.528659+0000 mgr.y (mgr.14556) 14069 : cluster [DBG] pgmap v12433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:50.529475+0000 mgr.y (mgr.14556) 14070 : cluster [DBG] pgmap v12434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:39:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:50.529475+0000 mgr.y (mgr.14556) 14070 : cluster [DBG] pgmap v12434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:50.529475+0000 mgr.y (mgr.14556) 14070 : cluster [DBG] pgmap v12434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:39:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:39:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:52.529920+0000 mgr.y (mgr.14556) 14071 : cluster [DBG] pgmap v12435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:52.529920+0000 mgr.y (mgr.14556) 14071 : cluster [DBG] pgmap v12435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:52.529920+0000 mgr.y (mgr.14556) 14071 : cluster [DBG] pgmap v12435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:54.530499+0000 mgr.y (mgr.14556) 14072 : cluster [DBG] pgmap v12436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:54.530499+0000 mgr.y (mgr.14556) 14072 : cluster [DBG] pgmap v12436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:54.530499+0000 mgr.y (mgr.14556) 14072 : cluster [DBG] pgmap v12436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:57.713 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:39:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:56.531115+0000 mgr.y (mgr.14556) 14073 : cluster [DBG] pgmap v12437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:56.531115+0000 mgr.y (mgr.14556) 14073 : cluster [DBG] pgmap v12437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:56.531115+0000 mgr.y (mgr.14556) 14073 : cluster [DBG] pgmap v12437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:58.001 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:39:58.001 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 5m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 5m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 5m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 5m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 5m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 5m ago 7h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 5m ago 7h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 5m ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 5m ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 5m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 5m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 5m ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 5m ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 5m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 5m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:39:58.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 5m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:39:58.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 5m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:39:58.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 5m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:39:58.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 5m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:39:58.003 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 5m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:39:58.351 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:39:58.352 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:39:58.352 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:39:58.352 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:39:58.352 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:39:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:39:57.702153+0000 mgr.y (mgr.14556) 14074 : audit [DBG] from='client.39191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:39:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:39:58.351442+0000 mon.c (mon.2) 356 : audit [DBG] from='client.? 172.21.15.23:0/830032336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:39:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:39:57.702153+0000 mgr.y (mgr.14556) 14074 : audit [DBG] from='client.39191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:39:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:39:58.351442+0000 mon.c (mon.2) 356 : audit [DBG] from='client.? 172.21.15.23:0/830032336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:39:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:39:57.702153+0000 mgr.y (mgr.14556) 14074 : audit [DBG] from='client.39191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:39:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:39:58.351442+0000 mon.c (mon.2) 356 : audit [DBG] from='client.? 172.21.15.23:0/830032336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:39:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:39:57.994574+0000 mgr.y (mgr.14556) 14075 : audit [DBG] from='client.39197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:39:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:39:58.531650+0000 mgr.y (mgr.14556) 14076 : cluster [DBG] pgmap v12438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:39:57.994574+0000 mgr.y (mgr.14556) 14075 : audit [DBG] from='client.39197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:39:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:39:58.531650+0000 mgr.y (mgr.14556) 14076 : cluster [DBG] pgmap v12438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:39:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:39:57.994574+0000 mgr.y (mgr.14556) 14075 : audit [DBG] from='client.39197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:39:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:39:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:39:58.531650+0000 mgr.y (mgr.14556) 14076 : cluster [DBG] pgmap v12438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T13:39:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:40:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:00.000158+0000 mon.a (mon.0) 3172 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:40:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:00.000158+0000 mon.a (mon.0) 3172 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:40:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:00.000158+0000 mon.a (mon.0) 3172 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:40:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:00.532248+0000 mgr.y (mgr.14556) 14077 : cluster [DBG] pgmap v12439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:40:00.827181+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:40:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:40:01.133518+0000 mon.a (mon.0) 3174 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:40:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:40:01.134214+0000 mon.a (mon.0) 3175 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:40:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:40:01.138586+0000 mon.a (mon.0) 3176 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:40:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:00.532248+0000 mgr.y (mgr.14556) 14077 : cluster [DBG] pgmap v12439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:40:00.827181+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:40:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:40:01.133518+0000 mon.a (mon.0) 3174 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:40:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:40:01.134214+0000 mon.a (mon.0) 3175 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:40:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:40:01.138586+0000 mon.a (mon.0) 3176 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:40:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:40:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:00.532248+0000 mgr.y (mgr.14556) 14077 : cluster [DBG] pgmap v12439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:40:00.827181+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:40:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:40:01.133518+0000 mon.a (mon.0) 3174 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:40:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:40:01.134214+0000 mon.a (mon.0) 3175 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:40:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:40:01.138586+0000 mon.a (mon.0) 3176 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:40:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:02.532839+0000 mgr.y (mgr.14556) 14078 : cluster [DBG] pgmap v12440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:40:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:40:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:02.532839+0000 mgr.y (mgr.14556) 14078 : cluster [DBG] pgmap v12440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:02.532839+0000 mgr.y (mgr.14556) 14078 : cluster [DBG] pgmap v12440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:04.533275+0000 mgr.y (mgr.14556) 14079 : cluster [DBG] pgmap v12441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:04.533275+0000 mgr.y (mgr.14556) 14079 : cluster [DBG] pgmap v12441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:04.533275+0000 mgr.y (mgr.14556) 14079 : cluster [DBG] pgmap v12441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:06.534149+0000 mgr.y (mgr.14556) 14080 : cluster [DBG] pgmap v12442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:06.534149+0000 mgr.y (mgr.14556) 14080 : cluster [DBG] pgmap v12442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:06.534149+0000 mgr.y (mgr.14556) 14080 : cluster [DBG] pgmap v12442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:08.534579+0000 mgr.y (mgr.14556) 14081 : cluster [DBG] pgmap v12443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:08.534579+0000 mgr.y (mgr.14556) 14081 : cluster [DBG] pgmap v12443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:08.534579+0000 mgr.y (mgr.14556) 14081 : cluster [DBG] pgmap v12443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:10.535279+0000 mgr.y (mgr.14556) 14082 : cluster [DBG] pgmap v12444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:40:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:10.535279+0000 mgr.y (mgr.14556) 14082 : cluster [DBG] pgmap v12444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:10.535279+0000 mgr.y (mgr.14556) 14082 : cluster [DBG] pgmap v12444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:40:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:40:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:12.535741+0000 mgr.y (mgr.14556) 14083 : cluster [DBG] pgmap v12445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:12.535741+0000 mgr.y (mgr.14556) 14083 : cluster [DBG] pgmap v12445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:12.535741+0000 mgr.y (mgr.14556) 14083 : cluster [DBG] pgmap v12445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:14.536293+0000 mgr.y (mgr.14556) 14084 : cluster [DBG] pgmap v12446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:14.536293+0000 mgr.y (mgr.14556) 14084 : cluster [DBG] pgmap v12446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:14.536293+0000 mgr.y (mgr.14556) 14084 : cluster [DBG] pgmap v12446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:16.537142+0000 mgr.y (mgr.14556) 14085 : cluster [DBG] pgmap v12447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:16.537142+0000 mgr.y (mgr.14556) 14085 : cluster [DBG] pgmap v12447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:16.537142+0000 mgr.y (mgr.14556) 14085 : cluster [DBG] pgmap v12447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:18.537529+0000 mgr.y (mgr.14556) 14086 : cluster [DBG] pgmap v12448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:18.537529+0000 mgr.y (mgr.14556) 14086 : cluster [DBG] pgmap v12448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:18.537529+0000 mgr.y (mgr.14556) 14086 : cluster [DBG] pgmap v12448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:40:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:20.538317+0000 mgr.y (mgr.14556) 14087 : cluster [DBG] pgmap v12449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:20.538317+0000 mgr.y (mgr.14556) 14087 : cluster [DBG] pgmap v12449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:20.538317+0000 mgr.y (mgr.14556) 14087 : cluster [DBG] pgmap v12449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:40:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:40:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:22.538664+0000 mgr.y (mgr.14556) 14088 : cluster [DBG] pgmap v12450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:22.538664+0000 mgr.y (mgr.14556) 14088 : cluster [DBG] pgmap v12450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:22.538664+0000 mgr.y (mgr.14556) 14088 : cluster [DBG] pgmap v12450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:24.539126+0000 mgr.y (mgr.14556) 14089 : cluster [DBG] pgmap v12451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:24.539126+0000 mgr.y (mgr.14556) 14089 : cluster [DBG] pgmap v12451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:24.539126+0000 mgr.y (mgr.14556) 14089 : cluster [DBG] pgmap v12451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:26.539777+0000 mgr.y (mgr.14556) 14090 : cluster [DBG] pgmap v12452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:26.539777+0000 mgr.y (mgr.14556) 14090 : cluster [DBG] pgmap v12452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:26.539777+0000 mgr.y (mgr.14556) 14090 : cluster [DBG] pgmap v12452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:28.685 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:40:28.989 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:40:28.990 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 6m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:40:28.990 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 6m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:40:28.990 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 6m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:40:28.990 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 6m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:40:28.990 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 6m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:40:28.990 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 6m ago 7h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:40:28.990 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 6m ago 7h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:40:28.990 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 6m ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:40:28.990 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 6m ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:40:28.990 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 6m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:40:28.990 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 6m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:40:28.990 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 6m ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:40:28.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 6m ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:40:28.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 6m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:40:28.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 6m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:40:28.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 6m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:40:28.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 6m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:40:28.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 6m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:40:28.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 6m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:40:28.991 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 6m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:40:29.338 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:40:29.338 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:40:29.338 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:40:29.338 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:40:29.338 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:40:29.338 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:40:29.338 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:40:29.338 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:40:29.338 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:40:29.338 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:40:29.338 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:40:29.338 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:40:29.339 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:40:29.339 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:40:29.339 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:40:29.339 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:40:29.339 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:40:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:28.540172+0000 mgr.y (mgr.14556) 14091 : cluster [DBG] pgmap v12453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:40:28.672884+0000 mgr.y (mgr.14556) 14092 : audit [DBG] from='client.39209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:40:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:40:29.338383+0000 mon.c (mon.2) 357 : audit [DBG] from='client.? 172.21.15.23:0/541946653' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:40:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:28.540172+0000 mgr.y (mgr.14556) 14091 : cluster [DBG] pgmap v12453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:40:28.672884+0000 mgr.y (mgr.14556) 14092 : audit [DBG] from='client.39209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:40:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:40:29.338383+0000 mon.c (mon.2) 357 : audit [DBG] from='client.? 172.21.15.23:0/541946653' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:40:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:28.540172+0000 mgr.y (mgr.14556) 14091 : cluster [DBG] pgmap v12453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:40:28.672884+0000 mgr.y (mgr.14556) 14092 : audit [DBG] from='client.39209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:40:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:40:29.338383+0000 mon.c (mon.2) 357 : audit [DBG] from='client.? 172.21.15.23:0/541946653' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:40:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:40:28.982242+0000 mgr.y (mgr.14556) 14093 : audit [DBG] from='client.29304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:40:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:40:28.982242+0000 mgr.y (mgr.14556) 14093 : audit [DBG] from='client.29304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:40:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:40:28.982242+0000 mgr.y (mgr.14556) 14093 : audit [DBG] from='client.29304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:40:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:30.540927+0000 mgr.y (mgr.14556) 14094 : cluster [DBG] pgmap v12454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:40:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:30.540927+0000 mgr.y (mgr.14556) 14094 : cluster [DBG] pgmap v12454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:30.540927+0000 mgr.y (mgr.14556) 14094 : cluster [DBG] pgmap v12454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:40:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:40:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:32.541465+0000 mgr.y (mgr.14556) 14095 : cluster [DBG] pgmap v12455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:32.541465+0000 mgr.y (mgr.14556) 14095 : cluster [DBG] pgmap v12455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:32.541465+0000 mgr.y (mgr.14556) 14095 : cluster [DBG] pgmap v12455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:34.542030+0000 mgr.y (mgr.14556) 14096 : cluster [DBG] pgmap v12456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:34.542030+0000 mgr.y (mgr.14556) 14096 : cluster [DBG] pgmap v12456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:34.542030+0000 mgr.y (mgr.14556) 14096 : cluster [DBG] pgmap v12456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:36.542799+0000 mgr.y (mgr.14556) 14097 : cluster [DBG] pgmap v12457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:36.542799+0000 mgr.y (mgr.14556) 14097 : cluster [DBG] pgmap v12457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:36.542799+0000 mgr.y (mgr.14556) 14097 : cluster [DBG] pgmap v12457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:38.543345+0000 mgr.y (mgr.14556) 14098 : cluster [DBG] pgmap v12458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:38.543345+0000 mgr.y (mgr.14556) 14098 : cluster [DBG] pgmap v12458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:38.543345+0000 mgr.y (mgr.14556) 14098 : cluster [DBG] pgmap v12458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:41.794 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:40:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:40.544123+0000 mgr.y (mgr.14556) 14099 : cluster [DBG] pgmap v12459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:40.544123+0000 mgr.y (mgr.14556) 14099 : cluster [DBG] pgmap v12459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:40.544123+0000 mgr.y (mgr.14556) 14099 : cluster [DBG] pgmap v12459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:40:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:40:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:42.544633+0000 mgr.y (mgr.14556) 14100 : cluster [DBG] pgmap v12460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:42.544633+0000 mgr.y (mgr.14556) 14100 : cluster [DBG] pgmap v12460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:42.544633+0000 mgr.y (mgr.14556) 14100 : cluster [DBG] pgmap v12460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:44.545090+0000 mgr.y (mgr.14556) 14101 : cluster [DBG] pgmap v12461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:44.545090+0000 mgr.y (mgr.14556) 14101 : cluster [DBG] pgmap v12461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:44.545090+0000 mgr.y (mgr.14556) 14101 : cluster [DBG] pgmap v12461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:46.545809+0000 mgr.y (mgr.14556) 14102 : cluster [DBG] pgmap v12462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:46.545809+0000 mgr.y (mgr.14556) 14102 : cluster [DBG] pgmap v12462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:46.545809+0000 mgr.y (mgr.14556) 14102 : cluster [DBG] pgmap v12462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:48.546213+0000 mgr.y (mgr.14556) 14103 : cluster [DBG] pgmap v12463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:48.546213+0000 mgr.y (mgr.14556) 14103 : cluster [DBG] pgmap v12463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:48.546213+0000 mgr.y (mgr.14556) 14103 : cluster [DBG] pgmap v12463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:50.546790+0000 mgr.y (mgr.14556) 14104 : cluster [DBG] pgmap v12464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:50.546790+0000 mgr.y (mgr.14556) 14104 : cluster [DBG] pgmap v12464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:50.546790+0000 mgr.y (mgr.14556) 14104 : cluster [DBG] pgmap v12464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:40:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:52.547266+0000 mgr.y (mgr.14556) 14105 : cluster [DBG] pgmap v12465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:52.547266+0000 mgr.y (mgr.14556) 14105 : cluster [DBG] pgmap v12465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:52.547266+0000 mgr.y (mgr.14556) 14105 : cluster [DBG] pgmap v12465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:40:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:40:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:54.547784+0000 mgr.y (mgr.14556) 14106 : cluster [DBG] pgmap v12466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:54.547784+0000 mgr.y (mgr.14556) 14106 : cluster [DBG] pgmap v12466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:54.547784+0000 mgr.y (mgr.14556) 14106 : cluster [DBG] pgmap v12466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:56.548637+0000 mgr.y (mgr.14556) 14107 : cluster [DBG] pgmap v12467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:56.548637+0000 mgr.y (mgr.14556) 14107 : cluster [DBG] pgmap v12467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:56.548637+0000 mgr.y (mgr.14556) 14107 : cluster [DBG] pgmap v12467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:59.665 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:40:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:40:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:40:58.549155+0000 mgr.y (mgr.14556) 14108 : cluster [DBG] pgmap v12468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:40:59.951 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:40:59.951 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 7m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:40:59.951 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 7m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:40:59.951 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 7m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:40:59.951 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 7m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:40:59.951 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 7m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:40:59.951 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7m ago 7h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:40:59.951 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7m ago 7h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:40:59.951 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (6h) 7m ago 6h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:40:59.951 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6h) 7m ago 6h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:40:59.952 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 7m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:40:59.952 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 7m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:40:59.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 7m ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:40:59.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 7m ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:40:59.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 7m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:40:59.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 7m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:40:59.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 7m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:40:59.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 7m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:40:59.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 7m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:40:59.952 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 7m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:40:59.952 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 7m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:41:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:40:58.549155+0000 mgr.y (mgr.14556) 14108 : cluster [DBG] pgmap v12468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:40:58.549155+0000 mgr.y (mgr.14556) 14108 : cluster [DBG] pgmap v12468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:41:00.300 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:41:00.301 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:41:00.301 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:41:00.301 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:41:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:40:59.652602+0000 mgr.y (mgr.14556) 14109 : audit [DBG] from='client.29316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:41:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:41:00.300605+0000 mon.c (mon.2) 358 : audit [DBG] from='client.? 172.21.15.23:0/753388418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:41:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:40:59.652602+0000 mgr.y (mgr.14556) 14109 : audit [DBG] from='client.29316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:41:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:41:00.300605+0000 mon.c (mon.2) 358 : audit [DBG] from='client.? 172.21.15.23:0/753388418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:41:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:40:59.652602+0000 mgr.y (mgr.14556) 14109 : audit [DBG] from='client.29316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:41:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:41:00.300605+0000 mon.c (mon.2) 358 : audit [DBG] from='client.? 172.21.15.23:0/753388418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:41:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:41:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:40:59.943952+0000 mgr.y (mgr.14556) 14110 : audit [DBG] from='client.29322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:41:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:00.549797+0000 mgr.y (mgr.14556) 14111 : cluster [DBG] pgmap v12469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:41:01.143385+0000 mon.a (mon.0) 3177 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:41:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:41:01.451771+0000 mon.a (mon.0) 3178 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:41:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:41:01.452507+0000 mon.a (mon.0) 3179 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:41:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:41:01.461488+0000 mon.a (mon.0) 3180 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:41:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:40:59.943952+0000 mgr.y (mgr.14556) 14110 : audit [DBG] from='client.29322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:41:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:00.549797+0000 mgr.y (mgr.14556) 14111 : cluster [DBG] pgmap v12469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:41:01.143385+0000 mon.a (mon.0) 3177 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:41:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:41:01.451771+0000 mon.a (mon.0) 3178 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:41:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:41:01.452507+0000 mon.a (mon.0) 3179 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:41:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:41:01.461488+0000 mon.a (mon.0) 3180 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:41:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:40:59.943952+0000 mgr.y (mgr.14556) 14110 : audit [DBG] from='client.29322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:41:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:00.549797+0000 mgr.y (mgr.14556) 14111 : cluster [DBG] pgmap v12469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:41:01.143385+0000 mon.a (mon.0) 3177 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:41:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:41:01.451771+0000 mon.a (mon.0) 3178 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:41:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:41:01.452507+0000 mon.a (mon.0) 3179 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:41:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:41:01.461488+0000 mon.a (mon.0) 3180 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:41:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:41:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:41:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:02.550242+0000 mgr.y (mgr.14556) 14112 : cluster [DBG] pgmap v12470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:02.550242+0000 mgr.y (mgr.14556) 14112 : cluster [DBG] pgmap v12470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:02.550242+0000 mgr.y (mgr.14556) 14112 : cluster [DBG] pgmap v12470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:04.550718+0000 mgr.y (mgr.14556) 14113 : cluster [DBG] pgmap v12471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:04.550718+0000 mgr.y (mgr.14556) 14113 : cluster [DBG] pgmap v12471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:04.550718+0000 mgr.y (mgr.14556) 14113 : cluster [DBG] pgmap v12471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:06.551411+0000 mgr.y (mgr.14556) 14114 : cluster [DBG] pgmap v12472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:06.551411+0000 mgr.y (mgr.14556) 14114 : cluster [DBG] pgmap v12472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:06.551411+0000 mgr.y (mgr.14556) 14114 : cluster [DBG] pgmap v12472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:08.551803+0000 mgr.y (mgr.14556) 14115 : cluster [DBG] pgmap v12473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:08.551803+0000 mgr.y (mgr.14556) 14115 : cluster [DBG] pgmap v12473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:08.551803+0000 mgr.y (mgr.14556) 14115 : cluster [DBG] pgmap v12473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:10.552507+0000 mgr.y (mgr.14556) 14116 : cluster [DBG] pgmap v12474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:41:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:10.552507+0000 mgr.y (mgr.14556) 14116 : cluster [DBG] pgmap v12474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:10.552507+0000 mgr.y (mgr.14556) 14116 : cluster [DBG] pgmap v12474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:41:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:41:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:12.553024+0000 mgr.y (mgr.14556) 14117 : cluster [DBG] pgmap v12475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:12.553024+0000 mgr.y (mgr.14556) 14117 : cluster [DBG] pgmap v12475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:12.553024+0000 mgr.y (mgr.14556) 14117 : cluster [DBG] pgmap v12475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:14.553674+0000 mgr.y (mgr.14556) 14118 : cluster [DBG] pgmap v12476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:14.553674+0000 mgr.y (mgr.14556) 14118 : cluster [DBG] pgmap v12476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:14.553674+0000 mgr.y (mgr.14556) 14118 : cluster [DBG] pgmap v12476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:16.554499+0000 mgr.y (mgr.14556) 14119 : cluster [DBG] pgmap v12477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:16.554499+0000 mgr.y (mgr.14556) 14119 : cluster [DBG] pgmap v12477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:16.554499+0000 mgr.y (mgr.14556) 14119 : cluster [DBG] pgmap v12477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:20.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:18.554998+0000 mgr.y (mgr.14556) 14120 : cluster [DBG] pgmap v12478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:18.554998+0000 mgr.y (mgr.14556) 14120 : cluster [DBG] pgmap v12478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:18.554998+0000 mgr.y (mgr.14556) 14120 : cluster [DBG] pgmap v12478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:20.555853+0000 mgr.y (mgr.14556) 14121 : cluster [DBG] pgmap v12479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:41:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:20.555853+0000 mgr.y (mgr.14556) 14121 : cluster [DBG] pgmap v12479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:20.555853+0000 mgr.y (mgr.14556) 14121 : cluster [DBG] pgmap v12479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:41:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:41:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:22.556440+0000 mgr.y (mgr.14556) 14122 : cluster [DBG] pgmap v12480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:22.556440+0000 mgr.y (mgr.14556) 14122 : cluster [DBG] pgmap v12480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:22.556440+0000 mgr.y (mgr.14556) 14122 : cluster [DBG] pgmap v12480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:24.556977+0000 mgr.y (mgr.14556) 14123 : cluster [DBG] pgmap v12481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:24.556977+0000 mgr.y (mgr.14556) 14123 : cluster [DBG] pgmap v12481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:24.556977+0000 mgr.y (mgr.14556) 14123 : cluster [DBG] pgmap v12481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:26.557824+0000 mgr.y (mgr.14556) 14124 : cluster [DBG] pgmap v12482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:26.557824+0000 mgr.y (mgr.14556) 14124 : cluster [DBG] pgmap v12482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:26.557824+0000 mgr.y (mgr.14556) 14124 : cluster [DBG] pgmap v12482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:28.558264+0000 mgr.y (mgr.14556) 14125 : cluster [DBG] pgmap v12483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:28.558264+0000 mgr.y (mgr.14556) 14125 : cluster [DBG] pgmap v12483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:28.558264+0000 mgr.y (mgr.14556) 14125 : cluster [DBG] pgmap v12483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:30.625 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:41:30.916 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:41:30.916 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 7m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:41:30.916 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 7m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:41:30.916 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 7m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:41:30.916 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 7m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:41:30.916 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (6h) 7m ago 6h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:41:30.916 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7m ago 7h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:41:30.916 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7m ago 7h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:41:30.916 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 7m ago 7h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:41:30.916 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 7m ago 7h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:41:30.916 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 7m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:41:30.917 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 7m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:41:30.917 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6h) 7m ago 6h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:41:30.917 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 7m ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:41:30.917 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 7m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:41:30.917 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 7m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:41:30.917 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 7m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:41:30.917 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 7m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:41:30.917 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 7m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:41:30.917 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 7m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:41:30.917 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 7m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:41:31.266 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:41:31.266 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:41:31.266 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:41:31.266 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:41:31.266 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:41:31.266 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:41:31.266 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:41:31.266 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:41:31.266 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:41:31.266 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:41:31.266 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:41:31.266 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:41:31.267 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:41:31.267 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:41:31.267 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:41:31.267 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:41:31.267 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:41:31.816 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:41:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:30.558798+0000 mgr.y (mgr.14556) 14126 : cluster [DBG] pgmap v12484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:41:30.614058+0000 mgr.y (mgr.14556) 14127 : audit [DBG] from='client.29334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:41:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:41:31.266435+0000 mon.a (mon.0) 3181 : audit [DBG] from='client.? 172.21.15.23:0/819087358' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:41:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:30.558798+0000 mgr.y (mgr.14556) 14126 : cluster [DBG] pgmap v12484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:41:30.614058+0000 mgr.y (mgr.14556) 14127 : audit [DBG] from='client.29334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:41:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:41:31.266435+0000 mon.a (mon.0) 3181 : audit [DBG] from='client.? 172.21.15.23:0/819087358' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:41:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:30.558798+0000 mgr.y (mgr.14556) 14126 : cluster [DBG] pgmap v12484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:41:30.614058+0000 mgr.y (mgr.14556) 14127 : audit [DBG] from='client.29334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:41:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:41:31.266435+0000 mon.a (mon.0) 3181 : audit [DBG] from='client.? 172.21.15.23:0/819087358' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:41:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:41:30.908601+0000 mgr.y (mgr.14556) 14128 : audit [DBG] from='client.39251 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:41:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:41:30.908601+0000 mgr.y (mgr.14556) 14128 : audit [DBG] from='client.39251 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:41:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:41:30.908601+0000 mgr.y (mgr.14556) 14128 : audit [DBG] from='client.39251 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:41:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:41:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T13:41:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:32.559249+0000 mgr.y (mgr.14556) 14129 : cluster [DBG] pgmap v12485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:32.559249+0000 mgr.y (mgr.14556) 14129 : cluster [DBG] pgmap v12485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:32.559249+0000 mgr.y (mgr.14556) 14129 : cluster [DBG] pgmap v12485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:34.559786+0000 mgr.y (mgr.14556) 14130 : cluster [DBG] pgmap v12486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:34.559786+0000 mgr.y (mgr.14556) 14130 : cluster [DBG] pgmap v12486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:34.559786+0000 mgr.y (mgr.14556) 14130 : cluster [DBG] pgmap v12486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:36.560377+0000 mgr.y (mgr.14556) 14131 : cluster [DBG] pgmap v12487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:36.560377+0000 mgr.y (mgr.14556) 14131 : cluster [DBG] pgmap v12487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:36.560377+0000 mgr.y (mgr.14556) 14131 : cluster [DBG] pgmap v12487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:38.560811+0000 mgr.y (mgr.14556) 14132 : cluster [DBG] pgmap v12488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:38.560811+0000 mgr.y (mgr.14556) 14132 : cluster [DBG] pgmap v12488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:38.560811+0000 mgr.y (mgr.14556) 14132 : cluster [DBG] pgmap v12488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:40.561632+0000 mgr.y (mgr.14556) 14133 : cluster [DBG] pgmap v12489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:41:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:40.561632+0000 mgr.y (mgr.14556) 14133 : cluster [DBG] pgmap v12489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:40.561632+0000 mgr.y (mgr.14556) 14133 : cluster [DBG] pgmap v12489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:42.562040+0000 mgr.y (mgr.14556) 14134 : cluster [DBG] pgmap v12490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:41:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:41:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:42.562040+0000 mgr.y (mgr.14556) 14134 : cluster [DBG] pgmap v12490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:42.562040+0000 mgr.y (mgr.14556) 14134 : cluster [DBG] pgmap v12490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:44.562518+0000 mgr.y (mgr.14556) 14135 : cluster [DBG] pgmap v12491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:44.562518+0000 mgr.y (mgr.14556) 14135 : cluster [DBG] pgmap v12491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:44.562518+0000 mgr.y (mgr.14556) 14135 : cluster [DBG] pgmap v12491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:46.563109+0000 mgr.y (mgr.14556) 14136 : cluster [DBG] pgmap v12492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:46.563109+0000 mgr.y (mgr.14556) 14136 : cluster [DBG] pgmap v12492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:46.563109+0000 mgr.y (mgr.14556) 14136 : cluster [DBG] pgmap v12492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:48.563430+0000 mgr.y (mgr.14556) 14137 : cluster [DBG] pgmap v12493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:48.563430+0000 mgr.y (mgr.14556) 14137 : cluster [DBG] pgmap v12493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:48.563430+0000 mgr.y (mgr.14556) 14137 : cluster [DBG] pgmap v12493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:50.564221+0000 mgr.y (mgr.14556) 14138 : cluster [DBG] pgmap v12494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:41:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:50.564221+0000 mgr.y (mgr.14556) 14138 : cluster [DBG] pgmap v12494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:50.564221+0000 mgr.y (mgr.14556) 14138 : cluster [DBG] pgmap v12494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:52.564762+0000 mgr.y (mgr.14556) 14139 : cluster [DBG] pgmap v12495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:41:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:41:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:52.564762+0000 mgr.y (mgr.14556) 14139 : cluster [DBG] pgmap v12495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:52.564762+0000 mgr.y (mgr.14556) 14139 : cluster [DBG] pgmap v12495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:54.565218+0000 mgr.y (mgr.14556) 14140 : cluster [DBG] pgmap v12496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:54.565218+0000 mgr.y (mgr.14556) 14140 : cluster [DBG] pgmap v12496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:54.565218+0000 mgr.y (mgr.14556) 14140 : cluster [DBG] pgmap v12496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:56.565891+0000 mgr.y (mgr.14556) 14141 : cluster [DBG] pgmap v12497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:56.565891+0000 mgr.y (mgr.14556) 14141 : cluster [DBG] pgmap v12497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:41:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:56.565891+0000 mgr.y (mgr.14556) 14141 : cluster [DBG] pgmap v12497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:41:58.566399+0000 mgr.y (mgr.14556) 14142 : cluster [DBG] pgmap v12498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:41:58.566399+0000 mgr.y (mgr.14556) 14142 : cluster [DBG] pgmap v12498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:41:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:41:58.566399+0000 mgr.y (mgr.14556) 14142 : cluster [DBG] pgmap v12498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:01.595 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:42:01.894 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:42:01.894 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 8m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:42:01.894 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 8m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:42:01.894 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 8m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:42:01.894 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 8m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:42:01.894 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 8m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:42:01.894 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 8m ago 7h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:42:01.894 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 8m ago 7h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 8m ago 7h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 8m ago 7h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 8m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 8m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 8m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6h) 8m ago 6h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 8m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 8m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 8m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 8m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 8m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 8m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:42:01.895 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 8m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:42:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:42:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:00.566950+0000 mgr.y (mgr.14556) 14143 : cluster [DBG] pgmap v12499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:01.465775+0000 mon.a (mon.0) 3182 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:42:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:00.566950+0000 mgr.y (mgr.14556) 14143 : cluster [DBG] pgmap v12499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:01.465775+0000 mon.a (mon.0) 3182 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:42:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:00.566950+0000 mgr.y (mgr.14556) 14143 : cluster [DBG] pgmap v12499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:01.465775+0000 mon.a (mon.0) 3182 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:42:02.248 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:42:02.248 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:42:02.248 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:42:02.248 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:42:02.248 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:42:02.249 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:42:02.249 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:42:02.249 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:42:02.249 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:42:02.249 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:42:02.249 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:42:02.249 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:42:02.249 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:42:02.249 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:42:02.249 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:42:02.249 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:42:02.249 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:42:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:01.583619+0000 mgr.y (mgr.14556) 14144 : audit [DBG] from='client.39263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:42:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:01.776652+0000 mon.a (mon.0) 3183 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:42:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:01.777299+0000 mon.a (mon.0) 3184 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:42:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:01.777883+0000 mon.a (mon.0) 3185 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:42:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:01.778429+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:42:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T13:42:01.778860+0000 mgr.y (mgr.14556) 14145 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2475M 2024-03-22T13:42:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:01.782889+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:42:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:01.783973+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:42:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:01.784599+0000 mon.a (mon.0) 3189 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:42:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:01.788728+0000 mon.a (mon.0) 3190 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:42:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:02.249087+0000 mon.c (mon.2) 359 : audit [DBG] from='client.? 172.21.15.23:0/1733144430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:42:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:01.583619+0000 mgr.y (mgr.14556) 14144 : audit [DBG] from='client.39263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:42:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:01.776652+0000 mon.a (mon.0) 3183 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:42:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:01.777299+0000 mon.a (mon.0) 3184 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:42:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:01.777883+0000 mon.a (mon.0) 3185 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:42:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:01.778429+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:42:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T13:42:01.778860+0000 mgr.y (mgr.14556) 14145 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2475M 2024-03-22T13:42:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:01.782889+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:42:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:01.783973+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:42:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:01.784599+0000 mon.a (mon.0) 3189 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:42:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:01.788728+0000 mon.a (mon.0) 3190 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:42:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:02.249087+0000 mon.c (mon.2) 359 : audit [DBG] from='client.? 172.21.15.23:0/1733144430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:42:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:01.583619+0000 mgr.y (mgr.14556) 14144 : audit [DBG] from='client.39263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:42:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:01.776652+0000 mon.a (mon.0) 3183 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:42:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:01.777299+0000 mon.a (mon.0) 3184 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:42:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:01.777883+0000 mon.a (mon.0) 3185 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:42:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:01.778429+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:42:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T13:42:01.778860+0000 mgr.y (mgr.14556) 14145 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2475M 2024-03-22T13:42:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:01.782889+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:42:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:01.783973+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:42:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:01.784599+0000 mon.a (mon.0) 3189 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:42:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:01.788728+0000 mon.a (mon.0) 3190 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:42:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:02.249087+0000 mon.c (mon.2) 359 : audit [DBG] from='client.? 172.21.15.23:0/1733144430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:42:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:42:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:42:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:01.886877+0000 mgr.y (mgr.14556) 14146 : audit [DBG] from='client.39269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:42:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:02.567253+0000 mgr.y (mgr.14556) 14147 : cluster [DBG] pgmap v12500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:01.886877+0000 mgr.y (mgr.14556) 14146 : audit [DBG] from='client.39269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:42:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:02.567253+0000 mgr.y (mgr.14556) 14147 : cluster [DBG] pgmap v12500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:01.886877+0000 mgr.y (mgr.14556) 14146 : audit [DBG] from='client.39269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:42:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:02.567253+0000 mgr.y (mgr.14556) 14147 : cluster [DBG] pgmap v12500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:04.567608+0000 mgr.y (mgr.14556) 14148 : cluster [DBG] pgmap v12501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:04.567608+0000 mgr.y (mgr.14556) 14148 : cluster [DBG] pgmap v12501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:04.567608+0000 mgr.y (mgr.14556) 14148 : cluster [DBG] pgmap v12501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:06.568320+0000 mgr.y (mgr.14556) 14149 : cluster [DBG] pgmap v12502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:06.568320+0000 mgr.y (mgr.14556) 14149 : cluster [DBG] pgmap v12502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:06.568320+0000 mgr.y (mgr.14556) 14149 : cluster [DBG] pgmap v12502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:08.568729+0000 mgr.y (mgr.14556) 14150 : cluster [DBG] pgmap v12503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:08.568729+0000 mgr.y (mgr.14556) 14150 : cluster [DBG] pgmap v12503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:08.568729+0000 mgr.y (mgr.14556) 14150 : cluster [DBG] pgmap v12503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:10.569480+0000 mgr.y (mgr.14556) 14151 : cluster [DBG] pgmap v12504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:10.569480+0000 mgr.y (mgr.14556) 14151 : cluster [DBG] pgmap v12504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:10.569480+0000 mgr.y (mgr.14556) 14151 : cluster [DBG] pgmap v12504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:42:13.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:42:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:42:13.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:12.569868+0000 mgr.y (mgr.14556) 14152 : cluster [DBG] pgmap v12505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:12.569868+0000 mgr.y (mgr.14556) 14152 : cluster [DBG] pgmap v12505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:12.569868+0000 mgr.y (mgr.14556) 14152 : cluster [DBG] pgmap v12505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:14.570379+0000 mgr.y (mgr.14556) 14153 : cluster [DBG] pgmap v12506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:14.570379+0000 mgr.y (mgr.14556) 14153 : cluster [DBG] pgmap v12506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:14.570379+0000 mgr.y (mgr.14556) 14153 : cluster [DBG] pgmap v12506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:16.570948+0000 mgr.y (mgr.14556) 14154 : cluster [DBG] pgmap v12507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:16.570948+0000 mgr.y (mgr.14556) 14154 : cluster [DBG] pgmap v12507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:16.570948+0000 mgr.y (mgr.14556) 14154 : cluster [DBG] pgmap v12507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:18.571325+0000 mgr.y (mgr.14556) 14155 : cluster [DBG] pgmap v12508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:18.571325+0000 mgr.y (mgr.14556) 14155 : cluster [DBG] pgmap v12508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:18.571325+0000 mgr.y (mgr.14556) 14155 : cluster [DBG] pgmap v12508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:20.571940+0000 mgr.y (mgr.14556) 14156 : cluster [DBG] pgmap v12509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:42:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:20.571940+0000 mgr.y (mgr.14556) 14156 : cluster [DBG] pgmap v12509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:20.571940+0000 mgr.y (mgr.14556) 14156 : cluster [DBG] pgmap v12509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:42:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:42:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:22.572474+0000 mgr.y (mgr.14556) 14157 : cluster [DBG] pgmap v12510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:22.572474+0000 mgr.y (mgr.14556) 14157 : cluster [DBG] pgmap v12510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:22.572474+0000 mgr.y (mgr.14556) 14157 : cluster [DBG] pgmap v12510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:24.572866+0000 mgr.y (mgr.14556) 14158 : cluster [DBG] pgmap v12511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:24.572866+0000 mgr.y (mgr.14556) 14158 : cluster [DBG] pgmap v12511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:24.572866+0000 mgr.y (mgr.14556) 14158 : cluster [DBG] pgmap v12511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:26.573535+0000 mgr.y (mgr.14556) 14159 : cluster [DBG] pgmap v12512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:26.573535+0000 mgr.y (mgr.14556) 14159 : cluster [DBG] pgmap v12512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:26.573535+0000 mgr.y (mgr.14556) 14159 : cluster [DBG] pgmap v12512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:28.574008+0000 mgr.y (mgr.14556) 14160 : cluster [DBG] pgmap v12513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:28.574008+0000 mgr.y (mgr.14556) 14160 : cluster [DBG] pgmap v12513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:28.574008+0000 mgr.y (mgr.14556) 14160 : cluster [DBG] pgmap v12513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:30.574663+0000 mgr.y (mgr.14556) 14161 : cluster [DBG] pgmap v12514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:42:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:30.574663+0000 mgr.y (mgr.14556) 14161 : cluster [DBG] pgmap v12514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:30.574663+0000 mgr.y (mgr.14556) 14161 : cluster [DBG] pgmap v12514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:32.572 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:42:32.859 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 8m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 8m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 8m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 8m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 8m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 8m ago 7h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 8m ago 7h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 8m ago 7h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 8m ago 7h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 8m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 8m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 8m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 8m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:42:32.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6h) 8m ago 6h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:42:32.861 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 8m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:42:32.861 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 8m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:42:32.861 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 8m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:42:32.861 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 8m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:42:32.861 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 8m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:42:32.861 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 8m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:42:33.209 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:42:33.209 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:42:33.210 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:42:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:42:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:42:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:32.561233+0000 mgr.y (mgr.14556) 14162 : audit [DBG] from='client.29370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:42:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:32.575014+0000 mgr.y (mgr.14556) 14163 : cluster [DBG] pgmap v12515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:33.210414+0000 mon.c (mon.2) 360 : audit [DBG] from='client.? 172.21.15.23:0/1988023560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:42:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:32.561233+0000 mgr.y (mgr.14556) 14162 : audit [DBG] from='client.29370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:42:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:32.575014+0000 mgr.y (mgr.14556) 14163 : cluster [DBG] pgmap v12515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:33.210414+0000 mon.c (mon.2) 360 : audit [DBG] from='client.? 172.21.15.23:0/1988023560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:42:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:32.561233+0000 mgr.y (mgr.14556) 14162 : audit [DBG] from='client.29370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:42:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:32.575014+0000 mgr.y (mgr.14556) 14163 : cluster [DBG] pgmap v12515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:33.210414+0000 mon.c (mon.2) 360 : audit [DBG] from='client.? 172.21.15.23:0/1988023560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:42:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:42:32.852361+0000 mgr.y (mgr.14556) 14164 : audit [DBG] from='client.39287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:42:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:42:32.852361+0000 mgr.y (mgr.14556) 14164 : audit [DBG] from='client.39287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:42:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:42:32.852361+0000 mgr.y (mgr.14556) 14164 : audit [DBG] from='client.39287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:42:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:34.575444+0000 mgr.y (mgr.14556) 14165 : cluster [DBG] pgmap v12516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:34.575444+0000 mgr.y (mgr.14556) 14165 : cluster [DBG] pgmap v12516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:34.575444+0000 mgr.y (mgr.14556) 14165 : cluster [DBG] pgmap v12516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:36.576117+0000 mgr.y (mgr.14556) 14166 : cluster [DBG] pgmap v12517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:36.576117+0000 mgr.y (mgr.14556) 14166 : cluster [DBG] pgmap v12517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:36.576117+0000 mgr.y (mgr.14556) 14166 : cluster [DBG] pgmap v12517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:38.576552+0000 mgr.y (mgr.14556) 14167 : cluster [DBG] pgmap v12518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:38.576552+0000 mgr.y (mgr.14556) 14167 : cluster [DBG] pgmap v12518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:38.576552+0000 mgr.y (mgr.14556) 14167 : cluster [DBG] pgmap v12518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:40.577183+0000 mgr.y (mgr.14556) 14168 : cluster [DBG] pgmap v12519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:42:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:40.577183+0000 mgr.y (mgr.14556) 14168 : cluster [DBG] pgmap v12519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:40.577183+0000 mgr.y (mgr.14556) 14168 : cluster [DBG] pgmap v12519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:42:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:42:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:42.577686+0000 mgr.y (mgr.14556) 14169 : cluster [DBG] pgmap v12520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:42.577686+0000 mgr.y (mgr.14556) 14169 : cluster [DBG] pgmap v12520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:42.577686+0000 mgr.y (mgr.14556) 14169 : cluster [DBG] pgmap v12520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:44.578154+0000 mgr.y (mgr.14556) 14170 : cluster [DBG] pgmap v12521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:44.578154+0000 mgr.y (mgr.14556) 14170 : cluster [DBG] pgmap v12521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:44.578154+0000 mgr.y (mgr.14556) 14170 : cluster [DBG] pgmap v12521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:46.578752+0000 mgr.y (mgr.14556) 14171 : cluster [DBG] pgmap v12522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:46.578752+0000 mgr.y (mgr.14556) 14171 : cluster [DBG] pgmap v12522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:46.578752+0000 mgr.y (mgr.14556) 14171 : cluster [DBG] pgmap v12522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:48.579209+0000 mgr.y (mgr.14556) 14172 : cluster [DBG] pgmap v12523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:48.579209+0000 mgr.y (mgr.14556) 14172 : cluster [DBG] pgmap v12523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:48.579209+0000 mgr.y (mgr.14556) 14172 : cluster [DBG] pgmap v12523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:51.825 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:42:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:50.579844+0000 mgr.y (mgr.14556) 14173 : cluster [DBG] pgmap v12524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:50.579844+0000 mgr.y (mgr.14556) 14173 : cluster [DBG] pgmap v12524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:50.579844+0000 mgr.y (mgr.14556) 14173 : cluster [DBG] pgmap v12524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:52.580462+0000 mgr.y (mgr.14556) 14174 : cluster [DBG] pgmap v12525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:52.580462+0000 mgr.y (mgr.14556) 14174 : cluster [DBG] pgmap v12525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:52.580462+0000 mgr.y (mgr.14556) 14174 : cluster [DBG] pgmap v12525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:42:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:42:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:54.581033+0000 mgr.y (mgr.14556) 14175 : cluster [DBG] pgmap v12526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:54.581033+0000 mgr.y (mgr.14556) 14175 : cluster [DBG] pgmap v12526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:54.581033+0000 mgr.y (mgr.14556) 14175 : cluster [DBG] pgmap v12526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:56.581903+0000 mgr.y (mgr.14556) 14176 : cluster [DBG] pgmap v12527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:56.581903+0000 mgr.y (mgr.14556) 14176 : cluster [DBG] pgmap v12527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:42:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:56.581903+0000 mgr.y (mgr.14556) 14176 : cluster [DBG] pgmap v12527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:42:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:42:58.582325+0000 mgr.y (mgr.14556) 14177 : cluster [DBG] pgmap v12528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:42:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:42:58.582325+0000 mgr.y (mgr.14556) 14177 : cluster [DBG] pgmap v12528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:42:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:42:58.582325+0000 mgr.y (mgr.14556) 14177 : cluster [DBG] pgmap v12528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:00.583074+0000 mgr.y (mgr.14556) 14178 : cluster [DBG] pgmap v12529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:43:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:00.583074+0000 mgr.y (mgr.14556) 14178 : cluster [DBG] pgmap v12529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:00.583074+0000 mgr.y (mgr.14556) 14178 : cluster [DBG] pgmap v12529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:43:01.793103+0000 mon.a (mon.0) 3191 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:43:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:43:02.099916+0000 mon.a (mon.0) 3192 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:43:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:43:02.100550+0000 mon.a (mon.0) 3193 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:43:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:43:02.109378+0000 mon.a (mon.0) 3194 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:43:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:43:01.793103+0000 mon.a (mon.0) 3191 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:43:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:43:02.099916+0000 mon.a (mon.0) 3192 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:43:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:43:02.100550+0000 mon.a (mon.0) 3193 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:43:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:43:02.109378+0000 mon.a (mon.0) 3194 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:43:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:43:01.793103+0000 mon.a (mon.0) 3191 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:43:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:43:02.099916+0000 mon.a (mon.0) 3192 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:43:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:43:02.100550+0000 mon.a (mon.0) 3193 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:43:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:43:02.109378+0000 mon.a (mon.0) 3194 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:43:03.535 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:43:03.823 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:43:03.823 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 9m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:43:03.823 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 9m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:43:03.823 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 9m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:43:03.823 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 9m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 9m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 9m ago 7h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 9m ago 7h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 9m ago 7h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 9m ago 7h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 9m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 9m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 9m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 9m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 9m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6h) 9m ago 6h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 9m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 9m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:43:03.824 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 9m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:43:03.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 9m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:43:03.825 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 9m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:43:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:43:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:43:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:02.583628+0000 mgr.y (mgr.14556) 14179 : cluster [DBG] pgmap v12530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:02.583628+0000 mgr.y (mgr.14556) 14179 : cluster [DBG] pgmap v12530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:02.583628+0000 mgr.y (mgr.14556) 14179 : cluster [DBG] pgmap v12530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:04.173 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:43:04.173 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:43:04.173 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:43:04.173 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:43:04.173 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:43:04.173 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:43:04.173 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:43:04.173 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:43:04.173 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:43:04.173 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:43:04.173 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:43:04.173 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:43:04.174 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:43:04.174 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:43:04.174 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:43:04.174 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:43:04.174 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:43:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:43:03.523869+0000 mgr.y (mgr.14556) 14180 : audit [DBG] from='client.29388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:43:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:43:03.815865+0000 mgr.y (mgr.14556) 14181 : audit [DBG] from='client.29394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:43:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:43:04.173703+0000 mon.c (mon.2) 361 : audit [DBG] from='client.? 172.21.15.23:0/2199884364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:43:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:43:03.523869+0000 mgr.y (mgr.14556) 14180 : audit [DBG] from='client.29388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:43:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:43:03.815865+0000 mgr.y (mgr.14556) 14181 : audit [DBG] from='client.29394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:43:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:43:04.173703+0000 mon.c (mon.2) 361 : audit [DBG] from='client.? 172.21.15.23:0/2199884364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:43:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:43:03.523869+0000 mgr.y (mgr.14556) 14180 : audit [DBG] from='client.29388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:43:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:43:03.815865+0000 mgr.y (mgr.14556) 14181 : audit [DBG] from='client.29394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:43:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:43:04.173703+0000 mon.c (mon.2) 361 : audit [DBG] from='client.? 172.21.15.23:0/2199884364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:43:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:04.584025+0000 mgr.y (mgr.14556) 14182 : cluster [DBG] pgmap v12531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:04.584025+0000 mgr.y (mgr.14556) 14182 : cluster [DBG] pgmap v12531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:04.584025+0000 mgr.y (mgr.14556) 14182 : cluster [DBG] pgmap v12531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:06.584726+0000 mgr.y (mgr.14556) 14183 : cluster [DBG] pgmap v12532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:06.584726+0000 mgr.y (mgr.14556) 14183 : cluster [DBG] pgmap v12532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:06.584726+0000 mgr.y (mgr.14556) 14183 : cluster [DBG] pgmap v12532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:08.585129+0000 mgr.y (mgr.14556) 14184 : cluster [DBG] pgmap v12533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:08.585129+0000 mgr.y (mgr.14556) 14184 : cluster [DBG] pgmap v12533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:08.585129+0000 mgr.y (mgr.14556) 14184 : cluster [DBG] pgmap v12533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:10.585758+0000 mgr.y (mgr.14556) 14185 : cluster [DBG] pgmap v12534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:43:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:10.585758+0000 mgr.y (mgr.14556) 14185 : cluster [DBG] pgmap v12534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:10.585758+0000 mgr.y (mgr.14556) 14185 : cluster [DBG] pgmap v12534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:43:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:43:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:12.586361+0000 mgr.y (mgr.14556) 14186 : cluster [DBG] pgmap v12535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:12.586361+0000 mgr.y (mgr.14556) 14186 : cluster [DBG] pgmap v12535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:12.586361+0000 mgr.y (mgr.14556) 14186 : cluster [DBG] pgmap v12535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:14.586844+0000 mgr.y (mgr.14556) 14187 : cluster [DBG] pgmap v12536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:14.586844+0000 mgr.y (mgr.14556) 14187 : cluster [DBG] pgmap v12536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:14.586844+0000 mgr.y (mgr.14556) 14187 : cluster [DBG] pgmap v12536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:16.587614+0000 mgr.y (mgr.14556) 14188 : cluster [DBG] pgmap v12537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:16.587614+0000 mgr.y (mgr.14556) 14188 : cluster [DBG] pgmap v12537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:16.587614+0000 mgr.y (mgr.14556) 14188 : cluster [DBG] pgmap v12537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:18.588066+0000 mgr.y (mgr.14556) 14189 : cluster [DBG] pgmap v12538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:18.588066+0000 mgr.y (mgr.14556) 14189 : cluster [DBG] pgmap v12538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:18.588066+0000 mgr.y (mgr.14556) 14189 : cluster [DBG] pgmap v12538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:20.588739+0000 mgr.y (mgr.14556) 14190 : cluster [DBG] pgmap v12539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:43:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:20.588739+0000 mgr.y (mgr.14556) 14190 : cluster [DBG] pgmap v12539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:20.588739+0000 mgr.y (mgr.14556) 14190 : cluster [DBG] pgmap v12539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:43:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:43:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:22.589198+0000 mgr.y (mgr.14556) 14191 : cluster [DBG] pgmap v12540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:22.589198+0000 mgr.y (mgr.14556) 14191 : cluster [DBG] pgmap v12540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:22.589198+0000 mgr.y (mgr.14556) 14191 : cluster [DBG] pgmap v12540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:24.589637+0000 mgr.y (mgr.14556) 14192 : cluster [DBG] pgmap v12541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:24.589637+0000 mgr.y (mgr.14556) 14192 : cluster [DBG] pgmap v12541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:24.589637+0000 mgr.y (mgr.14556) 14192 : cluster [DBG] pgmap v12541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:26.590364+0000 mgr.y (mgr.14556) 14193 : cluster [DBG] pgmap v12542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:26.590364+0000 mgr.y (mgr.14556) 14193 : cluster [DBG] pgmap v12542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:26.590364+0000 mgr.y (mgr.14556) 14193 : cluster [DBG] pgmap v12542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:28.590986+0000 mgr.y (mgr.14556) 14194 : cluster [DBG] pgmap v12543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:28.590986+0000 mgr.y (mgr.14556) 14194 : cluster [DBG] pgmap v12543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:28.590986+0000 mgr.y (mgr.14556) 14194 : cluster [DBG] pgmap v12543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:31.830 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:43:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:30.591623+0000 mgr.y (mgr.14556) 14195 : cluster [DBG] pgmap v12544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:30.591623+0000 mgr.y (mgr.14556) 14195 : cluster [DBG] pgmap v12544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:30.591623+0000 mgr.y (mgr.14556) 14195 : cluster [DBG] pgmap v12544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:43:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:43:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:32.592057+0000 mgr.y (mgr.14556) 14196 : cluster [DBG] pgmap v12545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:32.592057+0000 mgr.y (mgr.14556) 14196 : cluster [DBG] pgmap v12545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:32.592057+0000 mgr.y (mgr.14556) 14196 : cluster [DBG] pgmap v12545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:34.497 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:43:34.784 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:43:34.784 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 9m ago 6h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:43:34.784 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 9m ago 6h 59.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:43:34.784 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 9m ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:43:34.784 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 9m ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:43:34.784 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 9m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:43:34.784 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 9m ago 7h 476M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:43:34.784 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 9m ago 7h 1077M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:43:34.784 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 9m ago 7h 607M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:43:34.784 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 9m ago 7h 612M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:43:34.784 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 9m ago 6h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:43:34.785 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 9m ago 6h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:43:34.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 9m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:43:34.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 9m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:43:34.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 9m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:43:34.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 9m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:43:34.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (6h) 9m ago 6h 43.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:43:34.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (6h) 9m ago 6h 43.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:43:34.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 9m ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:43:34.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 9m ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:43:34.785 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 9m ago 6h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:43:35.132 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:43:35.133 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:43:35.134 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:43:35.134 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:43:35.134 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:43:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:43:34.485974+0000 mgr.y (mgr.14556) 14197 : audit [DBG] from='client.29406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:43:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:34.592424+0000 mgr.y (mgr.14556) 14198 : cluster [DBG] pgmap v12546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:43:34.776870+0000 mgr.y (mgr.14556) 14199 : audit [DBG] from='client.39323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:43:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:43:35.133425+0000 mon.a (mon.0) 3195 : audit [DBG] from='client.? 172.21.15.23:0/2969870657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:43:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:43:34.485974+0000 mgr.y (mgr.14556) 14197 : audit [DBG] from='client.29406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:43:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:34.592424+0000 mgr.y (mgr.14556) 14198 : cluster [DBG] pgmap v12546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:43:34.776870+0000 mgr.y (mgr.14556) 14199 : audit [DBG] from='client.39323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:43:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:43:35.133425+0000 mon.a (mon.0) 3195 : audit [DBG] from='client.? 172.21.15.23:0/2969870657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:43:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:43:34.485974+0000 mgr.y (mgr.14556) 14197 : audit [DBG] from='client.29406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:43:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:34.592424+0000 mgr.y (mgr.14556) 14198 : cluster [DBG] pgmap v12546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:43:34.776870+0000 mgr.y (mgr.14556) 14199 : audit [DBG] from='client.39323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:43:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:43:35.133425+0000 mon.a (mon.0) 3195 : audit [DBG] from='client.? 172.21.15.23:0/2969870657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:43:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:36.592989+0000 mgr.y (mgr.14556) 14200 : cluster [DBG] pgmap v12547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:36.592989+0000 mgr.y (mgr.14556) 14200 : cluster [DBG] pgmap v12547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:36.592989+0000 mgr.y (mgr.14556) 14200 : cluster [DBG] pgmap v12547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:38.593531+0000 mgr.y (mgr.14556) 14201 : cluster [DBG] pgmap v12548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:38.593531+0000 mgr.y (mgr.14556) 14201 : cluster [DBG] pgmap v12548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:38.593531+0000 mgr.y (mgr.14556) 14201 : cluster [DBG] pgmap v12548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:40.594188+0000 mgr.y (mgr.14556) 14202 : cluster [DBG] pgmap v12549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:43:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:40.594188+0000 mgr.y (mgr.14556) 14202 : cluster [DBG] pgmap v12549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:40.594188+0000 mgr.y (mgr.14556) 14202 : cluster [DBG] pgmap v12549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:43:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:43:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:42.594688+0000 mgr.y (mgr.14556) 14203 : cluster [DBG] pgmap v12550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:42.594688+0000 mgr.y (mgr.14556) 14203 : cluster [DBG] pgmap v12550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:42.594688+0000 mgr.y (mgr.14556) 14203 : cluster [DBG] pgmap v12550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:44.595059+0000 mgr.y (mgr.14556) 14204 : cluster [DBG] pgmap v12551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:44.595059+0000 mgr.y (mgr.14556) 14204 : cluster [DBG] pgmap v12551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:44.595059+0000 mgr.y (mgr.14556) 14204 : cluster [DBG] pgmap v12551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:46.595826+0000 mgr.y (mgr.14556) 14205 : cluster [DBG] pgmap v12552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:46.595826+0000 mgr.y (mgr.14556) 14205 : cluster [DBG] pgmap v12552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:46.595826+0000 mgr.y (mgr.14556) 14205 : cluster [DBG] pgmap v12552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:48.596204+0000 mgr.y (mgr.14556) 14206 : cluster [DBG] pgmap v12553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:48.596204+0000 mgr.y (mgr.14556) 14206 : cluster [DBG] pgmap v12553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:48.596204+0000 mgr.y (mgr.14556) 14206 : cluster [DBG] pgmap v12553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:50.596962+0000 mgr.y (mgr.14556) 14207 : cluster [DBG] pgmap v12554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:43:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:50.596962+0000 mgr.y (mgr.14556) 14207 : cluster [DBG] pgmap v12554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:50.596962+0000 mgr.y (mgr.14556) 14207 : cluster [DBG] pgmap v12554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:52.597419+0000 mgr.y (mgr.14556) 14208 : cluster [DBG] pgmap v12555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:43:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:43:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:52.597419+0000 mgr.y (mgr.14556) 14208 : cluster [DBG] pgmap v12555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:52.597419+0000 mgr.y (mgr.14556) 14208 : cluster [DBG] pgmap v12555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:54.597881+0000 mgr.y (mgr.14556) 14209 : cluster [DBG] pgmap v12556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:54.597881+0000 mgr.y (mgr.14556) 14209 : cluster [DBG] pgmap v12556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:54.597881+0000 mgr.y (mgr.14556) 14209 : cluster [DBG] pgmap v12556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:56.598694+0000 mgr.y (mgr.14556) 14210 : cluster [DBG] pgmap v12557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:56.598694+0000 mgr.y (mgr.14556) 14210 : cluster [DBG] pgmap v12557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:43:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:56.598694+0000 mgr.y (mgr.14556) 14210 : cluster [DBG] pgmap v12557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:43:58.599175+0000 mgr.y (mgr.14556) 14211 : cluster [DBG] pgmap v12558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:43:58.599175+0000 mgr.y (mgr.14556) 14211 : cluster [DBG] pgmap v12558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:43:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:43:58.599175+0000 mgr.y (mgr.14556) 14211 : cluster [DBG] pgmap v12558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:44:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:00.599777+0000 mgr.y (mgr.14556) 14212 : cluster [DBG] pgmap v12559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:00.599777+0000 mgr.y (mgr.14556) 14212 : cluster [DBG] pgmap v12559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:00.599777+0000 mgr.y (mgr.14556) 14212 : cluster [DBG] pgmap v12559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:44:02.113882+0000 mon.a (mon.0) 3196 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:44:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:44:02.113882+0000 mon.a (mon.0) 3196 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:44:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:44:02.113882+0000 mon.a (mon.0) 3196 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:44:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:02.600182+0000 mgr.y (mgr.14556) 14213 : cluster [DBG] pgmap v12560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:02.600182+0000 mgr.y (mgr.14556) 14213 : cluster [DBG] pgmap v12560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:44:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:44:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:02.600182+0000 mgr.y (mgr.14556) 14213 : cluster [DBG] pgmap v12560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:05.467 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:44:05.756 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:44:05.756 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 0s ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:44:05.756 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 0s ago 6h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:44:05.756 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 0s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:44:05.756 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 0s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:44:05.756 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 0s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 0s ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 0s ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 0s ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 0s ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 0s ago 6h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 0s ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 0s ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 0s ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 0s ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 0s ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 0s ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 0s ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (6h) 0s ago 6h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 0s ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:44:05.757 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 0s ago 6h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:44:06.104 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:44:06.104 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:44:06.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:44:06.104 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:44:06.104 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:44:06.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:44:06.104 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:44:06.104 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:44:06.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:44:06.105 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:44:06.105 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:44:06.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:44:06.105 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:44:06.105 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:44:06.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:44:06.105 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:44:06.105 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:44:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:04.600586+0000 mgr.y (mgr.14556) 14214 : cluster [DBG] pgmap v12561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:44:04.977600+0000 mon.a (mon.0) 3197 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:44:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:44:05.315510+0000 mon.a (mon.0) 3198 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:44:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:44:05.609800+0000 mon.a (mon.0) 3199 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:44:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:44:05.610499+0000 mon.a (mon.0) 3200 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:44:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:44:05.615004+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:44:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:04.600586+0000 mgr.y (mgr.14556) 14214 : cluster [DBG] pgmap v12561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:44:04.977600+0000 mon.a (mon.0) 3197 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:44:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:44:05.315510+0000 mon.a (mon.0) 3198 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:44:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:44:05.609800+0000 mon.a (mon.0) 3199 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:44:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:44:05.610499+0000 mon.a (mon.0) 3200 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:44:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:44:05.615004+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:44:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:04.600586+0000 mgr.y (mgr.14556) 14214 : cluster [DBG] pgmap v12561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:44:04.977600+0000 mon.a (mon.0) 3197 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:44:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:44:05.315510+0000 mon.a (mon.0) 3198 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:44:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:44:05.609800+0000 mon.a (mon.0) 3199 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:44:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:44:05.610499+0000 mon.a (mon.0) 3200 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:44:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:44:05.615004+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:44:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:44:05.455988+0000 mgr.y (mgr.14556) 14215 : audit [DBG] from='client.29424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:44:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:44:05.749115+0000 mgr.y (mgr.14556) 14216 : audit [DBG] from='client.29430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:44:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:44:06.104903+0000 mon.a (mon.0) 3202 : audit [DBG] from='client.? 172.21.15.23:0/472157338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:44:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:44:05.455988+0000 mgr.y (mgr.14556) 14215 : audit [DBG] from='client.29424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:44:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:44:05.749115+0000 mgr.y (mgr.14556) 14216 : audit [DBG] from='client.29430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:44:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:44:06.104903+0000 mon.a (mon.0) 3202 : audit [DBG] from='client.? 172.21.15.23:0/472157338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:44:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:44:05.455988+0000 mgr.y (mgr.14556) 14215 : audit [DBG] from='client.29424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:44:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:44:05.749115+0000 mgr.y (mgr.14556) 14216 : audit [DBG] from='client.29430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:44:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:44:06.104903+0000 mon.a (mon.0) 3202 : audit [DBG] from='client.? 172.21.15.23:0/472157338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:44:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:06.601138+0000 mgr.y (mgr.14556) 14217 : cluster [DBG] pgmap v12562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:06.601138+0000 mgr.y (mgr.14556) 14217 : cluster [DBG] pgmap v12562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:06.601138+0000 mgr.y (mgr.14556) 14217 : cluster [DBG] pgmap v12562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:08.601550+0000 mgr.y (mgr.14556) 14218 : cluster [DBG] pgmap v12563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:08.601550+0000 mgr.y (mgr.14556) 14218 : cluster [DBG] pgmap v12563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:08.601550+0000 mgr.y (mgr.14556) 14218 : cluster [DBG] pgmap v12563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:10.602434+0000 mgr.y (mgr.14556) 14219 : cluster [DBG] pgmap v12564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:44:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:10.602434+0000 mgr.y (mgr.14556) 14219 : cluster [DBG] pgmap v12564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:10.602434+0000 mgr.y (mgr.14556) 14219 : cluster [DBG] pgmap v12564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:44:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:44:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:12.602823+0000 mgr.y (mgr.14556) 14220 : cluster [DBG] pgmap v12565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:12.602823+0000 mgr.y (mgr.14556) 14220 : cluster [DBG] pgmap v12565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:12.602823+0000 mgr.y (mgr.14556) 14220 : cluster [DBG] pgmap v12565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:14.603372+0000 mgr.y (mgr.14556) 14221 : cluster [DBG] pgmap v12566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:14.603372+0000 mgr.y (mgr.14556) 14221 : cluster [DBG] pgmap v12566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:14.603372+0000 mgr.y (mgr.14556) 14221 : cluster [DBG] pgmap v12566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:16.604210+0000 mgr.y (mgr.14556) 14222 : cluster [DBG] pgmap v12567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:16.604210+0000 mgr.y (mgr.14556) 14222 : cluster [DBG] pgmap v12567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:16.604210+0000 mgr.y (mgr.14556) 14222 : cluster [DBG] pgmap v12567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:20.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:18.604615+0000 mgr.y (mgr.14556) 14223 : cluster [DBG] pgmap v12568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:18.604615+0000 mgr.y (mgr.14556) 14223 : cluster [DBG] pgmap v12568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:18.604615+0000 mgr.y (mgr.14556) 14223 : cluster [DBG] pgmap v12568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:20.605399+0000 mgr.y (mgr.14556) 14224 : cluster [DBG] pgmap v12569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:44:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:20.605399+0000 mgr.y (mgr.14556) 14224 : cluster [DBG] pgmap v12569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:20.605399+0000 mgr.y (mgr.14556) 14224 : cluster [DBG] pgmap v12569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:44:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:44:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:22.605800+0000 mgr.y (mgr.14556) 14225 : cluster [DBG] pgmap v12570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:22.605800+0000 mgr.y (mgr.14556) 14225 : cluster [DBG] pgmap v12570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:22.605800+0000 mgr.y (mgr.14556) 14225 : cluster [DBG] pgmap v12570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:24.606382+0000 mgr.y (mgr.14556) 14226 : cluster [DBG] pgmap v12571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:24.606382+0000 mgr.y (mgr.14556) 14226 : cluster [DBG] pgmap v12571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:24.606382+0000 mgr.y (mgr.14556) 14226 : cluster [DBG] pgmap v12571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:26.607060+0000 mgr.y (mgr.14556) 14227 : cluster [DBG] pgmap v12572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:26.607060+0000 mgr.y (mgr.14556) 14227 : cluster [DBG] pgmap v12572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:26.607060+0000 mgr.y (mgr.14556) 14227 : cluster [DBG] pgmap v12572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:28.607473+0000 mgr.y (mgr.14556) 14228 : cluster [DBG] pgmap v12573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:28.607473+0000 mgr.y (mgr.14556) 14228 : cluster [DBG] pgmap v12573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:28.607473+0000 mgr.y (mgr.14556) 14228 : cluster [DBG] pgmap v12573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:31.827 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:44:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:30.608091+0000 mgr.y (mgr.14556) 14229 : cluster [DBG] pgmap v12574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:30.608091+0000 mgr.y (mgr.14556) 14229 : cluster [DBG] pgmap v12574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:30.608091+0000 mgr.y (mgr.14556) 14229 : cluster [DBG] pgmap v12574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:44:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:44:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:32.608522+0000 mgr.y (mgr.14556) 14230 : cluster [DBG] pgmap v12575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:32.608522+0000 mgr.y (mgr.14556) 14230 : cluster [DBG] pgmap v12575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:32.608522+0000 mgr.y (mgr.14556) 14230 : cluster [DBG] pgmap v12575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:34.609017+0000 mgr.y (mgr.14556) 14231 : cluster [DBG] pgmap v12576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:34.609017+0000 mgr.y (mgr.14556) 14231 : cluster [DBG] pgmap v12576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:34.609017+0000 mgr.y (mgr.14556) 14231 : cluster [DBG] pgmap v12576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:36.432 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:44:36.720 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:44:36.720 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 31s ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 31s ago 6h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 31s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 31s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 31s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 31s ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 31s ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 31s ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 31s ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 31s ago 6h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 31s ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 31s ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 31s ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 31s ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:44:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 31s ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:44:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 31s ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:44:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 31s ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:44:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 31s ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:44:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (6h) 31s ago 6h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:44:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 31s ago 6h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:44:37.076 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:44:37.076 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:44:37.076 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:44:37.076 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:44:37.076 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:44:37.076 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:44:37.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:44:37.077 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:44:37.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:44:37.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:44:37.077 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:44:37.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:44:37.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:44:37.077 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:44:37.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:44:37.077 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:44:37.077 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:44:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:44:36.421001+0000 mgr.y (mgr.14556) 14232 : audit [DBG] from='client.29442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:44:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:36.609574+0000 mgr.y (mgr.14556) 14233 : cluster [DBG] pgmap v12577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:44:36.713216+0000 mgr.y (mgr.14556) 14234 : audit [DBG] from='client.39359 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:44:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:44:37.077167+0000 mon.a (mon.0) 3203 : audit [DBG] from='client.? 172.21.15.23:0/3046098946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:44:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:44:36.421001+0000 mgr.y (mgr.14556) 14232 : audit [DBG] from='client.29442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:44:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:36.609574+0000 mgr.y (mgr.14556) 14233 : cluster [DBG] pgmap v12577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:44:36.713216+0000 mgr.y (mgr.14556) 14234 : audit [DBG] from='client.39359 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:44:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:44:37.077167+0000 mon.a (mon.0) 3203 : audit [DBG] from='client.? 172.21.15.23:0/3046098946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:44:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:44:36.421001+0000 mgr.y (mgr.14556) 14232 : audit [DBG] from='client.29442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:44:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:36.609574+0000 mgr.y (mgr.14556) 14233 : cluster [DBG] pgmap v12577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:44:36.713216+0000 mgr.y (mgr.14556) 14234 : audit [DBG] from='client.39359 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:44:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:44:37.077167+0000 mon.a (mon.0) 3203 : audit [DBG] from='client.? 172.21.15.23:0/3046098946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:44:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:38.610128+0000 mgr.y (mgr.14556) 14235 : cluster [DBG] pgmap v12578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:38.610128+0000 mgr.y (mgr.14556) 14235 : cluster [DBG] pgmap v12578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:38.610128+0000 mgr.y (mgr.14556) 14235 : cluster [DBG] pgmap v12578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:40.610955+0000 mgr.y (mgr.14556) 14236 : cluster [DBG] pgmap v12579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:40.610955+0000 mgr.y (mgr.14556) 14236 : cluster [DBG] pgmap v12579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:40.610955+0000 mgr.y (mgr.14556) 14236 : cluster [DBG] pgmap v12579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:44:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:42.611391+0000 mgr.y (mgr.14556) 14237 : cluster [DBG] pgmap v12580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:44:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:44:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:42.611391+0000 mgr.y (mgr.14556) 14237 : cluster [DBG] pgmap v12580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:42.611391+0000 mgr.y (mgr.14556) 14237 : cluster [DBG] pgmap v12580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:44.611918+0000 mgr.y (mgr.14556) 14238 : cluster [DBG] pgmap v12581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:44.611918+0000 mgr.y (mgr.14556) 14238 : cluster [DBG] pgmap v12581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:44.611918+0000 mgr.y (mgr.14556) 14238 : cluster [DBG] pgmap v12581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:46.612721+0000 mgr.y (mgr.14556) 14239 : cluster [DBG] pgmap v12582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:46.612721+0000 mgr.y (mgr.14556) 14239 : cluster [DBG] pgmap v12582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:46.612721+0000 mgr.y (mgr.14556) 14239 : cluster [DBG] pgmap v12582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:48.613174+0000 mgr.y (mgr.14556) 14240 : cluster [DBG] pgmap v12583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:48.613174+0000 mgr.y (mgr.14556) 14240 : cluster [DBG] pgmap v12583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:48.613174+0000 mgr.y (mgr.14556) 14240 : cluster [DBG] pgmap v12583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:50.613760+0000 mgr.y (mgr.14556) 14241 : cluster [DBG] pgmap v12584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:44:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:50.613760+0000 mgr.y (mgr.14556) 14241 : cluster [DBG] pgmap v12584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:50.613760+0000 mgr.y (mgr.14556) 14241 : cluster [DBG] pgmap v12584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:44:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:44:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:52.614243+0000 mgr.y (mgr.14556) 14242 : cluster [DBG] pgmap v12585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:52.614243+0000 mgr.y (mgr.14556) 14242 : cluster [DBG] pgmap v12585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:52.614243+0000 mgr.y (mgr.14556) 14242 : cluster [DBG] pgmap v12585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:54.614658+0000 mgr.y (mgr.14556) 14243 : cluster [DBG] pgmap v12586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:54.614658+0000 mgr.y (mgr.14556) 14243 : cluster [DBG] pgmap v12586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:54.614658+0000 mgr.y (mgr.14556) 14243 : cluster [DBG] pgmap v12586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:56.615538+0000 mgr.y (mgr.14556) 14244 : cluster [DBG] pgmap v12587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:56.615538+0000 mgr.y (mgr.14556) 14244 : cluster [DBG] pgmap v12587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:44:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:56.615538+0000 mgr.y (mgr.14556) 14244 : cluster [DBG] pgmap v12587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:44:58.615965+0000 mgr.y (mgr.14556) 14245 : cluster [DBG] pgmap v12588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:44:58.615965+0000 mgr.y (mgr.14556) 14245 : cluster [DBG] pgmap v12588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:44:58.615965+0000 mgr.y (mgr.14556) 14245 : cluster [DBG] pgmap v12588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:00.616594+0000 mgr.y (mgr.14556) 14246 : cluster [DBG] pgmap v12589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:45:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:00.616594+0000 mgr.y (mgr.14556) 14246 : cluster [DBG] pgmap v12589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:00.616594+0000 mgr.y (mgr.14556) 14246 : cluster [DBG] pgmap v12589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:45:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:45:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:02.617060+0000 mgr.y (mgr.14556) 14247 : cluster [DBG] pgmap v12590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:02.617060+0000 mgr.y (mgr.14556) 14247 : cluster [DBG] pgmap v12590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:02.617060+0000 mgr.y (mgr.14556) 14247 : cluster [DBG] pgmap v12590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:04.617557+0000 mgr.y (mgr.14556) 14248 : cluster [DBG] pgmap v12591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:45:05.620296+0000 mon.a (mon.0) 3204 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:45:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:04.617557+0000 mgr.y (mgr.14556) 14248 : cluster [DBG] pgmap v12591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:45:05.620296+0000 mon.a (mon.0) 3204 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:45:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:04.617557+0000 mgr.y (mgr.14556) 14248 : cluster [DBG] pgmap v12591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:45:05.620296+0000 mon.a (mon.0) 3204 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:45:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:45:05.931559+0000 mon.a (mon.0) 3205 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:45:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:45:05.932214+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:45:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:45:05.936601+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:45:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:45:05.931559+0000 mon.a (mon.0) 3205 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:45:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:45:05.932214+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:45:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:45:05.936601+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:45:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:45:05.931559+0000 mon.a (mon.0) 3205 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:45:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:45:05.932214+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:45:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:45:05.936601+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:45:07.403 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:45:07.692 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:45:07.692 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 62s ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:45:07.692 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 62s ago 6h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:45:07.692 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (6h) 62s ago 6h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:45:07.692 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (6h) 62s ago 6h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:45:07.692 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 62s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:45:07.692 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 62s ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:45:07.692 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 62s ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:45:07.692 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 62s ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:45:07.692 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 62s ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:45:07.692 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 62s ago 6h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:45:07.693 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 62s ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:45:07.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 62s ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:45:07.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 62s ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:45:07.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 62s ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:45:07.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 62s ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:45:07.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 62s ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:45:07.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 62s ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:45:07.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 62s ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:45:07.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 62s ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:45:07.693 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 62s ago 6h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:45:08.040 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:45:08.040 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:45:08.040 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:45:08.040 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:45:08.040 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:45:08.040 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:45:08.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:45:08.041 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:45:08.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:45:08.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:45:08.041 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:45:08.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:45:08.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:45:08.041 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:45:08.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:45:08.041 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:45:08.041 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:45:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:06.618118+0000 mgr.y (mgr.14556) 14249 : cluster [DBG] pgmap v12592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:06.618118+0000 mgr.y (mgr.14556) 14249 : cluster [DBG] pgmap v12592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:06.618118+0000 mgr.y (mgr.14556) 14249 : cluster [DBG] pgmap v12592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:45:07.392127+0000 mgr.y (mgr.14556) 14250 : audit [DBG] from='client.29460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:45:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:45:07.684694+0000 mgr.y (mgr.14556) 14251 : audit [DBG] from='client.29466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:45:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:45:08.041070+0000 mon.c (mon.2) 362 : audit [DBG] from='client.? 172.21.15.23:0/2761427238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:45:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:45:07.392127+0000 mgr.y (mgr.14556) 14250 : audit [DBG] from='client.29460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:45:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:45:07.684694+0000 mgr.y (mgr.14556) 14251 : audit [DBG] from='client.29466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:45:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:45:08.041070+0000 mon.c (mon.2) 362 : audit [DBG] from='client.? 172.21.15.23:0/2761427238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:45:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:45:07.392127+0000 mgr.y (mgr.14556) 14250 : audit [DBG] from='client.29460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:45:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:45:07.684694+0000 mgr.y (mgr.14556) 14251 : audit [DBG] from='client.29466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:45:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:45:08.041070+0000 mon.c (mon.2) 362 : audit [DBG] from='client.? 172.21.15.23:0/2761427238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:45:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:08.618525+0000 mgr.y (mgr.14556) 14252 : cluster [DBG] pgmap v12593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:08.618525+0000 mgr.y (mgr.14556) 14252 : cluster [DBG] pgmap v12593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:08.618525+0000 mgr.y (mgr.14556) 14252 : cluster [DBG] pgmap v12593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:45:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:10.619135+0000 mgr.y (mgr.14556) 14253 : cluster [DBG] pgmap v12594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:10.619135+0000 mgr.y (mgr.14556) 14253 : cluster [DBG] pgmap v12594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:10.619135+0000 mgr.y (mgr.14556) 14253 : cluster [DBG] pgmap v12594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:14.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:12.619736+0000 mgr.y (mgr.14556) 14254 : cluster [DBG] pgmap v12595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:14.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:45:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:45:14.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:12.619736+0000 mgr.y (mgr.14556) 14254 : cluster [DBG] pgmap v12595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:12.619736+0000 mgr.y (mgr.14556) 14254 : cluster [DBG] pgmap v12595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:16.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:14.620205+0000 mgr.y (mgr.14556) 14255 : cluster [DBG] pgmap v12596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:14.620205+0000 mgr.y (mgr.14556) 14255 : cluster [DBG] pgmap v12596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:14.620205+0000 mgr.y (mgr.14556) 14255 : cluster [DBG] pgmap v12596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:16.621065+0000 mgr.y (mgr.14556) 14256 : cluster [DBG] pgmap v12597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:16.621065+0000 mgr.y (mgr.14556) 14256 : cluster [DBG] pgmap v12597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:16.621065+0000 mgr.y (mgr.14556) 14256 : cluster [DBG] pgmap v12597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:18.621452+0000 mgr.y (mgr.14556) 14257 : cluster [DBG] pgmap v12598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:18.621452+0000 mgr.y (mgr.14556) 14257 : cluster [DBG] pgmap v12598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:18.621452+0000 mgr.y (mgr.14556) 14257 : cluster [DBG] pgmap v12598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:21.831 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:45:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:20.622078+0000 mgr.y (mgr.14556) 14258 : cluster [DBG] pgmap v12599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:20.622078+0000 mgr.y (mgr.14556) 14258 : cluster [DBG] pgmap v12599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:20.622078+0000 mgr.y (mgr.14556) 14258 : cluster [DBG] pgmap v12599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:45:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:45:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:22.622530+0000 mgr.y (mgr.14556) 14259 : cluster [DBG] pgmap v12600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:22.622530+0000 mgr.y (mgr.14556) 14259 : cluster [DBG] pgmap v12600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:22.622530+0000 mgr.y (mgr.14556) 14259 : cluster [DBG] pgmap v12600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:24.623066+0000 mgr.y (mgr.14556) 14260 : cluster [DBG] pgmap v12601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:24.623066+0000 mgr.y (mgr.14556) 14260 : cluster [DBG] pgmap v12601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:24.623066+0000 mgr.y (mgr.14556) 14260 : cluster [DBG] pgmap v12601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:26.623966+0000 mgr.y (mgr.14556) 14261 : cluster [DBG] pgmap v12602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:26.623966+0000 mgr.y (mgr.14556) 14261 : cluster [DBG] pgmap v12602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:26.623966+0000 mgr.y (mgr.14556) 14261 : cluster [DBG] pgmap v12602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:28.624493+0000 mgr.y (mgr.14556) 14262 : cluster [DBG] pgmap v12603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:28.624493+0000 mgr.y (mgr.14556) 14262 : cluster [DBG] pgmap v12603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:28.624493+0000 mgr.y (mgr.14556) 14262 : cluster [DBG] pgmap v12603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:45:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:30.625203+0000 mgr.y (mgr.14556) 14263 : cluster [DBG] pgmap v12604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:30.625203+0000 mgr.y (mgr.14556) 14263 : cluster [DBG] pgmap v12604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:30.625203+0000 mgr.y (mgr.14556) 14263 : cluster [DBG] pgmap v12604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:45:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:45:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:32.625650+0000 mgr.y (mgr.14556) 14264 : cluster [DBG] pgmap v12605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:32.625650+0000 mgr.y (mgr.14556) 14264 : cluster [DBG] pgmap v12605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:32.625650+0000 mgr.y (mgr.14556) 14264 : cluster [DBG] pgmap v12605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:34.626004+0000 mgr.y (mgr.14556) 14265 : cluster [DBG] pgmap v12606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:34.626004+0000 mgr.y (mgr.14556) 14265 : cluster [DBG] pgmap v12606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:34.626004+0000 mgr.y (mgr.14556) 14265 : cluster [DBG] pgmap v12606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:36.626631+0000 mgr.y (mgr.14556) 14266 : cluster [DBG] pgmap v12607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:36.626631+0000 mgr.y (mgr.14556) 14266 : cluster [DBG] pgmap v12607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:36.626631+0000 mgr.y (mgr.14556) 14266 : cluster [DBG] pgmap v12607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:38.364 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:45:38.650 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:45:38.650 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 93s ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:45:38.650 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 93s ago 6h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:45:38.650 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 93s ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:45:38.650 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 93s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:45:38.650 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 93s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:45:38.650 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 93s ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 93s ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 93s ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 93s ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6h) 93s ago 6h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (6h) 93s ago 6h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 93s ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 93s ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 93s ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 93s ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 93s ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 93s ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 93s ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 93s ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:45:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 93s ago 6h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:45:39.000 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:45:39.000 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:45:39.000 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:45:39.000 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:45:39.000 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:45:39.000 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:45:39.000 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:45:39.001 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:45:39.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:45:39.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:45:39.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:45:39.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:45:39.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:45:39.001 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:45:39.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:45:39.001 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:45:39.001 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:45:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:45:38.353028+0000 mgr.y (mgr.14556) 14267 : audit [DBG] from='client.29478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:45:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:38.626974+0000 mgr.y (mgr.14556) 14268 : cluster [DBG] pgmap v12608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:45:38.643118+0000 mgr.y (mgr.14556) 14269 : audit [DBG] from='client.29484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:45:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:45:39.000938+0000 mon.a (mon.0) 3208 : audit [DBG] from='client.? 172.21.15.23:0/939960880' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:45:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:45:38.353028+0000 mgr.y (mgr.14556) 14267 : audit [DBG] from='client.29478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:45:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:38.626974+0000 mgr.y (mgr.14556) 14268 : cluster [DBG] pgmap v12608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:45:38.643118+0000 mgr.y (mgr.14556) 14269 : audit [DBG] from='client.29484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:45:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:45:39.000938+0000 mon.a (mon.0) 3208 : audit [DBG] from='client.? 172.21.15.23:0/939960880' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:45:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:45:38.353028+0000 mgr.y (mgr.14556) 14267 : audit [DBG] from='client.29478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:45:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:38.626974+0000 mgr.y (mgr.14556) 14268 : cluster [DBG] pgmap v12608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:45:38.643118+0000 mgr.y (mgr.14556) 14269 : audit [DBG] from='client.29484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:45:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:45:39.000938+0000 mon.a (mon.0) 3208 : audit [DBG] from='client.? 172.21.15.23:0/939960880' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:45:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:40.627712+0000 mgr.y (mgr.14556) 14270 : cluster [DBG] pgmap v12609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:45:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:40.627712+0000 mgr.y (mgr.14556) 14270 : cluster [DBG] pgmap v12609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:40.627712+0000 mgr.y (mgr.14556) 14270 : cluster [DBG] pgmap v12609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:45:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:45:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:42.628296+0000 mgr.y (mgr.14556) 14271 : cluster [DBG] pgmap v12610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:42.628296+0000 mgr.y (mgr.14556) 14271 : cluster [DBG] pgmap v12610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:42.628296+0000 mgr.y (mgr.14556) 14271 : cluster [DBG] pgmap v12610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:44.628849+0000 mgr.y (mgr.14556) 14272 : cluster [DBG] pgmap v12611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:44.628849+0000 mgr.y (mgr.14556) 14272 : cluster [DBG] pgmap v12611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:44.628849+0000 mgr.y (mgr.14556) 14272 : cluster [DBG] pgmap v12611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:46.629490+0000 mgr.y (mgr.14556) 14273 : cluster [DBG] pgmap v12612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:46.629490+0000 mgr.y (mgr.14556) 14273 : cluster [DBG] pgmap v12612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:46.629490+0000 mgr.y (mgr.14556) 14273 : cluster [DBG] pgmap v12612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:48.629837+0000 mgr.y (mgr.14556) 14274 : cluster [DBG] pgmap v12613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:48.629837+0000 mgr.y (mgr.14556) 14274 : cluster [DBG] pgmap v12613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:48.629837+0000 mgr.y (mgr.14556) 14274 : cluster [DBG] pgmap v12613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:51.791 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:45:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:50.630660+0000 mgr.y (mgr.14556) 14275 : cluster [DBG] pgmap v12614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:50.630660+0000 mgr.y (mgr.14556) 14275 : cluster [DBG] pgmap v12614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:50.630660+0000 mgr.y (mgr.14556) 14275 : cluster [DBG] pgmap v12614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:45:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:45:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:52.631164+0000 mgr.y (mgr.14556) 14276 : cluster [DBG] pgmap v12615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:52.631164+0000 mgr.y (mgr.14556) 14276 : cluster [DBG] pgmap v12615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:52.631164+0000 mgr.y (mgr.14556) 14276 : cluster [DBG] pgmap v12615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:54.631642+0000 mgr.y (mgr.14556) 14277 : cluster [DBG] pgmap v12616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:54.631642+0000 mgr.y (mgr.14556) 14277 : cluster [DBG] pgmap v12616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:54.631642+0000 mgr.y (mgr.14556) 14277 : cluster [DBG] pgmap v12616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:56.632278+0000 mgr.y (mgr.14556) 14278 : cluster [DBG] pgmap v12617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:56.632278+0000 mgr.y (mgr.14556) 14278 : cluster [DBG] pgmap v12617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:45:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:56.632278+0000 mgr.y (mgr.14556) 14278 : cluster [DBG] pgmap v12617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:45:58.632715+0000 mgr.y (mgr.14556) 14279 : cluster [DBG] pgmap v12618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:45:58.632715+0000 mgr.y (mgr.14556) 14279 : cluster [DBG] pgmap v12618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:45:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:45:58.632715+0000 mgr.y (mgr.14556) 14279 : cluster [DBG] pgmap v12618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:01.822 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:46:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:00.633509+0000 mgr.y (mgr.14556) 14280 : cluster [DBG] pgmap v12619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:00.633509+0000 mgr.y (mgr.14556) 14280 : cluster [DBG] pgmap v12619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:00.633509+0000 mgr.y (mgr.14556) 14280 : cluster [DBG] pgmap v12619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:46:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:46:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:02.633919+0000 mgr.y (mgr.14556) 14281 : cluster [DBG] pgmap v12620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:02.633919+0000 mgr.y (mgr.14556) 14281 : cluster [DBG] pgmap v12620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:02.633919+0000 mgr.y (mgr.14556) 14281 : cluster [DBG] pgmap v12620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:06.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:04.634325+0000 mgr.y (mgr.14556) 14282 : cluster [DBG] pgmap v12621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:04.634325+0000 mgr.y (mgr.14556) 14282 : cluster [DBG] pgmap v12621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:04.634325+0000 mgr.y (mgr.14556) 14282 : cluster [DBG] pgmap v12621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:46:05.940945+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:46:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:46:06.248312+0000 mon.a (mon.0) 3210 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:46:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:46:06.249008+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:46:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:46:06.253250+0000 mon.a (mon.0) 3212 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:46:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:46:05.940945+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:46:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:46:06.248312+0000 mon.a (mon.0) 3210 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:46:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:46:06.249008+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:46:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:46:06.253250+0000 mon.a (mon.0) 3212 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:46:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:46:05.940945+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:46:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:46:06.248312+0000 mon.a (mon.0) 3210 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:46:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:46:06.249008+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:46:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:46:06.253250+0000 mon.a (mon.0) 3212 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:46:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:06.635077+0000 mgr.y (mgr.14556) 14283 : cluster [DBG] pgmap v12622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:06.635077+0000 mgr.y (mgr.14556) 14283 : cluster [DBG] pgmap v12622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:06.635077+0000 mgr.y (mgr.14556) 14283 : cluster [DBG] pgmap v12622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:09.326 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:46:09.614 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:46:09.614 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 2m ago 6h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:46:09.614 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (6h) 2m ago 6h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:46:09.614 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 2m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:46:09.614 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 2m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 2m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 2m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 2m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 2m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 2m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 2m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 2m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 2m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 2m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 2m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 2m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 2m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 2m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 2m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:46:09.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 2m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:46:09.616 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 2m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:46:09.972 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:46:09.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:46:09.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:46:09.972 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:46:09.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:46:09.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:46:09.972 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:46:09.972 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:46:09.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:46:09.972 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:46:09.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:46:09.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:46:09.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:46:09.973 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:46:09.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:46:09.973 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:46:09.973 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:46:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:08.635541+0000 mgr.y (mgr.14556) 14284 : cluster [DBG] pgmap v12623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:08.635541+0000 mgr.y (mgr.14556) 14284 : cluster [DBG] pgmap v12623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:08.635541+0000 mgr.y (mgr.14556) 14284 : cluster [DBG] pgmap v12623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:46:09.315204+0000 mgr.y (mgr.14556) 14285 : audit [DBG] from='client.29496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:46:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:46:09.607209+0000 mgr.y (mgr.14556) 14286 : audit [DBG] from='client.29502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:46:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:46:09.972465+0000 mon.c (mon.2) 363 : audit [DBG] from='client.? 172.21.15.23:0/2095097993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:46:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:46:09.315204+0000 mgr.y (mgr.14556) 14285 : audit [DBG] from='client.29496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:46:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:46:09.607209+0000 mgr.y (mgr.14556) 14286 : audit [DBG] from='client.29502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:46:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:46:09.972465+0000 mon.c (mon.2) 363 : audit [DBG] from='client.? 172.21.15.23:0/2095097993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:46:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:46:09.315204+0000 mgr.y (mgr.14556) 14285 : audit [DBG] from='client.29496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:46:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:46:09.607209+0000 mgr.y (mgr.14556) 14286 : audit [DBG] from='client.29502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:46:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:46:09.972465+0000 mon.c (mon.2) 363 : audit [DBG] from='client.? 172.21.15.23:0/2095097993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:46:11.880 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:46:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:10.636096+0000 mgr.y (mgr.14556) 14287 : cluster [DBG] pgmap v12624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:12.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:10.636096+0000 mgr.y (mgr.14556) 14287 : cluster [DBG] pgmap v12624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:12.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:10.636096+0000 mgr.y (mgr.14556) 14287 : cluster [DBG] pgmap v12624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:12.636597+0000 mgr.y (mgr.14556) 14288 : cluster [DBG] pgmap v12625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:12.636597+0000 mgr.y (mgr.14556) 14288 : cluster [DBG] pgmap v12625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:12.636597+0000 mgr.y (mgr.14556) 14288 : cluster [DBG] pgmap v12625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:46:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:46:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:14.637012+0000 mgr.y (mgr.14556) 14289 : cluster [DBG] pgmap v12626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:14.637012+0000 mgr.y (mgr.14556) 14289 : cluster [DBG] pgmap v12626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:14.637012+0000 mgr.y (mgr.14556) 14289 : cluster [DBG] pgmap v12626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:16.637813+0000 mgr.y (mgr.14556) 14290 : cluster [DBG] pgmap v12627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:16.637813+0000 mgr.y (mgr.14556) 14290 : cluster [DBG] pgmap v12627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:16.637813+0000 mgr.y (mgr.14556) 14290 : cluster [DBG] pgmap v12627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:18.638223+0000 mgr.y (mgr.14556) 14291 : cluster [DBG] pgmap v12628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:18.638223+0000 mgr.y (mgr.14556) 14291 : cluster [DBG] pgmap v12628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:18.638223+0000 mgr.y (mgr.14556) 14291 : cluster [DBG] pgmap v12628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:20.639021+0000 mgr.y (mgr.14556) 14292 : cluster [DBG] pgmap v12629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:46:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:20.639021+0000 mgr.y (mgr.14556) 14292 : cluster [DBG] pgmap v12629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:20.639021+0000 mgr.y (mgr.14556) 14292 : cluster [DBG] pgmap v12629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:46:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:46:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:22.639590+0000 mgr.y (mgr.14556) 14293 : cluster [DBG] pgmap v12630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:22.639590+0000 mgr.y (mgr.14556) 14293 : cluster [DBG] pgmap v12630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:22.639590+0000 mgr.y (mgr.14556) 14293 : cluster [DBG] pgmap v12630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:24.640154+0000 mgr.y (mgr.14556) 14294 : cluster [DBG] pgmap v12631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:24.640154+0000 mgr.y (mgr.14556) 14294 : cluster [DBG] pgmap v12631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:24.640154+0000 mgr.y (mgr.14556) 14294 : cluster [DBG] pgmap v12631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:26.640837+0000 mgr.y (mgr.14556) 14295 : cluster [DBG] pgmap v12632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:26.640837+0000 mgr.y (mgr.14556) 14295 : cluster [DBG] pgmap v12632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:26.640837+0000 mgr.y (mgr.14556) 14295 : cluster [DBG] pgmap v12632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:28.641473+0000 mgr.y (mgr.14556) 14296 : cluster [DBG] pgmap v12633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:28.641473+0000 mgr.y (mgr.14556) 14296 : cluster [DBG] pgmap v12633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:28.641473+0000 mgr.y (mgr.14556) 14296 : cluster [DBG] pgmap v12633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:30.642407+0000 mgr.y (mgr.14556) 14297 : cluster [DBG] pgmap v12634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:46:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:30.642407+0000 mgr.y (mgr.14556) 14297 : cluster [DBG] pgmap v12634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:30.642407+0000 mgr.y (mgr.14556) 14297 : cluster [DBG] pgmap v12634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:32.642990+0000 mgr.y (mgr.14556) 14298 : cluster [DBG] pgmap v12635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:32.642990+0000 mgr.y (mgr.14556) 14298 : cluster [DBG] pgmap v12635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:46:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:46:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:32.642990+0000 mgr.y (mgr.14556) 14298 : cluster [DBG] pgmap v12635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:34.643432+0000 mgr.y (mgr.14556) 14299 : cluster [DBG] pgmap v12636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:34.643432+0000 mgr.y (mgr.14556) 14299 : cluster [DBG] pgmap v12636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:34.643432+0000 mgr.y (mgr.14556) 14299 : cluster [DBG] pgmap v12636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:36.644057+0000 mgr.y (mgr.14556) 14300 : cluster [DBG] pgmap v12637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:36.644057+0000 mgr.y (mgr.14556) 14300 : cluster [DBG] pgmap v12637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:36.644057+0000 mgr.y (mgr.14556) 14300 : cluster [DBG] pgmap v12637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:38.644447+0000 mgr.y (mgr.14556) 14301 : cluster [DBG] pgmap v12638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:38.644447+0000 mgr.y (mgr.14556) 14301 : cluster [DBG] pgmap v12638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:38.644447+0000 mgr.y (mgr.14556) 14301 : cluster [DBG] pgmap v12638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:40.297 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:46:40.585 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:46:40.585 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6h) 2m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:46:40.585 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 2m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:46:40.585 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 2m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:46:40.585 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 2m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:46:40.585 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 2m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:46:40.586 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 2m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:46:40.586 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 2m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:46:40.586 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 2m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:46:40.586 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 2m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:46:40.586 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 2m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:46:40.586 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 2m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:46:40.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 2m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:46:40.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 2m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:46:40.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 2m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:46:40.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 2m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:46:40.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 2m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:46:40.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 2m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:46:40.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 2m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:46:40.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 2m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:46:40.587 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (6h) 2m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:46:40.938 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:46:40.938 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:46:40.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:46:40.938 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:46:40.938 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:46:40.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:46:40.939 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:46:40.939 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:46:40.939 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:46:40.939 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:46:40.939 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:46:40.939 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:46:40.939 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:46:40.939 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:46:40.939 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:46:40.939 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:46:40.939 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:46:41.837 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:46:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:46:40.286143+0000 mgr.y (mgr.14556) 14302 : audit [DBG] from='client.39425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:46:42.165 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:46:40.578122+0000 mgr.y (mgr.14556) 14303 : audit [DBG] from='client.39431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:46:42.165 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:40.645012+0000 mgr.y (mgr.14556) 14304 : cluster [DBG] pgmap v12639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:42.165 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:46:40.938963+0000 mon.a (mon.0) 3213 : audit [DBG] from='client.? 172.21.15.23:0/3002296780' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:46:42.165 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:46:40.286143+0000 mgr.y (mgr.14556) 14302 : audit [DBG] from='client.39425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:46:42.165 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:46:40.578122+0000 mgr.y (mgr.14556) 14303 : audit [DBG] from='client.39431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:46:42.165 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:40.645012+0000 mgr.y (mgr.14556) 14304 : cluster [DBG] pgmap v12639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:42.165 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:46:40.938963+0000 mon.a (mon.0) 3213 : audit [DBG] from='client.? 172.21.15.23:0/3002296780' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:46:42.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:46:40.286143+0000 mgr.y (mgr.14556) 14302 : audit [DBG] from='client.39425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:46:42.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:46:40.578122+0000 mgr.y (mgr.14556) 14303 : audit [DBG] from='client.39431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:46:42.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:40.645012+0000 mgr.y (mgr.14556) 14304 : cluster [DBG] pgmap v12639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:42.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:46:40.938963+0000 mon.a (mon.0) 3213 : audit [DBG] from='client.? 172.21.15.23:0/3002296780' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:46:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:42.645569+0000 mgr.y (mgr.14556) 14305 : cluster [DBG] pgmap v12640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:42.645569+0000 mgr.y (mgr.14556) 14305 : cluster [DBG] pgmap v12640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:46:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:46:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:42.645569+0000 mgr.y (mgr.14556) 14305 : cluster [DBG] pgmap v12640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:44.645919+0000 mgr.y (mgr.14556) 14306 : cluster [DBG] pgmap v12641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:44.645919+0000 mgr.y (mgr.14556) 14306 : cluster [DBG] pgmap v12641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:44.645919+0000 mgr.y (mgr.14556) 14306 : cluster [DBG] pgmap v12641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:46.646563+0000 mgr.y (mgr.14556) 14307 : cluster [DBG] pgmap v12642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:46.646563+0000 mgr.y (mgr.14556) 14307 : cluster [DBG] pgmap v12642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:46.646563+0000 mgr.y (mgr.14556) 14307 : cluster [DBG] pgmap v12642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:48.646981+0000 mgr.y (mgr.14556) 14308 : cluster [DBG] pgmap v12643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:48.646981+0000 mgr.y (mgr.14556) 14308 : cluster [DBG] pgmap v12643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:48.646981+0000 mgr.y (mgr.14556) 14308 : cluster [DBG] pgmap v12643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:50.647841+0000 mgr.y (mgr.14556) 14309 : cluster [DBG] pgmap v12644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:50.647841+0000 mgr.y (mgr.14556) 14309 : cluster [DBG] pgmap v12644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:50.647841+0000 mgr.y (mgr.14556) 14309 : cluster [DBG] pgmap v12644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:46:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:46:53] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:46:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:52.648265+0000 mgr.y (mgr.14556) 14310 : cluster [DBG] pgmap v12645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:52.648265+0000 mgr.y (mgr.14556) 14310 : cluster [DBG] pgmap v12645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:52.648265+0000 mgr.y (mgr.14556) 14310 : cluster [DBG] pgmap v12645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:54.648670+0000 mgr.y (mgr.14556) 14311 : cluster [DBG] pgmap v12646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:54.648670+0000 mgr.y (mgr.14556) 14311 : cluster [DBG] pgmap v12646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:54.648670+0000 mgr.y (mgr.14556) 14311 : cluster [DBG] pgmap v12646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:56.649305+0000 mgr.y (mgr.14556) 14312 : cluster [DBG] pgmap v12647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:56.649305+0000 mgr.y (mgr.14556) 14312 : cluster [DBG] pgmap v12647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:46:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:56.649305+0000 mgr.y (mgr.14556) 14312 : cluster [DBG] pgmap v12647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:46:58.649716+0000 mgr.y (mgr.14556) 14313 : cluster [DBG] pgmap v12648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:46:58.649716+0000 mgr.y (mgr.14556) 14313 : cluster [DBG] pgmap v12648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:46:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:46:58.649716+0000 mgr.y (mgr.14556) 14313 : cluster [DBG] pgmap v12648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:00.650356+0000 mgr.y (mgr.14556) 14314 : cluster [DBG] pgmap v12649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:47:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:00.650356+0000 mgr.y (mgr.14556) 14314 : cluster [DBG] pgmap v12649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:00.650356+0000 mgr.y (mgr.14556) 14314 : cluster [DBG] pgmap v12649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:02.650764+0000 mgr.y (mgr.14556) 14315 : cluster [DBG] pgmap v12650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:47:03] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:47:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:02.650764+0000 mgr.y (mgr.14556) 14315 : cluster [DBG] pgmap v12650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:02.650764+0000 mgr.y (mgr.14556) 14315 : cluster [DBG] pgmap v12650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:04.651178+0000 mgr.y (mgr.14556) 14316 : cluster [DBG] pgmap v12651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:04.651178+0000 mgr.y (mgr.14556) 14316 : cluster [DBG] pgmap v12651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:04.651178+0000 mgr.y (mgr.14556) 14316 : cluster [DBG] pgmap v12651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:47:06.257609+0000 mon.a (mon.0) 3214 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:47:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:47:06.511210+0000 mon.a (mon.0) 3215 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:47:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:47:06.515486+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:47:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:47:06.257609+0000 mon.a (mon.0) 3214 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:47:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:47:06.511210+0000 mon.a (mon.0) 3215 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:47:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:47:06.515486+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:47:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:47:06.257609+0000 mon.a (mon.0) 3214 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:47:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:47:06.511210+0000 mon.a (mon.0) 3215 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:47:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:47:06.515486+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:47:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:06.651727+0000 mgr.y (mgr.14556) 14317 : cluster [DBG] pgmap v12652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:47:06.800933+0000 mon.a (mon.0) 3217 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:47:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:47:06.801579+0000 mon.a (mon.0) 3218 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:47:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:47:06.805668+0000 mon.a (mon.0) 3219 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:47:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:06.651727+0000 mgr.y (mgr.14556) 14317 : cluster [DBG] pgmap v12652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:47:06.800933+0000 mon.a (mon.0) 3217 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:47:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:47:06.801579+0000 mon.a (mon.0) 3218 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:47:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:47:06.805668+0000 mon.a (mon.0) 3219 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:47:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:06.651727+0000 mgr.y (mgr.14556) 14317 : cluster [DBG] pgmap v12652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:47:06.800933+0000 mon.a (mon.0) 3217 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:47:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:47:06.801579+0000 mon.a (mon.0) 3218 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:47:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:47:06.805668+0000 mon.a (mon.0) 3219 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:47:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:08.652134+0000 mgr.y (mgr.14556) 14318 : cluster [DBG] pgmap v12653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:08.652134+0000 mgr.y (mgr.14556) 14318 : cluster [DBG] pgmap v12653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:08.652134+0000 mgr.y (mgr.14556) 14318 : cluster [DBG] pgmap v12653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:11.263 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:47:11.552 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:47:11.552 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 3m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:47:11.552 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 3m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:47:11.552 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 3m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:47:11.552 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 3m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:47:11.552 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 3m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:47:11.552 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 3m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:47:11.552 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 3m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:47:11.552 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 3m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:47:11.552 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 3m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:47:11.552 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 3m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:47:11.553 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 3m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:47:11.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 3m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:47:11.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 3m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:47:11.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 3m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:47:11.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 3m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:47:11.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 3m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:47:11.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 3m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:47:11.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 3m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:47:11.553 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 3m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:47:11.553 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 3m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:47:11.899 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:47:11.900 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:47:11.901 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:47:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:10.652777+0000 mgr.y (mgr.14556) 14319 : cluster [DBG] pgmap v12654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:47:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:10.652777+0000 mgr.y (mgr.14556) 14319 : cluster [DBG] pgmap v12654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:10.652777+0000 mgr.y (mgr.14556) 14319 : cluster [DBG] pgmap v12654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:13.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:47:11.251923+0000 mgr.y (mgr.14556) 14320 : audit [DBG] from='client.29532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:47:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:47:11.544819+0000 mgr.y (mgr.14556) 14321 : audit [DBG] from='client.29538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:47:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:47:11.900493+0000 mon.a (mon.0) 3220 : audit [DBG] from='client.? 172.21.15.23:0/3890811321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:47:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:47:11.251923+0000 mgr.y (mgr.14556) 14320 : audit [DBG] from='client.29532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:47:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:47:11.544819+0000 mgr.y (mgr.14556) 14321 : audit [DBG] from='client.29538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:47:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:47:11.900493+0000 mon.a (mon.0) 3220 : audit [DBG] from='client.? 172.21.15.23:0/3890811321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:47:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:47:11.251923+0000 mgr.y (mgr.14556) 14320 : audit [DBG] from='client.29532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:47:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:47:11.544819+0000 mgr.y (mgr.14556) 14321 : audit [DBG] from='client.29538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:47:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:47:11.900493+0000 mon.a (mon.0) 3220 : audit [DBG] from='client.? 172.21.15.23:0/3890811321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:47:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:47:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:47:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:12.653225+0000 mgr.y (mgr.14556) 14322 : cluster [DBG] pgmap v12655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:12.653225+0000 mgr.y (mgr.14556) 14322 : cluster [DBG] pgmap v12655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:12.653225+0000 mgr.y (mgr.14556) 14322 : cluster [DBG] pgmap v12655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:14.653684+0000 mgr.y (mgr.14556) 14323 : cluster [DBG] pgmap v12656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:14.653684+0000 mgr.y (mgr.14556) 14323 : cluster [DBG] pgmap v12656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:14.653684+0000 mgr.y (mgr.14556) 14323 : cluster [DBG] pgmap v12656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:16.654405+0000 mgr.y (mgr.14556) 14324 : cluster [DBG] pgmap v12657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:16.654405+0000 mgr.y (mgr.14556) 14324 : cluster [DBG] pgmap v12657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:16.654405+0000 mgr.y (mgr.14556) 14324 : cluster [DBG] pgmap v12657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:20.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:18.654815+0000 mgr.y (mgr.14556) 14325 : cluster [DBG] pgmap v12658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:18.654815+0000 mgr.y (mgr.14556) 14325 : cluster [DBG] pgmap v12658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:18.654815+0000 mgr.y (mgr.14556) 14325 : cluster [DBG] pgmap v12658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:20.655436+0000 mgr.y (mgr.14556) 14326 : cluster [DBG] pgmap v12659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:47:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:20.655436+0000 mgr.y (mgr.14556) 14326 : cluster [DBG] pgmap v12659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:20.655436+0000 mgr.y (mgr.14556) 14326 : cluster [DBG] pgmap v12659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:47:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:47:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:22.655904+0000 mgr.y (mgr.14556) 14327 : cluster [DBG] pgmap v12660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:22.655904+0000 mgr.y (mgr.14556) 14327 : cluster [DBG] pgmap v12660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:22.655904+0000 mgr.y (mgr.14556) 14327 : cluster [DBG] pgmap v12660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:24.656352+0000 mgr.y (mgr.14556) 14328 : cluster [DBG] pgmap v12661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:24.656352+0000 mgr.y (mgr.14556) 14328 : cluster [DBG] pgmap v12661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:24.656352+0000 mgr.y (mgr.14556) 14328 : cluster [DBG] pgmap v12661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:26.656998+0000 mgr.y (mgr.14556) 14329 : cluster [DBG] pgmap v12662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:26.656998+0000 mgr.y (mgr.14556) 14329 : cluster [DBG] pgmap v12662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:26.656998+0000 mgr.y (mgr.14556) 14329 : cluster [DBG] pgmap v12662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:28.657377+0000 mgr.y (mgr.14556) 14330 : cluster [DBG] pgmap v12663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:28.657377+0000 mgr.y (mgr.14556) 14330 : cluster [DBG] pgmap v12663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:28.657377+0000 mgr.y (mgr.14556) 14330 : cluster [DBG] pgmap v12663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:30.658095+0000 mgr.y (mgr.14556) 14331 : cluster [DBG] pgmap v12664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:47:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:30.658095+0000 mgr.y (mgr.14556) 14331 : cluster [DBG] pgmap v12664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:30.658095+0000 mgr.y (mgr.14556) 14331 : cluster [DBG] pgmap v12664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:47:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:47:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:32.658636+0000 mgr.y (mgr.14556) 14332 : cluster [DBG] pgmap v12665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:32.658636+0000 mgr.y (mgr.14556) 14332 : cluster [DBG] pgmap v12665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:32.658636+0000 mgr.y (mgr.14556) 14332 : cluster [DBG] pgmap v12665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:34.659011+0000 mgr.y (mgr.14556) 14333 : cluster [DBG] pgmap v12666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:34.659011+0000 mgr.y (mgr.14556) 14333 : cluster [DBG] pgmap v12666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:34.659011+0000 mgr.y (mgr.14556) 14333 : cluster [DBG] pgmap v12666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:36.659624+0000 mgr.y (mgr.14556) 14334 : cluster [DBG] pgmap v12667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:36.659624+0000 mgr.y (mgr.14556) 14334 : cluster [DBG] pgmap v12667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:36.659624+0000 mgr.y (mgr.14556) 14334 : cluster [DBG] pgmap v12667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:38.660045+0000 mgr.y (mgr.14556) 14335 : cluster [DBG] pgmap v12668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:38.660045+0000 mgr.y (mgr.14556) 14335 : cluster [DBG] pgmap v12668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:38.660045+0000 mgr.y (mgr.14556) 14335 : cluster [DBG] pgmap v12668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:41.812 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:47:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:40.660726+0000 mgr.y (mgr.14556) 14336 : cluster [DBG] pgmap v12669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:40.660726+0000 mgr.y (mgr.14556) 14336 : cluster [DBG] pgmap v12669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:40.660726+0000 mgr.y (mgr.14556) 14336 : cluster [DBG] pgmap v12669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:42.224 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:47:42.510 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:47:42.510 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 3m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:47:42.510 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 3m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:47:42.510 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 3m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:47:42.510 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 3m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 3m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 3m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 3m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 3m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 3m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 3m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 3m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 3m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 3m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 3m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 3m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 3m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 3m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 3m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 3m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:47:42.511 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 3m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:47:42.864 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:47:42.864 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:47:42.864 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:47:42.864 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:47:42.864 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:47:42.864 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:47:42.864 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:47:42.864 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:47:42.865 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:47:42.865 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:47:42.865 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:47:42.865 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:47:42.865 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:47:42.865 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:47:42.865 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:47:42.865 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:47:42.865 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:47:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:47:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:47:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:47:42.213072+0000 mgr.y (mgr.14556) 14337 : audit [DBG] from='client.39461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:47:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:47:42.503296+0000 mgr.y (mgr.14556) 14338 : audit [DBG] from='client.29556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:47:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:42.661045+0000 mgr.y (mgr.14556) 14339 : cluster [DBG] pgmap v12670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:47:42.864867+0000 mon.a (mon.0) 3221 : audit [DBG] from='client.? 172.21.15.23:0/2629667933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:47:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:47:42.213072+0000 mgr.y (mgr.14556) 14337 : audit [DBG] from='client.39461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:47:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:47:42.503296+0000 mgr.y (mgr.14556) 14338 : audit [DBG] from='client.29556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:47:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:42.661045+0000 mgr.y (mgr.14556) 14339 : cluster [DBG] pgmap v12670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:47:42.864867+0000 mon.a (mon.0) 3221 : audit [DBG] from='client.? 172.21.15.23:0/2629667933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:47:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:47:42.213072+0000 mgr.y (mgr.14556) 14337 : audit [DBG] from='client.39461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:47:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:47:42.503296+0000 mgr.y (mgr.14556) 14338 : audit [DBG] from='client.29556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:47:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:42.661045+0000 mgr.y (mgr.14556) 14339 : cluster [DBG] pgmap v12670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:47:42.864867+0000 mon.a (mon.0) 3221 : audit [DBG] from='client.? 172.21.15.23:0/2629667933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:47:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:44.661523+0000 mgr.y (mgr.14556) 14340 : cluster [DBG] pgmap v12671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:44.661523+0000 mgr.y (mgr.14556) 14340 : cluster [DBG] pgmap v12671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:44.661523+0000 mgr.y (mgr.14556) 14340 : cluster [DBG] pgmap v12671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:46.662113+0000 mgr.y (mgr.14556) 14341 : cluster [DBG] pgmap v12672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:46.662113+0000 mgr.y (mgr.14556) 14341 : cluster [DBG] pgmap v12672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:46.662113+0000 mgr.y (mgr.14556) 14341 : cluster [DBG] pgmap v12672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:48.662509+0000 mgr.y (mgr.14556) 14342 : cluster [DBG] pgmap v12673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:48.662509+0000 mgr.y (mgr.14556) 14342 : cluster [DBG] pgmap v12673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:48.662509+0000 mgr.y (mgr.14556) 14342 : cluster [DBG] pgmap v12673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:51.859 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:47:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:50.663147+0000 mgr.y (mgr.14556) 14343 : cluster [DBG] pgmap v12674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:50.663147+0000 mgr.y (mgr.14556) 14343 : cluster [DBG] pgmap v12674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:50.663147+0000 mgr.y (mgr.14556) 14343 : cluster [DBG] pgmap v12674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:47:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:47:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:52.663527+0000 mgr.y (mgr.14556) 14344 : cluster [DBG] pgmap v12675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:52.663527+0000 mgr.y (mgr.14556) 14344 : cluster [DBG] pgmap v12675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:52.663527+0000 mgr.y (mgr.14556) 14344 : cluster [DBG] pgmap v12675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:54.663989+0000 mgr.y (mgr.14556) 14345 : cluster [DBG] pgmap v12676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:54.663989+0000 mgr.y (mgr.14556) 14345 : cluster [DBG] pgmap v12676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:54.663989+0000 mgr.y (mgr.14556) 14345 : cluster [DBG] pgmap v12676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:56.664637+0000 mgr.y (mgr.14556) 14346 : cluster [DBG] pgmap v12677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:56.664637+0000 mgr.y (mgr.14556) 14346 : cluster [DBG] pgmap v12677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:47:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:56.664637+0000 mgr.y (mgr.14556) 14346 : cluster [DBG] pgmap v12677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:47:58.665125+0000 mgr.y (mgr.14556) 14347 : cluster [DBG] pgmap v12678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:47:58.665125+0000 mgr.y (mgr.14556) 14347 : cluster [DBG] pgmap v12678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:47:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:47:58.665125+0000 mgr.y (mgr.14556) 14347 : cluster [DBG] pgmap v12678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:00.665829+0000 mgr.y (mgr.14556) 14348 : cluster [DBG] pgmap v12679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:48:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:00.665829+0000 mgr.y (mgr.14556) 14348 : cluster [DBG] pgmap v12679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:00.665829+0000 mgr.y (mgr.14556) 14348 : cluster [DBG] pgmap v12679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:02.666385+0000 mgr.y (mgr.14556) 14349 : cluster [DBG] pgmap v12680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:48:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:48:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:02.666385+0000 mgr.y (mgr.14556) 14349 : cluster [DBG] pgmap v12680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:02.666385+0000 mgr.y (mgr.14556) 14349 : cluster [DBG] pgmap v12680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:04.666917+0000 mgr.y (mgr.14556) 14350 : cluster [DBG] pgmap v12681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:04.666917+0000 mgr.y (mgr.14556) 14350 : cluster [DBG] pgmap v12681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:04.666917+0000 mgr.y (mgr.14556) 14350 : cluster [DBG] pgmap v12681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:06.667585+0000 mgr.y (mgr.14556) 14351 : cluster [DBG] pgmap v12682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:48:06.810148+0000 mon.a (mon.0) 3222 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:48:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:48:07.116753+0000 mon.a (mon.0) 3223 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:48:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:48:07.117414+0000 mon.a (mon.0) 3224 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:48:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:48:07.126272+0000 mon.a (mon.0) 3225 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:48:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:06.667585+0000 mgr.y (mgr.14556) 14351 : cluster [DBG] pgmap v12682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:48:06.810148+0000 mon.a (mon.0) 3222 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:48:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:48:07.116753+0000 mon.a (mon.0) 3223 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:48:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:48:07.117414+0000 mon.a (mon.0) 3224 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:48:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:48:07.126272+0000 mon.a (mon.0) 3225 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:48:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:06.667585+0000 mgr.y (mgr.14556) 14351 : cluster [DBG] pgmap v12682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:48:06.810148+0000 mon.a (mon.0) 3222 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:48:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:48:07.116753+0000 mon.a (mon.0) 3223 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:48:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:48:07.117414+0000 mon.a (mon.0) 3224 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:48:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:48:07.126272+0000 mon.a (mon.0) 3225 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:48:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:08.668000+0000 mgr.y (mgr.14556) 14352 : cluster [DBG] pgmap v12683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:08.668000+0000 mgr.y (mgr.14556) 14352 : cluster [DBG] pgmap v12683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:08.668000+0000 mgr.y (mgr.14556) 14352 : cluster [DBG] pgmap v12683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:11.792 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:48:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:10.668608+0000 mgr.y (mgr.14556) 14353 : cluster [DBG] pgmap v12684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:10.668608+0000 mgr.y (mgr.14556) 14353 : cluster [DBG] pgmap v12684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:10.668608+0000 mgr.y (mgr.14556) 14353 : cluster [DBG] pgmap v12684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:13.186 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:48:13.474 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 4m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 4m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 4m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 4m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 4m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 4m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 4m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 4m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 4m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 4m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 4m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 4m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 4m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 4m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 4m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 4m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:48:13.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 4m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:48:13.476 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 4m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:48:13.476 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 4m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:48:13.476 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 4m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:48:13.821 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:48:13.821 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:48:13.821 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:48:13.821 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:48:13.821 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:48:13.821 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:48:13.821 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:48:13.821 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:48:13.821 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:48:13.821 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:48:13.822 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:48:13.822 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:48:13.822 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:48:13.822 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:48:13.822 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:48:13.822 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:48:13.822 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:48:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:12.669183+0000 mgr.y (mgr.14556) 14354 : cluster [DBG] pgmap v12685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:48:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:48:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:12.669183+0000 mgr.y (mgr.14556) 14354 : cluster [DBG] pgmap v12685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:12.669183+0000 mgr.y (mgr.14556) 14354 : cluster [DBG] pgmap v12685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:48:13.175603+0000 mgr.y (mgr.14556) 14355 : audit [DBG] from='client.29568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:48:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:48:13.467440+0000 mgr.y (mgr.14556) 14356 : audit [DBG] from='client.39485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:48:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:48:13.822011+0000 mon.c (mon.2) 364 : audit [DBG] from='client.? 172.21.15.23:0/548083337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:48:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:48:13.175603+0000 mgr.y (mgr.14556) 14355 : audit [DBG] from='client.29568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:48:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:48:13.467440+0000 mgr.y (mgr.14556) 14356 : audit [DBG] from='client.39485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:48:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:48:13.822011+0000 mon.c (mon.2) 364 : audit [DBG] from='client.? 172.21.15.23:0/548083337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:48:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:48:13.175603+0000 mgr.y (mgr.14556) 14355 : audit [DBG] from='client.29568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:48:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:48:13.467440+0000 mgr.y (mgr.14556) 14356 : audit [DBG] from='client.39485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:48:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:48:13.822011+0000 mon.c (mon.2) 364 : audit [DBG] from='client.? 172.21.15.23:0/548083337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:48:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:14.669737+0000 mgr.y (mgr.14556) 14357 : cluster [DBG] pgmap v12686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:14.669737+0000 mgr.y (mgr.14556) 14357 : cluster [DBG] pgmap v12686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:14.669737+0000 mgr.y (mgr.14556) 14357 : cluster [DBG] pgmap v12686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:16.670405+0000 mgr.y (mgr.14556) 14358 : cluster [DBG] pgmap v12687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:16.670405+0000 mgr.y (mgr.14556) 14358 : cluster [DBG] pgmap v12687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:16.670405+0000 mgr.y (mgr.14556) 14358 : cluster [DBG] pgmap v12687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:18.670981+0000 mgr.y (mgr.14556) 14359 : cluster [DBG] pgmap v12688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:18.670981+0000 mgr.y (mgr.14556) 14359 : cluster [DBG] pgmap v12688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:18.670981+0000 mgr.y (mgr.14556) 14359 : cluster [DBG] pgmap v12688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:21.854 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:48:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:20.671719+0000 mgr.y (mgr.14556) 14360 : cluster [DBG] pgmap v12689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:20.671719+0000 mgr.y (mgr.14556) 14360 : cluster [DBG] pgmap v12689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:20.671719+0000 mgr.y (mgr.14556) 14360 : cluster [DBG] pgmap v12689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:22.672191+0000 mgr.y (mgr.14556) 14361 : cluster [DBG] pgmap v12690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:22.672191+0000 mgr.y (mgr.14556) 14361 : cluster [DBG] pgmap v12690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:48:23] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:48:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:22.672191+0000 mgr.y (mgr.14556) 14361 : cluster [DBG] pgmap v12690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:24.672825+0000 mgr.y (mgr.14556) 14362 : cluster [DBG] pgmap v12691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:24.672825+0000 mgr.y (mgr.14556) 14362 : cluster [DBG] pgmap v12691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:24.672825+0000 mgr.y (mgr.14556) 14362 : cluster [DBG] pgmap v12691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:26.673563+0000 mgr.y (mgr.14556) 14363 : cluster [DBG] pgmap v12692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:26.673563+0000 mgr.y (mgr.14556) 14363 : cluster [DBG] pgmap v12692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:26.673563+0000 mgr.y (mgr.14556) 14363 : cluster [DBG] pgmap v12692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:28.673879+0000 mgr.y (mgr.14556) 14364 : cluster [DBG] pgmap v12693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:28.673879+0000 mgr.y (mgr.14556) 14364 : cluster [DBG] pgmap v12693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:28.673879+0000 mgr.y (mgr.14556) 14364 : cluster [DBG] pgmap v12693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:30.674765+0000 mgr.y (mgr.14556) 14365 : cluster [DBG] pgmap v12694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:30.674765+0000 mgr.y (mgr.14556) 14365 : cluster [DBG] pgmap v12694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:30.674765+0000 mgr.y (mgr.14556) 14365 : cluster [DBG] pgmap v12694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:48:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:32.675181+0000 mgr.y (mgr.14556) 14366 : cluster [DBG] pgmap v12695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:48:33] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:48:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:32.675181+0000 mgr.y (mgr.14556) 14366 : cluster [DBG] pgmap v12695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:32.675181+0000 mgr.y (mgr.14556) 14366 : cluster [DBG] pgmap v12695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:34.675581+0000 mgr.y (mgr.14556) 14367 : cluster [DBG] pgmap v12696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:34.675581+0000 mgr.y (mgr.14556) 14367 : cluster [DBG] pgmap v12696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:34.675581+0000 mgr.y (mgr.14556) 14367 : cluster [DBG] pgmap v12696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:36.676208+0000 mgr.y (mgr.14556) 14368 : cluster [DBG] pgmap v12697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:36.676208+0000 mgr.y (mgr.14556) 14368 : cluster [DBG] pgmap v12697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:36.676208+0000 mgr.y (mgr.14556) 14368 : cluster [DBG] pgmap v12697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:38.676721+0000 mgr.y (mgr.14556) 14369 : cluster [DBG] pgmap v12698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:38.676721+0000 mgr.y (mgr.14556) 14369 : cluster [DBG] pgmap v12698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:38.676721+0000 mgr.y (mgr.14556) 14369 : cluster [DBG] pgmap v12698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:40.677376+0000 mgr.y (mgr.14556) 14370 : cluster [DBG] pgmap v12699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:48:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:40.677376+0000 mgr.y (mgr.14556) 14370 : cluster [DBG] pgmap v12699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:40.677376+0000 mgr.y (mgr.14556) 14370 : cluster [DBG] pgmap v12699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:48:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:48:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:42.677787+0000 mgr.y (mgr.14556) 14371 : cluster [DBG] pgmap v12700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:42.677787+0000 mgr.y (mgr.14556) 14371 : cluster [DBG] pgmap v12700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:44.146 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:48:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:42.677787+0000 mgr.y (mgr.14556) 14371 : cluster [DBG] pgmap v12700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:44.432 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:48:44.432 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 4m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:48:44.433 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 4m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:48:44.433 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 4m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:48:44.433 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 4m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:48:44.433 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 4m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:48:44.433 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 4m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:48:44.433 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 4m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:48:44.433 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 4m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:48:44.433 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 4m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:48:44.433 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 4m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:48:44.433 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 4m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:48:44.434 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 4m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:48:44.434 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 4m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:48:44.434 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 4m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:48:44.434 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 4m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:48:44.434 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 4m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:48:44.434 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 4m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:48:44.434 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 4m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:48:44.434 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 4m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:48:44.434 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 4m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:48:44.784 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:48:44.785 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:48:44.785 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:48:44.785 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:48:44.785 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:48:44.785 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:48:44.785 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:48:44.785 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:48:44.785 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:48:44.785 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:48:44.785 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:48:44.785 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:48:44.785 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:48:44.786 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:48:44.786 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:48:44.786 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:48:44.786 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:48:45.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:48:44.785376+0000 mon.a (mon.0) 3226 : audit [DBG] from='client.? 172.21.15.23:0/1233150532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:48:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:48:44.785376+0000 mon.a (mon.0) 3226 : audit [DBG] from='client.? 172.21.15.23:0/1233150532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:48:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:48:44.785376+0000 mon.a (mon.0) 3226 : audit [DBG] from='client.? 172.21.15.23:0/1233150532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:48:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:48:44.135654+0000 mgr.y (mgr.14556) 14372 : audit [DBG] from='client.29586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:48:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:48:44.425539+0000 mgr.y (mgr.14556) 14373 : audit [DBG] from='client.39503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:48:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:44.678086+0000 mgr.y (mgr.14556) 14374 : cluster [DBG] pgmap v12701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:48:44.135654+0000 mgr.y (mgr.14556) 14372 : audit [DBG] from='client.29586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:48:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:48:44.425539+0000 mgr.y (mgr.14556) 14373 : audit [DBG] from='client.39503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:48:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:44.678086+0000 mgr.y (mgr.14556) 14374 : cluster [DBG] pgmap v12701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:48:44.135654+0000 mgr.y (mgr.14556) 14372 : audit [DBG] from='client.29586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:48:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:48:44.425539+0000 mgr.y (mgr.14556) 14373 : audit [DBG] from='client.39503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:48:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:44.678086+0000 mgr.y (mgr.14556) 14374 : cluster [DBG] pgmap v12701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:46.678922+0000 mgr.y (mgr.14556) 14375 : cluster [DBG] pgmap v12702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:46.678922+0000 mgr.y (mgr.14556) 14375 : cluster [DBG] pgmap v12702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:46.678922+0000 mgr.y (mgr.14556) 14375 : cluster [DBG] pgmap v12702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:48.679374+0000 mgr.y (mgr.14556) 14376 : cluster [DBG] pgmap v12703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:48.679374+0000 mgr.y (mgr.14556) 14376 : cluster [DBG] pgmap v12703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:48.679374+0000 mgr.y (mgr.14556) 14376 : cluster [DBG] pgmap v12703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:51.858 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:48:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:50.680179+0000 mgr.y (mgr.14556) 14377 : cluster [DBG] pgmap v12704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:50.680179+0000 mgr.y (mgr.14556) 14377 : cluster [DBG] pgmap v12704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:50.680179+0000 mgr.y (mgr.14556) 14377 : cluster [DBG] pgmap v12704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:52.680649+0000 mgr.y (mgr.14556) 14378 : cluster [DBG] pgmap v12705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:48:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:48:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:52.680649+0000 mgr.y (mgr.14556) 14378 : cluster [DBG] pgmap v12705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:52.680649+0000 mgr.y (mgr.14556) 14378 : cluster [DBG] pgmap v12705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:54.681017+0000 mgr.y (mgr.14556) 14379 : cluster [DBG] pgmap v12706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:54.681017+0000 mgr.y (mgr.14556) 14379 : cluster [DBG] pgmap v12706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:54.681017+0000 mgr.y (mgr.14556) 14379 : cluster [DBG] pgmap v12706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:56.681839+0000 mgr.y (mgr.14556) 14380 : cluster [DBG] pgmap v12707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:56.681839+0000 mgr.y (mgr.14556) 14380 : cluster [DBG] pgmap v12707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:48:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:56.681839+0000 mgr.y (mgr.14556) 14380 : cluster [DBG] pgmap v12707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:48:58.682423+0000 mgr.y (mgr.14556) 14381 : cluster [DBG] pgmap v12708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:48:58.682423+0000 mgr.y (mgr.14556) 14381 : cluster [DBG] pgmap v12708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:48:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:48:58.682423+0000 mgr.y (mgr.14556) 14381 : cluster [DBG] pgmap v12708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:49:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:00.683040+0000 mgr.y (mgr.14556) 14382 : cluster [DBG] pgmap v12709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:00.683040+0000 mgr.y (mgr.14556) 14382 : cluster [DBG] pgmap v12709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:00.683040+0000 mgr.y (mgr.14556) 14382 : cluster [DBG] pgmap v12709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:02.683531+0000 mgr.y (mgr.14556) 14383 : cluster [DBG] pgmap v12710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:02.683531+0000 mgr.y (mgr.14556) 14383 : cluster [DBG] pgmap v12710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:49:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:49:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:02.683531+0000 mgr.y (mgr.14556) 14383 : cluster [DBG] pgmap v12710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:04.684009+0000 mgr.y (mgr.14556) 14384 : cluster [DBG] pgmap v12711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:04.684009+0000 mgr.y (mgr.14556) 14384 : cluster [DBG] pgmap v12711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:04.684009+0000 mgr.y (mgr.14556) 14384 : cluster [DBG] pgmap v12711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:06.684636+0000 mgr.y (mgr.14556) 14385 : cluster [DBG] pgmap v12712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:49:07.130710+0000 mon.a (mon.0) 3227 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:49:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:49:07.434626+0000 mon.a (mon.0) 3228 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:49:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:49:07.435307+0000 mon.a (mon.0) 3229 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:49:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:49:07.441263+0000 mon.a (mon.0) 3230 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:49:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:06.684636+0000 mgr.y (mgr.14556) 14385 : cluster [DBG] pgmap v12712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:49:07.130710+0000 mon.a (mon.0) 3227 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:49:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:49:07.434626+0000 mon.a (mon.0) 3228 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:49:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:49:07.435307+0000 mon.a (mon.0) 3229 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:49:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:49:07.441263+0000 mon.a (mon.0) 3230 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:49:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:06.684636+0000 mgr.y (mgr.14556) 14385 : cluster [DBG] pgmap v12712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:49:07.130710+0000 mon.a (mon.0) 3227 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:49:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:49:07.434626+0000 mon.a (mon.0) 3228 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:49:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:49:07.435307+0000 mon.a (mon.0) 3229 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:49:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:49:07.441263+0000 mon.a (mon.0) 3230 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:49:10.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:08.685175+0000 mgr.y (mgr.14556) 14386 : cluster [DBG] pgmap v12713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:08.685175+0000 mgr.y (mgr.14556) 14386 : cluster [DBG] pgmap v12713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:08.685175+0000 mgr.y (mgr.14556) 14386 : cluster [DBG] pgmap v12713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:11.789 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:49:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:10.685753+0000 mgr.y (mgr.14556) 14387 : cluster [DBG] pgmap v12714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:10.685753+0000 mgr.y (mgr.14556) 14387 : cluster [DBG] pgmap v12714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:10.685753+0000 mgr.y (mgr.14556) 14387 : cluster [DBG] pgmap v12714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:49:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:49:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:12.686319+0000 mgr.y (mgr.14556) 14388 : cluster [DBG] pgmap v12715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:12.686319+0000 mgr.y (mgr.14556) 14388 : cluster [DBG] pgmap v12715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:12.686319+0000 mgr.y (mgr.14556) 14388 : cluster [DBG] pgmap v12715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:15.110 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:49:15.398 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:49:15.398 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 5m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:49:15.398 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 5m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 5m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 5m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 5m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 5m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 5m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 5m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 5m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 5m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 5m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 5m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 5m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 5m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 5m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 5m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:49:15.399 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 5m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:49:15.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 5m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:49:15.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 5m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:49:15.400 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 5m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:49:15.748 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:49:15.748 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:49:15.748 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:49:15.748 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:49:15.748 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:49:15.748 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:49:15.748 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:49:15.748 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:49:15.748 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:49:15.748 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:49:15.748 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:49:15.749 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:49:15.749 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:49:15.749 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:49:15.749 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:49:15.749 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:49:15.749 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:49:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:14.686760+0000 mgr.y (mgr.14556) 14389 : cluster [DBG] pgmap v12716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:49:15.748936+0000 mon.a (mon.0) 3231 : audit [DBG] from='client.? 172.21.15.23:0/103286208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:49:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:14.686760+0000 mgr.y (mgr.14556) 14389 : cluster [DBG] pgmap v12716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:49:15.748936+0000 mon.a (mon.0) 3231 : audit [DBG] from='client.? 172.21.15.23:0/103286208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:49:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:14.686760+0000 mgr.y (mgr.14556) 14389 : cluster [DBG] pgmap v12716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:49:15.748936+0000 mon.a (mon.0) 3231 : audit [DBG] from='client.? 172.21.15.23:0/103286208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:49:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:49:15.099680+0000 mgr.y (mgr.14556) 14390 : audit [DBG] from='client.29604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:49:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:49:15.391266+0000 mgr.y (mgr.14556) 14391 : audit [DBG] from='client.39521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:49:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:49:15.099680+0000 mgr.y (mgr.14556) 14390 : audit [DBG] from='client.29604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:49:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:49:15.391266+0000 mgr.y (mgr.14556) 14391 : audit [DBG] from='client.39521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:49:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:49:15.099680+0000 mgr.y (mgr.14556) 14390 : audit [DBG] from='client.29604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:49:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:49:15.391266+0000 mgr.y (mgr.14556) 14391 : audit [DBG] from='client.39521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:49:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:16.687435+0000 mgr.y (mgr.14556) 14392 : cluster [DBG] pgmap v12717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:16.687435+0000 mgr.y (mgr.14556) 14392 : cluster [DBG] pgmap v12717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:16.687435+0000 mgr.y (mgr.14556) 14392 : cluster [DBG] pgmap v12717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:18.688023+0000 mgr.y (mgr.14556) 14393 : cluster [DBG] pgmap v12718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:18.688023+0000 mgr.y (mgr.14556) 14393 : cluster [DBG] pgmap v12718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:18.688023+0000 mgr.y (mgr.14556) 14393 : cluster [DBG] pgmap v12718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:21.847 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:49:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:20.688780+0000 mgr.y (mgr.14556) 14394 : cluster [DBG] pgmap v12719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:20.688780+0000 mgr.y (mgr.14556) 14394 : cluster [DBG] pgmap v12719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:20.688780+0000 mgr.y (mgr.14556) 14394 : cluster [DBG] pgmap v12719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:49:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:49:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:22.689419+0000 mgr.y (mgr.14556) 14395 : cluster [DBG] pgmap v12720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:22.689419+0000 mgr.y (mgr.14556) 14395 : cluster [DBG] pgmap v12720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:22.689419+0000 mgr.y (mgr.14556) 14395 : cluster [DBG] pgmap v12720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:24.690070+0000 mgr.y (mgr.14556) 14396 : cluster [DBG] pgmap v12721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:24.690070+0000 mgr.y (mgr.14556) 14396 : cluster [DBG] pgmap v12721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:24.690070+0000 mgr.y (mgr.14556) 14396 : cluster [DBG] pgmap v12721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:26.690798+0000 mgr.y (mgr.14556) 14397 : cluster [DBG] pgmap v12722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:26.690798+0000 mgr.y (mgr.14556) 14397 : cluster [DBG] pgmap v12722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:26.690798+0000 mgr.y (mgr.14556) 14397 : cluster [DBG] pgmap v12722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:28.691397+0000 mgr.y (mgr.14556) 14398 : cluster [DBG] pgmap v12723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:28.691397+0000 mgr.y (mgr.14556) 14398 : cluster [DBG] pgmap v12723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:28.691397+0000 mgr.y (mgr.14556) 14398 : cluster [DBG] pgmap v12723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:30.691976+0000 mgr.y (mgr.14556) 14399 : cluster [DBG] pgmap v12724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:49:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:30.691976+0000 mgr.y (mgr.14556) 14399 : cluster [DBG] pgmap v12724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:30.691976+0000 mgr.y (mgr.14556) 14399 : cluster [DBG] pgmap v12724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:49:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:49:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:32.692529+0000 mgr.y (mgr.14556) 14400 : cluster [DBG] pgmap v12725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:32.692529+0000 mgr.y (mgr.14556) 14400 : cluster [DBG] pgmap v12725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:32.692529+0000 mgr.y (mgr.14556) 14400 : cluster [DBG] pgmap v12725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:34.693070+0000 mgr.y (mgr.14556) 14401 : cluster [DBG] pgmap v12726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:34.693070+0000 mgr.y (mgr.14556) 14401 : cluster [DBG] pgmap v12726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:34.693070+0000 mgr.y (mgr.14556) 14401 : cluster [DBG] pgmap v12726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:36.693770+0000 mgr.y (mgr.14556) 14402 : cluster [DBG] pgmap v12727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:36.693770+0000 mgr.y (mgr.14556) 14402 : cluster [DBG] pgmap v12727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:36.693770+0000 mgr.y (mgr.14556) 14402 : cluster [DBG] pgmap v12727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:38.694107+0000 mgr.y (mgr.14556) 14403 : cluster [DBG] pgmap v12728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:38.694107+0000 mgr.y (mgr.14556) 14403 : cluster [DBG] pgmap v12728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:38.694107+0000 mgr.y (mgr.14556) 14403 : cluster [DBG] pgmap v12728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:41.816 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:49:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:40.694851+0000 mgr.y (mgr.14556) 14404 : cluster [DBG] pgmap v12729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:40.694851+0000 mgr.y (mgr.14556) 14404 : cluster [DBG] pgmap v12729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:40.694851+0000 mgr.y (mgr.14556) 14404 : cluster [DBG] pgmap v12729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:49:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:49:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:42.695249+0000 mgr.y (mgr.14556) 14405 : cluster [DBG] pgmap v12730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:42.695249+0000 mgr.y (mgr.14556) 14405 : cluster [DBG] pgmap v12730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:42.695249+0000 mgr.y (mgr.14556) 14405 : cluster [DBG] pgmap v12730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:46.078 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:49:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:44.695646+0000 mgr.y (mgr.14556) 14406 : cluster [DBG] pgmap v12731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:44.695646+0000 mgr.y (mgr.14556) 14406 : cluster [DBG] pgmap v12731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:44.695646+0000 mgr.y (mgr.14556) 14406 : cluster [DBG] pgmap v12731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:46.371 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:49:46.371 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 5m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:49:46.371 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 5m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:49:46.371 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 5m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:49:46.371 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 5m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:49:46.371 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 5m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 5m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 5m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 5m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 5m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 5m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 5m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 5m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 5m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 5m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 5m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 5m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 5m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 5m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 5m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:49:46.372 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 5m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:49:46.722 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:49:46.723 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:49:46.723 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:49:46.723 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:49:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:49:46.721773+0000 mon.c (mon.2) 365 : audit [DBG] from='client.? 172.21.15.23:0/1633021566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:49:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:49:46.721773+0000 mon.c (mon.2) 365 : audit [DBG] from='client.? 172.21.15.23:0/1633021566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:49:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:49:46.721773+0000 mon.c (mon.2) 365 : audit [DBG] from='client.? 172.21.15.23:0/1633021566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:49:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:49:46.067046+0000 mgr.y (mgr.14556) 14407 : audit [DBG] from='client.39533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:49:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:49:46.363758+0000 mgr.y (mgr.14556) 14408 : audit [DBG] from='client.39539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:49:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:46.696194+0000 mgr.y (mgr.14556) 14409 : cluster [DBG] pgmap v12732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:49:46.067046+0000 mgr.y (mgr.14556) 14407 : audit [DBG] from='client.39533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:49:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:49:46.363758+0000 mgr.y (mgr.14556) 14408 : audit [DBG] from='client.39539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:49:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:46.696194+0000 mgr.y (mgr.14556) 14409 : cluster [DBG] pgmap v12732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:49:46.067046+0000 mgr.y (mgr.14556) 14407 : audit [DBG] from='client.39533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:49:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:49:46.363758+0000 mgr.y (mgr.14556) 14408 : audit [DBG] from='client.39539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:49:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:46.696194+0000 mgr.y (mgr.14556) 14409 : cluster [DBG] pgmap v12732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:48.696683+0000 mgr.y (mgr.14556) 14410 : cluster [DBG] pgmap v12733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:48.696683+0000 mgr.y (mgr.14556) 14410 : cluster [DBG] pgmap v12733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:48.696683+0000 mgr.y (mgr.14556) 14410 : cluster [DBG] pgmap v12733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:51.874 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:49:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:50.697284+0000 mgr.y (mgr.14556) 14411 : cluster [DBG] pgmap v12734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:50.697284+0000 mgr.y (mgr.14556) 14411 : cluster [DBG] pgmap v12734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:50.697284+0000 mgr.y (mgr.14556) 14411 : cluster [DBG] pgmap v12734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:49:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:49:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:52.697691+0000 mgr.y (mgr.14556) 14412 : cluster [DBG] pgmap v12735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:52.697691+0000 mgr.y (mgr.14556) 14412 : cluster [DBG] pgmap v12735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:52.697691+0000 mgr.y (mgr.14556) 14412 : cluster [DBG] pgmap v12735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:54.698207+0000 mgr.y (mgr.14556) 14413 : cluster [DBG] pgmap v12736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:54.698207+0000 mgr.y (mgr.14556) 14413 : cluster [DBG] pgmap v12736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:54.698207+0000 mgr.y (mgr.14556) 14413 : cluster [DBG] pgmap v12736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:56.698992+0000 mgr.y (mgr.14556) 14414 : cluster [DBG] pgmap v12737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:56.698992+0000 mgr.y (mgr.14556) 14414 : cluster [DBG] pgmap v12737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:49:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:56.698992+0000 mgr.y (mgr.14556) 14414 : cluster [DBG] pgmap v12737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:49:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:49:58.699431+0000 mgr.y (mgr.14556) 14415 : cluster [DBG] pgmap v12738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T13:49:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:50:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:49:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:49:58.699431+0000 mgr.y (mgr.14556) 14415 : cluster [DBG] pgmap v12738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:49:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:49:58.699431+0000 mgr.y (mgr.14556) 14415 : cluster [DBG] pgmap v12738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:00.000163+0000 mon.a (mon.0) 3232 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:50:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:00.000163+0000 mon.a (mon.0) 3232 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:50:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:00.000163+0000 mon.a (mon.0) 3232 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T13:50:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:00.700036+0000 mgr.y (mgr.14556) 14416 : cluster [DBG] pgmap v12739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:50:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:00.700036+0000 mgr.y (mgr.14556) 14416 : cluster [DBG] pgmap v12739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:00.700036+0000 mgr.y (mgr.14556) 14416 : cluster [DBG] pgmap v12739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:02.700641+0000 mgr.y (mgr.14556) 14417 : cluster [DBG] pgmap v12740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:50:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:50:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:02.700641+0000 mgr.y (mgr.14556) 14417 : cluster [DBG] pgmap v12740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:02.700641+0000 mgr.y (mgr.14556) 14417 : cluster [DBG] pgmap v12740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:04.701033+0000 mgr.y (mgr.14556) 14418 : cluster [DBG] pgmap v12741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:04.701033+0000 mgr.y (mgr.14556) 14418 : cluster [DBG] pgmap v12741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:04.701033+0000 mgr.y (mgr.14556) 14418 : cluster [DBG] pgmap v12741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:06.701947+0000 mgr.y (mgr.14556) 14419 : cluster [DBG] pgmap v12742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:50:07.445830+0000 mon.a (mon.0) 3233 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:50:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:06.701947+0000 mgr.y (mgr.14556) 14419 : cluster [DBG] pgmap v12742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:50:07.445830+0000 mon.a (mon.0) 3233 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:50:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:06.701947+0000 mgr.y (mgr.14556) 14419 : cluster [DBG] pgmap v12742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:50:07.445830+0000 mon.a (mon.0) 3233 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:50:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:08.702313+0000 mgr.y (mgr.14556) 14420 : cluster [DBG] pgmap v12743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:08.702313+0000 mgr.y (mgr.14556) 14420 : cluster [DBG] pgmap v12743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:08.702313+0000 mgr.y (mgr.14556) 14420 : cluster [DBG] pgmap v12743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:11.877 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:50:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:10.702879+0000 mgr.y (mgr.14556) 14421 : cluster [DBG] pgmap v12744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:50:10.868949+0000 mon.a (mon.0) 3234 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:50:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:50:11.150689+0000 mon.a (mon.0) 3235 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:50:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:50:11.151311+0000 mon.a (mon.0) 3236 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:50:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:50:11.164992+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:50:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:10.702879+0000 mgr.y (mgr.14556) 14421 : cluster [DBG] pgmap v12744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:50:10.868949+0000 mon.a (mon.0) 3234 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:50:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:50:11.150689+0000 mon.a (mon.0) 3235 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:50:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:50:11.151311+0000 mon.a (mon.0) 3236 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:50:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:50:11.164992+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:50:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:10.702879+0000 mgr.y (mgr.14556) 14421 : cluster [DBG] pgmap v12744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:50:10.868949+0000 mon.a (mon.0) 3234 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:50:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:50:11.150689+0000 mon.a (mon.0) 3235 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:50:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:50:11.151311+0000 mon.a (mon.0) 3236 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:50:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:50:11.164992+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:50:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:50:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:50:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:12.703368+0000 mgr.y (mgr.14556) 14422 : cluster [DBG] pgmap v12745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:12.703368+0000 mgr.y (mgr.14556) 14422 : cluster [DBG] pgmap v12745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:12.703368+0000 mgr.y (mgr.14556) 14422 : cluster [DBG] pgmap v12745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:14.703889+0000 mgr.y (mgr.14556) 14423 : cluster [DBG] pgmap v12746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:14.703889+0000 mgr.y (mgr.14556) 14423 : cluster [DBG] pgmap v12746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:14.703889+0000 mgr.y (mgr.14556) 14423 : cluster [DBG] pgmap v12746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:17.047 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:50:17.334 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:50:17.334 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 6m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 6m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 6m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 6m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 6m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 6m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 6m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 6m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:50:17.335 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 6m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:50:17.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 6m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:50:17.336 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 6m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:50:17.336 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 6m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:50:17.684 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:50:17.684 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:50:17.684 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:50:17.684 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:50:17.684 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:50:17.685 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:50:17.685 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:50:17.685 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:50:17.685 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:50:17.685 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:50:17.685 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:50:17.685 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:50:17.685 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:50:17.685 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:50:17.686 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:50:17.686 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:50:17.686 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:50:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:16.704728+0000 mgr.y (mgr.14556) 14424 : cluster [DBG] pgmap v12747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:50:17.685122+0000 mon.a (mon.0) 3238 : audit [DBG] from='client.? 172.21.15.23:0/87817294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:50:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:16.704728+0000 mgr.y (mgr.14556) 14424 : cluster [DBG] pgmap v12747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:50:17.685122+0000 mon.a (mon.0) 3238 : audit [DBG] from='client.? 172.21.15.23:0/87817294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:50:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:16.704728+0000 mgr.y (mgr.14556) 14424 : cluster [DBG] pgmap v12747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:50:17.685122+0000 mon.a (mon.0) 3238 : audit [DBG] from='client.? 172.21.15.23:0/87817294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:50:19.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:50:17.035961+0000 mgr.y (mgr.14556) 14425 : audit [DBG] from='client.39551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:50:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:50:17.327389+0000 mgr.y (mgr.14556) 14426 : audit [DBG] from='client.29646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:50:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:50:17.035961+0000 mgr.y (mgr.14556) 14425 : audit [DBG] from='client.39551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:50:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:50:17.327389+0000 mgr.y (mgr.14556) 14426 : audit [DBG] from='client.29646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:50:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:50:17.035961+0000 mgr.y (mgr.14556) 14425 : audit [DBG] from='client.39551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:50:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:50:17.327389+0000 mgr.y (mgr.14556) 14426 : audit [DBG] from='client.29646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:50:20.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:18.705258+0000 mgr.y (mgr.14556) 14427 : cluster [DBG] pgmap v12748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:18.705258+0000 mgr.y (mgr.14556) 14427 : cluster [DBG] pgmap v12748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:18.705258+0000 mgr.y (mgr.14556) 14427 : cluster [DBG] pgmap v12748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:20.705910+0000 mgr.y (mgr.14556) 14428 : cluster [DBG] pgmap v12749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:50:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:20.705910+0000 mgr.y (mgr.14556) 14428 : cluster [DBG] pgmap v12749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:20.705910+0000 mgr.y (mgr.14556) 14428 : cluster [DBG] pgmap v12749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:22.706505+0000 mgr.y (mgr.14556) 14429 : cluster [DBG] pgmap v12750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:50:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:50:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:22.706505+0000 mgr.y (mgr.14556) 14429 : cluster [DBG] pgmap v12750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:22.706505+0000 mgr.y (mgr.14556) 14429 : cluster [DBG] pgmap v12750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:24.707053+0000 mgr.y (mgr.14556) 14430 : cluster [DBG] pgmap v12751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:24.707053+0000 mgr.y (mgr.14556) 14430 : cluster [DBG] pgmap v12751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:24.707053+0000 mgr.y (mgr.14556) 14430 : cluster [DBG] pgmap v12751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:26.707763+0000 mgr.y (mgr.14556) 14431 : cluster [DBG] pgmap v12752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:26.707763+0000 mgr.y (mgr.14556) 14431 : cluster [DBG] pgmap v12752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:26.707763+0000 mgr.y (mgr.14556) 14431 : cluster [DBG] pgmap v12752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:28.708141+0000 mgr.y (mgr.14556) 14432 : cluster [DBG] pgmap v12753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:28.708141+0000 mgr.y (mgr.14556) 14432 : cluster [DBG] pgmap v12753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:28.708141+0000 mgr.y (mgr.14556) 14432 : cluster [DBG] pgmap v12753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:31.827 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:50:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:30.708913+0000 mgr.y (mgr.14556) 14433 : cluster [DBG] pgmap v12754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:30.708913+0000 mgr.y (mgr.14556) 14433 : cluster [DBG] pgmap v12754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:30.708913+0000 mgr.y (mgr.14556) 14433 : cluster [DBG] pgmap v12754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:50:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:50:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:32.709345+0000 mgr.y (mgr.14556) 14434 : cluster [DBG] pgmap v12755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:32.709345+0000 mgr.y (mgr.14556) 14434 : cluster [DBG] pgmap v12755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:32.709345+0000 mgr.y (mgr.14556) 14434 : cluster [DBG] pgmap v12755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:34.709846+0000 mgr.y (mgr.14556) 14435 : cluster [DBG] pgmap v12756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:34.709846+0000 mgr.y (mgr.14556) 14435 : cluster [DBG] pgmap v12756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:34.709846+0000 mgr.y (mgr.14556) 14435 : cluster [DBG] pgmap v12756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:36.710431+0000 mgr.y (mgr.14556) 14436 : cluster [DBG] pgmap v12757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:36.710431+0000 mgr.y (mgr.14556) 14436 : cluster [DBG] pgmap v12757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:36.710431+0000 mgr.y (mgr.14556) 14436 : cluster [DBG] pgmap v12757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:38.710814+0000 mgr.y (mgr.14556) 14437 : cluster [DBG] pgmap v12758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:38.710814+0000 mgr.y (mgr.14556) 14437 : cluster [DBG] pgmap v12758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:38.710814+0000 mgr.y (mgr.14556) 14437 : cluster [DBG] pgmap v12758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:41.894 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:50:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:40.711619+0000 mgr.y (mgr.14556) 14438 : cluster [DBG] pgmap v12759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:40.711619+0000 mgr.y (mgr.14556) 14438 : cluster [DBG] pgmap v12759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:40.711619+0000 mgr.y (mgr.14556) 14438 : cluster [DBG] pgmap v12759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:42.712016+0000 mgr.y (mgr.14556) 14439 : cluster [DBG] pgmap v12760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:42.712016+0000 mgr.y (mgr.14556) 14439 : cluster [DBG] pgmap v12760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:42.712016+0000 mgr.y (mgr.14556) 14439 : cluster [DBG] pgmap v12760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:50:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:50:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:44.712498+0000 mgr.y (mgr.14556) 14440 : cluster [DBG] pgmap v12761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:44.712498+0000 mgr.y (mgr.14556) 14440 : cluster [DBG] pgmap v12761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:44.712498+0000 mgr.y (mgr.14556) 14440 : cluster [DBG] pgmap v12761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:48.009 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:50:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:46.713092+0000 mgr.y (mgr.14556) 14441 : cluster [DBG] pgmap v12762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:46.713092+0000 mgr.y (mgr.14556) 14441 : cluster [DBG] pgmap v12762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:46.713092+0000 mgr.y (mgr.14556) 14441 : cluster [DBG] pgmap v12762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:48.297 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:50:48.297 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:50:48.297 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 6m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:50:48.297 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:50:48.297 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 6m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:50:48.297 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 6m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:50:48.297 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 6m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:50:48.297 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 6m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:50:48.297 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 6m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:50:48.297 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:50:48.297 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:50:48.297 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 6m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:50:48.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:50:48.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:50:48.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:50:48.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:50:48.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 6m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:50:48.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 6m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:50:48.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 6m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:50:48.298 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 6m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:50:48.298 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 6m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:50:48.645 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:50:48.645 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:50:48.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:50:48.645 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:50:48.645 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:50:48.646 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:50:48.646 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:50:48.646 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:50:48.646 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:50:48.646 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:50:48.646 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:50:48.646 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:50:48.646 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:50:48.646 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:50:48.646 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:50:48.646 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:50:48.646 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:50:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:50:48.646091+0000 mon.a (mon.0) 3239 : audit [DBG] from='client.? 172.21.15.23:0/2238995148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:50:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:50:48.646091+0000 mon.a (mon.0) 3239 : audit [DBG] from='client.? 172.21.15.23:0/2238995148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:50:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:50:48.646091+0000 mon.a (mon.0) 3239 : audit [DBG] from='client.? 172.21.15.23:0/2238995148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:50:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:50:47.997899+0000 mgr.y (mgr.14556) 14442 : audit [DBG] from='client.29658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:50:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:50:48.289713+0000 mgr.y (mgr.14556) 14443 : audit [DBG] from='client.29664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:50:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:48.713549+0000 mgr.y (mgr.14556) 14444 : cluster [DBG] pgmap v12763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:50:47.997899+0000 mgr.y (mgr.14556) 14442 : audit [DBG] from='client.29658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:50:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:50:48.289713+0000 mgr.y (mgr.14556) 14443 : audit [DBG] from='client.29664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:50:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:48.713549+0000 mgr.y (mgr.14556) 14444 : cluster [DBG] pgmap v12763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:50:47.997899+0000 mgr.y (mgr.14556) 14442 : audit [DBG] from='client.29658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:50:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:50:48.289713+0000 mgr.y (mgr.14556) 14443 : audit [DBG] from='client.29664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:50:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:48.713549+0000 mgr.y (mgr.14556) 14444 : cluster [DBG] pgmap v12763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:51.813 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:50:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:50.714178+0000 mgr.y (mgr.14556) 14445 : cluster [DBG] pgmap v12764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:50.714178+0000 mgr.y (mgr.14556) 14445 : cluster [DBG] pgmap v12764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:50.714178+0000 mgr.y (mgr.14556) 14445 : cluster [DBG] pgmap v12764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:52.714634+0000 mgr.y (mgr.14556) 14446 : cluster [DBG] pgmap v12765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:50:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:50:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:52.714634+0000 mgr.y (mgr.14556) 14446 : cluster [DBG] pgmap v12765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:52.714634+0000 mgr.y (mgr.14556) 14446 : cluster [DBG] pgmap v12765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:54.715076+0000 mgr.y (mgr.14556) 14447 : cluster [DBG] pgmap v12766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:54.715076+0000 mgr.y (mgr.14556) 14447 : cluster [DBG] pgmap v12766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:54.715076+0000 mgr.y (mgr.14556) 14447 : cluster [DBG] pgmap v12766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:56.715952+0000 mgr.y (mgr.14556) 14448 : cluster [DBG] pgmap v12767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:58.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:56.715952+0000 mgr.y (mgr.14556) 14448 : cluster [DBG] pgmap v12767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:50:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:56.715952+0000 mgr.y (mgr.14556) 14448 : cluster [DBG] pgmap v12767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:50:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:50:58.716320+0000 mgr.y (mgr.14556) 14449 : cluster [DBG] pgmap v12768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:50:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:50:58.716320+0000 mgr.y (mgr.14556) 14449 : cluster [DBG] pgmap v12768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:50:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:50:58.716320+0000 mgr.y (mgr.14556) 14449 : cluster [DBG] pgmap v12768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:01.890 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:51:02.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:00.717113+0000 mgr.y (mgr.14556) 14450 : cluster [DBG] pgmap v12769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:00.717113+0000 mgr.y (mgr.14556) 14450 : cluster [DBG] pgmap v12769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:00.717113+0000 mgr.y (mgr.14556) 14450 : cluster [DBG] pgmap v12769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:02.717548+0000 mgr.y (mgr.14556) 14451 : cluster [DBG] pgmap v12770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:51:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:51:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:02.717548+0000 mgr.y (mgr.14556) 14451 : cluster [DBG] pgmap v12770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:02.717548+0000 mgr.y (mgr.14556) 14451 : cluster [DBG] pgmap v12770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:04.718057+0000 mgr.y (mgr.14556) 14452 : cluster [DBG] pgmap v12771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:04.718057+0000 mgr.y (mgr.14556) 14452 : cluster [DBG] pgmap v12771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:04.718057+0000 mgr.y (mgr.14556) 14452 : cluster [DBG] pgmap v12771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:06.718742+0000 mgr.y (mgr.14556) 14453 : cluster [DBG] pgmap v12772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:06.718742+0000 mgr.y (mgr.14556) 14453 : cluster [DBG] pgmap v12772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:06.718742+0000 mgr.y (mgr.14556) 14453 : cluster [DBG] pgmap v12772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:08.719284+0000 mgr.y (mgr.14556) 14454 : cluster [DBG] pgmap v12773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:08.719284+0000 mgr.y (mgr.14556) 14454 : cluster [DBG] pgmap v12773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:08.719284+0000 mgr.y (mgr.14556) 14454 : cluster [DBG] pgmap v12773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:11.807 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:51:11.808 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:10.719973+0000 mgr.y (mgr.14556) 14455 : cluster [DBG] pgmap v12774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:11.808 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:51:11.169293+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:51:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:10.719973+0000 mgr.y (mgr.14556) 14455 : cluster [DBG] pgmap v12774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:51:11.169293+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:51:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:10.719973+0000 mgr.y (mgr.14556) 14455 : cluster [DBG] pgmap v12774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:51:11.169293+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:51:13.893 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:12.720367+0000 mgr.y (mgr.14556) 14456 : cluster [DBG] pgmap v12775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:12.720367+0000 mgr.y (mgr.14556) 14456 : cluster [DBG] pgmap v12775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:51:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:51:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:12.720367+0000 mgr.y (mgr.14556) 14456 : cluster [DBG] pgmap v12775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:51:14.456842+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:51:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:14.720836+0000 mgr.y (mgr.14556) 14457 : cluster [DBG] pgmap v12776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:51:14.748698+0000 mon.a (mon.0) 3242 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:51:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:51:14.749644+0000 mon.a (mon.0) 3243 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:51:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:51:14.758426+0000 mon.a (mon.0) 3244 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:51:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:51:14.456842+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:51:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:14.720836+0000 mgr.y (mgr.14556) 14457 : cluster [DBG] pgmap v12776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:51:14.748698+0000 mon.a (mon.0) 3242 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:51:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:51:14.749644+0000 mon.a (mon.0) 3243 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:51:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:51:14.758426+0000 mon.a (mon.0) 3244 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:51:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:51:14.456842+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:51:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:14.720836+0000 mgr.y (mgr.14556) 14457 : cluster [DBG] pgmap v12776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:51:14.748698+0000 mon.a (mon.0) 3242 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:51:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:51:14.749644+0000 mon.a (mon.0) 3243 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:51:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:51:14.758426+0000 mon.a (mon.0) 3244 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:51:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:16.721755+0000 mgr.y (mgr.14556) 14458 : cluster [DBG] pgmap v12777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:16.721755+0000 mgr.y (mgr.14556) 14458 : cluster [DBG] pgmap v12777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:16.721755+0000 mgr.y (mgr.14556) 14458 : cluster [DBG] pgmap v12777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:18.969 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:51:19.259 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:51:19.259 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:51:19.259 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 7m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:51:19.259 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:51:19.259 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 7m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:51:19.260 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 7m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:51:19.260 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:51:19.260 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:51:19.260 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 7m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:51:19.260 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 7m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:51:19.260 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:51:19.260 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 7m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:51:19.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 7m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:51:19.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 7m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:51:19.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:51:19.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:51:19.260 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 7m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:51:19.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 7m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:51:19.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 7m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:51:19.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 7m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:51:19.261 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 7m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:51:19.609 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:51:19.609 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:51:19.609 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:51:19.609 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:51:19.609 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:51:19.609 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:51:19.609 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:51:19.609 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:51:19.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:51:19.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:51:19.610 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:51:19.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:51:19.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:51:19.610 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:51:19.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:51:19.610 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:51:19.610 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:51:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:18.722135+0000 mgr.y (mgr.14556) 14459 : cluster [DBG] pgmap v12778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:51:19.609624+0000 mon.c (mon.2) 366 : audit [DBG] from='client.? 172.21.15.23:0/4105904607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:51:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:18.722135+0000 mgr.y (mgr.14556) 14459 : cluster [DBG] pgmap v12778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:51:19.609624+0000 mon.c (mon.2) 366 : audit [DBG] from='client.? 172.21.15.23:0/4105904607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:51:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:18.722135+0000 mgr.y (mgr.14556) 14459 : cluster [DBG] pgmap v12778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:51:19.609624+0000 mon.c (mon.2) 366 : audit [DBG] from='client.? 172.21.15.23:0/4105904607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:51:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:51:18.958048+0000 mgr.y (mgr.14556) 14460 : audit [DBG] from='client.29676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:51:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:51:19.251840+0000 mgr.y (mgr.14556) 14461 : audit [DBG] from='client.39593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:51:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:51:18.958048+0000 mgr.y (mgr.14556) 14460 : audit [DBG] from='client.29676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:51:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:51:19.251840+0000 mgr.y (mgr.14556) 14461 : audit [DBG] from='client.39593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:51:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:51:18.958048+0000 mgr.y (mgr.14556) 14460 : audit [DBG] from='client.29676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:51:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:51:19.251840+0000 mgr.y (mgr.14556) 14461 : audit [DBG] from='client.39593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:51:21.811 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:51:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:20.722797+0000 mgr.y (mgr.14556) 14462 : cluster [DBG] pgmap v12779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:20.722797+0000 mgr.y (mgr.14556) 14462 : cluster [DBG] pgmap v12779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:20.722797+0000 mgr.y (mgr.14556) 14462 : cluster [DBG] pgmap v12779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:51:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:51:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:22.723358+0000 mgr.y (mgr.14556) 14463 : cluster [DBG] pgmap v12780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:22.723358+0000 mgr.y (mgr.14556) 14463 : cluster [DBG] pgmap v12780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:22.723358+0000 mgr.y (mgr.14556) 14463 : cluster [DBG] pgmap v12780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:24.723937+0000 mgr.y (mgr.14556) 14464 : cluster [DBG] pgmap v12781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:24.723937+0000 mgr.y (mgr.14556) 14464 : cluster [DBG] pgmap v12781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:24.723937+0000 mgr.y (mgr.14556) 14464 : cluster [DBG] pgmap v12781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:26.724738+0000 mgr.y (mgr.14556) 14465 : cluster [DBG] pgmap v12782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:26.724738+0000 mgr.y (mgr.14556) 14465 : cluster [DBG] pgmap v12782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:26.724738+0000 mgr.y (mgr.14556) 14465 : cluster [DBG] pgmap v12782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:28.725257+0000 mgr.y (mgr.14556) 14466 : cluster [DBG] pgmap v12783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:28.725257+0000 mgr.y (mgr.14556) 14466 : cluster [DBG] pgmap v12783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:28.725257+0000 mgr.y (mgr.14556) 14466 : cluster [DBG] pgmap v12783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:31.886 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:51:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:30.725975+0000 mgr.y (mgr.14556) 14467 : cluster [DBG] pgmap v12784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:30.725975+0000 mgr.y (mgr.14556) 14467 : cluster [DBG] pgmap v12784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:30.725975+0000 mgr.y (mgr.14556) 14467 : cluster [DBG] pgmap v12784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:51:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:51:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:32.726411+0000 mgr.y (mgr.14556) 14468 : cluster [DBG] pgmap v12785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:32.726411+0000 mgr.y (mgr.14556) 14468 : cluster [DBG] pgmap v12785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:32.726411+0000 mgr.y (mgr.14556) 14468 : cluster [DBG] pgmap v12785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:34.726800+0000 mgr.y (mgr.14556) 14469 : cluster [DBG] pgmap v12786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:34.726800+0000 mgr.y (mgr.14556) 14469 : cluster [DBG] pgmap v12786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:34.726800+0000 mgr.y (mgr.14556) 14469 : cluster [DBG] pgmap v12786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:36.727463+0000 mgr.y (mgr.14556) 14470 : cluster [DBG] pgmap v12787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:36.727463+0000 mgr.y (mgr.14556) 14470 : cluster [DBG] pgmap v12787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:36.727463+0000 mgr.y (mgr.14556) 14470 : cluster [DBG] pgmap v12787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:38.727907+0000 mgr.y (mgr.14556) 14471 : cluster [DBG] pgmap v12788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:38.727907+0000 mgr.y (mgr.14556) 14471 : cluster [DBG] pgmap v12788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:38.727907+0000 mgr.y (mgr.14556) 14471 : cluster [DBG] pgmap v12788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:41.805 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:51:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:40.728618+0000 mgr.y (mgr.14556) 14472 : cluster [DBG] pgmap v12789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:40.728618+0000 mgr.y (mgr.14556) 14472 : cluster [DBG] pgmap v12789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:40.728618+0000 mgr.y (mgr.14556) 14472 : cluster [DBG] pgmap v12789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:42.729015+0000 mgr.y (mgr.14556) 14473 : cluster [DBG] pgmap v12790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:42.729015+0000 mgr.y (mgr.14556) 14473 : cluster [DBG] pgmap v12790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:51:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:51:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:42.729015+0000 mgr.y (mgr.14556) 14473 : cluster [DBG] pgmap v12790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:44.729552+0000 mgr.y (mgr.14556) 14474 : cluster [DBG] pgmap v12791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:44.729552+0000 mgr.y (mgr.14556) 14474 : cluster [DBG] pgmap v12791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:44.729552+0000 mgr.y (mgr.14556) 14474 : cluster [DBG] pgmap v12791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:46.730223+0000 mgr.y (mgr.14556) 14475 : cluster [DBG] pgmap v12792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:46.730223+0000 mgr.y (mgr.14556) 14475 : cluster [DBG] pgmap v12792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:46.730223+0000 mgr.y (mgr.14556) 14475 : cluster [DBG] pgmap v12792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:49.935 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:51:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:48.730597+0000 mgr.y (mgr.14556) 14476 : cluster [DBG] pgmap v12793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:48.730597+0000 mgr.y (mgr.14556) 14476 : cluster [DBG] pgmap v12793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:48.730597+0000 mgr.y (mgr.14556) 14476 : cluster [DBG] pgmap v12793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:50.223 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:51:50.223 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:51:50.223 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 7m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:51:50.223 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:51:50.223 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 7m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:51:50.223 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 7m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:51:50.223 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:51:50.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:51:50.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 7m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:51:50.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 7m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:51:50.223 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:51:50.223 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 7m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:51:50.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 7m ago 7h 46.0M 2475M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:51:50.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 7m ago 7h 45.3M 2475M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:51:50.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7m ago 7h 44.1M 2475M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:51:50.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7m ago 7h 43.2M 2475M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:51:50.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 7m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:51:50.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 7m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:51:50.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 7m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:51:50.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 7m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:51:50.224 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 7m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:51:50.570 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:51:50.571 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:51:50.572 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:51:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:51:50.571693+0000 mon.a (mon.0) 3245 : audit [DBG] from='client.? 172.21.15.23:0/980339871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:51:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:51:50.571693+0000 mon.a (mon.0) 3245 : audit [DBG] from='client.? 172.21.15.23:0/980339871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:51:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:51:50.571693+0000 mon.a (mon.0) 3245 : audit [DBG] from='client.? 172.21.15.23:0/980339871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:51:51.860 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:51:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:51:49.924476+0000 mgr.y (mgr.14556) 14477 : audit [DBG] from='client.29694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:51:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:51:50.215482+0000 mgr.y (mgr.14556) 14478 : audit [DBG] from='client.39611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:51:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:50.731423+0000 mgr.y (mgr.14556) 14479 : cluster [DBG] pgmap v12794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:51:49.924476+0000 mgr.y (mgr.14556) 14477 : audit [DBG] from='client.29694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:51:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:51:50.215482+0000 mgr.y (mgr.14556) 14478 : audit [DBG] from='client.39611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:51:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:50.731423+0000 mgr.y (mgr.14556) 14479 : cluster [DBG] pgmap v12794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:51:49.924476+0000 mgr.y (mgr.14556) 14477 : audit [DBG] from='client.29694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:51:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:51:50.215482+0000 mgr.y (mgr.14556) 14478 : audit [DBG] from='client.39611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:51:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:50.731423+0000 mgr.y (mgr.14556) 14479 : cluster [DBG] pgmap v12794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:51:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:51:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:52.731792+0000 mgr.y (mgr.14556) 14480 : cluster [DBG] pgmap v12795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:52.731792+0000 mgr.y (mgr.14556) 14480 : cluster [DBG] pgmap v12795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:52.731792+0000 mgr.y (mgr.14556) 14480 : cluster [DBG] pgmap v12795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:54.732421+0000 mgr.y (mgr.14556) 14481 : cluster [DBG] pgmap v12796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:54.732421+0000 mgr.y (mgr.14556) 14481 : cluster [DBG] pgmap v12796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:54.732421+0000 mgr.y (mgr.14556) 14481 : cluster [DBG] pgmap v12796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:56.733212+0000 mgr.y (mgr.14556) 14482 : cluster [DBG] pgmap v12797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:56.733212+0000 mgr.y (mgr.14556) 14482 : cluster [DBG] pgmap v12797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:51:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:56.733212+0000 mgr.y (mgr.14556) 14482 : cluster [DBG] pgmap v12797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:51:58.733852+0000 mgr.y (mgr.14556) 14483 : cluster [DBG] pgmap v12798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:51:58.733852+0000 mgr.y (mgr.14556) 14483 : cluster [DBG] pgmap v12798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:51:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:51:58.733852+0000 mgr.y (mgr.14556) 14483 : cluster [DBG] pgmap v12798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:01.809 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:52:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:00.734579+0000 mgr.y (mgr.14556) 14484 : cluster [DBG] pgmap v12799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:00.734579+0000 mgr.y (mgr.14556) 14484 : cluster [DBG] pgmap v12799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:02.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:00.734579+0000 mgr.y (mgr.14556) 14484 : cluster [DBG] pgmap v12799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:52:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T13:52:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:02.735004+0000 mgr.y (mgr.14556) 14485 : cluster [DBG] pgmap v12800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:02.735004+0000 mgr.y (mgr.14556) 14485 : cluster [DBG] pgmap v12800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:02.735004+0000 mgr.y (mgr.14556) 14485 : cluster [DBG] pgmap v12800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:04.735407+0000 mgr.y (mgr.14556) 14486 : cluster [DBG] pgmap v12801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:04.735407+0000 mgr.y (mgr.14556) 14486 : cluster [DBG] pgmap v12801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:04.735407+0000 mgr.y (mgr.14556) 14486 : cluster [DBG] pgmap v12801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:06.736337+0000 mgr.y (mgr.14556) 14487 : cluster [DBG] pgmap v12802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:06.736337+0000 mgr.y (mgr.14556) 14487 : cluster [DBG] pgmap v12802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:06.736337+0000 mgr.y (mgr.14556) 14487 : cluster [DBG] pgmap v12802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:08.736674+0000 mgr.y (mgr.14556) 14488 : cluster [DBG] pgmap v12803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:08.736674+0000 mgr.y (mgr.14556) 14488 : cluster [DBG] pgmap v12803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:10.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:08.736674+0000 mgr.y (mgr.14556) 14488 : cluster [DBG] pgmap v12803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:11.888 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:52:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:10.737341+0000 mgr.y (mgr.14556) 14489 : cluster [DBG] pgmap v12804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:10.737341+0000 mgr.y (mgr.14556) 14489 : cluster [DBG] pgmap v12804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:10.737341+0000 mgr.y (mgr.14556) 14489 : cluster [DBG] pgmap v12804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:12.737769+0000 mgr.y (mgr.14556) 14490 : cluster [DBG] pgmap v12805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:52:13] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T13:52:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:12.737769+0000 mgr.y (mgr.14556) 14490 : cluster [DBG] pgmap v12805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:12.737769+0000 mgr.y (mgr.14556) 14490 : cluster [DBG] pgmap v12805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:14.764035+0000 mon.a (mon.0) 3246 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:52:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:14.764035+0000 mon.a (mon.0) 3246 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:52:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:14.764035+0000 mon.a (mon.0) 3246 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:52:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:14.738247+0000 mgr.y (mgr.14556) 14491 : cluster [DBG] pgmap v12806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:15.074379+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:52:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:15.075059+0000 mon.a (mon.0) 3248 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:52:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:15.075620+0000 mon.a (mon.0) 3249 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:52:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:15.076166+0000 mon.a (mon.0) 3250 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:52:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:15.082622+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:52:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:15.083772+0000 mon.a (mon.0) 3252 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:52:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:15.084369+0000 mon.a (mon.0) 3253 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:52:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:15.090764+0000 mon.a (mon.0) 3254 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:52:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:14.738247+0000 mgr.y (mgr.14556) 14491 : cluster [DBG] pgmap v12806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:15.074379+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:52:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:15.075059+0000 mon.a (mon.0) 3248 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:52:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:15.075620+0000 mon.a (mon.0) 3249 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:52:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:15.076166+0000 mon.a (mon.0) 3250 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:52:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:15.082622+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:52:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:15.083772+0000 mon.a (mon.0) 3252 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:52:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:15.084369+0000 mon.a (mon.0) 3253 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:52:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:15.090764+0000 mon.a (mon.0) 3254 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:52:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:14.738247+0000 mgr.y (mgr.14556) 14491 : cluster [DBG] pgmap v12806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:15.074379+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:52:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:15.075059+0000 mon.a (mon.0) 3248 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:52:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:15.075620+0000 mon.a (mon.0) 3249 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:52:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:15.076166+0000 mon.a (mon.0) 3250 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T13:52:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:15.082622+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:52:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:15.083772+0000 mon.a (mon.0) 3252 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:52:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:15.084369+0000 mon.a (mon.0) 3253 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:52:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:15.090764+0000 mon.a (mon.0) 3254 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:52:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T13:52:15.076620+0000 mgr.y (mgr.14556) 14492 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2473M 2024-03-22T13:52:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T13:52:15.076620+0000 mgr.y (mgr.14556) 14492 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2473M 2024-03-22T13:52:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T13:52:15.076620+0000 mgr.y (mgr.14556) 14492 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2473M 2024-03-22T13:52:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:16.738884+0000 mgr.y (mgr.14556) 14493 : cluster [DBG] pgmap v12807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:16.738884+0000 mgr.y (mgr.14556) 14493 : cluster [DBG] pgmap v12807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:16.738884+0000 mgr.y (mgr.14556) 14493 : cluster [DBG] pgmap v12807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:18.739359+0000 mgr.y (mgr.14556) 14494 : cluster [DBG] pgmap v12808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:18.739359+0000 mgr.y (mgr.14556) 14494 : cluster [DBG] pgmap v12808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:18.739359+0000 mgr.y (mgr.14556) 14494 : cluster [DBG] pgmap v12808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:20.897 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:52:21.185 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:52:21.185 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 8m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:52:21.185 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 8m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:52:21.185 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 8m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:52:21.185 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 8m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:52:21.185 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 8m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:52:21.186 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 8m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:52:21.186 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 8m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:52:21.186 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 8m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:52:21.186 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 8m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:52:21.186 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 8m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:52:21.186 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 8m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:52:21.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 8m ago 7h 46.0M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:52:21.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 8m ago 7h 45.3M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:52:21.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 8m ago 7h 44.1M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:52:21.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 8m ago 7h 43.2M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:52:21.186 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 8m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:52:21.187 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 8m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:52:21.187 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 8m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:52:21.187 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 8m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:52:21.187 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 8m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:52:21.537 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:52:21.537 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:52:21.537 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:52:21.537 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:52:21.537 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:52:21.537 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:52:21.538 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:52:21.538 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:52:21.538 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:52:21.538 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:52:21.538 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:52:21.538 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:52:21.538 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:52:21.538 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:52:21.539 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:52:21.539 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:52:21.539 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:52:21.793 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:52:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:20.739880+0000 mgr.y (mgr.14556) 14495 : cluster [DBG] pgmap v12809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:20.885640+0000 mgr.y (mgr.14556) 14496 : audit [DBG] from='client.39623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:52:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:21.537672+0000 mon.a (mon.0) 3255 : audit [DBG] from='client.? 172.21.15.23:0/1584039884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:52:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:20.739880+0000 mgr.y (mgr.14556) 14495 : cluster [DBG] pgmap v12809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:20.885640+0000 mgr.y (mgr.14556) 14496 : audit [DBG] from='client.39623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:52:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:21.537672+0000 mon.a (mon.0) 3255 : audit [DBG] from='client.? 172.21.15.23:0/1584039884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:52:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:20.739880+0000 mgr.y (mgr.14556) 14495 : cluster [DBG] pgmap v12809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:20.885640+0000 mgr.y (mgr.14556) 14496 : audit [DBG] from='client.39623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:52:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:21.537672+0000 mon.a (mon.0) 3255 : audit [DBG] from='client.? 172.21.15.23:0/1584039884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:52:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:21.177998+0000 mgr.y (mgr.14556) 14497 : audit [DBG] from='client.39629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:52:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:21.177998+0000 mgr.y (mgr.14556) 14497 : audit [DBG] from='client.39629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:52:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:21.177998+0000 mgr.y (mgr.14556) 14497 : audit [DBG] from='client.39629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:52:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:52:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T13:52:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:22.740357+0000 mgr.y (mgr.14556) 14498 : cluster [DBG] pgmap v12810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:22.740357+0000 mgr.y (mgr.14556) 14498 : cluster [DBG] pgmap v12810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:22.740357+0000 mgr.y (mgr.14556) 14498 : cluster [DBG] pgmap v12810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:24.740779+0000 mgr.y (mgr.14556) 14499 : cluster [DBG] pgmap v12811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:24.740779+0000 mgr.y (mgr.14556) 14499 : cluster [DBG] pgmap v12811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:24.740779+0000 mgr.y (mgr.14556) 14499 : cluster [DBG] pgmap v12811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:26.741383+0000 mgr.y (mgr.14556) 14500 : cluster [DBG] pgmap v12812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:26.741383+0000 mgr.y (mgr.14556) 14500 : cluster [DBG] pgmap v12812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:26.741383+0000 mgr.y (mgr.14556) 14500 : cluster [DBG] pgmap v12812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:28.741834+0000 mgr.y (mgr.14556) 14501 : cluster [DBG] pgmap v12813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:28.741834+0000 mgr.y (mgr.14556) 14501 : cluster [DBG] pgmap v12813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:28.741834+0000 mgr.y (mgr.14556) 14501 : cluster [DBG] pgmap v12813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:31.849 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:52:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:30.742562+0000 mgr.y (mgr.14556) 14502 : cluster [DBG] pgmap v12814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:30.742562+0000 mgr.y (mgr.14556) 14502 : cluster [DBG] pgmap v12814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:30.742562+0000 mgr.y (mgr.14556) 14502 : cluster [DBG] pgmap v12814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:52:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T13:52:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:32.743006+0000 mgr.y (mgr.14556) 14503 : cluster [DBG] pgmap v12815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:32.743006+0000 mgr.y (mgr.14556) 14503 : cluster [DBG] pgmap v12815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:32.743006+0000 mgr.y (mgr.14556) 14503 : cluster [DBG] pgmap v12815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:34.743509+0000 mgr.y (mgr.14556) 14504 : cluster [DBG] pgmap v12816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:34.743509+0000 mgr.y (mgr.14556) 14504 : cluster [DBG] pgmap v12816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:34.743509+0000 mgr.y (mgr.14556) 14504 : cluster [DBG] pgmap v12816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:36.744237+0000 mgr.y (mgr.14556) 14505 : cluster [DBG] pgmap v12817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:36.744237+0000 mgr.y (mgr.14556) 14505 : cluster [DBG] pgmap v12817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:36.744237+0000 mgr.y (mgr.14556) 14505 : cluster [DBG] pgmap v12817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:38.744636+0000 mgr.y (mgr.14556) 14506 : cluster [DBG] pgmap v12818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:38.744636+0000 mgr.y (mgr.14556) 14506 : cluster [DBG] pgmap v12818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:38.744636+0000 mgr.y (mgr.14556) 14506 : cluster [DBG] pgmap v12818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:41.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:52:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:40.745288+0000 mgr.y (mgr.14556) 14507 : cluster [DBG] pgmap v12819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:40.745288+0000 mgr.y (mgr.14556) 14507 : cluster [DBG] pgmap v12819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:40.745288+0000 mgr.y (mgr.14556) 14507 : cluster [DBG] pgmap v12819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:52:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:52:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:42.745650+0000 mgr.y (mgr.14556) 14508 : cluster [DBG] pgmap v12820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:42.745650+0000 mgr.y (mgr.14556) 14508 : cluster [DBG] pgmap v12820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:42.745650+0000 mgr.y (mgr.14556) 14508 : cluster [DBG] pgmap v12820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:44.746099+0000 mgr.y (mgr.14556) 14509 : cluster [DBG] pgmap v12821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:44.746099+0000 mgr.y (mgr.14556) 14509 : cluster [DBG] pgmap v12821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:44.746099+0000 mgr.y (mgr.14556) 14509 : cluster [DBG] pgmap v12821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:46.746864+0000 mgr.y (mgr.14556) 14510 : cluster [DBG] pgmap v12822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:46.746864+0000 mgr.y (mgr.14556) 14510 : cluster [DBG] pgmap v12822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:46.746864+0000 mgr.y (mgr.14556) 14510 : cluster [DBG] pgmap v12822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:48.747354+0000 mgr.y (mgr.14556) 14511 : cluster [DBG] pgmap v12823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:48.747354+0000 mgr.y (mgr.14556) 14511 : cluster [DBG] pgmap v12823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:48.747354+0000 mgr.y (mgr.14556) 14511 : cluster [DBG] pgmap v12823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:51.817 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:52:51.864 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:52:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:50.748040+0000 mgr.y (mgr.14556) 14512 : cluster [DBG] pgmap v12824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:50.748040+0000 mgr.y (mgr.14556) 14512 : cluster [DBG] pgmap v12824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:52.152 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:52:52.152 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 8m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:52:52.153 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 8m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:52:52.153 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 8m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:52:52.153 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 8m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:52:52.153 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 8m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:52:52.153 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 8m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:52:52.153 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 8m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:52:52.153 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 8m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:52:52.154 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 8m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:52:52.154 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 8m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:52:52.154 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 8m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:52:52.154 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 8m ago 7h 46.0M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:52:52.154 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 8m ago 7h 45.3M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:52:52.154 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 8m ago 7h 44.1M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:52:52.155 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 8m ago 7h 43.2M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:52:52.155 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 8m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:52:52.155 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 8m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:52:52.155 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 8m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:52:52.155 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 8m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:52:52.155 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 8m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:52:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:50.748040+0000 mgr.y (mgr.14556) 14512 : cluster [DBG] pgmap v12824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:52.498 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:52:52.499 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:52:52.499 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:52:52.499 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:52:52.499 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:52:52.499 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:52:52.499 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:52:52.499 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:52:52.499 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:52:52.499 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:52:52.499 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:52:52.499 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:52:52.499 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:52:52.500 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:52:52.500 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:52:52.500 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:52:52.500 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:52:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:51.852989+0000 mgr.y (mgr.14556) 14513 : audit [DBG] from='client.29730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:52:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:52.499422+0000 mon.c (mon.2) 367 : audit [DBG] from='client.? 172.21.15.23:0/1557352611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:52:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:51.852989+0000 mgr.y (mgr.14556) 14513 : audit [DBG] from='client.29730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:52:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:52.499422+0000 mon.c (mon.2) 367 : audit [DBG] from='client.? 172.21.15.23:0/1557352611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:52:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:51.852989+0000 mgr.y (mgr.14556) 14513 : audit [DBG] from='client.29730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:52:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:52.499422+0000 mon.c (mon.2) 367 : audit [DBG] from='client.? 172.21.15.23:0/1557352611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:52:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:52:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:52:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:52:52.145368+0000 mgr.y (mgr.14556) 14514 : audit [DBG] from='client.29736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:52:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:52.748577+0000 mgr.y (mgr.14556) 14515 : cluster [DBG] pgmap v12825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:52:52.145368+0000 mgr.y (mgr.14556) 14514 : audit [DBG] from='client.29736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:52:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:52.748577+0000 mgr.y (mgr.14556) 14515 : cluster [DBG] pgmap v12825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:52:52.145368+0000 mgr.y (mgr.14556) 14514 : audit [DBG] from='client.29736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:52:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:52.748577+0000 mgr.y (mgr.14556) 14515 : cluster [DBG] pgmap v12825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:54.749015+0000 mgr.y (mgr.14556) 14516 : cluster [DBG] pgmap v12826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:54.749015+0000 mgr.y (mgr.14556) 14516 : cluster [DBG] pgmap v12826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:54.749015+0000 mgr.y (mgr.14556) 14516 : cluster [DBG] pgmap v12826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:56.749682+0000 mgr.y (mgr.14556) 14517 : cluster [DBG] pgmap v12827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:56.749682+0000 mgr.y (mgr.14556) 14517 : cluster [DBG] pgmap v12827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:52:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:56.749682+0000 mgr.y (mgr.14556) 14517 : cluster [DBG] pgmap v12827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:52:58.750082+0000 mgr.y (mgr.14556) 14518 : cluster [DBG] pgmap v12828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:52:58.750082+0000 mgr.y (mgr.14556) 14518 : cluster [DBG] pgmap v12828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:52:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:52:58.750082+0000 mgr.y (mgr.14556) 14518 : cluster [DBG] pgmap v12828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:01.853 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:53:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:00.750648+0000 mgr.y (mgr.14556) 14519 : cluster [DBG] pgmap v12829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:00.750648+0000 mgr.y (mgr.14556) 14519 : cluster [DBG] pgmap v12829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:00.750648+0000 mgr.y (mgr.14556) 14519 : cluster [DBG] pgmap v12829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:53:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:53:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:02.751202+0000 mgr.y (mgr.14556) 14520 : cluster [DBG] pgmap v12830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:02.751202+0000 mgr.y (mgr.14556) 14520 : cluster [DBG] pgmap v12830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:02.751202+0000 mgr.y (mgr.14556) 14520 : cluster [DBG] pgmap v12830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:04.751756+0000 mgr.y (mgr.14556) 14521 : cluster [DBG] pgmap v12831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:04.751756+0000 mgr.y (mgr.14556) 14521 : cluster [DBG] pgmap v12831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:04.751756+0000 mgr.y (mgr.14556) 14521 : cluster [DBG] pgmap v12831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:06.752405+0000 mgr.y (mgr.14556) 14522 : cluster [DBG] pgmap v12832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:06.752405+0000 mgr.y (mgr.14556) 14522 : cluster [DBG] pgmap v12832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:06.752405+0000 mgr.y (mgr.14556) 14522 : cluster [DBG] pgmap v12832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:08.752848+0000 mgr.y (mgr.14556) 14523 : cluster [DBG] pgmap v12833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:08.752848+0000 mgr.y (mgr.14556) 14523 : cluster [DBG] pgmap v12833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:08.752848+0000 mgr.y (mgr.14556) 14523 : cluster [DBG] pgmap v12833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:11.887 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:53:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:10.753427+0000 mgr.y (mgr.14556) 14524 : cluster [DBG] pgmap v12834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:10.753427+0000 mgr.y (mgr.14556) 14524 : cluster [DBG] pgmap v12834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:10.753427+0000 mgr.y (mgr.14556) 14524 : cluster [DBG] pgmap v12834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:53:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:53:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:12.753818+0000 mgr.y (mgr.14556) 14525 : cluster [DBG] pgmap v12835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:12.753818+0000 mgr.y (mgr.14556) 14525 : cluster [DBG] pgmap v12835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:12.753818+0000 mgr.y (mgr.14556) 14525 : cluster [DBG] pgmap v12835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:14.754181+0000 mgr.y (mgr.14556) 14526 : cluster [DBG] pgmap v12836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:53:15.095888+0000 mon.a (mon.0) 3256 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:53:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:53:15.401379+0000 mon.a (mon.0) 3257 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:53:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:53:15.402006+0000 mon.a (mon.0) 3258 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:53:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:53:15.410674+0000 mon.a (mon.0) 3259 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:53:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:14.754181+0000 mgr.y (mgr.14556) 14526 : cluster [DBG] pgmap v12836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:53:15.095888+0000 mon.a (mon.0) 3256 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:53:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:53:15.401379+0000 mon.a (mon.0) 3257 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:53:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:53:15.402006+0000 mon.a (mon.0) 3258 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:53:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:53:15.410674+0000 mon.a (mon.0) 3259 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:53:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:14.754181+0000 mgr.y (mgr.14556) 14526 : cluster [DBG] pgmap v12836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:53:15.095888+0000 mon.a (mon.0) 3256 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:53:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:53:15.401379+0000 mon.a (mon.0) 3257 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:53:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:53:15.402006+0000 mon.a (mon.0) 3258 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:53:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:53:15.410674+0000 mon.a (mon.0) 3259 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:53:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:16.754880+0000 mgr.y (mgr.14556) 14527 : cluster [DBG] pgmap v12837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:16.754880+0000 mgr.y (mgr.14556) 14527 : cluster [DBG] pgmap v12837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:16.754880+0000 mgr.y (mgr.14556) 14527 : cluster [DBG] pgmap v12837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:18.755369+0000 mgr.y (mgr.14556) 14528 : cluster [DBG] pgmap v12838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:18.755369+0000 mgr.y (mgr.14556) 14528 : cluster [DBG] pgmap v12838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:18.755369+0000 mgr.y (mgr.14556) 14528 : cluster [DBG] pgmap v12838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:21.809 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:53:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:20.755952+0000 mgr.y (mgr.14556) 14529 : cluster [DBG] pgmap v12839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:20.755952+0000 mgr.y (mgr.14556) 14529 : cluster [DBG] pgmap v12839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:20.755952+0000 mgr.y (mgr.14556) 14529 : cluster [DBG] pgmap v12839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:22.825 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:53:23.113 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:53:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 9m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:53:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 9m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:53:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 9m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:53:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 9m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:53:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 9m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:53:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 9m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:53:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 9m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:53:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 9m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:53:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 9m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:53:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 9m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:53:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 9m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:53:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 9m ago 7h 46.0M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:53:23.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 9m ago 7h 45.3M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:53:23.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 9m ago 7h 44.1M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:53:23.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 9m ago 7h 43.2M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:53:23.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 9m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:53:23.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 9m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:53:23.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 9m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:53:23.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 9m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:53:23.115 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 9m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:53:23.461 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:53:23.461 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:53:23.462 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:53:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:53:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:53:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:22.756276+0000 mgr.y (mgr.14556) 14530 : cluster [DBG] pgmap v12840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:53:22.813146+0000 mgr.y (mgr.14556) 14531 : audit [DBG] from='client.29748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:53:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:53:23.462427+0000 mon.a (mon.0) 3260 : audit [DBG] from='client.? 172.21.15.23:0/567391944' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:53:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:22.756276+0000 mgr.y (mgr.14556) 14530 : cluster [DBG] pgmap v12840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:53:22.813146+0000 mgr.y (mgr.14556) 14531 : audit [DBG] from='client.29748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:53:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:53:23.462427+0000 mon.a (mon.0) 3260 : audit [DBG] from='client.? 172.21.15.23:0/567391944' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:53:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:22.756276+0000 mgr.y (mgr.14556) 14530 : cluster [DBG] pgmap v12840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:53:22.813146+0000 mgr.y (mgr.14556) 14531 : audit [DBG] from='client.29748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:53:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:53:23.462427+0000 mon.a (mon.0) 3260 : audit [DBG] from='client.? 172.21.15.23:0/567391944' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:53:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:53:23.106391+0000 mgr.y (mgr.14556) 14532 : audit [DBG] from='client.29754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:53:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:53:23.106391+0000 mgr.y (mgr.14556) 14532 : audit [DBG] from='client.29754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:53:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:53:23.106391+0000 mgr.y (mgr.14556) 14532 : audit [DBG] from='client.29754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:53:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:24.756787+0000 mgr.y (mgr.14556) 14533 : cluster [DBG] pgmap v12841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:24.756787+0000 mgr.y (mgr.14556) 14533 : cluster [DBG] pgmap v12841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:24.756787+0000 mgr.y (mgr.14556) 14533 : cluster [DBG] pgmap v12841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:26.757653+0000 mgr.y (mgr.14556) 14534 : cluster [DBG] pgmap v12842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:26.757653+0000 mgr.y (mgr.14556) 14534 : cluster [DBG] pgmap v12842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:26.757653+0000 mgr.y (mgr.14556) 14534 : cluster [DBG] pgmap v12842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:28.758067+0000 mgr.y (mgr.14556) 14535 : cluster [DBG] pgmap v12843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:28.758067+0000 mgr.y (mgr.14556) 14535 : cluster [DBG] pgmap v12843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:28.758067+0000 mgr.y (mgr.14556) 14535 : cluster [DBG] pgmap v12843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:31.867 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:53:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:30.758760+0000 mgr.y (mgr.14556) 14536 : cluster [DBG] pgmap v12844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:30.758760+0000 mgr.y (mgr.14556) 14536 : cluster [DBG] pgmap v12844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:30.758760+0000 mgr.y (mgr.14556) 14536 : cluster [DBG] pgmap v12844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:53:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:53:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:32.759149+0000 mgr.y (mgr.14556) 14537 : cluster [DBG] pgmap v12845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:32.759149+0000 mgr.y (mgr.14556) 14537 : cluster [DBG] pgmap v12845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:32.759149+0000 mgr.y (mgr.14556) 14537 : cluster [DBG] pgmap v12845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:34.759585+0000 mgr.y (mgr.14556) 14538 : cluster [DBG] pgmap v12846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:34.759585+0000 mgr.y (mgr.14556) 14538 : cluster [DBG] pgmap v12846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:34.759585+0000 mgr.y (mgr.14556) 14538 : cluster [DBG] pgmap v12846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:36.760193+0000 mgr.y (mgr.14556) 14539 : cluster [DBG] pgmap v12847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:36.760193+0000 mgr.y (mgr.14556) 14539 : cluster [DBG] pgmap v12847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:36.760193+0000 mgr.y (mgr.14556) 14539 : cluster [DBG] pgmap v12847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:38.760638+0000 mgr.y (mgr.14556) 14540 : cluster [DBG] pgmap v12848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:38.760638+0000 mgr.y (mgr.14556) 14540 : cluster [DBG] pgmap v12848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:38.760638+0000 mgr.y (mgr.14556) 14540 : cluster [DBG] pgmap v12848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:53:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:40.761353+0000 mgr.y (mgr.14556) 14541 : cluster [DBG] pgmap v12849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:40.761353+0000 mgr.y (mgr.14556) 14541 : cluster [DBG] pgmap v12849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:40.761353+0000 mgr.y (mgr.14556) 14541 : cluster [DBG] pgmap v12849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:53:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:53:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:42.761782+0000 mgr.y (mgr.14556) 14542 : cluster [DBG] pgmap v12850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:42.761782+0000 mgr.y (mgr.14556) 14542 : cluster [DBG] pgmap v12850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:42.761782+0000 mgr.y (mgr.14556) 14542 : cluster [DBG] pgmap v12850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:44.762306+0000 mgr.y (mgr.14556) 14543 : cluster [DBG] pgmap v12851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:44.762306+0000 mgr.y (mgr.14556) 14543 : cluster [DBG] pgmap v12851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:44.762306+0000 mgr.y (mgr.14556) 14543 : cluster [DBG] pgmap v12851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:46.763018+0000 mgr.y (mgr.14556) 14544 : cluster [DBG] pgmap v12852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:46.763018+0000 mgr.y (mgr.14556) 14544 : cluster [DBG] pgmap v12852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:46.763018+0000 mgr.y (mgr.14556) 14544 : cluster [DBG] pgmap v12852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:48.763383+0000 mgr.y (mgr.14556) 14545 : cluster [DBG] pgmap v12853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:48.763383+0000 mgr.y (mgr.14556) 14545 : cluster [DBG] pgmap v12853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:48.763383+0000 mgr.y (mgr.14556) 14545 : cluster [DBG] pgmap v12853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:51.834 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:53:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:50.764047+0000 mgr.y (mgr.14556) 14546 : cluster [DBG] pgmap v12854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:50.764047+0000 mgr.y (mgr.14556) 14546 : cluster [DBG] pgmap v12854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:50.764047+0000 mgr.y (mgr.14556) 14546 : cluster [DBG] pgmap v12854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:53.789 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:53:54.081 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:53:54.081 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 9m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:53:54.081 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 9m ago 7h 59.2M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:53:54.081 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 9m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:53:54.081 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 9m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 9m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 9m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 9m ago 7h 1083M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 9m ago 7h 627M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 9m ago 7h 631M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 9m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 9m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 9m ago 7h 46.0M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 9m ago 7h 45.3M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 9m ago 7h 44.1M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 9m ago 7h 43.2M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 9m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 9m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:53:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 9m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:53:54.083 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 9m ago 7h 42.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:53:54.083 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 9m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:53:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:52.764449+0000 mgr.y (mgr.14556) 14547 : cluster [DBG] pgmap v12855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:53:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:53:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:52.764449+0000 mgr.y (mgr.14556) 14547 : cluster [DBG] pgmap v12855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:52.764449+0000 mgr.y (mgr.14556) 14547 : cluster [DBG] pgmap v12855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:54.430 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:53:54.430 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:53:54.430 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:53:54.430 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:53:54.430 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:53:54.430 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:53:54.430 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:53:54.431 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:53:54.431 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:53:54.431 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:53:54.431 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:53:54.431 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:53:54.431 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:53:54.431 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:53:54.431 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:53:54.431 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:53:54.431 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:53:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:53:53.778595+0000 mgr.y (mgr.14556) 14548 : audit [DBG] from='client.29766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:53:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:53:54.430378+0000 mon.a (mon.0) 3261 : audit [DBG] from='client.? 172.21.15.23:0/3423846296' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:53:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:53:53.778595+0000 mgr.y (mgr.14556) 14548 : audit [DBG] from='client.29766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:53:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:53:54.430378+0000 mon.a (mon.0) 3261 : audit [DBG] from='client.? 172.21.15.23:0/3423846296' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:53:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:53:53.778595+0000 mgr.y (mgr.14556) 14548 : audit [DBG] from='client.29766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:53:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:53:54.430378+0000 mon.a (mon.0) 3261 : audit [DBG] from='client.? 172.21.15.23:0/3423846296' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:53:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:53:54.074322+0000 mgr.y (mgr.14556) 14549 : audit [DBG] from='client.29772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:53:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:54.764889+0000 mgr.y (mgr.14556) 14550 : cluster [DBG] pgmap v12856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:53:54.074322+0000 mgr.y (mgr.14556) 14549 : audit [DBG] from='client.29772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:53:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:54.764889+0000 mgr.y (mgr.14556) 14550 : cluster [DBG] pgmap v12856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:53:54.074322+0000 mgr.y (mgr.14556) 14549 : audit [DBG] from='client.29772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:53:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:54.764889+0000 mgr.y (mgr.14556) 14550 : cluster [DBG] pgmap v12856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:56.765701+0000 mgr.y (mgr.14556) 14551 : cluster [DBG] pgmap v12857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:56.765701+0000 mgr.y (mgr.14556) 14551 : cluster [DBG] pgmap v12857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:53:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:56.765701+0000 mgr.y (mgr.14556) 14551 : cluster [DBG] pgmap v12857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:53:58.766188+0000 mgr.y (mgr.14556) 14552 : cluster [DBG] pgmap v12858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:53:58.766188+0000 mgr.y (mgr.14556) 14552 : cluster [DBG] pgmap v12858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:53:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:53:58.766188+0000 mgr.y (mgr.14556) 14552 : cluster [DBG] pgmap v12858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:01.872 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:54:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:00.766875+0000 mgr.y (mgr.14556) 14553 : cluster [DBG] pgmap v12859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:00.766875+0000 mgr.y (mgr.14556) 14553 : cluster [DBG] pgmap v12859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:02.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:00.766875+0000 mgr.y (mgr.14556) 14553 : cluster [DBG] pgmap v12859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:54:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:54:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:02.767458+0000 mgr.y (mgr.14556) 14554 : cluster [DBG] pgmap v12860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:02.767458+0000 mgr.y (mgr.14556) 14554 : cluster [DBG] pgmap v12860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:02.767458+0000 mgr.y (mgr.14556) 14554 : cluster [DBG] pgmap v12860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:04.767975+0000 mgr.y (mgr.14556) 14555 : cluster [DBG] pgmap v12861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:04.767975+0000 mgr.y (mgr.14556) 14555 : cluster [DBG] pgmap v12861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:04.767975+0000 mgr.y (mgr.14556) 14555 : cluster [DBG] pgmap v12861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:06.768583+0000 mgr.y (mgr.14556) 14556 : cluster [DBG] pgmap v12862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:06.768583+0000 mgr.y (mgr.14556) 14556 : cluster [DBG] pgmap v12862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:06.768583+0000 mgr.y (mgr.14556) 14556 : cluster [DBG] pgmap v12862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:08.768890+0000 mgr.y (mgr.14556) 14557 : cluster [DBG] pgmap v12863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:08.768890+0000 mgr.y (mgr.14556) 14557 : cluster [DBG] pgmap v12863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:08.768890+0000 mgr.y (mgr.14556) 14557 : cluster [DBG] pgmap v12863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:54:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:10.769609+0000 mgr.y (mgr.14556) 14558 : cluster [DBG] pgmap v12864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:10.769609+0000 mgr.y (mgr.14556) 14558 : cluster [DBG] pgmap v12864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:10.769609+0000 mgr.y (mgr.14556) 14558 : cluster [DBG] pgmap v12864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:54:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:54:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:12.770104+0000 mgr.y (mgr.14556) 14559 : cluster [DBG] pgmap v12865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:12.770104+0000 mgr.y (mgr.14556) 14559 : cluster [DBG] pgmap v12865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:12.770104+0000 mgr.y (mgr.14556) 14559 : cluster [DBG] pgmap v12865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:14.770577+0000 mgr.y (mgr.14556) 14560 : cluster [DBG] pgmap v12866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:14.770577+0000 mgr.y (mgr.14556) 14560 : cluster [DBG] pgmap v12866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:14.770577+0000 mgr.y (mgr.14556) 14560 : cluster [DBG] pgmap v12866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:54:15.415004+0000 mon.a (mon.0) 3262 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:54:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:54:15.415004+0000 mon.a (mon.0) 3262 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:54:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:54:15.415004+0000 mon.a (mon.0) 3262 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:54:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:16.771118+0000 mgr.y (mgr.14556) 14561 : cluster [DBG] pgmap v12867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:16.771118+0000 mgr.y (mgr.14556) 14561 : cluster [DBG] pgmap v12867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:16.771118+0000 mgr.y (mgr.14556) 14561 : cluster [DBG] pgmap v12867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:54:18.150856+0000 mon.a (mon.0) 3263 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:54:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:54:18.545238+0000 mon.a (mon.0) 3264 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:54:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:18.771645+0000 mgr.y (mgr.14556) 14562 : cluster [DBG] pgmap v12868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:54:18.836401+0000 mon.a (mon.0) 3265 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:54:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:54:18.837148+0000 mon.a (mon.0) 3266 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:54:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:54:18.846396+0000 mon.a (mon.0) 3267 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:54:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:54:18.150856+0000 mon.a (mon.0) 3263 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:54:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:54:18.545238+0000 mon.a (mon.0) 3264 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:54:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:18.771645+0000 mgr.y (mgr.14556) 14562 : cluster [DBG] pgmap v12868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:54:18.836401+0000 mon.a (mon.0) 3265 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:54:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:54:18.837148+0000 mon.a (mon.0) 3266 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:54:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:54:18.846396+0000 mon.a (mon.0) 3267 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:54:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:54:18.150856+0000 mon.a (mon.0) 3263 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:54:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:54:18.545238+0000 mon.a (mon.0) 3264 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:54:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:18.771645+0000 mgr.y (mgr.14556) 14562 : cluster [DBG] pgmap v12868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:54:18.836401+0000 mon.a (mon.0) 3265 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:54:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:54:18.837148+0000 mon.a (mon.0) 3266 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:54:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:54:18.846396+0000 mon.a (mon.0) 3267 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:54:21.826 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:54:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:20.772293+0000 mgr.y (mgr.14556) 14563 : cluster [DBG] pgmap v12869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:20.772293+0000 mgr.y (mgr.14556) 14563 : cluster [DBG] pgmap v12869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:20.772293+0000 mgr.y (mgr.14556) 14563 : cluster [DBG] pgmap v12869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:22.772842+0000 mgr.y (mgr.14556) 14564 : cluster [DBG] pgmap v12870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:54:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:54:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:22.772842+0000 mgr.y (mgr.14556) 14564 : cluster [DBG] pgmap v12870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:22.772842+0000 mgr.y (mgr.14556) 14564 : cluster [DBG] pgmap v12870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:24.753 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6s ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 6s ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6s ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 6s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 6s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 6s ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 6s ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 6s ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6s ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6s ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 6s ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:54:25.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6s ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:54:25.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6s ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:54:25.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6s ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:54:25.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6s ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:54:25.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 6s ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:54:25.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 6s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:54:25.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 6s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:54:25.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 6s ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:54:25.041 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 6s ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:54:25.387 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:54:25.388 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:54:25.388 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:54:25.388 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:54:25.388 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:54:25.388 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:54:25.388 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:54:25.388 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:54:25.388 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:54:25.388 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:54:25.388 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:54:25.388 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:54:25.388 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:54:25.389 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:54:25.389 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:54:25.389 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:54:25.389 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:54:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:54:24.742300+0000 mgr.y (mgr.14556) 14565 : audit [DBG] from='client.29784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:54:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:24.773194+0000 mgr.y (mgr.14556) 14566 : cluster [DBG] pgmap v12871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:54:25.388606+0000 mon.a (mon.0) 3268 : audit [DBG] from='client.? 172.21.15.23:0/879540247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:54:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:54:24.742300+0000 mgr.y (mgr.14556) 14565 : audit [DBG] from='client.29784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:54:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:24.773194+0000 mgr.y (mgr.14556) 14566 : cluster [DBG] pgmap v12871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:54:25.388606+0000 mon.a (mon.0) 3268 : audit [DBG] from='client.? 172.21.15.23:0/879540247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:54:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:54:24.742300+0000 mgr.y (mgr.14556) 14565 : audit [DBG] from='client.29784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:54:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:24.773194+0000 mgr.y (mgr.14556) 14566 : cluster [DBG] pgmap v12871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:54:25.388606+0000 mon.a (mon.0) 3268 : audit [DBG] from='client.? 172.21.15.23:0/879540247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:54:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:54:25.032839+0000 mgr.y (mgr.14556) 14567 : audit [DBG] from='client.29790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:54:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:54:25.032839+0000 mgr.y (mgr.14556) 14567 : audit [DBG] from='client.29790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:54:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:54:25.032839+0000 mgr.y (mgr.14556) 14567 : audit [DBG] from='client.29790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:54:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:26.773897+0000 mgr.y (mgr.14556) 14568 : cluster [DBG] pgmap v12872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:26.773897+0000 mgr.y (mgr.14556) 14568 : cluster [DBG] pgmap v12872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:26.773897+0000 mgr.y (mgr.14556) 14568 : cluster [DBG] pgmap v12872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:28.774265+0000 mgr.y (mgr.14556) 14569 : cluster [DBG] pgmap v12873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:28.774265+0000 mgr.y (mgr.14556) 14569 : cluster [DBG] pgmap v12873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:28.774265+0000 mgr.y (mgr.14556) 14569 : cluster [DBG] pgmap v12873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:31.879 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:54:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:30.774798+0000 mgr.y (mgr.14556) 14570 : cluster [DBG] pgmap v12874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:30.774798+0000 mgr.y (mgr.14556) 14570 : cluster [DBG] pgmap v12874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:30.774798+0000 mgr.y (mgr.14556) 14570 : cluster [DBG] pgmap v12874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:54:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:54:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:32.775139+0000 mgr.y (mgr.14556) 14571 : cluster [DBG] pgmap v12875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:32.775139+0000 mgr.y (mgr.14556) 14571 : cluster [DBG] pgmap v12875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:32.775139+0000 mgr.y (mgr.14556) 14571 : cluster [DBG] pgmap v12875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:34.775483+0000 mgr.y (mgr.14556) 14572 : cluster [DBG] pgmap v12876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:34.775483+0000 mgr.y (mgr.14556) 14572 : cluster [DBG] pgmap v12876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:34.775483+0000 mgr.y (mgr.14556) 14572 : cluster [DBG] pgmap v12876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:36.776069+0000 mgr.y (mgr.14556) 14573 : cluster [DBG] pgmap v12877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:36.776069+0000 mgr.y (mgr.14556) 14573 : cluster [DBG] pgmap v12877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:36.776069+0000 mgr.y (mgr.14556) 14573 : cluster [DBG] pgmap v12877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:38.776432+0000 mgr.y (mgr.14556) 14574 : cluster [DBG] pgmap v12878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:38.776432+0000 mgr.y (mgr.14556) 14574 : cluster [DBG] pgmap v12878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:38.776432+0000 mgr.y (mgr.14556) 14574 : cluster [DBG] pgmap v12878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:41.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:54:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:40.777195+0000 mgr.y (mgr.14556) 14575 : cluster [DBG] pgmap v12879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:40.777195+0000 mgr.y (mgr.14556) 14575 : cluster [DBG] pgmap v12879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:40.777195+0000 mgr.y (mgr.14556) 14575 : cluster [DBG] pgmap v12879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:54:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:54:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:42.777659+0000 mgr.y (mgr.14556) 14576 : cluster [DBG] pgmap v12880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:42.777659+0000 mgr.y (mgr.14556) 14576 : cluster [DBG] pgmap v12880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:42.777659+0000 mgr.y (mgr.14556) 14576 : cluster [DBG] pgmap v12880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:44.778156+0000 mgr.y (mgr.14556) 14577 : cluster [DBG] pgmap v12881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:44.778156+0000 mgr.y (mgr.14556) 14577 : cluster [DBG] pgmap v12881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:44.778156+0000 mgr.y (mgr.14556) 14577 : cluster [DBG] pgmap v12881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:46.778840+0000 mgr.y (mgr.14556) 14578 : cluster [DBG] pgmap v12882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:46.778840+0000 mgr.y (mgr.14556) 14578 : cluster [DBG] pgmap v12882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:46.778840+0000 mgr.y (mgr.14556) 14578 : cluster [DBG] pgmap v12882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:48.779178+0000 mgr.y (mgr.14556) 14579 : cluster [DBG] pgmap v12883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:48.779178+0000 mgr.y (mgr.14556) 14579 : cluster [DBG] pgmap v12883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:48.779178+0000 mgr.y (mgr.14556) 14579 : cluster [DBG] pgmap v12883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:51.833 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:54:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:50.779823+0000 mgr.y (mgr.14556) 14580 : cluster [DBG] pgmap v12884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:50.779823+0000 mgr.y (mgr.14556) 14580 : cluster [DBG] pgmap v12884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:50.779823+0000 mgr.y (mgr.14556) 14580 : cluster [DBG] pgmap v12884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:52.780184+0000 mgr.y (mgr.14556) 14581 : cluster [DBG] pgmap v12885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:54:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:54:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:52.780184+0000 mgr.y (mgr.14556) 14581 : cluster [DBG] pgmap v12885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:52.780184+0000 mgr.y (mgr.14556) 14581 : cluster [DBG] pgmap v12885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:55.715 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:54:56.001 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:54:56.001 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 37s ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:54:56.001 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 37s ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:54:56.001 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 37s ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:54:56.001 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 37s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:54:56.001 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 37s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:54:56.001 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 37s ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:54:56.001 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 37s ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:54:56.001 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 37s ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:54:56.001 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 37s ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:54:56.002 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 37s ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:54:56.002 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 37s ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:54:56.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 37s ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:54:56.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 37s ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:54:56.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 37s ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:54:56.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 37s ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:54:56.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 37s ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:54:56.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 37s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:54:56.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 37s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:54:56.002 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 37s ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:54:56.002 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 37s ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:54:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:54.780636+0000 mgr.y (mgr.14556) 14582 : cluster [DBG] pgmap v12886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:54.780636+0000 mgr.y (mgr.14556) 14582 : cluster [DBG] pgmap v12886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:54.780636+0000 mgr.y (mgr.14556) 14582 : cluster [DBG] pgmap v12886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:56.358 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:54:56.359 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:54:56.359 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:54:56.359 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:54:56.359 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:54:56.359 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:54:56.359 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:54:56.359 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:54:56.359 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:54:56.359 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:54:56.359 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:54:56.359 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:54:56.359 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:54:56.360 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:54:56.360 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:54:56.360 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:54:56.360 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:54:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:54:55.703247+0000 mgr.y (mgr.14556) 14583 : audit [DBG] from='client.29802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:54:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:54:56.359562+0000 mon.a (mon.0) 3269 : audit [DBG] from='client.? 172.21.15.23:0/4173668140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:54:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:54:55.703247+0000 mgr.y (mgr.14556) 14583 : audit [DBG] from='client.29802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:54:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:54:56.359562+0000 mon.a (mon.0) 3269 : audit [DBG] from='client.? 172.21.15.23:0/4173668140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:54:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:54:55.703247+0000 mgr.y (mgr.14556) 14583 : audit [DBG] from='client.29802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:54:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:54:56.359562+0000 mon.a (mon.0) 3269 : audit [DBG] from='client.? 172.21.15.23:0/4173668140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:54:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:54:55.993977+0000 mgr.y (mgr.14556) 14584 : audit [DBG] from='client.39719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:54:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:56.781152+0000 mgr.y (mgr.14556) 14585 : cluster [DBG] pgmap v12887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:54:55.993977+0000 mgr.y (mgr.14556) 14584 : audit [DBG] from='client.39719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:54:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:56.781152+0000 mgr.y (mgr.14556) 14585 : cluster [DBG] pgmap v12887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:54:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:54:55.993977+0000 mgr.y (mgr.14556) 14584 : audit [DBG] from='client.39719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:54:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:56.781152+0000 mgr.y (mgr.14556) 14585 : cluster [DBG] pgmap v12887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:54:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:54:58.781644+0000 mgr.y (mgr.14556) 14586 : cluster [DBG] pgmap v12888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:54:58.781644+0000 mgr.y (mgr.14556) 14586 : cluster [DBG] pgmap v12888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:54:58.781644+0000 mgr.y (mgr.14556) 14586 : cluster [DBG] pgmap v12888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:01.893 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:55:02.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:00.782310+0000 mgr.y (mgr.14556) 14587 : cluster [DBG] pgmap v12889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:00.782310+0000 mgr.y (mgr.14556) 14587 : cluster [DBG] pgmap v12889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:00.782310+0000 mgr.y (mgr.14556) 14587 : cluster [DBG] pgmap v12889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:02.782722+0000 mgr.y (mgr.14556) 14588 : cluster [DBG] pgmap v12890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:02.782722+0000 mgr.y (mgr.14556) 14588 : cluster [DBG] pgmap v12890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:55:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:55:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:02.782722+0000 mgr.y (mgr.14556) 14588 : cluster [DBG] pgmap v12890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:04.783201+0000 mgr.y (mgr.14556) 14589 : cluster [DBG] pgmap v12891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:04.783201+0000 mgr.y (mgr.14556) 14589 : cluster [DBG] pgmap v12891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:04.783201+0000 mgr.y (mgr.14556) 14589 : cluster [DBG] pgmap v12891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:06.783814+0000 mgr.y (mgr.14556) 14590 : cluster [DBG] pgmap v12892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:06.783814+0000 mgr.y (mgr.14556) 14590 : cluster [DBG] pgmap v12892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:06.783814+0000 mgr.y (mgr.14556) 14590 : cluster [DBG] pgmap v12892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:08.784360+0000 mgr.y (mgr.14556) 14591 : cluster [DBG] pgmap v12893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:08.784360+0000 mgr.y (mgr.14556) 14591 : cluster [DBG] pgmap v12893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:08.784360+0000 mgr.y (mgr.14556) 14591 : cluster [DBG] pgmap v12893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:55:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:10.784981+0000 mgr.y (mgr.14556) 14592 : cluster [DBG] pgmap v12894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:10.784981+0000 mgr.y (mgr.14556) 14592 : cluster [DBG] pgmap v12894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:10.784981+0000 mgr.y (mgr.14556) 14592 : cluster [DBG] pgmap v12894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:12.785373+0000 mgr.y (mgr.14556) 14593 : cluster [DBG] pgmap v12895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:12.785373+0000 mgr.y (mgr.14556) 14593 : cluster [DBG] pgmap v12895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:55:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T13:55:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:12.785373+0000 mgr.y (mgr.14556) 14593 : cluster [DBG] pgmap v12895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:14.785750+0000 mgr.y (mgr.14556) 14594 : cluster [DBG] pgmap v12896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:14.785750+0000 mgr.y (mgr.14556) 14594 : cluster [DBG] pgmap v12896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:14.785750+0000 mgr.y (mgr.14556) 14594 : cluster [DBG] pgmap v12896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:16.786377+0000 mgr.y (mgr.14556) 14595 : cluster [DBG] pgmap v12897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:16.786377+0000 mgr.y (mgr.14556) 14595 : cluster [DBG] pgmap v12897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:16.786377+0000 mgr.y (mgr.14556) 14595 : cluster [DBG] pgmap v12897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:18.786722+0000 mgr.y (mgr.14556) 14596 : cluster [DBG] pgmap v12898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:55:18.851164+0000 mon.a (mon.0) 3270 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:55:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:55:19.160070+0000 mon.a (mon.0) 3271 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:55:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:55:19.160755+0000 mon.a (mon.0) 3272 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:55:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:55:19.173982+0000 mon.a (mon.0) 3273 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:55:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:18.786722+0000 mgr.y (mgr.14556) 14596 : cluster [DBG] pgmap v12898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:55:18.851164+0000 mon.a (mon.0) 3270 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:55:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:55:19.160070+0000 mon.a (mon.0) 3271 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:55:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:55:19.160755+0000 mon.a (mon.0) 3272 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:55:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:55:19.173982+0000 mon.a (mon.0) 3273 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:55:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:18.786722+0000 mgr.y (mgr.14556) 14596 : cluster [DBG] pgmap v12898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:55:18.851164+0000 mon.a (mon.0) 3270 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:55:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:55:19.160070+0000 mon.a (mon.0) 3271 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:55:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:55:19.160755+0000 mon.a (mon.0) 3272 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:55:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:55:19.173982+0000 mon.a (mon.0) 3273 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:55:21.856 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:55:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:20.787357+0000 mgr.y (mgr.14556) 14597 : cluster [DBG] pgmap v12899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:20.787357+0000 mgr.y (mgr.14556) 14597 : cluster [DBG] pgmap v12899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:20.787357+0000 mgr.y (mgr.14556) 14597 : cluster [DBG] pgmap v12899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:55:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:55:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:22.787727+0000 mgr.y (mgr.14556) 14598 : cluster [DBG] pgmap v12900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:22.787727+0000 mgr.y (mgr.14556) 14598 : cluster [DBG] pgmap v12900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:22.787727+0000 mgr.y (mgr.14556) 14598 : cluster [DBG] pgmap v12900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:24.788157+0000 mgr.y (mgr.14556) 14599 : cluster [DBG] pgmap v12901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:24.788157+0000 mgr.y (mgr.14556) 14599 : cluster [DBG] pgmap v12901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:24.788157+0000 mgr.y (mgr.14556) 14599 : cluster [DBG] pgmap v12901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:26.682 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:55:26.974 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:55:26.974 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 68s ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:55:26.974 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 68s ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:55:26.974 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 68s ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:55:26.974 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 68s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:55:26.974 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 68s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:55:26.974 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 68s ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:55:26.974 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 68s ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:55:26.974 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 68s ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:55:26.974 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 68s ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:55:26.974 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 68s ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:55:26.974 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 68s ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:55:26.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 68s ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:55:26.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 68s ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:55:26.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 68s ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:55:26.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 68s ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:55:26.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 68s ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:55:26.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 68s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:55:26.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 68s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:55:26.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 68s ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:55:26.975 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 68s ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:55:27.329 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:55:27.330 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:55:27.330 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:55:27.330 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:55:27.330 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:55:27.330 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:55:27.330 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:55:27.330 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:55:27.330 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:55:27.330 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:55:27.330 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:55:27.330 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:55:27.331 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:55:27.331 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:55:27.331 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:55:27.331 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:55:27.331 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:55:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:55:26.671280+0000 mgr.y (mgr.14556) 14600 : audit [DBG] from='client.29820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:55:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:26.788689+0000 mgr.y (mgr.14556) 14601 : cluster [DBG] pgmap v12902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:55:27.330589+0000 mon.c (mon.2) 368 : audit [DBG] from='client.? 172.21.15.23:0/3447308953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:55:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:55:26.671280+0000 mgr.y (mgr.14556) 14600 : audit [DBG] from='client.29820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:55:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:26.788689+0000 mgr.y (mgr.14556) 14601 : cluster [DBG] pgmap v12902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:55:27.330589+0000 mon.c (mon.2) 368 : audit [DBG] from='client.? 172.21.15.23:0/3447308953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:55:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:55:26.671280+0000 mgr.y (mgr.14556) 14600 : audit [DBG] from='client.29820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:55:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:26.788689+0000 mgr.y (mgr.14556) 14601 : cluster [DBG] pgmap v12902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:55:27.330589+0000 mon.c (mon.2) 368 : audit [DBG] from='client.? 172.21.15.23:0/3447308953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:55:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:55:26.966855+0000 mgr.y (mgr.14556) 14602 : audit [DBG] from='client.29826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:55:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:55:26.966855+0000 mgr.y (mgr.14556) 14602 : audit [DBG] from='client.29826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:55:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:55:26.966855+0000 mgr.y (mgr.14556) 14602 : audit [DBG] from='client.29826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:55:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:28.789020+0000 mgr.y (mgr.14556) 14603 : cluster [DBG] pgmap v12903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:28.789020+0000 mgr.y (mgr.14556) 14603 : cluster [DBG] pgmap v12903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:28.789020+0000 mgr.y (mgr.14556) 14603 : cluster [DBG] pgmap v12903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:55:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:30.789725+0000 mgr.y (mgr.14556) 14604 : cluster [DBG] pgmap v12904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:30.789725+0000 mgr.y (mgr.14556) 14604 : cluster [DBG] pgmap v12904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:30.789725+0000 mgr.y (mgr.14556) 14604 : cluster [DBG] pgmap v12904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:32.790232+0000 mgr.y (mgr.14556) 14605 : cluster [DBG] pgmap v12905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:55:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:55:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:32.790232+0000 mgr.y (mgr.14556) 14605 : cluster [DBG] pgmap v12905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:32.790232+0000 mgr.y (mgr.14556) 14605 : cluster [DBG] pgmap v12905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:34.790626+0000 mgr.y (mgr.14556) 14606 : cluster [DBG] pgmap v12906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:34.790626+0000 mgr.y (mgr.14556) 14606 : cluster [DBG] pgmap v12906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:34.790626+0000 mgr.y (mgr.14556) 14606 : cluster [DBG] pgmap v12906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:36.791424+0000 mgr.y (mgr.14556) 14607 : cluster [DBG] pgmap v12907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:36.791424+0000 mgr.y (mgr.14556) 14607 : cluster [DBG] pgmap v12907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:36.791424+0000 mgr.y (mgr.14556) 14607 : cluster [DBG] pgmap v12907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:38.791795+0000 mgr.y (mgr.14556) 14608 : cluster [DBG] pgmap v12908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:38.791795+0000 mgr.y (mgr.14556) 14608 : cluster [DBG] pgmap v12908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:38.791795+0000 mgr.y (mgr.14556) 14608 : cluster [DBG] pgmap v12908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:41.851 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:55:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:40.792504+0000 mgr.y (mgr.14556) 14609 : cluster [DBG] pgmap v12909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:40.792504+0000 mgr.y (mgr.14556) 14609 : cluster [DBG] pgmap v12909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:40.792504+0000 mgr.y (mgr.14556) 14609 : cluster [DBG] pgmap v12909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:42.792865+0000 mgr.y (mgr.14556) 14610 : cluster [DBG] pgmap v12910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:55:43] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:55:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:42.792865+0000 mgr.y (mgr.14556) 14610 : cluster [DBG] pgmap v12910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:42.792865+0000 mgr.y (mgr.14556) 14610 : cluster [DBG] pgmap v12910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:44.793504+0000 mgr.y (mgr.14556) 14611 : cluster [DBG] pgmap v12911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:44.793504+0000 mgr.y (mgr.14556) 14611 : cluster [DBG] pgmap v12911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:44.793504+0000 mgr.y (mgr.14556) 14611 : cluster [DBG] pgmap v12911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:46.794224+0000 mgr.y (mgr.14556) 14612 : cluster [DBG] pgmap v12912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:46.794224+0000 mgr.y (mgr.14556) 14612 : cluster [DBG] pgmap v12912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:46.794224+0000 mgr.y (mgr.14556) 14612 : cluster [DBG] pgmap v12912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:48.794765+0000 mgr.y (mgr.14556) 14613 : cluster [DBG] pgmap v12913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:48.794765+0000 mgr.y (mgr.14556) 14613 : cluster [DBG] pgmap v12913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:48.794765+0000 mgr.y (mgr.14556) 14613 : cluster [DBG] pgmap v12913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:51.883 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:55:52.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:50.795305+0000 mgr.y (mgr.14556) 14614 : cluster [DBG] pgmap v12914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:50.795305+0000 mgr.y (mgr.14556) 14614 : cluster [DBG] pgmap v12914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:50.795305+0000 mgr.y (mgr.14556) 14614 : cluster [DBG] pgmap v12914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:55:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:55:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:52.795810+0000 mgr.y (mgr.14556) 14615 : cluster [DBG] pgmap v12915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:52.795810+0000 mgr.y (mgr.14556) 14615 : cluster [DBG] pgmap v12915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:52.795810+0000 mgr.y (mgr.14556) 14615 : cluster [DBG] pgmap v12915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:54.796459+0000 mgr.y (mgr.14556) 14616 : cluster [DBG] pgmap v12916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:54.796459+0000 mgr.y (mgr.14556) 14616 : cluster [DBG] pgmap v12916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:54.796459+0000 mgr.y (mgr.14556) 14616 : cluster [DBG] pgmap v12916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:57.652 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:55:57.939 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:55:57.939 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 99s ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:55:57.939 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 99s ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:55:57.939 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 99s ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:55:57.940 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 99s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:55:57.940 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 99s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:55:57.940 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 99s ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:55:57.940 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 99s ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:55:57.940 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 99s ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:55:57.940 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 99s ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:55:57.940 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 99s ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:55:57.940 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 99s ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:55:57.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 99s ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:55:57.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 99s ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:55:57.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 99s ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:55:57.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 99s ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:55:57.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 99s ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:55:57.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 99s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:55:57.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 99s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:55:57.941 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 99s ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:55:57.941 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 99s ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:55:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:56.797269+0000 mgr.y (mgr.14556) 14617 : cluster [DBG] pgmap v12917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:56.797269+0000 mgr.y (mgr.14556) 14617 : cluster [DBG] pgmap v12917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:56.797269+0000 mgr.y (mgr.14556) 14617 : cluster [DBG] pgmap v12917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:55:58.287 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:55:58.287 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:55:58.287 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:55:58.287 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:55:58.287 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:55:58.287 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:55:58.287 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:55:58.287 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:55:58.287 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:55:58.287 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:55:58.287 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:55:58.287 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:55:58.288 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:55:58.288 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:55:58.288 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:55:58.288 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:55:58.288 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:55:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:55:57.641661+0000 mgr.y (mgr.14556) 14618 : audit [DBG] from='client.29838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:55:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:55:57.932474+0000 mgr.y (mgr.14556) 14619 : audit [DBG] from='client.29844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:55:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:55:58.287895+0000 mon.a (mon.0) 3274 : audit [DBG] from='client.? 172.21.15.23:0/3228288855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:55:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:55:57.641661+0000 mgr.y (mgr.14556) 14618 : audit [DBG] from='client.29838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:55:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:55:57.932474+0000 mgr.y (mgr.14556) 14619 : audit [DBG] from='client.29844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:55:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:55:58.287895+0000 mon.a (mon.0) 3274 : audit [DBG] from='client.? 172.21.15.23:0/3228288855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:55:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:55:57.641661+0000 mgr.y (mgr.14556) 14618 : audit [DBG] from='client.29838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:55:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:55:57.932474+0000 mgr.y (mgr.14556) 14619 : audit [DBG] from='client.29844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:55:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:55:58.287895+0000 mon.a (mon.0) 3274 : audit [DBG] from='client.? 172.21.15.23:0/3228288855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:56:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:55:58.797908+0000 mgr.y (mgr.14556) 14620 : cluster [DBG] pgmap v12918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:55:58.797908+0000 mgr.y (mgr.14556) 14620 : cluster [DBG] pgmap v12918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:55:58.797908+0000 mgr.y (mgr.14556) 14620 : cluster [DBG] pgmap v12918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:56:02.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:00.798524+0000 mgr.y (mgr.14556) 14621 : cluster [DBG] pgmap v12919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:00.798524+0000 mgr.y (mgr.14556) 14621 : cluster [DBG] pgmap v12919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:00.798524+0000 mgr.y (mgr.14556) 14621 : cluster [DBG] pgmap v12919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:02.798958+0000 mgr.y (mgr.14556) 14622 : cluster [DBG] pgmap v12920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:02.798958+0000 mgr.y (mgr.14556) 14622 : cluster [DBG] pgmap v12920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:56:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T13:56:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:02.798958+0000 mgr.y (mgr.14556) 14622 : cluster [DBG] pgmap v12920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:04.799479+0000 mgr.y (mgr.14556) 14623 : cluster [DBG] pgmap v12921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:04.799479+0000 mgr.y (mgr.14556) 14623 : cluster [DBG] pgmap v12921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:04.799479+0000 mgr.y (mgr.14556) 14623 : cluster [DBG] pgmap v12921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:06.800148+0000 mgr.y (mgr.14556) 14624 : cluster [DBG] pgmap v12922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:06.800148+0000 mgr.y (mgr.14556) 14624 : cluster [DBG] pgmap v12922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:06.800148+0000 mgr.y (mgr.14556) 14624 : cluster [DBG] pgmap v12922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:08.800627+0000 mgr.y (mgr.14556) 14625 : cluster [DBG] pgmap v12923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:08.800627+0000 mgr.y (mgr.14556) 14625 : cluster [DBG] pgmap v12923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:08.800627+0000 mgr.y (mgr.14556) 14625 : cluster [DBG] pgmap v12923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:56:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:10.801305+0000 mgr.y (mgr.14556) 14626 : cluster [DBG] pgmap v12924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:10.801305+0000 mgr.y (mgr.14556) 14626 : cluster [DBG] pgmap v12924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:10.801305+0000 mgr.y (mgr.14556) 14626 : cluster [DBG] pgmap v12924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:12.801727+0000 mgr.y (mgr.14556) 14627 : cluster [DBG] pgmap v12925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:12.801727+0000 mgr.y (mgr.14556) 14627 : cluster [DBG] pgmap v12925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:12.801727+0000 mgr.y (mgr.14556) 14627 : cluster [DBG] pgmap v12925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:56:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:56:16.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:14.802225+0000 mgr.y (mgr.14556) 14628 : cluster [DBG] pgmap v12926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:14.802225+0000 mgr.y (mgr.14556) 14628 : cluster [DBG] pgmap v12926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:14.802225+0000 mgr.y (mgr.14556) 14628 : cluster [DBG] pgmap v12926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:16.803154+0000 mgr.y (mgr.14556) 14629 : cluster [DBG] pgmap v12927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:16.803154+0000 mgr.y (mgr.14556) 14629 : cluster [DBG] pgmap v12927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:16.803154+0000 mgr.y (mgr.14556) 14629 : cluster [DBG] pgmap v12927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:18.803592+0000 mgr.y (mgr.14556) 14630 : cluster [DBG] pgmap v12928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:56:19.178412+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:56:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:56:19.491007+0000 mon.a (mon.0) 3276 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:56:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:56:19.491733+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:56:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:56:19.500535+0000 mon.a (mon.0) 3278 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:56:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:18.803592+0000 mgr.y (mgr.14556) 14630 : cluster [DBG] pgmap v12928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:56:19.178412+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:56:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:56:19.491007+0000 mon.a (mon.0) 3276 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:56:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:56:19.491733+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:56:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:56:19.500535+0000 mon.a (mon.0) 3278 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:56:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:18.803592+0000 mgr.y (mgr.14556) 14630 : cluster [DBG] pgmap v12928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:56:19.178412+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:56:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:56:19.491007+0000 mon.a (mon.0) 3276 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:56:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:56:19.491733+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:56:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:56:19.500535+0000 mon.a (mon.0) 3278 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:56:21.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:56:22.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:20.804496+0000 mgr.y (mgr.14556) 14631 : cluster [DBG] pgmap v12929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:20.804496+0000 mgr.y (mgr.14556) 14631 : cluster [DBG] pgmap v12929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:20.804496+0000 mgr.y (mgr.14556) 14631 : cluster [DBG] pgmap v12929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:56:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:56:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:22.805116+0000 mgr.y (mgr.14556) 14632 : cluster [DBG] pgmap v12930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:22.805116+0000 mgr.y (mgr.14556) 14632 : cluster [DBG] pgmap v12930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:22.805116+0000 mgr.y (mgr.14556) 14632 : cluster [DBG] pgmap v12930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:24.805792+0000 mgr.y (mgr.14556) 14633 : cluster [DBG] pgmap v12931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:24.805792+0000 mgr.y (mgr.14556) 14633 : cluster [DBG] pgmap v12931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:24.805792+0000 mgr.y (mgr.14556) 14633 : cluster [DBG] pgmap v12931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:26.806541+0000 mgr.y (mgr.14556) 14634 : cluster [DBG] pgmap v12932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:26.806541+0000 mgr.y (mgr.14556) 14634 : cluster [DBG] pgmap v12932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:26.806541+0000 mgr.y (mgr.14556) 14634 : cluster [DBG] pgmap v12932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:28.612 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 2m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 2m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 2m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 2m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 2m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 2m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 2m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 2m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 2m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 2m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 2m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:56:28.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 2m ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:56:28.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 2m ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:56:28.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 2m ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:56:28.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 2m ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:56:28.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 2m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:56:28.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 2m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:56:28.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 2m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:56:28.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 2m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:56:28.903 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 2m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:56:29.253 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:56:29.253 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:56:29.253 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:56:29.253 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:56:29.253 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:56:29.253 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:56:29.253 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:56:29.253 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:56:29.253 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:56:29.253 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:56:29.253 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:56:29.253 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:56:29.254 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:56:29.254 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:56:29.254 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:56:29.254 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:56:29.254 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:56:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:56:28.601200+0000 mgr.y (mgr.14556) 14635 : audit [DBG] from='client.29856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:56:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:28.806869+0000 mgr.y (mgr.14556) 14636 : cluster [DBG] pgmap v12933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:56:28.894755+0000 mgr.y (mgr.14556) 14637 : audit [DBG] from='client.29862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:56:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:56:29.253724+0000 mon.a (mon.0) 3279 : audit [DBG] from='client.? 172.21.15.23:0/3656584326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:56:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:56:28.601200+0000 mgr.y (mgr.14556) 14635 : audit [DBG] from='client.29856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:56:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:28.806869+0000 mgr.y (mgr.14556) 14636 : cluster [DBG] pgmap v12933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:56:28.894755+0000 mgr.y (mgr.14556) 14637 : audit [DBG] from='client.29862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:56:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:56:29.253724+0000 mon.a (mon.0) 3279 : audit [DBG] from='client.? 172.21.15.23:0/3656584326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:56:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:56:28.601200+0000 mgr.y (mgr.14556) 14635 : audit [DBG] from='client.29856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:56:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:28.806869+0000 mgr.y (mgr.14556) 14636 : cluster [DBG] pgmap v12933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:56:28.894755+0000 mgr.y (mgr.14556) 14637 : audit [DBG] from='client.29862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:56:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:56:29.253724+0000 mon.a (mon.0) 3279 : audit [DBG] from='client.? 172.21.15.23:0/3656584326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:56:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:56:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:30.807474+0000 mgr.y (mgr.14556) 14638 : cluster [DBG] pgmap v12934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:30.807474+0000 mgr.y (mgr.14556) 14638 : cluster [DBG] pgmap v12934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:30.807474+0000 mgr.y (mgr.14556) 14638 : cluster [DBG] pgmap v12934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:56:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T13:56:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:32.808009+0000 mgr.y (mgr.14556) 14639 : cluster [DBG] pgmap v12935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:32.808009+0000 mgr.y (mgr.14556) 14639 : cluster [DBG] pgmap v12935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:32.808009+0000 mgr.y (mgr.14556) 14639 : cluster [DBG] pgmap v12935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:34.808562+0000 mgr.y (mgr.14556) 14640 : cluster [DBG] pgmap v12936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:34.808562+0000 mgr.y (mgr.14556) 14640 : cluster [DBG] pgmap v12936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:34.808562+0000 mgr.y (mgr.14556) 14640 : cluster [DBG] pgmap v12936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:36.809465+0000 mgr.y (mgr.14556) 14641 : cluster [DBG] pgmap v12937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:36.809465+0000 mgr.y (mgr.14556) 14641 : cluster [DBG] pgmap v12937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:36.809465+0000 mgr.y (mgr.14556) 14641 : cluster [DBG] pgmap v12937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:38.809918+0000 mgr.y (mgr.14556) 14642 : cluster [DBG] pgmap v12938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:38.809918+0000 mgr.y (mgr.14556) 14642 : cluster [DBG] pgmap v12938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:38.809918+0000 mgr.y (mgr.14556) 14642 : cluster [DBG] pgmap v12938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:41.888 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:56:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:40.810675+0000 mgr.y (mgr.14556) 14643 : cluster [DBG] pgmap v12939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:40.810675+0000 mgr.y (mgr.14556) 14643 : cluster [DBG] pgmap v12939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:40.810675+0000 mgr.y (mgr.14556) 14643 : cluster [DBG] pgmap v12939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:56:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T13:56:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:42.811125+0000 mgr.y (mgr.14556) 14644 : cluster [DBG] pgmap v12940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:42.811125+0000 mgr.y (mgr.14556) 14644 : cluster [DBG] pgmap v12940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:42.811125+0000 mgr.y (mgr.14556) 14644 : cluster [DBG] pgmap v12940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:44.811736+0000 mgr.y (mgr.14556) 14645 : cluster [DBG] pgmap v12941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:44.811736+0000 mgr.y (mgr.14556) 14645 : cluster [DBG] pgmap v12941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:44.811736+0000 mgr.y (mgr.14556) 14645 : cluster [DBG] pgmap v12941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:46.812525+0000 mgr.y (mgr.14556) 14646 : cluster [DBG] pgmap v12942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:46.812525+0000 mgr.y (mgr.14556) 14646 : cluster [DBG] pgmap v12942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:46.812525+0000 mgr.y (mgr.14556) 14646 : cluster [DBG] pgmap v12942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:48.813004+0000 mgr.y (mgr.14556) 14647 : cluster [DBG] pgmap v12943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:48.813004+0000 mgr.y (mgr.14556) 14647 : cluster [DBG] pgmap v12943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:48.813004+0000 mgr.y (mgr.14556) 14647 : cluster [DBG] pgmap v12943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:56:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:50.813801+0000 mgr.y (mgr.14556) 14648 : cluster [DBG] pgmap v12944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:50.813801+0000 mgr.y (mgr.14556) 14648 : cluster [DBG] pgmap v12944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:50.813801+0000 mgr.y (mgr.14556) 14648 : cluster [DBG] pgmap v12944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:56:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T13:56:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:52.814238+0000 mgr.y (mgr.14556) 14649 : cluster [DBG] pgmap v12945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:52.814238+0000 mgr.y (mgr.14556) 14649 : cluster [DBG] pgmap v12945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:52.814238+0000 mgr.y (mgr.14556) 14649 : cluster [DBG] pgmap v12945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:54.814670+0000 mgr.y (mgr.14556) 14650 : cluster [DBG] pgmap v12946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:54.814670+0000 mgr.y (mgr.14556) 14650 : cluster [DBG] pgmap v12946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:54.814670+0000 mgr.y (mgr.14556) 14650 : cluster [DBG] pgmap v12946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:56.815285+0000 mgr.y (mgr.14556) 14651 : cluster [DBG] pgmap v12947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:56.815285+0000 mgr.y (mgr.14556) 14651 : cluster [DBG] pgmap v12947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:56.815285+0000 mgr.y (mgr.14556) 14651 : cluster [DBG] pgmap v12947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:56:59.578 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:56:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:56:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 2m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:56:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 2m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:56:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 2m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:56:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 2m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:56:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 2m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:56:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 2m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:56:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 2m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:56:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 2m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:56:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 2m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:56:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 2m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:56:59.866 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 2m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:56:59.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 2m ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:56:59.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 2m ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:56:59.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 2m ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:56:59.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 2m ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:56:59.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 2m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:56:59.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 2m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:56:59.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 2m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:56:59.866 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 2m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:56:59.866 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 2m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:57:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:56:58.815732+0000 mgr.y (mgr.14556) 14652 : cluster [DBG] pgmap v12948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:00.218 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:57:00.218 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:57:00.218 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:57:00.218 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:57:00.218 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:57:00.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:57:00.219 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:57:00.219 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:57:00.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:57:00.219 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:57:00.219 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:57:00.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:57:00.219 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:57:00.219 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:57:00.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:57:00.219 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:57:00.219 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:57:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:56:58.815732+0000 mgr.y (mgr.14556) 14652 : cluster [DBG] pgmap v12948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:56:58.815732+0000 mgr.y (mgr.14556) 14652 : cluster [DBG] pgmap v12948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:56:59.566646+0000 mgr.y (mgr.14556) 14653 : audit [DBG] from='client.39785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:57:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:56:59.857764+0000 mgr.y (mgr.14556) 14654 : audit [DBG] from='client.29880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:57:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:57:00.219325+0000 mon.a (mon.0) 3280 : audit [DBG] from='client.? 172.21.15.23:0/438800958' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:57:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:56:59.566646+0000 mgr.y (mgr.14556) 14653 : audit [DBG] from='client.39785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:57:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:56:59.857764+0000 mgr.y (mgr.14556) 14654 : audit [DBG] from='client.29880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:57:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:57:00.219325+0000 mon.a (mon.0) 3280 : audit [DBG] from='client.? 172.21.15.23:0/438800958' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:57:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:56:59.566646+0000 mgr.y (mgr.14556) 14653 : audit [DBG] from='client.39785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:57:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:56:59.857764+0000 mgr.y (mgr.14556) 14654 : audit [DBG] from='client.29880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:57:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:57:00.219325+0000 mon.a (mon.0) 3280 : audit [DBG] from='client.? 172.21.15.23:0/438800958' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:57:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:57:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:00.816418+0000 mgr.y (mgr.14556) 14655 : cluster [DBG] pgmap v12949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:00.816418+0000 mgr.y (mgr.14556) 14655 : cluster [DBG] pgmap v12949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:00.816418+0000 mgr.y (mgr.14556) 14655 : cluster [DBG] pgmap v12949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:57:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T13:57:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:02.816819+0000 mgr.y (mgr.14556) 14656 : cluster [DBG] pgmap v12950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:02.816819+0000 mgr.y (mgr.14556) 14656 : cluster [DBG] pgmap v12950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:02.816819+0000 mgr.y (mgr.14556) 14656 : cluster [DBG] pgmap v12950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:04.817379+0000 mgr.y (mgr.14556) 14657 : cluster [DBG] pgmap v12951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:04.817379+0000 mgr.y (mgr.14556) 14657 : cluster [DBG] pgmap v12951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:04.817379+0000 mgr.y (mgr.14556) 14657 : cluster [DBG] pgmap v12951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:06.818205+0000 mgr.y (mgr.14556) 14658 : cluster [DBG] pgmap v12952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:06.818205+0000 mgr.y (mgr.14556) 14658 : cluster [DBG] pgmap v12952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:06.818205+0000 mgr.y (mgr.14556) 14658 : cluster [DBG] pgmap v12952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:08.818619+0000 mgr.y (mgr.14556) 14659 : cluster [DBG] pgmap v12953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:08.818619+0000 mgr.y (mgr.14556) 14659 : cluster [DBG] pgmap v12953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:08.818619+0000 mgr.y (mgr.14556) 14659 : cluster [DBG] pgmap v12953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:11.877 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:57:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:10.819224+0000 mgr.y (mgr.14556) 14660 : cluster [DBG] pgmap v12954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:10.819224+0000 mgr.y (mgr.14556) 14660 : cluster [DBG] pgmap v12954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:10.819224+0000 mgr.y (mgr.14556) 14660 : cluster [DBG] pgmap v12954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:57:13] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T13:57:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:12.819669+0000 mgr.y (mgr.14556) 14661 : cluster [DBG] pgmap v12955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:12.819669+0000 mgr.y (mgr.14556) 14661 : cluster [DBG] pgmap v12955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:12.819669+0000 mgr.y (mgr.14556) 14661 : cluster [DBG] pgmap v12955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:16.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:14.820343+0000 mgr.y (mgr.14556) 14662 : cluster [DBG] pgmap v12956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:14.820343+0000 mgr.y (mgr.14556) 14662 : cluster [DBG] pgmap v12956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:14.820343+0000 mgr.y (mgr.14556) 14662 : cluster [DBG] pgmap v12956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:16.821024+0000 mgr.y (mgr.14556) 14663 : cluster [DBG] pgmap v12957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:16.821024+0000 mgr.y (mgr.14556) 14663 : cluster [DBG] pgmap v12957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:16.821024+0000 mgr.y (mgr.14556) 14663 : cluster [DBG] pgmap v12957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:18.821513+0000 mgr.y (mgr.14556) 14664 : cluster [DBG] pgmap v12958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:57:19.504843+0000 mon.a (mon.0) 3281 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:57:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:57:19.758863+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:57:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:57:19.767758+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:57:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:18.821513+0000 mgr.y (mgr.14556) 14664 : cluster [DBG] pgmap v12958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:57:19.504843+0000 mon.a (mon.0) 3281 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:57:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:57:19.758863+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:57:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:57:19.767758+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:57:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:18.821513+0000 mgr.y (mgr.14556) 14664 : cluster [DBG] pgmap v12958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:57:19.504843+0000 mon.a (mon.0) 3281 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:57:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:57:19.758863+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:57:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:57:19.767758+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:57:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:57:20.060817+0000 mon.a (mon.0) 3284 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:57:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:57:20.061462+0000 mon.a (mon.0) 3285 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:57:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:57:20.079071+0000 mon.a (mon.0) 3286 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:57:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:57:20.060817+0000 mon.a (mon.0) 3284 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:57:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:57:20.061462+0000 mon.a (mon.0) 3285 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:57:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:57:20.079071+0000 mon.a (mon.0) 3286 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:57:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:57:20.060817+0000 mon.a (mon.0) 3284 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:57:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:57:20.061462+0000 mon.a (mon.0) 3285 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:57:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:57:20.079071+0000 mon.a (mon.0) 3286 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:57:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:57:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:20.822120+0000 mgr.y (mgr.14556) 14665 : cluster [DBG] pgmap v12959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:20.822120+0000 mgr.y (mgr.14556) 14665 : cluster [DBG] pgmap v12959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:20.822120+0000 mgr.y (mgr.14556) 14665 : cluster [DBG] pgmap v12959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:22.822599+0000 mgr.y (mgr.14556) 14666 : cluster [DBG] pgmap v12960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:57:23] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T13:57:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:22.822599+0000 mgr.y (mgr.14556) 14666 : cluster [DBG] pgmap v12960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:22.822599+0000 mgr.y (mgr.14556) 14666 : cluster [DBG] pgmap v12960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:24.822976+0000 mgr.y (mgr.14556) 14667 : cluster [DBG] pgmap v12961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:24.822976+0000 mgr.y (mgr.14556) 14667 : cluster [DBG] pgmap v12961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:24.822976+0000 mgr.y (mgr.14556) 14667 : cluster [DBG] pgmap v12961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:26.823641+0000 mgr.y (mgr.14556) 14668 : cluster [DBG] pgmap v12962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:26.823641+0000 mgr.y (mgr.14556) 14668 : cluster [DBG] pgmap v12962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:26.823641+0000 mgr.y (mgr.14556) 14668 : cluster [DBG] pgmap v12962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:28.824048+0000 mgr.y (mgr.14556) 14669 : cluster [DBG] pgmap v12963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:28.824048+0000 mgr.y (mgr.14556) 14669 : cluster [DBG] pgmap v12963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:28.824048+0000 mgr.y (mgr.14556) 14669 : cluster [DBG] pgmap v12963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:30.545 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:57:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:57:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 3m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:57:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 3m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:57:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 3m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:57:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 3m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:57:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 3m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:57:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 3m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:57:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 3m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:57:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 3m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:57:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 3m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:57:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 3m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:57:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 3m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:57:30.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 3m ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:57:30.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 3m ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:57:30.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 3m ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:57:30.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 3m ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:57:30.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 3m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:57:30.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 3m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:57:30.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 3m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:57:30.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 3m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:57:30.833 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 3m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:57:31.183 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:57:31.184 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:57:31.184 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:57:31.184 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:57:31.184 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:57:31.902 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:57:32.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:57:30.534189+0000 mgr.y (mgr.14556) 14670 : audit [DBG] from='client.29892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:57:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:57:30.824453+0000 mgr.y (mgr.14556) 14671 : audit [DBG] from='client.29898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:57:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:30.825008+0000 mgr.y (mgr.14556) 14672 : cluster [DBG] pgmap v12964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:57:31.183626+0000 mon.a (mon.0) 3287 : audit [DBG] from='client.? 172.21.15.23:0/2496458502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:57:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:57:30.534189+0000 mgr.y (mgr.14556) 14670 : audit [DBG] from='client.29892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:57:32.384 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:57:30.824453+0000 mgr.y (mgr.14556) 14671 : audit [DBG] from='client.29898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:57:32.385 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:30.825008+0000 mgr.y (mgr.14556) 14672 : cluster [DBG] pgmap v12964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:32.385 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:57:31.183626+0000 mon.a (mon.0) 3287 : audit [DBG] from='client.? 172.21.15.23:0/2496458502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:57:32.385 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:57:30.534189+0000 mgr.y (mgr.14556) 14670 : audit [DBG] from='client.29892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:57:32.385 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:57:30.824453+0000 mgr.y (mgr.14556) 14671 : audit [DBG] from='client.29898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:57:32.385 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:30.825008+0000 mgr.y (mgr.14556) 14672 : cluster [DBG] pgmap v12964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:32.385 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:57:31.183626+0000 mon.a (mon.0) 3287 : audit [DBG] from='client.? 172.21.15.23:0/2496458502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:57:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:57:33] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T13:57:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:32.825444+0000 mgr.y (mgr.14556) 14673 : cluster [DBG] pgmap v12965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:32.825444+0000 mgr.y (mgr.14556) 14673 : cluster [DBG] pgmap v12965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:32.825444+0000 mgr.y (mgr.14556) 14673 : cluster [DBG] pgmap v12965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:34.825832+0000 mgr.y (mgr.14556) 14674 : cluster [DBG] pgmap v12966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:34.825832+0000 mgr.y (mgr.14556) 14674 : cluster [DBG] pgmap v12966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:34.825832+0000 mgr.y (mgr.14556) 14674 : cluster [DBG] pgmap v12966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:36.826680+0000 mgr.y (mgr.14556) 14675 : cluster [DBG] pgmap v12967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:36.826680+0000 mgr.y (mgr.14556) 14675 : cluster [DBG] pgmap v12967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:36.826680+0000 mgr.y (mgr.14556) 14675 : cluster [DBG] pgmap v12967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:38.827119+0000 mgr.y (mgr.14556) 14676 : cluster [DBG] pgmap v12968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:38.827119+0000 mgr.y (mgr.14556) 14676 : cluster [DBG] pgmap v12968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:38.827119+0000 mgr.y (mgr.14556) 14676 : cluster [DBG] pgmap v12968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:57:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:40.827831+0000 mgr.y (mgr.14556) 14677 : cluster [DBG] pgmap v12969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:40.827831+0000 mgr.y (mgr.14556) 14677 : cluster [DBG] pgmap v12969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:40.827831+0000 mgr.y (mgr.14556) 14677 : cluster [DBG] pgmap v12969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:42.828425+0000 mgr.y (mgr.14556) 14678 : cluster [DBG] pgmap v12970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:42.828425+0000 mgr.y (mgr.14556) 14678 : cluster [DBG] pgmap v12970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:57:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:57:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:42.828425+0000 mgr.y (mgr.14556) 14678 : cluster [DBG] pgmap v12970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:44.828851+0000 mgr.y (mgr.14556) 14679 : cluster [DBG] pgmap v12971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:44.828851+0000 mgr.y (mgr.14556) 14679 : cluster [DBG] pgmap v12971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:44.828851+0000 mgr.y (mgr.14556) 14679 : cluster [DBG] pgmap v12971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:46.829686+0000 mgr.y (mgr.14556) 14680 : cluster [DBG] pgmap v12972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:46.829686+0000 mgr.y (mgr.14556) 14680 : cluster [DBG] pgmap v12972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:46.829686+0000 mgr.y (mgr.14556) 14680 : cluster [DBG] pgmap v12972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:48.830095+0000 mgr.y (mgr.14556) 14681 : cluster [DBG] pgmap v12973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:48.830095+0000 mgr.y (mgr.14556) 14681 : cluster [DBG] pgmap v12973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:48.830095+0000 mgr.y (mgr.14556) 14681 : cluster [DBG] pgmap v12973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:51.888 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:57:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:50.830859+0000 mgr.y (mgr.14556) 14682 : cluster [DBG] pgmap v12974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:50.830859+0000 mgr.y (mgr.14556) 14682 : cluster [DBG] pgmap v12974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:50.830859+0000 mgr.y (mgr.14556) 14682 : cluster [DBG] pgmap v12974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:57:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:57:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:52.831523+0000 mgr.y (mgr.14556) 14683 : cluster [DBG] pgmap v12975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:52.831523+0000 mgr.y (mgr.14556) 14683 : cluster [DBG] pgmap v12975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:52.831523+0000 mgr.y (mgr.14556) 14683 : cluster [DBG] pgmap v12975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:54.832054+0000 mgr.y (mgr.14556) 14684 : cluster [DBG] pgmap v12976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:54.832054+0000 mgr.y (mgr.14556) 14684 : cluster [DBG] pgmap v12976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:54.832054+0000 mgr.y (mgr.14556) 14684 : cluster [DBG] pgmap v12976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:56.832735+0000 mgr.y (mgr.14556) 14685 : cluster [DBG] pgmap v12977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:56.832735+0000 mgr.y (mgr.14556) 14685 : cluster [DBG] pgmap v12977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:57:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:56.832735+0000 mgr.y (mgr.14556) 14685 : cluster [DBG] pgmap v12977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:57:58.833062+0000 mgr.y (mgr.14556) 14686 : cluster [DBG] pgmap v12978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:57:58.833062+0000 mgr.y (mgr.14556) 14686 : cluster [DBG] pgmap v12978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:57:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:57:58.833062+0000 mgr.y (mgr.14556) 14686 : cluster [DBG] pgmap v12978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:01.506 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:58:01.796 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 3m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 3m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 3m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 3m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 3m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 3m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 3m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 3m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 3m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 3m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 3m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 3m ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:58:01.797 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 3m ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:58:01.798 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 3m ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:58:01.798 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 3m ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:58:01.798 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 3m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:58:01.798 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 3m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:58:01.798 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 3m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:58:01.798 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 3m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:58:01.798 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 3m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:58:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:58:02.150 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:58:02.150 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:58:02.150 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:58:02.150 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:58:02.150 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:58:02.150 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:58:02.150 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:58:02.150 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:58:02.150 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:58:02.150 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:58:02.151 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:58:02.151 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:58:02.151 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:58:02.151 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:58:02.151 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:58:02.151 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:58:02.151 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:58:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:00.833861+0000 mgr.y (mgr.14556) 14687 : cluster [DBG] pgmap v12979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:00.833861+0000 mgr.y (mgr.14556) 14687 : cluster [DBG] pgmap v12979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:00.833861+0000 mgr.y (mgr.14556) 14687 : cluster [DBG] pgmap v12979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:58:01.495618+0000 mgr.y (mgr.14556) 14688 : audit [DBG] from='client.39821 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:58:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:58:01.789384+0000 mgr.y (mgr.14556) 14689 : audit [DBG] from='client.29916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:58:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:58:02.150661+0000 mon.a (mon.0) 3288 : audit [DBG] from='client.? 172.21.15.23:0/2328738383' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:58:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:58:01.495618+0000 mgr.y (mgr.14556) 14688 : audit [DBG] from='client.39821 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:58:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:58:01.789384+0000 mgr.y (mgr.14556) 14689 : audit [DBG] from='client.29916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:58:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:58:02.150661+0000 mon.a (mon.0) 3288 : audit [DBG] from='client.? 172.21.15.23:0/2328738383' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:58:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:58:01.495618+0000 mgr.y (mgr.14556) 14688 : audit [DBG] from='client.39821 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:58:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:58:01.789384+0000 mgr.y (mgr.14556) 14689 : audit [DBG] from='client.29916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:58:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:58:02.150661+0000 mon.a (mon.0) 3288 : audit [DBG] from='client.? 172.21.15.23:0/2328738383' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:58:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:02.834418+0000 mgr.y (mgr.14556) 14690 : cluster [DBG] pgmap v12980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:58:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:58:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:02.834418+0000 mgr.y (mgr.14556) 14690 : cluster [DBG] pgmap v12980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:02.834418+0000 mgr.y (mgr.14556) 14690 : cluster [DBG] pgmap v12980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:04.834856+0000 mgr.y (mgr.14556) 14691 : cluster [DBG] pgmap v12981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:04.834856+0000 mgr.y (mgr.14556) 14691 : cluster [DBG] pgmap v12981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:04.834856+0000 mgr.y (mgr.14556) 14691 : cluster [DBG] pgmap v12981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:08.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:06.835573+0000 mgr.y (mgr.14556) 14692 : cluster [DBG] pgmap v12982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:06.835573+0000 mgr.y (mgr.14556) 14692 : cluster [DBG] pgmap v12982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:06.835573+0000 mgr.y (mgr.14556) 14692 : cluster [DBG] pgmap v12982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:08.836203+0000 mgr.y (mgr.14556) 14693 : cluster [DBG] pgmap v12983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:08.836203+0000 mgr.y (mgr.14556) 14693 : cluster [DBG] pgmap v12983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:08.836203+0000 mgr.y (mgr.14556) 14693 : cluster [DBG] pgmap v12983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:58:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:10.836943+0000 mgr.y (mgr.14556) 14694 : cluster [DBG] pgmap v12984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:10.836943+0000 mgr.y (mgr.14556) 14694 : cluster [DBG] pgmap v12984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:10.836943+0000 mgr.y (mgr.14556) 14694 : cluster [DBG] pgmap v12984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:58:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:58:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:12.837490+0000 mgr.y (mgr.14556) 14695 : cluster [DBG] pgmap v12985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:12.837490+0000 mgr.y (mgr.14556) 14695 : cluster [DBG] pgmap v12985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:12.837490+0000 mgr.y (mgr.14556) 14695 : cluster [DBG] pgmap v12985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:14.837926+0000 mgr.y (mgr.14556) 14696 : cluster [DBG] pgmap v12986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:14.837926+0000 mgr.y (mgr.14556) 14696 : cluster [DBG] pgmap v12986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:14.837926+0000 mgr.y (mgr.14556) 14696 : cluster [DBG] pgmap v12986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:16.838693+0000 mgr.y (mgr.14556) 14697 : cluster [DBG] pgmap v12987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:16.838693+0000 mgr.y (mgr.14556) 14697 : cluster [DBG] pgmap v12987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:16.838693+0000 mgr.y (mgr.14556) 14697 : cluster [DBG] pgmap v12987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:18.839214+0000 mgr.y (mgr.14556) 14698 : cluster [DBG] pgmap v12988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:18.839214+0000 mgr.y (mgr.14556) 14698 : cluster [DBG] pgmap v12988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:18.839214+0000 mgr.y (mgr.14556) 14698 : cluster [DBG] pgmap v12988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:58:20.083559+0000 mon.a (mon.0) 3289 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:58:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:58:20.390721+0000 mon.a (mon.0) 3290 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:58:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:58:20.391397+0000 mon.a (mon.0) 3291 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:58:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:58:20.397008+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:58:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:58:20.083559+0000 mon.a (mon.0) 3289 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:58:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:58:20.390721+0000 mon.a (mon.0) 3290 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:58:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:58:20.391397+0000 mon.a (mon.0) 3291 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:58:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:58:20.397008+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:58:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:58:20.083559+0000 mon.a (mon.0) 3289 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:58:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:58:20.390721+0000 mon.a (mon.0) 3290 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:58:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:58:20.391397+0000 mon.a (mon.0) 3291 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:58:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:58:20.397008+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:58:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:58:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:20.840031+0000 mgr.y (mgr.14556) 14699 : cluster [DBG] pgmap v12989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:20.840031+0000 mgr.y (mgr.14556) 14699 : cluster [DBG] pgmap v12989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:20.840031+0000 mgr.y (mgr.14556) 14699 : cluster [DBG] pgmap v12989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:58:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:58:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:22.840448+0000 mgr.y (mgr.14556) 14700 : cluster [DBG] pgmap v12990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:22.840448+0000 mgr.y (mgr.14556) 14700 : cluster [DBG] pgmap v12990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:22.840448+0000 mgr.y (mgr.14556) 14700 : cluster [DBG] pgmap v12990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:24.840869+0000 mgr.y (mgr.14556) 14701 : cluster [DBG] pgmap v12991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:24.840869+0000 mgr.y (mgr.14556) 14701 : cluster [DBG] pgmap v12991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:24.840869+0000 mgr.y (mgr.14556) 14701 : cluster [DBG] pgmap v12991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:26.841618+0000 mgr.y (mgr.14556) 14702 : cluster [DBG] pgmap v12992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:26.841618+0000 mgr.y (mgr.14556) 14702 : cluster [DBG] pgmap v12992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:26.841618+0000 mgr.y (mgr.14556) 14702 : cluster [DBG] pgmap v12992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:28.842047+0000 mgr.y (mgr.14556) 14703 : cluster [DBG] pgmap v12993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:28.842047+0000 mgr.y (mgr.14556) 14703 : cluster [DBG] pgmap v12993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:28.842047+0000 mgr.y (mgr.14556) 14703 : cluster [DBG] pgmap v12993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:30.842795+0000 mgr.y (mgr.14556) 14704 : cluster [DBG] pgmap v12994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:30.842795+0000 mgr.y (mgr.14556) 14704 : cluster [DBG] pgmap v12994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:30.842795+0000 mgr.y (mgr.14556) 14704 : cluster [DBG] pgmap v12994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:58:32.475 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:58:32.763 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:58:32.763 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 4m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:58:32.763 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 4m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:58:32.763 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 4m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:58:32.763 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 4m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:58:32.763 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 4m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:58:32.763 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 4m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:58:32.763 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 4m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 4m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 4m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 4m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 4m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 4m ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 4m ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 4m ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 4m ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 4m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 4m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 4m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 4m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:58:32.764 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 4m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:58:33.110 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:58:33.111 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:58:33.112 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:58:33.112 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:58:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:58:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:58:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:58:32.464507+0000 mgr.y (mgr.14556) 14705 : audit [DBG] from='client.29928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:58:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:58:32.755963+0000 mgr.y (mgr.14556) 14706 : audit [DBG] from='client.29934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:58:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:32.843132+0000 mgr.y (mgr.14556) 14707 : cluster [DBG] pgmap v12995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:58:33.111408+0000 mon.a (mon.0) 3293 : audit [DBG] from='client.? 172.21.15.23:0/1575995407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:58:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:58:32.464507+0000 mgr.y (mgr.14556) 14705 : audit [DBG] from='client.29928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:58:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:58:32.755963+0000 mgr.y (mgr.14556) 14706 : audit [DBG] from='client.29934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:58:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:32.843132+0000 mgr.y (mgr.14556) 14707 : cluster [DBG] pgmap v12995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:58:33.111408+0000 mon.a (mon.0) 3293 : audit [DBG] from='client.? 172.21.15.23:0/1575995407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:58:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:58:32.464507+0000 mgr.y (mgr.14556) 14705 : audit [DBG] from='client.29928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:58:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:58:32.755963+0000 mgr.y (mgr.14556) 14706 : audit [DBG] from='client.29934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:58:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:32.843132+0000 mgr.y (mgr.14556) 14707 : cluster [DBG] pgmap v12995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:58:33.111408+0000 mon.a (mon.0) 3293 : audit [DBG] from='client.? 172.21.15.23:0/1575995407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:58:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:34.843668+0000 mgr.y (mgr.14556) 14708 : cluster [DBG] pgmap v12996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:34.843668+0000 mgr.y (mgr.14556) 14708 : cluster [DBG] pgmap v12996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:34.843668+0000 mgr.y (mgr.14556) 14708 : cluster [DBG] pgmap v12996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:36.844386+0000 mgr.y (mgr.14556) 14709 : cluster [DBG] pgmap v12997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:36.844386+0000 mgr.y (mgr.14556) 14709 : cluster [DBG] pgmap v12997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:36.844386+0000 mgr.y (mgr.14556) 14709 : cluster [DBG] pgmap v12997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:38.844753+0000 mgr.y (mgr.14556) 14710 : cluster [DBG] pgmap v12998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:38.844753+0000 mgr.y (mgr.14556) 14710 : cluster [DBG] pgmap v12998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:38.844753+0000 mgr.y (mgr.14556) 14710 : cluster [DBG] pgmap v12998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:58:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:40.845489+0000 mgr.y (mgr.14556) 14711 : cluster [DBG] pgmap v12999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:40.845489+0000 mgr.y (mgr.14556) 14711 : cluster [DBG] pgmap v12999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:40.845489+0000 mgr.y (mgr.14556) 14711 : cluster [DBG] pgmap v12999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:42.845960+0000 mgr.y (mgr.14556) 14712 : cluster [DBG] pgmap v13000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:42.845960+0000 mgr.y (mgr.14556) 14712 : cluster [DBG] pgmap v13000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:42.845960+0000 mgr.y (mgr.14556) 14712 : cluster [DBG] pgmap v13000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:58:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T13:58:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:44.846389+0000 mgr.y (mgr.14556) 14713 : cluster [DBG] pgmap v13001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:44.846389+0000 mgr.y (mgr.14556) 14713 : cluster [DBG] pgmap v13001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:44.846389+0000 mgr.y (mgr.14556) 14713 : cluster [DBG] pgmap v13001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:46.847237+0000 mgr.y (mgr.14556) 14714 : cluster [DBG] pgmap v13002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:46.847237+0000 mgr.y (mgr.14556) 14714 : cluster [DBG] pgmap v13002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:46.847237+0000 mgr.y (mgr.14556) 14714 : cluster [DBG] pgmap v13002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:48.847733+0000 mgr.y (mgr.14556) 14715 : cluster [DBG] pgmap v13003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:48.847733+0000 mgr.y (mgr.14556) 14715 : cluster [DBG] pgmap v13003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:48.847733+0000 mgr.y (mgr.14556) 14715 : cluster [DBG] pgmap v13003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:58:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:50.848432+0000 mgr.y (mgr.14556) 14716 : cluster [DBG] pgmap v13004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:50.848432+0000 mgr.y (mgr.14556) 14716 : cluster [DBG] pgmap v13004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:50.848432+0000 mgr.y (mgr.14556) 14716 : cluster [DBG] pgmap v13004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:52.848775+0000 mgr.y (mgr.14556) 14717 : cluster [DBG] pgmap v13005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:52.848775+0000 mgr.y (mgr.14556) 14717 : cluster [DBG] pgmap v13005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:58:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:58:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:52.848775+0000 mgr.y (mgr.14556) 14717 : cluster [DBG] pgmap v13005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:54.849189+0000 mgr.y (mgr.14556) 14718 : cluster [DBG] pgmap v13006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:54.849189+0000 mgr.y (mgr.14556) 14718 : cluster [DBG] pgmap v13006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:54.849189+0000 mgr.y (mgr.14556) 14718 : cluster [DBG] pgmap v13006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:56.849955+0000 mgr.y (mgr.14556) 14719 : cluster [DBG] pgmap v13007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:56.849955+0000 mgr.y (mgr.14556) 14719 : cluster [DBG] pgmap v13007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:58:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:56.849955+0000 mgr.y (mgr.14556) 14719 : cluster [DBG] pgmap v13007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:58:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:58:58.850464+0000 mgr.y (mgr.14556) 14720 : cluster [DBG] pgmap v13008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:58:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:58:58.850464+0000 mgr.y (mgr.14556) 14720 : cluster [DBG] pgmap v13008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:58:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:58:58.850464+0000 mgr.y (mgr.14556) 14720 : cluster [DBG] pgmap v13008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:00.851257+0000 mgr.y (mgr.14556) 14721 : cluster [DBG] pgmap v13009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:00.851257+0000 mgr.y (mgr.14556) 14721 : cluster [DBG] pgmap v13009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:00.851257+0000 mgr.y (mgr.14556) 14721 : cluster [DBG] pgmap v13009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:59:03.435 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:59:03.719 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:59:03.719 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 4m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:59:03.719 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 4m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:59:03.719 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 4m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:59:03.719 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 4m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:59:03.719 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 4m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:59:03.719 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 4m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:59:03.719 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 4m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 4m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 4m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 4m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 4m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 4m ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 4m ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 4m ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 4m ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 4m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 4m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 4m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 4m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:59:03.720 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 4m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:59:04.070 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:59:04.071 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:59:04.072 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:59:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:59:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:59:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:02.851621+0000 mgr.y (mgr.14556) 14722 : cluster [DBG] pgmap v13010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:02.851621+0000 mgr.y (mgr.14556) 14722 : cluster [DBG] pgmap v13010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:02.851621+0000 mgr.y (mgr.14556) 14722 : cluster [DBG] pgmap v13010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:59:03.424278+0000 mgr.y (mgr.14556) 14723 : audit [DBG] from='client.39857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:59:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:59:03.712184+0000 mgr.y (mgr.14556) 14724 : audit [DBG] from='client.29952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:59:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:59:04.071431+0000 mon.a (mon.0) 3294 : audit [DBG] from='client.? 172.21.15.23:0/2481289913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:59:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:59:03.424278+0000 mgr.y (mgr.14556) 14723 : audit [DBG] from='client.39857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:59:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:59:03.712184+0000 mgr.y (mgr.14556) 14724 : audit [DBG] from='client.29952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:59:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:59:04.071431+0000 mon.a (mon.0) 3294 : audit [DBG] from='client.? 172.21.15.23:0/2481289913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:59:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:59:03.424278+0000 mgr.y (mgr.14556) 14723 : audit [DBG] from='client.39857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:59:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:59:03.712184+0000 mgr.y (mgr.14556) 14724 : audit [DBG] from='client.29952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:59:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:59:04.071431+0000 mon.a (mon.0) 3294 : audit [DBG] from='client.? 172.21.15.23:0/2481289913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:59:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:04.852139+0000 mgr.y (mgr.14556) 14725 : cluster [DBG] pgmap v13011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:04.852139+0000 mgr.y (mgr.14556) 14725 : cluster [DBG] pgmap v13011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:04.852139+0000 mgr.y (mgr.14556) 14725 : cluster [DBG] pgmap v13011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:06.852968+0000 mgr.y (mgr.14556) 14726 : cluster [DBG] pgmap v13012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:06.852968+0000 mgr.y (mgr.14556) 14726 : cluster [DBG] pgmap v13012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:06.852968+0000 mgr.y (mgr.14556) 14726 : cluster [DBG] pgmap v13012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:08.853313+0000 mgr.y (mgr.14556) 14727 : cluster [DBG] pgmap v13013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:08.853313+0000 mgr.y (mgr.14556) 14727 : cluster [DBG] pgmap v13013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:08.853313+0000 mgr.y (mgr.14556) 14727 : cluster [DBG] pgmap v13013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:59:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:10.853942+0000 mgr.y (mgr.14556) 14728 : cluster [DBG] pgmap v13014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:10.853942+0000 mgr.y (mgr.14556) 14728 : cluster [DBG] pgmap v13014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:10.853942+0000 mgr.y (mgr.14556) 14728 : cluster [DBG] pgmap v13014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:59:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T13:59:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:12.854467+0000 mgr.y (mgr.14556) 14729 : cluster [DBG] pgmap v13015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:12.854467+0000 mgr.y (mgr.14556) 14729 : cluster [DBG] pgmap v13015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:12.854467+0000 mgr.y (mgr.14556) 14729 : cluster [DBG] pgmap v13015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:14.854927+0000 mgr.y (mgr.14556) 14730 : cluster [DBG] pgmap v13016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:14.854927+0000 mgr.y (mgr.14556) 14730 : cluster [DBG] pgmap v13016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:14.854927+0000 mgr.y (mgr.14556) 14730 : cluster [DBG] pgmap v13016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:16.855841+0000 mgr.y (mgr.14556) 14731 : cluster [DBG] pgmap v13017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:16.855841+0000 mgr.y (mgr.14556) 14731 : cluster [DBG] pgmap v13017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:16.855841+0000 mgr.y (mgr.14556) 14731 : cluster [DBG] pgmap v13017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:18.856362+0000 mgr.y (mgr.14556) 14732 : cluster [DBG] pgmap v13018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:18.856362+0000 mgr.y (mgr.14556) 14732 : cluster [DBG] pgmap v13018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:18.856362+0000 mgr.y (mgr.14556) 14732 : cluster [DBG] pgmap v13018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:59:20.401416+0000 mon.a (mon.0) 3295 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:59:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:59:20.708700+0000 mon.a (mon.0) 3296 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:59:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:59:20.709367+0000 mon.a (mon.0) 3297 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:59:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:59:20.722819+0000 mon.a (mon.0) 3298 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:59:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:59:20.401416+0000 mon.a (mon.0) 3295 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:59:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:59:20.708700+0000 mon.a (mon.0) 3296 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:59:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:59:20.709367+0000 mon.a (mon.0) 3297 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:59:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:59:20.722819+0000 mon.a (mon.0) 3298 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:59:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:59:20.401416+0000 mon.a (mon.0) 3295 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T13:59:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:59:20.708700+0000 mon.a (mon.0) 3296 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T13:59:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:59:20.709367+0000 mon.a (mon.0) 3297 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T13:59:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:59:20.722819+0000 mon.a (mon.0) 3298 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T13:59:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:59:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:20.856916+0000 mgr.y (mgr.14556) 14733 : cluster [DBG] pgmap v13019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:20.856916+0000 mgr.y (mgr.14556) 14733 : cluster [DBG] pgmap v13019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:20.856916+0000 mgr.y (mgr.14556) 14733 : cluster [DBG] pgmap v13019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:59:23] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T13:59:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:22.857492+0000 mgr.y (mgr.14556) 14734 : cluster [DBG] pgmap v13020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:22.857492+0000 mgr.y (mgr.14556) 14734 : cluster [DBG] pgmap v13020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:22.857492+0000 mgr.y (mgr.14556) 14734 : cluster [DBG] pgmap v13020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:24.858019+0000 mgr.y (mgr.14556) 14735 : cluster [DBG] pgmap v13021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:24.858019+0000 mgr.y (mgr.14556) 14735 : cluster [DBG] pgmap v13021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:24.858019+0000 mgr.y (mgr.14556) 14735 : cluster [DBG] pgmap v13021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:26.858778+0000 mgr.y (mgr.14556) 14736 : cluster [DBG] pgmap v13022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:26.858778+0000 mgr.y (mgr.14556) 14736 : cluster [DBG] pgmap v13022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:26.858778+0000 mgr.y (mgr.14556) 14736 : cluster [DBG] pgmap v13022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:28.859133+0000 mgr.y (mgr.14556) 14737 : cluster [DBG] pgmap v13023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:28.859133+0000 mgr.y (mgr.14556) 14737 : cluster [DBG] pgmap v13023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:28.859133+0000 mgr.y (mgr.14556) 14737 : cluster [DBG] pgmap v13023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:59:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:30.859947+0000 mgr.y (mgr.14556) 14738 : cluster [DBG] pgmap v13024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:30.859947+0000 mgr.y (mgr.14556) 14738 : cluster [DBG] pgmap v13024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:30.859947+0000 mgr.y (mgr.14556) 14738 : cluster [DBG] pgmap v13024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:32.860481+0000 mgr.y (mgr.14556) 14739 : cluster [DBG] pgmap v13025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:32.860481+0000 mgr.y (mgr.14556) 14739 : cluster [DBG] pgmap v13025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:32.860481+0000 mgr.y (mgr.14556) 14739 : cluster [DBG] pgmap v13025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:59:33] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T13:59:34.398 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T13:59:34.685 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 5m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 5m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 5m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 5m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 5m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 5m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 5m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 5m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 5m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 5m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 5m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 5m ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T13:59:34.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 5m ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T13:59:34.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 5m ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T13:59:34.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 5m ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T13:59:34.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 5m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T13:59:34.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 5m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T13:59:34.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 5m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T13:59:34.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 5m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T13:59:34.687 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 5m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T13:59:35.038 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T13:59:35.039 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T13:59:35.040 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T13:59:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:59:34.387396+0000 mgr.y (mgr.14556) 14740 : audit [DBG] from='client.29964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:59:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:59:34.678194+0000 mgr.y (mgr.14556) 14741 : audit [DBG] from='client.39881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:59:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:34.860826+0000 mgr.y (mgr.14556) 14742 : cluster [DBG] pgmap v13026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T13:59:35.039515+0000 mon.c (mon.2) 369 : audit [DBG] from='client.? 172.21.15.23:0/625631646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:59:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:59:34.387396+0000 mgr.y (mgr.14556) 14740 : audit [DBG] from='client.29964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:59:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:59:34.678194+0000 mgr.y (mgr.14556) 14741 : audit [DBG] from='client.39881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:59:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:34.860826+0000 mgr.y (mgr.14556) 14742 : cluster [DBG] pgmap v13026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T13:59:35.039515+0000 mon.c (mon.2) 369 : audit [DBG] from='client.? 172.21.15.23:0/625631646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:59:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:59:34.387396+0000 mgr.y (mgr.14556) 14740 : audit [DBG] from='client.29964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:59:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:59:34.678194+0000 mgr.y (mgr.14556) 14741 : audit [DBG] from='client.39881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T13:59:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:34.860826+0000 mgr.y (mgr.14556) 14742 : cluster [DBG] pgmap v13026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T13:59:35.039515+0000 mon.c (mon.2) 369 : audit [DBG] from='client.? 172.21.15.23:0/625631646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T13:59:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:36.861492+0000 mgr.y (mgr.14556) 14743 : cluster [DBG] pgmap v13027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:36.861492+0000 mgr.y (mgr.14556) 14743 : cluster [DBG] pgmap v13027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:36.861492+0000 mgr.y (mgr.14556) 14743 : cluster [DBG] pgmap v13027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:38.861980+0000 mgr.y (mgr.14556) 14744 : cluster [DBG] pgmap v13028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:38.861980+0000 mgr.y (mgr.14556) 14744 : cluster [DBG] pgmap v13028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:38.861980+0000 mgr.y (mgr.14556) 14744 : cluster [DBG] pgmap v13028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:59:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:40.862633+0000 mgr.y (mgr.14556) 14745 : cluster [DBG] pgmap v13029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:40.862633+0000 mgr.y (mgr.14556) 14745 : cluster [DBG] pgmap v13029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:40.862633+0000 mgr.y (mgr.14556) 14745 : cluster [DBG] pgmap v13029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:59:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T13:59:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:42.863006+0000 mgr.y (mgr.14556) 14746 : cluster [DBG] pgmap v13030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:42.863006+0000 mgr.y (mgr.14556) 14746 : cluster [DBG] pgmap v13030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:42.863006+0000 mgr.y (mgr.14556) 14746 : cluster [DBG] pgmap v13030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:44.863541+0000 mgr.y (mgr.14556) 14747 : cluster [DBG] pgmap v13031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:44.863541+0000 mgr.y (mgr.14556) 14747 : cluster [DBG] pgmap v13031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:44.863541+0000 mgr.y (mgr.14556) 14747 : cluster [DBG] pgmap v13031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:46.864197+0000 mgr.y (mgr.14556) 14748 : cluster [DBG] pgmap v13032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:46.864197+0000 mgr.y (mgr.14556) 14748 : cluster [DBG] pgmap v13032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:46.864197+0000 mgr.y (mgr.14556) 14748 : cluster [DBG] pgmap v13032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:48.864630+0000 mgr.y (mgr.14556) 14749 : cluster [DBG] pgmap v13033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:48.864630+0000 mgr.y (mgr.14556) 14749 : cluster [DBG] pgmap v13033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:48.864630+0000 mgr.y (mgr.14556) 14749 : cluster [DBG] pgmap v13033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 13:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T13:59:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:50.865413+0000 mgr.y (mgr.14556) 14750 : cluster [DBG] pgmap v13034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:50.865413+0000 mgr.y (mgr.14556) 14750 : cluster [DBG] pgmap v13034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:50.865413+0000 mgr.y (mgr.14556) 14750 : cluster [DBG] pgmap v13034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:52.865897+0000 mgr.y (mgr.14556) 14751 : cluster [DBG] pgmap v13035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 13:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:13:59:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T13:59:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:52.865897+0000 mgr.y (mgr.14556) 14751 : cluster [DBG] pgmap v13035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:52.865897+0000 mgr.y (mgr.14556) 14751 : cluster [DBG] pgmap v13035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:54.866286+0000 mgr.y (mgr.14556) 14752 : cluster [DBG] pgmap v13036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:54.866286+0000 mgr.y (mgr.14556) 14752 : cluster [DBG] pgmap v13036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:54.866286+0000 mgr.y (mgr.14556) 14752 : cluster [DBG] pgmap v13036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:56.867017+0000 mgr.y (mgr.14556) 14753 : cluster [DBG] pgmap v13037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:56.867017+0000 mgr.y (mgr.14556) 14753 : cluster [DBG] pgmap v13037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T13:59:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:56.867017+0000 mgr.y (mgr.14556) 14753 : cluster [DBG] pgmap v13037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 13:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T13:59:58.867433+0000 mgr.y (mgr.14556) 14754 : cluster [DBG] pgmap v13038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T13:59:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:00:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 13:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T13:59:58.867433+0000 mgr.y (mgr.14556) 14754 : cluster [DBG] pgmap v13038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 13:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T13:59:58.867433+0000 mgr.y (mgr.14556) 14754 : cluster [DBG] pgmap v13038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:00.000113+0000 mon.a (mon.0) 3299 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:00:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:00.000113+0000 mon.a (mon.0) 3299 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:00:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:00.000113+0000 mon.a (mon.0) 3299 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:00:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:00:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:00.868194+0000 mgr.y (mgr.14556) 14755 : cluster [DBG] pgmap v13039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:00.868194+0000 mgr.y (mgr.14556) 14755 : cluster [DBG] pgmap v13039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:00.868194+0000 mgr.y (mgr.14556) 14755 : cluster [DBG] pgmap v13039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:02.868828+0000 mgr.y (mgr.14556) 14756 : cluster [DBG] pgmap v13040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:00:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:00:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:02.868828+0000 mgr.y (mgr.14556) 14756 : cluster [DBG] pgmap v13040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:02.868828+0000 mgr.y (mgr.14556) 14756 : cluster [DBG] pgmap v13040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:05.365 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:00:05.652 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 5m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 5m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 5m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 5m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 5m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 5m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 5m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 5m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 5m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 5m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 5m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 5m ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 5m ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 5m ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 5m ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 5m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:00:05.653 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 5m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:00:05.654 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 5m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:00:05.654 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 5m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:00:05.654 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 5m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:00:06.004 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:00:06.004 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:00:06.005 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:00:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:04.869275+0000 mgr.y (mgr.14556) 14757 : cluster [DBG] pgmap v13041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:04.869275+0000 mgr.y (mgr.14556) 14757 : cluster [DBG] pgmap v13041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:04.869275+0000 mgr.y (mgr.14556) 14757 : cluster [DBG] pgmap v13041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:00:05.353642+0000 mgr.y (mgr.14556) 14758 : audit [DBG] from='client.29982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:00:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:00:05.645472+0000 mgr.y (mgr.14556) 14759 : audit [DBG] from='client.29988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:00:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:00:06.005427+0000 mon.a (mon.0) 3300 : audit [DBG] from='client.? 172.21.15.23:0/513540725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:00:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:06.869921+0000 mgr.y (mgr.14556) 14760 : cluster [DBG] pgmap v13042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:00:05.353642+0000 mgr.y (mgr.14556) 14758 : audit [DBG] from='client.29982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:00:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:00:05.645472+0000 mgr.y (mgr.14556) 14759 : audit [DBG] from='client.29988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:00:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:00:06.005427+0000 mon.a (mon.0) 3300 : audit [DBG] from='client.? 172.21.15.23:0/513540725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:00:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:06.869921+0000 mgr.y (mgr.14556) 14760 : cluster [DBG] pgmap v13042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:00:05.353642+0000 mgr.y (mgr.14556) 14758 : audit [DBG] from='client.29982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:00:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:00:05.645472+0000 mgr.y (mgr.14556) 14759 : audit [DBG] from='client.29988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:00:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:00:06.005427+0000 mon.a (mon.0) 3300 : audit [DBG] from='client.? 172.21.15.23:0/513540725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:00:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:06.869921+0000 mgr.y (mgr.14556) 14760 : cluster [DBG] pgmap v13042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:08.870608+0000 mgr.y (mgr.14556) 14761 : cluster [DBG] pgmap v13043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:08.870608+0000 mgr.y (mgr.14556) 14761 : cluster [DBG] pgmap v13043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:08.870608+0000 mgr.y (mgr.14556) 14761 : cluster [DBG] pgmap v13043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:00:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:10.871232+0000 mgr.y (mgr.14556) 14762 : cluster [DBG] pgmap v13044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:10.871232+0000 mgr.y (mgr.14556) 14762 : cluster [DBG] pgmap v13044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:10.871232+0000 mgr.y (mgr.14556) 14762 : cluster [DBG] pgmap v13044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:12.871792+0000 mgr.y (mgr.14556) 14763 : cluster [DBG] pgmap v13045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:00:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T14:00:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:12.871792+0000 mgr.y (mgr.14556) 14763 : cluster [DBG] pgmap v13045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:12.871792+0000 mgr.y (mgr.14556) 14763 : cluster [DBG] pgmap v13045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:14.872198+0000 mgr.y (mgr.14556) 14764 : cluster [DBG] pgmap v13046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:14.872198+0000 mgr.y (mgr.14556) 14764 : cluster [DBG] pgmap v13046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:14.872198+0000 mgr.y (mgr.14556) 14764 : cluster [DBG] pgmap v13046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:16.872880+0000 mgr.y (mgr.14556) 14765 : cluster [DBG] pgmap v13047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:16.872880+0000 mgr.y (mgr.14556) 14765 : cluster [DBG] pgmap v13047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:16.872880+0000 mgr.y (mgr.14556) 14765 : cluster [DBG] pgmap v13047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:18.873251+0000 mgr.y (mgr.14556) 14766 : cluster [DBG] pgmap v13048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:18.873251+0000 mgr.y (mgr.14556) 14766 : cluster [DBG] pgmap v13048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:18.873251+0000 mgr.y (mgr.14556) 14766 : cluster [DBG] pgmap v13048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:00:20.727161+0000 mon.a (mon.0) 3301 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:00:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:00:20.727161+0000 mon.a (mon.0) 3301 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:00:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:00:20.727161+0000 mon.a (mon.0) 3301 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:00:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:00:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:20.873807+0000 mgr.y (mgr.14556) 14767 : cluster [DBG] pgmap v13049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:00:21.035960+0000 mon.a (mon.0) 3302 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:00:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:00:21.036602+0000 mon.a (mon.0) 3303 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:00:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:00:21.041495+0000 mon.a (mon.0) 3304 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:00:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:20.873807+0000 mgr.y (mgr.14556) 14767 : cluster [DBG] pgmap v13049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:00:21.035960+0000 mon.a (mon.0) 3302 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:00:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:00:21.036602+0000 mon.a (mon.0) 3303 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:00:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:00:21.041495+0000 mon.a (mon.0) 3304 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:00:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:20.873807+0000 mgr.y (mgr.14556) 14767 : cluster [DBG] pgmap v13049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:00:21.035960+0000 mon.a (mon.0) 3302 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:00:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:00:21.036602+0000 mon.a (mon.0) 3303 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:00:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:00:21.041495+0000 mon.a (mon.0) 3304 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:00:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:00:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:00:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:22.874233+0000 mgr.y (mgr.14556) 14768 : cluster [DBG] pgmap v13050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:22.874233+0000 mgr.y (mgr.14556) 14768 : cluster [DBG] pgmap v13050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:22.874233+0000 mgr.y (mgr.14556) 14768 : cluster [DBG] pgmap v13050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:24.874875+0000 mgr.y (mgr.14556) 14769 : cluster [DBG] pgmap v13051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:24.874875+0000 mgr.y (mgr.14556) 14769 : cluster [DBG] pgmap v13051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:24.874875+0000 mgr.y (mgr.14556) 14769 : cluster [DBG] pgmap v13051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:26.875591+0000 mgr.y (mgr.14556) 14770 : cluster [DBG] pgmap v13052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:26.875591+0000 mgr.y (mgr.14556) 14770 : cluster [DBG] pgmap v13052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:26.875591+0000 mgr.y (mgr.14556) 14770 : cluster [DBG] pgmap v13052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:28.876141+0000 mgr.y (mgr.14556) 14771 : cluster [DBG] pgmap v13053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:28.876141+0000 mgr.y (mgr.14556) 14771 : cluster [DBG] pgmap v13053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:28.876141+0000 mgr.y (mgr.14556) 14771 : cluster [DBG] pgmap v13053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:00:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:30.876828+0000 mgr.y (mgr.14556) 14772 : cluster [DBG] pgmap v13054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:30.876828+0000 mgr.y (mgr.14556) 14772 : cluster [DBG] pgmap v13054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:30.876828+0000 mgr.y (mgr.14556) 14772 : cluster [DBG] pgmap v13054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:00:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:00:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:32.877483+0000 mgr.y (mgr.14556) 14773 : cluster [DBG] pgmap v13055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:32.877483+0000 mgr.y (mgr.14556) 14773 : cluster [DBG] pgmap v13055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:32.877483+0000 mgr.y (mgr.14556) 14773 : cluster [DBG] pgmap v13055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:36.338 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:00:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:34.877976+0000 mgr.y (mgr.14556) 14774 : cluster [DBG] pgmap v13056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:34.877976+0000 mgr.y (mgr.14556) 14774 : cluster [DBG] pgmap v13056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:34.877976+0000 mgr.y (mgr.14556) 14774 : cluster [DBG] pgmap v13056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:36.633 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:00:36.633 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:00:36.633 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 6m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:00:36.633 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:00:36.633 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 6m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:00:36.633 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 6m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:00:36.633 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 6m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:00:36.633 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 6m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:00:36.633 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 6m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:00:36.633 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:00:36.634 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:00:36.634 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 6m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:00:36.634 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6m ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:00:36.634 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6m ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:00:36.634 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6m ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:00:36.634 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6m ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:00:36.634 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 6m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:00:36.634 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 6m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:00:36.634 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 6m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:00:36.634 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 6m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:00:36.634 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 6m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:00:36.987 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:00:36.987 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:00:36.988 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:00:36.989 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:00:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:00:36.326646+0000 mgr.y (mgr.14556) 14775 : audit [DBG] from='client.30000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:00:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:00:36.625853+0000 mgr.y (mgr.14556) 14776 : audit [DBG] from='client.30006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:00:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:36.878696+0000 mgr.y (mgr.14556) 14777 : cluster [DBG] pgmap v13057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:00:36.988286+0000 mon.c (mon.2) 370 : audit [DBG] from='client.? 172.21.15.23:0/470581421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:00:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:00:36.326646+0000 mgr.y (mgr.14556) 14775 : audit [DBG] from='client.30000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:00:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:00:36.625853+0000 mgr.y (mgr.14556) 14776 : audit [DBG] from='client.30006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:00:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:36.878696+0000 mgr.y (mgr.14556) 14777 : cluster [DBG] pgmap v13057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:00:36.988286+0000 mon.c (mon.2) 370 : audit [DBG] from='client.? 172.21.15.23:0/470581421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:00:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:00:36.326646+0000 mgr.y (mgr.14556) 14775 : audit [DBG] from='client.30000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:00:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:00:36.625853+0000 mgr.y (mgr.14556) 14776 : audit [DBG] from='client.30006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:00:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:36.878696+0000 mgr.y (mgr.14556) 14777 : cluster [DBG] pgmap v13057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:00:36.988286+0000 mon.c (mon.2) 370 : audit [DBG] from='client.? 172.21.15.23:0/470581421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:00:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:38.879202+0000 mgr.y (mgr.14556) 14778 : cluster [DBG] pgmap v13058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:38.879202+0000 mgr.y (mgr.14556) 14778 : cluster [DBG] pgmap v13058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:38.879202+0000 mgr.y (mgr.14556) 14778 : cluster [DBG] pgmap v13058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:00:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:40.879830+0000 mgr.y (mgr.14556) 14779 : cluster [DBG] pgmap v13059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:40.879830+0000 mgr.y (mgr.14556) 14779 : cluster [DBG] pgmap v13059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:40.879830+0000 mgr.y (mgr.14556) 14779 : cluster [DBG] pgmap v13059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:00:43] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-03-22T14:00:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:42.880172+0000 mgr.y (mgr.14556) 14780 : cluster [DBG] pgmap v13060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:42.880172+0000 mgr.y (mgr.14556) 14780 : cluster [DBG] pgmap v13060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:42.880172+0000 mgr.y (mgr.14556) 14780 : cluster [DBG] pgmap v13060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:44.880720+0000 mgr.y (mgr.14556) 14781 : cluster [DBG] pgmap v13061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:44.880720+0000 mgr.y (mgr.14556) 14781 : cluster [DBG] pgmap v13061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:44.880720+0000 mgr.y (mgr.14556) 14781 : cluster [DBG] pgmap v13061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:46.881522+0000 mgr.y (mgr.14556) 14782 : cluster [DBG] pgmap v13062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:46.881522+0000 mgr.y (mgr.14556) 14782 : cluster [DBG] pgmap v13062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:46.881522+0000 mgr.y (mgr.14556) 14782 : cluster [DBG] pgmap v13062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:48.882061+0000 mgr.y (mgr.14556) 14783 : cluster [DBG] pgmap v13063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:48.882061+0000 mgr.y (mgr.14556) 14783 : cluster [DBG] pgmap v13063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:48.882061+0000 mgr.y (mgr.14556) 14783 : cluster [DBG] pgmap v13063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:00:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:50.882772+0000 mgr.y (mgr.14556) 14784 : cluster [DBG] pgmap v13064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:50.882772+0000 mgr.y (mgr.14556) 14784 : cluster [DBG] pgmap v13064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:50.882772+0000 mgr.y (mgr.14556) 14784 : cluster [DBG] pgmap v13064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:52.883449+0000 mgr.y (mgr.14556) 14785 : cluster [DBG] pgmap v13065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:00:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:00:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:52.883449+0000 mgr.y (mgr.14556) 14785 : cluster [DBG] pgmap v13065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:52.883449+0000 mgr.y (mgr.14556) 14785 : cluster [DBG] pgmap v13065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:54.883890+0000 mgr.y (mgr.14556) 14786 : cluster [DBG] pgmap v13066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:54.883890+0000 mgr.y (mgr.14556) 14786 : cluster [DBG] pgmap v13066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:54.883890+0000 mgr.y (mgr.14556) 14786 : cluster [DBG] pgmap v13066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:56.884666+0000 mgr.y (mgr.14556) 14787 : cluster [DBG] pgmap v13067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:56.884666+0000 mgr.y (mgr.14556) 14787 : cluster [DBG] pgmap v13067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:00:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:56.884666+0000 mgr.y (mgr.14556) 14787 : cluster [DBG] pgmap v13067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:00:58.885112+0000 mgr.y (mgr.14556) 14788 : cluster [DBG] pgmap v13068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:00:58.885112+0000 mgr.y (mgr.14556) 14788 : cluster [DBG] pgmap v13068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:00:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:00:58.885112+0000 mgr.y (mgr.14556) 14788 : cluster [DBG] pgmap v13068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:01.257 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:00.885814+0000 mgr.y (mgr.14556) 14789 : cluster [DBG] pgmap v13069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:00.885814+0000 mgr.y (mgr.14556) 14789 : cluster [DBG] pgmap v13069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:00.885814+0000 mgr.y (mgr.14556) 14789 : cluster [DBG] pgmap v13069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:01:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:02.886218+0000 mgr.y (mgr.14556) 14790 : cluster [DBG] pgmap v13070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:01:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:01:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:02.886218+0000 mgr.y (mgr.14556) 14790 : cluster [DBG] pgmap v13070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:02.886218+0000 mgr.y (mgr.14556) 14790 : cluster [DBG] pgmap v13070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:04.886835+0000 mgr.y (mgr.14556) 14791 : cluster [DBG] pgmap v13071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:04.886835+0000 mgr.y (mgr.14556) 14791 : cluster [DBG] pgmap v13071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:04.886835+0000 mgr.y (mgr.14556) 14791 : cluster [DBG] pgmap v13071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:07.316 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:01:07.603 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:01:07.603 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:01:07.603 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 6m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:01:07.603 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:01:07.603 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 6m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:01:07.603 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 6m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:01:07.603 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 6m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 6m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 6m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 6m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6m ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6m ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6m ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6m ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 6m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 6m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 6m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 6m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:01:07.604 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 6m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:01:07.953 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:01:07.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:01:07.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:01:07.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:01:07.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:01:07.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:01:07.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:01:07.954 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:01:07.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:01:07.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:01:07.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:01:07.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:01:07.955 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:01:07.955 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:01:07.955 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:01:07.955 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:01:07.955 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:01:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:06.887633+0000 mgr.y (mgr.14556) 14792 : cluster [DBG] pgmap v13072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:06.887633+0000 mgr.y (mgr.14556) 14792 : cluster [DBG] pgmap v13072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:06.887633+0000 mgr.y (mgr.14556) 14792 : cluster [DBG] pgmap v13072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:01:07.304818+0000 mgr.y (mgr.14556) 14793 : audit [DBG] from='client.30018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:01:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:01:07.596273+0000 mgr.y (mgr.14556) 14794 : audit [DBG] from='client.30024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:01:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:01:07.954632+0000 mon.c (mon.2) 371 : audit [DBG] from='client.? 172.21.15.23:0/99740326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:01:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:01:07.304818+0000 mgr.y (mgr.14556) 14793 : audit [DBG] from='client.30018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:01:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:01:07.596273+0000 mgr.y (mgr.14556) 14794 : audit [DBG] from='client.30024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:01:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:01:07.954632+0000 mon.c (mon.2) 371 : audit [DBG] from='client.? 172.21.15.23:0/99740326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:01:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:01:07.304818+0000 mgr.y (mgr.14556) 14793 : audit [DBG] from='client.30018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:01:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:01:07.596273+0000 mgr.y (mgr.14556) 14794 : audit [DBG] from='client.30024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:01:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:01:07.954632+0000 mon.c (mon.2) 371 : audit [DBG] from='client.? 172.21.15.23:0/99740326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:01:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:08.888044+0000 mgr.y (mgr.14556) 14795 : cluster [DBG] pgmap v13073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:08.888044+0000 mgr.y (mgr.14556) 14795 : cluster [DBG] pgmap v13073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:08.888044+0000 mgr.y (mgr.14556) 14795 : cluster [DBG] pgmap v13073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:01:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:10.888748+0000 mgr.y (mgr.14556) 14796 : cluster [DBG] pgmap v13074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:10.888748+0000 mgr.y (mgr.14556) 14796 : cluster [DBG] pgmap v13074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:10.888748+0000 mgr.y (mgr.14556) 14796 : cluster [DBG] pgmap v13074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:12.889190+0000 mgr.y (mgr.14556) 14797 : cluster [DBG] pgmap v13075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:01:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T14:01:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:12.889190+0000 mgr.y (mgr.14556) 14797 : cluster [DBG] pgmap v13075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:12.889190+0000 mgr.y (mgr.14556) 14797 : cluster [DBG] pgmap v13075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:14.889666+0000 mgr.y (mgr.14556) 14798 : cluster [DBG] pgmap v13076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:14.889666+0000 mgr.y (mgr.14556) 14798 : cluster [DBG] pgmap v13076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:14.889666+0000 mgr.y (mgr.14556) 14798 : cluster [DBG] pgmap v13076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:16.890505+0000 mgr.y (mgr.14556) 14799 : cluster [DBG] pgmap v13077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:16.890505+0000 mgr.y (mgr.14556) 14799 : cluster [DBG] pgmap v13077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:16.890505+0000 mgr.y (mgr.14556) 14799 : cluster [DBG] pgmap v13077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:18.891008+0000 mgr.y (mgr.14556) 14800 : cluster [DBG] pgmap v13078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:18.891008+0000 mgr.y (mgr.14556) 14800 : cluster [DBG] pgmap v13078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:18.891008+0000 mgr.y (mgr.14556) 14800 : cluster [DBG] pgmap v13078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:01:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:20.891724+0000 mgr.y (mgr.14556) 14801 : cluster [DBG] pgmap v13079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:01:21.046031+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:01:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:01:21.353876+0000 mon.a (mon.0) 3306 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:01:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:01:21.354611+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:01:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:01:21.363820+0000 mon.a (mon.0) 3308 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:01:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:20.891724+0000 mgr.y (mgr.14556) 14801 : cluster [DBG] pgmap v13079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:01:21.046031+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:01:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:01:21.353876+0000 mon.a (mon.0) 3306 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:01:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:01:21.354611+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:01:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:01:21.363820+0000 mon.a (mon.0) 3308 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:01:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:20.891724+0000 mgr.y (mgr.14556) 14801 : cluster [DBG] pgmap v13079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:01:21.046031+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:01:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:01:21.353876+0000 mon.a (mon.0) 3306 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:01:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:01:21.354611+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:01:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:01:21.363820+0000 mon.a (mon.0) 3308 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:01:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:22.892258+0000 mgr.y (mgr.14556) 14802 : cluster [DBG] pgmap v13080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:22.892258+0000 mgr.y (mgr.14556) 14802 : cluster [DBG] pgmap v13080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:22.892258+0000 mgr.y (mgr.14556) 14802 : cluster [DBG] pgmap v13080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:01:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:01:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:24.892732+0000 mgr.y (mgr.14556) 14803 : cluster [DBG] pgmap v13081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:24.892732+0000 mgr.y (mgr.14556) 14803 : cluster [DBG] pgmap v13081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:24.892732+0000 mgr.y (mgr.14556) 14803 : cluster [DBG] pgmap v13081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:26.893394+0000 mgr.y (mgr.14556) 14804 : cluster [DBG] pgmap v13082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:26.893394+0000 mgr.y (mgr.14556) 14804 : cluster [DBG] pgmap v13082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:26.893394+0000 mgr.y (mgr.14556) 14804 : cluster [DBG] pgmap v13082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:28.893896+0000 mgr.y (mgr.14556) 14805 : cluster [DBG] pgmap v13083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:28.893896+0000 mgr.y (mgr.14556) 14805 : cluster [DBG] pgmap v13083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:28.893896+0000 mgr.y (mgr.14556) 14805 : cluster [DBG] pgmap v13083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:01:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:30.894547+0000 mgr.y (mgr.14556) 14806 : cluster [DBG] pgmap v13084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:30.894547+0000 mgr.y (mgr.14556) 14806 : cluster [DBG] pgmap v13084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:30.894547+0000 mgr.y (mgr.14556) 14806 : cluster [DBG] pgmap v13084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:01:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:01:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:32.894953+0000 mgr.y (mgr.14556) 14807 : cluster [DBG] pgmap v13085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:32.894953+0000 mgr.y (mgr.14556) 14807 : cluster [DBG] pgmap v13085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:32.894953+0000 mgr.y (mgr.14556) 14807 : cluster [DBG] pgmap v13085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:34.895557+0000 mgr.y (mgr.14556) 14808 : cluster [DBG] pgmap v13086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:34.895557+0000 mgr.y (mgr.14556) 14808 : cluster [DBG] pgmap v13086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:34.895557+0000 mgr.y (mgr.14556) 14808 : cluster [DBG] pgmap v13086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:38.283 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:01:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:36.896217+0000 mgr.y (mgr.14556) 14809 : cluster [DBG] pgmap v13087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:36.896217+0000 mgr.y (mgr.14556) 14809 : cluster [DBG] pgmap v13087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:36.896217+0000 mgr.y (mgr.14556) 14809 : cluster [DBG] pgmap v13087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:38.574 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:01:38.574 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:01:38.574 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 7m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:01:38.574 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:01:38.574 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 7m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:01:38.574 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 7m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:01:38.574 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:01:38.574 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:01:38.574 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 7m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:01:38.575 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 7m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:01:38.575 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:01:38.575 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 7m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:01:38.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 7m ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:01:38.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 7m ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:01:38.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7m ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:01:38.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7m ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:01:38.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 7m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:01:38.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 7m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:01:38.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 7m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:01:38.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 7m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:01:38.575 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 7m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:01:38.925 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:01:38.925 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:01:38.925 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:01:38.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:01:38.926 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:01:38.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:01:38.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:01:38.926 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:01:38.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:01:38.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:01:38.926 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:01:38.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:01:38.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:01:38.926 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:01:38.927 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:01:38.927 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:01:38.927 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:01:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:01:38.926234+0000 mon.a (mon.0) 3309 : audit [DBG] from='client.? 172.21.15.23:0/2317988802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:01:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:01:38.926234+0000 mon.a (mon.0) 3309 : audit [DBG] from='client.? 172.21.15.23:0/2317988802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:01:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:01:38.926234+0000 mon.a (mon.0) 3309 : audit [DBG] from='client.? 172.21.15.23:0/2317988802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:01:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:01:38.271930+0000 mgr.y (mgr.14556) 14810 : audit [DBG] from='client.30036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:01:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:01:38.566612+0000 mgr.y (mgr.14556) 14811 : audit [DBG] from='client.39953 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:01:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:38.896521+0000 mgr.y (mgr.14556) 14812 : cluster [DBG] pgmap v13088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:01:38.271930+0000 mgr.y (mgr.14556) 14810 : audit [DBG] from='client.30036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:01:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:01:38.566612+0000 mgr.y (mgr.14556) 14811 : audit [DBG] from='client.39953 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:01:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:38.896521+0000 mgr.y (mgr.14556) 14812 : cluster [DBG] pgmap v13088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:01:38.271930+0000 mgr.y (mgr.14556) 14810 : audit [DBG] from='client.30036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:01:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:01:38.566612+0000 mgr.y (mgr.14556) 14811 : audit [DBG] from='client.39953 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:01:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:38.896521+0000 mgr.y (mgr.14556) 14812 : cluster [DBG] pgmap v13088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:40.897087+0000 mgr.y (mgr.14556) 14813 : cluster [DBG] pgmap v13089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:40.897087+0000 mgr.y (mgr.14556) 14813 : cluster [DBG] pgmap v13089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:40.897087+0000 mgr.y (mgr.14556) 14813 : cluster [DBG] pgmap v13089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:01:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:01:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:01:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:42.897559+0000 mgr.y (mgr.14556) 14814 : cluster [DBG] pgmap v13090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:42.897559+0000 mgr.y (mgr.14556) 14814 : cluster [DBG] pgmap v13090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:42.897559+0000 mgr.y (mgr.14556) 14814 : cluster [DBG] pgmap v13090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:44.897892+0000 mgr.y (mgr.14556) 14815 : cluster [DBG] pgmap v13091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:44.897892+0000 mgr.y (mgr.14556) 14815 : cluster [DBG] pgmap v13091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:44.897892+0000 mgr.y (mgr.14556) 14815 : cluster [DBG] pgmap v13091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:46.898586+0000 mgr.y (mgr.14556) 14816 : cluster [DBG] pgmap v13092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:46.898586+0000 mgr.y (mgr.14556) 14816 : cluster [DBG] pgmap v13092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:46.898586+0000 mgr.y (mgr.14556) 14816 : cluster [DBG] pgmap v13092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:48.898962+0000 mgr.y (mgr.14556) 14817 : cluster [DBG] pgmap v13093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:48.898962+0000 mgr.y (mgr.14556) 14817 : cluster [DBG] pgmap v13093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:48.898962+0000 mgr.y (mgr.14556) 14817 : cluster [DBG] pgmap v13093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:01:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:50.899726+0000 mgr.y (mgr.14556) 14818 : cluster [DBG] pgmap v13094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:50.899726+0000 mgr.y (mgr.14556) 14818 : cluster [DBG] pgmap v13094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:50.899726+0000 mgr.y (mgr.14556) 14818 : cluster [DBG] pgmap v13094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:01:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:01:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:52.900092+0000 mgr.y (mgr.14556) 14819 : cluster [DBG] pgmap v13095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:52.900092+0000 mgr.y (mgr.14556) 14819 : cluster [DBG] pgmap v13095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:52.900092+0000 mgr.y (mgr.14556) 14819 : cluster [DBG] pgmap v13095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:54.900681+0000 mgr.y (mgr.14556) 14820 : cluster [DBG] pgmap v13096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:54.900681+0000 mgr.y (mgr.14556) 14820 : cluster [DBG] pgmap v13096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:54.900681+0000 mgr.y (mgr.14556) 14820 : cluster [DBG] pgmap v13096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:56.901456+0000 mgr.y (mgr.14556) 14821 : cluster [DBG] pgmap v13097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:56.901456+0000 mgr.y (mgr.14556) 14821 : cluster [DBG] pgmap v13097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:01:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:56.901456+0000 mgr.y (mgr.14556) 14821 : cluster [DBG] pgmap v13097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:01:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:01:58.902065+0000 mgr.y (mgr.14556) 14822 : cluster [DBG] pgmap v13098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:01:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:01:58.902065+0000 mgr.y (mgr.14556) 14822 : cluster [DBG] pgmap v13098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:01:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:01:58.902065+0000 mgr.y (mgr.14556) 14822 : cluster [DBG] pgmap v13098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:02:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:00.902776+0000 mgr.y (mgr.14556) 14823 : cluster [DBG] pgmap v13099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:00.902776+0000 mgr.y (mgr.14556) 14823 : cluster [DBG] pgmap v13099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:00.902776+0000 mgr.y (mgr.14556) 14823 : cluster [DBG] pgmap v13099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:02:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:02:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:02.903294+0000 mgr.y (mgr.14556) 14824 : cluster [DBG] pgmap v13100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:02.903294+0000 mgr.y (mgr.14556) 14824 : cluster [DBG] pgmap v13100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:02.903294+0000 mgr.y (mgr.14556) 14824 : cluster [DBG] pgmap v13100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:05.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:04.903754+0000 mgr.y (mgr.14556) 14825 : cluster [DBG] pgmap v13101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:05.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:04.903754+0000 mgr.y (mgr.14556) 14825 : cluster [DBG] pgmap v13101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:04.903754+0000 mgr.y (mgr.14556) 14825 : cluster [DBG] pgmap v13101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:06.904437+0000 mgr.y (mgr.14556) 14826 : cluster [DBG] pgmap v13102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:06.904437+0000 mgr.y (mgr.14556) 14826 : cluster [DBG] pgmap v13102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:06.904437+0000 mgr.y (mgr.14556) 14826 : cluster [DBG] pgmap v13102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:09.250 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:02:09.537 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:02:09.537 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:02:09.537 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 7m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 7m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 7m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 7m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 7m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 7m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 7m ago 7h 46.1M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 7m ago 7h 45.4M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7m ago 7h 44.2M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7m ago 7h 43.4M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 7m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:02:09.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 7m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:02:09.539 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 7m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:02:09.539 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 7m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:02:09.539 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 7m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:02:09.886 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:02:09.887 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:02:09.888 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:02:09.888 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:02:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:08.904873+0000 mgr.y (mgr.14556) 14827 : cluster [DBG] pgmap v13103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:09.887480+0000 mon.a (mon.0) 3310 : audit [DBG] from='client.? 172.21.15.23:0/3901116549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:02:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:08.904873+0000 mgr.y (mgr.14556) 14827 : cluster [DBG] pgmap v13103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:09.887480+0000 mon.a (mon.0) 3310 : audit [DBG] from='client.? 172.21.15.23:0/3901116549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:02:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:08.904873+0000 mgr.y (mgr.14556) 14827 : cluster [DBG] pgmap v13103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:09.887480+0000 mon.a (mon.0) 3310 : audit [DBG] from='client.? 172.21.15.23:0/3901116549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:02:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:09.239140+0000 mgr.y (mgr.14556) 14828 : audit [DBG] from='client.30054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:02:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:09.530341+0000 mgr.y (mgr.14556) 14829 : audit [DBG] from='client.39971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:02:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:09.239140+0000 mgr.y (mgr.14556) 14828 : audit [DBG] from='client.30054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:02:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:09.530341+0000 mgr.y (mgr.14556) 14829 : audit [DBG] from='client.39971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:02:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:09.239140+0000 mgr.y (mgr.14556) 14828 : audit [DBG] from='client.30054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:02:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:09.530341+0000 mgr.y (mgr.14556) 14829 : audit [DBG] from='client.39971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:02:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:02:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:10.905642+0000 mgr.y (mgr.14556) 14830 : cluster [DBG] pgmap v13104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:10.905642+0000 mgr.y (mgr.14556) 14830 : cluster [DBG] pgmap v13104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:10.905642+0000 mgr.y (mgr.14556) 14830 : cluster [DBG] pgmap v13104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:02:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:02:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:12.906077+0000 mgr.y (mgr.14556) 14831 : cluster [DBG] pgmap v13105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:12.906077+0000 mgr.y (mgr.14556) 14831 : cluster [DBG] pgmap v13105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:12.906077+0000 mgr.y (mgr.14556) 14831 : cluster [DBG] pgmap v13105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:14.906489+0000 mgr.y (mgr.14556) 14832 : cluster [DBG] pgmap v13106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:14.906489+0000 mgr.y (mgr.14556) 14832 : cluster [DBG] pgmap v13106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:14.906489+0000 mgr.y (mgr.14556) 14832 : cluster [DBG] pgmap v13106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:16.907239+0000 mgr.y (mgr.14556) 14833 : cluster [DBG] pgmap v13107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:16.907239+0000 mgr.y (mgr.14556) 14833 : cluster [DBG] pgmap v13107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:16.907239+0000 mgr.y (mgr.14556) 14833 : cluster [DBG] pgmap v13107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:18.907652+0000 mgr.y (mgr.14556) 14834 : cluster [DBG] pgmap v13108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:18.907652+0000 mgr.y (mgr.14556) 14834 : cluster [DBG] pgmap v13108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:18.907652+0000 mgr.y (mgr.14556) 14834 : cluster [DBG] pgmap v13108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:02:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:20.908424+0000 mgr.y (mgr.14556) 14835 : cluster [DBG] pgmap v13109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:21.369089+0000 mon.a (mon.0) 3311 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:02:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:21.677060+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:02:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:21.677668+0000 mon.a (mon.0) 3313 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:02:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:21.678186+0000 mon.a (mon.0) 3314 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:02:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:21.678689+0000 mon.a (mon.0) 3315 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:02:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:21.684844+0000 mon.a (mon.0) 3316 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:02:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:21.685874+0000 mon.a (mon.0) 3317 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:02:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:21.686443+0000 mon.a (mon.0) 3318 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:02:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:21.692425+0000 mon.a (mon.0) 3319 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:02:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:20.908424+0000 mgr.y (mgr.14556) 14835 : cluster [DBG] pgmap v13109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:21.369089+0000 mon.a (mon.0) 3311 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:02:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:21.677060+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:02:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:21.677668+0000 mon.a (mon.0) 3313 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:02:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:21.678186+0000 mon.a (mon.0) 3314 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:02:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:21.678689+0000 mon.a (mon.0) 3315 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:02:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:21.684844+0000 mon.a (mon.0) 3316 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:02:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:21.685874+0000 mon.a (mon.0) 3317 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:02:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:21.686443+0000 mon.a (mon.0) 3318 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:02:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:21.692425+0000 mon.a (mon.0) 3319 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:02:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:20.908424+0000 mgr.y (mgr.14556) 14835 : cluster [DBG] pgmap v13109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:21.369089+0000 mon.a (mon.0) 3311 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:02:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:21.677060+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:02:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:21.677668+0000 mon.a (mon.0) 3313 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:02:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:21.678186+0000 mon.a (mon.0) 3314 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:02:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:21.678689+0000 mon.a (mon.0) 3315 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:02:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:21.684844+0000 mon.a (mon.0) 3316 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:02:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:21.685874+0000 mon.a (mon.0) 3317 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:02:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:21.686443+0000 mon.a (mon.0) 3318 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:02:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:21.692425+0000 mon.a (mon.0) 3319 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:02:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T14:02:21.679080+0000 mgr.y (mgr.14556) 14836 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2474M 2024-03-22T14:02:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T14:02:21.679080+0000 mgr.y (mgr.14556) 14836 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2474M 2024-03-22T14:02:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T14:02:21.679080+0000 mgr.y (mgr.14556) 14836 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2474M 2024-03-22T14:02:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:02:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:02:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:22.908941+0000 mgr.y (mgr.14556) 14837 : cluster [DBG] pgmap v13110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:22.908941+0000 mgr.y (mgr.14556) 14837 : cluster [DBG] pgmap v13110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:22.908941+0000 mgr.y (mgr.14556) 14837 : cluster [DBG] pgmap v13110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:24.909555+0000 mgr.y (mgr.14556) 14838 : cluster [DBG] pgmap v13111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:24.909555+0000 mgr.y (mgr.14556) 14838 : cluster [DBG] pgmap v13111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:24.909555+0000 mgr.y (mgr.14556) 14838 : cluster [DBG] pgmap v13111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:26.910429+0000 mgr.y (mgr.14556) 14839 : cluster [DBG] pgmap v13112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:26.910429+0000 mgr.y (mgr.14556) 14839 : cluster [DBG] pgmap v13112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:26.910429+0000 mgr.y (mgr.14556) 14839 : cluster [DBG] pgmap v13112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:28.910915+0000 mgr.y (mgr.14556) 14840 : cluster [DBG] pgmap v13113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:28.910915+0000 mgr.y (mgr.14556) 14840 : cluster [DBG] pgmap v13113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:28.910915+0000 mgr.y (mgr.14556) 14840 : cluster [DBG] pgmap v13113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:02:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:30.911776+0000 mgr.y (mgr.14556) 14841 : cluster [DBG] pgmap v13114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:30.911776+0000 mgr.y (mgr.14556) 14841 : cluster [DBG] pgmap v13114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:30.911776+0000 mgr.y (mgr.14556) 14841 : cluster [DBG] pgmap v13114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:32.912152+0000 mgr.y (mgr.14556) 14842 : cluster [DBG] pgmap v13115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:02:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:02:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:32.912152+0000 mgr.y (mgr.14556) 14842 : cluster [DBG] pgmap v13115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:32.912152+0000 mgr.y (mgr.14556) 14842 : cluster [DBG] pgmap v13115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:34.912530+0000 mgr.y (mgr.14556) 14843 : cluster [DBG] pgmap v13116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:34.912530+0000 mgr.y (mgr.14556) 14843 : cluster [DBG] pgmap v13116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:34.912530+0000 mgr.y (mgr.14556) 14843 : cluster [DBG] pgmap v13116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:36.913246+0000 mgr.y (mgr.14556) 14844 : cluster [DBG] pgmap v13117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:36.913246+0000 mgr.y (mgr.14556) 14844 : cluster [DBG] pgmap v13117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:36.913246+0000 mgr.y (mgr.14556) 14844 : cluster [DBG] pgmap v13117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:40.214 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:02:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:38.913611+0000 mgr.y (mgr.14556) 14845 : cluster [DBG] pgmap v13118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:38.913611+0000 mgr.y (mgr.14556) 14845 : cluster [DBG] pgmap v13118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:38.913611+0000 mgr.y (mgr.14556) 14845 : cluster [DBG] pgmap v13118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:40.504 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:02:40.504 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 8m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:02:40.504 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 8m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:02:40.504 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 8m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:02:40.504 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 8m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:02:40.504 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 8m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:02:40.504 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 8m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 8m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 8m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 8m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 8m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 8m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 8m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 8m ago 7h 45.4M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 8m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 8m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 8m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 8m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 8m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 8m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:02:40.505 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 8m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:02:40.852 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:02:40.852 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:02:40.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:02:40.852 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:02:40.852 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:02:40.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:02:40.853 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:02:40.853 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:02:40.853 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:02:40.853 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:02:40.853 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:02:40.853 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:02:40.853 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:02:40.853 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:02:40.853 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:02:40.853 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:02:40.853 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:02:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:40.203239+0000 mgr.y (mgr.14556) 14846 : audit [DBG] from='client.39983 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:02:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:40.497027+0000 mgr.y (mgr.14556) 14847 : audit [DBG] from='client.39989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:02:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:02:40.853305+0000 mon.a (mon.0) 3320 : audit [DBG] from='client.? 172.21.15.23:0/2117271208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:02:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:40.914283+0000 mgr.y (mgr.14556) 14848 : cluster [DBG] pgmap v13119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:40.203239+0000 mgr.y (mgr.14556) 14846 : audit [DBG] from='client.39983 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:02:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:40.497027+0000 mgr.y (mgr.14556) 14847 : audit [DBG] from='client.39989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:02:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:02:40.853305+0000 mon.a (mon.0) 3320 : audit [DBG] from='client.? 172.21.15.23:0/2117271208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:02:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:40.914283+0000 mgr.y (mgr.14556) 14848 : cluster [DBG] pgmap v13119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:40.203239+0000 mgr.y (mgr.14556) 14846 : audit [DBG] from='client.39983 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:02:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:40.497027+0000 mgr.y (mgr.14556) 14847 : audit [DBG] from='client.39989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:02:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:02:40.853305+0000 mon.a (mon.0) 3320 : audit [DBG] from='client.? 172.21.15.23:0/2117271208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:02:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:40.914283+0000 mgr.y (mgr.14556) 14848 : cluster [DBG] pgmap v13119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:02:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:02:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:02:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:42.914862+0000 mgr.y (mgr.14556) 14849 : cluster [DBG] pgmap v13120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:42.914862+0000 mgr.y (mgr.14556) 14849 : cluster [DBG] pgmap v13120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:42.914862+0000 mgr.y (mgr.14556) 14849 : cluster [DBG] pgmap v13120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:44.915261+0000 mgr.y (mgr.14556) 14850 : cluster [DBG] pgmap v13121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:44.915261+0000 mgr.y (mgr.14556) 14850 : cluster [DBG] pgmap v13121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:44.915261+0000 mgr.y (mgr.14556) 14850 : cluster [DBG] pgmap v13121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:46.915980+0000 mgr.y (mgr.14556) 14851 : cluster [DBG] pgmap v13122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:46.915980+0000 mgr.y (mgr.14556) 14851 : cluster [DBG] pgmap v13122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:46.915980+0000 mgr.y (mgr.14556) 14851 : cluster [DBG] pgmap v13122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:48.916424+0000 mgr.y (mgr.14556) 14852 : cluster [DBG] pgmap v13123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:48.916424+0000 mgr.y (mgr.14556) 14852 : cluster [DBG] pgmap v13123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:48.916424+0000 mgr.y (mgr.14556) 14852 : cluster [DBG] pgmap v13123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:02:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:50.917042+0000 mgr.y (mgr.14556) 14853 : cluster [DBG] pgmap v13124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:50.917042+0000 mgr.y (mgr.14556) 14853 : cluster [DBG] pgmap v13124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:50.917042+0000 mgr.y (mgr.14556) 14853 : cluster [DBG] pgmap v13124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:53.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:52.917631+0000 mgr.y (mgr.14556) 14854 : cluster [DBG] pgmap v13125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:52.917631+0000 mgr.y (mgr.14556) 14854 : cluster [DBG] pgmap v13125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:52.917631+0000 mgr.y (mgr.14556) 14854 : cluster [DBG] pgmap v13125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:02:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:02:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:54.918119+0000 mgr.y (mgr.14556) 14855 : cluster [DBG] pgmap v13126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:54.918119+0000 mgr.y (mgr.14556) 14855 : cluster [DBG] pgmap v13126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:54.918119+0000 mgr.y (mgr.14556) 14855 : cluster [DBG] pgmap v13126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:56.919017+0000 mgr.y (mgr.14556) 14856 : cluster [DBG] pgmap v13127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:56.919017+0000 mgr.y (mgr.14556) 14856 : cluster [DBG] pgmap v13127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:02:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:56.919017+0000 mgr.y (mgr.14556) 14856 : cluster [DBG] pgmap v13127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:02:58.919352+0000 mgr.y (mgr.14556) 14857 : cluster [DBG] pgmap v13128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:02:58.919352+0000 mgr.y (mgr.14556) 14857 : cluster [DBG] pgmap v13128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:02:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:02:58.919352+0000 mgr.y (mgr.14556) 14857 : cluster [DBG] pgmap v13128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:03:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:00.920139+0000 mgr.y (mgr.14556) 14858 : cluster [DBG] pgmap v13129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:00.920139+0000 mgr.y (mgr.14556) 14858 : cluster [DBG] pgmap v13129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:00.920139+0000 mgr.y (mgr.14556) 14858 : cluster [DBG] pgmap v13129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:03:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:03:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:02.920643+0000 mgr.y (mgr.14556) 14859 : cluster [DBG] pgmap v13130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:02.920643+0000 mgr.y (mgr.14556) 14859 : cluster [DBG] pgmap v13130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:02.920643+0000 mgr.y (mgr.14556) 14859 : cluster [DBG] pgmap v13130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:04.921215+0000 mgr.y (mgr.14556) 14860 : cluster [DBG] pgmap v13131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:04.921215+0000 mgr.y (mgr.14556) 14860 : cluster [DBG] pgmap v13131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:04.921215+0000 mgr.y (mgr.14556) 14860 : cluster [DBG] pgmap v13131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:06.922061+0000 mgr.y (mgr.14556) 14861 : cluster [DBG] pgmap v13132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:06.922061+0000 mgr.y (mgr.14556) 14861 : cluster [DBG] pgmap v13132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:06.922061+0000 mgr.y (mgr.14556) 14861 : cluster [DBG] pgmap v13132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:08.922544+0000 mgr.y (mgr.14556) 14862 : cluster [DBG] pgmap v13133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:08.922544+0000 mgr.y (mgr.14556) 14862 : cluster [DBG] pgmap v13133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:08.922544+0000 mgr.y (mgr.14556) 14862 : cluster [DBG] pgmap v13133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:11.181 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:03:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:10.923161+0000 mgr.y (mgr.14556) 14863 : cluster [DBG] pgmap v13134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:10.923161+0000 mgr.y (mgr.14556) 14863 : cluster [DBG] pgmap v13134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:10.923161+0000 mgr.y (mgr.14556) 14863 : cluster [DBG] pgmap v13134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:11.469 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:03:11.469 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 8m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:03:11.469 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 8m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 8m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 8m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 8m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 8m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 8m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 8m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 8m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 8m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 8m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 8m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 8m ago 7h 45.4M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 8m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 8m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 8m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:03:11.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 8m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:03:11.471 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 8m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:03:11.471 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 8m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:03:11.471 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 8m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:03:11.824 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:03:11.825 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:03:11.825 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:03:11.825 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:03:11.825 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:03:11.825 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:03:11.825 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:03:11.825 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:03:11.825 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:03:11.825 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:03:11.825 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:03:11.825 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:03:11.825 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:03:11.826 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:03:11.826 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:03:11.826 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:03:11.826 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:03:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:03:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:03:11.169817+0000 mgr.y (mgr.14556) 14864 : audit [DBG] from='client.40001 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:03:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:03:11.462473+0000 mgr.y (mgr.14556) 14865 : audit [DBG] from='client.30096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:03:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:03:11.825039+0000 mon.a (mon.0) 3321 : audit [DBG] from='client.? 172.21.15.23:0/1228470889' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:03:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:03:11.169817+0000 mgr.y (mgr.14556) 14864 : audit [DBG] from='client.40001 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:03:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:03:11.462473+0000 mgr.y (mgr.14556) 14865 : audit [DBG] from='client.30096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:03:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:03:11.825039+0000 mon.a (mon.0) 3321 : audit [DBG] from='client.? 172.21.15.23:0/1228470889' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:03:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:03:11.169817+0000 mgr.y (mgr.14556) 14864 : audit [DBG] from='client.40001 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:03:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:03:11.462473+0000 mgr.y (mgr.14556) 14865 : audit [DBG] from='client.30096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:03:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:03:11.825039+0000 mon.a (mon.0) 3321 : audit [DBG] from='client.? 172.21.15.23:0/1228470889' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:03:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:12.923726+0000 mgr.y (mgr.14556) 14866 : cluster [DBG] pgmap v13135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:12.923726+0000 mgr.y (mgr.14556) 14866 : cluster [DBG] pgmap v13135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:12.923726+0000 mgr.y (mgr.14556) 14866 : cluster [DBG] pgmap v13135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:03:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T14:03:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:14.924242+0000 mgr.y (mgr.14556) 14867 : cluster [DBG] pgmap v13136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:14.924242+0000 mgr.y (mgr.14556) 14867 : cluster [DBG] pgmap v13136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:14.924242+0000 mgr.y (mgr.14556) 14867 : cluster [DBG] pgmap v13136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:16.925022+0000 mgr.y (mgr.14556) 14868 : cluster [DBG] pgmap v13137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:16.925022+0000 mgr.y (mgr.14556) 14868 : cluster [DBG] pgmap v13137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:16.925022+0000 mgr.y (mgr.14556) 14868 : cluster [DBG] pgmap v13137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:18.925532+0000 mgr.y (mgr.14556) 14869 : cluster [DBG] pgmap v13138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:18.925532+0000 mgr.y (mgr.14556) 14869 : cluster [DBG] pgmap v13138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:18.925532+0000 mgr.y (mgr.14556) 14869 : cluster [DBG] pgmap v13138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:20.926169+0000 mgr.y (mgr.14556) 14870 : cluster [DBG] pgmap v13139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:20.926169+0000 mgr.y (mgr.14556) 14870 : cluster [DBG] pgmap v13139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:20.926169+0000 mgr.y (mgr.14556) 14870 : cluster [DBG] pgmap v13139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:03:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:03:21.696942+0000 mon.a (mon.0) 3322 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:03:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:03:22.003137+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:03:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:03:22.003786+0000 mon.a (mon.0) 3324 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:03:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:03:22.012226+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:03:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:03:21.696942+0000 mon.a (mon.0) 3322 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:03:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:03:22.003137+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:03:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:03:22.003786+0000 mon.a (mon.0) 3324 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:03:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:03:22.012226+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:03:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:03:21.696942+0000 mon.a (mon.0) 3322 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:03:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:03:22.003137+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:03:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:03:22.003786+0000 mon.a (mon.0) 3324 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:03:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:03:22.012226+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:03:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:22.926754+0000 mgr.y (mgr.14556) 14871 : cluster [DBG] pgmap v13140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:22.926754+0000 mgr.y (mgr.14556) 14871 : cluster [DBG] pgmap v13140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:22.926754+0000 mgr.y (mgr.14556) 14871 : cluster [DBG] pgmap v13140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:03:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:03:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:24.927373+0000 mgr.y (mgr.14556) 14872 : cluster [DBG] pgmap v13141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:24.927373+0000 mgr.y (mgr.14556) 14872 : cluster [DBG] pgmap v13141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:24.927373+0000 mgr.y (mgr.14556) 14872 : cluster [DBG] pgmap v13141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:26.928203+0000 mgr.y (mgr.14556) 14873 : cluster [DBG] pgmap v13142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:26.928203+0000 mgr.y (mgr.14556) 14873 : cluster [DBG] pgmap v13142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:26.928203+0000 mgr.y (mgr.14556) 14873 : cluster [DBG] pgmap v13142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:28.928605+0000 mgr.y (mgr.14556) 14874 : cluster [DBG] pgmap v13143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:28.928605+0000 mgr.y (mgr.14556) 14874 : cluster [DBG] pgmap v13143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:28.928605+0000 mgr.y (mgr.14556) 14874 : cluster [DBG] pgmap v13143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:03:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:30.929252+0000 mgr.y (mgr.14556) 14875 : cluster [DBG] pgmap v13144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:30.929252+0000 mgr.y (mgr.14556) 14875 : cluster [DBG] pgmap v13144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:30.929252+0000 mgr.y (mgr.14556) 14875 : cluster [DBG] pgmap v13144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:32.929637+0000 mgr.y (mgr.14556) 14876 : cluster [DBG] pgmap v13145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:32.929637+0000 mgr.y (mgr.14556) 14876 : cluster [DBG] pgmap v13145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:32.929637+0000 mgr.y (mgr.14556) 14876 : cluster [DBG] pgmap v13145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:03:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:03:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:34.930212+0000 mgr.y (mgr.14556) 14877 : cluster [DBG] pgmap v13146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:34.930212+0000 mgr.y (mgr.14556) 14877 : cluster [DBG] pgmap v13146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:34.930212+0000 mgr.y (mgr.14556) 14877 : cluster [DBG] pgmap v13146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:36.930880+0000 mgr.y (mgr.14556) 14878 : cluster [DBG] pgmap v13147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:36.930880+0000 mgr.y (mgr.14556) 14878 : cluster [DBG] pgmap v13147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:36.930880+0000 mgr.y (mgr.14556) 14878 : cluster [DBG] pgmap v13147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:38.931273+0000 mgr.y (mgr.14556) 14879 : cluster [DBG] pgmap v13148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:38.931273+0000 mgr.y (mgr.14556) 14879 : cluster [DBG] pgmap v13148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:38.931273+0000 mgr.y (mgr.14556) 14879 : cluster [DBG] pgmap v13148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:03:42.149 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:03:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:40.932001+0000 mgr.y (mgr.14556) 14880 : cluster [DBG] pgmap v13149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:40.932001+0000 mgr.y (mgr.14556) 14880 : cluster [DBG] pgmap v13149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:40.932001+0000 mgr.y (mgr.14556) 14880 : cluster [DBG] pgmap v13149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:42.437 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:03:42.437 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 9m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:03:42.437 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 9m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:03:42.437 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 9m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:03:42.437 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 9m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:03:42.437 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 9m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:03:42.437 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 9m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:03:42.437 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 9m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:03:42.437 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 9m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:03:42.437 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 9m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:03:42.437 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 9m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:03:42.438 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 9m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:03:42.438 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 9m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:03:42.438 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 9m ago 7h 45.4M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:03:42.438 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 9m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:03:42.438 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 9m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:03:42.438 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 9m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:03:42.438 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 9m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:03:42.438 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 9m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:03:42.438 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 9m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:03:42.438 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 9m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:03:42.787 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:03:42.787 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:03:42.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:03:42.787 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:03:42.787 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:03:42.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:03:42.787 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:03:42.787 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:03:42.788 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:03:42.788 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:03:42.788 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:03:42.788 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:03:42.788 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:03:42.788 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:03:42.788 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:03:42.788 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:03:42.788 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:03:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:03:42.787977+0000 mon.a (mon.0) 3326 : audit [DBG] from='client.? 172.21.15.23:0/3522745510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:03:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:03:42.787977+0000 mon.a (mon.0) 3326 : audit [DBG] from='client.? 172.21.15.23:0/3522745510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:03:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:03:42.787977+0000 mon.a (mon.0) 3326 : audit [DBG] from='client.? 172.21.15.23:0/3522745510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:03:44.031 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:03:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:03:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:03:42.138259+0000 mgr.y (mgr.14556) 14881 : audit [DBG] from='client.30108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:03:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:03:42.429939+0000 mgr.y (mgr.14556) 14882 : audit [DBG] from='client.30114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:03:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:42.932557+0000 mgr.y (mgr.14556) 14883 : cluster [DBG] pgmap v13150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:03:42.138259+0000 mgr.y (mgr.14556) 14881 : audit [DBG] from='client.30108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:03:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:03:42.429939+0000 mgr.y (mgr.14556) 14882 : audit [DBG] from='client.30114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:03:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:42.932557+0000 mgr.y (mgr.14556) 14883 : cluster [DBG] pgmap v13150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:03:42.138259+0000 mgr.y (mgr.14556) 14881 : audit [DBG] from='client.30108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:03:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:03:42.429939+0000 mgr.y (mgr.14556) 14882 : audit [DBG] from='client.30114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:03:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:42.932557+0000 mgr.y (mgr.14556) 14883 : cluster [DBG] pgmap v13150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:44.932995+0000 mgr.y (mgr.14556) 14884 : cluster [DBG] pgmap v13151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:44.932995+0000 mgr.y (mgr.14556) 14884 : cluster [DBG] pgmap v13151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:44.932995+0000 mgr.y (mgr.14556) 14884 : cluster [DBG] pgmap v13151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:46.933706+0000 mgr.y (mgr.14556) 14885 : cluster [DBG] pgmap v13152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:46.933706+0000 mgr.y (mgr.14556) 14885 : cluster [DBG] pgmap v13152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:46.933706+0000 mgr.y (mgr.14556) 14885 : cluster [DBG] pgmap v13152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:48.934171+0000 mgr.y (mgr.14556) 14886 : cluster [DBG] pgmap v13153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:48.934171+0000 mgr.y (mgr.14556) 14886 : cluster [DBG] pgmap v13153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:48.934171+0000 mgr.y (mgr.14556) 14886 : cluster [DBG] pgmap v13153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:03:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:50.934844+0000 mgr.y (mgr.14556) 14887 : cluster [DBG] pgmap v13154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:50.934844+0000 mgr.y (mgr.14556) 14887 : cluster [DBG] pgmap v13154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:50.934844+0000 mgr.y (mgr.14556) 14887 : cluster [DBG] pgmap v13154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:03:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:03:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:52.935254+0000 mgr.y (mgr.14556) 14888 : cluster [DBG] pgmap v13155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:52.935254+0000 mgr.y (mgr.14556) 14888 : cluster [DBG] pgmap v13155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:52.935254+0000 mgr.y (mgr.14556) 14888 : cluster [DBG] pgmap v13155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:54.935721+0000 mgr.y (mgr.14556) 14889 : cluster [DBG] pgmap v13156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:54.935721+0000 mgr.y (mgr.14556) 14889 : cluster [DBG] pgmap v13156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:54.935721+0000 mgr.y (mgr.14556) 14889 : cluster [DBG] pgmap v13156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:56.936417+0000 mgr.y (mgr.14556) 14890 : cluster [DBG] pgmap v13157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:56.936417+0000 mgr.y (mgr.14556) 14890 : cluster [DBG] pgmap v13157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:03:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:03:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:56.936417+0000 mgr.y (mgr.14556) 14890 : cluster [DBG] pgmap v13157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:03:58.936974+0000 mgr.y (mgr.14556) 14891 : cluster [DBG] pgmap v13158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:03:58.936974+0000 mgr.y (mgr.14556) 14891 : cluster [DBG] pgmap v13158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:03:58.936974+0000 mgr.y (mgr.14556) 14891 : cluster [DBG] pgmap v13158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:04:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:00.937704+0000 mgr.y (mgr.14556) 14892 : cluster [DBG] pgmap v13159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:00.937704+0000 mgr.y (mgr.14556) 14892 : cluster [DBG] pgmap v13159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:00.937704+0000 mgr.y (mgr.14556) 14892 : cluster [DBG] pgmap v13159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:02.938172+0000 mgr.y (mgr.14556) 14893 : cluster [DBG] pgmap v13160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:02.938172+0000 mgr.y (mgr.14556) 14893 : cluster [DBG] pgmap v13160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:02.938172+0000 mgr.y (mgr.14556) 14893 : cluster [DBG] pgmap v13160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:04:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:04:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:04.938616+0000 mgr.y (mgr.14556) 14894 : cluster [DBG] pgmap v13161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:04.938616+0000 mgr.y (mgr.14556) 14894 : cluster [DBG] pgmap v13161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:04.938616+0000 mgr.y (mgr.14556) 14894 : cluster [DBG] pgmap v13161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:06.939253+0000 mgr.y (mgr.14556) 14895 : cluster [DBG] pgmap v13162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:06.939253+0000 mgr.y (mgr.14556) 14895 : cluster [DBG] pgmap v13162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:06.939253+0000 mgr.y (mgr.14556) 14895 : cluster [DBG] pgmap v13162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:08.939705+0000 mgr.y (mgr.14556) 14896 : cluster [DBG] pgmap v13163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:08.939705+0000 mgr.y (mgr.14556) 14896 : cluster [DBG] pgmap v13163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:08.939705+0000 mgr.y (mgr.14556) 14896 : cluster [DBG] pgmap v13163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:04:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:10.940395+0000 mgr.y (mgr.14556) 14897 : cluster [DBG] pgmap v13164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:10.940395+0000 mgr.y (mgr.14556) 14897 : cluster [DBG] pgmap v13164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:10.940395+0000 mgr.y (mgr.14556) 14897 : cluster [DBG] pgmap v13164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:13.113 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:04:13.401 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:04:13.401 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 9m ago 7h 27.8M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 9m ago 7h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 9m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 9m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 9m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 9m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 9m ago 7h 1080M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 9m ago 7h 639M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 9m ago 7h 644M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 9m ago 7h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 9m ago 7h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 9m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 9m ago 7h 45.4M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 9m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 9m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:04:13.402 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 9m ago 7h 43.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:04:13.403 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 9m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:04:13.403 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 9m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:04:13.403 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 9m ago 7h 42.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:04:13.403 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 9m ago 7h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:04:13.750 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:04:13.751 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:04:13.752 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:04:13.752 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:04:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:04:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:04:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:12.940780+0000 mgr.y (mgr.14556) 14898 : cluster [DBG] pgmap v13165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:04:13.751592+0000 mon.c (mon.2) 372 : audit [DBG] from='client.? 172.21.15.23:0/395513549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:04:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:12.940780+0000 mgr.y (mgr.14556) 14898 : cluster [DBG] pgmap v13165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:04:13.751592+0000 mon.c (mon.2) 372 : audit [DBG] from='client.? 172.21.15.23:0/395513549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:04:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:12.940780+0000 mgr.y (mgr.14556) 14898 : cluster [DBG] pgmap v13165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:04:13.751592+0000 mon.c (mon.2) 372 : audit [DBG] from='client.? 172.21.15.23:0/395513549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:04:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:04:13.102611+0000 mgr.y (mgr.14556) 14899 : audit [DBG] from='client.30126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:04:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:04:13.394512+0000 mgr.y (mgr.14556) 14900 : audit [DBG] from='client.30132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:04:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:04:13.102611+0000 mgr.y (mgr.14556) 14899 : audit [DBG] from='client.30126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:04:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:04:13.394512+0000 mgr.y (mgr.14556) 14900 : audit [DBG] from='client.30132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:04:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:04:13.102611+0000 mgr.y (mgr.14556) 14899 : audit [DBG] from='client.30126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:04:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:04:13.394512+0000 mgr.y (mgr.14556) 14900 : audit [DBG] from='client.30132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:04:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:14.941256+0000 mgr.y (mgr.14556) 14901 : cluster [DBG] pgmap v13166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:14.941256+0000 mgr.y (mgr.14556) 14901 : cluster [DBG] pgmap v13166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:14.941256+0000 mgr.y (mgr.14556) 14901 : cluster [DBG] pgmap v13166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:16.942016+0000 mgr.y (mgr.14556) 14902 : cluster [DBG] pgmap v13167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:16.942016+0000 mgr.y (mgr.14556) 14902 : cluster [DBG] pgmap v13167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:16.942016+0000 mgr.y (mgr.14556) 14902 : cluster [DBG] pgmap v13167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:18.942450+0000 mgr.y (mgr.14556) 14903 : cluster [DBG] pgmap v13168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:18.942450+0000 mgr.y (mgr.14556) 14903 : cluster [DBG] pgmap v13168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:18.942450+0000 mgr.y (mgr.14556) 14903 : cluster [DBG] pgmap v13168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:04:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:20.943085+0000 mgr.y (mgr.14556) 14904 : cluster [DBG] pgmap v13169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:22.603 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:20.943085+0000 mgr.y (mgr.14556) 14904 : cluster [DBG] pgmap v13169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:22.603 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:20.943085+0000 mgr.y (mgr.14556) 14904 : cluster [DBG] pgmap v13169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:04:22.017762+0000 mon.a (mon.0) 3327 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:04:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:04:22.017762+0000 mon.a (mon.0) 3327 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:04:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:04:22.017762+0000 mon.a (mon.0) 3327 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:04:23.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:04:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:04:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:22.943462+0000 mgr.y (mgr.14556) 14905 : cluster [DBG] pgmap v13170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:22.943462+0000 mgr.y (mgr.14556) 14905 : cluster [DBG] pgmap v13170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:22.943462+0000 mgr.y (mgr.14556) 14905 : cluster [DBG] pgmap v13170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:04:24.794917+0000 mon.a (mon.0) 3328 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:04:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:24.943769+0000 mgr.y (mgr.14556) 14906 : cluster [DBG] pgmap v13171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:04:25.282702+0000 mon.a (mon.0) 3329 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:04:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:04:25.576042+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:04:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:04:25.576794+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:04:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:04:25.585657+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:04:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:04:24.794917+0000 mon.a (mon.0) 3328 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:04:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:24.943769+0000 mgr.y (mgr.14556) 14906 : cluster [DBG] pgmap v13171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:04:25.282702+0000 mon.a (mon.0) 3329 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:04:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:04:25.576042+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:04:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:04:25.576794+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:04:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:04:25.585657+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:04:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:04:24.794917+0000 mon.a (mon.0) 3328 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:04:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:24.943769+0000 mgr.y (mgr.14556) 14906 : cluster [DBG] pgmap v13171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:04:25.282702+0000 mon.a (mon.0) 3329 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:04:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:04:25.576042+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:04:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:04:25.576794+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:04:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:04:25.585657+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:04:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:26.944470+0000 mgr.y (mgr.14556) 14907 : cluster [DBG] pgmap v13172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:26.944470+0000 mgr.y (mgr.14556) 14907 : cluster [DBG] pgmap v13172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:28.419 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:26.944470+0000 mgr.y (mgr.14556) 14907 : cluster [DBG] pgmap v13172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:28.944798+0000 mgr.y (mgr.14556) 14908 : cluster [DBG] pgmap v13173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:28.944798+0000 mgr.y (mgr.14556) 14908 : cluster [DBG] pgmap v13173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:28.944798+0000 mgr.y (mgr.14556) 14908 : cluster [DBG] pgmap v13173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:04:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:30.945540+0000 mgr.y (mgr.14556) 14909 : cluster [DBG] pgmap v13174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:30.945540+0000 mgr.y (mgr.14556) 14909 : cluster [DBG] pgmap v13174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:30.945540+0000 mgr.y (mgr.14556) 14909 : cluster [DBG] pgmap v13174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:34.026 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:04:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:04:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:32.945923+0000 mgr.y (mgr.14556) 14910 : cluster [DBG] pgmap v13175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:32.945923+0000 mgr.y (mgr.14556) 14910 : cluster [DBG] pgmap v13175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:32.945923+0000 mgr.y (mgr.14556) 14910 : cluster [DBG] pgmap v13175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:34.946440+0000 mgr.y (mgr.14556) 14911 : cluster [DBG] pgmap v13176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:34.946440+0000 mgr.y (mgr.14556) 14911 : cluster [DBG] pgmap v13176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:34.946440+0000 mgr.y (mgr.14556) 14911 : cluster [DBG] pgmap v13176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:36.947310+0000 mgr.y (mgr.14556) 14912 : cluster [DBG] pgmap v13177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:36.947310+0000 mgr.y (mgr.14556) 14912 : cluster [DBG] pgmap v13177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:36.947310+0000 mgr.y (mgr.14556) 14912 : cluster [DBG] pgmap v13177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:38.947714+0000 mgr.y (mgr.14556) 14913 : cluster [DBG] pgmap v13178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:38.947714+0000 mgr.y (mgr.14556) 14913 : cluster [DBG] pgmap v13178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:38.947714+0000 mgr.y (mgr.14556) 14913 : cluster [DBG] pgmap v13178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:04:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:40.948533+0000 mgr.y (mgr.14556) 14914 : cluster [DBG] pgmap v13179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:40.948533+0000 mgr.y (mgr.14556) 14914 : cluster [DBG] pgmap v13179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:40.948533+0000 mgr.y (mgr.14556) 14914 : cluster [DBG] pgmap v13179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:42.948959+0000 mgr.y (mgr.14556) 14915 : cluster [DBG] pgmap v13180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:42.948959+0000 mgr.y (mgr.14556) 14915 : cluster [DBG] pgmap v13180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:42.948959+0000 mgr.y (mgr.14556) 14915 : cluster [DBG] pgmap v13180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:44.076 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:04:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:04:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:04:44.361 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:04:44.361 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 19s ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:04:44.361 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 19s ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:04:44.361 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 19s ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 19s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 19s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 19s ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 19s ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 19s ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 19s ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 19s ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 19s ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 19s ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 19s ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 19s ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 19s ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 19s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 19s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:04:44.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 19s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:04:44.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 19s ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:04:44.363 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 19s ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:04:44.714 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:04:44.714 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:04:44.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:04:44.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:04:44.714 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:04:44.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:04:44.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:04:44.714 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:04:44.715 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:04:44.715 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:04:44.715 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:04:44.715 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:04:44.715 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:04:44.715 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:04:44.715 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:04:44.715 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:04:44.715 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:04:45.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:04:44.714982+0000 mon.a (mon.0) 3333 : audit [DBG] from='client.? 172.21.15.23:0/895711706' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:04:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:04:44.714982+0000 mon.a (mon.0) 3333 : audit [DBG] from='client.? 172.21.15.23:0/895711706' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:04:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:04:44.714982+0000 mon.a (mon.0) 3333 : audit [DBG] from='client.? 172.21.15.23:0/895711706' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:04:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:04:44.064822+0000 mgr.y (mgr.14556) 14916 : audit [DBG] from='client.30144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:04:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:04:44.354402+0000 mgr.y (mgr.14556) 14917 : audit [DBG] from='client.40061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:04:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:44.949412+0000 mgr.y (mgr.14556) 14918 : cluster [DBG] pgmap v13181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:04:44.064822+0000 mgr.y (mgr.14556) 14916 : audit [DBG] from='client.30144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:04:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:04:44.354402+0000 mgr.y (mgr.14556) 14917 : audit [DBG] from='client.40061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:04:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:44.949412+0000 mgr.y (mgr.14556) 14918 : cluster [DBG] pgmap v13181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:04:44.064822+0000 mgr.y (mgr.14556) 14916 : audit [DBG] from='client.30144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:04:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:04:44.354402+0000 mgr.y (mgr.14556) 14917 : audit [DBG] from='client.40061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:04:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:44.949412+0000 mgr.y (mgr.14556) 14918 : cluster [DBG] pgmap v13181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:46.950114+0000 mgr.y (mgr.14556) 14919 : cluster [DBG] pgmap v13182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:46.950114+0000 mgr.y (mgr.14556) 14919 : cluster [DBG] pgmap v13182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:46.950114+0000 mgr.y (mgr.14556) 14919 : cluster [DBG] pgmap v13182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:48.950616+0000 mgr.y (mgr.14556) 14920 : cluster [DBG] pgmap v13183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:48.950616+0000 mgr.y (mgr.14556) 14920 : cluster [DBG] pgmap v13183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:48.950616+0000 mgr.y (mgr.14556) 14920 : cluster [DBG] pgmap v13183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:04:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:50.951403+0000 mgr.y (mgr.14556) 14921 : cluster [DBG] pgmap v13184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:50.951403+0000 mgr.y (mgr.14556) 14921 : cluster [DBG] pgmap v13184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:50.951403+0000 mgr.y (mgr.14556) 14921 : cluster [DBG] pgmap v13184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:54.025 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:04:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T14:04:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:52.951770+0000 mgr.y (mgr.14556) 14922 : cluster [DBG] pgmap v13185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:52.951770+0000 mgr.y (mgr.14556) 14922 : cluster [DBG] pgmap v13185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:52.951770+0000 mgr.y (mgr.14556) 14922 : cluster [DBG] pgmap v13185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:54.952263+0000 mgr.y (mgr.14556) 14923 : cluster [DBG] pgmap v13186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:54.952263+0000 mgr.y (mgr.14556) 14923 : cluster [DBG] pgmap v13186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:54.952263+0000 mgr.y (mgr.14556) 14923 : cluster [DBG] pgmap v13186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:56.953035+0000 mgr.y (mgr.14556) 14924 : cluster [DBG] pgmap v13187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:56.953035+0000 mgr.y (mgr.14556) 14924 : cluster [DBG] pgmap v13187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:56.953035+0000 mgr.y (mgr.14556) 14924 : cluster [DBG] pgmap v13187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:04:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:04:58.953494+0000 mgr.y (mgr.14556) 14925 : cluster [DBG] pgmap v13188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:04:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:04:58.953494+0000 mgr.y (mgr.14556) 14925 : cluster [DBG] pgmap v13188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:04:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:04:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:04:58.953494+0000 mgr.y (mgr.14556) 14925 : cluster [DBG] pgmap v13188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:05:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:00.954231+0000 mgr.y (mgr.14556) 14926 : cluster [DBG] pgmap v13189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:00.954231+0000 mgr.y (mgr.14556) 14926 : cluster [DBG] pgmap v13189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:00.954231+0000 mgr.y (mgr.14556) 14926 : cluster [DBG] pgmap v13189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:05:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T14:05:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:02.954669+0000 mgr.y (mgr.14556) 14927 : cluster [DBG] pgmap v13190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:02.954669+0000 mgr.y (mgr.14556) 14927 : cluster [DBG] pgmap v13190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:02.954669+0000 mgr.y (mgr.14556) 14927 : cluster [DBG] pgmap v13190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:04.955085+0000 mgr.y (mgr.14556) 14928 : cluster [DBG] pgmap v13191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:04.955085+0000 mgr.y (mgr.14556) 14928 : cluster [DBG] pgmap v13191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:04.955085+0000 mgr.y (mgr.14556) 14928 : cluster [DBG] pgmap v13191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:06.955714+0000 mgr.y (mgr.14556) 14929 : cluster [DBG] pgmap v13192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:06.955714+0000 mgr.y (mgr.14556) 14929 : cluster [DBG] pgmap v13192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:06.955714+0000 mgr.y (mgr.14556) 14929 : cluster [DBG] pgmap v13192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:08.956269+0000 mgr.y (mgr.14556) 14930 : cluster [DBG] pgmap v13193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:08.956269+0000 mgr.y (mgr.14556) 14930 : cluster [DBG] pgmap v13193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:08.956269+0000 mgr.y (mgr.14556) 14930 : cluster [DBG] pgmap v13193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:05:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:10.957205+0000 mgr.y (mgr.14556) 14931 : cluster [DBG] pgmap v13194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:10.957205+0000 mgr.y (mgr.14556) 14931 : cluster [DBG] pgmap v13194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:10.957205+0000 mgr.y (mgr.14556) 14931 : cluster [DBG] pgmap v13194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:14.032 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:05:13] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:05:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:12.957704+0000 mgr.y (mgr.14556) 14932 : cluster [DBG] pgmap v13195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:12.957704+0000 mgr.y (mgr.14556) 14932 : cluster [DBG] pgmap v13195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:12.957704+0000 mgr.y (mgr.14556) 14932 : cluster [DBG] pgmap v13195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:15.038 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:05:15.327 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:05:15.327 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 50s ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:05:15.327 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 50s ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:05:15.327 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 50s ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:05:15.327 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 50s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:05:15.327 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 50s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 50s ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 50s ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 50s ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 50s ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 50s ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 50s ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 50s ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 50s ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 50s ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 50s ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 50s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 50s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 50s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 50s ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:05:15.328 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 50s ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:05:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:14.958052+0000 mgr.y (mgr.14556) 14933 : cluster [DBG] pgmap v13196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:05:15.027087+0000 mgr.y (mgr.14556) 14934 : audit [DBG] from='client.30162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:05:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:14.958052+0000 mgr.y (mgr.14556) 14933 : cluster [DBG] pgmap v13196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:05:15.027087+0000 mgr.y (mgr.14556) 14934 : audit [DBG] from='client.30162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:05:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:14.958052+0000 mgr.y (mgr.14556) 14933 : cluster [DBG] pgmap v13196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:05:15.027087+0000 mgr.y (mgr.14556) 14934 : audit [DBG] from='client.30162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:05:15.675 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:05:15.675 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:05:15.675 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:05:15.675 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:05:15.675 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:05:15.675 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:05:15.675 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:05:15.675 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:05:15.676 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:05:15.676 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:05:15.676 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:05:15.676 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:05:15.676 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:05:15.676 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:05:15.676 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:05:15.676 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:05:15.676 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:05:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:05:15.320135+0000 mgr.y (mgr.14556) 14935 : audit [DBG] from='client.40079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:05:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:05:15.675728+0000 mon.a (mon.0) 3334 : audit [DBG] from='client.? 172.21.15.23:0/2691115866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:05:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:05:15.320135+0000 mgr.y (mgr.14556) 14935 : audit [DBG] from='client.40079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:05:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:05:15.675728+0000 mon.a (mon.0) 3334 : audit [DBG] from='client.? 172.21.15.23:0/2691115866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:05:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:05:15.320135+0000 mgr.y (mgr.14556) 14935 : audit [DBG] from='client.40079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:05:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:05:15.675728+0000 mon.a (mon.0) 3334 : audit [DBG] from='client.? 172.21.15.23:0/2691115866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:05:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:16.958666+0000 mgr.y (mgr.14556) 14936 : cluster [DBG] pgmap v13197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:16.958666+0000 mgr.y (mgr.14556) 14936 : cluster [DBG] pgmap v13197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:16.958666+0000 mgr.y (mgr.14556) 14936 : cluster [DBG] pgmap v13197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:20.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:18.959134+0000 mgr.y (mgr.14556) 14937 : cluster [DBG] pgmap v13198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:20.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:18.959134+0000 mgr.y (mgr.14556) 14937 : cluster [DBG] pgmap v13198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:18.959134+0000 mgr.y (mgr.14556) 14937 : cluster [DBG] pgmap v13198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:05:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:20.959796+0000 mgr.y (mgr.14556) 14938 : cluster [DBG] pgmap v13199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:20.959796+0000 mgr.y (mgr.14556) 14938 : cluster [DBG] pgmap v13199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:20.959796+0000 mgr.y (mgr.14556) 14938 : cluster [DBG] pgmap v13199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:24.033 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:05:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:05:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:22.960181+0000 mgr.y (mgr.14556) 14939 : cluster [DBG] pgmap v13200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:22.960181+0000 mgr.y (mgr.14556) 14939 : cluster [DBG] pgmap v13200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:22.960181+0000 mgr.y (mgr.14556) 14939 : cluster [DBG] pgmap v13200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:24.960746+0000 mgr.y (mgr.14556) 14940 : cluster [DBG] pgmap v13201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:24.960746+0000 mgr.y (mgr.14556) 14940 : cluster [DBG] pgmap v13201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:24.960746+0000 mgr.y (mgr.14556) 14940 : cluster [DBG] pgmap v13201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:05:25.590975+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:05:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:05:25.899182+0000 mon.a (mon.0) 3336 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:05:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:05:25.899856+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:05:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:05:25.904878+0000 mon.a (mon.0) 3338 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:05:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:05:25.590975+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:05:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:05:25.899182+0000 mon.a (mon.0) 3336 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:05:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:05:25.899856+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:05:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:05:25.904878+0000 mon.a (mon.0) 3338 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:05:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:05:25.590975+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:05:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:05:25.899182+0000 mon.a (mon.0) 3336 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:05:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:05:25.899856+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:05:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:05:25.904878+0000 mon.a (mon.0) 3338 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:05:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:26.961597+0000 mgr.y (mgr.14556) 14941 : cluster [DBG] pgmap v13202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:26.961597+0000 mgr.y (mgr.14556) 14941 : cluster [DBG] pgmap v13202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:26.961597+0000 mgr.y (mgr.14556) 14941 : cluster [DBG] pgmap v13202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:28.961986+0000 mgr.y (mgr.14556) 14942 : cluster [DBG] pgmap v13203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:28.961986+0000 mgr.y (mgr.14556) 14942 : cluster [DBG] pgmap v13203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:28.961986+0000 mgr.y (mgr.14556) 14942 : cluster [DBG] pgmap v13203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:05:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:30.962600+0000 mgr.y (mgr.14556) 14943 : cluster [DBG] pgmap v13204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:30.962600+0000 mgr.y (mgr.14556) 14943 : cluster [DBG] pgmap v13204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:30.962600+0000 mgr.y (mgr.14556) 14943 : cluster [DBG] pgmap v13204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:32.962988+0000 mgr.y (mgr.14556) 14944 : cluster [DBG] pgmap v13205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:32.962988+0000 mgr.y (mgr.14556) 14944 : cluster [DBG] pgmap v13205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:32.962988+0000 mgr.y (mgr.14556) 14944 : cluster [DBG] pgmap v13205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:05:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:05:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:34.963552+0000 mgr.y (mgr.14556) 14945 : cluster [DBG] pgmap v13206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:34.963552+0000 mgr.y (mgr.14556) 14945 : cluster [DBG] pgmap v13206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:34.963552+0000 mgr.y (mgr.14556) 14945 : cluster [DBG] pgmap v13206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:36.964271+0000 mgr.y (mgr.14556) 14946 : cluster [DBG] pgmap v13207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:36.964271+0000 mgr.y (mgr.14556) 14946 : cluster [DBG] pgmap v13207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:36.964271+0000 mgr.y (mgr.14556) 14946 : cluster [DBG] pgmap v13207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:38.964626+0000 mgr.y (mgr.14556) 14947 : cluster [DBG] pgmap v13208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:38.964626+0000 mgr.y (mgr.14556) 14947 : cluster [DBG] pgmap v13208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:38.964626+0000 mgr.y (mgr.14556) 14947 : cluster [DBG] pgmap v13208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:05:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:40.965444+0000 mgr.y (mgr.14556) 14948 : cluster [DBG] pgmap v13209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:40.965444+0000 mgr.y (mgr.14556) 14948 : cluster [DBG] pgmap v13209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:40.965444+0000 mgr.y (mgr.14556) 14948 : cluster [DBG] pgmap v13209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:42.965869+0000 mgr.y (mgr.14556) 14949 : cluster [DBG] pgmap v13210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:42.965869+0000 mgr.y (mgr.14556) 14949 : cluster [DBG] pgmap v13210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:42.965869+0000 mgr.y (mgr.14556) 14949 : cluster [DBG] pgmap v13210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:05:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:05:46.000 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:05:46.293 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:05:46.293 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 81s ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:05:46.293 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 81s ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:05:46.293 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 81s ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 81s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 81s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 81s ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 81s ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 81s ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 81s ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 81s ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 81s ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 81s ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 81s ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 81s ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 81s ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 81s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 81s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 81s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 81s ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:05:46.294 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 81s ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:05:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:44.966403+0000 mgr.y (mgr.14556) 14950 : cluster [DBG] pgmap v13211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:44.966403+0000 mgr.y (mgr.14556) 14950 : cluster [DBG] pgmap v13211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:44.966403+0000 mgr.y (mgr.14556) 14950 : cluster [DBG] pgmap v13211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:46.644 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:05:46.645 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:05:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:05:45.988978+0000 mgr.y (mgr.14556) 14951 : audit [DBG] from='client.40091 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:05:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:05:46.645743+0000 mon.a (mon.0) 3339 : audit [DBG] from='client.? 172.21.15.23:0/1729986969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:05:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:05:45.988978+0000 mgr.y (mgr.14556) 14951 : audit [DBG] from='client.40091 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:05:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:05:46.645743+0000 mon.a (mon.0) 3339 : audit [DBG] from='client.? 172.21.15.23:0/1729986969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:05:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:05:45.988978+0000 mgr.y (mgr.14556) 14951 : audit [DBG] from='client.40091 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:05:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:05:46.645743+0000 mon.a (mon.0) 3339 : audit [DBG] from='client.? 172.21.15.23:0/1729986969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:05:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:05:46.285414+0000 mgr.y (mgr.14556) 14952 : audit [DBG] from='client.30186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:05:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:46.966988+0000 mgr.y (mgr.14556) 14953 : cluster [DBG] pgmap v13212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:05:46.285414+0000 mgr.y (mgr.14556) 14952 : audit [DBG] from='client.30186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:05:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:46.966988+0000 mgr.y (mgr.14556) 14953 : cluster [DBG] pgmap v13212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:05:46.285414+0000 mgr.y (mgr.14556) 14952 : audit [DBG] from='client.30186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:05:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:46.966988+0000 mgr.y (mgr.14556) 14953 : cluster [DBG] pgmap v13212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:48.967505+0000 mgr.y (mgr.14556) 14954 : cluster [DBG] pgmap v13213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:48.967505+0000 mgr.y (mgr.14556) 14954 : cluster [DBG] pgmap v13213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:48.967505+0000 mgr.y (mgr.14556) 14954 : cluster [DBG] pgmap v13213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:05:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:50.968042+0000 mgr.y (mgr.14556) 14955 : cluster [DBG] pgmap v13214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:50.968042+0000 mgr.y (mgr.14556) 14955 : cluster [DBG] pgmap v13214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:50.968042+0000 mgr.y (mgr.14556) 14955 : cluster [DBG] pgmap v13214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:54.032 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:05:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:05:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:52.968583+0000 mgr.y (mgr.14556) 14956 : cluster [DBG] pgmap v13215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:52.968583+0000 mgr.y (mgr.14556) 14956 : cluster [DBG] pgmap v13215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:52.968583+0000 mgr.y (mgr.14556) 14956 : cluster [DBG] pgmap v13215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:54.969053+0000 mgr.y (mgr.14556) 14957 : cluster [DBG] pgmap v13216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:54.969053+0000 mgr.y (mgr.14556) 14957 : cluster [DBG] pgmap v13216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:54.969053+0000 mgr.y (mgr.14556) 14957 : cluster [DBG] pgmap v13216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:05:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:56.969726+0000 mgr.y (mgr.14556) 14958 : cluster [DBG] pgmap v13217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:05:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:56.969726+0000 mgr.y (mgr.14556) 14958 : cluster [DBG] pgmap v13217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:05:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:05:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:56.969726+0000 mgr.y (mgr.14556) 14958 : cluster [DBG] pgmap v13217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:05:58.970271+0000 mgr.y (mgr.14556) 14959 : cluster [DBG] pgmap v13218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:05:58.970271+0000 mgr.y (mgr.14556) 14959 : cluster [DBG] pgmap v13218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:05:58.970271+0000 mgr.y (mgr.14556) 14959 : cluster [DBG] pgmap v13218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:00.971015+0000 mgr.y (mgr.14556) 14960 : cluster [DBG] pgmap v13219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:00.971015+0000 mgr.y (mgr.14556) 14960 : cluster [DBG] pgmap v13219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:00.971015+0000 mgr.y (mgr.14556) 14960 : cluster [DBG] pgmap v13219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:06:04.029 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:06:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:06:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:02.971475+0000 mgr.y (mgr.14556) 14961 : cluster [DBG] pgmap v13220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:02.971475+0000 mgr.y (mgr.14556) 14961 : cluster [DBG] pgmap v13220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:02.971475+0000 mgr.y (mgr.14556) 14961 : cluster [DBG] pgmap v13220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:04.971852+0000 mgr.y (mgr.14556) 14962 : cluster [DBG] pgmap v13221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:04.971852+0000 mgr.y (mgr.14556) 14962 : cluster [DBG] pgmap v13221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:04.971852+0000 mgr.y (mgr.14556) 14962 : cluster [DBG] pgmap v13221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:06.972547+0000 mgr.y (mgr.14556) 14963 : cluster [DBG] pgmap v13222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:06.972547+0000 mgr.y (mgr.14556) 14963 : cluster [DBG] pgmap v13222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:06.972547+0000 mgr.y (mgr.14556) 14963 : cluster [DBG] pgmap v13222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:08.973024+0000 mgr.y (mgr.14556) 14964 : cluster [DBG] pgmap v13223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:08.973024+0000 mgr.y (mgr.14556) 14964 : cluster [DBG] pgmap v13223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:08.973024+0000 mgr.y (mgr.14556) 14964 : cluster [DBG] pgmap v13223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:06:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:10.973945+0000 mgr.y (mgr.14556) 14965 : cluster [DBG] pgmap v13224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:10.973945+0000 mgr.y (mgr.14556) 14965 : cluster [DBG] pgmap v13224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:10.973945+0000 mgr.y (mgr.14556) 14965 : cluster [DBG] pgmap v13224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:12.974458+0000 mgr.y (mgr.14556) 14966 : cluster [DBG] pgmap v13225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:12.974458+0000 mgr.y (mgr.14556) 14966 : cluster [DBG] pgmap v13225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:12.974458+0000 mgr.y (mgr.14556) 14966 : cluster [DBG] pgmap v13225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:06:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:06:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:14.974978+0000 mgr.y (mgr.14556) 14967 : cluster [DBG] pgmap v13226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:14.974978+0000 mgr.y (mgr.14556) 14967 : cluster [DBG] pgmap v13226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:14.974978+0000 mgr.y (mgr.14556) 14967 : cluster [DBG] pgmap v13226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:16.972 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:06:17.261 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:06:17.261 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 112s ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:06:17.261 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 111s ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:06:17.261 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 112s ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:06:17.261 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 111s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:06:17.261 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 111s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:06:17.261 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 112s ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:06:17.261 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 112s ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:06:17.261 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 111s ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:06:17.262 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 112s ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:06:17.262 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 112s ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:06:17.262 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 111s ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:06:17.262 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 112s ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:06:17.262 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 112s ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:06:17.262 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 112s ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:06:17.262 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 112s ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:06:17.262 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 111s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:06:17.262 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 111s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:06:17.262 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 111s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:06:17.262 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 111s ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:06:17.262 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 111s ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:06:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:06:16.960914+0000 mgr.y (mgr.14556) 14968 : audit [DBG] from='client.40109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:06:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:16.975706+0000 mgr.y (mgr.14556) 14969 : cluster [DBG] pgmap v13227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:06:16.960914+0000 mgr.y (mgr.14556) 14968 : audit [DBG] from='client.40109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:06:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:16.975706+0000 mgr.y (mgr.14556) 14969 : cluster [DBG] pgmap v13227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:06:16.960914+0000 mgr.y (mgr.14556) 14968 : audit [DBG] from='client.40109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:06:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:16.975706+0000 mgr.y (mgr.14556) 14969 : cluster [DBG] pgmap v13227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:06:17.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:06:17.611 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:06:17.611 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:06:17.611 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:06:17.611 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:06:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:06:17.253779+0000 mgr.y (mgr.14556) 14970 : audit [DBG] from='client.30204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:06:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:06:17.610747+0000 mon.a (mon.0) 3340 : audit [DBG] from='client.? 172.21.15.23:0/582731136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:06:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:06:17.253779+0000 mgr.y (mgr.14556) 14970 : audit [DBG] from='client.30204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:06:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:06:17.610747+0000 mon.a (mon.0) 3340 : audit [DBG] from='client.? 172.21.15.23:0/582731136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:06:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:06:17.253779+0000 mgr.y (mgr.14556) 14970 : audit [DBG] from='client.30204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:06:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:06:17.610747+0000 mon.a (mon.0) 3340 : audit [DBG] from='client.? 172.21.15.23:0/582731136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:06:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:18.976087+0000 mgr.y (mgr.14556) 14971 : cluster [DBG] pgmap v13228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:18.976087+0000 mgr.y (mgr.14556) 14971 : cluster [DBG] pgmap v13228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:18.976087+0000 mgr.y (mgr.14556) 14971 : cluster [DBG] pgmap v13228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:06:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:20.976795+0000 mgr.y (mgr.14556) 14972 : cluster [DBG] pgmap v13229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:20.976795+0000 mgr.y (mgr.14556) 14972 : cluster [DBG] pgmap v13229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:20.976795+0000 mgr.y (mgr.14556) 14972 : cluster [DBG] pgmap v13229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:24.041 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:06:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:06:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:22.977324+0000 mgr.y (mgr.14556) 14973 : cluster [DBG] pgmap v13230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:22.977324+0000 mgr.y (mgr.14556) 14973 : cluster [DBG] pgmap v13230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:22.977324+0000 mgr.y (mgr.14556) 14973 : cluster [DBG] pgmap v13230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:24.977918+0000 mgr.y (mgr.14556) 14974 : cluster [DBG] pgmap v13231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:24.977918+0000 mgr.y (mgr.14556) 14974 : cluster [DBG] pgmap v13231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:24.977918+0000 mgr.y (mgr.14556) 14974 : cluster [DBG] pgmap v13231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:06:25.909446+0000 mon.a (mon.0) 3341 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:06:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:06:25.909446+0000 mon.a (mon.0) 3341 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:06:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:06:25.909446+0000 mon.a (mon.0) 3341 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:06:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:06:26.219154+0000 mon.a (mon.0) 3342 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:06:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:06:26.219843+0000 mon.a (mon.0) 3343 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:06:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:06:26.229153+0000 mon.a (mon.0) 3344 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:06:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:26.978529+0000 mgr.y (mgr.14556) 14975 : cluster [DBG] pgmap v13232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:06:26.219154+0000 mon.a (mon.0) 3342 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:06:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:06:26.219843+0000 mon.a (mon.0) 3343 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:06:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:06:26.229153+0000 mon.a (mon.0) 3344 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:06:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:26.978529+0000 mgr.y (mgr.14556) 14975 : cluster [DBG] pgmap v13232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:06:26.219154+0000 mon.a (mon.0) 3342 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:06:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:06:26.219843+0000 mon.a (mon.0) 3343 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:06:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:06:26.229153+0000 mon.a (mon.0) 3344 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:06:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:26.978529+0000 mgr.y (mgr.14556) 14975 : cluster [DBG] pgmap v13232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:28.978879+0000 mgr.y (mgr.14556) 14976 : cluster [DBG] pgmap v13233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:28.978879+0000 mgr.y (mgr.14556) 14976 : cluster [DBG] pgmap v13233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:28.978879+0000 mgr.y (mgr.14556) 14976 : cluster [DBG] pgmap v13233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:30.979526+0000 mgr.y (mgr.14556) 14977 : cluster [DBG] pgmap v13234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:30.979526+0000 mgr.y (mgr.14556) 14977 : cluster [DBG] pgmap v13234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:30.979526+0000 mgr.y (mgr.14556) 14977 : cluster [DBG] pgmap v13234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:06:34.037 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:06:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:06:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:32.979974+0000 mgr.y (mgr.14556) 14978 : cluster [DBG] pgmap v13235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:32.979974+0000 mgr.y (mgr.14556) 14978 : cluster [DBG] pgmap v13235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:32.979974+0000 mgr.y (mgr.14556) 14978 : cluster [DBG] pgmap v13235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:34.980319+0000 mgr.y (mgr.14556) 14979 : cluster [DBG] pgmap v13236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:34.980319+0000 mgr.y (mgr.14556) 14979 : cluster [DBG] pgmap v13236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:34.980319+0000 mgr.y (mgr.14556) 14979 : cluster [DBG] pgmap v13236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:36.981141+0000 mgr.y (mgr.14556) 14980 : cluster [DBG] pgmap v13237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:36.981141+0000 mgr.y (mgr.14556) 14980 : cluster [DBG] pgmap v13237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:36.981141+0000 mgr.y (mgr.14556) 14980 : cluster [DBG] pgmap v13237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:38.981633+0000 mgr.y (mgr.14556) 14981 : cluster [DBG] pgmap v13238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:38.981633+0000 mgr.y (mgr.14556) 14981 : cluster [DBG] pgmap v13238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:38.981633+0000 mgr.y (mgr.14556) 14981 : cluster [DBG] pgmap v13238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:06:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:40.982177+0000 mgr.y (mgr.14556) 14982 : cluster [DBG] pgmap v13239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:40.982177+0000 mgr.y (mgr.14556) 14982 : cluster [DBG] pgmap v13239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:40.982177+0000 mgr.y (mgr.14556) 14982 : cluster [DBG] pgmap v13239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:42.982729+0000 mgr.y (mgr.14556) 14983 : cluster [DBG] pgmap v13240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:42.982729+0000 mgr.y (mgr.14556) 14983 : cluster [DBG] pgmap v13240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:42.982729+0000 mgr.y (mgr.14556) 14983 : cluster [DBG] pgmap v13240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:06:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:06:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:44.983253+0000 mgr.y (mgr.14556) 14984 : cluster [DBG] pgmap v13241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:44.983253+0000 mgr.y (mgr.14556) 14984 : cluster [DBG] pgmap v13241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:44.983253+0000 mgr.y (mgr.14556) 14984 : cluster [DBG] pgmap v13241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:46.983954+0000 mgr.y (mgr.14556) 14985 : cluster [DBG] pgmap v13242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:46.983954+0000 mgr.y (mgr.14556) 14985 : cluster [DBG] pgmap v13242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:46.983954+0000 mgr.y (mgr.14556) 14985 : cluster [DBG] pgmap v13242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:47.932 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:06:48.221 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:06:48.221 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 2m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:06:48.221 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 2m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:06:48.221 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 2m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:06:48.221 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 2m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:06:48.221 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 2m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 2m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 2m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 2m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 2m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 2m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 2m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 2m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 2m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 2m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 2m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 2m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 2m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 2m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:06:48.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 2m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:06:48.223 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 2m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:06:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:06:47.921090+0000 mgr.y (mgr.14556) 14986 : audit [DBG] from='client.30216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:06:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:06:47.921090+0000 mgr.y (mgr.14556) 14986 : audit [DBG] from='client.30216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:06:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:06:47.921090+0000 mgr.y (mgr.14556) 14986 : audit [DBG] from='client.30216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:06:48.569 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:06:48.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:06:48.571 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:06:48.571 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:06:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:06:48.214301+0000 mgr.y (mgr.14556) 14987 : audit [DBG] from='client.40133 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:06:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:06:48.570801+0000 mon.c (mon.2) 373 : audit [DBG] from='client.? 172.21.15.23:0/2521465934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:06:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:48.984360+0000 mgr.y (mgr.14556) 14988 : cluster [DBG] pgmap v13243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:06:48.214301+0000 mgr.y (mgr.14556) 14987 : audit [DBG] from='client.40133 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:06:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:06:48.570801+0000 mon.c (mon.2) 373 : audit [DBG] from='client.? 172.21.15.23:0/2521465934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:06:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:48.984360+0000 mgr.y (mgr.14556) 14988 : cluster [DBG] pgmap v13243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:06:48.214301+0000 mgr.y (mgr.14556) 14987 : audit [DBG] from='client.40133 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:06:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:06:48.570801+0000 mon.c (mon.2) 373 : audit [DBG] from='client.? 172.21.15.23:0/2521465934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:06:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:48.984360+0000 mgr.y (mgr.14556) 14988 : cluster [DBG] pgmap v13243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:06:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:50.985121+0000 mgr.y (mgr.14556) 14989 : cluster [DBG] pgmap v13244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:50.985121+0000 mgr.y (mgr.14556) 14989 : cluster [DBG] pgmap v13244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:50.985121+0000 mgr.y (mgr.14556) 14989 : cluster [DBG] pgmap v13244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:52.985546+0000 mgr.y (mgr.14556) 14990 : cluster [DBG] pgmap v13245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:52.985546+0000 mgr.y (mgr.14556) 14990 : cluster [DBG] pgmap v13245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:52.985546+0000 mgr.y (mgr.14556) 14990 : cluster [DBG] pgmap v13245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:06:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:06:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:54.986065+0000 mgr.y (mgr.14556) 14991 : cluster [DBG] pgmap v13246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:54.986065+0000 mgr.y (mgr.14556) 14991 : cluster [DBG] pgmap v13246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:54.986065+0000 mgr.y (mgr.14556) 14991 : cluster [DBG] pgmap v13246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:56.986782+0000 mgr.y (mgr.14556) 14992 : cluster [DBG] pgmap v13247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:56.986782+0000 mgr.y (mgr.14556) 14992 : cluster [DBG] pgmap v13247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:06:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:06:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:56.986782+0000 mgr.y (mgr.14556) 14992 : cluster [DBG] pgmap v13247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:06:58.987304+0000 mgr.y (mgr.14556) 14993 : cluster [DBG] pgmap v13248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:06:58.987304+0000 mgr.y (mgr.14556) 14993 : cluster [DBG] pgmap v13248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:06:58.987304+0000 mgr.y (mgr.14556) 14993 : cluster [DBG] pgmap v13248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:00.988016+0000 mgr.y (mgr.14556) 14994 : cluster [DBG] pgmap v13249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:00.988016+0000 mgr.y (mgr.14556) 14994 : cluster [DBG] pgmap v13249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:00.988016+0000 mgr.y (mgr.14556) 14994 : cluster [DBG] pgmap v13249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:07:04.045 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:07:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:07:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:02.988440+0000 mgr.y (mgr.14556) 14995 : cluster [DBG] pgmap v13250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:02.988440+0000 mgr.y (mgr.14556) 14995 : cluster [DBG] pgmap v13250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:02.988440+0000 mgr.y (mgr.14556) 14995 : cluster [DBG] pgmap v13250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:04.988785+0000 mgr.y (mgr.14556) 14996 : cluster [DBG] pgmap v13251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:04.988785+0000 mgr.y (mgr.14556) 14996 : cluster [DBG] pgmap v13251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:04.988785+0000 mgr.y (mgr.14556) 14996 : cluster [DBG] pgmap v13251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:06.989475+0000 mgr.y (mgr.14556) 14997 : cluster [DBG] pgmap v13252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:06.989475+0000 mgr.y (mgr.14556) 14997 : cluster [DBG] pgmap v13252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:06.989475+0000 mgr.y (mgr.14556) 14997 : cluster [DBG] pgmap v13252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:08.989822+0000 mgr.y (mgr.14556) 14998 : cluster [DBG] pgmap v13253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:08.989822+0000 mgr.y (mgr.14556) 14998 : cluster [DBG] pgmap v13253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:08.989822+0000 mgr.y (mgr.14556) 14998 : cluster [DBG] pgmap v13253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:07:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:10.990600+0000 mgr.y (mgr.14556) 14999 : cluster [DBG] pgmap v13254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:10.990600+0000 mgr.y (mgr.14556) 14999 : cluster [DBG] pgmap v13254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:10.990600+0000 mgr.y (mgr.14556) 14999 : cluster [DBG] pgmap v13254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:12.990951+0000 mgr.y (mgr.14556) 15000 : cluster [DBG] pgmap v13255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:12.990951+0000 mgr.y (mgr.14556) 15000 : cluster [DBG] pgmap v13255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:12.990951+0000 mgr.y (mgr.14556) 15000 : cluster [DBG] pgmap v13255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:07:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:07:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:14.991427+0000 mgr.y (mgr.14556) 15001 : cluster [DBG] pgmap v13256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:14.991427+0000 mgr.y (mgr.14556) 15001 : cluster [DBG] pgmap v13256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:14.991427+0000 mgr.y (mgr.14556) 15001 : cluster [DBG] pgmap v13256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:16.992058+0000 mgr.y (mgr.14556) 15002 : cluster [DBG] pgmap v13257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:16.992058+0000 mgr.y (mgr.14556) 15002 : cluster [DBG] pgmap v13257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:16.992058+0000 mgr.y (mgr.14556) 15002 : cluster [DBG] pgmap v13257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:18.892 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:07:19.180 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:07:19.180 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 2m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 2m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 2m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 2m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 2m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 2m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 2m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 2m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 2m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 2m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 2m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 2m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 2m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 2m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 2m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 2m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 2m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:07:19.181 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 2m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:07:19.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 2m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:07:19.182 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 2m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:07:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:07:18.881584+0000 mgr.y (mgr.14556) 15003 : audit [DBG] from='client.40145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:07:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:18.992349+0000 mgr.y (mgr.14556) 15004 : cluster [DBG] pgmap v13258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:07:18.881584+0000 mgr.y (mgr.14556) 15003 : audit [DBG] from='client.40145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:07:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:18.992349+0000 mgr.y (mgr.14556) 15004 : cluster [DBG] pgmap v13258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:07:18.881584+0000 mgr.y (mgr.14556) 15003 : audit [DBG] from='client.40145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:07:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:18.992349+0000 mgr.y (mgr.14556) 15004 : cluster [DBG] pgmap v13258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:19.533 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:07:19.534 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:07:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:07:19.173599+0000 mgr.y (mgr.14556) 15005 : audit [DBG] from='client.30240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:07:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:07:19.534609+0000 mon.c (mon.2) 374 : audit [DBG] from='client.? 172.21.15.23:0/2719253875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:07:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:07:19.173599+0000 mgr.y (mgr.14556) 15005 : audit [DBG] from='client.30240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:07:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:07:19.534609+0000 mon.c (mon.2) 374 : audit [DBG] from='client.? 172.21.15.23:0/2719253875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:07:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:07:19.173599+0000 mgr.y (mgr.14556) 15005 : audit [DBG] from='client.30240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:07:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:07:19.534609+0000 mon.c (mon.2) 374 : audit [DBG] from='client.? 172.21.15.23:0/2719253875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:07:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:20.992883+0000 mgr.y (mgr.14556) 15006 : cluster [DBG] pgmap v13259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:20.992883+0000 mgr.y (mgr.14556) 15006 : cluster [DBG] pgmap v13259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:20.992883+0000 mgr.y (mgr.14556) 15006 : cluster [DBG] pgmap v13259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:07:24.050 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:07:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:07:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:22.993346+0000 mgr.y (mgr.14556) 15007 : cluster [DBG] pgmap v13260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:22.993346+0000 mgr.y (mgr.14556) 15007 : cluster [DBG] pgmap v13260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:22.993346+0000 mgr.y (mgr.14556) 15007 : cluster [DBG] pgmap v13260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:24.993676+0000 mgr.y (mgr.14556) 15008 : cluster [DBG] pgmap v13261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:24.993676+0000 mgr.y (mgr.14556) 15008 : cluster [DBG] pgmap v13261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:24.993676+0000 mgr.y (mgr.14556) 15008 : cluster [DBG] pgmap v13261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:07:26.233571+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:07:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:07:26.233571+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:07:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:07:26.233571+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:07:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:07:26.490771+0000 mon.a (mon.0) 3346 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:07:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:07:26.494106+0000 mon.a (mon.0) 3347 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:07:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:07:26.779323+0000 mon.a (mon.0) 3348 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:07:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:07:26.779967+0000 mon.a (mon.0) 3349 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:07:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:07:26.788647+0000 mon.a (mon.0) 3350 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:07:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:26.994350+0000 mgr.y (mgr.14556) 15009 : cluster [DBG] pgmap v13262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:07:26.490771+0000 mon.a (mon.0) 3346 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:07:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:07:26.494106+0000 mon.a (mon.0) 3347 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:07:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:07:26.779323+0000 mon.a (mon.0) 3348 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:07:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:07:26.779967+0000 mon.a (mon.0) 3349 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:07:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:07:26.788647+0000 mon.a (mon.0) 3350 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:07:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:26.994350+0000 mgr.y (mgr.14556) 15009 : cluster [DBG] pgmap v13262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:07:26.490771+0000 mon.a (mon.0) 3346 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:07:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:07:26.494106+0000 mon.a (mon.0) 3347 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:07:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:07:26.779323+0000 mon.a (mon.0) 3348 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:07:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:07:26.779967+0000 mon.a (mon.0) 3349 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:07:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:07:26.788647+0000 mon.a (mon.0) 3350 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:07:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:26.994350+0000 mgr.y (mgr.14556) 15009 : cluster [DBG] pgmap v13262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:28.994740+0000 mgr.y (mgr.14556) 15010 : cluster [DBG] pgmap v13263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:28.994740+0000 mgr.y (mgr.14556) 15010 : cluster [DBG] pgmap v13263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:28.994740+0000 mgr.y (mgr.14556) 15010 : cluster [DBG] pgmap v13263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:30.995357+0000 mgr.y (mgr.14556) 15011 : cluster [DBG] pgmap v13264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:30.995357+0000 mgr.y (mgr.14556) 15011 : cluster [DBG] pgmap v13264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:30.995357+0000 mgr.y (mgr.14556) 15011 : cluster [DBG] pgmap v13264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:07:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:32.995932+0000 mgr.y (mgr.14556) 15012 : cluster [DBG] pgmap v13265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:32.995932+0000 mgr.y (mgr.14556) 15012 : cluster [DBG] pgmap v13265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:32.995932+0000 mgr.y (mgr.14556) 15012 : cluster [DBG] pgmap v13265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:07:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:07:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:34.996321+0000 mgr.y (mgr.14556) 15013 : cluster [DBG] pgmap v13266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:34.996321+0000 mgr.y (mgr.14556) 15013 : cluster [DBG] pgmap v13266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:34.996321+0000 mgr.y (mgr.14556) 15013 : cluster [DBG] pgmap v13266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:36.997051+0000 mgr.y (mgr.14556) 15014 : cluster [DBG] pgmap v13267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:36.997051+0000 mgr.y (mgr.14556) 15014 : cluster [DBG] pgmap v13267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:36.997051+0000 mgr.y (mgr.14556) 15014 : cluster [DBG] pgmap v13267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:39.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:38.997485+0000 mgr.y (mgr.14556) 15015 : cluster [DBG] pgmap v13268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:38.997485+0000 mgr.y (mgr.14556) 15015 : cluster [DBG] pgmap v13268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:38.997485+0000 mgr.y (mgr.14556) 15015 : cluster [DBG] pgmap v13268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:40.998169+0000 mgr.y (mgr.14556) 15016 : cluster [DBG] pgmap v13269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:40.998169+0000 mgr.y (mgr.14556) 15016 : cluster [DBG] pgmap v13269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:40.998169+0000 mgr.y (mgr.14556) 15016 : cluster [DBG] pgmap v13269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:07:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:42.998630+0000 mgr.y (mgr.14556) 15017 : cluster [DBG] pgmap v13270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:42.998630+0000 mgr.y (mgr.14556) 15017 : cluster [DBG] pgmap v13270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:42.998630+0000 mgr.y (mgr.14556) 15017 : cluster [DBG] pgmap v13270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:07:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:07:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:44.999130+0000 mgr.y (mgr.14556) 15018 : cluster [DBG] pgmap v13271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:44.999130+0000 mgr.y (mgr.14556) 15018 : cluster [DBG] pgmap v13271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:44.999130+0000 mgr.y (mgr.14556) 15018 : cluster [DBG] pgmap v13271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:46.999822+0000 mgr.y (mgr.14556) 15019 : cluster [DBG] pgmap v13272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:46.999822+0000 mgr.y (mgr.14556) 15019 : cluster [DBG] pgmap v13272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:46.999822+0000 mgr.y (mgr.14556) 15019 : cluster [DBG] pgmap v13272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:49.000353+0000 mgr.y (mgr.14556) 15020 : cluster [DBG] pgmap v13273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:49.000353+0000 mgr.y (mgr.14556) 15020 : cluster [DBG] pgmap v13273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:49.000353+0000 mgr.y (mgr.14556) 15020 : cluster [DBG] pgmap v13273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:49.858 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:07:50.149 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:07:50.149 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 3m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:07:50.149 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 3m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:07:50.149 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 3m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 3m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 3m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 3m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 3m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 3m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 3m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 3m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 3m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 3m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 3m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 3m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 3m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 3m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:07:50.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 3m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:07:50.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 3m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:07:50.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 3m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:07:50.151 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 3m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:07:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:07:49.846806+0000 mgr.y (mgr.14556) 15021 : audit [DBG] from='client.30252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:07:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:07:49.846806+0000 mgr.y (mgr.14556) 15021 : audit [DBG] from='client.30252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:07:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:07:49.846806+0000 mgr.y (mgr.14556) 15021 : audit [DBG] from='client.30252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:07:50.502 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:07:50.502 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:07:50.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:07:50.502 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:07:50.502 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:07:50.502 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:07:50.502 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:07:50.503 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:07:50.503 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:07:50.503 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:07:50.503 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:07:50.503 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:07:50.503 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:07:50.503 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:07:50.503 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:07:50.503 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:07:50.503 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:07:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:07:50.141927+0000 mgr.y (mgr.14556) 15022 : audit [DBG] from='client.40169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:07:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:07:50.503054+0000 mon.c (mon.2) 375 : audit [DBG] from='client.? 172.21.15.23:0/2709332180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:07:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:51.001131+0000 mgr.y (mgr.14556) 15023 : cluster [DBG] pgmap v13274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:07:50.141927+0000 mgr.y (mgr.14556) 15022 : audit [DBG] from='client.40169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:07:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:07:50.503054+0000 mon.c (mon.2) 375 : audit [DBG] from='client.? 172.21.15.23:0/2709332180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:07:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:51.001131+0000 mgr.y (mgr.14556) 15023 : cluster [DBG] pgmap v13274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:07:50.141927+0000 mgr.y (mgr.14556) 15022 : audit [DBG] from='client.40169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:07:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:07:50.503054+0000 mon.c (mon.2) 375 : audit [DBG] from='client.? 172.21.15.23:0/2709332180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:07:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:51.001131+0000 mgr.y (mgr.14556) 15023 : cluster [DBG] pgmap v13274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:07:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:53.001640+0000 mgr.y (mgr.14556) 15024 : cluster [DBG] pgmap v13275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:53.001640+0000 mgr.y (mgr.14556) 15024 : cluster [DBG] pgmap v13275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:53.001640+0000 mgr.y (mgr.14556) 15024 : cluster [DBG] pgmap v13275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:07:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:07:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:55.002112+0000 mgr.y (mgr.14556) 15025 : cluster [DBG] pgmap v13276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:55.002112+0000 mgr.y (mgr.14556) 15025 : cluster [DBG] pgmap v13276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:55.002112+0000 mgr.y (mgr.14556) 15025 : cluster [DBG] pgmap v13276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:57.002907+0000 mgr.y (mgr.14556) 15026 : cluster [DBG] pgmap v13277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:57.002907+0000 mgr.y (mgr.14556) 15026 : cluster [DBG] pgmap v13277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:57.002907+0000 mgr.y (mgr.14556) 15026 : cluster [DBG] pgmap v13277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:07:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:07:59.003325+0000 mgr.y (mgr.14556) 15027 : cluster [DBG] pgmap v13278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:07:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:07:59.003325+0000 mgr.y (mgr.14556) 15027 : cluster [DBG] pgmap v13278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:07:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:07:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:07:59.003325+0000 mgr.y (mgr.14556) 15027 : cluster [DBG] pgmap v13278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:01.003989+0000 mgr.y (mgr.14556) 15028 : cluster [DBG] pgmap v13279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:01.003989+0000 mgr.y (mgr.14556) 15028 : cluster [DBG] pgmap v13279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:01.003989+0000 mgr.y (mgr.14556) 15028 : cluster [DBG] pgmap v13279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:08:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:03.004532+0000 mgr.y (mgr.14556) 15029 : cluster [DBG] pgmap v13280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:03.004532+0000 mgr.y (mgr.14556) 15029 : cluster [DBG] pgmap v13280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:03.004532+0000 mgr.y (mgr.14556) 15029 : cluster [DBG] pgmap v13280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:08:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:08:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:05.004962+0000 mgr.y (mgr.14556) 15030 : cluster [DBG] pgmap v13281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:05.004962+0000 mgr.y (mgr.14556) 15030 : cluster [DBG] pgmap v13281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:05.004962+0000 mgr.y (mgr.14556) 15030 : cluster [DBG] pgmap v13281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:07.005608+0000 mgr.y (mgr.14556) 15031 : cluster [DBG] pgmap v13282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:07.005608+0000 mgr.y (mgr.14556) 15031 : cluster [DBG] pgmap v13282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:07.005608+0000 mgr.y (mgr.14556) 15031 : cluster [DBG] pgmap v13282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:09.006018+0000 mgr.y (mgr.14556) 15032 : cluster [DBG] pgmap v13283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:09.006018+0000 mgr.y (mgr.14556) 15032 : cluster [DBG] pgmap v13283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:09.006018+0000 mgr.y (mgr.14556) 15032 : cluster [DBG] pgmap v13283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:11.006707+0000 mgr.y (mgr.14556) 15033 : cluster [DBG] pgmap v13284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:11.006707+0000 mgr.y (mgr.14556) 15033 : cluster [DBG] pgmap v13284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:11.006707+0000 mgr.y (mgr.14556) 15033 : cluster [DBG] pgmap v13284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:08:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:13.007160+0000 mgr.y (mgr.14556) 15034 : cluster [DBG] pgmap v13285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:13.007160+0000 mgr.y (mgr.14556) 15034 : cluster [DBG] pgmap v13285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:13.007160+0000 mgr.y (mgr.14556) 15034 : cluster [DBG] pgmap v13285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:08:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:08:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:15.007636+0000 mgr.y (mgr.14556) 15035 : cluster [DBG] pgmap v13286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:15.007636+0000 mgr.y (mgr.14556) 15035 : cluster [DBG] pgmap v13286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:15.007636+0000 mgr.y (mgr.14556) 15035 : cluster [DBG] pgmap v13286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:17.008389+0000 mgr.y (mgr.14556) 15036 : cluster [DBG] pgmap v13287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:17.008389+0000 mgr.y (mgr.14556) 15036 : cluster [DBG] pgmap v13287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:17.008389+0000 mgr.y (mgr.14556) 15036 : cluster [DBG] pgmap v13287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:19.008816+0000 mgr.y (mgr.14556) 15037 : cluster [DBG] pgmap v13288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:19.008816+0000 mgr.y (mgr.14556) 15037 : cluster [DBG] pgmap v13288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:19.008816+0000 mgr.y (mgr.14556) 15037 : cluster [DBG] pgmap v13288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:20.826 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:08:21.115 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:08:21.115 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 3m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:08:21.115 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 3m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:08:21.115 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 3m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:08:21.115 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 3m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:08:21.115 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 3m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 3m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 3m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 3m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 3m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 3m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 3m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 3m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 3m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 3m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 3m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 3m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 3m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 3m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 3m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:08:21.116 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 3m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:08:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:08:20.815324+0000 mgr.y (mgr.14556) 15038 : audit [DBG] from='client.30270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:08:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:21.009397+0000 mgr.y (mgr.14556) 15039 : cluster [DBG] pgmap v13289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:08:20.815324+0000 mgr.y (mgr.14556) 15038 : audit [DBG] from='client.30270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:08:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:21.009397+0000 mgr.y (mgr.14556) 15039 : cluster [DBG] pgmap v13289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:08:20.815324+0000 mgr.y (mgr.14556) 15038 : audit [DBG] from='client.30270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:08:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:21.009397+0000 mgr.y (mgr.14556) 15039 : cluster [DBG] pgmap v13289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:21.463 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:08:21.463 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:08:21.464 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:08:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:08:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:08:21.108065+0000 mgr.y (mgr.14556) 15040 : audit [DBG] from='client.30276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:08:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:08:21.464555+0000 mon.c (mon.2) 376 : audit [DBG] from='client.? 172.21.15.23:0/3309083691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:08:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:08:21.108065+0000 mgr.y (mgr.14556) 15040 : audit [DBG] from='client.30276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:08:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:08:21.464555+0000 mon.c (mon.2) 376 : audit [DBG] from='client.? 172.21.15.23:0/3309083691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:08:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:08:21.108065+0000 mgr.y (mgr.14556) 15040 : audit [DBG] from='client.30276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:08:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:08:21.464555+0000 mon.c (mon.2) 376 : audit [DBG] from='client.? 172.21.15.23:0/3309083691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:08:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:23.009777+0000 mgr.y (mgr.14556) 15041 : cluster [DBG] pgmap v13290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:23.009777+0000 mgr.y (mgr.14556) 15041 : cluster [DBG] pgmap v13290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:23.009777+0000 mgr.y (mgr.14556) 15041 : cluster [DBG] pgmap v13290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:08:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:08:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:25.010108+0000 mgr.y (mgr.14556) 15042 : cluster [DBG] pgmap v13291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:25.010108+0000 mgr.y (mgr.14556) 15042 : cluster [DBG] pgmap v13291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:25.010108+0000 mgr.y (mgr.14556) 15042 : cluster [DBG] pgmap v13291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:08:26.793102+0000 mon.a (mon.0) 3351 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:08:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:08:26.793102+0000 mon.a (mon.0) 3351 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:08:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:08:26.793102+0000 mon.a (mon.0) 3351 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:08:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:27.010676+0000 mgr.y (mgr.14556) 15043 : cluster [DBG] pgmap v13292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:08:27.099138+0000 mon.a (mon.0) 3352 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:08:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:08:27.099849+0000 mon.a (mon.0) 3353 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:08:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:08:27.106356+0000 mon.a (mon.0) 3354 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:08:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:27.010676+0000 mgr.y (mgr.14556) 15043 : cluster [DBG] pgmap v13292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:08:27.099138+0000 mon.a (mon.0) 3352 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:08:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:08:27.099849+0000 mon.a (mon.0) 3353 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:08:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:08:27.106356+0000 mon.a (mon.0) 3354 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:08:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:27.010676+0000 mgr.y (mgr.14556) 15043 : cluster [DBG] pgmap v13292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:08:27.099138+0000 mon.a (mon.0) 3352 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:08:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:08:27.099849+0000 mon.a (mon.0) 3353 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:08:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:08:27.106356+0000 mon.a (mon.0) 3354 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:08:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:29.011140+0000 mgr.y (mgr.14556) 15044 : cluster [DBG] pgmap v13293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:29.011140+0000 mgr.y (mgr.14556) 15044 : cluster [DBG] pgmap v13293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:29.011140+0000 mgr.y (mgr.14556) 15044 : cluster [DBG] pgmap v13293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:31.011843+0000 mgr.y (mgr.14556) 15045 : cluster [DBG] pgmap v13294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:31.011843+0000 mgr.y (mgr.14556) 15045 : cluster [DBG] pgmap v13294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:31.011843+0000 mgr.y (mgr.14556) 15045 : cluster [DBG] pgmap v13294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:08:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:33.012390+0000 mgr.y (mgr.14556) 15046 : cluster [DBG] pgmap v13295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:33.012390+0000 mgr.y (mgr.14556) 15046 : cluster [DBG] pgmap v13295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:33.012390+0000 mgr.y (mgr.14556) 15046 : cluster [DBG] pgmap v13295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:08:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:08:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:35.012730+0000 mgr.y (mgr.14556) 15047 : cluster [DBG] pgmap v13296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:35.012730+0000 mgr.y (mgr.14556) 15047 : cluster [DBG] pgmap v13296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:35.012730+0000 mgr.y (mgr.14556) 15047 : cluster [DBG] pgmap v13296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:37.013679+0000 mgr.y (mgr.14556) 15048 : cluster [DBG] pgmap v13297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:37.013679+0000 mgr.y (mgr.14556) 15048 : cluster [DBG] pgmap v13297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:37.013679+0000 mgr.y (mgr.14556) 15048 : cluster [DBG] pgmap v13297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:39.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:39.014086+0000 mgr.y (mgr.14556) 15049 : cluster [DBG] pgmap v13298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:39.014086+0000 mgr.y (mgr.14556) 15049 : cluster [DBG] pgmap v13298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:39.014086+0000 mgr.y (mgr.14556) 15049 : cluster [DBG] pgmap v13298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:41.014850+0000 mgr.y (mgr.14556) 15050 : cluster [DBG] pgmap v13299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:41.014850+0000 mgr.y (mgr.14556) 15050 : cluster [DBG] pgmap v13299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:41.014850+0000 mgr.y (mgr.14556) 15050 : cluster [DBG] pgmap v13299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:08:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:43.015255+0000 mgr.y (mgr.14556) 15051 : cluster [DBG] pgmap v13300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:43.015255+0000 mgr.y (mgr.14556) 15051 : cluster [DBG] pgmap v13300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:43.015255+0000 mgr.y (mgr.14556) 15051 : cluster [DBG] pgmap v13300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:08:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:08:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:45.015624+0000 mgr.y (mgr.14556) 15052 : cluster [DBG] pgmap v13301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:45.015624+0000 mgr.y (mgr.14556) 15052 : cluster [DBG] pgmap v13301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:45.015624+0000 mgr.y (mgr.14556) 15052 : cluster [DBG] pgmap v13301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:47.016391+0000 mgr.y (mgr.14556) 15053 : cluster [DBG] pgmap v13302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:47.016391+0000 mgr.y (mgr.14556) 15053 : cluster [DBG] pgmap v13302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:47.016391+0000 mgr.y (mgr.14556) 15053 : cluster [DBG] pgmap v13302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:49.016802+0000 mgr.y (mgr.14556) 15054 : cluster [DBG] pgmap v13303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:49.016802+0000 mgr.y (mgr.14556) 15054 : cluster [DBG] pgmap v13303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:49.016802+0000 mgr.y (mgr.14556) 15054 : cluster [DBG] pgmap v13303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:51.017400+0000 mgr.y (mgr.14556) 15055 : cluster [DBG] pgmap v13304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:51.017400+0000 mgr.y (mgr.14556) 15055 : cluster [DBG] pgmap v13304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:51.017400+0000 mgr.y (mgr.14556) 15055 : cluster [DBG] pgmap v13304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:51.788 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:08:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:08:52.077 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:08:52.077 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 4m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:08:52.077 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 4m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:08:52.077 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 4m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:08:52.077 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 4m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:08:52.077 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 4m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:08:52.078 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 4m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:08:52.078 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 4m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:08:52.078 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 4m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:08:52.078 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 4m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:08:52.078 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 4m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:08:52.078 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 4m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:08:52.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 4m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:08:52.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 4m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:08:52.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 4m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:08:52.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 4m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:08:52.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 4m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:08:52.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 4m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:08:52.079 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 4m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:08:52.079 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 4m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:08:52.079 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 4m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:08:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:08:51.776872+0000 mgr.y (mgr.14556) 15056 : audit [DBG] from='client.40199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:08:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:08:51.776872+0000 mgr.y (mgr.14556) 15056 : audit [DBG] from='client.40199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:08:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:08:51.776872+0000 mgr.y (mgr.14556) 15056 : audit [DBG] from='client.40199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:08:52.428 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:08:52.428 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:08:52.428 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:08:52.428 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:08:52.428 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:08:52.428 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:08:52.428 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:08:52.428 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:08:52.428 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:08:52.429 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:08:52.429 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:08:52.429 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:08:52.429 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:08:52.429 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:08:52.429 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:08:52.429 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:08:52.429 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:08:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:08:52.069928+0000 mgr.y (mgr.14556) 15057 : audit [DBG] from='client.30294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:08:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:08:52.428938+0000 mon.c (mon.2) 377 : audit [DBG] from='client.? 172.21.15.23:0/2113946489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:08:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:53.017928+0000 mgr.y (mgr.14556) 15058 : cluster [DBG] pgmap v13305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:08:52.069928+0000 mgr.y (mgr.14556) 15057 : audit [DBG] from='client.30294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:08:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:08:52.428938+0000 mon.c (mon.2) 377 : audit [DBG] from='client.? 172.21.15.23:0/2113946489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:08:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:53.017928+0000 mgr.y (mgr.14556) 15058 : cluster [DBG] pgmap v13305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:08:52.069928+0000 mgr.y (mgr.14556) 15057 : audit [DBG] from='client.30294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:08:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:08:52.428938+0000 mon.c (mon.2) 377 : audit [DBG] from='client.? 172.21.15.23:0/2113946489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:08:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:53.017928+0000 mgr.y (mgr.14556) 15058 : cluster [DBG] pgmap v13305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:08:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T14:08:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:55.018490+0000 mgr.y (mgr.14556) 15059 : cluster [DBG] pgmap v13306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:55.018490+0000 mgr.y (mgr.14556) 15059 : cluster [DBG] pgmap v13306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:55.018490+0000 mgr.y (mgr.14556) 15059 : cluster [DBG] pgmap v13306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:57.019162+0000 mgr.y (mgr.14556) 15060 : cluster [DBG] pgmap v13307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:57.019162+0000 mgr.y (mgr.14556) 15060 : cluster [DBG] pgmap v13307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:57.019162+0000 mgr.y (mgr.14556) 15060 : cluster [DBG] pgmap v13307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:08:59.019647+0000 mgr.y (mgr.14556) 15061 : cluster [DBG] pgmap v13308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:08:59.019647+0000 mgr.y (mgr.14556) 15061 : cluster [DBG] pgmap v13308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:08:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:08:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:08:59.019647+0000 mgr.y (mgr.14556) 15061 : cluster [DBG] pgmap v13308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:01.020270+0000 mgr.y (mgr.14556) 15062 : cluster [DBG] pgmap v13309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:01.020270+0000 mgr.y (mgr.14556) 15062 : cluster [DBG] pgmap v13309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:01.020270+0000 mgr.y (mgr.14556) 15062 : cluster [DBG] pgmap v13309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:09:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:03.020723+0000 mgr.y (mgr.14556) 15063 : cluster [DBG] pgmap v13310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:03.020723+0000 mgr.y (mgr.14556) 15063 : cluster [DBG] pgmap v13310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:03.020723+0000 mgr.y (mgr.14556) 15063 : cluster [DBG] pgmap v13310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:09:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T14:09:05.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:05.021081+0000 mgr.y (mgr.14556) 15064 : cluster [DBG] pgmap v13311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:05.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:05.021081+0000 mgr.y (mgr.14556) 15064 : cluster [DBG] pgmap v13311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:05.021081+0000 mgr.y (mgr.14556) 15064 : cluster [DBG] pgmap v13311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:07.021854+0000 mgr.y (mgr.14556) 15065 : cluster [DBG] pgmap v13312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:07.021854+0000 mgr.y (mgr.14556) 15065 : cluster [DBG] pgmap v13312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:07.021854+0000 mgr.y (mgr.14556) 15065 : cluster [DBG] pgmap v13312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:09.022442+0000 mgr.y (mgr.14556) 15066 : cluster [DBG] pgmap v13313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:09.022442+0000 mgr.y (mgr.14556) 15066 : cluster [DBG] pgmap v13313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:09.022442+0000 mgr.y (mgr.14556) 15066 : cluster [DBG] pgmap v13313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:11.023045+0000 mgr.y (mgr.14556) 15067 : cluster [DBG] pgmap v13314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:11.023045+0000 mgr.y (mgr.14556) 15067 : cluster [DBG] pgmap v13314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:11.023045+0000 mgr.y (mgr.14556) 15067 : cluster [DBG] pgmap v13314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:09:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:13.023478+0000 mgr.y (mgr.14556) 15068 : cluster [DBG] pgmap v13315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:13.023478+0000 mgr.y (mgr.14556) 15068 : cluster [DBG] pgmap v13315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:13.023478+0000 mgr.y (mgr.14556) 15068 : cluster [DBG] pgmap v13315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:09:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:09:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:15.024021+0000 mgr.y (mgr.14556) 15069 : cluster [DBG] pgmap v13316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:15.024021+0000 mgr.y (mgr.14556) 15069 : cluster [DBG] pgmap v13316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:15.024021+0000 mgr.y (mgr.14556) 15069 : cluster [DBG] pgmap v13316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:17.024746+0000 mgr.y (mgr.14556) 15070 : cluster [DBG] pgmap v13317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:17.024746+0000 mgr.y (mgr.14556) 15070 : cluster [DBG] pgmap v13317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:17.024746+0000 mgr.y (mgr.14556) 15070 : cluster [DBG] pgmap v13317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:19.025114+0000 mgr.y (mgr.14556) 15071 : cluster [DBG] pgmap v13318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:19.025114+0000 mgr.y (mgr.14556) 15071 : cluster [DBG] pgmap v13318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:19.025114+0000 mgr.y (mgr.14556) 15071 : cluster [DBG] pgmap v13318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:21.025875+0000 mgr.y (mgr.14556) 15072 : cluster [DBG] pgmap v13319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:21.025875+0000 mgr.y (mgr.14556) 15072 : cluster [DBG] pgmap v13319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:21.025875+0000 mgr.y (mgr.14556) 15072 : cluster [DBG] pgmap v13319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:09:22.752 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:09:23.039 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:09:23.039 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 4m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:09:23.039 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 4m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:09:23.039 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 4m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:09:23.039 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 4m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 4m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 4m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 4m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 4m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 4m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 4m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 4m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 4m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 4m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 4m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 4m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 4m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:09:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 4m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:09:23.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 4m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:09:23.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 4m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:09:23.041 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 4m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:09:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:09:22.741402+0000 mgr.y (mgr.14556) 15073 : audit [DBG] from='client.30306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:09:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:23.026196+0000 mgr.y (mgr.14556) 15074 : cluster [DBG] pgmap v13320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:09:23.032274+0000 mgr.y (mgr.14556) 15075 : audit [DBG] from='client.40223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:09:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:09:22.741402+0000 mgr.y (mgr.14556) 15073 : audit [DBG] from='client.30306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:09:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:23.026196+0000 mgr.y (mgr.14556) 15074 : cluster [DBG] pgmap v13320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:09:23.032274+0000 mgr.y (mgr.14556) 15075 : audit [DBG] from='client.40223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:09:23.394 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:09:23.394 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:09:23.394 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:09:23.395 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:09:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:09:22.741402+0000 mgr.y (mgr.14556) 15073 : audit [DBG] from='client.30306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:09:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:23.026196+0000 mgr.y (mgr.14556) 15074 : cluster [DBG] pgmap v13320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:09:23.032274+0000 mgr.y (mgr.14556) 15075 : audit [DBG] from='client.40223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:09:24.120 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:09:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:09:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:09:23.395364+0000 mon.a (mon.0) 3355 : audit [DBG] from='client.? 172.21.15.23:0/841493538' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:09:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:09:23.395364+0000 mon.a (mon.0) 3355 : audit [DBG] from='client.? 172.21.15.23:0/841493538' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:09:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:09:23.395364+0000 mon.a (mon.0) 3355 : audit [DBG] from='client.? 172.21.15.23:0/841493538' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:09:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:25.026619+0000 mgr.y (mgr.14556) 15076 : cluster [DBG] pgmap v13321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:25.026619+0000 mgr.y (mgr.14556) 15076 : cluster [DBG] pgmap v13321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:25.026619+0000 mgr.y (mgr.14556) 15076 : cluster [DBG] pgmap v13321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:27.027359+0000 mgr.y (mgr.14556) 15077 : cluster [DBG] pgmap v13322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:09:27.110910+0000 mon.a (mon.0) 3356 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:09:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:27.027359+0000 mgr.y (mgr.14556) 15077 : cluster [DBG] pgmap v13322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:09:27.110910+0000 mon.a (mon.0) 3356 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:09:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:27.027359+0000 mgr.y (mgr.14556) 15077 : cluster [DBG] pgmap v13322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:09:27.110910+0000 mon.a (mon.0) 3356 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:09:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:09:27.417323+0000 mon.a (mon.0) 3357 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:09:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:09:27.418004+0000 mon.a (mon.0) 3358 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:09:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:09:27.424505+0000 mon.a (mon.0) 3359 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:09:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:09:27.417323+0000 mon.a (mon.0) 3357 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:09:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:09:27.418004+0000 mon.a (mon.0) 3358 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:09:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:09:27.424505+0000 mon.a (mon.0) 3359 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:09:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:09:27.417323+0000 mon.a (mon.0) 3357 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:09:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:09:27.418004+0000 mon.a (mon.0) 3358 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:09:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:09:27.424505+0000 mon.a (mon.0) 3359 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:09:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:29.027859+0000 mgr.y (mgr.14556) 15078 : cluster [DBG] pgmap v13323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:29.027859+0000 mgr.y (mgr.14556) 15078 : cluster [DBG] pgmap v13323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:29.027859+0000 mgr.y (mgr.14556) 15078 : cluster [DBG] pgmap v13323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:31.028564+0000 mgr.y (mgr.14556) 15079 : cluster [DBG] pgmap v13324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:31.028564+0000 mgr.y (mgr.14556) 15079 : cluster [DBG] pgmap v13324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:31.028564+0000 mgr.y (mgr.14556) 15079 : cluster [DBG] pgmap v13324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:09:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:33.029089+0000 mgr.y (mgr.14556) 15080 : cluster [DBG] pgmap v13325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:33.029089+0000 mgr.y (mgr.14556) 15080 : cluster [DBG] pgmap v13325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:33.029089+0000 mgr.y (mgr.14556) 15080 : cluster [DBG] pgmap v13325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:09:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:09:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:35.029594+0000 mgr.y (mgr.14556) 15081 : cluster [DBG] pgmap v13326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:35.029594+0000 mgr.y (mgr.14556) 15081 : cluster [DBG] pgmap v13326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:35.029594+0000 mgr.y (mgr.14556) 15081 : cluster [DBG] pgmap v13326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:37.030175+0000 mgr.y (mgr.14556) 15082 : cluster [DBG] pgmap v13327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:37.030175+0000 mgr.y (mgr.14556) 15082 : cluster [DBG] pgmap v13327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:37.030175+0000 mgr.y (mgr.14556) 15082 : cluster [DBG] pgmap v13327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:39.030541+0000 mgr.y (mgr.14556) 15083 : cluster [DBG] pgmap v13328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:39.030541+0000 mgr.y (mgr.14556) 15083 : cluster [DBG] pgmap v13328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:39.030541+0000 mgr.y (mgr.14556) 15083 : cluster [DBG] pgmap v13328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:41.031091+0000 mgr.y (mgr.14556) 15084 : cluster [DBG] pgmap v13329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:41.031091+0000 mgr.y (mgr.14556) 15084 : cluster [DBG] pgmap v13329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:41.031091+0000 mgr.y (mgr.14556) 15084 : cluster [DBG] pgmap v13329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:09:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:43.031684+0000 mgr.y (mgr.14556) 15085 : cluster [DBG] pgmap v13330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:43.031684+0000 mgr.y (mgr.14556) 15085 : cluster [DBG] pgmap v13330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:43.031684+0000 mgr.y (mgr.14556) 15085 : cluster [DBG] pgmap v13330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:09:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:09:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:45.032292+0000 mgr.y (mgr.14556) 15086 : cluster [DBG] pgmap v13331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:45.032292+0000 mgr.y (mgr.14556) 15086 : cluster [DBG] pgmap v13331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:45.032292+0000 mgr.y (mgr.14556) 15086 : cluster [DBG] pgmap v13331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:47.033060+0000 mgr.y (mgr.14556) 15087 : cluster [DBG] pgmap v13332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:47.033060+0000 mgr.y (mgr.14556) 15087 : cluster [DBG] pgmap v13332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:47.033060+0000 mgr.y (mgr.14556) 15087 : cluster [DBG] pgmap v13332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:49.033431+0000 mgr.y (mgr.14556) 15088 : cluster [DBG] pgmap v13333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:49.033431+0000 mgr.y (mgr.14556) 15088 : cluster [DBG] pgmap v13333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:49.033431+0000 mgr.y (mgr.14556) 15088 : cluster [DBG] pgmap v13333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:51.034297+0000 mgr.y (mgr.14556) 15089 : cluster [DBG] pgmap v13334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:51.034297+0000 mgr.y (mgr.14556) 15089 : cluster [DBG] pgmap v13334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:51.034297+0000 mgr.y (mgr.14556) 15089 : cluster [DBG] pgmap v13334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:09:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:53.034836+0000 mgr.y (mgr.14556) 15090 : cluster [DBG] pgmap v13335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:53.034836+0000 mgr.y (mgr.14556) 15090 : cluster [DBG] pgmap v13335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:53.034836+0000 mgr.y (mgr.14556) 15090 : cluster [DBG] pgmap v13335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:53.719 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:09:54.005 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:09:54.006 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 5m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:09:54.006 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 5m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:09:54.006 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 5m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:09:54.006 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 5m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:09:54.006 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 5m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:09:54.006 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 5m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:09:54.006 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 5m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:09:54.006 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 5m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:09:54.006 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 5m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:09:54.007 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 5m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:09:54.007 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 5m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:09:54.007 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 5m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:09:54.007 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 5m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:09:54.007 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 5m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:09:54.007 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 5m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:09:54.007 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 5m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:09:54.007 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 5m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:09:54.007 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 5m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:09:54.007 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 5m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:09:54.007 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 5m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:09:54.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:09:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:09:54.358 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:09:54.359 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:09:54.360 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:09:54.360 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:09:54.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:09:53.707775+0000 mgr.y (mgr.14556) 15091 : audit [DBG] from='client.30324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:09:54.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:09:53.998684+0000 mgr.y (mgr.14556) 15092 : audit [DBG] from='client.40241 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:09:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:09:53.707775+0000 mgr.y (mgr.14556) 15091 : audit [DBG] from='client.30324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:09:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:09:53.998684+0000 mgr.y (mgr.14556) 15092 : audit [DBG] from='client.40241 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:09:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:09:53.707775+0000 mgr.y (mgr.14556) 15091 : audit [DBG] from='client.30324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:09:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:09:53.998684+0000 mgr.y (mgr.14556) 15092 : audit [DBG] from='client.40241 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:09:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:09:54.359497+0000 mon.a (mon.0) 3360 : audit [DBG] from='client.? 172.21.15.23:0/2320476067' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:09:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:55.035438+0000 mgr.y (mgr.14556) 15093 : cluster [DBG] pgmap v13336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:09:54.359497+0000 mon.a (mon.0) 3360 : audit [DBG] from='client.? 172.21.15.23:0/2320476067' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:09:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:55.035438+0000 mgr.y (mgr.14556) 15093 : cluster [DBG] pgmap v13336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:09:54.359497+0000 mon.a (mon.0) 3360 : audit [DBG] from='client.? 172.21.15.23:0/2320476067' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:09:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:55.035438+0000 mgr.y (mgr.14556) 15093 : cluster [DBG] pgmap v13336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:57.036033+0000 mgr.y (mgr.14556) 15094 : cluster [DBG] pgmap v13337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:57.036033+0000 mgr.y (mgr.14556) 15094 : cluster [DBG] pgmap v13337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:57.036033+0000 mgr.y (mgr.14556) 15094 : cluster [DBG] pgmap v13337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:09:59.036627+0000 mgr.y (mgr.14556) 15095 : cluster [DBG] pgmap v13338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:09:59.036627+0000 mgr.y (mgr.14556) 15095 : cluster [DBG] pgmap v13338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:09:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:09:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:09:59.036627+0000 mgr.y (mgr.14556) 15095 : cluster [DBG] pgmap v13338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:00.000160+0000 mon.a (mon.0) 3361 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:10:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T14:09:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:10:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:00.000160+0000 mon.a (mon.0) 3361 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:10:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:00.000160+0000 mon.a (mon.0) 3361 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:10:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:01.037402+0000 mgr.y (mgr.14556) 15096 : cluster [DBG] pgmap v13339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:01.037402+0000 mgr.y (mgr.14556) 15096 : cluster [DBG] pgmap v13339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:01.037402+0000 mgr.y (mgr.14556) 15096 : cluster [DBG] pgmap v13339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:10:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:03.037788+0000 mgr.y (mgr.14556) 15097 : cluster [DBG] pgmap v13340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:03.037788+0000 mgr.y (mgr.14556) 15097 : cluster [DBG] pgmap v13340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:03.037788+0000 mgr.y (mgr.14556) 15097 : cluster [DBG] pgmap v13340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:10:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:10:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:05.038240+0000 mgr.y (mgr.14556) 15098 : cluster [DBG] pgmap v13341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:05.038240+0000 mgr.y (mgr.14556) 15098 : cluster [DBG] pgmap v13341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:05.038240+0000 mgr.y (mgr.14556) 15098 : cluster [DBG] pgmap v13341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:07.039077+0000 mgr.y (mgr.14556) 15099 : cluster [DBG] pgmap v13342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:07.039077+0000 mgr.y (mgr.14556) 15099 : cluster [DBG] pgmap v13342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:07.039077+0000 mgr.y (mgr.14556) 15099 : cluster [DBG] pgmap v13342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:09.039592+0000 mgr.y (mgr.14556) 15100 : cluster [DBG] pgmap v13343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:09.039592+0000 mgr.y (mgr.14556) 15100 : cluster [DBG] pgmap v13343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:09.039592+0000 mgr.y (mgr.14556) 15100 : cluster [DBG] pgmap v13343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:11.040446+0000 mgr.y (mgr.14556) 15101 : cluster [DBG] pgmap v13344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:11.040446+0000 mgr.y (mgr.14556) 15101 : cluster [DBG] pgmap v13344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:11.040446+0000 mgr.y (mgr.14556) 15101 : cluster [DBG] pgmap v13344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:10:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:13.040961+0000 mgr.y (mgr.14556) 15102 : cluster [DBG] pgmap v13345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:13.040961+0000 mgr.y (mgr.14556) 15102 : cluster [DBG] pgmap v13345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:13.040961+0000 mgr.y (mgr.14556) 15102 : cluster [DBG] pgmap v13345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:10:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:10:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:15.041404+0000 mgr.y (mgr.14556) 15103 : cluster [DBG] pgmap v13346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:15.041404+0000 mgr.y (mgr.14556) 15103 : cluster [DBG] pgmap v13346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:15.041404+0000 mgr.y (mgr.14556) 15103 : cluster [DBG] pgmap v13346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:17.042148+0000 mgr.y (mgr.14556) 15104 : cluster [DBG] pgmap v13347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:17.042148+0000 mgr.y (mgr.14556) 15104 : cluster [DBG] pgmap v13347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:17.042148+0000 mgr.y (mgr.14556) 15104 : cluster [DBG] pgmap v13347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:19.042518+0000 mgr.y (mgr.14556) 15105 : cluster [DBG] pgmap v13348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:19.042518+0000 mgr.y (mgr.14556) 15105 : cluster [DBG] pgmap v13348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:19.042518+0000 mgr.y (mgr.14556) 15105 : cluster [DBG] pgmap v13348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:21.043118+0000 mgr.y (mgr.14556) 15106 : cluster [DBG] pgmap v13349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:21.043118+0000 mgr.y (mgr.14556) 15106 : cluster [DBG] pgmap v13349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:21.043118+0000 mgr.y (mgr.14556) 15106 : cluster [DBG] pgmap v13349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:10:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:23.043589+0000 mgr.y (mgr.14556) 15107 : cluster [DBG] pgmap v13350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:23.043589+0000 mgr.y (mgr.14556) 15107 : cluster [DBG] pgmap v13350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:23.043589+0000 mgr.y (mgr.14556) 15107 : cluster [DBG] pgmap v13350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:10:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:10:24.682 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:10:24.970 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:10:24.970 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:10:24.970 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 5m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:10:24.970 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:10:24.970 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 5m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:10:24.970 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 5m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:10:24.970 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 6m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:10:24.970 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 6m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 5m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 5m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 5m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 5m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 5m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 5m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:10:24.971 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 5m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:10:25.322 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:10:25.323 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:10:25.324 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:10:25.324 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:10:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:10:24.670942+0000 mgr.y (mgr.14556) 15108 : audit [DBG] from='client.40253 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:10:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:10:24.963013+0000 mgr.y (mgr.14556) 15109 : audit [DBG] from='client.30348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:10:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:25.043919+0000 mgr.y (mgr.14556) 15110 : cluster [DBG] pgmap v13351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:10:24.670942+0000 mgr.y (mgr.14556) 15108 : audit [DBG] from='client.40253 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:10:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:10:24.963013+0000 mgr.y (mgr.14556) 15109 : audit [DBG] from='client.30348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:10:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:25.043919+0000 mgr.y (mgr.14556) 15110 : cluster [DBG] pgmap v13351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:10:24.670942+0000 mgr.y (mgr.14556) 15108 : audit [DBG] from='client.40253 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:10:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:10:24.963013+0000 mgr.y (mgr.14556) 15109 : audit [DBG] from='client.30348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:10:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:25.043919+0000 mgr.y (mgr.14556) 15110 : cluster [DBG] pgmap v13351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:10:25.323665+0000 mon.a (mon.0) 3362 : audit [DBG] from='client.? 172.21.15.23:0/496761441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:10:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:10:25.323665+0000 mon.a (mon.0) 3362 : audit [DBG] from='client.? 172.21.15.23:0/496761441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:10:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:10:25.323665+0000 mon.a (mon.0) 3362 : audit [DBG] from='client.? 172.21.15.23:0/496761441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:10:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:27.044658+0000 mgr.y (mgr.14556) 15111 : cluster [DBG] pgmap v13352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:27.044658+0000 mgr.y (mgr.14556) 15111 : cluster [DBG] pgmap v13352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:27.044658+0000 mgr.y (mgr.14556) 15111 : cluster [DBG] pgmap v13352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:10:27.428852+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:10:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:10:27.735747+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:10:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:10:27.736378+0000 mon.a (mon.0) 3365 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:10:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:10:27.743177+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:10:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:10:27.428852+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:10:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:10:27.735747+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:10:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:10:27.736378+0000 mon.a (mon.0) 3365 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:10:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:10:27.743177+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:10:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:10:27.428852+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:10:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:10:27.735747+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:10:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:10:27.736378+0000 mon.a (mon.0) 3365 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:10:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:10:27.743177+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:10:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:29.045017+0000 mgr.y (mgr.14556) 15112 : cluster [DBG] pgmap v13353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:29.045017+0000 mgr.y (mgr.14556) 15112 : cluster [DBG] pgmap v13353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:29.045017+0000 mgr.y (mgr.14556) 15112 : cluster [DBG] pgmap v13353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:31.045635+0000 mgr.y (mgr.14556) 15113 : cluster [DBG] pgmap v13354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:31.045635+0000 mgr.y (mgr.14556) 15113 : cluster [DBG] pgmap v13354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:31.045635+0000 mgr.y (mgr.14556) 15113 : cluster [DBG] pgmap v13354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:10:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:33.046141+0000 mgr.y (mgr.14556) 15114 : cluster [DBG] pgmap v13355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:33.046141+0000 mgr.y (mgr.14556) 15114 : cluster [DBG] pgmap v13355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:33.046141+0000 mgr.y (mgr.14556) 15114 : cluster [DBG] pgmap v13355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:10:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:10:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:35.046693+0000 mgr.y (mgr.14556) 15115 : cluster [DBG] pgmap v13356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:35.046693+0000 mgr.y (mgr.14556) 15115 : cluster [DBG] pgmap v13356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:35.046693+0000 mgr.y (mgr.14556) 15115 : cluster [DBG] pgmap v13356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:37.047313+0000 mgr.y (mgr.14556) 15116 : cluster [DBG] pgmap v13357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:37.047313+0000 mgr.y (mgr.14556) 15116 : cluster [DBG] pgmap v13357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:37.047313+0000 mgr.y (mgr.14556) 15116 : cluster [DBG] pgmap v13357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:39.047657+0000 mgr.y (mgr.14556) 15117 : cluster [DBG] pgmap v13358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:39.047657+0000 mgr.y (mgr.14556) 15117 : cluster [DBG] pgmap v13358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:39.047657+0000 mgr.y (mgr.14556) 15117 : cluster [DBG] pgmap v13358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:41.048499+0000 mgr.y (mgr.14556) 15118 : cluster [DBG] pgmap v13359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:41.048499+0000 mgr.y (mgr.14556) 15118 : cluster [DBG] pgmap v13359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:41.048499+0000 mgr.y (mgr.14556) 15118 : cluster [DBG] pgmap v13359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:10:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:43.049125+0000 mgr.y (mgr.14556) 15119 : cluster [DBG] pgmap v13360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:43.049125+0000 mgr.y (mgr.14556) 15119 : cluster [DBG] pgmap v13360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:43.049125+0000 mgr.y (mgr.14556) 15119 : cluster [DBG] pgmap v13360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:10:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:10:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:45.049594+0000 mgr.y (mgr.14556) 15120 : cluster [DBG] pgmap v13361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:45.049594+0000 mgr.y (mgr.14556) 15120 : cluster [DBG] pgmap v13361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:45.049594+0000 mgr.y (mgr.14556) 15120 : cluster [DBG] pgmap v13361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:47.050480+0000 mgr.y (mgr.14556) 15121 : cluster [DBG] pgmap v13362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:47.050480+0000 mgr.y (mgr.14556) 15121 : cluster [DBG] pgmap v13362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:47.050480+0000 mgr.y (mgr.14556) 15121 : cluster [DBG] pgmap v13362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:49.050975+0000 mgr.y (mgr.14556) 15122 : cluster [DBG] pgmap v13363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:49.050975+0000 mgr.y (mgr.14556) 15122 : cluster [DBG] pgmap v13363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:49.050975+0000 mgr.y (mgr.14556) 15122 : cluster [DBG] pgmap v13363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:51.051633+0000 mgr.y (mgr.14556) 15123 : cluster [DBG] pgmap v13364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:51.051633+0000 mgr.y (mgr.14556) 15123 : cluster [DBG] pgmap v13364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:51.051633+0000 mgr.y (mgr.14556) 15123 : cluster [DBG] pgmap v13364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:10:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:53.052092+0000 mgr.y (mgr.14556) 15124 : cluster [DBG] pgmap v13365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:53.052092+0000 mgr.y (mgr.14556) 15124 : cluster [DBG] pgmap v13365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:53.052092+0000 mgr.y (mgr.14556) 15124 : cluster [DBG] pgmap v13365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:10:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:10:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:55.052598+0000 mgr.y (mgr.14556) 15125 : cluster [DBG] pgmap v13366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:55.052598+0000 mgr.y (mgr.14556) 15125 : cluster [DBG] pgmap v13366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:55.652 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:10:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:55.052598+0000 mgr.y (mgr.14556) 15125 : cluster [DBG] pgmap v13366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:55.938 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:10:55.938 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:10:55.938 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 6m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:10:55.938 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:10:55.938 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 6m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:10:55.938 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 6m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:10:55.938 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 6m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:10:55.938 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 6m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:10:55.938 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 6m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:10:55.938 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:10:55.939 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:10:55.939 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 6m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:10:55.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:10:55.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:10:55.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:10:55.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:10:55.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 6m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:10:55.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 6m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:10:55.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 6m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:10:55.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 6m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:10:55.939 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 6m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:10:56.288 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:10:56.288 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:10:56.288 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:10:56.288 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:10:56.288 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:10:56.288 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:10:56.288 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:10:56.288 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:10:56.288 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:10:56.289 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:10:56.289 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:10:56.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:10:56.289 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:10:56.289 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:10:56.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:10:56.289 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:10:56.289 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:10:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:10:55.640154+0000 mgr.y (mgr.14556) 15126 : audit [DBG] from='client.40271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:10:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:10:55.930704+0000 mgr.y (mgr.14556) 15127 : audit [DBG] from='client.30366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:10:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:10:56.288763+0000 mon.c (mon.2) 378 : audit [DBG] from='client.? 172.21.15.23:0/188480502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:10:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:10:55.640154+0000 mgr.y (mgr.14556) 15126 : audit [DBG] from='client.40271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:10:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:10:55.930704+0000 mgr.y (mgr.14556) 15127 : audit [DBG] from='client.30366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:10:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:10:56.288763+0000 mon.c (mon.2) 378 : audit [DBG] from='client.? 172.21.15.23:0/188480502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:10:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:10:55.640154+0000 mgr.y (mgr.14556) 15126 : audit [DBG] from='client.40271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:10:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:10:55.930704+0000 mgr.y (mgr.14556) 15127 : audit [DBG] from='client.30366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:10:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:10:56.288763+0000 mon.c (mon.2) 378 : audit [DBG] from='client.? 172.21.15.23:0/188480502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:10:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:57.053492+0000 mgr.y (mgr.14556) 15128 : cluster [DBG] pgmap v13367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:57.053492+0000 mgr.y (mgr.14556) 15128 : cluster [DBG] pgmap v13367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:57.053492+0000 mgr.y (mgr.14556) 15128 : cluster [DBG] pgmap v13367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:10:59.054036+0000 mgr.y (mgr.14556) 15129 : cluster [DBG] pgmap v13368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:10:59.054036+0000 mgr.y (mgr.14556) 15129 : cluster [DBG] pgmap v13368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:10:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:10:59.054036+0000 mgr.y (mgr.14556) 15129 : cluster [DBG] pgmap v13368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:01.054687+0000 mgr.y (mgr.14556) 15130 : cluster [DBG] pgmap v13369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:01.054687+0000 mgr.y (mgr.14556) 15130 : cluster [DBG] pgmap v13369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:01.054687+0000 mgr.y (mgr.14556) 15130 : cluster [DBG] pgmap v13369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:11:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:03.055057+0000 mgr.y (mgr.14556) 15131 : cluster [DBG] pgmap v13370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:03.055057+0000 mgr.y (mgr.14556) 15131 : cluster [DBG] pgmap v13370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:03.055057+0000 mgr.y (mgr.14556) 15131 : cluster [DBG] pgmap v13370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:11:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:11:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:05.055382+0000 mgr.y (mgr.14556) 15132 : cluster [DBG] pgmap v13371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:05.055382+0000 mgr.y (mgr.14556) 15132 : cluster [DBG] pgmap v13371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:05.055382+0000 mgr.y (mgr.14556) 15132 : cluster [DBG] pgmap v13371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:07.056119+0000 mgr.y (mgr.14556) 15133 : cluster [DBG] pgmap v13372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:07.056119+0000 mgr.y (mgr.14556) 15133 : cluster [DBG] pgmap v13372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:07.056119+0000 mgr.y (mgr.14556) 15133 : cluster [DBG] pgmap v13372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:09.056623+0000 mgr.y (mgr.14556) 15134 : cluster [DBG] pgmap v13373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:09.056623+0000 mgr.y (mgr.14556) 15134 : cluster [DBG] pgmap v13373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:09.056623+0000 mgr.y (mgr.14556) 15134 : cluster [DBG] pgmap v13373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:11.057268+0000 mgr.y (mgr.14556) 15135 : cluster [DBG] pgmap v13374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:11.057268+0000 mgr.y (mgr.14556) 15135 : cluster [DBG] pgmap v13374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:11.057268+0000 mgr.y (mgr.14556) 15135 : cluster [DBG] pgmap v13374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:11:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:13.057674+0000 mgr.y (mgr.14556) 15136 : cluster [DBG] pgmap v13375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:13.057674+0000 mgr.y (mgr.14556) 15136 : cluster [DBG] pgmap v13375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:13.057674+0000 mgr.y (mgr.14556) 15136 : cluster [DBG] pgmap v13375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:11:13] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T14:11:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:15.058053+0000 mgr.y (mgr.14556) 15137 : cluster [DBG] pgmap v13376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:15.058053+0000 mgr.y (mgr.14556) 15137 : cluster [DBG] pgmap v13376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:15.058053+0000 mgr.y (mgr.14556) 15137 : cluster [DBG] pgmap v13376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:17.058749+0000 mgr.y (mgr.14556) 15138 : cluster [DBG] pgmap v13377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:17.058749+0000 mgr.y (mgr.14556) 15138 : cluster [DBG] pgmap v13377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:17.058749+0000 mgr.y (mgr.14556) 15138 : cluster [DBG] pgmap v13377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:19.059300+0000 mgr.y (mgr.14556) 15139 : cluster [DBG] pgmap v13378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:19.059300+0000 mgr.y (mgr.14556) 15139 : cluster [DBG] pgmap v13378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:19.059300+0000 mgr.y (mgr.14556) 15139 : cluster [DBG] pgmap v13378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:21.059922+0000 mgr.y (mgr.14556) 15140 : cluster [DBG] pgmap v13379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:21.059922+0000 mgr.y (mgr.14556) 15140 : cluster [DBG] pgmap v13379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:21.059922+0000 mgr.y (mgr.14556) 15140 : cluster [DBG] pgmap v13379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:11:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:23.060486+0000 mgr.y (mgr.14556) 15141 : cluster [DBG] pgmap v13380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:23.060486+0000 mgr.y (mgr.14556) 15141 : cluster [DBG] pgmap v13380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:23.060486+0000 mgr.y (mgr.14556) 15141 : cluster [DBG] pgmap v13380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:11:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:11:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:25.060969+0000 mgr.y (mgr.14556) 15142 : cluster [DBG] pgmap v13381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:25.060969+0000 mgr.y (mgr.14556) 15142 : cluster [DBG] pgmap v13381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:25.060969+0000 mgr.y (mgr.14556) 15142 : cluster [DBG] pgmap v13381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:26.614 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:11:26.902 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:11:26.902 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:11:26.902 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 7m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:11:26.902 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:11:26.902 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 7m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:11:26.902 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 7m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:11:26.902 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:11:26.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 7m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 7m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 7m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 7m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 7m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 7m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 7m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 7m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 7m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:11:26.903 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 7m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:11:27.252 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:11:27.252 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:11:27.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:11:27.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:11:27.252 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:11:27.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:11:27.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:11:27.253 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:11:27.253 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:11:27.253 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:11:27.253 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:11:27.253 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:11:27.253 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:11:27.253 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:11:27.253 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:11:27.253 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:11:27.253 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:11:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:11:26.603735+0000 mgr.y (mgr.14556) 15143 : audit [DBG] from='client.30378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:11:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:11:26.895231+0000 mgr.y (mgr.14556) 15144 : audit [DBG] from='client.30384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:11:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:27.061507+0000 mgr.y (mgr.14556) 15145 : cluster [DBG] pgmap v13382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:11:26.603735+0000 mgr.y (mgr.14556) 15143 : audit [DBG] from='client.30378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:11:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:11:26.895231+0000 mgr.y (mgr.14556) 15144 : audit [DBG] from='client.30384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:11:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:27.061507+0000 mgr.y (mgr.14556) 15145 : cluster [DBG] pgmap v13382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:11:26.603735+0000 mgr.y (mgr.14556) 15143 : audit [DBG] from='client.30378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:11:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:11:26.895231+0000 mgr.y (mgr.14556) 15144 : audit [DBG] from='client.30384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:11:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:27.061507+0000 mgr.y (mgr.14556) 15145 : cluster [DBG] pgmap v13382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:11:27.253083+0000 mon.c (mon.2) 379 : audit [DBG] from='client.? 172.21.15.23:0/1061804246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:11:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:11:27.747513+0000 mon.a (mon.0) 3367 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:11:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:11:28.053736+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:11:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:11:28.054419+0000 mon.a (mon.0) 3369 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:11:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:11:28.062755+0000 mon.a (mon.0) 3370 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:11:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:11:27.253083+0000 mon.c (mon.2) 379 : audit [DBG] from='client.? 172.21.15.23:0/1061804246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:11:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:11:27.747513+0000 mon.a (mon.0) 3367 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:11:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:11:28.053736+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:11:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:11:28.054419+0000 mon.a (mon.0) 3369 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:11:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:11:28.062755+0000 mon.a (mon.0) 3370 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:11:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:11:27.253083+0000 mon.c (mon.2) 379 : audit [DBG] from='client.? 172.21.15.23:0/1061804246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:11:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:11:27.747513+0000 mon.a (mon.0) 3367 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:11:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:11:28.053736+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:11:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:11:28.054419+0000 mon.a (mon.0) 3369 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:11:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:11:28.062755+0000 mon.a (mon.0) 3370 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:11:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:29.062069+0000 mgr.y (mgr.14556) 15146 : cluster [DBG] pgmap v13383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:29.062069+0000 mgr.y (mgr.14556) 15146 : cluster [DBG] pgmap v13383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:29.062069+0000 mgr.y (mgr.14556) 15146 : cluster [DBG] pgmap v13383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:31.062725+0000 mgr.y (mgr.14556) 15147 : cluster [DBG] pgmap v13384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:31.062725+0000 mgr.y (mgr.14556) 15147 : cluster [DBG] pgmap v13384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:31.062725+0000 mgr.y (mgr.14556) 15147 : cluster [DBG] pgmap v13384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:11:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:33.063147+0000 mgr.y (mgr.14556) 15148 : cluster [DBG] pgmap v13385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:33.063147+0000 mgr.y (mgr.14556) 15148 : cluster [DBG] pgmap v13385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:33.063147+0000 mgr.y (mgr.14556) 15148 : cluster [DBG] pgmap v13385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:11:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:11:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:35.063691+0000 mgr.y (mgr.14556) 15149 : cluster [DBG] pgmap v13386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:35.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:35.063691+0000 mgr.y (mgr.14556) 15149 : cluster [DBG] pgmap v13386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:35.063691+0000 mgr.y (mgr.14556) 15149 : cluster [DBG] pgmap v13386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:37.064351+0000 mgr.y (mgr.14556) 15150 : cluster [DBG] pgmap v13387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:37.064351+0000 mgr.y (mgr.14556) 15150 : cluster [DBG] pgmap v13387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:37.064351+0000 mgr.y (mgr.14556) 15150 : cluster [DBG] pgmap v13387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:39.064753+0000 mgr.y (mgr.14556) 15151 : cluster [DBG] pgmap v13388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:39.064753+0000 mgr.y (mgr.14556) 15151 : cluster [DBG] pgmap v13388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:39.064753+0000 mgr.y (mgr.14556) 15151 : cluster [DBG] pgmap v13388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:41.065613+0000 mgr.y (mgr.14556) 15152 : cluster [DBG] pgmap v13389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:41.065613+0000 mgr.y (mgr.14556) 15152 : cluster [DBG] pgmap v13389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:41.065613+0000 mgr.y (mgr.14556) 15152 : cluster [DBG] pgmap v13389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:11:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:43.066152+0000 mgr.y (mgr.14556) 15153 : cluster [DBG] pgmap v13390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:43.066152+0000 mgr.y (mgr.14556) 15153 : cluster [DBG] pgmap v13390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:43.066152+0000 mgr.y (mgr.14556) 15153 : cluster [DBG] pgmap v13390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:11:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T14:11:45.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:45.066728+0000 mgr.y (mgr.14556) 15154 : cluster [DBG] pgmap v13391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:45.066728+0000 mgr.y (mgr.14556) 15154 : cluster [DBG] pgmap v13391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:45.066728+0000 mgr.y (mgr.14556) 15154 : cluster [DBG] pgmap v13391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:47.067471+0000 mgr.y (mgr.14556) 15155 : cluster [DBG] pgmap v13392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:47.067471+0000 mgr.y (mgr.14556) 15155 : cluster [DBG] pgmap v13392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:47.067471+0000 mgr.y (mgr.14556) 15155 : cluster [DBG] pgmap v13392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:49.067932+0000 mgr.y (mgr.14556) 15156 : cluster [DBG] pgmap v13393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:49.067932+0000 mgr.y (mgr.14556) 15156 : cluster [DBG] pgmap v13393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:49.067932+0000 mgr.y (mgr.14556) 15156 : cluster [DBG] pgmap v13393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:51.068546+0000 mgr.y (mgr.14556) 15157 : cluster [DBG] pgmap v13394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:51.068546+0000 mgr.y (mgr.14556) 15157 : cluster [DBG] pgmap v13394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:51.068546+0000 mgr.y (mgr.14556) 15157 : cluster [DBG] pgmap v13394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:11:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:53.069049+0000 mgr.y (mgr.14556) 15158 : cluster [DBG] pgmap v13395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:53.069049+0000 mgr.y (mgr.14556) 15158 : cluster [DBG] pgmap v13395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:53.069049+0000 mgr.y (mgr.14556) 15158 : cluster [DBG] pgmap v13395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:11:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:11:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:55.069521+0000 mgr.y (mgr.14556) 15159 : cluster [DBG] pgmap v13396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:55.069521+0000 mgr.y (mgr.14556) 15159 : cluster [DBG] pgmap v13396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:55.069521+0000 mgr.y (mgr.14556) 15159 : cluster [DBG] pgmap v13396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:57.070203+0000 mgr.y (mgr.14556) 15160 : cluster [DBG] pgmap v13397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:57.580 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:11:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:57.070203+0000 mgr.y (mgr.14556) 15160 : cluster [DBG] pgmap v13397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:57.070203+0000 mgr.y (mgr.14556) 15160 : cluster [DBG] pgmap v13397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:57.868 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:11:57.868 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:11:57.868 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 7m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:11:57.868 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 7m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 7m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 7m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 7m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 7m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 7m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 7m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 7m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 7m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:11:57.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 7m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:11:57.870 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 7m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:11:57.870 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 7m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:11:58.216 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:11:58.217 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:11:58.218 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:11:58.218 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:11:58.218 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:11:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:11:57.569206+0000 mgr.y (mgr.14556) 15161 : audit [DBG] from='client.30396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:11:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:11:57.861487+0000 mgr.y (mgr.14556) 15162 : audit [DBG] from='client.30402 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:11:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:11:57.569206+0000 mgr.y (mgr.14556) 15161 : audit [DBG] from='client.30396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:11:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:11:57.861487+0000 mgr.y (mgr.14556) 15162 : audit [DBG] from='client.30402 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:11:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:11:57.569206+0000 mgr.y (mgr.14556) 15161 : audit [DBG] from='client.30396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:11:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:11:57.861487+0000 mgr.y (mgr.14556) 15162 : audit [DBG] from='client.30402 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:11:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:11:58.217592+0000 mon.c (mon.2) 380 : audit [DBG] from='client.? 172.21.15.23:0/47915196' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:11:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:11:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:11:59.070677+0000 mgr.y (mgr.14556) 15163 : cluster [DBG] pgmap v13398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:11:58.217592+0000 mon.c (mon.2) 380 : audit [DBG] from='client.? 172.21.15.23:0/47915196' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:11:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:11:59.070677+0000 mgr.y (mgr.14556) 15163 : cluster [DBG] pgmap v13398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:11:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:11:58.217592+0000 mon.c (mon.2) 380 : audit [DBG] from='client.? 172.21.15.23:0/47915196' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:11:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:11:59.070677+0000 mgr.y (mgr.14556) 15163 : cluster [DBG] pgmap v13398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:01.071394+0000 mgr.y (mgr.14556) 15164 : cluster [DBG] pgmap v13399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:01.071394+0000 mgr.y (mgr.14556) 15164 : cluster [DBG] pgmap v13399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:01.071394+0000 mgr.y (mgr.14556) 15164 : cluster [DBG] pgmap v13399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:12:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:03.071717+0000 mgr.y (mgr.14556) 15165 : cluster [DBG] pgmap v13400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:03.071717+0000 mgr.y (mgr.14556) 15165 : cluster [DBG] pgmap v13400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:03.071717+0000 mgr.y (mgr.14556) 15165 : cluster [DBG] pgmap v13400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:12:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:12:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:05.072250+0000 mgr.y (mgr.14556) 15166 : cluster [DBG] pgmap v13401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:05.072250+0000 mgr.y (mgr.14556) 15166 : cluster [DBG] pgmap v13401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:05.072250+0000 mgr.y (mgr.14556) 15166 : cluster [DBG] pgmap v13401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:07.073100+0000 mgr.y (mgr.14556) 15167 : cluster [DBG] pgmap v13402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:07.073100+0000 mgr.y (mgr.14556) 15167 : cluster [DBG] pgmap v13402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:07.073100+0000 mgr.y (mgr.14556) 15167 : cluster [DBG] pgmap v13402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:09.073457+0000 mgr.y (mgr.14556) 15168 : cluster [DBG] pgmap v13403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:09.073457+0000 mgr.y (mgr.14556) 15168 : cluster [DBG] pgmap v13403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:09.073457+0000 mgr.y (mgr.14556) 15168 : cluster [DBG] pgmap v13403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:11.074023+0000 mgr.y (mgr.14556) 15169 : cluster [DBG] pgmap v13404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:11.074023+0000 mgr.y (mgr.14556) 15169 : cluster [DBG] pgmap v13404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:11.074023+0000 mgr.y (mgr.14556) 15169 : cluster [DBG] pgmap v13404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:12:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:13.074411+0000 mgr.y (mgr.14556) 15170 : cluster [DBG] pgmap v13405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:13.074411+0000 mgr.y (mgr.14556) 15170 : cluster [DBG] pgmap v13405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:13.074411+0000 mgr.y (mgr.14556) 15170 : cluster [DBG] pgmap v13405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:12:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:12:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:15.074740+0000 mgr.y (mgr.14556) 15171 : cluster [DBG] pgmap v13406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:15.074740+0000 mgr.y (mgr.14556) 15171 : cluster [DBG] pgmap v13406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:15.074740+0000 mgr.y (mgr.14556) 15171 : cluster [DBG] pgmap v13406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:17.075599+0000 mgr.y (mgr.14556) 15172 : cluster [DBG] pgmap v13407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:17.075599+0000 mgr.y (mgr.14556) 15172 : cluster [DBG] pgmap v13407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:17.075599+0000 mgr.y (mgr.14556) 15172 : cluster [DBG] pgmap v13407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:19.075932+0000 mgr.y (mgr.14556) 15173 : cluster [DBG] pgmap v13408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:19.075932+0000 mgr.y (mgr.14556) 15173 : cluster [DBG] pgmap v13408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:19.075932+0000 mgr.y (mgr.14556) 15173 : cluster [DBG] pgmap v13408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:21.076618+0000 mgr.y (mgr.14556) 15174 : cluster [DBG] pgmap v13409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:21.076618+0000 mgr.y (mgr.14556) 15174 : cluster [DBG] pgmap v13409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:21.076618+0000 mgr.y (mgr.14556) 15174 : cluster [DBG] pgmap v13409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:12:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:23.076942+0000 mgr.y (mgr.14556) 15175 : cluster [DBG] pgmap v13410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:23.076942+0000 mgr.y (mgr.14556) 15175 : cluster [DBG] pgmap v13410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:23.076942+0000 mgr.y (mgr.14556) 15175 : cluster [DBG] pgmap v13410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:12:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:12:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:25.077479+0000 mgr.y (mgr.14556) 15176 : cluster [DBG] pgmap v13411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:25.077479+0000 mgr.y (mgr.14556) 15176 : cluster [DBG] pgmap v13411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:25.077479+0000 mgr.y (mgr.14556) 15176 : cluster [DBG] pgmap v13411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:27.078104+0000 mgr.y (mgr.14556) 15177 : cluster [DBG] pgmap v13412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:27.078104+0000 mgr.y (mgr.14556) 15177 : cluster [DBG] pgmap v13412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:27.078104+0000 mgr.y (mgr.14556) 15177 : cluster [DBG] pgmap v13412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:28.067320+0000 mon.a (mon.0) 3371 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:12:28.544 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:12:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:28.067320+0000 mon.a (mon.0) 3371 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:12:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:28.067320+0000 mon.a (mon.0) 3371 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 8m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 8m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 8m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 8m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 8m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 8m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 8m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 8m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 8m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 8m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 8m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 8m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:12:28.831 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 8m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:12:28.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 8m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:12:28.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 8m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:12:28.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 8m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:12:28.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 8m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:12:28.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 8m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:12:28.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 8m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:12:28.832 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 8m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:12:29.181 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:12:29.181 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:12:29.181 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:12:29.181 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:12:29.181 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:12:29.181 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:12:29.181 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:12:29.181 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:12:29.181 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:12:29.181 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:12:29.181 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:12:29.182 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:12:29.182 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:12:29.182 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:12:29.182 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:12:29.182 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:12:29.182 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:28.394198+0000 mon.a (mon.0) 3372 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:28.394840+0000 mon.a (mon.0) 3373 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:28.395417+0000 mon.a (mon.0) 3374 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:28.395970+0000 mon.a (mon.0) 3375 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T14:12:28.396409+0000 mgr.y (mgr.14556) 15178 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2474M 2024-03-22T14:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:28.406034+0000 mon.a (mon.0) 3376 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:28.407311+0000 mon.a (mon.0) 3377 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:28.407986+0000 mon.a (mon.0) 3378 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:28.412227+0000 mon.a (mon.0) 3379 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:28.532703+0000 mgr.y (mgr.14556) 15179 : audit [DBG] from='client.30414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:28.823606+0000 mgr.y (mgr.14556) 15180 : audit [DBG] from='client.40331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:12:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:29.078498+0000 mgr.y (mgr.14556) 15181 : cluster [DBG] pgmap v13413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:28.394198+0000 mon.a (mon.0) 3372 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:12:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:28.394840+0000 mon.a (mon.0) 3373 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:12:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:28.395417+0000 mon.a (mon.0) 3374 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:12:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:28.395970+0000 mon.a (mon.0) 3375 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:12:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T14:12:28.396409+0000 mgr.y (mgr.14556) 15178 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2474M 2024-03-22T14:12:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:28.406034+0000 mon.a (mon.0) 3376 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:12:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:28.407311+0000 mon.a (mon.0) 3377 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:28.407986+0000 mon.a (mon.0) 3378 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:28.412227+0000 mon.a (mon.0) 3379 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:28.532703+0000 mgr.y (mgr.14556) 15179 : audit [DBG] from='client.30414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:28.823606+0000 mgr.y (mgr.14556) 15180 : audit [DBG] from='client.40331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:29.078498+0000 mgr.y (mgr.14556) 15181 : cluster [DBG] pgmap v13413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:28.394198+0000 mon.a (mon.0) 3372 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:28.394840+0000 mon.a (mon.0) 3373 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:28.395417+0000 mon.a (mon.0) 3374 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:28.395970+0000 mon.a (mon.0) 3375 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T14:12:28.396409+0000 mgr.y (mgr.14556) 15178 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2474M 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:28.406034+0000 mon.a (mon.0) 3376 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:28.407311+0000 mon.a (mon.0) 3377 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:12:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:28.407986+0000 mon.a (mon.0) 3378 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:12:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:28.412227+0000 mon.a (mon.0) 3379 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:12:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:28.532703+0000 mgr.y (mgr.14556) 15179 : audit [DBG] from='client.30414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:12:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:28.823606+0000 mgr.y (mgr.14556) 15180 : audit [DBG] from='client.40331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:12:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:29.078498+0000 mgr.y (mgr.14556) 15181 : cluster [DBG] pgmap v13413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:29.181977+0000 mon.c (mon.2) 381 : audit [DBG] from='client.? 172.21.15.23:0/3553676634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:12:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:29.181977+0000 mon.c (mon.2) 381 : audit [DBG] from='client.? 172.21.15.23:0/3553676634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:12:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:29.181977+0000 mon.c (mon.2) 381 : audit [DBG] from='client.? 172.21.15.23:0/3553676634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:12:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:31.079171+0000 mgr.y (mgr.14556) 15182 : cluster [DBG] pgmap v13414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:31.079171+0000 mgr.y (mgr.14556) 15182 : cluster [DBG] pgmap v13414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:31.079171+0000 mgr.y (mgr.14556) 15182 : cluster [DBG] pgmap v13414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:12:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:33.079577+0000 mgr.y (mgr.14556) 15183 : cluster [DBG] pgmap v13415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:33.079577+0000 mgr.y (mgr.14556) 15183 : cluster [DBG] pgmap v13415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:33.079577+0000 mgr.y (mgr.14556) 15183 : cluster [DBG] pgmap v13415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:12:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:12:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:35.080085+0000 mgr.y (mgr.14556) 15184 : cluster [DBG] pgmap v13416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:35.080085+0000 mgr.y (mgr.14556) 15184 : cluster [DBG] pgmap v13416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:35.080085+0000 mgr.y (mgr.14556) 15184 : cluster [DBG] pgmap v13416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:37.080777+0000 mgr.y (mgr.14556) 15185 : cluster [DBG] pgmap v13417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:37.080777+0000 mgr.y (mgr.14556) 15185 : cluster [DBG] pgmap v13417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:37.080777+0000 mgr.y (mgr.14556) 15185 : cluster [DBG] pgmap v13417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:39.081231+0000 mgr.y (mgr.14556) 15186 : cluster [DBG] pgmap v13418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:39.081231+0000 mgr.y (mgr.14556) 15186 : cluster [DBG] pgmap v13418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:39.081231+0000 mgr.y (mgr.14556) 15186 : cluster [DBG] pgmap v13418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:41.081865+0000 mgr.y (mgr.14556) 15187 : cluster [DBG] pgmap v13419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:41.081865+0000 mgr.y (mgr.14556) 15187 : cluster [DBG] pgmap v13419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:41.081865+0000 mgr.y (mgr.14556) 15187 : cluster [DBG] pgmap v13419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:12:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:43.082432+0000 mgr.y (mgr.14556) 15188 : cluster [DBG] pgmap v13420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:43.082432+0000 mgr.y (mgr.14556) 15188 : cluster [DBG] pgmap v13420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:43.082432+0000 mgr.y (mgr.14556) 15188 : cluster [DBG] pgmap v13420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:12:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:12:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:45.082857+0000 mgr.y (mgr.14556) 15189 : cluster [DBG] pgmap v13421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:45.082857+0000 mgr.y (mgr.14556) 15189 : cluster [DBG] pgmap v13421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:45.082857+0000 mgr.y (mgr.14556) 15189 : cluster [DBG] pgmap v13421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:47.083504+0000 mgr.y (mgr.14556) 15190 : cluster [DBG] pgmap v13422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:47.083504+0000 mgr.y (mgr.14556) 15190 : cluster [DBG] pgmap v13422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:47.083504+0000 mgr.y (mgr.14556) 15190 : cluster [DBG] pgmap v13422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:49.083991+0000 mgr.y (mgr.14556) 15191 : cluster [DBG] pgmap v13423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:49.083991+0000 mgr.y (mgr.14556) 15191 : cluster [DBG] pgmap v13423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:49.083991+0000 mgr.y (mgr.14556) 15191 : cluster [DBG] pgmap v13423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:51.084658+0000 mgr.y (mgr.14556) 15192 : cluster [DBG] pgmap v13424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:51.084658+0000 mgr.y (mgr.14556) 15192 : cluster [DBG] pgmap v13424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:51.084658+0000 mgr.y (mgr.14556) 15192 : cluster [DBG] pgmap v13424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:12:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:53.084997+0000 mgr.y (mgr.14556) 15193 : cluster [DBG] pgmap v13425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:53.084997+0000 mgr.y (mgr.14556) 15193 : cluster [DBG] pgmap v13425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:53.084997+0000 mgr.y (mgr.14556) 15193 : cluster [DBG] pgmap v13425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:12:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:12:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:55.085524+0000 mgr.y (mgr.14556) 15194 : cluster [DBG] pgmap v13426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:55.085524+0000 mgr.y (mgr.14556) 15194 : cluster [DBG] pgmap v13426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:55.085524+0000 mgr.y (mgr.14556) 15194 : cluster [DBG] pgmap v13426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:57.086256+0000 mgr.y (mgr.14556) 15195 : cluster [DBG] pgmap v13427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:57.086256+0000 mgr.y (mgr.14556) 15195 : cluster [DBG] pgmap v13427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:57.086256+0000 mgr.y (mgr.14556) 15195 : cluster [DBG] pgmap v13427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:12:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:12:59.086825+0000 mgr.y (mgr.14556) 15196 : cluster [DBG] pgmap v13428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:59.502 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:12:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:12:59.086825+0000 mgr.y (mgr.14556) 15196 : cluster [DBG] pgmap v13428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:12:59.086825+0000 mgr.y (mgr.14556) 15196 : cluster [DBG] pgmap v13428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:12:59.791 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:12:59.791 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 8m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:12:59.791 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 8m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:12:59.791 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 8m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:12:59.791 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 8m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:12:59.791 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 8m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:12:59.791 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 8m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:12:59.791 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 8m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:12:59.791 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 8m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:12:59.791 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 8m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:12:59.791 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 8m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:12:59.792 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 8m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:12:59.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 8m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:12:59.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 8m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:12:59.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 8m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:12:59.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 8m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:12:59.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 8m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:12:59.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 8m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:12:59.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 8m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:12:59.792 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 8m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:12:59.792 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 8m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:13:00.140 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:13:00.141 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:13:00.141 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:13:00.141 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:13:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:59.491548+0000 mgr.y (mgr.14556) 15197 : audit [DBG] from='client.30432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:13:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:12:59.783644+0000 mgr.y (mgr.14556) 15198 : audit [DBG] from='client.30438 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:13:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:13:00.140717+0000 mon.a (mon.0) 3380 : audit [DBG] from='client.? 172.21.15.23:0/3043396740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:13:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:59.491548+0000 mgr.y (mgr.14556) 15197 : audit [DBG] from='client.30432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:13:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:12:59.783644+0000 mgr.y (mgr.14556) 15198 : audit [DBG] from='client.30438 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:13:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:13:00.140717+0000 mon.a (mon.0) 3380 : audit [DBG] from='client.? 172.21.15.23:0/3043396740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:13:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:59.491548+0000 mgr.y (mgr.14556) 15197 : audit [DBG] from='client.30432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:13:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:12:59.783644+0000 mgr.y (mgr.14556) 15198 : audit [DBG] from='client.30438 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:13:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:13:00.140717+0000 mon.a (mon.0) 3380 : audit [DBG] from='client.? 172.21.15.23:0/3043396740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:13:01.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:01.087512+0000 mgr.y (mgr.14556) 15199 : cluster [DBG] pgmap v13429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:01.087512+0000 mgr.y (mgr.14556) 15199 : cluster [DBG] pgmap v13429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:01.087512+0000 mgr.y (mgr.14556) 15199 : cluster [DBG] pgmap v13429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:13:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:03.087834+0000 mgr.y (mgr.14556) 15200 : cluster [DBG] pgmap v13430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:03.087834+0000 mgr.y (mgr.14556) 15200 : cluster [DBG] pgmap v13430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:03.087834+0000 mgr.y (mgr.14556) 15200 : cluster [DBG] pgmap v13430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:13:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:13:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:05.088236+0000 mgr.y (mgr.14556) 15201 : cluster [DBG] pgmap v13431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:05.088236+0000 mgr.y (mgr.14556) 15201 : cluster [DBG] pgmap v13431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:05.088236+0000 mgr.y (mgr.14556) 15201 : cluster [DBG] pgmap v13431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:07.089056+0000 mgr.y (mgr.14556) 15202 : cluster [DBG] pgmap v13432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:07.089056+0000 mgr.y (mgr.14556) 15202 : cluster [DBG] pgmap v13432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:07.089056+0000 mgr.y (mgr.14556) 15202 : cluster [DBG] pgmap v13432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:09.089551+0000 mgr.y (mgr.14556) 15203 : cluster [DBG] pgmap v13433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:09.089551+0000 mgr.y (mgr.14556) 15203 : cluster [DBG] pgmap v13433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:09.089551+0000 mgr.y (mgr.14556) 15203 : cluster [DBG] pgmap v13433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:11.090439+0000 mgr.y (mgr.14556) 15204 : cluster [DBG] pgmap v13434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:11.090439+0000 mgr.y (mgr.14556) 15204 : cluster [DBG] pgmap v13434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:11.090439+0000 mgr.y (mgr.14556) 15204 : cluster [DBG] pgmap v13434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:13:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:13.090868+0000 mgr.y (mgr.14556) 15205 : cluster [DBG] pgmap v13435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:13.090868+0000 mgr.y (mgr.14556) 15205 : cluster [DBG] pgmap v13435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:13.090868+0000 mgr.y (mgr.14556) 15205 : cluster [DBG] pgmap v13435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:13:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:13:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:15.091294+0000 mgr.y (mgr.14556) 15206 : cluster [DBG] pgmap v13436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:15.091294+0000 mgr.y (mgr.14556) 15206 : cluster [DBG] pgmap v13436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:15.091294+0000 mgr.y (mgr.14556) 15206 : cluster [DBG] pgmap v13436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:17.091921+0000 mgr.y (mgr.14556) 15207 : cluster [DBG] pgmap v13437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:17.091921+0000 mgr.y (mgr.14556) 15207 : cluster [DBG] pgmap v13437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:17.091921+0000 mgr.y (mgr.14556) 15207 : cluster [DBG] pgmap v13437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:19.092352+0000 mgr.y (mgr.14556) 15208 : cluster [DBG] pgmap v13438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:19.092352+0000 mgr.y (mgr.14556) 15208 : cluster [DBG] pgmap v13438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:19.092352+0000 mgr.y (mgr.14556) 15208 : cluster [DBG] pgmap v13438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:21.093068+0000 mgr.y (mgr.14556) 15209 : cluster [DBG] pgmap v13439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:21.093068+0000 mgr.y (mgr.14556) 15209 : cluster [DBG] pgmap v13439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:21.093068+0000 mgr.y (mgr.14556) 15209 : cluster [DBG] pgmap v13439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:13:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:23.093697+0000 mgr.y (mgr.14556) 15210 : cluster [DBG] pgmap v13440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:23.093697+0000 mgr.y (mgr.14556) 15210 : cluster [DBG] pgmap v13440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:23.093697+0000 mgr.y (mgr.14556) 15210 : cluster [DBG] pgmap v13440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:13:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:13:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:25.094088+0000 mgr.y (mgr.14556) 15211 : cluster [DBG] pgmap v13441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:25.094088+0000 mgr.y (mgr.14556) 15211 : cluster [DBG] pgmap v13441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:25.094088+0000 mgr.y (mgr.14556) 15211 : cluster [DBG] pgmap v13441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:27.094789+0000 mgr.y (mgr.14556) 15212 : cluster [DBG] pgmap v13442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:27.094789+0000 mgr.y (mgr.14556) 15212 : cluster [DBG] pgmap v13442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:27.094789+0000 mgr.y (mgr.14556) 15212 : cluster [DBG] pgmap v13442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:13:28.417503+0000 mon.a (mon.0) 3381 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:13:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:13:28.417503+0000 mon.a (mon.0) 3381 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:13:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:13:28.417503+0000 mon.a (mon.0) 3381 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:13:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:13:28.723823+0000 mon.a (mon.0) 3382 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:13:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:13:28.724541+0000 mon.a (mon.0) 3383 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:13:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:13:28.730724+0000 mon.a (mon.0) 3384 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:13:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:29.095150+0000 mgr.y (mgr.14556) 15213 : cluster [DBG] pgmap v13443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:13:28.723823+0000 mon.a (mon.0) 3382 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:13:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:13:28.724541+0000 mon.a (mon.0) 3383 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:13:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:13:28.730724+0000 mon.a (mon.0) 3384 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:13:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:29.095150+0000 mgr.y (mgr.14556) 15213 : cluster [DBG] pgmap v13443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:13:28.723823+0000 mon.a (mon.0) 3382 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:13:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:13:28.724541+0000 mon.a (mon.0) 3383 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:13:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:13:28.730724+0000 mon.a (mon.0) 3384 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:13:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:29.095150+0000 mgr.y (mgr.14556) 15213 : cluster [DBG] pgmap v13443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:30.464 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:13:30.751 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:13:30.751 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 9m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:13:30.751 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 9m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:13:30.751 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 9m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:13:30.751 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 9m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 9m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 9m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 9m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 9m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 9m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 9m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 9m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 9m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 9m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 9m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 9m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 9m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 9m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 9m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 9m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:13:30.752 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 9m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:13:31.104 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:13:31.104 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:13:31.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:13:31.104 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:13:31.104 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:13:31.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:13:31.104 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:13:31.104 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:13:31.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:13:31.104 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:13:31.104 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:13:31.104 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:13:31.105 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:13:31.105 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:13:31.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:13:31.105 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:13:31.105 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:13:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:13:30.453457+0000 mgr.y (mgr.14556) 15214 : audit [DBG] from='client.30450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:13:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:13:30.744444+0000 mgr.y (mgr.14556) 15215 : audit [DBG] from='client.30456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:13:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:31.095859+0000 mgr.y (mgr.14556) 15216 : cluster [DBG] pgmap v13444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:13:31.104799+0000 mon.a (mon.0) 3385 : audit [DBG] from='client.? 172.21.15.23:0/3202461444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:13:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:13:30.453457+0000 mgr.y (mgr.14556) 15214 : audit [DBG] from='client.30450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:13:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:13:30.744444+0000 mgr.y (mgr.14556) 15215 : audit [DBG] from='client.30456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:13:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:31.095859+0000 mgr.y (mgr.14556) 15216 : cluster [DBG] pgmap v13444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:13:31.104799+0000 mon.a (mon.0) 3385 : audit [DBG] from='client.? 172.21.15.23:0/3202461444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:13:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:13:30.453457+0000 mgr.y (mgr.14556) 15214 : audit [DBG] from='client.30450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:13:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:13:30.744444+0000 mgr.y (mgr.14556) 15215 : audit [DBG] from='client.30456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:13:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:31.095859+0000 mgr.y (mgr.14556) 15216 : cluster [DBG] pgmap v13444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:13:31.104799+0000 mon.a (mon.0) 3385 : audit [DBG] from='client.? 172.21.15.23:0/3202461444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:13:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:13:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:33.096277+0000 mgr.y (mgr.14556) 15217 : cluster [DBG] pgmap v13445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:33.096277+0000 mgr.y (mgr.14556) 15217 : cluster [DBG] pgmap v13445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:33.096277+0000 mgr.y (mgr.14556) 15217 : cluster [DBG] pgmap v13445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:13:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:13:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:35.096628+0000 mgr.y (mgr.14556) 15218 : cluster [DBG] pgmap v13446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:35.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:35.096628+0000 mgr.y (mgr.14556) 15218 : cluster [DBG] pgmap v13446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:35.096628+0000 mgr.y (mgr.14556) 15218 : cluster [DBG] pgmap v13446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:37.097477+0000 mgr.y (mgr.14556) 15219 : cluster [DBG] pgmap v13447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:37.097477+0000 mgr.y (mgr.14556) 15219 : cluster [DBG] pgmap v13447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:37.097477+0000 mgr.y (mgr.14556) 15219 : cluster [DBG] pgmap v13447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:39.097909+0000 mgr.y (mgr.14556) 15220 : cluster [DBG] pgmap v13448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:39.097909+0000 mgr.y (mgr.14556) 15220 : cluster [DBG] pgmap v13448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:39.097909+0000 mgr.y (mgr.14556) 15220 : cluster [DBG] pgmap v13448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:41.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:41.098598+0000 mgr.y (mgr.14556) 15221 : cluster [DBG] pgmap v13449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:41.098598+0000 mgr.y (mgr.14556) 15221 : cluster [DBG] pgmap v13449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:41.098598+0000 mgr.y (mgr.14556) 15221 : cluster [DBG] pgmap v13449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:13:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:43.099096+0000 mgr.y (mgr.14556) 15222 : cluster [DBG] pgmap v13450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:43.099096+0000 mgr.y (mgr.14556) 15222 : cluster [DBG] pgmap v13450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:43.099096+0000 mgr.y (mgr.14556) 15222 : cluster [DBG] pgmap v13450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:13:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:13:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:45.099497+0000 mgr.y (mgr.14556) 15223 : cluster [DBG] pgmap v13451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:45.099497+0000 mgr.y (mgr.14556) 15223 : cluster [DBG] pgmap v13451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:45.099497+0000 mgr.y (mgr.14556) 15223 : cluster [DBG] pgmap v13451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:47.100197+0000 mgr.y (mgr.14556) 15224 : cluster [DBG] pgmap v13452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:47.100197+0000 mgr.y (mgr.14556) 15224 : cluster [DBG] pgmap v13452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:47.100197+0000 mgr.y (mgr.14556) 15224 : cluster [DBG] pgmap v13452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:49.100580+0000 mgr.y (mgr.14556) 15225 : cluster [DBG] pgmap v13453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:49.100580+0000 mgr.y (mgr.14556) 15225 : cluster [DBG] pgmap v13453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:49.100580+0000 mgr.y (mgr.14556) 15225 : cluster [DBG] pgmap v13453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:51.101235+0000 mgr.y (mgr.14556) 15226 : cluster [DBG] pgmap v13454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:51.101235+0000 mgr.y (mgr.14556) 15226 : cluster [DBG] pgmap v13454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:51.101235+0000 mgr.y (mgr.14556) 15226 : cluster [DBG] pgmap v13454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:13:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:53.101572+0000 mgr.y (mgr.14556) 15227 : cluster [DBG] pgmap v13455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:53.101572+0000 mgr.y (mgr.14556) 15227 : cluster [DBG] pgmap v13455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:53.101572+0000 mgr.y (mgr.14556) 15227 : cluster [DBG] pgmap v13455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:13:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T14:13:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:55.101924+0000 mgr.y (mgr.14556) 15228 : cluster [DBG] pgmap v13456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:55.101924+0000 mgr.y (mgr.14556) 15228 : cluster [DBG] pgmap v13456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:55.101924+0000 mgr.y (mgr.14556) 15228 : cluster [DBG] pgmap v13456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:57.102613+0000 mgr.y (mgr.14556) 15229 : cluster [DBG] pgmap v13457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:57.102613+0000 mgr.y (mgr.14556) 15229 : cluster [DBG] pgmap v13457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:57.102613+0000 mgr.y (mgr.14556) 15229 : cluster [DBG] pgmap v13457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:13:59.103136+0000 mgr.y (mgr.14556) 15230 : cluster [DBG] pgmap v13458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:13:59.103136+0000 mgr.y (mgr.14556) 15230 : cluster [DBG] pgmap v13458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:13:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:13:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:13:59.103136+0000 mgr.y (mgr.14556) 15230 : cluster [DBG] pgmap v13458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:01.430 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:14:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:01.103724+0000 mgr.y (mgr.14556) 15231 : cluster [DBG] pgmap v13459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:01.103724+0000 mgr.y (mgr.14556) 15231 : cluster [DBG] pgmap v13459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:01.103724+0000 mgr.y (mgr.14556) 15231 : cluster [DBG] pgmap v13459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:01.721 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:14:01.721 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 9m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:14:01.721 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 9m ago 7h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:14:01.721 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 9m ago 7h 23.8M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 9m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 9m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 9m ago 7h 477M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 9m ago 7h 1081M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 9m ago 7h 653M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 9m ago 7h 655M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 9m ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 9m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 9m ago 7h 46.1M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 9m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 9m ago 7h 44.2M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 9m ago 7h 43.4M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 9m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:14:01.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 9m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:14:01.723 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 9m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:14:01.723 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 9m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:14:01.723 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 9m ago 7h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:14:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:14:02.076 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:14:02.077 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:14:02.078 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:14:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:14:01.419654+0000 mgr.y (mgr.14556) 15232 : audit [DBG] from='client.30468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:14:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:14:01.714237+0000 mgr.y (mgr.14556) 15233 : audit [DBG] from='client.30474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:14:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:14:02.077596+0000 mon.c (mon.2) 382 : audit [DBG] from='client.? 172.21.15.23:0/2253974813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:14:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:14:01.419654+0000 mgr.y (mgr.14556) 15232 : audit [DBG] from='client.30468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:14:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:14:01.714237+0000 mgr.y (mgr.14556) 15233 : audit [DBG] from='client.30474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:14:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:14:02.077596+0000 mon.c (mon.2) 382 : audit [DBG] from='client.? 172.21.15.23:0/2253974813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:14:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:14:01.419654+0000 mgr.y (mgr.14556) 15232 : audit [DBG] from='client.30468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:14:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:14:01.714237+0000 mgr.y (mgr.14556) 15233 : audit [DBG] from='client.30474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:14:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:14:02.077596+0000 mon.c (mon.2) 382 : audit [DBG] from='client.? 172.21.15.23:0/2253974813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:14:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:03.104160+0000 mgr.y (mgr.14556) 15234 : cluster [DBG] pgmap v13460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:03.104160+0000 mgr.y (mgr.14556) 15234 : cluster [DBG] pgmap v13460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:03.104160+0000 mgr.y (mgr.14556) 15234 : cluster [DBG] pgmap v13460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:14:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T14:14:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:05.104600+0000 mgr.y (mgr.14556) 15235 : cluster [DBG] pgmap v13461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:05.104600+0000 mgr.y (mgr.14556) 15235 : cluster [DBG] pgmap v13461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:05.104600+0000 mgr.y (mgr.14556) 15235 : cluster [DBG] pgmap v13461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:07.105270+0000 mgr.y (mgr.14556) 15236 : cluster [DBG] pgmap v13462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:07.105270+0000 mgr.y (mgr.14556) 15236 : cluster [DBG] pgmap v13462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:07.105270+0000 mgr.y (mgr.14556) 15236 : cluster [DBG] pgmap v13462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:09.105707+0000 mgr.y (mgr.14556) 15237 : cluster [DBG] pgmap v13463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:09.105707+0000 mgr.y (mgr.14556) 15237 : cluster [DBG] pgmap v13463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:09.105707+0000 mgr.y (mgr.14556) 15237 : cluster [DBG] pgmap v13463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:11.106432+0000 mgr.y (mgr.14556) 15238 : cluster [DBG] pgmap v13464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:11.106432+0000 mgr.y (mgr.14556) 15238 : cluster [DBG] pgmap v13464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:11.106432+0000 mgr.y (mgr.14556) 15238 : cluster [DBG] pgmap v13464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:14:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:13.106806+0000 mgr.y (mgr.14556) 15239 : cluster [DBG] pgmap v13465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:13.106806+0000 mgr.y (mgr.14556) 15239 : cluster [DBG] pgmap v13465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:13.106806+0000 mgr.y (mgr.14556) 15239 : cluster [DBG] pgmap v13465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:14:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T14:14:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:15.107227+0000 mgr.y (mgr.14556) 15240 : cluster [DBG] pgmap v13466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:15.107227+0000 mgr.y (mgr.14556) 15240 : cluster [DBG] pgmap v13466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:15.107227+0000 mgr.y (mgr.14556) 15240 : cluster [DBG] pgmap v13466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:17.107988+0000 mgr.y (mgr.14556) 15241 : cluster [DBG] pgmap v13467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:17.107988+0000 mgr.y (mgr.14556) 15241 : cluster [DBG] pgmap v13467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:17.107988+0000 mgr.y (mgr.14556) 15241 : cluster [DBG] pgmap v13467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:19.108480+0000 mgr.y (mgr.14556) 15242 : cluster [DBG] pgmap v13468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:19.108480+0000 mgr.y (mgr.14556) 15242 : cluster [DBG] pgmap v13468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:19.108480+0000 mgr.y (mgr.14556) 15242 : cluster [DBG] pgmap v13468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:21.109152+0000 mgr.y (mgr.14556) 15243 : cluster [DBG] pgmap v13469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:21.109152+0000 mgr.y (mgr.14556) 15243 : cluster [DBG] pgmap v13469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:21.109152+0000 mgr.y (mgr.14556) 15243 : cluster [DBG] pgmap v13469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:14:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:23.109575+0000 mgr.y (mgr.14556) 15244 : cluster [DBG] pgmap v13470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:23.109575+0000 mgr.y (mgr.14556) 15244 : cluster [DBG] pgmap v13470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:23.109575+0000 mgr.y (mgr.14556) 15244 : cluster [DBG] pgmap v13470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:14:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:14:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:25.109927+0000 mgr.y (mgr.14556) 15245 : cluster [DBG] pgmap v13471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:25.109927+0000 mgr.y (mgr.14556) 15245 : cluster [DBG] pgmap v13471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:25.109927+0000 mgr.y (mgr.14556) 15245 : cluster [DBG] pgmap v13471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:27.110777+0000 mgr.y (mgr.14556) 15246 : cluster [DBG] pgmap v13472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:27.110777+0000 mgr.y (mgr.14556) 15246 : cluster [DBG] pgmap v13472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:27.110777+0000 mgr.y (mgr.14556) 15246 : cluster [DBG] pgmap v13472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:14:28.735051+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:14:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:14:28.735051+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:14:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:14:28.735051+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:14:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:29.111100+0000 mgr.y (mgr.14556) 15247 : cluster [DBG] pgmap v13473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:29.111100+0000 mgr.y (mgr.14556) 15247 : cluster [DBG] pgmap v13473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:29.111100+0000 mgr.y (mgr.14556) 15247 : cluster [DBG] pgmap v13473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:31.807 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:14:32.393 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:14:32.685 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:14:32.685 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 1s ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:14:32.685 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 0s ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 1s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 0s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 0s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 1s ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 1s ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 0s ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 1s ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 1s ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 0s ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 1s ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 1s ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 1s ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:14:32.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 1s ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:14:32.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 0s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:14:32.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 0s ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:14:32.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 0s ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:14:32.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 0s ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:14:32.687 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 0s ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:14:32.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:31.111630+0000 mgr.y (mgr.14556) 15248 : cluster [DBG] pgmap v13474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:14:31.552658+0000 mon.a (mon.0) 3387 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:14:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:14:32.220126+0000 mon.a (mon.0) 3388 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:14:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:14:32.516875+0000 mon.a (mon.0) 3389 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:14:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:14:32.517646+0000 mon.a (mon.0) 3390 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:14:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:14:32.526558+0000 mon.a (mon.0) 3391 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:14:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:31.111630+0000 mgr.y (mgr.14556) 15248 : cluster [DBG] pgmap v13474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:14:31.552658+0000 mon.a (mon.0) 3387 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:14:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:14:32.220126+0000 mon.a (mon.0) 3388 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:14:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:14:32.516875+0000 mon.a (mon.0) 3389 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:14:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:14:32.517646+0000 mon.a (mon.0) 3390 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:14:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:14:32.526558+0000 mon.a (mon.0) 3391 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:14:32.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:31.111630+0000 mgr.y (mgr.14556) 15248 : cluster [DBG] pgmap v13474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:14:31.552658+0000 mon.a (mon.0) 3387 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:14:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:14:32.220126+0000 mon.a (mon.0) 3388 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:14:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:14:32.516875+0000 mon.a (mon.0) 3389 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:14:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:14:32.517646+0000 mon.a (mon.0) 3390 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:14:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:14:32.526558+0000 mon.a (mon.0) 3391 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:14:33.037 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:14:33.037 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:14:33.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:14:33.037 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:14:33.037 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:14:33.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:14:33.038 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:14:33.038 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:14:33.038 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:14:33.038 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:14:33.038 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:14:33.038 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:14:33.038 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:14:33.038 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:14:33.038 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:14:33.038 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:14:33.039 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:14:33.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:14:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:14:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:14:32.381704+0000 mgr.y (mgr.14556) 15249 : audit [DBG] from='client.40397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:14:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:14:32.678402+0000 mgr.y (mgr.14556) 15250 : audit [DBG] from='client.40403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:14:33.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:14:33.038015+0000 mon.c (mon.2) 383 : audit [DBG] from='client.? 172.21.15.23:0/2181633606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:14:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:14:32.381704+0000 mgr.y (mgr.14556) 15249 : audit [DBG] from='client.40397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:14:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:14:32.678402+0000 mgr.y (mgr.14556) 15250 : audit [DBG] from='client.40403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:14:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:14:33.038015+0000 mon.c (mon.2) 383 : audit [DBG] from='client.? 172.21.15.23:0/2181633606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:14:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:14:32.381704+0000 mgr.y (mgr.14556) 15249 : audit [DBG] from='client.40397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:14:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:14:32.678402+0000 mgr.y (mgr.14556) 15250 : audit [DBG] from='client.40403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:14:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:14:33.038015+0000 mon.c (mon.2) 383 : audit [DBG] from='client.? 172.21.15.23:0/2181633606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:14:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:33.111930+0000 mgr.y (mgr.14556) 15251 : cluster [DBG] pgmap v13475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:33.111930+0000 mgr.y (mgr.14556) 15251 : cluster [DBG] pgmap v13475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:33.111930+0000 mgr.y (mgr.14556) 15251 : cluster [DBG] pgmap v13475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:35.112285+0000 mgr.y (mgr.14556) 15252 : cluster [DBG] pgmap v13476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:35.112285+0000 mgr.y (mgr.14556) 15252 : cluster [DBG] pgmap v13476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:35.112285+0000 mgr.y (mgr.14556) 15252 : cluster [DBG] pgmap v13476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:37.112996+0000 mgr.y (mgr.14556) 15253 : cluster [DBG] pgmap v13477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:37.112996+0000 mgr.y (mgr.14556) 15253 : cluster [DBG] pgmap v13477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:37.112996+0000 mgr.y (mgr.14556) 15253 : cluster [DBG] pgmap v13477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:40.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:39.113387+0000 mgr.y (mgr.14556) 15254 : cluster [DBG] pgmap v13478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:39.113387+0000 mgr.y (mgr.14556) 15254 : cluster [DBG] pgmap v13478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:39.113387+0000 mgr.y (mgr.14556) 15254 : cluster [DBG] pgmap v13478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:14:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:41.114097+0000 mgr.y (mgr.14556) 15255 : cluster [DBG] pgmap v13479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:42.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:41.114097+0000 mgr.y (mgr.14556) 15255 : cluster [DBG] pgmap v13479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:41.114097+0000 mgr.y (mgr.14556) 15255 : cluster [DBG] pgmap v13479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:14:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:14:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:43.114674+0000 mgr.y (mgr.14556) 15256 : cluster [DBG] pgmap v13480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:43.114674+0000 mgr.y (mgr.14556) 15256 : cluster [DBG] pgmap v13480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:43.114674+0000 mgr.y (mgr.14556) 15256 : cluster [DBG] pgmap v13480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:45.115073+0000 mgr.y (mgr.14556) 15257 : cluster [DBG] pgmap v13481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:45.115073+0000 mgr.y (mgr.14556) 15257 : cluster [DBG] pgmap v13481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:45.115073+0000 mgr.y (mgr.14556) 15257 : cluster [DBG] pgmap v13481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:47.115729+0000 mgr.y (mgr.14556) 15258 : cluster [DBG] pgmap v13482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:47.115729+0000 mgr.y (mgr.14556) 15258 : cluster [DBG] pgmap v13482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:47.115729+0000 mgr.y (mgr.14556) 15258 : cluster [DBG] pgmap v13482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:49.116229+0000 mgr.y (mgr.14556) 15259 : cluster [DBG] pgmap v13483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:49.116229+0000 mgr.y (mgr.14556) 15259 : cluster [DBG] pgmap v13483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:49.116229+0000 mgr.y (mgr.14556) 15259 : cluster [DBG] pgmap v13483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:14:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:51.116855+0000 mgr.y (mgr.14556) 15260 : cluster [DBG] pgmap v13484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:51.116855+0000 mgr.y (mgr.14556) 15260 : cluster [DBG] pgmap v13484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:51.116855+0000 mgr.y (mgr.14556) 15260 : cluster [DBG] pgmap v13484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:14:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:14:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:53.117287+0000 mgr.y (mgr.14556) 15261 : cluster [DBG] pgmap v13485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:53.117287+0000 mgr.y (mgr.14556) 15261 : cluster [DBG] pgmap v13485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:53.117287+0000 mgr.y (mgr.14556) 15261 : cluster [DBG] pgmap v13485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:55.117815+0000 mgr.y (mgr.14556) 15262 : cluster [DBG] pgmap v13486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:55.117815+0000 mgr.y (mgr.14556) 15262 : cluster [DBG] pgmap v13486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:55.117815+0000 mgr.y (mgr.14556) 15262 : cluster [DBG] pgmap v13486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:57.118629+0000 mgr.y (mgr.14556) 15263 : cluster [DBG] pgmap v13487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:57.118629+0000 mgr.y (mgr.14556) 15263 : cluster [DBG] pgmap v13487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:14:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:14:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:57.118629+0000 mgr.y (mgr.14556) 15263 : cluster [DBG] pgmap v13487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:14:59.118961+0000 mgr.y (mgr.14556) 15264 : cluster [DBG] pgmap v13488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:14:59.118961+0000 mgr.y (mgr.14556) 15264 : cluster [DBG] pgmap v13488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:14:59.118961+0000 mgr.y (mgr.14556) 15264 : cluster [DBG] pgmap v13488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:15:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:01.119805+0000 mgr.y (mgr.14556) 15265 : cluster [DBG] pgmap v13489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:01.119805+0000 mgr.y (mgr.14556) 15265 : cluster [DBG] pgmap v13489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:01.119805+0000 mgr.y (mgr.14556) 15265 : cluster [DBG] pgmap v13489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:03.362 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:15:03.646 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:15:03.647 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 32s ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:15:03.647 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 31s ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:15:03.647 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 32s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:15:03.647 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 31s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:15:03.647 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 31s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:15:03.647 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 32s ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:15:03.647 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 32s ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:15:03.647 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 31s ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:15:03.647 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 32s ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:15:03.648 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 32s ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:15:03.648 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 31s ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:15:03.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 32s ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:15:03.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 32s ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:15:03.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 32s ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:15:03.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 32s ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:15:03.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 31s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:15:03.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 31s ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:15:03.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 31s ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:15:03.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 31s ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:15:03.649 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 31s ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:15:03.997 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:15:04.027 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:15:04.027 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:15:04.027 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:15:04.027 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:15:04.027 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:15:04.027 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:15:04.027 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:15:04.027 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:15:04.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:15:04.028 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:15:04.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:15:04.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:15:04.028 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:15:04.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:15:04.028 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:15:04.028 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:15:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:15:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:15:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:03.120199+0000 mgr.y (mgr.14556) 15266 : cluster [DBG] pgmap v13490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:15:03.351298+0000 mgr.y (mgr.14556) 15267 : audit [DBG] from='client.30504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:15:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:15:03.639653+0000 mgr.y (mgr.14556) 15268 : audit [DBG] from='client.30510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:15:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:15:03.998163+0000 mon.c (mon.2) 384 : audit [DBG] from='client.? 172.21.15.23:0/1830889365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:15:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:03.120199+0000 mgr.y (mgr.14556) 15266 : cluster [DBG] pgmap v13490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:15:03.351298+0000 mgr.y (mgr.14556) 15267 : audit [DBG] from='client.30504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:15:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:15:03.639653+0000 mgr.y (mgr.14556) 15268 : audit [DBG] from='client.30510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:15:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:15:03.998163+0000 mon.c (mon.2) 384 : audit [DBG] from='client.? 172.21.15.23:0/1830889365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:15:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:03.120199+0000 mgr.y (mgr.14556) 15266 : cluster [DBG] pgmap v13490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:15:03.351298+0000 mgr.y (mgr.14556) 15267 : audit [DBG] from='client.30504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:15:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:15:03.639653+0000 mgr.y (mgr.14556) 15268 : audit [DBG] from='client.30510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:15:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:15:03.998163+0000 mon.c (mon.2) 384 : audit [DBG] from='client.? 172.21.15.23:0/1830889365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:15:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:05.120643+0000 mgr.y (mgr.14556) 15269 : cluster [DBG] pgmap v13491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:05.120643+0000 mgr.y (mgr.14556) 15269 : cluster [DBG] pgmap v13491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:05.120643+0000 mgr.y (mgr.14556) 15269 : cluster [DBG] pgmap v13491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:07.121219+0000 mgr.y (mgr.14556) 15270 : cluster [DBG] pgmap v13492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:07.121219+0000 mgr.y (mgr.14556) 15270 : cluster [DBG] pgmap v13492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:07.121219+0000 mgr.y (mgr.14556) 15270 : cluster [DBG] pgmap v13492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:09.121740+0000 mgr.y (mgr.14556) 15271 : cluster [DBG] pgmap v13493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:09.121740+0000 mgr.y (mgr.14556) 15271 : cluster [DBG] pgmap v13493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:09.121740+0000 mgr.y (mgr.14556) 15271 : cluster [DBG] pgmap v13493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:15:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:11.122410+0000 mgr.y (mgr.14556) 15272 : cluster [DBG] pgmap v13494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:11.122410+0000 mgr.y (mgr.14556) 15272 : cluster [DBG] pgmap v13494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:11.122410+0000 mgr.y (mgr.14556) 15272 : cluster [DBG] pgmap v13494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:15:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:15:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:13.122928+0000 mgr.y (mgr.14556) 15273 : cluster [DBG] pgmap v13495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:13.122928+0000 mgr.y (mgr.14556) 15273 : cluster [DBG] pgmap v13495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:13.122928+0000 mgr.y (mgr.14556) 15273 : cluster [DBG] pgmap v13495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:15.123437+0000 mgr.y (mgr.14556) 15274 : cluster [DBG] pgmap v13496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:15.123437+0000 mgr.y (mgr.14556) 15274 : cluster [DBG] pgmap v13496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:15.123437+0000 mgr.y (mgr.14556) 15274 : cluster [DBG] pgmap v13496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:17.124150+0000 mgr.y (mgr.14556) 15275 : cluster [DBG] pgmap v13497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:17.124150+0000 mgr.y (mgr.14556) 15275 : cluster [DBG] pgmap v13497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:17.124150+0000 mgr.y (mgr.14556) 15275 : cluster [DBG] pgmap v13497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:21.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:19.124647+0000 mgr.y (mgr.14556) 15276 : cluster [DBG] pgmap v13498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:19.124647+0000 mgr.y (mgr.14556) 15276 : cluster [DBG] pgmap v13498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:19.124647+0000 mgr.y (mgr.14556) 15276 : cluster [DBG] pgmap v13498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:15:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:21.125480+0000 mgr.y (mgr.14556) 15277 : cluster [DBG] pgmap v13499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:21.125480+0000 mgr.y (mgr.14556) 15277 : cluster [DBG] pgmap v13499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:21.125480+0000 mgr.y (mgr.14556) 15277 : cluster [DBG] pgmap v13499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:15:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:15:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:23.126033+0000 mgr.y (mgr.14556) 15278 : cluster [DBG] pgmap v13500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:23.126033+0000 mgr.y (mgr.14556) 15278 : cluster [DBG] pgmap v13500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:23.126033+0000 mgr.y (mgr.14556) 15278 : cluster [DBG] pgmap v13500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:25.126613+0000 mgr.y (mgr.14556) 15279 : cluster [DBG] pgmap v13501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:25.126613+0000 mgr.y (mgr.14556) 15279 : cluster [DBG] pgmap v13501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:25.126613+0000 mgr.y (mgr.14556) 15279 : cluster [DBG] pgmap v13501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:27.127303+0000 mgr.y (mgr.14556) 15280 : cluster [DBG] pgmap v13502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:27.127303+0000 mgr.y (mgr.14556) 15280 : cluster [DBG] pgmap v13502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:27.127303+0000 mgr.y (mgr.14556) 15280 : cluster [DBG] pgmap v13502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:29.127686+0000 mgr.y (mgr.14556) 15281 : cluster [DBG] pgmap v13503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:29.127686+0000 mgr.y (mgr.14556) 15281 : cluster [DBG] pgmap v13503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:29.127686+0000 mgr.y (mgr.14556) 15281 : cluster [DBG] pgmap v13503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:15:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:31.128520+0000 mgr.y (mgr.14556) 15282 : cluster [DBG] pgmap v13504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:15:32.530852+0000 mon.a (mon.0) 3392 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:15:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:15:32.841570+0000 mon.a (mon.0) 3393 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:15:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:15:32.842211+0000 mon.a (mon.0) 3394 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:15:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:15:32.847870+0000 mon.a (mon.0) 3395 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:15:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:31.128520+0000 mgr.y (mgr.14556) 15282 : cluster [DBG] pgmap v13504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:15:32.530852+0000 mon.a (mon.0) 3392 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:15:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:15:32.841570+0000 mon.a (mon.0) 3393 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:15:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:15:32.842211+0000 mon.a (mon.0) 3394 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:15:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:15:32.847870+0000 mon.a (mon.0) 3395 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:15:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:31.128520+0000 mgr.y (mgr.14556) 15282 : cluster [DBG] pgmap v13504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:15:32.530852+0000 mon.a (mon.0) 3392 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:15:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:15:32.841570+0000 mon.a (mon.0) 3393 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:15:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:15:32.842211+0000 mon.a (mon.0) 3394 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:15:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:15:32.847870+0000 mon.a (mon.0) 3395 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:15:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:15:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:15:34.326 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:15:34.619 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:15:34.619 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 63s ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:15:34.619 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 62s ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:15:34.619 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 63s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:15:34.619 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 62s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:15:34.619 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 62s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:15:34.620 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 63s ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:15:34.620 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 63s ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:15:34.620 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 62s ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:15:34.620 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 63s ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:15:34.620 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 63s ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:15:34.620 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 62s ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:15:34.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 63s ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:15:34.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 63s ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:15:34.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 63s ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:15:34.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 63s ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:15:34.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 62s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:15:34.621 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 62s ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:15:34.621 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 62s ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:15:34.621 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 62s ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:15:34.621 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 62s ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:15:34.972 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:15:34.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:15:34.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:15:34.972 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:15:34.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:15:34.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:15:34.972 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:15:34.972 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:15:34.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:15:34.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:15:34.973 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:15:34.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:15:34.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:15:34.973 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:15:34.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:15:34.973 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:15:34.973 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:15:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:33.128996+0000 mgr.y (mgr.14556) 15283 : cluster [DBG] pgmap v13505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:33.128996+0000 mgr.y (mgr.14556) 15283 : cluster [DBG] pgmap v13505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:33.128996+0000 mgr.y (mgr.14556) 15283 : cluster [DBG] pgmap v13505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:15:34.315177+0000 mgr.y (mgr.14556) 15284 : audit [DBG] from='client.30522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:15:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:15:34.612006+0000 mgr.y (mgr.14556) 15285 : audit [DBG] from='client.30528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:15:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:15:34.972908+0000 mon.c (mon.2) 385 : audit [DBG] from='client.? 172.21.15.23:0/1098083836' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:15:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:15:34.315177+0000 mgr.y (mgr.14556) 15284 : audit [DBG] from='client.30522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:15:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:15:34.612006+0000 mgr.y (mgr.14556) 15285 : audit [DBG] from='client.30528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:15:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:15:34.972908+0000 mon.c (mon.2) 385 : audit [DBG] from='client.? 172.21.15.23:0/1098083836' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:15:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:15:34.315177+0000 mgr.y (mgr.14556) 15284 : audit [DBG] from='client.30522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:15:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:15:34.612006+0000 mgr.y (mgr.14556) 15285 : audit [DBG] from='client.30528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:15:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:15:34.972908+0000 mon.c (mon.2) 385 : audit [DBG] from='client.? 172.21.15.23:0/1098083836' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:15:37.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:35.129586+0000 mgr.y (mgr.14556) 15286 : cluster [DBG] pgmap v13506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:35.129586+0000 mgr.y (mgr.14556) 15286 : cluster [DBG] pgmap v13506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:35.129586+0000 mgr.y (mgr.14556) 15286 : cluster [DBG] pgmap v13506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:37.130475+0000 mgr.y (mgr.14556) 15287 : cluster [DBG] pgmap v13507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:37.130475+0000 mgr.y (mgr.14556) 15287 : cluster [DBG] pgmap v13507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:37.130475+0000 mgr.y (mgr.14556) 15287 : cluster [DBG] pgmap v13507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:39.130940+0000 mgr.y (mgr.14556) 15288 : cluster [DBG] pgmap v13508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:39.130940+0000 mgr.y (mgr.14556) 15288 : cluster [DBG] pgmap v13508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:39.130940+0000 mgr.y (mgr.14556) 15288 : cluster [DBG] pgmap v13508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:15:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:41.131579+0000 mgr.y (mgr.14556) 15289 : cluster [DBG] pgmap v13509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:41.131579+0000 mgr.y (mgr.14556) 15289 : cluster [DBG] pgmap v13509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:41.131579+0000 mgr.y (mgr.14556) 15289 : cluster [DBG] pgmap v13509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:15:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:15:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:43.132005+0000 mgr.y (mgr.14556) 15290 : cluster [DBG] pgmap v13510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:45.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:43.132005+0000 mgr.y (mgr.14556) 15290 : cluster [DBG] pgmap v13510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:43.132005+0000 mgr.y (mgr.14556) 15290 : cluster [DBG] pgmap v13510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:45.132546+0000 mgr.y (mgr.14556) 15291 : cluster [DBG] pgmap v13511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:47.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:45.132546+0000 mgr.y (mgr.14556) 15291 : cluster [DBG] pgmap v13511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:45.132546+0000 mgr.y (mgr.14556) 15291 : cluster [DBG] pgmap v13511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:47.133242+0000 mgr.y (mgr.14556) 15292 : cluster [DBG] pgmap v13512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:47.133242+0000 mgr.y (mgr.14556) 15292 : cluster [DBG] pgmap v13512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:47.133242+0000 mgr.y (mgr.14556) 15292 : cluster [DBG] pgmap v13512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:49.133681+0000 mgr.y (mgr.14556) 15293 : cluster [DBG] pgmap v13513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:49.133681+0000 mgr.y (mgr.14556) 15293 : cluster [DBG] pgmap v13513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:49.133681+0000 mgr.y (mgr.14556) 15293 : cluster [DBG] pgmap v13513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:15:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:51.134526+0000 mgr.y (mgr.14556) 15294 : cluster [DBG] pgmap v13514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:51.134526+0000 mgr.y (mgr.14556) 15294 : cluster [DBG] pgmap v13514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:51.134526+0000 mgr.y (mgr.14556) 15294 : cluster [DBG] pgmap v13514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:15:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:15:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:53.135110+0000 mgr.y (mgr.14556) 15295 : cluster [DBG] pgmap v13515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:53.135110+0000 mgr.y (mgr.14556) 15295 : cluster [DBG] pgmap v13515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:53.135110+0000 mgr.y (mgr.14556) 15295 : cluster [DBG] pgmap v13515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:55.135571+0000 mgr.y (mgr.14556) 15296 : cluster [DBG] pgmap v13516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:55.135571+0000 mgr.y (mgr.14556) 15296 : cluster [DBG] pgmap v13516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:55.135571+0000 mgr.y (mgr.14556) 15296 : cluster [DBG] pgmap v13516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:57.136299+0000 mgr.y (mgr.14556) 15297 : cluster [DBG] pgmap v13517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:57.136299+0000 mgr.y (mgr.14556) 15297 : cluster [DBG] pgmap v13517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:15:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:15:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:57.136299+0000 mgr.y (mgr.14556) 15297 : cluster [DBG] pgmap v13517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:15:59.136820+0000 mgr.y (mgr.14556) 15298 : cluster [DBG] pgmap v13518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:15:59.136820+0000 mgr.y (mgr.14556) 15298 : cluster [DBG] pgmap v13518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:15:59.136820+0000 mgr.y (mgr.14556) 15298 : cluster [DBG] pgmap v13518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:16:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:01.137642+0000 mgr.y (mgr.14556) 15299 : cluster [DBG] pgmap v13519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:01.137642+0000 mgr.y (mgr.14556) 15299 : cluster [DBG] pgmap v13519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:01.137642+0000 mgr.y (mgr.14556) 15299 : cluster [DBG] pgmap v13519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:16:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:16:05.300 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:16:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:03.138151+0000 mgr.y (mgr.14556) 15300 : cluster [DBG] pgmap v13520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:03.138151+0000 mgr.y (mgr.14556) 15300 : cluster [DBG] pgmap v13520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:03.138151+0000 mgr.y (mgr.14556) 15300 : cluster [DBG] pgmap v13520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:05.587 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:16:05.587 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 94s ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:16:05.587 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 93s ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:16:05.587 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 94s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:16:05.587 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 93s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:16:05.587 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 93s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:16:05.587 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 94s ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:16:05.587 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 94s ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:16:05.587 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 93s ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:16:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 94s ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:16:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 94s ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:16:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 93s ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:16:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 94s ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:16:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 94s ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:16:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 94s ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:16:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 94s ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:16:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 93s ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:16:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 93s ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:16:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 93s ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:16:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 93s ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:16:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 93s ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:16:05.936 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:16:05.936 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:16:05.936 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:16:05.936 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:16:05.937 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:16:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:16:05.937382+0000 mon.a (mon.0) 3396 : audit [DBG] from='client.? 172.21.15.23:0/3532656794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:16:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:16:05.937382+0000 mon.a (mon.0) 3396 : audit [DBG] from='client.? 172.21.15.23:0/3532656794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:16:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:16:05.937382+0000 mon.a (mon.0) 3396 : audit [DBG] from='client.? 172.21.15.23:0/3532656794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:16:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:05.138482+0000 mgr.y (mgr.14556) 15301 : cluster [DBG] pgmap v13521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:16:05.288661+0000 mgr.y (mgr.14556) 15302 : audit [DBG] from='client.30540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:16:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:16:05.580035+0000 mgr.y (mgr.14556) 15303 : audit [DBG] from='client.30546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:16:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:05.138482+0000 mgr.y (mgr.14556) 15301 : cluster [DBG] pgmap v13521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:16:05.288661+0000 mgr.y (mgr.14556) 15302 : audit [DBG] from='client.30540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:16:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:16:05.580035+0000 mgr.y (mgr.14556) 15303 : audit [DBG] from='client.30546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:16:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:05.138482+0000 mgr.y (mgr.14556) 15301 : cluster [DBG] pgmap v13521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:16:05.288661+0000 mgr.y (mgr.14556) 15302 : audit [DBG] from='client.30540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:16:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:16:05.580035+0000 mgr.y (mgr.14556) 15303 : audit [DBG] from='client.30546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:16:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:07.139186+0000 mgr.y (mgr.14556) 15304 : cluster [DBG] pgmap v13522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:07.139186+0000 mgr.y (mgr.14556) 15304 : cluster [DBG] pgmap v13522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:07.139186+0000 mgr.y (mgr.14556) 15304 : cluster [DBG] pgmap v13522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:09.139542+0000 mgr.y (mgr.14556) 15305 : cluster [DBG] pgmap v13523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:09.139542+0000 mgr.y (mgr.14556) 15305 : cluster [DBG] pgmap v13523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:09.139542+0000 mgr.y (mgr.14556) 15305 : cluster [DBG] pgmap v13523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:16:13.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:11.140349+0000 mgr.y (mgr.14556) 15306 : cluster [DBG] pgmap v13524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:11.140349+0000 mgr.y (mgr.14556) 15306 : cluster [DBG] pgmap v13524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:11.140349+0000 mgr.y (mgr.14556) 15306 : cluster [DBG] pgmap v13524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:16:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:16:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:13.140847+0000 mgr.y (mgr.14556) 15307 : cluster [DBG] pgmap v13525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:13.140847+0000 mgr.y (mgr.14556) 15307 : cluster [DBG] pgmap v13525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:13.140847+0000 mgr.y (mgr.14556) 15307 : cluster [DBG] pgmap v13525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:17.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:15.141433+0000 mgr.y (mgr.14556) 15308 : cluster [DBG] pgmap v13526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:15.141433+0000 mgr.y (mgr.14556) 15308 : cluster [DBG] pgmap v13526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:15.141433+0000 mgr.y (mgr.14556) 15308 : cluster [DBG] pgmap v13526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:17.142142+0000 mgr.y (mgr.14556) 15309 : cluster [DBG] pgmap v13527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:17.142142+0000 mgr.y (mgr.14556) 15309 : cluster [DBG] pgmap v13527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:17.142142+0000 mgr.y (mgr.14556) 15309 : cluster [DBG] pgmap v13527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:19.142683+0000 mgr.y (mgr.14556) 15310 : cluster [DBG] pgmap v13528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:19.142683+0000 mgr.y (mgr.14556) 15310 : cluster [DBG] pgmap v13528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:19.142683+0000 mgr.y (mgr.14556) 15310 : cluster [DBG] pgmap v13528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:16:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:21.143498+0000 mgr.y (mgr.14556) 15311 : cluster [DBG] pgmap v13529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:21.143498+0000 mgr.y (mgr.14556) 15311 : cluster [DBG] pgmap v13529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:21.143498+0000 mgr.y (mgr.14556) 15311 : cluster [DBG] pgmap v13529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:16:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:16:25.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:23.144018+0000 mgr.y (mgr.14556) 15312 : cluster [DBG] pgmap v13530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:23.144018+0000 mgr.y (mgr.14556) 15312 : cluster [DBG] pgmap v13530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:23.144018+0000 mgr.y (mgr.14556) 15312 : cluster [DBG] pgmap v13530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:25.144526+0000 mgr.y (mgr.14556) 15313 : cluster [DBG] pgmap v13531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:25.144526+0000 mgr.y (mgr.14556) 15313 : cluster [DBG] pgmap v13531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:25.144526+0000 mgr.y (mgr.14556) 15313 : cluster [DBG] pgmap v13531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:27.145417+0000 mgr.y (mgr.14556) 15314 : cluster [DBG] pgmap v13532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:27.145417+0000 mgr.y (mgr.14556) 15314 : cluster [DBG] pgmap v13532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:27.145417+0000 mgr.y (mgr.14556) 15314 : cluster [DBG] pgmap v13532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:29.145953+0000 mgr.y (mgr.14556) 15315 : cluster [DBG] pgmap v13533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:29.145953+0000 mgr.y (mgr.14556) 15315 : cluster [DBG] pgmap v13533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:29.145953+0000 mgr.y (mgr.14556) 15315 : cluster [DBG] pgmap v13533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:16:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:31.146675+0000 mgr.y (mgr.14556) 15316 : cluster [DBG] pgmap v13534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:16:32.852446+0000 mon.a (mon.0) 3397 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:16:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:31.146675+0000 mgr.y (mgr.14556) 15316 : cluster [DBG] pgmap v13534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:16:32.852446+0000 mon.a (mon.0) 3397 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:16:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:31.146675+0000 mgr.y (mgr.14556) 15316 : cluster [DBG] pgmap v13534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:16:32.852446+0000 mon.a (mon.0) 3397 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:16:34.100 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:16:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:16:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:16:33.159792+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:16:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:16:33.160423+0000 mon.a (mon.0) 3399 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:16:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:16:33.169744+0000 mon.a (mon.0) 3400 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:16:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:16:33.159792+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:16:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:16:33.160423+0000 mon.a (mon.0) 3399 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:16:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:16:33.169744+0000 mon.a (mon.0) 3400 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:16:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:16:33.159792+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:16:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:16:33.160423+0000 mon.a (mon.0) 3399 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:16:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:16:33.169744+0000 mon.a (mon.0) 3400 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:16:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:33.147010+0000 mgr.y (mgr.14556) 15317 : cluster [DBG] pgmap v13535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:33.147010+0000 mgr.y (mgr.14556) 15317 : cluster [DBG] pgmap v13535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:33.147010+0000 mgr.y (mgr.14556) 15317 : cluster [DBG] pgmap v13535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:36.261 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:16:36.554 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:16:36.554 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 2m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 2m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 2m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 2m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 2m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 2m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 2m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 2m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 2m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 2m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 2m ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 2m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 2m ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 2m ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:16:36.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 2m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:16:36.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 2m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:16:36.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 2m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:16:36.556 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 2m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:16:36.556 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 2m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:16:36.904 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:16:36.904 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:16:36.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:16:36.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:16:36.904 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:16:36.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:16:36.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:16:36.905 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:16:36.905 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:16:36.905 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:16:36.905 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:16:36.905 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:16:36.905 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:16:36.905 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:16:36.905 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:16:36.905 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:16:36.905 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:16:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:35.147441+0000 mgr.y (mgr.14556) 15318 : cluster [DBG] pgmap v13536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:16:36.905135+0000 mon.a (mon.0) 3401 : audit [DBG] from='client.? 172.21.15.23:0/2529430992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:16:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:35.147441+0000 mgr.y (mgr.14556) 15318 : cluster [DBG] pgmap v13536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:16:36.905135+0000 mon.a (mon.0) 3401 : audit [DBG] from='client.? 172.21.15.23:0/2529430992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:16:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:35.147441+0000 mgr.y (mgr.14556) 15318 : cluster [DBG] pgmap v13536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:16:36.905135+0000 mon.a (mon.0) 3401 : audit [DBG] from='client.? 172.21.15.23:0/2529430992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:16:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:16:36.250280+0000 mgr.y (mgr.14556) 15319 : audit [DBG] from='client.40469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:16:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:16:36.546779+0000 mgr.y (mgr.14556) 15320 : audit [DBG] from='client.30564 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:16:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:16:36.250280+0000 mgr.y (mgr.14556) 15319 : audit [DBG] from='client.40469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:16:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:16:36.546779+0000 mgr.y (mgr.14556) 15320 : audit [DBG] from='client.30564 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:16:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:16:36.250280+0000 mgr.y (mgr.14556) 15319 : audit [DBG] from='client.40469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:16:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:16:36.546779+0000 mgr.y (mgr.14556) 15320 : audit [DBG] from='client.30564 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:16:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:37.148017+0000 mgr.y (mgr.14556) 15321 : cluster [DBG] pgmap v13537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:37.148017+0000 mgr.y (mgr.14556) 15321 : cluster [DBG] pgmap v13537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:37.148017+0000 mgr.y (mgr.14556) 15321 : cluster [DBG] pgmap v13537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:39.148550+0000 mgr.y (mgr.14556) 15322 : cluster [DBG] pgmap v13538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:39.148550+0000 mgr.y (mgr.14556) 15322 : cluster [DBG] pgmap v13538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:39.148550+0000 mgr.y (mgr.14556) 15322 : cluster [DBG] pgmap v13538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:16:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:41.149307+0000 mgr.y (mgr.14556) 15323 : cluster [DBG] pgmap v13539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:41.149307+0000 mgr.y (mgr.14556) 15323 : cluster [DBG] pgmap v13539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:41.149307+0000 mgr.y (mgr.14556) 15323 : cluster [DBG] pgmap v13539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:16:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:16:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:43.149784+0000 mgr.y (mgr.14556) 15324 : cluster [DBG] pgmap v13540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:43.149784+0000 mgr.y (mgr.14556) 15324 : cluster [DBG] pgmap v13540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:43.149784+0000 mgr.y (mgr.14556) 15324 : cluster [DBG] pgmap v13540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:45.150340+0000 mgr.y (mgr.14556) 15325 : cluster [DBG] pgmap v13541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:45.150340+0000 mgr.y (mgr.14556) 15325 : cluster [DBG] pgmap v13541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:45.150340+0000 mgr.y (mgr.14556) 15325 : cluster [DBG] pgmap v13541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:47.150998+0000 mgr.y (mgr.14556) 15326 : cluster [DBG] pgmap v13542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:47.150998+0000 mgr.y (mgr.14556) 15326 : cluster [DBG] pgmap v13542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:47.150998+0000 mgr.y (mgr.14556) 15326 : cluster [DBG] pgmap v13542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:49.151493+0000 mgr.y (mgr.14556) 15327 : cluster [DBG] pgmap v13543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:49.151493+0000 mgr.y (mgr.14556) 15327 : cluster [DBG] pgmap v13543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:49.151493+0000 mgr.y (mgr.14556) 15327 : cluster [DBG] pgmap v13543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:16:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:51.152173+0000 mgr.y (mgr.14556) 15328 : cluster [DBG] pgmap v13544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:51.152173+0000 mgr.y (mgr.14556) 15328 : cluster [DBG] pgmap v13544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:51.152173+0000 mgr.y (mgr.14556) 15328 : cluster [DBG] pgmap v13544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:16:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:16:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:53.152576+0000 mgr.y (mgr.14556) 15329 : cluster [DBG] pgmap v13545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:53.152576+0000 mgr.y (mgr.14556) 15329 : cluster [DBG] pgmap v13545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:53.152576+0000 mgr.y (mgr.14556) 15329 : cluster [DBG] pgmap v13545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:55.153108+0000 mgr.y (mgr.14556) 15330 : cluster [DBG] pgmap v13546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:55.153108+0000 mgr.y (mgr.14556) 15330 : cluster [DBG] pgmap v13546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:55.153108+0000 mgr.y (mgr.14556) 15330 : cluster [DBG] pgmap v13546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:16:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:57.153978+0000 mgr.y (mgr.14556) 15331 : cluster [DBG] pgmap v13547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:16:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:57.153978+0000 mgr.y (mgr.14556) 15331 : cluster [DBG] pgmap v13547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:16:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:16:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:57.153978+0000 mgr.y (mgr.14556) 15331 : cluster [DBG] pgmap v13547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:16:59.154499+0000 mgr.y (mgr.14556) 15332 : cluster [DBG] pgmap v13548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:16:59.154499+0000 mgr.y (mgr.14556) 15332 : cluster [DBG] pgmap v13548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:16:59.154499+0000 mgr.y (mgr.14556) 15332 : cluster [DBG] pgmap v13548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:17:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:01.155413+0000 mgr.y (mgr.14556) 15333 : cluster [DBG] pgmap v13549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:01.155413+0000 mgr.y (mgr.14556) 15333 : cluster [DBG] pgmap v13549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:01.155413+0000 mgr.y (mgr.14556) 15333 : cluster [DBG] pgmap v13549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:17:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:17:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:03.155898+0000 mgr.y (mgr.14556) 15334 : cluster [DBG] pgmap v13550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:03.155898+0000 mgr.y (mgr.14556) 15334 : cluster [DBG] pgmap v13550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:03.155898+0000 mgr.y (mgr.14556) 15334 : cluster [DBG] pgmap v13550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:05.156355+0000 mgr.y (mgr.14556) 15335 : cluster [DBG] pgmap v13551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:05.156355+0000 mgr.y (mgr.14556) 15335 : cluster [DBG] pgmap v13551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:05.156355+0000 mgr.y (mgr.14556) 15335 : cluster [DBG] pgmap v13551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:07.229 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:17:07.517 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:17:07.517 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 2m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:17:07.517 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 2m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:17:07.517 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 2m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:17:07.518 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 2m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:17:07.518 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 2m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:17:07.518 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:17:07.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 2m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:17:07.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 2m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:17:07.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 2m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:17:07.518 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 2m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:17:07.518 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 2m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:17:07.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 2m ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:17:07.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 2m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:17:07.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 2m ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:17:07.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 2m ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:17:07.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 2m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:17:07.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 2m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:17:07.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 2m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:17:07.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 2m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:17:07.519 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 2m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:17:07.867 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:17:07.867 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:17:07.868 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:17:07.869 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:17:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:07.156916+0000 mgr.y (mgr.14556) 15336 : cluster [DBG] pgmap v13552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:17:07.217612+0000 mgr.y (mgr.14556) 15337 : audit [DBG] from='client.40487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:17:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:17:07.509974+0000 mgr.y (mgr.14556) 15338 : audit [DBG] from='client.40493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:17:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:17:07.868511+0000 mon.c (mon.2) 386 : audit [DBG] from='client.? 172.21.15.23:0/3592100640' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:17:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:07.156916+0000 mgr.y (mgr.14556) 15336 : cluster [DBG] pgmap v13552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:17:07.217612+0000 mgr.y (mgr.14556) 15337 : audit [DBG] from='client.40487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:17:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:17:07.509974+0000 mgr.y (mgr.14556) 15338 : audit [DBG] from='client.40493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:17:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:17:07.868511+0000 mon.c (mon.2) 386 : audit [DBG] from='client.? 172.21.15.23:0/3592100640' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:17:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:07.156916+0000 mgr.y (mgr.14556) 15336 : cluster [DBG] pgmap v13552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:17:07.217612+0000 mgr.y (mgr.14556) 15337 : audit [DBG] from='client.40487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:17:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:17:07.509974+0000 mgr.y (mgr.14556) 15338 : audit [DBG] from='client.40493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:17:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:17:07.868511+0000 mon.c (mon.2) 386 : audit [DBG] from='client.? 172.21.15.23:0/3592100640' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:17:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:09.157479+0000 mgr.y (mgr.14556) 15339 : cluster [DBG] pgmap v13553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:09.157479+0000 mgr.y (mgr.14556) 15339 : cluster [DBG] pgmap v13553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:09.157479+0000 mgr.y (mgr.14556) 15339 : cluster [DBG] pgmap v13553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:17:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:11.158123+0000 mgr.y (mgr.14556) 15340 : cluster [DBG] pgmap v13554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:11.158123+0000 mgr.y (mgr.14556) 15340 : cluster [DBG] pgmap v13554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:11.158123+0000 mgr.y (mgr.14556) 15340 : cluster [DBG] pgmap v13554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:17:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:17:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:13.158558+0000 mgr.y (mgr.14556) 15341 : cluster [DBG] pgmap v13555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:13.158558+0000 mgr.y (mgr.14556) 15341 : cluster [DBG] pgmap v13555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:13.158558+0000 mgr.y (mgr.14556) 15341 : cluster [DBG] pgmap v13555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:15.159022+0000 mgr.y (mgr.14556) 15342 : cluster [DBG] pgmap v13556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:15.159022+0000 mgr.y (mgr.14556) 15342 : cluster [DBG] pgmap v13556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:15.159022+0000 mgr.y (mgr.14556) 15342 : cluster [DBG] pgmap v13556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:17.159726+0000 mgr.y (mgr.14556) 15343 : cluster [DBG] pgmap v13557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:17.159726+0000 mgr.y (mgr.14556) 15343 : cluster [DBG] pgmap v13557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:17.159726+0000 mgr.y (mgr.14556) 15343 : cluster [DBG] pgmap v13557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:20.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:19.160186+0000 mgr.y (mgr.14556) 15344 : cluster [DBG] pgmap v13558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:19.160186+0000 mgr.y (mgr.14556) 15344 : cluster [DBG] pgmap v13558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:19.160186+0000 mgr.y (mgr.14556) 15344 : cluster [DBG] pgmap v13558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:17:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:21.160913+0000 mgr.y (mgr.14556) 15345 : cluster [DBG] pgmap v13559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:21.160913+0000 mgr.y (mgr.14556) 15345 : cluster [DBG] pgmap v13559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:21.160913+0000 mgr.y (mgr.14556) 15345 : cluster [DBG] pgmap v13559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:17:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:17:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:23.161382+0000 mgr.y (mgr.14556) 15346 : cluster [DBG] pgmap v13560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:23.161382+0000 mgr.y (mgr.14556) 15346 : cluster [DBG] pgmap v13560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:23.161382+0000 mgr.y (mgr.14556) 15346 : cluster [DBG] pgmap v13560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:25.161972+0000 mgr.y (mgr.14556) 15347 : cluster [DBG] pgmap v13561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:25.161972+0000 mgr.y (mgr.14556) 15347 : cluster [DBG] pgmap v13561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:25.161972+0000 mgr.y (mgr.14556) 15347 : cluster [DBG] pgmap v13561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:28.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:27.162656+0000 mgr.y (mgr.14556) 15348 : cluster [DBG] pgmap v13562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:27.162656+0000 mgr.y (mgr.14556) 15348 : cluster [DBG] pgmap v13562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:27.162656+0000 mgr.y (mgr.14556) 15348 : cluster [DBG] pgmap v13562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:29.163152+0000 mgr.y (mgr.14556) 15349 : cluster [DBG] pgmap v13563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:29.163152+0000 mgr.y (mgr.14556) 15349 : cluster [DBG] pgmap v13563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:29.163152+0000 mgr.y (mgr.14556) 15349 : cluster [DBG] pgmap v13563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:17:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:31.164050+0000 mgr.y (mgr.14556) 15350 : cluster [DBG] pgmap v13564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:31.164050+0000 mgr.y (mgr.14556) 15350 : cluster [DBG] pgmap v13564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:31.164050+0000 mgr.y (mgr.14556) 15350 : cluster [DBG] pgmap v13564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:17:33.174357+0000 mon.a (mon.0) 3402 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:17:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:17:33.174357+0000 mon.a (mon.0) 3402 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:17:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:17:33.174357+0000 mon.a (mon.0) 3402 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:17:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:17:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:17:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:33.164411+0000 mgr.y (mgr.14556) 15351 : cluster [DBG] pgmap v13565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:17:33.426907+0000 mon.a (mon.0) 3403 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:17:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:17:33.430382+0000 mon.a (mon.0) 3404 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:17:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:17:33.719766+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:17:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:17:33.720437+0000 mon.a (mon.0) 3406 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:17:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:17:33.729133+0000 mon.a (mon.0) 3407 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:17:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:33.164411+0000 mgr.y (mgr.14556) 15351 : cluster [DBG] pgmap v13565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:17:33.426907+0000 mon.a (mon.0) 3403 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:17:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:17:33.430382+0000 mon.a (mon.0) 3404 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:17:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:17:33.719766+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:17:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:17:33.720437+0000 mon.a (mon.0) 3406 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:17:34.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:17:33.729133+0000 mon.a (mon.0) 3407 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:17:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:33.164411+0000 mgr.y (mgr.14556) 15351 : cluster [DBG] pgmap v13565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:17:33.426907+0000 mon.a (mon.0) 3403 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:17:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:17:33.430382+0000 mon.a (mon.0) 3404 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:17:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:17:33.719766+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:17:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:17:33.720437+0000 mon.a (mon.0) 3406 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:17:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:17:33.729133+0000 mon.a (mon.0) 3407 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:17:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:35.164823+0000 mgr.y (mgr.14556) 15352 : cluster [DBG] pgmap v13566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:35.164823+0000 mgr.y (mgr.14556) 15352 : cluster [DBG] pgmap v13566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:35.164823+0000 mgr.y (mgr.14556) 15352 : cluster [DBG] pgmap v13566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:38.197 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:17:38.487 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:17:38.487 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 3m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:17:38.487 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 3m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:17:38.487 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 3m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:17:38.487 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 3m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 3m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 3m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 3m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 3m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 3m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 3m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 3m ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 3m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 3m ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 3m ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 3m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 3m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 3m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 3m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:17:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 3m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:17:38.839 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:17:38.839 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:17:38.839 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:17:38.839 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:17:38.839 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:17:38.839 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:17:38.839 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:17:38.839 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:17:38.839 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:17:38.839 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:17:38.839 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:17:38.839 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:17:38.840 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:17:38.840 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:17:38.840 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:17:38.840 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:17:38.840 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:17:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:37.165622+0000 mgr.y (mgr.14556) 15353 : cluster [DBG] pgmap v13567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:37.165622+0000 mgr.y (mgr.14556) 15353 : cluster [DBG] pgmap v13567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:37.165622+0000 mgr.y (mgr.14556) 15353 : cluster [DBG] pgmap v13567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:17:38.186151+0000 mgr.y (mgr.14556) 15354 : audit [DBG] from='client.30594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:17:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:17:38.480196+0000 mgr.y (mgr.14556) 15355 : audit [DBG] from='client.30600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:17:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:17:38.839738+0000 mon.a (mon.0) 3408 : audit [DBG] from='client.? 172.21.15.23:0/746358831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:17:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:17:38.186151+0000 mgr.y (mgr.14556) 15354 : audit [DBG] from='client.30594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:17:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:17:38.480196+0000 mgr.y (mgr.14556) 15355 : audit [DBG] from='client.30600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:17:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:17:38.839738+0000 mon.a (mon.0) 3408 : audit [DBG] from='client.? 172.21.15.23:0/746358831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:17:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:17:38.186151+0000 mgr.y (mgr.14556) 15354 : audit [DBG] from='client.30594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:17:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:17:38.480196+0000 mgr.y (mgr.14556) 15355 : audit [DBG] from='client.30600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:17:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:17:38.839738+0000 mon.a (mon.0) 3408 : audit [DBG] from='client.? 172.21.15.23:0/746358831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:17:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:39.166122+0000 mgr.y (mgr.14556) 15356 : cluster [DBG] pgmap v13568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:39.166122+0000 mgr.y (mgr.14556) 15356 : cluster [DBG] pgmap v13568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:40.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:39.166122+0000 mgr.y (mgr.14556) 15356 : cluster [DBG] pgmap v13568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:17:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:41.166934+0000 mgr.y (mgr.14556) 15357 : cluster [DBG] pgmap v13569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:41.166934+0000 mgr.y (mgr.14556) 15357 : cluster [DBG] pgmap v13569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:42.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:41.166934+0000 mgr.y (mgr.14556) 15357 : cluster [DBG] pgmap v13569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:17:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:17:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:43.167401+0000 mgr.y (mgr.14556) 15358 : cluster [DBG] pgmap v13570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:43.167401+0000 mgr.y (mgr.14556) 15358 : cluster [DBG] pgmap v13570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:43.167401+0000 mgr.y (mgr.14556) 15358 : cluster [DBG] pgmap v13570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:45.167905+0000 mgr.y (mgr.14556) 15359 : cluster [DBG] pgmap v13571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:45.167905+0000 mgr.y (mgr.14556) 15359 : cluster [DBG] pgmap v13571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:45.167905+0000 mgr.y (mgr.14556) 15359 : cluster [DBG] pgmap v13571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:47.168664+0000 mgr.y (mgr.14556) 15360 : cluster [DBG] pgmap v13572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:48.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:47.168664+0000 mgr.y (mgr.14556) 15360 : cluster [DBG] pgmap v13572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:47.168664+0000 mgr.y (mgr.14556) 15360 : cluster [DBG] pgmap v13572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:50.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:49.169095+0000 mgr.y (mgr.14556) 15361 : cluster [DBG] pgmap v13573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:49.169095+0000 mgr.y (mgr.14556) 15361 : cluster [DBG] pgmap v13573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:49.169095+0000 mgr.y (mgr.14556) 15361 : cluster [DBG] pgmap v13573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:17:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:51.169744+0000 mgr.y (mgr.14556) 15362 : cluster [DBG] pgmap v13574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:51.169744+0000 mgr.y (mgr.14556) 15362 : cluster [DBG] pgmap v13574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:52.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:51.169744+0000 mgr.y (mgr.14556) 15362 : cluster [DBG] pgmap v13574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:17:53] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:17:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:53.170125+0000 mgr.y (mgr.14556) 15363 : cluster [DBG] pgmap v13575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:53.170125+0000 mgr.y (mgr.14556) 15363 : cluster [DBG] pgmap v13575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:53.170125+0000 mgr.y (mgr.14556) 15363 : cluster [DBG] pgmap v13575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:55.170659+0000 mgr.y (mgr.14556) 15364 : cluster [DBG] pgmap v13576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:55.170659+0000 mgr.y (mgr.14556) 15364 : cluster [DBG] pgmap v13576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:55.170659+0000 mgr.y (mgr.14556) 15364 : cluster [DBG] pgmap v13576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:57.171360+0000 mgr.y (mgr.14556) 15365 : cluster [DBG] pgmap v13577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:57.171360+0000 mgr.y (mgr.14556) 15365 : cluster [DBG] pgmap v13577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:17:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:17:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:57.171360+0000 mgr.y (mgr.14556) 15365 : cluster [DBG] pgmap v13577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:17:59.171838+0000 mgr.y (mgr.14556) 15366 : cluster [DBG] pgmap v13578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:17:59.171838+0000 mgr.y (mgr.14556) 15366 : cluster [DBG] pgmap v13578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:17:59.171838+0000 mgr.y (mgr.14556) 15366 : cluster [DBG] pgmap v13578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:18:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:01.172672+0000 mgr.y (mgr.14556) 15367 : cluster [DBG] pgmap v13579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:01.172672+0000 mgr.y (mgr.14556) 15367 : cluster [DBG] pgmap v13579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:01.172672+0000 mgr.y (mgr.14556) 15367 : cluster [DBG] pgmap v13579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:18:03] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:18:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:03.173101+0000 mgr.y (mgr.14556) 15368 : cluster [DBG] pgmap v13580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:03.173101+0000 mgr.y (mgr.14556) 15368 : cluster [DBG] pgmap v13580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:03.173101+0000 mgr.y (mgr.14556) 15368 : cluster [DBG] pgmap v13580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:05.173670+0000 mgr.y (mgr.14556) 15369 : cluster [DBG] pgmap v13581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:05.173670+0000 mgr.y (mgr.14556) 15369 : cluster [DBG] pgmap v13581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:05.173670+0000 mgr.y (mgr.14556) 15369 : cluster [DBG] pgmap v13581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:07.174487+0000 mgr.y (mgr.14556) 15370 : cluster [DBG] pgmap v13582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:07.174487+0000 mgr.y (mgr.14556) 15370 : cluster [DBG] pgmap v13582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:07.174487+0000 mgr.y (mgr.14556) 15370 : cluster [DBG] pgmap v13582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:09.160 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:18:09.448 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:18:09.448 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 3m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:18:09.448 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 3m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:18:09.448 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 3m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 3m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 3m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 3m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 3m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 3m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 3m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 3m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 3m ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 3m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 3m ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 3m ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 3m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 3m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:18:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 3m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:18:09.450 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 3m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:18:09.450 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 3m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:18:09.800 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:18:09.800 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:18:09.800 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:18:09.801 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:18:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:18:09.149766+0000 mgr.y (mgr.14556) 15371 : audit [DBG] from='client.40523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:18:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:09.174798+0000 mgr.y (mgr.14556) 15372 : cluster [DBG] pgmap v13583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:18:09.441421+0000 mgr.y (mgr.14556) 15373 : audit [DBG] from='client.40529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:18:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:18:09.801320+0000 mon.c (mon.2) 387 : audit [DBG] from='client.? 172.21.15.23:0/2343843124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:18:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:18:09.149766+0000 mgr.y (mgr.14556) 15371 : audit [DBG] from='client.40523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:18:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:09.174798+0000 mgr.y (mgr.14556) 15372 : cluster [DBG] pgmap v13583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:18:09.441421+0000 mgr.y (mgr.14556) 15373 : audit [DBG] from='client.40529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:18:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:18:09.801320+0000 mon.c (mon.2) 387 : audit [DBG] from='client.? 172.21.15.23:0/2343843124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:18:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:18:09.149766+0000 mgr.y (mgr.14556) 15371 : audit [DBG] from='client.40523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:18:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:09.174798+0000 mgr.y (mgr.14556) 15372 : cluster [DBG] pgmap v13583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:18:09.441421+0000 mgr.y (mgr.14556) 15373 : audit [DBG] from='client.40529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:18:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:18:09.801320+0000 mon.c (mon.2) 387 : audit [DBG] from='client.? 172.21.15.23:0/2343843124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:18:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:18:12.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:11.175596+0000 mgr.y (mgr.14556) 15374 : cluster [DBG] pgmap v13584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:11.175596+0000 mgr.y (mgr.14556) 15374 : cluster [DBG] pgmap v13584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:11.175596+0000 mgr.y (mgr.14556) 15374 : cluster [DBG] pgmap v13584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:18:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:18:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:13.176166+0000 mgr.y (mgr.14556) 15375 : cluster [DBG] pgmap v13585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:13.176166+0000 mgr.y (mgr.14556) 15375 : cluster [DBG] pgmap v13585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:13.176166+0000 mgr.y (mgr.14556) 15375 : cluster [DBG] pgmap v13585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:15.176649+0000 mgr.y (mgr.14556) 15376 : cluster [DBG] pgmap v13586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:15.176649+0000 mgr.y (mgr.14556) 15376 : cluster [DBG] pgmap v13586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:15.176649+0000 mgr.y (mgr.14556) 15376 : cluster [DBG] pgmap v13586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:17.177300+0000 mgr.y (mgr.14556) 15377 : cluster [DBG] pgmap v13587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:17.177300+0000 mgr.y (mgr.14556) 15377 : cluster [DBG] pgmap v13587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:17.177300+0000 mgr.y (mgr.14556) 15377 : cluster [DBG] pgmap v13587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:19.177784+0000 mgr.y (mgr.14556) 15378 : cluster [DBG] pgmap v13588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:19.177784+0000 mgr.y (mgr.14556) 15378 : cluster [DBG] pgmap v13588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:19.177784+0000 mgr.y (mgr.14556) 15378 : cluster [DBG] pgmap v13588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:18:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:21.178606+0000 mgr.y (mgr.14556) 15379 : cluster [DBG] pgmap v13589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:21.178606+0000 mgr.y (mgr.14556) 15379 : cluster [DBG] pgmap v13589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:21.178606+0000 mgr.y (mgr.14556) 15379 : cluster [DBG] pgmap v13589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:18:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:18:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:23.179010+0000 mgr.y (mgr.14556) 15380 : cluster [DBG] pgmap v13590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:23.179010+0000 mgr.y (mgr.14556) 15380 : cluster [DBG] pgmap v13590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:23.179010+0000 mgr.y (mgr.14556) 15380 : cluster [DBG] pgmap v13590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:25.179444+0000 mgr.y (mgr.14556) 15381 : cluster [DBG] pgmap v13591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:25.179444+0000 mgr.y (mgr.14556) 15381 : cluster [DBG] pgmap v13591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:25.179444+0000 mgr.y (mgr.14556) 15381 : cluster [DBG] pgmap v13591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:27.180090+0000 mgr.y (mgr.14556) 15382 : cluster [DBG] pgmap v13592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:27.180090+0000 mgr.y (mgr.14556) 15382 : cluster [DBG] pgmap v13592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:27.180090+0000 mgr.y (mgr.14556) 15382 : cluster [DBG] pgmap v13592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:29.180532+0000 mgr.y (mgr.14556) 15383 : cluster [DBG] pgmap v13593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:29.180532+0000 mgr.y (mgr.14556) 15383 : cluster [DBG] pgmap v13593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:29.180532+0000 mgr.y (mgr.14556) 15383 : cluster [DBG] pgmap v13593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:18:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:31.181438+0000 mgr.y (mgr.14556) 15384 : cluster [DBG] pgmap v13594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:31.181438+0000 mgr.y (mgr.14556) 15384 : cluster [DBG] pgmap v13594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:31.181438+0000 mgr.y (mgr.14556) 15384 : cluster [DBG] pgmap v13594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:18:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:18:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:33.182002+0000 mgr.y (mgr.14556) 15385 : cluster [DBG] pgmap v13595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:18:33.733670+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:18:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:18:34.040622+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:18:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:18:34.041266+0000 mon.a (mon.0) 3411 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:18:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:18:34.050256+0000 mon.a (mon.0) 3412 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:18:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:33.182002+0000 mgr.y (mgr.14556) 15385 : cluster [DBG] pgmap v13595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:18:33.733670+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:18:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:18:34.040622+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:18:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:18:34.041266+0000 mon.a (mon.0) 3411 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:18:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:18:34.050256+0000 mon.a (mon.0) 3412 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:18:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:33.182002+0000 mgr.y (mgr.14556) 15385 : cluster [DBG] pgmap v13595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:18:33.733670+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:18:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:18:34.040622+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:18:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:18:34.041266+0000 mon.a (mon.0) 3411 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:18:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:18:34.050256+0000 mon.a (mon.0) 3412 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:18:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:35.182540+0000 mgr.y (mgr.14556) 15386 : cluster [DBG] pgmap v13596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:35.182540+0000 mgr.y (mgr.14556) 15386 : cluster [DBG] pgmap v13596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:35.182540+0000 mgr.y (mgr.14556) 15386 : cluster [DBG] pgmap v13596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:37.183303+0000 mgr.y (mgr.14556) 15387 : cluster [DBG] pgmap v13597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:37.183303+0000 mgr.y (mgr.14556) 15387 : cluster [DBG] pgmap v13597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:37.183303+0000 mgr.y (mgr.14556) 15387 : cluster [DBG] pgmap v13597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:40.125 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:18:40.413 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:18:40.413 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 4m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:18:40.413 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 4m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:18:40.413 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 4m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:18:40.413 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 4m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:18:40.413 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 4m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:18:40.413 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:18:40.413 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 4m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:18:40.413 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 4m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:18:40.413 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 4m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:18:40.413 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 4m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:18:40.413 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 4m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:18:40.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 4m ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:18:40.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 4m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:18:40.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 4m ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:18:40.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 4m ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:18:40.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 4m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:18:40.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 4m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:18:40.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 4m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:18:40.414 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 4m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:18:40.414 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 4m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:18:40.766 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:18:40.766 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:18:40.766 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:18:40.766 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:18:40.766 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:18:40.766 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:18:40.766 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:18:40.766 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:18:40.766 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:18:40.766 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:18:40.767 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:18:40.767 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:18:40.767 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:18:40.767 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:18:40.767 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:18:40.767 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:18:40.767 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:18:41.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:39.183822+0000 mgr.y (mgr.14556) 15388 : cluster [DBG] pgmap v13598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:18:40.113663+0000 mgr.y (mgr.14556) 15389 : audit [DBG] from='client.30630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:18:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:39.183822+0000 mgr.y (mgr.14556) 15388 : cluster [DBG] pgmap v13598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:18:40.113663+0000 mgr.y (mgr.14556) 15389 : audit [DBG] from='client.30630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:18:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:39.183822+0000 mgr.y (mgr.14556) 15388 : cluster [DBG] pgmap v13598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:18:40.113663+0000 mgr.y (mgr.14556) 15389 : audit [DBG] from='client.30630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:18:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:18:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:18:40.405478+0000 mgr.y (mgr.14556) 15390 : audit [DBG] from='client.30636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:18:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:18:40.766851+0000 mon.c (mon.2) 388 : audit [DBG] from='client.? 172.21.15.23:0/770323772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:18:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:18:40.405478+0000 mgr.y (mgr.14556) 15390 : audit [DBG] from='client.30636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:18:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:18:40.766851+0000 mon.c (mon.2) 388 : audit [DBG] from='client.? 172.21.15.23:0/770323772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:18:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:18:40.405478+0000 mgr.y (mgr.14556) 15390 : audit [DBG] from='client.30636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:18:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:18:40.766851+0000 mon.c (mon.2) 388 : audit [DBG] from='client.? 172.21.15.23:0/770323772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:18:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:41.184406+0000 mgr.y (mgr.14556) 15391 : cluster [DBG] pgmap v13599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:41.184406+0000 mgr.y (mgr.14556) 15391 : cluster [DBG] pgmap v13599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:41.184406+0000 mgr.y (mgr.14556) 15391 : cluster [DBG] pgmap v13599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:18:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:18:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:43.184805+0000 mgr.y (mgr.14556) 15392 : cluster [DBG] pgmap v13600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:43.184805+0000 mgr.y (mgr.14556) 15392 : cluster [DBG] pgmap v13600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:45.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:43.184805+0000 mgr.y (mgr.14556) 15392 : cluster [DBG] pgmap v13600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:45.185367+0000 mgr.y (mgr.14556) 15393 : cluster [DBG] pgmap v13601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:45.185367+0000 mgr.y (mgr.14556) 15393 : cluster [DBG] pgmap v13601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:45.185367+0000 mgr.y (mgr.14556) 15393 : cluster [DBG] pgmap v13601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:47.186114+0000 mgr.y (mgr.14556) 15394 : cluster [DBG] pgmap v13602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:47.186114+0000 mgr.y (mgr.14556) 15394 : cluster [DBG] pgmap v13602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:47.186114+0000 mgr.y (mgr.14556) 15394 : cluster [DBG] pgmap v13602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:51.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:49.186708+0000 mgr.y (mgr.14556) 15395 : cluster [DBG] pgmap v13603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:49.186708+0000 mgr.y (mgr.14556) 15395 : cluster [DBG] pgmap v13603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:49.186708+0000 mgr.y (mgr.14556) 15395 : cluster [DBG] pgmap v13603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:18:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:51.187460+0000 mgr.y (mgr.14556) 15396 : cluster [DBG] pgmap v13604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:51.187460+0000 mgr.y (mgr.14556) 15396 : cluster [DBG] pgmap v13604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:51.187460+0000 mgr.y (mgr.14556) 15396 : cluster [DBG] pgmap v13604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:18:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:18:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:53.187852+0000 mgr.y (mgr.14556) 15397 : cluster [DBG] pgmap v13605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:53.187852+0000 mgr.y (mgr.14556) 15397 : cluster [DBG] pgmap v13605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:53.187852+0000 mgr.y (mgr.14556) 15397 : cluster [DBG] pgmap v13605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:55.188253+0000 mgr.y (mgr.14556) 15398 : cluster [DBG] pgmap v13606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:55.188253+0000 mgr.y (mgr.14556) 15398 : cluster [DBG] pgmap v13606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:55.188253+0000 mgr.y (mgr.14556) 15398 : cluster [DBG] pgmap v13606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:57.188890+0000 mgr.y (mgr.14556) 15399 : cluster [DBG] pgmap v13607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:57.188890+0000 mgr.y (mgr.14556) 15399 : cluster [DBG] pgmap v13607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:18:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:18:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:57.188890+0000 mgr.y (mgr.14556) 15399 : cluster [DBG] pgmap v13607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:01.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:18:59.189294+0000 mgr.y (mgr.14556) 15400 : cluster [DBG] pgmap v13608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:18:59.189294+0000 mgr.y (mgr.14556) 15400 : cluster [DBG] pgmap v13608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:18:59.189294+0000 mgr.y (mgr.14556) 15400 : cluster [DBG] pgmap v13608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:19:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:01.190100+0000 mgr.y (mgr.14556) 15401 : cluster [DBG] pgmap v13609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:01.190100+0000 mgr.y (mgr.14556) 15401 : cluster [DBG] pgmap v13609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:01.190100+0000 mgr.y (mgr.14556) 15401 : cluster [DBG] pgmap v13609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:19:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:19:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:03.190611+0000 mgr.y (mgr.14556) 15402 : cluster [DBG] pgmap v13610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:03.190611+0000 mgr.y (mgr.14556) 15402 : cluster [DBG] pgmap v13610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:03.190611+0000 mgr.y (mgr.14556) 15402 : cluster [DBG] pgmap v13610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:07.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:05.191112+0000 mgr.y (mgr.14556) 15403 : cluster [DBG] pgmap v13611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:05.191112+0000 mgr.y (mgr.14556) 15403 : cluster [DBG] pgmap v13611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:05.191112+0000 mgr.y (mgr.14556) 15403 : cluster [DBG] pgmap v13611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:09.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:07.191803+0000 mgr.y (mgr.14556) 15404 : cluster [DBG] pgmap v13612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:07.191803+0000 mgr.y (mgr.14556) 15404 : cluster [DBG] pgmap v13612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:07.191803+0000 mgr.y (mgr.14556) 15404 : cluster [DBG] pgmap v13612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:11.092 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:19:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:09.192403+0000 mgr.y (mgr.14556) 15405 : cluster [DBG] pgmap v13613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:09.192403+0000 mgr.y (mgr.14556) 15405 : cluster [DBG] pgmap v13613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:09.192403+0000 mgr.y (mgr.14556) 15405 : cluster [DBG] pgmap v13613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:19:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 4m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:19:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 4m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:19:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 4m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:19:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 4m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:19:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 4m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:19:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:19:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 4m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:19:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 4m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:19:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 4m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:19:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 4m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:19:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 4m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:19:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 4m ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:19:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 4m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:19:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 4m ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:19:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 4m ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:19:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 4m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:19:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 4m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:19:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 4m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:19:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 4m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:19:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 4m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:19:11.728 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:19:11.728 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:19:11.728 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:19:11.728 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:19:11.728 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:19:11.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:19:11.729 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:19:11.729 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:19:11.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:19:11.729 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:19:11.729 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:19:11.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:19:11.729 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:19:11.729 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:19:11.729 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:19:11.729 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:19:11.729 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:19:11.902 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:19:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:19:11.081074+0000 mgr.y (mgr.14556) 15406 : audit [DBG] from='client.30648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:19:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:19:11.729063+0000 mon.a (mon.0) 3413 : audit [DBG] from='client.? 172.21.15.23:0/2888660640' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:19:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:19:11.081074+0000 mgr.y (mgr.14556) 15406 : audit [DBG] from='client.30648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:19:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:19:11.729063+0000 mon.a (mon.0) 3413 : audit [DBG] from='client.? 172.21.15.23:0/2888660640' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:19:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:19:11.081074+0000 mgr.y (mgr.14556) 15406 : audit [DBG] from='client.30648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:19:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:19:11.729063+0000 mon.a (mon.0) 3413 : audit [DBG] from='client.? 172.21.15.23:0/2888660640' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:19:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:11.192908+0000 mgr.y (mgr.14556) 15407 : cluster [DBG] pgmap v13614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:19:11.374114+0000 mgr.y (mgr.14556) 15408 : audit [DBG] from='client.40565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:19:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:11.192908+0000 mgr.y (mgr.14556) 15407 : cluster [DBG] pgmap v13614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:19:11.374114+0000 mgr.y (mgr.14556) 15408 : audit [DBG] from='client.40565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:19:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:11.192908+0000 mgr.y (mgr.14556) 15407 : cluster [DBG] pgmap v13614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:19:11.374114+0000 mgr.y (mgr.14556) 15408 : audit [DBG] from='client.40565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:19:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:19:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:19:15.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:13.193270+0000 mgr.y (mgr.14556) 15409 : cluster [DBG] pgmap v13615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:13.193270+0000 mgr.y (mgr.14556) 15409 : cluster [DBG] pgmap v13615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:13.193270+0000 mgr.y (mgr.14556) 15409 : cluster [DBG] pgmap v13615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:17.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:15.193663+0000 mgr.y (mgr.14556) 15410 : cluster [DBG] pgmap v13616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:15.193663+0000 mgr.y (mgr.14556) 15410 : cluster [DBG] pgmap v13616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:15.193663+0000 mgr.y (mgr.14556) 15410 : cluster [DBG] pgmap v13616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:17.194344+0000 mgr.y (mgr.14556) 15411 : cluster [DBG] pgmap v13617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:17.194344+0000 mgr.y (mgr.14556) 15411 : cluster [DBG] pgmap v13617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:17.194344+0000 mgr.y (mgr.14556) 15411 : cluster [DBG] pgmap v13617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:19.194670+0000 mgr.y (mgr.14556) 15412 : cluster [DBG] pgmap v13618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:19.194670+0000 mgr.y (mgr.14556) 15412 : cluster [DBG] pgmap v13618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:19.194670+0000 mgr.y (mgr.14556) 15412 : cluster [DBG] pgmap v13618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:19:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:21.195554+0000 mgr.y (mgr.14556) 15413 : cluster [DBG] pgmap v13619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:21.195554+0000 mgr.y (mgr.14556) 15413 : cluster [DBG] pgmap v13619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:21.195554+0000 mgr.y (mgr.14556) 15413 : cluster [DBG] pgmap v13619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:19:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:19:25.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:23.195996+0000 mgr.y (mgr.14556) 15414 : cluster [DBG] pgmap v13620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:23.195996+0000 mgr.y (mgr.14556) 15414 : cluster [DBG] pgmap v13620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:23.195996+0000 mgr.y (mgr.14556) 15414 : cluster [DBG] pgmap v13620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:25.196540+0000 mgr.y (mgr.14556) 15415 : cluster [DBG] pgmap v13621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:25.196540+0000 mgr.y (mgr.14556) 15415 : cluster [DBG] pgmap v13621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:25.196540+0000 mgr.y (mgr.14556) 15415 : cluster [DBG] pgmap v13621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:27.197322+0000 mgr.y (mgr.14556) 15416 : cluster [DBG] pgmap v13622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:27.197322+0000 mgr.y (mgr.14556) 15416 : cluster [DBG] pgmap v13622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:27.197322+0000 mgr.y (mgr.14556) 15416 : cluster [DBG] pgmap v13622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:31.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:29.197814+0000 mgr.y (mgr.14556) 15417 : cluster [DBG] pgmap v13623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:29.197814+0000 mgr.y (mgr.14556) 15417 : cluster [DBG] pgmap v13623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:29.197814+0000 mgr.y (mgr.14556) 15417 : cluster [DBG] pgmap v13623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:19:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:31.198580+0000 mgr.y (mgr.14556) 15418 : cluster [DBG] pgmap v13624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:31.198580+0000 mgr.y (mgr.14556) 15418 : cluster [DBG] pgmap v13624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:31.198580+0000 mgr.y (mgr.14556) 15418 : cluster [DBG] pgmap v13624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:19:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:19:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:33.199015+0000 mgr.y (mgr.14556) 15419 : cluster [DBG] pgmap v13625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:19:34.056978+0000 mon.a (mon.0) 3414 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:19:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:19:34.367277+0000 mon.a (mon.0) 3415 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:19:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:19:34.368012+0000 mon.a (mon.0) 3416 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:19:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:19:34.373972+0000 mon.a (mon.0) 3417 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:19:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:33.199015+0000 mgr.y (mgr.14556) 15419 : cluster [DBG] pgmap v13625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:19:34.056978+0000 mon.a (mon.0) 3414 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:19:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:19:34.367277+0000 mon.a (mon.0) 3415 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:19:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:19:34.368012+0000 mon.a (mon.0) 3416 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:19:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:19:34.373972+0000 mon.a (mon.0) 3417 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:19:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:33.199015+0000 mgr.y (mgr.14556) 15419 : cluster [DBG] pgmap v13625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:19:34.056978+0000 mon.a (mon.0) 3414 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:19:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:19:34.367277+0000 mon.a (mon.0) 3415 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:19:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:19:34.368012+0000 mon.a (mon.0) 3416 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:19:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:19:34.373972+0000 mon.a (mon.0) 3417 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:19:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:35.199528+0000 mgr.y (mgr.14556) 15420 : cluster [DBG] pgmap v13626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:35.199528+0000 mgr.y (mgr.14556) 15420 : cluster [DBG] pgmap v13626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:35.199528+0000 mgr.y (mgr.14556) 15420 : cluster [DBG] pgmap v13626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:37.200176+0000 mgr.y (mgr.14556) 15421 : cluster [DBG] pgmap v13627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:37.200176+0000 mgr.y (mgr.14556) 15421 : cluster [DBG] pgmap v13627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:37.200176+0000 mgr.y (mgr.14556) 15421 : cluster [DBG] pgmap v13627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:39.200608+0000 mgr.y (mgr.14556) 15422 : cluster [DBG] pgmap v13628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:39.200608+0000 mgr.y (mgr.14556) 15422 : cluster [DBG] pgmap v13628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:39.200608+0000 mgr.y (mgr.14556) 15422 : cluster [DBG] pgmap v13628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:19:42.053 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 5m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 5m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 5m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 5m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 5m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 5m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 5m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 5m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 5m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 5m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 5m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 5m ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:19:42.339 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 5m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:19:42.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 5m ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:19:42.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 5m ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:19:42.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 5m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:19:42.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 5m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:19:42.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 5m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:19:42.340 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 5m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:19:42.340 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 5m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:19:42.691 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:19:42.691 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:19:42.691 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:19:42.691 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:19:42.692 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:19:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:41.201520+0000 mgr.y (mgr.14556) 15423 : cluster [DBG] pgmap v13629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:19:42.042185+0000 mgr.y (mgr.14556) 15424 : audit [DBG] from='client.30666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:19:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:19:42.692162+0000 mon.a (mon.0) 3418 : audit [DBG] from='client.? 172.21.15.23:0/2004689410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:19:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:41.201520+0000 mgr.y (mgr.14556) 15423 : cluster [DBG] pgmap v13629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:19:42.042185+0000 mgr.y (mgr.14556) 15424 : audit [DBG] from='client.30666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:19:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:19:42.692162+0000 mon.a (mon.0) 3418 : audit [DBG] from='client.? 172.21.15.23:0/2004689410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:19:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:41.201520+0000 mgr.y (mgr.14556) 15423 : cluster [DBG] pgmap v13629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:19:42.042185+0000 mgr.y (mgr.14556) 15424 : audit [DBG] from='client.30666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:19:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:19:42.692162+0000 mon.a (mon.0) 3418 : audit [DBG] from='client.? 172.21.15.23:0/2004689410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:19:44.027 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:19:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:19:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:19:42.331625+0000 mgr.y (mgr.14556) 15425 : audit [DBG] from='client.40583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:19:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:19:42.331625+0000 mgr.y (mgr.14556) 15425 : audit [DBG] from='client.40583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:19:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:19:42.331625+0000 mgr.y (mgr.14556) 15425 : audit [DBG] from='client.40583 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:19:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:43.201908+0000 mgr.y (mgr.14556) 15426 : cluster [DBG] pgmap v13630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:43.201908+0000 mgr.y (mgr.14556) 15426 : cluster [DBG] pgmap v13630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:43.201908+0000 mgr.y (mgr.14556) 15426 : cluster [DBG] pgmap v13630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:45.202470+0000 mgr.y (mgr.14556) 15427 : cluster [DBG] pgmap v13631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:45.202470+0000 mgr.y (mgr.14556) 15427 : cluster [DBG] pgmap v13631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:45.202470+0000 mgr.y (mgr.14556) 15427 : cluster [DBG] pgmap v13631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:49.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:47.203093+0000 mgr.y (mgr.14556) 15428 : cluster [DBG] pgmap v13632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:47.203093+0000 mgr.y (mgr.14556) 15428 : cluster [DBG] pgmap v13632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:49.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:47.203093+0000 mgr.y (mgr.14556) 15428 : cluster [DBG] pgmap v13632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:49.203566+0000 mgr.y (mgr.14556) 15429 : cluster [DBG] pgmap v13633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:49.203566+0000 mgr.y (mgr.14556) 15429 : cluster [DBG] pgmap v13633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:49.203566+0000 mgr.y (mgr.14556) 15429 : cluster [DBG] pgmap v13633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:19:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:51.204198+0000 mgr.y (mgr.14556) 15430 : cluster [DBG] pgmap v13634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:51.204198+0000 mgr.y (mgr.14556) 15430 : cluster [DBG] pgmap v13634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:51.204198+0000 mgr.y (mgr.14556) 15430 : cluster [DBG] pgmap v13634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:19:53] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:19:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:53.204654+0000 mgr.y (mgr.14556) 15431 : cluster [DBG] pgmap v13635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:53.204654+0000 mgr.y (mgr.14556) 15431 : cluster [DBG] pgmap v13635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:53.204654+0000 mgr.y (mgr.14556) 15431 : cluster [DBG] pgmap v13635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:55.205076+0000 mgr.y (mgr.14556) 15432 : cluster [DBG] pgmap v13636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:55.205076+0000 mgr.y (mgr.14556) 15432 : cluster [DBG] pgmap v13636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:55.205076+0000 mgr.y (mgr.14556) 15432 : cluster [DBG] pgmap v13636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:57.205735+0000 mgr.y (mgr.14556) 15433 : cluster [DBG] pgmap v13637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:57.205735+0000 mgr.y (mgr.14556) 15433 : cluster [DBG] pgmap v13637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:19:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:19:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:57.205735+0000 mgr.y (mgr.14556) 15433 : cluster [DBG] pgmap v13637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:00.000173+0000 mon.a (mon.0) 3419 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:20:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T14:19:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:20:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:00.000173+0000 mon.a (mon.0) 3419 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:20:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:00.000173+0000 mon.a (mon.0) 3419 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:20:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:19:59.206292+0000 mgr.y (mgr.14556) 15434 : cluster [DBG] pgmap v13638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:19:59.206292+0000 mgr.y (mgr.14556) 15434 : cluster [DBG] pgmap v13638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:19:59.206292+0000 mgr.y (mgr.14556) 15434 : cluster [DBG] pgmap v13638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:20:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:01.207033+0000 mgr.y (mgr.14556) 15435 : cluster [DBG] pgmap v13639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:01.207033+0000 mgr.y (mgr.14556) 15435 : cluster [DBG] pgmap v13639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:01.207033+0000 mgr.y (mgr.14556) 15435 : cluster [DBG] pgmap v13639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:20:03] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:20:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:03.207517+0000 mgr.y (mgr.14556) 15436 : cluster [DBG] pgmap v13640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:03.207517+0000 mgr.y (mgr.14556) 15436 : cluster [DBG] pgmap v13640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:03.207517+0000 mgr.y (mgr.14556) 15436 : cluster [DBG] pgmap v13640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:05.207839+0000 mgr.y (mgr.14556) 15437 : cluster [DBG] pgmap v13641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:05.207839+0000 mgr.y (mgr.14556) 15437 : cluster [DBG] pgmap v13641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:05.207839+0000 mgr.y (mgr.14556) 15437 : cluster [DBG] pgmap v13641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:07.208484+0000 mgr.y (mgr.14556) 15438 : cluster [DBG] pgmap v13642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:07.208484+0000 mgr.y (mgr.14556) 15438 : cluster [DBG] pgmap v13642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:07.208484+0000 mgr.y (mgr.14556) 15438 : cluster [DBG] pgmap v13642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:09.208939+0000 mgr.y (mgr.14556) 15439 : cluster [DBG] pgmap v13643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:09.208939+0000 mgr.y (mgr.14556) 15439 : cluster [DBG] pgmap v13643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:09.208939+0000 mgr.y (mgr.14556) 15439 : cluster [DBG] pgmap v13643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:20:13.015 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:20:13.304 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:20:13.304 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 5m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:20:13.304 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 5m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:20:13.304 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 5m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:20:13.304 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 5m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:20:13.304 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 5m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:20:13.304 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 5m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:20:13.304 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 5m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:20:13.304 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 5m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:20:13.304 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 5m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:20:13.305 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 5m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:20:13.305 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 5m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:20:13.305 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 5m ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:20:13.305 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 5m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:20:13.305 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 5m ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:20:13.305 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 5m ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:20:13.305 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 5m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:20:13.305 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 5m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:20:13.305 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 5m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:20:13.305 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 5m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:20:13.305 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 5m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:20:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:11.209639+0000 mgr.y (mgr.14556) 15440 : cluster [DBG] pgmap v13644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:11.209639+0000 mgr.y (mgr.14556) 15440 : cluster [DBG] pgmap v13644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:11.209639+0000 mgr.y (mgr.14556) 15440 : cluster [DBG] pgmap v13644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:13.655 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:20:13.655 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:20:13.655 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:20:13.656 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:20:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:20:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:20:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:20:13.003463+0000 mgr.y (mgr.14556) 15441 : audit [DBG] from='client.30684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:20:14.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:20:13.656569+0000 mon.a (mon.0) 3420 : audit [DBG] from='client.? 172.21.15.23:0/1269905511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:20:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:20:13.003463+0000 mgr.y (mgr.14556) 15441 : audit [DBG] from='client.30684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:20:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:20:13.656569+0000 mon.a (mon.0) 3420 : audit [DBG] from='client.? 172.21.15.23:0/1269905511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:20:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:20:13.003463+0000 mgr.y (mgr.14556) 15441 : audit [DBG] from='client.30684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:20:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:20:13.656569+0000 mon.a (mon.0) 3420 : audit [DBG] from='client.? 172.21.15.23:0/1269905511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:20:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:13.209963+0000 mgr.y (mgr.14556) 15442 : cluster [DBG] pgmap v13645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:20:13.296870+0000 mgr.y (mgr.14556) 15443 : audit [DBG] from='client.30690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:20:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:13.209963+0000 mgr.y (mgr.14556) 15442 : cluster [DBG] pgmap v13645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:20:13.296870+0000 mgr.y (mgr.14556) 15443 : audit [DBG] from='client.30690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:20:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:13.209963+0000 mgr.y (mgr.14556) 15442 : cluster [DBG] pgmap v13645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:20:13.296870+0000 mgr.y (mgr.14556) 15443 : audit [DBG] from='client.30690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:20:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:15.210475+0000 mgr.y (mgr.14556) 15444 : cluster [DBG] pgmap v13646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:16.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:15.210475+0000 mgr.y (mgr.14556) 15444 : cluster [DBG] pgmap v13646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:15.210475+0000 mgr.y (mgr.14556) 15444 : cluster [DBG] pgmap v13646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:17.211306+0000 mgr.y (mgr.14556) 15445 : cluster [DBG] pgmap v13647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:17.211306+0000 mgr.y (mgr.14556) 15445 : cluster [DBG] pgmap v13647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:17.211306+0000 mgr.y (mgr.14556) 15445 : cluster [DBG] pgmap v13647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:19.211710+0000 mgr.y (mgr.14556) 15446 : cluster [DBG] pgmap v13648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:19.211710+0000 mgr.y (mgr.14556) 15446 : cluster [DBG] pgmap v13648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:19.211710+0000 mgr.y (mgr.14556) 15446 : cluster [DBG] pgmap v13648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:20:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:21.212315+0000 mgr.y (mgr.14556) 15447 : cluster [DBG] pgmap v13649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:21.212315+0000 mgr.y (mgr.14556) 15447 : cluster [DBG] pgmap v13649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:21.212315+0000 mgr.y (mgr.14556) 15447 : cluster [DBG] pgmap v13649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:20:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:20:24.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:23.212658+0000 mgr.y (mgr.14556) 15448 : cluster [DBG] pgmap v13650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:24.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:23.212658+0000 mgr.y (mgr.14556) 15448 : cluster [DBG] pgmap v13650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:23.212658+0000 mgr.y (mgr.14556) 15448 : cluster [DBG] pgmap v13650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:25.213207+0000 mgr.y (mgr.14556) 15449 : cluster [DBG] pgmap v13651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:25.213207+0000 mgr.y (mgr.14556) 15449 : cluster [DBG] pgmap v13651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:25.213207+0000 mgr.y (mgr.14556) 15449 : cluster [DBG] pgmap v13651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:27.213828+0000 mgr.y (mgr.14556) 15450 : cluster [DBG] pgmap v13652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:27.213828+0000 mgr.y (mgr.14556) 15450 : cluster [DBG] pgmap v13652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:27.213828+0000 mgr.y (mgr.14556) 15450 : cluster [DBG] pgmap v13652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:29.214341+0000 mgr.y (mgr.14556) 15451 : cluster [DBG] pgmap v13653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:29.214341+0000 mgr.y (mgr.14556) 15451 : cluster [DBG] pgmap v13653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:29.214341+0000 mgr.y (mgr.14556) 15451 : cluster [DBG] pgmap v13653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:20:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:31.215155+0000 mgr.y (mgr.14556) 15452 : cluster [DBG] pgmap v13654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:31.215155+0000 mgr.y (mgr.14556) 15452 : cluster [DBG] pgmap v13654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:31.215155+0000 mgr.y (mgr.14556) 15452 : cluster [DBG] pgmap v13654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:20:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:20:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:33.215555+0000 mgr.y (mgr.14556) 15453 : cluster [DBG] pgmap v13655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:33.215555+0000 mgr.y (mgr.14556) 15453 : cluster [DBG] pgmap v13655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:33.215555+0000 mgr.y (mgr.14556) 15453 : cluster [DBG] pgmap v13655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:20:34.378362+0000 mon.a (mon.0) 3421 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:20:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:20:34.378362+0000 mon.a (mon.0) 3421 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:20:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:20:34.378362+0000 mon.a (mon.0) 3421 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:20:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:35.216074+0000 mgr.y (mgr.14556) 15454 : cluster [DBG] pgmap v13656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:35.216074+0000 mgr.y (mgr.14556) 15454 : cluster [DBG] pgmap v13656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:35.216074+0000 mgr.y (mgr.14556) 15454 : cluster [DBG] pgmap v13656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:37.216767+0000 mgr.y (mgr.14556) 15455 : cluster [DBG] pgmap v13657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:20:37.664180+0000 mon.a (mon.0) 3422 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:20:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:20:37.953995+0000 mon.a (mon.0) 3423 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:20:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:20:37.954685+0000 mon.a (mon.0) 3424 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:20:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:20:37.963480+0000 mon.a (mon.0) 3425 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:20:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:37.216767+0000 mgr.y (mgr.14556) 15455 : cluster [DBG] pgmap v13657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:20:37.664180+0000 mon.a (mon.0) 3422 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:20:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:20:37.953995+0000 mon.a (mon.0) 3423 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:20:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:20:37.954685+0000 mon.a (mon.0) 3424 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:20:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:20:37.963480+0000 mon.a (mon.0) 3425 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:20:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:37.216767+0000 mgr.y (mgr.14556) 15455 : cluster [DBG] pgmap v13657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:20:37.664180+0000 mon.a (mon.0) 3422 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:20:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:20:37.953995+0000 mon.a (mon.0) 3423 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:20:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:20:37.954685+0000 mon.a (mon.0) 3424 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:20:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:20:37.963480+0000 mon.a (mon.0) 3425 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:20:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:39.217304+0000 mgr.y (mgr.14556) 15456 : cluster [DBG] pgmap v13658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:39.217304+0000 mgr.y (mgr.14556) 15456 : cluster [DBG] pgmap v13658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:39.217304+0000 mgr.y (mgr.14556) 15456 : cluster [DBG] pgmap v13658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:20:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:41.218051+0000 mgr.y (mgr.14556) 15457 : cluster [DBG] pgmap v13659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:41.218051+0000 mgr.y (mgr.14556) 15457 : cluster [DBG] pgmap v13659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:41.218051+0000 mgr.y (mgr.14556) 15457 : cluster [DBG] pgmap v13659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:43.986 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:20:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:20:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:20:44.273 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:20:44.273 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:20:44.273 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 6m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:20:44.273 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:20:44.273 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 6m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:20:44.273 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 6m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 6m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 6m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 6m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 6m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6m ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6m ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6m ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 6m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 6m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:20:44.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 6m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:20:44.275 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 6m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:20:44.275 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 6m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:20:44.620 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:20:44.621 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:20:44.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:20:44.622 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:20:44.622 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:20:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:43.218466+0000 mgr.y (mgr.14556) 15458 : cluster [DBG] pgmap v13660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:20:43.974124+0000 mgr.y (mgr.14556) 15459 : audit [DBG] from='client.40613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:20:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:20:44.621448+0000 mon.a (mon.0) 3426 : audit [DBG] from='client.? 172.21.15.23:0/2710030937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:20:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:43.218466+0000 mgr.y (mgr.14556) 15458 : cluster [DBG] pgmap v13660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:20:43.974124+0000 mgr.y (mgr.14556) 15459 : audit [DBG] from='client.40613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:20:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:20:44.621448+0000 mon.a (mon.0) 3426 : audit [DBG] from='client.? 172.21.15.23:0/2710030937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:20:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:43.218466+0000 mgr.y (mgr.14556) 15458 : cluster [DBG] pgmap v13660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:20:43.974124+0000 mgr.y (mgr.14556) 15459 : audit [DBG] from='client.40613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:20:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:20:44.621448+0000 mon.a (mon.0) 3426 : audit [DBG] from='client.? 172.21.15.23:0/2710030937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:20:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:20:44.266251+0000 mgr.y (mgr.14556) 15460 : audit [DBG] from='client.30708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:20:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:20:44.266251+0000 mgr.y (mgr.14556) 15460 : audit [DBG] from='client.30708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:20:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:20:44.266251+0000 mgr.y (mgr.14556) 15460 : audit [DBG] from='client.30708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:20:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:45.218981+0000 mgr.y (mgr.14556) 15461 : cluster [DBG] pgmap v13661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:45.218981+0000 mgr.y (mgr.14556) 15461 : cluster [DBG] pgmap v13661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:47.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:45.218981+0000 mgr.y (mgr.14556) 15461 : cluster [DBG] pgmap v13661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:47.219759+0000 mgr.y (mgr.14556) 15462 : cluster [DBG] pgmap v13662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:47.219759+0000 mgr.y (mgr.14556) 15462 : cluster [DBG] pgmap v13662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:47.219759+0000 mgr.y (mgr.14556) 15462 : cluster [DBG] pgmap v13662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:49.220341+0000 mgr.y (mgr.14556) 15463 : cluster [DBG] pgmap v13663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:49.220341+0000 mgr.y (mgr.14556) 15463 : cluster [DBG] pgmap v13663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:49.220341+0000 mgr.y (mgr.14556) 15463 : cluster [DBG] pgmap v13663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:20:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:51.221018+0000 mgr.y (mgr.14556) 15464 : cluster [DBG] pgmap v13664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:51.221018+0000 mgr.y (mgr.14556) 15464 : cluster [DBG] pgmap v13664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:51.221018+0000 mgr.y (mgr.14556) 15464 : cluster [DBG] pgmap v13664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:20:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:20:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:53.221432+0000 mgr.y (mgr.14556) 15465 : cluster [DBG] pgmap v13665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:53.221432+0000 mgr.y (mgr.14556) 15465 : cluster [DBG] pgmap v13665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:53.221432+0000 mgr.y (mgr.14556) 15465 : cluster [DBG] pgmap v13665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:55.221948+0000 mgr.y (mgr.14556) 15466 : cluster [DBG] pgmap v13666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:55.221948+0000 mgr.y (mgr.14556) 15466 : cluster [DBG] pgmap v13666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:55.221948+0000 mgr.y (mgr.14556) 15466 : cluster [DBG] pgmap v13666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:20:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:57.222509+0000 mgr.y (mgr.14556) 15467 : cluster [DBG] pgmap v13667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:20:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:57.222509+0000 mgr.y (mgr.14556) 15467 : cluster [DBG] pgmap v13667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:20:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:20:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:57.222509+0000 mgr.y (mgr.14556) 15467 : cluster [DBG] pgmap v13667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:20:59.222852+0000 mgr.y (mgr.14556) 15468 : cluster [DBG] pgmap v13668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:20:59.222852+0000 mgr.y (mgr.14556) 15468 : cluster [DBG] pgmap v13668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:01.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:20:59.222852+0000 mgr.y (mgr.14556) 15468 : cluster [DBG] pgmap v13668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:21:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:01.223613+0000 mgr.y (mgr.14556) 15469 : cluster [DBG] pgmap v13669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:01.223613+0000 mgr.y (mgr.14556) 15469 : cluster [DBG] pgmap v13669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:01.223613+0000 mgr.y (mgr.14556) 15469 : cluster [DBG] pgmap v13669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:21:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:21:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:03.224131+0000 mgr.y (mgr.14556) 15470 : cluster [DBG] pgmap v13670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:03.224131+0000 mgr.y (mgr.14556) 15470 : cluster [DBG] pgmap v13670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:03.224131+0000 mgr.y (mgr.14556) 15470 : cluster [DBG] pgmap v13670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:05.224643+0000 mgr.y (mgr.14556) 15471 : cluster [DBG] pgmap v13671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:05.224643+0000 mgr.y (mgr.14556) 15471 : cluster [DBG] pgmap v13671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:05.224643+0000 mgr.y (mgr.14556) 15471 : cluster [DBG] pgmap v13671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:07.225451+0000 mgr.y (mgr.14556) 15472 : cluster [DBG] pgmap v13672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:07.225451+0000 mgr.y (mgr.14556) 15472 : cluster [DBG] pgmap v13672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:07.225451+0000 mgr.y (mgr.14556) 15472 : cluster [DBG] pgmap v13672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:11.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:09.225845+0000 mgr.y (mgr.14556) 15473 : cluster [DBG] pgmap v13673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:09.225845+0000 mgr.y (mgr.14556) 15473 : cluster [DBG] pgmap v13673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:11.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:09.225845+0000 mgr.y (mgr.14556) 15473 : cluster [DBG] pgmap v13673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:21:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:11.226639+0000 mgr.y (mgr.14556) 15474 : cluster [DBG] pgmap v13674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:11.226639+0000 mgr.y (mgr.14556) 15474 : cluster [DBG] pgmap v13674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:11.226639+0000 mgr.y (mgr.14556) 15474 : cluster [DBG] pgmap v13674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:21:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:21:14.947 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:21:15.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:13.227169+0000 mgr.y (mgr.14556) 15475 : cluster [DBG] pgmap v13675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:13.227169+0000 mgr.y (mgr.14556) 15475 : cluster [DBG] pgmap v13675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:13.227169+0000 mgr.y (mgr.14556) 15475 : cluster [DBG] pgmap v13675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:15.237 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:21:15.237 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:21:15.237 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 6m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:21:15.237 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:21:15.237 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 6m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:21:15.237 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 6m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:21:15.237 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 6m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:21:15.237 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 6m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:21:15.237 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 6m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:21:15.237 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:21:15.237 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:21:15.237 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 6m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:21:15.238 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6m ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:21:15.238 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:21:15.238 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6m ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:21:15.238 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6m ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:21:15.238 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 6m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:21:15.238 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 6m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:21:15.238 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 6m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:21:15.238 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 6m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:21:15.238 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 6m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:21:15.585 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:21:15.585 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:21:15.585 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:21:15.586 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:21:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:21:14.935502+0000 mgr.y (mgr.14556) 15476 : audit [DBG] from='client.40631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:21:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:21:15.586493+0000 mon.c (mon.2) 389 : audit [DBG] from='client.? 172.21.15.23:0/1408192486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:21:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:21:14.935502+0000 mgr.y (mgr.14556) 15476 : audit [DBG] from='client.40631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:21:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:21:15.586493+0000 mon.c (mon.2) 389 : audit [DBG] from='client.? 172.21.15.23:0/1408192486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:21:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:21:14.935502+0000 mgr.y (mgr.14556) 15476 : audit [DBG] from='client.40631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:21:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:21:15.586493+0000 mon.c (mon.2) 389 : audit [DBG] from='client.? 172.21.15.23:0/1408192486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:21:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:15.227527+0000 mgr.y (mgr.14556) 15477 : cluster [DBG] pgmap v13676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:21:15.229966+0000 mgr.y (mgr.14556) 15478 : audit [DBG] from='client.30726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:21:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:15.227527+0000 mgr.y (mgr.14556) 15477 : cluster [DBG] pgmap v13676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:21:15.229966+0000 mgr.y (mgr.14556) 15478 : audit [DBG] from='client.30726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:21:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:15.227527+0000 mgr.y (mgr.14556) 15477 : cluster [DBG] pgmap v13676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:21:15.229966+0000 mgr.y (mgr.14556) 15478 : audit [DBG] from='client.30726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:21:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:17.228109+0000 mgr.y (mgr.14556) 15479 : cluster [DBG] pgmap v13677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:17.228109+0000 mgr.y (mgr.14556) 15479 : cluster [DBG] pgmap v13677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:17.228109+0000 mgr.y (mgr.14556) 15479 : cluster [DBG] pgmap v13677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:19.228598+0000 mgr.y (mgr.14556) 15480 : cluster [DBG] pgmap v13678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:19.228598+0000 mgr.y (mgr.14556) 15480 : cluster [DBG] pgmap v13678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:19.228598+0000 mgr.y (mgr.14556) 15480 : cluster [DBG] pgmap v13678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:21:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:21.229407+0000 mgr.y (mgr.14556) 15481 : cluster [DBG] pgmap v13679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:21.229407+0000 mgr.y (mgr.14556) 15481 : cluster [DBG] pgmap v13679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:23.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:21.229407+0000 mgr.y (mgr.14556) 15481 : cluster [DBG] pgmap v13679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:21:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:21:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:23.229945+0000 mgr.y (mgr.14556) 15482 : cluster [DBG] pgmap v13680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:23.229945+0000 mgr.y (mgr.14556) 15482 : cluster [DBG] pgmap v13680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:23.229945+0000 mgr.y (mgr.14556) 15482 : cluster [DBG] pgmap v13680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:25.230440+0000 mgr.y (mgr.14556) 15483 : cluster [DBG] pgmap v13681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:25.230440+0000 mgr.y (mgr.14556) 15483 : cluster [DBG] pgmap v13681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:25.230440+0000 mgr.y (mgr.14556) 15483 : cluster [DBG] pgmap v13681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:27.230990+0000 mgr.y (mgr.14556) 15484 : cluster [DBG] pgmap v13682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:27.230990+0000 mgr.y (mgr.14556) 15484 : cluster [DBG] pgmap v13682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:29.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:27.230990+0000 mgr.y (mgr.14556) 15484 : cluster [DBG] pgmap v13682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:29.231451+0000 mgr.y (mgr.14556) 15485 : cluster [DBG] pgmap v13683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:29.231451+0000 mgr.y (mgr.14556) 15485 : cluster [DBG] pgmap v13683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:29.231451+0000 mgr.y (mgr.14556) 15485 : cluster [DBG] pgmap v13683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:21:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:31.232111+0000 mgr.y (mgr.14556) 15486 : cluster [DBG] pgmap v13684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:31.232111+0000 mgr.y (mgr.14556) 15486 : cluster [DBG] pgmap v13684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:31.232111+0000 mgr.y (mgr.14556) 15486 : cluster [DBG] pgmap v13684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:21:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:21:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:33.232667+0000 mgr.y (mgr.14556) 15487 : cluster [DBG] pgmap v13685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:33.232667+0000 mgr.y (mgr.14556) 15487 : cluster [DBG] pgmap v13685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:33.232667+0000 mgr.y (mgr.14556) 15487 : cluster [DBG] pgmap v13685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:35.233209+0000 mgr.y (mgr.14556) 15488 : cluster [DBG] pgmap v13686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:35.233209+0000 mgr.y (mgr.14556) 15488 : cluster [DBG] pgmap v13686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:35.233209+0000 mgr.y (mgr.14556) 15488 : cluster [DBG] pgmap v13686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:37.233934+0000 mgr.y (mgr.14556) 15489 : cluster [DBG] pgmap v13687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:21:37.967931+0000 mon.a (mon.0) 3427 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:21:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:37.233934+0000 mgr.y (mgr.14556) 15489 : cluster [DBG] pgmap v13687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:21:37.967931+0000 mon.a (mon.0) 3427 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:21:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:37.233934+0000 mgr.y (mgr.14556) 15489 : cluster [DBG] pgmap v13687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:21:37.967931+0000 mon.a (mon.0) 3427 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:21:40.956 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:39.234349+0000 mgr.y (mgr.14556) 15490 : cluster [DBG] pgmap v13688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:39.234349+0000 mgr.y (mgr.14556) 15490 : cluster [DBG] pgmap v13688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:39.234349+0000 mgr.y (mgr.14556) 15490 : cluster [DBG] pgmap v13688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:21:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:21:41.212524+0000 mon.a (mon.0) 3428 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:21:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:41.235034+0000 mgr.y (mgr.14556) 15491 : cluster [DBG] pgmap v13689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:21:41.496828+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:21:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:21:41.497804+0000 mon.a (mon.0) 3430 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:21:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:21:41.505107+0000 mon.a (mon.0) 3431 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:21:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:21:41.212524+0000 mon.a (mon.0) 3428 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:21:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:41.235034+0000 mgr.y (mgr.14556) 15491 : cluster [DBG] pgmap v13689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:42.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:21:41.496828+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:21:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:21:41.497804+0000 mon.a (mon.0) 3430 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:21:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:21:41.505107+0000 mon.a (mon.0) 3431 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:21:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:21:41.212524+0000 mon.a (mon.0) 3428 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:21:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:41.235034+0000 mgr.y (mgr.14556) 15491 : cluster [DBG] pgmap v13689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:21:41.496828+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:21:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:21:41.497804+0000 mon.a (mon.0) 3430 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:21:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:21:41.505107+0000 mon.a (mon.0) 3431 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:21:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:21:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:21:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:43.235514+0000 mgr.y (mgr.14556) 15492 : cluster [DBG] pgmap v13690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:43.235514+0000 mgr.y (mgr.14556) 15492 : cluster [DBG] pgmap v13690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:43.235514+0000 mgr.y (mgr.14556) 15492 : cluster [DBG] pgmap v13690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:45.913 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:21:46.205 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:21:46.205 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:21:46.205 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 7m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:21:46.205 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:21:46.205 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 7m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:21:46.205 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 7m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:21:46.205 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 7m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 7m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 7m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 7m ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 7m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7m ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7m ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 7m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 7m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 7m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 7m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:21:46.206 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 7m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:21:46.564 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:21:46.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:21:46.565 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:21:46.565 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:21:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:45.235979+0000 mgr.y (mgr.14556) 15493 : cluster [DBG] pgmap v13691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:21:45.902287+0000 mgr.y (mgr.14556) 15494 : audit [DBG] from='client.30738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:21:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:45.235979+0000 mgr.y (mgr.14556) 15493 : cluster [DBG] pgmap v13691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:21:45.902287+0000 mgr.y (mgr.14556) 15494 : audit [DBG] from='client.30738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:21:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:45.235979+0000 mgr.y (mgr.14556) 15493 : cluster [DBG] pgmap v13691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:21:45.902287+0000 mgr.y (mgr.14556) 15494 : audit [DBG] from='client.30738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:21:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:21:46.198042+0000 mgr.y (mgr.14556) 15495 : audit [DBG] from='client.30744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:21:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:21:46.564546+0000 mon.a (mon.0) 3432 : audit [DBG] from='client.? 172.21.15.23:0/3511253570' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:21:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:21:46.198042+0000 mgr.y (mgr.14556) 15495 : audit [DBG] from='client.30744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:21:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:21:46.564546+0000 mon.a (mon.0) 3432 : audit [DBG] from='client.? 172.21.15.23:0/3511253570' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:21:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:21:46.198042+0000 mgr.y (mgr.14556) 15495 : audit [DBG] from='client.30744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:21:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:21:46.564546+0000 mon.a (mon.0) 3432 : audit [DBG] from='client.? 172.21.15.23:0/3511253570' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:21:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:47.236482+0000 mgr.y (mgr.14556) 15496 : cluster [DBG] pgmap v13692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:47.236482+0000 mgr.y (mgr.14556) 15496 : cluster [DBG] pgmap v13692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:47.236482+0000 mgr.y (mgr.14556) 15496 : cluster [DBG] pgmap v13692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:49.236862+0000 mgr.y (mgr.14556) 15497 : cluster [DBG] pgmap v13693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:49.236862+0000 mgr.y (mgr.14556) 15497 : cluster [DBG] pgmap v13693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:49.236862+0000 mgr.y (mgr.14556) 15497 : cluster [DBG] pgmap v13693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:21:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:51.237544+0000 mgr.y (mgr.14556) 15498 : cluster [DBG] pgmap v13694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:51.237544+0000 mgr.y (mgr.14556) 15498 : cluster [DBG] pgmap v13694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:51.237544+0000 mgr.y (mgr.14556) 15498 : cluster [DBG] pgmap v13694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:21:53] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:21:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:53.238113+0000 mgr.y (mgr.14556) 15499 : cluster [DBG] pgmap v13695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:53.238113+0000 mgr.y (mgr.14556) 15499 : cluster [DBG] pgmap v13695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:53.238113+0000 mgr.y (mgr.14556) 15499 : cluster [DBG] pgmap v13695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:55.238701+0000 mgr.y (mgr.14556) 15500 : cluster [DBG] pgmap v13696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:55.238701+0000 mgr.y (mgr.14556) 15500 : cluster [DBG] pgmap v13696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:56.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:55.238701+0000 mgr.y (mgr.14556) 15500 : cluster [DBG] pgmap v13696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:58.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:57.239229+0000 mgr.y (mgr.14556) 15501 : cluster [DBG] pgmap v13697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:57.239229+0000 mgr.y (mgr.14556) 15501 : cluster [DBG] pgmap v13697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:21:58.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:21:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:57.239229+0000 mgr.y (mgr.14556) 15501 : cluster [DBG] pgmap v13697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:21:59.239657+0000 mgr.y (mgr.14556) 15502 : cluster [DBG] pgmap v13698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:21:59.239657+0000 mgr.y (mgr.14556) 15502 : cluster [DBG] pgmap v13698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:21:59.239657+0000 mgr.y (mgr.14556) 15502 : cluster [DBG] pgmap v13698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:22:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:01.240527+0000 mgr.y (mgr.14556) 15503 : cluster [DBG] pgmap v13699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:01.240527+0000 mgr.y (mgr.14556) 15503 : cluster [DBG] pgmap v13699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:02.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:01.240527+0000 mgr.y (mgr.14556) 15503 : cluster [DBG] pgmap v13699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:22:03] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:22:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:03.240883+0000 mgr.y (mgr.14556) 15504 : cluster [DBG] pgmap v13700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:03.240883+0000 mgr.y (mgr.14556) 15504 : cluster [DBG] pgmap v13700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:03.240883+0000 mgr.y (mgr.14556) 15504 : cluster [DBG] pgmap v13700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:05.241613+0000 mgr.y (mgr.14556) 15505 : cluster [DBG] pgmap v13701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:05.241613+0000 mgr.y (mgr.14556) 15505 : cluster [DBG] pgmap v13701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:05.241613+0000 mgr.y (mgr.14556) 15505 : cluster [DBG] pgmap v13701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:07.242105+0000 mgr.y (mgr.14556) 15506 : cluster [DBG] pgmap v13702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:07.242105+0000 mgr.y (mgr.14556) 15506 : cluster [DBG] pgmap v13702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:07.242105+0000 mgr.y (mgr.14556) 15506 : cluster [DBG] pgmap v13702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:09.242533+0000 mgr.y (mgr.14556) 15507 : cluster [DBG] pgmap v13703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:09.242533+0000 mgr.y (mgr.14556) 15507 : cluster [DBG] pgmap v13703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:09.242533+0000 mgr.y (mgr.14556) 15507 : cluster [DBG] pgmap v13703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:22:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:11.243210+0000 mgr.y (mgr.14556) 15508 : cluster [DBG] pgmap v13704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:11.243210+0000 mgr.y (mgr.14556) 15508 : cluster [DBG] pgmap v13704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:11.243210+0000 mgr.y (mgr.14556) 15508 : cluster [DBG] pgmap v13704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:22:13] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:22:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:13.243875+0000 mgr.y (mgr.14556) 15509 : cluster [DBG] pgmap v13705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:13.243875+0000 mgr.y (mgr.14556) 15509 : cluster [DBG] pgmap v13705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:13.243875+0000 mgr.y (mgr.14556) 15509 : cluster [DBG] pgmap v13705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:15.244685+0000 mgr.y (mgr.14556) 15510 : cluster [DBG] pgmap v13706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:15.244685+0000 mgr.y (mgr.14556) 15510 : cluster [DBG] pgmap v13706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:16.890 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:22:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:15.244685+0000 mgr.y (mgr.14556) 15510 : cluster [DBG] pgmap v13706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:17.175 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 7m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 7m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 7m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 7m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 7m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 7m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 7m ago 7h 46.2M 2474M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:22:17.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 7m ago 7h 45.5M 2474M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:22:17.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7m ago 7h 44.3M 2474M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:22:17.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7m ago 7h 43.5M 2474M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:22:17.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 7m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:22:17.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 7m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:22:17.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 7m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:22:17.177 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 7m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:22:17.177 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 7m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:22:17.526 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:22:17.526 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:22:17.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:22:17.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:22:17.526 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:22:17.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:22:17.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:22:17.526 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:22:17.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:22:17.527 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:22:17.527 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:22:17.527 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:22:17.527 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:22:17.527 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:22:17.527 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:22:17.527 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:22:17.527 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:22:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:16.879790+0000 mgr.y (mgr.14556) 15511 : audit [DBG] from='client.30756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:22:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:17.168529+0000 mgr.y (mgr.14556) 15512 : audit [DBG] from='client.40673 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:22:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:16.879790+0000 mgr.y (mgr.14556) 15511 : audit [DBG] from='client.30756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:22:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:17.168529+0000 mgr.y (mgr.14556) 15512 : audit [DBG] from='client.40673 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:22:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:16.879790+0000 mgr.y (mgr.14556) 15511 : audit [DBG] from='client.30756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:22:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:17.168529+0000 mgr.y (mgr.14556) 15512 : audit [DBG] from='client.40673 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:22:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:17.245165+0000 mgr.y (mgr.14556) 15513 : cluster [DBG] pgmap v13707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:17.526770+0000 mon.c (mon.2) 390 : audit [DBG] from='client.? 172.21.15.23:0/1574332562' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:22:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:17.245165+0000 mgr.y (mgr.14556) 15513 : cluster [DBG] pgmap v13707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:17.526770+0000 mon.c (mon.2) 390 : audit [DBG] from='client.? 172.21.15.23:0/1574332562' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:22:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:17.245165+0000 mgr.y (mgr.14556) 15513 : cluster [DBG] pgmap v13707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:17.526770+0000 mon.c (mon.2) 390 : audit [DBG] from='client.? 172.21.15.23:0/1574332562' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:22:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:19.245622+0000 mgr.y (mgr.14556) 15514 : cluster [DBG] pgmap v13708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:19.245622+0000 mgr.y (mgr.14556) 15514 : cluster [DBG] pgmap v13708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:19.245622+0000 mgr.y (mgr.14556) 15514 : cluster [DBG] pgmap v13708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:22:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:21.246538+0000 mgr.y (mgr.14556) 15515 : cluster [DBG] pgmap v13709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:21.246538+0000 mgr.y (mgr.14556) 15515 : cluster [DBG] pgmap v13709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:21.246538+0000 mgr.y (mgr.14556) 15515 : cluster [DBG] pgmap v13709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:22:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:22:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:23.247159+0000 mgr.y (mgr.14556) 15516 : cluster [DBG] pgmap v13710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:23.247159+0000 mgr.y (mgr.14556) 15516 : cluster [DBG] pgmap v13710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:23.247159+0000 mgr.y (mgr.14556) 15516 : cluster [DBG] pgmap v13710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:25.247732+0000 mgr.y (mgr.14556) 15517 : cluster [DBG] pgmap v13711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:25.247732+0000 mgr.y (mgr.14556) 15517 : cluster [DBG] pgmap v13711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:26.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:25.247732+0000 mgr.y (mgr.14556) 15517 : cluster [DBG] pgmap v13711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:27.248291+0000 mgr.y (mgr.14556) 15518 : cluster [DBG] pgmap v13712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:27.248291+0000 mgr.y (mgr.14556) 15518 : cluster [DBG] pgmap v13712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:27.248291+0000 mgr.y (mgr.14556) 15518 : cluster [DBG] pgmap v13712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:29.248852+0000 mgr.y (mgr.14556) 15519 : cluster [DBG] pgmap v13713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:29.248852+0000 mgr.y (mgr.14556) 15519 : cluster [DBG] pgmap v13713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:30.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:29.248852+0000 mgr.y (mgr.14556) 15519 : cluster [DBG] pgmap v13713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:22:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:31.249538+0000 mgr.y (mgr.14556) 15520 : cluster [DBG] pgmap v13714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:31.249538+0000 mgr.y (mgr.14556) 15520 : cluster [DBG] pgmap v13714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:31.249538+0000 mgr.y (mgr.14556) 15520 : cluster [DBG] pgmap v13714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:22:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:22:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:33.249924+0000 mgr.y (mgr.14556) 15521 : cluster [DBG] pgmap v13715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:33.249924+0000 mgr.y (mgr.14556) 15521 : cluster [DBG] pgmap v13715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:33.249924+0000 mgr.y (mgr.14556) 15521 : cluster [DBG] pgmap v13715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:35.250503+0000 mgr.y (mgr.14556) 15522 : cluster [DBG] pgmap v13716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:35.250503+0000 mgr.y (mgr.14556) 15522 : cluster [DBG] pgmap v13716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:35.250503+0000 mgr.y (mgr.14556) 15522 : cluster [DBG] pgmap v13716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:37.251029+0000 mgr.y (mgr.14556) 15523 : cluster [DBG] pgmap v13717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:37.251029+0000 mgr.y (mgr.14556) 15523 : cluster [DBG] pgmap v13717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:37.251029+0000 mgr.y (mgr.14556) 15523 : cluster [DBG] pgmap v13717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:39.251499+0000 mgr.y (mgr.14556) 15524 : cluster [DBG] pgmap v13718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:39.251499+0000 mgr.y (mgr.14556) 15524 : cluster [DBG] pgmap v13718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:40.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:39.251499+0000 mgr.y (mgr.14556) 15524 : cluster [DBG] pgmap v13718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:41.510820+0000 mon.a (mon.0) 3433 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:22:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:22:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:41.510820+0000 mon.a (mon.0) 3433 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:22:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:41.510820+0000 mon.a (mon.0) 3433 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:22:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:41.252273+0000 mgr.y (mgr.14556) 15525 : cluster [DBG] pgmap v13719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:41.817539+0000 mon.a (mon.0) 3434 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:22:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:41.818221+0000 mon.a (mon.0) 3435 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:22:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:41.818758+0000 mon.a (mon.0) 3436 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:22:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:41.819258+0000 mon.a (mon.0) 3437 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:22:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T14:22:41.819675+0000 mgr.y (mgr.14556) 15526 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2473M 2024-03-22T14:22:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:41.827803+0000 mon.a (mon.0) 3438 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:22:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:41.828547+0000 mon.a (mon.0) 3439 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:22:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:41.829191+0000 mon.a (mon.0) 3440 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:22:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:41.839313+0000 mon.a (mon.0) 3441 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:22:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:41.252273+0000 mgr.y (mgr.14556) 15525 : cluster [DBG] pgmap v13719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:41.817539+0000 mon.a (mon.0) 3434 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:22:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:41.818221+0000 mon.a (mon.0) 3435 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:22:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:41.818758+0000 mon.a (mon.0) 3436 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:22:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:41.819258+0000 mon.a (mon.0) 3437 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:22:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T14:22:41.819675+0000 mgr.y (mgr.14556) 15526 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2473M 2024-03-22T14:22:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:41.827803+0000 mon.a (mon.0) 3438 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:41.828547+0000 mon.a (mon.0) 3439 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:41.829191+0000 mon.a (mon.0) 3440 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:41.839313+0000 mon.a (mon.0) 3441 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:41.252273+0000 mgr.y (mgr.14556) 15525 : cluster [DBG] pgmap v13719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:41.817539+0000 mon.a (mon.0) 3434 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:41.818221+0000 mon.a (mon.0) 3435 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:41.818758+0000 mon.a (mon.0) 3436 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:41.819258+0000 mon.a (mon.0) 3437 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T14:22:41.819675+0000 mgr.y (mgr.14556) 15526 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2473M 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:41.827803+0000 mon.a (mon.0) 3438 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:41.828547+0000 mon.a (mon.0) 3439 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:41.829191+0000 mon.a (mon.0) 3440 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:22:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:41.839313+0000 mon.a (mon.0) 3441 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:22:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:22:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:22:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:43.252794+0000 mgr.y (mgr.14556) 15527 : cluster [DBG] pgmap v13720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:43.252794+0000 mgr.y (mgr.14556) 15527 : cluster [DBG] pgmap v13720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:43.252794+0000 mgr.y (mgr.14556) 15527 : cluster [DBG] pgmap v13720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:45.253387+0000 mgr.y (mgr.14556) 15528 : cluster [DBG] pgmap v13721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:45.253387+0000 mgr.y (mgr.14556) 15528 : cluster [DBG] pgmap v13721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:45.253387+0000 mgr.y (mgr.14556) 15528 : cluster [DBG] pgmap v13721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:47.851 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 8m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 8m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 8m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 8m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 8m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 8m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 8m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 8m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 8m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 8m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 8m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 8m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:22:48.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 8m ago 7h 45.5M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:22:48.138 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 8m ago 7h 44.3M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:22:48.138 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 8m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:22:48.138 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 8m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:22:48.138 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 8m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:22:48.138 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 8m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:22:48.138 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 8m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:22:48.138 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 8m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:22:48.485 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:22:48.485 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:22:48.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:22:48.485 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:22:48.485 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:22:48.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:22:48.485 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:22:48.485 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:22:48.485 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:22:48.485 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:22:48.485 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:22:48.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:22:48.486 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:22:48.486 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:22:48.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:22:48.486 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:22:48.486 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:22:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:47.253938+0000 mgr.y (mgr.14556) 15529 : cluster [DBG] pgmap v13722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:47.839800+0000 mgr.y (mgr.14556) 15530 : audit [DBG] from='client.30774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:22:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:48.129716+0000 mgr.y (mgr.14556) 15531 : audit [DBG] from='client.30780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:22:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:22:48.485690+0000 mon.a (mon.0) 3442 : audit [DBG] from='client.? 172.21.15.23:0/1235721617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:22:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:47.253938+0000 mgr.y (mgr.14556) 15529 : cluster [DBG] pgmap v13722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:47.839800+0000 mgr.y (mgr.14556) 15530 : audit [DBG] from='client.30774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:22:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:48.129716+0000 mgr.y (mgr.14556) 15531 : audit [DBG] from='client.30780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:22:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:22:48.485690+0000 mon.a (mon.0) 3442 : audit [DBG] from='client.? 172.21.15.23:0/1235721617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:22:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:47.253938+0000 mgr.y (mgr.14556) 15529 : cluster [DBG] pgmap v13722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:47.839800+0000 mgr.y (mgr.14556) 15530 : audit [DBG] from='client.30774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:22:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:48.129716+0000 mgr.y (mgr.14556) 15531 : audit [DBG] from='client.30780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:22:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:22:48.485690+0000 mon.a (mon.0) 3442 : audit [DBG] from='client.? 172.21.15.23:0/1235721617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:22:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:49.254479+0000 mgr.y (mgr.14556) 15532 : cluster [DBG] pgmap v13723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:49.254479+0000 mgr.y (mgr.14556) 15532 : cluster [DBG] pgmap v13723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:49.254479+0000 mgr.y (mgr.14556) 15532 : cluster [DBG] pgmap v13723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:22:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:51.255357+0000 mgr.y (mgr.14556) 15533 : cluster [DBG] pgmap v13724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:51.255357+0000 mgr.y (mgr.14556) 15533 : cluster [DBG] pgmap v13724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:51.255357+0000 mgr.y (mgr.14556) 15533 : cluster [DBG] pgmap v13724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:22:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:22:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:53.255699+0000 mgr.y (mgr.14556) 15534 : cluster [DBG] pgmap v13725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:53.255699+0000 mgr.y (mgr.14556) 15534 : cluster [DBG] pgmap v13725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:53.255699+0000 mgr.y (mgr.14556) 15534 : cluster [DBG] pgmap v13725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:55.256244+0000 mgr.y (mgr.14556) 15535 : cluster [DBG] pgmap v13726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:55.256244+0000 mgr.y (mgr.14556) 15535 : cluster [DBG] pgmap v13726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:55.256244+0000 mgr.y (mgr.14556) 15535 : cluster [DBG] pgmap v13726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:57.256912+0000 mgr.y (mgr.14556) 15536 : cluster [DBG] pgmap v13727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:57.256912+0000 mgr.y (mgr.14556) 15536 : cluster [DBG] pgmap v13727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:22:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:22:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:57.256912+0000 mgr.y (mgr.14556) 15536 : cluster [DBG] pgmap v13727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:22:59.257295+0000 mgr.y (mgr.14556) 15537 : cluster [DBG] pgmap v13728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:22:59.257295+0000 mgr.y (mgr.14556) 15537 : cluster [DBG] pgmap v13728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:22:59.257295+0000 mgr.y (mgr.14556) 15537 : cluster [DBG] pgmap v13728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:23:03.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:01.258003+0000 mgr.y (mgr.14556) 15538 : cluster [DBG] pgmap v13729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:01.258003+0000 mgr.y (mgr.14556) 15538 : cluster [DBG] pgmap v13729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:01.258003+0000 mgr.y (mgr.14556) 15538 : cluster [DBG] pgmap v13729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:23:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:23:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:03.258476+0000 mgr.y (mgr.14556) 15539 : cluster [DBG] pgmap v13730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:03.258476+0000 mgr.y (mgr.14556) 15539 : cluster [DBG] pgmap v13730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:03.258476+0000 mgr.y (mgr.14556) 15539 : cluster [DBG] pgmap v13730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:05.259042+0000 mgr.y (mgr.14556) 15540 : cluster [DBG] pgmap v13731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:05.259042+0000 mgr.y (mgr.14556) 15540 : cluster [DBG] pgmap v13731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:05.259042+0000 mgr.y (mgr.14556) 15540 : cluster [DBG] pgmap v13731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:09.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:07.259761+0000 mgr.y (mgr.14556) 15541 : cluster [DBG] pgmap v13732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:07.259761+0000 mgr.y (mgr.14556) 15541 : cluster [DBG] pgmap v13732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:09.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:07.259761+0000 mgr.y (mgr.14556) 15541 : cluster [DBG] pgmap v13732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:09.260168+0000 mgr.y (mgr.14556) 15542 : cluster [DBG] pgmap v13733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:09.260168+0000 mgr.y (mgr.14556) 15542 : cluster [DBG] pgmap v13733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:09.260168+0000 mgr.y (mgr.14556) 15542 : cluster [DBG] pgmap v13733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:23:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:11.261025+0000 mgr.y (mgr.14556) 15543 : cluster [DBG] pgmap v13734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:11.261025+0000 mgr.y (mgr.14556) 15543 : cluster [DBG] pgmap v13734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:11.261025+0000 mgr.y (mgr.14556) 15543 : cluster [DBG] pgmap v13734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:23:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:23:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:13.261524+0000 mgr.y (mgr.14556) 15544 : cluster [DBG] pgmap v13735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:13.261524+0000 mgr.y (mgr.14556) 15544 : cluster [DBG] pgmap v13735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:13.261524+0000 mgr.y (mgr.14556) 15544 : cluster [DBG] pgmap v13735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:15.262312+0000 mgr.y (mgr.14556) 15545 : cluster [DBG] pgmap v13736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:15.262312+0000 mgr.y (mgr.14556) 15545 : cluster [DBG] pgmap v13736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:15.262312+0000 mgr.y (mgr.14556) 15545 : cluster [DBG] pgmap v13736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:18.809 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:23:19.097 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:23:19.097 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 8m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 8m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 8m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 8m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 8m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 8m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 8m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 8m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 8m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 8m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 8m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 8m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 8m ago 7h 45.5M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 8m ago 7h 44.3M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 8m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:23:19.098 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 8m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:23:19.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 8m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:23:19.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 8m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:23:19.099 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 8m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:23:19.099 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 8m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:23:19.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:17.262864+0000 mgr.y (mgr.14556) 15546 : cluster [DBG] pgmap v13737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:17.262864+0000 mgr.y (mgr.14556) 15546 : cluster [DBG] pgmap v13737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:17.262864+0000 mgr.y (mgr.14556) 15546 : cluster [DBG] pgmap v13737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:19.446 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:23:19.446 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:23:19.446 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:23:19.446 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:23:19.446 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:23:19.446 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:23:19.446 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:23:19.447 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:23:19.447 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:23:19.447 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:23:19.447 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:23:19.447 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:23:19.447 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:23:19.447 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:23:19.447 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:23:19.447 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:23:19.447 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:23:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:23:18.797130+0000 mgr.y (mgr.14556) 15547 : audit [DBG] from='client.40703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:23:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:23:19.090164+0000 mgr.y (mgr.14556) 15548 : audit [DBG] from='client.30798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:23:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:23:19.446969+0000 mon.a (mon.0) 3443 : audit [DBG] from='client.? 172.21.15.23:0/3162027720' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:23:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:23:18.797130+0000 mgr.y (mgr.14556) 15547 : audit [DBG] from='client.40703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:23:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:23:19.090164+0000 mgr.y (mgr.14556) 15548 : audit [DBG] from='client.30798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:23:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:23:19.446969+0000 mon.a (mon.0) 3443 : audit [DBG] from='client.? 172.21.15.23:0/3162027720' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:23:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:23:18.797130+0000 mgr.y (mgr.14556) 15547 : audit [DBG] from='client.40703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:23:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:23:19.090164+0000 mgr.y (mgr.14556) 15548 : audit [DBG] from='client.30798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:23:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:23:19.446969+0000 mon.a (mon.0) 3443 : audit [DBG] from='client.? 172.21.15.23:0/3162027720' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:23:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:19.263194+0000 mgr.y (mgr.14556) 15549 : cluster [DBG] pgmap v13738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:19.263194+0000 mgr.y (mgr.14556) 15549 : cluster [DBG] pgmap v13738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:19.263194+0000 mgr.y (mgr.14556) 15549 : cluster [DBG] pgmap v13738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:23:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:21.263961+0000 mgr.y (mgr.14556) 15550 : cluster [DBG] pgmap v13739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:21.263961+0000 mgr.y (mgr.14556) 15550 : cluster [DBG] pgmap v13739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:21.263961+0000 mgr.y (mgr.14556) 15550 : cluster [DBG] pgmap v13739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:23:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:23:24.864 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:23.264526+0000 mgr.y (mgr.14556) 15551 : cluster [DBG] pgmap v13740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:24.865 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:23.264526+0000 mgr.y (mgr.14556) 15551 : cluster [DBG] pgmap v13740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:23.264526+0000 mgr.y (mgr.14556) 15551 : cluster [DBG] pgmap v13740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:25.265038+0000 mgr.y (mgr.14556) 15552 : cluster [DBG] pgmap v13741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:25.265038+0000 mgr.y (mgr.14556) 15552 : cluster [DBG] pgmap v13741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:25.265038+0000 mgr.y (mgr.14556) 15552 : cluster [DBG] pgmap v13741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:27.265686+0000 mgr.y (mgr.14556) 15553 : cluster [DBG] pgmap v13742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:29.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:27.265686+0000 mgr.y (mgr.14556) 15553 : cluster [DBG] pgmap v13742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:27.265686+0000 mgr.y (mgr.14556) 15553 : cluster [DBG] pgmap v13742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:29.266147+0000 mgr.y (mgr.14556) 15554 : cluster [DBG] pgmap v13743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:29.266147+0000 mgr.y (mgr.14556) 15554 : cluster [DBG] pgmap v13743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:29.266147+0000 mgr.y (mgr.14556) 15554 : cluster [DBG] pgmap v13743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:23:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:31.266856+0000 mgr.y (mgr.14556) 15555 : cluster [DBG] pgmap v13744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:31.266856+0000 mgr.y (mgr.14556) 15555 : cluster [DBG] pgmap v13744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:31.266856+0000 mgr.y (mgr.14556) 15555 : cluster [DBG] pgmap v13744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:23:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:23:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:33.267405+0000 mgr.y (mgr.14556) 15556 : cluster [DBG] pgmap v13745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:33.267405+0000 mgr.y (mgr.14556) 15556 : cluster [DBG] pgmap v13745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:33.267405+0000 mgr.y (mgr.14556) 15556 : cluster [DBG] pgmap v13745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:35.268018+0000 mgr.y (mgr.14556) 15557 : cluster [DBG] pgmap v13746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:35.268018+0000 mgr.y (mgr.14556) 15557 : cluster [DBG] pgmap v13746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:35.268018+0000 mgr.y (mgr.14556) 15557 : cluster [DBG] pgmap v13746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:37.268772+0000 mgr.y (mgr.14556) 15558 : cluster [DBG] pgmap v13747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:37.268772+0000 mgr.y (mgr.14556) 15558 : cluster [DBG] pgmap v13747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:37.268772+0000 mgr.y (mgr.14556) 15558 : cluster [DBG] pgmap v13747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:39.269355+0000 mgr.y (mgr.14556) 15559 : cluster [DBG] pgmap v13748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:41.389 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:39.269355+0000 mgr.y (mgr.14556) 15559 : cluster [DBG] pgmap v13748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:39.269355+0000 mgr.y (mgr.14556) 15559 : cluster [DBG] pgmap v13748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:23:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:23:41.844551+0000 mon.a (mon.0) 3444 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:23:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:23:41.844551+0000 mon.a (mon.0) 3444 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:23:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:23:41.844551+0000 mon.a (mon.0) 3444 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:23:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:41.270216+0000 mgr.y (mgr.14556) 15560 : cluster [DBG] pgmap v13749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:23:42.154192+0000 mon.a (mon.0) 3445 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:23:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:23:42.154874+0000 mon.a (mon.0) 3446 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:23:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:23:42.161586+0000 mon.a (mon.0) 3447 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:23:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:41.270216+0000 mgr.y (mgr.14556) 15560 : cluster [DBG] pgmap v13749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:23:42.154192+0000 mon.a (mon.0) 3445 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:23:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:23:42.154874+0000 mon.a (mon.0) 3446 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:23:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:23:42.161586+0000 mon.a (mon.0) 3447 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:23:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:41.270216+0000 mgr.y (mgr.14556) 15560 : cluster [DBG] pgmap v13749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:23:42.154192+0000 mon.a (mon.0) 3445 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:23:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:23:42.154874+0000 mon.a (mon.0) 3446 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:23:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:23:42.161586+0000 mon.a (mon.0) 3447 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:23:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:23:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:23:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:43.270687+0000 mgr.y (mgr.14556) 15561 : cluster [DBG] pgmap v13750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:43.270687+0000 mgr.y (mgr.14556) 15561 : cluster [DBG] pgmap v13750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:43.270687+0000 mgr.y (mgr.14556) 15561 : cluster [DBG] pgmap v13750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:45.271246+0000 mgr.y (mgr.14556) 15562 : cluster [DBG] pgmap v13751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:45.271246+0000 mgr.y (mgr.14556) 15562 : cluster [DBG] pgmap v13751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:45.271246+0000 mgr.y (mgr.14556) 15562 : cluster [DBG] pgmap v13751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:47.271905+0000 mgr.y (mgr.14556) 15563 : cluster [DBG] pgmap v13752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:47.271905+0000 mgr.y (mgr.14556) 15563 : cluster [DBG] pgmap v13752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:47.271905+0000 mgr.y (mgr.14556) 15563 : cluster [DBG] pgmap v13752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:49.769 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:23:50.059 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:23:50.059 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 9m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:23:50.059 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 9m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:23:50.059 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 9m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 9m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 9m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 9m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 9m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 9m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 9m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 9m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 9m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 9m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 9m ago 7h 45.5M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 9m ago 7h 44.3M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 9m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 9m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 9m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:23:50.060 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 9m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:23:50.061 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 9m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:23:50.061 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 9m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:23:50.407 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:23:50.407 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:23:50.408 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:23:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:49.272334+0000 mgr.y (mgr.14556) 15564 : cluster [DBG] pgmap v13753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:23:49.758183+0000 mgr.y (mgr.14556) 15565 : audit [DBG] from='client.40721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:23:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:23:50.052133+0000 mgr.y (mgr.14556) 15566 : audit [DBG] from='client.40727 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:23:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:23:50.408361+0000 mon.a (mon.0) 3448 : audit [DBG] from='client.? 172.21.15.23:0/3551380127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:23:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:49.272334+0000 mgr.y (mgr.14556) 15564 : cluster [DBG] pgmap v13753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:23:49.758183+0000 mgr.y (mgr.14556) 15565 : audit [DBG] from='client.40721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:23:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:23:50.052133+0000 mgr.y (mgr.14556) 15566 : audit [DBG] from='client.40727 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:23:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:23:50.408361+0000 mon.a (mon.0) 3448 : audit [DBG] from='client.? 172.21.15.23:0/3551380127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:23:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:49.272334+0000 mgr.y (mgr.14556) 15564 : cluster [DBG] pgmap v13753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:23:49.758183+0000 mgr.y (mgr.14556) 15565 : audit [DBG] from='client.40721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:23:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:23:50.052133+0000 mgr.y (mgr.14556) 15566 : audit [DBG] from='client.40727 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:23:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:23:50.408361+0000 mon.a (mon.0) 3448 : audit [DBG] from='client.? 172.21.15.23:0/3551380127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:23:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:23:53.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:51.273080+0000 mgr.y (mgr.14556) 15567 : cluster [DBG] pgmap v13754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:51.273080+0000 mgr.y (mgr.14556) 15567 : cluster [DBG] pgmap v13754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:53.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:51.273080+0000 mgr.y (mgr.14556) 15567 : cluster [DBG] pgmap v13754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:23:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:23:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:53.273611+0000 mgr.y (mgr.14556) 15568 : cluster [DBG] pgmap v13755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:53.273611+0000 mgr.y (mgr.14556) 15568 : cluster [DBG] pgmap v13755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:53.273611+0000 mgr.y (mgr.14556) 15568 : cluster [DBG] pgmap v13755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:55.274211+0000 mgr.y (mgr.14556) 15569 : cluster [DBG] pgmap v13756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:55.274211+0000 mgr.y (mgr.14556) 15569 : cluster [DBG] pgmap v13756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:55.274211+0000 mgr.y (mgr.14556) 15569 : cluster [DBG] pgmap v13756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:57.274810+0000 mgr.y (mgr.14556) 15570 : cluster [DBG] pgmap v13757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:57.274810+0000 mgr.y (mgr.14556) 15570 : cluster [DBG] pgmap v13757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:23:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:23:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:57.274810+0000 mgr.y (mgr.14556) 15570 : cluster [DBG] pgmap v13757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:23:59.275189+0000 mgr.y (mgr.14556) 15571 : cluster [DBG] pgmap v13758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:23:59.275189+0000 mgr.y (mgr.14556) 15571 : cluster [DBG] pgmap v13758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:23:59.275189+0000 mgr.y (mgr.14556) 15571 : cluster [DBG] pgmap v13758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:24:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:01.275896+0000 mgr.y (mgr.14556) 15572 : cluster [DBG] pgmap v13759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:01.275896+0000 mgr.y (mgr.14556) 15572 : cluster [DBG] pgmap v13759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:01.275896+0000 mgr.y (mgr.14556) 15572 : cluster [DBG] pgmap v13759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:24:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:24:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:03.276378+0000 mgr.y (mgr.14556) 15573 : cluster [DBG] pgmap v13760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:03.276378+0000 mgr.y (mgr.14556) 15573 : cluster [DBG] pgmap v13760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:03.276378+0000 mgr.y (mgr.14556) 15573 : cluster [DBG] pgmap v13760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:05.276908+0000 mgr.y (mgr.14556) 15574 : cluster [DBG] pgmap v13761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:05.276908+0000 mgr.y (mgr.14556) 15574 : cluster [DBG] pgmap v13761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:05.276908+0000 mgr.y (mgr.14556) 15574 : cluster [DBG] pgmap v13761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:07.277402+0000 mgr.y (mgr.14556) 15575 : cluster [DBG] pgmap v13762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:07.277402+0000 mgr.y (mgr.14556) 15575 : cluster [DBG] pgmap v13762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:07.277402+0000 mgr.y (mgr.14556) 15575 : cluster [DBG] pgmap v13762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:09.277948+0000 mgr.y (mgr.14556) 15576 : cluster [DBG] pgmap v13763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:09.277948+0000 mgr.y (mgr.14556) 15576 : cluster [DBG] pgmap v13763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:09.277948+0000 mgr.y (mgr.14556) 15576 : cluster [DBG] pgmap v13763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:24:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:11.278692+0000 mgr.y (mgr.14556) 15577 : cluster [DBG] pgmap v13764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:11.278692+0000 mgr.y (mgr.14556) 15577 : cluster [DBG] pgmap v13764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:11.278692+0000 mgr.y (mgr.14556) 15577 : cluster [DBG] pgmap v13764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:24:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:24:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:13.279266+0000 mgr.y (mgr.14556) 15578 : cluster [DBG] pgmap v13765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:13.279266+0000 mgr.y (mgr.14556) 15578 : cluster [DBG] pgmap v13765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:13.279266+0000 mgr.y (mgr.14556) 15578 : cluster [DBG] pgmap v13765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:15.279998+0000 mgr.y (mgr.14556) 15579 : cluster [DBG] pgmap v13766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:15.279998+0000 mgr.y (mgr.14556) 15579 : cluster [DBG] pgmap v13766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:15.279998+0000 mgr.y (mgr.14556) 15579 : cluster [DBG] pgmap v13766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:17.280560+0000 mgr.y (mgr.14556) 15580 : cluster [DBG] pgmap v13767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:17.280560+0000 mgr.y (mgr.14556) 15580 : cluster [DBG] pgmap v13767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:17.280560+0000 mgr.y (mgr.14556) 15580 : cluster [DBG] pgmap v13767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:20.732 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:24:21.020 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:24:21.020 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 9m ago 7h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:24:21.020 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 9m ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:24:21.020 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 9m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:24:21.020 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 9m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:24:21.020 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 9m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:24:21.020 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 9m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:24:21.021 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 9m ago 7h 1085M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:24:21.021 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 9m ago 7h 670M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:24:21.021 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 9m ago 7h 675M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:24:21.021 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 9m ago 7h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:24:21.021 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 9m ago 7h 22.5M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:24:21.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 9m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:24:21.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 9m ago 7h 45.5M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:24:21.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 9m ago 7h 44.3M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:24:21.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 9m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:24:21.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 9m ago 7h 43.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:24:21.022 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 9m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:24:21.022 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 9m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:24:21.022 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 9m ago 7h 42.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:24:21.022 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 9m ago 7h 104M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:24:21.368 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:24:21.369 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:24:21.370 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:24:21.370 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:24:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:19.281015+0000 mgr.y (mgr.14556) 15581 : cluster [DBG] pgmap v13768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:19.281015+0000 mgr.y (mgr.14556) 15581 : cluster [DBG] pgmap v13768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:19.281015+0000 mgr.y (mgr.14556) 15581 : cluster [DBG] pgmap v13768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:24:22.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:24:20.721602+0000 mgr.y (mgr.14556) 15582 : audit [DBG] from='client.30828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:24:22.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:24:21.012759+0000 mgr.y (mgr.14556) 15583 : audit [DBG] from='client.30834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:24:22.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:24:21.369401+0000 mon.a (mon.0) 3449 : audit [DBG] from='client.? 172.21.15.23:0/4291086263' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:24:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:24:20.721602+0000 mgr.y (mgr.14556) 15582 : audit [DBG] from='client.30828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:24:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:24:21.012759+0000 mgr.y (mgr.14556) 15583 : audit [DBG] from='client.30834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:24:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:24:21.369401+0000 mon.a (mon.0) 3449 : audit [DBG] from='client.? 172.21.15.23:0/4291086263' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:24:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:24:20.721602+0000 mgr.y (mgr.14556) 15582 : audit [DBG] from='client.30828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:24:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:24:21.012759+0000 mgr.y (mgr.14556) 15583 : audit [DBG] from='client.30834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:24:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:24:21.369401+0000 mon.a (mon.0) 3449 : audit [DBG] from='client.? 172.21.15.23:0/4291086263' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:24:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:21.281588+0000 mgr.y (mgr.14556) 15584 : cluster [DBG] pgmap v13769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:21.281588+0000 mgr.y (mgr.14556) 15584 : cluster [DBG] pgmap v13769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:21.281588+0000 mgr.y (mgr.14556) 15584 : cluster [DBG] pgmap v13769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:24:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:24:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:23.282084+0000 mgr.y (mgr.14556) 15585 : cluster [DBG] pgmap v13770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:23.282084+0000 mgr.y (mgr.14556) 15585 : cluster [DBG] pgmap v13770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:23.282084+0000 mgr.y (mgr.14556) 15585 : cluster [DBG] pgmap v13770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:25.282647+0000 mgr.y (mgr.14556) 15586 : cluster [DBG] pgmap v13771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:25.282647+0000 mgr.y (mgr.14556) 15586 : cluster [DBG] pgmap v13771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:25.282647+0000 mgr.y (mgr.14556) 15586 : cluster [DBG] pgmap v13771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:27.283181+0000 mgr.y (mgr.14556) 15587 : cluster [DBG] pgmap v13772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:27.283181+0000 mgr.y (mgr.14556) 15587 : cluster [DBG] pgmap v13772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:27.283181+0000 mgr.y (mgr.14556) 15587 : cluster [DBG] pgmap v13772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:29.283582+0000 mgr.y (mgr.14556) 15588 : cluster [DBG] pgmap v13773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:29.283582+0000 mgr.y (mgr.14556) 15588 : cluster [DBG] pgmap v13773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:29.283582+0000 mgr.y (mgr.14556) 15588 : cluster [DBG] pgmap v13773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:24:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:31.284456+0000 mgr.y (mgr.14556) 15589 : cluster [DBG] pgmap v13774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:31.284456+0000 mgr.y (mgr.14556) 15589 : cluster [DBG] pgmap v13774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:31.284456+0000 mgr.y (mgr.14556) 15589 : cluster [DBG] pgmap v13774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:24:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:24:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:33.284960+0000 mgr.y (mgr.14556) 15590 : cluster [DBG] pgmap v13775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:33.284960+0000 mgr.y (mgr.14556) 15590 : cluster [DBG] pgmap v13775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:33.284960+0000 mgr.y (mgr.14556) 15590 : cluster [DBG] pgmap v13775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:35.285694+0000 mgr.y (mgr.14556) 15591 : cluster [DBG] pgmap v13776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:35.285694+0000 mgr.y (mgr.14556) 15591 : cluster [DBG] pgmap v13776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:35.285694+0000 mgr.y (mgr.14556) 15591 : cluster [DBG] pgmap v13776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:37.286165+0000 mgr.y (mgr.14556) 15592 : cluster [DBG] pgmap v13777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:37.286165+0000 mgr.y (mgr.14556) 15592 : cluster [DBG] pgmap v13777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:37.286165+0000 mgr.y (mgr.14556) 15592 : cluster [DBG] pgmap v13777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:39.286721+0000 mgr.y (mgr.14556) 15593 : cluster [DBG] pgmap v13778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:39.286721+0000 mgr.y (mgr.14556) 15593 : cluster [DBG] pgmap v13778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:39.286721+0000 mgr.y (mgr.14556) 15593 : cluster [DBG] pgmap v13778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:24:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:41.287539+0000 mgr.y (mgr.14556) 15594 : cluster [DBG] pgmap v13779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:42.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:24:42.166154+0000 mon.a (mon.0) 3450 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:24:42.805 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:41.287539+0000 mgr.y (mgr.14556) 15594 : cluster [DBG] pgmap v13779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:42.805 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:24:42.166154+0000 mon.a (mon.0) 3450 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:24:42.805 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:41.287539+0000 mgr.y (mgr.14556) 15594 : cluster [DBG] pgmap v13779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:42.805 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:24:42.166154+0000 mon.a (mon.0) 3450 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:24:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:24:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:24:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:43.287943+0000 mgr.y (mgr.14556) 15595 : cluster [DBG] pgmap v13780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:43.287943+0000 mgr.y (mgr.14556) 15595 : cluster [DBG] pgmap v13780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:43.287943+0000 mgr.y (mgr.14556) 15595 : cluster [DBG] pgmap v13780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:24:44.797742+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:24:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:24:45.423040+0000 mon.a (mon.0) 3452 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:24:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:24:45.715169+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:24:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:24:45.715962+0000 mon.a (mon.0) 3454 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:24:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:24:45.723157+0000 mon.a (mon.0) 3455 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:24:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:24:44.797742+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:24:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:24:45.423040+0000 mon.a (mon.0) 3452 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:24:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:24:45.715169+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:24:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:24:45.715962+0000 mon.a (mon.0) 3454 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:24:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:24:45.723157+0000 mon.a (mon.0) 3455 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:24:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:24:44.797742+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:24:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:24:45.423040+0000 mon.a (mon.0) 3452 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:24:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:24:45.715169+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:24:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:24:45.715962+0000 mon.a (mon.0) 3454 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:24:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:24:45.723157+0000 mon.a (mon.0) 3455 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:24:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:45.288554+0000 mgr.y (mgr.14556) 15596 : cluster [DBG] pgmap v13781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:45.288554+0000 mgr.y (mgr.14556) 15596 : cluster [DBG] pgmap v13781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:45.288554+0000 mgr.y (mgr.14556) 15596 : cluster [DBG] pgmap v13781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:47.289279+0000 mgr.y (mgr.14556) 15597 : cluster [DBG] pgmap v13782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:47.289279+0000 mgr.y (mgr.14556) 15597 : cluster [DBG] pgmap v13782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:47.289279+0000 mgr.y (mgr.14556) 15597 : cluster [DBG] pgmap v13782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:49.289622+0000 mgr.y (mgr.14556) 15598 : cluster [DBG] pgmap v13783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:49.289622+0000 mgr.y (mgr.14556) 15598 : cluster [DBG] pgmap v13783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:49.289622+0000 mgr.y (mgr.14556) 15598 : cluster [DBG] pgmap v13783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:51.696 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:24:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:24:51.982 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7s ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 6s ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 6s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 6s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7s ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7s ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 6s ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 7s ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7s ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 6s ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 7s ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:24:51.983 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 7s ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:24:51.984 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7s ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:24:51.984 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7s ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:24:51.984 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 6s ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:24:51.984 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 6s ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:24:51.984 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 6s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:24:51.984 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 6s ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:24:51.984 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 6s ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:24:52.329 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:24:52.329 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:24:52.330 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:24:52.331 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:24:52.331 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:24:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:51.290485+0000 mgr.y (mgr.14556) 15599 : cluster [DBG] pgmap v13784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:24:51.684179+0000 mgr.y (mgr.14556) 15600 : audit [DBG] from='client.40757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:24:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:24:51.975495+0000 mgr.y (mgr.14556) 15601 : audit [DBG] from='client.30852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:24:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:24:52.330292+0000 mon.a (mon.0) 3456 : audit [DBG] from='client.? 172.21.15.23:0/626933149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:24:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:51.290485+0000 mgr.y (mgr.14556) 15599 : cluster [DBG] pgmap v13784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:24:51.684179+0000 mgr.y (mgr.14556) 15600 : audit [DBG] from='client.40757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:24:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:24:51.975495+0000 mgr.y (mgr.14556) 15601 : audit [DBG] from='client.30852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:24:53.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:24:52.330292+0000 mon.a (mon.0) 3456 : audit [DBG] from='client.? 172.21.15.23:0/626933149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:24:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:51.290485+0000 mgr.y (mgr.14556) 15599 : cluster [DBG] pgmap v13784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:24:51.684179+0000 mgr.y (mgr.14556) 15600 : audit [DBG] from='client.40757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:24:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:24:51.975495+0000 mgr.y (mgr.14556) 15601 : audit [DBG] from='client.30852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:24:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:24:52.330292+0000 mon.a (mon.0) 3456 : audit [DBG] from='client.? 172.21.15.23:0/626933149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:24:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:24:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:24:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:53.291080+0000 mgr.y (mgr.14556) 15602 : cluster [DBG] pgmap v13785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:53.291080+0000 mgr.y (mgr.14556) 15602 : cluster [DBG] pgmap v13785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:53.291080+0000 mgr.y (mgr.14556) 15602 : cluster [DBG] pgmap v13785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:55.291695+0000 mgr.y (mgr.14556) 15603 : cluster [DBG] pgmap v13786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:55.291695+0000 mgr.y (mgr.14556) 15603 : cluster [DBG] pgmap v13786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:55.291695+0000 mgr.y (mgr.14556) 15603 : cluster [DBG] pgmap v13786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:24:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:57.292300+0000 mgr.y (mgr.14556) 15604 : cluster [DBG] pgmap v13787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:24:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:57.292300+0000 mgr.y (mgr.14556) 15604 : cluster [DBG] pgmap v13787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:24:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:24:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:57.292300+0000 mgr.y (mgr.14556) 15604 : cluster [DBG] pgmap v13787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:24:59.292765+0000 mgr.y (mgr.14556) 15605 : cluster [DBG] pgmap v13788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:24:59.292765+0000 mgr.y (mgr.14556) 15605 : cluster [DBG] pgmap v13788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:24:59.292765+0000 mgr.y (mgr.14556) 15605 : cluster [DBG] pgmap v13788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:25:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:01.293489+0000 mgr.y (mgr.14556) 15606 : cluster [DBG] pgmap v13789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:01.293489+0000 mgr.y (mgr.14556) 15606 : cluster [DBG] pgmap v13789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:01.293489+0000 mgr.y (mgr.14556) 15606 : cluster [DBG] pgmap v13789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:25:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:25:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:03.293869+0000 mgr.y (mgr.14556) 15607 : cluster [DBG] pgmap v13790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:03.293869+0000 mgr.y (mgr.14556) 15607 : cluster [DBG] pgmap v13790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:03.293869+0000 mgr.y (mgr.14556) 15607 : cluster [DBG] pgmap v13790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:05.294516+0000 mgr.y (mgr.14556) 15608 : cluster [DBG] pgmap v13791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:05.294516+0000 mgr.y (mgr.14556) 15608 : cluster [DBG] pgmap v13791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:05.294516+0000 mgr.y (mgr.14556) 15608 : cluster [DBG] pgmap v13791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:07.295242+0000 mgr.y (mgr.14556) 15609 : cluster [DBG] pgmap v13792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:07.295242+0000 mgr.y (mgr.14556) 15609 : cluster [DBG] pgmap v13792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:07.295242+0000 mgr.y (mgr.14556) 15609 : cluster [DBG] pgmap v13792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:09.295737+0000 mgr.y (mgr.14556) 15610 : cluster [DBG] pgmap v13793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:09.295737+0000 mgr.y (mgr.14556) 15610 : cluster [DBG] pgmap v13793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:09.295737+0000 mgr.y (mgr.14556) 15610 : cluster [DBG] pgmap v13793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:25:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:11.296628+0000 mgr.y (mgr.14556) 15611 : cluster [DBG] pgmap v13794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:11.296628+0000 mgr.y (mgr.14556) 15611 : cluster [DBG] pgmap v13794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:13.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:11.296628+0000 mgr.y (mgr.14556) 15611 : cluster [DBG] pgmap v13794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:25:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:25:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:13.297242+0000 mgr.y (mgr.14556) 15612 : cluster [DBG] pgmap v13795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:13.297242+0000 mgr.y (mgr.14556) 15612 : cluster [DBG] pgmap v13795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:13.297242+0000 mgr.y (mgr.14556) 15612 : cluster [DBG] pgmap v13795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:15.297813+0000 mgr.y (mgr.14556) 15613 : cluster [DBG] pgmap v13796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:15.297813+0000 mgr.y (mgr.14556) 15613 : cluster [DBG] pgmap v13796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:15.297813+0000 mgr.y (mgr.14556) 15613 : cluster [DBG] pgmap v13796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:17.298405+0000 mgr.y (mgr.14556) 15614 : cluster [DBG] pgmap v13797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:17.298405+0000 mgr.y (mgr.14556) 15614 : cluster [DBG] pgmap v13797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:17.298405+0000 mgr.y (mgr.14556) 15614 : cluster [DBG] pgmap v13797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:19.298755+0000 mgr.y (mgr.14556) 15615 : cluster [DBG] pgmap v13798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:19.298755+0000 mgr.y (mgr.14556) 15615 : cluster [DBG] pgmap v13798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:19.298755+0000 mgr.y (mgr.14556) 15615 : cluster [DBG] pgmap v13798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:25:22.654 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:25:22.941 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 38s ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 37s ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 38s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 37s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 37s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 38s ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 38s ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 37s ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 38s ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 38s ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 37s ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 38s ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:25:22.942 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 38s ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:25:22.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 38s ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:25:22.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 38s ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:25:22.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 37s ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:25:22.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 37s ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:25:22.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 37s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:25:22.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 37s ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:25:22.943 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 37s ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:25:23.290 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:25:23.291 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:25:23.292 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:25:23.292 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:25:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:21.299557+0000 mgr.y (mgr.14556) 15616 : cluster [DBG] pgmap v13799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:21.299557+0000 mgr.y (mgr.14556) 15616 : cluster [DBG] pgmap v13799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:21.299557+0000 mgr.y (mgr.14556) 15616 : cluster [DBG] pgmap v13799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:24.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:25:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:25:24.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:25:22.643130+0000 mgr.y (mgr.14556) 15617 : audit [DBG] from='client.30864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:25:24.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:25:22.933797+0000 mgr.y (mgr.14556) 15618 : audit [DBG] from='client.30870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:25:24.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:25:23.291314+0000 mon.a (mon.0) 3457 : audit [DBG] from='client.? 172.21.15.23:0/198493926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:25:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:25:22.643130+0000 mgr.y (mgr.14556) 15617 : audit [DBG] from='client.30864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:25:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:25:22.933797+0000 mgr.y (mgr.14556) 15618 : audit [DBG] from='client.30870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:25:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:25:23.291314+0000 mon.a (mon.0) 3457 : audit [DBG] from='client.? 172.21.15.23:0/198493926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:25:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:25:22.643130+0000 mgr.y (mgr.14556) 15617 : audit [DBG] from='client.30864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:25:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:25:22.933797+0000 mgr.y (mgr.14556) 15618 : audit [DBG] from='client.30870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:25:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:25:23.291314+0000 mon.a (mon.0) 3457 : audit [DBG] from='client.? 172.21.15.23:0/198493926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:25:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:23.299926+0000 mgr.y (mgr.14556) 15619 : cluster [DBG] pgmap v13800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:23.299926+0000 mgr.y (mgr.14556) 15619 : cluster [DBG] pgmap v13800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:23.299926+0000 mgr.y (mgr.14556) 15619 : cluster [DBG] pgmap v13800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:25.300508+0000 mgr.y (mgr.14556) 15620 : cluster [DBG] pgmap v13801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:25.300508+0000 mgr.y (mgr.14556) 15620 : cluster [DBG] pgmap v13801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:25.300508+0000 mgr.y (mgr.14556) 15620 : cluster [DBG] pgmap v13801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:29.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:27.301024+0000 mgr.y (mgr.14556) 15621 : cluster [DBG] pgmap v13802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:27.301024+0000 mgr.y (mgr.14556) 15621 : cluster [DBG] pgmap v13802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:27.301024+0000 mgr.y (mgr.14556) 15621 : cluster [DBG] pgmap v13802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:29.301489+0000 mgr.y (mgr.14556) 15622 : cluster [DBG] pgmap v13803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:29.301489+0000 mgr.y (mgr.14556) 15622 : cluster [DBG] pgmap v13803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:29.301489+0000 mgr.y (mgr.14556) 15622 : cluster [DBG] pgmap v13803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:25:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:31.302147+0000 mgr.y (mgr.14556) 15623 : cluster [DBG] pgmap v13804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:31.302147+0000 mgr.y (mgr.14556) 15623 : cluster [DBG] pgmap v13804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:31.302147+0000 mgr.y (mgr.14556) 15623 : cluster [DBG] pgmap v13804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:25:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:25:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:33.302692+0000 mgr.y (mgr.14556) 15624 : cluster [DBG] pgmap v13805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:33.302692+0000 mgr.y (mgr.14556) 15624 : cluster [DBG] pgmap v13805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:33.302692+0000 mgr.y (mgr.14556) 15624 : cluster [DBG] pgmap v13805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:35.303269+0000 mgr.y (mgr.14556) 15625 : cluster [DBG] pgmap v13806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:35.303269+0000 mgr.y (mgr.14556) 15625 : cluster [DBG] pgmap v13806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:35.303269+0000 mgr.y (mgr.14556) 15625 : cluster [DBG] pgmap v13806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:37.303872+0000 mgr.y (mgr.14556) 15626 : cluster [DBG] pgmap v13807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:37.303872+0000 mgr.y (mgr.14556) 15626 : cluster [DBG] pgmap v13807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:39.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:37.303872+0000 mgr.y (mgr.14556) 15626 : cluster [DBG] pgmap v13807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:39.304307+0000 mgr.y (mgr.14556) 15627 : cluster [DBG] pgmap v13808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:39.304307+0000 mgr.y (mgr.14556) 15627 : cluster [DBG] pgmap v13808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:39.304307+0000 mgr.y (mgr.14556) 15627 : cluster [DBG] pgmap v13808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:25:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:41.304971+0000 mgr.y (mgr.14556) 15628 : cluster [DBG] pgmap v13809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:41.304971+0000 mgr.y (mgr.14556) 15628 : cluster [DBG] pgmap v13809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:41.304971+0000 mgr.y (mgr.14556) 15628 : cluster [DBG] pgmap v13809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:25:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:25:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:43.305364+0000 mgr.y (mgr.14556) 15629 : cluster [DBG] pgmap v13810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:43.305364+0000 mgr.y (mgr.14556) 15629 : cluster [DBG] pgmap v13810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:43.305364+0000 mgr.y (mgr.14556) 15629 : cluster [DBG] pgmap v13810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:25:45.728065+0000 mon.a (mon.0) 3458 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:25:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:25:46.036117+0000 mon.a (mon.0) 3459 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:25:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:25:46.036812+0000 mon.a (mon.0) 3460 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:25:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:25:46.044417+0000 mon.a (mon.0) 3461 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:25:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:25:45.728065+0000 mon.a (mon.0) 3458 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:25:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:25:46.036117+0000 mon.a (mon.0) 3459 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:25:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:25:46.036812+0000 mon.a (mon.0) 3460 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:25:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:25:46.044417+0000 mon.a (mon.0) 3461 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:25:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:25:45.728065+0000 mon.a (mon.0) 3458 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:25:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:25:46.036117+0000 mon.a (mon.0) 3459 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:25:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:25:46.036812+0000 mon.a (mon.0) 3460 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:25:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:25:46.044417+0000 mon.a (mon.0) 3461 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:25:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:45.305869+0000 mgr.y (mgr.14556) 15630 : cluster [DBG] pgmap v13811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:45.305869+0000 mgr.y (mgr.14556) 15630 : cluster [DBG] pgmap v13811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:45.305869+0000 mgr.y (mgr.14556) 15630 : cluster [DBG] pgmap v13811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:47.306574+0000 mgr.y (mgr.14556) 15631 : cluster [DBG] pgmap v13812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:47.306574+0000 mgr.y (mgr.14556) 15631 : cluster [DBG] pgmap v13812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:47.306574+0000 mgr.y (mgr.14556) 15631 : cluster [DBG] pgmap v13812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:49.307115+0000 mgr.y (mgr.14556) 15632 : cluster [DBG] pgmap v13813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:49.307115+0000 mgr.y (mgr.14556) 15632 : cluster [DBG] pgmap v13813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:49.307115+0000 mgr.y (mgr.14556) 15632 : cluster [DBG] pgmap v13813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:25:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:51.307823+0000 mgr.y (mgr.14556) 15633 : cluster [DBG] pgmap v13814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:53.614 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:25:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:51.307823+0000 mgr.y (mgr.14556) 15633 : cluster [DBG] pgmap v13814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:51.307823+0000 mgr.y (mgr.14556) 15633 : cluster [DBG] pgmap v13814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:53.904 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:25:53.904 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 69s ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:25:53.904 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 68s ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:25:53.904 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 69s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:25:53.904 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 68s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:25:53.904 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 68s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:25:53.904 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 69s ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 69s ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 68s ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 69s ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 69s ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 68s ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 69s ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 69s ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 69s ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 69s ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 68s ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 68s ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 68s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 68s ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:25:53.905 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 68s ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:25:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:25:53] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:25:54.261 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:25:54.261 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:25:54.261 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:25:54.261 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:25:54.261 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:25:54.261 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:25:54.261 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:25:54.261 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:25:54.261 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:25:54.262 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:25:54.262 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:25:54.262 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:25:54.262 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:25:54.262 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:25:54.262 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:25:54.262 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:25:54.262 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:25:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:53.308215+0000 mgr.y (mgr.14556) 15634 : cluster [DBG] pgmap v13815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:25:53.603023+0000 mgr.y (mgr.14556) 15635 : audit [DBG] from='client.30882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:25:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:25:53.896914+0000 mgr.y (mgr.14556) 15636 : audit [DBG] from='client.40799 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:25:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:25:54.261593+0000 mon.a (mon.0) 3462 : audit [DBG] from='client.? 172.21.15.23:0/2522675792' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:25:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:53.308215+0000 mgr.y (mgr.14556) 15634 : cluster [DBG] pgmap v13815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:25:53.603023+0000 mgr.y (mgr.14556) 15635 : audit [DBG] from='client.30882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:25:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:25:53.896914+0000 mgr.y (mgr.14556) 15636 : audit [DBG] from='client.40799 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:25:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:25:54.261593+0000 mon.a (mon.0) 3462 : audit [DBG] from='client.? 172.21.15.23:0/2522675792' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:25:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:53.308215+0000 mgr.y (mgr.14556) 15634 : cluster [DBG] pgmap v13815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:25:53.603023+0000 mgr.y (mgr.14556) 15635 : audit [DBG] from='client.30882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:25:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:25:53.896914+0000 mgr.y (mgr.14556) 15636 : audit [DBG] from='client.40799 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:25:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:25:54.261593+0000 mon.a (mon.0) 3462 : audit [DBG] from='client.? 172.21.15.23:0/2522675792' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:25:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:55.308965+0000 mgr.y (mgr.14556) 15637 : cluster [DBG] pgmap v13816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:55.308965+0000 mgr.y (mgr.14556) 15637 : cluster [DBG] pgmap v13816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:55.308965+0000 mgr.y (mgr.14556) 15637 : cluster [DBG] pgmap v13816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:57.309479+0000 mgr.y (mgr.14556) 15638 : cluster [DBG] pgmap v13817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:57.309479+0000 mgr.y (mgr.14556) 15638 : cluster [DBG] pgmap v13817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:25:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:25:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:57.309479+0000 mgr.y (mgr.14556) 15638 : cluster [DBG] pgmap v13817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:25:59.310042+0000 mgr.y (mgr.14556) 15639 : cluster [DBG] pgmap v13818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:25:59.310042+0000 mgr.y (mgr.14556) 15639 : cluster [DBG] pgmap v13818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:25:59.310042+0000 mgr.y (mgr.14556) 15639 : cluster [DBG] pgmap v13818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:26:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:01.310753+0000 mgr.y (mgr.14556) 15640 : cluster [DBG] pgmap v13819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:01.310753+0000 mgr.y (mgr.14556) 15640 : cluster [DBG] pgmap v13819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:01.310753+0000 mgr.y (mgr.14556) 15640 : cluster [DBG] pgmap v13819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:26:03] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:26:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:03.311128+0000 mgr.y (mgr.14556) 15641 : cluster [DBG] pgmap v13820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:03.311128+0000 mgr.y (mgr.14556) 15641 : cluster [DBG] pgmap v13820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:03.311128+0000 mgr.y (mgr.14556) 15641 : cluster [DBG] pgmap v13820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:06.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:05.311669+0000 mgr.y (mgr.14556) 15642 : cluster [DBG] pgmap v13821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:06.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:05.311669+0000 mgr.y (mgr.14556) 15642 : cluster [DBG] pgmap v13821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:05.311669+0000 mgr.y (mgr.14556) 15642 : cluster [DBG] pgmap v13821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:07.312302+0000 mgr.y (mgr.14556) 15643 : cluster [DBG] pgmap v13822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:07.312302+0000 mgr.y (mgr.14556) 15643 : cluster [DBG] pgmap v13822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:07.312302+0000 mgr.y (mgr.14556) 15643 : cluster [DBG] pgmap v13822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:09.312710+0000 mgr.y (mgr.14556) 15644 : cluster [DBG] pgmap v13823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:09.312710+0000 mgr.y (mgr.14556) 15644 : cluster [DBG] pgmap v13823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:09.312710+0000 mgr.y (mgr.14556) 15644 : cluster [DBG] pgmap v13823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:26:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:11.313409+0000 mgr.y (mgr.14556) 15645 : cluster [DBG] pgmap v13824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:11.313409+0000 mgr.y (mgr.14556) 15645 : cluster [DBG] pgmap v13824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:11.313409+0000 mgr.y (mgr.14556) 15645 : cluster [DBG] pgmap v13824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:26:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:26:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:13.313847+0000 mgr.y (mgr.14556) 15646 : cluster [DBG] pgmap v13825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:13.313847+0000 mgr.y (mgr.14556) 15646 : cluster [DBG] pgmap v13825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:13.313847+0000 mgr.y (mgr.14556) 15646 : cluster [DBG] pgmap v13825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:15.314423+0000 mgr.y (mgr.14556) 15647 : cluster [DBG] pgmap v13826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:15.314423+0000 mgr.y (mgr.14556) 15647 : cluster [DBG] pgmap v13826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:15.314423+0000 mgr.y (mgr.14556) 15647 : cluster [DBG] pgmap v13826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:17.315162+0000 mgr.y (mgr.14556) 15648 : cluster [DBG] pgmap v13827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:17.315162+0000 mgr.y (mgr.14556) 15648 : cluster [DBG] pgmap v13827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:17.315162+0000 mgr.y (mgr.14556) 15648 : cluster [DBG] pgmap v13827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:19.315592+0000 mgr.y (mgr.14556) 15649 : cluster [DBG] pgmap v13828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:19.315592+0000 mgr.y (mgr.14556) 15649 : cluster [DBG] pgmap v13828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:19.315592+0000 mgr.y (mgr.14556) 15649 : cluster [DBG] pgmap v13828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:26:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:21.316323+0000 mgr.y (mgr.14556) 15650 : cluster [DBG] pgmap v13829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:21.316323+0000 mgr.y (mgr.14556) 15650 : cluster [DBG] pgmap v13829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:21.316323+0000 mgr.y (mgr.14556) 15650 : cluster [DBG] pgmap v13829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:26:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:26:24.588 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:26:24.875 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:26:24.875 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 100s ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:26:24.875 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 99s ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:26:24.875 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 100s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:26:24.875 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 99s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:26:24.875 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 99s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:26:24.875 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 100s ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:26:24.875 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 100s ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:26:24.875 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 99s ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:26:24.875 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 100s ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:26:24.875 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 100s ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:26:24.875 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 99s ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:26:24.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 100s ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:26:24.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 100s ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:26:24.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 100s ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:26:24.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 100s ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:26:24.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 99s ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:26:24.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 99s ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:26:24.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 99s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:26:24.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 99s ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:26:24.876 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 99s ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:26:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:23.316740+0000 mgr.y (mgr.14556) 15651 : cluster [DBG] pgmap v13830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:23.316740+0000 mgr.y (mgr.14556) 15651 : cluster [DBG] pgmap v13830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:23.316740+0000 mgr.y (mgr.14556) 15651 : cluster [DBG] pgmap v13830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:26:25.222 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:26:25.223 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:26:25.223 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:26:25.223 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:26:25.223 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:26:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:26:24.576523+0000 mgr.y (mgr.14556) 15652 : audit [DBG] from='client.40811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:26:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:26:24.867764+0000 mgr.y (mgr.14556) 15653 : audit [DBG] from='client.40817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:26:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:26:25.222306+0000 mon.c (mon.2) 391 : audit [DBG] from='client.? 172.21.15.23:0/296781127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:26:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:26:24.576523+0000 mgr.y (mgr.14556) 15652 : audit [DBG] from='client.40811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:26:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:26:24.867764+0000 mgr.y (mgr.14556) 15653 : audit [DBG] from='client.40817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:26:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:26:25.222306+0000 mon.c (mon.2) 391 : audit [DBG] from='client.? 172.21.15.23:0/296781127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:26:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:26:24.576523+0000 mgr.y (mgr.14556) 15652 : audit [DBG] from='client.40811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:26:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:26:24.867764+0000 mgr.y (mgr.14556) 15653 : audit [DBG] from='client.40817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:26:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:26:25.222306+0000 mon.c (mon.2) 391 : audit [DBG] from='client.? 172.21.15.23:0/296781127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:26:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:25.317348+0000 mgr.y (mgr.14556) 15654 : cluster [DBG] pgmap v13831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:25.317348+0000 mgr.y (mgr.14556) 15654 : cluster [DBG] pgmap v13831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:25.317348+0000 mgr.y (mgr.14556) 15654 : cluster [DBG] pgmap v13831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:27.317829+0000 mgr.y (mgr.14556) 15655 : cluster [DBG] pgmap v13832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:27.317829+0000 mgr.y (mgr.14556) 15655 : cluster [DBG] pgmap v13832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:27.317829+0000 mgr.y (mgr.14556) 15655 : cluster [DBG] pgmap v13832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:29.318357+0000 mgr.y (mgr.14556) 15656 : cluster [DBG] pgmap v13833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:29.318357+0000 mgr.y (mgr.14556) 15656 : cluster [DBG] pgmap v13833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:29.318357+0000 mgr.y (mgr.14556) 15656 : cluster [DBG] pgmap v13833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:26:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:31.319004+0000 mgr.y (mgr.14556) 15657 : cluster [DBG] pgmap v13834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:31.319004+0000 mgr.y (mgr.14556) 15657 : cluster [DBG] pgmap v13834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:31.319004+0000 mgr.y (mgr.14556) 15657 : cluster [DBG] pgmap v13834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:26:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:26:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:33.319588+0000 mgr.y (mgr.14556) 15658 : cluster [DBG] pgmap v13835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:33.319588+0000 mgr.y (mgr.14556) 15658 : cluster [DBG] pgmap v13835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:33.319588+0000 mgr.y (mgr.14556) 15658 : cluster [DBG] pgmap v13835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:35.320068+0000 mgr.y (mgr.14556) 15659 : cluster [DBG] pgmap v13836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:35.320068+0000 mgr.y (mgr.14556) 15659 : cluster [DBG] pgmap v13836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:36.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:35.320068+0000 mgr.y (mgr.14556) 15659 : cluster [DBG] pgmap v13836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:37.320731+0000 mgr.y (mgr.14556) 15660 : cluster [DBG] pgmap v13837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:37.320731+0000 mgr.y (mgr.14556) 15660 : cluster [DBG] pgmap v13837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:37.320731+0000 mgr.y (mgr.14556) 15660 : cluster [DBG] pgmap v13837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:40.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:39.321193+0000 mgr.y (mgr.14556) 15661 : cluster [DBG] pgmap v13838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:40.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:39.321193+0000 mgr.y (mgr.14556) 15661 : cluster [DBG] pgmap v13838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:39.321193+0000 mgr.y (mgr.14556) 15661 : cluster [DBG] pgmap v13838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:26:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:41.321820+0000 mgr.y (mgr.14556) 15662 : cluster [DBG] pgmap v13839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:41.321820+0000 mgr.y (mgr.14556) 15662 : cluster [DBG] pgmap v13839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:41.321820+0000 mgr.y (mgr.14556) 15662 : cluster [DBG] pgmap v13839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:26:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:26:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:43.322255+0000 mgr.y (mgr.14556) 15663 : cluster [DBG] pgmap v13840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:43.322255+0000 mgr.y (mgr.14556) 15663 : cluster [DBG] pgmap v13840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:43.322255+0000 mgr.y (mgr.14556) 15663 : cluster [DBG] pgmap v13840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:45.322769+0000 mgr.y (mgr.14556) 15664 : cluster [DBG] pgmap v13841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:26:46.048849+0000 mon.a (mon.0) 3463 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:26:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:26:46.359148+0000 mon.a (mon.0) 3464 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:26:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:26:46.359851+0000 mon.a (mon.0) 3465 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:26:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:26:46.364339+0000 mon.a (mon.0) 3466 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:26:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:45.322769+0000 mgr.y (mgr.14556) 15664 : cluster [DBG] pgmap v13841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:26:46.048849+0000 mon.a (mon.0) 3463 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:26:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:26:46.359148+0000 mon.a (mon.0) 3464 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:26:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:26:46.359851+0000 mon.a (mon.0) 3465 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:26:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:26:46.364339+0000 mon.a (mon.0) 3466 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:26:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:45.322769+0000 mgr.y (mgr.14556) 15664 : cluster [DBG] pgmap v13841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:26:46.048849+0000 mon.a (mon.0) 3463 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:26:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:26:46.359148+0000 mon.a (mon.0) 3464 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:26:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:26:46.359851+0000 mon.a (mon.0) 3465 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:26:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:26:46.364339+0000 mon.a (mon.0) 3466 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:26:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:47.323341+0000 mgr.y (mgr.14556) 15665 : cluster [DBG] pgmap v13842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:47.323341+0000 mgr.y (mgr.14556) 15665 : cluster [DBG] pgmap v13842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:47.323341+0000 mgr.y (mgr.14556) 15665 : cluster [DBG] pgmap v13842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:50.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:49.323804+0000 mgr.y (mgr.14556) 15666 : cluster [DBG] pgmap v13843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:49.323804+0000 mgr.y (mgr.14556) 15666 : cluster [DBG] pgmap v13843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:49.323804+0000 mgr.y (mgr.14556) 15666 : cluster [DBG] pgmap v13843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:26:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:51.324470+0000 mgr.y (mgr.14556) 15667 : cluster [DBG] pgmap v13844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:51.324470+0000 mgr.y (mgr.14556) 15667 : cluster [DBG] pgmap v13844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:51.324470+0000 mgr.y (mgr.14556) 15667 : cluster [DBG] pgmap v13844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:26:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:26:55.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:53.324930+0000 mgr.y (mgr.14556) 15668 : cluster [DBG] pgmap v13845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:53.324930+0000 mgr.y (mgr.14556) 15668 : cluster [DBG] pgmap v13845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:53.324930+0000 mgr.y (mgr.14556) 15668 : cluster [DBG] pgmap v13845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:55.553 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:26:55.839 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 2m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 2m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 2m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 2m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 2m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 2m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 2m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 2m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 2m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 2m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 2m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 2m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:26:55.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 2m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:26:55.841 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 2m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:26:55.841 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 2m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:26:55.841 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 2m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:26:55.841 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 2m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:26:55.841 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 2m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:26:55.841 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 2m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:26:56.189 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:26:56.190 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:26:56.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:26:56.191 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:26:56.191 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:26:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:55.325440+0000 mgr.y (mgr.14556) 15669 : cluster [DBG] pgmap v13846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:26:55.540776+0000 mgr.y (mgr.14556) 15670 : audit [DBG] from='client.40829 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:26:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:26:55.832504+0000 mgr.y (mgr.14556) 15671 : audit [DBG] from='client.40835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:26:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:26:56.189848+0000 mon.c (mon.2) 392 : audit [DBG] from='client.? 172.21.15.23:0/3059623603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:26:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:55.325440+0000 mgr.y (mgr.14556) 15669 : cluster [DBG] pgmap v13846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:26:55.540776+0000 mgr.y (mgr.14556) 15670 : audit [DBG] from='client.40829 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:26:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:26:55.832504+0000 mgr.y (mgr.14556) 15671 : audit [DBG] from='client.40835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:26:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:26:56.189848+0000 mon.c (mon.2) 392 : audit [DBG] from='client.? 172.21.15.23:0/3059623603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:26:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:55.325440+0000 mgr.y (mgr.14556) 15669 : cluster [DBG] pgmap v13846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:26:55.540776+0000 mgr.y (mgr.14556) 15670 : audit [DBG] from='client.40829 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:26:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:26:55.832504+0000 mgr.y (mgr.14556) 15671 : audit [DBG] from='client.40835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:26:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:26:56.189848+0000 mon.c (mon.2) 392 : audit [DBG] from='client.? 172.21.15.23:0/3059623603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:26:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:26:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:57.326115+0000 mgr.y (mgr.14556) 15672 : cluster [DBG] pgmap v13847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:26:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:57.326115+0000 mgr.y (mgr.14556) 15672 : cluster [DBG] pgmap v13847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:26:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:26:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:57.326115+0000 mgr.y (mgr.14556) 15672 : cluster [DBG] pgmap v13847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:26:59.326529+0000 mgr.y (mgr.14556) 15673 : cluster [DBG] pgmap v13848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:26:59.326529+0000 mgr.y (mgr.14556) 15673 : cluster [DBG] pgmap v13848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:26:59.326529+0000 mgr.y (mgr.14556) 15673 : cluster [DBG] pgmap v13848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:27:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:01.327167+0000 mgr.y (mgr.14556) 15674 : cluster [DBG] pgmap v13849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:01.327167+0000 mgr.y (mgr.14556) 15674 : cluster [DBG] pgmap v13849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:01.327167+0000 mgr.y (mgr.14556) 15674 : cluster [DBG] pgmap v13849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:27:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:27:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:03.327595+0000 mgr.y (mgr.14556) 15675 : cluster [DBG] pgmap v13850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:03.327595+0000 mgr.y (mgr.14556) 15675 : cluster [DBG] pgmap v13850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:05.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:03.327595+0000 mgr.y (mgr.14556) 15675 : cluster [DBG] pgmap v13850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:05.328158+0000 mgr.y (mgr.14556) 15676 : cluster [DBG] pgmap v13851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:05.328158+0000 mgr.y (mgr.14556) 15676 : cluster [DBG] pgmap v13851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:07.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:05.328158+0000 mgr.y (mgr.14556) 15676 : cluster [DBG] pgmap v13851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:07.328676+0000 mgr.y (mgr.14556) 15677 : cluster [DBG] pgmap v13852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:07.328676+0000 mgr.y (mgr.14556) 15677 : cluster [DBG] pgmap v13852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:07.328676+0000 mgr.y (mgr.14556) 15677 : cluster [DBG] pgmap v13852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:09.329103+0000 mgr.y (mgr.14556) 15678 : cluster [DBG] pgmap v13853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:09.329103+0000 mgr.y (mgr.14556) 15678 : cluster [DBG] pgmap v13853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:09.329103+0000 mgr.y (mgr.14556) 15678 : cluster [DBG] pgmap v13853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:27:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:11.329843+0000 mgr.y (mgr.14556) 15679 : cluster [DBG] pgmap v13854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:11.329843+0000 mgr.y (mgr.14556) 15679 : cluster [DBG] pgmap v13854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:11.329843+0000 mgr.y (mgr.14556) 15679 : cluster [DBG] pgmap v13854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:27:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:27:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:13.330247+0000 mgr.y (mgr.14556) 15680 : cluster [DBG] pgmap v13855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:13.330247+0000 mgr.y (mgr.14556) 15680 : cluster [DBG] pgmap v13855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:15.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:13.330247+0000 mgr.y (mgr.14556) 15680 : cluster [DBG] pgmap v13855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:15.330811+0000 mgr.y (mgr.14556) 15681 : cluster [DBG] pgmap v13856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:15.330811+0000 mgr.y (mgr.14556) 15681 : cluster [DBG] pgmap v13856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:15.330811+0000 mgr.y (mgr.14556) 15681 : cluster [DBG] pgmap v13856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:17.331320+0000 mgr.y (mgr.14556) 15682 : cluster [DBG] pgmap v13857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:17.331320+0000 mgr.y (mgr.14556) 15682 : cluster [DBG] pgmap v13857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:17.331320+0000 mgr.y (mgr.14556) 15682 : cluster [DBG] pgmap v13857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:19.331958+0000 mgr.y (mgr.14556) 15683 : cluster [DBG] pgmap v13858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:19.331958+0000 mgr.y (mgr.14556) 15683 : cluster [DBG] pgmap v13858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:19.331958+0000 mgr.y (mgr.14556) 15683 : cluster [DBG] pgmap v13858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:27:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:21.332774+0000 mgr.y (mgr.14556) 15684 : cluster [DBG] pgmap v13859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:21.332774+0000 mgr.y (mgr.14556) 15684 : cluster [DBG] pgmap v13859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:21.332774+0000 mgr.y (mgr.14556) 15684 : cluster [DBG] pgmap v13859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:27:23] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:27:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:23.333350+0000 mgr.y (mgr.14556) 15685 : cluster [DBG] pgmap v13860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:23.333350+0000 mgr.y (mgr.14556) 15685 : cluster [DBG] pgmap v13860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:23.333350+0000 mgr.y (mgr.14556) 15685 : cluster [DBG] pgmap v13860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:26.517 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 2m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 2m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 2m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 2m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 2m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 2m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 2m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 2m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 2m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 2m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 2m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:27:26.804 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 2m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:27:26.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 2m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:27:26.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 2m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:27:26.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 2m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:27:26.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 2m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:27:26.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 2m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:27:26.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 2m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:27:26.805 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 2m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:27:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:25.334009+0000 mgr.y (mgr.14556) 15686 : cluster [DBG] pgmap v13861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:25.334009+0000 mgr.y (mgr.14556) 15686 : cluster [DBG] pgmap v13861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:27.153 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:27:27.153 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:27:27.153 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:27:27.153 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:27:27.153 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:27:27.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:27:27.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:27:27.154 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:27:27.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:27:27.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:27:27.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:27:27.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:27:27.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:27:27.154 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:27:27.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:27:27.154 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:27:27.154 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:27:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:25.334009+0000 mgr.y (mgr.14556) 15686 : cluster [DBG] pgmap v13861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:27:26.506081+0000 mgr.y (mgr.14556) 15687 : audit [DBG] from='client.30936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:27:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:27:26.796706+0000 mgr.y (mgr.14556) 15688 : audit [DBG] from='client.30942 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:27:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:27:27.154232+0000 mon.a (mon.0) 3467 : audit [DBG] from='client.? 172.21.15.23:0/4021576177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:27:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:27:26.506081+0000 mgr.y (mgr.14556) 15687 : audit [DBG] from='client.30936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:27:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:27:26.796706+0000 mgr.y (mgr.14556) 15688 : audit [DBG] from='client.30942 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:27:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:27:27.154232+0000 mon.a (mon.0) 3467 : audit [DBG] from='client.? 172.21.15.23:0/4021576177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:27:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:27:26.506081+0000 mgr.y (mgr.14556) 15687 : audit [DBG] from='client.30936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:27:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:27:26.796706+0000 mgr.y (mgr.14556) 15688 : audit [DBG] from='client.30942 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:27:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:27:27.154232+0000 mon.a (mon.0) 3467 : audit [DBG] from='client.? 172.21.15.23:0/4021576177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:27:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:27.334465+0000 mgr.y (mgr.14556) 15689 : cluster [DBG] pgmap v13862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:27.334465+0000 mgr.y (mgr.14556) 15689 : cluster [DBG] pgmap v13862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:27.334465+0000 mgr.y (mgr.14556) 15689 : cluster [DBG] pgmap v13862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:29.335068+0000 mgr.y (mgr.14556) 15690 : cluster [DBG] pgmap v13863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:29.335068+0000 mgr.y (mgr.14556) 15690 : cluster [DBG] pgmap v13863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:31.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:29.335068+0000 mgr.y (mgr.14556) 15690 : cluster [DBG] pgmap v13863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:27:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:31.335767+0000 mgr.y (mgr.14556) 15691 : cluster [DBG] pgmap v13864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:31.335767+0000 mgr.y (mgr.14556) 15691 : cluster [DBG] pgmap v13864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:31.335767+0000 mgr.y (mgr.14556) 15691 : cluster [DBG] pgmap v13864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:27:33] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:27:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:33.336218+0000 mgr.y (mgr.14556) 15692 : cluster [DBG] pgmap v13865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:33.336218+0000 mgr.y (mgr.14556) 15692 : cluster [DBG] pgmap v13865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:33.336218+0000 mgr.y (mgr.14556) 15692 : cluster [DBG] pgmap v13865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:35.336811+0000 mgr.y (mgr.14556) 15693 : cluster [DBG] pgmap v13866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:35.336811+0000 mgr.y (mgr.14556) 15693 : cluster [DBG] pgmap v13866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:37.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:35.336811+0000 mgr.y (mgr.14556) 15693 : cluster [DBG] pgmap v13866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:37.337486+0000 mgr.y (mgr.14556) 15694 : cluster [DBG] pgmap v13867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:37.337486+0000 mgr.y (mgr.14556) 15694 : cluster [DBG] pgmap v13867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:37.337486+0000 mgr.y (mgr.14556) 15694 : cluster [DBG] pgmap v13867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:39.338010+0000 mgr.y (mgr.14556) 15695 : cluster [DBG] pgmap v13868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:39.338010+0000 mgr.y (mgr.14556) 15695 : cluster [DBG] pgmap v13868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:39.338010+0000 mgr.y (mgr.14556) 15695 : cluster [DBG] pgmap v13868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:27:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:41.338683+0000 mgr.y (mgr.14556) 15696 : cluster [DBG] pgmap v13869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:41.338683+0000 mgr.y (mgr.14556) 15696 : cluster [DBG] pgmap v13869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:41.338683+0000 mgr.y (mgr.14556) 15696 : cluster [DBG] pgmap v13869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:27:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:27:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:43.339160+0000 mgr.y (mgr.14556) 15697 : cluster [DBG] pgmap v13870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:43.339160+0000 mgr.y (mgr.14556) 15697 : cluster [DBG] pgmap v13870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:43.339160+0000 mgr.y (mgr.14556) 15697 : cluster [DBG] pgmap v13870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:45.339739+0000 mgr.y (mgr.14556) 15698 : cluster [DBG] pgmap v13871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:27:46.368706+0000 mon.a (mon.0) 3468 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:27:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:27:46.629120+0000 mon.a (mon.0) 3469 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:27:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:27:46.634638+0000 mon.a (mon.0) 3470 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:27:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:45.339739+0000 mgr.y (mgr.14556) 15698 : cluster [DBG] pgmap v13871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:27:46.368706+0000 mon.a (mon.0) 3468 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:27:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:27:46.629120+0000 mon.a (mon.0) 3469 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:27:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:27:46.634638+0000 mon.a (mon.0) 3470 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:27:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:45.339739+0000 mgr.y (mgr.14556) 15698 : cluster [DBG] pgmap v13871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:27:46.368706+0000 mon.a (mon.0) 3468 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:27:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:27:46.629120+0000 mon.a (mon.0) 3469 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:27:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:27:46.634638+0000 mon.a (mon.0) 3470 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:27:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:27:46.918925+0000 mon.a (mon.0) 3471 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:27:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:27:46.922988+0000 mon.a (mon.0) 3472 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:27:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:27:46.936810+0000 mon.a (mon.0) 3473 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:27:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:27:46.918925+0000 mon.a (mon.0) 3471 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:27:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:27:46.922988+0000 mon.a (mon.0) 3472 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:27:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:27:46.936810+0000 mon.a (mon.0) 3473 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:27:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:27:46.918925+0000 mon.a (mon.0) 3471 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:27:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:27:46.922988+0000 mon.a (mon.0) 3472 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:27:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:27:46.936810+0000 mon.a (mon.0) 3473 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:27:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:47.340299+0000 mgr.y (mgr.14556) 15699 : cluster [DBG] pgmap v13872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:47.340299+0000 mgr.y (mgr.14556) 15699 : cluster [DBG] pgmap v13872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:47.340299+0000 mgr.y (mgr.14556) 15699 : cluster [DBG] pgmap v13872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:49.340671+0000 mgr.y (mgr.14556) 15700 : cluster [DBG] pgmap v13873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:49.340671+0000 mgr.y (mgr.14556) 15700 : cluster [DBG] pgmap v13873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:49.340671+0000 mgr.y (mgr.14556) 15700 : cluster [DBG] pgmap v13873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:27:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:51.341420+0000 mgr.y (mgr.14556) 15701 : cluster [DBG] pgmap v13874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:51.341420+0000 mgr.y (mgr.14556) 15701 : cluster [DBG] pgmap v13874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:51.341420+0000 mgr.y (mgr.14556) 15701 : cluster [DBG] pgmap v13874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:27:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:27:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:53.341792+0000 mgr.y (mgr.14556) 15702 : cluster [DBG] pgmap v13875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:53.341792+0000 mgr.y (mgr.14556) 15702 : cluster [DBG] pgmap v13875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:53.341792+0000 mgr.y (mgr.14556) 15702 : cluster [DBG] pgmap v13875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:55.342292+0000 mgr.y (mgr.14556) 15703 : cluster [DBG] pgmap v13876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:55.342292+0000 mgr.y (mgr.14556) 15703 : cluster [DBG] pgmap v13876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:55.342292+0000 mgr.y (mgr.14556) 15703 : cluster [DBG] pgmap v13876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:57.477 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:27:57.763 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:27:57.763 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 3m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:27:57.763 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 3m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:27:57.763 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 3m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:27:57.763 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 3m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:27:57.763 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 3m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:27:57.763 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:27:57.763 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 3m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:27:57.763 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 3m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:27:57.763 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 3m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:27:57.763 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 3m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:27:57.763 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 3m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:27:57.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 3m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:27:57.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 3m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:27:57.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 3m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:27:57.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 3m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:27:57.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 3m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:27:57.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 3m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:27:57.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 3m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:27:57.764 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 3m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:27:57.764 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 3m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:27:58.112 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:27:58.112 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:27:58.112 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:27:58.112 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:27:58.112 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:27:58.112 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:27:58.112 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:27:58.112 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:27:58.112 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:27:58.112 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:27:58.113 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:27:58.113 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:27:58.113 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:27:58.113 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:27:58.113 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:27:58.113 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:27:58.113 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:27:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:57.342788+0000 mgr.y (mgr.14556) 15704 : cluster [DBG] pgmap v13877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:27:57.465843+0000 mgr.y (mgr.14556) 15705 : audit [DBG] from='client.30954 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:27:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:27:57.755404+0000 mgr.y (mgr.14556) 15706 : audit [DBG] from='client.40871 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:27:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:27:58.112549+0000 mon.a (mon.0) 3474 : audit [DBG] from='client.? 172.21.15.23:0/3532877767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:27:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:57.342788+0000 mgr.y (mgr.14556) 15704 : cluster [DBG] pgmap v13877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:27:57.465843+0000 mgr.y (mgr.14556) 15705 : audit [DBG] from='client.30954 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:27:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:27:57.755404+0000 mgr.y (mgr.14556) 15706 : audit [DBG] from='client.40871 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:27:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:27:58.112549+0000 mon.a (mon.0) 3474 : audit [DBG] from='client.? 172.21.15.23:0/3532877767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:27:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:57.342788+0000 mgr.y (mgr.14556) 15704 : cluster [DBG] pgmap v13877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:27:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:27:57.465843+0000 mgr.y (mgr.14556) 15705 : audit [DBG] from='client.30954 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:27:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:27:57.755404+0000 mgr.y (mgr.14556) 15706 : audit [DBG] from='client.40871 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:27:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:27:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:27:58.112549+0000 mon.a (mon.0) 3474 : audit [DBG] from='client.? 172.21.15.23:0/3532877767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:28:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:27:59.343311+0000 mgr.y (mgr.14556) 15707 : cluster [DBG] pgmap v13878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:27:59.343311+0000 mgr.y (mgr.14556) 15707 : cluster [DBG] pgmap v13878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:27:59.343311+0000 mgr.y (mgr.14556) 15707 : cluster [DBG] pgmap v13878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:28:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:01.343972+0000 mgr.y (mgr.14556) 15708 : cluster [DBG] pgmap v13879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:01.343972+0000 mgr.y (mgr.14556) 15708 : cluster [DBG] pgmap v13879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:01.343972+0000 mgr.y (mgr.14556) 15708 : cluster [DBG] pgmap v13879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:28:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:28:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:03.344547+0000 mgr.y (mgr.14556) 15709 : cluster [DBG] pgmap v13880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:03.344547+0000 mgr.y (mgr.14556) 15709 : cluster [DBG] pgmap v13880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:03.344547+0000 mgr.y (mgr.14556) 15709 : cluster [DBG] pgmap v13880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:05.345268+0000 mgr.y (mgr.14556) 15710 : cluster [DBG] pgmap v13881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:05.345268+0000 mgr.y (mgr.14556) 15710 : cluster [DBG] pgmap v13881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:05.345268+0000 mgr.y (mgr.14556) 15710 : cluster [DBG] pgmap v13881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:07.345807+0000 mgr.y (mgr.14556) 15711 : cluster [DBG] pgmap v13882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:07.345807+0000 mgr.y (mgr.14556) 15711 : cluster [DBG] pgmap v13882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:07.345807+0000 mgr.y (mgr.14556) 15711 : cluster [DBG] pgmap v13882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:09.346293+0000 mgr.y (mgr.14556) 15712 : cluster [DBG] pgmap v13883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:09.346293+0000 mgr.y (mgr.14556) 15712 : cluster [DBG] pgmap v13883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:09.346293+0000 mgr.y (mgr.14556) 15712 : cluster [DBG] pgmap v13883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:28:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:11.347030+0000 mgr.y (mgr.14556) 15713 : cluster [DBG] pgmap v13884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:11.347030+0000 mgr.y (mgr.14556) 15713 : cluster [DBG] pgmap v13884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:11.347030+0000 mgr.y (mgr.14556) 15713 : cluster [DBG] pgmap v13884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:28:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:28:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:13.347392+0000 mgr.y (mgr.14556) 15714 : cluster [DBG] pgmap v13885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:13.347392+0000 mgr.y (mgr.14556) 15714 : cluster [DBG] pgmap v13885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:15.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:13.347392+0000 mgr.y (mgr.14556) 15714 : cluster [DBG] pgmap v13885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:15.348061+0000 mgr.y (mgr.14556) 15715 : cluster [DBG] pgmap v13886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:15.348061+0000 mgr.y (mgr.14556) 15715 : cluster [DBG] pgmap v13886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:15.348061+0000 mgr.y (mgr.14556) 15715 : cluster [DBG] pgmap v13886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:17.348540+0000 mgr.y (mgr.14556) 15716 : cluster [DBG] pgmap v13887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:17.348540+0000 mgr.y (mgr.14556) 15716 : cluster [DBG] pgmap v13887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:17.348540+0000 mgr.y (mgr.14556) 15716 : cluster [DBG] pgmap v13887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:19.349105+0000 mgr.y (mgr.14556) 15717 : cluster [DBG] pgmap v13888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:19.349105+0000 mgr.y (mgr.14556) 15717 : cluster [DBG] pgmap v13888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:19.349105+0000 mgr.y (mgr.14556) 15717 : cluster [DBG] pgmap v13888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:28:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:21.349930+0000 mgr.y (mgr.14556) 15718 : cluster [DBG] pgmap v13889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:21.349930+0000 mgr.y (mgr.14556) 15718 : cluster [DBG] pgmap v13889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:21.349930+0000 mgr.y (mgr.14556) 15718 : cluster [DBG] pgmap v13889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:28:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:28:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:23.350367+0000 mgr.y (mgr.14556) 15719 : cluster [DBG] pgmap v13890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:23.350367+0000 mgr.y (mgr.14556) 15719 : cluster [DBG] pgmap v13890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:23.350367+0000 mgr.y (mgr.14556) 15719 : cluster [DBG] pgmap v13890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:25.350889+0000 mgr.y (mgr.14556) 15720 : cluster [DBG] pgmap v13891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:25.350889+0000 mgr.y (mgr.14556) 15720 : cluster [DBG] pgmap v13891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:25.350889+0000 mgr.y (mgr.14556) 15720 : cluster [DBG] pgmap v13891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:28.434 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:28:28.724 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:28:28.724 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 3m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:28:28.724 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 3m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:28:28.724 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 3m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:28:28.724 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 3m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:28:28.724 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 3m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:28:28.724 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:28:28.724 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 3m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 3m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 3m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 3m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 3m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 3m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 3m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 3m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 3m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 3m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 3m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 3m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 3m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:28:28.725 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 3m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:28:29.075 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:28:29.075 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:28:29.075 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:28:29.075 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:28:29.075 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:28:29.075 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:28:29.075 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:28:29.075 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:28:29.075 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:28:29.075 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:28:29.076 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:28:29.076 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:28:29.076 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:28:29.076 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:28:29.076 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:28:29.076 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:28:29.076 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:28:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:27.351279+0000 mgr.y (mgr.14556) 15721 : cluster [DBG] pgmap v13892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:28:29.075621+0000 mon.a (mon.0) 3475 : audit [DBG] from='client.? 172.21.15.23:0/3313121023' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:28:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:27.351279+0000 mgr.y (mgr.14556) 15721 : cluster [DBG] pgmap v13892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:28:29.075621+0000 mon.a (mon.0) 3475 : audit [DBG] from='client.? 172.21.15.23:0/3313121023' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:28:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:27.351279+0000 mgr.y (mgr.14556) 15721 : cluster [DBG] pgmap v13892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:28:29.075621+0000 mon.a (mon.0) 3475 : audit [DBG] from='client.? 172.21.15.23:0/3313121023' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:28:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:28:28.423659+0000 mgr.y (mgr.14556) 15722 : audit [DBG] from='client.30972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:28:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:28:28.716920+0000 mgr.y (mgr.14556) 15723 : audit [DBG] from='client.40889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:28:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:28:28.423659+0000 mgr.y (mgr.14556) 15722 : audit [DBG] from='client.30972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:28:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:28:28.716920+0000 mgr.y (mgr.14556) 15723 : audit [DBG] from='client.40889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:28:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:28:28.423659+0000 mgr.y (mgr.14556) 15722 : audit [DBG] from='client.30972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:28:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:28:28.716920+0000 mgr.y (mgr.14556) 15723 : audit [DBG] from='client.40889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:28:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:29.351690+0000 mgr.y (mgr.14556) 15724 : cluster [DBG] pgmap v13893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:29.351690+0000 mgr.y (mgr.14556) 15724 : cluster [DBG] pgmap v13893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:29.351690+0000 mgr.y (mgr.14556) 15724 : cluster [DBG] pgmap v13893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:28:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:31.352286+0000 mgr.y (mgr.14556) 15725 : cluster [DBG] pgmap v13894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:31.352286+0000 mgr.y (mgr.14556) 15725 : cluster [DBG] pgmap v13894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:31.352286+0000 mgr.y (mgr.14556) 15725 : cluster [DBG] pgmap v13894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:28:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:28:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:33.352737+0000 mgr.y (mgr.14556) 15726 : cluster [DBG] pgmap v13895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:33.352737+0000 mgr.y (mgr.14556) 15726 : cluster [DBG] pgmap v13895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:33.352737+0000 mgr.y (mgr.14556) 15726 : cluster [DBG] pgmap v13895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:35.353297+0000 mgr.y (mgr.14556) 15727 : cluster [DBG] pgmap v13896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:35.353297+0000 mgr.y (mgr.14556) 15727 : cluster [DBG] pgmap v13896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:35.353297+0000 mgr.y (mgr.14556) 15727 : cluster [DBG] pgmap v13896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:37.353866+0000 mgr.y (mgr.14556) 15728 : cluster [DBG] pgmap v13897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:37.353866+0000 mgr.y (mgr.14556) 15728 : cluster [DBG] pgmap v13897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:37.353866+0000 mgr.y (mgr.14556) 15728 : cluster [DBG] pgmap v13897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:41.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:39.354308+0000 mgr.y (mgr.14556) 15729 : cluster [DBG] pgmap v13898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:39.354308+0000 mgr.y (mgr.14556) 15729 : cluster [DBG] pgmap v13898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:39.354308+0000 mgr.y (mgr.14556) 15729 : cluster [DBG] pgmap v13898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:28:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:41.355012+0000 mgr.y (mgr.14556) 15730 : cluster [DBG] pgmap v13899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:41.355012+0000 mgr.y (mgr.14556) 15730 : cluster [DBG] pgmap v13899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:41.355012+0000 mgr.y (mgr.14556) 15730 : cluster [DBG] pgmap v13899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:28:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:28:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:43.355524+0000 mgr.y (mgr.14556) 15731 : cluster [DBG] pgmap v13900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:43.355524+0000 mgr.y (mgr.14556) 15731 : cluster [DBG] pgmap v13900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:43.355524+0000 mgr.y (mgr.14556) 15731 : cluster [DBG] pgmap v13900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:45.356320+0000 mgr.y (mgr.14556) 15732 : cluster [DBG] pgmap v13901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:28:46.941989+0000 mon.a (mon.0) 3476 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:28:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:45.356320+0000 mgr.y (mgr.14556) 15732 : cluster [DBG] pgmap v13901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:28:46.941989+0000 mon.a (mon.0) 3476 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:28:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:45.356320+0000 mgr.y (mgr.14556) 15732 : cluster [DBG] pgmap v13901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:28:46.941989+0000 mon.a (mon.0) 3476 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:28:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:28:47.249532+0000 mon.a (mon.0) 3477 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:28:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:28:47.250174+0000 mon.a (mon.0) 3478 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:28:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:28:47.258715+0000 mon.a (mon.0) 3479 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:28:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:28:47.249532+0000 mon.a (mon.0) 3477 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:28:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:28:47.250174+0000 mon.a (mon.0) 3478 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:28:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:28:47.258715+0000 mon.a (mon.0) 3479 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:28:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:28:47.249532+0000 mon.a (mon.0) 3477 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:28:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:28:47.250174+0000 mon.a (mon.0) 3478 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:28:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:28:47.258715+0000 mon.a (mon.0) 3479 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:28:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:47.356611+0000 mgr.y (mgr.14556) 15733 : cluster [DBG] pgmap v13902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:47.356611+0000 mgr.y (mgr.14556) 15733 : cluster [DBG] pgmap v13902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:47.356611+0000 mgr.y (mgr.14556) 15733 : cluster [DBG] pgmap v13902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:49.357029+0000 mgr.y (mgr.14556) 15734 : cluster [DBG] pgmap v13903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:49.357029+0000 mgr.y (mgr.14556) 15734 : cluster [DBG] pgmap v13903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:49.357029+0000 mgr.y (mgr.14556) 15734 : cluster [DBG] pgmap v13903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:28:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:51.357777+0000 mgr.y (mgr.14556) 15735 : cluster [DBG] pgmap v13904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:52.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:51.357777+0000 mgr.y (mgr.14556) 15735 : cluster [DBG] pgmap v13904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:51.357777+0000 mgr.y (mgr.14556) 15735 : cluster [DBG] pgmap v13904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:28:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:28:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:53.358301+0000 mgr.y (mgr.14556) 15736 : cluster [DBG] pgmap v13905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:53.358301+0000 mgr.y (mgr.14556) 15736 : cluster [DBG] pgmap v13905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:53.358301+0000 mgr.y (mgr.14556) 15736 : cluster [DBG] pgmap v13905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:55.359048+0000 mgr.y (mgr.14556) 15737 : cluster [DBG] pgmap v13906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:55.359048+0000 mgr.y (mgr.14556) 15737 : cluster [DBG] pgmap v13906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:55.359048+0000 mgr.y (mgr.14556) 15737 : cluster [DBG] pgmap v13906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:28:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:57.359583+0000 mgr.y (mgr.14556) 15738 : cluster [DBG] pgmap v13907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:28:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:57.359583+0000 mgr.y (mgr.14556) 15738 : cluster [DBG] pgmap v13907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:28:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:57.359583+0000 mgr.y (mgr.14556) 15738 : cluster [DBG] pgmap v13907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:28:59.399 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:28:59.691 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:28:59.691 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 4m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:28:59.691 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 4m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:28:59.691 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 4m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:28:59.691 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 4m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:28:59.691 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 4m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:28:59.691 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:28:59.691 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 4m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:28:59.691 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 4m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:28:59.691 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 4m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:28:59.691 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 4m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:28:59.691 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 4m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:28:59.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 4m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:28:59.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 4m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:28:59.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 4m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:28:59.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 4m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:28:59.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 4m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:28:59.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 4m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:28:59.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 4m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:28:59.692 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 4m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:28:59.692 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 4m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:29:00.039 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:29:00.040 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:29:00.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:29:00.041 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:29:00.041 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:29:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:28:59.359959+0000 mgr.y (mgr.14556) 15739 : cluster [DBG] pgmap v13908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:28:59.388055+0000 mgr.y (mgr.14556) 15740 : audit [DBG] from='client.40901 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:29:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:28:59.683354+0000 mgr.y (mgr.14556) 15741 : audit [DBG] from='client.30996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:29:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:29:00.040218+0000 mon.a (mon.0) 3480 : audit [DBG] from='client.? 172.21.15.23:0/3056305444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:29:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:28:59.359959+0000 mgr.y (mgr.14556) 15739 : cluster [DBG] pgmap v13908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:28:59.388055+0000 mgr.y (mgr.14556) 15740 : audit [DBG] from='client.40901 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:29:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:28:59.683354+0000 mgr.y (mgr.14556) 15741 : audit [DBG] from='client.30996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:29:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:29:00.040218+0000 mon.a (mon.0) 3480 : audit [DBG] from='client.? 172.21.15.23:0/3056305444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:29:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:28:59.359959+0000 mgr.y (mgr.14556) 15739 : cluster [DBG] pgmap v13908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:28:59.388055+0000 mgr.y (mgr.14556) 15740 : audit [DBG] from='client.40901 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:29:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:28:59.683354+0000 mgr.y (mgr.14556) 15741 : audit [DBG] from='client.30996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:29:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:29:00.040218+0000 mon.a (mon.0) 3480 : audit [DBG] from='client.? 172.21.15.23:0/3056305444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:29:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:29:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:01.360648+0000 mgr.y (mgr.14556) 15742 : cluster [DBG] pgmap v13909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:01.360648+0000 mgr.y (mgr.14556) 15742 : cluster [DBG] pgmap v13909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:01.360648+0000 mgr.y (mgr.14556) 15742 : cluster [DBG] pgmap v13909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:29:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:29:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:03.361145+0000 mgr.y (mgr.14556) 15743 : cluster [DBG] pgmap v13910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:03.361145+0000 mgr.y (mgr.14556) 15743 : cluster [DBG] pgmap v13910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:03.361145+0000 mgr.y (mgr.14556) 15743 : cluster [DBG] pgmap v13910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:05.361781+0000 mgr.y (mgr.14556) 15744 : cluster [DBG] pgmap v13911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:05.361781+0000 mgr.y (mgr.14556) 15744 : cluster [DBG] pgmap v13911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:05.361781+0000 mgr.y (mgr.14556) 15744 : cluster [DBG] pgmap v13911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:07.362341+0000 mgr.y (mgr.14556) 15745 : cluster [DBG] pgmap v13912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:07.362341+0000 mgr.y (mgr.14556) 15745 : cluster [DBG] pgmap v13912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:07.362341+0000 mgr.y (mgr.14556) 15745 : cluster [DBG] pgmap v13912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:09.362720+0000 mgr.y (mgr.14556) 15746 : cluster [DBG] pgmap v13913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:09.362720+0000 mgr.y (mgr.14556) 15746 : cluster [DBG] pgmap v13913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:09.362720+0000 mgr.y (mgr.14556) 15746 : cluster [DBG] pgmap v13913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:29:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:11.363355+0000 mgr.y (mgr.14556) 15747 : cluster [DBG] pgmap v13914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:11.363355+0000 mgr.y (mgr.14556) 15747 : cluster [DBG] pgmap v13914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:11.363355+0000 mgr.y (mgr.14556) 15747 : cluster [DBG] pgmap v13914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:29:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:29:14.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:13.363782+0000 mgr.y (mgr.14556) 15748 : cluster [DBG] pgmap v13915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:13.363782+0000 mgr.y (mgr.14556) 15748 : cluster [DBG] pgmap v13915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:13.363782+0000 mgr.y (mgr.14556) 15748 : cluster [DBG] pgmap v13915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:15.364575+0000 mgr.y (mgr.14556) 15749 : cluster [DBG] pgmap v13916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:15.364575+0000 mgr.y (mgr.14556) 15749 : cluster [DBG] pgmap v13916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:15.364575+0000 mgr.y (mgr.14556) 15749 : cluster [DBG] pgmap v13916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:17.365051+0000 mgr.y (mgr.14556) 15750 : cluster [DBG] pgmap v13917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:18.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:17.365051+0000 mgr.y (mgr.14556) 15750 : cluster [DBG] pgmap v13917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:17.365051+0000 mgr.y (mgr.14556) 15750 : cluster [DBG] pgmap v13917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:19.365624+0000 mgr.y (mgr.14556) 15751 : cluster [DBG] pgmap v13918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:19.365624+0000 mgr.y (mgr.14556) 15751 : cluster [DBG] pgmap v13918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:19.365624+0000 mgr.y (mgr.14556) 15751 : cluster [DBG] pgmap v13918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:29:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:21.366642+0000 mgr.y (mgr.14556) 15752 : cluster [DBG] pgmap v13919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:21.366642+0000 mgr.y (mgr.14556) 15752 : cluster [DBG] pgmap v13919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:21.366642+0000 mgr.y (mgr.14556) 15752 : cluster [DBG] pgmap v13919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:29:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:29:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:23.367055+0000 mgr.y (mgr.14556) 15753 : cluster [DBG] pgmap v13920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:23.367055+0000 mgr.y (mgr.14556) 15753 : cluster [DBG] pgmap v13920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:23.367055+0000 mgr.y (mgr.14556) 15753 : cluster [DBG] pgmap v13920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:25.367748+0000 mgr.y (mgr.14556) 15754 : cluster [DBG] pgmap v13921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:25.367748+0000 mgr.y (mgr.14556) 15754 : cluster [DBG] pgmap v13921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:25.367748+0000 mgr.y (mgr.14556) 15754 : cluster [DBG] pgmap v13921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:27.368136+0000 mgr.y (mgr.14556) 15755 : cluster [DBG] pgmap v13922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:27.368136+0000 mgr.y (mgr.14556) 15755 : cluster [DBG] pgmap v13922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:27.368136+0000 mgr.y (mgr.14556) 15755 : cluster [DBG] pgmap v13922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:30.366 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:29:30.658 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:29:30.658 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 4m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:29:30.658 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 4m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:29:30.658 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 4m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:29:30.658 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 4m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:29:30.658 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 4m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:29:30.658 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:29:30.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 4m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:29:30.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 4m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:29:30.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 4m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:29:30.658 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 4m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:29:30.658 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 4m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:29:30.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 4m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:29:30.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 4m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:29:30.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 4m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:29:30.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 4m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:29:30.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 4m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:29:30.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 4m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:29:30.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 4m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:29:30.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 4m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:29:30.659 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 4m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:29:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:29.368668+0000 mgr.y (mgr.14556) 15756 : cluster [DBG] pgmap v13923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:29.368668+0000 mgr.y (mgr.14556) 15756 : cluster [DBG] pgmap v13923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:29.368668+0000 mgr.y (mgr.14556) 15756 : cluster [DBG] pgmap v13923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:29:31.007 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:29:31.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:29:31.008 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:29:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:29:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:29:30.355176+0000 mgr.y (mgr.14556) 15757 : audit [DBG] from='client.31008 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:29:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:29:30.650454+0000 mgr.y (mgr.14556) 15758 : audit [DBG] from='client.31014 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:29:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:29:31.007705+0000 mon.a (mon.0) 3481 : audit [DBG] from='client.? 172.21.15.23:0/3507741769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:29:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:29:30.355176+0000 mgr.y (mgr.14556) 15757 : audit [DBG] from='client.31008 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:29:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:29:30.650454+0000 mgr.y (mgr.14556) 15758 : audit [DBG] from='client.31014 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:29:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:29:31.007705+0000 mon.a (mon.0) 3481 : audit [DBG] from='client.? 172.21.15.23:0/3507741769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:29:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:29:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:29:30.355176+0000 mgr.y (mgr.14556) 15757 : audit [DBG] from='client.31008 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:29:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:29:30.650454+0000 mgr.y (mgr.14556) 15758 : audit [DBG] from='client.31014 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:29:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:29:31.007705+0000 mon.a (mon.0) 3481 : audit [DBG] from='client.? 172.21.15.23:0/3507741769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:29:32.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:31.369283+0000 mgr.y (mgr.14556) 15759 : cluster [DBG] pgmap v13924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:31.369283+0000 mgr.y (mgr.14556) 15759 : cluster [DBG] pgmap v13924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:31.369283+0000 mgr.y (mgr.14556) 15759 : cluster [DBG] pgmap v13924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:29:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:29:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:33.369660+0000 mgr.y (mgr.14556) 15760 : cluster [DBG] pgmap v13925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:33.369660+0000 mgr.y (mgr.14556) 15760 : cluster [DBG] pgmap v13925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:34.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:33.369660+0000 mgr.y (mgr.14556) 15760 : cluster [DBG] pgmap v13925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:35.370282+0000 mgr.y (mgr.14556) 15761 : cluster [DBG] pgmap v13926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:35.370282+0000 mgr.y (mgr.14556) 15761 : cluster [DBG] pgmap v13926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:35.370282+0000 mgr.y (mgr.14556) 15761 : cluster [DBG] pgmap v13926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:37.370604+0000 mgr.y (mgr.14556) 15762 : cluster [DBG] pgmap v13927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:37.370604+0000 mgr.y (mgr.14556) 15762 : cluster [DBG] pgmap v13927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:38.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:37.370604+0000 mgr.y (mgr.14556) 15762 : cluster [DBG] pgmap v13927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:39.371166+0000 mgr.y (mgr.14556) 15763 : cluster [DBG] pgmap v13928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:39.371166+0000 mgr.y (mgr.14556) 15763 : cluster [DBG] pgmap v13928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:39.371166+0000 mgr.y (mgr.14556) 15763 : cluster [DBG] pgmap v13928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:29:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:41.371856+0000 mgr.y (mgr.14556) 15764 : cluster [DBG] pgmap v13929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:41.371856+0000 mgr.y (mgr.14556) 15764 : cluster [DBG] pgmap v13929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:41.371856+0000 mgr.y (mgr.14556) 15764 : cluster [DBG] pgmap v13929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:29:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:29:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:43.372223+0000 mgr.y (mgr.14556) 15765 : cluster [DBG] pgmap v13930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:43.372223+0000 mgr.y (mgr.14556) 15765 : cluster [DBG] pgmap v13930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:43.372223+0000 mgr.y (mgr.14556) 15765 : cluster [DBG] pgmap v13930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:45.372802+0000 mgr.y (mgr.14556) 15766 : cluster [DBG] pgmap v13931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:45.372802+0000 mgr.y (mgr.14556) 15766 : cluster [DBG] pgmap v13931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:45.372802+0000 mgr.y (mgr.14556) 15766 : cluster [DBG] pgmap v13931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:29:47.262878+0000 mon.a (mon.0) 3482 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:29:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:29:47.566420+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:29:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:29:47.567050+0000 mon.a (mon.0) 3484 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:29:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:29:47.576232+0000 mon.a (mon.0) 3485 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:29:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:29:47.262878+0000 mon.a (mon.0) 3482 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:29:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:29:47.566420+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:29:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:29:47.567050+0000 mon.a (mon.0) 3484 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:29:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:29:47.576232+0000 mon.a (mon.0) 3485 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:29:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:29:47.262878+0000 mon.a (mon.0) 3482 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:29:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:29:47.566420+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:29:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:29:47.567050+0000 mon.a (mon.0) 3484 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:29:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:29:47.576232+0000 mon.a (mon.0) 3485 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:29:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:47.373150+0000 mgr.y (mgr.14556) 15767 : cluster [DBG] pgmap v13932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:47.373150+0000 mgr.y (mgr.14556) 15767 : cluster [DBG] pgmap v13932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:47.373150+0000 mgr.y (mgr.14556) 15767 : cluster [DBG] pgmap v13932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:49.373542+0000 mgr.y (mgr.14556) 15768 : cluster [DBG] pgmap v13933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:49.373542+0000 mgr.y (mgr.14556) 15768 : cluster [DBG] pgmap v13933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:49.373542+0000 mgr.y (mgr.14556) 15768 : cluster [DBG] pgmap v13933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:29:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:51.374378+0000 mgr.y (mgr.14556) 15769 : cluster [DBG] pgmap v13934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:51.374378+0000 mgr.y (mgr.14556) 15769 : cluster [DBG] pgmap v13934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:51.374378+0000 mgr.y (mgr.14556) 15769 : cluster [DBG] pgmap v13934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:29:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:29:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:53.374843+0000 mgr.y (mgr.14556) 15770 : cluster [DBG] pgmap v13935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:53.374843+0000 mgr.y (mgr.14556) 15770 : cluster [DBG] pgmap v13935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:55.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:53.374843+0000 mgr.y (mgr.14556) 15770 : cluster [DBG] pgmap v13935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:55.375667+0000 mgr.y (mgr.14556) 15771 : cluster [DBG] pgmap v13936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:55.375667+0000 mgr.y (mgr.14556) 15771 : cluster [DBG] pgmap v13936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:55.375667+0000 mgr.y (mgr.14556) 15771 : cluster [DBG] pgmap v13936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:29:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:57.376132+0000 mgr.y (mgr.14556) 15772 : cluster [DBG] pgmap v13937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:29:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:57.376132+0000 mgr.y (mgr.14556) 15772 : cluster [DBG] pgmap v13937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:29:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:29:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:57.376132+0000 mgr.y (mgr.14556) 15772 : cluster [DBG] pgmap v13937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T14:29:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:30:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:29:59.376740+0000 mgr.y (mgr.14556) 15773 : cluster [DBG] pgmap v13938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:00.000157+0000 mon.a (mon.0) 3486 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:30:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:29:59.376740+0000 mgr.y (mgr.14556) 15773 : cluster [DBG] pgmap v13938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:00.000157+0000 mon.a (mon.0) 3486 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:30:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:29:59.376740+0000 mgr.y (mgr.14556) 15773 : cluster [DBG] pgmap v13938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:00.000157+0000 mon.a (mon.0) 3486 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:30:01.335 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:30:01.623 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:30:01.623 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 5m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:30:01.623 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 5m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:30:01.623 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 5m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:30:01.623 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 5m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:30:01.623 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 5m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 5m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 5m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 5m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 5m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 5m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 5m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 5m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 5m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 5m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 5m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 5m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 5m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 5m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 5m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:30:01.624 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 5m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:30:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:30:01.978 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:30:01.978 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:30:01.978 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:30:01.978 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:30:01.979 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:30:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:30:01.323578+0000 mgr.y (mgr.14556) 15774 : audit [DBG] from='client.31026 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:30:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:01.377304+0000 mgr.y (mgr.14556) 15775 : cluster [DBG] pgmap v13939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:30:01.616013+0000 mgr.y (mgr.14556) 15776 : audit [DBG] from='client.31032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:30:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:30:01.979295+0000 mon.a (mon.0) 3487 : audit [DBG] from='client.? 172.21.15.23:0/2881719774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:30:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:30:01.323578+0000 mgr.y (mgr.14556) 15774 : audit [DBG] from='client.31026 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:30:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:01.377304+0000 mgr.y (mgr.14556) 15775 : cluster [DBG] pgmap v13939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:30:01.616013+0000 mgr.y (mgr.14556) 15776 : audit [DBG] from='client.31032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:30:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:30:01.979295+0000 mon.a (mon.0) 3487 : audit [DBG] from='client.? 172.21.15.23:0/2881719774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:30:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:30:01.323578+0000 mgr.y (mgr.14556) 15774 : audit [DBG] from='client.31026 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:30:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:01.377304+0000 mgr.y (mgr.14556) 15775 : cluster [DBG] pgmap v13939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:30:01.616013+0000 mgr.y (mgr.14556) 15776 : audit [DBG] from='client.31032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:30:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:30:01.979295+0000 mon.a (mon.0) 3487 : audit [DBG] from='client.? 172.21.15.23:0/2881719774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:30:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:30:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:30:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:03.377781+0000 mgr.y (mgr.14556) 15777 : cluster [DBG] pgmap v13940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:03.377781+0000 mgr.y (mgr.14556) 15777 : cluster [DBG] pgmap v13940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:03.377781+0000 mgr.y (mgr.14556) 15777 : cluster [DBG] pgmap v13940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:05.378401+0000 mgr.y (mgr.14556) 15778 : cluster [DBG] pgmap v13941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:05.378401+0000 mgr.y (mgr.14556) 15778 : cluster [DBG] pgmap v13941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:05.378401+0000 mgr.y (mgr.14556) 15778 : cluster [DBG] pgmap v13941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:07.378773+0000 mgr.y (mgr.14556) 15779 : cluster [DBG] pgmap v13942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:07.378773+0000 mgr.y (mgr.14556) 15779 : cluster [DBG] pgmap v13942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:07.378773+0000 mgr.y (mgr.14556) 15779 : cluster [DBG] pgmap v13942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:09.379162+0000 mgr.y (mgr.14556) 15780 : cluster [DBG] pgmap v13943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:09.379162+0000 mgr.y (mgr.14556) 15780 : cluster [DBG] pgmap v13943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:09.379162+0000 mgr.y (mgr.14556) 15780 : cluster [DBG] pgmap v13943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:30:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:11.379899+0000 mgr.y (mgr.14556) 15781 : cluster [DBG] pgmap v13944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:11.379899+0000 mgr.y (mgr.14556) 15781 : cluster [DBG] pgmap v13944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:11.379899+0000 mgr.y (mgr.14556) 15781 : cluster [DBG] pgmap v13944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:30:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:30:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:13.380248+0000 mgr.y (mgr.14556) 15782 : cluster [DBG] pgmap v13945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:13.380248+0000 mgr.y (mgr.14556) 15782 : cluster [DBG] pgmap v13945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:13.380248+0000 mgr.y (mgr.14556) 15782 : cluster [DBG] pgmap v13945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:15.380849+0000 mgr.y (mgr.14556) 15783 : cluster [DBG] pgmap v13946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:15.380849+0000 mgr.y (mgr.14556) 15783 : cluster [DBG] pgmap v13946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:15.380849+0000 mgr.y (mgr.14556) 15783 : cluster [DBG] pgmap v13946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:17.381429+0000 mgr.y (mgr.14556) 15784 : cluster [DBG] pgmap v13947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:17.381429+0000 mgr.y (mgr.14556) 15784 : cluster [DBG] pgmap v13947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:17.381429+0000 mgr.y (mgr.14556) 15784 : cluster [DBG] pgmap v13947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:19.381927+0000 mgr.y (mgr.14556) 15785 : cluster [DBG] pgmap v13948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:19.381927+0000 mgr.y (mgr.14556) 15785 : cluster [DBG] pgmap v13948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:19.381927+0000 mgr.y (mgr.14556) 15785 : cluster [DBG] pgmap v13948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:30:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:21.382696+0000 mgr.y (mgr.14556) 15786 : cluster [DBG] pgmap v13949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:21.382696+0000 mgr.y (mgr.14556) 15786 : cluster [DBG] pgmap v13949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:21.382696+0000 mgr.y (mgr.14556) 15786 : cluster [DBG] pgmap v13949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:30:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:30:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:23.383214+0000 mgr.y (mgr.14556) 15787 : cluster [DBG] pgmap v13950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:23.383214+0000 mgr.y (mgr.14556) 15787 : cluster [DBG] pgmap v13950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:23.383214+0000 mgr.y (mgr.14556) 15787 : cluster [DBG] pgmap v13950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:25.384078+0000 mgr.y (mgr.14556) 15788 : cluster [DBG] pgmap v13951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:25.384078+0000 mgr.y (mgr.14556) 15788 : cluster [DBG] pgmap v13951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:25.384078+0000 mgr.y (mgr.14556) 15788 : cluster [DBG] pgmap v13951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:27.384450+0000 mgr.y (mgr.14556) 15789 : cluster [DBG] pgmap v13952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:27.384450+0000 mgr.y (mgr.14556) 15789 : cluster [DBG] pgmap v13952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:27.384450+0000 mgr.y (mgr.14556) 15789 : cluster [DBG] pgmap v13952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:29.384906+0000 mgr.y (mgr.14556) 15790 : cluster [DBG] pgmap v13953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:29.384906+0000 mgr.y (mgr.14556) 15790 : cluster [DBG] pgmap v13953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:29.384906+0000 mgr.y (mgr.14556) 15790 : cluster [DBG] pgmap v13953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:30:32.305 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:30:32.591 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 5m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 5m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 5m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 5m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 5m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 5m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 5m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 5m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 5m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 5m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 5m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 5m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 5m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:30:32.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 5m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:30:32.593 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 5m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:30:32.593 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 5m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:30:32.593 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 5m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:30:32.593 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 5m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:30:32.593 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 5m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:30:32.593 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 5m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:30:32.942 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:30:32.942 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:30:32.942 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:30:32.942 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:30:32.942 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:30:32.942 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:30:32.942 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:30:32.942 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:30:32.942 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:30:32.942 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:30:32.942 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:30:32.943 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:30:32.943 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:30:32.943 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:30:32.943 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:30:32.943 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:30:32.943 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:30:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:31.385593+0000 mgr.y (mgr.14556) 15791 : cluster [DBG] pgmap v13954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:31.385593+0000 mgr.y (mgr.14556) 15791 : cluster [DBG] pgmap v13954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:31.385593+0000 mgr.y (mgr.14556) 15791 : cluster [DBG] pgmap v13954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:30:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:30:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:30:32.293555+0000 mgr.y (mgr.14556) 15792 : audit [DBG] from='client.31044 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:30:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:30:32.584239+0000 mgr.y (mgr.14556) 15793 : audit [DBG] from='client.40961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:30:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:30:32.942609+0000 mon.a (mon.0) 3488 : audit [DBG] from='client.? 172.21.15.23:0/3402987300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:30:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:30:32.293555+0000 mgr.y (mgr.14556) 15792 : audit [DBG] from='client.31044 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:30:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:30:32.584239+0000 mgr.y (mgr.14556) 15793 : audit [DBG] from='client.40961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:30:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:30:32.942609+0000 mon.a (mon.0) 3488 : audit [DBG] from='client.? 172.21.15.23:0/3402987300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:30:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:30:32.293555+0000 mgr.y (mgr.14556) 15792 : audit [DBG] from='client.31044 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:30:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:30:32.584239+0000 mgr.y (mgr.14556) 15793 : audit [DBG] from='client.40961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:30:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:30:32.942609+0000 mon.a (mon.0) 3488 : audit [DBG] from='client.? 172.21.15.23:0/3402987300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:30:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:33.386000+0000 mgr.y (mgr.14556) 15794 : cluster [DBG] pgmap v13955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:33.386000+0000 mgr.y (mgr.14556) 15794 : cluster [DBG] pgmap v13955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:33.386000+0000 mgr.y (mgr.14556) 15794 : cluster [DBG] pgmap v13955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:35.386730+0000 mgr.y (mgr.14556) 15795 : cluster [DBG] pgmap v13956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:35.386730+0000 mgr.y (mgr.14556) 15795 : cluster [DBG] pgmap v13956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:35.386730+0000 mgr.y (mgr.14556) 15795 : cluster [DBG] pgmap v13956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:37.387114+0000 mgr.y (mgr.14556) 15796 : cluster [DBG] pgmap v13957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:37.387114+0000 mgr.y (mgr.14556) 15796 : cluster [DBG] pgmap v13957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:37.387114+0000 mgr.y (mgr.14556) 15796 : cluster [DBG] pgmap v13957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:39.387553+0000 mgr.y (mgr.14556) 15797 : cluster [DBG] pgmap v13958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:39.387553+0000 mgr.y (mgr.14556) 15797 : cluster [DBG] pgmap v13958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:39.387553+0000 mgr.y (mgr.14556) 15797 : cluster [DBG] pgmap v13958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:30:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:41.388166+0000 mgr.y (mgr.14556) 15798 : cluster [DBG] pgmap v13959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:41.388166+0000 mgr.y (mgr.14556) 15798 : cluster [DBG] pgmap v13959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:41.388166+0000 mgr.y (mgr.14556) 15798 : cluster [DBG] pgmap v13959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:30:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:30:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:43.388589+0000 mgr.y (mgr.14556) 15799 : cluster [DBG] pgmap v13960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:43.388589+0000 mgr.y (mgr.14556) 15799 : cluster [DBG] pgmap v13960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:43.388589+0000 mgr.y (mgr.14556) 15799 : cluster [DBG] pgmap v13960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:45.389170+0000 mgr.y (mgr.14556) 15800 : cluster [DBG] pgmap v13961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:45.389170+0000 mgr.y (mgr.14556) 15800 : cluster [DBG] pgmap v13961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:45.389170+0000 mgr.y (mgr.14556) 15800 : cluster [DBG] pgmap v13961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:30:47.580747+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:30:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:30:47.889979+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:30:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:30:47.890628+0000 mon.a (mon.0) 3491 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:30:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:30:47.898529+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:30:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:30:47.580747+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:30:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:30:47.889979+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:30:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:30:47.890628+0000 mon.a (mon.0) 3491 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:30:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:30:47.898529+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:30:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:30:47.580747+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:30:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:30:47.889979+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:30:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:30:47.890628+0000 mon.a (mon.0) 3491 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:30:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:30:47.898529+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:30:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:47.389762+0000 mgr.y (mgr.14556) 15801 : cluster [DBG] pgmap v13962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:47.389762+0000 mgr.y (mgr.14556) 15801 : cluster [DBG] pgmap v13962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:47.389762+0000 mgr.y (mgr.14556) 15801 : cluster [DBG] pgmap v13962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:49.390181+0000 mgr.y (mgr.14556) 15802 : cluster [DBG] pgmap v13963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:49.390181+0000 mgr.y (mgr.14556) 15802 : cluster [DBG] pgmap v13963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:49.390181+0000 mgr.y (mgr.14556) 15802 : cluster [DBG] pgmap v13963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:30:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:51.390970+0000 mgr.y (mgr.14556) 15803 : cluster [DBG] pgmap v13964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:51.390970+0000 mgr.y (mgr.14556) 15803 : cluster [DBG] pgmap v13964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:51.390970+0000 mgr.y (mgr.14556) 15803 : cluster [DBG] pgmap v13964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:30:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:30:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:53.391555+0000 mgr.y (mgr.14556) 15804 : cluster [DBG] pgmap v13965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:53.391555+0000 mgr.y (mgr.14556) 15804 : cluster [DBG] pgmap v13965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:53.391555+0000 mgr.y (mgr.14556) 15804 : cluster [DBG] pgmap v13965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:55.392117+0000 mgr.y (mgr.14556) 15805 : cluster [DBG] pgmap v13966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:55.392117+0000 mgr.y (mgr.14556) 15805 : cluster [DBG] pgmap v13966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:55.392117+0000 mgr.y (mgr.14556) 15805 : cluster [DBG] pgmap v13966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:57.392617+0000 mgr.y (mgr.14556) 15806 : cluster [DBG] pgmap v13967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:30:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:57.392617+0000 mgr.y (mgr.14556) 15806 : cluster [DBG] pgmap v13967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:30:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:30:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:57.392617+0000 mgr.y (mgr.14556) 15806 : cluster [DBG] pgmap v13967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:30:59.393097+0000 mgr.y (mgr.14556) 15807 : cluster [DBG] pgmap v13968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:30:59.393097+0000 mgr.y (mgr.14556) 15807 : cluster [DBG] pgmap v13968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:30:59.393097+0000 mgr.y (mgr.14556) 15807 : cluster [DBG] pgmap v13968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:31:03.271 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:31:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:01.393792+0000 mgr.y (mgr.14556) 15808 : cluster [DBG] pgmap v13969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:01.393792+0000 mgr.y (mgr.14556) 15808 : cluster [DBG] pgmap v13969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:01.393792+0000 mgr.y (mgr.14556) 15808 : cluster [DBG] pgmap v13969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:03.561 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:31:03.561 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:31:03.561 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 6m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:31:03.561 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:31:03.561 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 6m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:31:03.561 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 6m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:31:03.561 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 6m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:31:03.561 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 6m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:31:03.561 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 6m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:31:03.562 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:31:03.562 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:31:03.562 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 6m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:31:03.562 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:31:03.562 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:31:03.562 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:31:03.562 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:31:03.562 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 6m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:31:03.562 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 6m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:31:03.562 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 6m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:31:03.562 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 6m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:31:03.562 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 6m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:31:03.907 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:31:03.907 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:31:03.908 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:31:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:31:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:31:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:31:03.259408+0000 mgr.y (mgr.14556) 15809 : audit [DBG] from='client.40973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:31:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:31:03.908103+0000 mon.c (mon.2) 393 : audit [DBG] from='client.? 172.21.15.23:0/4211487066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:31:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:31:03.259408+0000 mgr.y (mgr.14556) 15809 : audit [DBG] from='client.40973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:31:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:31:03.908103+0000 mon.c (mon.2) 393 : audit [DBG] from='client.? 172.21.15.23:0/4211487066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:31:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:31:03.259408+0000 mgr.y (mgr.14556) 15809 : audit [DBG] from='client.40973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:31:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:31:03.908103+0000 mon.c (mon.2) 393 : audit [DBG] from='client.? 172.21.15.23:0/4211487066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:31:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:03.394099+0000 mgr.y (mgr.14556) 15810 : cluster [DBG] pgmap v13970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:31:03.553689+0000 mgr.y (mgr.14556) 15811 : audit [DBG] from='client.40979 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:31:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:03.394099+0000 mgr.y (mgr.14556) 15810 : cluster [DBG] pgmap v13970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:31:03.553689+0000 mgr.y (mgr.14556) 15811 : audit [DBG] from='client.40979 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:31:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:03.394099+0000 mgr.y (mgr.14556) 15810 : cluster [DBG] pgmap v13970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:31:03.553689+0000 mgr.y (mgr.14556) 15811 : audit [DBG] from='client.40979 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:31:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:05.394979+0000 mgr.y (mgr.14556) 15812 : cluster [DBG] pgmap v13971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:05.394979+0000 mgr.y (mgr.14556) 15812 : cluster [DBG] pgmap v13971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:05.394979+0000 mgr.y (mgr.14556) 15812 : cluster [DBG] pgmap v13971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:07.395585+0000 mgr.y (mgr.14556) 15813 : cluster [DBG] pgmap v13972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:07.395585+0000 mgr.y (mgr.14556) 15813 : cluster [DBG] pgmap v13972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:07.395585+0000 mgr.y (mgr.14556) 15813 : cluster [DBG] pgmap v13972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:09.395952+0000 mgr.y (mgr.14556) 15814 : cluster [DBG] pgmap v13973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:09.395952+0000 mgr.y (mgr.14556) 15814 : cluster [DBG] pgmap v13973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:09.395952+0000 mgr.y (mgr.14556) 15814 : cluster [DBG] pgmap v13973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:31:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:11.396807+0000 mgr.y (mgr.14556) 15815 : cluster [DBG] pgmap v13974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:11.396807+0000 mgr.y (mgr.14556) 15815 : cluster [DBG] pgmap v13974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:11.396807+0000 mgr.y (mgr.14556) 15815 : cluster [DBG] pgmap v13974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:31:13] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T14:31:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:13.397194+0000 mgr.y (mgr.14556) 15816 : cluster [DBG] pgmap v13975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:13.397194+0000 mgr.y (mgr.14556) 15816 : cluster [DBG] pgmap v13975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:13.397194+0000 mgr.y (mgr.14556) 15816 : cluster [DBG] pgmap v13975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:15.398023+0000 mgr.y (mgr.14556) 15817 : cluster [DBG] pgmap v13976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:15.398023+0000 mgr.y (mgr.14556) 15817 : cluster [DBG] pgmap v13976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:15.398023+0000 mgr.y (mgr.14556) 15817 : cluster [DBG] pgmap v13976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:17.398538+0000 mgr.y (mgr.14556) 15818 : cluster [DBG] pgmap v13977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:17.398538+0000 mgr.y (mgr.14556) 15818 : cluster [DBG] pgmap v13977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:17.398538+0000 mgr.y (mgr.14556) 15818 : cluster [DBG] pgmap v13977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:19.398979+0000 mgr.y (mgr.14556) 15819 : cluster [DBG] pgmap v13978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:19.398979+0000 mgr.y (mgr.14556) 15819 : cluster [DBG] pgmap v13978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:19.398979+0000 mgr.y (mgr.14556) 15819 : cluster [DBG] pgmap v13978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:31:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:21.399855+0000 mgr.y (mgr.14556) 15820 : cluster [DBG] pgmap v13979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:21.399855+0000 mgr.y (mgr.14556) 15820 : cluster [DBG] pgmap v13979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:21.399855+0000 mgr.y (mgr.14556) 15820 : cluster [DBG] pgmap v13979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:31:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:31:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:23.400306+0000 mgr.y (mgr.14556) 15821 : cluster [DBG] pgmap v13980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:23.400306+0000 mgr.y (mgr.14556) 15821 : cluster [DBG] pgmap v13980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:23.400306+0000 mgr.y (mgr.14556) 15821 : cluster [DBG] pgmap v13980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:25.401095+0000 mgr.y (mgr.14556) 15822 : cluster [DBG] pgmap v13981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:25.401095+0000 mgr.y (mgr.14556) 15822 : cluster [DBG] pgmap v13981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:25.401095+0000 mgr.y (mgr.14556) 15822 : cluster [DBG] pgmap v13981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:27.401636+0000 mgr.y (mgr.14556) 15823 : cluster [DBG] pgmap v13982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:27.401636+0000 mgr.y (mgr.14556) 15823 : cluster [DBG] pgmap v13982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:27.401636+0000 mgr.y (mgr.14556) 15823 : cluster [DBG] pgmap v13982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:29.402166+0000 mgr.y (mgr.14556) 15824 : cluster [DBG] pgmap v13983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:29.402166+0000 mgr.y (mgr.14556) 15824 : cluster [DBG] pgmap v13983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:29.402166+0000 mgr.y (mgr.14556) 15824 : cluster [DBG] pgmap v13983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:31:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:31.402882+0000 mgr.y (mgr.14556) 15825 : cluster [DBG] pgmap v13984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:31.402882+0000 mgr.y (mgr.14556) 15825 : cluster [DBG] pgmap v13984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:31.402882+0000 mgr.y (mgr.14556) 15825 : cluster [DBG] pgmap v13984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:31:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:31:34.231 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:31:34.518 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:31:34.518 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:31:34.518 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 6m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:31:34.518 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:31:34.518 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 6m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:31:34.518 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 6m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:31:34.518 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 6m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:31:34.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 6m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:31:34.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 6m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:31:34.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:31:34.519 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:31:34.519 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 6m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:31:34.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:31:34.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:31:34.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:31:34.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:31:34.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 6m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:31:34.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 6m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:31:34.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 6m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:31:34.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 6m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:31:34.519 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 6m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:31:34.870 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:31:34.871 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:31:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:33.403299+0000 mgr.y (mgr.14556) 15826 : cluster [DBG] pgmap v13985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:31:34.219996+0000 mgr.y (mgr.14556) 15827 : audit [DBG] from='client.40991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:31:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:31:34.871137+0000 mon.c (mon.2) 394 : audit [DBG] from='client.? 172.21.15.23:0/2273216381' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:31:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:33.403299+0000 mgr.y (mgr.14556) 15826 : cluster [DBG] pgmap v13985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:31:34.219996+0000 mgr.y (mgr.14556) 15827 : audit [DBG] from='client.40991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:31:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:31:34.871137+0000 mon.c (mon.2) 394 : audit [DBG] from='client.? 172.21.15.23:0/2273216381' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:31:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:33.403299+0000 mgr.y (mgr.14556) 15826 : cluster [DBG] pgmap v13985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:31:34.219996+0000 mgr.y (mgr.14556) 15827 : audit [DBG] from='client.40991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:31:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:31:34.871137+0000 mon.c (mon.2) 394 : audit [DBG] from='client.? 172.21.15.23:0/2273216381' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:31:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:31:34.510681+0000 mgr.y (mgr.14556) 15828 : audit [DBG] from='client.40997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:31:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:31:34.510681+0000 mgr.y (mgr.14556) 15828 : audit [DBG] from='client.40997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:31:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:31:34.510681+0000 mgr.y (mgr.14556) 15828 : audit [DBG] from='client.40997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:31:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:35.404034+0000 mgr.y (mgr.14556) 15829 : cluster [DBG] pgmap v13986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:35.404034+0000 mgr.y (mgr.14556) 15829 : cluster [DBG] pgmap v13986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:35.404034+0000 mgr.y (mgr.14556) 15829 : cluster [DBG] pgmap v13986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:37.404549+0000 mgr.y (mgr.14556) 15830 : cluster [DBG] pgmap v13987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:37.404549+0000 mgr.y (mgr.14556) 15830 : cluster [DBG] pgmap v13987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:37.404549+0000 mgr.y (mgr.14556) 15830 : cluster [DBG] pgmap v13987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:41.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:39.404883+0000 mgr.y (mgr.14556) 15831 : cluster [DBG] pgmap v13988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:39.404883+0000 mgr.y (mgr.14556) 15831 : cluster [DBG] pgmap v13988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:39.404883+0000 mgr.y (mgr.14556) 15831 : cluster [DBG] pgmap v13988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:31:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:41.405528+0000 mgr.y (mgr.14556) 15832 : cluster [DBG] pgmap v13989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:41.405528+0000 mgr.y (mgr.14556) 15832 : cluster [DBG] pgmap v13989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:41.405528+0000 mgr.y (mgr.14556) 15832 : cluster [DBG] pgmap v13989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:31:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:31:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:43.405946+0000 mgr.y (mgr.14556) 15833 : cluster [DBG] pgmap v13990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:43.405946+0000 mgr.y (mgr.14556) 15833 : cluster [DBG] pgmap v13990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:43.405946+0000 mgr.y (mgr.14556) 15833 : cluster [DBG] pgmap v13990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:45.406625+0000 mgr.y (mgr.14556) 15834 : cluster [DBG] pgmap v13991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:45.406625+0000 mgr.y (mgr.14556) 15834 : cluster [DBG] pgmap v13991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:45.406625+0000 mgr.y (mgr.14556) 15834 : cluster [DBG] pgmap v13991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:31:47.902849+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:31:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:31:48.208317+0000 mon.a (mon.0) 3494 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:31:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:31:48.208961+0000 mon.a (mon.0) 3495 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:31:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:31:48.215401+0000 mon.a (mon.0) 3496 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:31:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:31:47.902849+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:31:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:31:48.208317+0000 mon.a (mon.0) 3494 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:31:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:31:48.208961+0000 mon.a (mon.0) 3495 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:31:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:31:48.215401+0000 mon.a (mon.0) 3496 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:31:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:31:47.902849+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:31:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:31:48.208317+0000 mon.a (mon.0) 3494 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:31:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:31:48.208961+0000 mon.a (mon.0) 3495 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:31:48.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:31:48.215401+0000 mon.a (mon.0) 3496 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:31:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:47.407083+0000 mgr.y (mgr.14556) 15835 : cluster [DBG] pgmap v13992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:47.407083+0000 mgr.y (mgr.14556) 15835 : cluster [DBG] pgmap v13992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:47.407083+0000 mgr.y (mgr.14556) 15835 : cluster [DBG] pgmap v13992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:49.407459+0000 mgr.y (mgr.14556) 15836 : cluster [DBG] pgmap v13993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:49.407459+0000 mgr.y (mgr.14556) 15836 : cluster [DBG] pgmap v13993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:49.407459+0000 mgr.y (mgr.14556) 15836 : cluster [DBG] pgmap v13993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:31:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:51.408170+0000 mgr.y (mgr.14556) 15837 : cluster [DBG] pgmap v13994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:51.408170+0000 mgr.y (mgr.14556) 15837 : cluster [DBG] pgmap v13994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:51.408170+0000 mgr.y (mgr.14556) 15837 : cluster [DBG] pgmap v13994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:31:53] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:31:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:53.408684+0000 mgr.y (mgr.14556) 15838 : cluster [DBG] pgmap v13995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:53.408684+0000 mgr.y (mgr.14556) 15838 : cluster [DBG] pgmap v13995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:53.408684+0000 mgr.y (mgr.14556) 15838 : cluster [DBG] pgmap v13995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:55.409320+0000 mgr.y (mgr.14556) 15839 : cluster [DBG] pgmap v13996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:55.409320+0000 mgr.y (mgr.14556) 15839 : cluster [DBG] pgmap v13996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:55.409320+0000 mgr.y (mgr.14556) 15839 : cluster [DBG] pgmap v13996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:57.409771+0000 mgr.y (mgr.14556) 15840 : cluster [DBG] pgmap v13997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:57.409771+0000 mgr.y (mgr.14556) 15840 : cluster [DBG] pgmap v13997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:31:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:31:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:57.409771+0000 mgr.y (mgr.14556) 15840 : cluster [DBG] pgmap v13997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:31:59.410089+0000 mgr.y (mgr.14556) 15841 : cluster [DBG] pgmap v13998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:31:59.410089+0000 mgr.y (mgr.14556) 15841 : cluster [DBG] pgmap v13998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:31:59.410089+0000 mgr.y (mgr.14556) 15841 : cluster [DBG] pgmap v13998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:32:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:01.410848+0000 mgr.y (mgr.14556) 15842 : cluster [DBG] pgmap v13999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:01.410848+0000 mgr.y (mgr.14556) 15842 : cluster [DBG] pgmap v13999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:01.410848+0000 mgr.y (mgr.14556) 15842 : cluster [DBG] pgmap v13999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:32:03] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:32:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:03.411355+0000 mgr.y (mgr.14556) 15843 : cluster [DBG] pgmap v14000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:03.411355+0000 mgr.y (mgr.14556) 15843 : cluster [DBG] pgmap v14000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:03.411355+0000 mgr.y (mgr.14556) 15843 : cluster [DBG] pgmap v14000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:05.197 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:32:05.485 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:32:05.485 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:32:05.485 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 7m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:32:05.485 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 7m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 7m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 7m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 7m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 7m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 7m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 7m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:32:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 7m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:32:05.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 7m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:32:05.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 7m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:32:05.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 7m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:32:05.487 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 7m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:32:05.840 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:32:05.840 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:32:05.840 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:32:05.840 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:32:05.840 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:32:05.840 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:32:05.840 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:32:05.840 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:32:05.840 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:32:05.840 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:32:05.841 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:32:05.841 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:32:05.841 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:32:05.841 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:32:05.841 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:32:05.841 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:32:05.841 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:32:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:05.186538+0000 mgr.y (mgr.14556) 15844 : audit [DBG] from='client.41009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:32:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:05.186538+0000 mgr.y (mgr.14556) 15844 : audit [DBG] from='client.41009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:32:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:05.186538+0000 mgr.y (mgr.14556) 15844 : audit [DBG] from='client.41009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:32:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:05.411907+0000 mgr.y (mgr.14556) 15845 : cluster [DBG] pgmap v14001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:05.478165+0000 mgr.y (mgr.14556) 15846 : audit [DBG] from='client.31104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:32:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:05.840561+0000 mon.a (mon.0) 3497 : audit [DBG] from='client.? 172.21.15.23:0/646913180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:32:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:05.411907+0000 mgr.y (mgr.14556) 15845 : cluster [DBG] pgmap v14001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:05.478165+0000 mgr.y (mgr.14556) 15846 : audit [DBG] from='client.31104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:32:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:05.840561+0000 mon.a (mon.0) 3497 : audit [DBG] from='client.? 172.21.15.23:0/646913180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:32:06.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:05.411907+0000 mgr.y (mgr.14556) 15845 : cluster [DBG] pgmap v14001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:05.478165+0000 mgr.y (mgr.14556) 15846 : audit [DBG] from='client.31104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:32:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:05.840561+0000 mon.a (mon.0) 3497 : audit [DBG] from='client.? 172.21.15.23:0/646913180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:32:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:07.412315+0000 mgr.y (mgr.14556) 15847 : cluster [DBG] pgmap v14002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:07.412315+0000 mgr.y (mgr.14556) 15847 : cluster [DBG] pgmap v14002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:07.412315+0000 mgr.y (mgr.14556) 15847 : cluster [DBG] pgmap v14002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:09.412817+0000 mgr.y (mgr.14556) 15848 : cluster [DBG] pgmap v14003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:09.412817+0000 mgr.y (mgr.14556) 15848 : cluster [DBG] pgmap v14003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:09.412817+0000 mgr.y (mgr.14556) 15848 : cluster [DBG] pgmap v14003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:32:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:11.413665+0000 mgr.y (mgr.14556) 15849 : cluster [DBG] pgmap v14004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:11.413665+0000 mgr.y (mgr.14556) 15849 : cluster [DBG] pgmap v14004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:11.413665+0000 mgr.y (mgr.14556) 15849 : cluster [DBG] pgmap v14004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:32:13] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:32:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:13.414057+0000 mgr.y (mgr.14556) 15850 : cluster [DBG] pgmap v14005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:13.414057+0000 mgr.y (mgr.14556) 15850 : cluster [DBG] pgmap v14005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:13.414057+0000 mgr.y (mgr.14556) 15850 : cluster [DBG] pgmap v14005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:15.414697+0000 mgr.y (mgr.14556) 15851 : cluster [DBG] pgmap v14006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:15.414697+0000 mgr.y (mgr.14556) 15851 : cluster [DBG] pgmap v14006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:15.414697+0000 mgr.y (mgr.14556) 15851 : cluster [DBG] pgmap v14006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:17.415117+0000 mgr.y (mgr.14556) 15852 : cluster [DBG] pgmap v14007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:17.415117+0000 mgr.y (mgr.14556) 15852 : cluster [DBG] pgmap v14007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:17.415117+0000 mgr.y (mgr.14556) 15852 : cluster [DBG] pgmap v14007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:19.415517+0000 mgr.y (mgr.14556) 15853 : cluster [DBG] pgmap v14008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:19.415517+0000 mgr.y (mgr.14556) 15853 : cluster [DBG] pgmap v14008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:19.415517+0000 mgr.y (mgr.14556) 15853 : cluster [DBG] pgmap v14008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:32:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:21.416258+0000 mgr.y (mgr.14556) 15854 : cluster [DBG] pgmap v14009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:21.416258+0000 mgr.y (mgr.14556) 15854 : cluster [DBG] pgmap v14009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:21.416258+0000 mgr.y (mgr.14556) 15854 : cluster [DBG] pgmap v14009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:32:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:32:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:23.416781+0000 mgr.y (mgr.14556) 15855 : cluster [DBG] pgmap v14010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:23.416781+0000 mgr.y (mgr.14556) 15855 : cluster [DBG] pgmap v14010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:23.416781+0000 mgr.y (mgr.14556) 15855 : cluster [DBG] pgmap v14010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:25.417474+0000 mgr.y (mgr.14556) 15856 : cluster [DBG] pgmap v14011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:25.417474+0000 mgr.y (mgr.14556) 15856 : cluster [DBG] pgmap v14011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:25.417474+0000 mgr.y (mgr.14556) 15856 : cluster [DBG] pgmap v14011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:27.417859+0000 mgr.y (mgr.14556) 15857 : cluster [DBG] pgmap v14012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:27.417859+0000 mgr.y (mgr.14556) 15857 : cluster [DBG] pgmap v14012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:27.417859+0000 mgr.y (mgr.14556) 15857 : cluster [DBG] pgmap v14012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:29.418249+0000 mgr.y (mgr.14556) 15858 : cluster [DBG] pgmap v14013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:29.418249+0000 mgr.y (mgr.14556) 15858 : cluster [DBG] pgmap v14013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:29.418249+0000 mgr.y (mgr.14556) 15858 : cluster [DBG] pgmap v14013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:32:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:31.419049+0000 mgr.y (mgr.14556) 15859 : cluster [DBG] pgmap v14014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:31.419049+0000 mgr.y (mgr.14556) 15859 : cluster [DBG] pgmap v14014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:31.419049+0000 mgr.y (mgr.14556) 15859 : cluster [DBG] pgmap v14014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:32:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:32:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:33.419610+0000 mgr.y (mgr.14556) 15860 : cluster [DBG] pgmap v14015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:33.419610+0000 mgr.y (mgr.14556) 15860 : cluster [DBG] pgmap v14015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:33.419610+0000 mgr.y (mgr.14556) 15860 : cluster [DBG] pgmap v14015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:36.164 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:32:36.460 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:32:36.460 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:32:36.460 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 7m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:32:36.460 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:32:36.460 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 7m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 7m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 7m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 7m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 7m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 7m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 7m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 7m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 7m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 7m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 7m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:32:36.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 7m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:32:36.462 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 7m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:32:36.462 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 7m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:32:36.814 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:32:36.815 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:32:36.815 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:32:36.815 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:32:36.815 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:32:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:35.420251+0000 mgr.y (mgr.14556) 15861 : cluster [DBG] pgmap v14016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:36.152473+0000 mgr.y (mgr.14556) 15862 : audit [DBG] from='client.31116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:32:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:35.420251+0000 mgr.y (mgr.14556) 15861 : cluster [DBG] pgmap v14016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:36.152473+0000 mgr.y (mgr.14556) 15862 : audit [DBG] from='client.31116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:32:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:35.420251+0000 mgr.y (mgr.14556) 15861 : cluster [DBG] pgmap v14016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:36.152473+0000 mgr.y (mgr.14556) 15862 : audit [DBG] from='client.31116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:32:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:36.452931+0000 mgr.y (mgr.14556) 15863 : audit [DBG] from='client.41033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:32:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:36.814569+0000 mon.a (mon.0) 3498 : audit [DBG] from='client.? 172.21.15.23:0/1942332727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:32:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:36.452931+0000 mgr.y (mgr.14556) 15863 : audit [DBG] from='client.41033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:32:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:36.814569+0000 mon.a (mon.0) 3498 : audit [DBG] from='client.? 172.21.15.23:0/1942332727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:32:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:36.452931+0000 mgr.y (mgr.14556) 15863 : audit [DBG] from='client.41033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:32:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:36.814569+0000 mon.a (mon.0) 3498 : audit [DBG] from='client.? 172.21.15.23:0/1942332727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:32:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:37.420792+0000 mgr.y (mgr.14556) 15864 : cluster [DBG] pgmap v14017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:37.420792+0000 mgr.y (mgr.14556) 15864 : cluster [DBG] pgmap v14017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:37.420792+0000 mgr.y (mgr.14556) 15864 : cluster [DBG] pgmap v14017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:39.421227+0000 mgr.y (mgr.14556) 15865 : cluster [DBG] pgmap v14018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:39.421227+0000 mgr.y (mgr.14556) 15865 : cluster [DBG] pgmap v14018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:39.421227+0000 mgr.y (mgr.14556) 15865 : cluster [DBG] pgmap v14018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:32:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:41.421936+0000 mgr.y (mgr.14556) 15866 : cluster [DBG] pgmap v14019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:41.421936+0000 mgr.y (mgr.14556) 15866 : cluster [DBG] pgmap v14019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:43.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:41.421936+0000 mgr.y (mgr.14556) 15866 : cluster [DBG] pgmap v14019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:32:43] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:32:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:43.422532+0000 mgr.y (mgr.14556) 15867 : cluster [DBG] pgmap v14020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:43.422532+0000 mgr.y (mgr.14556) 15867 : cluster [DBG] pgmap v14020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:43.422532+0000 mgr.y (mgr.14556) 15867 : cluster [DBG] pgmap v14020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:45.423451+0000 mgr.y (mgr.14556) 15868 : cluster [DBG] pgmap v14021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:45.423451+0000 mgr.y (mgr.14556) 15868 : cluster [DBG] pgmap v14021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:45.423451+0000 mgr.y (mgr.14556) 15868 : cluster [DBG] pgmap v14021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:47.424070+0000 mgr.y (mgr.14556) 15869 : cluster [DBG] pgmap v14022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:48.220704+0000 mon.a (mon.0) 3499 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:32:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:48.526956+0000 mon.a (mon.0) 3500 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:32:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:48.527560+0000 mon.a (mon.0) 3501 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:32:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:48.528079+0000 mon.a (mon.0) 3502 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:48.528592+0000 mon.a (mon.0) 3503 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:48.537324+0000 mon.a (mon.0) 3504 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:48.538055+0000 mon.a (mon.0) 3505 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:48.538649+0000 mon.a (mon.0) 3506 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:32:48.551214+0000 mon.a (mon.0) 3507 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:47.424070+0000 mgr.y (mgr.14556) 15869 : cluster [DBG] pgmap v14022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:48.220704+0000 mon.a (mon.0) 3499 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:48.526956+0000 mon.a (mon.0) 3500 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:48.527560+0000 mon.a (mon.0) 3501 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:48.528079+0000 mon.a (mon.0) 3502 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:48.528592+0000 mon.a (mon.0) 3503 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:48.537324+0000 mon.a (mon.0) 3504 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:32:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:48.538055+0000 mon.a (mon.0) 3505 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:32:49.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:48.538649+0000 mon.a (mon.0) 3506 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:32:49.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:32:48.551214+0000 mon.a (mon.0) 3507 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:32:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:47.424070+0000 mgr.y (mgr.14556) 15869 : cluster [DBG] pgmap v14022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:48.220704+0000 mon.a (mon.0) 3499 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:32:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:48.526956+0000 mon.a (mon.0) 3500 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:32:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:48.527560+0000 mon.a (mon.0) 3501 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:32:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:48.528079+0000 mon.a (mon.0) 3502 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:32:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:48.528592+0000 mon.a (mon.0) 3503 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:32:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:48.537324+0000 mon.a (mon.0) 3504 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:32:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:48.538055+0000 mon.a (mon.0) 3505 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:32:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:48.538649+0000 mon.a (mon.0) 3506 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:32:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:32:48.551214+0000 mon.a (mon.0) 3507 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:32:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T14:32:48.528998+0000 mgr.y (mgr.14556) 15870 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2473M 2024-03-22T14:32:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T14:32:48.528998+0000 mgr.y (mgr.14556) 15870 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2473M 2024-03-22T14:32:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T14:32:48.528998+0000 mgr.y (mgr.14556) 15870 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2473M 2024-03-22T14:32:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:49.424538+0000 mgr.y (mgr.14556) 15871 : cluster [DBG] pgmap v14023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:49.424538+0000 mgr.y (mgr.14556) 15871 : cluster [DBG] pgmap v14023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:49.424538+0000 mgr.y (mgr.14556) 15871 : cluster [DBG] pgmap v14023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:32:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:51.425359+0000 mgr.y (mgr.14556) 15872 : cluster [DBG] pgmap v14024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:51.425359+0000 mgr.y (mgr.14556) 15872 : cluster [DBG] pgmap v14024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:51.425359+0000 mgr.y (mgr.14556) 15872 : cluster [DBG] pgmap v14024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:32:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:32:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:53.425727+0000 mgr.y (mgr.14556) 15873 : cluster [DBG] pgmap v14025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:53.425727+0000 mgr.y (mgr.14556) 15873 : cluster [DBG] pgmap v14025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:53.425727+0000 mgr.y (mgr.14556) 15873 : cluster [DBG] pgmap v14025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:55.426537+0000 mgr.y (mgr.14556) 15874 : cluster [DBG] pgmap v14026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:55.426537+0000 mgr.y (mgr.14556) 15874 : cluster [DBG] pgmap v14026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:55.426537+0000 mgr.y (mgr.14556) 15874 : cluster [DBG] pgmap v14026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:32:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:57.427092+0000 mgr.y (mgr.14556) 15875 : cluster [DBG] pgmap v14027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:57.427092+0000 mgr.y (mgr.14556) 15875 : cluster [DBG] pgmap v14027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:32:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:57.427092+0000 mgr.y (mgr.14556) 15875 : cluster [DBG] pgmap v14027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:32:59.427561+0000 mgr.y (mgr.14556) 15876 : cluster [DBG] pgmap v14028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:32:59.427561+0000 mgr.y (mgr.14556) 15876 : cluster [DBG] pgmap v14028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:32:59.427561+0000 mgr.y (mgr.14556) 15876 : cluster [DBG] pgmap v14028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:33:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:01.428193+0000 mgr.y (mgr.14556) 15877 : cluster [DBG] pgmap v14029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:01.428193+0000 mgr.y (mgr.14556) 15877 : cluster [DBG] pgmap v14029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:01.428193+0000 mgr.y (mgr.14556) 15877 : cluster [DBG] pgmap v14029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:33:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:33:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:03.428719+0000 mgr.y (mgr.14556) 15878 : cluster [DBG] pgmap v14030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:03.428719+0000 mgr.y (mgr.14556) 15878 : cluster [DBG] pgmap v14030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:03.428719+0000 mgr.y (mgr.14556) 15878 : cluster [DBG] pgmap v14030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:07.137 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:33:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:05.429458+0000 mgr.y (mgr.14556) 15879 : cluster [DBG] pgmap v14031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:05.429458+0000 mgr.y (mgr.14556) 15879 : cluster [DBG] pgmap v14031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:05.429458+0000 mgr.y (mgr.14556) 15879 : cluster [DBG] pgmap v14031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:07.424 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 8m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 8m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 8m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 8m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 8m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 8m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 8m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 8m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 8m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 8m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 8m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 8m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:33:07.425 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 8m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:33:07.426 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 8m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:33:07.426 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 8m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:33:07.426 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 8m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:33:07.426 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 8m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:33:07.426 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 8m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:33:07.426 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 8m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:33:07.426 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 8m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:33:07.774 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:33:07.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:33:07.776 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:33:07.776 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:33:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:33:07.125728+0000 mgr.y (mgr.14556) 15880 : audit [DBG] from='client.41045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:33:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:33:07.775124+0000 mon.a (mon.0) 3508 : audit [DBG] from='client.? 172.21.15.23:0/2196497277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:33:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:33:07.125728+0000 mgr.y (mgr.14556) 15880 : audit [DBG] from='client.41045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:33:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:33:07.775124+0000 mon.a (mon.0) 3508 : audit [DBG] from='client.? 172.21.15.23:0/2196497277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:33:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:33:07.125728+0000 mgr.y (mgr.14556) 15880 : audit [DBG] from='client.41045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:33:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:33:07.775124+0000 mon.a (mon.0) 3508 : audit [DBG] from='client.? 172.21.15.23:0/2196497277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:33:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:33:07.417488+0000 mgr.y (mgr.14556) 15881 : audit [DBG] from='client.31140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:33:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:07.429738+0000 mgr.y (mgr.14556) 15882 : cluster [DBG] pgmap v14032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:33:07.417488+0000 mgr.y (mgr.14556) 15881 : audit [DBG] from='client.31140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:33:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:07.429738+0000 mgr.y (mgr.14556) 15882 : cluster [DBG] pgmap v14032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:33:07.417488+0000 mgr.y (mgr.14556) 15881 : audit [DBG] from='client.31140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:33:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:07.429738+0000 mgr.y (mgr.14556) 15882 : cluster [DBG] pgmap v14032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:09.430260+0000 mgr.y (mgr.14556) 15883 : cluster [DBG] pgmap v14033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:09.430260+0000 mgr.y (mgr.14556) 15883 : cluster [DBG] pgmap v14033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:09.430260+0000 mgr.y (mgr.14556) 15883 : cluster [DBG] pgmap v14033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:33:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:11.430873+0000 mgr.y (mgr.14556) 15884 : cluster [DBG] pgmap v14034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:11.430873+0000 mgr.y (mgr.14556) 15884 : cluster [DBG] pgmap v14034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:11.430873+0000 mgr.y (mgr.14556) 15884 : cluster [DBG] pgmap v14034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:33:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:33:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:13.431259+0000 mgr.y (mgr.14556) 15885 : cluster [DBG] pgmap v14035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:13.431259+0000 mgr.y (mgr.14556) 15885 : cluster [DBG] pgmap v14035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:13.431259+0000 mgr.y (mgr.14556) 15885 : cluster [DBG] pgmap v14035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:15.431902+0000 mgr.y (mgr.14556) 15886 : cluster [DBG] pgmap v14036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:15.431902+0000 mgr.y (mgr.14556) 15886 : cluster [DBG] pgmap v14036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:15.431902+0000 mgr.y (mgr.14556) 15886 : cluster [DBG] pgmap v14036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:17.432316+0000 mgr.y (mgr.14556) 15887 : cluster [DBG] pgmap v14037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:17.432316+0000 mgr.y (mgr.14556) 15887 : cluster [DBG] pgmap v14037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:17.432316+0000 mgr.y (mgr.14556) 15887 : cluster [DBG] pgmap v14037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:19.432896+0000 mgr.y (mgr.14556) 15888 : cluster [DBG] pgmap v14038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:19.432896+0000 mgr.y (mgr.14556) 15888 : cluster [DBG] pgmap v14038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:19.432896+0000 mgr.y (mgr.14556) 15888 : cluster [DBG] pgmap v14038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:33:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:21.433601+0000 mgr.y (mgr.14556) 15889 : cluster [DBG] pgmap v14039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:21.433601+0000 mgr.y (mgr.14556) 15889 : cluster [DBG] pgmap v14039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:21.433601+0000 mgr.y (mgr.14556) 15889 : cluster [DBG] pgmap v14039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:33:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:33:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:23.433939+0000 mgr.y (mgr.14556) 15890 : cluster [DBG] pgmap v14040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:23.433939+0000 mgr.y (mgr.14556) 15890 : cluster [DBG] pgmap v14040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:23.433939+0000 mgr.y (mgr.14556) 15890 : cluster [DBG] pgmap v14040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:25.434509+0000 mgr.y (mgr.14556) 15891 : cluster [DBG] pgmap v14041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:25.434509+0000 mgr.y (mgr.14556) 15891 : cluster [DBG] pgmap v14041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:25.434509+0000 mgr.y (mgr.14556) 15891 : cluster [DBG] pgmap v14041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:27.434936+0000 mgr.y (mgr.14556) 15892 : cluster [DBG] pgmap v14042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:27.434936+0000 mgr.y (mgr.14556) 15892 : cluster [DBG] pgmap v14042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:27.434936+0000 mgr.y (mgr.14556) 15892 : cluster [DBG] pgmap v14042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:29.435372+0000 mgr.y (mgr.14556) 15893 : cluster [DBG] pgmap v14043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:29.435372+0000 mgr.y (mgr.14556) 15893 : cluster [DBG] pgmap v14043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:29.435372+0000 mgr.y (mgr.14556) 15893 : cluster [DBG] pgmap v14043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:33:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:31.436072+0000 mgr.y (mgr.14556) 15894 : cluster [DBG] pgmap v14044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:31.436072+0000 mgr.y (mgr.14556) 15894 : cluster [DBG] pgmap v14044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:31.436072+0000 mgr.y (mgr.14556) 15894 : cluster [DBG] pgmap v14044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:33:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:33:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:33.436499+0000 mgr.y (mgr.14556) 15895 : cluster [DBG] pgmap v14045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:33.436499+0000 mgr.y (mgr.14556) 15895 : cluster [DBG] pgmap v14045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:33.436499+0000 mgr.y (mgr.14556) 15895 : cluster [DBG] pgmap v14045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:35.437092+0000 mgr.y (mgr.14556) 15896 : cluster [DBG] pgmap v14046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:35.437092+0000 mgr.y (mgr.14556) 15896 : cluster [DBG] pgmap v14046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:35.437092+0000 mgr.y (mgr.14556) 15896 : cluster [DBG] pgmap v14046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:38.096 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:33:38.385 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 8m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 8m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 8m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 8m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 8m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 8m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 8m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 8m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 8m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 8m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 8m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 8m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 8m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:33:38.386 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 8m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:33:38.387 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 8m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:33:38.387 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 8m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:33:38.387 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 8m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:33:38.387 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 8m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:33:38.387 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 8m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:33:38.387 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 8m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:33:38.733 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:33:38.733 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:33:38.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:33:38.734 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:33:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:37.437471+0000 mgr.y (mgr.14556) 15897 : cluster [DBG] pgmap v14047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:33:38.083534+0000 mgr.y (mgr.14556) 15898 : audit [DBG] from='client.31152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:33:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:33:38.733842+0000 mon.a (mon.0) 3509 : audit [DBG] from='client.? 172.21.15.23:0/2730635657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:33:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:37.437471+0000 mgr.y (mgr.14556) 15897 : cluster [DBG] pgmap v14047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:33:38.083534+0000 mgr.y (mgr.14556) 15898 : audit [DBG] from='client.31152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:33:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:33:38.733842+0000 mon.a (mon.0) 3509 : audit [DBG] from='client.? 172.21.15.23:0/2730635657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:33:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:37.437471+0000 mgr.y (mgr.14556) 15897 : cluster [DBG] pgmap v14047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:33:38.083534+0000 mgr.y (mgr.14556) 15898 : audit [DBG] from='client.31152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:33:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:33:38.733842+0000 mon.a (mon.0) 3509 : audit [DBG] from='client.? 172.21.15.23:0/2730635657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:33:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:33:38.378256+0000 mgr.y (mgr.14556) 15899 : audit [DBG] from='client.31158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:33:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:33:38.378256+0000 mgr.y (mgr.14556) 15899 : audit [DBG] from='client.31158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:33:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:33:38.378256+0000 mgr.y (mgr.14556) 15899 : audit [DBG] from='client.31158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:33:41.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:39.437889+0000 mgr.y (mgr.14556) 15900 : cluster [DBG] pgmap v14048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:39.437889+0000 mgr.y (mgr.14556) 15900 : cluster [DBG] pgmap v14048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:39.437889+0000 mgr.y (mgr.14556) 15900 : cluster [DBG] pgmap v14048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:33:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:41.438588+0000 mgr.y (mgr.14556) 15901 : cluster [DBG] pgmap v14049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:41.438588+0000 mgr.y (mgr.14556) 15901 : cluster [DBG] pgmap v14049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:41.438588+0000 mgr.y (mgr.14556) 15901 : cluster [DBG] pgmap v14049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:33:43] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T14:33:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:43.439082+0000 mgr.y (mgr.14556) 15902 : cluster [DBG] pgmap v14050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:43.439082+0000 mgr.y (mgr.14556) 15902 : cluster [DBG] pgmap v14050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:43.439082+0000 mgr.y (mgr.14556) 15902 : cluster [DBG] pgmap v14050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:45.439758+0000 mgr.y (mgr.14556) 15903 : cluster [DBG] pgmap v14051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:45.439758+0000 mgr.y (mgr.14556) 15903 : cluster [DBG] pgmap v14051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:45.439758+0000 mgr.y (mgr.14556) 15903 : cluster [DBG] pgmap v14051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:47.440191+0000 mgr.y (mgr.14556) 15904 : cluster [DBG] pgmap v14052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:33:48.555570+0000 mon.a (mon.0) 3510 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:33:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:33:48.860220+0000 mon.a (mon.0) 3511 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:33:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:33:48.860915+0000 mon.a (mon.0) 3512 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:33:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:33:48.870037+0000 mon.a (mon.0) 3513 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:33:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:47.440191+0000 mgr.y (mgr.14556) 15904 : cluster [DBG] pgmap v14052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:33:48.555570+0000 mon.a (mon.0) 3510 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:33:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:33:48.860220+0000 mon.a (mon.0) 3511 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:33:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:33:48.860915+0000 mon.a (mon.0) 3512 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:33:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:33:48.870037+0000 mon.a (mon.0) 3513 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:33:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:47.440191+0000 mgr.y (mgr.14556) 15904 : cluster [DBG] pgmap v14052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:33:48.555570+0000 mon.a (mon.0) 3510 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:33:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:33:48.860220+0000 mon.a (mon.0) 3511 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:33:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:33:48.860915+0000 mon.a (mon.0) 3512 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:33:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:33:48.870037+0000 mon.a (mon.0) 3513 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:33:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:49.440640+0000 mgr.y (mgr.14556) 15905 : cluster [DBG] pgmap v14053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:49.440640+0000 mgr.y (mgr.14556) 15905 : cluster [DBG] pgmap v14053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:49.440640+0000 mgr.y (mgr.14556) 15905 : cluster [DBG] pgmap v14053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:33:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:51.441212+0000 mgr.y (mgr.14556) 15906 : cluster [DBG] pgmap v14054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:51.441212+0000 mgr.y (mgr.14556) 15906 : cluster [DBG] pgmap v14054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:51.441212+0000 mgr.y (mgr.14556) 15906 : cluster [DBG] pgmap v14054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:33:53] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:33:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:53.441698+0000 mgr.y (mgr.14556) 15907 : cluster [DBG] pgmap v14055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:53.441698+0000 mgr.y (mgr.14556) 15907 : cluster [DBG] pgmap v14055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:53.441698+0000 mgr.y (mgr.14556) 15907 : cluster [DBG] pgmap v14055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:55.442393+0000 mgr.y (mgr.14556) 15908 : cluster [DBG] pgmap v14056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:55.442393+0000 mgr.y (mgr.14556) 15908 : cluster [DBG] pgmap v14056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:55.442393+0000 mgr.y (mgr.14556) 15908 : cluster [DBG] pgmap v14056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:57.442893+0000 mgr.y (mgr.14556) 15909 : cluster [DBG] pgmap v14057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:57.442893+0000 mgr.y (mgr.14556) 15909 : cluster [DBG] pgmap v14057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:33:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:33:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:57.442893+0000 mgr.y (mgr.14556) 15909 : cluster [DBG] pgmap v14057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:33:59.443422+0000 mgr.y (mgr.14556) 15910 : cluster [DBG] pgmap v14058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:33:59.443422+0000 mgr.y (mgr.14556) 15910 : cluster [DBG] pgmap v14058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:33:59.443422+0000 mgr.y (mgr.14556) 15910 : cluster [DBG] pgmap v14058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:34:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:01.444216+0000 mgr.y (mgr.14556) 15911 : cluster [DBG] pgmap v14059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:01.444216+0000 mgr.y (mgr.14556) 15911 : cluster [DBG] pgmap v14059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:01.444216+0000 mgr.y (mgr.14556) 15911 : cluster [DBG] pgmap v14059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:34:03] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:34:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:03.444581+0000 mgr.y (mgr.14556) 15912 : cluster [DBG] pgmap v14060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:03.444581+0000 mgr.y (mgr.14556) 15912 : cluster [DBG] pgmap v14060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:03.444581+0000 mgr.y (mgr.14556) 15912 : cluster [DBG] pgmap v14060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:05.445403+0000 mgr.y (mgr.14556) 15913 : cluster [DBG] pgmap v14061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:05.445403+0000 mgr.y (mgr.14556) 15913 : cluster [DBG] pgmap v14061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:05.445403+0000 mgr.y (mgr.14556) 15913 : cluster [DBG] pgmap v14061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:07.445772+0000 mgr.y (mgr.14556) 15914 : cluster [DBG] pgmap v14062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:07.445772+0000 mgr.y (mgr.14556) 15914 : cluster [DBG] pgmap v14062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:07.445772+0000 mgr.y (mgr.14556) 15914 : cluster [DBG] pgmap v14062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:09.057 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:34:09.346 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:34:09.346 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 9m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:34:09.346 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 9m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 9m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 9m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 9m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 9m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 9m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 9m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 9m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 9m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 9m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 9m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 9m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 9m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 9m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 9m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 9m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 9m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:34:09.347 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 9m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:34:09.348 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 9m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:34:09.696 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:34:09.697 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:34:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:34:09.045556+0000 mgr.y (mgr.14556) 15915 : audit [DBG] from='client.31170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:34:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:34:09.045556+0000 mgr.y (mgr.14556) 15915 : audit [DBG] from='client.31170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:34:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:34:09.045556+0000 mgr.y (mgr.14556) 15915 : audit [DBG] from='client.31170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:34:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:34:09.338749+0000 mgr.y (mgr.14556) 15916 : audit [DBG] from='client.31176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:34:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:09.446126+0000 mgr.y (mgr.14556) 15917 : cluster [DBG] pgmap v14063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:34:09.697395+0000 mon.a (mon.0) 3514 : audit [DBG] from='client.? 172.21.15.23:0/2600488678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:34:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:34:09.338749+0000 mgr.y (mgr.14556) 15916 : audit [DBG] from='client.31176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:34:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:09.446126+0000 mgr.y (mgr.14556) 15917 : cluster [DBG] pgmap v14063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:34:09.697395+0000 mon.a (mon.0) 3514 : audit [DBG] from='client.? 172.21.15.23:0/2600488678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:34:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:34:09.338749+0000 mgr.y (mgr.14556) 15916 : audit [DBG] from='client.31176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:34:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:09.446126+0000 mgr.y (mgr.14556) 15917 : cluster [DBG] pgmap v14063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:34:09.697395+0000 mon.a (mon.0) 3514 : audit [DBG] from='client.? 172.21.15.23:0/2600488678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:34:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:34:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:11.446783+0000 mgr.y (mgr.14556) 15918 : cluster [DBG] pgmap v14064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:12.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:11.446783+0000 mgr.y (mgr.14556) 15918 : cluster [DBG] pgmap v14064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:12.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:11.446783+0000 mgr.y (mgr.14556) 15918 : cluster [DBG] pgmap v14064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:34:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:34:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:13.447179+0000 mgr.y (mgr.14556) 15919 : cluster [DBG] pgmap v14065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:14.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:13.447179+0000 mgr.y (mgr.14556) 15919 : cluster [DBG] pgmap v14065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:13.447179+0000 mgr.y (mgr.14556) 15919 : cluster [DBG] pgmap v14065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:15.447888+0000 mgr.y (mgr.14556) 15920 : cluster [DBG] pgmap v14066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:15.447888+0000 mgr.y (mgr.14556) 15920 : cluster [DBG] pgmap v14066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:15.447888+0000 mgr.y (mgr.14556) 15920 : cluster [DBG] pgmap v14066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:18.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:17.448267+0000 mgr.y (mgr.14556) 15921 : cluster [DBG] pgmap v14067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:17.448267+0000 mgr.y (mgr.14556) 15921 : cluster [DBG] pgmap v14067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:18.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:17.448267+0000 mgr.y (mgr.14556) 15921 : cluster [DBG] pgmap v14067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:19.448820+0000 mgr.y (mgr.14556) 15922 : cluster [DBG] pgmap v14068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:19.448820+0000 mgr.y (mgr.14556) 15922 : cluster [DBG] pgmap v14068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:19.448820+0000 mgr.y (mgr.14556) 15922 : cluster [DBG] pgmap v14068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:34:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:21.449508+0000 mgr.y (mgr.14556) 15923 : cluster [DBG] pgmap v14069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:21.449508+0000 mgr.y (mgr.14556) 15923 : cluster [DBG] pgmap v14069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:21.449508+0000 mgr.y (mgr.14556) 15923 : cluster [DBG] pgmap v14069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:34:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:34:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:23.449890+0000 mgr.y (mgr.14556) 15924 : cluster [DBG] pgmap v14070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:23.449890+0000 mgr.y (mgr.14556) 15924 : cluster [DBG] pgmap v14070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:23.449890+0000 mgr.y (mgr.14556) 15924 : cluster [DBG] pgmap v14070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:25.450511+0000 mgr.y (mgr.14556) 15925 : cluster [DBG] pgmap v14071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:25.450511+0000 mgr.y (mgr.14556) 15925 : cluster [DBG] pgmap v14071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:25.450511+0000 mgr.y (mgr.14556) 15925 : cluster [DBG] pgmap v14071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:27.450847+0000 mgr.y (mgr.14556) 15926 : cluster [DBG] pgmap v14072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:27.450847+0000 mgr.y (mgr.14556) 15926 : cluster [DBG] pgmap v14072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:27.450847+0000 mgr.y (mgr.14556) 15926 : cluster [DBG] pgmap v14072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:29.451257+0000 mgr.y (mgr.14556) 15927 : cluster [DBG] pgmap v14073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:29.451257+0000 mgr.y (mgr.14556) 15927 : cluster [DBG] pgmap v14073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:29.451257+0000 mgr.y (mgr.14556) 15927 : cluster [DBG] pgmap v14073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:34:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:31.451981+0000 mgr.y (mgr.14556) 15928 : cluster [DBG] pgmap v14074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:31.451981+0000 mgr.y (mgr.14556) 15928 : cluster [DBG] pgmap v14074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:31.451981+0000 mgr.y (mgr.14556) 15928 : cluster [DBG] pgmap v14074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:34:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:34:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:33.452379+0000 mgr.y (mgr.14556) 15929 : cluster [DBG] pgmap v14075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:33.452379+0000 mgr.y (mgr.14556) 15929 : cluster [DBG] pgmap v14075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:33.452379+0000 mgr.y (mgr.14556) 15929 : cluster [DBG] pgmap v14075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:35.453047+0000 mgr.y (mgr.14556) 15930 : cluster [DBG] pgmap v14076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:35.453047+0000 mgr.y (mgr.14556) 15930 : cluster [DBG] pgmap v14076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:35.453047+0000 mgr.y (mgr.14556) 15930 : cluster [DBG] pgmap v14076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:37.453614+0000 mgr.y (mgr.14556) 15931 : cluster [DBG] pgmap v14077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:37.453614+0000 mgr.y (mgr.14556) 15931 : cluster [DBG] pgmap v14077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:37.453614+0000 mgr.y (mgr.14556) 15931 : cluster [DBG] pgmap v14077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:40.021 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:34:40.308 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:34:40.308 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 9m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:34:40.308 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 9m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:34:40.308 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 9m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:34:40.308 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 9m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:34:40.308 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 9m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:34:40.308 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 9m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:34:40.308 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 9m ago 7h 1084M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 9m ago 7h 683M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 9m ago 7h 687M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 9m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 9m ago 7h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 9m ago 7h 46.2M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 9m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 9m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 9m ago 7h 43.5M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 9m ago 7h 43.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 9m ago 7h 43.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 9m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 9m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:34:40.309 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 9m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:34:40.656 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:34:40.656 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:34:40.656 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:34:40.656 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:34:40.656 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:34:40.656 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:34:40.656 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:34:40.657 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:34:40.657 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:34:40.657 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:34:40.657 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:34:40.657 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:34:40.657 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:34:40.657 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:34:40.657 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:34:40.657 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:34:40.657 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:34:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:39.454072+0000 mgr.y (mgr.14556) 15932 : cluster [DBG] pgmap v14078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:34:40.009840+0000 mgr.y (mgr.14556) 15933 : audit [DBG] from='client.31188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:34:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:34:40.656818+0000 mon.a (mon.0) 3515 : audit [DBG] from='client.? 172.21.15.23:0/744220273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:34:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:39.454072+0000 mgr.y (mgr.14556) 15932 : cluster [DBG] pgmap v14078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:34:40.009840+0000 mgr.y (mgr.14556) 15933 : audit [DBG] from='client.31188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:34:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:34:40.656818+0000 mon.a (mon.0) 3515 : audit [DBG] from='client.? 172.21.15.23:0/744220273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:34:41.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:39.454072+0000 mgr.y (mgr.14556) 15932 : cluster [DBG] pgmap v14078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:34:40.009840+0000 mgr.y (mgr.14556) 15933 : audit [DBG] from='client.31188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:34:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:34:40.656818+0000 mon.a (mon.0) 3515 : audit [DBG] from='client.? 172.21.15.23:0/744220273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:34:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:34:40.300904+0000 mgr.y (mgr.14556) 15934 : audit [DBG] from='client.31194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:34:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:34:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:34:40.300904+0000 mgr.y (mgr.14556) 15934 : audit [DBG] from='client.31194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:34:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:34:40.300904+0000 mgr.y (mgr.14556) 15934 : audit [DBG] from='client.31194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:34:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:41.454748+0000 mgr.y (mgr.14556) 15935 : cluster [DBG] pgmap v14079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:41.454748+0000 mgr.y (mgr.14556) 15935 : cluster [DBG] pgmap v14079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:41.454748+0000 mgr.y (mgr.14556) 15935 : cluster [DBG] pgmap v14079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:34:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:34:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:43.455121+0000 mgr.y (mgr.14556) 15936 : cluster [DBG] pgmap v14080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:43.455121+0000 mgr.y (mgr.14556) 15936 : cluster [DBG] pgmap v14080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:43.455121+0000 mgr.y (mgr.14556) 15936 : cluster [DBG] pgmap v14080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:45.455728+0000 mgr.y (mgr.14556) 15937 : cluster [DBG] pgmap v14081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:45.455728+0000 mgr.y (mgr.14556) 15937 : cluster [DBG] pgmap v14081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:45.455728+0000 mgr.y (mgr.14556) 15937 : cluster [DBG] pgmap v14081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:47.456151+0000 mgr.y (mgr.14556) 15938 : cluster [DBG] pgmap v14082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:47.456151+0000 mgr.y (mgr.14556) 15938 : cluster [DBG] pgmap v14082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:47.456151+0000 mgr.y (mgr.14556) 15938 : cluster [DBG] pgmap v14082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:34:48.874531+0000 mon.a (mon.0) 3516 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:34:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:34:48.874531+0000 mon.a (mon.0) 3516 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:34:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:34:48.874531+0000 mon.a (mon.0) 3516 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:34:51.097 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:49.456463+0000 mgr.y (mgr.14556) 15939 : cluster [DBG] pgmap v14083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:51.097 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:49.456463+0000 mgr.y (mgr.14556) 15939 : cluster [DBG] pgmap v14083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:49.456463+0000 mgr.y (mgr.14556) 15939 : cluster [DBG] pgmap v14083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:34:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:51.457281+0000 mgr.y (mgr.14556) 15940 : cluster [DBG] pgmap v14084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:34:51.523982+0000 mon.a (mon.0) 3517 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:34:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:34:52.161634+0000 mon.a (mon.0) 3518 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:34:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:34:52.457861+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:34:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:34:52.458789+0000 mon.a (mon.0) 3520 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:34:52.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:34:52.465817+0000 mon.a (mon.0) 3521 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:34:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:51.457281+0000 mgr.y (mgr.14556) 15940 : cluster [DBG] pgmap v14084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:34:51.523982+0000 mon.a (mon.0) 3517 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:34:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:34:52.161634+0000 mon.a (mon.0) 3518 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:34:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:34:52.457861+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:34:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:34:52.458789+0000 mon.a (mon.0) 3520 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:34:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:34:52.465817+0000 mon.a (mon.0) 3521 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:34:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:51.457281+0000 mgr.y (mgr.14556) 15940 : cluster [DBG] pgmap v14084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:34:51.523982+0000 mon.a (mon.0) 3517 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:34:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:34:52.161634+0000 mon.a (mon.0) 3518 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:34:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:34:52.457861+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:34:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:34:52.458789+0000 mon.a (mon.0) 3520 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:34:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:34:52.465817+0000 mon.a (mon.0) 3521 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:34:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:34:53] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:34:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:53.457735+0000 mgr.y (mgr.14556) 15941 : cluster [DBG] pgmap v14085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:54.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:53.457735+0000 mgr.y (mgr.14556) 15941 : cluster [DBG] pgmap v14085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:53.457735+0000 mgr.y (mgr.14556) 15941 : cluster [DBG] pgmap v14085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:55.458585+0000 mgr.y (mgr.14556) 15942 : cluster [DBG] pgmap v14086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:55.458585+0000 mgr.y (mgr.14556) 15942 : cluster [DBG] pgmap v14086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:55.458585+0000 mgr.y (mgr.14556) 15942 : cluster [DBG] pgmap v14086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:57.459030+0000 mgr.y (mgr.14556) 15943 : cluster [DBG] pgmap v14087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:57.459030+0000 mgr.y (mgr.14556) 15943 : cluster [DBG] pgmap v14087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:34:58.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:34:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:57.459030+0000 mgr.y (mgr.14556) 15943 : cluster [DBG] pgmap v14087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:34:59.459430+0000 mgr.y (mgr.14556) 15944 : cluster [DBG] pgmap v14088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:34:59.459430+0000 mgr.y (mgr.14556) 15944 : cluster [DBG] pgmap v14088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:34:59.459430+0000 mgr.y (mgr.14556) 15944 : cluster [DBG] pgmap v14088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:35:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:01.460278+0000 mgr.y (mgr.14556) 15945 : cluster [DBG] pgmap v14089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:01.460278+0000 mgr.y (mgr.14556) 15945 : cluster [DBG] pgmap v14089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:01.460278+0000 mgr.y (mgr.14556) 15945 : cluster [DBG] pgmap v14089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:35:03] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:35:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:03.460703+0000 mgr.y (mgr.14556) 15946 : cluster [DBG] pgmap v14090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:03.460703+0000 mgr.y (mgr.14556) 15946 : cluster [DBG] pgmap v14090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:04.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:03.460703+0000 mgr.y (mgr.14556) 15946 : cluster [DBG] pgmap v14090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:05.461281+0000 mgr.y (mgr.14556) 15947 : cluster [DBG] pgmap v14091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:05.461281+0000 mgr.y (mgr.14556) 15947 : cluster [DBG] pgmap v14091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:05.461281+0000 mgr.y (mgr.14556) 15947 : cluster [DBG] pgmap v14091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:07.461583+0000 mgr.y (mgr.14556) 15948 : cluster [DBG] pgmap v14092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:07.461583+0000 mgr.y (mgr.14556) 15948 : cluster [DBG] pgmap v14092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:07.461583+0000 mgr.y (mgr.14556) 15948 : cluster [DBG] pgmap v14092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:09.461929+0000 mgr.y (mgr.14556) 15949 : cluster [DBG] pgmap v14093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:10.983 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:35:11.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:09.461929+0000 mgr.y (mgr.14556) 15949 : cluster [DBG] pgmap v14093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:09.461929+0000 mgr.y (mgr.14556) 15949 : cluster [DBG] pgmap v14093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:11.272 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:35:11.272 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 19s ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:35:11.272 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 19s ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:35:11.272 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 19s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:35:11.272 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 19s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:35:11.272 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 19s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:35:11.272 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 19s ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:35:11.272 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 19s ago 7h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:35:11.272 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 19s ago 7h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:35:11.272 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 19s ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:35:11.273 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 19s ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:35:11.273 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 19s ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:35:11.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 19s ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:35:11.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 19s ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:35:11.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 19s ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:35:11.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 19s ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:35:11.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 19s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:35:11.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 19s ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:35:11.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 19s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:35:11.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 19s ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:35:11.273 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 19s ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:35:11.622 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:35:11.623 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:35:11.624 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:35:11.624 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:35:11.624 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:35:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:35:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:35:10.971722+0000 mgr.y (mgr.14556) 15950 : audit [DBG] from='client.31206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:35:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:35:11.264667+0000 mgr.y (mgr.14556) 15951 : audit [DBG] from='client.41123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:35:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:35:11.623308+0000 mon.c (mon.2) 395 : audit [DBG] from='client.? 172.21.15.23:0/4040537069' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:35:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:35:10.971722+0000 mgr.y (mgr.14556) 15950 : audit [DBG] from='client.31206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:35:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:35:11.264667+0000 mgr.y (mgr.14556) 15951 : audit [DBG] from='client.41123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:35:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:35:11.623308+0000 mon.c (mon.2) 395 : audit [DBG] from='client.? 172.21.15.23:0/4040537069' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:35:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:35:10.971722+0000 mgr.y (mgr.14556) 15950 : audit [DBG] from='client.31206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:35:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:35:11.264667+0000 mgr.y (mgr.14556) 15951 : audit [DBG] from='client.41123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:35:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:35:11.623308+0000 mon.c (mon.2) 395 : audit [DBG] from='client.? 172.21.15.23:0/4040537069' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:35:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:11.462489+0000 mgr.y (mgr.14556) 15952 : cluster [DBG] pgmap v14094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:11.462489+0000 mgr.y (mgr.14556) 15952 : cluster [DBG] pgmap v14094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:11.462489+0000 mgr.y (mgr.14556) 15952 : cluster [DBG] pgmap v14094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:35:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:35:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:13.463035+0000 mgr.y (mgr.14556) 15953 : cluster [DBG] pgmap v14095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:13.463035+0000 mgr.y (mgr.14556) 15953 : cluster [DBG] pgmap v14095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:13.463035+0000 mgr.y (mgr.14556) 15953 : cluster [DBG] pgmap v14095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:15.463813+0000 mgr.y (mgr.14556) 15954 : cluster [DBG] pgmap v14096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:15.463813+0000 mgr.y (mgr.14556) 15954 : cluster [DBG] pgmap v14096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:15.463813+0000 mgr.y (mgr.14556) 15954 : cluster [DBG] pgmap v14096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:17.464207+0000 mgr.y (mgr.14556) 15955 : cluster [DBG] pgmap v14097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:17.464207+0000 mgr.y (mgr.14556) 15955 : cluster [DBG] pgmap v14097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:17.464207+0000 mgr.y (mgr.14556) 15955 : cluster [DBG] pgmap v14097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:19.464607+0000 mgr.y (mgr.14556) 15956 : cluster [DBG] pgmap v14098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:19.464607+0000 mgr.y (mgr.14556) 15956 : cluster [DBG] pgmap v14098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:19.464607+0000 mgr.y (mgr.14556) 15956 : cluster [DBG] pgmap v14098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:35:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:21.465410+0000 mgr.y (mgr.14556) 15957 : cluster [DBG] pgmap v14099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:21.465410+0000 mgr.y (mgr.14556) 15957 : cluster [DBG] pgmap v14099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:21.465410+0000 mgr.y (mgr.14556) 15957 : cluster [DBG] pgmap v14099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:35:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:35:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:23.465865+0000 mgr.y (mgr.14556) 15958 : cluster [DBG] pgmap v14100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:23.465865+0000 mgr.y (mgr.14556) 15958 : cluster [DBG] pgmap v14100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:23.465865+0000 mgr.y (mgr.14556) 15958 : cluster [DBG] pgmap v14100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:25.466646+0000 mgr.y (mgr.14556) 15959 : cluster [DBG] pgmap v14101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:25.466646+0000 mgr.y (mgr.14556) 15959 : cluster [DBG] pgmap v14101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:25.466646+0000 mgr.y (mgr.14556) 15959 : cluster [DBG] pgmap v14101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:27.467205+0000 mgr.y (mgr.14556) 15960 : cluster [DBG] pgmap v14102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:27.467205+0000 mgr.y (mgr.14556) 15960 : cluster [DBG] pgmap v14102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:27.467205+0000 mgr.y (mgr.14556) 15960 : cluster [DBG] pgmap v14102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:29.467717+0000 mgr.y (mgr.14556) 15961 : cluster [DBG] pgmap v14103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:29.467717+0000 mgr.y (mgr.14556) 15961 : cluster [DBG] pgmap v14103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:29.467717+0000 mgr.y (mgr.14556) 15961 : cluster [DBG] pgmap v14103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:35:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:31.468390+0000 mgr.y (mgr.14556) 15962 : cluster [DBG] pgmap v14104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:31.468390+0000 mgr.y (mgr.14556) 15962 : cluster [DBG] pgmap v14104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:31.468390+0000 mgr.y (mgr.14556) 15962 : cluster [DBG] pgmap v14104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:35:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:35:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:33.468830+0000 mgr.y (mgr.14556) 15963 : cluster [DBG] pgmap v14105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:33.468830+0000 mgr.y (mgr.14556) 15963 : cluster [DBG] pgmap v14105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:33.468830+0000 mgr.y (mgr.14556) 15963 : cluster [DBG] pgmap v14105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:35.469598+0000 mgr.y (mgr.14556) 15964 : cluster [DBG] pgmap v14106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:35.469598+0000 mgr.y (mgr.14556) 15964 : cluster [DBG] pgmap v14106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:35.469598+0000 mgr.y (mgr.14556) 15964 : cluster [DBG] pgmap v14106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:37.470148+0000 mgr.y (mgr.14556) 15965 : cluster [DBG] pgmap v14107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:37.470148+0000 mgr.y (mgr.14556) 15965 : cluster [DBG] pgmap v14107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:37.470148+0000 mgr.y (mgr.14556) 15965 : cluster [DBG] pgmap v14107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:39.470842+0000 mgr.y (mgr.14556) 15966 : cluster [DBG] pgmap v14108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:39.470842+0000 mgr.y (mgr.14556) 15966 : cluster [DBG] pgmap v14108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:39.470842+0000 mgr.y (mgr.14556) 15966 : cluster [DBG] pgmap v14108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:35:41.948 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:35:42.237 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:35:42.237 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 50s ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 50s ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 50s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 50s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 50s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 50s ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 50s ago 7h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 50s ago 7h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 50s ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 50s ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 50s ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 50s ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 50s ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 50s ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:35:42.238 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 50s ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:35:42.239 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 50s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:35:42.239 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 50s ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:35:42.239 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 50s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:35:42.239 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 50s ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:35:42.239 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 50s ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:35:42.587 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:35:42.587 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:35:42.588 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:35:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:41.471674+0000 mgr.y (mgr.14556) 15967 : cluster [DBG] pgmap v14109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:35:41.936595+0000 mgr.y (mgr.14556) 15968 : audit [DBG] from='client.31224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:35:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:35:42.229650+0000 mgr.y (mgr.14556) 15969 : audit [DBG] from='client.31230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:35:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:35:42.588185+0000 mon.a (mon.0) 3522 : audit [DBG] from='client.? 172.21.15.23:0/408133180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:35:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:41.471674+0000 mgr.y (mgr.14556) 15967 : cluster [DBG] pgmap v14109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:35:41.936595+0000 mgr.y (mgr.14556) 15968 : audit [DBG] from='client.31224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:35:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:35:42.229650+0000 mgr.y (mgr.14556) 15969 : audit [DBG] from='client.31230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:35:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:35:42.588185+0000 mon.a (mon.0) 3522 : audit [DBG] from='client.? 172.21.15.23:0/408133180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:35:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:41.471674+0000 mgr.y (mgr.14556) 15967 : cluster [DBG] pgmap v14109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:35:41.936595+0000 mgr.y (mgr.14556) 15968 : audit [DBG] from='client.31224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:35:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:35:42.229650+0000 mgr.y (mgr.14556) 15969 : audit [DBG] from='client.31230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:35:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:35:42.588185+0000 mon.a (mon.0) 3522 : audit [DBG] from='client.? 172.21.15.23:0/408133180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:35:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:35:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:35:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:43.472245+0000 mgr.y (mgr.14556) 15970 : cluster [DBG] pgmap v14110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:43.472245+0000 mgr.y (mgr.14556) 15970 : cluster [DBG] pgmap v14110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:43.472245+0000 mgr.y (mgr.14556) 15970 : cluster [DBG] pgmap v14110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:45.473064+0000 mgr.y (mgr.14556) 15971 : cluster [DBG] pgmap v14111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:45.473064+0000 mgr.y (mgr.14556) 15971 : cluster [DBG] pgmap v14111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:45.473064+0000 mgr.y (mgr.14556) 15971 : cluster [DBG] pgmap v14111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:47.473476+0000 mgr.y (mgr.14556) 15972 : cluster [DBG] pgmap v14112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:47.473476+0000 mgr.y (mgr.14556) 15972 : cluster [DBG] pgmap v14112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:47.473476+0000 mgr.y (mgr.14556) 15972 : cluster [DBG] pgmap v14112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:49.473909+0000 mgr.y (mgr.14556) 15973 : cluster [DBG] pgmap v14113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:49.473909+0000 mgr.y (mgr.14556) 15973 : cluster [DBG] pgmap v14113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:49.473909+0000 mgr.y (mgr.14556) 15973 : cluster [DBG] pgmap v14113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:35:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:51.474638+0000 mgr.y (mgr.14556) 15974 : cluster [DBG] pgmap v14114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:35:52.472444+0000 mon.a (mon.0) 3523 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:35:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:35:52.781448+0000 mon.a (mon.0) 3524 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:35:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:35:52.782117+0000 mon.a (mon.0) 3525 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:35:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:35:52.790907+0000 mon.a (mon.0) 3526 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:35:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:51.474638+0000 mgr.y (mgr.14556) 15974 : cluster [DBG] pgmap v14114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:35:52.472444+0000 mon.a (mon.0) 3523 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:35:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:35:52.781448+0000 mon.a (mon.0) 3524 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:35:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:35:52.782117+0000 mon.a (mon.0) 3525 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:35:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:35:52.790907+0000 mon.a (mon.0) 3526 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:35:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:51.474638+0000 mgr.y (mgr.14556) 15974 : cluster [DBG] pgmap v14114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:35:52.472444+0000 mon.a (mon.0) 3523 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:35:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:35:52.781448+0000 mon.a (mon.0) 3524 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:35:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:35:52.782117+0000 mon.a (mon.0) 3525 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:35:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:35:52.790907+0000 mon.a (mon.0) 3526 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:35:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:35:53] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:35:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:53.475052+0000 mgr.y (mgr.14556) 15975 : cluster [DBG] pgmap v14115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:53.475052+0000 mgr.y (mgr.14556) 15975 : cluster [DBG] pgmap v14115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:53.475052+0000 mgr.y (mgr.14556) 15975 : cluster [DBG] pgmap v14115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:55.475794+0000 mgr.y (mgr.14556) 15976 : cluster [DBG] pgmap v14116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:55.475794+0000 mgr.y (mgr.14556) 15976 : cluster [DBG] pgmap v14116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:55.475794+0000 mgr.y (mgr.14556) 15976 : cluster [DBG] pgmap v14116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:57.476368+0000 mgr.y (mgr.14556) 15977 : cluster [DBG] pgmap v14117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:57.476368+0000 mgr.y (mgr.14556) 15977 : cluster [DBG] pgmap v14117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:35:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:35:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:57.476368+0000 mgr.y (mgr.14556) 15977 : cluster [DBG] pgmap v14117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:35:59.477052+0000 mgr.y (mgr.14556) 15978 : cluster [DBG] pgmap v14118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:35:59.477052+0000 mgr.y (mgr.14556) 15978 : cluster [DBG] pgmap v14118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:35:59.477052+0000 mgr.y (mgr.14556) 15978 : cluster [DBG] pgmap v14118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:36:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:01.477755+0000 mgr.y (mgr.14556) 15979 : cluster [DBG] pgmap v14119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:01.477755+0000 mgr.y (mgr.14556) 15979 : cluster [DBG] pgmap v14119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:01.477755+0000 mgr.y (mgr.14556) 15979 : cluster [DBG] pgmap v14119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:36:03] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:36:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:03.478221+0000 mgr.y (mgr.14556) 15980 : cluster [DBG] pgmap v14120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:03.478221+0000 mgr.y (mgr.14556) 15980 : cluster [DBG] pgmap v14120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:03.478221+0000 mgr.y (mgr.14556) 15980 : cluster [DBG] pgmap v14120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:05.478955+0000 mgr.y (mgr.14556) 15981 : cluster [DBG] pgmap v14121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:05.478955+0000 mgr.y (mgr.14556) 15981 : cluster [DBG] pgmap v14121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:05.478955+0000 mgr.y (mgr.14556) 15981 : cluster [DBG] pgmap v14121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:07.479420+0000 mgr.y (mgr.14556) 15982 : cluster [DBG] pgmap v14122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:07.479420+0000 mgr.y (mgr.14556) 15982 : cluster [DBG] pgmap v14122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:07.479420+0000 mgr.y (mgr.14556) 15982 : cluster [DBG] pgmap v14122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:09.480038+0000 mgr.y (mgr.14556) 15983 : cluster [DBG] pgmap v14123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:09.480038+0000 mgr.y (mgr.14556) 15983 : cluster [DBG] pgmap v14123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:09.480038+0000 mgr.y (mgr.14556) 15983 : cluster [DBG] pgmap v14123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:36:12.912 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:36:13.204 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 81s ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 81s ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 81s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 81s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 81s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 81s ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 81s ago 7h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 81s ago 7h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 81s ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 81s ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 81s ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 81s ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 81s ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 81s ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:36:13.205 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 81s ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:36:13.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 81s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:36:13.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 81s ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:36:13.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 81s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:36:13.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 81s ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:36:13.206 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 81s ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:36:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:11.480888+0000 mgr.y (mgr.14556) 15984 : cluster [DBG] pgmap v14124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:11.480888+0000 mgr.y (mgr.14556) 15984 : cluster [DBG] pgmap v14124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:11.480888+0000 mgr.y (mgr.14556) 15984 : cluster [DBG] pgmap v14124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:36:13.553 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:36:13.554 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:36:13.554 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:36:13.554 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:36:13.554 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:36:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:36:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:36:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:36:12.900908+0000 mgr.y (mgr.14556) 15985 : audit [DBG] from='client.31242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:36:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:36:13.197086+0000 mgr.y (mgr.14556) 15986 : audit [DBG] from='client.31248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:36:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:36:13.553484+0000 mon.a (mon.0) 3527 : audit [DBG] from='client.? 172.21.15.23:0/912912753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:36:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:36:12.900908+0000 mgr.y (mgr.14556) 15985 : audit [DBG] from='client.31242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:36:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:36:13.197086+0000 mgr.y (mgr.14556) 15986 : audit [DBG] from='client.31248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:36:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:36:13.553484+0000 mon.a (mon.0) 3527 : audit [DBG] from='client.? 172.21.15.23:0/912912753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:36:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:36:12.900908+0000 mgr.y (mgr.14556) 15985 : audit [DBG] from='client.31242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:36:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:36:13.197086+0000 mgr.y (mgr.14556) 15986 : audit [DBG] from='client.31248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:36:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:36:13.553484+0000 mon.a (mon.0) 3527 : audit [DBG] from='client.? 172.21.15.23:0/912912753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:36:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:13.481221+0000 mgr.y (mgr.14556) 15987 : cluster [DBG] pgmap v14125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:13.481221+0000 mgr.y (mgr.14556) 15987 : cluster [DBG] pgmap v14125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:13.481221+0000 mgr.y (mgr.14556) 15987 : cluster [DBG] pgmap v14125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:15.481785+0000 mgr.y (mgr.14556) 15988 : cluster [DBG] pgmap v14126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:15.481785+0000 mgr.y (mgr.14556) 15988 : cluster [DBG] pgmap v14126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:15.481785+0000 mgr.y (mgr.14556) 15988 : cluster [DBG] pgmap v14126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:17.482411+0000 mgr.y (mgr.14556) 15989 : cluster [DBG] pgmap v14127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:17.482411+0000 mgr.y (mgr.14556) 15989 : cluster [DBG] pgmap v14127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:17.482411+0000 mgr.y (mgr.14556) 15989 : cluster [DBG] pgmap v14127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:19.482793+0000 mgr.y (mgr.14556) 15990 : cluster [DBG] pgmap v14128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:19.482793+0000 mgr.y (mgr.14556) 15990 : cluster [DBG] pgmap v14128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:19.482793+0000 mgr.y (mgr.14556) 15990 : cluster [DBG] pgmap v14128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:36:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:21.483478+0000 mgr.y (mgr.14556) 15991 : cluster [DBG] pgmap v14129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:21.483478+0000 mgr.y (mgr.14556) 15991 : cluster [DBG] pgmap v14129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:21.483478+0000 mgr.y (mgr.14556) 15991 : cluster [DBG] pgmap v14129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:36:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:36:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:23.483987+0000 mgr.y (mgr.14556) 15992 : cluster [DBG] pgmap v14130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:23.483987+0000 mgr.y (mgr.14556) 15992 : cluster [DBG] pgmap v14130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:23.483987+0000 mgr.y (mgr.14556) 15992 : cluster [DBG] pgmap v14130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:25.484744+0000 mgr.y (mgr.14556) 15993 : cluster [DBG] pgmap v14131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:25.484744+0000 mgr.y (mgr.14556) 15993 : cluster [DBG] pgmap v14131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:25.484744+0000 mgr.y (mgr.14556) 15993 : cluster [DBG] pgmap v14131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:27.485245+0000 mgr.y (mgr.14556) 15994 : cluster [DBG] pgmap v14132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:27.485245+0000 mgr.y (mgr.14556) 15994 : cluster [DBG] pgmap v14132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:27.485245+0000 mgr.y (mgr.14556) 15994 : cluster [DBG] pgmap v14132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:29.485638+0000 mgr.y (mgr.14556) 15995 : cluster [DBG] pgmap v14133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:29.485638+0000 mgr.y (mgr.14556) 15995 : cluster [DBG] pgmap v14133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:29.485638+0000 mgr.y (mgr.14556) 15995 : cluster [DBG] pgmap v14133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:36:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:31.486563+0000 mgr.y (mgr.14556) 15996 : cluster [DBG] pgmap v14134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:31.486563+0000 mgr.y (mgr.14556) 15996 : cluster [DBG] pgmap v14134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:31.486563+0000 mgr.y (mgr.14556) 15996 : cluster [DBG] pgmap v14134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:36:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:36:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:33.487118+0000 mgr.y (mgr.14556) 15997 : cluster [DBG] pgmap v14135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:33.487118+0000 mgr.y (mgr.14556) 15997 : cluster [DBG] pgmap v14135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:33.487118+0000 mgr.y (mgr.14556) 15997 : cluster [DBG] pgmap v14135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:35.487805+0000 mgr.y (mgr.14556) 15998 : cluster [DBG] pgmap v14136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:35.487805+0000 mgr.y (mgr.14556) 15998 : cluster [DBG] pgmap v14136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:35.487805+0000 mgr.y (mgr.14556) 15998 : cluster [DBG] pgmap v14136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:37.488318+0000 mgr.y (mgr.14556) 15999 : cluster [DBG] pgmap v14137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:37.488318+0000 mgr.y (mgr.14556) 15999 : cluster [DBG] pgmap v14137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:37.488318+0000 mgr.y (mgr.14556) 15999 : cluster [DBG] pgmap v14137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:39.488969+0000 mgr.y (mgr.14556) 16000 : cluster [DBG] pgmap v14138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:39.488969+0000 mgr.y (mgr.14556) 16000 : cluster [DBG] pgmap v14138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:39.488969+0000 mgr.y (mgr.14556) 16000 : cluster [DBG] pgmap v14138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:36:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:41.489636+0000 mgr.y (mgr.14556) 16001 : cluster [DBG] pgmap v14139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:41.489636+0000 mgr.y (mgr.14556) 16001 : cluster [DBG] pgmap v14139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:41.489636+0000 mgr.y (mgr.14556) 16001 : cluster [DBG] pgmap v14139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:43.877 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:36:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:36:43] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T14:36:44.164 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:36:44.164 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 112s ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:36:44.164 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 112s ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:36:44.164 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 112s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:36:44.164 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 112s ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:36:44.164 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 112s ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:36:44.164 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 112s ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:36:44.164 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 112s ago 7h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:36:44.164 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 112s ago 7h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:36:44.165 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 112s ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:36:44.165 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 112s ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:36:44.165 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 112s ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:36:44.165 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 112s ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:36:44.165 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 112s ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:36:44.165 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 112s ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:36:44.165 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 112s ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:36:44.165 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 112s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:36:44.165 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 112s ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:36:44.165 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 112s ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:36:44.165 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 112s ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:36:44.165 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 112s ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:36:44.514 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:36:44.514 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:36:44.514 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:36:44.515 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:36:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:43.490161+0000 mgr.y (mgr.14556) 16002 : cluster [DBG] pgmap v14140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:36:43.865828+0000 mgr.y (mgr.14556) 16003 : audit [DBG] from='client.31260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:36:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:36:44.156746+0000 mgr.y (mgr.14556) 16004 : audit [DBG] from='client.41177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:36:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:36:44.515004+0000 mon.c (mon.2) 396 : audit [DBG] from='client.? 172.21.15.23:0/3620066860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:36:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:43.490161+0000 mgr.y (mgr.14556) 16002 : cluster [DBG] pgmap v14140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:36:43.865828+0000 mgr.y (mgr.14556) 16003 : audit [DBG] from='client.31260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:36:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:36:44.156746+0000 mgr.y (mgr.14556) 16004 : audit [DBG] from='client.41177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:36:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:36:44.515004+0000 mon.c (mon.2) 396 : audit [DBG] from='client.? 172.21.15.23:0/3620066860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:36:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:43.490161+0000 mgr.y (mgr.14556) 16002 : cluster [DBG] pgmap v14140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:36:43.865828+0000 mgr.y (mgr.14556) 16003 : audit [DBG] from='client.31260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:36:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:36:44.156746+0000 mgr.y (mgr.14556) 16004 : audit [DBG] from='client.41177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:36:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:36:44.515004+0000 mon.c (mon.2) 396 : audit [DBG] from='client.? 172.21.15.23:0/3620066860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:36:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:45.490850+0000 mgr.y (mgr.14556) 16005 : cluster [DBG] pgmap v14141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:45.490850+0000 mgr.y (mgr.14556) 16005 : cluster [DBG] pgmap v14141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:45.490850+0000 mgr.y (mgr.14556) 16005 : cluster [DBG] pgmap v14141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:47.491293+0000 mgr.y (mgr.14556) 16006 : cluster [DBG] pgmap v14142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:47.491293+0000 mgr.y (mgr.14556) 16006 : cluster [DBG] pgmap v14142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:47.491293+0000 mgr.y (mgr.14556) 16006 : cluster [DBG] pgmap v14142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:49.491742+0000 mgr.y (mgr.14556) 16007 : cluster [DBG] pgmap v14143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:49.491742+0000 mgr.y (mgr.14556) 16007 : cluster [DBG] pgmap v14143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:49.491742+0000 mgr.y (mgr.14556) 16007 : cluster [DBG] pgmap v14143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:36:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:51.492441+0000 mgr.y (mgr.14556) 16008 : cluster [DBG] pgmap v14144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:36:52.795450+0000 mon.a (mon.0) 3528 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:36:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:36:53.098701+0000 mon.a (mon.0) 3529 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:36:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:36:53.099346+0000 mon.a (mon.0) 3530 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:36:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:36:53.106297+0000 mon.a (mon.0) 3531 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:36:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:51.492441+0000 mgr.y (mgr.14556) 16008 : cluster [DBG] pgmap v14144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:36:52.795450+0000 mon.a (mon.0) 3528 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:36:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:36:53.098701+0000 mon.a (mon.0) 3529 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:36:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:36:53.099346+0000 mon.a (mon.0) 3530 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:36:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:36:53.106297+0000 mon.a (mon.0) 3531 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:36:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:51.492441+0000 mgr.y (mgr.14556) 16008 : cluster [DBG] pgmap v14144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:36:52.795450+0000 mon.a (mon.0) 3528 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:36:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:36:53.098701+0000 mon.a (mon.0) 3529 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:36:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:36:53.099346+0000 mon.a (mon.0) 3530 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:36:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:36:53.106297+0000 mon.a (mon.0) 3531 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:36:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:36:53] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:36:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:53.492890+0000 mgr.y (mgr.14556) 16009 : cluster [DBG] pgmap v14145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:53.492890+0000 mgr.y (mgr.14556) 16009 : cluster [DBG] pgmap v14145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:53.492890+0000 mgr.y (mgr.14556) 16009 : cluster [DBG] pgmap v14145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:55.493521+0000 mgr.y (mgr.14556) 16010 : cluster [DBG] pgmap v14146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:55.493521+0000 mgr.y (mgr.14556) 16010 : cluster [DBG] pgmap v14146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:55.493521+0000 mgr.y (mgr.14556) 16010 : cluster [DBG] pgmap v14146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:57.494007+0000 mgr.y (mgr.14556) 16011 : cluster [DBG] pgmap v14147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:57.494007+0000 mgr.y (mgr.14556) 16011 : cluster [DBG] pgmap v14147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:36:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:36:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:57.494007+0000 mgr.y (mgr.14556) 16011 : cluster [DBG] pgmap v14147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:36:59.494584+0000 mgr.y (mgr.14556) 16012 : cluster [DBG] pgmap v14148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:36:59.494584+0000 mgr.y (mgr.14556) 16012 : cluster [DBG] pgmap v14148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:36:59.494584+0000 mgr.y (mgr.14556) 16012 : cluster [DBG] pgmap v14148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:37:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:01.495360+0000 mgr.y (mgr.14556) 16013 : cluster [DBG] pgmap v14149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:01.495360+0000 mgr.y (mgr.14556) 16013 : cluster [DBG] pgmap v14149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:01.495360+0000 mgr.y (mgr.14556) 16013 : cluster [DBG] pgmap v14149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:37:03] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:37:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:03.495778+0000 mgr.y (mgr.14556) 16014 : cluster [DBG] pgmap v14150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:03.495778+0000 mgr.y (mgr.14556) 16014 : cluster [DBG] pgmap v14150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:03.495778+0000 mgr.y (mgr.14556) 16014 : cluster [DBG] pgmap v14150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:05.496437+0000 mgr.y (mgr.14556) 16015 : cluster [DBG] pgmap v14151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:05.496437+0000 mgr.y (mgr.14556) 16015 : cluster [DBG] pgmap v14151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:05.496437+0000 mgr.y (mgr.14556) 16015 : cluster [DBG] pgmap v14151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:07.496868+0000 mgr.y (mgr.14556) 16016 : cluster [DBG] pgmap v14152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:07.496868+0000 mgr.y (mgr.14556) 16016 : cluster [DBG] pgmap v14152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:07.496868+0000 mgr.y (mgr.14556) 16016 : cluster [DBG] pgmap v14152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:11.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:09.497380+0000 mgr.y (mgr.14556) 16017 : cluster [DBG] pgmap v14153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:09.497380+0000 mgr.y (mgr.14556) 16017 : cluster [DBG] pgmap v14153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:09.497380+0000 mgr.y (mgr.14556) 16017 : cluster [DBG] pgmap v14153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:37:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:11.498208+0000 mgr.y (mgr.14556) 16018 : cluster [DBG] pgmap v14154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:11.498208+0000 mgr.y (mgr.14556) 16018 : cluster [DBG] pgmap v14154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:11.498208+0000 mgr.y (mgr.14556) 16018 : cluster [DBG] pgmap v14154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:37:13] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:37:14.839 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:37:15.124 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:37:15.124 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 2m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:37:15.124 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 2m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:37:15.124 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 2m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:37:15.124 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 2m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:37:15.124 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 2m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:37:15.124 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 2m ago 7h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 2m ago 7h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 2m ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 2m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 2m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 2m ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 2m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 2m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 2m ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 2m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 2m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 2m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 2m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:37:15.125 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 2m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:37:15.477 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:37:15.477 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:37:15.477 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:37:15.477 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:37:15.477 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:37:15.477 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:37:15.478 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:37:15.478 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:37:15.478 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:37:15.478 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:37:15.478 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:37:15.478 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:37:15.478 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:37:15.478 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:37:15.478 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:37:15.478 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:37:15.478 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:37:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:13.498659+0000 mgr.y (mgr.14556) 16019 : cluster [DBG] pgmap v14155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:13.498659+0000 mgr.y (mgr.14556) 16019 : cluster [DBG] pgmap v14155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:13.498659+0000 mgr.y (mgr.14556) 16019 : cluster [DBG] pgmap v14155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:37:14.827902+0000 mgr.y (mgr.14556) 16020 : audit [DBG] from='client.31278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:37:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:37:15.116877+0000 mgr.y (mgr.14556) 16021 : audit [DBG] from='client.41195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:37:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:37:15.477918+0000 mon.a (mon.0) 3532 : audit [DBG] from='client.? 172.21.15.23:0/2713089030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:37:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:37:14.827902+0000 mgr.y (mgr.14556) 16020 : audit [DBG] from='client.31278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:37:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:37:15.116877+0000 mgr.y (mgr.14556) 16021 : audit [DBG] from='client.41195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:37:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:37:15.477918+0000 mon.a (mon.0) 3532 : audit [DBG] from='client.? 172.21.15.23:0/2713089030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:37:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:37:14.827902+0000 mgr.y (mgr.14556) 16020 : audit [DBG] from='client.31278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:37:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:37:15.116877+0000 mgr.y (mgr.14556) 16021 : audit [DBG] from='client.41195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:37:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:37:15.477918+0000 mon.a (mon.0) 3532 : audit [DBG] from='client.? 172.21.15.23:0/2713089030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:37:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:15.499506+0000 mgr.y (mgr.14556) 16022 : cluster [DBG] pgmap v14156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:15.499506+0000 mgr.y (mgr.14556) 16022 : cluster [DBG] pgmap v14156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:15.499506+0000 mgr.y (mgr.14556) 16022 : cluster [DBG] pgmap v14156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:17.500068+0000 mgr.y (mgr.14556) 16023 : cluster [DBG] pgmap v14157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:17.500068+0000 mgr.y (mgr.14556) 16023 : cluster [DBG] pgmap v14157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:17.500068+0000 mgr.y (mgr.14556) 16023 : cluster [DBG] pgmap v14157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:19.500580+0000 mgr.y (mgr.14556) 16024 : cluster [DBG] pgmap v14158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:19.500580+0000 mgr.y (mgr.14556) 16024 : cluster [DBG] pgmap v14158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:19.500580+0000 mgr.y (mgr.14556) 16024 : cluster [DBG] pgmap v14158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:37:22.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:21.501272+0000 mgr.y (mgr.14556) 16025 : cluster [DBG] pgmap v14159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:21.501272+0000 mgr.y (mgr.14556) 16025 : cluster [DBG] pgmap v14159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:21.501272+0000 mgr.y (mgr.14556) 16025 : cluster [DBG] pgmap v14159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:37:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:37:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:23.501653+0000 mgr.y (mgr.14556) 16026 : cluster [DBG] pgmap v14160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:24.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:23.501653+0000 mgr.y (mgr.14556) 16026 : cluster [DBG] pgmap v14160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:23.501653+0000 mgr.y (mgr.14556) 16026 : cluster [DBG] pgmap v14160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:25.502277+0000 mgr.y (mgr.14556) 16027 : cluster [DBG] pgmap v14161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:26.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:25.502277+0000 mgr.y (mgr.14556) 16027 : cluster [DBG] pgmap v14161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:25.502277+0000 mgr.y (mgr.14556) 16027 : cluster [DBG] pgmap v14161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:28.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:27.502711+0000 mgr.y (mgr.14556) 16028 : cluster [DBG] pgmap v14162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:28.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:27.502711+0000 mgr.y (mgr.14556) 16028 : cluster [DBG] pgmap v14162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:27.502711+0000 mgr.y (mgr.14556) 16028 : cluster [DBG] pgmap v14162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:29.503264+0000 mgr.y (mgr.14556) 16029 : cluster [DBG] pgmap v14163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:29.503264+0000 mgr.y (mgr.14556) 16029 : cluster [DBG] pgmap v14163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:29.503264+0000 mgr.y (mgr.14556) 16029 : cluster [DBG] pgmap v14163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:37:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:31.504089+0000 mgr.y (mgr.14556) 16030 : cluster [DBG] pgmap v14164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:32.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:31.504089+0000 mgr.y (mgr.14556) 16030 : cluster [DBG] pgmap v14164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:31.504089+0000 mgr.y (mgr.14556) 16030 : cluster [DBG] pgmap v14164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:37:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:37:34.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:33.504660+0000 mgr.y (mgr.14556) 16031 : cluster [DBG] pgmap v14165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:34.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:33.504660+0000 mgr.y (mgr.14556) 16031 : cluster [DBG] pgmap v14165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:34.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:33.504660+0000 mgr.y (mgr.14556) 16031 : cluster [DBG] pgmap v14165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:36.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:35.505302+0000 mgr.y (mgr.14556) 16032 : cluster [DBG] pgmap v14166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:36.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:35.505302+0000 mgr.y (mgr.14556) 16032 : cluster [DBG] pgmap v14166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:35.505302+0000 mgr.y (mgr.14556) 16032 : cluster [DBG] pgmap v14166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:37.505891+0000 mgr.y (mgr.14556) 16033 : cluster [DBG] pgmap v14167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:38.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:37.505891+0000 mgr.y (mgr.14556) 16033 : cluster [DBG] pgmap v14167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:37.505891+0000 mgr.y (mgr.14556) 16033 : cluster [DBG] pgmap v14167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:39.506278+0000 mgr.y (mgr.14556) 16034 : cluster [DBG] pgmap v14168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:39.506278+0000 mgr.y (mgr.14556) 16034 : cluster [DBG] pgmap v14168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:39.506278+0000 mgr.y (mgr.14556) 16034 : cluster [DBG] pgmap v14168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:37:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:41.506958+0000 mgr.y (mgr.14556) 16035 : cluster [DBG] pgmap v14169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:41.506958+0000 mgr.y (mgr.14556) 16035 : cluster [DBG] pgmap v14169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:41.506958+0000 mgr.y (mgr.14556) 16035 : cluster [DBG] pgmap v14169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:37:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:37:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:43.507453+0000 mgr.y (mgr.14556) 16036 : cluster [DBG] pgmap v14170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:43.507453+0000 mgr.y (mgr.14556) 16036 : cluster [DBG] pgmap v14170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:43.507453+0000 mgr.y (mgr.14556) 16036 : cluster [DBG] pgmap v14170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:45.806 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:37:46.092 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:37:46.092 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 2m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:37:46.092 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 2m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:37:46.092 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 2m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:37:46.092 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 2m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:37:46.092 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 2m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:37:46.092 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:37:46.092 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 2m ago 7h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:37:46.092 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 2m ago 7h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:37:46.093 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 2m ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:37:46.093 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 2m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:37:46.093 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 2m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:37:46.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 2m ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:37:46.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 2m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:37:46.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 2m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:37:46.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 2m ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:37:46.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 2m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:37:46.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 2m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:37:46.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 2m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:37:46.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 2m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:37:46.093 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 2m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:37:46.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:37:46.450 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:37:46.450 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:37:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:45.508054+0000 mgr.y (mgr.14556) 16037 : cluster [DBG] pgmap v14171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:37:45.795166+0000 mgr.y (mgr.14556) 16038 : audit [DBG] from='client.31296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:37:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:37:46.084913+0000 mgr.y (mgr.14556) 16039 : audit [DBG] from='client.41213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:37:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:37:46.449269+0000 mon.a (mon.0) 3533 : audit [DBG] from='client.? 172.21.15.23:0/2952281357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:37:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:45.508054+0000 mgr.y (mgr.14556) 16037 : cluster [DBG] pgmap v14171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:37:45.795166+0000 mgr.y (mgr.14556) 16038 : audit [DBG] from='client.31296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:37:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:37:46.084913+0000 mgr.y (mgr.14556) 16039 : audit [DBG] from='client.41213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:37:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:37:46.449269+0000 mon.a (mon.0) 3533 : audit [DBG] from='client.? 172.21.15.23:0/2952281357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:37:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:45.508054+0000 mgr.y (mgr.14556) 16037 : cluster [DBG] pgmap v14171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:37:45.795166+0000 mgr.y (mgr.14556) 16038 : audit [DBG] from='client.31296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:37:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:37:46.084913+0000 mgr.y (mgr.14556) 16039 : audit [DBG] from='client.41213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:37:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:37:46.449269+0000 mon.a (mon.0) 3533 : audit [DBG] from='client.? 172.21.15.23:0/2952281357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:37:48.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:47.508501+0000 mgr.y (mgr.14556) 16040 : cluster [DBG] pgmap v14172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:47.508501+0000 mgr.y (mgr.14556) 16040 : cluster [DBG] pgmap v14172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:47.508501+0000 mgr.y (mgr.14556) 16040 : cluster [DBG] pgmap v14172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:49.508977+0000 mgr.y (mgr.14556) 16041 : cluster [DBG] pgmap v14173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:49.508977+0000 mgr.y (mgr.14556) 16041 : cluster [DBG] pgmap v14173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:49.508977+0000 mgr.y (mgr.14556) 16041 : cluster [DBG] pgmap v14173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:37:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:51.509838+0000 mgr.y (mgr.14556) 16042 : cluster [DBG] pgmap v14174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:51.509838+0000 mgr.y (mgr.14556) 16042 : cluster [DBG] pgmap v14174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:51.509838+0000 mgr.y (mgr.14556) 16042 : cluster [DBG] pgmap v14174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:37:53] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:37:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:37:53.110719+0000 mon.a (mon.0) 3534 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:37:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:37:53.366180+0000 mon.a (mon.0) 3535 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:37:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:37:53.376497+0000 mon.a (mon.0) 3536 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:37:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:37:53.667302+0000 mon.a (mon.0) 3537 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:37:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:37:53.667959+0000 mon.a (mon.0) 3538 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:37:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:37:53.110719+0000 mon.a (mon.0) 3534 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:37:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:37:53.366180+0000 mon.a (mon.0) 3535 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:37:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:37:53.376497+0000 mon.a (mon.0) 3536 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:37:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:37:53.667302+0000 mon.a (mon.0) 3537 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:37:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:37:53.667959+0000 mon.a (mon.0) 3538 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:37:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:37:53.110719+0000 mon.a (mon.0) 3534 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:37:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:37:53.366180+0000 mon.a (mon.0) 3535 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:37:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:37:53.376497+0000 mon.a (mon.0) 3536 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:37:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:37:53.667302+0000 mon.a (mon.0) 3537 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:37:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:37:53.667959+0000 mon.a (mon.0) 3538 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:37:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:53.510188+0000 mgr.y (mgr.14556) 16043 : cluster [DBG] pgmap v14175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:37:53.677424+0000 mon.a (mon.0) 3539 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:37:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:53.510188+0000 mgr.y (mgr.14556) 16043 : cluster [DBG] pgmap v14175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:37:53.677424+0000 mon.a (mon.0) 3539 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:37:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:53.510188+0000 mgr.y (mgr.14556) 16043 : cluster [DBG] pgmap v14175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:37:53.677424+0000 mon.a (mon.0) 3539 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:37:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:55.510863+0000 mgr.y (mgr.14556) 16044 : cluster [DBG] pgmap v14176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:55.510863+0000 mgr.y (mgr.14556) 16044 : cluster [DBG] pgmap v14176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:55.510863+0000 mgr.y (mgr.14556) 16044 : cluster [DBG] pgmap v14176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:37:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:57.511380+0000 mgr.y (mgr.14556) 16045 : cluster [DBG] pgmap v14177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:37:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:57.511380+0000 mgr.y (mgr.14556) 16045 : cluster [DBG] pgmap v14177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:37:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:37:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:57.511380+0000 mgr.y (mgr.14556) 16045 : cluster [DBG] pgmap v14177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:37:59.511689+0000 mgr.y (mgr.14556) 16046 : cluster [DBG] pgmap v14178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:37:59.511689+0000 mgr.y (mgr.14556) 16046 : cluster [DBG] pgmap v14178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:37:59.511689+0000 mgr.y (mgr.14556) 16046 : cluster [DBG] pgmap v14178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:38:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:01.512452+0000 mgr.y (mgr.14556) 16047 : cluster [DBG] pgmap v14179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:01.512452+0000 mgr.y (mgr.14556) 16047 : cluster [DBG] pgmap v14179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:01.512452+0000 mgr.y (mgr.14556) 16047 : cluster [DBG] pgmap v14179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:38:03] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:38:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:03.512995+0000 mgr.y (mgr.14556) 16048 : cluster [DBG] pgmap v14180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:03.512995+0000 mgr.y (mgr.14556) 16048 : cluster [DBG] pgmap v14180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:03.512995+0000 mgr.y (mgr.14556) 16048 : cluster [DBG] pgmap v14180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:05.513650+0000 mgr.y (mgr.14556) 16049 : cluster [DBG] pgmap v14181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:05.513650+0000 mgr.y (mgr.14556) 16049 : cluster [DBG] pgmap v14181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:05.513650+0000 mgr.y (mgr.14556) 16049 : cluster [DBG] pgmap v14181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:07.514166+0000 mgr.y (mgr.14556) 16050 : cluster [DBG] pgmap v14182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:07.514166+0000 mgr.y (mgr.14556) 16050 : cluster [DBG] pgmap v14182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:07.514166+0000 mgr.y (mgr.14556) 16050 : cluster [DBG] pgmap v14182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:09.514683+0000 mgr.y (mgr.14556) 16051 : cluster [DBG] pgmap v14183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:09.514683+0000 mgr.y (mgr.14556) 16051 : cluster [DBG] pgmap v14183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:09.514683+0000 mgr.y (mgr.14556) 16051 : cluster [DBG] pgmap v14183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:38:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:11.515430+0000 mgr.y (mgr.14556) 16052 : cluster [DBG] pgmap v14184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:11.515430+0000 mgr.y (mgr.14556) 16052 : cluster [DBG] pgmap v14184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:11.515430+0000 mgr.y (mgr.14556) 16052 : cluster [DBG] pgmap v14184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:38:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:38:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:13.515851+0000 mgr.y (mgr.14556) 16053 : cluster [DBG] pgmap v14185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:13.515851+0000 mgr.y (mgr.14556) 16053 : cluster [DBG] pgmap v14185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:13.515851+0000 mgr.y (mgr.14556) 16053 : cluster [DBG] pgmap v14185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:16.774 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:38:17.065 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:38:17.065 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 3m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:38:17.065 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 3m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:38:17.065 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 3m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:38:17.065 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 3m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 3m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 3m ago 7h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 3m ago 7h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 3m ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 3m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 3m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 3m ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 3m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 3m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 3m ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 3m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 3m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:38:17.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 3m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:38:17.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 3m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:38:17.067 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 3m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:38:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:15.516634+0000 mgr.y (mgr.14556) 16054 : cluster [DBG] pgmap v14186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:15.516634+0000 mgr.y (mgr.14556) 16054 : cluster [DBG] pgmap v14186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:15.516634+0000 mgr.y (mgr.14556) 16054 : cluster [DBG] pgmap v14186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:17.413 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:38:17.414 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:38:17.415 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:38:17.415 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:38:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:38:16.763378+0000 mgr.y (mgr.14556) 16055 : audit [DBG] from='client.41225 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:38:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:38:17.057999+0000 mgr.y (mgr.14556) 16056 : audit [DBG] from='client.41231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:38:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:38:17.414362+0000 mon.c (mon.2) 397 : audit [DBG] from='client.? 172.21.15.23:0/1337397197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:38:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:38:16.763378+0000 mgr.y (mgr.14556) 16055 : audit [DBG] from='client.41225 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:38:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:38:17.057999+0000 mgr.y (mgr.14556) 16056 : audit [DBG] from='client.41231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:38:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:38:17.414362+0000 mon.c (mon.2) 397 : audit [DBG] from='client.? 172.21.15.23:0/1337397197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:38:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:38:16.763378+0000 mgr.y (mgr.14556) 16055 : audit [DBG] from='client.41225 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:38:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:38:17.057999+0000 mgr.y (mgr.14556) 16056 : audit [DBG] from='client.41231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:38:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:38:17.414362+0000 mon.c (mon.2) 397 : audit [DBG] from='client.? 172.21.15.23:0/1337397197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:38:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:17.517073+0000 mgr.y (mgr.14556) 16057 : cluster [DBG] pgmap v14187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:17.517073+0000 mgr.y (mgr.14556) 16057 : cluster [DBG] pgmap v14187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:19.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:17.517073+0000 mgr.y (mgr.14556) 16057 : cluster [DBG] pgmap v14187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:19.517459+0000 mgr.y (mgr.14556) 16058 : cluster [DBG] pgmap v14188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:19.517459+0000 mgr.y (mgr.14556) 16058 : cluster [DBG] pgmap v14188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:21.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:19.517459+0000 mgr.y (mgr.14556) 16058 : cluster [DBG] pgmap v14188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:38:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:21.518132+0000 mgr.y (mgr.14556) 16059 : cluster [DBG] pgmap v14189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:21.518132+0000 mgr.y (mgr.14556) 16059 : cluster [DBG] pgmap v14189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:21.518132+0000 mgr.y (mgr.14556) 16059 : cluster [DBG] pgmap v14189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:38:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:38:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:23.518560+0000 mgr.y (mgr.14556) 16060 : cluster [DBG] pgmap v14190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:23.518560+0000 mgr.y (mgr.14556) 16060 : cluster [DBG] pgmap v14190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:23.518560+0000 mgr.y (mgr.14556) 16060 : cluster [DBG] pgmap v14190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:25.519281+0000 mgr.y (mgr.14556) 16061 : cluster [DBG] pgmap v14191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:25.519281+0000 mgr.y (mgr.14556) 16061 : cluster [DBG] pgmap v14191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:27.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:25.519281+0000 mgr.y (mgr.14556) 16061 : cluster [DBG] pgmap v14191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:27.519712+0000 mgr.y (mgr.14556) 16062 : cluster [DBG] pgmap v14192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:27.519712+0000 mgr.y (mgr.14556) 16062 : cluster [DBG] pgmap v14192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:27.519712+0000 mgr.y (mgr.14556) 16062 : cluster [DBG] pgmap v14192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:29.520144+0000 mgr.y (mgr.14556) 16063 : cluster [DBG] pgmap v14193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:29.520144+0000 mgr.y (mgr.14556) 16063 : cluster [DBG] pgmap v14193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:29.520144+0000 mgr.y (mgr.14556) 16063 : cluster [DBG] pgmap v14193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:38:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:31.520908+0000 mgr.y (mgr.14556) 16064 : cluster [DBG] pgmap v14194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:31.520908+0000 mgr.y (mgr.14556) 16064 : cluster [DBG] pgmap v14194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:31.520908+0000 mgr.y (mgr.14556) 16064 : cluster [DBG] pgmap v14194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:38:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:38:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:33.521317+0000 mgr.y (mgr.14556) 16065 : cluster [DBG] pgmap v14195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:33.521317+0000 mgr.y (mgr.14556) 16065 : cluster [DBG] pgmap v14195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:33.521317+0000 mgr.y (mgr.14556) 16065 : cluster [DBG] pgmap v14195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:35.522030+0000 mgr.y (mgr.14556) 16066 : cluster [DBG] pgmap v14196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:35.522030+0000 mgr.y (mgr.14556) 16066 : cluster [DBG] pgmap v14196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:35.522030+0000 mgr.y (mgr.14556) 16066 : cluster [DBG] pgmap v14196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:37.522461+0000 mgr.y (mgr.14556) 16067 : cluster [DBG] pgmap v14197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:37.522461+0000 mgr.y (mgr.14556) 16067 : cluster [DBG] pgmap v14197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:37.522461+0000 mgr.y (mgr.14556) 16067 : cluster [DBG] pgmap v14197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:39.522996+0000 mgr.y (mgr.14556) 16068 : cluster [DBG] pgmap v14198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:39.522996+0000 mgr.y (mgr.14556) 16068 : cluster [DBG] pgmap v14198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:39.522996+0000 mgr.y (mgr.14556) 16068 : cluster [DBG] pgmap v14198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:38:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:41.523774+0000 mgr.y (mgr.14556) 16069 : cluster [DBG] pgmap v14199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:41.523774+0000 mgr.y (mgr.14556) 16069 : cluster [DBG] pgmap v14199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:41.523774+0000 mgr.y (mgr.14556) 16069 : cluster [DBG] pgmap v14199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:38:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:38:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:43.524248+0000 mgr.y (mgr.14556) 16070 : cluster [DBG] pgmap v14200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:43.524248+0000 mgr.y (mgr.14556) 16070 : cluster [DBG] pgmap v14200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:43.524248+0000 mgr.y (mgr.14556) 16070 : cluster [DBG] pgmap v14200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:45.524873+0000 mgr.y (mgr.14556) 16071 : cluster [DBG] pgmap v14201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:45.524873+0000 mgr.y (mgr.14556) 16071 : cluster [DBG] pgmap v14201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:45.524873+0000 mgr.y (mgr.14556) 16071 : cluster [DBG] pgmap v14201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:47.741 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:38:48.029 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:38:48.029 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 3m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:38:48.029 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 3m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 3m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 3m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 3m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 3m ago 7h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 3m ago 7h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 3m ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 3m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 3m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 3m ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 3m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 3m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:38:48.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 3m ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:38:48.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 3m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:38:48.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 3m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:38:48.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 3m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:38:48.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 3m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:38:48.031 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 3m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:38:48.380 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:38:48.380 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:38:48.380 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:38:48.380 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:38:48.380 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:38:48.380 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:38:48.380 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:38:48.380 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:38:48.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:38:48.381 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:38:48.381 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:38:48.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:38:48.381 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:38:48.381 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:38:48.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:38:48.381 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:38:48.381 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:38:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:47.525203+0000 mgr.y (mgr.14556) 16072 : cluster [DBG] pgmap v14202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:38:47.729865+0000 mgr.y (mgr.14556) 16073 : audit [DBG] from='client.41243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:38:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:38:48.022196+0000 mgr.y (mgr.14556) 16074 : audit [DBG] from='client.31338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:38:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:38:48.380647+0000 mon.a (mon.0) 3540 : audit [DBG] from='client.? 172.21.15.23:0/215915207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:38:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:47.525203+0000 mgr.y (mgr.14556) 16072 : cluster [DBG] pgmap v14202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:38:47.729865+0000 mgr.y (mgr.14556) 16073 : audit [DBG] from='client.41243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:38:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:38:48.022196+0000 mgr.y (mgr.14556) 16074 : audit [DBG] from='client.31338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:38:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:38:48.380647+0000 mon.a (mon.0) 3540 : audit [DBG] from='client.? 172.21.15.23:0/215915207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:38:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:47.525203+0000 mgr.y (mgr.14556) 16072 : cluster [DBG] pgmap v14202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:38:47.729865+0000 mgr.y (mgr.14556) 16073 : audit [DBG] from='client.41243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:38:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:38:48.022196+0000 mgr.y (mgr.14556) 16074 : audit [DBG] from='client.31338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:38:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:38:48.380647+0000 mon.a (mon.0) 3540 : audit [DBG] from='client.? 172.21.15.23:0/215915207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:38:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:49.525654+0000 mgr.y (mgr.14556) 16075 : cluster [DBG] pgmap v14203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:49.525654+0000 mgr.y (mgr.14556) 16075 : cluster [DBG] pgmap v14203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:49.525654+0000 mgr.y (mgr.14556) 16075 : cluster [DBG] pgmap v14203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:38:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:51.526420+0000 mgr.y (mgr.14556) 16076 : cluster [DBG] pgmap v14204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:51.526420+0000 mgr.y (mgr.14556) 16076 : cluster [DBG] pgmap v14204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:51.526420+0000 mgr.y (mgr.14556) 16076 : cluster [DBG] pgmap v14204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:38:53.681840+0000 mon.a (mon.0) 3541 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:38:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:38:53] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:38:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:38:53.681840+0000 mon.a (mon.0) 3541 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:38:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:38:53.681840+0000 mon.a (mon.0) 3541 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:38:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:53.527013+0000 mgr.y (mgr.14556) 16077 : cluster [DBG] pgmap v14205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:38:53.993788+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:38:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:38:53.994506+0000 mon.a (mon.0) 3543 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:38:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:38:53.998786+0000 mon.a (mon.0) 3544 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:38:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:53.527013+0000 mgr.y (mgr.14556) 16077 : cluster [DBG] pgmap v14205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:38:53.993788+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:38:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:38:53.994506+0000 mon.a (mon.0) 3543 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:38:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:38:53.998786+0000 mon.a (mon.0) 3544 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:38:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:53.527013+0000 mgr.y (mgr.14556) 16077 : cluster [DBG] pgmap v14205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:38:53.993788+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:38:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:38:53.994506+0000 mon.a (mon.0) 3543 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:38:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:38:53.998786+0000 mon.a (mon.0) 3544 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:38:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:55.527711+0000 mgr.y (mgr.14556) 16078 : cluster [DBG] pgmap v14206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:55.527711+0000 mgr.y (mgr.14556) 16078 : cluster [DBG] pgmap v14206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:55.527711+0000 mgr.y (mgr.14556) 16078 : cluster [DBG] pgmap v14206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:57.528275+0000 mgr.y (mgr.14556) 16079 : cluster [DBG] pgmap v14207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:57.528275+0000 mgr.y (mgr.14556) 16079 : cluster [DBG] pgmap v14207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:38:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:38:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:57.528275+0000 mgr.y (mgr.14556) 16079 : cluster [DBG] pgmap v14207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:38:59.528944+0000 mgr.y (mgr.14556) 16080 : cluster [DBG] pgmap v14208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:38:59.528944+0000 mgr.y (mgr.14556) 16080 : cluster [DBG] pgmap v14208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:38:59.528944+0000 mgr.y (mgr.14556) 16080 : cluster [DBG] pgmap v14208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:39:03.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:01.529856+0000 mgr.y (mgr.14556) 16081 : cluster [DBG] pgmap v14209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:03.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:01.529856+0000 mgr.y (mgr.14556) 16081 : cluster [DBG] pgmap v14209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:01.529856+0000 mgr.y (mgr.14556) 16081 : cluster [DBG] pgmap v14209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:39:03] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:39:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:03.530191+0000 mgr.y (mgr.14556) 16082 : cluster [DBG] pgmap v14210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:03.530191+0000 mgr.y (mgr.14556) 16082 : cluster [DBG] pgmap v14210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:03.530191+0000 mgr.y (mgr.14556) 16082 : cluster [DBG] pgmap v14210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:05.530832+0000 mgr.y (mgr.14556) 16083 : cluster [DBG] pgmap v14211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:05.530832+0000 mgr.y (mgr.14556) 16083 : cluster [DBG] pgmap v14211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:05.530832+0000 mgr.y (mgr.14556) 16083 : cluster [DBG] pgmap v14211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:07.531301+0000 mgr.y (mgr.14556) 16084 : cluster [DBG] pgmap v14212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:07.531301+0000 mgr.y (mgr.14556) 16084 : cluster [DBG] pgmap v14212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:07.531301+0000 mgr.y (mgr.14556) 16084 : cluster [DBG] pgmap v14212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:09.531843+0000 mgr.y (mgr.14556) 16085 : cluster [DBG] pgmap v14213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:09.531843+0000 mgr.y (mgr.14556) 16085 : cluster [DBG] pgmap v14213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:09.531843+0000 mgr.y (mgr.14556) 16085 : cluster [DBG] pgmap v14213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:39:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:11.532525+0000 mgr.y (mgr.14556) 16086 : cluster [DBG] pgmap v14214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:11.532525+0000 mgr.y (mgr.14556) 16086 : cluster [DBG] pgmap v14214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:11.532525+0000 mgr.y (mgr.14556) 16086 : cluster [DBG] pgmap v14214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:39:13] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:39:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:13.533032+0000 mgr.y (mgr.14556) 16087 : cluster [DBG] pgmap v14215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:13.533032+0000 mgr.y (mgr.14556) 16087 : cluster [DBG] pgmap v14215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:13.533032+0000 mgr.y (mgr.14556) 16087 : cluster [DBG] pgmap v14215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:15.533666+0000 mgr.y (mgr.14556) 16088 : cluster [DBG] pgmap v14216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:15.533666+0000 mgr.y (mgr.14556) 16088 : cluster [DBG] pgmap v14216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:15.533666+0000 mgr.y (mgr.14556) 16088 : cluster [DBG] pgmap v14216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:18.704 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:39:18.994 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:39:18.994 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 4m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:39:18.994 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 4m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:39:18.994 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 4m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:39:18.994 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 4m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:39:18.995 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 4m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:39:18.995 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:39:18.995 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 4m ago 7h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:39:18.995 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 4m ago 7h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:39:18.995 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 4m ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:39:18.995 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 4m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:39:18.996 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 4m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:39:18.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 4m ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:39:18.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 4m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:39:18.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 4m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:39:18.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 4m ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:39:18.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 4m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:39:18.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 4m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:39:18.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 4m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:39:18.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 4m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:39:18.997 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 4m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:39:19.343 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:39:19.343 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:39:19.343 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:39:19.343 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:39:19.343 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:39:19.343 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:39:19.343 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:39:19.343 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:39:19.344 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:39:19.344 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:39:19.344 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:39:19.344 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:39:19.344 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:39:19.344 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:39:19.344 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:39:19.344 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:39:19.344 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:39:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:17.534125+0000 mgr.y (mgr.14556) 16089 : cluster [DBG] pgmap v14217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:17.534125+0000 mgr.y (mgr.14556) 16089 : cluster [DBG] pgmap v14217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:17.534125+0000 mgr.y (mgr.14556) 16089 : cluster [DBG] pgmap v14217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:39:18.693103+0000 mgr.y (mgr.14556) 16090 : audit [DBG] from='client.31350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:39:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:39:18.985914+0000 mgr.y (mgr.14556) 16091 : audit [DBG] from='client.41267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:39:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:39:19.343486+0000 mon.a (mon.0) 3545 : audit [DBG] from='client.? 172.21.15.23:0/2031234257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:39:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:39:18.693103+0000 mgr.y (mgr.14556) 16090 : audit [DBG] from='client.31350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:39:20.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:39:18.985914+0000 mgr.y (mgr.14556) 16091 : audit [DBG] from='client.41267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:39:20.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:39:19.343486+0000 mon.a (mon.0) 3545 : audit [DBG] from='client.? 172.21.15.23:0/2031234257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:39:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:39:18.693103+0000 mgr.y (mgr.14556) 16090 : audit [DBG] from='client.31350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:39:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:39:18.985914+0000 mgr.y (mgr.14556) 16091 : audit [DBG] from='client.41267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:39:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:39:19.343486+0000 mon.a (mon.0) 3545 : audit [DBG] from='client.? 172.21.15.23:0/2031234257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:39:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:19.534625+0000 mgr.y (mgr.14556) 16092 : cluster [DBG] pgmap v14218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:19.534625+0000 mgr.y (mgr.14556) 16092 : cluster [DBG] pgmap v14218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:19.534625+0000 mgr.y (mgr.14556) 16092 : cluster [DBG] pgmap v14218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:39:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:21.535509+0000 mgr.y (mgr.14556) 16093 : cluster [DBG] pgmap v14219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:21.535509+0000 mgr.y (mgr.14556) 16093 : cluster [DBG] pgmap v14219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:21.535509+0000 mgr.y (mgr.14556) 16093 : cluster [DBG] pgmap v14219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:39:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:39:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:23.536039+0000 mgr.y (mgr.14556) 16094 : cluster [DBG] pgmap v14220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:23.536039+0000 mgr.y (mgr.14556) 16094 : cluster [DBG] pgmap v14220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:23.536039+0000 mgr.y (mgr.14556) 16094 : cluster [DBG] pgmap v14220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:25.536668+0000 mgr.y (mgr.14556) 16095 : cluster [DBG] pgmap v14221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:25.536668+0000 mgr.y (mgr.14556) 16095 : cluster [DBG] pgmap v14221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:25.536668+0000 mgr.y (mgr.14556) 16095 : cluster [DBG] pgmap v14221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:27.537195+0000 mgr.y (mgr.14556) 16096 : cluster [DBG] pgmap v14222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:27.537195+0000 mgr.y (mgr.14556) 16096 : cluster [DBG] pgmap v14222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:27.537195+0000 mgr.y (mgr.14556) 16096 : cluster [DBG] pgmap v14222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:29.537566+0000 mgr.y (mgr.14556) 16097 : cluster [DBG] pgmap v14223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:29.537566+0000 mgr.y (mgr.14556) 16097 : cluster [DBG] pgmap v14223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:29.537566+0000 mgr.y (mgr.14556) 16097 : cluster [DBG] pgmap v14223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:39:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:31.538401+0000 mgr.y (mgr.14556) 16098 : cluster [DBG] pgmap v14224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:31.538401+0000 mgr.y (mgr.14556) 16098 : cluster [DBG] pgmap v14224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:31.538401+0000 mgr.y (mgr.14556) 16098 : cluster [DBG] pgmap v14224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:39:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:39:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:33.538868+0000 mgr.y (mgr.14556) 16099 : cluster [DBG] pgmap v14225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:33.538868+0000 mgr.y (mgr.14556) 16099 : cluster [DBG] pgmap v14225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:33.538868+0000 mgr.y (mgr.14556) 16099 : cluster [DBG] pgmap v14225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:35.539596+0000 mgr.y (mgr.14556) 16100 : cluster [DBG] pgmap v14226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:35.539596+0000 mgr.y (mgr.14556) 16100 : cluster [DBG] pgmap v14226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:35.539596+0000 mgr.y (mgr.14556) 16100 : cluster [DBG] pgmap v14226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:37.540015+0000 mgr.y (mgr.14556) 16101 : cluster [DBG] pgmap v14227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:37.540015+0000 mgr.y (mgr.14556) 16101 : cluster [DBG] pgmap v14227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:37.540015+0000 mgr.y (mgr.14556) 16101 : cluster [DBG] pgmap v14227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:39.540496+0000 mgr.y (mgr.14556) 16102 : cluster [DBG] pgmap v14228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:39.540496+0000 mgr.y (mgr.14556) 16102 : cluster [DBG] pgmap v14228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:39.540496+0000 mgr.y (mgr.14556) 16102 : cluster [DBG] pgmap v14228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:39:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:41.541173+0000 mgr.y (mgr.14556) 16103 : cluster [DBG] pgmap v14229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:41.541173+0000 mgr.y (mgr.14556) 16103 : cluster [DBG] pgmap v14229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:41.541173+0000 mgr.y (mgr.14556) 16103 : cluster [DBG] pgmap v14229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:39:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:39:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:43.541594+0000 mgr.y (mgr.14556) 16104 : cluster [DBG] pgmap v14230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:43.541594+0000 mgr.y (mgr.14556) 16104 : cluster [DBG] pgmap v14230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:43.541594+0000 mgr.y (mgr.14556) 16104 : cluster [DBG] pgmap v14230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:45.542287+0000 mgr.y (mgr.14556) 16105 : cluster [DBG] pgmap v14231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:45.542287+0000 mgr.y (mgr.14556) 16105 : cluster [DBG] pgmap v14231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:45.542287+0000 mgr.y (mgr.14556) 16105 : cluster [DBG] pgmap v14231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:47.542684+0000 mgr.y (mgr.14556) 16106 : cluster [DBG] pgmap v14232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:47.542684+0000 mgr.y (mgr.14556) 16106 : cluster [DBG] pgmap v14232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:47.542684+0000 mgr.y (mgr.14556) 16106 : cluster [DBG] pgmap v14232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:49.668 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:39:49.956 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:39:49.956 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 4m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:39:49.956 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 4m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:39:49.956 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 4m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 4m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 4m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7h) 4m ago 8h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 4m ago 7h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 4m ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 4m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 4m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 4m ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 4m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 4m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 4m ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 4m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 4m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 4m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 4m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:39:49.957 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 4m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:39:50.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:39:50.313 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:39:50.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:39:50.313 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:39:50.313 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:39:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:49.542990+0000 mgr.y (mgr.14556) 16107 : cluster [DBG] pgmap v14233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:39:49.657052+0000 mgr.y (mgr.14556) 16108 : audit [DBG] from='client.31368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:39:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:39:49.948939+0000 mgr.y (mgr.14556) 16109 : audit [DBG] from='client.31374 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:39:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:39:50.312319+0000 mon.c (mon.2) 398 : audit [DBG] from='client.? 172.21.15.23:0/240639133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:39:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:49.542990+0000 mgr.y (mgr.14556) 16107 : cluster [DBG] pgmap v14233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:39:49.657052+0000 mgr.y (mgr.14556) 16108 : audit [DBG] from='client.31368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:39:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:39:49.948939+0000 mgr.y (mgr.14556) 16109 : audit [DBG] from='client.31374 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:39:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:39:50.312319+0000 mon.c (mon.2) 398 : audit [DBG] from='client.? 172.21.15.23:0/240639133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:39:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:39:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:49.542990+0000 mgr.y (mgr.14556) 16107 : cluster [DBG] pgmap v14233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:39:49.657052+0000 mgr.y (mgr.14556) 16108 : audit [DBG] from='client.31368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:39:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:39:49.948939+0000 mgr.y (mgr.14556) 16109 : audit [DBG] from='client.31374 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:39:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:39:50.312319+0000 mon.c (mon.2) 398 : audit [DBG] from='client.? 172.21.15.23:0/240639133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:39:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:51.543766+0000 mgr.y (mgr.14556) 16110 : cluster [DBG] pgmap v14234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:51.543766+0000 mgr.y (mgr.14556) 16110 : cluster [DBG] pgmap v14234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:51.543766+0000 mgr.y (mgr.14556) 16110 : cluster [DBG] pgmap v14234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:39:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:39:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:39:54.003101+0000 mon.a (mon.0) 3546 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:39:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:39:54.311807+0000 mon.a (mon.0) 3547 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:39:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:39:54.312455+0000 mon.a (mon.0) 3548 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:39:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:39:54.322876+0000 mon.a (mon.0) 3549 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:39:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:39:54.003101+0000 mon.a (mon.0) 3546 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:39:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:39:54.311807+0000 mon.a (mon.0) 3547 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:39:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:39:54.312455+0000 mon.a (mon.0) 3548 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:39:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:39:54.322876+0000 mon.a (mon.0) 3549 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:39:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:39:54.003101+0000 mon.a (mon.0) 3546 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:39:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:39:54.311807+0000 mon.a (mon.0) 3547 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:39:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:39:54.312455+0000 mon.a (mon.0) 3548 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:39:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:39:54.322876+0000 mon.a (mon.0) 3549 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:39:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:53.544197+0000 mgr.y (mgr.14556) 16111 : cluster [DBG] pgmap v14235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:53.544197+0000 mgr.y (mgr.14556) 16111 : cluster [DBG] pgmap v14235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:53.544197+0000 mgr.y (mgr.14556) 16111 : cluster [DBG] pgmap v14235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:55.545049+0000 mgr.y (mgr.14556) 16112 : cluster [DBG] pgmap v14236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:55.545049+0000 mgr.y (mgr.14556) 16112 : cluster [DBG] pgmap v14236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:55.545049+0000 mgr.y (mgr.14556) 16112 : cluster [DBG] pgmap v14236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:39:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:57.545542+0000 mgr.y (mgr.14556) 16113 : cluster [DBG] pgmap v14237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:58.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:57.545542+0000 mgr.y (mgr.14556) 16113 : cluster [DBG] pgmap v14237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:39:58.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:39:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:57.545542+0000 mgr.y (mgr.14556) 16113 : cluster [DBG] pgmap v14237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T14:40:00.000+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:40:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:39:59.545961+0000 mgr.y (mgr.14556) 16114 : cluster [DBG] pgmap v14238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:00.000145+0000 mon.a (mon.0) 3550 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:40:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:39:59.545961+0000 mgr.y (mgr.14556) 16114 : cluster [DBG] pgmap v14238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:00.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:00.000145+0000 mon.a (mon.0) 3550 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:40:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:39:59.545961+0000 mgr.y (mgr.14556) 16114 : cluster [DBG] pgmap v14238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:00.000145+0000 mon.a (mon.0) 3550 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:40:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:40:02.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:01.546737+0000 mgr.y (mgr.14556) 16115 : cluster [DBG] pgmap v14239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:01.546737+0000 mgr.y (mgr.14556) 16115 : cluster [DBG] pgmap v14239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:01.546737+0000 mgr.y (mgr.14556) 16115 : cluster [DBG] pgmap v14239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:40:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:40:04.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:03.547056+0000 mgr.y (mgr.14556) 16116 : cluster [DBG] pgmap v14240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:04.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:03.547056+0000 mgr.y (mgr.14556) 16116 : cluster [DBG] pgmap v14240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:03.547056+0000 mgr.y (mgr.14556) 16116 : cluster [DBG] pgmap v14240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:05.547792+0000 mgr.y (mgr.14556) 16117 : cluster [DBG] pgmap v14241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:05.547792+0000 mgr.y (mgr.14556) 16117 : cluster [DBG] pgmap v14241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:05.547792+0000 mgr.y (mgr.14556) 16117 : cluster [DBG] pgmap v14241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:07.548368+0000 mgr.y (mgr.14556) 16118 : cluster [DBG] pgmap v14242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:07.548368+0000 mgr.y (mgr.14556) 16118 : cluster [DBG] pgmap v14242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:09.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:07.548368+0000 mgr.y (mgr.14556) 16118 : cluster [DBG] pgmap v14242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:09.549021+0000 mgr.y (mgr.14556) 16119 : cluster [DBG] pgmap v14243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:09.549021+0000 mgr.y (mgr.14556) 16119 : cluster [DBG] pgmap v14243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:09.549021+0000 mgr.y (mgr.14556) 16119 : cluster [DBG] pgmap v14243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:40:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:11.549865+0000 mgr.y (mgr.14556) 16120 : cluster [DBG] pgmap v14244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:11.549865+0000 mgr.y (mgr.14556) 16120 : cluster [DBG] pgmap v14244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:11.549865+0000 mgr.y (mgr.14556) 16120 : cluster [DBG] pgmap v14244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:40:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:40:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:13.550288+0000 mgr.y (mgr.14556) 16121 : cluster [DBG] pgmap v14245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:13.550288+0000 mgr.y (mgr.14556) 16121 : cluster [DBG] pgmap v14245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:13.550288+0000 mgr.y (mgr.14556) 16121 : cluster [DBG] pgmap v14245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:15.550909+0000 mgr.y (mgr.14556) 16122 : cluster [DBG] pgmap v14246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:15.550909+0000 mgr.y (mgr.14556) 16122 : cluster [DBG] pgmap v14246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:15.550909+0000 mgr.y (mgr.14556) 16122 : cluster [DBG] pgmap v14246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:17.551287+0000 mgr.y (mgr.14556) 16123 : cluster [DBG] pgmap v14247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:17.551287+0000 mgr.y (mgr.14556) 16123 : cluster [DBG] pgmap v14247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:17.551287+0000 mgr.y (mgr.14556) 16123 : cluster [DBG] pgmap v14247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:20.638 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:40:20.928 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:40:20.928 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 5m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:40:20.928 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 5m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:40:20.928 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 5m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 5m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 5m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 5m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 5m ago 8h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 5m ago 7h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 5m ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 5m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 5m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 5m ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 5m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 5m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 5m ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 5m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 5m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 5m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:40:20.929 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 5m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:40:20.930 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 5m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:40:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:19.551804+0000 mgr.y (mgr.14556) 16124 : cluster [DBG] pgmap v14248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:19.551804+0000 mgr.y (mgr.14556) 16124 : cluster [DBG] pgmap v14248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:19.551804+0000 mgr.y (mgr.14556) 16124 : cluster [DBG] pgmap v14248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:21.277 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:40:21.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:40:21.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:40:21.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:40:21.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:40:21.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:40:21.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:40:21.277 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:40:21.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:40:21.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:40:21.278 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:40:21.278 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:40:21.278 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:40:21.278 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:40:21.278 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:40:21.278 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:40:21.278 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:40:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:40:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:40:20.626425+0000 mgr.y (mgr.14556) 16125 : audit [DBG] from='client.31386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:40:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:40:20.920921+0000 mgr.y (mgr.14556) 16126 : audit [DBG] from='client.31392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:40:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:40:21.277606+0000 mon.a (mon.0) 3551 : audit [DBG] from='client.? 172.21.15.23:0/2316130665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:40:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:40:20.626425+0000 mgr.y (mgr.14556) 16125 : audit [DBG] from='client.31386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:40:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:40:20.920921+0000 mgr.y (mgr.14556) 16126 : audit [DBG] from='client.31392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:40:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:40:21.277606+0000 mon.a (mon.0) 3551 : audit [DBG] from='client.? 172.21.15.23:0/2316130665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:40:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:40:20.626425+0000 mgr.y (mgr.14556) 16125 : audit [DBG] from='client.31386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:40:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:40:20.920921+0000 mgr.y (mgr.14556) 16126 : audit [DBG] from='client.31392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:40:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:40:21.277606+0000 mon.a (mon.0) 3551 : audit [DBG] from='client.? 172.21.15.23:0/2316130665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:40:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:21.552384+0000 mgr.y (mgr.14556) 16127 : cluster [DBG] pgmap v14249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:21.552384+0000 mgr.y (mgr.14556) 16127 : cluster [DBG] pgmap v14249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:21.552384+0000 mgr.y (mgr.14556) 16127 : cluster [DBG] pgmap v14249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:40:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:40:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:23.552746+0000 mgr.y (mgr.14556) 16128 : cluster [DBG] pgmap v14250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:23.552746+0000 mgr.y (mgr.14556) 16128 : cluster [DBG] pgmap v14250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:23.552746+0000 mgr.y (mgr.14556) 16128 : cluster [DBG] pgmap v14250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:25.553518+0000 mgr.y (mgr.14556) 16129 : cluster [DBG] pgmap v14251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:25.553518+0000 mgr.y (mgr.14556) 16129 : cluster [DBG] pgmap v14251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:25.553518+0000 mgr.y (mgr.14556) 16129 : cluster [DBG] pgmap v14251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:27.553916+0000 mgr.y (mgr.14556) 16130 : cluster [DBG] pgmap v14252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:27.553916+0000 mgr.y (mgr.14556) 16130 : cluster [DBG] pgmap v14252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:27.553916+0000 mgr.y (mgr.14556) 16130 : cluster [DBG] pgmap v14252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:29.554313+0000 mgr.y (mgr.14556) 16131 : cluster [DBG] pgmap v14253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:29.554313+0000 mgr.y (mgr.14556) 16131 : cluster [DBG] pgmap v14253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:29.554313+0000 mgr.y (mgr.14556) 16131 : cluster [DBG] pgmap v14253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:40:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:31.554940+0000 mgr.y (mgr.14556) 16132 : cluster [DBG] pgmap v14254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:33.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:31.554940+0000 mgr.y (mgr.14556) 16132 : cluster [DBG] pgmap v14254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:31.554940+0000 mgr.y (mgr.14556) 16132 : cluster [DBG] pgmap v14254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:40:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:40:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:33.555495+0000 mgr.y (mgr.14556) 16133 : cluster [DBG] pgmap v14255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:33.555495+0000 mgr.y (mgr.14556) 16133 : cluster [DBG] pgmap v14255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:33.555495+0000 mgr.y (mgr.14556) 16133 : cluster [DBG] pgmap v14255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:35.556222+0000 mgr.y (mgr.14556) 16134 : cluster [DBG] pgmap v14256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:35.556222+0000 mgr.y (mgr.14556) 16134 : cluster [DBG] pgmap v14256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:35.556222+0000 mgr.y (mgr.14556) 16134 : cluster [DBG] pgmap v14256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:37.556778+0000 mgr.y (mgr.14556) 16135 : cluster [DBG] pgmap v14257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:37.556778+0000 mgr.y (mgr.14556) 16135 : cluster [DBG] pgmap v14257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:37.556778+0000 mgr.y (mgr.14556) 16135 : cluster [DBG] pgmap v14257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:39.557284+0000 mgr.y (mgr.14556) 16136 : cluster [DBG] pgmap v14258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:39.557284+0000 mgr.y (mgr.14556) 16136 : cluster [DBG] pgmap v14258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:39.557284+0000 mgr.y (mgr.14556) 16136 : cluster [DBG] pgmap v14258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:40:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:41.557960+0000 mgr.y (mgr.14556) 16137 : cluster [DBG] pgmap v14259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:41.557960+0000 mgr.y (mgr.14556) 16137 : cluster [DBG] pgmap v14259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:41.557960+0000 mgr.y (mgr.14556) 16137 : cluster [DBG] pgmap v14259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:40:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:40:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:43.558393+0000 mgr.y (mgr.14556) 16138 : cluster [DBG] pgmap v14260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:43.558393+0000 mgr.y (mgr.14556) 16138 : cluster [DBG] pgmap v14260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:43.558393+0000 mgr.y (mgr.14556) 16138 : cluster [DBG] pgmap v14260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:45.559038+0000 mgr.y (mgr.14556) 16139 : cluster [DBG] pgmap v14261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:45.559038+0000 mgr.y (mgr.14556) 16139 : cluster [DBG] pgmap v14261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:45.559038+0000 mgr.y (mgr.14556) 16139 : cluster [DBG] pgmap v14261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:47.559510+0000 mgr.y (mgr.14556) 16140 : cluster [DBG] pgmap v14262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:47.559510+0000 mgr.y (mgr.14556) 16140 : cluster [DBG] pgmap v14262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:47.559510+0000 mgr.y (mgr.14556) 16140 : cluster [DBG] pgmap v14262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:49.560161+0000 mgr.y (mgr.14556) 16141 : cluster [DBG] pgmap v14263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:49.560161+0000 mgr.y (mgr.14556) 16141 : cluster [DBG] pgmap v14263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:49.560161+0000 mgr.y (mgr.14556) 16141 : cluster [DBG] pgmap v14263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:51.604 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:40:51.893 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:40:51.893 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:40:51.893 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 5m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:40:51.893 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 5m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 5m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 6m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 6m ago 8h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (7h) 5m ago 7h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6m ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 5m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6m ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6m ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 5m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 5m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:40:51.894 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 5m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:40:51.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 5m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:40:51.895 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 5m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:40:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:40:52.240 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:40:52.240 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:40:52.240 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:40:52.240 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:40:52.240 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:40:52.240 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:40:52.240 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:40:52.240 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:40:52.240 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:40:52.240 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:40:52.240 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:40:52.241 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:40:52.241 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:40:52.241 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:40:52.241 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:40:52.241 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:40:52.241 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:40:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:51.560712+0000 mgr.y (mgr.14556) 16142 : cluster [DBG] pgmap v14264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:40:51.592858+0000 mgr.y (mgr.14556) 16143 : audit [DBG] from='client.41315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:40:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:40:51.885714+0000 mgr.y (mgr.14556) 16144 : audit [DBG] from='client.41321 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:40:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:40:52.240388+0000 mon.c (mon.2) 399 : audit [DBG] from='client.? 172.21.15.23:0/470563122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:40:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:51.560712+0000 mgr.y (mgr.14556) 16142 : cluster [DBG] pgmap v14264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:40:51.592858+0000 mgr.y (mgr.14556) 16143 : audit [DBG] from='client.41315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:40:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:40:51.885714+0000 mgr.y (mgr.14556) 16144 : audit [DBG] from='client.41321 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:40:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:40:52.240388+0000 mon.c (mon.2) 399 : audit [DBG] from='client.? 172.21.15.23:0/470563122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:40:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:51.560712+0000 mgr.y (mgr.14556) 16142 : cluster [DBG] pgmap v14264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:40:51.592858+0000 mgr.y (mgr.14556) 16143 : audit [DBG] from='client.41315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:40:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:40:51.885714+0000 mgr.y (mgr.14556) 16144 : audit [DBG] from='client.41321 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:40:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:40:52.240388+0000 mon.c (mon.2) 399 : audit [DBG] from='client.? 172.21.15.23:0/470563122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:40:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:40:53] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T14:40:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:53.561209+0000 mgr.y (mgr.14556) 16145 : cluster [DBG] pgmap v14265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:40:54.327464+0000 mon.a (mon.0) 3552 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:40:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:40:54.636109+0000 mon.a (mon.0) 3553 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:40:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:40:54.636756+0000 mon.a (mon.0) 3554 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:40:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:40:54.650241+0000 mon.a (mon.0) 3555 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:40:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:53.561209+0000 mgr.y (mgr.14556) 16145 : cluster [DBG] pgmap v14265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:40:54.327464+0000 mon.a (mon.0) 3552 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:40:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:40:54.636109+0000 mon.a (mon.0) 3553 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:40:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:40:54.636756+0000 mon.a (mon.0) 3554 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:40:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:40:54.650241+0000 mon.a (mon.0) 3555 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:40:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:53.561209+0000 mgr.y (mgr.14556) 16145 : cluster [DBG] pgmap v14265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:40:54.327464+0000 mon.a (mon.0) 3552 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:40:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:40:54.636109+0000 mon.a (mon.0) 3553 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:40:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:40:54.636756+0000 mon.a (mon.0) 3554 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:40:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:40:54.650241+0000 mon.a (mon.0) 3555 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:40:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:55.561975+0000 mgr.y (mgr.14556) 16146 : cluster [DBG] pgmap v14266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:55.561975+0000 mgr.y (mgr.14556) 16146 : cluster [DBG] pgmap v14266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:55.561975+0000 mgr.y (mgr.14556) 16146 : cluster [DBG] pgmap v14266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:57.562551+0000 mgr.y (mgr.14556) 16147 : cluster [DBG] pgmap v14267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:57.562551+0000 mgr.y (mgr.14556) 16147 : cluster [DBG] pgmap v14267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:40:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:40:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:57.562551+0000 mgr.y (mgr.14556) 16147 : cluster [DBG] pgmap v14267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:40:59.563101+0000 mgr.y (mgr.14556) 16148 : cluster [DBG] pgmap v14268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:40:59.563101+0000 mgr.y (mgr.14556) 16148 : cluster [DBG] pgmap v14268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:40:59.563101+0000 mgr.y (mgr.14556) 16148 : cluster [DBG] pgmap v14268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:41:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:01.563834+0000 mgr.y (mgr.14556) 16149 : cluster [DBG] pgmap v14269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:01.563834+0000 mgr.y (mgr.14556) 16149 : cluster [DBG] pgmap v14269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:01.563834+0000 mgr.y (mgr.14556) 16149 : cluster [DBG] pgmap v14269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:41:03] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T14:41:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:03.564380+0000 mgr.y (mgr.14556) 16150 : cluster [DBG] pgmap v14270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:03.564380+0000 mgr.y (mgr.14556) 16150 : cluster [DBG] pgmap v14270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:05.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:03.564380+0000 mgr.y (mgr.14556) 16150 : cluster [DBG] pgmap v14270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:05.565026+0000 mgr.y (mgr.14556) 16151 : cluster [DBG] pgmap v14271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:05.565026+0000 mgr.y (mgr.14556) 16151 : cluster [DBG] pgmap v14271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:05.565026+0000 mgr.y (mgr.14556) 16151 : cluster [DBG] pgmap v14271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:07.565414+0000 mgr.y (mgr.14556) 16152 : cluster [DBG] pgmap v14272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:07.565414+0000 mgr.y (mgr.14556) 16152 : cluster [DBG] pgmap v14272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:07.565414+0000 mgr.y (mgr.14556) 16152 : cluster [DBG] pgmap v14272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:09.565945+0000 mgr.y (mgr.14556) 16153 : cluster [DBG] pgmap v14273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:09.565945+0000 mgr.y (mgr.14556) 16153 : cluster [DBG] pgmap v14273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:09.565945+0000 mgr.y (mgr.14556) 16153 : cluster [DBG] pgmap v14273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:41:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:11.566657+0000 mgr.y (mgr.14556) 16154 : cluster [DBG] pgmap v14274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:11.566657+0000 mgr.y (mgr.14556) 16154 : cluster [DBG] pgmap v14274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:11.566657+0000 mgr.y (mgr.14556) 16154 : cluster [DBG] pgmap v14274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:41:13] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:41:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:13.567182+0000 mgr.y (mgr.14556) 16155 : cluster [DBG] pgmap v14275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:13.567182+0000 mgr.y (mgr.14556) 16155 : cluster [DBG] pgmap v14275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:13.567182+0000 mgr.y (mgr.14556) 16155 : cluster [DBG] pgmap v14275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:15.567977+0000 mgr.y (mgr.14556) 16156 : cluster [DBG] pgmap v14276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:15.567977+0000 mgr.y (mgr.14556) 16156 : cluster [DBG] pgmap v14276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:15.567977+0000 mgr.y (mgr.14556) 16156 : cluster [DBG] pgmap v14276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:17.568599+0000 mgr.y (mgr.14556) 16157 : cluster [DBG] pgmap v14277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:17.568599+0000 mgr.y (mgr.14556) 16157 : cluster [DBG] pgmap v14277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:17.568599+0000 mgr.y (mgr.14556) 16157 : cluster [DBG] pgmap v14277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:19.569216+0000 mgr.y (mgr.14556) 16158 : cluster [DBG] pgmap v14278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:19.569216+0000 mgr.y (mgr.14556) 16158 : cluster [DBG] pgmap v14278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:19.569216+0000 mgr.y (mgr.14556) 16158 : cluster [DBG] pgmap v14278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:41:22.564 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:41:22.851 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:41:22.851 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 6m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 6m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 6m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 6m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (7h) 6m ago 7h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 6m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 6m ago 8h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 6m ago 8h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (7h) 6m ago 7h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 6m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 6m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 6m ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 6m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 6m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 6m ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 6m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 6m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:41:22.852 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 6m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:41:22.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 6m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:41:22.853 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 6m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:41:23.203 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:41:23.204 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:41:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:21.570062+0000 mgr.y (mgr.14556) 16159 : cluster [DBG] pgmap v14279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:21.570062+0000 mgr.y (mgr.14556) 16159 : cluster [DBG] pgmap v14279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:21.570062+0000 mgr.y (mgr.14556) 16159 : cluster [DBG] pgmap v14279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:24.078 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:41:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:41:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:41:22.553209+0000 mgr.y (mgr.14556) 16160 : audit [DBG] from='client.31422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:41:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:41:22.843976+0000 mgr.y (mgr.14556) 16161 : audit [DBG] from='client.41339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:41:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:41:23.204341+0000 mon.a (mon.0) 3556 : audit [DBG] from='client.? 172.21.15.23:0/1990820844' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:41:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:41:22.553209+0000 mgr.y (mgr.14556) 16160 : audit [DBG] from='client.31422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:41:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:41:22.843976+0000 mgr.y (mgr.14556) 16161 : audit [DBG] from='client.41339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:41:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:41:23.204341+0000 mon.a (mon.0) 3556 : audit [DBG] from='client.? 172.21.15.23:0/1990820844' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:41:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:41:22.553209+0000 mgr.y (mgr.14556) 16160 : audit [DBG] from='client.31422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:41:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:41:22.843976+0000 mgr.y (mgr.14556) 16161 : audit [DBG] from='client.41339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:41:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:41:23.204341+0000 mon.a (mon.0) 3556 : audit [DBG] from='client.? 172.21.15.23:0/1990820844' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:41:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:23.570525+0000 mgr.y (mgr.14556) 16162 : cluster [DBG] pgmap v14280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:23.570525+0000 mgr.y (mgr.14556) 16162 : cluster [DBG] pgmap v14280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:23.570525+0000 mgr.y (mgr.14556) 16162 : cluster [DBG] pgmap v14280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:25.571151+0000 mgr.y (mgr.14556) 16163 : cluster [DBG] pgmap v14281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:25.571151+0000 mgr.y (mgr.14556) 16163 : cluster [DBG] pgmap v14281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:25.571151+0000 mgr.y (mgr.14556) 16163 : cluster [DBG] pgmap v14281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:27.571556+0000 mgr.y (mgr.14556) 16164 : cluster [DBG] pgmap v14282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:27.571556+0000 mgr.y (mgr.14556) 16164 : cluster [DBG] pgmap v14282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:27.571556+0000 mgr.y (mgr.14556) 16164 : cluster [DBG] pgmap v14282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:29.571924+0000 mgr.y (mgr.14556) 16165 : cluster [DBG] pgmap v14283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:29.571924+0000 mgr.y (mgr.14556) 16165 : cluster [DBG] pgmap v14283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:29.571924+0000 mgr.y (mgr.14556) 16165 : cluster [DBG] pgmap v14283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:41:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:31.572798+0000 mgr.y (mgr.14556) 16166 : cluster [DBG] pgmap v14284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:31.572798+0000 mgr.y (mgr.14556) 16166 : cluster [DBG] pgmap v14284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:31.572798+0000 mgr.y (mgr.14556) 16166 : cluster [DBG] pgmap v14284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:41:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:41:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:33.573380+0000 mgr.y (mgr.14556) 16167 : cluster [DBG] pgmap v14285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:33.573380+0000 mgr.y (mgr.14556) 16167 : cluster [DBG] pgmap v14285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:33.573380+0000 mgr.y (mgr.14556) 16167 : cluster [DBG] pgmap v14285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:35.574230+0000 mgr.y (mgr.14556) 16168 : cluster [DBG] pgmap v14286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:35.574230+0000 mgr.y (mgr.14556) 16168 : cluster [DBG] pgmap v14286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:35.574230+0000 mgr.y (mgr.14556) 16168 : cluster [DBG] pgmap v14286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:37.574561+0000 mgr.y (mgr.14556) 16169 : cluster [DBG] pgmap v14287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:37.574561+0000 mgr.y (mgr.14556) 16169 : cluster [DBG] pgmap v14287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:37.574561+0000 mgr.y (mgr.14556) 16169 : cluster [DBG] pgmap v14287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:41.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:39.575007+0000 mgr.y (mgr.14556) 16170 : cluster [DBG] pgmap v14288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:39.575007+0000 mgr.y (mgr.14556) 16170 : cluster [DBG] pgmap v14288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:39.575007+0000 mgr.y (mgr.14556) 16170 : cluster [DBG] pgmap v14288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:41:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:41.575709+0000 mgr.y (mgr.14556) 16171 : cluster [DBG] pgmap v14289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:41.575709+0000 mgr.y (mgr.14556) 16171 : cluster [DBG] pgmap v14289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:41.575709+0000 mgr.y (mgr.14556) 16171 : cluster [DBG] pgmap v14289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:41:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:41:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:43.576220+0000 mgr.y (mgr.14556) 16172 : cluster [DBG] pgmap v14290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:43.576220+0000 mgr.y (mgr.14556) 16172 : cluster [DBG] pgmap v14290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:43.576220+0000 mgr.y (mgr.14556) 16172 : cluster [DBG] pgmap v14290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:45.576793+0000 mgr.y (mgr.14556) 16173 : cluster [DBG] pgmap v14291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:45.576793+0000 mgr.y (mgr.14556) 16173 : cluster [DBG] pgmap v14291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:45.576793+0000 mgr.y (mgr.14556) 16173 : cluster [DBG] pgmap v14291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:47.577304+0000 mgr.y (mgr.14556) 16174 : cluster [DBG] pgmap v14292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:47.577304+0000 mgr.y (mgr.14556) 16174 : cluster [DBG] pgmap v14292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:47.577304+0000 mgr.y (mgr.14556) 16174 : cluster [DBG] pgmap v14292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:49.577710+0000 mgr.y (mgr.14556) 16175 : cluster [DBG] pgmap v14293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:49.577710+0000 mgr.y (mgr.14556) 16175 : cluster [DBG] pgmap v14293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:49.577710+0000 mgr.y (mgr.14556) 16175 : cluster [DBG] pgmap v14293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:41:53.532 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:41:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:51.578506+0000 mgr.y (mgr.14556) 16176 : cluster [DBG] pgmap v14294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:51.578506+0000 mgr.y (mgr.14556) 16176 : cluster [DBG] pgmap v14294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:51.578506+0000 mgr.y (mgr.14556) 16176 : cluster [DBG] pgmap v14294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:53.822 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:41:53.822 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:41:53.822 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 7m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:41:53.822 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:41:53.822 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 7m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:41:53.822 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:41:53.822 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:41:53.822 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7m ago 8h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:41:53.822 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7m ago 8h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:41:53.822 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7m ago 8h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:41:53.823 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:41:53.823 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 7m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:41:53.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7h) 7m ago 7h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:41:53.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7h) 7m ago 7h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:41:53.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:41:53.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7m ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:41:53.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 7m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:41:53.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 7m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:41:53.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 7m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:41:53.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 7m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:41:53.823 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 7m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:41:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:41:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:41:54.173 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:41:54.173 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:41:54.173 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:41:54.173 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:41:54.174 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:41:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:41:54.174259+0000 mon.a (mon.0) 3557 : audit [DBG] from='client.? 172.21.15.23:0/2119700845' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:41:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:41:54.174259+0000 mon.a (mon.0) 3557 : audit [DBG] from='client.? 172.21.15.23:0/2119700845' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:41:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:41:54.174259+0000 mon.a (mon.0) 3557 : audit [DBG] from='client.? 172.21.15.23:0/2119700845' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:41:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:41:53.520660+0000 mgr.y (mgr.14556) 16177 : audit [DBG] from='client.41351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:41:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:53.578836+0000 mgr.y (mgr.14556) 16178 : cluster [DBG] pgmap v14295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:41:53.814618+0000 mgr.y (mgr.14556) 16179 : audit [DBG] from='client.31446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:41:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:41:54.654840+0000 mon.a (mon.0) 3558 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:41:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:41:54.959601+0000 mon.a (mon.0) 3559 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:41:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:41:54.960227+0000 mon.a (mon.0) 3560 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:41:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:41:54.969091+0000 mon.a (mon.0) 3561 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:41:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:41:53.520660+0000 mgr.y (mgr.14556) 16177 : audit [DBG] from='client.41351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:41:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:53.578836+0000 mgr.y (mgr.14556) 16178 : cluster [DBG] pgmap v14295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:41:53.814618+0000 mgr.y (mgr.14556) 16179 : audit [DBG] from='client.31446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:41:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:41:54.654840+0000 mon.a (mon.0) 3558 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:41:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:41:54.959601+0000 mon.a (mon.0) 3559 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:41:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:41:54.960227+0000 mon.a (mon.0) 3560 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:41:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:41:54.969091+0000 mon.a (mon.0) 3561 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:41:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:41:53.520660+0000 mgr.y (mgr.14556) 16177 : audit [DBG] from='client.41351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:41:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:53.578836+0000 mgr.y (mgr.14556) 16178 : cluster [DBG] pgmap v14295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:41:53.814618+0000 mgr.y (mgr.14556) 16179 : audit [DBG] from='client.31446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:41:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:41:54.654840+0000 mon.a (mon.0) 3558 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:41:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:41:54.959601+0000 mon.a (mon.0) 3559 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:41:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:41:54.960227+0000 mon.a (mon.0) 3560 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:41:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:41:54.969091+0000 mon.a (mon.0) 3561 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:41:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:55.579474+0000 mgr.y (mgr.14556) 16180 : cluster [DBG] pgmap v14296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:55.579474+0000 mgr.y (mgr.14556) 16180 : cluster [DBG] pgmap v14296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:55.579474+0000 mgr.y (mgr.14556) 16180 : cluster [DBG] pgmap v14296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:57.580041+0000 mgr.y (mgr.14556) 16181 : cluster [DBG] pgmap v14297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:57.580041+0000 mgr.y (mgr.14556) 16181 : cluster [DBG] pgmap v14297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:41:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:41:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:57.580041+0000 mgr.y (mgr.14556) 16181 : cluster [DBG] pgmap v14297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:41:59.580669+0000 mgr.y (mgr.14556) 16182 : cluster [DBG] pgmap v14298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:41:59.580669+0000 mgr.y (mgr.14556) 16182 : cluster [DBG] pgmap v14298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:41:59.580669+0000 mgr.y (mgr.14556) 16182 : cluster [DBG] pgmap v14298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:42:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:01.581426+0000 mgr.y (mgr.14556) 16183 : cluster [DBG] pgmap v14299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:01.581426+0000 mgr.y (mgr.14556) 16183 : cluster [DBG] pgmap v14299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:01.581426+0000 mgr.y (mgr.14556) 16183 : cluster [DBG] pgmap v14299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:42:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:42:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:03.581953+0000 mgr.y (mgr.14556) 16184 : cluster [DBG] pgmap v14300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:05.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:03.581953+0000 mgr.y (mgr.14556) 16184 : cluster [DBG] pgmap v14300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:03.581953+0000 mgr.y (mgr.14556) 16184 : cluster [DBG] pgmap v14300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:05.582619+0000 mgr.y (mgr.14556) 16185 : cluster [DBG] pgmap v14301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:05.582619+0000 mgr.y (mgr.14556) 16185 : cluster [DBG] pgmap v14301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:05.582619+0000 mgr.y (mgr.14556) 16185 : cluster [DBG] pgmap v14301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:07.582980+0000 mgr.y (mgr.14556) 16186 : cluster [DBG] pgmap v14302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:07.582980+0000 mgr.y (mgr.14556) 16186 : cluster [DBG] pgmap v14302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:07.582980+0000 mgr.y (mgr.14556) 16186 : cluster [DBG] pgmap v14302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:09.583520+0000 mgr.y (mgr.14556) 16187 : cluster [DBG] pgmap v14303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:09.583520+0000 mgr.y (mgr.14556) 16187 : cluster [DBG] pgmap v14303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:09.583520+0000 mgr.y (mgr.14556) 16187 : cluster [DBG] pgmap v14303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:42:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:11.584425+0000 mgr.y (mgr.14556) 16188 : cluster [DBG] pgmap v14304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:11.584425+0000 mgr.y (mgr.14556) 16188 : cluster [DBG] pgmap v14304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:11.584425+0000 mgr.y (mgr.14556) 16188 : cluster [DBG] pgmap v14304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:42:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:42:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:13.584830+0000 mgr.y (mgr.14556) 16189 : cluster [DBG] pgmap v14305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:13.584830+0000 mgr.y (mgr.14556) 16189 : cluster [DBG] pgmap v14305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:13.584830+0000 mgr.y (mgr.14556) 16189 : cluster [DBG] pgmap v14305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:15.585665+0000 mgr.y (mgr.14556) 16190 : cluster [DBG] pgmap v14306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:15.585665+0000 mgr.y (mgr.14556) 16190 : cluster [DBG] pgmap v14306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:15.585665+0000 mgr.y (mgr.14556) 16190 : cluster [DBG] pgmap v14306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:17.586147+0000 mgr.y (mgr.14556) 16191 : cluster [DBG] pgmap v14307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:17.586147+0000 mgr.y (mgr.14556) 16191 : cluster [DBG] pgmap v14307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:17.586147+0000 mgr.y (mgr.14556) 16191 : cluster [DBG] pgmap v14307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:19.586646+0000 mgr.y (mgr.14556) 16192 : cluster [DBG] pgmap v14308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:19.586646+0000 mgr.y (mgr.14556) 16192 : cluster [DBG] pgmap v14308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:19.586646+0000 mgr.y (mgr.14556) 16192 : cluster [DBG] pgmap v14308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:42:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:21.587480+0000 mgr.y (mgr.14556) 16193 : cluster [DBG] pgmap v14309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:21.587480+0000 mgr.y (mgr.14556) 16193 : cluster [DBG] pgmap v14309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:21.587480+0000 mgr.y (mgr.14556) 16193 : cluster [DBG] pgmap v14309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:42:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:42:24.498 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:42:24.788 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 7m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 7m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 7m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 7m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7m ago 8h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7m ago 8h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7m ago 8h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 7m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 7m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7m ago 8h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7m ago 8h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:42:24.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7h) 7m ago 7h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:42:24.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 7m ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:42:24.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 7m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:42:24.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 7m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:42:24.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 7m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:42:24.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 7m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:42:24.790 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 7m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:42:24.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:23.587825+0000 mgr.y (mgr.14556) 16194 : cluster [DBG] pgmap v14310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:23.587825+0000 mgr.y (mgr.14556) 16194 : cluster [DBG] pgmap v14310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:23.587825+0000 mgr.y (mgr.14556) 16194 : cluster [DBG] pgmap v14310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:42:25.139 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:42:25.140 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:42:25.140 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:42:25.140 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:42:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:24.487042+0000 mgr.y (mgr.14556) 16195 : audit [DBG] from='client.31458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:42:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:24.780666+0000 mgr.y (mgr.14556) 16196 : audit [DBG] from='client.41375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:42:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:25.139521+0000 mon.a (mon.0) 3562 : audit [DBG] from='client.? 172.21.15.23:0/1744937485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:42:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:24.487042+0000 mgr.y (mgr.14556) 16195 : audit [DBG] from='client.31458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:42:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:24.780666+0000 mgr.y (mgr.14556) 16196 : audit [DBG] from='client.41375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:42:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:25.139521+0000 mon.a (mon.0) 3562 : audit [DBG] from='client.? 172.21.15.23:0/1744937485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:42:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:24.487042+0000 mgr.y (mgr.14556) 16195 : audit [DBG] from='client.31458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:42:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:24.780666+0000 mgr.y (mgr.14556) 16196 : audit [DBG] from='client.41375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:42:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:25.139521+0000 mon.a (mon.0) 3562 : audit [DBG] from='client.? 172.21.15.23:0/1744937485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:42:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:25.588388+0000 mgr.y (mgr.14556) 16197 : cluster [DBG] pgmap v14311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:25.588388+0000 mgr.y (mgr.14556) 16197 : cluster [DBG] pgmap v14311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:25.588388+0000 mgr.y (mgr.14556) 16197 : cluster [DBG] pgmap v14311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:27.588858+0000 mgr.y (mgr.14556) 16198 : cluster [DBG] pgmap v14312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:27.588858+0000 mgr.y (mgr.14556) 16198 : cluster [DBG] pgmap v14312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:27.588858+0000 mgr.y (mgr.14556) 16198 : cluster [DBG] pgmap v14312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:29.589364+0000 mgr.y (mgr.14556) 16199 : cluster [DBG] pgmap v14313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:29.589364+0000 mgr.y (mgr.14556) 16199 : cluster [DBG] pgmap v14313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:29.589364+0000 mgr.y (mgr.14556) 16199 : cluster [DBG] pgmap v14313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:42:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:31.590076+0000 mgr.y (mgr.14556) 16200 : cluster [DBG] pgmap v14314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:31.590076+0000 mgr.y (mgr.14556) 16200 : cluster [DBG] pgmap v14314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:33.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:31.590076+0000 mgr.y (mgr.14556) 16200 : cluster [DBG] pgmap v14314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:42:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:42:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:33.590474+0000 mgr.y (mgr.14556) 16201 : cluster [DBG] pgmap v14315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:33.590474+0000 mgr.y (mgr.14556) 16201 : cluster [DBG] pgmap v14315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:33.590474+0000 mgr.y (mgr.14556) 16201 : cluster [DBG] pgmap v14315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:35.591083+0000 mgr.y (mgr.14556) 16202 : cluster [DBG] pgmap v14316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:35.591083+0000 mgr.y (mgr.14556) 16202 : cluster [DBG] pgmap v14316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:35.591083+0000 mgr.y (mgr.14556) 16202 : cluster [DBG] pgmap v14316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:37.591561+0000 mgr.y (mgr.14556) 16203 : cluster [DBG] pgmap v14317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:37.591561+0000 mgr.y (mgr.14556) 16203 : cluster [DBG] pgmap v14317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:37.591561+0000 mgr.y (mgr.14556) 16203 : cluster [DBG] pgmap v14317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:39.592121+0000 mgr.y (mgr.14556) 16204 : cluster [DBG] pgmap v14318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:39.592121+0000 mgr.y (mgr.14556) 16204 : cluster [DBG] pgmap v14318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:39.592121+0000 mgr.y (mgr.14556) 16204 : cluster [DBG] pgmap v14318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:42:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:41.592814+0000 mgr.y (mgr.14556) 16205 : cluster [DBG] pgmap v14319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:41.592814+0000 mgr.y (mgr.14556) 16205 : cluster [DBG] pgmap v14319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:41.592814+0000 mgr.y (mgr.14556) 16205 : cluster [DBG] pgmap v14319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:42:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:42:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:43.593296+0000 mgr.y (mgr.14556) 16206 : cluster [DBG] pgmap v14320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:43.593296+0000 mgr.y (mgr.14556) 16206 : cluster [DBG] pgmap v14320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:43.593296+0000 mgr.y (mgr.14556) 16206 : cluster [DBG] pgmap v14320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:45.594033+0000 mgr.y (mgr.14556) 16207 : cluster [DBG] pgmap v14321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:45.594033+0000 mgr.y (mgr.14556) 16207 : cluster [DBG] pgmap v14321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:45.594033+0000 mgr.y (mgr.14556) 16207 : cluster [DBG] pgmap v14321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:47.594622+0000 mgr.y (mgr.14556) 16208 : cluster [DBG] pgmap v14322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:47.594622+0000 mgr.y (mgr.14556) 16208 : cluster [DBG] pgmap v14322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:47.594622+0000 mgr.y (mgr.14556) 16208 : cluster [DBG] pgmap v14322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:49.595202+0000 mgr.y (mgr.14556) 16209 : cluster [DBG] pgmap v14323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:49.595202+0000 mgr.y (mgr.14556) 16209 : cluster [DBG] pgmap v14323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:49.595202+0000 mgr.y (mgr.14556) 16209 : cluster [DBG] pgmap v14323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:42:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:51.596106+0000 mgr.y (mgr.14556) 16210 : cluster [DBG] pgmap v14324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:51.596106+0000 mgr.y (mgr.14556) 16210 : cluster [DBG] pgmap v14324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:51.596106+0000 mgr.y (mgr.14556) 16210 : cluster [DBG] pgmap v14324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:42:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:42:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:53.596679+0000 mgr.y (mgr.14556) 16211 : cluster [DBG] pgmap v14325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:53.596679+0000 mgr.y (mgr.14556) 16211 : cluster [DBG] pgmap v14325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:53.596679+0000 mgr.y (mgr.14556) 16211 : cluster [DBG] pgmap v14325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:55.460 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 8m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 8m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 8m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 8m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 8m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 8m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 8m ago 8h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 8m ago 8h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 8m ago 8h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 8m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 8m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:42:55.751 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 8m ago 8h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:42:55.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 8m ago 8h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:42:55.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 8m ago 8h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:42:55.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7h) 8m ago 7h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:42:55.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 8m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:42:55.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 8m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:42:55.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 8m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:42:55.752 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 8m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:42:55.752 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 8m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:42:56.099 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:42:56.099 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:42:56.100 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:42:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:54.973397+0000 mon.a (mon.0) 3563 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:42:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:55.290307+0000 mon.a (mon.0) 3564 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:42:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:55.290919+0000 mon.a (mon.0) 3565 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:42:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:55.291429+0000 mon.a (mon.0) 3566 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:42:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:55.291951+0000 mon.a (mon.0) 3567 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:42:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T14:42:55.292370+0000 mgr.y (mgr.14556) 16212 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2473M 2024-03-22T14:42:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:55.296446+0000 mon.a (mon.0) 3568 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:42:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:55.297480+0000 mon.a (mon.0) 3569 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:42:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:55.298288+0000 mon.a (mon.0) 3570 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:42:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:55.302447+0000 mon.a (mon.0) 3571 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:42:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:54.973397+0000 mon.a (mon.0) 3563 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:42:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:55.290307+0000 mon.a (mon.0) 3564 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:42:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:55.290919+0000 mon.a (mon.0) 3565 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:42:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:55.291429+0000 mon.a (mon.0) 3566 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:42:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:55.291951+0000 mon.a (mon.0) 3567 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:42:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T14:42:55.292370+0000 mgr.y (mgr.14556) 16212 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2473M 2024-03-22T14:42:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:55.296446+0000 mon.a (mon.0) 3568 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:42:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:55.297480+0000 mon.a (mon.0) 3569 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:42:56.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:55.298288+0000 mon.a (mon.0) 3570 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:42:56.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:55.302447+0000 mon.a (mon.0) 3571 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:42:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:54.973397+0000 mon.a (mon.0) 3563 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:42:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:55.290307+0000 mon.a (mon.0) 3564 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:42:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:55.290919+0000 mon.a (mon.0) 3565 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:42:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:55.291429+0000 mon.a (mon.0) 3566 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:42:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:55.291951+0000 mon.a (mon.0) 3567 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:42:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T14:42:55.292370+0000 mgr.y (mgr.14556) 16212 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2473M 2024-03-22T14:42:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:55.296446+0000 mon.a (mon.0) 3568 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:42:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:55.297480+0000 mon.a (mon.0) 3569 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:42:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:55.298288+0000 mon.a (mon.0) 3570 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:42:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:55.302447+0000 mon.a (mon.0) 3571 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:42:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:55.449002+0000 mgr.y (mgr.14556) 16213 : audit [DBG] from='client.31476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:42:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:55.597253+0000 mgr.y (mgr.14556) 16214 : cluster [DBG] pgmap v14326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:55.743335+0000 mgr.y (mgr.14556) 16215 : audit [DBG] from='client.31482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:42:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:42:56.100013+0000 mon.c (mon.2) 400 : audit [DBG] from='client.? 172.21.15.23:0/653105701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:42:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:55.449002+0000 mgr.y (mgr.14556) 16213 : audit [DBG] from='client.31476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:42:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:55.597253+0000 mgr.y (mgr.14556) 16214 : cluster [DBG] pgmap v14326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:55.743335+0000 mgr.y (mgr.14556) 16215 : audit [DBG] from='client.31482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:42:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:42:56.100013+0000 mon.c (mon.2) 400 : audit [DBG] from='client.? 172.21.15.23:0/653105701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:42:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:55.449002+0000 mgr.y (mgr.14556) 16213 : audit [DBG] from='client.31476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:42:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:55.597253+0000 mgr.y (mgr.14556) 16214 : cluster [DBG] pgmap v14326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:55.743335+0000 mgr.y (mgr.14556) 16215 : audit [DBG] from='client.31482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:42:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:42:56.100013+0000 mon.c (mon.2) 400 : audit [DBG] from='client.? 172.21.15.23:0/653105701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:42:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:57.597722+0000 mgr.y (mgr.14556) 16216 : cluster [DBG] pgmap v14327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:57.597722+0000 mgr.y (mgr.14556) 16216 : cluster [DBG] pgmap v14327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:42:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:42:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:57.597722+0000 mgr.y (mgr.14556) 16216 : cluster [DBG] pgmap v14327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:42:59.598196+0000 mgr.y (mgr.14556) 16217 : cluster [DBG] pgmap v14328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:42:59.598196+0000 mgr.y (mgr.14556) 16217 : cluster [DBG] pgmap v14328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:42:59.598196+0000 mgr.y (mgr.14556) 16217 : cluster [DBG] pgmap v14328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:43:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:01.598880+0000 mgr.y (mgr.14556) 16218 : cluster [DBG] pgmap v14329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:01.598880+0000 mgr.y (mgr.14556) 16218 : cluster [DBG] pgmap v14329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:03.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:01.598880+0000 mgr.y (mgr.14556) 16218 : cluster [DBG] pgmap v14329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:43:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:43:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:03.599282+0000 mgr.y (mgr.14556) 16219 : cluster [DBG] pgmap v14330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:03.599282+0000 mgr.y (mgr.14556) 16219 : cluster [DBG] pgmap v14330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:03.599282+0000 mgr.y (mgr.14556) 16219 : cluster [DBG] pgmap v14330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:05.599930+0000 mgr.y (mgr.14556) 16220 : cluster [DBG] pgmap v14331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:05.599930+0000 mgr.y (mgr.14556) 16220 : cluster [DBG] pgmap v14331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:05.599930+0000 mgr.y (mgr.14556) 16220 : cluster [DBG] pgmap v14331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:07.600484+0000 mgr.y (mgr.14556) 16221 : cluster [DBG] pgmap v14332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:07.600484+0000 mgr.y (mgr.14556) 16221 : cluster [DBG] pgmap v14332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:07.600484+0000 mgr.y (mgr.14556) 16221 : cluster [DBG] pgmap v14332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:09.600893+0000 mgr.y (mgr.14556) 16222 : cluster [DBG] pgmap v14333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:09.600893+0000 mgr.y (mgr.14556) 16222 : cluster [DBG] pgmap v14333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:09.600893+0000 mgr.y (mgr.14556) 16222 : cluster [DBG] pgmap v14333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:43:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:11.601675+0000 mgr.y (mgr.14556) 16223 : cluster [DBG] pgmap v14334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:11.601675+0000 mgr.y (mgr.14556) 16223 : cluster [DBG] pgmap v14334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:11.601675+0000 mgr.y (mgr.14556) 16223 : cluster [DBG] pgmap v14334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:43:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:43:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:13.602154+0000 mgr.y (mgr.14556) 16224 : cluster [DBG] pgmap v14335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:13.602154+0000 mgr.y (mgr.14556) 16224 : cluster [DBG] pgmap v14335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:13.602154+0000 mgr.y (mgr.14556) 16224 : cluster [DBG] pgmap v14335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:15.602749+0000 mgr.y (mgr.14556) 16225 : cluster [DBG] pgmap v14336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:15.602749+0000 mgr.y (mgr.14556) 16225 : cluster [DBG] pgmap v14336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:15.602749+0000 mgr.y (mgr.14556) 16225 : cluster [DBG] pgmap v14336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:17.603183+0000 mgr.y (mgr.14556) 16226 : cluster [DBG] pgmap v14337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:17.603183+0000 mgr.y (mgr.14556) 16226 : cluster [DBG] pgmap v14337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:17.603183+0000 mgr.y (mgr.14556) 16226 : cluster [DBG] pgmap v14337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:19.603569+0000 mgr.y (mgr.14556) 16227 : cluster [DBG] pgmap v14338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:19.603569+0000 mgr.y (mgr.14556) 16227 : cluster [DBG] pgmap v14338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:19.603569+0000 mgr.y (mgr.14556) 16227 : cluster [DBG] pgmap v14338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:43:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:21.604254+0000 mgr.y (mgr.14556) 16228 : cluster [DBG] pgmap v14339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:21.604254+0000 mgr.y (mgr.14556) 16228 : cluster [DBG] pgmap v14339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:21.604254+0000 mgr.y (mgr.14556) 16228 : cluster [DBG] pgmap v14339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:43:23] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:43:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:23.604739+0000 mgr.y (mgr.14556) 16229 : cluster [DBG] pgmap v14340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:23.604739+0000 mgr.y (mgr.14556) 16229 : cluster [DBG] pgmap v14340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:23.604739+0000 mgr.y (mgr.14556) 16229 : cluster [DBG] pgmap v14340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:26.431 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:43:26.721 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:43:26.721 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 8m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:43:26.721 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 8m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:43:26.721 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 8m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:43:26.721 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 8m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:43:26.721 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 8m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:43:26.721 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 8m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:43:26.721 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 8m ago 8h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:43:26.721 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 8m ago 8h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:43:26.721 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 8m ago 8h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:43:26.722 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 8m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:43:26.722 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 8m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:43:26.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 8m ago 8h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:43:26.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 8m ago 8h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:43:26.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 8m ago 8h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:43:26.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 8m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:43:26.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (7h) 8m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:43:26.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 8m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:43:26.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 8m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:43:26.722 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 8m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:43:26.722 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 8m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:43:27.072 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:43:27.072 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:43:27.072 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:43:27.072 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:43:27.072 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:43:27.072 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:43:27.072 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:43:27.072 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:43:27.072 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:43:27.072 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:43:27.072 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:43:27.073 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:43:27.073 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:43:27.073 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:43:27.073 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:43:27.073 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:43:27.073 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:43:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:25.605466+0000 mgr.y (mgr.14556) 16230 : cluster [DBG] pgmap v14341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:25.605466+0000 mgr.y (mgr.14556) 16230 : cluster [DBG] pgmap v14341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:25.605466+0000 mgr.y (mgr.14556) 16230 : cluster [DBG] pgmap v14341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:43:26.419222+0000 mgr.y (mgr.14556) 16231 : audit [DBG] from='client.41405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:43:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:43:26.713338+0000 mgr.y (mgr.14556) 16232 : audit [DBG] from='client.31500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:43:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:43:27.072511+0000 mon.a (mon.0) 3572 : audit [DBG] from='client.? 172.21.15.23:0/322579746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:43:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:43:26.419222+0000 mgr.y (mgr.14556) 16231 : audit [DBG] from='client.41405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:43:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:43:26.713338+0000 mgr.y (mgr.14556) 16232 : audit [DBG] from='client.31500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:43:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:43:27.072511+0000 mon.a (mon.0) 3572 : audit [DBG] from='client.? 172.21.15.23:0/322579746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:43:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:43:26.419222+0000 mgr.y (mgr.14556) 16231 : audit [DBG] from='client.41405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:43:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:43:26.713338+0000 mgr.y (mgr.14556) 16232 : audit [DBG] from='client.31500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:43:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:43:27.072511+0000 mon.a (mon.0) 3572 : audit [DBG] from='client.? 172.21.15.23:0/322579746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:43:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:27.606021+0000 mgr.y (mgr.14556) 16233 : cluster [DBG] pgmap v14342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:27.606021+0000 mgr.y (mgr.14556) 16233 : cluster [DBG] pgmap v14342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:27.606021+0000 mgr.y (mgr.14556) 16233 : cluster [DBG] pgmap v14342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:29.606411+0000 mgr.y (mgr.14556) 16234 : cluster [DBG] pgmap v14343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:29.606411+0000 mgr.y (mgr.14556) 16234 : cluster [DBG] pgmap v14343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:29.606411+0000 mgr.y (mgr.14556) 16234 : cluster [DBG] pgmap v14343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:43:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:31.607188+0000 mgr.y (mgr.14556) 16235 : cluster [DBG] pgmap v14344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:31.607188+0000 mgr.y (mgr.14556) 16235 : cluster [DBG] pgmap v14344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:31.607188+0000 mgr.y (mgr.14556) 16235 : cluster [DBG] pgmap v14344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:43:33] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:43:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:33.607575+0000 mgr.y (mgr.14556) 16236 : cluster [DBG] pgmap v14345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:33.607575+0000 mgr.y (mgr.14556) 16236 : cluster [DBG] pgmap v14345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:33.607575+0000 mgr.y (mgr.14556) 16236 : cluster [DBG] pgmap v14345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:35.608303+0000 mgr.y (mgr.14556) 16237 : cluster [DBG] pgmap v14346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:35.608303+0000 mgr.y (mgr.14556) 16237 : cluster [DBG] pgmap v14346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:35.608303+0000 mgr.y (mgr.14556) 16237 : cluster [DBG] pgmap v14346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:37.608768+0000 mgr.y (mgr.14556) 16238 : cluster [DBG] pgmap v14347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:37.608768+0000 mgr.y (mgr.14556) 16238 : cluster [DBG] pgmap v14347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:37.608768+0000 mgr.y (mgr.14556) 16238 : cluster [DBG] pgmap v14347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:39.609207+0000 mgr.y (mgr.14556) 16239 : cluster [DBG] pgmap v14348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:39.609207+0000 mgr.y (mgr.14556) 16239 : cluster [DBG] pgmap v14348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:39.609207+0000 mgr.y (mgr.14556) 16239 : cluster [DBG] pgmap v14348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:43:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:41.609935+0000 mgr.y (mgr.14556) 16240 : cluster [DBG] pgmap v14349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:41.609935+0000 mgr.y (mgr.14556) 16240 : cluster [DBG] pgmap v14349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:41.609935+0000 mgr.y (mgr.14556) 16240 : cluster [DBG] pgmap v14349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:43:43] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:43:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:43.610302+0000 mgr.y (mgr.14556) 16241 : cluster [DBG] pgmap v14350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:43.610302+0000 mgr.y (mgr.14556) 16241 : cluster [DBG] pgmap v14350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:43.610302+0000 mgr.y (mgr.14556) 16241 : cluster [DBG] pgmap v14350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:45.610926+0000 mgr.y (mgr.14556) 16242 : cluster [DBG] pgmap v14351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:45.610926+0000 mgr.y (mgr.14556) 16242 : cluster [DBG] pgmap v14351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:45.610926+0000 mgr.y (mgr.14556) 16242 : cluster [DBG] pgmap v14351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:47.611361+0000 mgr.y (mgr.14556) 16243 : cluster [DBG] pgmap v14352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:47.611361+0000 mgr.y (mgr.14556) 16243 : cluster [DBG] pgmap v14352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:47.611361+0000 mgr.y (mgr.14556) 16243 : cluster [DBG] pgmap v14352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:49.611912+0000 mgr.y (mgr.14556) 16244 : cluster [DBG] pgmap v14353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:49.611912+0000 mgr.y (mgr.14556) 16244 : cluster [DBG] pgmap v14353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:49.611912+0000 mgr.y (mgr.14556) 16244 : cluster [DBG] pgmap v14353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:43:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:51.612667+0000 mgr.y (mgr.14556) 16245 : cluster [DBG] pgmap v14354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:51.612667+0000 mgr.y (mgr.14556) 16245 : cluster [DBG] pgmap v14354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:51.612667+0000 mgr.y (mgr.14556) 16245 : cluster [DBG] pgmap v14354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:43:53] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T14:43:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:53.613165+0000 mgr.y (mgr.14556) 16246 : cluster [DBG] pgmap v14355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:53.613165+0000 mgr.y (mgr.14556) 16246 : cluster [DBG] pgmap v14355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:53.613165+0000 mgr.y (mgr.14556) 16246 : cluster [DBG] pgmap v14355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:43:55.307036+0000 mon.a (mon.0) 3573 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:43:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:43:55.614342+0000 mon.a (mon.0) 3574 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:43:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:43:55.615013+0000 mon.a (mon.0) 3575 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:43:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:43:55.619694+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:43:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:43:55.307036+0000 mon.a (mon.0) 3573 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:43:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:43:55.614342+0000 mon.a (mon.0) 3574 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:43:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:43:55.615013+0000 mon.a (mon.0) 3575 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:43:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:43:55.619694+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:43:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:43:55.307036+0000 mon.a (mon.0) 3573 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:43:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:43:55.614342+0000 mon.a (mon.0) 3574 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:43:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:43:55.615013+0000 mon.a (mon.0) 3575 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:43:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:43:55.619694+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:43:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:55.613706+0000 mgr.y (mgr.14556) 16247 : cluster [DBG] pgmap v14356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:55.613706+0000 mgr.y (mgr.14556) 16247 : cluster [DBG] pgmap v14356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:57.398 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:43:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:55.613706+0000 mgr.y (mgr.14556) 16247 : cluster [DBG] pgmap v14356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:57.685 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:43:57.685 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 9m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:43:57.685 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 9m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:43:57.685 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 9m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:43:57.685 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 9m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:43:57.685 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 9m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:43:57.685 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 9m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:43:57.685 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 9m ago 8h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:43:57.685 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 9m ago 8h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:43:57.685 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 9m ago 8h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:43:57.686 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 9m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:43:57.686 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 9m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:43:57.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 9m ago 8h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:43:57.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 9m ago 8h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:43:57.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 9m ago 8h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:43:57.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 9m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:43:57.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 9m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:43:57.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (7h) 9m ago 7h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:43:57.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (7h) 9m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:43:57.686 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 9m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:43:57.686 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 9m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:43:58.031 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:43:58.031 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:43:58.032 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:43:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:43:58.032122+0000 mon.a (mon.0) 3577 : audit [DBG] from='client.? 172.21.15.23:0/490019506' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:43:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:43:58.032122+0000 mon.a (mon.0) 3577 : audit [DBG] from='client.? 172.21.15.23:0/490019506' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:43:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:43:58.032122+0000 mon.a (mon.0) 3577 : audit [DBG] from='client.? 172.21.15.23:0/490019506' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:43:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:43:57.387016+0000 mgr.y (mgr.14556) 16248 : audit [DBG] from='client.31512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:43:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:57.614053+0000 mgr.y (mgr.14556) 16249 : cluster [DBG] pgmap v14357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:43:57.677649+0000 mgr.y (mgr.14556) 16250 : audit [DBG] from='client.41429 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:43:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:43:57.387016+0000 mgr.y (mgr.14556) 16248 : audit [DBG] from='client.31512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:43:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:57.614053+0000 mgr.y (mgr.14556) 16249 : cluster [DBG] pgmap v14357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:43:57.677649+0000 mgr.y (mgr.14556) 16250 : audit [DBG] from='client.41429 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:43:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:43:57.387016+0000 mgr.y (mgr.14556) 16248 : audit [DBG] from='client.31512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:43:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:57.614053+0000 mgr.y (mgr.14556) 16249 : cluster [DBG] pgmap v14357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:43:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:43:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:43:57.677649+0000 mgr.y (mgr.14556) 16250 : audit [DBG] from='client.41429 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:44:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:43:59.614664+0000 mgr.y (mgr.14556) 16251 : cluster [DBG] pgmap v14358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:43:59.614664+0000 mgr.y (mgr.14556) 16251 : cluster [DBG] pgmap v14358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:43:59.614664+0000 mgr.y (mgr.14556) 16251 : cluster [DBG] pgmap v14358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:44:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:01.615369+0000 mgr.y (mgr.14556) 16252 : cluster [DBG] pgmap v14359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:01.615369+0000 mgr.y (mgr.14556) 16252 : cluster [DBG] pgmap v14359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:01.615369+0000 mgr.y (mgr.14556) 16252 : cluster [DBG] pgmap v14359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:44:03] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T14:44:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:03.615776+0000 mgr.y (mgr.14556) 16253 : cluster [DBG] pgmap v14360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:03.615776+0000 mgr.y (mgr.14556) 16253 : cluster [DBG] pgmap v14360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:03.615776+0000 mgr.y (mgr.14556) 16253 : cluster [DBG] pgmap v14360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:05.616400+0000 mgr.y (mgr.14556) 16254 : cluster [DBG] pgmap v14361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:05.616400+0000 mgr.y (mgr.14556) 16254 : cluster [DBG] pgmap v14361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:05.616400+0000 mgr.y (mgr.14556) 16254 : cluster [DBG] pgmap v14361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:07.616792+0000 mgr.y (mgr.14556) 16255 : cluster [DBG] pgmap v14362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:07.616792+0000 mgr.y (mgr.14556) 16255 : cluster [DBG] pgmap v14362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:07.616792+0000 mgr.y (mgr.14556) 16255 : cluster [DBG] pgmap v14362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:09.617294+0000 mgr.y (mgr.14556) 16256 : cluster [DBG] pgmap v14363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:09.617294+0000 mgr.y (mgr.14556) 16256 : cluster [DBG] pgmap v14363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:09.617294+0000 mgr.y (mgr.14556) 16256 : cluster [DBG] pgmap v14363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:44:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:11.618144+0000 mgr.y (mgr.14556) 16257 : cluster [DBG] pgmap v14364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:11.618144+0000 mgr.y (mgr.14556) 16257 : cluster [DBG] pgmap v14364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:11.618144+0000 mgr.y (mgr.14556) 16257 : cluster [DBG] pgmap v14364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:44:13] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:44:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:13.618523+0000 mgr.y (mgr.14556) 16258 : cluster [DBG] pgmap v14365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:13.618523+0000 mgr.y (mgr.14556) 16258 : cluster [DBG] pgmap v14365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:13.618523+0000 mgr.y (mgr.14556) 16258 : cluster [DBG] pgmap v14365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:15.619282+0000 mgr.y (mgr.14556) 16259 : cluster [DBG] pgmap v14366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:15.619282+0000 mgr.y (mgr.14556) 16259 : cluster [DBG] pgmap v14366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:15.619282+0000 mgr.y (mgr.14556) 16259 : cluster [DBG] pgmap v14366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:17.619796+0000 mgr.y (mgr.14556) 16260 : cluster [DBG] pgmap v14367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:17.619796+0000 mgr.y (mgr.14556) 16260 : cluster [DBG] pgmap v14367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:17.619796+0000 mgr.y (mgr.14556) 16260 : cluster [DBG] pgmap v14367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:19.620195+0000 mgr.y (mgr.14556) 16261 : cluster [DBG] pgmap v14368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:19.620195+0000 mgr.y (mgr.14556) 16261 : cluster [DBG] pgmap v14368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:19.620195+0000 mgr.y (mgr.14556) 16261 : cluster [DBG] pgmap v14368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:44:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:21.620816+0000 mgr.y (mgr.14556) 16262 : cluster [DBG] pgmap v14369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:21.620816+0000 mgr.y (mgr.14556) 16262 : cluster [DBG] pgmap v14369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:21.620816+0000 mgr.y (mgr.14556) 16262 : cluster [DBG] pgmap v14369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:44:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:44:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:23.621189+0000 mgr.y (mgr.14556) 16263 : cluster [DBG] pgmap v14370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:23.621189+0000 mgr.y (mgr.14556) 16263 : cluster [DBG] pgmap v14370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:23.621189+0000 mgr.y (mgr.14556) 16263 : cluster [DBG] pgmap v14370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:25.621825+0000 mgr.y (mgr.14556) 16264 : cluster [DBG] pgmap v14371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:25.621825+0000 mgr.y (mgr.14556) 16264 : cluster [DBG] pgmap v14371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:25.621825+0000 mgr.y (mgr.14556) 16264 : cluster [DBG] pgmap v14371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:28.356 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:44:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:44:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 9m ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:44:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 9m ago 7h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:44:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 9m ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:44:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 9m ago 7h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:44:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 9m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:44:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 9m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:44:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 9m ago 8h 1086M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:44:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 9m ago 8h 693M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:44:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 9m ago 8h 698M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:44:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 9m ago 7h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:44:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 9m ago 7h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:44:28.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 9m ago 8h 46.3M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:44:28.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 9m ago 8h 45.6M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:44:28.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 9m ago 8h 44.4M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:44:28.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 9m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:44:28.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 9m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:44:28.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 9m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:44:28.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 9m ago 7h 43.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:44:28.649 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (7h) 9m ago 7h 43.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:44:28.649 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 9m ago 7h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:44:29.001 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:44:29.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:44:29.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:44:29.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:44:29.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:44:29.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:44:29.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:44:29.001 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:44:29.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:44:29.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:44:29.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:44:29.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:44:29.002 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:44:29.002 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:44:29.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:44:29.002 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:44:29.002 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:44:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:27.622229+0000 mgr.y (mgr.14556) 16265 : cluster [DBG] pgmap v14372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:44:28.345361+0000 mgr.y (mgr.14556) 16266 : audit [DBG] from='client.31530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:44:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:44:29.001446+0000 mon.a (mon.0) 3578 : audit [DBG] from='client.? 172.21.15.23:0/2277714382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:44:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:27.622229+0000 mgr.y (mgr.14556) 16265 : cluster [DBG] pgmap v14372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:44:28.345361+0000 mgr.y (mgr.14556) 16266 : audit [DBG] from='client.31530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:44:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:44:29.001446+0000 mon.a (mon.0) 3578 : audit [DBG] from='client.? 172.21.15.23:0/2277714382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:44:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:27.622229+0000 mgr.y (mgr.14556) 16265 : cluster [DBG] pgmap v14372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:44:28.345361+0000 mgr.y (mgr.14556) 16266 : audit [DBG] from='client.31530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:44:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:44:29.001446+0000 mon.a (mon.0) 3578 : audit [DBG] from='client.? 172.21.15.23:0/2277714382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:44:30.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:44:28.640447+0000 mgr.y (mgr.14556) 16267 : audit [DBG] from='client.31536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:44:30.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:44:28.640447+0000 mgr.y (mgr.14556) 16267 : audit [DBG] from='client.31536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:44:30.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:44:28.640447+0000 mgr.y (mgr.14556) 16267 : audit [DBG] from='client.31536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:44:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:29.622618+0000 mgr.y (mgr.14556) 16268 : cluster [DBG] pgmap v14373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:29.622618+0000 mgr.y (mgr.14556) 16268 : cluster [DBG] pgmap v14373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:29.622618+0000 mgr.y (mgr.14556) 16268 : cluster [DBG] pgmap v14373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:44:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:31.623315+0000 mgr.y (mgr.14556) 16269 : cluster [DBG] pgmap v14374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:31.623315+0000 mgr.y (mgr.14556) 16269 : cluster [DBG] pgmap v14374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:31.623315+0000 mgr.y (mgr.14556) 16269 : cluster [DBG] pgmap v14374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:44:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:44:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:33.623670+0000 mgr.y (mgr.14556) 16270 : cluster [DBG] pgmap v14375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:33.623670+0000 mgr.y (mgr.14556) 16270 : cluster [DBG] pgmap v14375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:33.623670+0000 mgr.y (mgr.14556) 16270 : cluster [DBG] pgmap v14375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:35.624430+0000 mgr.y (mgr.14556) 16271 : cluster [DBG] pgmap v14376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:35.624430+0000 mgr.y (mgr.14556) 16271 : cluster [DBG] pgmap v14376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:35.624430+0000 mgr.y (mgr.14556) 16271 : cluster [DBG] pgmap v14376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:37.624772+0000 mgr.y (mgr.14556) 16272 : cluster [DBG] pgmap v14377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:37.624772+0000 mgr.y (mgr.14556) 16272 : cluster [DBG] pgmap v14377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:37.624772+0000 mgr.y (mgr.14556) 16272 : cluster [DBG] pgmap v14377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:39.625236+0000 mgr.y (mgr.14556) 16273 : cluster [DBG] pgmap v14378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:39.625236+0000 mgr.y (mgr.14556) 16273 : cluster [DBG] pgmap v14378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:39.625236+0000 mgr.y (mgr.14556) 16273 : cluster [DBG] pgmap v14378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:44:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:41.626082+0000 mgr.y (mgr.14556) 16274 : cluster [DBG] pgmap v14379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:41.626082+0000 mgr.y (mgr.14556) 16274 : cluster [DBG] pgmap v14379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:41.626082+0000 mgr.y (mgr.14556) 16274 : cluster [DBG] pgmap v14379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:44:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:44:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:43.626465+0000 mgr.y (mgr.14556) 16275 : cluster [DBG] pgmap v14380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:43.626465+0000 mgr.y (mgr.14556) 16275 : cluster [DBG] pgmap v14380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:43.626465+0000 mgr.y (mgr.14556) 16275 : cluster [DBG] pgmap v14380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:45.627196+0000 mgr.y (mgr.14556) 16276 : cluster [DBG] pgmap v14381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:45.627196+0000 mgr.y (mgr.14556) 16276 : cluster [DBG] pgmap v14381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:45.627196+0000 mgr.y (mgr.14556) 16276 : cluster [DBG] pgmap v14381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:47.627738+0000 mgr.y (mgr.14556) 16277 : cluster [DBG] pgmap v14382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:47.627738+0000 mgr.y (mgr.14556) 16277 : cluster [DBG] pgmap v14382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:47.627738+0000 mgr.y (mgr.14556) 16277 : cluster [DBG] pgmap v14382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:49.628165+0000 mgr.y (mgr.14556) 16278 : cluster [DBG] pgmap v14383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:49.628165+0000 mgr.y (mgr.14556) 16278 : cluster [DBG] pgmap v14383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:49.628165+0000 mgr.y (mgr.14556) 16278 : cluster [DBG] pgmap v14383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:44:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:51.628901+0000 mgr.y (mgr.14556) 16279 : cluster [DBG] pgmap v14384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:51.628901+0000 mgr.y (mgr.14556) 16279 : cluster [DBG] pgmap v14384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:51.628901+0000 mgr.y (mgr.14556) 16279 : cluster [DBG] pgmap v14384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:44:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:44:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:53.629497+0000 mgr.y (mgr.14556) 16280 : cluster [DBG] pgmap v14385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:53.629497+0000 mgr.y (mgr.14556) 16280 : cluster [DBG] pgmap v14385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:53.629497+0000 mgr.y (mgr.14556) 16280 : cluster [DBG] pgmap v14385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:44:55.624860+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:44:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:44:55.624860+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:44:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:44:55.624860+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:44:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:55.630084+0000 mgr.y (mgr.14556) 16281 : cluster [DBG] pgmap v14386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:55.630084+0000 mgr.y (mgr.14556) 16281 : cluster [DBG] pgmap v14386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:55.630084+0000 mgr.y (mgr.14556) 16281 : cluster [DBG] pgmap v14386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:59.318 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:44:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:57.630632+0000 mgr.y (mgr.14556) 16282 : cluster [DBG] pgmap v14387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:44:58.158445+0000 mon.a (mon.0) 3580 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:44:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:44:58.839471+0000 mon.a (mon.0) 3581 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:44:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:44:59.132757+0000 mon.a (mon.0) 3582 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:44:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:44:59.133475+0000 mon.a (mon.0) 3583 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:44:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:44:59.143054+0000 mon.a (mon.0) 3584 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:44:59.607 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:44:59.607 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 1s ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:44:59.607 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 0s ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:44:59.607 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (7h) 1s ago 7h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:44:59.607 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (7h) 0s ago 7h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:44:59.607 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 0s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:44:59.607 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 1s ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:44:59.607 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 1s ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:44:59.607 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 0s ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:44:59.607 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 1s ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:44:59.607 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 1s ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:44:59.607 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 0s ago 7h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:44:59.608 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 1s ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:44:59.608 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 1s ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:44:59.608 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 1s ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:44:59.608 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 1s ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:44:59.608 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 0s ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:44:59.608 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 0s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:44:59.608 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 0s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:44:59.608 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 0s ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:44:59.608 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 0s ago 7h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:44:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:57.630632+0000 mgr.y (mgr.14556) 16282 : cluster [DBG] pgmap v14387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:44:58.158445+0000 mon.a (mon.0) 3580 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:44:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:44:58.839471+0000 mon.a (mon.0) 3581 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:44:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:44:59.132757+0000 mon.a (mon.0) 3582 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:44:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:44:59.133475+0000 mon.a (mon.0) 3583 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:44:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:44:59.143054+0000 mon.a (mon.0) 3584 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:44:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:57.630632+0000 mgr.y (mgr.14556) 16282 : cluster [DBG] pgmap v14387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:44:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:44:58.158445+0000 mon.a (mon.0) 3580 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:44:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:44:58.839471+0000 mon.a (mon.0) 3581 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:44:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:44:59.132757+0000 mon.a (mon.0) 3582 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:44:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:44:59.133475+0000 mon.a (mon.0) 3583 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:44:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:44:59.143054+0000 mon.a (mon.0) 3584 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:44:59.959 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:44:59.959 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:44:59.959 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:44:59.959 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:44:59.959 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:44:59.959 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:44:59.960 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:44:59.960 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:44:59.960 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:44:59.960 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:44:59.960 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:44:59.960 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:44:59.960 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:44:59.960 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:44:59.960 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:44:59.960 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:44:59.960 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:45:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:44:59.306779+0000 mgr.y (mgr.14556) 16283 : audit [DBG] from='client.31548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:45:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:44:59.959758+0000 mon.c (mon.2) 401 : audit [DBG] from='client.? 172.21.15.23:0/580914549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:45:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:44:59.306779+0000 mgr.y (mgr.14556) 16283 : audit [DBG] from='client.31548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:45:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:44:59.959758+0000 mon.c (mon.2) 401 : audit [DBG] from='client.? 172.21.15.23:0/580914549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:45:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:44:59.306779+0000 mgr.y (mgr.14556) 16283 : audit [DBG] from='client.31548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:45:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:44:59.959758+0000 mon.c (mon.2) 401 : audit [DBG] from='client.? 172.21.15.23:0/580914549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:45:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:44:59.599477+0000 mgr.y (mgr.14556) 16284 : audit [DBG] from='client.41465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:45:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:44:59.631043+0000 mgr.y (mgr.14556) 16285 : cluster [DBG] pgmap v14388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:44:59.599477+0000 mgr.y (mgr.14556) 16284 : audit [DBG] from='client.41465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:45:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:44:59.631043+0000 mgr.y (mgr.14556) 16285 : cluster [DBG] pgmap v14388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:44:59.599477+0000 mgr.y (mgr.14556) 16284 : audit [DBG] from='client.41465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:45:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:44:59.631043+0000 mgr.y (mgr.14556) 16285 : cluster [DBG] pgmap v14388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:45:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:01.631665+0000 mgr.y (mgr.14556) 16286 : cluster [DBG] pgmap v14389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:01.631665+0000 mgr.y (mgr.14556) 16286 : cluster [DBG] pgmap v14389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:01.631665+0000 mgr.y (mgr.14556) 16286 : cluster [DBG] pgmap v14389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:45:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:45:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:03.632069+0000 mgr.y (mgr.14556) 16287 : cluster [DBG] pgmap v14390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:03.632069+0000 mgr.y (mgr.14556) 16287 : cluster [DBG] pgmap v14390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:03.632069+0000 mgr.y (mgr.14556) 16287 : cluster [DBG] pgmap v14390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:05.632872+0000 mgr.y (mgr.14556) 16288 : cluster [DBG] pgmap v14391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:05.632872+0000 mgr.y (mgr.14556) 16288 : cluster [DBG] pgmap v14391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:05.632872+0000 mgr.y (mgr.14556) 16288 : cluster [DBG] pgmap v14391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:07.633426+0000 mgr.y (mgr.14556) 16289 : cluster [DBG] pgmap v14392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:07.633426+0000 mgr.y (mgr.14556) 16289 : cluster [DBG] pgmap v14392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:07.633426+0000 mgr.y (mgr.14556) 16289 : cluster [DBG] pgmap v14392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:09.633773+0000 mgr.y (mgr.14556) 16290 : cluster [DBG] pgmap v14393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:09.633773+0000 mgr.y (mgr.14556) 16290 : cluster [DBG] pgmap v14393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:09.633773+0000 mgr.y (mgr.14556) 16290 : cluster [DBG] pgmap v14393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:45:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:11.634558+0000 mgr.y (mgr.14556) 16291 : cluster [DBG] pgmap v14394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:11.634558+0000 mgr.y (mgr.14556) 16291 : cluster [DBG] pgmap v14394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:11.634558+0000 mgr.y (mgr.14556) 16291 : cluster [DBG] pgmap v14394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:45:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:45:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:13.634936+0000 mgr.y (mgr.14556) 16292 : cluster [DBG] pgmap v14395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:13.634936+0000 mgr.y (mgr.14556) 16292 : cluster [DBG] pgmap v14395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:13.634936+0000 mgr.y (mgr.14556) 16292 : cluster [DBG] pgmap v14395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:15.635564+0000 mgr.y (mgr.14556) 16293 : cluster [DBG] pgmap v14396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:15.635564+0000 mgr.y (mgr.14556) 16293 : cluster [DBG] pgmap v14396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:15.635564+0000 mgr.y (mgr.14556) 16293 : cluster [DBG] pgmap v14396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:17.636017+0000 mgr.y (mgr.14556) 16294 : cluster [DBG] pgmap v14397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:17.636017+0000 mgr.y (mgr.14556) 16294 : cluster [DBG] pgmap v14397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:17.636017+0000 mgr.y (mgr.14556) 16294 : cluster [DBG] pgmap v14397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:19.636486+0000 mgr.y (mgr.14556) 16295 : cluster [DBG] pgmap v14398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:19.636486+0000 mgr.y (mgr.14556) 16295 : cluster [DBG] pgmap v14398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:19.636486+0000 mgr.y (mgr.14556) 16295 : cluster [DBG] pgmap v14398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:45:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:21.637142+0000 mgr.y (mgr.14556) 16296 : cluster [DBG] pgmap v14399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:21.637142+0000 mgr.y (mgr.14556) 16296 : cluster [DBG] pgmap v14399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:21.637142+0000 mgr.y (mgr.14556) 16296 : cluster [DBG] pgmap v14399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:45:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:45:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:23.637627+0000 mgr.y (mgr.14556) 16297 : cluster [DBG] pgmap v14400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:23.637627+0000 mgr.y (mgr.14556) 16297 : cluster [DBG] pgmap v14400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:23.637627+0000 mgr.y (mgr.14556) 16297 : cluster [DBG] pgmap v14400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:25.638210+0000 mgr.y (mgr.14556) 16298 : cluster [DBG] pgmap v14401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:25.638210+0000 mgr.y (mgr.14556) 16298 : cluster [DBG] pgmap v14401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:25.638210+0000 mgr.y (mgr.14556) 16298 : cluster [DBG] pgmap v14401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:27.638616+0000 mgr.y (mgr.14556) 16299 : cluster [DBG] pgmap v14402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:27.638616+0000 mgr.y (mgr.14556) 16299 : cluster [DBG] pgmap v14402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:27.638616+0000 mgr.y (mgr.14556) 16299 : cluster [DBG] pgmap v14402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:30.287 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:45:30.574 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:45:30.574 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 32s ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:45:30.574 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 31s ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:45:30.574 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 32s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:45:30.575 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 31s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:45:30.575 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 31s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:45:30.575 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 32s ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:45:30.575 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 32s ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:45:30.575 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 31s ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:45:30.575 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 32s ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:45:30.575 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7h) 32s ago 7h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:45:30.575 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (7h) 31s ago 7h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:45:30.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 32s ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:45:30.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 32s ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:45:30.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 32s ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:45:30.575 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 32s ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:45:30.577 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 31s ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:45:30.577 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 31s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:45:30.577 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 31s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:45:30.577 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 31s ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:45:30.577 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 31s ago 7h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:45:30.924 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:45:30.925 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:45:30.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:45:30.926 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:45:30.926 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:45:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:29.638969+0000 mgr.y (mgr.14556) 16300 : cluster [DBG] pgmap v14403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:45:30.275203+0000 mgr.y (mgr.14556) 16301 : audit [DBG] from='client.41477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:45:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:45:30.925205+0000 mon.a (mon.0) 3585 : audit [DBG] from='client.? 172.21.15.23:0/2908294391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:45:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:29.638969+0000 mgr.y (mgr.14556) 16300 : cluster [DBG] pgmap v14403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:45:30.275203+0000 mgr.y (mgr.14556) 16301 : audit [DBG] from='client.41477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:45:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:45:30.925205+0000 mon.a (mon.0) 3585 : audit [DBG] from='client.? 172.21.15.23:0/2908294391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:45:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:29.638969+0000 mgr.y (mgr.14556) 16300 : cluster [DBG] pgmap v14403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:45:30.275203+0000 mgr.y (mgr.14556) 16301 : audit [DBG] from='client.41477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:45:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:45:30.925205+0000 mon.a (mon.0) 3585 : audit [DBG] from='client.? 172.21.15.23:0/2908294391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:45:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:45:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:45:30.567034+0000 mgr.y (mgr.14556) 16302 : audit [DBG] from='client.41483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:45:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:45:30.567034+0000 mgr.y (mgr.14556) 16302 : audit [DBG] from='client.41483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:45:32.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:45:30.567034+0000 mgr.y (mgr.14556) 16302 : audit [DBG] from='client.41483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:45:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:31.639728+0000 mgr.y (mgr.14556) 16303 : cluster [DBG] pgmap v14404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:31.639728+0000 mgr.y (mgr.14556) 16303 : cluster [DBG] pgmap v14404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:31.639728+0000 mgr.y (mgr.14556) 16303 : cluster [DBG] pgmap v14404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:45:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:45:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:33.640248+0000 mgr.y (mgr.14556) 16304 : cluster [DBG] pgmap v14405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:33.640248+0000 mgr.y (mgr.14556) 16304 : cluster [DBG] pgmap v14405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:33.640248+0000 mgr.y (mgr.14556) 16304 : cluster [DBG] pgmap v14405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:35.640908+0000 mgr.y (mgr.14556) 16305 : cluster [DBG] pgmap v14406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:35.640908+0000 mgr.y (mgr.14556) 16305 : cluster [DBG] pgmap v14406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:35.640908+0000 mgr.y (mgr.14556) 16305 : cluster [DBG] pgmap v14406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:37.641506+0000 mgr.y (mgr.14556) 16306 : cluster [DBG] pgmap v14407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:37.641506+0000 mgr.y (mgr.14556) 16306 : cluster [DBG] pgmap v14407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:37.641506+0000 mgr.y (mgr.14556) 16306 : cluster [DBG] pgmap v14407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:39.641998+0000 mgr.y (mgr.14556) 16307 : cluster [DBG] pgmap v14408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:45:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:39.641998+0000 mgr.y (mgr.14556) 16307 : cluster [DBG] pgmap v14408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:39.641998+0000 mgr.y (mgr.14556) 16307 : cluster [DBG] pgmap v14408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:41.642654+0000 mgr.y (mgr.14556) 16308 : cluster [DBG] pgmap v14409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:41.642654+0000 mgr.y (mgr.14556) 16308 : cluster [DBG] pgmap v14409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:41.642654+0000 mgr.y (mgr.14556) 16308 : cluster [DBG] pgmap v14409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:45:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:45:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:43.643065+0000 mgr.y (mgr.14556) 16309 : cluster [DBG] pgmap v14410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:43.643065+0000 mgr.y (mgr.14556) 16309 : cluster [DBG] pgmap v14410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:44.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:43.643065+0000 mgr.y (mgr.14556) 16309 : cluster [DBG] pgmap v14410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:47.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:45.643939+0000 mgr.y (mgr.14556) 16310 : cluster [DBG] pgmap v14411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:45.643939+0000 mgr.y (mgr.14556) 16310 : cluster [DBG] pgmap v14411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:45.643939+0000 mgr.y (mgr.14556) 16310 : cluster [DBG] pgmap v14411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:47.644511+0000 mgr.y (mgr.14556) 16311 : cluster [DBG] pgmap v14412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:47.644511+0000 mgr.y (mgr.14556) 16311 : cluster [DBG] pgmap v14412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:47.644511+0000 mgr.y (mgr.14556) 16311 : cluster [DBG] pgmap v14412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:49.645014+0000 mgr.y (mgr.14556) 16312 : cluster [DBG] pgmap v14413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:49.645014+0000 mgr.y (mgr.14556) 16312 : cluster [DBG] pgmap v14413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:49.645014+0000 mgr.y (mgr.14556) 16312 : cluster [DBG] pgmap v14413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:45:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:51.645729+0000 mgr.y (mgr.14556) 16313 : cluster [DBG] pgmap v14414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:51.645729+0000 mgr.y (mgr.14556) 16313 : cluster [DBG] pgmap v14414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:51.645729+0000 mgr.y (mgr.14556) 16313 : cluster [DBG] pgmap v14414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:45:53] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:45:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:53.646171+0000 mgr.y (mgr.14556) 16314 : cluster [DBG] pgmap v14415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:53.646171+0000 mgr.y (mgr.14556) 16314 : cluster [DBG] pgmap v14415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:53.646171+0000 mgr.y (mgr.14556) 16314 : cluster [DBG] pgmap v14415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:55.646971+0000 mgr.y (mgr.14556) 16315 : cluster [DBG] pgmap v14416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:55.646971+0000 mgr.y (mgr.14556) 16315 : cluster [DBG] pgmap v14416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:55.646971+0000 mgr.y (mgr.14556) 16315 : cluster [DBG] pgmap v14416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:57.647396+0000 mgr.y (mgr.14556) 16316 : cluster [DBG] pgmap v14417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:57.647396+0000 mgr.y (mgr.14556) 16316 : cluster [DBG] pgmap v14417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:45:59.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:57.647396+0000 mgr.y (mgr.14556) 16316 : cluster [DBG] pgmap v14417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:45:59.147563+0000 mon.a (mon.0) 3586 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:46:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:45:59.457269+0000 mon.a (mon.0) 3587 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:46:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:45:59.457986+0000 mon.a (mon.0) 3588 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:46:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:45:59.464419+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:46:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:45:59.147563+0000 mon.a (mon.0) 3586 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:46:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:45:59.457269+0000 mon.a (mon.0) 3587 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:46:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:45:59.457986+0000 mon.a (mon.0) 3588 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:46:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:45:59.464419+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:46:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:45:59.147563+0000 mon.a (mon.0) 3586 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:46:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:45:59.457269+0000 mon.a (mon.0) 3587 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:46:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:45:59.457986+0000 mon.a (mon.0) 3588 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:46:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:45:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:45:59.464419+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:46:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:45:59.647723+0000 mgr.y (mgr.14556) 16317 : cluster [DBG] pgmap v14418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:45:59.647723+0000 mgr.y (mgr.14556) 16317 : cluster [DBG] pgmap v14418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:45:59.647723+0000 mgr.y (mgr.14556) 16317 : cluster [DBG] pgmap v14418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:01.249 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:46:01.535 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:46:01.535 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 63s ago 7h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:46:01.535 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (7h) 62s ago 7h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:46:01.535 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 63s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:46:01.535 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 62s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:46:01.535 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 62s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:46:01.535 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 63s ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 63s ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 62s ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 63s ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 63s ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 62s ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 63s ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 63s ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 63s ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 63s ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 62s ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 62s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 62s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 62s ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:46:01.536 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 62s ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:46:01.812 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:46:01.890 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:46:01.890 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:46:01.890 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:46:01.890 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:46:01.890 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:46:01.890 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:46:01.891 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:46:01.891 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:46:01.891 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:46:01.891 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:46:01.891 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:46:01.891 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:46:01.891 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:46:01.891 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:46:01.891 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:46:01.891 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:46:01.891 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:46:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:46:01.238484+0000 mgr.y (mgr.14556) 16318 : audit [DBG] from='client.41495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:46:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:46:01.238484+0000 mgr.y (mgr.14556) 16318 : audit [DBG] from='client.41495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:46:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:46:01.238484+0000 mgr.y (mgr.14556) 16318 : audit [DBG] from='client.41495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:46:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:46:01.527678+0000 mgr.y (mgr.14556) 16319 : audit [DBG] from='client.41501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:46:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:01.648229+0000 mgr.y (mgr.14556) 16320 : cluster [DBG] pgmap v14419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:46:01.890637+0000 mon.c (mon.2) 402 : audit [DBG] from='client.? 172.21.15.23:0/29404162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:46:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:46:01.527678+0000 mgr.y (mgr.14556) 16319 : audit [DBG] from='client.41501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:46:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:01.648229+0000 mgr.y (mgr.14556) 16320 : cluster [DBG] pgmap v14419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:46:01.890637+0000 mon.c (mon.2) 402 : audit [DBG] from='client.? 172.21.15.23:0/29404162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:46:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:46:01.527678+0000 mgr.y (mgr.14556) 16319 : audit [DBG] from='client.41501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:46:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:01.648229+0000 mgr.y (mgr.14556) 16320 : cluster [DBG] pgmap v14419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:46:01.890637+0000 mon.c (mon.2) 402 : audit [DBG] from='client.? 172.21.15.23:0/29404162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:46:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:46:03] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:46:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:03.648671+0000 mgr.y (mgr.14556) 16321 : cluster [DBG] pgmap v14420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:03.648671+0000 mgr.y (mgr.14556) 16321 : cluster [DBG] pgmap v14420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:03.648671+0000 mgr.y (mgr.14556) 16321 : cluster [DBG] pgmap v14420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:05.649536+0000 mgr.y (mgr.14556) 16322 : cluster [DBG] pgmap v14421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:05.649536+0000 mgr.y (mgr.14556) 16322 : cluster [DBG] pgmap v14421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:05.649536+0000 mgr.y (mgr.14556) 16322 : cluster [DBG] pgmap v14421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:07.649983+0000 mgr.y (mgr.14556) 16323 : cluster [DBG] pgmap v14422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:07.649983+0000 mgr.y (mgr.14556) 16323 : cluster [DBG] pgmap v14422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:07.649983+0000 mgr.y (mgr.14556) 16323 : cluster [DBG] pgmap v14422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:09.650554+0000 mgr.y (mgr.14556) 16324 : cluster [DBG] pgmap v14423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:09.650554+0000 mgr.y (mgr.14556) 16324 : cluster [DBG] pgmap v14423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:09.650554+0000 mgr.y (mgr.14556) 16324 : cluster [DBG] pgmap v14423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:46:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:11.651136+0000 mgr.y (mgr.14556) 16325 : cluster [DBG] pgmap v14424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:11.651136+0000 mgr.y (mgr.14556) 16325 : cluster [DBG] pgmap v14424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:11.651136+0000 mgr.y (mgr.14556) 16325 : cluster [DBG] pgmap v14424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:46:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:46:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:13.651665+0000 mgr.y (mgr.14556) 16326 : cluster [DBG] pgmap v14425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:13.651665+0000 mgr.y (mgr.14556) 16326 : cluster [DBG] pgmap v14425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:13.651665+0000 mgr.y (mgr.14556) 16326 : cluster [DBG] pgmap v14425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:17.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:15.652310+0000 mgr.y (mgr.14556) 16327 : cluster [DBG] pgmap v14426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:15.652310+0000 mgr.y (mgr.14556) 16327 : cluster [DBG] pgmap v14426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:15.652310+0000 mgr.y (mgr.14556) 16327 : cluster [DBG] pgmap v14426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:19.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:17.652832+0000 mgr.y (mgr.14556) 16328 : cluster [DBG] pgmap v14427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:17.652832+0000 mgr.y (mgr.14556) 16328 : cluster [DBG] pgmap v14427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:17.652832+0000 mgr.y (mgr.14556) 16328 : cluster [DBG] pgmap v14427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:19.653234+0000 mgr.y (mgr.14556) 16329 : cluster [DBG] pgmap v14428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:19.653234+0000 mgr.y (mgr.14556) 16329 : cluster [DBG] pgmap v14428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:19.653234+0000 mgr.y (mgr.14556) 16329 : cluster [DBG] pgmap v14428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:46:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:21.653951+0000 mgr.y (mgr.14556) 16330 : cluster [DBG] pgmap v14429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:21.653951+0000 mgr.y (mgr.14556) 16330 : cluster [DBG] pgmap v14429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:21.653951+0000 mgr.y (mgr.14556) 16330 : cluster [DBG] pgmap v14429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:46:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:46:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:23.654427+0000 mgr.y (mgr.14556) 16331 : cluster [DBG] pgmap v14430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:23.654427+0000 mgr.y (mgr.14556) 16331 : cluster [DBG] pgmap v14430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:23.654427+0000 mgr.y (mgr.14556) 16331 : cluster [DBG] pgmap v14430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:25.655092+0000 mgr.y (mgr.14556) 16332 : cluster [DBG] pgmap v14431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:25.655092+0000 mgr.y (mgr.14556) 16332 : cluster [DBG] pgmap v14431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:25.655092+0000 mgr.y (mgr.14556) 16332 : cluster [DBG] pgmap v14431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:27.655546+0000 mgr.y (mgr.14556) 16333 : cluster [DBG] pgmap v14432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:27.655546+0000 mgr.y (mgr.14556) 16333 : cluster [DBG] pgmap v14432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:27.655546+0000 mgr.y (mgr.14556) 16333 : cluster [DBG] pgmap v14432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:29.655901+0000 mgr.y (mgr.14556) 16334 : cluster [DBG] pgmap v14433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:29.655901+0000 mgr.y (mgr.14556) 16334 : cluster [DBG] pgmap v14433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:29.655901+0000 mgr.y (mgr.14556) 16334 : cluster [DBG] pgmap v14433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:46:32.213 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:46:32.502 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:46:32.502 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7h) 94s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 93s ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 94s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 93s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 93s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 94s ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 94s ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 93s ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 94s ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 94s ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 93s ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 94s ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 94s ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 94s ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 94s ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 93s ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:46:32.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 93s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:46:32.504 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 93s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:46:32.504 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 93s ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:46:32.504 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 93s ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:46:32.851 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:46:32.851 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:46:32.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:46:32.852 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:46:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:31.656573+0000 mgr.y (mgr.14556) 16335 : cluster [DBG] pgmap v14434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:46:32.201992+0000 mgr.y (mgr.14556) 16336 : audit [DBG] from='client.31602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:46:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:46:32.852060+0000 mon.c (mon.2) 403 : audit [DBG] from='client.? 172.21.15.23:0/1002828900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:46:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:31.656573+0000 mgr.y (mgr.14556) 16335 : cluster [DBG] pgmap v14434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:46:32.201992+0000 mgr.y (mgr.14556) 16336 : audit [DBG] from='client.31602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:46:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:46:32.852060+0000 mon.c (mon.2) 403 : audit [DBG] from='client.? 172.21.15.23:0/1002828900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:46:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:31.656573+0000 mgr.y (mgr.14556) 16335 : cluster [DBG] pgmap v14434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:46:32.201992+0000 mgr.y (mgr.14556) 16336 : audit [DBG] from='client.31602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:46:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:46:32.852060+0000 mon.c (mon.2) 403 : audit [DBG] from='client.? 172.21.15.23:0/1002828900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:46:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:46:32.495089+0000 mgr.y (mgr.14556) 16337 : audit [DBG] from='client.31608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:46:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:46:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:46:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:46:32.495089+0000 mgr.y (mgr.14556) 16337 : audit [DBG] from='client.31608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:46:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:46:32.495089+0000 mgr.y (mgr.14556) 16337 : audit [DBG] from='client.31608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:46:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:33.656978+0000 mgr.y (mgr.14556) 16338 : cluster [DBG] pgmap v14435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:33.656978+0000 mgr.y (mgr.14556) 16338 : cluster [DBG] pgmap v14435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:33.656978+0000 mgr.y (mgr.14556) 16338 : cluster [DBG] pgmap v14435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:35.657597+0000 mgr.y (mgr.14556) 16339 : cluster [DBG] pgmap v14436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:35.657597+0000 mgr.y (mgr.14556) 16339 : cluster [DBG] pgmap v14436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:35.657597+0000 mgr.y (mgr.14556) 16339 : cluster [DBG] pgmap v14436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:37.658101+0000 mgr.y (mgr.14556) 16340 : cluster [DBG] pgmap v14437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:37.658101+0000 mgr.y (mgr.14556) 16340 : cluster [DBG] pgmap v14437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:37.658101+0000 mgr.y (mgr.14556) 16340 : cluster [DBG] pgmap v14437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:39.658514+0000 mgr.y (mgr.14556) 16341 : cluster [DBG] pgmap v14438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:39.658514+0000 mgr.y (mgr.14556) 16341 : cluster [DBG] pgmap v14438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:39.658514+0000 mgr.y (mgr.14556) 16341 : cluster [DBG] pgmap v14438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:46:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:41.659156+0000 mgr.y (mgr.14556) 16342 : cluster [DBG] pgmap v14439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:41.659156+0000 mgr.y (mgr.14556) 16342 : cluster [DBG] pgmap v14439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:41.659156+0000 mgr.y (mgr.14556) 16342 : cluster [DBG] pgmap v14439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:46:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:46:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:43.659627+0000 mgr.y (mgr.14556) 16343 : cluster [DBG] pgmap v14440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:43.659627+0000 mgr.y (mgr.14556) 16343 : cluster [DBG] pgmap v14440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:43.659627+0000 mgr.y (mgr.14556) 16343 : cluster [DBG] pgmap v14440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:45.660260+0000 mgr.y (mgr.14556) 16344 : cluster [DBG] pgmap v14441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:45.660260+0000 mgr.y (mgr.14556) 16344 : cluster [DBG] pgmap v14441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:45.660260+0000 mgr.y (mgr.14556) 16344 : cluster [DBG] pgmap v14441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:47.660647+0000 mgr.y (mgr.14556) 16345 : cluster [DBG] pgmap v14442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:47.660647+0000 mgr.y (mgr.14556) 16345 : cluster [DBG] pgmap v14442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:47.660647+0000 mgr.y (mgr.14556) 16345 : cluster [DBG] pgmap v14442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:49.661076+0000 mgr.y (mgr.14556) 16346 : cluster [DBG] pgmap v14443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:49.661076+0000 mgr.y (mgr.14556) 16346 : cluster [DBG] pgmap v14443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:49.661076+0000 mgr.y (mgr.14556) 16346 : cluster [DBG] pgmap v14443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:46:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:51.661941+0000 mgr.y (mgr.14556) 16347 : cluster [DBG] pgmap v14444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:51.661941+0000 mgr.y (mgr.14556) 16347 : cluster [DBG] pgmap v14444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:51.661941+0000 mgr.y (mgr.14556) 16347 : cluster [DBG] pgmap v14444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:46:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:46:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:53.662302+0000 mgr.y (mgr.14556) 16348 : cluster [DBG] pgmap v14445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:53.662302+0000 mgr.y (mgr.14556) 16348 : cluster [DBG] pgmap v14445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:53.662302+0000 mgr.y (mgr.14556) 16348 : cluster [DBG] pgmap v14445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:55.662879+0000 mgr.y (mgr.14556) 16349 : cluster [DBG] pgmap v14446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:55.662879+0000 mgr.y (mgr.14556) 16349 : cluster [DBG] pgmap v14446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:55.662879+0000 mgr.y (mgr.14556) 16349 : cluster [DBG] pgmap v14446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:57.663291+0000 mgr.y (mgr.14556) 16350 : cluster [DBG] pgmap v14447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:57.663291+0000 mgr.y (mgr.14556) 16350 : cluster [DBG] pgmap v14447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:46:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:46:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:57.663291+0000 mgr.y (mgr.14556) 16350 : cluster [DBG] pgmap v14447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:46:59.469644+0000 mon.a (mon.0) 3590 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:47:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:46:59.778022+0000 mon.a (mon.0) 3591 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:47:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:46:59.778693+0000 mon.a (mon.0) 3592 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:47:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:46:59.786156+0000 mon.a (mon.0) 3593 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:47:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:46:59.469644+0000 mon.a (mon.0) 3590 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:47:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:46:59.778022+0000 mon.a (mon.0) 3591 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:47:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:46:59.778693+0000 mon.a (mon.0) 3592 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:47:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:46:59.786156+0000 mon.a (mon.0) 3593 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:47:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:46:59.469644+0000 mon.a (mon.0) 3590 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:47:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:46:59.778022+0000 mon.a (mon.0) 3591 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:47:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:46:59.778693+0000 mon.a (mon.0) 3592 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:47:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:46:59.786156+0000 mon.a (mon.0) 3593 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:47:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:46:59.663673+0000 mgr.y (mgr.14556) 16351 : cluster [DBG] pgmap v14448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:46:59.663673+0000 mgr.y (mgr.14556) 16351 : cluster [DBG] pgmap v14448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:46:59.663673+0000 mgr.y (mgr.14556) 16351 : cluster [DBG] pgmap v14448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:47:03.182 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:47:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:01.664522+0000 mgr.y (mgr.14556) 16352 : cluster [DBG] pgmap v14449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:01.664522+0000 mgr.y (mgr.14556) 16352 : cluster [DBG] pgmap v14449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:01.664522+0000 mgr.y (mgr.14556) 16352 : cluster [DBG] pgmap v14449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:03.470 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 2m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 2m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 2m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 2m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 2m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2m ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2m ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2m ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:47:03.471 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:47:03.472 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 2m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:47:03.472 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 2m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:47:03.472 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 2m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:47:03.472 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 2m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:47:03.472 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (7h) 2m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:47:03.821 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:47:03.821 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:47:03.822 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:47:03.823 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:47:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:47:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:47:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:47:03.170311+0000 mgr.y (mgr.14556) 16353 : audit [DBG] from='client.31620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:47:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:47:03.822078+0000 mon.c (mon.2) 404 : audit [DBG] from='client.? 172.21.15.23:0/1229439571' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:47:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:47:03.170311+0000 mgr.y (mgr.14556) 16353 : audit [DBG] from='client.31620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:47:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:47:03.822078+0000 mon.c (mon.2) 404 : audit [DBG] from='client.? 172.21.15.23:0/1229439571' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:47:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:47:03.170311+0000 mgr.y (mgr.14556) 16353 : audit [DBG] from='client.31620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:47:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:47:03.822078+0000 mon.c (mon.2) 404 : audit [DBG] from='client.? 172.21.15.23:0/1229439571' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:47:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:47:03.462865+0000 mgr.y (mgr.14556) 16354 : audit [DBG] from='client.41537 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:47:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:03.664883+0000 mgr.y (mgr.14556) 16355 : cluster [DBG] pgmap v14450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:47:03.462865+0000 mgr.y (mgr.14556) 16354 : audit [DBG] from='client.41537 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:47:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:03.664883+0000 mgr.y (mgr.14556) 16355 : cluster [DBG] pgmap v14450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:47:03.462865+0000 mgr.y (mgr.14556) 16354 : audit [DBG] from='client.41537 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:47:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:03.664883+0000 mgr.y (mgr.14556) 16355 : cluster [DBG] pgmap v14450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:05.665669+0000 mgr.y (mgr.14556) 16356 : cluster [DBG] pgmap v14451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:05.665669+0000 mgr.y (mgr.14556) 16356 : cluster [DBG] pgmap v14451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:05.665669+0000 mgr.y (mgr.14556) 16356 : cluster [DBG] pgmap v14451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:07.666174+0000 mgr.y (mgr.14556) 16357 : cluster [DBG] pgmap v14452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:07.666174+0000 mgr.y (mgr.14556) 16357 : cluster [DBG] pgmap v14452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:07.666174+0000 mgr.y (mgr.14556) 16357 : cluster [DBG] pgmap v14452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:09.666593+0000 mgr.y (mgr.14556) 16358 : cluster [DBG] pgmap v14453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:09.666593+0000 mgr.y (mgr.14556) 16358 : cluster [DBG] pgmap v14453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:09.666593+0000 mgr.y (mgr.14556) 16358 : cluster [DBG] pgmap v14453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:47:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:11.667271+0000 mgr.y (mgr.14556) 16359 : cluster [DBG] pgmap v14454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:11.667271+0000 mgr.y (mgr.14556) 16359 : cluster [DBG] pgmap v14454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:11.667271+0000 mgr.y (mgr.14556) 16359 : cluster [DBG] pgmap v14454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:47:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:47:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:13.667727+0000 mgr.y (mgr.14556) 16360 : cluster [DBG] pgmap v14455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:13.667727+0000 mgr.y (mgr.14556) 16360 : cluster [DBG] pgmap v14455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:13.667727+0000 mgr.y (mgr.14556) 16360 : cluster [DBG] pgmap v14455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:15.668319+0000 mgr.y (mgr.14556) 16361 : cluster [DBG] pgmap v14456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:15.668319+0000 mgr.y (mgr.14556) 16361 : cluster [DBG] pgmap v14456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:15.668319+0000 mgr.y (mgr.14556) 16361 : cluster [DBG] pgmap v14456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:17.668837+0000 mgr.y (mgr.14556) 16362 : cluster [DBG] pgmap v14457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:17.668837+0000 mgr.y (mgr.14556) 16362 : cluster [DBG] pgmap v14457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:17.668837+0000 mgr.y (mgr.14556) 16362 : cluster [DBG] pgmap v14457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:19.669223+0000 mgr.y (mgr.14556) 16363 : cluster [DBG] pgmap v14458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:19.669223+0000 mgr.y (mgr.14556) 16363 : cluster [DBG] pgmap v14458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:19.669223+0000 mgr.y (mgr.14556) 16363 : cluster [DBG] pgmap v14458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:47:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:21.669949+0000 mgr.y (mgr.14556) 16364 : cluster [DBG] pgmap v14459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:21.669949+0000 mgr.y (mgr.14556) 16364 : cluster [DBG] pgmap v14459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:21.669949+0000 mgr.y (mgr.14556) 16364 : cluster [DBG] pgmap v14459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:47:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:47:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:23.670469+0000 mgr.y (mgr.14556) 16365 : cluster [DBG] pgmap v14460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:23.670469+0000 mgr.y (mgr.14556) 16365 : cluster [DBG] pgmap v14460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:23.670469+0000 mgr.y (mgr.14556) 16365 : cluster [DBG] pgmap v14460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:25.671142+0000 mgr.y (mgr.14556) 16366 : cluster [DBG] pgmap v14461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:25.671142+0000 mgr.y (mgr.14556) 16366 : cluster [DBG] pgmap v14461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:25.671142+0000 mgr.y (mgr.14556) 16366 : cluster [DBG] pgmap v14461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:27.671700+0000 mgr.y (mgr.14556) 16367 : cluster [DBG] pgmap v14462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:27.671700+0000 mgr.y (mgr.14556) 16367 : cluster [DBG] pgmap v14462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:27.671700+0000 mgr.y (mgr.14556) 16367 : cluster [DBG] pgmap v14462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:31.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:29.672099+0000 mgr.y (mgr.14556) 16368 : cluster [DBG] pgmap v14463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:29.672099+0000 mgr.y (mgr.14556) 16368 : cluster [DBG] pgmap v14463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:29.672099+0000 mgr.y (mgr.14556) 16368 : cluster [DBG] pgmap v14463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:47:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:31.672868+0000 mgr.y (mgr.14556) 16369 : cluster [DBG] pgmap v14464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:31.672868+0000 mgr.y (mgr.14556) 16369 : cluster [DBG] pgmap v14464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:31.672868+0000 mgr.y (mgr.14556) 16369 : cluster [DBG] pgmap v14464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:47:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T14:47:34.147 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:47:34.435 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 2m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 2m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 2m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 2m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 2m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2m ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2m ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:47:34.436 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2m ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:47:34.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:47:34.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 2m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:47:34.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 2m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:47:34.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 2m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:47:34.437 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 2m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:47:34.437 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 2m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:47:34.786 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:47:34.786 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:47:34.786 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:47:34.786 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:47:34.786 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:47:34.786 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:47:34.786 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:47:34.786 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:47:34.786 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:47:34.786 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:47:34.786 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:47:34.786 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:47:34.787 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:47:34.787 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:47:34.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:47:34.787 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:47:34.787 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:47:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:33.673247+0000 mgr.y (mgr.14556) 16370 : cluster [DBG] pgmap v14465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:47:34.135791+0000 mgr.y (mgr.14556) 16371 : audit [DBG] from='client.31638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:47:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:47:34.786381+0000 mon.c (mon.2) 405 : audit [DBG] from='client.? 172.21.15.23:0/1801669427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:47:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:33.673247+0000 mgr.y (mgr.14556) 16370 : cluster [DBG] pgmap v14465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:47:34.135791+0000 mgr.y (mgr.14556) 16371 : audit [DBG] from='client.31638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:47:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:47:34.786381+0000 mon.c (mon.2) 405 : audit [DBG] from='client.? 172.21.15.23:0/1801669427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:47:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:33.673247+0000 mgr.y (mgr.14556) 16370 : cluster [DBG] pgmap v14465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:47:34.135791+0000 mgr.y (mgr.14556) 16371 : audit [DBG] from='client.31638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:47:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:47:34.786381+0000 mon.c (mon.2) 405 : audit [DBG] from='client.? 172.21.15.23:0/1801669427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:47:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:47:34.428148+0000 mgr.y (mgr.14556) 16372 : audit [DBG] from='client.41555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:47:36.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:47:34.428148+0000 mgr.y (mgr.14556) 16372 : audit [DBG] from='client.41555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:47:36.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:47:34.428148+0000 mgr.y (mgr.14556) 16372 : audit [DBG] from='client.41555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:47:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:35.674027+0000 mgr.y (mgr.14556) 16373 : cluster [DBG] pgmap v14466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:35.674027+0000 mgr.y (mgr.14556) 16373 : cluster [DBG] pgmap v14466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:35.674027+0000 mgr.y (mgr.14556) 16373 : cluster [DBG] pgmap v14466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:37.674503+0000 mgr.y (mgr.14556) 16374 : cluster [DBG] pgmap v14467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:37.674503+0000 mgr.y (mgr.14556) 16374 : cluster [DBG] pgmap v14467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:37.674503+0000 mgr.y (mgr.14556) 16374 : cluster [DBG] pgmap v14467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:39.675133+0000 mgr.y (mgr.14556) 16375 : cluster [DBG] pgmap v14468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:39.675133+0000 mgr.y (mgr.14556) 16375 : cluster [DBG] pgmap v14468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:39.675133+0000 mgr.y (mgr.14556) 16375 : cluster [DBG] pgmap v14468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:47:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:41.675801+0000 mgr.y (mgr.14556) 16376 : cluster [DBG] pgmap v14469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:41.675801+0000 mgr.y (mgr.14556) 16376 : cluster [DBG] pgmap v14469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:41.675801+0000 mgr.y (mgr.14556) 16376 : cluster [DBG] pgmap v14469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:47:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:47:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:43.676302+0000 mgr.y (mgr.14556) 16377 : cluster [DBG] pgmap v14470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:43.676302+0000 mgr.y (mgr.14556) 16377 : cluster [DBG] pgmap v14470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:43.676302+0000 mgr.y (mgr.14556) 16377 : cluster [DBG] pgmap v14470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:45.677123+0000 mgr.y (mgr.14556) 16378 : cluster [DBG] pgmap v14471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:45.677123+0000 mgr.y (mgr.14556) 16378 : cluster [DBG] pgmap v14471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:45.677123+0000 mgr.y (mgr.14556) 16378 : cluster [DBG] pgmap v14471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:47.677654+0000 mgr.y (mgr.14556) 16379 : cluster [DBG] pgmap v14472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:47.677654+0000 mgr.y (mgr.14556) 16379 : cluster [DBG] pgmap v14472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:47.677654+0000 mgr.y (mgr.14556) 16379 : cluster [DBG] pgmap v14472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:49.678167+0000 mgr.y (mgr.14556) 16380 : cluster [DBG] pgmap v14473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:49.678167+0000 mgr.y (mgr.14556) 16380 : cluster [DBG] pgmap v14473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:49.678167+0000 mgr.y (mgr.14556) 16380 : cluster [DBG] pgmap v14473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:47:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:51.678778+0000 mgr.y (mgr.14556) 16381 : cluster [DBG] pgmap v14474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:51.678778+0000 mgr.y (mgr.14556) 16381 : cluster [DBG] pgmap v14474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:51.678778+0000 mgr.y (mgr.14556) 16381 : cluster [DBG] pgmap v14474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:47:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:47:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:53.679284+0000 mgr.y (mgr.14556) 16382 : cluster [DBG] pgmap v14475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:53.679284+0000 mgr.y (mgr.14556) 16382 : cluster [DBG] pgmap v14475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:53.679284+0000 mgr.y (mgr.14556) 16382 : cluster [DBG] pgmap v14475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:55.680043+0000 mgr.y (mgr.14556) 16383 : cluster [DBG] pgmap v14476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:55.680043+0000 mgr.y (mgr.14556) 16383 : cluster [DBG] pgmap v14476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:55.680043+0000 mgr.y (mgr.14556) 16383 : cluster [DBG] pgmap v14476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:47:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:57.680501+0000 mgr.y (mgr.14556) 16384 : cluster [DBG] pgmap v14477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:57.680501+0000 mgr.y (mgr.14556) 16384 : cluster [DBG] pgmap v14477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:47:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:57.680501+0000 mgr.y (mgr.14556) 16384 : cluster [DBG] pgmap v14477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:47:59.790659+0000 mon.a (mon.0) 3594 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:48:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:48:00.046184+0000 mon.a (mon.0) 3595 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:48:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:48:00.056935+0000 mon.a (mon.0) 3596 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:48:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:48:00.334499+0000 mon.a (mon.0) 3597 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:48:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:48:00.335188+0000 mon.a (mon.0) 3598 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:48:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:48:00.344031+0000 mon.a (mon.0) 3599 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:48:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:47:59.790659+0000 mon.a (mon.0) 3594 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:48:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:48:00.046184+0000 mon.a (mon.0) 3595 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:48:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:48:00.056935+0000 mon.a (mon.0) 3596 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:48:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:48:00.334499+0000 mon.a (mon.0) 3597 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:48:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:48:00.335188+0000 mon.a (mon.0) 3598 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:48:00.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:48:00.344031+0000 mon.a (mon.0) 3599 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:48:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:47:59.790659+0000 mon.a (mon.0) 3594 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:48:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:48:00.046184+0000 mon.a (mon.0) 3595 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:48:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:48:00.056935+0000 mon.a (mon.0) 3596 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:48:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:48:00.334499+0000 mon.a (mon.0) 3597 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:48:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:48:00.335188+0000 mon.a (mon.0) 3598 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:48:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:48:00.344031+0000 mon.a (mon.0) 3599 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:48:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:47:59.681007+0000 mgr.y (mgr.14556) 16385 : cluster [DBG] pgmap v14478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:48:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:47:59.681007+0000 mgr.y (mgr.14556) 16385 : cluster [DBG] pgmap v14478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:47:59.681007+0000 mgr.y (mgr.14556) 16385 : cluster [DBG] pgmap v14478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:01.681903+0000 mgr.y (mgr.14556) 16386 : cluster [DBG] pgmap v14479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:03.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:01.681903+0000 mgr.y (mgr.14556) 16386 : cluster [DBG] pgmap v14479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:01.681903+0000 mgr.y (mgr.14556) 16386 : cluster [DBG] pgmap v14479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:48:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:48:05.109 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:48:05.397 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:48:05.397 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 3m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:48:05.397 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 3m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:48:05.397 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 3m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:48:05.397 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 3m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 3m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 3m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 3m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 3m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 3m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 3m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 3m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 3m ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 3m ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 3m ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 3m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 3m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 3m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:48:05.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 3m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:48:05.399 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 3m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:48:05.399 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 3m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:48:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:03.682450+0000 mgr.y (mgr.14556) 16387 : cluster [DBG] pgmap v14480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:05.750 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:48:05.750 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:48:05.750 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:48:05.750 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:48:05.750 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:48:05.750 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:48:05.750 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:48:05.750 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:48:05.750 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:48:05.750 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:48:05.750 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:48:05.750 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:48:05.751 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:48:05.751 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:48:05.751 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:48:05.751 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:48:05.751 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:48:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:03.682450+0000 mgr.y (mgr.14556) 16387 : cluster [DBG] pgmap v14480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:03.682450+0000 mgr.y (mgr.14556) 16387 : cluster [DBG] pgmap v14480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:48:05.097716+0000 mgr.y (mgr.14556) 16388 : audit [DBG] from='client.31656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:48:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:48:05.389846+0000 mgr.y (mgr.14556) 16389 : audit [DBG] from='client.41573 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:48:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:48:05.750579+0000 mon.a (mon.0) 3600 : audit [DBG] from='client.? 172.21.15.23:0/3790254401' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:48:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:48:05.097716+0000 mgr.y (mgr.14556) 16388 : audit [DBG] from='client.31656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:48:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:48:05.389846+0000 mgr.y (mgr.14556) 16389 : audit [DBG] from='client.41573 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:48:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:48:05.750579+0000 mon.a (mon.0) 3600 : audit [DBG] from='client.? 172.21.15.23:0/3790254401' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:48:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:48:05.097716+0000 mgr.y (mgr.14556) 16388 : audit [DBG] from='client.31656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:48:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:48:05.389846+0000 mgr.y (mgr.14556) 16389 : audit [DBG] from='client.41573 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:48:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:48:05.750579+0000 mon.a (mon.0) 3600 : audit [DBG] from='client.? 172.21.15.23:0/3790254401' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:48:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:05.683153+0000 mgr.y (mgr.14556) 16390 : cluster [DBG] pgmap v14481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:05.683153+0000 mgr.y (mgr.14556) 16390 : cluster [DBG] pgmap v14481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:05.683153+0000 mgr.y (mgr.14556) 16390 : cluster [DBG] pgmap v14481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:07.683753+0000 mgr.y (mgr.14556) 16391 : cluster [DBG] pgmap v14482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:07.683753+0000 mgr.y (mgr.14556) 16391 : cluster [DBG] pgmap v14482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:07.683753+0000 mgr.y (mgr.14556) 16391 : cluster [DBG] pgmap v14482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:09.684193+0000 mgr.y (mgr.14556) 16392 : cluster [DBG] pgmap v14483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:09.684193+0000 mgr.y (mgr.14556) 16392 : cluster [DBG] pgmap v14483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:09.684193+0000 mgr.y (mgr.14556) 16392 : cluster [DBG] pgmap v14483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:48:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:11.684923+0000 mgr.y (mgr.14556) 16393 : cluster [DBG] pgmap v14484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:11.684923+0000 mgr.y (mgr.14556) 16393 : cluster [DBG] pgmap v14484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:11.684923+0000 mgr.y (mgr.14556) 16393 : cluster [DBG] pgmap v14484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:48:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:48:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:13.685454+0000 mgr.y (mgr.14556) 16394 : cluster [DBG] pgmap v14485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:13.685454+0000 mgr.y (mgr.14556) 16394 : cluster [DBG] pgmap v14485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:13.685454+0000 mgr.y (mgr.14556) 16394 : cluster [DBG] pgmap v14485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:15.686105+0000 mgr.y (mgr.14556) 16395 : cluster [DBG] pgmap v14486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:15.686105+0000 mgr.y (mgr.14556) 16395 : cluster [DBG] pgmap v14486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:15.686105+0000 mgr.y (mgr.14556) 16395 : cluster [DBG] pgmap v14486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:17.686678+0000 mgr.y (mgr.14556) 16396 : cluster [DBG] pgmap v14487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:17.686678+0000 mgr.y (mgr.14556) 16396 : cluster [DBG] pgmap v14487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:17.686678+0000 mgr.y (mgr.14556) 16396 : cluster [DBG] pgmap v14487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:21.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:19.686993+0000 mgr.y (mgr.14556) 16397 : cluster [DBG] pgmap v14488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:19.686993+0000 mgr.y (mgr.14556) 16397 : cluster [DBG] pgmap v14488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:19.686993+0000 mgr.y (mgr.14556) 16397 : cluster [DBG] pgmap v14488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:48:23.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:21.687700+0000 mgr.y (mgr.14556) 16398 : cluster [DBG] pgmap v14489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:21.687700+0000 mgr.y (mgr.14556) 16398 : cluster [DBG] pgmap v14489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:21.687700+0000 mgr.y (mgr.14556) 16398 : cluster [DBG] pgmap v14489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:48:23] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:48:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:23.688195+0000 mgr.y (mgr.14556) 16399 : cluster [DBG] pgmap v14490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:23.688195+0000 mgr.y (mgr.14556) 16399 : cluster [DBG] pgmap v14490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:23.688195+0000 mgr.y (mgr.14556) 16399 : cluster [DBG] pgmap v14490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:25.688893+0000 mgr.y (mgr.14556) 16400 : cluster [DBG] pgmap v14491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:25.688893+0000 mgr.y (mgr.14556) 16400 : cluster [DBG] pgmap v14491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:25.688893+0000 mgr.y (mgr.14556) 16400 : cluster [DBG] pgmap v14491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:27.689270+0000 mgr.y (mgr.14556) 16401 : cluster [DBG] pgmap v14492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:27.689270+0000 mgr.y (mgr.14556) 16401 : cluster [DBG] pgmap v14492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:29.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:27.689270+0000 mgr.y (mgr.14556) 16401 : cluster [DBG] pgmap v14492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:29.689644+0000 mgr.y (mgr.14556) 16402 : cluster [DBG] pgmap v14493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:29.689644+0000 mgr.y (mgr.14556) 16402 : cluster [DBG] pgmap v14493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:29.689644+0000 mgr.y (mgr.14556) 16402 : cluster [DBG] pgmap v14493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:48:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:31.690395+0000 mgr.y (mgr.14556) 16403 : cluster [DBG] pgmap v14494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:31.690395+0000 mgr.y (mgr.14556) 16403 : cluster [DBG] pgmap v14494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:31.690395+0000 mgr.y (mgr.14556) 16403 : cluster [DBG] pgmap v14494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:48:33] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T14:48:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:33.690901+0000 mgr.y (mgr.14556) 16404 : cluster [DBG] pgmap v14495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:33.690901+0000 mgr.y (mgr.14556) 16404 : cluster [DBG] pgmap v14495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:33.690901+0000 mgr.y (mgr.14556) 16404 : cluster [DBG] pgmap v14495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:36.066 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:48:36.361 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:48:36.361 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 3m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:48:36.361 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 3m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:48:36.361 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 3m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:48:36.361 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 3m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:48:36.361 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 3m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:48:36.362 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 3m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:48:36.362 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 3m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:48:36.362 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 3m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:48:36.362 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 3m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:48:36.362 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 3m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:48:36.362 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 3m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:48:36.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 3m ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:48:36.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 3m ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:48:36.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 3m ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:48:36.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 3m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:48:36.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 3m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:48:36.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 3m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:48:36.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 3m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:48:36.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 3m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:48:36.363 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 3m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:48:36.712 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:48:36.712 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:48:36.712 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:48:36.712 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:48:36.712 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:48:36.712 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:48:36.712 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:48:36.712 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:48:36.712 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:48:36.713 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:48:36.713 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:48:36.713 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:48:36.713 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:48:36.713 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:48:36.713 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:48:36.713 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:48:36.713 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:48:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:35.691633+0000 mgr.y (mgr.14556) 16405 : cluster [DBG] pgmap v14496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:48:36.054852+0000 mgr.y (mgr.14556) 16406 : audit [DBG] from='client.41585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:48:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:48:36.353734+0000 mgr.y (mgr.14556) 16407 : audit [DBG] from='client.31680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:48:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:48:36.712812+0000 mon.a (mon.0) 3601 : audit [DBG] from='client.? 172.21.15.23:0/3450004755' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:48:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:35.691633+0000 mgr.y (mgr.14556) 16405 : cluster [DBG] pgmap v14496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:48:36.054852+0000 mgr.y (mgr.14556) 16406 : audit [DBG] from='client.41585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:48:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:48:36.353734+0000 mgr.y (mgr.14556) 16407 : audit [DBG] from='client.31680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:48:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:48:36.712812+0000 mon.a (mon.0) 3601 : audit [DBG] from='client.? 172.21.15.23:0/3450004755' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:48:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:35.691633+0000 mgr.y (mgr.14556) 16405 : cluster [DBG] pgmap v14496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:48:36.054852+0000 mgr.y (mgr.14556) 16406 : audit [DBG] from='client.41585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:48:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:48:36.353734+0000 mgr.y (mgr.14556) 16407 : audit [DBG] from='client.31680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:48:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:48:36.712812+0000 mon.a (mon.0) 3601 : audit [DBG] from='client.? 172.21.15.23:0/3450004755' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:48:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:37.691960+0000 mgr.y (mgr.14556) 16408 : cluster [DBG] pgmap v14497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:37.691960+0000 mgr.y (mgr.14556) 16408 : cluster [DBG] pgmap v14497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:37.691960+0000 mgr.y (mgr.14556) 16408 : cluster [DBG] pgmap v14497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:39.692305+0000 mgr.y (mgr.14556) 16409 : cluster [DBG] pgmap v14498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:39.692305+0000 mgr.y (mgr.14556) 16409 : cluster [DBG] pgmap v14498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:39.692305+0000 mgr.y (mgr.14556) 16409 : cluster [DBG] pgmap v14498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:48:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:41.693077+0000 mgr.y (mgr.14556) 16410 : cluster [DBG] pgmap v14499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:41.693077+0000 mgr.y (mgr.14556) 16410 : cluster [DBG] pgmap v14499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:41.693077+0000 mgr.y (mgr.14556) 16410 : cluster [DBG] pgmap v14499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:48:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T14:48:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:43.693617+0000 mgr.y (mgr.14556) 16411 : cluster [DBG] pgmap v14500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:45.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:43.693617+0000 mgr.y (mgr.14556) 16411 : cluster [DBG] pgmap v14500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:43.693617+0000 mgr.y (mgr.14556) 16411 : cluster [DBG] pgmap v14500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:45.694405+0000 mgr.y (mgr.14556) 16412 : cluster [DBG] pgmap v14501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:45.694405+0000 mgr.y (mgr.14556) 16412 : cluster [DBG] pgmap v14501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:45.694405+0000 mgr.y (mgr.14556) 16412 : cluster [DBG] pgmap v14501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:47.694740+0000 mgr.y (mgr.14556) 16413 : cluster [DBG] pgmap v14502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:47.694740+0000 mgr.y (mgr.14556) 16413 : cluster [DBG] pgmap v14502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:47.694740+0000 mgr.y (mgr.14556) 16413 : cluster [DBG] pgmap v14502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:49.695162+0000 mgr.y (mgr.14556) 16414 : cluster [DBG] pgmap v14503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:49.695162+0000 mgr.y (mgr.14556) 16414 : cluster [DBG] pgmap v14503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:49.695162+0000 mgr.y (mgr.14556) 16414 : cluster [DBG] pgmap v14503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:48:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:51.695982+0000 mgr.y (mgr.14556) 16415 : cluster [DBG] pgmap v14504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:51.695982+0000 mgr.y (mgr.14556) 16415 : cluster [DBG] pgmap v14504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:51.695982+0000 mgr.y (mgr.14556) 16415 : cluster [DBG] pgmap v14504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:48:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:48:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:53.696528+0000 mgr.y (mgr.14556) 16416 : cluster [DBG] pgmap v14505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:53.696528+0000 mgr.y (mgr.14556) 16416 : cluster [DBG] pgmap v14505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:53.696528+0000 mgr.y (mgr.14556) 16416 : cluster [DBG] pgmap v14505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:55.697226+0000 mgr.y (mgr.14556) 16417 : cluster [DBG] pgmap v14506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:57.448 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:55.697226+0000 mgr.y (mgr.14556) 16417 : cluster [DBG] pgmap v14506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:57.449 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:55.697226+0000 mgr.y (mgr.14556) 16417 : cluster [DBG] pgmap v14506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:48:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:57.697598+0000 mgr.y (mgr.14556) 16418 : cluster [DBG] pgmap v14507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:48:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:57.697598+0000 mgr.y (mgr.14556) 16418 : cluster [DBG] pgmap v14507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:48:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:48:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:57.697598+0000 mgr.y (mgr.14556) 16418 : cluster [DBG] pgmap v14507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:48:59.698036+0000 mgr.y (mgr.14556) 16419 : cluster [DBG] pgmap v14508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:49:00.348342+0000 mon.a (mon.0) 3602 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:49:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:49:00.651435+0000 mon.a (mon.0) 3603 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:49:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:49:00.652054+0000 mon.a (mon.0) 3604 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:49:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:49:00.660485+0000 mon.a (mon.0) 3605 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:49:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:48:59.698036+0000 mgr.y (mgr.14556) 16419 : cluster [DBG] pgmap v14508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:49:00.348342+0000 mon.a (mon.0) 3602 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:49:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:49:00.651435+0000 mon.a (mon.0) 3603 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:49:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:49:00.652054+0000 mon.a (mon.0) 3604 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:49:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:49:00.660485+0000 mon.a (mon.0) 3605 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:49:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:48:59.698036+0000 mgr.y (mgr.14556) 16419 : cluster [DBG] pgmap v14508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:49:00.348342+0000 mon.a (mon.0) 3602 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:49:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:49:00.651435+0000 mon.a (mon.0) 3603 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:49:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:49:00.652054+0000 mon.a (mon.0) 3604 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:49:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:49:00.660485+0000 mon.a (mon.0) 3605 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:49:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:49:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:01.698937+0000 mgr.y (mgr.14556) 16420 : cluster [DBG] pgmap v14509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:01.698937+0000 mgr.y (mgr.14556) 16420 : cluster [DBG] pgmap v14509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:01.698937+0000 mgr.y (mgr.14556) 16420 : cluster [DBG] pgmap v14509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:49:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:49:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:03.699316+0000 mgr.y (mgr.14556) 16421 : cluster [DBG] pgmap v14510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:03.699316+0000 mgr.y (mgr.14556) 16421 : cluster [DBG] pgmap v14510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:03.699316+0000 mgr.y (mgr.14556) 16421 : cluster [DBG] pgmap v14510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:07.037 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:49:07.322 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:49:07.322 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 4m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:49:07.322 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 4m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:49:07.322 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 4m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 4m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 4m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 4m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 4m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 4m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 4m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 4m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 4m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 4m ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 4m ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 4m ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 4m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 4m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 4m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 4m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 4m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:49:07.323 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 4m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:49:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:05.700144+0000 mgr.y (mgr.14556) 16422 : cluster [DBG] pgmap v14511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:05.700144+0000 mgr.y (mgr.14556) 16422 : cluster [DBG] pgmap v14511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:05.700144+0000 mgr.y (mgr.14556) 16422 : cluster [DBG] pgmap v14511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:49:07.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:49:07.674 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:49:07.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:49:07.674 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:49:07.674 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:49:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:49:07.025853+0000 mgr.y (mgr.14556) 16423 : audit [DBG] from='client.41603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:49:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:49:07.315209+0000 mgr.y (mgr.14556) 16424 : audit [DBG] from='client.31698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:49:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:49:07.673489+0000 mon.a (mon.0) 3606 : audit [DBG] from='client.? 172.21.15.23:0/1115465529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:49:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:49:07.025853+0000 mgr.y (mgr.14556) 16423 : audit [DBG] from='client.41603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:49:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:49:07.315209+0000 mgr.y (mgr.14556) 16424 : audit [DBG] from='client.31698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:49:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:49:07.673489+0000 mon.a (mon.0) 3606 : audit [DBG] from='client.? 172.21.15.23:0/1115465529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:49:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:49:07.025853+0000 mgr.y (mgr.14556) 16423 : audit [DBG] from='client.41603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:49:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:49:07.315209+0000 mgr.y (mgr.14556) 16424 : audit [DBG] from='client.31698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:49:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:49:07.673489+0000 mon.a (mon.0) 3606 : audit [DBG] from='client.? 172.21.15.23:0/1115465529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:49:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:07.700510+0000 mgr.y (mgr.14556) 16425 : cluster [DBG] pgmap v14512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:07.700510+0000 mgr.y (mgr.14556) 16425 : cluster [DBG] pgmap v14512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:07.700510+0000 mgr.y (mgr.14556) 16425 : cluster [DBG] pgmap v14512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:09.700947+0000 mgr.y (mgr.14556) 16426 : cluster [DBG] pgmap v14513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:09.700947+0000 mgr.y (mgr.14556) 16426 : cluster [DBG] pgmap v14513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:09.700947+0000 mgr.y (mgr.14556) 16426 : cluster [DBG] pgmap v14513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:49:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:11.701648+0000 mgr.y (mgr.14556) 16427 : cluster [DBG] pgmap v14514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:11.701648+0000 mgr.y (mgr.14556) 16427 : cluster [DBG] pgmap v14514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:11.701648+0000 mgr.y (mgr.14556) 16427 : cluster [DBG] pgmap v14514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:49:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:49:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:13.702156+0000 mgr.y (mgr.14556) 16428 : cluster [DBG] pgmap v14515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:13.702156+0000 mgr.y (mgr.14556) 16428 : cluster [DBG] pgmap v14515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:13.702156+0000 mgr.y (mgr.14556) 16428 : cluster [DBG] pgmap v14515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:15.702956+0000 mgr.y (mgr.14556) 16429 : cluster [DBG] pgmap v14516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:15.702956+0000 mgr.y (mgr.14556) 16429 : cluster [DBG] pgmap v14516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:15.702956+0000 mgr.y (mgr.14556) 16429 : cluster [DBG] pgmap v14516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:17.703394+0000 mgr.y (mgr.14556) 16430 : cluster [DBG] pgmap v14517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:17.703394+0000 mgr.y (mgr.14556) 16430 : cluster [DBG] pgmap v14517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:17.703394+0000 mgr.y (mgr.14556) 16430 : cluster [DBG] pgmap v14517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:19.703950+0000 mgr.y (mgr.14556) 16431 : cluster [DBG] pgmap v14518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:19.703950+0000 mgr.y (mgr.14556) 16431 : cluster [DBG] pgmap v14518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:19.703950+0000 mgr.y (mgr.14556) 16431 : cluster [DBG] pgmap v14518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:49:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:21.704667+0000 mgr.y (mgr.14556) 16432 : cluster [DBG] pgmap v14519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:21.704667+0000 mgr.y (mgr.14556) 16432 : cluster [DBG] pgmap v14519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:21.704667+0000 mgr.y (mgr.14556) 16432 : cluster [DBG] pgmap v14519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:49:23] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T14:49:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:23.705174+0000 mgr.y (mgr.14556) 16433 : cluster [DBG] pgmap v14520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:23.705174+0000 mgr.y (mgr.14556) 16433 : cluster [DBG] pgmap v14520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:23.705174+0000 mgr.y (mgr.14556) 16433 : cluster [DBG] pgmap v14520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:25.705882+0000 mgr.y (mgr.14556) 16434 : cluster [DBG] pgmap v14521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:25.705882+0000 mgr.y (mgr.14556) 16434 : cluster [DBG] pgmap v14521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:25.705882+0000 mgr.y (mgr.14556) 16434 : cluster [DBG] pgmap v14521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:27.706357+0000 mgr.y (mgr.14556) 16435 : cluster [DBG] pgmap v14522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:27.706357+0000 mgr.y (mgr.14556) 16435 : cluster [DBG] pgmap v14522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:27.706357+0000 mgr.y (mgr.14556) 16435 : cluster [DBG] pgmap v14522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:29.706935+0000 mgr.y (mgr.14556) 16436 : cluster [DBG] pgmap v14523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:29.706935+0000 mgr.y (mgr.14556) 16436 : cluster [DBG] pgmap v14523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:29.706935+0000 mgr.y (mgr.14556) 16436 : cluster [DBG] pgmap v14523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:49:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:31.707735+0000 mgr.y (mgr.14556) 16437 : cluster [DBG] pgmap v14524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:31.707735+0000 mgr.y (mgr.14556) 16437 : cluster [DBG] pgmap v14524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:31.707735+0000 mgr.y (mgr.14556) 16437 : cluster [DBG] pgmap v14524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:49:33] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T14:49:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:33.708302+0000 mgr.y (mgr.14556) 16438 : cluster [DBG] pgmap v14525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:33.708302+0000 mgr.y (mgr.14556) 16438 : cluster [DBG] pgmap v14525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:33.708302+0000 mgr.y (mgr.14556) 16438 : cluster [DBG] pgmap v14525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:35.708919+0000 mgr.y (mgr.14556) 16439 : cluster [DBG] pgmap v14526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:35.708919+0000 mgr.y (mgr.14556) 16439 : cluster [DBG] pgmap v14526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:35.708919+0000 mgr.y (mgr.14556) 16439 : cluster [DBG] pgmap v14526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:37.999 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:49:38.290 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:49:38.290 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 4m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:49:38.290 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 4m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 4m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 4m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 4m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 4m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 4m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 4m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 4m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 4m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 4m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 4m ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 4m ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 4m ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 4m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:49:38.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 4m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:49:38.292 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 4m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:49:38.292 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 4m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:49:38.292 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 4m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:49:38.292 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 4m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:49:38.639 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:49:38.640 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:49:38.641 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:49:38.641 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:49:38.641 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:49:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:37.709303+0000 mgr.y (mgr.14556) 16440 : cluster [DBG] pgmap v14527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:49:37.987767+0000 mgr.y (mgr.14556) 16441 : audit [DBG] from='client.41621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:49:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:49:38.282895+0000 mgr.y (mgr.14556) 16442 : audit [DBG] from='client.31716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:49:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:49:38.640216+0000 mon.a (mon.0) 3607 : audit [DBG] from='client.? 172.21.15.23:0/3489857515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:49:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:37.709303+0000 mgr.y (mgr.14556) 16440 : cluster [DBG] pgmap v14527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:49:37.987767+0000 mgr.y (mgr.14556) 16441 : audit [DBG] from='client.41621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:49:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:49:38.282895+0000 mgr.y (mgr.14556) 16442 : audit [DBG] from='client.31716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:49:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:49:38.640216+0000 mon.a (mon.0) 3607 : audit [DBG] from='client.? 172.21.15.23:0/3489857515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:49:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:37.709303+0000 mgr.y (mgr.14556) 16440 : cluster [DBG] pgmap v14527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:49:37.987767+0000 mgr.y (mgr.14556) 16441 : audit [DBG] from='client.41621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:49:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:49:38.282895+0000 mgr.y (mgr.14556) 16442 : audit [DBG] from='client.31716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:49:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:49:38.640216+0000 mon.a (mon.0) 3607 : audit [DBG] from='client.? 172.21.15.23:0/3489857515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:49:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:39.709756+0000 mgr.y (mgr.14556) 16443 : cluster [DBG] pgmap v14528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:39.709756+0000 mgr.y (mgr.14556) 16443 : cluster [DBG] pgmap v14528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:39.709756+0000 mgr.y (mgr.14556) 16443 : cluster [DBG] pgmap v14528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:49:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:41.710594+0000 mgr.y (mgr.14556) 16444 : cluster [DBG] pgmap v14529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:41.710594+0000 mgr.y (mgr.14556) 16444 : cluster [DBG] pgmap v14529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:41.710594+0000 mgr.y (mgr.14556) 16444 : cluster [DBG] pgmap v14529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:49:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:49:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:43.711103+0000 mgr.y (mgr.14556) 16445 : cluster [DBG] pgmap v14530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:43.711103+0000 mgr.y (mgr.14556) 16445 : cluster [DBG] pgmap v14530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:43.711103+0000 mgr.y (mgr.14556) 16445 : cluster [DBG] pgmap v14530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:45.711834+0000 mgr.y (mgr.14556) 16446 : cluster [DBG] pgmap v14531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:45.711834+0000 mgr.y (mgr.14556) 16446 : cluster [DBG] pgmap v14531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:45.711834+0000 mgr.y (mgr.14556) 16446 : cluster [DBG] pgmap v14531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:47.712263+0000 mgr.y (mgr.14556) 16447 : cluster [DBG] pgmap v14532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:47.712263+0000 mgr.y (mgr.14556) 16447 : cluster [DBG] pgmap v14532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:47.712263+0000 mgr.y (mgr.14556) 16447 : cluster [DBG] pgmap v14532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:51.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:49.712759+0000 mgr.y (mgr.14556) 16448 : cluster [DBG] pgmap v14533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:49.712759+0000 mgr.y (mgr.14556) 16448 : cluster [DBG] pgmap v14533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:49.712759+0000 mgr.y (mgr.14556) 16448 : cluster [DBG] pgmap v14533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:49:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:51.713594+0000 mgr.y (mgr.14556) 16449 : cluster [DBG] pgmap v14534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:51.713594+0000 mgr.y (mgr.14556) 16449 : cluster [DBG] pgmap v14534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:51.713594+0000 mgr.y (mgr.14556) 16449 : cluster [DBG] pgmap v14534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:49:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:49:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:53.714043+0000 mgr.y (mgr.14556) 16450 : cluster [DBG] pgmap v14535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:53.714043+0000 mgr.y (mgr.14556) 16450 : cluster [DBG] pgmap v14535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:53.714043+0000 mgr.y (mgr.14556) 16450 : cluster [DBG] pgmap v14535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:55.714711+0000 mgr.y (mgr.14556) 16451 : cluster [DBG] pgmap v14536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:55.714711+0000 mgr.y (mgr.14556) 16451 : cluster [DBG] pgmap v14536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:55.714711+0000 mgr.y (mgr.14556) 16451 : cluster [DBG] pgmap v14536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:49:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:57.715134+0000 mgr.y (mgr.14556) 16452 : cluster [DBG] pgmap v14537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:49:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:57.715134+0000 mgr.y (mgr.14556) 16452 : cluster [DBG] pgmap v14537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:49:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:49:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:57.715134+0000 mgr.y (mgr.14556) 16452 : cluster [DBG] pgmap v14537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:00.000159+0000 mon.a (mon.0) 3608 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:50:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T14:49:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:50:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:00.000159+0000 mon.a (mon.0) 3608 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:50:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:00.000159+0000 mon.a (mon.0) 3608 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T14:50:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:49:59.715629+0000 mgr.y (mgr.14556) 16453 : cluster [DBG] pgmap v14538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:50:00.664772+0000 mon.a (mon.0) 3609 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:50:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:50:00.970188+0000 mon.a (mon.0) 3610 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:50:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:50:00.970859+0000 mon.a (mon.0) 3611 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:50:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:50:00.984024+0000 mon.a (mon.0) 3612 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:50:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:49:59.715629+0000 mgr.y (mgr.14556) 16453 : cluster [DBG] pgmap v14538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:50:00.664772+0000 mon.a (mon.0) 3609 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:50:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:50:00.970188+0000 mon.a (mon.0) 3610 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:50:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:50:00.970859+0000 mon.a (mon.0) 3611 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:50:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:50:00.984024+0000 mon.a (mon.0) 3612 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:50:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:49:59.715629+0000 mgr.y (mgr.14556) 16453 : cluster [DBG] pgmap v14538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:50:00.664772+0000 mon.a (mon.0) 3609 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:50:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:50:00.970188+0000 mon.a (mon.0) 3610 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:50:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:50:00.970859+0000 mon.a (mon.0) 3611 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:50:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:50:00.984024+0000 mon.a (mon.0) 3612 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:50:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:50:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:01.716453+0000 mgr.y (mgr.14556) 16454 : cluster [DBG] pgmap v14539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:01.716453+0000 mgr.y (mgr.14556) 16454 : cluster [DBG] pgmap v14539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:01.716453+0000 mgr.y (mgr.14556) 16454 : cluster [DBG] pgmap v14539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:50:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:50:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:03.716857+0000 mgr.y (mgr.14556) 16455 : cluster [DBG] pgmap v14540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:03.716857+0000 mgr.y (mgr.14556) 16455 : cluster [DBG] pgmap v14540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:03.716857+0000 mgr.y (mgr.14556) 16455 : cluster [DBG] pgmap v14540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:05.717716+0000 mgr.y (mgr.14556) 16456 : cluster [DBG] pgmap v14541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:05.717716+0000 mgr.y (mgr.14556) 16456 : cluster [DBG] pgmap v14541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:05.717716+0000 mgr.y (mgr.14556) 16456 : cluster [DBG] pgmap v14541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:08.965 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:50:09.255 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:50:09.255 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 5m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:50:09.256 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 5m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:50:09.256 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 5m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:50:09.256 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 5m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:50:09.256 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 5m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:50:09.256 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 5m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:50:09.256 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 5m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:50:09.256 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 5m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:50:09.256 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 5m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:50:09.256 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 5m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:50:09.256 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 5m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:50:09.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 5m ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:50:09.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 5m ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:50:09.257 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 5m ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:50:09.257 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 5m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:50:09.257 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 5m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:50:09.257 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 5m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:50:09.257 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 5m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:50:09.257 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 5m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:50:09.257 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 5m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:50:09.608 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:50:09.608 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:50:09.608 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:50:09.608 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:50:09.608 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:50:09.608 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:50:09.608 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:50:09.608 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:50:09.608 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:50:09.608 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:50:09.608 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:50:09.608 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:50:09.609 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:50:09.609 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:50:09.609 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:50:09.609 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:50:09.609 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:50:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:07.718245+0000 mgr.y (mgr.14556) 16457 : cluster [DBG] pgmap v14542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:07.718245+0000 mgr.y (mgr.14556) 16457 : cluster [DBG] pgmap v14542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:07.718245+0000 mgr.y (mgr.14556) 16457 : cluster [DBG] pgmap v14542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:50:08.953500+0000 mgr.y (mgr.14556) 16458 : audit [DBG] from='client.41639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:50:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:50:09.248100+0000 mgr.y (mgr.14556) 16459 : audit [DBG] from='client.31734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:50:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:50:09.608275+0000 mon.a (mon.0) 3613 : audit [DBG] from='client.? 172.21.15.23:0/1679067627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:50:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:50:08.953500+0000 mgr.y (mgr.14556) 16458 : audit [DBG] from='client.41639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:50:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:50:09.248100+0000 mgr.y (mgr.14556) 16459 : audit [DBG] from='client.31734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:50:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:50:09.608275+0000 mon.a (mon.0) 3613 : audit [DBG] from='client.? 172.21.15.23:0/1679067627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:50:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:50:08.953500+0000 mgr.y (mgr.14556) 16458 : audit [DBG] from='client.41639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:50:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:50:09.248100+0000 mgr.y (mgr.14556) 16459 : audit [DBG] from='client.31734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:50:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:50:09.608275+0000 mon.a (mon.0) 3613 : audit [DBG] from='client.? 172.21.15.23:0/1679067627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:50:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:09.718588+0000 mgr.y (mgr.14556) 16460 : cluster [DBG] pgmap v14543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:09.718588+0000 mgr.y (mgr.14556) 16460 : cluster [DBG] pgmap v14543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:09.718588+0000 mgr.y (mgr.14556) 16460 : cluster [DBG] pgmap v14543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:50:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:11.719423+0000 mgr.y (mgr.14556) 16461 : cluster [DBG] pgmap v14544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:11.719423+0000 mgr.y (mgr.14556) 16461 : cluster [DBG] pgmap v14544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:11.719423+0000 mgr.y (mgr.14556) 16461 : cluster [DBG] pgmap v14544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:50:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:50:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:13.719933+0000 mgr.y (mgr.14556) 16462 : cluster [DBG] pgmap v14545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:13.719933+0000 mgr.y (mgr.14556) 16462 : cluster [DBG] pgmap v14545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:13.719933+0000 mgr.y (mgr.14556) 16462 : cluster [DBG] pgmap v14545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:15.720671+0000 mgr.y (mgr.14556) 16463 : cluster [DBG] pgmap v14546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:15.720671+0000 mgr.y (mgr.14556) 16463 : cluster [DBG] pgmap v14546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:15.720671+0000 mgr.y (mgr.14556) 16463 : cluster [DBG] pgmap v14546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:17.721245+0000 mgr.y (mgr.14556) 16464 : cluster [DBG] pgmap v14547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:17.721245+0000 mgr.y (mgr.14556) 16464 : cluster [DBG] pgmap v14547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:17.721245+0000 mgr.y (mgr.14556) 16464 : cluster [DBG] pgmap v14547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:19.721691+0000 mgr.y (mgr.14556) 16465 : cluster [DBG] pgmap v14548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:50:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:19.721691+0000 mgr.y (mgr.14556) 16465 : cluster [DBG] pgmap v14548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:19.721691+0000 mgr.y (mgr.14556) 16465 : cluster [DBG] pgmap v14548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:21.722513+0000 mgr.y (mgr.14556) 16466 : cluster [DBG] pgmap v14549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:21.722513+0000 mgr.y (mgr.14556) 16466 : cluster [DBG] pgmap v14549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:21.722513+0000 mgr.y (mgr.14556) 16466 : cluster [DBG] pgmap v14549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:50:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:50:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:23.723176+0000 mgr.y (mgr.14556) 16467 : cluster [DBG] pgmap v14550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:23.723176+0000 mgr.y (mgr.14556) 16467 : cluster [DBG] pgmap v14550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:23.723176+0000 mgr.y (mgr.14556) 16467 : cluster [DBG] pgmap v14550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:25.723884+0000 mgr.y (mgr.14556) 16468 : cluster [DBG] pgmap v14551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:25.723884+0000 mgr.y (mgr.14556) 16468 : cluster [DBG] pgmap v14551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:25.723884+0000 mgr.y (mgr.14556) 16468 : cluster [DBG] pgmap v14551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:27.724261+0000 mgr.y (mgr.14556) 16469 : cluster [DBG] pgmap v14552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:27.724261+0000 mgr.y (mgr.14556) 16469 : cluster [DBG] pgmap v14552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:27.724261+0000 mgr.y (mgr.14556) 16469 : cluster [DBG] pgmap v14552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:29.724563+0000 mgr.y (mgr.14556) 16470 : cluster [DBG] pgmap v14553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:30.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:29.724563+0000 mgr.y (mgr.14556) 16470 : cluster [DBG] pgmap v14553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:29.724563+0000 mgr.y (mgr.14556) 16470 : cluster [DBG] pgmap v14553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:50:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:31.725191+0000 mgr.y (mgr.14556) 16471 : cluster [DBG] pgmap v14554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:31.725191+0000 mgr.y (mgr.14556) 16471 : cluster [DBG] pgmap v14554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:31.725191+0000 mgr.y (mgr.14556) 16471 : cluster [DBG] pgmap v14554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:50:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:50:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:33.725742+0000 mgr.y (mgr.14556) 16472 : cluster [DBG] pgmap v14555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:33.725742+0000 mgr.y (mgr.14556) 16472 : cluster [DBG] pgmap v14555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:33.725742+0000 mgr.y (mgr.14556) 16472 : cluster [DBG] pgmap v14555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:35.726463+0000 mgr.y (mgr.14556) 16473 : cluster [DBG] pgmap v14556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:35.726463+0000 mgr.y (mgr.14556) 16473 : cluster [DBG] pgmap v14556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:35.726463+0000 mgr.y (mgr.14556) 16473 : cluster [DBG] pgmap v14556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:39.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:37.726861+0000 mgr.y (mgr.14556) 16474 : cluster [DBG] pgmap v14557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:37.726861+0000 mgr.y (mgr.14556) 16474 : cluster [DBG] pgmap v14557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:37.726861+0000 mgr.y (mgr.14556) 16474 : cluster [DBG] pgmap v14557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:39.935 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:50:40.222 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:50:40.222 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 5m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:50:40.222 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 5m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:50:40.222 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 5m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:50:40.222 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 5m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 5m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 5m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 5m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 5m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 5m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 5m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 5m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 5m ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 5m ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 5m ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 5m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 5m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 5m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 5m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 5m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:50:40.223 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 5m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:50:40.574 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:50:40.575 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:50:40.576 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:50:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:39.727191+0000 mgr.y (mgr.14556) 16475 : cluster [DBG] pgmap v14558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:50:39.924023+0000 mgr.y (mgr.14556) 16476 : audit [DBG] from='client.31746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:50:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:50:40.214934+0000 mgr.y (mgr.14556) 16477 : audit [DBG] from='client.31752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:50:41.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:50:40.575224+0000 mon.c (mon.2) 406 : audit [DBG] from='client.? 172.21.15.23:0/2411890718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:50:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:39.727191+0000 mgr.y (mgr.14556) 16475 : cluster [DBG] pgmap v14558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:50:39.924023+0000 mgr.y (mgr.14556) 16476 : audit [DBG] from='client.31746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:50:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:50:40.214934+0000 mgr.y (mgr.14556) 16477 : audit [DBG] from='client.31752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:50:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:50:40.575224+0000 mon.c (mon.2) 406 : audit [DBG] from='client.? 172.21.15.23:0/2411890718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:50:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:39.727191+0000 mgr.y (mgr.14556) 16475 : cluster [DBG] pgmap v14558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:50:39.924023+0000 mgr.y (mgr.14556) 16476 : audit [DBG] from='client.31746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:50:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:50:40.214934+0000 mgr.y (mgr.14556) 16477 : audit [DBG] from='client.31752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:50:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:50:40.575224+0000 mon.c (mon.2) 406 : audit [DBG] from='client.? 172.21.15.23:0/2411890718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:50:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:50:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:41.728074+0000 mgr.y (mgr.14556) 16478 : cluster [DBG] pgmap v14559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:41.728074+0000 mgr.y (mgr.14556) 16478 : cluster [DBG] pgmap v14559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:41.728074+0000 mgr.y (mgr.14556) 16478 : cluster [DBG] pgmap v14559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:50:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:50:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:43.728461+0000 mgr.y (mgr.14556) 16479 : cluster [DBG] pgmap v14560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:43.728461+0000 mgr.y (mgr.14556) 16479 : cluster [DBG] pgmap v14560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:43.728461+0000 mgr.y (mgr.14556) 16479 : cluster [DBG] pgmap v14560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:45.729042+0000 mgr.y (mgr.14556) 16480 : cluster [DBG] pgmap v14561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:45.729042+0000 mgr.y (mgr.14556) 16480 : cluster [DBG] pgmap v14561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:45.729042+0000 mgr.y (mgr.14556) 16480 : cluster [DBG] pgmap v14561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:47.729634+0000 mgr.y (mgr.14556) 16481 : cluster [DBG] pgmap v14562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:47.729634+0000 mgr.y (mgr.14556) 16481 : cluster [DBG] pgmap v14562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:47.729634+0000 mgr.y (mgr.14556) 16481 : cluster [DBG] pgmap v14562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:49.730074+0000 mgr.y (mgr.14556) 16482 : cluster [DBG] pgmap v14563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:49.730074+0000 mgr.y (mgr.14556) 16482 : cluster [DBG] pgmap v14563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:49.730074+0000 mgr.y (mgr.14556) 16482 : cluster [DBG] pgmap v14563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:50:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:51.730769+0000 mgr.y (mgr.14556) 16483 : cluster [DBG] pgmap v14564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:51.730769+0000 mgr.y (mgr.14556) 16483 : cluster [DBG] pgmap v14564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:51.730769+0000 mgr.y (mgr.14556) 16483 : cluster [DBG] pgmap v14564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:50:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:50:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:53.731264+0000 mgr.y (mgr.14556) 16484 : cluster [DBG] pgmap v14565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:53.731264+0000 mgr.y (mgr.14556) 16484 : cluster [DBG] pgmap v14565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:53.731264+0000 mgr.y (mgr.14556) 16484 : cluster [DBG] pgmap v14565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:55.731899+0000 mgr.y (mgr.14556) 16485 : cluster [DBG] pgmap v14566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:55.731899+0000 mgr.y (mgr.14556) 16485 : cluster [DBG] pgmap v14566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:55.731899+0000 mgr.y (mgr.14556) 16485 : cluster [DBG] pgmap v14566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:57.732425+0000 mgr.y (mgr.14556) 16486 : cluster [DBG] pgmap v14567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:50:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:57.732425+0000 mgr.y (mgr.14556) 16486 : cluster [DBG] pgmap v14567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:50:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:50:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:57.732425+0000 mgr.y (mgr.14556) 16486 : cluster [DBG] pgmap v14567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:50:59.732851+0000 mgr.y (mgr.14556) 16487 : cluster [DBG] pgmap v14568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:50:59.732851+0000 mgr.y (mgr.14556) 16487 : cluster [DBG] pgmap v14568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:50:59.732851+0000 mgr.y (mgr.14556) 16487 : cluster [DBG] pgmap v14568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:51:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:51:00.988352+0000 mon.a (mon.0) 3614 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:51:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:51:00.988352+0000 mon.a (mon.0) 3614 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:51:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:51:00.988352+0000 mon.a (mon.0) 3614 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:51:03.370 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:01.733446+0000 mgr.y (mgr.14556) 16488 : cluster [DBG] pgmap v14569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:03.371 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:01.733446+0000 mgr.y (mgr.14556) 16488 : cluster [DBG] pgmap v14569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:01.733446+0000 mgr.y (mgr.14556) 16488 : cluster [DBG] pgmap v14569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:03.962 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:51:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:51:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:03.733753+0000 mgr.y (mgr.14556) 16489 : cluster [DBG] pgmap v14570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:51:04.213830+0000 mon.a (mon.0) 3615 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:51:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:51:04.504926+0000 mon.a (mon.0) 3616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:51:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:51:04.505586+0000 mon.a (mon.0) 3617 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:51:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:51:04.513455+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:51:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:03.733753+0000 mgr.y (mgr.14556) 16489 : cluster [DBG] pgmap v14570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:51:04.213830+0000 mon.a (mon.0) 3615 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:51:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:51:04.504926+0000 mon.a (mon.0) 3616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:51:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:51:04.505586+0000 mon.a (mon.0) 3617 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:51:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:51:04.513455+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:51:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:03.733753+0000 mgr.y (mgr.14556) 16489 : cluster [DBG] pgmap v14570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:51:04.213830+0000 mon.a (mon.0) 3615 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:51:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:51:04.504926+0000 mon.a (mon.0) 3616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:51:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:51:04.505586+0000 mon.a (mon.0) 3617 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:51:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:51:04.513455+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:51:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:05.734553+0000 mgr.y (mgr.14556) 16490 : cluster [DBG] pgmap v14571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:05.734553+0000 mgr.y (mgr.14556) 16490 : cluster [DBG] pgmap v14571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:05.734553+0000 mgr.y (mgr.14556) 16490 : cluster [DBG] pgmap v14571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:07.735058+0000 mgr.y (mgr.14556) 16491 : cluster [DBG] pgmap v14572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:07.735058+0000 mgr.y (mgr.14556) 16491 : cluster [DBG] pgmap v14572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:07.735058+0000 mgr.y (mgr.14556) 16491 : cluster [DBG] pgmap v14572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:10.903 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:51:11.189 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:51:11.189 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 6m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:51:11.189 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 6m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:51:11.189 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 6m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:51:11.189 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 6m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:51:11.189 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 6m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:51:11.189 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 6m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:51:11.189 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 6m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 6m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 6m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 6m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 6m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 6m ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 6m ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 6m ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 6m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 6m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 6m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 6m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 6m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:51:11.190 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 6m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:51:11.538 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:51:11.539 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:51:11.539 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:51:11.539 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:51:11.539 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:51:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:09.735493+0000 mgr.y (mgr.14556) 16492 : cluster [DBG] pgmap v14573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:09.735493+0000 mgr.y (mgr.14556) 16492 : cluster [DBG] pgmap v14573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:09.735493+0000 mgr.y (mgr.14556) 16492 : cluster [DBG] pgmap v14573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:51:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:51:10.891238+0000 mgr.y (mgr.14556) 16493 : audit [DBG] from='client.41675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:51:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:51:11.181170+0000 mgr.y (mgr.14556) 16494 : audit [DBG] from='client.31770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:51:12.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:51:11.538276+0000 mon.a (mon.0) 3619 : audit [DBG] from='client.? 172.21.15.23:0/3000559229' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:51:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:51:10.891238+0000 mgr.y (mgr.14556) 16493 : audit [DBG] from='client.41675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:51:12.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:51:11.181170+0000 mgr.y (mgr.14556) 16494 : audit [DBG] from='client.31770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:51:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:51:11.538276+0000 mon.a (mon.0) 3619 : audit [DBG] from='client.? 172.21.15.23:0/3000559229' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:51:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:51:10.891238+0000 mgr.y (mgr.14556) 16493 : audit [DBG] from='client.41675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:51:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:51:11.181170+0000 mgr.y (mgr.14556) 16494 : audit [DBG] from='client.31770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:51:12.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:51:11.538276+0000 mon.a (mon.0) 3619 : audit [DBG] from='client.? 172.21.15.23:0/3000559229' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:51:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:11.736036+0000 mgr.y (mgr.14556) 16495 : cluster [DBG] pgmap v14574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:11.736036+0000 mgr.y (mgr.14556) 16495 : cluster [DBG] pgmap v14574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:11.736036+0000 mgr.y (mgr.14556) 16495 : cluster [DBG] pgmap v14574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:51:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:51:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:13.736515+0000 mgr.y (mgr.14556) 16496 : cluster [DBG] pgmap v14575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:13.736515+0000 mgr.y (mgr.14556) 16496 : cluster [DBG] pgmap v14575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:13.736515+0000 mgr.y (mgr.14556) 16496 : cluster [DBG] pgmap v14575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:15.737291+0000 mgr.y (mgr.14556) 16497 : cluster [DBG] pgmap v14576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:15.737291+0000 mgr.y (mgr.14556) 16497 : cluster [DBG] pgmap v14576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:15.737291+0000 mgr.y (mgr.14556) 16497 : cluster [DBG] pgmap v14576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:17.737830+0000 mgr.y (mgr.14556) 16498 : cluster [DBG] pgmap v14577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:17.737830+0000 mgr.y (mgr.14556) 16498 : cluster [DBG] pgmap v14577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:17.737830+0000 mgr.y (mgr.14556) 16498 : cluster [DBG] pgmap v14577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:19.738304+0000 mgr.y (mgr.14556) 16499 : cluster [DBG] pgmap v14578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:19.738304+0000 mgr.y (mgr.14556) 16499 : cluster [DBG] pgmap v14578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:19.738304+0000 mgr.y (mgr.14556) 16499 : cluster [DBG] pgmap v14578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:51:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:21.738970+0000 mgr.y (mgr.14556) 16500 : cluster [DBG] pgmap v14579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:21.738970+0000 mgr.y (mgr.14556) 16500 : cluster [DBG] pgmap v14579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:21.738970+0000 mgr.y (mgr.14556) 16500 : cluster [DBG] pgmap v14579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:51:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:51:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:23.739573+0000 mgr.y (mgr.14556) 16501 : cluster [DBG] pgmap v14580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:23.739573+0000 mgr.y (mgr.14556) 16501 : cluster [DBG] pgmap v14580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:23.739573+0000 mgr.y (mgr.14556) 16501 : cluster [DBG] pgmap v14580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:25.740246+0000 mgr.y (mgr.14556) 16502 : cluster [DBG] pgmap v14581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:25.740246+0000 mgr.y (mgr.14556) 16502 : cluster [DBG] pgmap v14581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:25.740246+0000 mgr.y (mgr.14556) 16502 : cluster [DBG] pgmap v14581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:27.740718+0000 mgr.y (mgr.14556) 16503 : cluster [DBG] pgmap v14582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:27.740718+0000 mgr.y (mgr.14556) 16503 : cluster [DBG] pgmap v14582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:27.740718+0000 mgr.y (mgr.14556) 16503 : cluster [DBG] pgmap v14582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:29.741218+0000 mgr.y (mgr.14556) 16504 : cluster [DBG] pgmap v14583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:51:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:29.741218+0000 mgr.y (mgr.14556) 16504 : cluster [DBG] pgmap v14583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:29.741218+0000 mgr.y (mgr.14556) 16504 : cluster [DBG] pgmap v14583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:31.742024+0000 mgr.y (mgr.14556) 16505 : cluster [DBG] pgmap v14584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:31.742024+0000 mgr.y (mgr.14556) 16505 : cluster [DBG] pgmap v14584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:31.742024+0000 mgr.y (mgr.14556) 16505 : cluster [DBG] pgmap v14584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:51:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:51:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:33.742455+0000 mgr.y (mgr.14556) 16506 : cluster [DBG] pgmap v14585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:33.742455+0000 mgr.y (mgr.14556) 16506 : cluster [DBG] pgmap v14585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:33.742455+0000 mgr.y (mgr.14556) 16506 : cluster [DBG] pgmap v14585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:35.743072+0000 mgr.y (mgr.14556) 16507 : cluster [DBG] pgmap v14586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:35.743072+0000 mgr.y (mgr.14556) 16507 : cluster [DBG] pgmap v14586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:35.743072+0000 mgr.y (mgr.14556) 16507 : cluster [DBG] pgmap v14586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:37.743424+0000 mgr.y (mgr.14556) 16508 : cluster [DBG] pgmap v14587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:37.743424+0000 mgr.y (mgr.14556) 16508 : cluster [DBG] pgmap v14587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:37.743424+0000 mgr.y (mgr.14556) 16508 : cluster [DBG] pgmap v14587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:41.863 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:51:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:39.743765+0000 mgr.y (mgr.14556) 16509 : cluster [DBG] pgmap v14588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:39.743765+0000 mgr.y (mgr.14556) 16509 : cluster [DBG] pgmap v14588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:39.743765+0000 mgr.y (mgr.14556) 16509 : cluster [DBG] pgmap v14588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:51:42.149 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:51:42.149 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 6m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:51:42.149 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 6m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:51:42.149 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 6m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:51:42.150 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 6m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:51:42.150 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 6m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:51:42.150 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 6m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:51:42.150 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 6m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:51:42.150 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 6m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:51:42.150 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 6m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:51:42.150 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 6m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:51:42.150 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 6m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:51:42.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 6m ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:51:42.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 6m ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:51:42.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 6m ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:51:42.150 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 6m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:51:42.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 6m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:51:42.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 6m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:51:42.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 6m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:51:42.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 6m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:51:42.151 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 6m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:51:42.498 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:51:42.498 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:51:42.498 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:51:42.498 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:51:42.498 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:51:42.498 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:51:42.498 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:51:42.498 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:51:42.498 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:51:42.498 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:51:42.499 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:51:42.499 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:51:42.499 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:51:42.499 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:51:42.499 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:51:42.499 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:51:42.499 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:51:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:41.744317+0000 mgr.y (mgr.14556) 16510 : cluster [DBG] pgmap v14589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:51:41.850839+0000 mgr.y (mgr.14556) 16511 : audit [DBG] from='client.41693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:51:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:51:42.141955+0000 mgr.y (mgr.14556) 16512 : audit [DBG] from='client.41699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:51:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:51:42.498392+0000 mon.a (mon.0) 3620 : audit [DBG] from='client.? 172.21.15.23:0/2089560906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:51:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:41.744317+0000 mgr.y (mgr.14556) 16510 : cluster [DBG] pgmap v14589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:51:41.850839+0000 mgr.y (mgr.14556) 16511 : audit [DBG] from='client.41693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:51:43.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:51:42.141955+0000 mgr.y (mgr.14556) 16512 : audit [DBG] from='client.41699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:51:43.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:51:42.498392+0000 mon.a (mon.0) 3620 : audit [DBG] from='client.? 172.21.15.23:0/2089560906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:51:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:41.744317+0000 mgr.y (mgr.14556) 16510 : cluster [DBG] pgmap v14589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:51:41.850839+0000 mgr.y (mgr.14556) 16511 : audit [DBG] from='client.41693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:51:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:51:42.141955+0000 mgr.y (mgr.14556) 16512 : audit [DBG] from='client.41699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:51:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:51:42.498392+0000 mon.a (mon.0) 3620 : audit [DBG] from='client.? 172.21.15.23:0/2089560906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:51:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:51:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:51:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:43.744743+0000 mgr.y (mgr.14556) 16513 : cluster [DBG] pgmap v14590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:43.744743+0000 mgr.y (mgr.14556) 16513 : cluster [DBG] pgmap v14590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:43.744743+0000 mgr.y (mgr.14556) 16513 : cluster [DBG] pgmap v14590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:46.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:45.745456+0000 mgr.y (mgr.14556) 16514 : cluster [DBG] pgmap v14591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:45.745456+0000 mgr.y (mgr.14556) 16514 : cluster [DBG] pgmap v14591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:45.745456+0000 mgr.y (mgr.14556) 16514 : cluster [DBG] pgmap v14591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:47.745898+0000 mgr.y (mgr.14556) 16515 : cluster [DBG] pgmap v14592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:47.745898+0000 mgr.y (mgr.14556) 16515 : cluster [DBG] pgmap v14592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:47.745898+0000 mgr.y (mgr.14556) 16515 : cluster [DBG] pgmap v14592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:49.746389+0000 mgr.y (mgr.14556) 16516 : cluster [DBG] pgmap v14593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:49.746389+0000 mgr.y (mgr.14556) 16516 : cluster [DBG] pgmap v14593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:49.746389+0000 mgr.y (mgr.14556) 16516 : cluster [DBG] pgmap v14593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:51:53.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:51.747004+0000 mgr.y (mgr.14556) 16517 : cluster [DBG] pgmap v14594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:53.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:51.747004+0000 mgr.y (mgr.14556) 16517 : cluster [DBG] pgmap v14594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:51.747004+0000 mgr.y (mgr.14556) 16517 : cluster [DBG] pgmap v14594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:51:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:51:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:53.747425+0000 mgr.y (mgr.14556) 16518 : cluster [DBG] pgmap v14595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:53.747425+0000 mgr.y (mgr.14556) 16518 : cluster [DBG] pgmap v14595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:53.747425+0000 mgr.y (mgr.14556) 16518 : cluster [DBG] pgmap v14595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:55.748229+0000 mgr.y (mgr.14556) 16519 : cluster [DBG] pgmap v14596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:57.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:55.748229+0000 mgr.y (mgr.14556) 16519 : cluster [DBG] pgmap v14596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:55.748229+0000 mgr.y (mgr.14556) 16519 : cluster [DBG] pgmap v14596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:57.748776+0000 mgr.y (mgr.14556) 16520 : cluster [DBG] pgmap v14597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:59.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:57.748776+0000 mgr.y (mgr.14556) 16520 : cluster [DBG] pgmap v14597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:51:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:57.748776+0000 mgr.y (mgr.14556) 16520 : cluster [DBG] pgmap v14597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:51:59.749135+0000 mgr.y (mgr.14556) 16521 : cluster [DBG] pgmap v14598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:51:59.749135+0000 mgr.y (mgr.14556) 16521 : cluster [DBG] pgmap v14598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:51:59.749135+0000 mgr.y (mgr.14556) 16521 : cluster [DBG] pgmap v14598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:52:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:01.749798+0000 mgr.y (mgr.14556) 16522 : cluster [DBG] pgmap v14599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:01.749798+0000 mgr.y (mgr.14556) 16522 : cluster [DBG] pgmap v14599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:01.749798+0000 mgr.y (mgr.14556) 16522 : cluster [DBG] pgmap v14599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:52:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:52:05.190 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:03.750171+0000 mgr.y (mgr.14556) 16523 : cluster [DBG] pgmap v14600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:05.190 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:52:04.518597+0000 mon.a (mon.0) 3621 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:52:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:03.750171+0000 mgr.y (mgr.14556) 16523 : cluster [DBG] pgmap v14600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:52:04.518597+0000 mon.a (mon.0) 3621 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:52:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:03.750171+0000 mgr.y (mgr.14556) 16523 : cluster [DBG] pgmap v14600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:52:04.518597+0000 mon.a (mon.0) 3621 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:52:07.269 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:05.750834+0000 mgr.y (mgr.14556) 16524 : cluster [DBG] pgmap v14601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:05.750834+0000 mgr.y (mgr.14556) 16524 : cluster [DBG] pgmap v14601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:05.750834+0000 mgr.y (mgr.14556) 16524 : cluster [DBG] pgmap v14601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:07.751402+0000 mgr.y (mgr.14556) 16525 : cluster [DBG] pgmap v14602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:52:07.797050+0000 mon.a (mon.0) 3622 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:52:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:52:08.087914+0000 mon.a (mon.0) 3623 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:52:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:52:08.089001+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:52:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:52:08.099411+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:52:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:07.751402+0000 mgr.y (mgr.14556) 16525 : cluster [DBG] pgmap v14602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:52:07.797050+0000 mon.a (mon.0) 3622 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:52:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:52:08.087914+0000 mon.a (mon.0) 3623 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:52:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:52:08.089001+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:52:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:52:08.099411+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:52:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:07.751402+0000 mgr.y (mgr.14556) 16525 : cluster [DBG] pgmap v14602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:52:07.797050+0000 mon.a (mon.0) 3622 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:52:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:52:08.087914+0000 mon.a (mon.0) 3623 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:52:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:52:08.089001+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:52:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:52:08.099411+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:52:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:09.751802+0000 mgr.y (mgr.14556) 16526 : cluster [DBG] pgmap v14603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:09.751802+0000 mgr.y (mgr.14556) 16526 : cluster [DBG] pgmap v14603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:09.751802+0000 mgr.y (mgr.14556) 16526 : cluster [DBG] pgmap v14603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:52:12.823 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:52:13.111 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:52:13.111 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:52:13.111 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:52:13.111 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:52:13.111 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:52:13.111 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:52:13.111 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:52:13.111 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:52:13.111 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:52:13.111 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:52:13.111 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:52:13.111 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:52:13.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7m ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:52:13.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7m ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:52:13.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 7m ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:52:13.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:52:13.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:52:13.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:52:13.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:52:13.112 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:52:13.112 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:52:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:11.752449+0000 mgr.y (mgr.14556) 16527 : cluster [DBG] pgmap v14604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:11.752449+0000 mgr.y (mgr.14556) 16527 : cluster [DBG] pgmap v14604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:11.752449+0000 mgr.y (mgr.14556) 16527 : cluster [DBG] pgmap v14604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:13.464 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:52:13.464 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:52:13.464 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:52:13.464 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:52:13.464 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:52:13.465 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:52:13.465 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:52:13.465 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:52:13.465 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:52:13.465 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:52:13.465 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:52:13.465 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:52:13.465 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:52:13.465 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:52:13.465 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:52:13.465 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:52:13.465 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:52:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:52:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:52:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:52:12.811308+0000 mgr.y (mgr.14556) 16528 : audit [DBG] from='client.41711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:52:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:52:13.103307+0000 mgr.y (mgr.14556) 16529 : audit [DBG] from='client.41717 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:52:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:52:13.464727+0000 mon.a (mon.0) 3626 : audit [DBG] from='client.? 172.21.15.23:0/3356014870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:52:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:52:12.811308+0000 mgr.y (mgr.14556) 16528 : audit [DBG] from='client.41711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:52:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:52:13.103307+0000 mgr.y (mgr.14556) 16529 : audit [DBG] from='client.41717 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:52:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:52:13.464727+0000 mon.a (mon.0) 3626 : audit [DBG] from='client.? 172.21.15.23:0/3356014870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:52:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:52:12.811308+0000 mgr.y (mgr.14556) 16528 : audit [DBG] from='client.41711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:52:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:52:13.103307+0000 mgr.y (mgr.14556) 16529 : audit [DBG] from='client.41717 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:52:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:52:13.464727+0000 mon.a (mon.0) 3626 : audit [DBG] from='client.? 172.21.15.23:0/3356014870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:52:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:13.752816+0000 mgr.y (mgr.14556) 16530 : cluster [DBG] pgmap v14605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:13.752816+0000 mgr.y (mgr.14556) 16530 : cluster [DBG] pgmap v14605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:13.752816+0000 mgr.y (mgr.14556) 16530 : cluster [DBG] pgmap v14605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:15.753512+0000 mgr.y (mgr.14556) 16531 : cluster [DBG] pgmap v14606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:15.753512+0000 mgr.y (mgr.14556) 16531 : cluster [DBG] pgmap v14606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:15.753512+0000 mgr.y (mgr.14556) 16531 : cluster [DBG] pgmap v14606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:19.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:17.753872+0000 mgr.y (mgr.14556) 16532 : cluster [DBG] pgmap v14607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:19.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:17.753872+0000 mgr.y (mgr.14556) 16532 : cluster [DBG] pgmap v14607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:19.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:17.753872+0000 mgr.y (mgr.14556) 16532 : cluster [DBG] pgmap v14607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:19.754265+0000 mgr.y (mgr.14556) 16533 : cluster [DBG] pgmap v14608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:19.754265+0000 mgr.y (mgr.14556) 16533 : cluster [DBG] pgmap v14608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:19.754265+0000 mgr.y (mgr.14556) 16533 : cluster [DBG] pgmap v14608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:52:23.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:21.754933+0000 mgr.y (mgr.14556) 16534 : cluster [DBG] pgmap v14609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:21.754933+0000 mgr.y (mgr.14556) 16534 : cluster [DBG] pgmap v14609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:23.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:21.754933+0000 mgr.y (mgr.14556) 16534 : cluster [DBG] pgmap v14609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:52:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:52:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:23.755335+0000 mgr.y (mgr.14556) 16535 : cluster [DBG] pgmap v14610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:23.755335+0000 mgr.y (mgr.14556) 16535 : cluster [DBG] pgmap v14610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:23.755335+0000 mgr.y (mgr.14556) 16535 : cluster [DBG] pgmap v14610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:25.756076+0000 mgr.y (mgr.14556) 16536 : cluster [DBG] pgmap v14611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:25.756076+0000 mgr.y (mgr.14556) 16536 : cluster [DBG] pgmap v14611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:25.756076+0000 mgr.y (mgr.14556) 16536 : cluster [DBG] pgmap v14611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:27.756535+0000 mgr.y (mgr.14556) 16537 : cluster [DBG] pgmap v14612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:27.756535+0000 mgr.y (mgr.14556) 16537 : cluster [DBG] pgmap v14612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:27.756535+0000 mgr.y (mgr.14556) 16537 : cluster [DBG] pgmap v14612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:29.756920+0000 mgr.y (mgr.14556) 16538 : cluster [DBG] pgmap v14613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:29.756920+0000 mgr.y (mgr.14556) 16538 : cluster [DBG] pgmap v14613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:29.756920+0000 mgr.y (mgr.14556) 16538 : cluster [DBG] pgmap v14613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:52:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:31.757760+0000 mgr.y (mgr.14556) 16539 : cluster [DBG] pgmap v14614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:31.757760+0000 mgr.y (mgr.14556) 16539 : cluster [DBG] pgmap v14614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:31.757760+0000 mgr.y (mgr.14556) 16539 : cluster [DBG] pgmap v14614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:52:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:52:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:33.758185+0000 mgr.y (mgr.14556) 16540 : cluster [DBG] pgmap v14615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:33.758185+0000 mgr.y (mgr.14556) 16540 : cluster [DBG] pgmap v14615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:33.758185+0000 mgr.y (mgr.14556) 16540 : cluster [DBG] pgmap v14615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:35.759060+0000 mgr.y (mgr.14556) 16541 : cluster [DBG] pgmap v14616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:35.759060+0000 mgr.y (mgr.14556) 16541 : cluster [DBG] pgmap v14616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:35.759060+0000 mgr.y (mgr.14556) 16541 : cluster [DBG] pgmap v14616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:37.759561+0000 mgr.y (mgr.14556) 16542 : cluster [DBG] pgmap v14617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:37.759561+0000 mgr.y (mgr.14556) 16542 : cluster [DBG] pgmap v14617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:37.759561+0000 mgr.y (mgr.14556) 16542 : cluster [DBG] pgmap v14617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:39.760012+0000 mgr.y (mgr.14556) 16543 : cluster [DBG] pgmap v14618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:39.760012+0000 mgr.y (mgr.14556) 16543 : cluster [DBG] pgmap v14618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:39.760012+0000 mgr.y (mgr.14556) 16543 : cluster [DBG] pgmap v14618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:52:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:41.760734+0000 mgr.y (mgr.14556) 16544 : cluster [DBG] pgmap v14619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:41.760734+0000 mgr.y (mgr.14556) 16544 : cluster [DBG] pgmap v14619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:41.760734+0000 mgr.y (mgr.14556) 16544 : cluster [DBG] pgmap v14619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:43.789 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:52:44.077 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:52:44.077 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:52:44.077 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:52:44.077 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:52:44.077 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:52:44.077 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:52:44.077 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:52:44.077 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:52:44.077 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:52:44.077 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:52:44.078 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:52:44.078 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:52:44.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7m ago 8h 46.4M 2473M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:52:44.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7m ago 8h 45.7M 2473M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:52:44.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 7m ago 8h 44.5M 2473M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:52:44.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7m ago 8h 43.7M 2473M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:52:44.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:52:44.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:52:44.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:52:44.078 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:52:44.078 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:52:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:52:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:52:44.428 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:52:44.428 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:52:44.428 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:52:44.428 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:52:44.428 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:52:44.429 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:52:44.429 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:52:44.429 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:52:44.429 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:52:44.429 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:52:44.429 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:52:44.429 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:52:44.429 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:52:44.429 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:52:44.429 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:52:44.430 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:52:44.430 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:52:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:43.761107+0000 mgr.y (mgr.14556) 16545 : cluster [DBG] pgmap v14620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:52:43.777718+0000 mgr.y (mgr.14556) 16546 : audit [DBG] from='client.41729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:52:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:52:44.069209+0000 mgr.y (mgr.14556) 16547 : audit [DBG] from='client.31824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:52:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:52:44.428770+0000 mon.a (mon.0) 3627 : audit [DBG] from='client.? 172.21.15.23:0/3671840331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:52:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:43.761107+0000 mgr.y (mgr.14556) 16545 : cluster [DBG] pgmap v14620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:52:43.777718+0000 mgr.y (mgr.14556) 16546 : audit [DBG] from='client.41729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:52:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:52:44.069209+0000 mgr.y (mgr.14556) 16547 : audit [DBG] from='client.31824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:52:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:52:44.428770+0000 mon.a (mon.0) 3627 : audit [DBG] from='client.? 172.21.15.23:0/3671840331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:52:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:43.761107+0000 mgr.y (mgr.14556) 16545 : cluster [DBG] pgmap v14620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:52:43.777718+0000 mgr.y (mgr.14556) 16546 : audit [DBG] from='client.41729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:52:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:52:44.069209+0000 mgr.y (mgr.14556) 16547 : audit [DBG] from='client.31824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:52:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:52:44.428770+0000 mon.a (mon.0) 3627 : audit [DBG] from='client.? 172.21.15.23:0/3671840331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:52:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:45.761707+0000 mgr.y (mgr.14556) 16548 : cluster [DBG] pgmap v14621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:45.761707+0000 mgr.y (mgr.14556) 16548 : cluster [DBG] pgmap v14621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:45.761707+0000 mgr.y (mgr.14556) 16548 : cluster [DBG] pgmap v14621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:47.762079+0000 mgr.y (mgr.14556) 16549 : cluster [DBG] pgmap v14622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:47.762079+0000 mgr.y (mgr.14556) 16549 : cluster [DBG] pgmap v14622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:47.762079+0000 mgr.y (mgr.14556) 16549 : cluster [DBG] pgmap v14622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:49.762432+0000 mgr.y (mgr.14556) 16550 : cluster [DBG] pgmap v14623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:49.762432+0000 mgr.y (mgr.14556) 16550 : cluster [DBG] pgmap v14623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:49.762432+0000 mgr.y (mgr.14556) 16550 : cluster [DBG] pgmap v14623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:52:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:51.763251+0000 mgr.y (mgr.14556) 16551 : cluster [DBG] pgmap v14624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:51.763251+0000 mgr.y (mgr.14556) 16551 : cluster [DBG] pgmap v14624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:51.763251+0000 mgr.y (mgr.14556) 16551 : cluster [DBG] pgmap v14624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:52:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:52:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:53.763666+0000 mgr.y (mgr.14556) 16552 : cluster [DBG] pgmap v14625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:53.763666+0000 mgr.y (mgr.14556) 16552 : cluster [DBG] pgmap v14625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:53.763666+0000 mgr.y (mgr.14556) 16552 : cluster [DBG] pgmap v14625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:55.764286+0000 mgr.y (mgr.14556) 16553 : cluster [DBG] pgmap v14626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:55.764286+0000 mgr.y (mgr.14556) 16553 : cluster [DBG] pgmap v14626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:55.764286+0000 mgr.y (mgr.14556) 16553 : cluster [DBG] pgmap v14626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:57.764709+0000 mgr.y (mgr.14556) 16554 : cluster [DBG] pgmap v14627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:57.764709+0000 mgr.y (mgr.14556) 16554 : cluster [DBG] pgmap v14627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:52:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:52:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:57.764709+0000 mgr.y (mgr.14556) 16554 : cluster [DBG] pgmap v14627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:52:59.765174+0000 mgr.y (mgr.14556) 16555 : cluster [DBG] pgmap v14628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:52:59.765174+0000 mgr.y (mgr.14556) 16555 : cluster [DBG] pgmap v14628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:52:59.765174+0000 mgr.y (mgr.14556) 16555 : cluster [DBG] pgmap v14628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:53:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:01.765949+0000 mgr.y (mgr.14556) 16556 : cluster [DBG] pgmap v14629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:01.765949+0000 mgr.y (mgr.14556) 16556 : cluster [DBG] pgmap v14629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:01.765949+0000 mgr.y (mgr.14556) 16556 : cluster [DBG] pgmap v14629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:53:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:53:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:03.766417+0000 mgr.y (mgr.14556) 16557 : cluster [DBG] pgmap v14630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:03.766417+0000 mgr.y (mgr.14556) 16557 : cluster [DBG] pgmap v14630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:03.766417+0000 mgr.y (mgr.14556) 16557 : cluster [DBG] pgmap v14630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:05.767060+0000 mgr.y (mgr.14556) 16558 : cluster [DBG] pgmap v14631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:05.767060+0000 mgr.y (mgr.14556) 16558 : cluster [DBG] pgmap v14631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:05.767060+0000 mgr.y (mgr.14556) 16558 : cluster [DBG] pgmap v14631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:08.105269+0000 mon.a (mon.0) 3628 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:53:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:08.105269+0000 mon.a (mon.0) 3628 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:53:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:08.105269+0000 mon.a (mon.0) 3628 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:53:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:07.767484+0000 mgr.y (mgr.14556) 16559 : cluster [DBG] pgmap v14632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:08.398255+0000 mon.a (mon.0) 3629 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:53:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:08.398964+0000 mon.a (mon.0) 3630 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:53:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:08.399546+0000 mon.a (mon.0) 3631 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:53:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:08.400120+0000 mon.a (mon.0) 3632 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:53:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T14:53:08.400574+0000 mgr.y (mgr.14556) 16560 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2472M 2024-03-22T14:53:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:08.406271+0000 mon.a (mon.0) 3633 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:53:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:08.417076+0000 mon.a (mon.0) 3634 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:53:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:08.417792+0000 mon.a (mon.0) 3635 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:53:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:08.423653+0000 mon.a (mon.0) 3636 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:53:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:07.767484+0000 mgr.y (mgr.14556) 16559 : cluster [DBG] pgmap v14632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:08.398255+0000 mon.a (mon.0) 3629 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:53:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:08.398964+0000 mon.a (mon.0) 3630 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:53:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:08.399546+0000 mon.a (mon.0) 3631 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:53:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:08.400120+0000 mon.a (mon.0) 3632 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:53:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T14:53:08.400574+0000 mgr.y (mgr.14556) 16560 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2472M 2024-03-22T14:53:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:08.406271+0000 mon.a (mon.0) 3633 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:53:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:08.417076+0000 mon.a (mon.0) 3634 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:53:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:08.417792+0000 mon.a (mon.0) 3635 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:53:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:08.423653+0000 mon.a (mon.0) 3636 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:53:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:07.767484+0000 mgr.y (mgr.14556) 16559 : cluster [DBG] pgmap v14632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:08.398255+0000 mon.a (mon.0) 3629 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:53:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:08.398964+0000 mon.a (mon.0) 3630 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:53:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:08.399546+0000 mon.a (mon.0) 3631 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:53:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:08.400120+0000 mon.a (mon.0) 3632 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T14:53:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T14:53:08.400574+0000 mgr.y (mgr.14556) 16560 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2472M 2024-03-22T14:53:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:08.406271+0000 mon.a (mon.0) 3633 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:53:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:08.417076+0000 mon.a (mon.0) 3634 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:53:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:08.417792+0000 mon.a (mon.0) 3635 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:53:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:08.423653+0000 mon.a (mon.0) 3636 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:53:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:09.767970+0000 mgr.y (mgr.14556) 16561 : cluster [DBG] pgmap v14633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:09.767970+0000 mgr.y (mgr.14556) 16561 : cluster [DBG] pgmap v14633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:09.767970+0000 mgr.y (mgr.14556) 16561 : cluster [DBG] pgmap v14633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:53:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:11.768735+0000 mgr.y (mgr.14556) 16562 : cluster [DBG] pgmap v14634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:11.768735+0000 mgr.y (mgr.14556) 16562 : cluster [DBG] pgmap v14634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:11.768735+0000 mgr.y (mgr.14556) 16562 : cluster [DBG] pgmap v14634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:53:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:53:14.752 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:53:15.043 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:53:15.043 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 8m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:53:15.043 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 8m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:53:15.043 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 8m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:53:15.043 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 8m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:53:15.043 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 8m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:53:15.043 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 8m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:53:15.043 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 8m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:53:15.043 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 8m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:53:15.043 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 8m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:53:15.044 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 8m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:53:15.044 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 8m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:53:15.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 8m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:53:15.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 8m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:53:15.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 8m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:53:15.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 8m ago 8h 43.7M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:53:15.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 8m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:53:15.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 8m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:53:15.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 8m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:53:15.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 8m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:53:15.044 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 8m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:53:15.396 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:53:15.396 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:53:15.396 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:53:15.397 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:53:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:13.769230+0000 mgr.y (mgr.14556) 16563 : cluster [DBG] pgmap v14635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:13.769230+0000 mgr.y (mgr.14556) 16563 : cluster [DBG] pgmap v14635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:13.769230+0000 mgr.y (mgr.14556) 16563 : cluster [DBG] pgmap v14635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:14.741169+0000 mgr.y (mgr.14556) 16564 : audit [DBG] from='client.31836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:53:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:15.035280+0000 mgr.y (mgr.14556) 16565 : audit [DBG] from='client.31842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:53:16.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:15.396983+0000 mon.a (mon.0) 3637 : audit [DBG] from='client.? 172.21.15.23:0/570765177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:53:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:14.741169+0000 mgr.y (mgr.14556) 16564 : audit [DBG] from='client.31836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:53:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:15.035280+0000 mgr.y (mgr.14556) 16565 : audit [DBG] from='client.31842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:53:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:15.396983+0000 mon.a (mon.0) 3637 : audit [DBG] from='client.? 172.21.15.23:0/570765177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:53:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:14.741169+0000 mgr.y (mgr.14556) 16564 : audit [DBG] from='client.31836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:53:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:15.035280+0000 mgr.y (mgr.14556) 16565 : audit [DBG] from='client.31842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:53:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:15.396983+0000 mon.a (mon.0) 3637 : audit [DBG] from='client.? 172.21.15.23:0/570765177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:53:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:15.770074+0000 mgr.y (mgr.14556) 16566 : cluster [DBG] pgmap v14636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:15.770074+0000 mgr.y (mgr.14556) 16566 : cluster [DBG] pgmap v14636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:15.770074+0000 mgr.y (mgr.14556) 16566 : cluster [DBG] pgmap v14636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:17.770474+0000 mgr.y (mgr.14556) 16567 : cluster [DBG] pgmap v14637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:17.770474+0000 mgr.y (mgr.14556) 16567 : cluster [DBG] pgmap v14637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:17.770474+0000 mgr.y (mgr.14556) 16567 : cluster [DBG] pgmap v14637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:21.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:19.770935+0000 mgr.y (mgr.14556) 16568 : cluster [DBG] pgmap v14638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:19.770935+0000 mgr.y (mgr.14556) 16568 : cluster [DBG] pgmap v14638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:19.770935+0000 mgr.y (mgr.14556) 16568 : cluster [DBG] pgmap v14638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:53:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:21.771605+0000 mgr.y (mgr.14556) 16569 : cluster [DBG] pgmap v14639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:21.771605+0000 mgr.y (mgr.14556) 16569 : cluster [DBG] pgmap v14639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:21.771605+0000 mgr.y (mgr.14556) 16569 : cluster [DBG] pgmap v14639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:53:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:53:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:23.772171+0000 mgr.y (mgr.14556) 16570 : cluster [DBG] pgmap v14640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:23.772171+0000 mgr.y (mgr.14556) 16570 : cluster [DBG] pgmap v14640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:23.772171+0000 mgr.y (mgr.14556) 16570 : cluster [DBG] pgmap v14640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:25.772990+0000 mgr.y (mgr.14556) 16571 : cluster [DBG] pgmap v14641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:25.772990+0000 mgr.y (mgr.14556) 16571 : cluster [DBG] pgmap v14641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:25.772990+0000 mgr.y (mgr.14556) 16571 : cluster [DBG] pgmap v14641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:27.773419+0000 mgr.y (mgr.14556) 16572 : cluster [DBG] pgmap v14642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:27.773419+0000 mgr.y (mgr.14556) 16572 : cluster [DBG] pgmap v14642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:27.773419+0000 mgr.y (mgr.14556) 16572 : cluster [DBG] pgmap v14642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:29.773774+0000 mgr.y (mgr.14556) 16573 : cluster [DBG] pgmap v14643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:29.773774+0000 mgr.y (mgr.14556) 16573 : cluster [DBG] pgmap v14643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:29.773774+0000 mgr.y (mgr.14556) 16573 : cluster [DBG] pgmap v14643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:53:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:31.774445+0000 mgr.y (mgr.14556) 16574 : cluster [DBG] pgmap v14644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:31.774445+0000 mgr.y (mgr.14556) 16574 : cluster [DBG] pgmap v14644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:31.774445+0000 mgr.y (mgr.14556) 16574 : cluster [DBG] pgmap v14644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:53:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:53:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:33.774807+0000 mgr.y (mgr.14556) 16575 : cluster [DBG] pgmap v14645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:33.774807+0000 mgr.y (mgr.14556) 16575 : cluster [DBG] pgmap v14645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:33.774807+0000 mgr.y (mgr.14556) 16575 : cluster [DBG] pgmap v14645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:35.775479+0000 mgr.y (mgr.14556) 16576 : cluster [DBG] pgmap v14646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:35.775479+0000 mgr.y (mgr.14556) 16576 : cluster [DBG] pgmap v14646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:35.775479+0000 mgr.y (mgr.14556) 16576 : cluster [DBG] pgmap v14646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:37.776024+0000 mgr.y (mgr.14556) 16577 : cluster [DBG] pgmap v14647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:37.776024+0000 mgr.y (mgr.14556) 16577 : cluster [DBG] pgmap v14647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:37.776024+0000 mgr.y (mgr.14556) 16577 : cluster [DBG] pgmap v14647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:39.776449+0000 mgr.y (mgr.14556) 16578 : cluster [DBG] pgmap v14648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:39.776449+0000 mgr.y (mgr.14556) 16578 : cluster [DBG] pgmap v14648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:41.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:39.776449+0000 mgr.y (mgr.14556) 16578 : cluster [DBG] pgmap v14648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:41.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:53:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:41.777223+0000 mgr.y (mgr.14556) 16579 : cluster [DBG] pgmap v14649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:41.777223+0000 mgr.y (mgr.14556) 16579 : cluster [DBG] pgmap v14649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:41.777223+0000 mgr.y (mgr.14556) 16579 : cluster [DBG] pgmap v14649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:53:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:53:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:43.777722+0000 mgr.y (mgr.14556) 16580 : cluster [DBG] pgmap v14650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:43.777722+0000 mgr.y (mgr.14556) 16580 : cluster [DBG] pgmap v14650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:43.777722+0000 mgr.y (mgr.14556) 16580 : cluster [DBG] pgmap v14650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:45.724 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:53:46.014 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 8m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 8m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 8m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 8m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 8m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 8m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 8m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 8m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 8m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 8m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 8m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 8m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 8m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 8m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:53:46.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 8m ago 8h 43.7M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:53:46.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 8m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:53:46.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 8m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:53:46.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 8m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:53:46.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 8m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:53:46.016 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 8m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:53:46.369 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:53:46.369 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:53:46.369 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:53:46.369 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:53:46.369 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:53:46.370 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:53:46.370 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:53:46.370 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:53:46.370 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:53:46.370 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:53:46.370 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:53:46.370 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:53:46.370 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:53:46.370 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:53:46.370 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:53:46.370 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:53:46.370 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:53:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:45.712628+0000 mgr.y (mgr.14556) 16581 : audit [DBG] from='client.41765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:53:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:45.778439+0000 mgr.y (mgr.14556) 16582 : cluster [DBG] pgmap v14651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:46.007113+0000 mgr.y (mgr.14556) 16583 : audit [DBG] from='client.31860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:53:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:53:46.369803+0000 mon.a (mon.0) 3638 : audit [DBG] from='client.? 172.21.15.23:0/2257357057' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:53:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:45.712628+0000 mgr.y (mgr.14556) 16581 : audit [DBG] from='client.41765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:53:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:45.778439+0000 mgr.y (mgr.14556) 16582 : cluster [DBG] pgmap v14651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:46.007113+0000 mgr.y (mgr.14556) 16583 : audit [DBG] from='client.31860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:53:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:53:46.369803+0000 mon.a (mon.0) 3638 : audit [DBG] from='client.? 172.21.15.23:0/2257357057' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:53:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:45.712628+0000 mgr.y (mgr.14556) 16581 : audit [DBG] from='client.41765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:53:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:45.778439+0000 mgr.y (mgr.14556) 16582 : cluster [DBG] pgmap v14651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:46.007113+0000 mgr.y (mgr.14556) 16583 : audit [DBG] from='client.31860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:53:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:53:46.369803+0000 mon.a (mon.0) 3638 : audit [DBG] from='client.? 172.21.15.23:0/2257357057' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:53:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:47.779010+0000 mgr.y (mgr.14556) 16584 : cluster [DBG] pgmap v14652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:47.779010+0000 mgr.y (mgr.14556) 16584 : cluster [DBG] pgmap v14652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:47.779010+0000 mgr.y (mgr.14556) 16584 : cluster [DBG] pgmap v14652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:49.779565+0000 mgr.y (mgr.14556) 16585 : cluster [DBG] pgmap v14653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:49.779565+0000 mgr.y (mgr.14556) 16585 : cluster [DBG] pgmap v14653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:49.779565+0000 mgr.y (mgr.14556) 16585 : cluster [DBG] pgmap v14653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:53:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:51.780371+0000 mgr.y (mgr.14556) 16586 : cluster [DBG] pgmap v14654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:51.780371+0000 mgr.y (mgr.14556) 16586 : cluster [DBG] pgmap v14654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:51.780371+0000 mgr.y (mgr.14556) 16586 : cluster [DBG] pgmap v14654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:53:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:53:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:53.780710+0000 mgr.y (mgr.14556) 16587 : cluster [DBG] pgmap v14655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:53.780710+0000 mgr.y (mgr.14556) 16587 : cluster [DBG] pgmap v14655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:53.780710+0000 mgr.y (mgr.14556) 16587 : cluster [DBG] pgmap v14655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:55.781410+0000 mgr.y (mgr.14556) 16588 : cluster [DBG] pgmap v14656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:55.781410+0000 mgr.y (mgr.14556) 16588 : cluster [DBG] pgmap v14656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:55.781410+0000 mgr.y (mgr.14556) 16588 : cluster [DBG] pgmap v14656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:57.781869+0000 mgr.y (mgr.14556) 16589 : cluster [DBG] pgmap v14657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:57.781869+0000 mgr.y (mgr.14556) 16589 : cluster [DBG] pgmap v14657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:53:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:53:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:57.781869+0000 mgr.y (mgr.14556) 16589 : cluster [DBG] pgmap v14657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:53:59.782313+0000 mgr.y (mgr.14556) 16590 : cluster [DBG] pgmap v14658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:53:59.782313+0000 mgr.y (mgr.14556) 16590 : cluster [DBG] pgmap v14658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:53:59.782313+0000 mgr.y (mgr.14556) 16590 : cluster [DBG] pgmap v14658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:54:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:01.782961+0000 mgr.y (mgr.14556) 16591 : cluster [DBG] pgmap v14659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:01.782961+0000 mgr.y (mgr.14556) 16591 : cluster [DBG] pgmap v14659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:01.782961+0000 mgr.y (mgr.14556) 16591 : cluster [DBG] pgmap v14659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:04.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:54:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:54:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:03.783342+0000 mgr.y (mgr.14556) 16592 : cluster [DBG] pgmap v14660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:03.783342+0000 mgr.y (mgr.14556) 16592 : cluster [DBG] pgmap v14660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:03.783342+0000 mgr.y (mgr.14556) 16592 : cluster [DBG] pgmap v14660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:05.784043+0000 mgr.y (mgr.14556) 16593 : cluster [DBG] pgmap v14661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:06.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:05.784043+0000 mgr.y (mgr.14556) 16593 : cluster [DBG] pgmap v14661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:05.784043+0000 mgr.y (mgr.14556) 16593 : cluster [DBG] pgmap v14661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:09.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:07.784425+0000 mgr.y (mgr.14556) 16594 : cluster [DBG] pgmap v14662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:54:08.428100+0000 mon.a (mon.0) 3639 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:54:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:54:08.736293+0000 mon.a (mon.0) 3640 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:54:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:54:08.736930+0000 mon.a (mon.0) 3641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:54:09.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:54:08.744437+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:54:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:07.784425+0000 mgr.y (mgr.14556) 16594 : cluster [DBG] pgmap v14662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:54:08.428100+0000 mon.a (mon.0) 3639 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:54:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:54:08.736293+0000 mon.a (mon.0) 3640 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:54:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:54:08.736930+0000 mon.a (mon.0) 3641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:54:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:54:08.744437+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:54:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:07.784425+0000 mgr.y (mgr.14556) 16594 : cluster [DBG] pgmap v14662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:54:08.428100+0000 mon.a (mon.0) 3639 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:54:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:54:08.736293+0000 mon.a (mon.0) 3640 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:54:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:54:08.736930+0000 mon.a (mon.0) 3641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:54:09.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:54:08.744437+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:54:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:09.784816+0000 mgr.y (mgr.14556) 16595 : cluster [DBG] pgmap v14663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:09.784816+0000 mgr.y (mgr.14556) 16595 : cluster [DBG] pgmap v14663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:09.784816+0000 mgr.y (mgr.14556) 16595 : cluster [DBG] pgmap v14663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:54:13.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:11.785659+0000 mgr.y (mgr.14556) 16596 : cluster [DBG] pgmap v14664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:11.785659+0000 mgr.y (mgr.14556) 16596 : cluster [DBG] pgmap v14664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:11.785659+0000 mgr.y (mgr.14556) 16596 : cluster [DBG] pgmap v14664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:54:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:54:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:13.786115+0000 mgr.y (mgr.14556) 16597 : cluster [DBG] pgmap v14665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:13.786115+0000 mgr.y (mgr.14556) 16597 : cluster [DBG] pgmap v14665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:15.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:13.786115+0000 mgr.y (mgr.14556) 16597 : cluster [DBG] pgmap v14665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:16.695 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:54:16.984 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:54:16.984 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 9m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:54:16.984 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 9m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:54:16.984 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 9m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:54:16.984 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 9m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:54:16.984 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 9m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 9m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 9m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 9m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 9m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 9m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 9m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 9m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 9m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 9m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 9m ago 8h 43.7M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 9m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 9m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 9m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 9m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:54:16.985 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 9m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:54:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:15.786826+0000 mgr.y (mgr.14556) 16598 : cluster [DBG] pgmap v14666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:15.786826+0000 mgr.y (mgr.14556) 16598 : cluster [DBG] pgmap v14666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:15.786826+0000 mgr.y (mgr.14556) 16598 : cluster [DBG] pgmap v14666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:17.333 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:54:17.333 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:54:17.333 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:54:17.333 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:54:17.333 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:54:17.333 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:54:17.333 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:54:17.333 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:54:17.333 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:54:17.333 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:54:17.334 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:54:17.334 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:54:17.334 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:54:17.334 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:54:17.334 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:54:17.334 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:54:17.334 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:54:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:54:16.684074+0000 mgr.y (mgr.14556) 16599 : audit [DBG] from='client.31872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:54:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:54:16.976621+0000 mgr.y (mgr.14556) 16600 : audit [DBG] from='client.41789 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:54:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:54:17.333520+0000 mon.a (mon.0) 3643 : audit [DBG] from='client.? 172.21.15.23:0/1477561704' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:54:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:54:16.684074+0000 mgr.y (mgr.14556) 16599 : audit [DBG] from='client.31872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:54:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:54:16.976621+0000 mgr.y (mgr.14556) 16600 : audit [DBG] from='client.41789 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:54:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:54:17.333520+0000 mon.a (mon.0) 3643 : audit [DBG] from='client.? 172.21.15.23:0/1477561704' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:54:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:54:16.684074+0000 mgr.y (mgr.14556) 16599 : audit [DBG] from='client.31872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:54:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:54:16.976621+0000 mgr.y (mgr.14556) 16600 : audit [DBG] from='client.41789 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:54:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:54:17.333520+0000 mon.a (mon.0) 3643 : audit [DBG] from='client.? 172.21.15.23:0/1477561704' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:54:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:17.787255+0000 mgr.y (mgr.14556) 16601 : cluster [DBG] pgmap v14667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:17.787255+0000 mgr.y (mgr.14556) 16601 : cluster [DBG] pgmap v14667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:17.787255+0000 mgr.y (mgr.14556) 16601 : cluster [DBG] pgmap v14667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:19.787618+0000 mgr.y (mgr.14556) 16602 : cluster [DBG] pgmap v14668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:19.787618+0000 mgr.y (mgr.14556) 16602 : cluster [DBG] pgmap v14668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:19.787618+0000 mgr.y (mgr.14556) 16602 : cluster [DBG] pgmap v14668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:54:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:21.788340+0000 mgr.y (mgr.14556) 16603 : cluster [DBG] pgmap v14669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:21.788340+0000 mgr.y (mgr.14556) 16603 : cluster [DBG] pgmap v14669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:21.788340+0000 mgr.y (mgr.14556) 16603 : cluster [DBG] pgmap v14669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:54:23] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T14:54:25.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:23.788671+0000 mgr.y (mgr.14556) 16604 : cluster [DBG] pgmap v14670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:25.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:23.788671+0000 mgr.y (mgr.14556) 16604 : cluster [DBG] pgmap v14670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:23.788671+0000 mgr.y (mgr.14556) 16604 : cluster [DBG] pgmap v14670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:25.789428+0000 mgr.y (mgr.14556) 16605 : cluster [DBG] pgmap v14671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:25.789428+0000 mgr.y (mgr.14556) 16605 : cluster [DBG] pgmap v14671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:25.789428+0000 mgr.y (mgr.14556) 16605 : cluster [DBG] pgmap v14671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:27.789758+0000 mgr.y (mgr.14556) 16606 : cluster [DBG] pgmap v14672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:27.789758+0000 mgr.y (mgr.14556) 16606 : cluster [DBG] pgmap v14672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:27.789758+0000 mgr.y (mgr.14556) 16606 : cluster [DBG] pgmap v14672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:29.790072+0000 mgr.y (mgr.14556) 16607 : cluster [DBG] pgmap v14673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:29.790072+0000 mgr.y (mgr.14556) 16607 : cluster [DBG] pgmap v14673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:29.790072+0000 mgr.y (mgr.14556) 16607 : cluster [DBG] pgmap v14673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:54:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:31.790703+0000 mgr.y (mgr.14556) 16608 : cluster [DBG] pgmap v14674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:31.790703+0000 mgr.y (mgr.14556) 16608 : cluster [DBG] pgmap v14674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:31.790703+0000 mgr.y (mgr.14556) 16608 : cluster [DBG] pgmap v14674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:54:33] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T14:54:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:33.791097+0000 mgr.y (mgr.14556) 16609 : cluster [DBG] pgmap v14675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:33.791097+0000 mgr.y (mgr.14556) 16609 : cluster [DBG] pgmap v14675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:33.791097+0000 mgr.y (mgr.14556) 16609 : cluster [DBG] pgmap v14675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:35.791852+0000 mgr.y (mgr.14556) 16610 : cluster [DBG] pgmap v14676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:35.791852+0000 mgr.y (mgr.14556) 16610 : cluster [DBG] pgmap v14676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:35.791852+0000 mgr.y (mgr.14556) 16610 : cluster [DBG] pgmap v14676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:37.792203+0000 mgr.y (mgr.14556) 16611 : cluster [DBG] pgmap v14677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:37.792203+0000 mgr.y (mgr.14556) 16611 : cluster [DBG] pgmap v14677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:37.792203+0000 mgr.y (mgr.14556) 16611 : cluster [DBG] pgmap v14677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:39.792720+0000 mgr.y (mgr.14556) 16612 : cluster [DBG] pgmap v14678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:39.792720+0000 mgr.y (mgr.14556) 16612 : cluster [DBG] pgmap v14678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:39.792720+0000 mgr.y (mgr.14556) 16612 : cluster [DBG] pgmap v14678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:54:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:41.793404+0000 mgr.y (mgr.14556) 16613 : cluster [DBG] pgmap v14679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:41.793404+0000 mgr.y (mgr.14556) 16613 : cluster [DBG] pgmap v14679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:41.793404+0000 mgr.y (mgr.14556) 16613 : cluster [DBG] pgmap v14679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:54:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:54:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:43.793914+0000 mgr.y (mgr.14556) 16614 : cluster [DBG] pgmap v14680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:43.793914+0000 mgr.y (mgr.14556) 16614 : cluster [DBG] pgmap v14680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:43.793914+0000 mgr.y (mgr.14556) 16614 : cluster [DBG] pgmap v14680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:45.794533+0000 mgr.y (mgr.14556) 16615 : cluster [DBG] pgmap v14681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:45.794533+0000 mgr.y (mgr.14556) 16615 : cluster [DBG] pgmap v14681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:45.794533+0000 mgr.y (mgr.14556) 16615 : cluster [DBG] pgmap v14681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:47.657 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 9m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 9m ago 8h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 9m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 9m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 9m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 9m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 9m ago 8h 1088M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 9m ago 8h 714M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 9m ago 8h 718M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 9m ago 8h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 9m ago 8h 22.3M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 9m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 9m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:54:47.947 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 9m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:54:47.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 9m ago 8h 43.7M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:54:47.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 9m ago 8h 43.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:54:47.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 9m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:54:47.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 9m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:54:47.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 9m ago 8h 43.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:54:47.948 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 9m ago 8h 106M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:54:48.302 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:54:48.303 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:54:48.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:54:48.303 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:54:48.303 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:54:48.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:54:48.303 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:54:48.303 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:54:48.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:54:48.303 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:54:48.303 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:54:48.304 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:54:48.304 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:54:48.304 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:54:48.304 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:54:48.304 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:54:48.304 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:54:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:54:47.645769+0000 mgr.y (mgr.14556) 16616 : audit [DBG] from='client.41801 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:54:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:47.794830+0000 mgr.y (mgr.14556) 16617 : cluster [DBG] pgmap v14682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:54:47.938725+0000 mgr.y (mgr.14556) 16618 : audit [DBG] from='client.31896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:54:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:54:48.302970+0000 mon.a (mon.0) 3644 : audit [DBG] from='client.? 172.21.15.23:0/213382539' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:54:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:54:47.645769+0000 mgr.y (mgr.14556) 16616 : audit [DBG] from='client.41801 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:54:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:47.794830+0000 mgr.y (mgr.14556) 16617 : cluster [DBG] pgmap v14682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:54:47.938725+0000 mgr.y (mgr.14556) 16618 : audit [DBG] from='client.31896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:54:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:54:48.302970+0000 mon.a (mon.0) 3644 : audit [DBG] from='client.? 172.21.15.23:0/213382539' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:54:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:54:47.645769+0000 mgr.y (mgr.14556) 16616 : audit [DBG] from='client.41801 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:54:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:47.794830+0000 mgr.y (mgr.14556) 16617 : cluster [DBG] pgmap v14682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:54:47.938725+0000 mgr.y (mgr.14556) 16618 : audit [DBG] from='client.31896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:54:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:54:48.302970+0000 mon.a (mon.0) 3644 : audit [DBG] from='client.? 172.21.15.23:0/213382539' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:54:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:49.795383+0000 mgr.y (mgr.14556) 16619 : cluster [DBG] pgmap v14683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:49.795383+0000 mgr.y (mgr.14556) 16619 : cluster [DBG] pgmap v14683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:49.795383+0000 mgr.y (mgr.14556) 16619 : cluster [DBG] pgmap v14683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:54:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:51.796133+0000 mgr.y (mgr.14556) 16620 : cluster [DBG] pgmap v14684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:51.796133+0000 mgr.y (mgr.14556) 16620 : cluster [DBG] pgmap v14684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:51.796133+0000 mgr.y (mgr.14556) 16620 : cluster [DBG] pgmap v14684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:54:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:54:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:53.796693+0000 mgr.y (mgr.14556) 16621 : cluster [DBG] pgmap v14685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:53.796693+0000 mgr.y (mgr.14556) 16621 : cluster [DBG] pgmap v14685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:53.796693+0000 mgr.y (mgr.14556) 16621 : cluster [DBG] pgmap v14685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:55.797461+0000 mgr.y (mgr.14556) 16622 : cluster [DBG] pgmap v14686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:57.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:55.797461+0000 mgr.y (mgr.14556) 16622 : cluster [DBG] pgmap v14686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:55.797461+0000 mgr.y (mgr.14556) 16622 : cluster [DBG] pgmap v14686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:57.797922+0000 mgr.y (mgr.14556) 16623 : cluster [DBG] pgmap v14687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:57.797922+0000 mgr.y (mgr.14556) 16623 : cluster [DBG] pgmap v14687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:54:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:54:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:57.797922+0000 mgr.y (mgr.14556) 16623 : cluster [DBG] pgmap v14687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:54:59.798402+0000 mgr.y (mgr.14556) 16624 : cluster [DBG] pgmap v14688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:54:59.798402+0000 mgr.y (mgr.14556) 16624 : cluster [DBG] pgmap v14688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:54:59.798402+0000 mgr.y (mgr.14556) 16624 : cluster [DBG] pgmap v14688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:55:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:01.799233+0000 mgr.y (mgr.14556) 16625 : cluster [DBG] pgmap v14689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:01.799233+0000 mgr.y (mgr.14556) 16625 : cluster [DBG] pgmap v14689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:01.799233+0000 mgr.y (mgr.14556) 16625 : cluster [DBG] pgmap v14689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:55:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T14:55:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:03.799719+0000 mgr.y (mgr.14556) 16626 : cluster [DBG] pgmap v14690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:03.799719+0000 mgr.y (mgr.14556) 16626 : cluster [DBG] pgmap v14690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:03.799719+0000 mgr.y (mgr.14556) 16626 : cluster [DBG] pgmap v14690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:05.800300+0000 mgr.y (mgr.14556) 16627 : cluster [DBG] pgmap v14691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:05.800300+0000 mgr.y (mgr.14556) 16627 : cluster [DBG] pgmap v14691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:05.800300+0000 mgr.y (mgr.14556) 16627 : cluster [DBG] pgmap v14691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:07.800879+0000 mgr.y (mgr.14556) 16628 : cluster [DBG] pgmap v14692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:55:08.749542+0000 mon.a (mon.0) 3645 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:55:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:07.800879+0000 mgr.y (mgr.14556) 16628 : cluster [DBG] pgmap v14692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:55:08.749542+0000 mon.a (mon.0) 3645 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:55:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:07.800879+0000 mgr.y (mgr.14556) 16628 : cluster [DBG] pgmap v14692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:55:08.749542+0000 mon.a (mon.0) 3645 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:55:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:09.801199+0000 mgr.y (mgr.14556) 16629 : cluster [DBG] pgmap v14693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:09.801199+0000 mgr.y (mgr.14556) 16629 : cluster [DBG] pgmap v14693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:09.801199+0000 mgr.y (mgr.14556) 16629 : cluster [DBG] pgmap v14693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:55:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:55:11.444741+0000 mon.a (mon.0) 3646 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:55:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:55:11.972602+0000 mon.a (mon.0) 3647 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:55:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:55:12.251494+0000 mon.a (mon.0) 3648 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:55:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:55:12.252374+0000 mon.a (mon.0) 3649 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:55:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:55:12.257590+0000 mon.a (mon.0) 3650 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:55:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:55:11.444741+0000 mon.a (mon.0) 3646 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:55:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:55:11.972602+0000 mon.a (mon.0) 3647 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:55:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:55:12.251494+0000 mon.a (mon.0) 3648 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:55:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:55:12.252374+0000 mon.a (mon.0) 3649 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:55:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:55:12.257590+0000 mon.a (mon.0) 3650 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:55:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:55:11.444741+0000 mon.a (mon.0) 3646 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:55:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:55:11.972602+0000 mon.a (mon.0) 3647 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:55:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:55:12.251494+0000 mon.a (mon.0) 3648 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:55:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:55:12.252374+0000 mon.a (mon.0) 3649 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:55:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:55:12.257590+0000 mon.a (mon.0) 3650 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:55:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:11.801755+0000 mgr.y (mgr.14556) 16630 : cluster [DBG] pgmap v14694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:11.801755+0000 mgr.y (mgr.14556) 16630 : cluster [DBG] pgmap v14694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:11.801755+0000 mgr.y (mgr.14556) 16630 : cluster [DBG] pgmap v14694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:55:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:55:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:13.802304+0000 mgr.y (mgr.14556) 16631 : cluster [DBG] pgmap v14695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:13.802304+0000 mgr.y (mgr.14556) 16631 : cluster [DBG] pgmap v14695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:13.802304+0000 mgr.y (mgr.14556) 16631 : cluster [DBG] pgmap v14695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:15.802989+0000 mgr.y (mgr.14556) 16632 : cluster [DBG] pgmap v14696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:15.802989+0000 mgr.y (mgr.14556) 16632 : cluster [DBG] pgmap v14696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:15.802989+0000 mgr.y (mgr.14556) 16632 : cluster [DBG] pgmap v14696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:18.630 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:55:18.920 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:55:18.920 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:55:18.920 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 6s ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:55:18.920 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:55:18.920 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 6s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:55:18.920 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 6s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:55:18.920 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7s ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:55:18.920 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7s ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:55:18.920 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 6s ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:55:18.921 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7s ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:55:18.921 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7s ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:55:18.921 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 6s ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:55:18.921 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7s ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:55:18.921 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7s ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:55:18.921 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 7s ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:55:18.921 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7s ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:55:18.921 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 6s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:55:18.921 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 6s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:55:18.921 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 6s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:55:18.921 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 6s ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:55:18.921 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 6s ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:55:19.267 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:55:19.267 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:55:19.267 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:55:19.267 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:55:19.268 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:55:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:17.803406+0000 mgr.y (mgr.14556) 16633 : cluster [DBG] pgmap v14697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:55:19.267481+0000 mon.c (mon.2) 407 : audit [DBG] from='client.? 172.21.15.23:0/1964171320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:55:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:17.803406+0000 mgr.y (mgr.14556) 16633 : cluster [DBG] pgmap v14697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:55:19.267481+0000 mon.c (mon.2) 407 : audit [DBG] from='client.? 172.21.15.23:0/1964171320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:55:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:17.803406+0000 mgr.y (mgr.14556) 16633 : cluster [DBG] pgmap v14697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:55:19.267481+0000 mon.c (mon.2) 407 : audit [DBG] from='client.? 172.21.15.23:0/1964171320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:55:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:55:18.618687+0000 mgr.y (mgr.14556) 16634 : audit [DBG] from='client.31908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:55:20.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:55:18.912549+0000 mgr.y (mgr.14556) 16635 : audit [DBG] from='client.41825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:55:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:55:18.618687+0000 mgr.y (mgr.14556) 16634 : audit [DBG] from='client.31908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:55:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:55:18.912549+0000 mgr.y (mgr.14556) 16635 : audit [DBG] from='client.41825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:55:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:55:18.618687+0000 mgr.y (mgr.14556) 16634 : audit [DBG] from='client.31908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:55:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:55:18.912549+0000 mgr.y (mgr.14556) 16635 : audit [DBG] from='client.41825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:55:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:19.803861+0000 mgr.y (mgr.14556) 16636 : cluster [DBG] pgmap v14698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:19.803861+0000 mgr.y (mgr.14556) 16636 : cluster [DBG] pgmap v14698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:19.803861+0000 mgr.y (mgr.14556) 16636 : cluster [DBG] pgmap v14698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:55:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:21.804766+0000 mgr.y (mgr.14556) 16637 : cluster [DBG] pgmap v14699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:22.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:21.804766+0000 mgr.y (mgr.14556) 16637 : cluster [DBG] pgmap v14699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:21.804766+0000 mgr.y (mgr.14556) 16637 : cluster [DBG] pgmap v14699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:55:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:55:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:23.805193+0000 mgr.y (mgr.14556) 16638 : cluster [DBG] pgmap v14700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:23.805193+0000 mgr.y (mgr.14556) 16638 : cluster [DBG] pgmap v14700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:23.805193+0000 mgr.y (mgr.14556) 16638 : cluster [DBG] pgmap v14700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:27.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:25.806033+0000 mgr.y (mgr.14556) 16639 : cluster [DBG] pgmap v14701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:25.806033+0000 mgr.y (mgr.14556) 16639 : cluster [DBG] pgmap v14701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:25.806033+0000 mgr.y (mgr.14556) 16639 : cluster [DBG] pgmap v14701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:27.806399+0000 mgr.y (mgr.14556) 16640 : cluster [DBG] pgmap v14702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:27.806399+0000 mgr.y (mgr.14556) 16640 : cluster [DBG] pgmap v14702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:27.806399+0000 mgr.y (mgr.14556) 16640 : cluster [DBG] pgmap v14702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:29.806772+0000 mgr.y (mgr.14556) 16641 : cluster [DBG] pgmap v14703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:29.806772+0000 mgr.y (mgr.14556) 16641 : cluster [DBG] pgmap v14703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:29.806772+0000 mgr.y (mgr.14556) 16641 : cluster [DBG] pgmap v14703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:55:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:31.807395+0000 mgr.y (mgr.14556) 16642 : cluster [DBG] pgmap v14704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:31.807395+0000 mgr.y (mgr.14556) 16642 : cluster [DBG] pgmap v14704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:31.807395+0000 mgr.y (mgr.14556) 16642 : cluster [DBG] pgmap v14704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:55:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:55:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:33.807730+0000 mgr.y (mgr.14556) 16643 : cluster [DBG] pgmap v14705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:33.807730+0000 mgr.y (mgr.14556) 16643 : cluster [DBG] pgmap v14705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:33.807730+0000 mgr.y (mgr.14556) 16643 : cluster [DBG] pgmap v14705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:35.808298+0000 mgr.y (mgr.14556) 16644 : cluster [DBG] pgmap v14706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:35.808298+0000 mgr.y (mgr.14556) 16644 : cluster [DBG] pgmap v14706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:35.808298+0000 mgr.y (mgr.14556) 16644 : cluster [DBG] pgmap v14706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:37.808770+0000 mgr.y (mgr.14556) 16645 : cluster [DBG] pgmap v14707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:37.808770+0000 mgr.y (mgr.14556) 16645 : cluster [DBG] pgmap v14707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:37.808770+0000 mgr.y (mgr.14556) 16645 : cluster [DBG] pgmap v14707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:39.809226+0000 mgr.y (mgr.14556) 16646 : cluster [DBG] pgmap v14708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:39.809226+0000 mgr.y (mgr.14556) 16646 : cluster [DBG] pgmap v14708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:39.809226+0000 mgr.y (mgr.14556) 16646 : cluster [DBG] pgmap v14708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:55:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:41.810087+0000 mgr.y (mgr.14556) 16647 : cluster [DBG] pgmap v14709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:41.810087+0000 mgr.y (mgr.14556) 16647 : cluster [DBG] pgmap v14709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:41.810087+0000 mgr.y (mgr.14556) 16647 : cluster [DBG] pgmap v14709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:55:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:55:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:43.810692+0000 mgr.y (mgr.14556) 16648 : cluster [DBG] pgmap v14710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:43.810692+0000 mgr.y (mgr.14556) 16648 : cluster [DBG] pgmap v14710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:43.810692+0000 mgr.y (mgr.14556) 16648 : cluster [DBG] pgmap v14710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:45.811407+0000 mgr.y (mgr.14556) 16649 : cluster [DBG] pgmap v14711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:45.811407+0000 mgr.y (mgr.14556) 16649 : cluster [DBG] pgmap v14711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:45.811407+0000 mgr.y (mgr.14556) 16649 : cluster [DBG] pgmap v14711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:47.811961+0000 mgr.y (mgr.14556) 16650 : cluster [DBG] pgmap v14712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:47.811961+0000 mgr.y (mgr.14556) 16650 : cluster [DBG] pgmap v14712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:47.811961+0000 mgr.y (mgr.14556) 16650 : cluster [DBG] pgmap v14712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:49.591 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:55:49.877 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 38s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 37s ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 38s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 37s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 37s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 38s ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 38s ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 37s ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 38s ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 38s ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 37s ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 38s ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 38s ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:55:49.878 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 38s ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:55:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 38s ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:55:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 37s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:55:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 37s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:55:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 37s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:55:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 37s ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:55:49.879 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 37s ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:55:50.229 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:55:50.229 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:55:50.229 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:55:50.230 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:55:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:55:49.579960+0000 mgr.y (mgr.14556) 16651 : audit [DBG] from='client.31926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:55:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:49.812267+0000 mgr.y (mgr.14556) 16652 : cluster [DBG] pgmap v14713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:55:49.869794+0000 mgr.y (mgr.14556) 16653 : audit [DBG] from='client.31932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:55:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:55:50.229831+0000 mon.c (mon.2) 408 : audit [DBG] from='client.? 172.21.15.23:0/517092320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:55:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:55:49.579960+0000 mgr.y (mgr.14556) 16651 : audit [DBG] from='client.31926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:55:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:49.812267+0000 mgr.y (mgr.14556) 16652 : cluster [DBG] pgmap v14713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:55:49.869794+0000 mgr.y (mgr.14556) 16653 : audit [DBG] from='client.31932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:55:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:55:50.229831+0000 mon.c (mon.2) 408 : audit [DBG] from='client.? 172.21.15.23:0/517092320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:55:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:55:49.579960+0000 mgr.y (mgr.14556) 16651 : audit [DBG] from='client.31926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:55:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:49.812267+0000 mgr.y (mgr.14556) 16652 : cluster [DBG] pgmap v14713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:55:49.869794+0000 mgr.y (mgr.14556) 16653 : audit [DBG] from='client.31932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:55:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:55:50.229831+0000 mon.c (mon.2) 408 : audit [DBG] from='client.? 172.21.15.23:0/517092320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:55:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:55:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:51.812876+0000 mgr.y (mgr.14556) 16654 : cluster [DBG] pgmap v14714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:51.812876+0000 mgr.y (mgr.14556) 16654 : cluster [DBG] pgmap v14714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:51.812876+0000 mgr.y (mgr.14556) 16654 : cluster [DBG] pgmap v14714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:55:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:55:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:53.813370+0000 mgr.y (mgr.14556) 16655 : cluster [DBG] pgmap v14715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:53.813370+0000 mgr.y (mgr.14556) 16655 : cluster [DBG] pgmap v14715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:53.813370+0000 mgr.y (mgr.14556) 16655 : cluster [DBG] pgmap v14715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:55.814018+0000 mgr.y (mgr.14556) 16656 : cluster [DBG] pgmap v14716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:55.814018+0000 mgr.y (mgr.14556) 16656 : cluster [DBG] pgmap v14716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:55.814018+0000 mgr.y (mgr.14556) 16656 : cluster [DBG] pgmap v14716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:57.814532+0000 mgr.y (mgr.14556) 16657 : cluster [DBG] pgmap v14717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:57.814532+0000 mgr.y (mgr.14556) 16657 : cluster [DBG] pgmap v14717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:55:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:57.814532+0000 mgr.y (mgr.14556) 16657 : cluster [DBG] pgmap v14717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:55:59.814935+0000 mgr.y (mgr.14556) 16658 : cluster [DBG] pgmap v14718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:55:59.814935+0000 mgr.y (mgr.14556) 16658 : cluster [DBG] pgmap v14718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:55:59.814935+0000 mgr.y (mgr.14556) 16658 : cluster [DBG] pgmap v14718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:56:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:01.815551+0000 mgr.y (mgr.14556) 16659 : cluster [DBG] pgmap v14719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:01.815551+0000 mgr.y (mgr.14556) 16659 : cluster [DBG] pgmap v14719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:01.815551+0000 mgr.y (mgr.14556) 16659 : cluster [DBG] pgmap v14719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:56:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:56:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:03.815962+0000 mgr.y (mgr.14556) 16660 : cluster [DBG] pgmap v14720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:03.815962+0000 mgr.y (mgr.14556) 16660 : cluster [DBG] pgmap v14720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:03.815962+0000 mgr.y (mgr.14556) 16660 : cluster [DBG] pgmap v14720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:05.816617+0000 mgr.y (mgr.14556) 16661 : cluster [DBG] pgmap v14721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:05.816617+0000 mgr.y (mgr.14556) 16661 : cluster [DBG] pgmap v14721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:05.816617+0000 mgr.y (mgr.14556) 16661 : cluster [DBG] pgmap v14721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:07.817030+0000 mgr.y (mgr.14556) 16662 : cluster [DBG] pgmap v14722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:07.817030+0000 mgr.y (mgr.14556) 16662 : cluster [DBG] pgmap v14722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:07.817030+0000 mgr.y (mgr.14556) 16662 : cluster [DBG] pgmap v14722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:09.817478+0000 mgr.y (mgr.14556) 16663 : cluster [DBG] pgmap v14723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:11.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:09.817478+0000 mgr.y (mgr.14556) 16663 : cluster [DBG] pgmap v14723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:09.817478+0000 mgr.y (mgr.14556) 16663 : cluster [DBG] pgmap v14723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:56:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:11.818186+0000 mgr.y (mgr.14556) 16664 : cluster [DBG] pgmap v14724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:56:12.263752+0000 mon.a (mon.0) 3651 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:56:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:56:12.559758+0000 mon.a (mon.0) 3652 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:56:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:56:12.560428+0000 mon.a (mon.0) 3653 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:56:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:56:12.564584+0000 mon.a (mon.0) 3654 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:56:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:11.818186+0000 mgr.y (mgr.14556) 16664 : cluster [DBG] pgmap v14724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:56:12.263752+0000 mon.a (mon.0) 3651 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:56:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:56:12.559758+0000 mon.a (mon.0) 3652 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:56:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:56:12.560428+0000 mon.a (mon.0) 3653 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:56:13.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:56:12.564584+0000 mon.a (mon.0) 3654 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:56:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:11.818186+0000 mgr.y (mgr.14556) 16664 : cluster [DBG] pgmap v14724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:56:12.263752+0000 mon.a (mon.0) 3651 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:56:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:56:12.559758+0000 mon.a (mon.0) 3652 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:56:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:56:12.560428+0000 mon.a (mon.0) 3653 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:56:13.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:56:12.564584+0000 mon.a (mon.0) 3654 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:56:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:56:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T14:56:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:13.818751+0000 mgr.y (mgr.14556) 16665 : cluster [DBG] pgmap v14725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:13.818751+0000 mgr.y (mgr.14556) 16665 : cluster [DBG] pgmap v14725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:13.818751+0000 mgr.y (mgr.14556) 16665 : cluster [DBG] pgmap v14725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:15.819436+0000 mgr.y (mgr.14556) 16666 : cluster [DBG] pgmap v14726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:15.819436+0000 mgr.y (mgr.14556) 16666 : cluster [DBG] pgmap v14726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:15.819436+0000 mgr.y (mgr.14556) 16666 : cluster [DBG] pgmap v14726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:17.819908+0000 mgr.y (mgr.14556) 16667 : cluster [DBG] pgmap v14727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:17.819908+0000 mgr.y (mgr.14556) 16667 : cluster [DBG] pgmap v14727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:17.819908+0000 mgr.y (mgr.14556) 16667 : cluster [DBG] pgmap v14727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:20.555 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 69s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 68s ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 69s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 68s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 68s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 69s ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 69s ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 68s ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 69s ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 69s ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 68s ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:56:20.841 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 69s ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:56:20.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 69s ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:56:20.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 69s ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:56:20.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 69s ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:56:20.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 68s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:56:20.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 68s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:56:20.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 68s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:56:20.842 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 68s ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:56:20.842 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 68s ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:56:21.193 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:56:21.194 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:56:21.194 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:56:21.194 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:56:21.194 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:56:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:19.820456+0000 mgr.y (mgr.14556) 16668 : cluster [DBG] pgmap v14728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:19.820456+0000 mgr.y (mgr.14556) 16668 : cluster [DBG] pgmap v14728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:19.820456+0000 mgr.y (mgr.14556) 16668 : cluster [DBG] pgmap v14728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:56:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:56:20.543858+0000 mgr.y (mgr.14556) 16669 : audit [DBG] from='client.31944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:56:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:56:20.832831+0000 mgr.y (mgr.14556) 16670 : audit [DBG] from='client.41861 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:56:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:56:21.193092+0000 mon.a (mon.0) 3655 : audit [DBG] from='client.? 172.21.15.23:0/4127552732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:56:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:56:20.543858+0000 mgr.y (mgr.14556) 16669 : audit [DBG] from='client.31944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:56:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:56:20.832831+0000 mgr.y (mgr.14556) 16670 : audit [DBG] from='client.41861 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:56:22.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:56:21.193092+0000 mon.a (mon.0) 3655 : audit [DBG] from='client.? 172.21.15.23:0/4127552732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:56:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:56:20.543858+0000 mgr.y (mgr.14556) 16669 : audit [DBG] from='client.31944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:56:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:56:20.832831+0000 mgr.y (mgr.14556) 16670 : audit [DBG] from='client.41861 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:56:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:56:21.193092+0000 mon.a (mon.0) 3655 : audit [DBG] from='client.? 172.21.15.23:0/4127552732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:56:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:21.821051+0000 mgr.y (mgr.14556) 16671 : cluster [DBG] pgmap v14729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:21.821051+0000 mgr.y (mgr.14556) 16671 : cluster [DBG] pgmap v14729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:21.821051+0000 mgr.y (mgr.14556) 16671 : cluster [DBG] pgmap v14729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:56:23] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T14:56:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:23.821639+0000 mgr.y (mgr.14556) 16672 : cluster [DBG] pgmap v14730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:23.821639+0000 mgr.y (mgr.14556) 16672 : cluster [DBG] pgmap v14730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:23.821639+0000 mgr.y (mgr.14556) 16672 : cluster [DBG] pgmap v14730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:25.822393+0000 mgr.y (mgr.14556) 16673 : cluster [DBG] pgmap v14731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:25.822393+0000 mgr.y (mgr.14556) 16673 : cluster [DBG] pgmap v14731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:25.822393+0000 mgr.y (mgr.14556) 16673 : cluster [DBG] pgmap v14731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:27.822965+0000 mgr.y (mgr.14556) 16674 : cluster [DBG] pgmap v14732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:27.822965+0000 mgr.y (mgr.14556) 16674 : cluster [DBG] pgmap v14732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:27.822965+0000 mgr.y (mgr.14556) 16674 : cluster [DBG] pgmap v14732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:29.823509+0000 mgr.y (mgr.14556) 16675 : cluster [DBG] pgmap v14733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:29.823509+0000 mgr.y (mgr.14556) 16675 : cluster [DBG] pgmap v14733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:29.823509+0000 mgr.y (mgr.14556) 16675 : cluster [DBG] pgmap v14733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:56:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:31.824110+0000 mgr.y (mgr.14556) 16676 : cluster [DBG] pgmap v14734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:31.824110+0000 mgr.y (mgr.14556) 16676 : cluster [DBG] pgmap v14734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:31.824110+0000 mgr.y (mgr.14556) 16676 : cluster [DBG] pgmap v14734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:56:33] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T14:56:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:33.824701+0000 mgr.y (mgr.14556) 16677 : cluster [DBG] pgmap v14735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:33.824701+0000 mgr.y (mgr.14556) 16677 : cluster [DBG] pgmap v14735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:33.824701+0000 mgr.y (mgr.14556) 16677 : cluster [DBG] pgmap v14735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:35.825388+0000 mgr.y (mgr.14556) 16678 : cluster [DBG] pgmap v14736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:35.825388+0000 mgr.y (mgr.14556) 16678 : cluster [DBG] pgmap v14736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:35.825388+0000 mgr.y (mgr.14556) 16678 : cluster [DBG] pgmap v14736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:37.825964+0000 mgr.y (mgr.14556) 16679 : cluster [DBG] pgmap v14737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:37.825964+0000 mgr.y (mgr.14556) 16679 : cluster [DBG] pgmap v14737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:37.825964+0000 mgr.y (mgr.14556) 16679 : cluster [DBG] pgmap v14737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:39.826501+0000 mgr.y (mgr.14556) 16680 : cluster [DBG] pgmap v14738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:39.826501+0000 mgr.y (mgr.14556) 16680 : cluster [DBG] pgmap v14738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:39.826501+0000 mgr.y (mgr.14556) 16680 : cluster [DBG] pgmap v14738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:56:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:41.827221+0000 mgr.y (mgr.14556) 16681 : cluster [DBG] pgmap v14739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:41.827221+0000 mgr.y (mgr.14556) 16681 : cluster [DBG] pgmap v14739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:41.827221+0000 mgr.y (mgr.14556) 16681 : cluster [DBG] pgmap v14739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:56:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:56:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:43.827614+0000 mgr.y (mgr.14556) 16682 : cluster [DBG] pgmap v14740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:43.827614+0000 mgr.y (mgr.14556) 16682 : cluster [DBG] pgmap v14740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:43.827614+0000 mgr.y (mgr.14556) 16682 : cluster [DBG] pgmap v14740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:45.828440+0000 mgr.y (mgr.14556) 16683 : cluster [DBG] pgmap v14741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:45.828440+0000 mgr.y (mgr.14556) 16683 : cluster [DBG] pgmap v14741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:45.828440+0000 mgr.y (mgr.14556) 16683 : cluster [DBG] pgmap v14741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:47.828777+0000 mgr.y (mgr.14556) 16684 : cluster [DBG] pgmap v14742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:47.828777+0000 mgr.y (mgr.14556) 16684 : cluster [DBG] pgmap v14742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:47.828777+0000 mgr.y (mgr.14556) 16684 : cluster [DBG] pgmap v14742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:51.518 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:56:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:49.829133+0000 mgr.y (mgr.14556) 16685 : cluster [DBG] pgmap v14743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:49.829133+0000 mgr.y (mgr.14556) 16685 : cluster [DBG] pgmap v14743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:49.829133+0000 mgr.y (mgr.14556) 16685 : cluster [DBG] pgmap v14743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:51.809 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 100s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 99s ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 100s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 99s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 99s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 100s ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 100s ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 99s ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 100s ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 100s ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 99s ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 100s ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:56:51.810 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 100s ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:56:51.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 100s ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:56:51.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 100s ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:56:51.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 99s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:56:51.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 99s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:56:51.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 99s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:56:51.811 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 99s ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:56:51.811 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 99s ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:56:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:56:52.158 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:56:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:56:52.158 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:56:52.159 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:56:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:56:52.158662+0000 mon.a (mon.0) 3656 : audit [DBG] from='client.? 172.21.15.23:0/2806467276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:56:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:56:52.158662+0000 mon.a (mon.0) 3656 : audit [DBG] from='client.? 172.21.15.23:0/2806467276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:56:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:56:52.158662+0000 mon.a (mon.0) 3656 : audit [DBG] from='client.? 172.21.15.23:0/2806467276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:56:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:56:51.507023+0000 mgr.y (mgr.14556) 16686 : audit [DBG] from='client.41873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:56:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:56:51.801580+0000 mgr.y (mgr.14556) 16687 : audit [DBG] from='client.31968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:56:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:51.829847+0000 mgr.y (mgr.14556) 16688 : cluster [DBG] pgmap v14744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:56:51.507023+0000 mgr.y (mgr.14556) 16686 : audit [DBG] from='client.41873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:56:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:56:51.801580+0000 mgr.y (mgr.14556) 16687 : audit [DBG] from='client.31968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:56:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:51.829847+0000 mgr.y (mgr.14556) 16688 : cluster [DBG] pgmap v14744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:56:51.507023+0000 mgr.y (mgr.14556) 16686 : audit [DBG] from='client.41873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:56:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:56:51.801580+0000 mgr.y (mgr.14556) 16687 : audit [DBG] from='client.31968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:56:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:51.829847+0000 mgr.y (mgr.14556) 16688 : cluster [DBG] pgmap v14744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:56:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:56:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:53.830344+0000 mgr.y (mgr.14556) 16689 : cluster [DBG] pgmap v14745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:53.830344+0000 mgr.y (mgr.14556) 16689 : cluster [DBG] pgmap v14745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:53.830344+0000 mgr.y (mgr.14556) 16689 : cluster [DBG] pgmap v14745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:55.831123+0000 mgr.y (mgr.14556) 16690 : cluster [DBG] pgmap v14746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:55.831123+0000 mgr.y (mgr.14556) 16690 : cluster [DBG] pgmap v14746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:55.831123+0000 mgr.y (mgr.14556) 16690 : cluster [DBG] pgmap v14746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:57.831489+0000 mgr.y (mgr.14556) 16691 : cluster [DBG] pgmap v14747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:57.831489+0000 mgr.y (mgr.14556) 16691 : cluster [DBG] pgmap v14747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:56:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:57.831489+0000 mgr.y (mgr.14556) 16691 : cluster [DBG] pgmap v14747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:56:59.832031+0000 mgr.y (mgr.14556) 16692 : cluster [DBG] pgmap v14748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:56:59.832031+0000 mgr.y (mgr.14556) 16692 : cluster [DBG] pgmap v14748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:56:59.832031+0000 mgr.y (mgr.14556) 16692 : cluster [DBG] pgmap v14748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:01.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:57:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:01.832730+0000 mgr.y (mgr.14556) 16693 : cluster [DBG] pgmap v14749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:01.832730+0000 mgr.y (mgr.14556) 16693 : cluster [DBG] pgmap v14749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:01.832730+0000 mgr.y (mgr.14556) 16693 : cluster [DBG] pgmap v14749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:57:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:57:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:03.833152+0000 mgr.y (mgr.14556) 16694 : cluster [DBG] pgmap v14750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:03.833152+0000 mgr.y (mgr.14556) 16694 : cluster [DBG] pgmap v14750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:03.833152+0000 mgr.y (mgr.14556) 16694 : cluster [DBG] pgmap v14750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:05.833966+0000 mgr.y (mgr.14556) 16695 : cluster [DBG] pgmap v14751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:05.833966+0000 mgr.y (mgr.14556) 16695 : cluster [DBG] pgmap v14751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:05.833966+0000 mgr.y (mgr.14556) 16695 : cluster [DBG] pgmap v14751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:07.834309+0000 mgr.y (mgr.14556) 16696 : cluster [DBG] pgmap v14752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:07.834309+0000 mgr.y (mgr.14556) 16696 : cluster [DBG] pgmap v14752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:07.834309+0000 mgr.y (mgr.14556) 16696 : cluster [DBG] pgmap v14752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:09.834796+0000 mgr.y (mgr.14556) 16697 : cluster [DBG] pgmap v14753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:09.834796+0000 mgr.y (mgr.14556) 16697 : cluster [DBG] pgmap v14753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:09.834796+0000 mgr.y (mgr.14556) 16697 : cluster [DBG] pgmap v14753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:57:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:11.835523+0000 mgr.y (mgr.14556) 16698 : cluster [DBG] pgmap v14754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:57:12.569848+0000 mon.a (mon.0) 3657 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:57:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:57:12.865804+0000 mon.a (mon.0) 3658 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:57:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:57:12.866438+0000 mon.a (mon.0) 3659 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:57:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:57:12.870616+0000 mon.a (mon.0) 3660 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:57:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:11.835523+0000 mgr.y (mgr.14556) 16698 : cluster [DBG] pgmap v14754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:57:12.569848+0000 mon.a (mon.0) 3657 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:57:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:57:12.865804+0000 mon.a (mon.0) 3658 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:57:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:57:12.866438+0000 mon.a (mon.0) 3659 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:57:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:57:12.870616+0000 mon.a (mon.0) 3660 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:57:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:11.835523+0000 mgr.y (mgr.14556) 16698 : cluster [DBG] pgmap v14754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:57:12.569848+0000 mon.a (mon.0) 3657 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:57:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:57:12.865804+0000 mon.a (mon.0) 3658 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:57:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:57:12.866438+0000 mon.a (mon.0) 3659 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:57:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:57:12.870616+0000 mon.a (mon.0) 3660 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:57:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:57:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:57:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:13.835969+0000 mgr.y (mgr.14556) 16699 : cluster [DBG] pgmap v14755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:13.835969+0000 mgr.y (mgr.14556) 16699 : cluster [DBG] pgmap v14755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:13.835969+0000 mgr.y (mgr.14556) 16699 : cluster [DBG] pgmap v14755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:15.836719+0000 mgr.y (mgr.14556) 16700 : cluster [DBG] pgmap v14756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:15.836719+0000 mgr.y (mgr.14556) 16700 : cluster [DBG] pgmap v14756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:15.836719+0000 mgr.y (mgr.14556) 16700 : cluster [DBG] pgmap v14756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:17.837059+0000 mgr.y (mgr.14556) 16701 : cluster [DBG] pgmap v14757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:17.837059+0000 mgr.y (mgr.14556) 16701 : cluster [DBG] pgmap v14757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:17.837059+0000 mgr.y (mgr.14556) 16701 : cluster [DBG] pgmap v14757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:19.837492+0000 mgr.y (mgr.14556) 16702 : cluster [DBG] pgmap v14758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:57:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:19.837492+0000 mgr.y (mgr.14556) 16702 : cluster [DBG] pgmap v14758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:19.837492+0000 mgr.y (mgr.14556) 16702 : cluster [DBG] pgmap v14758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:22.480 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:57:22.766 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:57:22.766 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:57:22.766 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 2m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:57:22.766 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:57:22.766 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 2m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:57:22.766 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 2m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 2m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 2m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 2m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 2m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 2m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:57:22.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 2m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:57:22.768 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 2m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:57:23.114 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:57:23.115 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:57:23.116 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:57:23.116 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:57:23.116 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:57:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:21.838295+0000 mgr.y (mgr.14556) 16703 : cluster [DBG] pgmap v14759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:57:22.469019+0000 mgr.y (mgr.14556) 16704 : audit [DBG] from='client.31980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:57:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:57:23.115020+0000 mon.c (mon.2) 409 : audit [DBG] from='client.? 172.21.15.23:0/4155010728' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:57:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:21.838295+0000 mgr.y (mgr.14556) 16703 : cluster [DBG] pgmap v14759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:57:22.469019+0000 mgr.y (mgr.14556) 16704 : audit [DBG] from='client.31980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:57:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:57:23.115020+0000 mon.c (mon.2) 409 : audit [DBG] from='client.? 172.21.15.23:0/4155010728' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:57:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:21.838295+0000 mgr.y (mgr.14556) 16703 : cluster [DBG] pgmap v14759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:57:22.469019+0000 mgr.y (mgr.14556) 16704 : audit [DBG] from='client.31980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:57:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:57:23.115020+0000 mon.c (mon.2) 409 : audit [DBG] from='client.? 172.21.15.23:0/4155010728' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:57:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:57:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:57:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:57:22.758359+0000 mgr.y (mgr.14556) 16705 : audit [DBG] from='client.41897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:57:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:57:22.758359+0000 mgr.y (mgr.14556) 16705 : audit [DBG] from='client.41897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:57:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:57:22.758359+0000 mgr.y (mgr.14556) 16705 : audit [DBG] from='client.41897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:57:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:23.838675+0000 mgr.y (mgr.14556) 16706 : cluster [DBG] pgmap v14760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:23.838675+0000 mgr.y (mgr.14556) 16706 : cluster [DBG] pgmap v14760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:23.838675+0000 mgr.y (mgr.14556) 16706 : cluster [DBG] pgmap v14760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:25.839352+0000 mgr.y (mgr.14556) 16707 : cluster [DBG] pgmap v14761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:25.839352+0000 mgr.y (mgr.14556) 16707 : cluster [DBG] pgmap v14761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:25.839352+0000 mgr.y (mgr.14556) 16707 : cluster [DBG] pgmap v14761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:27.839802+0000 mgr.y (mgr.14556) 16708 : cluster [DBG] pgmap v14762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:27.839802+0000 mgr.y (mgr.14556) 16708 : cluster [DBG] pgmap v14762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:27.839802+0000 mgr.y (mgr.14556) 16708 : cluster [DBG] pgmap v14762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:31.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:29.840168+0000 mgr.y (mgr.14556) 16709 : cluster [DBG] pgmap v14763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:29.840168+0000 mgr.y (mgr.14556) 16709 : cluster [DBG] pgmap v14763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:29.840168+0000 mgr.y (mgr.14556) 16709 : cluster [DBG] pgmap v14763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:57:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:31.840844+0000 mgr.y (mgr.14556) 16710 : cluster [DBG] pgmap v14764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:31.840844+0000 mgr.y (mgr.14556) 16710 : cluster [DBG] pgmap v14764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:31.840844+0000 mgr.y (mgr.14556) 16710 : cluster [DBG] pgmap v14764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:57:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T14:57:35.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:33.841309+0000 mgr.y (mgr.14556) 16711 : cluster [DBG] pgmap v14765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:35.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:33.841309+0000 mgr.y (mgr.14556) 16711 : cluster [DBG] pgmap v14765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:33.841309+0000 mgr.y (mgr.14556) 16711 : cluster [DBG] pgmap v14765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:37.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:35.841983+0000 mgr.y (mgr.14556) 16712 : cluster [DBG] pgmap v14766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:35.841983+0000 mgr.y (mgr.14556) 16712 : cluster [DBG] pgmap v14766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:35.841983+0000 mgr.y (mgr.14556) 16712 : cluster [DBG] pgmap v14766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:37.842407+0000 mgr.y (mgr.14556) 16713 : cluster [DBG] pgmap v14767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:39.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:37.842407+0000 mgr.y (mgr.14556) 16713 : cluster [DBG] pgmap v14767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:37.842407+0000 mgr.y (mgr.14556) 16713 : cluster [DBG] pgmap v14767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:39.842787+0000 mgr.y (mgr.14556) 16714 : cluster [DBG] pgmap v14768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:39.842787+0000 mgr.y (mgr.14556) 16714 : cluster [DBG] pgmap v14768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:39.842787+0000 mgr.y (mgr.14556) 16714 : cluster [DBG] pgmap v14768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:57:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:41.843533+0000 mgr.y (mgr.14556) 16715 : cluster [DBG] pgmap v14769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:41.843533+0000 mgr.y (mgr.14556) 16715 : cluster [DBG] pgmap v14769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:41.843533+0000 mgr.y (mgr.14556) 16715 : cluster [DBG] pgmap v14769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:57:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:57:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:43.843888+0000 mgr.y (mgr.14556) 16716 : cluster [DBG] pgmap v14770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:43.843888+0000 mgr.y (mgr.14556) 16716 : cluster [DBG] pgmap v14770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:43.843888+0000 mgr.y (mgr.14556) 16716 : cluster [DBG] pgmap v14770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:45.844727+0000 mgr.y (mgr.14556) 16717 : cluster [DBG] pgmap v14771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:45.844727+0000 mgr.y (mgr.14556) 16717 : cluster [DBG] pgmap v14771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:45.844727+0000 mgr.y (mgr.14556) 16717 : cluster [DBG] pgmap v14771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:47.845185+0000 mgr.y (mgr.14556) 16718 : cluster [DBG] pgmap v14772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:47.845185+0000 mgr.y (mgr.14556) 16718 : cluster [DBG] pgmap v14772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:47.845185+0000 mgr.y (mgr.14556) 16718 : cluster [DBG] pgmap v14772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:49.845772+0000 mgr.y (mgr.14556) 16719 : cluster [DBG] pgmap v14773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:49.845772+0000 mgr.y (mgr.14556) 16719 : cluster [DBG] pgmap v14773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:49.845772+0000 mgr.y (mgr.14556) 16719 : cluster [DBG] pgmap v14773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:57:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:51.846421+0000 mgr.y (mgr.14556) 16720 : cluster [DBG] pgmap v14774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:51.846421+0000 mgr.y (mgr.14556) 16720 : cluster [DBG] pgmap v14774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:51.846421+0000 mgr.y (mgr.14556) 16720 : cluster [DBG] pgmap v14774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:53.441 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:57:53.730 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:57:53.730 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:57:53.730 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 2m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:57:53.730 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:57:53.730 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 2m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:57:53.730 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 2m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:57:53.730 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 2m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 2m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 2m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 2m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 2m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:57:53.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 2m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:57:53.732 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 2m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:57:54.081 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:57:54.081 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:57:54.081 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:57:54.082 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:57:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:57:53] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T14:57:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:57:53.429800+0000 mgr.y (mgr.14556) 16721 : audit [DBG] from='client.31998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:57:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:57:53.429800+0000 mgr.y (mgr.14556) 16721 : audit [DBG] from='client.31998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:57:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:57:53.429800+0000 mgr.y (mgr.14556) 16721 : audit [DBG] from='client.31998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:57:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:57:53.722355+0000 mgr.y (mgr.14556) 16722 : audit [DBG] from='client.32004 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:57:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:53.846710+0000 mgr.y (mgr.14556) 16723 : cluster [DBG] pgmap v14775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:57:54.081667+0000 mon.c (mon.2) 410 : audit [DBG] from='client.? 172.21.15.23:0/1572346664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:57:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:57:53.722355+0000 mgr.y (mgr.14556) 16722 : audit [DBG] from='client.32004 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:57:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:53.846710+0000 mgr.y (mgr.14556) 16723 : cluster [DBG] pgmap v14775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:57:54.081667+0000 mon.c (mon.2) 410 : audit [DBG] from='client.? 172.21.15.23:0/1572346664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:57:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:57:53.722355+0000 mgr.y (mgr.14556) 16722 : audit [DBG] from='client.32004 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:57:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:53.846710+0000 mgr.y (mgr.14556) 16723 : cluster [DBG] pgmap v14775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:55.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:57:54.081667+0000 mon.c (mon.2) 410 : audit [DBG] from='client.? 172.21.15.23:0/1572346664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:57:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:55.847359+0000 mgr.y (mgr.14556) 16724 : cluster [DBG] pgmap v14776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:55.847359+0000 mgr.y (mgr.14556) 16724 : cluster [DBG] pgmap v14776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:55.847359+0000 mgr.y (mgr.14556) 16724 : cluster [DBG] pgmap v14776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:57.847903+0000 mgr.y (mgr.14556) 16725 : cluster [DBG] pgmap v14777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:57.847903+0000 mgr.y (mgr.14556) 16725 : cluster [DBG] pgmap v14777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:57:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:57:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:57.847903+0000 mgr.y (mgr.14556) 16725 : cluster [DBG] pgmap v14777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:57:59.848321+0000 mgr.y (mgr.14556) 16726 : cluster [DBG] pgmap v14778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:57:59.848321+0000 mgr.y (mgr.14556) 16726 : cluster [DBG] pgmap v14778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:57:59.848321+0000 mgr.y (mgr.14556) 16726 : cluster [DBG] pgmap v14778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:58:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:01.848948+0000 mgr.y (mgr.14556) 16727 : cluster [DBG] pgmap v14779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:01.848948+0000 mgr.y (mgr.14556) 16727 : cluster [DBG] pgmap v14779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:01.848948+0000 mgr.y (mgr.14556) 16727 : cluster [DBG] pgmap v14779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:58:03] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T14:58:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:03.849420+0000 mgr.y (mgr.14556) 16728 : cluster [DBG] pgmap v14780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:05.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:03.849420+0000 mgr.y (mgr.14556) 16728 : cluster [DBG] pgmap v14780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:03.849420+0000 mgr.y (mgr.14556) 16728 : cluster [DBG] pgmap v14780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:05.850294+0000 mgr.y (mgr.14556) 16729 : cluster [DBG] pgmap v14781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:05.850294+0000 mgr.y (mgr.14556) 16729 : cluster [DBG] pgmap v14781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:05.850294+0000 mgr.y (mgr.14556) 16729 : cluster [DBG] pgmap v14781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:07.850712+0000 mgr.y (mgr.14556) 16730 : cluster [DBG] pgmap v14782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:07.850712+0000 mgr.y (mgr.14556) 16730 : cluster [DBG] pgmap v14782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:07.850712+0000 mgr.y (mgr.14556) 16730 : cluster [DBG] pgmap v14782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:09.851251+0000 mgr.y (mgr.14556) 16731 : cluster [DBG] pgmap v14783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:09.851251+0000 mgr.y (mgr.14556) 16731 : cluster [DBG] pgmap v14783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:09.851251+0000 mgr.y (mgr.14556) 16731 : cluster [DBG] pgmap v14783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:58:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:11.851809+0000 mgr.y (mgr.14556) 16732 : cluster [DBG] pgmap v14784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:58:12.874957+0000 mon.a (mon.0) 3661 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:58:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:11.851809+0000 mgr.y (mgr.14556) 16732 : cluster [DBG] pgmap v14784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:58:12.874957+0000 mon.a (mon.0) 3661 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:58:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:11.851809+0000 mgr.y (mgr.14556) 16732 : cluster [DBG] pgmap v14784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:58:12.874957+0000 mon.a (mon.0) 3661 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:58:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:58:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:58:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:58:13.126538+0000 mon.a (mon.0) 3662 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:58:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:58:13.129637+0000 mon.a (mon.0) 3663 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:58:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:58:13.419792+0000 mon.a (mon.0) 3664 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:58:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:58:13.420483+0000 mon.a (mon.0) 3665 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:58:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:58:13.427836+0000 mon.a (mon.0) 3666 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:58:14.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:58:13.126538+0000 mon.a (mon.0) 3662 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:58:14.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:58:13.129637+0000 mon.a (mon.0) 3663 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:58:14.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:58:13.419792+0000 mon.a (mon.0) 3664 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:58:14.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:58:13.420483+0000 mon.a (mon.0) 3665 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:58:14.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:58:13.427836+0000 mon.a (mon.0) 3666 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:58:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:58:13.126538+0000 mon.a (mon.0) 3662 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:58:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:58:13.129637+0000 mon.a (mon.0) 3663 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:58:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:58:13.419792+0000 mon.a (mon.0) 3664 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:58:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:58:13.420483+0000 mon.a (mon.0) 3665 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:58:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:58:13.427836+0000 mon.a (mon.0) 3666 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:58:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:13.852292+0000 mgr.y (mgr.14556) 16733 : cluster [DBG] pgmap v14785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:13.852292+0000 mgr.y (mgr.14556) 16733 : cluster [DBG] pgmap v14785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:13.852292+0000 mgr.y (mgr.14556) 16733 : cluster [DBG] pgmap v14785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:15.852965+0000 mgr.y (mgr.14556) 16734 : cluster [DBG] pgmap v14786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:15.852965+0000 mgr.y (mgr.14556) 16734 : cluster [DBG] pgmap v14786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:15.852965+0000 mgr.y (mgr.14556) 16734 : cluster [DBG] pgmap v14786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:17.853552+0000 mgr.y (mgr.14556) 16735 : cluster [DBG] pgmap v14787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:17.853552+0000 mgr.y (mgr.14556) 16735 : cluster [DBG] pgmap v14787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:17.853552+0000 mgr.y (mgr.14556) 16735 : cluster [DBG] pgmap v14787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:19.854053+0000 mgr.y (mgr.14556) 16736 : cluster [DBG] pgmap v14788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:19.854053+0000 mgr.y (mgr.14556) 16736 : cluster [DBG] pgmap v14788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:19.854053+0000 mgr.y (mgr.14556) 16736 : cluster [DBG] pgmap v14788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:58:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:21.854862+0000 mgr.y (mgr.14556) 16737 : cluster [DBG] pgmap v14789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:21.854862+0000 mgr.y (mgr.14556) 16737 : cluster [DBG] pgmap v14789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:21.854862+0000 mgr.y (mgr.14556) 16737 : cluster [DBG] pgmap v14789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:58:23] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T14:58:24.406 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:58:24.694 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:58:24.694 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 3m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:58:24.694 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 3m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:58:24.694 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 3m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 3m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 3m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 3m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 3m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 3m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 3m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 3m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 3m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 3m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 3m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 3m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 3m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:58:24.695 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 3m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:58:24.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 3m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:58:24.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 3m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:58:24.696 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 3m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:58:24.696 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 3m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:58:25.045 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:58:25.045 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:58:25.045 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:58:25.045 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:58:25.045 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:58:25.045 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:58:25.045 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:58:25.045 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:58:25.045 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:58:25.045 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:58:25.045 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:58:25.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:58:25.046 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:58:25.046 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:58:25.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:58:25.046 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:58:25.046 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:58:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:23.855323+0000 mgr.y (mgr.14556) 16738 : cluster [DBG] pgmap v14790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:58:24.394595+0000 mgr.y (mgr.14556) 16739 : audit [DBG] from='client.32016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:58:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:58:25.044914+0000 mon.c (mon.2) 411 : audit [DBG] from='client.? 172.21.15.23:0/2331303253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:58:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:23.855323+0000 mgr.y (mgr.14556) 16738 : cluster [DBG] pgmap v14790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:58:24.394595+0000 mgr.y (mgr.14556) 16739 : audit [DBG] from='client.32016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:58:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:58:25.044914+0000 mon.c (mon.2) 411 : audit [DBG] from='client.? 172.21.15.23:0/2331303253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:58:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:23.855323+0000 mgr.y (mgr.14556) 16738 : cluster [DBG] pgmap v14790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:58:24.394595+0000 mgr.y (mgr.14556) 16739 : audit [DBG] from='client.32016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:58:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:58:25.044914+0000 mon.c (mon.2) 411 : audit [DBG] from='client.? 172.21.15.23:0/2331303253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:58:26.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:58:24.686495+0000 mgr.y (mgr.14556) 16740 : audit [DBG] from='client.32022 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:58:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:58:24.686495+0000 mgr.y (mgr.14556) 16740 : audit [DBG] from='client.32022 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:58:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:58:24.686495+0000 mgr.y (mgr.14556) 16740 : audit [DBG] from='client.32022 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:58:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:25.856078+0000 mgr.y (mgr.14556) 16741 : cluster [DBG] pgmap v14791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:25.856078+0000 mgr.y (mgr.14556) 16741 : cluster [DBG] pgmap v14791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:25.856078+0000 mgr.y (mgr.14556) 16741 : cluster [DBG] pgmap v14791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:27.856524+0000 mgr.y (mgr.14556) 16742 : cluster [DBG] pgmap v14792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:27.856524+0000 mgr.y (mgr.14556) 16742 : cluster [DBG] pgmap v14792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:27.856524+0000 mgr.y (mgr.14556) 16742 : cluster [DBG] pgmap v14792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:29.856942+0000 mgr.y (mgr.14556) 16743 : cluster [DBG] pgmap v14793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:29.856942+0000 mgr.y (mgr.14556) 16743 : cluster [DBG] pgmap v14793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:29.856942+0000 mgr.y (mgr.14556) 16743 : cluster [DBG] pgmap v14793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:58:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:31.857639+0000 mgr.y (mgr.14556) 16744 : cluster [DBG] pgmap v14794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:31.857639+0000 mgr.y (mgr.14556) 16744 : cluster [DBG] pgmap v14794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:31.857639+0000 mgr.y (mgr.14556) 16744 : cluster [DBG] pgmap v14794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:58:33] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T14:58:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:33.858081+0000 mgr.y (mgr.14556) 16745 : cluster [DBG] pgmap v14795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:33.858081+0000 mgr.y (mgr.14556) 16745 : cluster [DBG] pgmap v14795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:33.858081+0000 mgr.y (mgr.14556) 16745 : cluster [DBG] pgmap v14795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:35.858929+0000 mgr.y (mgr.14556) 16746 : cluster [DBG] pgmap v14796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:35.858929+0000 mgr.y (mgr.14556) 16746 : cluster [DBG] pgmap v14796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:35.858929+0000 mgr.y (mgr.14556) 16746 : cluster [DBG] pgmap v14796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:38.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:37.859322+0000 mgr.y (mgr.14556) 16747 : cluster [DBG] pgmap v14797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:37.859322+0000 mgr.y (mgr.14556) 16747 : cluster [DBG] pgmap v14797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:38.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:37.859322+0000 mgr.y (mgr.14556) 16747 : cluster [DBG] pgmap v14797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:39.859814+0000 mgr.y (mgr.14556) 16748 : cluster [DBG] pgmap v14798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:39.859814+0000 mgr.y (mgr.14556) 16748 : cluster [DBG] pgmap v14798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:39.859814+0000 mgr.y (mgr.14556) 16748 : cluster [DBG] pgmap v14798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:58:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:41.860555+0000 mgr.y (mgr.14556) 16749 : cluster [DBG] pgmap v14799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:41.860555+0000 mgr.y (mgr.14556) 16749 : cluster [DBG] pgmap v14799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:41.860555+0000 mgr.y (mgr.14556) 16749 : cluster [DBG] pgmap v14799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:58:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:58:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:43.860939+0000 mgr.y (mgr.14556) 16750 : cluster [DBG] pgmap v14800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:43.860939+0000 mgr.y (mgr.14556) 16750 : cluster [DBG] pgmap v14800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:43.860939+0000 mgr.y (mgr.14556) 16750 : cluster [DBG] pgmap v14800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:45.861588+0000 mgr.y (mgr.14556) 16751 : cluster [DBG] pgmap v14801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:45.861588+0000 mgr.y (mgr.14556) 16751 : cluster [DBG] pgmap v14801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:45.861588+0000 mgr.y (mgr.14556) 16751 : cluster [DBG] pgmap v14801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:47.862034+0000 mgr.y (mgr.14556) 16752 : cluster [DBG] pgmap v14802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:47.862034+0000 mgr.y (mgr.14556) 16752 : cluster [DBG] pgmap v14802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:47.862034+0000 mgr.y (mgr.14556) 16752 : cluster [DBG] pgmap v14802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:49.862617+0000 mgr.y (mgr.14556) 16753 : cluster [DBG] pgmap v14803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:49.862617+0000 mgr.y (mgr.14556) 16753 : cluster [DBG] pgmap v14803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:49.862617+0000 mgr.y (mgr.14556) 16753 : cluster [DBG] pgmap v14803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:58:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:51.863453+0000 mgr.y (mgr.14556) 16754 : cluster [DBG] pgmap v14804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:53.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:51.863453+0000 mgr.y (mgr.14556) 16754 : cluster [DBG] pgmap v14804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:51.863453+0000 mgr.y (mgr.14556) 16754 : cluster [DBG] pgmap v14804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:58:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:58:55.373 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:58:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:53.863970+0000 mgr.y (mgr.14556) 16755 : cluster [DBG] pgmap v14805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:53.863970+0000 mgr.y (mgr.14556) 16755 : cluster [DBG] pgmap v14805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:53.863970+0000 mgr.y (mgr.14556) 16755 : cluster [DBG] pgmap v14805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:55.663 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 3m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 3m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 3m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 3m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 3m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 3m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 3m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 3m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 3m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 3m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 3m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 3m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 3m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 3m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 3m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:58:55.664 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 3m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:58:55.665 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 3m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:58:55.665 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 3m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:58:55.665 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 3m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:58:55.665 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 3m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:58:56.014 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:58:56.014 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:58:56.014 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:58:56.014 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:58:56.014 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:58:56.014 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:58:56.014 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:58:56.014 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:58:56.015 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:58:56.015 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:58:56.015 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:58:56.015 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:58:56.015 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:58:56.015 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:58:56.015 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:58:56.015 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:58:56.015 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:58:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:58:55.361106+0000 mgr.y (mgr.14556) 16756 : audit [DBG] from='client.41945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:58:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:58:55.361106+0000 mgr.y (mgr.14556) 16756 : audit [DBG] from='client.41945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:58:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:58:55.361106+0000 mgr.y (mgr.14556) 16756 : audit [DBG] from='client.41945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:58:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:58:55.655990+0000 mgr.y (mgr.14556) 16757 : audit [DBG] from='client.41951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:58:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:55.864548+0000 mgr.y (mgr.14556) 16758 : cluster [DBG] pgmap v14806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:58:56.014270+0000 mon.c (mon.2) 412 : audit [DBG] from='client.? 172.21.15.23:0/3847812648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:58:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:58:55.655990+0000 mgr.y (mgr.14556) 16757 : audit [DBG] from='client.41951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:58:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:55.864548+0000 mgr.y (mgr.14556) 16758 : cluster [DBG] pgmap v14806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:58:56.014270+0000 mon.c (mon.2) 412 : audit [DBG] from='client.? 172.21.15.23:0/3847812648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:58:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:58:55.655990+0000 mgr.y (mgr.14556) 16757 : audit [DBG] from='client.41951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:58:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:55.864548+0000 mgr.y (mgr.14556) 16758 : cluster [DBG] pgmap v14806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:58:56.014270+0000 mon.c (mon.2) 412 : audit [DBG] from='client.? 172.21.15.23:0/3847812648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:58:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:58:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:57.865016+0000 mgr.y (mgr.14556) 16759 : cluster [DBG] pgmap v14807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:58:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:57.865016+0000 mgr.y (mgr.14556) 16759 : cluster [DBG] pgmap v14807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:58:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:58:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:57.865016+0000 mgr.y (mgr.14556) 16759 : cluster [DBG] pgmap v14807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:58:59.865618+0000 mgr.y (mgr.14556) 16760 : cluster [DBG] pgmap v14808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:58:59.865618+0000 mgr.y (mgr.14556) 16760 : cluster [DBG] pgmap v14808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:58:59.865618+0000 mgr.y (mgr.14556) 16760 : cluster [DBG] pgmap v14808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:59:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:01.866286+0000 mgr.y (mgr.14556) 16761 : cluster [DBG] pgmap v14809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:01.866286+0000 mgr.y (mgr.14556) 16761 : cluster [DBG] pgmap v14809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:01.866286+0000 mgr.y (mgr.14556) 16761 : cluster [DBG] pgmap v14809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:59:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T14:59:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:03.866716+0000 mgr.y (mgr.14556) 16762 : cluster [DBG] pgmap v14810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:03.866716+0000 mgr.y (mgr.14556) 16762 : cluster [DBG] pgmap v14810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:03.866716+0000 mgr.y (mgr.14556) 16762 : cluster [DBG] pgmap v14810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:05.867585+0000 mgr.y (mgr.14556) 16763 : cluster [DBG] pgmap v14811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:05.867585+0000 mgr.y (mgr.14556) 16763 : cluster [DBG] pgmap v14811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:05.867585+0000 mgr.y (mgr.14556) 16763 : cluster [DBG] pgmap v14811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:07.868080+0000 mgr.y (mgr.14556) 16764 : cluster [DBG] pgmap v14812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:07.868080+0000 mgr.y (mgr.14556) 16764 : cluster [DBG] pgmap v14812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:07.868080+0000 mgr.y (mgr.14556) 16764 : cluster [DBG] pgmap v14812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:11.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:09.868634+0000 mgr.y (mgr.14556) 16765 : cluster [DBG] pgmap v14813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:09.868634+0000 mgr.y (mgr.14556) 16765 : cluster [DBG] pgmap v14813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:09.868634+0000 mgr.y (mgr.14556) 16765 : cluster [DBG] pgmap v14813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:59:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:11.869506+0000 mgr.y (mgr.14556) 16766 : cluster [DBG] pgmap v14814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:11.869506+0000 mgr.y (mgr.14556) 16766 : cluster [DBG] pgmap v14814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:11.869506+0000 mgr.y (mgr.14556) 16766 : cluster [DBG] pgmap v14814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:14.083 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:59:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:59:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:59:13.432179+0000 mon.a (mon.0) 3667 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:59:14.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:59:13.737569+0000 mon.a (mon.0) 3668 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:59:14.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:59:13.738279+0000 mon.a (mon.0) 3669 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:59:14.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:59:13.742715+0000 mon.a (mon.0) 3670 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:59:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:59:13.432179+0000 mon.a (mon.0) 3667 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:59:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:59:13.737569+0000 mon.a (mon.0) 3668 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:59:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:59:13.738279+0000 mon.a (mon.0) 3669 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:59:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:59:13.742715+0000 mon.a (mon.0) 3670 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:59:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:59:13.432179+0000 mon.a (mon.0) 3667 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T14:59:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:59:13.737569+0000 mon.a (mon.0) 3668 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T14:59:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:59:13.738279+0000 mon.a (mon.0) 3669 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T14:59:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:59:13.742715+0000 mon.a (mon.0) 3670 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T14:59:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:13.869971+0000 mgr.y (mgr.14556) 16767 : cluster [DBG] pgmap v14815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:13.869971+0000 mgr.y (mgr.14556) 16767 : cluster [DBG] pgmap v14815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:13.869971+0000 mgr.y (mgr.14556) 16767 : cluster [DBG] pgmap v14815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:15.870785+0000 mgr.y (mgr.14556) 16768 : cluster [DBG] pgmap v14816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:15.870785+0000 mgr.y (mgr.14556) 16768 : cluster [DBG] pgmap v14816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:15.870785+0000 mgr.y (mgr.14556) 16768 : cluster [DBG] pgmap v14816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:17.871288+0000 mgr.y (mgr.14556) 16769 : cluster [DBG] pgmap v14817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:17.871288+0000 mgr.y (mgr.14556) 16769 : cluster [DBG] pgmap v14817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:17.871288+0000 mgr.y (mgr.14556) 16769 : cluster [DBG] pgmap v14817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:19.871684+0000 mgr.y (mgr.14556) 16770 : cluster [DBG] pgmap v14818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:19.871684+0000 mgr.y (mgr.14556) 16770 : cluster [DBG] pgmap v14818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:19.871684+0000 mgr.y (mgr.14556) 16770 : cluster [DBG] pgmap v14818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:59:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:21.872381+0000 mgr.y (mgr.14556) 16771 : cluster [DBG] pgmap v14819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:21.872381+0000 mgr.y (mgr.14556) 16771 : cluster [DBG] pgmap v14819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:21.872381+0000 mgr.y (mgr.14556) 16771 : cluster [DBG] pgmap v14819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:59:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:59:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:23.872973+0000 mgr.y (mgr.14556) 16772 : cluster [DBG] pgmap v14820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:23.872973+0000 mgr.y (mgr.14556) 16772 : cluster [DBG] pgmap v14820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:23.872973+0000 mgr.y (mgr.14556) 16772 : cluster [DBG] pgmap v14820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:26.339 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:59:26.628 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:59:26.628 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 4m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:59:26.628 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 4m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:59:26.628 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 4m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:59:26.628 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 4m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:59:26.628 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 4m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:59:26.628 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 4m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:59:26.628 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 4m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:59:26.628 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 4m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:59:26.628 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 4m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:59:26.629 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 4m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:59:26.629 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 4m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:59:26.629 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 4m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:59:26.629 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 4m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:59:26.629 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 4m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:59:26.629 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 4m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:59:26.629 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 4m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:59:26.629 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 4m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:59:26.629 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 4m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:59:26.629 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 4m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:59:26.629 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 4m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:59:26.975 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:59:26.975 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:59:26.975 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:59:26.975 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:59:26.975 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:59:26.975 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:59:26.976 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:59:26.976 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:59:26.976 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:59:26.976 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:59:26.976 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:59:26.976 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:59:26.976 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:59:26.976 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:59:26.976 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:59:26.976 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:59:26.976 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:59:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:25.873773+0000 mgr.y (mgr.14556) 16773 : cluster [DBG] pgmap v14821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:59:26.327823+0000 mgr.y (mgr.14556) 16774 : audit [DBG] from='client.32052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:59:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:59:26.975190+0000 mon.a (mon.0) 3671 : audit [DBG] from='client.? 172.21.15.23:0/915466495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:59:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:25.873773+0000 mgr.y (mgr.14556) 16773 : cluster [DBG] pgmap v14821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:59:26.327823+0000 mgr.y (mgr.14556) 16774 : audit [DBG] from='client.32052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:59:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:59:26.975190+0000 mon.a (mon.0) 3671 : audit [DBG] from='client.? 172.21.15.23:0/915466495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:59:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:25.873773+0000 mgr.y (mgr.14556) 16773 : cluster [DBG] pgmap v14821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:59:26.327823+0000 mgr.y (mgr.14556) 16774 : audit [DBG] from='client.32052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:59:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:59:26.975190+0000 mon.a (mon.0) 3671 : audit [DBG] from='client.? 172.21.15.23:0/915466495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:59:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:59:26.620196+0000 mgr.y (mgr.14556) 16775 : audit [DBG] from='client.41969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:59:28.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:59:26.620196+0000 mgr.y (mgr.14556) 16775 : audit [DBG] from='client.41969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:59:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:59:26.620196+0000 mgr.y (mgr.14556) 16775 : audit [DBG] from='client.41969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:59:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:27.874295+0000 mgr.y (mgr.14556) 16776 : cluster [DBG] pgmap v14822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:27.874295+0000 mgr.y (mgr.14556) 16776 : cluster [DBG] pgmap v14822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:27.874295+0000 mgr.y (mgr.14556) 16776 : cluster [DBG] pgmap v14822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:29.874737+0000 mgr.y (mgr.14556) 16777 : cluster [DBG] pgmap v14823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:29.874737+0000 mgr.y (mgr.14556) 16777 : cluster [DBG] pgmap v14823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:29.874737+0000 mgr.y (mgr.14556) 16777 : cluster [DBG] pgmap v14823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:59:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:31.875574+0000 mgr.y (mgr.14556) 16778 : cluster [DBG] pgmap v14824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:31.875574+0000 mgr.y (mgr.14556) 16778 : cluster [DBG] pgmap v14824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:31.875574+0000 mgr.y (mgr.14556) 16778 : cluster [DBG] pgmap v14824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:59:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T14:59:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:33.875969+0000 mgr.y (mgr.14556) 16779 : cluster [DBG] pgmap v14825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:33.875969+0000 mgr.y (mgr.14556) 16779 : cluster [DBG] pgmap v14825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:33.875969+0000 mgr.y (mgr.14556) 16779 : cluster [DBG] pgmap v14825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:35.876649+0000 mgr.y (mgr.14556) 16780 : cluster [DBG] pgmap v14826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:35.876649+0000 mgr.y (mgr.14556) 16780 : cluster [DBG] pgmap v14826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:35.876649+0000 mgr.y (mgr.14556) 16780 : cluster [DBG] pgmap v14826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:37.877122+0000 mgr.y (mgr.14556) 16781 : cluster [DBG] pgmap v14827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:37.877122+0000 mgr.y (mgr.14556) 16781 : cluster [DBG] pgmap v14827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:37.877122+0000 mgr.y (mgr.14556) 16781 : cluster [DBG] pgmap v14827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:39.877612+0000 mgr.y (mgr.14556) 16782 : cluster [DBG] pgmap v14828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:39.877612+0000 mgr.y (mgr.14556) 16782 : cluster [DBG] pgmap v14828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:39.877612+0000 mgr.y (mgr.14556) 16782 : cluster [DBG] pgmap v14828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:59:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:41.878375+0000 mgr.y (mgr.14556) 16783 : cluster [DBG] pgmap v14829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:41.878375+0000 mgr.y (mgr.14556) 16783 : cluster [DBG] pgmap v14829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:41.878375+0000 mgr.y (mgr.14556) 16783 : cluster [DBG] pgmap v14829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:59:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T14:59:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:43.878857+0000 mgr.y (mgr.14556) 16784 : cluster [DBG] pgmap v14830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:43.878857+0000 mgr.y (mgr.14556) 16784 : cluster [DBG] pgmap v14830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:43.878857+0000 mgr.y (mgr.14556) 16784 : cluster [DBG] pgmap v14830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:45.879534+0000 mgr.y (mgr.14556) 16785 : cluster [DBG] pgmap v14831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:45.879534+0000 mgr.y (mgr.14556) 16785 : cluster [DBG] pgmap v14831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:45.879534+0000 mgr.y (mgr.14556) 16785 : cluster [DBG] pgmap v14831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:47.879938+0000 mgr.y (mgr.14556) 16786 : cluster [DBG] pgmap v14832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:47.879938+0000 mgr.y (mgr.14556) 16786 : cluster [DBG] pgmap v14832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:47.879938+0000 mgr.y (mgr.14556) 16786 : cluster [DBG] pgmap v14832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:49.880350+0000 mgr.y (mgr.14556) 16787 : cluster [DBG] pgmap v14833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:49.880350+0000 mgr.y (mgr.14556) 16787 : cluster [DBG] pgmap v14833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:49.880350+0000 mgr.y (mgr.14556) 16787 : cluster [DBG] pgmap v14833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 14:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T14:59:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:51.881080+0000 mgr.y (mgr.14556) 16788 : cluster [DBG] pgmap v14834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:51.881080+0000 mgr.y (mgr.14556) 16788 : cluster [DBG] pgmap v14834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:51.881080+0000 mgr.y (mgr.14556) 16788 : cluster [DBG] pgmap v14834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 14:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:14:59:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T14:59:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:53.881661+0000 mgr.y (mgr.14556) 16789 : cluster [DBG] pgmap v14835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:53.881661+0000 mgr.y (mgr.14556) 16789 : cluster [DBG] pgmap v14835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:53.881661+0000 mgr.y (mgr.14556) 16789 : cluster [DBG] pgmap v14835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:57.301 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T14:59:57.589 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T14:59:57.589 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 4m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T14:59:57.589 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 4m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T14:59:57.589 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 4m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T14:59:57.589 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 4m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T14:59:57.589 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 4m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T14:59:57.589 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 4m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T14:59:57.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 4m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T14:59:57.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 4m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T14:59:57.589 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 4m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T14:59:57.589 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 4m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T14:59:57.589 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 4m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T14:59:57.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 4m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T14:59:57.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 4m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T14:59:57.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 4m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T14:59:57.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 4m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T14:59:57.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 4m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T14:59:57.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 4m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T14:59:57.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 4m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T14:59:57.590 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 4m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T14:59:57.590 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 4m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T14:59:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:55.882271+0000 mgr.y (mgr.14556) 16790 : cluster [DBG] pgmap v14836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:55.882271+0000 mgr.y (mgr.14556) 16790 : cluster [DBG] pgmap v14836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:55.882271+0000 mgr.y (mgr.14556) 16790 : cluster [DBG] pgmap v14836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:57.937 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T14:59:57.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T14:59:57.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T14:59:57.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:59:57.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T14:59:57.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:59:57.938 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:59:57.938 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T14:59:57.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T14:59:57.938 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:59:57.938 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T14:59:57.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T14:59:57.938 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T14:59:57.938 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T14:59:57.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T14:59:57.938 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T14:59:57.938 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T14:59:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:59:57.289081+0000 mgr.y (mgr.14556) 16791 : audit [DBG] from='client.32070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:59:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:59:57.937545+0000 mon.c (mon.2) 413 : audit [DBG] from='client.? 172.21.15.23:0/79273501' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:59:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:59:57.289081+0000 mgr.y (mgr.14556) 16791 : audit [DBG] from='client.32070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:59:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:59:57.937545+0000 mon.c (mon.2) 413 : audit [DBG] from='client.? 172.21.15.23:0/79273501' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:59:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:59:57.289081+0000 mgr.y (mgr.14556) 16791 : audit [DBG] from='client.32070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:59:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:59:57.937545+0000 mon.c (mon.2) 413 : audit [DBG] from='client.? 172.21.15.23:0/79273501' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T14:59:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T14:59:57.581227+0000 mgr.y (mgr.14556) 16792 : audit [DBG] from='client.41987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:59:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 14:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:57.882646+0000 mgr.y (mgr.14556) 16793 : cluster [DBG] pgmap v14837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T14:59:57.581227+0000 mgr.y (mgr.14556) 16792 : audit [DBG] from='client.41987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:59:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 14:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:57.882646+0000 mgr.y (mgr.14556) 16793 : cluster [DBG] pgmap v14837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T14:59:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T14:59:57.581227+0000 mgr.y (mgr.14556) 16792 : audit [DBG] from='client.41987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T14:59:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 14:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:57.882646+0000 mgr.y (mgr.14556) 16793 : cluster [DBG] pgmap v14837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:00.306 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T14:59:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:00:00.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:00.000095+0000 mon.a (mon.0) 3672 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:00:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:00.000095+0000 mon.a (mon.0) 3672 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:00:00.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:00.000095+0000 mon.a (mon.0) 3672 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:00:01.590 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T14:59:59.883064+0000 mgr.y (mgr.14556) 16794 : cluster [DBG] pgmap v14838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:01.590 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:00:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T14:59:59.883064+0000 mgr.y (mgr.14556) 16794 : cluster [DBG] pgmap v14838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T14:59:59.883064+0000 mgr.y (mgr.14556) 16794 : cluster [DBG] pgmap v14838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:01.913 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 15:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T15:00:01.590Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1711108800138 maxt=1711116000000 ulid=01HSKAT3W4XQN1654RRC4JZDDD duration=49.839382ms 2024-03-22T15:00:01.914 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 15:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T15:00:01.594Z caller=head.go:827 level=info component=tsdb msg="Head GC completed" duration=2.747626ms 2024-03-22T15:00:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:01.883869+0000 mgr.y (mgr.14556) 16795 : cluster [DBG] pgmap v14839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:01.883869+0000 mgr.y (mgr.14556) 16795 : cluster [DBG] pgmap v14839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:01.883869+0000 mgr.y (mgr.14556) 16795 : cluster [DBG] pgmap v14839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:00:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:00:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:03.884292+0000 mgr.y (mgr.14556) 16796 : cluster [DBG] pgmap v14840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:03.884292+0000 mgr.y (mgr.14556) 16796 : cluster [DBG] pgmap v14840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:03.884292+0000 mgr.y (mgr.14556) 16796 : cluster [DBG] pgmap v14840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:05.885013+0000 mgr.y (mgr.14556) 16797 : cluster [DBG] pgmap v14841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:05.885013+0000 mgr.y (mgr.14556) 16797 : cluster [DBG] pgmap v14841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:05.885013+0000 mgr.y (mgr.14556) 16797 : cluster [DBG] pgmap v14841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:07.885442+0000 mgr.y (mgr.14556) 16798 : cluster [DBG] pgmap v14842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:07.885442+0000 mgr.y (mgr.14556) 16798 : cluster [DBG] pgmap v14842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:07.885442+0000 mgr.y (mgr.14556) 16798 : cluster [DBG] pgmap v14842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:09.885933+0000 mgr.y (mgr.14556) 16799 : cluster [DBG] pgmap v14843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:09.885933+0000 mgr.y (mgr.14556) 16799 : cluster [DBG] pgmap v14843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:09.885933+0000 mgr.y (mgr.14556) 16799 : cluster [DBG] pgmap v14843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:00:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:11.886609+0000 mgr.y (mgr.14556) 16800 : cluster [DBG] pgmap v14844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:11.886609+0000 mgr.y (mgr.14556) 16800 : cluster [DBG] pgmap v14844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:11.886609+0000 mgr.y (mgr.14556) 16800 : cluster [DBG] pgmap v14844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:00:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:00:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:00:13.747455+0000 mon.a (mon.0) 3673 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:00:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:00:14.053798+0000 mon.a (mon.0) 3674 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:00:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:00:14.054479+0000 mon.a (mon.0) 3675 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:00:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:00:14.059309+0000 mon.a (mon.0) 3676 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:00:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:00:13.747455+0000 mon.a (mon.0) 3673 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:00:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:00:14.053798+0000 mon.a (mon.0) 3674 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:00:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:00:14.054479+0000 mon.a (mon.0) 3675 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:00:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:00:14.059309+0000 mon.a (mon.0) 3676 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:00:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:00:13.747455+0000 mon.a (mon.0) 3673 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:00:14.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:00:14.053798+0000 mon.a (mon.0) 3674 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:00:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:00:14.054479+0000 mon.a (mon.0) 3675 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:00:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:00:14.059309+0000 mon.a (mon.0) 3676 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:00:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:13.886939+0000 mgr.y (mgr.14556) 16801 : cluster [DBG] pgmap v14845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:13.886939+0000 mgr.y (mgr.14556) 16801 : cluster [DBG] pgmap v14845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:13.886939+0000 mgr.y (mgr.14556) 16801 : cluster [DBG] pgmap v14845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:15.887588+0000 mgr.y (mgr.14556) 16802 : cluster [DBG] pgmap v14846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:15.887588+0000 mgr.y (mgr.14556) 16802 : cluster [DBG] pgmap v14846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:15.887588+0000 mgr.y (mgr.14556) 16802 : cluster [DBG] pgmap v14846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:17.888082+0000 mgr.y (mgr.14556) 16803 : cluster [DBG] pgmap v14847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:17.888082+0000 mgr.y (mgr.14556) 16803 : cluster [DBG] pgmap v14847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:17.888082+0000 mgr.y (mgr.14556) 16803 : cluster [DBG] pgmap v14847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:19.888566+0000 mgr.y (mgr.14556) 16804 : cluster [DBG] pgmap v14848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:00:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:19.888566+0000 mgr.y (mgr.14556) 16804 : cluster [DBG] pgmap v14848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:21.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:19.888566+0000 mgr.y (mgr.14556) 16804 : cluster [DBG] pgmap v14848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:21.889202+0000 mgr.y (mgr.14556) 16805 : cluster [DBG] pgmap v14849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:21.889202+0000 mgr.y (mgr.14556) 16805 : cluster [DBG] pgmap v14849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:21.889202+0000 mgr.y (mgr.14556) 16805 : cluster [DBG] pgmap v14849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:00:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:00:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:23.889667+0000 mgr.y (mgr.14556) 16806 : cluster [DBG] pgmap v14850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:23.889667+0000 mgr.y (mgr.14556) 16806 : cluster [DBG] pgmap v14850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:23.889667+0000 mgr.y (mgr.14556) 16806 : cluster [DBG] pgmap v14850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:25.890479+0000 mgr.y (mgr.14556) 16807 : cluster [DBG] pgmap v14851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:25.890479+0000 mgr.y (mgr.14556) 16807 : cluster [DBG] pgmap v14851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:25.890479+0000 mgr.y (mgr.14556) 16807 : cluster [DBG] pgmap v14851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:28.261 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:00:28.550 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 5m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 5m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 5m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 5m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 5m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 5m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 5m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 5m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 5m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 5m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 5m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 5m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:00:28.551 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 5m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:00:28.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 5m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:00:28.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 5m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:00:28.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 5m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:00:28.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 5m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:00:28.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 5m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:00:28.552 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 5m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:00:28.552 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 5m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:00:28.903 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:00:28.924 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:00:28.924 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:00:28.924 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:00:28.924 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:00:28.925 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:00:28.925 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:00:28.925 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:00:28.925 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:00:28.925 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:00:28.925 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:00:28.925 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:00:28.925 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:00:28.925 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:00:28.925 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:00:28.925 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:00:28.925 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:00:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:27.890979+0000 mgr.y (mgr.14556) 16808 : cluster [DBG] pgmap v14852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:00:28.249659+0000 mgr.y (mgr.14556) 16809 : audit [DBG] from='client.32088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:00:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:00:28.903236+0000 mon.c (mon.2) 414 : audit [DBG] from='client.? 172.21.15.23:0/4162046197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:00:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:27.890979+0000 mgr.y (mgr.14556) 16808 : cluster [DBG] pgmap v14852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:00:28.249659+0000 mgr.y (mgr.14556) 16809 : audit [DBG] from='client.32088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:00:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:00:28.903236+0000 mon.c (mon.2) 414 : audit [DBG] from='client.? 172.21.15.23:0/4162046197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:00:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:27.890979+0000 mgr.y (mgr.14556) 16808 : cluster [DBG] pgmap v14852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:00:28.249659+0000 mgr.y (mgr.14556) 16809 : audit [DBG] from='client.32088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:00:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:00:28.903236+0000 mon.c (mon.2) 414 : audit [DBG] from='client.? 172.21.15.23:0/4162046197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:00:30.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:00:28.542922+0000 mgr.y (mgr.14556) 16810 : audit [DBG] from='client.32094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:00:30.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:00:28.542922+0000 mgr.y (mgr.14556) 16810 : audit [DBG] from='client.32094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:00:30.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:00:28.542922+0000 mgr.y (mgr.14556) 16810 : audit [DBG] from='client.32094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:00:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:29.891372+0000 mgr.y (mgr.14556) 16811 : cluster [DBG] pgmap v14853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:29.891372+0000 mgr.y (mgr.14556) 16811 : cluster [DBG] pgmap v14853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:29.891372+0000 mgr.y (mgr.14556) 16811 : cluster [DBG] pgmap v14853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:00:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:31.891968+0000 mgr.y (mgr.14556) 16812 : cluster [DBG] pgmap v14854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:33.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:31.891968+0000 mgr.y (mgr.14556) 16812 : cluster [DBG] pgmap v14854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:31.891968+0000 mgr.y (mgr.14556) 16812 : cluster [DBG] pgmap v14854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:00:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:00:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:33.892553+0000 mgr.y (mgr.14556) 16813 : cluster [DBG] pgmap v14855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:33.892553+0000 mgr.y (mgr.14556) 16813 : cluster [DBG] pgmap v14855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:33.892553+0000 mgr.y (mgr.14556) 16813 : cluster [DBG] pgmap v14855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:35.893127+0000 mgr.y (mgr.14556) 16814 : cluster [DBG] pgmap v14856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:35.893127+0000 mgr.y (mgr.14556) 16814 : cluster [DBG] pgmap v14856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:35.893127+0000 mgr.y (mgr.14556) 16814 : cluster [DBG] pgmap v14856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:37.893677+0000 mgr.y (mgr.14556) 16815 : cluster [DBG] pgmap v14857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:37.893677+0000 mgr.y (mgr.14556) 16815 : cluster [DBG] pgmap v14857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:37.893677+0000 mgr.y (mgr.14556) 16815 : cluster [DBG] pgmap v14857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:39.894242+0000 mgr.y (mgr.14556) 16816 : cluster [DBG] pgmap v14858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:39.894242+0000 mgr.y (mgr.14556) 16816 : cluster [DBG] pgmap v14858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:39.894242+0000 mgr.y (mgr.14556) 16816 : cluster [DBG] pgmap v14858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:00:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:41.895031+0000 mgr.y (mgr.14556) 16817 : cluster [DBG] pgmap v14859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:43.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:41.895031+0000 mgr.y (mgr.14556) 16817 : cluster [DBG] pgmap v14859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:41.895031+0000 mgr.y (mgr.14556) 16817 : cluster [DBG] pgmap v14859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:00:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:00:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:43.895442+0000 mgr.y (mgr.14556) 16818 : cluster [DBG] pgmap v14860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:43.895442+0000 mgr.y (mgr.14556) 16818 : cluster [DBG] pgmap v14860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:43.895442+0000 mgr.y (mgr.14556) 16818 : cluster [DBG] pgmap v14860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:45.896254+0000 mgr.y (mgr.14556) 16819 : cluster [DBG] pgmap v14861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:45.896254+0000 mgr.y (mgr.14556) 16819 : cluster [DBG] pgmap v14861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:45.896254+0000 mgr.y (mgr.14556) 16819 : cluster [DBG] pgmap v14861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:47.896802+0000 mgr.y (mgr.14556) 16820 : cluster [DBG] pgmap v14862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:47.896802+0000 mgr.y (mgr.14556) 16820 : cluster [DBG] pgmap v14862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:47.896802+0000 mgr.y (mgr.14556) 16820 : cluster [DBG] pgmap v14862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:49.897302+0000 mgr.y (mgr.14556) 16821 : cluster [DBG] pgmap v14863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:49.897302+0000 mgr.y (mgr.14556) 16821 : cluster [DBG] pgmap v14863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:49.897302+0000 mgr.y (mgr.14556) 16821 : cluster [DBG] pgmap v14863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:00:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:51.897936+0000 mgr.y (mgr.14556) 16822 : cluster [DBG] pgmap v14864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:51.897936+0000 mgr.y (mgr.14556) 16822 : cluster [DBG] pgmap v14864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:53.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:00:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:00:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:51.897936+0000 mgr.y (mgr.14556) 16822 : cluster [DBG] pgmap v14864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:53.898378+0000 mgr.y (mgr.14556) 16823 : cluster [DBG] pgmap v14865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:53.898378+0000 mgr.y (mgr.14556) 16823 : cluster [DBG] pgmap v14865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:53.898378+0000 mgr.y (mgr.14556) 16823 : cluster [DBG] pgmap v14865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:56.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:55.899139+0000 mgr.y (mgr.14556) 16824 : cluster [DBG] pgmap v14866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:56.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:55.899139+0000 mgr.y (mgr.14556) 16824 : cluster [DBG] pgmap v14866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:56.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:55.899139+0000 mgr.y (mgr.14556) 16824 : cluster [DBG] pgmap v14866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:59.230 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:00:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:57.899586+0000 mgr.y (mgr.14556) 16825 : cluster [DBG] pgmap v14867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:59.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:57.899586+0000 mgr.y (mgr.14556) 16825 : cluster [DBG] pgmap v14867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:57.899586+0000 mgr.y (mgr.14556) 16825 : cluster [DBG] pgmap v14867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:00:59.515 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 5m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 5m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 5m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 5m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 5m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 5m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 5m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 5m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 5m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 5m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 5m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 5m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 5m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 5m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:00:59.516 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 5m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:00:59.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 5m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:00:59.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 5m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:00:59.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 5m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:00:59.517 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 5m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:00:59.517 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 5m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:00:59.864 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:00:59.864 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:00:59.864 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:00:59.864 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:00:59.864 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:00:59.865 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:00:59.865 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:00:59.865 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:00:59.865 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:00:59.865 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:00:59.865 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:00:59.865 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:00:59.865 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:00:59.865 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:00:59.865 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:00:59.865 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:00:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:01:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:00:59.218427+0000 mgr.y (mgr.14556) 16826 : audit [DBG] from='client.32106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:01:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:00:59.507911+0000 mgr.y (mgr.14556) 16827 : audit [DBG] from='client.32112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:01:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:00:59.864517+0000 mon.a (mon.0) 3677 : audit [DBG] from='client.? 172.21.15.23:0/612994033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:01:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:00:59.218427+0000 mgr.y (mgr.14556) 16826 : audit [DBG] from='client.32106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:01:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:00:59.507911+0000 mgr.y (mgr.14556) 16827 : audit [DBG] from='client.32112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:01:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:00:59.864517+0000 mon.a (mon.0) 3677 : audit [DBG] from='client.? 172.21.15.23:0/612994033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:01:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:00:59.218427+0000 mgr.y (mgr.14556) 16826 : audit [DBG] from='client.32106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:01:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:00:59.507911+0000 mgr.y (mgr.14556) 16827 : audit [DBG] from='client.32112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:01:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:00:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:00:59.864517+0000 mon.a (mon.0) 3677 : audit [DBG] from='client.? 172.21.15.23:0/612994033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:01:01.292 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:00:59.899941+0000 mgr.y (mgr.14556) 16828 : cluster [DBG] pgmap v14868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:00:59.899941+0000 mgr.y (mgr.14556) 16828 : cluster [DBG] pgmap v14868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:00:59.899941+0000 mgr.y (mgr.14556) 16828 : cluster [DBG] pgmap v14868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:01:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:01.900683+0000 mgr.y (mgr.14556) 16829 : cluster [DBG] pgmap v14869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:01.900683+0000 mgr.y (mgr.14556) 16829 : cluster [DBG] pgmap v14869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:01.900683+0000 mgr.y (mgr.14556) 16829 : cluster [DBG] pgmap v14869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:01:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:01:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:03.901109+0000 mgr.y (mgr.14556) 16830 : cluster [DBG] pgmap v14870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:05.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:03.901109+0000 mgr.y (mgr.14556) 16830 : cluster [DBG] pgmap v14870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:03.901109+0000 mgr.y (mgr.14556) 16830 : cluster [DBG] pgmap v14870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:05.901822+0000 mgr.y (mgr.14556) 16831 : cluster [DBG] pgmap v14871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:05.901822+0000 mgr.y (mgr.14556) 16831 : cluster [DBG] pgmap v14871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:05.901822+0000 mgr.y (mgr.14556) 16831 : cluster [DBG] pgmap v14871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:07.902402+0000 mgr.y (mgr.14556) 16832 : cluster [DBG] pgmap v14872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:07.902402+0000 mgr.y (mgr.14556) 16832 : cluster [DBG] pgmap v14872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:07.902402+0000 mgr.y (mgr.14556) 16832 : cluster [DBG] pgmap v14872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:11.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:09.902769+0000 mgr.y (mgr.14556) 16833 : cluster [DBG] pgmap v14873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:11.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:09.902769+0000 mgr.y (mgr.14556) 16833 : cluster [DBG] pgmap v14873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:11.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:09.902769+0000 mgr.y (mgr.14556) 16833 : cluster [DBG] pgmap v14873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:01:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:11.903581+0000 mgr.y (mgr.14556) 16834 : cluster [DBG] pgmap v14874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:11.903581+0000 mgr.y (mgr.14556) 16834 : cluster [DBG] pgmap v14874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:11.903581+0000 mgr.y (mgr.14556) 16834 : cluster [DBG] pgmap v14874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:01:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:01:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:13.903978+0000 mgr.y (mgr.14556) 16835 : cluster [DBG] pgmap v14875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:01:14.063676+0000 mon.a (mon.0) 3678 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:01:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:01:14.376491+0000 mon.a (mon.0) 3679 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:01:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:01:14.377114+0000 mon.a (mon.0) 3680 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:01:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:01:14.381480+0000 mon.a (mon.0) 3681 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:01:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:13.903978+0000 mgr.y (mgr.14556) 16835 : cluster [DBG] pgmap v14875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:01:14.063676+0000 mon.a (mon.0) 3678 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:01:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:01:14.376491+0000 mon.a (mon.0) 3679 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:01:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:01:14.377114+0000 mon.a (mon.0) 3680 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:01:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:01:14.381480+0000 mon.a (mon.0) 3681 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:01:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:13.903978+0000 mgr.y (mgr.14556) 16835 : cluster [DBG] pgmap v14875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:01:14.063676+0000 mon.a (mon.0) 3678 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:01:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:01:14.376491+0000 mon.a (mon.0) 3679 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:01:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:01:14.377114+0000 mon.a (mon.0) 3680 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:01:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:01:14.381480+0000 mon.a (mon.0) 3681 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:01:17.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:15.904730+0000 mgr.y (mgr.14556) 16836 : cluster [DBG] pgmap v14876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:17.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:15.904730+0000 mgr.y (mgr.14556) 16836 : cluster [DBG] pgmap v14876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:17.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:15.904730+0000 mgr.y (mgr.14556) 16836 : cluster [DBG] pgmap v14876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:17.905269+0000 mgr.y (mgr.14556) 16837 : cluster [DBG] pgmap v14877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:17.905269+0000 mgr.y (mgr.14556) 16837 : cluster [DBG] pgmap v14877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:17.905269+0000 mgr.y (mgr.14556) 16837 : cluster [DBG] pgmap v14877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:19.905706+0000 mgr.y (mgr.14556) 16838 : cluster [DBG] pgmap v14878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:19.905706+0000 mgr.y (mgr.14556) 16838 : cluster [DBG] pgmap v14878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:19.905706+0000 mgr.y (mgr.14556) 16838 : cluster [DBG] pgmap v14878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:01:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:21.906512+0000 mgr.y (mgr.14556) 16839 : cluster [DBG] pgmap v14879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:21.906512+0000 mgr.y (mgr.14556) 16839 : cluster [DBG] pgmap v14879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:21.906512+0000 mgr.y (mgr.14556) 16839 : cluster [DBG] pgmap v14879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:01:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:01:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:23.906962+0000 mgr.y (mgr.14556) 16840 : cluster [DBG] pgmap v14880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:23.906962+0000 mgr.y (mgr.14556) 16840 : cluster [DBG] pgmap v14880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:23.906962+0000 mgr.y (mgr.14556) 16840 : cluster [DBG] pgmap v14880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:25.907786+0000 mgr.y (mgr.14556) 16841 : cluster [DBG] pgmap v14881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:25.907786+0000 mgr.y (mgr.14556) 16841 : cluster [DBG] pgmap v14881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:25.907786+0000 mgr.y (mgr.14556) 16841 : cluster [DBG] pgmap v14881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:27.908357+0000 mgr.y (mgr.14556) 16842 : cluster [DBG] pgmap v14882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:27.908357+0000 mgr.y (mgr.14556) 16842 : cluster [DBG] pgmap v14882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:27.908357+0000 mgr.y (mgr.14556) 16842 : cluster [DBG] pgmap v14882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:30.195 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:01:30.482 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 6m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 6m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 6m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 6m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 6m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 6m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 6m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 6m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 6m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 6m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 6m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 6m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 6m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:01:30.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 6m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:01:30.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 6m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:01:30.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 6m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:01:30.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 6m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:01:30.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 6m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:01:30.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 6m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:01:30.484 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 6m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:01:30.831 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:01:30.831 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:01:30.831 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:01:30.831 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:01:30.831 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:01:30.831 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:01:30.831 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:01:30.831 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:01:30.831 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:01:30.831 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:01:30.831 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:01:30.831 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:01:30.832 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:01:30.832 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:01:30.832 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:01:30.832 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:01:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:01:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:29.908812+0000 mgr.y (mgr.14556) 16843 : cluster [DBG] pgmap v14883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:01:30.182923+0000 mgr.y (mgr.14556) 16844 : audit [DBG] from='client.32124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:01:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:01:30.474884+0000 mgr.y (mgr.14556) 16845 : audit [DBG] from='client.42041 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:01:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:01:30.831125+0000 mon.c (mon.2) 415 : audit [DBG] from='client.? 172.21.15.23:0/4159041332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:01:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:29.908812+0000 mgr.y (mgr.14556) 16843 : cluster [DBG] pgmap v14883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:01:30.182923+0000 mgr.y (mgr.14556) 16844 : audit [DBG] from='client.32124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:01:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:01:30.474884+0000 mgr.y (mgr.14556) 16845 : audit [DBG] from='client.42041 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:01:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:01:30.831125+0000 mon.c (mon.2) 415 : audit [DBG] from='client.? 172.21.15.23:0/4159041332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:01:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:29.908812+0000 mgr.y (mgr.14556) 16843 : cluster [DBG] pgmap v14883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:01:30.182923+0000 mgr.y (mgr.14556) 16844 : audit [DBG] from='client.32124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:01:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:01:30.474884+0000 mgr.y (mgr.14556) 16845 : audit [DBG] from='client.42041 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:01:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:01:30.831125+0000 mon.c (mon.2) 415 : audit [DBG] from='client.? 172.21.15.23:0/4159041332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:01:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:01:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:31.909548+0000 mgr.y (mgr.14556) 16846 : cluster [DBG] pgmap v14884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:31.909548+0000 mgr.y (mgr.14556) 16846 : cluster [DBG] pgmap v14884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:31.909548+0000 mgr.y (mgr.14556) 16846 : cluster [DBG] pgmap v14884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:01:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:01:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:33.910004+0000 mgr.y (mgr.14556) 16847 : cluster [DBG] pgmap v14885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:33.910004+0000 mgr.y (mgr.14556) 16847 : cluster [DBG] pgmap v14885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:33.910004+0000 mgr.y (mgr.14556) 16847 : cluster [DBG] pgmap v14885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:35.910800+0000 mgr.y (mgr.14556) 16848 : cluster [DBG] pgmap v14886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:35.910800+0000 mgr.y (mgr.14556) 16848 : cluster [DBG] pgmap v14886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:35.910800+0000 mgr.y (mgr.14556) 16848 : cluster [DBG] pgmap v14886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:37.911243+0000 mgr.y (mgr.14556) 16849 : cluster [DBG] pgmap v14887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:37.911243+0000 mgr.y (mgr.14556) 16849 : cluster [DBG] pgmap v14887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:37.911243+0000 mgr.y (mgr.14556) 16849 : cluster [DBG] pgmap v14887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:39.911645+0000 mgr.y (mgr.14556) 16850 : cluster [DBG] pgmap v14888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:39.911645+0000 mgr.y (mgr.14556) 16850 : cluster [DBG] pgmap v14888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:39.911645+0000 mgr.y (mgr.14556) 16850 : cluster [DBG] pgmap v14888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:01:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:41.912291+0000 mgr.y (mgr.14556) 16851 : cluster [DBG] pgmap v14889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:41.912291+0000 mgr.y (mgr.14556) 16851 : cluster [DBG] pgmap v14889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:41.912291+0000 mgr.y (mgr.14556) 16851 : cluster [DBG] pgmap v14889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:01:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:01:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:43.912625+0000 mgr.y (mgr.14556) 16852 : cluster [DBG] pgmap v14890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:43.912625+0000 mgr.y (mgr.14556) 16852 : cluster [DBG] pgmap v14890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:43.912625+0000 mgr.y (mgr.14556) 16852 : cluster [DBG] pgmap v14890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:45.913528+0000 mgr.y (mgr.14556) 16853 : cluster [DBG] pgmap v14891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:45.913528+0000 mgr.y (mgr.14556) 16853 : cluster [DBG] pgmap v14891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:45.913528+0000 mgr.y (mgr.14556) 16853 : cluster [DBG] pgmap v14891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:47.913952+0000 mgr.y (mgr.14556) 16854 : cluster [DBG] pgmap v14892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:47.913952+0000 mgr.y (mgr.14556) 16854 : cluster [DBG] pgmap v14892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:47.913952+0000 mgr.y (mgr.14556) 16854 : cluster [DBG] pgmap v14892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:49.914527+0000 mgr.y (mgr.14556) 16855 : cluster [DBG] pgmap v14893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:49.914527+0000 mgr.y (mgr.14556) 16855 : cluster [DBG] pgmap v14893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:49.914527+0000 mgr.y (mgr.14556) 16855 : cluster [DBG] pgmap v14893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:01:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:51.915389+0000 mgr.y (mgr.14556) 16856 : cluster [DBG] pgmap v14894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:51.915389+0000 mgr.y (mgr.14556) 16856 : cluster [DBG] pgmap v14894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:51.915389+0000 mgr.y (mgr.14556) 16856 : cluster [DBG] pgmap v14894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:01:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T15:01:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:53.915765+0000 mgr.y (mgr.14556) 16857 : cluster [DBG] pgmap v14895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:53.915765+0000 mgr.y (mgr.14556) 16857 : cluster [DBG] pgmap v14895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:53.915765+0000 mgr.y (mgr.14556) 16857 : cluster [DBG] pgmap v14895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:55.916443+0000 mgr.y (mgr.14556) 16858 : cluster [DBG] pgmap v14896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:55.916443+0000 mgr.y (mgr.14556) 16858 : cluster [DBG] pgmap v14896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:55.916443+0000 mgr.y (mgr.14556) 16858 : cluster [DBG] pgmap v14896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:01:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:57.916906+0000 mgr.y (mgr.14556) 16859 : cluster [DBG] pgmap v14897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:01:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:57.916906+0000 mgr.y (mgr.14556) 16859 : cluster [DBG] pgmap v14897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:01:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:01:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:57.916906+0000 mgr.y (mgr.14556) 16859 : cluster [DBG] pgmap v14897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:01.158 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:02:01.448 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:02:01.448 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 6m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 6m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 6m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 6m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 6m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 6m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 6m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 6m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 6m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 6m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 6m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 6m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 6m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 6m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:02:01.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 6m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:02:01.450 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 6m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:02:01.450 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 6m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:02:01.450 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 6m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:02:01.450 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 6m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:02:01.450 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 6m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:02:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:01:59.917298+0000 mgr.y (mgr.14556) 16860 : cluster [DBG] pgmap v14898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:01:59.917298+0000 mgr.y (mgr.14556) 16860 : cluster [DBG] pgmap v14898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:01:59.917298+0000 mgr.y (mgr.14556) 16860 : cluster [DBG] pgmap v14898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:01.802 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:02:01.802 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:02:01.802 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:02:01.802 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:02:01.802 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:02:01.802 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:02:01.802 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:02:01.802 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:02:01.802 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:02:01.803 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:02:01.803 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:02:01.803 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:02:01.803 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:02:01.803 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:02:01.803 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:02:01.803 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:02:01.803 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:02:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:02:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:02:01.146213+0000 mgr.y (mgr.14556) 16861 : audit [DBG] from='client.42053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:02:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:02:01.440639+0000 mgr.y (mgr.14556) 16862 : audit [DBG] from='client.42059 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:02:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:02:01.802068+0000 mon.a (mon.0) 3682 : audit [DBG] from='client.? 172.21.15.23:0/397290744' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:02:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:02:01.146213+0000 mgr.y (mgr.14556) 16861 : audit [DBG] from='client.42053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:02:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:02:01.440639+0000 mgr.y (mgr.14556) 16862 : audit [DBG] from='client.42059 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:02:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:02:01.802068+0000 mon.a (mon.0) 3682 : audit [DBG] from='client.? 172.21.15.23:0/397290744' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:02:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:02:01.146213+0000 mgr.y (mgr.14556) 16861 : audit [DBG] from='client.42053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:02:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:02:01.440639+0000 mgr.y (mgr.14556) 16862 : audit [DBG] from='client.42059 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:02:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:02:01.802068+0000 mon.a (mon.0) 3682 : audit [DBG] from='client.? 172.21.15.23:0/397290744' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:02:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:01.917877+0000 mgr.y (mgr.14556) 16863 : cluster [DBG] pgmap v14899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:01.917877+0000 mgr.y (mgr.14556) 16863 : cluster [DBG] pgmap v14899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:01.917877+0000 mgr.y (mgr.14556) 16863 : cluster [DBG] pgmap v14899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:02:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T15:02:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:03.918340+0000 mgr.y (mgr.14556) 16864 : cluster [DBG] pgmap v14900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:03.918340+0000 mgr.y (mgr.14556) 16864 : cluster [DBG] pgmap v14900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:03.918340+0000 mgr.y (mgr.14556) 16864 : cluster [DBG] pgmap v14900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:05.918962+0000 mgr.y (mgr.14556) 16865 : cluster [DBG] pgmap v14901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:05.918962+0000 mgr.y (mgr.14556) 16865 : cluster [DBG] pgmap v14901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:05.918962+0000 mgr.y (mgr.14556) 16865 : cluster [DBG] pgmap v14901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:07.919343+0000 mgr.y (mgr.14556) 16866 : cluster [DBG] pgmap v14902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:07.919343+0000 mgr.y (mgr.14556) 16866 : cluster [DBG] pgmap v14902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:07.919343+0000 mgr.y (mgr.14556) 16866 : cluster [DBG] pgmap v14902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:09.919737+0000 mgr.y (mgr.14556) 16867 : cluster [DBG] pgmap v14903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:09.919737+0000 mgr.y (mgr.14556) 16867 : cluster [DBG] pgmap v14903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:09.919737+0000 mgr.y (mgr.14556) 16867 : cluster [DBG] pgmap v14903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:02:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:11.920432+0000 mgr.y (mgr.14556) 16868 : cluster [DBG] pgmap v14904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:11.920432+0000 mgr.y (mgr.14556) 16868 : cluster [DBG] pgmap v14904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:11.920432+0000 mgr.y (mgr.14556) 16868 : cluster [DBG] pgmap v14904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:02:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:02:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:13.920987+0000 mgr.y (mgr.14556) 16869 : cluster [DBG] pgmap v14905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:02:14.385708+0000 mon.a (mon.0) 3683 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:02:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:02:14.694084+0000 mon.a (mon.0) 3684 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:02:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:02:14.694736+0000 mon.a (mon.0) 3685 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:02:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:02:14.700542+0000 mon.a (mon.0) 3686 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:02:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:13.920987+0000 mgr.y (mgr.14556) 16869 : cluster [DBG] pgmap v14905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:02:14.385708+0000 mon.a (mon.0) 3683 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:02:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:02:14.694084+0000 mon.a (mon.0) 3684 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:02:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:02:14.694736+0000 mon.a (mon.0) 3685 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:02:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:02:14.700542+0000 mon.a (mon.0) 3686 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:02:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:13.920987+0000 mgr.y (mgr.14556) 16869 : cluster [DBG] pgmap v14905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:02:14.385708+0000 mon.a (mon.0) 3683 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:02:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:02:14.694084+0000 mon.a (mon.0) 3684 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:02:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:02:14.694736+0000 mon.a (mon.0) 3685 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:02:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:02:14.700542+0000 mon.a (mon.0) 3686 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:02:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:15.921639+0000 mgr.y (mgr.14556) 16870 : cluster [DBG] pgmap v14906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:15.921639+0000 mgr.y (mgr.14556) 16870 : cluster [DBG] pgmap v14906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:15.921639+0000 mgr.y (mgr.14556) 16870 : cluster [DBG] pgmap v14906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:17.922074+0000 mgr.y (mgr.14556) 16871 : cluster [DBG] pgmap v14907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:17.922074+0000 mgr.y (mgr.14556) 16871 : cluster [DBG] pgmap v14907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:17.922074+0000 mgr.y (mgr.14556) 16871 : cluster [DBG] pgmap v14907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:19.922682+0000 mgr.y (mgr.14556) 16872 : cluster [DBG] pgmap v14908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:19.922682+0000 mgr.y (mgr.14556) 16872 : cluster [DBG] pgmap v14908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:21.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:19.922682+0000 mgr.y (mgr.14556) 16872 : cluster [DBG] pgmap v14908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:21.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:02:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:21.923410+0000 mgr.y (mgr.14556) 16873 : cluster [DBG] pgmap v14909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:21.923410+0000 mgr.y (mgr.14556) 16873 : cluster [DBG] pgmap v14909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:21.923410+0000 mgr.y (mgr.14556) 16873 : cluster [DBG] pgmap v14909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:02:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:02:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:23.923852+0000 mgr.y (mgr.14556) 16874 : cluster [DBG] pgmap v14910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:23.923852+0000 mgr.y (mgr.14556) 16874 : cluster [DBG] pgmap v14910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:23.923852+0000 mgr.y (mgr.14556) 16874 : cluster [DBG] pgmap v14910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:25.924592+0000 mgr.y (mgr.14556) 16875 : cluster [DBG] pgmap v14911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:25.924592+0000 mgr.y (mgr.14556) 16875 : cluster [DBG] pgmap v14911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:25.924592+0000 mgr.y (mgr.14556) 16875 : cluster [DBG] pgmap v14911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:27.924939+0000 mgr.y (mgr.14556) 16876 : cluster [DBG] pgmap v14912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:27.924939+0000 mgr.y (mgr.14556) 16876 : cluster [DBG] pgmap v14912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:27.924939+0000 mgr.y (mgr.14556) 16876 : cluster [DBG] pgmap v14912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:29.925409+0000 mgr.y (mgr.14556) 16877 : cluster [DBG] pgmap v14913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:29.925409+0000 mgr.y (mgr.14556) 16877 : cluster [DBG] pgmap v14913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:29.925409+0000 mgr.y (mgr.14556) 16877 : cluster [DBG] pgmap v14913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:31.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:02:32.127 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:02:32.416 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:02:32.416 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:02:32.416 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 7m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:02:32.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:02:32.418 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:02:32.418 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:02:32.418 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:02:32.767 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:02:32.768 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:02:32.768 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:02:32.768 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:02:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:31.926076+0000 mgr.y (mgr.14556) 16878 : cluster [DBG] pgmap v14914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:02:32.114880+0000 mgr.y (mgr.14556) 16879 : audit [DBG] from='client.32160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:02:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:02:32.408646+0000 mgr.y (mgr.14556) 16880 : audit [DBG] from='client.32166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:02:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:02:32.766846+0000 mon.a (mon.0) 3687 : audit [DBG] from='client.? 172.21.15.23:0/2040972426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:02:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:31.926076+0000 mgr.y (mgr.14556) 16878 : cluster [DBG] pgmap v14914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:02:32.114880+0000 mgr.y (mgr.14556) 16879 : audit [DBG] from='client.32160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:02:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:02:32.408646+0000 mgr.y (mgr.14556) 16880 : audit [DBG] from='client.32166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:02:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:02:32.766846+0000 mon.a (mon.0) 3687 : audit [DBG] from='client.? 172.21.15.23:0/2040972426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:02:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:31.926076+0000 mgr.y (mgr.14556) 16878 : cluster [DBG] pgmap v14914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:02:32.114880+0000 mgr.y (mgr.14556) 16879 : audit [DBG] from='client.32160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:02:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:02:32.408646+0000 mgr.y (mgr.14556) 16880 : audit [DBG] from='client.32166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:02:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:02:32.766846+0000 mon.a (mon.0) 3687 : audit [DBG] from='client.? 172.21.15.23:0/2040972426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:02:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:02:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:02:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:33.926636+0000 mgr.y (mgr.14556) 16881 : cluster [DBG] pgmap v14915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:33.926636+0000 mgr.y (mgr.14556) 16881 : cluster [DBG] pgmap v14915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:33.926636+0000 mgr.y (mgr.14556) 16881 : cluster [DBG] pgmap v14915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:35.927447+0000 mgr.y (mgr.14556) 16882 : cluster [DBG] pgmap v14916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:35.927447+0000 mgr.y (mgr.14556) 16882 : cluster [DBG] pgmap v14916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:35.927447+0000 mgr.y (mgr.14556) 16882 : cluster [DBG] pgmap v14916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:37.927875+0000 mgr.y (mgr.14556) 16883 : cluster [DBG] pgmap v14917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:37.927875+0000 mgr.y (mgr.14556) 16883 : cluster [DBG] pgmap v14917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:37.927875+0000 mgr.y (mgr.14556) 16883 : cluster [DBG] pgmap v14917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:39.928371+0000 mgr.y (mgr.14556) 16884 : cluster [DBG] pgmap v14918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:39.928371+0000 mgr.y (mgr.14556) 16884 : cluster [DBG] pgmap v14918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:39.928371+0000 mgr.y (mgr.14556) 16884 : cluster [DBG] pgmap v14918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:02:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:41.928969+0000 mgr.y (mgr.14556) 16885 : cluster [DBG] pgmap v14919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:43.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:41.928969+0000 mgr.y (mgr.14556) 16885 : cluster [DBG] pgmap v14919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:41.928969+0000 mgr.y (mgr.14556) 16885 : cluster [DBG] pgmap v14919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:02:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:02:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:43.929560+0000 mgr.y (mgr.14556) 16886 : cluster [DBG] pgmap v14920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:43.929560+0000 mgr.y (mgr.14556) 16886 : cluster [DBG] pgmap v14920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:43.929560+0000 mgr.y (mgr.14556) 16886 : cluster [DBG] pgmap v14920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:45.930251+0000 mgr.y (mgr.14556) 16887 : cluster [DBG] pgmap v14921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:45.930251+0000 mgr.y (mgr.14556) 16887 : cluster [DBG] pgmap v14921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:45.930251+0000 mgr.y (mgr.14556) 16887 : cluster [DBG] pgmap v14921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:47.930725+0000 mgr.y (mgr.14556) 16888 : cluster [DBG] pgmap v14922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:47.930725+0000 mgr.y (mgr.14556) 16888 : cluster [DBG] pgmap v14922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:47.930725+0000 mgr.y (mgr.14556) 16888 : cluster [DBG] pgmap v14922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:49.931280+0000 mgr.y (mgr.14556) 16889 : cluster [DBG] pgmap v14923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:49.931280+0000 mgr.y (mgr.14556) 16889 : cluster [DBG] pgmap v14923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:49.931280+0000 mgr.y (mgr.14556) 16889 : cluster [DBG] pgmap v14923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:02:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:51.931993+0000 mgr.y (mgr.14556) 16890 : cluster [DBG] pgmap v14924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:53.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:51.931993+0000 mgr.y (mgr.14556) 16890 : cluster [DBG] pgmap v14924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:51.931993+0000 mgr.y (mgr.14556) 16890 : cluster [DBG] pgmap v14924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:02:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:02:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:53.932536+0000 mgr.y (mgr.14556) 16891 : cluster [DBG] pgmap v14925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:53.932536+0000 mgr.y (mgr.14556) 16891 : cluster [DBG] pgmap v14925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:53.932536+0000 mgr.y (mgr.14556) 16891 : cluster [DBG] pgmap v14925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:55.933312+0000 mgr.y (mgr.14556) 16892 : cluster [DBG] pgmap v14926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:57.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:55.933312+0000 mgr.y (mgr.14556) 16892 : cluster [DBG] pgmap v14926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:55.933312+0000 mgr.y (mgr.14556) 16892 : cluster [DBG] pgmap v14926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:57.933817+0000 mgr.y (mgr.14556) 16893 : cluster [DBG] pgmap v14927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:57.933817+0000 mgr.y (mgr.14556) 16893 : cluster [DBG] pgmap v14927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:02:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:02:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:57.933817+0000 mgr.y (mgr.14556) 16893 : cluster [DBG] pgmap v14927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:02:59.934346+0000 mgr.y (mgr.14556) 16894 : cluster [DBG] pgmap v14928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:02:59.934346+0000 mgr.y (mgr.14556) 16894 : cluster [DBG] pgmap v14928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:02:59.934346+0000 mgr.y (mgr.14556) 16894 : cluster [DBG] pgmap v14928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:03:03.092 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:03:03.379 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:03:03.379 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:03:03.379 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:03:03.379 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 7m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:03:03.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:03:03.381 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:03:03.381 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:03:03.731 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:03:03.731 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:03:03.731 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:03:03.731 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:03:03.731 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:03:03.731 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:03:03.731 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:03:03.731 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:03:03.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:03:03.732 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:03:03.732 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:03:03.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:03:03.732 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:03:03.732 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:03:03.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:03:03.732 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:03:03.732 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:03:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:03:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:03:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:01.935061+0000 mgr.y (mgr.14556) 16895 : cluster [DBG] pgmap v14929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:01.935061+0000 mgr.y (mgr.14556) 16895 : cluster [DBG] pgmap v14929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:01.935061+0000 mgr.y (mgr.14556) 16895 : cluster [DBG] pgmap v14929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:04.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:03.080580+0000 mgr.y (mgr.14556) 16896 : audit [DBG] from='client.32178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:03:04.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:03.371491+0000 mgr.y (mgr.14556) 16897 : audit [DBG] from='client.42095 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:03:04.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:03.731223+0000 mon.a (mon.0) 3688 : audit [DBG] from='client.? 172.21.15.23:0/1611161244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:03:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:03.080580+0000 mgr.y (mgr.14556) 16896 : audit [DBG] from='client.32178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:03:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:03.371491+0000 mgr.y (mgr.14556) 16897 : audit [DBG] from='client.42095 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:03:04.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:03.731223+0000 mon.a (mon.0) 3688 : audit [DBG] from='client.? 172.21.15.23:0/1611161244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:03:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:03.080580+0000 mgr.y (mgr.14556) 16896 : audit [DBG] from='client.32178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:03:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:03.371491+0000 mgr.y (mgr.14556) 16897 : audit [DBG] from='client.42095 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:03:04.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:03.731223+0000 mon.a (mon.0) 3688 : audit [DBG] from='client.? 172.21.15.23:0/1611161244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:03:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:03.935520+0000 mgr.y (mgr.14556) 16898 : cluster [DBG] pgmap v14930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:03.935520+0000 mgr.y (mgr.14556) 16898 : cluster [DBG] pgmap v14930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:03.935520+0000 mgr.y (mgr.14556) 16898 : cluster [DBG] pgmap v14930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:05.936194+0000 mgr.y (mgr.14556) 16899 : cluster [DBG] pgmap v14931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:05.936194+0000 mgr.y (mgr.14556) 16899 : cluster [DBG] pgmap v14931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:05.936194+0000 mgr.y (mgr.14556) 16899 : cluster [DBG] pgmap v14931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:07.936571+0000 mgr.y (mgr.14556) 16900 : cluster [DBG] pgmap v14932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:07.936571+0000 mgr.y (mgr.14556) 16900 : cluster [DBG] pgmap v14932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:07.936571+0000 mgr.y (mgr.14556) 16900 : cluster [DBG] pgmap v14932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:09.937075+0000 mgr.y (mgr.14556) 16901 : cluster [DBG] pgmap v14933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:09.937075+0000 mgr.y (mgr.14556) 16901 : cluster [DBG] pgmap v14933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:09.937075+0000 mgr.y (mgr.14556) 16901 : cluster [DBG] pgmap v14933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:03:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:11.937792+0000 mgr.y (mgr.14556) 16902 : cluster [DBG] pgmap v14934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:13.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:03:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:03:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:11.937792+0000 mgr.y (mgr.14556) 16902 : cluster [DBG] pgmap v14934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:11.937792+0000 mgr.y (mgr.14556) 16902 : cluster [DBG] pgmap v14934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:13.938220+0000 mgr.y (mgr.14556) 16903 : cluster [DBG] pgmap v14935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:14.704987+0000 mon.a (mon.0) 3689 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:03:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:15.011232+0000 mon.a (mon.0) 3690 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:03:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:15.011881+0000 mon.a (mon.0) 3691 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:03:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:15.012419+0000 mon.a (mon.0) 3692 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:03:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:15.012949+0000 mon.a (mon.0) 3693 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:03:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:15.018951+0000 mon.a (mon.0) 3694 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:03:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:15.019786+0000 mon.a (mon.0) 3695 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:03:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:15.020381+0000 mon.a (mon.0) 3696 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:03:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:15.026085+0000 mon.a (mon.0) 3697 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:03:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:13.938220+0000 mgr.y (mgr.14556) 16903 : cluster [DBG] pgmap v14935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:14.704987+0000 mon.a (mon.0) 3689 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:03:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:15.011232+0000 mon.a (mon.0) 3690 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:03:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:15.011881+0000 mon.a (mon.0) 3691 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:03:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:15.012419+0000 mon.a (mon.0) 3692 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:03:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:15.012949+0000 mon.a (mon.0) 3693 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:03:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:15.018951+0000 mon.a (mon.0) 3694 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:03:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:15.019786+0000 mon.a (mon.0) 3695 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:03:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:15.020381+0000 mon.a (mon.0) 3696 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:03:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:15.026085+0000 mon.a (mon.0) 3697 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:03:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:13.938220+0000 mgr.y (mgr.14556) 16903 : cluster [DBG] pgmap v14935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:14.704987+0000 mon.a (mon.0) 3689 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:03:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:15.011232+0000 mon.a (mon.0) 3690 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:03:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:15.011881+0000 mon.a (mon.0) 3691 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:03:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:15.012419+0000 mon.a (mon.0) 3692 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:03:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:15.012949+0000 mon.a (mon.0) 3693 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:03:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:15.018951+0000 mon.a (mon.0) 3694 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:03:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:15.019786+0000 mon.a (mon.0) 3695 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:03:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:15.020381+0000 mon.a (mon.0) 3696 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:03:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:15.026085+0000 mon.a (mon.0) 3697 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:03:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T15:03:15.013360+0000 mgr.y (mgr.14556) 16904 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2472M 2024-03-22T15:03:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:15.939034+0000 mgr.y (mgr.14556) 16905 : cluster [DBG] pgmap v14936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T15:03:15.013360+0000 mgr.y (mgr.14556) 16904 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2472M 2024-03-22T15:03:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:15.939034+0000 mgr.y (mgr.14556) 16905 : cluster [DBG] pgmap v14936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T15:03:15.013360+0000 mgr.y (mgr.14556) 16904 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2472M 2024-03-22T15:03:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:15.939034+0000 mgr.y (mgr.14556) 16905 : cluster [DBG] pgmap v14936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:17.939456+0000 mgr.y (mgr.14556) 16906 : cluster [DBG] pgmap v14937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:17.939456+0000 mgr.y (mgr.14556) 16906 : cluster [DBG] pgmap v14937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:17.939456+0000 mgr.y (mgr.14556) 16906 : cluster [DBG] pgmap v14937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:19.939799+0000 mgr.y (mgr.14556) 16907 : cluster [DBG] pgmap v14938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:19.939799+0000 mgr.y (mgr.14556) 16907 : cluster [DBG] pgmap v14938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:19.939799+0000 mgr.y (mgr.14556) 16907 : cluster [DBG] pgmap v14938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:03:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:21.940450+0000 mgr.y (mgr.14556) 16908 : cluster [DBG] pgmap v14939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:21.940450+0000 mgr.y (mgr.14556) 16908 : cluster [DBG] pgmap v14939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:21.940450+0000 mgr.y (mgr.14556) 16908 : cluster [DBG] pgmap v14939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:03:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:03:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:23.940925+0000 mgr.y (mgr.14556) 16909 : cluster [DBG] pgmap v14940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:23.940925+0000 mgr.y (mgr.14556) 16909 : cluster [DBG] pgmap v14940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:23.940925+0000 mgr.y (mgr.14556) 16909 : cluster [DBG] pgmap v14940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:27.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:25.941785+0000 mgr.y (mgr.14556) 16910 : cluster [DBG] pgmap v14941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:25.941785+0000 mgr.y (mgr.14556) 16910 : cluster [DBG] pgmap v14941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:25.941785+0000 mgr.y (mgr.14556) 16910 : cluster [DBG] pgmap v14941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:27.942284+0000 mgr.y (mgr.14556) 16911 : cluster [DBG] pgmap v14942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:27.942284+0000 mgr.y (mgr.14556) 16911 : cluster [DBG] pgmap v14942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:27.942284+0000 mgr.y (mgr.14556) 16911 : cluster [DBG] pgmap v14942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:29.942739+0000 mgr.y (mgr.14556) 16912 : cluster [DBG] pgmap v14943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:29.942739+0000 mgr.y (mgr.14556) 16912 : cluster [DBG] pgmap v14943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:29.942739+0000 mgr.y (mgr.14556) 16912 : cluster [DBG] pgmap v14943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:03:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:31.943590+0000 mgr.y (mgr.14556) 16913 : cluster [DBG] pgmap v14944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:31.943590+0000 mgr.y (mgr.14556) 16913 : cluster [DBG] pgmap v14944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:31.943590+0000 mgr.y (mgr.14556) 16913 : cluster [DBG] pgmap v14944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:34.058 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:03:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:03:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:03:34.344 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 8m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 8m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 8m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 8m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 8m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 8m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 8m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 8m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 8m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 8m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 8m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 8m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 8m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 8m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:03:34.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 8m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:03:34.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 8m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:03:34.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 8m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:03:34.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 8m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:03:34.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 8m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:03:34.346 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 8m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:03:34.694 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:03:34.694 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:03:34.694 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:03:34.694 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:03:34.695 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:03:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:33.943920+0000 mgr.y (mgr.14556) 16914 : cluster [DBG] pgmap v14945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:34.046139+0000 mgr.y (mgr.14556) 16915 : audit [DBG] from='client.42107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:03:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:34.336664+0000 mgr.y (mgr.14556) 16916 : audit [DBG] from='client.32202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:03:35.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:03:34.694377+0000 mon.a (mon.0) 3698 : audit [DBG] from='client.? 172.21.15.23:0/3989897469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:03:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:33.943920+0000 mgr.y (mgr.14556) 16914 : cluster [DBG] pgmap v14945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:34.046139+0000 mgr.y (mgr.14556) 16915 : audit [DBG] from='client.42107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:03:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:34.336664+0000 mgr.y (mgr.14556) 16916 : audit [DBG] from='client.32202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:03:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:03:34.694377+0000 mon.a (mon.0) 3698 : audit [DBG] from='client.? 172.21.15.23:0/3989897469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:03:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:33.943920+0000 mgr.y (mgr.14556) 16914 : cluster [DBG] pgmap v14945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:34.046139+0000 mgr.y (mgr.14556) 16915 : audit [DBG] from='client.42107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:03:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:34.336664+0000 mgr.y (mgr.14556) 16916 : audit [DBG] from='client.32202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:03:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:03:34.694377+0000 mon.a (mon.0) 3698 : audit [DBG] from='client.? 172.21.15.23:0/3989897469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:03:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:35.944707+0000 mgr.y (mgr.14556) 16917 : cluster [DBG] pgmap v14946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:35.944707+0000 mgr.y (mgr.14556) 16917 : cluster [DBG] pgmap v14946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:35.944707+0000 mgr.y (mgr.14556) 16917 : cluster [DBG] pgmap v14946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:37.945047+0000 mgr.y (mgr.14556) 16918 : cluster [DBG] pgmap v14947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:37.945047+0000 mgr.y (mgr.14556) 16918 : cluster [DBG] pgmap v14947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:37.945047+0000 mgr.y (mgr.14556) 16918 : cluster [DBG] pgmap v14947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:39.945456+0000 mgr.y (mgr.14556) 16919 : cluster [DBG] pgmap v14948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:39.945456+0000 mgr.y (mgr.14556) 16919 : cluster [DBG] pgmap v14948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:39.945456+0000 mgr.y (mgr.14556) 16919 : cluster [DBG] pgmap v14948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:03:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:41.946136+0000 mgr.y (mgr.14556) 16920 : cluster [DBG] pgmap v14949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:41.946136+0000 mgr.y (mgr.14556) 16920 : cluster [DBG] pgmap v14949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:41.946136+0000 mgr.y (mgr.14556) 16920 : cluster [DBG] pgmap v14949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:03:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:03:45.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:43.946763+0000 mgr.y (mgr.14556) 16921 : cluster [DBG] pgmap v14950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:45.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:43.946763+0000 mgr.y (mgr.14556) 16921 : cluster [DBG] pgmap v14950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:43.946763+0000 mgr.y (mgr.14556) 16921 : cluster [DBG] pgmap v14950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:45.947592+0000 mgr.y (mgr.14556) 16922 : cluster [DBG] pgmap v14951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:45.947592+0000 mgr.y (mgr.14556) 16922 : cluster [DBG] pgmap v14951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:45.947592+0000 mgr.y (mgr.14556) 16922 : cluster [DBG] pgmap v14951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:47.948178+0000 mgr.y (mgr.14556) 16923 : cluster [DBG] pgmap v14952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:47.948178+0000 mgr.y (mgr.14556) 16923 : cluster [DBG] pgmap v14952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:47.948178+0000 mgr.y (mgr.14556) 16923 : cluster [DBG] pgmap v14952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:49.948675+0000 mgr.y (mgr.14556) 16924 : cluster [DBG] pgmap v14953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:49.948675+0000 mgr.y (mgr.14556) 16924 : cluster [DBG] pgmap v14953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:49.948675+0000 mgr.y (mgr.14556) 16924 : cluster [DBG] pgmap v14953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:03:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:51.949257+0000 mgr.y (mgr.14556) 16925 : cluster [DBG] pgmap v14954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:51.949257+0000 mgr.y (mgr.14556) 16925 : cluster [DBG] pgmap v14954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:51.949257+0000 mgr.y (mgr.14556) 16925 : cluster [DBG] pgmap v14954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:03:53] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:03:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:53.949840+0000 mgr.y (mgr.14556) 16926 : cluster [DBG] pgmap v14955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:53.949840+0000 mgr.y (mgr.14556) 16926 : cluster [DBG] pgmap v14955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:53.949840+0000 mgr.y (mgr.14556) 16926 : cluster [DBG] pgmap v14955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:55.950619+0000 mgr.y (mgr.14556) 16927 : cluster [DBG] pgmap v14956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:55.950619+0000 mgr.y (mgr.14556) 16927 : cluster [DBG] pgmap v14956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:55.950619+0000 mgr.y (mgr.14556) 16927 : cluster [DBG] pgmap v14956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:57.951173+0000 mgr.y (mgr.14556) 16928 : cluster [DBG] pgmap v14957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:57.951173+0000 mgr.y (mgr.14556) 16928 : cluster [DBG] pgmap v14957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:03:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:57.951173+0000 mgr.y (mgr.14556) 16928 : cluster [DBG] pgmap v14957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:03:59.951689+0000 mgr.y (mgr.14556) 16929 : cluster [DBG] pgmap v14958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:03:59.951689+0000 mgr.y (mgr.14556) 16929 : cluster [DBG] pgmap v14958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:03:59.951689+0000 mgr.y (mgr.14556) 16929 : cluster [DBG] pgmap v14958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:04:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:01.952348+0000 mgr.y (mgr.14556) 16930 : cluster [DBG] pgmap v14959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:01.952348+0000 mgr.y (mgr.14556) 16930 : cluster [DBG] pgmap v14959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:01.952348+0000 mgr.y (mgr.14556) 16930 : cluster [DBG] pgmap v14959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:04:03] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:04:05.018 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:04:05.306 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:04:05.306 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 8m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:04:05.306 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 8m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:04:05.306 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 8m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:04:05.306 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 8m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:04:05.306 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 8m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:04:05.306 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 8m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:04:05.306 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 8m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:04:05.306 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 8m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:04:05.306 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 8m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:04:05.307 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 8m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:04:05.307 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 8m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:04:05.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 8m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:04:05.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 8m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:04:05.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 8m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:04:05.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 8m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:04:05.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 8m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:04:05.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 8m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:04:05.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 8m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:04:05.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 8m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:04:05.307 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 8m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:04:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:03.952759+0000 mgr.y (mgr.14556) 16931 : cluster [DBG] pgmap v14960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:03.952759+0000 mgr.y (mgr.14556) 16931 : cluster [DBG] pgmap v14960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:05.655 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:04:05.655 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:04:05.655 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:04:05.655 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:04:05.655 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:04:05.655 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:04:05.655 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:04:05.655 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:04:05.655 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:04:05.656 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:04:05.656 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:04:05.656 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:04:05.656 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:04:05.656 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:04:05.656 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:04:05.656 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:04:05.656 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:04:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:03.952759+0000 mgr.y (mgr.14556) 16931 : cluster [DBG] pgmap v14960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:04:05.006707+0000 mgr.y (mgr.14556) 16932 : audit [DBG] from='client.32214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:04:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:04:05.297913+0000 mgr.y (mgr.14556) 16933 : audit [DBG] from='client.42131 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:04:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:04:05.655308+0000 mon.a (mon.0) 3699 : audit [DBG] from='client.? 172.21.15.23:0/2754112340' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:04:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:04:05.006707+0000 mgr.y (mgr.14556) 16932 : audit [DBG] from='client.32214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:04:06.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:04:05.297913+0000 mgr.y (mgr.14556) 16933 : audit [DBG] from='client.42131 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:04:06.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:04:05.655308+0000 mon.a (mon.0) 3699 : audit [DBG] from='client.? 172.21.15.23:0/2754112340' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:04:06.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:04:05.006707+0000 mgr.y (mgr.14556) 16932 : audit [DBG] from='client.32214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:04:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:04:05.297913+0000 mgr.y (mgr.14556) 16933 : audit [DBG] from='client.42131 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:04:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:04:05.655308+0000 mon.a (mon.0) 3699 : audit [DBG] from='client.? 172.21.15.23:0/2754112340' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:04:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:05.953439+0000 mgr.y (mgr.14556) 16934 : cluster [DBG] pgmap v14961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:05.953439+0000 mgr.y (mgr.14556) 16934 : cluster [DBG] pgmap v14961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:05.953439+0000 mgr.y (mgr.14556) 16934 : cluster [DBG] pgmap v14961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:07.953914+0000 mgr.y (mgr.14556) 16935 : cluster [DBG] pgmap v14962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:07.953914+0000 mgr.y (mgr.14556) 16935 : cluster [DBG] pgmap v14962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:07.953914+0000 mgr.y (mgr.14556) 16935 : cluster [DBG] pgmap v14962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:09.954472+0000 mgr.y (mgr.14556) 16936 : cluster [DBG] pgmap v14963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:09.954472+0000 mgr.y (mgr.14556) 16936 : cluster [DBG] pgmap v14963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:09.954472+0000 mgr.y (mgr.14556) 16936 : cluster [DBG] pgmap v14963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:04:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:11.955123+0000 mgr.y (mgr.14556) 16937 : cluster [DBG] pgmap v14964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:11.955123+0000 mgr.y (mgr.14556) 16937 : cluster [DBG] pgmap v14964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:11.955123+0000 mgr.y (mgr.14556) 16937 : cluster [DBG] pgmap v14964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:04:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:04:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:13.955570+0000 mgr.y (mgr.14556) 16938 : cluster [DBG] pgmap v14965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:04:15.030608+0000 mon.a (mon.0) 3700 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:04:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:13.955570+0000 mgr.y (mgr.14556) 16938 : cluster [DBG] pgmap v14965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:04:15.030608+0000 mon.a (mon.0) 3700 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:04:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:13.955570+0000 mgr.y (mgr.14556) 16938 : cluster [DBG] pgmap v14965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:04:15.030608+0000 mon.a (mon.0) 3700 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:04:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:04:15.336425+0000 mon.a (mon.0) 3701 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:04:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:04:15.337076+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:04:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:04:15.346991+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:04:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:04:15.336425+0000 mon.a (mon.0) 3701 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:04:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:04:15.337076+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:04:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:04:15.346991+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:04:16.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:04:15.336425+0000 mon.a (mon.0) 3701 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:04:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:04:15.337076+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:04:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:04:15.346991+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:04:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:15.956197+0000 mgr.y (mgr.14556) 16939 : cluster [DBG] pgmap v14966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:15.956197+0000 mgr.y (mgr.14556) 16939 : cluster [DBG] pgmap v14966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:15.956197+0000 mgr.y (mgr.14556) 16939 : cluster [DBG] pgmap v14966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:17.956613+0000 mgr.y (mgr.14556) 16940 : cluster [DBG] pgmap v14967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:17.956613+0000 mgr.y (mgr.14556) 16940 : cluster [DBG] pgmap v14967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:17.956613+0000 mgr.y (mgr.14556) 16940 : cluster [DBG] pgmap v14967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:19.957128+0000 mgr.y (mgr.14556) 16941 : cluster [DBG] pgmap v14968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:19.957128+0000 mgr.y (mgr.14556) 16941 : cluster [DBG] pgmap v14968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:19.957128+0000 mgr.y (mgr.14556) 16941 : cluster [DBG] pgmap v14968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:04:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:21.957803+0000 mgr.y (mgr.14556) 16942 : cluster [DBG] pgmap v14969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:21.957803+0000 mgr.y (mgr.14556) 16942 : cluster [DBG] pgmap v14969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:21.957803+0000 mgr.y (mgr.14556) 16942 : cluster [DBG] pgmap v14969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:04:23] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T15:04:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:23.958319+0000 mgr.y (mgr.14556) 16943 : cluster [DBG] pgmap v14970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:23.958319+0000 mgr.y (mgr.14556) 16943 : cluster [DBG] pgmap v14970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:23.958319+0000 mgr.y (mgr.14556) 16943 : cluster [DBG] pgmap v14970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:25.959126+0000 mgr.y (mgr.14556) 16944 : cluster [DBG] pgmap v14971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:25.959126+0000 mgr.y (mgr.14556) 16944 : cluster [DBG] pgmap v14971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:25.959126+0000 mgr.y (mgr.14556) 16944 : cluster [DBG] pgmap v14971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:27.959564+0000 mgr.y (mgr.14556) 16945 : cluster [DBG] pgmap v14972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:27.959564+0000 mgr.y (mgr.14556) 16945 : cluster [DBG] pgmap v14972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:27.959564+0000 mgr.y (mgr.14556) 16945 : cluster [DBG] pgmap v14972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:29.959973+0000 mgr.y (mgr.14556) 16946 : cluster [DBG] pgmap v14973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:31.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:04:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:29.959973+0000 mgr.y (mgr.14556) 16946 : cluster [DBG] pgmap v14973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:29.959973+0000 mgr.y (mgr.14556) 16946 : cluster [DBG] pgmap v14973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:31.960745+0000 mgr.y (mgr.14556) 16947 : cluster [DBG] pgmap v14974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:33.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:31.960745+0000 mgr.y (mgr.14556) 16947 : cluster [DBG] pgmap v14974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:31.960745+0000 mgr.y (mgr.14556) 16947 : cluster [DBG] pgmap v14974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:04:33] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T15:04:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:33.961168+0000 mgr.y (mgr.14556) 16948 : cluster [DBG] pgmap v14975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:33.961168+0000 mgr.y (mgr.14556) 16948 : cluster [DBG] pgmap v14975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:33.961168+0000 mgr.y (mgr.14556) 16948 : cluster [DBG] pgmap v14975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:35.989 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 9m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 9m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 9m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 9m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 9m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 9m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 9m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 9m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 9m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 9m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 9m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 9m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 9m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:04:36.277 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 9m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:04:36.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 9m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:04:36.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 9m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:04:36.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 9m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:04:36.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 9m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:04:36.278 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 9m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:04:36.278 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 9m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:04:36.631 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:04:36.631 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:04:36.631 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:04:36.631 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:04:36.631 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:04:36.631 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:04:36.631 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:04:36.631 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:04:36.631 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:04:36.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:04:36.632 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:04:36.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:04:36.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:04:36.632 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:04:36.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:04:36.632 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:04:36.632 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:04:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:35.961754+0000 mgr.y (mgr.14556) 16949 : cluster [DBG] pgmap v14976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:04:35.977408+0000 mgr.y (mgr.14556) 16950 : audit [DBG] from='client.32232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:04:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:04:36.269018+0000 mgr.y (mgr.14556) 16951 : audit [DBG] from='client.32238 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:04:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:04:36.630952+0000 mon.a (mon.0) 3704 : audit [DBG] from='client.? 172.21.15.23:0/2337275768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:04:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:35.961754+0000 mgr.y (mgr.14556) 16949 : cluster [DBG] pgmap v14976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:04:35.977408+0000 mgr.y (mgr.14556) 16950 : audit [DBG] from='client.32232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:04:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:04:36.269018+0000 mgr.y (mgr.14556) 16951 : audit [DBG] from='client.32238 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:04:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:04:36.630952+0000 mon.a (mon.0) 3704 : audit [DBG] from='client.? 172.21.15.23:0/2337275768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:04:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:35.961754+0000 mgr.y (mgr.14556) 16949 : cluster [DBG] pgmap v14976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:04:35.977408+0000 mgr.y (mgr.14556) 16950 : audit [DBG] from='client.32232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:04:37.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:04:36.269018+0000 mgr.y (mgr.14556) 16951 : audit [DBG] from='client.32238 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:04:37.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:04:36.630952+0000 mon.a (mon.0) 3704 : audit [DBG] from='client.? 172.21.15.23:0/2337275768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:04:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:37.962299+0000 mgr.y (mgr.14556) 16952 : cluster [DBG] pgmap v14977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:37.962299+0000 mgr.y (mgr.14556) 16952 : cluster [DBG] pgmap v14977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:37.962299+0000 mgr.y (mgr.14556) 16952 : cluster [DBG] pgmap v14977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:39.962744+0000 mgr.y (mgr.14556) 16953 : cluster [DBG] pgmap v14978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:39.962744+0000 mgr.y (mgr.14556) 16953 : cluster [DBG] pgmap v14978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:39.962744+0000 mgr.y (mgr.14556) 16953 : cluster [DBG] pgmap v14978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:04:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:41.963624+0000 mgr.y (mgr.14556) 16954 : cluster [DBG] pgmap v14979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:41.963624+0000 mgr.y (mgr.14556) 16954 : cluster [DBG] pgmap v14979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:41.963624+0000 mgr.y (mgr.14556) 16954 : cluster [DBG] pgmap v14979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:04:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:04:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:43.964319+0000 mgr.y (mgr.14556) 16955 : cluster [DBG] pgmap v14980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:43.964319+0000 mgr.y (mgr.14556) 16955 : cluster [DBG] pgmap v14980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:43.964319+0000 mgr.y (mgr.14556) 16955 : cluster [DBG] pgmap v14980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:45.965013+0000 mgr.y (mgr.14556) 16956 : cluster [DBG] pgmap v14981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:45.965013+0000 mgr.y (mgr.14556) 16956 : cluster [DBG] pgmap v14981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:45.965013+0000 mgr.y (mgr.14556) 16956 : cluster [DBG] pgmap v14981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:47.965612+0000 mgr.y (mgr.14556) 16957 : cluster [DBG] pgmap v14982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:47.965612+0000 mgr.y (mgr.14556) 16957 : cluster [DBG] pgmap v14982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:47.965612+0000 mgr.y (mgr.14556) 16957 : cluster [DBG] pgmap v14982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:49.966046+0000 mgr.y (mgr.14556) 16958 : cluster [DBG] pgmap v14983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:49.966046+0000 mgr.y (mgr.14556) 16958 : cluster [DBG] pgmap v14983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:49.966046+0000 mgr.y (mgr.14556) 16958 : cluster [DBG] pgmap v14983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:04:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:51.966861+0000 mgr.y (mgr.14556) 16959 : cluster [DBG] pgmap v14984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:51.966861+0000 mgr.y (mgr.14556) 16959 : cluster [DBG] pgmap v14984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:51.966861+0000 mgr.y (mgr.14556) 16959 : cluster [DBG] pgmap v14984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:04:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:04:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:53.967483+0000 mgr.y (mgr.14556) 16960 : cluster [DBG] pgmap v14985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:53.967483+0000 mgr.y (mgr.14556) 16960 : cluster [DBG] pgmap v14985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:53.967483+0000 mgr.y (mgr.14556) 16960 : cluster [DBG] pgmap v14985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:55.968221+0000 mgr.y (mgr.14556) 16961 : cluster [DBG] pgmap v14986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:55.968221+0000 mgr.y (mgr.14556) 16961 : cluster [DBG] pgmap v14986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:55.968221+0000 mgr.y (mgr.14556) 16961 : cluster [DBG] pgmap v14986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:04:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:57.968675+0000 mgr.y (mgr.14556) 16962 : cluster [DBG] pgmap v14987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:04:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:57.968675+0000 mgr.y (mgr.14556) 16962 : cluster [DBG] pgmap v14987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:04:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:04:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:57.968675+0000 mgr.y (mgr.14556) 16962 : cluster [DBG] pgmap v14987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:04:59.969060+0000 mgr.y (mgr.14556) 16963 : cluster [DBG] pgmap v14988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:04:59.969060+0000 mgr.y (mgr.14556) 16963 : cluster [DBG] pgmap v14988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:04:59.969060+0000 mgr.y (mgr.14556) 16963 : cluster [DBG] pgmap v14988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:05:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:01.969775+0000 mgr.y (mgr.14556) 16964 : cluster [DBG] pgmap v14989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:03.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:05:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:05:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:01.969775+0000 mgr.y (mgr.14556) 16964 : cluster [DBG] pgmap v14989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:01.969775+0000 mgr.y (mgr.14556) 16964 : cluster [DBG] pgmap v14989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:03.970251+0000 mgr.y (mgr.14556) 16965 : cluster [DBG] pgmap v14990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:03.970251+0000 mgr.y (mgr.14556) 16965 : cluster [DBG] pgmap v14990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:03.970251+0000 mgr.y (mgr.14556) 16965 : cluster [DBG] pgmap v14990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:06.956 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:05:07.243 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 9m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 9m ago 8h 59.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 9m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 9m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 9m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 9m ago 8h 478M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 9m ago 8h 1087M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 9m ago 8h 727M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 9m ago 8h 732M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 9m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 9m ago 8h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 9m ago 8h 46.4M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 9m ago 8h 45.7M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 9m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:05:07.244 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 9m ago 8h 43.8M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:05:07.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 9m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:05:07.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 9m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:05:07.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 9m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:05:07.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 9m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:05:07.245 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 9m ago 8h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:05:07.591 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:05:07.591 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:05:07.591 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:05:07.591 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:05:07.591 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:05:07.591 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:05:07.591 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:05:07.592 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:05:07.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:05:07.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:05:07.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:05:07.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:05:07.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:05:07.592 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:05:07.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:05:07.592 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:05:07.592 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:05:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:05.970979+0000 mgr.y (mgr.14556) 16966 : cluster [DBG] pgmap v14991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:05.970979+0000 mgr.y (mgr.14556) 16966 : cluster [DBG] pgmap v14991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:05.970979+0000 mgr.y (mgr.14556) 16966 : cluster [DBG] pgmap v14991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:05:06.944168+0000 mgr.y (mgr.14556) 16967 : audit [DBG] from='client.32250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:05:08.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:05:07.235815+0000 mgr.y (mgr.14556) 16968 : audit [DBG] from='client.42167 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:05:08.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:05:07.591361+0000 mon.a (mon.0) 3705 : audit [DBG] from='client.? 172.21.15.23:0/3979524757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:05:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:05:06.944168+0000 mgr.y (mgr.14556) 16967 : audit [DBG] from='client.32250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:05:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:05:07.235815+0000 mgr.y (mgr.14556) 16968 : audit [DBG] from='client.42167 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:05:08.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:05:07.591361+0000 mon.a (mon.0) 3705 : audit [DBG] from='client.? 172.21.15.23:0/3979524757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:05:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:05:06.944168+0000 mgr.y (mgr.14556) 16967 : audit [DBG] from='client.32250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:05:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:05:07.235815+0000 mgr.y (mgr.14556) 16968 : audit [DBG] from='client.42167 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:05:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:05:07.591361+0000 mon.a (mon.0) 3705 : audit [DBG] from='client.? 172.21.15.23:0/3979524757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:05:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:07.971478+0000 mgr.y (mgr.14556) 16969 : cluster [DBG] pgmap v14992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:07.971478+0000 mgr.y (mgr.14556) 16969 : cluster [DBG] pgmap v14992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:07.971478+0000 mgr.y (mgr.14556) 16969 : cluster [DBG] pgmap v14992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:09.972039+0000 mgr.y (mgr.14556) 16970 : cluster [DBG] pgmap v14993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:09.972039+0000 mgr.y (mgr.14556) 16970 : cluster [DBG] pgmap v14993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:09.972039+0000 mgr.y (mgr.14556) 16970 : cluster [DBG] pgmap v14993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:05:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:11.972944+0000 mgr.y (mgr.14556) 16971 : cluster [DBG] pgmap v14994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:13.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:11.972944+0000 mgr.y (mgr.14556) 16971 : cluster [DBG] pgmap v14994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:11.972944+0000 mgr.y (mgr.14556) 16971 : cluster [DBG] pgmap v14994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:05:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:05:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:13.973456+0000 mgr.y (mgr.14556) 16972 : cluster [DBG] pgmap v14995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:13.973456+0000 mgr.y (mgr.14556) 16972 : cluster [DBG] pgmap v14995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:13.973456+0000 mgr.y (mgr.14556) 16972 : cluster [DBG] pgmap v14995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:16.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:05:15.351398+0000 mon.a (mon.0) 3706 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:05:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:05:15.351398+0000 mon.a (mon.0) 3706 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:05:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:05:15.351398+0000 mon.a (mon.0) 3706 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:05:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:15.974026+0000 mgr.y (mgr.14556) 16973 : cluster [DBG] pgmap v14996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:17.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:15.974026+0000 mgr.y (mgr.14556) 16973 : cluster [DBG] pgmap v14996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:17.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:15.974026+0000 mgr.y (mgr.14556) 16973 : cluster [DBG] pgmap v14996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:17.974479+0000 mgr.y (mgr.14556) 16974 : cluster [DBG] pgmap v14997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:05:18.182638+0000 mon.a (mon.0) 3707 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:05:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:05:18.607490+0000 mon.a (mon.0) 3708 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:05:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:05:18.900782+0000 mon.a (mon.0) 3709 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:05:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:05:18.901494+0000 mon.a (mon.0) 3710 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:05:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:05:18.908031+0000 mon.a (mon.0) 3711 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:05:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:17.974479+0000 mgr.y (mgr.14556) 16974 : cluster [DBG] pgmap v14997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:05:18.182638+0000 mon.a (mon.0) 3707 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:05:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:05:18.607490+0000 mon.a (mon.0) 3708 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:05:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:05:18.900782+0000 mon.a (mon.0) 3709 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:05:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:05:18.901494+0000 mon.a (mon.0) 3710 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:05:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:05:18.908031+0000 mon.a (mon.0) 3711 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:05:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:17.974479+0000 mgr.y (mgr.14556) 16974 : cluster [DBG] pgmap v14997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:05:18.182638+0000 mon.a (mon.0) 3707 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:05:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:05:18.607490+0000 mon.a (mon.0) 3708 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:05:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:05:18.900782+0000 mon.a (mon.0) 3709 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:05:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:05:18.901494+0000 mon.a (mon.0) 3710 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:05:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:05:18.908031+0000 mon.a (mon.0) 3711 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:05:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:19.974812+0000 mgr.y (mgr.14556) 16975 : cluster [DBG] pgmap v14998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:19.974812+0000 mgr.y (mgr.14556) 16975 : cluster [DBG] pgmap v14998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:19.974812+0000 mgr.y (mgr.14556) 16975 : cluster [DBG] pgmap v14998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:05:23.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:21.975447+0000 mgr.y (mgr.14556) 16976 : cluster [DBG] pgmap v14999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:23.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:21.975447+0000 mgr.y (mgr.14556) 16976 : cluster [DBG] pgmap v14999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:21.975447+0000 mgr.y (mgr.14556) 16976 : cluster [DBG] pgmap v14999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:05:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:05:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:23.975904+0000 mgr.y (mgr.14556) 16977 : cluster [DBG] pgmap v15000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:23.975904+0000 mgr.y (mgr.14556) 16977 : cluster [DBG] pgmap v15000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:23.975904+0000 mgr.y (mgr.14556) 16977 : cluster [DBG] pgmap v15000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:25.976571+0000 mgr.y (mgr.14556) 16978 : cluster [DBG] pgmap v15001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:25.976571+0000 mgr.y (mgr.14556) 16978 : cluster [DBG] pgmap v15001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:25.976571+0000 mgr.y (mgr.14556) 16978 : cluster [DBG] pgmap v15001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:27.977097+0000 mgr.y (mgr.14556) 16979 : cluster [DBG] pgmap v15002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:27.977097+0000 mgr.y (mgr.14556) 16979 : cluster [DBG] pgmap v15002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:27.977097+0000 mgr.y (mgr.14556) 16979 : cluster [DBG] pgmap v15002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:29.977584+0000 mgr.y (mgr.14556) 16980 : cluster [DBG] pgmap v15003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:31.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:29.977584+0000 mgr.y (mgr.14556) 16980 : cluster [DBG] pgmap v15003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:29.977584+0000 mgr.y (mgr.14556) 16980 : cluster [DBG] pgmap v15003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:05:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:31.978253+0000 mgr.y (mgr.14556) 16981 : cluster [DBG] pgmap v15004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:31.978253+0000 mgr.y (mgr.14556) 16981 : cluster [DBG] pgmap v15004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:31.978253+0000 mgr.y (mgr.14556) 16981 : cluster [DBG] pgmap v15004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:05:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:05:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:33.978787+0000 mgr.y (mgr.14556) 16982 : cluster [DBG] pgmap v15005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:33.978787+0000 mgr.y (mgr.14556) 16982 : cluster [DBG] pgmap v15005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:33.978787+0000 mgr.y (mgr.14556) 16982 : cluster [DBG] pgmap v15005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:35.979469+0000 mgr.y (mgr.14556) 16983 : cluster [DBG] pgmap v15006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:35.979469+0000 mgr.y (mgr.14556) 16983 : cluster [DBG] pgmap v15006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:35.979469+0000 mgr.y (mgr.14556) 16983 : cluster [DBG] pgmap v15006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:37.918 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:05:38.213 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:05:38.213 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 20s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:05:38.213 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 19s ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 20s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 19s ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 19s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 20s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 20s ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 19s ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 20s ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 20s ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 19s ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 20s ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 20s ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 20s ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 20s ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 19s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:05:38.214 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 19s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:05:38.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 19s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:05:38.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 19s ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:05:38.215 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 19s ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:05:38.571 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:05:38.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:05:38.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:05:38.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:05:38.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:05:38.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:05:38.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:05:38.571 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:05:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:05:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:05:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:05:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:05:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:05:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:05:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:05:38.572 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:05:38.572 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:05:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:05:37.906127+0000 mgr.y (mgr.14556) 16984 : audit [DBG] from='client.42179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:05:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:37.979840+0000 mgr.y (mgr.14556) 16985 : cluster [DBG] pgmap v15007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:05:38.205367+0000 mgr.y (mgr.14556) 16986 : audit [DBG] from='client.42185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:05:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:05:38.571098+0000 mon.a (mon.0) 3712 : audit [DBG] from='client.? 172.21.15.23:0/957033088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:05:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:05:37.906127+0000 mgr.y (mgr.14556) 16984 : audit [DBG] from='client.42179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:05:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:37.979840+0000 mgr.y (mgr.14556) 16985 : cluster [DBG] pgmap v15007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:05:38.205367+0000 mgr.y (mgr.14556) 16986 : audit [DBG] from='client.42185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:05:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:05:38.571098+0000 mon.a (mon.0) 3712 : audit [DBG] from='client.? 172.21.15.23:0/957033088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:05:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:05:37.906127+0000 mgr.y (mgr.14556) 16984 : audit [DBG] from='client.42179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:05:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:37.979840+0000 mgr.y (mgr.14556) 16985 : cluster [DBG] pgmap v15007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:05:38.205367+0000 mgr.y (mgr.14556) 16986 : audit [DBG] from='client.42185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:05:39.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:05:38.571098+0000 mon.a (mon.0) 3712 : audit [DBG] from='client.? 172.21.15.23:0/957033088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:05:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:39.980233+0000 mgr.y (mgr.14556) 16987 : cluster [DBG] pgmap v15008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:39.980233+0000 mgr.y (mgr.14556) 16987 : cluster [DBG] pgmap v15008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:39.980233+0000 mgr.y (mgr.14556) 16987 : cluster [DBG] pgmap v15008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:05:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:41.980842+0000 mgr.y (mgr.14556) 16988 : cluster [DBG] pgmap v15009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:41.980842+0000 mgr.y (mgr.14556) 16988 : cluster [DBG] pgmap v15009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:41.980842+0000 mgr.y (mgr.14556) 16988 : cluster [DBG] pgmap v15009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:05:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:05:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:43.981206+0000 mgr.y (mgr.14556) 16989 : cluster [DBG] pgmap v15010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:43.981206+0000 mgr.y (mgr.14556) 16989 : cluster [DBG] pgmap v15010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:43.981206+0000 mgr.y (mgr.14556) 16989 : cluster [DBG] pgmap v15010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:45.981951+0000 mgr.y (mgr.14556) 16990 : cluster [DBG] pgmap v15011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:45.981951+0000 mgr.y (mgr.14556) 16990 : cluster [DBG] pgmap v15011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:45.981951+0000 mgr.y (mgr.14556) 16990 : cluster [DBG] pgmap v15011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:47.982373+0000 mgr.y (mgr.14556) 16991 : cluster [DBG] pgmap v15012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:47.982373+0000 mgr.y (mgr.14556) 16991 : cluster [DBG] pgmap v15012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:47.982373+0000 mgr.y (mgr.14556) 16991 : cluster [DBG] pgmap v15012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:49.982895+0000 mgr.y (mgr.14556) 16992 : cluster [DBG] pgmap v15013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:49.982895+0000 mgr.y (mgr.14556) 16992 : cluster [DBG] pgmap v15013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:49.982895+0000 mgr.y (mgr.14556) 16992 : cluster [DBG] pgmap v15013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:05:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:51.983668+0000 mgr.y (mgr.14556) 16993 : cluster [DBG] pgmap v15014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:51.983668+0000 mgr.y (mgr.14556) 16993 : cluster [DBG] pgmap v15014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:51.983668+0000 mgr.y (mgr.14556) 16993 : cluster [DBG] pgmap v15014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:05:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:05:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:53.984175+0000 mgr.y (mgr.14556) 16994 : cluster [DBG] pgmap v15015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:53.984175+0000 mgr.y (mgr.14556) 16994 : cluster [DBG] pgmap v15015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:53.984175+0000 mgr.y (mgr.14556) 16994 : cluster [DBG] pgmap v15015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:55.984960+0000 mgr.y (mgr.14556) 16995 : cluster [DBG] pgmap v15016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:55.984960+0000 mgr.y (mgr.14556) 16995 : cluster [DBG] pgmap v15016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:55.984960+0000 mgr.y (mgr.14556) 16995 : cluster [DBG] pgmap v15016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:05:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:57.985529+0000 mgr.y (mgr.14556) 16996 : cluster [DBG] pgmap v15017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:05:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:57.985529+0000 mgr.y (mgr.14556) 16996 : cluster [DBG] pgmap v15017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:05:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:05:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:57.985529+0000 mgr.y (mgr.14556) 16996 : cluster [DBG] pgmap v15017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:05:59.985928+0000 mgr.y (mgr.14556) 16997 : cluster [DBG] pgmap v15018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:05:59.985928+0000 mgr.y (mgr.14556) 16997 : cluster [DBG] pgmap v15018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:01.750 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:05:59.985928+0000 mgr.y (mgr.14556) 16997 : cluster [DBG] pgmap v15018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:06:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:01.986757+0000 mgr.y (mgr.14556) 16998 : cluster [DBG] pgmap v15019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:01.986757+0000 mgr.y (mgr.14556) 16998 : cluster [DBG] pgmap v15019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:01.986757+0000 mgr.y (mgr.14556) 16998 : cluster [DBG] pgmap v15019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:06:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:06:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:03.987256+0000 mgr.y (mgr.14556) 16999 : cluster [DBG] pgmap v15020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:03.987256+0000 mgr.y (mgr.14556) 16999 : cluster [DBG] pgmap v15020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:03.987256+0000 mgr.y (mgr.14556) 16999 : cluster [DBG] pgmap v15020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:05.988003+0000 mgr.y (mgr.14556) 17000 : cluster [DBG] pgmap v15021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:05.988003+0000 mgr.y (mgr.14556) 17000 : cluster [DBG] pgmap v15021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:05.988003+0000 mgr.y (mgr.14556) 17000 : cluster [DBG] pgmap v15021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:08.901 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:06:09.188 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:06:09.188 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 51s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:06:09.188 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 50s ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:06:09.188 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 51s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:06:09.188 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 50s ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 50s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 51s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 51s ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 50s ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 51s ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 51s ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 50s ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 51s ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 51s ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 51s ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 51s ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 50s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 50s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 50s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:06:09.189 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 50s ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:06:09.190 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 50s ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:06:09.535 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:06:09.536 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:06:09.537 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:06:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:07.988564+0000 mgr.y (mgr.14556) 17001 : cluster [DBG] pgmap v15022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:07.988564+0000 mgr.y (mgr.14556) 17001 : cluster [DBG] pgmap v15022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:07.988564+0000 mgr.y (mgr.14556) 17001 : cluster [DBG] pgmap v15022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:06:08.888981+0000 mgr.y (mgr.14556) 17002 : audit [DBG] from='client.32286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:06:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:06:09.180170+0000 mgr.y (mgr.14556) 17003 : audit [DBG] from='client.42203 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:06:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:06:09.535582+0000 mon.a (mon.0) 3713 : audit [DBG] from='client.? 172.21.15.23:0/1051117685' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:06:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:06:08.888981+0000 mgr.y (mgr.14556) 17002 : audit [DBG] from='client.32286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:06:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:06:09.180170+0000 mgr.y (mgr.14556) 17003 : audit [DBG] from='client.42203 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:06:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:06:09.535582+0000 mon.a (mon.0) 3713 : audit [DBG] from='client.? 172.21.15.23:0/1051117685' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:06:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:06:08.888981+0000 mgr.y (mgr.14556) 17002 : audit [DBG] from='client.32286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:06:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:06:09.180170+0000 mgr.y (mgr.14556) 17003 : audit [DBG] from='client.42203 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:06:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:06:09.535582+0000 mon.a (mon.0) 3713 : audit [DBG] from='client.? 172.21.15.23:0/1051117685' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:06:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:09.988971+0000 mgr.y (mgr.14556) 17004 : cluster [DBG] pgmap v15023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:09.988971+0000 mgr.y (mgr.14556) 17004 : cluster [DBG] pgmap v15023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:09.988971+0000 mgr.y (mgr.14556) 17004 : cluster [DBG] pgmap v15023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:06:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:11.989866+0000 mgr.y (mgr.14556) 17005 : cluster [DBG] pgmap v15024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:11.989866+0000 mgr.y (mgr.14556) 17005 : cluster [DBG] pgmap v15024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:11.989866+0000 mgr.y (mgr.14556) 17005 : cluster [DBG] pgmap v15024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:06:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:06:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:13.990505+0000 mgr.y (mgr.14556) 17006 : cluster [DBG] pgmap v15025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:13.990505+0000 mgr.y (mgr.14556) 17006 : cluster [DBG] pgmap v15025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:13.990505+0000 mgr.y (mgr.14556) 17006 : cluster [DBG] pgmap v15025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:15.991205+0000 mgr.y (mgr.14556) 17007 : cluster [DBG] pgmap v15026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:15.991205+0000 mgr.y (mgr.14556) 17007 : cluster [DBG] pgmap v15026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:15.991205+0000 mgr.y (mgr.14556) 17007 : cluster [DBG] pgmap v15026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:17.991661+0000 mgr.y (mgr.14556) 17008 : cluster [DBG] pgmap v15027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:06:18.912585+0000 mon.a (mon.0) 3714 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:06:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:06:19.222214+0000 mon.a (mon.0) 3715 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:06:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:06:19.222952+0000 mon.a (mon.0) 3716 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:06:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:06:19.232402+0000 mon.a (mon.0) 3717 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:06:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:17.991661+0000 mgr.y (mgr.14556) 17008 : cluster [DBG] pgmap v15027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:06:18.912585+0000 mon.a (mon.0) 3714 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:06:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:06:19.222214+0000 mon.a (mon.0) 3715 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:06:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:06:19.222952+0000 mon.a (mon.0) 3716 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:06:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:06:19.232402+0000 mon.a (mon.0) 3717 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:06:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:17.991661+0000 mgr.y (mgr.14556) 17008 : cluster [DBG] pgmap v15027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:06:18.912585+0000 mon.a (mon.0) 3714 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:06:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:06:19.222214+0000 mon.a (mon.0) 3715 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:06:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:06:19.222952+0000 mon.a (mon.0) 3716 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:06:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:06:19.232402+0000 mon.a (mon.0) 3717 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:06:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:19.992178+0000 mgr.y (mgr.14556) 17009 : cluster [DBG] pgmap v15028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:19.992178+0000 mgr.y (mgr.14556) 17009 : cluster [DBG] pgmap v15028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:19.992178+0000 mgr.y (mgr.14556) 17009 : cluster [DBG] pgmap v15028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:06:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:21.993052+0000 mgr.y (mgr.14556) 17010 : cluster [DBG] pgmap v15029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:21.993052+0000 mgr.y (mgr.14556) 17010 : cluster [DBG] pgmap v15029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:21.993052+0000 mgr.y (mgr.14556) 17010 : cluster [DBG] pgmap v15029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:06:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:06:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:23.993584+0000 mgr.y (mgr.14556) 17011 : cluster [DBG] pgmap v15030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:23.993584+0000 mgr.y (mgr.14556) 17011 : cluster [DBG] pgmap v15030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:23.993584+0000 mgr.y (mgr.14556) 17011 : cluster [DBG] pgmap v15030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:25.994340+0000 mgr.y (mgr.14556) 17012 : cluster [DBG] pgmap v15031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:25.994340+0000 mgr.y (mgr.14556) 17012 : cluster [DBG] pgmap v15031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:25.994340+0000 mgr.y (mgr.14556) 17012 : cluster [DBG] pgmap v15031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:27.994870+0000 mgr.y (mgr.14556) 17013 : cluster [DBG] pgmap v15032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:27.994870+0000 mgr.y (mgr.14556) 17013 : cluster [DBG] pgmap v15032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:27.994870+0000 mgr.y (mgr.14556) 17013 : cluster [DBG] pgmap v15032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:29.995410+0000 mgr.y (mgr.14556) 17014 : cluster [DBG] pgmap v15033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:29.995410+0000 mgr.y (mgr.14556) 17014 : cluster [DBG] pgmap v15033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:29.995410+0000 mgr.y (mgr.14556) 17014 : cluster [DBG] pgmap v15033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:31.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:06:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:31.996064+0000 mgr.y (mgr.14556) 17015 : cluster [DBG] pgmap v15034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:31.996064+0000 mgr.y (mgr.14556) 17015 : cluster [DBG] pgmap v15034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:31.996064+0000 mgr.y (mgr.14556) 17015 : cluster [DBG] pgmap v15034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:06:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:06:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:33.996554+0000 mgr.y (mgr.14556) 17016 : cluster [DBG] pgmap v15035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:33.996554+0000 mgr.y (mgr.14556) 17016 : cluster [DBG] pgmap v15035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:33.996554+0000 mgr.y (mgr.14556) 17016 : cluster [DBG] pgmap v15035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:35.997376+0000 mgr.y (mgr.14556) 17017 : cluster [DBG] pgmap v15036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:35.997376+0000 mgr.y (mgr.14556) 17017 : cluster [DBG] pgmap v15036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:35.997376+0000 mgr.y (mgr.14556) 17017 : cluster [DBG] pgmap v15036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:37.997700+0000 mgr.y (mgr.14556) 17018 : cluster [DBG] pgmap v15037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:39.864 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:06:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:37.997700+0000 mgr.y (mgr.14556) 17018 : cluster [DBG] pgmap v15037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:37.997700+0000 mgr.y (mgr.14556) 17018 : cluster [DBG] pgmap v15037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:40.155 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:06:40.155 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 81s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:06:40.155 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 81s ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:06:40.155 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 81s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:06:40.155 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 81s ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:06:40.155 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 81s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:06:40.155 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 81s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:06:40.155 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 81s ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:06:40.155 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 81s ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:06:40.155 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 81s ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:06:40.155 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 81s ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:06:40.156 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 81s ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:06:40.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 81s ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:06:40.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 81s ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:06:40.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 81s ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:06:40.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 81s ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:06:40.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 81s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:06:40.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 81s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:06:40.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 81s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:06:40.156 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 81s ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:06:40.156 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 81s ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:06:40.508 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:06:40.508 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:06:40.508 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:06:40.508 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:06:40.508 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:06:40.508 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:06:40.508 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:06:40.509 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:06:40.509 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:06:40.509 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:06:40.509 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:06:40.509 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:06:40.509 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:06:40.509 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:06:40.509 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:06:40.509 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:06:40.509 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:06:41.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:06:41.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:06:39.852126+0000 mgr.y (mgr.14556) 17019 : audit [DBG] from='client.32304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:06:41.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:39.998027+0000 mgr.y (mgr.14556) 17020 : cluster [DBG] pgmap v15038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:41.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:06:40.146821+0000 mgr.y (mgr.14556) 17021 : audit [DBG] from='client.42221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:06:41.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:06:40.508106+0000 mon.c (mon.2) 416 : audit [DBG] from='client.? 172.21.15.23:0/3675671753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:06:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:06:39.852126+0000 mgr.y (mgr.14556) 17019 : audit [DBG] from='client.32304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:06:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:39.998027+0000 mgr.y (mgr.14556) 17020 : cluster [DBG] pgmap v15038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:06:40.146821+0000 mgr.y (mgr.14556) 17021 : audit [DBG] from='client.42221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:06:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:06:40.508106+0000 mon.c (mon.2) 416 : audit [DBG] from='client.? 172.21.15.23:0/3675671753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:06:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:06:39.852126+0000 mgr.y (mgr.14556) 17019 : audit [DBG] from='client.32304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:06:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:39.998027+0000 mgr.y (mgr.14556) 17020 : cluster [DBG] pgmap v15038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:06:40.146821+0000 mgr.y (mgr.14556) 17021 : audit [DBG] from='client.42221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:06:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:06:40.508106+0000 mon.c (mon.2) 416 : audit [DBG] from='client.? 172.21.15.23:0/3675671753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:06:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:41.998640+0000 mgr.y (mgr.14556) 17022 : cluster [DBG] pgmap v15039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:41.998640+0000 mgr.y (mgr.14556) 17022 : cluster [DBG] pgmap v15039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:41.998640+0000 mgr.y (mgr.14556) 17022 : cluster [DBG] pgmap v15039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:06:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:06:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:43.999195+0000 mgr.y (mgr.14556) 17023 : cluster [DBG] pgmap v15040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:43.999195+0000 mgr.y (mgr.14556) 17023 : cluster [DBG] pgmap v15040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:43.999195+0000 mgr.y (mgr.14556) 17023 : cluster [DBG] pgmap v15040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:45.999812+0000 mgr.y (mgr.14556) 17024 : cluster [DBG] pgmap v15041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:45.999812+0000 mgr.y (mgr.14556) 17024 : cluster [DBG] pgmap v15041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:45.999812+0000 mgr.y (mgr.14556) 17024 : cluster [DBG] pgmap v15041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:48.000436+0000 mgr.y (mgr.14556) 17025 : cluster [DBG] pgmap v15042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:48.000436+0000 mgr.y (mgr.14556) 17025 : cluster [DBG] pgmap v15042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:48.000436+0000 mgr.y (mgr.14556) 17025 : cluster [DBG] pgmap v15042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:50.000950+0000 mgr.y (mgr.14556) 17026 : cluster [DBG] pgmap v15043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:50.000950+0000 mgr.y (mgr.14556) 17026 : cluster [DBG] pgmap v15043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:50.000950+0000 mgr.y (mgr.14556) 17026 : cluster [DBG] pgmap v15043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:06:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:52.001834+0000 mgr.y (mgr.14556) 17027 : cluster [DBG] pgmap v15044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:52.001834+0000 mgr.y (mgr.14556) 17027 : cluster [DBG] pgmap v15044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:52.001834+0000 mgr.y (mgr.14556) 17027 : cluster [DBG] pgmap v15044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:06:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:06:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:54.002411+0000 mgr.y (mgr.14556) 17028 : cluster [DBG] pgmap v15045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:54.002411+0000 mgr.y (mgr.14556) 17028 : cluster [DBG] pgmap v15045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:54.002411+0000 mgr.y (mgr.14556) 17028 : cluster [DBG] pgmap v15045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:56.003087+0000 mgr.y (mgr.14556) 17029 : cluster [DBG] pgmap v15046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:56.003087+0000 mgr.y (mgr.14556) 17029 : cluster [DBG] pgmap v15046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:56.003087+0000 mgr.y (mgr.14556) 17029 : cluster [DBG] pgmap v15046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:06:58.003688+0000 mgr.y (mgr.14556) 17030 : cluster [DBG] pgmap v15047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:06:58.003688+0000 mgr.y (mgr.14556) 17030 : cluster [DBG] pgmap v15047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:06:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:06:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:06:58.003688+0000 mgr.y (mgr.14556) 17030 : cluster [DBG] pgmap v15047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:00.004096+0000 mgr.y (mgr.14556) 17031 : cluster [DBG] pgmap v15048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:00.004096+0000 mgr.y (mgr.14556) 17031 : cluster [DBG] pgmap v15048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:00.004096+0000 mgr.y (mgr.14556) 17031 : cluster [DBG] pgmap v15048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:07:03.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:02.004858+0000 mgr.y (mgr.14556) 17032 : cluster [DBG] pgmap v15049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:02.004858+0000 mgr.y (mgr.14556) 17032 : cluster [DBG] pgmap v15049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:02.004858+0000 mgr.y (mgr.14556) 17032 : cluster [DBG] pgmap v15049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:07:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:07:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:04.005249+0000 mgr.y (mgr.14556) 17033 : cluster [DBG] pgmap v15050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:04.005249+0000 mgr.y (mgr.14556) 17033 : cluster [DBG] pgmap v15050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:04.005249+0000 mgr.y (mgr.14556) 17033 : cluster [DBG] pgmap v15050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:06.005879+0000 mgr.y (mgr.14556) 17034 : cluster [DBG] pgmap v15051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:06.005879+0000 mgr.y (mgr.14556) 17034 : cluster [DBG] pgmap v15051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:06.005879+0000 mgr.y (mgr.14556) 17034 : cluster [DBG] pgmap v15051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:08.006376+0000 mgr.y (mgr.14556) 17035 : cluster [DBG] pgmap v15052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:08.006376+0000 mgr.y (mgr.14556) 17035 : cluster [DBG] pgmap v15052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:08.006376+0000 mgr.y (mgr.14556) 17035 : cluster [DBG] pgmap v15052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:10.833 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:07:11.121 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:07:11.121 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 112s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:07:11.121 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 112s ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:07:11.121 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 112s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 112s ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 112s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 112s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 112s ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 112s ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 112s ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 112s ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 112s ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 112s ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 112s ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 112s ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 112s ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 112s ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 112s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:07:11.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 112s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:07:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 112s ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:07:11.123 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 112s ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:07:11.471 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:07:11.472 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:07:11.473 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:07:11.473 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:07:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:10.006766+0000 mgr.y (mgr.14556) 17036 : cluster [DBG] pgmap v15053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:07:11.471707+0000 mon.a (mon.0) 3718 : audit [DBG] from='client.? 172.21.15.23:0/2443816884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:07:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:10.006766+0000 mgr.y (mgr.14556) 17036 : cluster [DBG] pgmap v15053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:07:11.471707+0000 mon.a (mon.0) 3718 : audit [DBG] from='client.? 172.21.15.23:0/2443816884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:07:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:07:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:10.006766+0000 mgr.y (mgr.14556) 17036 : cluster [DBG] pgmap v15053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:07:11.471707+0000 mon.a (mon.0) 3718 : audit [DBG] from='client.? 172.21.15.23:0/2443816884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:07:12.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:07:10.821695+0000 mgr.y (mgr.14556) 17037 : audit [DBG] from='client.42233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:07:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:07:11.112907+0000 mgr.y (mgr.14556) 17038 : audit [DBG] from='client.32328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:07:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:07:10.821695+0000 mgr.y (mgr.14556) 17037 : audit [DBG] from='client.42233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:07:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:07:11.112907+0000 mgr.y (mgr.14556) 17038 : audit [DBG] from='client.32328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:07:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:07:10.821695+0000 mgr.y (mgr.14556) 17037 : audit [DBG] from='client.42233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:07:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:07:11.112907+0000 mgr.y (mgr.14556) 17038 : audit [DBG] from='client.32328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:07:13.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:12.007384+0000 mgr.y (mgr.14556) 17039 : cluster [DBG] pgmap v15054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:13.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:07:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:07:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:12.007384+0000 mgr.y (mgr.14556) 17039 : cluster [DBG] pgmap v15054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:12.007384+0000 mgr.y (mgr.14556) 17039 : cluster [DBG] pgmap v15054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:14.007932+0000 mgr.y (mgr.14556) 17040 : cluster [DBG] pgmap v15055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:14.007932+0000 mgr.y (mgr.14556) 17040 : cluster [DBG] pgmap v15055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:14.007932+0000 mgr.y (mgr.14556) 17040 : cluster [DBG] pgmap v15055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:16.008667+0000 mgr.y (mgr.14556) 17041 : cluster [DBG] pgmap v15056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:16.008667+0000 mgr.y (mgr.14556) 17041 : cluster [DBG] pgmap v15056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:16.008667+0000 mgr.y (mgr.14556) 17041 : cluster [DBG] pgmap v15056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:18.009094+0000 mgr.y (mgr.14556) 17042 : cluster [DBG] pgmap v15057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:07:19.237563+0000 mon.a (mon.0) 3719 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:07:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:07:19.544141+0000 mon.a (mon.0) 3720 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:07:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:07:19.544825+0000 mon.a (mon.0) 3721 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:07:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:07:19.550779+0000 mon.a (mon.0) 3722 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:07:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:18.009094+0000 mgr.y (mgr.14556) 17042 : cluster [DBG] pgmap v15057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:07:19.237563+0000 mon.a (mon.0) 3719 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:07:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:07:19.544141+0000 mon.a (mon.0) 3720 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:07:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:07:19.544825+0000 mon.a (mon.0) 3721 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:07:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:07:19.550779+0000 mon.a (mon.0) 3722 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:07:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:18.009094+0000 mgr.y (mgr.14556) 17042 : cluster [DBG] pgmap v15057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:07:19.237563+0000 mon.a (mon.0) 3719 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:07:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:07:19.544141+0000 mon.a (mon.0) 3720 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:07:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:07:19.544825+0000 mon.a (mon.0) 3721 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:07:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:07:19.550779+0000 mon.a (mon.0) 3722 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:07:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:20.009419+0000 mgr.y (mgr.14556) 17043 : cluster [DBG] pgmap v15058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:20.009419+0000 mgr.y (mgr.14556) 17043 : cluster [DBG] pgmap v15058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:20.009419+0000 mgr.y (mgr.14556) 17043 : cluster [DBG] pgmap v15058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:07:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:07:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:07:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:22.010290+0000 mgr.y (mgr.14556) 17044 : cluster [DBG] pgmap v15059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:22.010290+0000 mgr.y (mgr.14556) 17044 : cluster [DBG] pgmap v15059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:22.010290+0000 mgr.y (mgr.14556) 17044 : cluster [DBG] pgmap v15059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:24.010794+0000 mgr.y (mgr.14556) 17045 : cluster [DBG] pgmap v15060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:24.010794+0000 mgr.y (mgr.14556) 17045 : cluster [DBG] pgmap v15060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:24.010794+0000 mgr.y (mgr.14556) 17045 : cluster [DBG] pgmap v15060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:26.011441+0000 mgr.y (mgr.14556) 17046 : cluster [DBG] pgmap v15061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:26.011441+0000 mgr.y (mgr.14556) 17046 : cluster [DBG] pgmap v15061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:26.011441+0000 mgr.y (mgr.14556) 17046 : cluster [DBG] pgmap v15061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:28.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:28.011814+0000 mgr.y (mgr.14556) 17047 : cluster [DBG] pgmap v15062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:28.011814+0000 mgr.y (mgr.14556) 17047 : cluster [DBG] pgmap v15062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:28.011814+0000 mgr.y (mgr.14556) 17047 : cluster [DBG] pgmap v15062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:30.012304+0000 mgr.y (mgr.14556) 17048 : cluster [DBG] pgmap v15063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:30.012304+0000 mgr.y (mgr.14556) 17048 : cluster [DBG] pgmap v15063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:30.012304+0000 mgr.y (mgr.14556) 17048 : cluster [DBG] pgmap v15063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:07:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:32.012965+0000 mgr.y (mgr.14556) 17049 : cluster [DBG] pgmap v15064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:32.012965+0000 mgr.y (mgr.14556) 17049 : cluster [DBG] pgmap v15064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:32.012965+0000 mgr.y (mgr.14556) 17049 : cluster [DBG] pgmap v15064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:07:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:07:35.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:34.013545+0000 mgr.y (mgr.14556) 17050 : cluster [DBG] pgmap v15065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:34.013545+0000 mgr.y (mgr.14556) 17050 : cluster [DBG] pgmap v15065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:34.013545+0000 mgr.y (mgr.14556) 17050 : cluster [DBG] pgmap v15065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:37.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:36.014405+0000 mgr.y (mgr.14556) 17051 : cluster [DBG] pgmap v15066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:36.014405+0000 mgr.y (mgr.14556) 17051 : cluster [DBG] pgmap v15066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:36.014405+0000 mgr.y (mgr.14556) 17051 : cluster [DBG] pgmap v15066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:38.014823+0000 mgr.y (mgr.14556) 17052 : cluster [DBG] pgmap v15067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:38.014823+0000 mgr.y (mgr.14556) 17052 : cluster [DBG] pgmap v15067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:38.014823+0000 mgr.y (mgr.14556) 17052 : cluster [DBG] pgmap v15067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:40.015258+0000 mgr.y (mgr.14556) 17053 : cluster [DBG] pgmap v15068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:40.015258+0000 mgr.y (mgr.14556) 17053 : cluster [DBG] pgmap v15068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:40.015258+0000 mgr.y (mgr.14556) 17053 : cluster [DBG] pgmap v15068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:41.796 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:07:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 2m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 2m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 2m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 2m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 2m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2m ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:07:42.085 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:07:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2m ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:07:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 2m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:07:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 2m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:07:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 2m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:07:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 2m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:07:42.086 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 2m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:07:42.433 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:07:42.433 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:07:42.433 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:07:42.433 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:07:42.433 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:07:42.433 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:07:42.433 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:07:42.433 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:07:42.433 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:07:42.433 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:07:42.433 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:07:42.434 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:07:42.434 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:07:42.434 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:07:42.434 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:07:42.434 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:07:42.434 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:07:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:07:41.784490+0000 mgr.y (mgr.14556) 17054 : audit [DBG] from='client.42251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:07:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:42.015805+0000 mgr.y (mgr.14556) 17055 : cluster [DBG] pgmap v15069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:07:42.076608+0000 mgr.y (mgr.14556) 17056 : audit [DBG] from='client.32346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:07:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:07:42.432867+0000 mon.a (mon.0) 3723 : audit [DBG] from='client.? 172.21.15.23:0/2125909527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:07:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:07:41.784490+0000 mgr.y (mgr.14556) 17054 : audit [DBG] from='client.42251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:07:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:42.015805+0000 mgr.y (mgr.14556) 17055 : cluster [DBG] pgmap v15069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:07:42.076608+0000 mgr.y (mgr.14556) 17056 : audit [DBG] from='client.32346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:07:43.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:07:42.432867+0000 mon.a (mon.0) 3723 : audit [DBG] from='client.? 172.21.15.23:0/2125909527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:07:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:07:41.784490+0000 mgr.y (mgr.14556) 17054 : audit [DBG] from='client.42251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:07:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:42.015805+0000 mgr.y (mgr.14556) 17055 : cluster [DBG] pgmap v15069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:07:42.076608+0000 mgr.y (mgr.14556) 17056 : audit [DBG] from='client.32346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:07:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:07:42.432867+0000 mon.a (mon.0) 3723 : audit [DBG] from='client.? 172.21.15.23:0/2125909527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:07:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:07:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:07:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:44.016237+0000 mgr.y (mgr.14556) 17057 : cluster [DBG] pgmap v15070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:44.016237+0000 mgr.y (mgr.14556) 17057 : cluster [DBG] pgmap v15070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:44.016237+0000 mgr.y (mgr.14556) 17057 : cluster [DBG] pgmap v15070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:46.016966+0000 mgr.y (mgr.14556) 17058 : cluster [DBG] pgmap v15071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:46.016966+0000 mgr.y (mgr.14556) 17058 : cluster [DBG] pgmap v15071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:46.016966+0000 mgr.y (mgr.14556) 17058 : cluster [DBG] pgmap v15071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:48.017310+0000 mgr.y (mgr.14556) 17059 : cluster [DBG] pgmap v15072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:49.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:48.017310+0000 mgr.y (mgr.14556) 17059 : cluster [DBG] pgmap v15072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:48.017310+0000 mgr.y (mgr.14556) 17059 : cluster [DBG] pgmap v15072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:50.017646+0000 mgr.y (mgr.14556) 17060 : cluster [DBG] pgmap v15073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:50.017646+0000 mgr.y (mgr.14556) 17060 : cluster [DBG] pgmap v15073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:50.017646+0000 mgr.y (mgr.14556) 17060 : cluster [DBG] pgmap v15073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:07:53.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:52.018411+0000 mgr.y (mgr.14556) 17061 : cluster [DBG] pgmap v15074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:52.018411+0000 mgr.y (mgr.14556) 17061 : cluster [DBG] pgmap v15074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:52.018411+0000 mgr.y (mgr.14556) 17061 : cluster [DBG] pgmap v15074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:07:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:07:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:54.018971+0000 mgr.y (mgr.14556) 17062 : cluster [DBG] pgmap v15075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:54.018971+0000 mgr.y (mgr.14556) 17062 : cluster [DBG] pgmap v15075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:54.018971+0000 mgr.y (mgr.14556) 17062 : cluster [DBG] pgmap v15075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:56.019651+0000 mgr.y (mgr.14556) 17063 : cluster [DBG] pgmap v15076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:56.019651+0000 mgr.y (mgr.14556) 17063 : cluster [DBG] pgmap v15076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:56.019651+0000 mgr.y (mgr.14556) 17063 : cluster [DBG] pgmap v15076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:07:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:07:58.020011+0000 mgr.y (mgr.14556) 17064 : cluster [DBG] pgmap v15077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:07:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:07:58.020011+0000 mgr.y (mgr.14556) 17064 : cluster [DBG] pgmap v15077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:07:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:07:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:07:58.020011+0000 mgr.y (mgr.14556) 17064 : cluster [DBG] pgmap v15077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:00.020574+0000 mgr.y (mgr.14556) 17065 : cluster [DBG] pgmap v15078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:00.020574+0000 mgr.y (mgr.14556) 17065 : cluster [DBG] pgmap v15078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:00.020574+0000 mgr.y (mgr.14556) 17065 : cluster [DBG] pgmap v15078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:08:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:02.021388+0000 mgr.y (mgr.14556) 17066 : cluster [DBG] pgmap v15079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:02.021388+0000 mgr.y (mgr.14556) 17066 : cluster [DBG] pgmap v15079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:02.021388+0000 mgr.y (mgr.14556) 17066 : cluster [DBG] pgmap v15079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:08:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:08:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:04.021910+0000 mgr.y (mgr.14556) 17067 : cluster [DBG] pgmap v15080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:04.021910+0000 mgr.y (mgr.14556) 17067 : cluster [DBG] pgmap v15080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:04.021910+0000 mgr.y (mgr.14556) 17067 : cluster [DBG] pgmap v15080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:06.022749+0000 mgr.y (mgr.14556) 17068 : cluster [DBG] pgmap v15081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:06.022749+0000 mgr.y (mgr.14556) 17068 : cluster [DBG] pgmap v15081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:06.022749+0000 mgr.y (mgr.14556) 17068 : cluster [DBG] pgmap v15081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:08.023121+0000 mgr.y (mgr.14556) 17069 : cluster [DBG] pgmap v15082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:08.023121+0000 mgr.y (mgr.14556) 17069 : cluster [DBG] pgmap v15082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:08.023121+0000 mgr.y (mgr.14556) 17069 : cluster [DBG] pgmap v15082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:10.023526+0000 mgr.y (mgr.14556) 17070 : cluster [DBG] pgmap v15083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:10.023526+0000 mgr.y (mgr.14556) 17070 : cluster [DBG] pgmap v15083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:10.023526+0000 mgr.y (mgr.14556) 17070 : cluster [DBG] pgmap v15083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:08:12.761 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:08:13.048 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:08:13.049 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:08:13.049 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 2m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:08:13.049 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:08:13.049 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 2m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:08:13.049 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 2m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:08:13.049 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:08:13.049 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:08:13.049 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 2m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:08:13.049 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:08:13.049 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:08:13.049 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 2m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:08:13.050 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:08:13.050 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2m ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:08:13.050 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:08:13.050 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2m ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:08:13.050 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 2m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:08:13.050 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 2m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:08:13.050 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 2m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:08:13.050 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 2m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:08:13.050 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 2m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:08:13.400 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:08:13.400 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:08:13.400 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:08:13.400 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:08:13.400 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:08:13.400 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:08:13.400 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:08:13.400 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:08:13.401 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:08:13.401 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:08:13.401 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:08:13.401 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:08:13.401 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:08:13.401 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:08:13.401 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:08:13.401 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:08:13.401 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:08:13.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:12.024126+0000 mgr.y (mgr.14556) 17071 : cluster [DBG] pgmap v15084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:12.024126+0000 mgr.y (mgr.14556) 17071 : cluster [DBG] pgmap v15084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:12.024126+0000 mgr.y (mgr.14556) 17071 : cluster [DBG] pgmap v15084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:08:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:08:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:08:12.749811+0000 mgr.y (mgr.14556) 17072 : audit [DBG] from='client.32358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:08:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:08:13.040770+0000 mgr.y (mgr.14556) 17073 : audit [DBG] from='client.42275 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:08:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:08:13.399994+0000 mon.a (mon.0) 3724 : audit [DBG] from='client.? 172.21.15.23:0/3233734994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:08:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:08:12.749811+0000 mgr.y (mgr.14556) 17072 : audit [DBG] from='client.32358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:08:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:08:13.040770+0000 mgr.y (mgr.14556) 17073 : audit [DBG] from='client.42275 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:08:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:08:13.399994+0000 mon.a (mon.0) 3724 : audit [DBG] from='client.? 172.21.15.23:0/3233734994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:08:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:08:12.749811+0000 mgr.y (mgr.14556) 17072 : audit [DBG] from='client.32358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:08:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:08:13.040770+0000 mgr.y (mgr.14556) 17073 : audit [DBG] from='client.42275 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:08:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:08:13.399994+0000 mon.a (mon.0) 3724 : audit [DBG] from='client.? 172.21.15.23:0/3233734994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:08:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:14.024613+0000 mgr.y (mgr.14556) 17074 : cluster [DBG] pgmap v15085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:14.024613+0000 mgr.y (mgr.14556) 17074 : cluster [DBG] pgmap v15085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:14.024613+0000 mgr.y (mgr.14556) 17074 : cluster [DBG] pgmap v15085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:16.025342+0000 mgr.y (mgr.14556) 17075 : cluster [DBG] pgmap v15086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:16.025342+0000 mgr.y (mgr.14556) 17075 : cluster [DBG] pgmap v15086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:16.025342+0000 mgr.y (mgr.14556) 17075 : cluster [DBG] pgmap v15086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:18.025722+0000 mgr.y (mgr.14556) 17076 : cluster [DBG] pgmap v15087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:18.025722+0000 mgr.y (mgr.14556) 17076 : cluster [DBG] pgmap v15087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:18.025722+0000 mgr.y (mgr.14556) 17076 : cluster [DBG] pgmap v15087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:08:19.555132+0000 mon.a (mon.0) 3725 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:08:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:08:19.808389+0000 mon.a (mon.0) 3726 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:08:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:08:19.814322+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:08:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:08:20.100211+0000 mon.a (mon.0) 3728 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:08:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:08:20.100891+0000 mon.a (mon.0) 3729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:08:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:08:20.107197+0000 mon.a (mon.0) 3730 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:08:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:08:19.555132+0000 mon.a (mon.0) 3725 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:08:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:08:19.808389+0000 mon.a (mon.0) 3726 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:08:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:08:19.814322+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:08:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:08:20.100211+0000 mon.a (mon.0) 3728 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:08:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:08:20.100891+0000 mon.a (mon.0) 3729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:08:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:08:20.107197+0000 mon.a (mon.0) 3730 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:08:20.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:08:19.555132+0000 mon.a (mon.0) 3725 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:08:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:08:19.808389+0000 mon.a (mon.0) 3726 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:08:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:08:19.814322+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:08:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:08:20.100211+0000 mon.a (mon.0) 3728 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:08:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:08:20.100891+0000 mon.a (mon.0) 3729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:08:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:08:20.107197+0000 mon.a (mon.0) 3730 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:08:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:20.026094+0000 mgr.y (mgr.14556) 17077 : cluster [DBG] pgmap v15088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:20.026094+0000 mgr.y (mgr.14556) 17077 : cluster [DBG] pgmap v15088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:20.026094+0000 mgr.y (mgr.14556) 17077 : cluster [DBG] pgmap v15088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:08:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:22.026742+0000 mgr.y (mgr.14556) 17078 : cluster [DBG] pgmap v15089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:22.026742+0000 mgr.y (mgr.14556) 17078 : cluster [DBG] pgmap v15089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:22.026742+0000 mgr.y (mgr.14556) 17078 : cluster [DBG] pgmap v15089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:08:23] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:08:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:24.027308+0000 mgr.y (mgr.14556) 17079 : cluster [DBG] pgmap v15090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:24.027308+0000 mgr.y (mgr.14556) 17079 : cluster [DBG] pgmap v15090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:24.027308+0000 mgr.y (mgr.14556) 17079 : cluster [DBG] pgmap v15090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:26.028021+0000 mgr.y (mgr.14556) 17080 : cluster [DBG] pgmap v15091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:26.028021+0000 mgr.y (mgr.14556) 17080 : cluster [DBG] pgmap v15091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:26.028021+0000 mgr.y (mgr.14556) 17080 : cluster [DBG] pgmap v15091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:28.028641+0000 mgr.y (mgr.14556) 17081 : cluster [DBG] pgmap v15092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:28.028641+0000 mgr.y (mgr.14556) 17081 : cluster [DBG] pgmap v15092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:28.028641+0000 mgr.y (mgr.14556) 17081 : cluster [DBG] pgmap v15092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:30.029205+0000 mgr.y (mgr.14556) 17082 : cluster [DBG] pgmap v15093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:30.029205+0000 mgr.y (mgr.14556) 17082 : cluster [DBG] pgmap v15093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:30.029205+0000 mgr.y (mgr.14556) 17082 : cluster [DBG] pgmap v15093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:08:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:32.029893+0000 mgr.y (mgr.14556) 17083 : cluster [DBG] pgmap v15094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:32.029893+0000 mgr.y (mgr.14556) 17083 : cluster [DBG] pgmap v15094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:32.029893+0000 mgr.y (mgr.14556) 17083 : cluster [DBG] pgmap v15094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:08:33] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:08:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:34.030434+0000 mgr.y (mgr.14556) 17084 : cluster [DBG] pgmap v15095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:34.030434+0000 mgr.y (mgr.14556) 17084 : cluster [DBG] pgmap v15095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:34.030434+0000 mgr.y (mgr.14556) 17084 : cluster [DBG] pgmap v15095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:36.031059+0000 mgr.y (mgr.14556) 17085 : cluster [DBG] pgmap v15096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:36.031059+0000 mgr.y (mgr.14556) 17085 : cluster [DBG] pgmap v15096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:36.031059+0000 mgr.y (mgr.14556) 17085 : cluster [DBG] pgmap v15096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:38.031559+0000 mgr.y (mgr.14556) 17086 : cluster [DBG] pgmap v15097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:38.031559+0000 mgr.y (mgr.14556) 17086 : cluster [DBG] pgmap v15097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:38.031559+0000 mgr.y (mgr.14556) 17086 : cluster [DBG] pgmap v15097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:41.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:40.032030+0000 mgr.y (mgr.14556) 17087 : cluster [DBG] pgmap v15098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:41.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:08:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:40.032030+0000 mgr.y (mgr.14556) 17087 : cluster [DBG] pgmap v15098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:40.032030+0000 mgr.y (mgr.14556) 17087 : cluster [DBG] pgmap v15098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:42.032791+0000 mgr.y (mgr.14556) 17088 : cluster [DBG] pgmap v15099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:43.726 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:08:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:42.032791+0000 mgr.y (mgr.14556) 17088 : cluster [DBG] pgmap v15099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:42.032791+0000 mgr.y (mgr.14556) 17088 : cluster [DBG] pgmap v15099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:44.012 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 3m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 3m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 3m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 3m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 3m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 3m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 3m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 3m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 3m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 3m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 3m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 3m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 3m ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 3m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:08:44.013 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 3m ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:08:44.014 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 3m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:08:44.014 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 3m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:08:44.014 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 3m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:08:44.014 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 3m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:08:44.014 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 3m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:08:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:08:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:08:44.363 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:08:44.363 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:08:44.363 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:08:44.363 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:08:44.364 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:08:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:08:44.363239+0000 mon.a (mon.0) 3731 : audit [DBG] from='client.? 172.21.15.23:0/4081615684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:08:44.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:08:44.363239+0000 mon.a (mon.0) 3731 : audit [DBG] from='client.? 172.21.15.23:0/4081615684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:08:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:08:44.363239+0000 mon.a (mon.0) 3731 : audit [DBG] from='client.? 172.21.15.23:0/4081615684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:08:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:08:43.714560+0000 mgr.y (mgr.14556) 17089 : audit [DBG] from='client.42287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:08:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:08:44.004692+0000 mgr.y (mgr.14556) 17090 : audit [DBG] from='client.32382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:08:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:44.033147+0000 mgr.y (mgr.14556) 17091 : cluster [DBG] pgmap v15100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:08:43.714560+0000 mgr.y (mgr.14556) 17089 : audit [DBG] from='client.42287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:08:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:08:44.004692+0000 mgr.y (mgr.14556) 17090 : audit [DBG] from='client.32382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:08:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:44.033147+0000 mgr.y (mgr.14556) 17091 : cluster [DBG] pgmap v15100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:08:43.714560+0000 mgr.y (mgr.14556) 17089 : audit [DBG] from='client.42287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:08:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:08:44.004692+0000 mgr.y (mgr.14556) 17090 : audit [DBG] from='client.32382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:08:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:44.033147+0000 mgr.y (mgr.14556) 17091 : cluster [DBG] pgmap v15100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:46.033789+0000 mgr.y (mgr.14556) 17092 : cluster [DBG] pgmap v15101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:46.033789+0000 mgr.y (mgr.14556) 17092 : cluster [DBG] pgmap v15101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:46.033789+0000 mgr.y (mgr.14556) 17092 : cluster [DBG] pgmap v15101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:48.034239+0000 mgr.y (mgr.14556) 17093 : cluster [DBG] pgmap v15102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:48.034239+0000 mgr.y (mgr.14556) 17093 : cluster [DBG] pgmap v15102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:48.034239+0000 mgr.y (mgr.14556) 17093 : cluster [DBG] pgmap v15102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:50.034779+0000 mgr.y (mgr.14556) 17094 : cluster [DBG] pgmap v15103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:50.034779+0000 mgr.y (mgr.14556) 17094 : cluster [DBG] pgmap v15103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:50.034779+0000 mgr.y (mgr.14556) 17094 : cluster [DBG] pgmap v15103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:08:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:52.035506+0000 mgr.y (mgr.14556) 17095 : cluster [DBG] pgmap v15104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:52.035506+0000 mgr.y (mgr.14556) 17095 : cluster [DBG] pgmap v15104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:52.035506+0000 mgr.y (mgr.14556) 17095 : cluster [DBG] pgmap v15104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:08:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:08:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:54.036060+0000 mgr.y (mgr.14556) 17096 : cluster [DBG] pgmap v15105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:54.036060+0000 mgr.y (mgr.14556) 17096 : cluster [DBG] pgmap v15105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:54.036060+0000 mgr.y (mgr.14556) 17096 : cluster [DBG] pgmap v15105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:56.036886+0000 mgr.y (mgr.14556) 17097 : cluster [DBG] pgmap v15106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:56.036886+0000 mgr.y (mgr.14556) 17097 : cluster [DBG] pgmap v15106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:56.036886+0000 mgr.y (mgr.14556) 17097 : cluster [DBG] pgmap v15106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:08:58.037342+0000 mgr.y (mgr.14556) 17098 : cluster [DBG] pgmap v15107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:08:58.037342+0000 mgr.y (mgr.14556) 17098 : cluster [DBG] pgmap v15107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:08:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:08:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:08:58.037342+0000 mgr.y (mgr.14556) 17098 : cluster [DBG] pgmap v15107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:00.037677+0000 mgr.y (mgr.14556) 17099 : cluster [DBG] pgmap v15108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:00.037677+0000 mgr.y (mgr.14556) 17099 : cluster [DBG] pgmap v15108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:00.037677+0000 mgr.y (mgr.14556) 17099 : cluster [DBG] pgmap v15108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:09:03.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:02.038278+0000 mgr.y (mgr.14556) 17100 : cluster [DBG] pgmap v15109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:02.038278+0000 mgr.y (mgr.14556) 17100 : cluster [DBG] pgmap v15109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:03.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:02.038278+0000 mgr.y (mgr.14556) 17100 : cluster [DBG] pgmap v15109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:09:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:09:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:04.038810+0000 mgr.y (mgr.14556) 17101 : cluster [DBG] pgmap v15110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:04.038810+0000 mgr.y (mgr.14556) 17101 : cluster [DBG] pgmap v15110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:04.038810+0000 mgr.y (mgr.14556) 17101 : cluster [DBG] pgmap v15110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:06.039506+0000 mgr.y (mgr.14556) 17102 : cluster [DBG] pgmap v15111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:06.039506+0000 mgr.y (mgr.14556) 17102 : cluster [DBG] pgmap v15111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:06.039506+0000 mgr.y (mgr.14556) 17102 : cluster [DBG] pgmap v15111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:08.039874+0000 mgr.y (mgr.14556) 17103 : cluster [DBG] pgmap v15112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:08.039874+0000 mgr.y (mgr.14556) 17103 : cluster [DBG] pgmap v15112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:08.039874+0000 mgr.y (mgr.14556) 17103 : cluster [DBG] pgmap v15112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:10.040269+0000 mgr.y (mgr.14556) 17104 : cluster [DBG] pgmap v15113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:10.040269+0000 mgr.y (mgr.14556) 17104 : cluster [DBG] pgmap v15113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:10.040269+0000 mgr.y (mgr.14556) 17104 : cluster [DBG] pgmap v15113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:09:13.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:12.040912+0000 mgr.y (mgr.14556) 17105 : cluster [DBG] pgmap v15114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:13.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:12.040912+0000 mgr.y (mgr.14556) 17105 : cluster [DBG] pgmap v15114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:12.040912+0000 mgr.y (mgr.14556) 17105 : cluster [DBG] pgmap v15114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:09:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:09:14.687 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:09:14.975 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:09:14.975 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 3m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:09:14.975 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 3m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:09:14.975 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 3m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 3m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 3m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 3m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 3m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 3m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 3m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 3m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 3m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 3m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 3m ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 3m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 3m ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 3m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 3m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 3m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:09:14.976 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 3m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:09:14.977 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 3m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:09:15.326 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:09:15.326 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:09:15.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:09:15.326 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:09:15.326 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:09:15.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:09:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:09:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:09:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:09:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:09:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:09:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:09:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:09:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:09:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:09:15.327 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:09:15.327 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:09:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:14.041349+0000 mgr.y (mgr.14556) 17106 : cluster [DBG] pgmap v15115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:09:15.326199+0000 mon.c (mon.2) 417 : audit [DBG] from='client.? 172.21.15.23:0/774450103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:09:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:14.041349+0000 mgr.y (mgr.14556) 17106 : cluster [DBG] pgmap v15115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:09:15.326199+0000 mon.c (mon.2) 417 : audit [DBG] from='client.? 172.21.15.23:0/774450103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:09:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:14.041349+0000 mgr.y (mgr.14556) 17106 : cluster [DBG] pgmap v15115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:09:15.326199+0000 mon.c (mon.2) 417 : audit [DBG] from='client.? 172.21.15.23:0/774450103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:09:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:09:14.676000+0000 mgr.y (mgr.14556) 17107 : audit [DBG] from='client.32394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:09:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:09:14.967507+0000 mgr.y (mgr.14556) 17108 : audit [DBG] from='client.42311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:09:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:09:14.676000+0000 mgr.y (mgr.14556) 17107 : audit [DBG] from='client.32394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:09:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:09:14.967507+0000 mgr.y (mgr.14556) 17108 : audit [DBG] from='client.42311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:09:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:09:14.676000+0000 mgr.y (mgr.14556) 17107 : audit [DBG] from='client.32394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:09:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:09:14.967507+0000 mgr.y (mgr.14556) 17108 : audit [DBG] from='client.42311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:09:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:16.042212+0000 mgr.y (mgr.14556) 17109 : cluster [DBG] pgmap v15116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:16.042212+0000 mgr.y (mgr.14556) 17109 : cluster [DBG] pgmap v15116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:16.042212+0000 mgr.y (mgr.14556) 17109 : cluster [DBG] pgmap v15116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:18.042709+0000 mgr.y (mgr.14556) 17110 : cluster [DBG] pgmap v15117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:18.042709+0000 mgr.y (mgr.14556) 17110 : cluster [DBG] pgmap v15117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:18.042709+0000 mgr.y (mgr.14556) 17110 : cluster [DBG] pgmap v15117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:09:20.112201+0000 mon.a (mon.0) 3732 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:09:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:09:20.411863+0000 mon.a (mon.0) 3733 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:09:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:09:20.412573+0000 mon.a (mon.0) 3734 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:09:20.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:09:20.422350+0000 mon.a (mon.0) 3735 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:09:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:09:20.112201+0000 mon.a (mon.0) 3732 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:09:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:09:20.411863+0000 mon.a (mon.0) 3733 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:09:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:09:20.412573+0000 mon.a (mon.0) 3734 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:09:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:09:20.422350+0000 mon.a (mon.0) 3735 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:09:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:09:20.112201+0000 mon.a (mon.0) 3732 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:09:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:09:20.411863+0000 mon.a (mon.0) 3733 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:09:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:09:20.412573+0000 mon.a (mon.0) 3734 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:09:20.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:09:20.422350+0000 mon.a (mon.0) 3735 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:09:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:20.043066+0000 mgr.y (mgr.14556) 17111 : cluster [DBG] pgmap v15118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:20.043066+0000 mgr.y (mgr.14556) 17111 : cluster [DBG] pgmap v15118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:20.043066+0000 mgr.y (mgr.14556) 17111 : cluster [DBG] pgmap v15118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:09:23.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:09:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:09:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:22.043661+0000 mgr.y (mgr.14556) 17112 : cluster [DBG] pgmap v15119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:22.043661+0000 mgr.y (mgr.14556) 17112 : cluster [DBG] pgmap v15119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:22.043661+0000 mgr.y (mgr.14556) 17112 : cluster [DBG] pgmap v15119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:24.044105+0000 mgr.y (mgr.14556) 17113 : cluster [DBG] pgmap v15120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:24.044105+0000 mgr.y (mgr.14556) 17113 : cluster [DBG] pgmap v15120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:24.044105+0000 mgr.y (mgr.14556) 17113 : cluster [DBG] pgmap v15120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:26.045041+0000 mgr.y (mgr.14556) 17114 : cluster [DBG] pgmap v15121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:26.045041+0000 mgr.y (mgr.14556) 17114 : cluster [DBG] pgmap v15121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:26.045041+0000 mgr.y (mgr.14556) 17114 : cluster [DBG] pgmap v15121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:28.045497+0000 mgr.y (mgr.14556) 17115 : cluster [DBG] pgmap v15122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:28.045497+0000 mgr.y (mgr.14556) 17115 : cluster [DBG] pgmap v15122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:28.045497+0000 mgr.y (mgr.14556) 17115 : cluster [DBG] pgmap v15122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:30.046020+0000 mgr.y (mgr.14556) 17116 : cluster [DBG] pgmap v15123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:30.046020+0000 mgr.y (mgr.14556) 17116 : cluster [DBG] pgmap v15123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:30.046020+0000 mgr.y (mgr.14556) 17116 : cluster [DBG] pgmap v15123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:09:32.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:32.046733+0000 mgr.y (mgr.14556) 17117 : cluster [DBG] pgmap v15124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:32.046733+0000 mgr.y (mgr.14556) 17117 : cluster [DBG] pgmap v15124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:32.046733+0000 mgr.y (mgr.14556) 17117 : cluster [DBG] pgmap v15124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:09:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:09:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:34.047122+0000 mgr.y (mgr.14556) 17118 : cluster [DBG] pgmap v15125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:34.047122+0000 mgr.y (mgr.14556) 17118 : cluster [DBG] pgmap v15125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:34.047122+0000 mgr.y (mgr.14556) 17118 : cluster [DBG] pgmap v15125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:36.047941+0000 mgr.y (mgr.14556) 17119 : cluster [DBG] pgmap v15126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:36.047941+0000 mgr.y (mgr.14556) 17119 : cluster [DBG] pgmap v15126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:36.047941+0000 mgr.y (mgr.14556) 17119 : cluster [DBG] pgmap v15126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:38.048484+0000 mgr.y (mgr.14556) 17120 : cluster [DBG] pgmap v15127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:38.048484+0000 mgr.y (mgr.14556) 17120 : cluster [DBG] pgmap v15127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:38.048484+0000 mgr.y (mgr.14556) 17120 : cluster [DBG] pgmap v15127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:40.048894+0000 mgr.y (mgr.14556) 17121 : cluster [DBG] pgmap v15128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:40.048894+0000 mgr.y (mgr.14556) 17121 : cluster [DBG] pgmap v15128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:40.048894+0000 mgr.y (mgr.14556) 17121 : cluster [DBG] pgmap v15128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:09:43.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:42.049577+0000 mgr.y (mgr.14556) 17122 : cluster [DBG] pgmap v15129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:42.049577+0000 mgr.y (mgr.14556) 17122 : cluster [DBG] pgmap v15129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:42.049577+0000 mgr.y (mgr.14556) 17122 : cluster [DBG] pgmap v15129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:09:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:09:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:44.050150+0000 mgr.y (mgr.14556) 17123 : cluster [DBG] pgmap v15130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:44.050150+0000 mgr.y (mgr.14556) 17123 : cluster [DBG] pgmap v15130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:44.050150+0000 mgr.y (mgr.14556) 17123 : cluster [DBG] pgmap v15130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:45.650 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:09:45.939 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:09:45.939 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 4m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:09:45.939 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 4m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:09:45.939 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 4m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:09:45.939 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 4m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:09:45.939 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 4m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:09:45.939 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 4m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:09:45.939 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 4m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:09:45.939 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 4m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:09:45.939 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 4m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:09:45.939 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 4m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:09:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 4m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:09:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 4m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:09:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 4m ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:09:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 4m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:09:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 4m ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:09:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 4m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:09:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 4m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:09:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 4m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:09:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 4m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:09:45.940 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 4m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:09:46.292 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:09:46.292 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:09:46.292 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:09:46.292 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:09:46.292 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:09:46.292 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:09:46.292 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:09:46.292 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:09:46.292 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:09:46.292 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:09:46.292 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:09:46.292 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:09:46.293 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:09:46.293 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:09:46.293 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:09:46.293 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:09:46.293 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:09:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:09:45.638678+0000 mgr.y (mgr.14556) 17124 : audit [DBG] from='client.42323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:09:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:09:45.930741+0000 mgr.y (mgr.14556) 17125 : audit [DBG] from='client.42329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:09:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:46.050726+0000 mgr.y (mgr.14556) 17126 : cluster [DBG] pgmap v15131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:47.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:09:46.291903+0000 mon.a (mon.0) 3736 : audit [DBG] from='client.? 172.21.15.23:0/2564974106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:09:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:09:45.638678+0000 mgr.y (mgr.14556) 17124 : audit [DBG] from='client.42323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:09:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:09:45.930741+0000 mgr.y (mgr.14556) 17125 : audit [DBG] from='client.42329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:09:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:46.050726+0000 mgr.y (mgr.14556) 17126 : cluster [DBG] pgmap v15131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:09:46.291903+0000 mon.a (mon.0) 3736 : audit [DBG] from='client.? 172.21.15.23:0/2564974106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:09:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:09:45.638678+0000 mgr.y (mgr.14556) 17124 : audit [DBG] from='client.42323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:09:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:09:45.930741+0000 mgr.y (mgr.14556) 17125 : audit [DBG] from='client.42329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:09:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:46.050726+0000 mgr.y (mgr.14556) 17126 : cluster [DBG] pgmap v15131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:09:46.291903+0000 mon.a (mon.0) 3736 : audit [DBG] from='client.? 172.21.15.23:0/2564974106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:09:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:48.051133+0000 mgr.y (mgr.14556) 17127 : cluster [DBG] pgmap v15132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:48.051133+0000 mgr.y (mgr.14556) 17127 : cluster [DBG] pgmap v15132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:48.051133+0000 mgr.y (mgr.14556) 17127 : cluster [DBG] pgmap v15132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:50.051481+0000 mgr.y (mgr.14556) 17128 : cluster [DBG] pgmap v15133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:50.051481+0000 mgr.y (mgr.14556) 17128 : cluster [DBG] pgmap v15133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:50.051481+0000 mgr.y (mgr.14556) 17128 : cluster [DBG] pgmap v15133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:09:53.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:52.052126+0000 mgr.y (mgr.14556) 17129 : cluster [DBG] pgmap v15134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:53.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:52.052126+0000 mgr.y (mgr.14556) 17129 : cluster [DBG] pgmap v15134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:52.052126+0000 mgr.y (mgr.14556) 17129 : cluster [DBG] pgmap v15134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:09:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:09:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:54.052600+0000 mgr.y (mgr.14556) 17130 : cluster [DBG] pgmap v15135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:54.052600+0000 mgr.y (mgr.14556) 17130 : cluster [DBG] pgmap v15135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:54.052600+0000 mgr.y (mgr.14556) 17130 : cluster [DBG] pgmap v15135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:56.053295+0000 mgr.y (mgr.14556) 17131 : cluster [DBG] pgmap v15136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:56.053295+0000 mgr.y (mgr.14556) 17131 : cluster [DBG] pgmap v15136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:56.053295+0000 mgr.y (mgr.14556) 17131 : cluster [DBG] pgmap v15136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:09:58.053758+0000 mgr.y (mgr.14556) 17132 : cluster [DBG] pgmap v15137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:09:58.053758+0000 mgr.y (mgr.14556) 17132 : cluster [DBG] pgmap v15137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:09:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:09:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:09:58.053758+0000 mgr.y (mgr.14556) 17132 : cluster [DBG] pgmap v15137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:00.000175+0000 mon.a (mon.0) 3737 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:10:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T15:09:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:10:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:00.000175+0000 mon.a (mon.0) 3737 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:10:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:00.000175+0000 mon.a (mon.0) 3737 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:10:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:00.054184+0000 mgr.y (mgr.14556) 17133 : cluster [DBG] pgmap v15138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:00.054184+0000 mgr.y (mgr.14556) 17133 : cluster [DBG] pgmap v15138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:00.054184+0000 mgr.y (mgr.14556) 17133 : cluster [DBG] pgmap v15138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:10:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:02.055057+0000 mgr.y (mgr.14556) 17134 : cluster [DBG] pgmap v15139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:02.055057+0000 mgr.y (mgr.14556) 17134 : cluster [DBG] pgmap v15139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:02.055057+0000 mgr.y (mgr.14556) 17134 : cluster [DBG] pgmap v15139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:10:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:10:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:04.055517+0000 mgr.y (mgr.14556) 17135 : cluster [DBG] pgmap v15140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:04.055517+0000 mgr.y (mgr.14556) 17135 : cluster [DBG] pgmap v15140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:04.055517+0000 mgr.y (mgr.14556) 17135 : cluster [DBG] pgmap v15140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:06.056238+0000 mgr.y (mgr.14556) 17136 : cluster [DBG] pgmap v15141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:06.056238+0000 mgr.y (mgr.14556) 17136 : cluster [DBG] pgmap v15141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:06.056238+0000 mgr.y (mgr.14556) 17136 : cluster [DBG] pgmap v15141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:08.056613+0000 mgr.y (mgr.14556) 17137 : cluster [DBG] pgmap v15142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:08.056613+0000 mgr.y (mgr.14556) 17137 : cluster [DBG] pgmap v15142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:08.056613+0000 mgr.y (mgr.14556) 17137 : cluster [DBG] pgmap v15142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:10.056970+0000 mgr.y (mgr.14556) 17138 : cluster [DBG] pgmap v15143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:11.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:10.056970+0000 mgr.y (mgr.14556) 17138 : cluster [DBG] pgmap v15143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:10.056970+0000 mgr.y (mgr.14556) 17138 : cluster [DBG] pgmap v15143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:10:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:12.057787+0000 mgr.y (mgr.14556) 17139 : cluster [DBG] pgmap v15144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:12.057787+0000 mgr.y (mgr.14556) 17139 : cluster [DBG] pgmap v15144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:12.057787+0000 mgr.y (mgr.14556) 17139 : cluster [DBG] pgmap v15144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:10:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:10:15.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:14.058404+0000 mgr.y (mgr.14556) 17140 : cluster [DBG] pgmap v15145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:14.058404+0000 mgr.y (mgr.14556) 17140 : cluster [DBG] pgmap v15145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:14.058404+0000 mgr.y (mgr.14556) 17140 : cluster [DBG] pgmap v15145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:16.621 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:10:16.908 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 4m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 4m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 4m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 4m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 4m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 4m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 4m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 4m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 4m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 4m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 4m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 4m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 4m ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:10:16.909 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 4m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:10:16.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 4m ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:10:16.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 4m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:10:16.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 4m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:10:16.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 4m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:10:16.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 4m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:10:16.910 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 4m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:10:17.260 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:10:17.260 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:10:17.260 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:10:17.260 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:10:17.261 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:10:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:16.059095+0000 mgr.y (mgr.14556) 17141 : cluster [DBG] pgmap v15146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:10:16.608771+0000 mgr.y (mgr.14556) 17142 : audit [DBG] from='client.42341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:10:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:10:17.260231+0000 mon.a (mon.0) 3738 : audit [DBG] from='client.? 172.21.15.23:0/367548322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:10:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:16.059095+0000 mgr.y (mgr.14556) 17141 : cluster [DBG] pgmap v15146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:10:16.608771+0000 mgr.y (mgr.14556) 17142 : audit [DBG] from='client.42341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:10:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:10:17.260231+0000 mon.a (mon.0) 3738 : audit [DBG] from='client.? 172.21.15.23:0/367548322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:10:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:16.059095+0000 mgr.y (mgr.14556) 17141 : cluster [DBG] pgmap v15146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:10:16.608771+0000 mgr.y (mgr.14556) 17142 : audit [DBG] from='client.42341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:10:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:10:17.260231+0000 mon.a (mon.0) 3738 : audit [DBG] from='client.? 172.21.15.23:0/367548322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:10:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:10:16.900636+0000 mgr.y (mgr.14556) 17143 : audit [DBG] from='client.42347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:10:18.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:10:16.900636+0000 mgr.y (mgr.14556) 17143 : audit [DBG] from='client.42347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:10:18.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:10:16.900636+0000 mgr.y (mgr.14556) 17143 : audit [DBG] from='client.42347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:10:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:18.059603+0000 mgr.y (mgr.14556) 17144 : cluster [DBG] pgmap v15147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:18.059603+0000 mgr.y (mgr.14556) 17144 : cluster [DBG] pgmap v15147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:18.059603+0000 mgr.y (mgr.14556) 17144 : cluster [DBG] pgmap v15147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:20.063807+0000 mgr.y (mgr.14556) 17145 : cluster [DBG] pgmap v15148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:10:20.426850+0000 mon.a (mon.0) 3739 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:10:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:10:20.735822+0000 mon.a (mon.0) 3740 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:10:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:10:20.736457+0000 mon.a (mon.0) 3741 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:10:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:10:20.745428+0000 mon.a (mon.0) 3742 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:10:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:20.063807+0000 mgr.y (mgr.14556) 17145 : cluster [DBG] pgmap v15148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:10:20.426850+0000 mon.a (mon.0) 3739 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:10:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:10:20.735822+0000 mon.a (mon.0) 3740 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:10:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:10:20.736457+0000 mon.a (mon.0) 3741 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:10:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:10:20.745428+0000 mon.a (mon.0) 3742 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:10:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:10:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:20.063807+0000 mgr.y (mgr.14556) 17145 : cluster [DBG] pgmap v15148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:10:20.426850+0000 mon.a (mon.0) 3739 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:10:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:10:20.735822+0000 mon.a (mon.0) 3740 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:10:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:10:20.736457+0000 mon.a (mon.0) 3741 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:10:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:10:20.745428+0000 mon.a (mon.0) 3742 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:10:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:22.064541+0000 mgr.y (mgr.14556) 17146 : cluster [DBG] pgmap v15149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:22.064541+0000 mgr.y (mgr.14556) 17146 : cluster [DBG] pgmap v15149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:22.064541+0000 mgr.y (mgr.14556) 17146 : cluster [DBG] pgmap v15149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:10:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:10:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:24.064928+0000 mgr.y (mgr.14556) 17147 : cluster [DBG] pgmap v15150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:24.064928+0000 mgr.y (mgr.14556) 17147 : cluster [DBG] pgmap v15150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:24.064928+0000 mgr.y (mgr.14556) 17147 : cluster [DBG] pgmap v15150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:26.065900+0000 mgr.y (mgr.14556) 17148 : cluster [DBG] pgmap v15151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:26.065900+0000 mgr.y (mgr.14556) 17148 : cluster [DBG] pgmap v15151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:26.065900+0000 mgr.y (mgr.14556) 17148 : cluster [DBG] pgmap v15151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:28.066540+0000 mgr.y (mgr.14556) 17149 : cluster [DBG] pgmap v15152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:28.066540+0000 mgr.y (mgr.14556) 17149 : cluster [DBG] pgmap v15152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:28.066540+0000 mgr.y (mgr.14556) 17149 : cluster [DBG] pgmap v15152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:30.066963+0000 mgr.y (mgr.14556) 17150 : cluster [DBG] pgmap v15153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:30.066963+0000 mgr.y (mgr.14556) 17150 : cluster [DBG] pgmap v15153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:10:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:30.066963+0000 mgr.y (mgr.14556) 17150 : cluster [DBG] pgmap v15153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:32.067778+0000 mgr.y (mgr.14556) 17151 : cluster [DBG] pgmap v15154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:32.067778+0000 mgr.y (mgr.14556) 17151 : cluster [DBG] pgmap v15154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:32.067778+0000 mgr.y (mgr.14556) 17151 : cluster [DBG] pgmap v15154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:10:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:10:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:34.068340+0000 mgr.y (mgr.14556) 17152 : cluster [DBG] pgmap v15155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:34.068340+0000 mgr.y (mgr.14556) 17152 : cluster [DBG] pgmap v15155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:34.068340+0000 mgr.y (mgr.14556) 17152 : cluster [DBG] pgmap v15155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:36.069021+0000 mgr.y (mgr.14556) 17153 : cluster [DBG] pgmap v15156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:36.069021+0000 mgr.y (mgr.14556) 17153 : cluster [DBG] pgmap v15156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:36.069021+0000 mgr.y (mgr.14556) 17153 : cluster [DBG] pgmap v15156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:38.069502+0000 mgr.y (mgr.14556) 17154 : cluster [DBG] pgmap v15157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:39.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:38.069502+0000 mgr.y (mgr.14556) 17154 : cluster [DBG] pgmap v15157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:38.069502+0000 mgr.y (mgr.14556) 17154 : cluster [DBG] pgmap v15157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:40.070002+0000 mgr.y (mgr.14556) 17155 : cluster [DBG] pgmap v15158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:41.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:10:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:40.070002+0000 mgr.y (mgr.14556) 17155 : cluster [DBG] pgmap v15158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:40.070002+0000 mgr.y (mgr.14556) 17155 : cluster [DBG] pgmap v15158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:42.070757+0000 mgr.y (mgr.14556) 17156 : cluster [DBG] pgmap v15159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:43.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:42.070757+0000 mgr.y (mgr.14556) 17156 : cluster [DBG] pgmap v15159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:43.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:42.070757+0000 mgr.y (mgr.14556) 17156 : cluster [DBG] pgmap v15159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:10:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:10:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:44.071107+0000 mgr.y (mgr.14556) 17157 : cluster [DBG] pgmap v15160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:44.071107+0000 mgr.y (mgr.14556) 17157 : cluster [DBG] pgmap v15160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:44.071107+0000 mgr.y (mgr.14556) 17157 : cluster [DBG] pgmap v15160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:47.587 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:10:47.876 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:10:47.876 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 5m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:10:47.876 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 5m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:10:47.876 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 5m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:10:47.876 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 5m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:10:47.876 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 5m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:10:47.876 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 5m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:10:47.876 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 5m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:10:47.876 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 5m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:10:47.876 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 5m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:10:47.877 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 5m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:10:47.877 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 5m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:10:47.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 5m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:10:47.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 5m ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:10:47.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 5m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:10:47.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 5m ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:10:47.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 5m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:10:47.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 5m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:10:47.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 5m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:10:47.877 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 5m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:10:47.877 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 5m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:10:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:46.071930+0000 mgr.y (mgr.14556) 17158 : cluster [DBG] pgmap v15161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:46.071930+0000 mgr.y (mgr.14556) 17158 : cluster [DBG] pgmap v15161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:46.071930+0000 mgr.y (mgr.14556) 17158 : cluster [DBG] pgmap v15161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:48.226 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:10:48.226 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:10:48.226 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:10:48.226 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:10:48.227 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:10:48.227 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:10:48.227 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:10:48.227 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:10:48.227 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:10:48.230 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:10:48.230 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:10:48.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:10:48.230 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:10:48.230 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:10:48.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:10:48.230 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:10:48.230 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:10:48.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:10:47.574685+0000 mgr.y (mgr.14556) 17159 : audit [DBG] from='client.32448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:10:48.926 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:10:48.226183+0000 mon.c (mon.2) 418 : audit [DBG] from='client.? 172.21.15.23:0/2510822385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:10:48.926 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:10:47.574685+0000 mgr.y (mgr.14556) 17159 : audit [DBG] from='client.32448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:10:48.926 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:10:48.226183+0000 mon.c (mon.2) 418 : audit [DBG] from='client.? 172.21.15.23:0/2510822385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:10:48.927 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:10:47.574685+0000 mgr.y (mgr.14556) 17159 : audit [DBG] from='client.32448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:10:48.927 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:10:48.226183+0000 mon.c (mon.2) 418 : audit [DBG] from='client.? 172.21.15.23:0/2510822385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:10:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:10:47.867757+0000 mgr.y (mgr.14556) 17160 : audit [DBG] from='client.32454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:10:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:48.072268+0000 mgr.y (mgr.14556) 17161 : cluster [DBG] pgmap v15162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:10:47.867757+0000 mgr.y (mgr.14556) 17160 : audit [DBG] from='client.32454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:10:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:48.072268+0000 mgr.y (mgr.14556) 17161 : cluster [DBG] pgmap v15162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:10:47.867757+0000 mgr.y (mgr.14556) 17160 : audit [DBG] from='client.32454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:10:49.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:48.072268+0000 mgr.y (mgr.14556) 17161 : cluster [DBG] pgmap v15162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:50.072615+0000 mgr.y (mgr.14556) 17162 : cluster [DBG] pgmap v15163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:50.072615+0000 mgr.y (mgr.14556) 17162 : cluster [DBG] pgmap v15163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:50.072615+0000 mgr.y (mgr.14556) 17162 : cluster [DBG] pgmap v15163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:10:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:52.073428+0000 mgr.y (mgr.14556) 17163 : cluster [DBG] pgmap v15164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:52.073428+0000 mgr.y (mgr.14556) 17163 : cluster [DBG] pgmap v15164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:52.073428+0000 mgr.y (mgr.14556) 17163 : cluster [DBG] pgmap v15164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:10:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:10:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:54.073856+0000 mgr.y (mgr.14556) 17164 : cluster [DBG] pgmap v15165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:54.073856+0000 mgr.y (mgr.14556) 17164 : cluster [DBG] pgmap v15165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:54.073856+0000 mgr.y (mgr.14556) 17164 : cluster [DBG] pgmap v15165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:56.074700+0000 mgr.y (mgr.14556) 17165 : cluster [DBG] pgmap v15166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:56.074700+0000 mgr.y (mgr.14556) 17165 : cluster [DBG] pgmap v15166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:56.074700+0000 mgr.y (mgr.14556) 17165 : cluster [DBG] pgmap v15166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:10:58.075123+0000 mgr.y (mgr.14556) 17166 : cluster [DBG] pgmap v15167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:10:58.075123+0000 mgr.y (mgr.14556) 17166 : cluster [DBG] pgmap v15167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:10:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:10:58.075123+0000 mgr.y (mgr.14556) 17166 : cluster [DBG] pgmap v15167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:00.075483+0000 mgr.y (mgr.14556) 17167 : cluster [DBG] pgmap v15168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:00.075483+0000 mgr.y (mgr.14556) 17167 : cluster [DBG] pgmap v15168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:00.075483+0000 mgr.y (mgr.14556) 17167 : cluster [DBG] pgmap v15168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:11:03.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:02.076200+0000 mgr.y (mgr.14556) 17168 : cluster [DBG] pgmap v15169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:02.076200+0000 mgr.y (mgr.14556) 17168 : cluster [DBG] pgmap v15169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:02.076200+0000 mgr.y (mgr.14556) 17168 : cluster [DBG] pgmap v15169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:11:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:11:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:04.076740+0000 mgr.y (mgr.14556) 17169 : cluster [DBG] pgmap v15170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:04.076740+0000 mgr.y (mgr.14556) 17169 : cluster [DBG] pgmap v15170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:04.076740+0000 mgr.y (mgr.14556) 17169 : cluster [DBG] pgmap v15170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:06.077469+0000 mgr.y (mgr.14556) 17170 : cluster [DBG] pgmap v15171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:06.077469+0000 mgr.y (mgr.14556) 17170 : cluster [DBG] pgmap v15171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:06.077469+0000 mgr.y (mgr.14556) 17170 : cluster [DBG] pgmap v15171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:08.077822+0000 mgr.y (mgr.14556) 17171 : cluster [DBG] pgmap v15172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:08.077822+0000 mgr.y (mgr.14556) 17171 : cluster [DBG] pgmap v15172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:08.077822+0000 mgr.y (mgr.14556) 17171 : cluster [DBG] pgmap v15172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:10.078183+0000 mgr.y (mgr.14556) 17172 : cluster [DBG] pgmap v15173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:10.078183+0000 mgr.y (mgr.14556) 17172 : cluster [DBG] pgmap v15173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:10.078183+0000 mgr.y (mgr.14556) 17172 : cluster [DBG] pgmap v15173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:11:13.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:12.078902+0000 mgr.y (mgr.14556) 17173 : cluster [DBG] pgmap v15174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:13.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:11:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:11:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:12.078902+0000 mgr.y (mgr.14556) 17173 : cluster [DBG] pgmap v15174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:12.078902+0000 mgr.y (mgr.14556) 17173 : cluster [DBG] pgmap v15174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:14.079422+0000 mgr.y (mgr.14556) 17174 : cluster [DBG] pgmap v15175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:14.079422+0000 mgr.y (mgr.14556) 17174 : cluster [DBG] pgmap v15175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:14.079422+0000 mgr.y (mgr.14556) 17174 : cluster [DBG] pgmap v15175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:16.080045+0000 mgr.y (mgr.14556) 17175 : cluster [DBG] pgmap v15176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:16.080045+0000 mgr.y (mgr.14556) 17175 : cluster [DBG] pgmap v15176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:16.080045+0000 mgr.y (mgr.14556) 17175 : cluster [DBG] pgmap v15176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:18.550 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:11:18.838 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 6m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 6m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 6m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 6m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 6m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 6m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 6m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 6m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 6m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 6m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 6m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 6m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 6m ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 6m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 6m ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:11:18.839 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 6m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:11:18.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 6m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:11:18.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 6m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:11:18.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 6m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:11:18.840 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 6m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:11:19.186 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:11:19.186 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:11:19.186 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:11:19.186 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:11:19.186 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:11:19.186 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:11:19.186 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:11:19.186 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:11:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:11:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:11:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:11:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:11:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:11:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:11:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:11:19.187 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:11:19.187 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:11:19.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:18.080583+0000 mgr.y (mgr.14556) 17176 : cluster [DBG] pgmap v15177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:11:18.538423+0000 mgr.y (mgr.14556) 17177 : audit [DBG] from='client.32466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:11:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:11:19.185926+0000 mon.c (mon.2) 419 : audit [DBG] from='client.? 172.21.15.23:0/3257497410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:11:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:18.080583+0000 mgr.y (mgr.14556) 17176 : cluster [DBG] pgmap v15177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:11:18.538423+0000 mgr.y (mgr.14556) 17177 : audit [DBG] from='client.32466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:11:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:11:19.185926+0000 mon.c (mon.2) 419 : audit [DBG] from='client.? 172.21.15.23:0/3257497410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:11:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:18.080583+0000 mgr.y (mgr.14556) 17176 : cluster [DBG] pgmap v15177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:11:18.538423+0000 mgr.y (mgr.14556) 17177 : audit [DBG] from='client.32466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:11:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:11:19.185926+0000 mon.c (mon.2) 419 : audit [DBG] from='client.? 172.21.15.23:0/3257497410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:11:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:11:18.830595+0000 mgr.y (mgr.14556) 17178 : audit [DBG] from='client.42383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:11:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:11:18.830595+0000 mgr.y (mgr.14556) 17178 : audit [DBG] from='client.42383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:11:20.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:11:18.830595+0000 mgr.y (mgr.14556) 17178 : audit [DBG] from='client.42383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:11:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:20.080932+0000 mgr.y (mgr.14556) 17179 : cluster [DBG] pgmap v15178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:11:20.750601+0000 mon.a (mon.0) 3743 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:11:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:11:21.057986+0000 mon.a (mon.0) 3744 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:11:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:11:21.058601+0000 mon.a (mon.0) 3745 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:11:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:11:21.064535+0000 mon.a (mon.0) 3746 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:11:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:20.080932+0000 mgr.y (mgr.14556) 17179 : cluster [DBG] pgmap v15178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:11:20.750601+0000 mon.a (mon.0) 3743 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:11:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:11:21.057986+0000 mon.a (mon.0) 3744 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:11:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:11:21.058601+0000 mon.a (mon.0) 3745 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:11:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:11:21.064535+0000 mon.a (mon.0) 3746 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:11:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:11:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:20.080932+0000 mgr.y (mgr.14556) 17179 : cluster [DBG] pgmap v15178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:11:20.750601+0000 mon.a (mon.0) 3743 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:11:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:11:21.057986+0000 mon.a (mon.0) 3744 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:11:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:11:21.058601+0000 mon.a (mon.0) 3745 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:11:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:11:21.064535+0000 mon.a (mon.0) 3746 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:11:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:22.081769+0000 mgr.y (mgr.14556) 17180 : cluster [DBG] pgmap v15179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:23.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:11:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:11:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:22.081769+0000 mgr.y (mgr.14556) 17180 : cluster [DBG] pgmap v15179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:22.081769+0000 mgr.y (mgr.14556) 17180 : cluster [DBG] pgmap v15179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:24.082191+0000 mgr.y (mgr.14556) 17181 : cluster [DBG] pgmap v15180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:24.082191+0000 mgr.y (mgr.14556) 17181 : cluster [DBG] pgmap v15180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:24.082191+0000 mgr.y (mgr.14556) 17181 : cluster [DBG] pgmap v15180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:26.082865+0000 mgr.y (mgr.14556) 17182 : cluster [DBG] pgmap v15181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:26.082865+0000 mgr.y (mgr.14556) 17182 : cluster [DBG] pgmap v15181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:26.082865+0000 mgr.y (mgr.14556) 17182 : cluster [DBG] pgmap v15181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:28.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:28.083238+0000 mgr.y (mgr.14556) 17183 : cluster [DBG] pgmap v15182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:28.083238+0000 mgr.y (mgr.14556) 17183 : cluster [DBG] pgmap v15182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:28.083238+0000 mgr.y (mgr.14556) 17183 : cluster [DBG] pgmap v15182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:30.083742+0000 mgr.y (mgr.14556) 17184 : cluster [DBG] pgmap v15183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:30.083742+0000 mgr.y (mgr.14556) 17184 : cluster [DBG] pgmap v15183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:30.083742+0000 mgr.y (mgr.14556) 17184 : cluster [DBG] pgmap v15183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:11:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:32.084425+0000 mgr.y (mgr.14556) 17185 : cluster [DBG] pgmap v15184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:32.084425+0000 mgr.y (mgr.14556) 17185 : cluster [DBG] pgmap v15184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:32.084425+0000 mgr.y (mgr.14556) 17185 : cluster [DBG] pgmap v15184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:11:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:11:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:34.084796+0000 mgr.y (mgr.14556) 17186 : cluster [DBG] pgmap v15185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:34.084796+0000 mgr.y (mgr.14556) 17186 : cluster [DBG] pgmap v15185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:34.084796+0000 mgr.y (mgr.14556) 17186 : cluster [DBG] pgmap v15185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:36.085453+0000 mgr.y (mgr.14556) 17187 : cluster [DBG] pgmap v15186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:36.085453+0000 mgr.y (mgr.14556) 17187 : cluster [DBG] pgmap v15186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:36.085453+0000 mgr.y (mgr.14556) 17187 : cluster [DBG] pgmap v15186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:38.086060+0000 mgr.y (mgr.14556) 17188 : cluster [DBG] pgmap v15187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:38.086060+0000 mgr.y (mgr.14556) 17188 : cluster [DBG] pgmap v15187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:38.086060+0000 mgr.y (mgr.14556) 17188 : cluster [DBG] pgmap v15187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:40.086481+0000 mgr.y (mgr.14556) 17189 : cluster [DBG] pgmap v15188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:40.086481+0000 mgr.y (mgr.14556) 17189 : cluster [DBG] pgmap v15188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:40.086481+0000 mgr.y (mgr.14556) 17189 : cluster [DBG] pgmap v15188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:11:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:42.087164+0000 mgr.y (mgr.14556) 17190 : cluster [DBG] pgmap v15189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:42.087164+0000 mgr.y (mgr.14556) 17190 : cluster [DBG] pgmap v15189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:42.087164+0000 mgr.y (mgr.14556) 17190 : cluster [DBG] pgmap v15189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:11:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:11:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:44.087726+0000 mgr.y (mgr.14556) 17191 : cluster [DBG] pgmap v15190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:44.087726+0000 mgr.y (mgr.14556) 17191 : cluster [DBG] pgmap v15190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:44.087726+0000 mgr.y (mgr.14556) 17191 : cluster [DBG] pgmap v15190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:46.088457+0000 mgr.y (mgr.14556) 17192 : cluster [DBG] pgmap v15191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:46.088457+0000 mgr.y (mgr.14556) 17192 : cluster [DBG] pgmap v15191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:46.088457+0000 mgr.y (mgr.14556) 17192 : cluster [DBG] pgmap v15191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:49.512 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:11:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:48.088880+0000 mgr.y (mgr.14556) 17193 : cluster [DBG] pgmap v15192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:48.088880+0000 mgr.y (mgr.14556) 17193 : cluster [DBG] pgmap v15192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:48.088880+0000 mgr.y (mgr.14556) 17193 : cluster [DBG] pgmap v15192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:49.801 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:11:49.801 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 6m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 6m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 6m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 6m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 6m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 6m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 6m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 6m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 6m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 6m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 6m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 6m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 6m ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 6m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 6m ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:11:49.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 6m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:11:49.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 6m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:11:49.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 6m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:11:49.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 6m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:11:49.803 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 6m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:11:50.154 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:11:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:11:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:11:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:11:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:11:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:11:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:11:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:11:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:11:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:11:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:11:50.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:11:50.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:11:50.155 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:11:50.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:11:50.155 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:11:50.155 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:11:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:11:49.499891+0000 mgr.y (mgr.14556) 17194 : audit [DBG] from='client.32484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:11:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:11:50.153693+0000 mon.a (mon.0) 3747 : audit [DBG] from='client.? 172.21.15.23:0/451192398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:11:50.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:11:49.499891+0000 mgr.y (mgr.14556) 17194 : audit [DBG] from='client.32484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:11:50.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:11:50.153693+0000 mon.a (mon.0) 3747 : audit [DBG] from='client.? 172.21.15.23:0/451192398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:11:50.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:11:49.499891+0000 mgr.y (mgr.14556) 17194 : audit [DBG] from='client.32484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:11:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:11:50.153693+0000 mon.a (mon.0) 3747 : audit [DBG] from='client.? 172.21.15.23:0/451192398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:11:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:11:49.793443+0000 mgr.y (mgr.14556) 17195 : audit [DBG] from='client.32490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:11:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:50.089188+0000 mgr.y (mgr.14556) 17196 : cluster [DBG] pgmap v15193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:11:49.793443+0000 mgr.y (mgr.14556) 17195 : audit [DBG] from='client.32490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:11:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:50.089188+0000 mgr.y (mgr.14556) 17196 : cluster [DBG] pgmap v15193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:11:49.793443+0000 mgr.y (mgr.14556) 17195 : audit [DBG] from='client.32490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:11:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:50.089188+0000 mgr.y (mgr.14556) 17196 : cluster [DBG] pgmap v15193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:11:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:52.089806+0000 mgr.y (mgr.14556) 17197 : cluster [DBG] pgmap v15194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:52.089806+0000 mgr.y (mgr.14556) 17197 : cluster [DBG] pgmap v15194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:52.089806+0000 mgr.y (mgr.14556) 17197 : cluster [DBG] pgmap v15194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:11:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:11:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:54.090243+0000 mgr.y (mgr.14556) 17198 : cluster [DBG] pgmap v15195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:54.090243+0000 mgr.y (mgr.14556) 17198 : cluster [DBG] pgmap v15195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:54.090243+0000 mgr.y (mgr.14556) 17198 : cluster [DBG] pgmap v15195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:56.090870+0000 mgr.y (mgr.14556) 17199 : cluster [DBG] pgmap v15196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:56.090870+0000 mgr.y (mgr.14556) 17199 : cluster [DBG] pgmap v15196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:56.090870+0000 mgr.y (mgr.14556) 17199 : cluster [DBG] pgmap v15196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:11:58.091406+0000 mgr.y (mgr.14556) 17200 : cluster [DBG] pgmap v15197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:11:58.091406+0000 mgr.y (mgr.14556) 17200 : cluster [DBG] pgmap v15197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:11:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:11:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:11:58.091406+0000 mgr.y (mgr.14556) 17200 : cluster [DBG] pgmap v15197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:00.091803+0000 mgr.y (mgr.14556) 17201 : cluster [DBG] pgmap v15198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:00.091803+0000 mgr.y (mgr.14556) 17201 : cluster [DBG] pgmap v15198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:00.091803+0000 mgr.y (mgr.14556) 17201 : cluster [DBG] pgmap v15198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:12:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:02.092513+0000 mgr.y (mgr.14556) 17202 : cluster [DBG] pgmap v15199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:02.092513+0000 mgr.y (mgr.14556) 17202 : cluster [DBG] pgmap v15199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:02.092513+0000 mgr.y (mgr.14556) 17202 : cluster [DBG] pgmap v15199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:12:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:12:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:04.092932+0000 mgr.y (mgr.14556) 17203 : cluster [DBG] pgmap v15200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:04.092932+0000 mgr.y (mgr.14556) 17203 : cluster [DBG] pgmap v15200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:04.092932+0000 mgr.y (mgr.14556) 17203 : cluster [DBG] pgmap v15200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:06.093613+0000 mgr.y (mgr.14556) 17204 : cluster [DBG] pgmap v15201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:06.093613+0000 mgr.y (mgr.14556) 17204 : cluster [DBG] pgmap v15201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:06.093613+0000 mgr.y (mgr.14556) 17204 : cluster [DBG] pgmap v15201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:08.094028+0000 mgr.y (mgr.14556) 17205 : cluster [DBG] pgmap v15202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:08.094028+0000 mgr.y (mgr.14556) 17205 : cluster [DBG] pgmap v15202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:08.094028+0000 mgr.y (mgr.14556) 17205 : cluster [DBG] pgmap v15202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:10.094491+0000 mgr.y (mgr.14556) 17206 : cluster [DBG] pgmap v15203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:10.094491+0000 mgr.y (mgr.14556) 17206 : cluster [DBG] pgmap v15203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:10.094491+0000 mgr.y (mgr.14556) 17206 : cluster [DBG] pgmap v15203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:12:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:12.095410+0000 mgr.y (mgr.14556) 17207 : cluster [DBG] pgmap v15204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:12.095410+0000 mgr.y (mgr.14556) 17207 : cluster [DBG] pgmap v15204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:12.095410+0000 mgr.y (mgr.14556) 17207 : cluster [DBG] pgmap v15204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:12:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:12:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:14.095857+0000 mgr.y (mgr.14556) 17208 : cluster [DBG] pgmap v15205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:14.095857+0000 mgr.y (mgr.14556) 17208 : cluster [DBG] pgmap v15205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:14.095857+0000 mgr.y (mgr.14556) 17208 : cluster [DBG] pgmap v15205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:16.096511+0000 mgr.y (mgr.14556) 17209 : cluster [DBG] pgmap v15206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:16.096511+0000 mgr.y (mgr.14556) 17209 : cluster [DBG] pgmap v15206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:16.096511+0000 mgr.y (mgr.14556) 17209 : cluster [DBG] pgmap v15206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:18.097074+0000 mgr.y (mgr.14556) 17210 : cluster [DBG] pgmap v15207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:18.097074+0000 mgr.y (mgr.14556) 17210 : cluster [DBG] pgmap v15207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:18.097074+0000 mgr.y (mgr.14556) 17210 : cluster [DBG] pgmap v15207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:20.478 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:12:20.766 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:12:20.766 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:12:20.766 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:12:20.766 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:12:20.766 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:12:20.766 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:12:20.766 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:12:20.766 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:12:20.766 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:12:20.766 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:12:20.766 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:12:20.766 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:12:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:12:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7m ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:12:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 7m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:12:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7m ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:12:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:12:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:12:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:12:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:12:20.767 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:12:21.117 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:12:21.117 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:12:21.118 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:12:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:12:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:20.097560+0000 mgr.y (mgr.14556) 17211 : cluster [DBG] pgmap v15208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:12:20.466372+0000 mgr.y (mgr.14556) 17212 : audit [DBG] from='client.42413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:12:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:12:21.068649+0000 mon.a (mon.0) 3748 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:12:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:12:21.117473+0000 mon.a (mon.0) 3749 : audit [DBG] from='client.? 172.21.15.23:0/1182235523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:12:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:12:21.374769+0000 mon.a (mon.0) 3750 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:12:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:12:21.375619+0000 mon.a (mon.0) 3751 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:12:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:20.097560+0000 mgr.y (mgr.14556) 17211 : cluster [DBG] pgmap v15208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:12:20.466372+0000 mgr.y (mgr.14556) 17212 : audit [DBG] from='client.42413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:12:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:12:21.068649+0000 mon.a (mon.0) 3748 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:12:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:12:21.117473+0000 mon.a (mon.0) 3749 : audit [DBG] from='client.? 172.21.15.23:0/1182235523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:12:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:12:21.374769+0000 mon.a (mon.0) 3750 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:12:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:12:21.375619+0000 mon.a (mon.0) 3751 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:12:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:20.097560+0000 mgr.y (mgr.14556) 17211 : cluster [DBG] pgmap v15208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:12:20.466372+0000 mgr.y (mgr.14556) 17212 : audit [DBG] from='client.42413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:12:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:12:21.068649+0000 mon.a (mon.0) 3748 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:12:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:12:21.117473+0000 mon.a (mon.0) 3749 : audit [DBG] from='client.? 172.21.15.23:0/1182235523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:12:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:12:21.374769+0000 mon.a (mon.0) 3750 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:12:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:12:21.375619+0000 mon.a (mon.0) 3751 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:12:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:12:20.757641+0000 mgr.y (mgr.14556) 17213 : audit [DBG] from='client.32508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:12:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:12:21.382264+0000 mon.a (mon.0) 3752 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:12:22.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:12:20.757641+0000 mgr.y (mgr.14556) 17213 : audit [DBG] from='client.32508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:12:22.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:12:21.382264+0000 mon.a (mon.0) 3752 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:12:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:12:20.757641+0000 mgr.y (mgr.14556) 17213 : audit [DBG] from='client.32508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:12:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:12:21.382264+0000 mon.a (mon.0) 3752 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:12:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:22.098409+0000 mgr.y (mgr.14556) 17214 : cluster [DBG] pgmap v15209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:22.098409+0000 mgr.y (mgr.14556) 17214 : cluster [DBG] pgmap v15209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:22.098409+0000 mgr.y (mgr.14556) 17214 : cluster [DBG] pgmap v15209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:12:23] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:12:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:24.098960+0000 mgr.y (mgr.14556) 17215 : cluster [DBG] pgmap v15210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:24.098960+0000 mgr.y (mgr.14556) 17215 : cluster [DBG] pgmap v15210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:24.098960+0000 mgr.y (mgr.14556) 17215 : cluster [DBG] pgmap v15210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:26.099618+0000 mgr.y (mgr.14556) 17216 : cluster [DBG] pgmap v15211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:26.099618+0000 mgr.y (mgr.14556) 17216 : cluster [DBG] pgmap v15211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:26.099618+0000 mgr.y (mgr.14556) 17216 : cluster [DBG] pgmap v15211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:28.100255+0000 mgr.y (mgr.14556) 17217 : cluster [DBG] pgmap v15212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:28.100255+0000 mgr.y (mgr.14556) 17217 : cluster [DBG] pgmap v15212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:28.100255+0000 mgr.y (mgr.14556) 17217 : cluster [DBG] pgmap v15212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:30.100713+0000 mgr.y (mgr.14556) 17218 : cluster [DBG] pgmap v15213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:30.100713+0000 mgr.y (mgr.14556) 17218 : cluster [DBG] pgmap v15213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:30.100713+0000 mgr.y (mgr.14556) 17218 : cluster [DBG] pgmap v15213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:12:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:32.101493+0000 mgr.y (mgr.14556) 17219 : cluster [DBG] pgmap v15214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:33.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:32.101493+0000 mgr.y (mgr.14556) 17219 : cluster [DBG] pgmap v15214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:32.101493+0000 mgr.y (mgr.14556) 17219 : cluster [DBG] pgmap v15214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:12:33] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:12:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:34.102064+0000 mgr.y (mgr.14556) 17220 : cluster [DBG] pgmap v15215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:34.102064+0000 mgr.y (mgr.14556) 17220 : cluster [DBG] pgmap v15215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:34.102064+0000 mgr.y (mgr.14556) 17220 : cluster [DBG] pgmap v15215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:36.102911+0000 mgr.y (mgr.14556) 17221 : cluster [DBG] pgmap v15216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:36.102911+0000 mgr.y (mgr.14556) 17221 : cluster [DBG] pgmap v15216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:36.102911+0000 mgr.y (mgr.14556) 17221 : cluster [DBG] pgmap v15216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:38.103441+0000 mgr.y (mgr.14556) 17222 : cluster [DBG] pgmap v15217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:38.103441+0000 mgr.y (mgr.14556) 17222 : cluster [DBG] pgmap v15217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:38.103441+0000 mgr.y (mgr.14556) 17222 : cluster [DBG] pgmap v15217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:40.103974+0000 mgr.y (mgr.14556) 17223 : cluster [DBG] pgmap v15218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:40.103974+0000 mgr.y (mgr.14556) 17223 : cluster [DBG] pgmap v15218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:40.103974+0000 mgr.y (mgr.14556) 17223 : cluster [DBG] pgmap v15218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:12:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:42.104725+0000 mgr.y (mgr.14556) 17224 : cluster [DBG] pgmap v15219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:42.104725+0000 mgr.y (mgr.14556) 17224 : cluster [DBG] pgmap v15219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:42.104725+0000 mgr.y (mgr.14556) 17224 : cluster [DBG] pgmap v15219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:12:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:12:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:44.105374+0000 mgr.y (mgr.14556) 17225 : cluster [DBG] pgmap v15220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:44.105374+0000 mgr.y (mgr.14556) 17225 : cluster [DBG] pgmap v15220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:44.105374+0000 mgr.y (mgr.14556) 17225 : cluster [DBG] pgmap v15220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:46.106168+0000 mgr.y (mgr.14556) 17226 : cluster [DBG] pgmap v15221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:46.106168+0000 mgr.y (mgr.14556) 17226 : cluster [DBG] pgmap v15221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:47.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:46.106168+0000 mgr.y (mgr.14556) 17226 : cluster [DBG] pgmap v15221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:48.106781+0000 mgr.y (mgr.14556) 17227 : cluster [DBG] pgmap v15222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:48.106781+0000 mgr.y (mgr.14556) 17227 : cluster [DBG] pgmap v15222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:48.106781+0000 mgr.y (mgr.14556) 17227 : cluster [DBG] pgmap v15222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:51.445 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:12:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:12:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:12:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:12:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:12:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:12:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:12:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:12:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:12:51.733 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:12:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:12:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:12:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:12:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:12:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7m ago 8h 45.8M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:12:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 7m ago 8h 44.5M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:12:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7m ago 8h 43.9M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:12:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:12:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:12:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:12:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:12:51.734 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:12:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:50.107176+0000 mgr.y (mgr.14556) 17228 : cluster [DBG] pgmap v15223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:50.107176+0000 mgr.y (mgr.14556) 17228 : cluster [DBG] pgmap v15223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:50.107176+0000 mgr.y (mgr.14556) 17228 : cluster [DBG] pgmap v15223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:12:52.083 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:12:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:12:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:12:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:12:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:12:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:12:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:12:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:12:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:12:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:12:52.083 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:12:52.084 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:12:52.084 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:12:52.084 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:12:52.084 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:12:52.084 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:12:52.084 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:12:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:12:51.433384+0000 mgr.y (mgr.14556) 17229 : audit [DBG] from='client.32520 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:12:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:12:52.082837+0000 mon.c (mon.2) 420 : audit [DBG] from='client.? 172.21.15.23:0/2126517078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:12:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:12:51.433384+0000 mgr.y (mgr.14556) 17229 : audit [DBG] from='client.32520 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:12:52.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:12:52.082837+0000 mon.c (mon.2) 420 : audit [DBG] from='client.? 172.21.15.23:0/2126517078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:12:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:12:51.433384+0000 mgr.y (mgr.14556) 17229 : audit [DBG] from='client.32520 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:12:52.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:12:52.082837+0000 mon.c (mon.2) 420 : audit [DBG] from='client.? 172.21.15.23:0/2126517078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:12:53.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:12:53] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T15:12:53.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:12:51.724999+0000 mgr.y (mgr.14556) 17230 : audit [DBG] from='client.32526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:12:53.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:52.107723+0000 mgr.y (mgr.14556) 17231 : cluster [DBG] pgmap v15224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:53.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:12:51.724999+0000 mgr.y (mgr.14556) 17230 : audit [DBG] from='client.32526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:12:53.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:52.107723+0000 mgr.y (mgr.14556) 17231 : cluster [DBG] pgmap v15224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:12:51.724999+0000 mgr.y (mgr.14556) 17230 : audit [DBG] from='client.32526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:12:53.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:52.107723+0000 mgr.y (mgr.14556) 17231 : cluster [DBG] pgmap v15224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:54.108234+0000 mgr.y (mgr.14556) 17232 : cluster [DBG] pgmap v15225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:54.108234+0000 mgr.y (mgr.14556) 17232 : cluster [DBG] pgmap v15225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:54.108234+0000 mgr.y (mgr.14556) 17232 : cluster [DBG] pgmap v15225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:56.108922+0000 mgr.y (mgr.14556) 17233 : cluster [DBG] pgmap v15226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:56.108922+0000 mgr.y (mgr.14556) 17233 : cluster [DBG] pgmap v15226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:56.108922+0000 mgr.y (mgr.14556) 17233 : cluster [DBG] pgmap v15226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:12:58.109412+0000 mgr.y (mgr.14556) 17234 : cluster [DBG] pgmap v15227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:12:58.109412+0000 mgr.y (mgr.14556) 17234 : cluster [DBG] pgmap v15227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:12:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:12:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:12:58.109412+0000 mgr.y (mgr.14556) 17234 : cluster [DBG] pgmap v15227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:00.109797+0000 mgr.y (mgr.14556) 17235 : cluster [DBG] pgmap v15228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:00.109797+0000 mgr.y (mgr.14556) 17235 : cluster [DBG] pgmap v15228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:00.109797+0000 mgr.y (mgr.14556) 17235 : cluster [DBG] pgmap v15228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:13:03.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:13:03] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T15:13:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:02.110491+0000 mgr.y (mgr.14556) 17236 : cluster [DBG] pgmap v15229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:02.110491+0000 mgr.y (mgr.14556) 17236 : cluster [DBG] pgmap v15229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:02.110491+0000 mgr.y (mgr.14556) 17236 : cluster [DBG] pgmap v15229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:04.111052+0000 mgr.y (mgr.14556) 17237 : cluster [DBG] pgmap v15230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:04.111052+0000 mgr.y (mgr.14556) 17237 : cluster [DBG] pgmap v15230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:04.111052+0000 mgr.y (mgr.14556) 17237 : cluster [DBG] pgmap v15230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:06.111844+0000 mgr.y (mgr.14556) 17238 : cluster [DBG] pgmap v15231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:06.111844+0000 mgr.y (mgr.14556) 17238 : cluster [DBG] pgmap v15231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:06.111844+0000 mgr.y (mgr.14556) 17238 : cluster [DBG] pgmap v15231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:08.112238+0000 mgr.y (mgr.14556) 17239 : cluster [DBG] pgmap v15232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:08.112238+0000 mgr.y (mgr.14556) 17239 : cluster [DBG] pgmap v15232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:08.112238+0000 mgr.y (mgr.14556) 17239 : cluster [DBG] pgmap v15232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:10.112616+0000 mgr.y (mgr.14556) 17240 : cluster [DBG] pgmap v15233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:13:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:10.112616+0000 mgr.y (mgr.14556) 17240 : cluster [DBG] pgmap v15233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:10.112616+0000 mgr.y (mgr.14556) 17240 : cluster [DBG] pgmap v15233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:12.113428+0000 mgr.y (mgr.14556) 17241 : cluster [DBG] pgmap v15234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:13:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:13:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:12.113428+0000 mgr.y (mgr.14556) 17241 : cluster [DBG] pgmap v15234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:12.113428+0000 mgr.y (mgr.14556) 17241 : cluster [DBG] pgmap v15234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:14.113861+0000 mgr.y (mgr.14556) 17242 : cluster [DBG] pgmap v15235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:14.113861+0000 mgr.y (mgr.14556) 17242 : cluster [DBG] pgmap v15235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:14.113861+0000 mgr.y (mgr.14556) 17242 : cluster [DBG] pgmap v15235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:16.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:16.114636+0000 mgr.y (mgr.14556) 17243 : cluster [DBG] pgmap v15236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:17.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:16.114636+0000 mgr.y (mgr.14556) 17243 : cluster [DBG] pgmap v15236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:16.114636+0000 mgr.y (mgr.14556) 17243 : cluster [DBG] pgmap v15236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:18.115110+0000 mgr.y (mgr.14556) 17244 : cluster [DBG] pgmap v15237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:18.115110+0000 mgr.y (mgr.14556) 17244 : cluster [DBG] pgmap v15237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:18.115110+0000 mgr.y (mgr.14556) 17244 : cluster [DBG] pgmap v15237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:21.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:20.115623+0000 mgr.y (mgr.14556) 17245 : cluster [DBG] pgmap v15238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:20.115623+0000 mgr.y (mgr.14556) 17245 : cluster [DBG] pgmap v15238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:20.115623+0000 mgr.y (mgr.14556) 17245 : cluster [DBG] pgmap v15238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:13:22.404 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:13:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:21.388279+0000 mon.a (mon.0) 3753 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:13:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:21.694847+0000 mon.a (mon.0) 3754 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:13:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:21.695484+0000 mon.a (mon.0) 3755 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:13:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:21.696013+0000 mon.a (mon.0) 3756 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:13:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:21.696531+0000 mon.a (mon.0) 3757 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:13:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:21.701927+0000 mon.a (mon.0) 3758 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:13:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:21.702869+0000 mon.a (mon.0) 3759 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:13:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:21.703478+0000 mon.a (mon.0) 3760 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:13:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:21.708289+0000 mon.a (mon.0) 3761 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:13:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:21.388279+0000 mon.a (mon.0) 3753 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:13:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:21.694847+0000 mon.a (mon.0) 3754 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:13:22.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:21.695484+0000 mon.a (mon.0) 3755 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:13:22.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:21.696013+0000 mon.a (mon.0) 3756 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:13:22.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:21.696531+0000 mon.a (mon.0) 3757 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:13:22.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:21.701927+0000 mon.a (mon.0) 3758 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:13:22.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:21.702869+0000 mon.a (mon.0) 3759 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:13:22.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:21.703478+0000 mon.a (mon.0) 3760 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:13:22.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:21.708289+0000 mon.a (mon.0) 3761 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:13:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:21.388279+0000 mon.a (mon.0) 3753 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:13:22.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:21.694847+0000 mon.a (mon.0) 3754 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:13:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:21.695484+0000 mon.a (mon.0) 3755 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:13:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:21.696013+0000 mon.a (mon.0) 3756 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:13:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:21.696531+0000 mon.a (mon.0) 3757 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:13:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:21.701927+0000 mon.a (mon.0) 3758 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:13:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:21.702869+0000 mon.a (mon.0) 3759 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:13:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:21.703478+0000 mon.a (mon.0) 3760 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:13:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:21.708289+0000 mon.a (mon.0) 3761 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:13:22.690 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:13:22.690 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 8m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:13:22.690 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 8m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:13:22.690 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 8m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:13:22.690 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 8m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:13:22.690 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 8m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 8m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 8m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 8m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 8m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 8m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 8m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 8m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 8m ago 8h 45.8M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 8m ago 8h 44.5M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 8m ago 8h 43.9M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 8m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 8m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 8m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 8m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:13:22.691 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 8m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:13:23.040 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:13:23.040 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:13:23.040 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:13:23.041 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:13:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T15:13:21.696939+0000 mgr.y (mgr.14556) 17246 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2471M 2024-03-22T15:13:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:22.116244+0000 mgr.y (mgr.14556) 17247 : cluster [DBG] pgmap v15239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:22.391925+0000 mgr.y (mgr.14556) 17248 : audit [DBG] from='client.42449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:13:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:23.040516+0000 mon.c (mon.2) 421 : audit [DBG] from='client.? 172.21.15.23:0/311448404' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:13:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T15:13:21.696939+0000 mgr.y (mgr.14556) 17246 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2471M 2024-03-22T15:13:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:22.116244+0000 mgr.y (mgr.14556) 17247 : cluster [DBG] pgmap v15239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:22.391925+0000 mgr.y (mgr.14556) 17248 : audit [DBG] from='client.42449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:13:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:23.040516+0000 mon.c (mon.2) 421 : audit [DBG] from='client.? 172.21.15.23:0/311448404' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:13:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T15:13:21.696939+0000 mgr.y (mgr.14556) 17246 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2471M 2024-03-22T15:13:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:22.116244+0000 mgr.y (mgr.14556) 17247 : cluster [DBG] pgmap v15239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:22.391925+0000 mgr.y (mgr.14556) 17248 : audit [DBG] from='client.42449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:13:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:23.040516+0000 mon.c (mon.2) 421 : audit [DBG] from='client.? 172.21.15.23:0/311448404' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:13:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:13:23] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T15:13:24.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:22.681899+0000 mgr.y (mgr.14556) 17249 : audit [DBG] from='client.42455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:13:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:22.681899+0000 mgr.y (mgr.14556) 17249 : audit [DBG] from='client.42455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:13:24.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:22.681899+0000 mgr.y (mgr.14556) 17249 : audit [DBG] from='client.42455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:13:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:24.116665+0000 mgr.y (mgr.14556) 17250 : cluster [DBG] pgmap v15240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:24.116665+0000 mgr.y (mgr.14556) 17250 : cluster [DBG] pgmap v15240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:24.116665+0000 mgr.y (mgr.14556) 17250 : cluster [DBG] pgmap v15240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:26.117428+0000 mgr.y (mgr.14556) 17251 : cluster [DBG] pgmap v15241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:26.117428+0000 mgr.y (mgr.14556) 17251 : cluster [DBG] pgmap v15241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:26.117428+0000 mgr.y (mgr.14556) 17251 : cluster [DBG] pgmap v15241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:28.117944+0000 mgr.y (mgr.14556) 17252 : cluster [DBG] pgmap v15242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:28.117944+0000 mgr.y (mgr.14556) 17252 : cluster [DBG] pgmap v15242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:28.117944+0000 mgr.y (mgr.14556) 17252 : cluster [DBG] pgmap v15242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:30.118552+0000 mgr.y (mgr.14556) 17253 : cluster [DBG] pgmap v15243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:30.118552+0000 mgr.y (mgr.14556) 17253 : cluster [DBG] pgmap v15243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:31.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:30.118552+0000 mgr.y (mgr.14556) 17253 : cluster [DBG] pgmap v15243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:13:33.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:32.119253+0000 mgr.y (mgr.14556) 17254 : cluster [DBG] pgmap v15244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:32.119253+0000 mgr.y (mgr.14556) 17254 : cluster [DBG] pgmap v15244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:32.119253+0000 mgr.y (mgr.14556) 17254 : cluster [DBG] pgmap v15244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:13:33] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T15:13:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:34.119802+0000 mgr.y (mgr.14556) 17255 : cluster [DBG] pgmap v15245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:34.119802+0000 mgr.y (mgr.14556) 17255 : cluster [DBG] pgmap v15245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:34.119802+0000 mgr.y (mgr.14556) 17255 : cluster [DBG] pgmap v15245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:36.120748+0000 mgr.y (mgr.14556) 17256 : cluster [DBG] pgmap v15246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:36.120748+0000 mgr.y (mgr.14556) 17256 : cluster [DBG] pgmap v15246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:36.120748+0000 mgr.y (mgr.14556) 17256 : cluster [DBG] pgmap v15246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:38.121251+0000 mgr.y (mgr.14556) 17257 : cluster [DBG] pgmap v15247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:38.121251+0000 mgr.y (mgr.14556) 17257 : cluster [DBG] pgmap v15247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:38.121251+0000 mgr.y (mgr.14556) 17257 : cluster [DBG] pgmap v15247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:40.121712+0000 mgr.y (mgr.14556) 17258 : cluster [DBG] pgmap v15248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:40.121712+0000 mgr.y (mgr.14556) 17258 : cluster [DBG] pgmap v15248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:40.121712+0000 mgr.y (mgr.14556) 17258 : cluster [DBG] pgmap v15248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:13:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:42.122355+0000 mgr.y (mgr.14556) 17259 : cluster [DBG] pgmap v15249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:42.122355+0000 mgr.y (mgr.14556) 17259 : cluster [DBG] pgmap v15249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:42.122355+0000 mgr.y (mgr.14556) 17259 : cluster [DBG] pgmap v15249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:13:43] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T15:13:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:44.122878+0000 mgr.y (mgr.14556) 17260 : cluster [DBG] pgmap v15250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:44.122878+0000 mgr.y (mgr.14556) 17260 : cluster [DBG] pgmap v15250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:44.122878+0000 mgr.y (mgr.14556) 17260 : cluster [DBG] pgmap v15250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:46.123715+0000 mgr.y (mgr.14556) 17261 : cluster [DBG] pgmap v15251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:46.123715+0000 mgr.y (mgr.14556) 17261 : cluster [DBG] pgmap v15251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:46.123715+0000 mgr.y (mgr.14556) 17261 : cluster [DBG] pgmap v15251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:48.124153+0000 mgr.y (mgr.14556) 17262 : cluster [DBG] pgmap v15252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:48.124153+0000 mgr.y (mgr.14556) 17262 : cluster [DBG] pgmap v15252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:48.124153+0000 mgr.y (mgr.14556) 17262 : cluster [DBG] pgmap v15252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:50.124557+0000 mgr.y (mgr.14556) 17263 : cluster [DBG] pgmap v15253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:50.124557+0000 mgr.y (mgr.14556) 17263 : cluster [DBG] pgmap v15253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:50.124557+0000 mgr.y (mgr.14556) 17263 : cluster [DBG] pgmap v15253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:51.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:13:53.367 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:13:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:52.125355+0000 mgr.y (mgr.14556) 17264 : cluster [DBG] pgmap v15254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:52.125355+0000 mgr.y (mgr.14556) 17264 : cluster [DBG] pgmap v15254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:53.656 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:13:53.656 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 8m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 8m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 8m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 8m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 8m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 8m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 8m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 8m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 8m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 8m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 8m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 8m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 8m ago 8h 45.8M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 8m ago 8h 44.5M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 8m ago 8h 43.9M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 8m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:13:53.657 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 8m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:13:53.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 8m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:13:53.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 8m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:13:53.658 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 8m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:13:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:52.125355+0000 mgr.y (mgr.14556) 17264 : cluster [DBG] pgmap v15254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:54.007 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:13:54.007 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:13:54.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:13:54.007 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:13:54.007 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:13:54.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:13:54.007 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:13:54.007 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:13:54.007 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:13:54.007 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:13:54.007 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:13:54.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:13:54.008 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:13:54.008 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:13:54.008 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:13:54.008 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:13:54.008 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:13:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:13:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T15:13:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:53.354953+0000 mgr.y (mgr.14556) 17265 : audit [DBG] from='client.32556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:13:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:53.648606+0000 mgr.y (mgr.14556) 17266 : audit [DBG] from='client.32562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:13:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:13:54.006815+0000 mon.a (mon.0) 3762 : audit [DBG] from='client.? 172.21.15.23:0/964197862' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:13:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:53.354953+0000 mgr.y (mgr.14556) 17265 : audit [DBG] from='client.32556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:13:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:53.648606+0000 mgr.y (mgr.14556) 17266 : audit [DBG] from='client.32562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:13:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:13:54.006815+0000 mon.a (mon.0) 3762 : audit [DBG] from='client.? 172.21.15.23:0/964197862' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:13:54.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:53.354953+0000 mgr.y (mgr.14556) 17265 : audit [DBG] from='client.32556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:13:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:53.648606+0000 mgr.y (mgr.14556) 17266 : audit [DBG] from='client.32562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:13:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:13:54.006815+0000 mon.a (mon.0) 3762 : audit [DBG] from='client.? 172.21.15.23:0/964197862' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:13:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:54.125703+0000 mgr.y (mgr.14556) 17267 : cluster [DBG] pgmap v15255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:54.125703+0000 mgr.y (mgr.14556) 17267 : cluster [DBG] pgmap v15255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:54.125703+0000 mgr.y (mgr.14556) 17267 : cluster [DBG] pgmap v15255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:56.126469+0000 mgr.y (mgr.14556) 17268 : cluster [DBG] pgmap v15256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:56.126469+0000 mgr.y (mgr.14556) 17268 : cluster [DBG] pgmap v15256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:56.126469+0000 mgr.y (mgr.14556) 17268 : cluster [DBG] pgmap v15256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:13:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:13:58.126989+0000 mgr.y (mgr.14556) 17269 : cluster [DBG] pgmap v15257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:13:58.126989+0000 mgr.y (mgr.14556) 17269 : cluster [DBG] pgmap v15257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:13:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:13:58.126989+0000 mgr.y (mgr.14556) 17269 : cluster [DBG] pgmap v15257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:01.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:00.127439+0000 mgr.y (mgr.14556) 17270 : cluster [DBG] pgmap v15258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:01.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:14:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:00.127439+0000 mgr.y (mgr.14556) 17270 : cluster [DBG] pgmap v15258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:00.127439+0000 mgr.y (mgr.14556) 17270 : cluster [DBG] pgmap v15258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:02.128166+0000 mgr.y (mgr.14556) 17271 : cluster [DBG] pgmap v15259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:03.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:02.128166+0000 mgr.y (mgr.14556) 17271 : cluster [DBG] pgmap v15259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:02.128166+0000 mgr.y (mgr.14556) 17271 : cluster [DBG] pgmap v15259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:14:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T15:14:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:04.128577+0000 mgr.y (mgr.14556) 17272 : cluster [DBG] pgmap v15260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:04.128577+0000 mgr.y (mgr.14556) 17272 : cluster [DBG] pgmap v15260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:04.128577+0000 mgr.y (mgr.14556) 17272 : cluster [DBG] pgmap v15260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:06.129151+0000 mgr.y (mgr.14556) 17273 : cluster [DBG] pgmap v15261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:06.129151+0000 mgr.y (mgr.14556) 17273 : cluster [DBG] pgmap v15261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:06.129151+0000 mgr.y (mgr.14556) 17273 : cluster [DBG] pgmap v15261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:08.129543+0000 mgr.y (mgr.14556) 17274 : cluster [DBG] pgmap v15262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:08.129543+0000 mgr.y (mgr.14556) 17274 : cluster [DBG] pgmap v15262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:08.129543+0000 mgr.y (mgr.14556) 17274 : cluster [DBG] pgmap v15262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:10.130034+0000 mgr.y (mgr.14556) 17275 : cluster [DBG] pgmap v15263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:10.130034+0000 mgr.y (mgr.14556) 17275 : cluster [DBG] pgmap v15263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:10.130034+0000 mgr.y (mgr.14556) 17275 : cluster [DBG] pgmap v15263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:14:13.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:12.130751+0000 mgr.y (mgr.14556) 17276 : cluster [DBG] pgmap v15264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:13.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:12.130751+0000 mgr.y (mgr.14556) 17276 : cluster [DBG] pgmap v15264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:12.130751+0000 mgr.y (mgr.14556) 17276 : cluster [DBG] pgmap v15264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:14:13] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T15:14:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:14.131417+0000 mgr.y (mgr.14556) 17277 : cluster [DBG] pgmap v15265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:14.131417+0000 mgr.y (mgr.14556) 17277 : cluster [DBG] pgmap v15265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:14.131417+0000 mgr.y (mgr.14556) 17277 : cluster [DBG] pgmap v15265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:16.132302+0000 mgr.y (mgr.14556) 17278 : cluster [DBG] pgmap v15266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:16.132302+0000 mgr.y (mgr.14556) 17278 : cluster [DBG] pgmap v15266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:16.132302+0000 mgr.y (mgr.14556) 17278 : cluster [DBG] pgmap v15266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:18.132864+0000 mgr.y (mgr.14556) 17279 : cluster [DBG] pgmap v15267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:18.132864+0000 mgr.y (mgr.14556) 17279 : cluster [DBG] pgmap v15267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:18.132864+0000 mgr.y (mgr.14556) 17279 : cluster [DBG] pgmap v15267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:20.133287+0000 mgr.y (mgr.14556) 17280 : cluster [DBG] pgmap v15268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:20.133287+0000 mgr.y (mgr.14556) 17280 : cluster [DBG] pgmap v15268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:20.133287+0000 mgr.y (mgr.14556) 17280 : cluster [DBG] pgmap v15268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:14:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:14:21.712607+0000 mon.a (mon.0) 3763 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:14:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:14:22.019012+0000 mon.a (mon.0) 3764 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:14:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:14:22.019707+0000 mon.a (mon.0) 3765 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:14:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:14:22.025730+0000 mon.a (mon.0) 3766 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:14:22.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:14:21.712607+0000 mon.a (mon.0) 3763 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:14:22.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:14:22.019012+0000 mon.a (mon.0) 3764 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:14:22.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:14:22.019707+0000 mon.a (mon.0) 3765 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:14:22.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:14:22.025730+0000 mon.a (mon.0) 3766 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:14:22.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:14:21.712607+0000 mon.a (mon.0) 3763 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:14:22.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:14:22.019012+0000 mon.a (mon.0) 3764 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:14:22.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:14:22.019707+0000 mon.a (mon.0) 3765 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:14:22.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:14:22.025730+0000 mon.a (mon.0) 3766 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:14:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:14:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:14:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:22.133878+0000 mgr.y (mgr.14556) 17281 : cluster [DBG] pgmap v15269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:22.133878+0000 mgr.y (mgr.14556) 17281 : cluster [DBG] pgmap v15269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:22.133878+0000 mgr.y (mgr.14556) 17281 : cluster [DBG] pgmap v15269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:24.331 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:14:24.621 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:14:24.621 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 9m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 9m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 9m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 9m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 9m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 9m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 9m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 9m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 9m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 9m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 9m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 9m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 9m ago 8h 45.8M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 9m ago 8h 44.5M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 9m ago 8h 43.9M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:14:24.622 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 9m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:14:24.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 9m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:14:24.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 9m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:14:24.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 9m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:14:24.623 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 9m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:14:24.969 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:14:24.969 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:14:24.969 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:14:24.969 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:14:24.969 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:14:24.969 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:14:24.969 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:14:24.969 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:14:24.969 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:14:24.969 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:14:24.969 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:14:24.970 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:14:24.970 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:14:24.970 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:14:24.970 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:14:24.970 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:14:24.970 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:14:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:24.134158+0000 mgr.y (mgr.14556) 17282 : cluster [DBG] pgmap v15270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:14:24.319365+0000 mgr.y (mgr.14556) 17283 : audit [DBG] from='client.32574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:14:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:14:24.613247+0000 mgr.y (mgr.14556) 17284 : audit [DBG] from='client.32580 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:14:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:14:24.968815+0000 mon.c (mon.2) 422 : audit [DBG] from='client.? 172.21.15.23:0/2250344033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:14:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:24.134158+0000 mgr.y (mgr.14556) 17282 : cluster [DBG] pgmap v15270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:14:24.319365+0000 mgr.y (mgr.14556) 17283 : audit [DBG] from='client.32574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:14:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:14:24.613247+0000 mgr.y (mgr.14556) 17284 : audit [DBG] from='client.32580 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:14:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:14:24.968815+0000 mon.c (mon.2) 422 : audit [DBG] from='client.? 172.21.15.23:0/2250344033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:14:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:24.134158+0000 mgr.y (mgr.14556) 17282 : cluster [DBG] pgmap v15270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:14:24.319365+0000 mgr.y (mgr.14556) 17283 : audit [DBG] from='client.32574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:14:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:14:24.613247+0000 mgr.y (mgr.14556) 17284 : audit [DBG] from='client.32580 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:14:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:14:24.968815+0000 mon.c (mon.2) 422 : audit [DBG] from='client.? 172.21.15.23:0/2250344033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:14:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:26.134868+0000 mgr.y (mgr.14556) 17285 : cluster [DBG] pgmap v15271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:26.134868+0000 mgr.y (mgr.14556) 17285 : cluster [DBG] pgmap v15271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:26.134868+0000 mgr.y (mgr.14556) 17285 : cluster [DBG] pgmap v15271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:28.135345+0000 mgr.y (mgr.14556) 17286 : cluster [DBG] pgmap v15272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:28.135345+0000 mgr.y (mgr.14556) 17286 : cluster [DBG] pgmap v15272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:28.135345+0000 mgr.y (mgr.14556) 17286 : cluster [DBG] pgmap v15272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:30.135787+0000 mgr.y (mgr.14556) 17287 : cluster [DBG] pgmap v15273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:30.135787+0000 mgr.y (mgr.14556) 17287 : cluster [DBG] pgmap v15273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:30.135787+0000 mgr.y (mgr.14556) 17287 : cluster [DBG] pgmap v15273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:14:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:32.136630+0000 mgr.y (mgr.14556) 17288 : cluster [DBG] pgmap v15274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:14:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:14:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:32.136630+0000 mgr.y (mgr.14556) 17288 : cluster [DBG] pgmap v15274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:32.136630+0000 mgr.y (mgr.14556) 17288 : cluster [DBG] pgmap v15274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:34.137012+0000 mgr.y (mgr.14556) 17289 : cluster [DBG] pgmap v15275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:34.137012+0000 mgr.y (mgr.14556) 17289 : cluster [DBG] pgmap v15275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:34.137012+0000 mgr.y (mgr.14556) 17289 : cluster [DBG] pgmap v15275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:37.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:36.137685+0000 mgr.y (mgr.14556) 17290 : cluster [DBG] pgmap v15276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:36.137685+0000 mgr.y (mgr.14556) 17290 : cluster [DBG] pgmap v15276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:36.137685+0000 mgr.y (mgr.14556) 17290 : cluster [DBG] pgmap v15276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:38.138096+0000 mgr.y (mgr.14556) 17291 : cluster [DBG] pgmap v15277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:38.138096+0000 mgr.y (mgr.14556) 17291 : cluster [DBG] pgmap v15277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:38.138096+0000 mgr.y (mgr.14556) 17291 : cluster [DBG] pgmap v15277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:40.138619+0000 mgr.y (mgr.14556) 17292 : cluster [DBG] pgmap v15278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:14:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:40.138619+0000 mgr.y (mgr.14556) 17292 : cluster [DBG] pgmap v15278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:40.138619+0000 mgr.y (mgr.14556) 17292 : cluster [DBG] pgmap v15278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:42.139266+0000 mgr.y (mgr.14556) 17293 : cluster [DBG] pgmap v15279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:42.139266+0000 mgr.y (mgr.14556) 17293 : cluster [DBG] pgmap v15279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:42.139266+0000 mgr.y (mgr.14556) 17293 : cluster [DBG] pgmap v15279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:14:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:14:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:44.139652+0000 mgr.y (mgr.14556) 17294 : cluster [DBG] pgmap v15280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:44.139652+0000 mgr.y (mgr.14556) 17294 : cluster [DBG] pgmap v15280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:44.139652+0000 mgr.y (mgr.14556) 17294 : cluster [DBG] pgmap v15280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:46.140416+0000 mgr.y (mgr.14556) 17295 : cluster [DBG] pgmap v15281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:46.140416+0000 mgr.y (mgr.14556) 17295 : cluster [DBG] pgmap v15281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:46.140416+0000 mgr.y (mgr.14556) 17295 : cluster [DBG] pgmap v15281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:48.140841+0000 mgr.y (mgr.14556) 17296 : cluster [DBG] pgmap v15282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:48.140841+0000 mgr.y (mgr.14556) 17296 : cluster [DBG] pgmap v15282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:48.140841+0000 mgr.y (mgr.14556) 17296 : cluster [DBG] pgmap v15282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:50.141163+0000 mgr.y (mgr.14556) 17297 : cluster [DBG] pgmap v15283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:50.141163+0000 mgr.y (mgr.14556) 17297 : cluster [DBG] pgmap v15283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:50.141163+0000 mgr.y (mgr.14556) 17297 : cluster [DBG] pgmap v15283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:14:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:52.141967+0000 mgr.y (mgr.14556) 17298 : cluster [DBG] pgmap v15284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:52.141967+0000 mgr.y (mgr.14556) 17298 : cluster [DBG] pgmap v15284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:52.141967+0000 mgr.y (mgr.14556) 17298 : cluster [DBG] pgmap v15284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:14:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:14:55.297 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:14:55.584 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:14:55.584 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 9m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 9m ago 8h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 9m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 9m ago 8h 25.1M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 9m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 9m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 9m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 9m ago 8h 745M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 9m ago 8h 750M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 9m ago 8h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 9m ago 8h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 9m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 9m ago 8h 45.8M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 9m ago 8h 44.5M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:14:55.585 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 9m ago 8h 43.9M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:14:55.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 9m ago 8h 43.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:14:55.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 9m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:14:55.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 9m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:14:55.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 9m ago 8h 43.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:14:55.586 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 9m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:14:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:54.142479+0000 mgr.y (mgr.14556) 17299 : cluster [DBG] pgmap v15285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:54.142479+0000 mgr.y (mgr.14556) 17299 : cluster [DBG] pgmap v15285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:54.142479+0000 mgr.y (mgr.14556) 17299 : cluster [DBG] pgmap v15285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:55.934 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:14:55.935 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:14:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:14:55.285220+0000 mgr.y (mgr.14556) 17300 : audit [DBG] from='client.42503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:14:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:14:55.576448+0000 mgr.y (mgr.14556) 17301 : audit [DBG] from='client.42509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:14:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:14:55.934429+0000 mon.c (mon.2) 423 : audit [DBG] from='client.? 172.21.15.23:0/3017769798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:14:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:14:55.285220+0000 mgr.y (mgr.14556) 17300 : audit [DBG] from='client.42503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:14:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:14:55.576448+0000 mgr.y (mgr.14556) 17301 : audit [DBG] from='client.42509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:14:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:14:55.934429+0000 mon.c (mon.2) 423 : audit [DBG] from='client.? 172.21.15.23:0/3017769798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:14:56.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:14:55.285220+0000 mgr.y (mgr.14556) 17300 : audit [DBG] from='client.42503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:14:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:14:55.576448+0000 mgr.y (mgr.14556) 17301 : audit [DBG] from='client.42509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:14:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:14:55.934429+0000 mon.c (mon.2) 423 : audit [DBG] from='client.? 172.21.15.23:0/3017769798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:14:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:56.143322+0000 mgr.y (mgr.14556) 17302 : cluster [DBG] pgmap v15286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:56.143322+0000 mgr.y (mgr.14556) 17302 : cluster [DBG] pgmap v15286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:56.143322+0000 mgr.y (mgr.14556) 17302 : cluster [DBG] pgmap v15286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:14:58.143702+0000 mgr.y (mgr.14556) 17303 : cluster [DBG] pgmap v15287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:14:58.143702+0000 mgr.y (mgr.14556) 17303 : cluster [DBG] pgmap v15287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:14:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:14:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:14:58.143702+0000 mgr.y (mgr.14556) 17303 : cluster [DBG] pgmap v15287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:00.144173+0000 mgr.y (mgr.14556) 17304 : cluster [DBG] pgmap v15288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:00.144173+0000 mgr.y (mgr.14556) 17304 : cluster [DBG] pgmap v15288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:00.144173+0000 mgr.y (mgr.14556) 17304 : cluster [DBG] pgmap v15288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:01.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:15:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:02.144823+0000 mgr.y (mgr.14556) 17305 : cluster [DBG] pgmap v15289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:02.144823+0000 mgr.y (mgr.14556) 17305 : cluster [DBG] pgmap v15289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:02.144823+0000 mgr.y (mgr.14556) 17305 : cluster [DBG] pgmap v15289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:15:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:15:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:04.145399+0000 mgr.y (mgr.14556) 17306 : cluster [DBG] pgmap v15290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:04.145399+0000 mgr.y (mgr.14556) 17306 : cluster [DBG] pgmap v15290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:04.145399+0000 mgr.y (mgr.14556) 17306 : cluster [DBG] pgmap v15290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:06.146149+0000 mgr.y (mgr.14556) 17307 : cluster [DBG] pgmap v15291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:06.146149+0000 mgr.y (mgr.14556) 17307 : cluster [DBG] pgmap v15291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:06.146149+0000 mgr.y (mgr.14556) 17307 : cluster [DBG] pgmap v15291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:08.146650+0000 mgr.y (mgr.14556) 17308 : cluster [DBG] pgmap v15292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:08.146650+0000 mgr.y (mgr.14556) 17308 : cluster [DBG] pgmap v15292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:08.146650+0000 mgr.y (mgr.14556) 17308 : cluster [DBG] pgmap v15292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:11.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:10.147206+0000 mgr.y (mgr.14556) 17309 : cluster [DBG] pgmap v15293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:15:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:10.147206+0000 mgr.y (mgr.14556) 17309 : cluster [DBG] pgmap v15293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:10.147206+0000 mgr.y (mgr.14556) 17309 : cluster [DBG] pgmap v15293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:12.147991+0000 mgr.y (mgr.14556) 17310 : cluster [DBG] pgmap v15294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:13.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:12.147991+0000 mgr.y (mgr.14556) 17310 : cluster [DBG] pgmap v15294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:13.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:12.147991+0000 mgr.y (mgr.14556) 17310 : cluster [DBG] pgmap v15294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:15:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:15:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:14.148444+0000 mgr.y (mgr.14556) 17311 : cluster [DBG] pgmap v15295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:14.148444+0000 mgr.y (mgr.14556) 17311 : cluster [DBG] pgmap v15295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:14.148444+0000 mgr.y (mgr.14556) 17311 : cluster [DBG] pgmap v15295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:16.149119+0000 mgr.y (mgr.14556) 17312 : cluster [DBG] pgmap v15296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:16.149119+0000 mgr.y (mgr.14556) 17312 : cluster [DBG] pgmap v15296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:16.149119+0000 mgr.y (mgr.14556) 17312 : cluster [DBG] pgmap v15296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:18.149560+0000 mgr.y (mgr.14556) 17313 : cluster [DBG] pgmap v15297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:18.149560+0000 mgr.y (mgr.14556) 17313 : cluster [DBG] pgmap v15297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:18.149560+0000 mgr.y (mgr.14556) 17313 : cluster [DBG] pgmap v15297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:20.150065+0000 mgr.y (mgr.14556) 17314 : cluster [DBG] pgmap v15298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:20.150065+0000 mgr.y (mgr.14556) 17314 : cluster [DBG] pgmap v15298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:20.150065+0000 mgr.y (mgr.14556) 17314 : cluster [DBG] pgmap v15298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:15:22.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:15:22.030037+0000 mon.a (mon.0) 3767 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:15:22.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:15:22.030037+0000 mon.a (mon.0) 3767 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:15:22.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:15:22.030037+0000 mon.a (mon.0) 3767 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:15:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:22.150637+0000 mgr.y (mgr.14556) 17315 : cluster [DBG] pgmap v15299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:22.150637+0000 mgr.y (mgr.14556) 17315 : cluster [DBG] pgmap v15299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:22.150637+0000 mgr.y (mgr.14556) 17315 : cluster [DBG] pgmap v15299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:15:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:15:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:24.151059+0000 mgr.y (mgr.14556) 17316 : cluster [DBG] pgmap v15300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:15:24.513539+0000 mon.a (mon.0) 3768 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:15:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:15:25.245935+0000 mon.a (mon.0) 3769 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:15:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:24.151059+0000 mgr.y (mgr.14556) 17316 : cluster [DBG] pgmap v15300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:15:24.513539+0000 mon.a (mon.0) 3768 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:15:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:15:25.245935+0000 mon.a (mon.0) 3769 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:15:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:24.151059+0000 mgr.y (mgr.14556) 17316 : cluster [DBG] pgmap v15300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:15:24.513539+0000 mon.a (mon.0) 3768 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:15:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:15:25.245935+0000 mon.a (mon.0) 3769 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:15:26.262 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:15:26.557 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:15:26.557 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:15:26.557 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 1s ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:15:26.557 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:15:26.557 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 1s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:15:26.557 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 1s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:15:26.557 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:15:26.557 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2s ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:15:26.557 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 1s ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:15:26.557 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2s ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:15:26.558 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2s ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:15:26.558 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 1s ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:15:26.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2s ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:15:26.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2s ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:15:26.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2s ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:15:26.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2s ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:15:26.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 1s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:15:26.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 1s ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:15:26.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 1s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:15:26.558 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 1s ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:15:26.558 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 1s ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:15:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:15:25.538142+0000 mon.a (mon.0) 3770 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:15:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:15:25.539057+0000 mon.a (mon.0) 3771 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:15:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:15:25.544437+0000 mon.a (mon.0) 3772 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:15:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:15:25.538142+0000 mon.a (mon.0) 3770 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:15:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:15:25.539057+0000 mon.a (mon.0) 3771 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:15:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:15:25.544437+0000 mon.a (mon.0) 3772 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:15:26.904 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:15:26.904 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:15:26.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:15:26.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:15:26.904 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:15:26.904 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:15:26.904 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:15:26.904 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:15:26.905 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:15:26.905 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:15:26.905 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:15:26.905 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:15:26.905 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:15:26.905 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:15:26.905 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:15:26.905 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:15:26.905 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:15:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:15:25.538142+0000 mon.a (mon.0) 3770 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:15:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:15:25.539057+0000 mon.a (mon.0) 3771 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:15:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:15:25.544437+0000 mon.a (mon.0) 3772 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:15:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:26.151599+0000 mgr.y (mgr.14556) 17317 : cluster [DBG] pgmap v15301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:15:26.249697+0000 mgr.y (mgr.14556) 17318 : audit [DBG] from='client.42521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:15:27.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:15:26.548597+0000 mgr.y (mgr.14556) 17319 : audit [DBG] from='client.32616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:15:27.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:15:26.904075+0000 mon.a (mon.0) 3773 : audit [DBG] from='client.? 172.21.15.23:0/3761703602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:15:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:26.151599+0000 mgr.y (mgr.14556) 17317 : cluster [DBG] pgmap v15301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:15:26.249697+0000 mgr.y (mgr.14556) 17318 : audit [DBG] from='client.42521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:15:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:15:26.548597+0000 mgr.y (mgr.14556) 17319 : audit [DBG] from='client.32616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:15:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:15:26.904075+0000 mon.a (mon.0) 3773 : audit [DBG] from='client.? 172.21.15.23:0/3761703602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:15:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:26.151599+0000 mgr.y (mgr.14556) 17317 : cluster [DBG] pgmap v15301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:15:26.249697+0000 mgr.y (mgr.14556) 17318 : audit [DBG] from='client.42521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:15:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:15:26.548597+0000 mgr.y (mgr.14556) 17319 : audit [DBG] from='client.32616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:15:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:15:26.904075+0000 mon.a (mon.0) 3773 : audit [DBG] from='client.? 172.21.15.23:0/3761703602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:15:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:28.151937+0000 mgr.y (mgr.14556) 17320 : cluster [DBG] pgmap v15302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:28.151937+0000 mgr.y (mgr.14556) 17320 : cluster [DBG] pgmap v15302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:28.151937+0000 mgr.y (mgr.14556) 17320 : cluster [DBG] pgmap v15302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:30.152276+0000 mgr.y (mgr.14556) 17321 : cluster [DBG] pgmap v15303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:30.152276+0000 mgr.y (mgr.14556) 17321 : cluster [DBG] pgmap v15303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:30.152276+0000 mgr.y (mgr.14556) 17321 : cluster [DBG] pgmap v15303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:15:33.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:15:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:15:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:32.153119+0000 mgr.y (mgr.14556) 17322 : cluster [DBG] pgmap v15304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:32.153119+0000 mgr.y (mgr.14556) 17322 : cluster [DBG] pgmap v15304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:32.153119+0000 mgr.y (mgr.14556) 17322 : cluster [DBG] pgmap v15304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:34.153526+0000 mgr.y (mgr.14556) 17323 : cluster [DBG] pgmap v15305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:35.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:34.153526+0000 mgr.y (mgr.14556) 17323 : cluster [DBG] pgmap v15305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:34.153526+0000 mgr.y (mgr.14556) 17323 : cluster [DBG] pgmap v15305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:36.154410+0000 mgr.y (mgr.14556) 17324 : cluster [DBG] pgmap v15306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:36.154410+0000 mgr.y (mgr.14556) 17324 : cluster [DBG] pgmap v15306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:36.154410+0000 mgr.y (mgr.14556) 17324 : cluster [DBG] pgmap v15306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:38.155003+0000 mgr.y (mgr.14556) 17325 : cluster [DBG] pgmap v15307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:38.155003+0000 mgr.y (mgr.14556) 17325 : cluster [DBG] pgmap v15307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:38.155003+0000 mgr.y (mgr.14556) 17325 : cluster [DBG] pgmap v15307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:40.155409+0000 mgr.y (mgr.14556) 17326 : cluster [DBG] pgmap v15308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:15:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:40.155409+0000 mgr.y (mgr.14556) 17326 : cluster [DBG] pgmap v15308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:40.155409+0000 mgr.y (mgr.14556) 17326 : cluster [DBG] pgmap v15308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:15:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:15:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:42.156238+0000 mgr.y (mgr.14556) 17327 : cluster [DBG] pgmap v15309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:42.156238+0000 mgr.y (mgr.14556) 17327 : cluster [DBG] pgmap v15309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:42.156238+0000 mgr.y (mgr.14556) 17327 : cluster [DBG] pgmap v15309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:44.156716+0000 mgr.y (mgr.14556) 17328 : cluster [DBG] pgmap v15310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:44.156716+0000 mgr.y (mgr.14556) 17328 : cluster [DBG] pgmap v15310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:44.156716+0000 mgr.y (mgr.14556) 17328 : cluster [DBG] pgmap v15310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:46.157611+0000 mgr.y (mgr.14556) 17329 : cluster [DBG] pgmap v15311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:46.157611+0000 mgr.y (mgr.14556) 17329 : cluster [DBG] pgmap v15311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:46.157611+0000 mgr.y (mgr.14556) 17329 : cluster [DBG] pgmap v15311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:48.158055+0000 mgr.y (mgr.14556) 17330 : cluster [DBG] pgmap v15312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:48.158055+0000 mgr.y (mgr.14556) 17330 : cluster [DBG] pgmap v15312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:48.158055+0000 mgr.y (mgr.14556) 17330 : cluster [DBG] pgmap v15312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:50.158576+0000 mgr.y (mgr.14556) 17331 : cluster [DBG] pgmap v15313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:50.158576+0000 mgr.y (mgr.14556) 17331 : cluster [DBG] pgmap v15313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:50.158576+0000 mgr.y (mgr.14556) 17331 : cluster [DBG] pgmap v15313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:15:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:52.159273+0000 mgr.y (mgr.14556) 17332 : cluster [DBG] pgmap v15314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:52.159273+0000 mgr.y (mgr.14556) 17332 : cluster [DBG] pgmap v15314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:52.159273+0000 mgr.y (mgr.14556) 17332 : cluster [DBG] pgmap v15314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:15:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:15:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:54.159773+0000 mgr.y (mgr.14556) 17333 : cluster [DBG] pgmap v15315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:54.159773+0000 mgr.y (mgr.14556) 17333 : cluster [DBG] pgmap v15315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:54.159773+0000 mgr.y (mgr.14556) 17333 : cluster [DBG] pgmap v15315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:57.232 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:15:57.521 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 33s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 32s ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 33s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 32s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 32s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 33s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 33s ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 32s ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 33s ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 33s ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 32s ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 33s ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:15:57.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 33s ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:15:57.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 33s ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:15:57.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 33s ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:15:57.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 32s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:15:57.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 32s ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:15:57.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 32s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:15:57.523 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 32s ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:15:57.523 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 32s ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:15:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:56.160593+0000 mgr.y (mgr.14556) 17334 : cluster [DBG] pgmap v15316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:56.160593+0000 mgr.y (mgr.14556) 17334 : cluster [DBG] pgmap v15316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:56.160593+0000 mgr.y (mgr.14556) 17334 : cluster [DBG] pgmap v15316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:57.872 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:15:57.872 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:15:57.872 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:15:57.873 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:15:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:15:57.220499+0000 mgr.y (mgr.14556) 17335 : audit [DBG] from='client.42539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:15:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:15:57.513663+0000 mgr.y (mgr.14556) 17336 : audit [DBG] from='client.32634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:15:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:15:57.872167+0000 mon.a (mon.0) 3774 : audit [DBG] from='client.? 172.21.15.23:0/3517374833' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:15:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:15:57.220499+0000 mgr.y (mgr.14556) 17335 : audit [DBG] from='client.42539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:15:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:15:57.513663+0000 mgr.y (mgr.14556) 17336 : audit [DBG] from='client.32634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:15:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:15:57.872167+0000 mon.a (mon.0) 3774 : audit [DBG] from='client.? 172.21.15.23:0/3517374833' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:15:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:15:57.220499+0000 mgr.y (mgr.14556) 17335 : audit [DBG] from='client.42539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:15:58.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:15:57.513663+0000 mgr.y (mgr.14556) 17336 : audit [DBG] from='client.32634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:15:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:15:57.872167+0000 mon.a (mon.0) 3774 : audit [DBG] from='client.? 172.21.15.23:0/3517374833' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:15:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:15:58.161018+0000 mgr.y (mgr.14556) 17337 : cluster [DBG] pgmap v15317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:15:58.161018+0000 mgr.y (mgr.14556) 17337 : cluster [DBG] pgmap v15317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:15:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:15:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:15:58.161018+0000 mgr.y (mgr.14556) 17337 : cluster [DBG] pgmap v15317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:00.161552+0000 mgr.y (mgr.14556) 17338 : cluster [DBG] pgmap v15318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:00.161552+0000 mgr.y (mgr.14556) 17338 : cluster [DBG] pgmap v15318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:00.161552+0000 mgr.y (mgr.14556) 17338 : cluster [DBG] pgmap v15318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:16:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:02.162287+0000 mgr.y (mgr.14556) 17339 : cluster [DBG] pgmap v15319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:02.162287+0000 mgr.y (mgr.14556) 17339 : cluster [DBG] pgmap v15319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:02.162287+0000 mgr.y (mgr.14556) 17339 : cluster [DBG] pgmap v15319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:16:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:16:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:04.162729+0000 mgr.y (mgr.14556) 17340 : cluster [DBG] pgmap v15320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:04.162729+0000 mgr.y (mgr.14556) 17340 : cluster [DBG] pgmap v15320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:04.162729+0000 mgr.y (mgr.14556) 17340 : cluster [DBG] pgmap v15320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:06.163592+0000 mgr.y (mgr.14556) 17341 : cluster [DBG] pgmap v15321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:06.163592+0000 mgr.y (mgr.14556) 17341 : cluster [DBG] pgmap v15321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:06.163592+0000 mgr.y (mgr.14556) 17341 : cluster [DBG] pgmap v15321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:08.164150+0000 mgr.y (mgr.14556) 17342 : cluster [DBG] pgmap v15322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:08.164150+0000 mgr.y (mgr.14556) 17342 : cluster [DBG] pgmap v15322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:08.164150+0000 mgr.y (mgr.14556) 17342 : cluster [DBG] pgmap v15322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:10.164543+0000 mgr.y (mgr.14556) 17343 : cluster [DBG] pgmap v15323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:10.164543+0000 mgr.y (mgr.14556) 17343 : cluster [DBG] pgmap v15323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:10.164543+0000 mgr.y (mgr.14556) 17343 : cluster [DBG] pgmap v15323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:16:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:12.165147+0000 mgr.y (mgr.14556) 17344 : cluster [DBG] pgmap v15324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:12.165147+0000 mgr.y (mgr.14556) 17344 : cluster [DBG] pgmap v15324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:12.165147+0000 mgr.y (mgr.14556) 17344 : cluster [DBG] pgmap v15324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:16:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:16:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:14.165677+0000 mgr.y (mgr.14556) 17345 : cluster [DBG] pgmap v15325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:14.165677+0000 mgr.y (mgr.14556) 17345 : cluster [DBG] pgmap v15325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:14.165677+0000 mgr.y (mgr.14556) 17345 : cluster [DBG] pgmap v15325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:16.166489+0000 mgr.y (mgr.14556) 17346 : cluster [DBG] pgmap v15326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:16.166489+0000 mgr.y (mgr.14556) 17346 : cluster [DBG] pgmap v15326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:16.166489+0000 mgr.y (mgr.14556) 17346 : cluster [DBG] pgmap v15326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:18.166981+0000 mgr.y (mgr.14556) 17347 : cluster [DBG] pgmap v15327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:18.166981+0000 mgr.y (mgr.14556) 17347 : cluster [DBG] pgmap v15327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:18.166981+0000 mgr.y (mgr.14556) 17347 : cluster [DBG] pgmap v15327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:20.167563+0000 mgr.y (mgr.14556) 17348 : cluster [DBG] pgmap v15328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:20.167563+0000 mgr.y (mgr.14556) 17348 : cluster [DBG] pgmap v15328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:20.167563+0000 mgr.y (mgr.14556) 17348 : cluster [DBG] pgmap v15328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:16:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:22.168302+0000 mgr.y (mgr.14556) 17349 : cluster [DBG] pgmap v15329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:22.168302+0000 mgr.y (mgr.14556) 17349 : cluster [DBG] pgmap v15329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:22.168302+0000 mgr.y (mgr.14556) 17349 : cluster [DBG] pgmap v15329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:16:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:16:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:24.168683+0000 mgr.y (mgr.14556) 17350 : cluster [DBG] pgmap v15330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:24.168683+0000 mgr.y (mgr.14556) 17350 : cluster [DBG] pgmap v15330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:24.168683+0000 mgr.y (mgr.14556) 17350 : cluster [DBG] pgmap v15330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:16:25.549877+0000 mon.a (mon.0) 3775 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:16:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:16:25.859385+0000 mon.a (mon.0) 3776 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:16:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:16:25.860013+0000 mon.a (mon.0) 3777 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:16:26.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:16:25.873824+0000 mon.a (mon.0) 3778 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:16:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:16:25.549877+0000 mon.a (mon.0) 3775 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:16:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:16:25.859385+0000 mon.a (mon.0) 3776 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:16:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:16:25.860013+0000 mon.a (mon.0) 3777 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:16:26.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:16:25.873824+0000 mon.a (mon.0) 3778 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:16:26.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:16:25.549877+0000 mon.a (mon.0) 3775 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:16:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:16:25.859385+0000 mon.a (mon.0) 3776 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:16:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:16:25.860013+0000 mon.a (mon.0) 3777 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:16:26.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:16:25.873824+0000 mon.a (mon.0) 3778 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:16:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:26.169244+0000 mgr.y (mgr.14556) 17351 : cluster [DBG] pgmap v15331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:26.169244+0000 mgr.y (mgr.14556) 17351 : cluster [DBG] pgmap v15331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:26.169244+0000 mgr.y (mgr.14556) 17351 : cluster [DBG] pgmap v15331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:28.199 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:16:28.485 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 63s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 63s ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 63s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 63s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 63s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 63s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 63s ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 63s ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 63s ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 63s ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 63s ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 63s ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:16:28.486 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 63s ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:16:28.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 63s ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:16:28.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 63s ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:16:28.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 63s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:16:28.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 63s ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:16:28.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 63s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:16:28.487 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 63s ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:16:28.487 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 63s ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:16:28.837 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:16:28.837 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:16:28.837 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:16:28.838 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:16:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:28.169603+0000 mgr.y (mgr.14556) 17352 : cluster [DBG] pgmap v15332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:16:28.187618+0000 mgr.y (mgr.14556) 17353 : audit [DBG] from='client.32646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:16:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:16:28.477395+0000 mgr.y (mgr.14556) 17354 : audit [DBG] from='client.42563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:16:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:16:28.836987+0000 mon.c (mon.2) 424 : audit [DBG] from='client.? 172.21.15.23:0/43853029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:16:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:28.169603+0000 mgr.y (mgr.14556) 17352 : cluster [DBG] pgmap v15332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:16:28.187618+0000 mgr.y (mgr.14556) 17353 : audit [DBG] from='client.32646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:16:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:16:28.477395+0000 mgr.y (mgr.14556) 17354 : audit [DBG] from='client.42563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:16:29.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:16:28.836987+0000 mon.c (mon.2) 424 : audit [DBG] from='client.? 172.21.15.23:0/43853029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:16:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:28.169603+0000 mgr.y (mgr.14556) 17352 : cluster [DBG] pgmap v15332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:16:28.187618+0000 mgr.y (mgr.14556) 17353 : audit [DBG] from='client.32646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:16:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:16:28.477395+0000 mgr.y (mgr.14556) 17354 : audit [DBG] from='client.42563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:16:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:16:28.836987+0000 mon.c (mon.2) 424 : audit [DBG] from='client.? 172.21.15.23:0/43853029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:16:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:30.170115+0000 mgr.y (mgr.14556) 17355 : cluster [DBG] pgmap v15333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:30.170115+0000 mgr.y (mgr.14556) 17355 : cluster [DBG] pgmap v15333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:30.170115+0000 mgr.y (mgr.14556) 17355 : cluster [DBG] pgmap v15333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:16:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:32.170893+0000 mgr.y (mgr.14556) 17356 : cluster [DBG] pgmap v15334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:32.170893+0000 mgr.y (mgr.14556) 17356 : cluster [DBG] pgmap v15334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:32.170893+0000 mgr.y (mgr.14556) 17356 : cluster [DBG] pgmap v15334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:16:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:16:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:34.171299+0000 mgr.y (mgr.14556) 17357 : cluster [DBG] pgmap v15335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:34.171299+0000 mgr.y (mgr.14556) 17357 : cluster [DBG] pgmap v15335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:34.171299+0000 mgr.y (mgr.14556) 17357 : cluster [DBG] pgmap v15335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:36.172048+0000 mgr.y (mgr.14556) 17358 : cluster [DBG] pgmap v15336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:36.172048+0000 mgr.y (mgr.14556) 17358 : cluster [DBG] pgmap v15336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:36.172048+0000 mgr.y (mgr.14556) 17358 : cluster [DBG] pgmap v15336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:38.172516+0000 mgr.y (mgr.14556) 17359 : cluster [DBG] pgmap v15337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:38.172516+0000 mgr.y (mgr.14556) 17359 : cluster [DBG] pgmap v15337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:38.172516+0000 mgr.y (mgr.14556) 17359 : cluster [DBG] pgmap v15337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:40.172955+0000 mgr.y (mgr.14556) 17360 : cluster [DBG] pgmap v15338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:40.172955+0000 mgr.y (mgr.14556) 17360 : cluster [DBG] pgmap v15338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:40.172955+0000 mgr.y (mgr.14556) 17360 : cluster [DBG] pgmap v15338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:16:43.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:16:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:16:43.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:42.173826+0000 mgr.y (mgr.14556) 17361 : cluster [DBG] pgmap v15339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:43.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:42.173826+0000 mgr.y (mgr.14556) 17361 : cluster [DBG] pgmap v15339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:42.173826+0000 mgr.y (mgr.14556) 17361 : cluster [DBG] pgmap v15339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:44.174448+0000 mgr.y (mgr.14556) 17362 : cluster [DBG] pgmap v15340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:44.174448+0000 mgr.y (mgr.14556) 17362 : cluster [DBG] pgmap v15340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:44.174448+0000 mgr.y (mgr.14556) 17362 : cluster [DBG] pgmap v15340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:46.175198+0000 mgr.y (mgr.14556) 17363 : cluster [DBG] pgmap v15341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:46.175198+0000 mgr.y (mgr.14556) 17363 : cluster [DBG] pgmap v15341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:46.175198+0000 mgr.y (mgr.14556) 17363 : cluster [DBG] pgmap v15341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:48.175758+0000 mgr.y (mgr.14556) 17364 : cluster [DBG] pgmap v15342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:48.175758+0000 mgr.y (mgr.14556) 17364 : cluster [DBG] pgmap v15342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:48.175758+0000 mgr.y (mgr.14556) 17364 : cluster [DBG] pgmap v15342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:50.176262+0000 mgr.y (mgr.14556) 17365 : cluster [DBG] pgmap v15343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:50.176262+0000 mgr.y (mgr.14556) 17365 : cluster [DBG] pgmap v15343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:50.176262+0000 mgr.y (mgr.14556) 17365 : cluster [DBG] pgmap v15343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:16:53.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:16:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:16:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:52.177118+0000 mgr.y (mgr.14556) 17366 : cluster [DBG] pgmap v15344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:52.177118+0000 mgr.y (mgr.14556) 17366 : cluster [DBG] pgmap v15344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:52.177118+0000 mgr.y (mgr.14556) 17366 : cluster [DBG] pgmap v15344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:54.177618+0000 mgr.y (mgr.14556) 17367 : cluster [DBG] pgmap v15345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:54.177618+0000 mgr.y (mgr.14556) 17367 : cluster [DBG] pgmap v15345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:54.177618+0000 mgr.y (mgr.14556) 17367 : cluster [DBG] pgmap v15345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:56.178481+0000 mgr.y (mgr.14556) 17368 : cluster [DBG] pgmap v15346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:56.178481+0000 mgr.y (mgr.14556) 17368 : cluster [DBG] pgmap v15346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:56.178481+0000 mgr.y (mgr.14556) 17368 : cluster [DBG] pgmap v15346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:16:59.162 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:16:59.448 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 94s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 94s ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 94s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 94s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 94s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 94s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 94s ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 94s ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 94s ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 94s ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 94s ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 94s ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 94s ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:16:59.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 94s ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:16:59.450 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 94s ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:16:59.450 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 94s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:16:59.450 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 94s ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:16:59.450 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 94s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:16:59.450 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 94s ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:16:59.450 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 94s ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:16:59.797 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:16:59.797 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:16:59.797 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:16:59.797 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:16:59.798 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:16:59.798 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:16:59.798 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:16:59.798 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:16:59.798 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:16:59.798 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:16:59.798 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:16:59.798 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:16:59.798 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:16:59.798 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:16:59.798 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:16:59.798 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:16:59.799 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:17:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:16:58.178852+0000 mgr.y (mgr.14556) 17369 : cluster [DBG] pgmap v15347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:16:58.178852+0000 mgr.y (mgr.14556) 17369 : cluster [DBG] pgmap v15347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:16:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:16:58.178852+0000 mgr.y (mgr.14556) 17369 : cluster [DBG] pgmap v15347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:16:59.148920+0000 mgr.y (mgr.14556) 17370 : audit [DBG] from='client.42575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:17:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:16:59.439767+0000 mgr.y (mgr.14556) 17371 : audit [DBG] from='client.32670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:17:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:16:59.797139+0000 mon.a (mon.0) 3779 : audit [DBG] from='client.? 172.21.15.23:0/3792117700' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:17:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:16:59.148920+0000 mgr.y (mgr.14556) 17370 : audit [DBG] from='client.42575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:17:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:16:59.439767+0000 mgr.y (mgr.14556) 17371 : audit [DBG] from='client.32670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:17:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:16:59.797139+0000 mon.a (mon.0) 3779 : audit [DBG] from='client.? 172.21.15.23:0/3792117700' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:17:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:16:59.148920+0000 mgr.y (mgr.14556) 17370 : audit [DBG] from='client.42575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:17:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:16:59.439767+0000 mgr.y (mgr.14556) 17371 : audit [DBG] from='client.32670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:17:01.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:16:59.797139+0000 mon.a (mon.0) 3779 : audit [DBG] from='client.? 172.21.15.23:0/3792117700' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:17:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:00.179275+0000 mgr.y (mgr.14556) 17372 : cluster [DBG] pgmap v15348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:17:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:00.179275+0000 mgr.y (mgr.14556) 17372 : cluster [DBG] pgmap v15348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:00.179275+0000 mgr.y (mgr.14556) 17372 : cluster [DBG] pgmap v15348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:02.180055+0000 mgr.y (mgr.14556) 17373 : cluster [DBG] pgmap v15349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:17:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:17:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:02.180055+0000 mgr.y (mgr.14556) 17373 : cluster [DBG] pgmap v15349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:02.180055+0000 mgr.y (mgr.14556) 17373 : cluster [DBG] pgmap v15349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:04.180483+0000 mgr.y (mgr.14556) 17374 : cluster [DBG] pgmap v15350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:04.180483+0000 mgr.y (mgr.14556) 17374 : cluster [DBG] pgmap v15350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:04.180483+0000 mgr.y (mgr.14556) 17374 : cluster [DBG] pgmap v15350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:06.181299+0000 mgr.y (mgr.14556) 17375 : cluster [DBG] pgmap v15351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:06.181299+0000 mgr.y (mgr.14556) 17375 : cluster [DBG] pgmap v15351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:06.181299+0000 mgr.y (mgr.14556) 17375 : cluster [DBG] pgmap v15351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:08.181684+0000 mgr.y (mgr.14556) 17376 : cluster [DBG] pgmap v15352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:08.181684+0000 mgr.y (mgr.14556) 17376 : cluster [DBG] pgmap v15352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:08.181684+0000 mgr.y (mgr.14556) 17376 : cluster [DBG] pgmap v15352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:11.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:10.182221+0000 mgr.y (mgr.14556) 17377 : cluster [DBG] pgmap v15353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:10.182221+0000 mgr.y (mgr.14556) 17377 : cluster [DBG] pgmap v15353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:10.182221+0000 mgr.y (mgr.14556) 17377 : cluster [DBG] pgmap v15353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:17:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:12.183057+0000 mgr.y (mgr.14556) 17378 : cluster [DBG] pgmap v15354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:12.183057+0000 mgr.y (mgr.14556) 17378 : cluster [DBG] pgmap v15354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:12.183057+0000 mgr.y (mgr.14556) 17378 : cluster [DBG] pgmap v15354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:17:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:17:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:14.183454+0000 mgr.y (mgr.14556) 17379 : cluster [DBG] pgmap v15355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:14.183454+0000 mgr.y (mgr.14556) 17379 : cluster [DBG] pgmap v15355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:14.183454+0000 mgr.y (mgr.14556) 17379 : cluster [DBG] pgmap v15355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:16.184168+0000 mgr.y (mgr.14556) 17380 : cluster [DBG] pgmap v15356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:16.184168+0000 mgr.y (mgr.14556) 17380 : cluster [DBG] pgmap v15356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:16.184168+0000 mgr.y (mgr.14556) 17380 : cluster [DBG] pgmap v15356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:18.184723+0000 mgr.y (mgr.14556) 17381 : cluster [DBG] pgmap v15357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:18.184723+0000 mgr.y (mgr.14556) 17381 : cluster [DBG] pgmap v15357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:18.184723+0000 mgr.y (mgr.14556) 17381 : cluster [DBG] pgmap v15357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:20.185155+0000 mgr.y (mgr.14556) 17382 : cluster [DBG] pgmap v15358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:20.185155+0000 mgr.y (mgr.14556) 17382 : cluster [DBG] pgmap v15358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:20.185155+0000 mgr.y (mgr.14556) 17382 : cluster [DBG] pgmap v15358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:17:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:22.185835+0000 mgr.y (mgr.14556) 17383 : cluster [DBG] pgmap v15359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:22.185835+0000 mgr.y (mgr.14556) 17383 : cluster [DBG] pgmap v15359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:22.185835+0000 mgr.y (mgr.14556) 17383 : cluster [DBG] pgmap v15359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:17:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:17:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:24.186236+0000 mgr.y (mgr.14556) 17384 : cluster [DBG] pgmap v15360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:24.186236+0000 mgr.y (mgr.14556) 17384 : cluster [DBG] pgmap v15360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:24.186236+0000 mgr.y (mgr.14556) 17384 : cluster [DBG] pgmap v15360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:17:25.879122+0000 mon.a (mon.0) 3780 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:17:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:17:26.186575+0000 mon.a (mon.0) 3781 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:17:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:17:26.187379+0000 mon.a (mon.0) 3782 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:17:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:17:26.196190+0000 mon.a (mon.0) 3783 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:17:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:17:25.879122+0000 mon.a (mon.0) 3780 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:17:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:17:26.186575+0000 mon.a (mon.0) 3781 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:17:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:17:26.187379+0000 mon.a (mon.0) 3782 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:17:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:17:26.196190+0000 mon.a (mon.0) 3783 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:17:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:17:25.879122+0000 mon.a (mon.0) 3780 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:17:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:17:26.186575+0000 mon.a (mon.0) 3781 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:17:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:17:26.187379+0000 mon.a (mon.0) 3782 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:17:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:17:26.196190+0000 mon.a (mon.0) 3783 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:17:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:26.186797+0000 mgr.y (mgr.14556) 17385 : cluster [DBG] pgmap v15361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:26.186797+0000 mgr.y (mgr.14556) 17385 : cluster [DBG] pgmap v15361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:27.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:26.186797+0000 mgr.y (mgr.14556) 17385 : cluster [DBG] pgmap v15361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:29.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:28.187324+0000 mgr.y (mgr.14556) 17386 : cluster [DBG] pgmap v15362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:28.187324+0000 mgr.y (mgr.14556) 17386 : cluster [DBG] pgmap v15362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:28.187324+0000 mgr.y (mgr.14556) 17386 : cluster [DBG] pgmap v15362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:30.125 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:17:30.416 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:17:30.416 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:17:30.416 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 2m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:17:30.416 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:17:30.416 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 2m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:17:30.416 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 2m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:17:30.416 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:17:30.416 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:17:30.416 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 2m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:17:30.416 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:17:30.416 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:17:30.416 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 2m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:17:30.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:17:30.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2m ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:17:30.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2m ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:17:30.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2m ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:17:30.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 2m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:17:30.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 2m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:17:30.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 2m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:17:30.417 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 2m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:17:30.417 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 2m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:17:30.763 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:17:30.764 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:17:30.765 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:17:30.765 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:17:30.765 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:17:31.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:17:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:17:30.113249+0000 mgr.y (mgr.14556) 17387 : audit [DBG] from='client.32682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:17:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:30.187671+0000 mgr.y (mgr.14556) 17388 : cluster [DBG] pgmap v15363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:17:30.407672+0000 mgr.y (mgr.14556) 17389 : audit [DBG] from='client.32688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:17:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:17:30.763528+0000 mon.c (mon.2) 425 : audit [DBG] from='client.? 172.21.15.23:0/2717870852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:17:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:17:30.113249+0000 mgr.y (mgr.14556) 17387 : audit [DBG] from='client.32682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:17:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:30.187671+0000 mgr.y (mgr.14556) 17388 : cluster [DBG] pgmap v15363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:17:30.407672+0000 mgr.y (mgr.14556) 17389 : audit [DBG] from='client.32688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:17:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:17:30.763528+0000 mon.c (mon.2) 425 : audit [DBG] from='client.? 172.21.15.23:0/2717870852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:17:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:17:30.113249+0000 mgr.y (mgr.14556) 17387 : audit [DBG] from='client.32682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:17:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:30.187671+0000 mgr.y (mgr.14556) 17388 : cluster [DBG] pgmap v15363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:17:30.407672+0000 mgr.y (mgr.14556) 17389 : audit [DBG] from='client.32688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:17:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:17:30.763528+0000 mon.c (mon.2) 425 : audit [DBG] from='client.? 172.21.15.23:0/2717870852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:17:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:32.188410+0000 mgr.y (mgr.14556) 17390 : cluster [DBG] pgmap v15364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:33.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:32.188410+0000 mgr.y (mgr.14556) 17390 : cluster [DBG] pgmap v15364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:32.188410+0000 mgr.y (mgr.14556) 17390 : cluster [DBG] pgmap v15364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:17:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:17:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:34.188888+0000 mgr.y (mgr.14556) 17391 : cluster [DBG] pgmap v15365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:34.188888+0000 mgr.y (mgr.14556) 17391 : cluster [DBG] pgmap v15365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:34.188888+0000 mgr.y (mgr.14556) 17391 : cluster [DBG] pgmap v15365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:36.189753+0000 mgr.y (mgr.14556) 17392 : cluster [DBG] pgmap v15366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:36.189753+0000 mgr.y (mgr.14556) 17392 : cluster [DBG] pgmap v15366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:36.189753+0000 mgr.y (mgr.14556) 17392 : cluster [DBG] pgmap v15366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:38.190286+0000 mgr.y (mgr.14556) 17393 : cluster [DBG] pgmap v15367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:38.190286+0000 mgr.y (mgr.14556) 17393 : cluster [DBG] pgmap v15367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:39.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:38.190286+0000 mgr.y (mgr.14556) 17393 : cluster [DBG] pgmap v15367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:40.190789+0000 mgr.y (mgr.14556) 17394 : cluster [DBG] pgmap v15368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:40.190789+0000 mgr.y (mgr.14556) 17394 : cluster [DBG] pgmap v15368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:40.190789+0000 mgr.y (mgr.14556) 17394 : cluster [DBG] pgmap v15368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:17:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:42.191457+0000 mgr.y (mgr.14556) 17395 : cluster [DBG] pgmap v15369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:43.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:42.191457+0000 mgr.y (mgr.14556) 17395 : cluster [DBG] pgmap v15369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:42.191457+0000 mgr.y (mgr.14556) 17395 : cluster [DBG] pgmap v15369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:17:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:17:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:44.192002+0000 mgr.y (mgr.14556) 17396 : cluster [DBG] pgmap v15370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:44.192002+0000 mgr.y (mgr.14556) 17396 : cluster [DBG] pgmap v15370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:44.192002+0000 mgr.y (mgr.14556) 17396 : cluster [DBG] pgmap v15370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:46.192897+0000 mgr.y (mgr.14556) 17397 : cluster [DBG] pgmap v15371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:46.192897+0000 mgr.y (mgr.14556) 17397 : cluster [DBG] pgmap v15371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:46.192897+0000 mgr.y (mgr.14556) 17397 : cluster [DBG] pgmap v15371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:48.193401+0000 mgr.y (mgr.14556) 17398 : cluster [DBG] pgmap v15372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:48.193401+0000 mgr.y (mgr.14556) 17398 : cluster [DBG] pgmap v15372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:48.193401+0000 mgr.y (mgr.14556) 17398 : cluster [DBG] pgmap v15372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:50.193794+0000 mgr.y (mgr.14556) 17399 : cluster [DBG] pgmap v15373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:51.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:50.193794+0000 mgr.y (mgr.14556) 17399 : cluster [DBG] pgmap v15373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:50.193794+0000 mgr.y (mgr.14556) 17399 : cluster [DBG] pgmap v15373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:17:53.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:17:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:17:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:52.194629+0000 mgr.y (mgr.14556) 17400 : cluster [DBG] pgmap v15374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:52.194629+0000 mgr.y (mgr.14556) 17400 : cluster [DBG] pgmap v15374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:52.194629+0000 mgr.y (mgr.14556) 17400 : cluster [DBG] pgmap v15374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:54.195071+0000 mgr.y (mgr.14556) 17401 : cluster [DBG] pgmap v15375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:54.195071+0000 mgr.y (mgr.14556) 17401 : cluster [DBG] pgmap v15375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:54.195071+0000 mgr.y (mgr.14556) 17401 : cluster [DBG] pgmap v15375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:56.195801+0000 mgr.y (mgr.14556) 17402 : cluster [DBG] pgmap v15376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:56.195801+0000 mgr.y (mgr.14556) 17402 : cluster [DBG] pgmap v15376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:56.195801+0000 mgr.y (mgr.14556) 17402 : cluster [DBG] pgmap v15376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:17:58.196238+0000 mgr.y (mgr.14556) 17403 : cluster [DBG] pgmap v15377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:17:58.196238+0000 mgr.y (mgr.14556) 17403 : cluster [DBG] pgmap v15377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:17:59.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:17:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:17:58.196238+0000 mgr.y (mgr.14556) 17403 : cluster [DBG] pgmap v15377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:01.088 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:18:01.378 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:18:01.378 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 2m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 2m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 2m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 2m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 2m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2m ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2m ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2m ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:18:01.379 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 2m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:18:01.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 2m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:18:01.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 2m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:18:01.380 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 2m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:18:01.380 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 2m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:18:01.727 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:18:01.727 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:18:01.727 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:18:01.727 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:18:01.727 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:18:01.727 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:18:01.727 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:18:01.727 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:18:01.727 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:18:01.727 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:18:01.727 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:18:01.727 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:18:01.728 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:18:01.728 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:18:01.728 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:18:01.728 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:18:01.728 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:18:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:00.196768+0000 mgr.y (mgr.14556) 17404 : cluster [DBG] pgmap v15378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:00.196768+0000 mgr.y (mgr.14556) 17404 : cluster [DBG] pgmap v15378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:00.196768+0000 mgr.y (mgr.14556) 17404 : cluster [DBG] pgmap v15378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:18:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:18:01.075945+0000 mgr.y (mgr.14556) 17405 : audit [DBG] from='client.32700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:18:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:18:01.369288+0000 mgr.y (mgr.14556) 17406 : audit [DBG] from='client.32706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:18:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:18:01.726723+0000 mon.a (mon.0) 3784 : audit [DBG] from='client.? 172.21.15.23:0/4067218606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:18:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:18:01.075945+0000 mgr.y (mgr.14556) 17405 : audit [DBG] from='client.32700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:18:02.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:18:01.369288+0000 mgr.y (mgr.14556) 17406 : audit [DBG] from='client.32706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:18:02.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:18:01.726723+0000 mon.a (mon.0) 3784 : audit [DBG] from='client.? 172.21.15.23:0/4067218606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:18:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:18:01.075945+0000 mgr.y (mgr.14556) 17405 : audit [DBG] from='client.32700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:18:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:18:01.369288+0000 mgr.y (mgr.14556) 17406 : audit [DBG] from='client.32706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:18:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:18:01.726723+0000 mon.a (mon.0) 3784 : audit [DBG] from='client.? 172.21.15.23:0/4067218606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:18:03.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:02.197565+0000 mgr.y (mgr.14556) 17407 : cluster [DBG] pgmap v15379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:02.197565+0000 mgr.y (mgr.14556) 17407 : cluster [DBG] pgmap v15379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:02.197565+0000 mgr.y (mgr.14556) 17407 : cluster [DBG] pgmap v15379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:18:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:18:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:04.198044+0000 mgr.y (mgr.14556) 17408 : cluster [DBG] pgmap v15380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:06.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:04.198044+0000 mgr.y (mgr.14556) 17408 : cluster [DBG] pgmap v15380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:04.198044+0000 mgr.y (mgr.14556) 17408 : cluster [DBG] pgmap v15380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:06.198804+0000 mgr.y (mgr.14556) 17409 : cluster [DBG] pgmap v15381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:06.198804+0000 mgr.y (mgr.14556) 17409 : cluster [DBG] pgmap v15381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:06.198804+0000 mgr.y (mgr.14556) 17409 : cluster [DBG] pgmap v15381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:08.199291+0000 mgr.y (mgr.14556) 17410 : cluster [DBG] pgmap v15382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:08.199291+0000 mgr.y (mgr.14556) 17410 : cluster [DBG] pgmap v15382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:08.199291+0000 mgr.y (mgr.14556) 17410 : cluster [DBG] pgmap v15382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:10.199768+0000 mgr.y (mgr.14556) 17411 : cluster [DBG] pgmap v15383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:18:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:10.199768+0000 mgr.y (mgr.14556) 17411 : cluster [DBG] pgmap v15383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:10.199768+0000 mgr.y (mgr.14556) 17411 : cluster [DBG] pgmap v15383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:12.200469+0000 mgr.y (mgr.14556) 17412 : cluster [DBG] pgmap v15384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:13.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:12.200469+0000 mgr.y (mgr.14556) 17412 : cluster [DBG] pgmap v15384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:12.200469+0000 mgr.y (mgr.14556) 17412 : cluster [DBG] pgmap v15384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:18:13] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T15:18:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:14.201044+0000 mgr.y (mgr.14556) 17413 : cluster [DBG] pgmap v15385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:14.201044+0000 mgr.y (mgr.14556) 17413 : cluster [DBG] pgmap v15385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:14.201044+0000 mgr.y (mgr.14556) 17413 : cluster [DBG] pgmap v15385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:16.201728+0000 mgr.y (mgr.14556) 17414 : cluster [DBG] pgmap v15386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:16.201728+0000 mgr.y (mgr.14556) 17414 : cluster [DBG] pgmap v15386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:16.201728+0000 mgr.y (mgr.14556) 17414 : cluster [DBG] pgmap v15386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:18.202082+0000 mgr.y (mgr.14556) 17415 : cluster [DBG] pgmap v15387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:18.202082+0000 mgr.y (mgr.14556) 17415 : cluster [DBG] pgmap v15387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:18.202082+0000 mgr.y (mgr.14556) 17415 : cluster [DBG] pgmap v15387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:20.202531+0000 mgr.y (mgr.14556) 17416 : cluster [DBG] pgmap v15388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:20.202531+0000 mgr.y (mgr.14556) 17416 : cluster [DBG] pgmap v15388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:20.202531+0000 mgr.y (mgr.14556) 17416 : cluster [DBG] pgmap v15388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:18:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:22.203236+0000 mgr.y (mgr.14556) 17417 : cluster [DBG] pgmap v15389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:22.203236+0000 mgr.y (mgr.14556) 17417 : cluster [DBG] pgmap v15389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:22.203236+0000 mgr.y (mgr.14556) 17417 : cluster [DBG] pgmap v15389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:18:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:18:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:24.203744+0000 mgr.y (mgr.14556) 17418 : cluster [DBG] pgmap v15390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:24.203744+0000 mgr.y (mgr.14556) 17418 : cluster [DBG] pgmap v15390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:24.203744+0000 mgr.y (mgr.14556) 17418 : cluster [DBG] pgmap v15390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:18:26.200977+0000 mon.a (mon.0) 3785 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:18:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:18:26.200977+0000 mon.a (mon.0) 3785 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:18:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:18:26.200977+0000 mon.a (mon.0) 3785 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:18:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:26.204403+0000 mgr.y (mgr.14556) 17419 : cluster [DBG] pgmap v15391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:18:26.456604+0000 mon.a (mon.0) 3786 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:18:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:18:26.462222+0000 mon.a (mon.0) 3787 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:18:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:18:26.746738+0000 mon.a (mon.0) 3788 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:18:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:18:26.747413+0000 mon.a (mon.0) 3789 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:18:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:18:26.752053+0000 mon.a (mon.0) 3790 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:18:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:26.204403+0000 mgr.y (mgr.14556) 17419 : cluster [DBG] pgmap v15391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:18:26.456604+0000 mon.a (mon.0) 3786 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:18:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:18:26.462222+0000 mon.a (mon.0) 3787 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:18:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:18:26.746738+0000 mon.a (mon.0) 3788 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:18:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:18:26.747413+0000 mon.a (mon.0) 3789 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:18:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:18:26.752053+0000 mon.a (mon.0) 3790 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:18:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:26.204403+0000 mgr.y (mgr.14556) 17419 : cluster [DBG] pgmap v15391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:18:26.456604+0000 mon.a (mon.0) 3786 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:18:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:18:26.462222+0000 mon.a (mon.0) 3787 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:18:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:18:26.746738+0000 mon.a (mon.0) 3788 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:18:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:18:26.747413+0000 mon.a (mon.0) 3789 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:18:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:18:26.752053+0000 mon.a (mon.0) 3790 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:18:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:28.204765+0000 mgr.y (mgr.14556) 17420 : cluster [DBG] pgmap v15392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:28.204765+0000 mgr.y (mgr.14556) 17420 : cluster [DBG] pgmap v15392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:28.204765+0000 mgr.y (mgr.14556) 17420 : cluster [DBG] pgmap v15392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:30.205174+0000 mgr.y (mgr.14556) 17421 : cluster [DBG] pgmap v15393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:30.205174+0000 mgr.y (mgr.14556) 17421 : cluster [DBG] pgmap v15393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:30.205174+0000 mgr.y (mgr.14556) 17421 : cluster [DBG] pgmap v15393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:18:32.054 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:18:32.345 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:18:32.345 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 3m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:18:32.345 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 3m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:18:32.345 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 3m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:18:32.345 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 3m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:18:32.345 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 3m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:18:32.345 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 3m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:18:32.345 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 3m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 3m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 3m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 3m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 3m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 3m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 3m ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 3m ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 3m ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 3m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 3m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 3m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 3m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:18:32.346 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 3m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:18:32.694 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:18:32.694 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:18:32.694 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:18:32.695 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:18:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:18:32.041951+0000 mgr.y (mgr.14556) 17422 : audit [DBG] from='client.42629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:18:33.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:32.205744+0000 mgr.y (mgr.14556) 17423 : cluster [DBG] pgmap v15394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:33.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:18:32.336736+0000 mgr.y (mgr.14556) 17424 : audit [DBG] from='client.32724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:18:33.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:18:32.694150+0000 mon.a (mon.0) 3791 : audit [DBG] from='client.? 172.21.15.23:0/1335042704' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:18:33.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:18:32.041951+0000 mgr.y (mgr.14556) 17422 : audit [DBG] from='client.42629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:18:33.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:32.205744+0000 mgr.y (mgr.14556) 17423 : cluster [DBG] pgmap v15394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:33.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:18:32.336736+0000 mgr.y (mgr.14556) 17424 : audit [DBG] from='client.32724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:18:33.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:18:32.694150+0000 mon.a (mon.0) 3791 : audit [DBG] from='client.? 172.21.15.23:0/1335042704' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:18:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:18:32.041951+0000 mgr.y (mgr.14556) 17422 : audit [DBG] from='client.42629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:18:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:32.205744+0000 mgr.y (mgr.14556) 17423 : cluster [DBG] pgmap v15394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:18:32.336736+0000 mgr.y (mgr.14556) 17424 : audit [DBG] from='client.32724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:18:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:18:32.694150+0000 mon.a (mon.0) 3791 : audit [DBG] from='client.? 172.21.15.23:0/1335042704' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:18:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:18:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:18:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:34.206219+0000 mgr.y (mgr.14556) 17425 : cluster [DBG] pgmap v15395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:34.206219+0000 mgr.y (mgr.14556) 17425 : cluster [DBG] pgmap v15395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:34.206219+0000 mgr.y (mgr.14556) 17425 : cluster [DBG] pgmap v15395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:36.206862+0000 mgr.y (mgr.14556) 17426 : cluster [DBG] pgmap v15396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:36.206862+0000 mgr.y (mgr.14556) 17426 : cluster [DBG] pgmap v15396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:36.206862+0000 mgr.y (mgr.14556) 17426 : cluster [DBG] pgmap v15396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:38.207337+0000 mgr.y (mgr.14556) 17427 : cluster [DBG] pgmap v15397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:38.207337+0000 mgr.y (mgr.14556) 17427 : cluster [DBG] pgmap v15397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:38.207337+0000 mgr.y (mgr.14556) 17427 : cluster [DBG] pgmap v15397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:40.207782+0000 mgr.y (mgr.14556) 17428 : cluster [DBG] pgmap v15398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:40.207782+0000 mgr.y (mgr.14556) 17428 : cluster [DBG] pgmap v15398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:40.207782+0000 mgr.y (mgr.14556) 17428 : cluster [DBG] pgmap v15398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:18:43.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:42.208438+0000 mgr.y (mgr.14556) 17429 : cluster [DBG] pgmap v15399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:43.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:42.208438+0000 mgr.y (mgr.14556) 17429 : cluster [DBG] pgmap v15399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:42.208438+0000 mgr.y (mgr.14556) 17429 : cluster [DBG] pgmap v15399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:18:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:18:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:44.208901+0000 mgr.y (mgr.14556) 17430 : cluster [DBG] pgmap v15400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:44.208901+0000 mgr.y (mgr.14556) 17430 : cluster [DBG] pgmap v15400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:44.208901+0000 mgr.y (mgr.14556) 17430 : cluster [DBG] pgmap v15400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:46.209588+0000 mgr.y (mgr.14556) 17431 : cluster [DBG] pgmap v15401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:46.209588+0000 mgr.y (mgr.14556) 17431 : cluster [DBG] pgmap v15401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:46.209588+0000 mgr.y (mgr.14556) 17431 : cluster [DBG] pgmap v15401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:48.209970+0000 mgr.y (mgr.14556) 17432 : cluster [DBG] pgmap v15402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:48.209970+0000 mgr.y (mgr.14556) 17432 : cluster [DBG] pgmap v15402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:48.209970+0000 mgr.y (mgr.14556) 17432 : cluster [DBG] pgmap v15402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:50.210412+0000 mgr.y (mgr.14556) 17433 : cluster [DBG] pgmap v15403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:50.210412+0000 mgr.y (mgr.14556) 17433 : cluster [DBG] pgmap v15403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:50.210412+0000 mgr.y (mgr.14556) 17433 : cluster [DBG] pgmap v15403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:18:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:52.211109+0000 mgr.y (mgr.14556) 17434 : cluster [DBG] pgmap v15404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:53.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:18:53] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T15:18:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:52.211109+0000 mgr.y (mgr.14556) 17434 : cluster [DBG] pgmap v15404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:53.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:52.211109+0000 mgr.y (mgr.14556) 17434 : cluster [DBG] pgmap v15404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:54.211568+0000 mgr.y (mgr.14556) 17435 : cluster [DBG] pgmap v15405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:54.211568+0000 mgr.y (mgr.14556) 17435 : cluster [DBG] pgmap v15405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:54.211568+0000 mgr.y (mgr.14556) 17435 : cluster [DBG] pgmap v15405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:56.212390+0000 mgr.y (mgr.14556) 17436 : cluster [DBG] pgmap v15406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:56.212390+0000 mgr.y (mgr.14556) 17436 : cluster [DBG] pgmap v15406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:57.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:56.212390+0000 mgr.y (mgr.14556) 17436 : cluster [DBG] pgmap v15406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:18:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:18:58.212810+0000 mgr.y (mgr.14556) 17437 : cluster [DBG] pgmap v15407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:18:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:18:58.212810+0000 mgr.y (mgr.14556) 17437 : cluster [DBG] pgmap v15407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:18:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:18:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:18:58.212810+0000 mgr.y (mgr.14556) 17437 : cluster [DBG] pgmap v15407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:00.213282+0000 mgr.y (mgr.14556) 17438 : cluster [DBG] pgmap v15408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:00.213282+0000 mgr.y (mgr.14556) 17438 : cluster [DBG] pgmap v15408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:19:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:00.213282+0000 mgr.y (mgr.14556) 17438 : cluster [DBG] pgmap v15408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:03.019 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:19:03.304 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:19:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 3m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:19:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 3m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:19:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 3m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:19:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 3m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:19:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 3m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:19:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 3m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:19:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 3m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:19:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 3m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:19:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 3m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:19:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 3m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:19:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 3m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:19:03.305 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 3m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:19:03.306 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 3m ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:19:03.306 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 3m ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:19:03.306 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 3m ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:19:03.306 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 3m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:19:03.306 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 3m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:19:03.306 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 3m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:19:03.306 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 3m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:19:03.306 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 3m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:19:03.658 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:19:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:19:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:19:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:19:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:19:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:19:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:19:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:19:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:19:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:19:03.658 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:19:03.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:19:03.659 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:19:03.659 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:19:03.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:19:03.659 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:19:03.659 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:19:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:19:03] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T15:19:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:02.214128+0000 mgr.y (mgr.14556) 17439 : cluster [DBG] pgmap v15409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:02.214128+0000 mgr.y (mgr.14556) 17439 : cluster [DBG] pgmap v15409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:02.214128+0000 mgr.y (mgr.14556) 17439 : cluster [DBG] pgmap v15409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:19:03.006801+0000 mgr.y (mgr.14556) 17440 : audit [DBG] from='client.32736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:19:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:19:03.296100+0000 mgr.y (mgr.14556) 17441 : audit [DBG] from='client.32742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:19:04.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:19:03.657609+0000 mon.a (mon.0) 3792 : audit [DBG] from='client.? 172.21.15.23:0/3156237947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:19:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:19:03.006801+0000 mgr.y (mgr.14556) 17440 : audit [DBG] from='client.32736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:19:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:19:03.296100+0000 mgr.y (mgr.14556) 17441 : audit [DBG] from='client.32742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:19:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:19:03.657609+0000 mon.a (mon.0) 3792 : audit [DBG] from='client.? 172.21.15.23:0/3156237947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:19:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:19:03.006801+0000 mgr.y (mgr.14556) 17440 : audit [DBG] from='client.32736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:19:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:19:03.296100+0000 mgr.y (mgr.14556) 17441 : audit [DBG] from='client.32742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:19:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:19:03.657609+0000 mon.a (mon.0) 3792 : audit [DBG] from='client.? 172.21.15.23:0/3156237947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:19:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:04.214543+0000 mgr.y (mgr.14556) 17442 : cluster [DBG] pgmap v15410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:04.214543+0000 mgr.y (mgr.14556) 17442 : cluster [DBG] pgmap v15410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:06.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:04.214543+0000 mgr.y (mgr.14556) 17442 : cluster [DBG] pgmap v15410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:06.215190+0000 mgr.y (mgr.14556) 17443 : cluster [DBG] pgmap v15411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:06.215190+0000 mgr.y (mgr.14556) 17443 : cluster [DBG] pgmap v15411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:06.215190+0000 mgr.y (mgr.14556) 17443 : cluster [DBG] pgmap v15411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:08.215601+0000 mgr.y (mgr.14556) 17444 : cluster [DBG] pgmap v15412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:08.215601+0000 mgr.y (mgr.14556) 17444 : cluster [DBG] pgmap v15412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:08.215601+0000 mgr.y (mgr.14556) 17444 : cluster [DBG] pgmap v15412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:10.216004+0000 mgr.y (mgr.14556) 17445 : cluster [DBG] pgmap v15413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:19:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:10.216004+0000 mgr.y (mgr.14556) 17445 : cluster [DBG] pgmap v15413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:10.216004+0000 mgr.y (mgr.14556) 17445 : cluster [DBG] pgmap v15413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:19:13] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:19:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:12.216881+0000 mgr.y (mgr.14556) 17446 : cluster [DBG] pgmap v15414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:12.216881+0000 mgr.y (mgr.14556) 17446 : cluster [DBG] pgmap v15414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:12.216881+0000 mgr.y (mgr.14556) 17446 : cluster [DBG] pgmap v15414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:14.217278+0000 mgr.y (mgr.14556) 17447 : cluster [DBG] pgmap v15415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:14.217278+0000 mgr.y (mgr.14556) 17447 : cluster [DBG] pgmap v15415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:14.217278+0000 mgr.y (mgr.14556) 17447 : cluster [DBG] pgmap v15415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:16.218018+0000 mgr.y (mgr.14556) 17448 : cluster [DBG] pgmap v15416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:16.218018+0000 mgr.y (mgr.14556) 17448 : cluster [DBG] pgmap v15416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:16.218018+0000 mgr.y (mgr.14556) 17448 : cluster [DBG] pgmap v15416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:18.218445+0000 mgr.y (mgr.14556) 17449 : cluster [DBG] pgmap v15417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:18.218445+0000 mgr.y (mgr.14556) 17449 : cluster [DBG] pgmap v15417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:18.218445+0000 mgr.y (mgr.14556) 17449 : cluster [DBG] pgmap v15417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:20.218925+0000 mgr.y (mgr.14556) 17450 : cluster [DBG] pgmap v15418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:19:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:20.218925+0000 mgr.y (mgr.14556) 17450 : cluster [DBG] pgmap v15418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:22.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:20.218925+0000 mgr.y (mgr.14556) 17450 : cluster [DBG] pgmap v15418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:22.219722+0000 mgr.y (mgr.14556) 17451 : cluster [DBG] pgmap v15419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:19:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:19:24.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:22.219722+0000 mgr.y (mgr.14556) 17451 : cluster [DBG] pgmap v15419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:24.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:22.219722+0000 mgr.y (mgr.14556) 17451 : cluster [DBG] pgmap v15419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:24.220308+0000 mgr.y (mgr.14556) 17452 : cluster [DBG] pgmap v15420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:24.220308+0000 mgr.y (mgr.14556) 17452 : cluster [DBG] pgmap v15420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:24.220308+0000 mgr.y (mgr.14556) 17452 : cluster [DBG] pgmap v15420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:27.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:26.221194+0000 mgr.y (mgr.14556) 17453 : cluster [DBG] pgmap v15421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:27.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:19:26.756417+0000 mon.a (mon.0) 3793 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:19:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:26.221194+0000 mgr.y (mgr.14556) 17453 : cluster [DBG] pgmap v15421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:27.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:19:26.756417+0000 mon.a (mon.0) 3793 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:19:27.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:26.221194+0000 mgr.y (mgr.14556) 17453 : cluster [DBG] pgmap v15421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:27.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:19:26.756417+0000 mon.a (mon.0) 3793 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:19:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:19:27.061414+0000 mon.a (mon.0) 3794 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:19:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:19:27.062084+0000 mon.a (mon.0) 3795 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:19:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:19:27.066927+0000 mon.a (mon.0) 3796 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:19:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:19:27.061414+0000 mon.a (mon.0) 3794 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:19:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:19:27.062084+0000 mon.a (mon.0) 3795 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:19:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:19:27.066927+0000 mon.a (mon.0) 3796 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:19:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:19:27.061414+0000 mon.a (mon.0) 3794 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:19:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:19:27.062084+0000 mon.a (mon.0) 3795 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:19:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:19:27.066927+0000 mon.a (mon.0) 3796 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:19:29.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:28.221732+0000 mgr.y (mgr.14556) 17454 : cluster [DBG] pgmap v15422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:29.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:28.221732+0000 mgr.y (mgr.14556) 17454 : cluster [DBG] pgmap v15422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:28.221732+0000 mgr.y (mgr.14556) 17454 : cluster [DBG] pgmap v15422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:30.222185+0000 mgr.y (mgr.14556) 17455 : cluster [DBG] pgmap v15423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:30.222185+0000 mgr.y (mgr.14556) 17455 : cluster [DBG] pgmap v15423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:30.222185+0000 mgr.y (mgr.14556) 17455 : cluster [DBG] pgmap v15423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:19:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:32.222902+0000 mgr.y (mgr.14556) 17456 : cluster [DBG] pgmap v15424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:32.222902+0000 mgr.y (mgr.14556) 17456 : cluster [DBG] pgmap v15424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:32.222902+0000 mgr.y (mgr.14556) 17456 : cluster [DBG] pgmap v15424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:33.984 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:19:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:19:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:19:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:19:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 4m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:19:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 4m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:19:34.271 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 4m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 4m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 4m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 4m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 4m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 4m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 4m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 4m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 4m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 4m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 4m ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 4m ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 4m ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 4m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 4m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:19:34.272 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 4m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:19:34.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 4m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:19:34.273 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 4m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:19:34.621 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:19:34.621 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:19:34.621 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:19:34.621 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:19:34.621 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:19:34.621 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:19:34.621 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:19:34.622 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:19:34.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:19:34.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:19:34.622 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:19:34.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:19:34.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:19:34.622 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:19:34.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:19:34.622 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:19:34.622 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:19:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:19:33.971579+0000 mgr.y (mgr.14556) 17457 : audit [DBG] from='client.42665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:19:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:34.223280+0000 mgr.y (mgr.14556) 17458 : cluster [DBG] pgmap v15425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:19:34.263311+0000 mgr.y (mgr.14556) 17459 : audit [DBG] from='client.32760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:19:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:19:34.621001+0000 mon.a (mon.0) 3797 : audit [DBG] from='client.? 172.21.15.23:0/2507581804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:19:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:19:33.971579+0000 mgr.y (mgr.14556) 17457 : audit [DBG] from='client.42665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:19:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:34.223280+0000 mgr.y (mgr.14556) 17458 : cluster [DBG] pgmap v15425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:19:34.263311+0000 mgr.y (mgr.14556) 17459 : audit [DBG] from='client.32760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:19:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:19:34.621001+0000 mon.a (mon.0) 3797 : audit [DBG] from='client.? 172.21.15.23:0/2507581804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:19:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:19:33.971579+0000 mgr.y (mgr.14556) 17457 : audit [DBG] from='client.42665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:19:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:34.223280+0000 mgr.y (mgr.14556) 17458 : cluster [DBG] pgmap v15425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:19:34.263311+0000 mgr.y (mgr.14556) 17459 : audit [DBG] from='client.32760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:19:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:19:34.621001+0000 mon.a (mon.0) 3797 : audit [DBG] from='client.? 172.21.15.23:0/2507581804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:19:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:36.224127+0000 mgr.y (mgr.14556) 17460 : cluster [DBG] pgmap v15426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:36.224127+0000 mgr.y (mgr.14556) 17460 : cluster [DBG] pgmap v15426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:36.224127+0000 mgr.y (mgr.14556) 17460 : cluster [DBG] pgmap v15426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:38.224537+0000 mgr.y (mgr.14556) 17461 : cluster [DBG] pgmap v15427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:38.224537+0000 mgr.y (mgr.14556) 17461 : cluster [DBG] pgmap v15427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:38.224537+0000 mgr.y (mgr.14556) 17461 : cluster [DBG] pgmap v15427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:40.225015+0000 mgr.y (mgr.14556) 17462 : cluster [DBG] pgmap v15428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:40.225015+0000 mgr.y (mgr.14556) 17462 : cluster [DBG] pgmap v15428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:40.225015+0000 mgr.y (mgr.14556) 17462 : cluster [DBG] pgmap v15428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:41.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:19:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:42.225573+0000 mgr.y (mgr.14556) 17463 : cluster [DBG] pgmap v15429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:42.225573+0000 mgr.y (mgr.14556) 17463 : cluster [DBG] pgmap v15429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:42.225573+0000 mgr.y (mgr.14556) 17463 : cluster [DBG] pgmap v15429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:19:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:19:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:44.225965+0000 mgr.y (mgr.14556) 17464 : cluster [DBG] pgmap v15430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:44.225965+0000 mgr.y (mgr.14556) 17464 : cluster [DBG] pgmap v15430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:44.225965+0000 mgr.y (mgr.14556) 17464 : cluster [DBG] pgmap v15430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:46.226811+0000 mgr.y (mgr.14556) 17465 : cluster [DBG] pgmap v15431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:46.226811+0000 mgr.y (mgr.14556) 17465 : cluster [DBG] pgmap v15431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:46.226811+0000 mgr.y (mgr.14556) 17465 : cluster [DBG] pgmap v15431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:48.227207+0000 mgr.y (mgr.14556) 17466 : cluster [DBG] pgmap v15432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:48.227207+0000 mgr.y (mgr.14556) 17466 : cluster [DBG] pgmap v15432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:48.227207+0000 mgr.y (mgr.14556) 17466 : cluster [DBG] pgmap v15432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:51.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:50.227750+0000 mgr.y (mgr.14556) 17467 : cluster [DBG] pgmap v15433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:51.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:19:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:50.227750+0000 mgr.y (mgr.14556) 17467 : cluster [DBG] pgmap v15433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:50.227750+0000 mgr.y (mgr.14556) 17467 : cluster [DBG] pgmap v15433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:52.228358+0000 mgr.y (mgr.14556) 17468 : cluster [DBG] pgmap v15434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:52.228358+0000 mgr.y (mgr.14556) 17468 : cluster [DBG] pgmap v15434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:52.228358+0000 mgr.y (mgr.14556) 17468 : cluster [DBG] pgmap v15434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:19:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:19:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:54.228932+0000 mgr.y (mgr.14556) 17469 : cluster [DBG] pgmap v15435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:54.228932+0000 mgr.y (mgr.14556) 17469 : cluster [DBG] pgmap v15435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:54.228932+0000 mgr.y (mgr.14556) 17469 : cluster [DBG] pgmap v15435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:56.229793+0000 mgr.y (mgr.14556) 17470 : cluster [DBG] pgmap v15436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:56.229793+0000 mgr.y (mgr.14556) 17470 : cluster [DBG] pgmap v15436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:57.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:56.229793+0000 mgr.y (mgr.14556) 17470 : cluster [DBG] pgmap v15436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:19:58.230372+0000 mgr.y (mgr.14556) 17471 : cluster [DBG] pgmap v15437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:19:58.230372+0000 mgr.y (mgr.14556) 17471 : cluster [DBG] pgmap v15437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:19:59.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:19:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:19:58.230372+0000 mgr.y (mgr.14556) 17471 : cluster [DBG] pgmap v15437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T15:19:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:20:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:00.000110+0000 mon.a (mon.0) 3798 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:20:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:00.000110+0000 mon.a (mon.0) 3798 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:20:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:00.000110+0000 mon.a (mon.0) 3798 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:20:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:00.230890+0000 mgr.y (mgr.14556) 17472 : cluster [DBG] pgmap v15438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:00.230890+0000 mgr.y (mgr.14556) 17472 : cluster [DBG] pgmap v15438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:00.230890+0000 mgr.y (mgr.14556) 17472 : cluster [DBG] pgmap v15438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:20:03.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:02.231409+0000 mgr.y (mgr.14556) 17473 : cluster [DBG] pgmap v15439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:03.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:02.231409+0000 mgr.y (mgr.14556) 17473 : cluster [DBG] pgmap v15439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:03.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:02.231409+0000 mgr.y (mgr.14556) 17473 : cluster [DBG] pgmap v15439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:20:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:20:04.947 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:20:05.235 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:20:05.236 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 4m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:20:05.236 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 4m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:20:05.236 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 4m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:20:05.236 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 4m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:20:05.236 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 4m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:20:05.236 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 4m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:20:05.236 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 4m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 4m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 4m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 4m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 4m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 4m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 4m ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 4m ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 4m ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 4m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 4m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 4m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 4m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:20:05.237 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 4m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:20:05.588 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:20:05.588 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:20:05.588 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:20:05.588 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:20:05.588 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:20:05.588 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:20:05.588 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:20:05.588 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:20:05.588 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:20:05.588 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:20:05.589 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:20:05.589 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:20:05.589 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:20:05.589 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:20:05.589 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:20:05.589 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:20:05.589 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:20:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:04.231784+0000 mgr.y (mgr.14556) 17474 : cluster [DBG] pgmap v15440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:04.231784+0000 mgr.y (mgr.14556) 17474 : cluster [DBG] pgmap v15440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:04.231784+0000 mgr.y (mgr.14556) 17474 : cluster [DBG] pgmap v15440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:20:04.934774+0000 mgr.y (mgr.14556) 17475 : audit [DBG] from='client.32772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:20:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:20:05.227129+0000 mgr.y (mgr.14556) 17476 : audit [DBG] from='client.42689 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:20:06.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:20:05.587751+0000 mon.a (mon.0) 3799 : audit [DBG] from='client.? 172.21.15.23:0/3229124702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:20:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:20:04.934774+0000 mgr.y (mgr.14556) 17475 : audit [DBG] from='client.32772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:20:06.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:20:05.227129+0000 mgr.y (mgr.14556) 17476 : audit [DBG] from='client.42689 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:20:06.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:20:05.587751+0000 mon.a (mon.0) 3799 : audit [DBG] from='client.? 172.21.15.23:0/3229124702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:20:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:20:04.934774+0000 mgr.y (mgr.14556) 17475 : audit [DBG] from='client.32772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:20:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:20:05.227129+0000 mgr.y (mgr.14556) 17476 : audit [DBG] from='client.42689 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:20:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:20:05.587751+0000 mon.a (mon.0) 3799 : audit [DBG] from='client.? 172.21.15.23:0/3229124702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:20:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:06.232385+0000 mgr.y (mgr.14556) 17477 : cluster [DBG] pgmap v15441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:06.232385+0000 mgr.y (mgr.14556) 17477 : cluster [DBG] pgmap v15441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:06.232385+0000 mgr.y (mgr.14556) 17477 : cluster [DBG] pgmap v15441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:08.232686+0000 mgr.y (mgr.14556) 17478 : cluster [DBG] pgmap v15442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:08.232686+0000 mgr.y (mgr.14556) 17478 : cluster [DBG] pgmap v15442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:08.232686+0000 mgr.y (mgr.14556) 17478 : cluster [DBG] pgmap v15442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:10.233277+0000 mgr.y (mgr.14556) 17479 : cluster [DBG] pgmap v15443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:10.233277+0000 mgr.y (mgr.14556) 17479 : cluster [DBG] pgmap v15443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:10.233277+0000 mgr.y (mgr.14556) 17479 : cluster [DBG] pgmap v15443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:20:13.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:12.233683+0000 mgr.y (mgr.14556) 17480 : cluster [DBG] pgmap v15444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:13.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:12.233683+0000 mgr.y (mgr.14556) 17480 : cluster [DBG] pgmap v15444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:12.233683+0000 mgr.y (mgr.14556) 17480 : cluster [DBG] pgmap v15444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:20:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:20:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:14.234218+0000 mgr.y (mgr.14556) 17481 : cluster [DBG] pgmap v15445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:14.234218+0000 mgr.y (mgr.14556) 17481 : cluster [DBG] pgmap v15445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:14.234218+0000 mgr.y (mgr.14556) 17481 : cluster [DBG] pgmap v15445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:16.234905+0000 mgr.y (mgr.14556) 17482 : cluster [DBG] pgmap v15446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:17.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:16.234905+0000 mgr.y (mgr.14556) 17482 : cluster [DBG] pgmap v15446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:16.234905+0000 mgr.y (mgr.14556) 17482 : cluster [DBG] pgmap v15446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:18.235309+0000 mgr.y (mgr.14556) 17483 : cluster [DBG] pgmap v15447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:18.235309+0000 mgr.y (mgr.14556) 17483 : cluster [DBG] pgmap v15447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:18.235309+0000 mgr.y (mgr.14556) 17483 : cluster [DBG] pgmap v15447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:20.235962+0000 mgr.y (mgr.14556) 17484 : cluster [DBG] pgmap v15448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:20.235962+0000 mgr.y (mgr.14556) 17484 : cluster [DBG] pgmap v15448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:20.235962+0000 mgr.y (mgr.14556) 17484 : cluster [DBG] pgmap v15448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:20:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:22.236467+0000 mgr.y (mgr.14556) 17485 : cluster [DBG] pgmap v15449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:22.236467+0000 mgr.y (mgr.14556) 17485 : cluster [DBG] pgmap v15449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:23.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:20:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:20:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:22.236467+0000 mgr.y (mgr.14556) 17485 : cluster [DBG] pgmap v15449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:24.236976+0000 mgr.y (mgr.14556) 17486 : cluster [DBG] pgmap v15450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:24.236976+0000 mgr.y (mgr.14556) 17486 : cluster [DBG] pgmap v15450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:24.236976+0000 mgr.y (mgr.14556) 17486 : cluster [DBG] pgmap v15450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:26.237675+0000 mgr.y (mgr.14556) 17487 : cluster [DBG] pgmap v15451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:20:27.071959+0000 mon.a (mon.0) 3800 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:20:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:20:27.377644+0000 mon.a (mon.0) 3801 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:20:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:20:27.378309+0000 mon.a (mon.0) 3802 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:20:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:20:27.382642+0000 mon.a (mon.0) 3803 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:20:27.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:26.237675+0000 mgr.y (mgr.14556) 17487 : cluster [DBG] pgmap v15451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:27.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:20:27.071959+0000 mon.a (mon.0) 3800 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:20:27.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:20:27.377644+0000 mon.a (mon.0) 3801 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:20:27.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:20:27.378309+0000 mon.a (mon.0) 3802 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:20:27.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:20:27.382642+0000 mon.a (mon.0) 3803 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:20:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:26.237675+0000 mgr.y (mgr.14556) 17487 : cluster [DBG] pgmap v15451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:20:27.071959+0000 mon.a (mon.0) 3800 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:20:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:20:27.377644+0000 mon.a (mon.0) 3801 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:20:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:20:27.378309+0000 mon.a (mon.0) 3802 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:20:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:20:27.382642+0000 mon.a (mon.0) 3803 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:20:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:28.238066+0000 mgr.y (mgr.14556) 17488 : cluster [DBG] pgmap v15452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:28.238066+0000 mgr.y (mgr.14556) 17488 : cluster [DBG] pgmap v15452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:28.238066+0000 mgr.y (mgr.14556) 17488 : cluster [DBG] pgmap v15452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:30.238620+0000 mgr.y (mgr.14556) 17489 : cluster [DBG] pgmap v15453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:30.238620+0000 mgr.y (mgr.14556) 17489 : cluster [DBG] pgmap v15453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:30.238620+0000 mgr.y (mgr.14556) 17489 : cluster [DBG] pgmap v15453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:20:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:32.239072+0000 mgr.y (mgr.14556) 17490 : cluster [DBG] pgmap v15454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:33.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:20:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:20:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:32.239072+0000 mgr.y (mgr.14556) 17490 : cluster [DBG] pgmap v15454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:32.239072+0000 mgr.y (mgr.14556) 17490 : cluster [DBG] pgmap v15454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:34.239493+0000 mgr.y (mgr.14556) 17491 : cluster [DBG] pgmap v15455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:34.239493+0000 mgr.y (mgr.14556) 17491 : cluster [DBG] pgmap v15455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:35.910 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:20:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:34.239493+0000 mgr.y (mgr.14556) 17491 : cluster [DBG] pgmap v15455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 5m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 5m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 5m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 5m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 5m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 5m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 5m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 5m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 5m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 5m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 5m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:20:36.197 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 5m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:20:36.198 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 5m ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:20:36.198 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 5m ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:20:36.198 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 5m ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:20:36.198 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 5m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:20:36.198 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 5m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:20:36.198 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 5m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:20:36.198 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 5m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:20:36.198 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 5m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:20:36.554 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:20:36.555 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:20:36.556 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:20:36.556 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:20:36.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:20:36.554260+0000 mon.a (mon.0) 3804 : audit [DBG] from='client.? 172.21.15.23:0/1758722017' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:20:36.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:20:36.554260+0000 mon.a (mon.0) 3804 : audit [DBG] from='client.? 172.21.15.23:0/1758722017' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:20:36.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:20:36.554260+0000 mon.a (mon.0) 3804 : audit [DBG] from='client.? 172.21.15.23:0/1758722017' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:20:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:20:35.898313+0000 mgr.y (mgr.14556) 17492 : audit [DBG] from='client.42701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:20:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:20:36.188602+0000 mgr.y (mgr.14556) 17493 : audit [DBG] from='client.32796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:20:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:36.240035+0000 mgr.y (mgr.14556) 17494 : cluster [DBG] pgmap v15456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:20:35.898313+0000 mgr.y (mgr.14556) 17492 : audit [DBG] from='client.42701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:20:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:20:36.188602+0000 mgr.y (mgr.14556) 17493 : audit [DBG] from='client.32796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:20:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:36.240035+0000 mgr.y (mgr.14556) 17494 : cluster [DBG] pgmap v15456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:20:35.898313+0000 mgr.y (mgr.14556) 17492 : audit [DBG] from='client.42701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:20:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:20:36.188602+0000 mgr.y (mgr.14556) 17493 : audit [DBG] from='client.32796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:20:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:36.240035+0000 mgr.y (mgr.14556) 17494 : cluster [DBG] pgmap v15456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:38.240495+0000 mgr.y (mgr.14556) 17495 : cluster [DBG] pgmap v15457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:38.240495+0000 mgr.y (mgr.14556) 17495 : cluster [DBG] pgmap v15457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:38.240495+0000 mgr.y (mgr.14556) 17495 : cluster [DBG] pgmap v15457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:40.241029+0000 mgr.y (mgr.14556) 17496 : cluster [DBG] pgmap v15458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:40.241029+0000 mgr.y (mgr.14556) 17496 : cluster [DBG] pgmap v15458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:40.241029+0000 mgr.y (mgr.14556) 17496 : cluster [DBG] pgmap v15458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:20:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:42.241663+0000 mgr.y (mgr.14556) 17497 : cluster [DBG] pgmap v15459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:42.241663+0000 mgr.y (mgr.14556) 17497 : cluster [DBG] pgmap v15459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:20:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:20:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:42.241663+0000 mgr.y (mgr.14556) 17497 : cluster [DBG] pgmap v15459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:45.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:44.242112+0000 mgr.y (mgr.14556) 17498 : cluster [DBG] pgmap v15460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:44.242112+0000 mgr.y (mgr.14556) 17498 : cluster [DBG] pgmap v15460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:44.242112+0000 mgr.y (mgr.14556) 17498 : cluster [DBG] pgmap v15460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:46.242825+0000 mgr.y (mgr.14556) 17499 : cluster [DBG] pgmap v15461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:46.242825+0000 mgr.y (mgr.14556) 17499 : cluster [DBG] pgmap v15461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:46.242825+0000 mgr.y (mgr.14556) 17499 : cluster [DBG] pgmap v15461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:49.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:48.243414+0000 mgr.y (mgr.14556) 17500 : cluster [DBG] pgmap v15462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:48.243414+0000 mgr.y (mgr.14556) 17500 : cluster [DBG] pgmap v15462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:48.243414+0000 mgr.y (mgr.14556) 17500 : cluster [DBG] pgmap v15462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:50.244025+0000 mgr.y (mgr.14556) 17501 : cluster [DBG] pgmap v15463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:20:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:50.244025+0000 mgr.y (mgr.14556) 17501 : cluster [DBG] pgmap v15463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:50.244025+0000 mgr.y (mgr.14556) 17501 : cluster [DBG] pgmap v15463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:52.244573+0000 mgr.y (mgr.14556) 17502 : cluster [DBG] pgmap v15464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:20:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:20:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:52.244573+0000 mgr.y (mgr.14556) 17502 : cluster [DBG] pgmap v15464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:52.244573+0000 mgr.y (mgr.14556) 17502 : cluster [DBG] pgmap v15464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:54.245147+0000 mgr.y (mgr.14556) 17503 : cluster [DBG] pgmap v15465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:54.245147+0000 mgr.y (mgr.14556) 17503 : cluster [DBG] pgmap v15465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:54.245147+0000 mgr.y (mgr.14556) 17503 : cluster [DBG] pgmap v15465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:56.246009+0000 mgr.y (mgr.14556) 17504 : cluster [DBG] pgmap v15466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:56.246009+0000 mgr.y (mgr.14556) 17504 : cluster [DBG] pgmap v15466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:20:58.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:56.246009+0000 mgr.y (mgr.14556) 17504 : cluster [DBG] pgmap v15466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:20:58.246512+0000 mgr.y (mgr.14556) 17505 : cluster [DBG] pgmap v15467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:20:58.246512+0000 mgr.y (mgr.14556) 17505 : cluster [DBG] pgmap v15467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:00.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:20:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:20:58.246512+0000 mgr.y (mgr.14556) 17505 : cluster [DBG] pgmap v15467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:00.247082+0000 mgr.y (mgr.14556) 17506 : cluster [DBG] pgmap v15468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:00.247082+0000 mgr.y (mgr.14556) 17506 : cluster [DBG] pgmap v15468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:00.247082+0000 mgr.y (mgr.14556) 17506 : cluster [DBG] pgmap v15468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:21:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:02.247516+0000 mgr.y (mgr.14556) 17507 : cluster [DBG] pgmap v15469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:02.247516+0000 mgr.y (mgr.14556) 17507 : cluster [DBG] pgmap v15469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:02.247516+0000 mgr.y (mgr.14556) 17507 : cluster [DBG] pgmap v15469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:21:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:21:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:04.247909+0000 mgr.y (mgr.14556) 17508 : cluster [DBG] pgmap v15470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:04.247909+0000 mgr.y (mgr.14556) 17508 : cluster [DBG] pgmap v15470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:04.247909+0000 mgr.y (mgr.14556) 17508 : cluster [DBG] pgmap v15470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:06.881 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:21:07.169 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:21:07.169 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 5m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:21:07.169 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 5m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:21:07.169 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 5m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:21:07.169 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 5m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 5m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 5m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 5m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 5m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 5m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 5m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 5m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 5m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 5m ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 5m ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 5m ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 5m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:21:07.170 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 5m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:21:07.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 5m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:21:07.171 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 5m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:21:07.171 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 5m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:21:07.520 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:21:07.520 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:21:07.520 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:21:07.520 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:21:07.520 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:21:07.521 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:21:07.521 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:21:07.521 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:21:07.521 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:21:07.521 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:21:07.521 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:21:07.521 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:21:07.521 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:21:07.521 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:21:07.521 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:21:07.521 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:21:07.521 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:21:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:06.248676+0000 mgr.y (mgr.14556) 17509 : cluster [DBG] pgmap v15471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:06.248676+0000 mgr.y (mgr.14556) 17509 : cluster [DBG] pgmap v15471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:06.248676+0000 mgr.y (mgr.14556) 17509 : cluster [DBG] pgmap v15471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:21:06.868452+0000 mgr.y (mgr.14556) 17510 : audit [DBG] from='client.42716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:21:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:21:07.160783+0000 mgr.y (mgr.14556) 17511 : audit [DBG] from='client.32814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:21:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:21:07.520037+0000 mon.a (mon.0) 3805 : audit [DBG] from='client.? 172.21.15.23:0/1596310163' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:21:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:21:06.868452+0000 mgr.y (mgr.14556) 17510 : audit [DBG] from='client.42716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:21:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:21:07.160783+0000 mgr.y (mgr.14556) 17511 : audit [DBG] from='client.32814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:21:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:21:07.520037+0000 mon.a (mon.0) 3805 : audit [DBG] from='client.? 172.21.15.23:0/1596310163' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:21:08.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:21:06.868452+0000 mgr.y (mgr.14556) 17510 : audit [DBG] from='client.42716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:21:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:21:07.160783+0000 mgr.y (mgr.14556) 17511 : audit [DBG] from='client.32814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:21:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:21:07.520037+0000 mon.a (mon.0) 3805 : audit [DBG] from='client.? 172.21.15.23:0/1596310163' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:21:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:08.249126+0000 mgr.y (mgr.14556) 17512 : cluster [DBG] pgmap v15472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:08.249126+0000 mgr.y (mgr.14556) 17512 : cluster [DBG] pgmap v15472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:08.249126+0000 mgr.y (mgr.14556) 17512 : cluster [DBG] pgmap v15472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:10.249688+0000 mgr.y (mgr.14556) 17513 : cluster [DBG] pgmap v15473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:10.249688+0000 mgr.y (mgr.14556) 17513 : cluster [DBG] pgmap v15473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:10.249688+0000 mgr.y (mgr.14556) 17513 : cluster [DBG] pgmap v15473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:21:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:12.250281+0000 mgr.y (mgr.14556) 17514 : cluster [DBG] pgmap v15474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:13.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:12.250281+0000 mgr.y (mgr.14556) 17514 : cluster [DBG] pgmap v15474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:13.834 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:12.250281+0000 mgr.y (mgr.14556) 17514 : cluster [DBG] pgmap v15474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:21:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:21:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:14.250645+0000 mgr.y (mgr.14556) 17515 : cluster [DBG] pgmap v15475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:14.250645+0000 mgr.y (mgr.14556) 17515 : cluster [DBG] pgmap v15475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:14.250645+0000 mgr.y (mgr.14556) 17515 : cluster [DBG] pgmap v15475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:16.251393+0000 mgr.y (mgr.14556) 17516 : cluster [DBG] pgmap v15476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:16.251393+0000 mgr.y (mgr.14556) 17516 : cluster [DBG] pgmap v15476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:16.251393+0000 mgr.y (mgr.14556) 17516 : cluster [DBG] pgmap v15476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:18.251796+0000 mgr.y (mgr.14556) 17517 : cluster [DBG] pgmap v15477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:18.251796+0000 mgr.y (mgr.14556) 17517 : cluster [DBG] pgmap v15477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:18.251796+0000 mgr.y (mgr.14556) 17517 : cluster [DBG] pgmap v15477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:20.252640+0000 mgr.y (mgr.14556) 17518 : cluster [DBG] pgmap v15478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:20.252640+0000 mgr.y (mgr.14556) 17518 : cluster [DBG] pgmap v15478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:20.252640+0000 mgr.y (mgr.14556) 17518 : cluster [DBG] pgmap v15478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:21:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:22.253115+0000 mgr.y (mgr.14556) 17519 : cluster [DBG] pgmap v15479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:22.253115+0000 mgr.y (mgr.14556) 17519 : cluster [DBG] pgmap v15479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:22.253115+0000 mgr.y (mgr.14556) 17519 : cluster [DBG] pgmap v15479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:21:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:21:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:24.253534+0000 mgr.y (mgr.14556) 17520 : cluster [DBG] pgmap v15480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:24.253534+0000 mgr.y (mgr.14556) 17520 : cluster [DBG] pgmap v15480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:24.253534+0000 mgr.y (mgr.14556) 17520 : cluster [DBG] pgmap v15480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:26.254236+0000 mgr.y (mgr.14556) 17521 : cluster [DBG] pgmap v15481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:21:27.386911+0000 mon.a (mon.0) 3806 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:21:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:26.254236+0000 mgr.y (mgr.14556) 17521 : cluster [DBG] pgmap v15481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:21:27.386911+0000 mon.a (mon.0) 3806 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:21:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:26.254236+0000 mgr.y (mgr.14556) 17521 : cluster [DBG] pgmap v15481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:21:27.386911+0000 mon.a (mon.0) 3806 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:21:29.814 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:28.254905+0000 mgr.y (mgr.14556) 17522 : cluster [DBG] pgmap v15482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:29.814 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:28.254905+0000 mgr.y (mgr.14556) 17522 : cluster [DBG] pgmap v15482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:28.254905+0000 mgr.y (mgr.14556) 17522 : cluster [DBG] pgmap v15482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:21:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:30.255389+0000 mgr.y (mgr.14556) 17523 : cluster [DBG] pgmap v15483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:21:30.683963+0000 mon.a (mon.0) 3807 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:21:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:21:30.974825+0000 mon.a (mon.0) 3808 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:21:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:21:30.975498+0000 mon.a (mon.0) 3809 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:21:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:21:30.983961+0000 mon.a (mon.0) 3810 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:21:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:30.255389+0000 mgr.y (mgr.14556) 17523 : cluster [DBG] pgmap v15483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:21:30.683963+0000 mon.a (mon.0) 3807 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:21:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:21:30.974825+0000 mon.a (mon.0) 3808 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:21:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:21:30.975498+0000 mon.a (mon.0) 3809 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:21:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:21:30.983961+0000 mon.a (mon.0) 3810 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:21:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:30.255389+0000 mgr.y (mgr.14556) 17523 : cluster [DBG] pgmap v15483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:21:30.683963+0000 mon.a (mon.0) 3807 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:21:32.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:21:30.974825+0000 mon.a (mon.0) 3808 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:21:32.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:21:30.975498+0000 mon.a (mon.0) 3809 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:21:32.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:21:30.983961+0000 mon.a (mon.0) 3810 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:21:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:32.256086+0000 mgr.y (mgr.14556) 17524 : cluster [DBG] pgmap v15484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:32.256086+0000 mgr.y (mgr.14556) 17524 : cluster [DBG] pgmap v15484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:21:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:21:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:32.256086+0000 mgr.y (mgr.14556) 17524 : cluster [DBG] pgmap v15484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:34.256468+0000 mgr.y (mgr.14556) 17525 : cluster [DBG] pgmap v15485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:34.256468+0000 mgr.y (mgr.14556) 17525 : cluster [DBG] pgmap v15485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:34.256468+0000 mgr.y (mgr.14556) 17525 : cluster [DBG] pgmap v15485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:37.847 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:21:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:36.257320+0000 mgr.y (mgr.14556) 17526 : cluster [DBG] pgmap v15486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:36.257320+0000 mgr.y (mgr.14556) 17526 : cluster [DBG] pgmap v15486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 6m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 6m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 6m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 6m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 6m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 6m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 6m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 6m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 6m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 6m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 6m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 6m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:21:38.136 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 6m ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:21:38.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 6m ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:21:38.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 6m ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:21:38.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 6m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:21:38.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 6m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:21:38.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 6m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:21:38.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 6m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:21:38.137 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 6m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:21:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:36.257320+0000 mgr.y (mgr.14556) 17526 : cluster [DBG] pgmap v15486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:38.486 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:21:38.487 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:21:38.488 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:21:38.488 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:21:39.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:21:38.486491+0000 mon.a (mon.0) 3811 : audit [DBG] from='client.? 172.21.15.23:0/3875292461' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:21:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:21:38.486491+0000 mon.a (mon.0) 3811 : audit [DBG] from='client.? 172.21.15.23:0/3875292461' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:21:39.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:21:38.486491+0000 mon.a (mon.0) 3811 : audit [DBG] from='client.? 172.21.15.23:0/3875292461' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:21:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:21:37.834205+0000 mgr.y (mgr.14556) 17527 : audit [DBG] from='client.32826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:21:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:21:38.127516+0000 mgr.y (mgr.14556) 17528 : audit [DBG] from='client.32832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:21:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:38.257701+0000 mgr.y (mgr.14556) 17529 : cluster [DBG] pgmap v15487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:21:37.834205+0000 mgr.y (mgr.14556) 17527 : audit [DBG] from='client.32826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:21:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:21:38.127516+0000 mgr.y (mgr.14556) 17528 : audit [DBG] from='client.32832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:21:40.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:38.257701+0000 mgr.y (mgr.14556) 17529 : cluster [DBG] pgmap v15487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:21:37.834205+0000 mgr.y (mgr.14556) 17527 : audit [DBG] from='client.32826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:21:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:21:38.127516+0000 mgr.y (mgr.14556) 17528 : audit [DBG] from='client.32832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:21:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:38.257701+0000 mgr.y (mgr.14556) 17529 : cluster [DBG] pgmap v15487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:40.258382+0000 mgr.y (mgr.14556) 17530 : cluster [DBG] pgmap v15488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:40.258382+0000 mgr.y (mgr.14556) 17530 : cluster [DBG] pgmap v15488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:40.258382+0000 mgr.y (mgr.14556) 17530 : cluster [DBG] pgmap v15488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:21:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:42.259036+0000 mgr.y (mgr.14556) 17531 : cluster [DBG] pgmap v15489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:42.259036+0000 mgr.y (mgr.14556) 17531 : cluster [DBG] pgmap v15489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:42.259036+0000 mgr.y (mgr.14556) 17531 : cluster [DBG] pgmap v15489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:21:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:21:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:44.259442+0000 mgr.y (mgr.14556) 17532 : cluster [DBG] pgmap v15490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:44.259442+0000 mgr.y (mgr.14556) 17532 : cluster [DBG] pgmap v15490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:44.259442+0000 mgr.y (mgr.14556) 17532 : cluster [DBG] pgmap v15490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:46.260182+0000 mgr.y (mgr.14556) 17533 : cluster [DBG] pgmap v15491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:46.260182+0000 mgr.y (mgr.14556) 17533 : cluster [DBG] pgmap v15491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:46.260182+0000 mgr.y (mgr.14556) 17533 : cluster [DBG] pgmap v15491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:48.260612+0000 mgr.y (mgr.14556) 17534 : cluster [DBG] pgmap v15492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:48.260612+0000 mgr.y (mgr.14556) 17534 : cluster [DBG] pgmap v15492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:48.260612+0000 mgr.y (mgr.14556) 17534 : cluster [DBG] pgmap v15492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:50.261101+0000 mgr.y (mgr.14556) 17535 : cluster [DBG] pgmap v15493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:50.261101+0000 mgr.y (mgr.14556) 17535 : cluster [DBG] pgmap v15493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:50.261101+0000 mgr.y (mgr.14556) 17535 : cluster [DBG] pgmap v15493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:51.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:21:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:52.261622+0000 mgr.y (mgr.14556) 17536 : cluster [DBG] pgmap v15494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:52.261622+0000 mgr.y (mgr.14556) 17536 : cluster [DBG] pgmap v15494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:52.261622+0000 mgr.y (mgr.14556) 17536 : cluster [DBG] pgmap v15494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:21:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:21:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:54.262086+0000 mgr.y (mgr.14556) 17537 : cluster [DBG] pgmap v15495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:54.262086+0000 mgr.y (mgr.14556) 17537 : cluster [DBG] pgmap v15495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:54.262086+0000 mgr.y (mgr.14556) 17537 : cluster [DBG] pgmap v15495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:56.262838+0000 mgr.y (mgr.14556) 17538 : cluster [DBG] pgmap v15496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:56.262838+0000 mgr.y (mgr.14556) 17538 : cluster [DBG] pgmap v15496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:56.262838+0000 mgr.y (mgr.14556) 17538 : cluster [DBG] pgmap v15496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:21:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:21:58.263299+0000 mgr.y (mgr.14556) 17539 : cluster [DBG] pgmap v15497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:21:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:21:58.263299+0000 mgr.y (mgr.14556) 17539 : cluster [DBG] pgmap v15497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:21:59.885 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:21:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:21:58.263299+0000 mgr.y (mgr.14556) 17539 : cluster [DBG] pgmap v15497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:01.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:00.263828+0000 mgr.y (mgr.14556) 17540 : cluster [DBG] pgmap v15498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:01.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:22:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:00.263828+0000 mgr.y (mgr.14556) 17540 : cluster [DBG] pgmap v15498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:00.263828+0000 mgr.y (mgr.14556) 17540 : cluster [DBG] pgmap v15498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:02.264484+0000 mgr.y (mgr.14556) 17541 : cluster [DBG] pgmap v15499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:02.264484+0000 mgr.y (mgr.14556) 17541 : cluster [DBG] pgmap v15499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:02.264484+0000 mgr.y (mgr.14556) 17541 : cluster [DBG] pgmap v15499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:22:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:22:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:04.264952+0000 mgr.y (mgr.14556) 17542 : cluster [DBG] pgmap v15500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:04.264952+0000 mgr.y (mgr.14556) 17542 : cluster [DBG] pgmap v15500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:04.264952+0000 mgr.y (mgr.14556) 17542 : cluster [DBG] pgmap v15500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:06.265624+0000 mgr.y (mgr.14556) 17543 : cluster [DBG] pgmap v15501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:06.265624+0000 mgr.y (mgr.14556) 17543 : cluster [DBG] pgmap v15501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:06.265624+0000 mgr.y (mgr.14556) 17543 : cluster [DBG] pgmap v15501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:08.813 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:22:09.100 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:22:09.100 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 6m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:22:09.100 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 6m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:22:09.100 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 6m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 6m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 6m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 6m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 6m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 6m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 6m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 6m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 6m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 6m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 6m ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 6m ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 6m ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:22:09.101 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 6m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:22:09.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 6m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:22:09.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 6m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:22:09.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 6m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:22:09.102 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 6m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:22:09.449 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:22:09.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:22:09.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:22:09.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:22:09.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:22:09.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:22:09.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:22:09.449 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:22:09.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:22:09.449 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:22:09.449 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:22:09.449 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:22:09.450 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:22:09.450 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:22:09.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:22:09.450 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:22:09.450 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:22:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:08.266124+0000 mgr.y (mgr.14556) 17544 : cluster [DBG] pgmap v15502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:08.266124+0000 mgr.y (mgr.14556) 17544 : cluster [DBG] pgmap v15502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:08.266124+0000 mgr.y (mgr.14556) 17544 : cluster [DBG] pgmap v15502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:22:08.800309+0000 mgr.y (mgr.14556) 17545 : audit [DBG] from='client.42752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:22:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:22:09.091952+0000 mgr.y (mgr.14556) 17546 : audit [DBG] from='client.42758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:22:10.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:22:09.448458+0000 mon.a (mon.0) 3812 : audit [DBG] from='client.? 172.21.15.23:0/3511552904' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:22:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:22:08.800309+0000 mgr.y (mgr.14556) 17545 : audit [DBG] from='client.42752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:22:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:22:09.091952+0000 mgr.y (mgr.14556) 17546 : audit [DBG] from='client.42758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:22:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:22:09.448458+0000 mon.a (mon.0) 3812 : audit [DBG] from='client.? 172.21.15.23:0/3511552904' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:22:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:22:08.800309+0000 mgr.y (mgr.14556) 17545 : audit [DBG] from='client.42752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:22:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:22:09.091952+0000 mgr.y (mgr.14556) 17546 : audit [DBG] from='client.42758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:22:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:22:09.448458+0000 mon.a (mon.0) 3812 : audit [DBG] from='client.? 172.21.15.23:0/3511552904' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:22:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:10.266690+0000 mgr.y (mgr.14556) 17547 : cluster [DBG] pgmap v15503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:10.266690+0000 mgr.y (mgr.14556) 17547 : cluster [DBG] pgmap v15503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:10.266690+0000 mgr.y (mgr.14556) 17547 : cluster [DBG] pgmap v15503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:22:13.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:12.267289+0000 mgr.y (mgr.14556) 17548 : cluster [DBG] pgmap v15504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:13.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:12.267289+0000 mgr.y (mgr.14556) 17548 : cluster [DBG] pgmap v15504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:12.267289+0000 mgr.y (mgr.14556) 17548 : cluster [DBG] pgmap v15504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:22:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:22:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:14.267795+0000 mgr.y (mgr.14556) 17549 : cluster [DBG] pgmap v15505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:14.267795+0000 mgr.y (mgr.14556) 17549 : cluster [DBG] pgmap v15505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:14.267795+0000 mgr.y (mgr.14556) 17549 : cluster [DBG] pgmap v15505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:16.268714+0000 mgr.y (mgr.14556) 17550 : cluster [DBG] pgmap v15506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:16.268714+0000 mgr.y (mgr.14556) 17550 : cluster [DBG] pgmap v15506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:16.268714+0000 mgr.y (mgr.14556) 17550 : cluster [DBG] pgmap v15506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:18.269131+0000 mgr.y (mgr.14556) 17551 : cluster [DBG] pgmap v15507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:18.269131+0000 mgr.y (mgr.14556) 17551 : cluster [DBG] pgmap v15507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:18.269131+0000 mgr.y (mgr.14556) 17551 : cluster [DBG] pgmap v15507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:20.269808+0000 mgr.y (mgr.14556) 17552 : cluster [DBG] pgmap v15508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:20.269808+0000 mgr.y (mgr.14556) 17552 : cluster [DBG] pgmap v15508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:20.269808+0000 mgr.y (mgr.14556) 17552 : cluster [DBG] pgmap v15508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:22:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:22.270345+0000 mgr.y (mgr.14556) 17553 : cluster [DBG] pgmap v15509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:22.270345+0000 mgr.y (mgr.14556) 17553 : cluster [DBG] pgmap v15509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:22.270345+0000 mgr.y (mgr.14556) 17553 : cluster [DBG] pgmap v15509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:22:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:22:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:24.270725+0000 mgr.y (mgr.14556) 17554 : cluster [DBG] pgmap v15510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:24.270725+0000 mgr.y (mgr.14556) 17554 : cluster [DBG] pgmap v15510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:24.270725+0000 mgr.y (mgr.14556) 17554 : cluster [DBG] pgmap v15510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:26.271403+0000 mgr.y (mgr.14556) 17555 : cluster [DBG] pgmap v15511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:26.271403+0000 mgr.y (mgr.14556) 17555 : cluster [DBG] pgmap v15511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:26.271403+0000 mgr.y (mgr.14556) 17555 : cluster [DBG] pgmap v15511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:28.271960+0000 mgr.y (mgr.14556) 17556 : cluster [DBG] pgmap v15512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:29.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:28.271960+0000 mgr.y (mgr.14556) 17556 : cluster [DBG] pgmap v15512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:28.271960+0000 mgr.y (mgr.14556) 17556 : cluster [DBG] pgmap v15512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:30.272731+0000 mgr.y (mgr.14556) 17557 : cluster [DBG] pgmap v15513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:22:30.988395+0000 mon.a (mon.0) 3813 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:22:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:30.272731+0000 mgr.y (mgr.14556) 17557 : cluster [DBG] pgmap v15513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:22:30.988395+0000 mon.a (mon.0) 3813 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:22:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:22:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:30.272731+0000 mgr.y (mgr.14556) 17557 : cluster [DBG] pgmap v15513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:22:30.988395+0000 mon.a (mon.0) 3813 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:22:33.876 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:32.273309+0000 mgr.y (mgr.14556) 17558 : cluster [DBG] pgmap v15514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:33.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:22:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:22:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:32.273309+0000 mgr.y (mgr.14556) 17558 : cluster [DBG] pgmap v15514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:32.273309+0000 mgr.y (mgr.14556) 17558 : cluster [DBG] pgmap v15514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:34.273695+0000 mgr.y (mgr.14556) 17559 : cluster [DBG] pgmap v15515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:22:34.413989+0000 mon.a (mon.0) 3814 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:22:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:22:34.707843+0000 mon.a (mon.0) 3815 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:22:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:22:34.708774+0000 mon.a (mon.0) 3816 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:22:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:22:34.717890+0000 mon.a (mon.0) 3817 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:22:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:34.273695+0000 mgr.y (mgr.14556) 17559 : cluster [DBG] pgmap v15515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:22:34.413989+0000 mon.a (mon.0) 3814 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:22:35.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:22:34.707843+0000 mon.a (mon.0) 3815 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:22:35.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:22:34.708774+0000 mon.a (mon.0) 3816 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:22:35.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:22:34.717890+0000 mon.a (mon.0) 3817 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:22:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:34.273695+0000 mgr.y (mgr.14556) 17559 : cluster [DBG] pgmap v15515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:22:34.413989+0000 mon.a (mon.0) 3814 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:22:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:22:34.707843+0000 mon.a (mon.0) 3815 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:22:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:22:34.708774+0000 mon.a (mon.0) 3816 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:22:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:22:34.717890+0000 mon.a (mon.0) 3817 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:22:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:36.274612+0000 mgr.y (mgr.14556) 17560 : cluster [DBG] pgmap v15516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:36.274612+0000 mgr.y (mgr.14556) 17560 : cluster [DBG] pgmap v15516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:37.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:36.274612+0000 mgr.y (mgr.14556) 17560 : cluster [DBG] pgmap v15516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:39.776 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:22:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:38.275027+0000 mgr.y (mgr.14556) 17561 : cluster [DBG] pgmap v15517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:38.275027+0000 mgr.y (mgr.14556) 17561 : cluster [DBG] pgmap v15517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:38.275027+0000 mgr.y (mgr.14556) 17561 : cluster [DBG] pgmap v15517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:40.063 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7m ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 7m ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7m ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:22:40.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:22:40.065 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:22:40.065 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:22:40.065 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:22:40.065 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:22:40.416 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:22:40.417 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:22:40.418 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:22:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:22:40.416407+0000 mon.a (mon.0) 3818 : audit [DBG] from='client.? 172.21.15.23:0/2374775092' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:22:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:22:40.416407+0000 mon.a (mon.0) 3818 : audit [DBG] from='client.? 172.21.15.23:0/2374775092' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:22:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:22:40.416407+0000 mon.a (mon.0) 3818 : audit [DBG] from='client.? 172.21.15.23:0/2374775092' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:22:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:22:39.763751+0000 mgr.y (mgr.14556) 17562 : audit [DBG] from='client.42770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:22:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:22:40.054547+0000 mgr.y (mgr.14556) 17563 : audit [DBG] from='client.32868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:22:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:40.275490+0000 mgr.y (mgr.14556) 17564 : cluster [DBG] pgmap v15518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:22:39.763751+0000 mgr.y (mgr.14556) 17562 : audit [DBG] from='client.42770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:22:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:22:40.054547+0000 mgr.y (mgr.14556) 17563 : audit [DBG] from='client.32868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:22:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:40.275490+0000 mgr.y (mgr.14556) 17564 : cluster [DBG] pgmap v15518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:22:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:22:39.763751+0000 mgr.y (mgr.14556) 17562 : audit [DBG] from='client.42770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:22:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:22:40.054547+0000 mgr.y (mgr.14556) 17563 : audit [DBG] from='client.32868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:22:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:40.275490+0000 mgr.y (mgr.14556) 17564 : cluster [DBG] pgmap v15518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:42.275967+0000 mgr.y (mgr.14556) 17565 : cluster [DBG] pgmap v15519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:42.275967+0000 mgr.y (mgr.14556) 17565 : cluster [DBG] pgmap v15519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:43.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:42.275967+0000 mgr.y (mgr.14556) 17565 : cluster [DBG] pgmap v15519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:22:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:22:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:44.276316+0000 mgr.y (mgr.14556) 17566 : cluster [DBG] pgmap v15520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:44.276316+0000 mgr.y (mgr.14556) 17566 : cluster [DBG] pgmap v15520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:44.276316+0000 mgr.y (mgr.14556) 17566 : cluster [DBG] pgmap v15520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:46.277144+0000 mgr.y (mgr.14556) 17567 : cluster [DBG] pgmap v15521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:46.277144+0000 mgr.y (mgr.14556) 17567 : cluster [DBG] pgmap v15521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:46.277144+0000 mgr.y (mgr.14556) 17567 : cluster [DBG] pgmap v15521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:48.277725+0000 mgr.y (mgr.14556) 17568 : cluster [DBG] pgmap v15522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:48.277725+0000 mgr.y (mgr.14556) 17568 : cluster [DBG] pgmap v15522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:49.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:48.277725+0000 mgr.y (mgr.14556) 17568 : cluster [DBG] pgmap v15522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:50.278299+0000 mgr.y (mgr.14556) 17569 : cluster [DBG] pgmap v15523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:50.278299+0000 mgr.y (mgr.14556) 17569 : cluster [DBG] pgmap v15523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:50.278299+0000 mgr.y (mgr.14556) 17569 : cluster [DBG] pgmap v15523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:22:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:52.278884+0000 mgr.y (mgr.14556) 17570 : cluster [DBG] pgmap v15524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:52.278884+0000 mgr.y (mgr.14556) 17570 : cluster [DBG] pgmap v15524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:52.278884+0000 mgr.y (mgr.14556) 17570 : cluster [DBG] pgmap v15524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:22:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:22:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:54.279437+0000 mgr.y (mgr.14556) 17571 : cluster [DBG] pgmap v15525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:54.279437+0000 mgr.y (mgr.14556) 17571 : cluster [DBG] pgmap v15525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:54.279437+0000 mgr.y (mgr.14556) 17571 : cluster [DBG] pgmap v15525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:56.280219+0000 mgr.y (mgr.14556) 17572 : cluster [DBG] pgmap v15526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:56.280219+0000 mgr.y (mgr.14556) 17572 : cluster [DBG] pgmap v15526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:56.280219+0000 mgr.y (mgr.14556) 17572 : cluster [DBG] pgmap v15526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:22:58.280805+0000 mgr.y (mgr.14556) 17573 : cluster [DBG] pgmap v15527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:22:58.280805+0000 mgr.y (mgr.14556) 17573 : cluster [DBG] pgmap v15527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:22:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:22:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:22:58.280805+0000 mgr.y (mgr.14556) 17573 : cluster [DBG] pgmap v15527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:00.281620+0000 mgr.y (mgr.14556) 17574 : cluster [DBG] pgmap v15528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:00.281620+0000 mgr.y (mgr.14556) 17574 : cluster [DBG] pgmap v15528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:00.281620+0000 mgr.y (mgr.14556) 17574 : cluster [DBG] pgmap v15528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:23:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:02.282106+0000 mgr.y (mgr.14556) 17575 : cluster [DBG] pgmap v15529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:03.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:23:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:23:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:02.282106+0000 mgr.y (mgr.14556) 17575 : cluster [DBG] pgmap v15529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:02.282106+0000 mgr.y (mgr.14556) 17575 : cluster [DBG] pgmap v15529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:04.282583+0000 mgr.y (mgr.14556) 17576 : cluster [DBG] pgmap v15530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:04.282583+0000 mgr.y (mgr.14556) 17576 : cluster [DBG] pgmap v15530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:04.282583+0000 mgr.y (mgr.14556) 17576 : cluster [DBG] pgmap v15530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:06.283401+0000 mgr.y (mgr.14556) 17577 : cluster [DBG] pgmap v15531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:06.283401+0000 mgr.y (mgr.14556) 17577 : cluster [DBG] pgmap v15531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:06.283401+0000 mgr.y (mgr.14556) 17577 : cluster [DBG] pgmap v15531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:08.283836+0000 mgr.y (mgr.14556) 17578 : cluster [DBG] pgmap v15532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:08.283836+0000 mgr.y (mgr.14556) 17578 : cluster [DBG] pgmap v15532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:08.283836+0000 mgr.y (mgr.14556) 17578 : cluster [DBG] pgmap v15532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:10.746 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:23:11.034 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:23:11.034 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:23:11.034 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:23:11.034 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:23:11.034 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:23:11.034 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:23:11.034 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:23:11.034 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:23:11.034 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:23:11.034 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:23:11.034 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:23:11.035 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:23:11.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7m ago 8h 46.5M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:23:11.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7m ago 8h 45.9M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:23:11.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 7m ago 8h 44.6M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:23:11.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7m ago 8h 44.0M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:23:11.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:23:11.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:23:11.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:23:11.035 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:23:11.035 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:23:11.381 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:23:11.382 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:23:11.383 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:23:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:23:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:10.284572+0000 mgr.y (mgr.14556) 17579 : cluster [DBG] pgmap v15533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:10.733818+0000 mgr.y (mgr.14556) 17580 : audit [DBG] from='client.32880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:23:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:11.381291+0000 mon.c (mon.2) 426 : audit [DBG] from='client.? 172.21.15.23:0/731144164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:23:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:10.284572+0000 mgr.y (mgr.14556) 17579 : cluster [DBG] pgmap v15533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:10.733818+0000 mgr.y (mgr.14556) 17580 : audit [DBG] from='client.32880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:23:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:11.381291+0000 mon.c (mon.2) 426 : audit [DBG] from='client.? 172.21.15.23:0/731144164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:23:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:10.284572+0000 mgr.y (mgr.14556) 17579 : cluster [DBG] pgmap v15533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:10.733818+0000 mgr.y (mgr.14556) 17580 : audit [DBG] from='client.32880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:23:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:11.381291+0000 mon.c (mon.2) 426 : audit [DBG] from='client.? 172.21.15.23:0/731144164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:23:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:23:12.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:11.025433+0000 mgr.y (mgr.14556) 17581 : audit [DBG] from='client.42794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:23:12.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:11.025433+0000 mgr.y (mgr.14556) 17581 : audit [DBG] from='client.42794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:23:12.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:11.025433+0000 mgr.y (mgr.14556) 17581 : audit [DBG] from='client.42794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:23:13.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:23:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:23:13.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:12.285040+0000 mgr.y (mgr.14556) 17582 : cluster [DBG] pgmap v15534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:13.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:12.285040+0000 mgr.y (mgr.14556) 17582 : cluster [DBG] pgmap v15534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:12.285040+0000 mgr.y (mgr.14556) 17582 : cluster [DBG] pgmap v15534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:14.285509+0000 mgr.y (mgr.14556) 17583 : cluster [DBG] pgmap v15535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:14.285509+0000 mgr.y (mgr.14556) 17583 : cluster [DBG] pgmap v15535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:14.285509+0000 mgr.y (mgr.14556) 17583 : cluster [DBG] pgmap v15535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:16.286192+0000 mgr.y (mgr.14556) 17584 : cluster [DBG] pgmap v15536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:16.286192+0000 mgr.y (mgr.14556) 17584 : cluster [DBG] pgmap v15536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:17.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:16.286192+0000 mgr.y (mgr.14556) 17584 : cluster [DBG] pgmap v15536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:18.286550+0000 mgr.y (mgr.14556) 17585 : cluster [DBG] pgmap v15537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:18.286550+0000 mgr.y (mgr.14556) 17585 : cluster [DBG] pgmap v15537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:18.286550+0000 mgr.y (mgr.14556) 17585 : cluster [DBG] pgmap v15537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:20.287058+0000 mgr.y (mgr.14556) 17586 : cluster [DBG] pgmap v15538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:20.287058+0000 mgr.y (mgr.14556) 17586 : cluster [DBG] pgmap v15538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:20.287058+0000 mgr.y (mgr.14556) 17586 : cluster [DBG] pgmap v15538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:23:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:22.287514+0000 mgr.y (mgr.14556) 17587 : cluster [DBG] pgmap v15539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:22.287514+0000 mgr.y (mgr.14556) 17587 : cluster [DBG] pgmap v15539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:23:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:23:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:22.287514+0000 mgr.y (mgr.14556) 17587 : cluster [DBG] pgmap v15539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:24.287980+0000 mgr.y (mgr.14556) 17588 : cluster [DBG] pgmap v15540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:24.287980+0000 mgr.y (mgr.14556) 17588 : cluster [DBG] pgmap v15540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:24.287980+0000 mgr.y (mgr.14556) 17588 : cluster [DBG] pgmap v15540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:26.288832+0000 mgr.y (mgr.14556) 17589 : cluster [DBG] pgmap v15541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:26.288832+0000 mgr.y (mgr.14556) 17589 : cluster [DBG] pgmap v15541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:26.288832+0000 mgr.y (mgr.14556) 17589 : cluster [DBG] pgmap v15541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:28.289405+0000 mgr.y (mgr.14556) 17590 : cluster [DBG] pgmap v15542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:28.289405+0000 mgr.y (mgr.14556) 17590 : cluster [DBG] pgmap v15542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:28.289405+0000 mgr.y (mgr.14556) 17590 : cluster [DBG] pgmap v15542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:30.290024+0000 mgr.y (mgr.14556) 17591 : cluster [DBG] pgmap v15543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:23:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:30.290024+0000 mgr.y (mgr.14556) 17591 : cluster [DBG] pgmap v15543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:30.290024+0000 mgr.y (mgr.14556) 17591 : cluster [DBG] pgmap v15543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:32.290669+0000 mgr.y (mgr.14556) 17592 : cluster [DBG] pgmap v15544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:23:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:23:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:32.290669+0000 mgr.y (mgr.14556) 17592 : cluster [DBG] pgmap v15544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:32.290669+0000 mgr.y (mgr.14556) 17592 : cluster [DBG] pgmap v15544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:34.291055+0000 mgr.y (mgr.14556) 17593 : cluster [DBG] pgmap v15545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:34.725057+0000 mon.a (mon.0) 3819 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:23:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:35.030156+0000 mon.a (mon.0) 3820 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:23:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:35.030788+0000 mon.a (mon.0) 3821 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:23:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:35.031316+0000 mon.a (mon.0) 3822 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:35.031846+0000 mon.a (mon.0) 3823 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:35.040615+0000 mon.a (mon.0) 3824 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:35.041918+0000 mon.a (mon.0) 3825 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:35.042469+0000 mon.a (mon.0) 3826 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:35.050779+0000 mon.a (mon.0) 3827 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:34.291055+0000 mgr.y (mgr.14556) 17593 : cluster [DBG] pgmap v15545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:34.725057+0000 mon.a (mon.0) 3819 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:35.030156+0000 mon.a (mon.0) 3820 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:35.030788+0000 mon.a (mon.0) 3821 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:35.031316+0000 mon.a (mon.0) 3822 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:35.031846+0000 mon.a (mon.0) 3823 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:35.040615+0000 mon.a (mon.0) 3824 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:35.041918+0000 mon.a (mon.0) 3825 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:23:36.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:35.042469+0000 mon.a (mon.0) 3826 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:23:36.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:35.050779+0000 mon.a (mon.0) 3827 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:23:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:34.291055+0000 mgr.y (mgr.14556) 17593 : cluster [DBG] pgmap v15545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:34.725057+0000 mon.a (mon.0) 3819 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:23:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:35.030156+0000 mon.a (mon.0) 3820 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:23:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:35.030788+0000 mon.a (mon.0) 3821 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:23:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:35.031316+0000 mon.a (mon.0) 3822 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:23:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:35.031846+0000 mon.a (mon.0) 3823 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:23:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:35.040615+0000 mon.a (mon.0) 3824 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:23:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:35.041918+0000 mon.a (mon.0) 3825 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:23:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:35.042469+0000 mon.a (mon.0) 3826 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:23:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:35.050779+0000 mon.a (mon.0) 3827 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:23:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T15:23:35.032247+0000 mgr.y (mgr.14556) 17594 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2472M 2024-03-22T15:23:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T15:23:35.032247+0000 mgr.y (mgr.14556) 17594 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2472M 2024-03-22T15:23:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T15:23:35.032247+0000 mgr.y (mgr.14556) 17594 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2472M 2024-03-22T15:23:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:36.291729+0000 mgr.y (mgr.14556) 17595 : cluster [DBG] pgmap v15546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:38.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:36.291729+0000 mgr.y (mgr.14556) 17595 : cluster [DBG] pgmap v15546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:38.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:36.291729+0000 mgr.y (mgr.14556) 17595 : cluster [DBG] pgmap v15546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:38.292341+0000 mgr.y (mgr.14556) 17596 : cluster [DBG] pgmap v15547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:40.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:38.292341+0000 mgr.y (mgr.14556) 17596 : cluster [DBG] pgmap v15547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:38.292341+0000 mgr.y (mgr.14556) 17596 : cluster [DBG] pgmap v15547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:41.707 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:23:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:23:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:40.293095+0000 mgr.y (mgr.14556) 17597 : cluster [DBG] pgmap v15548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 8m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 8m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 8m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 8m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 8m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 8m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 8m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 8m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 8m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 8m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 8m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 8m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:23:41.994 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 8m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:23:41.995 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 8m ago 8h 44.6M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:23:41.995 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 8m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:23:41.995 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 8m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:23:41.995 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 8m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:23:41.995 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 8m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:23:41.995 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 8m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:23:41.995 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 8m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:23:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:40.293095+0000 mgr.y (mgr.14556) 17597 : cluster [DBG] pgmap v15548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:40.293095+0000 mgr.y (mgr.14556) 17597 : cluster [DBG] pgmap v15548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:42.341 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:23:42.342 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:23:42.343 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:23:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:41.694718+0000 mgr.y (mgr.14556) 17598 : audit [DBG] from='client.32898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:23:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:42.341285+0000 mon.a (mon.0) 3828 : audit [DBG] from='client.? 172.21.15.23:0/2832329702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:23:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:41.694718+0000 mgr.y (mgr.14556) 17598 : audit [DBG] from='client.32898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:23:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:42.341285+0000 mon.a (mon.0) 3828 : audit [DBG] from='client.? 172.21.15.23:0/2832329702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:23:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:41.694718+0000 mgr.y (mgr.14556) 17598 : audit [DBG] from='client.32898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:23:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:42.341285+0000 mon.a (mon.0) 3828 : audit [DBG] from='client.? 172.21.15.23:0/2832329702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:23:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:23:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:23:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:23:41.985461+0000 mgr.y (mgr.14556) 17599 : audit [DBG] from='client.32904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:23:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:42.293514+0000 mgr.y (mgr.14556) 17600 : cluster [DBG] pgmap v15549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:44.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:23:41.985461+0000 mgr.y (mgr.14556) 17599 : audit [DBG] from='client.32904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:23:44.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:42.293514+0000 mgr.y (mgr.14556) 17600 : cluster [DBG] pgmap v15549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:44.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:23:41.985461+0000 mgr.y (mgr.14556) 17599 : audit [DBG] from='client.32904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:23:44.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:42.293514+0000 mgr.y (mgr.14556) 17600 : cluster [DBG] pgmap v15549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:44.294108+0000 mgr.y (mgr.14556) 17601 : cluster [DBG] pgmap v15550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:44.294108+0000 mgr.y (mgr.14556) 17601 : cluster [DBG] pgmap v15550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:44.294108+0000 mgr.y (mgr.14556) 17601 : cluster [DBG] pgmap v15550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:46.295140+0000 mgr.y (mgr.14556) 17602 : cluster [DBG] pgmap v15551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:46.295140+0000 mgr.y (mgr.14556) 17602 : cluster [DBG] pgmap v15551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:46.295140+0000 mgr.y (mgr.14556) 17602 : cluster [DBG] pgmap v15551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:48.295655+0000 mgr.y (mgr.14556) 17603 : cluster [DBG] pgmap v15552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:48.295655+0000 mgr.y (mgr.14556) 17603 : cluster [DBG] pgmap v15552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:48.295655+0000 mgr.y (mgr.14556) 17603 : cluster [DBG] pgmap v15552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:50.296230+0000 mgr.y (mgr.14556) 17604 : cluster [DBG] pgmap v15553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:50.296230+0000 mgr.y (mgr.14556) 17604 : cluster [DBG] pgmap v15553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:50.296230+0000 mgr.y (mgr.14556) 17604 : cluster [DBG] pgmap v15553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:23:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:52.296888+0000 mgr.y (mgr.14556) 17605 : cluster [DBG] pgmap v15554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:52.296888+0000 mgr.y (mgr.14556) 17605 : cluster [DBG] pgmap v15554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:52.296888+0000 mgr.y (mgr.14556) 17605 : cluster [DBG] pgmap v15554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:23:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:23:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:54.297457+0000 mgr.y (mgr.14556) 17606 : cluster [DBG] pgmap v15555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:54.297457+0000 mgr.y (mgr.14556) 17606 : cluster [DBG] pgmap v15555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:54.297457+0000 mgr.y (mgr.14556) 17606 : cluster [DBG] pgmap v15555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:56.298170+0000 mgr.y (mgr.14556) 17607 : cluster [DBG] pgmap v15556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:56.298170+0000 mgr.y (mgr.14556) 17607 : cluster [DBG] pgmap v15556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:56.298170+0000 mgr.y (mgr.14556) 17607 : cluster [DBG] pgmap v15556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:23:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:23:58.298697+0000 mgr.y (mgr.14556) 17608 : cluster [DBG] pgmap v15557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:23:58.298697+0000 mgr.y (mgr.14556) 17608 : cluster [DBG] pgmap v15557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:23:59.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:23:58.298697+0000 mgr.y (mgr.14556) 17608 : cluster [DBG] pgmap v15557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:01.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:00.299486+0000 mgr.y (mgr.14556) 17609 : cluster [DBG] pgmap v15558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:01.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:24:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:00.299486+0000 mgr.y (mgr.14556) 17609 : cluster [DBG] pgmap v15558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:00.299486+0000 mgr.y (mgr.14556) 17609 : cluster [DBG] pgmap v15558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:03.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:02.299944+0000 mgr.y (mgr.14556) 17610 : cluster [DBG] pgmap v15559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:03.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:02.299944+0000 mgr.y (mgr.14556) 17610 : cluster [DBG] pgmap v15559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:03.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:02.299944+0000 mgr.y (mgr.14556) 17610 : cluster [DBG] pgmap v15559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:24:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:24:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:04.300360+0000 mgr.y (mgr.14556) 17611 : cluster [DBG] pgmap v15560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:04.300360+0000 mgr.y (mgr.14556) 17611 : cluster [DBG] pgmap v15560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:04.300360+0000 mgr.y (mgr.14556) 17611 : cluster [DBG] pgmap v15560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:06.301006+0000 mgr.y (mgr.14556) 17612 : cluster [DBG] pgmap v15561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:06.301006+0000 mgr.y (mgr.14556) 17612 : cluster [DBG] pgmap v15561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:06.301006+0000 mgr.y (mgr.14556) 17612 : cluster [DBG] pgmap v15561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:08.301489+0000 mgr.y (mgr.14556) 17613 : cluster [DBG] pgmap v15562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:08.301489+0000 mgr.y (mgr.14556) 17613 : cluster [DBG] pgmap v15562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:08.301489+0000 mgr.y (mgr.14556) 17613 : cluster [DBG] pgmap v15562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:10.302116+0000 mgr.y (mgr.14556) 17614 : cluster [DBG] pgmap v15563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:10.302116+0000 mgr.y (mgr.14556) 17614 : cluster [DBG] pgmap v15563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:10.302116+0000 mgr.y (mgr.14556) 17614 : cluster [DBG] pgmap v15563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:24:12.668 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:24:12.955 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 8m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 8m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 8m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 8m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 8m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 8m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 8m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 8m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 8m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 8m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 8m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 8m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 8m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:24:12.956 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 8m ago 8h 44.6M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:24:12.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 8m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:24:12.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 8m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:24:12.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 8m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:24:12.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 8m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:24:12.957 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 8m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:24:12.957 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 8m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:24:13.306 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:24:13.306 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:24:13.307 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:24:13.308 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:24:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:12.302652+0000 mgr.y (mgr.14556) 17615 : cluster [DBG] pgmap v15564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:24:12.656340+0000 mgr.y (mgr.14556) 17616 : audit [DBG] from='client.42824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:24:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:24:13.306112+0000 mon.a (mon.0) 3829 : audit [DBG] from='client.? 172.21.15.23:0/505220547' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:24:13.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:12.302652+0000 mgr.y (mgr.14556) 17615 : cluster [DBG] pgmap v15564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:13.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:24:12.656340+0000 mgr.y (mgr.14556) 17616 : audit [DBG] from='client.42824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:24:13.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:24:13.306112+0000 mon.a (mon.0) 3829 : audit [DBG] from='client.? 172.21.15.23:0/505220547' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:24:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:12.302652+0000 mgr.y (mgr.14556) 17615 : cluster [DBG] pgmap v15564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:24:12.656340+0000 mgr.y (mgr.14556) 17616 : audit [DBG] from='client.42824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:24:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:24:13.306112+0000 mon.a (mon.0) 3829 : audit [DBG] from='client.? 172.21.15.23:0/505220547' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:24:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:24:13] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:24:14.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:24:12.947220+0000 mgr.y (mgr.14556) 17617 : audit [DBG] from='client.32922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:24:14.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:24:12.947220+0000 mgr.y (mgr.14556) 17617 : audit [DBG] from='client.32922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:24:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:24:12.947220+0000 mgr.y (mgr.14556) 17617 : audit [DBG] from='client.32922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:24:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:14.303020+0000 mgr.y (mgr.14556) 17618 : cluster [DBG] pgmap v15565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:14.303020+0000 mgr.y (mgr.14556) 17618 : cluster [DBG] pgmap v15565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:14.303020+0000 mgr.y (mgr.14556) 17618 : cluster [DBG] pgmap v15565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:16.303667+0000 mgr.y (mgr.14556) 17619 : cluster [DBG] pgmap v15566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:16.303667+0000 mgr.y (mgr.14556) 17619 : cluster [DBG] pgmap v15566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:16.303667+0000 mgr.y (mgr.14556) 17619 : cluster [DBG] pgmap v15566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:18.304209+0000 mgr.y (mgr.14556) 17620 : cluster [DBG] pgmap v15567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:18.304209+0000 mgr.y (mgr.14556) 17620 : cluster [DBG] pgmap v15567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:18.304209+0000 mgr.y (mgr.14556) 17620 : cluster [DBG] pgmap v15567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:20.304716+0000 mgr.y (mgr.14556) 17621 : cluster [DBG] pgmap v15568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:20.304716+0000 mgr.y (mgr.14556) 17621 : cluster [DBG] pgmap v15568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:20.304716+0000 mgr.y (mgr.14556) 17621 : cluster [DBG] pgmap v15568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:24:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:22.305264+0000 mgr.y (mgr.14556) 17622 : cluster [DBG] pgmap v15569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:22.305264+0000 mgr.y (mgr.14556) 17622 : cluster [DBG] pgmap v15569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:22.305264+0000 mgr.y (mgr.14556) 17622 : cluster [DBG] pgmap v15569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:24:23] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:24:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:24.305814+0000 mgr.y (mgr.14556) 17623 : cluster [DBG] pgmap v15570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:24.305814+0000 mgr.y (mgr.14556) 17623 : cluster [DBG] pgmap v15570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:24.305814+0000 mgr.y (mgr.14556) 17623 : cluster [DBG] pgmap v15570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:26.306587+0000 mgr.y (mgr.14556) 17624 : cluster [DBG] pgmap v15571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:26.306587+0000 mgr.y (mgr.14556) 17624 : cluster [DBG] pgmap v15571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:26.306587+0000 mgr.y (mgr.14556) 17624 : cluster [DBG] pgmap v15571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:28.306926+0000 mgr.y (mgr.14556) 17625 : cluster [DBG] pgmap v15572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:28.306926+0000 mgr.y (mgr.14556) 17625 : cluster [DBG] pgmap v15572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:28.306926+0000 mgr.y (mgr.14556) 17625 : cluster [DBG] pgmap v15572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:30.307624+0000 mgr.y (mgr.14556) 17626 : cluster [DBG] pgmap v15573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:30.307624+0000 mgr.y (mgr.14556) 17626 : cluster [DBG] pgmap v15573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:30.307624+0000 mgr.y (mgr.14556) 17626 : cluster [DBG] pgmap v15573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:24:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:32.308182+0000 mgr.y (mgr.14556) 17627 : cluster [DBG] pgmap v15574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:33.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:24:33] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:24:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:32.308182+0000 mgr.y (mgr.14556) 17627 : cluster [DBG] pgmap v15574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:32.308182+0000 mgr.y (mgr.14556) 17627 : cluster [DBG] pgmap v15574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:34.308677+0000 mgr.y (mgr.14556) 17628 : cluster [DBG] pgmap v15575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:24:35.055153+0000 mon.a (mon.0) 3830 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:24:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:24:35.362378+0000 mon.a (mon.0) 3831 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:24:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:24:35.363028+0000 mon.a (mon.0) 3832 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:24:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:24:35.376520+0000 mon.a (mon.0) 3833 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:24:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:34.308677+0000 mgr.y (mgr.14556) 17628 : cluster [DBG] pgmap v15575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:24:35.055153+0000 mon.a (mon.0) 3830 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:24:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:24:35.362378+0000 mon.a (mon.0) 3831 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:24:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:24:35.363028+0000 mon.a (mon.0) 3832 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:24:35.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:24:35.376520+0000 mon.a (mon.0) 3833 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:24:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:34.308677+0000 mgr.y (mgr.14556) 17628 : cluster [DBG] pgmap v15575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:24:35.055153+0000 mon.a (mon.0) 3830 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:24:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:24:35.362378+0000 mon.a (mon.0) 3831 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:24:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:24:35.363028+0000 mon.a (mon.0) 3832 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:24:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:24:35.376520+0000 mon.a (mon.0) 3833 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:24:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:36.309299+0000 mgr.y (mgr.14556) 17629 : cluster [DBG] pgmap v15576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:36.309299+0000 mgr.y (mgr.14556) 17629 : cluster [DBG] pgmap v15576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:36.309299+0000 mgr.y (mgr.14556) 17629 : cluster [DBG] pgmap v15576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:38.309653+0000 mgr.y (mgr.14556) 17630 : cluster [DBG] pgmap v15577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:38.309653+0000 mgr.y (mgr.14556) 17630 : cluster [DBG] pgmap v15577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:39.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:38.309653+0000 mgr.y (mgr.14556) 17630 : cluster [DBG] pgmap v15577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:40.310214+0000 mgr.y (mgr.14556) 17631 : cluster [DBG] pgmap v15578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:40.310214+0000 mgr.y (mgr.14556) 17631 : cluster [DBG] pgmap v15578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:40.310214+0000 mgr.y (mgr.14556) 17631 : cluster [DBG] pgmap v15578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:24:43.629 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:24:43.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:24:43] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:24:43.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:42.310717+0000 mgr.y (mgr.14556) 17632 : cluster [DBG] pgmap v15579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:43.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:42.310717+0000 mgr.y (mgr.14556) 17632 : cluster [DBG] pgmap v15579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:43.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:42.310717+0000 mgr.y (mgr.14556) 17632 : cluster [DBG] pgmap v15579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:24:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 9m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:24:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 9m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:24:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 9m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:24:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 9m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:24:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 9m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:24:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 9m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:24:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 9m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:24:43.918 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 9m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:24:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 9m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:24:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 9m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:24:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 9m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:24:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 9m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:24:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 9m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:24:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 9m ago 8h 44.6M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:24:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 9m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:24:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 9m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:24:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 9m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:24:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 9m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:24:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 9m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:24:43.919 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 9m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:24:44.269 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:24:44.269 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:24:44.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:24:44.270 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:24:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:24:43.617203+0000 mgr.y (mgr.14556) 17633 : audit [DBG] from='client.42842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:24:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:24:44.269156+0000 mon.a (mon.0) 3834 : audit [DBG] from='client.? 172.21.15.23:0/3097916292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:24:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:24:43.617203+0000 mgr.y (mgr.14556) 17633 : audit [DBG] from='client.42842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:24:44.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:24:44.269156+0000 mon.a (mon.0) 3834 : audit [DBG] from='client.? 172.21.15.23:0/3097916292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:24:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:24:43.617203+0000 mgr.y (mgr.14556) 17633 : audit [DBG] from='client.42842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:24:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:24:44.269156+0000 mon.a (mon.0) 3834 : audit [DBG] from='client.? 172.21.15.23:0/3097916292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:24:45.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:24:43.909993+0000 mgr.y (mgr.14556) 17634 : audit [DBG] from='client.32940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:24:45.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:44.311057+0000 mgr.y (mgr.14556) 17635 : cluster [DBG] pgmap v15580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:24:43.909993+0000 mgr.y (mgr.14556) 17634 : audit [DBG] from='client.32940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:24:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:44.311057+0000 mgr.y (mgr.14556) 17635 : cluster [DBG] pgmap v15580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:24:43.909993+0000 mgr.y (mgr.14556) 17634 : audit [DBG] from='client.32940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:24:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:44.311057+0000 mgr.y (mgr.14556) 17635 : cluster [DBG] pgmap v15580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:47.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:46.311723+0000 mgr.y (mgr.14556) 17636 : cluster [DBG] pgmap v15581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:46.311723+0000 mgr.y (mgr.14556) 17636 : cluster [DBG] pgmap v15581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:46.311723+0000 mgr.y (mgr.14556) 17636 : cluster [DBG] pgmap v15581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:49.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:48.312120+0000 mgr.y (mgr.14556) 17637 : cluster [DBG] pgmap v15582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:48.312120+0000 mgr.y (mgr.14556) 17637 : cluster [DBG] pgmap v15582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:48.312120+0000 mgr.y (mgr.14556) 17637 : cluster [DBG] pgmap v15582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:50.312871+0000 mgr.y (mgr.14556) 17638 : cluster [DBG] pgmap v15583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:24:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:50.312871+0000 mgr.y (mgr.14556) 17638 : cluster [DBG] pgmap v15583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:50.312871+0000 mgr.y (mgr.14556) 17638 : cluster [DBG] pgmap v15583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:52.313518+0000 mgr.y (mgr.14556) 17639 : cluster [DBG] pgmap v15584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:24:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:24:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:52.313518+0000 mgr.y (mgr.14556) 17639 : cluster [DBG] pgmap v15584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:54.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:52.313518+0000 mgr.y (mgr.14556) 17639 : cluster [DBG] pgmap v15584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:54.313914+0000 mgr.y (mgr.14556) 17640 : cluster [DBG] pgmap v15585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:54.313914+0000 mgr.y (mgr.14556) 17640 : cluster [DBG] pgmap v15585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:54.313914+0000 mgr.y (mgr.14556) 17640 : cluster [DBG] pgmap v15585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:56.314589+0000 mgr.y (mgr.14556) 17641 : cluster [DBG] pgmap v15586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:56.314589+0000 mgr.y (mgr.14556) 17641 : cluster [DBG] pgmap v15586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:24:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:56.314589+0000 mgr.y (mgr.14556) 17641 : cluster [DBG] pgmap v15586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:24:58.315173+0000 mgr.y (mgr.14556) 17642 : cluster [DBG] pgmap v15587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:24:58.315173+0000 mgr.y (mgr.14556) 17642 : cluster [DBG] pgmap v15587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:00.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:24:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:24:58.315173+0000 mgr.y (mgr.14556) 17642 : cluster [DBG] pgmap v15587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:00.315744+0000 mgr.y (mgr.14556) 17643 : cluster [DBG] pgmap v15588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:25:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:00.315744+0000 mgr.y (mgr.14556) 17643 : cluster [DBG] pgmap v15588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:02.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:00.315744+0000 mgr.y (mgr.14556) 17643 : cluster [DBG] pgmap v15588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:25:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:25:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:02.316197+0000 mgr.y (mgr.14556) 17644 : cluster [DBG] pgmap v15589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:02.316197+0000 mgr.y (mgr.14556) 17644 : cluster [DBG] pgmap v15589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:02.316197+0000 mgr.y (mgr.14556) 17644 : cluster [DBG] pgmap v15589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:06.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:04.316795+0000 mgr.y (mgr.14556) 17645 : cluster [DBG] pgmap v15590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:04.316795+0000 mgr.y (mgr.14556) 17645 : cluster [DBG] pgmap v15590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:06.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:04.316795+0000 mgr.y (mgr.14556) 17645 : cluster [DBG] pgmap v15590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:06.317658+0000 mgr.y (mgr.14556) 17646 : cluster [DBG] pgmap v15591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:06.317658+0000 mgr.y (mgr.14556) 17646 : cluster [DBG] pgmap v15591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:06.317658+0000 mgr.y (mgr.14556) 17646 : cluster [DBG] pgmap v15591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:08.318242+0000 mgr.y (mgr.14556) 17647 : cluster [DBG] pgmap v15592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:08.318242+0000 mgr.y (mgr.14556) 17647 : cluster [DBG] pgmap v15592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:10.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:08.318242+0000 mgr.y (mgr.14556) 17647 : cluster [DBG] pgmap v15592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:10.318846+0000 mgr.y (mgr.14556) 17648 : cluster [DBG] pgmap v15593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:25:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:10.318846+0000 mgr.y (mgr.14556) 17648 : cluster [DBG] pgmap v15593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:10.318846+0000 mgr.y (mgr.14556) 17648 : cluster [DBG] pgmap v15593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:25:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:25:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:12.319352+0000 mgr.y (mgr.14556) 17649 : cluster [DBG] pgmap v15594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:14.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:12.319352+0000 mgr.y (mgr.14556) 17649 : cluster [DBG] pgmap v15594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:12.319352+0000 mgr.y (mgr.14556) 17649 : cluster [DBG] pgmap v15594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:14.593 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:25:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:25:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 9m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:25:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 9m ago 8h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:25:14.884 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 9m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 9m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 9m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 9m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 9m ago 8h 1090M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 9m ago 8h 757M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 9m ago 8h 762M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 9m ago 8h 23.1M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 9m ago 8h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 9m ago 8h 46.5M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 9m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 9m ago 8h 44.6M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 9m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 9m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 9m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 9m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:25:14.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 9m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:25:14.886 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 9m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:25:15.230 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:25:15.230 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:25:15.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:25:15.230 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:25:15.230 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:25:15.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:25:15.230 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:25:15.230 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:25:15.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:25:15.231 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:25:15.231 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:25:15.231 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:25:15.231 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:25:15.231 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:25:15.231 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:25:15.231 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:25:15.231 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:25:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:14.319728+0000 mgr.y (mgr.14556) 17650 : cluster [DBG] pgmap v15595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:25:14.581363+0000 mgr.y (mgr.14556) 17651 : audit [DBG] from='client.42860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:25:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:25:15.229700+0000 mon.a (mon.0) 3835 : audit [DBG] from='client.? 172.21.15.23:0/2856040921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:25:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:14.319728+0000 mgr.y (mgr.14556) 17650 : cluster [DBG] pgmap v15595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:25:14.581363+0000 mgr.y (mgr.14556) 17651 : audit [DBG] from='client.42860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:25:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:25:15.229700+0000 mon.a (mon.0) 3835 : audit [DBG] from='client.? 172.21.15.23:0/2856040921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:25:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:14.319728+0000 mgr.y (mgr.14556) 17650 : cluster [DBG] pgmap v15595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:25:14.581363+0000 mgr.y (mgr.14556) 17651 : audit [DBG] from='client.42860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:25:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:25:15.229700+0000 mon.a (mon.0) 3835 : audit [DBG] from='client.? 172.21.15.23:0/2856040921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:25:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:25:14.876136+0000 mgr.y (mgr.14556) 17652 : audit [DBG] from='client.32958 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:25:17.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:25:14.876136+0000 mgr.y (mgr.14556) 17652 : audit [DBG] from='client.32958 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:25:17.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:25:14.876136+0000 mgr.y (mgr.14556) 17652 : audit [DBG] from='client.32958 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:25:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:16.320398+0000 mgr.y (mgr.14556) 17653 : cluster [DBG] pgmap v15596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:16.320398+0000 mgr.y (mgr.14556) 17653 : cluster [DBG] pgmap v15596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:16.320398+0000 mgr.y (mgr.14556) 17653 : cluster [DBG] pgmap v15596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:18.320851+0000 mgr.y (mgr.14556) 17654 : cluster [DBG] pgmap v15597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:18.320851+0000 mgr.y (mgr.14556) 17654 : cluster [DBG] pgmap v15597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:18.320851+0000 mgr.y (mgr.14556) 17654 : cluster [DBG] pgmap v15597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:20.321446+0000 mgr.y (mgr.14556) 17655 : cluster [DBG] pgmap v15598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:20.321446+0000 mgr.y (mgr.14556) 17655 : cluster [DBG] pgmap v15598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:20.321446+0000 mgr.y (mgr.14556) 17655 : cluster [DBG] pgmap v15598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:25:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:22.322068+0000 mgr.y (mgr.14556) 17656 : cluster [DBG] pgmap v15599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:22.322068+0000 mgr.y (mgr.14556) 17656 : cluster [DBG] pgmap v15599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:22.322068+0000 mgr.y (mgr.14556) 17656 : cluster [DBG] pgmap v15599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:25:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T15:25:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:24.322613+0000 mgr.y (mgr.14556) 17657 : cluster [DBG] pgmap v15600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:25.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:24.322613+0000 mgr.y (mgr.14556) 17657 : cluster [DBG] pgmap v15600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:24.322613+0000 mgr.y (mgr.14556) 17657 : cluster [DBG] pgmap v15600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:26.323458+0000 mgr.y (mgr.14556) 17658 : cluster [DBG] pgmap v15601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:26.323458+0000 mgr.y (mgr.14556) 17658 : cluster [DBG] pgmap v15601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:26.323458+0000 mgr.y (mgr.14556) 17658 : cluster [DBG] pgmap v15601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:28.323929+0000 mgr.y (mgr.14556) 17659 : cluster [DBG] pgmap v15602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:28.323929+0000 mgr.y (mgr.14556) 17659 : cluster [DBG] pgmap v15602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:28.323929+0000 mgr.y (mgr.14556) 17659 : cluster [DBG] pgmap v15602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:30.324551+0000 mgr.y (mgr.14556) 17660 : cluster [DBG] pgmap v15603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:30.324551+0000 mgr.y (mgr.14556) 17660 : cluster [DBG] pgmap v15603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:30.324551+0000 mgr.y (mgr.14556) 17660 : cluster [DBG] pgmap v15603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:25:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:32.325179+0000 mgr.y (mgr.14556) 17661 : cluster [DBG] pgmap v15604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:32.325179+0000 mgr.y (mgr.14556) 17661 : cluster [DBG] pgmap v15604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:32.325179+0000 mgr.y (mgr.14556) 17661 : cluster [DBG] pgmap v15604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:25:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T15:25:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:34.325770+0000 mgr.y (mgr.14556) 17662 : cluster [DBG] pgmap v15605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:25:35.380962+0000 mon.a (mon.0) 3836 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:25:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:34.325770+0000 mgr.y (mgr.14556) 17662 : cluster [DBG] pgmap v15605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:25:35.380962+0000 mon.a (mon.0) 3836 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:25:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:34.325770+0000 mgr.y (mgr.14556) 17662 : cluster [DBG] pgmap v15605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:25:35.380962+0000 mon.a (mon.0) 3836 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:25:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:36.326333+0000 mgr.y (mgr.14556) 17663 : cluster [DBG] pgmap v15606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:36.326333+0000 mgr.y (mgr.14556) 17663 : cluster [DBG] pgmap v15606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:36.326333+0000 mgr.y (mgr.14556) 17663 : cluster [DBG] pgmap v15606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:25:37.998442+0000 mon.a (mon.0) 3837 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:25:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:38.326648+0000 mgr.y (mgr.14556) 17664 : cluster [DBG] pgmap v15607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:39.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:25:38.835590+0000 mon.a (mon.0) 3838 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:25:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:25:37.998442+0000 mon.a (mon.0) 3837 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:25:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:38.326648+0000 mgr.y (mgr.14556) 17664 : cluster [DBG] pgmap v15607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:39.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:25:38.835590+0000 mon.a (mon.0) 3838 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:25:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:25:37.998442+0000 mon.a (mon.0) 3837 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:25:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:38.326648+0000 mgr.y (mgr.14556) 17664 : cluster [DBG] pgmap v15607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:25:38.835590+0000 mon.a (mon.0) 3838 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:25:40.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:25:39.130192+0000 mon.a (mon.0) 3839 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:25:40.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:25:39.131137+0000 mon.a (mon.0) 3840 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:25:40.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:25:39.139768+0000 mon.a (mon.0) 3841 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:25:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:25:39.130192+0000 mon.a (mon.0) 3839 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:25:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:25:39.131137+0000 mon.a (mon.0) 3840 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:25:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:25:39.139768+0000 mon.a (mon.0) 3841 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:25:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:25:39.130192+0000 mon.a (mon.0) 3839 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:25:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:25:39.131137+0000 mon.a (mon.0) 3840 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:25:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:25:39.139768+0000 mon.a (mon.0) 3841 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:25:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:40.327283+0000 mgr.y (mgr.14556) 17665 : cluster [DBG] pgmap v15608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:41.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:40.327283+0000 mgr.y (mgr.14556) 17665 : cluster [DBG] pgmap v15608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:40.327283+0000 mgr.y (mgr.14556) 17665 : cluster [DBG] pgmap v15608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:25:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:42.327951+0000 mgr.y (mgr.14556) 17666 : cluster [DBG] pgmap v15609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:42.327951+0000 mgr.y (mgr.14556) 17666 : cluster [DBG] pgmap v15609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:42.327951+0000 mgr.y (mgr.14556) 17666 : cluster [DBG] pgmap v15609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:25:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:25:45.563 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:25:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:44.328479+0000 mgr.y (mgr.14556) 17667 : cluster [DBG] pgmap v15610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:45.852 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:25:45.852 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:25:45.852 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7s ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7s ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7s ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7s ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7s ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7s ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7s ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7s ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 7s ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7s ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:25:45.853 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7s ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:25:45.854 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:25:45.854 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7s ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:25:45.854 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7s ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:25:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:44.328479+0000 mgr.y (mgr.14556) 17667 : cluster [DBG] pgmap v15610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:44.328479+0000 mgr.y (mgr.14556) 17667 : cluster [DBG] pgmap v15610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:46.202 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:25:46.202 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:25:46.202 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:25:46.203 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:25:46.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:25:45.549866+0000 mgr.y (mgr.14556) 17668 : audit [DBG] from='client.32970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:25:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:25:46.202007+0000 mon.c (mon.2) 427 : audit [DBG] from='client.? 172.21.15.23:0/2122983953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:25:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:25:45.549866+0000 mgr.y (mgr.14556) 17668 : audit [DBG] from='client.32970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:25:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:25:46.202007+0000 mon.c (mon.2) 427 : audit [DBG] from='client.? 172.21.15.23:0/2122983953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:25:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:25:45.549866+0000 mgr.y (mgr.14556) 17668 : audit [DBG] from='client.32970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:25:46.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:25:46.202007+0000 mon.c (mon.2) 427 : audit [DBG] from='client.? 172.21.15.23:0/2122983953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:25:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:25:45.843508+0000 mgr.y (mgr.14556) 17669 : audit [DBG] from='client.32976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:25:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:46.329258+0000 mgr.y (mgr.14556) 17670 : cluster [DBG] pgmap v15611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:25:45.843508+0000 mgr.y (mgr.14556) 17669 : audit [DBG] from='client.32976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:25:47.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:46.329258+0000 mgr.y (mgr.14556) 17670 : cluster [DBG] pgmap v15611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:47.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:25:45.843508+0000 mgr.y (mgr.14556) 17669 : audit [DBG] from='client.32976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:25:47.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:46.329258+0000 mgr.y (mgr.14556) 17670 : cluster [DBG] pgmap v15611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:48.329638+0000 mgr.y (mgr.14556) 17671 : cluster [DBG] pgmap v15612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:48.329638+0000 mgr.y (mgr.14556) 17671 : cluster [DBG] pgmap v15612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:48.329638+0000 mgr.y (mgr.14556) 17671 : cluster [DBG] pgmap v15612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:50.330307+0000 mgr.y (mgr.14556) 17672 : cluster [DBG] pgmap v15613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:50.330307+0000 mgr.y (mgr.14556) 17672 : cluster [DBG] pgmap v15613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:50.330307+0000 mgr.y (mgr.14556) 17672 : cluster [DBG] pgmap v15613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:25:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:52.330828+0000 mgr.y (mgr.14556) 17673 : cluster [DBG] pgmap v15614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:52.330828+0000 mgr.y (mgr.14556) 17673 : cluster [DBG] pgmap v15614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:52.330828+0000 mgr.y (mgr.14556) 17673 : cluster [DBG] pgmap v15614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:25:53] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T15:25:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:54.331347+0000 mgr.y (mgr.14556) 17674 : cluster [DBG] pgmap v15615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:54.331347+0000 mgr.y (mgr.14556) 17674 : cluster [DBG] pgmap v15615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:54.331347+0000 mgr.y (mgr.14556) 17674 : cluster [DBG] pgmap v15615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:56.331951+0000 mgr.y (mgr.14556) 17675 : cluster [DBG] pgmap v15616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:56.331951+0000 mgr.y (mgr.14556) 17675 : cluster [DBG] pgmap v15616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:57.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:56.331951+0000 mgr.y (mgr.14556) 17675 : cluster [DBG] pgmap v15616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:25:58.332339+0000 mgr.y (mgr.14556) 17676 : cluster [DBG] pgmap v15617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:25:58.332339+0000 mgr.y (mgr.14556) 17676 : cluster [DBG] pgmap v15617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:25:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:25:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:25:58.332339+0000 mgr.y (mgr.14556) 17676 : cluster [DBG] pgmap v15617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:00.333088+0000 mgr.y (mgr.14556) 17677 : cluster [DBG] pgmap v15618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:00.333088+0000 mgr.y (mgr.14556) 17677 : cluster [DBG] pgmap v15618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:00.333088+0000 mgr.y (mgr.14556) 17677 : cluster [DBG] pgmap v15618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:26:03.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:02.333553+0000 mgr.y (mgr.14556) 17678 : cluster [DBG] pgmap v15619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:03.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:02.333553+0000 mgr.y (mgr.14556) 17678 : cluster [DBG] pgmap v15619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:03.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:02.333553+0000 mgr.y (mgr.14556) 17678 : cluster [DBG] pgmap v15619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:26:03] "GET /metrics HTTP/1.1" 200 188324 "" "Prometheus/2.33.4" 2024-03-22T15:26:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:04.334024+0000 mgr.y (mgr.14556) 17679 : cluster [DBG] pgmap v15620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:04.334024+0000 mgr.y (mgr.14556) 17679 : cluster [DBG] pgmap v15620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:04.334024+0000 mgr.y (mgr.14556) 17679 : cluster [DBG] pgmap v15620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:06.334869+0000 mgr.y (mgr.14556) 17680 : cluster [DBG] pgmap v15621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:06.334869+0000 mgr.y (mgr.14556) 17680 : cluster [DBG] pgmap v15621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:06.334869+0000 mgr.y (mgr.14556) 17680 : cluster [DBG] pgmap v15621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:08.335385+0000 mgr.y (mgr.14556) 17681 : cluster [DBG] pgmap v15622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:08.335385+0000 mgr.y (mgr.14556) 17681 : cluster [DBG] pgmap v15622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:08.335385+0000 mgr.y (mgr.14556) 17681 : cluster [DBG] pgmap v15622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:10.336166+0000 mgr.y (mgr.14556) 17682 : cluster [DBG] pgmap v15623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:11.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:10.336166+0000 mgr.y (mgr.14556) 17682 : cluster [DBG] pgmap v15623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:26:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:10.336166+0000 mgr.y (mgr.14556) 17682 : cluster [DBG] pgmap v15623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:13.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:26:13] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:26:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:12.336589+0000 mgr.y (mgr.14556) 17683 : cluster [DBG] pgmap v15624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:13.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:12.336589+0000 mgr.y (mgr.14556) 17683 : cluster [DBG] pgmap v15624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:12.336589+0000 mgr.y (mgr.14556) 17683 : cluster [DBG] pgmap v15624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:14.337157+0000 mgr.y (mgr.14556) 17684 : cluster [DBG] pgmap v15625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:14.337157+0000 mgr.y (mgr.14556) 17684 : cluster [DBG] pgmap v15625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:14.337157+0000 mgr.y (mgr.14556) 17684 : cluster [DBG] pgmap v15625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:26:16.827 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:26:16.827 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 38s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:26:16.827 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 37s ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:26:16.827 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 38s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 37s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 37s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 38s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 38s ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 37s ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 38s ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 38s ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 37s ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 38s ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 38s ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 38s ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 38s ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 37s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 37s ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:26:16.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 37s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:26:16.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 37s ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:26:16.829 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 37s ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:26:17.177 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:26:17.177 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:26:17.177 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:26:17.178 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:26:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:16.337792+0000 mgr.y (mgr.14556) 17685 : cluster [DBG] pgmap v15626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:26:16.524638+0000 mgr.y (mgr.14556) 17686 : audit [DBG] from='client.42896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:26:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:26:17.177081+0000 mon.a (mon.0) 3842 : audit [DBG] from='client.? 172.21.15.23:0/2971782719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:26:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:16.337792+0000 mgr.y (mgr.14556) 17685 : cluster [DBG] pgmap v15626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:26:16.524638+0000 mgr.y (mgr.14556) 17686 : audit [DBG] from='client.42896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:26:17.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:26:17.177081+0000 mon.a (mon.0) 3842 : audit [DBG] from='client.? 172.21.15.23:0/2971782719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:26:17.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:16.337792+0000 mgr.y (mgr.14556) 17685 : cluster [DBG] pgmap v15626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:17.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:26:16.524638+0000 mgr.y (mgr.14556) 17686 : audit [DBG] from='client.42896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:26:17.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:26:17.177081+0000 mon.a (mon.0) 3842 : audit [DBG] from='client.? 172.21.15.23:0/2971782719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:26:18.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:26:16.819114+0000 mgr.y (mgr.14556) 17687 : audit [DBG] from='client.32994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:26:18.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:26:16.819114+0000 mgr.y (mgr.14556) 17687 : audit [DBG] from='client.32994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:26:18.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:26:16.819114+0000 mgr.y (mgr.14556) 17687 : audit [DBG] from='client.32994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:26:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:18.338191+0000 mgr.y (mgr.14556) 17688 : cluster [DBG] pgmap v15627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:18.338191+0000 mgr.y (mgr.14556) 17688 : cluster [DBG] pgmap v15627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:18.338191+0000 mgr.y (mgr.14556) 17688 : cluster [DBG] pgmap v15627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:20.338880+0000 mgr.y (mgr.14556) 17689 : cluster [DBG] pgmap v15628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:20.338880+0000 mgr.y (mgr.14556) 17689 : cluster [DBG] pgmap v15628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:26:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:20.338880+0000 mgr.y (mgr.14556) 17689 : cluster [DBG] pgmap v15628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:23.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:26:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:26:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:22.339284+0000 mgr.y (mgr.14556) 17690 : cluster [DBG] pgmap v15629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:22.339284+0000 mgr.y (mgr.14556) 17690 : cluster [DBG] pgmap v15629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:22.339284+0000 mgr.y (mgr.14556) 17690 : cluster [DBG] pgmap v15629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:24.339715+0000 mgr.y (mgr.14556) 17691 : cluster [DBG] pgmap v15630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:24.339715+0000 mgr.y (mgr.14556) 17691 : cluster [DBG] pgmap v15630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:24.339715+0000 mgr.y (mgr.14556) 17691 : cluster [DBG] pgmap v15630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:26.340410+0000 mgr.y (mgr.14556) 17692 : cluster [DBG] pgmap v15631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:26.340410+0000 mgr.y (mgr.14556) 17692 : cluster [DBG] pgmap v15631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:26.340410+0000 mgr.y (mgr.14556) 17692 : cluster [DBG] pgmap v15631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:28.340765+0000 mgr.y (mgr.14556) 17693 : cluster [DBG] pgmap v15632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:28.340765+0000 mgr.y (mgr.14556) 17693 : cluster [DBG] pgmap v15632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:28.340765+0000 mgr.y (mgr.14556) 17693 : cluster [DBG] pgmap v15632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:30.341369+0000 mgr.y (mgr.14556) 17694 : cluster [DBG] pgmap v15633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:30.341369+0000 mgr.y (mgr.14556) 17694 : cluster [DBG] pgmap v15633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:26:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:30.341369+0000 mgr.y (mgr.14556) 17694 : cluster [DBG] pgmap v15633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:33.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:26:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:26:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:32.341860+0000 mgr.y (mgr.14556) 17695 : cluster [DBG] pgmap v15634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:32.341860+0000 mgr.y (mgr.14556) 17695 : cluster [DBG] pgmap v15634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:32.341860+0000 mgr.y (mgr.14556) 17695 : cluster [DBG] pgmap v15634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:34.342389+0000 mgr.y (mgr.14556) 17696 : cluster [DBG] pgmap v15635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:34.342389+0000 mgr.y (mgr.14556) 17696 : cluster [DBG] pgmap v15635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:34.342389+0000 mgr.y (mgr.14556) 17696 : cluster [DBG] pgmap v15635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:36.343204+0000 mgr.y (mgr.14556) 17697 : cluster [DBG] pgmap v15636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:36.343204+0000 mgr.y (mgr.14556) 17697 : cluster [DBG] pgmap v15636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:36.343204+0000 mgr.y (mgr.14556) 17697 : cluster [DBG] pgmap v15636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:38.343605+0000 mgr.y (mgr.14556) 17698 : cluster [DBG] pgmap v15637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:39.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:26:39.145445+0000 mon.a (mon.0) 3843 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:26:39.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:26:39.458615+0000 mon.a (mon.0) 3844 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:26:39.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:26:39.459289+0000 mon.a (mon.0) 3845 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:26:39.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:26:39.474064+0000 mon.a (mon.0) 3846 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:26:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:38.343605+0000 mgr.y (mgr.14556) 17698 : cluster [DBG] pgmap v15637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:26:39.145445+0000 mon.a (mon.0) 3843 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:26:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:26:39.458615+0000 mon.a (mon.0) 3844 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:26:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:26:39.459289+0000 mon.a (mon.0) 3845 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:26:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:26:39.474064+0000 mon.a (mon.0) 3846 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:26:40.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:38.343605+0000 mgr.y (mgr.14556) 17698 : cluster [DBG] pgmap v15637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:40.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:26:39.145445+0000 mon.a (mon.0) 3843 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:26:40.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:26:39.458615+0000 mon.a (mon.0) 3844 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:26:40.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:26:39.459289+0000 mon.a (mon.0) 3845 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:26:40.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:26:39.474064+0000 mon.a (mon.0) 3846 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:26:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:40.344405+0000 mgr.y (mgr.14556) 17699 : cluster [DBG] pgmap v15638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:26:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:40.344405+0000 mgr.y (mgr.14556) 17699 : cluster [DBG] pgmap v15638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:40.344405+0000 mgr.y (mgr.14556) 17699 : cluster [DBG] pgmap v15638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:42.344811+0000 mgr.y (mgr.14556) 17700 : cluster [DBG] pgmap v15639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:26:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:26:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:42.344811+0000 mgr.y (mgr.14556) 17700 : cluster [DBG] pgmap v15639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:42.344811+0000 mgr.y (mgr.14556) 17700 : cluster [DBG] pgmap v15639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:44.345352+0000 mgr.y (mgr.14556) 17701 : cluster [DBG] pgmap v15640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:44.345352+0000 mgr.y (mgr.14556) 17701 : cluster [DBG] pgmap v15640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:44.345352+0000 mgr.y (mgr.14556) 17701 : cluster [DBG] pgmap v15640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:47.505 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:26:47.795 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:26:47.795 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 69s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:26:47.795 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 68s ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:26:47.795 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 69s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:26:47.795 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 68s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:26:47.795 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 68s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:26:47.795 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 69s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:26:47.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 69s ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:26:47.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 68s ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:26:47.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 69s ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:26:47.796 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 69s ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:26:47.796 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 68s ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:26:47.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 69s ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:26:47.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 69s ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:26:47.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 69s ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:26:47.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 69s ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:26:47.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 68s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:26:47.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 68s ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:26:47.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 68s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:26:47.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 68s ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:26:47.796 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 68s ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:26:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:46.346231+0000 mgr.y (mgr.14556) 17702 : cluster [DBG] pgmap v15641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:46.346231+0000 mgr.y (mgr.14556) 17702 : cluster [DBG] pgmap v15641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:48.143 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:26:48.143 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:26:48.143 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:26:48.143 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:26:48.143 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:26:48.143 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:26:48.143 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:26:48.143 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:26:48.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:26:48.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:26:48.144 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:26:48.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:26:48.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:26:48.144 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:26:48.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:26:48.144 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:26:48.144 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:26:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:46.346231+0000 mgr.y (mgr.14556) 17702 : cluster [DBG] pgmap v15641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:26:47.491618+0000 mgr.y (mgr.14556) 17703 : audit [DBG] from='client.42914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:26:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:26:48.143015+0000 mon.a (mon.0) 3847 : audit [DBG] from='client.? 172.21.15.23:0/1687743877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:26:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:26:47.491618+0000 mgr.y (mgr.14556) 17703 : audit [DBG] from='client.42914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:26:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:26:48.143015+0000 mon.a (mon.0) 3847 : audit [DBG] from='client.? 172.21.15.23:0/1687743877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:26:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:26:47.491618+0000 mgr.y (mgr.14556) 17703 : audit [DBG] from='client.42914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:26:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:26:48.143015+0000 mon.a (mon.0) 3847 : audit [DBG] from='client.? 172.21.15.23:0/1687743877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:26:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:26:47.786569+0000 mgr.y (mgr.14556) 17704 : audit [DBG] from='client.33012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:26:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:48.346662+0000 mgr.y (mgr.14556) 17705 : cluster [DBG] pgmap v15642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:26:47.786569+0000 mgr.y (mgr.14556) 17704 : audit [DBG] from='client.33012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:26:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:48.346662+0000 mgr.y (mgr.14556) 17705 : cluster [DBG] pgmap v15642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:26:47.786569+0000 mgr.y (mgr.14556) 17704 : audit [DBG] from='client.33012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:26:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:48.346662+0000 mgr.y (mgr.14556) 17705 : cluster [DBG] pgmap v15642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:50.347520+0000 mgr.y (mgr.14556) 17706 : cluster [DBG] pgmap v15643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:26:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:50.347520+0000 mgr.y (mgr.14556) 17706 : cluster [DBG] pgmap v15643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:50.347520+0000 mgr.y (mgr.14556) 17706 : cluster [DBG] pgmap v15643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:26:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:26:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:52.347987+0000 mgr.y (mgr.14556) 17707 : cluster [DBG] pgmap v15644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:52.347987+0000 mgr.y (mgr.14556) 17707 : cluster [DBG] pgmap v15644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:52.347987+0000 mgr.y (mgr.14556) 17707 : cluster [DBG] pgmap v15644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:54.348546+0000 mgr.y (mgr.14556) 17708 : cluster [DBG] pgmap v15645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:54.348546+0000 mgr.y (mgr.14556) 17708 : cluster [DBG] pgmap v15645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:54.348546+0000 mgr.y (mgr.14556) 17708 : cluster [DBG] pgmap v15645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:56.349409+0000 mgr.y (mgr.14556) 17709 : cluster [DBG] pgmap v15646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:56.349409+0000 mgr.y (mgr.14556) 17709 : cluster [DBG] pgmap v15646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:26:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:56.349409+0000 mgr.y (mgr.14556) 17709 : cluster [DBG] pgmap v15646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:26:58.349804+0000 mgr.y (mgr.14556) 17710 : cluster [DBG] pgmap v15647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:26:58.349804+0000 mgr.y (mgr.14556) 17710 : cluster [DBG] pgmap v15647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:00.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:26:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:26:58.349804+0000 mgr.y (mgr.14556) 17710 : cluster [DBG] pgmap v15647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:00.350406+0000 mgr.y (mgr.14556) 17711 : cluster [DBG] pgmap v15648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:27:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:00.350406+0000 mgr.y (mgr.14556) 17711 : cluster [DBG] pgmap v15648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:00.350406+0000 mgr.y (mgr.14556) 17711 : cluster [DBG] pgmap v15648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:27:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:27:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:02.350823+0000 mgr.y (mgr.14556) 17712 : cluster [DBG] pgmap v15649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:02.350823+0000 mgr.y (mgr.14556) 17712 : cluster [DBG] pgmap v15649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:02.350823+0000 mgr.y (mgr.14556) 17712 : cluster [DBG] pgmap v15649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:04.351401+0000 mgr.y (mgr.14556) 17713 : cluster [DBG] pgmap v15650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:04.351401+0000 mgr.y (mgr.14556) 17713 : cluster [DBG] pgmap v15650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:04.351401+0000 mgr.y (mgr.14556) 17713 : cluster [DBG] pgmap v15650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:06.352243+0000 mgr.y (mgr.14556) 17714 : cluster [DBG] pgmap v15651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:06.352243+0000 mgr.y (mgr.14556) 17714 : cluster [DBG] pgmap v15651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:06.352243+0000 mgr.y (mgr.14556) 17714 : cluster [DBG] pgmap v15651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:08.352672+0000 mgr.y (mgr.14556) 17715 : cluster [DBG] pgmap v15652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:08.352672+0000 mgr.y (mgr.14556) 17715 : cluster [DBG] pgmap v15652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:08.352672+0000 mgr.y (mgr.14556) 17715 : cluster [DBG] pgmap v15652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:10.353284+0000 mgr.y (mgr.14556) 17716 : cluster [DBG] pgmap v15653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:10.353284+0000 mgr.y (mgr.14556) 17716 : cluster [DBG] pgmap v15653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:10.353284+0000 mgr.y (mgr.14556) 17716 : cluster [DBG] pgmap v15653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:27:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:12.353711+0000 mgr.y (mgr.14556) 17717 : cluster [DBG] pgmap v15654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:13.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:12.353711+0000 mgr.y (mgr.14556) 17717 : cluster [DBG] pgmap v15654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:12.353711+0000 mgr.y (mgr.14556) 17717 : cluster [DBG] pgmap v15654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:27:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:27:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:14.354119+0000 mgr.y (mgr.14556) 17718 : cluster [DBG] pgmap v15655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:14.354119+0000 mgr.y (mgr.14556) 17718 : cluster [DBG] pgmap v15655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:14.354119+0000 mgr.y (mgr.14556) 17718 : cluster [DBG] pgmap v15655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:16.354835+0000 mgr.y (mgr.14556) 17719 : cluster [DBG] pgmap v15656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:16.354835+0000 mgr.y (mgr.14556) 17719 : cluster [DBG] pgmap v15656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:16.354835+0000 mgr.y (mgr.14556) 17719 : cluster [DBG] pgmap v15656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:18.469 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:27:18.758 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:27:18.758 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 100s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:27:18.758 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 99s ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:27:18.758 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 100s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:27:18.758 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 99s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:27:18.758 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 99s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:27:18.758 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 100s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:27:18.758 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 100s ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:27:18.758 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 99s ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:27:18.759 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 100s ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:27:18.759 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 100s ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:27:18.759 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 99s ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:27:18.759 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 100s ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:27:18.759 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 100s ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:27:18.759 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 100s ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:27:18.759 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 100s ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:27:18.759 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 99s ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:27:18.759 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 99s ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:27:18.759 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 99s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:27:18.759 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 99s ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:27:18.759 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 99s ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:27:19.107 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:27:19.107 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:27:19.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:27:19.107 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:27:19.107 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:27:19.107 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:27:19.107 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:27:19.107 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:27:19.108 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:27:19.108 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:27:19.108 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:27:19.108 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:27:19.108 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:27:19.108 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:27:19.108 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:27:19.108 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:27:19.108 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:27:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:18.355165+0000 mgr.y (mgr.14556) 17720 : cluster [DBG] pgmap v15657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:27:18.456940+0000 mgr.y (mgr.14556) 17721 : audit [DBG] from='client.33024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:27:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:27:18.749836+0000 mgr.y (mgr.14556) 17722 : audit [DBG] from='client.42938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:27:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:27:19.106959+0000 mon.a (mon.0) 3848 : audit [DBG] from='client.? 172.21.15.23:0/2730692627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:27:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:18.355165+0000 mgr.y (mgr.14556) 17720 : cluster [DBG] pgmap v15657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:27:18.456940+0000 mgr.y (mgr.14556) 17721 : audit [DBG] from='client.33024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:27:19.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:27:18.749836+0000 mgr.y (mgr.14556) 17722 : audit [DBG] from='client.42938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:27:19.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:27:19.106959+0000 mon.a (mon.0) 3848 : audit [DBG] from='client.? 172.21.15.23:0/2730692627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:27:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:18.355165+0000 mgr.y (mgr.14556) 17720 : cluster [DBG] pgmap v15657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:27:18.456940+0000 mgr.y (mgr.14556) 17721 : audit [DBG] from='client.33024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:27:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:27:18.749836+0000 mgr.y (mgr.14556) 17722 : audit [DBG] from='client.42938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:27:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:27:19.106959+0000 mon.a (mon.0) 3848 : audit [DBG] from='client.? 172.21.15.23:0/2730692627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:27:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:20.355801+0000 mgr.y (mgr.14556) 17723 : cluster [DBG] pgmap v15658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:20.355801+0000 mgr.y (mgr.14556) 17723 : cluster [DBG] pgmap v15658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:20.355801+0000 mgr.y (mgr.14556) 17723 : cluster [DBG] pgmap v15658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:27:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:22.356212+0000 mgr.y (mgr.14556) 17724 : cluster [DBG] pgmap v15659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:22.356212+0000 mgr.y (mgr.14556) 17724 : cluster [DBG] pgmap v15659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:22.356212+0000 mgr.y (mgr.14556) 17724 : cluster [DBG] pgmap v15659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:27:23] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T15:27:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:24.356698+0000 mgr.y (mgr.14556) 17725 : cluster [DBG] pgmap v15660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:24.356698+0000 mgr.y (mgr.14556) 17725 : cluster [DBG] pgmap v15660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:24.356698+0000 mgr.y (mgr.14556) 17725 : cluster [DBG] pgmap v15660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:26.357626+0000 mgr.y (mgr.14556) 17726 : cluster [DBG] pgmap v15661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:26.357626+0000 mgr.y (mgr.14556) 17726 : cluster [DBG] pgmap v15661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:26.357626+0000 mgr.y (mgr.14556) 17726 : cluster [DBG] pgmap v15661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:28.358073+0000 mgr.y (mgr.14556) 17727 : cluster [DBG] pgmap v15662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:28.358073+0000 mgr.y (mgr.14556) 17727 : cluster [DBG] pgmap v15662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:28.358073+0000 mgr.y (mgr.14556) 17727 : cluster [DBG] pgmap v15662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:30.358669+0000 mgr.y (mgr.14556) 17728 : cluster [DBG] pgmap v15663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:30.358669+0000 mgr.y (mgr.14556) 17728 : cluster [DBG] pgmap v15663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:30.358669+0000 mgr.y (mgr.14556) 17728 : cluster [DBG] pgmap v15663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:27:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:32.359119+0000 mgr.y (mgr.14556) 17729 : cluster [DBG] pgmap v15664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:33.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:32.359119+0000 mgr.y (mgr.14556) 17729 : cluster [DBG] pgmap v15664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:32.359119+0000 mgr.y (mgr.14556) 17729 : cluster [DBG] pgmap v15664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:27:33] "GET /metrics HTTP/1.1" 200 188323 "" "Prometheus/2.33.4" 2024-03-22T15:27:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:34.359604+0000 mgr.y (mgr.14556) 17730 : cluster [DBG] pgmap v15665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:34.359604+0000 mgr.y (mgr.14556) 17730 : cluster [DBG] pgmap v15665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:34.359604+0000 mgr.y (mgr.14556) 17730 : cluster [DBG] pgmap v15665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:36.360255+0000 mgr.y (mgr.14556) 17731 : cluster [DBG] pgmap v15666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:36.360255+0000 mgr.y (mgr.14556) 17731 : cluster [DBG] pgmap v15666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:36.360255+0000 mgr.y (mgr.14556) 17731 : cluster [DBG] pgmap v15666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:38.360819+0000 mgr.y (mgr.14556) 17732 : cluster [DBG] pgmap v15667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:27:39.478445+0000 mon.a (mon.0) 3849 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:27:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:38.360819+0000 mgr.y (mgr.14556) 17732 : cluster [DBG] pgmap v15667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:39.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:27:39.478445+0000 mon.a (mon.0) 3849 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:27:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:38.360819+0000 mgr.y (mgr.14556) 17732 : cluster [DBG] pgmap v15667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:27:39.478445+0000 mon.a (mon.0) 3849 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:27:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:27:39.786505+0000 mon.a (mon.0) 3850 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:27:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:27:39.787221+0000 mon.a (mon.0) 3851 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:27:40.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:27:39.796030+0000 mon.a (mon.0) 3852 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:27:40.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:27:39.786505+0000 mon.a (mon.0) 3850 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:27:40.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:27:39.787221+0000 mon.a (mon.0) 3851 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:27:40.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:27:39.796030+0000 mon.a (mon.0) 3852 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:27:40.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:27:39.786505+0000 mon.a (mon.0) 3850 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:27:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:27:39.787221+0000 mon.a (mon.0) 3851 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:27:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:27:39.796030+0000 mon.a (mon.0) 3852 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:27:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:40.361416+0000 mgr.y (mgr.14556) 17733 : cluster [DBG] pgmap v15668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:40.361416+0000 mgr.y (mgr.14556) 17733 : cluster [DBG] pgmap v15668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:40.361416+0000 mgr.y (mgr.14556) 17733 : cluster [DBG] pgmap v15668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:27:43.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:27:43] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-03-22T15:27:43.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:42.361776+0000 mgr.y (mgr.14556) 17734 : cluster [DBG] pgmap v15669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:43.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:42.361776+0000 mgr.y (mgr.14556) 17734 : cluster [DBG] pgmap v15669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:42.361776+0000 mgr.y (mgr.14556) 17734 : cluster [DBG] pgmap v15669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:44.362244+0000 mgr.y (mgr.14556) 17735 : cluster [DBG] pgmap v15670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:44.362244+0000 mgr.y (mgr.14556) 17735 : cluster [DBG] pgmap v15670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:45.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:44.362244+0000 mgr.y (mgr.14556) 17735 : cluster [DBG] pgmap v15670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:46.362950+0000 mgr.y (mgr.14556) 17736 : cluster [DBG] pgmap v15671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:46.362950+0000 mgr.y (mgr.14556) 17736 : cluster [DBG] pgmap v15671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:46.362950+0000 mgr.y (mgr.14556) 17736 : cluster [DBG] pgmap v15671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:49.434 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:27:49.722 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 2m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 2m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 2m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 2m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 2m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2m ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2m ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:27:49.723 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:27:49.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 2m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:27:49.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 2m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:27:49.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 2m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:27:49.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 2m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:27:49.724 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 2m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:27:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:48.363441+0000 mgr.y (mgr.14556) 17737 : cluster [DBG] pgmap v15672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:48.363441+0000 mgr.y (mgr.14556) 17737 : cluster [DBG] pgmap v15672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:49.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:48.363441+0000 mgr.y (mgr.14556) 17737 : cluster [DBG] pgmap v15672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:50.069 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:27:50.070 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:27:50.071 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:27:50.071 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:27:50.071 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:27:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:27:49.422073+0000 mgr.y (mgr.14556) 17738 : audit [DBG] from='client.42950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:27:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:27:49.714418+0000 mgr.y (mgr.14556) 17739 : audit [DBG] from='client.33048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:27:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:27:50.069338+0000 mon.a (mon.0) 3853 : audit [DBG] from='client.? 172.21.15.23:0/4193621113' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:27:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:27:49.422073+0000 mgr.y (mgr.14556) 17738 : audit [DBG] from='client.42950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:27:50.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:27:49.714418+0000 mgr.y (mgr.14556) 17739 : audit [DBG] from='client.33048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:27:50.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:27:50.069338+0000 mon.a (mon.0) 3853 : audit [DBG] from='client.? 172.21.15.23:0/4193621113' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:27:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:27:49.422073+0000 mgr.y (mgr.14556) 17738 : audit [DBG] from='client.42950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:27:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:27:49.714418+0000 mgr.y (mgr.14556) 17739 : audit [DBG] from='client.33048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:27:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:27:50.069338+0000 mon.a (mon.0) 3853 : audit [DBG] from='client.? 172.21.15.23:0/4193621113' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:27:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:50.363938+0000 mgr.y (mgr.14556) 17740 : cluster [DBG] pgmap v15673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:50.363938+0000 mgr.y (mgr.14556) 17740 : cluster [DBG] pgmap v15673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:50.363938+0000 mgr.y (mgr.14556) 17740 : cluster [DBG] pgmap v15673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:27:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:52.364462+0000 mgr.y (mgr.14556) 17741 : cluster [DBG] pgmap v15674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:52.364462+0000 mgr.y (mgr.14556) 17741 : cluster [DBG] pgmap v15674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:53.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:27:53] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:27:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:52.364462+0000 mgr.y (mgr.14556) 17741 : cluster [DBG] pgmap v15674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:54.364965+0000 mgr.y (mgr.14556) 17742 : cluster [DBG] pgmap v15675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:54.364965+0000 mgr.y (mgr.14556) 17742 : cluster [DBG] pgmap v15675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:54.364965+0000 mgr.y (mgr.14556) 17742 : cluster [DBG] pgmap v15675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:56.365768+0000 mgr.y (mgr.14556) 17743 : cluster [DBG] pgmap v15676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:56.365768+0000 mgr.y (mgr.14556) 17743 : cluster [DBG] pgmap v15676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:56.365768+0000 mgr.y (mgr.14556) 17743 : cluster [DBG] pgmap v15676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:27:58.366238+0000 mgr.y (mgr.14556) 17744 : cluster [DBG] pgmap v15677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:27:58.366238+0000 mgr.y (mgr.14556) 17744 : cluster [DBG] pgmap v15677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:27:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:27:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:27:58.366238+0000 mgr.y (mgr.14556) 17744 : cluster [DBG] pgmap v15677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:00.366870+0000 mgr.y (mgr.14556) 17745 : cluster [DBG] pgmap v15678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:28:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:00.366870+0000 mgr.y (mgr.14556) 17745 : cluster [DBG] pgmap v15678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:00.366870+0000 mgr.y (mgr.14556) 17745 : cluster [DBG] pgmap v15678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:02.367377+0000 mgr.y (mgr.14556) 17746 : cluster [DBG] pgmap v15679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:28:03] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:28:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:02.367377+0000 mgr.y (mgr.14556) 17746 : cluster [DBG] pgmap v15679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:02.367377+0000 mgr.y (mgr.14556) 17746 : cluster [DBG] pgmap v15679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:04.367818+0000 mgr.y (mgr.14556) 17747 : cluster [DBG] pgmap v15680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:06.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:04.367818+0000 mgr.y (mgr.14556) 17747 : cluster [DBG] pgmap v15680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:04.367818+0000 mgr.y (mgr.14556) 17747 : cluster [DBG] pgmap v15680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:06.368659+0000 mgr.y (mgr.14556) 17748 : cluster [DBG] pgmap v15681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:06.368659+0000 mgr.y (mgr.14556) 17748 : cluster [DBG] pgmap v15681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:06.368659+0000 mgr.y (mgr.14556) 17748 : cluster [DBG] pgmap v15681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:08.369233+0000 mgr.y (mgr.14556) 17749 : cluster [DBG] pgmap v15682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:08.369233+0000 mgr.y (mgr.14556) 17749 : cluster [DBG] pgmap v15682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:08.369233+0000 mgr.y (mgr.14556) 17749 : cluster [DBG] pgmap v15682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:10.369860+0000 mgr.y (mgr.14556) 17750 : cluster [DBG] pgmap v15683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:28:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:10.369860+0000 mgr.y (mgr.14556) 17750 : cluster [DBG] pgmap v15683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:10.369860+0000 mgr.y (mgr.14556) 17750 : cluster [DBG] pgmap v15683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:12.370358+0000 mgr.y (mgr.14556) 17751 : cluster [DBG] pgmap v15684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:28:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:28:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:12.370358+0000 mgr.y (mgr.14556) 17751 : cluster [DBG] pgmap v15684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:12.370358+0000 mgr.y (mgr.14556) 17751 : cluster [DBG] pgmap v15684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:14.370825+0000 mgr.y (mgr.14556) 17752 : cluster [DBG] pgmap v15685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:14.370825+0000 mgr.y (mgr.14556) 17752 : cluster [DBG] pgmap v15685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:14.370825+0000 mgr.y (mgr.14556) 17752 : cluster [DBG] pgmap v15685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:16.371693+0000 mgr.y (mgr.14556) 17753 : cluster [DBG] pgmap v15686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:16.371693+0000 mgr.y (mgr.14556) 17753 : cluster [DBG] pgmap v15686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:16.371693+0000 mgr.y (mgr.14556) 17753 : cluster [DBG] pgmap v15686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:18.372250+0000 mgr.y (mgr.14556) 17754 : cluster [DBG] pgmap v15687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:18.372250+0000 mgr.y (mgr.14556) 17754 : cluster [DBG] pgmap v15687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:18.372250+0000 mgr.y (mgr.14556) 17754 : cluster [DBG] pgmap v15687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:20.397 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:28:20.686 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:28:20.686 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:28:20.686 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 2m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:28:20.686 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:28:20.686 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 2m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:28:20.686 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 2m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:28:20.686 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:28:20.686 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:28:20.686 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 2m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:28:20.686 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:28:20.686 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:28:20.687 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 2m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:28:20.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2m ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:28:20.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:28:20.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2m ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:28:20.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:28:20.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 2m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:28:20.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 2m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:28:20.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 2m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:28:20.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 2m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:28:20.687 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 2m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:28:21.036 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:28:21.037 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:28:21.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:28:21.037 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:28:21.037 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:28:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:28:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:20.372769+0000 mgr.y (mgr.14556) 17755 : cluster [DBG] pgmap v15688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:28:20.384900+0000 mgr.y (mgr.14556) 17756 : audit [DBG] from='client.33060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:28:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:28:20.677696+0000 mgr.y (mgr.14556) 17757 : audit [DBG] from='client.33066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:28:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:28:21.035690+0000 mon.a (mon.0) 3854 : audit [DBG] from='client.? 172.21.15.23:0/4142472398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:28:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:20.372769+0000 mgr.y (mgr.14556) 17755 : cluster [DBG] pgmap v15688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:28:20.384900+0000 mgr.y (mgr.14556) 17756 : audit [DBG] from='client.33060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:28:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:28:20.677696+0000 mgr.y (mgr.14556) 17757 : audit [DBG] from='client.33066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:28:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:28:21.035690+0000 mon.a (mon.0) 3854 : audit [DBG] from='client.? 172.21.15.23:0/4142472398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:28:22.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:20.372769+0000 mgr.y (mgr.14556) 17755 : cluster [DBG] pgmap v15688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:22.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:28:20.384900+0000 mgr.y (mgr.14556) 17756 : audit [DBG] from='client.33060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:28:22.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:28:20.677696+0000 mgr.y (mgr.14556) 17757 : audit [DBG] from='client.33066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:28:22.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:28:21.035690+0000 mon.a (mon.0) 3854 : audit [DBG] from='client.? 172.21.15.23:0/4142472398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:28:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:22.373318+0000 mgr.y (mgr.14556) 17758 : cluster [DBG] pgmap v15689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:28:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:28:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:22.373318+0000 mgr.y (mgr.14556) 17758 : cluster [DBG] pgmap v15689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:22.373318+0000 mgr.y (mgr.14556) 17758 : cluster [DBG] pgmap v15689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:24.373825+0000 mgr.y (mgr.14556) 17759 : cluster [DBG] pgmap v15690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:24.373825+0000 mgr.y (mgr.14556) 17759 : cluster [DBG] pgmap v15690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:24.373825+0000 mgr.y (mgr.14556) 17759 : cluster [DBG] pgmap v15690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:26.374536+0000 mgr.y (mgr.14556) 17760 : cluster [DBG] pgmap v15691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:26.374536+0000 mgr.y (mgr.14556) 17760 : cluster [DBG] pgmap v15691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:26.374536+0000 mgr.y (mgr.14556) 17760 : cluster [DBG] pgmap v15691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:28.374998+0000 mgr.y (mgr.14556) 17761 : cluster [DBG] pgmap v15692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:28.374998+0000 mgr.y (mgr.14556) 17761 : cluster [DBG] pgmap v15692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:28.374998+0000 mgr.y (mgr.14556) 17761 : cluster [DBG] pgmap v15692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:30.375923+0000 mgr.y (mgr.14556) 17762 : cluster [DBG] pgmap v15693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:28:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:30.375923+0000 mgr.y (mgr.14556) 17762 : cluster [DBG] pgmap v15693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:30.375923+0000 mgr.y (mgr.14556) 17762 : cluster [DBG] pgmap v15693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:32.376320+0000 mgr.y (mgr.14556) 17763 : cluster [DBG] pgmap v15694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:28:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:28:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:32.376320+0000 mgr.y (mgr.14556) 17763 : cluster [DBG] pgmap v15694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:32.376320+0000 mgr.y (mgr.14556) 17763 : cluster [DBG] pgmap v15694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:34.376762+0000 mgr.y (mgr.14556) 17764 : cluster [DBG] pgmap v15695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:34.376762+0000 mgr.y (mgr.14556) 17764 : cluster [DBG] pgmap v15695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:34.376762+0000 mgr.y (mgr.14556) 17764 : cluster [DBG] pgmap v15695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:36.377660+0000 mgr.y (mgr.14556) 17765 : cluster [DBG] pgmap v15696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:36.377660+0000 mgr.y (mgr.14556) 17765 : cluster [DBG] pgmap v15696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:36.377660+0000 mgr.y (mgr.14556) 17765 : cluster [DBG] pgmap v15696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:38.378248+0000 mgr.y (mgr.14556) 17766 : cluster [DBG] pgmap v15697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:38.378248+0000 mgr.y (mgr.14556) 17766 : cluster [DBG] pgmap v15697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:38.378248+0000 mgr.y (mgr.14556) 17766 : cluster [DBG] pgmap v15697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:28:39.801153+0000 mon.a (mon.0) 3855 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:28:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:28:40.053951+0000 mon.a (mon.0) 3856 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:28:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:28:40.060211+0000 mon.a (mon.0) 3857 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:28:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:28:40.345748+0000 mon.a (mon.0) 3858 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:28:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:28:40.346426+0000 mon.a (mon.0) 3859 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:28:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:28:40.352380+0000 mon.a (mon.0) 3860 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:28:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:28:39.801153+0000 mon.a (mon.0) 3855 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:28:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:28:40.053951+0000 mon.a (mon.0) 3856 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:28:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:28:40.060211+0000 mon.a (mon.0) 3857 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:28:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:28:40.345748+0000 mon.a (mon.0) 3858 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:28:41.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:28:40.346426+0000 mon.a (mon.0) 3859 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:28:41.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:28:40.352380+0000 mon.a (mon.0) 3860 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:28:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:28:39.801153+0000 mon.a (mon.0) 3855 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:28:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:28:40.053951+0000 mon.a (mon.0) 3856 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:28:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:28:40.060211+0000 mon.a (mon.0) 3857 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:28:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:28:40.345748+0000 mon.a (mon.0) 3858 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:28:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:28:40.346426+0000 mon.a (mon.0) 3859 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:28:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:28:40.352380+0000 mon.a (mon.0) 3860 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:28:41.798 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:28:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:40.378803+0000 mgr.y (mgr.14556) 17767 : cluster [DBG] pgmap v15698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:40.378803+0000 mgr.y (mgr.14556) 17767 : cluster [DBG] pgmap v15698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:40.378803+0000 mgr.y (mgr.14556) 17767 : cluster [DBG] pgmap v15698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:42.379234+0000 mgr.y (mgr.14556) 17768 : cluster [DBG] pgmap v15699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:42.379234+0000 mgr.y (mgr.14556) 17768 : cluster [DBG] pgmap v15699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:42.379234+0000 mgr.y (mgr.14556) 17768 : cluster [DBG] pgmap v15699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:28:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:28:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:44.379696+0000 mgr.y (mgr.14556) 17769 : cluster [DBG] pgmap v15700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:44.379696+0000 mgr.y (mgr.14556) 17769 : cluster [DBG] pgmap v15700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:44.379696+0000 mgr.y (mgr.14556) 17769 : cluster [DBG] pgmap v15700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:46.380373+0000 mgr.y (mgr.14556) 17770 : cluster [DBG] pgmap v15701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:46.380373+0000 mgr.y (mgr.14556) 17770 : cluster [DBG] pgmap v15701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:47.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:46.380373+0000 mgr.y (mgr.14556) 17770 : cluster [DBG] pgmap v15701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:48.380826+0000 mgr.y (mgr.14556) 17771 : cluster [DBG] pgmap v15702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:48.380826+0000 mgr.y (mgr.14556) 17771 : cluster [DBG] pgmap v15702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:48.380826+0000 mgr.y (mgr.14556) 17771 : cluster [DBG] pgmap v15702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:51.364 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:28:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:50.381525+0000 mgr.y (mgr.14556) 17772 : cluster [DBG] pgmap v15703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:50.381525+0000 mgr.y (mgr.14556) 17772 : cluster [DBG] pgmap v15703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:50.381525+0000 mgr.y (mgr.14556) 17772 : cluster [DBG] pgmap v15703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:51.651 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:28:51.651 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 3m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:28:51.651 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 3m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:28:51.651 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 3m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:28:51.651 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 3m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 3m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 3m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 3m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 3m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 3m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 3m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 3m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 3m ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 3m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 3m ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 3m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 3m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 3m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 3m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 3m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:28:51.652 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 3m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:28:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:28:52.001 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:28:52.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:28:52.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:28:52.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:28:52.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:28:52.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:28:52.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:28:52.001 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:28:52.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:28:52.002 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:28:52.002 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:28:52.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:28:52.002 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:28:52.002 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:28:52.002 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:28:52.002 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:28:52.002 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:28:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:28:51.351515+0000 mgr.y (mgr.14556) 17773 : audit [DBG] from='client.33078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:28:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:28:51.643423+0000 mgr.y (mgr.14556) 17774 : audit [DBG] from='client.42992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:28:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:28:52.000913+0000 mon.a (mon.0) 3861 : audit [DBG] from='client.? 172.21.15.23:0/32511591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:28:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:28:51.351515+0000 mgr.y (mgr.14556) 17773 : audit [DBG] from='client.33078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:28:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:28:51.643423+0000 mgr.y (mgr.14556) 17774 : audit [DBG] from='client.42992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:28:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:28:52.000913+0000 mon.a (mon.0) 3861 : audit [DBG] from='client.? 172.21.15.23:0/32511591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:28:52.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:28:51.351515+0000 mgr.y (mgr.14556) 17773 : audit [DBG] from='client.33078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:28:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:28:51.643423+0000 mgr.y (mgr.14556) 17774 : audit [DBG] from='client.42992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:28:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:28:52.000913+0000 mon.a (mon.0) 3861 : audit [DBG] from='client.? 172.21.15.23:0/32511591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:28:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:52.381850+0000 mgr.y (mgr.14556) 17775 : cluster [DBG] pgmap v15704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:52.381850+0000 mgr.y (mgr.14556) 17775 : cluster [DBG] pgmap v15704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:52.381850+0000 mgr.y (mgr.14556) 17775 : cluster [DBG] pgmap v15704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:28:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:28:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:54.382359+0000 mgr.y (mgr.14556) 17776 : cluster [DBG] pgmap v15705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:54.382359+0000 mgr.y (mgr.14556) 17776 : cluster [DBG] pgmap v15705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:54.382359+0000 mgr.y (mgr.14556) 17776 : cluster [DBG] pgmap v15705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:56.382992+0000 mgr.y (mgr.14556) 17777 : cluster [DBG] pgmap v15706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:56.382992+0000 mgr.y (mgr.14556) 17777 : cluster [DBG] pgmap v15706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:56.382992+0000 mgr.y (mgr.14556) 17777 : cluster [DBG] pgmap v15706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:28:58.383445+0000 mgr.y (mgr.14556) 17778 : cluster [DBG] pgmap v15707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:28:58.383445+0000 mgr.y (mgr.14556) 17778 : cluster [DBG] pgmap v15707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:28:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:28:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:28:58.383445+0000 mgr.y (mgr.14556) 17778 : cluster [DBG] pgmap v15707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:00.384052+0000 mgr.y (mgr.14556) 17779 : cluster [DBG] pgmap v15708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:00.384052+0000 mgr.y (mgr.14556) 17779 : cluster [DBG] pgmap v15708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:00.384052+0000 mgr.y (mgr.14556) 17779 : cluster [DBG] pgmap v15708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:29:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:02.384664+0000 mgr.y (mgr.14556) 17780 : cluster [DBG] pgmap v15709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:02.384664+0000 mgr.y (mgr.14556) 17780 : cluster [DBG] pgmap v15709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:02.384664+0000 mgr.y (mgr.14556) 17780 : cluster [DBG] pgmap v15709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:29:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:29:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:04.385129+0000 mgr.y (mgr.14556) 17781 : cluster [DBG] pgmap v15710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:04.385129+0000 mgr.y (mgr.14556) 17781 : cluster [DBG] pgmap v15710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:04.385129+0000 mgr.y (mgr.14556) 17781 : cluster [DBG] pgmap v15710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:06.385809+0000 mgr.y (mgr.14556) 17782 : cluster [DBG] pgmap v15711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:06.385809+0000 mgr.y (mgr.14556) 17782 : cluster [DBG] pgmap v15711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:06.385809+0000 mgr.y (mgr.14556) 17782 : cluster [DBG] pgmap v15711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:08.386427+0000 mgr.y (mgr.14556) 17783 : cluster [DBG] pgmap v15712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:08.386427+0000 mgr.y (mgr.14556) 17783 : cluster [DBG] pgmap v15712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:08.386427+0000 mgr.y (mgr.14556) 17783 : cluster [DBG] pgmap v15712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:10.386987+0000 mgr.y (mgr.14556) 17784 : cluster [DBG] pgmap v15713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:10.386987+0000 mgr.y (mgr.14556) 17784 : cluster [DBG] pgmap v15713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:10.386987+0000 mgr.y (mgr.14556) 17784 : cluster [DBG] pgmap v15713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:29:13.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:29:13] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:29:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:12.387422+0000 mgr.y (mgr.14556) 17785 : cluster [DBG] pgmap v15714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:13.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:12.387422+0000 mgr.y (mgr.14556) 17785 : cluster [DBG] pgmap v15714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:12.387422+0000 mgr.y (mgr.14556) 17785 : cluster [DBG] pgmap v15714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:14.387824+0000 mgr.y (mgr.14556) 17786 : cluster [DBG] pgmap v15715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:14.387824+0000 mgr.y (mgr.14556) 17786 : cluster [DBG] pgmap v15715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:14.387824+0000 mgr.y (mgr.14556) 17786 : cluster [DBG] pgmap v15715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:16.388531+0000 mgr.y (mgr.14556) 17787 : cluster [DBG] pgmap v15716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:16.388531+0000 mgr.y (mgr.14556) 17787 : cluster [DBG] pgmap v15716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:16.388531+0000 mgr.y (mgr.14556) 17787 : cluster [DBG] pgmap v15716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:18.388947+0000 mgr.y (mgr.14556) 17788 : cluster [DBG] pgmap v15717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:18.388947+0000 mgr.y (mgr.14556) 17788 : cluster [DBG] pgmap v15717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:18.388947+0000 mgr.y (mgr.14556) 17788 : cluster [DBG] pgmap v15717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:20.389561+0000 mgr.y (mgr.14556) 17789 : cluster [DBG] pgmap v15718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:20.389561+0000 mgr.y (mgr.14556) 17789 : cluster [DBG] pgmap v15718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:20.389561+0000 mgr.y (mgr.14556) 17789 : cluster [DBG] pgmap v15718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:29:22.326 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:29:22.614 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:29:22.614 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 3m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:29:22.614 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 3m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:29:22.614 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 3m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:29:22.614 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 3m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:29:22.614 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 3m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:29:22.614 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 3m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:29:22.614 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 3m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:29:22.614 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 3m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:29:22.614 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 3m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:29:22.615 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 3m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:29:22.615 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 3m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:29:22.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 3m ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:29:22.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 3m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:29:22.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 3m ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:29:22.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 3m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:29:22.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 3m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:29:22.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 3m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:29:22.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 3m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:29:22.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 3m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:29:22.615 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 3m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:29:22.966 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:29:22.966 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:29:22.966 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:29:22.966 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:29:22.967 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:29:23.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:29:23] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:29:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:29:22.314801+0000 mgr.y (mgr.14556) 17790 : audit [DBG] from='client.43004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:29:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:22.389870+0000 mgr.y (mgr.14556) 17791 : cluster [DBG] pgmap v15719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:29:22.605357+0000 mgr.y (mgr.14556) 17792 : audit [DBG] from='client.33102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:29:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:29:22.966088+0000 mon.a (mon.0) 3862 : audit [DBG] from='client.? 172.21.15.23:0/2357293881' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:29:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:29:22.314801+0000 mgr.y (mgr.14556) 17790 : audit [DBG] from='client.43004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:29:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:22.389870+0000 mgr.y (mgr.14556) 17791 : cluster [DBG] pgmap v15719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:29:22.605357+0000 mgr.y (mgr.14556) 17792 : audit [DBG] from='client.33102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:29:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:29:22.966088+0000 mon.a (mon.0) 3862 : audit [DBG] from='client.? 172.21.15.23:0/2357293881' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:29:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:29:22.314801+0000 mgr.y (mgr.14556) 17790 : audit [DBG] from='client.43004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:29:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:22.389870+0000 mgr.y (mgr.14556) 17791 : cluster [DBG] pgmap v15719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:29:22.605357+0000 mgr.y (mgr.14556) 17792 : audit [DBG] from='client.33102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:29:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:29:22.966088+0000 mon.a (mon.0) 3862 : audit [DBG] from='client.? 172.21.15.23:0/2357293881' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:29:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:24.390440+0000 mgr.y (mgr.14556) 17793 : cluster [DBG] pgmap v15720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:24.390440+0000 mgr.y (mgr.14556) 17793 : cluster [DBG] pgmap v15720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:24.390440+0000 mgr.y (mgr.14556) 17793 : cluster [DBG] pgmap v15720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:26.391052+0000 mgr.y (mgr.14556) 17794 : cluster [DBG] pgmap v15721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:26.391052+0000 mgr.y (mgr.14556) 17794 : cluster [DBG] pgmap v15721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:26.391052+0000 mgr.y (mgr.14556) 17794 : cluster [DBG] pgmap v15721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:28.391553+0000 mgr.y (mgr.14556) 17795 : cluster [DBG] pgmap v15722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:28.391553+0000 mgr.y (mgr.14556) 17795 : cluster [DBG] pgmap v15722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:28.391553+0000 mgr.y (mgr.14556) 17795 : cluster [DBG] pgmap v15722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:30.392200+0000 mgr.y (mgr.14556) 17796 : cluster [DBG] pgmap v15723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:29:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:30.392200+0000 mgr.y (mgr.14556) 17796 : cluster [DBG] pgmap v15723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:30.392200+0000 mgr.y (mgr.14556) 17796 : cluster [DBG] pgmap v15723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:32.392549+0000 mgr.y (mgr.14556) 17797 : cluster [DBG] pgmap v15724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:32.392549+0000 mgr.y (mgr.14556) 17797 : cluster [DBG] pgmap v15724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:29:33] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:29:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:32.392549+0000 mgr.y (mgr.14556) 17797 : cluster [DBG] pgmap v15724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:34.392919+0000 mgr.y (mgr.14556) 17798 : cluster [DBG] pgmap v15725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:34.392919+0000 mgr.y (mgr.14556) 17798 : cluster [DBG] pgmap v15725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:34.392919+0000 mgr.y (mgr.14556) 17798 : cluster [DBG] pgmap v15725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:36.393567+0000 mgr.y (mgr.14556) 17799 : cluster [DBG] pgmap v15726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:36.393567+0000 mgr.y (mgr.14556) 17799 : cluster [DBG] pgmap v15726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:36.393567+0000 mgr.y (mgr.14556) 17799 : cluster [DBG] pgmap v15726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:38.394143+0000 mgr.y (mgr.14556) 17800 : cluster [DBG] pgmap v15727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:38.394143+0000 mgr.y (mgr.14556) 17800 : cluster [DBG] pgmap v15727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:38.394143+0000 mgr.y (mgr.14556) 17800 : cluster [DBG] pgmap v15727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:41.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:29:40.356757+0000 mon.a (mon.0) 3863 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:29:41.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:29:40.663155+0000 mon.a (mon.0) 3864 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:29:41.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:29:40.663826+0000 mon.a (mon.0) 3865 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:29:41.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:29:40.672274+0000 mon.a (mon.0) 3866 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:29:41.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:29:40.356757+0000 mon.a (mon.0) 3863 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:29:41.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:29:40.663155+0000 mon.a (mon.0) 3864 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:29:41.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:29:40.663826+0000 mon.a (mon.0) 3865 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:29:41.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:29:40.672274+0000 mon.a (mon.0) 3866 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:29:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:29:40.356757+0000 mon.a (mon.0) 3863 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:29:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:29:40.663155+0000 mon.a (mon.0) 3864 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:29:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:29:40.663826+0000 mon.a (mon.0) 3865 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:29:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:29:40.672274+0000 mon.a (mon.0) 3866 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:29:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:40.394742+0000 mgr.y (mgr.14556) 17801 : cluster [DBG] pgmap v15728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:29:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:40.394742+0000 mgr.y (mgr.14556) 17801 : cluster [DBG] pgmap v15728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:40.394742+0000 mgr.y (mgr.14556) 17801 : cluster [DBG] pgmap v15728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:42.395145+0000 mgr.y (mgr.14556) 17802 : cluster [DBG] pgmap v15729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:29:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:29:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:42.395145+0000 mgr.y (mgr.14556) 17802 : cluster [DBG] pgmap v15729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:42.395145+0000 mgr.y (mgr.14556) 17802 : cluster [DBG] pgmap v15729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:44.395635+0000 mgr.y (mgr.14556) 17803 : cluster [DBG] pgmap v15730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:44.395635+0000 mgr.y (mgr.14556) 17803 : cluster [DBG] pgmap v15730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:44.395635+0000 mgr.y (mgr.14556) 17803 : cluster [DBG] pgmap v15730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:46.396272+0000 mgr.y (mgr.14556) 17804 : cluster [DBG] pgmap v15731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:46.396272+0000 mgr.y (mgr.14556) 17804 : cluster [DBG] pgmap v15731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:46.396272+0000 mgr.y (mgr.14556) 17804 : cluster [DBG] pgmap v15731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:48.396780+0000 mgr.y (mgr.14556) 17805 : cluster [DBG] pgmap v15732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:48.396780+0000 mgr.y (mgr.14556) 17805 : cluster [DBG] pgmap v15732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:48.396780+0000 mgr.y (mgr.14556) 17805 : cluster [DBG] pgmap v15732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:50.397311+0000 mgr.y (mgr.14556) 17806 : cluster [DBG] pgmap v15733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:29:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:50.397311+0000 mgr.y (mgr.14556) 17806 : cluster [DBG] pgmap v15733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:50.397311+0000 mgr.y (mgr.14556) 17806 : cluster [DBG] pgmap v15733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:53.292 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:29:53.579 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:29:53.579 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 4m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:29:53.579 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 4m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:29:53.579 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 4m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:29:53.579 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 4m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:29:53.579 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 4m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:29:53.579 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 4m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:29:53.579 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 4m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:29:53.579 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 4m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:29:53.579 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 4m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:29:53.580 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 4m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:29:53.580 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 4m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:29:53.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 4m ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:29:53.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 4m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:29:53.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 4m ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:29:53.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 4m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:29:53.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 4m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:29:53.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 4m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:29:53.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 4m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:29:53.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 4m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:29:53.580 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 4m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:29:53.932 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:29:53.932 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:29:53.932 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:29:53.932 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:29:53.932 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:29:53.932 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:29:53.932 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:29:53.933 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:29:53.933 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:29:53.933 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:29:53.933 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:29:53.933 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:29:53.933 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:29:53.933 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:29:53.933 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:29:53.933 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:29:53.933 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:29:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:52.397760+0000 mgr.y (mgr.14556) 17807 : cluster [DBG] pgmap v15734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:29:53] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:29:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:52.397760+0000 mgr.y (mgr.14556) 17807 : cluster [DBG] pgmap v15734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:52.397760+0000 mgr.y (mgr.14556) 17807 : cluster [DBG] pgmap v15734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:29:53.280262+0000 mgr.y (mgr.14556) 17808 : audit [DBG] from='client.33114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:29:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:29:53.570670+0000 mgr.y (mgr.14556) 17809 : audit [DBG] from='client.43028 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:29:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:29:53.931837+0000 mon.a (mon.0) 3867 : audit [DBG] from='client.? 172.21.15.23:0/813253918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:29:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:29:53.280262+0000 mgr.y (mgr.14556) 17808 : audit [DBG] from='client.33114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:29:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:29:53.570670+0000 mgr.y (mgr.14556) 17809 : audit [DBG] from='client.43028 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:29:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:29:53.931837+0000 mon.a (mon.0) 3867 : audit [DBG] from='client.? 172.21.15.23:0/813253918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:29:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:29:53.280262+0000 mgr.y (mgr.14556) 17808 : audit [DBG] from='client.33114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:29:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:29:53.570670+0000 mgr.y (mgr.14556) 17809 : audit [DBG] from='client.43028 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:29:55.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:29:53.931837+0000 mon.a (mon.0) 3867 : audit [DBG] from='client.? 172.21.15.23:0/813253918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:29:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:54.398132+0000 mgr.y (mgr.14556) 17810 : cluster [DBG] pgmap v15735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:54.398132+0000 mgr.y (mgr.14556) 17810 : cluster [DBG] pgmap v15735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:54.398132+0000 mgr.y (mgr.14556) 17810 : cluster [DBG] pgmap v15735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:56.398862+0000 mgr.y (mgr.14556) 17811 : cluster [DBG] pgmap v15736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:56.398862+0000 mgr.y (mgr.14556) 17811 : cluster [DBG] pgmap v15736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:29:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:56.398862+0000 mgr.y (mgr.14556) 17811 : cluster [DBG] pgmap v15736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:29:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:29:58.399250+0000 mgr.y (mgr.14556) 17812 : cluster [DBG] pgmap v15737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:29:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:29:58.399250+0000 mgr.y (mgr.14556) 17812 : cluster [DBG] pgmap v15737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T15:29:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:30:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:29:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:29:58.399250+0000 mgr.y (mgr.14556) 17812 : cluster [DBG] pgmap v15737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:00.000170+0000 mon.a (mon.0) 3868 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:30:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:00.000170+0000 mon.a (mon.0) 3868 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:30:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:00.000170+0000 mon.a (mon.0) 3868 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:30:01.810 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:30:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:00.399856+0000 mgr.y (mgr.14556) 17813 : cluster [DBG] pgmap v15738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:00.399856+0000 mgr.y (mgr.14556) 17813 : cluster [DBG] pgmap v15738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:00.399856+0000 mgr.y (mgr.14556) 17813 : cluster [DBG] pgmap v15738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:03.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:02.400282+0000 mgr.y (mgr.14556) 17814 : cluster [DBG] pgmap v15739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:02.400282+0000 mgr.y (mgr.14556) 17814 : cluster [DBG] pgmap v15739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:02.400282+0000 mgr.y (mgr.14556) 17814 : cluster [DBG] pgmap v15739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:30:03] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:30:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:04.400628+0000 mgr.y (mgr.14556) 17815 : cluster [DBG] pgmap v15740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:04.400628+0000 mgr.y (mgr.14556) 17815 : cluster [DBG] pgmap v15740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:04.400628+0000 mgr.y (mgr.14556) 17815 : cluster [DBG] pgmap v15740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:06.401404+0000 mgr.y (mgr.14556) 17816 : cluster [DBG] pgmap v15741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:06.401404+0000 mgr.y (mgr.14556) 17816 : cluster [DBG] pgmap v15741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:06.401404+0000 mgr.y (mgr.14556) 17816 : cluster [DBG] pgmap v15741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:08.401875+0000 mgr.y (mgr.14556) 17817 : cluster [DBG] pgmap v15742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:08.401875+0000 mgr.y (mgr.14556) 17817 : cluster [DBG] pgmap v15742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:08.401875+0000 mgr.y (mgr.14556) 17817 : cluster [DBG] pgmap v15742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:10.402500+0000 mgr.y (mgr.14556) 17818 : cluster [DBG] pgmap v15743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:10.402500+0000 mgr.y (mgr.14556) 17818 : cluster [DBG] pgmap v15743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:10.402500+0000 mgr.y (mgr.14556) 17818 : cluster [DBG] pgmap v15743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:30:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:12.402826+0000 mgr.y (mgr.14556) 17819 : cluster [DBG] pgmap v15744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:13.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:12.402826+0000 mgr.y (mgr.14556) 17819 : cluster [DBG] pgmap v15744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:12.402826+0000 mgr.y (mgr.14556) 17819 : cluster [DBG] pgmap v15744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:30:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:30:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:14.403341+0000 mgr.y (mgr.14556) 17820 : cluster [DBG] pgmap v15745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:14.403341+0000 mgr.y (mgr.14556) 17820 : cluster [DBG] pgmap v15745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:14.403341+0000 mgr.y (mgr.14556) 17820 : cluster [DBG] pgmap v15745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:16.404080+0000 mgr.y (mgr.14556) 17821 : cluster [DBG] pgmap v15746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:16.404080+0000 mgr.y (mgr.14556) 17821 : cluster [DBG] pgmap v15746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:16.404080+0000 mgr.y (mgr.14556) 17821 : cluster [DBG] pgmap v15746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:18.404510+0000 mgr.y (mgr.14556) 17822 : cluster [DBG] pgmap v15747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:18.404510+0000 mgr.y (mgr.14556) 17822 : cluster [DBG] pgmap v15747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:18.404510+0000 mgr.y (mgr.14556) 17822 : cluster [DBG] pgmap v15747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:20.405103+0000 mgr.y (mgr.14556) 17823 : cluster [DBG] pgmap v15748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:20.405103+0000 mgr.y (mgr.14556) 17823 : cluster [DBG] pgmap v15748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:20.405103+0000 mgr.y (mgr.14556) 17823 : cluster [DBG] pgmap v15748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:30:23.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:22.405619+0000 mgr.y (mgr.14556) 17824 : cluster [DBG] pgmap v15749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:22.405619+0000 mgr.y (mgr.14556) 17824 : cluster [DBG] pgmap v15749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:23.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:30:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:30:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:22.405619+0000 mgr.y (mgr.14556) 17824 : cluster [DBG] pgmap v15749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:24.258 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:30:24.545 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:30:24.545 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 4m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:30:24.545 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 4m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 4m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 4m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 4m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 4m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 4m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 4m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 4m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 4m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 4m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 4m ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 4m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 4m ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 4m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:30:24.546 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 4m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:30:24.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 4m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:30:24.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 4m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:30:24.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 4m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:30:24.547 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 4m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:30:24.893 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:30:24.893 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:30:24.893 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:30:24.893 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:30:24.893 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:30:24.893 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:30:24.893 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:30:24.894 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:30:24.894 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:30:24.894 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:30:24.894 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:30:24.894 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:30:24.894 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:30:24.894 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:30:24.894 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:30:24.894 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:30:24.894 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:30:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:30:24.246186+0000 mgr.y (mgr.14556) 17825 : audit [DBG] from='client.43040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:30:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:24.405946+0000 mgr.y (mgr.14556) 17826 : cluster [DBG] pgmap v15750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:30:24.537203+0000 mgr.y (mgr.14556) 17827 : audit [DBG] from='client.43046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:30:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:30:24.893025+0000 mon.c (mon.2) 428 : audit [DBG] from='client.? 172.21.15.23:0/3944061210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:30:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:30:24.246186+0000 mgr.y (mgr.14556) 17825 : audit [DBG] from='client.43040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:30:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:24.405946+0000 mgr.y (mgr.14556) 17826 : cluster [DBG] pgmap v15750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:30:24.537203+0000 mgr.y (mgr.14556) 17827 : audit [DBG] from='client.43046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:30:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:30:24.893025+0000 mon.c (mon.2) 428 : audit [DBG] from='client.? 172.21.15.23:0/3944061210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:30:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:30:24.246186+0000 mgr.y (mgr.14556) 17825 : audit [DBG] from='client.43040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:30:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:24.405946+0000 mgr.y (mgr.14556) 17826 : cluster [DBG] pgmap v15750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:30:24.537203+0000 mgr.y (mgr.14556) 17827 : audit [DBG] from='client.43046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:30:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:30:24.893025+0000 mon.c (mon.2) 428 : audit [DBG] from='client.? 172.21.15.23:0/3944061210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:30:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:26.406541+0000 mgr.y (mgr.14556) 17828 : cluster [DBG] pgmap v15751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:26.406541+0000 mgr.y (mgr.14556) 17828 : cluster [DBG] pgmap v15751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:26.406541+0000 mgr.y (mgr.14556) 17828 : cluster [DBG] pgmap v15751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:28.406965+0000 mgr.y (mgr.14556) 17829 : cluster [DBG] pgmap v15752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:28.406965+0000 mgr.y (mgr.14556) 17829 : cluster [DBG] pgmap v15752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:28.406965+0000 mgr.y (mgr.14556) 17829 : cluster [DBG] pgmap v15752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:30.407644+0000 mgr.y (mgr.14556) 17830 : cluster [DBG] pgmap v15753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:30.407644+0000 mgr.y (mgr.14556) 17830 : cluster [DBG] pgmap v15753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:30.407644+0000 mgr.y (mgr.14556) 17830 : cluster [DBG] pgmap v15753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:30:33.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:30:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:30:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:32.408026+0000 mgr.y (mgr.14556) 17831 : cluster [DBG] pgmap v15754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:32.408026+0000 mgr.y (mgr.14556) 17831 : cluster [DBG] pgmap v15754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:32.408026+0000 mgr.y (mgr.14556) 17831 : cluster [DBG] pgmap v15754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:34.408423+0000 mgr.y (mgr.14556) 17832 : cluster [DBG] pgmap v15755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:34.408423+0000 mgr.y (mgr.14556) 17832 : cluster [DBG] pgmap v15755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:34.408423+0000 mgr.y (mgr.14556) 17832 : cluster [DBG] pgmap v15755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:36.409054+0000 mgr.y (mgr.14556) 17833 : cluster [DBG] pgmap v15756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:36.409054+0000 mgr.y (mgr.14556) 17833 : cluster [DBG] pgmap v15756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:36.409054+0000 mgr.y (mgr.14556) 17833 : cluster [DBG] pgmap v15756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:38.409447+0000 mgr.y (mgr.14556) 17834 : cluster [DBG] pgmap v15757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:38.409447+0000 mgr.y (mgr.14556) 17834 : cluster [DBG] pgmap v15757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:38.409447+0000 mgr.y (mgr.14556) 17834 : cluster [DBG] pgmap v15757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:30:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:40.410023+0000 mgr.y (mgr.14556) 17835 : cluster [DBG] pgmap v15758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:30:40.676722+0000 mon.a (mon.0) 3869 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:30:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:30:40.985567+0000 mon.a (mon.0) 3870 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:30:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:30:40.986185+0000 mon.a (mon.0) 3871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:30:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:30:40.993645+0000 mon.a (mon.0) 3872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:30:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:40.410023+0000 mgr.y (mgr.14556) 17835 : cluster [DBG] pgmap v15758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:30:40.676722+0000 mon.a (mon.0) 3869 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:30:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:30:40.985567+0000 mon.a (mon.0) 3870 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:30:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:30:40.986185+0000 mon.a (mon.0) 3871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:30:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:30:40.993645+0000 mon.a (mon.0) 3872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:30:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:40.410023+0000 mgr.y (mgr.14556) 17835 : cluster [DBG] pgmap v15758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:30:40.676722+0000 mon.a (mon.0) 3869 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:30:42.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:30:40.985567+0000 mon.a (mon.0) 3870 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:30:42.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:30:40.986185+0000 mon.a (mon.0) 3871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:30:42.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:30:40.993645+0000 mon.a (mon.0) 3872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:30:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:42.410435+0000 mgr.y (mgr.14556) 17836 : cluster [DBG] pgmap v15759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:30:43] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:30:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:42.410435+0000 mgr.y (mgr.14556) 17836 : cluster [DBG] pgmap v15759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:42.410435+0000 mgr.y (mgr.14556) 17836 : cluster [DBG] pgmap v15759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:44.410867+0000 mgr.y (mgr.14556) 17837 : cluster [DBG] pgmap v15760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:44.410867+0000 mgr.y (mgr.14556) 17837 : cluster [DBG] pgmap v15760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:44.410867+0000 mgr.y (mgr.14556) 17837 : cluster [DBG] pgmap v15760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:46.411682+0000 mgr.y (mgr.14556) 17838 : cluster [DBG] pgmap v15761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:46.411682+0000 mgr.y (mgr.14556) 17838 : cluster [DBG] pgmap v15761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:46.411682+0000 mgr.y (mgr.14556) 17838 : cluster [DBG] pgmap v15761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:48.412048+0000 mgr.y (mgr.14556) 17839 : cluster [DBG] pgmap v15762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:48.412048+0000 mgr.y (mgr.14556) 17839 : cluster [DBG] pgmap v15762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:48.412048+0000 mgr.y (mgr.14556) 17839 : cluster [DBG] pgmap v15762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:50.412691+0000 mgr.y (mgr.14556) 17840 : cluster [DBG] pgmap v15763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:30:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:50.412691+0000 mgr.y (mgr.14556) 17840 : cluster [DBG] pgmap v15763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:50.412691+0000 mgr.y (mgr.14556) 17840 : cluster [DBG] pgmap v15763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:52.413267+0000 mgr.y (mgr.14556) 17841 : cluster [DBG] pgmap v15764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:30:53] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:30:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:52.413267+0000 mgr.y (mgr.14556) 17841 : cluster [DBG] pgmap v15764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:52.413267+0000 mgr.y (mgr.14556) 17841 : cluster [DBG] pgmap v15764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:55.216 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:30:55.502 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 5m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 5m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 5m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 5m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 5m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 5m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 5m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 5m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 5m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 5m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 5m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 5m ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 5m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 5m ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:30:55.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 5m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:30:55.504 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 5m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:30:55.504 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 5m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:30:55.504 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 5m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:30:55.504 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 5m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:30:55.504 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 5m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:30:55.851 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:30:55.851 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:30:55.852 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:30:55.853 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:30:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:54.413805+0000 mgr.y (mgr.14556) 17842 : cluster [DBG] pgmap v15765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:54.413805+0000 mgr.y (mgr.14556) 17842 : cluster [DBG] pgmap v15765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:54.413805+0000 mgr.y (mgr.14556) 17842 : cluster [DBG] pgmap v15765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:30:55.203630+0000 mgr.y (mgr.14556) 17843 : audit [DBG] from='client.33150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:30:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:30:55.494515+0000 mgr.y (mgr.14556) 17844 : audit [DBG] from='client.33156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:30:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:30:55.851413+0000 mon.c (mon.2) 429 : audit [DBG] from='client.? 172.21.15.23:0/2668714553' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:30:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:30:55.203630+0000 mgr.y (mgr.14556) 17843 : audit [DBG] from='client.33150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:30:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:30:55.494515+0000 mgr.y (mgr.14556) 17844 : audit [DBG] from='client.33156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:30:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:30:55.851413+0000 mon.c (mon.2) 429 : audit [DBG] from='client.? 172.21.15.23:0/2668714553' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:30:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:30:55.203630+0000 mgr.y (mgr.14556) 17843 : audit [DBG] from='client.33150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:30:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:30:55.494515+0000 mgr.y (mgr.14556) 17844 : audit [DBG] from='client.33156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:30:57.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:30:55.851413+0000 mon.c (mon.2) 429 : audit [DBG] from='client.? 172.21.15.23:0/2668714553' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:30:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:56.414530+0000 mgr.y (mgr.14556) 17845 : cluster [DBG] pgmap v15766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:56.414530+0000 mgr.y (mgr.14556) 17845 : cluster [DBG] pgmap v15766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:30:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:56.414530+0000 mgr.y (mgr.14556) 17845 : cluster [DBG] pgmap v15766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:30:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:30:58.414884+0000 mgr.y (mgr.14556) 17846 : cluster [DBG] pgmap v15767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:30:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:30:58.414884+0000 mgr.y (mgr.14556) 17846 : cluster [DBG] pgmap v15767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:30:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:30:58.414884+0000 mgr.y (mgr.14556) 17846 : cluster [DBG] pgmap v15767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:00.415530+0000 mgr.y (mgr.14556) 17847 : cluster [DBG] pgmap v15768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:31:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:00.415530+0000 mgr.y (mgr.14556) 17847 : cluster [DBG] pgmap v15768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:00.415530+0000 mgr.y (mgr.14556) 17847 : cluster [DBG] pgmap v15768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:31:03] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-03-22T15:31:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:02.415986+0000 mgr.y (mgr.14556) 17848 : cluster [DBG] pgmap v15769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:02.415986+0000 mgr.y (mgr.14556) 17848 : cluster [DBG] pgmap v15769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:02.415986+0000 mgr.y (mgr.14556) 17848 : cluster [DBG] pgmap v15769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:04.416397+0000 mgr.y (mgr.14556) 17849 : cluster [DBG] pgmap v15770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:04.416397+0000 mgr.y (mgr.14556) 17849 : cluster [DBG] pgmap v15770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:04.416397+0000 mgr.y (mgr.14556) 17849 : cluster [DBG] pgmap v15770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:06.417088+0000 mgr.y (mgr.14556) 17850 : cluster [DBG] pgmap v15771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:06.417088+0000 mgr.y (mgr.14556) 17850 : cluster [DBG] pgmap v15771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:06.417088+0000 mgr.y (mgr.14556) 17850 : cluster [DBG] pgmap v15771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:08.417502+0000 mgr.y (mgr.14556) 17851 : cluster [DBG] pgmap v15772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:08.417502+0000 mgr.y (mgr.14556) 17851 : cluster [DBG] pgmap v15772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:08.417502+0000 mgr.y (mgr.14556) 17851 : cluster [DBG] pgmap v15772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:11.802 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:31:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:10.418093+0000 mgr.y (mgr.14556) 17852 : cluster [DBG] pgmap v15773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:10.418093+0000 mgr.y (mgr.14556) 17852 : cluster [DBG] pgmap v15773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:10.418093+0000 mgr.y (mgr.14556) 17852 : cluster [DBG] pgmap v15773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:31:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:31:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:12.418646+0000 mgr.y (mgr.14556) 17853 : cluster [DBG] pgmap v15774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:12.418646+0000 mgr.y (mgr.14556) 17853 : cluster [DBG] pgmap v15774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:12.418646+0000 mgr.y (mgr.14556) 17853 : cluster [DBG] pgmap v15774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:14.419197+0000 mgr.y (mgr.14556) 17854 : cluster [DBG] pgmap v15775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:14.419197+0000 mgr.y (mgr.14556) 17854 : cluster [DBG] pgmap v15775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:14.419197+0000 mgr.y (mgr.14556) 17854 : cluster [DBG] pgmap v15775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:16.419894+0000 mgr.y (mgr.14556) 17855 : cluster [DBG] pgmap v15776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:16.419894+0000 mgr.y (mgr.14556) 17855 : cluster [DBG] pgmap v15776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:16.419894+0000 mgr.y (mgr.14556) 17855 : cluster [DBG] pgmap v15776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:18.420386+0000 mgr.y (mgr.14556) 17856 : cluster [DBG] pgmap v15777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:19.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:18.420386+0000 mgr.y (mgr.14556) 17856 : cluster [DBG] pgmap v15777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:19.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:18.420386+0000 mgr.y (mgr.14556) 17856 : cluster [DBG] pgmap v15777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:20.421007+0000 mgr.y (mgr.14556) 17857 : cluster [DBG] pgmap v15778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:20.421007+0000 mgr.y (mgr.14556) 17857 : cluster [DBG] pgmap v15778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:20.421007+0000 mgr.y (mgr.14556) 17857 : cluster [DBG] pgmap v15778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:31:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:22.421358+0000 mgr.y (mgr.14556) 17858 : cluster [DBG] pgmap v15779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:22.421358+0000 mgr.y (mgr.14556) 17858 : cluster [DBG] pgmap v15779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:22.421358+0000 mgr.y (mgr.14556) 17858 : cluster [DBG] pgmap v15779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:31:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:31:25.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:24.421878+0000 mgr.y (mgr.14556) 17859 : cluster [DBG] pgmap v15780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:24.421878+0000 mgr.y (mgr.14556) 17859 : cluster [DBG] pgmap v15780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:24.421878+0000 mgr.y (mgr.14556) 17859 : cluster [DBG] pgmap v15780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:26.175 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:31:26.467 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:31:26.467 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 5m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:31:26.467 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 5m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:31:26.467 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 5m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:31:26.468 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 5m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:31:26.468 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 5m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:31:26.468 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 5m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:31:26.468 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 5m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:31:26.468 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 5m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:31:26.468 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 5m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:31:26.468 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 5m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:31:26.468 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 5m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:31:26.468 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 5m ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:31:26.468 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 5m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:31:26.468 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 5m ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:31:26.468 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 5m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:31:26.469 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 5m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:31:26.469 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 5m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:31:26.469 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 5m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:31:26.469 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 5m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:31:26.469 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 5m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:31:26.821 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:31:26.821 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:31:26.821 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:31:26.821 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:31:26.821 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:31:26.821 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:31:26.822 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:31:26.822 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:31:26.822 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:31:26.822 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:31:26.822 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:31:26.822 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:31:26.822 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:31:26.822 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:31:26.822 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:31:26.823 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:31:26.823 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:31:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:31:26.162699+0000 mgr.y (mgr.14556) 17860 : audit [DBG] from='client.43076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:31:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:26.422448+0000 mgr.y (mgr.14556) 17861 : cluster [DBG] pgmap v15781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:31:26.458704+0000 mgr.y (mgr.14556) 17862 : audit [DBG] from='client.33174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:31:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:31:26.820721+0000 mon.a (mon.0) 3873 : audit [DBG] from='client.? 172.21.15.23:0/1671039928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:31:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:31:26.162699+0000 mgr.y (mgr.14556) 17860 : audit [DBG] from='client.43076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:31:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:26.422448+0000 mgr.y (mgr.14556) 17861 : cluster [DBG] pgmap v15781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:31:26.458704+0000 mgr.y (mgr.14556) 17862 : audit [DBG] from='client.33174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:31:27.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:31:26.820721+0000 mon.a (mon.0) 3873 : audit [DBG] from='client.? 172.21.15.23:0/1671039928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:31:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:31:26.162699+0000 mgr.y (mgr.14556) 17860 : audit [DBG] from='client.43076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:31:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:26.422448+0000 mgr.y (mgr.14556) 17861 : cluster [DBG] pgmap v15781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:31:26.458704+0000 mgr.y (mgr.14556) 17862 : audit [DBG] from='client.33174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:31:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:31:26.820721+0000 mon.a (mon.0) 3873 : audit [DBG] from='client.? 172.21.15.23:0/1671039928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:31:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:28.422810+0000 mgr.y (mgr.14556) 17863 : cluster [DBG] pgmap v15782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:29.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:28.422810+0000 mgr.y (mgr.14556) 17863 : cluster [DBG] pgmap v15782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:28.422810+0000 mgr.y (mgr.14556) 17863 : cluster [DBG] pgmap v15782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:30.423407+0000 mgr.y (mgr.14556) 17864 : cluster [DBG] pgmap v15783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:30.423407+0000 mgr.y (mgr.14556) 17864 : cluster [DBG] pgmap v15783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:30.423407+0000 mgr.y (mgr.14556) 17864 : cluster [DBG] pgmap v15783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:31:33.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:31:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:31:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:32.423809+0000 mgr.y (mgr.14556) 17865 : cluster [DBG] pgmap v15784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:32.423809+0000 mgr.y (mgr.14556) 17865 : cluster [DBG] pgmap v15784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:32.423809+0000 mgr.y (mgr.14556) 17865 : cluster [DBG] pgmap v15784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:34.424238+0000 mgr.y (mgr.14556) 17866 : cluster [DBG] pgmap v15785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:34.424238+0000 mgr.y (mgr.14556) 17866 : cluster [DBG] pgmap v15785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:34.424238+0000 mgr.y (mgr.14556) 17866 : cluster [DBG] pgmap v15785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:36.425051+0000 mgr.y (mgr.14556) 17867 : cluster [DBG] pgmap v15786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:36.425051+0000 mgr.y (mgr.14556) 17867 : cluster [DBG] pgmap v15786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:36.425051+0000 mgr.y (mgr.14556) 17867 : cluster [DBG] pgmap v15786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:38.425504+0000 mgr.y (mgr.14556) 17868 : cluster [DBG] pgmap v15787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:38.425504+0000 mgr.y (mgr.14556) 17868 : cluster [DBG] pgmap v15787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:38.425504+0000 mgr.y (mgr.14556) 17868 : cluster [DBG] pgmap v15787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:40.426161+0000 mgr.y (mgr.14556) 17869 : cluster [DBG] pgmap v15788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:31:40.998036+0000 mon.a (mon.0) 3874 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:31:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:31:41.304316+0000 mon.a (mon.0) 3875 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:31:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:31:41.304998+0000 mon.a (mon.0) 3876 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:31:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:31:41.311962+0000 mon.a (mon.0) 3877 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:31:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:40.426161+0000 mgr.y (mgr.14556) 17869 : cluster [DBG] pgmap v15788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:31:40.998036+0000 mon.a (mon.0) 3874 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:31:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:31:41.304316+0000 mon.a (mon.0) 3875 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:31:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:31:41.304998+0000 mon.a (mon.0) 3876 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:31:41.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:31:41.311962+0000 mon.a (mon.0) 3877 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:31:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:31:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:40.426161+0000 mgr.y (mgr.14556) 17869 : cluster [DBG] pgmap v15788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:31:40.998036+0000 mon.a (mon.0) 3874 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:31:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:31:41.304316+0000 mon.a (mon.0) 3875 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:31:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:31:41.304998+0000 mon.a (mon.0) 3876 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:31:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:31:41.311962+0000 mon.a (mon.0) 3877 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:31:43.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:31:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:31:43.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:42.426559+0000 mgr.y (mgr.14556) 17870 : cluster [DBG] pgmap v15789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:43.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:42.426559+0000 mgr.y (mgr.14556) 17870 : cluster [DBG] pgmap v15789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:42.426559+0000 mgr.y (mgr.14556) 17870 : cluster [DBG] pgmap v15789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:44.427128+0000 mgr.y (mgr.14556) 17871 : cluster [DBG] pgmap v15790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:44.427128+0000 mgr.y (mgr.14556) 17871 : cluster [DBG] pgmap v15790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:44.427128+0000 mgr.y (mgr.14556) 17871 : cluster [DBG] pgmap v15790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:46.427983+0000 mgr.y (mgr.14556) 17872 : cluster [DBG] pgmap v15791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:46.427983+0000 mgr.y (mgr.14556) 17872 : cluster [DBG] pgmap v15791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:46.427983+0000 mgr.y (mgr.14556) 17872 : cluster [DBG] pgmap v15791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:48.428367+0000 mgr.y (mgr.14556) 17873 : cluster [DBG] pgmap v15792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:48.428367+0000 mgr.y (mgr.14556) 17873 : cluster [DBG] pgmap v15792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:48.428367+0000 mgr.y (mgr.14556) 17873 : cluster [DBG] pgmap v15792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:50.429182+0000 mgr.y (mgr.14556) 17874 : cluster [DBG] pgmap v15793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:50.429182+0000 mgr.y (mgr.14556) 17874 : cluster [DBG] pgmap v15793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:50.429182+0000 mgr.y (mgr.14556) 17874 : cluster [DBG] pgmap v15793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:31:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:52.429717+0000 mgr.y (mgr.14556) 17875 : cluster [DBG] pgmap v15794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:31:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:31:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:52.429717+0000 mgr.y (mgr.14556) 17875 : cluster [DBG] pgmap v15794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:52.429717+0000 mgr.y (mgr.14556) 17875 : cluster [DBG] pgmap v15794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:54.430284+0000 mgr.y (mgr.14556) 17876 : cluster [DBG] pgmap v15795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:54.430284+0000 mgr.y (mgr.14556) 17876 : cluster [DBG] pgmap v15795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:54.430284+0000 mgr.y (mgr.14556) 17876 : cluster [DBG] pgmap v15795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:57.146 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:31:57.434 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:31:57.434 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 6m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:31:57.434 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 6m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:31:57.434 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 6m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:31:57.434 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 6m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:31:57.434 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 6m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:31:57.434 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 6m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:31:57.434 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 6m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 6m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 6m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 6m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 6m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 6m ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 6m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 6m ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 6m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 6m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 6m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 6m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 6m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:31:57.435 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 6m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:31:57.782 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:31:57.782 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:31:57.782 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:31:57.782 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:31:57.782 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:31:57.782 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:31:57.782 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:31:57.782 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:31:57.783 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:31:57.783 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:31:57.783 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:31:57.783 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:31:57.783 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:31:57.783 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:31:57.783 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:31:57.783 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:31:57.783 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:31:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:56.431149+0000 mgr.y (mgr.14556) 17877 : cluster [DBG] pgmap v15796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:56.431149+0000 mgr.y (mgr.14556) 17877 : cluster [DBG] pgmap v15796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:56.431149+0000 mgr.y (mgr.14556) 17877 : cluster [DBG] pgmap v15796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:31:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:31:57.134297+0000 mgr.y (mgr.14556) 17878 : audit [DBG] from='client.33186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:31:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:31:57.425939+0000 mgr.y (mgr.14556) 17879 : audit [DBG] from='client.33192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:31:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:31:57.782095+0000 mon.a (mon.0) 3878 : audit [DBG] from='client.? 172.21.15.23:0/2704393481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:31:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:31:57.134297+0000 mgr.y (mgr.14556) 17878 : audit [DBG] from='client.33186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:31:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:31:57.425939+0000 mgr.y (mgr.14556) 17879 : audit [DBG] from='client.33192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:31:59.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:31:57.782095+0000 mon.a (mon.0) 3878 : audit [DBG] from='client.? 172.21.15.23:0/2704393481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:31:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:31:57.134297+0000 mgr.y (mgr.14556) 17878 : audit [DBG] from='client.33186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:31:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:31:57.425939+0000 mgr.y (mgr.14556) 17879 : audit [DBG] from='client.33192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:31:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:31:57.782095+0000 mon.a (mon.0) 3878 : audit [DBG] from='client.? 172.21.15.23:0/2704393481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:32:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:31:58.431576+0000 mgr.y (mgr.14556) 17880 : cluster [DBG] pgmap v15797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:31:58.431576+0000 mgr.y (mgr.14556) 17880 : cluster [DBG] pgmap v15797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:31:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:31:58.431576+0000 mgr.y (mgr.14556) 17880 : cluster [DBG] pgmap v15797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:00.432280+0000 mgr.y (mgr.14556) 17881 : cluster [DBG] pgmap v15798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:32:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:00.432280+0000 mgr.y (mgr.14556) 17881 : cluster [DBG] pgmap v15798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:00.432280+0000 mgr.y (mgr.14556) 17881 : cluster [DBG] pgmap v15798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:02.432831+0000 mgr.y (mgr.14556) 17882 : cluster [DBG] pgmap v15799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:02.432831+0000 mgr.y (mgr.14556) 17882 : cluster [DBG] pgmap v15799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:32:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:32:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:02.432831+0000 mgr.y (mgr.14556) 17882 : cluster [DBG] pgmap v15799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:04.433259+0000 mgr.y (mgr.14556) 17883 : cluster [DBG] pgmap v15800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:04.433259+0000 mgr.y (mgr.14556) 17883 : cluster [DBG] pgmap v15800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:04.433259+0000 mgr.y (mgr.14556) 17883 : cluster [DBG] pgmap v15800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:06.433960+0000 mgr.y (mgr.14556) 17884 : cluster [DBG] pgmap v15801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:06.433960+0000 mgr.y (mgr.14556) 17884 : cluster [DBG] pgmap v15801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:06.433960+0000 mgr.y (mgr.14556) 17884 : cluster [DBG] pgmap v15801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:08.434497+0000 mgr.y (mgr.14556) 17885 : cluster [DBG] pgmap v15802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:08.434497+0000 mgr.y (mgr.14556) 17885 : cluster [DBG] pgmap v15802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:08.434497+0000 mgr.y (mgr.14556) 17885 : cluster [DBG] pgmap v15802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:10.435066+0000 mgr.y (mgr.14556) 17886 : cluster [DBG] pgmap v15803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:32:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:10.435066+0000 mgr.y (mgr.14556) 17886 : cluster [DBG] pgmap v15803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:10.435066+0000 mgr.y (mgr.14556) 17886 : cluster [DBG] pgmap v15803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:12.435543+0000 mgr.y (mgr.14556) 17887 : cluster [DBG] pgmap v15804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:32:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:32:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:12.435543+0000 mgr.y (mgr.14556) 17887 : cluster [DBG] pgmap v15804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:12.435543+0000 mgr.y (mgr.14556) 17887 : cluster [DBG] pgmap v15804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:14.436105+0000 mgr.y (mgr.14556) 17888 : cluster [DBG] pgmap v15805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:14.436105+0000 mgr.y (mgr.14556) 17888 : cluster [DBG] pgmap v15805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:14.436105+0000 mgr.y (mgr.14556) 17888 : cluster [DBG] pgmap v15805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:16.436723+0000 mgr.y (mgr.14556) 17889 : cluster [DBG] pgmap v15806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:16.436723+0000 mgr.y (mgr.14556) 17889 : cluster [DBG] pgmap v15806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:16.436723+0000 mgr.y (mgr.14556) 17889 : cluster [DBG] pgmap v15806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:18.437075+0000 mgr.y (mgr.14556) 17890 : cluster [DBG] pgmap v15807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:18.437075+0000 mgr.y (mgr.14556) 17890 : cluster [DBG] pgmap v15807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:18.437075+0000 mgr.y (mgr.14556) 17890 : cluster [DBG] pgmap v15807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:20.437864+0000 mgr.y (mgr.14556) 17891 : cluster [DBG] pgmap v15808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:32:22.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:20.437864+0000 mgr.y (mgr.14556) 17891 : cluster [DBG] pgmap v15808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:20.437864+0000 mgr.y (mgr.14556) 17891 : cluster [DBG] pgmap v15808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:32:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:32:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:22.438323+0000 mgr.y (mgr.14556) 17892 : cluster [DBG] pgmap v15809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:22.438323+0000 mgr.y (mgr.14556) 17892 : cluster [DBG] pgmap v15809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:22.438323+0000 mgr.y (mgr.14556) 17892 : cluster [DBG] pgmap v15809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:24.438912+0000 mgr.y (mgr.14556) 17893 : cluster [DBG] pgmap v15810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:24.438912+0000 mgr.y (mgr.14556) 17893 : cluster [DBG] pgmap v15810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:24.438912+0000 mgr.y (mgr.14556) 17893 : cluster [DBG] pgmap v15810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:28.106 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:32:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:26.439724+0000 mgr.y (mgr.14556) 17894 : cluster [DBG] pgmap v15811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:26.439724+0000 mgr.y (mgr.14556) 17894 : cluster [DBG] pgmap v15811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:28.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:26.439724+0000 mgr.y (mgr.14556) 17894 : cluster [DBG] pgmap v15811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:28.393 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:32:28.393 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 6m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:32:28.393 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 6m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:32:28.393 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 6m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:32:28.393 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 6m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 6m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 6m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 6m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 6m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 6m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 6m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 6m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 6m ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 6m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 6m ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 6m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 6m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 6m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 6m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:32:28.394 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 6m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:32:28.395 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 6m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:32:28.741 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:32:28.741 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:32:28.741 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:32:28.741 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:32:28.741 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:32:28.741 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:32:28.741 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:32:28.742 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:32:28.742 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:32:28.742 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:32:28.742 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:32:28.742 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:32:28.742 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:32:28.742 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:32:28.742 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:32:28.742 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:32:28.742 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:32:29.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:32:28.741186+0000 mon.a (mon.0) 3879 : audit [DBG] from='client.? 172.21.15.23:0/2864190371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:32:29.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:32:28.741186+0000 mon.a (mon.0) 3879 : audit [DBG] from='client.? 172.21.15.23:0/2864190371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:32:29.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:32:28.741186+0000 mon.a (mon.0) 3879 : audit [DBG] from='client.? 172.21.15.23:0/2864190371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:32:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:32:28.094503+0000 mgr.y (mgr.14556) 17895 : audit [DBG] from='client.33204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:32:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:32:28.385542+0000 mgr.y (mgr.14556) 17896 : audit [DBG] from='client.43118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:32:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:28.440047+0000 mgr.y (mgr.14556) 17897 : cluster [DBG] pgmap v15812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:32:28.094503+0000 mgr.y (mgr.14556) 17895 : audit [DBG] from='client.33204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:32:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:32:28.385542+0000 mgr.y (mgr.14556) 17896 : audit [DBG] from='client.43118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:32:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:28.440047+0000 mgr.y (mgr.14556) 17897 : cluster [DBG] pgmap v15812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:32:28.094503+0000 mgr.y (mgr.14556) 17895 : audit [DBG] from='client.33204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:32:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:32:28.385542+0000 mgr.y (mgr.14556) 17896 : audit [DBG] from='client.43118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:32:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:28.440047+0000 mgr.y (mgr.14556) 17897 : cluster [DBG] pgmap v15812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:31.803 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:32:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:30.440760+0000 mgr.y (mgr.14556) 17898 : cluster [DBG] pgmap v15813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:30.440760+0000 mgr.y (mgr.14556) 17898 : cluster [DBG] pgmap v15813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:30.440760+0000 mgr.y (mgr.14556) 17898 : cluster [DBG] pgmap v15813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:32:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:32:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:32.441233+0000 mgr.y (mgr.14556) 17899 : cluster [DBG] pgmap v15814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:32.441233+0000 mgr.y (mgr.14556) 17899 : cluster [DBG] pgmap v15814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:32.441233+0000 mgr.y (mgr.14556) 17899 : cluster [DBG] pgmap v15814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:34.441816+0000 mgr.y (mgr.14556) 17900 : cluster [DBG] pgmap v15815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:34.441816+0000 mgr.y (mgr.14556) 17900 : cluster [DBG] pgmap v15815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:34.441816+0000 mgr.y (mgr.14556) 17900 : cluster [DBG] pgmap v15815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:36.442528+0000 mgr.y (mgr.14556) 17901 : cluster [DBG] pgmap v15816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:36.442528+0000 mgr.y (mgr.14556) 17901 : cluster [DBG] pgmap v15816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:36.442528+0000 mgr.y (mgr.14556) 17901 : cluster [DBG] pgmap v15816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:38.442859+0000 mgr.y (mgr.14556) 17902 : cluster [DBG] pgmap v15817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:38.442859+0000 mgr.y (mgr.14556) 17902 : cluster [DBG] pgmap v15817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:38.442859+0000 mgr.y (mgr.14556) 17902 : cluster [DBG] pgmap v15817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:41.835 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:32:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:40.443516+0000 mgr.y (mgr.14556) 17903 : cluster [DBG] pgmap v15818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:32:41.316451+0000 mon.a (mon.0) 3880 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:32:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:32:41.621904+0000 mon.a (mon.0) 3881 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:32:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:32:41.622633+0000 mon.a (mon.0) 3882 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:32:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:32:41.630208+0000 mon.a (mon.0) 3883 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:32:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:40.443516+0000 mgr.y (mgr.14556) 17903 : cluster [DBG] pgmap v15818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:32:41.316451+0000 mon.a (mon.0) 3880 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:32:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:32:41.621904+0000 mon.a (mon.0) 3881 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:32:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:32:41.622633+0000 mon.a (mon.0) 3882 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:32:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:32:41.630208+0000 mon.a (mon.0) 3883 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:32:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:40.443516+0000 mgr.y (mgr.14556) 17903 : cluster [DBG] pgmap v15818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:32:41.316451+0000 mon.a (mon.0) 3880 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:32:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:32:41.621904+0000 mon.a (mon.0) 3881 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:32:42.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:32:41.622633+0000 mon.a (mon.0) 3882 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:32:42.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:32:41.630208+0000 mon.a (mon.0) 3883 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:32:43.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:42.444014+0000 mgr.y (mgr.14556) 17904 : cluster [DBG] pgmap v15819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:42.444014+0000 mgr.y (mgr.14556) 17904 : cluster [DBG] pgmap v15819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:42.444014+0000 mgr.y (mgr.14556) 17904 : cluster [DBG] pgmap v15819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:32:43] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-03-22T15:32:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:44.444548+0000 mgr.y (mgr.14556) 17905 : cluster [DBG] pgmap v15820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:44.444548+0000 mgr.y (mgr.14556) 17905 : cluster [DBG] pgmap v15820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:44.444548+0000 mgr.y (mgr.14556) 17905 : cluster [DBG] pgmap v15820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:46.445148+0000 mgr.y (mgr.14556) 17906 : cluster [DBG] pgmap v15821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:46.445148+0000 mgr.y (mgr.14556) 17906 : cluster [DBG] pgmap v15821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:46.445148+0000 mgr.y (mgr.14556) 17906 : cluster [DBG] pgmap v15821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:48.445612+0000 mgr.y (mgr.14556) 17907 : cluster [DBG] pgmap v15822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:48.445612+0000 mgr.y (mgr.14556) 17907 : cluster [DBG] pgmap v15822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:48.445612+0000 mgr.y (mgr.14556) 17907 : cluster [DBG] pgmap v15822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:50.446455+0000 mgr.y (mgr.14556) 17908 : cluster [DBG] pgmap v15823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:50.446455+0000 mgr.y (mgr.14556) 17908 : cluster [DBG] pgmap v15823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:50.446455+0000 mgr.y (mgr.14556) 17908 : cluster [DBG] pgmap v15823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:32:53.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:32:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:32:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:52.446946+0000 mgr.y (mgr.14556) 17909 : cluster [DBG] pgmap v15824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:52.446946+0000 mgr.y (mgr.14556) 17909 : cluster [DBG] pgmap v15824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:52.446946+0000 mgr.y (mgr.14556) 17909 : cluster [DBG] pgmap v15824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:54.447358+0000 mgr.y (mgr.14556) 17910 : cluster [DBG] pgmap v15825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:54.447358+0000 mgr.y (mgr.14556) 17910 : cluster [DBG] pgmap v15825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:54.447358+0000 mgr.y (mgr.14556) 17910 : cluster [DBG] pgmap v15825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:56.448045+0000 mgr.y (mgr.14556) 17911 : cluster [DBG] pgmap v15826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:56.448045+0000 mgr.y (mgr.14556) 17911 : cluster [DBG] pgmap v15826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:56.448045+0000 mgr.y (mgr.14556) 17911 : cluster [DBG] pgmap v15826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:59.065 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:32:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:32:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:32:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:32:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:32:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:32:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:32:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:32:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:32:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:32:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:32:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:32:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:32:59.352 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7m ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:32:59.352 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:32:59.352 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 7m ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:32:59.352 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:32:59.352 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:32:59.352 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:32:59.352 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:32:59.352 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:32:59.352 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:32:59.700 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:32:59.700 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:32:59.700 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:32:59.700 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:32:59.701 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:32:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:32:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:32:58.448627+0000 mgr.y (mgr.14556) 17912 : cluster [DBG] pgmap v15827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:32:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:32:58.448627+0000 mgr.y (mgr.14556) 17912 : cluster [DBG] pgmap v15827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:32:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:32:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:32:58.448627+0000 mgr.y (mgr.14556) 17912 : cluster [DBG] pgmap v15827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:32:59.054003+0000 mgr.y (mgr.14556) 17913 : audit [DBG] from='client.33222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:33:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:32:59.342888+0000 mgr.y (mgr.14556) 17914 : audit [DBG] from='client.43136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:33:00.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:32:59.700547+0000 mon.c (mon.2) 430 : audit [DBG] from='client.? 172.21.15.23:0/212727702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:33:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:32:59.054003+0000 mgr.y (mgr.14556) 17913 : audit [DBG] from='client.33222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:33:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:32:59.342888+0000 mgr.y (mgr.14556) 17914 : audit [DBG] from='client.43136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:33:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:32:59.700547+0000 mon.c (mon.2) 430 : audit [DBG] from='client.? 172.21.15.23:0/212727702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:33:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:32:59.054003+0000 mgr.y (mgr.14556) 17913 : audit [DBG] from='client.33222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:33:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:32:59.342888+0000 mgr.y (mgr.14556) 17914 : audit [DBG] from='client.43136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:33:00.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:32:59.700547+0000 mon.c (mon.2) 430 : audit [DBG] from='client.? 172.21.15.23:0/212727702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:33:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:00.449376+0000 mgr.y (mgr.14556) 17915 : cluster [DBG] pgmap v15828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:00.449376+0000 mgr.y (mgr.14556) 17915 : cluster [DBG] pgmap v15828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:33:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:00.449376+0000 mgr.y (mgr.14556) 17915 : cluster [DBG] pgmap v15828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:33:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:33:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:02.449901+0000 mgr.y (mgr.14556) 17916 : cluster [DBG] pgmap v15829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:02.449901+0000 mgr.y (mgr.14556) 17916 : cluster [DBG] pgmap v15829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:02.449901+0000 mgr.y (mgr.14556) 17916 : cluster [DBG] pgmap v15829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:04.450488+0000 mgr.y (mgr.14556) 17917 : cluster [DBG] pgmap v15830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:04.450488+0000 mgr.y (mgr.14556) 17917 : cluster [DBG] pgmap v15830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:04.450488+0000 mgr.y (mgr.14556) 17917 : cluster [DBG] pgmap v15830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:06.451366+0000 mgr.y (mgr.14556) 17918 : cluster [DBG] pgmap v15831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:06.451366+0000 mgr.y (mgr.14556) 17918 : cluster [DBG] pgmap v15831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:06.451366+0000 mgr.y (mgr.14556) 17918 : cluster [DBG] pgmap v15831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:08.451854+0000 mgr.y (mgr.14556) 17919 : cluster [DBG] pgmap v15832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:08.451854+0000 mgr.y (mgr.14556) 17919 : cluster [DBG] pgmap v15832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:08.451854+0000 mgr.y (mgr.14556) 17919 : cluster [DBG] pgmap v15832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:10.452651+0000 mgr.y (mgr.14556) 17920 : cluster [DBG] pgmap v15833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:10.452651+0000 mgr.y (mgr.14556) 17920 : cluster [DBG] pgmap v15833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:10.452651+0000 mgr.y (mgr.14556) 17920 : cluster [DBG] pgmap v15833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:33:13.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:33:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:33:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:12.453003+0000 mgr.y (mgr.14556) 17921 : cluster [DBG] pgmap v15834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:13.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:12.453003+0000 mgr.y (mgr.14556) 17921 : cluster [DBG] pgmap v15834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:12.453003+0000 mgr.y (mgr.14556) 17921 : cluster [DBG] pgmap v15834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:14.453505+0000 mgr.y (mgr.14556) 17922 : cluster [DBG] pgmap v15835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:14.453505+0000 mgr.y (mgr.14556) 17922 : cluster [DBG] pgmap v15835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:14.453505+0000 mgr.y (mgr.14556) 17922 : cluster [DBG] pgmap v15835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:16.454131+0000 mgr.y (mgr.14556) 17923 : cluster [DBG] pgmap v15836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:16.454131+0000 mgr.y (mgr.14556) 17923 : cluster [DBG] pgmap v15836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:16.454131+0000 mgr.y (mgr.14556) 17923 : cluster [DBG] pgmap v15836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:18.454507+0000 mgr.y (mgr.14556) 17924 : cluster [DBG] pgmap v15837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:18.454507+0000 mgr.y (mgr.14556) 17924 : cluster [DBG] pgmap v15837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:18.454507+0000 mgr.y (mgr.14556) 17924 : cluster [DBG] pgmap v15837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:20.455252+0000 mgr.y (mgr.14556) 17925 : cluster [DBG] pgmap v15838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:33:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:20.455252+0000 mgr.y (mgr.14556) 17925 : cluster [DBG] pgmap v15838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:20.455252+0000 mgr.y (mgr.14556) 17925 : cluster [DBG] pgmap v15838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:22.455810+0000 mgr.y (mgr.14556) 17926 : cluster [DBG] pgmap v15839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:33:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:33:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:22.455810+0000 mgr.y (mgr.14556) 17926 : cluster [DBG] pgmap v15839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:22.455810+0000 mgr.y (mgr.14556) 17926 : cluster [DBG] pgmap v15839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:24.456395+0000 mgr.y (mgr.14556) 17927 : cluster [DBG] pgmap v15840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:24.456395+0000 mgr.y (mgr.14556) 17927 : cluster [DBG] pgmap v15840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:24.456395+0000 mgr.y (mgr.14556) 17927 : cluster [DBG] pgmap v15840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:26.457267+0000 mgr.y (mgr.14556) 17928 : cluster [DBG] pgmap v15841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:26.457267+0000 mgr.y (mgr.14556) 17928 : cluster [DBG] pgmap v15841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:26.457267+0000 mgr.y (mgr.14556) 17928 : cluster [DBG] pgmap v15841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:30.030 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:33:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:28.457694+0000 mgr.y (mgr.14556) 17929 : cluster [DBG] pgmap v15842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:28.457694+0000 mgr.y (mgr.14556) 17929 : cluster [DBG] pgmap v15842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:28.457694+0000 mgr.y (mgr.14556) 17929 : cluster [DBG] pgmap v15842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:30.324 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:33:30.324 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:33:30.324 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:33:30.324 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:33:30.324 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 7m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 7m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 7m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 7m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 7m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 7m ago 8h 46.6M 2472M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 7m ago 8h 45.9M 2472M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 7m ago 8h 44.7M 2472M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7m ago 8h 44.0M 2472M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:33:30.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:33:30.326 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:33:30.674 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:33:30.675 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:33:30.675 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:33:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:33:30.673700+0000 mon.a (mon.0) 3884 : audit [DBG] from='client.? 172.21.15.23:0/2341893954' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:33:31.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:33:30.673700+0000 mon.a (mon.0) 3884 : audit [DBG] from='client.? 172.21.15.23:0/2341893954' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:33:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:33:30.673700+0000 mon.a (mon.0) 3884 : audit [DBG] from='client.? 172.21.15.23:0/2341893954' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:33:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:33:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:33:30.018016+0000 mgr.y (mgr.14556) 17930 : audit [DBG] from='client.33240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:33:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:33:30.316371+0000 mgr.y (mgr.14556) 17931 : audit [DBG] from='client.33246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:33:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:30.458210+0000 mgr.y (mgr.14556) 17932 : cluster [DBG] pgmap v15843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:33:30.018016+0000 mgr.y (mgr.14556) 17930 : audit [DBG] from='client.33240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:33:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:33:30.316371+0000 mgr.y (mgr.14556) 17931 : audit [DBG] from='client.33246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:33:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:30.458210+0000 mgr.y (mgr.14556) 17932 : cluster [DBG] pgmap v15843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:33:30.018016+0000 mgr.y (mgr.14556) 17930 : audit [DBG] from='client.33240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:33:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:33:30.316371+0000 mgr.y (mgr.14556) 17931 : audit [DBG] from='client.33246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:33:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:30.458210+0000 mgr.y (mgr.14556) 17932 : cluster [DBG] pgmap v15843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:33:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:33:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:32.458723+0000 mgr.y (mgr.14556) 17933 : cluster [DBG] pgmap v15844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:32.458723+0000 mgr.y (mgr.14556) 17933 : cluster [DBG] pgmap v15844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:32.458723+0000 mgr.y (mgr.14556) 17933 : cluster [DBG] pgmap v15844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:34.459176+0000 mgr.y (mgr.14556) 17934 : cluster [DBG] pgmap v15845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:34.459176+0000 mgr.y (mgr.14556) 17934 : cluster [DBG] pgmap v15845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:34.459176+0000 mgr.y (mgr.14556) 17934 : cluster [DBG] pgmap v15845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:36.459788+0000 mgr.y (mgr.14556) 17935 : cluster [DBG] pgmap v15846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:36.459788+0000 mgr.y (mgr.14556) 17935 : cluster [DBG] pgmap v15846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:36.459788+0000 mgr.y (mgr.14556) 17935 : cluster [DBG] pgmap v15846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:40.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:38.460355+0000 mgr.y (mgr.14556) 17936 : cluster [DBG] pgmap v15847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:40.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:38.460355+0000 mgr.y (mgr.14556) 17936 : cluster [DBG] pgmap v15847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:38.460355+0000 mgr.y (mgr.14556) 17936 : cluster [DBG] pgmap v15847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:33:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:40.461118+0000 mgr.y (mgr.14556) 17937 : cluster [DBG] pgmap v15848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:33:41.634618+0000 mon.a (mon.0) 3885 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:33:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:40.461118+0000 mgr.y (mgr.14556) 17937 : cluster [DBG] pgmap v15848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:33:41.634618+0000 mon.a (mon.0) 3885 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:33:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:40.461118+0000 mgr.y (mgr.14556) 17937 : cluster [DBG] pgmap v15848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:33:41.634618+0000 mon.a (mon.0) 3885 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:33:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:33:41.942317+0000 mon.a (mon.0) 3886 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:33:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:33:41.942976+0000 mon.a (mon.0) 3887 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:33:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:33:41.943511+0000 mon.a (mon.0) 3888 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:33:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:33:41.944072+0000 mon.a (mon.0) 3889 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:33:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:33:41.948140+0000 mon.a (mon.0) 3890 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:33:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:33:41.948910+0000 mon.a (mon.0) 3891 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:33:43.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:33:41.949473+0000 mon.a (mon.0) 3892 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:33:43.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:33:41.958052+0000 mon.a (mon.0) 3893 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:33:43.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:33:41.942317+0000 mon.a (mon.0) 3886 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:33:43.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:33:41.942976+0000 mon.a (mon.0) 3887 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:33:43.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:33:41.943511+0000 mon.a (mon.0) 3888 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:33:43.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:33:41.944072+0000 mon.a (mon.0) 3889 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:33:43.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:33:41.948140+0000 mon.a (mon.0) 3890 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:33:43.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:33:41.948910+0000 mon.a (mon.0) 3891 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:33:43.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:33:41.949473+0000 mon.a (mon.0) 3892 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:33:43.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:33:41.958052+0000 mon.a (mon.0) 3893 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:33:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:33:41.942317+0000 mon.a (mon.0) 3886 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:33:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:33:41.942976+0000 mon.a (mon.0) 3887 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:33:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:33:41.943511+0000 mon.a (mon.0) 3888 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:33:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:33:41.944072+0000 mon.a (mon.0) 3889 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:33:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:33:41.948140+0000 mon.a (mon.0) 3890 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:33:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:33:41.948910+0000 mon.a (mon.0) 3891 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:33:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:33:41.949473+0000 mon.a (mon.0) 3892 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:33:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:33:41.958052+0000 mon.a (mon.0) 3893 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:33:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:33:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:33:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T15:33:41.944505+0000 mgr.y (mgr.14556) 17938 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T15:33:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:42.461468+0000 mgr.y (mgr.14556) 17939 : cluster [DBG] pgmap v15849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T15:33:41.944505+0000 mgr.y (mgr.14556) 17938 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T15:33:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:42.461468+0000 mgr.y (mgr.14556) 17939 : cluster [DBG] pgmap v15849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T15:33:41.944505+0000 mgr.y (mgr.14556) 17938 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T15:33:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:42.461468+0000 mgr.y (mgr.14556) 17939 : cluster [DBG] pgmap v15849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:44.461932+0000 mgr.y (mgr.14556) 17940 : cluster [DBG] pgmap v15850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:44.461932+0000 mgr.y (mgr.14556) 17940 : cluster [DBG] pgmap v15850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:44.461932+0000 mgr.y (mgr.14556) 17940 : cluster [DBG] pgmap v15850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:46.462715+0000 mgr.y (mgr.14556) 17941 : cluster [DBG] pgmap v15851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:46.462715+0000 mgr.y (mgr.14556) 17941 : cluster [DBG] pgmap v15851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:46.462715+0000 mgr.y (mgr.14556) 17941 : cluster [DBG] pgmap v15851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:48.463224+0000 mgr.y (mgr.14556) 17942 : cluster [DBG] pgmap v15852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:48.463224+0000 mgr.y (mgr.14556) 17942 : cluster [DBG] pgmap v15852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:48.463224+0000 mgr.y (mgr.14556) 17942 : cluster [DBG] pgmap v15852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:51.820 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:33:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:50.463791+0000 mgr.y (mgr.14556) 17943 : cluster [DBG] pgmap v15853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:50.463791+0000 mgr.y (mgr.14556) 17943 : cluster [DBG] pgmap v15853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:50.463791+0000 mgr.y (mgr.14556) 17943 : cluster [DBG] pgmap v15853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:33:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:33:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:52.464248+0000 mgr.y (mgr.14556) 17944 : cluster [DBG] pgmap v15854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:52.464248+0000 mgr.y (mgr.14556) 17944 : cluster [DBG] pgmap v15854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:52.464248+0000 mgr.y (mgr.14556) 17944 : cluster [DBG] pgmap v15854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:54.464733+0000 mgr.y (mgr.14556) 17945 : cluster [DBG] pgmap v15855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:54.464733+0000 mgr.y (mgr.14556) 17945 : cluster [DBG] pgmap v15855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:54.464733+0000 mgr.y (mgr.14556) 17945 : cluster [DBG] pgmap v15855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:56.465519+0000 mgr.y (mgr.14556) 17946 : cluster [DBG] pgmap v15856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:56.465519+0000 mgr.y (mgr.14556) 17946 : cluster [DBG] pgmap v15856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:56.465519+0000 mgr.y (mgr.14556) 17946 : cluster [DBG] pgmap v15856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:33:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:33:58.466085+0000 mgr.y (mgr.14556) 17947 : cluster [DBG] pgmap v15857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:33:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:33:58.466085+0000 mgr.y (mgr.14556) 17947 : cluster [DBG] pgmap v15857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:33:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:33:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:33:58.466085+0000 mgr.y (mgr.14556) 17947 : cluster [DBG] pgmap v15857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:00.998 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:34:01.289 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:34:01.289 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 8m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:34:01.289 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 8m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:34:01.289 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 8m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:34:01.289 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 8m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:34:01.289 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 8m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:34:01.290 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 8m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:34:01.290 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 8m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:34:01.290 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 8m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:34:01.290 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 8m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:34:01.290 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 8m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:34:01.290 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 8m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:34:01.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 8m ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:34:01.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 8m ago 8h 45.9M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:34:01.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 8m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:34:01.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 8m ago 8h 44.0M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:34:01.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 8m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:34:01.290 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 8m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:34:01.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 8m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:34:01.291 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 8m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:34:01.291 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 8m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:34:01.641 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:34:01.641 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:34:01.641 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:34:01.641 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:34:01.641 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:34:01.641 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:34:01.641 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:34:01.641 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:34:01.642 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:34:01.642 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:34:01.642 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:34:01.642 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:34:01.642 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:34:01.642 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:34:01.642 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:34:01.642 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:34:01.642 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:34:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:00.466883+0000 mgr.y (mgr.14556) 17948 : cluster [DBG] pgmap v15858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:00.466883+0000 mgr.y (mgr.14556) 17948 : cluster [DBG] pgmap v15858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:00.466883+0000 mgr.y (mgr.14556) 17948 : cluster [DBG] pgmap v15858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:34:02.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:34:00.986149+0000 mgr.y (mgr.14556) 17949 : audit [DBG] from='client.33258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:34:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:34:01.281104+0000 mgr.y (mgr.14556) 17950 : audit [DBG] from='client.33264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:34:02.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:34:01.640922+0000 mon.c (mon.2) 431 : audit [DBG] from='client.? 172.21.15.23:0/2333381342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:34:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:34:00.986149+0000 mgr.y (mgr.14556) 17949 : audit [DBG] from='client.33258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:34:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:34:01.281104+0000 mgr.y (mgr.14556) 17950 : audit [DBG] from='client.33264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:34:02.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:34:01.640922+0000 mon.c (mon.2) 431 : audit [DBG] from='client.? 172.21.15.23:0/2333381342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:34:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:34:00.986149+0000 mgr.y (mgr.14556) 17949 : audit [DBG] from='client.33258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:34:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:34:01.281104+0000 mgr.y (mgr.14556) 17950 : audit [DBG] from='client.33264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:34:02.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:34:01.640922+0000 mon.c (mon.2) 431 : audit [DBG] from='client.? 172.21.15.23:0/2333381342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:34:03.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:34:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:34:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:02.467273+0000 mgr.y (mgr.14556) 17951 : cluster [DBG] pgmap v15859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:02.467273+0000 mgr.y (mgr.14556) 17951 : cluster [DBG] pgmap v15859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:02.467273+0000 mgr.y (mgr.14556) 17951 : cluster [DBG] pgmap v15859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:04.467725+0000 mgr.y (mgr.14556) 17952 : cluster [DBG] pgmap v15860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:04.467725+0000 mgr.y (mgr.14556) 17952 : cluster [DBG] pgmap v15860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:04.467725+0000 mgr.y (mgr.14556) 17952 : cluster [DBG] pgmap v15860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:06.468408+0000 mgr.y (mgr.14556) 17953 : cluster [DBG] pgmap v15861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:06.468408+0000 mgr.y (mgr.14556) 17953 : cluster [DBG] pgmap v15861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:06.468408+0000 mgr.y (mgr.14556) 17953 : cluster [DBG] pgmap v15861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:08.468799+0000 mgr.y (mgr.14556) 17954 : cluster [DBG] pgmap v15862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:08.468799+0000 mgr.y (mgr.14556) 17954 : cluster [DBG] pgmap v15862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:08.468799+0000 mgr.y (mgr.14556) 17954 : cluster [DBG] pgmap v15862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:10.469579+0000 mgr.y (mgr.14556) 17955 : cluster [DBG] pgmap v15863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:10.469579+0000 mgr.y (mgr.14556) 17955 : cluster [DBG] pgmap v15863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:10.469579+0000 mgr.y (mgr.14556) 17955 : cluster [DBG] pgmap v15863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:34:13.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:12.470092+0000 mgr.y (mgr.14556) 17956 : cluster [DBG] pgmap v15864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:13.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:34:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:34:13.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:12.470092+0000 mgr.y (mgr.14556) 17956 : cluster [DBG] pgmap v15864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:12.470092+0000 mgr.y (mgr.14556) 17956 : cluster [DBG] pgmap v15864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:14.470534+0000 mgr.y (mgr.14556) 17957 : cluster [DBG] pgmap v15865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:14.470534+0000 mgr.y (mgr.14556) 17957 : cluster [DBG] pgmap v15865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:14.470534+0000 mgr.y (mgr.14556) 17957 : cluster [DBG] pgmap v15865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:16.471351+0000 mgr.y (mgr.14556) 17958 : cluster [DBG] pgmap v15866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:16.471351+0000 mgr.y (mgr.14556) 17958 : cluster [DBG] pgmap v15866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:16.471351+0000 mgr.y (mgr.14556) 17958 : cluster [DBG] pgmap v15866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:18.471792+0000 mgr.y (mgr.14556) 17959 : cluster [DBG] pgmap v15867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:18.471792+0000 mgr.y (mgr.14556) 17959 : cluster [DBG] pgmap v15867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:18.471792+0000 mgr.y (mgr.14556) 17959 : cluster [DBG] pgmap v15867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:20.472421+0000 mgr.y (mgr.14556) 17960 : cluster [DBG] pgmap v15868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:34:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:20.472421+0000 mgr.y (mgr.14556) 17960 : cluster [DBG] pgmap v15868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:20.472421+0000 mgr.y (mgr.14556) 17960 : cluster [DBG] pgmap v15868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:22.472925+0000 mgr.y (mgr.14556) 17961 : cluster [DBG] pgmap v15869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:22.472925+0000 mgr.y (mgr.14556) 17961 : cluster [DBG] pgmap v15869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:22.472925+0000 mgr.y (mgr.14556) 17961 : cluster [DBG] pgmap v15869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:34:23] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:34:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:24.473453+0000 mgr.y (mgr.14556) 17962 : cluster [DBG] pgmap v15870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:24.473453+0000 mgr.y (mgr.14556) 17962 : cluster [DBG] pgmap v15870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:24.473453+0000 mgr.y (mgr.14556) 17962 : cluster [DBG] pgmap v15870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:26.474170+0000 mgr.y (mgr.14556) 17963 : cluster [DBG] pgmap v15871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:26.474170+0000 mgr.y (mgr.14556) 17963 : cluster [DBG] pgmap v15871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:26.474170+0000 mgr.y (mgr.14556) 17963 : cluster [DBG] pgmap v15871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:28.474820+0000 mgr.y (mgr.14556) 17964 : cluster [DBG] pgmap v15872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:28.474820+0000 mgr.y (mgr.14556) 17964 : cluster [DBG] pgmap v15872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:28.474820+0000 mgr.y (mgr.14556) 17964 : cluster [DBG] pgmap v15872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:30.475460+0000 mgr.y (mgr.14556) 17965 : cluster [DBG] pgmap v15873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:34:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:34:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:30.475460+0000 mgr.y (mgr.14556) 17965 : cluster [DBG] pgmap v15873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:30.475460+0000 mgr.y (mgr.14556) 17965 : cluster [DBG] pgmap v15873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:32.256 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:34:32.256 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 8m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:34:32.257 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 8m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:34:32.257 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 8m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:34:32.257 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 8m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:34:32.257 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 8m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:34:32.257 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 8m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:34:32.257 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 8m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:34:32.257 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 8m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:34:32.257 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 8m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:34:32.257 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 8m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:34:32.257 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 8m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:34:32.257 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 8m ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:34:32.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 8m ago 8h 45.9M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:34:32.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 8m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:34:32.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 8m ago 8h 44.0M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:34:32.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 8m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:34:32.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 8m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:34:32.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 8m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:34:32.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 8m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:34:32.258 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 8m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:34:32.609 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:34:32.609 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:34:32.609 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:34:32.610 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:34:32.611 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:34:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:34:32.607675+0000 mon.c (mon.2) 432 : audit [DBG] from='client.? 172.21.15.23:0/1196801112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:34:33.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:34:32.607675+0000 mon.c (mon.2) 432 : audit [DBG] from='client.? 172.21.15.23:0/1196801112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:34:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:34:32.607675+0000 mon.c (mon.2) 432 : audit [DBG] from='client.? 172.21.15.23:0/1196801112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:34:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:34:33] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:34:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:34:31.956940+0000 mgr.y (mgr.14556) 17966 : audit [DBG] from='client.33276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:34:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:34:32.248526+0000 mgr.y (mgr.14556) 17967 : audit [DBG] from='client.33282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:34:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:32.475828+0000 mgr.y (mgr.14556) 17968 : cluster [DBG] pgmap v15874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:34.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:34:31.956940+0000 mgr.y (mgr.14556) 17966 : audit [DBG] from='client.33276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:34:34.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:34:32.248526+0000 mgr.y (mgr.14556) 17967 : audit [DBG] from='client.33282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:34:34.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:32.475828+0000 mgr.y (mgr.14556) 17968 : cluster [DBG] pgmap v15874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:34:31.956940+0000 mgr.y (mgr.14556) 17966 : audit [DBG] from='client.33276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:34:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:34:32.248526+0000 mgr.y (mgr.14556) 17967 : audit [DBG] from='client.33282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:34:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:32.475828+0000 mgr.y (mgr.14556) 17968 : cluster [DBG] pgmap v15874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:34.476241+0000 mgr.y (mgr.14556) 17969 : cluster [DBG] pgmap v15875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:34.476241+0000 mgr.y (mgr.14556) 17969 : cluster [DBG] pgmap v15875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:34.476241+0000 mgr.y (mgr.14556) 17969 : cluster [DBG] pgmap v15875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:36.476915+0000 mgr.y (mgr.14556) 17970 : cluster [DBG] pgmap v15876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:36.476915+0000 mgr.y (mgr.14556) 17970 : cluster [DBG] pgmap v15876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:36.476915+0000 mgr.y (mgr.14556) 17970 : cluster [DBG] pgmap v15876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:38.477385+0000 mgr.y (mgr.14556) 17971 : cluster [DBG] pgmap v15877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:38.477385+0000 mgr.y (mgr.14556) 17971 : cluster [DBG] pgmap v15877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:38.477385+0000 mgr.y (mgr.14556) 17971 : cluster [DBG] pgmap v15877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:40.477949+0000 mgr.y (mgr.14556) 17972 : cluster [DBG] pgmap v15878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:34:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:40.477949+0000 mgr.y (mgr.14556) 17972 : cluster [DBG] pgmap v15878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:40.477949+0000 mgr.y (mgr.14556) 17972 : cluster [DBG] pgmap v15878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:34:41.962410+0000 mon.a (mon.0) 3894 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:34:43.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:34:42.271282+0000 mon.a (mon.0) 3895 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:34:43.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:34:42.271969+0000 mon.a (mon.0) 3896 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:34:43.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:34:42.276220+0000 mon.a (mon.0) 3897 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:34:43.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:34:41.962410+0000 mon.a (mon.0) 3894 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:34:43.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:34:42.271282+0000 mon.a (mon.0) 3895 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:34:43.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:34:42.271969+0000 mon.a (mon.0) 3896 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:34:43.135 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:34:42.276220+0000 mon.a (mon.0) 3897 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:34:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:34:41.962410+0000 mon.a (mon.0) 3894 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:34:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:34:42.271282+0000 mon.a (mon.0) 3895 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:34:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:34:42.271969+0000 mon.a (mon.0) 3896 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:34:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:34:42.276220+0000 mon.a (mon.0) 3897 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:34:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:42.478509+0000 mgr.y (mgr.14556) 17973 : cluster [DBG] pgmap v15879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:34:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:34:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:42.478509+0000 mgr.y (mgr.14556) 17973 : cluster [DBG] pgmap v15879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:42.478509+0000 mgr.y (mgr.14556) 17973 : cluster [DBG] pgmap v15879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:44.479076+0000 mgr.y (mgr.14556) 17974 : cluster [DBG] pgmap v15880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:44.479076+0000 mgr.y (mgr.14556) 17974 : cluster [DBG] pgmap v15880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:44.479076+0000 mgr.y (mgr.14556) 17974 : cluster [DBG] pgmap v15880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:46.479865+0000 mgr.y (mgr.14556) 17975 : cluster [DBG] pgmap v15881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:46.479865+0000 mgr.y (mgr.14556) 17975 : cluster [DBG] pgmap v15881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:46.479865+0000 mgr.y (mgr.14556) 17975 : cluster [DBG] pgmap v15881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:48.480483+0000 mgr.y (mgr.14556) 17976 : cluster [DBG] pgmap v15882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:48.480483+0000 mgr.y (mgr.14556) 17976 : cluster [DBG] pgmap v15882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:48.480483+0000 mgr.y (mgr.14556) 17976 : cluster [DBG] pgmap v15882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:50.481065+0000 mgr.y (mgr.14556) 17977 : cluster [DBG] pgmap v15883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:34:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:50.481065+0000 mgr.y (mgr.14556) 17977 : cluster [DBG] pgmap v15883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:50.481065+0000 mgr.y (mgr.14556) 17977 : cluster [DBG] pgmap v15883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:34:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:34:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:52.481495+0000 mgr.y (mgr.14556) 17978 : cluster [DBG] pgmap v15884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:52.481495+0000 mgr.y (mgr.14556) 17978 : cluster [DBG] pgmap v15884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:52.481495+0000 mgr.y (mgr.14556) 17978 : cluster [DBG] pgmap v15884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:54.482059+0000 mgr.y (mgr.14556) 17979 : cluster [DBG] pgmap v15885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:54.482059+0000 mgr.y (mgr.14556) 17979 : cluster [DBG] pgmap v15885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:54.482059+0000 mgr.y (mgr.14556) 17979 : cluster [DBG] pgmap v15885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:56.483020+0000 mgr.y (mgr.14556) 17980 : cluster [DBG] pgmap v15886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:56.483020+0000 mgr.y (mgr.14556) 17980 : cluster [DBG] pgmap v15886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:34:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:56.483020+0000 mgr.y (mgr.14556) 17980 : cluster [DBG] pgmap v15886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:34:58.483519+0000 mgr.y (mgr.14556) 17981 : cluster [DBG] pgmap v15887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:34:58.483519+0000 mgr.y (mgr.14556) 17981 : cluster [DBG] pgmap v15887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:34:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:34:58.483519+0000 mgr.y (mgr.14556) 17981 : cluster [DBG] pgmap v15887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:01.841 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:35:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:00.484206+0000 mgr.y (mgr.14556) 17982 : cluster [DBG] pgmap v15888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:00.484206+0000 mgr.y (mgr.14556) 17982 : cluster [DBG] pgmap v15888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:00.484206+0000 mgr.y (mgr.14556) 17982 : cluster [DBG] pgmap v15888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:02.935 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:35:03.220 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:35:03.220 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 9m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:35:03.220 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 9m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:35:03.220 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 9m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:35:03.220 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 9m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:35:03.221 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 9m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:35:03.221 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 9m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:35:03.221 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 9m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:35:03.221 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 9m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:35:03.221 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 9m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:35:03.221 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 9m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:35:03.221 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 9m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:35:03.221 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 9m ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:35:03.221 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 9m ago 8h 45.9M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:35:03.221 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 9m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:35:03.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 9m ago 8h 44.0M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:35:03.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 9m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:35:03.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 9m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:35:03.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 9m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:35:03.222 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 9m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:35:03.222 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 9m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:35:03.572 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:35:03.572 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:35:03.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:35:03.572 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:35:03.572 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:35:03.573 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:35:03.573 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:35:03.573 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:35:03.573 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:35:03.573 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:35:03.573 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:35:03.573 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:35:03.573 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:35:03.573 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:35:03.573 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:35:03.573 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:35:03.574 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:35:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:35:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:35:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:02.484637+0000 mgr.y (mgr.14556) 17983 : cluster [DBG] pgmap v15889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:35:03.570950+0000 mon.a (mon.0) 3898 : audit [DBG] from='client.? 172.21.15.23:0/1770863210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:35:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:02.484637+0000 mgr.y (mgr.14556) 17983 : cluster [DBG] pgmap v15889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:35:03.570950+0000 mon.a (mon.0) 3898 : audit [DBG] from='client.? 172.21.15.23:0/1770863210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:35:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:02.484637+0000 mgr.y (mgr.14556) 17983 : cluster [DBG] pgmap v15889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:04.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:35:03.570950+0000 mon.a (mon.0) 3898 : audit [DBG] from='client.? 172.21.15.23:0/1770863210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:35:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:35:02.922144+0000 mgr.y (mgr.14556) 17984 : audit [DBG] from='client.43202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:35:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:35:03.212134+0000 mgr.y (mgr.14556) 17985 : audit [DBG] from='client.33300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:35:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:35:02.922144+0000 mgr.y (mgr.14556) 17984 : audit [DBG] from='client.43202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:35:05.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:35:03.212134+0000 mgr.y (mgr.14556) 17985 : audit [DBG] from='client.33300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:35:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:35:02.922144+0000 mgr.y (mgr.14556) 17984 : audit [DBG] from='client.43202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:35:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:35:03.212134+0000 mgr.y (mgr.14556) 17985 : audit [DBG] from='client.33300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:35:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:04.485032+0000 mgr.y (mgr.14556) 17986 : cluster [DBG] pgmap v15890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:06.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:04.485032+0000 mgr.y (mgr.14556) 17986 : cluster [DBG] pgmap v15890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:04.485032+0000 mgr.y (mgr.14556) 17986 : cluster [DBG] pgmap v15890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:07.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:06.485948+0000 mgr.y (mgr.14556) 17987 : cluster [DBG] pgmap v15891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:07.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:06.485948+0000 mgr.y (mgr.14556) 17987 : cluster [DBG] pgmap v15891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:06.485948+0000 mgr.y (mgr.14556) 17987 : cluster [DBG] pgmap v15891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:08.486408+0000 mgr.y (mgr.14556) 17988 : cluster [DBG] pgmap v15892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:08.486408+0000 mgr.y (mgr.14556) 17988 : cluster [DBG] pgmap v15892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:08.486408+0000 mgr.y (mgr.14556) 17988 : cluster [DBG] pgmap v15892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:10.487161+0000 mgr.y (mgr.14556) 17989 : cluster [DBG] pgmap v15893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:10.487161+0000 mgr.y (mgr.14556) 17989 : cluster [DBG] pgmap v15893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:10.487161+0000 mgr.y (mgr.14556) 17989 : cluster [DBG] pgmap v15893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:35:13.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:12.487614+0000 mgr.y (mgr.14556) 17990 : cluster [DBG] pgmap v15894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:13.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:35:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:35:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:12.487614+0000 mgr.y (mgr.14556) 17990 : cluster [DBG] pgmap v15894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:12.487614+0000 mgr.y (mgr.14556) 17990 : cluster [DBG] pgmap v15894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:14.487959+0000 mgr.y (mgr.14556) 17991 : cluster [DBG] pgmap v15895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:14.487959+0000 mgr.y (mgr.14556) 17991 : cluster [DBG] pgmap v15895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:14.487959+0000 mgr.y (mgr.14556) 17991 : cluster [DBG] pgmap v15895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:16.488787+0000 mgr.y (mgr.14556) 17992 : cluster [DBG] pgmap v15896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:16.488787+0000 mgr.y (mgr.14556) 17992 : cluster [DBG] pgmap v15896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:16.488787+0000 mgr.y (mgr.14556) 17992 : cluster [DBG] pgmap v15896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:18.489392+0000 mgr.y (mgr.14556) 17993 : cluster [DBG] pgmap v15897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:18.489392+0000 mgr.y (mgr.14556) 17993 : cluster [DBG] pgmap v15897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:18.489392+0000 mgr.y (mgr.14556) 17993 : cluster [DBG] pgmap v15897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:21.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:20.489975+0000 mgr.y (mgr.14556) 17994 : cluster [DBG] pgmap v15898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:20.489975+0000 mgr.y (mgr.14556) 17994 : cluster [DBG] pgmap v15898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:20.489975+0000 mgr.y (mgr.14556) 17994 : cluster [DBG] pgmap v15898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:35:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:22.490542+0000 mgr.y (mgr.14556) 17995 : cluster [DBG] pgmap v15899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:35:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:35:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:22.490542+0000 mgr.y (mgr.14556) 17995 : cluster [DBG] pgmap v15899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:22.490542+0000 mgr.y (mgr.14556) 17995 : cluster [DBG] pgmap v15899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:24.491031+0000 mgr.y (mgr.14556) 17996 : cluster [DBG] pgmap v15900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:24.491031+0000 mgr.y (mgr.14556) 17996 : cluster [DBG] pgmap v15900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:24.491031+0000 mgr.y (mgr.14556) 17996 : cluster [DBG] pgmap v15900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:26.491699+0000 mgr.y (mgr.14556) 17997 : cluster [DBG] pgmap v15901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:26.491699+0000 mgr.y (mgr.14556) 17997 : cluster [DBG] pgmap v15901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:28.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:26.491699+0000 mgr.y (mgr.14556) 17997 : cluster [DBG] pgmap v15901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:28.492223+0000 mgr.y (mgr.14556) 17998 : cluster [DBG] pgmap v15902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:28.492223+0000 mgr.y (mgr.14556) 17998 : cluster [DBG] pgmap v15902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:28.492223+0000 mgr.y (mgr.14556) 17998 : cluster [DBG] pgmap v15902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:30.492861+0000 mgr.y (mgr.14556) 17999 : cluster [DBG] pgmap v15903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:35:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:30.492861+0000 mgr.y (mgr.14556) 17999 : cluster [DBG] pgmap v15903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:30.492861+0000 mgr.y (mgr.14556) 17999 : cluster [DBG] pgmap v15903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:33.895 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:35:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:35:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:35:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:32.493447+0000 mgr.y (mgr.14556) 18000 : cluster [DBG] pgmap v15904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:32.493447+0000 mgr.y (mgr.14556) 18000 : cluster [DBG] pgmap v15904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:32.493447+0000 mgr.y (mgr.14556) 18000 : cluster [DBG] pgmap v15904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:34.181 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:35:34.181 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 9m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 9m ago 8h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 9m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 9m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 9m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 9m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 9m ago 8h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 9m ago 8h 783M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 9m ago 8h 788M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 9m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 9m ago 8h 23.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 9m ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 9m ago 8h 45.9M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 9m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 9m ago 8h 44.0M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:35:34.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 9m ago 8h 43.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:35:34.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 9m ago 8h 43.8M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:35:34.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 9m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:35:34.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 9m ago 8h 43.3M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:35:34.183 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 9m ago 8h 101M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:35:34.529 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:35:34.529 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:35:34.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:35:34.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:35:34.529 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:35:34.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:35:34.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:35:34.530 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:35:34.530 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:35:34.530 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:35:34.530 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:35:34.530 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:35:34.530 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:35:34.530 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:35:34.530 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:35:34.530 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:35:34.530 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:35:35.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:35:34.529260+0000 mon.c (mon.2) 433 : audit [DBG] from='client.? 172.21.15.23:0/257168230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:35:35.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:35:34.529260+0000 mon.c (mon.2) 433 : audit [DBG] from='client.? 172.21.15.23:0/257168230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:35:35.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:35:34.529260+0000 mon.c (mon.2) 433 : audit [DBG] from='client.? 172.21.15.23:0/257168230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:35:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:35:33.883403+0000 mgr.y (mgr.14556) 18001 : audit [DBG] from='client.33312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:35:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:35:34.173503+0000 mgr.y (mgr.14556) 18002 : audit [DBG] from='client.33318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:35:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:34.493779+0000 mgr.y (mgr.14556) 18003 : cluster [DBG] pgmap v15905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:35:33.883403+0000 mgr.y (mgr.14556) 18001 : audit [DBG] from='client.33312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:35:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:35:34.173503+0000 mgr.y (mgr.14556) 18002 : audit [DBG] from='client.33318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:35:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:34.493779+0000 mgr.y (mgr.14556) 18003 : cluster [DBG] pgmap v15905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:35:33.883403+0000 mgr.y (mgr.14556) 18001 : audit [DBG] from='client.33312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:35:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:35:34.173503+0000 mgr.y (mgr.14556) 18002 : audit [DBG] from='client.33318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:35:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:34.493779+0000 mgr.y (mgr.14556) 18003 : cluster [DBG] pgmap v15905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:36.494380+0000 mgr.y (mgr.14556) 18004 : cluster [DBG] pgmap v15906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:36.494380+0000 mgr.y (mgr.14556) 18004 : cluster [DBG] pgmap v15906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:36.494380+0000 mgr.y (mgr.14556) 18004 : cluster [DBG] pgmap v15906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:38.494856+0000 mgr.y (mgr.14556) 18005 : cluster [DBG] pgmap v15907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:38.494856+0000 mgr.y (mgr.14556) 18005 : cluster [DBG] pgmap v15907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:38.494856+0000 mgr.y (mgr.14556) 18005 : cluster [DBG] pgmap v15907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:40.495448+0000 mgr.y (mgr.14556) 18006 : cluster [DBG] pgmap v15908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:35:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:40.495448+0000 mgr.y (mgr.14556) 18006 : cluster [DBG] pgmap v15908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:40.495448+0000 mgr.y (mgr.14556) 18006 : cluster [DBG] pgmap v15908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:35:42.280849+0000 mon.a (mon.0) 3899 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:35:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:35:42.280849+0000 mon.a (mon.0) 3899 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:35:43.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:35:42.280849+0000 mon.a (mon.0) 3899 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:35:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:42.495759+0000 mgr.y (mgr.14556) 18007 : cluster [DBG] pgmap v15909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:35:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:35:44.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:42.495759+0000 mgr.y (mgr.14556) 18007 : cluster [DBG] pgmap v15909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:42.495759+0000 mgr.y (mgr.14556) 18007 : cluster [DBG] pgmap v15909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:44.496168+0000 mgr.y (mgr.14556) 18008 : cluster [DBG] pgmap v15910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:35:44.785482+0000 mon.a (mon.0) 3900 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:35:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:35:45.782107+0000 mon.a (mon.0) 3901 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:35:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:44.496168+0000 mgr.y (mgr.14556) 18008 : cluster [DBG] pgmap v15910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:35:44.785482+0000 mon.a (mon.0) 3900 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:35:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:35:45.782107+0000 mon.a (mon.0) 3901 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:35:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:44.496168+0000 mgr.y (mgr.14556) 18008 : cluster [DBG] pgmap v15910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:35:44.785482+0000 mon.a (mon.0) 3900 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:35:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:35:45.782107+0000 mon.a (mon.0) 3901 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:35:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:35:46.067855+0000 mon.a (mon.0) 3902 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:35:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:35:46.068764+0000 mon.a (mon.0) 3903 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:35:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:35:46.084242+0000 mon.a (mon.0) 3904 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:35:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:35:46.067855+0000 mon.a (mon.0) 3902 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:35:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:35:46.068764+0000 mon.a (mon.0) 3903 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:35:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:35:46.084242+0000 mon.a (mon.0) 3904 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:35:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:35:46.067855+0000 mon.a (mon.0) 3902 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:35:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:35:46.068764+0000 mon.a (mon.0) 3903 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:35:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:35:46.084242+0000 mon.a (mon.0) 3904 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:35:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:46.496929+0000 mgr.y (mgr.14556) 18009 : cluster [DBG] pgmap v15911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:46.496929+0000 mgr.y (mgr.14556) 18009 : cluster [DBG] pgmap v15911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:46.496929+0000 mgr.y (mgr.14556) 18009 : cluster [DBG] pgmap v15911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:48.497405+0000 mgr.y (mgr.14556) 18010 : cluster [DBG] pgmap v15912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:48.497405+0000 mgr.y (mgr.14556) 18010 : cluster [DBG] pgmap v15912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:48.497405+0000 mgr.y (mgr.14556) 18010 : cluster [DBG] pgmap v15912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:51.821 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:35:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:50.498108+0000 mgr.y (mgr.14556) 18011 : cluster [DBG] pgmap v15913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:50.498108+0000 mgr.y (mgr.14556) 18011 : cluster [DBG] pgmap v15913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:50.498108+0000 mgr.y (mgr.14556) 18011 : cluster [DBG] pgmap v15913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:52.498530+0000 mgr.y (mgr.14556) 18012 : cluster [DBG] pgmap v15914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:35:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:35:54.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:52.498530+0000 mgr.y (mgr.14556) 18012 : cluster [DBG] pgmap v15914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:52.498530+0000 mgr.y (mgr.14556) 18012 : cluster [DBG] pgmap v15914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:54.498936+0000 mgr.y (mgr.14556) 18013 : cluster [DBG] pgmap v15915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:54.498936+0000 mgr.y (mgr.14556) 18013 : cluster [DBG] pgmap v15915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:54.498936+0000 mgr.y (mgr.14556) 18013 : cluster [DBG] pgmap v15915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:56.499683+0000 mgr.y (mgr.14556) 18014 : cluster [DBG] pgmap v15916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:56.499683+0000 mgr.y (mgr.14556) 18014 : cluster [DBG] pgmap v15916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:35:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:56.499683+0000 mgr.y (mgr.14556) 18014 : cluster [DBG] pgmap v15916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:35:58.500080+0000 mgr.y (mgr.14556) 18015 : cluster [DBG] pgmap v15917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:35:58.500080+0000 mgr.y (mgr.14556) 18015 : cluster [DBG] pgmap v15917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:35:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:35:58.500080+0000 mgr.y (mgr.14556) 18015 : cluster [DBG] pgmap v15917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:01.864 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:36:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:00.500933+0000 mgr.y (mgr.14556) 18016 : cluster [DBG] pgmap v15918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:00.500933+0000 mgr.y (mgr.14556) 18016 : cluster [DBG] pgmap v15918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:00.500933+0000 mgr.y (mgr.14556) 18016 : cluster [DBG] pgmap v15918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:02.501441+0000 mgr.y (mgr.14556) 18017 : cluster [DBG] pgmap v15919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:02.501441+0000 mgr.y (mgr.14556) 18017 : cluster [DBG] pgmap v15919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:02.501441+0000 mgr.y (mgr.14556) 18017 : cluster [DBG] pgmap v15919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:36:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:36:04.856 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:36:05.141 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:36:05.141 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 20s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:36:05.141 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 19s ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:36:05.141 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 20s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 19s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 19s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 20s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 20s ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 19s ago 8h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 20s ago 8h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 20s ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 19s ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 20s ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 20s ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 20s ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 20s ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 19s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 19s ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 19s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:36:05.142 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 19s ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:36:05.143 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 19s ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:36:05.490 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:36:05.491 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:36:05.491 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:36:05.491 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:36:05.491 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:36:05.491 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:36:05.491 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:36:05.491 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:36:05.491 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:36:05.491 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:36:05.491 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:36:05.491 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:36:05.491 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:36:05.492 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:36:05.492 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:36:05.492 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:36:05.492 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:36:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:04.501860+0000 mgr.y (mgr.14556) 18018 : cluster [DBG] pgmap v15920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:36:04.843958+0000 mgr.y (mgr.14556) 18019 : audit [DBG] from='client.43238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:36:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:36:05.490657+0000 mon.c (mon.2) 434 : audit [DBG] from='client.? 172.21.15.23:0/520512156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:36:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:04.501860+0000 mgr.y (mgr.14556) 18018 : cluster [DBG] pgmap v15920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:36:04.843958+0000 mgr.y (mgr.14556) 18019 : audit [DBG] from='client.43238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:36:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:36:05.490657+0000 mon.c (mon.2) 434 : audit [DBG] from='client.? 172.21.15.23:0/520512156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:36:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:04.501860+0000 mgr.y (mgr.14556) 18018 : cluster [DBG] pgmap v15920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:36:04.843958+0000 mgr.y (mgr.14556) 18019 : audit [DBG] from='client.43238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:36:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:36:05.490657+0000 mon.c (mon.2) 434 : audit [DBG] from='client.? 172.21.15.23:0/520512156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:36:06.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:36:05.133478+0000 mgr.y (mgr.14556) 18020 : audit [DBG] from='client.43244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:36:06.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:36:05.133478+0000 mgr.y (mgr.14556) 18020 : audit [DBG] from='client.43244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:36:06.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:36:05.133478+0000 mgr.y (mgr.14556) 18020 : audit [DBG] from='client.43244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:36:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:06.502540+0000 mgr.y (mgr.14556) 18021 : cluster [DBG] pgmap v15921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:06.502540+0000 mgr.y (mgr.14556) 18021 : cluster [DBG] pgmap v15921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:06.502540+0000 mgr.y (mgr.14556) 18021 : cluster [DBG] pgmap v15921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:08.502995+0000 mgr.y (mgr.14556) 18022 : cluster [DBG] pgmap v15922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:08.502995+0000 mgr.y (mgr.14556) 18022 : cluster [DBG] pgmap v15922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:08.502995+0000 mgr.y (mgr.14556) 18022 : cluster [DBG] pgmap v15922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:10.503777+0000 mgr.y (mgr.14556) 18023 : cluster [DBG] pgmap v15923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:10.503777+0000 mgr.y (mgr.14556) 18023 : cluster [DBG] pgmap v15923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:10.503777+0000 mgr.y (mgr.14556) 18023 : cluster [DBG] pgmap v15923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:36:13.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:36:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:36:13.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:12.504268+0000 mgr.y (mgr.14556) 18024 : cluster [DBG] pgmap v15924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:13.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:12.504268+0000 mgr.y (mgr.14556) 18024 : cluster [DBG] pgmap v15924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:12.504268+0000 mgr.y (mgr.14556) 18024 : cluster [DBG] pgmap v15924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:14.504741+0000 mgr.y (mgr.14556) 18025 : cluster [DBG] pgmap v15925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:14.504741+0000 mgr.y (mgr.14556) 18025 : cluster [DBG] pgmap v15925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:14.504741+0000 mgr.y (mgr.14556) 18025 : cluster [DBG] pgmap v15925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:16.505458+0000 mgr.y (mgr.14556) 18026 : cluster [DBG] pgmap v15926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:16.505458+0000 mgr.y (mgr.14556) 18026 : cluster [DBG] pgmap v15926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:16.505458+0000 mgr.y (mgr.14556) 18026 : cluster [DBG] pgmap v15926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:18.505929+0000 mgr.y (mgr.14556) 18027 : cluster [DBG] pgmap v15927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:18.505929+0000 mgr.y (mgr.14556) 18027 : cluster [DBG] pgmap v15927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:18.505929+0000 mgr.y (mgr.14556) 18027 : cluster [DBG] pgmap v15927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:36:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:20.506571+0000 mgr.y (mgr.14556) 18028 : cluster [DBG] pgmap v15928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:20.506571+0000 mgr.y (mgr.14556) 18028 : cluster [DBG] pgmap v15928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:20.506571+0000 mgr.y (mgr.14556) 18028 : cluster [DBG] pgmap v15928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:36:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:36:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:22.507048+0000 mgr.y (mgr.14556) 18029 : cluster [DBG] pgmap v15929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:22.507048+0000 mgr.y (mgr.14556) 18029 : cluster [DBG] pgmap v15929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:22.507048+0000 mgr.y (mgr.14556) 18029 : cluster [DBG] pgmap v15929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:24.507498+0000 mgr.y (mgr.14556) 18030 : cluster [DBG] pgmap v15930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:24.507498+0000 mgr.y (mgr.14556) 18030 : cluster [DBG] pgmap v15930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:24.507498+0000 mgr.y (mgr.14556) 18030 : cluster [DBG] pgmap v15930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:26.508194+0000 mgr.y (mgr.14556) 18031 : cluster [DBG] pgmap v15931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:26.508194+0000 mgr.y (mgr.14556) 18031 : cluster [DBG] pgmap v15931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:26.508194+0000 mgr.y (mgr.14556) 18031 : cluster [DBG] pgmap v15931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:28.508641+0000 mgr.y (mgr.14556) 18032 : cluster [DBG] pgmap v15932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:28.508641+0000 mgr.y (mgr.14556) 18032 : cluster [DBG] pgmap v15932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:28.508641+0000 mgr.y (mgr.14556) 18032 : cluster [DBG] pgmap v15932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:30.509376+0000 mgr.y (mgr.14556) 18033 : cluster [DBG] pgmap v15933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:36:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:30.509376+0000 mgr.y (mgr.14556) 18033 : cluster [DBG] pgmap v15933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:30.509376+0000 mgr.y (mgr.14556) 18033 : cluster [DBG] pgmap v15933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:32.509789+0000 mgr.y (mgr.14556) 18034 : cluster [DBG] pgmap v15934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:36:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:36:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:32.509789+0000 mgr.y (mgr.14556) 18034 : cluster [DBG] pgmap v15934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:32.509789+0000 mgr.y (mgr.14556) 18034 : cluster [DBG] pgmap v15934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:35.814 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:36:36.101 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:36:36.101 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 51s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:36:36.101 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 50s ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:36:36.101 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 51s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:36:36.101 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 50s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:36:36.101 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 50s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:36:36.101 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 51s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:36:36.101 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 51s ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:36:36.101 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 50s ago 8h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:36:36.102 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 51s ago 8h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:36:36.102 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 51s ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:36:36.102 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 50s ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:36:36.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 51s ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:36:36.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 51s ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:36:36.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 51s ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:36:36.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 51s ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:36:36.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 50s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:36:36.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 50s ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:36:36.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 50s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:36:36.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 50s ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:36:36.102 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 50s ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:36:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:34.510234+0000 mgr.y (mgr.14556) 18035 : cluster [DBG] pgmap v15935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:36.173 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:34.510234+0000 mgr.y (mgr.14556) 18035 : cluster [DBG] pgmap v15935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:36.173 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:34.510234+0000 mgr.y (mgr.14556) 18035 : cluster [DBG] pgmap v15935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:36.457 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:36:36.457 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:36:36.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:36:36.457 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:36:36.457 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:36:36.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:36:36.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:36:36.458 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:36:36.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:36:36.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:36:36.458 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:36:36.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:36:36.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:36:36.458 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:36:36.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:36:36.458 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:36:36.458 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:36:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:36:35.802247+0000 mgr.y (mgr.14556) 18036 : audit [DBG] from='client.43256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:36:37.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:36:36.457177+0000 mon.a (mon.0) 3905 : audit [DBG] from='client.? 172.21.15.23:0/993885218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:36:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:36:35.802247+0000 mgr.y (mgr.14556) 18036 : audit [DBG] from='client.43256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:36:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:36:36.457177+0000 mon.a (mon.0) 3905 : audit [DBG] from='client.? 172.21.15.23:0/993885218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:36:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:36:35.802247+0000 mgr.y (mgr.14556) 18036 : audit [DBG] from='client.43256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:36:37.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:36:36.457177+0000 mon.a (mon.0) 3905 : audit [DBG] from='client.? 172.21.15.23:0/993885218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:36:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:36:36.093208+0000 mgr.y (mgr.14556) 18037 : audit [DBG] from='client.33354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:36:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:36.510841+0000 mgr.y (mgr.14556) 18038 : cluster [DBG] pgmap v15936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:36:36.093208+0000 mgr.y (mgr.14556) 18037 : audit [DBG] from='client.33354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:36:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:36.510841+0000 mgr.y (mgr.14556) 18038 : cluster [DBG] pgmap v15936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:36:36.093208+0000 mgr.y (mgr.14556) 18037 : audit [DBG] from='client.33354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:36:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:36.510841+0000 mgr.y (mgr.14556) 18038 : cluster [DBG] pgmap v15936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:38.511256+0000 mgr.y (mgr.14556) 18039 : cluster [DBG] pgmap v15937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:38.511256+0000 mgr.y (mgr.14556) 18039 : cluster [DBG] pgmap v15937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:38.511256+0000 mgr.y (mgr.14556) 18039 : cluster [DBG] pgmap v15937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:40.511932+0000 mgr.y (mgr.14556) 18040 : cluster [DBG] pgmap v15938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:36:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:40.511932+0000 mgr.y (mgr.14556) 18040 : cluster [DBG] pgmap v15938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:40.511932+0000 mgr.y (mgr.14556) 18040 : cluster [DBG] pgmap v15938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:36:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:36:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:42.512400+0000 mgr.y (mgr.14556) 18041 : cluster [DBG] pgmap v15939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:42.512400+0000 mgr.y (mgr.14556) 18041 : cluster [DBG] pgmap v15939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:42.512400+0000 mgr.y (mgr.14556) 18041 : cluster [DBG] pgmap v15939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:44.512895+0000 mgr.y (mgr.14556) 18042 : cluster [DBG] pgmap v15940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:44.512895+0000 mgr.y (mgr.14556) 18042 : cluster [DBG] pgmap v15940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:44.512895+0000 mgr.y (mgr.14556) 18042 : cluster [DBG] pgmap v15940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:36:46.091172+0000 mon.a (mon.0) 3906 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:36:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:36:46.391674+0000 mon.a (mon.0) 3907 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:36:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:36:46.392355+0000 mon.a (mon.0) 3908 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:36:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:36:46.402740+0000 mon.a (mon.0) 3909 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:36:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:36:46.091172+0000 mon.a (mon.0) 3906 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:36:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:36:46.391674+0000 mon.a (mon.0) 3907 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:36:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:36:46.392355+0000 mon.a (mon.0) 3908 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:36:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:36:46.402740+0000 mon.a (mon.0) 3909 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:36:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:36:46.091172+0000 mon.a (mon.0) 3906 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:36:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:36:46.391674+0000 mon.a (mon.0) 3907 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:36:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:36:46.392355+0000 mon.a (mon.0) 3908 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:36:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:36:46.402740+0000 mon.a (mon.0) 3909 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:36:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:46.513484+0000 mgr.y (mgr.14556) 18043 : cluster [DBG] pgmap v15941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:46.513484+0000 mgr.y (mgr.14556) 18043 : cluster [DBG] pgmap v15941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:46.513484+0000 mgr.y (mgr.14556) 18043 : cluster [DBG] pgmap v15941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:48.513894+0000 mgr.y (mgr.14556) 18044 : cluster [DBG] pgmap v15942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:48.513894+0000 mgr.y (mgr.14556) 18044 : cluster [DBG] pgmap v15942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:48.513894+0000 mgr.y (mgr.14556) 18044 : cluster [DBG] pgmap v15942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:51.838 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:36:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:50.514572+0000 mgr.y (mgr.14556) 18045 : cluster [DBG] pgmap v15943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:50.514572+0000 mgr.y (mgr.14556) 18045 : cluster [DBG] pgmap v15943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:50.514572+0000 mgr.y (mgr.14556) 18045 : cluster [DBG] pgmap v15943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:36:53] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:36:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:52.514969+0000 mgr.y (mgr.14556) 18046 : cluster [DBG] pgmap v15944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:52.514969+0000 mgr.y (mgr.14556) 18046 : cluster [DBG] pgmap v15944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:52.514969+0000 mgr.y (mgr.14556) 18046 : cluster [DBG] pgmap v15944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:54.515423+0000 mgr.y (mgr.14556) 18047 : cluster [DBG] pgmap v15945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:54.515423+0000 mgr.y (mgr.14556) 18047 : cluster [DBG] pgmap v15945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:54.515423+0000 mgr.y (mgr.14556) 18047 : cluster [DBG] pgmap v15945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:56.516034+0000 mgr.y (mgr.14556) 18048 : cluster [DBG] pgmap v15946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:56.516034+0000 mgr.y (mgr.14556) 18048 : cluster [DBG] pgmap v15946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:36:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:56.516034+0000 mgr.y (mgr.14556) 18048 : cluster [DBG] pgmap v15946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:36:58.516482+0000 mgr.y (mgr.14556) 18049 : cluster [DBG] pgmap v15947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:36:58.516482+0000 mgr.y (mgr.14556) 18049 : cluster [DBG] pgmap v15947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:36:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:36:58.516482+0000 mgr.y (mgr.14556) 18049 : cluster [DBG] pgmap v15947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:00.517284+0000 mgr.y (mgr.14556) 18050 : cluster [DBG] pgmap v15948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:00.517284+0000 mgr.y (mgr.14556) 18050 : cluster [DBG] pgmap v15948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:00.517284+0000 mgr.y (mgr.14556) 18050 : cluster [DBG] pgmap v15948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:37:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:37:03] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:37:03.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:02.517837+0000 mgr.y (mgr.14556) 18051 : cluster [DBG] pgmap v15949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:02.517837+0000 mgr.y (mgr.14556) 18051 : cluster [DBG] pgmap v15949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:02.517837+0000 mgr.y (mgr.14556) 18051 : cluster [DBG] pgmap v15949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:04.518290+0000 mgr.y (mgr.14556) 18052 : cluster [DBG] pgmap v15950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:04.518290+0000 mgr.y (mgr.14556) 18052 : cluster [DBG] pgmap v15950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:04.518290+0000 mgr.y (mgr.14556) 18052 : cluster [DBG] pgmap v15950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:06.782 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:37:07.069 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:37:07.069 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 82s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:37:07.069 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 81s ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:37:07.069 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 82s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:37:07.069 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 81s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:37:07.069 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 81s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:37:07.069 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 82s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:37:07.069 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 82s ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:37:07.069 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 81s ago 8h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:37:07.069 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 82s ago 8h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:37:07.070 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 82s ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:37:07.070 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 81s ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:37:07.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 82s ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:37:07.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 82s ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:37:07.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 82s ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:37:07.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 82s ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:37:07.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 81s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:37:07.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 81s ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:37:07.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 81s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:37:07.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 81s ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:37:07.070 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 81s ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:37:07.419 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:37:07.419 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:37:07.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:37:07.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:37:07.419 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:37:07.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:37:07.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:37:07.419 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:37:07.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:37:07.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:37:07.419 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:37:07.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:37:07.420 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:37:07.420 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:37:07.420 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:37:07.420 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:37:07.420 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:37:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:06.518900+0000 mgr.y (mgr.14556) 18053 : cluster [DBG] pgmap v15951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:37:06.769572+0000 mgr.y (mgr.14556) 18054 : audit [DBG] from='client.33366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:37:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:37:07.418795+0000 mon.a (mon.0) 3910 : audit [DBG] from='client.? 172.21.15.23:0/102241791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:37:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:06.518900+0000 mgr.y (mgr.14556) 18053 : cluster [DBG] pgmap v15951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:37:06.769572+0000 mgr.y (mgr.14556) 18054 : audit [DBG] from='client.33366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:37:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:37:07.418795+0000 mon.a (mon.0) 3910 : audit [DBG] from='client.? 172.21.15.23:0/102241791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:37:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:06.518900+0000 mgr.y (mgr.14556) 18053 : cluster [DBG] pgmap v15951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:37:06.769572+0000 mgr.y (mgr.14556) 18054 : audit [DBG] from='client.33366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:37:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:37:07.418795+0000 mon.a (mon.0) 3910 : audit [DBG] from='client.? 172.21.15.23:0/102241791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:37:08.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:37:07.061091+0000 mgr.y (mgr.14556) 18055 : audit [DBG] from='client.33372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:37:08.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:37:07.061091+0000 mgr.y (mgr.14556) 18055 : audit [DBG] from='client.33372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:37:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:37:07.061091+0000 mgr.y (mgr.14556) 18055 : audit [DBG] from='client.33372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:37:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:08.519383+0000 mgr.y (mgr.14556) 18056 : cluster [DBG] pgmap v15952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:08.519383+0000 mgr.y (mgr.14556) 18056 : cluster [DBG] pgmap v15952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:08.519383+0000 mgr.y (mgr.14556) 18056 : cluster [DBG] pgmap v15952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:10.520084+0000 mgr.y (mgr.14556) 18057 : cluster [DBG] pgmap v15953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:10.520084+0000 mgr.y (mgr.14556) 18057 : cluster [DBG] pgmap v15953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:10.520084+0000 mgr.y (mgr.14556) 18057 : cluster [DBG] pgmap v15953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:37:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:12.520580+0000 mgr.y (mgr.14556) 18058 : cluster [DBG] pgmap v15954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:12.520580+0000 mgr.y (mgr.14556) 18058 : cluster [DBG] pgmap v15954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:37:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:37:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:12.520580+0000 mgr.y (mgr.14556) 18058 : cluster [DBG] pgmap v15954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:14.520981+0000 mgr.y (mgr.14556) 18059 : cluster [DBG] pgmap v15955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:14.520981+0000 mgr.y (mgr.14556) 18059 : cluster [DBG] pgmap v15955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:14.520981+0000 mgr.y (mgr.14556) 18059 : cluster [DBG] pgmap v15955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:16.521874+0000 mgr.y (mgr.14556) 18060 : cluster [DBG] pgmap v15956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:16.521874+0000 mgr.y (mgr.14556) 18060 : cluster [DBG] pgmap v15956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:16.521874+0000 mgr.y (mgr.14556) 18060 : cluster [DBG] pgmap v15956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:18.522440+0000 mgr.y (mgr.14556) 18061 : cluster [DBG] pgmap v15957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:18.522440+0000 mgr.y (mgr.14556) 18061 : cluster [DBG] pgmap v15957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:20.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:18.522440+0000 mgr.y (mgr.14556) 18061 : cluster [DBG] pgmap v15957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:20.522993+0000 mgr.y (mgr.14556) 18062 : cluster [DBG] pgmap v15958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:37:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:20.522993+0000 mgr.y (mgr.14556) 18062 : cluster [DBG] pgmap v15958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:20.522993+0000 mgr.y (mgr.14556) 18062 : cluster [DBG] pgmap v15958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:37:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:37:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:22.523404+0000 mgr.y (mgr.14556) 18063 : cluster [DBG] pgmap v15959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:22.523404+0000 mgr.y (mgr.14556) 18063 : cluster [DBG] pgmap v15959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:22.523404+0000 mgr.y (mgr.14556) 18063 : cluster [DBG] pgmap v15959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:24.523925+0000 mgr.y (mgr.14556) 18064 : cluster [DBG] pgmap v15960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:24.523925+0000 mgr.y (mgr.14556) 18064 : cluster [DBG] pgmap v15960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:24.523925+0000 mgr.y (mgr.14556) 18064 : cluster [DBG] pgmap v15960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:26.524792+0000 mgr.y (mgr.14556) 18065 : cluster [DBG] pgmap v15961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:26.524792+0000 mgr.y (mgr.14556) 18065 : cluster [DBG] pgmap v15961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:26.524792+0000 mgr.y (mgr.14556) 18065 : cluster [DBG] pgmap v15961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:28.525417+0000 mgr.y (mgr.14556) 18066 : cluster [DBG] pgmap v15962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:28.525417+0000 mgr.y (mgr.14556) 18066 : cluster [DBG] pgmap v15962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:28.525417+0000 mgr.y (mgr.14556) 18066 : cluster [DBG] pgmap v15962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:30.526166+0000 mgr.y (mgr.14556) 18067 : cluster [DBG] pgmap v15963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:37:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:30.526166+0000 mgr.y (mgr.14556) 18067 : cluster [DBG] pgmap v15963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:30.526166+0000 mgr.y (mgr.14556) 18067 : cluster [DBG] pgmap v15963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:37:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:37:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:32.526583+0000 mgr.y (mgr.14556) 18068 : cluster [DBG] pgmap v15964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:32.526583+0000 mgr.y (mgr.14556) 18068 : cluster [DBG] pgmap v15964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:32.526583+0000 mgr.y (mgr.14556) 18068 : cluster [DBG] pgmap v15964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:34.527043+0000 mgr.y (mgr.14556) 18069 : cluster [DBG] pgmap v15965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:34.527043+0000 mgr.y (mgr.14556) 18069 : cluster [DBG] pgmap v15965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:34.527043+0000 mgr.y (mgr.14556) 18069 : cluster [DBG] pgmap v15965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:37.744 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:37:38.035 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 113s ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 112s ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 113s ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 112s ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 112s ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 113s ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 113s ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 112s ago 8h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 113s ago 8h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 113s ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 112s ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 113s ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 113s ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 113s ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:37:38.036 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 113s ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:37:38.037 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 112s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:37:38.037 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 112s ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:37:38.037 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 112s ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:37:38.037 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 112s ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:37:38.037 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 112s ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:37:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:36.527669+0000 mgr.y (mgr.14556) 18070 : cluster [DBG] pgmap v15966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:36.527669+0000 mgr.y (mgr.14556) 18070 : cluster [DBG] pgmap v15966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:36.527669+0000 mgr.y (mgr.14556) 18070 : cluster [DBG] pgmap v15966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:38.392 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:37:38.392 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:37:38.392 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:37:38.392 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:37:38.392 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:37:38.392 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:37:38.392 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:37:38.393 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:37:38.393 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:37:38.393 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:37:38.393 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:37:38.393 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:37:38.393 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:37:38.393 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:37:38.393 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:37:38.393 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:37:38.393 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:37:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:37:37.731991+0000 mgr.y (mgr.14556) 18071 : audit [DBG] from='client.33384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:37:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:37:38.392165+0000 mon.a (mon.0) 3911 : audit [DBG] from='client.? 172.21.15.23:0/80005366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:37:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:37:37.731991+0000 mgr.y (mgr.14556) 18071 : audit [DBG] from='client.33384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:37:39.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:37:38.392165+0000 mon.a (mon.0) 3911 : audit [DBG] from='client.? 172.21.15.23:0/80005366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:37:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:37:37.731991+0000 mgr.y (mgr.14556) 18071 : audit [DBG] from='client.33384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:37:39.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:37:38.392165+0000 mon.a (mon.0) 3911 : audit [DBG] from='client.? 172.21.15.23:0/80005366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:37:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:37:38.027665+0000 mgr.y (mgr.14556) 18072 : audit [DBG] from='client.43298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:37:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:38.528240+0000 mgr.y (mgr.14556) 18073 : cluster [DBG] pgmap v15967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:37:38.027665+0000 mgr.y (mgr.14556) 18072 : audit [DBG] from='client.43298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:37:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:38.528240+0000 mgr.y (mgr.14556) 18073 : cluster [DBG] pgmap v15967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:37:38.027665+0000 mgr.y (mgr.14556) 18072 : audit [DBG] from='client.43298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:37:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:38.528240+0000 mgr.y (mgr.14556) 18073 : cluster [DBG] pgmap v15967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:41.830 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:37:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:40.528820+0000 mgr.y (mgr.14556) 18074 : cluster [DBG] pgmap v15968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:40.528820+0000 mgr.y (mgr.14556) 18074 : cluster [DBG] pgmap v15968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:40.528820+0000 mgr.y (mgr.14556) 18074 : cluster [DBG] pgmap v15968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:42.529405+0000 mgr.y (mgr.14556) 18075 : cluster [DBG] pgmap v15969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:37:43] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:37:44.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:42.529405+0000 mgr.y (mgr.14556) 18075 : cluster [DBG] pgmap v15969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:42.529405+0000 mgr.y (mgr.14556) 18075 : cluster [DBG] pgmap v15969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:44.529776+0000 mgr.y (mgr.14556) 18076 : cluster [DBG] pgmap v15970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:44.529776+0000 mgr.y (mgr.14556) 18076 : cluster [DBG] pgmap v15970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:44.529776+0000 mgr.y (mgr.14556) 18076 : cluster [DBG] pgmap v15970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:37:46.407268+0000 mon.a (mon.0) 3912 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:37:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:37:46.716144+0000 mon.a (mon.0) 3913 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:37:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:37:46.716853+0000 mon.a (mon.0) 3914 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:37:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:37:46.726618+0000 mon.a (mon.0) 3915 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:37:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:37:46.407268+0000 mon.a (mon.0) 3912 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:37:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:37:46.716144+0000 mon.a (mon.0) 3913 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:37:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:37:46.716853+0000 mon.a (mon.0) 3914 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:37:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:37:46.726618+0000 mon.a (mon.0) 3915 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:37:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:37:46.407268+0000 mon.a (mon.0) 3912 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:37:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:37:46.716144+0000 mon.a (mon.0) 3913 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:37:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:37:46.716853+0000 mon.a (mon.0) 3914 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:37:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:37:46.726618+0000 mon.a (mon.0) 3915 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:37:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:46.530395+0000 mgr.y (mgr.14556) 18077 : cluster [DBG] pgmap v15971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:46.530395+0000 mgr.y (mgr.14556) 18077 : cluster [DBG] pgmap v15971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:46.530395+0000 mgr.y (mgr.14556) 18077 : cluster [DBG] pgmap v15971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:48.530797+0000 mgr.y (mgr.14556) 18078 : cluster [DBG] pgmap v15972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:49.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:48.530797+0000 mgr.y (mgr.14556) 18078 : cluster [DBG] pgmap v15972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:48.530797+0000 mgr.y (mgr.14556) 18078 : cluster [DBG] pgmap v15972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:50.531506+0000 mgr.y (mgr.14556) 18079 : cluster [DBG] pgmap v15973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:50.531506+0000 mgr.y (mgr.14556) 18079 : cluster [DBG] pgmap v15973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:50.531506+0000 mgr.y (mgr.14556) 18079 : cluster [DBG] pgmap v15973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:37:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:37:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:37:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:52.531960+0000 mgr.y (mgr.14556) 18080 : cluster [DBG] pgmap v15974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:52.531960+0000 mgr.y (mgr.14556) 18080 : cluster [DBG] pgmap v15974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:52.531960+0000 mgr.y (mgr.14556) 18080 : cluster [DBG] pgmap v15974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:54.532496+0000 mgr.y (mgr.14556) 18081 : cluster [DBG] pgmap v15975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:54.532496+0000 mgr.y (mgr.14556) 18081 : cluster [DBG] pgmap v15975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:54.532496+0000 mgr.y (mgr.14556) 18081 : cluster [DBG] pgmap v15975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:56.533358+0000 mgr.y (mgr.14556) 18082 : cluster [DBG] pgmap v15976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:56.533358+0000 mgr.y (mgr.14556) 18082 : cluster [DBG] pgmap v15976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:56.533358+0000 mgr.y (mgr.14556) 18082 : cluster [DBG] pgmap v15976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:37:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:37:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:37:58.533805+0000 mgr.y (mgr.14556) 18083 : cluster [DBG] pgmap v15977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:37:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:37:58.533805+0000 mgr.y (mgr.14556) 18083 : cluster [DBG] pgmap v15977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:37:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:37:58.533805+0000 mgr.y (mgr.14556) 18083 : cluster [DBG] pgmap v15977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:00.534556+0000 mgr.y (mgr.14556) 18084 : cluster [DBG] pgmap v15978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:38:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:00.534556+0000 mgr.y (mgr.14556) 18084 : cluster [DBG] pgmap v15978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:00.534556+0000 mgr.y (mgr.14556) 18084 : cluster [DBG] pgmap v15978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:02.535077+0000 mgr.y (mgr.14556) 18085 : cluster [DBG] pgmap v15979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:38:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:38:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:02.535077+0000 mgr.y (mgr.14556) 18085 : cluster [DBG] pgmap v15979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:02.535077+0000 mgr.y (mgr.14556) 18085 : cluster [DBG] pgmap v15979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:04.535550+0000 mgr.y (mgr.14556) 18086 : cluster [DBG] pgmap v15980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:04.535550+0000 mgr.y (mgr.14556) 18086 : cluster [DBG] pgmap v15980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:06.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:04.535550+0000 mgr.y (mgr.14556) 18086 : cluster [DBG] pgmap v15980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:06.536276+0000 mgr.y (mgr.14556) 18087 : cluster [DBG] pgmap v15981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:06.536276+0000 mgr.y (mgr.14556) 18087 : cluster [DBG] pgmap v15981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:06.536276+0000 mgr.y (mgr.14556) 18087 : cluster [DBG] pgmap v15981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:08.718 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:38:09.007 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 2m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 2m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 2m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 2m ago 8h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2m ago 8h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 2m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2m ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:38:09.008 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2m ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:38:09.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:38:09.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2m ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:38:09.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 2m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:38:09.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 2m ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:38:09.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 2m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:38:09.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 2m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:38:09.009 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 2m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:38:09.354 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:38:09.355 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:38:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:08.536694+0000 mgr.y (mgr.14556) 18088 : cluster [DBG] pgmap v15982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:38:08.706167+0000 mgr.y (mgr.14556) 18089 : audit [DBG] from='client.33402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:38:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:38:09.354568+0000 mon.a (mon.0) 3916 : audit [DBG] from='client.? 172.21.15.23:0/3126036868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:38:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:08.536694+0000 mgr.y (mgr.14556) 18088 : cluster [DBG] pgmap v15982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:38:08.706167+0000 mgr.y (mgr.14556) 18089 : audit [DBG] from='client.33402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:38:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:38:09.354568+0000 mon.a (mon.0) 3916 : audit [DBG] from='client.? 172.21.15.23:0/3126036868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:38:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:08.536694+0000 mgr.y (mgr.14556) 18088 : cluster [DBG] pgmap v15982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:38:08.706167+0000 mgr.y (mgr.14556) 18089 : audit [DBG] from='client.33402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:38:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:38:09.354568+0000 mon.a (mon.0) 3916 : audit [DBG] from='client.? 172.21.15.23:0/3126036868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:38:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:38:08.999734+0000 mgr.y (mgr.14556) 18090 : audit [DBG] from='client.33408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:38:11.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:38:08.999734+0000 mgr.y (mgr.14556) 18090 : audit [DBG] from='client.33408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:38:11.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:38:08.999734+0000 mgr.y (mgr.14556) 18090 : audit [DBG] from='client.33408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:38:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:10.537497+0000 mgr.y (mgr.14556) 18091 : cluster [DBG] pgmap v15983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:38:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:10.537497+0000 mgr.y (mgr.14556) 18091 : cluster [DBG] pgmap v15983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:10.537497+0000 mgr.y (mgr.14556) 18091 : cluster [DBG] pgmap v15983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:38:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:38:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:12.538031+0000 mgr.y (mgr.14556) 18092 : cluster [DBG] pgmap v15984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:12.538031+0000 mgr.y (mgr.14556) 18092 : cluster [DBG] pgmap v15984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:12.538031+0000 mgr.y (mgr.14556) 18092 : cluster [DBG] pgmap v15984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:14.538550+0000 mgr.y (mgr.14556) 18093 : cluster [DBG] pgmap v15985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:14.538550+0000 mgr.y (mgr.14556) 18093 : cluster [DBG] pgmap v15985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:14.538550+0000 mgr.y (mgr.14556) 18093 : cluster [DBG] pgmap v15985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:16.539413+0000 mgr.y (mgr.14556) 18094 : cluster [DBG] pgmap v15986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:16.539413+0000 mgr.y (mgr.14556) 18094 : cluster [DBG] pgmap v15986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:16.539413+0000 mgr.y (mgr.14556) 18094 : cluster [DBG] pgmap v15986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:18.539900+0000 mgr.y (mgr.14556) 18095 : cluster [DBG] pgmap v15987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:18.539900+0000 mgr.y (mgr.14556) 18095 : cluster [DBG] pgmap v15987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:18.539900+0000 mgr.y (mgr.14556) 18095 : cluster [DBG] pgmap v15987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:20.540745+0000 mgr.y (mgr.14556) 18096 : cluster [DBG] pgmap v15988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:38:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:20.540745+0000 mgr.y (mgr.14556) 18096 : cluster [DBG] pgmap v15988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:20.540745+0000 mgr.y (mgr.14556) 18096 : cluster [DBG] pgmap v15988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:22.541271+0000 mgr.y (mgr.14556) 18097 : cluster [DBG] pgmap v15989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:38:23] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:38:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:22.541271+0000 mgr.y (mgr.14556) 18097 : cluster [DBG] pgmap v15989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:22.541271+0000 mgr.y (mgr.14556) 18097 : cluster [DBG] pgmap v15989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:24.541775+0000 mgr.y (mgr.14556) 18098 : cluster [DBG] pgmap v15990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:24.541775+0000 mgr.y (mgr.14556) 18098 : cluster [DBG] pgmap v15990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:24.541775+0000 mgr.y (mgr.14556) 18098 : cluster [DBG] pgmap v15990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:26.542560+0000 mgr.y (mgr.14556) 18099 : cluster [DBG] pgmap v15991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:26.542560+0000 mgr.y (mgr.14556) 18099 : cluster [DBG] pgmap v15991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:26.542560+0000 mgr.y (mgr.14556) 18099 : cluster [DBG] pgmap v15991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:28.543118+0000 mgr.y (mgr.14556) 18100 : cluster [DBG] pgmap v15992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:28.543118+0000 mgr.y (mgr.14556) 18100 : cluster [DBG] pgmap v15992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:28.543118+0000 mgr.y (mgr.14556) 18100 : cluster [DBG] pgmap v15992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:30.543704+0000 mgr.y (mgr.14556) 18101 : cluster [DBG] pgmap v15993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:38:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:30.543704+0000 mgr.y (mgr.14556) 18101 : cluster [DBG] pgmap v15993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:30.543704+0000 mgr.y (mgr.14556) 18101 : cluster [DBG] pgmap v15993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:38:33] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:38:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:32.544085+0000 mgr.y (mgr.14556) 18102 : cluster [DBG] pgmap v15994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:32.544085+0000 mgr.y (mgr.14556) 18102 : cluster [DBG] pgmap v15994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:32.544085+0000 mgr.y (mgr.14556) 18102 : cluster [DBG] pgmap v15994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:34.544523+0000 mgr.y (mgr.14556) 18103 : cluster [DBG] pgmap v15995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:34.544523+0000 mgr.y (mgr.14556) 18103 : cluster [DBG] pgmap v15995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:34.544523+0000 mgr.y (mgr.14556) 18103 : cluster [DBG] pgmap v15995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:36.545117+0000 mgr.y (mgr.14556) 18104 : cluster [DBG] pgmap v15996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:36.545117+0000 mgr.y (mgr.14556) 18104 : cluster [DBG] pgmap v15996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:36.545117+0000 mgr.y (mgr.14556) 18104 : cluster [DBG] pgmap v15996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:39.679 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:38:39.968 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:38:39.968 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 2m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:38:39.968 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 2m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:38:39.968 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 2m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:38:39.968 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 2m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:38:39.968 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 2m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:38:39.968 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 2m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:38:39.968 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 2m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:38:39.969 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 2m ago 8h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:38:39.969 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 2m ago 8h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:38:39.969 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 2m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:38:39.969 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 2m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:38:39.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 2m ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:38:39.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 2m ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:38:39.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 2m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:38:39.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 2m ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:38:39.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 2m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:38:39.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 2m ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:38:39.970 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 2m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:38:39.970 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 2m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:38:39.970 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 2m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:38:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:38.545546+0000 mgr.y (mgr.14556) 18105 : cluster [DBG] pgmap v15997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:38.545546+0000 mgr.y (mgr.14556) 18105 : cluster [DBG] pgmap v15997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:38.545546+0000 mgr.y (mgr.14556) 18105 : cluster [DBG] pgmap v15997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:40.320 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:38:40.320 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:38:40.320 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:38:40.320 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:38:40.320 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:38:40.320 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:38:40.320 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:38:40.320 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:38:40.320 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:38:40.320 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:38:40.321 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:38:40.321 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:38:40.321 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:38:40.321 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:38:40.321 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:38:40.321 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:38:40.321 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:38:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:38:39.667587+0000 mgr.y (mgr.14556) 18106 : audit [DBG] from='client.33420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:38:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:38:40.319756+0000 mon.a (mon.0) 3917 : audit [DBG] from='client.? 172.21.15.23:0/3697524243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:38:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:38:39.667587+0000 mgr.y (mgr.14556) 18106 : audit [DBG] from='client.33420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:38:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:38:40.319756+0000 mon.a (mon.0) 3917 : audit [DBG] from='client.? 172.21.15.23:0/3697524243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:38:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:38:39.667587+0000 mgr.y (mgr.14556) 18106 : audit [DBG] from='client.33420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:38:41.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:38:40.319756+0000 mon.a (mon.0) 3917 : audit [DBG] from='client.? 172.21.15.23:0/3697524243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:38:41.861 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:38:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:38:39.960075+0000 mgr.y (mgr.14556) 18107 : audit [DBG] from='client.43334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:38:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:40.546237+0000 mgr.y (mgr.14556) 18108 : cluster [DBG] pgmap v15998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:38:39.960075+0000 mgr.y (mgr.14556) 18107 : audit [DBG] from='client.43334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:38:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:40.546237+0000 mgr.y (mgr.14556) 18108 : cluster [DBG] pgmap v15998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:38:39.960075+0000 mgr.y (mgr.14556) 18107 : audit [DBG] from='client.43334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:38:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:40.546237+0000 mgr.y (mgr.14556) 18108 : cluster [DBG] pgmap v15998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:38:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:38:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:42.546670+0000 mgr.y (mgr.14556) 18109 : cluster [DBG] pgmap v15999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:42.546670+0000 mgr.y (mgr.14556) 18109 : cluster [DBG] pgmap v15999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:42.546670+0000 mgr.y (mgr.14556) 18109 : cluster [DBG] pgmap v15999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:44.547124+0000 mgr.y (mgr.14556) 18110 : cluster [DBG] pgmap v16000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:44.547124+0000 mgr.y (mgr.14556) 18110 : cluster [DBG] pgmap v16000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:44.547124+0000 mgr.y (mgr.14556) 18110 : cluster [DBG] pgmap v16000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:38:46.731429+0000 mon.a (mon.0) 3918 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:38:47.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:38:46.731429+0000 mon.a (mon.0) 3918 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:38:47.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:38:46.731429+0000 mon.a (mon.0) 3918 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:38:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:46.547738+0000 mgr.y (mgr.14556) 18111 : cluster [DBG] pgmap v16001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:38:46.985645+0000 mon.a (mon.0) 3919 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:38:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:38:46.988944+0000 mon.a (mon.0) 3920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:38:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:38:47.280277+0000 mon.a (mon.0) 3921 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:38:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:38:47.281017+0000 mon.a (mon.0) 3922 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:38:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:38:47.289518+0000 mon.a (mon.0) 3923 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:38:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:46.547738+0000 mgr.y (mgr.14556) 18111 : cluster [DBG] pgmap v16001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:38:46.985645+0000 mon.a (mon.0) 3919 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:38:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:38:46.988944+0000 mon.a (mon.0) 3920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:38:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:38:47.280277+0000 mon.a (mon.0) 3921 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:38:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:38:47.281017+0000 mon.a (mon.0) 3922 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:38:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:38:47.289518+0000 mon.a (mon.0) 3923 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:38:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:46.547738+0000 mgr.y (mgr.14556) 18111 : cluster [DBG] pgmap v16001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:38:46.985645+0000 mon.a (mon.0) 3919 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:38:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:38:46.988944+0000 mon.a (mon.0) 3920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:38:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:38:47.280277+0000 mon.a (mon.0) 3921 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:38:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:38:47.281017+0000 mon.a (mon.0) 3922 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:38:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:38:47.289518+0000 mon.a (mon.0) 3923 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:38:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:48.548215+0000 mgr.y (mgr.14556) 18112 : cluster [DBG] pgmap v16002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:48.548215+0000 mgr.y (mgr.14556) 18112 : cluster [DBG] pgmap v16002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:48.548215+0000 mgr.y (mgr.14556) 18112 : cluster [DBG] pgmap v16002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:50.548870+0000 mgr.y (mgr.14556) 18113 : cluster [DBG] pgmap v16003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:50.548870+0000 mgr.y (mgr.14556) 18113 : cluster [DBG] pgmap v16003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:50.548870+0000 mgr.y (mgr.14556) 18113 : cluster [DBG] pgmap v16003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:38:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:52.549306+0000 mgr.y (mgr.14556) 18114 : cluster [DBG] pgmap v16004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:52.549306+0000 mgr.y (mgr.14556) 18114 : cluster [DBG] pgmap v16004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:53.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:38:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:38:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:52.549306+0000 mgr.y (mgr.14556) 18114 : cluster [DBG] pgmap v16004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:54.549775+0000 mgr.y (mgr.14556) 18115 : cluster [DBG] pgmap v16005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:54.549775+0000 mgr.y (mgr.14556) 18115 : cluster [DBG] pgmap v16005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:54.549775+0000 mgr.y (mgr.14556) 18115 : cluster [DBG] pgmap v16005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:56.550388+0000 mgr.y (mgr.14556) 18116 : cluster [DBG] pgmap v16006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:56.550388+0000 mgr.y (mgr.14556) 18116 : cluster [DBG] pgmap v16006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:38:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:56.550388+0000 mgr.y (mgr.14556) 18116 : cluster [DBG] pgmap v16006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:38:58.550852+0000 mgr.y (mgr.14556) 18117 : cluster [DBG] pgmap v16007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:38:58.550852+0000 mgr.y (mgr.14556) 18117 : cluster [DBG] pgmap v16007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:38:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:38:58.550852+0000 mgr.y (mgr.14556) 18117 : cluster [DBG] pgmap v16007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:00.551463+0000 mgr.y (mgr.14556) 18118 : cluster [DBG] pgmap v16008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:39:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:00.551463+0000 mgr.y (mgr.14556) 18118 : cluster [DBG] pgmap v16008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:00.551463+0000 mgr.y (mgr.14556) 18118 : cluster [DBG] pgmap v16008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:39:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:39:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:02.551870+0000 mgr.y (mgr.14556) 18119 : cluster [DBG] pgmap v16009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:02.551870+0000 mgr.y (mgr.14556) 18119 : cluster [DBG] pgmap v16009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:02.551870+0000 mgr.y (mgr.14556) 18119 : cluster [DBG] pgmap v16009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:04.552381+0000 mgr.y (mgr.14556) 18120 : cluster [DBG] pgmap v16010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:04.552381+0000 mgr.y (mgr.14556) 18120 : cluster [DBG] pgmap v16010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:04.552381+0000 mgr.y (mgr.14556) 18120 : cluster [DBG] pgmap v16010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:06.553098+0000 mgr.y (mgr.14556) 18121 : cluster [DBG] pgmap v16011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:06.553098+0000 mgr.y (mgr.14556) 18121 : cluster [DBG] pgmap v16011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:06.553098+0000 mgr.y (mgr.14556) 18121 : cluster [DBG] pgmap v16011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:08.553615+0000 mgr.y (mgr.14556) 18122 : cluster [DBG] pgmap v16012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:08.553615+0000 mgr.y (mgr.14556) 18122 : cluster [DBG] pgmap v16012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:08.553615+0000 mgr.y (mgr.14556) 18122 : cluster [DBG] pgmap v16012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:10.644 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:39:10.934 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 3m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 3m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 3m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 3m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 3m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 3m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 3m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 3m ago 8h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 3m ago 8h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 3m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 3m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 3m ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 3m ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 3m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:39:10.935 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 3m ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:39:10.936 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 3m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:39:10.936 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 3m ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:39:10.936 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 3m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:39:10.936 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 3m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:39:10.936 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 3m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:39:11.283 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:39:11.284 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:39:11.285 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:39:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:10.554134+0000 mgr.y (mgr.14556) 18123 : cluster [DBG] pgmap v16013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:39:10.632247+0000 mgr.y (mgr.14556) 18124 : audit [DBG] from='client.33438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:39:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:39:11.283651+0000 mon.a (mon.0) 3924 : audit [DBG] from='client.? 172.21.15.23:0/1462125705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:39:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:39:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:10.554134+0000 mgr.y (mgr.14556) 18123 : cluster [DBG] pgmap v16013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:39:10.632247+0000 mgr.y (mgr.14556) 18124 : audit [DBG] from='client.33438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:39:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:39:11.283651+0000 mon.a (mon.0) 3924 : audit [DBG] from='client.? 172.21.15.23:0/1462125705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:39:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:10.554134+0000 mgr.y (mgr.14556) 18123 : cluster [DBG] pgmap v16013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:39:10.632247+0000 mgr.y (mgr.14556) 18124 : audit [DBG] from='client.33438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:39:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:39:11.283651+0000 mon.a (mon.0) 3924 : audit [DBG] from='client.? 172.21.15.23:0/1462125705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:39:13.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:39:10.926638+0000 mgr.y (mgr.14556) 18125 : audit [DBG] from='client.33444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:39:13.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:39:10.926638+0000 mgr.y (mgr.14556) 18125 : audit [DBG] from='client.33444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:39:13.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:39:10.926638+0000 mgr.y (mgr.14556) 18125 : audit [DBG] from='client.33444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:39:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:39:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:39:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:12.554579+0000 mgr.y (mgr.14556) 18126 : cluster [DBG] pgmap v16014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:12.554579+0000 mgr.y (mgr.14556) 18126 : cluster [DBG] pgmap v16014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:12.554579+0000 mgr.y (mgr.14556) 18126 : cluster [DBG] pgmap v16014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:14.555043+0000 mgr.y (mgr.14556) 18127 : cluster [DBG] pgmap v16015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:14.555043+0000 mgr.y (mgr.14556) 18127 : cluster [DBG] pgmap v16015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:14.555043+0000 mgr.y (mgr.14556) 18127 : cluster [DBG] pgmap v16015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:16.555714+0000 mgr.y (mgr.14556) 18128 : cluster [DBG] pgmap v16016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:16.555714+0000 mgr.y (mgr.14556) 18128 : cluster [DBG] pgmap v16016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:16.555714+0000 mgr.y (mgr.14556) 18128 : cluster [DBG] pgmap v16016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:18.556096+0000 mgr.y (mgr.14556) 18129 : cluster [DBG] pgmap v16017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:18.556096+0000 mgr.y (mgr.14556) 18129 : cluster [DBG] pgmap v16017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:18.556096+0000 mgr.y (mgr.14556) 18129 : cluster [DBG] pgmap v16017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:21.804 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:39:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:20.556959+0000 mgr.y (mgr.14556) 18130 : cluster [DBG] pgmap v16018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:22.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:20.556959+0000 mgr.y (mgr.14556) 18130 : cluster [DBG] pgmap v16018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:20.556959+0000 mgr.y (mgr.14556) 18130 : cluster [DBG] pgmap v16018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:22.557358+0000 mgr.y (mgr.14556) 18131 : cluster [DBG] pgmap v16019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:22.557358+0000 mgr.y (mgr.14556) 18131 : cluster [DBG] pgmap v16019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:39:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:39:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:22.557358+0000 mgr.y (mgr.14556) 18131 : cluster [DBG] pgmap v16019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:24.557699+0000 mgr.y (mgr.14556) 18132 : cluster [DBG] pgmap v16020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:24.557699+0000 mgr.y (mgr.14556) 18132 : cluster [DBG] pgmap v16020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:24.557699+0000 mgr.y (mgr.14556) 18132 : cluster [DBG] pgmap v16020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:26.558279+0000 mgr.y (mgr.14556) 18133 : cluster [DBG] pgmap v16021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:26.558279+0000 mgr.y (mgr.14556) 18133 : cluster [DBG] pgmap v16021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:26.558279+0000 mgr.y (mgr.14556) 18133 : cluster [DBG] pgmap v16021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:30.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:28.558908+0000 mgr.y (mgr.14556) 18134 : cluster [DBG] pgmap v16022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:30.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:28.558908+0000 mgr.y (mgr.14556) 18134 : cluster [DBG] pgmap v16022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:28.558908+0000 mgr.y (mgr.14556) 18134 : cluster [DBG] pgmap v16022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:31.863 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:39:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:30.559577+0000 mgr.y (mgr.14556) 18135 : cluster [DBG] pgmap v16023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:30.559577+0000 mgr.y (mgr.14556) 18135 : cluster [DBG] pgmap v16023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:30.559577+0000 mgr.y (mgr.14556) 18135 : cluster [DBG] pgmap v16023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:32.559959+0000 mgr.y (mgr.14556) 18136 : cluster [DBG] pgmap v16024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:39:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:39:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:32.559959+0000 mgr.y (mgr.14556) 18136 : cluster [DBG] pgmap v16024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:32.559959+0000 mgr.y (mgr.14556) 18136 : cluster [DBG] pgmap v16024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:34.560456+0000 mgr.y (mgr.14556) 18137 : cluster [DBG] pgmap v16025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:34.560456+0000 mgr.y (mgr.14556) 18137 : cluster [DBG] pgmap v16025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:34.560456+0000 mgr.y (mgr.14556) 18137 : cluster [DBG] pgmap v16025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:36.561394+0000 mgr.y (mgr.14556) 18138 : cluster [DBG] pgmap v16026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:36.561394+0000 mgr.y (mgr.14556) 18138 : cluster [DBG] pgmap v16026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:36.561394+0000 mgr.y (mgr.14556) 18138 : cluster [DBG] pgmap v16026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:38.561851+0000 mgr.y (mgr.14556) 18139 : cluster [DBG] pgmap v16027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:38.561851+0000 mgr.y (mgr.14556) 18139 : cluster [DBG] pgmap v16027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:38.561851+0000 mgr.y (mgr.14556) 18139 : cluster [DBG] pgmap v16027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:41.608 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:39:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:40.562676+0000 mgr.y (mgr.14556) 18140 : cluster [DBG] pgmap v16028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:40.562676+0000 mgr.y (mgr.14556) 18140 : cluster [DBG] pgmap v16028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 3m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 3m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 3m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 3m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 3m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (8h) 3m ago 8h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (8h) 3m ago 8h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 3m ago 8h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 3m ago 8h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 3m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 3m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 3m ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:39:41.897 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 3m ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:39:41.898 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 3m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:39:41.898 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 3m ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:39:41.898 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 3m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:39:41.898 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 3m ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:39:41.898 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 3m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:39:41.898 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 3m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:39:41.898 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 3m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:39:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:40.562676+0000 mgr.y (mgr.14556) 18140 : cluster [DBG] pgmap v16028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:39:42.246 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:39:42.247 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:39:42.247 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:39:42.247 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:39:42.247 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:39:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:39:41.595896+0000 mgr.y (mgr.14556) 18141 : audit [DBG] from='client.43364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:39:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:39:41.888990+0000 mgr.y (mgr.14556) 18142 : audit [DBG] from='client.43370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:39:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:39:42.245784+0000 mon.c (mon.2) 435 : audit [DBG] from='client.? 172.21.15.23:0/565549594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:39:43.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:39:41.595896+0000 mgr.y (mgr.14556) 18141 : audit [DBG] from='client.43364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:39:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:39:41.888990+0000 mgr.y (mgr.14556) 18142 : audit [DBG] from='client.43370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:39:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:39:42.245784+0000 mon.c (mon.2) 435 : audit [DBG] from='client.? 172.21.15.23:0/565549594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:39:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:39:41.595896+0000 mgr.y (mgr.14556) 18141 : audit [DBG] from='client.43364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:39:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:39:41.888990+0000 mgr.y (mgr.14556) 18142 : audit [DBG] from='client.43370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:39:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:39:42.245784+0000 mon.c (mon.2) 435 : audit [DBG] from='client.? 172.21.15.23:0/565549594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:39:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:42.563184+0000 mgr.y (mgr.14556) 18143 : cluster [DBG] pgmap v16029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:42.563184+0000 mgr.y (mgr.14556) 18143 : cluster [DBG] pgmap v16029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:39:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:39:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:42.563184+0000 mgr.y (mgr.14556) 18143 : cluster [DBG] pgmap v16029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:44.563798+0000 mgr.y (mgr.14556) 18144 : cluster [DBG] pgmap v16030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:44.563798+0000 mgr.y (mgr.14556) 18144 : cluster [DBG] pgmap v16030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:44.563798+0000 mgr.y (mgr.14556) 18144 : cluster [DBG] pgmap v16030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:46.564467+0000 mgr.y (mgr.14556) 18145 : cluster [DBG] pgmap v16031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:48.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:39:47.294799+0000 mon.a (mon.0) 3925 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:39:48.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:39:47.599665+0000 mon.a (mon.0) 3926 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:39:48.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:39:47.600359+0000 mon.a (mon.0) 3927 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:39:48.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:39:47.614423+0000 mon.a (mon.0) 3928 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:39:48.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:46.564467+0000 mgr.y (mgr.14556) 18145 : cluster [DBG] pgmap v16031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:48.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:39:47.294799+0000 mon.a (mon.0) 3925 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:39:48.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:39:47.599665+0000 mon.a (mon.0) 3926 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:39:48.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:39:47.600359+0000 mon.a (mon.0) 3927 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:39:48.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:39:47.614423+0000 mon.a (mon.0) 3928 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:39:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:46.564467+0000 mgr.y (mgr.14556) 18145 : cluster [DBG] pgmap v16031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:39:47.294799+0000 mon.a (mon.0) 3925 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:39:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:39:47.599665+0000 mon.a (mon.0) 3926 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:39:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:39:47.600359+0000 mon.a (mon.0) 3927 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:39:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:39:47.614423+0000 mon.a (mon.0) 3928 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:39:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:48.564870+0000 mgr.y (mgr.14556) 18146 : cluster [DBG] pgmap v16032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:48.564870+0000 mgr.y (mgr.14556) 18146 : cluster [DBG] pgmap v16032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:48.564870+0000 mgr.y (mgr.14556) 18146 : cluster [DBG] pgmap v16032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:50.565484+0000 mgr.y (mgr.14556) 18147 : cluster [DBG] pgmap v16033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:39:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:50.565484+0000 mgr.y (mgr.14556) 18147 : cluster [DBG] pgmap v16033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:50.565484+0000 mgr.y (mgr.14556) 18147 : cluster [DBG] pgmap v16033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:39:53] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:39:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:52.565886+0000 mgr.y (mgr.14556) 18148 : cluster [DBG] pgmap v16034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:52.565886+0000 mgr.y (mgr.14556) 18148 : cluster [DBG] pgmap v16034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:52.565886+0000 mgr.y (mgr.14556) 18148 : cluster [DBG] pgmap v16034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:54.566247+0000 mgr.y (mgr.14556) 18149 : cluster [DBG] pgmap v16035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:54.566247+0000 mgr.y (mgr.14556) 18149 : cluster [DBG] pgmap v16035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:54.566247+0000 mgr.y (mgr.14556) 18149 : cluster [DBG] pgmap v16035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:56.566812+0000 mgr.y (mgr.14556) 18150 : cluster [DBG] pgmap v16036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:56.566812+0000 mgr.y (mgr.14556) 18150 : cluster [DBG] pgmap v16036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:39:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:56.566812+0000 mgr.y (mgr.14556) 18150 : cluster [DBG] pgmap v16036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:39:58.567401+0000 mgr.y (mgr.14556) 18151 : cluster [DBG] pgmap v16037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:39:58.567401+0000 mgr.y (mgr.14556) 18151 : cluster [DBG] pgmap v16037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T15:40:00.000+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:40:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:39:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:39:58.567401+0000 mgr.y (mgr.14556) 18151 : cluster [DBG] pgmap v16037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:01.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:00.000174+0000 mon.a (mon.0) 3929 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:40:01.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:00.000174+0000 mon.a (mon.0) 3929 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:40:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:00.000174+0000 mon.a (mon.0) 3929 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:40:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:00.568259+0000 mgr.y (mgr.14556) 18152 : cluster [DBG] pgmap v16038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:40:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:00.568259+0000 mgr.y (mgr.14556) 18152 : cluster [DBG] pgmap v16038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:00.568259+0000 mgr.y (mgr.14556) 18152 : cluster [DBG] pgmap v16038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:40:03] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:40:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:02.568782+0000 mgr.y (mgr.14556) 18153 : cluster [DBG] pgmap v16039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:02.568782+0000 mgr.y (mgr.14556) 18153 : cluster [DBG] pgmap v16039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:02.568782+0000 mgr.y (mgr.14556) 18153 : cluster [DBG] pgmap v16039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:04.569186+0000 mgr.y (mgr.14556) 18154 : cluster [DBG] pgmap v16040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:04.569186+0000 mgr.y (mgr.14556) 18154 : cluster [DBG] pgmap v16040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:04.569186+0000 mgr.y (mgr.14556) 18154 : cluster [DBG] pgmap v16040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:06.569841+0000 mgr.y (mgr.14556) 18155 : cluster [DBG] pgmap v16041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:06.569841+0000 mgr.y (mgr.14556) 18155 : cluster [DBG] pgmap v16041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:06.569841+0000 mgr.y (mgr.14556) 18155 : cluster [DBG] pgmap v16041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:08.570427+0000 mgr.y (mgr.14556) 18156 : cluster [DBG] pgmap v16042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:08.570427+0000 mgr.y (mgr.14556) 18156 : cluster [DBG] pgmap v16042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:08.570427+0000 mgr.y (mgr.14556) 18156 : cluster [DBG] pgmap v16042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:11.850 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:40:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:10.571503+0000 mgr.y (mgr.14556) 18157 : cluster [DBG] pgmap v16043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:10.571503+0000 mgr.y (mgr.14556) 18157 : cluster [DBG] pgmap v16043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:10.571503+0000 mgr.y (mgr.14556) 18157 : cluster [DBG] pgmap v16043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:12.570 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:40:12.861 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:40:12.861 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 4m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:40:12.861 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 4m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:40:12.861 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 4m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:40:12.861 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 4m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:40:12.861 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 4m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:40:12.861 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 4m ago 9h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:40:12.861 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 4m ago 9h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:40:12.861 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 4m ago 8h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:40:12.861 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 4m ago 8h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:40:12.862 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 4m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:40:12.862 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 4m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:40:12.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 4m ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:40:12.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 4m ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:40:12.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 4m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:40:12.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 4m ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:40:12.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 4m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:40:12.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 4m ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:40:12.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 4m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:40:12.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 4m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:40:12.862 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 4m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:40:13.208 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:40:13.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:40:13.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:40:13.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:40:13.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:40:13.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:40:13.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:40:13.208 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:40:13.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:40:13.209 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:40:13.209 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:40:13.209 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:40:13.209 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:40:13.209 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:40:13.209 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:40:13.209 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:40:13.209 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:40:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:40:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:40:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:40:12.557714+0000 mgr.y (mgr.14556) 18158 : audit [DBG] from='client.43382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:40:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:12.571800+0000 mgr.y (mgr.14556) 18159 : cluster [DBG] pgmap v16044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:40:12.852502+0000 mgr.y (mgr.14556) 18160 : audit [DBG] from='client.33480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:40:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:40:13.207925+0000 mon.c (mon.2) 436 : audit [DBG] from='client.? 172.21.15.23:0/2801392612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:40:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:40:12.557714+0000 mgr.y (mgr.14556) 18158 : audit [DBG] from='client.43382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:40:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:12.571800+0000 mgr.y (mgr.14556) 18159 : cluster [DBG] pgmap v16044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:40:12.852502+0000 mgr.y (mgr.14556) 18160 : audit [DBG] from='client.33480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:40:14.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:40:13.207925+0000 mon.c (mon.2) 436 : audit [DBG] from='client.? 172.21.15.23:0/2801392612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:40:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:40:12.557714+0000 mgr.y (mgr.14556) 18158 : audit [DBG] from='client.43382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:40:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:12.571800+0000 mgr.y (mgr.14556) 18159 : cluster [DBG] pgmap v16044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:40:12.852502+0000 mgr.y (mgr.14556) 18160 : audit [DBG] from='client.33480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:40:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:40:13.207925+0000 mon.c (mon.2) 436 : audit [DBG] from='client.? 172.21.15.23:0/2801392612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:40:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:14.572347+0000 mgr.y (mgr.14556) 18161 : cluster [DBG] pgmap v16045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:14.572347+0000 mgr.y (mgr.14556) 18161 : cluster [DBG] pgmap v16045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:14.572347+0000 mgr.y (mgr.14556) 18161 : cluster [DBG] pgmap v16045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:16.572978+0000 mgr.y (mgr.14556) 18162 : cluster [DBG] pgmap v16046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:16.572978+0000 mgr.y (mgr.14556) 18162 : cluster [DBG] pgmap v16046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:16.572978+0000 mgr.y (mgr.14556) 18162 : cluster [DBG] pgmap v16046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:20.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:18.573491+0000 mgr.y (mgr.14556) 18163 : cluster [DBG] pgmap v16047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:18.573491+0000 mgr.y (mgr.14556) 18163 : cluster [DBG] pgmap v16047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:18.573491+0000 mgr.y (mgr.14556) 18163 : cluster [DBG] pgmap v16047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:21.889 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:40:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:20.574179+0000 mgr.y (mgr.14556) 18164 : cluster [DBG] pgmap v16048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:20.574179+0000 mgr.y (mgr.14556) 18164 : cluster [DBG] pgmap v16048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:20.574179+0000 mgr.y (mgr.14556) 18164 : cluster [DBG] pgmap v16048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:40:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:40:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:22.574697+0000 mgr.y (mgr.14556) 18165 : cluster [DBG] pgmap v16049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:22.574697+0000 mgr.y (mgr.14556) 18165 : cluster [DBG] pgmap v16049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:22.574697+0000 mgr.y (mgr.14556) 18165 : cluster [DBG] pgmap v16049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:24.575188+0000 mgr.y (mgr.14556) 18166 : cluster [DBG] pgmap v16050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:24.575188+0000 mgr.y (mgr.14556) 18166 : cluster [DBG] pgmap v16050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:24.575188+0000 mgr.y (mgr.14556) 18166 : cluster [DBG] pgmap v16050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:26.575828+0000 mgr.y (mgr.14556) 18167 : cluster [DBG] pgmap v16051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:26.575828+0000 mgr.y (mgr.14556) 18167 : cluster [DBG] pgmap v16051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:26.575828+0000 mgr.y (mgr.14556) 18167 : cluster [DBG] pgmap v16051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:28.576260+0000 mgr.y (mgr.14556) 18168 : cluster [DBG] pgmap v16052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:28.576260+0000 mgr.y (mgr.14556) 18168 : cluster [DBG] pgmap v16052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:28.576260+0000 mgr.y (mgr.14556) 18168 : cluster [DBG] pgmap v16052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:30.577120+0000 mgr.y (mgr.14556) 18169 : cluster [DBG] pgmap v16053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:40:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:30.577120+0000 mgr.y (mgr.14556) 18169 : cluster [DBG] pgmap v16053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:30.577120+0000 mgr.y (mgr.14556) 18169 : cluster [DBG] pgmap v16053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:40:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:40:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:32.577622+0000 mgr.y (mgr.14556) 18170 : cluster [DBG] pgmap v16054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:32.577622+0000 mgr.y (mgr.14556) 18170 : cluster [DBG] pgmap v16054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:32.577622+0000 mgr.y (mgr.14556) 18170 : cluster [DBG] pgmap v16054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:34.578063+0000 mgr.y (mgr.14556) 18171 : cluster [DBG] pgmap v16055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:34.578063+0000 mgr.y (mgr.14556) 18171 : cluster [DBG] pgmap v16055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:34.578063+0000 mgr.y (mgr.14556) 18171 : cluster [DBG] pgmap v16055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:36.578993+0000 mgr.y (mgr.14556) 18172 : cluster [DBG] pgmap v16056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:36.578993+0000 mgr.y (mgr.14556) 18172 : cluster [DBG] pgmap v16056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:36.578993+0000 mgr.y (mgr.14556) 18172 : cluster [DBG] pgmap v16056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:38.579511+0000 mgr.y (mgr.14556) 18173 : cluster [DBG] pgmap v16057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:38.579511+0000 mgr.y (mgr.14556) 18173 : cluster [DBG] pgmap v16057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:38.579511+0000 mgr.y (mgr.14556) 18173 : cluster [DBG] pgmap v16057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:40.580167+0000 mgr.y (mgr.14556) 18174 : cluster [DBG] pgmap v16058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:40:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:40.580167+0000 mgr.y (mgr.14556) 18174 : cluster [DBG] pgmap v16058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:40.580167+0000 mgr.y (mgr.14556) 18174 : cluster [DBG] pgmap v16058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:43.533 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:40:43.822 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:40:43.822 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 4m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:40:43.822 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 4m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:40:43.822 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 4m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:40:43.822 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 4m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:40:43.822 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 4m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:40:43.822 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 4m ago 9h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:40:43.822 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 4m ago 9h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:40:43.822 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (8h) 4m ago 8h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:40:43.822 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 4m ago 8h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:40:43.823 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 4m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:40:43.823 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 4m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:40:43.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 4m ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:40:43.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 4m ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:40:43.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 4m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:40:43.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 4m ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:40:43.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 4m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:40:43.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 4m ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:40:43.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 4m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:40:43.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 4m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:40:43.823 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 4m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:40:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:40:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:40:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:42.580693+0000 mgr.y (mgr.14556) 18175 : cluster [DBG] pgmap v16059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:42.580693+0000 mgr.y (mgr.14556) 18175 : cluster [DBG] pgmap v16059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:42.580693+0000 mgr.y (mgr.14556) 18175 : cluster [DBG] pgmap v16059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:44.170 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:40:44.170 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:40:44.170 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:40:44.170 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:40:44.170 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:40:44.170 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:40:44.170 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:40:44.170 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:40:44.171 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:40:44.171 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:40:44.171 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:40:44.171 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:40:44.171 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:40:44.171 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:40:44.171 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:40:44.171 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:40:44.171 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:40:45.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:40:43.520301+0000 mgr.y (mgr.14556) 18176 : audit [DBG] from='client.43400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:40:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:40:43.814003+0000 mgr.y (mgr.14556) 18177 : audit [DBG] from='client.33498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:40:45.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:40:44.170433+0000 mon.c (mon.2) 437 : audit [DBG] from='client.? 172.21.15.23:0/2941889161' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:40:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:40:43.520301+0000 mgr.y (mgr.14556) 18176 : audit [DBG] from='client.43400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:40:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:40:43.814003+0000 mgr.y (mgr.14556) 18177 : audit [DBG] from='client.33498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:40:45.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:40:44.170433+0000 mon.c (mon.2) 437 : audit [DBG] from='client.? 172.21.15.23:0/2941889161' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:40:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:40:43.520301+0000 mgr.y (mgr.14556) 18176 : audit [DBG] from='client.43400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:40:45.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:40:43.814003+0000 mgr.y (mgr.14556) 18177 : audit [DBG] from='client.33498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:40:45.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:40:44.170433+0000 mon.c (mon.2) 437 : audit [DBG] from='client.? 172.21.15.23:0/2941889161' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:40:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:44.581097+0000 mgr.y (mgr.14556) 18178 : cluster [DBG] pgmap v16060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:44.581097+0000 mgr.y (mgr.14556) 18178 : cluster [DBG] pgmap v16060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:44.581097+0000 mgr.y (mgr.14556) 18178 : cluster [DBG] pgmap v16060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:46.581921+0000 mgr.y (mgr.14556) 18179 : cluster [DBG] pgmap v16061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:40:47.618881+0000 mon.a (mon.0) 3930 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:40:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:46.581921+0000 mgr.y (mgr.14556) 18179 : cluster [DBG] pgmap v16061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:40:47.618881+0000 mon.a (mon.0) 3930 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:40:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:46.581921+0000 mgr.y (mgr.14556) 18179 : cluster [DBG] pgmap v16061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:40:47.618881+0000 mon.a (mon.0) 3930 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:40:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:40:47.928696+0000 mon.a (mon.0) 3931 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:40:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:40:47.929389+0000 mon.a (mon.0) 3932 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:40:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:40:47.936867+0000 mon.a (mon.0) 3933 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:40:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:40:47.928696+0000 mon.a (mon.0) 3931 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:40:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:40:47.929389+0000 mon.a (mon.0) 3932 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:40:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:40:47.936867+0000 mon.a (mon.0) 3933 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:40:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:40:47.928696+0000 mon.a (mon.0) 3931 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:40:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:40:47.929389+0000 mon.a (mon.0) 3932 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:40:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:40:47.936867+0000 mon.a (mon.0) 3933 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:40:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:48.582427+0000 mgr.y (mgr.14556) 18180 : cluster [DBG] pgmap v16062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:48.582427+0000 mgr.y (mgr.14556) 18180 : cluster [DBG] pgmap v16062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:48.582427+0000 mgr.y (mgr.14556) 18180 : cluster [DBG] pgmap v16062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:50.583008+0000 mgr.y (mgr.14556) 18181 : cluster [DBG] pgmap v16063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:40:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:50.583008+0000 mgr.y (mgr.14556) 18181 : cluster [DBG] pgmap v16063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:50.583008+0000 mgr.y (mgr.14556) 18181 : cluster [DBG] pgmap v16063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:40:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:40:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:52.583497+0000 mgr.y (mgr.14556) 18182 : cluster [DBG] pgmap v16064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:52.583497+0000 mgr.y (mgr.14556) 18182 : cluster [DBG] pgmap v16064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:52.583497+0000 mgr.y (mgr.14556) 18182 : cluster [DBG] pgmap v16064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:54.583863+0000 mgr.y (mgr.14556) 18183 : cluster [DBG] pgmap v16065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:54.583863+0000 mgr.y (mgr.14556) 18183 : cluster [DBG] pgmap v16065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:54.583863+0000 mgr.y (mgr.14556) 18183 : cluster [DBG] pgmap v16065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:56.584560+0000 mgr.y (mgr.14556) 18184 : cluster [DBG] pgmap v16066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:56.584560+0000 mgr.y (mgr.14556) 18184 : cluster [DBG] pgmap v16066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:40:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:56.584560+0000 mgr.y (mgr.14556) 18184 : cluster [DBG] pgmap v16066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:40:58.585106+0000 mgr.y (mgr.14556) 18185 : cluster [DBG] pgmap v16067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:40:58.585106+0000 mgr.y (mgr.14556) 18185 : cluster [DBG] pgmap v16067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:40:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:40:58.585106+0000 mgr.y (mgr.14556) 18185 : cluster [DBG] pgmap v16067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:01.814 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:41:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:00.585728+0000 mgr.y (mgr.14556) 18186 : cluster [DBG] pgmap v16068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:00.585728+0000 mgr.y (mgr.14556) 18186 : cluster [DBG] pgmap v16068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:00.585728+0000 mgr.y (mgr.14556) 18186 : cluster [DBG] pgmap v16068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:41:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:41:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:02.586285+0000 mgr.y (mgr.14556) 18187 : cluster [DBG] pgmap v16069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:02.586285+0000 mgr.y (mgr.14556) 18187 : cluster [DBG] pgmap v16069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:02.586285+0000 mgr.y (mgr.14556) 18187 : cluster [DBG] pgmap v16069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:04.586713+0000 mgr.y (mgr.14556) 18188 : cluster [DBG] pgmap v16070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:04.586713+0000 mgr.y (mgr.14556) 18188 : cluster [DBG] pgmap v16070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:04.586713+0000 mgr.y (mgr.14556) 18188 : cluster [DBG] pgmap v16070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:06.587476+0000 mgr.y (mgr.14556) 18189 : cluster [DBG] pgmap v16071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:06.587476+0000 mgr.y (mgr.14556) 18189 : cluster [DBG] pgmap v16071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:06.587476+0000 mgr.y (mgr.14556) 18189 : cluster [DBG] pgmap v16071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:08.587898+0000 mgr.y (mgr.14556) 18190 : cluster [DBG] pgmap v16072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:08.587898+0000 mgr.y (mgr.14556) 18190 : cluster [DBG] pgmap v16072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:08.587898+0000 mgr.y (mgr.14556) 18190 : cluster [DBG] pgmap v16072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:11.872 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:41:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:10.588625+0000 mgr.y (mgr.14556) 18191 : cluster [DBG] pgmap v16073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:10.588625+0000 mgr.y (mgr.14556) 18191 : cluster [DBG] pgmap v16073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:10.588625+0000 mgr.y (mgr.14556) 18191 : cluster [DBG] pgmap v16073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:41:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:41:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:12.588979+0000 mgr.y (mgr.14556) 18192 : cluster [DBG] pgmap v16074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:12.588979+0000 mgr.y (mgr.14556) 18192 : cluster [DBG] pgmap v16074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:12.588979+0000 mgr.y (mgr.14556) 18192 : cluster [DBG] pgmap v16074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:14.497 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:41:14.785 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 5m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 5m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 5m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 5m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (8h) 5m ago 8h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 5m ago 9h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 5m ago 9h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 5m ago 8h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (8h) 5m ago 8h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 5m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 5m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 5m ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 5m ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:41:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 5m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:41:14.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 5m ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:41:14.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 5m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:41:14.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 5m ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:41:14.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 5m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:41:14.787 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 5m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:41:14.787 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 5m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:41:15.136 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:41:15.137 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:41:15.138 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:41:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:41:14.484391+0000 mgr.y (mgr.14556) 18193 : audit [DBG] from='client.33510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:41:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:14.589289+0000 mgr.y (mgr.14556) 18194 : cluster [DBG] pgmap v16075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:41:14.777771+0000 mgr.y (mgr.14556) 18195 : audit [DBG] from='client.43424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:41:16.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:41:15.136695+0000 mon.a (mon.0) 3934 : audit [DBG] from='client.? 172.21.15.23:0/3774494192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:41:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:41:14.484391+0000 mgr.y (mgr.14556) 18193 : audit [DBG] from='client.33510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:41:16.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:14.589289+0000 mgr.y (mgr.14556) 18194 : cluster [DBG] pgmap v16075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:16.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:41:14.777771+0000 mgr.y (mgr.14556) 18195 : audit [DBG] from='client.43424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:41:16.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:41:15.136695+0000 mon.a (mon.0) 3934 : audit [DBG] from='client.? 172.21.15.23:0/3774494192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:41:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:41:14.484391+0000 mgr.y (mgr.14556) 18193 : audit [DBG] from='client.33510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:41:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:14.589289+0000 mgr.y (mgr.14556) 18194 : cluster [DBG] pgmap v16075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:41:14.777771+0000 mgr.y (mgr.14556) 18195 : audit [DBG] from='client.43424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:41:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:41:15.136695+0000 mon.a (mon.0) 3934 : audit [DBG] from='client.? 172.21.15.23:0/3774494192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:41:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:16.589888+0000 mgr.y (mgr.14556) 18196 : cluster [DBG] pgmap v16076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:16.589888+0000 mgr.y (mgr.14556) 18196 : cluster [DBG] pgmap v16076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:16.589888+0000 mgr.y (mgr.14556) 18196 : cluster [DBG] pgmap v16076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:18.590322+0000 mgr.y (mgr.14556) 18197 : cluster [DBG] pgmap v16077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:18.590322+0000 mgr.y (mgr.14556) 18197 : cluster [DBG] pgmap v16077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:18.590322+0000 mgr.y (mgr.14556) 18197 : cluster [DBG] pgmap v16077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:21.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:41:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:20.590932+0000 mgr.y (mgr.14556) 18198 : cluster [DBG] pgmap v16078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:20.590932+0000 mgr.y (mgr.14556) 18198 : cluster [DBG] pgmap v16078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:20.590932+0000 mgr.y (mgr.14556) 18198 : cluster [DBG] pgmap v16078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:22.591396+0000 mgr.y (mgr.14556) 18199 : cluster [DBG] pgmap v16079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:22.591396+0000 mgr.y (mgr.14556) 18199 : cluster [DBG] pgmap v16079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:22.591396+0000 mgr.y (mgr.14556) 18199 : cluster [DBG] pgmap v16079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:41:23] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:41:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:24.591912+0000 mgr.y (mgr.14556) 18200 : cluster [DBG] pgmap v16080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:24.591912+0000 mgr.y (mgr.14556) 18200 : cluster [DBG] pgmap v16080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:24.591912+0000 mgr.y (mgr.14556) 18200 : cluster [DBG] pgmap v16080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:26.592735+0000 mgr.y (mgr.14556) 18201 : cluster [DBG] pgmap v16081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:26.592735+0000 mgr.y (mgr.14556) 18201 : cluster [DBG] pgmap v16081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:26.592735+0000 mgr.y (mgr.14556) 18201 : cluster [DBG] pgmap v16081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:28.593216+0000 mgr.y (mgr.14556) 18202 : cluster [DBG] pgmap v16082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:28.593216+0000 mgr.y (mgr.14556) 18202 : cluster [DBG] pgmap v16082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:28.593216+0000 mgr.y (mgr.14556) 18202 : cluster [DBG] pgmap v16082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:41:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:30.593924+0000 mgr.y (mgr.14556) 18203 : cluster [DBG] pgmap v16083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:30.593924+0000 mgr.y (mgr.14556) 18203 : cluster [DBG] pgmap v16083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:30.593924+0000 mgr.y (mgr.14556) 18203 : cluster [DBG] pgmap v16083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:32.594381+0000 mgr.y (mgr.14556) 18204 : cluster [DBG] pgmap v16084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:41:33] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:41:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:32.594381+0000 mgr.y (mgr.14556) 18204 : cluster [DBG] pgmap v16084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:32.594381+0000 mgr.y (mgr.14556) 18204 : cluster [DBG] pgmap v16084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:34.594819+0000 mgr.y (mgr.14556) 18205 : cluster [DBG] pgmap v16085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:34.594819+0000 mgr.y (mgr.14556) 18205 : cluster [DBG] pgmap v16085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:34.594819+0000 mgr.y (mgr.14556) 18205 : cluster [DBG] pgmap v16085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:36.595499+0000 mgr.y (mgr.14556) 18206 : cluster [DBG] pgmap v16086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:36.595499+0000 mgr.y (mgr.14556) 18206 : cluster [DBG] pgmap v16086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:36.595499+0000 mgr.y (mgr.14556) 18206 : cluster [DBG] pgmap v16086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:38.596036+0000 mgr.y (mgr.14556) 18207 : cluster [DBG] pgmap v16087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:38.596036+0000 mgr.y (mgr.14556) 18207 : cluster [DBG] pgmap v16087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:38.596036+0000 mgr.y (mgr.14556) 18207 : cluster [DBG] pgmap v16087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:41:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:40.596617+0000 mgr.y (mgr.14556) 18208 : cluster [DBG] pgmap v16088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:40.596617+0000 mgr.y (mgr.14556) 18208 : cluster [DBG] pgmap v16088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:40.596617+0000 mgr.y (mgr.14556) 18208 : cluster [DBG] pgmap v16088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:41:43] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:41:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:42.597141+0000 mgr.y (mgr.14556) 18209 : cluster [DBG] pgmap v16089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:42.597141+0000 mgr.y (mgr.14556) 18209 : cluster [DBG] pgmap v16089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:42.597141+0000 mgr.y (mgr.14556) 18209 : cluster [DBG] pgmap v16089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:45.465 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:41:45.755 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:41:45.755 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 6m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:41:45.755 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 5m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:41:45.755 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 6m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 5m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 5m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 6m ago 9h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 6m ago 9h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 5m ago 9h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 6m ago 9h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 6m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 5m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8h) 6m ago 8h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 6m ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 6m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 6m ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 5m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 5m ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 5m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 5m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:41:45.756 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 5m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:41:46.109 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:41:46.109 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:41:46.109 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:41:46.109 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:41:46.109 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:41:46.109 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:41:46.110 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:41:46.110 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:41:46.110 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:41:46.110 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:41:46.110 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:41:46.110 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:41:46.110 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:41:46.110 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:41:46.110 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:41:46.110 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:41:46.110 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:41:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:44.597697+0000 mgr.y (mgr.14556) 18210 : cluster [DBG] pgmap v16090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:44.597697+0000 mgr.y (mgr.14556) 18210 : cluster [DBG] pgmap v16090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:44.597697+0000 mgr.y (mgr.14556) 18210 : cluster [DBG] pgmap v16090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:47.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:41:45.452927+0000 mgr.y (mgr.14556) 18211 : audit [DBG] from='client.43436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:41:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:41:45.747570+0000 mgr.y (mgr.14556) 18212 : audit [DBG] from='client.43442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:41:47.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:41:46.109213+0000 mon.a (mon.0) 3935 : audit [DBG] from='client.? 172.21.15.23:0/3309932589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:41:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:41:45.452927+0000 mgr.y (mgr.14556) 18211 : audit [DBG] from='client.43436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:41:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:41:45.747570+0000 mgr.y (mgr.14556) 18212 : audit [DBG] from='client.43442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:41:47.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:41:46.109213+0000 mon.a (mon.0) 3935 : audit [DBG] from='client.? 172.21.15.23:0/3309932589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:41:47.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:41:45.452927+0000 mgr.y (mgr.14556) 18211 : audit [DBG] from='client.43436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:41:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:41:45.747570+0000 mgr.y (mgr.14556) 18212 : audit [DBG] from='client.43442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:41:47.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:41:46.109213+0000 mon.a (mon.0) 3935 : audit [DBG] from='client.? 172.21.15.23:0/3309932589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:41:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:46.598255+0000 mgr.y (mgr.14556) 18213 : cluster [DBG] pgmap v16091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:46.598255+0000 mgr.y (mgr.14556) 18213 : cluster [DBG] pgmap v16091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:46.598255+0000 mgr.y (mgr.14556) 18213 : cluster [DBG] pgmap v16091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:41:47.941219+0000 mon.a (mon.0) 3936 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:41:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:41:48.246243+0000 mon.a (mon.0) 3937 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:41:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:41:48.246910+0000 mon.a (mon.0) 3938 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:41:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:41:48.260847+0000 mon.a (mon.0) 3939 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:41:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:41:47.941219+0000 mon.a (mon.0) 3936 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:41:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:41:48.246243+0000 mon.a (mon.0) 3937 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:41:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:41:48.246910+0000 mon.a (mon.0) 3938 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:41:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:41:48.260847+0000 mon.a (mon.0) 3939 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:41:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:41:47.941219+0000 mon.a (mon.0) 3936 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:41:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:41:48.246243+0000 mon.a (mon.0) 3937 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:41:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:41:48.246910+0000 mon.a (mon.0) 3938 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:41:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:41:48.260847+0000 mon.a (mon.0) 3939 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:41:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:48.598586+0000 mgr.y (mgr.14556) 18214 : cluster [DBG] pgmap v16092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:48.598586+0000 mgr.y (mgr.14556) 18214 : cluster [DBG] pgmap v16092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:48.598586+0000 mgr.y (mgr.14556) 18214 : cluster [DBG] pgmap v16092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:51.797 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:41:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:50.599350+0000 mgr.y (mgr.14556) 18215 : cluster [DBG] pgmap v16093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:50.599350+0000 mgr.y (mgr.14556) 18215 : cluster [DBG] pgmap v16093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:50.599350+0000 mgr.y (mgr.14556) 18215 : cluster [DBG] pgmap v16093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:41:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:41:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:52.599883+0000 mgr.y (mgr.14556) 18216 : cluster [DBG] pgmap v16094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:52.599883+0000 mgr.y (mgr.14556) 18216 : cluster [DBG] pgmap v16094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:52.599883+0000 mgr.y (mgr.14556) 18216 : cluster [DBG] pgmap v16094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:54.600467+0000 mgr.y (mgr.14556) 18217 : cluster [DBG] pgmap v16095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:54.600467+0000 mgr.y (mgr.14556) 18217 : cluster [DBG] pgmap v16095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:54.600467+0000 mgr.y (mgr.14556) 18217 : cluster [DBG] pgmap v16095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:56.601153+0000 mgr.y (mgr.14556) 18218 : cluster [DBG] pgmap v16096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:56.601153+0000 mgr.y (mgr.14556) 18218 : cluster [DBG] pgmap v16096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:41:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:56.601153+0000 mgr.y (mgr.14556) 18218 : cluster [DBG] pgmap v16096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:41:58.601682+0000 mgr.y (mgr.14556) 18219 : cluster [DBG] pgmap v16097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:41:58.601682+0000 mgr.y (mgr.14556) 18219 : cluster [DBG] pgmap v16097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:00.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:41:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:41:58.601682+0000 mgr.y (mgr.14556) 18219 : cluster [DBG] pgmap v16097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:01.845 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:42:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:00.602290+0000 mgr.y (mgr.14556) 18220 : cluster [DBG] pgmap v16098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:00.602290+0000 mgr.y (mgr.14556) 18220 : cluster [DBG] pgmap v16098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:00.602290+0000 mgr.y (mgr.14556) 18220 : cluster [DBG] pgmap v16098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:42:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:42:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:02.602710+0000 mgr.y (mgr.14556) 18221 : cluster [DBG] pgmap v16099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:02.602710+0000 mgr.y (mgr.14556) 18221 : cluster [DBG] pgmap v16099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:02.602710+0000 mgr.y (mgr.14556) 18221 : cluster [DBG] pgmap v16099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:04.603147+0000 mgr.y (mgr.14556) 18222 : cluster [DBG] pgmap v16100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:04.603147+0000 mgr.y (mgr.14556) 18222 : cluster [DBG] pgmap v16100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:04.603147+0000 mgr.y (mgr.14556) 18222 : cluster [DBG] pgmap v16100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:06.603821+0000 mgr.y (mgr.14556) 18223 : cluster [DBG] pgmap v16101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:06.603821+0000 mgr.y (mgr.14556) 18223 : cluster [DBG] pgmap v16101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:06.603821+0000 mgr.y (mgr.14556) 18223 : cluster [DBG] pgmap v16101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:08.604219+0000 mgr.y (mgr.14556) 18224 : cluster [DBG] pgmap v16102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:08.604219+0000 mgr.y (mgr.14556) 18224 : cluster [DBG] pgmap v16102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:08.604219+0000 mgr.y (mgr.14556) 18224 : cluster [DBG] pgmap v16102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:11.875 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:42:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:10.604914+0000 mgr.y (mgr.14556) 18225 : cluster [DBG] pgmap v16103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:10.604914+0000 mgr.y (mgr.14556) 18225 : cluster [DBG] pgmap v16103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:10.604914+0000 mgr.y (mgr.14556) 18225 : cluster [DBG] pgmap v16103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:42:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:42:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:12.605339+0000 mgr.y (mgr.14556) 18226 : cluster [DBG] pgmap v16104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:12.605339+0000 mgr.y (mgr.14556) 18226 : cluster [DBG] pgmap v16104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:12.605339+0000 mgr.y (mgr.14556) 18226 : cluster [DBG] pgmap v16104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:14.605917+0000 mgr.y (mgr.14556) 18227 : cluster [DBG] pgmap v16105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:14.605917+0000 mgr.y (mgr.14556) 18227 : cluster [DBG] pgmap v16105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:14.605917+0000 mgr.y (mgr.14556) 18227 : cluster [DBG] pgmap v16105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:16.438 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:42:16.730 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:42:16.730 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 6m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:42:16.730 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 6m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:42:16.730 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 6m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:42:16.730 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 6m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:42:16.730 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 6m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:42:16.730 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 6m ago 9h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:42:16.730 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 6m ago 9h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:42:16.730 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 6m ago 9h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:42:16.731 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 6m ago 9h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:42:16.731 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 6m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:42:16.731 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 6m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:42:16.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 6m ago 9h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:42:16.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8h) 6m ago 8h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:42:16.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8h) 6m ago 8h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:42:16.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 6m ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:42:16.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 6m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:42:16.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 6m ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:42:16.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 6m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:42:16.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 6m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:42:16.731 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 6m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:42:17.079 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:42:17.079 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:42:17.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:42:17.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:42:17.079 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:42:17.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:42:17.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:42:17.080 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:42:17.080 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:42:17.080 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:42:17.080 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:42:17.080 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:42:17.080 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:42:17.080 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:42:17.080 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:42:17.080 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:42:17.080 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:42:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:42:16.426019+0000 mgr.y (mgr.14556) 18228 : audit [DBG] from='client.33546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:42:18.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:16.606504+0000 mgr.y (mgr.14556) 18229 : cluster [DBG] pgmap v16106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:18.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:42:16.722095+0000 mgr.y (mgr.14556) 18230 : audit [DBG] from='client.33552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:42:18.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:42:17.079230+0000 mon.c (mon.2) 438 : audit [DBG] from='client.? 172.21.15.23:0/3894007989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:42:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:42:16.426019+0000 mgr.y (mgr.14556) 18228 : audit [DBG] from='client.33546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:42:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:16.606504+0000 mgr.y (mgr.14556) 18229 : cluster [DBG] pgmap v16106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:42:16.722095+0000 mgr.y (mgr.14556) 18230 : audit [DBG] from='client.33552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:42:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:42:17.079230+0000 mon.c (mon.2) 438 : audit [DBG] from='client.? 172.21.15.23:0/3894007989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:42:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:42:16.426019+0000 mgr.y (mgr.14556) 18228 : audit [DBG] from='client.33546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:42:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:16.606504+0000 mgr.y (mgr.14556) 18229 : cluster [DBG] pgmap v16106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:42:16.722095+0000 mgr.y (mgr.14556) 18230 : audit [DBG] from='client.33552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:42:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:42:17.079230+0000 mon.c (mon.2) 438 : audit [DBG] from='client.? 172.21.15.23:0/3894007989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:42:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:18.606910+0000 mgr.y (mgr.14556) 18231 : cluster [DBG] pgmap v16107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:18.606910+0000 mgr.y (mgr.14556) 18231 : cluster [DBG] pgmap v16107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:18.606910+0000 mgr.y (mgr.14556) 18231 : cluster [DBG] pgmap v16107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:20.607626+0000 mgr.y (mgr.14556) 18232 : cluster [DBG] pgmap v16108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:20.607626+0000 mgr.y (mgr.14556) 18232 : cluster [DBG] pgmap v16108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:20.607626+0000 mgr.y (mgr.14556) 18232 : cluster [DBG] pgmap v16108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:42:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:22.608133+0000 mgr.y (mgr.14556) 18233 : cluster [DBG] pgmap v16109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:22.608133+0000 mgr.y (mgr.14556) 18233 : cluster [DBG] pgmap v16109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:42:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:42:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:22.608133+0000 mgr.y (mgr.14556) 18233 : cluster [DBG] pgmap v16109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:24.608518+0000 mgr.y (mgr.14556) 18234 : cluster [DBG] pgmap v16110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:24.608518+0000 mgr.y (mgr.14556) 18234 : cluster [DBG] pgmap v16110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:24.608518+0000 mgr.y (mgr.14556) 18234 : cluster [DBG] pgmap v16110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:26.609184+0000 mgr.y (mgr.14556) 18235 : cluster [DBG] pgmap v16111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:26.609184+0000 mgr.y (mgr.14556) 18235 : cluster [DBG] pgmap v16111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:26.609184+0000 mgr.y (mgr.14556) 18235 : cluster [DBG] pgmap v16111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:28.609769+0000 mgr.y (mgr.14556) 18236 : cluster [DBG] pgmap v16112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:28.609769+0000 mgr.y (mgr.14556) 18236 : cluster [DBG] pgmap v16112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:28.609769+0000 mgr.y (mgr.14556) 18236 : cluster [DBG] pgmap v16112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:30.610437+0000 mgr.y (mgr.14556) 18237 : cluster [DBG] pgmap v16113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:42:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:30.610437+0000 mgr.y (mgr.14556) 18237 : cluster [DBG] pgmap v16113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:30.610437+0000 mgr.y (mgr.14556) 18237 : cluster [DBG] pgmap v16113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:42:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:42:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:32.610834+0000 mgr.y (mgr.14556) 18238 : cluster [DBG] pgmap v16114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:32.610834+0000 mgr.y (mgr.14556) 18238 : cluster [DBG] pgmap v16114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:32.610834+0000 mgr.y (mgr.14556) 18238 : cluster [DBG] pgmap v16114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:34.611311+0000 mgr.y (mgr.14556) 18239 : cluster [DBG] pgmap v16115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:34.611311+0000 mgr.y (mgr.14556) 18239 : cluster [DBG] pgmap v16115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:34.611311+0000 mgr.y (mgr.14556) 18239 : cluster [DBG] pgmap v16115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:36.612173+0000 mgr.y (mgr.14556) 18240 : cluster [DBG] pgmap v16116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:36.612173+0000 mgr.y (mgr.14556) 18240 : cluster [DBG] pgmap v16116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:36.612173+0000 mgr.y (mgr.14556) 18240 : cluster [DBG] pgmap v16116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:38.612627+0000 mgr.y (mgr.14556) 18241 : cluster [DBG] pgmap v16117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:38.612627+0000 mgr.y (mgr.14556) 18241 : cluster [DBG] pgmap v16117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:38.612627+0000 mgr.y (mgr.14556) 18241 : cluster [DBG] pgmap v16117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:40.613293+0000 mgr.y (mgr.14556) 18242 : cluster [DBG] pgmap v16118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:42:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:40.613293+0000 mgr.y (mgr.14556) 18242 : cluster [DBG] pgmap v16118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:40.613293+0000 mgr.y (mgr.14556) 18242 : cluster [DBG] pgmap v16118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:42:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:42:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:42.613686+0000 mgr.y (mgr.14556) 18243 : cluster [DBG] pgmap v16119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:42.613686+0000 mgr.y (mgr.14556) 18243 : cluster [DBG] pgmap v16119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:44.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:42.613686+0000 mgr.y (mgr.14556) 18243 : cluster [DBG] pgmap v16119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:44.614074+0000 mgr.y (mgr.14556) 18244 : cluster [DBG] pgmap v16120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:44.614074+0000 mgr.y (mgr.14556) 18244 : cluster [DBG] pgmap v16120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:44.614074+0000 mgr.y (mgr.14556) 18244 : cluster [DBG] pgmap v16120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:47.405 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:42:47.692 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:42:47.692 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:42:47.692 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:42:47.692 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:42:47.692 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 7m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7m ago 9h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7m ago 9h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 7m ago 9h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7m ago 9h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7m ago 9h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7m ago 9h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7m ago 9h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8h) 7m ago 8h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:42:47.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7m ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:42:47.694 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:42:47.694 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:42:47.694 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:42:48.042 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:42:48.042 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:42:48.042 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:42:48.042 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:42:48.042 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:42:48.042 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:42:48.042 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:42:48.042 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:42:48.042 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:42:48.042 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:42:48.042 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:42:48.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:42:48.043 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:42:48.043 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:42:48.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:42:48.043 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:42:48.043 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:42:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:46.614954+0000 mgr.y (mgr.14556) 18245 : cluster [DBG] pgmap v16121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:46.614954+0000 mgr.y (mgr.14556) 18245 : cluster [DBG] pgmap v16121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:46.614954+0000 mgr.y (mgr.14556) 18245 : cluster [DBG] pgmap v16121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:49.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:42:47.393435+0000 mgr.y (mgr.14556) 18246 : audit [DBG] from='client.33564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:42:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:42:47.684549+0000 mgr.y (mgr.14556) 18247 : audit [DBG] from='client.43478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:42:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:42:48.042003+0000 mon.c (mon.2) 439 : audit [DBG] from='client.? 172.21.15.23:0/498404780' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:42:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:42:48.265086+0000 mon.a (mon.0) 3940 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:42:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:42:48.557055+0000 mon.a (mon.0) 3941 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:42:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:42:48.557739+0000 mon.a (mon.0) 3942 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:42:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:42:48.566867+0000 mon.a (mon.0) 3943 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:42:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:42:47.393435+0000 mgr.y (mgr.14556) 18246 : audit [DBG] from='client.33564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:42:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:42:47.684549+0000 mgr.y (mgr.14556) 18247 : audit [DBG] from='client.43478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:42:49.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:42:48.042003+0000 mon.c (mon.2) 439 : audit [DBG] from='client.? 172.21.15.23:0/498404780' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:42:49.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:42:48.265086+0000 mon.a (mon.0) 3940 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:42:49.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:42:48.557055+0000 mon.a (mon.0) 3941 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:42:49.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:42:48.557739+0000 mon.a (mon.0) 3942 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:42:49.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:42:48.566867+0000 mon.a (mon.0) 3943 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:42:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:42:47.393435+0000 mgr.y (mgr.14556) 18246 : audit [DBG] from='client.33564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:42:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:42:47.684549+0000 mgr.y (mgr.14556) 18247 : audit [DBG] from='client.43478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:42:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:42:48.042003+0000 mon.c (mon.2) 439 : audit [DBG] from='client.? 172.21.15.23:0/498404780' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:42:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:42:48.265086+0000 mon.a (mon.0) 3940 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:42:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:42:48.557055+0000 mon.a (mon.0) 3941 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:42:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:42:48.557739+0000 mon.a (mon.0) 3942 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:42:49.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:42:48.566867+0000 mon.a (mon.0) 3943 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:42:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:48.615283+0000 mgr.y (mgr.14556) 18248 : cluster [DBG] pgmap v16122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:48.615283+0000 mgr.y (mgr.14556) 18248 : cluster [DBG] pgmap v16122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:48.615283+0000 mgr.y (mgr.14556) 18248 : cluster [DBG] pgmap v16122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:51.808 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:42:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:50.615834+0000 mgr.y (mgr.14556) 18249 : cluster [DBG] pgmap v16123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:50.615834+0000 mgr.y (mgr.14556) 18249 : cluster [DBG] pgmap v16123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:50.615834+0000 mgr.y (mgr.14556) 18249 : cluster [DBG] pgmap v16123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:42:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:42:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:52.616259+0000 mgr.y (mgr.14556) 18250 : cluster [DBG] pgmap v16124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:52.616259+0000 mgr.y (mgr.14556) 18250 : cluster [DBG] pgmap v16124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:52.616259+0000 mgr.y (mgr.14556) 18250 : cluster [DBG] pgmap v16124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:54.616633+0000 mgr.y (mgr.14556) 18251 : cluster [DBG] pgmap v16125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:56.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:54.616633+0000 mgr.y (mgr.14556) 18251 : cluster [DBG] pgmap v16125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:54.616633+0000 mgr.y (mgr.14556) 18251 : cluster [DBG] pgmap v16125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:56.617436+0000 mgr.y (mgr.14556) 18252 : cluster [DBG] pgmap v16126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:56.617436+0000 mgr.y (mgr.14556) 18252 : cluster [DBG] pgmap v16126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:42:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:56.617436+0000 mgr.y (mgr.14556) 18252 : cluster [DBG] pgmap v16126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:42:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:42:58.618000+0000 mgr.y (mgr.14556) 18253 : cluster [DBG] pgmap v16127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:42:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:42:58.618000+0000 mgr.y (mgr.14556) 18253 : cluster [DBG] pgmap v16127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:42:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:42:58.618000+0000 mgr.y (mgr.14556) 18253 : cluster [DBG] pgmap v16127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:01.840 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:43:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:00.618774+0000 mgr.y (mgr.14556) 18254 : cluster [DBG] pgmap v16128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:00.618774+0000 mgr.y (mgr.14556) 18254 : cluster [DBG] pgmap v16128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:00.618774+0000 mgr.y (mgr.14556) 18254 : cluster [DBG] pgmap v16128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:43:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:43:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:02.619318+0000 mgr.y (mgr.14556) 18255 : cluster [DBG] pgmap v16129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:02.619318+0000 mgr.y (mgr.14556) 18255 : cluster [DBG] pgmap v16129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:02.619318+0000 mgr.y (mgr.14556) 18255 : cluster [DBG] pgmap v16129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:04.619870+0000 mgr.y (mgr.14556) 18256 : cluster [DBG] pgmap v16130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:04.619870+0000 mgr.y (mgr.14556) 18256 : cluster [DBG] pgmap v16130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:04.619870+0000 mgr.y (mgr.14556) 18256 : cluster [DBG] pgmap v16130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:06.620702+0000 mgr.y (mgr.14556) 18257 : cluster [DBG] pgmap v16131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:06.620702+0000 mgr.y (mgr.14556) 18257 : cluster [DBG] pgmap v16131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:06.620702+0000 mgr.y (mgr.14556) 18257 : cluster [DBG] pgmap v16131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:08.621092+0000 mgr.y (mgr.14556) 18258 : cluster [DBG] pgmap v16132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:08.621092+0000 mgr.y (mgr.14556) 18258 : cluster [DBG] pgmap v16132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:08.621092+0000 mgr.y (mgr.14556) 18258 : cluster [DBG] pgmap v16132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:11.901 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:43:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:10.621738+0000 mgr.y (mgr.14556) 18259 : cluster [DBG] pgmap v16133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:10.621738+0000 mgr.y (mgr.14556) 18259 : cluster [DBG] pgmap v16133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:10.621738+0000 mgr.y (mgr.14556) 18259 : cluster [DBG] pgmap v16133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:43:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:43:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:12.622357+0000 mgr.y (mgr.14556) 18260 : cluster [DBG] pgmap v16134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:12.622357+0000 mgr.y (mgr.14556) 18260 : cluster [DBG] pgmap v16134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:12.622357+0000 mgr.y (mgr.14556) 18260 : cluster [DBG] pgmap v16134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:14.622843+0000 mgr.y (mgr.14556) 18261 : cluster [DBG] pgmap v16135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:14.622843+0000 mgr.y (mgr.14556) 18261 : cluster [DBG] pgmap v16135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:16.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:14.622843+0000 mgr.y (mgr.14556) 18261 : cluster [DBG] pgmap v16135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:18.367 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:43:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:16.623594+0000 mgr.y (mgr.14556) 18262 : cluster [DBG] pgmap v16136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:16.623594+0000 mgr.y (mgr.14556) 18262 : cluster [DBG] pgmap v16136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:16.623594+0000 mgr.y (mgr.14556) 18262 : cluster [DBG] pgmap v16136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:18.653 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:43:18.654 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 7m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:43:18.654 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 7m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:43:18.654 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 7m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:43:18.654 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 7m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:43:18.654 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 7m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:43:18.654 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7m ago 9h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:43:18.654 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7m ago 9h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:43:18.654 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 7m ago 9h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:43:18.654 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7m ago 9h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:43:18.654 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 7m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:43:18.654 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 7m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:43:18.654 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7m ago 9h 46.6M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:43:18.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7m ago 9h 46.0M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:43:18.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7m ago 9h 44.7M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:43:18.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7m ago 9h 44.1M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:43:18.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (8h) 7m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:43:18.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 7m ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:43:18.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 7m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:43:18.655 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 7m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:43:18.655 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 7m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:43:19.004 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:43:19.005 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:43:19.006 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:43:19.006 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:43:19.006 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:43:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:18.355336+0000 mgr.y (mgr.14556) 18263 : audit [DBG] from='client.33582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:43:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:18.623972+0000 mgr.y (mgr.14556) 18264 : cluster [DBG] pgmap v16137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:18.645614+0000 mgr.y (mgr.14556) 18265 : audit [DBG] from='client.33588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:43:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:18.355336+0000 mgr.y (mgr.14556) 18263 : audit [DBG] from='client.33582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:43:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:18.623972+0000 mgr.y (mgr.14556) 18264 : cluster [DBG] pgmap v16137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:19.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:18.645614+0000 mgr.y (mgr.14556) 18265 : audit [DBG] from='client.33588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:43:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:18.355336+0000 mgr.y (mgr.14556) 18263 : audit [DBG] from='client.33582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:43:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:18.623972+0000 mgr.y (mgr.14556) 18264 : cluster [DBG] pgmap v16137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:18.645614+0000 mgr.y (mgr.14556) 18265 : audit [DBG] from='client.33588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:43:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:19.004794+0000 mon.c (mon.2) 440 : audit [DBG] from='client.? 172.21.15.23:0/988312308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:43:20.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:19.004794+0000 mon.c (mon.2) 440 : audit [DBG] from='client.? 172.21.15.23:0/988312308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:43:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:19.004794+0000 mon.c (mon.2) 440 : audit [DBG] from='client.? 172.21.15.23:0/988312308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:43:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:20.624633+0000 mgr.y (mgr.14556) 18266 : cluster [DBG] pgmap v16138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:20.624633+0000 mgr.y (mgr.14556) 18266 : cluster [DBG] pgmap v16138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:20.624633+0000 mgr.y (mgr.14556) 18266 : cluster [DBG] pgmap v16138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:43:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:22.625135+0000 mgr.y (mgr.14556) 18267 : cluster [DBG] pgmap v16139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:43:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:43:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:22.625135+0000 mgr.y (mgr.14556) 18267 : cluster [DBG] pgmap v16139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:22.625135+0000 mgr.y (mgr.14556) 18267 : cluster [DBG] pgmap v16139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:24.625570+0000 mgr.y (mgr.14556) 18268 : cluster [DBG] pgmap v16140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:24.625570+0000 mgr.y (mgr.14556) 18268 : cluster [DBG] pgmap v16140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:24.625570+0000 mgr.y (mgr.14556) 18268 : cluster [DBG] pgmap v16140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:26.626241+0000 mgr.y (mgr.14556) 18269 : cluster [DBG] pgmap v16141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:26.626241+0000 mgr.y (mgr.14556) 18269 : cluster [DBG] pgmap v16141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:26.626241+0000 mgr.y (mgr.14556) 18269 : cluster [DBG] pgmap v16141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:28.626739+0000 mgr.y (mgr.14556) 18270 : cluster [DBG] pgmap v16142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:28.626739+0000 mgr.y (mgr.14556) 18270 : cluster [DBG] pgmap v16142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:28.626739+0000 mgr.y (mgr.14556) 18270 : cluster [DBG] pgmap v16142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:30.627402+0000 mgr.y (mgr.14556) 18271 : cluster [DBG] pgmap v16143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:43:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:30.627402+0000 mgr.y (mgr.14556) 18271 : cluster [DBG] pgmap v16143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:30.627402+0000 mgr.y (mgr.14556) 18271 : cluster [DBG] pgmap v16143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:43:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:43:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:32.627794+0000 mgr.y (mgr.14556) 18272 : cluster [DBG] pgmap v16144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:32.627794+0000 mgr.y (mgr.14556) 18272 : cluster [DBG] pgmap v16144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:32.627794+0000 mgr.y (mgr.14556) 18272 : cluster [DBG] pgmap v16144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:34.628363+0000 mgr.y (mgr.14556) 18273 : cluster [DBG] pgmap v16145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:34.628363+0000 mgr.y (mgr.14556) 18273 : cluster [DBG] pgmap v16145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:34.628363+0000 mgr.y (mgr.14556) 18273 : cluster [DBG] pgmap v16145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:36.629029+0000 mgr.y (mgr.14556) 18274 : cluster [DBG] pgmap v16146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:36.629029+0000 mgr.y (mgr.14556) 18274 : cluster [DBG] pgmap v16146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:36.629029+0000 mgr.y (mgr.14556) 18274 : cluster [DBG] pgmap v16146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:38.629477+0000 mgr.y (mgr.14556) 18275 : cluster [DBG] pgmap v16147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:38.629477+0000 mgr.y (mgr.14556) 18275 : cluster [DBG] pgmap v16147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:38.629477+0000 mgr.y (mgr.14556) 18275 : cluster [DBG] pgmap v16147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:40.630030+0000 mgr.y (mgr.14556) 18276 : cluster [DBG] pgmap v16148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:43:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:40.630030+0000 mgr.y (mgr.14556) 18276 : cluster [DBG] pgmap v16148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:40.630030+0000 mgr.y (mgr.14556) 18276 : cluster [DBG] pgmap v16148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:43:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:43:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:42.630437+0000 mgr.y (mgr.14556) 18277 : cluster [DBG] pgmap v16149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:42.630437+0000 mgr.y (mgr.14556) 18277 : cluster [DBG] pgmap v16149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:42.630437+0000 mgr.y (mgr.14556) 18277 : cluster [DBG] pgmap v16149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:44.630805+0000 mgr.y (mgr.14556) 18278 : cluster [DBG] pgmap v16150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:44.630805+0000 mgr.y (mgr.14556) 18278 : cluster [DBG] pgmap v16150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:44.630805+0000 mgr.y (mgr.14556) 18278 : cluster [DBG] pgmap v16150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:46.631591+0000 mgr.y (mgr.14556) 18279 : cluster [DBG] pgmap v16151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:46.631591+0000 mgr.y (mgr.14556) 18279 : cluster [DBG] pgmap v16151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:46.631591+0000 mgr.y (mgr.14556) 18279 : cluster [DBG] pgmap v16151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:48.571244+0000 mon.a (mon.0) 3944 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:43:49.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:48.571244+0000 mon.a (mon.0) 3944 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:43:49.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:48.571244+0000 mon.a (mon.0) 3944 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:43:49.316 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:43:49.603 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:43:49.603 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 8m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:43:49.603 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 8m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:43:49.603 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 8m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:43:49.603 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 8m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:43:49.604 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 8m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:43:49.604 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 8m ago 9h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:43:49.604 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 8m ago 9h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:43:49.604 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 8m ago 9h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:43:49.604 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 8m ago 9h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:43:49.604 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 8m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:43:49.604 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 8m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:43:49.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 8m ago 9h 46.6M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:43:49.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 8m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:43:49.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 8m ago 9h 44.7M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:43:49.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 8m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:43:49.604 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 8m ago 9h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:43:49.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (8h) 8m ago 8h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:43:49.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 8m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:43:49.605 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 8m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:43:49.605 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 8m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:43:49.953 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:43:49.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:43:49.955 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:43:49.955 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:43:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:48.631960+0000 mgr.y (mgr.14556) 18280 : cluster [DBG] pgmap v16152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:48.877750+0000 mon.a (mon.0) 3945 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:43:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:48.878415+0000 mon.a (mon.0) 3946 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:43:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:48.878971+0000 mon.a (mon.0) 3947 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:43:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:48.879557+0000 mon.a (mon.0) 3948 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:43:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T15:43:48.880021+0000 mgr.y (mgr.14556) 18281 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2471M 2024-03-22T15:43:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:48.889754+0000 mon.a (mon.0) 3949 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:43:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:48.890823+0000 mon.a (mon.0) 3950 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:43:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:48.891425+0000 mon.a (mon.0) 3951 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:43:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:48.895488+0000 mon.a (mon.0) 3952 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:43:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:48.631960+0000 mgr.y (mgr.14556) 18280 : cluster [DBG] pgmap v16152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:48.877750+0000 mon.a (mon.0) 3945 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:43:50.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:48.878415+0000 mon.a (mon.0) 3946 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:43:50.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:48.878971+0000 mon.a (mon.0) 3947 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:43:50.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:48.879557+0000 mon.a (mon.0) 3948 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:43:50.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T15:43:48.880021+0000 mgr.y (mgr.14556) 18281 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2471M 2024-03-22T15:43:50.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:48.889754+0000 mon.a (mon.0) 3949 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:43:50.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:48.890823+0000 mon.a (mon.0) 3950 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:43:50.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:48.891425+0000 mon.a (mon.0) 3951 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:43:50.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:48.895488+0000 mon.a (mon.0) 3952 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:43:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:48.631960+0000 mgr.y (mgr.14556) 18280 : cluster [DBG] pgmap v16152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:48.877750+0000 mon.a (mon.0) 3945 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:43:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:48.878415+0000 mon.a (mon.0) 3946 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:43:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:48.878971+0000 mon.a (mon.0) 3947 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:43:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:48.879557+0000 mon.a (mon.0) 3948 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:43:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T15:43:48.880021+0000 mgr.y (mgr.14556) 18281 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2471M 2024-03-22T15:43:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:48.889754+0000 mon.a (mon.0) 3949 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:43:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:48.890823+0000 mon.a (mon.0) 3950 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:43:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:48.891425+0000 mon.a (mon.0) 3951 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:43:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:48.895488+0000 mon.a (mon.0) 3952 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:43:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:49.304506+0000 mgr.y (mgr.14556) 18282 : audit [DBG] from='client.33600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:43:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:49.595264+0000 mgr.y (mgr.14556) 18283 : audit [DBG] from='client.33606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:43:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:43:49.953695+0000 mon.c (mon.2) 441 : audit [DBG] from='client.? 172.21.15.23:0/97102471' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:43:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:49.304506+0000 mgr.y (mgr.14556) 18282 : audit [DBG] from='client.33600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:43:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:49.595264+0000 mgr.y (mgr.14556) 18283 : audit [DBG] from='client.33606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:43:51.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:43:49.953695+0000 mon.c (mon.2) 441 : audit [DBG] from='client.? 172.21.15.23:0/97102471' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:43:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:49.304506+0000 mgr.y (mgr.14556) 18282 : audit [DBG] from='client.33600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:43:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:49.595264+0000 mgr.y (mgr.14556) 18283 : audit [DBG] from='client.33606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:43:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:43:49.953695+0000 mon.c (mon.2) 441 : audit [DBG] from='client.? 172.21.15.23:0/97102471' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:43:51.817 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:43:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:50.632872+0000 mgr.y (mgr.14556) 18284 : cluster [DBG] pgmap v16153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:50.632872+0000 mgr.y (mgr.14556) 18284 : cluster [DBG] pgmap v16153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:50.632872+0000 mgr.y (mgr.14556) 18284 : cluster [DBG] pgmap v16153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:43:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:43:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:52.633313+0000 mgr.y (mgr.14556) 18285 : cluster [DBG] pgmap v16154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:52.633313+0000 mgr.y (mgr.14556) 18285 : cluster [DBG] pgmap v16154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:52.633313+0000 mgr.y (mgr.14556) 18285 : cluster [DBG] pgmap v16154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:54.633801+0000 mgr.y (mgr.14556) 18286 : cluster [DBG] pgmap v16155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:54.633801+0000 mgr.y (mgr.14556) 18286 : cluster [DBG] pgmap v16155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:54.633801+0000 mgr.y (mgr.14556) 18286 : cluster [DBG] pgmap v16155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:56.634425+0000 mgr.y (mgr.14556) 18287 : cluster [DBG] pgmap v16156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:56.634425+0000 mgr.y (mgr.14556) 18287 : cluster [DBG] pgmap v16156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:43:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:56.634425+0000 mgr.y (mgr.14556) 18287 : cluster [DBG] pgmap v16156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:43:58.634870+0000 mgr.y (mgr.14556) 18288 : cluster [DBG] pgmap v16157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:43:58.634870+0000 mgr.y (mgr.14556) 18288 : cluster [DBG] pgmap v16157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:43:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:43:58.634870+0000 mgr.y (mgr.14556) 18288 : cluster [DBG] pgmap v16157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:01.858 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:44:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:00.635639+0000 mgr.y (mgr.14556) 18289 : cluster [DBG] pgmap v16158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:02.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:00.635639+0000 mgr.y (mgr.14556) 18289 : cluster [DBG] pgmap v16158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:00.635639+0000 mgr.y (mgr.14556) 18289 : cluster [DBG] pgmap v16158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:44:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:44:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:02.636020+0000 mgr.y (mgr.14556) 18290 : cluster [DBG] pgmap v16159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:02.636020+0000 mgr.y (mgr.14556) 18290 : cluster [DBG] pgmap v16159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:02.636020+0000 mgr.y (mgr.14556) 18290 : cluster [DBG] pgmap v16159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:04.636622+0000 mgr.y (mgr.14556) 18291 : cluster [DBG] pgmap v16160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:04.636622+0000 mgr.y (mgr.14556) 18291 : cluster [DBG] pgmap v16160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:04.636622+0000 mgr.y (mgr.14556) 18291 : cluster [DBG] pgmap v16160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:06.637412+0000 mgr.y (mgr.14556) 18292 : cluster [DBG] pgmap v16161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:06.637412+0000 mgr.y (mgr.14556) 18292 : cluster [DBG] pgmap v16161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:06.637412+0000 mgr.y (mgr.14556) 18292 : cluster [DBG] pgmap v16161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:08.637991+0000 mgr.y (mgr.14556) 18293 : cluster [DBG] pgmap v16162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:08.637991+0000 mgr.y (mgr.14556) 18293 : cluster [DBG] pgmap v16162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:08.637991+0000 mgr.y (mgr.14556) 18293 : cluster [DBG] pgmap v16162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:11.889 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:44:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:10.638887+0000 mgr.y (mgr.14556) 18294 : cluster [DBG] pgmap v16163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:10.638887+0000 mgr.y (mgr.14556) 18294 : cluster [DBG] pgmap v16163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:10.638887+0000 mgr.y (mgr.14556) 18294 : cluster [DBG] pgmap v16163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:44:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:44:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:12.639369+0000 mgr.y (mgr.14556) 18295 : cluster [DBG] pgmap v16164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:12.639369+0000 mgr.y (mgr.14556) 18295 : cluster [DBG] pgmap v16164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:12.639369+0000 mgr.y (mgr.14556) 18295 : cluster [DBG] pgmap v16164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:14.639844+0000 mgr.y (mgr.14556) 18296 : cluster [DBG] pgmap v16165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:14.639844+0000 mgr.y (mgr.14556) 18296 : cluster [DBG] pgmap v16165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:16.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:14.639844+0000 mgr.y (mgr.14556) 18296 : cluster [DBG] pgmap v16165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:16.640709+0000 mgr.y (mgr.14556) 18297 : cluster [DBG] pgmap v16166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:16.640709+0000 mgr.y (mgr.14556) 18297 : cluster [DBG] pgmap v16166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:16.640709+0000 mgr.y (mgr.14556) 18297 : cluster [DBG] pgmap v16166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:20.283 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:44:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:18.641314+0000 mgr.y (mgr.14556) 18298 : cluster [DBG] pgmap v16167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:18.641314+0000 mgr.y (mgr.14556) 18298 : cluster [DBG] pgmap v16167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:18.641314+0000 mgr.y (mgr.14556) 18298 : cluster [DBG] pgmap v16167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:20.577 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:44:20.577 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 8m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:44:20.577 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 8m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:44:20.577 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 8m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:44:20.577 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 8m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:44:20.578 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 8m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:44:20.578 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 8m ago 9h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:44:20.578 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 8m ago 9h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:44:20.578 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 8m ago 9h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:44:20.578 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 8m ago 9h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:44:20.578 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 8m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:44:20.579 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 8m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:44:20.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 8m ago 9h 46.6M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:44:20.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 8m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:44:20.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 8m ago 9h 44.7M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:44:20.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 8m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:44:20.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 8m ago 9h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:44:20.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 8m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:44:20.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (8h) 8m ago 8h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:44:20.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 8m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:44:20.580 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 8m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:44:20.926 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:44:20.926 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:44:20.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:44:20.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:44:20.926 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:44:20.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:44:20.926 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:44:20.926 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:44:20.926 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:44:20.927 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:44:20.927 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:44:20.927 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:44:20.927 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:44:20.927 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:44:20.927 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:44:20.927 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:44:20.927 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:44:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:44:20.270909+0000 mgr.y (mgr.14556) 18299 : audit [DBG] from='client.43526 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:44:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:44:20.568817+0000 mgr.y (mgr.14556) 18300 : audit [DBG] from='client.33624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:44:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:20.641865+0000 mgr.y (mgr.14556) 18301 : cluster [DBG] pgmap v16168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:44:20.926086+0000 mon.c (mon.2) 442 : audit [DBG] from='client.? 172.21.15.23:0/1766363746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:44:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:44:20.270909+0000 mgr.y (mgr.14556) 18299 : audit [DBG] from='client.43526 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:44:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:44:20.568817+0000 mgr.y (mgr.14556) 18300 : audit [DBG] from='client.33624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:44:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:20.641865+0000 mgr.y (mgr.14556) 18301 : cluster [DBG] pgmap v16168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:44:20.926086+0000 mon.c (mon.2) 442 : audit [DBG] from='client.? 172.21.15.23:0/1766363746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:44:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:44:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:44:20.270909+0000 mgr.y (mgr.14556) 18299 : audit [DBG] from='client.43526 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:44:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:44:20.568817+0000 mgr.y (mgr.14556) 18300 : audit [DBG] from='client.33624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:44:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:20.641865+0000 mgr.y (mgr.14556) 18301 : cluster [DBG] pgmap v16168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:44:20.926086+0000 mon.c (mon.2) 442 : audit [DBG] from='client.? 172.21.15.23:0/1766363746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:44:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:22.642390+0000 mgr.y (mgr.14556) 18302 : cluster [DBG] pgmap v16169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:44:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:44:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:22.642390+0000 mgr.y (mgr.14556) 18302 : cluster [DBG] pgmap v16169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:22.642390+0000 mgr.y (mgr.14556) 18302 : cluster [DBG] pgmap v16169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:24.642862+0000 mgr.y (mgr.14556) 18303 : cluster [DBG] pgmap v16170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:24.642862+0000 mgr.y (mgr.14556) 18303 : cluster [DBG] pgmap v16170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:24.642862+0000 mgr.y (mgr.14556) 18303 : cluster [DBG] pgmap v16170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:26.643705+0000 mgr.y (mgr.14556) 18304 : cluster [DBG] pgmap v16171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:26.643705+0000 mgr.y (mgr.14556) 18304 : cluster [DBG] pgmap v16171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:26.643705+0000 mgr.y (mgr.14556) 18304 : cluster [DBG] pgmap v16171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:28.644352+0000 mgr.y (mgr.14556) 18305 : cluster [DBG] pgmap v16172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:28.644352+0000 mgr.y (mgr.14556) 18305 : cluster [DBG] pgmap v16172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:28.644352+0000 mgr.y (mgr.14556) 18305 : cluster [DBG] pgmap v16172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:30.645151+0000 mgr.y (mgr.14556) 18306 : cluster [DBG] pgmap v16173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:44:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:30.645151+0000 mgr.y (mgr.14556) 18306 : cluster [DBG] pgmap v16173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:30.645151+0000 mgr.y (mgr.14556) 18306 : cluster [DBG] pgmap v16173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:44:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:44:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:32.645667+0000 mgr.y (mgr.14556) 18307 : cluster [DBG] pgmap v16174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:32.645667+0000 mgr.y (mgr.14556) 18307 : cluster [DBG] pgmap v16174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:32.645667+0000 mgr.y (mgr.14556) 18307 : cluster [DBG] pgmap v16174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:34.646114+0000 mgr.y (mgr.14556) 18308 : cluster [DBG] pgmap v16175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:34.646114+0000 mgr.y (mgr.14556) 18308 : cluster [DBG] pgmap v16175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:34.646114+0000 mgr.y (mgr.14556) 18308 : cluster [DBG] pgmap v16175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:36.646844+0000 mgr.y (mgr.14556) 18309 : cluster [DBG] pgmap v16176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:36.646844+0000 mgr.y (mgr.14556) 18309 : cluster [DBG] pgmap v16176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:36.646844+0000 mgr.y (mgr.14556) 18309 : cluster [DBG] pgmap v16176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:38.647313+0000 mgr.y (mgr.14556) 18310 : cluster [DBG] pgmap v16177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:38.647313+0000 mgr.y (mgr.14556) 18310 : cluster [DBG] pgmap v16177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:38.647313+0000 mgr.y (mgr.14556) 18310 : cluster [DBG] pgmap v16177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:41.802 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:44:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:40.648185+0000 mgr.y (mgr.14556) 18311 : cluster [DBG] pgmap v16178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:40.648185+0000 mgr.y (mgr.14556) 18311 : cluster [DBG] pgmap v16178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:40.648185+0000 mgr.y (mgr.14556) 18311 : cluster [DBG] pgmap v16178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:44:43] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-03-22T15:44:44.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:42.648569+0000 mgr.y (mgr.14556) 18312 : cluster [DBG] pgmap v16179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:44.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:42.648569+0000 mgr.y (mgr.14556) 18312 : cluster [DBG] pgmap v16179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:42.648569+0000 mgr.y (mgr.14556) 18312 : cluster [DBG] pgmap v16179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:44.648992+0000 mgr.y (mgr.14556) 18313 : cluster [DBG] pgmap v16180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:44.648992+0000 mgr.y (mgr.14556) 18313 : cluster [DBG] pgmap v16180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:44.648992+0000 mgr.y (mgr.14556) 18313 : cluster [DBG] pgmap v16180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:46.649854+0000 mgr.y (mgr.14556) 18314 : cluster [DBG] pgmap v16181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:46.649854+0000 mgr.y (mgr.14556) 18314 : cluster [DBG] pgmap v16181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:46.649854+0000 mgr.y (mgr.14556) 18314 : cluster [DBG] pgmap v16181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:48.650433+0000 mgr.y (mgr.14556) 18315 : cluster [DBG] pgmap v16182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:44:48.899825+0000 mon.a (mon.0) 3953 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:44:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:44:49.207264+0000 mon.a (mon.0) 3954 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:44:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:44:49.207930+0000 mon.a (mon.0) 3955 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:44:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:44:49.216721+0000 mon.a (mon.0) 3956 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:44:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:48.650433+0000 mgr.y (mgr.14556) 18315 : cluster [DBG] pgmap v16182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:44:48.899825+0000 mon.a (mon.0) 3953 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:44:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:44:49.207264+0000 mon.a (mon.0) 3954 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:44:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:44:49.207930+0000 mon.a (mon.0) 3955 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:44:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:44:49.216721+0000 mon.a (mon.0) 3956 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:44:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:48.650433+0000 mgr.y (mgr.14556) 18315 : cluster [DBG] pgmap v16182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:44:48.899825+0000 mon.a (mon.0) 3953 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:44:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:44:49.207264+0000 mon.a (mon.0) 3954 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:44:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:44:49.207930+0000 mon.a (mon.0) 3955 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:44:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:44:49.216721+0000 mon.a (mon.0) 3956 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:44:51.251 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:44:51.536 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 9m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 9m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (8h) 9m ago 8h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (8h) 9m ago 8h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 9m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 9m ago 9h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 9m ago 9h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 9m ago 9h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 9m ago 9h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 9m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 9m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 9m ago 9h 46.6M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 9m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 9m ago 9h 44.7M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 9m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 9m ago 9h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:44:51.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 9m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:44:51.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 9m ago 9h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:44:51.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (8h) 9m ago 8h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:44:51.538 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 9m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:44:51.872 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:44:51.888 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:44:51.888 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:44:51.888 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:44:51.889 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:44:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:50.651167+0000 mgr.y (mgr.14556) 18316 : cluster [DBG] pgmap v16183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:50.651167+0000 mgr.y (mgr.14556) 18316 : cluster [DBG] pgmap v16183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:50.651167+0000 mgr.y (mgr.14556) 18316 : cluster [DBG] pgmap v16183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:44:51.239113+0000 mgr.y (mgr.14556) 18317 : audit [DBG] from='client.33636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:44:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:44:51.528384+0000 mgr.y (mgr.14556) 18318 : audit [DBG] from='client.33642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:44:53.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:44:51.888819+0000 mon.c (mon.2) 443 : audit [DBG] from='client.? 172.21.15.23:0/574733860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:44:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:44:51.239113+0000 mgr.y (mgr.14556) 18317 : audit [DBG] from='client.33636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:44:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:44:51.528384+0000 mgr.y (mgr.14556) 18318 : audit [DBG] from='client.33642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:44:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:44:51.888819+0000 mon.c (mon.2) 443 : audit [DBG] from='client.? 172.21.15.23:0/574733860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:44:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:44:51.239113+0000 mgr.y (mgr.14556) 18317 : audit [DBG] from='client.33636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:44:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:44:51.528384+0000 mgr.y (mgr.14556) 18318 : audit [DBG] from='client.33642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:44:53.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:44:51.888819+0000 mon.c (mon.2) 443 : audit [DBG] from='client.? 172.21.15.23:0/574733860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:44:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:44:53] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:44:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:52.651743+0000 mgr.y (mgr.14556) 18319 : cluster [DBG] pgmap v16184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:52.651743+0000 mgr.y (mgr.14556) 18319 : cluster [DBG] pgmap v16184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:52.651743+0000 mgr.y (mgr.14556) 18319 : cluster [DBG] pgmap v16184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:54.652357+0000 mgr.y (mgr.14556) 18320 : cluster [DBG] pgmap v16185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:54.652357+0000 mgr.y (mgr.14556) 18320 : cluster [DBG] pgmap v16185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:54.652357+0000 mgr.y (mgr.14556) 18320 : cluster [DBG] pgmap v16185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:56.652959+0000 mgr.y (mgr.14556) 18321 : cluster [DBG] pgmap v16186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:56.652959+0000 mgr.y (mgr.14556) 18321 : cluster [DBG] pgmap v16186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:44:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:56.652959+0000 mgr.y (mgr.14556) 18321 : cluster [DBG] pgmap v16186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:44:58.653367+0000 mgr.y (mgr.14556) 18322 : cluster [DBG] pgmap v16187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:44:58.653367+0000 mgr.y (mgr.14556) 18322 : cluster [DBG] pgmap v16187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:44:58.653367+0000 mgr.y (mgr.14556) 18322 : cluster [DBG] pgmap v16187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:45:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:00.653941+0000 mgr.y (mgr.14556) 18323 : cluster [DBG] pgmap v16188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:02.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:00.653941+0000 mgr.y (mgr.14556) 18323 : cluster [DBG] pgmap v16188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:00.653941+0000 mgr.y (mgr.14556) 18323 : cluster [DBG] pgmap v16188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:45:03] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:45:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:02.654490+0000 mgr.y (mgr.14556) 18324 : cluster [DBG] pgmap v16189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:02.654490+0000 mgr.y (mgr.14556) 18324 : cluster [DBG] pgmap v16189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:02.654490+0000 mgr.y (mgr.14556) 18324 : cluster [DBG] pgmap v16189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:04.654876+0000 mgr.y (mgr.14556) 18325 : cluster [DBG] pgmap v16190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:04.654876+0000 mgr.y (mgr.14556) 18325 : cluster [DBG] pgmap v16190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:04.654876+0000 mgr.y (mgr.14556) 18325 : cluster [DBG] pgmap v16190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:06.655577+0000 mgr.y (mgr.14556) 18326 : cluster [DBG] pgmap v16191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:08.155 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:06.655577+0000 mgr.y (mgr.14556) 18326 : cluster [DBG] pgmap v16191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:06.655577+0000 mgr.y (mgr.14556) 18326 : cluster [DBG] pgmap v16191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:08.655970+0000 mgr.y (mgr.14556) 18327 : cluster [DBG] pgmap v16192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:08.655970+0000 mgr.y (mgr.14556) 18327 : cluster [DBG] pgmap v16192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:08.655970+0000 mgr.y (mgr.14556) 18327 : cluster [DBG] pgmap v16192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:10.656541+0000 mgr.y (mgr.14556) 18328 : cluster [DBG] pgmap v16193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:45:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:10.656541+0000 mgr.y (mgr.14556) 18328 : cluster [DBG] pgmap v16193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:10.656541+0000 mgr.y (mgr.14556) 18328 : cluster [DBG] pgmap v16193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:45:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:45:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:12.657034+0000 mgr.y (mgr.14556) 18329 : cluster [DBG] pgmap v16194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:12.657034+0000 mgr.y (mgr.14556) 18329 : cluster [DBG] pgmap v16194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:12.657034+0000 mgr.y (mgr.14556) 18329 : cluster [DBG] pgmap v16194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:14.657579+0000 mgr.y (mgr.14556) 18330 : cluster [DBG] pgmap v16195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:14.657579+0000 mgr.y (mgr.14556) 18330 : cluster [DBG] pgmap v16195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:14.657579+0000 mgr.y (mgr.14556) 18330 : cluster [DBG] pgmap v16195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:16.658434+0000 mgr.y (mgr.14556) 18331 : cluster [DBG] pgmap v16196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:16.658434+0000 mgr.y (mgr.14556) 18331 : cluster [DBG] pgmap v16196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:16.658434+0000 mgr.y (mgr.14556) 18331 : cluster [DBG] pgmap v16196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:18.658811+0000 mgr.y (mgr.14556) 18332 : cluster [DBG] pgmap v16197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:20.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:18.658811+0000 mgr.y (mgr.14556) 18332 : cluster [DBG] pgmap v16197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:20.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:18.658811+0000 mgr.y (mgr.14556) 18332 : cluster [DBG] pgmap v16197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:20.659567+0000 mgr.y (mgr.14556) 18333 : cluster [DBG] pgmap v16198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:45:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:20.659567+0000 mgr.y (mgr.14556) 18333 : cluster [DBG] pgmap v16198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:22.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:20.659567+0000 mgr.y (mgr.14556) 18333 : cluster [DBG] pgmap v16198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:22.216 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:45:22.507 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:45:22.507 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 9m ago 8h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:45:22.507 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 9m ago 8h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:45:22.507 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 9m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:45:22.507 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 9m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:45:22.507 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 9m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:45:22.507 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 9m ago 9h 479M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:45:22.507 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 9m ago 9h 1092M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:45:22.507 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 9m ago 9h 785M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:45:22.507 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 9m ago 9h 789M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:45:22.507 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 9m ago 8h 22.7M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:45:22.508 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 9m ago 8h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:45:22.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 9m ago 9h 46.6M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:45:22.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 9m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:45:22.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 9m ago 9h 44.7M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:45:22.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 9m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:45:22.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 9m ago 9h 43.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:45:22.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 9m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:45:22.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 9m ago 9h 43.7M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:45:22.508 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 9m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:45:22.508 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 9m ago 8h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:45:22.858 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:45:22.858 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:45:22.858 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:45:22.858 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:45:22.858 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:45:22.858 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:45:22.858 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:45:22.858 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:45:22.858 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:45:22.858 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:45:22.859 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:45:22.859 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:45:22.859 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:45:22.859 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:45:22.859 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:45:22.859 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:45:22.859 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:45:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:45:23] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:45:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:45:22.204114+0000 mgr.y (mgr.14556) 18334 : audit [DBG] from='client.43562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:45:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:45:22.499088+0000 mgr.y (mgr.14556) 18335 : audit [DBG] from='client.33660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:45:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:22.659889+0000 mgr.y (mgr.14556) 18336 : cluster [DBG] pgmap v16199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:45:22.858082+0000 mon.c (mon.2) 444 : audit [DBG] from='client.? 172.21.15.23:0/2804997495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:45:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:45:22.204114+0000 mgr.y (mgr.14556) 18334 : audit [DBG] from='client.43562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:45:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:45:22.499088+0000 mgr.y (mgr.14556) 18335 : audit [DBG] from='client.33660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:45:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:22.659889+0000 mgr.y (mgr.14556) 18336 : cluster [DBG] pgmap v16199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:45:22.858082+0000 mon.c (mon.2) 444 : audit [DBG] from='client.? 172.21.15.23:0/2804997495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:45:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:45:22.204114+0000 mgr.y (mgr.14556) 18334 : audit [DBG] from='client.43562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:45:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:45:22.499088+0000 mgr.y (mgr.14556) 18335 : audit [DBG] from='client.33660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:45:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:22.659889+0000 mgr.y (mgr.14556) 18336 : cluster [DBG] pgmap v16199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:45:22.858082+0000 mon.c (mon.2) 444 : audit [DBG] from='client.? 172.21.15.23:0/2804997495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:45:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:24.660438+0000 mgr.y (mgr.14556) 18337 : cluster [DBG] pgmap v16200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:24.660438+0000 mgr.y (mgr.14556) 18337 : cluster [DBG] pgmap v16200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:24.660438+0000 mgr.y (mgr.14556) 18337 : cluster [DBG] pgmap v16200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:26.661091+0000 mgr.y (mgr.14556) 18338 : cluster [DBG] pgmap v16201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:26.661091+0000 mgr.y (mgr.14556) 18338 : cluster [DBG] pgmap v16201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:26.661091+0000 mgr.y (mgr.14556) 18338 : cluster [DBG] pgmap v16201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:28.661527+0000 mgr.y (mgr.14556) 18339 : cluster [DBG] pgmap v16202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:28.661527+0000 mgr.y (mgr.14556) 18339 : cluster [DBG] pgmap v16202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:28.661527+0000 mgr.y (mgr.14556) 18339 : cluster [DBG] pgmap v16202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:31.813 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:45:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:30.662084+0000 mgr.y (mgr.14556) 18340 : cluster [DBG] pgmap v16203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:30.662084+0000 mgr.y (mgr.14556) 18340 : cluster [DBG] pgmap v16203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:30.662084+0000 mgr.y (mgr.14556) 18340 : cluster [DBG] pgmap v16203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:45:33] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:45:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:32.662488+0000 mgr.y (mgr.14556) 18341 : cluster [DBG] pgmap v16204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:32.662488+0000 mgr.y (mgr.14556) 18341 : cluster [DBG] pgmap v16204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:32.662488+0000 mgr.y (mgr.14556) 18341 : cluster [DBG] pgmap v16204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:36.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:34.662850+0000 mgr.y (mgr.14556) 18342 : cluster [DBG] pgmap v16205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:34.662850+0000 mgr.y (mgr.14556) 18342 : cluster [DBG] pgmap v16205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:34.662850+0000 mgr.y (mgr.14556) 18342 : cluster [DBG] pgmap v16205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:36.663639+0000 mgr.y (mgr.14556) 18343 : cluster [DBG] pgmap v16206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:36.663639+0000 mgr.y (mgr.14556) 18343 : cluster [DBG] pgmap v16206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:36.663639+0000 mgr.y (mgr.14556) 18343 : cluster [DBG] pgmap v16206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:38.663987+0000 mgr.y (mgr.14556) 18344 : cluster [DBG] pgmap v16207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:38.663987+0000 mgr.y (mgr.14556) 18344 : cluster [DBG] pgmap v16207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:38.663987+0000 mgr.y (mgr.14556) 18344 : cluster [DBG] pgmap v16207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:41.846 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:45:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:40.664804+0000 mgr.y (mgr.14556) 18345 : cluster [DBG] pgmap v16208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:40.664804+0000 mgr.y (mgr.14556) 18345 : cluster [DBG] pgmap v16208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:40.664804+0000 mgr.y (mgr.14556) 18345 : cluster [DBG] pgmap v16208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:45:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:45:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:42.665389+0000 mgr.y (mgr.14556) 18346 : cluster [DBG] pgmap v16209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:42.665389+0000 mgr.y (mgr.14556) 18346 : cluster [DBG] pgmap v16209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:42.665389+0000 mgr.y (mgr.14556) 18346 : cluster [DBG] pgmap v16209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:44.665908+0000 mgr.y (mgr.14556) 18347 : cluster [DBG] pgmap v16210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:44.665908+0000 mgr.y (mgr.14556) 18347 : cluster [DBG] pgmap v16210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:44.665908+0000 mgr.y (mgr.14556) 18347 : cluster [DBG] pgmap v16210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:46.666573+0000 mgr.y (mgr.14556) 18348 : cluster [DBG] pgmap v16211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:46.666573+0000 mgr.y (mgr.14556) 18348 : cluster [DBG] pgmap v16211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:46.666573+0000 mgr.y (mgr.14556) 18348 : cluster [DBG] pgmap v16211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:48.667110+0000 mgr.y (mgr.14556) 18349 : cluster [DBG] pgmap v16212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:45:49.221313+0000 mon.a (mon.0) 3957 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:45:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:48.667110+0000 mgr.y (mgr.14556) 18349 : cluster [DBG] pgmap v16212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:45:49.221313+0000 mon.a (mon.0) 3957 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:45:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:48.667110+0000 mgr.y (mgr.14556) 18349 : cluster [DBG] pgmap v16212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:45:49.221313+0000 mon.a (mon.0) 3957 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:45:51.902 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:45:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:50.667813+0000 mgr.y (mgr.14556) 18350 : cluster [DBG] pgmap v16213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:45:51.873743+0000 mon.a (mon.0) 3958 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:45:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:50.667813+0000 mgr.y (mgr.14556) 18350 : cluster [DBG] pgmap v16213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:45:51.873743+0000 mon.a (mon.0) 3958 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:45:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:50.667813+0000 mgr.y (mgr.14556) 18350 : cluster [DBG] pgmap v16213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:45:51.873743+0000 mon.a (mon.0) 3958 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:45:53.182 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:45:53.469 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:45:53.469 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 1s ago 8h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:45:53.469 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 0s ago 8h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:45:53.469 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 1s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:45:53.469 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 0s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:45:53.469 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 0s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:45:53.469 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 1s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:45:53.469 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 1s ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:45:53.469 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 0s ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:45:53.469 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 1s ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:45:53.470 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8h) 1s ago 8h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:45:53.470 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (8h) 0s ago 8h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:45:53.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 1s ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:45:53.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 1s ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:45:53.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 1s ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:45:53.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 1s ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:45:53.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 0s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:45:53.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 0s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:45:53.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 0s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:45:53.470 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 0s ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:45:53.470 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 0s ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:45:53.818 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:45:53.819 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:45:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:45:53] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T15:45:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:45:52.530404+0000 mon.a (mon.0) 3959 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:45:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:52.668178+0000 mgr.y (mgr.14556) 18351 : cluster [DBG] pgmap v16214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:45:52.823955+0000 mon.a (mon.0) 3960 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:45:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:45:52.824865+0000 mon.a (mon.0) 3961 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:45:53.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:45:52.839281+0000 mon.a (mon.0) 3962 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:45:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:45:52.530404+0000 mon.a (mon.0) 3959 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:45:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:52.668178+0000 mgr.y (mgr.14556) 18351 : cluster [DBG] pgmap v16214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:45:52.823955+0000 mon.a (mon.0) 3960 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:45:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:45:52.824865+0000 mon.a (mon.0) 3961 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:45:53.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:45:52.839281+0000 mon.a (mon.0) 3962 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:45:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:45:52.530404+0000 mon.a (mon.0) 3959 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:45:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:52.668178+0000 mgr.y (mgr.14556) 18351 : cluster [DBG] pgmap v16214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:45:52.823955+0000 mon.a (mon.0) 3960 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:45:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:45:52.824865+0000 mon.a (mon.0) 3961 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:45:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:45:52.839281+0000 mon.a (mon.0) 3962 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:45:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:45:53.170694+0000 mgr.y (mgr.14556) 18352 : audit [DBG] from='client.33672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:45:54.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:45:53.461104+0000 mgr.y (mgr.14556) 18353 : audit [DBG] from='client.33678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:45:54.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:45:53.818627+0000 mon.c (mon.2) 445 : audit [DBG] from='client.? 172.21.15.23:0/2568056864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:45:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:45:53.170694+0000 mgr.y (mgr.14556) 18352 : audit [DBG] from='client.33672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:45:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:45:53.461104+0000 mgr.y (mgr.14556) 18353 : audit [DBG] from='client.33678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:45:54.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:45:53.818627+0000 mon.c (mon.2) 445 : audit [DBG] from='client.? 172.21.15.23:0/2568056864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:45:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:45:53.170694+0000 mgr.y (mgr.14556) 18352 : audit [DBG] from='client.33672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:45:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:45:53.461104+0000 mgr.y (mgr.14556) 18353 : audit [DBG] from='client.33678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:45:54.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:45:53.818627+0000 mon.c (mon.2) 445 : audit [DBG] from='client.? 172.21.15.23:0/2568056864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:45:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:54.668608+0000 mgr.y (mgr.14556) 18354 : cluster [DBG] pgmap v16215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:54.668608+0000 mgr.y (mgr.14556) 18354 : cluster [DBG] pgmap v16215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:54.668608+0000 mgr.y (mgr.14556) 18354 : cluster [DBG] pgmap v16215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:56.669299+0000 mgr.y (mgr.14556) 18355 : cluster [DBG] pgmap v16216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:56.669299+0000 mgr.y (mgr.14556) 18355 : cluster [DBG] pgmap v16216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:45:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:56.669299+0000 mgr.y (mgr.14556) 18355 : cluster [DBG] pgmap v16216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:45:58.669773+0000 mgr.y (mgr.14556) 18356 : cluster [DBG] pgmap v16217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:45:58.669773+0000 mgr.y (mgr.14556) 18356 : cluster [DBG] pgmap v16217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:45:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:45:58.669773+0000 mgr.y (mgr.14556) 18356 : cluster [DBG] pgmap v16217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:00.670644+0000 mgr.y (mgr.14556) 18357 : cluster [DBG] pgmap v16218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:46:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:00.670644+0000 mgr.y (mgr.14556) 18357 : cluster [DBG] pgmap v16218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:00.670644+0000 mgr.y (mgr.14556) 18357 : cluster [DBG] pgmap v16218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:46:03] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T15:46:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:02.671211+0000 mgr.y (mgr.14556) 18358 : cluster [DBG] pgmap v16219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:02.671211+0000 mgr.y (mgr.14556) 18358 : cluster [DBG] pgmap v16219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:02.671211+0000 mgr.y (mgr.14556) 18358 : cluster [DBG] pgmap v16219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:04.671646+0000 mgr.y (mgr.14556) 18359 : cluster [DBG] pgmap v16220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:04.671646+0000 mgr.y (mgr.14556) 18359 : cluster [DBG] pgmap v16220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:06.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:04.671646+0000 mgr.y (mgr.14556) 18359 : cluster [DBG] pgmap v16220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:06.672379+0000 mgr.y (mgr.14556) 18360 : cluster [DBG] pgmap v16221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:06.672379+0000 mgr.y (mgr.14556) 18360 : cluster [DBG] pgmap v16221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:06.672379+0000 mgr.y (mgr.14556) 18360 : cluster [DBG] pgmap v16221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:08.672735+0000 mgr.y (mgr.14556) 18361 : cluster [DBG] pgmap v16222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:08.672735+0000 mgr.y (mgr.14556) 18361 : cluster [DBG] pgmap v16222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:08.672735+0000 mgr.y (mgr.14556) 18361 : cluster [DBG] pgmap v16222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:10.673325+0000 mgr.y (mgr.14556) 18362 : cluster [DBG] pgmap v16223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:46:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:10.673325+0000 mgr.y (mgr.14556) 18362 : cluster [DBG] pgmap v16223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:10.673325+0000 mgr.y (mgr.14556) 18362 : cluster [DBG] pgmap v16223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:46:13] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T15:46:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:12.673906+0000 mgr.y (mgr.14556) 18363 : cluster [DBG] pgmap v16224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:12.673906+0000 mgr.y (mgr.14556) 18363 : cluster [DBG] pgmap v16224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:12.673906+0000 mgr.y (mgr.14556) 18363 : cluster [DBG] pgmap v16224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:14.674392+0000 mgr.y (mgr.14556) 18364 : cluster [DBG] pgmap v16225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:14.674392+0000 mgr.y (mgr.14556) 18364 : cluster [DBG] pgmap v16225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:14.674392+0000 mgr.y (mgr.14556) 18364 : cluster [DBG] pgmap v16225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:16.675280+0000 mgr.y (mgr.14556) 18365 : cluster [DBG] pgmap v16226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:16.675280+0000 mgr.y (mgr.14556) 18365 : cluster [DBG] pgmap v16226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:16.675280+0000 mgr.y (mgr.14556) 18365 : cluster [DBG] pgmap v16226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:18.675863+0000 mgr.y (mgr.14556) 18366 : cluster [DBG] pgmap v16227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:18.675863+0000 mgr.y (mgr.14556) 18366 : cluster [DBG] pgmap v16227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:18.675863+0000 mgr.y (mgr.14556) 18366 : cluster [DBG] pgmap v16227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:21.828 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:46:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:20.676641+0000 mgr.y (mgr.14556) 18367 : cluster [DBG] pgmap v16228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:20.676641+0000 mgr.y (mgr.14556) 18367 : cluster [DBG] pgmap v16228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:20.676641+0000 mgr.y (mgr.14556) 18367 : cluster [DBG] pgmap v16228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:46:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:46:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:22.677039+0000 mgr.y (mgr.14556) 18368 : cluster [DBG] pgmap v16229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:22.677039+0000 mgr.y (mgr.14556) 18368 : cluster [DBG] pgmap v16229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:24.142 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:46:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:22.677039+0000 mgr.y (mgr.14556) 18368 : cluster [DBG] pgmap v16229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:24.431 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:46:24.431 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 32s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:46:24.431 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (8h) 31s ago 8h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:46:24.431 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 32s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:46:24.431 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 31s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:46:24.431 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 31s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:46:24.431 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 32s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 32s ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 31s ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 32s ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 32s ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 31s ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 32s ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 32s ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 32s ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 32s ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 31s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 31s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 31s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 31s ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:46:24.432 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 31s ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:46:24.780 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:46:24.781 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:46:24.782 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:46:24.782 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:46:25.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:46:24.780777+0000 mon.a (mon.0) 3963 : audit [DBG] from='client.? 172.21.15.23:0/2112857343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:46:25.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:46:24.780777+0000 mon.a (mon.0) 3963 : audit [DBG] from='client.? 172.21.15.23:0/2112857343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:46:25.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:46:24.780777+0000 mon.a (mon.0) 3963 : audit [DBG] from='client.? 172.21.15.23:0/2112857343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:46:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:46:24.130363+0000 mgr.y (mgr.14556) 18369 : audit [DBG] from='client.43598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:46:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:46:24.423229+0000 mgr.y (mgr.14556) 18370 : audit [DBG] from='client.33696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:46:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:24.677392+0000 mgr.y (mgr.14556) 18371 : cluster [DBG] pgmap v16230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:46:24.130363+0000 mgr.y (mgr.14556) 18369 : audit [DBG] from='client.43598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:46:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:46:24.423229+0000 mgr.y (mgr.14556) 18370 : audit [DBG] from='client.33696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:46:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:24.677392+0000 mgr.y (mgr.14556) 18371 : cluster [DBG] pgmap v16230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:46:24.130363+0000 mgr.y (mgr.14556) 18369 : audit [DBG] from='client.43598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:46:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:46:24.423229+0000 mgr.y (mgr.14556) 18370 : audit [DBG] from='client.33696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:46:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:24.677392+0000 mgr.y (mgr.14556) 18371 : cluster [DBG] pgmap v16230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:26.678019+0000 mgr.y (mgr.14556) 18372 : cluster [DBG] pgmap v16231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:26.678019+0000 mgr.y (mgr.14556) 18372 : cluster [DBG] pgmap v16231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:26.678019+0000 mgr.y (mgr.14556) 18372 : cluster [DBG] pgmap v16231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:28.678533+0000 mgr.y (mgr.14556) 18373 : cluster [DBG] pgmap v16232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:28.678533+0000 mgr.y (mgr.14556) 18373 : cluster [DBG] pgmap v16232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:28.678533+0000 mgr.y (mgr.14556) 18373 : cluster [DBG] pgmap v16232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:31.871 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:46:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:30.679143+0000 mgr.y (mgr.14556) 18374 : cluster [DBG] pgmap v16233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:30.679143+0000 mgr.y (mgr.14556) 18374 : cluster [DBG] pgmap v16233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:30.679143+0000 mgr.y (mgr.14556) 18374 : cluster [DBG] pgmap v16233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:32.679532+0000 mgr.y (mgr.14556) 18375 : cluster [DBG] pgmap v16234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:46:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:46:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:32.679532+0000 mgr.y (mgr.14556) 18375 : cluster [DBG] pgmap v16234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:32.679532+0000 mgr.y (mgr.14556) 18375 : cluster [DBG] pgmap v16234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:34.679928+0000 mgr.y (mgr.14556) 18376 : cluster [DBG] pgmap v16235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:34.679928+0000 mgr.y (mgr.14556) 18376 : cluster [DBG] pgmap v16235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:34.679928+0000 mgr.y (mgr.14556) 18376 : cluster [DBG] pgmap v16235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:36.680791+0000 mgr.y (mgr.14556) 18377 : cluster [DBG] pgmap v16236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:36.680791+0000 mgr.y (mgr.14556) 18377 : cluster [DBG] pgmap v16236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:36.680791+0000 mgr.y (mgr.14556) 18377 : cluster [DBG] pgmap v16236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:38.681209+0000 mgr.y (mgr.14556) 18378 : cluster [DBG] pgmap v16237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:38.681209+0000 mgr.y (mgr.14556) 18378 : cluster [DBG] pgmap v16237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:38.681209+0000 mgr.y (mgr.14556) 18378 : cluster [DBG] pgmap v16237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:46:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:40.681810+0000 mgr.y (mgr.14556) 18379 : cluster [DBG] pgmap v16238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:42.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:40.681810+0000 mgr.y (mgr.14556) 18379 : cluster [DBG] pgmap v16238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:40.681810+0000 mgr.y (mgr.14556) 18379 : cluster [DBG] pgmap v16238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:42.682210+0000 mgr.y (mgr.14556) 18380 : cluster [DBG] pgmap v16239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:46:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:46:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:42.682210+0000 mgr.y (mgr.14556) 18380 : cluster [DBG] pgmap v16239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:42.682210+0000 mgr.y (mgr.14556) 18380 : cluster [DBG] pgmap v16239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:44.682660+0000 mgr.y (mgr.14556) 18381 : cluster [DBG] pgmap v16240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:44.682660+0000 mgr.y (mgr.14556) 18381 : cluster [DBG] pgmap v16240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:44.682660+0000 mgr.y (mgr.14556) 18381 : cluster [DBG] pgmap v16240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:46.683404+0000 mgr.y (mgr.14556) 18382 : cluster [DBG] pgmap v16241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:46.683404+0000 mgr.y (mgr.14556) 18382 : cluster [DBG] pgmap v16241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:46.683404+0000 mgr.y (mgr.14556) 18382 : cluster [DBG] pgmap v16241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:48.683740+0000 mgr.y (mgr.14556) 18383 : cluster [DBG] pgmap v16242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:48.683740+0000 mgr.y (mgr.14556) 18383 : cluster [DBG] pgmap v16242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:48.683740+0000 mgr.y (mgr.14556) 18383 : cluster [DBG] pgmap v16242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:50.684359+0000 mgr.y (mgr.14556) 18384 : cluster [DBG] pgmap v16243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:46:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:50.684359+0000 mgr.y (mgr.14556) 18384 : cluster [DBG] pgmap v16243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:50.684359+0000 mgr.y (mgr.14556) 18384 : cluster [DBG] pgmap v16243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:46:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:46:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:52.684826+0000 mgr.y (mgr.14556) 18385 : cluster [DBG] pgmap v16244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:46:52.845996+0000 mon.a (mon.0) 3964 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:46:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:46:53.153357+0000 mon.a (mon.0) 3965 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:46:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:46:53.153980+0000 mon.a (mon.0) 3966 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:46:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:46:53.167754+0000 mon.a (mon.0) 3967 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:46:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:52.684826+0000 mgr.y (mgr.14556) 18385 : cluster [DBG] pgmap v16244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:46:52.845996+0000 mon.a (mon.0) 3964 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:46:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:46:53.153357+0000 mon.a (mon.0) 3965 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:46:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:46:53.153980+0000 mon.a (mon.0) 3966 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:46:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:46:53.167754+0000 mon.a (mon.0) 3967 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:46:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:52.684826+0000 mgr.y (mgr.14556) 18385 : cluster [DBG] pgmap v16244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:46:52.845996+0000 mon.a (mon.0) 3964 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:46:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:46:53.153357+0000 mon.a (mon.0) 3965 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:46:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:46:53.153980+0000 mon.a (mon.0) 3966 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:46:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:46:53.167754+0000 mon.a (mon.0) 3967 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:46:55.105 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:46:55.393 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:46:55.394 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8h) 63s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:46:55.394 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 62s ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:46:55.394 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 63s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:46:55.394 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 62s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:46:55.394 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 62s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:46:55.394 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 63s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:46:55.394 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 63s ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:46:55.394 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 62s ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:46:55.394 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 63s ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:46:55.394 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 63s ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:46:55.394 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 62s ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:46:55.394 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 63s ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:46:55.395 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 63s ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:46:55.395 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 63s ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:46:55.395 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 63s ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:46:55.395 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 62s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:46:55.395 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 62s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:46:55.395 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 62s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:46:55.395 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 62s ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:46:55.395 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (8h) 62s ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:46:55.744 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:46:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:46:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:46:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:46:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:46:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:46:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:46:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:46:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:46:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:46:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:46:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:46:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:46:55.746 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:46:55.746 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:46:55.746 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:46:55.746 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:46:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:54.685420+0000 mgr.y (mgr.14556) 18386 : cluster [DBG] pgmap v16245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:46:55.744861+0000 mon.c (mon.2) 446 : audit [DBG] from='client.? 172.21.15.23:0/2224532592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:46:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:54.685420+0000 mgr.y (mgr.14556) 18386 : cluster [DBG] pgmap v16245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:46:55.744861+0000 mon.c (mon.2) 446 : audit [DBG] from='client.? 172.21.15.23:0/2224532592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:46:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:54.685420+0000 mgr.y (mgr.14556) 18386 : cluster [DBG] pgmap v16245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:46:55.744861+0000 mon.c (mon.2) 446 : audit [DBG] from='client.? 172.21.15.23:0/2224532592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:46:57.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:46:55.093657+0000 mgr.y (mgr.14556) 18387 : audit [DBG] from='client.33708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:46:57.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:46:55.386051+0000 mgr.y (mgr.14556) 18388 : audit [DBG] from='client.33714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:46:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:46:55.093657+0000 mgr.y (mgr.14556) 18387 : audit [DBG] from='client.33708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:46:57.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:46:55.386051+0000 mgr.y (mgr.14556) 18388 : audit [DBG] from='client.33714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:46:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:46:55.093657+0000 mgr.y (mgr.14556) 18387 : audit [DBG] from='client.33708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:46:57.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:46:55.386051+0000 mgr.y (mgr.14556) 18388 : audit [DBG] from='client.33714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:46:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:56.686287+0000 mgr.y (mgr.14556) 18389 : cluster [DBG] pgmap v16246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:56.686287+0000 mgr.y (mgr.14556) 18389 : cluster [DBG] pgmap v16246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:46:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:56.686287+0000 mgr.y (mgr.14556) 18389 : cluster [DBG] pgmap v16246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:46:58.686653+0000 mgr.y (mgr.14556) 18390 : cluster [DBG] pgmap v16247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:46:58.686653+0000 mgr.y (mgr.14556) 18390 : cluster [DBG] pgmap v16247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:46:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:46:58.686653+0000 mgr.y (mgr.14556) 18390 : cluster [DBG] pgmap v16247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:01.801 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:47:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:00.687488+0000 mgr.y (mgr.14556) 18391 : cluster [DBG] pgmap v16248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:00.687488+0000 mgr.y (mgr.14556) 18391 : cluster [DBG] pgmap v16248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:00.687488+0000 mgr.y (mgr.14556) 18391 : cluster [DBG] pgmap v16248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:47:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:47:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:02.687911+0000 mgr.y (mgr.14556) 18392 : cluster [DBG] pgmap v16249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:02.687911+0000 mgr.y (mgr.14556) 18392 : cluster [DBG] pgmap v16249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:02.687911+0000 mgr.y (mgr.14556) 18392 : cluster [DBG] pgmap v16249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:04.688371+0000 mgr.y (mgr.14556) 18393 : cluster [DBG] pgmap v16250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:04.688371+0000 mgr.y (mgr.14556) 18393 : cluster [DBG] pgmap v16250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:04.688371+0000 mgr.y (mgr.14556) 18393 : cluster [DBG] pgmap v16250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:06.689003+0000 mgr.y (mgr.14556) 18394 : cluster [DBG] pgmap v16251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:06.689003+0000 mgr.y (mgr.14556) 18394 : cluster [DBG] pgmap v16251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:06.689003+0000 mgr.y (mgr.14556) 18394 : cluster [DBG] pgmap v16251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:08.689556+0000 mgr.y (mgr.14556) 18395 : cluster [DBG] pgmap v16252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:08.689556+0000 mgr.y (mgr.14556) 18395 : cluster [DBG] pgmap v16252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:08.689556+0000 mgr.y (mgr.14556) 18395 : cluster [DBG] pgmap v16252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:11.830 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:47:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:10.690101+0000 mgr.y (mgr.14556) 18396 : cluster [DBG] pgmap v16253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:10.690101+0000 mgr.y (mgr.14556) 18396 : cluster [DBG] pgmap v16253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:12.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:10.690101+0000 mgr.y (mgr.14556) 18396 : cluster [DBG] pgmap v16253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:12.690497+0000 mgr.y (mgr.14556) 18397 : cluster [DBG] pgmap v16254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:12.690497+0000 mgr.y (mgr.14556) 18397 : cluster [DBG] pgmap v16254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:47:13] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:47:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:12.690497+0000 mgr.y (mgr.14556) 18397 : cluster [DBG] pgmap v16254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:14.690977+0000 mgr.y (mgr.14556) 18398 : cluster [DBG] pgmap v16255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:14.690977+0000 mgr.y (mgr.14556) 18398 : cluster [DBG] pgmap v16255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:14.690977+0000 mgr.y (mgr.14556) 18398 : cluster [DBG] pgmap v16255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:16.691616+0000 mgr.y (mgr.14556) 18399 : cluster [DBG] pgmap v16256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:16.691616+0000 mgr.y (mgr.14556) 18399 : cluster [DBG] pgmap v16256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:16.691616+0000 mgr.y (mgr.14556) 18399 : cluster [DBG] pgmap v16256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:18.692098+0000 mgr.y (mgr.14556) 18400 : cluster [DBG] pgmap v16257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:18.692098+0000 mgr.y (mgr.14556) 18400 : cluster [DBG] pgmap v16257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:18.692098+0000 mgr.y (mgr.14556) 18400 : cluster [DBG] pgmap v16257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:21.868 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:47:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:20.692800+0000 mgr.y (mgr.14556) 18401 : cluster [DBG] pgmap v16258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:20.692800+0000 mgr.y (mgr.14556) 18401 : cluster [DBG] pgmap v16258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:20.692800+0000 mgr.y (mgr.14556) 18401 : cluster [DBG] pgmap v16258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:47:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:47:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:22.693377+0000 mgr.y (mgr.14556) 18402 : cluster [DBG] pgmap v16259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:22.693377+0000 mgr.y (mgr.14556) 18402 : cluster [DBG] pgmap v16259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:22.693377+0000 mgr.y (mgr.14556) 18402 : cluster [DBG] pgmap v16259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:26.071 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:47:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:24.693737+0000 mgr.y (mgr.14556) 18403 : cluster [DBG] pgmap v16260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:26.361 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 94s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 93s ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 94s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 93s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 93s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 94s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 94s ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 93s ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 94s ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 94s ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 93s ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 94s ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 94s ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:47:26.362 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 94s ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:47:26.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 94s ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:47:26.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 93s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:47:26.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 93s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:47:26.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 93s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:47:26.363 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 93s ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:47:26.363 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 93s ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:47:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:24.693737+0000 mgr.y (mgr.14556) 18403 : cluster [DBG] pgmap v16260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:24.693737+0000 mgr.y (mgr.14556) 18403 : cluster [DBG] pgmap v16260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:26.709 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:47:26.709 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:47:26.709 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:47:26.709 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:47:26.709 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:47:26.710 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:47:26.710 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:47:26.710 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:47:26.710 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:47:26.710 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:47:26.710 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:47:26.710 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:47:26.710 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:47:26.710 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:47:26.710 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:47:26.711 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:47:26.711 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:47:27.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:47:26.709215+0000 mon.a (mon.0) 3968 : audit [DBG] from='client.? 172.21.15.23:0/2930806371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:47:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:47:26.709215+0000 mon.a (mon.0) 3968 : audit [DBG] from='client.? 172.21.15.23:0/2930806371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:47:27.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:47:26.709215+0000 mon.a (mon.0) 3968 : audit [DBG] from='client.? 172.21.15.23:0/2930806371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:47:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:47:26.059558+0000 mgr.y (mgr.14556) 18404 : audit [DBG] from='client.33726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:47:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:47:26.353648+0000 mgr.y (mgr.14556) 18405 : audit [DBG] from='client.43640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:47:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:26.694283+0000 mgr.y (mgr.14556) 18406 : cluster [DBG] pgmap v16261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:28.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:47:26.059558+0000 mgr.y (mgr.14556) 18404 : audit [DBG] from='client.33726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:47:28.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:47:26.353648+0000 mgr.y (mgr.14556) 18405 : audit [DBG] from='client.43640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:47:28.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:26.694283+0000 mgr.y (mgr.14556) 18406 : cluster [DBG] pgmap v16261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:47:26.059558+0000 mgr.y (mgr.14556) 18404 : audit [DBG] from='client.33726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:47:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:47:26.353648+0000 mgr.y (mgr.14556) 18405 : audit [DBG] from='client.43640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:47:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:26.694283+0000 mgr.y (mgr.14556) 18406 : cluster [DBG] pgmap v16261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:28.694861+0000 mgr.y (mgr.14556) 18407 : cluster [DBG] pgmap v16262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:28.694861+0000 mgr.y (mgr.14556) 18407 : cluster [DBG] pgmap v16262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:28.694861+0000 mgr.y (mgr.14556) 18407 : cluster [DBG] pgmap v16262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:47:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:30.695459+0000 mgr.y (mgr.14556) 18408 : cluster [DBG] pgmap v16263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:30.695459+0000 mgr.y (mgr.14556) 18408 : cluster [DBG] pgmap v16263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:30.695459+0000 mgr.y (mgr.14556) 18408 : cluster [DBG] pgmap v16263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:47:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:47:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:32.695851+0000 mgr.y (mgr.14556) 18409 : cluster [DBG] pgmap v16264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:32.695851+0000 mgr.y (mgr.14556) 18409 : cluster [DBG] pgmap v16264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:32.695851+0000 mgr.y (mgr.14556) 18409 : cluster [DBG] pgmap v16264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:34.696257+0000 mgr.y (mgr.14556) 18410 : cluster [DBG] pgmap v16265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:34.696257+0000 mgr.y (mgr.14556) 18410 : cluster [DBG] pgmap v16265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:34.696257+0000 mgr.y (mgr.14556) 18410 : cluster [DBG] pgmap v16265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:36.697067+0000 mgr.y (mgr.14556) 18411 : cluster [DBG] pgmap v16266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:36.697067+0000 mgr.y (mgr.14556) 18411 : cluster [DBG] pgmap v16266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:36.697067+0000 mgr.y (mgr.14556) 18411 : cluster [DBG] pgmap v16266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:38.697672+0000 mgr.y (mgr.14556) 18412 : cluster [DBG] pgmap v16267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:38.697672+0000 mgr.y (mgr.14556) 18412 : cluster [DBG] pgmap v16267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:38.697672+0000 mgr.y (mgr.14556) 18412 : cluster [DBG] pgmap v16267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:40.698323+0000 mgr.y (mgr.14556) 18413 : cluster [DBG] pgmap v16268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:47:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:40.698323+0000 mgr.y (mgr.14556) 18413 : cluster [DBG] pgmap v16268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:40.698323+0000 mgr.y (mgr.14556) 18413 : cluster [DBG] pgmap v16268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:47:43] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T15:47:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:42.698712+0000 mgr.y (mgr.14556) 18414 : cluster [DBG] pgmap v16269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:42.698712+0000 mgr.y (mgr.14556) 18414 : cluster [DBG] pgmap v16269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:42.698712+0000 mgr.y (mgr.14556) 18414 : cluster [DBG] pgmap v16269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:44.699296+0000 mgr.y (mgr.14556) 18415 : cluster [DBG] pgmap v16270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:44.699296+0000 mgr.y (mgr.14556) 18415 : cluster [DBG] pgmap v16270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:44.699296+0000 mgr.y (mgr.14556) 18415 : cluster [DBG] pgmap v16270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:46.700214+0000 mgr.y (mgr.14556) 18416 : cluster [DBG] pgmap v16271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:46.700214+0000 mgr.y (mgr.14556) 18416 : cluster [DBG] pgmap v16271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:48.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:46.700214+0000 mgr.y (mgr.14556) 18416 : cluster [DBG] pgmap v16271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:48.700877+0000 mgr.y (mgr.14556) 18417 : cluster [DBG] pgmap v16272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:48.700877+0000 mgr.y (mgr.14556) 18417 : cluster [DBG] pgmap v16272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:48.700877+0000 mgr.y (mgr.14556) 18417 : cluster [DBG] pgmap v16272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:50.701588+0000 mgr.y (mgr.14556) 18418 : cluster [DBG] pgmap v16273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:47:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:50.701588+0000 mgr.y (mgr.14556) 18418 : cluster [DBG] pgmap v16273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:50.701588+0000 mgr.y (mgr.14556) 18418 : cluster [DBG] pgmap v16273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:47:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:47:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:52.702143+0000 mgr.y (mgr.14556) 18419 : cluster [DBG] pgmap v16274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:47:53.172116+0000 mon.a (mon.0) 3969 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:47:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:47:53.478483+0000 mon.a (mon.0) 3970 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:47:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:47:53.479179+0000 mon.a (mon.0) 3971 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:47:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:47:53.488441+0000 mon.a (mon.0) 3972 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:47:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:52.702143+0000 mgr.y (mgr.14556) 18419 : cluster [DBG] pgmap v16274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:47:53.172116+0000 mon.a (mon.0) 3969 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:47:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:47:53.478483+0000 mon.a (mon.0) 3970 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:47:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:47:53.479179+0000 mon.a (mon.0) 3971 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:47:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:47:53.488441+0000 mon.a (mon.0) 3972 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:47:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:52.702143+0000 mgr.y (mgr.14556) 18419 : cluster [DBG] pgmap v16274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:47:53.172116+0000 mon.a (mon.0) 3969 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:47:54.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:47:53.478483+0000 mon.a (mon.0) 3970 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:47:54.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:47:53.479179+0000 mon.a (mon.0) 3971 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:47:54.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:47:53.488441+0000 mon.a (mon.0) 3972 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:47:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:54.702663+0000 mgr.y (mgr.14556) 18420 : cluster [DBG] pgmap v16275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:54.702663+0000 mgr.y (mgr.14556) 18420 : cluster [DBG] pgmap v16275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:54.702663+0000 mgr.y (mgr.14556) 18420 : cluster [DBG] pgmap v16275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:57.034 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:47:57.320 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:47:57.320 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 2m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:47:57.320 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 2m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:47:57.320 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 2m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:47:57.320 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 2m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:47:57.320 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 2m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:47:57.320 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 2m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:47:57.320 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 2m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 2m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 2m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 2m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 2m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 2m ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 2m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 2m ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 2m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 2m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 2m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 2m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 2m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:47:57.321 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 2m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:47:57.666 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:47:57.666 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:47:57.666 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:47:57.666 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:47:57.666 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:47:57.667 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:47:57.667 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:47:57.667 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:47:57.667 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:47:57.667 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:47:57.667 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:47:57.667 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:47:57.667 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:47:57.667 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:47:57.667 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:47:57.667 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:47:57.667 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:47:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:56.703357+0000 mgr.y (mgr.14556) 18421 : cluster [DBG] pgmap v16276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:47:57.666347+0000 mon.c (mon.2) 447 : audit [DBG] from='client.? 172.21.15.23:0/2846790309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:47:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:56.703357+0000 mgr.y (mgr.14556) 18421 : cluster [DBG] pgmap v16276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:58.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:47:57.666347+0000 mon.c (mon.2) 447 : audit [DBG] from='client.? 172.21.15.23:0/2846790309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:47:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:56.703357+0000 mgr.y (mgr.14556) 18421 : cluster [DBG] pgmap v16276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:47:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:47:57.666347+0000 mon.c (mon.2) 447 : audit [DBG] from='client.? 172.21.15.23:0/2846790309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:47:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:47:57.022563+0000 mgr.y (mgr.14556) 18422 : audit [DBG] from='client.33744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:47:59.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:47:57.312263+0000 mgr.y (mgr.14556) 18423 : audit [DBG] from='client.33750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:47:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:47:57.022563+0000 mgr.y (mgr.14556) 18422 : audit [DBG] from='client.33744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:47:59.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:47:57.312263+0000 mgr.y (mgr.14556) 18423 : audit [DBG] from='client.33750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:47:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:47:57.022563+0000 mgr.y (mgr.14556) 18422 : audit [DBG] from='client.33744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:47:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:47:57.312263+0000 mgr.y (mgr.14556) 18423 : audit [DBG] from='client.33750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:48:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:47:58.703735+0000 mgr.y (mgr.14556) 18424 : cluster [DBG] pgmap v16277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:47:58.703735+0000 mgr.y (mgr.14556) 18424 : cluster [DBG] pgmap v16277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:47:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:47:58.703735+0000 mgr.y (mgr.14556) 18424 : cluster [DBG] pgmap v16277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:01.827 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:48:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:00.704462+0000 mgr.y (mgr.14556) 18425 : cluster [DBG] pgmap v16278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:00.704462+0000 mgr.y (mgr.14556) 18425 : cluster [DBG] pgmap v16278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:00.704462+0000 mgr.y (mgr.14556) 18425 : cluster [DBG] pgmap v16278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:48:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:48:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:02.704808+0000 mgr.y (mgr.14556) 18426 : cluster [DBG] pgmap v16279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:02.704808+0000 mgr.y (mgr.14556) 18426 : cluster [DBG] pgmap v16279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:02.704808+0000 mgr.y (mgr.14556) 18426 : cluster [DBG] pgmap v16279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:04.705227+0000 mgr.y (mgr.14556) 18427 : cluster [DBG] pgmap v16280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:04.705227+0000 mgr.y (mgr.14556) 18427 : cluster [DBG] pgmap v16280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:04.705227+0000 mgr.y (mgr.14556) 18427 : cluster [DBG] pgmap v16280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:06.705987+0000 mgr.y (mgr.14556) 18428 : cluster [DBG] pgmap v16281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:06.705987+0000 mgr.y (mgr.14556) 18428 : cluster [DBG] pgmap v16281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:06.705987+0000 mgr.y (mgr.14556) 18428 : cluster [DBG] pgmap v16281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:08.706441+0000 mgr.y (mgr.14556) 18429 : cluster [DBG] pgmap v16282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:08.706441+0000 mgr.y (mgr.14556) 18429 : cluster [DBG] pgmap v16282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:08.706441+0000 mgr.y (mgr.14556) 18429 : cluster [DBG] pgmap v16282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:11.862 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:48:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:10.707269+0000 mgr.y (mgr.14556) 18430 : cluster [DBG] pgmap v16283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:12.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:10.707269+0000 mgr.y (mgr.14556) 18430 : cluster [DBG] pgmap v16283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:10.707269+0000 mgr.y (mgr.14556) 18430 : cluster [DBG] pgmap v16283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:48:13] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:48:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:12.707638+0000 mgr.y (mgr.14556) 18431 : cluster [DBG] pgmap v16284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:12.707638+0000 mgr.y (mgr.14556) 18431 : cluster [DBG] pgmap v16284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:12.707638+0000 mgr.y (mgr.14556) 18431 : cluster [DBG] pgmap v16284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:14.708167+0000 mgr.y (mgr.14556) 18432 : cluster [DBG] pgmap v16285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:14.708167+0000 mgr.y (mgr.14556) 18432 : cluster [DBG] pgmap v16285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:14.708167+0000 mgr.y (mgr.14556) 18432 : cluster [DBG] pgmap v16285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:16.708831+0000 mgr.y (mgr.14556) 18433 : cluster [DBG] pgmap v16286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:16.708831+0000 mgr.y (mgr.14556) 18433 : cluster [DBG] pgmap v16286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:16.708831+0000 mgr.y (mgr.14556) 18433 : cluster [DBG] pgmap v16286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:18.709390+0000 mgr.y (mgr.14556) 18434 : cluster [DBG] pgmap v16287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:18.709390+0000 mgr.y (mgr.14556) 18434 : cluster [DBG] pgmap v16287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:18.709390+0000 mgr.y (mgr.14556) 18434 : cluster [DBG] pgmap v16287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:48:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:20.710085+0000 mgr.y (mgr.14556) 18435 : cluster [DBG] pgmap v16288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:20.710085+0000 mgr.y (mgr.14556) 18435 : cluster [DBG] pgmap v16288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:20.710085+0000 mgr.y (mgr.14556) 18435 : cluster [DBG] pgmap v16288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:48:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:48:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:22.710479+0000 mgr.y (mgr.14556) 18436 : cluster [DBG] pgmap v16289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:22.710479+0000 mgr.y (mgr.14556) 18436 : cluster [DBG] pgmap v16289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:22.710479+0000 mgr.y (mgr.14556) 18436 : cluster [DBG] pgmap v16289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:24.711030+0000 mgr.y (mgr.14556) 18437 : cluster [DBG] pgmap v16290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:24.711030+0000 mgr.y (mgr.14556) 18437 : cluster [DBG] pgmap v16290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:24.711030+0000 mgr.y (mgr.14556) 18437 : cluster [DBG] pgmap v16290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:27.991 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:48:28.280 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:48:28.280 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 2m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:48:28.280 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 2m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:48:28.281 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 2m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:48:28.281 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 2m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:48:28.281 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 2m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:48:28.281 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 2m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:48:28.281 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 2m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:48:28.281 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 2m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:48:28.281 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 2m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:48:28.281 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 2m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:48:28.281 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 2m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:48:28.282 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 2m ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:48:28.282 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 2m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:48:28.282 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 2m ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:48:28.282 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 2m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:48:28.282 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 2m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:48:28.282 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 2m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:48:28.283 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 2m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:48:28.283 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 2m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:48:28.283 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 2m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:48:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:26.711690+0000 mgr.y (mgr.14556) 18438 : cluster [DBG] pgmap v16291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:26.711690+0000 mgr.y (mgr.14556) 18438 : cluster [DBG] pgmap v16291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:26.711690+0000 mgr.y (mgr.14556) 18438 : cluster [DBG] pgmap v16291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:28.631 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:48:28.631 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:48:28.632 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:48:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:48:28.631952+0000 mon.a (mon.0) 3973 : audit [DBG] from='client.? 172.21.15.23:0/4167491468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:48:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:48:28.631952+0000 mon.a (mon.0) 3973 : audit [DBG] from='client.? 172.21.15.23:0/4167491468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:48:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:48:28.631952+0000 mon.a (mon.0) 3973 : audit [DBG] from='client.? 172.21.15.23:0/4167491468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:48:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:48:27.979753+0000 mgr.y (mgr.14556) 18439 : audit [DBG] from='client.33762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:48:30.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:48:28.272631+0000 mgr.y (mgr.14556) 18440 : audit [DBG] from='client.33768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:48:30.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:28.712130+0000 mgr.y (mgr.14556) 18441 : cluster [DBG] pgmap v16292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:48:27.979753+0000 mgr.y (mgr.14556) 18439 : audit [DBG] from='client.33762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:48:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:48:28.272631+0000 mgr.y (mgr.14556) 18440 : audit [DBG] from='client.33768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:48:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:28.712130+0000 mgr.y (mgr.14556) 18441 : cluster [DBG] pgmap v16292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:48:27.979753+0000 mgr.y (mgr.14556) 18439 : audit [DBG] from='client.33762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:48:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:48:28.272631+0000 mgr.y (mgr.14556) 18440 : audit [DBG] from='client.33768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:48:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:28.712130+0000 mgr.y (mgr.14556) 18441 : cluster [DBG] pgmap v16292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:48:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:30.712710+0000 mgr.y (mgr.14556) 18442 : cluster [DBG] pgmap v16293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:30.712710+0000 mgr.y (mgr.14556) 18442 : cluster [DBG] pgmap v16293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:30.712710+0000 mgr.y (mgr.14556) 18442 : cluster [DBG] pgmap v16293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:32.713204+0000 mgr.y (mgr.14556) 18443 : cluster [DBG] pgmap v16294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:32.713204+0000 mgr.y (mgr.14556) 18443 : cluster [DBG] pgmap v16294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:32.713204+0000 mgr.y (mgr.14556) 18443 : cluster [DBG] pgmap v16294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:48:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:48:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:34.713812+0000 mgr.y (mgr.14556) 18444 : cluster [DBG] pgmap v16295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:34.713812+0000 mgr.y (mgr.14556) 18444 : cluster [DBG] pgmap v16295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:34.713812+0000 mgr.y (mgr.14556) 18444 : cluster [DBG] pgmap v16295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:36.714452+0000 mgr.y (mgr.14556) 18445 : cluster [DBG] pgmap v16296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:36.714452+0000 mgr.y (mgr.14556) 18445 : cluster [DBG] pgmap v16296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:36.714452+0000 mgr.y (mgr.14556) 18445 : cluster [DBG] pgmap v16296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:38.715033+0000 mgr.y (mgr.14556) 18446 : cluster [DBG] pgmap v16297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:38.715033+0000 mgr.y (mgr.14556) 18446 : cluster [DBG] pgmap v16297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:38.715033+0000 mgr.y (mgr.14556) 18446 : cluster [DBG] pgmap v16297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:40.715663+0000 mgr.y (mgr.14556) 18447 : cluster [DBG] pgmap v16298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:48:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:40.715663+0000 mgr.y (mgr.14556) 18447 : cluster [DBG] pgmap v16298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:40.715663+0000 mgr.y (mgr.14556) 18447 : cluster [DBG] pgmap v16298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:48:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T15:48:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:42.716194+0000 mgr.y (mgr.14556) 18448 : cluster [DBG] pgmap v16299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:42.716194+0000 mgr.y (mgr.14556) 18448 : cluster [DBG] pgmap v16299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:42.716194+0000 mgr.y (mgr.14556) 18448 : cluster [DBG] pgmap v16299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:44.716720+0000 mgr.y (mgr.14556) 18449 : cluster [DBG] pgmap v16300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:44.716720+0000 mgr.y (mgr.14556) 18449 : cluster [DBG] pgmap v16300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:44.716720+0000 mgr.y (mgr.14556) 18449 : cluster [DBG] pgmap v16300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:46.717428+0000 mgr.y (mgr.14556) 18450 : cluster [DBG] pgmap v16301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:46.717428+0000 mgr.y (mgr.14556) 18450 : cluster [DBG] pgmap v16301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:46.717428+0000 mgr.y (mgr.14556) 18450 : cluster [DBG] pgmap v16301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:48.717950+0000 mgr.y (mgr.14556) 18451 : cluster [DBG] pgmap v16302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:48.717950+0000 mgr.y (mgr.14556) 18451 : cluster [DBG] pgmap v16302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:48.717950+0000 mgr.y (mgr.14556) 18451 : cluster [DBG] pgmap v16302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:51.816 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:48:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:50.718615+0000 mgr.y (mgr.14556) 18452 : cluster [DBG] pgmap v16303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:50.718615+0000 mgr.y (mgr.14556) 18452 : cluster [DBG] pgmap v16303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:50.718615+0000 mgr.y (mgr.14556) 18452 : cluster [DBG] pgmap v16303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:48:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:48:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:52.719063+0000 mgr.y (mgr.14556) 18453 : cluster [DBG] pgmap v16304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:48:53.492817+0000 mon.a (mon.0) 3974 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:48:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:48:53.746112+0000 mon.a (mon.0) 3975 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:48:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:48:53.753214+0000 mon.a (mon.0) 3976 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:48:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:52.719063+0000 mgr.y (mgr.14556) 18453 : cluster [DBG] pgmap v16304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:48:53.492817+0000 mon.a (mon.0) 3974 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:48:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:48:53.746112+0000 mon.a (mon.0) 3975 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:48:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:48:53.753214+0000 mon.a (mon.0) 3976 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:48:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:52.719063+0000 mgr.y (mgr.14556) 18453 : cluster [DBG] pgmap v16304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:48:53.492817+0000 mon.a (mon.0) 3974 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:48:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:48:53.746112+0000 mon.a (mon.0) 3975 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:48:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:48:53.753214+0000 mon.a (mon.0) 3976 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:48:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:48:54.043305+0000 mon.a (mon.0) 3977 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:48:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:48:54.044002+0000 mon.a (mon.0) 3978 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:48:55.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:48:54.051940+0000 mon.a (mon.0) 3979 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:48:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:48:54.043305+0000 mon.a (mon.0) 3977 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:48:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:48:54.044002+0000 mon.a (mon.0) 3978 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:48:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:48:54.051940+0000 mon.a (mon.0) 3979 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:48:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:48:54.043305+0000 mon.a (mon.0) 3977 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:48:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:48:54.044002+0000 mon.a (mon.0) 3978 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:48:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:48:54.051940+0000 mon.a (mon.0) 3979 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:48:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:54.719627+0000 mgr.y (mgr.14556) 18454 : cluster [DBG] pgmap v16305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:54.719627+0000 mgr.y (mgr.14556) 18454 : cluster [DBG] pgmap v16305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:54.719627+0000 mgr.y (mgr.14556) 18454 : cluster [DBG] pgmap v16305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:56.720315+0000 mgr.y (mgr.14556) 18455 : cluster [DBG] pgmap v16306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:58.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:56.720315+0000 mgr.y (mgr.14556) 18455 : cluster [DBG] pgmap v16306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:56.720315+0000 mgr.y (mgr.14556) 18455 : cluster [DBG] pgmap v16306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:48:58.957 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 3m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 3m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 3m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 3m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 3m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 3m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 3m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 3m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 3m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 3m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 3m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:48:59.244 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 3m ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:48:59.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 3m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:48:59.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 3m ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:48:59.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 3m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:48:59.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 3m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:48:59.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 3m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:48:59.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 3m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:48:59.245 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 3m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:48:59.245 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 3m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:48:59.593 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:48:59.593 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:48:59.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:48:59.594 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:49:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:48:58.720681+0000 mgr.y (mgr.14556) 18456 : cluster [DBG] pgmap v16307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:48:58.945964+0000 mgr.y (mgr.14556) 18457 : audit [DBG] from='client.43688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:49:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:48:59.593680+0000 mon.a (mon.0) 3980 : audit [DBG] from='client.? 172.21.15.23:0/2013894913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:49:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:48:58.720681+0000 mgr.y (mgr.14556) 18456 : cluster [DBG] pgmap v16307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:48:58.945964+0000 mgr.y (mgr.14556) 18457 : audit [DBG] from='client.43688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:49:00.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:48:59.593680+0000 mon.a (mon.0) 3980 : audit [DBG] from='client.? 172.21.15.23:0/2013894913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:49:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:48:58.720681+0000 mgr.y (mgr.14556) 18456 : cluster [DBG] pgmap v16307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:48:58.945964+0000 mgr.y (mgr.14556) 18457 : audit [DBG] from='client.43688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:49:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:48:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:48:59.593680+0000 mon.a (mon.0) 3980 : audit [DBG] from='client.? 172.21.15.23:0/2013894913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:49:01.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:48:59.236244+0000 mgr.y (mgr.14556) 18458 : audit [DBG] from='client.33786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:49:01.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:48:59.236244+0000 mgr.y (mgr.14556) 18458 : audit [DBG] from='client.33786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:49:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:48:59.236244+0000 mgr.y (mgr.14556) 18458 : audit [DBG] from='client.33786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:49:01.849 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:49:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:00.721369+0000 mgr.y (mgr.14556) 18459 : cluster [DBG] pgmap v16308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:02.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:00.721369+0000 mgr.y (mgr.14556) 18459 : cluster [DBG] pgmap v16308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:00.721369+0000 mgr.y (mgr.14556) 18459 : cluster [DBG] pgmap v16308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:49:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:49:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:02.721928+0000 mgr.y (mgr.14556) 18460 : cluster [DBG] pgmap v16309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:02.721928+0000 mgr.y (mgr.14556) 18460 : cluster [DBG] pgmap v16309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:02.721928+0000 mgr.y (mgr.14556) 18460 : cluster [DBG] pgmap v16309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:04.722384+0000 mgr.y (mgr.14556) 18461 : cluster [DBG] pgmap v16310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:04.722384+0000 mgr.y (mgr.14556) 18461 : cluster [DBG] pgmap v16310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:04.722384+0000 mgr.y (mgr.14556) 18461 : cluster [DBG] pgmap v16310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:06.723028+0000 mgr.y (mgr.14556) 18462 : cluster [DBG] pgmap v16311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:06.723028+0000 mgr.y (mgr.14556) 18462 : cluster [DBG] pgmap v16311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:06.723028+0000 mgr.y (mgr.14556) 18462 : cluster [DBG] pgmap v16311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:08.723443+0000 mgr.y (mgr.14556) 18463 : cluster [DBG] pgmap v16312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:10.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:08.723443+0000 mgr.y (mgr.14556) 18463 : cluster [DBG] pgmap v16312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:08.723443+0000 mgr.y (mgr.14556) 18463 : cluster [DBG] pgmap v16312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:11.878 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:49:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:10.724268+0000 mgr.y (mgr.14556) 18464 : cluster [DBG] pgmap v16313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:10.724268+0000 mgr.y (mgr.14556) 18464 : cluster [DBG] pgmap v16313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:10.724268+0000 mgr.y (mgr.14556) 18464 : cluster [DBG] pgmap v16313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:49:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:49:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:12.724650+0000 mgr.y (mgr.14556) 18465 : cluster [DBG] pgmap v16314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:12.724650+0000 mgr.y (mgr.14556) 18465 : cluster [DBG] pgmap v16314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:12.724650+0000 mgr.y (mgr.14556) 18465 : cluster [DBG] pgmap v16314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:14.725057+0000 mgr.y (mgr.14556) 18466 : cluster [DBG] pgmap v16315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:14.725057+0000 mgr.y (mgr.14556) 18466 : cluster [DBG] pgmap v16315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:14.725057+0000 mgr.y (mgr.14556) 18466 : cluster [DBG] pgmap v16315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:16.725740+0000 mgr.y (mgr.14556) 18467 : cluster [DBG] pgmap v16316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:16.725740+0000 mgr.y (mgr.14556) 18467 : cluster [DBG] pgmap v16316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:16.725740+0000 mgr.y (mgr.14556) 18467 : cluster [DBG] pgmap v16316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:18.726213+0000 mgr.y (mgr.14556) 18468 : cluster [DBG] pgmap v16317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:18.726213+0000 mgr.y (mgr.14556) 18468 : cluster [DBG] pgmap v16317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:18.726213+0000 mgr.y (mgr.14556) 18468 : cluster [DBG] pgmap v16317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:49:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:20.726911+0000 mgr.y (mgr.14556) 18469 : cluster [DBG] pgmap v16318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:20.726911+0000 mgr.y (mgr.14556) 18469 : cluster [DBG] pgmap v16318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:20.726911+0000 mgr.y (mgr.14556) 18469 : cluster [DBG] pgmap v16318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:22.727372+0000 mgr.y (mgr.14556) 18470 : cluster [DBG] pgmap v16319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:49:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:49:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:22.727372+0000 mgr.y (mgr.14556) 18470 : cluster [DBG] pgmap v16319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:22.727372+0000 mgr.y (mgr.14556) 18470 : cluster [DBG] pgmap v16319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:24.727942+0000 mgr.y (mgr.14556) 18471 : cluster [DBG] pgmap v16320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:24.727942+0000 mgr.y (mgr.14556) 18471 : cluster [DBG] pgmap v16320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:24.727942+0000 mgr.y (mgr.14556) 18471 : cluster [DBG] pgmap v16320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:26.728839+0000 mgr.y (mgr.14556) 18472 : cluster [DBG] pgmap v16321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:26.728839+0000 mgr.y (mgr.14556) 18472 : cluster [DBG] pgmap v16321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:26.728839+0000 mgr.y (mgr.14556) 18472 : cluster [DBG] pgmap v16321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:29.919 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:49:30.211 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:49:30.211 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 3m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:49:30.211 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 3m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:49:30.211 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 3m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:49:30.211 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 3m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:49:30.211 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 3m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:49:30.211 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 3m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 3m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 3m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 3m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 3m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 3m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 3m ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 3m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 3m ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 3m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 3m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 3m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 3m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 3m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:49:30.212 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 3m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:49:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:28.729396+0000 mgr.y (mgr.14556) 18473 : cluster [DBG] pgmap v16322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:28.729396+0000 mgr.y (mgr.14556) 18473 : cluster [DBG] pgmap v16322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:28.729396+0000 mgr.y (mgr.14556) 18473 : cluster [DBG] pgmap v16322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:30.565 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:49:30.565 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:49:30.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:49:30.565 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:49:30.565 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:49:30.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:49:30.565 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:49:30.565 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:49:30.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:49:30.565 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:49:30.565 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:49:30.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:49:30.566 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:49:30.566 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:49:30.566 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:49:30.566 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:49:30.566 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:49:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:49:29.907448+0000 mgr.y (mgr.14556) 18474 : audit [DBG] from='client.43706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:49:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:49:30.565029+0000 mon.a (mon.0) 3981 : audit [DBG] from='client.? 172.21.15.23:0/4197666021' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:49:31.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:49:29.907448+0000 mgr.y (mgr.14556) 18474 : audit [DBG] from='client.43706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:49:31.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:49:30.565029+0000 mon.a (mon.0) 3981 : audit [DBG] from='client.? 172.21.15.23:0/4197666021' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:49:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:49:29.907448+0000 mgr.y (mgr.14556) 18474 : audit [DBG] from='client.43706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:49:31.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:49:30.565029+0000 mon.a (mon.0) 3981 : audit [DBG] from='client.? 172.21.15.23:0/4197666021' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:49:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:49:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:49:30.203498+0000 mgr.y (mgr.14556) 18475 : audit [DBG] from='client.33804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:49:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:30.730129+0000 mgr.y (mgr.14556) 18476 : cluster [DBG] pgmap v16323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:32.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:49:30.203498+0000 mgr.y (mgr.14556) 18475 : audit [DBG] from='client.33804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:49:32.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:30.730129+0000 mgr.y (mgr.14556) 18476 : cluster [DBG] pgmap v16323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:49:30.203498+0000 mgr.y (mgr.14556) 18475 : audit [DBG] from='client.33804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:49:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:30.730129+0000 mgr.y (mgr.14556) 18476 : cluster [DBG] pgmap v16323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:33.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:32.730606+0000 mgr.y (mgr.14556) 18477 : cluster [DBG] pgmap v16324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:32.730606+0000 mgr.y (mgr.14556) 18477 : cluster [DBG] pgmap v16324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:32.730606+0000 mgr.y (mgr.14556) 18477 : cluster [DBG] pgmap v16324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:49:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:49:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:34.731041+0000 mgr.y (mgr.14556) 18478 : cluster [DBG] pgmap v16325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:34.731041+0000 mgr.y (mgr.14556) 18478 : cluster [DBG] pgmap v16325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:34.731041+0000 mgr.y (mgr.14556) 18478 : cluster [DBG] pgmap v16325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:36.731794+0000 mgr.y (mgr.14556) 18479 : cluster [DBG] pgmap v16326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:36.731794+0000 mgr.y (mgr.14556) 18479 : cluster [DBG] pgmap v16326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:38.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:36.731794+0000 mgr.y (mgr.14556) 18479 : cluster [DBG] pgmap v16326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:38.732224+0000 mgr.y (mgr.14556) 18480 : cluster [DBG] pgmap v16327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:38.732224+0000 mgr.y (mgr.14556) 18480 : cluster [DBG] pgmap v16327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:38.732224+0000 mgr.y (mgr.14556) 18480 : cluster [DBG] pgmap v16327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:41.817 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:49:42.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:40.733064+0000 mgr.y (mgr.14556) 18481 : cluster [DBG] pgmap v16328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:40.733064+0000 mgr.y (mgr.14556) 18481 : cluster [DBG] pgmap v16328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:42.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:40.733064+0000 mgr.y (mgr.14556) 18481 : cluster [DBG] pgmap v16328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:49:43] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:49:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:42.733570+0000 mgr.y (mgr.14556) 18482 : cluster [DBG] pgmap v16329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:42.733570+0000 mgr.y (mgr.14556) 18482 : cluster [DBG] pgmap v16329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:42.733570+0000 mgr.y (mgr.14556) 18482 : cluster [DBG] pgmap v16329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:46.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:44.734047+0000 mgr.y (mgr.14556) 18483 : cluster [DBG] pgmap v16330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:44.734047+0000 mgr.y (mgr.14556) 18483 : cluster [DBG] pgmap v16330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:44.734047+0000 mgr.y (mgr.14556) 18483 : cluster [DBG] pgmap v16330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:46.734722+0000 mgr.y (mgr.14556) 18484 : cluster [DBG] pgmap v16331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:46.734722+0000 mgr.y (mgr.14556) 18484 : cluster [DBG] pgmap v16331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:46.734722+0000 mgr.y (mgr.14556) 18484 : cluster [DBG] pgmap v16331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:48.735214+0000 mgr.y (mgr.14556) 18485 : cluster [DBG] pgmap v16332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:48.735214+0000 mgr.y (mgr.14556) 18485 : cluster [DBG] pgmap v16332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:48.735214+0000 mgr.y (mgr.14556) 18485 : cluster [DBG] pgmap v16332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:51.864 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:49:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:50.735806+0000 mgr.y (mgr.14556) 18486 : cluster [DBG] pgmap v16333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:50.735806+0000 mgr.y (mgr.14556) 18486 : cluster [DBG] pgmap v16333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:50.735806+0000 mgr.y (mgr.14556) 18486 : cluster [DBG] pgmap v16333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:49:53] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:49:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:52.736273+0000 mgr.y (mgr.14556) 18487 : cluster [DBG] pgmap v16334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:52.736273+0000 mgr.y (mgr.14556) 18487 : cluster [DBG] pgmap v16334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:52.736273+0000 mgr.y (mgr.14556) 18487 : cluster [DBG] pgmap v16334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:49:54.056499+0000 mon.a (mon.0) 3982 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:49:55.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:49:54.365243+0000 mon.a (mon.0) 3983 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:49:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:49:54.365876+0000 mon.a (mon.0) 3984 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:49:55.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:49:54.373463+0000 mon.a (mon.0) 3985 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:49:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:49:54.056499+0000 mon.a (mon.0) 3982 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:49:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:49:54.365243+0000 mon.a (mon.0) 3983 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:49:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:49:54.365876+0000 mon.a (mon.0) 3984 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:49:55.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:49:54.373463+0000 mon.a (mon.0) 3985 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:49:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:49:54.056499+0000 mon.a (mon.0) 3982 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:49:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:49:54.365243+0000 mon.a (mon.0) 3983 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:49:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:49:54.365876+0000 mon.a (mon.0) 3984 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:49:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:49:54.373463+0000 mon.a (mon.0) 3985 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:49:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:54.736739+0000 mgr.y (mgr.14556) 18488 : cluster [DBG] pgmap v16335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:54.736739+0000 mgr.y (mgr.14556) 18488 : cluster [DBG] pgmap v16335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:54.736739+0000 mgr.y (mgr.14556) 18488 : cluster [DBG] pgmap v16335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:56.737646+0000 mgr.y (mgr.14556) 18489 : cluster [DBG] pgmap v16336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:56.737646+0000 mgr.y (mgr.14556) 18489 : cluster [DBG] pgmap v16336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:49:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:56.737646+0000 mgr.y (mgr.14556) 18489 : cluster [DBG] pgmap v16336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:49:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:49:58.738170+0000 mgr.y (mgr.14556) 18490 : cluster [DBG] pgmap v16337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:49:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:49:58.738170+0000 mgr.y (mgr.14556) 18490 : cluster [DBG] pgmap v16337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:49:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:49:58.738170+0000 mgr.y (mgr.14556) 18490 : cluster [DBG] pgmap v16337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T15:49:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:50:00.891 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:50:01.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:00.000133+0000 mon.a (mon.0) 3986 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:50:01.180 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:50:01.181 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 4m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:50:01.181 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 4m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:50:01.181 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 4m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:50:01.181 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 4m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:50:01.181 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 4m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:50:01.181 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 4m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:50:01.181 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 4m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 4m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 4m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 4m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 4m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 4m ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 4m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 4m ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 4m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 4m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 4m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 4m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 4m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:50:01.182 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 4m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:50:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:00.000133+0000 mon.a (mon.0) 3986 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:50:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:00.000133+0000 mon.a (mon.0) 3986 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T15:50:01.528 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:50:01.528 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:50:01.528 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:50:01.529 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:50:01.902 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:50:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:00.738722+0000 mgr.y (mgr.14556) 18491 : cluster [DBG] pgmap v16338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:50:00.879389+0000 mgr.y (mgr.14556) 18492 : audit [DBG] from='client.43724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:50:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:50:01.529037+0000 mon.a (mon.0) 3987 : audit [DBG] from='client.? 172.21.15.23:0/12084344' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:50:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:00.738722+0000 mgr.y (mgr.14556) 18491 : cluster [DBG] pgmap v16338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:50:00.879389+0000 mgr.y (mgr.14556) 18492 : audit [DBG] from='client.43724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:50:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:50:01.529037+0000 mon.a (mon.0) 3987 : audit [DBG] from='client.? 172.21.15.23:0/12084344' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:50:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:00.738722+0000 mgr.y (mgr.14556) 18491 : cluster [DBG] pgmap v16338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:50:00.879389+0000 mgr.y (mgr.14556) 18492 : audit [DBG] from='client.43724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:50:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:50:01.529037+0000 mon.a (mon.0) 3987 : audit [DBG] from='client.? 172.21.15.23:0/12084344' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:50:03.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:50:01.172970+0000 mgr.y (mgr.14556) 18493 : audit [DBG] from='client.43730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:50:03.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:50:01.172970+0000 mgr.y (mgr.14556) 18493 : audit [DBG] from='client.43730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:50:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:50:01.172970+0000 mgr.y (mgr.14556) 18493 : audit [DBG] from='client.43730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:50:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:50:03] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:50:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:02.739184+0000 mgr.y (mgr.14556) 18494 : cluster [DBG] pgmap v16339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:02.739184+0000 mgr.y (mgr.14556) 18494 : cluster [DBG] pgmap v16339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:02.739184+0000 mgr.y (mgr.14556) 18494 : cluster [DBG] pgmap v16339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:04.739646+0000 mgr.y (mgr.14556) 18495 : cluster [DBG] pgmap v16340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:04.739646+0000 mgr.y (mgr.14556) 18495 : cluster [DBG] pgmap v16340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:04.739646+0000 mgr.y (mgr.14556) 18495 : cluster [DBG] pgmap v16340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:06.740554+0000 mgr.y (mgr.14556) 18496 : cluster [DBG] pgmap v16341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:06.740554+0000 mgr.y (mgr.14556) 18496 : cluster [DBG] pgmap v16341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:06.740554+0000 mgr.y (mgr.14556) 18496 : cluster [DBG] pgmap v16341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:08.740978+0000 mgr.y (mgr.14556) 18497 : cluster [DBG] pgmap v16342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:08.740978+0000 mgr.y (mgr.14556) 18497 : cluster [DBG] pgmap v16342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:08.740978+0000 mgr.y (mgr.14556) 18497 : cluster [DBG] pgmap v16342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:50:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:10.741575+0000 mgr.y (mgr.14556) 18498 : cluster [DBG] pgmap v16343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:10.741575+0000 mgr.y (mgr.14556) 18498 : cluster [DBG] pgmap v16343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:10.741575+0000 mgr.y (mgr.14556) 18498 : cluster [DBG] pgmap v16343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:12.741998+0000 mgr.y (mgr.14556) 18499 : cluster [DBG] pgmap v16344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:50:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T15:50:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:12.741998+0000 mgr.y (mgr.14556) 18499 : cluster [DBG] pgmap v16344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:12.741998+0000 mgr.y (mgr.14556) 18499 : cluster [DBG] pgmap v16344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:14.742458+0000 mgr.y (mgr.14556) 18500 : cluster [DBG] pgmap v16345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:15.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:14.742458+0000 mgr.y (mgr.14556) 18500 : cluster [DBG] pgmap v16345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:14.742458+0000 mgr.y (mgr.14556) 18500 : cluster [DBG] pgmap v16345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:16.743250+0000 mgr.y (mgr.14556) 18501 : cluster [DBG] pgmap v16346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:16.743250+0000 mgr.y (mgr.14556) 18501 : cluster [DBG] pgmap v16346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:16.743250+0000 mgr.y (mgr.14556) 18501 : cluster [DBG] pgmap v16346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:18.743652+0000 mgr.y (mgr.14556) 18502 : cluster [DBG] pgmap v16347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:18.743652+0000 mgr.y (mgr.14556) 18502 : cluster [DBG] pgmap v16347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:18.743652+0000 mgr.y (mgr.14556) 18502 : cluster [DBG] pgmap v16347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:21.810 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:50:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:20.744365+0000 mgr.y (mgr.14556) 18503 : cluster [DBG] pgmap v16348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:20.744365+0000 mgr.y (mgr.14556) 18503 : cluster [DBG] pgmap v16348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:20.744365+0000 mgr.y (mgr.14556) 18503 : cluster [DBG] pgmap v16348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:50:23] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T15:50:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:22.744734+0000 mgr.y (mgr.14556) 18504 : cluster [DBG] pgmap v16349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:22.744734+0000 mgr.y (mgr.14556) 18504 : cluster [DBG] pgmap v16349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:22.744734+0000 mgr.y (mgr.14556) 18504 : cluster [DBG] pgmap v16349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:24.745264+0000 mgr.y (mgr.14556) 18505 : cluster [DBG] pgmap v16350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:24.745264+0000 mgr.y (mgr.14556) 18505 : cluster [DBG] pgmap v16350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:24.745264+0000 mgr.y (mgr.14556) 18505 : cluster [DBG] pgmap v16350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:26.745925+0000 mgr.y (mgr.14556) 18506 : cluster [DBG] pgmap v16351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:26.745925+0000 mgr.y (mgr.14556) 18506 : cluster [DBG] pgmap v16351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:26.745925+0000 mgr.y (mgr.14556) 18506 : cluster [DBG] pgmap v16351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:28.746523+0000 mgr.y (mgr.14556) 18507 : cluster [DBG] pgmap v16352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:28.746523+0000 mgr.y (mgr.14556) 18507 : cluster [DBG] pgmap v16352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:28.746523+0000 mgr.y (mgr.14556) 18507 : cluster [DBG] pgmap v16352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:31.851 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:50:31.861 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:50:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:30.747136+0000 mgr.y (mgr.14556) 18508 : cluster [DBG] pgmap v16353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:30.747136+0000 mgr.y (mgr.14556) 18508 : cluster [DBG] pgmap v16353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:32.140 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:50:32.140 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 4m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:50:32.140 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 4m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:50:32.140 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 4m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:50:32.140 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 4m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:50:32.140 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 4m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 4m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 4m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 4m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 4m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 4m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 4m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 4m ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 4m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 4m ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 4m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 4m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 4m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 4m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 4m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:50:32.141 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 4m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:50:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:30.747136+0000 mgr.y (mgr.14556) 18508 : cluster [DBG] pgmap v16353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:32.491 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:50:32.491 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:50:32.491 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:50:32.491 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:50:32.491 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:50:32.491 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:50:32.491 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:50:32.491 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:50:32.491 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:50:32.491 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:50:32.491 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:50:32.491 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:50:32.492 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:50:32.492 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:50:32.492 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:50:32.492 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:50:32.492 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:50:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:50:31.838830+0000 mgr.y (mgr.14556) 18509 : audit [DBG] from='client.43742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:50:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:50:32.491014+0000 mon.a (mon.0) 3988 : audit [DBG] from='client.? 172.21.15.23:0/729231764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:50:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:50:31.838830+0000 mgr.y (mgr.14556) 18509 : audit [DBG] from='client.43742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:50:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:50:32.491014+0000 mon.a (mon.0) 3988 : audit [DBG] from='client.? 172.21.15.23:0/729231764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:50:33.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:50:31.838830+0000 mgr.y (mgr.14556) 18509 : audit [DBG] from='client.43742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:50:33.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:50:32.491014+0000 mon.a (mon.0) 3988 : audit [DBG] from='client.? 172.21.15.23:0/729231764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:50:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:50:33] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T15:50:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:50:32.132786+0000 mgr.y (mgr.14556) 18510 : audit [DBG] from='client.43748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:50:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:32.747528+0000 mgr.y (mgr.14556) 18511 : cluster [DBG] pgmap v16354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:50:32.132786+0000 mgr.y (mgr.14556) 18510 : audit [DBG] from='client.43748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:50:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:32.747528+0000 mgr.y (mgr.14556) 18511 : cluster [DBG] pgmap v16354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:50:32.132786+0000 mgr.y (mgr.14556) 18510 : audit [DBG] from='client.43748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:50:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:32.747528+0000 mgr.y (mgr.14556) 18511 : cluster [DBG] pgmap v16354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:34.748084+0000 mgr.y (mgr.14556) 18512 : cluster [DBG] pgmap v16355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:34.748084+0000 mgr.y (mgr.14556) 18512 : cluster [DBG] pgmap v16355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:34.748084+0000 mgr.y (mgr.14556) 18512 : cluster [DBG] pgmap v16355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:36.748732+0000 mgr.y (mgr.14556) 18513 : cluster [DBG] pgmap v16356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:36.748732+0000 mgr.y (mgr.14556) 18513 : cluster [DBG] pgmap v16356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:36.748732+0000 mgr.y (mgr.14556) 18513 : cluster [DBG] pgmap v16356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:38.749115+0000 mgr.y (mgr.14556) 18514 : cluster [DBG] pgmap v16357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:38.749115+0000 mgr.y (mgr.14556) 18514 : cluster [DBG] pgmap v16357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:38.749115+0000 mgr.y (mgr.14556) 18514 : cluster [DBG] pgmap v16357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:50:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:40.749721+0000 mgr.y (mgr.14556) 18515 : cluster [DBG] pgmap v16358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:40.749721+0000 mgr.y (mgr.14556) 18515 : cluster [DBG] pgmap v16358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:40.749721+0000 mgr.y (mgr.14556) 18515 : cluster [DBG] pgmap v16358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:42.750253+0000 mgr.y (mgr.14556) 18516 : cluster [DBG] pgmap v16359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:50:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:50:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:42.750253+0000 mgr.y (mgr.14556) 18516 : cluster [DBG] pgmap v16359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:42.750253+0000 mgr.y (mgr.14556) 18516 : cluster [DBG] pgmap v16359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:44.750815+0000 mgr.y (mgr.14556) 18517 : cluster [DBG] pgmap v16360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:44.750815+0000 mgr.y (mgr.14556) 18517 : cluster [DBG] pgmap v16360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:44.750815+0000 mgr.y (mgr.14556) 18517 : cluster [DBG] pgmap v16360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:46.751591+0000 mgr.y (mgr.14556) 18518 : cluster [DBG] pgmap v16361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:46.751591+0000 mgr.y (mgr.14556) 18518 : cluster [DBG] pgmap v16361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:46.751591+0000 mgr.y (mgr.14556) 18518 : cluster [DBG] pgmap v16361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:48.751987+0000 mgr.y (mgr.14556) 18519 : cluster [DBG] pgmap v16362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:48.751987+0000 mgr.y (mgr.14556) 18519 : cluster [DBG] pgmap v16362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:48.751987+0000 mgr.y (mgr.14556) 18519 : cluster [DBG] pgmap v16362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:50:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:50.752655+0000 mgr.y (mgr.14556) 18520 : cluster [DBG] pgmap v16363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:50.752655+0000 mgr.y (mgr.14556) 18520 : cluster [DBG] pgmap v16363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:50.752655+0000 mgr.y (mgr.14556) 18520 : cluster [DBG] pgmap v16363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:50:53] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:50:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:52.753236+0000 mgr.y (mgr.14556) 18521 : cluster [DBG] pgmap v16364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:52.753236+0000 mgr.y (mgr.14556) 18521 : cluster [DBG] pgmap v16364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:52.753236+0000 mgr.y (mgr.14556) 18521 : cluster [DBG] pgmap v16364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:50:54.378697+0000 mon.a (mon.0) 3989 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:50:55.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:50:54.687094+0000 mon.a (mon.0) 3990 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:50:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:50:54.687786+0000 mon.a (mon.0) 3991 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:50:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:50:54.702393+0000 mon.a (mon.0) 3992 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:50:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:50:54.378697+0000 mon.a (mon.0) 3989 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:50:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:50:54.687094+0000 mon.a (mon.0) 3990 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:50:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:50:54.687786+0000 mon.a (mon.0) 3991 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:50:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:50:54.702393+0000 mon.a (mon.0) 3992 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:50:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:50:54.378697+0000 mon.a (mon.0) 3989 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:50:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:50:54.687094+0000 mon.a (mon.0) 3990 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:50:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:50:54.687786+0000 mon.a (mon.0) 3991 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:50:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:50:54.702393+0000 mon.a (mon.0) 3992 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:50:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:54.753540+0000 mgr.y (mgr.14556) 18522 : cluster [DBG] pgmap v16365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:54.753540+0000 mgr.y (mgr.14556) 18522 : cluster [DBG] pgmap v16365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:54.753540+0000 mgr.y (mgr.14556) 18522 : cluster [DBG] pgmap v16365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:56.754179+0000 mgr.y (mgr.14556) 18523 : cluster [DBG] pgmap v16366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:56.754179+0000 mgr.y (mgr.14556) 18523 : cluster [DBG] pgmap v16366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:50:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:56.754179+0000 mgr.y (mgr.14556) 18523 : cluster [DBG] pgmap v16366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:50:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:50:58.754564+0000 mgr.y (mgr.14556) 18524 : cluster [DBG] pgmap v16367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:00.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:50:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:50:58.754564+0000 mgr.y (mgr.14556) 18524 : cluster [DBG] pgmap v16367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:50:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:50:58.754564+0000 mgr.y (mgr.14556) 18524 : cluster [DBG] pgmap v16367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:01.821 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:51:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:00.755425+0000 mgr.y (mgr.14556) 18525 : cluster [DBG] pgmap v16368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:02.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:00.755425+0000 mgr.y (mgr.14556) 18525 : cluster [DBG] pgmap v16368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:00.755425+0000 mgr.y (mgr.14556) 18525 : cluster [DBG] pgmap v16368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:02.817 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:51:03.106 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:51:03.106 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 5m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:51:03.106 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 5m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:51:03.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 5m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:51:03.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 5m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:51:03.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 5m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 5m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 5m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 5m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 5m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 5m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 5m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 5m ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 5m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 5m ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 5m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 5m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 5m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 5m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 5m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:51:03.107 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 5m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:51:03.456 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:51:03.456 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:51:03.456 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:51:03.456 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:51:03.457 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:51:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:51:03] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:51:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:02.755807+0000 mgr.y (mgr.14556) 18526 : cluster [DBG] pgmap v16369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:51:02.804952+0000 mgr.y (mgr.14556) 18527 : audit [DBG] from='client.43760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:51:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:51:03.456359+0000 mon.a (mon.0) 3993 : audit [DBG] from='client.? 172.21.15.23:0/3041179504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:51:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:02.755807+0000 mgr.y (mgr.14556) 18526 : cluster [DBG] pgmap v16369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:51:02.804952+0000 mgr.y (mgr.14556) 18527 : audit [DBG] from='client.43760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:51:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:51:03.456359+0000 mon.a (mon.0) 3993 : audit [DBG] from='client.? 172.21.15.23:0/3041179504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:51:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:02.755807+0000 mgr.y (mgr.14556) 18526 : cluster [DBG] pgmap v16369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:51:02.804952+0000 mgr.y (mgr.14556) 18527 : audit [DBG] from='client.43760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:51:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:51:03.456359+0000 mon.a (mon.0) 3993 : audit [DBG] from='client.? 172.21.15.23:0/3041179504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:51:05.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:51:03.098481+0000 mgr.y (mgr.14556) 18528 : audit [DBG] from='client.43766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:51:05.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:51:03.098481+0000 mgr.y (mgr.14556) 18528 : audit [DBG] from='client.43766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:51:05.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:51:03.098481+0000 mgr.y (mgr.14556) 18528 : audit [DBG] from='client.43766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:51:06.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:04.756395+0000 mgr.y (mgr.14556) 18529 : cluster [DBG] pgmap v16370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:06.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:04.756395+0000 mgr.y (mgr.14556) 18529 : cluster [DBG] pgmap v16370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:04.756395+0000 mgr.y (mgr.14556) 18529 : cluster [DBG] pgmap v16370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:06.757233+0000 mgr.y (mgr.14556) 18530 : cluster [DBG] pgmap v16371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:08.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:06.757233+0000 mgr.y (mgr.14556) 18530 : cluster [DBG] pgmap v16371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:06.757233+0000 mgr.y (mgr.14556) 18530 : cluster [DBG] pgmap v16371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:08.757643+0000 mgr.y (mgr.14556) 18531 : cluster [DBG] pgmap v16372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:10.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:08.757643+0000 mgr.y (mgr.14556) 18531 : cluster [DBG] pgmap v16372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:08.757643+0000 mgr.y (mgr.14556) 18531 : cluster [DBG] pgmap v16372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:11.881 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:51:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:10.758302+0000 mgr.y (mgr.14556) 18532 : cluster [DBG] pgmap v16373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:10.758302+0000 mgr.y (mgr.14556) 18532 : cluster [DBG] pgmap v16373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:10.758302+0000 mgr.y (mgr.14556) 18532 : cluster [DBG] pgmap v16373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:51:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:51:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:12.758725+0000 mgr.y (mgr.14556) 18533 : cluster [DBG] pgmap v16374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:12.758725+0000 mgr.y (mgr.14556) 18533 : cluster [DBG] pgmap v16374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:12.758725+0000 mgr.y (mgr.14556) 18533 : cluster [DBG] pgmap v16374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:14.759278+0000 mgr.y (mgr.14556) 18534 : cluster [DBG] pgmap v16375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:14.759278+0000 mgr.y (mgr.14556) 18534 : cluster [DBG] pgmap v16375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:14.759278+0000 mgr.y (mgr.14556) 18534 : cluster [DBG] pgmap v16375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:16.760131+0000 mgr.y (mgr.14556) 18535 : cluster [DBG] pgmap v16376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:16.760131+0000 mgr.y (mgr.14556) 18535 : cluster [DBG] pgmap v16376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:16.760131+0000 mgr.y (mgr.14556) 18535 : cluster [DBG] pgmap v16376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:18.760511+0000 mgr.y (mgr.14556) 18536 : cluster [DBG] pgmap v16377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:18.760511+0000 mgr.y (mgr.14556) 18536 : cluster [DBG] pgmap v16377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:18.760511+0000 mgr.y (mgr.14556) 18536 : cluster [DBG] pgmap v16377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:51:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:20.761301+0000 mgr.y (mgr.14556) 18537 : cluster [DBG] pgmap v16378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:20.761301+0000 mgr.y (mgr.14556) 18537 : cluster [DBG] pgmap v16378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:20.761301+0000 mgr.y (mgr.14556) 18537 : cluster [DBG] pgmap v16378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:22.761760+0000 mgr.y (mgr.14556) 18538 : cluster [DBG] pgmap v16379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:51:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:51:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:22.761760+0000 mgr.y (mgr.14556) 18538 : cluster [DBG] pgmap v16379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:22.761760+0000 mgr.y (mgr.14556) 18538 : cluster [DBG] pgmap v16379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:24.762279+0000 mgr.y (mgr.14556) 18539 : cluster [DBG] pgmap v16380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:24.762279+0000 mgr.y (mgr.14556) 18539 : cluster [DBG] pgmap v16380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:24.762279+0000 mgr.y (mgr.14556) 18539 : cluster [DBG] pgmap v16380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:26.762876+0000 mgr.y (mgr.14556) 18540 : cluster [DBG] pgmap v16381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:26.762876+0000 mgr.y (mgr.14556) 18540 : cluster [DBG] pgmap v16381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:26.762876+0000 mgr.y (mgr.14556) 18540 : cluster [DBG] pgmap v16381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:28.763463+0000 mgr.y (mgr.14556) 18541 : cluster [DBG] pgmap v16382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:28.763463+0000 mgr.y (mgr.14556) 18541 : cluster [DBG] pgmap v16382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:28.763463+0000 mgr.y (mgr.14556) 18541 : cluster [DBG] pgmap v16382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:51:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:30.764241+0000 mgr.y (mgr.14556) 18542 : cluster [DBG] pgmap v16383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:30.764241+0000 mgr.y (mgr.14556) 18542 : cluster [DBG] pgmap v16383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:30.764241+0000 mgr.y (mgr.14556) 18542 : cluster [DBG] pgmap v16383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:33.781 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 5m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 5m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 5m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 5m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 5m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 5m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 5m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 5m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 5m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 5m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 5m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 5m ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:51:34.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 5m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:51:34.069 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 5m ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:51:34.069 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 5m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:51:34.069 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 5m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:51:34.069 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 5m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:51:34.069 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 5m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:51:34.069 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 5m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:51:34.069 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 5m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:51:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:51:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T15:51:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:32.764800+0000 mgr.y (mgr.14556) 18543 : cluster [DBG] pgmap v16384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:32.764800+0000 mgr.y (mgr.14556) 18543 : cluster [DBG] pgmap v16384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:32.764800+0000 mgr.y (mgr.14556) 18543 : cluster [DBG] pgmap v16384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:34.416 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:51:34.416 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:51:34.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:51:34.416 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:51:34.416 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:51:34.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:51:34.416 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:51:34.416 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:51:34.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:51:34.416 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:51:34.416 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:51:34.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:51:34.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:51:34.417 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:51:34.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:51:34.417 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:51:34.417 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:51:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:51:33.769019+0000 mgr.y (mgr.14556) 18544 : audit [DBG] from='client.33870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:51:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:51:34.416467+0000 mon.a (mon.0) 3994 : audit [DBG] from='client.? 172.21.15.23:0/1134052028' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:51:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:51:33.769019+0000 mgr.y (mgr.14556) 18544 : audit [DBG] from='client.33870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:51:35.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:51:34.416467+0000 mon.a (mon.0) 3994 : audit [DBG] from='client.? 172.21.15.23:0/1134052028' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:51:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:51:33.769019+0000 mgr.y (mgr.14556) 18544 : audit [DBG] from='client.33870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:51:35.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:51:34.416467+0000 mon.a (mon.0) 3994 : audit [DBG] from='client.? 172.21.15.23:0/1134052028' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:51:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:51:34.060110+0000 mgr.y (mgr.14556) 18545 : audit [DBG] from='client.33876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:51:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:34.765256+0000 mgr.y (mgr.14556) 18546 : cluster [DBG] pgmap v16385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:36.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:51:34.060110+0000 mgr.y (mgr.14556) 18545 : audit [DBG] from='client.33876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:51:36.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:34.765256+0000 mgr.y (mgr.14556) 18546 : cluster [DBG] pgmap v16385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:51:34.060110+0000 mgr.y (mgr.14556) 18545 : audit [DBG] from='client.33876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:51:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:34.765256+0000 mgr.y (mgr.14556) 18546 : cluster [DBG] pgmap v16385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:36.765889+0000 mgr.y (mgr.14556) 18547 : cluster [DBG] pgmap v16386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:36.765889+0000 mgr.y (mgr.14556) 18547 : cluster [DBG] pgmap v16386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:36.765889+0000 mgr.y (mgr.14556) 18547 : cluster [DBG] pgmap v16386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:38.766270+0000 mgr.y (mgr.14556) 18548 : cluster [DBG] pgmap v16387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:38.766270+0000 mgr.y (mgr.14556) 18548 : cluster [DBG] pgmap v16387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:38.766270+0000 mgr.y (mgr.14556) 18548 : cluster [DBG] pgmap v16387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:40.766937+0000 mgr.y (mgr.14556) 18549 : cluster [DBG] pgmap v16388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:41.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:40.766937+0000 mgr.y (mgr.14556) 18549 : cluster [DBG] pgmap v16388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:40.766937+0000 mgr.y (mgr.14556) 18549 : cluster [DBG] pgmap v16388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:51:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:42.767313+0000 mgr.y (mgr.14556) 18550 : cluster [DBG] pgmap v16389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:42.767313+0000 mgr.y (mgr.14556) 18550 : cluster [DBG] pgmap v16389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:51:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:51:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:42.767313+0000 mgr.y (mgr.14556) 18550 : cluster [DBG] pgmap v16389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:44.767679+0000 mgr.y (mgr.14556) 18551 : cluster [DBG] pgmap v16390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:44.767679+0000 mgr.y (mgr.14556) 18551 : cluster [DBG] pgmap v16390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:44.767679+0000 mgr.y (mgr.14556) 18551 : cluster [DBG] pgmap v16390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:46.768294+0000 mgr.y (mgr.14556) 18552 : cluster [DBG] pgmap v16391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:48.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:46.768294+0000 mgr.y (mgr.14556) 18552 : cluster [DBG] pgmap v16391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:46.768294+0000 mgr.y (mgr.14556) 18552 : cluster [DBG] pgmap v16391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:48.768748+0000 mgr.y (mgr.14556) 18553 : cluster [DBG] pgmap v16392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:50.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:48.768748+0000 mgr.y (mgr.14556) 18553 : cluster [DBG] pgmap v16392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:48.768748+0000 mgr.y (mgr.14556) 18553 : cluster [DBG] pgmap v16392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:51.858 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:51:52.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:50.769537+0000 mgr.y (mgr.14556) 18554 : cluster [DBG] pgmap v16393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:52.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:50.769537+0000 mgr.y (mgr.14556) 18554 : cluster [DBG] pgmap v16393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:50.769537+0000 mgr.y (mgr.14556) 18554 : cluster [DBG] pgmap v16393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:51:53] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:51:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:52.769961+0000 mgr.y (mgr.14556) 18555 : cluster [DBG] pgmap v16394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:52.769961+0000 mgr.y (mgr.14556) 18555 : cluster [DBG] pgmap v16394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:52.769961+0000 mgr.y (mgr.14556) 18555 : cluster [DBG] pgmap v16394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:55.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:51:54.706706+0000 mon.a (mon.0) 3995 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:51:55.234 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:51:54.706706+0000 mon.a (mon.0) 3995 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:51:55.234 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:51:54.706706+0000 mon.a (mon.0) 3995 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:51:56.143 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:54.770343+0000 mgr.y (mgr.14556) 18556 : cluster [DBG] pgmap v16395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:56.144 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:54.770343+0000 mgr.y (mgr.14556) 18556 : cluster [DBG] pgmap v16395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:54.770343+0000 mgr.y (mgr.14556) 18556 : cluster [DBG] pgmap v16395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:56.770918+0000 mgr.y (mgr.14556) 18557 : cluster [DBG] pgmap v16396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:56.770918+0000 mgr.y (mgr.14556) 18557 : cluster [DBG] pgmap v16396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:56.770918+0000 mgr.y (mgr.14556) 18557 : cluster [DBG] pgmap v16396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:51:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:51:57.994778+0000 mon.a (mon.0) 3996 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:51:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:51:58.288722+0000 mon.a (mon.0) 3997 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:51:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:51:58.289400+0000 mon.a (mon.0) 3998 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:51:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:51:58.303499+0000 mon.a (mon.0) 3999 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:51:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:51:57.994778+0000 mon.a (mon.0) 3996 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:51:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:51:58.288722+0000 mon.a (mon.0) 3997 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:51:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:51:58.289400+0000 mon.a (mon.0) 3998 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:51:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:51:58.303499+0000 mon.a (mon.0) 3999 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:51:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:51:57.994778+0000 mon.a (mon.0) 3996 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:51:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:51:58.288722+0000 mon.a (mon.0) 3997 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:51:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:51:58.289400+0000 mon.a (mon.0) 3998 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:51:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:51:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:51:58.303499+0000 mon.a (mon.0) 3999 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:52:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:51:58.771305+0000 mgr.y (mgr.14556) 18558 : cluster [DBG] pgmap v16397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:51:58.771305+0000 mgr.y (mgr.14556) 18558 : cluster [DBG] pgmap v16397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:51:58.771305+0000 mgr.y (mgr.14556) 18558 : cluster [DBG] pgmap v16397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:00.771953+0000 mgr.y (mgr.14556) 18559 : cluster [DBG] pgmap v16398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:00.771953+0000 mgr.y (mgr.14556) 18559 : cluster [DBG] pgmap v16398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:00.771953+0000 mgr.y (mgr.14556) 18559 : cluster [DBG] pgmap v16398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:52:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:02.772492+0000 mgr.y (mgr.14556) 18560 : cluster [DBG] pgmap v16399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:52:03] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:52:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:02.772492+0000 mgr.y (mgr.14556) 18560 : cluster [DBG] pgmap v16399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:04.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:02.772492+0000 mgr.y (mgr.14556) 18560 : cluster [DBG] pgmap v16399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:04.743 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:52:05.030 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:52:05.030 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 6m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:52:05.030 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 6m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:52:05.030 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 6m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:52:05.030 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 6m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:52:05.030 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 6m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:52:05.030 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 6m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:52:05.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 6m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:52:05.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 6m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:52:05.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 6m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:52:05.031 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 6m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:52:05.031 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 6m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:52:05.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 6m ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:52:05.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 6m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:52:05.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 6m ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:52:05.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 6m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:52:05.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 6m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:52:05.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 6m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:52:05.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 6m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:52:05.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 6m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:52:05.031 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 6m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:52:05.381 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:52:05.381 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:52:05.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:52:05.381 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:52:05.381 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:52:05.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:52:05.381 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:52:05.381 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:52:05.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:52:05.381 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:52:05.381 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:52:05.382 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:52:05.382 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:52:05.382 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:52:05.382 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:52:05.382 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:52:05.382 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:52:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:52:04.731375+0000 mgr.y (mgr.14556) 18561 : audit [DBG] from='client.43796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:52:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:04.772810+0000 mgr.y (mgr.14556) 18562 : cluster [DBG] pgmap v16400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:06.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:52:05.381108+0000 mon.a (mon.0) 4000 : audit [DBG] from='client.? 172.21.15.23:0/2271771545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:52:06.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:52:04.731375+0000 mgr.y (mgr.14556) 18561 : audit [DBG] from='client.43796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:52:06.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:04.772810+0000 mgr.y (mgr.14556) 18562 : cluster [DBG] pgmap v16400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:06.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:52:05.381108+0000 mon.a (mon.0) 4000 : audit [DBG] from='client.? 172.21.15.23:0/2271771545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:52:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:52:04.731375+0000 mgr.y (mgr.14556) 18561 : audit [DBG] from='client.43796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:52:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:04.772810+0000 mgr.y (mgr.14556) 18562 : cluster [DBG] pgmap v16400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:52:05.381108+0000 mon.a (mon.0) 4000 : audit [DBG] from='client.? 172.21.15.23:0/2271771545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:52:07.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:52:05.022373+0000 mgr.y (mgr.14556) 18563 : audit [DBG] from='client.33894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:52:07.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:52:05.022373+0000 mgr.y (mgr.14556) 18563 : audit [DBG] from='client.33894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:52:07.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:52:05.022373+0000 mgr.y (mgr.14556) 18563 : audit [DBG] from='client.33894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:52:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:06.773630+0000 mgr.y (mgr.14556) 18564 : cluster [DBG] pgmap v16401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:08.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:06.773630+0000 mgr.y (mgr.14556) 18564 : cluster [DBG] pgmap v16401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:08.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:06.773630+0000 mgr.y (mgr.14556) 18564 : cluster [DBG] pgmap v16401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:08.774011+0000 mgr.y (mgr.14556) 18565 : cluster [DBG] pgmap v16402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:08.774011+0000 mgr.y (mgr.14556) 18565 : cluster [DBG] pgmap v16402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:08.774011+0000 mgr.y (mgr.14556) 18565 : cluster [DBG] pgmap v16402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:11.858 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:52:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:10.774573+0000 mgr.y (mgr.14556) 18566 : cluster [DBG] pgmap v16403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:10.774573+0000 mgr.y (mgr.14556) 18566 : cluster [DBG] pgmap v16403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:12.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:10.774573+0000 mgr.y (mgr.14556) 18566 : cluster [DBG] pgmap v16403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:52:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:52:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:12.774892+0000 mgr.y (mgr.14556) 18567 : cluster [DBG] pgmap v16404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:12.774892+0000 mgr.y (mgr.14556) 18567 : cluster [DBG] pgmap v16404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:12.774892+0000 mgr.y (mgr.14556) 18567 : cluster [DBG] pgmap v16404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:14.775288+0000 mgr.y (mgr.14556) 18568 : cluster [DBG] pgmap v16405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:14.775288+0000 mgr.y (mgr.14556) 18568 : cluster [DBG] pgmap v16405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:14.775288+0000 mgr.y (mgr.14556) 18568 : cluster [DBG] pgmap v16405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:16.775882+0000 mgr.y (mgr.14556) 18569 : cluster [DBG] pgmap v16406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:16.775882+0000 mgr.y (mgr.14556) 18569 : cluster [DBG] pgmap v16406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:16.775882+0000 mgr.y (mgr.14556) 18569 : cluster [DBG] pgmap v16406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:18.776380+0000 mgr.y (mgr.14556) 18570 : cluster [DBG] pgmap v16407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:18.776380+0000 mgr.y (mgr.14556) 18570 : cluster [DBG] pgmap v16407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:18.776380+0000 mgr.y (mgr.14556) 18570 : cluster [DBG] pgmap v16407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:21.888 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:52:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:20.777056+0000 mgr.y (mgr.14556) 18571 : cluster [DBG] pgmap v16408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:20.777056+0000 mgr.y (mgr.14556) 18571 : cluster [DBG] pgmap v16408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:20.777056+0000 mgr.y (mgr.14556) 18571 : cluster [DBG] pgmap v16408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:52:23] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:52:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:22.777500+0000 mgr.y (mgr.14556) 18572 : cluster [DBG] pgmap v16409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:22.777500+0000 mgr.y (mgr.14556) 18572 : cluster [DBG] pgmap v16409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:22.777500+0000 mgr.y (mgr.14556) 18572 : cluster [DBG] pgmap v16409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:24.777919+0000 mgr.y (mgr.14556) 18573 : cluster [DBG] pgmap v16410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:24.777919+0000 mgr.y (mgr.14556) 18573 : cluster [DBG] pgmap v16410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:24.777919+0000 mgr.y (mgr.14556) 18573 : cluster [DBG] pgmap v16410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:26.778779+0000 mgr.y (mgr.14556) 18574 : cluster [DBG] pgmap v16411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:26.778779+0000 mgr.y (mgr.14556) 18574 : cluster [DBG] pgmap v16411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:26.778779+0000 mgr.y (mgr.14556) 18574 : cluster [DBG] pgmap v16411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:28.779210+0000 mgr.y (mgr.14556) 18575 : cluster [DBG] pgmap v16412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:28.779210+0000 mgr.y (mgr.14556) 18575 : cluster [DBG] pgmap v16412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:28.779210+0000 mgr.y (mgr.14556) 18575 : cluster [DBG] pgmap v16412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:52:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:30.779886+0000 mgr.y (mgr.14556) 18576 : cluster [DBG] pgmap v16413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:30.779886+0000 mgr.y (mgr.14556) 18576 : cluster [DBG] pgmap v16413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:30.779886+0000 mgr.y (mgr.14556) 18576 : cluster [DBG] pgmap v16413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:32.780267+0000 mgr.y (mgr.14556) 18577 : cluster [DBG] pgmap v16414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:52:33] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:52:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:32.780267+0000 mgr.y (mgr.14556) 18577 : cluster [DBG] pgmap v16414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:32.780267+0000 mgr.y (mgr.14556) 18577 : cluster [DBG] pgmap v16414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:35.706 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:52:35.995 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 6m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 6m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 6m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 6m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 6m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 6m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 6m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 6m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 6m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 6m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 6m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 6m ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 6m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 6m ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:52:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 6m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:52:35.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 6m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:52:35.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 6m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:52:35.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 6m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:52:35.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 6m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:52:35.997 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 6m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:52:36.347 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:52:36.347 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:52:36.347 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:52:36.347 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:52:36.347 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:52:36.347 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:52:36.347 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:52:36.347 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:52:36.347 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:52:36.348 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:52:36.348 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:52:36.348 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:52:36.348 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:52:36.348 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:52:36.348 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:52:36.348 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:52:36.348 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:52:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:34.780647+0000 mgr.y (mgr.14556) 18578 : cluster [DBG] pgmap v16415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:34.780647+0000 mgr.y (mgr.14556) 18578 : cluster [DBG] pgmap v16415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:34.780647+0000 mgr.y (mgr.14556) 18578 : cluster [DBG] pgmap v16415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:52:35.694917+0000 mgr.y (mgr.14556) 18579 : audit [DBG] from='client.33906 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:52:37.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:52:35.987784+0000 mgr.y (mgr.14556) 18580 : audit [DBG] from='client.33912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:52:37.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:52:36.347297+0000 mon.a (mon.0) 4001 : audit [DBG] from='client.? 172.21.15.23:0/899394744' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:52:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:52:35.694917+0000 mgr.y (mgr.14556) 18579 : audit [DBG] from='client.33906 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:52:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:52:35.987784+0000 mgr.y (mgr.14556) 18580 : audit [DBG] from='client.33912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:52:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:52:36.347297+0000 mon.a (mon.0) 4001 : audit [DBG] from='client.? 172.21.15.23:0/899394744' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:52:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:52:35.694917+0000 mgr.y (mgr.14556) 18579 : audit [DBG] from='client.33906 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:52:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:52:35.987784+0000 mgr.y (mgr.14556) 18580 : audit [DBG] from='client.33912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:52:37.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:52:36.347297+0000 mon.a (mon.0) 4001 : audit [DBG] from='client.? 172.21.15.23:0/899394744' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:52:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:36.781177+0000 mgr.y (mgr.14556) 18581 : cluster [DBG] pgmap v16416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:36.781177+0000 mgr.y (mgr.14556) 18581 : cluster [DBG] pgmap v16416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:36.781177+0000 mgr.y (mgr.14556) 18581 : cluster [DBG] pgmap v16416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:38.781591+0000 mgr.y (mgr.14556) 18582 : cluster [DBG] pgmap v16417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:40.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:38.781591+0000 mgr.y (mgr.14556) 18582 : cluster [DBG] pgmap v16417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:38.781591+0000 mgr.y (mgr.14556) 18582 : cluster [DBG] pgmap v16417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:52:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:40.782325+0000 mgr.y (mgr.14556) 18583 : cluster [DBG] pgmap v16418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:42.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:40.782325+0000 mgr.y (mgr.14556) 18583 : cluster [DBG] pgmap v16418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:40.782325+0000 mgr.y (mgr.14556) 18583 : cluster [DBG] pgmap v16418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:52:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T15:52:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:42.782808+0000 mgr.y (mgr.14556) 18584 : cluster [DBG] pgmap v16419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:42.782808+0000 mgr.y (mgr.14556) 18584 : cluster [DBG] pgmap v16419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:42.782808+0000 mgr.y (mgr.14556) 18584 : cluster [DBG] pgmap v16419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:44.783318+0000 mgr.y (mgr.14556) 18585 : cluster [DBG] pgmap v16420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:44.783318+0000 mgr.y (mgr.14556) 18585 : cluster [DBG] pgmap v16420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:44.783318+0000 mgr.y (mgr.14556) 18585 : cluster [DBG] pgmap v16420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:46.784208+0000 mgr.y (mgr.14556) 18586 : cluster [DBG] pgmap v16421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:46.784208+0000 mgr.y (mgr.14556) 18586 : cluster [DBG] pgmap v16421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:46.784208+0000 mgr.y (mgr.14556) 18586 : cluster [DBG] pgmap v16421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:48.784774+0000 mgr.y (mgr.14556) 18587 : cluster [DBG] pgmap v16422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:50.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:48.784774+0000 mgr.y (mgr.14556) 18587 : cluster [DBG] pgmap v16422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:48.784774+0000 mgr.y (mgr.14556) 18587 : cluster [DBG] pgmap v16422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:51.853 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:52:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:50.785614+0000 mgr.y (mgr.14556) 18588 : cluster [DBG] pgmap v16423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:52.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:50.785614+0000 mgr.y (mgr.14556) 18588 : cluster [DBG] pgmap v16423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:50.785614+0000 mgr.y (mgr.14556) 18588 : cluster [DBG] pgmap v16423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:52:53] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:52:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:52.786029+0000 mgr.y (mgr.14556) 18589 : cluster [DBG] pgmap v16424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:52.786029+0000 mgr.y (mgr.14556) 18589 : cluster [DBG] pgmap v16424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:52.786029+0000 mgr.y (mgr.14556) 18589 : cluster [DBG] pgmap v16424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:56.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:54.786454+0000 mgr.y (mgr.14556) 18590 : cluster [DBG] pgmap v16425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:54.786454+0000 mgr.y (mgr.14556) 18590 : cluster [DBG] pgmap v16425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:54.786454+0000 mgr.y (mgr.14556) 18590 : cluster [DBG] pgmap v16425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:56.787117+0000 mgr.y (mgr.14556) 18591 : cluster [DBG] pgmap v16426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:56.787117+0000 mgr.y (mgr.14556) 18591 : cluster [DBG] pgmap v16426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:56.787117+0000 mgr.y (mgr.14556) 18591 : cluster [DBG] pgmap v16426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:52:59.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:52:58.307904+0000 mon.a (mon.0) 4002 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:52:59.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:52:58.307904+0000 mon.a (mon.0) 4002 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:52:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:52:58.307904+0000 mon.a (mon.0) 4002 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:53:00.035 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:52:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:52:58.787466+0000 mgr.y (mgr.14556) 18592 : cluster [DBG] pgmap v16427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:52:58.787466+0000 mgr.y (mgr.14556) 18592 : cluster [DBG] pgmap v16427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:52:58.787466+0000 mgr.y (mgr.14556) 18592 : cluster [DBG] pgmap v16427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:53:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:00.788031+0000 mgr.y (mgr.14556) 18593 : cluster [DBG] pgmap v16428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:53:01.780583+0000 mon.a (mon.0) 4003 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:53:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:00.788031+0000 mgr.y (mgr.14556) 18593 : cluster [DBG] pgmap v16428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:53:01.780583+0000 mon.a (mon.0) 4003 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:53:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:00.788031+0000 mgr.y (mgr.14556) 18593 : cluster [DBG] pgmap v16428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:53:01.780583+0000 mon.a (mon.0) 4003 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:53:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:53:02.075409+0000 mon.a (mon.0) 4004 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:53:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:53:02.076315+0000 mon.a (mon.0) 4005 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:53:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:53:02.086093+0000 mon.a (mon.0) 4006 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:53:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:53:02.075409+0000 mon.a (mon.0) 4004 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:53:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:53:02.076315+0000 mon.a (mon.0) 4005 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:53:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:53:02.086093+0000 mon.a (mon.0) 4006 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:53:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:53:02.075409+0000 mon.a (mon.0) 4004 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:53:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:53:02.076315+0000 mon.a (mon.0) 4005 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:53:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:53:02.086093+0000 mon.a (mon.0) 4006 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:53:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:53:03] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-03-22T15:53:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:02.788674+0000 mgr.y (mgr.14556) 18594 : cluster [DBG] pgmap v16429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:02.788674+0000 mgr.y (mgr.14556) 18594 : cluster [DBG] pgmap v16429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:02.788674+0000 mgr.y (mgr.14556) 18594 : cluster [DBG] pgmap v16429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:04.789114+0000 mgr.y (mgr.14556) 18595 : cluster [DBG] pgmap v16430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:04.789114+0000 mgr.y (mgr.14556) 18595 : cluster [DBG] pgmap v16430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:04.789114+0000 mgr.y (mgr.14556) 18595 : cluster [DBG] pgmap v16430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:06.673 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:53:06.962 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 7m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 7m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 7m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 7m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 7m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7m ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:53:06.963 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7m ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:53:06.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:53:06.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 7m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:53:06.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 7m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:53:06.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 7m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:53:06.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 7m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:53:06.964 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 7m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:53:07.311 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:53:07.311 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:53:07.311 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:53:07.311 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:53:07.312 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:53:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:53:06.661709+0000 mgr.y (mgr.14556) 18596 : audit [DBG] from='client.33924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:53:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:06.789635+0000 mgr.y (mgr.14556) 18597 : cluster [DBG] pgmap v16431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:53:06.954643+0000 mgr.y (mgr.14556) 18598 : audit [DBG] from='client.43838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:53:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:53:07.311758+0000 mon.a (mon.0) 4007 : audit [DBG] from='client.? 172.21.15.23:0/421517064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:53:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:53:06.661709+0000 mgr.y (mgr.14556) 18596 : audit [DBG] from='client.33924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:53:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:06.789635+0000 mgr.y (mgr.14556) 18597 : cluster [DBG] pgmap v16431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:53:06.954643+0000 mgr.y (mgr.14556) 18598 : audit [DBG] from='client.43838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:53:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:53:07.311758+0000 mon.a (mon.0) 4007 : audit [DBG] from='client.? 172.21.15.23:0/421517064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:53:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:53:06.661709+0000 mgr.y (mgr.14556) 18596 : audit [DBG] from='client.33924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:53:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:06.789635+0000 mgr.y (mgr.14556) 18597 : cluster [DBG] pgmap v16431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:53:06.954643+0000 mgr.y (mgr.14556) 18598 : audit [DBG] from='client.43838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:53:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:53:07.311758+0000 mon.a (mon.0) 4007 : audit [DBG] from='client.? 172.21.15.23:0/421517064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:53:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:08.790058+0000 mgr.y (mgr.14556) 18599 : cluster [DBG] pgmap v16432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:08.790058+0000 mgr.y (mgr.14556) 18599 : cluster [DBG] pgmap v16432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:08.790058+0000 mgr.y (mgr.14556) 18599 : cluster [DBG] pgmap v16432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:53:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:10.790768+0000 mgr.y (mgr.14556) 18600 : cluster [DBG] pgmap v16433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:10.790768+0000 mgr.y (mgr.14556) 18600 : cluster [DBG] pgmap v16433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:10.790768+0000 mgr.y (mgr.14556) 18600 : cluster [DBG] pgmap v16433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:53:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T15:53:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:12.791166+0000 mgr.y (mgr.14556) 18601 : cluster [DBG] pgmap v16434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:12.791166+0000 mgr.y (mgr.14556) 18601 : cluster [DBG] pgmap v16434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:12.791166+0000 mgr.y (mgr.14556) 18601 : cluster [DBG] pgmap v16434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:14.791551+0000 mgr.y (mgr.14556) 18602 : cluster [DBG] pgmap v16435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:14.791551+0000 mgr.y (mgr.14556) 18602 : cluster [DBG] pgmap v16435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:14.791551+0000 mgr.y (mgr.14556) 18602 : cluster [DBG] pgmap v16435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:16.792131+0000 mgr.y (mgr.14556) 18603 : cluster [DBG] pgmap v16436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:16.792131+0000 mgr.y (mgr.14556) 18603 : cluster [DBG] pgmap v16436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:16.792131+0000 mgr.y (mgr.14556) 18603 : cluster [DBG] pgmap v16436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:18.792698+0000 mgr.y (mgr.14556) 18604 : cluster [DBG] pgmap v16437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:18.792698+0000 mgr.y (mgr.14556) 18604 : cluster [DBG] pgmap v16437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:18.792698+0000 mgr.y (mgr.14556) 18604 : cluster [DBG] pgmap v16437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:21.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:20.793253+0000 mgr.y (mgr.14556) 18605 : cluster [DBG] pgmap v16438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:21.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:20.793253+0000 mgr.y (mgr.14556) 18605 : cluster [DBG] pgmap v16438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:21.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:20.793253+0000 mgr.y (mgr.14556) 18605 : cluster [DBG] pgmap v16438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:53:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:22.793794+0000 mgr.y (mgr.14556) 18606 : cluster [DBG] pgmap v16439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:53:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:53:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:22.793794+0000 mgr.y (mgr.14556) 18606 : cluster [DBG] pgmap v16439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:22.793794+0000 mgr.y (mgr.14556) 18606 : cluster [DBG] pgmap v16439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:24.794222+0000 mgr.y (mgr.14556) 18607 : cluster [DBG] pgmap v16440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:24.794222+0000 mgr.y (mgr.14556) 18607 : cluster [DBG] pgmap v16440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:24.794222+0000 mgr.y (mgr.14556) 18607 : cluster [DBG] pgmap v16440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:26.794945+0000 mgr.y (mgr.14556) 18608 : cluster [DBG] pgmap v16441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:26.794945+0000 mgr.y (mgr.14556) 18608 : cluster [DBG] pgmap v16441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:26.794945+0000 mgr.y (mgr.14556) 18608 : cluster [DBG] pgmap v16441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:30.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:28.795430+0000 mgr.y (mgr.14556) 18609 : cluster [DBG] pgmap v16442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:28.795430+0000 mgr.y (mgr.14556) 18609 : cluster [DBG] pgmap v16442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:28.795430+0000 mgr.y (mgr.14556) 18609 : cluster [DBG] pgmap v16442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:53:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:30.796139+0000 mgr.y (mgr.14556) 18610 : cluster [DBG] pgmap v16443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:30.796139+0000 mgr.y (mgr.14556) 18610 : cluster [DBG] pgmap v16443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:30.796139+0000 mgr.y (mgr.14556) 18610 : cluster [DBG] pgmap v16443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:53:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:53:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:32.796684+0000 mgr.y (mgr.14556) 18611 : cluster [DBG] pgmap v16444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:32.796684+0000 mgr.y (mgr.14556) 18611 : cluster [DBG] pgmap v16444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:32.796684+0000 mgr.y (mgr.14556) 18611 : cluster [DBG] pgmap v16444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:34.797077+0000 mgr.y (mgr.14556) 18612 : cluster [DBG] pgmap v16445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:34.797077+0000 mgr.y (mgr.14556) 18612 : cluster [DBG] pgmap v16445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:34.797077+0000 mgr.y (mgr.14556) 18612 : cluster [DBG] pgmap v16445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:37.638 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:53:37.926 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:53:37.926 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:53:37.926 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 7m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:53:37.926 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:53:37.926 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 7m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:53:37.926 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 7m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:53:37.926 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 7m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 7m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7m ago 9h 46.7M 2471M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7m ago 9h 46.0M 2471M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7m ago 9h 44.8M 2471M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7m ago 9h 44.1M 2471M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 7m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 7m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 7m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 7m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:53:37.927 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 7m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:53:38.276 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:53:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:53:38.278 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:53:38.278 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:53:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:36.797915+0000 mgr.y (mgr.14556) 18613 : cluster [DBG] pgmap v16446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:36.797915+0000 mgr.y (mgr.14556) 18613 : cluster [DBG] pgmap v16446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:36.797915+0000 mgr.y (mgr.14556) 18613 : cluster [DBG] pgmap v16446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:53:37.626896+0000 mgr.y (mgr.14556) 18614 : audit [DBG] from='client.33942 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:53:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:53:37.918610+0000 mgr.y (mgr.14556) 18615 : audit [DBG] from='client.33948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:53:39.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:53:38.277035+0000 mon.c (mon.2) 448 : audit [DBG] from='client.? 172.21.15.23:0/9812106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:53:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:53:37.626896+0000 mgr.y (mgr.14556) 18614 : audit [DBG] from='client.33942 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:53:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:53:37.918610+0000 mgr.y (mgr.14556) 18615 : audit [DBG] from='client.33948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:53:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:53:38.277035+0000 mon.c (mon.2) 448 : audit [DBG] from='client.? 172.21.15.23:0/9812106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:53:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:53:37.626896+0000 mgr.y (mgr.14556) 18614 : audit [DBG] from='client.33942 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:53:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:53:37.918610+0000 mgr.y (mgr.14556) 18615 : audit [DBG] from='client.33948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:53:39.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:53:38.277035+0000 mon.c (mon.2) 448 : audit [DBG] from='client.? 172.21.15.23:0/9812106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:53:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:38.798501+0000 mgr.y (mgr.14556) 18616 : cluster [DBG] pgmap v16447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:38.798501+0000 mgr.y (mgr.14556) 18616 : cluster [DBG] pgmap v16447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:38.798501+0000 mgr.y (mgr.14556) 18616 : cluster [DBG] pgmap v16447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:53:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:40.799244+0000 mgr.y (mgr.14556) 18617 : cluster [DBG] pgmap v16448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:40.799244+0000 mgr.y (mgr.14556) 18617 : cluster [DBG] pgmap v16448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:40.799244+0000 mgr.y (mgr.14556) 18617 : cluster [DBG] pgmap v16448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:44.024 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:53:43] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T15:53:44.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:42.799778+0000 mgr.y (mgr.14556) 18618 : cluster [DBG] pgmap v16449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:42.799778+0000 mgr.y (mgr.14556) 18618 : cluster [DBG] pgmap v16449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:42.799778+0000 mgr.y (mgr.14556) 18618 : cluster [DBG] pgmap v16449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:44.800209+0000 mgr.y (mgr.14556) 18619 : cluster [DBG] pgmap v16450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:44.800209+0000 mgr.y (mgr.14556) 18619 : cluster [DBG] pgmap v16450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:44.800209+0000 mgr.y (mgr.14556) 18619 : cluster [DBG] pgmap v16450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:46.800880+0000 mgr.y (mgr.14556) 18620 : cluster [DBG] pgmap v16451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:46.800880+0000 mgr.y (mgr.14556) 18620 : cluster [DBG] pgmap v16451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:46.800880+0000 mgr.y (mgr.14556) 18620 : cluster [DBG] pgmap v16451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:50.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:48.801234+0000 mgr.y (mgr.14556) 18621 : cluster [DBG] pgmap v16452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:48.801234+0000 mgr.y (mgr.14556) 18621 : cluster [DBG] pgmap v16452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:48.801234+0000 mgr.y (mgr.14556) 18621 : cluster [DBG] pgmap v16452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:51.895 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:53:52.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:50.801947+0000 mgr.y (mgr.14556) 18622 : cluster [DBG] pgmap v16453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:50.801947+0000 mgr.y (mgr.14556) 18622 : cluster [DBG] pgmap v16453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:50.801947+0000 mgr.y (mgr.14556) 18622 : cluster [DBG] pgmap v16453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:53:53] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:53:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:52.802491+0000 mgr.y (mgr.14556) 18623 : cluster [DBG] pgmap v16454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:52.802491+0000 mgr.y (mgr.14556) 18623 : cluster [DBG] pgmap v16454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:54.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:52.802491+0000 mgr.y (mgr.14556) 18623 : cluster [DBG] pgmap v16454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:56.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:54.803025+0000 mgr.y (mgr.14556) 18624 : cluster [DBG] pgmap v16455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:54.803025+0000 mgr.y (mgr.14556) 18624 : cluster [DBG] pgmap v16455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:54.803025+0000 mgr.y (mgr.14556) 18624 : cluster [DBG] pgmap v16455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:58.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:56.803884+0000 mgr.y (mgr.14556) 18625 : cluster [DBG] pgmap v16456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:56.803884+0000 mgr.y (mgr.14556) 18625 : cluster [DBG] pgmap v16456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:53:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:56.803884+0000 mgr.y (mgr.14556) 18625 : cluster [DBG] pgmap v16456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:53:58.804457+0000 mgr.y (mgr.14556) 18626 : cluster [DBG] pgmap v16457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:53:58.804457+0000 mgr.y (mgr.14556) 18626 : cluster [DBG] pgmap v16457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:53:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:53:58.804457+0000 mgr.y (mgr.14556) 18626 : cluster [DBG] pgmap v16457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:54:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:00.805230+0000 mgr.y (mgr.14556) 18627 : cluster [DBG] pgmap v16458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:00.805230+0000 mgr.y (mgr.14556) 18627 : cluster [DBG] pgmap v16458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:00.805230+0000 mgr.y (mgr.14556) 18627 : cluster [DBG] pgmap v16458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:02.092164+0000 mon.a (mon.0) 4008 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:54:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:02.399071+0000 mon.a (mon.0) 4009 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:54:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:02.399779+0000 mon.a (mon.0) 4010 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:54:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:02.400320+0000 mon.a (mon.0) 4011 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:02.400889+0000 mon.a (mon.0) 4012 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:02.407146+0000 mon.a (mon.0) 4013 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:02.408106+0000 mon.a (mon.0) 4014 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:02.408708+0000 mon.a (mon.0) 4015 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:02.413620+0000 mon.a (mon.0) 4016 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:02.092164+0000 mon.a (mon.0) 4008 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:02.399071+0000 mon.a (mon.0) 4009 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:02.399779+0000 mon.a (mon.0) 4010 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:02.400320+0000 mon.a (mon.0) 4011 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:02.400889+0000 mon.a (mon.0) 4012 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:02.407146+0000 mon.a (mon.0) 4013 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:02.408106+0000 mon.a (mon.0) 4014 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:02.408708+0000 mon.a (mon.0) 4015 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:54:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:02.413620+0000 mon.a (mon.0) 4016 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:54:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:02.092164+0000 mon.a (mon.0) 4008 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:54:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:02.399071+0000 mon.a (mon.0) 4009 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:54:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:02.399779+0000 mon.a (mon.0) 4010 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:54:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:02.400320+0000 mon.a (mon.0) 4011 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:54:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:02.400889+0000 mon.a (mon.0) 4012 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T15:54:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:02.407146+0000 mon.a (mon.0) 4013 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:54:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:02.408106+0000 mon.a (mon.0) 4014 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:54:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:02.408708+0000 mon.a (mon.0) 4015 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:54:03.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:02.413620+0000 mon.a (mon.0) 4016 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:54:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:54:03] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:54:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T15:54:02.401320+0000 mgr.y (mgr.14556) 18628 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2470M 2024-03-22T15:54:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:02.805667+0000 mgr.y (mgr.14556) 18629 : cluster [DBG] pgmap v16459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T15:54:02.401320+0000 mgr.y (mgr.14556) 18628 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2470M 2024-03-22T15:54:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:02.805667+0000 mgr.y (mgr.14556) 18629 : cluster [DBG] pgmap v16459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T15:54:02.401320+0000 mgr.y (mgr.14556) 18628 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2470M 2024-03-22T15:54:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:02.805667+0000 mgr.y (mgr.14556) 18629 : cluster [DBG] pgmap v16459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:04.806086+0000 mgr.y (mgr.14556) 18630 : cluster [DBG] pgmap v16460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:04.806086+0000 mgr.y (mgr.14556) 18630 : cluster [DBG] pgmap v16460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:04.806086+0000 mgr.y (mgr.14556) 18630 : cluster [DBG] pgmap v16460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:06.806892+0000 mgr.y (mgr.14556) 18631 : cluster [DBG] pgmap v16461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:06.806892+0000 mgr.y (mgr.14556) 18631 : cluster [DBG] pgmap v16461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:06.806892+0000 mgr.y (mgr.14556) 18631 : cluster [DBG] pgmap v16461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:08.603 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:54:08.890 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:54:08.890 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 8m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:54:08.890 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 8m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:54:08.890 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 8m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:54:08.890 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 8m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:54:08.890 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 8m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 8m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 8m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 8m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 8m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 8m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 8m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 8m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 8m ago 9h 46.0M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 8m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 8m ago 9h 44.1M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 8m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 8m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 8m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:54:08.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 8m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:54:08.892 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 8m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:54:09.243 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:54:09.244 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:54:09.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:54:09.244 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:54:09.244 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:54:09.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:54:09.244 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:54:09.244 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:54:09.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:54:09.244 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:54:09.244 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:54:09.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:54:09.244 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:54:09.245 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:54:09.245 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:54:09.245 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:54:09.245 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:54:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:08.590596+0000 mgr.y (mgr.14556) 18632 : audit [DBG] from='client.33960 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:54:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:08.807244+0000 mgr.y (mgr.14556) 18633 : cluster [DBG] pgmap v16462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:08.882498+0000 mgr.y (mgr.14556) 18634 : audit [DBG] from='client.33966 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:54:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:09.243969+0000 mon.a (mon.0) 4017 : audit [DBG] from='client.? 172.21.15.23:0/3242181518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:54:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:08.590596+0000 mgr.y (mgr.14556) 18632 : audit [DBG] from='client.33960 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:54:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:08.807244+0000 mgr.y (mgr.14556) 18633 : cluster [DBG] pgmap v16462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:08.882498+0000 mgr.y (mgr.14556) 18634 : audit [DBG] from='client.33966 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:54:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:09.243969+0000 mon.a (mon.0) 4017 : audit [DBG] from='client.? 172.21.15.23:0/3242181518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:54:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:08.590596+0000 mgr.y (mgr.14556) 18632 : audit [DBG] from='client.33960 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:54:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:08.807244+0000 mgr.y (mgr.14556) 18633 : cluster [DBG] pgmap v16462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:08.882498+0000 mgr.y (mgr.14556) 18634 : audit [DBG] from='client.33966 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:54:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:09.243969+0000 mon.a (mon.0) 4017 : audit [DBG] from='client.? 172.21.15.23:0/3242181518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:54:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:54:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:10.808025+0000 mgr.y (mgr.14556) 18635 : cluster [DBG] pgmap v16463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:10.808025+0000 mgr.y (mgr.14556) 18635 : cluster [DBG] pgmap v16463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:10.808025+0000 mgr.y (mgr.14556) 18635 : cluster [DBG] pgmap v16463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:12.808438+0000 mgr.y (mgr.14556) 18636 : cluster [DBG] pgmap v16464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:54:13] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T15:54:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:12.808438+0000 mgr.y (mgr.14556) 18636 : cluster [DBG] pgmap v16464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:12.808438+0000 mgr.y (mgr.14556) 18636 : cluster [DBG] pgmap v16464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:14.808971+0000 mgr.y (mgr.14556) 18637 : cluster [DBG] pgmap v16465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:14.808971+0000 mgr.y (mgr.14556) 18637 : cluster [DBG] pgmap v16465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:14.808971+0000 mgr.y (mgr.14556) 18637 : cluster [DBG] pgmap v16465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:16.809676+0000 mgr.y (mgr.14556) 18638 : cluster [DBG] pgmap v16466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:16.809676+0000 mgr.y (mgr.14556) 18638 : cluster [DBG] pgmap v16466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:16.809676+0000 mgr.y (mgr.14556) 18638 : cluster [DBG] pgmap v16466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:18.810072+0000 mgr.y (mgr.14556) 18639 : cluster [DBG] pgmap v16467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:18.810072+0000 mgr.y (mgr.14556) 18639 : cluster [DBG] pgmap v16467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:18.810072+0000 mgr.y (mgr.14556) 18639 : cluster [DBG] pgmap v16467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:21.873 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:54:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:20.810740+0000 mgr.y (mgr.14556) 18640 : cluster [DBG] pgmap v16468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:20.810740+0000 mgr.y (mgr.14556) 18640 : cluster [DBG] pgmap v16468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:20.810740+0000 mgr.y (mgr.14556) 18640 : cluster [DBG] pgmap v16468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:54:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:54:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:22.811249+0000 mgr.y (mgr.14556) 18641 : cluster [DBG] pgmap v16469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:22.811249+0000 mgr.y (mgr.14556) 18641 : cluster [DBG] pgmap v16469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:22.811249+0000 mgr.y (mgr.14556) 18641 : cluster [DBG] pgmap v16469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:24.811719+0000 mgr.y (mgr.14556) 18642 : cluster [DBG] pgmap v16470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:24.811719+0000 mgr.y (mgr.14556) 18642 : cluster [DBG] pgmap v16470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:24.811719+0000 mgr.y (mgr.14556) 18642 : cluster [DBG] pgmap v16470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:26.812391+0000 mgr.y (mgr.14556) 18643 : cluster [DBG] pgmap v16471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:26.812391+0000 mgr.y (mgr.14556) 18643 : cluster [DBG] pgmap v16471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:26.812391+0000 mgr.y (mgr.14556) 18643 : cluster [DBG] pgmap v16471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:28.812827+0000 mgr.y (mgr.14556) 18644 : cluster [DBG] pgmap v16472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:28.812827+0000 mgr.y (mgr.14556) 18644 : cluster [DBG] pgmap v16472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:28.812827+0000 mgr.y (mgr.14556) 18644 : cluster [DBG] pgmap v16472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:54:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:30.813627+0000 mgr.y (mgr.14556) 18645 : cluster [DBG] pgmap v16473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:30.813627+0000 mgr.y (mgr.14556) 18645 : cluster [DBG] pgmap v16473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:30.813627+0000 mgr.y (mgr.14556) 18645 : cluster [DBG] pgmap v16473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:54:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:54:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:32.814205+0000 mgr.y (mgr.14556) 18646 : cluster [DBG] pgmap v16474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:32.814205+0000 mgr.y (mgr.14556) 18646 : cluster [DBG] pgmap v16474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:32.814205+0000 mgr.y (mgr.14556) 18646 : cluster [DBG] pgmap v16474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:34.814758+0000 mgr.y (mgr.14556) 18647 : cluster [DBG] pgmap v16475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:34.814758+0000 mgr.y (mgr.14556) 18647 : cluster [DBG] pgmap v16475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:34.814758+0000 mgr.y (mgr.14556) 18647 : cluster [DBG] pgmap v16475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:36.815447+0000 mgr.y (mgr.14556) 18648 : cluster [DBG] pgmap v16476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:36.815447+0000 mgr.y (mgr.14556) 18648 : cluster [DBG] pgmap v16476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:36.815447+0000 mgr.y (mgr.14556) 18648 : cluster [DBG] pgmap v16476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:39.569 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:54:39.859 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:54:39.859 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 8m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:54:39.859 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 8m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:54:39.859 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 8m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:54:39.859 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 8m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 8m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 8m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 8m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 8m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 8m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 8m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 8m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 8m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 8m ago 9h 46.0M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 8m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 8m ago 9h 44.1M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 8m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 8m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 8m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 8m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:54:39.860 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 8m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:54:40.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:54:40.209 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:54:40.209 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:54:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:38.815830+0000 mgr.y (mgr.14556) 18649 : cluster [DBG] pgmap v16477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:38.815830+0000 mgr.y (mgr.14556) 18649 : cluster [DBG] pgmap v16477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:38.815830+0000 mgr.y (mgr.14556) 18649 : cluster [DBG] pgmap v16477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:39.557538+0000 mgr.y (mgr.14556) 18650 : audit [DBG] from='client.43886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:54:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:39.851419+0000 mgr.y (mgr.14556) 18651 : audit [DBG] from='client.33984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:54:41.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:54:40.208051+0000 mon.c (mon.2) 449 : audit [DBG] from='client.? 172.21.15.23:0/2010230685' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:54:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:39.557538+0000 mgr.y (mgr.14556) 18650 : audit [DBG] from='client.43886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:54:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:39.851419+0000 mgr.y (mgr.14556) 18651 : audit [DBG] from='client.33984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:54:41.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:54:40.208051+0000 mon.c (mon.2) 449 : audit [DBG] from='client.? 172.21.15.23:0/2010230685' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:54:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:39.557538+0000 mgr.y (mgr.14556) 18650 : audit [DBG] from='client.43886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:54:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:39.851419+0000 mgr.y (mgr.14556) 18651 : audit [DBG] from='client.33984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:54:41.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:54:40.208051+0000 mon.c (mon.2) 449 : audit [DBG] from='client.? 172.21.15.23:0/2010230685' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:54:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:54:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:40.816502+0000 mgr.y (mgr.14556) 18652 : cluster [DBG] pgmap v16478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:40.816502+0000 mgr.y (mgr.14556) 18652 : cluster [DBG] pgmap v16478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:40.816502+0000 mgr.y (mgr.14556) 18652 : cluster [DBG] pgmap v16478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:42.817015+0000 mgr.y (mgr.14556) 18653 : cluster [DBG] pgmap v16479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:54:43] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:54:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:42.817015+0000 mgr.y (mgr.14556) 18653 : cluster [DBG] pgmap v16479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:42.817015+0000 mgr.y (mgr.14556) 18653 : cluster [DBG] pgmap v16479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:44.817436+0000 mgr.y (mgr.14556) 18654 : cluster [DBG] pgmap v16480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:44.817436+0000 mgr.y (mgr.14556) 18654 : cluster [DBG] pgmap v16480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:44.817436+0000 mgr.y (mgr.14556) 18654 : cluster [DBG] pgmap v16480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:46.818237+0000 mgr.y (mgr.14556) 18655 : cluster [DBG] pgmap v16481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:46.818237+0000 mgr.y (mgr.14556) 18655 : cluster [DBG] pgmap v16481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:46.818237+0000 mgr.y (mgr.14556) 18655 : cluster [DBG] pgmap v16481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:48.818718+0000 mgr.y (mgr.14556) 18656 : cluster [DBG] pgmap v16482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:48.818718+0000 mgr.y (mgr.14556) 18656 : cluster [DBG] pgmap v16482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:48.818718+0000 mgr.y (mgr.14556) 18656 : cluster [DBG] pgmap v16482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:54:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:50.819544+0000 mgr.y (mgr.14556) 18657 : cluster [DBG] pgmap v16483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:50.819544+0000 mgr.y (mgr.14556) 18657 : cluster [DBG] pgmap v16483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:50.819544+0000 mgr.y (mgr.14556) 18657 : cluster [DBG] pgmap v16483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:54.027 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:54:53] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-03-22T15:54:54.027 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:52.820014+0000 mgr.y (mgr.14556) 18658 : cluster [DBG] pgmap v16484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:52.820014+0000 mgr.y (mgr.14556) 18658 : cluster [DBG] pgmap v16484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:52.820014+0000 mgr.y (mgr.14556) 18658 : cluster [DBG] pgmap v16484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:54.820434+0000 mgr.y (mgr.14556) 18659 : cluster [DBG] pgmap v16485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:54.820434+0000 mgr.y (mgr.14556) 18659 : cluster [DBG] pgmap v16485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:54.820434+0000 mgr.y (mgr.14556) 18659 : cluster [DBG] pgmap v16485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:56.821157+0000 mgr.y (mgr.14556) 18660 : cluster [DBG] pgmap v16486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:56.821157+0000 mgr.y (mgr.14556) 18660 : cluster [DBG] pgmap v16486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:54:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:56.821157+0000 mgr.y (mgr.14556) 18660 : cluster [DBG] pgmap v16486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:54:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:54:58.821590+0000 mgr.y (mgr.14556) 18661 : cluster [DBG] pgmap v16487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:54:58.821590+0000 mgr.y (mgr.14556) 18661 : cluster [DBG] pgmap v16487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:54:58.821590+0000 mgr.y (mgr.14556) 18661 : cluster [DBG] pgmap v16487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:01.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:55:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:00.822346+0000 mgr.y (mgr.14556) 18662 : cluster [DBG] pgmap v16488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:00.822346+0000 mgr.y (mgr.14556) 18662 : cluster [DBG] pgmap v16488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:00.822346+0000 mgr.y (mgr.14556) 18662 : cluster [DBG] pgmap v16488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:55:02.417926+0000 mon.a (mon.0) 4018 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:55:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:55:02.724285+0000 mon.a (mon.0) 4019 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:55:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:55:02.724960+0000 mon.a (mon.0) 4020 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:55:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:55:02.734031+0000 mon.a (mon.0) 4021 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:55:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:55:02.417926+0000 mon.a (mon.0) 4018 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:55:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:55:02.724285+0000 mon.a (mon.0) 4019 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:55:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:55:02.724960+0000 mon.a (mon.0) 4020 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:55:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:55:02.734031+0000 mon.a (mon.0) 4021 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:55:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:55:02.417926+0000 mon.a (mon.0) 4018 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:55:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:55:02.724285+0000 mon.a (mon.0) 4019 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:55:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:55:02.724960+0000 mon.a (mon.0) 4020 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:55:03.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:55:02.734031+0000 mon.a (mon.0) 4021 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:55:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:55:03] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-03-22T15:55:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:02.822684+0000 mgr.y (mgr.14556) 18663 : cluster [DBG] pgmap v16489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:02.822684+0000 mgr.y (mgr.14556) 18663 : cluster [DBG] pgmap v16489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:02.822684+0000 mgr.y (mgr.14556) 18663 : cluster [DBG] pgmap v16489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:04.823025+0000 mgr.y (mgr.14556) 18664 : cluster [DBG] pgmap v16490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:04.823025+0000 mgr.y (mgr.14556) 18664 : cluster [DBG] pgmap v16490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:04.823025+0000 mgr.y (mgr.14556) 18664 : cluster [DBG] pgmap v16490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:06.823842+0000 mgr.y (mgr.14556) 18665 : cluster [DBG] pgmap v16491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:06.823842+0000 mgr.y (mgr.14556) 18665 : cluster [DBG] pgmap v16491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:06.823842+0000 mgr.y (mgr.14556) 18665 : cluster [DBG] pgmap v16491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:08.824401+0000 mgr.y (mgr.14556) 18666 : cluster [DBG] pgmap v16492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:08.824401+0000 mgr.y (mgr.14556) 18666 : cluster [DBG] pgmap v16492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:08.824401+0000 mgr.y (mgr.14556) 18666 : cluster [DBG] pgmap v16492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:55:10.823 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:55:10.824 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 9m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:55:10.824 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 9m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:55:10.824 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 9m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:55:10.824 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 9m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:55:10.824 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 9m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:55:10.824 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 9m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:55:10.824 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 9m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:55:10.824 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 9m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:55:10.824 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 9m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:55:10.824 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 9m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:55:10.825 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 9m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:55:10.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 9m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:55:10.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 9m ago 9h 46.0M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:55:10.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 9m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:55:10.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 9m ago 9h 44.1M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:55:10.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 9m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:55:10.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 9m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:55:10.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 9m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:55:10.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 9m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:55:10.825 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 9m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:55:11.174 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:55:11.174 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:55:11.175 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:55:11.176 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:55:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:55:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:55:10.522898+0000 mgr.y (mgr.14556) 18667 : audit [DBG] from='client.33996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:55:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:55:10.815983+0000 mgr.y (mgr.14556) 18668 : audit [DBG] from='client.34002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:55:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:10.825045+0000 mgr.y (mgr.14556) 18669 : cluster [DBG] pgmap v16493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:55:11.174816+0000 mon.c (mon.2) 450 : audit [DBG] from='client.? 172.21.15.23:0/3825150950' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:55:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:55:10.522898+0000 mgr.y (mgr.14556) 18667 : audit [DBG] from='client.33996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:55:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:55:10.815983+0000 mgr.y (mgr.14556) 18668 : audit [DBG] from='client.34002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:55:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:10.825045+0000 mgr.y (mgr.14556) 18669 : cluster [DBG] pgmap v16493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:55:11.174816+0000 mon.c (mon.2) 450 : audit [DBG] from='client.? 172.21.15.23:0/3825150950' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:55:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:55:10.522898+0000 mgr.y (mgr.14556) 18667 : audit [DBG] from='client.33996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:55:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:55:10.815983+0000 mgr.y (mgr.14556) 18668 : audit [DBG] from='client.34002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:55:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:10.825045+0000 mgr.y (mgr.14556) 18669 : cluster [DBG] pgmap v16493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:55:11.174816+0000 mon.c (mon.2) 450 : audit [DBG] from='client.? 172.21.15.23:0/3825150950' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:55:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:55:13] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:55:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:12.825504+0000 mgr.y (mgr.14556) 18670 : cluster [DBG] pgmap v16494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:12.825504+0000 mgr.y (mgr.14556) 18670 : cluster [DBG] pgmap v16494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:12.825504+0000 mgr.y (mgr.14556) 18670 : cluster [DBG] pgmap v16494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:14.826006+0000 mgr.y (mgr.14556) 18671 : cluster [DBG] pgmap v16495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:14.826006+0000 mgr.y (mgr.14556) 18671 : cluster [DBG] pgmap v16495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:14.826006+0000 mgr.y (mgr.14556) 18671 : cluster [DBG] pgmap v16495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:16.826816+0000 mgr.y (mgr.14556) 18672 : cluster [DBG] pgmap v16496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:16.826816+0000 mgr.y (mgr.14556) 18672 : cluster [DBG] pgmap v16496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:16.826816+0000 mgr.y (mgr.14556) 18672 : cluster [DBG] pgmap v16496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:18.827355+0000 mgr.y (mgr.14556) 18673 : cluster [DBG] pgmap v16497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:18.827355+0000 mgr.y (mgr.14556) 18673 : cluster [DBG] pgmap v16497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:18.827355+0000 mgr.y (mgr.14556) 18673 : cluster [DBG] pgmap v16497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:55:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:20.827951+0000 mgr.y (mgr.14556) 18674 : cluster [DBG] pgmap v16498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:20.827951+0000 mgr.y (mgr.14556) 18674 : cluster [DBG] pgmap v16498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:20.827951+0000 mgr.y (mgr.14556) 18674 : cluster [DBG] pgmap v16498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:55:23] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:55:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:22.828341+0000 mgr.y (mgr.14556) 18675 : cluster [DBG] pgmap v16499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:22.828341+0000 mgr.y (mgr.14556) 18675 : cluster [DBG] pgmap v16499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:22.828341+0000 mgr.y (mgr.14556) 18675 : cluster [DBG] pgmap v16499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:24.828785+0000 mgr.y (mgr.14556) 18676 : cluster [DBG] pgmap v16500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:24.828785+0000 mgr.y (mgr.14556) 18676 : cluster [DBG] pgmap v16500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:24.828785+0000 mgr.y (mgr.14556) 18676 : cluster [DBG] pgmap v16500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:26.829459+0000 mgr.y (mgr.14556) 18677 : cluster [DBG] pgmap v16501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:26.829459+0000 mgr.y (mgr.14556) 18677 : cluster [DBG] pgmap v16501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:26.829459+0000 mgr.y (mgr.14556) 18677 : cluster [DBG] pgmap v16501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:28.829929+0000 mgr.y (mgr.14556) 18678 : cluster [DBG] pgmap v16502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:28.829929+0000 mgr.y (mgr.14556) 18678 : cluster [DBG] pgmap v16502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:28.829929+0000 mgr.y (mgr.14556) 18678 : cluster [DBG] pgmap v16502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:31.891 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:55:32.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:30.830690+0000 mgr.y (mgr.14556) 18679 : cluster [DBG] pgmap v16503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:30.830690+0000 mgr.y (mgr.14556) 18679 : cluster [DBG] pgmap v16503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:30.830690+0000 mgr.y (mgr.14556) 18679 : cluster [DBG] pgmap v16503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:55:33] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:55:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:32.831150+0000 mgr.y (mgr.14556) 18680 : cluster [DBG] pgmap v16504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:32.831150+0000 mgr.y (mgr.14556) 18680 : cluster [DBG] pgmap v16504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:34.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:32.831150+0000 mgr.y (mgr.14556) 18680 : cluster [DBG] pgmap v16504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:36.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:34.831535+0000 mgr.y (mgr.14556) 18681 : cluster [DBG] pgmap v16505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:34.831535+0000 mgr.y (mgr.14556) 18681 : cluster [DBG] pgmap v16505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:34.831535+0000 mgr.y (mgr.14556) 18681 : cluster [DBG] pgmap v16505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:36.832149+0000 mgr.y (mgr.14556) 18682 : cluster [DBG] pgmap v16506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:36.832149+0000 mgr.y (mgr.14556) 18682 : cluster [DBG] pgmap v16506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:36.832149+0000 mgr.y (mgr.14556) 18682 : cluster [DBG] pgmap v16506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:38.832582+0000 mgr.y (mgr.14556) 18683 : cluster [DBG] pgmap v16507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:38.832582+0000 mgr.y (mgr.14556) 18683 : cluster [DBG] pgmap v16507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:38.832582+0000 mgr.y (mgr.14556) 18683 : cluster [DBG] pgmap v16507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:41.498 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:55:41.784 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:55:41.784 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 9m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:55:41.784 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 9m ago 9h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:55:41.784 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 9m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:55:41.784 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 9m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 9m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 9m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 9m ago 9h 1094M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 9m ago 9h 801M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 9m ago 9h 805M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 9m ago 9h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 9m ago 9h 23.8M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 9m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 9m ago 9h 46.0M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 9m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 9m ago 9h 44.1M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 9m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:55:41.785 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 9m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:55:41.786 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 9m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:55:41.786 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 9m ago 9h 43.4M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:55:41.786 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 9m ago 9h 102M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:55:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:55:42.135 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:55:42.135 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:55:42.135 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:55:42.135 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:55:42.135 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:55:42.135 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:55:42.136 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:55:42.136 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:55:42.136 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:55:42.136 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:55:42.136 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:55:42.136 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:55:42.136 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:55:42.136 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:55:42.136 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:55:42.136 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:55:42.136 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:55:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:40.833185+0000 mgr.y (mgr.14556) 18684 : cluster [DBG] pgmap v16508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:40.833185+0000 mgr.y (mgr.14556) 18684 : cluster [DBG] pgmap v16508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:40.833185+0000 mgr.y (mgr.14556) 18684 : cluster [DBG] pgmap v16508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:55:41.486752+0000 mgr.y (mgr.14556) 18685 : audit [DBG] from='client.43922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:55:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:55:41.776835+0000 mgr.y (mgr.14556) 18686 : audit [DBG] from='client.43928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:55:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:55:42.135675+0000 mon.c (mon.2) 451 : audit [DBG] from='client.? 172.21.15.23:0/2059581346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:55:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:55:41.486752+0000 mgr.y (mgr.14556) 18685 : audit [DBG] from='client.43922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:55:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:55:41.776835+0000 mgr.y (mgr.14556) 18686 : audit [DBG] from='client.43928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:55:43.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:55:42.135675+0000 mon.c (mon.2) 451 : audit [DBG] from='client.? 172.21.15.23:0/2059581346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:55:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:55:41.486752+0000 mgr.y (mgr.14556) 18685 : audit [DBG] from='client.43922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:55:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:55:41.776835+0000 mgr.y (mgr.14556) 18686 : audit [DBG] from='client.43928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:55:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:55:42.135675+0000 mon.c (mon.2) 451 : audit [DBG] from='client.? 172.21.15.23:0/2059581346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:55:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:42.833627+0000 mgr.y (mgr.14556) 18687 : cluster [DBG] pgmap v16509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:42.833627+0000 mgr.y (mgr.14556) 18687 : cluster [DBG] pgmap v16509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:55:43] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T15:55:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:42.833627+0000 mgr.y (mgr.14556) 18687 : cluster [DBG] pgmap v16509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:44.834170+0000 mgr.y (mgr.14556) 18688 : cluster [DBG] pgmap v16510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:44.834170+0000 mgr.y (mgr.14556) 18688 : cluster [DBG] pgmap v16510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:44.834170+0000 mgr.y (mgr.14556) 18688 : cluster [DBG] pgmap v16510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:46.834828+0000 mgr.y (mgr.14556) 18689 : cluster [DBG] pgmap v16511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:46.834828+0000 mgr.y (mgr.14556) 18689 : cluster [DBG] pgmap v16511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:46.834828+0000 mgr.y (mgr.14556) 18689 : cluster [DBG] pgmap v16511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:48.835294+0000 mgr.y (mgr.14556) 18690 : cluster [DBG] pgmap v16512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:50.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:48.835294+0000 mgr.y (mgr.14556) 18690 : cluster [DBG] pgmap v16512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:48.835294+0000 mgr.y (mgr.14556) 18690 : cluster [DBG] pgmap v16512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:55:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:50.836048+0000 mgr.y (mgr.14556) 18691 : cluster [DBG] pgmap v16513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:50.836048+0000 mgr.y (mgr.14556) 18691 : cluster [DBG] pgmap v16513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:50.836048+0000 mgr.y (mgr.14556) 18691 : cluster [DBG] pgmap v16513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:54.038 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:55:53] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:55:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:52.836496+0000 mgr.y (mgr.14556) 18692 : cluster [DBG] pgmap v16514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:52.836496+0000 mgr.y (mgr.14556) 18692 : cluster [DBG] pgmap v16514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:52.836496+0000 mgr.y (mgr.14556) 18692 : cluster [DBG] pgmap v16514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:54.836949+0000 mgr.y (mgr.14556) 18693 : cluster [DBG] pgmap v16515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:54.836949+0000 mgr.y (mgr.14556) 18693 : cluster [DBG] pgmap v16515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:54.836949+0000 mgr.y (mgr.14556) 18693 : cluster [DBG] pgmap v16515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:56.837720+0000 mgr.y (mgr.14556) 18694 : cluster [DBG] pgmap v16516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:56.837720+0000 mgr.y (mgr.14556) 18694 : cluster [DBG] pgmap v16516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:55:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:56.837720+0000 mgr.y (mgr.14556) 18694 : cluster [DBG] pgmap v16516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:00.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:55:58.838271+0000 mgr.y (mgr.14556) 18695 : cluster [DBG] pgmap v16517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:55:58.838271+0000 mgr.y (mgr.14556) 18695 : cluster [DBG] pgmap v16517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:55:58.838271+0000 mgr.y (mgr.14556) 18695 : cluster [DBG] pgmap v16517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:01.905 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:56:02.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:00.838856+0000 mgr.y (mgr.14556) 18696 : cluster [DBG] pgmap v16518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:00.838856+0000 mgr.y (mgr.14556) 18696 : cluster [DBG] pgmap v16518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:00.838856+0000 mgr.y (mgr.14556) 18696 : cluster [DBG] pgmap v16518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:03.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:56:02.738712+0000 mon.a (mon.0) 4022 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:56:03.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:56:02.738712+0000 mon.a (mon.0) 4022 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:56:03.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:56:02.738712+0000 mon.a (mon.0) 4022 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:56:04.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:02.839202+0000 mgr.y (mgr.14556) 18697 : cluster [DBG] pgmap v16519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:56:03] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:56:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:02.839202+0000 mgr.y (mgr.14556) 18697 : cluster [DBG] pgmap v16519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:04.374 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:02.839202+0000 mgr.y (mgr.14556) 18697 : cluster [DBG] pgmap v16519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:06.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:04.839545+0000 mgr.y (mgr.14556) 18698 : cluster [DBG] pgmap v16520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:06.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:56:05.434773+0000 mon.a (mon.0) 4023 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:56:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:04.839545+0000 mgr.y (mgr.14556) 18698 : cluster [DBG] pgmap v16520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:56:05.434773+0000 mon.a (mon.0) 4023 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:56:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:04.839545+0000 mgr.y (mgr.14556) 18698 : cluster [DBG] pgmap v16520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:56:05.434773+0000 mon.a (mon.0) 4023 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:56:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:56:06.203956+0000 mon.a (mon.0) 4024 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:56:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:56:06.498092+0000 mon.a (mon.0) 4025 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:56:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:56:06.499020+0000 mon.a (mon.0) 4026 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:56:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:56:06.506325+0000 mon.a (mon.0) 4027 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:56:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:06.840255+0000 mgr.y (mgr.14556) 18699 : cluster [DBG] pgmap v16521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:56:06.203956+0000 mon.a (mon.0) 4024 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:56:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:56:06.498092+0000 mon.a (mon.0) 4025 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:56:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:56:06.499020+0000 mon.a (mon.0) 4026 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:56:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:56:06.506325+0000 mon.a (mon.0) 4027 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:56:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:06.840255+0000 mgr.y (mgr.14556) 18699 : cluster [DBG] pgmap v16521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:56:06.203956+0000 mon.a (mon.0) 4024 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:56:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:56:06.498092+0000 mon.a (mon.0) 4025 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:56:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:56:06.499020+0000 mon.a (mon.0) 4026 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:56:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:56:06.506325+0000 mon.a (mon.0) 4027 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:56:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:06.840255+0000 mgr.y (mgr.14556) 18699 : cluster [DBG] pgmap v16521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:10.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:08.840762+0000 mgr.y (mgr.14556) 18700 : cluster [DBG] pgmap v16522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:08.840762+0000 mgr.y (mgr.14556) 18700 : cluster [DBG] pgmap v16522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:08.840762+0000 mgr.y (mgr.14556) 18700 : cluster [DBG] pgmap v16522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:56:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:10.841435+0000 mgr.y (mgr.14556) 18701 : cluster [DBG] pgmap v16523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:10.841435+0000 mgr.y (mgr.14556) 18701 : cluster [DBG] pgmap v16523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:10.841435+0000 mgr.y (mgr.14556) 18701 : cluster [DBG] pgmap v16523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:12.462 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:56:12.748 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:56:12.748 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7s ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 6s ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 6s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 6s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7s ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 6s ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7s ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7s ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 6s ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7s ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7s ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7s ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7s ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 6s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:56:12.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 6s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:56:12.750 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 6s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:56:12.750 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 6s ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:56:12.750 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 6s ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:56:13.098 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:56:13.098 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:56:13.098 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:56:13.099 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:56:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:56:13] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T15:56:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:56:12.450555+0000 mgr.y (mgr.14556) 18702 : audit [DBG] from='client.34032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:56:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:56:12.740946+0000 mgr.y (mgr.14556) 18703 : audit [DBG] from='client.34038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:56:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:12.841740+0000 mgr.y (mgr.14556) 18704 : cluster [DBG] pgmap v16524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:56:13.098797+0000 mon.c (mon.2) 452 : audit [DBG] from='client.? 172.21.15.23:0/1948517756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:56:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:56:12.450555+0000 mgr.y (mgr.14556) 18702 : audit [DBG] from='client.34032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:56:14.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:56:12.740946+0000 mgr.y (mgr.14556) 18703 : audit [DBG] from='client.34038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:56:14.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:12.841740+0000 mgr.y (mgr.14556) 18704 : cluster [DBG] pgmap v16524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:14.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:56:13.098797+0000 mon.c (mon.2) 452 : audit [DBG] from='client.? 172.21.15.23:0/1948517756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:56:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:56:12.450555+0000 mgr.y (mgr.14556) 18702 : audit [DBG] from='client.34032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:56:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:56:12.740946+0000 mgr.y (mgr.14556) 18703 : audit [DBG] from='client.34038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:56:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:12.841740+0000 mgr.y (mgr.14556) 18704 : cluster [DBG] pgmap v16524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:56:13.098797+0000 mon.c (mon.2) 452 : audit [DBG] from='client.? 172.21.15.23:0/1948517756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:56:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:14.842162+0000 mgr.y (mgr.14556) 18705 : cluster [DBG] pgmap v16525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:14.842162+0000 mgr.y (mgr.14556) 18705 : cluster [DBG] pgmap v16525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:14.842162+0000 mgr.y (mgr.14556) 18705 : cluster [DBG] pgmap v16525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:16.843058+0000 mgr.y (mgr.14556) 18706 : cluster [DBG] pgmap v16526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:16.843058+0000 mgr.y (mgr.14556) 18706 : cluster [DBG] pgmap v16526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:16.843058+0000 mgr.y (mgr.14556) 18706 : cluster [DBG] pgmap v16526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:18.843609+0000 mgr.y (mgr.14556) 18707 : cluster [DBG] pgmap v16527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:18.843609+0000 mgr.y (mgr.14556) 18707 : cluster [DBG] pgmap v16527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:18.843609+0000 mgr.y (mgr.14556) 18707 : cluster [DBG] pgmap v16527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:56:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:20.844238+0000 mgr.y (mgr.14556) 18708 : cluster [DBG] pgmap v16528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:20.844238+0000 mgr.y (mgr.14556) 18708 : cluster [DBG] pgmap v16528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:20.844238+0000 mgr.y (mgr.14556) 18708 : cluster [DBG] pgmap v16528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:56:23] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T15:56:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:22.844688+0000 mgr.y (mgr.14556) 18709 : cluster [DBG] pgmap v16529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:22.844688+0000 mgr.y (mgr.14556) 18709 : cluster [DBG] pgmap v16529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:22.844688+0000 mgr.y (mgr.14556) 18709 : cluster [DBG] pgmap v16529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:24.845066+0000 mgr.y (mgr.14556) 18710 : cluster [DBG] pgmap v16530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:24.845066+0000 mgr.y (mgr.14556) 18710 : cluster [DBG] pgmap v16530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:24.845066+0000 mgr.y (mgr.14556) 18710 : cluster [DBG] pgmap v16530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:26.845817+0000 mgr.y (mgr.14556) 18711 : cluster [DBG] pgmap v16531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:26.845817+0000 mgr.y (mgr.14556) 18711 : cluster [DBG] pgmap v16531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:26.845817+0000 mgr.y (mgr.14556) 18711 : cluster [DBG] pgmap v16531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:29.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:28.846240+0000 mgr.y (mgr.14556) 18712 : cluster [DBG] pgmap v16532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:29.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:28.846240+0000 mgr.y (mgr.14556) 18712 : cluster [DBG] pgmap v16532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:29.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:28.846240+0000 mgr.y (mgr.14556) 18712 : cluster [DBG] pgmap v16532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:56:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:30.846930+0000 mgr.y (mgr.14556) 18713 : cluster [DBG] pgmap v16533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:30.846930+0000 mgr.y (mgr.14556) 18713 : cluster [DBG] pgmap v16533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:30.846930+0000 mgr.y (mgr.14556) 18713 : cluster [DBG] pgmap v16533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:56:33] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T15:56:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:32.847458+0000 mgr.y (mgr.14556) 18714 : cluster [DBG] pgmap v16534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:32.847458+0000 mgr.y (mgr.14556) 18714 : cluster [DBG] pgmap v16534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:32.847458+0000 mgr.y (mgr.14556) 18714 : cluster [DBG] pgmap v16534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:34.847887+0000 mgr.y (mgr.14556) 18715 : cluster [DBG] pgmap v16535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:34.847887+0000 mgr.y (mgr.14556) 18715 : cluster [DBG] pgmap v16535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:34.847887+0000 mgr.y (mgr.14556) 18715 : cluster [DBG] pgmap v16535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:36.848555+0000 mgr.y (mgr.14556) 18716 : cluster [DBG] pgmap v16536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:36.848555+0000 mgr.y (mgr.14556) 18716 : cluster [DBG] pgmap v16536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:36.848555+0000 mgr.y (mgr.14556) 18716 : cluster [DBG] pgmap v16536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:38.849020+0000 mgr.y (mgr.14556) 18717 : cluster [DBG] pgmap v16537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:38.849020+0000 mgr.y (mgr.14556) 18717 : cluster [DBG] pgmap v16537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:38.849020+0000 mgr.y (mgr.14556) 18717 : cluster [DBG] pgmap v16537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:56:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:40.849667+0000 mgr.y (mgr.14556) 18718 : cluster [DBG] pgmap v16538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:40.849667+0000 mgr.y (mgr.14556) 18718 : cluster [DBG] pgmap v16538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:40.849667+0000 mgr.y (mgr.14556) 18718 : cluster [DBG] pgmap v16538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:43.421 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:56:43.712 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:56:43.712 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 38s ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:56:43.712 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 37s ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 38s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 37s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 37s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 38s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 38s ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 37s ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 38s ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 38s ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 37s ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 38s ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 38s ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 38s ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 38s ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 37s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 37s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:56:43.713 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 37s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:56:43.714 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 37s ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:56:43.714 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 37s ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:56:44.064 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:56:44.064 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:56:44.065 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:56:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:42.850113+0000 mgr.y (mgr.14556) 18719 : cluster [DBG] pgmap v16539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:42.850113+0000 mgr.y (mgr.14556) 18719 : cluster [DBG] pgmap v16539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:56:43] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T15:56:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:42.850113+0000 mgr.y (mgr.14556) 18719 : cluster [DBG] pgmap v16539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:56:43.410083+0000 mgr.y (mgr.14556) 18720 : audit [DBG] from='client.34050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:56:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:56:43.704677+0000 mgr.y (mgr.14556) 18721 : audit [DBG] from='client.43964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:56:45.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:56:44.064905+0000 mon.a (mon.0) 4028 : audit [DBG] from='client.? 172.21.15.23:0/3598230599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:56:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:56:43.410083+0000 mgr.y (mgr.14556) 18720 : audit [DBG] from='client.34050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:56:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:56:43.704677+0000 mgr.y (mgr.14556) 18721 : audit [DBG] from='client.43964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:56:45.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:56:44.064905+0000 mon.a (mon.0) 4028 : audit [DBG] from='client.? 172.21.15.23:0/3598230599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:56:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:56:43.410083+0000 mgr.y (mgr.14556) 18720 : audit [DBG] from='client.34050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:56:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:56:43.704677+0000 mgr.y (mgr.14556) 18721 : audit [DBG] from='client.43964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:56:45.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:56:44.064905+0000 mon.a (mon.0) 4028 : audit [DBG] from='client.? 172.21.15.23:0/3598230599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:56:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:44.850598+0000 mgr.y (mgr.14556) 18722 : cluster [DBG] pgmap v16540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:44.850598+0000 mgr.y (mgr.14556) 18722 : cluster [DBG] pgmap v16540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:44.850598+0000 mgr.y (mgr.14556) 18722 : cluster [DBG] pgmap v16540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:46.851418+0000 mgr.y (mgr.14556) 18723 : cluster [DBG] pgmap v16541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:46.851418+0000 mgr.y (mgr.14556) 18723 : cluster [DBG] pgmap v16541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:46.851418+0000 mgr.y (mgr.14556) 18723 : cluster [DBG] pgmap v16541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:48.851798+0000 mgr.y (mgr.14556) 18724 : cluster [DBG] pgmap v16542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:48.851798+0000 mgr.y (mgr.14556) 18724 : cluster [DBG] pgmap v16542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:48.851798+0000 mgr.y (mgr.14556) 18724 : cluster [DBG] pgmap v16542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:50.852491+0000 mgr.y (mgr.14556) 18725 : cluster [DBG] pgmap v16543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:50.852491+0000 mgr.y (mgr.14556) 18725 : cluster [DBG] pgmap v16543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:50.852491+0000 mgr.y (mgr.14556) 18725 : cluster [DBG] pgmap v16543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:56:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:52.852843+0000 mgr.y (mgr.14556) 18726 : cluster [DBG] pgmap v16544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:56:53] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:56:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:52.852843+0000 mgr.y (mgr.14556) 18726 : cluster [DBG] pgmap v16544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:52.852843+0000 mgr.y (mgr.14556) 18726 : cluster [DBG] pgmap v16544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:54.853433+0000 mgr.y (mgr.14556) 18727 : cluster [DBG] pgmap v16545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:54.853433+0000 mgr.y (mgr.14556) 18727 : cluster [DBG] pgmap v16545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:54.853433+0000 mgr.y (mgr.14556) 18727 : cluster [DBG] pgmap v16545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:56.854130+0000 mgr.y (mgr.14556) 18728 : cluster [DBG] pgmap v16546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:56.854130+0000 mgr.y (mgr.14556) 18728 : cluster [DBG] pgmap v16546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:56:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:56.854130+0000 mgr.y (mgr.14556) 18728 : cluster [DBG] pgmap v16546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:56:58.854560+0000 mgr.y (mgr.14556) 18729 : cluster [DBG] pgmap v16547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:56:58.854560+0000 mgr.y (mgr.14556) 18729 : cluster [DBG] pgmap v16547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:56:58.854560+0000 mgr.y (mgr.14556) 18729 : cluster [DBG] pgmap v16547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:57:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:00.855344+0000 mgr.y (mgr.14556) 18730 : cluster [DBG] pgmap v16548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:00.855344+0000 mgr.y (mgr.14556) 18730 : cluster [DBG] pgmap v16548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:00.855344+0000 mgr.y (mgr.14556) 18730 : cluster [DBG] pgmap v16548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:57:03] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:57:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:02.855790+0000 mgr.y (mgr.14556) 18731 : cluster [DBG] pgmap v16549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:02.855790+0000 mgr.y (mgr.14556) 18731 : cluster [DBG] pgmap v16549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:02.855790+0000 mgr.y (mgr.14556) 18731 : cluster [DBG] pgmap v16549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:04.856303+0000 mgr.y (mgr.14556) 18732 : cluster [DBG] pgmap v16550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:04.856303+0000 mgr.y (mgr.14556) 18732 : cluster [DBG] pgmap v16550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:04.856303+0000 mgr.y (mgr.14556) 18732 : cluster [DBG] pgmap v16550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:57:06.513007+0000 mon.a (mon.0) 4029 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:57:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:57:06.822180+0000 mon.a (mon.0) 4030 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:57:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:57:06.822829+0000 mon.a (mon.0) 4031 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:57:07.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:57:06.829009+0000 mon.a (mon.0) 4032 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:57:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:57:06.513007+0000 mon.a (mon.0) 4029 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:57:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:57:06.822180+0000 mon.a (mon.0) 4030 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:57:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:57:06.822829+0000 mon.a (mon.0) 4031 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:57:07.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:57:06.829009+0000 mon.a (mon.0) 4032 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:57:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:57:06.513007+0000 mon.a (mon.0) 4029 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:57:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:57:06.822180+0000 mon.a (mon.0) 4030 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:57:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:57:06.822829+0000 mon.a (mon.0) 4031 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:57:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:57:06.829009+0000 mon.a (mon.0) 4032 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:57:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:06.856790+0000 mgr.y (mgr.14556) 18733 : cluster [DBG] pgmap v16551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:06.856790+0000 mgr.y (mgr.14556) 18733 : cluster [DBG] pgmap v16551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:06.856790+0000 mgr.y (mgr.14556) 18733 : cluster [DBG] pgmap v16551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:08.857294+0000 mgr.y (mgr.14556) 18734 : cluster [DBG] pgmap v16552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:08.857294+0000 mgr.y (mgr.14556) 18734 : cluster [DBG] pgmap v16552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:08.857294+0000 mgr.y (mgr.14556) 18734 : cluster [DBG] pgmap v16552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:57:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:10.858015+0000 mgr.y (mgr.14556) 18735 : cluster [DBG] pgmap v16553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:10.858015+0000 mgr.y (mgr.14556) 18735 : cluster [DBG] pgmap v16553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:10.858015+0000 mgr.y (mgr.14556) 18735 : cluster [DBG] pgmap v16553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:57:13] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:57:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:12.858446+0000 mgr.y (mgr.14556) 18736 : cluster [DBG] pgmap v16554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:12.858446+0000 mgr.y (mgr.14556) 18736 : cluster [DBG] pgmap v16554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:14.395 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:57:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:12.858446+0000 mgr.y (mgr.14556) 18736 : cluster [DBG] pgmap v16554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:14.682 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:57:14.682 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 69s ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:57:14.682 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 68s ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:57:14.682 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 69s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:57:14.682 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 68s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:57:14.682 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 68s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 69s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 69s ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 68s ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 69s ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 69s ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 68s ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 69s ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 69s ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 69s ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 69s ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 68s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 68s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 68s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 68s ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:57:14.683 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 68s ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:57:15.032 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:57:15.032 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:57:15.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:57:15.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:57:15.032 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:57:15.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:57:15.033 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:57:15.033 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:57:15.033 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:57:15.033 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:57:15.033 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:57:15.033 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:57:15.033 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:57:15.033 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:57:15.033 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:57:15.033 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:57:15.033 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:57:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:57:14.382612+0000 mgr.y (mgr.14556) 18737 : audit [DBG] from='client.34068 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:57:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:57:14.674612+0000 mgr.y (mgr.14556) 18738 : audit [DBG] from='client.34074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:57:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:14.858765+0000 mgr.y (mgr.14556) 18739 : cluster [DBG] pgmap v16555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:16.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:57:15.032457+0000 mon.c (mon.2) 453 : audit [DBG] from='client.? 172.21.15.23:0/4144049351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:57:16.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:57:14.382612+0000 mgr.y (mgr.14556) 18737 : audit [DBG] from='client.34068 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:57:16.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:57:14.674612+0000 mgr.y (mgr.14556) 18738 : audit [DBG] from='client.34074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:57:16.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:14.858765+0000 mgr.y (mgr.14556) 18739 : cluster [DBG] pgmap v16555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:16.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:57:15.032457+0000 mon.c (mon.2) 453 : audit [DBG] from='client.? 172.21.15.23:0/4144049351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:57:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:57:14.382612+0000 mgr.y (mgr.14556) 18737 : audit [DBG] from='client.34068 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:57:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:57:14.674612+0000 mgr.y (mgr.14556) 18738 : audit [DBG] from='client.34074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:57:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:14.858765+0000 mgr.y (mgr.14556) 18739 : cluster [DBG] pgmap v16555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:57:15.032457+0000 mon.c (mon.2) 453 : audit [DBG] from='client.? 172.21.15.23:0/4144049351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:57:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:16.859655+0000 mgr.y (mgr.14556) 18740 : cluster [DBG] pgmap v16556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:16.859655+0000 mgr.y (mgr.14556) 18740 : cluster [DBG] pgmap v16556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:16.859655+0000 mgr.y (mgr.14556) 18740 : cluster [DBG] pgmap v16556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:18.860085+0000 mgr.y (mgr.14556) 18741 : cluster [DBG] pgmap v16557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:18.860085+0000 mgr.y (mgr.14556) 18741 : cluster [DBG] pgmap v16557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:18.860085+0000 mgr.y (mgr.14556) 18741 : cluster [DBG] pgmap v16557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:57:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:20.860713+0000 mgr.y (mgr.14556) 18742 : cluster [DBG] pgmap v16558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:20.860713+0000 mgr.y (mgr.14556) 18742 : cluster [DBG] pgmap v16558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:20.860713+0000 mgr.y (mgr.14556) 18742 : cluster [DBG] pgmap v16558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:24.056 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:57:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:57:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:22.861171+0000 mgr.y (mgr.14556) 18743 : cluster [DBG] pgmap v16559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:22.861171+0000 mgr.y (mgr.14556) 18743 : cluster [DBG] pgmap v16559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:22.861171+0000 mgr.y (mgr.14556) 18743 : cluster [DBG] pgmap v16559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:24.861692+0000 mgr.y (mgr.14556) 18744 : cluster [DBG] pgmap v16560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:25.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:24.861692+0000 mgr.y (mgr.14556) 18744 : cluster [DBG] pgmap v16560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:24.861692+0000 mgr.y (mgr.14556) 18744 : cluster [DBG] pgmap v16560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:26.862402+0000 mgr.y (mgr.14556) 18745 : cluster [DBG] pgmap v16561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:26.862402+0000 mgr.y (mgr.14556) 18745 : cluster [DBG] pgmap v16561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:26.862402+0000 mgr.y (mgr.14556) 18745 : cluster [DBG] pgmap v16561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:28.862879+0000 mgr.y (mgr.14556) 18746 : cluster [DBG] pgmap v16562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:28.862879+0000 mgr.y (mgr.14556) 18746 : cluster [DBG] pgmap v16562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:28.862879+0000 mgr.y (mgr.14556) 18746 : cluster [DBG] pgmap v16562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:57:32.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:30.863515+0000 mgr.y (mgr.14556) 18747 : cluster [DBG] pgmap v16563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:30.863515+0000 mgr.y (mgr.14556) 18747 : cluster [DBG] pgmap v16563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:30.863515+0000 mgr.y (mgr.14556) 18747 : cluster [DBG] pgmap v16563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:57:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:57:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:32.863994+0000 mgr.y (mgr.14556) 18748 : cluster [DBG] pgmap v16564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:32.863994+0000 mgr.y (mgr.14556) 18748 : cluster [DBG] pgmap v16564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:32.863994+0000 mgr.y (mgr.14556) 18748 : cluster [DBG] pgmap v16564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:34.864554+0000 mgr.y (mgr.14556) 18749 : cluster [DBG] pgmap v16565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:36.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:34.864554+0000 mgr.y (mgr.14556) 18749 : cluster [DBG] pgmap v16565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:34.864554+0000 mgr.y (mgr.14556) 18749 : cluster [DBG] pgmap v16565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:36.865351+0000 mgr.y (mgr.14556) 18750 : cluster [DBG] pgmap v16566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:36.865351+0000 mgr.y (mgr.14556) 18750 : cluster [DBG] pgmap v16566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:36.865351+0000 mgr.y (mgr.14556) 18750 : cluster [DBG] pgmap v16566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:38.865797+0000 mgr.y (mgr.14556) 18751 : cluster [DBG] pgmap v16567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:38.865797+0000 mgr.y (mgr.14556) 18751 : cluster [DBG] pgmap v16567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:38.865797+0000 mgr.y (mgr.14556) 18751 : cluster [DBG] pgmap v16567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:57:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:40.866642+0000 mgr.y (mgr.14556) 18752 : cluster [DBG] pgmap v16568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:40.866642+0000 mgr.y (mgr.14556) 18752 : cluster [DBG] pgmap v16568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:40.866642+0000 mgr.y (mgr.14556) 18752 : cluster [DBG] pgmap v16568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:42.867041+0000 mgr.y (mgr.14556) 18753 : cluster [DBG] pgmap v16569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:57:43] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:57:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:42.867041+0000 mgr.y (mgr.14556) 18753 : cluster [DBG] pgmap v16569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:42.867041+0000 mgr.y (mgr.14556) 18753 : cluster [DBG] pgmap v16569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:45.360 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:57:45.646 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 100s ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 99s ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 100s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 99s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 99s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 100s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 100s ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 99s ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 100s ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 100s ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 99s ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 100s ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 100s ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 100s ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:57:45.647 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 100s ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:57:45.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 99s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:57:45.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 99s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:57:45.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 99s ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:57:45.648 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 99s ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:57:45.648 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 99s ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:57:45.997 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:57:45.997 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:57:45.997 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:57:45.997 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:57:45.997 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:57:45.997 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:57:45.997 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:57:45.997 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:57:45.997 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:57:45.998 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:57:45.998 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:57:45.998 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:57:45.998 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:57:45.998 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:57:45.998 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:57:45.998 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:57:45.998 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:57:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:44.867416+0000 mgr.y (mgr.14556) 18754 : cluster [DBG] pgmap v16570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:57:45.997463+0000 mon.c (mon.2) 454 : audit [DBG] from='client.? 172.21.15.23:0/3357154662' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:57:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:44.867416+0000 mgr.y (mgr.14556) 18754 : cluster [DBG] pgmap v16570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:57:45.997463+0000 mon.c (mon.2) 454 : audit [DBG] from='client.? 172.21.15.23:0/3357154662' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:57:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:44.867416+0000 mgr.y (mgr.14556) 18754 : cluster [DBG] pgmap v16570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:57:45.997463+0000 mon.c (mon.2) 454 : audit [DBG] from='client.? 172.21.15.23:0/3357154662' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:57:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:57:45.348249+0000 mgr.y (mgr.14556) 18755 : audit [DBG] from='client.43994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:57:47.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:57:45.638898+0000 mgr.y (mgr.14556) 18756 : audit [DBG] from='client.34092 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:57:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:57:45.348249+0000 mgr.y (mgr.14556) 18755 : audit [DBG] from='client.43994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:57:47.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:57:45.638898+0000 mgr.y (mgr.14556) 18756 : audit [DBG] from='client.34092 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:57:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:57:45.348249+0000 mgr.y (mgr.14556) 18755 : audit [DBG] from='client.43994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:57:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:57:45.638898+0000 mgr.y (mgr.14556) 18756 : audit [DBG] from='client.34092 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:57:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:46.867960+0000 mgr.y (mgr.14556) 18757 : cluster [DBG] pgmap v16571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:46.867960+0000 mgr.y (mgr.14556) 18757 : cluster [DBG] pgmap v16571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:46.867960+0000 mgr.y (mgr.14556) 18757 : cluster [DBG] pgmap v16571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:48.868413+0000 mgr.y (mgr.14556) 18758 : cluster [DBG] pgmap v16572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:48.868413+0000 mgr.y (mgr.14556) 18758 : cluster [DBG] pgmap v16572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:48.868413+0000 mgr.y (mgr.14556) 18758 : cluster [DBG] pgmap v16572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:57:52.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:50.869086+0000 mgr.y (mgr.14556) 18759 : cluster [DBG] pgmap v16573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:50.869086+0000 mgr.y (mgr.14556) 18759 : cluster [DBG] pgmap v16573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:50.869086+0000 mgr.y (mgr.14556) 18759 : cluster [DBG] pgmap v16573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:53.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:52.869571+0000 mgr.y (mgr.14556) 18760 : cluster [DBG] pgmap v16574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:53.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:52.869571+0000 mgr.y (mgr.14556) 18760 : cluster [DBG] pgmap v16574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:53.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:52.869571+0000 mgr.y (mgr.14556) 18760 : cluster [DBG] pgmap v16574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:57:53] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-03-22T15:57:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:54.869949+0000 mgr.y (mgr.14556) 18761 : cluster [DBG] pgmap v16575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:54.869949+0000 mgr.y (mgr.14556) 18761 : cluster [DBG] pgmap v16575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:54.869949+0000 mgr.y (mgr.14556) 18761 : cluster [DBG] pgmap v16575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:56.870830+0000 mgr.y (mgr.14556) 18762 : cluster [DBG] pgmap v16576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:56.870830+0000 mgr.y (mgr.14556) 18762 : cluster [DBG] pgmap v16576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:57:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:56.870830+0000 mgr.y (mgr.14556) 18762 : cluster [DBG] pgmap v16576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:57:58.871262+0000 mgr.y (mgr.14556) 18763 : cluster [DBG] pgmap v16577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:57:58.871262+0000 mgr.y (mgr.14556) 18763 : cluster [DBG] pgmap v16577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:57:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:57:58.871262+0000 mgr.y (mgr.14556) 18763 : cluster [DBG] pgmap v16577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:58:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:00.871928+0000 mgr.y (mgr.14556) 18764 : cluster [DBG] pgmap v16578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:00.871928+0000 mgr.y (mgr.14556) 18764 : cluster [DBG] pgmap v16578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:00.871928+0000 mgr.y (mgr.14556) 18764 : cluster [DBG] pgmap v16578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:58:03] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-03-22T15:58:04.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:02.872512+0000 mgr.y (mgr.14556) 18765 : cluster [DBG] pgmap v16579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:02.872512+0000 mgr.y (mgr.14556) 18765 : cluster [DBG] pgmap v16579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:02.872512+0000 mgr.y (mgr.14556) 18765 : cluster [DBG] pgmap v16579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:04.872890+0000 mgr.y (mgr.14556) 18766 : cluster [DBG] pgmap v16580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:04.872890+0000 mgr.y (mgr.14556) 18766 : cluster [DBG] pgmap v16580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:04.872890+0000 mgr.y (mgr.14556) 18766 : cluster [DBG] pgmap v16580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:58:06.833575+0000 mon.a (mon.0) 4033 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:58:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:58:06.833575+0000 mon.a (mon.0) 4033 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:58:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:58:06.833575+0000 mon.a (mon.0) 4033 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:58:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:06.873700+0000 mgr.y (mgr.14556) 18767 : cluster [DBG] pgmap v16581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:58:07.142664+0000 mon.a (mon.0) 4034 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:58:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:58:07.143390+0000 mon.a (mon.0) 4035 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:58:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:58:07.149469+0000 mon.a (mon.0) 4036 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:58:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:06.873700+0000 mgr.y (mgr.14556) 18767 : cluster [DBG] pgmap v16581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:58:07.142664+0000 mon.a (mon.0) 4034 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:58:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:58:07.143390+0000 mon.a (mon.0) 4035 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:58:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:58:07.149469+0000 mon.a (mon.0) 4036 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:58:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:06.873700+0000 mgr.y (mgr.14556) 18767 : cluster [DBG] pgmap v16581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:58:07.142664+0000 mon.a (mon.0) 4034 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:58:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:58:07.143390+0000 mon.a (mon.0) 4035 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:58:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:58:07.149469+0000 mon.a (mon.0) 4036 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:58:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:08.874159+0000 mgr.y (mgr.14556) 18768 : cluster [DBG] pgmap v16582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:08.874159+0000 mgr.y (mgr.14556) 18768 : cluster [DBG] pgmap v16582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:08.874159+0000 mgr.y (mgr.14556) 18768 : cluster [DBG] pgmap v16582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:58:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:10.874829+0000 mgr.y (mgr.14556) 18769 : cluster [DBG] pgmap v16583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:10.874829+0000 mgr.y (mgr.14556) 18769 : cluster [DBG] pgmap v16583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:10.874829+0000 mgr.y (mgr.14556) 18769 : cluster [DBG] pgmap v16583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:13.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:12.875367+0000 mgr.y (mgr.14556) 18770 : cluster [DBG] pgmap v16584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:13.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:12.875367+0000 mgr.y (mgr.14556) 18770 : cluster [DBG] pgmap v16584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:13.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:12.875367+0000 mgr.y (mgr.14556) 18770 : cluster [DBG] pgmap v16584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:58:13] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T15:58:16.328 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:58:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:14.875865+0000 mgr.y (mgr.14556) 18771 : cluster [DBG] pgmap v16585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:14.875865+0000 mgr.y (mgr.14556) 18771 : cluster [DBG] pgmap v16585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:14.875865+0000 mgr.y (mgr.14556) 18771 : cluster [DBG] pgmap v16585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:16.618 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:58:16.618 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 2m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:58:16.618 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 2m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:58:16.618 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 2m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:58:16.618 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 2m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 2m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 2m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 2m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 2m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 2m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 2m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 2m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 2m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 2m ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 2m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 2m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 2m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 2m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:58:16.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 2m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:58:16.620 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 2m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:58:16.620 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 2m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:58:16.968 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:58:16.968 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:58:16.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:58:16.968 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:58:16.968 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:58:16.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:58:16.968 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:58:16.968 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:58:16.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:58:16.969 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:58:16.969 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:58:16.969 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:58:16.969 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:58:16.969 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:58:16.969 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:58:16.969 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:58:16.969 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:58:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:58:16.317019+0000 mgr.y (mgr.14556) 18772 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:58:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:58:16.610677+0000 mgr.y (mgr.14556) 18773 : audit [DBG] from='client.34110 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:58:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:16.876418+0000 mgr.y (mgr.14556) 18774 : cluster [DBG] pgmap v16586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:58:16.968418+0000 mon.a (mon.0) 4037 : audit [DBG] from='client.? 172.21.15.23:0/532603612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:58:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:58:16.317019+0000 mgr.y (mgr.14556) 18772 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:58:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:58:16.610677+0000 mgr.y (mgr.14556) 18773 : audit [DBG] from='client.34110 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:58:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:16.876418+0000 mgr.y (mgr.14556) 18774 : cluster [DBG] pgmap v16586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:58:16.968418+0000 mon.a (mon.0) 4037 : audit [DBG] from='client.? 172.21.15.23:0/532603612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:58:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:58:16.317019+0000 mgr.y (mgr.14556) 18772 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:58:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:58:16.610677+0000 mgr.y (mgr.14556) 18773 : audit [DBG] from='client.34110 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:58:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:16.876418+0000 mgr.y (mgr.14556) 18774 : cluster [DBG] pgmap v16586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:58:16.968418+0000 mon.a (mon.0) 4037 : audit [DBG] from='client.? 172.21.15.23:0/532603612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:58:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:18.876953+0000 mgr.y (mgr.14556) 18775 : cluster [DBG] pgmap v16587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:18.876953+0000 mgr.y (mgr.14556) 18775 : cluster [DBG] pgmap v16587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:18.876953+0000 mgr.y (mgr.14556) 18775 : cluster [DBG] pgmap v16587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:58:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:20.877595+0000 mgr.y (mgr.14556) 18776 : cluster [DBG] pgmap v16588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:20.877595+0000 mgr.y (mgr.14556) 18776 : cluster [DBG] pgmap v16588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:20.877595+0000 mgr.y (mgr.14556) 18776 : cluster [DBG] pgmap v16588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:22.878005+0000 mgr.y (mgr.14556) 18777 : cluster [DBG] pgmap v16589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:58:23] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T15:58:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:22.878005+0000 mgr.y (mgr.14556) 18777 : cluster [DBG] pgmap v16589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:22.878005+0000 mgr.y (mgr.14556) 18777 : cluster [DBG] pgmap v16589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:24.878404+0000 mgr.y (mgr.14556) 18778 : cluster [DBG] pgmap v16590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:24.878404+0000 mgr.y (mgr.14556) 18778 : cluster [DBG] pgmap v16590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:24.878404+0000 mgr.y (mgr.14556) 18778 : cluster [DBG] pgmap v16590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:26.879222+0000 mgr.y (mgr.14556) 18779 : cluster [DBG] pgmap v16591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:28.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:26.879222+0000 mgr.y (mgr.14556) 18779 : cluster [DBG] pgmap v16591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:26.879222+0000 mgr.y (mgr.14556) 18779 : cluster [DBG] pgmap v16591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:28.879605+0000 mgr.y (mgr.14556) 18780 : cluster [DBG] pgmap v16592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:28.879605+0000 mgr.y (mgr.14556) 18780 : cluster [DBG] pgmap v16592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:28.879605+0000 mgr.y (mgr.14556) 18780 : cluster [DBG] pgmap v16592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:58:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:30.880385+0000 mgr.y (mgr.14556) 18781 : cluster [DBG] pgmap v16593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:30.880385+0000 mgr.y (mgr.14556) 18781 : cluster [DBG] pgmap v16593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:30.880385+0000 mgr.y (mgr.14556) 18781 : cluster [DBG] pgmap v16593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:34.036 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:58:33] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T15:58:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:32.880782+0000 mgr.y (mgr.14556) 18782 : cluster [DBG] pgmap v16594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:34.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:32.880782+0000 mgr.y (mgr.14556) 18782 : cluster [DBG] pgmap v16594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:32.880782+0000 mgr.y (mgr.14556) 18782 : cluster [DBG] pgmap v16594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:34.881257+0000 mgr.y (mgr.14556) 18783 : cluster [DBG] pgmap v16595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:34.881257+0000 mgr.y (mgr.14556) 18783 : cluster [DBG] pgmap v16595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:34.881257+0000 mgr.y (mgr.14556) 18783 : cluster [DBG] pgmap v16595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:36.882032+0000 mgr.y (mgr.14556) 18784 : cluster [DBG] pgmap v16596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:36.882032+0000 mgr.y (mgr.14556) 18784 : cluster [DBG] pgmap v16596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:36.882032+0000 mgr.y (mgr.14556) 18784 : cluster [DBG] pgmap v16596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:38.882468+0000 mgr.y (mgr.14556) 18785 : cluster [DBG] pgmap v16597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:38.882468+0000 mgr.y (mgr.14556) 18785 : cluster [DBG] pgmap v16597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:38.882468+0000 mgr.y (mgr.14556) 18785 : cluster [DBG] pgmap v16597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:58:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:40.883217+0000 mgr.y (mgr.14556) 18786 : cluster [DBG] pgmap v16598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:40.883217+0000 mgr.y (mgr.14556) 18786 : cluster [DBG] pgmap v16598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:40.883217+0000 mgr.y (mgr.14556) 18786 : cluster [DBG] pgmap v16598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:43.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:42.883680+0000 mgr.y (mgr.14556) 18787 : cluster [DBG] pgmap v16599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:43.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:42.883680+0000 mgr.y (mgr.14556) 18787 : cluster [DBG] pgmap v16599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:43.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:42.883680+0000 mgr.y (mgr.14556) 18787 : cluster [DBG] pgmap v16599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:58:43] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T15:58:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:44.884235+0000 mgr.y (mgr.14556) 18788 : cluster [DBG] pgmap v16600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:44.884235+0000 mgr.y (mgr.14556) 18788 : cluster [DBG] pgmap v16600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:44.884235+0000 mgr.y (mgr.14556) 18788 : cluster [DBG] pgmap v16600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:47.293 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:58:47.579 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:58:47.579 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 2m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:58:47.579 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 2m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:58:47.579 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 2m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:58:47.579 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 2m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:58:47.579 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 2m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 2m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 2m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 2m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 2m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 2m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 2m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 2m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 2m ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 2m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 2m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 2m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 2m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 2m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 2m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:58:47.580 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 2m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:58:47.930 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:58:47.930 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:58:47.930 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:58:47.931 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:58:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:46.884899+0000 mgr.y (mgr.14556) 18789 : cluster [DBG] pgmap v16601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:58:47.930808+0000 mon.a (mon.0) 4038 : audit [DBG] from='client.? 172.21.15.23:0/2226728462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:58:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:46.884899+0000 mgr.y (mgr.14556) 18789 : cluster [DBG] pgmap v16601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:58:47.930808+0000 mon.a (mon.0) 4038 : audit [DBG] from='client.? 172.21.15.23:0/2226728462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:58:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:46.884899+0000 mgr.y (mgr.14556) 18789 : cluster [DBG] pgmap v16601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:58:47.930808+0000 mon.a (mon.0) 4038 : audit [DBG] from='client.? 172.21.15.23:0/2226728462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:58:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:58:47.281681+0000 mgr.y (mgr.14556) 18790 : audit [DBG] from='client.34122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:58:49.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:58:47.571683+0000 mgr.y (mgr.14556) 18791 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:58:49.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:58:47.281681+0000 mgr.y (mgr.14556) 18790 : audit [DBG] from='client.34122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:58:49.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:58:47.571683+0000 mgr.y (mgr.14556) 18791 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:58:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:58:47.281681+0000 mgr.y (mgr.14556) 18790 : audit [DBG] from='client.34122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:58:49.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:58:47.571683+0000 mgr.y (mgr.14556) 18791 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:58:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:48.885354+0000 mgr.y (mgr.14556) 18792 : cluster [DBG] pgmap v16602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:48.885354+0000 mgr.y (mgr.14556) 18792 : cluster [DBG] pgmap v16602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:48.885354+0000 mgr.y (mgr.14556) 18792 : cluster [DBG] pgmap v16602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:58:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:50.885977+0000 mgr.y (mgr.14556) 18793 : cluster [DBG] pgmap v16603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:50.885977+0000 mgr.y (mgr.14556) 18793 : cluster [DBG] pgmap v16603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:50.885977+0000 mgr.y (mgr.14556) 18793 : cluster [DBG] pgmap v16603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:58:53] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:58:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:52.886370+0000 mgr.y (mgr.14556) 18794 : cluster [DBG] pgmap v16604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:52.886370+0000 mgr.y (mgr.14556) 18794 : cluster [DBG] pgmap v16604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:52.886370+0000 mgr.y (mgr.14556) 18794 : cluster [DBG] pgmap v16604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:54.886741+0000 mgr.y (mgr.14556) 18795 : cluster [DBG] pgmap v16605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:54.886741+0000 mgr.y (mgr.14556) 18795 : cluster [DBG] pgmap v16605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:54.886741+0000 mgr.y (mgr.14556) 18795 : cluster [DBG] pgmap v16605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:56.887359+0000 mgr.y (mgr.14556) 18796 : cluster [DBG] pgmap v16606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:56.887359+0000 mgr.y (mgr.14556) 18796 : cluster [DBG] pgmap v16606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:58:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:56.887359+0000 mgr.y (mgr.14556) 18796 : cluster [DBG] pgmap v16606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:58:58.887725+0000 mgr.y (mgr.14556) 18797 : cluster [DBG] pgmap v16607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:58:58.887725+0000 mgr.y (mgr.14556) 18797 : cluster [DBG] pgmap v16607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:58:58.887725+0000 mgr.y (mgr.14556) 18797 : cluster [DBG] pgmap v16607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:59:02.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:00.888337+0000 mgr.y (mgr.14556) 18798 : cluster [DBG] pgmap v16608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:02.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:00.888337+0000 mgr.y (mgr.14556) 18798 : cluster [DBG] pgmap v16608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:00.888337+0000 mgr.y (mgr.14556) 18798 : cluster [DBG] pgmap v16608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:04.062 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:59:03] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T15:59:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:02.888826+0000 mgr.y (mgr.14556) 18799 : cluster [DBG] pgmap v16609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:02.888826+0000 mgr.y (mgr.14556) 18799 : cluster [DBG] pgmap v16609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:02.888826+0000 mgr.y (mgr.14556) 18799 : cluster [DBG] pgmap v16609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:04.889295+0000 mgr.y (mgr.14556) 18800 : cluster [DBG] pgmap v16610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:04.889295+0000 mgr.y (mgr.14556) 18800 : cluster [DBG] pgmap v16610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:04.889295+0000 mgr.y (mgr.14556) 18800 : cluster [DBG] pgmap v16610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:07.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:06.889984+0000 mgr.y (mgr.14556) 18801 : cluster [DBG] pgmap v16611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:07.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:06.889984+0000 mgr.y (mgr.14556) 18801 : cluster [DBG] pgmap v16611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:07.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:06.889984+0000 mgr.y (mgr.14556) 18801 : cluster [DBG] pgmap v16611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:59:07.153918+0000 mon.a (mon.0) 4039 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:59:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:59:07.405546+0000 mon.a (mon.0) 4040 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:59:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:59:07.411592+0000 mon.a (mon.0) 4041 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:59:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:59:07.700498+0000 mon.a (mon.0) 4042 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:59:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:59:07.701178+0000 mon.a (mon.0) 4043 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:59:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:59:07.707184+0000 mon.a (mon.0) 4044 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:59:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:59:07.153918+0000 mon.a (mon.0) 4039 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:59:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:59:07.405546+0000 mon.a (mon.0) 4040 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:59:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:59:07.411592+0000 mon.a (mon.0) 4041 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:59:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:59:07.700498+0000 mon.a (mon.0) 4042 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:59:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:59:07.701178+0000 mon.a (mon.0) 4043 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:59:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:59:07.707184+0000 mon.a (mon.0) 4044 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:59:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:59:07.153918+0000 mon.a (mon.0) 4039 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T15:59:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:59:07.405546+0000 mon.a (mon.0) 4040 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:59:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:59:07.411592+0000 mon.a (mon.0) 4041 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:59:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:59:07.700498+0000 mon.a (mon.0) 4042 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T15:59:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:59:07.701178+0000 mon.a (mon.0) 4043 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T15:59:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:59:07.707184+0000 mon.a (mon.0) 4044 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T15:59:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:08.890386+0000 mgr.y (mgr.14556) 18802 : cluster [DBG] pgmap v16612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:08.890386+0000 mgr.y (mgr.14556) 18802 : cluster [DBG] pgmap v16612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:08.890386+0000 mgr.y (mgr.14556) 18802 : cluster [DBG] pgmap v16612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:59:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:10.890940+0000 mgr.y (mgr.14556) 18803 : cluster [DBG] pgmap v16613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:10.890940+0000 mgr.y (mgr.14556) 18803 : cluster [DBG] pgmap v16613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:10.890940+0000 mgr.y (mgr.14556) 18803 : cluster [DBG] pgmap v16613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:59:13] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T15:59:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:12.891499+0000 mgr.y (mgr.14556) 18804 : cluster [DBG] pgmap v16614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:12.891499+0000 mgr.y (mgr.14556) 18804 : cluster [DBG] pgmap v16614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:12.891499+0000 mgr.y (mgr.14556) 18804 : cluster [DBG] pgmap v16614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:14.891840+0000 mgr.y (mgr.14556) 18805 : cluster [DBG] pgmap v16615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:14.891840+0000 mgr.y (mgr.14556) 18805 : cluster [DBG] pgmap v16615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:14.891840+0000 mgr.y (mgr.14556) 18805 : cluster [DBG] pgmap v16615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:18.256 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:59:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:16.892457+0000 mgr.y (mgr.14556) 18806 : cluster [DBG] pgmap v16616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:16.892457+0000 mgr.y (mgr.14556) 18806 : cluster [DBG] pgmap v16616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:16.892457+0000 mgr.y (mgr.14556) 18806 : cluster [DBG] pgmap v16616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:18.543 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:59:18.543 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 3m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:59:18.543 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 3m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:59:18.543 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 3m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:59:18.543 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 3m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:59:18.543 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 3m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:59:18.543 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 3m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:59:18.543 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 3m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 3m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 3m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 3m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 3m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 3m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 3m ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 3m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 3m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 3m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 3m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 3m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 3m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:59:18.544 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 3m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:59:18.892 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:59:18.892 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:59:18.892 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:59:18.892 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:59:18.892 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:59:18.892 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:59:18.893 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:59:18.893 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:59:18.893 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:59:18.893 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:59:18.893 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:59:18.893 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:59:18.894 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:59:18.894 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:59:18.894 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:59:18.894 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:59:18.894 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:59:19.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:59:18.892021+0000 mon.a (mon.0) 4045 : audit [DBG] from='client.? 172.21.15.23:0/3524097090' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:59:19.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:59:18.892021+0000 mon.a (mon.0) 4045 : audit [DBG] from='client.? 172.21.15.23:0/3524097090' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:59:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:59:18.892021+0000 mon.a (mon.0) 4045 : audit [DBG] from='client.? 172.21.15.23:0/3524097090' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:59:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:59:18.244578+0000 mgr.y (mgr.14556) 18807 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:59:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:59:18.535399+0000 mgr.y (mgr.14556) 18808 : audit [DBG] from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:59:20.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:18.892793+0000 mgr.y (mgr.14556) 18809 : cluster [DBG] pgmap v16617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:59:18.244578+0000 mgr.y (mgr.14556) 18807 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:59:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:59:18.535399+0000 mgr.y (mgr.14556) 18808 : audit [DBG] from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:59:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:18.892793+0000 mgr.y (mgr.14556) 18809 : cluster [DBG] pgmap v16617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:59:18.244578+0000 mgr.y (mgr.14556) 18807 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:59:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:59:18.535399+0000 mgr.y (mgr.14556) 18808 : audit [DBG] from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:59:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:18.892793+0000 mgr.y (mgr.14556) 18809 : cluster [DBG] pgmap v16617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:59:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:20.893581+0000 mgr.y (mgr.14556) 18810 : cluster [DBG] pgmap v16618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:20.893581+0000 mgr.y (mgr.14556) 18810 : cluster [DBG] pgmap v16618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:20.893581+0000 mgr.y (mgr.14556) 18810 : cluster [DBG] pgmap v16618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:24.029 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:59:23] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T15:59:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:22.893908+0000 mgr.y (mgr.14556) 18811 : cluster [DBG] pgmap v16619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:22.893908+0000 mgr.y (mgr.14556) 18811 : cluster [DBG] pgmap v16619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:22.893908+0000 mgr.y (mgr.14556) 18811 : cluster [DBG] pgmap v16619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:24.894465+0000 mgr.y (mgr.14556) 18812 : cluster [DBG] pgmap v16620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:24.894465+0000 mgr.y (mgr.14556) 18812 : cluster [DBG] pgmap v16620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:24.894465+0000 mgr.y (mgr.14556) 18812 : cluster [DBG] pgmap v16620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:28.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:26.895267+0000 mgr.y (mgr.14556) 18813 : cluster [DBG] pgmap v16621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:28.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:26.895267+0000 mgr.y (mgr.14556) 18813 : cluster [DBG] pgmap v16621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:26.895267+0000 mgr.y (mgr.14556) 18813 : cluster [DBG] pgmap v16621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:28.895846+0000 mgr.y (mgr.14556) 18814 : cluster [DBG] pgmap v16622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:28.895846+0000 mgr.y (mgr.14556) 18814 : cluster [DBG] pgmap v16622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:28.895846+0000 mgr.y (mgr.14556) 18814 : cluster [DBG] pgmap v16622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:59:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:30.896615+0000 mgr.y (mgr.14556) 18815 : cluster [DBG] pgmap v16623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:30.896615+0000 mgr.y (mgr.14556) 18815 : cluster [DBG] pgmap v16623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:30.896615+0000 mgr.y (mgr.14556) 18815 : cluster [DBG] pgmap v16623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:33.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:32.897127+0000 mgr.y (mgr.14556) 18816 : cluster [DBG] pgmap v16624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:32.897127+0000 mgr.y (mgr.14556) 18816 : cluster [DBG] pgmap v16624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:32.897127+0000 mgr.y (mgr.14556) 18816 : cluster [DBG] pgmap v16624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:59:33] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T15:59:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:34.897700+0000 mgr.y (mgr.14556) 18817 : cluster [DBG] pgmap v16625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:34.897700+0000 mgr.y (mgr.14556) 18817 : cluster [DBG] pgmap v16625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:34.897700+0000 mgr.y (mgr.14556) 18817 : cluster [DBG] pgmap v16625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:36.898383+0000 mgr.y (mgr.14556) 18818 : cluster [DBG] pgmap v16626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:36.898383+0000 mgr.y (mgr.14556) 18818 : cluster [DBG] pgmap v16626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:36.898383+0000 mgr.y (mgr.14556) 18818 : cluster [DBG] pgmap v16626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:38.898835+0000 mgr.y (mgr.14556) 18819 : cluster [DBG] pgmap v16627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:38.898835+0000 mgr.y (mgr.14556) 18819 : cluster [DBG] pgmap v16627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:38.898835+0000 mgr.y (mgr.14556) 18819 : cluster [DBG] pgmap v16627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:59:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:40.899475+0000 mgr.y (mgr.14556) 18820 : cluster [DBG] pgmap v16628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:40.899475+0000 mgr.y (mgr.14556) 18820 : cluster [DBG] pgmap v16628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:40.899475+0000 mgr.y (mgr.14556) 18820 : cluster [DBG] pgmap v16628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:59:43] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-03-22T15:59:44.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:42.899817+0000 mgr.y (mgr.14556) 18821 : cluster [DBG] pgmap v16629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:42.899817+0000 mgr.y (mgr.14556) 18821 : cluster [DBG] pgmap v16629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:42.899817+0000 mgr.y (mgr.14556) 18821 : cluster [DBG] pgmap v16629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:44.900368+0000 mgr.y (mgr.14556) 18822 : cluster [DBG] pgmap v16630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:44.900368+0000 mgr.y (mgr.14556) 18822 : cluster [DBG] pgmap v16630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:44.900368+0000 mgr.y (mgr.14556) 18822 : cluster [DBG] pgmap v16630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:48.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:46.901129+0000 mgr.y (mgr.14556) 18823 : cluster [DBG] pgmap v16631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:46.901129+0000 mgr.y (mgr.14556) 18823 : cluster [DBG] pgmap v16631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:46.901129+0000 mgr.y (mgr.14556) 18823 : cluster [DBG] pgmap v16631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:49.215 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 3m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 3m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 3m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 3m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 3m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 3m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 3m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 3m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 3m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 3m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 3m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T15:59:49.502 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 3m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T15:59:49.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 3m ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T15:59:49.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 3m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T15:59:49.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 3m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T15:59:49.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 3m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T15:59:49.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 3m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T15:59:49.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 3m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T15:59:49.503 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 3m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T15:59:49.503 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 3m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T15:59:49.849 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T15:59:49.850 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T15:59:49.850 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T15:59:49.850 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:59:49.850 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T15:59:49.850 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:59:49.850 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:59:49.850 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T15:59:49.850 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T15:59:49.850 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:59:49.850 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T15:59:49.850 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T15:59:49.850 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T15:59:49.851 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T15:59:49.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T15:59:49.851 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T15:59:49.851 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T15:59:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:48.901710+0000 mgr.y (mgr.14556) 18824 : cluster [DBG] pgmap v16632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:59:49.850066+0000 mon.a (mon.0) 4046 : audit [DBG] from='client.? 172.21.15.23:0/121095657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:59:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:48.901710+0000 mgr.y (mgr.14556) 18824 : cluster [DBG] pgmap v16632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:59:49.850066+0000 mon.a (mon.0) 4046 : audit [DBG] from='client.? 172.21.15.23:0/121095657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:59:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:48.901710+0000 mgr.y (mgr.14556) 18824 : cluster [DBG] pgmap v16632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:59:49.850066+0000 mon.a (mon.0) 4046 : audit [DBG] from='client.? 172.21.15.23:0/121095657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T15:59:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:59:49.204285+0000 mgr.y (mgr.14556) 18825 : audit [DBG] from='client.44066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:59:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T15:59:49.494089+0000 mgr.y (mgr.14556) 18826 : audit [DBG] from='client.44072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:59:51.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:59:49.204285+0000 mgr.y (mgr.14556) 18825 : audit [DBG] from='client.44066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:59:51.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T15:59:49.494089+0000 mgr.y (mgr.14556) 18826 : audit [DBG] from='client.44072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:59:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:59:49.204285+0000 mgr.y (mgr.14556) 18825 : audit [DBG] from='client.44066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:59:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T15:59:49.494089+0000 mgr.y (mgr.14556) 18826 : audit [DBG] from='client.44072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T15:59:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 15:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T15:59:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:50.902318+0000 mgr.y (mgr.14556) 18827 : cluster [DBG] pgmap v16633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:50.902318+0000 mgr.y (mgr.14556) 18827 : cluster [DBG] pgmap v16633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:50.902318+0000 mgr.y (mgr.14556) 18827 : cluster [DBG] pgmap v16633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:54.045 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 15:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:15:59:53] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T15:59:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:52.902780+0000 mgr.y (mgr.14556) 18828 : cluster [DBG] pgmap v16634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:54.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:52.902780+0000 mgr.y (mgr.14556) 18828 : cluster [DBG] pgmap v16634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:52.902780+0000 mgr.y (mgr.14556) 18828 : cluster [DBG] pgmap v16634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:54.903266+0000 mgr.y (mgr.14556) 18829 : cluster [DBG] pgmap v16635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:54.903266+0000 mgr.y (mgr.14556) 18829 : cluster [DBG] pgmap v16635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:54.903266+0000 mgr.y (mgr.14556) 18829 : cluster [DBG] pgmap v16635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 15:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:56.903901+0000 mgr.y (mgr.14556) 18830 : cluster [DBG] pgmap v16636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 15:59:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:56.903901+0000 mgr.y (mgr.14556) 18830 : cluster [DBG] pgmap v16636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T15:59:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 15:59:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:56.903901+0000 mgr.y (mgr.14556) 18830 : cluster [DBG] pgmap v16636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T15:59:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:00:00.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T15:59:58.904284+0000 mgr.y (mgr.14556) 18831 : cluster [DBG] pgmap v16637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:00.000174+0000 mon.a (mon.0) 4047 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:00:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T15:59:58.904284+0000 mgr.y (mgr.14556) 18831 : cluster [DBG] pgmap v16637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:00.000174+0000 mon.a (mon.0) 4047 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:00:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T15:59:58.904284+0000 mgr.y (mgr.14556) 18831 : cluster [DBG] pgmap v16637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:00.000174+0000 mon.a (mon.0) 4047 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:00:01.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:00.904847+0000 mgr.y (mgr.14556) 18832 : cluster [DBG] pgmap v16638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:01.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:00.904847+0000 mgr.y (mgr.14556) 18832 : cluster [DBG] pgmap v16638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:01.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:00.904847+0000 mgr.y (mgr.14556) 18832 : cluster [DBG] pgmap v16638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:00:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:00:03] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T16:00:04.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:02.905437+0000 mgr.y (mgr.14556) 18833 : cluster [DBG] pgmap v16639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:04.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:02.905437+0000 mgr.y (mgr.14556) 18833 : cluster [DBG] pgmap v16639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:02.905437+0000 mgr.y (mgr.14556) 18833 : cluster [DBG] pgmap v16639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:04.905798+0000 mgr.y (mgr.14556) 18834 : cluster [DBG] pgmap v16640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:04.905798+0000 mgr.y (mgr.14556) 18834 : cluster [DBG] pgmap v16640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:04.905798+0000 mgr.y (mgr.14556) 18834 : cluster [DBG] pgmap v16640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:06.906687+0000 mgr.y (mgr.14556) 18835 : cluster [DBG] pgmap v16641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:08.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:00:07.711716+0000 mon.a (mon.0) 4048 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:00:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:06.906687+0000 mgr.y (mgr.14556) 18835 : cluster [DBG] pgmap v16641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:00:07.711716+0000 mon.a (mon.0) 4048 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:00:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:06.906687+0000 mgr.y (mgr.14556) 18835 : cluster [DBG] pgmap v16641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:00:07.711716+0000 mon.a (mon.0) 4048 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:00:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:00:08.023687+0000 mon.a (mon.0) 4049 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:00:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:00:08.024378+0000 mon.a (mon.0) 4050 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:00:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:00:08.028680+0000 mon.a (mon.0) 4051 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:00:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:00:08.023687+0000 mon.a (mon.0) 4049 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:00:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:00:08.024378+0000 mon.a (mon.0) 4050 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:00:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:00:08.028680+0000 mon.a (mon.0) 4051 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:00:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:00:08.023687+0000 mon.a (mon.0) 4049 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:00:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:00:08.024378+0000 mon.a (mon.0) 4050 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:00:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:00:08.028680+0000 mon.a (mon.0) 4051 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:00:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:08.907139+0000 mgr.y (mgr.14556) 18836 : cluster [DBG] pgmap v16642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:08.907139+0000 mgr.y (mgr.14556) 18836 : cluster [DBG] pgmap v16642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:08.907139+0000 mgr.y (mgr.14556) 18836 : cluster [DBG] pgmap v16642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:00:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:10.907857+0000 mgr.y (mgr.14556) 18837 : cluster [DBG] pgmap v16643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:10.907857+0000 mgr.y (mgr.14556) 18837 : cluster [DBG] pgmap v16643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:10.907857+0000 mgr.y (mgr.14556) 18837 : cluster [DBG] pgmap v16643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:14.055 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:00:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T16:00:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:12.908290+0000 mgr.y (mgr.14556) 18838 : cluster [DBG] pgmap v16644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:12.908290+0000 mgr.y (mgr.14556) 18838 : cluster [DBG] pgmap v16644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:12.908290+0000 mgr.y (mgr.14556) 18838 : cluster [DBG] pgmap v16644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:16.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:14.908728+0000 mgr.y (mgr.14556) 18839 : cluster [DBG] pgmap v16645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:14.908728+0000 mgr.y (mgr.14556) 18839 : cluster [DBG] pgmap v16645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:14.908728+0000 mgr.y (mgr.14556) 18839 : cluster [DBG] pgmap v16645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:16.909481+0000 mgr.y (mgr.14556) 18840 : cluster [DBG] pgmap v16646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:16.909481+0000 mgr.y (mgr.14556) 18840 : cluster [DBG] pgmap v16646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:16.909481+0000 mgr.y (mgr.14556) 18840 : cluster [DBG] pgmap v16646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:19.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:18.909933+0000 mgr.y (mgr.14556) 18841 : cluster [DBG] pgmap v16647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:19.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:18.909933+0000 mgr.y (mgr.14556) 18841 : cluster [DBG] pgmap v16647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:18.909933+0000 mgr.y (mgr.14556) 18841 : cluster [DBG] pgmap v16647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:20.174 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:00:20.459 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:00:20.459 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 4m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:00:20.459 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 4m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:00:20.459 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 4m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:00:20.459 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 4m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:00:20.459 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 4m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:00:20.459 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 4m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 4m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 4m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 4m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 4m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 4m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 4m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 4m ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 4m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 4m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 4m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 4m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 4m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 4m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:00:20.460 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 4m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:00:20.806 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:00:20.807 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:00:20.808 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:00:20.808 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:00:21.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:00:20.806817+0000 mon.c (mon.2) 455 : audit [DBG] from='client.? 172.21.15.23:0/3203873870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:00:21.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:00:20.806817+0000 mon.c (mon.2) 455 : audit [DBG] from='client.? 172.21.15.23:0/3203873870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:00:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:00:20.806817+0000 mon.c (mon.2) 455 : audit [DBG] from='client.? 172.21.15.23:0/3203873870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:00:21.893 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:00:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:00:20.162227+0000 mgr.y (mgr.14556) 18842 : audit [DBG] from='client.44084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:00:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:00:20.451703+0000 mgr.y (mgr.14556) 18843 : audit [DBG] from='client.44090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:00:22.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:20.910632+0000 mgr.y (mgr.14556) 18844 : cluster [DBG] pgmap v16648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:00:20.162227+0000 mgr.y (mgr.14556) 18842 : audit [DBG] from='client.44084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:00:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:00:20.451703+0000 mgr.y (mgr.14556) 18843 : audit [DBG] from='client.44090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:00:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:20.910632+0000 mgr.y (mgr.14556) 18844 : cluster [DBG] pgmap v16648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:00:20.162227+0000 mgr.y (mgr.14556) 18842 : audit [DBG] from='client.44084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:00:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:00:20.451703+0000 mgr.y (mgr.14556) 18843 : audit [DBG] from='client.44090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:00:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:20.910632+0000 mgr.y (mgr.14556) 18844 : cluster [DBG] pgmap v16648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:00:23] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:00:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:22.911008+0000 mgr.y (mgr.14556) 18845 : cluster [DBG] pgmap v16649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:22.911008+0000 mgr.y (mgr.14556) 18845 : cluster [DBG] pgmap v16649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:22.911008+0000 mgr.y (mgr.14556) 18845 : cluster [DBG] pgmap v16649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:26.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:24.911444+0000 mgr.y (mgr.14556) 18846 : cluster [DBG] pgmap v16650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:24.911444+0000 mgr.y (mgr.14556) 18846 : cluster [DBG] pgmap v16650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:24.911444+0000 mgr.y (mgr.14556) 18846 : cluster [DBG] pgmap v16650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:28.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:26.912296+0000 mgr.y (mgr.14556) 18847 : cluster [DBG] pgmap v16651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:28.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:26.912296+0000 mgr.y (mgr.14556) 18847 : cluster [DBG] pgmap v16651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:26.912296+0000 mgr.y (mgr.14556) 18847 : cluster [DBG] pgmap v16651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:28.912869+0000 mgr.y (mgr.14556) 18848 : cluster [DBG] pgmap v16652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:30.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:28.912869+0000 mgr.y (mgr.14556) 18848 : cluster [DBG] pgmap v16652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:28.912869+0000 mgr.y (mgr.14556) 18848 : cluster [DBG] pgmap v16652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:00:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:30.913568+0000 mgr.y (mgr.14556) 18849 : cluster [DBG] pgmap v16653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:32.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:30.913568+0000 mgr.y (mgr.14556) 18849 : cluster [DBG] pgmap v16653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:30.913568+0000 mgr.y (mgr.14556) 18849 : cluster [DBG] pgmap v16653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:00:33] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:00:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:32.913977+0000 mgr.y (mgr.14556) 18850 : cluster [DBG] pgmap v16654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:32.913977+0000 mgr.y (mgr.14556) 18850 : cluster [DBG] pgmap v16654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:32.913977+0000 mgr.y (mgr.14556) 18850 : cluster [DBG] pgmap v16654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:36.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:34.914593+0000 mgr.y (mgr.14556) 18851 : cluster [DBG] pgmap v16655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:34.914593+0000 mgr.y (mgr.14556) 18851 : cluster [DBG] pgmap v16655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:34.914593+0000 mgr.y (mgr.14556) 18851 : cluster [DBG] pgmap v16655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:36.915427+0000 mgr.y (mgr.14556) 18852 : cluster [DBG] pgmap v16656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:36.915427+0000 mgr.y (mgr.14556) 18852 : cluster [DBG] pgmap v16656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:36.915427+0000 mgr.y (mgr.14556) 18852 : cluster [DBG] pgmap v16656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:38.915965+0000 mgr.y (mgr.14556) 18853 : cluster [DBG] pgmap v16657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:40.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:38.915965+0000 mgr.y (mgr.14556) 18853 : cluster [DBG] pgmap v16657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:38.915965+0000 mgr.y (mgr.14556) 18853 : cluster [DBG] pgmap v16657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:00:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:40.916793+0000 mgr.y (mgr.14556) 18854 : cluster [DBG] pgmap v16658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:40.916793+0000 mgr.y (mgr.14556) 18854 : cluster [DBG] pgmap v16658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:40.916793+0000 mgr.y (mgr.14556) 18854 : cluster [DBG] pgmap v16658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:44.055 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:00:43] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T16:00:44.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:42.917272+0000 mgr.y (mgr.14556) 18855 : cluster [DBG] pgmap v16659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:42.917272+0000 mgr.y (mgr.14556) 18855 : cluster [DBG] pgmap v16659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:42.917272+0000 mgr.y (mgr.14556) 18855 : cluster [DBG] pgmap v16659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:46.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:44.917691+0000 mgr.y (mgr.14556) 18856 : cluster [DBG] pgmap v16660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:44.917691+0000 mgr.y (mgr.14556) 18856 : cluster [DBG] pgmap v16660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:44.917691+0000 mgr.y (mgr.14556) 18856 : cluster [DBG] pgmap v16660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:48.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:46.918350+0000 mgr.y (mgr.14556) 18857 : cluster [DBG] pgmap v16661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:46.918350+0000 mgr.y (mgr.14556) 18857 : cluster [DBG] pgmap v16661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:48.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:46.918350+0000 mgr.y (mgr.14556) 18857 : cluster [DBG] pgmap v16661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:50.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:48.918795+0000 mgr.y (mgr.14556) 18858 : cluster [DBG] pgmap v16662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:48.918795+0000 mgr.y (mgr.14556) 18858 : cluster [DBG] pgmap v16662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:48.918795+0000 mgr.y (mgr.14556) 18858 : cluster [DBG] pgmap v16662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:51.134 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:00:51.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:50.919321+0000 mgr.y (mgr.14556) 18859 : cluster [DBG] pgmap v16663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:51.423 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:00:51.423 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 4m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:00:51.423 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 4m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:00:51.423 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 4m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:00:51.423 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 4m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:00:51.423 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 4m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:00:51.423 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 4m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:00:51.423 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 4m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 4m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 4m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 4m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 4m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 4m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 4m ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 4m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 4m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 4m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 4m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 4m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 4m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:00:51.424 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 4m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:00:51.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:50.919321+0000 mgr.y (mgr.14556) 18859 : cluster [DBG] pgmap v16663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:50.919321+0000 mgr.y (mgr.14556) 18859 : cluster [DBG] pgmap v16663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:51.772 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:00:51.772 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:00:51.772 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:00:51.772 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:00:51.773 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:00:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:00:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:00:51.121660+0000 mgr.y (mgr.14556) 18860 : audit [DBG] from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:00:52.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:00:51.415735+0000 mgr.y (mgr.14556) 18861 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:00:52.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:00:51.772665+0000 mon.a (mon.0) 4052 : audit [DBG] from='client.? 172.21.15.23:0/2638290237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:00:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:00:51.121660+0000 mgr.y (mgr.14556) 18860 : audit [DBG] from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:00:52.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:00:51.415735+0000 mgr.y (mgr.14556) 18861 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:00:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:00:51.772665+0000 mon.a (mon.0) 4052 : audit [DBG] from='client.? 172.21.15.23:0/2638290237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:00:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:00:51.121660+0000 mgr.y (mgr.14556) 18860 : audit [DBG] from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:00:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:00:51.415735+0000 mgr.y (mgr.14556) 18861 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:00:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:00:51.772665+0000 mon.a (mon.0) 4052 : audit [DBG] from='client.? 172.21.15.23:0/2638290237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:00:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:52.919709+0000 mgr.y (mgr.14556) 18862 : cluster [DBG] pgmap v16664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:52.919709+0000 mgr.y (mgr.14556) 18862 : cluster [DBG] pgmap v16664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:52.919709+0000 mgr.y (mgr.14556) 18862 : cluster [DBG] pgmap v16664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:00:53] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-03-22T16:00:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:54.920092+0000 mgr.y (mgr.14556) 18863 : cluster [DBG] pgmap v16665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:54.920092+0000 mgr.y (mgr.14556) 18863 : cluster [DBG] pgmap v16665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:54.920092+0000 mgr.y (mgr.14556) 18863 : cluster [DBG] pgmap v16665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:58.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:56.921027+0000 mgr.y (mgr.14556) 18864 : cluster [DBG] pgmap v16666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:56.921027+0000 mgr.y (mgr.14556) 18864 : cluster [DBG] pgmap v16666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:00:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:56.921027+0000 mgr.y (mgr.14556) 18864 : cluster [DBG] pgmap v16666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:00:58.921434+0000 mgr.y (mgr.14556) 18865 : cluster [DBG] pgmap v16667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:00:58.921434+0000 mgr.y (mgr.14556) 18865 : cluster [DBG] pgmap v16667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:00:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:00:58.921434+0000 mgr.y (mgr.14556) 18865 : cluster [DBG] pgmap v16667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:01.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:01:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:00.922128+0000 mgr.y (mgr.14556) 18866 : cluster [DBG] pgmap v16668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:02.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:00.922128+0000 mgr.y (mgr.14556) 18866 : cluster [DBG] pgmap v16668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:00.922128+0000 mgr.y (mgr.14556) 18866 : cluster [DBG] pgmap v16668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:04.026 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:01:03] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-03-22T16:01:04.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:02.922589+0000 mgr.y (mgr.14556) 18867 : cluster [DBG] pgmap v16669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:04.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:02.922589+0000 mgr.y (mgr.14556) 18867 : cluster [DBG] pgmap v16669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:02.922589+0000 mgr.y (mgr.14556) 18867 : cluster [DBG] pgmap v16669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:04.922994+0000 mgr.y (mgr.14556) 18868 : cluster [DBG] pgmap v16670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:06.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:04.922994+0000 mgr.y (mgr.14556) 18868 : cluster [DBG] pgmap v16670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:04.922994+0000 mgr.y (mgr.14556) 18868 : cluster [DBG] pgmap v16670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:06.923880+0000 mgr.y (mgr.14556) 18869 : cluster [DBG] pgmap v16671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:01:08.033062+0000 mon.a (mon.0) 4053 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:01:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:06.923880+0000 mgr.y (mgr.14556) 18869 : cluster [DBG] pgmap v16671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:01:08.033062+0000 mon.a (mon.0) 4053 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:01:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:06.923880+0000 mgr.y (mgr.14556) 18869 : cluster [DBG] pgmap v16671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:01:08.033062+0000 mon.a (mon.0) 4053 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:01:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:01:08.344420+0000 mon.a (mon.0) 4054 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:01:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:01:08.345079+0000 mon.a (mon.0) 4055 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:01:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:01:08.351003+0000 mon.a (mon.0) 4056 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:01:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:01:08.344420+0000 mon.a (mon.0) 4054 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:01:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:01:08.345079+0000 mon.a (mon.0) 4055 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:01:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:01:08.351003+0000 mon.a (mon.0) 4056 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:01:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:01:08.344420+0000 mon.a (mon.0) 4054 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:01:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:01:08.345079+0000 mon.a (mon.0) 4055 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:01:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:01:08.351003+0000 mon.a (mon.0) 4056 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:01:10.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:08.924373+0000 mgr.y (mgr.14556) 18870 : cluster [DBG] pgmap v16672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:08.924373+0000 mgr.y (mgr.14556) 18870 : cluster [DBG] pgmap v16672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:08.924373+0000 mgr.y (mgr.14556) 18870 : cluster [DBG] pgmap v16672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:01:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:10.925030+0000 mgr.y (mgr.14556) 18871 : cluster [DBG] pgmap v16673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:12.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:10.925030+0000 mgr.y (mgr.14556) 18871 : cluster [DBG] pgmap v16673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:10.925030+0000 mgr.y (mgr.14556) 18871 : cluster [DBG] pgmap v16673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:14.060 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:01:13] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:01:14.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:12.925565+0000 mgr.y (mgr.14556) 18872 : cluster [DBG] pgmap v16674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:12.925565+0000 mgr.y (mgr.14556) 18872 : cluster [DBG] pgmap v16674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:14.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:12.925565+0000 mgr.y (mgr.14556) 18872 : cluster [DBG] pgmap v16674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:16.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:14.925969+0000 mgr.y (mgr.14556) 18873 : cluster [DBG] pgmap v16675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:14.925969+0000 mgr.y (mgr.14556) 18873 : cluster [DBG] pgmap v16675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:14.925969+0000 mgr.y (mgr.14556) 18873 : cluster [DBG] pgmap v16675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:18.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:16.926737+0000 mgr.y (mgr.14556) 18874 : cluster [DBG] pgmap v16676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:16.926737+0000 mgr.y (mgr.14556) 18874 : cluster [DBG] pgmap v16676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:16.926737+0000 mgr.y (mgr.14556) 18874 : cluster [DBG] pgmap v16676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:18.927155+0000 mgr.y (mgr.14556) 18875 : cluster [DBG] pgmap v16677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:20.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:18.927155+0000 mgr.y (mgr.14556) 18875 : cluster [DBG] pgmap v16677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:18.927155+0000 mgr.y (mgr.14556) 18875 : cluster [DBG] pgmap v16677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:01:22.099 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:01:22.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:20.928033+0000 mgr.y (mgr.14556) 18876 : cluster [DBG] pgmap v16678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:20.928033+0000 mgr.y (mgr.14556) 18876 : cluster [DBG] pgmap v16678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 5m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 5m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 5m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 5m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 5m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 5m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 5m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 5m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 5m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 5m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 5m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 5m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 5m ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 5m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:01:22.392 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 5m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:01:22.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 5m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:01:22.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 5m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:01:22.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 5m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:01:22.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 5m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:01:22.393 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 5m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:01:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:20.928033+0000 mgr.y (mgr.14556) 18876 : cluster [DBG] pgmap v16678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:22.746 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:01:22.746 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:01:22.746 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:01:22.747 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:01:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:01:22.087715+0000 mgr.y (mgr.14556) 18877 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:01:23.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:01:22.746538+0000 mon.c (mon.2) 456 : audit [DBG] from='client.? 172.21.15.23:0/103125678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:01:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:01:22.087715+0000 mgr.y (mgr.14556) 18877 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:01:23.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:01:22.746538+0000 mon.c (mon.2) 456 : audit [DBG] from='client.? 172.21.15.23:0/103125678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:01:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:01:22.087715+0000 mgr.y (mgr.14556) 18877 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:01:23.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:01:22.746538+0000 mon.c (mon.2) 456 : audit [DBG] from='client.? 172.21.15.23:0/103125678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:01:24.094 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:01:23] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T16:01:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:01:22.384079+0000 mgr.y (mgr.14556) 18878 : audit [DBG] from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:01:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:22.928520+0000 mgr.y (mgr.14556) 18879 : cluster [DBG] pgmap v16679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:24.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:01:22.384079+0000 mgr.y (mgr.14556) 18878 : audit [DBG] from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:01:24.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:22.928520+0000 mgr.y (mgr.14556) 18879 : cluster [DBG] pgmap v16679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:01:22.384079+0000 mgr.y (mgr.14556) 18878 : audit [DBG] from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:01:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:22.928520+0000 mgr.y (mgr.14556) 18879 : cluster [DBG] pgmap v16679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:24.928897+0000 mgr.y (mgr.14556) 18880 : cluster [DBG] pgmap v16680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:24.928897+0000 mgr.y (mgr.14556) 18880 : cluster [DBG] pgmap v16680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:24.928897+0000 mgr.y (mgr.14556) 18880 : cluster [DBG] pgmap v16680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:26.929712+0000 mgr.y (mgr.14556) 18881 : cluster [DBG] pgmap v16681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:28.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:26.929712+0000 mgr.y (mgr.14556) 18881 : cluster [DBG] pgmap v16681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:26.929712+0000 mgr.y (mgr.14556) 18881 : cluster [DBG] pgmap v16681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:30.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:28.930292+0000 mgr.y (mgr.14556) 18882 : cluster [DBG] pgmap v16682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:28.930292+0000 mgr.y (mgr.14556) 18882 : cluster [DBG] pgmap v16682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:28.930292+0000 mgr.y (mgr.14556) 18882 : cluster [DBG] pgmap v16682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:01:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:30.931024+0000 mgr.y (mgr.14556) 18883 : cluster [DBG] pgmap v16683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:30.931024+0000 mgr.y (mgr.14556) 18883 : cluster [DBG] pgmap v16683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:30.931024+0000 mgr.y (mgr.14556) 18883 : cluster [DBG] pgmap v16683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:34.030 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:01:33] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T16:01:34.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:32.931418+0000 mgr.y (mgr.14556) 18884 : cluster [DBG] pgmap v16684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:32.931418+0000 mgr.y (mgr.14556) 18884 : cluster [DBG] pgmap v16684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:34.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:32.931418+0000 mgr.y (mgr.14556) 18884 : cluster [DBG] pgmap v16684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:34.931993+0000 mgr.y (mgr.14556) 18885 : cluster [DBG] pgmap v16685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:36.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:34.931993+0000 mgr.y (mgr.14556) 18885 : cluster [DBG] pgmap v16685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:34.931993+0000 mgr.y (mgr.14556) 18885 : cluster [DBG] pgmap v16685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:36.932732+0000 mgr.y (mgr.14556) 18886 : cluster [DBG] pgmap v16686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:36.932732+0000 mgr.y (mgr.14556) 18886 : cluster [DBG] pgmap v16686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:36.932732+0000 mgr.y (mgr.14556) 18886 : cluster [DBG] pgmap v16686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:38.933138+0000 mgr.y (mgr.14556) 18887 : cluster [DBG] pgmap v16687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:38.933138+0000 mgr.y (mgr.14556) 18887 : cluster [DBG] pgmap v16687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:38.933138+0000 mgr.y (mgr.14556) 18887 : cluster [DBG] pgmap v16687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:01:42.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:40.933941+0000 mgr.y (mgr.14556) 18888 : cluster [DBG] pgmap v16688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:40.933941+0000 mgr.y (mgr.14556) 18888 : cluster [DBG] pgmap v16688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:40.933941+0000 mgr.y (mgr.14556) 18888 : cluster [DBG] pgmap v16688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:44.089 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:01:43] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:01:44.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:42.934394+0000 mgr.y (mgr.14556) 18889 : cluster [DBG] pgmap v16689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:44.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:42.934394+0000 mgr.y (mgr.14556) 18889 : cluster [DBG] pgmap v16689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:42.934394+0000 mgr.y (mgr.14556) 18889 : cluster [DBG] pgmap v16689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:46.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:44.934826+0000 mgr.y (mgr.14556) 18890 : cluster [DBG] pgmap v16690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:44.934826+0000 mgr.y (mgr.14556) 18890 : cluster [DBG] pgmap v16690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:44.934826+0000 mgr.y (mgr.14556) 18890 : cluster [DBG] pgmap v16690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:47.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:46.935751+0000 mgr.y (mgr.14556) 18891 : cluster [DBG] pgmap v16691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:46.935751+0000 mgr.y (mgr.14556) 18891 : cluster [DBG] pgmap v16691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:46.935751+0000 mgr.y (mgr.14556) 18891 : cluster [DBG] pgmap v16691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:48.936270+0000 mgr.y (mgr.14556) 18892 : cluster [DBG] pgmap v16692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:50.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:48.936270+0000 mgr.y (mgr.14556) 18892 : cluster [DBG] pgmap v16692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:48.936270+0000 mgr.y (mgr.14556) 18892 : cluster [DBG] pgmap v16692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:01:52.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:50.937064+0000 mgr.y (mgr.14556) 18893 : cluster [DBG] pgmap v16693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:52.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:50.937064+0000 mgr.y (mgr.14556) 18893 : cluster [DBG] pgmap v16693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:50.937064+0000 mgr.y (mgr.14556) 18893 : cluster [DBG] pgmap v16693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:53.073 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:01:53.358 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 5m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 5m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 5m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 5m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 5m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 5m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 5m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 5m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 5m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 5m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 5m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 5m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:01:53.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 5m ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:01:53.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 5m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:01:53.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 5m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:01:53.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 5m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:01:53.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 5m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:01:53.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 5m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:01:53.360 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 5m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:01:53.360 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 5m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:01:53.706 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:01:53.707 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:01:53.708 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:01:53.708 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:01:53.708 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:01:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:01:53] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:01:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:52.937388+0000 mgr.y (mgr.14556) 18894 : cluster [DBG] pgmap v16694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:01:53.060704+0000 mgr.y (mgr.14556) 18895 : audit [DBG] from='client.44138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:01:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:01:53.706613+0000 mon.c (mon.2) 457 : audit [DBG] from='client.? 172.21.15.23:0/1426124931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:01:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:52.937388+0000 mgr.y (mgr.14556) 18894 : cluster [DBG] pgmap v16694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:01:53.060704+0000 mgr.y (mgr.14556) 18895 : audit [DBG] from='client.44138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:01:54.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:01:53.706613+0000 mon.c (mon.2) 457 : audit [DBG] from='client.? 172.21.15.23:0/1426124931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:01:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:52.937388+0000 mgr.y (mgr.14556) 18894 : cluster [DBG] pgmap v16694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:01:53.060704+0000 mgr.y (mgr.14556) 18895 : audit [DBG] from='client.44138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:01:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:01:53.706613+0000 mon.c (mon.2) 457 : audit [DBG] from='client.? 172.21.15.23:0/1426124931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:01:55.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:01:53.350932+0000 mgr.y (mgr.14556) 18896 : audit [DBG] from='client.44144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:01:55.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:01:53.350932+0000 mgr.y (mgr.14556) 18896 : audit [DBG] from='client.44144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:01:55.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:01:53.350932+0000 mgr.y (mgr.14556) 18896 : audit [DBG] from='client.44144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:01:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:54.937967+0000 mgr.y (mgr.14556) 18897 : cluster [DBG] pgmap v16695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:54.937967+0000 mgr.y (mgr.14556) 18897 : cluster [DBG] pgmap v16695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:54.937967+0000 mgr.y (mgr.14556) 18897 : cluster [DBG] pgmap v16695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:56.938888+0000 mgr.y (mgr.14556) 18898 : cluster [DBG] pgmap v16696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:01:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:56.938888+0000 mgr.y (mgr.14556) 18898 : cluster [DBG] pgmap v16696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:01:58.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:01:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:56.938888+0000 mgr.y (mgr.14556) 18898 : cluster [DBG] pgmap v16696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:01:58.939470+0000 mgr.y (mgr.14556) 18899 : cluster [DBG] pgmap v16697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:01:58.939470+0000 mgr.y (mgr.14556) 18899 : cluster [DBG] pgmap v16697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:01:58.939470+0000 mgr.y (mgr.14556) 18899 : cluster [DBG] pgmap v16697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:02:02.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:00.940051+0000 mgr.y (mgr.14556) 18900 : cluster [DBG] pgmap v16698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:00.940051+0000 mgr.y (mgr.14556) 18900 : cluster [DBG] pgmap v16698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:00.940051+0000 mgr.y (mgr.14556) 18900 : cluster [DBG] pgmap v16698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:04.060 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:02:03] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:02:04.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:02.940545+0000 mgr.y (mgr.14556) 18901 : cluster [DBG] pgmap v16699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:04.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:02.940545+0000 mgr.y (mgr.14556) 18901 : cluster [DBG] pgmap v16699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:02.940545+0000 mgr.y (mgr.14556) 18901 : cluster [DBG] pgmap v16699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:06.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:04.941002+0000 mgr.y (mgr.14556) 18902 : cluster [DBG] pgmap v16700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:04.941002+0000 mgr.y (mgr.14556) 18902 : cluster [DBG] pgmap v16700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:06.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:04.941002+0000 mgr.y (mgr.14556) 18902 : cluster [DBG] pgmap v16700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:06.941814+0000 mgr.y (mgr.14556) 18903 : cluster [DBG] pgmap v16701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:08.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:06.941814+0000 mgr.y (mgr.14556) 18903 : cluster [DBG] pgmap v16701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:06.941814+0000 mgr.y (mgr.14556) 18903 : cluster [DBG] pgmap v16701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:09.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:02:08.355487+0000 mon.a (mon.0) 4057 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:02:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:02:08.663491+0000 mon.a (mon.0) 4058 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:02:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:02:08.664147+0000 mon.a (mon.0) 4059 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:02:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:02:08.669971+0000 mon.a (mon.0) 4060 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:02:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:02:08.355487+0000 mon.a (mon.0) 4057 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:02:09.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:02:08.663491+0000 mon.a (mon.0) 4058 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:02:09.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:02:08.664147+0000 mon.a (mon.0) 4059 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:02:09.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:02:08.669971+0000 mon.a (mon.0) 4060 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:02:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:02:08.355487+0000 mon.a (mon.0) 4057 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:02:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:02:08.663491+0000 mon.a (mon.0) 4058 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:02:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:02:08.664147+0000 mon.a (mon.0) 4059 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:02:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:02:08.669971+0000 mon.a (mon.0) 4060 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:02:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:08.942263+0000 mgr.y (mgr.14556) 18904 : cluster [DBG] pgmap v16702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:08.942263+0000 mgr.y (mgr.14556) 18904 : cluster [DBG] pgmap v16702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:08.942263+0000 mgr.y (mgr.14556) 18904 : cluster [DBG] pgmap v16702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:02:12.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:10.943151+0000 mgr.y (mgr.14556) 18905 : cluster [DBG] pgmap v16703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:10.943151+0000 mgr.y (mgr.14556) 18905 : cluster [DBG] pgmap v16703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:10.943151+0000 mgr.y (mgr.14556) 18905 : cluster [DBG] pgmap v16703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:14.101 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:02:13] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-03-22T16:02:14.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:12.943748+0000 mgr.y (mgr.14556) 18906 : cluster [DBG] pgmap v16704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:14.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:12.943748+0000 mgr.y (mgr.14556) 18906 : cluster [DBG] pgmap v16704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:12.943748+0000 mgr.y (mgr.14556) 18906 : cluster [DBG] pgmap v16704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:14.944181+0000 mgr.y (mgr.14556) 18907 : cluster [DBG] pgmap v16705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:14.944181+0000 mgr.y (mgr.14556) 18907 : cluster [DBG] pgmap v16705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:14.944181+0000 mgr.y (mgr.14556) 18907 : cluster [DBG] pgmap v16705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:18.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:16.944899+0000 mgr.y (mgr.14556) 18908 : cluster [DBG] pgmap v16706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:16.944899+0000 mgr.y (mgr.14556) 18908 : cluster [DBG] pgmap v16706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:16.944899+0000 mgr.y (mgr.14556) 18908 : cluster [DBG] pgmap v16706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:20.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:18.945536+0000 mgr.y (mgr.14556) 18909 : cluster [DBG] pgmap v16707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:20.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:18.945536+0000 mgr.y (mgr.14556) 18909 : cluster [DBG] pgmap v16707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:18.945536+0000 mgr.y (mgr.14556) 18909 : cluster [DBG] pgmap v16707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:02:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:20.946373+0000 mgr.y (mgr.14556) 18910 : cluster [DBG] pgmap v16708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:20.946373+0000 mgr.y (mgr.14556) 18910 : cluster [DBG] pgmap v16708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:20.946373+0000 mgr.y (mgr.14556) 18910 : cluster [DBG] pgmap v16708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:24.033 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:02:24.045 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:02:23] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:02:24.324 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:02:24.324 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 6m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:02:24.324 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 6m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:02:24.324 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 6m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:02:24.324 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 6m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 6m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 6m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 6m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 6m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 6m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 6m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 6m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 6m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 6m ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 6m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 6m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 6m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 6m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 6m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 6m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:02:24.325 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 6m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:02:24.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:22.946714+0000 mgr.y (mgr.14556) 18911 : cluster [DBG] pgmap v16709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:24.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:22.946714+0000 mgr.y (mgr.14556) 18911 : cluster [DBG] pgmap v16709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:24.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:22.946714+0000 mgr.y (mgr.14556) 18911 : cluster [DBG] pgmap v16709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:24.672 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:02:24.672 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:02:24.673 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:02:25.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:02:24.021672+0000 mgr.y (mgr.14556) 18912 : audit [DBG] from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:02:25.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:02:24.672497+0000 mon.a (mon.0) 4061 : audit [DBG] from='client.? 172.21.15.23:0/1007377883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:02:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:02:24.021672+0000 mgr.y (mgr.14556) 18912 : audit [DBG] from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:02:25.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:02:24.672497+0000 mon.a (mon.0) 4061 : audit [DBG] from='client.? 172.21.15.23:0/1007377883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:02:25.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:02:24.021672+0000 mgr.y (mgr.14556) 18912 : audit [DBG] from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:02:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:02:24.672497+0000 mon.a (mon.0) 4061 : audit [DBG] from='client.? 172.21.15.23:0/1007377883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:02:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:02:24.316130+0000 mgr.y (mgr.14556) 18913 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:02:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:24.947238+0000 mgr.y (mgr.14556) 18914 : cluster [DBG] pgmap v16710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:02:24.316130+0000 mgr.y (mgr.14556) 18913 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:02:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:24.947238+0000 mgr.y (mgr.14556) 18914 : cluster [DBG] pgmap v16710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:02:24.316130+0000 mgr.y (mgr.14556) 18913 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:02:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:24.947238+0000 mgr.y (mgr.14556) 18914 : cluster [DBG] pgmap v16710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:26.947987+0000 mgr.y (mgr.14556) 18915 : cluster [DBG] pgmap v16711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:28.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:26.947987+0000 mgr.y (mgr.14556) 18915 : cluster [DBG] pgmap v16711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:26.947987+0000 mgr.y (mgr.14556) 18915 : cluster [DBG] pgmap v16711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:28.948579+0000 mgr.y (mgr.14556) 18916 : cluster [DBG] pgmap v16712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:30.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:28.948579+0000 mgr.y (mgr.14556) 18916 : cluster [DBG] pgmap v16712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:30.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:28.948579+0000 mgr.y (mgr.14556) 18916 : cluster [DBG] pgmap v16712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:02:32.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:30.949200+0000 mgr.y (mgr.14556) 18917 : cluster [DBG] pgmap v16713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:30.949200+0000 mgr.y (mgr.14556) 18917 : cluster [DBG] pgmap v16713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:30.949200+0000 mgr.y (mgr.14556) 18917 : cluster [DBG] pgmap v16713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:33.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:32.949797+0000 mgr.y (mgr.14556) 18918 : cluster [DBG] pgmap v16714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:32.949797+0000 mgr.y (mgr.14556) 18918 : cluster [DBG] pgmap v16714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:32.949797+0000 mgr.y (mgr.14556) 18918 : cluster [DBG] pgmap v16714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:02:33] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:02:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:34.950229+0000 mgr.y (mgr.14556) 18919 : cluster [DBG] pgmap v16715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:36.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:34.950229+0000 mgr.y (mgr.14556) 18919 : cluster [DBG] pgmap v16715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:34.950229+0000 mgr.y (mgr.14556) 18919 : cluster [DBG] pgmap v16715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:38.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:36.950950+0000 mgr.y (mgr.14556) 18920 : cluster [DBG] pgmap v16716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:36.950950+0000 mgr.y (mgr.14556) 18920 : cluster [DBG] pgmap v16716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:38.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:36.950950+0000 mgr.y (mgr.14556) 18920 : cluster [DBG] pgmap v16716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:38.951492+0000 mgr.y (mgr.14556) 18921 : cluster [DBG] pgmap v16717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:38.951492+0000 mgr.y (mgr.14556) 18921 : cluster [DBG] pgmap v16717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:38.951492+0000 mgr.y (mgr.14556) 18921 : cluster [DBG] pgmap v16717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:02:42.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:40.952268+0000 mgr.y (mgr.14556) 18922 : cluster [DBG] pgmap v16718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:42.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:40.952268+0000 mgr.y (mgr.14556) 18922 : cluster [DBG] pgmap v16718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:40.952268+0000 mgr.y (mgr.14556) 18922 : cluster [DBG] pgmap v16718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:44.034 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:02:43] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T16:02:44.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:42.952635+0000 mgr.y (mgr.14556) 18923 : cluster [DBG] pgmap v16719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:44.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:42.952635+0000 mgr.y (mgr.14556) 18923 : cluster [DBG] pgmap v16719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:42.952635+0000 mgr.y (mgr.14556) 18923 : cluster [DBG] pgmap v16719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:44.953023+0000 mgr.y (mgr.14556) 18924 : cluster [DBG] pgmap v16720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:44.953023+0000 mgr.y (mgr.14556) 18924 : cluster [DBG] pgmap v16720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:44.953023+0000 mgr.y (mgr.14556) 18924 : cluster [DBG] pgmap v16720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:48.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:46.953892+0000 mgr.y (mgr.14556) 18925 : cluster [DBG] pgmap v16721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:48.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:46.953892+0000 mgr.y (mgr.14556) 18925 : cluster [DBG] pgmap v16721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:48.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:46.953892+0000 mgr.y (mgr.14556) 18925 : cluster [DBG] pgmap v16721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:50.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:48.954386+0000 mgr.y (mgr.14556) 18926 : cluster [DBG] pgmap v16722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:50.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:48.954386+0000 mgr.y (mgr.14556) 18926 : cluster [DBG] pgmap v16722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:48.954386+0000 mgr.y (mgr.14556) 18926 : cluster [DBG] pgmap v16722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:02:52.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:50.955066+0000 mgr.y (mgr.14556) 18927 : cluster [DBG] pgmap v16723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:50.955066+0000 mgr.y (mgr.14556) 18927 : cluster [DBG] pgmap v16723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:50.955066+0000 mgr.y (mgr.14556) 18927 : cluster [DBG] pgmap v16723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:54.065 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:02:53] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:02:54.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:52.955478+0000 mgr.y (mgr.14556) 18928 : cluster [DBG] pgmap v16724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:54.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:52.955478+0000 mgr.y (mgr.14556) 18928 : cluster [DBG] pgmap v16724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:54.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:52.955478+0000 mgr.y (mgr.14556) 18928 : cluster [DBG] pgmap v16724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:54.996 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:02:55.284 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:02:55.284 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 6m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:02:55.284 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 6m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:02:55.284 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 6m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:02:55.284 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 6m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:02:55.284 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 6m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:02:55.284 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 6m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 6m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 6m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 6m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 6m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 6m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 6m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 6m ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 6m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 6m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 6m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 6m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 6m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 6m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:02:55.285 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 6m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:02:55.636 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:02:55.636 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:02:55.636 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:02:55.636 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:02:55.636 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:02:55.636 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:02:55.636 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:02:55.637 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:02:55.637 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:02:55.637 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:02:55.637 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:02:55.637 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:02:55.637 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:02:55.637 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:02:55.637 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:02:55.637 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:02:55.637 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:02:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:54.955771+0000 mgr.y (mgr.14556) 18929 : cluster [DBG] pgmap v16725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:02:54.983965+0000 mgr.y (mgr.14556) 18930 : audit [DBG] from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:02:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:02:55.636109+0000 mon.c (mon.2) 458 : audit [DBG] from='client.? 172.21.15.23:0/2867838751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:02:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:54.955771+0000 mgr.y (mgr.14556) 18929 : cluster [DBG] pgmap v16725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:02:54.983965+0000 mgr.y (mgr.14556) 18930 : audit [DBG] from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:02:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:02:55.636109+0000 mon.c (mon.2) 458 : audit [DBG] from='client.? 172.21.15.23:0/2867838751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:02:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:54.955771+0000 mgr.y (mgr.14556) 18929 : cluster [DBG] pgmap v16725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:02:54.983965+0000 mgr.y (mgr.14556) 18930 : audit [DBG] from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:02:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:02:55.636109+0000 mon.c (mon.2) 458 : audit [DBG] from='client.? 172.21.15.23:0/2867838751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:02:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:02:55.276101+0000 mgr.y (mgr.14556) 18931 : audit [DBG] from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:02:57.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:02:55.276101+0000 mgr.y (mgr.14556) 18931 : audit [DBG] from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:02:57.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:02:55.276101+0000 mgr.y (mgr.14556) 18931 : audit [DBG] from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:02:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:02:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:56.956598+0000 mgr.y (mgr.14556) 18932 : cluster [DBG] pgmap v16726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:02:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:56.956598+0000 mgr.y (mgr.14556) 18932 : cluster [DBG] pgmap v16726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:02:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:02:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:56.956598+0000 mgr.y (mgr.14556) 18932 : cluster [DBG] pgmap v16726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:02:58.956987+0000 mgr.y (mgr.14556) 18933 : cluster [DBG] pgmap v16727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:02:58.956987+0000 mgr.y (mgr.14556) 18933 : cluster [DBG] pgmap v16727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:00.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:02:58.956987+0000 mgr.y (mgr.14556) 18933 : cluster [DBG] pgmap v16727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:03:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:00.957687+0000 mgr.y (mgr.14556) 18934 : cluster [DBG] pgmap v16728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:02.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:00.957687+0000 mgr.y (mgr.14556) 18934 : cluster [DBG] pgmap v16728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:02.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:00.957687+0000 mgr.y (mgr.14556) 18934 : cluster [DBG] pgmap v16728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:04.110 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:03:03] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:03:04.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:02.958065+0000 mgr.y (mgr.14556) 18935 : cluster [DBG] pgmap v16729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:04.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:02.958065+0000 mgr.y (mgr.14556) 18935 : cluster [DBG] pgmap v16729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:02.958065+0000 mgr.y (mgr.14556) 18935 : cluster [DBG] pgmap v16729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:05.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:04.958511+0000 mgr.y (mgr.14556) 18936 : cluster [DBG] pgmap v16730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:05.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:04.958511+0000 mgr.y (mgr.14556) 18936 : cluster [DBG] pgmap v16730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:05.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:04.958511+0000 mgr.y (mgr.14556) 18936 : cluster [DBG] pgmap v16730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:08.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:06.959219+0000 mgr.y (mgr.14556) 18937 : cluster [DBG] pgmap v16731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:06.959219+0000 mgr.y (mgr.14556) 18937 : cluster [DBG] pgmap v16731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:08.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:06.959219+0000 mgr.y (mgr.14556) 18937 : cluster [DBG] pgmap v16731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:09.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:03:08.675007+0000 mon.a (mon.0) 4062 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:03:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:03:08.981308+0000 mon.a (mon.0) 4063 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:03:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:03:08.981969+0000 mon.a (mon.0) 4064 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:03:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:03:08.990926+0000 mon.a (mon.0) 4065 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:03:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:03:08.675007+0000 mon.a (mon.0) 4062 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:03:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:03:08.981308+0000 mon.a (mon.0) 4063 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:03:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:03:08.981969+0000 mon.a (mon.0) 4064 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:03:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:03:08.990926+0000 mon.a (mon.0) 4065 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:03:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:03:08.675007+0000 mon.a (mon.0) 4062 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:03:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:03:08.981308+0000 mon.a (mon.0) 4063 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:03:09.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:03:08.981969+0000 mon.a (mon.0) 4064 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:03:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:03:08.990926+0000 mon.a (mon.0) 4065 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:03:10.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:08.959549+0000 mgr.y (mgr.14556) 18938 : cluster [DBG] pgmap v16732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:08.959549+0000 mgr.y (mgr.14556) 18938 : cluster [DBG] pgmap v16732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:10.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:08.959549+0000 mgr.y (mgr.14556) 18938 : cluster [DBG] pgmap v16732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:03:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:10.960185+0000 mgr.y (mgr.14556) 18939 : cluster [DBG] pgmap v16733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:10.960185+0000 mgr.y (mgr.14556) 18939 : cluster [DBG] pgmap v16733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:12.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:10.960185+0000 mgr.y (mgr.14556) 18939 : cluster [DBG] pgmap v16733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:14.074 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:03:13] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T16:03:14.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:12.960874+0000 mgr.y (mgr.14556) 18940 : cluster [DBG] pgmap v16734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:12.960874+0000 mgr.y (mgr.14556) 18940 : cluster [DBG] pgmap v16734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:12.960874+0000 mgr.y (mgr.14556) 18940 : cluster [DBG] pgmap v16734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:16.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:14.961417+0000 mgr.y (mgr.14556) 18941 : cluster [DBG] pgmap v16735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:14.961417+0000 mgr.y (mgr.14556) 18941 : cluster [DBG] pgmap v16735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:16.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:14.961417+0000 mgr.y (mgr.14556) 18941 : cluster [DBG] pgmap v16735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:16.962133+0000 mgr.y (mgr.14556) 18942 : cluster [DBG] pgmap v16736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:16.962133+0000 mgr.y (mgr.14556) 18942 : cluster [DBG] pgmap v16736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:18.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:16.962133+0000 mgr.y (mgr.14556) 18942 : cluster [DBG] pgmap v16736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:20.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:18.962549+0000 mgr.y (mgr.14556) 18943 : cluster [DBG] pgmap v16737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:18.962549+0000 mgr.y (mgr.14556) 18943 : cluster [DBG] pgmap v16737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:20.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:18.962549+0000 mgr.y (mgr.14556) 18943 : cluster [DBG] pgmap v16737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:03:22.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:20.963139+0000 mgr.y (mgr.14556) 18944 : cluster [DBG] pgmap v16738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:20.963139+0000 mgr.y (mgr.14556) 18944 : cluster [DBG] pgmap v16738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:22.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:20.963139+0000 mgr.y (mgr.14556) 18944 : cluster [DBG] pgmap v16738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:22.963725+0000 mgr.y (mgr.14556) 18945 : cluster [DBG] pgmap v16739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:22.963725+0000 mgr.y (mgr.14556) 18945 : cluster [DBG] pgmap v16739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:22.963725+0000 mgr.y (mgr.14556) 18945 : cluster [DBG] pgmap v16739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:03:23] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:03:25.959 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 7m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 7m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 7m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 7m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 7m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7m ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:03:26.249 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:03:26.250 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:03:26.250 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 7m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:03:26.250 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 7m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:03:26.250 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 7m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:03:26.250 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 7m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:03:26.250 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 7m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:03:26.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:24.964182+0000 mgr.y (mgr.14556) 18946 : cluster [DBG] pgmap v16740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:24.964182+0000 mgr.y (mgr.14556) 18946 : cluster [DBG] pgmap v16740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:26.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:24.964182+0000 mgr.y (mgr.14556) 18946 : cluster [DBG] pgmap v16740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:26.604 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:03:26.604 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:03:26.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:03:26.604 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:03:26.604 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:03:26.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:03:26.604 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:03:26.604 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:03:26.604 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:03:26.604 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:03:26.605 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:03:26.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:03:26.605 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:03:26.605 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:03:26.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:03:26.605 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:03:26.605 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:03:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:03:25.947398+0000 mgr.y (mgr.14556) 18947 : audit [DBG] from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:03:27.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:03:26.603830+0000 mon.c (mon.2) 459 : audit [DBG] from='client.? 172.21.15.23:0/2326620518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:03:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:03:25.947398+0000 mgr.y (mgr.14556) 18947 : audit [DBG] from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:03:27.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:03:26.603830+0000 mon.c (mon.2) 459 : audit [DBG] from='client.? 172.21.15.23:0/2326620518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:03:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:03:25.947398+0000 mgr.y (mgr.14556) 18947 : audit [DBG] from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:03:27.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:03:26.603830+0000 mon.c (mon.2) 459 : audit [DBG] from='client.? 172.21.15.23:0/2326620518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:03:28.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:03:26.240662+0000 mgr.y (mgr.14556) 18948 : audit [DBG] from='client.44198 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:03:28.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:26.965006+0000 mgr.y (mgr.14556) 18949 : cluster [DBG] pgmap v16741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:28.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:03:26.240662+0000 mgr.y (mgr.14556) 18948 : audit [DBG] from='client.44198 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:03:28.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:26.965006+0000 mgr.y (mgr.14556) 18949 : cluster [DBG] pgmap v16741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:03:26.240662+0000 mgr.y (mgr.14556) 18948 : audit [DBG] from='client.44198 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:03:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:26.965006+0000 mgr.y (mgr.14556) 18949 : cluster [DBG] pgmap v16741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:30.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:28.965605+0000 mgr.y (mgr.14556) 18950 : cluster [DBG] pgmap v16742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:28.965605+0000 mgr.y (mgr.14556) 18950 : cluster [DBG] pgmap v16742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:30.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:28.965605+0000 mgr.y (mgr.14556) 18950 : cluster [DBG] pgmap v16742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:03:32.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:30.966508+0000 mgr.y (mgr.14556) 18951 : cluster [DBG] pgmap v16743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:30.966508+0000 mgr.y (mgr.14556) 18951 : cluster [DBG] pgmap v16743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:30.966508+0000 mgr.y (mgr.14556) 18951 : cluster [DBG] pgmap v16743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:34.059 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:03:33] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:03:34.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:32.967086+0000 mgr.y (mgr.14556) 18952 : cluster [DBG] pgmap v16744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:34.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:32.967086+0000 mgr.y (mgr.14556) 18952 : cluster [DBG] pgmap v16744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:34.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:32.967086+0000 mgr.y (mgr.14556) 18952 : cluster [DBG] pgmap v16744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:36.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:34.967591+0000 mgr.y (mgr.14556) 18953 : cluster [DBG] pgmap v16745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:36.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:34.967591+0000 mgr.y (mgr.14556) 18953 : cluster [DBG] pgmap v16745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:36.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:34.967591+0000 mgr.y (mgr.14556) 18953 : cluster [DBG] pgmap v16745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:36.968193+0000 mgr.y (mgr.14556) 18954 : cluster [DBG] pgmap v16746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:36.968193+0000 mgr.y (mgr.14556) 18954 : cluster [DBG] pgmap v16746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:38.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:36.968193+0000 mgr.y (mgr.14556) 18954 : cluster [DBG] pgmap v16746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:40.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:38.968695+0000 mgr.y (mgr.14556) 18955 : cluster [DBG] pgmap v16747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:38.968695+0000 mgr.y (mgr.14556) 18955 : cluster [DBG] pgmap v16747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:38.968695+0000 mgr.y (mgr.14556) 18955 : cluster [DBG] pgmap v16747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:03:42.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:40.969357+0000 mgr.y (mgr.14556) 18956 : cluster [DBG] pgmap v16748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:40.969357+0000 mgr.y (mgr.14556) 18956 : cluster [DBG] pgmap v16748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:42.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:40.969357+0000 mgr.y (mgr.14556) 18956 : cluster [DBG] pgmap v16748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:44.090 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:03:43] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:03:44.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:42.969741+0000 mgr.y (mgr.14556) 18957 : cluster [DBG] pgmap v16749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:44.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:42.969741+0000 mgr.y (mgr.14556) 18957 : cluster [DBG] pgmap v16749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:44.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:42.969741+0000 mgr.y (mgr.14556) 18957 : cluster [DBG] pgmap v16749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:44.970134+0000 mgr.y (mgr.14556) 18958 : cluster [DBG] pgmap v16750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:44.970134+0000 mgr.y (mgr.14556) 18958 : cluster [DBG] pgmap v16750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:46.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:44.970134+0000 mgr.y (mgr.14556) 18958 : cluster [DBG] pgmap v16750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:46.970822+0000 mgr.y (mgr.14556) 18959 : cluster [DBG] pgmap v16751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:46.970822+0000 mgr.y (mgr.14556) 18959 : cluster [DBG] pgmap v16751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:48.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:46.970822+0000 mgr.y (mgr.14556) 18959 : cluster [DBG] pgmap v16751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:50.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:48.971239+0000 mgr.y (mgr.14556) 18960 : cluster [DBG] pgmap v16752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:48.971239+0000 mgr.y (mgr.14556) 18960 : cluster [DBG] pgmap v16752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:50.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:48.971239+0000 mgr.y (mgr.14556) 18960 : cluster [DBG] pgmap v16752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:03:52.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:50.971977+0000 mgr.y (mgr.14556) 18961 : cluster [DBG] pgmap v16753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:50.971977+0000 mgr.y (mgr.14556) 18961 : cluster [DBG] pgmap v16753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:52.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:50.971977+0000 mgr.y (mgr.14556) 18961 : cluster [DBG] pgmap v16753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:52.972435+0000 mgr.y (mgr.14556) 18962 : cluster [DBG] pgmap v16754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:52.972435+0000 mgr.y (mgr.14556) 18962 : cluster [DBG] pgmap v16754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:52.972435+0000 mgr.y (mgr.14556) 18962 : cluster [DBG] pgmap v16754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:03:53] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T16:03:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:54.972983+0000 mgr.y (mgr.14556) 18963 : cluster [DBG] pgmap v16755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:54.972983+0000 mgr.y (mgr.14556) 18963 : cluster [DBG] pgmap v16755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:56.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:54.972983+0000 mgr.y (mgr.14556) 18963 : cluster [DBG] pgmap v16755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:56.927 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:03:57.214 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:03:57.214 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:03:57.214 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 7m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:03:57.214 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:03:57.214 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 7m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:03:57.214 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 7m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:03:57.214 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:03:57.214 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:03:57.214 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 7m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:03:57.214 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:03:57.214 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:03:57.215 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 7m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:03:57.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7m ago 9h 46.7M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:03:57.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7m ago 9h 46.1M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:03:57.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7m ago 9h 44.8M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:03:57.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:03:57.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 7m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:03:57.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 7m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:03:57.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 7m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:03:57.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 7m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:03:57.215 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 7m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:03:57.565 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:03:57.565 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:03:57.566 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:03:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:03:56.915425+0000 mgr.y (mgr.14556) 18964 : audit [DBG] from='client.34302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:03:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:56.973531+0000 mgr.y (mgr.14556) 18965 : cluster [DBG] pgmap v16756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:03:57.565384+0000 mon.c (mon.2) 460 : audit [DBG] from='client.? 172.21.15.23:0/2600633172' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:03:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:03:56.915425+0000 mgr.y (mgr.14556) 18964 : audit [DBG] from='client.34302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:03:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:56.973531+0000 mgr.y (mgr.14556) 18965 : cluster [DBG] pgmap v16756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:03:57.565384+0000 mon.c (mon.2) 460 : audit [DBG] from='client.? 172.21.15.23:0/2600633172' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:03:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:03:56.915425+0000 mgr.y (mgr.14556) 18964 : audit [DBG] from='client.34302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:03:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:56.973531+0000 mgr.y (mgr.14556) 18965 : cluster [DBG] pgmap v16756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:03:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:03:57.565384+0000 mon.c (mon.2) 460 : audit [DBG] from='client.? 172.21.15.23:0/2600633172' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:03:59.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:03:57.205541+0000 mgr.y (mgr.14556) 18966 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:03:59.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:03:57.205541+0000 mgr.y (mgr.14556) 18966 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:03:59.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:03:57.205541+0000 mgr.y (mgr.14556) 18966 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:04:00.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:03:58.974015+0000 mgr.y (mgr.14556) 18967 : cluster [DBG] pgmap v16757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:03:58.974015+0000 mgr.y (mgr.14556) 18967 : cluster [DBG] pgmap v16757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:03:58.974015+0000 mgr.y (mgr.14556) 18967 : cluster [DBG] pgmap v16757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:04:02.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:00.974760+0000 mgr.y (mgr.14556) 18968 : cluster [DBG] pgmap v16758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:00.974760+0000 mgr.y (mgr.14556) 18968 : cluster [DBG] pgmap v16758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:00.974760+0000 mgr.y (mgr.14556) 18968 : cluster [DBG] pgmap v16758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:04.087 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:04:03] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T16:04:04.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:02.975259+0000 mgr.y (mgr.14556) 18969 : cluster [DBG] pgmap v16759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:04.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:02.975259+0000 mgr.y (mgr.14556) 18969 : cluster [DBG] pgmap v16759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:04.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:02.975259+0000 mgr.y (mgr.14556) 18969 : cluster [DBG] pgmap v16759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:04.975773+0000 mgr.y (mgr.14556) 18970 : cluster [DBG] pgmap v16760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:04.975773+0000 mgr.y (mgr.14556) 18970 : cluster [DBG] pgmap v16760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:04.975773+0000 mgr.y (mgr.14556) 18970 : cluster [DBG] pgmap v16760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:06.976456+0000 mgr.y (mgr.14556) 18971 : cluster [DBG] pgmap v16761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:06.976456+0000 mgr.y (mgr.14556) 18971 : cluster [DBG] pgmap v16761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:08.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:06.976456+0000 mgr.y (mgr.14556) 18971 : cluster [DBG] pgmap v16761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:09.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:08.995306+0000 mon.a (mon.0) 4066 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:04:09.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:08.995306+0000 mon.a (mon.0) 4066 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:04:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:08.995306+0000 mon.a (mon.0) 4066 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:04:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:08.976921+0000 mgr.y (mgr.14556) 18972 : cluster [DBG] pgmap v16762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:09.301690+0000 mon.a (mon.0) 4067 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:04:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:09.302369+0000 mon.a (mon.0) 4068 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:04:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:09.302945+0000 mon.a (mon.0) 4069 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:04:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:09.303512+0000 mon.a (mon.0) 4070 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:04:10.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T16:04:09.304005+0000 mgr.y (mgr.14556) 18973 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T16:04:10.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:09.312493+0000 mon.a (mon.0) 4071 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:04:10.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:09.313199+0000 mon.a (mon.0) 4072 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:04:10.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:09.313772+0000 mon.a (mon.0) 4073 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:04:10.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:09.324299+0000 mon.a (mon.0) 4074 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:04:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:08.976921+0000 mgr.y (mgr.14556) 18972 : cluster [DBG] pgmap v16762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:09.301690+0000 mon.a (mon.0) 4067 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:04:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:09.302369+0000 mon.a (mon.0) 4068 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:04:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:09.302945+0000 mon.a (mon.0) 4069 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:04:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:09.303512+0000 mon.a (mon.0) 4070 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:04:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T16:04:09.304005+0000 mgr.y (mgr.14556) 18973 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T16:04:10.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:09.312493+0000 mon.a (mon.0) 4071 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:04:10.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:09.313199+0000 mon.a (mon.0) 4072 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:04:10.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:09.313772+0000 mon.a (mon.0) 4073 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:04:10.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:09.324299+0000 mon.a (mon.0) 4074 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:04:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:08.976921+0000 mgr.y (mgr.14556) 18972 : cluster [DBG] pgmap v16762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:09.301690+0000 mon.a (mon.0) 4067 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:04:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:09.302369+0000 mon.a (mon.0) 4068 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:04:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:09.302945+0000 mon.a (mon.0) 4069 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:04:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:09.303512+0000 mon.a (mon.0) 4070 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:04:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T16:04:09.304005+0000 mgr.y (mgr.14556) 18973 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T16:04:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:09.312493+0000 mon.a (mon.0) 4071 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:04:10.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:09.313199+0000 mon.a (mon.0) 4072 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:04:10.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:09.313772+0000 mon.a (mon.0) 4073 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:04:10.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:09.324299+0000 mon.a (mon.0) 4074 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:04:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:10.977588+0000 mgr.y (mgr.14556) 18974 : cluster [DBG] pgmap v16763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:10.977588+0000 mgr.y (mgr.14556) 18974 : cluster [DBG] pgmap v16763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:10.977588+0000 mgr.y (mgr.14556) 18974 : cluster [DBG] pgmap v16763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:04:14.041 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:04:13] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T16:04:14.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:12.978189+0000 mgr.y (mgr.14556) 18975 : cluster [DBG] pgmap v16764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:12.978189+0000 mgr.y (mgr.14556) 18975 : cluster [DBG] pgmap v16764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:12.978189+0000 mgr.y (mgr.14556) 18975 : cluster [DBG] pgmap v16764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:16.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:14.978819+0000 mgr.y (mgr.14556) 18976 : cluster [DBG] pgmap v16765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:16.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:14.978819+0000 mgr.y (mgr.14556) 18976 : cluster [DBG] pgmap v16765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:16.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:14.978819+0000 mgr.y (mgr.14556) 18976 : cluster [DBG] pgmap v16765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:16.979519+0000 mgr.y (mgr.14556) 18977 : cluster [DBG] pgmap v16766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:16.979519+0000 mgr.y (mgr.14556) 18977 : cluster [DBG] pgmap v16766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:18.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:16.979519+0000 mgr.y (mgr.14556) 18977 : cluster [DBG] pgmap v16766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:18.979855+0000 mgr.y (mgr.14556) 18978 : cluster [DBG] pgmap v16767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:20.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:18.979855+0000 mgr.y (mgr.14556) 18978 : cluster [DBG] pgmap v16767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:20.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:18.979855+0000 mgr.y (mgr.14556) 18978 : cluster [DBG] pgmap v16767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:04:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:20.980621+0000 mgr.y (mgr.14556) 18979 : cluster [DBG] pgmap v16768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:20.980621+0000 mgr.y (mgr.14556) 18979 : cluster [DBG] pgmap v16768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:22.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:20.980621+0000 mgr.y (mgr.14556) 18979 : cluster [DBG] pgmap v16768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:24.090 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:04:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T16:04:24.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:22.980975+0000 mgr.y (mgr.14556) 18980 : cluster [DBG] pgmap v16769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:24.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:22.980975+0000 mgr.y (mgr.14556) 18980 : cluster [DBG] pgmap v16769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:22.980975+0000 mgr.y (mgr.14556) 18980 : cluster [DBG] pgmap v16769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:24.981398+0000 mgr.y (mgr.14556) 18981 : cluster [DBG] pgmap v16770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:24.981398+0000 mgr.y (mgr.14556) 18981 : cluster [DBG] pgmap v16770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:26.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:24.981398+0000 mgr.y (mgr.14556) 18981 : cluster [DBG] pgmap v16770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:27.893 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:04:28.182 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:04:28.182 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 8m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:04:28.182 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 8m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:04:28.182 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 8m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:04:28.182 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 8m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:04:28.182 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 8m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:04:28.182 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 8m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 8m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 8m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 8m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 8m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 8m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 8m ago 9h 46.7M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 8m ago 9h 46.1M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 8m ago 9h 44.8M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 8m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 8m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 8m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 8m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 8m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:04:28.183 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 8m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:04:28.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:26.982107+0000 mgr.y (mgr.14556) 18982 : cluster [DBG] pgmap v16771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:28.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:26.982107+0000 mgr.y (mgr.14556) 18982 : cluster [DBG] pgmap v16771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:28.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:26.982107+0000 mgr.y (mgr.14556) 18982 : cluster [DBG] pgmap v16771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:28.533 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:04:28.533 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:04:28.533 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:04:28.533 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:04:28.533 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:04:28.533 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:04:28.533 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:04:28.533 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:04:28.534 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:04:28.534 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:04:28.534 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:04:28.534 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:04:28.534 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:04:28.534 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:04:28.534 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:04:28.534 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:04:28.534 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:04:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:27.880070+0000 mgr.y (mgr.14556) 18983 : audit [DBG] from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:04:29.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:28.532892+0000 mon.c (mon.2) 461 : audit [DBG] from='client.? 172.21.15.23:0/3520863257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:04:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:27.880070+0000 mgr.y (mgr.14556) 18983 : audit [DBG] from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:04:29.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:28.532892+0000 mon.c (mon.2) 461 : audit [DBG] from='client.? 172.21.15.23:0/3520863257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:04:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:27.880070+0000 mgr.y (mgr.14556) 18983 : audit [DBG] from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:04:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:28.532892+0000 mon.c (mon.2) 461 : audit [DBG] from='client.? 172.21.15.23:0/3520863257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:04:30.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:28.173837+0000 mgr.y (mgr.14556) 18984 : audit [DBG] from='client.44234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:04:30.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:28.982482+0000 mgr.y (mgr.14556) 18985 : cluster [DBG] pgmap v16772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:28.173837+0000 mgr.y (mgr.14556) 18984 : audit [DBG] from='client.44234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:04:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:28.982482+0000 mgr.y (mgr.14556) 18985 : cluster [DBG] pgmap v16772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:30.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:28.173837+0000 mgr.y (mgr.14556) 18984 : audit [DBG] from='client.44234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:04:30.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:28.982482+0000 mgr.y (mgr.14556) 18985 : cluster [DBG] pgmap v16772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:30.983205+0000 mgr.y (mgr.14556) 18986 : cluster [DBG] pgmap v16773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:30.983205+0000 mgr.y (mgr.14556) 18986 : cluster [DBG] pgmap v16773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:30.983205+0000 mgr.y (mgr.14556) 18986 : cluster [DBG] pgmap v16773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:04:34.051 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:04:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T16:04:34.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:32.983729+0000 mgr.y (mgr.14556) 18987 : cluster [DBG] pgmap v16774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:34.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:32.983729+0000 mgr.y (mgr.14556) 18987 : cluster [DBG] pgmap v16774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:34.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:32.983729+0000 mgr.y (mgr.14556) 18987 : cluster [DBG] pgmap v16774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:36.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:34.984087+0000 mgr.y (mgr.14556) 18988 : cluster [DBG] pgmap v16775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:34.984087+0000 mgr.y (mgr.14556) 18988 : cluster [DBG] pgmap v16775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:36.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:34.984087+0000 mgr.y (mgr.14556) 18988 : cluster [DBG] pgmap v16775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:36.984668+0000 mgr.y (mgr.14556) 18989 : cluster [DBG] pgmap v16776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:36.984668+0000 mgr.y (mgr.14556) 18989 : cluster [DBG] pgmap v16776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:38.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:36.984668+0000 mgr.y (mgr.14556) 18989 : cluster [DBG] pgmap v16776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:40.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:38.985076+0000 mgr.y (mgr.14556) 18990 : cluster [DBG] pgmap v16777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:38.985076+0000 mgr.y (mgr.14556) 18990 : cluster [DBG] pgmap v16777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:38.985076+0000 mgr.y (mgr.14556) 18990 : cluster [DBG] pgmap v16777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:04:42.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:40.985680+0000 mgr.y (mgr.14556) 18991 : cluster [DBG] pgmap v16778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:40.985680+0000 mgr.y (mgr.14556) 18991 : cluster [DBG] pgmap v16778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:42.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:40.985680+0000 mgr.y (mgr.14556) 18991 : cluster [DBG] pgmap v16778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:44.106 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:04:43] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:04:44.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:42.986069+0000 mgr.y (mgr.14556) 18992 : cluster [DBG] pgmap v16779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:44.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:42.986069+0000 mgr.y (mgr.14556) 18992 : cluster [DBG] pgmap v16779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:42.986069+0000 mgr.y (mgr.14556) 18992 : cluster [DBG] pgmap v16779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:44.986458+0000 mgr.y (mgr.14556) 18993 : cluster [DBG] pgmap v16780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:44.986458+0000 mgr.y (mgr.14556) 18993 : cluster [DBG] pgmap v16780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:46.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:44.986458+0000 mgr.y (mgr.14556) 18993 : cluster [DBG] pgmap v16780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:46.987043+0000 mgr.y (mgr.14556) 18994 : cluster [DBG] pgmap v16781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:46.987043+0000 mgr.y (mgr.14556) 18994 : cluster [DBG] pgmap v16781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:48.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:46.987043+0000 mgr.y (mgr.14556) 18994 : cluster [DBG] pgmap v16781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:48.987527+0000 mgr.y (mgr.14556) 18995 : cluster [DBG] pgmap v16782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:48.987527+0000 mgr.y (mgr.14556) 18995 : cluster [DBG] pgmap v16782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:48.987527+0000 mgr.y (mgr.14556) 18995 : cluster [DBG] pgmap v16782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:04:52.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:50.988210+0000 mgr.y (mgr.14556) 18996 : cluster [DBG] pgmap v16783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:50.988210+0000 mgr.y (mgr.14556) 18996 : cluster [DBG] pgmap v16783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:52.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:50.988210+0000 mgr.y (mgr.14556) 18996 : cluster [DBG] pgmap v16783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:54.052 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:04:53] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T16:04:54.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:52.988653+0000 mgr.y (mgr.14556) 18997 : cluster [DBG] pgmap v16784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:54.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:52.988653+0000 mgr.y (mgr.14556) 18997 : cluster [DBG] pgmap v16784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:52.988653+0000 mgr.y (mgr.14556) 18997 : cluster [DBG] pgmap v16784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:54.989144+0000 mgr.y (mgr.14556) 18998 : cluster [DBG] pgmap v16785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:54.989144+0000 mgr.y (mgr.14556) 18998 : cluster [DBG] pgmap v16785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:56.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:54.989144+0000 mgr.y (mgr.14556) 18998 : cluster [DBG] pgmap v16785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:56.990052+0000 mgr.y (mgr.14556) 18999 : cluster [DBG] pgmap v16786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:56.990052+0000 mgr.y (mgr.14556) 18999 : cluster [DBG] pgmap v16786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:04:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:56.990052+0000 mgr.y (mgr.14556) 18999 : cluster [DBG] pgmap v16786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:04:58.859 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:04:59.150 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 8m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 8m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 8m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 8m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 8m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 8m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 8m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 8m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 8m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 8m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 8m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 8m ago 9h 46.7M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 8m ago 9h 46.1M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 8m ago 9h 44.8M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 8m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:04:59.151 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 8m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:04:59.152 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 8m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:04:59.152 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 8m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:04:59.152 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 8m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:04:59.152 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 8m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:04:59.499 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:04:59.499 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:04:59.499 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:04:59.499 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:04:59.499 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:04:59.499 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:04:59.499 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:04:59.499 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:04:59.499 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:04:59.499 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:04:59.500 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:04:59.500 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:04:59.500 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:04:59.500 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:04:59.500 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:04:59.500 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:04:59.500 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:05:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:58.847051+0000 mgr.y (mgr.14556) 19000 : audit [DBG] from='client.44246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:05:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:04:58.990391+0000 mgr.y (mgr.14556) 19001 : cluster [DBG] pgmap v16787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:59.498644+0000 mon.a (mon.0) 4075 : audit [DBG] from='client.? 172.21.15.23:0/4004049058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:05:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:58.847051+0000 mgr.y (mgr.14556) 19000 : audit [DBG] from='client.44246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:05:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:04:58.990391+0000 mgr.y (mgr.14556) 19001 : cluster [DBG] pgmap v16787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:59.498644+0000 mon.a (mon.0) 4075 : audit [DBG] from='client.? 172.21.15.23:0/4004049058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:05:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:58.847051+0000 mgr.y (mgr.14556) 19000 : audit [DBG] from='client.44246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:05:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:04:58.990391+0000 mgr.y (mgr.14556) 19001 : cluster [DBG] pgmap v16787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:59.498644+0000 mon.a (mon.0) 4075 : audit [DBG] from='client.? 172.21.15.23:0/4004049058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:05:01.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:04:59.142498+0000 mgr.y (mgr.14556) 19002 : audit [DBG] from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:05:01.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:04:59.142498+0000 mgr.y (mgr.14556) 19002 : audit [DBG] from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:05:01.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:04:59.142498+0000 mgr.y (mgr.14556) 19002 : audit [DBG] from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:05:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:05:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:00.990995+0000 mgr.y (mgr.14556) 19003 : cluster [DBG] pgmap v16788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:02.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:00.990995+0000 mgr.y (mgr.14556) 19003 : cluster [DBG] pgmap v16788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:00.990995+0000 mgr.y (mgr.14556) 19003 : cluster [DBG] pgmap v16788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:04.090 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:05:03] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T16:05:04.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:02.991412+0000 mgr.y (mgr.14556) 19004 : cluster [DBG] pgmap v16789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:04.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:02.991412+0000 mgr.y (mgr.14556) 19004 : cluster [DBG] pgmap v16789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:02.991412+0000 mgr.y (mgr.14556) 19004 : cluster [DBG] pgmap v16789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:04.991766+0000 mgr.y (mgr.14556) 19005 : cluster [DBG] pgmap v16790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:04.991766+0000 mgr.y (mgr.14556) 19005 : cluster [DBG] pgmap v16790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:04.991766+0000 mgr.y (mgr.14556) 19005 : cluster [DBG] pgmap v16790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:06.992411+0000 mgr.y (mgr.14556) 19006 : cluster [DBG] pgmap v16791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:06.992411+0000 mgr.y (mgr.14556) 19006 : cluster [DBG] pgmap v16791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:08.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:06.992411+0000 mgr.y (mgr.14556) 19006 : cluster [DBG] pgmap v16791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:08.992932+0000 mgr.y (mgr.14556) 19007 : cluster [DBG] pgmap v16792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:05:09.328781+0000 mon.a (mon.0) 4076 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:05:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:05:09.632665+0000 mon.a (mon.0) 4077 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:05:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:05:09.633316+0000 mon.a (mon.0) 4078 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:05:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:05:09.637697+0000 mon.a (mon.0) 4079 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:05:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:08.992932+0000 mgr.y (mgr.14556) 19007 : cluster [DBG] pgmap v16792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:05:09.328781+0000 mon.a (mon.0) 4076 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:05:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:05:09.632665+0000 mon.a (mon.0) 4077 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:05:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:05:09.633316+0000 mon.a (mon.0) 4078 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:05:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:05:09.637697+0000 mon.a (mon.0) 4079 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:05:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:08.992932+0000 mgr.y (mgr.14556) 19007 : cluster [DBG] pgmap v16792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:05:09.328781+0000 mon.a (mon.0) 4076 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:05:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:05:09.632665+0000 mon.a (mon.0) 4077 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:05:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:05:09.633316+0000 mon.a (mon.0) 4078 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:05:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:05:09.637697+0000 mon.a (mon.0) 4079 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:05:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:05:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:10.993548+0000 mgr.y (mgr.14556) 19008 : cluster [DBG] pgmap v16793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:10.993548+0000 mgr.y (mgr.14556) 19008 : cluster [DBG] pgmap v16793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:10.993548+0000 mgr.y (mgr.14556) 19008 : cluster [DBG] pgmap v16793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:05:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:05:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:12.994098+0000 mgr.y (mgr.14556) 19009 : cluster [DBG] pgmap v16794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:12.994098+0000 mgr.y (mgr.14556) 19009 : cluster [DBG] pgmap v16794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:12.994098+0000 mgr.y (mgr.14556) 19009 : cluster [DBG] pgmap v16794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:14.994564+0000 mgr.y (mgr.14556) 19010 : cluster [DBG] pgmap v16795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:14.994564+0000 mgr.y (mgr.14556) 19010 : cluster [DBG] pgmap v16795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:14.994564+0000 mgr.y (mgr.14556) 19010 : cluster [DBG] pgmap v16795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:16.995166+0000 mgr.y (mgr.14556) 19011 : cluster [DBG] pgmap v16796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:16.995166+0000 mgr.y (mgr.14556) 19011 : cluster [DBG] pgmap v16796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:18.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:16.995166+0000 mgr.y (mgr.14556) 19011 : cluster [DBG] pgmap v16796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:18.995555+0000 mgr.y (mgr.14556) 19012 : cluster [DBG] pgmap v16797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:20.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:18.995555+0000 mgr.y (mgr.14556) 19012 : cluster [DBG] pgmap v16797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:20.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:18.995555+0000 mgr.y (mgr.14556) 19012 : cluster [DBG] pgmap v16797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:05:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:20.996223+0000 mgr.y (mgr.14556) 19013 : cluster [DBG] pgmap v16798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:20.996223+0000 mgr.y (mgr.14556) 19013 : cluster [DBG] pgmap v16798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:22.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:20.996223+0000 mgr.y (mgr.14556) 19013 : cluster [DBG] pgmap v16798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:24.089 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:05:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T16:05:24.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:22.996795+0000 mgr.y (mgr.14556) 19014 : cluster [DBG] pgmap v16799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:24.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:22.996795+0000 mgr.y (mgr.14556) 19014 : cluster [DBG] pgmap v16799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:22.996795+0000 mgr.y (mgr.14556) 19014 : cluster [DBG] pgmap v16799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:24.997174+0000 mgr.y (mgr.14556) 19015 : cluster [DBG] pgmap v16800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:24.997174+0000 mgr.y (mgr.14556) 19015 : cluster [DBG] pgmap v16800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:26.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:24.997174+0000 mgr.y (mgr.14556) 19015 : cluster [DBG] pgmap v16800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:28.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:26.997834+0000 mgr.y (mgr.14556) 19016 : cluster [DBG] pgmap v16801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:28.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:26.997834+0000 mgr.y (mgr.14556) 19016 : cluster [DBG] pgmap v16801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:26.997834+0000 mgr.y (mgr.14556) 19016 : cluster [DBG] pgmap v16801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:29.824 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:05:30.114 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 9m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 9m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 9m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 9m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 9m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 9m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 9m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 9m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 9m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 9m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 9m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 9m ago 9h 46.7M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 9m ago 9h 46.1M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 9m ago 9h 44.8M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:05:30.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 9m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:05:30.116 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 9m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:05:30.116 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 9m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:05:30.116 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 9m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:05:30.116 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 9m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:05:30.116 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 9m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:05:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:28.998379+0000 mgr.y (mgr.14556) 19017 : cluster [DBG] pgmap v16802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:30.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:28.998379+0000 mgr.y (mgr.14556) 19017 : cluster [DBG] pgmap v16802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:30.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:28.998379+0000 mgr.y (mgr.14556) 19017 : cluster [DBG] pgmap v16802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:30.466 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:05:30.466 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:05:30.466 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:05:30.467 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:05:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:05:29.811845+0000 mgr.y (mgr.14556) 19018 : audit [DBG] from='client.44264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:05:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:05:30.105946+0000 mgr.y (mgr.14556) 19019 : audit [DBG] from='client.44270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:05:31.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:05:30.466098+0000 mon.a (mon.0) 4080 : audit [DBG] from='client.? 172.21.15.23:0/1851949868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:05:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:05:29.811845+0000 mgr.y (mgr.14556) 19018 : audit [DBG] from='client.44264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:05:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:05:30.105946+0000 mgr.y (mgr.14556) 19019 : audit [DBG] from='client.44270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:05:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:05:30.466098+0000 mon.a (mon.0) 4080 : audit [DBG] from='client.? 172.21.15.23:0/1851949868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:05:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:05:29.811845+0000 mgr.y (mgr.14556) 19018 : audit [DBG] from='client.44264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:05:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:05:30.105946+0000 mgr.y (mgr.14556) 19019 : audit [DBG] from='client.44270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:05:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:05:30.466098+0000 mon.a (mon.0) 4080 : audit [DBG] from='client.? 172.21.15.23:0/1851949868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:05:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:05:32.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:30.999177+0000 mgr.y (mgr.14556) 19020 : cluster [DBG] pgmap v16803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:30.999177+0000 mgr.y (mgr.14556) 19020 : cluster [DBG] pgmap v16803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:30.999177+0000 mgr.y (mgr.14556) 19020 : cluster [DBG] pgmap v16803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:32.999552+0000 mgr.y (mgr.14556) 19021 : cluster [DBG] pgmap v16804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:32.999552+0000 mgr.y (mgr.14556) 19021 : cluster [DBG] pgmap v16804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:32.999552+0000 mgr.y (mgr.14556) 19021 : cluster [DBG] pgmap v16804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:05:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T16:05:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:34.999935+0000 mgr.y (mgr.14556) 19022 : cluster [DBG] pgmap v16805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:36.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:34.999935+0000 mgr.y (mgr.14556) 19022 : cluster [DBG] pgmap v16805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:36.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:34.999935+0000 mgr.y (mgr.14556) 19022 : cluster [DBG] pgmap v16805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:37.000650+0000 mgr.y (mgr.14556) 19023 : cluster [DBG] pgmap v16806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:37.000650+0000 mgr.y (mgr.14556) 19023 : cluster [DBG] pgmap v16806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:38.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:37.000650+0000 mgr.y (mgr.14556) 19023 : cluster [DBG] pgmap v16806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:40.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:39.001095+0000 mgr.y (mgr.14556) 19024 : cluster [DBG] pgmap v16807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:39.001095+0000 mgr.y (mgr.14556) 19024 : cluster [DBG] pgmap v16807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:39.001095+0000 mgr.y (mgr.14556) 19024 : cluster [DBG] pgmap v16807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:05:42.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:41.001734+0000 mgr.y (mgr.14556) 19025 : cluster [DBG] pgmap v16808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:42.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:41.001734+0000 mgr.y (mgr.14556) 19025 : cluster [DBG] pgmap v16808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:42.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:41.001734+0000 mgr.y (mgr.14556) 19025 : cluster [DBG] pgmap v16808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:44.086 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:05:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T16:05:44.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:43.002191+0000 mgr.y (mgr.14556) 19026 : cluster [DBG] pgmap v16809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:44.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:43.002191+0000 mgr.y (mgr.14556) 19026 : cluster [DBG] pgmap v16809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:43.002191+0000 mgr.y (mgr.14556) 19026 : cluster [DBG] pgmap v16809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:45.002641+0000 mgr.y (mgr.14556) 19027 : cluster [DBG] pgmap v16810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:45.002641+0000 mgr.y (mgr.14556) 19027 : cluster [DBG] pgmap v16810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:46.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:45.002641+0000 mgr.y (mgr.14556) 19027 : cluster [DBG] pgmap v16810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:47.003435+0000 mgr.y (mgr.14556) 19028 : cluster [DBG] pgmap v16811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:47.003435+0000 mgr.y (mgr.14556) 19028 : cluster [DBG] pgmap v16811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:48.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:47.003435+0000 mgr.y (mgr.14556) 19028 : cluster [DBG] pgmap v16811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:49.003852+0000 mgr.y (mgr.14556) 19029 : cluster [DBG] pgmap v16812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:50.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:49.003852+0000 mgr.y (mgr.14556) 19029 : cluster [DBG] pgmap v16812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:50.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:49.003852+0000 mgr.y (mgr.14556) 19029 : cluster [DBG] pgmap v16812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:05:52.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:51.004578+0000 mgr.y (mgr.14556) 19030 : cluster [DBG] pgmap v16813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:51.004578+0000 mgr.y (mgr.14556) 19030 : cluster [DBG] pgmap v16813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:52.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:51.004578+0000 mgr.y (mgr.14556) 19030 : cluster [DBG] pgmap v16813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:54.117 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:05:53] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T16:05:54.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:53.004984+0000 mgr.y (mgr.14556) 19031 : cluster [DBG] pgmap v16814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:54.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:53.004984+0000 mgr.y (mgr.14556) 19031 : cluster [DBG] pgmap v16814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:53.004984+0000 mgr.y (mgr.14556) 19031 : cluster [DBG] pgmap v16814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:56.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:55.005563+0000 mgr.y (mgr.14556) 19032 : cluster [DBG] pgmap v16815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:56.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:55.005563+0000 mgr.y (mgr.14556) 19032 : cluster [DBG] pgmap v16815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:56.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:55.005563+0000 mgr.y (mgr.14556) 19032 : cluster [DBG] pgmap v16815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:05:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:57.006495+0000 mgr.y (mgr.14556) 19033 : cluster [DBG] pgmap v16816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:05:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:57.006495+0000 mgr.y (mgr.14556) 19033 : cluster [DBG] pgmap v16816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:05:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:05:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:57.006495+0000 mgr.y (mgr.14556) 19033 : cluster [DBG] pgmap v16816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:05:59.007027+0000 mgr.y (mgr.14556) 19034 : cluster [DBG] pgmap v16817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:05:59.007027+0000 mgr.y (mgr.14556) 19034 : cluster [DBG] pgmap v16817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:05:59.007027+0000 mgr.y (mgr.14556) 19034 : cluster [DBG] pgmap v16817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:00.791 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:06:01.078 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 9m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 9m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 9m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 9m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 9m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 9m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 9m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 9m ago 9h 821M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 9m ago 9h 826M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 9m ago 9h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 9m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 9m ago 9h 46.7M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:06:01.079 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 9m ago 9h 46.1M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:06:01.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 9m ago 9h 44.8M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:06:01.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 9m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:06:01.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 9m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:06:01.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 9m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:06:01.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 9m ago 9h 43.8M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:06:01.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 9m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:06:01.080 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 9m ago 9h 103M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:06:01.430 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:06:01.430 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:06:01.430 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:06:01.430 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:06:01.430 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:06:01.430 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:06:01.430 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:06:01.430 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:06:01.430 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:06:01.430 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:06:01.430 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:06:01.431 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:06:01.431 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:06:01.431 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:06:01.431 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:06:01.431 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:06:01.431 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:06:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:06:00.779361+0000 mgr.y (mgr.14556) 19035 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:06:01.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:01.007717+0000 mgr.y (mgr.14556) 19036 : cluster [DBG] pgmap v16818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:01.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:06:01.070239+0000 mgr.y (mgr.14556) 19037 : audit [DBG] from='client.44288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:06:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:06:00.779361+0000 mgr.y (mgr.14556) 19035 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:06:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:01.007717+0000 mgr.y (mgr.14556) 19036 : cluster [DBG] pgmap v16818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:06:01.070239+0000 mgr.y (mgr.14556) 19037 : audit [DBG] from='client.44288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:06:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:06:00.779361+0000 mgr.y (mgr.14556) 19035 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:06:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:01.007717+0000 mgr.y (mgr.14556) 19036 : cluster [DBG] pgmap v16818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:06:01.070239+0000 mgr.y (mgr.14556) 19037 : audit [DBG] from='client.44288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:06:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:06:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:06:01.429469+0000 mon.a (mon.0) 4081 : audit [DBG] from='client.? 172.21.15.23:0/2247859261' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:06:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:06:01.429469+0000 mon.a (mon.0) 4081 : audit [DBG] from='client.? 172.21.15.23:0/2247859261' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:06:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:06:01.429469+0000 mon.a (mon.0) 4081 : audit [DBG] from='client.? 172.21.15.23:0/2247859261' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:06:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:03.008398+0000 mgr.y (mgr.14556) 19038 : cluster [DBG] pgmap v16819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:03.008398+0000 mgr.y (mgr.14556) 19038 : cluster [DBG] pgmap v16819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:03.008398+0000 mgr.y (mgr.14556) 19038 : cluster [DBG] pgmap v16819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:06:03] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-03-22T16:06:06.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:05.008962+0000 mgr.y (mgr.14556) 19039 : cluster [DBG] pgmap v16820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:06.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:05.008962+0000 mgr.y (mgr.14556) 19039 : cluster [DBG] pgmap v16820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:05.008962+0000 mgr.y (mgr.14556) 19039 : cluster [DBG] pgmap v16820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:08.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:07.009718+0000 mgr.y (mgr.14556) 19040 : cluster [DBG] pgmap v16821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:08.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:07.009718+0000 mgr.y (mgr.14556) 19040 : cluster [DBG] pgmap v16821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:08.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:07.009718+0000 mgr.y (mgr.14556) 19040 : cluster [DBG] pgmap v16821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:09.010143+0000 mgr.y (mgr.14556) 19041 : cluster [DBG] pgmap v16822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:06:09.642047+0000 mon.a (mon.0) 4082 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:06:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:09.010143+0000 mgr.y (mgr.14556) 19041 : cluster [DBG] pgmap v16822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:10.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:06:09.642047+0000 mon.a (mon.0) 4082 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:06:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:09.010143+0000 mgr.y (mgr.14556) 19041 : cluster [DBG] pgmap v16822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:06:09.642047+0000 mon.a (mon.0) 4082 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:06:11.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:06:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:11.010811+0000 mgr.y (mgr.14556) 19042 : cluster [DBG] pgmap v16823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:11.010811+0000 mgr.y (mgr.14556) 19042 : cluster [DBG] pgmap v16823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:11.010811+0000 mgr.y (mgr.14556) 19042 : cluster [DBG] pgmap v16823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:06:12.318216+0000 mon.a (mon.0) 4083 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:06:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:13.011268+0000 mgr.y (mgr.14556) 19043 : cluster [DBG] pgmap v16824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:06:13.251786+0000 mon.a (mon.0) 4084 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:06:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:06:12.318216+0000 mon.a (mon.0) 4083 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:06:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:13.011268+0000 mgr.y (mgr.14556) 19043 : cluster [DBG] pgmap v16824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:06:13.251786+0000 mon.a (mon.0) 4084 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:06:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:06:12.318216+0000 mon.a (mon.0) 4083 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:06:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:13.011268+0000 mgr.y (mgr.14556) 19043 : cluster [DBG] pgmap v16824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:06:13.251786+0000 mon.a (mon.0) 4084 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:06:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:06:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T16:06:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:06:13.549457+0000 mon.a (mon.0) 4085 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:06:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:06:13.550431+0000 mon.a (mon.0) 4086 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:06:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:06:13.564713+0000 mon.a (mon.0) 4087 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:06:14.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:06:13.549457+0000 mon.a (mon.0) 4085 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:06:14.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:06:13.550431+0000 mon.a (mon.0) 4086 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:06:14.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:06:13.564713+0000 mon.a (mon.0) 4087 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:06:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:06:13.549457+0000 mon.a (mon.0) 4085 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:06:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:06:13.550431+0000 mon.a (mon.0) 4086 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:06:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:06:13.564713+0000 mon.a (mon.0) 4087 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:06:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:15.011826+0000 mgr.y (mgr.14556) 19044 : cluster [DBG] pgmap v16825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:15.011826+0000 mgr.y (mgr.14556) 19044 : cluster [DBG] pgmap v16825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:15.011826+0000 mgr.y (mgr.14556) 19044 : cluster [DBG] pgmap v16825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:17.012474+0000 mgr.y (mgr.14556) 19045 : cluster [DBG] pgmap v16826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:17.012474+0000 mgr.y (mgr.14556) 19045 : cluster [DBG] pgmap v16826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:18.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:17.012474+0000 mgr.y (mgr.14556) 19045 : cluster [DBG] pgmap v16826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:20.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:19.012851+0000 mgr.y (mgr.14556) 19046 : cluster [DBG] pgmap v16827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:19.012851+0000 mgr.y (mgr.14556) 19046 : cluster [DBG] pgmap v16827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:20.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:19.012851+0000 mgr.y (mgr.14556) 19046 : cluster [DBG] pgmap v16827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:06:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:21.013584+0000 mgr.y (mgr.14556) 19047 : cluster [DBG] pgmap v16828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:21.013584+0000 mgr.y (mgr.14556) 19047 : cluster [DBG] pgmap v16828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:22.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:21.013584+0000 mgr.y (mgr.14556) 19047 : cluster [DBG] pgmap v16828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:24.090 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:06:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:06:24.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:23.014105+0000 mgr.y (mgr.14556) 19048 : cluster [DBG] pgmap v16829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:24.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:23.014105+0000 mgr.y (mgr.14556) 19048 : cluster [DBG] pgmap v16829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:23.014105+0000 mgr.y (mgr.14556) 19048 : cluster [DBG] pgmap v16829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:25.014472+0000 mgr.y (mgr.14556) 19049 : cluster [DBG] pgmap v16830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:25.014472+0000 mgr.y (mgr.14556) 19049 : cluster [DBG] pgmap v16830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:26.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:25.014472+0000 mgr.y (mgr.14556) 19049 : cluster [DBG] pgmap v16830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:28.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:27.015133+0000 mgr.y (mgr.14556) 19050 : cluster [DBG] pgmap v16831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:28.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:27.015133+0000 mgr.y (mgr.14556) 19050 : cluster [DBG] pgmap v16831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:27.015133+0000 mgr.y (mgr.14556) 19050 : cluster [DBG] pgmap v16831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:30.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:29.015578+0000 mgr.y (mgr.14556) 19051 : cluster [DBG] pgmap v16832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:30.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:29.015578+0000 mgr.y (mgr.14556) 19051 : cluster [DBG] pgmap v16832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:30.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:29.015578+0000 mgr.y (mgr.14556) 19051 : cluster [DBG] pgmap v16832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:31.754 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:06:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:06:32.045 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:06:32.045 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 19s ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:06:32.045 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 18s ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:06:32.045 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 19s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:06:32.045 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 18s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:06:32.045 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 18s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:06:32.045 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 19s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:06:32.045 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 19s ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:06:32.045 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 18s ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:06:32.045 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 19s ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:06:32.046 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 19s ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:06:32.046 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 18s ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:06:32.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 19s ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:06:32.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 19s ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:06:32.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 19s ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:06:32.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 19s ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:06:32.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 18s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:06:32.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 18s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:06:32.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 18s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:06:32.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 18s ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:06:32.046 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 18s ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:06:32.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:31.016309+0000 mgr.y (mgr.14556) 19052 : cluster [DBG] pgmap v16833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:32.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:31.016309+0000 mgr.y (mgr.14556) 19052 : cluster [DBG] pgmap v16833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:32.396 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:06:32.396 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:06:32.396 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:06:32.396 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:06:32.396 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:06:32.396 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:06:32.396 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:06:32.396 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:06:32.396 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:06:32.396 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:06:32.396 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:06:32.396 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:06:32.397 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:06:32.397 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:06:32.397 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:06:32.397 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:06:32.397 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:06:32.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:31.016309+0000 mgr.y (mgr.14556) 19052 : cluster [DBG] pgmap v16833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:06:31.742131+0000 mgr.y (mgr.14556) 19053 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:06:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:06:32.036492+0000 mgr.y (mgr.14556) 19054 : audit [DBG] from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:06:33.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:06:32.395430+0000 mon.a (mon.0) 4088 : audit [DBG] from='client.? 172.21.15.23:0/3673814355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:06:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:06:31.742131+0000 mgr.y (mgr.14556) 19053 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:06:33.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:06:32.036492+0000 mgr.y (mgr.14556) 19054 : audit [DBG] from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:06:33.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:06:32.395430+0000 mon.a (mon.0) 4088 : audit [DBG] from='client.? 172.21.15.23:0/3673814355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:06:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:06:31.742131+0000 mgr.y (mgr.14556) 19053 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:06:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:06:32.036492+0000 mgr.y (mgr.14556) 19054 : audit [DBG] from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:06:33.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:06:32.395430+0000 mon.a (mon.0) 4088 : audit [DBG] from='client.? 172.21.15.23:0/3673814355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:06:34.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:06:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:06:34.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:33.016617+0000 mgr.y (mgr.14556) 19055 : cluster [DBG] pgmap v16834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:34.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:33.016617+0000 mgr.y (mgr.14556) 19055 : cluster [DBG] pgmap v16834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:34.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:33.016617+0000 mgr.y (mgr.14556) 19055 : cluster [DBG] pgmap v16834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:36.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:35.017279+0000 mgr.y (mgr.14556) 19056 : cluster [DBG] pgmap v16835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:35.017279+0000 mgr.y (mgr.14556) 19056 : cluster [DBG] pgmap v16835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:35.017279+0000 mgr.y (mgr.14556) 19056 : cluster [DBG] pgmap v16835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:38.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:37.018180+0000 mgr.y (mgr.14556) 19057 : cluster [DBG] pgmap v16836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:37.018180+0000 mgr.y (mgr.14556) 19057 : cluster [DBG] pgmap v16836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:37.018180+0000 mgr.y (mgr.14556) 19057 : cluster [DBG] pgmap v16836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:39.018606+0000 mgr.y (mgr.14556) 19058 : cluster [DBG] pgmap v16837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:39.018606+0000 mgr.y (mgr.14556) 19058 : cluster [DBG] pgmap v16837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:39.018606+0000 mgr.y (mgr.14556) 19058 : cluster [DBG] pgmap v16837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:41.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:41.019443+0000 mgr.y (mgr.14556) 19059 : cluster [DBG] pgmap v16838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:41.019443+0000 mgr.y (mgr.14556) 19059 : cluster [DBG] pgmap v16838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:41.019443+0000 mgr.y (mgr.14556) 19059 : cluster [DBG] pgmap v16838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:06:44.087 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:06:43] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T16:06:44.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:43.019823+0000 mgr.y (mgr.14556) 19060 : cluster [DBG] pgmap v16839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:44.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:43.019823+0000 mgr.y (mgr.14556) 19060 : cluster [DBG] pgmap v16839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:43.019823+0000 mgr.y (mgr.14556) 19060 : cluster [DBG] pgmap v16839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:46.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:45.020381+0000 mgr.y (mgr.14556) 19061 : cluster [DBG] pgmap v16840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:46.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:45.020381+0000 mgr.y (mgr.14556) 19061 : cluster [DBG] pgmap v16840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:46.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:45.020381+0000 mgr.y (mgr.14556) 19061 : cluster [DBG] pgmap v16840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:47.021059+0000 mgr.y (mgr.14556) 19062 : cluster [DBG] pgmap v16841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:47.021059+0000 mgr.y (mgr.14556) 19062 : cluster [DBG] pgmap v16841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:48.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:47.021059+0000 mgr.y (mgr.14556) 19062 : cluster [DBG] pgmap v16841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:50.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:49.021618+0000 mgr.y (mgr.14556) 19063 : cluster [DBG] pgmap v16842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:49.021618+0000 mgr.y (mgr.14556) 19063 : cluster [DBG] pgmap v16842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:50.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:49.021618+0000 mgr.y (mgr.14556) 19063 : cluster [DBG] pgmap v16842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:06:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:51.022349+0000 mgr.y (mgr.14556) 19064 : cluster [DBG] pgmap v16843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:52.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:51.022349+0000 mgr.y (mgr.14556) 19064 : cluster [DBG] pgmap v16843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:52.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:51.022349+0000 mgr.y (mgr.14556) 19064 : cluster [DBG] pgmap v16843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:06:53] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T16:06:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:53.022830+0000 mgr.y (mgr.14556) 19065 : cluster [DBG] pgmap v16844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:53.022830+0000 mgr.y (mgr.14556) 19065 : cluster [DBG] pgmap v16844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:53.022830+0000 mgr.y (mgr.14556) 19065 : cluster [DBG] pgmap v16844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:55.023279+0000 mgr.y (mgr.14556) 19066 : cluster [DBG] pgmap v16845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:55.023279+0000 mgr.y (mgr.14556) 19066 : cluster [DBG] pgmap v16845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:55.023279+0000 mgr.y (mgr.14556) 19066 : cluster [DBG] pgmap v16845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:57.024107+0000 mgr.y (mgr.14556) 19067 : cluster [DBG] pgmap v16846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:57.024107+0000 mgr.y (mgr.14556) 19067 : cluster [DBG] pgmap v16846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:06:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:06:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:57.024107+0000 mgr.y (mgr.14556) 19067 : cluster [DBG] pgmap v16846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:06:59.024533+0000 mgr.y (mgr.14556) 19068 : cluster [DBG] pgmap v16847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:06:59.024533+0000 mgr.y (mgr.14556) 19068 : cluster [DBG] pgmap v16847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:06:59.024533+0000 mgr.y (mgr.14556) 19068 : cluster [DBG] pgmap v16847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:07:02.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:01.025186+0000 mgr.y (mgr.14556) 19069 : cluster [DBG] pgmap v16848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:02.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:01.025186+0000 mgr.y (mgr.14556) 19069 : cluster [DBG] pgmap v16848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:01.025186+0000 mgr.y (mgr.14556) 19069 : cluster [DBG] pgmap v16848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:02.721 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:07:03.011 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:07:03.011 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 50s ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:07:03.011 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 49s ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:07:03.011 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 50s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:07:03.011 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 49s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:07:03.011 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 49s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:07:03.011 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 50s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:07:03.011 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 50s ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:07:03.012 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 49s ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:07:03.012 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 50s ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:07:03.012 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 50s ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:07:03.012 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 49s ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:07:03.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 50s ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:07:03.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 50s ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:07:03.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 50s ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:07:03.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 50s ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:07:03.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 49s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:07:03.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 49s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:07:03.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 49s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:07:03.012 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 49s ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:07:03.013 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 49s ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:07:03.359 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:07:03.359 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:07:03.359 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:07:03.359 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:07:03.359 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:07:03.359 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:07:03.359 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:07:03.360 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:07:03.360 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:07:03.360 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:07:03.360 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:07:03.360 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:07:03.360 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:07:03.360 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:07:03.360 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:07:03.360 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:07:03.360 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:07:04.118 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:07:03] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T16:07:04.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:07:02.708490+0000 mgr.y (mgr.14556) 19070 : audit [DBG] from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:07:04.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:07:03.002482+0000 mgr.y (mgr.14556) 19071 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:07:04.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:03.025517+0000 mgr.y (mgr.14556) 19072 : cluster [DBG] pgmap v16849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:04.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:07:03.358696+0000 mon.c (mon.2) 462 : audit [DBG] from='client.? 172.21.15.23:0/2549825063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:07:04.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:07:02.708490+0000 mgr.y (mgr.14556) 19070 : audit [DBG] from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:07:04.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:07:03.002482+0000 mgr.y (mgr.14556) 19071 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:07:04.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:03.025517+0000 mgr.y (mgr.14556) 19072 : cluster [DBG] pgmap v16849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:04.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:07:03.358696+0000 mon.c (mon.2) 462 : audit [DBG] from='client.? 172.21.15.23:0/2549825063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:07:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:07:02.708490+0000 mgr.y (mgr.14556) 19070 : audit [DBG] from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:07:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:07:03.002482+0000 mgr.y (mgr.14556) 19071 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:07:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:03.025517+0000 mgr.y (mgr.14556) 19072 : cluster [DBG] pgmap v16849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:07:03.358696+0000 mon.c (mon.2) 462 : audit [DBG] from='client.? 172.21.15.23:0/2549825063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:07:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:05.025913+0000 mgr.y (mgr.14556) 19073 : cluster [DBG] pgmap v16850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:05.025913+0000 mgr.y (mgr.14556) 19073 : cluster [DBG] pgmap v16850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:05.025913+0000 mgr.y (mgr.14556) 19073 : cluster [DBG] pgmap v16850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:08.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:07.026707+0000 mgr.y (mgr.14556) 19074 : cluster [DBG] pgmap v16851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:07.026707+0000 mgr.y (mgr.14556) 19074 : cluster [DBG] pgmap v16851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:07.026707+0000 mgr.y (mgr.14556) 19074 : cluster [DBG] pgmap v16851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:09.027132+0000 mgr.y (mgr.14556) 19075 : cluster [DBG] pgmap v16852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:09.027132+0000 mgr.y (mgr.14556) 19075 : cluster [DBG] pgmap v16852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:10.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:09.027132+0000 mgr.y (mgr.14556) 19075 : cluster [DBG] pgmap v16852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:11.028007+0000 mgr.y (mgr.14556) 19076 : cluster [DBG] pgmap v16853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:11.028007+0000 mgr.y (mgr.14556) 19076 : cluster [DBG] pgmap v16853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:11.028007+0000 mgr.y (mgr.14556) 19076 : cluster [DBG] pgmap v16853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:07:14.089 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:07:13] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-03-22T16:07:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:13.028461+0000 mgr.y (mgr.14556) 19077 : cluster [DBG] pgmap v16854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:07:13.570584+0000 mon.a (mon.0) 4089 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:07:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:07:13.878704+0000 mon.a (mon.0) 4090 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:07:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:07:13.879334+0000 mon.a (mon.0) 4091 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:07:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:07:13.886769+0000 mon.a (mon.0) 4092 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:07:14.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:13.028461+0000 mgr.y (mgr.14556) 19077 : cluster [DBG] pgmap v16854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:14.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:07:13.570584+0000 mon.a (mon.0) 4089 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:07:14.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:07:13.878704+0000 mon.a (mon.0) 4090 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:07:14.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:07:13.879334+0000 mon.a (mon.0) 4091 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:07:14.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:07:13.886769+0000 mon.a (mon.0) 4092 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:07:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:13.028461+0000 mgr.y (mgr.14556) 19077 : cluster [DBG] pgmap v16854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:07:13.570584+0000 mon.a (mon.0) 4089 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:07:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:07:13.878704+0000 mon.a (mon.0) 4090 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:07:14.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:07:13.879334+0000 mon.a (mon.0) 4091 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:07:14.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:07:13.886769+0000 mon.a (mon.0) 4092 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:07:16.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:15.028957+0000 mgr.y (mgr.14556) 19078 : cluster [DBG] pgmap v16855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:16.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:15.028957+0000 mgr.y (mgr.14556) 19078 : cluster [DBG] pgmap v16855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:16.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:15.028957+0000 mgr.y (mgr.14556) 19078 : cluster [DBG] pgmap v16855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:18.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:17.029642+0000 mgr.y (mgr.14556) 19079 : cluster [DBG] pgmap v16856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:18.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:17.029642+0000 mgr.y (mgr.14556) 19079 : cluster [DBG] pgmap v16856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:18.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:17.029642+0000 mgr.y (mgr.14556) 19079 : cluster [DBG] pgmap v16856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:20.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:19.030014+0000 mgr.y (mgr.14556) 19080 : cluster [DBG] pgmap v16857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:20.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:19.030014+0000 mgr.y (mgr.14556) 19080 : cluster [DBG] pgmap v16857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:20.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:19.030014+0000 mgr.y (mgr.14556) 19080 : cluster [DBG] pgmap v16857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:07:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:21.030654+0000 mgr.y (mgr.14556) 19081 : cluster [DBG] pgmap v16858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:21.030654+0000 mgr.y (mgr.14556) 19081 : cluster [DBG] pgmap v16858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:22.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:21.030654+0000 mgr.y (mgr.14556) 19081 : cluster [DBG] pgmap v16858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:24.119 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:07:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:07:24.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:23.031027+0000 mgr.y (mgr.14556) 19082 : cluster [DBG] pgmap v16859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:24.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:23.031027+0000 mgr.y (mgr.14556) 19082 : cluster [DBG] pgmap v16859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:23.031027+0000 mgr.y (mgr.14556) 19082 : cluster [DBG] pgmap v16859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:25.031415+0000 mgr.y (mgr.14556) 19083 : cluster [DBG] pgmap v16860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:25.031415+0000 mgr.y (mgr.14556) 19083 : cluster [DBG] pgmap v16860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:26.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:25.031415+0000 mgr.y (mgr.14556) 19083 : cluster [DBG] pgmap v16860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:27.032071+0000 mgr.y (mgr.14556) 19084 : cluster [DBG] pgmap v16861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:27.032071+0000 mgr.y (mgr.14556) 19084 : cluster [DBG] pgmap v16861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:27.032071+0000 mgr.y (mgr.14556) 19084 : cluster [DBG] pgmap v16861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:30.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:29.032651+0000 mgr.y (mgr.14556) 19085 : cluster [DBG] pgmap v16862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:30.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:29.032651+0000 mgr.y (mgr.14556) 19085 : cluster [DBG] pgmap v16862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:30.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:29.032651+0000 mgr.y (mgr.14556) 19085 : cluster [DBG] pgmap v16862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:31.033250+0000 mgr.y (mgr.14556) 19086 : cluster [DBG] pgmap v16863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:31.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:31.033250+0000 mgr.y (mgr.14556) 19086 : cluster [DBG] pgmap v16863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:31.033250+0000 mgr.y (mgr.14556) 19086 : cluster [DBG] pgmap v16863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:07:33.685 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:07:33.971 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:07:33.971 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 81s ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 80s ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 81s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 80s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 80s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 81s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 81s ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 80s ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 81s ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 81s ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 80s ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 81s ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 81s ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 81s ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:07:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 81s ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:07:33.973 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 80s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:07:33.973 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 80s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:07:33.973 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 80s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:07:33.973 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 80s ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:07:33.973 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 80s ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:07:34.094 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:07:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:07:34.324 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:07:34.324 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:07:34.325 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:07:34.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:33.033707+0000 mgr.y (mgr.14556) 19087 : cluster [DBG] pgmap v16864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:34.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:33.033707+0000 mgr.y (mgr.14556) 19087 : cluster [DBG] pgmap v16864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:34.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:33.033707+0000 mgr.y (mgr.14556) 19087 : cluster [DBG] pgmap v16864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:35.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:07:33.672468+0000 mgr.y (mgr.14556) 19088 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:07:35.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:07:33.962975+0000 mgr.y (mgr.14556) 19089 : audit [DBG] from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:07:35.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:07:34.323901+0000 mon.a (mon.0) 4093 : audit [DBG] from='client.? 172.21.15.23:0/3993902072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:07:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:07:33.672468+0000 mgr.y (mgr.14556) 19088 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:07:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:07:33.962975+0000 mgr.y (mgr.14556) 19089 : audit [DBG] from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:07:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:07:34.323901+0000 mon.a (mon.0) 4093 : audit [DBG] from='client.? 172.21.15.23:0/3993902072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:07:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:07:33.672468+0000 mgr.y (mgr.14556) 19088 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:07:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:07:33.962975+0000 mgr.y (mgr.14556) 19089 : audit [DBG] from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:07:35.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:07:34.323901+0000 mon.a (mon.0) 4093 : audit [DBG] from='client.? 172.21.15.23:0/3993902072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:07:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:35.034089+0000 mgr.y (mgr.14556) 19090 : cluster [DBG] pgmap v16865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:36.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:35.034089+0000 mgr.y (mgr.14556) 19090 : cluster [DBG] pgmap v16865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:36.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:35.034089+0000 mgr.y (mgr.14556) 19090 : cluster [DBG] pgmap v16865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:38.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:37.034789+0000 mgr.y (mgr.14556) 19091 : cluster [DBG] pgmap v16866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:38.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:37.034789+0000 mgr.y (mgr.14556) 19091 : cluster [DBG] pgmap v16866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:38.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:37.034789+0000 mgr.y (mgr.14556) 19091 : cluster [DBG] pgmap v16866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:40.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:39.035319+0000 mgr.y (mgr.14556) 19092 : cluster [DBG] pgmap v16867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:40.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:39.035319+0000 mgr.y (mgr.14556) 19092 : cluster [DBG] pgmap v16867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:39.035319+0000 mgr.y (mgr.14556) 19092 : cluster [DBG] pgmap v16867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:07:42.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:41.035971+0000 mgr.y (mgr.14556) 19093 : cluster [DBG] pgmap v16868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:41.035971+0000 mgr.y (mgr.14556) 19093 : cluster [DBG] pgmap v16868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:41.035971+0000 mgr.y (mgr.14556) 19093 : cluster [DBG] pgmap v16868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:07:43] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T16:07:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:43.036441+0000 mgr.y (mgr.14556) 19094 : cluster [DBG] pgmap v16869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:43.036441+0000 mgr.y (mgr.14556) 19094 : cluster [DBG] pgmap v16869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:43.036441+0000 mgr.y (mgr.14556) 19094 : cluster [DBG] pgmap v16869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:45.036978+0000 mgr.y (mgr.14556) 19095 : cluster [DBG] pgmap v16870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:45.036978+0000 mgr.y (mgr.14556) 19095 : cluster [DBG] pgmap v16870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:45.036978+0000 mgr.y (mgr.14556) 19095 : cluster [DBG] pgmap v16870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:48.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:47.037689+0000 mgr.y (mgr.14556) 19096 : cluster [DBG] pgmap v16871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:48.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:47.037689+0000 mgr.y (mgr.14556) 19096 : cluster [DBG] pgmap v16871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:48.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:47.037689+0000 mgr.y (mgr.14556) 19096 : cluster [DBG] pgmap v16871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:49.038106+0000 mgr.y (mgr.14556) 19097 : cluster [DBG] pgmap v16872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:50.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:49.038106+0000 mgr.y (mgr.14556) 19097 : cluster [DBG] pgmap v16872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:50.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:49.038106+0000 mgr.y (mgr.14556) 19097 : cluster [DBG] pgmap v16872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:07:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:51.038727+0000 mgr.y (mgr.14556) 19098 : cluster [DBG] pgmap v16873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:52.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:51.038727+0000 mgr.y (mgr.14556) 19098 : cluster [DBG] pgmap v16873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:52.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:51.038727+0000 mgr.y (mgr.14556) 19098 : cluster [DBG] pgmap v16873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:54.115 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:07:53] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T16:07:54.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:53.039178+0000 mgr.y (mgr.14556) 19099 : cluster [DBG] pgmap v16874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:54.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:53.039178+0000 mgr.y (mgr.14556) 19099 : cluster [DBG] pgmap v16874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:53.039178+0000 mgr.y (mgr.14556) 19099 : cluster [DBG] pgmap v16874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:56.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:55.039638+0000 mgr.y (mgr.14556) 19100 : cluster [DBG] pgmap v16875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:56.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:55.039638+0000 mgr.y (mgr.14556) 19100 : cluster [DBG] pgmap v16875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:56.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:55.039638+0000 mgr.y (mgr.14556) 19100 : cluster [DBG] pgmap v16875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:58.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:57.040358+0000 mgr.y (mgr.14556) 19101 : cluster [DBG] pgmap v16876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:58.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:57.040358+0000 mgr.y (mgr.14556) 19101 : cluster [DBG] pgmap v16876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:07:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:07:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:57.040358+0000 mgr.y (mgr.14556) 19101 : cluster [DBG] pgmap v16876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:07:59.040763+0000 mgr.y (mgr.14556) 19102 : cluster [DBG] pgmap v16877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:07:59.040763+0000 mgr.y (mgr.14556) 19102 : cluster [DBG] pgmap v16877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:00.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:07:59.040763+0000 mgr.y (mgr.14556) 19102 : cluster [DBG] pgmap v16877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:08:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:01.041590+0000 mgr.y (mgr.14556) 19103 : cluster [DBG] pgmap v16878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:01.041590+0000 mgr.y (mgr.14556) 19103 : cluster [DBG] pgmap v16878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:01.041590+0000 mgr.y (mgr.14556) 19103 : cluster [DBG] pgmap v16878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:08:03] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T16:08:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:03.041991+0000 mgr.y (mgr.14556) 19104 : cluster [DBG] pgmap v16879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:03.041991+0000 mgr.y (mgr.14556) 19104 : cluster [DBG] pgmap v16879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:03.041991+0000 mgr.y (mgr.14556) 19104 : cluster [DBG] pgmap v16879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:04.648 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:08:04.936 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:08:04.936 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 112s ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:08:04.936 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 111s ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:08:04.936 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 112s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:08:04.936 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 111s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:08:04.936 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 111s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:08:04.936 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 112s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:08:04.936 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 112s ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:08:04.936 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 111s ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:08:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 112s ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:08:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 112s ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:08:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 111s ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:08:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 112s ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:08:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 112s ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:08:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 112s ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:08:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 112s ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:08:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 111s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:08:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 111s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:08:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 111s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:08:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 111s ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:08:04.937 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 111s ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:08:05.289 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:08:05.289 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:08:05.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:08:05.289 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:08:05.289 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:08:05.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:08:05.289 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:08:05.289 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:08:05.290 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:08:05.290 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:08:05.290 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:08:05.290 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:08:05.290 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:08:05.290 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:08:05.290 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:08:05.290 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:08:05.290 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:08:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:08:04.634831+0000 mgr.y (mgr.14556) 19105 : audit [DBG] from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:08:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:08:04.927216+0000 mgr.y (mgr.14556) 19106 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:08:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:05.042274+0000 mgr.y (mgr.14556) 19107 : cluster [DBG] pgmap v16880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:08:05.288472+0000 mon.c (mon.2) 463 : audit [DBG] from='client.? 172.21.15.23:0/2174087882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:08:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:08:04.634831+0000 mgr.y (mgr.14556) 19105 : audit [DBG] from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:08:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:08:04.927216+0000 mgr.y (mgr.14556) 19106 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:08:06.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:05.042274+0000 mgr.y (mgr.14556) 19107 : cluster [DBG] pgmap v16880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:06.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:08:05.288472+0000 mon.c (mon.2) 463 : audit [DBG] from='client.? 172.21.15.23:0/2174087882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:08:06.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:08:04.634831+0000 mgr.y (mgr.14556) 19105 : audit [DBG] from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:08:06.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:08:04.927216+0000 mgr.y (mgr.14556) 19106 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:08:06.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:05.042274+0000 mgr.y (mgr.14556) 19107 : cluster [DBG] pgmap v16880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:06.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:08:05.288472+0000 mon.c (mon.2) 463 : audit [DBG] from='client.? 172.21.15.23:0/2174087882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:08:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:07.042898+0000 mgr.y (mgr.14556) 19108 : cluster [DBG] pgmap v16881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:07.042898+0000 mgr.y (mgr.14556) 19108 : cluster [DBG] pgmap v16881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:07.042898+0000 mgr.y (mgr.14556) 19108 : cluster [DBG] pgmap v16881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:10.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:09.043457+0000 mgr.y (mgr.14556) 19109 : cluster [DBG] pgmap v16882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:10.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:09.043457+0000 mgr.y (mgr.14556) 19109 : cluster [DBG] pgmap v16882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:09.043457+0000 mgr.y (mgr.14556) 19109 : cluster [DBG] pgmap v16882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:08:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:11.044144+0000 mgr.y (mgr.14556) 19110 : cluster [DBG] pgmap v16883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:11.044144+0000 mgr.y (mgr.14556) 19110 : cluster [DBG] pgmap v16883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:11.044144+0000 mgr.y (mgr.14556) 19110 : cluster [DBG] pgmap v16883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:08:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:08:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:13.044549+0000 mgr.y (mgr.14556) 19111 : cluster [DBG] pgmap v16884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:14.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:08:13.891129+0000 mon.a (mon.0) 4094 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:08:14.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:13.044549+0000 mgr.y (mgr.14556) 19111 : cluster [DBG] pgmap v16884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:14.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:08:13.891129+0000 mon.a (mon.0) 4094 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:08:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:13.044549+0000 mgr.y (mgr.14556) 19111 : cluster [DBG] pgmap v16884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:08:13.891129+0000 mon.a (mon.0) 4094 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:08:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:08:14.212846+0000 mon.a (mon.0) 4095 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:08:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:08:14.213604+0000 mon.a (mon.0) 4096 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:08:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:08:14.218366+0000 mon.a (mon.0) 4097 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:08:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:08:14.212846+0000 mon.a (mon.0) 4095 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:08:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:08:14.213604+0000 mon.a (mon.0) 4096 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:08:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:08:14.218366+0000 mon.a (mon.0) 4097 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:08:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:08:14.212846+0000 mon.a (mon.0) 4095 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:08:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:08:14.213604+0000 mon.a (mon.0) 4096 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:08:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:08:14.218366+0000 mon.a (mon.0) 4097 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:08:16.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:15.044987+0000 mgr.y (mgr.14556) 19112 : cluster [DBG] pgmap v16885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:15.044987+0000 mgr.y (mgr.14556) 19112 : cluster [DBG] pgmap v16885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:15.044987+0000 mgr.y (mgr.14556) 19112 : cluster [DBG] pgmap v16885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:18.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:17.045735+0000 mgr.y (mgr.14556) 19113 : cluster [DBG] pgmap v16886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:18.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:17.045735+0000 mgr.y (mgr.14556) 19113 : cluster [DBG] pgmap v16886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:17.045735+0000 mgr.y (mgr.14556) 19113 : cluster [DBG] pgmap v16886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:19.046203+0000 mgr.y (mgr.14556) 19114 : cluster [DBG] pgmap v16887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:19.046203+0000 mgr.y (mgr.14556) 19114 : cluster [DBG] pgmap v16887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:19.046203+0000 mgr.y (mgr.14556) 19114 : cluster [DBG] pgmap v16887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:08:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:21.046893+0000 mgr.y (mgr.14556) 19115 : cluster [DBG] pgmap v16888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:21.046893+0000 mgr.y (mgr.14556) 19115 : cluster [DBG] pgmap v16888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:22.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:21.046893+0000 mgr.y (mgr.14556) 19115 : cluster [DBG] pgmap v16888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:24.113 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:08:23] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T16:08:24.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:23.047524+0000 mgr.y (mgr.14556) 19116 : cluster [DBG] pgmap v16889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:24.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:23.047524+0000 mgr.y (mgr.14556) 19116 : cluster [DBG] pgmap v16889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:24.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:23.047524+0000 mgr.y (mgr.14556) 19116 : cluster [DBG] pgmap v16889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:25.048166+0000 mgr.y (mgr.14556) 19117 : cluster [DBG] pgmap v16890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:25.048166+0000 mgr.y (mgr.14556) 19117 : cluster [DBG] pgmap v16890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:26.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:25.048166+0000 mgr.y (mgr.14556) 19117 : cluster [DBG] pgmap v16890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:27.048837+0000 mgr.y (mgr.14556) 19118 : cluster [DBG] pgmap v16891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:27.048837+0000 mgr.y (mgr.14556) 19118 : cluster [DBG] pgmap v16891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:27.048837+0000 mgr.y (mgr.14556) 19118 : cluster [DBG] pgmap v16891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:30.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:29.049247+0000 mgr.y (mgr.14556) 19119 : cluster [DBG] pgmap v16892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:30.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:29.049247+0000 mgr.y (mgr.14556) 19119 : cluster [DBG] pgmap v16892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:30.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:29.049247+0000 mgr.y (mgr.14556) 19119 : cluster [DBG] pgmap v16892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:31.050088+0000 mgr.y (mgr.14556) 19120 : cluster [DBG] pgmap v16893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:31.050088+0000 mgr.y (mgr.14556) 19120 : cluster [DBG] pgmap v16893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:31.050088+0000 mgr.y (mgr.14556) 19120 : cluster [DBG] pgmap v16893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:08:34.111 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:08:33] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-03-22T16:08:34.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:33.050571+0000 mgr.y (mgr.14556) 19121 : cluster [DBG] pgmap v16894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:34.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:33.050571+0000 mgr.y (mgr.14556) 19121 : cluster [DBG] pgmap v16894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:34.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:33.050571+0000 mgr.y (mgr.14556) 19121 : cluster [DBG] pgmap v16894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:35.615 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:08:35.901 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:08:35.901 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 2m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:08:35.901 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 2m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:08:35.901 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 2m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:08:35.901 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 2m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:08:35.901 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 2m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 2m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 2m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 2m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 2m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 2m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 2m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 2m ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 2m ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 2m ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 2m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 2m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 2m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 2m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:08:35.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 2m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:08:35.903 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 2m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:08:36.250 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:08:36.250 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:08:36.250 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:08:36.251 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:08:36.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:35.050960+0000 mgr.y (mgr.14556) 19122 : cluster [DBG] pgmap v16895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:36.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:35.050960+0000 mgr.y (mgr.14556) 19122 : cluster [DBG] pgmap v16895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:36.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:35.050960+0000 mgr.y (mgr.14556) 19122 : cluster [DBG] pgmap v16895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:08:35.602958+0000 mgr.y (mgr.14556) 19123 : audit [DBG] from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:08:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:08:35.892538+0000 mgr.y (mgr.14556) 19124 : audit [DBG] from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:08:37.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:08:36.249707+0000 mon.a (mon.0) 4098 : audit [DBG] from='client.? 172.21.15.23:0/3219962457' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:08:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:08:35.602958+0000 mgr.y (mgr.14556) 19123 : audit [DBG] from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:08:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:08:35.892538+0000 mgr.y (mgr.14556) 19124 : audit [DBG] from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:08:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:08:36.249707+0000 mon.a (mon.0) 4098 : audit [DBG] from='client.? 172.21.15.23:0/3219962457' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:08:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:08:35.602958+0000 mgr.y (mgr.14556) 19123 : audit [DBG] from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:08:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:08:35.892538+0000 mgr.y (mgr.14556) 19124 : audit [DBG] from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:08:37.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:08:36.249707+0000 mon.a (mon.0) 4098 : audit [DBG] from='client.? 172.21.15.23:0/3219962457' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:08:38.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:37.051589+0000 mgr.y (mgr.14556) 19125 : cluster [DBG] pgmap v16896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:37.051589+0000 mgr.y (mgr.14556) 19125 : cluster [DBG] pgmap v16896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:37.051589+0000 mgr.y (mgr.14556) 19125 : cluster [DBG] pgmap v16896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:40.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:39.052108+0000 mgr.y (mgr.14556) 19126 : cluster [DBG] pgmap v16897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:39.052108+0000 mgr.y (mgr.14556) 19126 : cluster [DBG] pgmap v16897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:39.052108+0000 mgr.y (mgr.14556) 19126 : cluster [DBG] pgmap v16897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:08:42.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:41.052736+0000 mgr.y (mgr.14556) 19127 : cluster [DBG] pgmap v16898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:41.052736+0000 mgr.y (mgr.14556) 19127 : cluster [DBG] pgmap v16898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:41.052736+0000 mgr.y (mgr.14556) 19127 : cluster [DBG] pgmap v16898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:08:43] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T16:08:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:43.053244+0000 mgr.y (mgr.14556) 19128 : cluster [DBG] pgmap v16899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:43.053244+0000 mgr.y (mgr.14556) 19128 : cluster [DBG] pgmap v16899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:44.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:43.053244+0000 mgr.y (mgr.14556) 19128 : cluster [DBG] pgmap v16899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:45.053668+0000 mgr.y (mgr.14556) 19129 : cluster [DBG] pgmap v16900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:46.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:45.053668+0000 mgr.y (mgr.14556) 19129 : cluster [DBG] pgmap v16900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:45.053668+0000 mgr.y (mgr.14556) 19129 : cluster [DBG] pgmap v16900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:47.054585+0000 mgr.y (mgr.14556) 19130 : cluster [DBG] pgmap v16901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:47.054585+0000 mgr.y (mgr.14556) 19130 : cluster [DBG] pgmap v16901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:47.054585+0000 mgr.y (mgr.14556) 19130 : cluster [DBG] pgmap v16901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:50.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:49.055061+0000 mgr.y (mgr.14556) 19131 : cluster [DBG] pgmap v16902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:50.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:49.055061+0000 mgr.y (mgr.14556) 19131 : cluster [DBG] pgmap v16902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:50.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:49.055061+0000 mgr.y (mgr.14556) 19131 : cluster [DBG] pgmap v16902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:08:52.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:51.055886+0000 mgr.y (mgr.14556) 19132 : cluster [DBG] pgmap v16903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:52.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:51.055886+0000 mgr.y (mgr.14556) 19132 : cluster [DBG] pgmap v16903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:52.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:51.055886+0000 mgr.y (mgr.14556) 19132 : cluster [DBG] pgmap v16903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:08:53] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:08:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:53.056325+0000 mgr.y (mgr.14556) 19133 : cluster [DBG] pgmap v16904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:53.056325+0000 mgr.y (mgr.14556) 19133 : cluster [DBG] pgmap v16904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:53.056325+0000 mgr.y (mgr.14556) 19133 : cluster [DBG] pgmap v16904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:56.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:55.056959+0000 mgr.y (mgr.14556) 19134 : cluster [DBG] pgmap v16905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:55.056959+0000 mgr.y (mgr.14556) 19134 : cluster [DBG] pgmap v16905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:55.056959+0000 mgr.y (mgr.14556) 19134 : cluster [DBG] pgmap v16905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:57.057853+0000 mgr.y (mgr.14556) 19135 : cluster [DBG] pgmap v16906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:57.057853+0000 mgr.y (mgr.14556) 19135 : cluster [DBG] pgmap v16906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:08:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:08:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:57.057853+0000 mgr.y (mgr.14556) 19135 : cluster [DBG] pgmap v16906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:00.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:08:59.058446+0000 mgr.y (mgr.14556) 19136 : cluster [DBG] pgmap v16907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:08:59.058446+0000 mgr.y (mgr.14556) 19136 : cluster [DBG] pgmap v16907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:00.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:08:59.058446+0000 mgr.y (mgr.14556) 19136 : cluster [DBG] pgmap v16907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:09:02.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:01.059167+0000 mgr.y (mgr.14556) 19137 : cluster [DBG] pgmap v16908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:01.059167+0000 mgr.y (mgr.14556) 19137 : cluster [DBG] pgmap v16908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:01.059167+0000 mgr.y (mgr.14556) 19137 : cluster [DBG] pgmap v16908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:09:03] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:09:04.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:03.059701+0000 mgr.y (mgr.14556) 19138 : cluster [DBG] pgmap v16909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:03.059701+0000 mgr.y (mgr.14556) 19138 : cluster [DBG] pgmap v16909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:03.059701+0000 mgr.y (mgr.14556) 19138 : cluster [DBG] pgmap v16909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:05.060113+0000 mgr.y (mgr.14556) 19139 : cluster [DBG] pgmap v16910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:09:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:05.060113+0000 mgr.y (mgr.14556) 19139 : cluster [DBG] pgmap v16910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:05.060113+0000 mgr.y (mgr.14556) 19139 : cluster [DBG] pgmap v16910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:06.866 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:09:06.866 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 2m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:09:06.866 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 2m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:09:06.866 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 2m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:09:06.866 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 2m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:09:06.866 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 2m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:09:06.866 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 2m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:09:06.866 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 2m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:09:06.866 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 2m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:09:06.866 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 2m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:09:06.867 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 2m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:09:06.867 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 2m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:09:06.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 2m ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:09:06.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 2m ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:09:06.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 2m ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:09:06.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 2m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:09:06.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 2m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:09:06.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 2m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:09:06.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 2m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:09:06.867 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 2m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:09:06.867 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 2m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:09:07.217 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:09:07.217 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:09:07.217 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:09:07.217 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:09:07.217 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:09:07.217 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:09:07.217 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:09:07.218 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:09:07.218 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:09:07.218 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:09:07.218 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:09:07.218 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:09:07.218 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:09:07.218 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:09:07.218 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:09:07.218 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:09:07.218 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:09:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:09:06.565564+0000 mgr.y (mgr.14556) 19140 : audit [DBG] from='client.44390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:09:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:09:06.857238+0000 mgr.y (mgr.14556) 19141 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:09:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:07.060669+0000 mgr.y (mgr.14556) 19142 : cluster [DBG] pgmap v16911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:09:06.565564+0000 mgr.y (mgr.14556) 19140 : audit [DBG] from='client.44390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:09:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:09:06.857238+0000 mgr.y (mgr.14556) 19141 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:09:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:07.060669+0000 mgr.y (mgr.14556) 19142 : cluster [DBG] pgmap v16911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:09:06.565564+0000 mgr.y (mgr.14556) 19140 : audit [DBG] from='client.44390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:09:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:09:06.857238+0000 mgr.y (mgr.14556) 19141 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:09:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:07.060669+0000 mgr.y (mgr.14556) 19142 : cluster [DBG] pgmap v16911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:09:07.216520+0000 mon.a (mon.0) 4099 : audit [DBG] from='client.? 172.21.15.23:0/2360177271' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:09:08.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:09:07.216520+0000 mon.a (mon.0) 4099 : audit [DBG] from='client.? 172.21.15.23:0/2360177271' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:09:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:09:07.216520+0000 mon.a (mon.0) 4099 : audit [DBG] from='client.? 172.21.15.23:0/2360177271' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:09:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:09.061159+0000 mgr.y (mgr.14556) 19143 : cluster [DBG] pgmap v16912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:09.061159+0000 mgr.y (mgr.14556) 19143 : cluster [DBG] pgmap v16912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:09.061159+0000 mgr.y (mgr.14556) 19143 : cluster [DBG] pgmap v16912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:09:12.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:11.061964+0000 mgr.y (mgr.14556) 19144 : cluster [DBG] pgmap v16913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:12.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:11.061964+0000 mgr.y (mgr.14556) 19144 : cluster [DBG] pgmap v16913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:11.061964+0000 mgr.y (mgr.14556) 19144 : cluster [DBG] pgmap v16913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:09:13] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:09:14.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:13.062458+0000 mgr.y (mgr.14556) 19145 : cluster [DBG] pgmap v16914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:13.062458+0000 mgr.y (mgr.14556) 19145 : cluster [DBG] pgmap v16914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:13.062458+0000 mgr.y (mgr.14556) 19145 : cluster [DBG] pgmap v16914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:09:14.222931+0000 mon.a (mon.0) 4100 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:09:15.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:09:14.480136+0000 mon.a (mon.0) 4101 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:09:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:09:14.496098+0000 mon.a (mon.0) 4102 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:09:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:09:14.785473+0000 mon.a (mon.0) 4103 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:09:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:09:14.786149+0000 mon.a (mon.0) 4104 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:09:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:09:14.795118+0000 mon.a (mon.0) 4105 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:09:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:09:14.222931+0000 mon.a (mon.0) 4100 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:09:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:09:14.480136+0000 mon.a (mon.0) 4101 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:09:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:09:14.496098+0000 mon.a (mon.0) 4102 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:09:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:09:14.785473+0000 mon.a (mon.0) 4103 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:09:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:09:14.786149+0000 mon.a (mon.0) 4104 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:09:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:09:14.795118+0000 mon.a (mon.0) 4105 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:09:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:09:14.222931+0000 mon.a (mon.0) 4100 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:09:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:09:14.480136+0000 mon.a (mon.0) 4101 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:09:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:09:14.496098+0000 mon.a (mon.0) 4102 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:09:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:09:14.785473+0000 mon.a (mon.0) 4103 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:09:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:09:14.786149+0000 mon.a (mon.0) 4104 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:09:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:09:14.795118+0000 mon.a (mon.0) 4105 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:09:16.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:15.062861+0000 mgr.y (mgr.14556) 19146 : cluster [DBG] pgmap v16915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:15.062861+0000 mgr.y (mgr.14556) 19146 : cluster [DBG] pgmap v16915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:15.062861+0000 mgr.y (mgr.14556) 19146 : cluster [DBG] pgmap v16915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:18.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:17.063670+0000 mgr.y (mgr.14556) 19147 : cluster [DBG] pgmap v16916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:18.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:17.063670+0000 mgr.y (mgr.14556) 19147 : cluster [DBG] pgmap v16916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:17.063670+0000 mgr.y (mgr.14556) 19147 : cluster [DBG] pgmap v16916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:20.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:19.064223+0000 mgr.y (mgr.14556) 19148 : cluster [DBG] pgmap v16917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:19.064223+0000 mgr.y (mgr.14556) 19148 : cluster [DBG] pgmap v16917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:19.064223+0000 mgr.y (mgr.14556) 19148 : cluster [DBG] pgmap v16917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:09:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:21.064967+0000 mgr.y (mgr.14556) 19149 : cluster [DBG] pgmap v16918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:21.064967+0000 mgr.y (mgr.14556) 19149 : cluster [DBG] pgmap v16918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:21.064967+0000 mgr.y (mgr.14556) 19149 : cluster [DBG] pgmap v16918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:23.065381+0000 mgr.y (mgr.14556) 19150 : cluster [DBG] pgmap v16919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:23.065381+0000 mgr.y (mgr.14556) 19150 : cluster [DBG] pgmap v16919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:23.065381+0000 mgr.y (mgr.14556) 19150 : cluster [DBG] pgmap v16919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:09:23] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T16:09:26.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:25.065751+0000 mgr.y (mgr.14556) 19151 : cluster [DBG] pgmap v16920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:26.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:25.065751+0000 mgr.y (mgr.14556) 19151 : cluster [DBG] pgmap v16920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:26.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:25.065751+0000 mgr.y (mgr.14556) 19151 : cluster [DBG] pgmap v16920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:28.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:27.066549+0000 mgr.y (mgr.14556) 19152 : cluster [DBG] pgmap v16921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:27.066549+0000 mgr.y (mgr.14556) 19152 : cluster [DBG] pgmap v16921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:27.066549+0000 mgr.y (mgr.14556) 19152 : cluster [DBG] pgmap v16921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:30.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:29.067026+0000 mgr.y (mgr.14556) 19153 : cluster [DBG] pgmap v16922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:30.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:29.067026+0000 mgr.y (mgr.14556) 19153 : cluster [DBG] pgmap v16922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:30.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:29.067026+0000 mgr.y (mgr.14556) 19153 : cluster [DBG] pgmap v16922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:09:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:31.067806+0000 mgr.y (mgr.14556) 19154 : cluster [DBG] pgmap v16923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:31.067806+0000 mgr.y (mgr.14556) 19154 : cluster [DBG] pgmap v16923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:31.067806+0000 mgr.y (mgr.14556) 19154 : cluster [DBG] pgmap v16923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:33.068272+0000 mgr.y (mgr.14556) 19155 : cluster [DBG] pgmap v16924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:33.068272+0000 mgr.y (mgr.14556) 19155 : cluster [DBG] pgmap v16924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:33.068272+0000 mgr.y (mgr.14556) 19155 : cluster [DBG] pgmap v16924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:09:33] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T16:09:36.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:35.068712+0000 mgr.y (mgr.14556) 19156 : cluster [DBG] pgmap v16925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:35.068712+0000 mgr.y (mgr.14556) 19156 : cluster [DBG] pgmap v16925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:35.068712+0000 mgr.y (mgr.14556) 19156 : cluster [DBG] pgmap v16925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:37.542 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:09:37.831 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:09:37.831 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 3m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:09:37.831 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 3m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:09:37.831 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 3m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:09:37.831 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 3m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:09:37.831 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 3m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:09:37.831 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 3m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:09:37.831 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 3m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:09:37.831 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 3m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:09:37.831 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 3m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:09:37.831 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 3m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:09:37.832 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 3m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:09:37.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 3m ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:09:37.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 3m ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:09:37.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 3m ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:09:37.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 3m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:09:37.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 3m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:09:37.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 3m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:09:37.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 3m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:09:37.832 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 3m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:09:37.832 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 3m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:09:38.181 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:09:38.181 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:09:38.181 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:09:38.181 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:09:38.181 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:09:38.181 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:09:38.181 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:09:38.181 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:09:38.181 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:09:38.182 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:09:38.182 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:09:38.182 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:09:38.182 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:09:38.182 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:09:38.182 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:09:38.182 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:09:38.182 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:09:38.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:37.069511+0000 mgr.y (mgr.14556) 19157 : cluster [DBG] pgmap v16926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:37.069511+0000 mgr.y (mgr.14556) 19157 : cluster [DBG] pgmap v16926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:37.069511+0000 mgr.y (mgr.14556) 19157 : cluster [DBG] pgmap v16926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:09:37.530279+0000 mgr.y (mgr.14556) 19158 : audit [DBG] from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:09:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:09:37.822114+0000 mgr.y (mgr.14556) 19159 : audit [DBG] from='client.44414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:09:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:09:38.180336+0000 mon.c (mon.2) 464 : audit [DBG] from='client.? 172.21.15.23:0/2149438912' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:09:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:09:37.530279+0000 mgr.y (mgr.14556) 19158 : audit [DBG] from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:09:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:09:37.822114+0000 mgr.y (mgr.14556) 19159 : audit [DBG] from='client.44414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:09:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:09:38.180336+0000 mon.c (mon.2) 464 : audit [DBG] from='client.? 172.21.15.23:0/2149438912' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:09:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:09:37.530279+0000 mgr.y (mgr.14556) 19158 : audit [DBG] from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:09:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:09:37.822114+0000 mgr.y (mgr.14556) 19159 : audit [DBG] from='client.44414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:09:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:09:38.180336+0000 mon.c (mon.2) 464 : audit [DBG] from='client.? 172.21.15.23:0/2149438912' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:09:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:39.070078+0000 mgr.y (mgr.14556) 19160 : cluster [DBG] pgmap v16927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:40.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:39.070078+0000 mgr.y (mgr.14556) 19160 : cluster [DBG] pgmap v16927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:39.070078+0000 mgr.y (mgr.14556) 19160 : cluster [DBG] pgmap v16927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:41.070850+0000 mgr.y (mgr.14556) 19161 : cluster [DBG] pgmap v16928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:41.070850+0000 mgr.y (mgr.14556) 19161 : cluster [DBG] pgmap v16928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:41.070850+0000 mgr.y (mgr.14556) 19161 : cluster [DBG] pgmap v16928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:09:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:09:43] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T16:09:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:43.071346+0000 mgr.y (mgr.14556) 19162 : cluster [DBG] pgmap v16929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:43.071346+0000 mgr.y (mgr.14556) 19162 : cluster [DBG] pgmap v16929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:43.071346+0000 mgr.y (mgr.14556) 19162 : cluster [DBG] pgmap v16929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:46.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:45.071832+0000 mgr.y (mgr.14556) 19163 : cluster [DBG] pgmap v16930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:45.071832+0000 mgr.y (mgr.14556) 19163 : cluster [DBG] pgmap v16930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:46.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:45.071832+0000 mgr.y (mgr.14556) 19163 : cluster [DBG] pgmap v16930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:47.072668+0000 mgr.y (mgr.14556) 19164 : cluster [DBG] pgmap v16931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:47.072668+0000 mgr.y (mgr.14556) 19164 : cluster [DBG] pgmap v16931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:47.072668+0000 mgr.y (mgr.14556) 19164 : cluster [DBG] pgmap v16931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:49.073242+0000 mgr.y (mgr.14556) 19165 : cluster [DBG] pgmap v16932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:49.073242+0000 mgr.y (mgr.14556) 19165 : cluster [DBG] pgmap v16932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:49.073242+0000 mgr.y (mgr.14556) 19165 : cluster [DBG] pgmap v16932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:09:52.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:51.074021+0000 mgr.y (mgr.14556) 19166 : cluster [DBG] pgmap v16933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:52.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:51.074021+0000 mgr.y (mgr.14556) 19166 : cluster [DBG] pgmap v16933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:51.074021+0000 mgr.y (mgr.14556) 19166 : cluster [DBG] pgmap v16933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:09:53] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T16:09:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:53.074484+0000 mgr.y (mgr.14556) 19167 : cluster [DBG] pgmap v16934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:53.074484+0000 mgr.y (mgr.14556) 19167 : cluster [DBG] pgmap v16934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:54.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:53.074484+0000 mgr.y (mgr.14556) 19167 : cluster [DBG] pgmap v16934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:56.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:55.074990+0000 mgr.y (mgr.14556) 19168 : cluster [DBG] pgmap v16935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:55.074990+0000 mgr.y (mgr.14556) 19168 : cluster [DBG] pgmap v16935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:55.074990+0000 mgr.y (mgr.14556) 19168 : cluster [DBG] pgmap v16935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:58.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:09:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:57.075709+0000 mgr.y (mgr.14556) 19169 : cluster [DBG] pgmap v16936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:58.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:09:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:57.075709+0000 mgr.y (mgr.14556) 19169 : cluster [DBG] pgmap v16936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:09:58.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:09:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:57.075709+0000 mgr.y (mgr.14556) 19169 : cluster [DBG] pgmap v16936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T16:10:00.000+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:10:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:09:59.076240+0000 mgr.y (mgr.14556) 19170 : cluster [DBG] pgmap v16937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:00.000169+0000 mon.a (mon.0) 4106 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:10:00.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:09:59.076240+0000 mgr.y (mgr.14556) 19170 : cluster [DBG] pgmap v16937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:00.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:00.000169+0000 mon.a (mon.0) 4106 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:10:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:09:59.076240+0000 mgr.y (mgr.14556) 19170 : cluster [DBG] pgmap v16937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:00.000169+0000 mon.a (mon.0) 4106 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:10:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:10:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:01.076963+0000 mgr.y (mgr.14556) 19171 : cluster [DBG] pgmap v16938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:02.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:01.076963+0000 mgr.y (mgr.14556) 19171 : cluster [DBG] pgmap v16938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:01.076963+0000 mgr.y (mgr.14556) 19171 : cluster [DBG] pgmap v16938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:03.077546+0000 mgr.y (mgr.14556) 19172 : cluster [DBG] pgmap v16939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:03.077546+0000 mgr.y (mgr.14556) 19172 : cluster [DBG] pgmap v16939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:03.077546+0000 mgr.y (mgr.14556) 19172 : cluster [DBG] pgmap v16939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:10:03] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T16:10:06.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:05.078112+0000 mgr.y (mgr.14556) 19173 : cluster [DBG] pgmap v16940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:05.078112+0000 mgr.y (mgr.14556) 19173 : cluster [DBG] pgmap v16940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:06.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:05.078112+0000 mgr.y (mgr.14556) 19173 : cluster [DBG] pgmap v16940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:08.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:07.078976+0000 mgr.y (mgr.14556) 19174 : cluster [DBG] pgmap v16941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:08.506 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:10:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:07.078976+0000 mgr.y (mgr.14556) 19174 : cluster [DBG] pgmap v16941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:07.078976+0000 mgr.y (mgr.14556) 19174 : cluster [DBG] pgmap v16941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:08.792 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 3m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 3m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 3m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 3m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 3m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 3m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 3m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 3m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 3m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 3m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 3m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 3m ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 3m ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 3m ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:10:08.793 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 3m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:10:08.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 3m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:10:08.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 3m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:10:08.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 3m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:10:08.794 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 3m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:10:08.794 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 3m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:10:09.141 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:10:09.141 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:10:09.141 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:10:09.141 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:10:09.141 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:10:09.141 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:10:09.141 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:10:09.141 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:10:09.141 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:10:09.142 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:10:09.142 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:10:09.142 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:10:09.142 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:10:09.142 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:10:09.142 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:10:09.142 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:10:09.142 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:10:09.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:10:09.140343+0000 mon.a (mon.0) 4107 : audit [DBG] from='client.? 172.21.15.23:0/3367975730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:10:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:10:09.140343+0000 mon.a (mon.0) 4107 : audit [DBG] from='client.? 172.21.15.23:0/3367975730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:10:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:10:09.140343+0000 mon.a (mon.0) 4107 : audit [DBG] from='client.? 172.21.15.23:0/3367975730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:10:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:10:08.493308+0000 mgr.y (mgr.14556) 19175 : audit [DBG] from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:10:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:10:08.783831+0000 mgr.y (mgr.14556) 19176 : audit [DBG] from='client.44432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:10:10.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:09.079300+0000 mgr.y (mgr.14556) 19177 : cluster [DBG] pgmap v16942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:10:08.493308+0000 mgr.y (mgr.14556) 19175 : audit [DBG] from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:10:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:10:08.783831+0000 mgr.y (mgr.14556) 19176 : audit [DBG] from='client.44432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:10:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:09.079300+0000 mgr.y (mgr.14556) 19177 : cluster [DBG] pgmap v16942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:10.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:10:08.493308+0000 mgr.y (mgr.14556) 19175 : audit [DBG] from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:10:10.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:10:08.783831+0000 mgr.y (mgr.14556) 19176 : audit [DBG] from='client.44432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:10:10.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:09.079300+0000 mgr.y (mgr.14556) 19177 : cluster [DBG] pgmap v16942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:10:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:11.080074+0000 mgr.y (mgr.14556) 19178 : cluster [DBG] pgmap v16943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:11.080074+0000 mgr.y (mgr.14556) 19178 : cluster [DBG] pgmap v16943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:11.080074+0000 mgr.y (mgr.14556) 19178 : cluster [DBG] pgmap v16943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:10:13] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T16:10:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:13.080632+0000 mgr.y (mgr.14556) 19179 : cluster [DBG] pgmap v16944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:14.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:13.080632+0000 mgr.y (mgr.14556) 19179 : cluster [DBG] pgmap v16944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:13.080632+0000 mgr.y (mgr.14556) 19179 : cluster [DBG] pgmap v16944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:10:14.799555+0000 mon.a (mon.0) 4108 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:10:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:15.081029+0000 mgr.y (mgr.14556) 19180 : cluster [DBG] pgmap v16945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:10:15.105899+0000 mon.a (mon.0) 4109 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:10:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:10:15.106522+0000 mon.a (mon.0) 4110 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:10:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:10:15.115312+0000 mon.a (mon.0) 4111 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:10:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:10:14.799555+0000 mon.a (mon.0) 4108 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:10:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:15.081029+0000 mgr.y (mgr.14556) 19180 : cluster [DBG] pgmap v16945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:10:15.105899+0000 mon.a (mon.0) 4109 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:10:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:10:15.106522+0000 mon.a (mon.0) 4110 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:10:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:10:15.115312+0000 mon.a (mon.0) 4111 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:10:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:10:14.799555+0000 mon.a (mon.0) 4108 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:10:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:15.081029+0000 mgr.y (mgr.14556) 19180 : cluster [DBG] pgmap v16945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:10:15.105899+0000 mon.a (mon.0) 4109 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:10:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:10:15.106522+0000 mon.a (mon.0) 4110 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:10:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:10:15.115312+0000 mon.a (mon.0) 4111 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:10:18.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:17.081719+0000 mgr.y (mgr.14556) 19181 : cluster [DBG] pgmap v16946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:17.081719+0000 mgr.y (mgr.14556) 19181 : cluster [DBG] pgmap v16946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:18.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:17.081719+0000 mgr.y (mgr.14556) 19181 : cluster [DBG] pgmap v16946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:19.082255+0000 mgr.y (mgr.14556) 19182 : cluster [DBG] pgmap v16947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:19.082255+0000 mgr.y (mgr.14556) 19182 : cluster [DBG] pgmap v16947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:19.082255+0000 mgr.y (mgr.14556) 19182 : cluster [DBG] pgmap v16947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:21.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:21.083053+0000 mgr.y (mgr.14556) 19183 : cluster [DBG] pgmap v16948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:21.083053+0000 mgr.y (mgr.14556) 19183 : cluster [DBG] pgmap v16948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:21.083053+0000 mgr.y (mgr.14556) 19183 : cluster [DBG] pgmap v16948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:10:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:10:23] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:10:24.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:23.083597+0000 mgr.y (mgr.14556) 19184 : cluster [DBG] pgmap v16949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:24.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:23.083597+0000 mgr.y (mgr.14556) 19184 : cluster [DBG] pgmap v16949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:23.083597+0000 mgr.y (mgr.14556) 19184 : cluster [DBG] pgmap v16949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:26.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:25.084134+0000 mgr.y (mgr.14556) 19185 : cluster [DBG] pgmap v16950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:25.084134+0000 mgr.y (mgr.14556) 19185 : cluster [DBG] pgmap v16950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:25.084134+0000 mgr.y (mgr.14556) 19185 : cluster [DBG] pgmap v16950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:28.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:27.084898+0000 mgr.y (mgr.14556) 19186 : cluster [DBG] pgmap v16951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:28.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:27.084898+0000 mgr.y (mgr.14556) 19186 : cluster [DBG] pgmap v16951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:28.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:27.084898+0000 mgr.y (mgr.14556) 19186 : cluster [DBG] pgmap v16951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:29.085458+0000 mgr.y (mgr.14556) 19187 : cluster [DBG] pgmap v16952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:29.085458+0000 mgr.y (mgr.14556) 19187 : cluster [DBG] pgmap v16952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:29.085458+0000 mgr.y (mgr.14556) 19187 : cluster [DBG] pgmap v16952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:10:32.417 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:31.086155+0000 mgr.y (mgr.14556) 19188 : cluster [DBG] pgmap v16953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:31.086155+0000 mgr.y (mgr.14556) 19188 : cluster [DBG] pgmap v16953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:32.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:31.086155+0000 mgr.y (mgr.14556) 19188 : cluster [DBG] pgmap v16953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:10:33] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:10:34.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:33.086652+0000 mgr.y (mgr.14556) 19189 : cluster [DBG] pgmap v16954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:33.086652+0000 mgr.y (mgr.14556) 19189 : cluster [DBG] pgmap v16954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:33.086652+0000 mgr.y (mgr.14556) 19189 : cluster [DBG] pgmap v16954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:36.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:35.087159+0000 mgr.y (mgr.14556) 19190 : cluster [DBG] pgmap v16955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:35.087159+0000 mgr.y (mgr.14556) 19190 : cluster [DBG] pgmap v16955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:36.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:35.087159+0000 mgr.y (mgr.14556) 19190 : cluster [DBG] pgmap v16955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:37.088058+0000 mgr.y (mgr.14556) 19191 : cluster [DBG] pgmap v16956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:38.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:37.088058+0000 mgr.y (mgr.14556) 19191 : cluster [DBG] pgmap v16956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:37.088058+0000 mgr.y (mgr.14556) 19191 : cluster [DBG] pgmap v16956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:39.467 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:10:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:10:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 4m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:10:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 4m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:10:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 4m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:10:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 4m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:10:39.755 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 4m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 4m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 4m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 4m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 4m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 4m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 4m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 4m ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 4m ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 4m ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 4m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 4m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 4m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 4m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 4m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:10:39.756 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 4m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:10:40.108 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:10:40.109 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:10:40.109 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:10:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:39.088656+0000 mgr.y (mgr.14556) 19192 : cluster [DBG] pgmap v16957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:40.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:10:40.106938+0000 mon.a (mon.0) 4112 : audit [DBG] from='client.? 172.21.15.23:0/3435271617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:10:40.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:39.088656+0000 mgr.y (mgr.14556) 19192 : cluster [DBG] pgmap v16957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:40.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:10:40.106938+0000 mon.a (mon.0) 4112 : audit [DBG] from='client.? 172.21.15.23:0/3435271617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:10:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:39.088656+0000 mgr.y (mgr.14556) 19192 : cluster [DBG] pgmap v16957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:10:40.106938+0000 mon.a (mon.0) 4112 : audit [DBG] from='client.? 172.21.15.23:0/3435271617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:10:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:10:39.454721+0000 mgr.y (mgr.14556) 19193 : audit [DBG] from='client.34536 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:10:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:10:39.746232+0000 mgr.y (mgr.14556) 19194 : audit [DBG] from='client.44450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:10:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:41.089352+0000 mgr.y (mgr.14556) 19195 : cluster [DBG] pgmap v16958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:10:39.454721+0000 mgr.y (mgr.14556) 19193 : audit [DBG] from='client.34536 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:10:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:10:39.746232+0000 mgr.y (mgr.14556) 19194 : audit [DBG] from='client.44450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:10:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:41.089352+0000 mgr.y (mgr.14556) 19195 : cluster [DBG] pgmap v16958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:10:39.454721+0000 mgr.y (mgr.14556) 19193 : audit [DBG] from='client.34536 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:10:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:10:39.746232+0000 mgr.y (mgr.14556) 19194 : audit [DBG] from='client.44450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:10:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:41.089352+0000 mgr.y (mgr.14556) 19195 : cluster [DBG] pgmap v16958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:10:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:10:43] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T16:10:44.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:43.089753+0000 mgr.y (mgr.14556) 19196 : cluster [DBG] pgmap v16959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:43.089753+0000 mgr.y (mgr.14556) 19196 : cluster [DBG] pgmap v16959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:43.089753+0000 mgr.y (mgr.14556) 19196 : cluster [DBG] pgmap v16959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:46.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:45.090371+0000 mgr.y (mgr.14556) 19197 : cluster [DBG] pgmap v16960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:45.090371+0000 mgr.y (mgr.14556) 19197 : cluster [DBG] pgmap v16960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:46.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:45.090371+0000 mgr.y (mgr.14556) 19197 : cluster [DBG] pgmap v16960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:47.091209+0000 mgr.y (mgr.14556) 19198 : cluster [DBG] pgmap v16961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:47.091209+0000 mgr.y (mgr.14556) 19198 : cluster [DBG] pgmap v16961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:47.091209+0000 mgr.y (mgr.14556) 19198 : cluster [DBG] pgmap v16961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:49.091772+0000 mgr.y (mgr.14556) 19199 : cluster [DBG] pgmap v16962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:50.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:49.091772+0000 mgr.y (mgr.14556) 19199 : cluster [DBG] pgmap v16962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:49.091772+0000 mgr.y (mgr.14556) 19199 : cluster [DBG] pgmap v16962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:51.092650+0000 mgr.y (mgr.14556) 19200 : cluster [DBG] pgmap v16963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:51.092650+0000 mgr.y (mgr.14556) 19200 : cluster [DBG] pgmap v16963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:51.092650+0000 mgr.y (mgr.14556) 19200 : cluster [DBG] pgmap v16963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:10:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:10:53] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:10:54.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:53.093125+0000 mgr.y (mgr.14556) 19201 : cluster [DBG] pgmap v16964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:53.093125+0000 mgr.y (mgr.14556) 19201 : cluster [DBG] pgmap v16964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:53.093125+0000 mgr.y (mgr.14556) 19201 : cluster [DBG] pgmap v16964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:55.093695+0000 mgr.y (mgr.14556) 19202 : cluster [DBG] pgmap v16965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:55.093695+0000 mgr.y (mgr.14556) 19202 : cluster [DBG] pgmap v16965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:55.093695+0000 mgr.y (mgr.14556) 19202 : cluster [DBG] pgmap v16965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:57.094278+0000 mgr.y (mgr.14556) 19203 : cluster [DBG] pgmap v16966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:57.094278+0000 mgr.y (mgr.14556) 19203 : cluster [DBG] pgmap v16966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:10:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:10:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:57.094278+0000 mgr.y (mgr.14556) 19203 : cluster [DBG] pgmap v16966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:10:59.094676+0000 mgr.y (mgr.14556) 19204 : cluster [DBG] pgmap v16967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:00.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:10:59.094676+0000 mgr.y (mgr.14556) 19204 : cluster [DBG] pgmap v16967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:10:59.094676+0000 mgr.y (mgr.14556) 19204 : cluster [DBG] pgmap v16967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:11:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:01.095317+0000 mgr.y (mgr.14556) 19205 : cluster [DBG] pgmap v16968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:01.095317+0000 mgr.y (mgr.14556) 19205 : cluster [DBG] pgmap v16968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:01.095317+0000 mgr.y (mgr.14556) 19205 : cluster [DBG] pgmap v16968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:03.095765+0000 mgr.y (mgr.14556) 19206 : cluster [DBG] pgmap v16969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:03.095765+0000 mgr.y (mgr.14556) 19206 : cluster [DBG] pgmap v16969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:03.095765+0000 mgr.y (mgr.14556) 19206 : cluster [DBG] pgmap v16969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:11:03] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:11:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:05.096325+0000 mgr.y (mgr.14556) 19207 : cluster [DBG] pgmap v16970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:06.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:05.096325+0000 mgr.y (mgr.14556) 19207 : cluster [DBG] pgmap v16970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:05.096325+0000 mgr.y (mgr.14556) 19207 : cluster [DBG] pgmap v16970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:08.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:07.097077+0000 mgr.y (mgr.14556) 19208 : cluster [DBG] pgmap v16971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:08.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:07.097077+0000 mgr.y (mgr.14556) 19208 : cluster [DBG] pgmap v16971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:07.097077+0000 mgr.y (mgr.14556) 19208 : cluster [DBG] pgmap v16971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:09.097557+0000 mgr.y (mgr.14556) 19209 : cluster [DBG] pgmap v16972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:09.097557+0000 mgr.y (mgr.14556) 19209 : cluster [DBG] pgmap v16972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:09.097557+0000 mgr.y (mgr.14556) 19209 : cluster [DBG] pgmap v16972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:10.434 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:11:10.723 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:11:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 4m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:11:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 4m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:11:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 4m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:11:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 4m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:11:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 4m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:11:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 4m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:11:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 4m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:11:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 4m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:11:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 4m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:11:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 4m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:11:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 4m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:11:10.724 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 4m ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:11:10.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 4m ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:11:10.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 4m ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:11:10.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 4m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:11:10.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 4m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:11:10.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 4m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:11:10.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 4m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:11:10.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 4m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:11:10.725 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 4m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:11:11.076 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:11:11.076 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:11:11.076 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:11:11.076 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:11:11.076 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:11:11.076 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:11:11.076 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:11:11.076 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:11:11.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:11:11.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:11:11.077 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:11:11.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:11:11.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:11:11.077 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:11:11.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:11:11.077 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:11:11.077 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:11:11.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:11:11.075222+0000 mon.a (mon.0) 4113 : audit [DBG] from='client.? 172.21.15.23:0/3340150722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:11:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:11:11.075222+0000 mon.a (mon.0) 4113 : audit [DBG] from='client.? 172.21.15.23:0/3340150722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:11:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:11:11.075222+0000 mon.a (mon.0) 4113 : audit [DBG] from='client.? 172.21.15.23:0/3340150722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:11:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:11:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:11:10.421126+0000 mgr.y (mgr.14556) 19210 : audit [DBG] from='client.44462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:11:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:11:10.714877+0000 mgr.y (mgr.14556) 19211 : audit [DBG] from='client.44468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:11:12.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:11.098235+0000 mgr.y (mgr.14556) 19212 : cluster [DBG] pgmap v16973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:11:10.421126+0000 mgr.y (mgr.14556) 19210 : audit [DBG] from='client.44462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:11:12.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:11:10.714877+0000 mgr.y (mgr.14556) 19211 : audit [DBG] from='client.44468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:11:12.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:11.098235+0000 mgr.y (mgr.14556) 19212 : cluster [DBG] pgmap v16973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:12.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:11:10.421126+0000 mgr.y (mgr.14556) 19210 : audit [DBG] from='client.44462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:11:12.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:11:10.714877+0000 mgr.y (mgr.14556) 19211 : audit [DBG] from='client.44468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:11:12.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:11.098235+0000 mgr.y (mgr.14556) 19212 : cluster [DBG] pgmap v16973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:11:13] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:11:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:13.098728+0000 mgr.y (mgr.14556) 19213 : cluster [DBG] pgmap v16974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:14.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:13.098728+0000 mgr.y (mgr.14556) 19213 : cluster [DBG] pgmap v16974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:13.098728+0000 mgr.y (mgr.14556) 19213 : cluster [DBG] pgmap v16974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:11:15.119795+0000 mon.a (mon.0) 4114 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:11:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:11:15.119795+0000 mon.a (mon.0) 4114 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:11:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:11:15.119795+0000 mon.a (mon.0) 4114 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:11:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:15.099321+0000 mgr.y (mgr.14556) 19214 : cluster [DBG] pgmap v16975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:11:15.430097+0000 mon.a (mon.0) 4115 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:11:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:11:15.430806+0000 mon.a (mon.0) 4116 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:11:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:11:15.436878+0000 mon.a (mon.0) 4117 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:11:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:15.099321+0000 mgr.y (mgr.14556) 19214 : cluster [DBG] pgmap v16975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:11:15.430097+0000 mon.a (mon.0) 4115 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:11:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:11:15.430806+0000 mon.a (mon.0) 4116 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:11:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:11:15.436878+0000 mon.a (mon.0) 4117 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:11:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:15.099321+0000 mgr.y (mgr.14556) 19214 : cluster [DBG] pgmap v16975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:11:15.430097+0000 mon.a (mon.0) 4115 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:11:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:11:15.430806+0000 mon.a (mon.0) 4116 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:11:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:11:15.436878+0000 mon.a (mon.0) 4117 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:11:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:17.100008+0000 mgr.y (mgr.14556) 19215 : cluster [DBG] pgmap v16976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:17.100008+0000 mgr.y (mgr.14556) 19215 : cluster [DBG] pgmap v16976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:17.100008+0000 mgr.y (mgr.14556) 19215 : cluster [DBG] pgmap v16976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:20.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:19.100572+0000 mgr.y (mgr.14556) 19216 : cluster [DBG] pgmap v16977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:19.100572+0000 mgr.y (mgr.14556) 19216 : cluster [DBG] pgmap v16977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:19.100572+0000 mgr.y (mgr.14556) 19216 : cluster [DBG] pgmap v16977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:11:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:21.101355+0000 mgr.y (mgr.14556) 19217 : cluster [DBG] pgmap v16978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:22.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:21.101355+0000 mgr.y (mgr.14556) 19217 : cluster [DBG] pgmap v16978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:21.101355+0000 mgr.y (mgr.14556) 19217 : cluster [DBG] pgmap v16978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:11:23] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:11:24.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:23.101895+0000 mgr.y (mgr.14556) 19218 : cluster [DBG] pgmap v16979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:23.101895+0000 mgr.y (mgr.14556) 19218 : cluster [DBG] pgmap v16979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:24.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:23.101895+0000 mgr.y (mgr.14556) 19218 : cluster [DBG] pgmap v16979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:25.102370+0000 mgr.y (mgr.14556) 19219 : cluster [DBG] pgmap v16980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:26.656 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:25.102370+0000 mgr.y (mgr.14556) 19219 : cluster [DBG] pgmap v16980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:25.102370+0000 mgr.y (mgr.14556) 19219 : cluster [DBG] pgmap v16980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:27.103025+0000 mgr.y (mgr.14556) 19220 : cluster [DBG] pgmap v16981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:27.103025+0000 mgr.y (mgr.14556) 19220 : cluster [DBG] pgmap v16981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:27.103025+0000 mgr.y (mgr.14556) 19220 : cluster [DBG] pgmap v16981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:30.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:29.103529+0000 mgr.y (mgr.14556) 19221 : cluster [DBG] pgmap v16982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:30.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:29.103529+0000 mgr.y (mgr.14556) 19221 : cluster [DBG] pgmap v16982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:30.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:29.103529+0000 mgr.y (mgr.14556) 19221 : cluster [DBG] pgmap v16982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:11:32.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:31.104246+0000 mgr.y (mgr.14556) 19222 : cluster [DBG] pgmap v16983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:32.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:31.104246+0000 mgr.y (mgr.14556) 19222 : cluster [DBG] pgmap v16983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:31.104246+0000 mgr.y (mgr.14556) 19222 : cluster [DBG] pgmap v16983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:11:33] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:11:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:33.104635+0000 mgr.y (mgr.14556) 19223 : cluster [DBG] pgmap v16984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:34.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:33.104635+0000 mgr.y (mgr.14556) 19223 : cluster [DBG] pgmap v16984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:33.104635+0000 mgr.y (mgr.14556) 19223 : cluster [DBG] pgmap v16984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:36.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:35.105087+0000 mgr.y (mgr.14556) 19224 : cluster [DBG] pgmap v16985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:36.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:35.105087+0000 mgr.y (mgr.14556) 19224 : cluster [DBG] pgmap v16985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:36.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:35.105087+0000 mgr.y (mgr.14556) 19224 : cluster [DBG] pgmap v16985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:37.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:37.105925+0000 mgr.y (mgr.14556) 19225 : cluster [DBG] pgmap v16986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:37.105925+0000 mgr.y (mgr.14556) 19225 : cluster [DBG] pgmap v16986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:37.105925+0000 mgr.y (mgr.14556) 19225 : cluster [DBG] pgmap v16986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:40.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:39.106473+0000 mgr.y (mgr.14556) 19226 : cluster [DBG] pgmap v16987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:40.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:39.106473+0000 mgr.y (mgr.14556) 19226 : cluster [DBG] pgmap v16987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:40.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:39.106473+0000 mgr.y (mgr.14556) 19226 : cluster [DBG] pgmap v16987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:41.402 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:11:41.689 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:11:41.689 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 5m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:11:41.689 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 5m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:11:41.689 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 5m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:11:41.689 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 5m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:11:41.689 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 5m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:11:41.689 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 5m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:11:41.689 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 5m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:11:41.689 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 5m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:11:41.690 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 5m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:11:41.690 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 5m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:11:41.690 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 5m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:11:41.690 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 5m ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:11:41.690 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 5m ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:11:41.690 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 5m ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:11:41.690 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 5m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:11:41.690 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 5m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:11:41.690 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 5m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:11:41.690 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 5m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:11:41.690 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 5m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:11:41.690 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 5m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:11:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:11:42.037 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:11:42.037 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:11:42.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:11:42.038 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:11:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:41.107101+0000 mgr.y (mgr.14556) 19227 : cluster [DBG] pgmap v16988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:42.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:11:42.036608+0000 mon.a (mon.0) 4118 : audit [DBG] from='client.? 172.21.15.23:0/2348870482' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:11:42.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:41.107101+0000 mgr.y (mgr.14556) 19227 : cluster [DBG] pgmap v16988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:42.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:11:42.036608+0000 mon.a (mon.0) 4118 : audit [DBG] from='client.? 172.21.15.23:0/2348870482' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:11:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:41.107101+0000 mgr.y (mgr.14556) 19227 : cluster [DBG] pgmap v16988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:11:42.036608+0000 mon.a (mon.0) 4118 : audit [DBG] from='client.? 172.21.15.23:0/2348870482' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:11:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:11:41.389949+0000 mgr.y (mgr.14556) 19228 : audit [DBG] from='client.44480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:11:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:11:41.680280+0000 mgr.y (mgr.14556) 19229 : audit [DBG] from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:11:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:43.107563+0000 mgr.y (mgr.14556) 19230 : cluster [DBG] pgmap v16989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:11:41.389949+0000 mgr.y (mgr.14556) 19228 : audit [DBG] from='client.44480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:11:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:11:41.680280+0000 mgr.y (mgr.14556) 19229 : audit [DBG] from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:11:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:43.107563+0000 mgr.y (mgr.14556) 19230 : cluster [DBG] pgmap v16989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:11:41.389949+0000 mgr.y (mgr.14556) 19228 : audit [DBG] from='client.44480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:11:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:11:41.680280+0000 mgr.y (mgr.14556) 19229 : audit [DBG] from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:11:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:43.107563+0000 mgr.y (mgr.14556) 19230 : cluster [DBG] pgmap v16989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:11:43] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-03-22T16:11:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:45.107913+0000 mgr.y (mgr.14556) 19231 : cluster [DBG] pgmap v16990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:46.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:45.107913+0000 mgr.y (mgr.14556) 19231 : cluster [DBG] pgmap v16990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:45.107913+0000 mgr.y (mgr.14556) 19231 : cluster [DBG] pgmap v16990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:47.108586+0000 mgr.y (mgr.14556) 19232 : cluster [DBG] pgmap v16991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:48.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:47.108586+0000 mgr.y (mgr.14556) 19232 : cluster [DBG] pgmap v16991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:47.108586+0000 mgr.y (mgr.14556) 19232 : cluster [DBG] pgmap v16991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:49.108926+0000 mgr.y (mgr.14556) 19233 : cluster [DBG] pgmap v16992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:49.108926+0000 mgr.y (mgr.14556) 19233 : cluster [DBG] pgmap v16992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:49.108926+0000 mgr.y (mgr.14556) 19233 : cluster [DBG] pgmap v16992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:11:52.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:51.109781+0000 mgr.y (mgr.14556) 19234 : cluster [DBG] pgmap v16993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:52.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:51.109781+0000 mgr.y (mgr.14556) 19234 : cluster [DBG] pgmap v16993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:51.109781+0000 mgr.y (mgr.14556) 19234 : cluster [DBG] pgmap v16993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:11:53] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T16:11:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:53.110294+0000 mgr.y (mgr.14556) 19235 : cluster [DBG] pgmap v16994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:54.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:53.110294+0000 mgr.y (mgr.14556) 19235 : cluster [DBG] pgmap v16994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:53.110294+0000 mgr.y (mgr.14556) 19235 : cluster [DBG] pgmap v16994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:56.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:55.110777+0000 mgr.y (mgr.14556) 19236 : cluster [DBG] pgmap v16995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:56.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:55.110777+0000 mgr.y (mgr.14556) 19236 : cluster [DBG] pgmap v16995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:55.110777+0000 mgr.y (mgr.14556) 19236 : cluster [DBG] pgmap v16995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:57.111447+0000 mgr.y (mgr.14556) 19237 : cluster [DBG] pgmap v16996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:57.111447+0000 mgr.y (mgr.14556) 19237 : cluster [DBG] pgmap v16996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:11:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:57.111447+0000 mgr.y (mgr.14556) 19237 : cluster [DBG] pgmap v16996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:11:59.111801+0000 mgr.y (mgr.14556) 19238 : cluster [DBG] pgmap v16997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:00.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:11:59.111801+0000 mgr.y (mgr.14556) 19238 : cluster [DBG] pgmap v16997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:11:59.111801+0000 mgr.y (mgr.14556) 19238 : cluster [DBG] pgmap v16997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:12:02.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:01.112549+0000 mgr.y (mgr.14556) 19239 : cluster [DBG] pgmap v16998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:02.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:01.112549+0000 mgr.y (mgr.14556) 19239 : cluster [DBG] pgmap v16998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:01.112549+0000 mgr.y (mgr.14556) 19239 : cluster [DBG] pgmap v16998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:03.112895+0000 mgr.y (mgr.14556) 19240 : cluster [DBG] pgmap v16999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:03.112895+0000 mgr.y (mgr.14556) 19240 : cluster [DBG] pgmap v16999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:03.112895+0000 mgr.y (mgr.14556) 19240 : cluster [DBG] pgmap v16999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:12:03] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T16:12:06.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:05.113343+0000 mgr.y (mgr.14556) 19241 : cluster [DBG] pgmap v17000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:06.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:05.113343+0000 mgr.y (mgr.14556) 19241 : cluster [DBG] pgmap v17000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:05.113343+0000 mgr.y (mgr.14556) 19241 : cluster [DBG] pgmap v17000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:07.114009+0000 mgr.y (mgr.14556) 19242 : cluster [DBG] pgmap v17001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:08.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:07.114009+0000 mgr.y (mgr.14556) 19242 : cluster [DBG] pgmap v17001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:07.114009+0000 mgr.y (mgr.14556) 19242 : cluster [DBG] pgmap v17001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:09.114588+0000 mgr.y (mgr.14556) 19243 : cluster [DBG] pgmap v17002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:09.114588+0000 mgr.y (mgr.14556) 19243 : cluster [DBG] pgmap v17002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:09.114588+0000 mgr.y (mgr.14556) 19243 : cluster [DBG] pgmap v17002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:12:12.365 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:12:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:11.115139+0000 mgr.y (mgr.14556) 19244 : cluster [DBG] pgmap v17003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:12.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:11.115139+0000 mgr.y (mgr.14556) 19244 : cluster [DBG] pgmap v17003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:12.651 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:12:12.651 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 6m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:12:12.651 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 5m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:12:12.651 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 6m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:12:12.651 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 5m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:12:12.651 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 5m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:12:12.651 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 6m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 6m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 5m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 6m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 6m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 5m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 6m ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 6m ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 6m ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 6m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 5m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 5m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 5m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 5m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:12:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 5m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:12:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:11.115139+0000 mgr.y (mgr.14556) 19244 : cluster [DBG] pgmap v17003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:13.003 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:12:13.003 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:12:13.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:12:13.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:12:13.003 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:12:13.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:12:13.004 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:12:13.004 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:12:13.004 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:12:13.004 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:12:13.004 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:12:13.004 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:12:13.004 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:12:13.004 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:12:13.004 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:12:13.004 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:12:13.004 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:12:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:12:13.001915+0000 mon.a (mon.0) 4119 : audit [DBG] from='client.? 172.21.15.23:0/2369067977' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:12:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:12:13.001915+0000 mon.a (mon.0) 4119 : audit [DBG] from='client.? 172.21.15.23:0/2369067977' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:12:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:12:13.001915+0000 mon.a (mon.0) 4119 : audit [DBG] from='client.? 172.21.15.23:0/2369067977' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:12:14.134 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:12:13] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:12:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:12:12.351942+0000 mgr.y (mgr.14556) 19245 : audit [DBG] from='client.34590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:12:14.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:12:12.642387+0000 mgr.y (mgr.14556) 19246 : audit [DBG] from='client.44504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:12:14.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:13.115493+0000 mgr.y (mgr.14556) 19247 : cluster [DBG] pgmap v17004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:14.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:12:12.351942+0000 mgr.y (mgr.14556) 19245 : audit [DBG] from='client.34590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:12:14.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:12:12.642387+0000 mgr.y (mgr.14556) 19246 : audit [DBG] from='client.44504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:12:14.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:13.115493+0000 mgr.y (mgr.14556) 19247 : cluster [DBG] pgmap v17004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:12:12.351942+0000 mgr.y (mgr.14556) 19245 : audit [DBG] from='client.34590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:12:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:12:12.642387+0000 mgr.y (mgr.14556) 19246 : audit [DBG] from='client.44504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:12:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:13.115493+0000 mgr.y (mgr.14556) 19247 : cluster [DBG] pgmap v17004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:15.115866+0000 mgr.y (mgr.14556) 19248 : cluster [DBG] pgmap v17005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:15.115866+0000 mgr.y (mgr.14556) 19248 : cluster [DBG] pgmap v17005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:15.115866+0000 mgr.y (mgr.14556) 19248 : cluster [DBG] pgmap v17005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:12:15.441387+0000 mon.a (mon.0) 4120 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:12:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:12:15.748747+0000 mon.a (mon.0) 4121 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:12:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:12:15.749400+0000 mon.a (mon.0) 4122 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:12:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:12:15.758402+0000 mon.a (mon.0) 4123 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:12:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:12:15.441387+0000 mon.a (mon.0) 4120 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:12:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:12:15.748747+0000 mon.a (mon.0) 4121 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:12:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:12:15.749400+0000 mon.a (mon.0) 4122 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:12:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:12:15.758402+0000 mon.a (mon.0) 4123 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:12:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:12:15.441387+0000 mon.a (mon.0) 4120 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:12:16.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:12:15.748747+0000 mon.a (mon.0) 4121 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:12:16.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:12:15.749400+0000 mon.a (mon.0) 4122 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:12:16.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:12:15.758402+0000 mon.a (mon.0) 4123 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:12:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:17.116586+0000 mgr.y (mgr.14556) 19249 : cluster [DBG] pgmap v17006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:17.116586+0000 mgr.y (mgr.14556) 19249 : cluster [DBG] pgmap v17006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:17.116586+0000 mgr.y (mgr.14556) 19249 : cluster [DBG] pgmap v17006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:20.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:19.117041+0000 mgr.y (mgr.14556) 19250 : cluster [DBG] pgmap v17007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:20.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:19.117041+0000 mgr.y (mgr.14556) 19250 : cluster [DBG] pgmap v17007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:19.117041+0000 mgr.y (mgr.14556) 19250 : cluster [DBG] pgmap v17007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:12:22.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:21.117630+0000 mgr.y (mgr.14556) 19251 : cluster [DBG] pgmap v17008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:22.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:21.117630+0000 mgr.y (mgr.14556) 19251 : cluster [DBG] pgmap v17008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:21.117630+0000 mgr.y (mgr.14556) 19251 : cluster [DBG] pgmap v17008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:23.118031+0000 mgr.y (mgr.14556) 19252 : cluster [DBG] pgmap v17009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:23.118031+0000 mgr.y (mgr.14556) 19252 : cluster [DBG] pgmap v17009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:23.118031+0000 mgr.y (mgr.14556) 19252 : cluster [DBG] pgmap v17009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:12:23] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:12:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:25.118411+0000 mgr.y (mgr.14556) 19253 : cluster [DBG] pgmap v17010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:25.118411+0000 mgr.y (mgr.14556) 19253 : cluster [DBG] pgmap v17010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:25.118411+0000 mgr.y (mgr.14556) 19253 : cluster [DBG] pgmap v17010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:27.119074+0000 mgr.y (mgr.14556) 19254 : cluster [DBG] pgmap v17011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:28.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:27.119074+0000 mgr.y (mgr.14556) 19254 : cluster [DBG] pgmap v17011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:28.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:27.119074+0000 mgr.y (mgr.14556) 19254 : cluster [DBG] pgmap v17011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:29.119496+0000 mgr.y (mgr.14556) 19255 : cluster [DBG] pgmap v17012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:29.119496+0000 mgr.y (mgr.14556) 19255 : cluster [DBG] pgmap v17012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:29.119496+0000 mgr.y (mgr.14556) 19255 : cluster [DBG] pgmap v17012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:12:32.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:31.120190+0000 mgr.y (mgr.14556) 19256 : cluster [DBG] pgmap v17013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:32.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:31.120190+0000 mgr.y (mgr.14556) 19256 : cluster [DBG] pgmap v17013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:32.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:31.120190+0000 mgr.y (mgr.14556) 19256 : cluster [DBG] pgmap v17013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:12:33] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:12:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:33.120751+0000 mgr.y (mgr.14556) 19257 : cluster [DBG] pgmap v17014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:34.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:33.120751+0000 mgr.y (mgr.14556) 19257 : cluster [DBG] pgmap v17014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:33.120751+0000 mgr.y (mgr.14556) 19257 : cluster [DBG] pgmap v17014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:35.121232+0000 mgr.y (mgr.14556) 19258 : cluster [DBG] pgmap v17015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:35.121232+0000 mgr.y (mgr.14556) 19258 : cluster [DBG] pgmap v17015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:35.121232+0000 mgr.y (mgr.14556) 19258 : cluster [DBG] pgmap v17015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:37.121919+0000 mgr.y (mgr.14556) 19259 : cluster [DBG] pgmap v17016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:38.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:37.121919+0000 mgr.y (mgr.14556) 19259 : cluster [DBG] pgmap v17016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:37.121919+0000 mgr.y (mgr.14556) 19259 : cluster [DBG] pgmap v17016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:39.122368+0000 mgr.y (mgr.14556) 19260 : cluster [DBG] pgmap v17017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:39.122368+0000 mgr.y (mgr.14556) 19260 : cluster [DBG] pgmap v17017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:39.122368+0000 mgr.y (mgr.14556) 19260 : cluster [DBG] pgmap v17017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:12:42.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:41.122917+0000 mgr.y (mgr.14556) 19261 : cluster [DBG] pgmap v17018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:42.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:41.122917+0000 mgr.y (mgr.14556) 19261 : cluster [DBG] pgmap v17018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:42.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:41.122917+0000 mgr.y (mgr.14556) 19261 : cluster [DBG] pgmap v17018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:43.331 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:12:43.618 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:12:43.618 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 6m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:12:43.618 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 6m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:12:43.618 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 6m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:12:43.618 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 6m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:12:43.618 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 6m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:12:43.618 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 6m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:12:43.618 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 6m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 6m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 6m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 6m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 6m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 6m ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 6m ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 6m ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 6m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 6m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 6m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 6m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 6m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:12:43.619 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 6m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:12:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:43.123226+0000 mgr.y (mgr.14556) 19262 : cluster [DBG] pgmap v17019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:43.123226+0000 mgr.y (mgr.14556) 19262 : cluster [DBG] pgmap v17019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:43.123226+0000 mgr.y (mgr.14556) 19262 : cluster [DBG] pgmap v17019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:43.967 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:12:43.967 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:12:43.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:12:43.967 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:12:43.967 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:12:43.967 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:12:43.968 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:12:43.968 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:12:43.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:12:43.968 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:12:43.968 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:12:43.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:12:43.968 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:12:43.968 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:12:43.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:12:43.968 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:12:43.968 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:12:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:12:43] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-03-22T16:12:44.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:12:43.318114+0000 mgr.y (mgr.14556) 19263 : audit [DBG] from='client.34608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:12:44.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:12:43.609157+0000 mgr.y (mgr.14556) 19264 : audit [DBG] from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:12:44.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:12:43.966428+0000 mon.a (mon.0) 4124 : audit [DBG] from='client.? 172.21.15.23:0/1752879015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:12:44.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:12:43.318114+0000 mgr.y (mgr.14556) 19263 : audit [DBG] from='client.34608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:12:44.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:12:43.609157+0000 mgr.y (mgr.14556) 19264 : audit [DBG] from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:12:44.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:12:43.966428+0000 mon.a (mon.0) 4124 : audit [DBG] from='client.? 172.21.15.23:0/1752879015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:12:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:12:43.318114+0000 mgr.y (mgr.14556) 19263 : audit [DBG] from='client.34608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:12:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:12:43.609157+0000 mgr.y (mgr.14556) 19264 : audit [DBG] from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:12:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:12:43.966428+0000 mon.a (mon.0) 4124 : audit [DBG] from='client.? 172.21.15.23:0/1752879015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:12:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:45.123667+0000 mgr.y (mgr.14556) 19265 : cluster [DBG] pgmap v17020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:45.123667+0000 mgr.y (mgr.14556) 19265 : cluster [DBG] pgmap v17020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:45.123667+0000 mgr.y (mgr.14556) 19265 : cluster [DBG] pgmap v17020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:48.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:47.124597+0000 mgr.y (mgr.14556) 19266 : cluster [DBG] pgmap v17021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:47.124597+0000 mgr.y (mgr.14556) 19266 : cluster [DBG] pgmap v17021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:47.124597+0000 mgr.y (mgr.14556) 19266 : cluster [DBG] pgmap v17021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:50.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:49.124949+0000 mgr.y (mgr.14556) 19267 : cluster [DBG] pgmap v17022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:50.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:49.124949+0000 mgr.y (mgr.14556) 19267 : cluster [DBG] pgmap v17022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:50.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:49.124949+0000 mgr.y (mgr.14556) 19267 : cluster [DBG] pgmap v17022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:51.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:51.125744+0000 mgr.y (mgr.14556) 19268 : cluster [DBG] pgmap v17023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:51.125744+0000 mgr.y (mgr.14556) 19268 : cluster [DBG] pgmap v17023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:51.125744+0000 mgr.y (mgr.14556) 19268 : cluster [DBG] pgmap v17023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:12:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:12:53] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T16:12:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:53.126251+0000 mgr.y (mgr.14556) 19269 : cluster [DBG] pgmap v17024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:54.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:53.126251+0000 mgr.y (mgr.14556) 19269 : cluster [DBG] pgmap v17024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:53.126251+0000 mgr.y (mgr.14556) 19269 : cluster [DBG] pgmap v17024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:55.126680+0000 mgr.y (mgr.14556) 19270 : cluster [DBG] pgmap v17025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:55.126680+0000 mgr.y (mgr.14556) 19270 : cluster [DBG] pgmap v17025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:55.126680+0000 mgr.y (mgr.14556) 19270 : cluster [DBG] pgmap v17025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:58.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:57.127409+0000 mgr.y (mgr.14556) 19271 : cluster [DBG] pgmap v17026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:58.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:57.127409+0000 mgr.y (mgr.14556) 19271 : cluster [DBG] pgmap v17026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:57.127409+0000 mgr.y (mgr.14556) 19271 : cluster [DBG] pgmap v17026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:12:59.127754+0000 mgr.y (mgr.14556) 19272 : cluster [DBG] pgmap v17027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:12:59.127754+0000 mgr.y (mgr.14556) 19272 : cluster [DBG] pgmap v17027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:12:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:12:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:12:59.127754+0000 mgr.y (mgr.14556) 19272 : cluster [DBG] pgmap v17027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:13:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:01.128405+0000 mgr.y (mgr.14556) 19273 : cluster [DBG] pgmap v17028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:02.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:01.128405+0000 mgr.y (mgr.14556) 19273 : cluster [DBG] pgmap v17028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:02.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:01.128405+0000 mgr.y (mgr.14556) 19273 : cluster [DBG] pgmap v17028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:03.128933+0000 mgr.y (mgr.14556) 19274 : cluster [DBG] pgmap v17029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:03.128933+0000 mgr.y (mgr.14556) 19274 : cluster [DBG] pgmap v17029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:03.128933+0000 mgr.y (mgr.14556) 19274 : cluster [DBG] pgmap v17029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:13:03] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T16:13:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:05.129453+0000 mgr.y (mgr.14556) 19275 : cluster [DBG] pgmap v17030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:06.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:05.129453+0000 mgr.y (mgr.14556) 19275 : cluster [DBG] pgmap v17030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:05.129453+0000 mgr.y (mgr.14556) 19275 : cluster [DBG] pgmap v17030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:08.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:07.130283+0000 mgr.y (mgr.14556) 19276 : cluster [DBG] pgmap v17031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:08.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:07.130283+0000 mgr.y (mgr.14556) 19276 : cluster [DBG] pgmap v17031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:07.130283+0000 mgr.y (mgr.14556) 19276 : cluster [DBG] pgmap v17031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:09.130691+0000 mgr.y (mgr.14556) 19277 : cluster [DBG] pgmap v17032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:09.130691+0000 mgr.y (mgr.14556) 19277 : cluster [DBG] pgmap v17032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:09.130691+0000 mgr.y (mgr.14556) 19277 : cluster [DBG] pgmap v17032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:13:12.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:11.131309+0000 mgr.y (mgr.14556) 19278 : cluster [DBG] pgmap v17033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:12.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:11.131309+0000 mgr.y (mgr.14556) 19278 : cluster [DBG] pgmap v17033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:11.131309+0000 mgr.y (mgr.14556) 19278 : cluster [DBG] pgmap v17033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:13:13] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-03-22T16:13:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:13:14.587 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:13:14.587 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:13:14.587 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 7m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:13:14.587 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:13:14.587 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 7m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:13:14.587 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 7m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 7m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 7m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7m ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7m ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7m ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 7m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 7m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 7m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 7m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:13:14.588 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 7m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:13:14.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:13.131688+0000 mgr.y (mgr.14556) 19279 : cluster [DBG] pgmap v17034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:13.131688+0000 mgr.y (mgr.14556) 19279 : cluster [DBG] pgmap v17034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:13.131688+0000 mgr.y (mgr.14556) 19279 : cluster [DBG] pgmap v17034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:14.934 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:13:14.935 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:13:14.936 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:13:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:13:14.933687+0000 mon.c (mon.2) 465 : audit [DBG] from='client.? 172.21.15.23:0/1794668592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:13:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:13:14.933687+0000 mon.c (mon.2) 465 : audit [DBG] from='client.? 172.21.15.23:0/1794668592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:13:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:13:14.933687+0000 mon.c (mon.2) 465 : audit [DBG] from='client.? 172.21.15.23:0/1794668592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:13:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:13:14.283145+0000 mgr.y (mgr.14556) 19280 : audit [DBG] from='client.34626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:13:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:13:14.578227+0000 mgr.y (mgr.14556) 19281 : audit [DBG] from='client.44540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:13:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:15.132261+0000 mgr.y (mgr.14556) 19282 : cluster [DBG] pgmap v17035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:13:15.762769+0000 mon.a (mon.0) 4125 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:13:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:13:16.067213+0000 mon.a (mon.0) 4126 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:13:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:13:16.067922+0000 mon.a (mon.0) 4127 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:13:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:13:16.073242+0000 mon.a (mon.0) 4128 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:13:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:13:14.283145+0000 mgr.y (mgr.14556) 19280 : audit [DBG] from='client.34626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:13:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:13:14.578227+0000 mgr.y (mgr.14556) 19281 : audit [DBG] from='client.44540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:13:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:15.132261+0000 mgr.y (mgr.14556) 19282 : cluster [DBG] pgmap v17035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:13:15.762769+0000 mon.a (mon.0) 4125 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:13:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:13:16.067213+0000 mon.a (mon.0) 4126 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:13:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:13:16.067922+0000 mon.a (mon.0) 4127 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:13:16.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:13:16.073242+0000 mon.a (mon.0) 4128 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:13:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:13:14.283145+0000 mgr.y (mgr.14556) 19280 : audit [DBG] from='client.34626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:13:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:13:14.578227+0000 mgr.y (mgr.14556) 19281 : audit [DBG] from='client.44540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:13:16.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:15.132261+0000 mgr.y (mgr.14556) 19282 : cluster [DBG] pgmap v17035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:16.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:13:15.762769+0000 mon.a (mon.0) 4125 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:13:16.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:13:16.067213+0000 mon.a (mon.0) 4126 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:13:16.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:13:16.067922+0000 mon.a (mon.0) 4127 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:13:16.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:13:16.073242+0000 mon.a (mon.0) 4128 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:13:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:17.132878+0000 mgr.y (mgr.14556) 19283 : cluster [DBG] pgmap v17036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:17.132878+0000 mgr.y (mgr.14556) 19283 : cluster [DBG] pgmap v17036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:17.132878+0000 mgr.y (mgr.14556) 19283 : cluster [DBG] pgmap v17036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:20.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:19.133253+0000 mgr.y (mgr.14556) 19284 : cluster [DBG] pgmap v17037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:20.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:19.133253+0000 mgr.y (mgr.14556) 19284 : cluster [DBG] pgmap v17037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:20.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:19.133253+0000 mgr.y (mgr.14556) 19284 : cluster [DBG] pgmap v17037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:13:22.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:21.133955+0000 mgr.y (mgr.14556) 19285 : cluster [DBG] pgmap v17038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:22.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:21.133955+0000 mgr.y (mgr.14556) 19285 : cluster [DBG] pgmap v17038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:21.133955+0000 mgr.y (mgr.14556) 19285 : cluster [DBG] pgmap v17038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:23.134431+0000 mgr.y (mgr.14556) 19286 : cluster [DBG] pgmap v17039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:23.134431+0000 mgr.y (mgr.14556) 19286 : cluster [DBG] pgmap v17039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:23.134431+0000 mgr.y (mgr.14556) 19286 : cluster [DBG] pgmap v17039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:13:23] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T16:13:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:25.135021+0000 mgr.y (mgr.14556) 19287 : cluster [DBG] pgmap v17040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:26.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:25.135021+0000 mgr.y (mgr.14556) 19287 : cluster [DBG] pgmap v17040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:25.135021+0000 mgr.y (mgr.14556) 19287 : cluster [DBG] pgmap v17040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:27.135896+0000 mgr.y (mgr.14556) 19288 : cluster [DBG] pgmap v17041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:27.135896+0000 mgr.y (mgr.14556) 19288 : cluster [DBG] pgmap v17041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:27.135896+0000 mgr.y (mgr.14556) 19288 : cluster [DBG] pgmap v17041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:30.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:29.136382+0000 mgr.y (mgr.14556) 19289 : cluster [DBG] pgmap v17042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:30.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:29.136382+0000 mgr.y (mgr.14556) 19289 : cluster [DBG] pgmap v17042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:30.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:29.136382+0000 mgr.y (mgr.14556) 19289 : cluster [DBG] pgmap v17042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:31.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:31.136985+0000 mgr.y (mgr.14556) 19290 : cluster [DBG] pgmap v17043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:31.136985+0000 mgr.y (mgr.14556) 19290 : cluster [DBG] pgmap v17043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:31.136985+0000 mgr.y (mgr.14556) 19290 : cluster [DBG] pgmap v17043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:13:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:13:33] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T16:13:34.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:33.137496+0000 mgr.y (mgr.14556) 19291 : cluster [DBG] pgmap v17044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:34.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:33.137496+0000 mgr.y (mgr.14556) 19291 : cluster [DBG] pgmap v17044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:33.137496+0000 mgr.y (mgr.14556) 19291 : cluster [DBG] pgmap v17044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:35.138079+0000 mgr.y (mgr.14556) 19292 : cluster [DBG] pgmap v17045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:35.138079+0000 mgr.y (mgr.14556) 19292 : cluster [DBG] pgmap v17045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:35.138079+0000 mgr.y (mgr.14556) 19292 : cluster [DBG] pgmap v17045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:37.138804+0000 mgr.y (mgr.14556) 19293 : cluster [DBG] pgmap v17046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:38.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:37.138804+0000 mgr.y (mgr.14556) 19293 : cluster [DBG] pgmap v17046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:37.138804+0000 mgr.y (mgr.14556) 19293 : cluster [DBG] pgmap v17046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:39.139287+0000 mgr.y (mgr.14556) 19294 : cluster [DBG] pgmap v17047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:39.139287+0000 mgr.y (mgr.14556) 19294 : cluster [DBG] pgmap v17047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:39.139287+0000 mgr.y (mgr.14556) 19294 : cluster [DBG] pgmap v17047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:41.140075+0000 mgr.y (mgr.14556) 19295 : cluster [DBG] pgmap v17048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:41.140075+0000 mgr.y (mgr.14556) 19295 : cluster [DBG] pgmap v17048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:41.140075+0000 mgr.y (mgr.14556) 19295 : cluster [DBG] pgmap v17048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:13:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:13:43] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:13:44.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:43.140429+0000 mgr.y (mgr.14556) 19296 : cluster [DBG] pgmap v17049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:44.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:43.140429+0000 mgr.y (mgr.14556) 19296 : cluster [DBG] pgmap v17049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:44.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:43.140429+0000 mgr.y (mgr.14556) 19296 : cluster [DBG] pgmap v17049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:45.259 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:13:45.546 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:13:45.546 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 7m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 7m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 7m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 7m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 7m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7m ago 9h 46.8M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7m ago 9h 46.2M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7m ago 9h 44.9M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7m ago 9h 44.2M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:13:45.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 7m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:13:45.548 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 7m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:13:45.548 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 7m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:13:45.548 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 7m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:13:45.548 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 7m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:13:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:45.140758+0000 mgr.y (mgr.14556) 19297 : cluster [DBG] pgmap v17050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:45.140758+0000 mgr.y (mgr.14556) 19297 : cluster [DBG] pgmap v17050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:45.140758+0000 mgr.y (mgr.14556) 19297 : cluster [DBG] pgmap v17050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:45.898 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:13:45.898 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:13:45.898 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:13:45.898 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:13:45.898 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:13:45.898 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:13:45.898 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:13:45.898 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:13:45.899 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:13:45.899 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:13:45.899 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:13:45.899 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:13:45.899 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:13:45.899 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:13:45.899 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:13:45.899 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:13:45.899 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:13:46.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:13:45.246503+0000 mgr.y (mgr.14556) 19298 : audit [DBG] from='client.34644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:13:46.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:13:45.537560+0000 mgr.y (mgr.14556) 19299 : audit [DBG] from='client.34650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:13:46.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:13:45.896794+0000 mon.c (mon.2) 466 : audit [DBG] from='client.? 172.21.15.23:0/2849736067' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:13:46.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:13:45.246503+0000 mgr.y (mgr.14556) 19298 : audit [DBG] from='client.34644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:13:46.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:13:45.537560+0000 mgr.y (mgr.14556) 19299 : audit [DBG] from='client.34650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:13:46.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:13:45.896794+0000 mon.c (mon.2) 466 : audit [DBG] from='client.? 172.21.15.23:0/2849736067' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:13:46.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:13:45.246503+0000 mgr.y (mgr.14556) 19298 : audit [DBG] from='client.34644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:13:46.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:13:45.537560+0000 mgr.y (mgr.14556) 19299 : audit [DBG] from='client.34650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:13:46.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:13:45.896794+0000 mon.c (mon.2) 466 : audit [DBG] from='client.? 172.21.15.23:0/2849736067' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:13:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:47.141480+0000 mgr.y (mgr.14556) 19300 : cluster [DBG] pgmap v17051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:47.141480+0000 mgr.y (mgr.14556) 19300 : cluster [DBG] pgmap v17051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:47.141480+0000 mgr.y (mgr.14556) 19300 : cluster [DBG] pgmap v17051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:49.141887+0000 mgr.y (mgr.14556) 19301 : cluster [DBG] pgmap v17052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:49.141887+0000 mgr.y (mgr.14556) 19301 : cluster [DBG] pgmap v17052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:49.141887+0000 mgr.y (mgr.14556) 19301 : cluster [DBG] pgmap v17052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:51.142646+0000 mgr.y (mgr.14556) 19302 : cluster [DBG] pgmap v17053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:51.142646+0000 mgr.y (mgr.14556) 19302 : cluster [DBG] pgmap v17053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:51.142646+0000 mgr.y (mgr.14556) 19302 : cluster [DBG] pgmap v17053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:13:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:13:53] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:13:54.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:53.143035+0000 mgr.y (mgr.14556) 19303 : cluster [DBG] pgmap v17054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:54.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:53.143035+0000 mgr.y (mgr.14556) 19303 : cluster [DBG] pgmap v17054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:54.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:53.143035+0000 mgr.y (mgr.14556) 19303 : cluster [DBG] pgmap v17054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:55.143552+0000 mgr.y (mgr.14556) 19304 : cluster [DBG] pgmap v17055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:55.143552+0000 mgr.y (mgr.14556) 19304 : cluster [DBG] pgmap v17055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:55.143552+0000 mgr.y (mgr.14556) 19304 : cluster [DBG] pgmap v17055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:58.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:57.144151+0000 mgr.y (mgr.14556) 19305 : cluster [DBG] pgmap v17056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:58.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:57.144151+0000 mgr.y (mgr.14556) 19305 : cluster [DBG] pgmap v17056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:57.144151+0000 mgr.y (mgr.14556) 19305 : cluster [DBG] pgmap v17056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:13:59.144620+0000 mgr.y (mgr.14556) 19306 : cluster [DBG] pgmap v17057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:13:59.144620+0000 mgr.y (mgr.14556) 19306 : cluster [DBG] pgmap v17057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:13:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:13:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:13:59.144620+0000 mgr.y (mgr.14556) 19306 : cluster [DBG] pgmap v17057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:14:02.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:01.145271+0000 mgr.y (mgr.14556) 19307 : cluster [DBG] pgmap v17058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:02.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:01.145271+0000 mgr.y (mgr.14556) 19307 : cluster [DBG] pgmap v17058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:02.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:01.145271+0000 mgr.y (mgr.14556) 19307 : cluster [DBG] pgmap v17058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:03.145824+0000 mgr.y (mgr.14556) 19308 : cluster [DBG] pgmap v17059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:03.145824+0000 mgr.y (mgr.14556) 19308 : cluster [DBG] pgmap v17059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:03.145824+0000 mgr.y (mgr.14556) 19308 : cluster [DBG] pgmap v17059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:14:03] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-03-22T16:14:06.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:05.146178+0000 mgr.y (mgr.14556) 19309 : cluster [DBG] pgmap v17060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:06.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:05.146178+0000 mgr.y (mgr.14556) 19309 : cluster [DBG] pgmap v17060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:06.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:05.146178+0000 mgr.y (mgr.14556) 19309 : cluster [DBG] pgmap v17060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:07.147039+0000 mgr.y (mgr.14556) 19310 : cluster [DBG] pgmap v17061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:07.147039+0000 mgr.y (mgr.14556) 19310 : cluster [DBG] pgmap v17061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:07.147039+0000 mgr.y (mgr.14556) 19310 : cluster [DBG] pgmap v17061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:09.147475+0000 mgr.y (mgr.14556) 19311 : cluster [DBG] pgmap v17062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:10.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:09.147475+0000 mgr.y (mgr.14556) 19311 : cluster [DBG] pgmap v17062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:09.147475+0000 mgr.y (mgr.14556) 19311 : cluster [DBG] pgmap v17062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:11.148128+0000 mgr.y (mgr.14556) 19312 : cluster [DBG] pgmap v17063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:11.148128+0000 mgr.y (mgr.14556) 19312 : cluster [DBG] pgmap v17063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:11.148128+0000 mgr.y (mgr.14556) 19312 : cluster [DBG] pgmap v17063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:14:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:13.148709+0000 mgr.y (mgr.14556) 19313 : cluster [DBG] pgmap v17064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:13.148709+0000 mgr.y (mgr.14556) 19313 : cluster [DBG] pgmap v17064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:13.148709+0000 mgr.y (mgr.14556) 19313 : cluster [DBG] pgmap v17064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:14:13] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-03-22T16:14:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:15.149248+0000 mgr.y (mgr.14556) 19314 : cluster [DBG] pgmap v17065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:15.149248+0000 mgr.y (mgr.14556) 19314 : cluster [DBG] pgmap v17065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:15.149248+0000 mgr.y (mgr.14556) 19314 : cluster [DBG] pgmap v17065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:16.231 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:14:16.536 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:14:16.536 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 8m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:14:16.536 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 8m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:14:16.536 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 8m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:14:16.536 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 8m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:14:16.536 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 8m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:14:16.536 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 8m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 8m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 8m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 8m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 8m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 8m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 8m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 8m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 8m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 8m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 8m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 8m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 8m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 8m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:14:16.537 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 8m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:14:16.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:16.077370+0000 mon.a (mon.0) 4129 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:14:16.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:16.077370+0000 mon.a (mon.0) 4129 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:14:16.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:16.077370+0000 mon.a (mon.0) 4129 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:14:16.885 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:14:16.885 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:14:16.885 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:14:16.885 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:14:16.885 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:14:16.885 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:14:16.885 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:14:16.886 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:14:16.886 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:14:16.886 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:14:16.886 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:14:16.886 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:14:16.886 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:14:16.886 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:14:16.886 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:14:16.886 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:14:16.886 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:14:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:16.212313+0000 mgr.y (mgr.14556) 19315 : audit [DBG] from='client.44570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:14:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:16.395404+0000 mon.a (mon.0) 4130 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:14:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:16.396078+0000 mon.a (mon.0) 4131 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:14:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:16.396666+0000 mon.a (mon.0) 4132 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:14:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:16.397243+0000 mon.a (mon.0) 4133 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:14:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T16:14:16.397712+0000 mgr.y (mgr.14556) 19316 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2470M 2024-03-22T16:14:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:16.405904+0000 mon.a (mon.0) 4134 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:14:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:16.406691+0000 mon.a (mon.0) 4135 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:14:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:16.407286+0000 mon.a (mon.0) 4136 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:14:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:16.420012+0000 mon.a (mon.0) 4137 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:14:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:16.527416+0000 mgr.y (mgr.14556) 19317 : audit [DBG] from='client.34668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:14:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:16.884281+0000 mon.a (mon.0) 4138 : audit [DBG] from='client.? 172.21.15.23:0/3319540903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:14:17.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:17.150001+0000 mgr.y (mgr.14556) 19318 : cluster [DBG] pgmap v17066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:16.212313+0000 mgr.y (mgr.14556) 19315 : audit [DBG] from='client.44570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:14:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:16.395404+0000 mon.a (mon.0) 4130 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:14:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:16.396078+0000 mon.a (mon.0) 4131 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:14:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:16.396666+0000 mon.a (mon.0) 4132 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:14:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:16.397243+0000 mon.a (mon.0) 4133 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:14:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T16:14:16.397712+0000 mgr.y (mgr.14556) 19316 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2470M 2024-03-22T16:14:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:16.405904+0000 mon.a (mon.0) 4134 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:14:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:16.406691+0000 mon.a (mon.0) 4135 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:14:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:16.407286+0000 mon.a (mon.0) 4136 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:14:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:16.420012+0000 mon.a (mon.0) 4137 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:14:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:16.527416+0000 mgr.y (mgr.14556) 19317 : audit [DBG] from='client.34668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:14:17.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:16.884281+0000 mon.a (mon.0) 4138 : audit [DBG] from='client.? 172.21.15.23:0/3319540903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:14:17.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:17.150001+0000 mgr.y (mgr.14556) 19318 : cluster [DBG] pgmap v17066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:16.212313+0000 mgr.y (mgr.14556) 19315 : audit [DBG] from='client.44570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:14:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:16.395404+0000 mon.a (mon.0) 4130 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:14:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:16.396078+0000 mon.a (mon.0) 4131 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:14:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:16.396666+0000 mon.a (mon.0) 4132 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:14:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:16.397243+0000 mon.a (mon.0) 4133 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:14:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T16:14:16.397712+0000 mgr.y (mgr.14556) 19316 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2470M 2024-03-22T16:14:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:16.405904+0000 mon.a (mon.0) 4134 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:14:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:16.406691+0000 mon.a (mon.0) 4135 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:14:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:16.407286+0000 mon.a (mon.0) 4136 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:14:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:16.420012+0000 mon.a (mon.0) 4137 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:14:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:16.527416+0000 mgr.y (mgr.14556) 19317 : audit [DBG] from='client.34668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:14:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:16.884281+0000 mon.a (mon.0) 4138 : audit [DBG] from='client.? 172.21.15.23:0/3319540903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:14:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:17.150001+0000 mgr.y (mgr.14556) 19318 : cluster [DBG] pgmap v17066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:19.150395+0000 mgr.y (mgr.14556) 19319 : cluster [DBG] pgmap v17067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:19.150395+0000 mgr.y (mgr.14556) 19319 : cluster [DBG] pgmap v17067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:19.150395+0000 mgr.y (mgr.14556) 19319 : cluster [DBG] pgmap v17067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:21.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:21.151162+0000 mgr.y (mgr.14556) 19320 : cluster [DBG] pgmap v17068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:21.151162+0000 mgr.y (mgr.14556) 19320 : cluster [DBG] pgmap v17068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:21.151162+0000 mgr.y (mgr.14556) 19320 : cluster [DBG] pgmap v17068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:14:23.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:23.151536+0000 mgr.y (mgr.14556) 19321 : cluster [DBG] pgmap v17069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:23.151536+0000 mgr.y (mgr.14556) 19321 : cluster [DBG] pgmap v17069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:23.151536+0000 mgr.y (mgr.14556) 19321 : cluster [DBG] pgmap v17069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:14:23] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:14:26.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:25.152121+0000 mgr.y (mgr.14556) 19322 : cluster [DBG] pgmap v17070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:26.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:25.152121+0000 mgr.y (mgr.14556) 19322 : cluster [DBG] pgmap v17070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:26.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:25.152121+0000 mgr.y (mgr.14556) 19322 : cluster [DBG] pgmap v17070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:27.152822+0000 mgr.y (mgr.14556) 19323 : cluster [DBG] pgmap v17071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:27.152822+0000 mgr.y (mgr.14556) 19323 : cluster [DBG] pgmap v17071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:27.152822+0000 mgr.y (mgr.14556) 19323 : cluster [DBG] pgmap v17071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:29.153279+0000 mgr.y (mgr.14556) 19324 : cluster [DBG] pgmap v17072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:29.153279+0000 mgr.y (mgr.14556) 19324 : cluster [DBG] pgmap v17072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:29.153279+0000 mgr.y (mgr.14556) 19324 : cluster [DBG] pgmap v17072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:31.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:31.154125+0000 mgr.y (mgr.14556) 19325 : cluster [DBG] pgmap v17073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:31.154125+0000 mgr.y (mgr.14556) 19325 : cluster [DBG] pgmap v17073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:31.154125+0000 mgr.y (mgr.14556) 19325 : cluster [DBG] pgmap v17073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:14:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:33.154567+0000 mgr.y (mgr.14556) 19326 : cluster [DBG] pgmap v17074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:33.154567+0000 mgr.y (mgr.14556) 19326 : cluster [DBG] pgmap v17074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:33.154567+0000 mgr.y (mgr.14556) 19326 : cluster [DBG] pgmap v17074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:14:33] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:14:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:35.154901+0000 mgr.y (mgr.14556) 19327 : cluster [DBG] pgmap v17075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:35.154901+0000 mgr.y (mgr.14556) 19327 : cluster [DBG] pgmap v17075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:35.154901+0000 mgr.y (mgr.14556) 19327 : cluster [DBG] pgmap v17075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:37.155753+0000 mgr.y (mgr.14556) 19328 : cluster [DBG] pgmap v17076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:37.155753+0000 mgr.y (mgr.14556) 19328 : cluster [DBG] pgmap v17076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:37.155753+0000 mgr.y (mgr.14556) 19328 : cluster [DBG] pgmap v17076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:39.156166+0000 mgr.y (mgr.14556) 19329 : cluster [DBG] pgmap v17077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:39.156166+0000 mgr.y (mgr.14556) 19329 : cluster [DBG] pgmap v17077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:39.156166+0000 mgr.y (mgr.14556) 19329 : cluster [DBG] pgmap v17077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:41.156980+0000 mgr.y (mgr.14556) 19330 : cluster [DBG] pgmap v17078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:41.156980+0000 mgr.y (mgr.14556) 19330 : cluster [DBG] pgmap v17078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:41.156980+0000 mgr.y (mgr.14556) 19330 : cluster [DBG] pgmap v17078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:14:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:43.157541+0000 mgr.y (mgr.14556) 19331 : cluster [DBG] pgmap v17079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:43.157541+0000 mgr.y (mgr.14556) 19331 : cluster [DBG] pgmap v17079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:43.157541+0000 mgr.y (mgr.14556) 19331 : cluster [DBG] pgmap v17079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:14:43] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:14:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:45.157948+0000 mgr.y (mgr.14556) 19332 : cluster [DBG] pgmap v17080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:45.157948+0000 mgr.y (mgr.14556) 19332 : cluster [DBG] pgmap v17080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:45.157948+0000 mgr.y (mgr.14556) 19332 : cluster [DBG] pgmap v17080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:47.210 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:14:47.498 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:14:47.498 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 8m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:14:47.498 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 8m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:14:47.498 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 8m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:14:47.498 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 8m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 8m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 8m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 8m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 8m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 8m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 8m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 8m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 8m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 8m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 8m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 8m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 8m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 8m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 8m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:14:47.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 8m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:14:47.500 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 8m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:14:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:47.158655+0000 mgr.y (mgr.14556) 19333 : cluster [DBG] pgmap v17081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:47.197382+0000 mgr.y (mgr.14556) 19334 : audit [DBG] from='client.34680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:14:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:47.158655+0000 mgr.y (mgr.14556) 19333 : cluster [DBG] pgmap v17081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:47.197382+0000 mgr.y (mgr.14556) 19334 : audit [DBG] from='client.34680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:14:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:47.158655+0000 mgr.y (mgr.14556) 19333 : cluster [DBG] pgmap v17081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:47.197382+0000 mgr.y (mgr.14556) 19334 : audit [DBG] from='client.34680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:14:47.846 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:14:47.846 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:14:47.846 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:14:47.846 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:14:47.846 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:14:47.846 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:14:47.846 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:14:47.847 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:14:47.847 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:14:47.847 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:14:47.847 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:14:47.847 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:14:47.847 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:14:47.847 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:14:47.847 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:14:47.847 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:14:47.847 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:14:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:47.489115+0000 mgr.y (mgr.14556) 19335 : audit [DBG] from='client.44594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:14:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:14:47.845198+0000 mon.c (mon.2) 467 : audit [DBG] from='client.? 172.21.15.23:0/4163447031' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:14:48.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:47.489115+0000 mgr.y (mgr.14556) 19335 : audit [DBG] from='client.44594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:14:48.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:14:47.845198+0000 mon.c (mon.2) 467 : audit [DBG] from='client.? 172.21.15.23:0/4163447031' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:14:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:47.489115+0000 mgr.y (mgr.14556) 19335 : audit [DBG] from='client.44594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:14:48.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:14:47.845198+0000 mon.c (mon.2) 467 : audit [DBG] from='client.? 172.21.15.23:0/4163447031' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:14:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:49.159220+0000 mgr.y (mgr.14556) 19336 : cluster [DBG] pgmap v17082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:49.159220+0000 mgr.y (mgr.14556) 19336 : cluster [DBG] pgmap v17082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:49.159220+0000 mgr.y (mgr.14556) 19336 : cluster [DBG] pgmap v17082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:51.159852+0000 mgr.y (mgr.14556) 19337 : cluster [DBG] pgmap v17083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:51.159852+0000 mgr.y (mgr.14556) 19337 : cluster [DBG] pgmap v17083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:51.159852+0000 mgr.y (mgr.14556) 19337 : cluster [DBG] pgmap v17083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:14:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:53.160398+0000 mgr.y (mgr.14556) 19338 : cluster [DBG] pgmap v17084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:53.160398+0000 mgr.y (mgr.14556) 19338 : cluster [DBG] pgmap v17084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:53.160398+0000 mgr.y (mgr.14556) 19338 : cluster [DBG] pgmap v17084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:14:53] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:14:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:55.160853+0000 mgr.y (mgr.14556) 19339 : cluster [DBG] pgmap v17085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:55.160853+0000 mgr.y (mgr.14556) 19339 : cluster [DBG] pgmap v17085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:55.160853+0000 mgr.y (mgr.14556) 19339 : cluster [DBG] pgmap v17085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:57.161701+0000 mgr.y (mgr.14556) 19340 : cluster [DBG] pgmap v17086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:57.161701+0000 mgr.y (mgr.14556) 19340 : cluster [DBG] pgmap v17086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:57.161701+0000 mgr.y (mgr.14556) 19340 : cluster [DBG] pgmap v17086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:59.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:14:59.162134+0000 mgr.y (mgr.14556) 19341 : cluster [DBG] pgmap v17087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:59.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:14:59.162134+0000 mgr.y (mgr.14556) 19341 : cluster [DBG] pgmap v17087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:14:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:14:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:14:59.162134+0000 mgr.y (mgr.14556) 19341 : cluster [DBG] pgmap v17087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:01.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:01.162958+0000 mgr.y (mgr.14556) 19342 : cluster [DBG] pgmap v17088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:01.162958+0000 mgr.y (mgr.14556) 19342 : cluster [DBG] pgmap v17088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:01.162958+0000 mgr.y (mgr.14556) 19342 : cluster [DBG] pgmap v17088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:15:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:03.163390+0000 mgr.y (mgr.14556) 19343 : cluster [DBG] pgmap v17089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:03.163390+0000 mgr.y (mgr.14556) 19343 : cluster [DBG] pgmap v17089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:03.163390+0000 mgr.y (mgr.14556) 19343 : cluster [DBG] pgmap v17089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:15:03] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:15:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:05.163701+0000 mgr.y (mgr.14556) 19344 : cluster [DBG] pgmap v17090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:05.163701+0000 mgr.y (mgr.14556) 19344 : cluster [DBG] pgmap v17090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:05.163701+0000 mgr.y (mgr.14556) 19344 : cluster [DBG] pgmap v17090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:07.164481+0000 mgr.y (mgr.14556) 19345 : cluster [DBG] pgmap v17091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:07.164481+0000 mgr.y (mgr.14556) 19345 : cluster [DBG] pgmap v17091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:07.164481+0000 mgr.y (mgr.14556) 19345 : cluster [DBG] pgmap v17091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:09.164818+0000 mgr.y (mgr.14556) 19346 : cluster [DBG] pgmap v17092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:09.164818+0000 mgr.y (mgr.14556) 19346 : cluster [DBG] pgmap v17092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:09.164818+0000 mgr.y (mgr.14556) 19346 : cluster [DBG] pgmap v17092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:11.165454+0000 mgr.y (mgr.14556) 19347 : cluster [DBG] pgmap v17093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:11.165454+0000 mgr.y (mgr.14556) 19347 : cluster [DBG] pgmap v17093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:11.165454+0000 mgr.y (mgr.14556) 19347 : cluster [DBG] pgmap v17093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:15:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:13.165900+0000 mgr.y (mgr.14556) 19348 : cluster [DBG] pgmap v17094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:13.165900+0000 mgr.y (mgr.14556) 19348 : cluster [DBG] pgmap v17094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:13.165900+0000 mgr.y (mgr.14556) 19348 : cluster [DBG] pgmap v17094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:15:13] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:15:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:15.166302+0000 mgr.y (mgr.14556) 19349 : cluster [DBG] pgmap v17095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:15.166302+0000 mgr.y (mgr.14556) 19349 : cluster [DBG] pgmap v17095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:15.166302+0000 mgr.y (mgr.14556) 19349 : cluster [DBG] pgmap v17095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:16.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:15:16.424559+0000 mon.a (mon.0) 4139 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:15:16.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:15:16.424559+0000 mon.a (mon.0) 4139 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:15:16.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:15:16.424559+0000 mon.a (mon.0) 4139 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:15:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:15:16.732527+0000 mon.a (mon.0) 4140 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:15:17.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:15:16.733225+0000 mon.a (mon.0) 4141 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:15:17.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:15:16.739130+0000 mon.a (mon.0) 4142 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:15:17.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:17.166894+0000 mgr.y (mgr.14556) 19350 : cluster [DBG] pgmap v17096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:17.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:15:16.732527+0000 mon.a (mon.0) 4140 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:15:17.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:15:16.733225+0000 mon.a (mon.0) 4141 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:15:17.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:15:16.739130+0000 mon.a (mon.0) 4142 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:15:17.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:17.166894+0000 mgr.y (mgr.14556) 19350 : cluster [DBG] pgmap v17096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:17.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:15:16.732527+0000 mon.a (mon.0) 4140 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:15:17.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:15:16.733225+0000 mon.a (mon.0) 4141 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:15:17.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:15:16.739130+0000 mon.a (mon.0) 4142 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:15:17.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:17.166894+0000 mgr.y (mgr.14556) 19350 : cluster [DBG] pgmap v17096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:18.169 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:15:18.454 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:15:18.454 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 9m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:15:18.454 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 9m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:15:18.454 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 9m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:15:18.454 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 9m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:15:18.454 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 9m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 9m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 9m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 9m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 9m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 9m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 9m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 9m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 9m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 9m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 9m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 9m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 9m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 9m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 9m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:15:18.455 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 9m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:15:18.805 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:15:18.805 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:15:18.805 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:15:18.806 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:15:18.806 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:15:18.806 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:15:18.806 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:15:18.806 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:15:18.806 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:15:18.806 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:15:18.806 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:15:18.806 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:15:18.806 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:15:18.807 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:15:18.807 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:15:18.807 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:15:18.807 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:15:19.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:15:18.155765+0000 mgr.y (mgr.14556) 19351 : audit [DBG] from='client.44606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:15:19.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:15:18.155765+0000 mgr.y (mgr.14556) 19351 : audit [DBG] from='client.44606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:15:19.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:15:18.155765+0000 mgr.y (mgr.14556) 19351 : audit [DBG] from='client.44606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:15:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:15:18.445209+0000 mgr.y (mgr.14556) 19352 : audit [DBG] from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:15:20.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:15:18.804252+0000 mon.a (mon.0) 4143 : audit [DBG] from='client.? 172.21.15.23:0/2854344034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:15:20.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:19.167372+0000 mgr.y (mgr.14556) 19353 : cluster [DBG] pgmap v17097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:20.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:15:18.445209+0000 mgr.y (mgr.14556) 19352 : audit [DBG] from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:15:20.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:15:18.804252+0000 mon.a (mon.0) 4143 : audit [DBG] from='client.? 172.21.15.23:0/2854344034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:15:20.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:19.167372+0000 mgr.y (mgr.14556) 19353 : cluster [DBG] pgmap v17097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:20.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:15:18.445209+0000 mgr.y (mgr.14556) 19352 : audit [DBG] from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:15:20.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:15:18.804252+0000 mon.a (mon.0) 4143 : audit [DBG] from='client.? 172.21.15.23:0/2854344034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:15:20.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:19.167372+0000 mgr.y (mgr.14556) 19353 : cluster [DBG] pgmap v17097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:21.168109+0000 mgr.y (mgr.14556) 19354 : cluster [DBG] pgmap v17098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:15:22.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:21.168109+0000 mgr.y (mgr.14556) 19354 : cluster [DBG] pgmap v17098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:22.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:21.168109+0000 mgr.y (mgr.14556) 19354 : cluster [DBG] pgmap v17098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:23.168608+0000 mgr.y (mgr.14556) 19355 : cluster [DBG] pgmap v17099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:23.168608+0000 mgr.y (mgr.14556) 19355 : cluster [DBG] pgmap v17099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:23.168608+0000 mgr.y (mgr.14556) 19355 : cluster [DBG] pgmap v17099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:15:23] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:15:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:25.169160+0000 mgr.y (mgr.14556) 19356 : cluster [DBG] pgmap v17100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:25.169160+0000 mgr.y (mgr.14556) 19356 : cluster [DBG] pgmap v17100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:25.169160+0000 mgr.y (mgr.14556) 19356 : cluster [DBG] pgmap v17100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:27.169836+0000 mgr.y (mgr.14556) 19357 : cluster [DBG] pgmap v17101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:27.169836+0000 mgr.y (mgr.14556) 19357 : cluster [DBG] pgmap v17101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:27.169836+0000 mgr.y (mgr.14556) 19357 : cluster [DBG] pgmap v17101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:29.170334+0000 mgr.y (mgr.14556) 19358 : cluster [DBG] pgmap v17102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:29.170334+0000 mgr.y (mgr.14556) 19358 : cluster [DBG] pgmap v17102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:29.170334+0000 mgr.y (mgr.14556) 19358 : cluster [DBG] pgmap v17102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:31.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:31.170941+0000 mgr.y (mgr.14556) 19359 : cluster [DBG] pgmap v17103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:31.170941+0000 mgr.y (mgr.14556) 19359 : cluster [DBG] pgmap v17103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:31.170941+0000 mgr.y (mgr.14556) 19359 : cluster [DBG] pgmap v17103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:15:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:33.171442+0000 mgr.y (mgr.14556) 19360 : cluster [DBG] pgmap v17104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:33.171442+0000 mgr.y (mgr.14556) 19360 : cluster [DBG] pgmap v17104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:33.171442+0000 mgr.y (mgr.14556) 19360 : cluster [DBG] pgmap v17104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:15:33] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:15:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:35.171757+0000 mgr.y (mgr.14556) 19361 : cluster [DBG] pgmap v17105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:35.171757+0000 mgr.y (mgr.14556) 19361 : cluster [DBG] pgmap v17105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:35.171757+0000 mgr.y (mgr.14556) 19361 : cluster [DBG] pgmap v17105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:37.172602+0000 mgr.y (mgr.14556) 19362 : cluster [DBG] pgmap v17106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:37.172602+0000 mgr.y (mgr.14556) 19362 : cluster [DBG] pgmap v17106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:37.172602+0000 mgr.y (mgr.14556) 19362 : cluster [DBG] pgmap v17106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:39.173029+0000 mgr.y (mgr.14556) 19363 : cluster [DBG] pgmap v17107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:39.173029+0000 mgr.y (mgr.14556) 19363 : cluster [DBG] pgmap v17107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:39.173029+0000 mgr.y (mgr.14556) 19363 : cluster [DBG] pgmap v17107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:41.173726+0000 mgr.y (mgr.14556) 19364 : cluster [DBG] pgmap v17108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:41.173726+0000 mgr.y (mgr.14556) 19364 : cluster [DBG] pgmap v17108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:41.173726+0000 mgr.y (mgr.14556) 19364 : cluster [DBG] pgmap v17108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:15:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:43.174310+0000 mgr.y (mgr.14556) 19365 : cluster [DBG] pgmap v17109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:43.174310+0000 mgr.y (mgr.14556) 19365 : cluster [DBG] pgmap v17109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:43.174310+0000 mgr.y (mgr.14556) 19365 : cluster [DBG] pgmap v17109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:15:43] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-03-22T16:15:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:45.174802+0000 mgr.y (mgr.14556) 19366 : cluster [DBG] pgmap v17110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:45.174802+0000 mgr.y (mgr.14556) 19366 : cluster [DBG] pgmap v17110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:45.174802+0000 mgr.y (mgr.14556) 19366 : cluster [DBG] pgmap v17110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:47.175529+0000 mgr.y (mgr.14556) 19367 : cluster [DBG] pgmap v17111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:47.175529+0000 mgr.y (mgr.14556) 19367 : cluster [DBG] pgmap v17111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:47.175529+0000 mgr.y (mgr.14556) 19367 : cluster [DBG] pgmap v17111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:49.128 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 9m ago 9h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 9m ago 9h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 9m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 9m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 9m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 9m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 9m ago 9h 1096M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 9m ago 9h 832M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 9m ago 9h 837M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 9m ago 9h 23.3M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 9m ago 9h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:15:49.421 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 9m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:15:49.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 9m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:15:49.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 9m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:15:49.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 9m ago 9h 44.2M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:15:49.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 9m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:15:49.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 9m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:15:49.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 9m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:15:49.422 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 9m ago 9h 43.5M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:15:49.422 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 9m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:15:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:15:49.115032+0000 mgr.y (mgr.14556) 19368 : audit [DBG] from='client.34716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:15:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:49.175869+0000 mgr.y (mgr.14556) 19369 : cluster [DBG] pgmap v17112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:15:49.115032+0000 mgr.y (mgr.14556) 19368 : audit [DBG] from='client.34716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:15:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:49.175869+0000 mgr.y (mgr.14556) 19369 : cluster [DBG] pgmap v17112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:15:49.115032+0000 mgr.y (mgr.14556) 19368 : audit [DBG] from='client.34716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:15:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:49.175869+0000 mgr.y (mgr.14556) 19369 : cluster [DBG] pgmap v17112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:49.768 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:15:49.768 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:15:49.768 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:15:49.768 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:15:49.768 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:15:49.768 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:15:49.768 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:15:49.768 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:15:49.768 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:15:49.768 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:15:49.768 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:15:49.768 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:15:49.769 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:15:49.769 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:15:49.769 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:15:49.769 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:15:49.769 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:15:50.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:15:49.411069+0000 mgr.y (mgr.14556) 19370 : audit [DBG] from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:15:50.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:15:49.766817+0000 mon.a (mon.0) 4144 : audit [DBG] from='client.? 172.21.15.23:0/2448318966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:15:50.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:15:49.411069+0000 mgr.y (mgr.14556) 19370 : audit [DBG] from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:15:50.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:15:49.766817+0000 mon.a (mon.0) 4144 : audit [DBG] from='client.? 172.21.15.23:0/2448318966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:15:50.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:15:49.411069+0000 mgr.y (mgr.14556) 19370 : audit [DBG] from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:15:50.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:15:49.766817+0000 mon.a (mon.0) 4144 : audit [DBG] from='client.? 172.21.15.23:0/2448318966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:15:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:51.176534+0000 mgr.y (mgr.14556) 19371 : cluster [DBG] pgmap v17113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:51.176534+0000 mgr.y (mgr.14556) 19371 : cluster [DBG] pgmap v17113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:51.176534+0000 mgr.y (mgr.14556) 19371 : cluster [DBG] pgmap v17113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:15:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:53.176899+0000 mgr.y (mgr.14556) 19372 : cluster [DBG] pgmap v17114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:53.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:53.176899+0000 mgr.y (mgr.14556) 19372 : cluster [DBG] pgmap v17114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:53.176899+0000 mgr.y (mgr.14556) 19372 : cluster [DBG] pgmap v17114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:15:53] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T16:15:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:55.177477+0000 mgr.y (mgr.14556) 19373 : cluster [DBG] pgmap v17115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:55.177477+0000 mgr.y (mgr.14556) 19373 : cluster [DBG] pgmap v17115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:55.177477+0000 mgr.y (mgr.14556) 19373 : cluster [DBG] pgmap v17115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:57.178270+0000 mgr.y (mgr.14556) 19374 : cluster [DBG] pgmap v17116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:57.178270+0000 mgr.y (mgr.14556) 19374 : cluster [DBG] pgmap v17116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:57.178270+0000 mgr.y (mgr.14556) 19374 : cluster [DBG] pgmap v17116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:15:59.178761+0000 mgr.y (mgr.14556) 19375 : cluster [DBG] pgmap v17117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:15:59.178761+0000 mgr.y (mgr.14556) 19375 : cluster [DBG] pgmap v17117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:15:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:15:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:15:59.178761+0000 mgr.y (mgr.14556) 19375 : cluster [DBG] pgmap v17117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:01.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:01.179522+0000 mgr.y (mgr.14556) 19376 : cluster [DBG] pgmap v17118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:01.179522+0000 mgr.y (mgr.14556) 19376 : cluster [DBG] pgmap v17118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:01.179522+0000 mgr.y (mgr.14556) 19376 : cluster [DBG] pgmap v17118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:16:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:03.179976+0000 mgr.y (mgr.14556) 19377 : cluster [DBG] pgmap v17119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:03.179976+0000 mgr.y (mgr.14556) 19377 : cluster [DBG] pgmap v17119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:03.179976+0000 mgr.y (mgr.14556) 19377 : cluster [DBG] pgmap v17119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:16:03] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T16:16:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:05.180443+0000 mgr.y (mgr.14556) 19378 : cluster [DBG] pgmap v17120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:05.180443+0000 mgr.y (mgr.14556) 19378 : cluster [DBG] pgmap v17120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:05.180443+0000 mgr.y (mgr.14556) 19378 : cluster [DBG] pgmap v17120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:07.181126+0000 mgr.y (mgr.14556) 19379 : cluster [DBG] pgmap v17121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:07.181126+0000 mgr.y (mgr.14556) 19379 : cluster [DBG] pgmap v17121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:07.181126+0000 mgr.y (mgr.14556) 19379 : cluster [DBG] pgmap v17121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:09.181693+0000 mgr.y (mgr.14556) 19380 : cluster [DBG] pgmap v17122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:09.181693+0000 mgr.y (mgr.14556) 19380 : cluster [DBG] pgmap v17122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:09.181693+0000 mgr.y (mgr.14556) 19380 : cluster [DBG] pgmap v17122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:11.182396+0000 mgr.y (mgr.14556) 19381 : cluster [DBG] pgmap v17123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:11.182396+0000 mgr.y (mgr.14556) 19381 : cluster [DBG] pgmap v17123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:11.182396+0000 mgr.y (mgr.14556) 19381 : cluster [DBG] pgmap v17123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:16:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:13.182772+0000 mgr.y (mgr.14556) 19382 : cluster [DBG] pgmap v17124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:13.182772+0000 mgr.y (mgr.14556) 19382 : cluster [DBG] pgmap v17124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:13.182772+0000 mgr.y (mgr.14556) 19382 : cluster [DBG] pgmap v17124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:16:13] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T16:16:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:15.183177+0000 mgr.y (mgr.14556) 19383 : cluster [DBG] pgmap v17125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:15.183177+0000 mgr.y (mgr.14556) 19383 : cluster [DBG] pgmap v17125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:15.183177+0000 mgr.y (mgr.14556) 19383 : cluster [DBG] pgmap v17125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:17.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:16:16.744396+0000 mon.a (mon.0) 4145 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:16:17.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:16:16.744396+0000 mon.a (mon.0) 4145 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:16:17.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:16:16.744396+0000 mon.a (mon.0) 4145 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:16:17.826 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:17.183779+0000 mgr.y (mgr.14556) 19384 : cluster [DBG] pgmap v17126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:17.183779+0000 mgr.y (mgr.14556) 19384 : cluster [DBG] pgmap v17126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:18.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:17.183779+0000 mgr.y (mgr.14556) 19384 : cluster [DBG] pgmap v17126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:19.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:19.184210+0000 mgr.y (mgr.14556) 19385 : cluster [DBG] pgmap v17127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:19.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:16:19.260502+0000 mon.a (mon.0) 4146 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:16:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:19.184210+0000 mgr.y (mgr.14556) 19385 : cluster [DBG] pgmap v17127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:16:19.260502+0000 mon.a (mon.0) 4146 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:16:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:19.184210+0000 mgr.y (mgr.14556) 19385 : cluster [DBG] pgmap v17127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:16:19.260502+0000 mon.a (mon.0) 4146 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:16:20.084 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:16:20.375 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:16:20.375 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 1s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:16:20.375 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 0s ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:16:20.375 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 1s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 0s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 0s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 1s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 1s ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 0s ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 1s ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 1s ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 0s ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 1s ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 1s ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 1s ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 1s ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 0s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 0s ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 0s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:16:20.376 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 0s ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:16:20.377 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 0s ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:16:20.724 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:16:20.724 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:16:20.724 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:16:20.724 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:16:20.724 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:16:20.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:16:20.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:16:20.725 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:16:20.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:16:20.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:16:20.725 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:16:20.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:16:20.725 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:16:20.725 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:16:20.725 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:16:20.725 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:16:20.725 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:16:21.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:16:20.070790+0000 mgr.y (mgr.14556) 19386 : audit [DBG] from='client.44642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:16:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:16:20.107642+0000 mon.a (mon.0) 4147 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:16:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:16:20.388424+0000 mon.a (mon.0) 4148 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:16:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:16:20.389089+0000 mon.a (mon.0) 4149 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:16:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:16:20.402087+0000 mon.a (mon.0) 4150 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:16:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:16:20.723286+0000 mon.a (mon.0) 4151 : audit [DBG] from='client.? 172.21.15.23:0/746504255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:16:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:16:20.070790+0000 mgr.y (mgr.14556) 19386 : audit [DBG] from='client.44642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:16:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:16:20.107642+0000 mon.a (mon.0) 4147 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:16:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:16:20.388424+0000 mon.a (mon.0) 4148 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:16:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:16:20.389089+0000 mon.a (mon.0) 4149 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:16:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:16:20.402087+0000 mon.a (mon.0) 4150 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:16:21.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:16:20.723286+0000 mon.a (mon.0) 4151 : audit [DBG] from='client.? 172.21.15.23:0/746504255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:16:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:16:20.070790+0000 mgr.y (mgr.14556) 19386 : audit [DBG] from='client.44642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:16:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:16:20.107642+0000 mon.a (mon.0) 4147 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:16:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:16:20.388424+0000 mon.a (mon.0) 4148 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:16:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:16:20.389089+0000 mon.a (mon.0) 4149 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:16:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:16:20.402087+0000 mon.a (mon.0) 4150 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:16:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:16:20.723286+0000 mon.a (mon.0) 4151 : audit [DBG] from='client.? 172.21.15.23:0/746504255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:16:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:16:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:16:20.366289+0000 mgr.y (mgr.14556) 19387 : audit [DBG] from='client.34740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:16:22.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:21.184881+0000 mgr.y (mgr.14556) 19388 : cluster [DBG] pgmap v17128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:22.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:16:20.366289+0000 mgr.y (mgr.14556) 19387 : audit [DBG] from='client.34740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:16:22.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:21.184881+0000 mgr.y (mgr.14556) 19388 : cluster [DBG] pgmap v17128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:22.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:16:20.366289+0000 mgr.y (mgr.14556) 19387 : audit [DBG] from='client.34740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:16:22.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:21.184881+0000 mgr.y (mgr.14556) 19388 : cluster [DBG] pgmap v17128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:23.185493+0000 mgr.y (mgr.14556) 19389 : cluster [DBG] pgmap v17129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:23.185493+0000 mgr.y (mgr.14556) 19389 : cluster [DBG] pgmap v17129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:23.185493+0000 mgr.y (mgr.14556) 19389 : cluster [DBG] pgmap v17129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:16:23] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-03-22T16:16:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:25.186139+0000 mgr.y (mgr.14556) 19390 : cluster [DBG] pgmap v17130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:25.186139+0000 mgr.y (mgr.14556) 19390 : cluster [DBG] pgmap v17130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:25.186139+0000 mgr.y (mgr.14556) 19390 : cluster [DBG] pgmap v17130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:27.186985+0000 mgr.y (mgr.14556) 19391 : cluster [DBG] pgmap v17131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:27.186985+0000 mgr.y (mgr.14556) 19391 : cluster [DBG] pgmap v17131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:27.186985+0000 mgr.y (mgr.14556) 19391 : cluster [DBG] pgmap v17131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:29.187430+0000 mgr.y (mgr.14556) 19392 : cluster [DBG] pgmap v17132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:29.187430+0000 mgr.y (mgr.14556) 19392 : cluster [DBG] pgmap v17132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:29.187430+0000 mgr.y (mgr.14556) 19392 : cluster [DBG] pgmap v17132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:31.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:31.188227+0000 mgr.y (mgr.14556) 19393 : cluster [DBG] pgmap v17133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:31.188227+0000 mgr.y (mgr.14556) 19393 : cluster [DBG] pgmap v17133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:31.188227+0000 mgr.y (mgr.14556) 19393 : cluster [DBG] pgmap v17133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:16:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:33.188694+0000 mgr.y (mgr.14556) 19394 : cluster [DBG] pgmap v17134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:33.188694+0000 mgr.y (mgr.14556) 19394 : cluster [DBG] pgmap v17134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:33.188694+0000 mgr.y (mgr.14556) 19394 : cluster [DBG] pgmap v17134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:16:33] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-03-22T16:16:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:35.189094+0000 mgr.y (mgr.14556) 19395 : cluster [DBG] pgmap v17135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:35.189094+0000 mgr.y (mgr.14556) 19395 : cluster [DBG] pgmap v17135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:35.189094+0000 mgr.y (mgr.14556) 19395 : cluster [DBG] pgmap v17135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:37.189775+0000 mgr.y (mgr.14556) 19396 : cluster [DBG] pgmap v17136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:37.189775+0000 mgr.y (mgr.14556) 19396 : cluster [DBG] pgmap v17136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:37.189775+0000 mgr.y (mgr.14556) 19396 : cluster [DBG] pgmap v17136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:39.190148+0000 mgr.y (mgr.14556) 19397 : cluster [DBG] pgmap v17137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:39.190148+0000 mgr.y (mgr.14556) 19397 : cluster [DBG] pgmap v17137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:39.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:39.190148+0000 mgr.y (mgr.14556) 19397 : cluster [DBG] pgmap v17137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:41.190864+0000 mgr.y (mgr.14556) 19398 : cluster [DBG] pgmap v17138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:41.190864+0000 mgr.y (mgr.14556) 19398 : cluster [DBG] pgmap v17138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:41.190864+0000 mgr.y (mgr.14556) 19398 : cluster [DBG] pgmap v17138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:16:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:43.191430+0000 mgr.y (mgr.14556) 19399 : cluster [DBG] pgmap v17139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:43.191430+0000 mgr.y (mgr.14556) 19399 : cluster [DBG] pgmap v17139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:43.191430+0000 mgr.y (mgr.14556) 19399 : cluster [DBG] pgmap v17139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:16:43] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:16:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:45.191780+0000 mgr.y (mgr.14556) 19400 : cluster [DBG] pgmap v17140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:45.191780+0000 mgr.y (mgr.14556) 19400 : cluster [DBG] pgmap v17140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:45.191780+0000 mgr.y (mgr.14556) 19400 : cluster [DBG] pgmap v17140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:47.192470+0000 mgr.y (mgr.14556) 19401 : cluster [DBG] pgmap v17141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:47.192470+0000 mgr.y (mgr.14556) 19401 : cluster [DBG] pgmap v17141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:47.192470+0000 mgr.y (mgr.14556) 19401 : cluster [DBG] pgmap v17141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:49.192984+0000 mgr.y (mgr.14556) 19402 : cluster [DBG] pgmap v17142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:49.192984+0000 mgr.y (mgr.14556) 19402 : cluster [DBG] pgmap v17142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:49.192984+0000 mgr.y (mgr.14556) 19402 : cluster [DBG] pgmap v17142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:51.049 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:16:51.342 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:16:51.342 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 32s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:16:51.342 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 31s ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:16:51.342 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 32s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:16:51.342 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 31s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:16:51.342 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 31s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:16:51.342 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 32s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:16:51.342 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 32s ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:16:51.342 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 31s ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:16:51.342 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 32s ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:16:51.342 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 32s ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:16:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 31s ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:16:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 32s ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:16:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 32s ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:16:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 32s ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:16:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 32s ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:16:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 31s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:16:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 31s ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:16:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 31s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:16:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 31s ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:16:51.343 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 31s ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:16:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:16:51.035864+0000 mgr.y (mgr.14556) 19403 : audit [DBG] from='client.34752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:16:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:51.193514+0000 mgr.y (mgr.14556) 19404 : cluster [DBG] pgmap v17143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:16:51.035864+0000 mgr.y (mgr.14556) 19403 : audit [DBG] from='client.34752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:16:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:51.193514+0000 mgr.y (mgr.14556) 19404 : cluster [DBG] pgmap v17143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:16:51.035864+0000 mgr.y (mgr.14556) 19403 : audit [DBG] from='client.34752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:16:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:51.193514+0000 mgr.y (mgr.14556) 19404 : cluster [DBG] pgmap v17143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:51.693 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:16:51.694 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:16:51.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:16:51.695 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:16:51.695 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:16:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:16:52.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:16:51.332683+0000 mgr.y (mgr.14556) 19405 : audit [DBG] from='client.44666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:16:52.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:16:51.692830+0000 mon.a (mon.0) 4152 : audit [DBG] from='client.? 172.21.15.23:0/1816786567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:16:52.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:16:51.332683+0000 mgr.y (mgr.14556) 19405 : audit [DBG] from='client.44666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:16:52.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:16:51.692830+0000 mon.a (mon.0) 4152 : audit [DBG] from='client.? 172.21.15.23:0/1816786567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:16:52.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:16:51.332683+0000 mgr.y (mgr.14556) 19405 : audit [DBG] from='client.44666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:16:52.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:16:51.692830+0000 mon.a (mon.0) 4152 : audit [DBG] from='client.? 172.21.15.23:0/1816786567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:16:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:53.193869+0000 mgr.y (mgr.14556) 19406 : cluster [DBG] pgmap v17144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:53.193869+0000 mgr.y (mgr.14556) 19406 : cluster [DBG] pgmap v17144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:53.193869+0000 mgr.y (mgr.14556) 19406 : cluster [DBG] pgmap v17144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:16:53] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:16:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:55.194234+0000 mgr.y (mgr.14556) 19407 : cluster [DBG] pgmap v17145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:55.194234+0000 mgr.y (mgr.14556) 19407 : cluster [DBG] pgmap v17145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:55.194234+0000 mgr.y (mgr.14556) 19407 : cluster [DBG] pgmap v17145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:57.194962+0000 mgr.y (mgr.14556) 19408 : cluster [DBG] pgmap v17146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:57.194962+0000 mgr.y (mgr.14556) 19408 : cluster [DBG] pgmap v17146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:57.194962+0000 mgr.y (mgr.14556) 19408 : cluster [DBG] pgmap v17146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:16:59.195440+0000 mgr.y (mgr.14556) 19409 : cluster [DBG] pgmap v17147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:16:59.195440+0000 mgr.y (mgr.14556) 19409 : cluster [DBG] pgmap v17147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:16:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:16:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:16:59.195440+0000 mgr.y (mgr.14556) 19409 : cluster [DBG] pgmap v17147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:01.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:01.196262+0000 mgr.y (mgr.14556) 19410 : cluster [DBG] pgmap v17148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:01.196262+0000 mgr.y (mgr.14556) 19410 : cluster [DBG] pgmap v17148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:01.196262+0000 mgr.y (mgr.14556) 19410 : cluster [DBG] pgmap v17148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:17:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:03.196791+0000 mgr.y (mgr.14556) 19411 : cluster [DBG] pgmap v17149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:03.196791+0000 mgr.y (mgr.14556) 19411 : cluster [DBG] pgmap v17149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:03.196791+0000 mgr.y (mgr.14556) 19411 : cluster [DBG] pgmap v17149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:17:03] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:17:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:05.197139+0000 mgr.y (mgr.14556) 19412 : cluster [DBG] pgmap v17150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:05.197139+0000 mgr.y (mgr.14556) 19412 : cluster [DBG] pgmap v17150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:05.197139+0000 mgr.y (mgr.14556) 19412 : cluster [DBG] pgmap v17150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:07.197869+0000 mgr.y (mgr.14556) 19413 : cluster [DBG] pgmap v17151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:07.197869+0000 mgr.y (mgr.14556) 19413 : cluster [DBG] pgmap v17151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:07.197869+0000 mgr.y (mgr.14556) 19413 : cluster [DBG] pgmap v17151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:09.198371+0000 mgr.y (mgr.14556) 19414 : cluster [DBG] pgmap v17152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:09.198371+0000 mgr.y (mgr.14556) 19414 : cluster [DBG] pgmap v17152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:09.198371+0000 mgr.y (mgr.14556) 19414 : cluster [DBG] pgmap v17152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:11.198963+0000 mgr.y (mgr.14556) 19415 : cluster [DBG] pgmap v17153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:11.198963+0000 mgr.y (mgr.14556) 19415 : cluster [DBG] pgmap v17153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:11.198963+0000 mgr.y (mgr.14556) 19415 : cluster [DBG] pgmap v17153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:17:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:13.199289+0000 mgr.y (mgr.14556) 19416 : cluster [DBG] pgmap v17154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:13.199289+0000 mgr.y (mgr.14556) 19416 : cluster [DBG] pgmap v17154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:13.199289+0000 mgr.y (mgr.14556) 19416 : cluster [DBG] pgmap v17154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:17:13] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:17:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:15.199628+0000 mgr.y (mgr.14556) 19417 : cluster [DBG] pgmap v17155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:15.199628+0000 mgr.y (mgr.14556) 19417 : cluster [DBG] pgmap v17155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:15.199628+0000 mgr.y (mgr.14556) 19417 : cluster [DBG] pgmap v17155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:17.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:17.200394+0000 mgr.y (mgr.14556) 19418 : cluster [DBG] pgmap v17156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:17.200394+0000 mgr.y (mgr.14556) 19418 : cluster [DBG] pgmap v17156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:17.200394+0000 mgr.y (mgr.14556) 19418 : cluster [DBG] pgmap v17156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:19.200868+0000 mgr.y (mgr.14556) 19419 : cluster [DBG] pgmap v17157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:19.200868+0000 mgr.y (mgr.14556) 19419 : cluster [DBG] pgmap v17157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:19.200868+0000 mgr.y (mgr.14556) 19419 : cluster [DBG] pgmap v17157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:20.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:17:20.406719+0000 mon.a (mon.0) 4153 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:17:20.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:17:20.406719+0000 mon.a (mon.0) 4153 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:17:20.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:17:20.406719+0000 mon.a (mon.0) 4153 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:17:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:17:20.716076+0000 mon.a (mon.0) 4154 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:17:21.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:17:20.716715+0000 mon.a (mon.0) 4155 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:17:21.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:17:20.725338+0000 mon.a (mon.0) 4156 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:17:21.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:21.201763+0000 mgr.y (mgr.14556) 19420 : cluster [DBG] pgmap v17158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:17:20.716076+0000 mon.a (mon.0) 4154 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:17:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:17:20.716715+0000 mon.a (mon.0) 4155 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:17:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:17:20.725338+0000 mon.a (mon.0) 4156 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:17:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:21.201763+0000 mgr.y (mgr.14556) 19420 : cluster [DBG] pgmap v17158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:17:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:17:20.716076+0000 mon.a (mon.0) 4154 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:17:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:17:20.716715+0000 mon.a (mon.0) 4155 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:17:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:17:20.725338+0000 mon.a (mon.0) 4156 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:17:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:21.201763+0000 mgr.y (mgr.14556) 19420 : cluster [DBG] pgmap v17158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:22.021 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:17:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:17:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 63s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:17:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 62s ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:17:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 63s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:17:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 62s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:17:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 62s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:17:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 63s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:17:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 63s ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:17:22.307 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 62s ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:17:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 63s ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:17:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 63s ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:17:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 62s ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:17:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 63s ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:17:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 63s ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:17:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 63s ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:17:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 63s ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:17:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 62s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:17:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 62s ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:17:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 62s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:17:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 62s ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:17:22.308 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 62s ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:17:22.658 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:17:22.658 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:17:22.658 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:17:22.658 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:17:22.658 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:17:22.658 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:17:22.658 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:17:22.658 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:17:22.658 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:17:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:17:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:17:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:17:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:17:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:17:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:17:22.659 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:17:22.659 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:17:23.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:17:22.008026+0000 mgr.y (mgr.14556) 19421 : audit [DBG] from='client.44678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:17:23.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:17:22.656773+0000 mon.a (mon.0) 4157 : audit [DBG] from='client.? 172.21.15.23:0/2602146339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:17:23.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:17:22.008026+0000 mgr.y (mgr.14556) 19421 : audit [DBG] from='client.44678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:17:23.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:17:22.656773+0000 mon.a (mon.0) 4157 : audit [DBG] from='client.? 172.21.15.23:0/2602146339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:17:23.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:17:22.008026+0000 mgr.y (mgr.14556) 19421 : audit [DBG] from='client.44678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:17:23.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:17:22.656773+0000 mon.a (mon.0) 4157 : audit [DBG] from='client.? 172.21.15.23:0/2602146339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:17:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:17:23] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T16:17:24.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:17:22.298230+0000 mgr.y (mgr.14556) 19422 : audit [DBG] from='client.44684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:17:24.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:23.202229+0000 mgr.y (mgr.14556) 19423 : cluster [DBG] pgmap v17159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:24.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:17:22.298230+0000 mgr.y (mgr.14556) 19422 : audit [DBG] from='client.44684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:17:24.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:23.202229+0000 mgr.y (mgr.14556) 19423 : cluster [DBG] pgmap v17159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:24.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:17:22.298230+0000 mgr.y (mgr.14556) 19422 : audit [DBG] from='client.44684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:17:24.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:23.202229+0000 mgr.y (mgr.14556) 19423 : cluster [DBG] pgmap v17159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:25.202688+0000 mgr.y (mgr.14556) 19424 : cluster [DBG] pgmap v17160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:25.202688+0000 mgr.y (mgr.14556) 19424 : cluster [DBG] pgmap v17160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:25.202688+0000 mgr.y (mgr.14556) 19424 : cluster [DBG] pgmap v17160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:27.203496+0000 mgr.y (mgr.14556) 19425 : cluster [DBG] pgmap v17161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:27.203496+0000 mgr.y (mgr.14556) 19425 : cluster [DBG] pgmap v17161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:27.203496+0000 mgr.y (mgr.14556) 19425 : cluster [DBG] pgmap v17161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:29.204044+0000 mgr.y (mgr.14556) 19426 : cluster [DBG] pgmap v17162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:29.204044+0000 mgr.y (mgr.14556) 19426 : cluster [DBG] pgmap v17162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:29.204044+0000 mgr.y (mgr.14556) 19426 : cluster [DBG] pgmap v17162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:31.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:31.204709+0000 mgr.y (mgr.14556) 19427 : cluster [DBG] pgmap v17163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:31.204709+0000 mgr.y (mgr.14556) 19427 : cluster [DBG] pgmap v17163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:31.204709+0000 mgr.y (mgr.14556) 19427 : cluster [DBG] pgmap v17163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:17:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:33.205235+0000 mgr.y (mgr.14556) 19428 : cluster [DBG] pgmap v17164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:33.205235+0000 mgr.y (mgr.14556) 19428 : cluster [DBG] pgmap v17164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:33.205235+0000 mgr.y (mgr.14556) 19428 : cluster [DBG] pgmap v17164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:17:33] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T16:17:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:35.205731+0000 mgr.y (mgr.14556) 19429 : cluster [DBG] pgmap v17165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:35.205731+0000 mgr.y (mgr.14556) 19429 : cluster [DBG] pgmap v17165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:35.205731+0000 mgr.y (mgr.14556) 19429 : cluster [DBG] pgmap v17165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:37.206374+0000 mgr.y (mgr.14556) 19430 : cluster [DBG] pgmap v17166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:37.206374+0000 mgr.y (mgr.14556) 19430 : cluster [DBG] pgmap v17166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:37.206374+0000 mgr.y (mgr.14556) 19430 : cluster [DBG] pgmap v17166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:39.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:39.207139+0000 mgr.y (mgr.14556) 19431 : cluster [DBG] pgmap v17167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:39.207139+0000 mgr.y (mgr.14556) 19431 : cluster [DBG] pgmap v17167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:39.207139+0000 mgr.y (mgr.14556) 19431 : cluster [DBG] pgmap v17167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:41.207837+0000 mgr.y (mgr.14556) 19432 : cluster [DBG] pgmap v17168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:41.207837+0000 mgr.y (mgr.14556) 19432 : cluster [DBG] pgmap v17168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:41.207837+0000 mgr.y (mgr.14556) 19432 : cluster [DBG] pgmap v17168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:17:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:43.208413+0000 mgr.y (mgr.14556) 19433 : cluster [DBG] pgmap v17169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:43.208413+0000 mgr.y (mgr.14556) 19433 : cluster [DBG] pgmap v17169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:43.208413+0000 mgr.y (mgr.14556) 19433 : cluster [DBG] pgmap v17169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:17:43] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T16:17:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:45.209045+0000 mgr.y (mgr.14556) 19434 : cluster [DBG] pgmap v17170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:45.209045+0000 mgr.y (mgr.14556) 19434 : cluster [DBG] pgmap v17170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:45.209045+0000 mgr.y (mgr.14556) 19434 : cluster [DBG] pgmap v17170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:47.209791+0000 mgr.y (mgr.14556) 19435 : cluster [DBG] pgmap v17171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:47.209791+0000 mgr.y (mgr.14556) 19435 : cluster [DBG] pgmap v17171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:47.209791+0000 mgr.y (mgr.14556) 19435 : cluster [DBG] pgmap v17171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:49.210201+0000 mgr.y (mgr.14556) 19436 : cluster [DBG] pgmap v17172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:49.210201+0000 mgr.y (mgr.14556) 19436 : cluster [DBG] pgmap v17172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:49.210201+0000 mgr.y (mgr.14556) 19436 : cluster [DBG] pgmap v17172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:51.210960+0000 mgr.y (mgr.14556) 19437 : cluster [DBG] pgmap v17173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:51.210960+0000 mgr.y (mgr.14556) 19437 : cluster [DBG] pgmap v17173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:51.210960+0000 mgr.y (mgr.14556) 19437 : cluster [DBG] pgmap v17173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:17:52.984 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:17:53.272 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:17:53.272 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 94s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 93s ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 94s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 93s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 93s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 94s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 94s ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 93s ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 94s ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 94s ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 93s ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 94s ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 94s ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 94s ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 94s ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:17:53.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 93s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:17:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 93s ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:17:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 93s ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:17:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 93s ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:17:53.274 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 93s ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:17:53.622 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:17:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:17:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:17:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:17:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:17:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:17:53.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:17:53.623 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:17:53.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:17:53.623 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:17:53.623 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:17:53.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:17:53.623 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:17:53.623 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:17:53.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:17:53.623 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:17:53.623 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:17:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:17:52.970894+0000 mgr.y (mgr.14556) 19438 : audit [DBG] from='client.34788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:17:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:53.211268+0000 mgr.y (mgr.14556) 19439 : cluster [DBG] pgmap v17174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:17:52.970894+0000 mgr.y (mgr.14556) 19438 : audit [DBG] from='client.34788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:17:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:53.211268+0000 mgr.y (mgr.14556) 19439 : cluster [DBG] pgmap v17174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:17:52.970894+0000 mgr.y (mgr.14556) 19438 : audit [DBG] from='client.34788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:17:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:53.211268+0000 mgr.y (mgr.14556) 19439 : cluster [DBG] pgmap v17174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:17:53] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-03-22T16:17:54.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:17:53.263049+0000 mgr.y (mgr.14556) 19440 : audit [DBG] from='client.34794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:17:54.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:17:53.620961+0000 mon.a (mon.0) 4158 : audit [DBG] from='client.? 172.21.15.23:0/893749380' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:17:54.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:17:53.263049+0000 mgr.y (mgr.14556) 19440 : audit [DBG] from='client.34794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:17:54.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:17:53.620961+0000 mon.a (mon.0) 4158 : audit [DBG] from='client.? 172.21.15.23:0/893749380' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:17:54.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:17:53.263049+0000 mgr.y (mgr.14556) 19440 : audit [DBG] from='client.34794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:17:54.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:17:53.620961+0000 mon.a (mon.0) 4158 : audit [DBG] from='client.? 172.21.15.23:0/893749380' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:17:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:55.211713+0000 mgr.y (mgr.14556) 19441 : cluster [DBG] pgmap v17175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:55.211713+0000 mgr.y (mgr.14556) 19441 : cluster [DBG] pgmap v17175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:55.211713+0000 mgr.y (mgr.14556) 19441 : cluster [DBG] pgmap v17175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:57.212365+0000 mgr.y (mgr.14556) 19442 : cluster [DBG] pgmap v17176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:57.212365+0000 mgr.y (mgr.14556) 19442 : cluster [DBG] pgmap v17176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:57.212365+0000 mgr.y (mgr.14556) 19442 : cluster [DBG] pgmap v17176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:17:59.212692+0000 mgr.y (mgr.14556) 19443 : cluster [DBG] pgmap v17177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:17:59.212692+0000 mgr.y (mgr.14556) 19443 : cluster [DBG] pgmap v17177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:17:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:17:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:17:59.212692+0000 mgr.y (mgr.14556) 19443 : cluster [DBG] pgmap v17177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:01.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:01.213388+0000 mgr.y (mgr.14556) 19444 : cluster [DBG] pgmap v17178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:01.213388+0000 mgr.y (mgr.14556) 19444 : cluster [DBG] pgmap v17178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:01.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:01.213388+0000 mgr.y (mgr.14556) 19444 : cluster [DBG] pgmap v17178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:18:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:03.213779+0000 mgr.y (mgr.14556) 19445 : cluster [DBG] pgmap v17179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:03.213779+0000 mgr.y (mgr.14556) 19445 : cluster [DBG] pgmap v17179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:03.213779+0000 mgr.y (mgr.14556) 19445 : cluster [DBG] pgmap v17179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:18:03] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-03-22T16:18:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:05.214146+0000 mgr.y (mgr.14556) 19446 : cluster [DBG] pgmap v17180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:05.214146+0000 mgr.y (mgr.14556) 19446 : cluster [DBG] pgmap v17180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:05.214146+0000 mgr.y (mgr.14556) 19446 : cluster [DBG] pgmap v17180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:07.214984+0000 mgr.y (mgr.14556) 19447 : cluster [DBG] pgmap v17181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:07.214984+0000 mgr.y (mgr.14556) 19447 : cluster [DBG] pgmap v17181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:07.214984+0000 mgr.y (mgr.14556) 19447 : cluster [DBG] pgmap v17181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:09.215372+0000 mgr.y (mgr.14556) 19448 : cluster [DBG] pgmap v17182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:09.215372+0000 mgr.y (mgr.14556) 19448 : cluster [DBG] pgmap v17182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:09.215372+0000 mgr.y (mgr.14556) 19448 : cluster [DBG] pgmap v17182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:11.216067+0000 mgr.y (mgr.14556) 19449 : cluster [DBG] pgmap v17183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:11.216067+0000 mgr.y (mgr.14556) 19449 : cluster [DBG] pgmap v17183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:11.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:11.216067+0000 mgr.y (mgr.14556) 19449 : cluster [DBG] pgmap v17183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:11.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:18:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:13.216702+0000 mgr.y (mgr.14556) 19450 : cluster [DBG] pgmap v17184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:13.216702+0000 mgr.y (mgr.14556) 19450 : cluster [DBG] pgmap v17184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:13.216702+0000 mgr.y (mgr.14556) 19450 : cluster [DBG] pgmap v17184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:18:13] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T16:18:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:15.217343+0000 mgr.y (mgr.14556) 19451 : cluster [DBG] pgmap v17185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:15.217343+0000 mgr.y (mgr.14556) 19451 : cluster [DBG] pgmap v17185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:15.217343+0000 mgr.y (mgr.14556) 19451 : cluster [DBG] pgmap v17185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:17.217929+0000 mgr.y (mgr.14556) 19452 : cluster [DBG] pgmap v17186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:17.217929+0000 mgr.y (mgr.14556) 19452 : cluster [DBG] pgmap v17186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:17.217929+0000 mgr.y (mgr.14556) 19452 : cluster [DBG] pgmap v17186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:19.218418+0000 mgr.y (mgr.14556) 19453 : cluster [DBG] pgmap v17187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:19.218418+0000 mgr.y (mgr.14556) 19453 : cluster [DBG] pgmap v17187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:19.218418+0000 mgr.y (mgr.14556) 19453 : cluster [DBG] pgmap v17187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:21.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:18:20.729836+0000 mon.a (mon.0) 4159 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:18:21.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:18:20.729836+0000 mon.a (mon.0) 4159 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:18:21.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:18:20.729836+0000 mon.a (mon.0) 4159 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:18:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:18:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:18:21.025095+0000 mon.a (mon.0) 4160 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:18:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:18:21.025775+0000 mon.a (mon.0) 4161 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:18:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:18:21.032529+0000 mon.a (mon.0) 4162 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:18:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:21.219151+0000 mgr.y (mgr.14556) 19454 : cluster [DBG] pgmap v17188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:22.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:18:21.025095+0000 mon.a (mon.0) 4160 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:18:22.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:18:21.025775+0000 mon.a (mon.0) 4161 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:18:22.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:18:21.032529+0000 mon.a (mon.0) 4162 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:18:22.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:21.219151+0000 mgr.y (mgr.14556) 19454 : cluster [DBG] pgmap v17188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:22.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:18:21.025095+0000 mon.a (mon.0) 4160 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:18:22.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:18:21.025775+0000 mon.a (mon.0) 4161 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:18:22.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:18:21.032529+0000 mon.a (mon.0) 4162 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:18:22.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:21.219151+0000 mgr.y (mgr.14556) 19454 : cluster [DBG] pgmap v17188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:23.219513+0000 mgr.y (mgr.14556) 19455 : cluster [DBG] pgmap v17189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:23.219513+0000 mgr.y (mgr.14556) 19455 : cluster [DBG] pgmap v17189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:23.219513+0000 mgr.y (mgr.14556) 19455 : cluster [DBG] pgmap v17189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:23.948 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:18:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:18:23] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T16:18:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:18:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 2m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:18:24.235 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 2m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 2m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 2m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 2m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 2m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 2m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 2m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 2m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 2m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 2m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 2m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 2m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 2m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 2m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 2m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 2m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:18:24.236 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 2m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:18:24.237 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 2m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:18:24.237 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 2m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:18:24.584 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:18:24.585 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:18:24.586 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:18:24.586 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:18:24.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:18:23.935078+0000 mgr.y (mgr.14556) 19456 : audit [DBG] from='client.44714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:18:24.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:18:24.226481+0000 mgr.y (mgr.14556) 19457 : audit [DBG] from='client.44720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:18:24.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:18:23.935078+0000 mgr.y (mgr.14556) 19456 : audit [DBG] from='client.44714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:18:24.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:18:24.226481+0000 mgr.y (mgr.14556) 19457 : audit [DBG] from='client.44720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:18:24.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:18:23.935078+0000 mgr.y (mgr.14556) 19456 : audit [DBG] from='client.44714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:18:24.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:18:24.226481+0000 mgr.y (mgr.14556) 19457 : audit [DBG] from='client.44720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:18:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:18:24.583299+0000 mon.c (mon.2) 468 : audit [DBG] from='client.? 172.21.15.23:0/2246788586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:18:25.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:25.219952+0000 mgr.y (mgr.14556) 19458 : cluster [DBG] pgmap v17190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:18:24.583299+0000 mon.c (mon.2) 468 : audit [DBG] from='client.? 172.21.15.23:0/2246788586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:18:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:25.219952+0000 mgr.y (mgr.14556) 19458 : cluster [DBG] pgmap v17190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:18:24.583299+0000 mon.c (mon.2) 468 : audit [DBG] from='client.? 172.21.15.23:0/2246788586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:18:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:25.219952+0000 mgr.y (mgr.14556) 19458 : cluster [DBG] pgmap v17190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:27.220530+0000 mgr.y (mgr.14556) 19459 : cluster [DBG] pgmap v17191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:27.220530+0000 mgr.y (mgr.14556) 19459 : cluster [DBG] pgmap v17191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:27.220530+0000 mgr.y (mgr.14556) 19459 : cluster [DBG] pgmap v17191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:29.220906+0000 mgr.y (mgr.14556) 19460 : cluster [DBG] pgmap v17192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:29.220906+0000 mgr.y (mgr.14556) 19460 : cluster [DBG] pgmap v17192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:29.220906+0000 mgr.y (mgr.14556) 19460 : cluster [DBG] pgmap v17192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:31.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:31.221503+0000 mgr.y (mgr.14556) 19461 : cluster [DBG] pgmap v17193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:31.221503+0000 mgr.y (mgr.14556) 19461 : cluster [DBG] pgmap v17193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:31.221503+0000 mgr.y (mgr.14556) 19461 : cluster [DBG] pgmap v17193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:31.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:18:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:33.221872+0000 mgr.y (mgr.14556) 19462 : cluster [DBG] pgmap v17194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:33.221872+0000 mgr.y (mgr.14556) 19462 : cluster [DBG] pgmap v17194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:33.221872+0000 mgr.y (mgr.14556) 19462 : cluster [DBG] pgmap v17194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:18:33] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T16:18:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:35.222379+0000 mgr.y (mgr.14556) 19463 : cluster [DBG] pgmap v17195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:35.222379+0000 mgr.y (mgr.14556) 19463 : cluster [DBG] pgmap v17195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:35.222379+0000 mgr.y (mgr.14556) 19463 : cluster [DBG] pgmap v17195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:37.222909+0000 mgr.y (mgr.14556) 19464 : cluster [DBG] pgmap v17196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:37.222909+0000 mgr.y (mgr.14556) 19464 : cluster [DBG] pgmap v17196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:37.222909+0000 mgr.y (mgr.14556) 19464 : cluster [DBG] pgmap v17196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:39.223374+0000 mgr.y (mgr.14556) 19465 : cluster [DBG] pgmap v17197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:39.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:39.223374+0000 mgr.y (mgr.14556) 19465 : cluster [DBG] pgmap v17197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:39.223374+0000 mgr.y (mgr.14556) 19465 : cluster [DBG] pgmap v17197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:41.224009+0000 mgr.y (mgr.14556) 19466 : cluster [DBG] pgmap v17198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:41.224009+0000 mgr.y (mgr.14556) 19466 : cluster [DBG] pgmap v17198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:41.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:41.224009+0000 mgr.y (mgr.14556) 19466 : cluster [DBG] pgmap v17198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:41.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:18:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:43.224483+0000 mgr.y (mgr.14556) 19467 : cluster [DBG] pgmap v17199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:43.224483+0000 mgr.y (mgr.14556) 19467 : cluster [DBG] pgmap v17199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:43.224483+0000 mgr.y (mgr.14556) 19467 : cluster [DBG] pgmap v17199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:18:43] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-03-22T16:18:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:45.224943+0000 mgr.y (mgr.14556) 19468 : cluster [DBG] pgmap v17200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:45.224943+0000 mgr.y (mgr.14556) 19468 : cluster [DBG] pgmap v17200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:45.224943+0000 mgr.y (mgr.14556) 19468 : cluster [DBG] pgmap v17200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:47.225506+0000 mgr.y (mgr.14556) 19469 : cluster [DBG] pgmap v17201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:47.225506+0000 mgr.y (mgr.14556) 19469 : cluster [DBG] pgmap v17201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:47.225506+0000 mgr.y (mgr.14556) 19469 : cluster [DBG] pgmap v17201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:49.225905+0000 mgr.y (mgr.14556) 19470 : cluster [DBG] pgmap v17202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:49.225905+0000 mgr.y (mgr.14556) 19470 : cluster [DBG] pgmap v17202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:49.225905+0000 mgr.y (mgr.14556) 19470 : cluster [DBG] pgmap v17202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:51.226705+0000 mgr.y (mgr.14556) 19471 : cluster [DBG] pgmap v17203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:51.226705+0000 mgr.y (mgr.14556) 19471 : cluster [DBG] pgmap v17203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:51.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:51.226705+0000 mgr.y (mgr.14556) 19471 : cluster [DBG] pgmap v17203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:51.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:18:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:53.227274+0000 mgr.y (mgr.14556) 19472 : cluster [DBG] pgmap v17204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:53.227274+0000 mgr.y (mgr.14556) 19472 : cluster [DBG] pgmap v17204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:53.227274+0000 mgr.y (mgr.14556) 19472 : cluster [DBG] pgmap v17204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:18:53] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:18:54.909 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:18:55.195 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:18:55.195 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 2m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 2m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 2m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 2m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 2m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 2m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 2m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 2m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 2m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 2m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 2m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 2m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 2m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 2m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 2m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 2m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 2m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:18:55.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 2m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:18:55.197 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 2m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:18:55.197 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 2m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:18:55.546 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:18:55.546 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:18:55.546 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:18:55.546 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:18:55.546 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:18:55.546 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:18:55.546 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:18:55.547 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:18:55.547 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:18:55.547 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:18:55.547 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:18:55.547 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:18:55.547 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:18:55.547 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:18:55.547 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:18:55.547 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:18:55.547 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:18:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:18:54.896040+0000 mgr.y (mgr.14556) 19473 : audit [DBG] from='client.44732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:18:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:18:55.186405+0000 mgr.y (mgr.14556) 19474 : audit [DBG] from='client.34830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:18:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:55.227856+0000 mgr.y (mgr.14556) 19475 : cluster [DBG] pgmap v17205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:18:54.896040+0000 mgr.y (mgr.14556) 19473 : audit [DBG] from='client.44732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:18:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:18:55.186405+0000 mgr.y (mgr.14556) 19474 : audit [DBG] from='client.34830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:18:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:55.227856+0000 mgr.y (mgr.14556) 19475 : cluster [DBG] pgmap v17205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:18:54.896040+0000 mgr.y (mgr.14556) 19473 : audit [DBG] from='client.44732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:18:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:18:55.186405+0000 mgr.y (mgr.14556) 19474 : audit [DBG] from='client.34830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:18:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:55.227856+0000 mgr.y (mgr.14556) 19475 : cluster [DBG] pgmap v17205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:56.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:18:55.545008+0000 mon.c (mon.2) 469 : audit [DBG] from='client.? 172.21.15.23:0/1960899976' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:18:56.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:18:55.545008+0000 mon.c (mon.2) 469 : audit [DBG] from='client.? 172.21.15.23:0/1960899976' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:18:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:18:55.545008+0000 mon.c (mon.2) 469 : audit [DBG] from='client.? 172.21.15.23:0/1960899976' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:18:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:57.228599+0000 mgr.y (mgr.14556) 19476 : cluster [DBG] pgmap v17206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:57.228599+0000 mgr.y (mgr.14556) 19476 : cluster [DBG] pgmap v17206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:57.228599+0000 mgr.y (mgr.14556) 19476 : cluster [DBG] pgmap v17206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:18:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:18:59.228991+0000 mgr.y (mgr.14556) 19477 : cluster [DBG] pgmap v17207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:18:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:18:59.228991+0000 mgr.y (mgr.14556) 19477 : cluster [DBG] pgmap v17207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:18:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:18:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:18:59.228991+0000 mgr.y (mgr.14556) 19477 : cluster [DBG] pgmap v17207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:01.229673+0000 mgr.y (mgr.14556) 19478 : cluster [DBG] pgmap v17208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:01.229673+0000 mgr.y (mgr.14556) 19478 : cluster [DBG] pgmap v17208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:01.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:01.229673+0000 mgr.y (mgr.14556) 19478 : cluster [DBG] pgmap v17208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:01.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:19:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:03.230107+0000 mgr.y (mgr.14556) 19479 : cluster [DBG] pgmap v17209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:03.230107+0000 mgr.y (mgr.14556) 19479 : cluster [DBG] pgmap v17209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:03.230107+0000 mgr.y (mgr.14556) 19479 : cluster [DBG] pgmap v17209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:19:03] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:19:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:05.230682+0000 mgr.y (mgr.14556) 19480 : cluster [DBG] pgmap v17210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:05.230682+0000 mgr.y (mgr.14556) 19480 : cluster [DBG] pgmap v17210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:05.230682+0000 mgr.y (mgr.14556) 19480 : cluster [DBG] pgmap v17210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:07.231291+0000 mgr.y (mgr.14556) 19481 : cluster [DBG] pgmap v17211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:07.231291+0000 mgr.y (mgr.14556) 19481 : cluster [DBG] pgmap v17211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:07.231291+0000 mgr.y (mgr.14556) 19481 : cluster [DBG] pgmap v17211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:09.231774+0000 mgr.y (mgr.14556) 19482 : cluster [DBG] pgmap v17212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:09.231774+0000 mgr.y (mgr.14556) 19482 : cluster [DBG] pgmap v17212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:09.231774+0000 mgr.y (mgr.14556) 19482 : cluster [DBG] pgmap v17212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:11.232543+0000 mgr.y (mgr.14556) 19483 : cluster [DBG] pgmap v17213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:11.232543+0000 mgr.y (mgr.14556) 19483 : cluster [DBG] pgmap v17213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:11.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:11.232543+0000 mgr.y (mgr.14556) 19483 : cluster [DBG] pgmap v17213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:11.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:19:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:13.233223+0000 mgr.y (mgr.14556) 19484 : cluster [DBG] pgmap v17214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:13.233223+0000 mgr.y (mgr.14556) 19484 : cluster [DBG] pgmap v17214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:13.233223+0000 mgr.y (mgr.14556) 19484 : cluster [DBG] pgmap v17214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:19:13] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T16:19:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:15.234001+0000 mgr.y (mgr.14556) 19485 : cluster [DBG] pgmap v17215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:15.234001+0000 mgr.y (mgr.14556) 19485 : cluster [DBG] pgmap v17215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:15.234001+0000 mgr.y (mgr.14556) 19485 : cluster [DBG] pgmap v17215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:17.234574+0000 mgr.y (mgr.14556) 19486 : cluster [DBG] pgmap v17216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:17.234574+0000 mgr.y (mgr.14556) 19486 : cluster [DBG] pgmap v17216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:17.234574+0000 mgr.y (mgr.14556) 19486 : cluster [DBG] pgmap v17216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:19.235025+0000 mgr.y (mgr.14556) 19487 : cluster [DBG] pgmap v17217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:19.235025+0000 mgr.y (mgr.14556) 19487 : cluster [DBG] pgmap v17217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:19.235025+0000 mgr.y (mgr.14556) 19487 : cluster [DBG] pgmap v17217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:21.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:19:21.037616+0000 mon.a (mon.0) 4163 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:19:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:19:21.037616+0000 mon.a (mon.0) 4163 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:19:21.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:19:21.037616+0000 mon.a (mon.0) 4163 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:19:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:19:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:21.235714+0000 mgr.y (mgr.14556) 19488 : cluster [DBG] pgmap v17218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:22.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:19:21.300400+0000 mon.a (mon.0) 4164 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:19:22.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:19:21.307696+0000 mon.a (mon.0) 4165 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:19:22.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:19:21.599699+0000 mon.a (mon.0) 4166 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:19:22.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:19:21.600389+0000 mon.a (mon.0) 4167 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:19:22.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:19:21.613983+0000 mon.a (mon.0) 4168 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:19:22.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:21.235714+0000 mgr.y (mgr.14556) 19488 : cluster [DBG] pgmap v17218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:22.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:19:21.300400+0000 mon.a (mon.0) 4164 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:19:22.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:19:21.307696+0000 mon.a (mon.0) 4165 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:19:22.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:19:21.599699+0000 mon.a (mon.0) 4166 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:19:22.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:19:21.600389+0000 mon.a (mon.0) 4167 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:19:22.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:19:21.613983+0000 mon.a (mon.0) 4168 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:19:22.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:21.235714+0000 mgr.y (mgr.14556) 19488 : cluster [DBG] pgmap v17218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:22.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:19:21.300400+0000 mon.a (mon.0) 4164 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:19:22.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:19:21.307696+0000 mon.a (mon.0) 4165 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:19:22.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:19:21.599699+0000 mon.a (mon.0) 4166 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:19:22.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:19:21.600389+0000 mon.a (mon.0) 4167 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:19:22.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:19:21.613983+0000 mon.a (mon.0) 4168 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:19:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:23.236179+0000 mgr.y (mgr.14556) 19489 : cluster [DBG] pgmap v17219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:23.236179+0000 mgr.y (mgr.14556) 19489 : cluster [DBG] pgmap v17219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:23.236179+0000 mgr.y (mgr.14556) 19489 : cluster [DBG] pgmap v17219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:19:23] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-03-22T16:19:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:25.236797+0000 mgr.y (mgr.14556) 19490 : cluster [DBG] pgmap v17220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:25.236797+0000 mgr.y (mgr.14556) 19490 : cluster [DBG] pgmap v17220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:25.236797+0000 mgr.y (mgr.14556) 19490 : cluster [DBG] pgmap v17220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:25.871 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:19:26.158 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 3m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 3m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 3m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 3m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 3m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 3m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 3m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 3m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 3m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 3m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 3m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 3m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 3m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:19:26.159 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 3m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:19:26.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 3m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:19:26.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 3m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:19:26.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 3m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:19:26.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 3m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:19:26.160 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 3m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:19:26.160 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 3m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:19:26.517 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:19:26.517 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:19:26.518 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:19:26.519 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:19:26.519 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:19:26.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:19:25.858355+0000 mgr.y (mgr.14556) 19491 : audit [DBG] from='client.34842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:19:26.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:19:26.149605+0000 mgr.y (mgr.14556) 19492 : audit [DBG] from='client.34848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:19:26.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:19:25.858355+0000 mgr.y (mgr.14556) 19491 : audit [DBG] from='client.34842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:19:26.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:19:26.149605+0000 mgr.y (mgr.14556) 19492 : audit [DBG] from='client.34848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:19:26.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:19:25.858355+0000 mgr.y (mgr.14556) 19491 : audit [DBG] from='client.34842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:19:26.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:19:26.149605+0000 mgr.y (mgr.14556) 19492 : audit [DBG] from='client.34848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:19:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:19:26.516530+0000 mon.c (mon.2) 470 : audit [DBG] from='client.? 172.21.15.23:0/2852262325' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:19:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:27.237484+0000 mgr.y (mgr.14556) 19493 : cluster [DBG] pgmap v17221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:19:26.516530+0000 mon.c (mon.2) 470 : audit [DBG] from='client.? 172.21.15.23:0/2852262325' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:19:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:27.237484+0000 mgr.y (mgr.14556) 19493 : cluster [DBG] pgmap v17221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:19:26.516530+0000 mon.c (mon.2) 470 : audit [DBG] from='client.? 172.21.15.23:0/2852262325' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:19:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:27.237484+0000 mgr.y (mgr.14556) 19493 : cluster [DBG] pgmap v17221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:29.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:29.237841+0000 mgr.y (mgr.14556) 19494 : cluster [DBG] pgmap v17222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:29.237841+0000 mgr.y (mgr.14556) 19494 : cluster [DBG] pgmap v17222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:29.237841+0000 mgr.y (mgr.14556) 19494 : cluster [DBG] pgmap v17222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:31.238579+0000 mgr.y (mgr.14556) 19495 : cluster [DBG] pgmap v17223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:31.238579+0000 mgr.y (mgr.14556) 19495 : cluster [DBG] pgmap v17223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:31.238579+0000 mgr.y (mgr.14556) 19495 : cluster [DBG] pgmap v17223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:31.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:19:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:33.239097+0000 mgr.y (mgr.14556) 19496 : cluster [DBG] pgmap v17224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:33.239097+0000 mgr.y (mgr.14556) 19496 : cluster [DBG] pgmap v17224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:33.239097+0000 mgr.y (mgr.14556) 19496 : cluster [DBG] pgmap v17224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:19:33] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-03-22T16:19:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:35.239730+0000 mgr.y (mgr.14556) 19497 : cluster [DBG] pgmap v17225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:35.239730+0000 mgr.y (mgr.14556) 19497 : cluster [DBG] pgmap v17225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:35.239730+0000 mgr.y (mgr.14556) 19497 : cluster [DBG] pgmap v17225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:37.240397+0000 mgr.y (mgr.14556) 19498 : cluster [DBG] pgmap v17226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:37.240397+0000 mgr.y (mgr.14556) 19498 : cluster [DBG] pgmap v17226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:37.240397+0000 mgr.y (mgr.14556) 19498 : cluster [DBG] pgmap v17226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:39.240736+0000 mgr.y (mgr.14556) 19499 : cluster [DBG] pgmap v17227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:39.240736+0000 mgr.y (mgr.14556) 19499 : cluster [DBG] pgmap v17227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:39.240736+0000 mgr.y (mgr.14556) 19499 : cluster [DBG] pgmap v17227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:41.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:41.241470+0000 mgr.y (mgr.14556) 19500 : cluster [DBG] pgmap v17228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:41.241470+0000 mgr.y (mgr.14556) 19500 : cluster [DBG] pgmap v17228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:41.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:41.241470+0000 mgr.y (mgr.14556) 19500 : cluster [DBG] pgmap v17228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:41.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:19:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:43.242033+0000 mgr.y (mgr.14556) 19501 : cluster [DBG] pgmap v17229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:43.242033+0000 mgr.y (mgr.14556) 19501 : cluster [DBG] pgmap v17229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:43.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:43.242033+0000 mgr.y (mgr.14556) 19501 : cluster [DBG] pgmap v17229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:19:43] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-03-22T16:19:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:45.242626+0000 mgr.y (mgr.14556) 19502 : cluster [DBG] pgmap v17230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:45.242626+0000 mgr.y (mgr.14556) 19502 : cluster [DBG] pgmap v17230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:45.242626+0000 mgr.y (mgr.14556) 19502 : cluster [DBG] pgmap v17230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:47.243161+0000 mgr.y (mgr.14556) 19503 : cluster [DBG] pgmap v17231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:47.243161+0000 mgr.y (mgr.14556) 19503 : cluster [DBG] pgmap v17231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:47.243161+0000 mgr.y (mgr.14556) 19503 : cluster [DBG] pgmap v17231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:49.243651+0000 mgr.y (mgr.14556) 19504 : cluster [DBG] pgmap v17232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:49.243651+0000 mgr.y (mgr.14556) 19504 : cluster [DBG] pgmap v17232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:49.243651+0000 mgr.y (mgr.14556) 19504 : cluster [DBG] pgmap v17232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:51.244239+0000 mgr.y (mgr.14556) 19505 : cluster [DBG] pgmap v17233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:51.244239+0000 mgr.y (mgr.14556) 19505 : cluster [DBG] pgmap v17233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:51.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:51.244239+0000 mgr.y (mgr.14556) 19505 : cluster [DBG] pgmap v17233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:51.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:19:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:53.244781+0000 mgr.y (mgr.14556) 19506 : cluster [DBG] pgmap v17234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:53.244781+0000 mgr.y (mgr.14556) 19506 : cluster [DBG] pgmap v17234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:53.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:53.244781+0000 mgr.y (mgr.14556) 19506 : cluster [DBG] pgmap v17234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:19:53] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-03-22T16:19:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:55.245261+0000 mgr.y (mgr.14556) 19507 : cluster [DBG] pgmap v17235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:55.245261+0000 mgr.y (mgr.14556) 19507 : cluster [DBG] pgmap v17235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:55.245261+0000 mgr.y (mgr.14556) 19507 : cluster [DBG] pgmap v17235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:56.842 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:19:57.130 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:19:57.130 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 3m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:19:57.130 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 3m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:19:57.130 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 3m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:19:57.130 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 3m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:19:57.130 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 3m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:19:57.130 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 3m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:19:57.130 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 3m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:19:57.130 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 3m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:19:57.131 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 3m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:19:57.131 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 3m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:19:57.131 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 3m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:19:57.131 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 3m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:19:57.131 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 3m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:19:57.131 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 3m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:19:57.131 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 3m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:19:57.131 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 3m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:19:57.131 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 3m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:19:57.131 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 3m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:19:57.131 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 3m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:19:57.131 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 3m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:19:57.483 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:19:57.483 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:19:57.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:19:57.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:19:57.483 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:19:57.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:19:57.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:19:57.483 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:19:57.483 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:19:57.483 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:19:57.483 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:19:57.484 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:19:57.484 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:19:57.484 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:19:57.484 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:19:57.484 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:19:57.484 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:19:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:19:56.829410+0000 mgr.y (mgr.14556) 19508 : audit [DBG] from='client.44768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:19:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:19:57.120973+0000 mgr.y (mgr.14556) 19509 : audit [DBG] from='client.44774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:19:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:57.245637+0000 mgr.y (mgr.14556) 19510 : cluster [DBG] pgmap v17236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:19:56.829410+0000 mgr.y (mgr.14556) 19508 : audit [DBG] from='client.44768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:19:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:19:57.120973+0000 mgr.y (mgr.14556) 19509 : audit [DBG] from='client.44774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:19:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:57.245637+0000 mgr.y (mgr.14556) 19510 : cluster [DBG] pgmap v17236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:19:56.829410+0000 mgr.y (mgr.14556) 19508 : audit [DBG] from='client.44768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:19:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:19:57.120973+0000 mgr.y (mgr.14556) 19509 : audit [DBG] from='client.44774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:19:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:57.245637+0000 mgr.y (mgr.14556) 19510 : cluster [DBG] pgmap v17236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:58.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:19:57.481721+0000 mon.c (mon.2) 471 : audit [DBG] from='client.? 172.21.15.23:0/3752434820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:19:58.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:19:57.481721+0000 mon.c (mon.2) 471 : audit [DBG] from='client.? 172.21.15.23:0/3752434820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:19:58.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:19:57.481721+0000 mon.c (mon.2) 471 : audit [DBG] from='client.? 172.21.15.23:0/3752434820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:19:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:19:59.246043+0000 mgr.y (mgr.14556) 19511 : cluster [DBG] pgmap v17237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:19:59.246043+0000 mgr.y (mgr.14556) 19511 : cluster [DBG] pgmap v17237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:19:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:19:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:19:59.246043+0000 mgr.y (mgr.14556) 19511 : cluster [DBG] pgmap v17237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:00.332 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T16:19:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:20:00.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:00.000158+0000 mon.a (mon.0) 4169 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:20:00.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:00.000158+0000 mon.a (mon.0) 4169 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:20:00.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:00.000158+0000 mon.a (mon.0) 4169 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:20:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:01.246628+0000 mgr.y (mgr.14556) 19512 : cluster [DBG] pgmap v17238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:01.246628+0000 mgr.y (mgr.14556) 19512 : cluster [DBG] pgmap v17238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:01.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:01.246628+0000 mgr.y (mgr.14556) 19512 : cluster [DBG] pgmap v17238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:01.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:20:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:03.247029+0000 mgr.y (mgr.14556) 19513 : cluster [DBG] pgmap v17239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:03.247029+0000 mgr.y (mgr.14556) 19513 : cluster [DBG] pgmap v17239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:03.247029+0000 mgr.y (mgr.14556) 19513 : cluster [DBG] pgmap v17239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:20:03] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-03-22T16:20:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:05.247638+0000 mgr.y (mgr.14556) 19514 : cluster [DBG] pgmap v17240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:05.247638+0000 mgr.y (mgr.14556) 19514 : cluster [DBG] pgmap v17240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:05.247638+0000 mgr.y (mgr.14556) 19514 : cluster [DBG] pgmap v17240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:07.248171+0000 mgr.y (mgr.14556) 19515 : cluster [DBG] pgmap v17241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:07.248171+0000 mgr.y (mgr.14556) 19515 : cluster [DBG] pgmap v17241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:07.248171+0000 mgr.y (mgr.14556) 19515 : cluster [DBG] pgmap v17241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:09.248569+0000 mgr.y (mgr.14556) 19516 : cluster [DBG] pgmap v17242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:09.248569+0000 mgr.y (mgr.14556) 19516 : cluster [DBG] pgmap v17242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:09.248569+0000 mgr.y (mgr.14556) 19516 : cluster [DBG] pgmap v17242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:11.249299+0000 mgr.y (mgr.14556) 19517 : cluster [DBG] pgmap v17243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:11.249299+0000 mgr.y (mgr.14556) 19517 : cluster [DBG] pgmap v17243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:11.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:11.249299+0000 mgr.y (mgr.14556) 19517 : cluster [DBG] pgmap v17243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:11.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:20:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:13.249741+0000 mgr.y (mgr.14556) 19518 : cluster [DBG] pgmap v17244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:13.249741+0000 mgr.y (mgr.14556) 19518 : cluster [DBG] pgmap v17244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:13.249741+0000 mgr.y (mgr.14556) 19518 : cluster [DBG] pgmap v17244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:20:13] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:20:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:15.250560+0000 mgr.y (mgr.14556) 19519 : cluster [DBG] pgmap v17245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:15.250560+0000 mgr.y (mgr.14556) 19519 : cluster [DBG] pgmap v17245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:15.250560+0000 mgr.y (mgr.14556) 19519 : cluster [DBG] pgmap v17245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:17.251021+0000 mgr.y (mgr.14556) 19520 : cluster [DBG] pgmap v17246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:17.251021+0000 mgr.y (mgr.14556) 19520 : cluster [DBG] pgmap v17246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:17.251021+0000 mgr.y (mgr.14556) 19520 : cluster [DBG] pgmap v17246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:19.251588+0000 mgr.y (mgr.14556) 19521 : cluster [DBG] pgmap v17247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:19.251588+0000 mgr.y (mgr.14556) 19521 : cluster [DBG] pgmap v17247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:19.251588+0000 mgr.y (mgr.14556) 19521 : cluster [DBG] pgmap v17247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:21.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:21.252240+0000 mgr.y (mgr.14556) 19522 : cluster [DBG] pgmap v17248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:21.252240+0000 mgr.y (mgr.14556) 19522 : cluster [DBG] pgmap v17248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:21.252240+0000 mgr.y (mgr.14556) 19522 : cluster [DBG] pgmap v17248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:21.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:20:22.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:20:21.618486+0000 mon.a (mon.0) 4170 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:20:22.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:20:21.927673+0000 mon.a (mon.0) 4171 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:20:22.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:20:21.928363+0000 mon.a (mon.0) 4172 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:20:22.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:20:21.937385+0000 mon.a (mon.0) 4173 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:20:22.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:20:21.618486+0000 mon.a (mon.0) 4170 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:20:22.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:20:21.927673+0000 mon.a (mon.0) 4171 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:20:22.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:20:21.928363+0000 mon.a (mon.0) 4172 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:20:22.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:20:21.937385+0000 mon.a (mon.0) 4173 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:20:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:20:21.618486+0000 mon.a (mon.0) 4170 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:20:22.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:20:21.927673+0000 mon.a (mon.0) 4171 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:20:22.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:20:21.928363+0000 mon.a (mon.0) 4172 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:20:22.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:20:21.937385+0000 mon.a (mon.0) 4173 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:20:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:23.252685+0000 mgr.y (mgr.14556) 19523 : cluster [DBG] pgmap v17249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:23.252685+0000 mgr.y (mgr.14556) 19523 : cluster [DBG] pgmap v17249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:23.252685+0000 mgr.y (mgr.14556) 19523 : cluster [DBG] pgmap v17249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:20:23] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-03-22T16:20:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:25.253325+0000 mgr.y (mgr.14556) 19524 : cluster [DBG] pgmap v17250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:25.253325+0000 mgr.y (mgr.14556) 19524 : cluster [DBG] pgmap v17250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:25.253325+0000 mgr.y (mgr.14556) 19524 : cluster [DBG] pgmap v17250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:27.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:27.253854+0000 mgr.y (mgr.14556) 19525 : cluster [DBG] pgmap v17251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:27.253854+0000 mgr.y (mgr.14556) 19525 : cluster [DBG] pgmap v17251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:27.253854+0000 mgr.y (mgr.14556) 19525 : cluster [DBG] pgmap v17251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:27.807 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:20:28.092 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:20:28.092 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 4m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:20:28.092 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 4m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:20:28.092 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 4m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:20:28.092 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 4m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:20:28.092 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 4m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:20:28.092 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 4m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:20:28.092 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 4m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:20:28.092 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 4m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:20:28.092 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 4m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:20:28.092 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 4m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:20:28.092 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 4m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:20:28.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 4m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:20:28.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 4m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:20:28.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 4m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:20:28.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 4m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:20:28.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 4m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:20:28.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 4m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:20:28.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 4m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:20:28.093 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 4m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:20:28.093 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 4m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:20:28.449 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:20:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:20:28.451 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:20:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:20:27.794101+0000 mgr.y (mgr.14556) 19526 : audit [DBG] from='client.34878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:20:28.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:20:28.083132+0000 mgr.y (mgr.14556) 19527 : audit [DBG] from='client.34884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:20:28.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:20:27.794101+0000 mgr.y (mgr.14556) 19526 : audit [DBG] from='client.34878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:20:28.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:20:28.083132+0000 mgr.y (mgr.14556) 19527 : audit [DBG] from='client.34884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:20:28.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:20:27.794101+0000 mgr.y (mgr.14556) 19526 : audit [DBG] from='client.34878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:20:28.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:20:28.083132+0000 mgr.y (mgr.14556) 19527 : audit [DBG] from='client.34884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:20:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:20:28.448603+0000 mon.c (mon.2) 472 : audit [DBG] from='client.? 172.21.15.23:0/3480837715' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:20:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:29.254351+0000 mgr.y (mgr.14556) 19528 : cluster [DBG] pgmap v17252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:20:28.448603+0000 mon.c (mon.2) 472 : audit [DBG] from='client.? 172.21.15.23:0/3480837715' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:20:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:29.254351+0000 mgr.y (mgr.14556) 19528 : cluster [DBG] pgmap v17252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:20:28.448603+0000 mon.c (mon.2) 472 : audit [DBG] from='client.? 172.21.15.23:0/3480837715' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:20:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:29.254351+0000 mgr.y (mgr.14556) 19528 : cluster [DBG] pgmap v17252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:31.255060+0000 mgr.y (mgr.14556) 19529 : cluster [DBG] pgmap v17253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:31.255060+0000 mgr.y (mgr.14556) 19529 : cluster [DBG] pgmap v17253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:31.255060+0000 mgr.y (mgr.14556) 19529 : cluster [DBG] pgmap v17253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:31.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:20:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:33.255470+0000 mgr.y (mgr.14556) 19530 : cluster [DBG] pgmap v17254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:33.255470+0000 mgr.y (mgr.14556) 19530 : cluster [DBG] pgmap v17254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:33.255470+0000 mgr.y (mgr.14556) 19530 : cluster [DBG] pgmap v17254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:20:33] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-03-22T16:20:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:35.256166+0000 mgr.y (mgr.14556) 19531 : cluster [DBG] pgmap v17255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:35.256166+0000 mgr.y (mgr.14556) 19531 : cluster [DBG] pgmap v17255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:35.256166+0000 mgr.y (mgr.14556) 19531 : cluster [DBG] pgmap v17255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:37.256722+0000 mgr.y (mgr.14556) 19532 : cluster [DBG] pgmap v17256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:37.256722+0000 mgr.y (mgr.14556) 19532 : cluster [DBG] pgmap v17256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:37.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:37.256722+0000 mgr.y (mgr.14556) 19532 : cluster [DBG] pgmap v17256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:39.257067+0000 mgr.y (mgr.14556) 19533 : cluster [DBG] pgmap v17257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:39.257067+0000 mgr.y (mgr.14556) 19533 : cluster [DBG] pgmap v17257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:39.257067+0000 mgr.y (mgr.14556) 19533 : cluster [DBG] pgmap v17257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:41.257881+0000 mgr.y (mgr.14556) 19534 : cluster [DBG] pgmap v17258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:41.257881+0000 mgr.y (mgr.14556) 19534 : cluster [DBG] pgmap v17258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:41.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:41.257881+0000 mgr.y (mgr.14556) 19534 : cluster [DBG] pgmap v17258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:41.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:20:43.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:43.258293+0000 mgr.y (mgr.14556) 19535 : cluster [DBG] pgmap v17259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:43.258293+0000 mgr.y (mgr.14556) 19535 : cluster [DBG] pgmap v17259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:43.258293+0000 mgr.y (mgr.14556) 19535 : cluster [DBG] pgmap v17259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:20:43] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:20:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:45.258821+0000 mgr.y (mgr.14556) 19536 : cluster [DBG] pgmap v17260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:45.258821+0000 mgr.y (mgr.14556) 19536 : cluster [DBG] pgmap v17260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:45.258821+0000 mgr.y (mgr.14556) 19536 : cluster [DBG] pgmap v17260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:47.259307+0000 mgr.y (mgr.14556) 19537 : cluster [DBG] pgmap v17261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:47.259307+0000 mgr.y (mgr.14556) 19537 : cluster [DBG] pgmap v17261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:47.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:47.259307+0000 mgr.y (mgr.14556) 19537 : cluster [DBG] pgmap v17261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:49.259682+0000 mgr.y (mgr.14556) 19538 : cluster [DBG] pgmap v17262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:49.259682+0000 mgr.y (mgr.14556) 19538 : cluster [DBG] pgmap v17262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:49.259682+0000 mgr.y (mgr.14556) 19538 : cluster [DBG] pgmap v17262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:51.260296+0000 mgr.y (mgr.14556) 19539 : cluster [DBG] pgmap v17263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:51.260296+0000 mgr.y (mgr.14556) 19539 : cluster [DBG] pgmap v17263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:51.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:51.260296+0000 mgr.y (mgr.14556) 19539 : cluster [DBG] pgmap v17263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:51.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:20:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:53.260883+0000 mgr.y (mgr.14556) 19540 : cluster [DBG] pgmap v17264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:53.260883+0000 mgr.y (mgr.14556) 19540 : cluster [DBG] pgmap v17264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:53.260883+0000 mgr.y (mgr.14556) 19540 : cluster [DBG] pgmap v17264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:20:53] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:20:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:55.261706+0000 mgr.y (mgr.14556) 19541 : cluster [DBG] pgmap v17265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:55.261706+0000 mgr.y (mgr.14556) 19541 : cluster [DBG] pgmap v17265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:55.261706+0000 mgr.y (mgr.14556) 19541 : cluster [DBG] pgmap v17265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:57.262271+0000 mgr.y (mgr.14556) 19542 : cluster [DBG] pgmap v17266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:57.262271+0000 mgr.y (mgr.14556) 19542 : cluster [DBG] pgmap v17266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:57.262271+0000 mgr.y (mgr.14556) 19542 : cluster [DBG] pgmap v17266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:58.776 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:20:59.062 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:20:59.062 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 4m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:20:59.062 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 4m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:20:59.062 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 4m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:20:59.062 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 4m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:20:59.062 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 4m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:20:59.062 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 4m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:20:59.062 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 4m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:20:59.062 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 4m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:20:59.063 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 4m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:20:59.063 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 4m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:20:59.063 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 4m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:20:59.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 4m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:20:59.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 4m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:20:59.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 4m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:20:59.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 4m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:20:59.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 4m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:20:59.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 4m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:20:59.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 4m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:20:59.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 4m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:20:59.063 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 4m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:20:59.411 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:20:59.411 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:20:59.411 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:20:59.411 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:20:59.411 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:20:59.411 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:20:59.412 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:20:59.412 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:20:59.412 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:20:59.412 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:20:59.412 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:20:59.412 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:20:59.412 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:20:59.412 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:20:59.412 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:20:59.412 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:20:59.412 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:20:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:20:58.762963+0000 mgr.y (mgr.14556) 19543 : audit [DBG] from='client.44804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:20:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:20:59.052932+0000 mgr.y (mgr.14556) 19544 : audit [DBG] from='client.34902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:20:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:20:59.262638+0000 mgr.y (mgr.14556) 19545 : cluster [DBG] pgmap v17267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:20:58.762963+0000 mgr.y (mgr.14556) 19543 : audit [DBG] from='client.44804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:20:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:20:59.052932+0000 mgr.y (mgr.14556) 19544 : audit [DBG] from='client.34902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:20:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:20:59.262638+0000 mgr.y (mgr.14556) 19545 : cluster [DBG] pgmap v17267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:20:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:20:58.762963+0000 mgr.y (mgr.14556) 19543 : audit [DBG] from='client.44804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:20:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:20:59.052932+0000 mgr.y (mgr.14556) 19544 : audit [DBG] from='client.34902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:20:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:20:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:20:59.262638+0000 mgr.y (mgr.14556) 19545 : cluster [DBG] pgmap v17267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:00.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:20:59.410226+0000 mon.a (mon.0) 4174 : audit [DBG] from='client.? 172.21.15.23:0/3183257449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:21:00.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:20:59.410226+0000 mon.a (mon.0) 4174 : audit [DBG] from='client.? 172.21.15.23:0/3183257449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:21:00.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:20:59.410226+0000 mon.a (mon.0) 4174 : audit [DBG] from='client.? 172.21.15.23:0/3183257449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:21:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:01.263243+0000 mgr.y (mgr.14556) 19546 : cluster [DBG] pgmap v17268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:01.263243+0000 mgr.y (mgr.14556) 19546 : cluster [DBG] pgmap v17268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:01.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:01.263243+0000 mgr.y (mgr.14556) 19546 : cluster [DBG] pgmap v17268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:01.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:21:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:03.263735+0000 mgr.y (mgr.14556) 19547 : cluster [DBG] pgmap v17269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:03.263735+0000 mgr.y (mgr.14556) 19547 : cluster [DBG] pgmap v17269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:03.263735+0000 mgr.y (mgr.14556) 19547 : cluster [DBG] pgmap v17269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:21:03] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:21:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:05.264470+0000 mgr.y (mgr.14556) 19548 : cluster [DBG] pgmap v17270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:05.264470+0000 mgr.y (mgr.14556) 19548 : cluster [DBG] pgmap v17270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:05.264470+0000 mgr.y (mgr.14556) 19548 : cluster [DBG] pgmap v17270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:08.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:07.265072+0000 mgr.y (mgr.14556) 19549 : cluster [DBG] pgmap v17271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:08.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:07.265072+0000 mgr.y (mgr.14556) 19549 : cluster [DBG] pgmap v17271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:08.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:07.265072+0000 mgr.y (mgr.14556) 19549 : cluster [DBG] pgmap v17271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:10.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:09.265424+0000 mgr.y (mgr.14556) 19550 : cluster [DBG] pgmap v17272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:10.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:09.265424+0000 mgr.y (mgr.14556) 19550 : cluster [DBG] pgmap v17272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:09.265424+0000 mgr.y (mgr.14556) 19550 : cluster [DBG] pgmap v17272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:21:12.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:11.266025+0000 mgr.y (mgr.14556) 19551 : cluster [DBG] pgmap v17273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:12.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:11.266025+0000 mgr.y (mgr.14556) 19551 : cluster [DBG] pgmap v17273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:12.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:11.266025+0000 mgr.y (mgr.14556) 19551 : cluster [DBG] pgmap v17273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:21:13] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-03-22T16:21:14.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:13.266437+0000 mgr.y (mgr.14556) 19552 : cluster [DBG] pgmap v17274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:14.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:13.266437+0000 mgr.y (mgr.14556) 19552 : cluster [DBG] pgmap v17274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:14.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:13.266437+0000 mgr.y (mgr.14556) 19552 : cluster [DBG] pgmap v17274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:15.266927+0000 mgr.y (mgr.14556) 19553 : cluster [DBG] pgmap v17275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:15.266927+0000 mgr.y (mgr.14556) 19553 : cluster [DBG] pgmap v17275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:16.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:15.266927+0000 mgr.y (mgr.14556) 19553 : cluster [DBG] pgmap v17275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:18.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:17.267441+0000 mgr.y (mgr.14556) 19554 : cluster [DBG] pgmap v17276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:18.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:17.267441+0000 mgr.y (mgr.14556) 19554 : cluster [DBG] pgmap v17276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:18.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:17.267441+0000 mgr.y (mgr.14556) 19554 : cluster [DBG] pgmap v17276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:20.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:19.268023+0000 mgr.y (mgr.14556) 19555 : cluster [DBG] pgmap v17277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:20.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:19.268023+0000 mgr.y (mgr.14556) 19555 : cluster [DBG] pgmap v17277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:20.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:19.268023+0000 mgr.y (mgr.14556) 19555 : cluster [DBG] pgmap v17277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:21:22.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:21.268843+0000 mgr.y (mgr.14556) 19556 : cluster [DBG] pgmap v17278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:22.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:21:21.942596+0000 mon.a (mon.0) 4175 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:21:22.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:21:22.252858+0000 mon.a (mon.0) 4176 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:21:22.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:21:22.253546+0000 mon.a (mon.0) 4177 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:21:22.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:21:22.261318+0000 mon.a (mon.0) 4178 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:21:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:21.268843+0000 mgr.y (mgr.14556) 19556 : cluster [DBG] pgmap v17278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:21:21.942596+0000 mon.a (mon.0) 4175 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:21:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:21:22.252858+0000 mon.a (mon.0) 4176 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:21:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:21:22.253546+0000 mon.a (mon.0) 4177 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:21:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:21:22.261318+0000 mon.a (mon.0) 4178 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:21:22.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:21.268843+0000 mgr.y (mgr.14556) 19556 : cluster [DBG] pgmap v17278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:22.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:21:21.942596+0000 mon.a (mon.0) 4175 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:21:22.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:21:22.252858+0000 mon.a (mon.0) 4176 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:21:22.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:21:22.253546+0000 mon.a (mon.0) 4177 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:21:22.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:21:22.261318+0000 mon.a (mon.0) 4178 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:21:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:21:23] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T16:21:24.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:23.269430+0000 mgr.y (mgr.14556) 19557 : cluster [DBG] pgmap v17279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:24.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:23.269430+0000 mgr.y (mgr.14556) 19557 : cluster [DBG] pgmap v17279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:24.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:23.269430+0000 mgr.y (mgr.14556) 19557 : cluster [DBG] pgmap v17279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:26.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:25.269984+0000 mgr.y (mgr.14556) 19558 : cluster [DBG] pgmap v17280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:26.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:25.269984+0000 mgr.y (mgr.14556) 19558 : cluster [DBG] pgmap v17280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:26.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:25.269984+0000 mgr.y (mgr.14556) 19558 : cluster [DBG] pgmap v17280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:28.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:27.270552+0000 mgr.y (mgr.14556) 19559 : cluster [DBG] pgmap v17281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:28.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:27.270552+0000 mgr.y (mgr.14556) 19559 : cluster [DBG] pgmap v17281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:28.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:27.270552+0000 mgr.y (mgr.14556) 19559 : cluster [DBG] pgmap v17281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:29.738 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:21:30.026 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:21:30.026 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 5m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:21:30.026 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 5m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:21:30.026 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 5m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:21:30.026 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 5m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:21:30.026 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 5m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:21:30.026 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 5m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:21:30.026 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 5m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:21:30.026 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 5m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:21:30.026 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 5m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:21:30.026 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 5m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:21:30.026 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 5m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:21:30.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 5m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:21:30.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 5m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:21:30.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 5m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:21:30.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 5m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:21:30.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 5m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:21:30.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 5m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:21:30.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 5m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:21:30.027 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 5m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:21:30.027 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 5m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:21:30.376 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:21:30.376 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:21:30.377 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:21:30.377 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:21:30.377 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:21:30.377 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:21:30.377 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:21:30.377 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:21:30.377 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:21:30.377 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:21:30.377 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:21:30.377 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:21:30.377 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:21:30.378 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:21:30.378 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:21:30.378 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:21:30.378 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:21:30.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:29.270920+0000 mgr.y (mgr.14556) 19560 : cluster [DBG] pgmap v17282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:30.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:21:29.724999+0000 mgr.y (mgr.14556) 19561 : audit [DBG] from='client.34914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:21:30.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:21:30.015214+0000 mgr.y (mgr.14556) 19562 : audit [DBG] from='client.44828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:21:30.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:21:30.375286+0000 mon.c (mon.2) 473 : audit [DBG] from='client.? 172.21.15.23:0/3591716915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:21:30.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:29.270920+0000 mgr.y (mgr.14556) 19560 : cluster [DBG] pgmap v17282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:30.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:21:29.724999+0000 mgr.y (mgr.14556) 19561 : audit [DBG] from='client.34914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:21:30.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:21:30.015214+0000 mgr.y (mgr.14556) 19562 : audit [DBG] from='client.44828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:21:30.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:21:30.375286+0000 mon.c (mon.2) 473 : audit [DBG] from='client.? 172.21.15.23:0/3591716915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:21:30.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:29.270920+0000 mgr.y (mgr.14556) 19560 : cluster [DBG] pgmap v17282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:30.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:21:29.724999+0000 mgr.y (mgr.14556) 19561 : audit [DBG] from='client.34914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:21:30.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:21:30.015214+0000 mgr.y (mgr.14556) 19562 : audit [DBG] from='client.44828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:21:30.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:21:30.375286+0000 mon.c (mon.2) 473 : audit [DBG] from='client.? 172.21.15.23:0/3591716915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:21:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:21:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:31.271790+0000 mgr.y (mgr.14556) 19563 : cluster [DBG] pgmap v17283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:32.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:31.271790+0000 mgr.y (mgr.14556) 19563 : cluster [DBG] pgmap v17283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:31.271790+0000 mgr.y (mgr.14556) 19563 : cluster [DBG] pgmap v17283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:21:33] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-03-22T16:21:34.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:33.272204+0000 mgr.y (mgr.14556) 19564 : cluster [DBG] pgmap v17284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:33.272204+0000 mgr.y (mgr.14556) 19564 : cluster [DBG] pgmap v17284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:33.272204+0000 mgr.y (mgr.14556) 19564 : cluster [DBG] pgmap v17284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:36.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:35.272744+0000 mgr.y (mgr.14556) 19565 : cluster [DBG] pgmap v17285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:36.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:35.272744+0000 mgr.y (mgr.14556) 19565 : cluster [DBG] pgmap v17285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:36.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:35.272744+0000 mgr.y (mgr.14556) 19565 : cluster [DBG] pgmap v17285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:38.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:37.273219+0000 mgr.y (mgr.14556) 19566 : cluster [DBG] pgmap v17286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:37.273219+0000 mgr.y (mgr.14556) 19566 : cluster [DBG] pgmap v17286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:37.273219+0000 mgr.y (mgr.14556) 19566 : cluster [DBG] pgmap v17286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:40.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:39.273590+0000 mgr.y (mgr.14556) 19567 : cluster [DBG] pgmap v17287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:40.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:39.273590+0000 mgr.y (mgr.14556) 19567 : cluster [DBG] pgmap v17287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:40.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:39.273590+0000 mgr.y (mgr.14556) 19567 : cluster [DBG] pgmap v17287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:21:42.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:41.274259+0000 mgr.y (mgr.14556) 19568 : cluster [DBG] pgmap v17288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:42.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:41.274259+0000 mgr.y (mgr.14556) 19568 : cluster [DBG] pgmap v17288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:41.274259+0000 mgr.y (mgr.14556) 19568 : cluster [DBG] pgmap v17288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:21:43] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:21:44.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:43.274718+0000 mgr.y (mgr.14556) 19569 : cluster [DBG] pgmap v17289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:44.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:43.274718+0000 mgr.y (mgr.14556) 19569 : cluster [DBG] pgmap v17289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:44.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:43.274718+0000 mgr.y (mgr.14556) 19569 : cluster [DBG] pgmap v17289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:45.275239+0000 mgr.y (mgr.14556) 19570 : cluster [DBG] pgmap v17290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:46.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:45.275239+0000 mgr.y (mgr.14556) 19570 : cluster [DBG] pgmap v17290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:46.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:45.275239+0000 mgr.y (mgr.14556) 19570 : cluster [DBG] pgmap v17290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:47.275744+0000 mgr.y (mgr.14556) 19571 : cluster [DBG] pgmap v17291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:48.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:47.275744+0000 mgr.y (mgr.14556) 19571 : cluster [DBG] pgmap v17291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:48.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:47.275744+0000 mgr.y (mgr.14556) 19571 : cluster [DBG] pgmap v17291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:50.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:49.276268+0000 mgr.y (mgr.14556) 19572 : cluster [DBG] pgmap v17292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:50.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:49.276268+0000 mgr.y (mgr.14556) 19572 : cluster [DBG] pgmap v17292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:50.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:49.276268+0000 mgr.y (mgr.14556) 19572 : cluster [DBG] pgmap v17292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:21:52.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:51.277053+0000 mgr.y (mgr.14556) 19573 : cluster [DBG] pgmap v17293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:52.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:51.277053+0000 mgr.y (mgr.14556) 19573 : cluster [DBG] pgmap v17293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:52.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:51.277053+0000 mgr.y (mgr.14556) 19573 : cluster [DBG] pgmap v17293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:21:53] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-03-22T16:21:54.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:53.277453+0000 mgr.y (mgr.14556) 19574 : cluster [DBG] pgmap v17294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:54.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:53.277453+0000 mgr.y (mgr.14556) 19574 : cluster [DBG] pgmap v17294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:54.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:53.277453+0000 mgr.y (mgr.14556) 19574 : cluster [DBG] pgmap v17294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:56.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:55.278012+0000 mgr.y (mgr.14556) 19575 : cluster [DBG] pgmap v17295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:56.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:55.278012+0000 mgr.y (mgr.14556) 19575 : cluster [DBG] pgmap v17295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:56.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:55.278012+0000 mgr.y (mgr.14556) 19575 : cluster [DBG] pgmap v17295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:58.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:57.278549+0000 mgr.y (mgr.14556) 19576 : cluster [DBG] pgmap v17296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:58.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:57.278549+0000 mgr.y (mgr.14556) 19576 : cluster [DBG] pgmap v17296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:21:58.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:21:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:57.278549+0000 mgr.y (mgr.14556) 19576 : cluster [DBG] pgmap v17296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:00.706 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:22:00.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:21:59.278972+0000 mgr.y (mgr.14556) 19577 : cluster [DBG] pgmap v17297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:00.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:21:59.278972+0000 mgr.y (mgr.14556) 19577 : cluster [DBG] pgmap v17297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:00.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:21:59.278972+0000 mgr.y (mgr.14556) 19577 : cluster [DBG] pgmap v17297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:00.996 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:22:00.996 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 5m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:22:00.996 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 5m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:22:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 5m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:22:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 5m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:22:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 5m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:22:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 5m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:22:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 5m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:22:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 5m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:22:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 5m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:22:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 5m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:22:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 5m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:22:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 5m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:22:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 5m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:22:00.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 5m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:22:00.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 5m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:22:00.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 5m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:22:00.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 5m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:22:00.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 5m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:22:00.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 5m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:22:00.998 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 5m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:22:01.352 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:22:01.352 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:22:01.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:22:01.354 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:22:01.354 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:22:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:22:00.692695+0000 mgr.y (mgr.14556) 19578 : audit [DBG] from='client.44840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:22:01.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:22:00.987205+0000 mgr.y (mgr.14556) 19579 : audit [DBG] from='client.34938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:22:01.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:22:01.351119+0000 mon.c (mon.2) 474 : audit [DBG] from='client.? 172.21.15.23:0/3193018653' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:22:01.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:22:00.692695+0000 mgr.y (mgr.14556) 19578 : audit [DBG] from='client.44840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:22:01.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:22:00.987205+0000 mgr.y (mgr.14556) 19579 : audit [DBG] from='client.34938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:22:01.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:22:01.351119+0000 mon.c (mon.2) 474 : audit [DBG] from='client.? 172.21.15.23:0/3193018653' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:22:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:22:01.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:22:00.692695+0000 mgr.y (mgr.14556) 19578 : audit [DBG] from='client.44840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:22:01.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:22:00.987205+0000 mgr.y (mgr.14556) 19579 : audit [DBG] from='client.34938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:22:01.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:22:01.351119+0000 mon.c (mon.2) 474 : audit [DBG] from='client.? 172.21.15.23:0/3193018653' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:22:02.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:01.279525+0000 mgr.y (mgr.14556) 19580 : cluster [DBG] pgmap v17298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:02.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:01.279525+0000 mgr.y (mgr.14556) 19580 : cluster [DBG] pgmap v17298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:02.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:01.279525+0000 mgr.y (mgr.14556) 19580 : cluster [DBG] pgmap v17298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:22:03] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-03-22T16:22:04.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:03.279947+0000 mgr.y (mgr.14556) 19581 : cluster [DBG] pgmap v17299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:05.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:03.279947+0000 mgr.y (mgr.14556) 19581 : cluster [DBG] pgmap v17299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:05.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:03.279947+0000 mgr.y (mgr.14556) 19581 : cluster [DBG] pgmap v17299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:06.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:05.280542+0000 mgr.y (mgr.14556) 19582 : cluster [DBG] pgmap v17300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:07.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:05.280542+0000 mgr.y (mgr.14556) 19582 : cluster [DBG] pgmap v17300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:07.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:05.280542+0000 mgr.y (mgr.14556) 19582 : cluster [DBG] pgmap v17300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:08.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:07.281078+0000 mgr.y (mgr.14556) 19583 : cluster [DBG] pgmap v17301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:09.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:07.281078+0000 mgr.y (mgr.14556) 19583 : cluster [DBG] pgmap v17301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:09.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:07.281078+0000 mgr.y (mgr.14556) 19583 : cluster [DBG] pgmap v17301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:11.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:09.281471+0000 mgr.y (mgr.14556) 19584 : cluster [DBG] pgmap v17302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:11.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:09.281471+0000 mgr.y (mgr.14556) 19584 : cluster [DBG] pgmap v17302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:11.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:09.281471+0000 mgr.y (mgr.14556) 19584 : cluster [DBG] pgmap v17302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:22:13.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:11.282265+0000 mgr.y (mgr.14556) 19585 : cluster [DBG] pgmap v17303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:13.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:11.282265+0000 mgr.y (mgr.14556) 19585 : cluster [DBG] pgmap v17303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:13.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:11.282265+0000 mgr.y (mgr.14556) 19585 : cluster [DBG] pgmap v17303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:22:13] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-03-22T16:22:15.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:13.282666+0000 mgr.y (mgr.14556) 19586 : cluster [DBG] pgmap v17304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:15.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:13.282666+0000 mgr.y (mgr.14556) 19586 : cluster [DBG] pgmap v17304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:15.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:13.282666+0000 mgr.y (mgr.14556) 19586 : cluster [DBG] pgmap v17304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:17.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:15.283441+0000 mgr.y (mgr.14556) 19587 : cluster [DBG] pgmap v17305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:17.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:15.283441+0000 mgr.y (mgr.14556) 19587 : cluster [DBG] pgmap v17305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:17.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:15.283441+0000 mgr.y (mgr.14556) 19587 : cluster [DBG] pgmap v17305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:19.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:17.283905+0000 mgr.y (mgr.14556) 19588 : cluster [DBG] pgmap v17306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:19.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:17.283905+0000 mgr.y (mgr.14556) 19588 : cluster [DBG] pgmap v17306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:19.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:17.283905+0000 mgr.y (mgr.14556) 19588 : cluster [DBG] pgmap v17306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:21.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:19.284513+0000 mgr.y (mgr.14556) 19589 : cluster [DBG] pgmap v17307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:21.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:19.284513+0000 mgr.y (mgr.14556) 19589 : cluster [DBG] pgmap v17307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:21.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:19.284513+0000 mgr.y (mgr.14556) 19589 : cluster [DBG] pgmap v17307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:22:23.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:21.285456+0000 mgr.y (mgr.14556) 19590 : cluster [DBG] pgmap v17308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:23.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:22:22.266516+0000 mon.a (mon.0) 4179 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:22:23.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:21.285456+0000 mgr.y (mgr.14556) 19590 : cluster [DBG] pgmap v17308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:23.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:22:22.266516+0000 mon.a (mon.0) 4179 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:22:23.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:21.285456+0000 mgr.y (mgr.14556) 19590 : cluster [DBG] pgmap v17308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:23.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:22:22.266516+0000 mon.a (mon.0) 4179 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:22:23.867 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:22:23] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:22:24.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:23.285960+0000 mgr.y (mgr.14556) 19591 : cluster [DBG] pgmap v17309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:24.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:23.285960+0000 mgr.y (mgr.14556) 19591 : cluster [DBG] pgmap v17309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:25.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:23.285960+0000 mgr.y (mgr.14556) 19591 : cluster [DBG] pgmap v17309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:26.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:25.286491+0000 mgr.y (mgr.14556) 19592 : cluster [DBG] pgmap v17310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:26.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:22:25.434634+0000 mon.a (mon.0) 4180 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:22:26.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:22:25.726418+0000 mon.a (mon.0) 4181 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:22:26.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:22:25.727106+0000 mon.a (mon.0) 4182 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:22:26.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:22:25.734521+0000 mon.a (mon.0) 4183 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:22:26.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:25.286491+0000 mgr.y (mgr.14556) 19592 : cluster [DBG] pgmap v17310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:26.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:22:25.434634+0000 mon.a (mon.0) 4180 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:22:26.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:22:25.726418+0000 mon.a (mon.0) 4181 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:22:26.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:22:25.727106+0000 mon.a (mon.0) 4182 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:22:26.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:22:25.734521+0000 mon.a (mon.0) 4183 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:22:26.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:25.286491+0000 mgr.y (mgr.14556) 19592 : cluster [DBG] pgmap v17310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:26.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:22:25.434634+0000 mon.a (mon.0) 4180 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:22:26.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:22:25.726418+0000 mon.a (mon.0) 4181 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:22:26.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:22:25.727106+0000 mon.a (mon.0) 4182 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:22:26.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:22:25.734521+0000 mon.a (mon.0) 4183 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:22:28.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:27.287148+0000 mgr.y (mgr.14556) 19593 : cluster [DBG] pgmap v17311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:28.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:27.287148+0000 mgr.y (mgr.14556) 19593 : cluster [DBG] pgmap v17311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:28.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:27.287148+0000 mgr.y (mgr.14556) 19593 : cluster [DBG] pgmap v17311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:30.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:29.287682+0000 mgr.y (mgr.14556) 19594 : cluster [DBG] pgmap v17312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:30.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:29.287682+0000 mgr.y (mgr.14556) 19594 : cluster [DBG] pgmap v17312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:30.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:29.287682+0000 mgr.y (mgr.14556) 19594 : cluster [DBG] pgmap v17312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:31.678 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:22:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:22:31.968 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:22:31.968 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 6m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:22:31.968 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 6m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:22:31.968 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 6m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:22:31.968 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 6m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:22:31.968 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 6m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:22:31.968 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 6m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:22:31.968 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 6m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:22:31.968 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 6m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:22:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 6m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:22:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 6m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:22:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 6m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:22:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 6m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:22:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 6m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:22:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 6m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:22:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 6m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:22:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 6m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:22:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 6m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:22:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 6m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:22:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 6m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:22:31.969 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 6m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:22:32.322 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:22:32.322 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:22:32.322 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:22:32.322 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:22:32.322 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:22:32.322 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:22:32.322 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:22:32.322 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:22:32.322 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:22:32.323 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:22:32.323 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:22:32.323 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:22:32.323 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:22:32.323 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:22:32.323 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:22:32.323 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:22:32.323 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:22:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:31.288400+0000 mgr.y (mgr.14556) 19595 : cluster [DBG] pgmap v17313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:22:31.664383+0000 mgr.y (mgr.14556) 19596 : audit [DBG] from='client.44858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:22:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:22:31.958968+0000 mgr.y (mgr.14556) 19597 : audit [DBG] from='client.44864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:22:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:22:32.320513+0000 mon.c (mon.2) 475 : audit [DBG] from='client.? 172.21.15.23:0/2189601690' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:22:32.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:31.288400+0000 mgr.y (mgr.14556) 19595 : cluster [DBG] pgmap v17313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:32.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:22:31.664383+0000 mgr.y (mgr.14556) 19596 : audit [DBG] from='client.44858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:22:32.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:22:31.958968+0000 mgr.y (mgr.14556) 19597 : audit [DBG] from='client.44864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:22:32.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:22:32.320513+0000 mon.c (mon.2) 475 : audit [DBG] from='client.? 172.21.15.23:0/2189601690' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:22:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:31.288400+0000 mgr.y (mgr.14556) 19595 : cluster [DBG] pgmap v17313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:32.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:22:31.664383+0000 mgr.y (mgr.14556) 19596 : audit [DBG] from='client.44858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:22:32.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:22:31.958968+0000 mgr.y (mgr.14556) 19597 : audit [DBG] from='client.44864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:22:32.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:22:32.320513+0000 mon.c (mon.2) 475 : audit [DBG] from='client.? 172.21.15.23:0/2189601690' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:22:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:22:33] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:22:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:33.288816+0000 mgr.y (mgr.14556) 19598 : cluster [DBG] pgmap v17314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:34.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:33.288816+0000 mgr.y (mgr.14556) 19598 : cluster [DBG] pgmap v17314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:34.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:33.288816+0000 mgr.y (mgr.14556) 19598 : cluster [DBG] pgmap v17314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:36.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:35.289492+0000 mgr.y (mgr.14556) 19599 : cluster [DBG] pgmap v17315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:36.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:35.289492+0000 mgr.y (mgr.14556) 19599 : cluster [DBG] pgmap v17315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:36.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:35.289492+0000 mgr.y (mgr.14556) 19599 : cluster [DBG] pgmap v17315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:38.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:37.289958+0000 mgr.y (mgr.14556) 19600 : cluster [DBG] pgmap v17316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:37.289958+0000 mgr.y (mgr.14556) 19600 : cluster [DBG] pgmap v17316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:38.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:37.289958+0000 mgr.y (mgr.14556) 19600 : cluster [DBG] pgmap v17316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:40.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:39.290477+0000 mgr.y (mgr.14556) 19601 : cluster [DBG] pgmap v17317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:40.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:39.290477+0000 mgr.y (mgr.14556) 19601 : cluster [DBG] pgmap v17317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:40.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:39.290477+0000 mgr.y (mgr.14556) 19601 : cluster [DBG] pgmap v17317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:22:42.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:41.291302+0000 mgr.y (mgr.14556) 19602 : cluster [DBG] pgmap v17318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:42.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:41.291302+0000 mgr.y (mgr.14556) 19602 : cluster [DBG] pgmap v17318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:42.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:41.291302+0000 mgr.y (mgr.14556) 19602 : cluster [DBG] pgmap v17318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:22:43] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-03-22T16:22:44.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:43.291799+0000 mgr.y (mgr.14556) 19603 : cluster [DBG] pgmap v17319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:44.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:43.291799+0000 mgr.y (mgr.14556) 19603 : cluster [DBG] pgmap v17319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:44.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:43.291799+0000 mgr.y (mgr.14556) 19603 : cluster [DBG] pgmap v17319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:46.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:45.292391+0000 mgr.y (mgr.14556) 19604 : cluster [DBG] pgmap v17320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:46.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:45.292391+0000 mgr.y (mgr.14556) 19604 : cluster [DBG] pgmap v17320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:46.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:45.292391+0000 mgr.y (mgr.14556) 19604 : cluster [DBG] pgmap v17320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:48.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:47.292921+0000 mgr.y (mgr.14556) 19605 : cluster [DBG] pgmap v17321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:47.292921+0000 mgr.y (mgr.14556) 19605 : cluster [DBG] pgmap v17321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:48.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:47.292921+0000 mgr.y (mgr.14556) 19605 : cluster [DBG] pgmap v17321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:50.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:49.293482+0000 mgr.y (mgr.14556) 19606 : cluster [DBG] pgmap v17322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:50.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:49.293482+0000 mgr.y (mgr.14556) 19606 : cluster [DBG] pgmap v17322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:49.293482+0000 mgr.y (mgr.14556) 19606 : cluster [DBG] pgmap v17322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:22:52.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:51.294319+0000 mgr.y (mgr.14556) 19607 : cluster [DBG] pgmap v17323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:52.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:51.294319+0000 mgr.y (mgr.14556) 19607 : cluster [DBG] pgmap v17323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:52.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:51.294319+0000 mgr.y (mgr.14556) 19607 : cluster [DBG] pgmap v17323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:22:53] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:22:54.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:53.294770+0000 mgr.y (mgr.14556) 19608 : cluster [DBG] pgmap v17324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:54.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:53.294770+0000 mgr.y (mgr.14556) 19608 : cluster [DBG] pgmap v17324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:54.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:53.294770+0000 mgr.y (mgr.14556) 19608 : cluster [DBG] pgmap v17324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:57.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:55.295268+0000 mgr.y (mgr.14556) 19609 : cluster [DBG] pgmap v17325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:57.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:55.295268+0000 mgr.y (mgr.14556) 19609 : cluster [DBG] pgmap v17325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:57.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:55.295268+0000 mgr.y (mgr.14556) 19609 : cluster [DBG] pgmap v17325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:59.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:57.295949+0000 mgr.y (mgr.14556) 19610 : cluster [DBG] pgmap v17326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:59.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:22:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:57.295949+0000 mgr.y (mgr.14556) 19610 : cluster [DBG] pgmap v17326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:22:59.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:22:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:57.295949+0000 mgr.y (mgr.14556) 19610 : cluster [DBG] pgmap v17326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:01.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:22:59.296475+0000 mgr.y (mgr.14556) 19611 : cluster [DBG] pgmap v17327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:01.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:22:59.296475+0000 mgr.y (mgr.14556) 19611 : cluster [DBG] pgmap v17327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:01.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:22:59.296475+0000 mgr.y (mgr.14556) 19611 : cluster [DBG] pgmap v17327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:23:02.649 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:23:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:23:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 6m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:23:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 6m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:23:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 6m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:23:02.937 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 6m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 6m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 6m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 6m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 6m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 6m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 6m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 6m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 6m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 6m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 6m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 6m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 6m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 6m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:23:02.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 6m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:23:02.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 6m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:23:02.939 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 6m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:23:03.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:01.297274+0000 mgr.y (mgr.14556) 19612 : cluster [DBG] pgmap v17328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:03.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:01.297274+0000 mgr.y (mgr.14556) 19612 : cluster [DBG] pgmap v17328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:03.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:01.297274+0000 mgr.y (mgr.14556) 19612 : cluster [DBG] pgmap v17328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:03.284 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:23:03.285 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:23:03.285 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:23:03.285 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:23:03.285 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:23:03.285 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:23:03.285 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:23:03.285 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:23:03.285 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:23:03.285 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:23:03.286 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:23:03.286 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:23:03.286 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:23:03.286 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:23:03.286 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:23:03.286 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:23:03.286 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:23:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:23:03] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-03-22T16:23:04.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:23:02.635479+0000 mgr.y (mgr.14556) 19613 : audit [DBG] from='client.34968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:23:04.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:23:02.928259+0000 mgr.y (mgr.14556) 19614 : audit [DBG] from='client.44882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:23:04.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:23:03.283513+0000 mon.c (mon.2) 476 : audit [DBG] from='client.? 172.21.15.23:0/1356195548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:23:04.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:23:02.635479+0000 mgr.y (mgr.14556) 19613 : audit [DBG] from='client.34968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:23:04.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:23:02.928259+0000 mgr.y (mgr.14556) 19614 : audit [DBG] from='client.44882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:23:04.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:23:03.283513+0000 mon.c (mon.2) 476 : audit [DBG] from='client.? 172.21.15.23:0/1356195548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:23:04.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:23:02.635479+0000 mgr.y (mgr.14556) 19613 : audit [DBG] from='client.34968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:23:04.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:23:02.928259+0000 mgr.y (mgr.14556) 19614 : audit [DBG] from='client.44882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:23:04.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:23:03.283513+0000 mon.c (mon.2) 476 : audit [DBG] from='client.? 172.21.15.23:0/1356195548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:23:05.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:03.297668+0000 mgr.y (mgr.14556) 19615 : cluster [DBG] pgmap v17329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:03.297668+0000 mgr.y (mgr.14556) 19615 : cluster [DBG] pgmap v17329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:05.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:03.297668+0000 mgr.y (mgr.14556) 19615 : cluster [DBG] pgmap v17329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:07.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:05.298240+0000 mgr.y (mgr.14556) 19616 : cluster [DBG] pgmap v17330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:07.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:05.298240+0000 mgr.y (mgr.14556) 19616 : cluster [DBG] pgmap v17330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:07.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:05.298240+0000 mgr.y (mgr.14556) 19616 : cluster [DBG] pgmap v17330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:09.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:07.298955+0000 mgr.y (mgr.14556) 19617 : cluster [DBG] pgmap v17331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:09.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:07.298955+0000 mgr.y (mgr.14556) 19617 : cluster [DBG] pgmap v17331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:09.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:07.298955+0000 mgr.y (mgr.14556) 19617 : cluster [DBG] pgmap v17331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:11.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:09.299478+0000 mgr.y (mgr.14556) 19618 : cluster [DBG] pgmap v17332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:11.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:09.299478+0000 mgr.y (mgr.14556) 19618 : cluster [DBG] pgmap v17332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:11.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:09.299478+0000 mgr.y (mgr.14556) 19618 : cluster [DBG] pgmap v17332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:11.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:23:13.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:11.300157+0000 mgr.y (mgr.14556) 19619 : cluster [DBG] pgmap v17333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:13.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:11.300157+0000 mgr.y (mgr.14556) 19619 : cluster [DBG] pgmap v17333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:13.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:11.300157+0000 mgr.y (mgr.14556) 19619 : cluster [DBG] pgmap v17333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:23:13] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-03-22T16:23:15.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:13.300513+0000 mgr.y (mgr.14556) 19620 : cluster [DBG] pgmap v17334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:15.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:13.300513+0000 mgr.y (mgr.14556) 19620 : cluster [DBG] pgmap v17334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:15.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:13.300513+0000 mgr.y (mgr.14556) 19620 : cluster [DBG] pgmap v17334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:17.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:15.301014+0000 mgr.y (mgr.14556) 19621 : cluster [DBG] pgmap v17335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:17.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:15.301014+0000 mgr.y (mgr.14556) 19621 : cluster [DBG] pgmap v17335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:15.301014+0000 mgr.y (mgr.14556) 19621 : cluster [DBG] pgmap v17335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:19.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:17.301715+0000 mgr.y (mgr.14556) 19622 : cluster [DBG] pgmap v17336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:19.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:17.301715+0000 mgr.y (mgr.14556) 19622 : cluster [DBG] pgmap v17336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:19.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:17.301715+0000 mgr.y (mgr.14556) 19622 : cluster [DBG] pgmap v17336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:21.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:19.302115+0000 mgr.y (mgr.14556) 19623 : cluster [DBG] pgmap v17337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:19.302115+0000 mgr.y (mgr.14556) 19623 : cluster [DBG] pgmap v17337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:19.302115+0000 mgr.y (mgr.14556) 19623 : cluster [DBG] pgmap v17337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:23:23.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:21.302757+0000 mgr.y (mgr.14556) 19624 : cluster [DBG] pgmap v17338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:21.302757+0000 mgr.y (mgr.14556) 19624 : cluster [DBG] pgmap v17338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:23.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:21.302757+0000 mgr.y (mgr.14556) 19624 : cluster [DBG] pgmap v17338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:23:23] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-03-22T16:23:25.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:23.303167+0000 mgr.y (mgr.14556) 19625 : cluster [DBG] pgmap v17339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:25.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:23.303167+0000 mgr.y (mgr.14556) 19625 : cluster [DBG] pgmap v17339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:25.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:23.303167+0000 mgr.y (mgr.14556) 19625 : cluster [DBG] pgmap v17339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:26.254 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:23:25.739677+0000 mon.a (mon.0) 4184 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:23:26.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:23:25.739677+0000 mon.a (mon.0) 4184 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:23:26.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:23:25.739677+0000 mon.a (mon.0) 4184 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:23:27.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:25.303902+0000 mgr.y (mgr.14556) 19626 : cluster [DBG] pgmap v17340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:27.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:25.303902+0000 mgr.y (mgr.14556) 19626 : cluster [DBG] pgmap v17340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:27.391 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:25.303902+0000 mgr.y (mgr.14556) 19626 : cluster [DBG] pgmap v17340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:29.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:27.304488+0000 mgr.y (mgr.14556) 19627 : cluster [DBG] pgmap v17341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:29.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:23:28.906738+0000 mon.a (mon.0) 4185 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:23:29.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:27.304488+0000 mgr.y (mgr.14556) 19627 : cluster [DBG] pgmap v17341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:29.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:23:28.906738+0000 mon.a (mon.0) 4185 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:23:29.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:27.304488+0000 mgr.y (mgr.14556) 19627 : cluster [DBG] pgmap v17341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:29.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:23:28.906738+0000 mon.a (mon.0) 4185 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:23:30.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:23:29.200893+0000 mon.a (mon.0) 4186 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:23:30.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:23:29.201831+0000 mon.a (mon.0) 4187 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:23:30.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:23:29.207311+0000 mon.a (mon.0) 4188 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:23:30.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:23:29.200893+0000 mon.a (mon.0) 4186 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:23:30.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:23:29.201831+0000 mon.a (mon.0) 4187 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:23:30.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:23:29.207311+0000 mon.a (mon.0) 4188 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:23:30.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:23:29.200893+0000 mon.a (mon.0) 4186 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:23:30.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:23:29.201831+0000 mon.a (mon.0) 4187 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:23:30.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:23:29.207311+0000 mon.a (mon.0) 4188 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:23:31.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:29.304935+0000 mgr.y (mgr.14556) 19628 : cluster [DBG] pgmap v17342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:29.304935+0000 mgr.y (mgr.14556) 19628 : cluster [DBG] pgmap v17342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:29.304935+0000 mgr.y (mgr.14556) 19628 : cluster [DBG] pgmap v17342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:23:33.610 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:23:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:31.305655+0000 mgr.y (mgr.14556) 19629 : cluster [DBG] pgmap v17343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:33.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:31.305655+0000 mgr.y (mgr.14556) 19629 : cluster [DBG] pgmap v17343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:31.305655+0000 mgr.y (mgr.14556) 19629 : cluster [DBG] pgmap v17343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:33.899 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:23:33.899 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:23:33.899 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 7m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 7m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 7m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 7m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 7m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:23:33.900 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 7m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:23:33.901 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 7m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:23:33.901 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 7m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:23:33.901 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 7m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:23:33.901 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 7m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:23:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:23:33] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-03-22T16:23:34.251 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:23:34.251 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:23:34.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:23:34.251 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:23:34.251 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:23:34.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:23:34.251 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:23:34.251 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:23:34.251 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:23:34.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:23:34.252 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:23:34.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:23:34.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:23:34.252 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:23:34.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:23:34.252 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:23:34.252 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:23:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:33.306027+0000 mgr.y (mgr.14556) 19630 : cluster [DBG] pgmap v17344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:23:33.597539+0000 mgr.y (mgr.14556) 19631 : audit [DBG] from='client.34986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:23:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:23:33.890414+0000 mgr.y (mgr.14556) 19632 : audit [DBG] from='client.34992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:23:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:23:34.249864+0000 mon.a (mon.0) 4189 : audit [DBG] from='client.? 172.21.15.23:0/3993484312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:23:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:33.306027+0000 mgr.y (mgr.14556) 19630 : cluster [DBG] pgmap v17344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:23:33.597539+0000 mgr.y (mgr.14556) 19631 : audit [DBG] from='client.34986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:23:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:23:33.890414+0000 mgr.y (mgr.14556) 19632 : audit [DBG] from='client.34992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:23:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:23:34.249864+0000 mon.a (mon.0) 4189 : audit [DBG] from='client.? 172.21.15.23:0/3993484312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:23:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:33.306027+0000 mgr.y (mgr.14556) 19630 : cluster [DBG] pgmap v17344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:23:33.597539+0000 mgr.y (mgr.14556) 19631 : audit [DBG] from='client.34986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:23:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:23:33.890414+0000 mgr.y (mgr.14556) 19632 : audit [DBG] from='client.34992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:23:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:23:34.249864+0000 mon.a (mon.0) 4189 : audit [DBG] from='client.? 172.21.15.23:0/3993484312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:23:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:35.306530+0000 mgr.y (mgr.14556) 19633 : cluster [DBG] pgmap v17345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:35.306530+0000 mgr.y (mgr.14556) 19633 : cluster [DBG] pgmap v17345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:35.306530+0000 mgr.y (mgr.14556) 19633 : cluster [DBG] pgmap v17345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:37.307164+0000 mgr.y (mgr.14556) 19634 : cluster [DBG] pgmap v17346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:37.307164+0000 mgr.y (mgr.14556) 19634 : cluster [DBG] pgmap v17346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:39.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:37.307164+0000 mgr.y (mgr.14556) 19634 : cluster [DBG] pgmap v17346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:39.307556+0000 mgr.y (mgr.14556) 19635 : cluster [DBG] pgmap v17347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:39.307556+0000 mgr.y (mgr.14556) 19635 : cluster [DBG] pgmap v17347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:39.307556+0000 mgr.y (mgr.14556) 19635 : cluster [DBG] pgmap v17347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:23:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:41.308249+0000 mgr.y (mgr.14556) 19636 : cluster [DBG] pgmap v17348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:41.308249+0000 mgr.y (mgr.14556) 19636 : cluster [DBG] pgmap v17348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:41.308249+0000 mgr.y (mgr.14556) 19636 : cluster [DBG] pgmap v17348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:23:43] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-03-22T16:23:44.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:43.308598+0000 mgr.y (mgr.14556) 19637 : cluster [DBG] pgmap v17349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:44.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:43.308598+0000 mgr.y (mgr.14556) 19637 : cluster [DBG] pgmap v17349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:44.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:43.308598+0000 mgr.y (mgr.14556) 19637 : cluster [DBG] pgmap v17349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:46.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:45.309408+0000 mgr.y (mgr.14556) 19638 : cluster [DBG] pgmap v17350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:46.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:45.309408+0000 mgr.y (mgr.14556) 19638 : cluster [DBG] pgmap v17350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:46.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:45.309408+0000 mgr.y (mgr.14556) 19638 : cluster [DBG] pgmap v17350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:48.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:47.309931+0000 mgr.y (mgr.14556) 19639 : cluster [DBG] pgmap v17351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:48.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:47.309931+0000 mgr.y (mgr.14556) 19639 : cluster [DBG] pgmap v17351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:47.309931+0000 mgr.y (mgr.14556) 19639 : cluster [DBG] pgmap v17351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:50.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:49.310375+0000 mgr.y (mgr.14556) 19640 : cluster [DBG] pgmap v17352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:50.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:49.310375+0000 mgr.y (mgr.14556) 19640 : cluster [DBG] pgmap v17352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:50.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:49.310375+0000 mgr.y (mgr.14556) 19640 : cluster [DBG] pgmap v17352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:23:52.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:51.311125+0000 mgr.y (mgr.14556) 19641 : cluster [DBG] pgmap v17353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:52.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:51.311125+0000 mgr.y (mgr.14556) 19641 : cluster [DBG] pgmap v17353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:52.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:51.311125+0000 mgr.y (mgr.14556) 19641 : cluster [DBG] pgmap v17353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:23:53] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-03-22T16:23:54.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:53.311644+0000 mgr.y (mgr.14556) 19642 : cluster [DBG] pgmap v17354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:54.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:53.311644+0000 mgr.y (mgr.14556) 19642 : cluster [DBG] pgmap v17354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:54.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:53.311644+0000 mgr.y (mgr.14556) 19642 : cluster [DBG] pgmap v17354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:57.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:55.312157+0000 mgr.y (mgr.14556) 19643 : cluster [DBG] pgmap v17355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:57.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:55.312157+0000 mgr.y (mgr.14556) 19643 : cluster [DBG] pgmap v17355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:57.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:55.312157+0000 mgr.y (mgr.14556) 19643 : cluster [DBG] pgmap v17355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:59.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:23:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:57.312611+0000 mgr.y (mgr.14556) 19644 : cluster [DBG] pgmap v17356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:59.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:23:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:57.312611+0000 mgr.y (mgr.14556) 19644 : cluster [DBG] pgmap v17356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:23:59.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:23:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:57.312611+0000 mgr.y (mgr.14556) 19644 : cluster [DBG] pgmap v17356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:01.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:23:59.313104+0000 mgr.y (mgr.14556) 19645 : cluster [DBG] pgmap v17357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:01.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:23:59.313104+0000 mgr.y (mgr.14556) 19645 : cluster [DBG] pgmap v17357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:01.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:23:59.313104+0000 mgr.y (mgr.14556) 19645 : cluster [DBG] pgmap v17357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:24:03.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:01.313771+0000 mgr.y (mgr.14556) 19646 : cluster [DBG] pgmap v17358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:03.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:01.313771+0000 mgr.y (mgr.14556) 19646 : cluster [DBG] pgmap v17358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:03.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:01.313771+0000 mgr.y (mgr.14556) 19646 : cluster [DBG] pgmap v17358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:24:03] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-03-22T16:24:04.575 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:24:04.862 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:24:04.862 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 7m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 7m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 7m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 7m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 7m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 7m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 7m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:24:04.863 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 7m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:24:04.864 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 7m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:24:04.864 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 7m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:24:05.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:03.314271+0000 mgr.y (mgr.14556) 19647 : cluster [DBG] pgmap v17359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:03.314271+0000 mgr.y (mgr.14556) 19647 : cluster [DBG] pgmap v17359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:05.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:03.314271+0000 mgr.y (mgr.14556) 19647 : cluster [DBG] pgmap v17359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:24:05.215 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:24:05.216 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:24:05.216 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:24:06.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:04.562108+0000 mgr.y (mgr.14556) 19648 : audit [DBG] from='client.44912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:24:06.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:04.853162+0000 mgr.y (mgr.14556) 19649 : audit [DBG] from='client.35010 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:24:06.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:05.213658+0000 mon.a (mon.0) 4190 : audit [DBG] from='client.? 172.21.15.23:0/4151300233' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:24:06.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:04.562108+0000 mgr.y (mgr.14556) 19648 : audit [DBG] from='client.44912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:24:06.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:04.853162+0000 mgr.y (mgr.14556) 19649 : audit [DBG] from='client.35010 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:24:06.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:05.213658+0000 mon.a (mon.0) 4190 : audit [DBG] from='client.? 172.21.15.23:0/4151300233' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:24:06.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:04.562108+0000 mgr.y (mgr.14556) 19648 : audit [DBG] from='client.44912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:24:06.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:04.853162+0000 mgr.y (mgr.14556) 19649 : audit [DBG] from='client.35010 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:24:06.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:05.213658+0000 mon.a (mon.0) 4190 : audit [DBG] from='client.? 172.21.15.23:0/4151300233' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:24:07.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:05.314728+0000 mgr.y (mgr.14556) 19650 : cluster [DBG] pgmap v17360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:07.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:05.314728+0000 mgr.y (mgr.14556) 19650 : cluster [DBG] pgmap v17360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:07.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:05.314728+0000 mgr.y (mgr.14556) 19650 : cluster [DBG] pgmap v17360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:09.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:07.315203+0000 mgr.y (mgr.14556) 19651 : cluster [DBG] pgmap v17361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:09.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:07.315203+0000 mgr.y (mgr.14556) 19651 : cluster [DBG] pgmap v17361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:09.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:07.315203+0000 mgr.y (mgr.14556) 19651 : cluster [DBG] pgmap v17361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:11.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:09.315610+0000 mgr.y (mgr.14556) 19652 : cluster [DBG] pgmap v17362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:11.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:09.315610+0000 mgr.y (mgr.14556) 19652 : cluster [DBG] pgmap v17362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:11.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:09.315610+0000 mgr.y (mgr.14556) 19652 : cluster [DBG] pgmap v17362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:24:13.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:11.316496+0000 mgr.y (mgr.14556) 19653 : cluster [DBG] pgmap v17363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:13.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:11.316496+0000 mgr.y (mgr.14556) 19653 : cluster [DBG] pgmap v17363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:13.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:11.316496+0000 mgr.y (mgr.14556) 19653 : cluster [DBG] pgmap v17363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:24:13] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T16:24:15.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:13.317138+0000 mgr.y (mgr.14556) 19654 : cluster [DBG] pgmap v17364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:15.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:13.317138+0000 mgr.y (mgr.14556) 19654 : cluster [DBG] pgmap v17364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:15.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:13.317138+0000 mgr.y (mgr.14556) 19654 : cluster [DBG] pgmap v17364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:17.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:15.317905+0000 mgr.y (mgr.14556) 19655 : cluster [DBG] pgmap v17365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:17.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:15.317905+0000 mgr.y (mgr.14556) 19655 : cluster [DBG] pgmap v17365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:15.317905+0000 mgr.y (mgr.14556) 19655 : cluster [DBG] pgmap v17365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:19.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:17.318561+0000 mgr.y (mgr.14556) 19656 : cluster [DBG] pgmap v17366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:19.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:17.318561+0000 mgr.y (mgr.14556) 19656 : cluster [DBG] pgmap v17366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:19.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:17.318561+0000 mgr.y (mgr.14556) 19656 : cluster [DBG] pgmap v17366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:21.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:19.319081+0000 mgr.y (mgr.14556) 19657 : cluster [DBG] pgmap v17367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:19.319081+0000 mgr.y (mgr.14556) 19657 : cluster [DBG] pgmap v17367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:19.319081+0000 mgr.y (mgr.14556) 19657 : cluster [DBG] pgmap v17367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:24:23.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:21.319793+0000 mgr.y (mgr.14556) 19658 : cluster [DBG] pgmap v17368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:23.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:21.319793+0000 mgr.y (mgr.14556) 19658 : cluster [DBG] pgmap v17368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:21.319793+0000 mgr.y (mgr.14556) 19658 : cluster [DBG] pgmap v17368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:24:23] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T16:24:25.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:23.320148+0000 mgr.y (mgr.14556) 19659 : cluster [DBG] pgmap v17369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:25.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:23.320148+0000 mgr.y (mgr.14556) 19659 : cluster [DBG] pgmap v17369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:25.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:23.320148+0000 mgr.y (mgr.14556) 19659 : cluster [DBG] pgmap v17369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:27.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:25.320877+0000 mgr.y (mgr.14556) 19660 : cluster [DBG] pgmap v17370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:27.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:25.320877+0000 mgr.y (mgr.14556) 19660 : cluster [DBG] pgmap v17370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:27.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:25.320877+0000 mgr.y (mgr.14556) 19660 : cluster [DBG] pgmap v17370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:29.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:27.321601+0000 mgr.y (mgr.14556) 19661 : cluster [DBG] pgmap v17371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:29.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:27.321601+0000 mgr.y (mgr.14556) 19661 : cluster [DBG] pgmap v17371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:29.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:27.321601+0000 mgr.y (mgr.14556) 19661 : cluster [DBG] pgmap v17371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:30.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:29.212968+0000 mon.a (mon.0) 4191 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:24:30.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:29.520994+0000 mon.a (mon.0) 4192 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:24:30.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:29.521659+0000 mon.a (mon.0) 4193 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:24:30.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:29.522202+0000 mon.a (mon.0) 4194 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:24:30.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:29.522740+0000 mon.a (mon.0) 4195 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:24:30.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:29.530285+0000 mon.a (mon.0) 4196 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:24:30.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:29.531668+0000 mon.a (mon.0) 4197 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:24:30.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:29.532258+0000 mon.a (mon.0) 4198 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:24:30.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:29.539915+0000 mon.a (mon.0) 4199 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:24:30.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:29.212968+0000 mon.a (mon.0) 4191 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:24:30.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:29.520994+0000 mon.a (mon.0) 4192 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:24:30.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:29.521659+0000 mon.a (mon.0) 4193 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:24:30.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:29.522202+0000 mon.a (mon.0) 4194 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:24:30.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:29.522740+0000 mon.a (mon.0) 4195 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:24:30.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:29.530285+0000 mon.a (mon.0) 4196 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:24:30.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:29.531668+0000 mon.a (mon.0) 4197 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:24:30.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:29.532258+0000 mon.a (mon.0) 4198 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:24:30.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:29.539915+0000 mon.a (mon.0) 4199 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:24:30.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:29.212968+0000 mon.a (mon.0) 4191 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:24:30.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:29.520994+0000 mon.a (mon.0) 4192 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:24:30.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:29.521659+0000 mon.a (mon.0) 4193 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:24:30.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:29.522202+0000 mon.a (mon.0) 4194 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:24:30.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:29.522740+0000 mon.a (mon.0) 4195 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:24:30.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:29.530285+0000 mon.a (mon.0) 4196 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:24:30.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:29.531668+0000 mon.a (mon.0) 4197 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:24:30.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:29.532258+0000 mon.a (mon.0) 4198 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:24:30.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:29.539915+0000 mon.a (mon.0) 4199 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:24:31.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:29.321995+0000 mgr.y (mgr.14556) 19662 : cluster [DBG] pgmap v17372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:31.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T16:24:29.523165+0000 mgr.y (mgr.14556) 19663 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2470M 2024-03-22T16:24:31.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:29.321995+0000 mgr.y (mgr.14556) 19662 : cluster [DBG] pgmap v17372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:31.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T16:24:29.523165+0000 mgr.y (mgr.14556) 19663 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2470M 2024-03-22T16:24:31.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:29.321995+0000 mgr.y (mgr.14556) 19662 : cluster [DBG] pgmap v17372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:31.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T16:24:29.523165+0000 mgr.y (mgr.14556) 19663 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2470M 2024-03-22T16:24:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:24:33.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:31.322692+0000 mgr.y (mgr.14556) 19664 : cluster [DBG] pgmap v17373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:33.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:31.322692+0000 mgr.y (mgr.14556) 19664 : cluster [DBG] pgmap v17373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:33.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:31.322692+0000 mgr.y (mgr.14556) 19664 : cluster [DBG] pgmap v17373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:24:33] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T16:24:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:33.323136+0000 mgr.y (mgr.14556) 19665 : cluster [DBG] pgmap v17374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:35.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:33.323136+0000 mgr.y (mgr.14556) 19665 : cluster [DBG] pgmap v17374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:35.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:33.323136+0000 mgr.y (mgr.14556) 19665 : cluster [DBG] pgmap v17374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:35.540 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:24:35.828 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:24:35.828 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 8m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:24:35.828 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 8m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:24:35.828 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 8m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:24:35.828 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 8m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:24:35.828 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 8m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:24:35.828 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 8m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:24:35.828 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 8m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:24:35.828 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 8m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:24:35.829 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 8m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:24:35.829 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 8m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:24:35.829 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 8m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:24:35.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 8m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:24:35.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 8m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:24:35.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 8m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:24:35.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 8m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:24:35.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 8m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:24:35.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 8m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:24:35.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 8m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:24:35.829 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 8m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:24:35.829 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 8m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:24:36.178 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:24:36.178 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:24:36.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:24:36.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:24:36.178 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:24:36.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:24:36.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:24:36.178 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:24:36.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:24:36.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:24:36.179 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:24:36.179 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:24:36.179 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:24:36.179 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:24:36.179 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:24:36.179 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:24:36.179 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:24:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:35.323629+0000 mgr.y (mgr.14556) 19666 : cluster [DBG] pgmap v17375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:35.526991+0000 mgr.y (mgr.14556) 19667 : audit [DBG] from='client.35022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:24:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:35.818487+0000 mgr.y (mgr.14556) 19668 : audit [DBG] from='client.35028 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:24:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:24:36.176693+0000 mon.c (mon.2) 477 : audit [DBG] from='client.? 172.21.15.23:0/569279171' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:24:37.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:35.323629+0000 mgr.y (mgr.14556) 19666 : cluster [DBG] pgmap v17375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:37.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:35.526991+0000 mgr.y (mgr.14556) 19667 : audit [DBG] from='client.35022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:24:37.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:35.818487+0000 mgr.y (mgr.14556) 19668 : audit [DBG] from='client.35028 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:24:37.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:24:36.176693+0000 mon.c (mon.2) 477 : audit [DBG] from='client.? 172.21.15.23:0/569279171' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:24:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:35.323629+0000 mgr.y (mgr.14556) 19666 : cluster [DBG] pgmap v17375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:35.526991+0000 mgr.y (mgr.14556) 19667 : audit [DBG] from='client.35022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:24:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:35.818487+0000 mgr.y (mgr.14556) 19668 : audit [DBG] from='client.35028 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:24:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:24:36.176693+0000 mon.c (mon.2) 477 : audit [DBG] from='client.? 172.21.15.23:0/569279171' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:24:39.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:37.324064+0000 mgr.y (mgr.14556) 19669 : cluster [DBG] pgmap v17376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:39.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:37.324064+0000 mgr.y (mgr.14556) 19669 : cluster [DBG] pgmap v17376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:39.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:37.324064+0000 mgr.y (mgr.14556) 19669 : cluster [DBG] pgmap v17376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:41.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:39.324554+0000 mgr.y (mgr.14556) 19670 : cluster [DBG] pgmap v17377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:39.324554+0000 mgr.y (mgr.14556) 19670 : cluster [DBG] pgmap v17377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:39.324554+0000 mgr.y (mgr.14556) 19670 : cluster [DBG] pgmap v17377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:24:43.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:41.325423+0000 mgr.y (mgr.14556) 19671 : cluster [DBG] pgmap v17378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:43.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:41.325423+0000 mgr.y (mgr.14556) 19671 : cluster [DBG] pgmap v17378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:43.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:41.325423+0000 mgr.y (mgr.14556) 19671 : cluster [DBG] pgmap v17378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:24:43] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T16:24:45.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:43.325820+0000 mgr.y (mgr.14556) 19672 : cluster [DBG] pgmap v17379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:45.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:43.325820+0000 mgr.y (mgr.14556) 19672 : cluster [DBG] pgmap v17379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:45.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:43.325820+0000 mgr.y (mgr.14556) 19672 : cluster [DBG] pgmap v17379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:47.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:45.326454+0000 mgr.y (mgr.14556) 19673 : cluster [DBG] pgmap v17380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:47.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:45.326454+0000 mgr.y (mgr.14556) 19673 : cluster [DBG] pgmap v17380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:47.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:45.326454+0000 mgr.y (mgr.14556) 19673 : cluster [DBG] pgmap v17380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:49.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:47.327019+0000 mgr.y (mgr.14556) 19674 : cluster [DBG] pgmap v17381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:49.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:47.327019+0000 mgr.y (mgr.14556) 19674 : cluster [DBG] pgmap v17381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:49.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:47.327019+0000 mgr.y (mgr.14556) 19674 : cluster [DBG] pgmap v17381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:51.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:49.327448+0000 mgr.y (mgr.14556) 19675 : cluster [DBG] pgmap v17382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:51.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:49.327448+0000 mgr.y (mgr.14556) 19675 : cluster [DBG] pgmap v17382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:51.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:49.327448+0000 mgr.y (mgr.14556) 19675 : cluster [DBG] pgmap v17382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:24:53.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:51.328087+0000 mgr.y (mgr.14556) 19676 : cluster [DBG] pgmap v17383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:53.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:51.328087+0000 mgr.y (mgr.14556) 19676 : cluster [DBG] pgmap v17383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:53.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:51.328087+0000 mgr.y (mgr.14556) 19676 : cluster [DBG] pgmap v17383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:24:53] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T16:24:55.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:53.328497+0000 mgr.y (mgr.14556) 19677 : cluster [DBG] pgmap v17384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:55.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:53.328497+0000 mgr.y (mgr.14556) 19677 : cluster [DBG] pgmap v17384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:55.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:53.328497+0000 mgr.y (mgr.14556) 19677 : cluster [DBG] pgmap v17384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:57.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:55.329338+0000 mgr.y (mgr.14556) 19678 : cluster [DBG] pgmap v17385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:57.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:55.329338+0000 mgr.y (mgr.14556) 19678 : cluster [DBG] pgmap v17385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:55.329338+0000 mgr.y (mgr.14556) 19678 : cluster [DBG] pgmap v17385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:57.329821+0000 mgr.y (mgr.14556) 19679 : cluster [DBG] pgmap v17386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:59.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:57.329821+0000 mgr.y (mgr.14556) 19679 : cluster [DBG] pgmap v17386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:24:59.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:24:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:57.329821+0000 mgr.y (mgr.14556) 19679 : cluster [DBG] pgmap v17386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:24:59.330241+0000 mgr.y (mgr.14556) 19680 : cluster [DBG] pgmap v17387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:24:59.330241+0000 mgr.y (mgr.14556) 19680 : cluster [DBG] pgmap v17387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:01.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:24:59.330241+0000 mgr.y (mgr.14556) 19680 : cluster [DBG] pgmap v17387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:25:03.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:01.330975+0000 mgr.y (mgr.14556) 19681 : cluster [DBG] pgmap v17388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:03.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:01.330975+0000 mgr.y (mgr.14556) 19681 : cluster [DBG] pgmap v17388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:01.330975+0000 mgr.y (mgr.14556) 19681 : cluster [DBG] pgmap v17388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:25:03] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T16:25:05.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:03.331361+0000 mgr.y (mgr.14556) 19682 : cluster [DBG] pgmap v17389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:05.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:03.331361+0000 mgr.y (mgr.14556) 19682 : cluster [DBG] pgmap v17389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:03.331361+0000 mgr.y (mgr.14556) 19682 : cluster [DBG] pgmap v17389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:06.509 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:25:06.800 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:25:06.800 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 8m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:25:06.800 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 8m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:25:06.800 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 8m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 8m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 8m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 8m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 8m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 8m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 8m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 8m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 8m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 8m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 8m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 8m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 8m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 8m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:25:06.801 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 8m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:25:06.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 8m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:25:06.802 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 8m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:25:06.802 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 8m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:25:07.149 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:25:07.149 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:25:07.150 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:25:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:05.332027+0000 mgr.y (mgr.14556) 19683 : cluster [DBG] pgmap v17390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:05.332027+0000 mgr.y (mgr.14556) 19683 : cluster [DBG] pgmap v17390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:05.332027+0000 mgr.y (mgr.14556) 19683 : cluster [DBG] pgmap v17390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:08.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:25:06.496586+0000 mgr.y (mgr.14556) 19684 : audit [DBG] from='client.44948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:25:08.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:25:06.791035+0000 mgr.y (mgr.14556) 19685 : audit [DBG] from='client.35046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:25:08.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:25:07.148227+0000 mon.a (mon.0) 4200 : audit [DBG] from='client.? 172.21.15.23:0/3090092454' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:25:08.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:25:06.496586+0000 mgr.y (mgr.14556) 19684 : audit [DBG] from='client.44948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:25:08.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:25:06.791035+0000 mgr.y (mgr.14556) 19685 : audit [DBG] from='client.35046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:25:08.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:25:07.148227+0000 mon.a (mon.0) 4200 : audit [DBG] from='client.? 172.21.15.23:0/3090092454' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:25:08.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:25:06.496586+0000 mgr.y (mgr.14556) 19684 : audit [DBG] from='client.44948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:25:08.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:25:06.791035+0000 mgr.y (mgr.14556) 19685 : audit [DBG] from='client.35046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:25:08.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:25:07.148227+0000 mon.a (mon.0) 4200 : audit [DBG] from='client.? 172.21.15.23:0/3090092454' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:25:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:07.332684+0000 mgr.y (mgr.14556) 19686 : cluster [DBG] pgmap v17391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:09.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:07.332684+0000 mgr.y (mgr.14556) 19686 : cluster [DBG] pgmap v17391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:09.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:07.332684+0000 mgr.y (mgr.14556) 19686 : cluster [DBG] pgmap v17391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:11.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:09.333176+0000 mgr.y (mgr.14556) 19687 : cluster [DBG] pgmap v17392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:11.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:09.333176+0000 mgr.y (mgr.14556) 19687 : cluster [DBG] pgmap v17392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:11.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:09.333176+0000 mgr.y (mgr.14556) 19687 : cluster [DBG] pgmap v17392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:25:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:11.333872+0000 mgr.y (mgr.14556) 19688 : cluster [DBG] pgmap v17393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:11.333872+0000 mgr.y (mgr.14556) 19688 : cluster [DBG] pgmap v17393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:11.333872+0000 mgr.y (mgr.14556) 19688 : cluster [DBG] pgmap v17393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:25:13] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T16:25:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:13.334360+0000 mgr.y (mgr.14556) 19689 : cluster [DBG] pgmap v17394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:13.334360+0000 mgr.y (mgr.14556) 19689 : cluster [DBG] pgmap v17394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:13.334360+0000 mgr.y (mgr.14556) 19689 : cluster [DBG] pgmap v17394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:15.334983+0000 mgr.y (mgr.14556) 19690 : cluster [DBG] pgmap v17395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:15.334983+0000 mgr.y (mgr.14556) 19690 : cluster [DBG] pgmap v17395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:15.334983+0000 mgr.y (mgr.14556) 19690 : cluster [DBG] pgmap v17395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:19.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:17.335602+0000 mgr.y (mgr.14556) 19691 : cluster [DBG] pgmap v17396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:17.335602+0000 mgr.y (mgr.14556) 19691 : cluster [DBG] pgmap v17396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:17.335602+0000 mgr.y (mgr.14556) 19691 : cluster [DBG] pgmap v17396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:19.336080+0000 mgr.y (mgr.14556) 19692 : cluster [DBG] pgmap v17397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:19.336080+0000 mgr.y (mgr.14556) 19692 : cluster [DBG] pgmap v17397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:19.336080+0000 mgr.y (mgr.14556) 19692 : cluster [DBG] pgmap v17397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:25:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:21.336882+0000 mgr.y (mgr.14556) 19693 : cluster [DBG] pgmap v17398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:21.336882+0000 mgr.y (mgr.14556) 19693 : cluster [DBG] pgmap v17398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:21.336882+0000 mgr.y (mgr.14556) 19693 : cluster [DBG] pgmap v17398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:25:23] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T16:25:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:23.337223+0000 mgr.y (mgr.14556) 19694 : cluster [DBG] pgmap v17399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:23.337223+0000 mgr.y (mgr.14556) 19694 : cluster [DBG] pgmap v17399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:23.337223+0000 mgr.y (mgr.14556) 19694 : cluster [DBG] pgmap v17399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:25.337926+0000 mgr.y (mgr.14556) 19695 : cluster [DBG] pgmap v17400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:25.337926+0000 mgr.y (mgr.14556) 19695 : cluster [DBG] pgmap v17400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:25.337926+0000 mgr.y (mgr.14556) 19695 : cluster [DBG] pgmap v17400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:27.338281+0000 mgr.y (mgr.14556) 19696 : cluster [DBG] pgmap v17401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:29.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:27.338281+0000 mgr.y (mgr.14556) 19696 : cluster [DBG] pgmap v17401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:27.338281+0000 mgr.y (mgr.14556) 19696 : cluster [DBG] pgmap v17401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:30.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:25:29.544291+0000 mon.a (mon.0) 4201 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:25:30.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:25:29.855756+0000 mon.a (mon.0) 4202 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:25:30.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:25:29.856417+0000 mon.a (mon.0) 4203 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:25:30.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:25:29.862273+0000 mon.a (mon.0) 4204 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:25:30.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:25:29.544291+0000 mon.a (mon.0) 4201 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:25:30.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:25:29.855756+0000 mon.a (mon.0) 4202 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:25:30.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:25:29.856417+0000 mon.a (mon.0) 4203 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:25:30.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:25:29.862273+0000 mon.a (mon.0) 4204 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:25:30.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:25:29.544291+0000 mon.a (mon.0) 4201 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:25:30.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:25:29.855756+0000 mon.a (mon.0) 4202 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:25:30.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:25:29.856417+0000 mon.a (mon.0) 4203 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:25:30.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:25:29.862273+0000 mon.a (mon.0) 4204 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:25:31.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:29.338813+0000 mgr.y (mgr.14556) 19697 : cluster [DBG] pgmap v17402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:29.338813+0000 mgr.y (mgr.14556) 19697 : cluster [DBG] pgmap v17402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:29.338813+0000 mgr.y (mgr.14556) 19697 : cluster [DBG] pgmap v17402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:25:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:31.339576+0000 mgr.y (mgr.14556) 19698 : cluster [DBG] pgmap v17403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:31.339576+0000 mgr.y (mgr.14556) 19698 : cluster [DBG] pgmap v17403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:31.339576+0000 mgr.y (mgr.14556) 19698 : cluster [DBG] pgmap v17403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:25:33] "GET /metrics HTTP/1.1" 200 188288 "" "Prometheus/2.33.4" 2024-03-22T16:25:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:33.340018+0000 mgr.y (mgr.14556) 19699 : cluster [DBG] pgmap v17404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:33.340018+0000 mgr.y (mgr.14556) 19699 : cluster [DBG] pgmap v17404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:33.340018+0000 mgr.y (mgr.14556) 19699 : cluster [DBG] pgmap v17404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:37.476 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:25:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:35.340776+0000 mgr.y (mgr.14556) 19700 : cluster [DBG] pgmap v17405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:35.340776+0000 mgr.y (mgr.14556) 19700 : cluster [DBG] pgmap v17405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:35.340776+0000 mgr.y (mgr.14556) 19700 : cluster [DBG] pgmap v17405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:37.764 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:25:37.764 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 9m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:25:37.764 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 9m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:25:37.764 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 9m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:25:37.764 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 9m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:25:37.764 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 9m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:25:37.764 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 9m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:25:37.764 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 9m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:25:37.764 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 9m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:25:37.765 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 9m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:25:37.765 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 9m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:25:37.765 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 9m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:25:37.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 9m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:25:37.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 9m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:25:37.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 9m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:25:37.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 9m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:25:37.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 9m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:25:37.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 9m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:25:37.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 9m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:25:37.765 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 9m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:25:37.765 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 9m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:25:38.114 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:25:38.114 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:25:38.114 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:25:38.114 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:25:38.114 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:25:38.114 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:25:38.114 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:25:38.114 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:25:38.114 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:25:38.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:25:38.115 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:25:38.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:25:38.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:25:38.115 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:25:38.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:25:38.115 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:25:38.115 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:25:38.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:25:38.112601+0000 mon.a (mon.0) 4205 : audit [DBG] from='client.? 172.21.15.23:0/480056390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:25:38.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:25:38.112601+0000 mon.a (mon.0) 4205 : audit [DBG] from='client.? 172.21.15.23:0/480056390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:25:38.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:25:38.112601+0000 mon.a (mon.0) 4205 : audit [DBG] from='client.? 172.21.15.23:0/480056390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:25:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:37.341097+0000 mgr.y (mgr.14556) 19701 : cluster [DBG] pgmap v17406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:25:37.463546+0000 mgr.y (mgr.14556) 19702 : audit [DBG] from='client.35058 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:25:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:25:37.754770+0000 mgr.y (mgr.14556) 19703 : audit [DBG] from='client.35064 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:25:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:37.341097+0000 mgr.y (mgr.14556) 19701 : cluster [DBG] pgmap v17406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:25:37.463546+0000 mgr.y (mgr.14556) 19702 : audit [DBG] from='client.35058 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:25:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:25:37.754770+0000 mgr.y (mgr.14556) 19703 : audit [DBG] from='client.35064 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:25:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:37.341097+0000 mgr.y (mgr.14556) 19701 : cluster [DBG] pgmap v17406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:25:37.463546+0000 mgr.y (mgr.14556) 19702 : audit [DBG] from='client.35058 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:25:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:25:37.754770+0000 mgr.y (mgr.14556) 19703 : audit [DBG] from='client.35064 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:25:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:39.341571+0000 mgr.y (mgr.14556) 19704 : cluster [DBG] pgmap v17407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:39.341571+0000 mgr.y (mgr.14556) 19704 : cluster [DBG] pgmap v17407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:39.341571+0000 mgr.y (mgr.14556) 19704 : cluster [DBG] pgmap v17407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:25:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:41.342234+0000 mgr.y (mgr.14556) 19705 : cluster [DBG] pgmap v17408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:43.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:41.342234+0000 mgr.y (mgr.14556) 19705 : cluster [DBG] pgmap v17408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:41.342234+0000 mgr.y (mgr.14556) 19705 : cluster [DBG] pgmap v17408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:25:43] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T16:25:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:43.342678+0000 mgr.y (mgr.14556) 19706 : cluster [DBG] pgmap v17409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:43.342678+0000 mgr.y (mgr.14556) 19706 : cluster [DBG] pgmap v17409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:43.342678+0000 mgr.y (mgr.14556) 19706 : cluster [DBG] pgmap v17409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:45.343416+0000 mgr.y (mgr.14556) 19707 : cluster [DBG] pgmap v17410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:45.343416+0000 mgr.y (mgr.14556) 19707 : cluster [DBG] pgmap v17410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:45.343416+0000 mgr.y (mgr.14556) 19707 : cluster [DBG] pgmap v17410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:47.343802+0000 mgr.y (mgr.14556) 19708 : cluster [DBG] pgmap v17411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:47.343802+0000 mgr.y (mgr.14556) 19708 : cluster [DBG] pgmap v17411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:47.343802+0000 mgr.y (mgr.14556) 19708 : cluster [DBG] pgmap v17411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:49.344232+0000 mgr.y (mgr.14556) 19709 : cluster [DBG] pgmap v17412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:49.344232+0000 mgr.y (mgr.14556) 19709 : cluster [DBG] pgmap v17412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:51.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:49.344232+0000 mgr.y (mgr.14556) 19709 : cluster [DBG] pgmap v17412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:51.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:25:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:51.344918+0000 mgr.y (mgr.14556) 19710 : cluster [DBG] pgmap v17413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:51.344918+0000 mgr.y (mgr.14556) 19710 : cluster [DBG] pgmap v17413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:51.344918+0000 mgr.y (mgr.14556) 19710 : cluster [DBG] pgmap v17413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:25:53] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T16:25:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:53.345354+0000 mgr.y (mgr.14556) 19711 : cluster [DBG] pgmap v17414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:53.345354+0000 mgr.y (mgr.14556) 19711 : cluster [DBG] pgmap v17414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:53.345354+0000 mgr.y (mgr.14556) 19711 : cluster [DBG] pgmap v17414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:56.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:55.345924+0000 mgr.y (mgr.14556) 19712 : cluster [DBG] pgmap v17415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:56.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:55.345924+0000 mgr.y (mgr.14556) 19712 : cluster [DBG] pgmap v17415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:56.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:55.345924+0000 mgr.y (mgr.14556) 19712 : cluster [DBG] pgmap v17415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:58.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:25:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:57.346397+0000 mgr.y (mgr.14556) 19713 : cluster [DBG] pgmap v17416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:58.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:25:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:57.346397+0000 mgr.y (mgr.14556) 19713 : cluster [DBG] pgmap v17416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:25:58.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:25:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:57.346397+0000 mgr.y (mgr.14556) 19713 : cluster [DBG] pgmap v17416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:00.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:25:59.346745+0000 mgr.y (mgr.14556) 19714 : cluster [DBG] pgmap v17417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:00.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:25:59.346745+0000 mgr.y (mgr.14556) 19714 : cluster [DBG] pgmap v17417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:00.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:25:59.346745+0000 mgr.y (mgr.14556) 19714 : cluster [DBG] pgmap v17417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:26:02.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:01.347461+0000 mgr.y (mgr.14556) 19715 : cluster [DBG] pgmap v17418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:02.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:01.347461+0000 mgr.y (mgr.14556) 19715 : cluster [DBG] pgmap v17418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:02.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:01.347461+0000 mgr.y (mgr.14556) 19715 : cluster [DBG] pgmap v17418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:26:03] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T16:26:04.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:03.348003+0000 mgr.y (mgr.14556) 19716 : cluster [DBG] pgmap v17419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:04.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:03.348003+0000 mgr.y (mgr.14556) 19716 : cluster [DBG] pgmap v17419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:04.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:03.348003+0000 mgr.y (mgr.14556) 19716 : cluster [DBG] pgmap v17419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:06.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:05.348708+0000 mgr.y (mgr.14556) 19717 : cluster [DBG] pgmap v17420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:06.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:05.348708+0000 mgr.y (mgr.14556) 19717 : cluster [DBG] pgmap v17420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:06.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:05.348708+0000 mgr.y (mgr.14556) 19717 : cluster [DBG] pgmap v17420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:08.440 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:26:08.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:07.349255+0000 mgr.y (mgr.14556) 19718 : cluster [DBG] pgmap v17421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:08.730 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:26:08.730 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 9m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:26:08.730 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 9m ago 9h 60.5M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:26:08.730 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 9m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:26:08.730 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 9m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:26:08.730 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 9m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:26:08.730 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 9m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:26:08.730 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 9m ago 9h 1097M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 9m ago 9h 844M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 9m ago 9h 849M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 9m ago 9h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 9m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 9m ago 9h 46.8M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 9m ago 9h 46.2M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 9m ago 9h 44.9M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 9m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 9m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 9m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 9m ago 9h 43.9M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 9m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:26:08.731 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 9m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:26:08.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:07.349255+0000 mgr.y (mgr.14556) 19718 : cluster [DBG] pgmap v17421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:08.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:07.349255+0000 mgr.y (mgr.14556) 19718 : cluster [DBG] pgmap v17421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:09.078 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:26:09.078 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:26:09.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:26:09.079 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:26:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:26:08.426501+0000 mgr.y (mgr.14556) 19719 : audit [DBG] from='client.35076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:26:09.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:26:08.720942+0000 mgr.y (mgr.14556) 19720 : audit [DBG] from='client.35082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:26:09.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:26:09.077158+0000 mon.a (mon.0) 4206 : audit [DBG] from='client.? 172.21.15.23:0/4215735029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:26:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:26:08.426501+0000 mgr.y (mgr.14556) 19719 : audit [DBG] from='client.35076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:26:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:26:08.720942+0000 mgr.y (mgr.14556) 19720 : audit [DBG] from='client.35082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:26:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:26:09.077158+0000 mon.a (mon.0) 4206 : audit [DBG] from='client.? 172.21.15.23:0/4215735029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:26:09.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:26:08.426501+0000 mgr.y (mgr.14556) 19719 : audit [DBG] from='client.35076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:26:09.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:26:08.720942+0000 mgr.y (mgr.14556) 19720 : audit [DBG] from='client.35082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:26:09.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:26:09.077158+0000 mon.a (mon.0) 4206 : audit [DBG] from='client.? 172.21.15.23:0/4215735029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:26:10.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:09.349755+0000 mgr.y (mgr.14556) 19721 : cluster [DBG] pgmap v17422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:10.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:09.349755+0000 mgr.y (mgr.14556) 19721 : cluster [DBG] pgmap v17422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:10.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:09.349755+0000 mgr.y (mgr.14556) 19721 : cluster [DBG] pgmap v17422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:26:12.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:11.350426+0000 mgr.y (mgr.14556) 19722 : cluster [DBG] pgmap v17423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:12.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:11.350426+0000 mgr.y (mgr.14556) 19722 : cluster [DBG] pgmap v17423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:12.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:11.350426+0000 mgr.y (mgr.14556) 19722 : cluster [DBG] pgmap v17423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:26:13] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-03-22T16:26:14.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:13.350851+0000 mgr.y (mgr.14556) 19723 : cluster [DBG] pgmap v17424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:14.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:13.350851+0000 mgr.y (mgr.14556) 19723 : cluster [DBG] pgmap v17424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:14.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:13.350851+0000 mgr.y (mgr.14556) 19723 : cluster [DBG] pgmap v17424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:16.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:15.351598+0000 mgr.y (mgr.14556) 19724 : cluster [DBG] pgmap v17425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:16.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:15.351598+0000 mgr.y (mgr.14556) 19724 : cluster [DBG] pgmap v17425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:16.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:15.351598+0000 mgr.y (mgr.14556) 19724 : cluster [DBG] pgmap v17425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:17.351952+0000 mgr.y (mgr.14556) 19725 : cluster [DBG] pgmap v17426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:18.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:17.351952+0000 mgr.y (mgr.14556) 19725 : cluster [DBG] pgmap v17426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:18.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:17.351952+0000 mgr.y (mgr.14556) 19725 : cluster [DBG] pgmap v17426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:20.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:19.352347+0000 mgr.y (mgr.14556) 19726 : cluster [DBG] pgmap v17427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:20.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:19.352347+0000 mgr.y (mgr.14556) 19726 : cluster [DBG] pgmap v17427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:20.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:19.352347+0000 mgr.y (mgr.14556) 19726 : cluster [DBG] pgmap v17427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:26:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:21.353159+0000 mgr.y (mgr.14556) 19727 : cluster [DBG] pgmap v17428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:22.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:21.353159+0000 mgr.y (mgr.14556) 19727 : cluster [DBG] pgmap v17428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:22.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:21.353159+0000 mgr.y (mgr.14556) 19727 : cluster [DBG] pgmap v17428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:26:23] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T16:26:24.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:23.353779+0000 mgr.y (mgr.14556) 19728 : cluster [DBG] pgmap v17429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:24.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:23.353779+0000 mgr.y (mgr.14556) 19728 : cluster [DBG] pgmap v17429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:24.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:23.353779+0000 mgr.y (mgr.14556) 19728 : cluster [DBG] pgmap v17429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:26.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:25.354539+0000 mgr.y (mgr.14556) 19729 : cluster [DBG] pgmap v17430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:26.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:25.354539+0000 mgr.y (mgr.14556) 19729 : cluster [DBG] pgmap v17430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:26.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:25.354539+0000 mgr.y (mgr.14556) 19729 : cluster [DBG] pgmap v17430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:28.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:27.354992+0000 mgr.y (mgr.14556) 19730 : cluster [DBG] pgmap v17431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:28.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:27.354992+0000 mgr.y (mgr.14556) 19730 : cluster [DBG] pgmap v17431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:28.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:27.354992+0000 mgr.y (mgr.14556) 19730 : cluster [DBG] pgmap v17431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:30.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:29.355352+0000 mgr.y (mgr.14556) 19731 : cluster [DBG] pgmap v17432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:30.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:26:29.866687+0000 mon.a (mon.0) 4207 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:26:30.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:29.355352+0000 mgr.y (mgr.14556) 19731 : cluster [DBG] pgmap v17432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:30.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:26:29.866687+0000 mon.a (mon.0) 4207 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:26:30.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:29.355352+0000 mgr.y (mgr.14556) 19731 : cluster [DBG] pgmap v17432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:30.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:26:29.866687+0000 mon.a (mon.0) 4207 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:26:31.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:26:32.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:31.355889+0000 mgr.y (mgr.14556) 19732 : cluster [DBG] pgmap v17433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:31.355889+0000 mgr.y (mgr.14556) 19732 : cluster [DBG] pgmap v17433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:32.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:31.355889+0000 mgr.y (mgr.14556) 19732 : cluster [DBG] pgmap v17433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:33.882 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:26:33] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-03-22T16:26:33.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:26:32.603155+0000 mon.a (mon.0) 4208 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:26:33.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:26:33.057282+0000 mon.a (mon.0) 4209 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:26:33.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:26:33.349493+0000 mon.a (mon.0) 4210 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:26:33.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:26:33.350223+0000 mon.a (mon.0) 4211 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:26:33.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:26:33.358973+0000 mon.a (mon.0) 4212 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:26:33.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:26:32.603155+0000 mon.a (mon.0) 4208 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:26:33.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:26:33.057282+0000 mon.a (mon.0) 4209 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:26:33.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:26:33.349493+0000 mon.a (mon.0) 4210 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:26:33.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:26:33.350223+0000 mon.a (mon.0) 4211 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:26:33.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:26:33.358973+0000 mon.a (mon.0) 4212 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:26:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:26:32.603155+0000 mon.a (mon.0) 4208 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:26:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:26:33.057282+0000 mon.a (mon.0) 4209 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:26:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:26:33.349493+0000 mon.a (mon.0) 4210 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:26:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:26:33.350223+0000 mon.a (mon.0) 4211 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:26:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:26:33.358973+0000 mon.a (mon.0) 4212 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:26:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:33.356380+0000 mgr.y (mgr.14556) 19733 : cluster [DBG] pgmap v17434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:35.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:33.356380+0000 mgr.y (mgr.14556) 19733 : cluster [DBG] pgmap v17434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:35.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:33.356380+0000 mgr.y (mgr.14556) 19733 : cluster [DBG] pgmap v17434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:35.357127+0000 mgr.y (mgr.14556) 19734 : cluster [DBG] pgmap v17435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:37.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:35.357127+0000 mgr.y (mgr.14556) 19734 : cluster [DBG] pgmap v17435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:35.357127+0000 mgr.y (mgr.14556) 19734 : cluster [DBG] pgmap v17435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:39.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:37.357697+0000 mgr.y (mgr.14556) 19735 : cluster [DBG] pgmap v17436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:39.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:37.357697+0000 mgr.y (mgr.14556) 19735 : cluster [DBG] pgmap v17436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:39.404 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:26:39.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:37.357697+0000 mgr.y (mgr.14556) 19735 : cluster [DBG] pgmap v17436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:39.692 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 6s ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 6s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 6s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7s ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 6s ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7s ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7s ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 6s ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7s ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7s ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:26:39.693 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7s ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:26:39.694 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7s ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:26:39.694 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 6s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:26:39.694 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 6s ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:26:39.694 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 6s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:26:39.694 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 6s ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:26:39.694 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 6s ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:26:40.040 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:26:40.040 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:26:40.040 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:26:40.041 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:26:40.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:26:40.039090+0000 mon.a (mon.0) 4213 : audit [DBG] from='client.? 172.21.15.23:0/2352092937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:26:40.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:26:40.039090+0000 mon.a (mon.0) 4213 : audit [DBG] from='client.? 172.21.15.23:0/2352092937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:26:40.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:26:40.039090+0000 mon.a (mon.0) 4213 : audit [DBG] from='client.? 172.21.15.23:0/2352092937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:26:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:39.358067+0000 mgr.y (mgr.14556) 19736 : cluster [DBG] pgmap v17437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:26:39.390848+0000 mgr.y (mgr.14556) 19737 : audit [DBG] from='client.35094 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:26:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:26:39.683369+0000 mgr.y (mgr.14556) 19738 : audit [DBG] from='client.35100 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:26:41.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:39.358067+0000 mgr.y (mgr.14556) 19736 : cluster [DBG] pgmap v17437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:41.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:26:39.390848+0000 mgr.y (mgr.14556) 19737 : audit [DBG] from='client.35094 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:26:41.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:26:39.683369+0000 mgr.y (mgr.14556) 19738 : audit [DBG] from='client.35100 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:26:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:39.358067+0000 mgr.y (mgr.14556) 19736 : cluster [DBG] pgmap v17437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:26:39.390848+0000 mgr.y (mgr.14556) 19737 : audit [DBG] from='client.35094 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:26:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:26:39.683369+0000 mgr.y (mgr.14556) 19738 : audit [DBG] from='client.35100 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:26:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:26:43.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:41.358918+0000 mgr.y (mgr.14556) 19739 : cluster [DBG] pgmap v17438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:43.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:41.358918+0000 mgr.y (mgr.14556) 19739 : cluster [DBG] pgmap v17438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:43.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:41.358918+0000 mgr.y (mgr.14556) 19739 : cluster [DBG] pgmap v17438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:26:43] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-03-22T16:26:45.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:43.359354+0000 mgr.y (mgr.14556) 19740 : cluster [DBG] pgmap v17439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:45.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:43.359354+0000 mgr.y (mgr.14556) 19740 : cluster [DBG] pgmap v17439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:45.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:43.359354+0000 mgr.y (mgr.14556) 19740 : cluster [DBG] pgmap v17439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:47.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:45.360119+0000 mgr.y (mgr.14556) 19741 : cluster [DBG] pgmap v17440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:47.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:45.360119+0000 mgr.y (mgr.14556) 19741 : cluster [DBG] pgmap v17440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:47.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:45.360119+0000 mgr.y (mgr.14556) 19741 : cluster [DBG] pgmap v17440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:49.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:47.360652+0000 mgr.y (mgr.14556) 19742 : cluster [DBG] pgmap v17441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:49.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:47.360652+0000 mgr.y (mgr.14556) 19742 : cluster [DBG] pgmap v17441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:49.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:47.360652+0000 mgr.y (mgr.14556) 19742 : cluster [DBG] pgmap v17441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:51.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:49.361134+0000 mgr.y (mgr.14556) 19743 : cluster [DBG] pgmap v17442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:51.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:49.361134+0000 mgr.y (mgr.14556) 19743 : cluster [DBG] pgmap v17442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:51.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:49.361134+0000 mgr.y (mgr.14556) 19743 : cluster [DBG] pgmap v17442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:26:53.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:51.361997+0000 mgr.y (mgr.14556) 19744 : cluster [DBG] pgmap v17443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:53.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:51.361997+0000 mgr.y (mgr.14556) 19744 : cluster [DBG] pgmap v17443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:53.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:51.361997+0000 mgr.y (mgr.14556) 19744 : cluster [DBG] pgmap v17443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:26:53] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T16:26:55.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:53.362444+0000 mgr.y (mgr.14556) 19745 : cluster [DBG] pgmap v17444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:53.362444+0000 mgr.y (mgr.14556) 19745 : cluster [DBG] pgmap v17444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:53.362444+0000 mgr.y (mgr.14556) 19745 : cluster [DBG] pgmap v17444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:55.363076+0000 mgr.y (mgr.14556) 19746 : cluster [DBG] pgmap v17445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:55.363076+0000 mgr.y (mgr.14556) 19746 : cluster [DBG] pgmap v17445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:55.363076+0000 mgr.y (mgr.14556) 19746 : cluster [DBG] pgmap v17445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:59.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:26:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:57.363590+0000 mgr.y (mgr.14556) 19747 : cluster [DBG] pgmap v17446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:57.363590+0000 mgr.y (mgr.14556) 19747 : cluster [DBG] pgmap v17446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:26:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:57.363590+0000 mgr.y (mgr.14556) 19747 : cluster [DBG] pgmap v17446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:01.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:26:59.363958+0000 mgr.y (mgr.14556) 19748 : cluster [DBG] pgmap v17447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:26:59.363958+0000 mgr.y (mgr.14556) 19748 : cluster [DBG] pgmap v17447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:26:59.363958+0000 mgr.y (mgr.14556) 19748 : cluster [DBG] pgmap v17447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:27:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:01.364641+0000 mgr.y (mgr.14556) 19749 : cluster [DBG] pgmap v17448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:01.364641+0000 mgr.y (mgr.14556) 19749 : cluster [DBG] pgmap v17448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:01.364641+0000 mgr.y (mgr.14556) 19749 : cluster [DBG] pgmap v17448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:27:03] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-03-22T16:27:05.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:03.365085+0000 mgr.y (mgr.14556) 19750 : cluster [DBG] pgmap v17449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:05.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:03.365085+0000 mgr.y (mgr.14556) 19750 : cluster [DBG] pgmap v17449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:05.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:03.365085+0000 mgr.y (mgr.14556) 19750 : cluster [DBG] pgmap v17449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:05.365644+0000 mgr.y (mgr.14556) 19751 : cluster [DBG] pgmap v17450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:05.365644+0000 mgr.y (mgr.14556) 19751 : cluster [DBG] pgmap v17450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:05.365644+0000 mgr.y (mgr.14556) 19751 : cluster [DBG] pgmap v17450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:07.366213+0000 mgr.y (mgr.14556) 19752 : cluster [DBG] pgmap v17451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:07.366213+0000 mgr.y (mgr.14556) 19752 : cluster [DBG] pgmap v17451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:07.366213+0000 mgr.y (mgr.14556) 19752 : cluster [DBG] pgmap v17451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:10.366 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:27:10.657 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:27:10.657 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 38s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:27:10.657 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 37s ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:27:10.657 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 38s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:27:10.657 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 37s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:27:10.657 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 37s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:27:10.657 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 38s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:27:10.657 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 38s ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:27:10.657 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 37s ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:27:10.657 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 38s ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:27:10.657 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 38s ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:27:10.657 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 37s ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:27:10.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 38s ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:27:10.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 38s ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:27:10.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 38s ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:27:10.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 38s ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:27:10.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 37s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:27:10.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 37s ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:27:10.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 37s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:27:10.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 37s ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:27:10.658 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 37s ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:27:11.005 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:27:11.005 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:27:11.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:27:11.005 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:27:11.006 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:27:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:09.366624+0000 mgr.y (mgr.14556) 19753 : cluster [DBG] pgmap v17452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:11.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:27:11.003984+0000 mon.a (mon.0) 4214 : audit [DBG] from='client.? 172.21.15.23:0/3555047065' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:27:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:09.366624+0000 mgr.y (mgr.14556) 19753 : cluster [DBG] pgmap v17452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:27:11.003984+0000 mon.a (mon.0) 4214 : audit [DBG] from='client.? 172.21.15.23:0/3555047065' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:27:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:09.366624+0000 mgr.y (mgr.14556) 19753 : cluster [DBG] pgmap v17452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:27:11.003984+0000 mon.a (mon.0) 4214 : audit [DBG] from='client.? 172.21.15.23:0/3555047065' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:27:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:27:12.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:27:10.353189+0000 mgr.y (mgr.14556) 19754 : audit [DBG] from='client.45020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:27:12.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:27:10.647171+0000 mgr.y (mgr.14556) 19755 : audit [DBG] from='client.45026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:27:12.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:27:10.353189+0000 mgr.y (mgr.14556) 19754 : audit [DBG] from='client.45020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:27:12.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:27:10.647171+0000 mgr.y (mgr.14556) 19755 : audit [DBG] from='client.45026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:27:12.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:27:10.353189+0000 mgr.y (mgr.14556) 19754 : audit [DBG] from='client.45020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:27:12.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:27:10.647171+0000 mgr.y (mgr.14556) 19755 : audit [DBG] from='client.45026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:27:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:11.367263+0000 mgr.y (mgr.14556) 19756 : cluster [DBG] pgmap v17453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:11.367263+0000 mgr.y (mgr.14556) 19756 : cluster [DBG] pgmap v17453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:11.367263+0000 mgr.y (mgr.14556) 19756 : cluster [DBG] pgmap v17453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:27:13] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T16:27:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:13.367897+0000 mgr.y (mgr.14556) 19757 : cluster [DBG] pgmap v17454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:13.367897+0000 mgr.y (mgr.14556) 19757 : cluster [DBG] pgmap v17454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:13.367897+0000 mgr.y (mgr.14556) 19757 : cluster [DBG] pgmap v17454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:15.368496+0000 mgr.y (mgr.14556) 19758 : cluster [DBG] pgmap v17455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:15.368496+0000 mgr.y (mgr.14556) 19758 : cluster [DBG] pgmap v17455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:15.368496+0000 mgr.y (mgr.14556) 19758 : cluster [DBG] pgmap v17455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:17.369028+0000 mgr.y (mgr.14556) 19759 : cluster [DBG] pgmap v17456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:17.369028+0000 mgr.y (mgr.14556) 19759 : cluster [DBG] pgmap v17456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:17.369028+0000 mgr.y (mgr.14556) 19759 : cluster [DBG] pgmap v17456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:21.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:19.369608+0000 mgr.y (mgr.14556) 19760 : cluster [DBG] pgmap v17457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:19.369608+0000 mgr.y (mgr.14556) 19760 : cluster [DBG] pgmap v17457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:19.369608+0000 mgr.y (mgr.14556) 19760 : cluster [DBG] pgmap v17457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:27:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:21.370382+0000 mgr.y (mgr.14556) 19761 : cluster [DBG] pgmap v17458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:21.370382+0000 mgr.y (mgr.14556) 19761 : cluster [DBG] pgmap v17458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:21.370382+0000 mgr.y (mgr.14556) 19761 : cluster [DBG] pgmap v17458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:27:23] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T16:27:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:23.370768+0000 mgr.y (mgr.14556) 19762 : cluster [DBG] pgmap v17459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:23.370768+0000 mgr.y (mgr.14556) 19762 : cluster [DBG] pgmap v17459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:23.370768+0000 mgr.y (mgr.14556) 19762 : cluster [DBG] pgmap v17459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:25.371527+0000 mgr.y (mgr.14556) 19763 : cluster [DBG] pgmap v17460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:25.371527+0000 mgr.y (mgr.14556) 19763 : cluster [DBG] pgmap v17460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:25.371527+0000 mgr.y (mgr.14556) 19763 : cluster [DBG] pgmap v17460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:27.371952+0000 mgr.y (mgr.14556) 19764 : cluster [DBG] pgmap v17461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:27.371952+0000 mgr.y (mgr.14556) 19764 : cluster [DBG] pgmap v17461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:27.371952+0000 mgr.y (mgr.14556) 19764 : cluster [DBG] pgmap v17461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:29.372398+0000 mgr.y (mgr.14556) 19765 : cluster [DBG] pgmap v17462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:29.372398+0000 mgr.y (mgr.14556) 19765 : cluster [DBG] pgmap v17462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:31.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:29.372398+0000 mgr.y (mgr.14556) 19765 : cluster [DBG] pgmap v17462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:31.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:27:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:31.373071+0000 mgr.y (mgr.14556) 19766 : cluster [DBG] pgmap v17463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:31.373071+0000 mgr.y (mgr.14556) 19766 : cluster [DBG] pgmap v17463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:31.373071+0000 mgr.y (mgr.14556) 19766 : cluster [DBG] pgmap v17463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:27:33] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T16:27:34.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:27:33.363753+0000 mon.a (mon.0) 4215 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:27:34.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:27:33.672112+0000 mon.a (mon.0) 4216 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:27:34.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:27:33.672836+0000 mon.a (mon.0) 4217 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:27:34.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:27:33.679150+0000 mon.a (mon.0) 4218 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:27:34.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:27:33.363753+0000 mon.a (mon.0) 4215 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:27:34.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:27:33.672112+0000 mon.a (mon.0) 4216 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:27:34.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:27:33.672836+0000 mon.a (mon.0) 4217 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:27:34.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:27:33.679150+0000 mon.a (mon.0) 4218 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:27:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:27:33.363753+0000 mon.a (mon.0) 4215 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:27:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:27:33.672112+0000 mon.a (mon.0) 4216 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:27:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:27:33.672836+0000 mon.a (mon.0) 4217 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:27:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:27:33.679150+0000 mon.a (mon.0) 4218 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:27:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:33.373473+0000 mgr.y (mgr.14556) 19767 : cluster [DBG] pgmap v17464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:33.373473+0000 mgr.y (mgr.14556) 19767 : cluster [DBG] pgmap v17464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:33.373473+0000 mgr.y (mgr.14556) 19767 : cluster [DBG] pgmap v17464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:36.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:35.374052+0000 mgr.y (mgr.14556) 19768 : cluster [DBG] pgmap v17465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:36.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:35.374052+0000 mgr.y (mgr.14556) 19768 : cluster [DBG] pgmap v17465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:36.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:35.374052+0000 mgr.y (mgr.14556) 19768 : cluster [DBG] pgmap v17465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:38.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:37.374377+0000 mgr.y (mgr.14556) 19769 : cluster [DBG] pgmap v17466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:37.374377+0000 mgr.y (mgr.14556) 19769 : cluster [DBG] pgmap v17466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:38.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:37.374377+0000 mgr.y (mgr.14556) 19769 : cluster [DBG] pgmap v17466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:40.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:39.374824+0000 mgr.y (mgr.14556) 19770 : cluster [DBG] pgmap v17467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:40.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:39.374824+0000 mgr.y (mgr.14556) 19770 : cluster [DBG] pgmap v17467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:40.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:39.374824+0000 mgr.y (mgr.14556) 19770 : cluster [DBG] pgmap v17467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:41.331 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:27:41.622 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:27:41.622 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 69s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 68s ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 69s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 68s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 68s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 69s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 69s ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 68s ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 69s ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 69s ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 68s ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 69s ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 69s ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:27:41.623 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 69s ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:27:41.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 69s ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:27:41.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 68s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:27:41.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 68s ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:27:41.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 68s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:27:41.624 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 68s ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:27:41.624 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 68s ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:27:41.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:27:41.317595+0000 mgr.y (mgr.14556) 19771 : audit [DBG] from='client.45038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:27:41.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:27:41.317595+0000 mgr.y (mgr.14556) 19771 : audit [DBG] from='client.45038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:27:41.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:27:41.317595+0000 mgr.y (mgr.14556) 19771 : audit [DBG] from='client.45038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:27:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:27:41.972 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:27:41.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:27:41.972 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:27:41.972 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:27:41.972 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:27:41.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:27:41.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:27:41.973 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:27:41.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:27:41.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:27:41.973 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:27:41.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:27:41.973 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:27:41.973 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:27:41.973 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:27:41.973 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:27:41.973 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:27:42.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:41.375538+0000 mgr.y (mgr.14556) 19772 : cluster [DBG] pgmap v17468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:42.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:27:41.613421+0000 mgr.y (mgr.14556) 19773 : audit [DBG] from='client.35136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:27:42.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:27:41.971204+0000 mon.a (mon.0) 4219 : audit [DBG] from='client.? 172.21.15.23:0/3913075591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:27:42.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:41.375538+0000 mgr.y (mgr.14556) 19772 : cluster [DBG] pgmap v17468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:42.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:27:41.613421+0000 mgr.y (mgr.14556) 19773 : audit [DBG] from='client.35136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:27:42.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:27:41.971204+0000 mon.a (mon.0) 4219 : audit [DBG] from='client.? 172.21.15.23:0/3913075591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:27:42.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:41.375538+0000 mgr.y (mgr.14556) 19772 : cluster [DBG] pgmap v17468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:42.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:27:41.613421+0000 mgr.y (mgr.14556) 19773 : audit [DBG] from='client.35136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:27:42.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:27:41.971204+0000 mon.a (mon.0) 4219 : audit [DBG] from='client.? 172.21.15.23:0/3913075591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:27:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:27:43] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T16:27:44.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:43.375968+0000 mgr.y (mgr.14556) 19774 : cluster [DBG] pgmap v17469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:44.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:43.375968+0000 mgr.y (mgr.14556) 19774 : cluster [DBG] pgmap v17469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:44.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:43.375968+0000 mgr.y (mgr.14556) 19774 : cluster [DBG] pgmap v17469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:46.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:45.376602+0000 mgr.y (mgr.14556) 19775 : cluster [DBG] pgmap v17470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:46.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:45.376602+0000 mgr.y (mgr.14556) 19775 : cluster [DBG] pgmap v17470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:46.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:45.376602+0000 mgr.y (mgr.14556) 19775 : cluster [DBG] pgmap v17470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:48.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:47.377108+0000 mgr.y (mgr.14556) 19776 : cluster [DBG] pgmap v17471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:47.377108+0000 mgr.y (mgr.14556) 19776 : cluster [DBG] pgmap v17471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:48.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:47.377108+0000 mgr.y (mgr.14556) 19776 : cluster [DBG] pgmap v17471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:50.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:49.377582+0000 mgr.y (mgr.14556) 19777 : cluster [DBG] pgmap v17472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:50.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:49.377582+0000 mgr.y (mgr.14556) 19777 : cluster [DBG] pgmap v17472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:50.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:49.377582+0000 mgr.y (mgr.14556) 19777 : cluster [DBG] pgmap v17472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:27:52.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:51.378432+0000 mgr.y (mgr.14556) 19778 : cluster [DBG] pgmap v17473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:52.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:51.378432+0000 mgr.y (mgr.14556) 19778 : cluster [DBG] pgmap v17473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:52.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:51.378432+0000 mgr.y (mgr.14556) 19778 : cluster [DBG] pgmap v17473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:27:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:27:54.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:53.378830+0000 mgr.y (mgr.14556) 19779 : cluster [DBG] pgmap v17474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:54.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:53.378830+0000 mgr.y (mgr.14556) 19779 : cluster [DBG] pgmap v17474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:54.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:53.378830+0000 mgr.y (mgr.14556) 19779 : cluster [DBG] pgmap v17474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:57.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:55.379540+0000 mgr.y (mgr.14556) 19780 : cluster [DBG] pgmap v17475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:57.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:55.379540+0000 mgr.y (mgr.14556) 19780 : cluster [DBG] pgmap v17475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:57.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:55.379540+0000 mgr.y (mgr.14556) 19780 : cluster [DBG] pgmap v17475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:59.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:27:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:57.380113+0000 mgr.y (mgr.14556) 19781 : cluster [DBG] pgmap v17476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:59.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:27:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:57.380113+0000 mgr.y (mgr.14556) 19781 : cluster [DBG] pgmap v17476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:27:59.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:27:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:57.380113+0000 mgr.y (mgr.14556) 19781 : cluster [DBG] pgmap v17476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:01.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:27:59.380630+0000 mgr.y (mgr.14556) 19782 : cluster [DBG] pgmap v17477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:01.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:27:59.380630+0000 mgr.y (mgr.14556) 19782 : cluster [DBG] pgmap v17477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:01.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:27:59.380630+0000 mgr.y (mgr.14556) 19782 : cluster [DBG] pgmap v17477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:28:03.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:01.381267+0000 mgr.y (mgr.14556) 19783 : cluster [DBG] pgmap v17478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:03.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:01.381267+0000 mgr.y (mgr.14556) 19783 : cluster [DBG] pgmap v17478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:03.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:01.381267+0000 mgr.y (mgr.14556) 19783 : cluster [DBG] pgmap v17478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:28:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:28:05.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:03.381805+0000 mgr.y (mgr.14556) 19784 : cluster [DBG] pgmap v17479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:05.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:03.381805+0000 mgr.y (mgr.14556) 19784 : cluster [DBG] pgmap v17479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:05.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:03.381805+0000 mgr.y (mgr.14556) 19784 : cluster [DBG] pgmap v17479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:07.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:05.382440+0000 mgr.y (mgr.14556) 19785 : cluster [DBG] pgmap v17480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:05.382440+0000 mgr.y (mgr.14556) 19785 : cluster [DBG] pgmap v17480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:05.382440+0000 mgr.y (mgr.14556) 19785 : cluster [DBG] pgmap v17480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:09.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:07.382771+0000 mgr.y (mgr.14556) 19786 : cluster [DBG] pgmap v17481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:09.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:07.382771+0000 mgr.y (mgr.14556) 19786 : cluster [DBG] pgmap v17481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:07.382771+0000 mgr.y (mgr.14556) 19786 : cluster [DBG] pgmap v17481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:11.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:09.383380+0000 mgr.y (mgr.14556) 19787 : cluster [DBG] pgmap v17482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:11.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:09.383380+0000 mgr.y (mgr.14556) 19787 : cluster [DBG] pgmap v17482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:11.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:09.383380+0000 mgr.y (mgr.14556) 19787 : cluster [DBG] pgmap v17482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:28:12.298 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 99s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 99s ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 99s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 99s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 99s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 99s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 99s ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 99s ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 99s ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 99s ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 99s ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:28:12.585 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 99s ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:28:12.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 99s ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:28:12.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 99s ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:28:12.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 99s ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:28:12.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 99s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:28:12.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 99s ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:28:12.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 99s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:28:12.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 99s ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:28:12.586 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 99s ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:28:12.937 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:28:12.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:28:12.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:28:12.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:28:12.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:28:12.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:28:12.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:28:12.937 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:28:12.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:28:12.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:28:12.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:28:12.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:28:12.938 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:28:12.938 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:28:12.938 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:28:12.938 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:28:12.938 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:28:13.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:11.384063+0000 mgr.y (mgr.14556) 19788 : cluster [DBG] pgmap v17483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:13.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:28:12.284674+0000 mgr.y (mgr.14556) 19789 : audit [DBG] from='client.35148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:28:13.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:11.384063+0000 mgr.y (mgr.14556) 19788 : cluster [DBG] pgmap v17483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:13.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:28:12.284674+0000 mgr.y (mgr.14556) 19789 : audit [DBG] from='client.35148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:28:13.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:11.384063+0000 mgr.y (mgr.14556) 19788 : cluster [DBG] pgmap v17483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:13.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:28:12.284674+0000 mgr.y (mgr.14556) 19789 : audit [DBG] from='client.35148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:28:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:28:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:28:14.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:28:12.574975+0000 mgr.y (mgr.14556) 19790 : audit [DBG] from='client.45062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:28:14.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:28:12.935626+0000 mon.c (mon.2) 478 : audit [DBG] from='client.? 172.21.15.23:0/3554372554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:28:14.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:28:12.574975+0000 mgr.y (mgr.14556) 19790 : audit [DBG] from='client.45062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:28:14.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:28:12.935626+0000 mon.c (mon.2) 478 : audit [DBG] from='client.? 172.21.15.23:0/3554372554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:28:14.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:28:12.574975+0000 mgr.y (mgr.14556) 19790 : audit [DBG] from='client.45062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:28:14.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:28:12.935626+0000 mon.c (mon.2) 478 : audit [DBG] from='client.? 172.21.15.23:0/3554372554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:28:15.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:13.384438+0000 mgr.y (mgr.14556) 19791 : cluster [DBG] pgmap v17484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:15.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:13.384438+0000 mgr.y (mgr.14556) 19791 : cluster [DBG] pgmap v17484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:13.384438+0000 mgr.y (mgr.14556) 19791 : cluster [DBG] pgmap v17484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:17.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:15.385000+0000 mgr.y (mgr.14556) 19792 : cluster [DBG] pgmap v17485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:15.385000+0000 mgr.y (mgr.14556) 19792 : cluster [DBG] pgmap v17485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:15.385000+0000 mgr.y (mgr.14556) 19792 : cluster [DBG] pgmap v17485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:19.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:17.385383+0000 mgr.y (mgr.14556) 19793 : cluster [DBG] pgmap v17486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:19.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:17.385383+0000 mgr.y (mgr.14556) 19793 : cluster [DBG] pgmap v17486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:19.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:17.385383+0000 mgr.y (mgr.14556) 19793 : cluster [DBG] pgmap v17486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:19.385769+0000 mgr.y (mgr.14556) 19794 : cluster [DBG] pgmap v17487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:19.385769+0000 mgr.y (mgr.14556) 19794 : cluster [DBG] pgmap v17487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:19.385769+0000 mgr.y (mgr.14556) 19794 : cluster [DBG] pgmap v17487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:28:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:21.386469+0000 mgr.y (mgr.14556) 19795 : cluster [DBG] pgmap v17488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:23.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:21.386469+0000 mgr.y (mgr.14556) 19795 : cluster [DBG] pgmap v17488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:21.386469+0000 mgr.y (mgr.14556) 19795 : cluster [DBG] pgmap v17488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:28:23] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:28:25.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:23.386999+0000 mgr.y (mgr.14556) 19796 : cluster [DBG] pgmap v17489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:25.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:23.386999+0000 mgr.y (mgr.14556) 19796 : cluster [DBG] pgmap v17489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:25.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:23.386999+0000 mgr.y (mgr.14556) 19796 : cluster [DBG] pgmap v17489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:27.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:25.387684+0000 mgr.y (mgr.14556) 19797 : cluster [DBG] pgmap v17490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:27.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:25.387684+0000 mgr.y (mgr.14556) 19797 : cluster [DBG] pgmap v17490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:27.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:25.387684+0000 mgr.y (mgr.14556) 19797 : cluster [DBG] pgmap v17490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:29.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:27.388042+0000 mgr.y (mgr.14556) 19798 : cluster [DBG] pgmap v17491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:29.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:27.388042+0000 mgr.y (mgr.14556) 19798 : cluster [DBG] pgmap v17491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:29.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:27.388042+0000 mgr.y (mgr.14556) 19798 : cluster [DBG] pgmap v17491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:31.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:29.388494+0000 mgr.y (mgr.14556) 19799 : cluster [DBG] pgmap v17492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:31.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:29.388494+0000 mgr.y (mgr.14556) 19799 : cluster [DBG] pgmap v17492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:31.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:29.388494+0000 mgr.y (mgr.14556) 19799 : cluster [DBG] pgmap v17492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:28:33.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:31.389188+0000 mgr.y (mgr.14556) 19800 : cluster [DBG] pgmap v17493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:33.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:31.389188+0000 mgr.y (mgr.14556) 19800 : cluster [DBG] pgmap v17493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:33.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:31.389188+0000 mgr.y (mgr.14556) 19800 : cluster [DBG] pgmap v17493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:34.046 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:28:33] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:28:34.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:28:33.683689+0000 mon.a (mon.0) 4220 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:28:34.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:28:33.990447+0000 mon.a (mon.0) 4221 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:28:34.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:28:33.991151+0000 mon.a (mon.0) 4222 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:28:34.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:28:34.004687+0000 mon.a (mon.0) 4223 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:28:34.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:28:33.683689+0000 mon.a (mon.0) 4220 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:28:34.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:28:33.990447+0000 mon.a (mon.0) 4221 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:28:34.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:28:33.991151+0000 mon.a (mon.0) 4222 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:28:34.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:28:34.004687+0000 mon.a (mon.0) 4223 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:28:34.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:28:33.683689+0000 mon.a (mon.0) 4220 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:28:34.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:28:33.990447+0000 mon.a (mon.0) 4221 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:28:34.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:28:33.991151+0000 mon.a (mon.0) 4222 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:28:34.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:28:34.004687+0000 mon.a (mon.0) 4223 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:28:35.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:33.389688+0000 mgr.y (mgr.14556) 19801 : cluster [DBG] pgmap v17494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:33.389688+0000 mgr.y (mgr.14556) 19801 : cluster [DBG] pgmap v17494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:35.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:33.389688+0000 mgr.y (mgr.14556) 19801 : cluster [DBG] pgmap v17494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:37.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:35.390252+0000 mgr.y (mgr.14556) 19802 : cluster [DBG] pgmap v17495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:35.390252+0000 mgr.y (mgr.14556) 19802 : cluster [DBG] pgmap v17495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:35.390252+0000 mgr.y (mgr.14556) 19802 : cluster [DBG] pgmap v17495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:39.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:37.390729+0000 mgr.y (mgr.14556) 19803 : cluster [DBG] pgmap v17496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:39.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:37.390729+0000 mgr.y (mgr.14556) 19803 : cluster [DBG] pgmap v17496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:39.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:37.390729+0000 mgr.y (mgr.14556) 19803 : cluster [DBG] pgmap v17496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:41.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:39.391136+0000 mgr.y (mgr.14556) 19804 : cluster [DBG] pgmap v17497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:39.391136+0000 mgr.y (mgr.14556) 19804 : cluster [DBG] pgmap v17497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:39.391136+0000 mgr.y (mgr.14556) 19804 : cluster [DBG] pgmap v17497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:28:43.265 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:28:43.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:41.391830+0000 mgr.y (mgr.14556) 19805 : cluster [DBG] pgmap v17498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:43.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:41.391830+0000 mgr.y (mgr.14556) 19805 : cluster [DBG] pgmap v17498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:43.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:41.391830+0000 mgr.y (mgr.14556) 19805 : cluster [DBG] pgmap v17498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:43.554 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:28:43.554 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 2m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:28:43.554 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 2m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 2m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 2m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 2m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 2m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 2m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 2m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 2m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 2m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 2m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 2m ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 2m ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 2m ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 2m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 2m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 2m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 2m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:28:43.555 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 2m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:28:43.556 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 2m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:28:43.905 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:28:43.905 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:28:43.905 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:28:43.905 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:28:43.905 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:28:43.906 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:28:43.906 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:28:43.906 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:28:43.906 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:28:43.906 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:28:43.906 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:28:43.906 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:28:43.906 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:28:43.906 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:28:43.906 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:28:43.906 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:28:43.906 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:28:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:28:43] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:28:44.417 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:28:43.251450+0000 mgr.y (mgr.14556) 19806 : audit [DBG] from='client.35166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:28:44.417 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:28:43.903866+0000 mon.a (mon.0) 4224 : audit [DBG] from='client.? 172.21.15.23:0/2820806178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:28:44.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:28:43.251450+0000 mgr.y (mgr.14556) 19806 : audit [DBG] from='client.35166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:28:44.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:28:43.903866+0000 mon.a (mon.0) 4224 : audit [DBG] from='client.? 172.21.15.23:0/2820806178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:28:44.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:28:43.251450+0000 mgr.y (mgr.14556) 19806 : audit [DBG] from='client.35166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:28:44.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:28:43.903866+0000 mon.a (mon.0) 4224 : audit [DBG] from='client.? 172.21.15.23:0/2820806178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:28:45.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:43.392159+0000 mgr.y (mgr.14556) 19807 : cluster [DBG] pgmap v17499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:45.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:28:43.544949+0000 mgr.y (mgr.14556) 19808 : audit [DBG] from='client.35172 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:28:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:43.392159+0000 mgr.y (mgr.14556) 19807 : cluster [DBG] pgmap v17499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:28:43.544949+0000 mgr.y (mgr.14556) 19808 : audit [DBG] from='client.35172 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:28:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:43.392159+0000 mgr.y (mgr.14556) 19807 : cluster [DBG] pgmap v17499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:28:43.544949+0000 mgr.y (mgr.14556) 19808 : audit [DBG] from='client.35172 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:28:47.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:45.392778+0000 mgr.y (mgr.14556) 19809 : cluster [DBG] pgmap v17500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:45.392778+0000 mgr.y (mgr.14556) 19809 : cluster [DBG] pgmap v17500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:45.392778+0000 mgr.y (mgr.14556) 19809 : cluster [DBG] pgmap v17500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:49.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:47.393193+0000 mgr.y (mgr.14556) 19810 : cluster [DBG] pgmap v17501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:47.393193+0000 mgr.y (mgr.14556) 19810 : cluster [DBG] pgmap v17501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:47.393193+0000 mgr.y (mgr.14556) 19810 : cluster [DBG] pgmap v17501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:49.393574+0000 mgr.y (mgr.14556) 19811 : cluster [DBG] pgmap v17502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:49.393574+0000 mgr.y (mgr.14556) 19811 : cluster [DBG] pgmap v17502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:49.393574+0000 mgr.y (mgr.14556) 19811 : cluster [DBG] pgmap v17502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:28:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:51.394240+0000 mgr.y (mgr.14556) 19812 : cluster [DBG] pgmap v17503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:51.394240+0000 mgr.y (mgr.14556) 19812 : cluster [DBG] pgmap v17503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:51.394240+0000 mgr.y (mgr.14556) 19812 : cluster [DBG] pgmap v17503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:28:53] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:28:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:53.394653+0000 mgr.y (mgr.14556) 19813 : cluster [DBG] pgmap v17504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:53.394653+0000 mgr.y (mgr.14556) 19813 : cluster [DBG] pgmap v17504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:53.394653+0000 mgr.y (mgr.14556) 19813 : cluster [DBG] pgmap v17504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:55.395251+0000 mgr.y (mgr.14556) 19814 : cluster [DBG] pgmap v17505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:55.395251+0000 mgr.y (mgr.14556) 19814 : cluster [DBG] pgmap v17505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:55.395251+0000 mgr.y (mgr.14556) 19814 : cluster [DBG] pgmap v17505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:57.395739+0000 mgr.y (mgr.14556) 19815 : cluster [DBG] pgmap v17506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:57.395739+0000 mgr.y (mgr.14556) 19815 : cluster [DBG] pgmap v17506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:28:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:28:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:57.395739+0000 mgr.y (mgr.14556) 19815 : cluster [DBG] pgmap v17506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:01.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:28:59.396147+0000 mgr.y (mgr.14556) 19816 : cluster [DBG] pgmap v17507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:28:59.396147+0000 mgr.y (mgr.14556) 19816 : cluster [DBG] pgmap v17507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:28:59.396147+0000 mgr.y (mgr.14556) 19816 : cluster [DBG] pgmap v17507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:29:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:01.396951+0000 mgr.y (mgr.14556) 19817 : cluster [DBG] pgmap v17508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:01.396951+0000 mgr.y (mgr.14556) 19817 : cluster [DBG] pgmap v17508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:01.396951+0000 mgr.y (mgr.14556) 19817 : cluster [DBG] pgmap v17508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:29:03] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:29:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:03.397439+0000 mgr.y (mgr.14556) 19818 : cluster [DBG] pgmap v17509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:03.397439+0000 mgr.y (mgr.14556) 19818 : cluster [DBG] pgmap v17509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:05.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:03.397439+0000 mgr.y (mgr.14556) 19818 : cluster [DBG] pgmap v17509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:05.398179+0000 mgr.y (mgr.14556) 19819 : cluster [DBG] pgmap v17510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:05.398179+0000 mgr.y (mgr.14556) 19819 : cluster [DBG] pgmap v17510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:05.398179+0000 mgr.y (mgr.14556) 19819 : cluster [DBG] pgmap v17510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:07.398673+0000 mgr.y (mgr.14556) 19820 : cluster [DBG] pgmap v17511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:07.398673+0000 mgr.y (mgr.14556) 19820 : cluster [DBG] pgmap v17511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:07.398673+0000 mgr.y (mgr.14556) 19820 : cluster [DBG] pgmap v17511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:09.399064+0000 mgr.y (mgr.14556) 19821 : cluster [DBG] pgmap v17512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:09.399064+0000 mgr.y (mgr.14556) 19821 : cluster [DBG] pgmap v17512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:09.399064+0000 mgr.y (mgr.14556) 19821 : cluster [DBG] pgmap v17512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:29:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:11.399838+0000 mgr.y (mgr.14556) 19822 : cluster [DBG] pgmap v17513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:11.399838+0000 mgr.y (mgr.14556) 19822 : cluster [DBG] pgmap v17513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:11.399838+0000 mgr.y (mgr.14556) 19822 : cluster [DBG] pgmap v17513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:29:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:29:14.229 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:29:14.520 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 2m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 2m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 2m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 2m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 2m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 2m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 2m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 2m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 2m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 2m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 2m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 2m ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 2m ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:29:14.521 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 2m ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:29:14.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 2m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:29:14.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 2m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:29:14.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 2m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:29:14.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 2m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:29:14.522 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 2m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:29:14.522 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 2m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:29:14.866 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:29:14.867 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:29:14.868 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:29:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:13.400178+0000 mgr.y (mgr.14556) 19823 : cluster [DBG] pgmap v17514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:29:14.215689+0000 mgr.y (mgr.14556) 19824 : audit [DBG] from='client.45092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:29:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:29:14.865230+0000 mon.c (mon.2) 479 : audit [DBG] from='client.? 172.21.15.23:0/2078421718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:29:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:13.400178+0000 mgr.y (mgr.14556) 19823 : cluster [DBG] pgmap v17514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:29:14.215689+0000 mgr.y (mgr.14556) 19824 : audit [DBG] from='client.45092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:29:15.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:29:14.865230+0000 mon.c (mon.2) 479 : audit [DBG] from='client.? 172.21.15.23:0/2078421718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:29:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:13.400178+0000 mgr.y (mgr.14556) 19823 : cluster [DBG] pgmap v17514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:29:14.215689+0000 mgr.y (mgr.14556) 19824 : audit [DBG] from='client.45092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:29:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:29:14.865230+0000 mon.c (mon.2) 479 : audit [DBG] from='client.? 172.21.15.23:0/2078421718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:29:16.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:29:14.511173+0000 mgr.y (mgr.14556) 19825 : audit [DBG] from='client.35190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:29:16.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:29:14.511173+0000 mgr.y (mgr.14556) 19825 : audit [DBG] from='client.35190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:29:16.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:29:14.511173+0000 mgr.y (mgr.14556) 19825 : audit [DBG] from='client.35190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:29:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:15.400672+0000 mgr.y (mgr.14556) 19826 : cluster [DBG] pgmap v17515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:15.400672+0000 mgr.y (mgr.14556) 19826 : cluster [DBG] pgmap v17515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:15.400672+0000 mgr.y (mgr.14556) 19826 : cluster [DBG] pgmap v17515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:18.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:17.401232+0000 mgr.y (mgr.14556) 19827 : cluster [DBG] pgmap v17516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:18.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:17.401232+0000 mgr.y (mgr.14556) 19827 : cluster [DBG] pgmap v17516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:17.401232+0000 mgr.y (mgr.14556) 19827 : cluster [DBG] pgmap v17516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:20.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:19.401703+0000 mgr.y (mgr.14556) 19828 : cluster [DBG] pgmap v17517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:20.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:19.401703+0000 mgr.y (mgr.14556) 19828 : cluster [DBG] pgmap v17517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:20.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:19.401703+0000 mgr.y (mgr.14556) 19828 : cluster [DBG] pgmap v17517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:29:22.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:21.402402+0000 mgr.y (mgr.14556) 19829 : cluster [DBG] pgmap v17518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:21.402402+0000 mgr.y (mgr.14556) 19829 : cluster [DBG] pgmap v17518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:22.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:21.402402+0000 mgr.y (mgr.14556) 19829 : cluster [DBG] pgmap v17518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:29:23] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:29:24.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:23.402878+0000 mgr.y (mgr.14556) 19830 : cluster [DBG] pgmap v17519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:24.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:23.402878+0000 mgr.y (mgr.14556) 19830 : cluster [DBG] pgmap v17519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:24.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:23.402878+0000 mgr.y (mgr.14556) 19830 : cluster [DBG] pgmap v17519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:26.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:25.403634+0000 mgr.y (mgr.14556) 19831 : cluster [DBG] pgmap v17520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:26.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:25.403634+0000 mgr.y (mgr.14556) 19831 : cluster [DBG] pgmap v17520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:26.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:25.403634+0000 mgr.y (mgr.14556) 19831 : cluster [DBG] pgmap v17520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:28.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:27.404051+0000 mgr.y (mgr.14556) 19832 : cluster [DBG] pgmap v17521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:28.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:27.404051+0000 mgr.y (mgr.14556) 19832 : cluster [DBG] pgmap v17521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:28.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:27.404051+0000 mgr.y (mgr.14556) 19832 : cluster [DBG] pgmap v17521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:30.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:29.404452+0000 mgr.y (mgr.14556) 19833 : cluster [DBG] pgmap v17522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:30.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:29.404452+0000 mgr.y (mgr.14556) 19833 : cluster [DBG] pgmap v17522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:30.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:29.404452+0000 mgr.y (mgr.14556) 19833 : cluster [DBG] pgmap v17522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:29:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:31.405189+0000 mgr.y (mgr.14556) 19834 : cluster [DBG] pgmap v17523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:32.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:31.405189+0000 mgr.y (mgr.14556) 19834 : cluster [DBG] pgmap v17523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:32.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:31.405189+0000 mgr.y (mgr.14556) 19834 : cluster [DBG] pgmap v17523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:29:33] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:29:34.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:33.405741+0000 mgr.y (mgr.14556) 19835 : cluster [DBG] pgmap v17524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:34.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:29:34.009072+0000 mon.a (mon.0) 4225 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:29:34.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:29:34.264649+0000 mon.a (mon.0) 4226 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:29:34.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:29:34.271435+0000 mon.a (mon.0) 4227 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:29:34.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:33.405741+0000 mgr.y (mgr.14556) 19835 : cluster [DBG] pgmap v17524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:34.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:29:34.009072+0000 mon.a (mon.0) 4225 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:29:34.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:29:34.264649+0000 mon.a (mon.0) 4226 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:29:34.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:29:34.271435+0000 mon.a (mon.0) 4227 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:29:34.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:33.405741+0000 mgr.y (mgr.14556) 19835 : cluster [DBG] pgmap v17524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:34.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:29:34.009072+0000 mon.a (mon.0) 4225 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:29:34.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:29:34.264649+0000 mon.a (mon.0) 4226 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:29:34.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:29:34.271435+0000 mon.a (mon.0) 4227 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:29:35.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:29:34.563375+0000 mon.a (mon.0) 4228 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:29:35.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:29:34.564015+0000 mon.a (mon.0) 4229 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:29:35.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:29:34.568213+0000 mon.a (mon.0) 4230 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:29:35.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:29:34.563375+0000 mon.a (mon.0) 4228 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:29:35.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:29:34.564015+0000 mon.a (mon.0) 4229 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:29:35.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:29:34.568213+0000 mon.a (mon.0) 4230 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:29:35.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:29:34.563375+0000 mon.a (mon.0) 4228 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:29:35.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:29:34.564015+0000 mon.a (mon.0) 4229 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:29:35.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:29:34.568213+0000 mon.a (mon.0) 4230 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:29:37.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:35.406431+0000 mgr.y (mgr.14556) 19836 : cluster [DBG] pgmap v17525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:37.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:35.406431+0000 mgr.y (mgr.14556) 19836 : cluster [DBG] pgmap v17525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:37.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:35.406431+0000 mgr.y (mgr.14556) 19836 : cluster [DBG] pgmap v17525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:39.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:37.406811+0000 mgr.y (mgr.14556) 19837 : cluster [DBG] pgmap v17526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:39.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:37.406811+0000 mgr.y (mgr.14556) 19837 : cluster [DBG] pgmap v17526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:39.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:37.406811+0000 mgr.y (mgr.14556) 19837 : cluster [DBG] pgmap v17526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:41.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:39.407284+0000 mgr.y (mgr.14556) 19838 : cluster [DBG] pgmap v17527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:41.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:39.407284+0000 mgr.y (mgr.14556) 19838 : cluster [DBG] pgmap v17527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:41.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:39.407284+0000 mgr.y (mgr.14556) 19838 : cluster [DBG] pgmap v17527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:29:43.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:41.408001+0000 mgr.y (mgr.14556) 19839 : cluster [DBG] pgmap v17528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:43.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:41.408001+0000 mgr.y (mgr.14556) 19839 : cluster [DBG] pgmap v17528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:43.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:41.408001+0000 mgr.y (mgr.14556) 19839 : cluster [DBG] pgmap v17528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:29:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:29:45.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:43.408520+0000 mgr.y (mgr.14556) 19840 : cluster [DBG] pgmap v17529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:45.192 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:29:45.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:43.408520+0000 mgr.y (mgr.14556) 19840 : cluster [DBG] pgmap v17529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:45.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:43.408520+0000 mgr.y (mgr.14556) 19840 : cluster [DBG] pgmap v17529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 3m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 3m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 3m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 3m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 3m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 3m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 3m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 3m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 3m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 3m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 3m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 3m ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 3m ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:29:45.483 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 3m ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:29:45.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 3m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:29:45.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 3m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:29:45.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 3m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:29:45.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 3m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:29:45.484 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 3m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:29:45.484 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 3m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:29:45.833 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:29:45.833 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:29:45.833 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:29:45.834 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:29:46.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:29:45.178801+0000 mgr.y (mgr.14556) 19841 : audit [DBG] from='client.45110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:29:46.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:29:45.832012+0000 mon.c (mon.2) 480 : audit [DBG] from='client.? 172.21.15.23:0/2858852484' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:29:46.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:29:45.178801+0000 mgr.y (mgr.14556) 19841 : audit [DBG] from='client.45110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:29:46.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:29:45.832012+0000 mon.c (mon.2) 480 : audit [DBG] from='client.? 172.21.15.23:0/2858852484' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:29:46.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:29:45.178801+0000 mgr.y (mgr.14556) 19841 : audit [DBG] from='client.45110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:29:46.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:29:45.832012+0000 mon.c (mon.2) 480 : audit [DBG] from='client.? 172.21.15.23:0/2858852484' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:29:47.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:45.409191+0000 mgr.y (mgr.14556) 19842 : cluster [DBG] pgmap v17530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:47.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:29:45.473447+0000 mgr.y (mgr.14556) 19843 : audit [DBG] from='client.45116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:29:47.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:45.409191+0000 mgr.y (mgr.14556) 19842 : cluster [DBG] pgmap v17530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:47.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:29:45.473447+0000 mgr.y (mgr.14556) 19843 : audit [DBG] from='client.45116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:29:47.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:45.409191+0000 mgr.y (mgr.14556) 19842 : cluster [DBG] pgmap v17530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:47.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:29:45.473447+0000 mgr.y (mgr.14556) 19843 : audit [DBG] from='client.45116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:29:49.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:47.409718+0000 mgr.y (mgr.14556) 19844 : cluster [DBG] pgmap v17531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:49.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:47.409718+0000 mgr.y (mgr.14556) 19844 : cluster [DBG] pgmap v17531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:49.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:47.409718+0000 mgr.y (mgr.14556) 19844 : cluster [DBG] pgmap v17531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:51.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:49.410137+0000 mgr.y (mgr.14556) 19845 : cluster [DBG] pgmap v17532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:51.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:49.410137+0000 mgr.y (mgr.14556) 19845 : cluster [DBG] pgmap v17532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:51.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:49.410137+0000 mgr.y (mgr.14556) 19845 : cluster [DBG] pgmap v17532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:29:53.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:51.410821+0000 mgr.y (mgr.14556) 19846 : cluster [DBG] pgmap v17533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:53.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:51.410821+0000 mgr.y (mgr.14556) 19846 : cluster [DBG] pgmap v17533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:53.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:51.410821+0000 mgr.y (mgr.14556) 19846 : cluster [DBG] pgmap v17533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:29:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:29:55.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:53.411350+0000 mgr.y (mgr.14556) 19847 : cluster [DBG] pgmap v17534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:55.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:53.411350+0000 mgr.y (mgr.14556) 19847 : cluster [DBG] pgmap v17534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:55.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:53.411350+0000 mgr.y (mgr.14556) 19847 : cluster [DBG] pgmap v17534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:57.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:55.412022+0000 mgr.y (mgr.14556) 19848 : cluster [DBG] pgmap v17535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:57.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:55.412022+0000 mgr.y (mgr.14556) 19848 : cluster [DBG] pgmap v17535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:55.412022+0000 mgr.y (mgr.14556) 19848 : cluster [DBG] pgmap v17535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:29:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:57.412412+0000 mgr.y (mgr.14556) 19849 : cluster [DBG] pgmap v17536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:59.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:29:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:57.412412+0000 mgr.y (mgr.14556) 19849 : cluster [DBG] pgmap v17536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:29:59.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:29:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:57.412412+0000 mgr.y (mgr.14556) 19849 : cluster [DBG] pgmap v17536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:00.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:00.000170+0000 mon.a (mon.0) 4231 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:30:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T16:29:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:30:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:00.000170+0000 mon.a (mon.0) 4231 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:30:00.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:00.000170+0000 mon.a (mon.0) 4231 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:30:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:29:59.412981+0000 mgr.y (mgr.14556) 19850 : cluster [DBG] pgmap v17537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:29:59.412981+0000 mgr.y (mgr.14556) 19850 : cluster [DBG] pgmap v17537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:01.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:29:59.412981+0000 mgr.y (mgr.14556) 19850 : cluster [DBG] pgmap v17537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:30:03.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:01.413643+0000 mgr.y (mgr.14556) 19851 : cluster [DBG] pgmap v17538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:03.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:01.413643+0000 mgr.y (mgr.14556) 19851 : cluster [DBG] pgmap v17538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:01.413643+0000 mgr.y (mgr.14556) 19851 : cluster [DBG] pgmap v17538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:30:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:30:05.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:03.414114+0000 mgr.y (mgr.14556) 19852 : cluster [DBG] pgmap v17539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:05.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:03.414114+0000 mgr.y (mgr.14556) 19852 : cluster [DBG] pgmap v17539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:03.414114+0000 mgr.y (mgr.14556) 19852 : cluster [DBG] pgmap v17539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:05.414877+0000 mgr.y (mgr.14556) 19853 : cluster [DBG] pgmap v17540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:05.414877+0000 mgr.y (mgr.14556) 19853 : cluster [DBG] pgmap v17540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:05.414877+0000 mgr.y (mgr.14556) 19853 : cluster [DBG] pgmap v17540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:07.415346+0000 mgr.y (mgr.14556) 19854 : cluster [DBG] pgmap v17541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:09.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:07.415346+0000 mgr.y (mgr.14556) 19854 : cluster [DBG] pgmap v17541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:09.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:07.415346+0000 mgr.y (mgr.14556) 19854 : cluster [DBG] pgmap v17541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:11.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:09.415872+0000 mgr.y (mgr.14556) 19855 : cluster [DBG] pgmap v17542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:11.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:09.415872+0000 mgr.y (mgr.14556) 19855 : cluster [DBG] pgmap v17542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:11.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:09.415872+0000 mgr.y (mgr.14556) 19855 : cluster [DBG] pgmap v17542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:30:13.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:11.416745+0000 mgr.y (mgr.14556) 19856 : cluster [DBG] pgmap v17543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:13.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:11.416745+0000 mgr.y (mgr.14556) 19856 : cluster [DBG] pgmap v17543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:11.416745+0000 mgr.y (mgr.14556) 19856 : cluster [DBG] pgmap v17543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:30:13] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:30:15.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:13.417233+0000 mgr.y (mgr.14556) 19857 : cluster [DBG] pgmap v17544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:15.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:13.417233+0000 mgr.y (mgr.14556) 19857 : cluster [DBG] pgmap v17544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:13.417233+0000 mgr.y (mgr.14556) 19857 : cluster [DBG] pgmap v17544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:16.161 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:30:16.453 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:30:16.453 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 3m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:30:16.453 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 3m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:30:16.453 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 3m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:30:16.453 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 3m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:30:16.453 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 3m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 3m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 3m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 3m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 3m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 3m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 3m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 3m ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 3m ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 3m ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 3m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 3m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 3m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 3m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:30:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 3m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:30:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 3m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:30:16.812 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:30:16.812 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:30:16.812 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:30:16.812 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:30:16.812 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:30:16.812 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:30:16.812 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:30:16.812 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:30:16.812 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:30:16.812 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:30:16.812 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:30:16.813 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:30:16.813 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:30:16.813 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:30:16.813 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:30:16.813 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:30:16.813 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:30:17.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:15.417996+0000 mgr.y (mgr.14556) 19858 : cluster [DBG] pgmap v17545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:17.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:30:16.147655+0000 mgr.y (mgr.14556) 19859 : audit [DBG] from='client.35220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:30:17.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:30:16.810372+0000 mon.a (mon.0) 4232 : audit [DBG] from='client.? 172.21.15.23:0/1545887475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:30:17.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:15.417996+0000 mgr.y (mgr.14556) 19858 : cluster [DBG] pgmap v17545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:17.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:30:16.147655+0000 mgr.y (mgr.14556) 19859 : audit [DBG] from='client.35220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:30:17.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:30:16.810372+0000 mon.a (mon.0) 4232 : audit [DBG] from='client.? 172.21.15.23:0/1545887475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:30:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:15.417996+0000 mgr.y (mgr.14556) 19858 : cluster [DBG] pgmap v17545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:30:16.147655+0000 mgr.y (mgr.14556) 19859 : audit [DBG] from='client.35220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:30:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:30:16.810372+0000 mon.a (mon.0) 4232 : audit [DBG] from='client.? 172.21.15.23:0/1545887475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:30:18.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:30:16.443802+0000 mgr.y (mgr.14556) 19860 : audit [DBG] from='client.35226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:30:18.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:30:16.443802+0000 mgr.y (mgr.14556) 19860 : audit [DBG] from='client.35226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:30:18.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:30:16.443802+0000 mgr.y (mgr.14556) 19860 : audit [DBG] from='client.35226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:30:19.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:17.418546+0000 mgr.y (mgr.14556) 19861 : cluster [DBG] pgmap v17546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:19.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:17.418546+0000 mgr.y (mgr.14556) 19861 : cluster [DBG] pgmap v17546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:19.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:17.418546+0000 mgr.y (mgr.14556) 19861 : cluster [DBG] pgmap v17546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:19.419112+0000 mgr.y (mgr.14556) 19862 : cluster [DBG] pgmap v17547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:19.419112+0000 mgr.y (mgr.14556) 19862 : cluster [DBG] pgmap v17547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:19.419112+0000 mgr.y (mgr.14556) 19862 : cluster [DBG] pgmap v17547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:30:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:21.419949+0000 mgr.y (mgr.14556) 19863 : cluster [DBG] pgmap v17548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:21.419949+0000 mgr.y (mgr.14556) 19863 : cluster [DBG] pgmap v17548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:21.419949+0000 mgr.y (mgr.14556) 19863 : cluster [DBG] pgmap v17548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:30:23] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T16:30:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:23.420399+0000 mgr.y (mgr.14556) 19864 : cluster [DBG] pgmap v17549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:23.420399+0000 mgr.y (mgr.14556) 19864 : cluster [DBG] pgmap v17549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:23.420399+0000 mgr.y (mgr.14556) 19864 : cluster [DBG] pgmap v17549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:25.421138+0000 mgr.y (mgr.14556) 19865 : cluster [DBG] pgmap v17550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:25.421138+0000 mgr.y (mgr.14556) 19865 : cluster [DBG] pgmap v17550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:25.421138+0000 mgr.y (mgr.14556) 19865 : cluster [DBG] pgmap v17550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:27.421538+0000 mgr.y (mgr.14556) 19866 : cluster [DBG] pgmap v17551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:27.421538+0000 mgr.y (mgr.14556) 19866 : cluster [DBG] pgmap v17551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:27.421538+0000 mgr.y (mgr.14556) 19866 : cluster [DBG] pgmap v17551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:31.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:29.421951+0000 mgr.y (mgr.14556) 19867 : cluster [DBG] pgmap v17552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:29.421951+0000 mgr.y (mgr.14556) 19867 : cluster [DBG] pgmap v17552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:29.421951+0000 mgr.y (mgr.14556) 19867 : cluster [DBG] pgmap v17552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:30:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:31.422621+0000 mgr.y (mgr.14556) 19868 : cluster [DBG] pgmap v17553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:31.422621+0000 mgr.y (mgr.14556) 19868 : cluster [DBG] pgmap v17553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:31.422621+0000 mgr.y (mgr.14556) 19868 : cluster [DBG] pgmap v17553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:30:33] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T16:30:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:33.423136+0000 mgr.y (mgr.14556) 19869 : cluster [DBG] pgmap v17554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:30:34.572636+0000 mon.a (mon.0) 4233 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:30:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:30:34.878865+0000 mon.a (mon.0) 4234 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:30:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:30:34.879529+0000 mon.a (mon.0) 4235 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:30:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:30:34.888302+0000 mon.a (mon.0) 4236 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:30:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:33.423136+0000 mgr.y (mgr.14556) 19869 : cluster [DBG] pgmap v17554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:35.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:30:34.572636+0000 mon.a (mon.0) 4233 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:30:35.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:30:34.878865+0000 mon.a (mon.0) 4234 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:30:35.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:30:34.879529+0000 mon.a (mon.0) 4235 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:30:35.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:30:34.888302+0000 mon.a (mon.0) 4236 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:30:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:33.423136+0000 mgr.y (mgr.14556) 19869 : cluster [DBG] pgmap v17554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:30:34.572636+0000 mon.a (mon.0) 4233 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:30:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:30:34.878865+0000 mon.a (mon.0) 4234 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:30:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:30:34.879529+0000 mon.a (mon.0) 4235 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:30:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:30:34.888302+0000 mon.a (mon.0) 4236 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:30:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:35.423804+0000 mgr.y (mgr.14556) 19870 : cluster [DBG] pgmap v17555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:35.423804+0000 mgr.y (mgr.14556) 19870 : cluster [DBG] pgmap v17555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:35.423804+0000 mgr.y (mgr.14556) 19870 : cluster [DBG] pgmap v17555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:37.424202+0000 mgr.y (mgr.14556) 19871 : cluster [DBG] pgmap v17556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:37.424202+0000 mgr.y (mgr.14556) 19871 : cluster [DBG] pgmap v17556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:37.424202+0000 mgr.y (mgr.14556) 19871 : cluster [DBG] pgmap v17556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:39.424682+0000 mgr.y (mgr.14556) 19872 : cluster [DBG] pgmap v17557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:39.424682+0000 mgr.y (mgr.14556) 19872 : cluster [DBG] pgmap v17557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:39.424682+0000 mgr.y (mgr.14556) 19872 : cluster [DBG] pgmap v17557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:30:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:41.425340+0000 mgr.y (mgr.14556) 19873 : cluster [DBG] pgmap v17558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:41.425340+0000 mgr.y (mgr.14556) 19873 : cluster [DBG] pgmap v17558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:41.425340+0000 mgr.y (mgr.14556) 19873 : cluster [DBG] pgmap v17558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:30:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:30:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:43.425910+0000 mgr.y (mgr.14556) 19874 : cluster [DBG] pgmap v17559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:43.425910+0000 mgr.y (mgr.14556) 19874 : cluster [DBG] pgmap v17559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:43.425910+0000 mgr.y (mgr.14556) 19874 : cluster [DBG] pgmap v17559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:47.140 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:30:47.429 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:30:47.429 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 4m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:30:47.429 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 4m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 4m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 4m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 4m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 4m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 4m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 4m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 4m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 4m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 4m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 4m ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 4m ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 4m ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 4m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:30:47.430 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 4m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:30:47.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 4m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:30:47.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 4m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:30:47.431 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 4m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:30:47.431 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 4m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:30:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:45.426801+0000 mgr.y (mgr.14556) 19875 : cluster [DBG] pgmap v17560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:45.426801+0000 mgr.y (mgr.14556) 19875 : cluster [DBG] pgmap v17560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:45.426801+0000 mgr.y (mgr.14556) 19875 : cluster [DBG] pgmap v17560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:47.782 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:30:47.782 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:30:47.782 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:30:47.782 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:30:47.783 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:30:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:30:47.126019+0000 mgr.y (mgr.14556) 19876 : audit [DBG] from='client.35238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:30:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:30:47.781245+0000 mon.c (mon.2) 481 : audit [DBG] from='client.? 172.21.15.23:0/121009321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:30:48.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:30:47.126019+0000 mgr.y (mgr.14556) 19876 : audit [DBG] from='client.35238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:30:48.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:30:47.781245+0000 mon.c (mon.2) 481 : audit [DBG] from='client.? 172.21.15.23:0/121009321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:30:48.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:30:47.126019+0000 mgr.y (mgr.14556) 19876 : audit [DBG] from='client.35238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:30:48.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:30:47.781245+0000 mon.c (mon.2) 481 : audit [DBG] from='client.? 172.21.15.23:0/121009321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:30:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:30:47.420002+0000 mgr.y (mgr.14556) 19877 : audit [DBG] from='client.45152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:30:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:47.427112+0000 mgr.y (mgr.14556) 19878 : cluster [DBG] pgmap v17561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:30:47.420002+0000 mgr.y (mgr.14556) 19877 : audit [DBG] from='client.45152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:30:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:47.427112+0000 mgr.y (mgr.14556) 19878 : cluster [DBG] pgmap v17561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:30:47.420002+0000 mgr.y (mgr.14556) 19877 : audit [DBG] from='client.45152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:30:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:47.427112+0000 mgr.y (mgr.14556) 19878 : cluster [DBG] pgmap v17561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:49.427585+0000 mgr.y (mgr.14556) 19879 : cluster [DBG] pgmap v17562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:49.427585+0000 mgr.y (mgr.14556) 19879 : cluster [DBG] pgmap v17562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:51.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:49.427585+0000 mgr.y (mgr.14556) 19879 : cluster [DBG] pgmap v17562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:51.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:30:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:51.428315+0000 mgr.y (mgr.14556) 19880 : cluster [DBG] pgmap v17563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:51.428315+0000 mgr.y (mgr.14556) 19880 : cluster [DBG] pgmap v17563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:51.428315+0000 mgr.y (mgr.14556) 19880 : cluster [DBG] pgmap v17563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:30:53] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T16:30:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:53.428933+0000 mgr.y (mgr.14556) 19881 : cluster [DBG] pgmap v17564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:55.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:53.428933+0000 mgr.y (mgr.14556) 19881 : cluster [DBG] pgmap v17564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:53.428933+0000 mgr.y (mgr.14556) 19881 : cluster [DBG] pgmap v17564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:55.429742+0000 mgr.y (mgr.14556) 19882 : cluster [DBG] pgmap v17565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:55.429742+0000 mgr.y (mgr.14556) 19882 : cluster [DBG] pgmap v17565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:55.429742+0000 mgr.y (mgr.14556) 19882 : cluster [DBG] pgmap v17565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:30:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:57.430362+0000 mgr.y (mgr.14556) 19883 : cluster [DBG] pgmap v17566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:30:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:57.430362+0000 mgr.y (mgr.14556) 19883 : cluster [DBG] pgmap v17566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:30:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:30:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:57.430362+0000 mgr.y (mgr.14556) 19883 : cluster [DBG] pgmap v17566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:00.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:30:59.430878+0000 mgr.y (mgr.14556) 19884 : cluster [DBG] pgmap v17567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:00.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:30:59.430878+0000 mgr.y (mgr.14556) 19884 : cluster [DBG] pgmap v17567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:00.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:30:59.430878+0000 mgr.y (mgr.14556) 19884 : cluster [DBG] pgmap v17567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:31:02.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:01.431742+0000 mgr.y (mgr.14556) 19885 : cluster [DBG] pgmap v17568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:02.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:01.431742+0000 mgr.y (mgr.14556) 19885 : cluster [DBG] pgmap v17568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:02.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:01.431742+0000 mgr.y (mgr.14556) 19885 : cluster [DBG] pgmap v17568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:31:03] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T16:31:04.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:03.432202+0000 mgr.y (mgr.14556) 19886 : cluster [DBG] pgmap v17569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:04.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:03.432202+0000 mgr.y (mgr.14556) 19886 : cluster [DBG] pgmap v17569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:04.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:03.432202+0000 mgr.y (mgr.14556) 19886 : cluster [DBG] pgmap v17569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:06.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:05.432943+0000 mgr.y (mgr.14556) 19887 : cluster [DBG] pgmap v17570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:06.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:05.432943+0000 mgr.y (mgr.14556) 19887 : cluster [DBG] pgmap v17570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:06.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:05.432943+0000 mgr.y (mgr.14556) 19887 : cluster [DBG] pgmap v17570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:08.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:07.433435+0000 mgr.y (mgr.14556) 19888 : cluster [DBG] pgmap v17571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:08.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:07.433435+0000 mgr.y (mgr.14556) 19888 : cluster [DBG] pgmap v17571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:08.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:07.433435+0000 mgr.y (mgr.14556) 19888 : cluster [DBG] pgmap v17571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:10.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:09.434027+0000 mgr.y (mgr.14556) 19889 : cluster [DBG] pgmap v17572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:10.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:09.434027+0000 mgr.y (mgr.14556) 19889 : cluster [DBG] pgmap v17572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:10.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:09.434027+0000 mgr.y (mgr.14556) 19889 : cluster [DBG] pgmap v17572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:31:12.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:11.434725+0000 mgr.y (mgr.14556) 19890 : cluster [DBG] pgmap v17573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:12.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:11.434725+0000 mgr.y (mgr.14556) 19890 : cluster [DBG] pgmap v17573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:12.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:11.434725+0000 mgr.y (mgr.14556) 19890 : cluster [DBG] pgmap v17573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:31:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:31:14.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:13.435252+0000 mgr.y (mgr.14556) 19891 : cluster [DBG] pgmap v17574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:14.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:13.435252+0000 mgr.y (mgr.14556) 19891 : cluster [DBG] pgmap v17574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:14.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:13.435252+0000 mgr.y (mgr.14556) 19891 : cluster [DBG] pgmap v17574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:16.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:15.435755+0000 mgr.y (mgr.14556) 19892 : cluster [DBG] pgmap v17575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:16.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:15.435755+0000 mgr.y (mgr.14556) 19892 : cluster [DBG] pgmap v17575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:16.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:15.435755+0000 mgr.y (mgr.14556) 19892 : cluster [DBG] pgmap v17575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:18.109 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:31:18.397 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:31:18.397 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 4m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:31:18.397 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 4m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:31:18.397 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 4m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 4m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 4m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 4m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 4m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 4m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 4m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 4m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 4m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 4m ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 4m ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 4m ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 4m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 4m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 4m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:31:18.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 4m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:31:18.399 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 4m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:31:18.399 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 4m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:31:18.748 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:31:18.749 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:31:18.749 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:31:18.749 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:31:18.749 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:31:18.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:17.436205+0000 mgr.y (mgr.14556) 19893 : cluster [DBG] pgmap v17576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:18.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:31:18.096051+0000 mgr.y (mgr.14556) 19894 : audit [DBG] from='client.45164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:31:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:17.436205+0000 mgr.y (mgr.14556) 19893 : cluster [DBG] pgmap v17576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:31:18.096051+0000 mgr.y (mgr.14556) 19894 : audit [DBG] from='client.45164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:31:18.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:17.436205+0000 mgr.y (mgr.14556) 19893 : cluster [DBG] pgmap v17576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:18.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:31:18.096051+0000 mgr.y (mgr.14556) 19894 : audit [DBG] from='client.45164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:31:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:31:18.388064+0000 mgr.y (mgr.14556) 19895 : audit [DBG] from='client.35262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:31:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:31:18.746555+0000 mon.c (mon.2) 482 : audit [DBG] from='client.? 172.21.15.23:0/3603483076' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:31:19.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:31:18.388064+0000 mgr.y (mgr.14556) 19895 : audit [DBG] from='client.35262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:31:19.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:31:18.746555+0000 mon.c (mon.2) 482 : audit [DBG] from='client.? 172.21.15.23:0/3603483076' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:31:19.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:31:18.388064+0000 mgr.y (mgr.14556) 19895 : audit [DBG] from='client.35262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:31:19.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:31:18.746555+0000 mon.c (mon.2) 482 : audit [DBG] from='client.? 172.21.15.23:0/3603483076' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:31:20.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:19.436715+0000 mgr.y (mgr.14556) 19896 : cluster [DBG] pgmap v17577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:20.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:19.436715+0000 mgr.y (mgr.14556) 19896 : cluster [DBG] pgmap v17577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:20.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:19.436715+0000 mgr.y (mgr.14556) 19896 : cluster [DBG] pgmap v17577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:31:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:21.437402+0000 mgr.y (mgr.14556) 19897 : cluster [DBG] pgmap v17578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:22.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:21.437402+0000 mgr.y (mgr.14556) 19897 : cluster [DBG] pgmap v17578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:22.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:21.437402+0000 mgr.y (mgr.14556) 19897 : cluster [DBG] pgmap v17578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:31:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:31:24.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:23.437810+0000 mgr.y (mgr.14556) 19898 : cluster [DBG] pgmap v17579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:24.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:23.437810+0000 mgr.y (mgr.14556) 19898 : cluster [DBG] pgmap v17579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:24.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:23.437810+0000 mgr.y (mgr.14556) 19898 : cluster [DBG] pgmap v17579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:26.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:25.438604+0000 mgr.y (mgr.14556) 19899 : cluster [DBG] pgmap v17580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:26.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:25.438604+0000 mgr.y (mgr.14556) 19899 : cluster [DBG] pgmap v17580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:26.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:25.438604+0000 mgr.y (mgr.14556) 19899 : cluster [DBG] pgmap v17580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:28.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:27.439158+0000 mgr.y (mgr.14556) 19900 : cluster [DBG] pgmap v17581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:29.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:27.439158+0000 mgr.y (mgr.14556) 19900 : cluster [DBG] pgmap v17581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:29.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:27.439158+0000 mgr.y (mgr.14556) 19900 : cluster [DBG] pgmap v17581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:30.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:29.439747+0000 mgr.y (mgr.14556) 19901 : cluster [DBG] pgmap v17582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:31.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:29.439747+0000 mgr.y (mgr.14556) 19901 : cluster [DBG] pgmap v17582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:31.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:29.439747+0000 mgr.y (mgr.14556) 19901 : cluster [DBG] pgmap v17582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:31:32.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:31.440357+0000 mgr.y (mgr.14556) 19902 : cluster [DBG] pgmap v17583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:31.440357+0000 mgr.y (mgr.14556) 19902 : cluster [DBG] pgmap v17583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:33.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:31.440357+0000 mgr.y (mgr.14556) 19902 : cluster [DBG] pgmap v17583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:31:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:31:35.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:33.440693+0000 mgr.y (mgr.14556) 19903 : cluster [DBG] pgmap v17584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:35.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:33.440693+0000 mgr.y (mgr.14556) 19903 : cluster [DBG] pgmap v17584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:35.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:33.440693+0000 mgr.y (mgr.14556) 19903 : cluster [DBG] pgmap v17584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:36.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:31:34.892717+0000 mon.a (mon.0) 4237 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:31:36.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:31:35.204573+0000 mon.a (mon.0) 4238 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:31:36.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:31:35.205172+0000 mon.a (mon.0) 4239 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:31:36.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:31:35.215321+0000 mon.a (mon.0) 4240 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:31:36.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:31:34.892717+0000 mon.a (mon.0) 4237 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:31:36.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:31:35.204573+0000 mon.a (mon.0) 4238 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:31:36.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:31:35.205172+0000 mon.a (mon.0) 4239 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:31:36.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:31:35.215321+0000 mon.a (mon.0) 4240 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:31:36.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:31:34.892717+0000 mon.a (mon.0) 4237 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:31:36.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:31:35.204573+0000 mon.a (mon.0) 4238 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:31:36.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:31:35.205172+0000 mon.a (mon.0) 4239 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:31:36.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:31:35.215321+0000 mon.a (mon.0) 4240 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:31:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:35.441215+0000 mgr.y (mgr.14556) 19904 : cluster [DBG] pgmap v17585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:35.441215+0000 mgr.y (mgr.14556) 19904 : cluster [DBG] pgmap v17585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:35.441215+0000 mgr.y (mgr.14556) 19904 : cluster [DBG] pgmap v17585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:37.441723+0000 mgr.y (mgr.14556) 19905 : cluster [DBG] pgmap v17586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:37.441723+0000 mgr.y (mgr.14556) 19905 : cluster [DBG] pgmap v17586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:37.441723+0000 mgr.y (mgr.14556) 19905 : cluster [DBG] pgmap v17586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:41.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:39.442154+0000 mgr.y (mgr.14556) 19906 : cluster [DBG] pgmap v17587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:39.442154+0000 mgr.y (mgr.14556) 19906 : cluster [DBG] pgmap v17587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:39.442154+0000 mgr.y (mgr.14556) 19906 : cluster [DBG] pgmap v17587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:31:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:41.442842+0000 mgr.y (mgr.14556) 19907 : cluster [DBG] pgmap v17588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:41.442842+0000 mgr.y (mgr.14556) 19907 : cluster [DBG] pgmap v17588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:41.442842+0000 mgr.y (mgr.14556) 19907 : cluster [DBG] pgmap v17588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:31:43] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T16:31:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:43.443222+0000 mgr.y (mgr.14556) 19908 : cluster [DBG] pgmap v17589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:43.443222+0000 mgr.y (mgr.14556) 19908 : cluster [DBG] pgmap v17589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:43.443222+0000 mgr.y (mgr.14556) 19908 : cluster [DBG] pgmap v17589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:45.443939+0000 mgr.y (mgr.14556) 19909 : cluster [DBG] pgmap v17590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:45.443939+0000 mgr.y (mgr.14556) 19909 : cluster [DBG] pgmap v17590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:45.443939+0000 mgr.y (mgr.14556) 19909 : cluster [DBG] pgmap v17590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:49.076 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:31:49.367 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:31:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 5m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:31:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 5m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:31:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 5m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:31:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 5m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:31:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 5m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:31:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 5m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:31:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 5m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:31:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 5m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:31:49.368 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 5m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:31:49.369 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 5m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:31:49.369 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 5m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:31:49.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 5m ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:31:49.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 5m ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:31:49.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 5m ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:31:49.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 5m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:31:49.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 5m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:31:49.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 5m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:31:49.369 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 5m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:31:49.370 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 5m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:31:49.370 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 5m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:31:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:47.444409+0000 mgr.y (mgr.14556) 19910 : cluster [DBG] pgmap v17591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:47.444409+0000 mgr.y (mgr.14556) 19910 : cluster [DBG] pgmap v17591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:47.444409+0000 mgr.y (mgr.14556) 19910 : cluster [DBG] pgmap v17591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:49.713 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:31:49.713 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:31:49.713 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:31:49.714 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:31:49.715 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:31:50.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:31:49.062759+0000 mgr.y (mgr.14556) 19911 : audit [DBG] from='client.35274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:31:50.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:31:49.358089+0000 mgr.y (mgr.14556) 19912 : audit [DBG] from='client.35280 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:31:50.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:31:49.712232+0000 mon.a (mon.0) 4241 : audit [DBG] from='client.? 172.21.15.23:0/671112358' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:31:50.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:31:49.062759+0000 mgr.y (mgr.14556) 19911 : audit [DBG] from='client.35274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:31:50.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:31:49.358089+0000 mgr.y (mgr.14556) 19912 : audit [DBG] from='client.35280 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:31:50.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:31:49.712232+0000 mon.a (mon.0) 4241 : audit [DBG] from='client.? 172.21.15.23:0/671112358' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:31:50.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:31:49.062759+0000 mgr.y (mgr.14556) 19911 : audit [DBG] from='client.35274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:31:50.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:31:49.358089+0000 mgr.y (mgr.14556) 19912 : audit [DBG] from='client.35280 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:31:50.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:31:49.712232+0000 mon.a (mon.0) 4241 : audit [DBG] from='client.? 172.21.15.23:0/671112358' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:31:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:49.444724+0000 mgr.y (mgr.14556) 19913 : cluster [DBG] pgmap v17592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:49.444724+0000 mgr.y (mgr.14556) 19913 : cluster [DBG] pgmap v17592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:51.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:49.444724+0000 mgr.y (mgr.14556) 19913 : cluster [DBG] pgmap v17592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:51.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:31:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:51.445428+0000 mgr.y (mgr.14556) 19914 : cluster [DBG] pgmap v17593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:51.445428+0000 mgr.y (mgr.14556) 19914 : cluster [DBG] pgmap v17593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:51.445428+0000 mgr.y (mgr.14556) 19914 : cluster [DBG] pgmap v17593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:31:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:31:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:53.446121+0000 mgr.y (mgr.14556) 19915 : cluster [DBG] pgmap v17594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:53.446121+0000 mgr.y (mgr.14556) 19915 : cluster [DBG] pgmap v17594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:53.446121+0000 mgr.y (mgr.14556) 19915 : cluster [DBG] pgmap v17594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:55.447081+0000 mgr.y (mgr.14556) 19916 : cluster [DBG] pgmap v17595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:55.447081+0000 mgr.y (mgr.14556) 19916 : cluster [DBG] pgmap v17595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:55.447081+0000 mgr.y (mgr.14556) 19916 : cluster [DBG] pgmap v17595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:57.447527+0000 mgr.y (mgr.14556) 19917 : cluster [DBG] pgmap v17596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:57.447527+0000 mgr.y (mgr.14556) 19917 : cluster [DBG] pgmap v17596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:31:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:31:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:57.447527+0000 mgr.y (mgr.14556) 19917 : cluster [DBG] pgmap v17596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:31:59.448064+0000 mgr.y (mgr.14556) 19918 : cluster [DBG] pgmap v17597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:31:59.448064+0000 mgr.y (mgr.14556) 19918 : cluster [DBG] pgmap v17597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:01.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:31:59.448064+0000 mgr.y (mgr.14556) 19918 : cluster [DBG] pgmap v17597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:01.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:32:02.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:01.448671+0000 mgr.y (mgr.14556) 19919 : cluster [DBG] pgmap v17598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:02.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:01.448671+0000 mgr.y (mgr.14556) 19919 : cluster [DBG] pgmap v17598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:02.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:01.448671+0000 mgr.y (mgr.14556) 19919 : cluster [DBG] pgmap v17598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:32:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:32:04.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:03.449131+0000 mgr.y (mgr.14556) 19920 : cluster [DBG] pgmap v17599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:04.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:03.449131+0000 mgr.y (mgr.14556) 19920 : cluster [DBG] pgmap v17599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:04.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:03.449131+0000 mgr.y (mgr.14556) 19920 : cluster [DBG] pgmap v17599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:06.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:05.449757+0000 mgr.y (mgr.14556) 19921 : cluster [DBG] pgmap v17600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:06.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:05.449757+0000 mgr.y (mgr.14556) 19921 : cluster [DBG] pgmap v17600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:06.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:05.449757+0000 mgr.y (mgr.14556) 19921 : cluster [DBG] pgmap v17600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:08.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:07.450297+0000 mgr.y (mgr.14556) 19922 : cluster [DBG] pgmap v17601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:08.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:07.450297+0000 mgr.y (mgr.14556) 19922 : cluster [DBG] pgmap v17601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:08.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:07.450297+0000 mgr.y (mgr.14556) 19922 : cluster [DBG] pgmap v17601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:10.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:09.450825+0000 mgr.y (mgr.14556) 19923 : cluster [DBG] pgmap v17602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:10.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:09.450825+0000 mgr.y (mgr.14556) 19923 : cluster [DBG] pgmap v17602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:10.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:09.450825+0000 mgr.y (mgr.14556) 19923 : cluster [DBG] pgmap v17602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:32:12.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:11.451459+0000 mgr.y (mgr.14556) 19924 : cluster [DBG] pgmap v17603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:12.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:11.451459+0000 mgr.y (mgr.14556) 19924 : cluster [DBG] pgmap v17603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:12.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:11.451459+0000 mgr.y (mgr.14556) 19924 : cluster [DBG] pgmap v17603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:32:13] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:32:14.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:13.451782+0000 mgr.y (mgr.14556) 19925 : cluster [DBG] pgmap v17604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:14.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:13.451782+0000 mgr.y (mgr.14556) 19925 : cluster [DBG] pgmap v17604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:14.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:13.451782+0000 mgr.y (mgr.14556) 19925 : cluster [DBG] pgmap v17604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:16.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:15.452461+0000 mgr.y (mgr.14556) 19926 : cluster [DBG] pgmap v17605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:16.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:15.452461+0000 mgr.y (mgr.14556) 19926 : cluster [DBG] pgmap v17605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:16.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:15.452461+0000 mgr.y (mgr.14556) 19926 : cluster [DBG] pgmap v17605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:18.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:17.453000+0000 mgr.y (mgr.14556) 19927 : cluster [DBG] pgmap v17606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:18.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:17.453000+0000 mgr.y (mgr.14556) 19927 : cluster [DBG] pgmap v17606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:18.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:17.453000+0000 mgr.y (mgr.14556) 19927 : cluster [DBG] pgmap v17606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:20.040 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:32:20.329 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:32:20.329 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 5m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:32:20.329 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 5m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:32:20.329 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 5m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:32:20.329 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 5m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:32:20.329 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 5m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:32:20.329 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 5m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:32:20.329 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 5m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 5m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 5m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 5m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 5m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 5m ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 5m ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 5m ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 5m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 5m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 5m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 5m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 5m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:32:20.330 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 5m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:32:20.679 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:32:20.679 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:32:20.679 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:32:20.679 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:32:20.679 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:32:20.679 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:32:20.680 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:32:20.680 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:32:20.680 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:32:20.680 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:32:20.680 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:32:20.680 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:32:20.680 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:32:20.680 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:32:20.680 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:32:20.680 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:32:20.680 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:32:20.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:19.453373+0000 mgr.y (mgr.14556) 19928 : cluster [DBG] pgmap v17607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:20.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:32:20.026794+0000 mgr.y (mgr.14556) 19929 : audit [DBG] from='client.45200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:32:20.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:32:20.319698+0000 mgr.y (mgr.14556) 19930 : audit [DBG] from='client.35298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:32:20.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:19.453373+0000 mgr.y (mgr.14556) 19928 : cluster [DBG] pgmap v17607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:20.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:32:20.026794+0000 mgr.y (mgr.14556) 19929 : audit [DBG] from='client.45200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:32:20.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:32:20.319698+0000 mgr.y (mgr.14556) 19930 : audit [DBG] from='client.35298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:32:20.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:19.453373+0000 mgr.y (mgr.14556) 19928 : cluster [DBG] pgmap v17607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:20.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:32:20.026794+0000 mgr.y (mgr.14556) 19929 : audit [DBG] from='client.45200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:32:20.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:32:20.319698+0000 mgr.y (mgr.14556) 19930 : audit [DBG] from='client.35298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:32:21.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:32:20.677836+0000 mon.a (mon.0) 4242 : audit [DBG] from='client.? 172.21.15.23:0/2539024346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:32:21.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:32:20.677836+0000 mon.a (mon.0) 4242 : audit [DBG] from='client.? 172.21.15.23:0/2539024346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:32:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:32:20.677836+0000 mon.a (mon.0) 4242 : audit [DBG] from='client.? 172.21.15.23:0/2539024346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:32:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:32:22.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:21.454149+0000 mgr.y (mgr.14556) 19931 : cluster [DBG] pgmap v17608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:22.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:21.454149+0000 mgr.y (mgr.14556) 19931 : cluster [DBG] pgmap v17608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:22.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:21.454149+0000 mgr.y (mgr.14556) 19931 : cluster [DBG] pgmap v17608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:32:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:32:24.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:23.454737+0000 mgr.y (mgr.14556) 19932 : cluster [DBG] pgmap v17609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:25.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:23.454737+0000 mgr.y (mgr.14556) 19932 : cluster [DBG] pgmap v17609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:25.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:23.454737+0000 mgr.y (mgr.14556) 19932 : cluster [DBG] pgmap v17609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:27.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:25.455496+0000 mgr.y (mgr.14556) 19933 : cluster [DBG] pgmap v17610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:25.455496+0000 mgr.y (mgr.14556) 19933 : cluster [DBG] pgmap v17610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:27.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:25.455496+0000 mgr.y (mgr.14556) 19933 : cluster [DBG] pgmap v17610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:29.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:27.455978+0000 mgr.y (mgr.14556) 19934 : cluster [DBG] pgmap v17611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:29.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:27.455978+0000 mgr.y (mgr.14556) 19934 : cluster [DBG] pgmap v17611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:29.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:27.455978+0000 mgr.y (mgr.14556) 19934 : cluster [DBG] pgmap v17611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:31.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:29.456426+0000 mgr.y (mgr.14556) 19935 : cluster [DBG] pgmap v17612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:31.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:29.456426+0000 mgr.y (mgr.14556) 19935 : cluster [DBG] pgmap v17612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:31.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:29.456426+0000 mgr.y (mgr.14556) 19935 : cluster [DBG] pgmap v17612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:32:33.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:31.457075+0000 mgr.y (mgr.14556) 19936 : cluster [DBG] pgmap v17613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:31.457075+0000 mgr.y (mgr.14556) 19936 : cluster [DBG] pgmap v17613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:33.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:31.457075+0000 mgr.y (mgr.14556) 19936 : cluster [DBG] pgmap v17613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:32:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:32:35.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:33.457662+0000 mgr.y (mgr.14556) 19937 : cluster [DBG] pgmap v17614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:35.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:33.457662+0000 mgr.y (mgr.14556) 19937 : cluster [DBG] pgmap v17614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:35.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:33.457662+0000 mgr.y (mgr.14556) 19937 : cluster [DBG] pgmap v17614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:36.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:32:35.219843+0000 mon.a (mon.0) 4243 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:32:36.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:32:35.523528+0000 mon.a (mon.0) 4244 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:32:36.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:32:35.524207+0000 mon.a (mon.0) 4245 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:32:36.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:32:35.531973+0000 mon.a (mon.0) 4246 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:32:36.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:32:35.219843+0000 mon.a (mon.0) 4243 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:32:36.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:32:35.523528+0000 mon.a (mon.0) 4244 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:32:36.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:32:35.524207+0000 mon.a (mon.0) 4245 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:32:36.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:32:35.531973+0000 mon.a (mon.0) 4246 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:32:36.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:32:35.219843+0000 mon.a (mon.0) 4243 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:32:36.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:32:35.523528+0000 mon.a (mon.0) 4244 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:32:36.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:32:35.524207+0000 mon.a (mon.0) 4245 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:32:36.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:32:35.531973+0000 mon.a (mon.0) 4246 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:32:37.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:35.458402+0000 mgr.y (mgr.14556) 19938 : cluster [DBG] pgmap v17615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:37.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:35.458402+0000 mgr.y (mgr.14556) 19938 : cluster [DBG] pgmap v17615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:37.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:35.458402+0000 mgr.y (mgr.14556) 19938 : cluster [DBG] pgmap v17615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:39.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:37.458840+0000 mgr.y (mgr.14556) 19939 : cluster [DBG] pgmap v17616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:39.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:37.458840+0000 mgr.y (mgr.14556) 19939 : cluster [DBG] pgmap v17616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:39.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:37.458840+0000 mgr.y (mgr.14556) 19939 : cluster [DBG] pgmap v17616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:41.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:39.459455+0000 mgr.y (mgr.14556) 19940 : cluster [DBG] pgmap v17617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:41.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:39.459455+0000 mgr.y (mgr.14556) 19940 : cluster [DBG] pgmap v17617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:41.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:39.459455+0000 mgr.y (mgr.14556) 19940 : cluster [DBG] pgmap v17617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:32:43.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:41.460183+0000 mgr.y (mgr.14556) 19941 : cluster [DBG] pgmap v17618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:43.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:41.460183+0000 mgr.y (mgr.14556) 19941 : cluster [DBG] pgmap v17618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:43.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:41.460183+0000 mgr.y (mgr.14556) 19941 : cluster [DBG] pgmap v17618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:32:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:32:45.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:43.460575+0000 mgr.y (mgr.14556) 19942 : cluster [DBG] pgmap v17619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:45.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:43.460575+0000 mgr.y (mgr.14556) 19942 : cluster [DBG] pgmap v17619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:45.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:43.460575+0000 mgr.y (mgr.14556) 19942 : cluster [DBG] pgmap v17619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:47.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:45.461291+0000 mgr.y (mgr.14556) 19943 : cluster [DBG] pgmap v17620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:47.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:45.461291+0000 mgr.y (mgr.14556) 19943 : cluster [DBG] pgmap v17620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:47.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:45.461291+0000 mgr.y (mgr.14556) 19943 : cluster [DBG] pgmap v17620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:49.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:47.461860+0000 mgr.y (mgr.14556) 19944 : cluster [DBG] pgmap v17621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:49.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:47.461860+0000 mgr.y (mgr.14556) 19944 : cluster [DBG] pgmap v17621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:49.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:47.461860+0000 mgr.y (mgr.14556) 19944 : cluster [DBG] pgmap v17621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:51.009 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:32:51.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:49.462298+0000 mgr.y (mgr.14556) 19945 : cluster [DBG] pgmap v17622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:51.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:49.462298+0000 mgr.y (mgr.14556) 19945 : cluster [DBG] pgmap v17622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:51.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:49.462298+0000 mgr.y (mgr.14556) 19945 : cluster [DBG] pgmap v17622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:51.298 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:32:51.298 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 6m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 6m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 6m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 6m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 6m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 6m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 6m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 6m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 6m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 6m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 6m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 6m ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 6m ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 6m ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 6m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:32:51.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 6m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:32:51.300 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 6m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:32:51.300 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 6m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:32:51.300 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 6m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:32:51.300 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 6m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:32:51.653 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:32:51.653 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:32:51.653 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:32:51.653 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:32:51.653 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:32:51.653 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:32:51.653 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:32:51.653 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:32:51.654 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:32:51.654 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:32:51.654 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:32:51.654 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:32:51.654 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:32:51.654 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:32:51.654 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:32:51.654 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:32:51.654 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:32:51.807 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:32:52.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:32:50.995936+0000 mgr.y (mgr.14556) 19946 : audit [DBG] from='client.45218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:32:52.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:32:51.289214+0000 mgr.y (mgr.14556) 19947 : audit [DBG] from='client.35316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:32:52.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:32:51.651417+0000 mon.c (mon.2) 483 : audit [DBG] from='client.? 172.21.15.23:0/1949771872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:32:52.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:32:50.995936+0000 mgr.y (mgr.14556) 19946 : audit [DBG] from='client.45218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:32:52.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:32:51.289214+0000 mgr.y (mgr.14556) 19947 : audit [DBG] from='client.35316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:32:52.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:32:51.651417+0000 mon.c (mon.2) 483 : audit [DBG] from='client.? 172.21.15.23:0/1949771872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:32:52.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:32:50.995936+0000 mgr.y (mgr.14556) 19946 : audit [DBG] from='client.45218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:32:52.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:32:51.289214+0000 mgr.y (mgr.14556) 19947 : audit [DBG] from='client.35316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:32:52.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:32:51.651417+0000 mon.c (mon.2) 483 : audit [DBG] from='client.? 172.21.15.23:0/1949771872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:32:53.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:51.462870+0000 mgr.y (mgr.14556) 19948 : cluster [DBG] pgmap v17623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:53.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:51.462870+0000 mgr.y (mgr.14556) 19948 : cluster [DBG] pgmap v17623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:53.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:51.462870+0000 mgr.y (mgr.14556) 19948 : cluster [DBG] pgmap v17623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:32:53] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:32:55.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:53.463387+0000 mgr.y (mgr.14556) 19949 : cluster [DBG] pgmap v17624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:55.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:53.463387+0000 mgr.y (mgr.14556) 19949 : cluster [DBG] pgmap v17624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:55.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:53.463387+0000 mgr.y (mgr.14556) 19949 : cluster [DBG] pgmap v17624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:57.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:55.464109+0000 mgr.y (mgr.14556) 19950 : cluster [DBG] pgmap v17625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:57.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:55.464109+0000 mgr.y (mgr.14556) 19950 : cluster [DBG] pgmap v17625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:57.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:55.464109+0000 mgr.y (mgr.14556) 19950 : cluster [DBG] pgmap v17625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:59.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:57.464550+0000 mgr.y (mgr.14556) 19951 : cluster [DBG] pgmap v17626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:59.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:32:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:57.464550+0000 mgr.y (mgr.14556) 19951 : cluster [DBG] pgmap v17626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:32:59.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:32:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:57.464550+0000 mgr.y (mgr.14556) 19951 : cluster [DBG] pgmap v17626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:01.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:32:59.465040+0000 mgr.y (mgr.14556) 19952 : cluster [DBG] pgmap v17627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:01.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:32:59.465040+0000 mgr.y (mgr.14556) 19952 : cluster [DBG] pgmap v17627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:01.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:32:59.465040+0000 mgr.y (mgr.14556) 19952 : cluster [DBG] pgmap v17627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:33:03.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:01.465696+0000 mgr.y (mgr.14556) 19953 : cluster [DBG] pgmap v17628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:03.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:01.465696+0000 mgr.y (mgr.14556) 19953 : cluster [DBG] pgmap v17628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:03.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:01.465696+0000 mgr.y (mgr.14556) 19953 : cluster [DBG] pgmap v17628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:33:03] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:33:05.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:03.466231+0000 mgr.y (mgr.14556) 19954 : cluster [DBG] pgmap v17629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:05.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:03.466231+0000 mgr.y (mgr.14556) 19954 : cluster [DBG] pgmap v17629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:05.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:03.466231+0000 mgr.y (mgr.14556) 19954 : cluster [DBG] pgmap v17629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:05.466970+0000 mgr.y (mgr.14556) 19955 : cluster [DBG] pgmap v17630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:05.466970+0000 mgr.y (mgr.14556) 19955 : cluster [DBG] pgmap v17630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:05.466970+0000 mgr.y (mgr.14556) 19955 : cluster [DBG] pgmap v17630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:07.467564+0000 mgr.y (mgr.14556) 19956 : cluster [DBG] pgmap v17631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:09.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:07.467564+0000 mgr.y (mgr.14556) 19956 : cluster [DBG] pgmap v17631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:09.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:07.467564+0000 mgr.y (mgr.14556) 19956 : cluster [DBG] pgmap v17631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:11.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:09.467978+0000 mgr.y (mgr.14556) 19957 : cluster [DBG] pgmap v17632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:11.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:09.467978+0000 mgr.y (mgr.14556) 19957 : cluster [DBG] pgmap v17632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:11.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:09.467978+0000 mgr.y (mgr.14556) 19957 : cluster [DBG] pgmap v17632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:33:13.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:11.468675+0000 mgr.y (mgr.14556) 19958 : cluster [DBG] pgmap v17633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:13.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:11.468675+0000 mgr.y (mgr.14556) 19958 : cluster [DBG] pgmap v17633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:11.468675+0000 mgr.y (mgr.14556) 19958 : cluster [DBG] pgmap v17633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:33:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:33:15.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:13.469021+0000 mgr.y (mgr.14556) 19959 : cluster [DBG] pgmap v17634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:15.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:13.469021+0000 mgr.y (mgr.14556) 19959 : cluster [DBG] pgmap v17634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:13.469021+0000 mgr.y (mgr.14556) 19959 : cluster [DBG] pgmap v17634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:17.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:15.469678+0000 mgr.y (mgr.14556) 19960 : cluster [DBG] pgmap v17635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:15.469678+0000 mgr.y (mgr.14556) 19960 : cluster [DBG] pgmap v17635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:15.469678+0000 mgr.y (mgr.14556) 19960 : cluster [DBG] pgmap v17635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:19.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:17.470085+0000 mgr.y (mgr.14556) 19961 : cluster [DBG] pgmap v17636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:19.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:17.470085+0000 mgr.y (mgr.14556) 19961 : cluster [DBG] pgmap v17636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:19.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:17.470085+0000 mgr.y (mgr.14556) 19961 : cluster [DBG] pgmap v17636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:19.470474+0000 mgr.y (mgr.14556) 19962 : cluster [DBG] pgmap v17637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:19.470474+0000 mgr.y (mgr.14556) 19962 : cluster [DBG] pgmap v17637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:19.470474+0000 mgr.y (mgr.14556) 19962 : cluster [DBG] pgmap v17637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:33:21.975 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:33:22.265 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:33:22.265 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 6m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:33:22.265 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 6m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:33:22.265 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 6m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:33:22.265 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 6m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:33:22.265 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 6m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:33:22.265 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 6m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:33:22.265 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 6m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:33:22.265 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 6m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:33:22.265 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 6m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:33:22.265 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 6m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:33:22.266 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 6m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:33:22.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 6m ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:33:22.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 6m ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:33:22.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 6m ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:33:22.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 6m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:33:22.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 6m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:33:22.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 6m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:33:22.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 6m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:33:22.266 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 6m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:33:22.266 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 6m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:33:22.619 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:33:22.619 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:33:22.619 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:33:22.619 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:33:22.619 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:33:22.619 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:33:22.619 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:33:22.620 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:33:22.620 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:33:22.620 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:33:22.620 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:33:22.620 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:33:22.620 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:33:22.620 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:33:22.620 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:33:22.620 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:33:22.620 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:33:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:21.471094+0000 mgr.y (mgr.14556) 19963 : cluster [DBG] pgmap v17638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:33:21.961958+0000 mgr.y (mgr.14556) 19964 : audit [DBG] from='client.45236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:33:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:33:22.255309+0000 mgr.y (mgr.14556) 19965 : audit [DBG] from='client.45242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:33:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:33:22.617544+0000 mon.c (mon.2) 484 : audit [DBG] from='client.? 172.21.15.23:0/3966064735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:33:23.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:21.471094+0000 mgr.y (mgr.14556) 19963 : cluster [DBG] pgmap v17638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:23.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:33:21.961958+0000 mgr.y (mgr.14556) 19964 : audit [DBG] from='client.45236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:33:23.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:33:22.255309+0000 mgr.y (mgr.14556) 19965 : audit [DBG] from='client.45242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:33:23.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:33:22.617544+0000 mon.c (mon.2) 484 : audit [DBG] from='client.? 172.21.15.23:0/3966064735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:33:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:21.471094+0000 mgr.y (mgr.14556) 19963 : cluster [DBG] pgmap v17638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:33:21.961958+0000 mgr.y (mgr.14556) 19964 : audit [DBG] from='client.45236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:33:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:33:22.255309+0000 mgr.y (mgr.14556) 19965 : audit [DBG] from='client.45242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:33:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:33:22.617544+0000 mon.c (mon.2) 484 : audit [DBG] from='client.? 172.21.15.23:0/3966064735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:33:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:33:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:33:25.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:23.471688+0000 mgr.y (mgr.14556) 19966 : cluster [DBG] pgmap v17639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:25.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:23.471688+0000 mgr.y (mgr.14556) 19966 : cluster [DBG] pgmap v17639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:25.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:23.471688+0000 mgr.y (mgr.14556) 19966 : cluster [DBG] pgmap v17639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:27.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:25.472272+0000 mgr.y (mgr.14556) 19967 : cluster [DBG] pgmap v17640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:27.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:25.472272+0000 mgr.y (mgr.14556) 19967 : cluster [DBG] pgmap v17640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:27.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:25.472272+0000 mgr.y (mgr.14556) 19967 : cluster [DBG] pgmap v17640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:29.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:27.472624+0000 mgr.y (mgr.14556) 19968 : cluster [DBG] pgmap v17641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:29.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:27.472624+0000 mgr.y (mgr.14556) 19968 : cluster [DBG] pgmap v17641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:29.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:27.472624+0000 mgr.y (mgr.14556) 19968 : cluster [DBG] pgmap v17641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:31.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:29.473047+0000 mgr.y (mgr.14556) 19969 : cluster [DBG] pgmap v17642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:31.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:29.473047+0000 mgr.y (mgr.14556) 19969 : cluster [DBG] pgmap v17642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:31.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:29.473047+0000 mgr.y (mgr.14556) 19969 : cluster [DBG] pgmap v17642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:33:33.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:31.473840+0000 mgr.y (mgr.14556) 19970 : cluster [DBG] pgmap v17643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:33.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:31.473840+0000 mgr.y (mgr.14556) 19970 : cluster [DBG] pgmap v17643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:33.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:31.473840+0000 mgr.y (mgr.14556) 19970 : cluster [DBG] pgmap v17643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:33:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:33:35.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:33.474272+0000 mgr.y (mgr.14556) 19971 : cluster [DBG] pgmap v17644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:33.474272+0000 mgr.y (mgr.14556) 19971 : cluster [DBG] pgmap v17644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:35.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:33.474272+0000 mgr.y (mgr.14556) 19971 : cluster [DBG] pgmap v17644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:36.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:33:35.537092+0000 mon.a (mon.0) 4247 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:33:36.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:33:35.842234+0000 mon.a (mon.0) 4248 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:33:36.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:33:35.842900+0000 mon.a (mon.0) 4249 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:33:36.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:33:35.856650+0000 mon.a (mon.0) 4250 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:33:36.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:33:35.537092+0000 mon.a (mon.0) 4247 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:33:36.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:33:35.842234+0000 mon.a (mon.0) 4248 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:33:36.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:33:35.842900+0000 mon.a (mon.0) 4249 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:33:36.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:33:35.856650+0000 mon.a (mon.0) 4250 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:33:36.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:33:35.537092+0000 mon.a (mon.0) 4247 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:33:36.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:33:35.842234+0000 mon.a (mon.0) 4248 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:33:36.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:33:35.842900+0000 mon.a (mon.0) 4249 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:33:36.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:33:35.856650+0000 mon.a (mon.0) 4250 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:33:37.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:35.474920+0000 mgr.y (mgr.14556) 19972 : cluster [DBG] pgmap v17645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:35.474920+0000 mgr.y (mgr.14556) 19972 : cluster [DBG] pgmap v17645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:35.474920+0000 mgr.y (mgr.14556) 19972 : cluster [DBG] pgmap v17645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:39.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:37.475306+0000 mgr.y (mgr.14556) 19973 : cluster [DBG] pgmap v17646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:39.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:37.475306+0000 mgr.y (mgr.14556) 19973 : cluster [DBG] pgmap v17646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:39.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:37.475306+0000 mgr.y (mgr.14556) 19973 : cluster [DBG] pgmap v17646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:39.475652+0000 mgr.y (mgr.14556) 19974 : cluster [DBG] pgmap v17647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:41.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:39.475652+0000 mgr.y (mgr.14556) 19974 : cluster [DBG] pgmap v17647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:39.475652+0000 mgr.y (mgr.14556) 19974 : cluster [DBG] pgmap v17647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:33:43.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:41.476303+0000 mgr.y (mgr.14556) 19975 : cluster [DBG] pgmap v17648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:43.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:41.476303+0000 mgr.y (mgr.14556) 19975 : cluster [DBG] pgmap v17648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:43.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:41.476303+0000 mgr.y (mgr.14556) 19975 : cluster [DBG] pgmap v17648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:33:43] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:33:45.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:43.476810+0000 mgr.y (mgr.14556) 19976 : cluster [DBG] pgmap v17649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:43.476810+0000 mgr.y (mgr.14556) 19976 : cluster [DBG] pgmap v17649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:43.476810+0000 mgr.y (mgr.14556) 19976 : cluster [DBG] pgmap v17649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:45.477408+0000 mgr.y (mgr.14556) 19977 : cluster [DBG] pgmap v17650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:45.477408+0000 mgr.y (mgr.14556) 19977 : cluster [DBG] pgmap v17650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:45.477408+0000 mgr.y (mgr.14556) 19977 : cluster [DBG] pgmap v17650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:47.477877+0000 mgr.y (mgr.14556) 19978 : cluster [DBG] pgmap v17651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:47.477877+0000 mgr.y (mgr.14556) 19978 : cluster [DBG] pgmap v17651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:47.477877+0000 mgr.y (mgr.14556) 19978 : cluster [DBG] pgmap v17651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:49.478274+0000 mgr.y (mgr.14556) 19979 : cluster [DBG] pgmap v17652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:49.478274+0000 mgr.y (mgr.14556) 19979 : cluster [DBG] pgmap v17652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:49.478274+0000 mgr.y (mgr.14556) 19979 : cluster [DBG] pgmap v17652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:33:52.944 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:33:53.235 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:33:53.254 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:33:53.254 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 7m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:33:53.255 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:33:53.255 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 7m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:33:53.255 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 7m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:33:53.255 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:33:53.255 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:33:53.255 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 7m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:33:53.255 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:33:53.255 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:33:53.256 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 7m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:33:53.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7m ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:33:53.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7m ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:33:53.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7m ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:33:53.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:33:53.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 7m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:33:53.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 7m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:33:53.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 7m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:33:53.256 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 7m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:33:53.256 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 7m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:33:53.582 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:33:53.582 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:33:53.582 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:33:53.583 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:33:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:51.479107+0000 mgr.y (mgr.14556) 19980 : cluster [DBG] pgmap v17653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:51.479107+0000 mgr.y (mgr.14556) 19980 : cluster [DBG] pgmap v17653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:51.479107+0000 mgr.y (mgr.14556) 19980 : cluster [DBG] pgmap v17653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:33:53] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:33:54.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:33:52.930994+0000 mgr.y (mgr.14556) 19981 : audit [DBG] from='client.35346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:33:54.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:33:53.225523+0000 mgr.y (mgr.14556) 19982 : audit [DBG] from='client.35352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:33:54.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:33:53.580917+0000 mon.a (mon.0) 4251 : audit [DBG] from='client.? 172.21.15.23:0/1193480619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:33:54.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:33:52.930994+0000 mgr.y (mgr.14556) 19981 : audit [DBG] from='client.35346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:33:54.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:33:53.225523+0000 mgr.y (mgr.14556) 19982 : audit [DBG] from='client.35352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:33:54.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:33:53.580917+0000 mon.a (mon.0) 4251 : audit [DBG] from='client.? 172.21.15.23:0/1193480619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:33:54.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:33:52.930994+0000 mgr.y (mgr.14556) 19981 : audit [DBG] from='client.35346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:33:54.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:33:53.225523+0000 mgr.y (mgr.14556) 19982 : audit [DBG] from='client.35352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:33:54.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:33:53.580917+0000 mon.a (mon.0) 4251 : audit [DBG] from='client.? 172.21.15.23:0/1193480619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:33:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:53.479446+0000 mgr.y (mgr.14556) 19983 : cluster [DBG] pgmap v17654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:53.479446+0000 mgr.y (mgr.14556) 19983 : cluster [DBG] pgmap v17654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:53.479446+0000 mgr.y (mgr.14556) 19983 : cluster [DBG] pgmap v17654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:55.480071+0000 mgr.y (mgr.14556) 19984 : cluster [DBG] pgmap v17655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:55.480071+0000 mgr.y (mgr.14556) 19984 : cluster [DBG] pgmap v17655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:55.480071+0000 mgr.y (mgr.14556) 19984 : cluster [DBG] pgmap v17655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:57.480563+0000 mgr.y (mgr.14556) 19985 : cluster [DBG] pgmap v17656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:57.480563+0000 mgr.y (mgr.14556) 19985 : cluster [DBG] pgmap v17656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:33:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:33:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:57.480563+0000 mgr.y (mgr.14556) 19985 : cluster [DBG] pgmap v17656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:01.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:33:59.481146+0000 mgr.y (mgr.14556) 19986 : cluster [DBG] pgmap v17657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:33:59.481146+0000 mgr.y (mgr.14556) 19986 : cluster [DBG] pgmap v17657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:33:59.481146+0000 mgr.y (mgr.14556) 19986 : cluster [DBG] pgmap v17657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:34:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:01.481947+0000 mgr.y (mgr.14556) 19987 : cluster [DBG] pgmap v17658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:01.481947+0000 mgr.y (mgr.14556) 19987 : cluster [DBG] pgmap v17658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:01.481947+0000 mgr.y (mgr.14556) 19987 : cluster [DBG] pgmap v17658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:34:03] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:34:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:03.482507+0000 mgr.y (mgr.14556) 19988 : cluster [DBG] pgmap v17659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:03.482507+0000 mgr.y (mgr.14556) 19988 : cluster [DBG] pgmap v17659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:05.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:03.482507+0000 mgr.y (mgr.14556) 19988 : cluster [DBG] pgmap v17659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:05.483144+0000 mgr.y (mgr.14556) 19989 : cluster [DBG] pgmap v17660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:05.483144+0000 mgr.y (mgr.14556) 19989 : cluster [DBG] pgmap v17660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:05.483144+0000 mgr.y (mgr.14556) 19989 : cluster [DBG] pgmap v17660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:07.483757+0000 mgr.y (mgr.14556) 19990 : cluster [DBG] pgmap v17661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:07.483757+0000 mgr.y (mgr.14556) 19990 : cluster [DBG] pgmap v17661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:07.483757+0000 mgr.y (mgr.14556) 19990 : cluster [DBG] pgmap v17661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:09.484343+0000 mgr.y (mgr.14556) 19991 : cluster [DBG] pgmap v17662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:09.484343+0000 mgr.y (mgr.14556) 19991 : cluster [DBG] pgmap v17662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:11.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:09.484343+0000 mgr.y (mgr.14556) 19991 : cluster [DBG] pgmap v17662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:11.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:34:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:11.485197+0000 mgr.y (mgr.14556) 19992 : cluster [DBG] pgmap v17663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:11.485197+0000 mgr.y (mgr.14556) 19992 : cluster [DBG] pgmap v17663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:11.485197+0000 mgr.y (mgr.14556) 19992 : cluster [DBG] pgmap v17663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:34:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:34:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:13.485806+0000 mgr.y (mgr.14556) 19993 : cluster [DBG] pgmap v17664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:13.485806+0000 mgr.y (mgr.14556) 19993 : cluster [DBG] pgmap v17664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:13.485806+0000 mgr.y (mgr.14556) 19993 : cluster [DBG] pgmap v17664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:15.486717+0000 mgr.y (mgr.14556) 19994 : cluster [DBG] pgmap v17665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:15.486717+0000 mgr.y (mgr.14556) 19994 : cluster [DBG] pgmap v17665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:15.486717+0000 mgr.y (mgr.14556) 19994 : cluster [DBG] pgmap v17665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:17.487344+0000 mgr.y (mgr.14556) 19995 : cluster [DBG] pgmap v17666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:17.487344+0000 mgr.y (mgr.14556) 19995 : cluster [DBG] pgmap v17666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:17.487344+0000 mgr.y (mgr.14556) 19995 : cluster [DBG] pgmap v17666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:19.487826+0000 mgr.y (mgr.14556) 19996 : cluster [DBG] pgmap v17667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:19.487826+0000 mgr.y (mgr.14556) 19996 : cluster [DBG] pgmap v17667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:21.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:19.487826+0000 mgr.y (mgr.14556) 19996 : cluster [DBG] pgmap v17667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:21.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:34:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:21.488565+0000 mgr.y (mgr.14556) 19997 : cluster [DBG] pgmap v17668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:21.488565+0000 mgr.y (mgr.14556) 19997 : cluster [DBG] pgmap v17668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:21.488565+0000 mgr.y (mgr.14556) 19997 : cluster [DBG] pgmap v17668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:23.906 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:34:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:34:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:34:24.195 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:34:24.195 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:34:24.195 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 7m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 7m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 7m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 7m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 7m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 7m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 7m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 7m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 7m ago 9h 46.9M 2470M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 7m ago 9h 46.3M 2470M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 7m ago 9h 45.0M 2470M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 7m ago 9h 44.3M 2470M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 7m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:34:24.196 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 7m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:34:24.197 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 7m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:34:24.197 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 7m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:34:24.197 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 7m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:34:24.545 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:34:24.545 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:34:24.546 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:34:24.546 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:34:24.546 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:34:24.546 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:34:24.546 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:34:24.546 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:34:24.546 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:34:24.546 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:34:24.546 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:34:24.546 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:34:24.546 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:34:24.546 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:34:24.547 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:34:24.547 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:34:24.547 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:34:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:23.489030+0000 mgr.y (mgr.14556) 19998 : cluster [DBG] pgmap v17669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:23.892562+0000 mgr.y (mgr.14556) 19999 : audit [DBG] from='client.45272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:34:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:24.186103+0000 mgr.y (mgr.14556) 20000 : audit [DBG] from='client.35370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:34:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:24.543895+0000 mon.a (mon.0) 4252 : audit [DBG] from='client.? 172.21.15.23:0/3079607992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:34:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:23.489030+0000 mgr.y (mgr.14556) 19998 : cluster [DBG] pgmap v17669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:25.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:23.892562+0000 mgr.y (mgr.14556) 19999 : audit [DBG] from='client.45272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:34:25.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:24.186103+0000 mgr.y (mgr.14556) 20000 : audit [DBG] from='client.35370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:34:25.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:24.543895+0000 mon.a (mon.0) 4252 : audit [DBG] from='client.? 172.21.15.23:0/3079607992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:34:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:23.489030+0000 mgr.y (mgr.14556) 19998 : cluster [DBG] pgmap v17669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:23.892562+0000 mgr.y (mgr.14556) 19999 : audit [DBG] from='client.45272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:34:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:24.186103+0000 mgr.y (mgr.14556) 20000 : audit [DBG] from='client.35370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:34:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:24.543895+0000 mon.a (mon.0) 4252 : audit [DBG] from='client.? 172.21.15.23:0/3079607992' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:34:26.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:25.489761+0000 mgr.y (mgr.14556) 20001 : cluster [DBG] pgmap v17670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:26.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:25.489761+0000 mgr.y (mgr.14556) 20001 : cluster [DBG] pgmap v17670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:26.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:25.489761+0000 mgr.y (mgr.14556) 20001 : cluster [DBG] pgmap v17670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:28.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:27.490222+0000 mgr.y (mgr.14556) 20002 : cluster [DBG] pgmap v17671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:28.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:27.490222+0000 mgr.y (mgr.14556) 20002 : cluster [DBG] pgmap v17671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:28.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:27.490222+0000 mgr.y (mgr.14556) 20002 : cluster [DBG] pgmap v17671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:30.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:29.490664+0000 mgr.y (mgr.14556) 20003 : cluster [DBG] pgmap v17672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:30.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:29.490664+0000 mgr.y (mgr.14556) 20003 : cluster [DBG] pgmap v17672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:30.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:29.490664+0000 mgr.y (mgr.14556) 20003 : cluster [DBG] pgmap v17672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:34:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:31.491357+0000 mgr.y (mgr.14556) 20004 : cluster [DBG] pgmap v17673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:32.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:31.491357+0000 mgr.y (mgr.14556) 20004 : cluster [DBG] pgmap v17673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:32.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:31.491357+0000 mgr.y (mgr.14556) 20004 : cluster [DBG] pgmap v17673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:34:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:34:34.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:33.491922+0000 mgr.y (mgr.14556) 20005 : cluster [DBG] pgmap v17674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:33.491922+0000 mgr.y (mgr.14556) 20005 : cluster [DBG] pgmap v17674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:34.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:33.491922+0000 mgr.y (mgr.14556) 20005 : cluster [DBG] pgmap v17674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:36.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:35.492740+0000 mgr.y (mgr.14556) 20006 : cluster [DBG] pgmap v17675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:36.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:35.860976+0000 mon.a (mon.0) 4253 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:34:36.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:36.166272+0000 mon.a (mon.0) 4254 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:34:36.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:36.166892+0000 mon.a (mon.0) 4255 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:34:36.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:36.167405+0000 mon.a (mon.0) 4256 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:34:36.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:36.167932+0000 mon.a (mon.0) 4257 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:34:36.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T16:34:36.168371+0000 mgr.y (mgr.14556) 20007 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T16:34:36.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:36.175799+0000 mon.a (mon.0) 4258 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:34:36.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:36.176561+0000 mon.a (mon.0) 4259 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:34:36.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:36.177181+0000 mon.a (mon.0) 4260 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:34:36.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:36.184846+0000 mon.a (mon.0) 4261 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:34:36.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:35.492740+0000 mgr.y (mgr.14556) 20006 : cluster [DBG] pgmap v17675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:36.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:35.860976+0000 mon.a (mon.0) 4253 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:34:36.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:36.166272+0000 mon.a (mon.0) 4254 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:34:36.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:36.166892+0000 mon.a (mon.0) 4255 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:34:36.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:36.167405+0000 mon.a (mon.0) 4256 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:34:36.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:36.167932+0000 mon.a (mon.0) 4257 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:34:36.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T16:34:36.168371+0000 mgr.y (mgr.14556) 20007 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T16:34:36.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:36.175799+0000 mon.a (mon.0) 4258 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:34:36.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:36.176561+0000 mon.a (mon.0) 4259 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:34:36.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:36.177181+0000 mon.a (mon.0) 4260 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:34:36.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:36.184846+0000 mon.a (mon.0) 4261 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:34:36.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:35.492740+0000 mgr.y (mgr.14556) 20006 : cluster [DBG] pgmap v17675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:36.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:35.860976+0000 mon.a (mon.0) 4253 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:34:36.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:36.166272+0000 mon.a (mon.0) 4254 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:34:36.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:36.166892+0000 mon.a (mon.0) 4255 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:34:36.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:36.167405+0000 mon.a (mon.0) 4256 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:34:36.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:36.167932+0000 mon.a (mon.0) 4257 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:34:36.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T16:34:36.168371+0000 mgr.y (mgr.14556) 20007 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T16:34:36.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:36.175799+0000 mon.a (mon.0) 4258 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:34:36.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:36.176561+0000 mon.a (mon.0) 4259 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:34:36.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:36.177181+0000 mon.a (mon.0) 4260 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:34:36.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:36.184846+0000 mon.a (mon.0) 4261 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:34:38.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:37.493358+0000 mgr.y (mgr.14556) 20008 : cluster [DBG] pgmap v17676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:38.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:37.493358+0000 mgr.y (mgr.14556) 20008 : cluster [DBG] pgmap v17676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:38.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:37.493358+0000 mgr.y (mgr.14556) 20008 : cluster [DBG] pgmap v17676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:40.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:39.493908+0000 mgr.y (mgr.14556) 20009 : cluster [DBG] pgmap v17677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:40.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:39.493908+0000 mgr.y (mgr.14556) 20009 : cluster [DBG] pgmap v17677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:40.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:39.493908+0000 mgr.y (mgr.14556) 20009 : cluster [DBG] pgmap v17677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:34:42.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:41.494611+0000 mgr.y (mgr.14556) 20010 : cluster [DBG] pgmap v17678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:42.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:41.494611+0000 mgr.y (mgr.14556) 20010 : cluster [DBG] pgmap v17678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:42.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:41.494611+0000 mgr.y (mgr.14556) 20010 : cluster [DBG] pgmap v17678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:34:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:34:44.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:43.495005+0000 mgr.y (mgr.14556) 20011 : cluster [DBG] pgmap v17679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:44.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:43.495005+0000 mgr.y (mgr.14556) 20011 : cluster [DBG] pgmap v17679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:44.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:43.495005+0000 mgr.y (mgr.14556) 20011 : cluster [DBG] pgmap v17679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:46.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:45.495642+0000 mgr.y (mgr.14556) 20012 : cluster [DBG] pgmap v17680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:46.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:45.495642+0000 mgr.y (mgr.14556) 20012 : cluster [DBG] pgmap v17680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:46.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:45.495642+0000 mgr.y (mgr.14556) 20012 : cluster [DBG] pgmap v17680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:47.496160+0000 mgr.y (mgr.14556) 20013 : cluster [DBG] pgmap v17681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:48.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:47.496160+0000 mgr.y (mgr.14556) 20013 : cluster [DBG] pgmap v17681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:48.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:47.496160+0000 mgr.y (mgr.14556) 20013 : cluster [DBG] pgmap v17681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:50.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:49.496686+0000 mgr.y (mgr.14556) 20014 : cluster [DBG] pgmap v17682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:51.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:49.496686+0000 mgr.y (mgr.14556) 20014 : cluster [DBG] pgmap v17682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:51.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:49.496686+0000 mgr.y (mgr.14556) 20014 : cluster [DBG] pgmap v17682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:34:52.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:51.497325+0000 mgr.y (mgr.14556) 20015 : cluster [DBG] pgmap v17683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:53.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:51.497325+0000 mgr.y (mgr.14556) 20015 : cluster [DBG] pgmap v17683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:53.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:51.497325+0000 mgr.y (mgr.14556) 20015 : cluster [DBG] pgmap v17683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:34:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:34:54.875 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:34:54.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:53.497720+0000 mgr.y (mgr.14556) 20016 : cluster [DBG] pgmap v17684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:55.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:53.497720+0000 mgr.y (mgr.14556) 20016 : cluster [DBG] pgmap v17684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:55.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:53.497720+0000 mgr.y (mgr.14556) 20016 : cluster [DBG] pgmap v17684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:55.161 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:34:55.162 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 8m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:34:55.162 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 8m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:34:55.162 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 8m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:34:55.162 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 8m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:34:55.162 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 8m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:34:55.162 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 8m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:34:55.162 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 8m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:34:55.162 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 8m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:34:55.162 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 8m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:34:55.162 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 8m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:34:55.162 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 8m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:34:55.162 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 8m ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:34:55.163 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 8m ago 9h 46.3M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:34:55.163 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 8m ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:34:55.163 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 8m ago 9h 44.3M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:34:55.163 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 8m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:34:55.163 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 8m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:34:55.163 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 8m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:34:55.163 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 8m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:34:55.163 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 8m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:34:55.515 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:34:55.515 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:34:55.515 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:34:55.516 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:34:56.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:54.861995+0000 mgr.y (mgr.14556) 20017 : audit [DBG] from='client.45290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:34:56.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:55.152065+0000 mgr.y (mgr.14556) 20018 : audit [DBG] from='client.35388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:34:56.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:34:55.513684+0000 mon.a (mon.0) 4262 : audit [DBG] from='client.? 172.21.15.23:0/1868076749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:34:56.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:54.861995+0000 mgr.y (mgr.14556) 20017 : audit [DBG] from='client.45290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:34:56.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:55.152065+0000 mgr.y (mgr.14556) 20018 : audit [DBG] from='client.35388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:34:56.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:34:55.513684+0000 mon.a (mon.0) 4262 : audit [DBG] from='client.? 172.21.15.23:0/1868076749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:34:56.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:54.861995+0000 mgr.y (mgr.14556) 20017 : audit [DBG] from='client.45290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:34:56.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:55.152065+0000 mgr.y (mgr.14556) 20018 : audit [DBG] from='client.35388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:34:56.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:34:55.513684+0000 mon.a (mon.0) 4262 : audit [DBG] from='client.? 172.21.15.23:0/1868076749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:34:57.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:55.498248+0000 mgr.y (mgr.14556) 20019 : cluster [DBG] pgmap v17685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:57.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:55.498248+0000 mgr.y (mgr.14556) 20019 : cluster [DBG] pgmap v17685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:57.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:55.498248+0000 mgr.y (mgr.14556) 20019 : cluster [DBG] pgmap v17685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:59.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:57.498648+0000 mgr.y (mgr.14556) 20020 : cluster [DBG] pgmap v17686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:59.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:34:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:57.498648+0000 mgr.y (mgr.14556) 20020 : cluster [DBG] pgmap v17686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:34:59.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:34:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:57.498648+0000 mgr.y (mgr.14556) 20020 : cluster [DBG] pgmap v17686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:01.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:34:59.499029+0000 mgr.y (mgr.14556) 20021 : cluster [DBG] pgmap v17687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:01.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:34:59.499029+0000 mgr.y (mgr.14556) 20021 : cluster [DBG] pgmap v17687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:01.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:34:59.499029+0000 mgr.y (mgr.14556) 20021 : cluster [DBG] pgmap v17687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:35:03.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:01.499801+0000 mgr.y (mgr.14556) 20022 : cluster [DBG] pgmap v17688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:03.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:01.499801+0000 mgr.y (mgr.14556) 20022 : cluster [DBG] pgmap v17688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:03.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:01.499801+0000 mgr.y (mgr.14556) 20022 : cluster [DBG] pgmap v17688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:35:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:35:05.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:03.500208+0000 mgr.y (mgr.14556) 20023 : cluster [DBG] pgmap v17689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:03.500208+0000 mgr.y (mgr.14556) 20023 : cluster [DBG] pgmap v17689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:05.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:03.500208+0000 mgr.y (mgr.14556) 20023 : cluster [DBG] pgmap v17689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:07.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:05.500836+0000 mgr.y (mgr.14556) 20024 : cluster [DBG] pgmap v17690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:07.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:05.500836+0000 mgr.y (mgr.14556) 20024 : cluster [DBG] pgmap v17690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:07.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:05.500836+0000 mgr.y (mgr.14556) 20024 : cluster [DBG] pgmap v17690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:09.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:07.501314+0000 mgr.y (mgr.14556) 20025 : cluster [DBG] pgmap v17691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:09.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:07.501314+0000 mgr.y (mgr.14556) 20025 : cluster [DBG] pgmap v17691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:09.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:07.501314+0000 mgr.y (mgr.14556) 20025 : cluster [DBG] pgmap v17691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:11.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:09.501766+0000 mgr.y (mgr.14556) 20026 : cluster [DBG] pgmap v17692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:11.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:09.501766+0000 mgr.y (mgr.14556) 20026 : cluster [DBG] pgmap v17692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:11.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:09.501766+0000 mgr.y (mgr.14556) 20026 : cluster [DBG] pgmap v17692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:35:13.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:11.502675+0000 mgr.y (mgr.14556) 20027 : cluster [DBG] pgmap v17693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:13.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:11.502675+0000 mgr.y (mgr.14556) 20027 : cluster [DBG] pgmap v17693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:13.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:11.502675+0000 mgr.y (mgr.14556) 20027 : cluster [DBG] pgmap v17693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:35:13] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T16:35:15.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:13.503242+0000 mgr.y (mgr.14556) 20028 : cluster [DBG] pgmap v17694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:15.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:13.503242+0000 mgr.y (mgr.14556) 20028 : cluster [DBG] pgmap v17694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:15.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:13.503242+0000 mgr.y (mgr.14556) 20028 : cluster [DBG] pgmap v17694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:17.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:15.503905+0000 mgr.y (mgr.14556) 20029 : cluster [DBG] pgmap v17695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:17.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:15.503905+0000 mgr.y (mgr.14556) 20029 : cluster [DBG] pgmap v17695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:17.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:15.503905+0000 mgr.y (mgr.14556) 20029 : cluster [DBG] pgmap v17695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:19.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:17.504484+0000 mgr.y (mgr.14556) 20030 : cluster [DBG] pgmap v17696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:19.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:17.504484+0000 mgr.y (mgr.14556) 20030 : cluster [DBG] pgmap v17696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:19.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:17.504484+0000 mgr.y (mgr.14556) 20030 : cluster [DBG] pgmap v17696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:21.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:19.504955+0000 mgr.y (mgr.14556) 20031 : cluster [DBG] pgmap v17697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:21.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:19.504955+0000 mgr.y (mgr.14556) 20031 : cluster [DBG] pgmap v17697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:21.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:19.504955+0000 mgr.y (mgr.14556) 20031 : cluster [DBG] pgmap v17697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:35:23.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:21.505810+0000 mgr.y (mgr.14556) 20032 : cluster [DBG] pgmap v17698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:23.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:21.505810+0000 mgr.y (mgr.14556) 20032 : cluster [DBG] pgmap v17698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:23.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:21.505810+0000 mgr.y (mgr.14556) 20032 : cluster [DBG] pgmap v17698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:35:23] "GET /metrics HTTP/1.1" 200 188265 "" "Prometheus/2.33.4" 2024-03-22T16:35:25.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:23.506459+0000 mgr.y (mgr.14556) 20033 : cluster [DBG] pgmap v17699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:25.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:23.506459+0000 mgr.y (mgr.14556) 20033 : cluster [DBG] pgmap v17699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:25.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:23.506459+0000 mgr.y (mgr.14556) 20033 : cluster [DBG] pgmap v17699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:25.842 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:35:26.129 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 8m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 8m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 8m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 8m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 8m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 8m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 8m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 8m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 8m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 8m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 8m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 8m ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 8m ago 9h 46.3M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 8m ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 8m ago 9h 44.3M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:35:26.130 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 8m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:35:26.131 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 8m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:35:26.131 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 8m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:35:26.131 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 8m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:35:26.131 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 8m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:35:26.493 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:35:26.493 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:35:26.493 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:35:26.493 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:35:26.493 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:35:26.493 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:35:26.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:35:26.494 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:35:26.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:35:26.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:35:26.494 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:35:26.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:35:26.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:35:26.494 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:35:26.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:35:26.494 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:35:26.494 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:35:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:25.507283+0000 mgr.y (mgr.14556) 20034 : cluster [DBG] pgmap v17700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:35:25.828478+0000 mgr.y (mgr.14556) 20035 : audit [DBG] from='client.45308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:35:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:35:26.120107+0000 mgr.y (mgr.14556) 20036 : audit [DBG] from='client.35406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:35:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:35:26.491758+0000 mon.a (mon.0) 4263 : audit [DBG] from='client.? 172.21.15.23:0/4188906607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:35:27.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:25.507283+0000 mgr.y (mgr.14556) 20034 : cluster [DBG] pgmap v17700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:27.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:35:25.828478+0000 mgr.y (mgr.14556) 20035 : audit [DBG] from='client.45308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:35:27.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:35:26.120107+0000 mgr.y (mgr.14556) 20036 : audit [DBG] from='client.35406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:35:27.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:35:26.491758+0000 mon.a (mon.0) 4263 : audit [DBG] from='client.? 172.21.15.23:0/4188906607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:35:27.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:25.507283+0000 mgr.y (mgr.14556) 20034 : cluster [DBG] pgmap v17700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:27.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:35:25.828478+0000 mgr.y (mgr.14556) 20035 : audit [DBG] from='client.45308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:35:27.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:35:26.120107+0000 mgr.y (mgr.14556) 20036 : audit [DBG] from='client.35406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:35:27.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:35:26.491758+0000 mon.a (mon.0) 4263 : audit [DBG] from='client.? 172.21.15.23:0/4188906607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:35:29.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:27.507824+0000 mgr.y (mgr.14556) 20037 : cluster [DBG] pgmap v17701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:29.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:27.507824+0000 mgr.y (mgr.14556) 20037 : cluster [DBG] pgmap v17701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:29.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:27.507824+0000 mgr.y (mgr.14556) 20037 : cluster [DBG] pgmap v17701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:31.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:29.508193+0000 mgr.y (mgr.14556) 20038 : cluster [DBG] pgmap v17702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:31.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:29.508193+0000 mgr.y (mgr.14556) 20038 : cluster [DBG] pgmap v17702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:31.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:29.508193+0000 mgr.y (mgr.14556) 20038 : cluster [DBG] pgmap v17702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:35:33.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:31.508839+0000 mgr.y (mgr.14556) 20039 : cluster [DBG] pgmap v17703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:33.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:31.508839+0000 mgr.y (mgr.14556) 20039 : cluster [DBG] pgmap v17703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:33.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:31.508839+0000 mgr.y (mgr.14556) 20039 : cluster [DBG] pgmap v17703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:35:33] "GET /metrics HTTP/1.1" 200 188265 "" "Prometheus/2.33.4" 2024-03-22T16:35:35.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:33.509181+0000 mgr.y (mgr.14556) 20040 : cluster [DBG] pgmap v17704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:35.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:33.509181+0000 mgr.y (mgr.14556) 20040 : cluster [DBG] pgmap v17704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:33.509181+0000 mgr.y (mgr.14556) 20040 : cluster [DBG] pgmap v17704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:37.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:35.509814+0000 mgr.y (mgr.14556) 20041 : cluster [DBG] pgmap v17705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:37.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:35:36.189267+0000 mon.a (mon.0) 4264 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:35:37.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:35:36.493857+0000 mon.a (mon.0) 4265 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:35:37.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:35:36.494536+0000 mon.a (mon.0) 4266 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:35:37.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:35:36.500241+0000 mon.a (mon.0) 4267 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:35:37.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:35.509814+0000 mgr.y (mgr.14556) 20041 : cluster [DBG] pgmap v17705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:37.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:35:36.189267+0000 mon.a (mon.0) 4264 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:35:37.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:35:36.493857+0000 mon.a (mon.0) 4265 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:35:37.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:35:36.494536+0000 mon.a (mon.0) 4266 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:35:37.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:35:36.500241+0000 mon.a (mon.0) 4267 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:35:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:35.509814+0000 mgr.y (mgr.14556) 20041 : cluster [DBG] pgmap v17705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:35:36.189267+0000 mon.a (mon.0) 4264 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:35:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:35:36.493857+0000 mon.a (mon.0) 4265 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:35:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:35:36.494536+0000 mon.a (mon.0) 4266 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:35:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:35:36.500241+0000 mon.a (mon.0) 4267 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:35:39.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:37.510251+0000 mgr.y (mgr.14556) 20042 : cluster [DBG] pgmap v17706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:39.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:37.510251+0000 mgr.y (mgr.14556) 20042 : cluster [DBG] pgmap v17706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:39.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:37.510251+0000 mgr.y (mgr.14556) 20042 : cluster [DBG] pgmap v17706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:41.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:39.510651+0000 mgr.y (mgr.14556) 20043 : cluster [DBG] pgmap v17707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:39.510651+0000 mgr.y (mgr.14556) 20043 : cluster [DBG] pgmap v17707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:39.510651+0000 mgr.y (mgr.14556) 20043 : cluster [DBG] pgmap v17707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:35:43.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:41.511390+0000 mgr.y (mgr.14556) 20044 : cluster [DBG] pgmap v17708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:43.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:41.511390+0000 mgr.y (mgr.14556) 20044 : cluster [DBG] pgmap v17708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:43.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:41.511390+0000 mgr.y (mgr.14556) 20044 : cluster [DBG] pgmap v17708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:35:43] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T16:35:45.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:43.511857+0000 mgr.y (mgr.14556) 20045 : cluster [DBG] pgmap v17709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:45.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:43.511857+0000 mgr.y (mgr.14556) 20045 : cluster [DBG] pgmap v17709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:45.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:43.511857+0000 mgr.y (mgr.14556) 20045 : cluster [DBG] pgmap v17709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:47.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:45.512466+0000 mgr.y (mgr.14556) 20046 : cluster [DBG] pgmap v17710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:47.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:45.512466+0000 mgr.y (mgr.14556) 20046 : cluster [DBG] pgmap v17710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:47.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:45.512466+0000 mgr.y (mgr.14556) 20046 : cluster [DBG] pgmap v17710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:49.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:47.513007+0000 mgr.y (mgr.14556) 20047 : cluster [DBG] pgmap v17711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:49.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:47.513007+0000 mgr.y (mgr.14556) 20047 : cluster [DBG] pgmap v17711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:49.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:47.513007+0000 mgr.y (mgr.14556) 20047 : cluster [DBG] pgmap v17711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:51.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:49.513490+0000 mgr.y (mgr.14556) 20048 : cluster [DBG] pgmap v17712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:51.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:49.513490+0000 mgr.y (mgr.14556) 20048 : cluster [DBG] pgmap v17712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:51.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:49.513490+0000 mgr.y (mgr.14556) 20048 : cluster [DBG] pgmap v17712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:35:53.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:51.514180+0000 mgr.y (mgr.14556) 20049 : cluster [DBG] pgmap v17713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:53.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:51.514180+0000 mgr.y (mgr.14556) 20049 : cluster [DBG] pgmap v17713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:53.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:51.514180+0000 mgr.y (mgr.14556) 20049 : cluster [DBG] pgmap v17713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:35:53] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:35:55.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:53.514683+0000 mgr.y (mgr.14556) 20050 : cluster [DBG] pgmap v17714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:55.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:53.514683+0000 mgr.y (mgr.14556) 20050 : cluster [DBG] pgmap v17714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:55.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:53.514683+0000 mgr.y (mgr.14556) 20050 : cluster [DBG] pgmap v17714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:56.819 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:35:57.106 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:35:57.106 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 9m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:35:57.106 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 9m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:35:57.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 9m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:35:57.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 9m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:35:57.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 9m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:35:57.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 9m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:35:57.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 9m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:35:57.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 9m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:35:57.107 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 9m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:35:57.107 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 9m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:35:57.107 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 9m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:35:57.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 9m ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:35:57.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 9m ago 9h 46.3M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:35:57.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 9m ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:35:57.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 9m ago 9h 44.3M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:35:57.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 9m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:35:57.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 9m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:35:57.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 9m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:35:57.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 9m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:35:57.107 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 9m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:35:57.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:55.515301+0000 mgr.y (mgr.14556) 20051 : cluster [DBG] pgmap v17715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:57.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:55.515301+0000 mgr.y (mgr.14556) 20051 : cluster [DBG] pgmap v17715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:55.515301+0000 mgr.y (mgr.14556) 20051 : cluster [DBG] pgmap v17715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:57.454 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:35:57.454 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:35:57.454 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:35:57.454 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:35:57.454 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:35:57.454 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:35:57.454 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:35:57.454 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:35:57.455 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:35:57.455 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:35:57.455 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:35:57.455 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:35:57.455 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:35:57.455 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:35:57.455 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:35:57.455 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:35:57.455 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:35:58.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:35:56.805641+0000 mgr.y (mgr.14556) 20052 : audit [DBG] from='client.45326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:35:58.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:35:57.096055+0000 mgr.y (mgr.14556) 20053 : audit [DBG] from='client.35424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:35:58.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:35:57.452359+0000 mon.c (mon.2) 485 : audit [DBG] from='client.? 172.21.15.23:0/3522107895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:35:58.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:35:56.805641+0000 mgr.y (mgr.14556) 20052 : audit [DBG] from='client.45326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:35:58.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:35:57.096055+0000 mgr.y (mgr.14556) 20053 : audit [DBG] from='client.35424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:35:58.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:35:57.452359+0000 mon.c (mon.2) 485 : audit [DBG] from='client.? 172.21.15.23:0/3522107895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:35:58.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:35:56.805641+0000 mgr.y (mgr.14556) 20052 : audit [DBG] from='client.45326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:35:58.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:35:57.096055+0000 mgr.y (mgr.14556) 20053 : audit [DBG] from='client.35424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:35:58.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:35:57.452359+0000 mon.c (mon.2) 485 : audit [DBG] from='client.? 172.21.15.23:0/3522107895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:35:59.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:57.515696+0000 mgr.y (mgr.14556) 20054 : cluster [DBG] pgmap v17716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:57.515696+0000 mgr.y (mgr.14556) 20054 : cluster [DBG] pgmap v17716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:35:59.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:35:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:57.515696+0000 mgr.y (mgr.14556) 20054 : cluster [DBG] pgmap v17716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:35:59.516103+0000 mgr.y (mgr.14556) 20055 : cluster [DBG] pgmap v17717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:35:59.516103+0000 mgr.y (mgr.14556) 20055 : cluster [DBG] pgmap v17717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:01.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:35:59.516103+0000 mgr.y (mgr.14556) 20055 : cluster [DBG] pgmap v17717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:36:03.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:01.516716+0000 mgr.y (mgr.14556) 20056 : cluster [DBG] pgmap v17718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:03.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:01.516716+0000 mgr.y (mgr.14556) 20056 : cluster [DBG] pgmap v17718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:01.516716+0000 mgr.y (mgr.14556) 20056 : cluster [DBG] pgmap v17718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:36:03] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:36:05.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:03.517268+0000 mgr.y (mgr.14556) 20057 : cluster [DBG] pgmap v17719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:05.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:03.517268+0000 mgr.y (mgr.14556) 20057 : cluster [DBG] pgmap v17719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:03.517268+0000 mgr.y (mgr.14556) 20057 : cluster [DBG] pgmap v17719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:05.517902+0000 mgr.y (mgr.14556) 20058 : cluster [DBG] pgmap v17720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:05.517902+0000 mgr.y (mgr.14556) 20058 : cluster [DBG] pgmap v17720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:05.517902+0000 mgr.y (mgr.14556) 20058 : cluster [DBG] pgmap v17720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:09.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:07.518456+0000 mgr.y (mgr.14556) 20059 : cluster [DBG] pgmap v17721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:07.518456+0000 mgr.y (mgr.14556) 20059 : cluster [DBG] pgmap v17721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:07.518456+0000 mgr.y (mgr.14556) 20059 : cluster [DBG] pgmap v17721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:11.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:09.518957+0000 mgr.y (mgr.14556) 20060 : cluster [DBG] pgmap v17722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:09.518957+0000 mgr.y (mgr.14556) 20060 : cluster [DBG] pgmap v17722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:09.518957+0000 mgr.y (mgr.14556) 20060 : cluster [DBG] pgmap v17722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:36:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:11.519758+0000 mgr.y (mgr.14556) 20061 : cluster [DBG] pgmap v17723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:11.519758+0000 mgr.y (mgr.14556) 20061 : cluster [DBG] pgmap v17723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:11.519758+0000 mgr.y (mgr.14556) 20061 : cluster [DBG] pgmap v17723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:36:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:36:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:13.520120+0000 mgr.y (mgr.14556) 20062 : cluster [DBG] pgmap v17724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:13.520120+0000 mgr.y (mgr.14556) 20062 : cluster [DBG] pgmap v17724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:13.520120+0000 mgr.y (mgr.14556) 20062 : cluster [DBG] pgmap v17724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:15.520786+0000 mgr.y (mgr.14556) 20063 : cluster [DBG] pgmap v17725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:15.520786+0000 mgr.y (mgr.14556) 20063 : cluster [DBG] pgmap v17725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:15.520786+0000 mgr.y (mgr.14556) 20063 : cluster [DBG] pgmap v17725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:17.521289+0000 mgr.y (mgr.14556) 20064 : cluster [DBG] pgmap v17726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:17.521289+0000 mgr.y (mgr.14556) 20064 : cluster [DBG] pgmap v17726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:17.521289+0000 mgr.y (mgr.14556) 20064 : cluster [DBG] pgmap v17726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:21.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:19.521734+0000 mgr.y (mgr.14556) 20065 : cluster [DBG] pgmap v17727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:19.521734+0000 mgr.y (mgr.14556) 20065 : cluster [DBG] pgmap v17727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:19.521734+0000 mgr.y (mgr.14556) 20065 : cluster [DBG] pgmap v17727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:36:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:21.522414+0000 mgr.y (mgr.14556) 20066 : cluster [DBG] pgmap v17728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:21.522414+0000 mgr.y (mgr.14556) 20066 : cluster [DBG] pgmap v17728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:21.522414+0000 mgr.y (mgr.14556) 20066 : cluster [DBG] pgmap v17728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:36:23] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:36:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:23.522755+0000 mgr.y (mgr.14556) 20067 : cluster [DBG] pgmap v17729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:23.522755+0000 mgr.y (mgr.14556) 20067 : cluster [DBG] pgmap v17729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:23.522755+0000 mgr.y (mgr.14556) 20067 : cluster [DBG] pgmap v17729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:25.523600+0000 mgr.y (mgr.14556) 20068 : cluster [DBG] pgmap v17730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:25.523600+0000 mgr.y (mgr.14556) 20068 : cluster [DBG] pgmap v17730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:25.523600+0000 mgr.y (mgr.14556) 20068 : cluster [DBG] pgmap v17730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:27.776 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:36:28.065 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 9m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 9m ago 9h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 9m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 9m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 9m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 9m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 9m ago 9h 1098M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 9m ago 9h 859M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 9m ago 9h 864M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 9m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 9m ago 9h 22.7M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 9m ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:36:28.066 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 9m ago 9h 46.3M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:36:28.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 9m ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:36:28.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 9m ago 9h 44.3M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:36:28.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 9m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:36:28.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 9m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:36:28.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 9m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:36:28.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 9m ago 9h 43.6M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:36:28.067 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 9m ago 9h 105M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:36:28.419 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:36:28.419 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:36:28.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:36:28.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:36:28.419 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:36:28.419 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:36:28.419 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:36:28.419 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:36:28.420 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:36:28.420 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:36:28.420 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:36:28.420 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:36:28.420 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:36:28.420 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:36:28.420 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:36:28.420 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:36:28.420 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:36:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:27.523929+0000 mgr.y (mgr.14556) 20069 : cluster [DBG] pgmap v17731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:36:27.763471+0000 mgr.y (mgr.14556) 20070 : audit [DBG] from='client.45344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:36:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:36:28.056112+0000 mgr.y (mgr.14556) 20071 : audit [DBG] from='client.35442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:36:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:36:28.417617+0000 mon.c (mon.2) 486 : audit [DBG] from='client.? 172.21.15.23:0/239675927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:36:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:27.523929+0000 mgr.y (mgr.14556) 20069 : cluster [DBG] pgmap v17731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:29.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:36:27.763471+0000 mgr.y (mgr.14556) 20070 : audit [DBG] from='client.45344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:36:29.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:36:28.056112+0000 mgr.y (mgr.14556) 20071 : audit [DBG] from='client.35442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:36:29.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:36:28.417617+0000 mon.c (mon.2) 486 : audit [DBG] from='client.? 172.21.15.23:0/239675927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:36:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:27.523929+0000 mgr.y (mgr.14556) 20069 : cluster [DBG] pgmap v17731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:36:27.763471+0000 mgr.y (mgr.14556) 20070 : audit [DBG] from='client.45344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:36:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:36:28.056112+0000 mgr.y (mgr.14556) 20071 : audit [DBG] from='client.35442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:36:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:36:28.417617+0000 mon.c (mon.2) 486 : audit [DBG] from='client.? 172.21.15.23:0/239675927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:36:31.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:29.524551+0000 mgr.y (mgr.14556) 20072 : cluster [DBG] pgmap v17732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:29.524551+0000 mgr.y (mgr.14556) 20072 : cluster [DBG] pgmap v17732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:29.524551+0000 mgr.y (mgr.14556) 20072 : cluster [DBG] pgmap v17732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:36:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:31.525382+0000 mgr.y (mgr.14556) 20073 : cluster [DBG] pgmap v17733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:31.525382+0000 mgr.y (mgr.14556) 20073 : cluster [DBG] pgmap v17733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:31.525382+0000 mgr.y (mgr.14556) 20073 : cluster [DBG] pgmap v17733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:36:33] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:36:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:33.525777+0000 mgr.y (mgr.14556) 20074 : cluster [DBG] pgmap v17734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:33.525777+0000 mgr.y (mgr.14556) 20074 : cluster [DBG] pgmap v17734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:33.525777+0000 mgr.y (mgr.14556) 20074 : cluster [DBG] pgmap v17734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:35.526500+0000 mgr.y (mgr.14556) 20075 : cluster [DBG] pgmap v17735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:36:36.504791+0000 mon.a (mon.0) 4268 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:36:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:35.526500+0000 mgr.y (mgr.14556) 20075 : cluster [DBG] pgmap v17735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:37.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:36:36.504791+0000 mon.a (mon.0) 4268 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:36:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:35.526500+0000 mgr.y (mgr.14556) 20075 : cluster [DBG] pgmap v17735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:36:36.504791+0000 mon.a (mon.0) 4268 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:36:39.624 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:37.526904+0000 mgr.y (mgr.14556) 20076 : cluster [DBG] pgmap v17736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:39.624 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:36:39.212453+0000 mon.a (mon.0) 4269 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:36:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:37.526904+0000 mgr.y (mgr.14556) 20076 : cluster [DBG] pgmap v17736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:36:39.212453+0000 mon.a (mon.0) 4269 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:36:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:37.526904+0000 mgr.y (mgr.14556) 20076 : cluster [DBG] pgmap v17736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:36:39.212453+0000 mon.a (mon.0) 4269 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:36:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:39.527272+0000 mgr.y (mgr.14556) 20077 : cluster [DBG] pgmap v17737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:36:40.011337+0000 mon.a (mon.0) 4270 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:36:41.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:36:40.292632+0000 mon.a (mon.0) 4271 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:36:41.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:36:40.293495+0000 mon.a (mon.0) 4272 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:36:41.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:36:40.300336+0000 mon.a (mon.0) 4273 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:36:41.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:39.527272+0000 mgr.y (mgr.14556) 20077 : cluster [DBG] pgmap v17737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:41.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:36:40.011337+0000 mon.a (mon.0) 4270 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:36:41.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:36:40.292632+0000 mon.a (mon.0) 4271 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:36:41.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:36:40.293495+0000 mon.a (mon.0) 4272 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:36:41.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:36:40.300336+0000 mon.a (mon.0) 4273 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:36:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:39.527272+0000 mgr.y (mgr.14556) 20077 : cluster [DBG] pgmap v17737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:36:40.011337+0000 mon.a (mon.0) 4270 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:36:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:36:40.292632+0000 mon.a (mon.0) 4271 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:36:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:36:40.293495+0000 mon.a (mon.0) 4272 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:36:41.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:36:40.300336+0000 mon.a (mon.0) 4273 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:36:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:36:43.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:41.528041+0000 mgr.y (mgr.14556) 20078 : cluster [DBG] pgmap v17738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:43.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:41.528041+0000 mgr.y (mgr.14556) 20078 : cluster [DBG] pgmap v17738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:43.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:41.528041+0000 mgr.y (mgr.14556) 20078 : cluster [DBG] pgmap v17738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:36:43] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T16:36:45.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:43.528695+0000 mgr.y (mgr.14556) 20079 : cluster [DBG] pgmap v17739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:45.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:43.528695+0000 mgr.y (mgr.14556) 20079 : cluster [DBG] pgmap v17739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:45.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:43.528695+0000 mgr.y (mgr.14556) 20079 : cluster [DBG] pgmap v17739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:47.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:45.529522+0000 mgr.y (mgr.14556) 20080 : cluster [DBG] pgmap v17740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:47.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:45.529522+0000 mgr.y (mgr.14556) 20080 : cluster [DBG] pgmap v17740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:47.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:45.529522+0000 mgr.y (mgr.14556) 20080 : cluster [DBG] pgmap v17740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:49.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:47.529982+0000 mgr.y (mgr.14556) 20081 : cluster [DBG] pgmap v17741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:49.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:47.529982+0000 mgr.y (mgr.14556) 20081 : cluster [DBG] pgmap v17741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:49.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:47.529982+0000 mgr.y (mgr.14556) 20081 : cluster [DBG] pgmap v17741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:51.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:49.530579+0000 mgr.y (mgr.14556) 20082 : cluster [DBG] pgmap v17742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:51.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:49.530579+0000 mgr.y (mgr.14556) 20082 : cluster [DBG] pgmap v17742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:51.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:49.530579+0000 mgr.y (mgr.14556) 20082 : cluster [DBG] pgmap v17742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:36:53.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:51.531359+0000 mgr.y (mgr.14556) 20083 : cluster [DBG] pgmap v17743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:53.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:51.531359+0000 mgr.y (mgr.14556) 20083 : cluster [DBG] pgmap v17743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:53.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:51.531359+0000 mgr.y (mgr.14556) 20083 : cluster [DBG] pgmap v17743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:36:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:36:55.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:53.531940+0000 mgr.y (mgr.14556) 20084 : cluster [DBG] pgmap v17744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:55.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:53.531940+0000 mgr.y (mgr.14556) 20084 : cluster [DBG] pgmap v17744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:55.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:53.531940+0000 mgr.y (mgr.14556) 20084 : cluster [DBG] pgmap v17744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:57.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:55.532735+0000 mgr.y (mgr.14556) 20085 : cluster [DBG] pgmap v17745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:57.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:55.532735+0000 mgr.y (mgr.14556) 20085 : cluster [DBG] pgmap v17745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:55.532735+0000 mgr.y (mgr.14556) 20085 : cluster [DBG] pgmap v17745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:58.745 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:36:59.030 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:36:59.030 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 19s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:36:59.030 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 19s ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:36:59.030 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 19s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:36:59.030 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 19s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 19s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 19s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 19s ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 19s ago 9h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 19s ago 9h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 19s ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 19s ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 19s ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 19s ago 9h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 19s ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 19s ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 19s ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 19s ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 19s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:36:59.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 19s ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:36:59.032 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 19s ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:36:59.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:57.533231+0000 mgr.y (mgr.14556) 20086 : cluster [DBG] pgmap v17746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:57.533231+0000 mgr.y (mgr.14556) 20086 : cluster [DBG] pgmap v17746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:36:59.384 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:36:59.384 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:36:59.384 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:36:59.384 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:36:59.384 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:36:59.384 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:36:59.384 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:36:59.384 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:36:59.384 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:36:59.384 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:36:59.385 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:36:59.385 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:36:59.385 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:36:59.385 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:36:59.385 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:36:59.385 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:36:59.385 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:36:59.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:36:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:57.533231+0000 mgr.y (mgr.14556) 20086 : cluster [DBG] pgmap v17746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:00.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:36:58.730771+0000 mgr.y (mgr.14556) 20087 : audit [DBG] from='client.35454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:37:00.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:36:59.020813+0000 mgr.y (mgr.14556) 20088 : audit [DBG] from='client.45368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:37:00.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:36:59.382541+0000 mon.c (mon.2) 487 : audit [DBG] from='client.? 172.21.15.23:0/1496846748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:37:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:36:58.730771+0000 mgr.y (mgr.14556) 20087 : audit [DBG] from='client.35454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:37:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:36:59.020813+0000 mgr.y (mgr.14556) 20088 : audit [DBG] from='client.45368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:37:00.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:36:59.382541+0000 mon.c (mon.2) 487 : audit [DBG] from='client.? 172.21.15.23:0/1496846748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:37:00.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:36:58.730771+0000 mgr.y (mgr.14556) 20087 : audit [DBG] from='client.35454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:37:00.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:36:59.020813+0000 mgr.y (mgr.14556) 20088 : audit [DBG] from='client.45368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:37:00.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:36:59.382541+0000 mon.c (mon.2) 487 : audit [DBG] from='client.? 172.21.15.23:0/1496846748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:37:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:36:59.533777+0000 mgr.y (mgr.14556) 20089 : cluster [DBG] pgmap v17747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:36:59.533777+0000 mgr.y (mgr.14556) 20089 : cluster [DBG] pgmap v17747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:01.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:36:59.533777+0000 mgr.y (mgr.14556) 20089 : cluster [DBG] pgmap v17747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:37:03.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:01.534493+0000 mgr.y (mgr.14556) 20090 : cluster [DBG] pgmap v17748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:03.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:01.534493+0000 mgr.y (mgr.14556) 20090 : cluster [DBG] pgmap v17748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:01.534493+0000 mgr.y (mgr.14556) 20090 : cluster [DBG] pgmap v17748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:37:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:37:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:03.535075+0000 mgr.y (mgr.14556) 20091 : cluster [DBG] pgmap v17749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:03.535075+0000 mgr.y (mgr.14556) 20091 : cluster [DBG] pgmap v17749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:03.535075+0000 mgr.y (mgr.14556) 20091 : cluster [DBG] pgmap v17749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:05.535690+0000 mgr.y (mgr.14556) 20092 : cluster [DBG] pgmap v17750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:07.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:05.535690+0000 mgr.y (mgr.14556) 20092 : cluster [DBG] pgmap v17750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:07.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:05.535690+0000 mgr.y (mgr.14556) 20092 : cluster [DBG] pgmap v17750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:07.536218+0000 mgr.y (mgr.14556) 20093 : cluster [DBG] pgmap v17751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:07.536218+0000 mgr.y (mgr.14556) 20093 : cluster [DBG] pgmap v17751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:07.536218+0000 mgr.y (mgr.14556) 20093 : cluster [DBG] pgmap v17751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:11.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:09.536781+0000 mgr.y (mgr.14556) 20094 : cluster [DBG] pgmap v17752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:09.536781+0000 mgr.y (mgr.14556) 20094 : cluster [DBG] pgmap v17752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:09.536781+0000 mgr.y (mgr.14556) 20094 : cluster [DBG] pgmap v17752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:37:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:11.537628+0000 mgr.y (mgr.14556) 20095 : cluster [DBG] pgmap v17753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:11.537628+0000 mgr.y (mgr.14556) 20095 : cluster [DBG] pgmap v17753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:11.537628+0000 mgr.y (mgr.14556) 20095 : cluster [DBG] pgmap v17753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:37:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:37:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:13.538092+0000 mgr.y (mgr.14556) 20096 : cluster [DBG] pgmap v17754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:13.538092+0000 mgr.y (mgr.14556) 20096 : cluster [DBG] pgmap v17754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:13.538092+0000 mgr.y (mgr.14556) 20096 : cluster [DBG] pgmap v17754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:17.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:15.538869+0000 mgr.y (mgr.14556) 20097 : cluster [DBG] pgmap v17755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:17.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:15.538869+0000 mgr.y (mgr.14556) 20097 : cluster [DBG] pgmap v17755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:15.538869+0000 mgr.y (mgr.14556) 20097 : cluster [DBG] pgmap v17755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:17.539342+0000 mgr.y (mgr.14556) 20098 : cluster [DBG] pgmap v17756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:17.539342+0000 mgr.y (mgr.14556) 20098 : cluster [DBG] pgmap v17756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:17.539342+0000 mgr.y (mgr.14556) 20098 : cluster [DBG] pgmap v17756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:21.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:19.539912+0000 mgr.y (mgr.14556) 20099 : cluster [DBG] pgmap v17757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:19.539912+0000 mgr.y (mgr.14556) 20099 : cluster [DBG] pgmap v17757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:19.539912+0000 mgr.y (mgr.14556) 20099 : cluster [DBG] pgmap v17757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:37:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:21.540630+0000 mgr.y (mgr.14556) 20100 : cluster [DBG] pgmap v17758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:21.540630+0000 mgr.y (mgr.14556) 20100 : cluster [DBG] pgmap v17758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:21.540630+0000 mgr.y (mgr.14556) 20100 : cluster [DBG] pgmap v17758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:37:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:37:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:23.541110+0000 mgr.y (mgr.14556) 20101 : cluster [DBG] pgmap v17759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:25.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:23.541110+0000 mgr.y (mgr.14556) 20101 : cluster [DBG] pgmap v17759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:23.541110+0000 mgr.y (mgr.14556) 20101 : cluster [DBG] pgmap v17759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:25.541973+0000 mgr.y (mgr.14556) 20102 : cluster [DBG] pgmap v17760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:25.541973+0000 mgr.y (mgr.14556) 20102 : cluster [DBG] pgmap v17760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:25.541973+0000 mgr.y (mgr.14556) 20102 : cluster [DBG] pgmap v17760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:27.542492+0000 mgr.y (mgr.14556) 20103 : cluster [DBG] pgmap v17761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:27.542492+0000 mgr.y (mgr.14556) 20103 : cluster [DBG] pgmap v17761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:27.542492+0000 mgr.y (mgr.14556) 20103 : cluster [DBG] pgmap v17761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:29.708 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:37:29.996 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 50s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 49s ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 50s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 49s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 49s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 50s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 50s ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 49s ago 9h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 50s ago 9h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 50s ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 49s ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 50s ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 50s ago 9h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 50s ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:37:29.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 50s ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:37:29.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 49s ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:37:29.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 49s ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:37:29.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 49s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:37:29.998 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 49s ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:37:29.998 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 49s ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:37:30.349 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:37:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:37:30.351 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:37:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:29.542794+0000 mgr.y (mgr.14556) 20104 : cluster [DBG] pgmap v17762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:37:29.695245+0000 mgr.y (mgr.14556) 20105 : audit [DBG] from='client.35472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:37:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:37:29.987090+0000 mgr.y (mgr.14556) 20106 : audit [DBG] from='client.45386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:37:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:37:30.347983+0000 mon.a (mon.0) 4274 : audit [DBG] from='client.? 172.21.15.23:0/2978721357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:37:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:29.542794+0000 mgr.y (mgr.14556) 20104 : cluster [DBG] pgmap v17762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:37:29.695245+0000 mgr.y (mgr.14556) 20105 : audit [DBG] from='client.35472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:37:31.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:37:29.987090+0000 mgr.y (mgr.14556) 20106 : audit [DBG] from='client.45386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:37:31.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:37:30.347983+0000 mon.a (mon.0) 4274 : audit [DBG] from='client.? 172.21.15.23:0/2978721357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:37:31.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:37:31.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:29.542794+0000 mgr.y (mgr.14556) 20104 : cluster [DBG] pgmap v17762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:31.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:37:29.695245+0000 mgr.y (mgr.14556) 20105 : audit [DBG] from='client.35472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:37:31.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:37:29.987090+0000 mgr.y (mgr.14556) 20106 : audit [DBG] from='client.45386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:37:31.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:37:30.347983+0000 mon.a (mon.0) 4274 : audit [DBG] from='client.? 172.21.15.23:0/2978721357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:37:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:31.543509+0000 mgr.y (mgr.14556) 20107 : cluster [DBG] pgmap v17763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:31.543509+0000 mgr.y (mgr.14556) 20107 : cluster [DBG] pgmap v17763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:31.543509+0000 mgr.y (mgr.14556) 20107 : cluster [DBG] pgmap v17763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:37:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:37:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:33.544056+0000 mgr.y (mgr.14556) 20108 : cluster [DBG] pgmap v17764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:33.544056+0000 mgr.y (mgr.14556) 20108 : cluster [DBG] pgmap v17764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:33.544056+0000 mgr.y (mgr.14556) 20108 : cluster [DBG] pgmap v17764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:35.544873+0000 mgr.y (mgr.14556) 20109 : cluster [DBG] pgmap v17765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:35.544873+0000 mgr.y (mgr.14556) 20109 : cluster [DBG] pgmap v17765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:35.544873+0000 mgr.y (mgr.14556) 20109 : cluster [DBG] pgmap v17765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:37.545462+0000 mgr.y (mgr.14556) 20110 : cluster [DBG] pgmap v17766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:37.545462+0000 mgr.y (mgr.14556) 20110 : cluster [DBG] pgmap v17766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:37.545462+0000 mgr.y (mgr.14556) 20110 : cluster [DBG] pgmap v17766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:40.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:37:40.305986+0000 mon.a (mon.0) 4275 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:37:40.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:37:40.305986+0000 mon.a (mon.0) 4275 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:37:40.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:37:40.305986+0000 mon.a (mon.0) 4275 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:37:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:39.545963+0000 mgr.y (mgr.14556) 20111 : cluster [DBG] pgmap v17767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:37:40.614224+0000 mon.a (mon.0) 4276 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:37:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:37:40.614975+0000 mon.a (mon.0) 4277 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:37:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:37:40.624262+0000 mon.a (mon.0) 4278 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:37:41.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:39.545963+0000 mgr.y (mgr.14556) 20111 : cluster [DBG] pgmap v17767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:41.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:37:40.614224+0000 mon.a (mon.0) 4276 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:37:41.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:37:40.614975+0000 mon.a (mon.0) 4277 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:37:41.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:37:40.624262+0000 mon.a (mon.0) 4278 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:37:41.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:37:41.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:39.545963+0000 mgr.y (mgr.14556) 20111 : cluster [DBG] pgmap v17767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:41.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:37:40.614224+0000 mon.a (mon.0) 4276 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:37:41.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:37:40.614975+0000 mon.a (mon.0) 4277 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:37:41.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:37:40.624262+0000 mon.a (mon.0) 4278 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:37:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:41.546851+0000 mgr.y (mgr.14556) 20112 : cluster [DBG] pgmap v17768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:43.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:41.546851+0000 mgr.y (mgr.14556) 20112 : cluster [DBG] pgmap v17768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:43.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:41.546851+0000 mgr.y (mgr.14556) 20112 : cluster [DBG] pgmap v17768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:37:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:37:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:43.547373+0000 mgr.y (mgr.14556) 20113 : cluster [DBG] pgmap v17769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:45.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:43.547373+0000 mgr.y (mgr.14556) 20113 : cluster [DBG] pgmap v17769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:45.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:43.547373+0000 mgr.y (mgr.14556) 20113 : cluster [DBG] pgmap v17769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:45.548070+0000 mgr.y (mgr.14556) 20114 : cluster [DBG] pgmap v17770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:47.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:45.548070+0000 mgr.y (mgr.14556) 20114 : cluster [DBG] pgmap v17770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:47.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:45.548070+0000 mgr.y (mgr.14556) 20114 : cluster [DBG] pgmap v17770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:49.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:47.548564+0000 mgr.y (mgr.14556) 20115 : cluster [DBG] pgmap v17771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:49.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:47.548564+0000 mgr.y (mgr.14556) 20115 : cluster [DBG] pgmap v17771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:49.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:47.548564+0000 mgr.y (mgr.14556) 20115 : cluster [DBG] pgmap v17771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:50.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:49.548955+0000 mgr.y (mgr.14556) 20116 : cluster [DBG] pgmap v17772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:50.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:49.548955+0000 mgr.y (mgr.14556) 20116 : cluster [DBG] pgmap v17772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:50.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:49.548955+0000 mgr.y (mgr.14556) 20116 : cluster [DBG] pgmap v17772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:37:52.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:51.549768+0000 mgr.y (mgr.14556) 20117 : cluster [DBG] pgmap v17773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:52.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:51.549768+0000 mgr.y (mgr.14556) 20117 : cluster [DBG] pgmap v17773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:52.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:51.549768+0000 mgr.y (mgr.14556) 20117 : cluster [DBG] pgmap v17773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:37:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:37:54.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:53.550133+0000 mgr.y (mgr.14556) 20118 : cluster [DBG] pgmap v17774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:55.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:53.550133+0000 mgr.y (mgr.14556) 20118 : cluster [DBG] pgmap v17774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:55.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:53.550133+0000 mgr.y (mgr.14556) 20118 : cluster [DBG] pgmap v17774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:56.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:55.550948+0000 mgr.y (mgr.14556) 20119 : cluster [DBG] pgmap v17775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:57.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:55.550948+0000 mgr.y (mgr.14556) 20119 : cluster [DBG] pgmap v17775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:57.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:55.550948+0000 mgr.y (mgr.14556) 20119 : cluster [DBG] pgmap v17775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:58.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:37:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:57.551324+0000 mgr.y (mgr.14556) 20120 : cluster [DBG] pgmap v17776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:59.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:37:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:57.551324+0000 mgr.y (mgr.14556) 20120 : cluster [DBG] pgmap v17776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:37:59.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:37:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:57.551324+0000 mgr.y (mgr.14556) 20120 : cluster [DBG] pgmap v17776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:00.675 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:38:00.962 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:38:00.963 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 81s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:38:00.963 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 80s ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:38:00.963 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 81s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:38:00.963 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 80s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:38:00.963 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 80s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:38:00.963 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 81s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:38:00.963 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 81s ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:38:00.963 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 80s ago 9h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:38:00.963 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 81s ago 9h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:38:00.963 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 81s ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:38:00.963 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 80s ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:38:00.963 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 81s ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:38:00.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 81s ago 9h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:38:00.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 81s ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:38:00.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 81s ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:38:00.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 80s ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:38:00.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 80s ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:38:00.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 80s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:38:00.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 80s ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:38:00.964 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 80s ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:38:01.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:37:59.551745+0000 mgr.y (mgr.14556) 20121 : cluster [DBG] pgmap v17777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:01.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:37:59.551745+0000 mgr.y (mgr.14556) 20121 : cluster [DBG] pgmap v17777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:01.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:37:59.551745+0000 mgr.y (mgr.14556) 20121 : cluster [DBG] pgmap v17777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:01.313 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:38:01.313 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:38:01.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:38:01.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:38:01.313 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:38:01.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:38:01.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:38:01.313 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:38:01.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:38:01.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:38:01.313 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:38:01.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:38:01.314 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:38:01.314 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:38:01.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:38:01.314 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:38:01.314 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:38:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:38:01.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:38:00.660158+0000 mgr.y (mgr.14556) 20122 : audit [DBG] from='client.45398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:38:01.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:38:00.953209+0000 mgr.y (mgr.14556) 20123 : audit [DBG] from='client.45404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:38:01.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:38:01.311369+0000 mon.a (mon.0) 4279 : audit [DBG] from='client.? 172.21.15.23:0/228836093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:38:02.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:38:00.660158+0000 mgr.y (mgr.14556) 20122 : audit [DBG] from='client.45398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:38:02.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:38:00.953209+0000 mgr.y (mgr.14556) 20123 : audit [DBG] from='client.45404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:38:02.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:38:01.311369+0000 mon.a (mon.0) 4279 : audit [DBG] from='client.? 172.21.15.23:0/228836093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:38:02.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:38:00.660158+0000 mgr.y (mgr.14556) 20122 : audit [DBG] from='client.45398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:38:02.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:38:00.953209+0000 mgr.y (mgr.14556) 20123 : audit [DBG] from='client.45404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:38:02.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:38:01.311369+0000 mon.a (mon.0) 4279 : audit [DBG] from='client.? 172.21.15.23:0/228836093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:38:03.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:01.552518+0000 mgr.y (mgr.14556) 20124 : cluster [DBG] pgmap v17778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:03.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:01.552518+0000 mgr.y (mgr.14556) 20124 : cluster [DBG] pgmap v17778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:03.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:01.552518+0000 mgr.y (mgr.14556) 20124 : cluster [DBG] pgmap v17778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:38:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:38:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:03.552850+0000 mgr.y (mgr.14556) 20125 : cluster [DBG] pgmap v17779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:05.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:03.552850+0000 mgr.y (mgr.14556) 20125 : cluster [DBG] pgmap v17779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:05.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:03.552850+0000 mgr.y (mgr.14556) 20125 : cluster [DBG] pgmap v17779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:07.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:05.553512+0000 mgr.y (mgr.14556) 20126 : cluster [DBG] pgmap v17780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:07.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:05.553512+0000 mgr.y (mgr.14556) 20126 : cluster [DBG] pgmap v17780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:07.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:05.553512+0000 mgr.y (mgr.14556) 20126 : cluster [DBG] pgmap v17780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:09.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:07.553894+0000 mgr.y (mgr.14556) 20127 : cluster [DBG] pgmap v17781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:09.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:07.553894+0000 mgr.y (mgr.14556) 20127 : cluster [DBG] pgmap v17781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:09.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:07.553894+0000 mgr.y (mgr.14556) 20127 : cluster [DBG] pgmap v17781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:11.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:09.554348+0000 mgr.y (mgr.14556) 20128 : cluster [DBG] pgmap v17782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:11.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:09.554348+0000 mgr.y (mgr.14556) 20128 : cluster [DBG] pgmap v17782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:11.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:09.554348+0000 mgr.y (mgr.14556) 20128 : cluster [DBG] pgmap v17782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:38:13.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:11.555061+0000 mgr.y (mgr.14556) 20129 : cluster [DBG] pgmap v17783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:13.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:11.555061+0000 mgr.y (mgr.14556) 20129 : cluster [DBG] pgmap v17783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:13.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:11.555061+0000 mgr.y (mgr.14556) 20129 : cluster [DBG] pgmap v17783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:38:13] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:38:15.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:13.555401+0000 mgr.y (mgr.14556) 20130 : cluster [DBG] pgmap v17784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:15.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:13.555401+0000 mgr.y (mgr.14556) 20130 : cluster [DBG] pgmap v17784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:15.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:13.555401+0000 mgr.y (mgr.14556) 20130 : cluster [DBG] pgmap v17784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:17.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:15.556038+0000 mgr.y (mgr.14556) 20131 : cluster [DBG] pgmap v17785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:17.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:15.556038+0000 mgr.y (mgr.14556) 20131 : cluster [DBG] pgmap v17785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:17.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:15.556038+0000 mgr.y (mgr.14556) 20131 : cluster [DBG] pgmap v17785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:19.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:17.556539+0000 mgr.y (mgr.14556) 20132 : cluster [DBG] pgmap v17786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:19.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:17.556539+0000 mgr.y (mgr.14556) 20132 : cluster [DBG] pgmap v17786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:19.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:17.556539+0000 mgr.y (mgr.14556) 20132 : cluster [DBG] pgmap v17786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:21.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:19.557077+0000 mgr.y (mgr.14556) 20133 : cluster [DBG] pgmap v17787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:21.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:19.557077+0000 mgr.y (mgr.14556) 20133 : cluster [DBG] pgmap v17787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:21.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:19.557077+0000 mgr.y (mgr.14556) 20133 : cluster [DBG] pgmap v17787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:38:23.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:21.557784+0000 mgr.y (mgr.14556) 20134 : cluster [DBG] pgmap v17788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:23.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:21.557784+0000 mgr.y (mgr.14556) 20134 : cluster [DBG] pgmap v17788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:23.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:21.557784+0000 mgr.y (mgr.14556) 20134 : cluster [DBG] pgmap v17788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:38:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:38:25.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:23.558288+0000 mgr.y (mgr.14556) 20135 : cluster [DBG] pgmap v17789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:25.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:23.558288+0000 mgr.y (mgr.14556) 20135 : cluster [DBG] pgmap v17789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:25.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:23.558288+0000 mgr.y (mgr.14556) 20135 : cluster [DBG] pgmap v17789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:25.558979+0000 mgr.y (mgr.14556) 20136 : cluster [DBG] pgmap v17790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:27.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:25.558979+0000 mgr.y (mgr.14556) 20136 : cluster [DBG] pgmap v17790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:27.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:25.558979+0000 mgr.y (mgr.14556) 20136 : cluster [DBG] pgmap v17790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:29.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:27.559398+0000 mgr.y (mgr.14556) 20137 : cluster [DBG] pgmap v17791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:29.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:27.559398+0000 mgr.y (mgr.14556) 20137 : cluster [DBG] pgmap v17791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:29.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:27.559398+0000 mgr.y (mgr.14556) 20137 : cluster [DBG] pgmap v17791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:31.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:29.559757+0000 mgr.y (mgr.14556) 20138 : cluster [DBG] pgmap v17792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:31.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:29.559757+0000 mgr.y (mgr.14556) 20138 : cluster [DBG] pgmap v17792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:31.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:29.559757+0000 mgr.y (mgr.14556) 20138 : cluster [DBG] pgmap v17792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:31.637 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:38:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:38:31.926 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:38:31.926 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 112s ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:38:31.926 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 111s ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:38:31.926 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 112s ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:38:31.926 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 111s ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 111s ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 112s ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 112s ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 111s ago 9h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 112s ago 9h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 112s ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 111s ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 112s ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 112s ago 9h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 112s ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 112s ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 111s ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 111s ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 111s ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 111s ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:38:31.927 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 111s ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:38:32.276 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:38:32.276 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:38:32.276 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:38:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:38:32.278 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:38:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:31.560296+0000 mgr.y (mgr.14556) 20139 : cluster [DBG] pgmap v17793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:38:31.624645+0000 mgr.y (mgr.14556) 20140 : audit [DBG] from='client.45416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:38:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:38:31.916987+0000 mgr.y (mgr.14556) 20141 : audit [DBG] from='client.35514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:38:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:38:32.274893+0000 mon.a (mon.0) 4280 : audit [DBG] from='client.? 172.21.15.23:0/1111228701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:38:33.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:31.560296+0000 mgr.y (mgr.14556) 20139 : cluster [DBG] pgmap v17793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:33.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:38:31.624645+0000 mgr.y (mgr.14556) 20140 : audit [DBG] from='client.45416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:38:33.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:38:31.916987+0000 mgr.y (mgr.14556) 20141 : audit [DBG] from='client.35514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:38:33.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:38:32.274893+0000 mon.a (mon.0) 4280 : audit [DBG] from='client.? 172.21.15.23:0/1111228701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:38:33.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:31.560296+0000 mgr.y (mgr.14556) 20139 : cluster [DBG] pgmap v17793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:33.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:38:31.624645+0000 mgr.y (mgr.14556) 20140 : audit [DBG] from='client.45416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:38:33.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:38:31.916987+0000 mgr.y (mgr.14556) 20141 : audit [DBG] from='client.35514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:38:33.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:38:32.274893+0000 mon.a (mon.0) 4280 : audit [DBG] from='client.? 172.21.15.23:0/1111228701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:38:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:38:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:38:35.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:33.560872+0000 mgr.y (mgr.14556) 20142 : cluster [DBG] pgmap v17794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:35.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:33.560872+0000 mgr.y (mgr.14556) 20142 : cluster [DBG] pgmap v17794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:35.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:33.560872+0000 mgr.y (mgr.14556) 20142 : cluster [DBG] pgmap v17794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:37.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:35.561523+0000 mgr.y (mgr.14556) 20143 : cluster [DBG] pgmap v17795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:37.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:35.561523+0000 mgr.y (mgr.14556) 20143 : cluster [DBG] pgmap v17795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:37.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:35.561523+0000 mgr.y (mgr.14556) 20143 : cluster [DBG] pgmap v17795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:39.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:37.561934+0000 mgr.y (mgr.14556) 20144 : cluster [DBG] pgmap v17796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:39.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:37.561934+0000 mgr.y (mgr.14556) 20144 : cluster [DBG] pgmap v17796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:39.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:37.561934+0000 mgr.y (mgr.14556) 20144 : cluster [DBG] pgmap v17796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:41.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:39.562440+0000 mgr.y (mgr.14556) 20145 : cluster [DBG] pgmap v17797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:41.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:38:40.629451+0000 mon.a (mon.0) 4281 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:38:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:39.562440+0000 mgr.y (mgr.14556) 20145 : cluster [DBG] pgmap v17797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:38:40.629451+0000 mon.a (mon.0) 4281 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:38:41.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:39.562440+0000 mgr.y (mgr.14556) 20145 : cluster [DBG] pgmap v17797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:41.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:38:40.629451+0000 mon.a (mon.0) 4281 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:38:41.895 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:38:42.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:38:40.940104+0000 mon.a (mon.0) 4282 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:38:42.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:38:40.944310+0000 mon.a (mon.0) 4283 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:38:42.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:38:40.958614+0000 mon.a (mon.0) 4284 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:38:42.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:38:40.940104+0000 mon.a (mon.0) 4282 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:38:42.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:38:40.944310+0000 mon.a (mon.0) 4283 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:38:42.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:38:40.958614+0000 mon.a (mon.0) 4284 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:38:42.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:38:40.940104+0000 mon.a (mon.0) 4282 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:38:42.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:38:40.944310+0000 mon.a (mon.0) 4283 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:38:42.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:38:40.958614+0000 mon.a (mon.0) 4284 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:38:43.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:41.563260+0000 mgr.y (mgr.14556) 20146 : cluster [DBG] pgmap v17798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:43.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:41.563260+0000 mgr.y (mgr.14556) 20146 : cluster [DBG] pgmap v17798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:43.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:41.563260+0000 mgr.y (mgr.14556) 20146 : cluster [DBG] pgmap v17798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:38:43] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T16:38:45.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:43.563797+0000 mgr.y (mgr.14556) 20147 : cluster [DBG] pgmap v17799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:45.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:43.563797+0000 mgr.y (mgr.14556) 20147 : cluster [DBG] pgmap v17799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:45.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:43.563797+0000 mgr.y (mgr.14556) 20147 : cluster [DBG] pgmap v17799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:47.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:45.564426+0000 mgr.y (mgr.14556) 20148 : cluster [DBG] pgmap v17800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:47.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:45.564426+0000 mgr.y (mgr.14556) 20148 : cluster [DBG] pgmap v17800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:47.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:45.564426+0000 mgr.y (mgr.14556) 20148 : cluster [DBG] pgmap v17800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:49.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:47.564916+0000 mgr.y (mgr.14556) 20149 : cluster [DBG] pgmap v17801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:49.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:47.564916+0000 mgr.y (mgr.14556) 20149 : cluster [DBG] pgmap v17801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:49.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:47.564916+0000 mgr.y (mgr.14556) 20149 : cluster [DBG] pgmap v17801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:51.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:49.565413+0000 mgr.y (mgr.14556) 20150 : cluster [DBG] pgmap v17802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:51.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:49.565413+0000 mgr.y (mgr.14556) 20150 : cluster [DBG] pgmap v17802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:51.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:49.565413+0000 mgr.y (mgr.14556) 20150 : cluster [DBG] pgmap v17802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:38:53.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:51.566043+0000 mgr.y (mgr.14556) 20151 : cluster [DBG] pgmap v17803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:53.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:51.566043+0000 mgr.y (mgr.14556) 20151 : cluster [DBG] pgmap v17803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:53.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:51.566043+0000 mgr.y (mgr.14556) 20151 : cluster [DBG] pgmap v17803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:38:53] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:38:55.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:53.566370+0000 mgr.y (mgr.14556) 20152 : cluster [DBG] pgmap v17804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:55.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:53.566370+0000 mgr.y (mgr.14556) 20152 : cluster [DBG] pgmap v17804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:55.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:53.566370+0000 mgr.y (mgr.14556) 20152 : cluster [DBG] pgmap v17804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:57.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:55.567006+0000 mgr.y (mgr.14556) 20153 : cluster [DBG] pgmap v17805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:57.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:55.567006+0000 mgr.y (mgr.14556) 20153 : cluster [DBG] pgmap v17805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:55.567006+0000 mgr.y (mgr.14556) 20153 : cluster [DBG] pgmap v17805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:59.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:57.567569+0000 mgr.y (mgr.14556) 20154 : cluster [DBG] pgmap v17806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:57.567569+0000 mgr.y (mgr.14556) 20154 : cluster [DBG] pgmap v17806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:38:59.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:38:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:57.567569+0000 mgr.y (mgr.14556) 20154 : cluster [DBG] pgmap v17806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:38:59.567999+0000 mgr.y (mgr.14556) 20155 : cluster [DBG] pgmap v17807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:38:59.567999+0000 mgr.y (mgr.14556) 20155 : cluster [DBG] pgmap v17807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:01.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:38:59.567999+0000 mgr.y (mgr.14556) 20155 : cluster [DBG] pgmap v17807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:39:02.601 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:39:02.888 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:39:02.888 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 2m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:39:02.888 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 2m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:39:02.888 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 2m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:39:02.888 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 2m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:39:02.888 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 2m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:39:02.888 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 2m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:39:02.888 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 2m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:39:02.888 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 2m ago 9h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:39:02.888 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 2m ago 9h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:39:02.888 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 2m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:39:02.889 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 2m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:39:02.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 2m ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:39:02.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 2m ago 9h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:39:02.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 2m ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:39:02.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 2m ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:39:02.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 2m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:39:02.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 2m ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:39:02.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 2m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:39:02.889 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 2m ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:39:02.889 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 2m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:39:03.237 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:39:03.237 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:39:03.237 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:39:03.237 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:39:03.237 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:39:03.237 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:39:03.237 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:39:03.237 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:39:03.237 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:39:03.238 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:39:03.238 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:39:03.238 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:39:03.238 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:39:03.238 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:39:03.238 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:39:03.238 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:39:03.238 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:39:03.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:01.568715+0000 mgr.y (mgr.14556) 20156 : cluster [DBG] pgmap v17808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:03.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:01.568715+0000 mgr.y (mgr.14556) 20156 : cluster [DBG] pgmap v17808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:01.568715+0000 mgr.y (mgr.14556) 20156 : cluster [DBG] pgmap v17808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:04.065 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:39:03] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:39:04.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:39:02.587072+0000 mgr.y (mgr.14556) 20157 : audit [DBG] from='client.45434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:39:04.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:39:02.877995+0000 mgr.y (mgr.14556) 20158 : audit [DBG] from='client.35532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:39:04.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:39:03.235499+0000 mon.a (mon.0) 4285 : audit [DBG] from='client.? 172.21.15.23:0/2141860201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:39:04.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:39:02.587072+0000 mgr.y (mgr.14556) 20157 : audit [DBG] from='client.45434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:39:04.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:39:02.877995+0000 mgr.y (mgr.14556) 20158 : audit [DBG] from='client.35532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:39:04.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:39:03.235499+0000 mon.a (mon.0) 4285 : audit [DBG] from='client.? 172.21.15.23:0/2141860201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:39:04.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:39:02.587072+0000 mgr.y (mgr.14556) 20157 : audit [DBG] from='client.45434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:39:04.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:39:02.877995+0000 mgr.y (mgr.14556) 20158 : audit [DBG] from='client.35532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:39:04.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:39:03.235499+0000 mon.a (mon.0) 4285 : audit [DBG] from='client.? 172.21.15.23:0/2141860201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:39:05.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:03.569082+0000 mgr.y (mgr.14556) 20159 : cluster [DBG] pgmap v17809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:05.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:03.569082+0000 mgr.y (mgr.14556) 20159 : cluster [DBG] pgmap v17809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:03.569082+0000 mgr.y (mgr.14556) 20159 : cluster [DBG] pgmap v17809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:05.569817+0000 mgr.y (mgr.14556) 20160 : cluster [DBG] pgmap v17810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:05.569817+0000 mgr.y (mgr.14556) 20160 : cluster [DBG] pgmap v17810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:05.569817+0000 mgr.y (mgr.14556) 20160 : cluster [DBG] pgmap v17810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:09.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:07.570377+0000 mgr.y (mgr.14556) 20161 : cluster [DBG] pgmap v17811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:07.570377+0000 mgr.y (mgr.14556) 20161 : cluster [DBG] pgmap v17811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:09.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:07.570377+0000 mgr.y (mgr.14556) 20161 : cluster [DBG] pgmap v17811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:11.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:09.570891+0000 mgr.y (mgr.14556) 20162 : cluster [DBG] pgmap v17812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:11.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:09.570891+0000 mgr.y (mgr.14556) 20162 : cluster [DBG] pgmap v17812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:11.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:09.570891+0000 mgr.y (mgr.14556) 20162 : cluster [DBG] pgmap v17812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:39:13.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:11.571582+0000 mgr.y (mgr.14556) 20163 : cluster [DBG] pgmap v17813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:13.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:11.571582+0000 mgr.y (mgr.14556) 20163 : cluster [DBG] pgmap v17813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:11.571582+0000 mgr.y (mgr.14556) 20163 : cluster [DBG] pgmap v17813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:39:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:39:15.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:13.571968+0000 mgr.y (mgr.14556) 20164 : cluster [DBG] pgmap v17814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:15.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:13.571968+0000 mgr.y (mgr.14556) 20164 : cluster [DBG] pgmap v17814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:13.571968+0000 mgr.y (mgr.14556) 20164 : cluster [DBG] pgmap v17814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:15.572775+0000 mgr.y (mgr.14556) 20165 : cluster [DBG] pgmap v17815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:15.572775+0000 mgr.y (mgr.14556) 20165 : cluster [DBG] pgmap v17815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:15.572775+0000 mgr.y (mgr.14556) 20165 : cluster [DBG] pgmap v17815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:19.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:17.573120+0000 mgr.y (mgr.14556) 20166 : cluster [DBG] pgmap v17816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:17.573120+0000 mgr.y (mgr.14556) 20166 : cluster [DBG] pgmap v17816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:17.573120+0000 mgr.y (mgr.14556) 20166 : cluster [DBG] pgmap v17816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:19.573451+0000 mgr.y (mgr.14556) 20167 : cluster [DBG] pgmap v17817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:19.573451+0000 mgr.y (mgr.14556) 20167 : cluster [DBG] pgmap v17817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:19.573451+0000 mgr.y (mgr.14556) 20167 : cluster [DBG] pgmap v17817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:39:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:21.574107+0000 mgr.y (mgr.14556) 20168 : cluster [DBG] pgmap v17818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:23.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:21.574107+0000 mgr.y (mgr.14556) 20168 : cluster [DBG] pgmap v17818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:21.574107+0000 mgr.y (mgr.14556) 20168 : cluster [DBG] pgmap v17818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:39:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:39:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:23.574568+0000 mgr.y (mgr.14556) 20169 : cluster [DBG] pgmap v17819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:25.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:23.574568+0000 mgr.y (mgr.14556) 20169 : cluster [DBG] pgmap v17819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:23.574568+0000 mgr.y (mgr.14556) 20169 : cluster [DBG] pgmap v17819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:25.575188+0000 mgr.y (mgr.14556) 20170 : cluster [DBG] pgmap v17820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:25.575188+0000 mgr.y (mgr.14556) 20170 : cluster [DBG] pgmap v17820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:25.575188+0000 mgr.y (mgr.14556) 20170 : cluster [DBG] pgmap v17820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:27.575762+0000 mgr.y (mgr.14556) 20171 : cluster [DBG] pgmap v17821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:27.575762+0000 mgr.y (mgr.14556) 20171 : cluster [DBG] pgmap v17821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:27.575762+0000 mgr.y (mgr.14556) 20171 : cluster [DBG] pgmap v17821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:31.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:29.576355+0000 mgr.y (mgr.14556) 20172 : cluster [DBG] pgmap v17822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:29.576355+0000 mgr.y (mgr.14556) 20172 : cluster [DBG] pgmap v17822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:29.576355+0000 mgr.y (mgr.14556) 20172 : cluster [DBG] pgmap v17822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:39:33.560 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:39:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:31.577134+0000 mgr.y (mgr.14556) 20173 : cluster [DBG] pgmap v17823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:31.577134+0000 mgr.y (mgr.14556) 20173 : cluster [DBG] pgmap v17823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:31.577134+0000 mgr.y (mgr.14556) 20173 : cluster [DBG] pgmap v17823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:33.849 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:39:33.849 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 2m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:39:33.849 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 2m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:39:33.849 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 2m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 2m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 2m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (9h) 2m ago 9h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (9h) 2m ago 9h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 2m ago 9h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 2m ago 9h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 2m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 2m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 2m ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 2m ago 9h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 2m ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 2m ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 2m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:39:33.850 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 2m ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:39:33.851 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 2m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:39:33.851 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 2m ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:39:33.851 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 2m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:39:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:39:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:39:34.196 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:39:34.196 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:39:34.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:39:34.196 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:39:34.196 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:39:34.196 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:39:34.197 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:39:34.197 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:39:34.197 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:39:34.197 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:39:34.197 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:39:34.197 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:39:34.197 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:39:34.197 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:39:34.197 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:39:34.197 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:39:34.197 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:39:34.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:39:34.194876+0000 mon.c (mon.2) 488 : audit [DBG] from='client.? 172.21.15.23:0/3085214619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:39:34.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:39:34.194876+0000 mon.c (mon.2) 488 : audit [DBG] from='client.? 172.21.15.23:0/3085214619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:39:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:39:34.194876+0000 mon.c (mon.2) 488 : audit [DBG] from='client.? 172.21.15.23:0/3085214619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:39:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:39:33.546819+0000 mgr.y (mgr.14556) 20174 : audit [DBG] from='client.45452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:39:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:33.577472+0000 mgr.y (mgr.14556) 20175 : cluster [DBG] pgmap v17824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:39:33.840085+0000 mgr.y (mgr.14556) 20176 : audit [DBG] from='client.45458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:39:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:39:33.546819+0000 mgr.y (mgr.14556) 20174 : audit [DBG] from='client.45452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:39:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:33.577472+0000 mgr.y (mgr.14556) 20175 : cluster [DBG] pgmap v17824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:35.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:39:33.840085+0000 mgr.y (mgr.14556) 20176 : audit [DBG] from='client.45458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:39:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:39:33.546819+0000 mgr.y (mgr.14556) 20174 : audit [DBG] from='client.45452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:39:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:33.577472+0000 mgr.y (mgr.14556) 20175 : cluster [DBG] pgmap v17824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:39:33.840085+0000 mgr.y (mgr.14556) 20176 : audit [DBG] from='client.45458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:39:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:35.578367+0000 mgr.y (mgr.14556) 20177 : cluster [DBG] pgmap v17825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:35.578367+0000 mgr.y (mgr.14556) 20177 : cluster [DBG] pgmap v17825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:35.578367+0000 mgr.y (mgr.14556) 20177 : cluster [DBG] pgmap v17825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:37.578862+0000 mgr.y (mgr.14556) 20178 : cluster [DBG] pgmap v17826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:37.578862+0000 mgr.y (mgr.14556) 20178 : cluster [DBG] pgmap v17826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:37.578862+0000 mgr.y (mgr.14556) 20178 : cluster [DBG] pgmap v17826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:41.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:39.579390+0000 mgr.y (mgr.14556) 20179 : cluster [DBG] pgmap v17827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:41.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:39:40.963387+0000 mon.a (mon.0) 4286 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:39:41.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:39:41.218594+0000 mon.a (mon.0) 4287 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:39:41.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:39:41.233620+0000 mon.a (mon.0) 4288 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:39:41.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:39.579390+0000 mgr.y (mgr.14556) 20179 : cluster [DBG] pgmap v17827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:41.635 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:39:40.963387+0000 mon.a (mon.0) 4286 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:39:41.635 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:39:41.218594+0000 mon.a (mon.0) 4287 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:39:41.635 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:39:41.233620+0000 mon.a (mon.0) 4288 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:39:41.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:39:41.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:39.579390+0000 mgr.y (mgr.14556) 20179 : cluster [DBG] pgmap v17827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:41.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:39:40.963387+0000 mon.a (mon.0) 4286 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:39:41.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:39:41.218594+0000 mon.a (mon.0) 4287 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:39:41.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:39:41.233620+0000 mon.a (mon.0) 4288 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:39:42.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:39:41.523555+0000 mon.a (mon.0) 4289 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:39:42.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:39:41.524184+0000 mon.a (mon.0) 4290 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:39:42.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:39:41.531646+0000 mon.a (mon.0) 4291 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:39:42.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:39:41.523555+0000 mon.a (mon.0) 4289 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:39:42.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:39:41.524184+0000 mon.a (mon.0) 4290 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:39:42.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:39:41.531646+0000 mon.a (mon.0) 4291 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:39:42.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:39:41.523555+0000 mon.a (mon.0) 4289 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:39:42.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:39:41.524184+0000 mon.a (mon.0) 4290 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:39:42.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:39:41.531646+0000 mon.a (mon.0) 4291 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:39:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:41.580077+0000 mgr.y (mgr.14556) 20180 : cluster [DBG] pgmap v17828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:41.580077+0000 mgr.y (mgr.14556) 20180 : cluster [DBG] pgmap v17828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:41.580077+0000 mgr.y (mgr.14556) 20180 : cluster [DBG] pgmap v17828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:39:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:39:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:43.580487+0000 mgr.y (mgr.14556) 20181 : cluster [DBG] pgmap v17829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:43.580487+0000 mgr.y (mgr.14556) 20181 : cluster [DBG] pgmap v17829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:43.580487+0000 mgr.y (mgr.14556) 20181 : cluster [DBG] pgmap v17829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:45.581104+0000 mgr.y (mgr.14556) 20182 : cluster [DBG] pgmap v17830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:45.581104+0000 mgr.y (mgr.14556) 20182 : cluster [DBG] pgmap v17830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:45.581104+0000 mgr.y (mgr.14556) 20182 : cluster [DBG] pgmap v17830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:47.581647+0000 mgr.y (mgr.14556) 20183 : cluster [DBG] pgmap v17831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:47.581647+0000 mgr.y (mgr.14556) 20183 : cluster [DBG] pgmap v17831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:47.581647+0000 mgr.y (mgr.14556) 20183 : cluster [DBG] pgmap v17831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:49.582094+0000 mgr.y (mgr.14556) 20184 : cluster [DBG] pgmap v17832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:49.582094+0000 mgr.y (mgr.14556) 20184 : cluster [DBG] pgmap v17832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:51.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:49.582094+0000 mgr.y (mgr.14556) 20184 : cluster [DBG] pgmap v17832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:51.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:39:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:51.582847+0000 mgr.y (mgr.14556) 20185 : cluster [DBG] pgmap v17833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:53.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:51.582847+0000 mgr.y (mgr.14556) 20185 : cluster [DBG] pgmap v17833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:51.582847+0000 mgr.y (mgr.14556) 20185 : cluster [DBG] pgmap v17833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:39:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:39:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:53.583441+0000 mgr.y (mgr.14556) 20186 : cluster [DBG] pgmap v17834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:53.583441+0000 mgr.y (mgr.14556) 20186 : cluster [DBG] pgmap v17834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:53.583441+0000 mgr.y (mgr.14556) 20186 : cluster [DBG] pgmap v17834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:55.584304+0000 mgr.y (mgr.14556) 20187 : cluster [DBG] pgmap v17835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:55.584304+0000 mgr.y (mgr.14556) 20187 : cluster [DBG] pgmap v17835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:55.584304+0000 mgr.y (mgr.14556) 20187 : cluster [DBG] pgmap v17835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:57.584782+0000 mgr.y (mgr.14556) 20188 : cluster [DBG] pgmap v17836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:57.584782+0000 mgr.y (mgr.14556) 20188 : cluster [DBG] pgmap v17836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:39:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:39:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:57.584782+0000 mgr.y (mgr.14556) 20188 : cluster [DBG] pgmap v17836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T16:39:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:40:00.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:00.000161+0000 mon.a (mon.0) 4292 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:40:00.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:00.000161+0000 mon.a (mon.0) 4292 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:40:00.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:00.000161+0000 mon.a (mon.0) 4292 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:40:01.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:39:59.585374+0000 mgr.y (mgr.14556) 20189 : cluster [DBG] pgmap v17837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:01.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:40:01.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:39:59.585374+0000 mgr.y (mgr.14556) 20189 : cluster [DBG] pgmap v17837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:01.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:39:59.585374+0000 mgr.y (mgr.14556) 20189 : cluster [DBG] pgmap v17837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:03.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:01.586020+0000 mgr.y (mgr.14556) 20190 : cluster [DBG] pgmap v17838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:03.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:01.586020+0000 mgr.y (mgr.14556) 20190 : cluster [DBG] pgmap v17838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:03.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:01.586020+0000 mgr.y (mgr.14556) 20190 : cluster [DBG] pgmap v17838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:40:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:40:04.525 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:40:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:40:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 3m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:40:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 3m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:40:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 3m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:40:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 3m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:40:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 3m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:40:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 3m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:40:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 3m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:40:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 3m ago 9h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:40:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 3m ago 9h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:40:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 3m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:40:04.812 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 3m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:40:04.813 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 3m ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:40:04.813 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 3m ago 9h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:40:04.813 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 3m ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:40:04.813 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 3m ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:40:04.813 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 3m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:40:04.813 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 3m ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:40:04.813 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 3m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:40:04.813 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 3m ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:40:04.813 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 3m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:40:05.160 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:40:05.160 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:40:05.160 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:40:05.160 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:40:05.160 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:40:05.160 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:40:05.161 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:40:05.161 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:40:05.161 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:40:05.161 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:40:05.161 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:40:05.161 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:40:05.161 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:40:05.161 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:40:05.161 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:40:05.161 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:40:05.161 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:40:05.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:03.586561+0000 mgr.y (mgr.14556) 20191 : cluster [DBG] pgmap v17839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:05.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:40:05.158779+0000 mon.a (mon.0) 4293 : audit [DBG] from='client.? 172.21.15.23:0/1698997686' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:40:05.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:03.586561+0000 mgr.y (mgr.14556) 20191 : cluster [DBG] pgmap v17839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:05.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:40:05.158779+0000 mon.a (mon.0) 4293 : audit [DBG] from='client.? 172.21.15.23:0/1698997686' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:40:05.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:03.586561+0000 mgr.y (mgr.14556) 20191 : cluster [DBG] pgmap v17839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:05.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:40:05.158779+0000 mon.a (mon.0) 4293 : audit [DBG] from='client.? 172.21.15.23:0/1698997686' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:40:06.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:40:04.510643+0000 mgr.y (mgr.14556) 20192 : audit [DBG] from='client.35562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:40:06.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:40:04.802239+0000 mgr.y (mgr.14556) 20193 : audit [DBG] from='client.45476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:40:06.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:40:04.510643+0000 mgr.y (mgr.14556) 20192 : audit [DBG] from='client.35562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:40:06.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:40:04.802239+0000 mgr.y (mgr.14556) 20193 : audit [DBG] from='client.45476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:40:06.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:40:04.510643+0000 mgr.y (mgr.14556) 20192 : audit [DBG] from='client.35562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:40:06.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:40:04.802239+0000 mgr.y (mgr.14556) 20193 : audit [DBG] from='client.45476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:40:07.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:05.587098+0000 mgr.y (mgr.14556) 20194 : cluster [DBG] pgmap v17840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:07.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:05.587098+0000 mgr.y (mgr.14556) 20194 : cluster [DBG] pgmap v17840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:07.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:05.587098+0000 mgr.y (mgr.14556) 20194 : cluster [DBG] pgmap v17840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:08.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:07.587671+0000 mgr.y (mgr.14556) 20195 : cluster [DBG] pgmap v17841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:08.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:07.587671+0000 mgr.y (mgr.14556) 20195 : cluster [DBG] pgmap v17841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:08.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:07.587671+0000 mgr.y (mgr.14556) 20195 : cluster [DBG] pgmap v17841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:10.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:09.588076+0000 mgr.y (mgr.14556) 20196 : cluster [DBG] pgmap v17842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:11.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:09.588076+0000 mgr.y (mgr.14556) 20196 : cluster [DBG] pgmap v17842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:11.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:09.588076+0000 mgr.y (mgr.14556) 20196 : cluster [DBG] pgmap v17842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:40:13.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:11.588874+0000 mgr.y (mgr.14556) 20197 : cluster [DBG] pgmap v17843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:13.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:11.588874+0000 mgr.y (mgr.14556) 20197 : cluster [DBG] pgmap v17843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:13.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:11.588874+0000 mgr.y (mgr.14556) 20197 : cluster [DBG] pgmap v17843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:40:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:40:15.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:13.589292+0000 mgr.y (mgr.14556) 20198 : cluster [DBG] pgmap v17844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:15.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:13.589292+0000 mgr.y (mgr.14556) 20198 : cluster [DBG] pgmap v17844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:15.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:13.589292+0000 mgr.y (mgr.14556) 20198 : cluster [DBG] pgmap v17844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:17.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:15.590138+0000 mgr.y (mgr.14556) 20199 : cluster [DBG] pgmap v17845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:17.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:15.590138+0000 mgr.y (mgr.14556) 20199 : cluster [DBG] pgmap v17845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:17.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:15.590138+0000 mgr.y (mgr.14556) 20199 : cluster [DBG] pgmap v17845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:19.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:17.590661+0000 mgr.y (mgr.14556) 20200 : cluster [DBG] pgmap v17846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:19.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:17.590661+0000 mgr.y (mgr.14556) 20200 : cluster [DBG] pgmap v17846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:19.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:17.590661+0000 mgr.y (mgr.14556) 20200 : cluster [DBG] pgmap v17846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:21.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:19.591077+0000 mgr.y (mgr.14556) 20201 : cluster [DBG] pgmap v17847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:21.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:19.591077+0000 mgr.y (mgr.14556) 20201 : cluster [DBG] pgmap v17847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:21.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:19.591077+0000 mgr.y (mgr.14556) 20201 : cluster [DBG] pgmap v17847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:40:23.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:21.591695+0000 mgr.y (mgr.14556) 20202 : cluster [DBG] pgmap v17848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:23.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:21.591695+0000 mgr.y (mgr.14556) 20202 : cluster [DBG] pgmap v17848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:23.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:21.591695+0000 mgr.y (mgr.14556) 20202 : cluster [DBG] pgmap v17848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:40:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:40:25.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:23.592142+0000 mgr.y (mgr.14556) 20203 : cluster [DBG] pgmap v17849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:25.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:23.592142+0000 mgr.y (mgr.14556) 20203 : cluster [DBG] pgmap v17849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:25.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:23.592142+0000 mgr.y (mgr.14556) 20203 : cluster [DBG] pgmap v17849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:25.592767+0000 mgr.y (mgr.14556) 20204 : cluster [DBG] pgmap v17850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:27.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:25.592767+0000 mgr.y (mgr.14556) 20204 : cluster [DBG] pgmap v17850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:27.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:25.592767+0000 mgr.y (mgr.14556) 20204 : cluster [DBG] pgmap v17850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:29.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:27.593257+0000 mgr.y (mgr.14556) 20205 : cluster [DBG] pgmap v17851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:29.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:27.593257+0000 mgr.y (mgr.14556) 20205 : cluster [DBG] pgmap v17851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:29.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:27.593257+0000 mgr.y (mgr.14556) 20205 : cluster [DBG] pgmap v17851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:31.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:29.593769+0000 mgr.y (mgr.14556) 20206 : cluster [DBG] pgmap v17852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:31.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:29.593769+0000 mgr.y (mgr.14556) 20206 : cluster [DBG] pgmap v17852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:31.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:29.593769+0000 mgr.y (mgr.14556) 20206 : cluster [DBG] pgmap v17852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:40:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:31.594382+0000 mgr.y (mgr.14556) 20207 : cluster [DBG] pgmap v17853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:33.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:31.594382+0000 mgr.y (mgr.14556) 20207 : cluster [DBG] pgmap v17853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:33.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:31.594382+0000 mgr.y (mgr.14556) 20207 : cluster [DBG] pgmap v17853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:40:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:40:35.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:33.594774+0000 mgr.y (mgr.14556) 20208 : cluster [DBG] pgmap v17854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:35.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:33.594774+0000 mgr.y (mgr.14556) 20208 : cluster [DBG] pgmap v17854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:35.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:33.594774+0000 mgr.y (mgr.14556) 20208 : cluster [DBG] pgmap v17854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:35.490 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:40:35.778 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:40:35.778 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 3m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:40:35.778 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 3m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:40:35.778 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 3m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:40:35.778 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 3m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:40:35.778 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 3m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:40:35.778 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 3m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:40:35.778 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 3m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:40:35.778 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 3m ago 9h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:40:35.778 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 3m ago 9h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:40:35.779 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 3m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:40:35.779 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 3m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:40:35.779 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 3m ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:40:35.779 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 3m ago 9h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:40:35.779 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 3m ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:40:35.779 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 3m ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:40:35.779 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 3m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:40:35.779 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 3m ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:40:35.779 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 3m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:40:35.779 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 3m ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:40:35.779 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 3m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:40:36.126 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:40:36.126 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:40:36.126 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:40:36.126 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:40:36.126 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:40:36.126 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:40:36.126 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:40:36.126 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:40:36.127 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:40:36.127 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:40:36.127 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:40:36.127 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:40:36.127 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:40:36.127 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:40:36.127 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:40:36.127 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:40:36.127 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:40:37.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:40:35.475619+0000 mgr.y (mgr.14556) 20209 : audit [DBG] from='client.45488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:40:37.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:35.595348+0000 mgr.y (mgr.14556) 20210 : cluster [DBG] pgmap v17855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:37.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:40:35.768138+0000 mgr.y (mgr.14556) 20211 : audit [DBG] from='client.35586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:40:37.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:40:36.124548+0000 mon.a (mon.0) 4294 : audit [DBG] from='client.? 172.21.15.23:0/2360883091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:40:37.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:40:35.475619+0000 mgr.y (mgr.14556) 20209 : audit [DBG] from='client.45488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:40:37.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:35.595348+0000 mgr.y (mgr.14556) 20210 : cluster [DBG] pgmap v17855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:37.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:40:35.768138+0000 mgr.y (mgr.14556) 20211 : audit [DBG] from='client.35586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:40:37.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:40:36.124548+0000 mon.a (mon.0) 4294 : audit [DBG] from='client.? 172.21.15.23:0/2360883091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:40:37.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:40:35.475619+0000 mgr.y (mgr.14556) 20209 : audit [DBG] from='client.45488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:40:37.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:35.595348+0000 mgr.y (mgr.14556) 20210 : cluster [DBG] pgmap v17855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:37.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:40:35.768138+0000 mgr.y (mgr.14556) 20211 : audit [DBG] from='client.35586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:40:37.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:40:36.124548+0000 mon.a (mon.0) 4294 : audit [DBG] from='client.? 172.21.15.23:0/2360883091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:40:39.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:37.595665+0000 mgr.y (mgr.14556) 20212 : cluster [DBG] pgmap v17856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:39.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:37.595665+0000 mgr.y (mgr.14556) 20212 : cluster [DBG] pgmap v17856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:39.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:37.595665+0000 mgr.y (mgr.14556) 20212 : cluster [DBG] pgmap v17856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:41.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:39.596160+0000 mgr.y (mgr.14556) 20213 : cluster [DBG] pgmap v17857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:41.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:39.596160+0000 mgr.y (mgr.14556) 20213 : cluster [DBG] pgmap v17857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:41.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:39.596160+0000 mgr.y (mgr.14556) 20213 : cluster [DBG] pgmap v17857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:41.841 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:40:42.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:40:41.536345+0000 mon.a (mon.0) 4295 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:40:42.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:40:41.536345+0000 mon.a (mon.0) 4295 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:40:42.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:40:41.536345+0000 mon.a (mon.0) 4295 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:40:43.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:41.596783+0000 mgr.y (mgr.14556) 20214 : cluster [DBG] pgmap v17858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:43.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:40:41.846803+0000 mon.a (mon.0) 4296 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:40:43.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:40:41.847478+0000 mon.a (mon.0) 4297 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:40:43.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:40:41.861361+0000 mon.a (mon.0) 4298 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:40:43.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:41.596783+0000 mgr.y (mgr.14556) 20214 : cluster [DBG] pgmap v17858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:43.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:40:41.846803+0000 mon.a (mon.0) 4296 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:40:43.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:40:41.847478+0000 mon.a (mon.0) 4297 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:40:43.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:40:41.861361+0000 mon.a (mon.0) 4298 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:40:43.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:41.596783+0000 mgr.y (mgr.14556) 20214 : cluster [DBG] pgmap v17858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:43.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:40:41.846803+0000 mon.a (mon.0) 4296 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:40:43.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:40:41.847478+0000 mon.a (mon.0) 4297 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:40:43.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:40:41.861361+0000 mon.a (mon.0) 4298 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:40:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:40:43] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:40:45.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:43.597210+0000 mgr.y (mgr.14556) 20215 : cluster [DBG] pgmap v17859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:45.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:43.597210+0000 mgr.y (mgr.14556) 20215 : cluster [DBG] pgmap v17859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:45.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:43.597210+0000 mgr.y (mgr.14556) 20215 : cluster [DBG] pgmap v17859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:47.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:45.597895+0000 mgr.y (mgr.14556) 20216 : cluster [DBG] pgmap v17860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:47.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:45.597895+0000 mgr.y (mgr.14556) 20216 : cluster [DBG] pgmap v17860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:47.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:45.597895+0000 mgr.y (mgr.14556) 20216 : cluster [DBG] pgmap v17860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:49.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:47.598457+0000 mgr.y (mgr.14556) 20217 : cluster [DBG] pgmap v17861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:49.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:47.598457+0000 mgr.y (mgr.14556) 20217 : cluster [DBG] pgmap v17861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:49.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:47.598457+0000 mgr.y (mgr.14556) 20217 : cluster [DBG] pgmap v17861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:51.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:49.598798+0000 mgr.y (mgr.14556) 20218 : cluster [DBG] pgmap v17862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:51.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:49.598798+0000 mgr.y (mgr.14556) 20218 : cluster [DBG] pgmap v17862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:51.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:49.598798+0000 mgr.y (mgr.14556) 20218 : cluster [DBG] pgmap v17862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:40:53.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:51.599491+0000 mgr.y (mgr.14556) 20219 : cluster [DBG] pgmap v17863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:53.423 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:51.599491+0000 mgr.y (mgr.14556) 20219 : cluster [DBG] pgmap v17863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:53.423 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:51.599491+0000 mgr.y (mgr.14556) 20219 : cluster [DBG] pgmap v17863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:40:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:40:55.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:53.599939+0000 mgr.y (mgr.14556) 20220 : cluster [DBG] pgmap v17864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:55.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:53.599939+0000 mgr.y (mgr.14556) 20220 : cluster [DBG] pgmap v17864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:55.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:53.599939+0000 mgr.y (mgr.14556) 20220 : cluster [DBG] pgmap v17864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:57.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:55.600632+0000 mgr.y (mgr.14556) 20221 : cluster [DBG] pgmap v17865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:57.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:55.600632+0000 mgr.y (mgr.14556) 20221 : cluster [DBG] pgmap v17865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:55.600632+0000 mgr.y (mgr.14556) 20221 : cluster [DBG] pgmap v17865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:59.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:57.601197+0000 mgr.y (mgr.14556) 20222 : cluster [DBG] pgmap v17866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:40:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:57.601197+0000 mgr.y (mgr.14556) 20222 : cluster [DBG] pgmap v17866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:40:59.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:40:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:57.601197+0000 mgr.y (mgr.14556) 20222 : cluster [DBG] pgmap v17866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:40:59.601631+0000 mgr.y (mgr.14556) 20223 : cluster [DBG] pgmap v17867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:40:59.601631+0000 mgr.y (mgr.14556) 20223 : cluster [DBG] pgmap v17867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:01.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:40:59.601631+0000 mgr.y (mgr.14556) 20223 : cluster [DBG] pgmap v17867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:41:03.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:01.602487+0000 mgr.y (mgr.14556) 20224 : cluster [DBG] pgmap v17868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:03.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:01.602487+0000 mgr.y (mgr.14556) 20224 : cluster [DBG] pgmap v17868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:01.602487+0000 mgr.y (mgr.14556) 20224 : cluster [DBG] pgmap v17868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:41:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:41:05.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:03.602871+0000 mgr.y (mgr.14556) 20225 : cluster [DBG] pgmap v17869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:05.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:03.602871+0000 mgr.y (mgr.14556) 20225 : cluster [DBG] pgmap v17869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:03.602871+0000 mgr.y (mgr.14556) 20225 : cluster [DBG] pgmap v17869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:06.459 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:41:06.747 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:41:06.747 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 4m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:41:06.747 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 4m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:41:06.747 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 4m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:41:06.747 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 4m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:41:06.747 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 4m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 4m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 4m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (9h) 4m ago 9h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (9h) 4m ago 9h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 4m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 4m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 4m ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 4m ago 9h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 4m ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 4m ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 4m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 4m ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 4m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 4m ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:41:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 4m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:41:07.097 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:41:07.098 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:41:07.098 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:41:07.098 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:41:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:05.603520+0000 mgr.y (mgr.14556) 20226 : cluster [DBG] pgmap v17870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:41:06.445413+0000 mgr.y (mgr.14556) 20227 : audit [DBG] from='client.35598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:41:07.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:05.603520+0000 mgr.y (mgr.14556) 20226 : cluster [DBG] pgmap v17870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:07.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:41:06.445413+0000 mgr.y (mgr.14556) 20227 : audit [DBG] from='client.35598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:41:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:05.603520+0000 mgr.y (mgr.14556) 20226 : cluster [DBG] pgmap v17870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:41:06.445413+0000 mgr.y (mgr.14556) 20227 : audit [DBG] from='client.35598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:41:08.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:41:06.737674+0000 mgr.y (mgr.14556) 20228 : audit [DBG] from='client.45512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:41:08.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:41:07.095281+0000 mon.c (mon.2) 489 : audit [DBG] from='client.? 172.21.15.23:0/1176890890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:41:08.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:41:06.737674+0000 mgr.y (mgr.14556) 20228 : audit [DBG] from='client.45512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:41:08.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:41:07.095281+0000 mon.c (mon.2) 489 : audit [DBG] from='client.? 172.21.15.23:0/1176890890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:41:08.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:41:06.737674+0000 mgr.y (mgr.14556) 20228 : audit [DBG] from='client.45512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:41:08.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:41:07.095281+0000 mon.c (mon.2) 489 : audit [DBG] from='client.? 172.21.15.23:0/1176890890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:41:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:07.603915+0000 mgr.y (mgr.14556) 20229 : cluster [DBG] pgmap v17871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:09.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:07.603915+0000 mgr.y (mgr.14556) 20229 : cluster [DBG] pgmap v17871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:09.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:07.603915+0000 mgr.y (mgr.14556) 20229 : cluster [DBG] pgmap v17871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:11.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:09.604355+0000 mgr.y (mgr.14556) 20230 : cluster [DBG] pgmap v17872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:11.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:09.604355+0000 mgr.y (mgr.14556) 20230 : cluster [DBG] pgmap v17872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:11.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:09.604355+0000 mgr.y (mgr.14556) 20230 : cluster [DBG] pgmap v17872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:41:13.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:11.604953+0000 mgr.y (mgr.14556) 20231 : cluster [DBG] pgmap v17873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:13.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:11.604953+0000 mgr.y (mgr.14556) 20231 : cluster [DBG] pgmap v17873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:11.604953+0000 mgr.y (mgr.14556) 20231 : cluster [DBG] pgmap v17873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:41:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:41:15.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:13.605433+0000 mgr.y (mgr.14556) 20232 : cluster [DBG] pgmap v17874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:15.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:13.605433+0000 mgr.y (mgr.14556) 20232 : cluster [DBG] pgmap v17874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:13.605433+0000 mgr.y (mgr.14556) 20232 : cluster [DBG] pgmap v17874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:15.606251+0000 mgr.y (mgr.14556) 20233 : cluster [DBG] pgmap v17875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:17.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:15.606251+0000 mgr.y (mgr.14556) 20233 : cluster [DBG] pgmap v17875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:15.606251+0000 mgr.y (mgr.14556) 20233 : cluster [DBG] pgmap v17875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:19.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:17.606735+0000 mgr.y (mgr.14556) 20234 : cluster [DBG] pgmap v17876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:19.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:17.606735+0000 mgr.y (mgr.14556) 20234 : cluster [DBG] pgmap v17876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:19.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:17.606735+0000 mgr.y (mgr.14556) 20234 : cluster [DBG] pgmap v17876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:19.607243+0000 mgr.y (mgr.14556) 20235 : cluster [DBG] pgmap v17877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:19.607243+0000 mgr.y (mgr.14556) 20235 : cluster [DBG] pgmap v17877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:19.607243+0000 mgr.y (mgr.14556) 20235 : cluster [DBG] pgmap v17877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:41:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:21.607957+0000 mgr.y (mgr.14556) 20236 : cluster [DBG] pgmap v17878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:23.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:21.607957+0000 mgr.y (mgr.14556) 20236 : cluster [DBG] pgmap v17878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:21.607957+0000 mgr.y (mgr.14556) 20236 : cluster [DBG] pgmap v17878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:41:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:41:25.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:23.608554+0000 mgr.y (mgr.14556) 20237 : cluster [DBG] pgmap v17879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:25.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:23.608554+0000 mgr.y (mgr.14556) 20237 : cluster [DBG] pgmap v17879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:25.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:23.608554+0000 mgr.y (mgr.14556) 20237 : cluster [DBG] pgmap v17879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:27.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:25.609200+0000 mgr.y (mgr.14556) 20238 : cluster [DBG] pgmap v17880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:27.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:25.609200+0000 mgr.y (mgr.14556) 20238 : cluster [DBG] pgmap v17880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:27.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:25.609200+0000 mgr.y (mgr.14556) 20238 : cluster [DBG] pgmap v17880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:29.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:27.609582+0000 mgr.y (mgr.14556) 20239 : cluster [DBG] pgmap v17881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:27.609582+0000 mgr.y (mgr.14556) 20239 : cluster [DBG] pgmap v17881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:27.609582+0000 mgr.y (mgr.14556) 20239 : cluster [DBG] pgmap v17881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:31.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:29.610093+0000 mgr.y (mgr.14556) 20240 : cluster [DBG] pgmap v17882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:29.610093+0000 mgr.y (mgr.14556) 20240 : cluster [DBG] pgmap v17882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:29.610093+0000 mgr.y (mgr.14556) 20240 : cluster [DBG] pgmap v17882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:41:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:31.610797+0000 mgr.y (mgr.14556) 20241 : cluster [DBG] pgmap v17883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:31.610797+0000 mgr.y (mgr.14556) 20241 : cluster [DBG] pgmap v17883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:31.610797+0000 mgr.y (mgr.14556) 20241 : cluster [DBG] pgmap v17883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:41:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:41:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:33.611247+0000 mgr.y (mgr.14556) 20242 : cluster [DBG] pgmap v17884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:33.611247+0000 mgr.y (mgr.14556) 20242 : cluster [DBG] pgmap v17884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:33.611247+0000 mgr.y (mgr.14556) 20242 : cluster [DBG] pgmap v17884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:37.423 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:41:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:35.612030+0000 mgr.y (mgr.14556) 20243 : cluster [DBG] pgmap v17885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:35.612030+0000 mgr.y (mgr.14556) 20243 : cluster [DBG] pgmap v17885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:35.612030+0000 mgr.y (mgr.14556) 20243 : cluster [DBG] pgmap v17885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:37.710 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:41:37.710 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 4m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 4m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 4m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 4m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (9h) 4m ago 9h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 4m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 4m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 4m ago 10h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 4m ago 10h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 4m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 4m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9h) 4m ago 9h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 4m ago 9h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 4m ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 4m ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:41:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 4m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:41:37.712 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 4m ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:41:37.712 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 4m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:41:37.712 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 4m ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:41:37.712 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 4m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:41:38.062 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:41:38.062 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:41:38.062 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:41:38.062 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:41:38.062 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:41:38.062 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:41:38.062 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:41:38.062 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:41:38.062 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:41:38.062 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:41:38.062 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:41:38.063 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:41:38.063 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:41:38.063 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:41:38.063 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:41:38.063 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:41:38.063 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:41:38.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:41:37.410081+0000 mgr.y (mgr.14556) 20244 : audit [DBG] from='client.35616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:41:38.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:41:38.060228+0000 mon.c (mon.2) 490 : audit [DBG] from='client.? 172.21.15.23:0/3553484074' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:41:38.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:41:37.410081+0000 mgr.y (mgr.14556) 20244 : audit [DBG] from='client.35616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:41:38.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:41:38.060228+0000 mon.c (mon.2) 490 : audit [DBG] from='client.? 172.21.15.23:0/3553484074' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:41:38.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:41:37.410081+0000 mgr.y (mgr.14556) 20244 : audit [DBG] from='client.35616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:41:38.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:41:38.060228+0000 mon.c (mon.2) 490 : audit [DBG] from='client.? 172.21.15.23:0/3553484074' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:41:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:37.612362+0000 mgr.y (mgr.14556) 20245 : cluster [DBG] pgmap v17886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:41:37.701299+0000 mgr.y (mgr.14556) 20246 : audit [DBG] from='client.35622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:41:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:37.612362+0000 mgr.y (mgr.14556) 20245 : cluster [DBG] pgmap v17886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:39.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:41:37.701299+0000 mgr.y (mgr.14556) 20246 : audit [DBG] from='client.35622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:41:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:37.612362+0000 mgr.y (mgr.14556) 20245 : cluster [DBG] pgmap v17886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:41:37.701299+0000 mgr.y (mgr.14556) 20246 : audit [DBG] from='client.35622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:41:41.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:39.612920+0000 mgr.y (mgr.14556) 20247 : cluster [DBG] pgmap v17887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:39.612920+0000 mgr.y (mgr.14556) 20247 : cluster [DBG] pgmap v17887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:39.612920+0000 mgr.y (mgr.14556) 20247 : cluster [DBG] pgmap v17887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:41:42.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:41:41.865948+0000 mon.a (mon.0) 4299 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:41:42.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:41:42.174538+0000 mon.a (mon.0) 4300 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:41:42.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:41:42.175208+0000 mon.a (mon.0) 4301 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:41:42.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:41:42.186471+0000 mon.a (mon.0) 4302 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:41:42.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:41:41.865948+0000 mon.a (mon.0) 4299 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:41:42.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:41:42.174538+0000 mon.a (mon.0) 4300 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:41:42.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:41:42.175208+0000 mon.a (mon.0) 4301 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:41:42.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:41:42.186471+0000 mon.a (mon.0) 4302 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:41:42.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:41:41.865948+0000 mon.a (mon.0) 4299 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:41:42.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:41:42.174538+0000 mon.a (mon.0) 4300 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:41:42.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:41:42.175208+0000 mon.a (mon.0) 4301 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:41:42.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:41:42.186471+0000 mon.a (mon.0) 4302 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:41:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:41.613591+0000 mgr.y (mgr.14556) 20248 : cluster [DBG] pgmap v17888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:41.613591+0000 mgr.y (mgr.14556) 20248 : cluster [DBG] pgmap v17888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:41.613591+0000 mgr.y (mgr.14556) 20248 : cluster [DBG] pgmap v17888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:41:43] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:41:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:43.613993+0000 mgr.y (mgr.14556) 20249 : cluster [DBG] pgmap v17889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:45.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:43.613993+0000 mgr.y (mgr.14556) 20249 : cluster [DBG] pgmap v17889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:43.613993+0000 mgr.y (mgr.14556) 20249 : cluster [DBG] pgmap v17889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:45.614654+0000 mgr.y (mgr.14556) 20250 : cluster [DBG] pgmap v17890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:47.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:45.614654+0000 mgr.y (mgr.14556) 20250 : cluster [DBG] pgmap v17890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:45.614654+0000 mgr.y (mgr.14556) 20250 : cluster [DBG] pgmap v17890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:47.615221+0000 mgr.y (mgr.14556) 20251 : cluster [DBG] pgmap v17891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:47.615221+0000 mgr.y (mgr.14556) 20251 : cluster [DBG] pgmap v17891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:47.615221+0000 mgr.y (mgr.14556) 20251 : cluster [DBG] pgmap v17891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:51.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:49.615684+0000 mgr.y (mgr.14556) 20252 : cluster [DBG] pgmap v17892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:49.615684+0000 mgr.y (mgr.14556) 20252 : cluster [DBG] pgmap v17892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:49.615684+0000 mgr.y (mgr.14556) 20252 : cluster [DBG] pgmap v17892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:51.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:41:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:51.616443+0000 mgr.y (mgr.14556) 20253 : cluster [DBG] pgmap v17893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:51.616443+0000 mgr.y (mgr.14556) 20253 : cluster [DBG] pgmap v17893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:51.616443+0000 mgr.y (mgr.14556) 20253 : cluster [DBG] pgmap v17893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:41:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:41:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:53.616978+0000 mgr.y (mgr.14556) 20254 : cluster [DBG] pgmap v17894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:53.616978+0000 mgr.y (mgr.14556) 20254 : cluster [DBG] pgmap v17894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:53.616978+0000 mgr.y (mgr.14556) 20254 : cluster [DBG] pgmap v17894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:55.617629+0000 mgr.y (mgr.14556) 20255 : cluster [DBG] pgmap v17895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:55.617629+0000 mgr.y (mgr.14556) 20255 : cluster [DBG] pgmap v17895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:55.617629+0000 mgr.y (mgr.14556) 20255 : cluster [DBG] pgmap v17895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:57.618168+0000 mgr.y (mgr.14556) 20256 : cluster [DBG] pgmap v17896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:57.618168+0000 mgr.y (mgr.14556) 20256 : cluster [DBG] pgmap v17896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:41:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:41:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:57.618168+0000 mgr.y (mgr.14556) 20256 : cluster [DBG] pgmap v17896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:41:59.618619+0000 mgr.y (mgr.14556) 20257 : cluster [DBG] pgmap v17897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:01.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:41:59.618619+0000 mgr.y (mgr.14556) 20257 : cluster [DBG] pgmap v17897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:01.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:41:59.618619+0000 mgr.y (mgr.14556) 20257 : cluster [DBG] pgmap v17897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:01.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:42:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:01.619352+0000 mgr.y (mgr.14556) 20258 : cluster [DBG] pgmap v17898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:01.619352+0000 mgr.y (mgr.14556) 20258 : cluster [DBG] pgmap v17898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:01.619352+0000 mgr.y (mgr.14556) 20258 : cluster [DBG] pgmap v17898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:42:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:42:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:03.619702+0000 mgr.y (mgr.14556) 20259 : cluster [DBG] pgmap v17899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:03.619702+0000 mgr.y (mgr.14556) 20259 : cluster [DBG] pgmap v17899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:05.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:03.619702+0000 mgr.y (mgr.14556) 20259 : cluster [DBG] pgmap v17899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:05.620463+0000 mgr.y (mgr.14556) 20260 : cluster [DBG] pgmap v17900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:07.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:05.620463+0000 mgr.y (mgr.14556) 20260 : cluster [DBG] pgmap v17900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:07.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:05.620463+0000 mgr.y (mgr.14556) 20260 : cluster [DBG] pgmap v17900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:08.389 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:42:08.679 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:42:08.679 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 5m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 5m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 5m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 5m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 5m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 5m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 5m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 5m ago 10h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 5m ago 10h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 5m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 5m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 5m ago 10h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9h) 5m ago 9h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 5m ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:42:08.680 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 5m ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:42:08.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 5m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:42:08.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 5m ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:42:08.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 5m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:42:08.681 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 5m ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:42:08.681 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 5m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:42:09.027 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:42:09.028 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:42:09.029 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:42:09.029 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:42:09.029 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:42:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:07.620843+0000 mgr.y (mgr.14556) 20261 : cluster [DBG] pgmap v17901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:42:08.375980+0000 mgr.y (mgr.14556) 20262 : audit [DBG] from='client.45542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:42:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:42:09.026095+0000 mon.a (mon.0) 4303 : audit [DBG] from='client.? 172.21.15.23:0/3882973670' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:42:09.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:07.620843+0000 mgr.y (mgr.14556) 20261 : cluster [DBG] pgmap v17901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:09.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:42:08.375980+0000 mgr.y (mgr.14556) 20262 : audit [DBG] from='client.45542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:42:09.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:42:09.026095+0000 mon.a (mon.0) 4303 : audit [DBG] from='client.? 172.21.15.23:0/3882973670' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:42:09.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:07.620843+0000 mgr.y (mgr.14556) 20261 : cluster [DBG] pgmap v17901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:09.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:42:08.375980+0000 mgr.y (mgr.14556) 20262 : audit [DBG] from='client.45542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:42:09.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:42:09.026095+0000 mon.a (mon.0) 4303 : audit [DBG] from='client.? 172.21.15.23:0/3882973670' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:42:10.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:42:08.670051+0000 mgr.y (mgr.14556) 20263 : audit [DBG] from='client.45548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:42:10.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:42:08.670051+0000 mgr.y (mgr.14556) 20263 : audit [DBG] from='client.45548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:42:10.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:42:08.670051+0000 mgr.y (mgr.14556) 20263 : audit [DBG] from='client.45548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:42:11.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:09.621259+0000 mgr.y (mgr.14556) 20264 : cluster [DBG] pgmap v17902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:11.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:09.621259+0000 mgr.y (mgr.14556) 20264 : cluster [DBG] pgmap v17902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:11.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:09.621259+0000 mgr.y (mgr.14556) 20264 : cluster [DBG] pgmap v17902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:42:13.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:11.621901+0000 mgr.y (mgr.14556) 20265 : cluster [DBG] pgmap v17903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:13.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:11.621901+0000 mgr.y (mgr.14556) 20265 : cluster [DBG] pgmap v17903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:13.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:11.621901+0000 mgr.y (mgr.14556) 20265 : cluster [DBG] pgmap v17903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:42:13] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T16:42:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:13.622322+0000 mgr.y (mgr.14556) 20266 : cluster [DBG] pgmap v17904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:15.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:13.622322+0000 mgr.y (mgr.14556) 20266 : cluster [DBG] pgmap v17904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:15.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:13.622322+0000 mgr.y (mgr.14556) 20266 : cluster [DBG] pgmap v17904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:17.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:15.622970+0000 mgr.y (mgr.14556) 20267 : cluster [DBG] pgmap v17905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:17.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:15.622970+0000 mgr.y (mgr.14556) 20267 : cluster [DBG] pgmap v17905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:17.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:15.622970+0000 mgr.y (mgr.14556) 20267 : cluster [DBG] pgmap v17905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:17.623322+0000 mgr.y (mgr.14556) 20268 : cluster [DBG] pgmap v17906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:17.623322+0000 mgr.y (mgr.14556) 20268 : cluster [DBG] pgmap v17906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:19.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:17.623322+0000 mgr.y (mgr.14556) 20268 : cluster [DBG] pgmap v17906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:20.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:19.623873+0000 mgr.y (mgr.14556) 20269 : cluster [DBG] pgmap v17907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:20.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:19.623873+0000 mgr.y (mgr.14556) 20269 : cluster [DBG] pgmap v17907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:20.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:19.623873+0000 mgr.y (mgr.14556) 20269 : cluster [DBG] pgmap v17907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:42:23.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:21.624583+0000 mgr.y (mgr.14556) 20270 : cluster [DBG] pgmap v17908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:23.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:21.624583+0000 mgr.y (mgr.14556) 20270 : cluster [DBG] pgmap v17908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:23.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:21.624583+0000 mgr.y (mgr.14556) 20270 : cluster [DBG] pgmap v17908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:42:23] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T16:42:25.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:23.625146+0000 mgr.y (mgr.14556) 20271 : cluster [DBG] pgmap v17909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:25.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:23.625146+0000 mgr.y (mgr.14556) 20271 : cluster [DBG] pgmap v17909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:25.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:23.625146+0000 mgr.y (mgr.14556) 20271 : cluster [DBG] pgmap v17909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:27.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:25.625892+0000 mgr.y (mgr.14556) 20272 : cluster [DBG] pgmap v17910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:27.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:25.625892+0000 mgr.y (mgr.14556) 20272 : cluster [DBG] pgmap v17910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:27.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:25.625892+0000 mgr.y (mgr.14556) 20272 : cluster [DBG] pgmap v17910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:29.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:27.626366+0000 mgr.y (mgr.14556) 20273 : cluster [DBG] pgmap v17911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:29.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:27.626366+0000 mgr.y (mgr.14556) 20273 : cluster [DBG] pgmap v17911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:29.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:27.626366+0000 mgr.y (mgr.14556) 20273 : cluster [DBG] pgmap v17911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:31.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:29.626824+0000 mgr.y (mgr.14556) 20274 : cluster [DBG] pgmap v17912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:31.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:29.626824+0000 mgr.y (mgr.14556) 20274 : cluster [DBG] pgmap v17912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:31.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:29.626824+0000 mgr.y (mgr.14556) 20274 : cluster [DBG] pgmap v17912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:42:33.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:31.627653+0000 mgr.y (mgr.14556) 20275 : cluster [DBG] pgmap v17913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:33.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:31.627653+0000 mgr.y (mgr.14556) 20275 : cluster [DBG] pgmap v17913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:33.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:31.627653+0000 mgr.y (mgr.14556) 20275 : cluster [DBG] pgmap v17913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:42:33] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T16:42:35.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:33.628108+0000 mgr.y (mgr.14556) 20276 : cluster [DBG] pgmap v17914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:35.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:33.628108+0000 mgr.y (mgr.14556) 20276 : cluster [DBG] pgmap v17914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:35.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:33.628108+0000 mgr.y (mgr.14556) 20276 : cluster [DBG] pgmap v17914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:37.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:35.628793+0000 mgr.y (mgr.14556) 20277 : cluster [DBG] pgmap v17915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:37.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:35.628793+0000 mgr.y (mgr.14556) 20277 : cluster [DBG] pgmap v17915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:37.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:35.628793+0000 mgr.y (mgr.14556) 20277 : cluster [DBG] pgmap v17915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:39.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:37.629317+0000 mgr.y (mgr.14556) 20278 : cluster [DBG] pgmap v17916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:39.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:37.629317+0000 mgr.y (mgr.14556) 20278 : cluster [DBG] pgmap v17916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:39.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:37.629317+0000 mgr.y (mgr.14556) 20278 : cluster [DBG] pgmap v17916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:39.351 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:42:39.637 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:42:39.637 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 6m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:42:39.637 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 5m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 6m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 5m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 5m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 6m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 6m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 5m ago 10h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 6m ago 10h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 6m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 5m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 6m ago 10h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 6m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9h) 6m ago 9h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 6m ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 5m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:42:39.638 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 5m ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:42:39.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 5m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:42:39.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 5m ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:42:39.639 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 5m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:42:39.991 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:42:39.991 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:42:39.991 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:42:39.991 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:42:39.992 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:42:40.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:42:39.337833+0000 mgr.y (mgr.14556) 20279 : audit [DBG] from='client.35652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:42:40.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:42:39.337833+0000 mgr.y (mgr.14556) 20279 : audit [DBG] from='client.35652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:42:40.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:42:39.337833+0000 mgr.y (mgr.14556) 20279 : audit [DBG] from='client.35652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:42:41.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:42:39.627664+0000 mgr.y (mgr.14556) 20280 : audit [DBG] from='client.35658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:42:41.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:39.629653+0000 mgr.y (mgr.14556) 20281 : cluster [DBG] pgmap v17917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:41.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:42:39.989808+0000 mon.a (mon.0) 4304 : audit [DBG] from='client.? 172.21.15.23:0/1205095221' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:42:41.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:42:39.627664+0000 mgr.y (mgr.14556) 20280 : audit [DBG] from='client.35658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:42:41.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:39.629653+0000 mgr.y (mgr.14556) 20281 : cluster [DBG] pgmap v17917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:41.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:42:39.989808+0000 mon.a (mon.0) 4304 : audit [DBG] from='client.? 172.21.15.23:0/1205095221' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:42:41.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:42:39.627664+0000 mgr.y (mgr.14556) 20280 : audit [DBG] from='client.35658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:42:41.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:39.629653+0000 mgr.y (mgr.14556) 20281 : cluster [DBG] pgmap v17917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:41.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:42:39.989808+0000 mon.a (mon.0) 4304 : audit [DBG] from='client.? 172.21.15.23:0/1205095221' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:42:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:42:43.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:41.630309+0000 mgr.y (mgr.14556) 20282 : cluster [DBG] pgmap v17918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:43.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:42:42.190843+0000 mon.a (mon.0) 4305 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:42:43.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:42:42.496067+0000 mon.a (mon.0) 4306 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:42:43.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:42:42.496735+0000 mon.a (mon.0) 4307 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:42:43.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:42:42.505477+0000 mon.a (mon.0) 4308 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:42:43.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:41.630309+0000 mgr.y (mgr.14556) 20282 : cluster [DBG] pgmap v17918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:43.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:42:42.190843+0000 mon.a (mon.0) 4305 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:42:43.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:42:42.496067+0000 mon.a (mon.0) 4306 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:42:43.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:42:42.496735+0000 mon.a (mon.0) 4307 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:42:43.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:42:42.505477+0000 mon.a (mon.0) 4308 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:42:43.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:41.630309+0000 mgr.y (mgr.14556) 20282 : cluster [DBG] pgmap v17918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:43.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:42:42.190843+0000 mon.a (mon.0) 4305 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:42:43.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:42:42.496067+0000 mon.a (mon.0) 4306 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:42:43.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:42:42.496735+0000 mon.a (mon.0) 4307 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:42:43.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:42:42.505477+0000 mon.a (mon.0) 4308 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:42:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:42:43] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:42:45.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:43.630887+0000 mgr.y (mgr.14556) 20283 : cluster [DBG] pgmap v17919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:45.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:43.630887+0000 mgr.y (mgr.14556) 20283 : cluster [DBG] pgmap v17919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:45.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:43.630887+0000 mgr.y (mgr.14556) 20283 : cluster [DBG] pgmap v17919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:47.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:45.631662+0000 mgr.y (mgr.14556) 20284 : cluster [DBG] pgmap v17920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:47.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:45.631662+0000 mgr.y (mgr.14556) 20284 : cluster [DBG] pgmap v17920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:47.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:45.631662+0000 mgr.y (mgr.14556) 20284 : cluster [DBG] pgmap v17920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:49.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:47.632101+0000 mgr.y (mgr.14556) 20285 : cluster [DBG] pgmap v17921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:49.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:47.632101+0000 mgr.y (mgr.14556) 20285 : cluster [DBG] pgmap v17921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:49.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:47.632101+0000 mgr.y (mgr.14556) 20285 : cluster [DBG] pgmap v17921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:51.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:49.632662+0000 mgr.y (mgr.14556) 20286 : cluster [DBG] pgmap v17922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:51.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:49.632662+0000 mgr.y (mgr.14556) 20286 : cluster [DBG] pgmap v17922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:51.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:49.632662+0000 mgr.y (mgr.14556) 20286 : cluster [DBG] pgmap v17922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:42:53.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:51.633365+0000 mgr.y (mgr.14556) 20287 : cluster [DBG] pgmap v17923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:53.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:51.633365+0000 mgr.y (mgr.14556) 20287 : cluster [DBG] pgmap v17923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:53.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:51.633365+0000 mgr.y (mgr.14556) 20287 : cluster [DBG] pgmap v17923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:42:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:42:55.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:53.633737+0000 mgr.y (mgr.14556) 20288 : cluster [DBG] pgmap v17924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:55.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:53.633737+0000 mgr.y (mgr.14556) 20288 : cluster [DBG] pgmap v17924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:55.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:53.633737+0000 mgr.y (mgr.14556) 20288 : cluster [DBG] pgmap v17924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:57.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:55.634605+0000 mgr.y (mgr.14556) 20289 : cluster [DBG] pgmap v17925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:57.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:55.634605+0000 mgr.y (mgr.14556) 20289 : cluster [DBG] pgmap v17925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:57.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:55.634605+0000 mgr.y (mgr.14556) 20289 : cluster [DBG] pgmap v17925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:59.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:42:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:57.635172+0000 mgr.y (mgr.14556) 20290 : cluster [DBG] pgmap v17926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:59.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:57.635172+0000 mgr.y (mgr.14556) 20290 : cluster [DBG] pgmap v17926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:42:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:42:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:57.635172+0000 mgr.y (mgr.14556) 20290 : cluster [DBG] pgmap v17926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:01.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:42:59.635635+0000 mgr.y (mgr.14556) 20291 : cluster [DBG] pgmap v17927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:42:59.635635+0000 mgr.y (mgr.14556) 20291 : cluster [DBG] pgmap v17927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:42:59.635635+0000 mgr.y (mgr.14556) 20291 : cluster [DBG] pgmap v17927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:43:03.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:01.636352+0000 mgr.y (mgr.14556) 20292 : cluster [DBG] pgmap v17928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:03.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:01.636352+0000 mgr.y (mgr.14556) 20292 : cluster [DBG] pgmap v17928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:01.636352+0000 mgr.y (mgr.14556) 20292 : cluster [DBG] pgmap v17928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:43:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:43:05.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:03.636873+0000 mgr.y (mgr.14556) 20293 : cluster [DBG] pgmap v17929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:05.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:03.636873+0000 mgr.y (mgr.14556) 20293 : cluster [DBG] pgmap v17929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:03.636873+0000 mgr.y (mgr.14556) 20293 : cluster [DBG] pgmap v17929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:05.637696+0000 mgr.y (mgr.14556) 20294 : cluster [DBG] pgmap v17930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:05.637696+0000 mgr.y (mgr.14556) 20294 : cluster [DBG] pgmap v17930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:05.637696+0000 mgr.y (mgr.14556) 20294 : cluster [DBG] pgmap v17930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:09.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:07.638250+0000 mgr.y (mgr.14556) 20295 : cluster [DBG] pgmap v17931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:07.638250+0000 mgr.y (mgr.14556) 20295 : cluster [DBG] pgmap v17931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:09.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:07.638250+0000 mgr.y (mgr.14556) 20295 : cluster [DBG] pgmap v17931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:10.317 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:43:10.605 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:43:10.605 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 6m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:43:10.605 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 6m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:43:10.605 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 6m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:43:10.605 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 6m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 6m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 6m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 6m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 6m ago 10h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 6m ago 10h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 6m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 6m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 6m ago 10h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 6m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 6m ago 10h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9h) 6m ago 9h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (9h) 6m ago 9h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 6m ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 6m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 6m ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:43:10.606 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 6m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:43:10.953 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:43:10.953 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:43:10.953 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:43:10.954 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:43:11.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:09.638654+0000 mgr.y (mgr.14556) 20296 : cluster [DBG] pgmap v17932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:11.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:43:10.303321+0000 mgr.y (mgr.14556) 20297 : audit [DBG] from='client.35670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:43:11.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:09.638654+0000 mgr.y (mgr.14556) 20296 : cluster [DBG] pgmap v17932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:11.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:43:10.303321+0000 mgr.y (mgr.14556) 20297 : audit [DBG] from='client.35670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:43:11.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:09.638654+0000 mgr.y (mgr.14556) 20296 : cluster [DBG] pgmap v17932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:11.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:43:10.303321+0000 mgr.y (mgr.14556) 20297 : audit [DBG] from='client.35670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:43:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:43:12.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:43:10.595746+0000 mgr.y (mgr.14556) 20298 : audit [DBG] from='client.45584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:43:12.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:43:10.951881+0000 mon.a (mon.0) 4309 : audit [DBG] from='client.? 172.21.15.23:0/1324473598' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:43:12.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:43:10.595746+0000 mgr.y (mgr.14556) 20298 : audit [DBG] from='client.45584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:43:12.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:43:10.951881+0000 mon.a (mon.0) 4309 : audit [DBG] from='client.? 172.21.15.23:0/1324473598' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:43:12.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:43:10.595746+0000 mgr.y (mgr.14556) 20298 : audit [DBG] from='client.45584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:43:12.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:43:10.951881+0000 mon.a (mon.0) 4309 : audit [DBG] from='client.? 172.21.15.23:0/1324473598' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:43:13.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:11.639304+0000 mgr.y (mgr.14556) 20299 : cluster [DBG] pgmap v17933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:13.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:11.639304+0000 mgr.y (mgr.14556) 20299 : cluster [DBG] pgmap v17933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:11.639304+0000 mgr.y (mgr.14556) 20299 : cluster [DBG] pgmap v17933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:43:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T16:43:15.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:13.639827+0000 mgr.y (mgr.14556) 20300 : cluster [DBG] pgmap v17934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:15.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:13.639827+0000 mgr.y (mgr.14556) 20300 : cluster [DBG] pgmap v17934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:13.639827+0000 mgr.y (mgr.14556) 20300 : cluster [DBG] pgmap v17934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:15.640432+0000 mgr.y (mgr.14556) 20301 : cluster [DBG] pgmap v17935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:17.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:15.640432+0000 mgr.y (mgr.14556) 20301 : cluster [DBG] pgmap v17935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:15.640432+0000 mgr.y (mgr.14556) 20301 : cluster [DBG] pgmap v17935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:19.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:17.640880+0000 mgr.y (mgr.14556) 20302 : cluster [DBG] pgmap v17936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:19.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:17.640880+0000 mgr.y (mgr.14556) 20302 : cluster [DBG] pgmap v17936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:19.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:17.640880+0000 mgr.y (mgr.14556) 20302 : cluster [DBG] pgmap v17936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:19.641395+0000 mgr.y (mgr.14556) 20303 : cluster [DBG] pgmap v17937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:19.641395+0000 mgr.y (mgr.14556) 20303 : cluster [DBG] pgmap v17937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:19.641395+0000 mgr.y (mgr.14556) 20303 : cluster [DBG] pgmap v17937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:43:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:21.642060+0000 mgr.y (mgr.14556) 20304 : cluster [DBG] pgmap v17938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:23.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:21.642060+0000 mgr.y (mgr.14556) 20304 : cluster [DBG] pgmap v17938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:21.642060+0000 mgr.y (mgr.14556) 20304 : cluster [DBG] pgmap v17938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:43:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:43:25.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:23.642643+0000 mgr.y (mgr.14556) 20305 : cluster [DBG] pgmap v17939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:25.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:23.642643+0000 mgr.y (mgr.14556) 20305 : cluster [DBG] pgmap v17939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:25.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:23.642643+0000 mgr.y (mgr.14556) 20305 : cluster [DBG] pgmap v17939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:27.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:25.643268+0000 mgr.y (mgr.14556) 20306 : cluster [DBG] pgmap v17940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:27.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:25.643268+0000 mgr.y (mgr.14556) 20306 : cluster [DBG] pgmap v17940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:27.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:25.643268+0000 mgr.y (mgr.14556) 20306 : cluster [DBG] pgmap v17940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:29.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:27.643717+0000 mgr.y (mgr.14556) 20307 : cluster [DBG] pgmap v17941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:29.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:27.643717+0000 mgr.y (mgr.14556) 20307 : cluster [DBG] pgmap v17941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:29.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:27.643717+0000 mgr.y (mgr.14556) 20307 : cluster [DBG] pgmap v17941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:31.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:29.644059+0000 mgr.y (mgr.14556) 20308 : cluster [DBG] pgmap v17942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:31.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:29.644059+0000 mgr.y (mgr.14556) 20308 : cluster [DBG] pgmap v17942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:31.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:29.644059+0000 mgr.y (mgr.14556) 20308 : cluster [DBG] pgmap v17942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:43:33.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:31.644827+0000 mgr.y (mgr.14556) 20309 : cluster [DBG] pgmap v17943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:33.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:31.644827+0000 mgr.y (mgr.14556) 20309 : cluster [DBG] pgmap v17943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:33.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:31.644827+0000 mgr.y (mgr.14556) 20309 : cluster [DBG] pgmap v17943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:43:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:43:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:33.645406+0000 mgr.y (mgr.14556) 20310 : cluster [DBG] pgmap v17944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:35.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:33.645406+0000 mgr.y (mgr.14556) 20310 : cluster [DBG] pgmap v17944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:35.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:33.645406+0000 mgr.y (mgr.14556) 20310 : cluster [DBG] pgmap v17944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:35.646002+0000 mgr.y (mgr.14556) 20311 : cluster [DBG] pgmap v17945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:35.646002+0000 mgr.y (mgr.14556) 20311 : cluster [DBG] pgmap v17945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:35.646002+0000 mgr.y (mgr.14556) 20311 : cluster [DBG] pgmap v17945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:39.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:37.646305+0000 mgr.y (mgr.14556) 20312 : cluster [DBG] pgmap v17946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:37.646305+0000 mgr.y (mgr.14556) 20312 : cluster [DBG] pgmap v17946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:37.646305+0000 mgr.y (mgr.14556) 20312 : cluster [DBG] pgmap v17946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:41.281 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:43:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:39.646640+0000 mgr.y (mgr.14556) 20313 : cluster [DBG] pgmap v17947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:41.572 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:43:41.572 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:43:41.572 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 7m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:43:41.572 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:43:41.572 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 7m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 7m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 7m ago 10h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7m ago 10h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 7m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7m ago 10h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7m ago 10h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 7m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (9h) 7m ago 9h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 7m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 7m ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:43:41.573 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 7m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:43:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:39.646640+0000 mgr.y (mgr.14556) 20313 : cluster [DBG] pgmap v17947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:39.646640+0000 mgr.y (mgr.14556) 20313 : cluster [DBG] pgmap v17947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:43:41.922 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:43:41.922 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:43:41.922 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:43:41.922 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:43:41.922 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:43:41.923 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:43:41.923 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:43:41.923 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:43:41.923 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:43:41.923 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:43:41.923 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:43:41.923 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:43:41.923 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:43:41.923 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:43:41.923 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:43:41.923 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:43:41.923 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:43:42.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:43:41.267976+0000 mgr.y (mgr.14556) 20314 : audit [DBG] from='client.35688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:43:42.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:43:41.920891+0000 mon.c (mon.2) 491 : audit [DBG] from='client.? 172.21.15.23:0/3375634682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:43:42.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:43:41.267976+0000 mgr.y (mgr.14556) 20314 : audit [DBG] from='client.35688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:43:42.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:43:41.920891+0000 mon.c (mon.2) 491 : audit [DBG] from='client.? 172.21.15.23:0/3375634682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:43:42.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:43:41.267976+0000 mgr.y (mgr.14556) 20314 : audit [DBG] from='client.35688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:43:42.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:43:41.920891+0000 mon.c (mon.2) 491 : audit [DBG] from='client.? 172.21.15.23:0/3375634682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:43:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:43:41.562677+0000 mgr.y (mgr.14556) 20315 : audit [DBG] from='client.35694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:43:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:41.647195+0000 mgr.y (mgr.14556) 20316 : cluster [DBG] pgmap v17948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:43:42.509849+0000 mon.a (mon.0) 4310 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:43:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:43:42.817643+0000 mon.a (mon.0) 4311 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:43:43.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:43:42.818288+0000 mon.a (mon.0) 4312 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:43:43.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:43:42.826885+0000 mon.a (mon.0) 4313 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:43:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:43:41.562677+0000 mgr.y (mgr.14556) 20315 : audit [DBG] from='client.35694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:43:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:41.647195+0000 mgr.y (mgr.14556) 20316 : cluster [DBG] pgmap v17948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:43:42.509849+0000 mon.a (mon.0) 4310 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:43:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:43:42.817643+0000 mon.a (mon.0) 4311 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:43:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:43:42.818288+0000 mon.a (mon.0) 4312 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:43:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:43:42.826885+0000 mon.a (mon.0) 4313 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:43:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:43:41.562677+0000 mgr.y (mgr.14556) 20315 : audit [DBG] from='client.35694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:43:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:41.647195+0000 mgr.y (mgr.14556) 20316 : cluster [DBG] pgmap v17948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:43:42.509849+0000 mon.a (mon.0) 4310 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:43:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:43:42.817643+0000 mon.a (mon.0) 4311 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:43:43.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:43:42.818288+0000 mon.a (mon.0) 4312 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:43:43.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:43:42.826885+0000 mon.a (mon.0) 4313 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:43:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:43:43] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T16:43:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:43.647600+0000 mgr.y (mgr.14556) 20317 : cluster [DBG] pgmap v17949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:45.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:43.647600+0000 mgr.y (mgr.14556) 20317 : cluster [DBG] pgmap v17949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:43.647600+0000 mgr.y (mgr.14556) 20317 : cluster [DBG] pgmap v17949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:45.648212+0000 mgr.y (mgr.14556) 20318 : cluster [DBG] pgmap v17950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:47.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:45.648212+0000 mgr.y (mgr.14556) 20318 : cluster [DBG] pgmap v17950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:45.648212+0000 mgr.y (mgr.14556) 20318 : cluster [DBG] pgmap v17950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:47.648688+0000 mgr.y (mgr.14556) 20319 : cluster [DBG] pgmap v17951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:47.648688+0000 mgr.y (mgr.14556) 20319 : cluster [DBG] pgmap v17951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:47.648688+0000 mgr.y (mgr.14556) 20319 : cluster [DBG] pgmap v17951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:49.649119+0000 mgr.y (mgr.14556) 20320 : cluster [DBG] pgmap v17952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:49.649119+0000 mgr.y (mgr.14556) 20320 : cluster [DBG] pgmap v17952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:49.649119+0000 mgr.y (mgr.14556) 20320 : cluster [DBG] pgmap v17952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:43:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:51.649876+0000 mgr.y (mgr.14556) 20321 : cluster [DBG] pgmap v17953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:51.649876+0000 mgr.y (mgr.14556) 20321 : cluster [DBG] pgmap v17953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:51.649876+0000 mgr.y (mgr.14556) 20321 : cluster [DBG] pgmap v17953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:43:53] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:43:55.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:53.650383+0000 mgr.y (mgr.14556) 20322 : cluster [DBG] pgmap v17954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:55.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:53.650383+0000 mgr.y (mgr.14556) 20322 : cluster [DBG] pgmap v17954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:53.650383+0000 mgr.y (mgr.14556) 20322 : cluster [DBG] pgmap v17954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:55.651021+0000 mgr.y (mgr.14556) 20323 : cluster [DBG] pgmap v17955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:55.651021+0000 mgr.y (mgr.14556) 20323 : cluster [DBG] pgmap v17955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:55.651021+0000 mgr.y (mgr.14556) 20323 : cluster [DBG] pgmap v17955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:57.651416+0000 mgr.y (mgr.14556) 20324 : cluster [DBG] pgmap v17956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:57.651416+0000 mgr.y (mgr.14556) 20324 : cluster [DBG] pgmap v17956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:43:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:43:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:57.651416+0000 mgr.y (mgr.14556) 20324 : cluster [DBG] pgmap v17956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:01.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:43:59.651930+0000 mgr.y (mgr.14556) 20325 : cluster [DBG] pgmap v17957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:43:59.651930+0000 mgr.y (mgr.14556) 20325 : cluster [DBG] pgmap v17957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:43:59.651930+0000 mgr.y (mgr.14556) 20325 : cluster [DBG] pgmap v17957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:44:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:01.652580+0000 mgr.y (mgr.14556) 20326 : cluster [DBG] pgmap v17958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:01.652580+0000 mgr.y (mgr.14556) 20326 : cluster [DBG] pgmap v17958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:01.652580+0000 mgr.y (mgr.14556) 20326 : cluster [DBG] pgmap v17958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:44:03] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:44:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:03.652960+0000 mgr.y (mgr.14556) 20327 : cluster [DBG] pgmap v17959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:03.652960+0000 mgr.y (mgr.14556) 20327 : cluster [DBG] pgmap v17959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:05.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:03.652960+0000 mgr.y (mgr.14556) 20327 : cluster [DBG] pgmap v17959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:05.653736+0000 mgr.y (mgr.14556) 20328 : cluster [DBG] pgmap v17960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:05.653736+0000 mgr.y (mgr.14556) 20328 : cluster [DBG] pgmap v17960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:05.653736+0000 mgr.y (mgr.14556) 20328 : cluster [DBG] pgmap v17960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:07.654096+0000 mgr.y (mgr.14556) 20329 : cluster [DBG] pgmap v17961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:09.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:07.654096+0000 mgr.y (mgr.14556) 20329 : cluster [DBG] pgmap v17961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:07.654096+0000 mgr.y (mgr.14556) 20329 : cluster [DBG] pgmap v17961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:09.654480+0000 mgr.y (mgr.14556) 20330 : cluster [DBG] pgmap v17962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:09.654480+0000 mgr.y (mgr.14556) 20330 : cluster [DBG] pgmap v17962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:11.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:09.654480+0000 mgr.y (mgr.14556) 20330 : cluster [DBG] pgmap v17962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:11.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:44:12.245 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:44:12.533 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:44:12.533 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 7m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:44:12.533 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 7m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:44:12.533 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 7m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:44:12.533 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 7m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:44:12.534 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 7m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:44:12.534 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:44:12.534 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:44:12.534 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 7m ago 10h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:44:12.534 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7m ago 10h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:44:12.534 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 7m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:44:12.534 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 7m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:44:12.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7m ago 10h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:44:12.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:44:12.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7m ago 10h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:44:12.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:44:12.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 7m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:44:12.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 7m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:44:12.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (9h) 7m ago 9h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:44:12.535 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 7m ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:44:12.535 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 7m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:44:12.883 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:44:12.883 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:44:12.883 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:44:12.883 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:44:12.883 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:44:12.883 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:44:12.883 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:44:12.883 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:44:12.883 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:44:12.884 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:44:12.884 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:44:12.884 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:44:12.884 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:44:12.884 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:44:12.884 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:44:12.884 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:44:12.884 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:44:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:11.655401+0000 mgr.y (mgr.14556) 20331 : cluster [DBG] pgmap v17963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:12.231836+0000 mgr.y (mgr.14556) 20332 : audit [DBG] from='client.45614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:44:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:12.881338+0000 mon.a (mon.0) 4314 : audit [DBG] from='client.? 172.21.15.23:0/3943932648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:44:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:11.655401+0000 mgr.y (mgr.14556) 20331 : cluster [DBG] pgmap v17963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:12.231836+0000 mgr.y (mgr.14556) 20332 : audit [DBG] from='client.45614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:44:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:12.881338+0000 mon.a (mon.0) 4314 : audit [DBG] from='client.? 172.21.15.23:0/3943932648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:44:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:11.655401+0000 mgr.y (mgr.14556) 20331 : cluster [DBG] pgmap v17963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:12.231836+0000 mgr.y (mgr.14556) 20332 : audit [DBG] from='client.45614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:44:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:12.881338+0000 mon.a (mon.0) 4314 : audit [DBG] from='client.? 172.21.15.23:0/3943932648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:44:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:44:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:44:14.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:12.523391+0000 mgr.y (mgr.14556) 20333 : audit [DBG] from='client.45620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:44:14.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:12.523391+0000 mgr.y (mgr.14556) 20333 : audit [DBG] from='client.45620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:44:14.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:12.523391+0000 mgr.y (mgr.14556) 20333 : audit [DBG] from='client.45620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:44:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:13.655958+0000 mgr.y (mgr.14556) 20334 : cluster [DBG] pgmap v17964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:15.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:13.655958+0000 mgr.y (mgr.14556) 20334 : cluster [DBG] pgmap v17964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:13.655958+0000 mgr.y (mgr.14556) 20334 : cluster [DBG] pgmap v17964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:15.656674+0000 mgr.y (mgr.14556) 20335 : cluster [DBG] pgmap v17965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:17.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:15.656674+0000 mgr.y (mgr.14556) 20335 : cluster [DBG] pgmap v17965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:17.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:15.656674+0000 mgr.y (mgr.14556) 20335 : cluster [DBG] pgmap v17965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:17.657226+0000 mgr.y (mgr.14556) 20336 : cluster [DBG] pgmap v17966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:17.657226+0000 mgr.y (mgr.14556) 20336 : cluster [DBG] pgmap v17966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:19.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:17.657226+0000 mgr.y (mgr.14556) 20336 : cluster [DBG] pgmap v17966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:21.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:19.657657+0000 mgr.y (mgr.14556) 20337 : cluster [DBG] pgmap v17967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:19.657657+0000 mgr.y (mgr.14556) 20337 : cluster [DBG] pgmap v17967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:19.657657+0000 mgr.y (mgr.14556) 20337 : cluster [DBG] pgmap v17967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:44:23.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:21.658570+0000 mgr.y (mgr.14556) 20338 : cluster [DBG] pgmap v17968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:21.658570+0000 mgr.y (mgr.14556) 20338 : cluster [DBG] pgmap v17968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:23.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:21.658570+0000 mgr.y (mgr.14556) 20338 : cluster [DBG] pgmap v17968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:44:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T16:44:25.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:23.659099+0000 mgr.y (mgr.14556) 20339 : cluster [DBG] pgmap v17969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:25.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:23.659099+0000 mgr.y (mgr.14556) 20339 : cluster [DBG] pgmap v17969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:25.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:23.659099+0000 mgr.y (mgr.14556) 20339 : cluster [DBG] pgmap v17969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:27.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:25.659730+0000 mgr.y (mgr.14556) 20340 : cluster [DBG] pgmap v17970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:25.659730+0000 mgr.y (mgr.14556) 20340 : cluster [DBG] pgmap v17970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:27.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:25.659730+0000 mgr.y (mgr.14556) 20340 : cluster [DBG] pgmap v17970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:29.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:27.660165+0000 mgr.y (mgr.14556) 20341 : cluster [DBG] pgmap v17971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:29.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:27.660165+0000 mgr.y (mgr.14556) 20341 : cluster [DBG] pgmap v17971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:29.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:27.660165+0000 mgr.y (mgr.14556) 20341 : cluster [DBG] pgmap v17971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:31.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:29.660628+0000 mgr.y (mgr.14556) 20342 : cluster [DBG] pgmap v17972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:31.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:29.660628+0000 mgr.y (mgr.14556) 20342 : cluster [DBG] pgmap v17972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:31.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:29.660628+0000 mgr.y (mgr.14556) 20342 : cluster [DBG] pgmap v17972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:44:33.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:31.661533+0000 mgr.y (mgr.14556) 20343 : cluster [DBG] pgmap v17973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:33.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:31.661533+0000 mgr.y (mgr.14556) 20343 : cluster [DBG] pgmap v17973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:31.661533+0000 mgr.y (mgr.14556) 20343 : cluster [DBG] pgmap v17973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:44:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T16:44:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:33.661900+0000 mgr.y (mgr.14556) 20344 : cluster [DBG] pgmap v17974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:34.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:33.661900+0000 mgr.y (mgr.14556) 20344 : cluster [DBG] pgmap v17974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:34.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:33.661900+0000 mgr.y (mgr.14556) 20344 : cluster [DBG] pgmap v17974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:37.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:35.662731+0000 mgr.y (mgr.14556) 20345 : cluster [DBG] pgmap v17975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:37.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:35.662731+0000 mgr.y (mgr.14556) 20345 : cluster [DBG] pgmap v17975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:37.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:35.662731+0000 mgr.y (mgr.14556) 20345 : cluster [DBG] pgmap v17975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:39.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:37.663256+0000 mgr.y (mgr.14556) 20346 : cluster [DBG] pgmap v17976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:39.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:37.663256+0000 mgr.y (mgr.14556) 20346 : cluster [DBG] pgmap v17976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:39.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:37.663256+0000 mgr.y (mgr.14556) 20346 : cluster [DBG] pgmap v17976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:41.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:39.663649+0000 mgr.y (mgr.14556) 20347 : cluster [DBG] pgmap v17977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:41.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:39.663649+0000 mgr.y (mgr.14556) 20347 : cluster [DBG] pgmap v17977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:41.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:39.663649+0000 mgr.y (mgr.14556) 20347 : cluster [DBG] pgmap v17977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:44:43.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:41.664495+0000 mgr.y (mgr.14556) 20348 : cluster [DBG] pgmap v17978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:43.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:41.664495+0000 mgr.y (mgr.14556) 20348 : cluster [DBG] pgmap v17978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:43.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:41.664495+0000 mgr.y (mgr.14556) 20348 : cluster [DBG] pgmap v17978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:43.209 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:44:43.494 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 8m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 8m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (9h) 8m ago 9h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 8m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 8m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 8m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 8m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 8m ago 10h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 8m ago 10h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 8m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 8m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 8m ago 10h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 8m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 8m ago 10h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:44:43.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 8m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:44:43.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 8m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:44:43.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 8m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:44:43.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 8m ago 10h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:44:43.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (9h) 8m ago 9h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:44:43.496 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 8m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:44:43.845 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:44:43.845 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:44:43.845 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:44:43.845 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:44:43.845 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:44:43.845 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:44:43.845 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:44:43.845 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:44:43.846 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:44:43.846 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:44:43.846 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:44:43.846 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:44:43.846 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:44:43.846 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:44:43.846 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:44:43.846 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:44:43.846 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:44:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:44:43] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T16:44:44.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:42.831393+0000 mon.a (mon.0) 4315 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:44:44.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:43.142701+0000 mon.a (mon.0) 4316 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:44:44.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:43.143366+0000 mon.a (mon.0) 4317 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:44:44.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:43.143972+0000 mon.a (mon.0) 4318 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:44:44.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:43.144552+0000 mon.a (mon.0) 4319 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:44:44.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T16:44:43.144999+0000 mgr.y (mgr.14556) 20349 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T16:44:44.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:43.153769+0000 mon.a (mon.0) 4320 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:44:44.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:43.155318+0000 mon.a (mon.0) 4321 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:44:44.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:43.155975+0000 mon.a (mon.0) 4322 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:44:44.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:43.160153+0000 mon.a (mon.0) 4323 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:44:44.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:43.195665+0000 mgr.y (mgr.14556) 20350 : audit [DBG] from='client.45632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:44:44.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:42.831393+0000 mon.a (mon.0) 4315 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:44:44.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:43.142701+0000 mon.a (mon.0) 4316 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:44:44.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:43.143366+0000 mon.a (mon.0) 4317 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:44:44.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:43.143972+0000 mon.a (mon.0) 4318 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:44:44.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:43.144552+0000 mon.a (mon.0) 4319 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:44:44.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T16:44:43.144999+0000 mgr.y (mgr.14556) 20349 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T16:44:44.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:43.153769+0000 mon.a (mon.0) 4320 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:44:44.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:43.155318+0000 mon.a (mon.0) 4321 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:44:44.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:43.155975+0000 mon.a (mon.0) 4322 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:44:44.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:43.160153+0000 mon.a (mon.0) 4323 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:44:44.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:43.195665+0000 mgr.y (mgr.14556) 20350 : audit [DBG] from='client.45632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:44:44.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:42.831393+0000 mon.a (mon.0) 4315 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:44:44.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:43.142701+0000 mon.a (mon.0) 4316 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:44:44.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:43.143366+0000 mon.a (mon.0) 4317 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:44:44.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:43.143972+0000 mon.a (mon.0) 4318 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:44:44.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:43.144552+0000 mon.a (mon.0) 4319 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:44:44.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T16:44:43.144999+0000 mgr.y (mgr.14556) 20349 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T16:44:44.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:43.153769+0000 mon.a (mon.0) 4320 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:44:44.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:43.155318+0000 mon.a (mon.0) 4321 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:44:44.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:43.155975+0000 mon.a (mon.0) 4322 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:44:44.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:43.160153+0000 mon.a (mon.0) 4323 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:44:44.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:43.195665+0000 mgr.y (mgr.14556) 20350 : audit [DBG] from='client.45632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:44:45.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:43.485056+0000 mgr.y (mgr.14556) 20351 : audit [DBG] from='client.45638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:44:45.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:43.664828+0000 mgr.y (mgr.14556) 20352 : cluster [DBG] pgmap v17979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:45.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:44:43.843404+0000 mon.a (mon.0) 4324 : audit [DBG] from='client.? 172.21.15.23:0/270846156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:44:45.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:43.485056+0000 mgr.y (mgr.14556) 20351 : audit [DBG] from='client.45638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:44:45.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:43.664828+0000 mgr.y (mgr.14556) 20352 : cluster [DBG] pgmap v17979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:45.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:44:43.843404+0000 mon.a (mon.0) 4324 : audit [DBG] from='client.? 172.21.15.23:0/270846156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:44:45.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:43.485056+0000 mgr.y (mgr.14556) 20351 : audit [DBG] from='client.45638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:44:45.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:43.664828+0000 mgr.y (mgr.14556) 20352 : cluster [DBG] pgmap v17979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:45.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:44:43.843404+0000 mon.a (mon.0) 4324 : audit [DBG] from='client.? 172.21.15.23:0/270846156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:44:47.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:45.665582+0000 mgr.y (mgr.14556) 20353 : cluster [DBG] pgmap v17980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:47.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:45.665582+0000 mgr.y (mgr.14556) 20353 : cluster [DBG] pgmap v17980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:47.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:45.665582+0000 mgr.y (mgr.14556) 20353 : cluster [DBG] pgmap v17980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:49.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:47.665924+0000 mgr.y (mgr.14556) 20354 : cluster [DBG] pgmap v17981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:49.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:47.665924+0000 mgr.y (mgr.14556) 20354 : cluster [DBG] pgmap v17981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:49.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:47.665924+0000 mgr.y (mgr.14556) 20354 : cluster [DBG] pgmap v17981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:51.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:49.666443+0000 mgr.y (mgr.14556) 20355 : cluster [DBG] pgmap v17982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:51.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:49.666443+0000 mgr.y (mgr.14556) 20355 : cluster [DBG] pgmap v17982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:51.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:49.666443+0000 mgr.y (mgr.14556) 20355 : cluster [DBG] pgmap v17982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:44:53.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:51.667006+0000 mgr.y (mgr.14556) 20356 : cluster [DBG] pgmap v17983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:53.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:51.667006+0000 mgr.y (mgr.14556) 20356 : cluster [DBG] pgmap v17983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:53.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:51.667006+0000 mgr.y (mgr.14556) 20356 : cluster [DBG] pgmap v17983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:44:53] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:44:55.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:53.667369+0000 mgr.y (mgr.14556) 20357 : cluster [DBG] pgmap v17984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:55.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:53.667369+0000 mgr.y (mgr.14556) 20357 : cluster [DBG] pgmap v17984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:55.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:53.667369+0000 mgr.y (mgr.14556) 20357 : cluster [DBG] pgmap v17984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:57.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:55.668155+0000 mgr.y (mgr.14556) 20358 : cluster [DBG] pgmap v17985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:57.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:55.668155+0000 mgr.y (mgr.14556) 20358 : cluster [DBG] pgmap v17985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:55.668155+0000 mgr.y (mgr.14556) 20358 : cluster [DBG] pgmap v17985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:59.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:57.668533+0000 mgr.y (mgr.14556) 20359 : cluster [DBG] pgmap v17986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:57.668533+0000 mgr.y (mgr.14556) 20359 : cluster [DBG] pgmap v17986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:44:59.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:57.668533+0000 mgr.y (mgr.14556) 20359 : cluster [DBG] pgmap v17986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:44:59.669025+0000 mgr.y (mgr.14556) 20360 : cluster [DBG] pgmap v17987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:44:59.669025+0000 mgr.y (mgr.14556) 20360 : cluster [DBG] pgmap v17987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:01.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:44:59.669025+0000 mgr.y (mgr.14556) 20360 : cluster [DBG] pgmap v17987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:45:03.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:01.669810+0000 mgr.y (mgr.14556) 20361 : cluster [DBG] pgmap v17988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:03.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:01.669810+0000 mgr.y (mgr.14556) 20361 : cluster [DBG] pgmap v17988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:01.669810+0000 mgr.y (mgr.14556) 20361 : cluster [DBG] pgmap v17988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:45:03] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:45:05.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:03.670407+0000 mgr.y (mgr.14556) 20362 : cluster [DBG] pgmap v17989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:05.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:03.670407+0000 mgr.y (mgr.14556) 20362 : cluster [DBG] pgmap v17989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:03.670407+0000 mgr.y (mgr.14556) 20362 : cluster [DBG] pgmap v17989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:05.671188+0000 mgr.y (mgr.14556) 20363 : cluster [DBG] pgmap v17990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:05.671188+0000 mgr.y (mgr.14556) 20363 : cluster [DBG] pgmap v17990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:05.671188+0000 mgr.y (mgr.14556) 20363 : cluster [DBG] pgmap v17990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:07.671576+0000 mgr.y (mgr.14556) 20364 : cluster [DBG] pgmap v17991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:09.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:07.671576+0000 mgr.y (mgr.14556) 20364 : cluster [DBG] pgmap v17991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:09.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:07.671576+0000 mgr.y (mgr.14556) 20364 : cluster [DBG] pgmap v17991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:11.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:09.672097+0000 mgr.y (mgr.14556) 20365 : cluster [DBG] pgmap v17992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:11.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:09.672097+0000 mgr.y (mgr.14556) 20365 : cluster [DBG] pgmap v17992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:11.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:09.672097+0000 mgr.y (mgr.14556) 20365 : cluster [DBG] pgmap v17992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:45:13.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:11.672895+0000 mgr.y (mgr.14556) 20366 : cluster [DBG] pgmap v17993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:13.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:11.672895+0000 mgr.y (mgr.14556) 20366 : cluster [DBG] pgmap v17993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:11.672895+0000 mgr.y (mgr.14556) 20366 : cluster [DBG] pgmap v17993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:45:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:45:14.173 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:45:14.462 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:45:14.462 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 8m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:45:14.462 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 8m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:45:14.462 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 8m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:45:14.462 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (9h) 8m ago 9h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:45:14.462 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 8m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:45:14.462 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 8m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:45:14.462 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 8m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:45:14.462 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 8m ago 10h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:45:14.462 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 8m ago 10h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:45:14.463 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 8m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:45:14.463 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 8m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:45:14.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 8m ago 10h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:45:14.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 8m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:45:14.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 8m ago 10h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:45:14.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 8m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:45:14.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 8m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:45:14.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 8m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:45:14.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 8m ago 10h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:45:14.463 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 8m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:45:14.463 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 8m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:45:14.809 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:45:14.809 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:45:14.810 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:45:15.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:13.673289+0000 mgr.y (mgr.14556) 20367 : cluster [DBG] pgmap v17994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:15.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:45:14.160063+0000 mgr.y (mgr.14556) 20368 : audit [DBG] from='client.45650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:45:15.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:45:14.452519+0000 mgr.y (mgr.14556) 20369 : audit [DBG] from='client.35748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:45:15.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:45:14.807939+0000 mon.a (mon.0) 4325 : audit [DBG] from='client.? 172.21.15.23:0/3595123929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:45:15.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:13.673289+0000 mgr.y (mgr.14556) 20367 : cluster [DBG] pgmap v17994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:15.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:45:14.160063+0000 mgr.y (mgr.14556) 20368 : audit [DBG] from='client.45650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:45:15.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:45:14.452519+0000 mgr.y (mgr.14556) 20369 : audit [DBG] from='client.35748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:45:15.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:45:14.807939+0000 mon.a (mon.0) 4325 : audit [DBG] from='client.? 172.21.15.23:0/3595123929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:45:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:13.673289+0000 mgr.y (mgr.14556) 20367 : cluster [DBG] pgmap v17994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:45:14.160063+0000 mgr.y (mgr.14556) 20368 : audit [DBG] from='client.45650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:45:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:45:14.452519+0000 mgr.y (mgr.14556) 20369 : audit [DBG] from='client.35748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:45:15.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:45:14.807939+0000 mon.a (mon.0) 4325 : audit [DBG] from='client.? 172.21.15.23:0/3595123929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:45:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:15.673906+0000 mgr.y (mgr.14556) 20370 : cluster [DBG] pgmap v17995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:17.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:15.673906+0000 mgr.y (mgr.14556) 20370 : cluster [DBG] pgmap v17995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:15.673906+0000 mgr.y (mgr.14556) 20370 : cluster [DBG] pgmap v17995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:19.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:17.674252+0000 mgr.y (mgr.14556) 20371 : cluster [DBG] pgmap v17996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:19.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:17.674252+0000 mgr.y (mgr.14556) 20371 : cluster [DBG] pgmap v17996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:19.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:17.674252+0000 mgr.y (mgr.14556) 20371 : cluster [DBG] pgmap v17996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:19.674702+0000 mgr.y (mgr.14556) 20372 : cluster [DBG] pgmap v17997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:19.674702+0000 mgr.y (mgr.14556) 20372 : cluster [DBG] pgmap v17997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:19.674702+0000 mgr.y (mgr.14556) 20372 : cluster [DBG] pgmap v17997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:45:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:21.675267+0000 mgr.y (mgr.14556) 20373 : cluster [DBG] pgmap v17998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:21.675267+0000 mgr.y (mgr.14556) 20373 : cluster [DBG] pgmap v17998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:23.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:21.675267+0000 mgr.y (mgr.14556) 20373 : cluster [DBG] pgmap v17998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:45:23] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:45:25.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:23.675739+0000 mgr.y (mgr.14556) 20374 : cluster [DBG] pgmap v17999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:23.675739+0000 mgr.y (mgr.14556) 20374 : cluster [DBG] pgmap v17999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:23.675739+0000 mgr.y (mgr.14556) 20374 : cluster [DBG] pgmap v17999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:25.676294+0000 mgr.y (mgr.14556) 20375 : cluster [DBG] pgmap v18000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:27.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:25.676294+0000 mgr.y (mgr.14556) 20375 : cluster [DBG] pgmap v18000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:25.676294+0000 mgr.y (mgr.14556) 20375 : cluster [DBG] pgmap v18000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:27.676827+0000 mgr.y (mgr.14556) 20376 : cluster [DBG] pgmap v18001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:27.676827+0000 mgr.y (mgr.14556) 20376 : cluster [DBG] pgmap v18001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:27.676827+0000 mgr.y (mgr.14556) 20376 : cluster [DBG] pgmap v18001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:31.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:29.677322+0000 mgr.y (mgr.14556) 20377 : cluster [DBG] pgmap v18002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:29.677322+0000 mgr.y (mgr.14556) 20377 : cluster [DBG] pgmap v18002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:29.677322+0000 mgr.y (mgr.14556) 20377 : cluster [DBG] pgmap v18002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:45:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:31.678054+0000 mgr.y (mgr.14556) 20378 : cluster [DBG] pgmap v18003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:31.678054+0000 mgr.y (mgr.14556) 20378 : cluster [DBG] pgmap v18003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:31.678054+0000 mgr.y (mgr.14556) 20378 : cluster [DBG] pgmap v18003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:45:33] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:45:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:33.678480+0000 mgr.y (mgr.14556) 20379 : cluster [DBG] pgmap v18004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:33.678480+0000 mgr.y (mgr.14556) 20379 : cluster [DBG] pgmap v18004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:33.678480+0000 mgr.y (mgr.14556) 20379 : cluster [DBG] pgmap v18004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:35.679106+0000 mgr.y (mgr.14556) 20380 : cluster [DBG] pgmap v18005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:35.679106+0000 mgr.y (mgr.14556) 20380 : cluster [DBG] pgmap v18005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:35.679106+0000 mgr.y (mgr.14556) 20380 : cluster [DBG] pgmap v18005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:37.679608+0000 mgr.y (mgr.14556) 20381 : cluster [DBG] pgmap v18006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:37.679608+0000 mgr.y (mgr.14556) 20381 : cluster [DBG] pgmap v18006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:37.679608+0000 mgr.y (mgr.14556) 20381 : cluster [DBG] pgmap v18006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:41.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:39.680063+0000 mgr.y (mgr.14556) 20382 : cluster [DBG] pgmap v18007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:39.680063+0000 mgr.y (mgr.14556) 20382 : cluster [DBG] pgmap v18007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:39.680063+0000 mgr.y (mgr.14556) 20382 : cluster [DBG] pgmap v18007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:45:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:41.680738+0000 mgr.y (mgr.14556) 20383 : cluster [DBG] pgmap v18008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:45:43.164589+0000 mon.a (mon.0) 4326 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:45:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:41.680738+0000 mgr.y (mgr.14556) 20383 : cluster [DBG] pgmap v18008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:45:43.164589+0000 mon.a (mon.0) 4326 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:45:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:41.680738+0000 mgr.y (mgr.14556) 20383 : cluster [DBG] pgmap v18008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:45:43.164589+0000 mon.a (mon.0) 4326 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:45:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:45:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:45:44.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:45:43.469403+0000 mon.a (mon.0) 4327 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:45:44.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:45:43.470107+0000 mon.a (mon.0) 4328 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:45:44.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:45:43.477932+0000 mon.a (mon.0) 4329 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:45:44.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:45:43.469403+0000 mon.a (mon.0) 4327 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:45:44.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:45:43.470107+0000 mon.a (mon.0) 4328 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:45:44.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:45:43.477932+0000 mon.a (mon.0) 4329 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:45:44.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:45:43.469403+0000 mon.a (mon.0) 4327 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:45:44.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:45:43.470107+0000 mon.a (mon.0) 4328 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:45:44.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:45:43.477932+0000 mon.a (mon.0) 4329 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:45:45.135 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:45:45.422 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:45:45.422 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 9m ago 9h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:45:45.422 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 9m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:45:45.422 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 9m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:45:45.422 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 9m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:45:45.422 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 9m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:45:45.422 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 9m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:45:45.422 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 9m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:45:45.422 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 9m ago 10h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:45:45.423 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 9m ago 10h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:45:45.423 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9h) 9m ago 9h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:45:45.423 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (9h) 9m ago 9h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:45:45.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 9m ago 10h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:45:45.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 9m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:45:45.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 9m ago 10h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:45:45.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 9m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:45:45.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 9m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:45:45.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 9m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:45:45.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 9m ago 10h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:45:45.423 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 9m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:45:45.423 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 9m ago 9h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:45:45.778 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:45:45.778 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:45:45.778 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:45:45.778 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:45:45.778 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:45:45.778 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:45:45.778 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:45:45.779 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:45:45.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:45:45.779 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:45:45.779 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:45:45.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:45:45.779 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:45:45.779 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:45:45.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:45:45.779 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:45:45.779 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:45:45.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:43.681093+0000 mgr.y (mgr.14556) 20384 : cluster [DBG] pgmap v18009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:45.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:43.681093+0000 mgr.y (mgr.14556) 20384 : cluster [DBG] pgmap v18009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:45.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:43.681093+0000 mgr.y (mgr.14556) 20384 : cluster [DBG] pgmap v18009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:46.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:45:45.121859+0000 mgr.y (mgr.14556) 20385 : audit [DBG] from='client.45668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:45:46.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:45:45.412211+0000 mgr.y (mgr.14556) 20386 : audit [DBG] from='client.35766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:45:46.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:45:45.776488+0000 mon.c (mon.2) 492 : audit [DBG] from='client.? 172.21.15.23:0/1518004966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:45:46.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:45:45.121859+0000 mgr.y (mgr.14556) 20385 : audit [DBG] from='client.45668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:45:46.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:45:45.412211+0000 mgr.y (mgr.14556) 20386 : audit [DBG] from='client.35766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:45:46.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:45:45.776488+0000 mon.c (mon.2) 492 : audit [DBG] from='client.? 172.21.15.23:0/1518004966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:45:46.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:45:45.121859+0000 mgr.y (mgr.14556) 20385 : audit [DBG] from='client.45668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:45:46.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:45:45.412211+0000 mgr.y (mgr.14556) 20386 : audit [DBG] from='client.35766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:45:46.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:45:45.776488+0000 mon.c (mon.2) 492 : audit [DBG] from='client.? 172.21.15.23:0/1518004966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:45:47.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:45.681614+0000 mgr.y (mgr.14556) 20387 : cluster [DBG] pgmap v18010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:47.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:45.681614+0000 mgr.y (mgr.14556) 20387 : cluster [DBG] pgmap v18010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:47.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:45.681614+0000 mgr.y (mgr.14556) 20387 : cluster [DBG] pgmap v18010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:47.681954+0000 mgr.y (mgr.14556) 20388 : cluster [DBG] pgmap v18011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:48.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:47.681954+0000 mgr.y (mgr.14556) 20388 : cluster [DBG] pgmap v18011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:48.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:47.681954+0000 mgr.y (mgr.14556) 20388 : cluster [DBG] pgmap v18011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:51.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:49.682462+0000 mgr.y (mgr.14556) 20389 : cluster [DBG] pgmap v18012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:51.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:49.682462+0000 mgr.y (mgr.14556) 20389 : cluster [DBG] pgmap v18012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:51.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:49.682462+0000 mgr.y (mgr.14556) 20389 : cluster [DBG] pgmap v18012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:45:53.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:51.683041+0000 mgr.y (mgr.14556) 20390 : cluster [DBG] pgmap v18013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:53.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:51.683041+0000 mgr.y (mgr.14556) 20390 : cluster [DBG] pgmap v18013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:53.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:51.683041+0000 mgr.y (mgr.14556) 20390 : cluster [DBG] pgmap v18013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:45:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:45:55.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:53.683591+0000 mgr.y (mgr.14556) 20391 : cluster [DBG] pgmap v18014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:55.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:53.683591+0000 mgr.y (mgr.14556) 20391 : cluster [DBG] pgmap v18014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:55.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:53.683591+0000 mgr.y (mgr.14556) 20391 : cluster [DBG] pgmap v18014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:57.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:55.684152+0000 mgr.y (mgr.14556) 20392 : cluster [DBG] pgmap v18015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:57.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:55.684152+0000 mgr.y (mgr.14556) 20392 : cluster [DBG] pgmap v18015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:57.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:55.684152+0000 mgr.y (mgr.14556) 20392 : cluster [DBG] pgmap v18015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:59.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:57.684574+0000 mgr.y (mgr.14556) 20393 : cluster [DBG] pgmap v18016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:59.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:45:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:57.684574+0000 mgr.y (mgr.14556) 20393 : cluster [DBG] pgmap v18016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:45:59.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:45:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:57.684574+0000 mgr.y (mgr.14556) 20393 : cluster [DBG] pgmap v18016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:01.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:45:59.685001+0000 mgr.y (mgr.14556) 20394 : cluster [DBG] pgmap v18017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:01.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:45:59.685001+0000 mgr.y (mgr.14556) 20394 : cluster [DBG] pgmap v18017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:01.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:45:59.685001+0000 mgr.y (mgr.14556) 20394 : cluster [DBG] pgmap v18017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:46:03.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:01.685797+0000 mgr.y (mgr.14556) 20395 : cluster [DBG] pgmap v18018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:03.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:01.685797+0000 mgr.y (mgr.14556) 20395 : cluster [DBG] pgmap v18018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:03.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:01.685797+0000 mgr.y (mgr.14556) 20395 : cluster [DBG] pgmap v18018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:46:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:46:05.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:03.686293+0000 mgr.y (mgr.14556) 20396 : cluster [DBG] pgmap v18019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:05.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:03.686293+0000 mgr.y (mgr.14556) 20396 : cluster [DBG] pgmap v18019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:05.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:03.686293+0000 mgr.y (mgr.14556) 20396 : cluster [DBG] pgmap v18019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:07.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:05.686916+0000 mgr.y (mgr.14556) 20397 : cluster [DBG] pgmap v18020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:07.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:05.686916+0000 mgr.y (mgr.14556) 20397 : cluster [DBG] pgmap v18020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:07.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:05.686916+0000 mgr.y (mgr.14556) 20397 : cluster [DBG] pgmap v18020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:09.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:07.687397+0000 mgr.y (mgr.14556) 20398 : cluster [DBG] pgmap v18021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:09.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:07.687397+0000 mgr.y (mgr.14556) 20398 : cluster [DBG] pgmap v18021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:09.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:07.687397+0000 mgr.y (mgr.14556) 20398 : cluster [DBG] pgmap v18021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:11.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:09.687958+0000 mgr.y (mgr.14556) 20399 : cluster [DBG] pgmap v18022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:11.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:09.687958+0000 mgr.y (mgr.14556) 20399 : cluster [DBG] pgmap v18022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:11.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:09.687958+0000 mgr.y (mgr.14556) 20399 : cluster [DBG] pgmap v18022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:46:13.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:11.688641+0000 mgr.y (mgr.14556) 20400 : cluster [DBG] pgmap v18023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:13.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:11.688641+0000 mgr.y (mgr.14556) 20400 : cluster [DBG] pgmap v18023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:13.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:11.688641+0000 mgr.y (mgr.14556) 20400 : cluster [DBG] pgmap v18023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:46:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:46:15.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:13.689215+0000 mgr.y (mgr.14556) 20401 : cluster [DBG] pgmap v18024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:15.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:13.689215+0000 mgr.y (mgr.14556) 20401 : cluster [DBG] pgmap v18024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:13.689215+0000 mgr.y (mgr.14556) 20401 : cluster [DBG] pgmap v18024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:16.104 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:46:16.396 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:46:16.396 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 9m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (9h) 9m ago 9h 59.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 9m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 9m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 9m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 9m ago 10h 480M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 9m ago 10h 1099M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 9m ago 10h 876M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 9m ago 10h 881M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 9m ago 10h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 9m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 9m ago 10h 46.9M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 9m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 9m ago 10h 45.0M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:46:16.397 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 9m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:46:16.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 9m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:46:16.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 9m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:46:16.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 9m ago 10h 44.0M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:46:16.398 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 9m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:46:16.398 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 9m ago 10h 107M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:46:16.750 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:46:16.750 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:46:16.750 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:46:16.750 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:46:16.750 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:46:16.750 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:46:16.751 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:46:16.751 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:46:16.751 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:46:16.751 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:46:16.751 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:46:16.751 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:46:16.751 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:46:16.751 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:46:16.751 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:46:16.751 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:46:16.751 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:46:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:15.689891+0000 mgr.y (mgr.14556) 20402 : cluster [DBG] pgmap v18025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:46:16.091068+0000 mgr.y (mgr.14556) 20403 : audit [DBG] from='client.35778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:46:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:46:16.386587+0000 mgr.y (mgr.14556) 20404 : audit [DBG] from='client.45692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:46:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:46:16.748403+0000 mon.c (mon.2) 493 : audit [DBG] from='client.? 172.21.15.23:0/763024827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:46:17.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:15.689891+0000 mgr.y (mgr.14556) 20402 : cluster [DBG] pgmap v18025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:17.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:46:16.091068+0000 mgr.y (mgr.14556) 20403 : audit [DBG] from='client.35778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:46:17.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:46:16.386587+0000 mgr.y (mgr.14556) 20404 : audit [DBG] from='client.45692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:46:17.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:46:16.748403+0000 mon.c (mon.2) 493 : audit [DBG] from='client.? 172.21.15.23:0/763024827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:46:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:15.689891+0000 mgr.y (mgr.14556) 20402 : cluster [DBG] pgmap v18025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:46:16.091068+0000 mgr.y (mgr.14556) 20403 : audit [DBG] from='client.35778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:46:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:46:16.386587+0000 mgr.y (mgr.14556) 20404 : audit [DBG] from='client.45692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:46:17.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:46:16.748403+0000 mon.c (mon.2) 493 : audit [DBG] from='client.? 172.21.15.23:0/763024827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:46:19.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:17.690424+0000 mgr.y (mgr.14556) 20405 : cluster [DBG] pgmap v18026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:19.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:17.690424+0000 mgr.y (mgr.14556) 20405 : cluster [DBG] pgmap v18026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:19.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:17.690424+0000 mgr.y (mgr.14556) 20405 : cluster [DBG] pgmap v18026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:19.690851+0000 mgr.y (mgr.14556) 20406 : cluster [DBG] pgmap v18027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:19.690851+0000 mgr.y (mgr.14556) 20406 : cluster [DBG] pgmap v18027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:19.690851+0000 mgr.y (mgr.14556) 20406 : cluster [DBG] pgmap v18027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:46:23.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:21.691553+0000 mgr.y (mgr.14556) 20407 : cluster [DBG] pgmap v18028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:23.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:21.691553+0000 mgr.y (mgr.14556) 20407 : cluster [DBG] pgmap v18028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:21.691553+0000 mgr.y (mgr.14556) 20407 : cluster [DBG] pgmap v18028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:46:23] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T16:46:25.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:23.691919+0000 mgr.y (mgr.14556) 20408 : cluster [DBG] pgmap v18029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:25.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:23.691919+0000 mgr.y (mgr.14556) 20408 : cluster [DBG] pgmap v18029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:25.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:23.691919+0000 mgr.y (mgr.14556) 20408 : cluster [DBG] pgmap v18029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:27.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:25.692721+0000 mgr.y (mgr.14556) 20409 : cluster [DBG] pgmap v18030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:27.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:25.692721+0000 mgr.y (mgr.14556) 20409 : cluster [DBG] pgmap v18030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:27.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:25.692721+0000 mgr.y (mgr.14556) 20409 : cluster [DBG] pgmap v18030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:29.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:27.693230+0000 mgr.y (mgr.14556) 20410 : cluster [DBG] pgmap v18031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:29.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:27.693230+0000 mgr.y (mgr.14556) 20410 : cluster [DBG] pgmap v18031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:29.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:27.693230+0000 mgr.y (mgr.14556) 20410 : cluster [DBG] pgmap v18031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:31.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:29.693710+0000 mgr.y (mgr.14556) 20411 : cluster [DBG] pgmap v18032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:31.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:29.693710+0000 mgr.y (mgr.14556) 20411 : cluster [DBG] pgmap v18032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:31.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:29.693710+0000 mgr.y (mgr.14556) 20411 : cluster [DBG] pgmap v18032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:46:33.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:31.694495+0000 mgr.y (mgr.14556) 20412 : cluster [DBG] pgmap v18033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:33.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:31.694495+0000 mgr.y (mgr.14556) 20412 : cluster [DBG] pgmap v18033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:33.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:31.694495+0000 mgr.y (mgr.14556) 20412 : cluster [DBG] pgmap v18033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:46:33] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T16:46:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:33.695098+0000 mgr.y (mgr.14556) 20413 : cluster [DBG] pgmap v18034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:35.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:33.695098+0000 mgr.y (mgr.14556) 20413 : cluster [DBG] pgmap v18034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:35.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:33.695098+0000 mgr.y (mgr.14556) 20413 : cluster [DBG] pgmap v18034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:37.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:35.695918+0000 mgr.y (mgr.14556) 20414 : cluster [DBG] pgmap v18035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:35.695918+0000 mgr.y (mgr.14556) 20414 : cluster [DBG] pgmap v18035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:35.695918+0000 mgr.y (mgr.14556) 20414 : cluster [DBG] pgmap v18035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:39.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:37.696338+0000 mgr.y (mgr.14556) 20415 : cluster [DBG] pgmap v18036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:39.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:37.696338+0000 mgr.y (mgr.14556) 20415 : cluster [DBG] pgmap v18036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:39.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:37.696338+0000 mgr.y (mgr.14556) 20415 : cluster [DBG] pgmap v18036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:39.696821+0000 mgr.y (mgr.14556) 20416 : cluster [DBG] pgmap v18037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:41.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:39.696821+0000 mgr.y (mgr.14556) 20416 : cluster [DBG] pgmap v18037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:39.696821+0000 mgr.y (mgr.14556) 20416 : cluster [DBG] pgmap v18037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:46:43.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:41.697754+0000 mgr.y (mgr.14556) 20417 : cluster [DBG] pgmap v18038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:43.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:41.697754+0000 mgr.y (mgr.14556) 20417 : cluster [DBG] pgmap v18038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:43.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:41.697754+0000 mgr.y (mgr.14556) 20417 : cluster [DBG] pgmap v18038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:44.103 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:46:43] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:46:44.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:46:43.482432+0000 mon.a (mon.0) 4330 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:46:44.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:46:43.482432+0000 mon.a (mon.0) 4330 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:46:44.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:46:43.482432+0000 mon.a (mon.0) 4330 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:46:45.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:43.698136+0000 mgr.y (mgr.14556) 20418 : cluster [DBG] pgmap v18039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:45.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:43.698136+0000 mgr.y (mgr.14556) 20418 : cluster [DBG] pgmap v18039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:45.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:43.698136+0000 mgr.y (mgr.14556) 20418 : cluster [DBG] pgmap v18039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:47.068 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:46:47.358 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:46:47.358 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9h) 1s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:46:47.358 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 0s ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:46:47.358 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 1s ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:46:47.358 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 0s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:46:47.358 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 0s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:46:47.358 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 1s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:46:47.358 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 1s ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:46:47.358 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 0s ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:46:47.358 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 1s ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:46:47.359 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 1s ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:46:47.359 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 0s ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:46:47.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 1s ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:46:47.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 1s ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:46:47.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 1s ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:46:47.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 1s ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:46:47.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 0s ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:46:47.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 0s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:46:47.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 0s ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:46:47.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 0s ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:46:47.359 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (9h) 0s ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:46:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:45.698914+0000 mgr.y (mgr.14556) 20419 : cluster [DBG] pgmap v18040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:46:46.173619+0000 mon.a (mon.0) 4331 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:46:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:46:46.873679+0000 mon.a (mon.0) 4332 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:46:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:46:47.168532+0000 mon.a (mon.0) 4333 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:46:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:46:47.169164+0000 mon.a (mon.0) 4334 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:46:47.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:45.698914+0000 mgr.y (mgr.14556) 20419 : cluster [DBG] pgmap v18040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:47.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:46:46.173619+0000 mon.a (mon.0) 4331 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:46:47.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:46:46.873679+0000 mon.a (mon.0) 4332 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:46:47.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:46:47.168532+0000 mon.a (mon.0) 4333 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:46:47.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:46:47.169164+0000 mon.a (mon.0) 4334 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:46:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:45.698914+0000 mgr.y (mgr.14556) 20419 : cluster [DBG] pgmap v18040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:46:46.173619+0000 mon.a (mon.0) 4331 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:46:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:46:46.873679+0000 mon.a (mon.0) 4332 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:46:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:46:47.168532+0000 mon.a (mon.0) 4333 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:46:47.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:46:47.169164+0000 mon.a (mon.0) 4334 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:46:47.706 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:46:47.706 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:46:47.706 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:46:47.707 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:46:47.707 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:46:47.707 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:46:47.707 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:46:47.707 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:46:47.707 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:46:47.707 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:46:47.707 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:46:47.707 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:46:47.708 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:46:47.708 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:46:47.708 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:46:47.708 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:46:47.708 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:46:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:46:47.053539+0000 mgr.y (mgr.14556) 20420 : audit [DBG] from='client.45704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:46:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:46:47.178049+0000 mon.a (mon.0) 4335 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:46:48.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:46:47.348116+0000 mgr.y (mgr.14556) 20421 : audit [DBG] from='client.45710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:46:48.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:46:47.704735+0000 mon.a (mon.0) 4336 : audit [DBG] from='client.? 172.21.15.23:0/3225502765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:46:48.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:46:47.053539+0000 mgr.y (mgr.14556) 20420 : audit [DBG] from='client.45704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:46:48.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:46:47.178049+0000 mon.a (mon.0) 4335 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:46:48.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:46:47.348116+0000 mgr.y (mgr.14556) 20421 : audit [DBG] from='client.45710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:46:48.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:46:47.704735+0000 mon.a (mon.0) 4336 : audit [DBG] from='client.? 172.21.15.23:0/3225502765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:46:48.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:46:47.053539+0000 mgr.y (mgr.14556) 20420 : audit [DBG] from='client.45704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:46:48.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:46:47.178049+0000 mon.a (mon.0) 4335 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:46:48.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:46:47.348116+0000 mgr.y (mgr.14556) 20421 : audit [DBG] from='client.45710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:46:48.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:46:47.704735+0000 mon.a (mon.0) 4336 : audit [DBG] from='client.? 172.21.15.23:0/3225502765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:46:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:47.699272+0000 mgr.y (mgr.14556) 20422 : cluster [DBG] pgmap v18041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:47.699272+0000 mgr.y (mgr.14556) 20422 : cluster [DBG] pgmap v18041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:47.699272+0000 mgr.y (mgr.14556) 20422 : cluster [DBG] pgmap v18041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:51.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:49.699864+0000 mgr.y (mgr.14556) 20423 : cluster [DBG] pgmap v18042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:49.699864+0000 mgr.y (mgr.14556) 20423 : cluster [DBG] pgmap v18042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:49.699864+0000 mgr.y (mgr.14556) 20423 : cluster [DBG] pgmap v18042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:46:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:51.700650+0000 mgr.y (mgr.14556) 20424 : cluster [DBG] pgmap v18043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:51.700650+0000 mgr.y (mgr.14556) 20424 : cluster [DBG] pgmap v18043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:51.700650+0000 mgr.y (mgr.14556) 20424 : cluster [DBG] pgmap v18043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:46:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:46:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:53.701198+0000 mgr.y (mgr.14556) 20425 : cluster [DBG] pgmap v18044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:55.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:53.701198+0000 mgr.y (mgr.14556) 20425 : cluster [DBG] pgmap v18044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:53.701198+0000 mgr.y (mgr.14556) 20425 : cluster [DBG] pgmap v18044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:55.701856+0000 mgr.y (mgr.14556) 20426 : cluster [DBG] pgmap v18045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:55.701856+0000 mgr.y (mgr.14556) 20426 : cluster [DBG] pgmap v18045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:55.701856+0000 mgr.y (mgr.14556) 20426 : cluster [DBG] pgmap v18045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:57.702440+0000 mgr.y (mgr.14556) 20427 : cluster [DBG] pgmap v18046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:57.702440+0000 mgr.y (mgr.14556) 20427 : cluster [DBG] pgmap v18046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:46:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:46:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:57.702440+0000 mgr.y (mgr.14556) 20427 : cluster [DBG] pgmap v18046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:01.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:46:59.703020+0000 mgr.y (mgr.14556) 20428 : cluster [DBG] pgmap v18047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:01.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:46:59.703020+0000 mgr.y (mgr.14556) 20428 : cluster [DBG] pgmap v18047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:01.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:46:59.703020+0000 mgr.y (mgr.14556) 20428 : cluster [DBG] pgmap v18047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:47:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:01.703757+0000 mgr.y (mgr.14556) 20429 : cluster [DBG] pgmap v18048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:01.703757+0000 mgr.y (mgr.14556) 20429 : cluster [DBG] pgmap v18048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:01.703757+0000 mgr.y (mgr.14556) 20429 : cluster [DBG] pgmap v18048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:47:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:47:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:03.704097+0000 mgr.y (mgr.14556) 20430 : cluster [DBG] pgmap v18049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:05.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:03.704097+0000 mgr.y (mgr.14556) 20430 : cluster [DBG] pgmap v18049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:05.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:03.704097+0000 mgr.y (mgr.14556) 20430 : cluster [DBG] pgmap v18049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:07.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:05.704842+0000 mgr.y (mgr.14556) 20431 : cluster [DBG] pgmap v18050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:07.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:05.704842+0000 mgr.y (mgr.14556) 20431 : cluster [DBG] pgmap v18050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:05.704842+0000 mgr.y (mgr.14556) 20431 : cluster [DBG] pgmap v18050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:07.705414+0000 mgr.y (mgr.14556) 20432 : cluster [DBG] pgmap v18051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:07.705414+0000 mgr.y (mgr.14556) 20432 : cluster [DBG] pgmap v18051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:07.705414+0000 mgr.y (mgr.14556) 20432 : cluster [DBG] pgmap v18051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:09.705878+0000 mgr.y (mgr.14556) 20433 : cluster [DBG] pgmap v18052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:09.705878+0000 mgr.y (mgr.14556) 20433 : cluster [DBG] pgmap v18052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:11.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:09.705878+0000 mgr.y (mgr.14556) 20433 : cluster [DBG] pgmap v18052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:11.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:47:13.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:11.706574+0000 mgr.y (mgr.14556) 20434 : cluster [DBG] pgmap v18053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:11.706574+0000 mgr.y (mgr.14556) 20434 : cluster [DBG] pgmap v18053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:11.706574+0000 mgr.y (mgr.14556) 20434 : cluster [DBG] pgmap v18053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:47:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:47:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:13.707093+0000 mgr.y (mgr.14556) 20435 : cluster [DBG] pgmap v18054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:15.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:13.707093+0000 mgr.y (mgr.14556) 20435 : cluster [DBG] pgmap v18054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:13.707093+0000 mgr.y (mgr.14556) 20435 : cluster [DBG] pgmap v18054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:15.707738+0000 mgr.y (mgr.14556) 20436 : cluster [DBG] pgmap v18055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:15.707738+0000 mgr.y (mgr.14556) 20436 : cluster [DBG] pgmap v18055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:15.707738+0000 mgr.y (mgr.14556) 20436 : cluster [DBG] pgmap v18055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:18.033 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:47:18.325 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:47:18.325 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 32s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:47:18.325 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 31s ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:47:18.325 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 32s ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:47:18.325 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 31s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:47:18.325 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 31s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 32s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 32s ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 31s ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 32s ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 32s ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 31s ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 32s ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 32s ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 32s ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 32s ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 31s ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 31s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 31s ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:47:18.326 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 31s ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:47:18.327 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 31s ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:47:18.679 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:47:18.680 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:47:18.681 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:47:18.681 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:47:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:17.708206+0000 mgr.y (mgr.14556) 20437 : cluster [DBG] pgmap v18056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:47:18.019483+0000 mgr.y (mgr.14556) 20438 : audit [DBG] from='client.45722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:47:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:47:18.315122+0000 mgr.y (mgr.14556) 20439 : audit [DBG] from='client.35820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:47:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:47:18.677984+0000 mon.a (mon.0) 4337 : audit [DBG] from='client.? 172.21.15.23:0/2558317939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:47:19.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:17.708206+0000 mgr.y (mgr.14556) 20437 : cluster [DBG] pgmap v18056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:19.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:47:18.019483+0000 mgr.y (mgr.14556) 20438 : audit [DBG] from='client.45722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:47:19.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:47:18.315122+0000 mgr.y (mgr.14556) 20439 : audit [DBG] from='client.35820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:47:19.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:47:18.677984+0000 mon.a (mon.0) 4337 : audit [DBG] from='client.? 172.21.15.23:0/2558317939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:47:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:17.708206+0000 mgr.y (mgr.14556) 20437 : cluster [DBG] pgmap v18056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:47:18.019483+0000 mgr.y (mgr.14556) 20438 : audit [DBG] from='client.45722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:47:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:47:18.315122+0000 mgr.y (mgr.14556) 20439 : audit [DBG] from='client.35820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:47:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:47:18.677984+0000 mon.a (mon.0) 4337 : audit [DBG] from='client.? 172.21.15.23:0/2558317939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:47:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:19.708833+0000 mgr.y (mgr.14556) 20440 : cluster [DBG] pgmap v18057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:19.708833+0000 mgr.y (mgr.14556) 20440 : cluster [DBG] pgmap v18057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:21.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:19.708833+0000 mgr.y (mgr.14556) 20440 : cluster [DBG] pgmap v18057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:21.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:47:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:21.709533+0000 mgr.y (mgr.14556) 20441 : cluster [DBG] pgmap v18058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:23.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:21.709533+0000 mgr.y (mgr.14556) 20441 : cluster [DBG] pgmap v18058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:23.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:21.709533+0000 mgr.y (mgr.14556) 20441 : cluster [DBG] pgmap v18058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:47:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:47:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:23.710113+0000 mgr.y (mgr.14556) 20442 : cluster [DBG] pgmap v18059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:25.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:23.710113+0000 mgr.y (mgr.14556) 20442 : cluster [DBG] pgmap v18059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:25.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:23.710113+0000 mgr.y (mgr.14556) 20442 : cluster [DBG] pgmap v18059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:25.710948+0000 mgr.y (mgr.14556) 20443 : cluster [DBG] pgmap v18060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:25.710948+0000 mgr.y (mgr.14556) 20443 : cluster [DBG] pgmap v18060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:27.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:25.710948+0000 mgr.y (mgr.14556) 20443 : cluster [DBG] pgmap v18060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:29.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:27.711489+0000 mgr.y (mgr.14556) 20444 : cluster [DBG] pgmap v18061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:29.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:27.711489+0000 mgr.y (mgr.14556) 20444 : cluster [DBG] pgmap v18061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:29.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:27.711489+0000 mgr.y (mgr.14556) 20444 : cluster [DBG] pgmap v18061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:31.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:29.711832+0000 mgr.y (mgr.14556) 20445 : cluster [DBG] pgmap v18062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:31.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:47:31.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:29.711832+0000 mgr.y (mgr.14556) 20445 : cluster [DBG] pgmap v18062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:31.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:29.711832+0000 mgr.y (mgr.14556) 20445 : cluster [DBG] pgmap v18062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:33.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:31.712465+0000 mgr.y (mgr.14556) 20446 : cluster [DBG] pgmap v18063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:33.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:31.712465+0000 mgr.y (mgr.14556) 20446 : cluster [DBG] pgmap v18063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:31.712465+0000 mgr.y (mgr.14556) 20446 : cluster [DBG] pgmap v18063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:47:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:47:35.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:33.712862+0000 mgr.y (mgr.14556) 20447 : cluster [DBG] pgmap v18064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:35.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:33.712862+0000 mgr.y (mgr.14556) 20447 : cluster [DBG] pgmap v18064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:35.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:33.712862+0000 mgr.y (mgr.14556) 20447 : cluster [DBG] pgmap v18064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:37.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:35.713495+0000 mgr.y (mgr.14556) 20448 : cluster [DBG] pgmap v18065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:37.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:35.713495+0000 mgr.y (mgr.14556) 20448 : cluster [DBG] pgmap v18065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:37.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:35.713495+0000 mgr.y (mgr.14556) 20448 : cluster [DBG] pgmap v18065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:39.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:37.714010+0000 mgr.y (mgr.14556) 20449 : cluster [DBG] pgmap v18066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:39.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:37.714010+0000 mgr.y (mgr.14556) 20449 : cluster [DBG] pgmap v18066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:39.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:37.714010+0000 mgr.y (mgr.14556) 20449 : cluster [DBG] pgmap v18066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:41.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:39.714649+0000 mgr.y (mgr.14556) 20450 : cluster [DBG] pgmap v18067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:41.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:39.714649+0000 mgr.y (mgr.14556) 20450 : cluster [DBG] pgmap v18067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:41.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:39.714649+0000 mgr.y (mgr.14556) 20450 : cluster [DBG] pgmap v18067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:41.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:47:43.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:41.715377+0000 mgr.y (mgr.14556) 20451 : cluster [DBG] pgmap v18068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:43.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:41.715377+0000 mgr.y (mgr.14556) 20451 : cluster [DBG] pgmap v18068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:43.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:41.715377+0000 mgr.y (mgr.14556) 20451 : cluster [DBG] pgmap v18068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:47:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:47:45.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:43.715836+0000 mgr.y (mgr.14556) 20452 : cluster [DBG] pgmap v18069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:45.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:43.715836+0000 mgr.y (mgr.14556) 20452 : cluster [DBG] pgmap v18069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:45.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:43.715836+0000 mgr.y (mgr.14556) 20452 : cluster [DBG] pgmap v18069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:47.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:45.716714+0000 mgr.y (mgr.14556) 20453 : cluster [DBG] pgmap v18070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:47.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:47:47.182939+0000 mon.a (mon.0) 4338 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:47:47.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:45.716714+0000 mgr.y (mgr.14556) 20453 : cluster [DBG] pgmap v18070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:47.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:47:47.182939+0000 mon.a (mon.0) 4338 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:47:47.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:45.716714+0000 mgr.y (mgr.14556) 20453 : cluster [DBG] pgmap v18070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:47.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:47:47.182939+0000 mon.a (mon.0) 4338 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:47:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:47:47.492413+0000 mon.a (mon.0) 4339 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:47:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:47:47.493115+0000 mon.a (mon.0) 4340 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:47:48.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:47:47.498285+0000 mon.a (mon.0) 4341 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:47:48.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:47:47.492413+0000 mon.a (mon.0) 4339 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:47:48.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:47:47.493115+0000 mon.a (mon.0) 4340 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:47:48.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:47:47.498285+0000 mon.a (mon.0) 4341 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:47:48.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:47:47.492413+0000 mon.a (mon.0) 4339 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:47:48.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:47:47.493115+0000 mon.a (mon.0) 4340 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:47:48.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:47:47.498285+0000 mon.a (mon.0) 4341 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:47:49.006 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:47:49.294 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:47:49.294 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 63s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:47:49.294 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 62s ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:47:49.294 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 63s ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:47:49.294 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 62s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 62s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 63s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 63s ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 62s ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 63s ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 63s ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 62s ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 63s ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 63s ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 63s ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 63s ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 62s ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 62s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 62s ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 62s ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:47:49.295 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 62s ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:47:49.643 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:47:49.643 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:47:49.644 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:47:49.644 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:47:49.644 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:47:49.644 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:47:49.644 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:47:49.644 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:47:49.644 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:47:49.644 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:47:49.644 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:47:49.644 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:47:49.644 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:47:49.644 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:47:49.645 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:47:49.645 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:47:49.645 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:47:49.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:47.717142+0000 mgr.y (mgr.14556) 20454 : cluster [DBG] pgmap v18071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:49.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:47.717142+0000 mgr.y (mgr.14556) 20454 : cluster [DBG] pgmap v18071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:49.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:47.717142+0000 mgr.y (mgr.14556) 20454 : cluster [DBG] pgmap v18071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:50.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:47:48.991968+0000 mgr.y (mgr.14556) 20455 : audit [DBG] from='client.45740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:47:50.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:47:49.284399+0000 mgr.y (mgr.14556) 20456 : audit [DBG] from='client.45746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:47:50.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:47:49.641687+0000 mon.c (mon.2) 494 : audit [DBG] from='client.? 172.21.15.23:0/1524654427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:47:50.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:47:48.991968+0000 mgr.y (mgr.14556) 20455 : audit [DBG] from='client.45740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:47:50.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:47:49.284399+0000 mgr.y (mgr.14556) 20456 : audit [DBG] from='client.45746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:47:50.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:47:49.641687+0000 mon.c (mon.2) 494 : audit [DBG] from='client.? 172.21.15.23:0/1524654427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:47:50.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:47:48.991968+0000 mgr.y (mgr.14556) 20455 : audit [DBG] from='client.45740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:47:50.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:47:49.284399+0000 mgr.y (mgr.14556) 20456 : audit [DBG] from='client.45746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:47:50.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:47:49.641687+0000 mon.c (mon.2) 494 : audit [DBG] from='client.? 172.21.15.23:0/1524654427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:47:51.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:49.717562+0000 mgr.y (mgr.14556) 20457 : cluster [DBG] pgmap v18072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:51.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:49.717562+0000 mgr.y (mgr.14556) 20457 : cluster [DBG] pgmap v18072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:51.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:49.717562+0000 mgr.y (mgr.14556) 20457 : cluster [DBG] pgmap v18072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:47:52.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:51.718237+0000 mgr.y (mgr.14556) 20458 : cluster [DBG] pgmap v18073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:52.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:51.718237+0000 mgr.y (mgr.14556) 20458 : cluster [DBG] pgmap v18073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:52.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:51.718237+0000 mgr.y (mgr.14556) 20458 : cluster [DBG] pgmap v18073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:47:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:47:55.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:53.718710+0000 mgr.y (mgr.14556) 20459 : cluster [DBG] pgmap v18074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:55.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:53.718710+0000 mgr.y (mgr.14556) 20459 : cluster [DBG] pgmap v18074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:55.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:53.718710+0000 mgr.y (mgr.14556) 20459 : cluster [DBG] pgmap v18074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:57.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:55.719579+0000 mgr.y (mgr.14556) 20460 : cluster [DBG] pgmap v18075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:57.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:55.719579+0000 mgr.y (mgr.14556) 20460 : cluster [DBG] pgmap v18075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:55.719579+0000 mgr.y (mgr.14556) 20460 : cluster [DBG] pgmap v18075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:57.720084+0000 mgr.y (mgr.14556) 20461 : cluster [DBG] pgmap v18076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:59.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:57.720084+0000 mgr.y (mgr.14556) 20461 : cluster [DBG] pgmap v18076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:47:59.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:47:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:57.720084+0000 mgr.y (mgr.14556) 20461 : cluster [DBG] pgmap v18076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:01.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:47:59.720579+0000 mgr.y (mgr.14556) 20462 : cluster [DBG] pgmap v18077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:01.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:47:59.720579+0000 mgr.y (mgr.14556) 20462 : cluster [DBG] pgmap v18077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:01.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:47:59.720579+0000 mgr.y (mgr.14556) 20462 : cluster [DBG] pgmap v18077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:48:03.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:01.721268+0000 mgr.y (mgr.14556) 20463 : cluster [DBG] pgmap v18078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:03.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:01.721268+0000 mgr.y (mgr.14556) 20463 : cluster [DBG] pgmap v18078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:01.721268+0000 mgr.y (mgr.14556) 20463 : cluster [DBG] pgmap v18078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:48:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:48:05.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:03.721710+0000 mgr.y (mgr.14556) 20464 : cluster [DBG] pgmap v18079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:05.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:03.721710+0000 mgr.y (mgr.14556) 20464 : cluster [DBG] pgmap v18079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:03.721710+0000 mgr.y (mgr.14556) 20464 : cluster [DBG] pgmap v18079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:07.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:05.722442+0000 mgr.y (mgr.14556) 20465 : cluster [DBG] pgmap v18080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:05.722442+0000 mgr.y (mgr.14556) 20465 : cluster [DBG] pgmap v18080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:05.722442+0000 mgr.y (mgr.14556) 20465 : cluster [DBG] pgmap v18080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:07.722863+0000 mgr.y (mgr.14556) 20466 : cluster [DBG] pgmap v18081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:09.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:07.722863+0000 mgr.y (mgr.14556) 20466 : cluster [DBG] pgmap v18081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:09.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:07.722863+0000 mgr.y (mgr.14556) 20466 : cluster [DBG] pgmap v18081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:11.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:09.723320+0000 mgr.y (mgr.14556) 20467 : cluster [DBG] pgmap v18082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:09.723320+0000 mgr.y (mgr.14556) 20467 : cluster [DBG] pgmap v18082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:09.723320+0000 mgr.y (mgr.14556) 20467 : cluster [DBG] pgmap v18082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:48:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:11.723997+0000 mgr.y (mgr.14556) 20468 : cluster [DBG] pgmap v18083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:11.723997+0000 mgr.y (mgr.14556) 20468 : cluster [DBG] pgmap v18083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:13.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:11.723997+0000 mgr.y (mgr.14556) 20468 : cluster [DBG] pgmap v18083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:48:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:48:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:13.724476+0000 mgr.y (mgr.14556) 20469 : cluster [DBG] pgmap v18084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:13.724476+0000 mgr.y (mgr.14556) 20469 : cluster [DBG] pgmap v18084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:15.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:13.724476+0000 mgr.y (mgr.14556) 20469 : cluster [DBG] pgmap v18084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:15.725385+0000 mgr.y (mgr.14556) 20470 : cluster [DBG] pgmap v18085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:15.725385+0000 mgr.y (mgr.14556) 20470 : cluster [DBG] pgmap v18085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:15.725385+0000 mgr.y (mgr.14556) 20470 : cluster [DBG] pgmap v18085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:17.725943+0000 mgr.y (mgr.14556) 20471 : cluster [DBG] pgmap v18086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:17.725943+0000 mgr.y (mgr.14556) 20471 : cluster [DBG] pgmap v18086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:17.725943+0000 mgr.y (mgr.14556) 20471 : cluster [DBG] pgmap v18086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:19.968 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:48:20.256 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 94s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 93s ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 94s ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 93s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 93s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 94s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 94s ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 93s ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 94s ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 94s ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 93s ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 94s ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:48:20.257 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 94s ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:48:20.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 94s ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:48:20.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 94s ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:48:20.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 93s ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:48:20.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 93s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:48:20.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 93s ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:48:20.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 93s ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:48:20.258 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 93s ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:48:20.605 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:48:20.605 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:48:20.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:48:20.605 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:48:20.605 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:48:20.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:48:20.605 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:48:20.605 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:48:20.605 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:48:20.605 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:48:20.605 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:48:20.606 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:48:20.606 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:48:20.606 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:48:20.606 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:48:20.606 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:48:20.606 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:48:21.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:19.726366+0000 mgr.y (mgr.14556) 20472 : cluster [DBG] pgmap v18087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:21.543 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:48:19.955103+0000 mgr.y (mgr.14556) 20473 : audit [DBG] from='client.35850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:48:21.543 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:48:20.246933+0000 mgr.y (mgr.14556) 20474 : audit [DBG] from='client.35856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:48:21.543 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:48:20.603165+0000 mon.c (mon.2) 495 : audit [DBG] from='client.? 172.21.15.23:0/173213516' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:48:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:19.726366+0000 mgr.y (mgr.14556) 20472 : cluster [DBG] pgmap v18087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:48:19.955103+0000 mgr.y (mgr.14556) 20473 : audit [DBG] from='client.35850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:48:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:48:20.246933+0000 mgr.y (mgr.14556) 20474 : audit [DBG] from='client.35856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:48:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:48:20.603165+0000 mon.c (mon.2) 495 : audit [DBG] from='client.? 172.21.15.23:0/173213516' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:48:21.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:19.726366+0000 mgr.y (mgr.14556) 20472 : cluster [DBG] pgmap v18087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:21.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:48:19.955103+0000 mgr.y (mgr.14556) 20473 : audit [DBG] from='client.35850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:48:21.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:48:20.246933+0000 mgr.y (mgr.14556) 20474 : audit [DBG] from='client.35856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:48:21.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:48:20.603165+0000 mon.c (mon.2) 495 : audit [DBG] from='client.? 172.21.15.23:0/173213516' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:48:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:48:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:21.727152+0000 mgr.y (mgr.14556) 20475 : cluster [DBG] pgmap v18088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:23.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:21.727152+0000 mgr.y (mgr.14556) 20475 : cluster [DBG] pgmap v18088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:21.727152+0000 mgr.y (mgr.14556) 20475 : cluster [DBG] pgmap v18088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:48:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:48:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:23.727819+0000 mgr.y (mgr.14556) 20476 : cluster [DBG] pgmap v18089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:25.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:23.727819+0000 mgr.y (mgr.14556) 20476 : cluster [DBG] pgmap v18089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:23.727819+0000 mgr.y (mgr.14556) 20476 : cluster [DBG] pgmap v18089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:25.728675+0000 mgr.y (mgr.14556) 20477 : cluster [DBG] pgmap v18090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:27.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:25.728675+0000 mgr.y (mgr.14556) 20477 : cluster [DBG] pgmap v18090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:25.728675+0000 mgr.y (mgr.14556) 20477 : cluster [DBG] pgmap v18090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:27.729231+0000 mgr.y (mgr.14556) 20478 : cluster [DBG] pgmap v18091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:29.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:27.729231+0000 mgr.y (mgr.14556) 20478 : cluster [DBG] pgmap v18091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:27.729231+0000 mgr.y (mgr.14556) 20478 : cluster [DBG] pgmap v18091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:31.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:29.729751+0000 mgr.y (mgr.14556) 20479 : cluster [DBG] pgmap v18092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:29.729751+0000 mgr.y (mgr.14556) 20479 : cluster [DBG] pgmap v18092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:29.729751+0000 mgr.y (mgr.14556) 20479 : cluster [DBG] pgmap v18092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:48:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:31.730429+0000 mgr.y (mgr.14556) 20480 : cluster [DBG] pgmap v18093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:31.730429+0000 mgr.y (mgr.14556) 20480 : cluster [DBG] pgmap v18093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:31.730429+0000 mgr.y (mgr.14556) 20480 : cluster [DBG] pgmap v18093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:34.134 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:48:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:48:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:33.730884+0000 mgr.y (mgr.14556) 20481 : cluster [DBG] pgmap v18094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:35.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:33.730884+0000 mgr.y (mgr.14556) 20481 : cluster [DBG] pgmap v18094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:33.730884+0000 mgr.y (mgr.14556) 20481 : cluster [DBG] pgmap v18094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:35.731515+0000 mgr.y (mgr.14556) 20482 : cluster [DBG] pgmap v18095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:35.731515+0000 mgr.y (mgr.14556) 20482 : cluster [DBG] pgmap v18095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:35.731515+0000 mgr.y (mgr.14556) 20482 : cluster [DBG] pgmap v18095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:37.732081+0000 mgr.y (mgr.14556) 20483 : cluster [DBG] pgmap v18096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:39.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:37.732081+0000 mgr.y (mgr.14556) 20483 : cluster [DBG] pgmap v18096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:37.732081+0000 mgr.y (mgr.14556) 20483 : cluster [DBG] pgmap v18096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:41.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:39.732522+0000 mgr.y (mgr.14556) 20484 : cluster [DBG] pgmap v18097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:39.732522+0000 mgr.y (mgr.14556) 20484 : cluster [DBG] pgmap v18097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:41.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:39.732522+0000 mgr.y (mgr.14556) 20484 : cluster [DBG] pgmap v18097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:41.918 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:48:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:41.733383+0000 mgr.y (mgr.14556) 20485 : cluster [DBG] pgmap v18098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:41.733383+0000 mgr.y (mgr.14556) 20485 : cluster [DBG] pgmap v18098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:41.733383+0000 mgr.y (mgr.14556) 20485 : cluster [DBG] pgmap v18098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:48:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:48:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:43.733957+0000 mgr.y (mgr.14556) 20486 : cluster [DBG] pgmap v18099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:45.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:43.733957+0000 mgr.y (mgr.14556) 20486 : cluster [DBG] pgmap v18099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:43.733957+0000 mgr.y (mgr.14556) 20486 : cluster [DBG] pgmap v18099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:45.734779+0000 mgr.y (mgr.14556) 20487 : cluster [DBG] pgmap v18100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:45.734779+0000 mgr.y (mgr.14556) 20487 : cluster [DBG] pgmap v18100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:45.734779+0000 mgr.y (mgr.14556) 20487 : cluster [DBG] pgmap v18100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:48.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:48:47.502663+0000 mon.a (mon.0) 4342 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:48:48.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:48:47.809109+0000 mon.a (mon.0) 4343 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:48:48.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:48:47.809741+0000 mon.a (mon.0) 4344 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:48:48.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:48:47.822863+0000 mon.a (mon.0) 4345 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:48:48.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:48:47.502663+0000 mon.a (mon.0) 4342 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:48:48.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:48:47.809109+0000 mon.a (mon.0) 4343 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:48:48.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:48:47.809741+0000 mon.a (mon.0) 4344 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:48:48.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:48:47.822863+0000 mon.a (mon.0) 4345 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:48:48.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:48:47.502663+0000 mon.a (mon.0) 4342 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:48:48.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:48:47.809109+0000 mon.a (mon.0) 4343 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:48:48.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:48:47.809741+0000 mon.a (mon.0) 4344 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:48:48.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:48:47.822863+0000 mon.a (mon.0) 4345 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:48:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:47.735183+0000 mgr.y (mgr.14556) 20488 : cluster [DBG] pgmap v18101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:49.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:47.735183+0000 mgr.y (mgr.14556) 20488 : cluster [DBG] pgmap v18101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:49.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:47.735183+0000 mgr.y (mgr.14556) 20488 : cluster [DBG] pgmap v18101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:50.929 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:48:51.219 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:48:51.219 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 2m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:48:51.219 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 2m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:48:51.219 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 2m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:48:51.219 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 2m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:48:51.219 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 2m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 2m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 2m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 2m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 2m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 2m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 2m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 2m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 2m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 2m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 2m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 2m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 2m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:48:51.220 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 2m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:48:51.221 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 2m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:48:51.221 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 2m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:48:51.569 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:48:51.569 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:48:51.569 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:48:51.569 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:48:51.569 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:48:51.569 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:48:51.570 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:48:51.570 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:48:51.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:48:51.570 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:48:51.570 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:48:51.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:48:51.570 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:48:51.570 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:48:51.570 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:48:51.570 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:48:51.570 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:48:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:49.735767+0000 mgr.y (mgr.14556) 20489 : cluster [DBG] pgmap v18102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:49.735767+0000 mgr.y (mgr.14556) 20489 : cluster [DBG] pgmap v18102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:51.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:49.735767+0000 mgr.y (mgr.14556) 20489 : cluster [DBG] pgmap v18102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:51.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:48:52.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:48:50.915847+0000 mgr.y (mgr.14556) 20490 : audit [DBG] from='client.35868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:48:52.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:48:51.209129+0000 mgr.y (mgr.14556) 20491 : audit [DBG] from='client.35874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:48:52.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:48:51.567541+0000 mon.c (mon.2) 496 : audit [DBG] from='client.? 172.21.15.23:0/3504447597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:48:52.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:48:50.915847+0000 mgr.y (mgr.14556) 20490 : audit [DBG] from='client.35868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:48:52.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:48:51.209129+0000 mgr.y (mgr.14556) 20491 : audit [DBG] from='client.35874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:48:52.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:48:51.567541+0000 mon.c (mon.2) 496 : audit [DBG] from='client.? 172.21.15.23:0/3504447597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:48:52.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:48:50.915847+0000 mgr.y (mgr.14556) 20490 : audit [DBG] from='client.35868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:48:52.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:48:51.209129+0000 mgr.y (mgr.14556) 20491 : audit [DBG] from='client.35874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:48:52.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:48:51.567541+0000 mon.c (mon.2) 496 : audit [DBG] from='client.? 172.21.15.23:0/3504447597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:48:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:51.736475+0000 mgr.y (mgr.14556) 20492 : cluster [DBG] pgmap v18103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:53.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:51.736475+0000 mgr.y (mgr.14556) 20492 : cluster [DBG] pgmap v18103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:51.736475+0000 mgr.y (mgr.14556) 20492 : cluster [DBG] pgmap v18103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:48:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:48:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:53.736858+0000 mgr.y (mgr.14556) 20493 : cluster [DBG] pgmap v18104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:53.736858+0000 mgr.y (mgr.14556) 20493 : cluster [DBG] pgmap v18104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:53.736858+0000 mgr.y (mgr.14556) 20493 : cluster [DBG] pgmap v18104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:55.737563+0000 mgr.y (mgr.14556) 20494 : cluster [DBG] pgmap v18105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:55.737563+0000 mgr.y (mgr.14556) 20494 : cluster [DBG] pgmap v18105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:55.737563+0000 mgr.y (mgr.14556) 20494 : cluster [DBG] pgmap v18105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:57.737933+0000 mgr.y (mgr.14556) 20495 : cluster [DBG] pgmap v18106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:59.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:57.737933+0000 mgr.y (mgr.14556) 20495 : cluster [DBG] pgmap v18106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:48:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:48:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:57.737933+0000 mgr.y (mgr.14556) 20495 : cluster [DBG] pgmap v18106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:48:59.738360+0000 mgr.y (mgr.14556) 20496 : cluster [DBG] pgmap v18107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:01.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:48:59.738360+0000 mgr.y (mgr.14556) 20496 : cluster [DBG] pgmap v18107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:01.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:48:59.738360+0000 mgr.y (mgr.14556) 20496 : cluster [DBG] pgmap v18107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:01.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:49:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:01.738986+0000 mgr.y (mgr.14556) 20497 : cluster [DBG] pgmap v18108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:03.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:01.738986+0000 mgr.y (mgr.14556) 20497 : cluster [DBG] pgmap v18108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:01.738986+0000 mgr.y (mgr.14556) 20497 : cluster [DBG] pgmap v18108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:49:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:49:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:03.739521+0000 mgr.y (mgr.14556) 20498 : cluster [DBG] pgmap v18109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:03.739521+0000 mgr.y (mgr.14556) 20498 : cluster [DBG] pgmap v18109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:05.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:03.739521+0000 mgr.y (mgr.14556) 20498 : cluster [DBG] pgmap v18109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:05.740134+0000 mgr.y (mgr.14556) 20499 : cluster [DBG] pgmap v18110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:07.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:05.740134+0000 mgr.y (mgr.14556) 20499 : cluster [DBG] pgmap v18110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:07.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:05.740134+0000 mgr.y (mgr.14556) 20499 : cluster [DBG] pgmap v18110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:07.740603+0000 mgr.y (mgr.14556) 20500 : cluster [DBG] pgmap v18111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:09.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:07.740603+0000 mgr.y (mgr.14556) 20500 : cluster [DBG] pgmap v18111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:07.740603+0000 mgr.y (mgr.14556) 20500 : cluster [DBG] pgmap v18111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:11.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:09.740989+0000 mgr.y (mgr.14556) 20501 : cluster [DBG] pgmap v18112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:11.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:49:11.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:09.740989+0000 mgr.y (mgr.14556) 20501 : cluster [DBG] pgmap v18112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:11.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:09.740989+0000 mgr.y (mgr.14556) 20501 : cluster [DBG] pgmap v18112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:11.741848+0000 mgr.y (mgr.14556) 20502 : cluster [DBG] pgmap v18113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:13.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:11.741848+0000 mgr.y (mgr.14556) 20502 : cluster [DBG] pgmap v18113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:13.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:11.741848+0000 mgr.y (mgr.14556) 20502 : cluster [DBG] pgmap v18113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:49:13] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:49:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:13.742275+0000 mgr.y (mgr.14556) 20503 : cluster [DBG] pgmap v18114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:13.742275+0000 mgr.y (mgr.14556) 20503 : cluster [DBG] pgmap v18114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:15.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:13.742275+0000 mgr.y (mgr.14556) 20503 : cluster [DBG] pgmap v18114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:17.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:15.742973+0000 mgr.y (mgr.14556) 20504 : cluster [DBG] pgmap v18115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:17.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:15.742973+0000 mgr.y (mgr.14556) 20504 : cluster [DBG] pgmap v18115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:17.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:15.742973+0000 mgr.y (mgr.14556) 20504 : cluster [DBG] pgmap v18115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:19.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:17.743495+0000 mgr.y (mgr.14556) 20505 : cluster [DBG] pgmap v18116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:19.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:17.743495+0000 mgr.y (mgr.14556) 20505 : cluster [DBG] pgmap v18116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:19.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:17.743495+0000 mgr.y (mgr.14556) 20505 : cluster [DBG] pgmap v18116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:21.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:19.743942+0000 mgr.y (mgr.14556) 20506 : cluster [DBG] pgmap v18117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:21.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:19.743942+0000 mgr.y (mgr.14556) 20506 : cluster [DBG] pgmap v18117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:21.895 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:49:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:19.743942+0000 mgr.y (mgr.14556) 20506 : cluster [DBG] pgmap v18117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:21.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:49:22.184 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:49:22.184 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 2m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:49:22.184 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 2m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:49:22.184 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 2m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 2m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 2m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 2m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 2m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 2m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 2m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 2m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 2m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 2m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 2m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 2m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 2m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 2m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 2m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 2m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:49:22.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 2m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:49:22.186 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 2m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:49:22.537 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:49:22.538 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:49:22.538 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:49:22.538 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:49:22.538 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:49:22.538 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:49:22.538 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:49:22.538 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:49:22.538 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:49:22.538 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:49:22.538 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:49:22.538 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:49:22.538 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:49:22.539 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:49:22.539 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:49:22.539 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:49:22.539 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:49:23.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:21.744508+0000 mgr.y (mgr.14556) 20507 : cluster [DBG] pgmap v18118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:23.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:49:21.882114+0000 mgr.y (mgr.14556) 20508 : audit [DBG] from='client.45794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:49:23.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:49:22.174446+0000 mgr.y (mgr.14556) 20509 : audit [DBG] from='client.45800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:49:23.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:49:22.535742+0000 mon.a (mon.0) 4346 : audit [DBG] from='client.? 172.21.15.23:0/513909959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:49:23.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:21.744508+0000 mgr.y (mgr.14556) 20507 : cluster [DBG] pgmap v18118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:23.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:49:21.882114+0000 mgr.y (mgr.14556) 20508 : audit [DBG] from='client.45794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:49:23.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:49:22.174446+0000 mgr.y (mgr.14556) 20509 : audit [DBG] from='client.45800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:49:23.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:49:22.535742+0000 mon.a (mon.0) 4346 : audit [DBG] from='client.? 172.21.15.23:0/513909959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:49:23.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:21.744508+0000 mgr.y (mgr.14556) 20507 : cluster [DBG] pgmap v18118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:23.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:49:21.882114+0000 mgr.y (mgr.14556) 20508 : audit [DBG] from='client.45794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:49:23.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:49:22.174446+0000 mgr.y (mgr.14556) 20509 : audit [DBG] from='client.45800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:49:23.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:49:22.535742+0000 mon.a (mon.0) 4346 : audit [DBG] from='client.? 172.21.15.23:0/513909959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:49:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:49:23] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:49:25.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:23.745067+0000 mgr.y (mgr.14556) 20510 : cluster [DBG] pgmap v18119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:25.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:23.745067+0000 mgr.y (mgr.14556) 20510 : cluster [DBG] pgmap v18119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:25.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:23.745067+0000 mgr.y (mgr.14556) 20510 : cluster [DBG] pgmap v18119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:25.745841+0000 mgr.y (mgr.14556) 20511 : cluster [DBG] pgmap v18120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:27.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:25.745841+0000 mgr.y (mgr.14556) 20511 : cluster [DBG] pgmap v18120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:27.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:25.745841+0000 mgr.y (mgr.14556) 20511 : cluster [DBG] pgmap v18120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:29.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:27.746315+0000 mgr.y (mgr.14556) 20512 : cluster [DBG] pgmap v18121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:29.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:27.746315+0000 mgr.y (mgr.14556) 20512 : cluster [DBG] pgmap v18121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:29.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:27.746315+0000 mgr.y (mgr.14556) 20512 : cluster [DBG] pgmap v18121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:31.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:29.746760+0000 mgr.y (mgr.14556) 20513 : cluster [DBG] pgmap v18122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:31.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:29.746760+0000 mgr.y (mgr.14556) 20513 : cluster [DBG] pgmap v18122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:31.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:29.746760+0000 mgr.y (mgr.14556) 20513 : cluster [DBG] pgmap v18122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:31.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:49:33.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:31.747468+0000 mgr.y (mgr.14556) 20514 : cluster [DBG] pgmap v18123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:33.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:31.747468+0000 mgr.y (mgr.14556) 20514 : cluster [DBG] pgmap v18123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:31.747468+0000 mgr.y (mgr.14556) 20514 : cluster [DBG] pgmap v18123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:49:33] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:49:35.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:33.748059+0000 mgr.y (mgr.14556) 20515 : cluster [DBG] pgmap v18124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:35.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:33.748059+0000 mgr.y (mgr.14556) 20515 : cluster [DBG] pgmap v18124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:35.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:33.748059+0000 mgr.y (mgr.14556) 20515 : cluster [DBG] pgmap v18124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:37.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:35.748788+0000 mgr.y (mgr.14556) 20516 : cluster [DBG] pgmap v18125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:37.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:35.748788+0000 mgr.y (mgr.14556) 20516 : cluster [DBG] pgmap v18125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:37.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:35.748788+0000 mgr.y (mgr.14556) 20516 : cluster [DBG] pgmap v18125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:39.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:37.749179+0000 mgr.y (mgr.14556) 20517 : cluster [DBG] pgmap v18126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:39.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:37.749179+0000 mgr.y (mgr.14556) 20517 : cluster [DBG] pgmap v18126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:39.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:37.749179+0000 mgr.y (mgr.14556) 20517 : cluster [DBG] pgmap v18126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:41.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:39.749655+0000 mgr.y (mgr.14556) 20518 : cluster [DBG] pgmap v18127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:41.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:39.749655+0000 mgr.y (mgr.14556) 20518 : cluster [DBG] pgmap v18127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:41.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:39.749655+0000 mgr.y (mgr.14556) 20518 : cluster [DBG] pgmap v18127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:49:43.882 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:49:43] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:49:43.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:41.750351+0000 mgr.y (mgr.14556) 20519 : cluster [DBG] pgmap v18128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:43.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:41.750351+0000 mgr.y (mgr.14556) 20519 : cluster [DBG] pgmap v18128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:43.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:41.750351+0000 mgr.y (mgr.14556) 20519 : cluster [DBG] pgmap v18128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:45.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:43.750860+0000 mgr.y (mgr.14556) 20520 : cluster [DBG] pgmap v18129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:45.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:43.750860+0000 mgr.y (mgr.14556) 20520 : cluster [DBG] pgmap v18129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:45.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:43.750860+0000 mgr.y (mgr.14556) 20520 : cluster [DBG] pgmap v18129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:46.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:45.751554+0000 mgr.y (mgr.14556) 20521 : cluster [DBG] pgmap v18130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:46.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:45.751554+0000 mgr.y (mgr.14556) 20521 : cluster [DBG] pgmap v18130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:46.917 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:45.751554+0000 mgr.y (mgr.14556) 20521 : cluster [DBG] pgmap v18130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:49.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:47.752009+0000 mgr.y (mgr.14556) 20522 : cluster [DBG] pgmap v18131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:49.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:49:47.827169+0000 mon.a (mon.0) 4347 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:49:49.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:49:48.085512+0000 mon.a (mon.0) 4348 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:49:49.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:49:48.098002+0000 mon.a (mon.0) 4349 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:49:49.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:49:48.386589+0000 mon.a (mon.0) 4350 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:49:49.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:49:48.387249+0000 mon.a (mon.0) 4351 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:49:49.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:49:48.395584+0000 mon.a (mon.0) 4352 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:49:49.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:47.752009+0000 mgr.y (mgr.14556) 20522 : cluster [DBG] pgmap v18131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:49.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:49:47.827169+0000 mon.a (mon.0) 4347 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:49:49.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:49:48.085512+0000 mon.a (mon.0) 4348 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:49:49.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:49:48.098002+0000 mon.a (mon.0) 4349 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:49:49.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:49:48.386589+0000 mon.a (mon.0) 4350 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:49:49.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:49:48.387249+0000 mon.a (mon.0) 4351 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:49:49.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:49:48.395584+0000 mon.a (mon.0) 4352 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:49:49.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:47.752009+0000 mgr.y (mgr.14556) 20522 : cluster [DBG] pgmap v18131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:49.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:49:47.827169+0000 mon.a (mon.0) 4347 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:49:49.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:49:48.085512+0000 mon.a (mon.0) 4348 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:49:49.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:49:48.098002+0000 mon.a (mon.0) 4349 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:49:49.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:49:48.386589+0000 mon.a (mon.0) 4350 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:49:49.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:49:48.387249+0000 mon.a (mon.0) 4351 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:49:49.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:49:48.395584+0000 mon.a (mon.0) 4352 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:49:51.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:49.752443+0000 mgr.y (mgr.14556) 20523 : cluster [DBG] pgmap v18132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:51.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:49.752443+0000 mgr.y (mgr.14556) 20523 : cluster [DBG] pgmap v18132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:51.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:49.752443+0000 mgr.y (mgr.14556) 20523 : cluster [DBG] pgmap v18132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:49:52.863 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:49:53.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:51.753021+0000 mgr.y (mgr.14556) 20524 : cluster [DBG] pgmap v18133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:53.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:51.753021+0000 mgr.y (mgr.14556) 20524 : cluster [DBG] pgmap v18133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:53.153 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:49:53.153 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 3m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:49:53.153 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 3m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:49:53.153 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 3m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:49:53.153 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 3m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:49:53.153 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 3m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:49:53.153 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 3m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:49:53.153 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 3m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:49:53.153 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 3m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:49:53.154 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 3m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:49:53.154 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 3m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:49:53.154 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 3m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:49:53.154 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 3m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:49:53.154 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 3m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:49:53.154 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 3m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:49:53.154 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 3m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:49:53.154 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 3m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:49:53.154 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 3m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:49:53.154 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 3m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:49:53.154 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 3m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:49:53.154 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 3m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:49:53.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:51.753021+0000 mgr.y (mgr.14556) 20524 : cluster [DBG] pgmap v18133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:53.503 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:49:53.503 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:49:53.503 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:49:53.503 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:49:53.503 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:49:53.503 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:49:53.503 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:49:53.503 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:49:53.503 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:49:53.504 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:49:53.504 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:49:53.504 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:49:53.504 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:49:53.504 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:49:53.504 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:49:53.504 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:49:53.504 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:49:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:49:53] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:49:54.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:49:52.849255+0000 mgr.y (mgr.14556) 20525 : audit [DBG] from='client.35904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:49:54.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:49:53.143339+0000 mgr.y (mgr.14556) 20526 : audit [DBG] from='client.45818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:49:54.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:49:53.501224+0000 mon.a (mon.0) 4353 : audit [DBG] from='client.? 172.21.15.23:0/2172686732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:49:54.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:49:52.849255+0000 mgr.y (mgr.14556) 20525 : audit [DBG] from='client.35904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:49:54.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:49:53.143339+0000 mgr.y (mgr.14556) 20526 : audit [DBG] from='client.45818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:49:54.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:49:53.501224+0000 mon.a (mon.0) 4353 : audit [DBG] from='client.? 172.21.15.23:0/2172686732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:49:54.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:49:52.849255+0000 mgr.y (mgr.14556) 20525 : audit [DBG] from='client.35904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:49:54.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:49:53.143339+0000 mgr.y (mgr.14556) 20526 : audit [DBG] from='client.45818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:49:54.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:49:53.501224+0000 mon.a (mon.0) 4353 : audit [DBG] from='client.? 172.21.15.23:0/2172686732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:49:55.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:53.753419+0000 mgr.y (mgr.14556) 20527 : cluster [DBG] pgmap v18134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:55.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:53.753419+0000 mgr.y (mgr.14556) 20527 : cluster [DBG] pgmap v18134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:55.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:53.753419+0000 mgr.y (mgr.14556) 20527 : cluster [DBG] pgmap v18134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:57.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:55.754218+0000 mgr.y (mgr.14556) 20528 : cluster [DBG] pgmap v18135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:57.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:55.754218+0000 mgr.y (mgr.14556) 20528 : cluster [DBG] pgmap v18135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:57.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:55.754218+0000 mgr.y (mgr.14556) 20528 : cluster [DBG] pgmap v18135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:59.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:49:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:57.754600+0000 mgr.y (mgr.14556) 20529 : cluster [DBG] pgmap v18136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:59.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:49:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:57.754600+0000 mgr.y (mgr.14556) 20529 : cluster [DBG] pgmap v18136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:49:59.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:49:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:57.754600+0000 mgr.y (mgr.14556) 20529 : cluster [DBG] pgmap v18136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:00.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T16:49:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:50:01.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:49:59.754969+0000 mgr.y (mgr.14556) 20530 : cluster [DBG] pgmap v18137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:01.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:00.000175+0000 mon.a (mon.0) 4354 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:50:01.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:49:59.754969+0000 mgr.y (mgr.14556) 20530 : cluster [DBG] pgmap v18137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:01.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:00.000175+0000 mon.a (mon.0) 4354 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:50:01.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:49:59.754969+0000 mgr.y (mgr.14556) 20530 : cluster [DBG] pgmap v18137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:01.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:00.000175+0000 mon.a (mon.0) 4354 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T16:50:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:50:03.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:01.755659+0000 mgr.y (mgr.14556) 20531 : cluster [DBG] pgmap v18138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:03.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:01.755659+0000 mgr.y (mgr.14556) 20531 : cluster [DBG] pgmap v18138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:03.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:01.755659+0000 mgr.y (mgr.14556) 20531 : cluster [DBG] pgmap v18138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:50:03] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:50:05.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:03.756123+0000 mgr.y (mgr.14556) 20532 : cluster [DBG] pgmap v18139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:05.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:03.756123+0000 mgr.y (mgr.14556) 20532 : cluster [DBG] pgmap v18139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:05.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:03.756123+0000 mgr.y (mgr.14556) 20532 : cluster [DBG] pgmap v18139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:07.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:05.756984+0000 mgr.y (mgr.14556) 20533 : cluster [DBG] pgmap v18140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:07.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:05.756984+0000 mgr.y (mgr.14556) 20533 : cluster [DBG] pgmap v18140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:07.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:05.756984+0000 mgr.y (mgr.14556) 20533 : cluster [DBG] pgmap v18140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:09.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:07.757630+0000 mgr.y (mgr.14556) 20534 : cluster [DBG] pgmap v18141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:09.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:07.757630+0000 mgr.y (mgr.14556) 20534 : cluster [DBG] pgmap v18141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:09.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:07.757630+0000 mgr.y (mgr.14556) 20534 : cluster [DBG] pgmap v18141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:11.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:09.758089+0000 mgr.y (mgr.14556) 20535 : cluster [DBG] pgmap v18142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:11.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:09.758089+0000 mgr.y (mgr.14556) 20535 : cluster [DBG] pgmap v18142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:11.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:09.758089+0000 mgr.y (mgr.14556) 20535 : cluster [DBG] pgmap v18142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:50:13.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:11.758814+0000 mgr.y (mgr.14556) 20536 : cluster [DBG] pgmap v18143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:13.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:11.758814+0000 mgr.y (mgr.14556) 20536 : cluster [DBG] pgmap v18143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:11.758814+0000 mgr.y (mgr.14556) 20536 : cluster [DBG] pgmap v18143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:50:13] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:50:15.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:13.759365+0000 mgr.y (mgr.14556) 20537 : cluster [DBG] pgmap v18144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:15.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:13.759365+0000 mgr.y (mgr.14556) 20537 : cluster [DBG] pgmap v18144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:13.759365+0000 mgr.y (mgr.14556) 20537 : cluster [DBG] pgmap v18144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:15.760175+0000 mgr.y (mgr.14556) 20538 : cluster [DBG] pgmap v18145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:17.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:15.760175+0000 mgr.y (mgr.14556) 20538 : cluster [DBG] pgmap v18145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:15.760175+0000 mgr.y (mgr.14556) 20538 : cluster [DBG] pgmap v18145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:19.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:17.760614+0000 mgr.y (mgr.14556) 20539 : cluster [DBG] pgmap v18146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:19.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:17.760614+0000 mgr.y (mgr.14556) 20539 : cluster [DBG] pgmap v18146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:19.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:17.760614+0000 mgr.y (mgr.14556) 20539 : cluster [DBG] pgmap v18146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:19.761210+0000 mgr.y (mgr.14556) 20540 : cluster [DBG] pgmap v18147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:21.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:19.761210+0000 mgr.y (mgr.14556) 20540 : cluster [DBG] pgmap v18147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:19.761210+0000 mgr.y (mgr.14556) 20540 : cluster [DBG] pgmap v18147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:50:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:21.762036+0000 mgr.y (mgr.14556) 20541 : cluster [DBG] pgmap v18148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:23.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:21.762036+0000 mgr.y (mgr.14556) 20541 : cluster [DBG] pgmap v18148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:21.762036+0000 mgr.y (mgr.14556) 20541 : cluster [DBG] pgmap v18148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:23.832 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 3m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 3m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 3m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 3m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 3m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 3m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 3m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 3m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 3m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 3m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 3m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:50:24.121 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 3m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:50:24.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 3m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:50:24.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 3m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:50:24.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 3m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:50:24.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 3m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:50:24.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 3m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:50:24.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 3m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:50:24.122 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 3m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:50:24.122 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 3m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:50:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:50:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:50:24.468 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:50:24.469 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:50:24.469 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:50:24.469 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:50:24.469 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:50:24.469 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:50:24.469 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:50:24.469 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:50:24.469 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:50:24.469 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:50:24.469 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:50:24.469 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:50:24.469 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:50:24.470 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:50:24.470 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:50:24.470 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:50:24.470 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:50:25.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:23.762382+0000 mgr.y (mgr.14556) 20542 : cluster [DBG] pgmap v18149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:25.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:50:23.817763+0000 mgr.y (mgr.14556) 20543 : audit [DBG] from='client.35922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:50:25.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:50:24.110393+0000 mgr.y (mgr.14556) 20544 : audit [DBG] from='client.45836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:50:25.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:50:24.466868+0000 mon.a (mon.0) 4355 : audit [DBG] from='client.? 172.21.15.23:0/440664083' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:50:25.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:23.762382+0000 mgr.y (mgr.14556) 20542 : cluster [DBG] pgmap v18149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:25.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:50:23.817763+0000 mgr.y (mgr.14556) 20543 : audit [DBG] from='client.35922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:50:25.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:50:24.110393+0000 mgr.y (mgr.14556) 20544 : audit [DBG] from='client.45836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:50:25.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:50:24.466868+0000 mon.a (mon.0) 4355 : audit [DBG] from='client.? 172.21.15.23:0/440664083' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:50:25.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:23.762382+0000 mgr.y (mgr.14556) 20542 : cluster [DBG] pgmap v18149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:25.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:50:23.817763+0000 mgr.y (mgr.14556) 20543 : audit [DBG] from='client.35922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:50:25.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:50:24.110393+0000 mgr.y (mgr.14556) 20544 : audit [DBG] from='client.45836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:50:25.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:50:24.466868+0000 mon.a (mon.0) 4355 : audit [DBG] from='client.? 172.21.15.23:0/440664083' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:50:27.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:25.763140+0000 mgr.y (mgr.14556) 20545 : cluster [DBG] pgmap v18150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:27.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:25.763140+0000 mgr.y (mgr.14556) 20545 : cluster [DBG] pgmap v18150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:27.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:25.763140+0000 mgr.y (mgr.14556) 20545 : cluster [DBG] pgmap v18150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:29.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:27.763688+0000 mgr.y (mgr.14556) 20546 : cluster [DBG] pgmap v18151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:29.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:27.763688+0000 mgr.y (mgr.14556) 20546 : cluster [DBG] pgmap v18151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:29.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:27.763688+0000 mgr.y (mgr.14556) 20546 : cluster [DBG] pgmap v18151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:31.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:29.764268+0000 mgr.y (mgr.14556) 20547 : cluster [DBG] pgmap v18152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:29.764268+0000 mgr.y (mgr.14556) 20547 : cluster [DBG] pgmap v18152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:29.764268+0000 mgr.y (mgr.14556) 20547 : cluster [DBG] pgmap v18152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:50:33.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:31.764839+0000 mgr.y (mgr.14556) 20548 : cluster [DBG] pgmap v18153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:31.764839+0000 mgr.y (mgr.14556) 20548 : cluster [DBG] pgmap v18153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:31.764839+0000 mgr.y (mgr.14556) 20548 : cluster [DBG] pgmap v18153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:50:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:50:35.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:33.765345+0000 mgr.y (mgr.14556) 20549 : cluster [DBG] pgmap v18154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:33.765345+0000 mgr.y (mgr.14556) 20549 : cluster [DBG] pgmap v18154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:35.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:33.765345+0000 mgr.y (mgr.14556) 20549 : cluster [DBG] pgmap v18154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:35.766036+0000 mgr.y (mgr.14556) 20550 : cluster [DBG] pgmap v18155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:35.766036+0000 mgr.y (mgr.14556) 20550 : cluster [DBG] pgmap v18155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:37.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:35.766036+0000 mgr.y (mgr.14556) 20550 : cluster [DBG] pgmap v18155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:37.766489+0000 mgr.y (mgr.14556) 20551 : cluster [DBG] pgmap v18156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:37.766489+0000 mgr.y (mgr.14556) 20551 : cluster [DBG] pgmap v18156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:37.766489+0000 mgr.y (mgr.14556) 20551 : cluster [DBG] pgmap v18156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:41.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:39.766939+0000 mgr.y (mgr.14556) 20552 : cluster [DBG] pgmap v18157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:39.766939+0000 mgr.y (mgr.14556) 20552 : cluster [DBG] pgmap v18157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:39.766939+0000 mgr.y (mgr.14556) 20552 : cluster [DBG] pgmap v18157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:50:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:41.767757+0000 mgr.y (mgr.14556) 20553 : cluster [DBG] pgmap v18158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:41.767757+0000 mgr.y (mgr.14556) 20553 : cluster [DBG] pgmap v18158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:41.767757+0000 mgr.y (mgr.14556) 20553 : cluster [DBG] pgmap v18158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:50:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:50:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:43.768237+0000 mgr.y (mgr.14556) 20554 : cluster [DBG] pgmap v18159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:43.768237+0000 mgr.y (mgr.14556) 20554 : cluster [DBG] pgmap v18159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:43.768237+0000 mgr.y (mgr.14556) 20554 : cluster [DBG] pgmap v18159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:45.769009+0000 mgr.y (mgr.14556) 20555 : cluster [DBG] pgmap v18160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:47.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:45.769009+0000 mgr.y (mgr.14556) 20555 : cluster [DBG] pgmap v18160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:45.769009+0000 mgr.y (mgr.14556) 20555 : cluster [DBG] pgmap v18160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:47.769431+0000 mgr.y (mgr.14556) 20556 : cluster [DBG] pgmap v18161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:49.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:50:48.400071+0000 mon.a (mon.0) 4356 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:50:49.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:50:48.707316+0000 mon.a (mon.0) 4357 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:50:49.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:50:48.707978+0000 mon.a (mon.0) 4358 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:50:49.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:50:48.717219+0000 mon.a (mon.0) 4359 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:50:49.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:47.769431+0000 mgr.y (mgr.14556) 20556 : cluster [DBG] pgmap v18161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:49.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:50:48.400071+0000 mon.a (mon.0) 4356 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:50:49.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:50:48.707316+0000 mon.a (mon.0) 4357 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:50:49.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:50:48.707978+0000 mon.a (mon.0) 4358 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:50:49.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:50:48.717219+0000 mon.a (mon.0) 4359 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:50:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:47.769431+0000 mgr.y (mgr.14556) 20556 : cluster [DBG] pgmap v18161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:50:48.400071+0000 mon.a (mon.0) 4356 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:50:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:50:48.707316+0000 mon.a (mon.0) 4357 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:50:49.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:50:48.707978+0000 mon.a (mon.0) 4358 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:50:49.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:50:48.717219+0000 mon.a (mon.0) 4359 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:50:51.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:49.769888+0000 mgr.y (mgr.14556) 20557 : cluster [DBG] pgmap v18162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:49.769888+0000 mgr.y (mgr.14556) 20557 : cluster [DBG] pgmap v18162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:51.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:49.769888+0000 mgr.y (mgr.14556) 20557 : cluster [DBG] pgmap v18162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:50:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:51.770573+0000 mgr.y (mgr.14556) 20558 : cluster [DBG] pgmap v18163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:51.770573+0000 mgr.y (mgr.14556) 20558 : cluster [DBG] pgmap v18163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:51.770573+0000 mgr.y (mgr.14556) 20558 : cluster [DBG] pgmap v18163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:50:53] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:50:54.794 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:50:55.079 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:50:55.079 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 4m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:50:55.079 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 4m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:50:55.079 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 4m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:50:55.079 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 4m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:50:55.079 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 4m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:50:55.079 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 4m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 4m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 4m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 4m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 4m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 4m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 4m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 4m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 4m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 4m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 4m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 4m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 4m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 4m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:50:55.080 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 4m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:50:55.432 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:50:55.432 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:50:55.432 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:50:55.433 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:50:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:53.771023+0000 mgr.y (mgr.14556) 20559 : cluster [DBG] pgmap v18164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:55.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:53.771023+0000 mgr.y (mgr.14556) 20559 : cluster [DBG] pgmap v18164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:53.771023+0000 mgr.y (mgr.14556) 20559 : cluster [DBG] pgmap v18164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:56.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:50:54.780127+0000 mgr.y (mgr.14556) 20560 : audit [DBG] from='client.35940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:50:56.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:50:55.069528+0000 mgr.y (mgr.14556) 20561 : audit [DBG] from='client.35946 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:50:56.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:50:55.430613+0000 mon.a (mon.0) 4360 : audit [DBG] from='client.? 172.21.15.23:0/2613983651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:50:56.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:50:54.780127+0000 mgr.y (mgr.14556) 20560 : audit [DBG] from='client.35940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:50:56.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:50:55.069528+0000 mgr.y (mgr.14556) 20561 : audit [DBG] from='client.35946 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:50:56.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:50:55.430613+0000 mon.a (mon.0) 4360 : audit [DBG] from='client.? 172.21.15.23:0/2613983651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:50:56.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:50:54.780127+0000 mgr.y (mgr.14556) 20560 : audit [DBG] from='client.35940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:50:56.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:50:55.069528+0000 mgr.y (mgr.14556) 20561 : audit [DBG] from='client.35946 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:50:56.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:50:55.430613+0000 mon.a (mon.0) 4360 : audit [DBG] from='client.? 172.21.15.23:0/2613983651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:50:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:55.771671+0000 mgr.y (mgr.14556) 20562 : cluster [DBG] pgmap v18165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:55.771671+0000 mgr.y (mgr.14556) 20562 : cluster [DBG] pgmap v18165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:55.771671+0000 mgr.y (mgr.14556) 20562 : cluster [DBG] pgmap v18165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:50:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:57.772207+0000 mgr.y (mgr.14556) 20563 : cluster [DBG] pgmap v18166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:59.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:50:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:57.772207+0000 mgr.y (mgr.14556) 20563 : cluster [DBG] pgmap v18166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:50:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:50:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:57.772207+0000 mgr.y (mgr.14556) 20563 : cluster [DBG] pgmap v18166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:50:59.772678+0000 mgr.y (mgr.14556) 20564 : cluster [DBG] pgmap v18167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:01.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:50:59.772678+0000 mgr.y (mgr.14556) 20564 : cluster [DBG] pgmap v18167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:01.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:51:01.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:50:59.772678+0000 mgr.y (mgr.14556) 20564 : cluster [DBG] pgmap v18167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:01.773348+0000 mgr.y (mgr.14556) 20565 : cluster [DBG] pgmap v18168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:03.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:01.773348+0000 mgr.y (mgr.14556) 20565 : cluster [DBG] pgmap v18168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:01.773348+0000 mgr.y (mgr.14556) 20565 : cluster [DBG] pgmap v18168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:51:03] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:51:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:03.773723+0000 mgr.y (mgr.14556) 20566 : cluster [DBG] pgmap v18169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:05.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:03.773723+0000 mgr.y (mgr.14556) 20566 : cluster [DBG] pgmap v18169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:05.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:03.773723+0000 mgr.y (mgr.14556) 20566 : cluster [DBG] pgmap v18169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:05.774355+0000 mgr.y (mgr.14556) 20567 : cluster [DBG] pgmap v18170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:05.774355+0000 mgr.y (mgr.14556) 20567 : cluster [DBG] pgmap v18170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:05.774355+0000 mgr.y (mgr.14556) 20567 : cluster [DBG] pgmap v18170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:07.774735+0000 mgr.y (mgr.14556) 20568 : cluster [DBG] pgmap v18171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:09.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:07.774735+0000 mgr.y (mgr.14556) 20568 : cluster [DBG] pgmap v18171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:07.774735+0000 mgr.y (mgr.14556) 20568 : cluster [DBG] pgmap v18171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:09.775249+0000 mgr.y (mgr.14556) 20569 : cluster [DBG] pgmap v18172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:11.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:09.775249+0000 mgr.y (mgr.14556) 20569 : cluster [DBG] pgmap v18172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:11.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:09.775249+0000 mgr.y (mgr.14556) 20569 : cluster [DBG] pgmap v18172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:11.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:51:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:11.775920+0000 mgr.y (mgr.14556) 20570 : cluster [DBG] pgmap v18173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:13.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:11.775920+0000 mgr.y (mgr.14556) 20570 : cluster [DBG] pgmap v18173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:13.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:11.775920+0000 mgr.y (mgr.14556) 20570 : cluster [DBG] pgmap v18173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:51:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:51:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:13.776287+0000 mgr.y (mgr.14556) 20571 : cluster [DBG] pgmap v18174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:15.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:13.776287+0000 mgr.y (mgr.14556) 20571 : cluster [DBG] pgmap v18174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:13.776287+0000 mgr.y (mgr.14556) 20571 : cluster [DBG] pgmap v18174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:15.777083+0000 mgr.y (mgr.14556) 20572 : cluster [DBG] pgmap v18175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:17.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:15.777083+0000 mgr.y (mgr.14556) 20572 : cluster [DBG] pgmap v18175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:17.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:15.777083+0000 mgr.y (mgr.14556) 20572 : cluster [DBG] pgmap v18175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:17.777508+0000 mgr.y (mgr.14556) 20573 : cluster [DBG] pgmap v18176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:17.777508+0000 mgr.y (mgr.14556) 20573 : cluster [DBG] pgmap v18176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:19.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:17.777508+0000 mgr.y (mgr.14556) 20573 : cluster [DBG] pgmap v18176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:21.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:19.777865+0000 mgr.y (mgr.14556) 20574 : cluster [DBG] pgmap v18177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:21.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:19.777865+0000 mgr.y (mgr.14556) 20574 : cluster [DBG] pgmap v18177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:19.777865+0000 mgr.y (mgr.14556) 20574 : cluster [DBG] pgmap v18177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:51:23.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:21.778570+0000 mgr.y (mgr.14556) 20575 : cluster [DBG] pgmap v18178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:23.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:21.778570+0000 mgr.y (mgr.14556) 20575 : cluster [DBG] pgmap v18178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:23.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:21.778570+0000 mgr.y (mgr.14556) 20575 : cluster [DBG] pgmap v18178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:51:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:51:25.756 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:51:25.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:23.778957+0000 mgr.y (mgr.14556) 20576 : cluster [DBG] pgmap v18179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:25.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:23.778957+0000 mgr.y (mgr.14556) 20576 : cluster [DBG] pgmap v18179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:25.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:23.778957+0000 mgr.y (mgr.14556) 20576 : cluster [DBG] pgmap v18179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:26.043 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:51:26.043 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 4m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:51:26.043 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 4m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 4m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 4m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 4m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 4m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 4m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 4m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 4m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 4m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 4m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 4m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 4m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 4m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 4m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 4m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 4m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:51:26.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 4m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:51:26.045 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 4m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:51:26.045 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 4m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:51:26.399 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:51:26.399 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:51:26.399 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:51:26.399 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:51:26.399 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:51:26.399 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:51:26.399 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:51:26.399 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:51:26.399 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:51:26.399 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:51:26.399 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:51:26.400 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:51:26.400 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:51:26.400 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:51:26.400 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:51:26.400 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:51:26.400 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:51:26.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:51:26.397073+0000 mon.c (mon.2) 497 : audit [DBG] from='client.? 172.21.15.23:0/4195729609' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:51:26.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:51:26.397073+0000 mon.c (mon.2) 497 : audit [DBG] from='client.? 172.21.15.23:0/4195729609' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:51:26.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:51:26.397073+0000 mon.c (mon.2) 497 : audit [DBG] from='client.? 172.21.15.23:0/4195729609' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:51:27.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:51:25.742264+0000 mgr.y (mgr.14556) 20577 : audit [DBG] from='client.35958 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:51:27.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:25.779529+0000 mgr.y (mgr.14556) 20578 : cluster [DBG] pgmap v18180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:27.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:51:26.033232+0000 mgr.y (mgr.14556) 20579 : audit [DBG] from='client.35964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:51:27.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:51:25.742264+0000 mgr.y (mgr.14556) 20577 : audit [DBG] from='client.35958 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:51:27.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:25.779529+0000 mgr.y (mgr.14556) 20578 : cluster [DBG] pgmap v18180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:27.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:51:26.033232+0000 mgr.y (mgr.14556) 20579 : audit [DBG] from='client.35964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:51:27.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:51:25.742264+0000 mgr.y (mgr.14556) 20577 : audit [DBG] from='client.35958 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:51:27.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:25.779529+0000 mgr.y (mgr.14556) 20578 : cluster [DBG] pgmap v18180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:27.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:51:26.033232+0000 mgr.y (mgr.14556) 20579 : audit [DBG] from='client.35964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:51:29.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:27.779887+0000 mgr.y (mgr.14556) 20580 : cluster [DBG] pgmap v18181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:29.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:27.779887+0000 mgr.y (mgr.14556) 20580 : cluster [DBG] pgmap v18181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:29.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:27.779887+0000 mgr.y (mgr.14556) 20580 : cluster [DBG] pgmap v18181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:31.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:29.780278+0000 mgr.y (mgr.14556) 20581 : cluster [DBG] pgmap v18182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:31.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:29.780278+0000 mgr.y (mgr.14556) 20581 : cluster [DBG] pgmap v18182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:51:31.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:29.780278+0000 mgr.y (mgr.14556) 20581 : cluster [DBG] pgmap v18182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:33.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:31.781138+0000 mgr.y (mgr.14556) 20582 : cluster [DBG] pgmap v18183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:33.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:31.781138+0000 mgr.y (mgr.14556) 20582 : cluster [DBG] pgmap v18183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:31.781138+0000 mgr.y (mgr.14556) 20582 : cluster [DBG] pgmap v18183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:51:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:51:35.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:33.781678+0000 mgr.y (mgr.14556) 20583 : cluster [DBG] pgmap v18184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:35.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:33.781678+0000 mgr.y (mgr.14556) 20583 : cluster [DBG] pgmap v18184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:35.917 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:33.781678+0000 mgr.y (mgr.14556) 20583 : cluster [DBG] pgmap v18184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:37.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:35.782487+0000 mgr.y (mgr.14556) 20584 : cluster [DBG] pgmap v18185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:37.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:35.782487+0000 mgr.y (mgr.14556) 20584 : cluster [DBG] pgmap v18185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:37.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:35.782487+0000 mgr.y (mgr.14556) 20584 : cluster [DBG] pgmap v18185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:39.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:37.782996+0000 mgr.y (mgr.14556) 20585 : cluster [DBG] pgmap v18186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:39.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:37.782996+0000 mgr.y (mgr.14556) 20585 : cluster [DBG] pgmap v18186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:39.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:37.782996+0000 mgr.y (mgr.14556) 20585 : cluster [DBG] pgmap v18186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:41.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:39.783460+0000 mgr.y (mgr.14556) 20586 : cluster [DBG] pgmap v18187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:41.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:39.783460+0000 mgr.y (mgr.14556) 20586 : cluster [DBG] pgmap v18187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:41.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:39.783460+0000 mgr.y (mgr.14556) 20586 : cluster [DBG] pgmap v18187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:51:43.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:41.784104+0000 mgr.y (mgr.14556) 20587 : cluster [DBG] pgmap v18188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:43.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:41.784104+0000 mgr.y (mgr.14556) 20587 : cluster [DBG] pgmap v18188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:43.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:41.784104+0000 mgr.y (mgr.14556) 20587 : cluster [DBG] pgmap v18188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:51:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:51:45.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:43.784566+0000 mgr.y (mgr.14556) 20588 : cluster [DBG] pgmap v18189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:45.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:43.784566+0000 mgr.y (mgr.14556) 20588 : cluster [DBG] pgmap v18189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:45.918 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:43.784566+0000 mgr.y (mgr.14556) 20588 : cluster [DBG] pgmap v18189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:47.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:45.785191+0000 mgr.y (mgr.14556) 20589 : cluster [DBG] pgmap v18190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:47.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:45.785191+0000 mgr.y (mgr.14556) 20589 : cluster [DBG] pgmap v18190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:47.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:45.785191+0000 mgr.y (mgr.14556) 20589 : cluster [DBG] pgmap v18190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:49.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:47.785714+0000 mgr.y (mgr.14556) 20590 : cluster [DBG] pgmap v18191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:49.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:51:48.721551+0000 mon.a (mon.0) 4361 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:51:49.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:51:49.027232+0000 mon.a (mon.0) 4362 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:51:49.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:51:49.027886+0000 mon.a (mon.0) 4363 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:51:49.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:51:49.042417+0000 mon.a (mon.0) 4364 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:51:49.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:47.785714+0000 mgr.y (mgr.14556) 20590 : cluster [DBG] pgmap v18191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:49.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:51:48.721551+0000 mon.a (mon.0) 4361 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:51:49.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:51:49.027232+0000 mon.a (mon.0) 4362 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:51:49.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:51:49.027886+0000 mon.a (mon.0) 4363 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:51:49.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:51:49.042417+0000 mon.a (mon.0) 4364 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:51:49.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:47.785714+0000 mgr.y (mgr.14556) 20590 : cluster [DBG] pgmap v18191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:49.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:51:48.721551+0000 mon.a (mon.0) 4361 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:51:49.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:51:49.027232+0000 mon.a (mon.0) 4362 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:51:49.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:51:49.027886+0000 mon.a (mon.0) 4363 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:51:49.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:51:49.042417+0000 mon.a (mon.0) 4364 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:51:50.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:49.786229+0000 mgr.y (mgr.14556) 20591 : cluster [DBG] pgmap v18192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:50.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:49.786229+0000 mgr.y (mgr.14556) 20591 : cluster [DBG] pgmap v18192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:50.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:49.786229+0000 mgr.y (mgr.14556) 20591 : cluster [DBG] pgmap v18192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:51:53.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:51.787025+0000 mgr.y (mgr.14556) 20592 : cluster [DBG] pgmap v18193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:53.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:51.787025+0000 mgr.y (mgr.14556) 20592 : cluster [DBG] pgmap v18193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:53.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:51.787025+0000 mgr.y (mgr.14556) 20592 : cluster [DBG] pgmap v18193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:51:53] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:51:55.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:53.787390+0000 mgr.y (mgr.14556) 20593 : cluster [DBG] pgmap v18194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:55.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:53.787390+0000 mgr.y (mgr.14556) 20593 : cluster [DBG] pgmap v18194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:55.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:53.787390+0000 mgr.y (mgr.14556) 20593 : cluster [DBG] pgmap v18194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:56.724 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 5m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 5m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 5m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 5m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 5m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 5m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 5m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 5m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 5m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 5m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 5m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 5m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:51:57.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 5m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:51:57.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 5m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:51:57.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 5m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:51:57.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 5m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:51:57.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 5m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:51:57.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 5m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:51:57.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 5m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:51:57.016 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 5m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:51:57.364 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:51:57.364 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:51:57.365 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:51:57.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:55.788126+0000 mgr.y (mgr.14556) 20594 : cluster [DBG] pgmap v18195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:57.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:55.788126+0000 mgr.y (mgr.14556) 20594 : cluster [DBG] pgmap v18195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:55.788126+0000 mgr.y (mgr.14556) 20594 : cluster [DBG] pgmap v18195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:58.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:51:56.710503+0000 mgr.y (mgr.14556) 20595 : audit [DBG] from='client.35976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:51:58.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:51:57.004971+0000 mgr.y (mgr.14556) 20596 : audit [DBG] from='client.45890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:51:58.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:51:57.362610+0000 mon.a (mon.0) 4365 : audit [DBG] from='client.? 172.21.15.23:0/274872128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:51:58.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:51:56.710503+0000 mgr.y (mgr.14556) 20595 : audit [DBG] from='client.35976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:51:58.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:51:57.004971+0000 mgr.y (mgr.14556) 20596 : audit [DBG] from='client.45890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:51:58.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:51:57.362610+0000 mon.a (mon.0) 4365 : audit [DBG] from='client.? 172.21.15.23:0/274872128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:51:58.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:51:56.710503+0000 mgr.y (mgr.14556) 20595 : audit [DBG] from='client.35976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:51:58.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:51:57.004971+0000 mgr.y (mgr.14556) 20596 : audit [DBG] from='client.45890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:51:58.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:51:57.362610+0000 mon.a (mon.0) 4365 : audit [DBG] from='client.? 172.21.15.23:0/274872128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:51:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:57.788544+0000 mgr.y (mgr.14556) 20597 : cluster [DBG] pgmap v18196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:59.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:57.788544+0000 mgr.y (mgr.14556) 20597 : cluster [DBG] pgmap v18196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:51:59.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:51:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:57.788544+0000 mgr.y (mgr.14556) 20597 : cluster [DBG] pgmap v18196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:01.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:51:59.788961+0000 mgr.y (mgr.14556) 20598 : cluster [DBG] pgmap v18197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:51:59.788961+0000 mgr.y (mgr.14556) 20598 : cluster [DBG] pgmap v18197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:51:59.788961+0000 mgr.y (mgr.14556) 20598 : cluster [DBG] pgmap v18197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:52:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:01.789609+0000 mgr.y (mgr.14556) 20599 : cluster [DBG] pgmap v18198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:01.789609+0000 mgr.y (mgr.14556) 20599 : cluster [DBG] pgmap v18198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:01.789609+0000 mgr.y (mgr.14556) 20599 : cluster [DBG] pgmap v18198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:52:03] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T16:52:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:03.790001+0000 mgr.y (mgr.14556) 20600 : cluster [DBG] pgmap v18199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:03.790001+0000 mgr.y (mgr.14556) 20600 : cluster [DBG] pgmap v18199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:03.790001+0000 mgr.y (mgr.14556) 20600 : cluster [DBG] pgmap v18199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:05.790714+0000 mgr.y (mgr.14556) 20601 : cluster [DBG] pgmap v18200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:05.790714+0000 mgr.y (mgr.14556) 20601 : cluster [DBG] pgmap v18200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:05.790714+0000 mgr.y (mgr.14556) 20601 : cluster [DBG] pgmap v18200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:07.791262+0000 mgr.y (mgr.14556) 20602 : cluster [DBG] pgmap v18201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:09.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:07.791262+0000 mgr.y (mgr.14556) 20602 : cluster [DBG] pgmap v18201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:07.791262+0000 mgr.y (mgr.14556) 20602 : cluster [DBG] pgmap v18201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:11.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:09.791715+0000 mgr.y (mgr.14556) 20603 : cluster [DBG] pgmap v18202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:09.791715+0000 mgr.y (mgr.14556) 20603 : cluster [DBG] pgmap v18202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:09.791715+0000 mgr.y (mgr.14556) 20603 : cluster [DBG] pgmap v18202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:52:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:11.792371+0000 mgr.y (mgr.14556) 20604 : cluster [DBG] pgmap v18203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:13.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:11.792371+0000 mgr.y (mgr.14556) 20604 : cluster [DBG] pgmap v18203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:11.792371+0000 mgr.y (mgr.14556) 20604 : cluster [DBG] pgmap v18203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:52:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:52:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:13.792788+0000 mgr.y (mgr.14556) 20605 : cluster [DBG] pgmap v18204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:15.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:13.792788+0000 mgr.y (mgr.14556) 20605 : cluster [DBG] pgmap v18204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:13.792788+0000 mgr.y (mgr.14556) 20605 : cluster [DBG] pgmap v18204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:15.793615+0000 mgr.y (mgr.14556) 20606 : cluster [DBG] pgmap v18205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:15.793615+0000 mgr.y (mgr.14556) 20606 : cluster [DBG] pgmap v18205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:15.793615+0000 mgr.y (mgr.14556) 20606 : cluster [DBG] pgmap v18205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:17.794075+0000 mgr.y (mgr.14556) 20607 : cluster [DBG] pgmap v18206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:19.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:17.794075+0000 mgr.y (mgr.14556) 20607 : cluster [DBG] pgmap v18206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:17.794075+0000 mgr.y (mgr.14556) 20607 : cluster [DBG] pgmap v18206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:21.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:19.794511+0000 mgr.y (mgr.14556) 20608 : cluster [DBG] pgmap v18207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:19.794511+0000 mgr.y (mgr.14556) 20608 : cluster [DBG] pgmap v18207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:21.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:19.794511+0000 mgr.y (mgr.14556) 20608 : cluster [DBG] pgmap v18207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:52:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:21.795153+0000 mgr.y (mgr.14556) 20609 : cluster [DBG] pgmap v18208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:23.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:21.795153+0000 mgr.y (mgr.14556) 20609 : cluster [DBG] pgmap v18208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:21.795153+0000 mgr.y (mgr.14556) 20609 : cluster [DBG] pgmap v18208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:52:23] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:52:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:23.795596+0000 mgr.y (mgr.14556) 20610 : cluster [DBG] pgmap v18209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:25.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:23.795596+0000 mgr.y (mgr.14556) 20610 : cluster [DBG] pgmap v18209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:23.795596+0000 mgr.y (mgr.14556) 20610 : cluster [DBG] pgmap v18209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:25.796234+0000 mgr.y (mgr.14556) 20611 : cluster [DBG] pgmap v18210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:25.796234+0000 mgr.y (mgr.14556) 20611 : cluster [DBG] pgmap v18210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:25.796234+0000 mgr.y (mgr.14556) 20611 : cluster [DBG] pgmap v18210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:27.688 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:52:27.976 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:52:27.976 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 5m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:52:27.976 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 5m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 5m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 5m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 5m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 5m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 5m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 5m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 5m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 5m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 5m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 5m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 5m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 5m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 5m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 5m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 5m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 5m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:52:27.977 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 5m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:52:27.978 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 5m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:52:28.325 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:52:28.326 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:52:28.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:52:28.326 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:52:28.326 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:52:28.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:52:28.326 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:52:28.326 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:52:28.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:52:28.326 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:52:28.326 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:52:28.326 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:52:28.326 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:52:28.327 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:52:28.327 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:52:28.327 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:52:28.327 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:52:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:52:27.675024+0000 mgr.y (mgr.14556) 20612 : audit [DBG] from='client.45902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:52:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:27.796544+0000 mgr.y (mgr.14556) 20613 : cluster [DBG] pgmap v18211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:29.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:52:27.966276+0000 mgr.y (mgr.14556) 20614 : audit [DBG] from='client.45908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:52:29.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:52:28.323810+0000 mon.c (mon.2) 498 : audit [DBG] from='client.? 172.21.15.23:0/3124628018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:52:29.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:52:27.675024+0000 mgr.y (mgr.14556) 20612 : audit [DBG] from='client.45902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:52:29.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:27.796544+0000 mgr.y (mgr.14556) 20613 : cluster [DBG] pgmap v18211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:29.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:52:27.966276+0000 mgr.y (mgr.14556) 20614 : audit [DBG] from='client.45908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:52:29.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:52:28.323810+0000 mon.c (mon.2) 498 : audit [DBG] from='client.? 172.21.15.23:0/3124628018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:52:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:52:27.675024+0000 mgr.y (mgr.14556) 20612 : audit [DBG] from='client.45902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:52:29.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:27.796544+0000 mgr.y (mgr.14556) 20613 : cluster [DBG] pgmap v18211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:29.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:52:27.966276+0000 mgr.y (mgr.14556) 20614 : audit [DBG] from='client.45908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:52:29.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:52:28.323810+0000 mon.c (mon.2) 498 : audit [DBG] from='client.? 172.21.15.23:0/3124628018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:52:31.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:29.796911+0000 mgr.y (mgr.14556) 20615 : cluster [DBG] pgmap v18212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:29.796911+0000 mgr.y (mgr.14556) 20615 : cluster [DBG] pgmap v18212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:31.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:29.796911+0000 mgr.y (mgr.14556) 20615 : cluster [DBG] pgmap v18212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:52:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:31.797739+0000 mgr.y (mgr.14556) 20616 : cluster [DBG] pgmap v18213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:33.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:31.797739+0000 mgr.y (mgr.14556) 20616 : cluster [DBG] pgmap v18213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:31.797739+0000 mgr.y (mgr.14556) 20616 : cluster [DBG] pgmap v18213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:52:33] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:52:35.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:33.798229+0000 mgr.y (mgr.14556) 20617 : cluster [DBG] pgmap v18214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:35.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:33.798229+0000 mgr.y (mgr.14556) 20617 : cluster [DBG] pgmap v18214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:33.798229+0000 mgr.y (mgr.14556) 20617 : cluster [DBG] pgmap v18214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:35.799031+0000 mgr.y (mgr.14556) 20618 : cluster [DBG] pgmap v18215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:37.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:35.799031+0000 mgr.y (mgr.14556) 20618 : cluster [DBG] pgmap v18215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:35.799031+0000 mgr.y (mgr.14556) 20618 : cluster [DBG] pgmap v18215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:37.799400+0000 mgr.y (mgr.14556) 20619 : cluster [DBG] pgmap v18216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:39.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:37.799400+0000 mgr.y (mgr.14556) 20619 : cluster [DBG] pgmap v18216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:37.799400+0000 mgr.y (mgr.14556) 20619 : cluster [DBG] pgmap v18216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:39.799767+0000 mgr.y (mgr.14556) 20620 : cluster [DBG] pgmap v18217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:41.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:39.799767+0000 mgr.y (mgr.14556) 20620 : cluster [DBG] pgmap v18217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:41.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:39.799767+0000 mgr.y (mgr.14556) 20620 : cluster [DBG] pgmap v18217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:41.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:52:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:41.800535+0000 mgr.y (mgr.14556) 20621 : cluster [DBG] pgmap v18218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:43.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:41.800535+0000 mgr.y (mgr.14556) 20621 : cluster [DBG] pgmap v18218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:41.800535+0000 mgr.y (mgr.14556) 20621 : cluster [DBG] pgmap v18218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:44.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:52:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:52:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:43.801073+0000 mgr.y (mgr.14556) 20622 : cluster [DBG] pgmap v18219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:45.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:43.801073+0000 mgr.y (mgr.14556) 20622 : cluster [DBG] pgmap v18219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:43.801073+0000 mgr.y (mgr.14556) 20622 : cluster [DBG] pgmap v18219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:47.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:45.801915+0000 mgr.y (mgr.14556) 20623 : cluster [DBG] pgmap v18220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:45.801915+0000 mgr.y (mgr.14556) 20623 : cluster [DBG] pgmap v18220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:45.801915+0000 mgr.y (mgr.14556) 20623 : cluster [DBG] pgmap v18220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:49.608 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:47.802409+0000 mgr.y (mgr.14556) 20624 : cluster [DBG] pgmap v18221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:49.608 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:52:49.046841+0000 mon.a (mon.0) 4366 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:52:49.609 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:47.802409+0000 mgr.y (mgr.14556) 20624 : cluster [DBG] pgmap v18221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:49.609 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:52:49.046841+0000 mon.a (mon.0) 4366 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:52:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:47.802409+0000 mgr.y (mgr.14556) 20624 : cluster [DBG] pgmap v18221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:49.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:52:49.046841+0000 mon.a (mon.0) 4366 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:52:51.374 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:49.802832+0000 mgr.y (mgr.14556) 20625 : cluster [DBG] pgmap v18222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:51.374 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:49.802832+0000 mgr.y (mgr.14556) 20625 : cluster [DBG] pgmap v18222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:51.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:49.802832+0000 mgr.y (mgr.14556) 20625 : cluster [DBG] pgmap v18222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:51.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:52:53.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:51.803648+0000 mgr.y (mgr.14556) 20626 : cluster [DBG] pgmap v18223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:53.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:52:52.460623+0000 mon.a (mon.0) 4367 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:52:53.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:52:52.740678+0000 mon.a (mon.0) 4368 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:52:53.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:52:52.741381+0000 mon.a (mon.0) 4369 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:52:53.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:52:52.745750+0000 mon.a (mon.0) 4370 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:52:53.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:51.803648+0000 mgr.y (mgr.14556) 20626 : cluster [DBG] pgmap v18223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:53.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:52:52.460623+0000 mon.a (mon.0) 4367 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:52:53.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:52:52.740678+0000 mon.a (mon.0) 4368 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:52:53.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:52:52.741381+0000 mon.a (mon.0) 4369 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:52:53.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:52:52.745750+0000 mon.a (mon.0) 4370 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:52:53.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:51.803648+0000 mgr.y (mgr.14556) 20626 : cluster [DBG] pgmap v18223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:53.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:52:52.460623+0000 mon.a (mon.0) 4367 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:52:53.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:52:52.740678+0000 mon.a (mon.0) 4368 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:52:53.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:52:52.741381+0000 mon.a (mon.0) 4369 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:52:53.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:52:52.745750+0000 mon.a (mon.0) 4370 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:52:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:52:53] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:52:55.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:53.804212+0000 mgr.y (mgr.14556) 20627 : cluster [DBG] pgmap v18224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:55.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:53.804212+0000 mgr.y (mgr.14556) 20627 : cluster [DBG] pgmap v18224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:55.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:53.804212+0000 mgr.y (mgr.14556) 20627 : cluster [DBG] pgmap v18224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:57.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:55.804894+0000 mgr.y (mgr.14556) 20628 : cluster [DBG] pgmap v18225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:57.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:55.804894+0000 mgr.y (mgr.14556) 20628 : cluster [DBG] pgmap v18225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:57.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:55.804894+0000 mgr.y (mgr.14556) 20628 : cluster [DBG] pgmap v18225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:58.653 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:52:58.942 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:52:58.942 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 6m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:52:58.942 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 6m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:52:58.942 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 6m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:52:58.942 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 6m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:52:58.942 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 6m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:52:58.942 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 6m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:52:58.942 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 6m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:52:58.942 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 6m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:52:58.942 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 6m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:52:58.942 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 6m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:52:58.942 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 6m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:52:58.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 6m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:52:58.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 6m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:52:58.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 6m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:52:58.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 6m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:52:58.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 6m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:52:58.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 6m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:52:58.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 6m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:52:58.943 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 6m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:52:58.943 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 6m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:52:59.290 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:52:59.290 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:52:59.290 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:52:59.290 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:52:59.290 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:52:59.290 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:52:59.291 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:52:59.291 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:52:59.291 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:52:59.291 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:52:59.291 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:52:59.291 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:52:59.291 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:52:59.291 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:52:59.291 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:52:59.291 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:52:59.291 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:52:59.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:57.805391+0000 mgr.y (mgr.14556) 20629 : cluster [DBG] pgmap v18226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:59.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:52:59.288310+0000 mon.a (mon.0) 4371 : audit [DBG] from='client.? 172.21.15.23:0/3737999343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:52:59.884 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:57.805391+0000 mgr.y (mgr.14556) 20629 : cluster [DBG] pgmap v18226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:59.884 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:52:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:52:59.288310+0000 mon.a (mon.0) 4371 : audit [DBG] from='client.? 172.21.15.23:0/3737999343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:52:59.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:57.805391+0000 mgr.y (mgr.14556) 20629 : cluster [DBG] pgmap v18226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:52:59.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:52:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:52:59.288310+0000 mon.a (mon.0) 4371 : audit [DBG] from='client.? 172.21.15.23:0/3737999343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:53:00.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:52:58.639137+0000 mgr.y (mgr.14556) 20630 : audit [DBG] from='client.45920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:53:00.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:52:58.931871+0000 mgr.y (mgr.14556) 20631 : audit [DBG] from='client.36018 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:53:00.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:52:58.639137+0000 mgr.y (mgr.14556) 20630 : audit [DBG] from='client.45920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:53:00.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:52:58.931871+0000 mgr.y (mgr.14556) 20631 : audit [DBG] from='client.36018 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:53:00.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:52:58.639137+0000 mgr.y (mgr.14556) 20630 : audit [DBG] from='client.45920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:53:00.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:52:58.931871+0000 mgr.y (mgr.14556) 20631 : audit [DBG] from='client.36018 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:53:01.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:52:59.805837+0000 mgr.y (mgr.14556) 20632 : cluster [DBG] pgmap v18227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:01.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:52:59.805837+0000 mgr.y (mgr.14556) 20632 : cluster [DBG] pgmap v18227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:01.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:52:59.805837+0000 mgr.y (mgr.14556) 20632 : cluster [DBG] pgmap v18227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:01.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:53:03.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:01.806507+0000 mgr.y (mgr.14556) 20633 : cluster [DBG] pgmap v18228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:03.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:01.806507+0000 mgr.y (mgr.14556) 20633 : cluster [DBG] pgmap v18228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:03.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:01.806507+0000 mgr.y (mgr.14556) 20633 : cluster [DBG] pgmap v18228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:53:03] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:53:05.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:03.807056+0000 mgr.y (mgr.14556) 20634 : cluster [DBG] pgmap v18229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:05.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:03.807056+0000 mgr.y (mgr.14556) 20634 : cluster [DBG] pgmap v18229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:05.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:03.807056+0000 mgr.y (mgr.14556) 20634 : cluster [DBG] pgmap v18229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:07.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:05.807894+0000 mgr.y (mgr.14556) 20635 : cluster [DBG] pgmap v18230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:07.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:05.807894+0000 mgr.y (mgr.14556) 20635 : cluster [DBG] pgmap v18230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:07.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:05.807894+0000 mgr.y (mgr.14556) 20635 : cluster [DBG] pgmap v18230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:07.808440+0000 mgr.y (mgr.14556) 20636 : cluster [DBG] pgmap v18231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:09.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:07.808440+0000 mgr.y (mgr.14556) 20636 : cluster [DBG] pgmap v18231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:09.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:07.808440+0000 mgr.y (mgr.14556) 20636 : cluster [DBG] pgmap v18231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:11.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:09.808779+0000 mgr.y (mgr.14556) 20637 : cluster [DBG] pgmap v18232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:11.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:09.808779+0000 mgr.y (mgr.14556) 20637 : cluster [DBG] pgmap v18232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:11.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:09.808779+0000 mgr.y (mgr.14556) 20637 : cluster [DBG] pgmap v18232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:53:13.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:11.809469+0000 mgr.y (mgr.14556) 20638 : cluster [DBG] pgmap v18233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:13.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:11.809469+0000 mgr.y (mgr.14556) 20638 : cluster [DBG] pgmap v18233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:13.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:53:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:53:13.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:11.809469+0000 mgr.y (mgr.14556) 20638 : cluster [DBG] pgmap v18233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:15.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:13.810052+0000 mgr.y (mgr.14556) 20639 : cluster [DBG] pgmap v18234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:15.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:13.810052+0000 mgr.y (mgr.14556) 20639 : cluster [DBG] pgmap v18234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:15.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:13.810052+0000 mgr.y (mgr.14556) 20639 : cluster [DBG] pgmap v18234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:16.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:15.810909+0000 mgr.y (mgr.14556) 20640 : cluster [DBG] pgmap v18235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:16.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:15.810909+0000 mgr.y (mgr.14556) 20640 : cluster [DBG] pgmap v18235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:16.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:15.810909+0000 mgr.y (mgr.14556) 20640 : cluster [DBG] pgmap v18235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:19.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:17.811395+0000 mgr.y (mgr.14556) 20641 : cluster [DBG] pgmap v18236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:19.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:17.811395+0000 mgr.y (mgr.14556) 20641 : cluster [DBG] pgmap v18236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:19.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:17.811395+0000 mgr.y (mgr.14556) 20641 : cluster [DBG] pgmap v18236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:21.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:19.811731+0000 mgr.y (mgr.14556) 20642 : cluster [DBG] pgmap v18237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:19.811731+0000 mgr.y (mgr.14556) 20642 : cluster [DBG] pgmap v18237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:21.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:19.811731+0000 mgr.y (mgr.14556) 20642 : cluster [DBG] pgmap v18237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:53:23.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:21.812355+0000 mgr.y (mgr.14556) 20643 : cluster [DBG] pgmap v18238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:21.812355+0000 mgr.y (mgr.14556) 20643 : cluster [DBG] pgmap v18238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:23.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:21.812355+0000 mgr.y (mgr.14556) 20643 : cluster [DBG] pgmap v18238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:53:23] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:53:25.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:23.812775+0000 mgr.y (mgr.14556) 20644 : cluster [DBG] pgmap v18239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:25.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:23.812775+0000 mgr.y (mgr.14556) 20644 : cluster [DBG] pgmap v18239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:25.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:23.812775+0000 mgr.y (mgr.14556) 20644 : cluster [DBG] pgmap v18239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:27.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:25.813533+0000 mgr.y (mgr.14556) 20645 : cluster [DBG] pgmap v18240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:27.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:25.813533+0000 mgr.y (mgr.14556) 20645 : cluster [DBG] pgmap v18240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:27.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:25.813533+0000 mgr.y (mgr.14556) 20645 : cluster [DBG] pgmap v18240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:29.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:27.813886+0000 mgr.y (mgr.14556) 20646 : cluster [DBG] pgmap v18241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:29.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:27.813886+0000 mgr.y (mgr.14556) 20646 : cluster [DBG] pgmap v18241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:29.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:27.813886+0000 mgr.y (mgr.14556) 20646 : cluster [DBG] pgmap v18241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:53:29.902 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:53:29.902 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 6m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:53:29.902 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 6m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 6m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 6m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 6m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 6m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 6m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 6m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 6m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 6m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 6m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 6m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 6m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 6m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 6m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:53:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 6m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:53:29.904 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 6m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:53:29.904 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 6m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:53:29.904 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 6m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:53:29.904 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 6m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:53:30.254 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:53:30.254 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:53:30.254 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:53:30.254 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:53:30.254 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:53:30.255 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:53:30.255 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:53:30.255 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:53:30.255 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:53:30.255 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:53:30.255 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:53:30.255 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:53:30.255 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:53:30.255 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:53:30.255 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:53:30.255 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:53:30.255 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:53:31.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:53:29.600495+0000 mgr.y (mgr.14556) 20647 : audit [DBG] from='client.36030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:53:31.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:29.814209+0000 mgr.y (mgr.14556) 20648 : cluster [DBG] pgmap v18242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:31.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:53:29.892255+0000 mgr.y (mgr.14556) 20649 : audit [DBG] from='client.36036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:53:31.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:53:30.252432+0000 mon.a (mon.0) 4372 : audit [DBG] from='client.? 172.21.15.23:0/324575375' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:53:31.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:53:29.600495+0000 mgr.y (mgr.14556) 20647 : audit [DBG] from='client.36030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:53:31.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:29.814209+0000 mgr.y (mgr.14556) 20648 : cluster [DBG] pgmap v18242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:31.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:53:29.892255+0000 mgr.y (mgr.14556) 20649 : audit [DBG] from='client.36036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:53:31.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:53:30.252432+0000 mon.a (mon.0) 4372 : audit [DBG] from='client.? 172.21.15.23:0/324575375' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:53:31.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:53:29.600495+0000 mgr.y (mgr.14556) 20647 : audit [DBG] from='client.36030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:53:31.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:29.814209+0000 mgr.y (mgr.14556) 20648 : cluster [DBG] pgmap v18242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:31.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:53:29.892255+0000 mgr.y (mgr.14556) 20649 : audit [DBG] from='client.36036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:53:31.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:53:30.252432+0000 mon.a (mon.0) 4372 : audit [DBG] from='client.? 172.21.15.23:0/324575375' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:53:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:53:33.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:31.815103+0000 mgr.y (mgr.14556) 20650 : cluster [DBG] pgmap v18243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:33.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:31.815103+0000 mgr.y (mgr.14556) 20650 : cluster [DBG] pgmap v18243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:33.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:31.815103+0000 mgr.y (mgr.14556) 20650 : cluster [DBG] pgmap v18243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:53:33] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:53:35.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:33.815630+0000 mgr.y (mgr.14556) 20651 : cluster [DBG] pgmap v18244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:35.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:33.815630+0000 mgr.y (mgr.14556) 20651 : cluster [DBG] pgmap v18244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:35.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:33.815630+0000 mgr.y (mgr.14556) 20651 : cluster [DBG] pgmap v18244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:37.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:35.816473+0000 mgr.y (mgr.14556) 20652 : cluster [DBG] pgmap v18245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:35.816473+0000 mgr.y (mgr.14556) 20652 : cluster [DBG] pgmap v18245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:35.816473+0000 mgr.y (mgr.14556) 20652 : cluster [DBG] pgmap v18245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:39.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:37.817078+0000 mgr.y (mgr.14556) 20653 : cluster [DBG] pgmap v18246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:39.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:37.817078+0000 mgr.y (mgr.14556) 20653 : cluster [DBG] pgmap v18246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:39.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:37.817078+0000 mgr.y (mgr.14556) 20653 : cluster [DBG] pgmap v18246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:41.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:39.817712+0000 mgr.y (mgr.14556) 20654 : cluster [DBG] pgmap v18247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:41.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:39.817712+0000 mgr.y (mgr.14556) 20654 : cluster [DBG] pgmap v18247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:39.817712+0000 mgr.y (mgr.14556) 20654 : cluster [DBG] pgmap v18247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:53:43.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:41.818551+0000 mgr.y (mgr.14556) 20655 : cluster [DBG] pgmap v18248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:43.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:41.818551+0000 mgr.y (mgr.14556) 20655 : cluster [DBG] pgmap v18248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:43.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:41.818551+0000 mgr.y (mgr.14556) 20655 : cluster [DBG] pgmap v18248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:53:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:53:45.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:43.818942+0000 mgr.y (mgr.14556) 20656 : cluster [DBG] pgmap v18249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:45.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:43.818942+0000 mgr.y (mgr.14556) 20656 : cluster [DBG] pgmap v18249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:45.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:43.818942+0000 mgr.y (mgr.14556) 20656 : cluster [DBG] pgmap v18249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:47.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:45.819501+0000 mgr.y (mgr.14556) 20657 : cluster [DBG] pgmap v18250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:47.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:45.819501+0000 mgr.y (mgr.14556) 20657 : cluster [DBG] pgmap v18250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:47.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:45.819501+0000 mgr.y (mgr.14556) 20657 : cluster [DBG] pgmap v18250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:49.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:47.819826+0000 mgr.y (mgr.14556) 20658 : cluster [DBG] pgmap v18251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:49.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:47.819826+0000 mgr.y (mgr.14556) 20658 : cluster [DBG] pgmap v18251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:49.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:47.819826+0000 mgr.y (mgr.14556) 20658 : cluster [DBG] pgmap v18251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:51.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:49.820418+0000 mgr.y (mgr.14556) 20659 : cluster [DBG] pgmap v18252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:51.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:49.820418+0000 mgr.y (mgr.14556) 20659 : cluster [DBG] pgmap v18252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:51.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:49.820418+0000 mgr.y (mgr.14556) 20659 : cluster [DBG] pgmap v18252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:53:53.303 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:51.821148+0000 mgr.y (mgr.14556) 20660 : cluster [DBG] pgmap v18253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:53.303 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:53:52.750169+0000 mon.a (mon.0) 4373 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:53:53.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:51.821148+0000 mgr.y (mgr.14556) 20660 : cluster [DBG] pgmap v18253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:53.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:53:52.750169+0000 mon.a (mon.0) 4373 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:53:53.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:51.821148+0000 mgr.y (mgr.14556) 20660 : cluster [DBG] pgmap v18253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:53.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:53:52.750169+0000 mon.a (mon.0) 4373 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:53:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:53:53] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:53:55.339 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:53.821555+0000 mgr.y (mgr.14556) 20661 : cluster [DBG] pgmap v18254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:55.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:53.821555+0000 mgr.y (mgr.14556) 20661 : cluster [DBG] pgmap v18254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:55.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:53.821555+0000 mgr.y (mgr.14556) 20661 : cluster [DBG] pgmap v18254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:57.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:55.822246+0000 mgr.y (mgr.14556) 20662 : cluster [DBG] pgmap v18255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:57.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:53:55.883686+0000 mon.a (mon.0) 4374 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:53:57.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:53:56.177232+0000 mon.a (mon.0) 4375 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:53:57.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:53:56.178205+0000 mon.a (mon.0) 4376 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:53:57.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:53:56.184025+0000 mon.a (mon.0) 4377 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:53:57.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:55.822246+0000 mgr.y (mgr.14556) 20662 : cluster [DBG] pgmap v18255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:57.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:53:55.883686+0000 mon.a (mon.0) 4374 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:53:57.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:53:56.177232+0000 mon.a (mon.0) 4375 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:53:57.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:53:56.178205+0000 mon.a (mon.0) 4376 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:53:57.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:53:56.184025+0000 mon.a (mon.0) 4377 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:53:57.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:55.822246+0000 mgr.y (mgr.14556) 20662 : cluster [DBG] pgmap v18255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:57.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:53:55.883686+0000 mon.a (mon.0) 4374 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:53:57.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:53:56.177232+0000 mon.a (mon.0) 4375 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:53:57.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:53:56.178205+0000 mon.a (mon.0) 4376 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:53:57.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:53:56.184025+0000 mon.a (mon.0) 4377 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:53:59.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:53:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:57.822809+0000 mgr.y (mgr.14556) 20663 : cluster [DBG] pgmap v18256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:59.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:57.822809+0000 mgr.y (mgr.14556) 20663 : cluster [DBG] pgmap v18256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:53:59.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:53:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:57.822809+0000 mgr.y (mgr.14556) 20663 : cluster [DBG] pgmap v18256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:00.581 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:54:00.867 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:54:00.868 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:54:00.868 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 7m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:54:00.868 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:54:00.868 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 7m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:54:00.868 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 7m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:54:00.868 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:54:00.868 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:54:00.868 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 7m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:54:00.868 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:54:00.868 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:54:00.868 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 7m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:54:00.868 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:54:00.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:54:00.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:54:00.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:54:00.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 7m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:54:00.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 7m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:54:00.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 7m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:54:00.869 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 7m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:54:00.869 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 7m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:54:01.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:53:59.823412+0000 mgr.y (mgr.14556) 20664 : cluster [DBG] pgmap v18257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:01.218 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:54:01.218 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:54:01.218 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:54:01.218 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:54:01.218 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:54:01.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:54:01.219 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:54:01.219 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:54:01.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:54:01.219 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:54:01.219 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:54:01.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:54:01.219 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:54:01.219 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:54:01.219 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:54:01.219 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:54:01.219 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:54:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:53:59.823412+0000 mgr.y (mgr.14556) 20664 : cluster [DBG] pgmap v18257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:01.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:53:59.823412+0000 mgr.y (mgr.14556) 20664 : cluster [DBG] pgmap v18257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:54:02.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:00.567340+0000 mgr.y (mgr.14556) 20665 : audit [DBG] from='client.45956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:54:02.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:00.857572+0000 mgr.y (mgr.14556) 20666 : audit [DBG] from='client.45962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:54:02.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:01.216267+0000 mon.a (mon.0) 4378 : audit [DBG] from='client.? 172.21.15.23:0/1166875792' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:54:02.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:00.567340+0000 mgr.y (mgr.14556) 20665 : audit [DBG] from='client.45956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:54:02.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:00.857572+0000 mgr.y (mgr.14556) 20666 : audit [DBG] from='client.45962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:54:02.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:01.216267+0000 mon.a (mon.0) 4378 : audit [DBG] from='client.? 172.21.15.23:0/1166875792' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:54:02.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:00.567340+0000 mgr.y (mgr.14556) 20665 : audit [DBG] from='client.45956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:54:02.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:00.857572+0000 mgr.y (mgr.14556) 20666 : audit [DBG] from='client.45962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:54:02.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:01.216267+0000 mon.a (mon.0) 4378 : audit [DBG] from='client.? 172.21.15.23:0/1166875792' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:54:03.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:01.824024+0000 mgr.y (mgr.14556) 20667 : cluster [DBG] pgmap v18258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:03.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:01.824024+0000 mgr.y (mgr.14556) 20667 : cluster [DBG] pgmap v18258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:01.824024+0000 mgr.y (mgr.14556) 20667 : cluster [DBG] pgmap v18258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:54:03] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:54:05.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:03.824377+0000 mgr.y (mgr.14556) 20668 : cluster [DBG] pgmap v18259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:05.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:03.824377+0000 mgr.y (mgr.14556) 20668 : cluster [DBG] pgmap v18259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:03.824377+0000 mgr.y (mgr.14556) 20668 : cluster [DBG] pgmap v18259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:07.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:05.824935+0000 mgr.y (mgr.14556) 20669 : cluster [DBG] pgmap v18260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:07.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:05.824935+0000 mgr.y (mgr.14556) 20669 : cluster [DBG] pgmap v18260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:05.824935+0000 mgr.y (mgr.14556) 20669 : cluster [DBG] pgmap v18260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:09.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:07.825307+0000 mgr.y (mgr.14556) 20670 : cluster [DBG] pgmap v18261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:09.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:07.825307+0000 mgr.y (mgr.14556) 20670 : cluster [DBG] pgmap v18261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:09.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:07.825307+0000 mgr.y (mgr.14556) 20670 : cluster [DBG] pgmap v18261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:11.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:09.825736+0000 mgr.y (mgr.14556) 20671 : cluster [DBG] pgmap v18262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:11.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:09.825736+0000 mgr.y (mgr.14556) 20671 : cluster [DBG] pgmap v18262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:11.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:09.825736+0000 mgr.y (mgr.14556) 20671 : cluster [DBG] pgmap v18262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:54:13.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:11.826615+0000 mgr.y (mgr.14556) 20672 : cluster [DBG] pgmap v18263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:13.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:11.826615+0000 mgr.y (mgr.14556) 20672 : cluster [DBG] pgmap v18263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:11.826615+0000 mgr.y (mgr.14556) 20672 : cluster [DBG] pgmap v18263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:54:13] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:54:15.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:13.827127+0000 mgr.y (mgr.14556) 20673 : cluster [DBG] pgmap v18264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:15.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:13.827127+0000 mgr.y (mgr.14556) 20673 : cluster [DBG] pgmap v18264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:13.827127+0000 mgr.y (mgr.14556) 20673 : cluster [DBG] pgmap v18264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:17.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:15.827992+0000 mgr.y (mgr.14556) 20674 : cluster [DBG] pgmap v18265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:17.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:15.827992+0000 mgr.y (mgr.14556) 20674 : cluster [DBG] pgmap v18265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:15.827992+0000 mgr.y (mgr.14556) 20674 : cluster [DBG] pgmap v18265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:19.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:17.828420+0000 mgr.y (mgr.14556) 20675 : cluster [DBG] pgmap v18266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:19.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:17.828420+0000 mgr.y (mgr.14556) 20675 : cluster [DBG] pgmap v18266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:19.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:17.828420+0000 mgr.y (mgr.14556) 20675 : cluster [DBG] pgmap v18266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:19.828842+0000 mgr.y (mgr.14556) 20676 : cluster [DBG] pgmap v18267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:21.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:19.828842+0000 mgr.y (mgr.14556) 20676 : cluster [DBG] pgmap v18267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:19.828842+0000 mgr.y (mgr.14556) 20676 : cluster [DBG] pgmap v18267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:54:23.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:21.829594+0000 mgr.y (mgr.14556) 20677 : cluster [DBG] pgmap v18268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:23.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:21.829594+0000 mgr.y (mgr.14556) 20677 : cluster [DBG] pgmap v18268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:21.829594+0000 mgr.y (mgr.14556) 20677 : cluster [DBG] pgmap v18268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:54:23] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:54:25.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:23.830068+0000 mgr.y (mgr.14556) 20678 : cluster [DBG] pgmap v18269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:23.830068+0000 mgr.y (mgr.14556) 20678 : cluster [DBG] pgmap v18269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:25.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:23.830068+0000 mgr.y (mgr.14556) 20678 : cluster [DBG] pgmap v18269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:27.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:25.830869+0000 mgr.y (mgr.14556) 20679 : cluster [DBG] pgmap v18270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:25.830869+0000 mgr.y (mgr.14556) 20679 : cluster [DBG] pgmap v18270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:27.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:25.830869+0000 mgr.y (mgr.14556) 20679 : cluster [DBG] pgmap v18270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:29.418 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:27.831513+0000 mgr.y (mgr.14556) 20680 : cluster [DBG] pgmap v18271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:27.831513+0000 mgr.y (mgr.14556) 20680 : cluster [DBG] pgmap v18271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:29.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:27.831513+0000 mgr.y (mgr.14556) 20680 : cluster [DBG] pgmap v18271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:31.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:29.831989+0000 mgr.y (mgr.14556) 20681 : cluster [DBG] pgmap v18272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:31.544 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:54:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:29.831989+0000 mgr.y (mgr.14556) 20681 : cluster [DBG] pgmap v18272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:29.831989+0000 mgr.y (mgr.14556) 20681 : cluster [DBG] pgmap v18272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:31.833 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:54:31.834 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:54:31.834 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 7m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:54:31.834 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:54:31.834 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 7m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:54:31.834 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 7m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:54:31.834 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:54:31.834 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:54:31.834 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 7m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:54:31.834 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:54:31.834 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:54:31.834 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 7m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:54:31.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:54:31.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:54:31.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:54:31.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:54:31.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 7m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:54:31.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 7m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:54:31.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 7m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:54:31.835 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 7m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:54:31.835 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 7m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:54:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:54:32.190 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:54:32.191 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:54:32.192 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:54:32.192 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:54:32.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:31.530402+0000 mgr.y (mgr.14556) 20682 : audit [DBG] from='client.36066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:54:32.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:31.530402+0000 mgr.y (mgr.14556) 20682 : audit [DBG] from='client.36066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:54:32.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:31.530402+0000 mgr.y (mgr.14556) 20682 : audit [DBG] from='client.36066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:54:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:31.823767+0000 mgr.y (mgr.14556) 20683 : audit [DBG] from='client.36072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:54:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:31.832530+0000 mgr.y (mgr.14556) 20684 : cluster [DBG] pgmap v18273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:33.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:32.188835+0000 mon.c (mon.2) 499 : audit [DBG] from='client.? 172.21.15.23:0/525313362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:54:33.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:31.823767+0000 mgr.y (mgr.14556) 20683 : audit [DBG] from='client.36072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:54:33.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:31.832530+0000 mgr.y (mgr.14556) 20684 : cluster [DBG] pgmap v18273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:33.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:32.188835+0000 mon.c (mon.2) 499 : audit [DBG] from='client.? 172.21.15.23:0/525313362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:54:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:31.823767+0000 mgr.y (mgr.14556) 20683 : audit [DBG] from='client.36072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:54:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:31.832530+0000 mgr.y (mgr.14556) 20684 : cluster [DBG] pgmap v18273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:33.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:32.188835+0000 mon.c (mon.2) 499 : audit [DBG] from='client.? 172.21.15.23:0/525313362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:54:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:54:33] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T16:54:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:33.833055+0000 mgr.y (mgr.14556) 20685 : cluster [DBG] pgmap v18274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:35.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:33.833055+0000 mgr.y (mgr.14556) 20685 : cluster [DBG] pgmap v18274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:33.833055+0000 mgr.y (mgr.14556) 20685 : cluster [DBG] pgmap v18274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:35.833796+0000 mgr.y (mgr.14556) 20686 : cluster [DBG] pgmap v18275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:37.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:35.833796+0000 mgr.y (mgr.14556) 20686 : cluster [DBG] pgmap v18275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:35.833796+0000 mgr.y (mgr.14556) 20686 : cluster [DBG] pgmap v18275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:37.834235+0000 mgr.y (mgr.14556) 20687 : cluster [DBG] pgmap v18276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:39.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:37.834235+0000 mgr.y (mgr.14556) 20687 : cluster [DBG] pgmap v18276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:37.834235+0000 mgr.y (mgr.14556) 20687 : cluster [DBG] pgmap v18276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:41.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:39.834755+0000 mgr.y (mgr.14556) 20688 : cluster [DBG] pgmap v18277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:39.834755+0000 mgr.y (mgr.14556) 20688 : cluster [DBG] pgmap v18277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:41.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:39.834755+0000 mgr.y (mgr.14556) 20688 : cluster [DBG] pgmap v18277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:54:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:41.835482+0000 mgr.y (mgr.14556) 20689 : cluster [DBG] pgmap v18278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:41.835482+0000 mgr.y (mgr.14556) 20689 : cluster [DBG] pgmap v18278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:41.835482+0000 mgr.y (mgr.14556) 20689 : cluster [DBG] pgmap v18278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:54:43] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:54:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:43.835854+0000 mgr.y (mgr.14556) 20690 : cluster [DBG] pgmap v18279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:45.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:43.835854+0000 mgr.y (mgr.14556) 20690 : cluster [DBG] pgmap v18279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:43.835854+0000 mgr.y (mgr.14556) 20690 : cluster [DBG] pgmap v18279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:45.836731+0000 mgr.y (mgr.14556) 20691 : cluster [DBG] pgmap v18280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:47.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:45.836731+0000 mgr.y (mgr.14556) 20691 : cluster [DBG] pgmap v18280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:45.836731+0000 mgr.y (mgr.14556) 20691 : cluster [DBG] pgmap v18280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:49.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:47.837119+0000 mgr.y (mgr.14556) 20692 : cluster [DBG] pgmap v18281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:49.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:47.837119+0000 mgr.y (mgr.14556) 20692 : cluster [DBG] pgmap v18281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:47.837119+0000 mgr.y (mgr.14556) 20692 : cluster [DBG] pgmap v18281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:51.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:49.837471+0000 mgr.y (mgr.14556) 20693 : cluster [DBG] pgmap v18282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:51.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:49.837471+0000 mgr.y (mgr.14556) 20693 : cluster [DBG] pgmap v18282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:51.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:49.837471+0000 mgr.y (mgr.14556) 20693 : cluster [DBG] pgmap v18282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:54:53.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:51.838118+0000 mgr.y (mgr.14556) 20694 : cluster [DBG] pgmap v18283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:53.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:51.838118+0000 mgr.y (mgr.14556) 20694 : cluster [DBG] pgmap v18283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:51.838118+0000 mgr.y (mgr.14556) 20694 : cluster [DBG] pgmap v18283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:54:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:54:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:53.838584+0000 mgr.y (mgr.14556) 20695 : cluster [DBG] pgmap v18284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:55.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:53.838584+0000 mgr.y (mgr.14556) 20695 : cluster [DBG] pgmap v18284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:55.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:53.838584+0000 mgr.y (mgr.14556) 20695 : cluster [DBG] pgmap v18284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:56.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:56.189731+0000 mon.a (mon.0) 4379 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:54:56.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:56.189731+0000 mon.a (mon.0) 4379 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:54:56.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:56.189731+0000 mon.a (mon.0) 4379 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:54:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:55.839302+0000 mgr.y (mgr.14556) 20696 : cluster [DBG] pgmap v18285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:56.490504+0000 mon.a (mon.0) 4380 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:54:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:56.491189+0000 mon.a (mon.0) 4381 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:54:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:56.491775+0000 mon.a (mon.0) 4382 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:54:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:56.492340+0000 mon.a (mon.0) 4383 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:54:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T16:54:56.492780+0000 mgr.y (mgr.14556) 20697 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T16:54:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:56.496701+0000 mon.a (mon.0) 4384 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:54:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:56.499043+0000 mon.a (mon.0) 4385 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:54:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:56.499743+0000 mon.a (mon.0) 4386 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:54:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:54:56.503925+0000 mon.a (mon.0) 4387 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:54:57.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:55.839302+0000 mgr.y (mgr.14556) 20696 : cluster [DBG] pgmap v18285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:57.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:56.490504+0000 mon.a (mon.0) 4380 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:54:57.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:56.491189+0000 mon.a (mon.0) 4381 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:54:57.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:56.491775+0000 mon.a (mon.0) 4382 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:54:57.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:56.492340+0000 mon.a (mon.0) 4383 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:54:57.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T16:54:56.492780+0000 mgr.y (mgr.14556) 20697 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T16:54:57.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:56.496701+0000 mon.a (mon.0) 4384 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:54:57.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:56.499043+0000 mon.a (mon.0) 4385 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:54:57.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:56.499743+0000 mon.a (mon.0) 4386 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:54:57.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:54:56.503925+0000 mon.a (mon.0) 4387 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:54:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:55.839302+0000 mgr.y (mgr.14556) 20696 : cluster [DBG] pgmap v18285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:56.490504+0000 mon.a (mon.0) 4380 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:54:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:56.491189+0000 mon.a (mon.0) 4381 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:54:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:56.491775+0000 mon.a (mon.0) 4382 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:54:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:56.492340+0000 mon.a (mon.0) 4383 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T16:54:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T16:54:56.492780+0000 mgr.y (mgr.14556) 20697 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T16:54:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:56.496701+0000 mon.a (mon.0) 4384 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:54:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:56.499043+0000 mon.a (mon.0) 4385 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:54:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:56.499743+0000 mon.a (mon.0) 4386 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:54:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:54:56.503925+0000 mon.a (mon.0) 4387 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:54:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:57.839825+0000 mgr.y (mgr.14556) 20698 : cluster [DBG] pgmap v18286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:59.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:54:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:57.839825+0000 mgr.y (mgr.14556) 20698 : cluster [DBG] pgmap v18286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:54:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:54:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:57.839825+0000 mgr.y (mgr.14556) 20698 : cluster [DBG] pgmap v18286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:54:59.840217+0000 mgr.y (mgr.14556) 20699 : cluster [DBG] pgmap v18287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:01.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:54:59.840217+0000 mgr.y (mgr.14556) 20699 : cluster [DBG] pgmap v18287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:01.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:54:59.840217+0000 mgr.y (mgr.14556) 20699 : cluster [DBG] pgmap v18287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:01.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:55:02.516 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:55:02.805 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:55:02.805 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 8m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:55:02.805 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 8m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:55:02.805 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 8m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:55:02.805 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 8m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:55:02.805 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 8m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:55:02.805 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 8m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 8m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 8m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 8m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 8m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 8m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 8m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 8m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 8m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 8m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 8m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 8m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 8m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 8m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:55:02.806 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 8m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:55:03.154 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:55:03.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:55:03.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:55:03.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:55:03.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:55:03.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:55:03.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:55:03.155 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:55:03.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:55:03.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:55:03.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:55:03.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:55:03.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:55:03.155 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:55:03.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:55:03.155 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:55:03.155 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:55:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:01.840912+0000 mgr.y (mgr.14556) 20700 : cluster [DBG] pgmap v18288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:55:02.502051+0000 mgr.y (mgr.14556) 20701 : audit [DBG] from='client.45992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:55:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:55:03.152276+0000 mon.c (mon.2) 500 : audit [DBG] from='client.? 172.21.15.23:0/1228964749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:55:03.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:01.840912+0000 mgr.y (mgr.14556) 20700 : cluster [DBG] pgmap v18288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:03.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:55:02.502051+0000 mgr.y (mgr.14556) 20701 : audit [DBG] from='client.45992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:55:03.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:55:03.152276+0000 mon.c (mon.2) 500 : audit [DBG] from='client.? 172.21.15.23:0/1228964749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:55:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:01.840912+0000 mgr.y (mgr.14556) 20700 : cluster [DBG] pgmap v18288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:55:02.502051+0000 mgr.y (mgr.14556) 20701 : audit [DBG] from='client.45992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:55:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:55:03.152276+0000 mon.c (mon.2) 500 : audit [DBG] from='client.? 172.21.15.23:0/1228964749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:55:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:55:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:55:04.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:55:02.795226+0000 mgr.y (mgr.14556) 20702 : audit [DBG] from='client.36090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:55:04.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:55:02.795226+0000 mgr.y (mgr.14556) 20702 : audit [DBG] from='client.36090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:55:04.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:55:02.795226+0000 mgr.y (mgr.14556) 20702 : audit [DBG] from='client.36090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:55:05.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:03.841389+0000 mgr.y (mgr.14556) 20703 : cluster [DBG] pgmap v18289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:05.635 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:03.841389+0000 mgr.y (mgr.14556) 20703 : cluster [DBG] pgmap v18289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:05.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:03.841389+0000 mgr.y (mgr.14556) 20703 : cluster [DBG] pgmap v18289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:05.842257+0000 mgr.y (mgr.14556) 20704 : cluster [DBG] pgmap v18290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:05.842257+0000 mgr.y (mgr.14556) 20704 : cluster [DBG] pgmap v18290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:05.842257+0000 mgr.y (mgr.14556) 20704 : cluster [DBG] pgmap v18290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:07.842602+0000 mgr.y (mgr.14556) 20705 : cluster [DBG] pgmap v18291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:09.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:07.842602+0000 mgr.y (mgr.14556) 20705 : cluster [DBG] pgmap v18291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:07.842602+0000 mgr.y (mgr.14556) 20705 : cluster [DBG] pgmap v18291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:09.843141+0000 mgr.y (mgr.14556) 20706 : cluster [DBG] pgmap v18292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:11.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:09.843141+0000 mgr.y (mgr.14556) 20706 : cluster [DBG] pgmap v18292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:11.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:09.843141+0000 mgr.y (mgr.14556) 20706 : cluster [DBG] pgmap v18292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:11.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:55:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:11.843905+0000 mgr.y (mgr.14556) 20707 : cluster [DBG] pgmap v18293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:11.843905+0000 mgr.y (mgr.14556) 20707 : cluster [DBG] pgmap v18293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:11.843905+0000 mgr.y (mgr.14556) 20707 : cluster [DBG] pgmap v18293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:55:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:55:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:13.844325+0000 mgr.y (mgr.14556) 20708 : cluster [DBG] pgmap v18294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:15.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:13.844325+0000 mgr.y (mgr.14556) 20708 : cluster [DBG] pgmap v18294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:13.844325+0000 mgr.y (mgr.14556) 20708 : cluster [DBG] pgmap v18294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:17.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:15.845018+0000 mgr.y (mgr.14556) 20709 : cluster [DBG] pgmap v18295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:15.845018+0000 mgr.y (mgr.14556) 20709 : cluster [DBG] pgmap v18295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:15.845018+0000 mgr.y (mgr.14556) 20709 : cluster [DBG] pgmap v18295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:17.845619+0000 mgr.y (mgr.14556) 20710 : cluster [DBG] pgmap v18296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:19.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:17.845619+0000 mgr.y (mgr.14556) 20710 : cluster [DBG] pgmap v18296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:17.845619+0000 mgr.y (mgr.14556) 20710 : cluster [DBG] pgmap v18296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:21.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:19.846083+0000 mgr.y (mgr.14556) 20711 : cluster [DBG] pgmap v18297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:21.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:55:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:19.846083+0000 mgr.y (mgr.14556) 20711 : cluster [DBG] pgmap v18297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:21.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:19.846083+0000 mgr.y (mgr.14556) 20711 : cluster [DBG] pgmap v18297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:23.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:21.846759+0000 mgr.y (mgr.14556) 20712 : cluster [DBG] pgmap v18298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:23.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:21.846759+0000 mgr.y (mgr.14556) 20712 : cluster [DBG] pgmap v18298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:23.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:21.846759+0000 mgr.y (mgr.14556) 20712 : cluster [DBG] pgmap v18298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:55:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:55:25.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:23.847244+0000 mgr.y (mgr.14556) 20713 : cluster [DBG] pgmap v18299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:25.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:23.847244+0000 mgr.y (mgr.14556) 20713 : cluster [DBG] pgmap v18299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:25.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:23.847244+0000 mgr.y (mgr.14556) 20713 : cluster [DBG] pgmap v18299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:25.847871+0000 mgr.y (mgr.14556) 20714 : cluster [DBG] pgmap v18300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:27.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:25.847871+0000 mgr.y (mgr.14556) 20714 : cluster [DBG] pgmap v18300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:27.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:25.847871+0000 mgr.y (mgr.14556) 20714 : cluster [DBG] pgmap v18300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:29.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:27.848250+0000 mgr.y (mgr.14556) 20715 : cluster [DBG] pgmap v18301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:29.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:27.848250+0000 mgr.y (mgr.14556) 20715 : cluster [DBG] pgmap v18301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:29.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:27.848250+0000 mgr.y (mgr.14556) 20715 : cluster [DBG] pgmap v18301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:31.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:29.848828+0000 mgr.y (mgr.14556) 20716 : cluster [DBG] pgmap v18302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:31.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:29.848828+0000 mgr.y (mgr.14556) 20716 : cluster [DBG] pgmap v18302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:31.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:29.848828+0000 mgr.y (mgr.14556) 20716 : cluster [DBG] pgmap v18302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:31.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:55:33.479 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:55:33.766 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:55:33.766 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 8m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:55:33.766 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 8m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 8m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 8m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 8m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 8m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 8m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 8m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 8m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 8m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 8m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 8m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 8m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 8m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 8m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 8m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 8m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:55:33.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 8m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:55:33.768 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 8m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:55:33.768 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 8m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:55:33.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:31.849527+0000 mgr.y (mgr.14556) 20717 : cluster [DBG] pgmap v18303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:33.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:31.849527+0000 mgr.y (mgr.14556) 20717 : cluster [DBG] pgmap v18303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:31.849527+0000 mgr.y (mgr.14556) 20717 : cluster [DBG] pgmap v18303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:55:34.116 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:55:34.117 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:55:34.117 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:55:34.117 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:55:34.117 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:55:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:55:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:55:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:55:33.464815+0000 mgr.y (mgr.14556) 20718 : audit [DBG] from='client.46010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:55:34.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:55:34.113849+0000 mon.c (mon.2) 501 : audit [DBG] from='client.? 172.21.15.23:0/3778924939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:55:34.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:55:33.464815+0000 mgr.y (mgr.14556) 20718 : audit [DBG] from='client.46010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:55:34.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:55:34.113849+0000 mon.c (mon.2) 501 : audit [DBG] from='client.? 172.21.15.23:0/3778924939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:55:34.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:55:33.464815+0000 mgr.y (mgr.14556) 20718 : audit [DBG] from='client.46010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:55:34.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:55:34.113849+0000 mon.c (mon.2) 501 : audit [DBG] from='client.? 172.21.15.23:0/3778924939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:55:35.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:55:33.756521+0000 mgr.y (mgr.14556) 20719 : audit [DBG] from='client.46016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:55:35.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:33.849848+0000 mgr.y (mgr.14556) 20720 : cluster [DBG] pgmap v18304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:35.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:55:33.756521+0000 mgr.y (mgr.14556) 20719 : audit [DBG] from='client.46016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:55:35.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:33.849848+0000 mgr.y (mgr.14556) 20720 : cluster [DBG] pgmap v18304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:35.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:55:33.756521+0000 mgr.y (mgr.14556) 20719 : audit [DBG] from='client.46016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:55:35.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:33.849848+0000 mgr.y (mgr.14556) 20720 : cluster [DBG] pgmap v18304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:37.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:35.850566+0000 mgr.y (mgr.14556) 20721 : cluster [DBG] pgmap v18305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:37.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:35.850566+0000 mgr.y (mgr.14556) 20721 : cluster [DBG] pgmap v18305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:37.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:35.850566+0000 mgr.y (mgr.14556) 20721 : cluster [DBG] pgmap v18305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:39.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:37.851126+0000 mgr.y (mgr.14556) 20722 : cluster [DBG] pgmap v18306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:39.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:37.851126+0000 mgr.y (mgr.14556) 20722 : cluster [DBG] pgmap v18306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:39.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:37.851126+0000 mgr.y (mgr.14556) 20722 : cluster [DBG] pgmap v18306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:41.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:39.851678+0000 mgr.y (mgr.14556) 20723 : cluster [DBG] pgmap v18307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:41.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:39.851678+0000 mgr.y (mgr.14556) 20723 : cluster [DBG] pgmap v18307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:41.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:39.851678+0000 mgr.y (mgr.14556) 20723 : cluster [DBG] pgmap v18307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:41.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:55:43.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:41.852371+0000 mgr.y (mgr.14556) 20724 : cluster [DBG] pgmap v18308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:43.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:41.852371+0000 mgr.y (mgr.14556) 20724 : cluster [DBG] pgmap v18308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:43.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:41.852371+0000 mgr.y (mgr.14556) 20724 : cluster [DBG] pgmap v18308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:55:43] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:55:45.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:43.852919+0000 mgr.y (mgr.14556) 20725 : cluster [DBG] pgmap v18309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:45.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:43.852919+0000 mgr.y (mgr.14556) 20725 : cluster [DBG] pgmap v18309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:45.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:43.852919+0000 mgr.y (mgr.14556) 20725 : cluster [DBG] pgmap v18309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:47.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:45.853616+0000 mgr.y (mgr.14556) 20726 : cluster [DBG] pgmap v18310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:47.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:45.853616+0000 mgr.y (mgr.14556) 20726 : cluster [DBG] pgmap v18310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:47.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:45.853616+0000 mgr.y (mgr.14556) 20726 : cluster [DBG] pgmap v18310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:49.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:47.854143+0000 mgr.y (mgr.14556) 20727 : cluster [DBG] pgmap v18311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:49.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:47.854143+0000 mgr.y (mgr.14556) 20727 : cluster [DBG] pgmap v18311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:49.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:47.854143+0000 mgr.y (mgr.14556) 20727 : cluster [DBG] pgmap v18311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:51.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:49.854726+0000 mgr.y (mgr.14556) 20728 : cluster [DBG] pgmap v18312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:51.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:49.854726+0000 mgr.y (mgr.14556) 20728 : cluster [DBG] pgmap v18312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:51.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:49.854726+0000 mgr.y (mgr.14556) 20728 : cluster [DBG] pgmap v18312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:51.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:55:53.882 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:55:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:55:53.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:51.855575+0000 mgr.y (mgr.14556) 20729 : cluster [DBG] pgmap v18313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:53.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:51.855575+0000 mgr.y (mgr.14556) 20729 : cluster [DBG] pgmap v18313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:53.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:51.855575+0000 mgr.y (mgr.14556) 20729 : cluster [DBG] pgmap v18313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:55.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:53.855957+0000 mgr.y (mgr.14556) 20730 : cluster [DBG] pgmap v18314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:55.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:53.855957+0000 mgr.y (mgr.14556) 20730 : cluster [DBG] pgmap v18314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:55.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:53.855957+0000 mgr.y (mgr.14556) 20730 : cluster [DBG] pgmap v18314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:57.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:55.856664+0000 mgr.y (mgr.14556) 20731 : cluster [DBG] pgmap v18315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:57.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:55:56.508698+0000 mon.a (mon.0) 4388 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:55:57.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:55:56.814667+0000 mon.a (mon.0) 4389 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:55:57.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:55:56.815441+0000 mon.a (mon.0) 4390 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:55:57.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:55:56.822039+0000 mon.a (mon.0) 4391 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:55:57.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:55.856664+0000 mgr.y (mgr.14556) 20731 : cluster [DBG] pgmap v18315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:57.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:55:56.508698+0000 mon.a (mon.0) 4388 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:55:57.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:55:56.814667+0000 mon.a (mon.0) 4389 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:55:57.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:55:56.815441+0000 mon.a (mon.0) 4390 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:55:57.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:55:56.822039+0000 mon.a (mon.0) 4391 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:55:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:55.856664+0000 mgr.y (mgr.14556) 20731 : cluster [DBG] pgmap v18315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:55:56.508698+0000 mon.a (mon.0) 4388 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:55:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:55:56.814667+0000 mon.a (mon.0) 4389 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:55:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:55:56.815441+0000 mon.a (mon.0) 4390 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:55:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:55:56.822039+0000 mon.a (mon.0) 4391 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:55:59.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:57.857105+0000 mgr.y (mgr.14556) 20732 : cluster [DBG] pgmap v18316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:57.857105+0000 mgr.y (mgr.14556) 20732 : cluster [DBG] pgmap v18316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:55:59.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:57.857105+0000 mgr.y (mgr.14556) 20732 : cluster [DBG] pgmap v18316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:01.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:55:59.857709+0000 mgr.y (mgr.14556) 20733 : cluster [DBG] pgmap v18317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:55:59.857709+0000 mgr.y (mgr.14556) 20733 : cluster [DBG] pgmap v18317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:01.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:55:59.857709+0000 mgr.y (mgr.14556) 20733 : cluster [DBG] pgmap v18317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:56:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:01.858609+0000 mgr.y (mgr.14556) 20734 : cluster [DBG] pgmap v18318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:01.858609+0000 mgr.y (mgr.14556) 20734 : cluster [DBG] pgmap v18318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:03.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:01.858609+0000 mgr.y (mgr.14556) 20734 : cluster [DBG] pgmap v18318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:56:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:56:04.440 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:56:04.725 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:56:04.725 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 9m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 9m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 9m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 9m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 9m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 9m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 9m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 9m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 9m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 9m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 9m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 9m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 9m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 9m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:56:04.726 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 9m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:56:04.727 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 9m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:56:04.727 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 9m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:56:04.727 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 9m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:56:04.727 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 9m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:56:04.727 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 9m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:56:05.077 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:56:05.077 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:56:05.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:56:05.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:56:05.077 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:56:05.077 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:56:05.077 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:56:05.077 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:56:05.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:56:05.078 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:56:05.078 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:56:05.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:56:05.078 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:56:05.078 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:56:05.078 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:56:05.078 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:56:05.078 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:56:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:03.859167+0000 mgr.y (mgr.14556) 20735 : cluster [DBG] pgmap v18319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:56:04.426996+0000 mgr.y (mgr.14556) 20736 : audit [DBG] from='client.36120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:56:05.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:56:05.075110+0000 mon.a (mon.0) 4392 : audit [DBG] from='client.? 172.21.15.23:0/560287278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:56:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:03.859167+0000 mgr.y (mgr.14556) 20735 : cluster [DBG] pgmap v18319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:56:04.426996+0000 mgr.y (mgr.14556) 20736 : audit [DBG] from='client.36120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:56:05.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:56:05.075110+0000 mon.a (mon.0) 4392 : audit [DBG] from='client.? 172.21.15.23:0/560287278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:56:05.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:03.859167+0000 mgr.y (mgr.14556) 20735 : cluster [DBG] pgmap v18319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:05.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:56:04.426996+0000 mgr.y (mgr.14556) 20736 : audit [DBG] from='client.36120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:56:05.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:56:05.075110+0000 mon.a (mon.0) 4392 : audit [DBG] from='client.? 172.21.15.23:0/560287278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:56:06.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:56:04.715559+0000 mgr.y (mgr.14556) 20737 : audit [DBG] from='client.36126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:56:06.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:56:04.715559+0000 mgr.y (mgr.14556) 20737 : audit [DBG] from='client.36126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:56:06.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:56:04.715559+0000 mgr.y (mgr.14556) 20737 : audit [DBG] from='client.36126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:56:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:05.859780+0000 mgr.y (mgr.14556) 20738 : cluster [DBG] pgmap v18320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:07.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:05.859780+0000 mgr.y (mgr.14556) 20738 : cluster [DBG] pgmap v18320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:05.859780+0000 mgr.y (mgr.14556) 20738 : cluster [DBG] pgmap v18320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:07.860315+0000 mgr.y (mgr.14556) 20739 : cluster [DBG] pgmap v18321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:09.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:07.860315+0000 mgr.y (mgr.14556) 20739 : cluster [DBG] pgmap v18321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:07.860315+0000 mgr.y (mgr.14556) 20739 : cluster [DBG] pgmap v18321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:11.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:09.860809+0000 mgr.y (mgr.14556) 20740 : cluster [DBG] pgmap v18322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:09.860809+0000 mgr.y (mgr.14556) 20740 : cluster [DBG] pgmap v18322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:09.860809+0000 mgr.y (mgr.14556) 20740 : cluster [DBG] pgmap v18322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:56:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:11.861561+0000 mgr.y (mgr.14556) 20741 : cluster [DBG] pgmap v18323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:13.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:11.861561+0000 mgr.y (mgr.14556) 20741 : cluster [DBG] pgmap v18323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:11.861561+0000 mgr.y (mgr.14556) 20741 : cluster [DBG] pgmap v18323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:56:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:56:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:13.862062+0000 mgr.y (mgr.14556) 20742 : cluster [DBG] pgmap v18324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:15.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:13.862062+0000 mgr.y (mgr.14556) 20742 : cluster [DBG] pgmap v18324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:13.862062+0000 mgr.y (mgr.14556) 20742 : cluster [DBG] pgmap v18324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:15.862673+0000 mgr.y (mgr.14556) 20743 : cluster [DBG] pgmap v18325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:15.862673+0000 mgr.y (mgr.14556) 20743 : cluster [DBG] pgmap v18325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:15.862673+0000 mgr.y (mgr.14556) 20743 : cluster [DBG] pgmap v18325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:17.863047+0000 mgr.y (mgr.14556) 20744 : cluster [DBG] pgmap v18326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:19.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:17.863047+0000 mgr.y (mgr.14556) 20744 : cluster [DBG] pgmap v18326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:17.863047+0000 mgr.y (mgr.14556) 20744 : cluster [DBG] pgmap v18326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:21.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:19.863558+0000 mgr.y (mgr.14556) 20745 : cluster [DBG] pgmap v18327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:19.863558+0000 mgr.y (mgr.14556) 20745 : cluster [DBG] pgmap v18327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:19.863558+0000 mgr.y (mgr.14556) 20745 : cluster [DBG] pgmap v18327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:56:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:21.864367+0000 mgr.y (mgr.14556) 20746 : cluster [DBG] pgmap v18328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:23.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:21.864367+0000 mgr.y (mgr.14556) 20746 : cluster [DBG] pgmap v18328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:21.864367+0000 mgr.y (mgr.14556) 20746 : cluster [DBG] pgmap v18328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:56:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:56:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:23.864739+0000 mgr.y (mgr.14556) 20747 : cluster [DBG] pgmap v18329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:25.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:23.864739+0000 mgr.y (mgr.14556) 20747 : cluster [DBG] pgmap v18329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:23.864739+0000 mgr.y (mgr.14556) 20747 : cluster [DBG] pgmap v18329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:25.865384+0000 mgr.y (mgr.14556) 20748 : cluster [DBG] pgmap v18330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:27.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:25.865384+0000 mgr.y (mgr.14556) 20748 : cluster [DBG] pgmap v18330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:25.865384+0000 mgr.y (mgr.14556) 20748 : cluster [DBG] pgmap v18330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:27.865809+0000 mgr.y (mgr.14556) 20749 : cluster [DBG] pgmap v18331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:29.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:27.865809+0000 mgr.y (mgr.14556) 20749 : cluster [DBG] pgmap v18331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:27.865809+0000 mgr.y (mgr.14556) 20749 : cluster [DBG] pgmap v18331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:29.866230+0000 mgr.y (mgr.14556) 20750 : cluster [DBG] pgmap v18332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:31.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:29.866230+0000 mgr.y (mgr.14556) 20750 : cluster [DBG] pgmap v18332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:31.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:29.866230+0000 mgr.y (mgr.14556) 20750 : cluster [DBG] pgmap v18332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:31.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:56:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:31.867133+0000 mgr.y (mgr.14556) 20751 : cluster [DBG] pgmap v18333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:33.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:31.867133+0000 mgr.y (mgr.14556) 20751 : cluster [DBG] pgmap v18333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:31.867133+0000 mgr.y (mgr.14556) 20751 : cluster [DBG] pgmap v18333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:56:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T16:56:35.419 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:56:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:33.867536+0000 mgr.y (mgr.14556) 20752 : cluster [DBG] pgmap v18334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:35.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:33.867536+0000 mgr.y (mgr.14556) 20752 : cluster [DBG] pgmap v18334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:33.867536+0000 mgr.y (mgr.14556) 20752 : cluster [DBG] pgmap v18334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:35.706 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:56:35.706 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 9m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:56:35.706 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 9m ago 10h 61.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:56:35.706 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 9m ago 10h 23.9M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:56:35.706 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 9m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:56:35.706 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 9m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:56:35.706 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 9m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:56:35.706 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 9m ago 10h 1100M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 9m ago 10h 887M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 9m ago 10h 890M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 9m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 9m ago 10h 22.4M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 9m ago 10h 47.0M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 9m ago 10h 46.4M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 9m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 9m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 9m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 9m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 9m ago 10h 44.1M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 9m ago 10h 43.7M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:56:35.707 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 9m ago 10h 108M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:56:36.055 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:56:36.055 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:56:36.055 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:56:36.055 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:56:36.056 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:56:36.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:56:35.405517+0000 mgr.y (mgr.14556) 20753 : audit [DBG] from='client.36138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:56:36.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:56:36.053410+0000 mon.a (mon.0) 4393 : audit [DBG] from='client.? 172.21.15.23:0/281134035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:56:36.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:56:35.405517+0000 mgr.y (mgr.14556) 20753 : audit [DBG] from='client.36138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:56:36.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:56:36.053410+0000 mon.a (mon.0) 4393 : audit [DBG] from='client.? 172.21.15.23:0/281134035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:56:36.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:56:35.405517+0000 mgr.y (mgr.14556) 20753 : audit [DBG] from='client.36138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:56:36.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:56:36.053410+0000 mon.a (mon.0) 4393 : audit [DBG] from='client.? 172.21.15.23:0/281134035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:56:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:56:35.696105+0000 mgr.y (mgr.14556) 20754 : audit [DBG] from='client.36144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:56:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:35.868073+0000 mgr.y (mgr.14556) 20755 : cluster [DBG] pgmap v18335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:37.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:56:35.696105+0000 mgr.y (mgr.14556) 20754 : audit [DBG] from='client.36144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:56:37.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:35.868073+0000 mgr.y (mgr.14556) 20755 : cluster [DBG] pgmap v18335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:56:35.696105+0000 mgr.y (mgr.14556) 20754 : audit [DBG] from='client.36144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:56:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:35.868073+0000 mgr.y (mgr.14556) 20755 : cluster [DBG] pgmap v18335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:37.868620+0000 mgr.y (mgr.14556) 20756 : cluster [DBG] pgmap v18336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:39.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:37.868620+0000 mgr.y (mgr.14556) 20756 : cluster [DBG] pgmap v18336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:37.868620+0000 mgr.y (mgr.14556) 20756 : cluster [DBG] pgmap v18336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:39.869122+0000 mgr.y (mgr.14556) 20757 : cluster [DBG] pgmap v18337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:41.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:39.869122+0000 mgr.y (mgr.14556) 20757 : cluster [DBG] pgmap v18337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:41.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:39.869122+0000 mgr.y (mgr.14556) 20757 : cluster [DBG] pgmap v18337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:41.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:56:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:41.869844+0000 mgr.y (mgr.14556) 20758 : cluster [DBG] pgmap v18338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:43.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:41.869844+0000 mgr.y (mgr.14556) 20758 : cluster [DBG] pgmap v18338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:41.869844+0000 mgr.y (mgr.14556) 20758 : cluster [DBG] pgmap v18338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:56:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:56:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:43.870419+0000 mgr.y (mgr.14556) 20759 : cluster [DBG] pgmap v18339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:45.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:43.870419+0000 mgr.y (mgr.14556) 20759 : cluster [DBG] pgmap v18339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:43.870419+0000 mgr.y (mgr.14556) 20759 : cluster [DBG] pgmap v18339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:47.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:45.871131+0000 mgr.y (mgr.14556) 20760 : cluster [DBG] pgmap v18340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:47.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:45.871131+0000 mgr.y (mgr.14556) 20760 : cluster [DBG] pgmap v18340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:45.871131+0000 mgr.y (mgr.14556) 20760 : cluster [DBG] pgmap v18340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:49.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:47.871710+0000 mgr.y (mgr.14556) 20761 : cluster [DBG] pgmap v18341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:49.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:47.871710+0000 mgr.y (mgr.14556) 20761 : cluster [DBG] pgmap v18341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:47.871710+0000 mgr.y (mgr.14556) 20761 : cluster [DBG] pgmap v18341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:51.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:49.872127+0000 mgr.y (mgr.14556) 20762 : cluster [DBG] pgmap v18342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:51.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:56:51.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:49.872127+0000 mgr.y (mgr.14556) 20762 : cluster [DBG] pgmap v18342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:51.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:49.872127+0000 mgr.y (mgr.14556) 20762 : cluster [DBG] pgmap v18342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:53.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:51.872862+0000 mgr.y (mgr.14556) 20763 : cluster [DBG] pgmap v18343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:53.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:51.872862+0000 mgr.y (mgr.14556) 20763 : cluster [DBG] pgmap v18343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:53.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:51.872862+0000 mgr.y (mgr.14556) 20763 : cluster [DBG] pgmap v18343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:56:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:56:55.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:53.873285+0000 mgr.y (mgr.14556) 20764 : cluster [DBG] pgmap v18344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:55.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:53.873285+0000 mgr.y (mgr.14556) 20764 : cluster [DBG] pgmap v18344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:55.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:53.873285+0000 mgr.y (mgr.14556) 20764 : cluster [DBG] pgmap v18344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:55.874093+0000 mgr.y (mgr.14556) 20765 : cluster [DBG] pgmap v18345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:56:56.827163+0000 mon.a (mon.0) 4394 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:56:57.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:55.874093+0000 mgr.y (mgr.14556) 20765 : cluster [DBG] pgmap v18345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:57.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:56:56.827163+0000 mon.a (mon.0) 4394 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:56:57.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:55.874093+0000 mgr.y (mgr.14556) 20765 : cluster [DBG] pgmap v18345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:57.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:56:56.827163+0000 mon.a (mon.0) 4394 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:56:59.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:57.874414+0000 mgr.y (mgr.14556) 20766 : cluster [DBG] pgmap v18346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:59.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:57.874414+0000 mgr.y (mgr.14556) 20766 : cluster [DBG] pgmap v18346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:56:59.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:57.874414+0000 mgr.y (mgr.14556) 20766 : cluster [DBG] pgmap v18346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:00.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:56:59.542405+0000 mon.a (mon.0) 4395 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:57:00.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:57:00.461447+0000 mon.a (mon.0) 4396 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:57:00.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:56:59.542405+0000 mon.a (mon.0) 4395 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:57:00.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:57:00.461447+0000 mon.a (mon.0) 4396 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:57:00.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:56:59.542405+0000 mon.a (mon.0) 4395 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:57:00.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:57:00.461447+0000 mon.a (mon.0) 4396 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:57:01.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:56:59.874762+0000 mgr.y (mgr.14556) 20767 : cluster [DBG] pgmap v18347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:01.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:57:00.758053+0000 mon.a (mon.0) 4397 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:57:01.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:57:00.759028+0000 mon.a (mon.0) 4398 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:57:01.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:57:00.773294+0000 mon.a (mon.0) 4399 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:57:01.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:56:59.874762+0000 mgr.y (mgr.14556) 20767 : cluster [DBG] pgmap v18347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:01.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:57:00.758053+0000 mon.a (mon.0) 4397 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:57:01.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:57:00.759028+0000 mon.a (mon.0) 4398 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:57:01.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:57:00.773294+0000 mon.a (mon.0) 4399 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:57:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:57:01.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:56:59.874762+0000 mgr.y (mgr.14556) 20767 : cluster [DBG] pgmap v18347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:01.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:57:00.758053+0000 mon.a (mon.0) 4397 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:57:01.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:57:00.759028+0000 mon.a (mon.0) 4398 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:57:01.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:57:00.773294+0000 mon.a (mon.0) 4399 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:57:03.882 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:57:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:57:03.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:01.875582+0000 mgr.y (mgr.14556) 20768 : cluster [DBG] pgmap v18348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:03.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:01.875582+0000 mgr.y (mgr.14556) 20768 : cluster [DBG] pgmap v18348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:03.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:01.875582+0000 mgr.y (mgr.14556) 20768 : cluster [DBG] pgmap v18348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:05.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:03.876058+0000 mgr.y (mgr.14556) 20769 : cluster [DBG] pgmap v18349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:05.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:03.876058+0000 mgr.y (mgr.14556) 20769 : cluster [DBG] pgmap v18349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:05.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:03.876058+0000 mgr.y (mgr.14556) 20769 : cluster [DBG] pgmap v18349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:06.382 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:57:06.672 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:57:06.672 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:57:06.672 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 6s ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:57:06.672 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:57:06.672 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 6s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:57:06.672 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 6s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:57:06.672 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:57:06.672 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7s ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:57:06.672 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 6s ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:57:06.672 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7s ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:57:06.673 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7s ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:57:06.673 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 6s ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:57:06.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7s ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:57:06.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7s ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:57:06.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7s ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:57:06.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7s ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:57:06.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 6s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:57:06.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 6s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:57:06.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 6s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:57:06.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 6s ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:57:06.673 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 6s ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:57:07.025 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:57:07.025 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:57:07.025 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:57:07.025 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:57:07.025 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:57:07.025 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:57:07.025 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:57:07.025 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:57:07.025 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:57:07.025 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:57:07.025 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:57:07.026 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:57:07.026 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:57:07.026 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:57:07.026 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:57:07.026 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:57:07.026 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:57:07.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:05.876793+0000 mgr.y (mgr.14556) 20770 : cluster [DBG] pgmap v18350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:07.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:57:06.368419+0000 mgr.y (mgr.14556) 20771 : audit [DBG] from='client.36156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:57:07.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:57:07.022950+0000 mon.c (mon.2) 502 : audit [DBG] from='client.? 172.21.15.23:0/2301703650' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:57:07.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:05.876793+0000 mgr.y (mgr.14556) 20770 : cluster [DBG] pgmap v18350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:07.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:57:06.368419+0000 mgr.y (mgr.14556) 20771 : audit [DBG] from='client.36156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:57:07.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:57:07.022950+0000 mon.c (mon.2) 502 : audit [DBG] from='client.? 172.21.15.23:0/2301703650' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:57:07.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:05.876793+0000 mgr.y (mgr.14556) 20770 : cluster [DBG] pgmap v18350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:07.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:57:06.368419+0000 mgr.y (mgr.14556) 20771 : audit [DBG] from='client.36156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:57:07.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:57:07.022950+0000 mon.c (mon.2) 502 : audit [DBG] from='client.? 172.21.15.23:0/2301703650' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:57:08.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:57:06.662078+0000 mgr.y (mgr.14556) 20772 : audit [DBG] from='client.36162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:57:08.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:57:06.662078+0000 mgr.y (mgr.14556) 20772 : audit [DBG] from='client.36162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:57:08.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:57:06.662078+0000 mgr.y (mgr.14556) 20772 : audit [DBG] from='client.36162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:57:09.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:07.877225+0000 mgr.y (mgr.14556) 20773 : cluster [DBG] pgmap v18351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:09.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:07.877225+0000 mgr.y (mgr.14556) 20773 : cluster [DBG] pgmap v18351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:09.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:07.877225+0000 mgr.y (mgr.14556) 20773 : cluster [DBG] pgmap v18351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:10.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:09.877627+0000 mgr.y (mgr.14556) 20774 : cluster [DBG] pgmap v18352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:10.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:09.877627+0000 mgr.y (mgr.14556) 20774 : cluster [DBG] pgmap v18352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:10.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:09.877627+0000 mgr.y (mgr.14556) 20774 : cluster [DBG] pgmap v18352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:57:13.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:11.878444+0000 mgr.y (mgr.14556) 20775 : cluster [DBG] pgmap v18353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:13.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:11.878444+0000 mgr.y (mgr.14556) 20775 : cluster [DBG] pgmap v18353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:13.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:11.878444+0000 mgr.y (mgr.14556) 20775 : cluster [DBG] pgmap v18353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:57:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:57:15.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:13.878917+0000 mgr.y (mgr.14556) 20776 : cluster [DBG] pgmap v18354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:15.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:13.878917+0000 mgr.y (mgr.14556) 20776 : cluster [DBG] pgmap v18354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:15.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:13.878917+0000 mgr.y (mgr.14556) 20776 : cluster [DBG] pgmap v18354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:17.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:15.879521+0000 mgr.y (mgr.14556) 20777 : cluster [DBG] pgmap v18355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:17.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:15.879521+0000 mgr.y (mgr.14556) 20777 : cluster [DBG] pgmap v18355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:17.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:15.879521+0000 mgr.y (mgr.14556) 20777 : cluster [DBG] pgmap v18355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:19.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:17.880042+0000 mgr.y (mgr.14556) 20778 : cluster [DBG] pgmap v18356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:19.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:17.880042+0000 mgr.y (mgr.14556) 20778 : cluster [DBG] pgmap v18356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:19.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:17.880042+0000 mgr.y (mgr.14556) 20778 : cluster [DBG] pgmap v18356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:21.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:19.880500+0000 mgr.y (mgr.14556) 20779 : cluster [DBG] pgmap v18357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:21.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:19.880500+0000 mgr.y (mgr.14556) 20779 : cluster [DBG] pgmap v18357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:19.880500+0000 mgr.y (mgr.14556) 20779 : cluster [DBG] pgmap v18357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:57:23.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:21.881295+0000 mgr.y (mgr.14556) 20780 : cluster [DBG] pgmap v18358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:23.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:21.881295+0000 mgr.y (mgr.14556) 20780 : cluster [DBG] pgmap v18358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:23.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:21.881295+0000 mgr.y (mgr.14556) 20780 : cluster [DBG] pgmap v18358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:57:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:57:25.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:23.881752+0000 mgr.y (mgr.14556) 20781 : cluster [DBG] pgmap v18359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:25.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:23.881752+0000 mgr.y (mgr.14556) 20781 : cluster [DBG] pgmap v18359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:25.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:23.881752+0000 mgr.y (mgr.14556) 20781 : cluster [DBG] pgmap v18359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:27.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:25.882418+0000 mgr.y (mgr.14556) 20782 : cluster [DBG] pgmap v18360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:27.386 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:25.882418+0000 mgr.y (mgr.14556) 20782 : cluster [DBG] pgmap v18360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:27.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:25.882418+0000 mgr.y (mgr.14556) 20782 : cluster [DBG] pgmap v18360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:29.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:27.882918+0000 mgr.y (mgr.14556) 20783 : cluster [DBG] pgmap v18361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:29.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:27.882918+0000 mgr.y (mgr.14556) 20783 : cluster [DBG] pgmap v18361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:29.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:27.882918+0000 mgr.y (mgr.14556) 20783 : cluster [DBG] pgmap v18361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:31.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:29.883452+0000 mgr.y (mgr.14556) 20784 : cluster [DBG] pgmap v18362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:31.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:29.883452+0000 mgr.y (mgr.14556) 20784 : cluster [DBG] pgmap v18362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:31.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:29.883452+0000 mgr.y (mgr.14556) 20784 : cluster [DBG] pgmap v18362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:57:33.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:31.884172+0000 mgr.y (mgr.14556) 20785 : cluster [DBG] pgmap v18363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:33.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:31.884172+0000 mgr.y (mgr.14556) 20785 : cluster [DBG] pgmap v18363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:33.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:31.884172+0000 mgr.y (mgr.14556) 20785 : cluster [DBG] pgmap v18363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:57:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:57:35.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:33.884723+0000 mgr.y (mgr.14556) 20786 : cluster [DBG] pgmap v18364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:35.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:33.884723+0000 mgr.y (mgr.14556) 20786 : cluster [DBG] pgmap v18364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:35.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:33.884723+0000 mgr.y (mgr.14556) 20786 : cluster [DBG] pgmap v18364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:37.352 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:57:37.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:35.885386+0000 mgr.y (mgr.14556) 20787 : cluster [DBG] pgmap v18365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:37.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:35.885386+0000 mgr.y (mgr.14556) 20787 : cluster [DBG] pgmap v18365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:35.885386+0000 mgr.y (mgr.14556) 20787 : cluster [DBG] pgmap v18365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:37.641 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:57:37.641 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 38s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:57:37.641 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 37s ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:57:37.641 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 38s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:57:37.641 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 37s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 37s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 38s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 38s ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 37s ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 38s ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 38s ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 37s ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 38s ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 38s ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 38s ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 38s ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 37s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 37s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 37s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:57:37.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 37s ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:57:37.643 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 37s ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:57:37.987 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:57:37.987 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:57:37.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:57:37.988 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:57:38.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:57:37.338054+0000 mgr.y (mgr.14556) 20788 : audit [DBG] from='client.46082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:57:38.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:57:37.985384+0000 mon.a (mon.0) 4400 : audit [DBG] from='client.? 172.21.15.23:0/329938561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:57:38.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:57:37.338054+0000 mgr.y (mgr.14556) 20788 : audit [DBG] from='client.46082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:57:38.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:57:37.985384+0000 mon.a (mon.0) 4400 : audit [DBG] from='client.? 172.21.15.23:0/329938561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:57:38.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:57:37.338054+0000 mgr.y (mgr.14556) 20788 : audit [DBG] from='client.46082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:57:38.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:57:37.985384+0000 mon.a (mon.0) 4400 : audit [DBG] from='client.? 172.21.15.23:0/329938561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:57:39.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:57:37.630925+0000 mgr.y (mgr.14556) 20789 : audit [DBG] from='client.36180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:57:39.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:37.885720+0000 mgr.y (mgr.14556) 20790 : cluster [DBG] pgmap v18366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:39.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:57:37.630925+0000 mgr.y (mgr.14556) 20789 : audit [DBG] from='client.36180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:57:39.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:37.885720+0000 mgr.y (mgr.14556) 20790 : cluster [DBG] pgmap v18366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:39.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:57:37.630925+0000 mgr.y (mgr.14556) 20789 : audit [DBG] from='client.36180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:57:39.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:37.885720+0000 mgr.y (mgr.14556) 20790 : cluster [DBG] pgmap v18366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:41.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:39.886083+0000 mgr.y (mgr.14556) 20791 : cluster [DBG] pgmap v18367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:41.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:39.886083+0000 mgr.y (mgr.14556) 20791 : cluster [DBG] pgmap v18367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:39.886083+0000 mgr.y (mgr.14556) 20791 : cluster [DBG] pgmap v18367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:41.918 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:57:43.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:41.886954+0000 mgr.y (mgr.14556) 20792 : cluster [DBG] pgmap v18368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:43.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:41.886954+0000 mgr.y (mgr.14556) 20792 : cluster [DBG] pgmap v18368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:43.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:41.886954+0000 mgr.y (mgr.14556) 20792 : cluster [DBG] pgmap v18368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:57:43] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T16:57:45.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:43.887499+0000 mgr.y (mgr.14556) 20793 : cluster [DBG] pgmap v18369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:45.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:43.887499+0000 mgr.y (mgr.14556) 20793 : cluster [DBG] pgmap v18369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:45.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:43.887499+0000 mgr.y (mgr.14556) 20793 : cluster [DBG] pgmap v18369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:47.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:45.888102+0000 mgr.y (mgr.14556) 20794 : cluster [DBG] pgmap v18370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:47.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:45.888102+0000 mgr.y (mgr.14556) 20794 : cluster [DBG] pgmap v18370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:47.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:45.888102+0000 mgr.y (mgr.14556) 20794 : cluster [DBG] pgmap v18370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:49.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:47.888662+0000 mgr.y (mgr.14556) 20795 : cluster [DBG] pgmap v18371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:49.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:47.888662+0000 mgr.y (mgr.14556) 20795 : cluster [DBG] pgmap v18371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:49.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:47.888662+0000 mgr.y (mgr.14556) 20795 : cluster [DBG] pgmap v18371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:51.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:49.889042+0000 mgr.y (mgr.14556) 20796 : cluster [DBG] pgmap v18372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:51.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:49.889042+0000 mgr.y (mgr.14556) 20796 : cluster [DBG] pgmap v18372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:51.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:49.889042+0000 mgr.y (mgr.14556) 20796 : cluster [DBG] pgmap v18372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:57:53.386 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:51.889813+0000 mgr.y (mgr.14556) 20797 : cluster [DBG] pgmap v18373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:53.386 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:51.889813+0000 mgr.y (mgr.14556) 20797 : cluster [DBG] pgmap v18373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:53.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:51.889813+0000 mgr.y (mgr.14556) 20797 : cluster [DBG] pgmap v18373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:57:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:57:55.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:53.890228+0000 mgr.y (mgr.14556) 20798 : cluster [DBG] pgmap v18374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:55.384 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:53.890228+0000 mgr.y (mgr.14556) 20798 : cluster [DBG] pgmap v18374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:55.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:53.890228+0000 mgr.y (mgr.14556) 20798 : cluster [DBG] pgmap v18374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:57.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:55.890986+0000 mgr.y (mgr.14556) 20799 : cluster [DBG] pgmap v18375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:55.890986+0000 mgr.y (mgr.14556) 20799 : cluster [DBG] pgmap v18375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:55.890986+0000 mgr.y (mgr.14556) 20799 : cluster [DBG] pgmap v18375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:59.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:57:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:57.891405+0000 mgr.y (mgr.14556) 20800 : cluster [DBG] pgmap v18376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:57.891405+0000 mgr.y (mgr.14556) 20800 : cluster [DBG] pgmap v18376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:57:59.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:57:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:57.891405+0000 mgr.y (mgr.14556) 20800 : cluster [DBG] pgmap v18376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:01.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:57:59.891841+0000 mgr.y (mgr.14556) 20801 : cluster [DBG] pgmap v18377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:01.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:58:00.779111+0000 mon.a (mon.0) 4401 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:58:01.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:58:01.088598+0000 mon.a (mon.0) 4402 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:58:01.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:58:01.089325+0000 mon.a (mon.0) 4403 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:58:01.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:58:01.097208+0000 mon.a (mon.0) 4404 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:58:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:57:59.891841+0000 mgr.y (mgr.14556) 20801 : cluster [DBG] pgmap v18377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:01.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:58:00.779111+0000 mon.a (mon.0) 4401 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:58:01.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:58:01.088598+0000 mon.a (mon.0) 4402 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:58:01.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:58:01.089325+0000 mon.a (mon.0) 4403 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:58:01.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:58:01.097208+0000 mon.a (mon.0) 4404 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:58:01.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:57:59.891841+0000 mgr.y (mgr.14556) 20801 : cluster [DBG] pgmap v18377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:01.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:58:00.779111+0000 mon.a (mon.0) 4401 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:58:01.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:58:01.088598+0000 mon.a (mon.0) 4402 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:58:01.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:58:01.089325+0000 mon.a (mon.0) 4403 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:58:01.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:58:01.097208+0000 mon.a (mon.0) 4404 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:58:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:58:03.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:01.892541+0000 mgr.y (mgr.14556) 20802 : cluster [DBG] pgmap v18378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:01.892541+0000 mgr.y (mgr.14556) 20802 : cluster [DBG] pgmap v18378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:03.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:01.892541+0000 mgr.y (mgr.14556) 20802 : cluster [DBG] pgmap v18378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:58:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T16:58:05.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:03.893071+0000 mgr.y (mgr.14556) 20803 : cluster [DBG] pgmap v18379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:03.893071+0000 mgr.y (mgr.14556) 20803 : cluster [DBG] pgmap v18379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:05.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:03.893071+0000 mgr.y (mgr.14556) 20803 : cluster [DBG] pgmap v18379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:07.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:05.893717+0000 mgr.y (mgr.14556) 20804 : cluster [DBG] pgmap v18380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:05.893717+0000 mgr.y (mgr.14556) 20804 : cluster [DBG] pgmap v18380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:07.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:05.893717+0000 mgr.y (mgr.14556) 20804 : cluster [DBG] pgmap v18380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:08.313 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:58:08.597 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:58:08.597 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 69s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 68s ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 69s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 68s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 68s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 69s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 69s ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 68s ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 69s ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 69s ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 68s ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 69s ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 69s ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:58:08.598 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 69s ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:58:08.599 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 69s ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:58:08.599 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 68s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:58:08.599 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 68s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:58:08.599 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 68s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:58:08.599 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 68s ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:58:08.599 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 68s ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:58:08.947 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:58:08.948 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:58:08.948 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:58:08.948 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:58:08.948 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:58:08.948 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:58:08.948 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:58:08.948 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:58:08.948 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:58:08.948 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:58:08.949 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:58:08.949 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:58:08.949 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:58:08.949 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:58:08.949 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:58:08.949 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:58:08.949 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:58:09.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:07.894250+0000 mgr.y (mgr.14556) 20805 : cluster [DBG] pgmap v18381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:09.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:58:08.299056+0000 mgr.y (mgr.14556) 20806 : audit [DBG] from='client.46100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:58:09.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:58:08.587390+0000 mgr.y (mgr.14556) 20807 : audit [DBG] from='client.36198 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:58:09.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:58:08.945436+0000 mon.c (mon.2) 503 : audit [DBG] from='client.? 172.21.15.23:0/2784873395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:58:09.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:07.894250+0000 mgr.y (mgr.14556) 20805 : cluster [DBG] pgmap v18381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:09.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:58:08.299056+0000 mgr.y (mgr.14556) 20806 : audit [DBG] from='client.46100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:58:09.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:58:08.587390+0000 mgr.y (mgr.14556) 20807 : audit [DBG] from='client.36198 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:58:09.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:58:08.945436+0000 mon.c (mon.2) 503 : audit [DBG] from='client.? 172.21.15.23:0/2784873395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:58:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:07.894250+0000 mgr.y (mgr.14556) 20805 : cluster [DBG] pgmap v18381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:58:08.299056+0000 mgr.y (mgr.14556) 20806 : audit [DBG] from='client.46100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:58:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:58:08.587390+0000 mgr.y (mgr.14556) 20807 : audit [DBG] from='client.36198 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:58:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:58:08.945436+0000 mon.c (mon.2) 503 : audit [DBG] from='client.? 172.21.15.23:0/2784873395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:58:11.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:09.894752+0000 mgr.y (mgr.14556) 20808 : cluster [DBG] pgmap v18382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:11.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:09.894752+0000 mgr.y (mgr.14556) 20808 : cluster [DBG] pgmap v18382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:11.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:09.894752+0000 mgr.y (mgr.14556) 20808 : cluster [DBG] pgmap v18382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:58:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:11.895443+0000 mgr.y (mgr.14556) 20809 : cluster [DBG] pgmap v18383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:11.895443+0000 mgr.y (mgr.14556) 20809 : cluster [DBG] pgmap v18383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:11.895443+0000 mgr.y (mgr.14556) 20809 : cluster [DBG] pgmap v18383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:58:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:58:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:13.895829+0000 mgr.y (mgr.14556) 20810 : cluster [DBG] pgmap v18384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:15.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:13.895829+0000 mgr.y (mgr.14556) 20810 : cluster [DBG] pgmap v18384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:13.895829+0000 mgr.y (mgr.14556) 20810 : cluster [DBG] pgmap v18384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:15.896446+0000 mgr.y (mgr.14556) 20811 : cluster [DBG] pgmap v18385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:17.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:15.896446+0000 mgr.y (mgr.14556) 20811 : cluster [DBG] pgmap v18385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:15.896446+0000 mgr.y (mgr.14556) 20811 : cluster [DBG] pgmap v18385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:17.896968+0000 mgr.y (mgr.14556) 20812 : cluster [DBG] pgmap v18386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:19.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:17.896968+0000 mgr.y (mgr.14556) 20812 : cluster [DBG] pgmap v18386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:17.896968+0000 mgr.y (mgr.14556) 20812 : cluster [DBG] pgmap v18386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:21.543 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:19.897395+0000 mgr.y (mgr.14556) 20813 : cluster [DBG] pgmap v18387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:19.897395+0000 mgr.y (mgr.14556) 20813 : cluster [DBG] pgmap v18387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:21.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:19.897395+0000 mgr.y (mgr.14556) 20813 : cluster [DBG] pgmap v18387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:58:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:21.898065+0000 mgr.y (mgr.14556) 20814 : cluster [DBG] pgmap v18388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:23.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:21.898065+0000 mgr.y (mgr.14556) 20814 : cluster [DBG] pgmap v18388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:23.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:21.898065+0000 mgr.y (mgr.14556) 20814 : cluster [DBG] pgmap v18388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:58:23] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:58:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:23.898640+0000 mgr.y (mgr.14556) 20815 : cluster [DBG] pgmap v18389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:25.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:23.898640+0000 mgr.y (mgr.14556) 20815 : cluster [DBG] pgmap v18389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:23.898640+0000 mgr.y (mgr.14556) 20815 : cluster [DBG] pgmap v18389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:25.899240+0000 mgr.y (mgr.14556) 20816 : cluster [DBG] pgmap v18390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:27.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:25.899240+0000 mgr.y (mgr.14556) 20816 : cluster [DBG] pgmap v18390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:27.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:25.899240+0000 mgr.y (mgr.14556) 20816 : cluster [DBG] pgmap v18390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:27.899651+0000 mgr.y (mgr.14556) 20817 : cluster [DBG] pgmap v18391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:29.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:27.899651+0000 mgr.y (mgr.14556) 20817 : cluster [DBG] pgmap v18391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:27.899651+0000 mgr.y (mgr.14556) 20817 : cluster [DBG] pgmap v18391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:31.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:29.900095+0000 mgr.y (mgr.14556) 20818 : cluster [DBG] pgmap v18392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:29.900095+0000 mgr.y (mgr.14556) 20818 : cluster [DBG] pgmap v18392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:31.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:29.900095+0000 mgr.y (mgr.14556) 20818 : cluster [DBG] pgmap v18392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:58:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:31.900820+0000 mgr.y (mgr.14556) 20819 : cluster [DBG] pgmap v18393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:33.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:31.900820+0000 mgr.y (mgr.14556) 20819 : cluster [DBG] pgmap v18393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:31.900820+0000 mgr.y (mgr.14556) 20819 : cluster [DBG] pgmap v18393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:58:33] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T16:58:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:33.901375+0000 mgr.y (mgr.14556) 20820 : cluster [DBG] pgmap v18394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:35.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:33.901375+0000 mgr.y (mgr.14556) 20820 : cluster [DBG] pgmap v18394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:33.901375+0000 mgr.y (mgr.14556) 20820 : cluster [DBG] pgmap v18394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:35.902136+0000 mgr.y (mgr.14556) 20821 : cluster [DBG] pgmap v18395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:37.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:35.902136+0000 mgr.y (mgr.14556) 20821 : cluster [DBG] pgmap v18395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:35.902136+0000 mgr.y (mgr.14556) 20821 : cluster [DBG] pgmap v18395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:39.277 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:58:39.567 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:58:39.567 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 100s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:58:39.567 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 99s ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:58:39.567 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 100s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:58:39.567 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 99s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:58:39.567 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 99s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:58:39.567 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 100s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:58:39.567 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 100s ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:58:39.567 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 99s ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:58:39.567 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 100s ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:58:39.567 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 100s ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:58:39.568 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 99s ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:58:39.568 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 100s ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:58:39.568 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 100s ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:58:39.568 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 100s ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:58:39.568 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 100s ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:58:39.568 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 99s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:58:39.568 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 99s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:58:39.568 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 99s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:58:39.568 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 99s ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:58:39.568 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 99s ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:58:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:37.902597+0000 mgr.y (mgr.14556) 20822 : cluster [DBG] pgmap v18396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:37.902597+0000 mgr.y (mgr.14556) 20822 : cluster [DBG] pgmap v18396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:37.902597+0000 mgr.y (mgr.14556) 20822 : cluster [DBG] pgmap v18396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:39.919 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:58:39.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:58:39.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:58:39.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:58:39.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:58:39.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:58:39.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:58:39.919 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:58:39.919 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:58:39.919 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:58:39.919 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:58:39.920 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:58:39.920 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:58:39.920 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:58:39.920 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:58:39.920 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:58:39.920 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:58:40.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:58:39.262384+0000 mgr.y (mgr.14556) 20823 : audit [DBG] from='client.46118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:58:40.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:58:39.557085+0000 mgr.y (mgr.14556) 20824 : audit [DBG] from='client.36216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:58:40.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:58:39.917040+0000 mon.a (mon.0) 4405 : audit [DBG] from='client.? 172.21.15.23:0/2351966002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:58:40.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:58:39.262384+0000 mgr.y (mgr.14556) 20823 : audit [DBG] from='client.46118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:58:40.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:58:39.557085+0000 mgr.y (mgr.14556) 20824 : audit [DBG] from='client.36216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:58:40.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:58:39.917040+0000 mon.a (mon.0) 4405 : audit [DBG] from='client.? 172.21.15.23:0/2351966002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:58:40.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:58:39.262384+0000 mgr.y (mgr.14556) 20823 : audit [DBG] from='client.46118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:58:40.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:58:39.557085+0000 mgr.y (mgr.14556) 20824 : audit [DBG] from='client.36216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:58:40.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:58:39.917040+0000 mon.a (mon.0) 4405 : audit [DBG] from='client.? 172.21.15.23:0/2351966002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:58:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:39.902900+0000 mgr.y (mgr.14556) 20825 : cluster [DBG] pgmap v18397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:41.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:39.902900+0000 mgr.y (mgr.14556) 20825 : cluster [DBG] pgmap v18397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:41.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:39.902900+0000 mgr.y (mgr.14556) 20825 : cluster [DBG] pgmap v18397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:41.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:58:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:41.903743+0000 mgr.y (mgr.14556) 20826 : cluster [DBG] pgmap v18398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:43.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:41.903743+0000 mgr.y (mgr.14556) 20826 : cluster [DBG] pgmap v18398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:41.903743+0000 mgr.y (mgr.14556) 20826 : cluster [DBG] pgmap v18398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:58:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T16:58:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:43.904247+0000 mgr.y (mgr.14556) 20827 : cluster [DBG] pgmap v18399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:45.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:43.904247+0000 mgr.y (mgr.14556) 20827 : cluster [DBG] pgmap v18399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:43.904247+0000 mgr.y (mgr.14556) 20827 : cluster [DBG] pgmap v18399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:45.905063+0000 mgr.y (mgr.14556) 20828 : cluster [DBG] pgmap v18400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:47.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:45.905063+0000 mgr.y (mgr.14556) 20828 : cluster [DBG] pgmap v18400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:45.905063+0000 mgr.y (mgr.14556) 20828 : cluster [DBG] pgmap v18400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:49.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:47.905580+0000 mgr.y (mgr.14556) 20829 : cluster [DBG] pgmap v18401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:49.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:47.905580+0000 mgr.y (mgr.14556) 20829 : cluster [DBG] pgmap v18401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:47.905580+0000 mgr.y (mgr.14556) 20829 : cluster [DBG] pgmap v18401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:51.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:49.906085+0000 mgr.y (mgr.14556) 20830 : cluster [DBG] pgmap v18402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:51.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:49.906085+0000 mgr.y (mgr.14556) 20830 : cluster [DBG] pgmap v18402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:51.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:49.906085+0000 mgr.y (mgr.14556) 20830 : cluster [DBG] pgmap v18402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:51.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:58:53.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:51.906699+0000 mgr.y (mgr.14556) 20831 : cluster [DBG] pgmap v18403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:53.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:51.906699+0000 mgr.y (mgr.14556) 20831 : cluster [DBG] pgmap v18403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:51.906699+0000 mgr.y (mgr.14556) 20831 : cluster [DBG] pgmap v18403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:58:53] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T16:58:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:53.907104+0000 mgr.y (mgr.14556) 20832 : cluster [DBG] pgmap v18404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:55.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:53.907104+0000 mgr.y (mgr.14556) 20832 : cluster [DBG] pgmap v18404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:55.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:53.907104+0000 mgr.y (mgr.14556) 20832 : cluster [DBG] pgmap v18404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:55.907740+0000 mgr.y (mgr.14556) 20833 : cluster [DBG] pgmap v18405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:57.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:55.907740+0000 mgr.y (mgr.14556) 20833 : cluster [DBG] pgmap v18405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:57.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:55.907740+0000 mgr.y (mgr.14556) 20833 : cluster [DBG] pgmap v18405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:59.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:58:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:57.908223+0000 mgr.y (mgr.14556) 20834 : cluster [DBG] pgmap v18406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:59.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:58:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:57.908223+0000 mgr.y (mgr.14556) 20834 : cluster [DBG] pgmap v18406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:58:59.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:58:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:57.908223+0000 mgr.y (mgr.14556) 20834 : cluster [DBG] pgmap v18406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:01.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:59:01.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:58:59.908687+0000 mgr.y (mgr.14556) 20835 : cluster [DBG] pgmap v18407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:01.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:59:01.101601+0000 mon.a (mon.0) 4406 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:59:01.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:58:59.908687+0000 mgr.y (mgr.14556) 20835 : cluster [DBG] pgmap v18407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:01.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:59:01.101601+0000 mon.a (mon.0) 4406 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:59:01.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:58:59.908687+0000 mgr.y (mgr.14556) 20835 : cluster [DBG] pgmap v18407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:01.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:59:01.101601+0000 mon.a (mon.0) 4406 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T16:59:02.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:59:01.412385+0000 mon.a (mon.0) 4407 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:59:02.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:59:01.413021+0000 mon.a (mon.0) 4408 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:59:02.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:59:01.417170+0000 mon.a (mon.0) 4409 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:59:02.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:59:01.412385+0000 mon.a (mon.0) 4407 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:59:02.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:59:01.413021+0000 mon.a (mon.0) 4408 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:59:02.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:59:01.417170+0000 mon.a (mon.0) 4409 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:59:02.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:59:01.412385+0000 mon.a (mon.0) 4407 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T16:59:02.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:59:01.413021+0000 mon.a (mon.0) 4408 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T16:59:02.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:59:01.417170+0000 mon.a (mon.0) 4409 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T16:59:03.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:01.909295+0000 mgr.y (mgr.14556) 20836 : cluster [DBG] pgmap v18408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:03.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:01.909295+0000 mgr.y (mgr.14556) 20836 : cluster [DBG] pgmap v18408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:03.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:01.909295+0000 mgr.y (mgr.14556) 20836 : cluster [DBG] pgmap v18408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:59:03] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T16:59:05.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:03.909689+0000 mgr.y (mgr.14556) 20837 : cluster [DBG] pgmap v18409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:05.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:03.909689+0000 mgr.y (mgr.14556) 20837 : cluster [DBG] pgmap v18409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:05.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:03.909689+0000 mgr.y (mgr.14556) 20837 : cluster [DBG] pgmap v18409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:07.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:05.910413+0000 mgr.y (mgr.14556) 20838 : cluster [DBG] pgmap v18410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:07.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:05.910413+0000 mgr.y (mgr.14556) 20838 : cluster [DBG] pgmap v18410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:07.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:05.910413+0000 mgr.y (mgr.14556) 20838 : cluster [DBG] pgmap v18410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:09.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:07.910927+0000 mgr.y (mgr.14556) 20839 : cluster [DBG] pgmap v18411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:09.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:07.910927+0000 mgr.y (mgr.14556) 20839 : cluster [DBG] pgmap v18411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:09.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:07.910927+0000 mgr.y (mgr.14556) 20839 : cluster [DBG] pgmap v18411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:10.246 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:59:10.533 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:59:10.533 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 2m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:59:10.533 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 2m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:59:10.533 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 2m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:59:10.533 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 2m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:59:10.533 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 2m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:59:10.533 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 2m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:59:10.533 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 2m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:59:10.533 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 2m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:59:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 2m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:59:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 2m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:59:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 2m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:59:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 2m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:59:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 2m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:59:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 2m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:59:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 2m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:59:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 2m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:59:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 2m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:59:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 2m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:59:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 2m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:59:10.534 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 2m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:59:10.882 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:59:10.883 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:59:10.884 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:59:11.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:09.911442+0000 mgr.y (mgr.14556) 20840 : cluster [DBG] pgmap v18412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:11.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:59:10.231513+0000 mgr.y (mgr.14556) 20841 : audit [DBG] from='client.46136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:59:11.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:59:10.523035+0000 mgr.y (mgr.14556) 20842 : audit [DBG] from='client.36234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:59:11.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:59:10.880498+0000 mon.c (mon.2) 504 : audit [DBG] from='client.? 172.21.15.23:0/3876023349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:59:11.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:09.911442+0000 mgr.y (mgr.14556) 20840 : cluster [DBG] pgmap v18412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:11.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:59:10.231513+0000 mgr.y (mgr.14556) 20841 : audit [DBG] from='client.46136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:59:11.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:59:10.523035+0000 mgr.y (mgr.14556) 20842 : audit [DBG] from='client.36234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:59:11.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:59:10.880498+0000 mon.c (mon.2) 504 : audit [DBG] from='client.? 172.21.15.23:0/3876023349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:59:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:59:11.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:09.911442+0000 mgr.y (mgr.14556) 20840 : cluster [DBG] pgmap v18412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:11.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:59:10.231513+0000 mgr.y (mgr.14556) 20841 : audit [DBG] from='client.46136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:59:11.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:59:10.523035+0000 mgr.y (mgr.14556) 20842 : audit [DBG] from='client.36234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:59:11.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:59:10.880498+0000 mon.c (mon.2) 504 : audit [DBG] from='client.? 172.21.15.23:0/3876023349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:59:13.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:11.912251+0000 mgr.y (mgr.14556) 20843 : cluster [DBG] pgmap v18413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:13.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:11.912251+0000 mgr.y (mgr.14556) 20843 : cluster [DBG] pgmap v18413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:13.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:11.912251+0000 mgr.y (mgr.14556) 20843 : cluster [DBG] pgmap v18413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:59:13] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T16:59:15.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:13.912734+0000 mgr.y (mgr.14556) 20844 : cluster [DBG] pgmap v18414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:15.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:13.912734+0000 mgr.y (mgr.14556) 20844 : cluster [DBG] pgmap v18414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:15.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:13.912734+0000 mgr.y (mgr.14556) 20844 : cluster [DBG] pgmap v18414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:17.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:15.913431+0000 mgr.y (mgr.14556) 20845 : cluster [DBG] pgmap v18415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:17.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:15.913431+0000 mgr.y (mgr.14556) 20845 : cluster [DBG] pgmap v18415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:17.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:15.913431+0000 mgr.y (mgr.14556) 20845 : cluster [DBG] pgmap v18415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:19.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:17.913873+0000 mgr.y (mgr.14556) 20846 : cluster [DBG] pgmap v18416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:17.913873+0000 mgr.y (mgr.14556) 20846 : cluster [DBG] pgmap v18416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:19.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:17.913873+0000 mgr.y (mgr.14556) 20846 : cluster [DBG] pgmap v18416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:21.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:19.914323+0000 mgr.y (mgr.14556) 20847 : cluster [DBG] pgmap v18417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:21.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:19.914323+0000 mgr.y (mgr.14556) 20847 : cluster [DBG] pgmap v18417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:21.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:19.914323+0000 mgr.y (mgr.14556) 20847 : cluster [DBG] pgmap v18417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:21.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:59:23.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:59:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:59:23.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:21.915038+0000 mgr.y (mgr.14556) 20848 : cluster [DBG] pgmap v18418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:21.915038+0000 mgr.y (mgr.14556) 20848 : cluster [DBG] pgmap v18418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:23.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:21.915038+0000 mgr.y (mgr.14556) 20848 : cluster [DBG] pgmap v18418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:25.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:23.915684+0000 mgr.y (mgr.14556) 20849 : cluster [DBG] pgmap v18419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:25.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:23.915684+0000 mgr.y (mgr.14556) 20849 : cluster [DBG] pgmap v18419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:25.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:23.915684+0000 mgr.y (mgr.14556) 20849 : cluster [DBG] pgmap v18419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:25.916428+0000 mgr.y (mgr.14556) 20850 : cluster [DBG] pgmap v18420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:27.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:25.916428+0000 mgr.y (mgr.14556) 20850 : cluster [DBG] pgmap v18420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:27.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:25.916428+0000 mgr.y (mgr.14556) 20850 : cluster [DBG] pgmap v18420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:29.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:27.916915+0000 mgr.y (mgr.14556) 20851 : cluster [DBG] pgmap v18421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:29.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:27.916915+0000 mgr.y (mgr.14556) 20851 : cluster [DBG] pgmap v18421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:29.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:27.916915+0000 mgr.y (mgr.14556) 20851 : cluster [DBG] pgmap v18421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:31.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:29.917393+0000 mgr.y (mgr.14556) 20852 : cluster [DBG] pgmap v18422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:31.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:29.917393+0000 mgr.y (mgr.14556) 20852 : cluster [DBG] pgmap v18422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:31.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:29.917393+0000 mgr.y (mgr.14556) 20852 : cluster [DBG] pgmap v18422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:31.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:59:33.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:59:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:59:33.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:31.918056+0000 mgr.y (mgr.14556) 20853 : cluster [DBG] pgmap v18423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:33.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:31.918056+0000 mgr.y (mgr.14556) 20853 : cluster [DBG] pgmap v18423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:31.918056+0000 mgr.y (mgr.14556) 20853 : cluster [DBG] pgmap v18423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:35.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:33.918571+0000 mgr.y (mgr.14556) 20854 : cluster [DBG] pgmap v18424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:35.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:33.918571+0000 mgr.y (mgr.14556) 20854 : cluster [DBG] pgmap v18424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:35.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:33.918571+0000 mgr.y (mgr.14556) 20854 : cluster [DBG] pgmap v18424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:37.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:35.919274+0000 mgr.y (mgr.14556) 20855 : cluster [DBG] pgmap v18425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:37.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:35.919274+0000 mgr.y (mgr.14556) 20855 : cluster [DBG] pgmap v18425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:37.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:35.919274+0000 mgr.y (mgr.14556) 20855 : cluster [DBG] pgmap v18425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:39.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:37.919843+0000 mgr.y (mgr.14556) 20856 : cluster [DBG] pgmap v18426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:39.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:37.919843+0000 mgr.y (mgr.14556) 20856 : cluster [DBG] pgmap v18426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:39.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:37.919843+0000 mgr.y (mgr.14556) 20856 : cluster [DBG] pgmap v18426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:41.207 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T16:59:41.494 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 2m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 2m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 2m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 2m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 2m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 2m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 2m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 2m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 2m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 2m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 2m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 2m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T16:59:41.495 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 2m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T16:59:41.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 2m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T16:59:41.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 2m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T16:59:41.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 2m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T16:59:41.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 2m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T16:59:41.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 2m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T16:59:41.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 2m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T16:59:41.496 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 2m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T16:59:41.842 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T16:59:41.842 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T16:59:41.842 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T16:59:41.843 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T16:59:41.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:39.920225+0000 mgr.y (mgr.14556) 20857 : cluster [DBG] pgmap v18427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:41.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:39.920225+0000 mgr.y (mgr.14556) 20857 : cluster [DBG] pgmap v18427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:41.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:39.920225+0000 mgr.y (mgr.14556) 20857 : cluster [DBG] pgmap v18427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:41.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:59:42.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:59:41.193443+0000 mgr.y (mgr.14556) 20858 : audit [DBG] from='client.36246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:59:42.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:59:41.484039+0000 mgr.y (mgr.14556) 20859 : audit [DBG] from='client.46160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:59:42.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T16:59:41.840245+0000 mon.a (mon.0) 4410 : audit [DBG] from='client.? 172.21.15.23:0/3143175931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:59:42.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:59:41.193443+0000 mgr.y (mgr.14556) 20858 : audit [DBG] from='client.36246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:59:42.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:59:41.484039+0000 mgr.y (mgr.14556) 20859 : audit [DBG] from='client.46160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:59:42.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T16:59:41.840245+0000 mon.a (mon.0) 4410 : audit [DBG] from='client.? 172.21.15.23:0/3143175931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:59:42.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:59:41.193443+0000 mgr.y (mgr.14556) 20858 : audit [DBG] from='client.36246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:59:42.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:59:41.484039+0000 mgr.y (mgr.14556) 20859 : audit [DBG] from='client.46160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T16:59:42.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T16:59:41.840245+0000 mon.a (mon.0) 4410 : audit [DBG] from='client.? 172.21.15.23:0/3143175931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T16:59:43.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:41.920790+0000 mgr.y (mgr.14556) 20860 : cluster [DBG] pgmap v18428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:43.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:59:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T16:59:43.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:41.920790+0000 mgr.y (mgr.14556) 20860 : cluster [DBG] pgmap v18428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:43.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:41.920790+0000 mgr.y (mgr.14556) 20860 : cluster [DBG] pgmap v18428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:45.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:43.921358+0000 mgr.y (mgr.14556) 20861 : cluster [DBG] pgmap v18429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:45.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:43.921358+0000 mgr.y (mgr.14556) 20861 : cluster [DBG] pgmap v18429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:45.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:43.921358+0000 mgr.y (mgr.14556) 20861 : cluster [DBG] pgmap v18429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:47.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:45.921949+0000 mgr.y (mgr.14556) 20862 : cluster [DBG] pgmap v18430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:47.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:45.921949+0000 mgr.y (mgr.14556) 20862 : cluster [DBG] pgmap v18430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:47.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:45.921949+0000 mgr.y (mgr.14556) 20862 : cluster [DBG] pgmap v18430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:49.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:47.922300+0000 mgr.y (mgr.14556) 20863 : cluster [DBG] pgmap v18431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:49.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:47.922300+0000 mgr.y (mgr.14556) 20863 : cluster [DBG] pgmap v18431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:49.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:47.922300+0000 mgr.y (mgr.14556) 20863 : cluster [DBG] pgmap v18431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:51.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:49.922803+0000 mgr.y (mgr.14556) 20864 : cluster [DBG] pgmap v18432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:51.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:49.922803+0000 mgr.y (mgr.14556) 20864 : cluster [DBG] pgmap v18432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:51.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:49.922803+0000 mgr.y (mgr.14556) 20864 : cluster [DBG] pgmap v18432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 16:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T16:59:53.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:51.923441+0000 mgr.y (mgr.14556) 20865 : cluster [DBG] pgmap v18433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:53.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:51.923441+0000 mgr.y (mgr.14556) 20865 : cluster [DBG] pgmap v18433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:53.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:51.923441+0000 mgr.y (mgr.14556) 20865 : cluster [DBG] pgmap v18433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:54.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 16:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:16:59:53] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T16:59:55.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:53.923974+0000 mgr.y (mgr.14556) 20866 : cluster [DBG] pgmap v18434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:55.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:53.923974+0000 mgr.y (mgr.14556) 20866 : cluster [DBG] pgmap v18434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:55.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:53.923974+0000 mgr.y (mgr.14556) 20866 : cluster [DBG] pgmap v18434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:57.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:55.924784+0000 mgr.y (mgr.14556) 20867 : cluster [DBG] pgmap v18435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:55.924784+0000 mgr.y (mgr.14556) 20867 : cluster [DBG] pgmap v18435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:57.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:55.924784+0000 mgr.y (mgr.14556) 20867 : cluster [DBG] pgmap v18435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 16:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:57.925359+0000 mgr.y (mgr.14556) 20868 : cluster [DBG] pgmap v18436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:59.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 16:59:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:57.925359+0000 mgr.y (mgr.14556) 20868 : cluster [DBG] pgmap v18436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T16:59:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 16:59:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:57.925359+0000 mgr.y (mgr.14556) 20868 : cluster [DBG] pgmap v18436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:00.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:00.000174+0000 mon.a (mon.0) 4411 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:00:00.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T16:59:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:00:00.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:00.000174+0000 mon.a (mon.0) 4411 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:00:00.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:00.000174+0000 mon.a (mon.0) 4411 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:00:01.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T16:59:59.925697+0000 mgr.y (mgr.14556) 20869 : cluster [DBG] pgmap v18437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T16:59:59.925697+0000 mgr.y (mgr.14556) 20869 : cluster [DBG] pgmap v18437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:01.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T16:59:59.925697+0000 mgr.y (mgr.14556) 20869 : cluster [DBG] pgmap v18437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:01.795 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:00:01.795 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 17:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T17:00:01.586Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1711116000138 maxt=1711123200000 ulid=01HSKHNV44PMPSWZS2ZXK152NM duration=45.574335ms 2024-03-22T17:00:01.795 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 17:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T17:00:01.589Z caller=head.go:827 level=info component=tsdb msg="Head GC completed" duration=2.561827ms 2024-03-22T17:00:01.795 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 17:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T17:00:01.590Z caller=checkpoint.go:98 level=info component=tsdb msg="Creating checkpoint" from_segment=2 to_segment=3 mint=1711123200000 2024-03-22T17:00:01.795 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 17:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T17:00:01.716Z caller=head.go:996 level=info component=tsdb msg="WAL checkpoint complete" first=2 last=3 duration=126.275493ms 2024-03-22T17:00:01.795 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 17:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T17:00:01.792Z caller=compact.go:460 level=info component=tsdb msg="compact blocks" count=3 mint=1711089961537 maxt=1711108800000 ulid=01HSKHNV9M63ADFTHZREMCK56F sources="[01HSJRV5E43HAJ7F3B31J21WBY 01HSJX2NC4XFS67C2E6AGXB9Q1 01HSK3YCM5PS9B93C67W6VYS8W]" duration=76.424707ms 2024-03-22T17:00:02.166 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 17:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T17:00:01.793Z caller=db.go:1287 level=info component=tsdb msg="Deleting obsolete block" block=01HSJRV5E43HAJ7F3B31J21WBY 2024-03-22T17:00:02.166 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 17:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T17:00:01.794Z caller=db.go:1287 level=info component=tsdb msg="Deleting obsolete block" block=01HSJX2NC4XFS67C2E6AGXB9Q1 2024-03-22T17:00:02.166 INFO:journalctl@ceph.prometheus.a.smithi028.stdout:Mar 22 17:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-prometheus-a[62025]: ts=2024-03-22T17:00:01.794Z caller=db.go:1287 level=info component=tsdb msg="Deleting obsolete block" block=01HSK3YCM5PS9B93C67W6VYS8W 2024-03-22T17:00:02.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:00:01.421667+0000 mon.a (mon.0) 4412 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:00:02.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:00:01.677827+0000 mon.a (mon.0) 4413 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:00:02.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:00:01.688072+0000 mon.a (mon.0) 4414 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:00:02.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:00:01.986174+0000 mon.a (mon.0) 4415 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:00:02.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:00:01.986863+0000 mon.a (mon.0) 4416 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:00:02.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:00:01.996064+0000 mon.a (mon.0) 4417 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:00:02.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:00:01.421667+0000 mon.a (mon.0) 4412 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:00:02.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:00:01.677827+0000 mon.a (mon.0) 4413 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:00:02.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:00:01.688072+0000 mon.a (mon.0) 4414 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:00:02.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:00:01.986174+0000 mon.a (mon.0) 4415 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:00:02.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:00:01.986863+0000 mon.a (mon.0) 4416 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:00:02.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:00:01.996064+0000 mon.a (mon.0) 4417 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:00:02.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:00:01.421667+0000 mon.a (mon.0) 4412 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:00:02.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:00:01.677827+0000 mon.a (mon.0) 4413 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:00:02.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:00:01.688072+0000 mon.a (mon.0) 4414 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:00:02.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:00:01.986174+0000 mon.a (mon.0) 4415 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:00:02.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:00:01.986863+0000 mon.a (mon.0) 4416 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:00:02.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:00:01.996064+0000 mon.a (mon.0) 4417 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:00:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:01.926236+0000 mgr.y (mgr.14556) 20870 : cluster [DBG] pgmap v18438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:03.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:01.926236+0000 mgr.y (mgr.14556) 20870 : cluster [DBG] pgmap v18438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:03.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:01.926236+0000 mgr.y (mgr.14556) 20870 : cluster [DBG] pgmap v18438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:04.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:00:03] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:00:05.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:03.926564+0000 mgr.y (mgr.14556) 20871 : cluster [DBG] pgmap v18439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:05.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:03.926564+0000 mgr.y (mgr.14556) 20871 : cluster [DBG] pgmap v18439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:05.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:03.926564+0000 mgr.y (mgr.14556) 20871 : cluster [DBG] pgmap v18439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:05.927227+0000 mgr.y (mgr.14556) 20872 : cluster [DBG] pgmap v18440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:07.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:05.927227+0000 mgr.y (mgr.14556) 20872 : cluster [DBG] pgmap v18440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:05.927227+0000 mgr.y (mgr.14556) 20872 : cluster [DBG] pgmap v18440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:07.927692+0000 mgr.y (mgr.14556) 20873 : cluster [DBG] pgmap v18441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:09.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:07.927692+0000 mgr.y (mgr.14556) 20873 : cluster [DBG] pgmap v18441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:07.927692+0000 mgr.y (mgr.14556) 20873 : cluster [DBG] pgmap v18441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:11.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:09.928071+0000 mgr.y (mgr.14556) 20874 : cluster [DBG] pgmap v18442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:11.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:09.928071+0000 mgr.y (mgr.14556) 20874 : cluster [DBG] pgmap v18442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:11.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:09.928071+0000 mgr.y (mgr.14556) 20874 : cluster [DBG] pgmap v18442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:00:12.169 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:00:12.458 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:00:12.458 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 3m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:00:12.458 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 3m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:00:12.458 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 3m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:00:12.458 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 3m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:00:12.458 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 3m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:00:12.458 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 3m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:00:12.458 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 3m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:00:12.458 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 3m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:00:12.458 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 3m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:00:12.459 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 3m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:00:12.459 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 3m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:00:12.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 3m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:00:12.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 3m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:00:12.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 3m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:00:12.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 3m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:00:12.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 3m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:00:12.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 3m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:00:12.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 3m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:00:12.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 3m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:00:12.459 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 3m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:00:12.809 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:00:12.810 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:00:12.810 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:00:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:11.928671+0000 mgr.y (mgr.14556) 20875 : cluster [DBG] pgmap v18443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:13.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:00:12.154451+0000 mgr.y (mgr.14556) 20876 : audit [DBG] from='client.36264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:00:13.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:00:12.447700+0000 mgr.y (mgr.14556) 20877 : audit [DBG] from='client.46178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:00:13.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:00:12.806604+0000 mon.c (mon.2) 505 : audit [DBG] from='client.? 172.21.15.23:0/270933447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:00:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:11.928671+0000 mgr.y (mgr.14556) 20875 : cluster [DBG] pgmap v18443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:00:12.154451+0000 mgr.y (mgr.14556) 20876 : audit [DBG] from='client.36264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:00:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:00:12.447700+0000 mgr.y (mgr.14556) 20877 : audit [DBG] from='client.46178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:00:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:00:12.806604+0000 mon.c (mon.2) 505 : audit [DBG] from='client.? 172.21.15.23:0/270933447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:00:13.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:11.928671+0000 mgr.y (mgr.14556) 20875 : cluster [DBG] pgmap v18443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:13.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:00:12.154451+0000 mgr.y (mgr.14556) 20876 : audit [DBG] from='client.36264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:00:13.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:00:12.447700+0000 mgr.y (mgr.14556) 20877 : audit [DBG] from='client.46178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:00:13.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:00:12.806604+0000 mon.c (mon.2) 505 : audit [DBG] from='client.? 172.21.15.23:0/270933447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:00:14.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:00:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:00:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:13.929122+0000 mgr.y (mgr.14556) 20878 : cluster [DBG] pgmap v18444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:15.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:13.929122+0000 mgr.y (mgr.14556) 20878 : cluster [DBG] pgmap v18444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:13.929122+0000 mgr.y (mgr.14556) 20878 : cluster [DBG] pgmap v18444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:15.929874+0000 mgr.y (mgr.14556) 20879 : cluster [DBG] pgmap v18445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:15.929874+0000 mgr.y (mgr.14556) 20879 : cluster [DBG] pgmap v18445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:15.929874+0000 mgr.y (mgr.14556) 20879 : cluster [DBG] pgmap v18445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:19.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:17.930240+0000 mgr.y (mgr.14556) 20880 : cluster [DBG] pgmap v18446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:19.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:17.930240+0000 mgr.y (mgr.14556) 20880 : cluster [DBG] pgmap v18446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:17.930240+0000 mgr.y (mgr.14556) 20880 : cluster [DBG] pgmap v18446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:21.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:19.930748+0000 mgr.y (mgr.14556) 20881 : cluster [DBG] pgmap v18447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:21.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:19.930748+0000 mgr.y (mgr.14556) 20881 : cluster [DBG] pgmap v18447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:21.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:19.930748+0000 mgr.y (mgr.14556) 20881 : cluster [DBG] pgmap v18447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:21.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:00:23.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:21.931634+0000 mgr.y (mgr.14556) 20882 : cluster [DBG] pgmap v18448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:23.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:21.931634+0000 mgr.y (mgr.14556) 20882 : cluster [DBG] pgmap v18448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:21.931634+0000 mgr.y (mgr.14556) 20882 : cluster [DBG] pgmap v18448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:00:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:00:25.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:23.932054+0000 mgr.y (mgr.14556) 20883 : cluster [DBG] pgmap v18449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:25.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:23.932054+0000 mgr.y (mgr.14556) 20883 : cluster [DBG] pgmap v18449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:23.932054+0000 mgr.y (mgr.14556) 20883 : cluster [DBG] pgmap v18449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:27.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:25.932881+0000 mgr.y (mgr.14556) 20884 : cluster [DBG] pgmap v18450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:27.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:25.932881+0000 mgr.y (mgr.14556) 20884 : cluster [DBG] pgmap v18450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:25.932881+0000 mgr.y (mgr.14556) 20884 : cluster [DBG] pgmap v18450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:29.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:27.933248+0000 mgr.y (mgr.14556) 20885 : cluster [DBG] pgmap v18451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:29.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:27.933248+0000 mgr.y (mgr.14556) 20885 : cluster [DBG] pgmap v18451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:29.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:27.933248+0000 mgr.y (mgr.14556) 20885 : cluster [DBG] pgmap v18451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:31.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:29.933657+0000 mgr.y (mgr.14556) 20886 : cluster [DBG] pgmap v18452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:31.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:29.933657+0000 mgr.y (mgr.14556) 20886 : cluster [DBG] pgmap v18452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:31.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:29.933657+0000 mgr.y (mgr.14556) 20886 : cluster [DBG] pgmap v18452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:31.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:00:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:31.934351+0000 mgr.y (mgr.14556) 20887 : cluster [DBG] pgmap v18453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:33.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:31.934351+0000 mgr.y (mgr.14556) 20887 : cluster [DBG] pgmap v18453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:33.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:31.934351+0000 mgr.y (mgr.14556) 20887 : cluster [DBG] pgmap v18453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:00:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:00:35.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:33.934817+0000 mgr.y (mgr.14556) 20888 : cluster [DBG] pgmap v18454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:35.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:33.934817+0000 mgr.y (mgr.14556) 20888 : cluster [DBG] pgmap v18454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:33.934817+0000 mgr.y (mgr.14556) 20888 : cluster [DBG] pgmap v18454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:37.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:35.935545+0000 mgr.y (mgr.14556) 20889 : cluster [DBG] pgmap v18455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:37.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:35.935545+0000 mgr.y (mgr.14556) 20889 : cluster [DBG] pgmap v18455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:37.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:35.935545+0000 mgr.y (mgr.14556) 20889 : cluster [DBG] pgmap v18455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:37.936014+0000 mgr.y (mgr.14556) 20890 : cluster [DBG] pgmap v18456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:39.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:37.936014+0000 mgr.y (mgr.14556) 20890 : cluster [DBG] pgmap v18456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:37.936014+0000 mgr.y (mgr.14556) 20890 : cluster [DBG] pgmap v18456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:41.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:39.936467+0000 mgr.y (mgr.14556) 20891 : cluster [DBG] pgmap v18457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:41.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:39.936467+0000 mgr.y (mgr.14556) 20891 : cluster [DBG] pgmap v18457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:41.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:39.936467+0000 mgr.y (mgr.14556) 20891 : cluster [DBG] pgmap v18457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:41.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:00:43.135 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:00:43.424 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:00:43.424 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 3m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 3m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 3m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 3m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 3m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 3m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 3m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 3m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 3m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 3m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 3m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 3m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 3m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 3m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 3m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:00:43.425 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 3m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:00:43.426 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 3m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:00:43.426 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 3m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:00:43.426 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 3m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:00:43.426 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 3m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:00:43.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:41.937197+0000 mgr.y (mgr.14556) 20892 : cluster [DBG] pgmap v18458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:43.774 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:00:43.775 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:00:43.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:00:43.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:00:43.775 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:00:43.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:00:43.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:00:43.775 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:00:43.775 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:00:43.775 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:00:43.775 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:00:43.776 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:00:43.776 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:00:43.776 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:00:43.776 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:00:43.776 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:00:43.776 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:00:43.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:41.937197+0000 mgr.y (mgr.14556) 20892 : cluster [DBG] pgmap v18458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:43.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:41.937197+0000 mgr.y (mgr.14556) 20892 : cluster [DBG] pgmap v18458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:00:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:00:44.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:00:43.121744+0000 mgr.y (mgr.14556) 20893 : audit [DBG] from='client.36282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:00:44.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:00:43.414442+0000 mgr.y (mgr.14556) 20894 : audit [DBG] from='client.36288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:00:44.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:00:43.772567+0000 mon.c (mon.2) 506 : audit [DBG] from='client.? 172.21.15.23:0/2480944544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:00:44.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:00:43.121744+0000 mgr.y (mgr.14556) 20893 : audit [DBG] from='client.36282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:00:44.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:00:43.414442+0000 mgr.y (mgr.14556) 20894 : audit [DBG] from='client.36288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:00:44.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:00:43.772567+0000 mon.c (mon.2) 506 : audit [DBG] from='client.? 172.21.15.23:0/2480944544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:00:44.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:00:43.121744+0000 mgr.y (mgr.14556) 20893 : audit [DBG] from='client.36282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:00:44.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:00:43.414442+0000 mgr.y (mgr.14556) 20894 : audit [DBG] from='client.36288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:00:44.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:00:43.772567+0000 mon.c (mon.2) 506 : audit [DBG] from='client.? 172.21.15.23:0/2480944544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:00:45.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:43.937588+0000 mgr.y (mgr.14556) 20895 : cluster [DBG] pgmap v18459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:45.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:43.937588+0000 mgr.y (mgr.14556) 20895 : cluster [DBG] pgmap v18459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:45.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:43.937588+0000 mgr.y (mgr.14556) 20895 : cluster [DBG] pgmap v18459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:47.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:45.938322+0000 mgr.y (mgr.14556) 20896 : cluster [DBG] pgmap v18460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:47.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:45.938322+0000 mgr.y (mgr.14556) 20896 : cluster [DBG] pgmap v18460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:47.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:45.938322+0000 mgr.y (mgr.14556) 20896 : cluster [DBG] pgmap v18460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:49.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:47.938917+0000 mgr.y (mgr.14556) 20897 : cluster [DBG] pgmap v18461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:49.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:47.938917+0000 mgr.y (mgr.14556) 20897 : cluster [DBG] pgmap v18461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:49.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:47.938917+0000 mgr.y (mgr.14556) 20897 : cluster [DBG] pgmap v18461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:51.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:49.939361+0000 mgr.y (mgr.14556) 20898 : cluster [DBG] pgmap v18462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:51.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:49.939361+0000 mgr.y (mgr.14556) 20898 : cluster [DBG] pgmap v18462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:51.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:49.939361+0000 mgr.y (mgr.14556) 20898 : cluster [DBG] pgmap v18462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:51.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:00:53.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:51.940127+0000 mgr.y (mgr.14556) 20899 : cluster [DBG] pgmap v18463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:53.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:51.940127+0000 mgr.y (mgr.14556) 20899 : cluster [DBG] pgmap v18463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:53.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:51.940127+0000 mgr.y (mgr.14556) 20899 : cluster [DBG] pgmap v18463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:54.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:00:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:00:55.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:53.940719+0000 mgr.y (mgr.14556) 20900 : cluster [DBG] pgmap v18464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:55.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:53.940719+0000 mgr.y (mgr.14556) 20900 : cluster [DBG] pgmap v18464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:55.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:53.940719+0000 mgr.y (mgr.14556) 20900 : cluster [DBG] pgmap v18464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:57.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:55.941379+0000 mgr.y (mgr.14556) 20901 : cluster [DBG] pgmap v18465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:57.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:55.941379+0000 mgr.y (mgr.14556) 20901 : cluster [DBG] pgmap v18465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:57.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:55.941379+0000 mgr.y (mgr.14556) 20901 : cluster [DBG] pgmap v18465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:59.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:57.941947+0000 mgr.y (mgr.14556) 20902 : cluster [DBG] pgmap v18466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:59.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:00:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:57.941947+0000 mgr.y (mgr.14556) 20902 : cluster [DBG] pgmap v18466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:00:59.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:00:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:57.941947+0000 mgr.y (mgr.14556) 20902 : cluster [DBG] pgmap v18466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:01.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:00:59.942557+0000 mgr.y (mgr.14556) 20903 : cluster [DBG] pgmap v18467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:01.667 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:01:01.793 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:00:59.942557+0000 mgr.y (mgr.14556) 20903 : cluster [DBG] pgmap v18467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:01.793 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:00:59.942557+0000 mgr.y (mgr.14556) 20903 : cluster [DBG] pgmap v18467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:02.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:01:02.001305+0000 mon.a (mon.0) 4418 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:01:02.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:01:02.310842+0000 mon.a (mon.0) 4419 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:01:02.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:01:02.311586+0000 mon.a (mon.0) 4420 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:01:02.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:01:02.316501+0000 mon.a (mon.0) 4421 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:01:02.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:01:02.001305+0000 mon.a (mon.0) 4418 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:01:02.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:01:02.310842+0000 mon.a (mon.0) 4419 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:01:02.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:01:02.311586+0000 mon.a (mon.0) 4420 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:01:02.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:01:02.316501+0000 mon.a (mon.0) 4421 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:01:02.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:01:02.001305+0000 mon.a (mon.0) 4418 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:01:02.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:01:02.310842+0000 mon.a (mon.0) 4419 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:01:02.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:01:02.311586+0000 mon.a (mon.0) 4420 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:01:02.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:01:02.316501+0000 mon.a (mon.0) 4421 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:01:03.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:01.943260+0000 mgr.y (mgr.14556) 20904 : cluster [DBG] pgmap v18468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:03.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:01.943260+0000 mgr.y (mgr.14556) 20904 : cluster [DBG] pgmap v18468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:03.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:01.943260+0000 mgr.y (mgr.14556) 20904 : cluster [DBG] pgmap v18468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:01:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:01:05.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:03.943635+0000 mgr.y (mgr.14556) 20905 : cluster [DBG] pgmap v18469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:05.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:03.943635+0000 mgr.y (mgr.14556) 20905 : cluster [DBG] pgmap v18469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:05.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:03.943635+0000 mgr.y (mgr.14556) 20905 : cluster [DBG] pgmap v18469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:07.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:05.944377+0000 mgr.y (mgr.14556) 20906 : cluster [DBG] pgmap v18470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:07.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:05.944377+0000 mgr.y (mgr.14556) 20906 : cluster [DBG] pgmap v18470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:07.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:05.944377+0000 mgr.y (mgr.14556) 20906 : cluster [DBG] pgmap v18470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:09.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:07.944717+0000 mgr.y (mgr.14556) 20907 : cluster [DBG] pgmap v18471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:09.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:07.944717+0000 mgr.y (mgr.14556) 20907 : cluster [DBG] pgmap v18471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:09.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:07.944717+0000 mgr.y (mgr.14556) 20907 : cluster [DBG] pgmap v18471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:11.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:09.945204+0000 mgr.y (mgr.14556) 20908 : cluster [DBG] pgmap v18472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:11.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:09.945204+0000 mgr.y (mgr.14556) 20908 : cluster [DBG] pgmap v18472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:11.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:09.945204+0000 mgr.y (mgr.14556) 20908 : cluster [DBG] pgmap v18472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:11.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:01:13.882 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:01:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:01:13.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:11.945901+0000 mgr.y (mgr.14556) 20909 : cluster [DBG] pgmap v18473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:13.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:11.945901+0000 mgr.y (mgr.14556) 20909 : cluster [DBG] pgmap v18473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:13.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:11.945901+0000 mgr.y (mgr.14556) 20909 : cluster [DBG] pgmap v18473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:14.103 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:01:14.393 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 4m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 4m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 4m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 4m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 4m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 4m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 4m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 4m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 4m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 4m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 4m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 4m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 4m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:01:14.394 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 4m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:01:14.395 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 4m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:01:14.395 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 4m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:01:14.395 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 4m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:01:14.395 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 4m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:01:14.395 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 4m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:01:14.395 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 4m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:01:14.747 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:01:14.748 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:01:14.748 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:01:14.748 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:01:14.748 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:01:15.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:13.946301+0000 mgr.y (mgr.14556) 20910 : cluster [DBG] pgmap v18474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:15.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:01:14.088601+0000 mgr.y (mgr.14556) 20911 : audit [DBG] from='client.46208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:01:15.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:01:14.383569+0000 mgr.y (mgr.14556) 20912 : audit [DBG] from='client.36306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:01:15.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:01:14.744636+0000 mon.a (mon.0) 4422 : audit [DBG] from='client.? 172.21.15.23:0/1589412885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:01:15.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:13.946301+0000 mgr.y (mgr.14556) 20910 : cluster [DBG] pgmap v18474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:15.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:01:14.088601+0000 mgr.y (mgr.14556) 20911 : audit [DBG] from='client.46208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:01:15.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:01:14.383569+0000 mgr.y (mgr.14556) 20912 : audit [DBG] from='client.36306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:01:15.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:01:14.744636+0000 mon.a (mon.0) 4422 : audit [DBG] from='client.? 172.21.15.23:0/1589412885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:01:15.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:13.946301+0000 mgr.y (mgr.14556) 20910 : cluster [DBG] pgmap v18474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:15.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:01:14.088601+0000 mgr.y (mgr.14556) 20911 : audit [DBG] from='client.46208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:01:15.917 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:01:14.383569+0000 mgr.y (mgr.14556) 20912 : audit [DBG] from='client.36306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:01:15.917 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:01:14.744636+0000 mon.a (mon.0) 4422 : audit [DBG] from='client.? 172.21.15.23:0/1589412885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:01:17.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:15.947007+0000 mgr.y (mgr.14556) 20913 : cluster [DBG] pgmap v18475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:17.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:15.947007+0000 mgr.y (mgr.14556) 20913 : cluster [DBG] pgmap v18475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:17.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:15.947007+0000 mgr.y (mgr.14556) 20913 : cluster [DBG] pgmap v18475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:19.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:17.947479+0000 mgr.y (mgr.14556) 20914 : cluster [DBG] pgmap v18476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:19.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:17.947479+0000 mgr.y (mgr.14556) 20914 : cluster [DBG] pgmap v18476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:19.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:17.947479+0000 mgr.y (mgr.14556) 20914 : cluster [DBG] pgmap v18476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:21.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:19.948002+0000 mgr.y (mgr.14556) 20915 : cluster [DBG] pgmap v18477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:21.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:19.948002+0000 mgr.y (mgr.14556) 20915 : cluster [DBG] pgmap v18477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:19.948002+0000 mgr.y (mgr.14556) 20915 : cluster [DBG] pgmap v18477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:21.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:01:23.882 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:01:23] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:01:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:21.949017+0000 mgr.y (mgr.14556) 20916 : cluster [DBG] pgmap v18478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:23.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:21.949017+0000 mgr.y (mgr.14556) 20916 : cluster [DBG] pgmap v18478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:23.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:21.949017+0000 mgr.y (mgr.14556) 20916 : cluster [DBG] pgmap v18478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:25.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:23.949498+0000 mgr.y (mgr.14556) 20917 : cluster [DBG] pgmap v18479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:25.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:23.949498+0000 mgr.y (mgr.14556) 20917 : cluster [DBG] pgmap v18479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:25.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:23.949498+0000 mgr.y (mgr.14556) 20917 : cluster [DBG] pgmap v18479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:25.950239+0000 mgr.y (mgr.14556) 20918 : cluster [DBG] pgmap v18480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:27.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:25.950239+0000 mgr.y (mgr.14556) 20918 : cluster [DBG] pgmap v18480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:27.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:25.950239+0000 mgr.y (mgr.14556) 20918 : cluster [DBG] pgmap v18480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:29.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:27.950738+0000 mgr.y (mgr.14556) 20919 : cluster [DBG] pgmap v18481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:29.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:27.950738+0000 mgr.y (mgr.14556) 20919 : cluster [DBG] pgmap v18481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:29.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:27.950738+0000 mgr.y (mgr.14556) 20919 : cluster [DBG] pgmap v18481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:31.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:29.951181+0000 mgr.y (mgr.14556) 20920 : cluster [DBG] pgmap v18482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:31.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:29.951181+0000 mgr.y (mgr.14556) 20920 : cluster [DBG] pgmap v18482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:31.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:29.951181+0000 mgr.y (mgr.14556) 20920 : cluster [DBG] pgmap v18482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:31.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:01:33.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:31.951972+0000 mgr.y (mgr.14556) 20921 : cluster [DBG] pgmap v18483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:33.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:31.951972+0000 mgr.y (mgr.14556) 20921 : cluster [DBG] pgmap v18483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:33.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:01:33] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:01:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:31.951972+0000 mgr.y (mgr.14556) 20921 : cluster [DBG] pgmap v18483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:35.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:33.952568+0000 mgr.y (mgr.14556) 20922 : cluster [DBG] pgmap v18484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:35.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:33.952568+0000 mgr.y (mgr.14556) 20922 : cluster [DBG] pgmap v18484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:35.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:33.952568+0000 mgr.y (mgr.14556) 20922 : cluster [DBG] pgmap v18484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:37.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:35.953400+0000 mgr.y (mgr.14556) 20923 : cluster [DBG] pgmap v18485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:37.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:35.953400+0000 mgr.y (mgr.14556) 20923 : cluster [DBG] pgmap v18485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:37.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:35.953400+0000 mgr.y (mgr.14556) 20923 : cluster [DBG] pgmap v18485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:39.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:37.953719+0000 mgr.y (mgr.14556) 20924 : cluster [DBG] pgmap v18486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:39.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:37.953719+0000 mgr.y (mgr.14556) 20924 : cluster [DBG] pgmap v18486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:39.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:37.953719+0000 mgr.y (mgr.14556) 20924 : cluster [DBG] pgmap v18486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:41.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:39.954286+0000 mgr.y (mgr.14556) 20925 : cluster [DBG] pgmap v18487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:41.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:39.954286+0000 mgr.y (mgr.14556) 20925 : cluster [DBG] pgmap v18487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:41.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:39.954286+0000 mgr.y (mgr.14556) 20925 : cluster [DBG] pgmap v18487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:01:43.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:41.954882+0000 mgr.y (mgr.14556) 20926 : cluster [DBG] pgmap v18488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:43.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:41.954882+0000 mgr.y (mgr.14556) 20926 : cluster [DBG] pgmap v18488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:43.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:41.954882+0000 mgr.y (mgr.14556) 20926 : cluster [DBG] pgmap v18488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:44.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:01:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:01:45.073 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:01:45.364 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:01:45.364 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 4m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:01:45.364 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 4m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:01:45.364 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 4m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:01:45.364 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 4m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:01:45.364 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 4m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:01:45.364 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 4m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:01:45.364 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 4m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:01:45.364 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 4m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:01:45.365 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 4m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:01:45.365 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 4m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:01:45.365 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 4m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:01:45.365 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 4m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:01:45.365 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 4m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:01:45.365 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 4m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:01:45.365 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 4m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:01:45.365 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 4m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:01:45.365 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 4m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:01:45.365 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 4m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:01:45.365 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 4m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:01:45.365 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 4m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:01:45.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:43.955301+0000 mgr.y (mgr.14556) 20927 : cluster [DBG] pgmap v18489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:45.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:43.955301+0000 mgr.y (mgr.14556) 20927 : cluster [DBG] pgmap v18489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:45.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:43.955301+0000 mgr.y (mgr.14556) 20927 : cluster [DBG] pgmap v18489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:45.711 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:01:45.712 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:01:45.713 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:01:45.713 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:01:45.713 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:01:46.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:01:45.059555+0000 mgr.y (mgr.14556) 20928 : audit [DBG] from='client.36318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:01:46.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:01:45.353645+0000 mgr.y (mgr.14556) 20929 : audit [DBG] from='client.36324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:01:46.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:01:45.709483+0000 mon.a (mon.0) 4423 : audit [DBG] from='client.? 172.21.15.23:0/359837089' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:01:46.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:01:45.059555+0000 mgr.y (mgr.14556) 20928 : audit [DBG] from='client.36318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:01:46.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:01:45.353645+0000 mgr.y (mgr.14556) 20929 : audit [DBG] from='client.36324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:01:46.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:01:45.709483+0000 mon.a (mon.0) 4423 : audit [DBG] from='client.? 172.21.15.23:0/359837089' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:01:46.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:01:45.059555+0000 mgr.y (mgr.14556) 20928 : audit [DBG] from='client.36318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:01:46.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:01:45.353645+0000 mgr.y (mgr.14556) 20929 : audit [DBG] from='client.36324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:01:46.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:01:45.709483+0000 mon.a (mon.0) 4423 : audit [DBG] from='client.? 172.21.15.23:0/359837089' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:01:47.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:45.955879+0000 mgr.y (mgr.14556) 20930 : cluster [DBG] pgmap v18490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:47.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:45.955879+0000 mgr.y (mgr.14556) 20930 : cluster [DBG] pgmap v18490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:47.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:45.955879+0000 mgr.y (mgr.14556) 20930 : cluster [DBG] pgmap v18490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:49.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:47.956291+0000 mgr.y (mgr.14556) 20931 : cluster [DBG] pgmap v18491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:49.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:47.956291+0000 mgr.y (mgr.14556) 20931 : cluster [DBG] pgmap v18491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:49.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:47.956291+0000 mgr.y (mgr.14556) 20931 : cluster [DBG] pgmap v18491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:51.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:49.956786+0000 mgr.y (mgr.14556) 20932 : cluster [DBG] pgmap v18492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:51.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:49.956786+0000 mgr.y (mgr.14556) 20932 : cluster [DBG] pgmap v18492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:51.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:49.956786+0000 mgr.y (mgr.14556) 20932 : cluster [DBG] pgmap v18492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:51.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:01:53.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:51.957590+0000 mgr.y (mgr.14556) 20933 : cluster [DBG] pgmap v18493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:53.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:51.957590+0000 mgr.y (mgr.14556) 20933 : cluster [DBG] pgmap v18493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:53.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:51.957590+0000 mgr.y (mgr.14556) 20933 : cluster [DBG] pgmap v18493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:01:53] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:01:55.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:53.958153+0000 mgr.y (mgr.14556) 20934 : cluster [DBG] pgmap v18494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:55.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:53.958153+0000 mgr.y (mgr.14556) 20934 : cluster [DBG] pgmap v18494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:55.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:53.958153+0000 mgr.y (mgr.14556) 20934 : cluster [DBG] pgmap v18494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:57.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:55.958926+0000 mgr.y (mgr.14556) 20935 : cluster [DBG] pgmap v18495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:57.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:55.958926+0000 mgr.y (mgr.14556) 20935 : cluster [DBG] pgmap v18495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:57.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:55.958926+0000 mgr.y (mgr.14556) 20935 : cluster [DBG] pgmap v18495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:59.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:01:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:57.959504+0000 mgr.y (mgr.14556) 20936 : cluster [DBG] pgmap v18496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:59.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:01:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:57.959504+0000 mgr.y (mgr.14556) 20936 : cluster [DBG] pgmap v18496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:01:59.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:01:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:57.959504+0000 mgr.y (mgr.14556) 20936 : cluster [DBG] pgmap v18496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:01.382 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:01:59.959928+0000 mgr.y (mgr.14556) 20937 : cluster [DBG] pgmap v18497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:01.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:01:59.959928+0000 mgr.y (mgr.14556) 20937 : cluster [DBG] pgmap v18497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:01.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:01:59.959928+0000 mgr.y (mgr.14556) 20937 : cluster [DBG] pgmap v18497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:02:03.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:01.960633+0000 mgr.y (mgr.14556) 20938 : cluster [DBG] pgmap v18498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:03.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:02:02.320887+0000 mon.a (mon.0) 4424 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:02:03.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:02:02.632339+0000 mon.a (mon.0) 4425 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:02:03.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:02:02.633002+0000 mon.a (mon.0) 4426 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:02:03.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:02:02.641929+0000 mon.a (mon.0) 4427 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:02:03.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:01.960633+0000 mgr.y (mgr.14556) 20938 : cluster [DBG] pgmap v18498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:03.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:02:02.320887+0000 mon.a (mon.0) 4424 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:02:03.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:02:02.632339+0000 mon.a (mon.0) 4425 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:02:03.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:02:02.633002+0000 mon.a (mon.0) 4426 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:02:03.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:02:02.641929+0000 mon.a (mon.0) 4427 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:02:03.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:01.960633+0000 mgr.y (mgr.14556) 20938 : cluster [DBG] pgmap v18498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:03.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:02:02.320887+0000 mon.a (mon.0) 4424 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:02:03.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:02:02.632339+0000 mon.a (mon.0) 4425 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:02:03.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:02:02.633002+0000 mon.a (mon.0) 4426 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:02:03.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:02:02.641929+0000 mon.a (mon.0) 4427 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:02:04.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:02:03] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:02:05.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:03.961248+0000 mgr.y (mgr.14556) 20939 : cluster [DBG] pgmap v18499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:05.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:03.961248+0000 mgr.y (mgr.14556) 20939 : cluster [DBG] pgmap v18499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:05.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:03.961248+0000 mgr.y (mgr.14556) 20939 : cluster [DBG] pgmap v18499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:07.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:05.961881+0000 mgr.y (mgr.14556) 20940 : cluster [DBG] pgmap v18500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:07.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:05.961881+0000 mgr.y (mgr.14556) 20940 : cluster [DBG] pgmap v18500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:07.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:05.961881+0000 mgr.y (mgr.14556) 20940 : cluster [DBG] pgmap v18500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:09.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:07.962277+0000 mgr.y (mgr.14556) 20941 : cluster [DBG] pgmap v18501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:09.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:07.962277+0000 mgr.y (mgr.14556) 20941 : cluster [DBG] pgmap v18501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:09.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:07.962277+0000 mgr.y (mgr.14556) 20941 : cluster [DBG] pgmap v18501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:11.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:09.962731+0000 mgr.y (mgr.14556) 20942 : cluster [DBG] pgmap v18502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:11.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:09.962731+0000 mgr.y (mgr.14556) 20942 : cluster [DBG] pgmap v18502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:11.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:09.962731+0000 mgr.y (mgr.14556) 20942 : cluster [DBG] pgmap v18502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:11.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:02:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:11.963427+0000 mgr.y (mgr.14556) 20943 : cluster [DBG] pgmap v18503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:11.963427+0000 mgr.y (mgr.14556) 20943 : cluster [DBG] pgmap v18503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:11.963427+0000 mgr.y (mgr.14556) 20943 : cluster [DBG] pgmap v18503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:02:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:02:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:13.963917+0000 mgr.y (mgr.14556) 20944 : cluster [DBG] pgmap v18504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:15.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:13.963917+0000 mgr.y (mgr.14556) 20944 : cluster [DBG] pgmap v18504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:13.963917+0000 mgr.y (mgr.14556) 20944 : cluster [DBG] pgmap v18504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:16.038 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 5m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 5m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 5m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 5m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 5m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 5m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 5m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 5m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 5m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 5m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 5m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 5m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:02:16.332 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 5m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:02:16.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 5m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:02:16.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 5m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:02:16.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 5m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:02:16.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 5m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:02:16.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 5m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:02:16.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 5m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:02:16.333 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 5m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:02:16.682 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:02:16.683 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:02:17.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:15.964520+0000 mgr.y (mgr.14556) 20945 : cluster [DBG] pgmap v18505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:17.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:02:16.023970+0000 mgr.y (mgr.14556) 20946 : audit [DBG] from='client.36336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:02:17.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:02:16.321526+0000 mgr.y (mgr.14556) 20947 : audit [DBG] from='client.36342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:02:17.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:02:16.680444+0000 mon.a (mon.0) 4428 : audit [DBG] from='client.? 172.21.15.23:0/3290240003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:02:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:15.964520+0000 mgr.y (mgr.14556) 20945 : cluster [DBG] pgmap v18505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:02:16.023970+0000 mgr.y (mgr.14556) 20946 : audit [DBG] from='client.36336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:02:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:02:16.321526+0000 mgr.y (mgr.14556) 20947 : audit [DBG] from='client.36342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:02:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:02:16.680444+0000 mon.a (mon.0) 4428 : audit [DBG] from='client.? 172.21.15.23:0/3290240003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:02:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:15.964520+0000 mgr.y (mgr.14556) 20945 : cluster [DBG] pgmap v18505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:02:16.023970+0000 mgr.y (mgr.14556) 20946 : audit [DBG] from='client.36336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:02:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:02:16.321526+0000 mgr.y (mgr.14556) 20947 : audit [DBG] from='client.36342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:02:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:02:16.680444+0000 mon.a (mon.0) 4428 : audit [DBG] from='client.? 172.21.15.23:0/3290240003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:02:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:17.965030+0000 mgr.y (mgr.14556) 20948 : cluster [DBG] pgmap v18506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:19.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:17.965030+0000 mgr.y (mgr.14556) 20948 : cluster [DBG] pgmap v18506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:17.965030+0000 mgr.y (mgr.14556) 20948 : cluster [DBG] pgmap v18506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:21.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:19.965646+0000 mgr.y (mgr.14556) 20949 : cluster [DBG] pgmap v18507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:19.965646+0000 mgr.y (mgr.14556) 20949 : cluster [DBG] pgmap v18507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:21.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:19.965646+0000 mgr.y (mgr.14556) 20949 : cluster [DBG] pgmap v18507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:21.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:02:23.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:21.966424+0000 mgr.y (mgr.14556) 20950 : cluster [DBG] pgmap v18508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:23.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:21.966424+0000 mgr.y (mgr.14556) 20950 : cluster [DBG] pgmap v18508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:23.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:21.966424+0000 mgr.y (mgr.14556) 20950 : cluster [DBG] pgmap v18508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:24.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:02:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:02:25.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:23.966969+0000 mgr.y (mgr.14556) 20951 : cluster [DBG] pgmap v18509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:25.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:23.966969+0000 mgr.y (mgr.14556) 20951 : cluster [DBG] pgmap v18509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:23.966969+0000 mgr.y (mgr.14556) 20951 : cluster [DBG] pgmap v18509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:25.967766+0000 mgr.y (mgr.14556) 20952 : cluster [DBG] pgmap v18510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:27.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:25.967766+0000 mgr.y (mgr.14556) 20952 : cluster [DBG] pgmap v18510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:27.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:25.967766+0000 mgr.y (mgr.14556) 20952 : cluster [DBG] pgmap v18510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:29.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:27.968179+0000 mgr.y (mgr.14556) 20953 : cluster [DBG] pgmap v18511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:29.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:27.968179+0000 mgr.y (mgr.14556) 20953 : cluster [DBG] pgmap v18511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:29.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:27.968179+0000 mgr.y (mgr.14556) 20953 : cluster [DBG] pgmap v18511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:31.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:29.968754+0000 mgr.y (mgr.14556) 20954 : cluster [DBG] pgmap v18512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:31.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:29.968754+0000 mgr.y (mgr.14556) 20954 : cluster [DBG] pgmap v18512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:31.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:29.968754+0000 mgr.y (mgr.14556) 20954 : cluster [DBG] pgmap v18512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:31.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:02:33.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:31.969471+0000 mgr.y (mgr.14556) 20955 : cluster [DBG] pgmap v18513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:33.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:31.969471+0000 mgr.y (mgr.14556) 20955 : cluster [DBG] pgmap v18513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:33.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:31.969471+0000 mgr.y (mgr.14556) 20955 : cluster [DBG] pgmap v18513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:34.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:02:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:02:35.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:33.969954+0000 mgr.y (mgr.14556) 20956 : cluster [DBG] pgmap v18514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:35.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:33.969954+0000 mgr.y (mgr.14556) 20956 : cluster [DBG] pgmap v18514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:33.969954+0000 mgr.y (mgr.14556) 20956 : cluster [DBG] pgmap v18514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:37.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:35.970851+0000 mgr.y (mgr.14556) 20957 : cluster [DBG] pgmap v18515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:37.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:35.970851+0000 mgr.y (mgr.14556) 20957 : cluster [DBG] pgmap v18515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:37.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:35.970851+0000 mgr.y (mgr.14556) 20957 : cluster [DBG] pgmap v18515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:39.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:37.971344+0000 mgr.y (mgr.14556) 20958 : cluster [DBG] pgmap v18516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:39.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:37.971344+0000 mgr.y (mgr.14556) 20958 : cluster [DBG] pgmap v18516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:37.971344+0000 mgr.y (mgr.14556) 20958 : cluster [DBG] pgmap v18516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:41.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:39.971810+0000 mgr.y (mgr.14556) 20959 : cluster [DBG] pgmap v18517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:41.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:39.971810+0000 mgr.y (mgr.14556) 20959 : cluster [DBG] pgmap v18517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:41.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:39.971810+0000 mgr.y (mgr.14556) 20959 : cluster [DBG] pgmap v18517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:41.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:02:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:41.972501+0000 mgr.y (mgr.14556) 20960 : cluster [DBG] pgmap v18518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:43.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:41.972501+0000 mgr.y (mgr.14556) 20960 : cluster [DBG] pgmap v18518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:41.972501+0000 mgr.y (mgr.14556) 20960 : cluster [DBG] pgmap v18518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:44.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:02:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:02:45.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:43.972958+0000 mgr.y (mgr.14556) 20961 : cluster [DBG] pgmap v18519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:45.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:43.972958+0000 mgr.y (mgr.14556) 20961 : cluster [DBG] pgmap v18519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:45.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:43.972958+0000 mgr.y (mgr.14556) 20961 : cluster [DBG] pgmap v18519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:47.009 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:02:47.298 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:02:47.298 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 5m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:02:47.298 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 5m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:02:47.298 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 5m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:02:47.298 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 5m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:02:47.298 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 5m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:02:47.298 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 5m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:02:47.298 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 5m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 5m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 5m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 5m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 5m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 5m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 5m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 5m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 5m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 5m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 5m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 5m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 5m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:02:47.299 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 5m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:02:47.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:45.973573+0000 mgr.y (mgr.14556) 20962 : cluster [DBG] pgmap v18520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:47.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:45.973573+0000 mgr.y (mgr.14556) 20962 : cluster [DBG] pgmap v18520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:02:47.647 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:02:47.648 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:02:47.648 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:02:47.648 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:02:47.648 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:02:47.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:45.973573+0000 mgr.y (mgr.14556) 20962 : cluster [DBG] pgmap v18520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:48.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:02:46.994580+0000 mgr.y (mgr.14556) 20963 : audit [DBG] from='client.36354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:02:48.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:02:47.287782+0000 mgr.y (mgr.14556) 20964 : audit [DBG] from='client.36360 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:02:48.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:02:47.644937+0000 mon.c (mon.2) 507 : audit [DBG] from='client.? 172.21.15.23:0/1484465352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:02:48.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:02:46.994580+0000 mgr.y (mgr.14556) 20963 : audit [DBG] from='client.36354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:02:48.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:02:47.287782+0000 mgr.y (mgr.14556) 20964 : audit [DBG] from='client.36360 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:02:48.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:02:47.644937+0000 mon.c (mon.2) 507 : audit [DBG] from='client.? 172.21.15.23:0/1484465352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:02:48.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:02:46.994580+0000 mgr.y (mgr.14556) 20963 : audit [DBG] from='client.36354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:02:48.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:02:47.287782+0000 mgr.y (mgr.14556) 20964 : audit [DBG] from='client.36360 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:02:48.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:02:47.644937+0000 mon.c (mon.2) 507 : audit [DBG] from='client.? 172.21.15.23:0/1484465352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:02:49.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:47.974072+0000 mgr.y (mgr.14556) 20965 : cluster [DBG] pgmap v18521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:49.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:47.974072+0000 mgr.y (mgr.14556) 20965 : cluster [DBG] pgmap v18521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:49.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:47.974072+0000 mgr.y (mgr.14556) 20965 : cluster [DBG] pgmap v18521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:51.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:49.974444+0000 mgr.y (mgr.14556) 20966 : cluster [DBG] pgmap v18522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:51.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:49.974444+0000 mgr.y (mgr.14556) 20966 : cluster [DBG] pgmap v18522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:51.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:49.974444+0000 mgr.y (mgr.14556) 20966 : cluster [DBG] pgmap v18522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:51.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:02:53.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:51.975253+0000 mgr.y (mgr.14556) 20967 : cluster [DBG] pgmap v18523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:53.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:51.975253+0000 mgr.y (mgr.14556) 20967 : cluster [DBG] pgmap v18523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:53.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:51.975253+0000 mgr.y (mgr.14556) 20967 : cluster [DBG] pgmap v18523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:54.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:02:53] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:02:55.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:53.975711+0000 mgr.y (mgr.14556) 20968 : cluster [DBG] pgmap v18524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:55.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:53.975711+0000 mgr.y (mgr.14556) 20968 : cluster [DBG] pgmap v18524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:55.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:53.975711+0000 mgr.y (mgr.14556) 20968 : cluster [DBG] pgmap v18524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:55.976680+0000 mgr.y (mgr.14556) 20969 : cluster [DBG] pgmap v18525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:57.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:55.976680+0000 mgr.y (mgr.14556) 20969 : cluster [DBG] pgmap v18525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:57.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:55.976680+0000 mgr.y (mgr.14556) 20969 : cluster [DBG] pgmap v18525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:02:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:57.977114+0000 mgr.y (mgr.14556) 20970 : cluster [DBG] pgmap v18526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:59.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:57.977114+0000 mgr.y (mgr.14556) 20970 : cluster [DBG] pgmap v18526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:02:59.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:02:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:57.977114+0000 mgr.y (mgr.14556) 20970 : cluster [DBG] pgmap v18526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:01.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:02:59.977700+0000 mgr.y (mgr.14556) 20971 : cluster [DBG] pgmap v18527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:01.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:03:01.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:02:59.977700+0000 mgr.y (mgr.14556) 20971 : cluster [DBG] pgmap v18527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:01.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:02:59.977700+0000 mgr.y (mgr.14556) 20971 : cluster [DBG] pgmap v18527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:03.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:01.978450+0000 mgr.y (mgr.14556) 20972 : cluster [DBG] pgmap v18528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:03.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:03:02.646403+0000 mon.a (mon.0) 4429 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:03:03.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:03:02.952827+0000 mon.a (mon.0) 4430 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:03:03.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:03:02.953510+0000 mon.a (mon.0) 4431 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:03:03.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:03:02.962246+0000 mon.a (mon.0) 4432 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:03:03.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:01.978450+0000 mgr.y (mgr.14556) 20972 : cluster [DBG] pgmap v18528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:03.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:03:02.646403+0000 mon.a (mon.0) 4429 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:03:03.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:03:02.952827+0000 mon.a (mon.0) 4430 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:03:03.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:03:02.953510+0000 mon.a (mon.0) 4431 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:03:03.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:03:02.962246+0000 mon.a (mon.0) 4432 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:03:03.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:01.978450+0000 mgr.y (mgr.14556) 20972 : cluster [DBG] pgmap v18528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:03.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:03:02.646403+0000 mon.a (mon.0) 4429 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:03:03.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:03:02.952827+0000 mon.a (mon.0) 4430 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:03:03.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:03:02.953510+0000 mon.a (mon.0) 4431 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:03:03.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:03:02.962246+0000 mon.a (mon.0) 4432 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:03:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:03:03] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:03:05.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:03.979117+0000 mgr.y (mgr.14556) 20973 : cluster [DBG] pgmap v18529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:05.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:03.979117+0000 mgr.y (mgr.14556) 20973 : cluster [DBG] pgmap v18529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:05.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:03.979117+0000 mgr.y (mgr.14556) 20973 : cluster [DBG] pgmap v18529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:07.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:05.979883+0000 mgr.y (mgr.14556) 20974 : cluster [DBG] pgmap v18530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:07.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:05.979883+0000 mgr.y (mgr.14556) 20974 : cluster [DBG] pgmap v18530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:07.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:05.979883+0000 mgr.y (mgr.14556) 20974 : cluster [DBG] pgmap v18530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:09.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:07.980526+0000 mgr.y (mgr.14556) 20975 : cluster [DBG] pgmap v18531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:09.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:07.980526+0000 mgr.y (mgr.14556) 20975 : cluster [DBG] pgmap v18531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:09.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:07.980526+0000 mgr.y (mgr.14556) 20975 : cluster [DBG] pgmap v18531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:11.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:09.981090+0000 mgr.y (mgr.14556) 20976 : cluster [DBG] pgmap v18532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:11.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:09.981090+0000 mgr.y (mgr.14556) 20976 : cluster [DBG] pgmap v18532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:11.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:09.981090+0000 mgr.y (mgr.14556) 20976 : cluster [DBG] pgmap v18532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:11.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:03:13.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:11.981971+0000 mgr.y (mgr.14556) 20977 : cluster [DBG] pgmap v18533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:13.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:11.981971+0000 mgr.y (mgr.14556) 20977 : cluster [DBG] pgmap v18533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:13.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:11.981971+0000 mgr.y (mgr.14556) 20977 : cluster [DBG] pgmap v18533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:14.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:03:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:03:15.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:13.982447+0000 mgr.y (mgr.14556) 20978 : cluster [DBG] pgmap v18534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:15.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:13.982447+0000 mgr.y (mgr.14556) 20978 : cluster [DBG] pgmap v18534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:15.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:13.982447+0000 mgr.y (mgr.14556) 20978 : cluster [DBG] pgmap v18534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:17.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:15.983158+0000 mgr.y (mgr.14556) 20979 : cluster [DBG] pgmap v18535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:17.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:15.983158+0000 mgr.y (mgr.14556) 20979 : cluster [DBG] pgmap v18535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:17.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:15.983158+0000 mgr.y (mgr.14556) 20979 : cluster [DBG] pgmap v18535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:17.974 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:03:18.260 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:03:18.260 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 6m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:03:18.260 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 6m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:03:18.260 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 6m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:03:18.260 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 6m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:03:18.260 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 6m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:03:18.260 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 6m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:03:18.260 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 6m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:03:18.260 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 6m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:03:18.260 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 6m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:03:18.260 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 6m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:03:18.260 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 6m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:03:18.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 6m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:03:18.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 6m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:03:18.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 6m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:03:18.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 6m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:03:18.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 6m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:03:18.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 6m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:03:18.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 6m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:03:18.261 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 6m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:03:18.261 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 6m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:03:18.608 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:03:18.608 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:03:18.608 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:03:18.609 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:03:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:03:17.959959+0000 mgr.y (mgr.14556) 20980 : audit [DBG] from='client.36372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:03:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:17.983551+0000 mgr.y (mgr.14556) 20981 : cluster [DBG] pgmap v18536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:03:18.249760+0000 mgr.y (mgr.14556) 20982 : audit [DBG] from='client.36378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:03:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:03:18.606292+0000 mon.c (mon.2) 508 : audit [DBG] from='client.? 172.21.15.23:0/1389551233' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:03:19.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:03:17.959959+0000 mgr.y (mgr.14556) 20980 : audit [DBG] from='client.36372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:03:19.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:17.983551+0000 mgr.y (mgr.14556) 20981 : cluster [DBG] pgmap v18536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:19.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:03:18.249760+0000 mgr.y (mgr.14556) 20982 : audit [DBG] from='client.36378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:03:19.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:03:18.606292+0000 mon.c (mon.2) 508 : audit [DBG] from='client.? 172.21.15.23:0/1389551233' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:03:19.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:03:17.959959+0000 mgr.y (mgr.14556) 20980 : audit [DBG] from='client.36372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:03:19.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:17.983551+0000 mgr.y (mgr.14556) 20981 : cluster [DBG] pgmap v18536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:19.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:03:18.249760+0000 mgr.y (mgr.14556) 20982 : audit [DBG] from='client.36378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:03:19.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:03:18.606292+0000 mon.c (mon.2) 508 : audit [DBG] from='client.? 172.21.15.23:0/1389551233' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:03:21.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:19.984076+0000 mgr.y (mgr.14556) 20983 : cluster [DBG] pgmap v18537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:21.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:19.984076+0000 mgr.y (mgr.14556) 20983 : cluster [DBG] pgmap v18537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:21.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:19.984076+0000 mgr.y (mgr.14556) 20983 : cluster [DBG] pgmap v18537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:21.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:03:23.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:21.985018+0000 mgr.y (mgr.14556) 20984 : cluster [DBG] pgmap v18538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:23.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:03:23] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:03:23.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:21.985018+0000 mgr.y (mgr.14556) 20984 : cluster [DBG] pgmap v18538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:23.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:21.985018+0000 mgr.y (mgr.14556) 20984 : cluster [DBG] pgmap v18538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:25.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:23.985472+0000 mgr.y (mgr.14556) 20985 : cluster [DBG] pgmap v18539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:25.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:23.985472+0000 mgr.y (mgr.14556) 20985 : cluster [DBG] pgmap v18539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:25.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:23.985472+0000 mgr.y (mgr.14556) 20985 : cluster [DBG] pgmap v18539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:27.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:25.986164+0000 mgr.y (mgr.14556) 20986 : cluster [DBG] pgmap v18540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:27.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:25.986164+0000 mgr.y (mgr.14556) 20986 : cluster [DBG] pgmap v18540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:27.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:25.986164+0000 mgr.y (mgr.14556) 20986 : cluster [DBG] pgmap v18540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:29.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:27.986639+0000 mgr.y (mgr.14556) 20987 : cluster [DBG] pgmap v18541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:29.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:27.986639+0000 mgr.y (mgr.14556) 20987 : cluster [DBG] pgmap v18541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:29.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:27.986639+0000 mgr.y (mgr.14556) 20987 : cluster [DBG] pgmap v18541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:31.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:29.987199+0000 mgr.y (mgr.14556) 20988 : cluster [DBG] pgmap v18542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:31.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:29.987199+0000 mgr.y (mgr.14556) 20988 : cluster [DBG] pgmap v18542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:31.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:29.987199+0000 mgr.y (mgr.14556) 20988 : cluster [DBG] pgmap v18542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:31.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:03:33.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:03:33] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:03:33.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:31.988072+0000 mgr.y (mgr.14556) 20989 : cluster [DBG] pgmap v18543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:33.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:31.988072+0000 mgr.y (mgr.14556) 20989 : cluster [DBG] pgmap v18543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:33.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:31.988072+0000 mgr.y (mgr.14556) 20989 : cluster [DBG] pgmap v18543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:35.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:33.988650+0000 mgr.y (mgr.14556) 20990 : cluster [DBG] pgmap v18544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:35.886 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:33.988650+0000 mgr.y (mgr.14556) 20990 : cluster [DBG] pgmap v18544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:35.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:33.988650+0000 mgr.y (mgr.14556) 20990 : cluster [DBG] pgmap v18544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:37.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:35.989270+0000 mgr.y (mgr.14556) 20991 : cluster [DBG] pgmap v18545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:37.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:35.989270+0000 mgr.y (mgr.14556) 20991 : cluster [DBG] pgmap v18545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:37.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:35.989270+0000 mgr.y (mgr.14556) 20991 : cluster [DBG] pgmap v18545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:39.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:37.989793+0000 mgr.y (mgr.14556) 20992 : cluster [DBG] pgmap v18546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:39.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:37.989793+0000 mgr.y (mgr.14556) 20992 : cluster [DBG] pgmap v18546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:39.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:37.989793+0000 mgr.y (mgr.14556) 20992 : cluster [DBG] pgmap v18546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:41.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:39.990212+0000 mgr.y (mgr.14556) 20993 : cluster [DBG] pgmap v18547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:41.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:39.990212+0000 mgr.y (mgr.14556) 20993 : cluster [DBG] pgmap v18547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:41.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:39.990212+0000 mgr.y (mgr.14556) 20993 : cluster [DBG] pgmap v18547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:41.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:03:43.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:41.990962+0000 mgr.y (mgr.14556) 20994 : cluster [DBG] pgmap v18548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:44.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:03:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:03:44.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:41.990962+0000 mgr.y (mgr.14556) 20994 : cluster [DBG] pgmap v18548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:44.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:41.990962+0000 mgr.y (mgr.14556) 20994 : cluster [DBG] pgmap v18548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:45.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:43.991447+0000 mgr.y (mgr.14556) 20995 : cluster [DBG] pgmap v18549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:46.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:43.991447+0000 mgr.y (mgr.14556) 20995 : cluster [DBG] pgmap v18549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:46.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:43.991447+0000 mgr.y (mgr.14556) 20995 : cluster [DBG] pgmap v18549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:47.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:45.992136+0000 mgr.y (mgr.14556) 20996 : cluster [DBG] pgmap v18550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:47.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:45.992136+0000 mgr.y (mgr.14556) 20996 : cluster [DBG] pgmap v18550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:47.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:45.992136+0000 mgr.y (mgr.14556) 20996 : cluster [DBG] pgmap v18550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:48.934 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:03:49.222 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:03:49.222 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 6m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:03:49.222 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 6m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:03:49.222 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 6m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:03:49.222 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 6m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:03:49.222 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 6m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:03:49.222 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 6m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 6m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 6m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 6m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 6m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 6m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 6m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 6m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 6m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 6m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 6m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 6m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 6m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 6m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:03:49.223 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 6m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:03:49.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:47.992732+0000 mgr.y (mgr.14556) 20997 : cluster [DBG] pgmap v18551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:49.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:47.992732+0000 mgr.y (mgr.14556) 20997 : cluster [DBG] pgmap v18551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:49.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:47.992732+0000 mgr.y (mgr.14556) 20997 : cluster [DBG] pgmap v18551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:49.571 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:03:49.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:03:49.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:03:49.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:03:49.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:03:49.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:03:49.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:03:49.571 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:03:49.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:03:49.572 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:03:49.572 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:03:49.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:03:49.572 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:03:49.572 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:03:49.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:03:49.572 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:03:49.572 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:03:50.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:03:48.920254+0000 mgr.y (mgr.14556) 20998 : audit [DBG] from='client.36390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:03:50.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:03:49.211837+0000 mgr.y (mgr.14556) 20999 : audit [DBG] from='client.36396 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:03:50.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:03:49.568591+0000 mon.a (mon.0) 4433 : audit [DBG] from='client.? 172.21.15.23:0/2289356509' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:03:50.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:03:48.920254+0000 mgr.y (mgr.14556) 20998 : audit [DBG] from='client.36390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:03:50.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:03:49.211837+0000 mgr.y (mgr.14556) 20999 : audit [DBG] from='client.36396 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:03:50.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:03:49.568591+0000 mon.a (mon.0) 4433 : audit [DBG] from='client.? 172.21.15.23:0/2289356509' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:03:50.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:03:48.920254+0000 mgr.y (mgr.14556) 20998 : audit [DBG] from='client.36390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:03:50.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:03:49.211837+0000 mgr.y (mgr.14556) 20999 : audit [DBG] from='client.36396 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:03:50.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:03:49.568591+0000 mon.a (mon.0) 4433 : audit [DBG] from='client.? 172.21.15.23:0/2289356509' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:03:51.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:49.993192+0000 mgr.y (mgr.14556) 21000 : cluster [DBG] pgmap v18552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:51.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:49.993192+0000 mgr.y (mgr.14556) 21000 : cluster [DBG] pgmap v18552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:51.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:49.993192+0000 mgr.y (mgr.14556) 21000 : cluster [DBG] pgmap v18552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:51.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:03:53.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:51.993855+0000 mgr.y (mgr.14556) 21001 : cluster [DBG] pgmap v18553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:53.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:51.993855+0000 mgr.y (mgr.14556) 21001 : cluster [DBG] pgmap v18553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:53.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:51.993855+0000 mgr.y (mgr.14556) 21001 : cluster [DBG] pgmap v18553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:54.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:03:53] "GET /metrics HTTP/1.1" 200 188266 "" "Prometheus/2.33.4" 2024-03-22T17:03:55.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:53.994317+0000 mgr.y (mgr.14556) 21002 : cluster [DBG] pgmap v18554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:55.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:53.994317+0000 mgr.y (mgr.14556) 21002 : cluster [DBG] pgmap v18554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:55.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:53.994317+0000 mgr.y (mgr.14556) 21002 : cluster [DBG] pgmap v18554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:57.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:55.994907+0000 mgr.y (mgr.14556) 21003 : cluster [DBG] pgmap v18555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:55.994907+0000 mgr.y (mgr.14556) 21003 : cluster [DBG] pgmap v18555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:55.994907+0000 mgr.y (mgr.14556) 21003 : cluster [DBG] pgmap v18555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:59.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:57.995401+0000 mgr.y (mgr.14556) 21004 : cluster [DBG] pgmap v18556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:59.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:03:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:57.995401+0000 mgr.y (mgr.14556) 21004 : cluster [DBG] pgmap v18556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:03:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:03:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:57.995401+0000 mgr.y (mgr.14556) 21004 : cluster [DBG] pgmap v18556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:01.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:03:59.995881+0000 mgr.y (mgr.14556) 21005 : cluster [DBG] pgmap v18557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:01.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:03:59.995881+0000 mgr.y (mgr.14556) 21005 : cluster [DBG] pgmap v18557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:01.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:03:59.995881+0000 mgr.y (mgr.14556) 21005 : cluster [DBG] pgmap v18557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:01.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:04:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:01.996620+0000 mgr.y (mgr.14556) 21006 : cluster [DBG] pgmap v18558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:03.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:04:02.966767+0000 mon.a (mon.0) 4434 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:04:03.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:01.996620+0000 mgr.y (mgr.14556) 21006 : cluster [DBG] pgmap v18558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:03.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:04:02.966767+0000 mon.a (mon.0) 4434 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:04:03.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:01.996620+0000 mgr.y (mgr.14556) 21006 : cluster [DBG] pgmap v18558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:03.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:04:02.966767+0000 mon.a (mon.0) 4434 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:04:04.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:04:03] "GET /metrics HTTP/1.1" 200 188266 "" "Prometheus/2.33.4" 2024-03-22T17:04:04.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:04:03.273855+0000 mon.a (mon.0) 4435 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:04:04.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:04:03.274491+0000 mon.a (mon.0) 4436 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:04:04.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:04:03.282858+0000 mon.a (mon.0) 4437 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:04:04.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:04:03.273855+0000 mon.a (mon.0) 4435 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:04:04.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:04:03.274491+0000 mon.a (mon.0) 4436 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:04:04.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:04:03.282858+0000 mon.a (mon.0) 4437 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:04:04.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:04:03.273855+0000 mon.a (mon.0) 4435 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:04:04.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:04:03.274491+0000 mon.a (mon.0) 4436 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:04:04.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:04:03.282858+0000 mon.a (mon.0) 4437 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:04:05.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:03.997114+0000 mgr.y (mgr.14556) 21007 : cluster [DBG] pgmap v18559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:05.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:03.997114+0000 mgr.y (mgr.14556) 21007 : cluster [DBG] pgmap v18559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:05.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:03.997114+0000 mgr.y (mgr.14556) 21007 : cluster [DBG] pgmap v18559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:07.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:05.997772+0000 mgr.y (mgr.14556) 21008 : cluster [DBG] pgmap v18560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:07.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:05.997772+0000 mgr.y (mgr.14556) 21008 : cluster [DBG] pgmap v18560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:07.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:05.997772+0000 mgr.y (mgr.14556) 21008 : cluster [DBG] pgmap v18560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:09.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:07.998174+0000 mgr.y (mgr.14556) 21009 : cluster [DBG] pgmap v18561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:09.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:07.998174+0000 mgr.y (mgr.14556) 21009 : cluster [DBG] pgmap v18561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:09.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:07.998174+0000 mgr.y (mgr.14556) 21009 : cluster [DBG] pgmap v18561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:11.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:09.998680+0000 mgr.y (mgr.14556) 21010 : cluster [DBG] pgmap v18562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:11.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:09.998680+0000 mgr.y (mgr.14556) 21010 : cluster [DBG] pgmap v18562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:11.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:09.998680+0000 mgr.y (mgr.14556) 21010 : cluster [DBG] pgmap v18562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:11.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:04:13.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:11.999371+0000 mgr.y (mgr.14556) 21011 : cluster [DBG] pgmap v18563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:11.999371+0000 mgr.y (mgr.14556) 21011 : cluster [DBG] pgmap v18563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:11.999371+0000 mgr.y (mgr.14556) 21011 : cluster [DBG] pgmap v18563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:04:13] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:04:15.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:13.999788+0000 mgr.y (mgr.14556) 21012 : cluster [DBG] pgmap v18564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:15.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:13.999788+0000 mgr.y (mgr.14556) 21012 : cluster [DBG] pgmap v18564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:13.999788+0000 mgr.y (mgr.14556) 21012 : cluster [DBG] pgmap v18564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:16.000434+0000 mgr.y (mgr.14556) 21013 : cluster [DBG] pgmap v18565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:17.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:16.000434+0000 mgr.y (mgr.14556) 21013 : cluster [DBG] pgmap v18565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:17.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:16.000434+0000 mgr.y (mgr.14556) 21013 : cluster [DBG] pgmap v18565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:19.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:18.000852+0000 mgr.y (mgr.14556) 21014 : cluster [DBG] pgmap v18566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:19.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:18.000852+0000 mgr.y (mgr.14556) 21014 : cluster [DBG] pgmap v18566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:18.000852+0000 mgr.y (mgr.14556) 21014 : cluster [DBG] pgmap v18566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:19.895 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:04:20.183 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 7m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 7m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 7m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 7m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 7m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:04:20.184 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 7m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:04:20.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 7m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:04:20.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 7m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:04:20.185 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 7m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:04:20.185 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 7m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:04:20.534 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:04:20.535 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:04:20.536 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:04:20.536 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:04:21.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:04:19.881450+0000 mgr.y (mgr.14556) 21015 : audit [DBG] from='client.46316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:04:21.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:20.001176+0000 mgr.y (mgr.14556) 21016 : cluster [DBG] pgmap v18567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:21.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:04:20.173369+0000 mgr.y (mgr.14556) 21017 : audit [DBG] from='client.36414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:04:21.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:04:20.532342+0000 mon.a (mon.0) 4438 : audit [DBG] from='client.? 172.21.15.23:0/3196519705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:04:21.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:04:19.881450+0000 mgr.y (mgr.14556) 21015 : audit [DBG] from='client.46316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:04:21.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:20.001176+0000 mgr.y (mgr.14556) 21016 : cluster [DBG] pgmap v18567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:21.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:04:20.173369+0000 mgr.y (mgr.14556) 21017 : audit [DBG] from='client.36414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:04:21.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:04:20.532342+0000 mon.a (mon.0) 4438 : audit [DBG] from='client.? 172.21.15.23:0/3196519705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:04:21.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:04:21.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:04:19.881450+0000 mgr.y (mgr.14556) 21015 : audit [DBG] from='client.46316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:04:21.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:20.001176+0000 mgr.y (mgr.14556) 21016 : cluster [DBG] pgmap v18567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:21.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:04:20.173369+0000 mgr.y (mgr.14556) 21017 : audit [DBG] from='client.36414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:04:21.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:04:20.532342+0000 mon.a (mon.0) 4438 : audit [DBG] from='client.? 172.21.15.23:0/3196519705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:04:23.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:22.001802+0000 mgr.y (mgr.14556) 21018 : cluster [DBG] pgmap v18568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:23.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:22.001802+0000 mgr.y (mgr.14556) 21018 : cluster [DBG] pgmap v18568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:23.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:22.001802+0000 mgr.y (mgr.14556) 21018 : cluster [DBG] pgmap v18568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:24.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:04:23] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:04:25.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:24.002312+0000 mgr.y (mgr.14556) 21019 : cluster [DBG] pgmap v18569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:25.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:24.002312+0000 mgr.y (mgr.14556) 21019 : cluster [DBG] pgmap v18569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:24.002312+0000 mgr.y (mgr.14556) 21019 : cluster [DBG] pgmap v18569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:27.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:26.003153+0000 mgr.y (mgr.14556) 21020 : cluster [DBG] pgmap v18570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:27.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:26.003153+0000 mgr.y (mgr.14556) 21020 : cluster [DBG] pgmap v18570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:27.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:26.003153+0000 mgr.y (mgr.14556) 21020 : cluster [DBG] pgmap v18570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:29.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:28.003722+0000 mgr.y (mgr.14556) 21021 : cluster [DBG] pgmap v18571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:29.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:28.003722+0000 mgr.y (mgr.14556) 21021 : cluster [DBG] pgmap v18571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:29.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:28.003722+0000 mgr.y (mgr.14556) 21021 : cluster [DBG] pgmap v18571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:31.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:30.004116+0000 mgr.y (mgr.14556) 21022 : cluster [DBG] pgmap v18572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:31.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:04:31.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:30.004116+0000 mgr.y (mgr.14556) 21022 : cluster [DBG] pgmap v18572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:31.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:30.004116+0000 mgr.y (mgr.14556) 21022 : cluster [DBG] pgmap v18572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:33.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:32.004874+0000 mgr.y (mgr.14556) 21023 : cluster [DBG] pgmap v18573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:33.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:32.004874+0000 mgr.y (mgr.14556) 21023 : cluster [DBG] pgmap v18573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:33.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:32.004874+0000 mgr.y (mgr.14556) 21023 : cluster [DBG] pgmap v18573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:34.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:04:33] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:04:35.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:34.005240+0000 mgr.y (mgr.14556) 21024 : cluster [DBG] pgmap v18574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:35.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:34.005240+0000 mgr.y (mgr.14556) 21024 : cluster [DBG] pgmap v18574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:35.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:34.005240+0000 mgr.y (mgr.14556) 21024 : cluster [DBG] pgmap v18574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:37.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:36.005818+0000 mgr.y (mgr.14556) 21025 : cluster [DBG] pgmap v18575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:37.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:36.005818+0000 mgr.y (mgr.14556) 21025 : cluster [DBG] pgmap v18575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:37.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:36.005818+0000 mgr.y (mgr.14556) 21025 : cluster [DBG] pgmap v18575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:39.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:38.006409+0000 mgr.y (mgr.14556) 21026 : cluster [DBG] pgmap v18576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:39.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:38.006409+0000 mgr.y (mgr.14556) 21026 : cluster [DBG] pgmap v18576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:39.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:38.006409+0000 mgr.y (mgr.14556) 21026 : cluster [DBG] pgmap v18576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:41.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:40.006926+0000 mgr.y (mgr.14556) 21027 : cluster [DBG] pgmap v18577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:41.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:40.006926+0000 mgr.y (mgr.14556) 21027 : cluster [DBG] pgmap v18577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:41.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:40.006926+0000 mgr.y (mgr.14556) 21027 : cluster [DBG] pgmap v18577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:41.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:04:43.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:42.007697+0000 mgr.y (mgr.14556) 21028 : cluster [DBG] pgmap v18578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:43.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:42.007697+0000 mgr.y (mgr.14556) 21028 : cluster [DBG] pgmap v18578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:43.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:42.007697+0000 mgr.y (mgr.14556) 21028 : cluster [DBG] pgmap v18578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:04:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:04:45.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:44.008088+0000 mgr.y (mgr.14556) 21029 : cluster [DBG] pgmap v18579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:45.886 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:44.008088+0000 mgr.y (mgr.14556) 21029 : cluster [DBG] pgmap v18579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:45.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:44.008088+0000 mgr.y (mgr.14556) 21029 : cluster [DBG] pgmap v18579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:47.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:46.008833+0000 mgr.y (mgr.14556) 21030 : cluster [DBG] pgmap v18580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:47.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:46.008833+0000 mgr.y (mgr.14556) 21030 : cluster [DBG] pgmap v18580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:47.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:46.008833+0000 mgr.y (mgr.14556) 21030 : cluster [DBG] pgmap v18580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:49.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:48.009239+0000 mgr.y (mgr.14556) 21031 : cluster [DBG] pgmap v18581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:49.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:48.009239+0000 mgr.y (mgr.14556) 21031 : cluster [DBG] pgmap v18581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:49.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:48.009239+0000 mgr.y (mgr.14556) 21031 : cluster [DBG] pgmap v18581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:50.859 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:04:51.145 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 7m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 7m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 7m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 7m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 7m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7m ago 10h 45.1M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:04:51.146 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:04:51.147 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 7m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:04:51.147 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 7m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:04:51.147 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 7m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:04:51.147 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 7m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:04:51.147 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 7m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:04:51.493 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:04:51.493 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:04:51.493 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:04:51.493 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:04:51.493 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:04:51.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:04:51.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:04:51.494 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:04:51.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:04:51.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:04:51.494 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:04:51.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:04:51.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:04:51.494 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:04:51.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:04:51.494 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:04:51.494 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:04:51.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:50.009624+0000 mgr.y (mgr.14556) 21032 : cluster [DBG] pgmap v18582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:51.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:04:51.491064+0000 mon.a (mon.0) 4439 : audit [DBG] from='client.? 172.21.15.23:0/3016523868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:04:51.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:50.009624+0000 mgr.y (mgr.14556) 21032 : cluster [DBG] pgmap v18582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:51.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:04:51.491064+0000 mon.a (mon.0) 4439 : audit [DBG] from='client.? 172.21.15.23:0/3016523868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:04:51.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:04:51.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:50.009624+0000 mgr.y (mgr.14556) 21032 : cluster [DBG] pgmap v18582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:51.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:04:51.491064+0000 mon.a (mon.0) 4439 : audit [DBG] from='client.? 172.21.15.23:0/3016523868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:04:52.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:04:50.845311+0000 mgr.y (mgr.14556) 21033 : audit [DBG] from='client.36426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:04:52.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:04:51.135426+0000 mgr.y (mgr.14556) 21034 : audit [DBG] from='client.36432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:04:52.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:04:50.845311+0000 mgr.y (mgr.14556) 21033 : audit [DBG] from='client.36426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:04:52.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:04:51.135426+0000 mgr.y (mgr.14556) 21034 : audit [DBG] from='client.36432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:04:52.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:04:50.845311+0000 mgr.y (mgr.14556) 21033 : audit [DBG] from='client.36426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:04:52.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:04:51.135426+0000 mgr.y (mgr.14556) 21034 : audit [DBG] from='client.36432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:04:53.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:04:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:04:53.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:52.010362+0000 mgr.y (mgr.14556) 21035 : cluster [DBG] pgmap v18583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:53.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:52.010362+0000 mgr.y (mgr.14556) 21035 : cluster [DBG] pgmap v18583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:53.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:52.010362+0000 mgr.y (mgr.14556) 21035 : cluster [DBG] pgmap v18583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:55.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:54.010754+0000 mgr.y (mgr.14556) 21036 : cluster [DBG] pgmap v18584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:55.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:54.010754+0000 mgr.y (mgr.14556) 21036 : cluster [DBG] pgmap v18584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:55.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:54.010754+0000 mgr.y (mgr.14556) 21036 : cluster [DBG] pgmap v18584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:57.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:56.011341+0000 mgr.y (mgr.14556) 21037 : cluster [DBG] pgmap v18585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:57.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:56.011341+0000 mgr.y (mgr.14556) 21037 : cluster [DBG] pgmap v18585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:57.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:56.011341+0000 mgr.y (mgr.14556) 21037 : cluster [DBG] pgmap v18585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:59.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:04:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:04:58.011661+0000 mgr.y (mgr.14556) 21038 : cluster [DBG] pgmap v18586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:59.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:04:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:04:58.011661+0000 mgr.y (mgr.14556) 21038 : cluster [DBG] pgmap v18586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:04:59.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:04:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:04:58.011661+0000 mgr.y (mgr.14556) 21038 : cluster [DBG] pgmap v18586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:01.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:00.012070+0000 mgr.y (mgr.14556) 21039 : cluster [DBG] pgmap v18587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:01.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:00.012070+0000 mgr.y (mgr.14556) 21039 : cluster [DBG] pgmap v18587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:01.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:00.012070+0000 mgr.y (mgr.14556) 21039 : cluster [DBG] pgmap v18587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:01.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:05:03.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:05:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:05:03.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:02.012958+0000 mgr.y (mgr.14556) 21040 : cluster [DBG] pgmap v18588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:03.884 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:03.287216+0000 mon.a (mon.0) 4440 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:05:03.884 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:03.590347+0000 mon.a (mon.0) 4441 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:05:03.884 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:03.591433+0000 mon.a (mon.0) 4442 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:05:03.884 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:03.592040+0000 mon.a (mon.0) 4443 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:05:03.884 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:03.592641+0000 mon.a (mon.0) 4444 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:05:03.884 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:02.012958+0000 mgr.y (mgr.14556) 21040 : cluster [DBG] pgmap v18588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:03.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:03.287216+0000 mon.a (mon.0) 4440 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:05:03.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:03.590347+0000 mon.a (mon.0) 4441 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:05:03.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:03.591433+0000 mon.a (mon.0) 4442 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:05:03.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:03.592040+0000 mon.a (mon.0) 4443 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:05:03.885 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:03.592641+0000 mon.a (mon.0) 4444 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:05:03.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:02.012958+0000 mgr.y (mgr.14556) 21040 : cluster [DBG] pgmap v18588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:03.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:03.287216+0000 mon.a (mon.0) 4440 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:05:03.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:03.590347+0000 mon.a (mon.0) 4441 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:05:03.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:03.591433+0000 mon.a (mon.0) 4442 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:05:03.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:03.592040+0000 mon.a (mon.0) 4443 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:05:03.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:03.592641+0000 mon.a (mon.0) 4444 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:05:04.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T17:05:03.593090+0000 mgr.y (mgr.14556) 21041 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2468M 2024-03-22T17:05:04.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:03.607492+0000 mon.a (mon.0) 4445 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:05:04.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:03.608713+0000 mon.a (mon.0) 4446 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:05:04.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:03.612059+0000 mon.a (mon.0) 4447 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:05:04.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:03.616176+0000 mon.a (mon.0) 4448 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:05:04.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T17:05:03.593090+0000 mgr.y (mgr.14556) 21041 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2468M 2024-03-22T17:05:04.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:03.607492+0000 mon.a (mon.0) 4445 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:05:04.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:03.608713+0000 mon.a (mon.0) 4446 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:05:04.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:03.612059+0000 mon.a (mon.0) 4447 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:05:04.884 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:03.616176+0000 mon.a (mon.0) 4448 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:05:04.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T17:05:03.593090+0000 mgr.y (mgr.14556) 21041 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2468M 2024-03-22T17:05:04.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:03.607492+0000 mon.a (mon.0) 4445 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:05:04.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:03.608713+0000 mon.a (mon.0) 4446 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:05:04.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:03.612059+0000 mon.a (mon.0) 4447 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:05:04.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:03.616176+0000 mon.a (mon.0) 4448 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:05:05.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:04.013513+0000 mgr.y (mgr.14556) 21042 : cluster [DBG] pgmap v18589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:06.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:04.013513+0000 mgr.y (mgr.14556) 21042 : cluster [DBG] pgmap v18589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:06.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:04.013513+0000 mgr.y (mgr.14556) 21042 : cluster [DBG] pgmap v18589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:07.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:06.014391+0000 mgr.y (mgr.14556) 21043 : cluster [DBG] pgmap v18590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:08.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:06.014391+0000 mgr.y (mgr.14556) 21043 : cluster [DBG] pgmap v18590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:08.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:06.014391+0000 mgr.y (mgr.14556) 21043 : cluster [DBG] pgmap v18590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:09.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:08.014953+0000 mgr.y (mgr.14556) 21044 : cluster [DBG] pgmap v18591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:10.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:08.014953+0000 mgr.y (mgr.14556) 21044 : cluster [DBG] pgmap v18591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:10.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:08.014953+0000 mgr.y (mgr.14556) 21044 : cluster [DBG] pgmap v18591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:11.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:10.015391+0000 mgr.y (mgr.14556) 21045 : cluster [DBG] pgmap v18592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:11.917 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:05:12.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:10.015391+0000 mgr.y (mgr.14556) 21045 : cluster [DBG] pgmap v18592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:12.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:10.015391+0000 mgr.y (mgr.14556) 21045 : cluster [DBG] pgmap v18592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:14.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:05:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:05:14.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:12.016149+0000 mgr.y (mgr.14556) 21046 : cluster [DBG] pgmap v18593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:14.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:12.016149+0000 mgr.y (mgr.14556) 21046 : cluster [DBG] pgmap v18593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:14.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:12.016149+0000 mgr.y (mgr.14556) 21046 : cluster [DBG] pgmap v18593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:15.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:14.016691+0000 mgr.y (mgr.14556) 21047 : cluster [DBG] pgmap v18594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:15.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:14.016691+0000 mgr.y (mgr.14556) 21047 : cluster [DBG] pgmap v18594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:15.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:14.016691+0000 mgr.y (mgr.14556) 21047 : cluster [DBG] pgmap v18594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:17.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:16.017346+0000 mgr.y (mgr.14556) 21048 : cluster [DBG] pgmap v18595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:17.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:16.017346+0000 mgr.y (mgr.14556) 21048 : cluster [DBG] pgmap v18595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:17.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:16.017346+0000 mgr.y (mgr.14556) 21048 : cluster [DBG] pgmap v18595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:19.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:18.017773+0000 mgr.y (mgr.14556) 21049 : cluster [DBG] pgmap v18596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:19.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:18.017773+0000 mgr.y (mgr.14556) 21049 : cluster [DBG] pgmap v18596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:19.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:18.017773+0000 mgr.y (mgr.14556) 21049 : cluster [DBG] pgmap v18596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:21.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:20.018303+0000 mgr.y (mgr.14556) 21050 : cluster [DBG] pgmap v18597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:21.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:20.018303+0000 mgr.y (mgr.14556) 21050 : cluster [DBG] pgmap v18597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:21.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:20.018303+0000 mgr.y (mgr.14556) 21050 : cluster [DBG] pgmap v18597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:21.819 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:05:21.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:05:22.106 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:05:22.106 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 8m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:05:22.106 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 8m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:05:22.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 8m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:05:22.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 8m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:05:22.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 8m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:05:22.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 8m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 8m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 8m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 8m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 8m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 8m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 8m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 8m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 8m ago 10h 45.1M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 8m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 8m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 8m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 8m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 8m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:05:22.107 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 8m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:05:22.458 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:05:22.458 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:05:22.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:05:22.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:05:22.458 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:05:22.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:05:22.459 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:05:22.459 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:05:22.459 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:05:22.459 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:05:22.459 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:05:22.459 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:05:22.459 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:05:22.459 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:05:22.459 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:05:22.459 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:05:22.459 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:05:23.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:21.805183+0000 mgr.y (mgr.14556) 21051 : audit [DBG] from='client.36444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:05:23.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:22.018818+0000 mgr.y (mgr.14556) 21052 : cluster [DBG] pgmap v18598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:23.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:22.095571+0000 mgr.y (mgr.14556) 21053 : audit [DBG] from='client.46358 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:05:23.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:22.455705+0000 mon.a (mon.0) 4449 : audit [DBG] from='client.? 172.21.15.23:0/3720492256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:05:23.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:21.805183+0000 mgr.y (mgr.14556) 21051 : audit [DBG] from='client.36444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:05:23.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:22.018818+0000 mgr.y (mgr.14556) 21052 : cluster [DBG] pgmap v18598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:23.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:22.095571+0000 mgr.y (mgr.14556) 21053 : audit [DBG] from='client.46358 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:05:23.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:22.455705+0000 mon.a (mon.0) 4449 : audit [DBG] from='client.? 172.21.15.23:0/3720492256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:05:23.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:21.805183+0000 mgr.y (mgr.14556) 21051 : audit [DBG] from='client.36444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:05:23.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:22.018818+0000 mgr.y (mgr.14556) 21052 : cluster [DBG] pgmap v18598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:23.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:22.095571+0000 mgr.y (mgr.14556) 21053 : audit [DBG] from='client.46358 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:05:23.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:22.455705+0000 mon.a (mon.0) 4449 : audit [DBG] from='client.? 172.21.15.23:0/3720492256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:05:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:05:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:05:25.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:24.019268+0000 mgr.y (mgr.14556) 21054 : cluster [DBG] pgmap v18599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:25.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:24.019268+0000 mgr.y (mgr.14556) 21054 : cluster [DBG] pgmap v18599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:25.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:24.019268+0000 mgr.y (mgr.14556) 21054 : cluster [DBG] pgmap v18599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:27.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:26.019890+0000 mgr.y (mgr.14556) 21055 : cluster [DBG] pgmap v18600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:27.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:26.019890+0000 mgr.y (mgr.14556) 21055 : cluster [DBG] pgmap v18600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:27.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:26.019890+0000 mgr.y (mgr.14556) 21055 : cluster [DBG] pgmap v18600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:29.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:28.020443+0000 mgr.y (mgr.14556) 21056 : cluster [DBG] pgmap v18601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:29.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:28.020443+0000 mgr.y (mgr.14556) 21056 : cluster [DBG] pgmap v18601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:29.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:28.020443+0000 mgr.y (mgr.14556) 21056 : cluster [DBG] pgmap v18601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:31.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:30.020883+0000 mgr.y (mgr.14556) 21057 : cluster [DBG] pgmap v18602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:31.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:30.020883+0000 mgr.y (mgr.14556) 21057 : cluster [DBG] pgmap v18602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:31.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:30.020883+0000 mgr.y (mgr.14556) 21057 : cluster [DBG] pgmap v18602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:31.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:05:33.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:32.021732+0000 mgr.y (mgr.14556) 21058 : cluster [DBG] pgmap v18603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:32.021732+0000 mgr.y (mgr.14556) 21058 : cluster [DBG] pgmap v18603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:33.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:32.021732+0000 mgr.y (mgr.14556) 21058 : cluster [DBG] pgmap v18603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:34.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:05:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:05:35.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:34.022245+0000 mgr.y (mgr.14556) 21059 : cluster [DBG] pgmap v18604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:35.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:34.022245+0000 mgr.y (mgr.14556) 21059 : cluster [DBG] pgmap v18604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:35.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:34.022245+0000 mgr.y (mgr.14556) 21059 : cluster [DBG] pgmap v18604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:37.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:36.022988+0000 mgr.y (mgr.14556) 21060 : cluster [DBG] pgmap v18605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:37.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:36.022988+0000 mgr.y (mgr.14556) 21060 : cluster [DBG] pgmap v18605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:36.022988+0000 mgr.y (mgr.14556) 21060 : cluster [DBG] pgmap v18605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:39.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:38.023527+0000 mgr.y (mgr.14556) 21061 : cluster [DBG] pgmap v18606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:39.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:38.023527+0000 mgr.y (mgr.14556) 21061 : cluster [DBG] pgmap v18606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:39.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:38.023527+0000 mgr.y (mgr.14556) 21061 : cluster [DBG] pgmap v18606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:41.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:40.023889+0000 mgr.y (mgr.14556) 21062 : cluster [DBG] pgmap v18607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:41.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:40.023889+0000 mgr.y (mgr.14556) 21062 : cluster [DBG] pgmap v18607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:41.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:40.023889+0000 mgr.y (mgr.14556) 21062 : cluster [DBG] pgmap v18607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:41.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:05:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:42.024623+0000 mgr.y (mgr.14556) 21063 : cluster [DBG] pgmap v18608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:43.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:42.024623+0000 mgr.y (mgr.14556) 21063 : cluster [DBG] pgmap v18608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:43.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:42.024623+0000 mgr.y (mgr.14556) 21063 : cluster [DBG] pgmap v18608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:05:43] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:05:45.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:44.025072+0000 mgr.y (mgr.14556) 21064 : cluster [DBG] pgmap v18609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:45.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:44.025072+0000 mgr.y (mgr.14556) 21064 : cluster [DBG] pgmap v18609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:45.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:44.025072+0000 mgr.y (mgr.14556) 21064 : cluster [DBG] pgmap v18609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:47.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:46.025722+0000 mgr.y (mgr.14556) 21065 : cluster [DBG] pgmap v18610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:47.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:46.025722+0000 mgr.y (mgr.14556) 21065 : cluster [DBG] pgmap v18610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:47.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:46.025722+0000 mgr.y (mgr.14556) 21065 : cluster [DBG] pgmap v18610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:49.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:48.026268+0000 mgr.y (mgr.14556) 21066 : cluster [DBG] pgmap v18611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:49.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:48.026268+0000 mgr.y (mgr.14556) 21066 : cluster [DBG] pgmap v18611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:49.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:48.026268+0000 mgr.y (mgr.14556) 21066 : cluster [DBG] pgmap v18611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:51.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:50.026780+0000 mgr.y (mgr.14556) 21067 : cluster [DBG] pgmap v18612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:51.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:50.026780+0000 mgr.y (mgr.14556) 21067 : cluster [DBG] pgmap v18612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:51.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:50.026780+0000 mgr.y (mgr.14556) 21067 : cluster [DBG] pgmap v18612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:51.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:05:52.789 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:05:53.076 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:05:53.076 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 8m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:05:53.076 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 8m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:05:53.076 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 8m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:05:53.076 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 8m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:05:53.076 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 8m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:05:53.076 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 8m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:05:53.076 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 8m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 8m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 8m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 8m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 8m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 8m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 8m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 8m ago 10h 45.1M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 8m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 8m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 8m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 8m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 8m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:05:53.077 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 8m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:05:53.429 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:05:53.429 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:05:53.429 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:05:53.430 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:05:53.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:52.027692+0000 mgr.y (mgr.14556) 21068 : cluster [DBG] pgmap v18613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:53.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:52.027692+0000 mgr.y (mgr.14556) 21068 : cluster [DBG] pgmap v18613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:53.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:52.027692+0000 mgr.y (mgr.14556) 21068 : cluster [DBG] pgmap v18613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:05:53] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:05:54.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:52.775019+0000 mgr.y (mgr.14556) 21069 : audit [DBG] from='client.36462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:05:54.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:53.065630+0000 mgr.y (mgr.14556) 21070 : audit [DBG] from='client.36468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:05:54.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:05:53.427096+0000 mon.c (mon.2) 509 : audit [DBG] from='client.? 172.21.15.23:0/3015079436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:05:54.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:52.775019+0000 mgr.y (mgr.14556) 21069 : audit [DBG] from='client.36462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:05:54.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:53.065630+0000 mgr.y (mgr.14556) 21070 : audit [DBG] from='client.36468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:05:54.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:05:53.427096+0000 mon.c (mon.2) 509 : audit [DBG] from='client.? 172.21.15.23:0/3015079436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:05:54.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:52.775019+0000 mgr.y (mgr.14556) 21069 : audit [DBG] from='client.36462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:05:54.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:53.065630+0000 mgr.y (mgr.14556) 21070 : audit [DBG] from='client.36468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:05:54.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:05:53.427096+0000 mon.c (mon.2) 509 : audit [DBG] from='client.? 172.21.15.23:0/3015079436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:05:55.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:54.028135+0000 mgr.y (mgr.14556) 21071 : cluster [DBG] pgmap v18614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:55.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:54.028135+0000 mgr.y (mgr.14556) 21071 : cluster [DBG] pgmap v18614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:55.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:54.028135+0000 mgr.y (mgr.14556) 21071 : cluster [DBG] pgmap v18614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:56.029060+0000 mgr.y (mgr.14556) 21072 : cluster [DBG] pgmap v18615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:57.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:56.029060+0000 mgr.y (mgr.14556) 21072 : cluster [DBG] pgmap v18615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:56.029060+0000 mgr.y (mgr.14556) 21072 : cluster [DBG] pgmap v18615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:05:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:05:58.029497+0000 mgr.y (mgr.14556) 21073 : cluster [DBG] pgmap v18616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:59.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:05:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:05:58.029497+0000 mgr.y (mgr.14556) 21073 : cluster [DBG] pgmap v18616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:05:59.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:05:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:05:58.029497+0000 mgr.y (mgr.14556) 21073 : cluster [DBG] pgmap v18616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:01.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:00.029839+0000 mgr.y (mgr.14556) 21074 : cluster [DBG] pgmap v18617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:01.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:00.029839+0000 mgr.y (mgr.14556) 21074 : cluster [DBG] pgmap v18617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:01.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:00.029839+0000 mgr.y (mgr.14556) 21074 : cluster [DBG] pgmap v18617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:01.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:06:03.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:02.030649+0000 mgr.y (mgr.14556) 21075 : cluster [DBG] pgmap v18618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:03.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:02.030649+0000 mgr.y (mgr.14556) 21075 : cluster [DBG] pgmap v18618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:03.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:02.030649+0000 mgr.y (mgr.14556) 21075 : cluster [DBG] pgmap v18618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:06:03] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:06:04.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:06:03.620720+0000 mon.a (mon.0) 4450 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:06:04.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:06:03.926371+0000 mon.a (mon.0) 4451 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:06:04.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:06:03.927090+0000 mon.a (mon.0) 4452 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:06:04.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:06:03.935453+0000 mon.a (mon.0) 4453 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:06:04.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:06:03.620720+0000 mon.a (mon.0) 4450 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:06:04.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:06:03.926371+0000 mon.a (mon.0) 4451 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:06:04.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:06:03.927090+0000 mon.a (mon.0) 4452 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:06:04.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:06:03.935453+0000 mon.a (mon.0) 4453 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:06:04.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:06:03.620720+0000 mon.a (mon.0) 4450 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:06:04.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:06:03.926371+0000 mon.a (mon.0) 4451 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:06:04.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:06:03.927090+0000 mon.a (mon.0) 4452 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:06:04.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:06:03.935453+0000 mon.a (mon.0) 4453 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:06:05.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:04.030945+0000 mgr.y (mgr.14556) 21076 : cluster [DBG] pgmap v18619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:05.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:04.030945+0000 mgr.y (mgr.14556) 21076 : cluster [DBG] pgmap v18619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:05.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:04.030945+0000 mgr.y (mgr.14556) 21076 : cluster [DBG] pgmap v18619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:07.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:06.031715+0000 mgr.y (mgr.14556) 21077 : cluster [DBG] pgmap v18620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:07.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:06.031715+0000 mgr.y (mgr.14556) 21077 : cluster [DBG] pgmap v18620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:06.031715+0000 mgr.y (mgr.14556) 21077 : cluster [DBG] pgmap v18620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:09.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:08.032086+0000 mgr.y (mgr.14556) 21078 : cluster [DBG] pgmap v18621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:09.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:08.032086+0000 mgr.y (mgr.14556) 21078 : cluster [DBG] pgmap v18621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:08.032086+0000 mgr.y (mgr.14556) 21078 : cluster [DBG] pgmap v18621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:11.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:10.032625+0000 mgr.y (mgr.14556) 21079 : cluster [DBG] pgmap v18622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:11.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:10.032625+0000 mgr.y (mgr.14556) 21079 : cluster [DBG] pgmap v18622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:11.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:10.032625+0000 mgr.y (mgr.14556) 21079 : cluster [DBG] pgmap v18622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:11.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:06:13.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:12.033452+0000 mgr.y (mgr.14556) 21080 : cluster [DBG] pgmap v18623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:13.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:12.033452+0000 mgr.y (mgr.14556) 21080 : cluster [DBG] pgmap v18623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:13.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:12.033452+0000 mgr.y (mgr.14556) 21080 : cluster [DBG] pgmap v18623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:14.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:06:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:06:15.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:14.033827+0000 mgr.y (mgr.14556) 21081 : cluster [DBG] pgmap v18624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:15.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:14.033827+0000 mgr.y (mgr.14556) 21081 : cluster [DBG] pgmap v18624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:15.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:14.033827+0000 mgr.y (mgr.14556) 21081 : cluster [DBG] pgmap v18624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:17.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:16.034698+0000 mgr.y (mgr.14556) 21082 : cluster [DBG] pgmap v18625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:17.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:16.034698+0000 mgr.y (mgr.14556) 21082 : cluster [DBG] pgmap v18625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:17.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:16.034698+0000 mgr.y (mgr.14556) 21082 : cluster [DBG] pgmap v18625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:19.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:18.035168+0000 mgr.y (mgr.14556) 21083 : cluster [DBG] pgmap v18626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:18.035168+0000 mgr.y (mgr.14556) 21083 : cluster [DBG] pgmap v18626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:19.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:18.035168+0000 mgr.y (mgr.14556) 21083 : cluster [DBG] pgmap v18626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:21.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:20.035588+0000 mgr.y (mgr.14556) 21084 : cluster [DBG] pgmap v18627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:21.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:20.035588+0000 mgr.y (mgr.14556) 21084 : cluster [DBG] pgmap v18627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:21.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:20.035588+0000 mgr.y (mgr.14556) 21084 : cluster [DBG] pgmap v18627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:21.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:06:23.752 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:06:23.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:22.036521+0000 mgr.y (mgr.14556) 21085 : cluster [DBG] pgmap v18628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:23.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:22.036521+0000 mgr.y (mgr.14556) 21085 : cluster [DBG] pgmap v18628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:23.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:22.036521+0000 mgr.y (mgr.14556) 21085 : cluster [DBG] pgmap v18628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:24.040 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:06:24.040 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 9m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:06:24.040 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 9m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:06:24.040 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 9m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:06:24.040 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 9m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:06:24.040 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 9m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:06:24.040 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 9m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:06:24.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 9m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:06:24.040 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 9m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:06:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 9m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:06:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 9m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:06:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 9m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:06:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 9m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:06:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 9m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:06:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 9m ago 10h 45.1M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:06:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 9m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:06:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 9m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:06:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 9m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:06:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 9m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:06:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 9m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:06:24.041 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 9m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:06:24.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:06:23] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:06:24.389 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:06:24.390 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:06:24.390 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:06:24.390 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:06:24.390 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:06:24.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:06:24.386439+0000 mon.a (mon.0) 4454 : audit [DBG] from='client.? 172.21.15.23:0/4026381147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:06:24.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:06:24.386439+0000 mon.a (mon.0) 4454 : audit [DBG] from='client.? 172.21.15.23:0/4026381147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:06:24.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:06:24.386439+0000 mon.a (mon.0) 4454 : audit [DBG] from='client.? 172.21.15.23:0/4026381147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:06:25.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:06:23.738513+0000 mgr.y (mgr.14556) 21086 : audit [DBG] from='client.36480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:06:25.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:06:24.029883+0000 mgr.y (mgr.14556) 21087 : audit [DBG] from='client.46394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:06:25.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:24.036833+0000 mgr.y (mgr.14556) 21088 : cluster [DBG] pgmap v18629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:25.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:06:23.738513+0000 mgr.y (mgr.14556) 21086 : audit [DBG] from='client.36480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:06:25.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:06:24.029883+0000 mgr.y (mgr.14556) 21087 : audit [DBG] from='client.46394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:06:25.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:24.036833+0000 mgr.y (mgr.14556) 21088 : cluster [DBG] pgmap v18629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:25.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:06:23.738513+0000 mgr.y (mgr.14556) 21086 : audit [DBG] from='client.36480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:06:25.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:06:24.029883+0000 mgr.y (mgr.14556) 21087 : audit [DBG] from='client.46394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:06:25.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:24.036833+0000 mgr.y (mgr.14556) 21088 : cluster [DBG] pgmap v18629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:27.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:26.037594+0000 mgr.y (mgr.14556) 21089 : cluster [DBG] pgmap v18630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:27.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:26.037594+0000 mgr.y (mgr.14556) 21089 : cluster [DBG] pgmap v18630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:27.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:26.037594+0000 mgr.y (mgr.14556) 21089 : cluster [DBG] pgmap v18630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:29.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:28.038090+0000 mgr.y (mgr.14556) 21090 : cluster [DBG] pgmap v18631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:29.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:28.038090+0000 mgr.y (mgr.14556) 21090 : cluster [DBG] pgmap v18631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:29.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:28.038090+0000 mgr.y (mgr.14556) 21090 : cluster [DBG] pgmap v18631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:31.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:30.038623+0000 mgr.y (mgr.14556) 21091 : cluster [DBG] pgmap v18632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:31.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:30.038623+0000 mgr.y (mgr.14556) 21091 : cluster [DBG] pgmap v18632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:31.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:30.038623+0000 mgr.y (mgr.14556) 21091 : cluster [DBG] pgmap v18632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:31.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:06:33.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:32.039450+0000 mgr.y (mgr.14556) 21092 : cluster [DBG] pgmap v18633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:33.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:32.039450+0000 mgr.y (mgr.14556) 21092 : cluster [DBG] pgmap v18633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:33.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:32.039450+0000 mgr.y (mgr.14556) 21092 : cluster [DBG] pgmap v18633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:34.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:06:33] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:06:35.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:34.039911+0000 mgr.y (mgr.14556) 21093 : cluster [DBG] pgmap v18634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:35.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:34.039911+0000 mgr.y (mgr.14556) 21093 : cluster [DBG] pgmap v18634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:35.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:34.039911+0000 mgr.y (mgr.14556) 21093 : cluster [DBG] pgmap v18634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:37.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:36.040816+0000 mgr.y (mgr.14556) 21094 : cluster [DBG] pgmap v18635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:37.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:36.040816+0000 mgr.y (mgr.14556) 21094 : cluster [DBG] pgmap v18635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:37.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:36.040816+0000 mgr.y (mgr.14556) 21094 : cluster [DBG] pgmap v18635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:39.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:38.041425+0000 mgr.y (mgr.14556) 21095 : cluster [DBG] pgmap v18636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:39.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:38.041425+0000 mgr.y (mgr.14556) 21095 : cluster [DBG] pgmap v18636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:39.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:38.041425+0000 mgr.y (mgr.14556) 21095 : cluster [DBG] pgmap v18636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:41.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:40.041838+0000 mgr.y (mgr.14556) 21096 : cluster [DBG] pgmap v18637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:41.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:40.041838+0000 mgr.y (mgr.14556) 21096 : cluster [DBG] pgmap v18637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:41.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:40.041838+0000 mgr.y (mgr.14556) 21096 : cluster [DBG] pgmap v18637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:41.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:06:43.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:06:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:06:43.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:42.042795+0000 mgr.y (mgr.14556) 21097 : cluster [DBG] pgmap v18638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:43.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:42.042795+0000 mgr.y (mgr.14556) 21097 : cluster [DBG] pgmap v18638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:43.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:42.042795+0000 mgr.y (mgr.14556) 21097 : cluster [DBG] pgmap v18638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:45.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:44.043321+0000 mgr.y (mgr.14556) 21098 : cluster [DBG] pgmap v18639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:45.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:44.043321+0000 mgr.y (mgr.14556) 21098 : cluster [DBG] pgmap v18639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:45.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:44.043321+0000 mgr.y (mgr.14556) 21098 : cluster [DBG] pgmap v18639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:47.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:46.044110+0000 mgr.y (mgr.14556) 21099 : cluster [DBG] pgmap v18640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:47.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:46.044110+0000 mgr.y (mgr.14556) 21099 : cluster [DBG] pgmap v18640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:47.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:46.044110+0000 mgr.y (mgr.14556) 21099 : cluster [DBG] pgmap v18640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:49.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:48.044620+0000 mgr.y (mgr.14556) 21100 : cluster [DBG] pgmap v18641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:49.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:48.044620+0000 mgr.y (mgr.14556) 21100 : cluster [DBG] pgmap v18641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:49.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:48.044620+0000 mgr.y (mgr.14556) 21100 : cluster [DBG] pgmap v18641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:51.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:50.045057+0000 mgr.y (mgr.14556) 21101 : cluster [DBG] pgmap v18642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:51.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:50.045057+0000 mgr.y (mgr.14556) 21101 : cluster [DBG] pgmap v18642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:51.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:50.045057+0000 mgr.y (mgr.14556) 21101 : cluster [DBG] pgmap v18642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:51.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:06:53.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:06:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:06:53.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:52.045789+0000 mgr.y (mgr.14556) 21102 : cluster [DBG] pgmap v18643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:53.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:52.045789+0000 mgr.y (mgr.14556) 21102 : cluster [DBG] pgmap v18643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:53.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:52.045789+0000 mgr.y (mgr.14556) 21102 : cluster [DBG] pgmap v18643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:54.714 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:06:55.002 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:06:55.002 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 9m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:06:55.002 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 9m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:06:55.002 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 9m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:06:55.002 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 9m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:06:55.002 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 9m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 9m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 9m ago 10h 1102M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 9m ago 10h 906M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 9m ago 10h 912M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 9m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 9m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 9m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 9m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 9m ago 10h 45.1M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 9m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 9m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 9m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 9m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 9m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:06:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 9m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:06:55.353 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:06:55.353 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:06:55.353 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:06:55.353 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:06:55.354 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:06:55.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:54.046174+0000 mgr.y (mgr.14556) 21103 : cluster [DBG] pgmap v18644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:55.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:06:55.351012+0000 mon.a (mon.0) 4455 : audit [DBG] from='client.? 172.21.15.23:0/2359583001' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:06:56.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:54.046174+0000 mgr.y (mgr.14556) 21103 : cluster [DBG] pgmap v18644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:56.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:06:55.351012+0000 mon.a (mon.0) 4455 : audit [DBG] from='client.? 172.21.15.23:0/2359583001' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:06:56.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:54.046174+0000 mgr.y (mgr.14556) 21103 : cluster [DBG] pgmap v18644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:56.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:06:55.351012+0000 mon.a (mon.0) 4455 : audit [DBG] from='client.? 172.21.15.23:0/2359583001' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:06:56.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:06:54.700167+0000 mgr.y (mgr.14556) 21104 : audit [DBG] from='client.46406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:06:56.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:06:54.991991+0000 mgr.y (mgr.14556) 21105 : audit [DBG] from='client.36504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:06:57.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:06:54.700167+0000 mgr.y (mgr.14556) 21104 : audit [DBG] from='client.46406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:06:57.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:06:54.991991+0000 mgr.y (mgr.14556) 21105 : audit [DBG] from='client.36504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:06:57.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:06:54.700167+0000 mgr.y (mgr.14556) 21104 : audit [DBG] from='client.46406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:06:57.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:06:54.991991+0000 mgr.y (mgr.14556) 21105 : audit [DBG] from='client.36504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:06:57.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:56.046960+0000 mgr.y (mgr.14556) 21106 : cluster [DBG] pgmap v18645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:58.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:56.046960+0000 mgr.y (mgr.14556) 21106 : cluster [DBG] pgmap v18645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:06:58.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:56.046960+0000 mgr.y (mgr.14556) 21106 : cluster [DBG] pgmap v18645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:00.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:06:58.047530+0000 mgr.y (mgr.14556) 21107 : cluster [DBG] pgmap v18646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:00.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:06:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:06:58.047530+0000 mgr.y (mgr.14556) 21107 : cluster [DBG] pgmap v18646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:00.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:06:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:06:58.047530+0000 mgr.y (mgr.14556) 21107 : cluster [DBG] pgmap v18646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:01.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:00.047867+0000 mgr.y (mgr.14556) 21108 : cluster [DBG] pgmap v18647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:01.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:07:02.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:00.047867+0000 mgr.y (mgr.14556) 21108 : cluster [DBG] pgmap v18647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:02.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:00.047867+0000 mgr.y (mgr.14556) 21108 : cluster [DBG] pgmap v18647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:04.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:07:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:07:04.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:02.048728+0000 mgr.y (mgr.14556) 21109 : cluster [DBG] pgmap v18648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:04.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:02.048728+0000 mgr.y (mgr.14556) 21109 : cluster [DBG] pgmap v18648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:04.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:02.048728+0000 mgr.y (mgr.14556) 21109 : cluster [DBG] pgmap v18648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:04.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:07:03.939796+0000 mon.a (mon.0) 4456 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:07:04.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:07:03.939796+0000 mon.a (mon.0) 4456 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:07:04.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:07:03.939796+0000 mon.a (mon.0) 4456 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:07:05.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:04.049071+0000 mgr.y (mgr.14556) 21110 : cluster [DBG] pgmap v18649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:05.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:04.049071+0000 mgr.y (mgr.14556) 21110 : cluster [DBG] pgmap v18649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:06.010 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:04.049071+0000 mgr.y (mgr.14556) 21110 : cluster [DBG] pgmap v18649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:07.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:06.049703+0000 mgr.y (mgr.14556) 21111 : cluster [DBG] pgmap v18650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:07.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:06.049703+0000 mgr.y (mgr.14556) 21111 : cluster [DBG] pgmap v18650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:07.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:06.049703+0000 mgr.y (mgr.14556) 21111 : cluster [DBG] pgmap v18650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:08.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:07:06.705159+0000 mon.a (mon.0) 4457 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:07:08.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:07:07.165709+0000 mon.a (mon.0) 4458 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:07:08.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:07:07.459400+0000 mon.a (mon.0) 4459 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:07:08.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:07:07.460150+0000 mon.a (mon.0) 4460 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:07:08.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:07:07.469146+0000 mon.a (mon.0) 4461 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:07:08.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:07:06.705159+0000 mon.a (mon.0) 4457 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:07:08.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:07:07.165709+0000 mon.a (mon.0) 4458 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:07:08.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:07:07.459400+0000 mon.a (mon.0) 4459 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:07:08.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:07:07.460150+0000 mon.a (mon.0) 4460 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:07:08.134 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:07:07.469146+0000 mon.a (mon.0) 4461 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:07:08.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:07:06.705159+0000 mon.a (mon.0) 4457 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:07:08.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:07:07.165709+0000 mon.a (mon.0) 4458 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:07:08.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:07:07.459400+0000 mon.a (mon.0) 4459 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:07:08.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:07:07.460150+0000 mon.a (mon.0) 4460 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:07:08.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:07:07.469146+0000 mon.a (mon.0) 4461 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:07:09.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:08.050166+0000 mgr.y (mgr.14556) 21112 : cluster [DBG] pgmap v18651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:09.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:08.050166+0000 mgr.y (mgr.14556) 21112 : cluster [DBG] pgmap v18651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:09.166 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:08.050166+0000 mgr.y (mgr.14556) 21112 : cluster [DBG] pgmap v18651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:11.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:10.050728+0000 mgr.y (mgr.14556) 21113 : cluster [DBG] pgmap v18652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:11.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:10.050728+0000 mgr.y (mgr.14556) 21113 : cluster [DBG] pgmap v18652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:11.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:10.050728+0000 mgr.y (mgr.14556) 21113 : cluster [DBG] pgmap v18652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:11.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:07:13.383 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:12.051405+0000 mgr.y (mgr.14556) 21114 : cluster [DBG] pgmap v18653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:13.383 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:12.051405+0000 mgr.y (mgr.14556) 21114 : cluster [DBG] pgmap v18653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:13.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:12.051405+0000 mgr.y (mgr.14556) 21114 : cluster [DBG] pgmap v18653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:07:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:07:15.416 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:14.051795+0000 mgr.y (mgr.14556) 21115 : cluster [DBG] pgmap v18654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:15.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:14.051795+0000 mgr.y (mgr.14556) 21115 : cluster [DBG] pgmap v18654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:15.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:14.051795+0000 mgr.y (mgr.14556) 21115 : cluster [DBG] pgmap v18654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:17.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:16.052411+0000 mgr.y (mgr.14556) 21116 : cluster [DBG] pgmap v18655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:17.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:16.052411+0000 mgr.y (mgr.14556) 21116 : cluster [DBG] pgmap v18655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:17.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:16.052411+0000 mgr.y (mgr.14556) 21116 : cluster [DBG] pgmap v18655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:19.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:18.052776+0000 mgr.y (mgr.14556) 21117 : cluster [DBG] pgmap v18656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:19.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:18.052776+0000 mgr.y (mgr.14556) 21117 : cluster [DBG] pgmap v18656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:19.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:18.052776+0000 mgr.y (mgr.14556) 21117 : cluster [DBG] pgmap v18656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:21.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:20.053293+0000 mgr.y (mgr.14556) 21118 : cluster [DBG] pgmap v18657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:21.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:20.053293+0000 mgr.y (mgr.14556) 21118 : cluster [DBG] pgmap v18657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:21.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:20.053293+0000 mgr.y (mgr.14556) 21118 : cluster [DBG] pgmap v18657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:21.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:07:23.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:22.053952+0000 mgr.y (mgr.14556) 21119 : cluster [DBG] pgmap v18658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:23.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:22.053952+0000 mgr.y (mgr.14556) 21119 : cluster [DBG] pgmap v18658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:23.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:22.053952+0000 mgr.y (mgr.14556) 21119 : cluster [DBG] pgmap v18658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:07:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:07:25.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:24.054477+0000 mgr.y (mgr.14556) 21120 : cluster [DBG] pgmap v18659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:25.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:24.054477+0000 mgr.y (mgr.14556) 21120 : cluster [DBG] pgmap v18659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:25.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:24.054477+0000 mgr.y (mgr.14556) 21120 : cluster [DBG] pgmap v18659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:25.678 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:07:25.965 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:07:25.965 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 19s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 18s ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 19s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 18s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 18s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 19s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 19s ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 18s ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 19s ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 19s ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 18s ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 19s ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 19s ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 19s ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 19s ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:07:25.966 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 18s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:07:25.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 18s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:07:25.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 18s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:07:25.967 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 18s ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:07:25.967 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 18s ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:07:26.322 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:07:26.322 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:07:26.322 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:07:26.322 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:07:26.322 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:07:26.322 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:07:26.322 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:07:26.322 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:07:26.322 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:07:26.322 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:07:26.323 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:07:26.323 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:07:26.323 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:07:26.323 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:07:26.323 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:07:26.323 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:07:26.323 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:07:26.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:07:25.663811+0000 mgr.y (mgr.14556) 21121 : audit [DBG] from='client.46424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:07:26.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:07:25.663811+0000 mgr.y (mgr.14556) 21121 : audit [DBG] from='client.46424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:07:26.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:07:25.663811+0000 mgr.y (mgr.14556) 21121 : audit [DBG] from='client.46424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:07:27.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:07:25.955258+0000 mgr.y (mgr.14556) 21122 : audit [DBG] from='client.36522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:07:27.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:26.055012+0000 mgr.y (mgr.14556) 21123 : cluster [DBG] pgmap v18660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:27.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:07:26.319681+0000 mon.a (mon.0) 4462 : audit [DBG] from='client.? 172.21.15.23:0/430917287' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:07:27.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:07:25.955258+0000 mgr.y (mgr.14556) 21122 : audit [DBG] from='client.36522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:07:27.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:26.055012+0000 mgr.y (mgr.14556) 21123 : cluster [DBG] pgmap v18660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:27.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:07:26.319681+0000 mon.a (mon.0) 4462 : audit [DBG] from='client.? 172.21.15.23:0/430917287' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:07:27.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:07:25.955258+0000 mgr.y (mgr.14556) 21122 : audit [DBG] from='client.36522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:07:27.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:26.055012+0000 mgr.y (mgr.14556) 21123 : cluster [DBG] pgmap v18660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:27.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:07:26.319681+0000 mon.a (mon.0) 4462 : audit [DBG] from='client.? 172.21.15.23:0/430917287' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:07:29.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:28.055431+0000 mgr.y (mgr.14556) 21124 : cluster [DBG] pgmap v18661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:29.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:28.055431+0000 mgr.y (mgr.14556) 21124 : cluster [DBG] pgmap v18661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:29.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:28.055431+0000 mgr.y (mgr.14556) 21124 : cluster [DBG] pgmap v18661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:31.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:30.055958+0000 mgr.y (mgr.14556) 21125 : cluster [DBG] pgmap v18662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:31.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:30.055958+0000 mgr.y (mgr.14556) 21125 : cluster [DBG] pgmap v18662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:31.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:30.055958+0000 mgr.y (mgr.14556) 21125 : cluster [DBG] pgmap v18662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:31.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:07:33.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:32.056821+0000 mgr.y (mgr.14556) 21126 : cluster [DBG] pgmap v18663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:33.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:32.056821+0000 mgr.y (mgr.14556) 21126 : cluster [DBG] pgmap v18663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:33.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:32.056821+0000 mgr.y (mgr.14556) 21126 : cluster [DBG] pgmap v18663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:34.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:07:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:07:35.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:34.057241+0000 mgr.y (mgr.14556) 21127 : cluster [DBG] pgmap v18664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:35.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:34.057241+0000 mgr.y (mgr.14556) 21127 : cluster [DBG] pgmap v18664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:35.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:34.057241+0000 mgr.y (mgr.14556) 21127 : cluster [DBG] pgmap v18664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:37.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:36.057895+0000 mgr.y (mgr.14556) 21128 : cluster [DBG] pgmap v18665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:37.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:36.057895+0000 mgr.y (mgr.14556) 21128 : cluster [DBG] pgmap v18665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:37.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:36.057895+0000 mgr.y (mgr.14556) 21128 : cluster [DBG] pgmap v18665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:39.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:38.058368+0000 mgr.y (mgr.14556) 21129 : cluster [DBG] pgmap v18666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:39.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:38.058368+0000 mgr.y (mgr.14556) 21129 : cluster [DBG] pgmap v18666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:39.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:38.058368+0000 mgr.y (mgr.14556) 21129 : cluster [DBG] pgmap v18666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:41.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:40.058734+0000 mgr.y (mgr.14556) 21130 : cluster [DBG] pgmap v18667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:41.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:40.058734+0000 mgr.y (mgr.14556) 21130 : cluster [DBG] pgmap v18667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:41.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:40.058734+0000 mgr.y (mgr.14556) 21130 : cluster [DBG] pgmap v18667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:41.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:07:43.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:42.059408+0000 mgr.y (mgr.14556) 21131 : cluster [DBG] pgmap v18668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:43.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:42.059408+0000 mgr.y (mgr.14556) 21131 : cluster [DBG] pgmap v18668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:43.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:42.059408+0000 mgr.y (mgr.14556) 21131 : cluster [DBG] pgmap v18668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:07:43] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:07:45.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:44.059943+0000 mgr.y (mgr.14556) 21132 : cluster [DBG] pgmap v18669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:45.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:44.059943+0000 mgr.y (mgr.14556) 21132 : cluster [DBG] pgmap v18669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:44.059943+0000 mgr.y (mgr.14556) 21132 : cluster [DBG] pgmap v18669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:47.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:46.060560+0000 mgr.y (mgr.14556) 21133 : cluster [DBG] pgmap v18670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:47.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:46.060560+0000 mgr.y (mgr.14556) 21133 : cluster [DBG] pgmap v18670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:47.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:46.060560+0000 mgr.y (mgr.14556) 21133 : cluster [DBG] pgmap v18670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:49.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:48.060967+0000 mgr.y (mgr.14556) 21134 : cluster [DBG] pgmap v18671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:49.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:48.060967+0000 mgr.y (mgr.14556) 21134 : cluster [DBG] pgmap v18671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:49.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:48.060967+0000 mgr.y (mgr.14556) 21134 : cluster [DBG] pgmap v18671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:51.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:50.061410+0000 mgr.y (mgr.14556) 21135 : cluster [DBG] pgmap v18672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:51.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:50.061410+0000 mgr.y (mgr.14556) 21135 : cluster [DBG] pgmap v18672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:51.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:50.061410+0000 mgr.y (mgr.14556) 21135 : cluster [DBG] pgmap v18672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:51.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:07:53.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:52.062104+0000 mgr.y (mgr.14556) 21136 : cluster [DBG] pgmap v18673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:53.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:52.062104+0000 mgr.y (mgr.14556) 21136 : cluster [DBG] pgmap v18673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:53.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:52.062104+0000 mgr.y (mgr.14556) 21136 : cluster [DBG] pgmap v18673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:54.134 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:07:53] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:07:55.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:54.062585+0000 mgr.y (mgr.14556) 21137 : cluster [DBG] pgmap v18674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:55.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:54.062585+0000 mgr.y (mgr.14556) 21137 : cluster [DBG] pgmap v18674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:55.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:54.062585+0000 mgr.y (mgr.14556) 21137 : cluster [DBG] pgmap v18674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:56.647 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:07:56.938 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:07:56.938 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 50s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:07:56.938 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 49s ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:07:56.938 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 50s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 49s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 49s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 50s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 50s ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 49s ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 50s ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 50s ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 49s ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 50s ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 50s ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 50s ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 50s ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 49s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 49s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 49s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:07:56.939 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 49s ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:07:56.940 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 49s ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:07:57.288 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:07:57.288 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:07:57.289 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:07:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:56.063429+0000 mgr.y (mgr.14556) 21138 : cluster [DBG] pgmap v18675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:07:56.633021+0000 mgr.y (mgr.14556) 21139 : audit [DBG] from='client.46442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:07:57.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:07:57.286267+0000 mon.a (mon.0) 4463 : audit [DBG] from='client.? 172.21.15.23:0/3934361317' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:07:57.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:56.063429+0000 mgr.y (mgr.14556) 21138 : cluster [DBG] pgmap v18675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:57.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:07:56.633021+0000 mgr.y (mgr.14556) 21139 : audit [DBG] from='client.46442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:07:57.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:07:57.286267+0000 mon.a (mon.0) 4463 : audit [DBG] from='client.? 172.21.15.23:0/3934361317' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:07:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:56.063429+0000 mgr.y (mgr.14556) 21138 : cluster [DBG] pgmap v18675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:07:56.633021+0000 mgr.y (mgr.14556) 21139 : audit [DBG] from='client.46442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:07:57.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:07:57.286267+0000 mon.a (mon.0) 4463 : audit [DBG] from='client.? 172.21.15.23:0/3934361317' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:07:58.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:07:56.927961+0000 mgr.y (mgr.14556) 21140 : audit [DBG] from='client.46448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:07:58.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:07:56.927961+0000 mgr.y (mgr.14556) 21140 : audit [DBG] from='client.46448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:07:58.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:07:56.927961+0000 mgr.y (mgr.14556) 21140 : audit [DBG] from='client.46448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:07:59.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:07:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:07:58.063887+0000 mgr.y (mgr.14556) 21141 : cluster [DBG] pgmap v18676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:59.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:07:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:07:58.063887+0000 mgr.y (mgr.14556) 21141 : cluster [DBG] pgmap v18676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:07:59.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:07:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:07:58.063887+0000 mgr.y (mgr.14556) 21141 : cluster [DBG] pgmap v18676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:01.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:00.064284+0000 mgr.y (mgr.14556) 21142 : cluster [DBG] pgmap v18677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:01.666 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:08:01.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:00.064284+0000 mgr.y (mgr.14556) 21142 : cluster [DBG] pgmap v18677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:01.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:00.064284+0000 mgr.y (mgr.14556) 21142 : cluster [DBG] pgmap v18677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:03.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:02.064947+0000 mgr.y (mgr.14556) 21143 : cluster [DBG] pgmap v18678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:03.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:02.064947+0000 mgr.y (mgr.14556) 21143 : cluster [DBG] pgmap v18678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:03.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:02.064947+0000 mgr.y (mgr.14556) 21143 : cluster [DBG] pgmap v18678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:04.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:08:03] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:08:05.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:04.065470+0000 mgr.y (mgr.14556) 21144 : cluster [DBG] pgmap v18679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:05.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:04.065470+0000 mgr.y (mgr.14556) 21144 : cluster [DBG] pgmap v18679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:05.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:04.065470+0000 mgr.y (mgr.14556) 21144 : cluster [DBG] pgmap v18679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:07.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:06.066179+0000 mgr.y (mgr.14556) 21145 : cluster [DBG] pgmap v18680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:07.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:06.066179+0000 mgr.y (mgr.14556) 21145 : cluster [DBG] pgmap v18680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:07.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:06.066179+0000 mgr.y (mgr.14556) 21145 : cluster [DBG] pgmap v18680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:08.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:08:07.474380+0000 mon.a (mon.0) 4464 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:08:08.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:08:07.784934+0000 mon.a (mon.0) 4465 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:08:08.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:08:07.785642+0000 mon.a (mon.0) 4466 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:08:08.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:08:07.794143+0000 mon.a (mon.0) 4467 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:08:08.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:08:07.474380+0000 mon.a (mon.0) 4464 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:08:08.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:08:07.784934+0000 mon.a (mon.0) 4465 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:08:08.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:08:07.785642+0000 mon.a (mon.0) 4466 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:08:08.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:08:07.794143+0000 mon.a (mon.0) 4467 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:08:08.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:08:07.474380+0000 mon.a (mon.0) 4464 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:08:08.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:08:07.784934+0000 mon.a (mon.0) 4465 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:08:08.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:08:07.785642+0000 mon.a (mon.0) 4466 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:08:08.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:08:07.794143+0000 mon.a (mon.0) 4467 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:08:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:08.066506+0000 mgr.y (mgr.14556) 21146 : cluster [DBG] pgmap v18681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:09.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:08.066506+0000 mgr.y (mgr.14556) 21146 : cluster [DBG] pgmap v18681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:09.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:08.066506+0000 mgr.y (mgr.14556) 21146 : cluster [DBG] pgmap v18681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:11.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:10.066871+0000 mgr.y (mgr.14556) 21147 : cluster [DBG] pgmap v18682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:11.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:10.066871+0000 mgr.y (mgr.14556) 21147 : cluster [DBG] pgmap v18682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:11.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:10.066871+0000 mgr.y (mgr.14556) 21147 : cluster [DBG] pgmap v18682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:11.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:08:13.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:12.067776+0000 mgr.y (mgr.14556) 21148 : cluster [DBG] pgmap v18683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:13.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:12.067776+0000 mgr.y (mgr.14556) 21148 : cluster [DBG] pgmap v18683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:13.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:12.067776+0000 mgr.y (mgr.14556) 21148 : cluster [DBG] pgmap v18683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:08:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:08:15.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:14.068253+0000 mgr.y (mgr.14556) 21149 : cluster [DBG] pgmap v18684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:15.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:14.068253+0000 mgr.y (mgr.14556) 21149 : cluster [DBG] pgmap v18684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:15.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:14.068253+0000 mgr.y (mgr.14556) 21149 : cluster [DBG] pgmap v18684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:17.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:16.068967+0000 mgr.y (mgr.14556) 21150 : cluster [DBG] pgmap v18685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:17.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:16.068967+0000 mgr.y (mgr.14556) 21150 : cluster [DBG] pgmap v18685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:17.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:16.068967+0000 mgr.y (mgr.14556) 21150 : cluster [DBG] pgmap v18685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:19.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:18.069389+0000 mgr.y (mgr.14556) 21151 : cluster [DBG] pgmap v18686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:19.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:18.069389+0000 mgr.y (mgr.14556) 21151 : cluster [DBG] pgmap v18686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:19.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:18.069389+0000 mgr.y (mgr.14556) 21151 : cluster [DBG] pgmap v18686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:21.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:20.069738+0000 mgr.y (mgr.14556) 21152 : cluster [DBG] pgmap v18687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:21.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:20.069738+0000 mgr.y (mgr.14556) 21152 : cluster [DBG] pgmap v18687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:21.916 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:20.069738+0000 mgr.y (mgr.14556) 21152 : cluster [DBG] pgmap v18687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:21.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:08:23.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:22.070484+0000 mgr.y (mgr.14556) 21153 : cluster [DBG] pgmap v18688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:23.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:22.070484+0000 mgr.y (mgr.14556) 21153 : cluster [DBG] pgmap v18688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:23.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:22.070484+0000 mgr.y (mgr.14556) 21153 : cluster [DBG] pgmap v18688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:08:23] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:08:25.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:24.070987+0000 mgr.y (mgr.14556) 21154 : cluster [DBG] pgmap v18689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:25.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:24.070987+0000 mgr.y (mgr.14556) 21154 : cluster [DBG] pgmap v18689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:25.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:24.070987+0000 mgr.y (mgr.14556) 21154 : cluster [DBG] pgmap v18689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:27.614 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:08:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:26.071664+0000 mgr.y (mgr.14556) 21155 : cluster [DBG] pgmap v18690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:27.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:26.071664+0000 mgr.y (mgr.14556) 21155 : cluster [DBG] pgmap v18690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:27.901 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:08:27.901 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 81s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:08:27.901 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 80s ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 81s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 80s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 80s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 81s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 81s ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 80s ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 81s ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 81s ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 80s ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 81s ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 81s ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 81s ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 81s ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:08:27.902 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 80s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:08:27.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 80s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:08:27.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 80s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:08:27.903 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 80s ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:08:27.903 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 80s ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:08:27.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:26.071664+0000 mgr.y (mgr.14556) 21155 : cluster [DBG] pgmap v18690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:28.251 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:08:28.251 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:08:28.252 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:08:28.253 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:08:28.253 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:08:28.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:08:27.600773+0000 mgr.y (mgr.14556) 21156 : audit [DBG] from='client.36552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:08:28.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:08:28.249578+0000 mon.a (mon.0) 4468 : audit [DBG] from='client.? 172.21.15.23:0/579593241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:08:28.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:08:27.600773+0000 mgr.y (mgr.14556) 21156 : audit [DBG] from='client.36552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:08:28.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:08:28.249578+0000 mon.a (mon.0) 4468 : audit [DBG] from='client.? 172.21.15.23:0/579593241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:08:28.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:08:27.600773+0000 mgr.y (mgr.14556) 21156 : audit [DBG] from='client.36552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:08:28.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:08:28.249578+0000 mon.a (mon.0) 4468 : audit [DBG] from='client.? 172.21.15.23:0/579593241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:08:29.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:08:27.891820+0000 mgr.y (mgr.14556) 21157 : audit [DBG] from='client.46466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:08:29.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:28.071999+0000 mgr.y (mgr.14556) 21158 : cluster [DBG] pgmap v18691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:29.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:08:27.891820+0000 mgr.y (mgr.14556) 21157 : audit [DBG] from='client.46466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:08:29.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:28.071999+0000 mgr.y (mgr.14556) 21158 : cluster [DBG] pgmap v18691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:29.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:08:27.891820+0000 mgr.y (mgr.14556) 21157 : audit [DBG] from='client.46466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:08:29.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:28.071999+0000 mgr.y (mgr.14556) 21158 : cluster [DBG] pgmap v18691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:31.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:30.072545+0000 mgr.y (mgr.14556) 21159 : cluster [DBG] pgmap v18692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:31.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:30.072545+0000 mgr.y (mgr.14556) 21159 : cluster [DBG] pgmap v18692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:31.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:30.072545+0000 mgr.y (mgr.14556) 21159 : cluster [DBG] pgmap v18692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:31.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:08:33.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:32.073151+0000 mgr.y (mgr.14556) 21160 : cluster [DBG] pgmap v18693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:33.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:08:33] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:08:33.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:32.073151+0000 mgr.y (mgr.14556) 21160 : cluster [DBG] pgmap v18693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:33.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:32.073151+0000 mgr.y (mgr.14556) 21160 : cluster [DBG] pgmap v18693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:35.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:34.073843+0000 mgr.y (mgr.14556) 21161 : cluster [DBG] pgmap v18694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:35.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:34.073843+0000 mgr.y (mgr.14556) 21161 : cluster [DBG] pgmap v18694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:35.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:34.073843+0000 mgr.y (mgr.14556) 21161 : cluster [DBG] pgmap v18694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:37.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:36.074816+0000 mgr.y (mgr.14556) 21162 : cluster [DBG] pgmap v18695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:37.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:36.074816+0000 mgr.y (mgr.14556) 21162 : cluster [DBG] pgmap v18695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:37.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:36.074816+0000 mgr.y (mgr.14556) 21162 : cluster [DBG] pgmap v18695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:39.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:38.075269+0000 mgr.y (mgr.14556) 21163 : cluster [DBG] pgmap v18696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:39.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:38.075269+0000 mgr.y (mgr.14556) 21163 : cluster [DBG] pgmap v18696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:39.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:38.075269+0000 mgr.y (mgr.14556) 21163 : cluster [DBG] pgmap v18696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:41.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:40.075820+0000 mgr.y (mgr.14556) 21164 : cluster [DBG] pgmap v18697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:41.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:40.075820+0000 mgr.y (mgr.14556) 21164 : cluster [DBG] pgmap v18697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:41.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:40.075820+0000 mgr.y (mgr.14556) 21164 : cluster [DBG] pgmap v18697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:08:43.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:42.076537+0000 mgr.y (mgr.14556) 21165 : cluster [DBG] pgmap v18698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:43.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:42.076537+0000 mgr.y (mgr.14556) 21165 : cluster [DBG] pgmap v18698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:43.883 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:08:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:08:43.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:42.076537+0000 mgr.y (mgr.14556) 21165 : cluster [DBG] pgmap v18698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:45.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:44.076919+0000 mgr.y (mgr.14556) 21166 : cluster [DBG] pgmap v18699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:46.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:44.076919+0000 mgr.y (mgr.14556) 21166 : cluster [DBG] pgmap v18699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:46.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:44.076919+0000 mgr.y (mgr.14556) 21166 : cluster [DBG] pgmap v18699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:47.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:46.077781+0000 mgr.y (mgr.14556) 21167 : cluster [DBG] pgmap v18700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:48.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:46.077781+0000 mgr.y (mgr.14556) 21167 : cluster [DBG] pgmap v18700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:48.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:46.077781+0000 mgr.y (mgr.14556) 21167 : cluster [DBG] pgmap v18700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:49.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:48.078211+0000 mgr.y (mgr.14556) 21168 : cluster [DBG] pgmap v18701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:50.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:48.078211+0000 mgr.y (mgr.14556) 21168 : cluster [DBG] pgmap v18701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:50.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:48.078211+0000 mgr.y (mgr.14556) 21168 : cluster [DBG] pgmap v18701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:51.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:50.078780+0000 mgr.y (mgr.14556) 21169 : cluster [DBG] pgmap v18702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:51.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:08:52.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:50.078780+0000 mgr.y (mgr.14556) 21169 : cluster [DBG] pgmap v18702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:52.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:50.078780+0000 mgr.y (mgr.14556) 21169 : cluster [DBG] pgmap v18702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:54.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:52.079537+0000 mgr.y (mgr.14556) 21170 : cluster [DBG] pgmap v18703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:54.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:52.079537+0000 mgr.y (mgr.14556) 21170 : cluster [DBG] pgmap v18703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:54.133 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:08:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:08:54.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:52.079537+0000 mgr.y (mgr.14556) 21170 : cluster [DBG] pgmap v18703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:56.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:54.079990+0000 mgr.y (mgr.14556) 21171 : cluster [DBG] pgmap v18704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:56.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:54.079990+0000 mgr.y (mgr.14556) 21171 : cluster [DBG] pgmap v18704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:56.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:54.079990+0000 mgr.y (mgr.14556) 21171 : cluster [DBG] pgmap v18704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:58.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:56.080660+0000 mgr.y (mgr.14556) 21172 : cluster [DBG] pgmap v18705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:58.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:56.080660+0000 mgr.y (mgr.14556) 21172 : cluster [DBG] pgmap v18705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:58.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:56.080660+0000 mgr.y (mgr.14556) 21172 : cluster [DBG] pgmap v18705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:08:58.581 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:08:58.871 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:08:58.871 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 112s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:08:58.871 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 111s ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:08:58.871 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 112s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:08:58.871 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 111s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 111s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 112s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 112s ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 111s ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 112s ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 112s ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 111s ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 112s ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 112s ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 112s ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 112s ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 111s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 111s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 111s ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:08:58.872 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 111s ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:08:58.873 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 111s ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:08:59.220 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:08:59.220 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:08:59.220 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:08:59.220 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:08:59.220 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:08:59.220 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:08:59.220 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:08:59.221 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:08:59.221 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:08:59.221 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:08:59.221 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:08:59.221 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:08:59.221 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:08:59.221 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:08:59.221 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:08:59.221 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:08:59.221 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:09:00.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:08:58.081045+0000 mgr.y (mgr.14556) 21173 : cluster [DBG] pgmap v18706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:00.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:08:58.567400+0000 mgr.y (mgr.14556) 21174 : audit [DBG] from='client.46478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:09:00.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:08:59.218175+0000 mon.c (mon.2) 510 : audit [DBG] from='client.? 172.21.15.23:0/3187698454' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:09:00.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:08:58.081045+0000 mgr.y (mgr.14556) 21173 : cluster [DBG] pgmap v18706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:00.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:08:58.567400+0000 mgr.y (mgr.14556) 21174 : audit [DBG] from='client.46478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:09:00.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:08:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:08:59.218175+0000 mon.c (mon.2) 510 : audit [DBG] from='client.? 172.21.15.23:0/3187698454' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:09:00.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:08:58.081045+0000 mgr.y (mgr.14556) 21173 : cluster [DBG] pgmap v18706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:00.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:08:58.567400+0000 mgr.y (mgr.14556) 21174 : audit [DBG] from='client.46478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:09:00.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:08:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:08:59.218175+0000 mon.c (mon.2) 510 : audit [DBG] from='client.? 172.21.15.23:0/3187698454' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:09:01.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:08:58.861483+0000 mgr.y (mgr.14556) 21175 : audit [DBG] from='client.46484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:09:01.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:08:58.861483+0000 mgr.y (mgr.14556) 21175 : audit [DBG] from='client.46484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:09:01.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:08:58.861483+0000 mgr.y (mgr.14556) 21175 : audit [DBG] from='client.46484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:09:01.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:00.081462+0000 mgr.y (mgr.14556) 21176 : cluster [DBG] pgmap v18707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:01.916 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:09:02.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:00.081462+0000 mgr.y (mgr.14556) 21176 : cluster [DBG] pgmap v18707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:02.133 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:00.081462+0000 mgr.y (mgr.14556) 21176 : cluster [DBG] pgmap v18707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:03.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:02.082051+0000 mgr.y (mgr.14556) 21177 : cluster [DBG] pgmap v18708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:03.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:02.082051+0000 mgr.y (mgr.14556) 21177 : cluster [DBG] pgmap v18708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:03.165 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:02.082051+0000 mgr.y (mgr.14556) 21177 : cluster [DBG] pgmap v18708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:09:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:09:05.415 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:04.082634+0000 mgr.y (mgr.14556) 21178 : cluster [DBG] pgmap v18709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:05.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:04.082634+0000 mgr.y (mgr.14556) 21178 : cluster [DBG] pgmap v18709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:05.634 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:04.082634+0000 mgr.y (mgr.14556) 21178 : cluster [DBG] pgmap v18709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:07.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:06.083288+0000 mgr.y (mgr.14556) 21179 : cluster [DBG] pgmap v18710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:06.083288+0000 mgr.y (mgr.14556) 21179 : cluster [DBG] pgmap v18710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:07.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:06.083288+0000 mgr.y (mgr.14556) 21179 : cluster [DBG] pgmap v18710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:08.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:09:07.798525+0000 mon.a (mon.0) 4469 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:09:08.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:09:08.103670+0000 mon.a (mon.0) 4470 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:09:08.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:09:08.104315+0000 mon.a (mon.0) 4471 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:09:08.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:09:08.113241+0000 mon.a (mon.0) 4472 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:09:08.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:09:07.798525+0000 mon.a (mon.0) 4469 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:09:08.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:09:08.103670+0000 mon.a (mon.0) 4470 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:09:08.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:09:08.104315+0000 mon.a (mon.0) 4471 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:09:08.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:09:08.113241+0000 mon.a (mon.0) 4472 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:09:08.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:09:07.798525+0000 mon.a (mon.0) 4469 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:09:08.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:09:08.103670+0000 mon.a (mon.0) 4470 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:09:08.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:09:08.104315+0000 mon.a (mon.0) 4471 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:09:08.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:09:08.113241+0000 mon.a (mon.0) 4472 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:09:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:08.083638+0000 mgr.y (mgr.14556) 21180 : cluster [DBG] pgmap v18711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:08.083638+0000 mgr.y (mgr.14556) 21180 : cluster [DBG] pgmap v18711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:09.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:08.083638+0000 mgr.y (mgr.14556) 21180 : cluster [DBG] pgmap v18711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:11.542 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:10.084184+0000 mgr.y (mgr.14556) 21181 : cluster [DBG] pgmap v18712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:11.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:10.084184+0000 mgr.y (mgr.14556) 21181 : cluster [DBG] pgmap v18712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:11.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:10.084184+0000 mgr.y (mgr.14556) 21181 : cluster [DBG] pgmap v18712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:09:13.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:12.084888+0000 mgr.y (mgr.14556) 21182 : cluster [DBG] pgmap v18713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:13.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:12.084888+0000 mgr.y (mgr.14556) 21182 : cluster [DBG] pgmap v18713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:13.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:12.084888+0000 mgr.y (mgr.14556) 21182 : cluster [DBG] pgmap v18713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:14.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:09:13] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:09:15.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:14.085245+0000 mgr.y (mgr.14556) 21183 : cluster [DBG] pgmap v18714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:14.085245+0000 mgr.y (mgr.14556) 21183 : cluster [DBG] pgmap v18714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:15.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:14.085245+0000 mgr.y (mgr.14556) 21183 : cluster [DBG] pgmap v18714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:17.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:16.085956+0000 mgr.y (mgr.14556) 21184 : cluster [DBG] pgmap v18715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:16.085956+0000 mgr.y (mgr.14556) 21184 : cluster [DBG] pgmap v18715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:17.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:16.085956+0000 mgr.y (mgr.14556) 21184 : cluster [DBG] pgmap v18715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:18.086438+0000 mgr.y (mgr.14556) 21185 : cluster [DBG] pgmap v18716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:19.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:18.086438+0000 mgr.y (mgr.14556) 21185 : cluster [DBG] pgmap v18716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:19.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:18.086438+0000 mgr.y (mgr.14556) 21185 : cluster [DBG] pgmap v18716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:21.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:20.086907+0000 mgr.y (mgr.14556) 21186 : cluster [DBG] pgmap v18717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:21.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:20.086907+0000 mgr.y (mgr.14556) 21186 : cluster [DBG] pgmap v18717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:20.086907+0000 mgr.y (mgr.14556) 21186 : cluster [DBG] pgmap v18717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:09:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:22.087735+0000 mgr.y (mgr.14556) 21187 : cluster [DBG] pgmap v18718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:23.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:22.087735+0000 mgr.y (mgr.14556) 21187 : cluster [DBG] pgmap v18718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:23.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:22.087735+0000 mgr.y (mgr.14556) 21187 : cluster [DBG] pgmap v18718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:24.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:09:23] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:09:25.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:24.088209+0000 mgr.y (mgr.14556) 21188 : cluster [DBG] pgmap v18719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:24.088209+0000 mgr.y (mgr.14556) 21188 : cluster [DBG] pgmap v18719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:25.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:24.088209+0000 mgr.y (mgr.14556) 21188 : cluster [DBG] pgmap v18719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:27.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:26.088947+0000 mgr.y (mgr.14556) 21189 : cluster [DBG] pgmap v18720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:26.088947+0000 mgr.y (mgr.14556) 21189 : cluster [DBG] pgmap v18720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:27.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:26.088947+0000 mgr.y (mgr.14556) 21189 : cluster [DBG] pgmap v18720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:29.547 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:09:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:28.089528+0000 mgr.y (mgr.14556) 21190 : cluster [DBG] pgmap v18721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:29.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:28.089528+0000 mgr.y (mgr.14556) 21190 : cluster [DBG] pgmap v18721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:29.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:28.089528+0000 mgr.y (mgr.14556) 21190 : cluster [DBG] pgmap v18721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:29.836 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 2m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 2m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 2m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 2m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 2m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 2m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 2m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 2m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 2m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 2m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 2m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 2m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:09:29.837 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 2m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:09:29.838 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 2m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:09:29.838 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 2m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:09:29.838 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 2m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:09:29.838 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 2m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:09:29.838 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 2m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:09:29.838 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 2m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:09:29.838 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 2m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:09:30.188 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:09:30.188 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:09:30.188 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:09:30.188 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:09:30.188 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:09:30.188 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:09:30.188 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:09:30.188 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:09:30.188 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:09:30.188 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:09:30.188 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:09:30.189 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:09:30.189 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:09:30.189 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:09:30.189 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:09:30.189 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:09:30.189 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:09:30.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:09:29.533654+0000 mgr.y (mgr.14556) 21191 : audit [DBG] from='client.46496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:09:30.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:09:30.186246+0000 mon.a (mon.0) 4473 : audit [DBG] from='client.? 172.21.15.23:0/3639770323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:09:30.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:09:29.533654+0000 mgr.y (mgr.14556) 21191 : audit [DBG] from='client.46496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:09:30.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:09:30.186246+0000 mon.a (mon.0) 4473 : audit [DBG] from='client.? 172.21.15.23:0/3639770323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:09:30.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:09:29.533654+0000 mgr.y (mgr.14556) 21191 : audit [DBG] from='client.46496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:09:30.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:09:30.186246+0000 mon.a (mon.0) 4473 : audit [DBG] from='client.? 172.21.15.23:0/3639770323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:09:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:09:29.827121+0000 mgr.y (mgr.14556) 21192 : audit [DBG] from='client.46502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:09:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:30.089904+0000 mgr.y (mgr.14556) 21193 : cluster [DBG] pgmap v18722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:31.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:09:29.827121+0000 mgr.y (mgr.14556) 21192 : audit [DBG] from='client.46502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:09:31.633 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:30.089904+0000 mgr.y (mgr.14556) 21193 : cluster [DBG] pgmap v18722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:31.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:09:31.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:09:29.827121+0000 mgr.y (mgr.14556) 21192 : audit [DBG] from='client.46502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:09:31.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:30.089904+0000 mgr.y (mgr.14556) 21193 : cluster [DBG] pgmap v18722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:33.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:32.090644+0000 mgr.y (mgr.14556) 21194 : cluster [DBG] pgmap v18723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:33.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:32.090644+0000 mgr.y (mgr.14556) 21194 : cluster [DBG] pgmap v18723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:33.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:32.090644+0000 mgr.y (mgr.14556) 21194 : cluster [DBG] pgmap v18723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:34.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:09:33] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:09:35.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:34.091016+0000 mgr.y (mgr.14556) 21195 : cluster [DBG] pgmap v18724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:35.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:34.091016+0000 mgr.y (mgr.14556) 21195 : cluster [DBG] pgmap v18724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:35.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:34.091016+0000 mgr.y (mgr.14556) 21195 : cluster [DBG] pgmap v18724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:37.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:36.091691+0000 mgr.y (mgr.14556) 21196 : cluster [DBG] pgmap v18725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:37.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:36.091691+0000 mgr.y (mgr.14556) 21196 : cluster [DBG] pgmap v18725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:37.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:36.091691+0000 mgr.y (mgr.14556) 21196 : cluster [DBG] pgmap v18725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:39.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:38.092285+0000 mgr.y (mgr.14556) 21197 : cluster [DBG] pgmap v18726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:39.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:38.092285+0000 mgr.y (mgr.14556) 21197 : cluster [DBG] pgmap v18726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:39.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:38.092285+0000 mgr.y (mgr.14556) 21197 : cluster [DBG] pgmap v18726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:41.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:40.092890+0000 mgr.y (mgr.14556) 21198 : cluster [DBG] pgmap v18727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:41.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:40.092890+0000 mgr.y (mgr.14556) 21198 : cluster [DBG] pgmap v18727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:41.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:40.092890+0000 mgr.y (mgr.14556) 21198 : cluster [DBG] pgmap v18727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:41.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:09:43.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:42.093622+0000 mgr.y (mgr.14556) 21199 : cluster [DBG] pgmap v18728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:43.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:42.093622+0000 mgr.y (mgr.14556) 21199 : cluster [DBG] pgmap v18728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:43.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:42.093622+0000 mgr.y (mgr.14556) 21199 : cluster [DBG] pgmap v18728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:44.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:09:43] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:09:45.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:44.094027+0000 mgr.y (mgr.14556) 21200 : cluster [DBG] pgmap v18729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:45.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:44.094027+0000 mgr.y (mgr.14556) 21200 : cluster [DBG] pgmap v18729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:45.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:44.094027+0000 mgr.y (mgr.14556) 21200 : cluster [DBG] pgmap v18729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:47.666 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:46.094769+0000 mgr.y (mgr.14556) 21201 : cluster [DBG] pgmap v18730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:47.883 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:46.094769+0000 mgr.y (mgr.14556) 21201 : cluster [DBG] pgmap v18730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:47.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:46.094769+0000 mgr.y (mgr.14556) 21201 : cluster [DBG] pgmap v18730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:49.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:48.095193+0000 mgr.y (mgr.14556) 21202 : cluster [DBG] pgmap v18731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:49.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:48.095193+0000 mgr.y (mgr.14556) 21202 : cluster [DBG] pgmap v18731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:49.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:48.095193+0000 mgr.y (mgr.14556) 21202 : cluster [DBG] pgmap v18731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:51.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:50.095695+0000 mgr.y (mgr.14556) 21203 : cluster [DBG] pgmap v18732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:51.665 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:09:51.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:50.095695+0000 mgr.y (mgr.14556) 21203 : cluster [DBG] pgmap v18732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:51.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:50.095695+0000 mgr.y (mgr.14556) 21203 : cluster [DBG] pgmap v18732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:53.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:52.096422+0000 mgr.y (mgr.14556) 21204 : cluster [DBG] pgmap v18733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:53.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:52.096422+0000 mgr.y (mgr.14556) 21204 : cluster [DBG] pgmap v18733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:53.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:52.096422+0000 mgr.y (mgr.14556) 21204 : cluster [DBG] pgmap v18733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:54.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:09:53] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:09:55.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:54.096936+0000 mgr.y (mgr.14556) 21205 : cluster [DBG] pgmap v18734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:55.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:54.096936+0000 mgr.y (mgr.14556) 21205 : cluster [DBG] pgmap v18734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:55.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:54.096936+0000 mgr.y (mgr.14556) 21205 : cluster [DBG] pgmap v18734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:57.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:56.097807+0000 mgr.y (mgr.14556) 21206 : cluster [DBG] pgmap v18735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:57.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:56.097807+0000 mgr.y (mgr.14556) 21206 : cluster [DBG] pgmap v18735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:57.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:56.097807+0000 mgr.y (mgr.14556) 21206 : cluster [DBG] pgmap v18735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:59.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:09:58.098343+0000 mgr.y (mgr.14556) 21207 : cluster [DBG] pgmap v18736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:59.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:09:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:09:58.098343+0000 mgr.y (mgr.14556) 21207 : cluster [DBG] pgmap v18736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:09:59.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:09:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:09:58.098343+0000 mgr.y (mgr.14556) 21207 : cluster [DBG] pgmap v18736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:00.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T17:09:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:10:00.516 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:10:00.804 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:10:00.804 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 2m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:10:00.804 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 2m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:10:00.804 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 2m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:10:00.804 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 2m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:10:00.804 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 2m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:10:00.804 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 2m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:10:00.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 2m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:10:00.804 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 2m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:10:00.805 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 2m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:10:00.805 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 2m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:10:00.805 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 2m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:10:00.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 2m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:10:00.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 2m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:10:00.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 2m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:10:00.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 2m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:10:00.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 2m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:10:00.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 2m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:10:00.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 2m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:10:00.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 2m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:10:00.805 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 2m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:10:00.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:00.000162+0000 mon.a (mon.0) 4474 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:10:00.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:00.000162+0000 mon.a (mon.0) 4474 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:10:00.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:00.000162+0000 mon.a (mon.0) 4474 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:10:01.154 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:10:01.155 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:10:01.156 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:10:01.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:00.098973+0000 mgr.y (mgr.14556) 21208 : cluster [DBG] pgmap v18737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:01.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:10:00.502571+0000 mgr.y (mgr.14556) 21209 : audit [DBG] from='client.46514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:10:01.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:10:01.153298+0000 mon.c (mon.2) 511 : audit [DBG] from='client.? 172.21.15.23:0/2268671883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:10:01.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:00.098973+0000 mgr.y (mgr.14556) 21208 : cluster [DBG] pgmap v18737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:01.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:10:00.502571+0000 mgr.y (mgr.14556) 21209 : audit [DBG] from='client.46514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:10:01.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:10:01.153298+0000 mon.c (mon.2) 511 : audit [DBG] from='client.? 172.21.15.23:0/2268671883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:10:01.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:10:01.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:00.098973+0000 mgr.y (mgr.14556) 21208 : cluster [DBG] pgmap v18737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:01.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:10:00.502571+0000 mgr.y (mgr.14556) 21209 : audit [DBG] from='client.46514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:10:01.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:10:01.153298+0000 mon.c (mon.2) 511 : audit [DBG] from='client.? 172.21.15.23:0/2268671883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:10:02.874 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:10:00.794616+0000 mgr.y (mgr.14556) 21210 : audit [DBG] from='client.46520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:10:02.875 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:10:00.794616+0000 mgr.y (mgr.14556) 21210 : audit [DBG] from='client.46520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:10:02.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:10:00.794616+0000 mgr.y (mgr.14556) 21210 : audit [DBG] from='client.46520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:10:03.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:02.099739+0000 mgr.y (mgr.14556) 21211 : cluster [DBG] pgmap v18738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:03.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:02.099739+0000 mgr.y (mgr.14556) 21211 : cluster [DBG] pgmap v18738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:03.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:02.099739+0000 mgr.y (mgr.14556) 21211 : cluster [DBG] pgmap v18738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:04.132 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:10:03] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:10:05.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:04.100174+0000 mgr.y (mgr.14556) 21212 : cluster [DBG] pgmap v18739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:05.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:04.100174+0000 mgr.y (mgr.14556) 21212 : cluster [DBG] pgmap v18739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:04.100174+0000 mgr.y (mgr.14556) 21212 : cluster [DBG] pgmap v18739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:07.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:06.100963+0000 mgr.y (mgr.14556) 21213 : cluster [DBG] pgmap v18740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:07.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:06.100963+0000 mgr.y (mgr.14556) 21213 : cluster [DBG] pgmap v18740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:07.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:06.100963+0000 mgr.y (mgr.14556) 21213 : cluster [DBG] pgmap v18740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:08.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:10:08.117716+0000 mon.a (mon.0) 4475 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:10:08.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:10:08.373118+0000 mon.a (mon.0) 4476 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:10:08.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:10:08.376891+0000 mon.a (mon.0) 4477 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:10:08.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:10:08.117716+0000 mon.a (mon.0) 4475 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:10:08.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:10:08.373118+0000 mon.a (mon.0) 4476 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:10:08.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:10:08.376891+0000 mon.a (mon.0) 4477 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:10:08.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:10:08.117716+0000 mon.a (mon.0) 4475 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:10:08.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:10:08.373118+0000 mon.a (mon.0) 4476 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:10:08.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:10:08.376891+0000 mon.a (mon.0) 4477 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:10:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:08.101499+0000 mgr.y (mgr.14556) 21214 : cluster [DBG] pgmap v18741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:10:08.670316+0000 mon.a (mon.0) 4478 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:10:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:10:08.670982+0000 mon.a (mon.0) 4479 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:10:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:10:08.677445+0000 mon.a (mon.0) 4480 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:10:09.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:08.101499+0000 mgr.y (mgr.14556) 21214 : cluster [DBG] pgmap v18741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:09.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:10:08.670316+0000 mon.a (mon.0) 4478 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:10:09.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:10:08.670982+0000 mon.a (mon.0) 4479 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:10:09.883 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:10:08.677445+0000 mon.a (mon.0) 4480 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:10:09.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:08.101499+0000 mgr.y (mgr.14556) 21214 : cluster [DBG] pgmap v18741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:09.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:10:08.670316+0000 mon.a (mon.0) 4478 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:10:09.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:10:08.670982+0000 mon.a (mon.0) 4479 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:10:09.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:10:08.677445+0000 mon.a (mon.0) 4480 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:10:11.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:10.102132+0000 mgr.y (mgr.14556) 21215 : cluster [DBG] pgmap v18742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:11.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:10.102132+0000 mgr.y (mgr.14556) 21215 : cluster [DBG] pgmap v18742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:10.102132+0000 mgr.y (mgr.14556) 21215 : cluster [DBG] pgmap v18742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:11.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:10:13.776 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:12.102957+0000 mgr.y (mgr.14556) 21216 : cluster [DBG] pgmap v18743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:13.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:12.102957+0000 mgr.y (mgr.14556) 21216 : cluster [DBG] pgmap v18743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:13.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:12.102957+0000 mgr.y (mgr.14556) 21216 : cluster [DBG] pgmap v18743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:10:13] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:10:15.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:14.103584+0000 mgr.y (mgr.14556) 21217 : cluster [DBG] pgmap v18744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:15.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:14.103584+0000 mgr.y (mgr.14556) 21217 : cluster [DBG] pgmap v18744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:15.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:14.103584+0000 mgr.y (mgr.14556) 21217 : cluster [DBG] pgmap v18744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:17.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:16.104399+0000 mgr.y (mgr.14556) 21218 : cluster [DBG] pgmap v18745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:17.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:16.104399+0000 mgr.y (mgr.14556) 21218 : cluster [DBG] pgmap v18745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:17.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:16.104399+0000 mgr.y (mgr.14556) 21218 : cluster [DBG] pgmap v18745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:19.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:18.104915+0000 mgr.y (mgr.14556) 21219 : cluster [DBG] pgmap v18746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:18.104915+0000 mgr.y (mgr.14556) 21219 : cluster [DBG] pgmap v18746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:18.104915+0000 mgr.y (mgr.14556) 21219 : cluster [DBG] pgmap v18746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:21.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:20.105463+0000 mgr.y (mgr.14556) 21220 : cluster [DBG] pgmap v18747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:21.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:20.105463+0000 mgr.y (mgr.14556) 21220 : cluster [DBG] pgmap v18747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:21.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:20.105463+0000 mgr.y (mgr.14556) 21220 : cluster [DBG] pgmap v18747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:21.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:10:23.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:22.106169+0000 mgr.y (mgr.14556) 21221 : cluster [DBG] pgmap v18748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:23.882 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:10:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:10:23.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:22.106169+0000 mgr.y (mgr.14556) 21221 : cluster [DBG] pgmap v18748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:22.106169+0000 mgr.y (mgr.14556) 21221 : cluster [DBG] pgmap v18748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:25.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:24.106698+0000 mgr.y (mgr.14556) 21222 : cluster [DBG] pgmap v18749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:25.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:24.106698+0000 mgr.y (mgr.14556) 21222 : cluster [DBG] pgmap v18749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:25.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:24.106698+0000 mgr.y (mgr.14556) 21222 : cluster [DBG] pgmap v18749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:27.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:26.107361+0000 mgr.y (mgr.14556) 21223 : cluster [DBG] pgmap v18750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:27.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:26.107361+0000 mgr.y (mgr.14556) 21223 : cluster [DBG] pgmap v18750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:26.107361+0000 mgr.y (mgr.14556) 21223 : cluster [DBG] pgmap v18750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:29.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:28.107717+0000 mgr.y (mgr.14556) 21224 : cluster [DBG] pgmap v18751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:29.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:28.107717+0000 mgr.y (mgr.14556) 21224 : cluster [DBG] pgmap v18751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:29.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:28.107717+0000 mgr.y (mgr.14556) 21224 : cluster [DBG] pgmap v18751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:31.483 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:10:31.770 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:10:31.770 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 3m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:10:31.770 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 3m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:10:31.770 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 3m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:10:31.770 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 3m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:10:31.770 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 3m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:10:31.770 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 3m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:10:31.770 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 3m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 3m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 3m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 3m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 3m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 3m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 3m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 3m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 3m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 3m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 3m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 3m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 3m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:10:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 3m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:10:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:30.108150+0000 mgr.y (mgr.14556) 21225 : cluster [DBG] pgmap v18752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:31.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:30.108150+0000 mgr.y (mgr.14556) 21225 : cluster [DBG] pgmap v18752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:30.108150+0000 mgr.y (mgr.14556) 21225 : cluster [DBG] pgmap v18752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:31.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:10:32.121 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:10:32.121 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:10:32.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:10:32.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:10:32.121 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:10:32.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:10:32.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:10:32.121 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:10:32.121 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:10:32.121 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:10:32.121 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:10:32.122 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:10:32.122 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:10:32.122 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:10:32.122 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:10:32.122 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:10:32.122 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:10:32.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:10:31.469372+0000 mgr.y (mgr.14556) 21226 : audit [DBG] from='client.36624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:10:32.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:10:32.119740+0000 mon.a (mon.0) 4481 : audit [DBG] from='client.? 172.21.15.23:0/1155300435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:10:32.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:10:31.469372+0000 mgr.y (mgr.14556) 21226 : audit [DBG] from='client.36624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:10:32.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:10:32.119740+0000 mon.a (mon.0) 4481 : audit [DBG] from='client.? 172.21.15.23:0/1155300435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:10:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:10:31.469372+0000 mgr.y (mgr.14556) 21226 : audit [DBG] from='client.36624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:10:32.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:10:32.119740+0000 mon.a (mon.0) 4481 : audit [DBG] from='client.? 172.21.15.23:0/1155300435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:10:33.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:10:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:10:33.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:10:31.760928+0000 mgr.y (mgr.14556) 21227 : audit [DBG] from='client.46538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:10:33.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:32.108839+0000 mgr.y (mgr.14556) 21228 : cluster [DBG] pgmap v18753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:33.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:10:31.760928+0000 mgr.y (mgr.14556) 21227 : audit [DBG] from='client.46538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:10:33.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:32.108839+0000 mgr.y (mgr.14556) 21228 : cluster [DBG] pgmap v18753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:10:31.760928+0000 mgr.y (mgr.14556) 21227 : audit [DBG] from='client.46538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:10:33.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:32.108839+0000 mgr.y (mgr.14556) 21228 : cluster [DBG] pgmap v18753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:35.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:34.109466+0000 mgr.y (mgr.14556) 21229 : cluster [DBG] pgmap v18754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:35.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:34.109466+0000 mgr.y (mgr.14556) 21229 : cluster [DBG] pgmap v18754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:35.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:34.109466+0000 mgr.y (mgr.14556) 21229 : cluster [DBG] pgmap v18754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:36.110285+0000 mgr.y (mgr.14556) 21230 : cluster [DBG] pgmap v18755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:37.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:36.110285+0000 mgr.y (mgr.14556) 21230 : cluster [DBG] pgmap v18755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:37.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:36.110285+0000 mgr.y (mgr.14556) 21230 : cluster [DBG] pgmap v18755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:39.915 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:38.110697+0000 mgr.y (mgr.14556) 21231 : cluster [DBG] pgmap v18756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:40.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:38.110697+0000 mgr.y (mgr.14556) 21231 : cluster [DBG] pgmap v18756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:40.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:38.110697+0000 mgr.y (mgr.14556) 21231 : cluster [DBG] pgmap v18756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:40.111190+0000 mgr.y (mgr.14556) 21232 : cluster [DBG] pgmap v18757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:10:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:40.111190+0000 mgr.y (mgr.14556) 21232 : cluster [DBG] pgmap v18757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:42.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:40.111190+0000 mgr.y (mgr.14556) 21232 : cluster [DBG] pgmap v18757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:10:43] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:10:44.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:42.111965+0000 mgr.y (mgr.14556) 21233 : cluster [DBG] pgmap v18758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:44.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:42.111965+0000 mgr.y (mgr.14556) 21233 : cluster [DBG] pgmap v18758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:44.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:42.111965+0000 mgr.y (mgr.14556) 21233 : cluster [DBG] pgmap v18758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:46.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:44.112472+0000 mgr.y (mgr.14556) 21234 : cluster [DBG] pgmap v18759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:46.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:44.112472+0000 mgr.y (mgr.14556) 21234 : cluster [DBG] pgmap v18759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:46.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:44.112472+0000 mgr.y (mgr.14556) 21234 : cluster [DBG] pgmap v18759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:48.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:46.113224+0000 mgr.y (mgr.14556) 21235 : cluster [DBG] pgmap v18760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:48.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:46.113224+0000 mgr.y (mgr.14556) 21235 : cluster [DBG] pgmap v18760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:48.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:46.113224+0000 mgr.y (mgr.14556) 21235 : cluster [DBG] pgmap v18760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:50.132 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:48.113758+0000 mgr.y (mgr.14556) 21236 : cluster [DBG] pgmap v18761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:50.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:48.113758+0000 mgr.y (mgr.14556) 21236 : cluster [DBG] pgmap v18761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:50.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:48.113758+0000 mgr.y (mgr.14556) 21236 : cluster [DBG] pgmap v18761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:51.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:50.114271+0000 mgr.y (mgr.14556) 21237 : cluster [DBG] pgmap v18762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:51.132 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:50.114271+0000 mgr.y (mgr.14556) 21237 : cluster [DBG] pgmap v18762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:51.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:50.114271+0000 mgr.y (mgr.14556) 21237 : cluster [DBG] pgmap v18762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:10:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:52.115012+0000 mgr.y (mgr.14556) 21238 : cluster [DBG] pgmap v18763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:53.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:52.115012+0000 mgr.y (mgr.14556) 21238 : cluster [DBG] pgmap v18763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:53.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:52.115012+0000 mgr.y (mgr.14556) 21238 : cluster [DBG] pgmap v18763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:10:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:10:55.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:54.115407+0000 mgr.y (mgr.14556) 21239 : cluster [DBG] pgmap v18764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:55.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:54.115407+0000 mgr.y (mgr.14556) 21239 : cluster [DBG] pgmap v18764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:54.115407+0000 mgr.y (mgr.14556) 21239 : cluster [DBG] pgmap v18764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:56.116009+0000 mgr.y (mgr.14556) 21240 : cluster [DBG] pgmap v18765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:57.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:56.116009+0000 mgr.y (mgr.14556) 21240 : cluster [DBG] pgmap v18765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:56.116009+0000 mgr.y (mgr.14556) 21240 : cluster [DBG] pgmap v18765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:59.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:10:58.116493+0000 mgr.y (mgr.14556) 21241 : cluster [DBG] pgmap v18766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:59.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:10:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:10:58.116493+0000 mgr.y (mgr.14556) 21241 : cluster [DBG] pgmap v18766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:10:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:10:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:10:58.116493+0000 mgr.y (mgr.14556) 21241 : cluster [DBG] pgmap v18766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:01.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:00.116982+0000 mgr.y (mgr.14556) 21242 : cluster [DBG] pgmap v18767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:00.116982+0000 mgr.y (mgr.14556) 21242 : cluster [DBG] pgmap v18767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:01.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:00.116982+0000 mgr.y (mgr.14556) 21242 : cluster [DBG] pgmap v18767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:11:02.447 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:11:02.733 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:11:02.733 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 3m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:11:02.733 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 3m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:11:02.733 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 3m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:11:02.733 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 3m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:11:02.733 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 3m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 3m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 3m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 3m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 3m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 3m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 3m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 3m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 3m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 3m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 3m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 3m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 3m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:11:02.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 3m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:11:02.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 3m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:11:02.735 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 3m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:11:03.083 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:11:03.084 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:11:03.084 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:11:03.084 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:11:03.084 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:11:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:02.117708+0000 mgr.y (mgr.14556) 21243 : cluster [DBG] pgmap v18768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:11:02.433869+0000 mgr.y (mgr.14556) 21244 : audit [DBG] from='client.36642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:11:03.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:11:03.081916+0000 mon.a (mon.0) 4482 : audit [DBG] from='client.? 172.21.15.23:0/1570238278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:11:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:02.117708+0000 mgr.y (mgr.14556) 21243 : cluster [DBG] pgmap v18768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:11:02.433869+0000 mgr.y (mgr.14556) 21244 : audit [DBG] from='client.36642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:11:03.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:11:03.081916+0000 mon.a (mon.0) 4482 : audit [DBG] from='client.? 172.21.15.23:0/1570238278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:11:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:02.117708+0000 mgr.y (mgr.14556) 21243 : cluster [DBG] pgmap v18768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:11:02.433869+0000 mgr.y (mgr.14556) 21244 : audit [DBG] from='client.36642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:11:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:11:03.081916+0000 mon.a (mon.0) 4482 : audit [DBG] from='client.? 172.21.15.23:0/1570238278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:11:04.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:11:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:11:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:11:02.724408+0000 mgr.y (mgr.14556) 21245 : audit [DBG] from='client.46556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:11:04.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:11:02.724408+0000 mgr.y (mgr.14556) 21245 : audit [DBG] from='client.46556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:11:04.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:11:02.724408+0000 mgr.y (mgr.14556) 21245 : audit [DBG] from='client.46556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:11:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:04.118257+0000 mgr.y (mgr.14556) 21246 : cluster [DBG] pgmap v18769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:05.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:04.118257+0000 mgr.y (mgr.14556) 21246 : cluster [DBG] pgmap v18769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:05.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:04.118257+0000 mgr.y (mgr.14556) 21246 : cluster [DBG] pgmap v18769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:06.119013+0000 mgr.y (mgr.14556) 21247 : cluster [DBG] pgmap v18770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:07.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:06.119013+0000 mgr.y (mgr.14556) 21247 : cluster [DBG] pgmap v18770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:06.119013+0000 mgr.y (mgr.14556) 21247 : cluster [DBG] pgmap v18770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:08.119459+0000 mgr.y (mgr.14556) 21248 : cluster [DBG] pgmap v18771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:11:08.682570+0000 mon.a (mon.0) 4483 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:11:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:11:08.988686+0000 mon.a (mon.0) 4484 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:11:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:11:08.989312+0000 mon.a (mon.0) 4485 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:11:09.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:11:08.997527+0000 mon.a (mon.0) 4486 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:11:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:08.119459+0000 mgr.y (mgr.14556) 21248 : cluster [DBG] pgmap v18771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:11:08.682570+0000 mon.a (mon.0) 4483 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:11:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:11:08.988686+0000 mon.a (mon.0) 4484 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:11:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:11:08.989312+0000 mon.a (mon.0) 4485 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:11:09.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:11:08.997527+0000 mon.a (mon.0) 4486 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:11:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:08.119459+0000 mgr.y (mgr.14556) 21248 : cluster [DBG] pgmap v18771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:11:08.682570+0000 mon.a (mon.0) 4483 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:11:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:11:08.988686+0000 mon.a (mon.0) 4484 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:11:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:11:08.989312+0000 mon.a (mon.0) 4485 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:11:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:11:08.997527+0000 mon.a (mon.0) 4486 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:11:11.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:10.119822+0000 mgr.y (mgr.14556) 21249 : cluster [DBG] pgmap v18772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:10.119822+0000 mgr.y (mgr.14556) 21249 : cluster [DBG] pgmap v18772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:10.119822+0000 mgr.y (mgr.14556) 21249 : cluster [DBG] pgmap v18772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:11:13.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:12.120541+0000 mgr.y (mgr.14556) 21250 : cluster [DBG] pgmap v18773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:13.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:12.120541+0000 mgr.y (mgr.14556) 21250 : cluster [DBG] pgmap v18773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:13.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:12.120541+0000 mgr.y (mgr.14556) 21250 : cluster [DBG] pgmap v18773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:11:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:11:15.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:14.120978+0000 mgr.y (mgr.14556) 21251 : cluster [DBG] pgmap v18774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:15.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:14.120978+0000 mgr.y (mgr.14556) 21251 : cluster [DBG] pgmap v18774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:15.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:14.120978+0000 mgr.y (mgr.14556) 21251 : cluster [DBG] pgmap v18774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:17.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:16.121793+0000 mgr.y (mgr.14556) 21252 : cluster [DBG] pgmap v18775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:17.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:16.121793+0000 mgr.y (mgr.14556) 21252 : cluster [DBG] pgmap v18775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:17.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:16.121793+0000 mgr.y (mgr.14556) 21252 : cluster [DBG] pgmap v18775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:19.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:18.122369+0000 mgr.y (mgr.14556) 21253 : cluster [DBG] pgmap v18776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:19.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:18.122369+0000 mgr.y (mgr.14556) 21253 : cluster [DBG] pgmap v18776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:19.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:18.122369+0000 mgr.y (mgr.14556) 21253 : cluster [DBG] pgmap v18776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:21.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:20.122861+0000 mgr.y (mgr.14556) 21254 : cluster [DBG] pgmap v18777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:21.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:20.122861+0000 mgr.y (mgr.14556) 21254 : cluster [DBG] pgmap v18777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:21.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:20.122861+0000 mgr.y (mgr.14556) 21254 : cluster [DBG] pgmap v18777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:21.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:11:23.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:22.123726+0000 mgr.y (mgr.14556) 21255 : cluster [DBG] pgmap v18778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:23.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:22.123726+0000 mgr.y (mgr.14556) 21255 : cluster [DBG] pgmap v18778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:23.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:22.123726+0000 mgr.y (mgr.14556) 21255 : cluster [DBG] pgmap v18778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:11:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:11:25.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:24.124209+0000 mgr.y (mgr.14556) 21256 : cluster [DBG] pgmap v18779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:25.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:24.124209+0000 mgr.y (mgr.14556) 21256 : cluster [DBG] pgmap v18779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:25.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:24.124209+0000 mgr.y (mgr.14556) 21256 : cluster [DBG] pgmap v18779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:27.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:26.125087+0000 mgr.y (mgr.14556) 21257 : cluster [DBG] pgmap v18780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:27.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:26.125087+0000 mgr.y (mgr.14556) 21257 : cluster [DBG] pgmap v18780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:27.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:26.125087+0000 mgr.y (mgr.14556) 21257 : cluster [DBG] pgmap v18780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:29.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:28.125655+0000 mgr.y (mgr.14556) 21258 : cluster [DBG] pgmap v18781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:29.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:28.125655+0000 mgr.y (mgr.14556) 21258 : cluster [DBG] pgmap v18781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:29.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:28.125655+0000 mgr.y (mgr.14556) 21258 : cluster [DBG] pgmap v18781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:31.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:30.126158+0000 mgr.y (mgr.14556) 21259 : cluster [DBG] pgmap v18782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:31.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:30.126158+0000 mgr.y (mgr.14556) 21259 : cluster [DBG] pgmap v18782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:31.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:30.126158+0000 mgr.y (mgr.14556) 21259 : cluster [DBG] pgmap v18782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:31.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:11:33.409 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:11:33.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:32.127040+0000 mgr.y (mgr.14556) 21260 : cluster [DBG] pgmap v18783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:33.697 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:11:33.697 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 4m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:11:33.697 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 4m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:11:33.697 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 4m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:11:33.697 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 4m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:11:33.697 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 4m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:11:33.697 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 4m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:11:33.697 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 4m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:11:33.697 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 4m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:11:33.697 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 4m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:11:33.697 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 4m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:11:33.697 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 4m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:11:33.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 4m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:11:33.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 4m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:11:33.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 4m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:11:33.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 4m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:11:33.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 4m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:11:33.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 4m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:11:33.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 4m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:11:33.698 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 4m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:11:33.698 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 4m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:11:33.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:32.127040+0000 mgr.y (mgr.14556) 21260 : cluster [DBG] pgmap v18783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:33.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:32.127040+0000 mgr.y (mgr.14556) 21260 : cluster [DBG] pgmap v18783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:34.046 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:11:34.046 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:11:34.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:11:34.046 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:11:34.046 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:11:34.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:11:34.046 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:11:34.047 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:11:34.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:11:34.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:11:34.047 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:11:34.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:11:34.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:11:34.047 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:11:34.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:11:34.047 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:11:34.047 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:11:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:11:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:11:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:11:33.396753+0000 mgr.y (mgr.14556) 21261 : audit [DBG] from='client.36660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:11:34.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:11:33.688461+0000 mgr.y (mgr.14556) 21262 : audit [DBG] from='client.36666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:11:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:11:34.045473+0000 mon.a (mon.0) 4487 : audit [DBG] from='client.? 172.21.15.23:0/1143501949' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:11:34.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:11:33.396753+0000 mgr.y (mgr.14556) 21261 : audit [DBG] from='client.36660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:11:34.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:11:33.688461+0000 mgr.y (mgr.14556) 21262 : audit [DBG] from='client.36666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:11:34.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:11:34.045473+0000 mon.a (mon.0) 4487 : audit [DBG] from='client.? 172.21.15.23:0/1143501949' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:11:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:11:33.396753+0000 mgr.y (mgr.14556) 21261 : audit [DBG] from='client.36660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:11:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:11:33.688461+0000 mgr.y (mgr.14556) 21262 : audit [DBG] from='client.36666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:11:34.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:11:34.045473+0000 mon.a (mon.0) 4487 : audit [DBG] from='client.? 172.21.15.23:0/1143501949' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:11:35.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:34.127402+0000 mgr.y (mgr.14556) 21263 : cluster [DBG] pgmap v18784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:35.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:34.127402+0000 mgr.y (mgr.14556) 21263 : cluster [DBG] pgmap v18784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:35.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:34.127402+0000 mgr.y (mgr.14556) 21263 : cluster [DBG] pgmap v18784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:37.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:36.128221+0000 mgr.y (mgr.14556) 21264 : cluster [DBG] pgmap v18785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:37.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:36.128221+0000 mgr.y (mgr.14556) 21264 : cluster [DBG] pgmap v18785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:37.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:36.128221+0000 mgr.y (mgr.14556) 21264 : cluster [DBG] pgmap v18785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:39.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:38.128668+0000 mgr.y (mgr.14556) 21265 : cluster [DBG] pgmap v18786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:39.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:38.128668+0000 mgr.y (mgr.14556) 21265 : cluster [DBG] pgmap v18786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:39.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:38.128668+0000 mgr.y (mgr.14556) 21265 : cluster [DBG] pgmap v18786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:41.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:40.129052+0000 mgr.y (mgr.14556) 21266 : cluster [DBG] pgmap v18787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:41.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:40.129052+0000 mgr.y (mgr.14556) 21266 : cluster [DBG] pgmap v18787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:40.129052+0000 mgr.y (mgr.14556) 21266 : cluster [DBG] pgmap v18787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:11:43.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:42.129916+0000 mgr.y (mgr.14556) 21267 : cluster [DBG] pgmap v18788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:43.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:42.129916+0000 mgr.y (mgr.14556) 21267 : cluster [DBG] pgmap v18788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:43.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:42.129916+0000 mgr.y (mgr.14556) 21267 : cluster [DBG] pgmap v18788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:11:43] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:11:45.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:44.130288+0000 mgr.y (mgr.14556) 21268 : cluster [DBG] pgmap v18789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:45.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:44.130288+0000 mgr.y (mgr.14556) 21268 : cluster [DBG] pgmap v18789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:45.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:44.130288+0000 mgr.y (mgr.14556) 21268 : cluster [DBG] pgmap v18789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:47.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:46.130879+0000 mgr.y (mgr.14556) 21269 : cluster [DBG] pgmap v18790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:47.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:46.130879+0000 mgr.y (mgr.14556) 21269 : cluster [DBG] pgmap v18790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:47.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:46.130879+0000 mgr.y (mgr.14556) 21269 : cluster [DBG] pgmap v18790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:49.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:48.131254+0000 mgr.y (mgr.14556) 21270 : cluster [DBG] pgmap v18791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:49.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:48.131254+0000 mgr.y (mgr.14556) 21270 : cluster [DBG] pgmap v18791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:49.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:48.131254+0000 mgr.y (mgr.14556) 21270 : cluster [DBG] pgmap v18791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:51.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:50.131799+0000 mgr.y (mgr.14556) 21271 : cluster [DBG] pgmap v18792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:51.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:50.131799+0000 mgr.y (mgr.14556) 21271 : cluster [DBG] pgmap v18792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:51.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:50.131799+0000 mgr.y (mgr.14556) 21271 : cluster [DBG] pgmap v18792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:11:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:52.132565+0000 mgr.y (mgr.14556) 21272 : cluster [DBG] pgmap v18793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:53.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:52.132565+0000 mgr.y (mgr.14556) 21272 : cluster [DBG] pgmap v18793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:53.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:52.132565+0000 mgr.y (mgr.14556) 21272 : cluster [DBG] pgmap v18793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:11:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:11:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:54.132922+0000 mgr.y (mgr.14556) 21273 : cluster [DBG] pgmap v18794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:54.132922+0000 mgr.y (mgr.14556) 21273 : cluster [DBG] pgmap v18794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:55.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:54.132922+0000 mgr.y (mgr.14556) 21273 : cluster [DBG] pgmap v18794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:57.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:56.133814+0000 mgr.y (mgr.14556) 21274 : cluster [DBG] pgmap v18795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:56.133814+0000 mgr.y (mgr.14556) 21274 : cluster [DBG] pgmap v18795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:57.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:56.133814+0000 mgr.y (mgr.14556) 21274 : cluster [DBG] pgmap v18795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:59.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:11:58.134276+0000 mgr.y (mgr.14556) 21275 : cluster [DBG] pgmap v18796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:11:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:11:58.134276+0000 mgr.y (mgr.14556) 21275 : cluster [DBG] pgmap v18796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:11:59.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:11:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:11:58.134276+0000 mgr.y (mgr.14556) 21275 : cluster [DBG] pgmap v18796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:00.134694+0000 mgr.y (mgr.14556) 21276 : cluster [DBG] pgmap v18797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:01.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:00.134694+0000 mgr.y (mgr.14556) 21276 : cluster [DBG] pgmap v18797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:01.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:00.134694+0000 mgr.y (mgr.14556) 21276 : cluster [DBG] pgmap v18797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:12:03.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:02.135348+0000 mgr.y (mgr.14556) 21277 : cluster [DBG] pgmap v18798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:03.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:12:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:12:03.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:02.135348+0000 mgr.y (mgr.14556) 21277 : cluster [DBG] pgmap v18798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:03.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:02.135348+0000 mgr.y (mgr.14556) 21277 : cluster [DBG] pgmap v18798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:04.371 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:12:04.658 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 4m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 4m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 4m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 4m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 4m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 4m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 4m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 4m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 4m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 4m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 4m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 4m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:12:04.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 4m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:12:04.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 4m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:12:04.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 4m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:12:04.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 4m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:12:04.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 4m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:12:04.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 4m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:12:04.660 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 4m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:12:04.660 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 4m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:12:05.009 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:12:05.009 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:12:05.009 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:12:05.009 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:12:05.009 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:12:05.009 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:12:05.009 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:12:05.009 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:12:05.009 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:12:05.009 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:12:05.009 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:12:05.010 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:12:05.010 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:12:05.010 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:12:05.010 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:12:05.010 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:12:05.010 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:12:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:04.135698+0000 mgr.y (mgr.14556) 21278 : cluster [DBG] pgmap v18799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:12:04.359294+0000 mgr.y (mgr.14556) 21279 : audit [DBG] from='client.36678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:12:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:12:04.650189+0000 mgr.y (mgr.14556) 21280 : audit [DBG] from='client.36684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:12:05.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:12:05.008414+0000 mon.c (mon.2) 512 : audit [DBG] from='client.? 172.21.15.23:0/2445357112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:12:05.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:04.135698+0000 mgr.y (mgr.14556) 21278 : cluster [DBG] pgmap v18799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:05.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:12:04.359294+0000 mgr.y (mgr.14556) 21279 : audit [DBG] from='client.36678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:12:05.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:12:04.650189+0000 mgr.y (mgr.14556) 21280 : audit [DBG] from='client.36684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:12:05.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:12:05.008414+0000 mon.c (mon.2) 512 : audit [DBG] from='client.? 172.21.15.23:0/2445357112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:12:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:04.135698+0000 mgr.y (mgr.14556) 21278 : cluster [DBG] pgmap v18799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:12:04.359294+0000 mgr.y (mgr.14556) 21279 : audit [DBG] from='client.36678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:12:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:12:04.650189+0000 mgr.y (mgr.14556) 21280 : audit [DBG] from='client.36684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:12:05.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:12:05.008414+0000 mon.c (mon.2) 512 : audit [DBG] from='client.? 172.21.15.23:0/2445357112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:12:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:06.136531+0000 mgr.y (mgr.14556) 21281 : cluster [DBG] pgmap v18800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:07.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:06.136531+0000 mgr.y (mgr.14556) 21281 : cluster [DBG] pgmap v18800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:07.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:06.136531+0000 mgr.y (mgr.14556) 21281 : cluster [DBG] pgmap v18800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:08.136977+0000 mgr.y (mgr.14556) 21282 : cluster [DBG] pgmap v18801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:12:09.001942+0000 mon.a (mon.0) 4488 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:12:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:12:09.307279+0000 mon.a (mon.0) 4489 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:12:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:12:09.307932+0000 mon.a (mon.0) 4490 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:12:09.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:12:09.316296+0000 mon.a (mon.0) 4491 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:12:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:08.136977+0000 mgr.y (mgr.14556) 21282 : cluster [DBG] pgmap v18801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:12:09.001942+0000 mon.a (mon.0) 4488 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:12:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:12:09.307279+0000 mon.a (mon.0) 4489 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:12:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:12:09.307932+0000 mon.a (mon.0) 4490 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:12:09.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:12:09.316296+0000 mon.a (mon.0) 4491 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:12:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:08.136977+0000 mgr.y (mgr.14556) 21282 : cluster [DBG] pgmap v18801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:12:09.001942+0000 mon.a (mon.0) 4488 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:12:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:12:09.307279+0000 mon.a (mon.0) 4489 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:12:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:12:09.307932+0000 mon.a (mon.0) 4490 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:12:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:12:09.316296+0000 mon.a (mon.0) 4491 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:12:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:10.137440+0000 mgr.y (mgr.14556) 21283 : cluster [DBG] pgmap v18802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:11.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:10.137440+0000 mgr.y (mgr.14556) 21283 : cluster [DBG] pgmap v18802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:10.137440+0000 mgr.y (mgr.14556) 21283 : cluster [DBG] pgmap v18802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:12:13.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:12.138206+0000 mgr.y (mgr.14556) 21284 : cluster [DBG] pgmap v18803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:13.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:12:13] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:12:13.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:12.138206+0000 mgr.y (mgr.14556) 21284 : cluster [DBG] pgmap v18803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:12.138206+0000 mgr.y (mgr.14556) 21284 : cluster [DBG] pgmap v18803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:15.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:14.138690+0000 mgr.y (mgr.14556) 21285 : cluster [DBG] pgmap v18804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:14.138690+0000 mgr.y (mgr.14556) 21285 : cluster [DBG] pgmap v18804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:15.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:14.138690+0000 mgr.y (mgr.14556) 21285 : cluster [DBG] pgmap v18804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:16.139417+0000 mgr.y (mgr.14556) 21286 : cluster [DBG] pgmap v18805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:16.139417+0000 mgr.y (mgr.14556) 21286 : cluster [DBG] pgmap v18805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:17.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:16.139417+0000 mgr.y (mgr.14556) 21286 : cluster [DBG] pgmap v18805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:19.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:18.140028+0000 mgr.y (mgr.14556) 21287 : cluster [DBG] pgmap v18806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:19.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:18.140028+0000 mgr.y (mgr.14556) 21287 : cluster [DBG] pgmap v18806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:19.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:18.140028+0000 mgr.y (mgr.14556) 21287 : cluster [DBG] pgmap v18806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:21.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:20.140659+0000 mgr.y (mgr.14556) 21288 : cluster [DBG] pgmap v18807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:20.140659+0000 mgr.y (mgr.14556) 21288 : cluster [DBG] pgmap v18807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:21.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:20.140659+0000 mgr.y (mgr.14556) 21288 : cluster [DBG] pgmap v18807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:12:23.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:22.141475+0000 mgr.y (mgr.14556) 21289 : cluster [DBG] pgmap v18808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:24.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:12:23] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:12:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:22.141475+0000 mgr.y (mgr.14556) 21289 : cluster [DBG] pgmap v18808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:22.141475+0000 mgr.y (mgr.14556) 21289 : cluster [DBG] pgmap v18808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:25.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:24.141845+0000 mgr.y (mgr.14556) 21290 : cluster [DBG] pgmap v18809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:24.141845+0000 mgr.y (mgr.14556) 21290 : cluster [DBG] pgmap v18809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:26.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:24.141845+0000 mgr.y (mgr.14556) 21290 : cluster [DBG] pgmap v18809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:27.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:26.142710+0000 mgr.y (mgr.14556) 21291 : cluster [DBG] pgmap v18810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:26.142710+0000 mgr.y (mgr.14556) 21291 : cluster [DBG] pgmap v18810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:28.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:26.142710+0000 mgr.y (mgr.14556) 21291 : cluster [DBG] pgmap v18810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:28.143098+0000 mgr.y (mgr.14556) 21292 : cluster [DBG] pgmap v18811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:30.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:28.143098+0000 mgr.y (mgr.14556) 21292 : cluster [DBG] pgmap v18811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:30.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:28.143098+0000 mgr.y (mgr.14556) 21292 : cluster [DBG] pgmap v18811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:31.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:30.143601+0000 mgr.y (mgr.14556) 21293 : cluster [DBG] pgmap v18812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:31.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:12:32.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:30.143601+0000 mgr.y (mgr.14556) 21293 : cluster [DBG] pgmap v18812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:32.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:30.143601+0000 mgr.y (mgr.14556) 21293 : cluster [DBG] pgmap v18812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:34.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:32.144362+0000 mgr.y (mgr.14556) 21294 : cluster [DBG] pgmap v18813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:34.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:12:33] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:12:34.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:32.144362+0000 mgr.y (mgr.14556) 21294 : cluster [DBG] pgmap v18813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:34.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:32.144362+0000 mgr.y (mgr.14556) 21294 : cluster [DBG] pgmap v18813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:35.356 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:12:35.644 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 5m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 5m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 5m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 5m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 5m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 5m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 5m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 5m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 5m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 5m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 5m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 5m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 5m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:12:35.645 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 5m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:12:35.646 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 5m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:12:35.646 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 5m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:12:35.646 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 5m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:12:35.646 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 5m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:12:35.646 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 5m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:12:35.646 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 5m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:12:35.995 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:12:35.995 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:12:35.996 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:12:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:34.144720+0000 mgr.y (mgr.14556) 21295 : cluster [DBG] pgmap v18814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:36.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:34.144720+0000 mgr.y (mgr.14556) 21295 : cluster [DBG] pgmap v18814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:36.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:34.144720+0000 mgr.y (mgr.14556) 21295 : cluster [DBG] pgmap v18814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:12:35.344070+0000 mgr.y (mgr.14556) 21296 : audit [DBG] from='client.46604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:12:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:12:35.636391+0000 mgr.y (mgr.14556) 21297 : audit [DBG] from='client.36702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:12:37.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:12:35.995220+0000 mon.a (mon.0) 4492 : audit [DBG] from='client.? 172.21.15.23:0/3925084515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:12:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:12:35.344070+0000 mgr.y (mgr.14556) 21296 : audit [DBG] from='client.46604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:12:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:12:35.636391+0000 mgr.y (mgr.14556) 21297 : audit [DBG] from='client.36702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:12:37.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:12:35.995220+0000 mon.a (mon.0) 4492 : audit [DBG] from='client.? 172.21.15.23:0/3925084515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:12:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:12:35.344070+0000 mgr.y (mgr.14556) 21296 : audit [DBG] from='client.46604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:12:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:12:35.636391+0000 mgr.y (mgr.14556) 21297 : audit [DBG] from='client.36702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:12:37.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:12:35.995220+0000 mon.a (mon.0) 4492 : audit [DBG] from='client.? 172.21.15.23:0/3925084515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:12:38.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:36.145324+0000 mgr.y (mgr.14556) 21298 : cluster [DBG] pgmap v18815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:38.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:36.145324+0000 mgr.y (mgr.14556) 21298 : cluster [DBG] pgmap v18815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:38.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:36.145324+0000 mgr.y (mgr.14556) 21298 : cluster [DBG] pgmap v18815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:40.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:38.145705+0000 mgr.y (mgr.14556) 21299 : cluster [DBG] pgmap v18816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:40.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:38.145705+0000 mgr.y (mgr.14556) 21299 : cluster [DBG] pgmap v18816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:40.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:38.145705+0000 mgr.y (mgr.14556) 21299 : cluster [DBG] pgmap v18816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:41.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:40.146273+0000 mgr.y (mgr.14556) 21300 : cluster [DBG] pgmap v18817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:41.915 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:12:42.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:40.146273+0000 mgr.y (mgr.14556) 21300 : cluster [DBG] pgmap v18817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:40.146273+0000 mgr.y (mgr.14556) 21300 : cluster [DBG] pgmap v18817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:43.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:42.146935+0000 mgr.y (mgr.14556) 21301 : cluster [DBG] pgmap v18818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:43.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:42.146935+0000 mgr.y (mgr.14556) 21301 : cluster [DBG] pgmap v18818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:43.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:42.146935+0000 mgr.y (mgr.14556) 21301 : cluster [DBG] pgmap v18818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:12:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:12:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:44.147396+0000 mgr.y (mgr.14556) 21302 : cluster [DBG] pgmap v18819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:45.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:44.147396+0000 mgr.y (mgr.14556) 21302 : cluster [DBG] pgmap v18819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:45.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:44.147396+0000 mgr.y (mgr.14556) 21302 : cluster [DBG] pgmap v18819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:46.147965+0000 mgr.y (mgr.14556) 21303 : cluster [DBG] pgmap v18820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:47.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:46.147965+0000 mgr.y (mgr.14556) 21303 : cluster [DBG] pgmap v18820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:46.147965+0000 mgr.y (mgr.14556) 21303 : cluster [DBG] pgmap v18820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:49.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:48.148357+0000 mgr.y (mgr.14556) 21304 : cluster [DBG] pgmap v18821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:48.148357+0000 mgr.y (mgr.14556) 21304 : cluster [DBG] pgmap v18821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:49.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:48.148357+0000 mgr.y (mgr.14556) 21304 : cluster [DBG] pgmap v18821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:51.541 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:50.148736+0000 mgr.y (mgr.14556) 21305 : cluster [DBG] pgmap v18822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:50.148736+0000 mgr.y (mgr.14556) 21305 : cluster [DBG] pgmap v18822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:51.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:50.148736+0000 mgr.y (mgr.14556) 21305 : cluster [DBG] pgmap v18822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:51.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:12:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:52.149429+0000 mgr.y (mgr.14556) 21306 : cluster [DBG] pgmap v18823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:53.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:52.149429+0000 mgr.y (mgr.14556) 21306 : cluster [DBG] pgmap v18823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:52.149429+0000 mgr.y (mgr.14556) 21306 : cluster [DBG] pgmap v18823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:54.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:12:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:12:55.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:54.149860+0000 mgr.y (mgr.14556) 21307 : cluster [DBG] pgmap v18824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:54.149860+0000 mgr.y (mgr.14556) 21307 : cluster [DBG] pgmap v18824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:54.149860+0000 mgr.y (mgr.14556) 21307 : cluster [DBG] pgmap v18824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:57.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:56.150579+0000 mgr.y (mgr.14556) 21308 : cluster [DBG] pgmap v18825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:56.150579+0000 mgr.y (mgr.14556) 21308 : cluster [DBG] pgmap v18825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:57.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:56.150579+0000 mgr.y (mgr.14556) 21308 : cluster [DBG] pgmap v18825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:59.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:12:58.150911+0000 mgr.y (mgr.14556) 21309 : cluster [DBG] pgmap v18826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:59.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:12:58.150911+0000 mgr.y (mgr.14556) 21309 : cluster [DBG] pgmap v18826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:12:59.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:12:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:12:58.150911+0000 mgr.y (mgr.14556) 21309 : cluster [DBG] pgmap v18826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:00.151309+0000 mgr.y (mgr.14556) 21310 : cluster [DBG] pgmap v18827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:01.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:00.151309+0000 mgr.y (mgr.14556) 21310 : cluster [DBG] pgmap v18827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:01.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:00.151309+0000 mgr.y (mgr.14556) 21310 : cluster [DBG] pgmap v18827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:01.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:13:03.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:02.152073+0000 mgr.y (mgr.14556) 21311 : cluster [DBG] pgmap v18828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:03.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:02.152073+0000 mgr.y (mgr.14556) 21311 : cluster [DBG] pgmap v18828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:03.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:02.152073+0000 mgr.y (mgr.14556) 21311 : cluster [DBG] pgmap v18828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:13:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:13:05.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:04.152468+0000 mgr.y (mgr.14556) 21312 : cluster [DBG] pgmap v18829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:05.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:04.152468+0000 mgr.y (mgr.14556) 21312 : cluster [DBG] pgmap v18829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:04.152468+0000 mgr.y (mgr.14556) 21312 : cluster [DBG] pgmap v18829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:06.323 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:13:06.616 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:13:06.616 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 5m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:13:06.616 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 5m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:13:06.616 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 5m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:13:06.616 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 5m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 5m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 5m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 5m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 5m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 5m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 5m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 5m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 5m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 5m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 5m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 5m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 5m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 5m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 5m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:13:06.617 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 5m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:13:06.618 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 5m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:13:06.970 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:13:06.970 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:13:06.970 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:13:06.970 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:13:06.970 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:13:06.970 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:13:06.970 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:13:06.970 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:13:06.970 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:13:06.970 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:13:06.971 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:13:06.971 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:13:06.971 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:13:06.971 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:13:06.971 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:13:06.971 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:13:06.971 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:13:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:06.153032+0000 mgr.y (mgr.14556) 21313 : cluster [DBG] pgmap v18830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:13:06.310809+0000 mgr.y (mgr.14556) 21314 : audit [DBG] from='client.46622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:13:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:13:06.608029+0000 mgr.y (mgr.14556) 21315 : audit [DBG] from='client.46628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:13:07.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:13:06.969669+0000 mon.c (mon.2) 513 : audit [DBG] from='client.? 172.21.15.23:0/3934505240' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:13:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:06.153032+0000 mgr.y (mgr.14556) 21313 : cluster [DBG] pgmap v18830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:13:06.310809+0000 mgr.y (mgr.14556) 21314 : audit [DBG] from='client.46622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:13:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:13:06.608029+0000 mgr.y (mgr.14556) 21315 : audit [DBG] from='client.46628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:13:07.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:13:06.969669+0000 mon.c (mon.2) 513 : audit [DBG] from='client.? 172.21.15.23:0/3934505240' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:13:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:06.153032+0000 mgr.y (mgr.14556) 21313 : cluster [DBG] pgmap v18830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:13:06.310809+0000 mgr.y (mgr.14556) 21314 : audit [DBG] from='client.46622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:13:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:13:06.608029+0000 mgr.y (mgr.14556) 21315 : audit [DBG] from='client.46628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:13:07.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:13:06.969669+0000 mon.c (mon.2) 513 : audit [DBG] from='client.? 172.21.15.23:0/3934505240' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:13:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:08.153486+0000 mgr.y (mgr.14556) 21316 : cluster [DBG] pgmap v18831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:09.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:13:09.320667+0000 mon.a (mon.0) 4493 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:13:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:08.153486+0000 mgr.y (mgr.14556) 21316 : cluster [DBG] pgmap v18831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:09.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:13:09.320667+0000 mon.a (mon.0) 4493 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:13:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:08.153486+0000 mgr.y (mgr.14556) 21316 : cluster [DBG] pgmap v18831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:09.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:13:09.320667+0000 mon.a (mon.0) 4493 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:13:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:13:09.625832+0000 mon.a (mon.0) 4494 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:13:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:13:09.626484+0000 mon.a (mon.0) 4495 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:13:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:13:09.634624+0000 mon.a (mon.0) 4496 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:13:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:13:09.625832+0000 mon.a (mon.0) 4494 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:13:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:13:09.626484+0000 mon.a (mon.0) 4495 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:13:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:13:09.634624+0000 mon.a (mon.0) 4496 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:13:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:13:09.625832+0000 mon.a (mon.0) 4494 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:13:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:13:09.626484+0000 mon.a (mon.0) 4495 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:13:10.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:13:09.634624+0000 mon.a (mon.0) 4496 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:13:11.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:10.153973+0000 mgr.y (mgr.14556) 21317 : cluster [DBG] pgmap v18832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:13:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:10.153973+0000 mgr.y (mgr.14556) 21317 : cluster [DBG] pgmap v18832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:12.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:10.153973+0000 mgr.y (mgr.14556) 21317 : cluster [DBG] pgmap v18832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:13.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:12.154771+0000 mgr.y (mgr.14556) 21318 : cluster [DBG] pgmap v18833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:14.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:13:13] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:13:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:12.154771+0000 mgr.y (mgr.14556) 21318 : cluster [DBG] pgmap v18833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:12.154771+0000 mgr.y (mgr.14556) 21318 : cluster [DBG] pgmap v18833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:14.155215+0000 mgr.y (mgr.14556) 21319 : cluster [DBG] pgmap v18834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:16.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:14.155215+0000 mgr.y (mgr.14556) 21319 : cluster [DBG] pgmap v18834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:16.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:14.155215+0000 mgr.y (mgr.14556) 21319 : cluster [DBG] pgmap v18834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:16.155912+0000 mgr.y (mgr.14556) 21320 : cluster [DBG] pgmap v18835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:16.155912+0000 mgr.y (mgr.14556) 21320 : cluster [DBG] pgmap v18835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:18.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:16.155912+0000 mgr.y (mgr.14556) 21320 : cluster [DBG] pgmap v18835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:18.156339+0000 mgr.y (mgr.14556) 21321 : cluster [DBG] pgmap v18836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:20.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:18.156339+0000 mgr.y (mgr.14556) 21321 : cluster [DBG] pgmap v18836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:18.156339+0000 mgr.y (mgr.14556) 21321 : cluster [DBG] pgmap v18836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:20.156761+0000 mgr.y (mgr.14556) 21322 : cluster [DBG] pgmap v18837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:13:22.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:20.156761+0000 mgr.y (mgr.14556) 21322 : cluster [DBG] pgmap v18837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:22.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:20.156761+0000 mgr.y (mgr.14556) 21322 : cluster [DBG] pgmap v18837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:13:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:13:24.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:22.157494+0000 mgr.y (mgr.14556) 21323 : cluster [DBG] pgmap v18838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:24.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:22.157494+0000 mgr.y (mgr.14556) 21323 : cluster [DBG] pgmap v18838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:22.157494+0000 mgr.y (mgr.14556) 21323 : cluster [DBG] pgmap v18838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:24.157902+0000 mgr.y (mgr.14556) 21324 : cluster [DBG] pgmap v18839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:26.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:24.157902+0000 mgr.y (mgr.14556) 21324 : cluster [DBG] pgmap v18839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:24.157902+0000 mgr.y (mgr.14556) 21324 : cluster [DBG] pgmap v18839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:26.158656+0000 mgr.y (mgr.14556) 21325 : cluster [DBG] pgmap v18840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:28.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:26.158656+0000 mgr.y (mgr.14556) 21325 : cluster [DBG] pgmap v18840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:26.158656+0000 mgr.y (mgr.14556) 21325 : cluster [DBG] pgmap v18840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:28.159067+0000 mgr.y (mgr.14556) 21326 : cluster [DBG] pgmap v18841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:30.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:28.159067+0000 mgr.y (mgr.14556) 21326 : cluster [DBG] pgmap v18841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:30.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:28.159067+0000 mgr.y (mgr.14556) 21326 : cluster [DBG] pgmap v18841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:31.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:30.159462+0000 mgr.y (mgr.14556) 21327 : cluster [DBG] pgmap v18842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:31.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:30.159462+0000 mgr.y (mgr.14556) 21327 : cluster [DBG] pgmap v18842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:31.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:30.159462+0000 mgr.y (mgr.14556) 21327 : cluster [DBG] pgmap v18842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:13:33.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:32.160216+0000 mgr.y (mgr.14556) 21328 : cluster [DBG] pgmap v18843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:33.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:32.160216+0000 mgr.y (mgr.14556) 21328 : cluster [DBG] pgmap v18843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:32.160216+0000 mgr.y (mgr.14556) 21328 : cluster [DBG] pgmap v18843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:13:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:13:35.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:34.160688+0000 mgr.y (mgr.14556) 21329 : cluster [DBG] pgmap v18844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:35.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:34.160688+0000 mgr.y (mgr.14556) 21329 : cluster [DBG] pgmap v18844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:34.160688+0000 mgr.y (mgr.14556) 21329 : cluster [DBG] pgmap v18844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:37.295 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:13:37.586 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:13:37.586 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 6m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:13:37.586 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 6m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:13:37.586 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 6m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:13:37.586 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 6m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:13:37.586 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 6m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:13:37.586 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 6m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 6m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 6m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 6m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 6m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 6m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 6m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 6m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 6m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 6m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 6m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 6m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 6m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 6m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:13:37.587 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 6m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:13:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:36.161282+0000 mgr.y (mgr.14556) 21330 : cluster [DBG] pgmap v18845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:37.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:36.161282+0000 mgr.y (mgr.14556) 21330 : cluster [DBG] pgmap v18845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:36.161282+0000 mgr.y (mgr.14556) 21330 : cluster [DBG] pgmap v18845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:37.936 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:13:37.937 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:13:37.938 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:13:37.938 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:13:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:13:37.283570+0000 mgr.y (mgr.14556) 21331 : audit [DBG] from='client.36732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:13:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:13:37.578028+0000 mgr.y (mgr.14556) 21332 : audit [DBG] from='client.36738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:13:38.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:13:37.936567+0000 mon.a (mon.0) 4497 : audit [DBG] from='client.? 172.21.15.23:0/457034767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:13:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:13:37.283570+0000 mgr.y (mgr.14556) 21331 : audit [DBG] from='client.36732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:13:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:13:37.578028+0000 mgr.y (mgr.14556) 21332 : audit [DBG] from='client.36738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:13:38.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:13:37.936567+0000 mon.a (mon.0) 4497 : audit [DBG] from='client.? 172.21.15.23:0/457034767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:13:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:13:37.283570+0000 mgr.y (mgr.14556) 21331 : audit [DBG] from='client.36732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:13:38.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:13:37.578028+0000 mgr.y (mgr.14556) 21332 : audit [DBG] from='client.36738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:13:38.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:13:37.936567+0000 mon.a (mon.0) 4497 : audit [DBG] from='client.? 172.21.15.23:0/457034767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:13:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:38.161618+0000 mgr.y (mgr.14556) 21333 : cluster [DBG] pgmap v18846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:39.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:38.161618+0000 mgr.y (mgr.14556) 21333 : cluster [DBG] pgmap v18846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:39.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:38.161618+0000 mgr.y (mgr.14556) 21333 : cluster [DBG] pgmap v18846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:41.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:40.162081+0000 mgr.y (mgr.14556) 21334 : cluster [DBG] pgmap v18847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:40.162081+0000 mgr.y (mgr.14556) 21334 : cluster [DBG] pgmap v18847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:41.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:40.162081+0000 mgr.y (mgr.14556) 21334 : cluster [DBG] pgmap v18847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:13:43.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:42.162679+0000 mgr.y (mgr.14556) 21335 : cluster [DBG] pgmap v18848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:43.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:42.162679+0000 mgr.y (mgr.14556) 21335 : cluster [DBG] pgmap v18848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:42.162679+0000 mgr.y (mgr.14556) 21335 : cluster [DBG] pgmap v18848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:13:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:13:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:44.163232+0000 mgr.y (mgr.14556) 21336 : cluster [DBG] pgmap v18849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:45.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:44.163232+0000 mgr.y (mgr.14556) 21336 : cluster [DBG] pgmap v18849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:44.163232+0000 mgr.y (mgr.14556) 21336 : cluster [DBG] pgmap v18849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:46.163823+0000 mgr.y (mgr.14556) 21337 : cluster [DBG] pgmap v18850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:47.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:46.163823+0000 mgr.y (mgr.14556) 21337 : cluster [DBG] pgmap v18850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:46.163823+0000 mgr.y (mgr.14556) 21337 : cluster [DBG] pgmap v18850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:49.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:48.164264+0000 mgr.y (mgr.14556) 21338 : cluster [DBG] pgmap v18851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:49.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:48.164264+0000 mgr.y (mgr.14556) 21338 : cluster [DBG] pgmap v18851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:48.164264+0000 mgr.y (mgr.14556) 21338 : cluster [DBG] pgmap v18851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:51.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:50.164742+0000 mgr.y (mgr.14556) 21339 : cluster [DBG] pgmap v18852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:51.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:50.164742+0000 mgr.y (mgr.14556) 21339 : cluster [DBG] pgmap v18852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:50.164742+0000 mgr.y (mgr.14556) 21339 : cluster [DBG] pgmap v18852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:51.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:13:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:52.165559+0000 mgr.y (mgr.14556) 21340 : cluster [DBG] pgmap v18853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:53.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:52.165559+0000 mgr.y (mgr.14556) 21340 : cluster [DBG] pgmap v18853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:52.165559+0000 mgr.y (mgr.14556) 21340 : cluster [DBG] pgmap v18853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:13:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:13:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:54.165934+0000 mgr.y (mgr.14556) 21341 : cluster [DBG] pgmap v18854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:55.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:54.165934+0000 mgr.y (mgr.14556) 21341 : cluster [DBG] pgmap v18854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:55.664 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:54.165934+0000 mgr.y (mgr.14556) 21341 : cluster [DBG] pgmap v18854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:56.166838+0000 mgr.y (mgr.14556) 21342 : cluster [DBG] pgmap v18855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:56.166838+0000 mgr.y (mgr.14556) 21342 : cluster [DBG] pgmap v18855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:57.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:56.166838+0000 mgr.y (mgr.14556) 21342 : cluster [DBG] pgmap v18855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:13:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:13:58.167375+0000 mgr.y (mgr.14556) 21343 : cluster [DBG] pgmap v18856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:13:58.167375+0000 mgr.y (mgr.14556) 21343 : cluster [DBG] pgmap v18856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:13:59.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:13:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:13:58.167375+0000 mgr.y (mgr.14556) 21343 : cluster [DBG] pgmap v18856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:01.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:00.167732+0000 mgr.y (mgr.14556) 21344 : cluster [DBG] pgmap v18857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:01.664 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:14:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:00.167732+0000 mgr.y (mgr.14556) 21344 : cluster [DBG] pgmap v18857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:01.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:00.167732+0000 mgr.y (mgr.14556) 21344 : cluster [DBG] pgmap v18857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:02.168367+0000 mgr.y (mgr.14556) 21345 : cluster [DBG] pgmap v18858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:02.168367+0000 mgr.y (mgr.14556) 21345 : cluster [DBG] pgmap v18858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:02.168367+0000 mgr.y (mgr.14556) 21345 : cluster [DBG] pgmap v18858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:14:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:14:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:04.168711+0000 mgr.y (mgr.14556) 21346 : cluster [DBG] pgmap v18859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:05.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:04.168711+0000 mgr.y (mgr.14556) 21346 : cluster [DBG] pgmap v18859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:04.168711+0000 mgr.y (mgr.14556) 21346 : cluster [DBG] pgmap v18859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:06.169349+0000 mgr.y (mgr.14556) 21347 : cluster [DBG] pgmap v18860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:07.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:06.169349+0000 mgr.y (mgr.14556) 21347 : cluster [DBG] pgmap v18860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:06.169349+0000 mgr.y (mgr.14556) 21347 : cluster [DBG] pgmap v18860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:08.261 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:14:08.548 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:14:08.548 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:14:08.548 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 7m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:14:08.548 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:14:08.548 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 7m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:14:08.548 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 7m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:14:08.548 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 7m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 7m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 7m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 7m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 7m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 7m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:14:08.549 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 7m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:14:08.898 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:14:08.898 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:14:08.898 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:14:08.898 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:14:08.898 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:14:08.898 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:14:08.898 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:14:08.898 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:14:08.899 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:14:08.899 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:14:08.899 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:14:08.899 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:14:08.899 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:14:08.899 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:14:08.899 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:14:08.899 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:14:08.899 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:14:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:08.169674+0000 mgr.y (mgr.14556) 21348 : cluster [DBG] pgmap v18861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:14:08.248796+0000 mgr.y (mgr.14556) 21349 : audit [DBG] from='client.36750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:14:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:14:08.540392+0000 mgr.y (mgr.14556) 21350 : audit [DBG] from='client.36756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:14:09.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:14:08.898079+0000 mon.c (mon.2) 514 : audit [DBG] from='client.? 172.21.15.23:0/1066211423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:14:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:08.169674+0000 mgr.y (mgr.14556) 21348 : cluster [DBG] pgmap v18861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:14:08.248796+0000 mgr.y (mgr.14556) 21349 : audit [DBG] from='client.36750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:14:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:14:08.540392+0000 mgr.y (mgr.14556) 21350 : audit [DBG] from='client.36756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:14:09.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:14:08.898079+0000 mon.c (mon.2) 514 : audit [DBG] from='client.? 172.21.15.23:0/1066211423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:14:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:08.169674+0000 mgr.y (mgr.14556) 21348 : cluster [DBG] pgmap v18861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:14:08.248796+0000 mgr.y (mgr.14556) 21349 : audit [DBG] from='client.36750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:14:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:14:08.540392+0000 mgr.y (mgr.14556) 21350 : audit [DBG] from='client.36756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:14:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:14:08.898079+0000 mon.c (mon.2) 514 : audit [DBG] from='client.? 172.21.15.23:0/1066211423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:14:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:14:09.639609+0000 mon.a (mon.0) 4498 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:14:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:14:09.943729+0000 mon.a (mon.0) 4499 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:14:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:14:09.944377+0000 mon.a (mon.0) 4500 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:14:10.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:14:09.958019+0000 mon.a (mon.0) 4501 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:14:10.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:14:09.639609+0000 mon.a (mon.0) 4498 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:14:10.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:14:09.943729+0000 mon.a (mon.0) 4499 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:14:10.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:14:09.944377+0000 mon.a (mon.0) 4500 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:14:10.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:14:09.958019+0000 mon.a (mon.0) 4501 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:14:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:14:09.639609+0000 mon.a (mon.0) 4498 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:14:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:14:09.943729+0000 mon.a (mon.0) 4499 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:14:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:14:09.944377+0000 mon.a (mon.0) 4500 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:14:10.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:14:09.958019+0000 mon.a (mon.0) 4501 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:14:11.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:10.169947+0000 mgr.y (mgr.14556) 21351 : cluster [DBG] pgmap v18862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:11.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:10.169947+0000 mgr.y (mgr.14556) 21351 : cluster [DBG] pgmap v18862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:10.169947+0000 mgr.y (mgr.14556) 21351 : cluster [DBG] pgmap v18862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:11.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:14:13.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:12.170573+0000 mgr.y (mgr.14556) 21352 : cluster [DBG] pgmap v18863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:13.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:12.170573+0000 mgr.y (mgr.14556) 21352 : cluster [DBG] pgmap v18863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:12.170573+0000 mgr.y (mgr.14556) 21352 : cluster [DBG] pgmap v18863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:14:13] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:14:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:14.170929+0000 mgr.y (mgr.14556) 21353 : cluster [DBG] pgmap v18864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:15.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:14.170929+0000 mgr.y (mgr.14556) 21353 : cluster [DBG] pgmap v18864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:14.170929+0000 mgr.y (mgr.14556) 21353 : cluster [DBG] pgmap v18864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:17.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:16.171528+0000 mgr.y (mgr.14556) 21354 : cluster [DBG] pgmap v18865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:17.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:16.171528+0000 mgr.y (mgr.14556) 21354 : cluster [DBG] pgmap v18865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:17.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:16.171528+0000 mgr.y (mgr.14556) 21354 : cluster [DBG] pgmap v18865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:19.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:18.171960+0000 mgr.y (mgr.14556) 21355 : cluster [DBG] pgmap v18866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:19.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:18.171960+0000 mgr.y (mgr.14556) 21355 : cluster [DBG] pgmap v18866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:19.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:18.171960+0000 mgr.y (mgr.14556) 21355 : cluster [DBG] pgmap v18866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:21.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:20.172597+0000 mgr.y (mgr.14556) 21356 : cluster [DBG] pgmap v18867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:21.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:20.172597+0000 mgr.y (mgr.14556) 21356 : cluster [DBG] pgmap v18867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:20.172597+0000 mgr.y (mgr.14556) 21356 : cluster [DBG] pgmap v18867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:21.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:14:23.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:22.173313+0000 mgr.y (mgr.14556) 21357 : cluster [DBG] pgmap v18868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:23.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:22.173313+0000 mgr.y (mgr.14556) 21357 : cluster [DBG] pgmap v18868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:23.881 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:14:23] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:14:23.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:22.173313+0000 mgr.y (mgr.14556) 21357 : cluster [DBG] pgmap v18868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:24.173863+0000 mgr.y (mgr.14556) 21358 : cluster [DBG] pgmap v18869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:25.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:24.173863+0000 mgr.y (mgr.14556) 21358 : cluster [DBG] pgmap v18869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:24.173863+0000 mgr.y (mgr.14556) 21358 : cluster [DBG] pgmap v18869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:26.174569+0000 mgr.y (mgr.14556) 21359 : cluster [DBG] pgmap v18870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:27.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:26.174569+0000 mgr.y (mgr.14556) 21359 : cluster [DBG] pgmap v18870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:26.174569+0000 mgr.y (mgr.14556) 21359 : cluster [DBG] pgmap v18870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:28.175001+0000 mgr.y (mgr.14556) 21360 : cluster [DBG] pgmap v18871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:29.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:28.175001+0000 mgr.y (mgr.14556) 21360 : cluster [DBG] pgmap v18871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:28.175001+0000 mgr.y (mgr.14556) 21360 : cluster [DBG] pgmap v18871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:30.175501+0000 mgr.y (mgr.14556) 21361 : cluster [DBG] pgmap v18872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:31.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:30.175501+0000 mgr.y (mgr.14556) 21361 : cluster [DBG] pgmap v18872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:30.175501+0000 mgr.y (mgr.14556) 21361 : cluster [DBG] pgmap v18872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:14:33.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:14:33] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:14:33.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:32.176135+0000 mgr.y (mgr.14556) 21362 : cluster [DBG] pgmap v18873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:33.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:32.176135+0000 mgr.y (mgr.14556) 21362 : cluster [DBG] pgmap v18873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:32.176135+0000 mgr.y (mgr.14556) 21362 : cluster [DBG] pgmap v18873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:34.176538+0000 mgr.y (mgr.14556) 21363 : cluster [DBG] pgmap v18874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:36.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:34.176538+0000 mgr.y (mgr.14556) 21363 : cluster [DBG] pgmap v18874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:36.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:34.176538+0000 mgr.y (mgr.14556) 21363 : cluster [DBG] pgmap v18874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:36.177396+0000 mgr.y (mgr.14556) 21364 : cluster [DBG] pgmap v18875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:38.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:36.177396+0000 mgr.y (mgr.14556) 21364 : cluster [DBG] pgmap v18875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:38.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:36.177396+0000 mgr.y (mgr.14556) 21364 : cluster [DBG] pgmap v18875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:39.222 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:14:39.509 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 7m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 7m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 7m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 7m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 7m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7m ago 10h 47.1M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:14:39.510 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7m ago 10h 46.5M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:14:39.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:14:39.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7m ago 10h 44.4M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:14:39.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 7m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:14:39.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 7m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:14:39.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 7m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:14:39.511 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 7m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:14:39.511 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 7m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:14:39.862 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:14:39.862 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:14:39.862 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:14:39.862 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:14:39.863 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:14:40.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:38.177776+0000 mgr.y (mgr.14556) 21365 : cluster [DBG] pgmap v18876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:38.177776+0000 mgr.y (mgr.14556) 21365 : cluster [DBG] pgmap v18876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:40.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:38.177776+0000 mgr.y (mgr.14556) 21365 : cluster [DBG] pgmap v18876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:41.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:14:39.210495+0000 mgr.y (mgr.14556) 21366 : audit [DBG] from='client.36768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:14:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:14:39.501823+0000 mgr.y (mgr.14556) 21367 : audit [DBG] from='client.46682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:14:41.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:14:39.862565+0000 mon.c (mon.2) 515 : audit [DBG] from='client.? 172.21.15.23:0/3060535820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:14:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:14:39.210495+0000 mgr.y (mgr.14556) 21366 : audit [DBG] from='client.36768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:14:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:14:39.501823+0000 mgr.y (mgr.14556) 21367 : audit [DBG] from='client.46682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:14:41.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:14:39.862565+0000 mon.c (mon.2) 515 : audit [DBG] from='client.? 172.21.15.23:0/3060535820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:14:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:14:39.210495+0000 mgr.y (mgr.14556) 21366 : audit [DBG] from='client.36768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:14:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:14:39.501823+0000 mgr.y (mgr.14556) 21367 : audit [DBG] from='client.46682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:14:41.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:14:39.862565+0000 mon.c (mon.2) 515 : audit [DBG] from='client.? 172.21.15.23:0/3060535820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:14:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:40.178113+0000 mgr.y (mgr.14556) 21368 : cluster [DBG] pgmap v18877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:41.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:14:42.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:40.178113+0000 mgr.y (mgr.14556) 21368 : cluster [DBG] pgmap v18877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:42.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:40.178113+0000 mgr.y (mgr.14556) 21368 : cluster [DBG] pgmap v18877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:42.178834+0000 mgr.y (mgr.14556) 21369 : cluster [DBG] pgmap v18878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:44.131 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:14:43] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:14:44.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:42.178834+0000 mgr.y (mgr.14556) 21369 : cluster [DBG] pgmap v18878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:44.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:42.178834+0000 mgr.y (mgr.14556) 21369 : cluster [DBG] pgmap v18878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:44.179390+0000 mgr.y (mgr.14556) 21370 : cluster [DBG] pgmap v18879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:46.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:44.179390+0000 mgr.y (mgr.14556) 21370 : cluster [DBG] pgmap v18879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:46.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:44.179390+0000 mgr.y (mgr.14556) 21370 : cluster [DBG] pgmap v18879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:48.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:46.180176+0000 mgr.y (mgr.14556) 21371 : cluster [DBG] pgmap v18880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:46.180176+0000 mgr.y (mgr.14556) 21371 : cluster [DBG] pgmap v18880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:48.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:46.180176+0000 mgr.y (mgr.14556) 21371 : cluster [DBG] pgmap v18880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:50.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:48.180605+0000 mgr.y (mgr.14556) 21372 : cluster [DBG] pgmap v18881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:50.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:48.180605+0000 mgr.y (mgr.14556) 21372 : cluster [DBG] pgmap v18881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:50.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:48.180605+0000 mgr.y (mgr.14556) 21372 : cluster [DBG] pgmap v18881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:51.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:50.181007+0000 mgr.y (mgr.14556) 21373 : cluster [DBG] pgmap v18882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:50.181007+0000 mgr.y (mgr.14556) 21373 : cluster [DBG] pgmap v18882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:51.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:50.181007+0000 mgr.y (mgr.14556) 21373 : cluster [DBG] pgmap v18882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:14:53.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:52.181712+0000 mgr.y (mgr.14556) 21374 : cluster [DBG] pgmap v18883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:53.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:52.181712+0000 mgr.y (mgr.14556) 21374 : cluster [DBG] pgmap v18883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:53.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:52.181712+0000 mgr.y (mgr.14556) 21374 : cluster [DBG] pgmap v18883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:14:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:14:55.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:54.182283+0000 mgr.y (mgr.14556) 21375 : cluster [DBG] pgmap v18884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:55.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:54.182283+0000 mgr.y (mgr.14556) 21375 : cluster [DBG] pgmap v18884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:55.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:54.182283+0000 mgr.y (mgr.14556) 21375 : cluster [DBG] pgmap v18884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:57.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:56.183150+0000 mgr.y (mgr.14556) 21376 : cluster [DBG] pgmap v18885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:57.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:56.183150+0000 mgr.y (mgr.14556) 21376 : cluster [DBG] pgmap v18885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:57.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:56.183150+0000 mgr.y (mgr.14556) 21376 : cluster [DBG] pgmap v18885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:59.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:14:58.183577+0000 mgr.y (mgr.14556) 21377 : cluster [DBG] pgmap v18886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:59.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:14:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:14:58.183577+0000 mgr.y (mgr.14556) 21377 : cluster [DBG] pgmap v18886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:14:59.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:14:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:14:58.183577+0000 mgr.y (mgr.14556) 21377 : cluster [DBG] pgmap v18886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:01.540 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:00.183978+0000 mgr.y (mgr.14556) 21378 : cluster [DBG] pgmap v18887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:01.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:00.183978+0000 mgr.y (mgr.14556) 21378 : cluster [DBG] pgmap v18887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:01.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:00.183978+0000 mgr.y (mgr.14556) 21378 : cluster [DBG] pgmap v18887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:01.914 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:15:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:02.184683+0000 mgr.y (mgr.14556) 21379 : cluster [DBG] pgmap v18888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:02.184683+0000 mgr.y (mgr.14556) 21379 : cluster [DBG] pgmap v18888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:03.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:02.184683+0000 mgr.y (mgr.14556) 21379 : cluster [DBG] pgmap v18888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:15:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:15:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:04.185185+0000 mgr.y (mgr.14556) 21380 : cluster [DBG] pgmap v18889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:05.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:04.185185+0000 mgr.y (mgr.14556) 21380 : cluster [DBG] pgmap v18889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:05.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:04.185185+0000 mgr.y (mgr.14556) 21380 : cluster [DBG] pgmap v18889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:06.185931+0000 mgr.y (mgr.14556) 21381 : cluster [DBG] pgmap v18890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:06.185931+0000 mgr.y (mgr.14556) 21381 : cluster [DBG] pgmap v18890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:07.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:06.185931+0000 mgr.y (mgr.14556) 21381 : cluster [DBG] pgmap v18890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:09.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:08.186347+0000 mgr.y (mgr.14556) 21382 : cluster [DBG] pgmap v18891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:09.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:08.186347+0000 mgr.y (mgr.14556) 21382 : cluster [DBG] pgmap v18891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:08.186347+0000 mgr.y (mgr.14556) 21382 : cluster [DBG] pgmap v18891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:10.196 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:15:10.492 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 8m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 8m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 8m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 8m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 8m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 8m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 8m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 8m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 8m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 8m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 8m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 8m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 8m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 8m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 8m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:15:10.493 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 8m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:15:10.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 8m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:15:10.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 8m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:15:10.494 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 8m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:15:10.494 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 8m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:15:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:09.962372+0000 mon.a (mon.0) 4502 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:15:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:10.277599+0000 mon.a (mon.0) 4503 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:15:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:10.278250+0000 mon.a (mon.0) 4504 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:15:10.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:10.278819+0000 mon.a (mon.0) 4505 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:15:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:10.279360+0000 mon.a (mon.0) 4506 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:15:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:10.286217+0000 mon.a (mon.0) 4507 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:15:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:10.287262+0000 mon.a (mon.0) 4508 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:15:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:10.287938+0000 mon.a (mon.0) 4509 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:15:10.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:10.292871+0000 mon.a (mon.0) 4510 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:15:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:09.962372+0000 mon.a (mon.0) 4502 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:15:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:10.277599+0000 mon.a (mon.0) 4503 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:15:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:10.278250+0000 mon.a (mon.0) 4504 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:15:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:10.278819+0000 mon.a (mon.0) 4505 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:15:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:10.279360+0000 mon.a (mon.0) 4506 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:15:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:10.286217+0000 mon.a (mon.0) 4507 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:15:10.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:10.287262+0000 mon.a (mon.0) 4508 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:15:10.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:10.287938+0000 mon.a (mon.0) 4509 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:15:10.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:10.292871+0000 mon.a (mon.0) 4510 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:15:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:09.962372+0000 mon.a (mon.0) 4502 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:15:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:10.277599+0000 mon.a (mon.0) 4503 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:15:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:10.278250+0000 mon.a (mon.0) 4504 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:15:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:10.278819+0000 mon.a (mon.0) 4505 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:15:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:10.279360+0000 mon.a (mon.0) 4506 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:15:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:10.286217+0000 mon.a (mon.0) 4507 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:15:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:10.287262+0000 mon.a (mon.0) 4508 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:15:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:10.287938+0000 mon.a (mon.0) 4509 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:15:10.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:10.292871+0000 mon.a (mon.0) 4510 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:15:10.840 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:15:10.840 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:15:10.840 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:15:10.840 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:15:10.840 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:15:10.840 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:15:10.840 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:15:10.840 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:15:10.840 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:15:10.841 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:15:10.841 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:15:10.841 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:15:10.841 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:15:10.841 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:15:10.841 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:15:10.841 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:15:10.841 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:15:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:10.183464+0000 mgr.y (mgr.14556) 21383 : audit [DBG] from='client.46694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:15:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:10.186667+0000 mgr.y (mgr.14556) 21384 : cluster [DBG] pgmap v18892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T17:15:10.279801+0000 mgr.y (mgr.14556) 21385 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T17:15:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:10.484820+0000 mgr.y (mgr.14556) 21386 : audit [DBG] from='client.46700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:15:11.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:10.840527+0000 mon.a (mon.0) 4511 : audit [DBG] from='client.? 172.21.15.23:0/2676125978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:15:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:10.183464+0000 mgr.y (mgr.14556) 21383 : audit [DBG] from='client.46694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:15:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:10.186667+0000 mgr.y (mgr.14556) 21384 : cluster [DBG] pgmap v18892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T17:15:10.279801+0000 mgr.y (mgr.14556) 21385 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T17:15:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:10.484820+0000 mgr.y (mgr.14556) 21386 : audit [DBG] from='client.46700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:15:11.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:10.840527+0000 mon.a (mon.0) 4511 : audit [DBG] from='client.? 172.21.15.23:0/2676125978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:15:11.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:15:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:10.183464+0000 mgr.y (mgr.14556) 21383 : audit [DBG] from='client.46694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:15:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:10.186667+0000 mgr.y (mgr.14556) 21384 : cluster [DBG] pgmap v18892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T17:15:10.279801+0000 mgr.y (mgr.14556) 21385 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2469M 2024-03-22T17:15:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:10.484820+0000 mgr.y (mgr.14556) 21386 : audit [DBG] from='client.46700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:15:11.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:10.840527+0000 mon.a (mon.0) 4511 : audit [DBG] from='client.? 172.21.15.23:0/2676125978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:15:13.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:12.187544+0000 mgr.y (mgr.14556) 21387 : cluster [DBG] pgmap v18893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:13.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:12.187544+0000 mgr.y (mgr.14556) 21387 : cluster [DBG] pgmap v18893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:12.187544+0000 mgr.y (mgr.14556) 21387 : cluster [DBG] pgmap v18893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:15:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:15:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:14.188145+0000 mgr.y (mgr.14556) 21388 : cluster [DBG] pgmap v18894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:14.188145+0000 mgr.y (mgr.14556) 21388 : cluster [DBG] pgmap v18894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:14.188145+0000 mgr.y (mgr.14556) 21388 : cluster [DBG] pgmap v18894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:16.188949+0000 mgr.y (mgr.14556) 21389 : cluster [DBG] pgmap v18895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:16.188949+0000 mgr.y (mgr.14556) 21389 : cluster [DBG] pgmap v18895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:17.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:16.188949+0000 mgr.y (mgr.14556) 21389 : cluster [DBG] pgmap v18895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:18.189443+0000 mgr.y (mgr.14556) 21390 : cluster [DBG] pgmap v18896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:19.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:18.189443+0000 mgr.y (mgr.14556) 21390 : cluster [DBG] pgmap v18896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:19.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:18.189443+0000 mgr.y (mgr.14556) 21390 : cluster [DBG] pgmap v18896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:20.190010+0000 mgr.y (mgr.14556) 21391 : cluster [DBG] pgmap v18897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:20.190010+0000 mgr.y (mgr.14556) 21391 : cluster [DBG] pgmap v18897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:21.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:20.190010+0000 mgr.y (mgr.14556) 21391 : cluster [DBG] pgmap v18897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:15:23.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:22.190750+0000 mgr.y (mgr.14556) 21392 : cluster [DBG] pgmap v18898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:23.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:22.190750+0000 mgr.y (mgr.14556) 21392 : cluster [DBG] pgmap v18898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:23.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:22.190750+0000 mgr.y (mgr.14556) 21392 : cluster [DBG] pgmap v18898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:15:23] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T17:15:25.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:24.191171+0000 mgr.y (mgr.14556) 21393 : cluster [DBG] pgmap v18899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:24.191171+0000 mgr.y (mgr.14556) 21393 : cluster [DBG] pgmap v18899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:25.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:24.191171+0000 mgr.y (mgr.14556) 21393 : cluster [DBG] pgmap v18899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:26.192015+0000 mgr.y (mgr.14556) 21394 : cluster [DBG] pgmap v18900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:27.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:26.192015+0000 mgr.y (mgr.14556) 21394 : cluster [DBG] pgmap v18900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:27.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:26.192015+0000 mgr.y (mgr.14556) 21394 : cluster [DBG] pgmap v18900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:29.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:28.192588+0000 mgr.y (mgr.14556) 21395 : cluster [DBG] pgmap v18901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:28.192588+0000 mgr.y (mgr.14556) 21395 : cluster [DBG] pgmap v18901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:29.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:28.192588+0000 mgr.y (mgr.14556) 21395 : cluster [DBG] pgmap v18901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:30.193094+0000 mgr.y (mgr.14556) 21396 : cluster [DBG] pgmap v18902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:30.193094+0000 mgr.y (mgr.14556) 21396 : cluster [DBG] pgmap v18902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:30.193094+0000 mgr.y (mgr.14556) 21396 : cluster [DBG] pgmap v18902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:15:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:32.193896+0000 mgr.y (mgr.14556) 21397 : cluster [DBG] pgmap v18903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:32.193896+0000 mgr.y (mgr.14556) 21397 : cluster [DBG] pgmap v18903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:33.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:32.193896+0000 mgr.y (mgr.14556) 21397 : cluster [DBG] pgmap v18903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:15:33] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T17:15:35.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:34.194325+0000 mgr.y (mgr.14556) 21398 : cluster [DBG] pgmap v18904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:34.194325+0000 mgr.y (mgr.14556) 21398 : cluster [DBG] pgmap v18904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:35.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:34.194325+0000 mgr.y (mgr.14556) 21398 : cluster [DBG] pgmap v18904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:36.195134+0000 mgr.y (mgr.14556) 21399 : cluster [DBG] pgmap v18905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:36.195134+0000 mgr.y (mgr.14556) 21399 : cluster [DBG] pgmap v18905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:37.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:36.195134+0000 mgr.y (mgr.14556) 21399 : cluster [DBG] pgmap v18905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:38.195525+0000 mgr.y (mgr.14556) 21400 : cluster [DBG] pgmap v18906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:39.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:38.195525+0000 mgr.y (mgr.14556) 21400 : cluster [DBG] pgmap v18906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:39.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:38.195525+0000 mgr.y (mgr.14556) 21400 : cluster [DBG] pgmap v18906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:41.165 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:15:41.452 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:15:41.452 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 8m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:15:41.452 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 8m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:15:41.452 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 8m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 8m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 8m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 8m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 8m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 8m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 8m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 8m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 8m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 8m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 8m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 8m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 8m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 8m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 8m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:15:41.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 8m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:15:41.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 8m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:15:41.454 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 8m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:15:41.800 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:15:41.801 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:15:41.801 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:15:41.801 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:15:41.801 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:15:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:40.196035+0000 mgr.y (mgr.14556) 21401 : cluster [DBG] pgmap v18907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:40.196035+0000 mgr.y (mgr.14556) 21401 : cluster [DBG] pgmap v18907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:41.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:40.196035+0000 mgr.y (mgr.14556) 21401 : cluster [DBG] pgmap v18907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:15:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:41.153386+0000 mgr.y (mgr.14556) 21402 : audit [DBG] from='client.36804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:15:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:41.444618+0000 mgr.y (mgr.14556) 21403 : audit [DBG] from='client.36810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:15:42.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:15:41.800452+0000 mon.a (mon.0) 4512 : audit [DBG] from='client.? 172.21.15.23:0/3747876166' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:15:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:41.153386+0000 mgr.y (mgr.14556) 21402 : audit [DBG] from='client.36804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:15:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:41.444618+0000 mgr.y (mgr.14556) 21403 : audit [DBG] from='client.36810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:15:42.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:15:41.800452+0000 mon.a (mon.0) 4512 : audit [DBG] from='client.? 172.21.15.23:0/3747876166' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:15:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:41.153386+0000 mgr.y (mgr.14556) 21402 : audit [DBG] from='client.36804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:15:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:41.444618+0000 mgr.y (mgr.14556) 21403 : audit [DBG] from='client.36810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:15:42.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:15:41.800452+0000 mon.a (mon.0) 4512 : audit [DBG] from='client.? 172.21.15.23:0/3747876166' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:15:43.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:15:43] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T17:15:43.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:42.196868+0000 mgr.y (mgr.14556) 21404 : cluster [DBG] pgmap v18908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:43.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:42.196868+0000 mgr.y (mgr.14556) 21404 : cluster [DBG] pgmap v18908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:43.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:42.196868+0000 mgr.y (mgr.14556) 21404 : cluster [DBG] pgmap v18908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:44.197470+0000 mgr.y (mgr.14556) 21405 : cluster [DBG] pgmap v18909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:44.197470+0000 mgr.y (mgr.14556) 21405 : cluster [DBG] pgmap v18909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:45.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:44.197470+0000 mgr.y (mgr.14556) 21405 : cluster [DBG] pgmap v18909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:46.198269+0000 mgr.y (mgr.14556) 21406 : cluster [DBG] pgmap v18910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:46.198269+0000 mgr.y (mgr.14556) 21406 : cluster [DBG] pgmap v18910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:47.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:46.198269+0000 mgr.y (mgr.14556) 21406 : cluster [DBG] pgmap v18910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:48.198762+0000 mgr.y (mgr.14556) 21407 : cluster [DBG] pgmap v18911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:48.198762+0000 mgr.y (mgr.14556) 21407 : cluster [DBG] pgmap v18911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:48.198762+0000 mgr.y (mgr.14556) 21407 : cluster [DBG] pgmap v18911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:50.199101+0000 mgr.y (mgr.14556) 21408 : cluster [DBG] pgmap v18912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:50.199101+0000 mgr.y (mgr.14556) 21408 : cluster [DBG] pgmap v18912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:51.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:50.199101+0000 mgr.y (mgr.14556) 21408 : cluster [DBG] pgmap v18912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:15:53.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:52.199796+0000 mgr.y (mgr.14556) 21409 : cluster [DBG] pgmap v18913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:53.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:15:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:15:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:52.199796+0000 mgr.y (mgr.14556) 21409 : cluster [DBG] pgmap v18913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:53.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:52.199796+0000 mgr.y (mgr.14556) 21409 : cluster [DBG] pgmap v18913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:54.200226+0000 mgr.y (mgr.14556) 21410 : cluster [DBG] pgmap v18914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:54.200226+0000 mgr.y (mgr.14556) 21410 : cluster [DBG] pgmap v18914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:54.200226+0000 mgr.y (mgr.14556) 21410 : cluster [DBG] pgmap v18914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:56.201077+0000 mgr.y (mgr.14556) 21411 : cluster [DBG] pgmap v18915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:56.201077+0000 mgr.y (mgr.14556) 21411 : cluster [DBG] pgmap v18915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:56.201077+0000 mgr.y (mgr.14556) 21411 : cluster [DBG] pgmap v18915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:15:58.201594+0000 mgr.y (mgr.14556) 21412 : cluster [DBG] pgmap v18916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:15:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:15:58.201594+0000 mgr.y (mgr.14556) 21412 : cluster [DBG] pgmap v18916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:15:59.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:15:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:15:58.201594+0000 mgr.y (mgr.14556) 21412 : cluster [DBG] pgmap v18916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:00.202048+0000 mgr.y (mgr.14556) 21413 : cluster [DBG] pgmap v18917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:00.202048+0000 mgr.y (mgr.14556) 21413 : cluster [DBG] pgmap v18917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:00.202048+0000 mgr.y (mgr.14556) 21413 : cluster [DBG] pgmap v18917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:16:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:16:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:16:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:02.202703+0000 mgr.y (mgr.14556) 21414 : cluster [DBG] pgmap v18918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:02.202703+0000 mgr.y (mgr.14556) 21414 : cluster [DBG] pgmap v18918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:02.202703+0000 mgr.y (mgr.14556) 21414 : cluster [DBG] pgmap v18918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:04.203232+0000 mgr.y (mgr.14556) 21415 : cluster [DBG] pgmap v18919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:04.203232+0000 mgr.y (mgr.14556) 21415 : cluster [DBG] pgmap v18919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:04.203232+0000 mgr.y (mgr.14556) 21415 : cluster [DBG] pgmap v18919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:06.203921+0000 mgr.y (mgr.14556) 21416 : cluster [DBG] pgmap v18920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:06.203921+0000 mgr.y (mgr.14556) 21416 : cluster [DBG] pgmap v18920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:06.203921+0000 mgr.y (mgr.14556) 21416 : cluster [DBG] pgmap v18920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:08.204274+0000 mgr.y (mgr.14556) 21417 : cluster [DBG] pgmap v18921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:10.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:08.204274+0000 mgr.y (mgr.14556) 21417 : cluster [DBG] pgmap v18921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:10.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:08.204274+0000 mgr.y (mgr.14556) 21417 : cluster [DBG] pgmap v18921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:16:10.299049+0000 mon.a (mon.0) 4513 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:16:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:16:10.606016+0000 mon.a (mon.0) 4514 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:16:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:16:10.606740+0000 mon.a (mon.0) 4515 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:16:10.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:16:10.615621+0000 mon.a (mon.0) 4516 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:16:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:16:10.299049+0000 mon.a (mon.0) 4513 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:16:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:16:10.606016+0000 mon.a (mon.0) 4514 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:16:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:16:10.606740+0000 mon.a (mon.0) 4515 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:16:11.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:16:10.615621+0000 mon.a (mon.0) 4516 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:16:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:16:10.299049+0000 mon.a (mon.0) 4513 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:16:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:16:10.606016+0000 mon.a (mon.0) 4514 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:16:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:16:10.606740+0000 mon.a (mon.0) 4515 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:16:11.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:16:10.615621+0000 mon.a (mon.0) 4516 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:16:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:16:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:10.204715+0000 mgr.y (mgr.14556) 21418 : cluster [DBG] pgmap v18922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:12.126 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:16:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:10.204715+0000 mgr.y (mgr.14556) 21418 : cluster [DBG] pgmap v18922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:10.204715+0000 mgr.y (mgr.14556) 21418 : cluster [DBG] pgmap v18922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:12.414 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:16:12.414 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 9m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:16:12.414 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 9m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:16:12.414 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 9m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:16:12.414 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 9m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:16:12.414 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 9m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 9m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 9m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 9m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 9m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 9m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 9m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 9m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 9m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 9m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 9m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 9m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 9m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 9m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 9m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:16:12.415 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 9m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:16:12.766 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:16:12.766 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:16:12.766 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:16:12.766 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:16:12.766 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:16:12.767 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:16:12.767 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:16:12.767 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:16:12.767 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:16:12.767 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:16:12.767 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:16:12.767 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:16:12.767 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:16:12.767 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:16:12.767 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:16:12.767 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:16:12.767 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:16:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:16:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:16:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:16:12.115023+0000 mgr.y (mgr.14556) 21419 : audit [DBG] from='client.36822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:16:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:12.205222+0000 mgr.y (mgr.14556) 21420 : cluster [DBG] pgmap v18923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:16:12.406591+0000 mgr.y (mgr.14556) 21421 : audit [DBG] from='client.46736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:16:14.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:16:12.766706+0000 mon.c (mon.2) 516 : audit [DBG] from='client.? 172.21.15.23:0/3044789510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:16:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:16:12.115023+0000 mgr.y (mgr.14556) 21419 : audit [DBG] from='client.36822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:16:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:12.205222+0000 mgr.y (mgr.14556) 21420 : cluster [DBG] pgmap v18923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:16:12.406591+0000 mgr.y (mgr.14556) 21421 : audit [DBG] from='client.46736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:16:14.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:16:12.766706+0000 mon.c (mon.2) 516 : audit [DBG] from='client.? 172.21.15.23:0/3044789510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:16:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:16:12.115023+0000 mgr.y (mgr.14556) 21419 : audit [DBG] from='client.36822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:16:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:12.205222+0000 mgr.y (mgr.14556) 21420 : cluster [DBG] pgmap v18923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:16:12.406591+0000 mgr.y (mgr.14556) 21421 : audit [DBG] from='client.46736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:16:14.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:16:12.766706+0000 mon.c (mon.2) 516 : audit [DBG] from='client.? 172.21.15.23:0/3044789510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:16:16.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:14.205743+0000 mgr.y (mgr.14556) 21422 : cluster [DBG] pgmap v18924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:14.205743+0000 mgr.y (mgr.14556) 21422 : cluster [DBG] pgmap v18924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:16.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:14.205743+0000 mgr.y (mgr.14556) 21422 : cluster [DBG] pgmap v18924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:16.206502+0000 mgr.y (mgr.14556) 21423 : cluster [DBG] pgmap v18925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:18.131 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:16.206502+0000 mgr.y (mgr.14556) 21423 : cluster [DBG] pgmap v18925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:16.206502+0000 mgr.y (mgr.14556) 21423 : cluster [DBG] pgmap v18925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:18.207106+0000 mgr.y (mgr.14556) 21424 : cluster [DBG] pgmap v18926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:20.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:18.207106+0000 mgr.y (mgr.14556) 21424 : cluster [DBG] pgmap v18926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:20.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:18.207106+0000 mgr.y (mgr.14556) 21424 : cluster [DBG] pgmap v18926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:20.207634+0000 mgr.y (mgr.14556) 21425 : cluster [DBG] pgmap v18927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:16:22.133 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:20.207634+0000 mgr.y (mgr.14556) 21425 : cluster [DBG] pgmap v18927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:22.134 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:20.207634+0000 mgr.y (mgr.14556) 21425 : cluster [DBG] pgmap v18927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:16:23] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:16:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:22.208393+0000 mgr.y (mgr.14556) 21426 : cluster [DBG] pgmap v18928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:22.208393+0000 mgr.y (mgr.14556) 21426 : cluster [DBG] pgmap v18928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:24.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:22.208393+0000 mgr.y (mgr.14556) 21426 : cluster [DBG] pgmap v18928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:26.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:24.208989+0000 mgr.y (mgr.14556) 21427 : cluster [DBG] pgmap v18929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:24.208989+0000 mgr.y (mgr.14556) 21427 : cluster [DBG] pgmap v18929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:26.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:24.208989+0000 mgr.y (mgr.14556) 21427 : cluster [DBG] pgmap v18929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:26.209719+0000 mgr.y (mgr.14556) 21428 : cluster [DBG] pgmap v18930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:26.209719+0000 mgr.y (mgr.14556) 21428 : cluster [DBG] pgmap v18930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:28.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:26.209719+0000 mgr.y (mgr.14556) 21428 : cluster [DBG] pgmap v18930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:28.210206+0000 mgr.y (mgr.14556) 21429 : cluster [DBG] pgmap v18931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:28.210206+0000 mgr.y (mgr.14556) 21429 : cluster [DBG] pgmap v18931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:28.210206+0000 mgr.y (mgr.14556) 21429 : cluster [DBG] pgmap v18931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:31.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:30.210948+0000 mgr.y (mgr.14556) 21430 : cluster [DBG] pgmap v18932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:16:32.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:30.210948+0000 mgr.y (mgr.14556) 21430 : cluster [DBG] pgmap v18932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:32.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:30.210948+0000 mgr.y (mgr.14556) 21430 : cluster [DBG] pgmap v18932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:33.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:32.211629+0000 mgr.y (mgr.14556) 21431 : cluster [DBG] pgmap v18933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:33.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:32.211629+0000 mgr.y (mgr.14556) 21431 : cluster [DBG] pgmap v18933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:33.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:32.211629+0000 mgr.y (mgr.14556) 21431 : cluster [DBG] pgmap v18933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:16:33] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:16:35.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:34.212092+0000 mgr.y (mgr.14556) 21432 : cluster [DBG] pgmap v18934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:35.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:34.212092+0000 mgr.y (mgr.14556) 21432 : cluster [DBG] pgmap v18934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:35.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:34.212092+0000 mgr.y (mgr.14556) 21432 : cluster [DBG] pgmap v18934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:37.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:36.212734+0000 mgr.y (mgr.14556) 21433 : cluster [DBG] pgmap v18935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:37.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:36.212734+0000 mgr.y (mgr.14556) 21433 : cluster [DBG] pgmap v18935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:37.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:36.212734+0000 mgr.y (mgr.14556) 21433 : cluster [DBG] pgmap v18935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:39.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:38.213119+0000 mgr.y (mgr.14556) 21434 : cluster [DBG] pgmap v18936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:39.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:38.213119+0000 mgr.y (mgr.14556) 21434 : cluster [DBG] pgmap v18936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:38.213119+0000 mgr.y (mgr.14556) 21434 : cluster [DBG] pgmap v18936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:41.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:40.213666+0000 mgr.y (mgr.14556) 21435 : cluster [DBG] pgmap v18937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:41.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:40.213666+0000 mgr.y (mgr.14556) 21435 : cluster [DBG] pgmap v18937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:40.213666+0000 mgr.y (mgr.14556) 21435 : cluster [DBG] pgmap v18937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:41.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:16:43.093 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:16:43.383 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:16:43.383 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 9m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:16:43.383 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 9m ago 10h 60.1M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:16:43.383 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 9m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:16:43.383 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 9m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:16:43.383 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 9m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:16:43.383 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 9m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:16:43.383 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 9m ago 10h 1101M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:16:43.383 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 9m ago 10h 915M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:16:43.383 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 9m ago 10h 923M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:16:43.384 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 9m ago 10h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:16:43.384 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 9m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:16:43.384 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 9m ago 10h 47.1M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:16:43.384 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 9m ago 10h 46.5M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:16:43.384 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 9m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:16:43.384 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 9m ago 10h 44.4M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:16:43.384 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 9m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:16:43.384 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 9m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:16:43.384 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 9m ago 10h 44.2M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:16:43.384 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 9m ago 10h 43.8M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:16:43.384 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 9m ago 10h 122M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:16:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:42.214183+0000 mgr.y (mgr.14556) 21436 : cluster [DBG] pgmap v18938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:43.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:42.214183+0000 mgr.y (mgr.14556) 21436 : cluster [DBG] pgmap v18938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:43.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:42.214183+0000 mgr.y (mgr.14556) 21436 : cluster [DBG] pgmap v18938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:16:43.732 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:16:43.733 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:16:43.733 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:16:43.733 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:16:43.733 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:16:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:16:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:16:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:16:43.082437+0000 mgr.y (mgr.14556) 21437 : audit [DBG] from='client.36840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:16:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:16:43.375865+0000 mgr.y (mgr.14556) 21438 : audit [DBG] from='client.36846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:16:44.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:16:43.732817+0000 mon.a (mon.0) 4517 : audit [DBG] from='client.? 172.21.15.23:0/90021413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:16:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:16:43.082437+0000 mgr.y (mgr.14556) 21437 : audit [DBG] from='client.36840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:16:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:16:43.375865+0000 mgr.y (mgr.14556) 21438 : audit [DBG] from='client.36846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:16:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:16:43.732817+0000 mon.a (mon.0) 4517 : audit [DBG] from='client.? 172.21.15.23:0/90021413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:16:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:16:43.082437+0000 mgr.y (mgr.14556) 21437 : audit [DBG] from='client.36840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:16:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:16:43.375865+0000 mgr.y (mgr.14556) 21438 : audit [DBG] from='client.36846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:16:44.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:16:43.732817+0000 mon.a (mon.0) 4517 : audit [DBG] from='client.? 172.21.15.23:0/90021413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:16:45.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:44.214666+0000 mgr.y (mgr.14556) 21439 : cluster [DBG] pgmap v18939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:45.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:44.214666+0000 mgr.y (mgr.14556) 21439 : cluster [DBG] pgmap v18939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:44.214666+0000 mgr.y (mgr.14556) 21439 : cluster [DBG] pgmap v18939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:47.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:46.215413+0000 mgr.y (mgr.14556) 21440 : cluster [DBG] pgmap v18940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:46.215413+0000 mgr.y (mgr.14556) 21440 : cluster [DBG] pgmap v18940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:47.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:46.215413+0000 mgr.y (mgr.14556) 21440 : cluster [DBG] pgmap v18940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:49.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:48.215929+0000 mgr.y (mgr.14556) 21441 : cluster [DBG] pgmap v18941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:48.215929+0000 mgr.y (mgr.14556) 21441 : cluster [DBG] pgmap v18941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:48.215929+0000 mgr.y (mgr.14556) 21441 : cluster [DBG] pgmap v18941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:51.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:50.216558+0000 mgr.y (mgr.14556) 21442 : cluster [DBG] pgmap v18942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:51.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:16:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:50.216558+0000 mgr.y (mgr.14556) 21442 : cluster [DBG] pgmap v18942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:50.216558+0000 mgr.y (mgr.14556) 21442 : cluster [DBG] pgmap v18942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:52.217145+0000 mgr.y (mgr.14556) 21443 : cluster [DBG] pgmap v18943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:53.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:52.217145+0000 mgr.y (mgr.14556) 21443 : cluster [DBG] pgmap v18943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:52.217145+0000 mgr.y (mgr.14556) 21443 : cluster [DBG] pgmap v18943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:16:53] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:16:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:54.217707+0000 mgr.y (mgr.14556) 21444 : cluster [DBG] pgmap v18944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:54.217707+0000 mgr.y (mgr.14556) 21444 : cluster [DBG] pgmap v18944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:55.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:54.217707+0000 mgr.y (mgr.14556) 21444 : cluster [DBG] pgmap v18944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:56.218473+0000 mgr.y (mgr.14556) 21445 : cluster [DBG] pgmap v18945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:56.218473+0000 mgr.y (mgr.14556) 21445 : cluster [DBG] pgmap v18945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:57.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:56.218473+0000 mgr.y (mgr.14556) 21445 : cluster [DBG] pgmap v18945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:16:58.219022+0000 mgr.y (mgr.14556) 21446 : cluster [DBG] pgmap v18946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:16:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:16:58.219022+0000 mgr.y (mgr.14556) 21446 : cluster [DBG] pgmap v18946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:16:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:16:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:16:58.219022+0000 mgr.y (mgr.14556) 21446 : cluster [DBG] pgmap v18946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:00.219624+0000 mgr.y (mgr.14556) 21447 : cluster [DBG] pgmap v18947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:00.219624+0000 mgr.y (mgr.14556) 21447 : cluster [DBG] pgmap v18947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:00.219624+0000 mgr.y (mgr.14556) 21447 : cluster [DBG] pgmap v18947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:17:03.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:02.219987+0000 mgr.y (mgr.14556) 21448 : cluster [DBG] pgmap v18948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:02.219987+0000 mgr.y (mgr.14556) 21448 : cluster [DBG] pgmap v18948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:02.219987+0000 mgr.y (mgr.14556) 21448 : cluster [DBG] pgmap v18948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:04.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:17:03] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:17:05.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:04.220563+0000 mgr.y (mgr.14556) 21449 : cluster [DBG] pgmap v18949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:04.220563+0000 mgr.y (mgr.14556) 21449 : cluster [DBG] pgmap v18949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:05.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:04.220563+0000 mgr.y (mgr.14556) 21449 : cluster [DBG] pgmap v18949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:06.221348+0000 mgr.y (mgr.14556) 21450 : cluster [DBG] pgmap v18950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:06.221348+0000 mgr.y (mgr.14556) 21450 : cluster [DBG] pgmap v18950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:06.221348+0000 mgr.y (mgr.14556) 21450 : cluster [DBG] pgmap v18950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:08.221889+0000 mgr.y (mgr.14556) 21451 : cluster [DBG] pgmap v18951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:08.221889+0000 mgr.y (mgr.14556) 21451 : cluster [DBG] pgmap v18951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:08.221889+0000 mgr.y (mgr.14556) 21451 : cluster [DBG] pgmap v18951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:10.222528+0000 mgr.y (mgr.14556) 21452 : cluster [DBG] pgmap v18952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:17:10.619956+0000 mon.a (mon.0) 4518 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:17:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:10.222528+0000 mgr.y (mgr.14556) 21452 : cluster [DBG] pgmap v18952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:17:10.619956+0000 mon.a (mon.0) 4518 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:17:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:10.222528+0000 mgr.y (mgr.14556) 21452 : cluster [DBG] pgmap v18952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:11.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:17:10.619956+0000 mon.a (mon.0) 4518 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:17:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:17:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:12.223043+0000 mgr.y (mgr.14556) 21453 : cluster [DBG] pgmap v18953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:17:13.223284+0000 mon.a (mon.0) 4519 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:17:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:12.223043+0000 mgr.y (mgr.14556) 21453 : cluster [DBG] pgmap v18953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:17:13.223284+0000 mon.a (mon.0) 4519 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:17:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:12.223043+0000 mgr.y (mgr.14556) 21453 : cluster [DBG] pgmap v18953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:13.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:17:13.223284+0000 mon.a (mon.0) 4519 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:17:14.047 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:17:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:17:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:17:14.342 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 1s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 0s ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 1s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 0s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 0s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 1s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 1s ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 0s ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 1s ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 1s ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 0s ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 1s ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 1s ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 1s ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:17:14.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 1s ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:17:14.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 0s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:17:14.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 0s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:17:14.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 0s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:17:14.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 0s ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:17:14.344 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 0s ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:17:14.694 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:17:14.695 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:17:14.696 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:17:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:17:14.010065+0000 mon.a (mon.0) 4520 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:17:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:17:14.036385+0000 mgr.y (mgr.14556) 21454 : audit [DBG] from='client.36858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:17:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:14.223378+0000 mgr.y (mgr.14556) 21455 : cluster [DBG] pgmap v18954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:17:14.305569+0000 mon.a (mon.0) 4521 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:17:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:17:14.306291+0000 mon.a (mon.0) 4522 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:17:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:17:14.313834+0000 mon.a (mon.0) 4523 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:17:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:17:14.335706+0000 mgr.y (mgr.14556) 21456 : audit [DBG] from='client.46772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:17:15.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:17:14.695551+0000 mon.a (mon.0) 4524 : audit [DBG] from='client.? 172.21.15.23:0/4041753044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:17:15.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:17:14.010065+0000 mon.a (mon.0) 4520 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:17:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:17:14.036385+0000 mgr.y (mgr.14556) 21454 : audit [DBG] from='client.36858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:17:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:14.223378+0000 mgr.y (mgr.14556) 21455 : cluster [DBG] pgmap v18954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:17:14.305569+0000 mon.a (mon.0) 4521 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:17:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:17:14.306291+0000 mon.a (mon.0) 4522 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:17:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:17:14.313834+0000 mon.a (mon.0) 4523 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:17:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:17:14.335706+0000 mgr.y (mgr.14556) 21456 : audit [DBG] from='client.46772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:17:15.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:17:14.695551+0000 mon.a (mon.0) 4524 : audit [DBG] from='client.? 172.21.15.23:0/4041753044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:17:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:17:14.010065+0000 mon.a (mon.0) 4520 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:17:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:17:14.036385+0000 mgr.y (mgr.14556) 21454 : audit [DBG] from='client.36858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:17:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:14.223378+0000 mgr.y (mgr.14556) 21455 : cluster [DBG] pgmap v18954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:17:14.305569+0000 mon.a (mon.0) 4521 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:17:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:17:14.306291+0000 mon.a (mon.0) 4522 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:17:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:17:14.313834+0000 mon.a (mon.0) 4523 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:17:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:17:14.335706+0000 mgr.y (mgr.14556) 21456 : audit [DBG] from='client.46772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:17:15.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:17:14.695551+0000 mon.a (mon.0) 4524 : audit [DBG] from='client.? 172.21.15.23:0/4041753044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:17:17.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:16.224197+0000 mgr.y (mgr.14556) 21457 : cluster [DBG] pgmap v18955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:17.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:16.224197+0000 mgr.y (mgr.14556) 21457 : cluster [DBG] pgmap v18955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:16.224197+0000 mgr.y (mgr.14556) 21457 : cluster [DBG] pgmap v18955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:18.224625+0000 mgr.y (mgr.14556) 21458 : cluster [DBG] pgmap v18956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:18.224625+0000 mgr.y (mgr.14556) 21458 : cluster [DBG] pgmap v18956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:18.224625+0000 mgr.y (mgr.14556) 21458 : cluster [DBG] pgmap v18956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:20.225315+0000 mgr.y (mgr.14556) 21459 : cluster [DBG] pgmap v18957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:21.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:20.225315+0000 mgr.y (mgr.14556) 21459 : cluster [DBG] pgmap v18957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:20.225315+0000 mgr.y (mgr.14556) 21459 : cluster [DBG] pgmap v18957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:21.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:17:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:22.225771+0000 mgr.y (mgr.14556) 21460 : cluster [DBG] pgmap v18958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:23.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:22.225771+0000 mgr.y (mgr.14556) 21460 : cluster [DBG] pgmap v18958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:22.225771+0000 mgr.y (mgr.14556) 21460 : cluster [DBG] pgmap v18958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:24.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:17:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:17:25.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:24.226220+0000 mgr.y (mgr.14556) 21461 : cluster [DBG] pgmap v18959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:24.226220+0000 mgr.y (mgr.14556) 21461 : cluster [DBG] pgmap v18959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:24.226220+0000 mgr.y (mgr.14556) 21461 : cluster [DBG] pgmap v18959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:27.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:26.227001+0000 mgr.y (mgr.14556) 21462 : cluster [DBG] pgmap v18960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:27.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:26.227001+0000 mgr.y (mgr.14556) 21462 : cluster [DBG] pgmap v18960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:26.227001+0000 mgr.y (mgr.14556) 21462 : cluster [DBG] pgmap v18960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:29.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:28.227580+0000 mgr.y (mgr.14556) 21463 : cluster [DBG] pgmap v18961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:29.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:28.227580+0000 mgr.y (mgr.14556) 21463 : cluster [DBG] pgmap v18961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:28.227580+0000 mgr.y (mgr.14556) 21463 : cluster [DBG] pgmap v18961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:31.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:30.228312+0000 mgr.y (mgr.14556) 21464 : cluster [DBG] pgmap v18962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:31.663 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:17:31.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:30.228312+0000 mgr.y (mgr.14556) 21464 : cluster [DBG] pgmap v18962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:30.228312+0000 mgr.y (mgr.14556) 21464 : cluster [DBG] pgmap v18962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:33.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:32.228888+0000 mgr.y (mgr.14556) 21465 : cluster [DBG] pgmap v18963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:32.228888+0000 mgr.y (mgr.14556) 21465 : cluster [DBG] pgmap v18963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:32.228888+0000 mgr.y (mgr.14556) 21465 : cluster [DBG] pgmap v18963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:17:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:17:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:34.229576+0000 mgr.y (mgr.14556) 21466 : cluster [DBG] pgmap v18964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:35.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:34.229576+0000 mgr.y (mgr.14556) 21466 : cluster [DBG] pgmap v18964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:34.229576+0000 mgr.y (mgr.14556) 21466 : cluster [DBG] pgmap v18964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:36.230247+0000 mgr.y (mgr.14556) 21467 : cluster [DBG] pgmap v18965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:36.230247+0000 mgr.y (mgr.14556) 21467 : cluster [DBG] pgmap v18965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:37.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:36.230247+0000 mgr.y (mgr.14556) 21467 : cluster [DBG] pgmap v18965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:38.230805+0000 mgr.y (mgr.14556) 21468 : cluster [DBG] pgmap v18966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:38.230805+0000 mgr.y (mgr.14556) 21468 : cluster [DBG] pgmap v18966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:38.230805+0000 mgr.y (mgr.14556) 21468 : cluster [DBG] pgmap v18966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:40.231522+0000 mgr.y (mgr.14556) 21469 : cluster [DBG] pgmap v18967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:41.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:40.231522+0000 mgr.y (mgr.14556) 21469 : cluster [DBG] pgmap v18967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:40.231522+0000 mgr.y (mgr.14556) 21469 : cluster [DBG] pgmap v18967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:17:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:42.232025+0000 mgr.y (mgr.14556) 21470 : cluster [DBG] pgmap v18968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:42.232025+0000 mgr.y (mgr.14556) 21470 : cluster [DBG] pgmap v18968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:42.232025+0000 mgr.y (mgr.14556) 21470 : cluster [DBG] pgmap v18968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:17:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:17:45.022 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:17:45.310 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:17:45.310 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 32s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 31s ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 32s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 31s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 31s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 32s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 32s ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 31s ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 32s ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 32s ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 31s ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 32s ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 32s ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 32s ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:17:45.311 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 32s ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:17:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 31s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:17:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 31s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:17:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 31s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:17:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 31s ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:17:45.312 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 31s ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:17:45.660 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:17:45.660 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:17:45.660 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:17:45.660 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:17:45.660 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:17:45.660 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:17:45.660 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:17:45.660 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:17:45.660 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:17:45.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:17:45.661 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:17:45.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:17:45.661 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:17:45.661 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:17:45.661 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:17:45.661 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:17:45.661 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:17:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:44.232507+0000 mgr.y (mgr.14556) 21471 : cluster [DBG] pgmap v18969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:44.232507+0000 mgr.y (mgr.14556) 21471 : cluster [DBG] pgmap v18969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:44.232507+0000 mgr.y (mgr.14556) 21471 : cluster [DBG] pgmap v18969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:46.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:17:45.011125+0000 mgr.y (mgr.14556) 21472 : audit [DBG] from='client.46784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:17:46.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:17:45.303467+0000 mgr.y (mgr.14556) 21473 : audit [DBG] from='client.36882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:17:46.882 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:17:45.661041+0000 mon.a (mon.0) 4525 : audit [DBG] from='client.? 172.21.15.23:0/3124936280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:17:46.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:17:45.011125+0000 mgr.y (mgr.14556) 21472 : audit [DBG] from='client.46784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:17:46.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:17:45.303467+0000 mgr.y (mgr.14556) 21473 : audit [DBG] from='client.36882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:17:46.882 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:17:45.661041+0000 mon.a (mon.0) 4525 : audit [DBG] from='client.? 172.21.15.23:0/3124936280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:17:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:17:45.011125+0000 mgr.y (mgr.14556) 21472 : audit [DBG] from='client.46784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:17:46.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:17:45.303467+0000 mgr.y (mgr.14556) 21473 : audit [DBG] from='client.36882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:17:46.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:17:45.661041+0000 mon.a (mon.0) 4525 : audit [DBG] from='client.? 172.21.15.23:0/3124936280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:17:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:46.233153+0000 mgr.y (mgr.14556) 21474 : cluster [DBG] pgmap v18970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:46.233153+0000 mgr.y (mgr.14556) 21474 : cluster [DBG] pgmap v18970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:46.233153+0000 mgr.y (mgr.14556) 21474 : cluster [DBG] pgmap v18970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:48.233694+0000 mgr.y (mgr.14556) 21475 : cluster [DBG] pgmap v18971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:48.233694+0000 mgr.y (mgr.14556) 21475 : cluster [DBG] pgmap v18971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:48.233694+0000 mgr.y (mgr.14556) 21475 : cluster [DBG] pgmap v18971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:50.234239+0000 mgr.y (mgr.14556) 21476 : cluster [DBG] pgmap v18972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:50.234239+0000 mgr.y (mgr.14556) 21476 : cluster [DBG] pgmap v18972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:50.234239+0000 mgr.y (mgr.14556) 21476 : cluster [DBG] pgmap v18972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:51.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:17:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:52.234640+0000 mgr.y (mgr.14556) 21477 : cluster [DBG] pgmap v18973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:53.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:52.234640+0000 mgr.y (mgr.14556) 21477 : cluster [DBG] pgmap v18973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:52.234640+0000 mgr.y (mgr.14556) 21477 : cluster [DBG] pgmap v18973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:17:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:17:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:54.235134+0000 mgr.y (mgr.14556) 21478 : cluster [DBG] pgmap v18974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:54.235134+0000 mgr.y (mgr.14556) 21478 : cluster [DBG] pgmap v18974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:54.235134+0000 mgr.y (mgr.14556) 21478 : cluster [DBG] pgmap v18974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:57.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:56.235796+0000 mgr.y (mgr.14556) 21479 : cluster [DBG] pgmap v18975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:56.235796+0000 mgr.y (mgr.14556) 21479 : cluster [DBG] pgmap v18975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:56.235796+0000 mgr.y (mgr.14556) 21479 : cluster [DBG] pgmap v18975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:17:58.236229+0000 mgr.y (mgr.14556) 21480 : cluster [DBG] pgmap v18976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:59.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:17:58.236229+0000 mgr.y (mgr.14556) 21480 : cluster [DBG] pgmap v18976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:17:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:17:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:17:58.236229+0000 mgr.y (mgr.14556) 21480 : cluster [DBG] pgmap v18976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:00.236992+0000 mgr.y (mgr.14556) 21481 : cluster [DBG] pgmap v18977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:00.236992+0000 mgr.y (mgr.14556) 21481 : cluster [DBG] pgmap v18977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:00.236992+0000 mgr.y (mgr.14556) 21481 : cluster [DBG] pgmap v18977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:18:03.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:02.237646+0000 mgr.y (mgr.14556) 21482 : cluster [DBG] pgmap v18978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:03.880 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:18:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:18:03.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:02.237646+0000 mgr.y (mgr.14556) 21482 : cluster [DBG] pgmap v18978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:03.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:02.237646+0000 mgr.y (mgr.14556) 21482 : cluster [DBG] pgmap v18978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:04.238163+0000 mgr.y (mgr.14556) 21483 : cluster [DBG] pgmap v18979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:05.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:04.238163+0000 mgr.y (mgr.14556) 21483 : cluster [DBG] pgmap v18979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:04.238163+0000 mgr.y (mgr.14556) 21483 : cluster [DBG] pgmap v18979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:06.238915+0000 mgr.y (mgr.14556) 21484 : cluster [DBG] pgmap v18980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:07.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:06.238915+0000 mgr.y (mgr.14556) 21484 : cluster [DBG] pgmap v18980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:06.238915+0000 mgr.y (mgr.14556) 21484 : cluster [DBG] pgmap v18980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:08.239475+0000 mgr.y (mgr.14556) 21485 : cluster [DBG] pgmap v18981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:08.239475+0000 mgr.y (mgr.14556) 21485 : cluster [DBG] pgmap v18981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:08.239475+0000 mgr.y (mgr.14556) 21485 : cluster [DBG] pgmap v18981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:11.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:10.240038+0000 mgr.y (mgr.14556) 21486 : cluster [DBG] pgmap v18982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:11.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:10.240038+0000 mgr.y (mgr.14556) 21486 : cluster [DBG] pgmap v18982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:10.240038+0000 mgr.y (mgr.14556) 21486 : cluster [DBG] pgmap v18982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:11.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:18:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:12.240450+0000 mgr.y (mgr.14556) 21487 : cluster [DBG] pgmap v18983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:14.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:18:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:18:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:12.240450+0000 mgr.y (mgr.14556) 21487 : cluster [DBG] pgmap v18983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:12.240450+0000 mgr.y (mgr.14556) 21487 : cluster [DBG] pgmap v18983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:18:14.318283+0000 mon.a (mon.0) 4526 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:18:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:18:14.626429+0000 mon.a (mon.0) 4527 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:18:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:18:14.627080+0000 mon.a (mon.0) 4528 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:18:14.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:18:14.635670+0000 mon.a (mon.0) 4529 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:18:15.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:18:14.318283+0000 mon.a (mon.0) 4526 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:18:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:18:14.626429+0000 mon.a (mon.0) 4527 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:18:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:18:14.627080+0000 mon.a (mon.0) 4528 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:18:15.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:18:14.635670+0000 mon.a (mon.0) 4529 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:18:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:18:14.318283+0000 mon.a (mon.0) 4526 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:18:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:18:14.626429+0000 mon.a (mon.0) 4527 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:18:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:18:14.627080+0000 mon.a (mon.0) 4528 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:18:15.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:18:14.635670+0000 mon.a (mon.0) 4529 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:18:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:14.240891+0000 mgr.y (mgr.14556) 21488 : cluster [DBG] pgmap v18984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:15.982 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:18:16.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:14.240891+0000 mgr.y (mgr.14556) 21488 : cluster [DBG] pgmap v18984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:14.240891+0000 mgr.y (mgr.14556) 21488 : cluster [DBG] pgmap v18984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:16.272 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:18:16.272 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 63s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:18:16.272 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 62s ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:18:16.272 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 63s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:18:16.272 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 62s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 62s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 63s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 63s ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 62s ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 63s ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 63s ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 62s ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 63s ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 63s ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 63s ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 63s ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 62s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 62s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 62s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 62s ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:18:16.273 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 62s ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:18:16.627 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:18:16.628 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:18:16.628 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:18:16.628 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:18:16.629 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:18:16.629 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:18:16.629 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:18:16.630 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:18:16.630 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:18:16.630 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:18:16.630 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:18:16.631 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:18:16.631 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:18:16.631 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:18:16.631 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:18:16.632 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:18:16.632 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:18:17.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:18:16.628015+0000 mon.a (mon.0) 4530 : audit [DBG] from='client.? 172.21.15.23:0/601303012' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:18:17.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:18:16.628015+0000 mon.a (mon.0) 4530 : audit [DBG] from='client.? 172.21.15.23:0/601303012' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:18:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:18:16.628015+0000 mon.a (mon.0) 4530 : audit [DBG] from='client.? 172.21.15.23:0/601303012' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:18:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:18:15.971782+0000 mgr.y (mgr.14556) 21489 : audit [DBG] from='client.36894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:18:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:16.241445+0000 mgr.y (mgr.14556) 21490 : cluster [DBG] pgmap v18985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:18:16.265346+0000 mgr.y (mgr.14556) 21491 : audit [DBG] from='client.46808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:18:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:18:15.971782+0000 mgr.y (mgr.14556) 21489 : audit [DBG] from='client.36894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:18:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:16.241445+0000 mgr.y (mgr.14556) 21490 : cluster [DBG] pgmap v18985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:18:16.265346+0000 mgr.y (mgr.14556) 21491 : audit [DBG] from='client.46808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:18:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:18:15.971782+0000 mgr.y (mgr.14556) 21489 : audit [DBG] from='client.36894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:18:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:16.241445+0000 mgr.y (mgr.14556) 21490 : cluster [DBG] pgmap v18985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:18:16.265346+0000 mgr.y (mgr.14556) 21491 : audit [DBG] from='client.46808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:18:20.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:18.241985+0000 mgr.y (mgr.14556) 21492 : cluster [DBG] pgmap v18986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:20.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:18.241985+0000 mgr.y (mgr.14556) 21492 : cluster [DBG] pgmap v18986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:18.241985+0000 mgr.y (mgr.14556) 21492 : cluster [DBG] pgmap v18986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:18:21.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:20.242595+0000 mgr.y (mgr.14556) 21493 : cluster [DBG] pgmap v18987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:20.242595+0000 mgr.y (mgr.14556) 21493 : cluster [DBG] pgmap v18987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:20.242595+0000 mgr.y (mgr.14556) 21493 : cluster [DBG] pgmap v18987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:18:23] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:18:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:22.243005+0000 mgr.y (mgr.14556) 21494 : cluster [DBG] pgmap v18988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:24.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:22.243005+0000 mgr.y (mgr.14556) 21494 : cluster [DBG] pgmap v18988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:22.243005+0000 mgr.y (mgr.14556) 21494 : cluster [DBG] pgmap v18988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:24.243590+0000 mgr.y (mgr.14556) 21495 : cluster [DBG] pgmap v18989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:26.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:24.243590+0000 mgr.y (mgr.14556) 21495 : cluster [DBG] pgmap v18989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:24.243590+0000 mgr.y (mgr.14556) 21495 : cluster [DBG] pgmap v18989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:28.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:26.244351+0000 mgr.y (mgr.14556) 21496 : cluster [DBG] pgmap v18990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:28.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:26.244351+0000 mgr.y (mgr.14556) 21496 : cluster [DBG] pgmap v18990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:26.244351+0000 mgr.y (mgr.14556) 21496 : cluster [DBG] pgmap v18990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:28.244798+0000 mgr.y (mgr.14556) 21497 : cluster [DBG] pgmap v18991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:30.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:28.244798+0000 mgr.y (mgr.14556) 21497 : cluster [DBG] pgmap v18991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:28.244798+0000 mgr.y (mgr.14556) 21497 : cluster [DBG] pgmap v18991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:30.245520+0000 mgr.y (mgr.14556) 21498 : cluster [DBG] pgmap v18992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:31.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:18:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:30.245520+0000 mgr.y (mgr.14556) 21498 : cluster [DBG] pgmap v18992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:30.245520+0000 mgr.y (mgr.14556) 21498 : cluster [DBG] pgmap v18992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:32.245936+0000 mgr.y (mgr.14556) 21499 : cluster [DBG] pgmap v18993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:18:33] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:18:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:32.245936+0000 mgr.y (mgr.14556) 21499 : cluster [DBG] pgmap v18993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:32.245936+0000 mgr.y (mgr.14556) 21499 : cluster [DBG] pgmap v18993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:34.246391+0000 mgr.y (mgr.14556) 21500 : cluster [DBG] pgmap v18994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:34.246391+0000 mgr.y (mgr.14556) 21500 : cluster [DBG] pgmap v18994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:34.246391+0000 mgr.y (mgr.14556) 21500 : cluster [DBG] pgmap v18994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:36.246970+0000 mgr.y (mgr.14556) 21501 : cluster [DBG] pgmap v18995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:36.246970+0000 mgr.y (mgr.14556) 21501 : cluster [DBG] pgmap v18995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:36.246970+0000 mgr.y (mgr.14556) 21501 : cluster [DBG] pgmap v18995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:38.247491+0000 mgr.y (mgr.14556) 21502 : cluster [DBG] pgmap v18996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:40.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:38.247491+0000 mgr.y (mgr.14556) 21502 : cluster [DBG] pgmap v18996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:38.247491+0000 mgr.y (mgr.14556) 21502 : cluster [DBG] pgmap v18996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:40.248125+0000 mgr.y (mgr.14556) 21503 : cluster [DBG] pgmap v18997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:18:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:40.248125+0000 mgr.y (mgr.14556) 21503 : cluster [DBG] pgmap v18997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:40.248125+0000 mgr.y (mgr.14556) 21503 : cluster [DBG] pgmap v18997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:42.248597+0000 mgr.y (mgr.14556) 21504 : cluster [DBG] pgmap v18998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:18:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:18:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:42.248597+0000 mgr.y (mgr.14556) 21504 : cluster [DBG] pgmap v18998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:42.248597+0000 mgr.y (mgr.14556) 21504 : cluster [DBG] pgmap v18998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:44.248982+0000 mgr.y (mgr.14556) 21505 : cluster [DBG] pgmap v18999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:46.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:44.248982+0000 mgr.y (mgr.14556) 21505 : cluster [DBG] pgmap v18999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:44.248982+0000 mgr.y (mgr.14556) 21505 : cluster [DBG] pgmap v18999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:46.953 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:18:47.240 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:18:47.240 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 94s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 93s ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 94s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 93s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 93s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 94s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 94s ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 93s ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 94s ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 94s ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 93s ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 94s ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 94s ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 94s ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 94s ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:18:47.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 93s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:18:47.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 93s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:18:47.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 93s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:18:47.242 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 93s ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:18:47.242 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 93s ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:18:47.591 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:18:47.592 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:18:47.593 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:18:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:46.249732+0000 mgr.y (mgr.14556) 21506 : cluster [DBG] pgmap v19000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:18:47.592836+0000 mon.a (mon.0) 4531 : audit [DBG] from='client.? 172.21.15.23:0/7244276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:18:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:46.249732+0000 mgr.y (mgr.14556) 21506 : cluster [DBG] pgmap v19000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:48.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:18:47.592836+0000 mon.a (mon.0) 4531 : audit [DBG] from='client.? 172.21.15.23:0/7244276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:18:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:46.249732+0000 mgr.y (mgr.14556) 21506 : cluster [DBG] pgmap v19000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:18:47.592836+0000 mon.a (mon.0) 4531 : audit [DBG] from='client.? 172.21.15.23:0/7244276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:18:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:18:46.942420+0000 mgr.y (mgr.14556) 21507 : audit [DBG] from='client.46820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:18:49.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:18:47.233794+0000 mgr.y (mgr.14556) 21508 : audit [DBG] from='client.46826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:18:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:18:46.942420+0000 mgr.y (mgr.14556) 21507 : audit [DBG] from='client.46820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:18:49.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:18:47.233794+0000 mgr.y (mgr.14556) 21508 : audit [DBG] from='client.46826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:18:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:18:46.942420+0000 mgr.y (mgr.14556) 21507 : audit [DBG] from='client.46820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:18:49.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:18:47.233794+0000 mgr.y (mgr.14556) 21508 : audit [DBG] from='client.46826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:18:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:48.250150+0000 mgr.y (mgr.14556) 21509 : cluster [DBG] pgmap v19001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:48.250150+0000 mgr.y (mgr.14556) 21509 : cluster [DBG] pgmap v19001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:48.250150+0000 mgr.y (mgr.14556) 21509 : cluster [DBG] pgmap v19001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:51.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:50.250753+0000 mgr.y (mgr.14556) 21510 : cluster [DBG] pgmap v19002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:51.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:50.250753+0000 mgr.y (mgr.14556) 21510 : cluster [DBG] pgmap v19002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:51.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:50.250753+0000 mgr.y (mgr.14556) 21510 : cluster [DBG] pgmap v19002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:18:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:52.251153+0000 mgr.y (mgr.14556) 21511 : cluster [DBG] pgmap v19003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:52.251153+0000 mgr.y (mgr.14556) 21511 : cluster [DBG] pgmap v19003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:52.251153+0000 mgr.y (mgr.14556) 21511 : cluster [DBG] pgmap v19003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:18:53] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:18:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:54.251744+0000 mgr.y (mgr.14556) 21512 : cluster [DBG] pgmap v19004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:54.251744+0000 mgr.y (mgr.14556) 21512 : cluster [DBG] pgmap v19004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:54.251744+0000 mgr.y (mgr.14556) 21512 : cluster [DBG] pgmap v19004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:56.252545+0000 mgr.y (mgr.14556) 21513 : cluster [DBG] pgmap v19005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:57.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:56.252545+0000 mgr.y (mgr.14556) 21513 : cluster [DBG] pgmap v19005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:56.252545+0000 mgr.y (mgr.14556) 21513 : cluster [DBG] pgmap v19005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:18:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:18:58.252942+0000 mgr.y (mgr.14556) 21514 : cluster [DBG] pgmap v19006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:18:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:18:58.252942+0000 mgr.y (mgr.14556) 21514 : cluster [DBG] pgmap v19006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:18:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:18:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:18:58.252942+0000 mgr.y (mgr.14556) 21514 : cluster [DBG] pgmap v19006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:00.253621+0000 mgr.y (mgr.14556) 21515 : cluster [DBG] pgmap v19007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:00.253621+0000 mgr.y (mgr.14556) 21515 : cluster [DBG] pgmap v19007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:01.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:00.253621+0000 mgr.y (mgr.14556) 21515 : cluster [DBG] pgmap v19007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:01.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:19:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:02.254151+0000 mgr.y (mgr.14556) 21516 : cluster [DBG] pgmap v19008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:02.254151+0000 mgr.y (mgr.14556) 21516 : cluster [DBG] pgmap v19008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:02.254151+0000 mgr.y (mgr.14556) 21516 : cluster [DBG] pgmap v19008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:19:03] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:19:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:04.254560+0000 mgr.y (mgr.14556) 21517 : cluster [DBG] pgmap v19009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:04.254560+0000 mgr.y (mgr.14556) 21517 : cluster [DBG] pgmap v19009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:04.254560+0000 mgr.y (mgr.14556) 21517 : cluster [DBG] pgmap v19009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:06.255143+0000 mgr.y (mgr.14556) 21518 : cluster [DBG] pgmap v19010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:06.255143+0000 mgr.y (mgr.14556) 21518 : cluster [DBG] pgmap v19010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:06.255143+0000 mgr.y (mgr.14556) 21518 : cluster [DBG] pgmap v19010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:08.255514+0000 mgr.y (mgr.14556) 21519 : cluster [DBG] pgmap v19011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:08.255514+0000 mgr.y (mgr.14556) 21519 : cluster [DBG] pgmap v19011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:08.255514+0000 mgr.y (mgr.14556) 21519 : cluster [DBG] pgmap v19011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:10.256312+0000 mgr.y (mgr.14556) 21520 : cluster [DBG] pgmap v19012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:10.256312+0000 mgr.y (mgr.14556) 21520 : cluster [DBG] pgmap v19012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:11.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:10.256312+0000 mgr.y (mgr.14556) 21520 : cluster [DBG] pgmap v19012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:11.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:19:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:12.256732+0000 mgr.y (mgr.14556) 21521 : cluster [DBG] pgmap v19013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:12.256732+0000 mgr.y (mgr.14556) 21521 : cluster [DBG] pgmap v19013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:12.256732+0000 mgr.y (mgr.14556) 21521 : cluster [DBG] pgmap v19013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:19:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:19:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:14.257118+0000 mgr.y (mgr.14556) 21522 : cluster [DBG] pgmap v19014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:19:14.640086+0000 mon.a (mon.0) 4532 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:19:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:19:14.945462+0000 mon.a (mon.0) 4533 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:19:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:19:14.946108+0000 mon.a (mon.0) 4534 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:19:15.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:19:14.954925+0000 mon.a (mon.0) 4535 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:19:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:14.257118+0000 mgr.y (mgr.14556) 21522 : cluster [DBG] pgmap v19014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:19:14.640086+0000 mon.a (mon.0) 4532 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:19:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:19:14.945462+0000 mon.a (mon.0) 4533 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:19:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:19:14.946108+0000 mon.a (mon.0) 4534 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:19:15.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:19:14.954925+0000 mon.a (mon.0) 4535 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:19:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:14.257118+0000 mgr.y (mgr.14556) 21522 : cluster [DBG] pgmap v19014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:19:14.640086+0000 mon.a (mon.0) 4532 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:19:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:19:14.945462+0000 mon.a (mon.0) 4533 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:19:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:19:14.946108+0000 mon.a (mon.0) 4534 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:19:15.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:19:14.954925+0000 mon.a (mon.0) 4535 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:19:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:16.257822+0000 mgr.y (mgr.14556) 21523 : cluster [DBG] pgmap v19015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:17.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:16.257822+0000 mgr.y (mgr.14556) 21523 : cluster [DBG] pgmap v19015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:16.257822+0000 mgr.y (mgr.14556) 21523 : cluster [DBG] pgmap v19015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:17.918 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:19:18.205 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:19:18.205 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 2m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:19:18.205 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 2m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:19:18.205 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 2m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:19:18.205 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 2m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:19:18.205 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 2m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:19:18.205 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 2m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:19:18.205 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 2m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 2m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 2m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 2m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 2m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 2m ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 2m ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 2m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 2m ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 2m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 2m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 2m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 2m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:19:18.206 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 2m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:19:18.559 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:19:18.560 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:19:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:19:17.906780+0000 mgr.y (mgr.14556) 21524 : audit [DBG] from='client.36930 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:19:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:19:18.198633+0000 mgr.y (mgr.14556) 21525 : audit [DBG] from='client.36936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:19:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:18.258190+0000 mgr.y (mgr.14556) 21526 : cluster [DBG] pgmap v19016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:19:18.560874+0000 mon.a (mon.0) 4536 : audit [DBG] from='client.? 172.21.15.23:0/3924393861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:19:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:19:17.906780+0000 mgr.y (mgr.14556) 21524 : audit [DBG] from='client.36930 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:19:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:19:18.198633+0000 mgr.y (mgr.14556) 21525 : audit [DBG] from='client.36936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:19:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:18.258190+0000 mgr.y (mgr.14556) 21526 : cluster [DBG] pgmap v19016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:19.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:19:18.560874+0000 mon.a (mon.0) 4536 : audit [DBG] from='client.? 172.21.15.23:0/3924393861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:19:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:19:17.906780+0000 mgr.y (mgr.14556) 21524 : audit [DBG] from='client.36930 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:19:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:19:18.198633+0000 mgr.y (mgr.14556) 21525 : audit [DBG] from='client.36936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:19:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:18.258190+0000 mgr.y (mgr.14556) 21526 : cluster [DBG] pgmap v19016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:19:18.560874+0000 mon.a (mon.0) 4536 : audit [DBG] from='client.? 172.21.15.23:0/3924393861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:19:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:20.258791+0000 mgr.y (mgr.14556) 21527 : cluster [DBG] pgmap v19017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:20.258791+0000 mgr.y (mgr.14556) 21527 : cluster [DBG] pgmap v19017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:20.258791+0000 mgr.y (mgr.14556) 21527 : cluster [DBG] pgmap v19017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:19:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:22.259478+0000 mgr.y (mgr.14556) 21528 : cluster [DBG] pgmap v19018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:22.259478+0000 mgr.y (mgr.14556) 21528 : cluster [DBG] pgmap v19018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:22.259478+0000 mgr.y (mgr.14556) 21528 : cluster [DBG] pgmap v19018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:19:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:19:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:24.259886+0000 mgr.y (mgr.14556) 21529 : cluster [DBG] pgmap v19019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:24.259886+0000 mgr.y (mgr.14556) 21529 : cluster [DBG] pgmap v19019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:24.259886+0000 mgr.y (mgr.14556) 21529 : cluster [DBG] pgmap v19019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:27.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:26.260723+0000 mgr.y (mgr.14556) 21530 : cluster [DBG] pgmap v19020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:27.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:26.260723+0000 mgr.y (mgr.14556) 21530 : cluster [DBG] pgmap v19020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:26.260723+0000 mgr.y (mgr.14556) 21530 : cluster [DBG] pgmap v19020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:29.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:28.261166+0000 mgr.y (mgr.14556) 21531 : cluster [DBG] pgmap v19021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:28.261166+0000 mgr.y (mgr.14556) 21531 : cluster [DBG] pgmap v19021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:28.261166+0000 mgr.y (mgr.14556) 21531 : cluster [DBG] pgmap v19021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:30.261954+0000 mgr.y (mgr.14556) 21532 : cluster [DBG] pgmap v19022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:31.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:30.261954+0000 mgr.y (mgr.14556) 21532 : cluster [DBG] pgmap v19022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:30.261954+0000 mgr.y (mgr.14556) 21532 : cluster [DBG] pgmap v19022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:19:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:32.262452+0000 mgr.y (mgr.14556) 21533 : cluster [DBG] pgmap v19023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:32.262452+0000 mgr.y (mgr.14556) 21533 : cluster [DBG] pgmap v19023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:32.262452+0000 mgr.y (mgr.14556) 21533 : cluster [DBG] pgmap v19023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:19:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:19:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:34.262875+0000 mgr.y (mgr.14556) 21534 : cluster [DBG] pgmap v19024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:35.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:34.262875+0000 mgr.y (mgr.14556) 21534 : cluster [DBG] pgmap v19024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:34.262875+0000 mgr.y (mgr.14556) 21534 : cluster [DBG] pgmap v19024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:36.263553+0000 mgr.y (mgr.14556) 21535 : cluster [DBG] pgmap v19025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:37.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:36.263553+0000 mgr.y (mgr.14556) 21535 : cluster [DBG] pgmap v19025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:36.263553+0000 mgr.y (mgr.14556) 21535 : cluster [DBG] pgmap v19025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:38.264064+0000 mgr.y (mgr.14556) 21536 : cluster [DBG] pgmap v19026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:39.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:38.264064+0000 mgr.y (mgr.14556) 21536 : cluster [DBG] pgmap v19026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:38.264064+0000 mgr.y (mgr.14556) 21536 : cluster [DBG] pgmap v19026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:40.264817+0000 mgr.y (mgr.14556) 21537 : cluster [DBG] pgmap v19027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:40.264817+0000 mgr.y (mgr.14556) 21537 : cluster [DBG] pgmap v19027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:40.264817+0000 mgr.y (mgr.14556) 21537 : cluster [DBG] pgmap v19027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:19:43.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:42.265415+0000 mgr.y (mgr.14556) 21538 : cluster [DBG] pgmap v19028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:42.265415+0000 mgr.y (mgr.14556) 21538 : cluster [DBG] pgmap v19028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:42.265415+0000 mgr.y (mgr.14556) 21538 : cluster [DBG] pgmap v19028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:19:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:19:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:44.265981+0000 mgr.y (mgr.14556) 21539 : cluster [DBG] pgmap v19029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:44.265981+0000 mgr.y (mgr.14556) 21539 : cluster [DBG] pgmap v19029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:44.265981+0000 mgr.y (mgr.14556) 21539 : cluster [DBG] pgmap v19029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:47.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:46.266671+0000 mgr.y (mgr.14556) 21540 : cluster [DBG] pgmap v19030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:47.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:46.266671+0000 mgr.y (mgr.14556) 21540 : cluster [DBG] pgmap v19030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:46.266671+0000 mgr.y (mgr.14556) 21540 : cluster [DBG] pgmap v19030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:48.886 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:19:49.174 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 2m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 2m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 2m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 2m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 2m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 2m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 2m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 2m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 2m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 2m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 2m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 2m ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:19:49.175 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 2m ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:19:49.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 2m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:19:49.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 2m ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:19:49.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 2m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:19:49.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 2m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:19:49.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 2m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:19:49.176 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 2m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:19:49.176 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 2m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:19:49.524 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:19:49.525 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:19:49.525 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:19:49.525 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:19:49.525 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:19:49.525 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:19:49.525 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:19:49.525 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:19:49.525 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:19:49.525 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:19:49.525 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:19:49.525 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:19:49.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:19:49.526 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:19:49.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:19:49.526 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:19:49.526 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:19:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:48.267252+0000 mgr.y (mgr.14556) 21541 : cluster [DBG] pgmap v19031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:48.267252+0000 mgr.y (mgr.14556) 21541 : cluster [DBG] pgmap v19031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:48.267252+0000 mgr.y (mgr.14556) 21541 : cluster [DBG] pgmap v19031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:19:48.875471+0000 mgr.y (mgr.14556) 21542 : audit [DBG] from='client.36948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:19:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:19:49.167700+0000 mgr.y (mgr.14556) 21543 : audit [DBG] from='client.36954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:19:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:19:49.526140+0000 mon.a (mon.0) 4537 : audit [DBG] from='client.? 172.21.15.23:0/3163691138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:19:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:19:48.875471+0000 mgr.y (mgr.14556) 21542 : audit [DBG] from='client.36948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:19:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:19:49.167700+0000 mgr.y (mgr.14556) 21543 : audit [DBG] from='client.36954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:19:50.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:19:49.526140+0000 mon.a (mon.0) 4537 : audit [DBG] from='client.? 172.21.15.23:0/3163691138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:19:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:19:48.875471+0000 mgr.y (mgr.14556) 21542 : audit [DBG] from='client.36948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:19:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:19:49.167700+0000 mgr.y (mgr.14556) 21543 : audit [DBG] from='client.36954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:19:50.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:19:49.526140+0000 mon.a (mon.0) 4537 : audit [DBG] from='client.? 172.21.15.23:0/3163691138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:19:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:50.267885+0000 mgr.y (mgr.14556) 21544 : cluster [DBG] pgmap v19032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:50.267885+0000 mgr.y (mgr.14556) 21544 : cluster [DBG] pgmap v19032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:50.267885+0000 mgr.y (mgr.14556) 21544 : cluster [DBG] pgmap v19032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:19:53.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:19:53] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T17:19:53.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:52.268469+0000 mgr.y (mgr.14556) 21545 : cluster [DBG] pgmap v19033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:53.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:52.268469+0000 mgr.y (mgr.14556) 21545 : cluster [DBG] pgmap v19033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:52.268469+0000 mgr.y (mgr.14556) 21545 : cluster [DBG] pgmap v19033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:54.268932+0000 mgr.y (mgr.14556) 21546 : cluster [DBG] pgmap v19034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:54.268932+0000 mgr.y (mgr.14556) 21546 : cluster [DBG] pgmap v19034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:54.268932+0000 mgr.y (mgr.14556) 21546 : cluster [DBG] pgmap v19034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:56.269595+0000 mgr.y (mgr.14556) 21547 : cluster [DBG] pgmap v19035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:57.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:56.269595+0000 mgr.y (mgr.14556) 21547 : cluster [DBG] pgmap v19035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:56.269595+0000 mgr.y (mgr.14556) 21547 : cluster [DBG] pgmap v19035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:19:58.270203+0000 mgr.y (mgr.14556) 21548 : cluster [DBG] pgmap v19036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:19:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:19:58.270203+0000 mgr.y (mgr.14556) 21548 : cluster [DBG] pgmap v19036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:19:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:19:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:19:58.270203+0000 mgr.y (mgr.14556) 21548 : cluster [DBG] pgmap v19036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T17:19:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:20:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:00.000109+0000 mon.a (mon.0) 4538 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:20:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:00.000109+0000 mon.a (mon.0) 4538 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:20:00.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:00.000109+0000 mon.a (mon.0) 4538 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:20:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:00.270959+0000 mgr.y (mgr.14556) 21549 : cluster [DBG] pgmap v19037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:00.270959+0000 mgr.y (mgr.14556) 21549 : cluster [DBG] pgmap v19037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:00.270959+0000 mgr.y (mgr.14556) 21549 : cluster [DBG] pgmap v19037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:20:03.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:20:03] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T17:20:03.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:02.271394+0000 mgr.y (mgr.14556) 21550 : cluster [DBG] pgmap v19038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:03.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:02.271394+0000 mgr.y (mgr.14556) 21550 : cluster [DBG] pgmap v19038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:02.271394+0000 mgr.y (mgr.14556) 21550 : cluster [DBG] pgmap v19038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:04.271850+0000 mgr.y (mgr.14556) 21551 : cluster [DBG] pgmap v19039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:04.271850+0000 mgr.y (mgr.14556) 21551 : cluster [DBG] pgmap v19039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:04.271850+0000 mgr.y (mgr.14556) 21551 : cluster [DBG] pgmap v19039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:06.272726+0000 mgr.y (mgr.14556) 21552 : cluster [DBG] pgmap v19040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:06.272726+0000 mgr.y (mgr.14556) 21552 : cluster [DBG] pgmap v19040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:06.272726+0000 mgr.y (mgr.14556) 21552 : cluster [DBG] pgmap v19040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:09.914 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:08.273146+0000 mgr.y (mgr.14556) 21553 : cluster [DBG] pgmap v19041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:10.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:08.273146+0000 mgr.y (mgr.14556) 21553 : cluster [DBG] pgmap v19041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:08.273146+0000 mgr.y (mgr.14556) 21553 : cluster [DBG] pgmap v19041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:10.273941+0000 mgr.y (mgr.14556) 21554 : cluster [DBG] pgmap v19042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:20:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:10.273941+0000 mgr.y (mgr.14556) 21554 : cluster [DBG] pgmap v19042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:10.273941+0000 mgr.y (mgr.14556) 21554 : cluster [DBG] pgmap v19042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:12.274306+0000 mgr.y (mgr.14556) 21555 : cluster [DBG] pgmap v19043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:20:13] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:20:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:12.274306+0000 mgr.y (mgr.14556) 21555 : cluster [DBG] pgmap v19043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:12.274306+0000 mgr.y (mgr.14556) 21555 : cluster [DBG] pgmap v19043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:14.274806+0000 mgr.y (mgr.14556) 21556 : cluster [DBG] pgmap v19044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:20:14.959265+0000 mon.a (mon.0) 4539 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:20:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:20:15.214700+0000 mon.a (mon.0) 4540 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:20:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:20:15.220080+0000 mon.a (mon.0) 4541 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:20:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:20:15.510557+0000 mon.a (mon.0) 4542 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:20:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:20:15.511198+0000 mon.a (mon.0) 4543 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:20:15.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:20:15.516972+0000 mon.a (mon.0) 4544 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:20:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:14.274806+0000 mgr.y (mgr.14556) 21556 : cluster [DBG] pgmap v19044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:20:14.959265+0000 mon.a (mon.0) 4539 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:20:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:20:15.214700+0000 mon.a (mon.0) 4540 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:20:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:20:15.220080+0000 mon.a (mon.0) 4541 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:20:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:20:15.510557+0000 mon.a (mon.0) 4542 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:20:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:20:15.511198+0000 mon.a (mon.0) 4543 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:20:16.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:20:15.516972+0000 mon.a (mon.0) 4544 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:20:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:14.274806+0000 mgr.y (mgr.14556) 21556 : cluster [DBG] pgmap v19044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:20:14.959265+0000 mon.a (mon.0) 4539 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:20:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:20:15.214700+0000 mon.a (mon.0) 4540 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:20:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:20:15.220080+0000 mon.a (mon.0) 4541 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:20:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:20:15.510557+0000 mon.a (mon.0) 4542 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:20:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:20:15.511198+0000 mon.a (mon.0) 4543 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:20:16.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:20:15.516972+0000 mon.a (mon.0) 4544 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:20:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:16.275554+0000 mgr.y (mgr.14556) 21557 : cluster [DBG] pgmap v19045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:18.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:16.275554+0000 mgr.y (mgr.14556) 21557 : cluster [DBG] pgmap v19045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:16.275554+0000 mgr.y (mgr.14556) 21557 : cluster [DBG] pgmap v19045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:19.854 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:20:20.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:18.275933+0000 mgr.y (mgr.14556) 21558 : cluster [DBG] pgmap v19046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:20.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:18.275933+0000 mgr.y (mgr.14556) 21558 : cluster [DBG] pgmap v19046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:20.142 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:20:20.142 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 3m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:20:20.142 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 3m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:20:20.142 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 3m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:20:20.142 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 3m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:20:20.142 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 3m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:20:20.142 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 3m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:20:20.142 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 3m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:20:20.142 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 3m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:20:20.143 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 3m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:20:20.143 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 3m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:20:20.143 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 3m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:20:20.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 3m ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:20:20.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 3m ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:20:20.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 3m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:20:20.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 3m ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:20:20.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 3m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:20:20.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 3m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:20:20.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 3m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:20:20.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 3m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:20:20.143 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 3m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:20:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:18.275933+0000 mgr.y (mgr.14556) 21558 : cluster [DBG] pgmap v19046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:20.493 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:20:20.493 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:20:20.493 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:20:20.493 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:20:20.493 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:20:20.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:20:20.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:20:20.494 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:20:20.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:20:20.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:20:20.494 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:20:20.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:20:20.494 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:20:20.494 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:20:20.494 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:20:20.494 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:20:20.494 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:20:21.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:20:20.494760+0000 mon.a (mon.0) 4545 : audit [DBG] from='client.? 172.21.15.23:0/3315124903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:20:21.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:20:20.494760+0000 mon.a (mon.0) 4545 : audit [DBG] from='client.? 172.21.15.23:0/3315124903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:20:21.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:20:20.494760+0000 mon.a (mon.0) 4545 : audit [DBG] from='client.? 172.21.15.23:0/3315124903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:20:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:20:19.843185+0000 mgr.y (mgr.14556) 21559 : audit [DBG] from='client.36966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:20:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:20:20.135597+0000 mgr.y (mgr.14556) 21560 : audit [DBG] from='client.46880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:20:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:20.276488+0000 mgr.y (mgr.14556) 21561 : cluster [DBG] pgmap v19047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:20:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:20:19.843185+0000 mgr.y (mgr.14556) 21559 : audit [DBG] from='client.36966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:20:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:20:20.135597+0000 mgr.y (mgr.14556) 21560 : audit [DBG] from='client.46880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:20:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:20.276488+0000 mgr.y (mgr.14556) 21561 : cluster [DBG] pgmap v19047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:20:19.843185+0000 mgr.y (mgr.14556) 21559 : audit [DBG] from='client.36966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:20:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:20:20.135597+0000 mgr.y (mgr.14556) 21560 : audit [DBG] from='client.46880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:20:22.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:20.276488+0000 mgr.y (mgr.14556) 21561 : cluster [DBG] pgmap v19047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:20:23] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:20:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:22.276922+0000 mgr.y (mgr.14556) 21562 : cluster [DBG] pgmap v19048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:24.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:22.276922+0000 mgr.y (mgr.14556) 21562 : cluster [DBG] pgmap v19048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:24.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:22.276922+0000 mgr.y (mgr.14556) 21562 : cluster [DBG] pgmap v19048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:24.277362+0000 mgr.y (mgr.14556) 21563 : cluster [DBG] pgmap v19049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:24.277362+0000 mgr.y (mgr.14556) 21563 : cluster [DBG] pgmap v19049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:24.277362+0000 mgr.y (mgr.14556) 21563 : cluster [DBG] pgmap v19049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:26.278242+0000 mgr.y (mgr.14556) 21564 : cluster [DBG] pgmap v19050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:26.278242+0000 mgr.y (mgr.14556) 21564 : cluster [DBG] pgmap v19050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:26.278242+0000 mgr.y (mgr.14556) 21564 : cluster [DBG] pgmap v19050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:28.278711+0000 mgr.y (mgr.14556) 21565 : cluster [DBG] pgmap v19051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:28.278711+0000 mgr.y (mgr.14556) 21565 : cluster [DBG] pgmap v19051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:30.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:28.278711+0000 mgr.y (mgr.14556) 21565 : cluster [DBG] pgmap v19051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:20:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:30.279518+0000 mgr.y (mgr.14556) 21566 : cluster [DBG] pgmap v19052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:30.279518+0000 mgr.y (mgr.14556) 21566 : cluster [DBG] pgmap v19052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:30.279518+0000 mgr.y (mgr.14556) 21566 : cluster [DBG] pgmap v19052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:20:33] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:20:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:32.279986+0000 mgr.y (mgr.14556) 21567 : cluster [DBG] pgmap v19053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:32.279986+0000 mgr.y (mgr.14556) 21567 : cluster [DBG] pgmap v19053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:32.279986+0000 mgr.y (mgr.14556) 21567 : cluster [DBG] pgmap v19053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:34.280452+0000 mgr.y (mgr.14556) 21568 : cluster [DBG] pgmap v19054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:34.280452+0000 mgr.y (mgr.14556) 21568 : cluster [DBG] pgmap v19054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:34.280452+0000 mgr.y (mgr.14556) 21568 : cluster [DBG] pgmap v19054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:36.281044+0000 mgr.y (mgr.14556) 21569 : cluster [DBG] pgmap v19055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:36.281044+0000 mgr.y (mgr.14556) 21569 : cluster [DBG] pgmap v19055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:36.281044+0000 mgr.y (mgr.14556) 21569 : cluster [DBG] pgmap v19055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:38.281557+0000 mgr.y (mgr.14556) 21570 : cluster [DBG] pgmap v19056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:38.281557+0000 mgr.y (mgr.14556) 21570 : cluster [DBG] pgmap v19056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:38.281557+0000 mgr.y (mgr.14556) 21570 : cluster [DBG] pgmap v19056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:40.282121+0000 mgr.y (mgr.14556) 21571 : cluster [DBG] pgmap v19057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:20:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:40.282121+0000 mgr.y (mgr.14556) 21571 : cluster [DBG] pgmap v19057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:40.282121+0000 mgr.y (mgr.14556) 21571 : cluster [DBG] pgmap v19057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:20:43] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:20:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:42.282597+0000 mgr.y (mgr.14556) 21572 : cluster [DBG] pgmap v19058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:42.282597+0000 mgr.y (mgr.14556) 21572 : cluster [DBG] pgmap v19058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:42.282597+0000 mgr.y (mgr.14556) 21572 : cluster [DBG] pgmap v19058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:44.283055+0000 mgr.y (mgr.14556) 21573 : cluster [DBG] pgmap v19059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:44.283055+0000 mgr.y (mgr.14556) 21573 : cluster [DBG] pgmap v19059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:44.283055+0000 mgr.y (mgr.14556) 21573 : cluster [DBG] pgmap v19059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:46.283743+0000 mgr.y (mgr.14556) 21574 : cluster [DBG] pgmap v19060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:46.283743+0000 mgr.y (mgr.14556) 21574 : cluster [DBG] pgmap v19060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:46.283743+0000 mgr.y (mgr.14556) 21574 : cluster [DBG] pgmap v19060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:48.284122+0000 mgr.y (mgr.14556) 21575 : cluster [DBG] pgmap v19061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:48.284122+0000 mgr.y (mgr.14556) 21575 : cluster [DBG] pgmap v19061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:48.284122+0000 mgr.y (mgr.14556) 21575 : cluster [DBG] pgmap v19061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:50.818 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 3m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 3m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 3m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 3m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 3m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 3m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 3m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 3m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 3m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 3m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 3m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:20:51.108 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 3m ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:20:51.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 3m ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:20:51.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 3m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:20:51.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 3m ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:20:51.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 3m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:20:51.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 3m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:20:51.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 3m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:20:51.109 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 3m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:20:51.109 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 3m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:20:51.457 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:20:51.458 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:20:51.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:20:51.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:20:51.458 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:20:51.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:20:51.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:20:51.458 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:20:51.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:20:51.458 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:20:51.458 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:20:51.458 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:20:51.459 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:20:51.459 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:20:51.459 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:20:51.459 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:20:51.459 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:20:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:20:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:50.284764+0000 mgr.y (mgr.14556) 21576 : cluster [DBG] pgmap v19062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:20:50.807717+0000 mgr.y (mgr.14556) 21577 : audit [DBG] from='client.36984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:20:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:20:51.458997+0000 mon.c (mon.2) 517 : audit [DBG] from='client.? 172.21.15.23:0/1116225593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:20:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:50.284764+0000 mgr.y (mgr.14556) 21576 : cluster [DBG] pgmap v19062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:20:50.807717+0000 mgr.y (mgr.14556) 21577 : audit [DBG] from='client.36984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:20:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:20:51.458997+0000 mon.c (mon.2) 517 : audit [DBG] from='client.? 172.21.15.23:0/1116225593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:20:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:50.284764+0000 mgr.y (mgr.14556) 21576 : cluster [DBG] pgmap v19062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:20:50.807717+0000 mgr.y (mgr.14556) 21577 : audit [DBG] from='client.36984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:20:52.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:20:51.458997+0000 mon.c (mon.2) 517 : audit [DBG] from='client.? 172.21.15.23:0/1116225593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:20:53.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:20:51.100983+0000 mgr.y (mgr.14556) 21578 : audit [DBG] from='client.36990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:20:53.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:20:51.100983+0000 mgr.y (mgr.14556) 21578 : audit [DBG] from='client.36990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:20:53.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:20:51.100983+0000 mgr.y (mgr.14556) 21578 : audit [DBG] from='client.36990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:20:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:20:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:20:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:52.285382+0000 mgr.y (mgr.14556) 21579 : cluster [DBG] pgmap v19063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:52.285382+0000 mgr.y (mgr.14556) 21579 : cluster [DBG] pgmap v19063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:54.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:52.285382+0000 mgr.y (mgr.14556) 21579 : cluster [DBG] pgmap v19063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:54.285822+0000 mgr.y (mgr.14556) 21580 : cluster [DBG] pgmap v19064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:54.285822+0000 mgr.y (mgr.14556) 21580 : cluster [DBG] pgmap v19064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:54.285822+0000 mgr.y (mgr.14556) 21580 : cluster [DBG] pgmap v19064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:56.286668+0000 mgr.y (mgr.14556) 21581 : cluster [DBG] pgmap v19065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:56.286668+0000 mgr.y (mgr.14556) 21581 : cluster [DBG] pgmap v19065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:56.286668+0000 mgr.y (mgr.14556) 21581 : cluster [DBG] pgmap v19065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:59.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:20:58.287200+0000 mgr.y (mgr.14556) 21582 : cluster [DBG] pgmap v19066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:59.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:20:58.287200+0000 mgr.y (mgr.14556) 21582 : cluster [DBG] pgmap v19066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:20:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:20:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:20:58.287200+0000 mgr.y (mgr.14556) 21582 : cluster [DBG] pgmap v19066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:00.287898+0000 mgr.y (mgr.14556) 21583 : cluster [DBG] pgmap v19067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:00.287898+0000 mgr.y (mgr.14556) 21583 : cluster [DBG] pgmap v19067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:01.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:00.287898+0000 mgr.y (mgr.14556) 21583 : cluster [DBG] pgmap v19067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:01.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:21:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:02.288397+0000 mgr.y (mgr.14556) 21584 : cluster [DBG] pgmap v19068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:02.288397+0000 mgr.y (mgr.14556) 21584 : cluster [DBG] pgmap v19068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:02.288397+0000 mgr.y (mgr.14556) 21584 : cluster [DBG] pgmap v19068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:21:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:21:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:04.288843+0000 mgr.y (mgr.14556) 21585 : cluster [DBG] pgmap v19069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:05.667 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:04.288843+0000 mgr.y (mgr.14556) 21585 : cluster [DBG] pgmap v19069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:05.667 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:04.288843+0000 mgr.y (mgr.14556) 21585 : cluster [DBG] pgmap v19069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:07.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:06.289630+0000 mgr.y (mgr.14556) 21586 : cluster [DBG] pgmap v19070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:06.289630+0000 mgr.y (mgr.14556) 21586 : cluster [DBG] pgmap v19070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:06.289630+0000 mgr.y (mgr.14556) 21586 : cluster [DBG] pgmap v19070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:08.290009+0000 mgr.y (mgr.14556) 21587 : cluster [DBG] pgmap v19071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:08.290009+0000 mgr.y (mgr.14556) 21587 : cluster [DBG] pgmap v19071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:08.290009+0000 mgr.y (mgr.14556) 21587 : cluster [DBG] pgmap v19071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:11.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:10.290792+0000 mgr.y (mgr.14556) 21588 : cluster [DBG] pgmap v19072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:11.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:21:11.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:10.290792+0000 mgr.y (mgr.14556) 21588 : cluster [DBG] pgmap v19072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:10.290792+0000 mgr.y (mgr.14556) 21588 : cluster [DBG] pgmap v19072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:12.291209+0000 mgr.y (mgr.14556) 21589 : cluster [DBG] pgmap v19073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:12.291209+0000 mgr.y (mgr.14556) 21589 : cluster [DBG] pgmap v19073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:12.291209+0000 mgr.y (mgr.14556) 21589 : cluster [DBG] pgmap v19073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:21:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:21:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:14.291748+0000 mgr.y (mgr.14556) 21590 : cluster [DBG] pgmap v19074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:14.291748+0000 mgr.y (mgr.14556) 21590 : cluster [DBG] pgmap v19074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:14.291748+0000 mgr.y (mgr.14556) 21590 : cluster [DBG] pgmap v19074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:21:15.521416+0000 mon.a (mon.0) 4546 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:21:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:21:15.829940+0000 mon.a (mon.0) 4547 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:21:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:21:15.830569+0000 mon.a (mon.0) 4548 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:21:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:21:15.835174+0000 mon.a (mon.0) 4549 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:21:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:21:15.521416+0000 mon.a (mon.0) 4546 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:21:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:21:15.829940+0000 mon.a (mon.0) 4547 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:21:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:21:15.830569+0000 mon.a (mon.0) 4548 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:21:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:21:15.835174+0000 mon.a (mon.0) 4549 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:21:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:21:15.521416+0000 mon.a (mon.0) 4546 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:21:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:21:15.829940+0000 mon.a (mon.0) 4547 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:21:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:21:15.830569+0000 mon.a (mon.0) 4548 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:21:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:21:15.835174+0000 mon.a (mon.0) 4549 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:21:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:16.292479+0000 mgr.y (mgr.14556) 21591 : cluster [DBG] pgmap v19075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:16.292479+0000 mgr.y (mgr.14556) 21591 : cluster [DBG] pgmap v19075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:17.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:16.292479+0000 mgr.y (mgr.14556) 21591 : cluster [DBG] pgmap v19075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:18.292827+0000 mgr.y (mgr.14556) 21592 : cluster [DBG] pgmap v19076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:18.292827+0000 mgr.y (mgr.14556) 21592 : cluster [DBG] pgmap v19076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:18.292827+0000 mgr.y (mgr.14556) 21592 : cluster [DBG] pgmap v19076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:20.293637+0000 mgr.y (mgr.14556) 21593 : cluster [DBG] pgmap v19077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:21.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:21:21.781 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:21:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:20.293637+0000 mgr.y (mgr.14556) 21593 : cluster [DBG] pgmap v19077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:20.293637+0000 mgr.y (mgr.14556) 21593 : cluster [DBG] pgmap v19077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:21:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 4m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:21:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 4m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:21:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 4m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:21:22.067 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 4m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 4m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 4m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 4m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 4m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 4m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 4m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 4m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 4m ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 4m ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 4m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 4m ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 4m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 4m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 4m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:21:22.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 4m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:21:22.069 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 4m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:21:22.417 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:21:22.417 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:21:22.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:21:22.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:21:22.417 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:21:22.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:21:22.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:21:22.418 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:21:22.418 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:21:22.418 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:21:22.418 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:21:22.418 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:21:22.418 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:21:22.418 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:21:22.418 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:21:22.418 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:21:22.418 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:21:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:21:21.771242+0000 mgr.y (mgr.14556) 21594 : audit [DBG] from='client.46910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:21:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:21:21.771242+0000 mgr.y (mgr.14556) 21594 : audit [DBG] from='client.46910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:21:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:21:21.771242+0000 mgr.y (mgr.14556) 21594 : audit [DBG] from='client.46910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:21:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:21:22.060981+0000 mgr.y (mgr.14556) 21595 : audit [DBG] from='client.46916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:21:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:22.293941+0000 mgr.y (mgr.14556) 21596 : cluster [DBG] pgmap v19078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:21:22.418852+0000 mon.a (mon.0) 4550 : audit [DBG] from='client.? 172.21.15.23:0/3952675178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:21:23.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:21:22.060981+0000 mgr.y (mgr.14556) 21595 : audit [DBG] from='client.46916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:21:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:22.293941+0000 mgr.y (mgr.14556) 21596 : cluster [DBG] pgmap v19078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:21:22.418852+0000 mon.a (mon.0) 4550 : audit [DBG] from='client.? 172.21.15.23:0/3952675178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:21:23.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:21:22.060981+0000 mgr.y (mgr.14556) 21595 : audit [DBG] from='client.46916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:21:23.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:22.293941+0000 mgr.y (mgr.14556) 21596 : cluster [DBG] pgmap v19078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:23.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:21:22.418852+0000 mon.a (mon.0) 4550 : audit [DBG] from='client.? 172.21.15.23:0/3952675178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:21:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:21:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:21:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:24.294365+0000 mgr.y (mgr.14556) 21597 : cluster [DBG] pgmap v19079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:24.294365+0000 mgr.y (mgr.14556) 21597 : cluster [DBG] pgmap v19079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:24.294365+0000 mgr.y (mgr.14556) 21597 : cluster [DBG] pgmap v19079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:27.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:26.295086+0000 mgr.y (mgr.14556) 21598 : cluster [DBG] pgmap v19080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:27.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:26.295086+0000 mgr.y (mgr.14556) 21598 : cluster [DBG] pgmap v19080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:26.295086+0000 mgr.y (mgr.14556) 21598 : cluster [DBG] pgmap v19080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:28.295671+0000 mgr.y (mgr.14556) 21599 : cluster [DBG] pgmap v19081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:29.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:28.295671+0000 mgr.y (mgr.14556) 21599 : cluster [DBG] pgmap v19081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:28.295671+0000 mgr.y (mgr.14556) 21599 : cluster [DBG] pgmap v19081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:31.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:30.296557+0000 mgr.y (mgr.14556) 21600 : cluster [DBG] pgmap v19082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:30.296557+0000 mgr.y (mgr.14556) 21600 : cluster [DBG] pgmap v19082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:30.296557+0000 mgr.y (mgr.14556) 21600 : cluster [DBG] pgmap v19082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:21:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:32.296945+0000 mgr.y (mgr.14556) 21601 : cluster [DBG] pgmap v19083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:32.296945+0000 mgr.y (mgr.14556) 21601 : cluster [DBG] pgmap v19083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:32.296945+0000 mgr.y (mgr.14556) 21601 : cluster [DBG] pgmap v19083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:21:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:21:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:34.297423+0000 mgr.y (mgr.14556) 21602 : cluster [DBG] pgmap v19084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:35.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:34.297423+0000 mgr.y (mgr.14556) 21602 : cluster [DBG] pgmap v19084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:34.297423+0000 mgr.y (mgr.14556) 21602 : cluster [DBG] pgmap v19084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:37.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:36.298295+0000 mgr.y (mgr.14556) 21603 : cluster [DBG] pgmap v19085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:36.298295+0000 mgr.y (mgr.14556) 21603 : cluster [DBG] pgmap v19085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:36.298295+0000 mgr.y (mgr.14556) 21603 : cluster [DBG] pgmap v19085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:39.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:38.298727+0000 mgr.y (mgr.14556) 21604 : cluster [DBG] pgmap v19086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:38.298727+0000 mgr.y (mgr.14556) 21604 : cluster [DBG] pgmap v19086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:38.298727+0000 mgr.y (mgr.14556) 21604 : cluster [DBG] pgmap v19086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:40.299610+0000 mgr.y (mgr.14556) 21605 : cluster [DBG] pgmap v19087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:40.299610+0000 mgr.y (mgr.14556) 21605 : cluster [DBG] pgmap v19087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:40.299610+0000 mgr.y (mgr.14556) 21605 : cluster [DBG] pgmap v19087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:21:43.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:42.300047+0000 mgr.y (mgr.14556) 21606 : cluster [DBG] pgmap v19088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:42.300047+0000 mgr.y (mgr.14556) 21606 : cluster [DBG] pgmap v19088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:42.300047+0000 mgr.y (mgr.14556) 21606 : cluster [DBG] pgmap v19088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:21:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:21:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:44.300478+0000 mgr.y (mgr.14556) 21607 : cluster [DBG] pgmap v19089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:44.300478+0000 mgr.y (mgr.14556) 21607 : cluster [DBG] pgmap v19089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:44.300478+0000 mgr.y (mgr.14556) 21607 : cluster [DBG] pgmap v19089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:47.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:46.301121+0000 mgr.y (mgr.14556) 21608 : cluster [DBG] pgmap v19090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:46.301121+0000 mgr.y (mgr.14556) 21608 : cluster [DBG] pgmap v19090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:47.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:46.301121+0000 mgr.y (mgr.14556) 21608 : cluster [DBG] pgmap v19090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:48.301601+0000 mgr.y (mgr.14556) 21609 : cluster [DBG] pgmap v19091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:48.301601+0000 mgr.y (mgr.14556) 21609 : cluster [DBG] pgmap v19091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:48.301601+0000 mgr.y (mgr.14556) 21609 : cluster [DBG] pgmap v19091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:50.302549+0000 mgr.y (mgr.14556) 21610 : cluster [DBG] pgmap v19092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:50.302549+0000 mgr.y (mgr.14556) 21610 : cluster [DBG] pgmap v19092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:50.302549+0000 mgr.y (mgr.14556) 21610 : cluster [DBG] pgmap v19092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:21:52.741 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:21:53.030 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:21:53.030 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 4m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:21:53.030 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 4m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:21:53.030 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 4m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:21:53.030 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 4m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:21:53.030 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 4m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 4m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 4m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 4m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 4m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 4m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 4m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 4m ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 4m ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 4m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 4m ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 4m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 4m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 4m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 4m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:21:53.031 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 4m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:21:53.379 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:21:53.380 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:21:53.381 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:21:53.381 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:21:53.381 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:21:53.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:21:53] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:21:53.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:52.302994+0000 mgr.y (mgr.14556) 21611 : cluster [DBG] pgmap v19093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:53.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:21:52.731544+0000 mgr.y (mgr.14556) 21612 : audit [DBG] from='client.46928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:21:53.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:21:53.381432+0000 mon.a (mon.0) 4551 : audit [DBG] from='client.? 172.21.15.23:0/1704240308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:21:53.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:52.302994+0000 mgr.y (mgr.14556) 21611 : cluster [DBG] pgmap v19093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:21:52.731544+0000 mgr.y (mgr.14556) 21612 : audit [DBG] from='client.46928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:21:53.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:21:53.381432+0000 mon.a (mon.0) 4551 : audit [DBG] from='client.? 172.21.15.23:0/1704240308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:21:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:52.302994+0000 mgr.y (mgr.14556) 21611 : cluster [DBG] pgmap v19093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:21:52.731544+0000 mgr.y (mgr.14556) 21612 : audit [DBG] from='client.46928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:21:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:21:53.381432+0000 mon.a (mon.0) 4551 : audit [DBG] from='client.? 172.21.15.23:0/1704240308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:21:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:21:53.023934+0000 mgr.y (mgr.14556) 21613 : audit [DBG] from='client.46934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:21:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:21:53.023934+0000 mgr.y (mgr.14556) 21613 : audit [DBG] from='client.46934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:21:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:21:53.023934+0000 mgr.y (mgr.14556) 21613 : audit [DBG] from='client.46934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:21:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:54.303602+0000 mgr.y (mgr.14556) 21614 : cluster [DBG] pgmap v19094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:54.303602+0000 mgr.y (mgr.14556) 21614 : cluster [DBG] pgmap v19094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:54.303602+0000 mgr.y (mgr.14556) 21614 : cluster [DBG] pgmap v19094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:56.304254+0000 mgr.y (mgr.14556) 21615 : cluster [DBG] pgmap v19095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:57.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:56.304254+0000 mgr.y (mgr.14556) 21615 : cluster [DBG] pgmap v19095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:56.304254+0000 mgr.y (mgr.14556) 21615 : cluster [DBG] pgmap v19095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:21:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:21:58.304727+0000 mgr.y (mgr.14556) 21616 : cluster [DBG] pgmap v19096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:21:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:21:58.304727+0000 mgr.y (mgr.14556) 21616 : cluster [DBG] pgmap v19096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:21:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:21:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:21:58.304727+0000 mgr.y (mgr.14556) 21616 : cluster [DBG] pgmap v19096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:00.305386+0000 mgr.y (mgr.14556) 21617 : cluster [DBG] pgmap v19097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:00.305386+0000 mgr.y (mgr.14556) 21617 : cluster [DBG] pgmap v19097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:00.305386+0000 mgr.y (mgr.14556) 21617 : cluster [DBG] pgmap v19097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:01.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:22:03.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:22:03] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:22:03.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:02.305907+0000 mgr.y (mgr.14556) 21618 : cluster [DBG] pgmap v19098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:03.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:02.305907+0000 mgr.y (mgr.14556) 21618 : cluster [DBG] pgmap v19098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:02.305907+0000 mgr.y (mgr.14556) 21618 : cluster [DBG] pgmap v19098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:04.306262+0000 mgr.y (mgr.14556) 21619 : cluster [DBG] pgmap v19099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:04.306262+0000 mgr.y (mgr.14556) 21619 : cluster [DBG] pgmap v19099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:04.306262+0000 mgr.y (mgr.14556) 21619 : cluster [DBG] pgmap v19099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:06.306852+0000 mgr.y (mgr.14556) 21620 : cluster [DBG] pgmap v19100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:06.306852+0000 mgr.y (mgr.14556) 21620 : cluster [DBG] pgmap v19100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:06.306852+0000 mgr.y (mgr.14556) 21620 : cluster [DBG] pgmap v19100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:08.307397+0000 mgr.y (mgr.14556) 21621 : cluster [DBG] pgmap v19101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:08.307397+0000 mgr.y (mgr.14556) 21621 : cluster [DBG] pgmap v19101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:08.307397+0000 mgr.y (mgr.14556) 21621 : cluster [DBG] pgmap v19101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:11.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:10.308202+0000 mgr.y (mgr.14556) 21622 : cluster [DBG] pgmap v19102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:10.308202+0000 mgr.y (mgr.14556) 21622 : cluster [DBG] pgmap v19102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:10.308202+0000 mgr.y (mgr.14556) 21622 : cluster [DBG] pgmap v19102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:22:13.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:22:13] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:22:13.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:12.308687+0000 mgr.y (mgr.14556) 21623 : cluster [DBG] pgmap v19103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:13.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:12.308687+0000 mgr.y (mgr.14556) 21623 : cluster [DBG] pgmap v19103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:13.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:12.308687+0000 mgr.y (mgr.14556) 21623 : cluster [DBG] pgmap v19103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:14.309165+0000 mgr.y (mgr.14556) 21624 : cluster [DBG] pgmap v19104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:14.309165+0000 mgr.y (mgr.14556) 21624 : cluster [DBG] pgmap v19104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:15.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:14.309165+0000 mgr.y (mgr.14556) 21624 : cluster [DBG] pgmap v19104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:22:15.839707+0000 mon.a (mon.0) 4552 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:22:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:22:16.148201+0000 mon.a (mon.0) 4553 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:22:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:22:16.148900+0000 mon.a (mon.0) 4554 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:22:16.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:22:16.155101+0000 mon.a (mon.0) 4555 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:22:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:22:15.839707+0000 mon.a (mon.0) 4552 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:22:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:22:16.148201+0000 mon.a (mon.0) 4553 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:22:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:22:16.148900+0000 mon.a (mon.0) 4554 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:22:16.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:22:16.155101+0000 mon.a (mon.0) 4555 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:22:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:22:15.839707+0000 mon.a (mon.0) 4552 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:22:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:22:16.148201+0000 mon.a (mon.0) 4553 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:22:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:22:16.148900+0000 mon.a (mon.0) 4554 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:22:16.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:22:16.155101+0000 mon.a (mon.0) 4555 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:22:17.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:16.309768+0000 mgr.y (mgr.14556) 21625 : cluster [DBG] pgmap v19105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:16.309768+0000 mgr.y (mgr.14556) 21625 : cluster [DBG] pgmap v19105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:16.309768+0000 mgr.y (mgr.14556) 21625 : cluster [DBG] pgmap v19105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:18.310314+0000 mgr.y (mgr.14556) 21626 : cluster [DBG] pgmap v19106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:18.310314+0000 mgr.y (mgr.14556) 21626 : cluster [DBG] pgmap v19106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:18.310314+0000 mgr.y (mgr.14556) 21626 : cluster [DBG] pgmap v19106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:20.311099+0000 mgr.y (mgr.14556) 21627 : cluster [DBG] pgmap v19107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:22:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:20.311099+0000 mgr.y (mgr.14556) 21627 : cluster [DBG] pgmap v19107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:20.311099+0000 mgr.y (mgr.14556) 21627 : cluster [DBG] pgmap v19107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:23.707 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:22:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:22.311740+0000 mgr.y (mgr.14556) 21628 : cluster [DBG] pgmap v19108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:23.995 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:22:23.995 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 5m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 5m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 5m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 5m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 5m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 5m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 5m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 5m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 5m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 5m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 5m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 5m ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 5m ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 5m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 5m ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 5m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:22:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 5m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:22:23.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 5m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:22:23.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 5m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:22:23.997 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 5m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:22:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:22:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:22:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:22.311740+0000 mgr.y (mgr.14556) 21628 : cluster [DBG] pgmap v19108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:22.311740+0000 mgr.y (mgr.14556) 21628 : cluster [DBG] pgmap v19108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:24.346 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:22:24.347 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:22:24.348 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:22:24.348 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:22:24.348 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:22:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:22:23.697122+0000 mgr.y (mgr.14556) 21629 : audit [DBG] from='client.37038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:22:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:22:24.348380+0000 mon.a (mon.0) 4556 : audit [DBG] from='client.? 172.21.15.23:0/1163718523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:22:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:22:23.697122+0000 mgr.y (mgr.14556) 21629 : audit [DBG] from='client.37038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:22:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:22:24.348380+0000 mon.a (mon.0) 4556 : audit [DBG] from='client.? 172.21.15.23:0/1163718523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:22:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:22:23.697122+0000 mgr.y (mgr.14556) 21629 : audit [DBG] from='client.37038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:22:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:22:24.348380+0000 mon.a (mon.0) 4556 : audit [DBG] from='client.? 172.21.15.23:0/1163718523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:22:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:22:23.989442+0000 mgr.y (mgr.14556) 21630 : audit [DBG] from='client.37044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:22:26.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:24.312059+0000 mgr.y (mgr.14556) 21631 : cluster [DBG] pgmap v19109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:22:23.989442+0000 mgr.y (mgr.14556) 21630 : audit [DBG] from='client.37044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:22:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:24.312059+0000 mgr.y (mgr.14556) 21631 : cluster [DBG] pgmap v19109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:22:23.989442+0000 mgr.y (mgr.14556) 21630 : audit [DBG] from='client.37044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:22:26.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:24.312059+0000 mgr.y (mgr.14556) 21631 : cluster [DBG] pgmap v19109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:26.312746+0000 mgr.y (mgr.14556) 21632 : cluster [DBG] pgmap v19110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:26.312746+0000 mgr.y (mgr.14556) 21632 : cluster [DBG] pgmap v19110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:26.312746+0000 mgr.y (mgr.14556) 21632 : cluster [DBG] pgmap v19110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:28.313417+0000 mgr.y (mgr.14556) 21633 : cluster [DBG] pgmap v19111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:28.313417+0000 mgr.y (mgr.14556) 21633 : cluster [DBG] pgmap v19111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:28.313417+0000 mgr.y (mgr.14556) 21633 : cluster [DBG] pgmap v19111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:30.314057+0000 mgr.y (mgr.14556) 21634 : cluster [DBG] pgmap v19112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:22:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:30.314057+0000 mgr.y (mgr.14556) 21634 : cluster [DBG] pgmap v19112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:30.314057+0000 mgr.y (mgr.14556) 21634 : cluster [DBG] pgmap v19112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:22:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:22:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:32.314659+0000 mgr.y (mgr.14556) 21635 : cluster [DBG] pgmap v19113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:32.314659+0000 mgr.y (mgr.14556) 21635 : cluster [DBG] pgmap v19113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:32.314659+0000 mgr.y (mgr.14556) 21635 : cluster [DBG] pgmap v19113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:34.315294+0000 mgr.y (mgr.14556) 21636 : cluster [DBG] pgmap v19114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:34.315294+0000 mgr.y (mgr.14556) 21636 : cluster [DBG] pgmap v19114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:36.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:34.315294+0000 mgr.y (mgr.14556) 21636 : cluster [DBG] pgmap v19114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:36.315987+0000 mgr.y (mgr.14556) 21637 : cluster [DBG] pgmap v19115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:36.315987+0000 mgr.y (mgr.14556) 21637 : cluster [DBG] pgmap v19115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:38.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:36.315987+0000 mgr.y (mgr.14556) 21637 : cluster [DBG] pgmap v19115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:38.316357+0000 mgr.y (mgr.14556) 21638 : cluster [DBG] pgmap v19116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:40.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:38.316357+0000 mgr.y (mgr.14556) 21638 : cluster [DBG] pgmap v19116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:40.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:38.316357+0000 mgr.y (mgr.14556) 21638 : cluster [DBG] pgmap v19116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:40.317260+0000 mgr.y (mgr.14556) 21639 : cluster [DBG] pgmap v19117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:22:42.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:40.317260+0000 mgr.y (mgr.14556) 21639 : cluster [DBG] pgmap v19117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:40.317260+0000 mgr.y (mgr.14556) 21639 : cluster [DBG] pgmap v19117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:22:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:22:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:42.317796+0000 mgr.y (mgr.14556) 21640 : cluster [DBG] pgmap v19118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:42.317796+0000 mgr.y (mgr.14556) 21640 : cluster [DBG] pgmap v19118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:44.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:42.317796+0000 mgr.y (mgr.14556) 21640 : cluster [DBG] pgmap v19118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:44.318442+0000 mgr.y (mgr.14556) 21641 : cluster [DBG] pgmap v19119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:44.318442+0000 mgr.y (mgr.14556) 21641 : cluster [DBG] pgmap v19119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:44.318442+0000 mgr.y (mgr.14556) 21641 : cluster [DBG] pgmap v19119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:46.319176+0000 mgr.y (mgr.14556) 21642 : cluster [DBG] pgmap v19120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:46.319176+0000 mgr.y (mgr.14556) 21642 : cluster [DBG] pgmap v19120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:46.319176+0000 mgr.y (mgr.14556) 21642 : cluster [DBG] pgmap v19120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:48.319707+0000 mgr.y (mgr.14556) 21643 : cluster [DBG] pgmap v19121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:48.319707+0000 mgr.y (mgr.14556) 21643 : cluster [DBG] pgmap v19121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:48.319707+0000 mgr.y (mgr.14556) 21643 : cluster [DBG] pgmap v19121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:50.320458+0000 mgr.y (mgr.14556) 21644 : cluster [DBG] pgmap v19122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:22:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:50.320458+0000 mgr.y (mgr.14556) 21644 : cluster [DBG] pgmap v19122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:50.320458+0000 mgr.y (mgr.14556) 21644 : cluster [DBG] pgmap v19122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:22:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:22:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:52.320921+0000 mgr.y (mgr.14556) 21645 : cluster [DBG] pgmap v19123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:52.320921+0000 mgr.y (mgr.14556) 21645 : cluster [DBG] pgmap v19123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:54.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:52.320921+0000 mgr.y (mgr.14556) 21645 : cluster [DBG] pgmap v19123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:54.670 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:22:54.958 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:22:54.958 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 5m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:22:54.958 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 5m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:22:54.958 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 5m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:22:54.958 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 5m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 5m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 5m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 5m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 5m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 5m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 5m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 5m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 5m ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 5m ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 5m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 5m ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 5m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 5m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 5m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 5m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:22:54.959 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 5m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:22:55.309 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:22:55.309 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:22:55.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:22:55.309 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:22:55.309 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:22:55.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:22:55.309 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:22:55.309 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:22:55.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:22:55.309 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:22:55.309 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:22:55.310 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:22:55.310 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:22:55.310 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:22:55.310 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:22:55.310 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:22:55.310 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:22:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:54.321526+0000 mgr.y (mgr.14556) 21646 : cluster [DBG] pgmap v19124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:22:54.660449+0000 mgr.y (mgr.14556) 21647 : audit [DBG] from='client.46964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:22:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:22:55.310879+0000 mon.c (mon.2) 518 : audit [DBG] from='client.? 172.21.15.23:0/2261022174' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:22:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:54.321526+0000 mgr.y (mgr.14556) 21646 : cluster [DBG] pgmap v19124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:22:54.660449+0000 mgr.y (mgr.14556) 21647 : audit [DBG] from='client.46964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:22:56.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:22:55.310879+0000 mon.c (mon.2) 518 : audit [DBG] from='client.? 172.21.15.23:0/2261022174' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:22:56.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:54.321526+0000 mgr.y (mgr.14556) 21646 : cluster [DBG] pgmap v19124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:22:54.660449+0000 mgr.y (mgr.14556) 21647 : audit [DBG] from='client.46964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:22:56.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:22:55.310879+0000 mon.c (mon.2) 518 : audit [DBG] from='client.? 172.21.15.23:0/2261022174' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:22:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:22:54.952344+0000 mgr.y (mgr.14556) 21648 : audit [DBG] from='client.37062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:22:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:22:54.952344+0000 mgr.y (mgr.14556) 21648 : audit [DBG] from='client.37062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:22:57.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:22:54.952344+0000 mgr.y (mgr.14556) 21648 : audit [DBG] from='client.37062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:22:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:56.322236+0000 mgr.y (mgr.14556) 21649 : cluster [DBG] pgmap v19125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:56.322236+0000 mgr.y (mgr.14556) 21649 : cluster [DBG] pgmap v19125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:22:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:56.322236+0000 mgr.y (mgr.14556) 21649 : cluster [DBG] pgmap v19125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:22:58.322621+0000 mgr.y (mgr.14556) 21650 : cluster [DBG] pgmap v19126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:22:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:22:58.322621+0000 mgr.y (mgr.14556) 21650 : cluster [DBG] pgmap v19126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:22:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:22:58.322621+0000 mgr.y (mgr.14556) 21650 : cluster [DBG] pgmap v19126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:01.800 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:23:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:00.323235+0000 mgr.y (mgr.14556) 21651 : cluster [DBG] pgmap v19127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:00.323235+0000 mgr.y (mgr.14556) 21651 : cluster [DBG] pgmap v19127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:02.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:00.323235+0000 mgr.y (mgr.14556) 21651 : cluster [DBG] pgmap v19127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:23:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:23:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:02.323578+0000 mgr.y (mgr.14556) 21652 : cluster [DBG] pgmap v19128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:02.323578+0000 mgr.y (mgr.14556) 21652 : cluster [DBG] pgmap v19128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:04.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:02.323578+0000 mgr.y (mgr.14556) 21652 : cluster [DBG] pgmap v19128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:04.324121+0000 mgr.y (mgr.14556) 21653 : cluster [DBG] pgmap v19129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:04.324121+0000 mgr.y (mgr.14556) 21653 : cluster [DBG] pgmap v19129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:04.324121+0000 mgr.y (mgr.14556) 21653 : cluster [DBG] pgmap v19129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:06.324785+0000 mgr.y (mgr.14556) 21654 : cluster [DBG] pgmap v19130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:06.324785+0000 mgr.y (mgr.14556) 21654 : cluster [DBG] pgmap v19130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:06.324785+0000 mgr.y (mgr.14556) 21654 : cluster [DBG] pgmap v19130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:10.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:08.325190+0000 mgr.y (mgr.14556) 21655 : cluster [DBG] pgmap v19131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:10.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:08.325190+0000 mgr.y (mgr.14556) 21655 : cluster [DBG] pgmap v19131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:10.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:08.325190+0000 mgr.y (mgr.14556) 21655 : cluster [DBG] pgmap v19131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:11.834 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:23:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:10.326000+0000 mgr.y (mgr.14556) 21656 : cluster [DBG] pgmap v19132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:10.326000+0000 mgr.y (mgr.14556) 21656 : cluster [DBG] pgmap v19132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:12.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:10.326000+0000 mgr.y (mgr.14556) 21656 : cluster [DBG] pgmap v19132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:13.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:12.326495+0000 mgr.y (mgr.14556) 21657 : cluster [DBG] pgmap v19133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:13.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:12.326495+0000 mgr.y (mgr.14556) 21657 : cluster [DBG] pgmap v19133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:13.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:12.326495+0000 mgr.y (mgr.14556) 21657 : cluster [DBG] pgmap v19133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:23:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:23:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:14.326866+0000 mgr.y (mgr.14556) 21658 : cluster [DBG] pgmap v19134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:15.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:14.326866+0000 mgr.y (mgr.14556) 21658 : cluster [DBG] pgmap v19134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:14.326866+0000 mgr.y (mgr.14556) 21658 : cluster [DBG] pgmap v19134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:16.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:23:16.159688+0000 mon.a (mon.0) 4557 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:23:16.695 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:23:16.159688+0000 mon.a (mon.0) 4557 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:23:16.696 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:23:16.159688+0000 mon.a (mon.0) 4557 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:23:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:16.327413+0000 mgr.y (mgr.14556) 21659 : cluster [DBG] pgmap v19135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:17.864 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:16.327413+0000 mgr.y (mgr.14556) 21659 : cluster [DBG] pgmap v19135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:17.864 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:16.327413+0000 mgr.y (mgr.14556) 21659 : cluster [DBG] pgmap v19135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:19.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:18.327881+0000 mgr.y (mgr.14556) 21660 : cluster [DBG] pgmap v19136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:18.327881+0000 mgr.y (mgr.14556) 21660 : cluster [DBG] pgmap v19136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:19.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:18.327881+0000 mgr.y (mgr.14556) 21660 : cluster [DBG] pgmap v19136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:23:19.486890+0000 mon.a (mon.0) 4558 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:23:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:23:19.779231+0000 mon.a (mon.0) 4559 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:23:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:23:19.779971+0000 mon.a (mon.0) 4560 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:23:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:23:19.786094+0000 mon.a (mon.0) 4561 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:23:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:23:19.486890+0000 mon.a (mon.0) 4558 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:23:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:23:19.779231+0000 mon.a (mon.0) 4559 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:23:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:23:19.779971+0000 mon.a (mon.0) 4560 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:23:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:23:19.786094+0000 mon.a (mon.0) 4561 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:23:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:23:19.486890+0000 mon.a (mon.0) 4558 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:23:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:23:19.779231+0000 mon.a (mon.0) 4559 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:23:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:23:19.779971+0000 mon.a (mon.0) 4560 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:23:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:23:19.786094+0000 mon.a (mon.0) 4561 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:23:21.789 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:23:22.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:20.328470+0000 mgr.y (mgr.14556) 21661 : cluster [DBG] pgmap v19137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:20.328470+0000 mgr.y (mgr.14556) 21661 : cluster [DBG] pgmap v19137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:22.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:20.328470+0000 mgr.y (mgr.14556) 21661 : cluster [DBG] pgmap v19137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:23:23] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T17:23:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:22.328953+0000 mgr.y (mgr.14556) 21662 : cluster [DBG] pgmap v19138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:22.328953+0000 mgr.y (mgr.14556) 21662 : cluster [DBG] pgmap v19138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:24.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:22.328953+0000 mgr.y (mgr.14556) 21662 : cluster [DBG] pgmap v19138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:25.634 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:23:25.921 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:23:25.921 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 6m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 6m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 6m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 6m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 6m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 6m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 6m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 6m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 6m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 6m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 6m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 6m ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 6m ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 6m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 6m ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:23:25.922 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 6m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:23:25.923 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 6m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:23:25.923 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 6m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:23:25.923 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 6m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:23:25.923 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 6m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:23:26.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:24.329375+0000 mgr.y (mgr.14556) 21663 : cluster [DBG] pgmap v19139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:26.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:24.329375+0000 mgr.y (mgr.14556) 21663 : cluster [DBG] pgmap v19139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:26.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:24.329375+0000 mgr.y (mgr.14556) 21663 : cluster [DBG] pgmap v19139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:26.272 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:23:26.272 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:23:26.272 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:23:26.272 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:23:26.272 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:23:26.272 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:23:26.272 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:23:26.272 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:23:26.272 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:23:26.273 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:23:26.273 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:23:26.273 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:23:26.273 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:23:26.273 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:23:26.273 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:23:26.273 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:23:26.273 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:23:27.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:23:25.623620+0000 mgr.y (mgr.14556) 21664 : audit [DBG] from='client.37074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:23:27.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:23:26.274035+0000 mon.a (mon.0) 4562 : audit [DBG] from='client.? 172.21.15.23:0/3211281425' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:23:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:23:25.623620+0000 mgr.y (mgr.14556) 21664 : audit [DBG] from='client.37074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:23:27.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:23:26.274035+0000 mon.a (mon.0) 4562 : audit [DBG] from='client.? 172.21.15.23:0/3211281425' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:23:27.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:23:25.623620+0000 mgr.y (mgr.14556) 21664 : audit [DBG] from='client.37074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:23:27.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:23:26.274035+0000 mon.a (mon.0) 4562 : audit [DBG] from='client.? 172.21.15.23:0/3211281425' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:23:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:23:25.915602+0000 mgr.y (mgr.14556) 21665 : audit [DBG] from='client.37080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:23:28.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:26.330153+0000 mgr.y (mgr.14556) 21666 : cluster [DBG] pgmap v19140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:23:25.915602+0000 mgr.y (mgr.14556) 21665 : audit [DBG] from='client.37080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:23:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:26.330153+0000 mgr.y (mgr.14556) 21666 : cluster [DBG] pgmap v19140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:23:25.915602+0000 mgr.y (mgr.14556) 21665 : audit [DBG] from='client.37080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:23:28.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:26.330153+0000 mgr.y (mgr.14556) 21666 : cluster [DBG] pgmap v19140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:28.330605+0000 mgr.y (mgr.14556) 21667 : cluster [DBG] pgmap v19141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:28.330605+0000 mgr.y (mgr.14556) 21667 : cluster [DBG] pgmap v19141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:28.330605+0000 mgr.y (mgr.14556) 21667 : cluster [DBG] pgmap v19141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:31.831 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:23:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:30.331387+0000 mgr.y (mgr.14556) 21668 : cluster [DBG] pgmap v19142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:32.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:30.331387+0000 mgr.y (mgr.14556) 21668 : cluster [DBG] pgmap v19142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:32.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:30.331387+0000 mgr.y (mgr.14556) 21668 : cluster [DBG] pgmap v19142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:23:33] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T17:23:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:32.331952+0000 mgr.y (mgr.14556) 21669 : cluster [DBG] pgmap v19143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:32.331952+0000 mgr.y (mgr.14556) 21669 : cluster [DBG] pgmap v19143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:34.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:32.331952+0000 mgr.y (mgr.14556) 21669 : cluster [DBG] pgmap v19143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:35.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:34.332392+0000 mgr.y (mgr.14556) 21670 : cluster [DBG] pgmap v19144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:35.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:34.332392+0000 mgr.y (mgr.14556) 21670 : cluster [DBG] pgmap v19144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:34.332392+0000 mgr.y (mgr.14556) 21670 : cluster [DBG] pgmap v19144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:36.333112+0000 mgr.y (mgr.14556) 21671 : cluster [DBG] pgmap v19145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:37.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:36.333112+0000 mgr.y (mgr.14556) 21671 : cluster [DBG] pgmap v19145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:36.333112+0000 mgr.y (mgr.14556) 21671 : cluster [DBG] pgmap v19145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:38.333711+0000 mgr.y (mgr.14556) 21672 : cluster [DBG] pgmap v19146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:39.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:38.333711+0000 mgr.y (mgr.14556) 21672 : cluster [DBG] pgmap v19146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:38.333711+0000 mgr.y (mgr.14556) 21672 : cluster [DBG] pgmap v19146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:40.334528+0000 mgr.y (mgr.14556) 21673 : cluster [DBG] pgmap v19147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:41.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:23:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:40.334528+0000 mgr.y (mgr.14556) 21673 : cluster [DBG] pgmap v19147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:40.334528+0000 mgr.y (mgr.14556) 21673 : cluster [DBG] pgmap v19147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:43.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:42.334940+0000 mgr.y (mgr.14556) 21674 : cluster [DBG] pgmap v19148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:42.334940+0000 mgr.y (mgr.14556) 21674 : cluster [DBG] pgmap v19148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:42.334940+0000 mgr.y (mgr.14556) 21674 : cluster [DBG] pgmap v19148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:23:43] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:23:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:44.335387+0000 mgr.y (mgr.14556) 21675 : cluster [DBG] pgmap v19149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:44.335387+0000 mgr.y (mgr.14556) 21675 : cluster [DBG] pgmap v19149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:45.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:44.335387+0000 mgr.y (mgr.14556) 21675 : cluster [DBG] pgmap v19149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:47.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:46.336037+0000 mgr.y (mgr.14556) 21676 : cluster [DBG] pgmap v19150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:46.336037+0000 mgr.y (mgr.14556) 21676 : cluster [DBG] pgmap v19150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:47.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:46.336037+0000 mgr.y (mgr.14556) 21676 : cluster [DBG] pgmap v19150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:49.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:48.336592+0000 mgr.y (mgr.14556) 21677 : cluster [DBG] pgmap v19151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:48.336592+0000 mgr.y (mgr.14556) 21677 : cluster [DBG] pgmap v19151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:49.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:48.336592+0000 mgr.y (mgr.14556) 21677 : cluster [DBG] pgmap v19151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:50.337133+0000 mgr.y (mgr.14556) 21678 : cluster [DBG] pgmap v19152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:50.337133+0000 mgr.y (mgr.14556) 21678 : cluster [DBG] pgmap v19152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:51.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:50.337133+0000 mgr.y (mgr.14556) 21678 : cluster [DBG] pgmap v19152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:23:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:52.337724+0000 mgr.y (mgr.14556) 21679 : cluster [DBG] pgmap v19153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:53.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:52.337724+0000 mgr.y (mgr.14556) 21679 : cluster [DBG] pgmap v19153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:53.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:52.337724+0000 mgr.y (mgr.14556) 21679 : cluster [DBG] pgmap v19153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:23:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:23:55.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:54.338107+0000 mgr.y (mgr.14556) 21680 : cluster [DBG] pgmap v19154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:55.881 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:54.338107+0000 mgr.y (mgr.14556) 21680 : cluster [DBG] pgmap v19154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:55.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:54.338107+0000 mgr.y (mgr.14556) 21680 : cluster [DBG] pgmap v19154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:56.605 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:23:56.894 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:23:56.894 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 6m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:23:56.894 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 6m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:23:56.894 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 6m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:23:56.894 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 6m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:23:56.894 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 6m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:23:56.894 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 6m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:23:56.894 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 6m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:23:56.894 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 6m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:23:56.894 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 6m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:23:56.894 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 6m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:23:56.894 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 6m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:23:56.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 6m ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:23:56.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 6m ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:23:56.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 6m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:23:56.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 6m ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:23:56.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 6m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:23:56.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 6m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:23:56.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 6m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:23:56.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 6m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:23:56.895 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 6m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:23:57.244 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:23:57.244 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:23:57.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:23:57.244 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:23:57.244 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:23:57.245 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:23:57.245 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:23:57.245 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:23:57.245 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:23:57.245 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:23:57.245 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:23:57.245 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:23:57.245 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:23:57.245 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:23:57.245 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:23:57.245 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:23:57.245 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:23:57.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:56.338732+0000 mgr.y (mgr.14556) 21681 : cluster [DBG] pgmap v19155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:57.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:23:56.594502+0000 mgr.y (mgr.14556) 21682 : audit [DBG] from='client.37092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:23:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:23:57.246225+0000 mon.c (mon.2) 519 : audit [DBG] from='client.? 172.21.15.23:0/1762388784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:23:57.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:56.338732+0000 mgr.y (mgr.14556) 21681 : cluster [DBG] pgmap v19155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:57.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:23:56.594502+0000 mgr.y (mgr.14556) 21682 : audit [DBG] from='client.37092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:23:57.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:23:57.246225+0000 mon.c (mon.2) 519 : audit [DBG] from='client.? 172.21.15.23:0/1762388784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:23:57.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:56.338732+0000 mgr.y (mgr.14556) 21681 : cluster [DBG] pgmap v19155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:23:56.594502+0000 mgr.y (mgr.14556) 21682 : audit [DBG] from='client.37092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:23:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:23:57.246225+0000 mon.c (mon.2) 519 : audit [DBG] from='client.? 172.21.15.23:0/1762388784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:23:58.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:23:56.887769+0000 mgr.y (mgr.14556) 21683 : audit [DBG] from='client.37098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:23:58.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:23:56.887769+0000 mgr.y (mgr.14556) 21683 : audit [DBG] from='client.37098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:23:58.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:23:56.887769+0000 mgr.y (mgr.14556) 21683 : audit [DBG] from='client.37098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:23:59.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:23:58.339095+0000 mgr.y (mgr.14556) 21684 : cluster [DBG] pgmap v19156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:23:58.339095+0000 mgr.y (mgr.14556) 21684 : cluster [DBG] pgmap v19156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:23:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:23:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:23:58.339095+0000 mgr.y (mgr.14556) 21684 : cluster [DBG] pgmap v19156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:01.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:00.339877+0000 mgr.y (mgr.14556) 21685 : cluster [DBG] pgmap v19157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:00.339877+0000 mgr.y (mgr.14556) 21685 : cluster [DBG] pgmap v19157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:01.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:00.339877+0000 mgr.y (mgr.14556) 21685 : cluster [DBG] pgmap v19157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:24:03.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:02.340396+0000 mgr.y (mgr.14556) 21686 : cluster [DBG] pgmap v19158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:02.340396+0000 mgr.y (mgr.14556) 21686 : cluster [DBG] pgmap v19158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:02.340396+0000 mgr.y (mgr.14556) 21686 : cluster [DBG] pgmap v19158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:24:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:24:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:04.340920+0000 mgr.y (mgr.14556) 21687 : cluster [DBG] pgmap v19159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:04.340920+0000 mgr.y (mgr.14556) 21687 : cluster [DBG] pgmap v19159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:04.340920+0000 mgr.y (mgr.14556) 21687 : cluster [DBG] pgmap v19159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:07.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:06.341631+0000 mgr.y (mgr.14556) 21688 : cluster [DBG] pgmap v19160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:06.341631+0000 mgr.y (mgr.14556) 21688 : cluster [DBG] pgmap v19160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:07.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:06.341631+0000 mgr.y (mgr.14556) 21688 : cluster [DBG] pgmap v19160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:09.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:08.342143+0000 mgr.y (mgr.14556) 21689 : cluster [DBG] pgmap v19161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:08.342143+0000 mgr.y (mgr.14556) 21689 : cluster [DBG] pgmap v19161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:09.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:08.342143+0000 mgr.y (mgr.14556) 21689 : cluster [DBG] pgmap v19161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:11.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:10.342856+0000 mgr.y (mgr.14556) 21690 : cluster [DBG] pgmap v19162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:11.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:10.342856+0000 mgr.y (mgr.14556) 21690 : cluster [DBG] pgmap v19162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:10.342856+0000 mgr.y (mgr.14556) 21690 : cluster [DBG] pgmap v19162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:24:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:12.343304+0000 mgr.y (mgr.14556) 21691 : cluster [DBG] pgmap v19163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:12.343304+0000 mgr.y (mgr.14556) 21691 : cluster [DBG] pgmap v19163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:13.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:12.343304+0000 mgr.y (mgr.14556) 21691 : cluster [DBG] pgmap v19163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:24:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:24:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:14.343817+0000 mgr.y (mgr.14556) 21692 : cluster [DBG] pgmap v19164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:14.343817+0000 mgr.y (mgr.14556) 21692 : cluster [DBG] pgmap v19164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:15.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:14.343817+0000 mgr.y (mgr.14556) 21692 : cluster [DBG] pgmap v19164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:17.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:16.344695+0000 mgr.y (mgr.14556) 21693 : cluster [DBG] pgmap v19165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:16.344695+0000 mgr.y (mgr.14556) 21693 : cluster [DBG] pgmap v19165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:17.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:16.344695+0000 mgr.y (mgr.14556) 21693 : cluster [DBG] pgmap v19165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:19.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:18.345081+0000 mgr.y (mgr.14556) 21694 : cluster [DBG] pgmap v19166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:18.345081+0000 mgr.y (mgr.14556) 21694 : cluster [DBG] pgmap v19166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:19.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:18.345081+0000 mgr.y (mgr.14556) 21694 : cluster [DBG] pgmap v19166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:24:19.790550+0000 mon.a (mon.0) 4563 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:24:20.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:24:19.790550+0000 mon.a (mon.0) 4563 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:24:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:24:19.790550+0000 mon.a (mon.0) 4563 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:24:21.790 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:20.345604+0000 mgr.y (mgr.14556) 21695 : cluster [DBG] pgmap v19167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:21.790 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:24:21.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:20.345604+0000 mgr.y (mgr.14556) 21695 : cluster [DBG] pgmap v19167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:20.345604+0000 mgr.y (mgr.14556) 21695 : cluster [DBG] pgmap v19167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:23.878 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:24:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:24:23.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:22.346011+0000 mgr.y (mgr.14556) 21696 : cluster [DBG] pgmap v19168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:23.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:24:23.275851+0000 mon.a (mon.0) 4564 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:24:23.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:24:23.567344+0000 mon.a (mon.0) 4565 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:24:23.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:24:23.568274+0000 mon.a (mon.0) 4566 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:24:23.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:22.346011+0000 mgr.y (mgr.14556) 21696 : cluster [DBG] pgmap v19168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:23.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:24:23.275851+0000 mon.a (mon.0) 4564 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:24:23.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:24:23.567344+0000 mon.a (mon.0) 4565 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:24:23.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:24:23.568274+0000 mon.a (mon.0) 4566 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:24:23.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:22.346011+0000 mgr.y (mgr.14556) 21696 : cluster [DBG] pgmap v19168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:23.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:24:23.275851+0000 mon.a (mon.0) 4564 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:24:23.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:24:23.567344+0000 mon.a (mon.0) 4565 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:24:23.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:24:23.568274+0000 mon.a (mon.0) 4566 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:24:24.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:24:23.578339+0000 mon.a (mon.0) 4567 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:24:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:24:23.578339+0000 mon.a (mon.0) 4567 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:24:24.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:24:23.578339+0000 mon.a (mon.0) 4567 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:24:25.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:24.346481+0000 mgr.y (mgr.14556) 21697 : cluster [DBG] pgmap v19169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:24.346481+0000 mgr.y (mgr.14556) 21697 : cluster [DBG] pgmap v19169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:25.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:24.346481+0000 mgr.y (mgr.14556) 21697 : cluster [DBG] pgmap v19169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:27.569 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:24:27.856 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 7m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 7m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 7m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 7m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 7m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7m ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7m ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:24:27.857 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:24:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7m ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:24:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 7m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:24:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 7m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:24:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 7m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:24:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 7m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:24:27.858 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 7m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:24:27.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:26.347121+0000 mgr.y (mgr.14556) 21698 : cluster [DBG] pgmap v19170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:27.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:26.347121+0000 mgr.y (mgr.14556) 21698 : cluster [DBG] pgmap v19170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:27.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:26.347121+0000 mgr.y (mgr.14556) 21698 : cluster [DBG] pgmap v19170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:28.205 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:24:28.205 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:24:28.205 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:24:28.205 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:24:28.205 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:24:28.206 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:24:28.206 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:24:28.206 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:24:28.206 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:24:28.206 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:24:28.206 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:24:28.206 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:24:28.206 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:24:28.206 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:24:28.206 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:24:28.206 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:24:28.206 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:24:28.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:24:27.559608+0000 mgr.y (mgr.14556) 21699 : audit [DBG] from='client.37110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:24:28.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:24:28.207577+0000 mon.a (mon.0) 4568 : audit [DBG] from='client.? 172.21.15.23:0/1782454307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:24:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:24:27.559608+0000 mgr.y (mgr.14556) 21699 : audit [DBG] from='client.37110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:24:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:24:28.207577+0000 mon.a (mon.0) 4568 : audit [DBG] from='client.? 172.21.15.23:0/1782454307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:24:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:24:27.559608+0000 mgr.y (mgr.14556) 21699 : audit [DBG] from='client.37110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:24:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:24:28.207577+0000 mon.a (mon.0) 4568 : audit [DBG] from='client.? 172.21.15.23:0/1782454307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:24:29.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:24:27.850862+0000 mgr.y (mgr.14556) 21700 : audit [DBG] from='client.37116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:24:29.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:28.347640+0000 mgr.y (mgr.14556) 21701 : cluster [DBG] pgmap v19171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:30.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:24:27.850862+0000 mgr.y (mgr.14556) 21700 : audit [DBG] from='client.37116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:24:30.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:28.347640+0000 mgr.y (mgr.14556) 21701 : cluster [DBG] pgmap v19171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:24:27.850862+0000 mgr.y (mgr.14556) 21700 : audit [DBG] from='client.37116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:24:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:28.347640+0000 mgr.y (mgr.14556) 21701 : cluster [DBG] pgmap v19171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:30.348299+0000 mgr.y (mgr.14556) 21702 : cluster [DBG] pgmap v19172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:24:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:30.348299+0000 mgr.y (mgr.14556) 21702 : cluster [DBG] pgmap v19172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:32.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:30.348299+0000 mgr.y (mgr.14556) 21702 : cluster [DBG] pgmap v19172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:33.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:32.348801+0000 mgr.y (mgr.14556) 21703 : cluster [DBG] pgmap v19173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:32.348801+0000 mgr.y (mgr.14556) 21703 : cluster [DBG] pgmap v19173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:32.348801+0000 mgr.y (mgr.14556) 21703 : cluster [DBG] pgmap v19173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:24:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:24:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:34.349237+0000 mgr.y (mgr.14556) 21704 : cluster [DBG] pgmap v19174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:34.349237+0000 mgr.y (mgr.14556) 21704 : cluster [DBG] pgmap v19174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:36.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:34.349237+0000 mgr.y (mgr.14556) 21704 : cluster [DBG] pgmap v19174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:38.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:36.349847+0000 mgr.y (mgr.14556) 21705 : cluster [DBG] pgmap v19175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:38.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:36.349847+0000 mgr.y (mgr.14556) 21705 : cluster [DBG] pgmap v19175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:38.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:36.349847+0000 mgr.y (mgr.14556) 21705 : cluster [DBG] pgmap v19175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:38.350272+0000 mgr.y (mgr.14556) 21706 : cluster [DBG] pgmap v19176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:40.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:38.350272+0000 mgr.y (mgr.14556) 21706 : cluster [DBG] pgmap v19176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:40.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:38.350272+0000 mgr.y (mgr.14556) 21706 : cluster [DBG] pgmap v19176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:40.350923+0000 mgr.y (mgr.14556) 21707 : cluster [DBG] pgmap v19177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:24:42.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:40.350923+0000 mgr.y (mgr.14556) 21707 : cluster [DBG] pgmap v19177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:40.350923+0000 mgr.y (mgr.14556) 21707 : cluster [DBG] pgmap v19177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:42.351478+0000 mgr.y (mgr.14556) 21708 : cluster [DBG] pgmap v19178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:42.351478+0000 mgr.y (mgr.14556) 21708 : cluster [DBG] pgmap v19178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:24:43] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:24:44.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:42.351478+0000 mgr.y (mgr.14556) 21708 : cluster [DBG] pgmap v19178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:44.351886+0000 mgr.y (mgr.14556) 21709 : cluster [DBG] pgmap v19179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:46.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:44.351886+0000 mgr.y (mgr.14556) 21709 : cluster [DBG] pgmap v19179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:46.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:44.351886+0000 mgr.y (mgr.14556) 21709 : cluster [DBG] pgmap v19179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:46.352589+0000 mgr.y (mgr.14556) 21710 : cluster [DBG] pgmap v19180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:46.352589+0000 mgr.y (mgr.14556) 21710 : cluster [DBG] pgmap v19180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:46.352589+0000 mgr.y (mgr.14556) 21710 : cluster [DBG] pgmap v19180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:48.352990+0000 mgr.y (mgr.14556) 21711 : cluster [DBG] pgmap v19181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:48.352990+0000 mgr.y (mgr.14556) 21711 : cluster [DBG] pgmap v19181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:48.352990+0000 mgr.y (mgr.14556) 21711 : cluster [DBG] pgmap v19181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:51.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:50.353624+0000 mgr.y (mgr.14556) 21712 : cluster [DBG] pgmap v19182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:24:52.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:50.353624+0000 mgr.y (mgr.14556) 21712 : cluster [DBG] pgmap v19182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:52.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:50.353624+0000 mgr.y (mgr.14556) 21712 : cluster [DBG] pgmap v19182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:52.354164+0000 mgr.y (mgr.14556) 21713 : cluster [DBG] pgmap v19183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:52.354164+0000 mgr.y (mgr.14556) 21713 : cluster [DBG] pgmap v19183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:24:53] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:24:54.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:52.354164+0000 mgr.y (mgr.14556) 21713 : cluster [DBG] pgmap v19183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:54.354739+0000 mgr.y (mgr.14556) 21714 : cluster [DBG] pgmap v19184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:56.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:54.354739+0000 mgr.y (mgr.14556) 21714 : cluster [DBG] pgmap v19184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:56.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:54.354739+0000 mgr.y (mgr.14556) 21714 : cluster [DBG] pgmap v19184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:56.355466+0000 mgr.y (mgr.14556) 21715 : cluster [DBG] pgmap v19185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:56.355466+0000 mgr.y (mgr.14556) 21715 : cluster [DBG] pgmap v19185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:58.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:56.355466+0000 mgr.y (mgr.14556) 21715 : cluster [DBG] pgmap v19185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:24:58.536 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:24:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:24:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:24:58.824 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 7m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 7m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 7m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 7m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 7m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7m ago 10h 47.2M 2469M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7m ago 10h 46.6M 2469M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7m ago 10h 45.2M 2469M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7m ago 10h 44.5M 2469M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 7m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:24:58.825 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 7m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:24:58.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 7m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:24:58.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 7m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:24:58.826 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 7m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:24:59.177 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:24:59.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:24:59.178 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:24:59.178 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:25:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:24:58.355751+0000 mgr.y (mgr.14556) 21716 : cluster [DBG] pgmap v19186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:24:58.526516+0000 mgr.y (mgr.14556) 21717 : audit [DBG] from='client.37128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:25:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:24:58.818407+0000 mgr.y (mgr.14556) 21718 : audit [DBG] from='client.47042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:25:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:24:59.178961+0000 mon.a (mon.0) 4569 : audit [DBG] from='client.? 172.21.15.23:0/3592231426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:25:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:24:58.355751+0000 mgr.y (mgr.14556) 21716 : cluster [DBG] pgmap v19186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:24:58.526516+0000 mgr.y (mgr.14556) 21717 : audit [DBG] from='client.37128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:25:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:24:58.818407+0000 mgr.y (mgr.14556) 21718 : audit [DBG] from='client.47042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:25:00.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:24:59.178961+0000 mon.a (mon.0) 4569 : audit [DBG] from='client.? 172.21.15.23:0/3592231426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:25:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:24:58.355751+0000 mgr.y (mgr.14556) 21716 : cluster [DBG] pgmap v19186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:24:58.526516+0000 mgr.y (mgr.14556) 21717 : audit [DBG] from='client.37128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:25:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:24:58.818407+0000 mgr.y (mgr.14556) 21718 : audit [DBG] from='client.47042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:25:00.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:24:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:24:59.178961+0000 mon.a (mon.0) 4569 : audit [DBG] from='client.? 172.21.15.23:0/3592231426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:25:01.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:00.356414+0000 mgr.y (mgr.14556) 21719 : cluster [DBG] pgmap v19187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:25:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:00.356414+0000 mgr.y (mgr.14556) 21719 : cluster [DBG] pgmap v19187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:00.356414+0000 mgr.y (mgr.14556) 21719 : cluster [DBG] pgmap v19187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:02.356839+0000 mgr.y (mgr.14556) 21720 : cluster [DBG] pgmap v19188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:25:03] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:25:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:02.356839+0000 mgr.y (mgr.14556) 21720 : cluster [DBG] pgmap v19188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:04.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:02.356839+0000 mgr.y (mgr.14556) 21720 : cluster [DBG] pgmap v19188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:04.357187+0000 mgr.y (mgr.14556) 21721 : cluster [DBG] pgmap v19189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:06.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:04.357187+0000 mgr.y (mgr.14556) 21721 : cluster [DBG] pgmap v19189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:04.357187+0000 mgr.y (mgr.14556) 21721 : cluster [DBG] pgmap v19189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:06.357886+0000 mgr.y (mgr.14556) 21722 : cluster [DBG] pgmap v19190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:06.357886+0000 mgr.y (mgr.14556) 21722 : cluster [DBG] pgmap v19190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:06.357886+0000 mgr.y (mgr.14556) 21722 : cluster [DBG] pgmap v19190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:08.358452+0000 mgr.y (mgr.14556) 21723 : cluster [DBG] pgmap v19191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:10.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:08.358452+0000 mgr.y (mgr.14556) 21723 : cluster [DBG] pgmap v19191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:10.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:08.358452+0000 mgr.y (mgr.14556) 21723 : cluster [DBG] pgmap v19191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:11.799 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:25:12.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:10.359025+0000 mgr.y (mgr.14556) 21724 : cluster [DBG] pgmap v19192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:10.359025+0000 mgr.y (mgr.14556) 21724 : cluster [DBG] pgmap v19192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:12.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:10.359025+0000 mgr.y (mgr.14556) 21724 : cluster [DBG] pgmap v19192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:25:13] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:25:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:12.359555+0000 mgr.y (mgr.14556) 21725 : cluster [DBG] pgmap v19193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:12.359555+0000 mgr.y (mgr.14556) 21725 : cluster [DBG] pgmap v19193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:14.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:12.359555+0000 mgr.y (mgr.14556) 21725 : cluster [DBG] pgmap v19193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:14.359924+0000 mgr.y (mgr.14556) 21726 : cluster [DBG] pgmap v19194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:16.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:14.359924+0000 mgr.y (mgr.14556) 21726 : cluster [DBG] pgmap v19194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:16.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:14.359924+0000 mgr.y (mgr.14556) 21726 : cluster [DBG] pgmap v19194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:18.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:16.360616+0000 mgr.y (mgr.14556) 21727 : cluster [DBG] pgmap v19195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:16.360616+0000 mgr.y (mgr.14556) 21727 : cluster [DBG] pgmap v19195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:18.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:16.360616+0000 mgr.y (mgr.14556) 21727 : cluster [DBG] pgmap v19195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:18.361054+0000 mgr.y (mgr.14556) 21728 : cluster [DBG] pgmap v19196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:20.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:18.361054+0000 mgr.y (mgr.14556) 21728 : cluster [DBG] pgmap v19196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:18.361054+0000 mgr.y (mgr.14556) 21728 : cluster [DBG] pgmap v19196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:21.858 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:25:22.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:20.361699+0000 mgr.y (mgr.14556) 21729 : cluster [DBG] pgmap v19197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:22.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:20.361699+0000 mgr.y (mgr.14556) 21729 : cluster [DBG] pgmap v19197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:22.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:20.361699+0000 mgr.y (mgr.14556) 21729 : cluster [DBG] pgmap v19197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:23.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:22.362082+0000 mgr.y (mgr.14556) 21730 : cluster [DBG] pgmap v19198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:23.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:22.362082+0000 mgr.y (mgr.14556) 21730 : cluster [DBG] pgmap v19198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:23.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:22.362082+0000 mgr.y (mgr.14556) 21730 : cluster [DBG] pgmap v19198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:25:23] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:25:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:25:23.585849+0000 mon.a (mon.0) 4570 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:25:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:25:23.585849+0000 mon.a (mon.0) 4570 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:25:24.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:25:23.585849+0000 mon.a (mon.0) 4570 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:25:25.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:25:23.892027+0000 mon.a (mon.0) 4571 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:25:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:25:23.893417+0000 mon.a (mon.0) 4572 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:25:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:25:23.894019+0000 mon.a (mon.0) 4573 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:25:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:25:23.894615+0000 mon.a (mon.0) 4574 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:25:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T17:25:23.895145+0000 mgr.y (mgr.14556) 21731 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2468M 2024-03-22T17:25:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:25:23.901098+0000 mon.a (mon.0) 4575 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:25:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:25:23.901893+0000 mon.a (mon.0) 4576 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:25:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:25:23.902513+0000 mon.a (mon.0) 4577 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:25:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:25:23.908818+0000 mon.a (mon.0) 4578 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:25:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:24.362531+0000 mgr.y (mgr.14556) 21732 : cluster [DBG] pgmap v19199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:25.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:25:23.892027+0000 mon.a (mon.0) 4571 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:25:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:25:23.893417+0000 mon.a (mon.0) 4572 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:25:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:25:23.894019+0000 mon.a (mon.0) 4573 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:25:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:25:23.894615+0000 mon.a (mon.0) 4574 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:25:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T17:25:23.895145+0000 mgr.y (mgr.14556) 21731 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2468M 2024-03-22T17:25:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:25:23.901098+0000 mon.a (mon.0) 4575 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:25:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:25:23.901893+0000 mon.a (mon.0) 4576 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:25:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:25:23.902513+0000 mon.a (mon.0) 4577 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:25:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:25:23.908818+0000 mon.a (mon.0) 4578 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:25:25.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:24.362531+0000 mgr.y (mgr.14556) 21732 : cluster [DBG] pgmap v19199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:25.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:25:23.892027+0000 mon.a (mon.0) 4571 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:25:25.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:25:23.893417+0000 mon.a (mon.0) 4572 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:25:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:25:23.894019+0000 mon.a (mon.0) 4573 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:25:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:25:23.894615+0000 mon.a (mon.0) 4574 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:25:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T17:25:23.895145+0000 mgr.y (mgr.14556) 21731 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2468M 2024-03-22T17:25:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:25:23.901098+0000 mon.a (mon.0) 4575 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:25:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:25:23.901893+0000 mon.a (mon.0) 4576 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:25:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:25:23.902513+0000 mon.a (mon.0) 4577 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:25:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:25:23.908818+0000 mon.a (mon.0) 4578 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:25:25.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:24.362531+0000 mgr.y (mgr.14556) 21732 : cluster [DBG] pgmap v19199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:27.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:26.363371+0000 mgr.y (mgr.14556) 21733 : cluster [DBG] pgmap v19200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:27.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:26.363371+0000 mgr.y (mgr.14556) 21733 : cluster [DBG] pgmap v19200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:27.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:26.363371+0000 mgr.y (mgr.14556) 21733 : cluster [DBG] pgmap v19200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:29.504 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:25:29.794 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:25:29.794 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 8m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 8m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 8m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 8m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 8m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 8m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 8m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 8m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 8m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 8m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 8m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 8m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 8m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 8m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 8m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 8m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 8m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:25:29.795 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 8m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:25:29.796 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 8m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:25:29.796 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 8m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:25:29.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:28.363789+0000 mgr.y (mgr.14556) 21734 : cluster [DBG] pgmap v19201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:29.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:28.363789+0000 mgr.y (mgr.14556) 21734 : cluster [DBG] pgmap v19201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:29.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:28.363789+0000 mgr.y (mgr.14556) 21734 : cluster [DBG] pgmap v19201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:30.143 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:25:30.143 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:25:30.143 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:25:30.144 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:25:30.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:25:29.494421+0000 mgr.y (mgr.14556) 21735 : audit [DBG] from='client.47054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:25:30.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:25:29.788647+0000 mgr.y (mgr.14556) 21736 : audit [DBG] from='client.47060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:25:30.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:25:30.145400+0000 mon.c (mon.2) 520 : audit [DBG] from='client.? 172.21.15.23:0/3015181764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:25:30.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:25:29.494421+0000 mgr.y (mgr.14556) 21735 : audit [DBG] from='client.47054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:25:30.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:25:29.788647+0000 mgr.y (mgr.14556) 21736 : audit [DBG] from='client.47060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:25:30.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:25:30.145400+0000 mon.c (mon.2) 520 : audit [DBG] from='client.? 172.21.15.23:0/3015181764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:25:30.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:25:29.494421+0000 mgr.y (mgr.14556) 21735 : audit [DBG] from='client.47054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:25:30.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:25:29.788647+0000 mgr.y (mgr.14556) 21736 : audit [DBG] from='client.47060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:25:30.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:25:30.145400+0000 mon.c (mon.2) 520 : audit [DBG] from='client.? 172.21.15.23:0/3015181764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:25:31.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:30.364529+0000 mgr.y (mgr.14556) 21737 : cluster [DBG] pgmap v19202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:31.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:30.364529+0000 mgr.y (mgr.14556) 21737 : cluster [DBG] pgmap v19202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:31.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:30.364529+0000 mgr.y (mgr.14556) 21737 : cluster [DBG] pgmap v19202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:25:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:32.364899+0000 mgr.y (mgr.14556) 21738 : cluster [DBG] pgmap v19203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:32.364899+0000 mgr.y (mgr.14556) 21738 : cluster [DBG] pgmap v19203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:33.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:32.364899+0000 mgr.y (mgr.14556) 21738 : cluster [DBG] pgmap v19203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:25:33] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:25:35.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:34.365470+0000 mgr.y (mgr.14556) 21739 : cluster [DBG] pgmap v19204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:34.365470+0000 mgr.y (mgr.14556) 21739 : cluster [DBG] pgmap v19204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:35.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:34.365470+0000 mgr.y (mgr.14556) 21739 : cluster [DBG] pgmap v19204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:37.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:36.366239+0000 mgr.y (mgr.14556) 21740 : cluster [DBG] pgmap v19205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:36.366239+0000 mgr.y (mgr.14556) 21740 : cluster [DBG] pgmap v19205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:37.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:36.366239+0000 mgr.y (mgr.14556) 21740 : cluster [DBG] pgmap v19205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:39.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:38.366702+0000 mgr.y (mgr.14556) 21741 : cluster [DBG] pgmap v19206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:39.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:38.366702+0000 mgr.y (mgr.14556) 21741 : cluster [DBG] pgmap v19206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:39.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:38.366702+0000 mgr.y (mgr.14556) 21741 : cluster [DBG] pgmap v19206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:40.367311+0000 mgr.y (mgr.14556) 21742 : cluster [DBG] pgmap v19207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:40.367311+0000 mgr.y (mgr.14556) 21742 : cluster [DBG] pgmap v19207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:41.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:40.367311+0000 mgr.y (mgr.14556) 21742 : cluster [DBG] pgmap v19207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:25:43.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:42.367740+0000 mgr.y (mgr.14556) 21743 : cluster [DBG] pgmap v19208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:42.367740+0000 mgr.y (mgr.14556) 21743 : cluster [DBG] pgmap v19208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:43.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:42.367740+0000 mgr.y (mgr.14556) 21743 : cluster [DBG] pgmap v19208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:25:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:25:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:44.368258+0000 mgr.y (mgr.14556) 21744 : cluster [DBG] pgmap v19209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:44.368258+0000 mgr.y (mgr.14556) 21744 : cluster [DBG] pgmap v19209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:45.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:44.368258+0000 mgr.y (mgr.14556) 21744 : cluster [DBG] pgmap v19209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:47.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:46.369032+0000 mgr.y (mgr.14556) 21745 : cluster [DBG] pgmap v19210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:47.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:46.369032+0000 mgr.y (mgr.14556) 21745 : cluster [DBG] pgmap v19210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:47.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:46.369032+0000 mgr.y (mgr.14556) 21745 : cluster [DBG] pgmap v19210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:49.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:48.369603+0000 mgr.y (mgr.14556) 21746 : cluster [DBG] pgmap v19211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:48.369603+0000 mgr.y (mgr.14556) 21746 : cluster [DBG] pgmap v19211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:49.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:48.369603+0000 mgr.y (mgr.14556) 21746 : cluster [DBG] pgmap v19211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:51.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:50.370206+0000 mgr.y (mgr.14556) 21747 : cluster [DBG] pgmap v19212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:51.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:50.370206+0000 mgr.y (mgr.14556) 21747 : cluster [DBG] pgmap v19212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:51.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:50.370206+0000 mgr.y (mgr.14556) 21747 : cluster [DBG] pgmap v19212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:25:53.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:52.370629+0000 mgr.y (mgr.14556) 21748 : cluster [DBG] pgmap v19213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:53.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:25:53] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:25:53.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:52.370629+0000 mgr.y (mgr.14556) 21748 : cluster [DBG] pgmap v19213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:53.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:52.370629+0000 mgr.y (mgr.14556) 21748 : cluster [DBG] pgmap v19213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:55.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:54.371063+0000 mgr.y (mgr.14556) 21749 : cluster [DBG] pgmap v19214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:54.371063+0000 mgr.y (mgr.14556) 21749 : cluster [DBG] pgmap v19214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:55.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:54.371063+0000 mgr.y (mgr.14556) 21749 : cluster [DBG] pgmap v19214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:57.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:56.371657+0000 mgr.y (mgr.14556) 21750 : cluster [DBG] pgmap v19215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:56.371657+0000 mgr.y (mgr.14556) 21750 : cluster [DBG] pgmap v19215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:57.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:56.371657+0000 mgr.y (mgr.14556) 21750 : cluster [DBG] pgmap v19215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:59.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:25:58.372150+0000 mgr.y (mgr.14556) 21751 : cluster [DBG] pgmap v19216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:59.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:25:58.372150+0000 mgr.y (mgr.14556) 21751 : cluster [DBG] pgmap v19216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:25:59.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:25:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:25:58.372150+0000 mgr.y (mgr.14556) 21751 : cluster [DBG] pgmap v19216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:00.471 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:26:00.761 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:26:00.761 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 8m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:26:00.761 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 8m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:26:00.761 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 8m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:26:00.761 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 8m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:26:00.761 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 8m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:26:00.761 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 8m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:26:00.761 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 8m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:26:00.761 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 8m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:26:00.761 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 8m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:26:00.761 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 8m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:26:00.761 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 8m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:26:00.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 8m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:26:00.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 8m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:26:00.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 8m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:26:00.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 8m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:26:00.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 8m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:26:00.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 8m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:26:00.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 8m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:26:00.762 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 8m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:26:00.762 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 8m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:26:01.110 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:26:01.110 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:26:01.110 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:26:01.110 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:26:01.110 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:26:01.110 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:26:01.110 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:26:01.110 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:26:01.111 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:26:01.111 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:26:01.111 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:26:01.111 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:26:01.111 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:26:01.111 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:26:01.111 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:26:01.111 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:26:01.111 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:26:01.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:00.372718+0000 mgr.y (mgr.14556) 21752 : cluster [DBG] pgmap v19217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:26:00.461323+0000 mgr.y (mgr.14556) 21753 : audit [DBG] from='client.37164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:26:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:26:00.754887+0000 mgr.y (mgr.14556) 21754 : audit [DBG] from='client.47078 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:26:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:26:01.112045+0000 mon.a (mon.0) 4579 : audit [DBG] from='client.? 172.21.15.23:0/2967959230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:26:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:00.372718+0000 mgr.y (mgr.14556) 21752 : cluster [DBG] pgmap v19217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:26:00.461323+0000 mgr.y (mgr.14556) 21753 : audit [DBG] from='client.37164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:26:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:26:00.754887+0000 mgr.y (mgr.14556) 21754 : audit [DBG] from='client.47078 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:26:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:26:01.112045+0000 mon.a (mon.0) 4579 : audit [DBG] from='client.? 172.21.15.23:0/2967959230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:26:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:26:01.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:00.372718+0000 mgr.y (mgr.14556) 21752 : cluster [DBG] pgmap v19217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:26:00.461323+0000 mgr.y (mgr.14556) 21753 : audit [DBG] from='client.37164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:26:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:26:00.754887+0000 mgr.y (mgr.14556) 21754 : audit [DBG] from='client.47078 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:26:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:26:01.112045+0000 mon.a (mon.0) 4579 : audit [DBG] from='client.? 172.21.15.23:0/2967959230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:26:03.878 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:26:03] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:26:03.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:02.373178+0000 mgr.y (mgr.14556) 21755 : cluster [DBG] pgmap v19218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:03.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:02.373178+0000 mgr.y (mgr.14556) 21755 : cluster [DBG] pgmap v19218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:03.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:02.373178+0000 mgr.y (mgr.14556) 21755 : cluster [DBG] pgmap v19218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:05.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:04.373637+0000 mgr.y (mgr.14556) 21756 : cluster [DBG] pgmap v19219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:05.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:04.373637+0000 mgr.y (mgr.14556) 21756 : cluster [DBG] pgmap v19219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:05.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:04.373637+0000 mgr.y (mgr.14556) 21756 : cluster [DBG] pgmap v19219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:07.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:06.374366+0000 mgr.y (mgr.14556) 21757 : cluster [DBG] pgmap v19220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:07.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:06.374366+0000 mgr.y (mgr.14556) 21757 : cluster [DBG] pgmap v19220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:07.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:06.374366+0000 mgr.y (mgr.14556) 21757 : cluster [DBG] pgmap v19220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:09.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:08.374904+0000 mgr.y (mgr.14556) 21758 : cluster [DBG] pgmap v19221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:08.374904+0000 mgr.y (mgr.14556) 21758 : cluster [DBG] pgmap v19221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:09.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:08.374904+0000 mgr.y (mgr.14556) 21758 : cluster [DBG] pgmap v19221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:10.375529+0000 mgr.y (mgr.14556) 21759 : cluster [DBG] pgmap v19222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:26:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:10.375529+0000 mgr.y (mgr.14556) 21759 : cluster [DBG] pgmap v19222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:10.375529+0000 mgr.y (mgr.14556) 21759 : cluster [DBG] pgmap v19222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:13.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:12.375975+0000 mgr.y (mgr.14556) 21760 : cluster [DBG] pgmap v19223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:12.375975+0000 mgr.y (mgr.14556) 21760 : cluster [DBG] pgmap v19223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:26:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:26:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:12.375975+0000 mgr.y (mgr.14556) 21760 : cluster [DBG] pgmap v19223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:15.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:14.376394+0000 mgr.y (mgr.14556) 21761 : cluster [DBG] pgmap v19224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:14.376394+0000 mgr.y (mgr.14556) 21761 : cluster [DBG] pgmap v19224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:14.376394+0000 mgr.y (mgr.14556) 21761 : cluster [DBG] pgmap v19224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:17.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:16.377150+0000 mgr.y (mgr.14556) 21762 : cluster [DBG] pgmap v19225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:16.377150+0000 mgr.y (mgr.14556) 21762 : cluster [DBG] pgmap v19225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:16.377150+0000 mgr.y (mgr.14556) 21762 : cluster [DBG] pgmap v19225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:18.377606+0000 mgr.y (mgr.14556) 21763 : cluster [DBG] pgmap v19226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:18.377606+0000 mgr.y (mgr.14556) 21763 : cluster [DBG] pgmap v19226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:20.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:18.377606+0000 mgr.y (mgr.14556) 21763 : cluster [DBG] pgmap v19226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:21.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:20.378221+0000 mgr.y (mgr.14556) 21764 : cluster [DBG] pgmap v19227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:26:22.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:20.378221+0000 mgr.y (mgr.14556) 21764 : cluster [DBG] pgmap v19227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:20.378221+0000 mgr.y (mgr.14556) 21764 : cluster [DBG] pgmap v19227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:22.378767+0000 mgr.y (mgr.14556) 21765 : cluster [DBG] pgmap v19228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:26:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:26:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:22.378767+0000 mgr.y (mgr.14556) 21765 : cluster [DBG] pgmap v19228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:24.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:22.378767+0000 mgr.y (mgr.14556) 21765 : cluster [DBG] pgmap v19228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:25.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:26:23.913266+0000 mon.a (mon.0) 4580 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:26:25.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:26:24.218560+0000 mon.a (mon.0) 4581 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:26:25.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:26:24.219197+0000 mon.a (mon.0) 4582 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:26:25.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:26:24.223645+0000 mon.a (mon.0) 4583 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:26:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:26:23.913266+0000 mon.a (mon.0) 4580 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:26:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:26:24.218560+0000 mon.a (mon.0) 4581 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:26:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:26:24.219197+0000 mon.a (mon.0) 4582 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:26:25.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:26:24.223645+0000 mon.a (mon.0) 4583 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:26:25.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:26:23.913266+0000 mon.a (mon.0) 4580 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:26:25.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:26:24.218560+0000 mon.a (mon.0) 4581 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:26:25.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:26:24.219197+0000 mon.a (mon.0) 4582 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:26:25.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:26:24.223645+0000 mon.a (mon.0) 4583 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:26:26.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:24.379042+0000 mgr.y (mgr.14556) 21766 : cluster [DBG] pgmap v19229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:26.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:24.379042+0000 mgr.y (mgr.14556) 21766 : cluster [DBG] pgmap v19229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:26.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:24.379042+0000 mgr.y (mgr.14556) 21766 : cluster [DBG] pgmap v19229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:28.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:26.379713+0000 mgr.y (mgr.14556) 21767 : cluster [DBG] pgmap v19230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:28.167 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:26.379713+0000 mgr.y (mgr.14556) 21767 : cluster [DBG] pgmap v19230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:28.167 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:26.379713+0000 mgr.y (mgr.14556) 21767 : cluster [DBG] pgmap v19230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:30.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:28.380107+0000 mgr.y (mgr.14556) 21768 : cluster [DBG] pgmap v19231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:28.380107+0000 mgr.y (mgr.14556) 21768 : cluster [DBG] pgmap v19231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:28.380107+0000 mgr.y (mgr.14556) 21768 : cluster [DBG] pgmap v19231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:31.435 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:26:31.724 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:26:31.724 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 9m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:26:31.724 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 9m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:26:31.724 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 9m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:26:31.724 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 9m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:26:31.724 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 9m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:26:31.724 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 9m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:26:31.724 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 9m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:26:31.724 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 9m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:26:31.724 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 9m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:26:31.724 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 9m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:26:31.725 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 9m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:26:31.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 9m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:26:31.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 9m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:26:31.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 9m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:26:31.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 9m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:26:31.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 9m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:26:31.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 9m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:26:31.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 9m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:26:31.725 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 9m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:26:31.725 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 9m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:26:31.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:30.380724+0000 mgr.y (mgr.14556) 21769 : cluster [DBG] pgmap v19232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:26:32.073 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:26:32.074 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:26:32.075 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:26:32.075 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:26:32.075 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:26:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:30.380724+0000 mgr.y (mgr.14556) 21769 : cluster [DBG] pgmap v19232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:32.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:30.380724+0000 mgr.y (mgr.14556) 21769 : cluster [DBG] pgmap v19232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:33.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:26:31.424934+0000 mgr.y (mgr.14556) 21770 : audit [DBG] from='client.37182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:26:33.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:26:31.718227+0000 mgr.y (mgr.14556) 21771 : audit [DBG] from='client.47096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:26:33.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:26:32.075984+0000 mon.c (mon.2) 521 : audit [DBG] from='client.? 172.21.15.23:0/3548483096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:26:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:26:31.424934+0000 mgr.y (mgr.14556) 21770 : audit [DBG] from='client.37182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:26:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:26:31.718227+0000 mgr.y (mgr.14556) 21771 : audit [DBG] from='client.47096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:26:33.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:26:32.075984+0000 mon.c (mon.2) 521 : audit [DBG] from='client.? 172.21.15.23:0/3548483096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:26:33.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:26:31.424934+0000 mgr.y (mgr.14556) 21770 : audit [DBG] from='client.37182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:26:33.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:26:31.718227+0000 mgr.y (mgr.14556) 21771 : audit [DBG] from='client.47096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:26:33.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:26:32.075984+0000 mon.c (mon.2) 521 : audit [DBG] from='client.? 172.21.15.23:0/3548483096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:26:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:26:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:26:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:32.381400+0000 mgr.y (mgr.14556) 21772 : cluster [DBG] pgmap v19233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:32.381400+0000 mgr.y (mgr.14556) 21772 : cluster [DBG] pgmap v19233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:34.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:32.381400+0000 mgr.y (mgr.14556) 21772 : cluster [DBG] pgmap v19233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:34.381992+0000 mgr.y (mgr.14556) 21773 : cluster [DBG] pgmap v19234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:34.381992+0000 mgr.y (mgr.14556) 21773 : cluster [DBG] pgmap v19234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:34.381992+0000 mgr.y (mgr.14556) 21773 : cluster [DBG] pgmap v19234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:38.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:36.382926+0000 mgr.y (mgr.14556) 21774 : cluster [DBG] pgmap v19235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:38.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:36.382926+0000 mgr.y (mgr.14556) 21774 : cluster [DBG] pgmap v19235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:38.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:36.382926+0000 mgr.y (mgr.14556) 21774 : cluster [DBG] pgmap v19235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:40.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:38.383384+0000 mgr.y (mgr.14556) 21775 : cluster [DBG] pgmap v19236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:38.383384+0000 mgr.y (mgr.14556) 21775 : cluster [DBG] pgmap v19236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:40.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:38.383384+0000 mgr.y (mgr.14556) 21775 : cluster [DBG] pgmap v19236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:41.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:40.384157+0000 mgr.y (mgr.14556) 21776 : cluster [DBG] pgmap v19237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:26:42.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:40.384157+0000 mgr.y (mgr.14556) 21776 : cluster [DBG] pgmap v19237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:42.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:40.384157+0000 mgr.y (mgr.14556) 21776 : cluster [DBG] pgmap v19237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:42.384686+0000 mgr.y (mgr.14556) 21777 : cluster [DBG] pgmap v19238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:26:43] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:26:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:42.384686+0000 mgr.y (mgr.14556) 21777 : cluster [DBG] pgmap v19238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:44.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:42.384686+0000 mgr.y (mgr.14556) 21777 : cluster [DBG] pgmap v19238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:44.385033+0000 mgr.y (mgr.14556) 21778 : cluster [DBG] pgmap v19239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:46.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:44.385033+0000 mgr.y (mgr.14556) 21778 : cluster [DBG] pgmap v19239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:46.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:44.385033+0000 mgr.y (mgr.14556) 21778 : cluster [DBG] pgmap v19239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:46.385783+0000 mgr.y (mgr.14556) 21779 : cluster [DBG] pgmap v19240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:46.385783+0000 mgr.y (mgr.14556) 21779 : cluster [DBG] pgmap v19240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:46.385783+0000 mgr.y (mgr.14556) 21779 : cluster [DBG] pgmap v19240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:50.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:48.386325+0000 mgr.y (mgr.14556) 21780 : cluster [DBG] pgmap v19241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:48.386325+0000 mgr.y (mgr.14556) 21780 : cluster [DBG] pgmap v19241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:48.386325+0000 mgr.y (mgr.14556) 21780 : cluster [DBG] pgmap v19241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:51.796 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:26:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:50.387040+0000 mgr.y (mgr.14556) 21781 : cluster [DBG] pgmap v19242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:52.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:50.387040+0000 mgr.y (mgr.14556) 21781 : cluster [DBG] pgmap v19242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:52.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:50.387040+0000 mgr.y (mgr.14556) 21781 : cluster [DBG] pgmap v19242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:26:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:26:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:52.387581+0000 mgr.y (mgr.14556) 21782 : cluster [DBG] pgmap v19243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:52.387581+0000 mgr.y (mgr.14556) 21782 : cluster [DBG] pgmap v19243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:54.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:52.387581+0000 mgr.y (mgr.14556) 21782 : cluster [DBG] pgmap v19243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:56.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:54.387996+0000 mgr.y (mgr.14556) 21783 : cluster [DBG] pgmap v19244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:56.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:54.387996+0000 mgr.y (mgr.14556) 21783 : cluster [DBG] pgmap v19244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:56.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:54.387996+0000 mgr.y (mgr.14556) 21783 : cluster [DBG] pgmap v19244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:58.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:56.388677+0000 mgr.y (mgr.14556) 21784 : cluster [DBG] pgmap v19245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:56.388677+0000 mgr.y (mgr.14556) 21784 : cluster [DBG] pgmap v19245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:26:58.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:56.388677+0000 mgr.y (mgr.14556) 21784 : cluster [DBG] pgmap v19245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:26:58.389099+0000 mgr.y (mgr.14556) 21785 : cluster [DBG] pgmap v19246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:26:58.389099+0000 mgr.y (mgr.14556) 21785 : cluster [DBG] pgmap v19246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:26:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:26:58.389099+0000 mgr.y (mgr.14556) 21785 : cluster [DBG] pgmap v19246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:01.825 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:27:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:00.389713+0000 mgr.y (mgr.14556) 21786 : cluster [DBG] pgmap v19247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:00.389713+0000 mgr.y (mgr.14556) 21786 : cluster [DBG] pgmap v19247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:02.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:00.389713+0000 mgr.y (mgr.14556) 21786 : cluster [DBG] pgmap v19247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:02.397 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:27:02.687 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:27:02.687 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 9m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:27:02.687 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 9m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:27:02.687 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 9m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:27:02.687 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 9m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:27:02.687 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 9m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:27:02.687 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 9m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:27:02.687 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 9m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:27:02.687 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 9m ago 10h 928M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:27:02.687 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 9m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:27:02.687 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 9m ago 10h 23.2M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:27:02.688 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 9m ago 10h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:27:02.688 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 9m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:27:02.688 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 9m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:27:02.688 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 9m ago 10h 45.2M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:27:02.688 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 9m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:27:02.688 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 9m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:27:02.688 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 9m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:27:02.688 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 9m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:27:02.688 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 9m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:27:02.688 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 9m ago 10h 113M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:27:03.036 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:27:03.036 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:27:03.037 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:27:03.038 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:27:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:27:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:27:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:27:02.388190+0000 mgr.y (mgr.14556) 21787 : audit [DBG] from='client.37200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:27:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:02.390023+0000 mgr.y (mgr.14556) 21788 : cluster [DBG] pgmap v19248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:27:02.680938+0000 mgr.y (mgr.14556) 21789 : audit [DBG] from='client.37206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:27:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:27:03.038770+0000 mon.c (mon.2) 522 : audit [DBG] from='client.? 172.21.15.23:0/1190468497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:27:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:27:02.388190+0000 mgr.y (mgr.14556) 21787 : audit [DBG] from='client.37200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:27:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:02.390023+0000 mgr.y (mgr.14556) 21788 : cluster [DBG] pgmap v19248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:27:02.680938+0000 mgr.y (mgr.14556) 21789 : audit [DBG] from='client.37206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:27:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:27:03.038770+0000 mon.c (mon.2) 522 : audit [DBG] from='client.? 172.21.15.23:0/1190468497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:27:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:27:02.388190+0000 mgr.y (mgr.14556) 21787 : audit [DBG] from='client.37200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:27:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:02.390023+0000 mgr.y (mgr.14556) 21788 : cluster [DBG] pgmap v19248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:27:02.680938+0000 mgr.y (mgr.14556) 21789 : audit [DBG] from='client.37206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:27:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:27:03.038770+0000 mon.c (mon.2) 522 : audit [DBG] from='client.? 172.21.15.23:0/1190468497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:27:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:04.390588+0000 mgr.y (mgr.14556) 21790 : cluster [DBG] pgmap v19249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:06.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:04.390588+0000 mgr.y (mgr.14556) 21790 : cluster [DBG] pgmap v19249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:04.390588+0000 mgr.y (mgr.14556) 21790 : cluster [DBG] pgmap v19249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:08.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:06.391310+0000 mgr.y (mgr.14556) 21791 : cluster [DBG] pgmap v19250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:08.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:06.391310+0000 mgr.y (mgr.14556) 21791 : cluster [DBG] pgmap v19250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:06.391310+0000 mgr.y (mgr.14556) 21791 : cluster [DBG] pgmap v19250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:08.391766+0000 mgr.y (mgr.14556) 21792 : cluster [DBG] pgmap v19251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:10.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:08.391766+0000 mgr.y (mgr.14556) 21792 : cluster [DBG] pgmap v19251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:10.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:08.391766+0000 mgr.y (mgr.14556) 21792 : cluster [DBG] pgmap v19251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:11.860 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:27:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:10.392664+0000 mgr.y (mgr.14556) 21793 : cluster [DBG] pgmap v19252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:12.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:10.392664+0000 mgr.y (mgr.14556) 21793 : cluster [DBG] pgmap v19252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:12.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:10.392664+0000 mgr.y (mgr.14556) 21793 : cluster [DBG] pgmap v19252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:27:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:27:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:12.393031+0000 mgr.y (mgr.14556) 21794 : cluster [DBG] pgmap v19253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:12.393031+0000 mgr.y (mgr.14556) 21794 : cluster [DBG] pgmap v19253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:14.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:12.393031+0000 mgr.y (mgr.14556) 21794 : cluster [DBG] pgmap v19253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:14.393407+0000 mgr.y (mgr.14556) 21795 : cluster [DBG] pgmap v19254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:16.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:14.393407+0000 mgr.y (mgr.14556) 21795 : cluster [DBG] pgmap v19254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:16.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:14.393407+0000 mgr.y (mgr.14556) 21795 : cluster [DBG] pgmap v19254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:18.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:16.394012+0000 mgr.y (mgr.14556) 21796 : cluster [DBG] pgmap v19255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:16.394012+0000 mgr.y (mgr.14556) 21796 : cluster [DBG] pgmap v19255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:18.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:16.394012+0000 mgr.y (mgr.14556) 21796 : cluster [DBG] pgmap v19255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:19.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:18.394647+0000 mgr.y (mgr.14556) 21797 : cluster [DBG] pgmap v19256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:19.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:18.394647+0000 mgr.y (mgr.14556) 21797 : cluster [DBG] pgmap v19256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:19.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:18.394647+0000 mgr.y (mgr.14556) 21797 : cluster [DBG] pgmap v19256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:21.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:20.395389+0000 mgr.y (mgr.14556) 21798 : cluster [DBG] pgmap v19257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:20.395389+0000 mgr.y (mgr.14556) 21798 : cluster [DBG] pgmap v19257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:21.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:20.395389+0000 mgr.y (mgr.14556) 21798 : cluster [DBG] pgmap v19257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:27:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:27:23.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:22.395938+0000 mgr.y (mgr.14556) 21799 : cluster [DBG] pgmap v19258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:22.395938+0000 mgr.y (mgr.14556) 21799 : cluster [DBG] pgmap v19258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:23.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:22.395938+0000 mgr.y (mgr.14556) 21799 : cluster [DBG] pgmap v19258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:27:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:27:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:27:24.834 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:27:24.227980+0000 mon.a (mon.0) 4584 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:27:24.872 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:27:24.227980+0000 mon.a (mon.0) 4584 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:27:24.873 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:27:24.227980+0000 mon.a (mon.0) 4584 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:27:25.780 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:24.396272+0000 mgr.y (mgr.14556) 21800 : cluster [DBG] pgmap v19259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:25.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:24.396272+0000 mgr.y (mgr.14556) 21800 : cluster [DBG] pgmap v19259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:25.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:24.396272+0000 mgr.y (mgr.14556) 21800 : cluster [DBG] pgmap v19259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:28.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:26.396793+0000 mgr.y (mgr.14556) 21801 : cluster [DBG] pgmap v19260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:28.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:27:26.782278+0000 mon.a (mon.0) 4585 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:27:28.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:27:27.581683+0000 mon.a (mon.0) 4586 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:27:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:26.396793+0000 mgr.y (mgr.14556) 21801 : cluster [DBG] pgmap v19260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:27:26.782278+0000 mon.a (mon.0) 4585 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:27:28.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:27:27.581683+0000 mon.a (mon.0) 4586 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:27:28.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:26.396793+0000 mgr.y (mgr.14556) 21801 : cluster [DBG] pgmap v19260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:28.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:27:26.782278+0000 mon.a (mon.0) 4585 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:27:28.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:27:27.581683+0000 mon.a (mon.0) 4586 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:27:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:27:27.873574+0000 mon.a (mon.0) 4587 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:27:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:27:27.874473+0000 mon.a (mon.0) 4588 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:27:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:27:27.884656+0000 mon.a (mon.0) 4589 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:27:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:27:27.873574+0000 mon.a (mon.0) 4587 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:27:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:27:27.874473+0000 mon.a (mon.0) 4588 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:27:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:27:27.884656+0000 mon.a (mon.0) 4589 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:27:29.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:27:27.873574+0000 mon.a (mon.0) 4587 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:27:29.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:27:27.874473+0000 mon.a (mon.0) 4588 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:27:29.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:27:27.884656+0000 mon.a (mon.0) 4589 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:27:30.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:28.397160+0000 mgr.y (mgr.14556) 21802 : cluster [DBG] pgmap v19261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:28.397160+0000 mgr.y (mgr.14556) 21802 : cluster [DBG] pgmap v19261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:28.397160+0000 mgr.y (mgr.14556) 21802 : cluster [DBG] pgmap v19261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:31.820 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:27:32.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:30.397831+0000 mgr.y (mgr.14556) 21803 : cluster [DBG] pgmap v19262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:30.397831+0000 mgr.y (mgr.14556) 21803 : cluster [DBG] pgmap v19262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:32.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:30.397831+0000 mgr.y (mgr.14556) 21803 : cluster [DBG] pgmap v19262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:33.361 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:27:33.649 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:27:33.649 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 6s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:27:33.649 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 6s ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:27:33.649 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 6s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:27:33.649 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 6s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:27:33.649 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 6s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:27:33.649 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 6s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:27:33.649 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 6s ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:27:33.649 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 6s ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:27:33.649 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 6s ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:27:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 6s ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:27:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 6s ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:27:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 6s ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:27:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 6s ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:27:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 6s ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:27:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 6s ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:27:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 6s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:27:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 6s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:27:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 6s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:27:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 6s ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:27:33.650 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 6s ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:27:33.997 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:27:33.997 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:27:33.997 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:27:33.997 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:27:33.997 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:27:33.997 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:27:33.997 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:27:33.997 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:27:33.997 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:27:33.997 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:27:33.998 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:27:33.998 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:27:33.998 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:27:33.998 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:27:33.998 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:27:33.998 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:27:33.998 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:27:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:32.398437+0000 mgr.y (mgr.14556) 21804 : cluster [DBG] pgmap v19263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:32.398437+0000 mgr.y (mgr.14556) 21804 : cluster [DBG] pgmap v19263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:27:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:27:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:27:34.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:32.398437+0000 mgr.y (mgr.14556) 21804 : cluster [DBG] pgmap v19263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:35.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:27:33.351801+0000 mgr.y (mgr.14556) 21805 : audit [DBG] from='client.47126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:27:35.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:27:33.643416+0000 mgr.y (mgr.14556) 21806 : audit [DBG] from='client.37224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:27:35.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:27:33.999198+0000 mon.a (mon.0) 4590 : audit [DBG] from='client.? 172.21.15.23:0/940155324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:27:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:27:33.351801+0000 mgr.y (mgr.14556) 21805 : audit [DBG] from='client.47126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:27:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:27:33.643416+0000 mgr.y (mgr.14556) 21806 : audit [DBG] from='client.37224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:27:35.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:27:33.999198+0000 mon.a (mon.0) 4590 : audit [DBG] from='client.? 172.21.15.23:0/940155324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:27:35.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:27:33.351801+0000 mgr.y (mgr.14556) 21805 : audit [DBG] from='client.47126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:27:35.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:27:33.643416+0000 mgr.y (mgr.14556) 21806 : audit [DBG] from='client.37224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:27:35.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:27:33.999198+0000 mon.a (mon.0) 4590 : audit [DBG] from='client.? 172.21.15.23:0/940155324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:27:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:34.398754+0000 mgr.y (mgr.14556) 21807 : cluster [DBG] pgmap v19264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:34.398754+0000 mgr.y (mgr.14556) 21807 : cluster [DBG] pgmap v19264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:34.398754+0000 mgr.y (mgr.14556) 21807 : cluster [DBG] pgmap v19264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:38.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:36.399404+0000 mgr.y (mgr.14556) 21808 : cluster [DBG] pgmap v19265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:38.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:36.399404+0000 mgr.y (mgr.14556) 21808 : cluster [DBG] pgmap v19265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:38.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:36.399404+0000 mgr.y (mgr.14556) 21808 : cluster [DBG] pgmap v19265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:38.399798+0000 mgr.y (mgr.14556) 21809 : cluster [DBG] pgmap v19266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:40.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:38.399798+0000 mgr.y (mgr.14556) 21809 : cluster [DBG] pgmap v19266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:40.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:38.399798+0000 mgr.y (mgr.14556) 21809 : cluster [DBG] pgmap v19266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:41.858 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:27:42.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:40.400368+0000 mgr.y (mgr.14556) 21810 : cluster [DBG] pgmap v19267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:42.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:40.400368+0000 mgr.y (mgr.14556) 21810 : cluster [DBG] pgmap v19267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:42.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:40.400368+0000 mgr.y (mgr.14556) 21810 : cluster [DBG] pgmap v19267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:27:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:27:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:42.400756+0000 mgr.y (mgr.14556) 21811 : cluster [DBG] pgmap v19268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:42.400756+0000 mgr.y (mgr.14556) 21811 : cluster [DBG] pgmap v19268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:44.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:42.400756+0000 mgr.y (mgr.14556) 21811 : cluster [DBG] pgmap v19268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:44.401224+0000 mgr.y (mgr.14556) 21812 : cluster [DBG] pgmap v19269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:46.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:44.401224+0000 mgr.y (mgr.14556) 21812 : cluster [DBG] pgmap v19269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:46.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:44.401224+0000 mgr.y (mgr.14556) 21812 : cluster [DBG] pgmap v19269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:46.402087+0000 mgr.y (mgr.14556) 21813 : cluster [DBG] pgmap v19270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:46.402087+0000 mgr.y (mgr.14556) 21813 : cluster [DBG] pgmap v19270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:46.402087+0000 mgr.y (mgr.14556) 21813 : cluster [DBG] pgmap v19270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:48.402592+0000 mgr.y (mgr.14556) 21814 : cluster [DBG] pgmap v19271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:50.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:48.402592+0000 mgr.y (mgr.14556) 21814 : cluster [DBG] pgmap v19271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:50.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:48.402592+0000 mgr.y (mgr.14556) 21814 : cluster [DBG] pgmap v19271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:51.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:50.403223+0000 mgr.y (mgr.14556) 21815 : cluster [DBG] pgmap v19272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:51.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:50.403223+0000 mgr.y (mgr.14556) 21815 : cluster [DBG] pgmap v19272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:51.382 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:50.403223+0000 mgr.y (mgr.14556) 21815 : cluster [DBG] pgmap v19272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:27:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:27:53.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:52.403694+0000 mgr.y (mgr.14556) 21816 : cluster [DBG] pgmap v19273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:52.403694+0000 mgr.y (mgr.14556) 21816 : cluster [DBG] pgmap v19273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:53.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:52.403694+0000 mgr.y (mgr.14556) 21816 : cluster [DBG] pgmap v19273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:27:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:27:53] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:27:55.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:54.404211+0000 mgr.y (mgr.14556) 21817 : cluster [DBG] pgmap v19274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:55.881 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:54.404211+0000 mgr.y (mgr.14556) 21817 : cluster [DBG] pgmap v19274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:55.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:54.404211+0000 mgr.y (mgr.14556) 21817 : cluster [DBG] pgmap v19274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:57.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:56.404919+0000 mgr.y (mgr.14556) 21818 : cluster [DBG] pgmap v19275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:57.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:56.404919+0000 mgr.y (mgr.14556) 21818 : cluster [DBG] pgmap v19275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:57.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:56.404919+0000 mgr.y (mgr.14556) 21818 : cluster [DBG] pgmap v19275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:59.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:27:58.405344+0000 mgr.y (mgr.14556) 21819 : cluster [DBG] pgmap v19276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:59.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:27:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:27:58.405344+0000 mgr.y (mgr.14556) 21819 : cluster [DBG] pgmap v19276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:27:59.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:27:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:27:58.405344+0000 mgr.y (mgr.14556) 21819 : cluster [DBG] pgmap v19276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:01.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:00.406025+0000 mgr.y (mgr.14556) 21820 : cluster [DBG] pgmap v19277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:01.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:00.406025+0000 mgr.y (mgr.14556) 21820 : cluster [DBG] pgmap v19277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:01.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:00.406025+0000 mgr.y (mgr.14556) 21820 : cluster [DBG] pgmap v19277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:28:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:28:03.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:02.406517+0000 mgr.y (mgr.14556) 21821 : cluster [DBG] pgmap v19278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:03.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:02.406517+0000 mgr.y (mgr.14556) 21821 : cluster [DBG] pgmap v19278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:03.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:02.406517+0000 mgr.y (mgr.14556) 21821 : cluster [DBG] pgmap v19278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:28:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:28:03] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:28:04.324 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:28:04.611 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:28:04.611 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 37s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:28:04.611 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 37s ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:28:04.611 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 37s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:28:04.611 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 37s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:28:04.611 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 37s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:28:04.611 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 37s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:28:04.611 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 37s ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:28:04.611 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 37s ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:28:04.612 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 37s ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:28:04.612 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 37s ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:28:04.612 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 37s ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:28:04.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 37s ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:28:04.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 37s ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:28:04.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 37s ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:28:04.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 37s ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:28:04.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 37s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:28:04.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 37s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:28:04.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 37s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:28:04.612 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 37s ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:28:04.612 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 37s ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:28:04.962 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:28:04.962 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:28:04.962 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:28:04.962 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:28:04.963 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:28:05.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:28:04.314256+0000 mgr.y (mgr.14556) 21822 : audit [DBG] from='client.47144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:28:05.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:04.406864+0000 mgr.y (mgr.14556) 21823 : cluster [DBG] pgmap v19279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:05.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:28:04.605479+0000 mgr.y (mgr.14556) 21824 : audit [DBG] from='client.37242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:28:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:28:04.964765+0000 mon.a (mon.0) 4591 : audit [DBG] from='client.? 172.21.15.23:0/464738423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:28:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:28:04.314256+0000 mgr.y (mgr.14556) 21822 : audit [DBG] from='client.47144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:28:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:04.406864+0000 mgr.y (mgr.14556) 21823 : cluster [DBG] pgmap v19279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:28:04.605479+0000 mgr.y (mgr.14556) 21824 : audit [DBG] from='client.37242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:28:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:28:04.964765+0000 mon.a (mon.0) 4591 : audit [DBG] from='client.? 172.21.15.23:0/464738423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:28:05.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:28:04.314256+0000 mgr.y (mgr.14556) 21822 : audit [DBG] from='client.47144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:28:05.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:04.406864+0000 mgr.y (mgr.14556) 21823 : cluster [DBG] pgmap v19279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:05.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:28:04.605479+0000 mgr.y (mgr.14556) 21824 : audit [DBG] from='client.37242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:28:05.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:28:04.964765+0000 mon.a (mon.0) 4591 : audit [DBG] from='client.? 172.21.15.23:0/464738423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:28:07.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:06.407584+0000 mgr.y (mgr.14556) 21825 : cluster [DBG] pgmap v19280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:07.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:06.407584+0000 mgr.y (mgr.14556) 21825 : cluster [DBG] pgmap v19280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:07.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:06.407584+0000 mgr.y (mgr.14556) 21825 : cluster [DBG] pgmap v19280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:09.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:08.408029+0000 mgr.y (mgr.14556) 21826 : cluster [DBG] pgmap v19281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:09.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:08.408029+0000 mgr.y (mgr.14556) 21826 : cluster [DBG] pgmap v19281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:09.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:08.408029+0000 mgr.y (mgr.14556) 21826 : cluster [DBG] pgmap v19281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:11.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:10.408723+0000 mgr.y (mgr.14556) 21827 : cluster [DBG] pgmap v19282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:10.408723+0000 mgr.y (mgr.14556) 21827 : cluster [DBG] pgmap v19282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:10.408723+0000 mgr.y (mgr.14556) 21827 : cluster [DBG] pgmap v19282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:28:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:28:13.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:12.409203+0000 mgr.y (mgr.14556) 21828 : cluster [DBG] pgmap v19283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:13.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:12.409203+0000 mgr.y (mgr.14556) 21828 : cluster [DBG] pgmap v19283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:13.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:28:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:28:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:28:13.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:12.409203+0000 mgr.y (mgr.14556) 21828 : cluster [DBG] pgmap v19283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:15.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:14.409699+0000 mgr.y (mgr.14556) 21829 : cluster [DBG] pgmap v19284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:15.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:14.409699+0000 mgr.y (mgr.14556) 21829 : cluster [DBG] pgmap v19284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:15.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:14.409699+0000 mgr.y (mgr.14556) 21829 : cluster [DBG] pgmap v19284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:17.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:16.410403+0000 mgr.y (mgr.14556) 21830 : cluster [DBG] pgmap v19285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:17.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:16.410403+0000 mgr.y (mgr.14556) 21830 : cluster [DBG] pgmap v19285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:17.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:16.410403+0000 mgr.y (mgr.14556) 21830 : cluster [DBG] pgmap v19285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:19.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:18.410991+0000 mgr.y (mgr.14556) 21831 : cluster [DBG] pgmap v19286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:19.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:18.410991+0000 mgr.y (mgr.14556) 21831 : cluster [DBG] pgmap v19286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:19.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:18.410991+0000 mgr.y (mgr.14556) 21831 : cluster [DBG] pgmap v19286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:21.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:20.411745+0000 mgr.y (mgr.14556) 21832 : cluster [DBG] pgmap v19287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:20.411745+0000 mgr.y (mgr.14556) 21832 : cluster [DBG] pgmap v19287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:28:21.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:20.411745+0000 mgr.y (mgr.14556) 21832 : cluster [DBG] pgmap v19287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:23.878 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:28:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:28:23.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:22.412274+0000 mgr.y (mgr.14556) 21833 : cluster [DBG] pgmap v19288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:23.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:22.412274+0000 mgr.y (mgr.14556) 21833 : cluster [DBG] pgmap v19288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:23.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:22.412274+0000 mgr.y (mgr.14556) 21833 : cluster [DBG] pgmap v19288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:25.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:24.412688+0000 mgr.y (mgr.14556) 21834 : cluster [DBG] pgmap v19289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:25.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:24.412688+0000 mgr.y (mgr.14556) 21834 : cluster [DBG] pgmap v19289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:25.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:24.412688+0000 mgr.y (mgr.14556) 21834 : cluster [DBG] pgmap v19289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:27.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:26.413355+0000 mgr.y (mgr.14556) 21835 : cluster [DBG] pgmap v19290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:27.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:26.413355+0000 mgr.y (mgr.14556) 21835 : cluster [DBG] pgmap v19290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:27.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:26.413355+0000 mgr.y (mgr.14556) 21835 : cluster [DBG] pgmap v19290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:28.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:28:27.890409+0000 mon.a (mon.0) 4592 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:28:28.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:28:28.198952+0000 mon.a (mon.0) 4593 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:28:28.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:28:28.199612+0000 mon.a (mon.0) 4594 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:28:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:28:28.207285+0000 mon.a (mon.0) 4595 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:28:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:28:27.890409+0000 mon.a (mon.0) 4592 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:28:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:28:28.198952+0000 mon.a (mon.0) 4593 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:28:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:28:28.199612+0000 mon.a (mon.0) 4594 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:28:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:28:28.207285+0000 mon.a (mon.0) 4595 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:28:28.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:28:27.890409+0000 mon.a (mon.0) 4592 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:28:28.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:28:28.198952+0000 mon.a (mon.0) 4593 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:28:28.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:28:28.199612+0000 mon.a (mon.0) 4594 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:28:28.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:28:28.207285+0000 mon.a (mon.0) 4595 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:28:29.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:28.413753+0000 mgr.y (mgr.14556) 21836 : cluster [DBG] pgmap v19291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:29.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:28.413753+0000 mgr.y (mgr.14556) 21836 : cluster [DBG] pgmap v19291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:29.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:28.413753+0000 mgr.y (mgr.14556) 21836 : cluster [DBG] pgmap v19291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:31.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:30.414348+0000 mgr.y (mgr.14556) 21837 : cluster [DBG] pgmap v19292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:31.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:30.414348+0000 mgr.y (mgr.14556) 21837 : cluster [DBG] pgmap v19292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:31.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:30.414348+0000 mgr.y (mgr.14556) 21837 : cluster [DBG] pgmap v19292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:28:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:28:33.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:32.414787+0000 mgr.y (mgr.14556) 21838 : cluster [DBG] pgmap v19293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:33.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:32.414787+0000 mgr.y (mgr.14556) 21838 : cluster [DBG] pgmap v19293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:33.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:28:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:28:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:28:33.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:32.414787+0000 mgr.y (mgr.14556) 21838 : cluster [DBG] pgmap v19293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:35.313 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:28:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:28:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 68s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:28:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 68s ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:28:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 68s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:28:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 68s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:28:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 68s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:28:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 68s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:28:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 68s ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:28:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 68s ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:28:35.601 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 68s ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:28:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 68s ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:28:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 68s ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:28:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 68s ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:28:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 68s ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:28:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 68s ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:28:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 68s ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:28:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 68s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:28:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 68s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:28:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 68s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:28:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 68s ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:28:35.602 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 68s ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:28:35.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:34.415389+0000 mgr.y (mgr.14556) 21839 : cluster [DBG] pgmap v19294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:35.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:34.415389+0000 mgr.y (mgr.14556) 21839 : cluster [DBG] pgmap v19294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:35.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:34.415389+0000 mgr.y (mgr.14556) 21839 : cluster [DBG] pgmap v19294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:28:35.954 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:28:35.955 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:28:35.955 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:28:35.955 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:28:35.955 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:28:36.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:28:35.303651+0000 mgr.y (mgr.14556) 21840 : audit [DBG] from='client.47162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:28:36.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:28:35.595271+0000 mgr.y (mgr.14556) 21841 : audit [DBG] from='client.37260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:28:36.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:28:35.956224+0000 mon.a (mon.0) 4596 : audit [DBG] from='client.? 172.21.15.23:0/569807030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:28:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:28:35.303651+0000 mgr.y (mgr.14556) 21840 : audit [DBG] from='client.47162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:28:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:28:35.595271+0000 mgr.y (mgr.14556) 21841 : audit [DBG] from='client.37260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:28:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:28:35.956224+0000 mon.a (mon.0) 4596 : audit [DBG] from='client.? 172.21.15.23:0/569807030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:28:36.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:28:35.303651+0000 mgr.y (mgr.14556) 21840 : audit [DBG] from='client.47162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:28:36.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:28:35.595271+0000 mgr.y (mgr.14556) 21841 : audit [DBG] from='client.37260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:28:36.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:28:35.956224+0000 mon.a (mon.0) 4596 : audit [DBG] from='client.? 172.21.15.23:0/569807030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:28:37.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:36.415994+0000 mgr.y (mgr.14556) 21842 : cluster [DBG] pgmap v19295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:37.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:36.415994+0000 mgr.y (mgr.14556) 21842 : cluster [DBG] pgmap v19295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:37.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:36.415994+0000 mgr.y (mgr.14556) 21842 : cluster [DBG] pgmap v19295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:39.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:38.416346+0000 mgr.y (mgr.14556) 21843 : cluster [DBG] pgmap v19296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:38.416346+0000 mgr.y (mgr.14556) 21843 : cluster [DBG] pgmap v19296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:40.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:38.416346+0000 mgr.y (mgr.14556) 21843 : cluster [DBG] pgmap v19296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:41.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:40.416958+0000 mgr.y (mgr.14556) 21844 : cluster [DBG] pgmap v19297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:28:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:28:42.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:40.416958+0000 mgr.y (mgr.14556) 21844 : cluster [DBG] pgmap v19297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:42.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:40.416958+0000 mgr.y (mgr.14556) 21844 : cluster [DBG] pgmap v19297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:43.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:42.417391+0000 mgr.y (mgr.14556) 21845 : cluster [DBG] pgmap v19298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:42.417391+0000 mgr.y (mgr.14556) 21845 : cluster [DBG] pgmap v19298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:28:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:28:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:42.417391+0000 mgr.y (mgr.14556) 21845 : cluster [DBG] pgmap v19298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:45.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:44.417820+0000 mgr.y (mgr.14556) 21846 : cluster [DBG] pgmap v19299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:44.417820+0000 mgr.y (mgr.14556) 21846 : cluster [DBG] pgmap v19299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:46.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:44.417820+0000 mgr.y (mgr.14556) 21846 : cluster [DBG] pgmap v19299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:46.418595+0000 mgr.y (mgr.14556) 21847 : cluster [DBG] pgmap v19300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:46.418595+0000 mgr.y (mgr.14556) 21847 : cluster [DBG] pgmap v19300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:46.418595+0000 mgr.y (mgr.14556) 21847 : cluster [DBG] pgmap v19300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:48.418993+0000 mgr.y (mgr.14556) 21848 : cluster [DBG] pgmap v19301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:50.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:48.418993+0000 mgr.y (mgr.14556) 21848 : cluster [DBG] pgmap v19301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:48.418993+0000 mgr.y (mgr.14556) 21848 : cluster [DBG] pgmap v19301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:51.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:50.419753+0000 mgr.y (mgr.14556) 21849 : cluster [DBG] pgmap v19302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:28:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:28:52.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:50.419753+0000 mgr.y (mgr.14556) 21849 : cluster [DBG] pgmap v19302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:50.419753+0000 mgr.y (mgr.14556) 21849 : cluster [DBG] pgmap v19302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:52.420367+0000 mgr.y (mgr.14556) 21850 : cluster [DBG] pgmap v19303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:28:53] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:28:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:52.420367+0000 mgr.y (mgr.14556) 21850 : cluster [DBG] pgmap v19303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:54.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:52.420367+0000 mgr.y (mgr.14556) 21850 : cluster [DBG] pgmap v19303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:54.421017+0000 mgr.y (mgr.14556) 21851 : cluster [DBG] pgmap v19304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:54.421017+0000 mgr.y (mgr.14556) 21851 : cluster [DBG] pgmap v19304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:56.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:54.421017+0000 mgr.y (mgr.14556) 21851 : cluster [DBG] pgmap v19304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:58.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:56.421759+0000 mgr.y (mgr.14556) 21852 : cluster [DBG] pgmap v19305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:58.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:56.421759+0000 mgr.y (mgr.14556) 21852 : cluster [DBG] pgmap v19305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:28:58.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:56.421759+0000 mgr.y (mgr.14556) 21852 : cluster [DBG] pgmap v19305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:28:58.422143+0000 mgr.y (mgr.14556) 21853 : cluster [DBG] pgmap v19306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:28:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:28:58.422143+0000 mgr.y (mgr.14556) 21853 : cluster [DBG] pgmap v19306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:28:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:28:58.422143+0000 mgr.y (mgr.14556) 21853 : cluster [DBG] pgmap v19306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:01.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:00.422794+0000 mgr.y (mgr.14556) 21854 : cluster [DBG] pgmap v19307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:29:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:29:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:00.422794+0000 mgr.y (mgr.14556) 21854 : cluster [DBG] pgmap v19307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:00.422794+0000 mgr.y (mgr.14556) 21854 : cluster [DBG] pgmap v19307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:02.423317+0000 mgr.y (mgr.14556) 21855 : cluster [DBG] pgmap v19308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:02.423317+0000 mgr.y (mgr.14556) 21855 : cluster [DBG] pgmap v19308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:29:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:29:03] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:29:04.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:02.423317+0000 mgr.y (mgr.14556) 21855 : cluster [DBG] pgmap v19308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:04.423755+0000 mgr.y (mgr.14556) 21856 : cluster [DBG] pgmap v19309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:04.423755+0000 mgr.y (mgr.14556) 21856 : cluster [DBG] pgmap v19309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:04.423755+0000 mgr.y (mgr.14556) 21856 : cluster [DBG] pgmap v19309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:06.281 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:29:06.577 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:29:06.577 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 99s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:29:06.577 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 99s ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:29:06.577 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 99s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:29:06.577 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 99s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:29:06.577 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 99s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:29:06.577 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 99s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:29:06.577 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 99s ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 99s ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 99s ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 99s ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 99s ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 99s ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 99s ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 99s ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 99s ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 99s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 99s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 99s ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 99s ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:29:06.578 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 99s ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:29:06.930 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:29:06.930 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:29:06.930 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:29:06.930 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:29:06.930 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:29:06.930 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:29:06.930 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:29:06.930 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:29:06.931 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:29:06.931 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:29:06.931 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:29:06.931 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:29:06.931 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:29:06.931 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:29:06.931 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:29:06.931 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:29:06.931 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:29:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:29:06.271610+0000 mgr.y (mgr.14556) 21857 : audit [DBG] from='client.37272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:29:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:06.424287+0000 mgr.y (mgr.14556) 21858 : cluster [DBG] pgmap v19310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:29:06.571522+0000 mgr.y (mgr.14556) 21859 : audit [DBG] from='client.47186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:29:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:29:06.932513+0000 mon.a (mon.0) 4597 : audit [DBG] from='client.? 172.21.15.23:0/1287027608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:29:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:29:06.271610+0000 mgr.y (mgr.14556) 21857 : audit [DBG] from='client.37272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:29:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:06.424287+0000 mgr.y (mgr.14556) 21858 : cluster [DBG] pgmap v19310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:29:06.571522+0000 mgr.y (mgr.14556) 21859 : audit [DBG] from='client.47186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:29:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:29:06.932513+0000 mon.a (mon.0) 4597 : audit [DBG] from='client.? 172.21.15.23:0/1287027608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:29:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:29:06.271610+0000 mgr.y (mgr.14556) 21857 : audit [DBG] from='client.37272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:29:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:06.424287+0000 mgr.y (mgr.14556) 21858 : cluster [DBG] pgmap v19310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:29:06.571522+0000 mgr.y (mgr.14556) 21859 : audit [DBG] from='client.47186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:29:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:29:06.932513+0000 mon.a (mon.0) 4597 : audit [DBG] from='client.? 172.21.15.23:0/1287027608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:29:10.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:08.424838+0000 mgr.y (mgr.14556) 21860 : cluster [DBG] pgmap v19311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:08.424838+0000 mgr.y (mgr.14556) 21860 : cluster [DBG] pgmap v19311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:10.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:08.424838+0000 mgr.y (mgr.14556) 21860 : cluster [DBG] pgmap v19311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:10.425627+0000 mgr.y (mgr.14556) 21861 : cluster [DBG] pgmap v19312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:29:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:29:12.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:10.425627+0000 mgr.y (mgr.14556) 21861 : cluster [DBG] pgmap v19312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:10.425627+0000 mgr.y (mgr.14556) 21861 : cluster [DBG] pgmap v19312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:12.426169+0000 mgr.y (mgr.14556) 21862 : cluster [DBG] pgmap v19313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:12.426169+0000 mgr.y (mgr.14556) 21862 : cluster [DBG] pgmap v19313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:29:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:29:13] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:29:14.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:12.426169+0000 mgr.y (mgr.14556) 21862 : cluster [DBG] pgmap v19313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:14.426643+0000 mgr.y (mgr.14556) 21863 : cluster [DBG] pgmap v19314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:14.426643+0000 mgr.y (mgr.14556) 21863 : cluster [DBG] pgmap v19314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:16.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:14.426643+0000 mgr.y (mgr.14556) 21863 : cluster [DBG] pgmap v19314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:16.427614+0000 mgr.y (mgr.14556) 21864 : cluster [DBG] pgmap v19315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:18.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:16.427614+0000 mgr.y (mgr.14556) 21864 : cluster [DBG] pgmap v19315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:18.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:16.427614+0000 mgr.y (mgr.14556) 21864 : cluster [DBG] pgmap v19315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:18.428260+0000 mgr.y (mgr.14556) 21865 : cluster [DBG] pgmap v19316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:20.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:18.428260+0000 mgr.y (mgr.14556) 21865 : cluster [DBG] pgmap v19316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:18.428260+0000 mgr.y (mgr.14556) 21865 : cluster [DBG] pgmap v19316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:21.788 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:29:22.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:20.429018+0000 mgr.y (mgr.14556) 21866 : cluster [DBG] pgmap v19317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:22.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:20.429018+0000 mgr.y (mgr.14556) 21866 : cluster [DBG] pgmap v19317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:22.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:20.429018+0000 mgr.y (mgr.14556) 21866 : cluster [DBG] pgmap v19317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:29:23] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:29:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:22.429532+0000 mgr.y (mgr.14556) 21867 : cluster [DBG] pgmap v19318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:22.429532+0000 mgr.y (mgr.14556) 21867 : cluster [DBG] pgmap v19318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:24.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:22.429532+0000 mgr.y (mgr.14556) 21867 : cluster [DBG] pgmap v19318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:26.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:24.429946+0000 mgr.y (mgr.14556) 21868 : cluster [DBG] pgmap v19319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:26.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:24.429946+0000 mgr.y (mgr.14556) 21868 : cluster [DBG] pgmap v19319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:26.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:24.429946+0000 mgr.y (mgr.14556) 21868 : cluster [DBG] pgmap v19319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:28.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:26.430725+0000 mgr.y (mgr.14556) 21869 : cluster [DBG] pgmap v19320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:28.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:26.430725+0000 mgr.y (mgr.14556) 21869 : cluster [DBG] pgmap v19320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:28.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:26.430725+0000 mgr.y (mgr.14556) 21869 : cluster [DBG] pgmap v19320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:29:28.211789+0000 mon.a (mon.0) 4598 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:29:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:29:28.518496+0000 mon.a (mon.0) 4599 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:29:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:29:28.519147+0000 mon.a (mon.0) 4600 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:29:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:29:28.526673+0000 mon.a (mon.0) 4601 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:29:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:29:28.211789+0000 mon.a (mon.0) 4598 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:29:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:29:28.518496+0000 mon.a (mon.0) 4599 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:29:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:29:28.519147+0000 mon.a (mon.0) 4600 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:29:29.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:29:28.526673+0000 mon.a (mon.0) 4601 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:29:29.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:29:28.211789+0000 mon.a (mon.0) 4598 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:29:29.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:29:28.518496+0000 mon.a (mon.0) 4599 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:29:29.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:29:28.519147+0000 mon.a (mon.0) 4600 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:29:29.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:29:28.526673+0000 mon.a (mon.0) 4601 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:29:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:28.431079+0000 mgr.y (mgr.14556) 21870 : cluster [DBG] pgmap v19321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:30.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:28.431079+0000 mgr.y (mgr.14556) 21870 : cluster [DBG] pgmap v19321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:28.431079+0000 mgr.y (mgr.14556) 21870 : cluster [DBG] pgmap v19321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:31.829 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:29:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:30.431726+0000 mgr.y (mgr.14556) 21871 : cluster [DBG] pgmap v19322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:32.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:30.431726+0000 mgr.y (mgr.14556) 21871 : cluster [DBG] pgmap v19322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:32.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:30.431726+0000 mgr.y (mgr.14556) 21871 : cluster [DBG] pgmap v19322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:29:33] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:29:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:32.432344+0000 mgr.y (mgr.14556) 21872 : cluster [DBG] pgmap v19323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:32.432344+0000 mgr.y (mgr.14556) 21872 : cluster [DBG] pgmap v19323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:34.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:32.432344+0000 mgr.y (mgr.14556) 21872 : cluster [DBG] pgmap v19323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:34.432832+0000 mgr.y (mgr.14556) 21873 : cluster [DBG] pgmap v19324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:34.432832+0000 mgr.y (mgr.14556) 21873 : cluster [DBG] pgmap v19324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:34.432832+0000 mgr.y (mgr.14556) 21873 : cluster [DBG] pgmap v19324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:37.255 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:29:37.543 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:29:37.543 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 2m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:29:37.543 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 2m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:29:37.543 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 2m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:29:37.543 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 2m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:29:37.543 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 2m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:29:37.543 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 2m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:29:37.543 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 2m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:29:37.543 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 2m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:29:37.544 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 2m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:29:37.544 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 2m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:29:37.544 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 2m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:29:37.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 2m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:29:37.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 2m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:29:37.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 2m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:29:37.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 2m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:29:37.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 2m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:29:37.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 2m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:29:37.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 2m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:29:37.544 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 2m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:29:37.544 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 2m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:29:37.894 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:29:37.894 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:29:37.894 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:29:37.894 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:29:37.894 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:29:37.894 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:29:37.894 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:29:37.894 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:29:37.894 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:29:37.894 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:29:37.894 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:29:37.895 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:29:37.895 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:29:37.895 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:29:37.895 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:29:37.895 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:29:37.895 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:29:38.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:36.433541+0000 mgr.y (mgr.14556) 21874 : cluster [DBG] pgmap v19325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:38.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:36.433541+0000 mgr.y (mgr.14556) 21874 : cluster [DBG] pgmap v19325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:38.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:36.433541+0000 mgr.y (mgr.14556) 21874 : cluster [DBG] pgmap v19325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:39.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:29:37.246457+0000 mgr.y (mgr.14556) 21875 : audit [DBG] from='client.37290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:29:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:29:37.537549+0000 mgr.y (mgr.14556) 21876 : audit [DBG] from='client.47204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:29:39.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:29:37.896466+0000 mon.c (mon.2) 523 : audit [DBG] from='client.? 172.21.15.23:0/3748853859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:29:39.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:29:37.246457+0000 mgr.y (mgr.14556) 21875 : audit [DBG] from='client.37290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:29:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:29:37.537549+0000 mgr.y (mgr.14556) 21876 : audit [DBG] from='client.47204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:29:39.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:29:37.896466+0000 mon.c (mon.2) 523 : audit [DBG] from='client.? 172.21.15.23:0/3748853859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:29:39.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:29:37.246457+0000 mgr.y (mgr.14556) 21875 : audit [DBG] from='client.37290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:29:39.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:29:37.537549+0000 mgr.y (mgr.14556) 21876 : audit [DBG] from='client.47204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:29:39.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:29:37.896466+0000 mon.c (mon.2) 523 : audit [DBG] from='client.? 172.21.15.23:0/3748853859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:29:40.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:38.434219+0000 mgr.y (mgr.14556) 21877 : cluster [DBG] pgmap v19326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:38.434219+0000 mgr.y (mgr.14556) 21877 : cluster [DBG] pgmap v19326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:40.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:38.434219+0000 mgr.y (mgr.14556) 21877 : cluster [DBG] pgmap v19326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:41.893 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:29:42.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:40.434854+0000 mgr.y (mgr.14556) 21878 : cluster [DBG] pgmap v19327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:40.434854+0000 mgr.y (mgr.14556) 21878 : cluster [DBG] pgmap v19327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:42.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:40.434854+0000 mgr.y (mgr.14556) 21878 : cluster [DBG] pgmap v19327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:43.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:42.435406+0000 mgr.y (mgr.14556) 21879 : cluster [DBG] pgmap v19328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:42.435406+0000 mgr.y (mgr.14556) 21879 : cluster [DBG] pgmap v19328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:43.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:42.435406+0000 mgr.y (mgr.14556) 21879 : cluster [DBG] pgmap v19328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:29:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:29:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:29:45.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:44.435785+0000 mgr.y (mgr.14556) 21880 : cluster [DBG] pgmap v19329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:45.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:44.435785+0000 mgr.y (mgr.14556) 21880 : cluster [DBG] pgmap v19329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:45.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:44.435785+0000 mgr.y (mgr.14556) 21880 : cluster [DBG] pgmap v19329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:47.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:46.436506+0000 mgr.y (mgr.14556) 21881 : cluster [DBG] pgmap v19330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:47.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:46.436506+0000 mgr.y (mgr.14556) 21881 : cluster [DBG] pgmap v19330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:47.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:46.436506+0000 mgr.y (mgr.14556) 21881 : cluster [DBG] pgmap v19330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:49.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:48.436975+0000 mgr.y (mgr.14556) 21882 : cluster [DBG] pgmap v19331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:49.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:48.436975+0000 mgr.y (mgr.14556) 21882 : cluster [DBG] pgmap v19331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:49.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:48.436975+0000 mgr.y (mgr.14556) 21882 : cluster [DBG] pgmap v19331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:51.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:50.437765+0000 mgr.y (mgr.14556) 21883 : cluster [DBG] pgmap v19332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:51.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:50.437765+0000 mgr.y (mgr.14556) 21883 : cluster [DBG] pgmap v19332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:51.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:50.437765+0000 mgr.y (mgr.14556) 21883 : cluster [DBG] pgmap v19332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:29:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:29:53.878 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:29:53] "GET /metrics HTTP/1.1" 200 188268 "" "Prometheus/2.33.4" 2024-03-22T17:29:53.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:52.438212+0000 mgr.y (mgr.14556) 21884 : cluster [DBG] pgmap v19333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:53.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:52.438212+0000 mgr.y (mgr.14556) 21884 : cluster [DBG] pgmap v19333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:53.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:52.438212+0000 mgr.y (mgr.14556) 21884 : cluster [DBG] pgmap v19333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:55.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:54.438755+0000 mgr.y (mgr.14556) 21885 : cluster [DBG] pgmap v19334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:55.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:54.438755+0000 mgr.y (mgr.14556) 21885 : cluster [DBG] pgmap v19334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:55.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:54.438755+0000 mgr.y (mgr.14556) 21885 : cluster [DBG] pgmap v19334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:57.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:56.439434+0000 mgr.y (mgr.14556) 21886 : cluster [DBG] pgmap v19335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:57.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:56.439434+0000 mgr.y (mgr.14556) 21886 : cluster [DBG] pgmap v19335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:57.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:56.439434+0000 mgr.y (mgr.14556) 21886 : cluster [DBG] pgmap v19335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:59.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:29:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:29:58.439862+0000 mgr.y (mgr.14556) 21887 : cluster [DBG] pgmap v19336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:59.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:29:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:29:58.439862+0000 mgr.y (mgr.14556) 21887 : cluster [DBG] pgmap v19336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:29:59.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:29:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:29:58.439862+0000 mgr.y (mgr.14556) 21887 : cluster [DBG] pgmap v19336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:00.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T17:29:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:30:00.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:00.000094+0000 mon.a (mon.0) 4602 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:30:00.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:00.000094+0000 mon.a (mon.0) 4602 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:30:00.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:00.000094+0000 mon.a (mon.0) 4602 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:30:01.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:00.440693+0000 mgr.y (mgr.14556) 21888 : cluster [DBG] pgmap v19337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:01.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:00.440693+0000 mgr.y (mgr.14556) 21888 : cluster [DBG] pgmap v19337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:01.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:00.440693+0000 mgr.y (mgr.14556) 21888 : cluster [DBG] pgmap v19337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:30:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:30:03.878 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:30:03] "GET /metrics HTTP/1.1" 200 188268 "" "Prometheus/2.33.4" 2024-03-22T17:30:03.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:02.441120+0000 mgr.y (mgr.14556) 21889 : cluster [DBG] pgmap v19338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:03.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:02.441120+0000 mgr.y (mgr.14556) 21889 : cluster [DBG] pgmap v19338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:03.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:02.441120+0000 mgr.y (mgr.14556) 21889 : cluster [DBG] pgmap v19338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:05.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:04.441639+0000 mgr.y (mgr.14556) 21890 : cluster [DBG] pgmap v19339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:05.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:04.441639+0000 mgr.y (mgr.14556) 21890 : cluster [DBG] pgmap v19339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:05.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:04.441639+0000 mgr.y (mgr.14556) 21890 : cluster [DBG] pgmap v19339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:07.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:06.442260+0000 mgr.y (mgr.14556) 21891 : cluster [DBG] pgmap v19340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:07.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:06.442260+0000 mgr.y (mgr.14556) 21891 : cluster [DBG] pgmap v19340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:07.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:06.442260+0000 mgr.y (mgr.14556) 21891 : cluster [DBG] pgmap v19340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:08.223 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:30:08.512 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:30:08.512 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 2m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:30:08.512 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 2m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:30:08.512 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 2m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:30:08.512 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 2m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:30:08.512 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 2m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:30:08.512 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 2m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:30:08.512 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 2m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:30:08.512 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 2m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:30:08.512 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 2m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:30:08.512 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 2m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:30:08.513 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 2m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:30:08.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 2m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:30:08.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 2m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:30:08.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 2m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:30:08.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 2m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:30:08.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 2m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:30:08.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 2m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:30:08.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 2m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:30:08.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 2m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:30:08.513 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 2m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:30:08.860 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:30:08.860 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:30:08.860 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:30:08.860 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:30:08.860 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:30:08.860 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:30:08.860 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:30:08.860 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:30:08.860 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:30:08.860 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:30:08.860 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:30:08.860 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:30:08.861 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:30:08.861 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:30:08.861 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:30:08.861 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:30:08.861 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:30:09.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:30:08.213629+0000 mgr.y (mgr.14556) 21892 : audit [DBG] from='client.47216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:30:09.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:08.442547+0000 mgr.y (mgr.14556) 21893 : cluster [DBG] pgmap v19341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:09.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:30:08.506320+0000 mgr.y (mgr.14556) 21894 : audit [DBG] from='client.37314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:30:09.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:30:08.862369+0000 mon.a (mon.0) 4603 : audit [DBG] from='client.? 172.21.15.23:0/3913842974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:30:09.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:30:08.213629+0000 mgr.y (mgr.14556) 21892 : audit [DBG] from='client.47216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:30:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:08.442547+0000 mgr.y (mgr.14556) 21893 : cluster [DBG] pgmap v19341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:30:08.506320+0000 mgr.y (mgr.14556) 21894 : audit [DBG] from='client.37314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:30:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:30:08.862369+0000 mon.a (mon.0) 4603 : audit [DBG] from='client.? 172.21.15.23:0/3913842974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:30:09.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:30:08.213629+0000 mgr.y (mgr.14556) 21892 : audit [DBG] from='client.47216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:30:09.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:08.442547+0000 mgr.y (mgr.14556) 21893 : cluster [DBG] pgmap v19341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:09.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:30:08.506320+0000 mgr.y (mgr.14556) 21894 : audit [DBG] from='client.37314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:30:09.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:30:08.862369+0000 mon.a (mon.0) 4603 : audit [DBG] from='client.? 172.21.15.23:0/3913842974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:30:11.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:10.443167+0000 mgr.y (mgr.14556) 21895 : cluster [DBG] pgmap v19342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:11.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:10.443167+0000 mgr.y (mgr.14556) 21895 : cluster [DBG] pgmap v19342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:30:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:10.443167+0000 mgr.y (mgr.14556) 21895 : cluster [DBG] pgmap v19342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:13.878 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:30:13] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T17:30:13.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:12.443619+0000 mgr.y (mgr.14556) 21896 : cluster [DBG] pgmap v19343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:13.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:12.443619+0000 mgr.y (mgr.14556) 21896 : cluster [DBG] pgmap v19343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:13.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:12.443619+0000 mgr.y (mgr.14556) 21896 : cluster [DBG] pgmap v19343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:15.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:14.444246+0000 mgr.y (mgr.14556) 21897 : cluster [DBG] pgmap v19344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:14.444246+0000 mgr.y (mgr.14556) 21897 : cluster [DBG] pgmap v19344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:14.444246+0000 mgr.y (mgr.14556) 21897 : cluster [DBG] pgmap v19344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:17.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:16.444906+0000 mgr.y (mgr.14556) 21898 : cluster [DBG] pgmap v19345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:18.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:16.444906+0000 mgr.y (mgr.14556) 21898 : cluster [DBG] pgmap v19345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:16.444906+0000 mgr.y (mgr.14556) 21898 : cluster [DBG] pgmap v19345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:19.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:18.445491+0000 mgr.y (mgr.14556) 21899 : cluster [DBG] pgmap v19346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:20.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:18.445491+0000 mgr.y (mgr.14556) 21899 : cluster [DBG] pgmap v19346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:18.445491+0000 mgr.y (mgr.14556) 21899 : cluster [DBG] pgmap v19346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:21.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:20.446318+0000 mgr.y (mgr.14556) 21900 : cluster [DBG] pgmap v19347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:30:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:30:22.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:20.446318+0000 mgr.y (mgr.14556) 21900 : cluster [DBG] pgmap v19347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:22.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:20.446318+0000 mgr.y (mgr.14556) 21900 : cluster [DBG] pgmap v19347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:30:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:30:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:22.446921+0000 mgr.y (mgr.14556) 21901 : cluster [DBG] pgmap v19348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:22.446921+0000 mgr.y (mgr.14556) 21901 : cluster [DBG] pgmap v19348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:24.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:22.446921+0000 mgr.y (mgr.14556) 21901 : cluster [DBG] pgmap v19348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:26.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:24.447320+0000 mgr.y (mgr.14556) 21902 : cluster [DBG] pgmap v19349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:26.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:24.447320+0000 mgr.y (mgr.14556) 21902 : cluster [DBG] pgmap v19349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:26.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:24.447320+0000 mgr.y (mgr.14556) 21902 : cluster [DBG] pgmap v19349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:28.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:26.447957+0000 mgr.y (mgr.14556) 21903 : cluster [DBG] pgmap v19350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:28.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:26.447957+0000 mgr.y (mgr.14556) 21903 : cluster [DBG] pgmap v19350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:28.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:26.447957+0000 mgr.y (mgr.14556) 21903 : cluster [DBG] pgmap v19350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:29.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:30:28.530980+0000 mon.a (mon.0) 4604 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:30:29.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:30:28.530980+0000 mon.a (mon.0) 4604 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:30:29.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:30:28.530980+0000 mon.a (mon.0) 4604 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:30:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:28.448423+0000 mgr.y (mgr.14556) 21904 : cluster [DBG] pgmap v19351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:30:28.786302+0000 mon.a (mon.0) 4605 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:30:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:30:28.790730+0000 mon.a (mon.0) 4606 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:30:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:30:29.080407+0000 mon.a (mon.0) 4607 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:30:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:30:29.081022+0000 mon.a (mon.0) 4608 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:30:30.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:30:29.085566+0000 mon.a (mon.0) 4609 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:30:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:28.448423+0000 mgr.y (mgr.14556) 21904 : cluster [DBG] pgmap v19351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:30:28.786302+0000 mon.a (mon.0) 4605 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:30:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:30:28.790730+0000 mon.a (mon.0) 4606 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:30:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:30:29.080407+0000 mon.a (mon.0) 4607 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:30:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:30:29.081022+0000 mon.a (mon.0) 4608 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:30:30.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:30:29.085566+0000 mon.a (mon.0) 4609 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:30:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:28.448423+0000 mgr.y (mgr.14556) 21904 : cluster [DBG] pgmap v19351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:30:28.786302+0000 mon.a (mon.0) 4605 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:30:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:30:28.790730+0000 mon.a (mon.0) 4606 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:30:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:30:29.080407+0000 mon.a (mon.0) 4607 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:30:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:30:29.081022+0000 mon.a (mon.0) 4608 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:30:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:30:29.085566+0000 mon.a (mon.0) 4609 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:30:31.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:30.449222+0000 mgr.y (mgr.14556) 21905 : cluster [DBG] pgmap v19352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:30:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:30:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:30.449222+0000 mgr.y (mgr.14556) 21905 : cluster [DBG] pgmap v19352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:32.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:30.449222+0000 mgr.y (mgr.14556) 21905 : cluster [DBG] pgmap v19352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:30:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:30:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:32.449769+0000 mgr.y (mgr.14556) 21906 : cluster [DBG] pgmap v19353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:32.449769+0000 mgr.y (mgr.14556) 21906 : cluster [DBG] pgmap v19353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:34.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:32.449769+0000 mgr.y (mgr.14556) 21906 : cluster [DBG] pgmap v19353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:34.450388+0000 mgr.y (mgr.14556) 21907 : cluster [DBG] pgmap v19354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:34.450388+0000 mgr.y (mgr.14556) 21907 : cluster [DBG] pgmap v19354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:34.450388+0000 mgr.y (mgr.14556) 21907 : cluster [DBG] pgmap v19354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:38.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:36.451100+0000 mgr.y (mgr.14556) 21908 : cluster [DBG] pgmap v19355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:38.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:36.451100+0000 mgr.y (mgr.14556) 21908 : cluster [DBG] pgmap v19355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:38.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:36.451100+0000 mgr.y (mgr.14556) 21908 : cluster [DBG] pgmap v19355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:39.187 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:30:39.474 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:30:39.474 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 3m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:30:39.474 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 3m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:30:39.474 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 3m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:30:39.474 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 3m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:30:39.474 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 3m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:30:39.474 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 3m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:30:39.474 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 3m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:30:39.474 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 3m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:30:39.474 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 3m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:30:39.474 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 3m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:30:39.475 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 3m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:30:39.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 3m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:30:39.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 3m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:30:39.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 3m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:30:39.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 3m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:30:39.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 3m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:30:39.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 3m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:30:39.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 3m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:30:39.475 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 3m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:30:39.475 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 3m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:30:39.826 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:30:39.826 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:30:39.826 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:30:39.826 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:30:39.826 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:30:39.826 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:30:39.826 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:30:39.826 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:30:39.826 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:30:39.826 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:30:39.827 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:30:39.827 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:30:39.827 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:30:39.827 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:30:39.827 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:30:39.827 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:30:39.827 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:30:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:38.451695+0000 mgr.y (mgr.14556) 21909 : cluster [DBG] pgmap v19356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:40.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:38.451695+0000 mgr.y (mgr.14556) 21909 : cluster [DBG] pgmap v19356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:40.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:38.451695+0000 mgr.y (mgr.14556) 21909 : cluster [DBG] pgmap v19356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:41.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:30:39.177037+0000 mgr.y (mgr.14556) 21910 : audit [DBG] from='client.37326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:30:41.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:30:39.468618+0000 mgr.y (mgr.14556) 21911 : audit [DBG] from='client.47240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:30:41.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:30:39.828399+0000 mon.c (mon.2) 524 : audit [DBG] from='client.? 172.21.15.23:0/3101887639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:30:41.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:30:39.177037+0000 mgr.y (mgr.14556) 21910 : audit [DBG] from='client.37326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:30:41.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:30:39.468618+0000 mgr.y (mgr.14556) 21911 : audit [DBG] from='client.47240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:30:41.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:30:39.828399+0000 mon.c (mon.2) 524 : audit [DBG] from='client.? 172.21.15.23:0/3101887639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:30:41.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:30:39.177037+0000 mgr.y (mgr.14556) 21910 : audit [DBG] from='client.37326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:30:41.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:30:39.468618+0000 mgr.y (mgr.14556) 21911 : audit [DBG] from='client.47240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:30:41.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:30:39.828399+0000 mon.c (mon.2) 524 : audit [DBG] from='client.? 172.21.15.23:0/3101887639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:30:41.829 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:30:42.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:40.452307+0000 mgr.y (mgr.14556) 21912 : cluster [DBG] pgmap v19357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:42.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:40.452307+0000 mgr.y (mgr.14556) 21912 : cluster [DBG] pgmap v19357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:42.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:40.452307+0000 mgr.y (mgr.14556) 21912 : cluster [DBG] pgmap v19357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:42.452853+0000 mgr.y (mgr.14556) 21913 : cluster [DBG] pgmap v19358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:30:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:30:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:42.452853+0000 mgr.y (mgr.14556) 21913 : cluster [DBG] pgmap v19358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:44.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:42.452853+0000 mgr.y (mgr.14556) 21913 : cluster [DBG] pgmap v19358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:44.453175+0000 mgr.y (mgr.14556) 21914 : cluster [DBG] pgmap v19359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:46.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:44.453175+0000 mgr.y (mgr.14556) 21914 : cluster [DBG] pgmap v19359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:46.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:44.453175+0000 mgr.y (mgr.14556) 21914 : cluster [DBG] pgmap v19359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:46.453861+0000 mgr.y (mgr.14556) 21915 : cluster [DBG] pgmap v19360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:46.453861+0000 mgr.y (mgr.14556) 21915 : cluster [DBG] pgmap v19360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:46.453861+0000 mgr.y (mgr.14556) 21915 : cluster [DBG] pgmap v19360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:48.454406+0000 mgr.y (mgr.14556) 21916 : cluster [DBG] pgmap v19361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:50.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:48.454406+0000 mgr.y (mgr.14556) 21916 : cluster [DBG] pgmap v19361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:48.454406+0000 mgr.y (mgr.14556) 21916 : cluster [DBG] pgmap v19361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:51.863 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:30:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:50.455270+0000 mgr.y (mgr.14556) 21917 : cluster [DBG] pgmap v19362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:52.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:50.455270+0000 mgr.y (mgr.14556) 21917 : cluster [DBG] pgmap v19362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:52.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:50.455270+0000 mgr.y (mgr.14556) 21917 : cluster [DBG] pgmap v19362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:30:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:30:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:52.455690+0000 mgr.y (mgr.14556) 21918 : cluster [DBG] pgmap v19363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:52.455690+0000 mgr.y (mgr.14556) 21918 : cluster [DBG] pgmap v19363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:54.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:52.455690+0000 mgr.y (mgr.14556) 21918 : cluster [DBG] pgmap v19363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:56.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:54.456053+0000 mgr.y (mgr.14556) 21919 : cluster [DBG] pgmap v19364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:56.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:54.456053+0000 mgr.y (mgr.14556) 21919 : cluster [DBG] pgmap v19364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:56.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:54.456053+0000 mgr.y (mgr.14556) 21919 : cluster [DBG] pgmap v19364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:58.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:56.456816+0000 mgr.y (mgr.14556) 21920 : cluster [DBG] pgmap v19365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:58.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:56.456816+0000 mgr.y (mgr.14556) 21920 : cluster [DBG] pgmap v19365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:30:58.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:56.456816+0000 mgr.y (mgr.14556) 21920 : cluster [DBG] pgmap v19365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:30:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:30:58.457310+0000 mgr.y (mgr.14556) 21921 : cluster [DBG] pgmap v19366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:00.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:30:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:30:58.457310+0000 mgr.y (mgr.14556) 21921 : cluster [DBG] pgmap v19366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:00.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:30:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:30:58.457310+0000 mgr.y (mgr.14556) 21921 : cluster [DBG] pgmap v19366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:01.896 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:31:02.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:00.457889+0000 mgr.y (mgr.14556) 21922 : cluster [DBG] pgmap v19367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:02.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:00.457889+0000 mgr.y (mgr.14556) 21922 : cluster [DBG] pgmap v19367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:02.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:00.457889+0000 mgr.y (mgr.14556) 21922 : cluster [DBG] pgmap v19367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:02.458353+0000 mgr.y (mgr.14556) 21923 : cluster [DBG] pgmap v19368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:31:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:31:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:02.458353+0000 mgr.y (mgr.14556) 21923 : cluster [DBG] pgmap v19368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:04.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:02.458353+0000 mgr.y (mgr.14556) 21923 : cluster [DBG] pgmap v19368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:05.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:04.458757+0000 mgr.y (mgr.14556) 21924 : cluster [DBG] pgmap v19369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:05.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:04.458757+0000 mgr.y (mgr.14556) 21924 : cluster [DBG] pgmap v19369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:05.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:04.458757+0000 mgr.y (mgr.14556) 21924 : cluster [DBG] pgmap v19369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:07.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:06.459489+0000 mgr.y (mgr.14556) 21925 : cluster [DBG] pgmap v19370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:07.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:06.459489+0000 mgr.y (mgr.14556) 21925 : cluster [DBG] pgmap v19370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:07.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:06.459489+0000 mgr.y (mgr.14556) 21925 : cluster [DBG] pgmap v19370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:09.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:08.459829+0000 mgr.y (mgr.14556) 21926 : cluster [DBG] pgmap v19371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:09.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:08.459829+0000 mgr.y (mgr.14556) 21926 : cluster [DBG] pgmap v19371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:09.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:08.459829+0000 mgr.y (mgr.14556) 21926 : cluster [DBG] pgmap v19371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:10.150 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:31:10.439 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:31:10.439 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 3m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:31:10.439 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 3m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:31:10.439 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 3m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:31:10.439 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 3m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:31:10.439 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 3m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:31:10.439 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 3m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:31:10.439 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 3m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:31:10.439 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 3m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:31:10.439 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 3m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:31:10.439 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 3m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:31:10.439 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 3m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:31:10.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 3m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:31:10.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 3m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:31:10.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 3m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:31:10.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 3m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:31:10.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 3m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:31:10.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 3m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:31:10.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 3m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:31:10.440 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 3m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:31:10.440 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 3m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:31:10.787 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:31:10.787 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:31:10.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:31:10.787 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:31:10.787 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:31:10.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:31:10.787 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:31:10.787 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:31:10.787 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:31:10.787 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:31:10.787 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:31:10.788 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:31:10.788 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:31:10.788 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:31:10.788 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:31:10.788 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:31:10.788 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:31:11.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:31:10.140375+0000 mgr.y (mgr.14556) 21927 : audit [DBG] from='client.37344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:31:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:31:10.433410+0000 mgr.y (mgr.14556) 21928 : audit [DBG] from='client.47258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:31:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:10.460413+0000 mgr.y (mgr.14556) 21929 : cluster [DBG] pgmap v19372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:31:10.789350+0000 mon.a (mon.0) 4610 : audit [DBG] from='client.? 172.21.15.23:0/1728617298' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:31:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:31:10.140375+0000 mgr.y (mgr.14556) 21927 : audit [DBG] from='client.37344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:31:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:31:10.433410+0000 mgr.y (mgr.14556) 21928 : audit [DBG] from='client.47258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:31:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:10.460413+0000 mgr.y (mgr.14556) 21929 : cluster [DBG] pgmap v19372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:31:10.789350+0000 mon.a (mon.0) 4610 : audit [DBG] from='client.? 172.21.15.23:0/1728617298' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:31:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:31:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:31:10.140375+0000 mgr.y (mgr.14556) 21927 : audit [DBG] from='client.37344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:31:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:31:10.433410+0000 mgr.y (mgr.14556) 21928 : audit [DBG] from='client.47258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:31:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:10.460413+0000 mgr.y (mgr.14556) 21929 : cluster [DBG] pgmap v19372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:31:10.789350+0000 mon.a (mon.0) 4610 : audit [DBG] from='client.? 172.21.15.23:0/1728617298' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:31:13.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:12.460881+0000 mgr.y (mgr.14556) 21930 : cluster [DBG] pgmap v19373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:13.878 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:31:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:31:13.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:12.460881+0000 mgr.y (mgr.14556) 21930 : cluster [DBG] pgmap v19373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:13.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:12.460881+0000 mgr.y (mgr.14556) 21930 : cluster [DBG] pgmap v19373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:15.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:14.461253+0000 mgr.y (mgr.14556) 21931 : cluster [DBG] pgmap v19374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:15.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:14.461253+0000 mgr.y (mgr.14556) 21931 : cluster [DBG] pgmap v19374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:15.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:14.461253+0000 mgr.y (mgr.14556) 21931 : cluster [DBG] pgmap v19374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:17.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:16.461864+0000 mgr.y (mgr.14556) 21932 : cluster [DBG] pgmap v19375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:17.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:16.461864+0000 mgr.y (mgr.14556) 21932 : cluster [DBG] pgmap v19375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:17.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:16.461864+0000 mgr.y (mgr.14556) 21932 : cluster [DBG] pgmap v19375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:19.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:18.462423+0000 mgr.y (mgr.14556) 21933 : cluster [DBG] pgmap v19376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:19.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:18.462423+0000 mgr.y (mgr.14556) 21933 : cluster [DBG] pgmap v19376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:19.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:18.462423+0000 mgr.y (mgr.14556) 21933 : cluster [DBG] pgmap v19376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:21.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:20.463308+0000 mgr.y (mgr.14556) 21934 : cluster [DBG] pgmap v19377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:21.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:20.463308+0000 mgr.y (mgr.14556) 21934 : cluster [DBG] pgmap v19377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:21.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:20.463308+0000 mgr.y (mgr.14556) 21934 : cluster [DBG] pgmap v19377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:31:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:31:23.878 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:31:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:31:23.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:22.463794+0000 mgr.y (mgr.14556) 21935 : cluster [DBG] pgmap v19378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:23.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:22.463794+0000 mgr.y (mgr.14556) 21935 : cluster [DBG] pgmap v19378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:23.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:22.463794+0000 mgr.y (mgr.14556) 21935 : cluster [DBG] pgmap v19378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:25.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:24.464174+0000 mgr.y (mgr.14556) 21936 : cluster [DBG] pgmap v19379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:25.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:24.464174+0000 mgr.y (mgr.14556) 21936 : cluster [DBG] pgmap v19379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:25.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:24.464174+0000 mgr.y (mgr.14556) 21936 : cluster [DBG] pgmap v19379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:27.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:26.464915+0000 mgr.y (mgr.14556) 21937 : cluster [DBG] pgmap v19380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:27.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:26.464915+0000 mgr.y (mgr.14556) 21937 : cluster [DBG] pgmap v19380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:27.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:26.464915+0000 mgr.y (mgr.14556) 21937 : cluster [DBG] pgmap v19380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:29.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:28.465478+0000 mgr.y (mgr.14556) 21938 : cluster [DBG] pgmap v19381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:31:29.090942+0000 mon.a (mon.0) 4611 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:31:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:31:29.398061+0000 mon.a (mon.0) 4612 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:31:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:31:29.398779+0000 mon.a (mon.0) 4613 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:31:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:31:29.403439+0000 mon.a (mon.0) 4614 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:31:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:28.465478+0000 mgr.y (mgr.14556) 21938 : cluster [DBG] pgmap v19381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:31:29.090942+0000 mon.a (mon.0) 4611 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:31:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:31:29.398061+0000 mon.a (mon.0) 4612 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:31:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:31:29.398779+0000 mon.a (mon.0) 4613 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:31:29.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:31:29.403439+0000 mon.a (mon.0) 4614 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:31:29.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:28.465478+0000 mgr.y (mgr.14556) 21938 : cluster [DBG] pgmap v19381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:29.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:31:29.090942+0000 mon.a (mon.0) 4611 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:31:29.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:31:29.398061+0000 mon.a (mon.0) 4612 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:31:29.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:31:29.398779+0000 mon.a (mon.0) 4613 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:31:29.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:31:29.403439+0000 mon.a (mon.0) 4614 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:31:31.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:30.466056+0000 mgr.y (mgr.14556) 21939 : cluster [DBG] pgmap v19382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:31.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:30.466056+0000 mgr.y (mgr.14556) 21939 : cluster [DBG] pgmap v19382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:31.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:30.466056+0000 mgr.y (mgr.14556) 21939 : cluster [DBG] pgmap v19382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:31:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:31:33.878 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:31:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:31:33.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:32.466497+0000 mgr.y (mgr.14556) 21940 : cluster [DBG] pgmap v19383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:33.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:32.466497+0000 mgr.y (mgr.14556) 21940 : cluster [DBG] pgmap v19383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:33.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:32.466497+0000 mgr.y (mgr.14556) 21940 : cluster [DBG] pgmap v19383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:35.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:34.466945+0000 mgr.y (mgr.14556) 21941 : cluster [DBG] pgmap v19384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:35.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:34.466945+0000 mgr.y (mgr.14556) 21941 : cluster [DBG] pgmap v19384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:35.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:34.466945+0000 mgr.y (mgr.14556) 21941 : cluster [DBG] pgmap v19384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:37.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:36.467639+0000 mgr.y (mgr.14556) 21942 : cluster [DBG] pgmap v19385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:37.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:36.467639+0000 mgr.y (mgr.14556) 21942 : cluster [DBG] pgmap v19385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:37.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:36.467639+0000 mgr.y (mgr.14556) 21942 : cluster [DBG] pgmap v19385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:39.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:38.468052+0000 mgr.y (mgr.14556) 21943 : cluster [DBG] pgmap v19386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:39.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:38.468052+0000 mgr.y (mgr.14556) 21943 : cluster [DBG] pgmap v19386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:39.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:38.468052+0000 mgr.y (mgr.14556) 21943 : cluster [DBG] pgmap v19386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:41.111 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:31:41.400 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:31:41.400 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 4m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:31:41.400 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 4m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:31:41.400 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 4m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:31:41.400 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 4m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:31:41.400 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 4m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:31:41.400 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 4m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:31:41.400 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 4m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:31:41.400 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 4m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:31:41.400 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 4m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:31:41.400 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 4m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:31:41.400 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 4m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:31:41.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 4m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:31:41.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 4m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:31:41.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 4m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:31:41.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 4m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:31:41.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 4m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:31:41.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 4m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:31:41.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 4m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:31:41.401 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 4m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:31:41.401 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 4m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:31:41.752 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:31:41.752 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:31:41.752 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:31:41.752 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:31:41.752 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:31:41.752 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:31:41.752 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:31:41.753 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:31:41.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:31:41.753 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:31:41.753 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:31:41.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:31:41.753 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:31:41.753 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:31:41.753 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:31:41.753 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:31:41.753 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:31:41.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:40.468785+0000 mgr.y (mgr.14556) 21944 : cluster [DBG] pgmap v19387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:31:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:31:42.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:40.468785+0000 mgr.y (mgr.14556) 21944 : cluster [DBG] pgmap v19387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:42.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:40.468785+0000 mgr.y (mgr.14556) 21944 : cluster [DBG] pgmap v19387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:42.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:31:41.102154+0000 mgr.y (mgr.14556) 21945 : audit [DBG] from='client.37362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:31:42.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:31:41.394694+0000 mgr.y (mgr.14556) 21946 : audit [DBG] from='client.37368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:31:42.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:31:41.754888+0000 mon.c (mon.2) 525 : audit [DBG] from='client.? 172.21.15.23:0/1636290557' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:31:43.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:31:41.102154+0000 mgr.y (mgr.14556) 21945 : audit [DBG] from='client.37362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:31:43.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:31:41.394694+0000 mgr.y (mgr.14556) 21946 : audit [DBG] from='client.37368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:31:43.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:31:41.754888+0000 mon.c (mon.2) 525 : audit [DBG] from='client.? 172.21.15.23:0/1636290557' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:31:43.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:31:41.102154+0000 mgr.y (mgr.14556) 21945 : audit [DBG] from='client.37362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:31:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:31:41.394694+0000 mgr.y (mgr.14556) 21946 : audit [DBG] from='client.37368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:31:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:31:41.754888+0000 mon.c (mon.2) 525 : audit [DBG] from='client.? 172.21.15.23:0/1636290557' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:31:43.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:42.469454+0000 mgr.y (mgr.14556) 21947 : cluster [DBG] pgmap v19388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:31:43] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:31:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:42.469454+0000 mgr.y (mgr.14556) 21947 : cluster [DBG] pgmap v19388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:42.469454+0000 mgr.y (mgr.14556) 21947 : cluster [DBG] pgmap v19388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:45.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:44.469930+0000 mgr.y (mgr.14556) 21948 : cluster [DBG] pgmap v19389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:46.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:44.469930+0000 mgr.y (mgr.14556) 21948 : cluster [DBG] pgmap v19389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:44.469930+0000 mgr.y (mgr.14556) 21948 : cluster [DBG] pgmap v19389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:46.470801+0000 mgr.y (mgr.14556) 21949 : cluster [DBG] pgmap v19390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:46.470801+0000 mgr.y (mgr.14556) 21949 : cluster [DBG] pgmap v19390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:46.470801+0000 mgr.y (mgr.14556) 21949 : cluster [DBG] pgmap v19390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:48.471226+0000 mgr.y (mgr.14556) 21950 : cluster [DBG] pgmap v19391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:50.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:48.471226+0000 mgr.y (mgr.14556) 21950 : cluster [DBG] pgmap v19391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:50.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:48.471226+0000 mgr.y (mgr.14556) 21950 : cluster [DBG] pgmap v19391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:51.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:50.471985+0000 mgr.y (mgr.14556) 21951 : cluster [DBG] pgmap v19392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:31:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:31:52.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:50.471985+0000 mgr.y (mgr.14556) 21951 : cluster [DBG] pgmap v19392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:50.471985+0000 mgr.y (mgr.14556) 21951 : cluster [DBG] pgmap v19392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:31:53] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:31:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:52.472499+0000 mgr.y (mgr.14556) 21952 : cluster [DBG] pgmap v19393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:52.472499+0000 mgr.y (mgr.14556) 21952 : cluster [DBG] pgmap v19393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:54.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:52.472499+0000 mgr.y (mgr.14556) 21952 : cluster [DBG] pgmap v19393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:54.473063+0000 mgr.y (mgr.14556) 21953 : cluster [DBG] pgmap v19394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:56.207 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:54.473063+0000 mgr.y (mgr.14556) 21953 : cluster [DBG] pgmap v19394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:56.207 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:54.473063+0000 mgr.y (mgr.14556) 21953 : cluster [DBG] pgmap v19394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:58.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:56.473885+0000 mgr.y (mgr.14556) 21954 : cluster [DBG] pgmap v19395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:58.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:56.473885+0000 mgr.y (mgr.14556) 21954 : cluster [DBG] pgmap v19395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:31:58.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:56.473885+0000 mgr.y (mgr.14556) 21954 : cluster [DBG] pgmap v19395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:31:58.474317+0000 mgr.y (mgr.14556) 21955 : cluster [DBG] pgmap v19396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:31:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:31:58.474317+0000 mgr.y (mgr.14556) 21955 : cluster [DBG] pgmap v19396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:00.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:31:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:31:58.474317+0000 mgr.y (mgr.14556) 21955 : cluster [DBG] pgmap v19396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:01.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:00.474889+0000 mgr.y (mgr.14556) 21956 : cluster [DBG] pgmap v19397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:32:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:32:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:00.474889+0000 mgr.y (mgr.14556) 21956 : cluster [DBG] pgmap v19397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:00.474889+0000 mgr.y (mgr.14556) 21956 : cluster [DBG] pgmap v19397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:32:03] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:32:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:02.475308+0000 mgr.y (mgr.14556) 21957 : cluster [DBG] pgmap v19398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:02.475308+0000 mgr.y (mgr.14556) 21957 : cluster [DBG] pgmap v19398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:04.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:02.475308+0000 mgr.y (mgr.14556) 21957 : cluster [DBG] pgmap v19398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:04.475695+0000 mgr.y (mgr.14556) 21958 : cluster [DBG] pgmap v19399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:04.475695+0000 mgr.y (mgr.14556) 21958 : cluster [DBG] pgmap v19399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:04.475695+0000 mgr.y (mgr.14556) 21958 : cluster [DBG] pgmap v19399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:06.476300+0000 mgr.y (mgr.14556) 21959 : cluster [DBG] pgmap v19400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:08.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:06.476300+0000 mgr.y (mgr.14556) 21959 : cluster [DBG] pgmap v19400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:08.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:06.476300+0000 mgr.y (mgr.14556) 21959 : cluster [DBG] pgmap v19400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:10.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:08.476789+0000 mgr.y (mgr.14556) 21960 : cluster [DBG] pgmap v19401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:08.476789+0000 mgr.y (mgr.14556) 21960 : cluster [DBG] pgmap v19401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:10.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:08.476789+0000 mgr.y (mgr.14556) 21960 : cluster [DBG] pgmap v19401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:10.477613+0000 mgr.y (mgr.14556) 21961 : cluster [DBG] pgmap v19402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:32:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:32:12.078 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:32:12.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:10.477613+0000 mgr.y (mgr.14556) 21961 : cluster [DBG] pgmap v19402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:12.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:10.477613+0000 mgr.y (mgr.14556) 21961 : cluster [DBG] pgmap v19402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:12.366 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:32:12.366 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 4m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:32:12.366 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 4m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:32:12.366 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 4m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:32:12.366 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 4m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:32:12.366 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 4m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:32:12.366 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 4m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:32:12.366 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 4m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:32:12.366 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 4m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:32:12.367 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 4m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:32:12.367 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 4m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:32:12.367 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 4m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:32:12.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 4m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:32:12.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 4m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:32:12.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 4m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:32:12.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 4m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:32:12.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 4m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:32:12.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 4m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:32:12.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 4m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:32:12.367 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 4m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:32:12.367 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 4m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:32:12.718 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:32:12.718 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:32:12.718 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:32:12.718 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:32:12.718 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:32:12.718 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:32:12.718 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:32:12.718 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:32:12.718 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:32:12.719 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:32:12.719 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:32:12.719 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:32:12.719 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:32:12.719 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:32:12.719 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:32:12.719 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:32:12.719 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:32:13.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:32:12.720535+0000 mon.c (mon.2) 526 : audit [DBG] from='client.? 172.21.15.23:0/2002818791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:32:13.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:32:12.720535+0000 mon.c (mon.2) 526 : audit [DBG] from='client.? 172.21.15.23:0/2002818791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:32:13.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:32:12.720535+0000 mon.c (mon.2) 526 : audit [DBG] from='client.? 172.21.15.23:0/2002818791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:32:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:32:13] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:32:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:32:12.068392+0000 mgr.y (mgr.14556) 21962 : audit [DBG] from='client.47288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:32:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:32:12.360674+0000 mgr.y (mgr.14556) 21963 : audit [DBG] from='client.37386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:32:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:12.477904+0000 mgr.y (mgr.14556) 21964 : cluster [DBG] pgmap v19403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:32:12.068392+0000 mgr.y (mgr.14556) 21962 : audit [DBG] from='client.47288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:32:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:32:12.360674+0000 mgr.y (mgr.14556) 21963 : audit [DBG] from='client.37386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:32:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:12.477904+0000 mgr.y (mgr.14556) 21964 : cluster [DBG] pgmap v19403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:14.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:32:12.068392+0000 mgr.y (mgr.14556) 21962 : audit [DBG] from='client.47288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:32:14.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:32:12.360674+0000 mgr.y (mgr.14556) 21963 : audit [DBG] from='client.37386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:32:14.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:12.477904+0000 mgr.y (mgr.14556) 21964 : cluster [DBG] pgmap v19403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:14.478299+0000 mgr.y (mgr.14556) 21965 : cluster [DBG] pgmap v19404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:14.478299+0000 mgr.y (mgr.14556) 21965 : cluster [DBG] pgmap v19404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:16.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:14.478299+0000 mgr.y (mgr.14556) 21965 : cluster [DBG] pgmap v19404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:18.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:16.478965+0000 mgr.y (mgr.14556) 21966 : cluster [DBG] pgmap v19405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:18.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:16.478965+0000 mgr.y (mgr.14556) 21966 : cluster [DBG] pgmap v19405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:18.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:16.478965+0000 mgr.y (mgr.14556) 21966 : cluster [DBG] pgmap v19405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:20.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:18.479588+0000 mgr.y (mgr.14556) 21967 : cluster [DBG] pgmap v19406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:18.479588+0000 mgr.y (mgr.14556) 21967 : cluster [DBG] pgmap v19406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:20.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:18.479588+0000 mgr.y (mgr.14556) 21967 : cluster [DBG] pgmap v19406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:21.792 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:32:22.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:20.480145+0000 mgr.y (mgr.14556) 21968 : cluster [DBG] pgmap v19407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:22.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:20.480145+0000 mgr.y (mgr.14556) 21968 : cluster [DBG] pgmap v19407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:22.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:20.480145+0000 mgr.y (mgr.14556) 21968 : cluster [DBG] pgmap v19407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:32:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:32:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:22.480753+0000 mgr.y (mgr.14556) 21969 : cluster [DBG] pgmap v19408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:22.480753+0000 mgr.y (mgr.14556) 21969 : cluster [DBG] pgmap v19408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:24.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:22.480753+0000 mgr.y (mgr.14556) 21969 : cluster [DBG] pgmap v19408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:26.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:24.481193+0000 mgr.y (mgr.14556) 21970 : cluster [DBG] pgmap v19409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:26.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:24.481193+0000 mgr.y (mgr.14556) 21970 : cluster [DBG] pgmap v19409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:26.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:24.481193+0000 mgr.y (mgr.14556) 21970 : cluster [DBG] pgmap v19409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:28.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:26.481883+0000 mgr.y (mgr.14556) 21971 : cluster [DBG] pgmap v19410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:28.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:26.481883+0000 mgr.y (mgr.14556) 21971 : cluster [DBG] pgmap v19410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:28.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:26.481883+0000 mgr.y (mgr.14556) 21971 : cluster [DBG] pgmap v19410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:28.482292+0000 mgr.y (mgr.14556) 21972 : cluster [DBG] pgmap v19411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:32:29.408516+0000 mon.a (mon.0) 4615 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:32:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:32:29.714762+0000 mon.a (mon.0) 4616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:32:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:32:29.715419+0000 mon.a (mon.0) 4617 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:32:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:32:29.722567+0000 mon.a (mon.0) 4618 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:32:30.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:28.482292+0000 mgr.y (mgr.14556) 21972 : cluster [DBG] pgmap v19411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:32:29.408516+0000 mon.a (mon.0) 4615 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:32:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:32:29.714762+0000 mon.a (mon.0) 4616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:32:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:32:29.715419+0000 mon.a (mon.0) 4617 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:32:30.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:32:29.722567+0000 mon.a (mon.0) 4618 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:32:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:28.482292+0000 mgr.y (mgr.14556) 21972 : cluster [DBG] pgmap v19411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:32:29.408516+0000 mon.a (mon.0) 4615 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:32:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:32:29.714762+0000 mon.a (mon.0) 4616 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:32:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:32:29.715419+0000 mon.a (mon.0) 4617 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:32:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:32:29.722567+0000 mon.a (mon.0) 4618 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:32:31.832 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:32:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:30.482887+0000 mgr.y (mgr.14556) 21973 : cluster [DBG] pgmap v19412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:32.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:30.482887+0000 mgr.y (mgr.14556) 21973 : cluster [DBG] pgmap v19412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:32.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:30.482887+0000 mgr.y (mgr.14556) 21973 : cluster [DBG] pgmap v19412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:32:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:32:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:32.483307+0000 mgr.y (mgr.14556) 21974 : cluster [DBG] pgmap v19413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:34.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:32.483307+0000 mgr.y (mgr.14556) 21974 : cluster [DBG] pgmap v19413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:34.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:32.483307+0000 mgr.y (mgr.14556) 21974 : cluster [DBG] pgmap v19413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:34.483664+0000 mgr.y (mgr.14556) 21975 : cluster [DBG] pgmap v19414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:34.483664+0000 mgr.y (mgr.14556) 21975 : cluster [DBG] pgmap v19414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:34.483664+0000 mgr.y (mgr.14556) 21975 : cluster [DBG] pgmap v19414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:38.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:36.484622+0000 mgr.y (mgr.14556) 21976 : cluster [DBG] pgmap v19415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:38.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:36.484622+0000 mgr.y (mgr.14556) 21976 : cluster [DBG] pgmap v19415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:38.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:36.484622+0000 mgr.y (mgr.14556) 21976 : cluster [DBG] pgmap v19415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:40.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:38.485125+0000 mgr.y (mgr.14556) 21977 : cluster [DBG] pgmap v19416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:38.485125+0000 mgr.y (mgr.14556) 21977 : cluster [DBG] pgmap v19416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:40.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:38.485125+0000 mgr.y (mgr.14556) 21977 : cluster [DBG] pgmap v19416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:41.886 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:32:42.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:40.485696+0000 mgr.y (mgr.14556) 21978 : cluster [DBG] pgmap v19417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:40.485696+0000 mgr.y (mgr.14556) 21978 : cluster [DBG] pgmap v19417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:42.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:40.485696+0000 mgr.y (mgr.14556) 21978 : cluster [DBG] pgmap v19417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:43.042 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:32:43.331 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:32:43.331 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 5m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 5m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 5m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 5m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 5m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 5m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 5m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 5m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 5m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 5m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 5m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 5m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 5m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 5m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:32:43.332 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 5m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:32:43.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 5m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:32:43.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 5m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:32:43.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 5m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:32:43.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 5m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:32:43.333 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 5m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:32:43.678 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:32:43.678 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:32:43.678 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:32:43.678 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:32:43.679 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:32:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:32:43] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:32:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:42.486244+0000 mgr.y (mgr.14556) 21979 : cluster [DBG] pgmap v19418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:32:43.681057+0000 mon.a (mon.0) 4619 : audit [DBG] from='client.? 172.21.15.23:0/1326132806' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:32:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:42.486244+0000 mgr.y (mgr.14556) 21979 : cluster [DBG] pgmap v19418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:32:43.681057+0000 mon.a (mon.0) 4619 : audit [DBG] from='client.? 172.21.15.23:0/1326132806' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:32:44.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:42.486244+0000 mgr.y (mgr.14556) 21979 : cluster [DBG] pgmap v19418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:44.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:32:43.681057+0000 mon.a (mon.0) 4619 : audit [DBG] from='client.? 172.21.15.23:0/1326132806' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:32:45.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:32:43.032758+0000 mgr.y (mgr.14556) 21980 : audit [DBG] from='client.37398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:32:45.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:32:43.326029+0000 mgr.y (mgr.14556) 21981 : audit [DBG] from='client.37404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:32:45.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:32:43.032758+0000 mgr.y (mgr.14556) 21980 : audit [DBG] from='client.37398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:32:45.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:32:43.326029+0000 mgr.y (mgr.14556) 21981 : audit [DBG] from='client.37404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:32:45.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:32:43.032758+0000 mgr.y (mgr.14556) 21980 : audit [DBG] from='client.37398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:32:45.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:32:43.326029+0000 mgr.y (mgr.14556) 21981 : audit [DBG] from='client.37404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:32:46.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:44.486857+0000 mgr.y (mgr.14556) 21982 : cluster [DBG] pgmap v19419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:46.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:44.486857+0000 mgr.y (mgr.14556) 21982 : cluster [DBG] pgmap v19419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:46.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:44.486857+0000 mgr.y (mgr.14556) 21982 : cluster [DBG] pgmap v19419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:48.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:46.487638+0000 mgr.y (mgr.14556) 21983 : cluster [DBG] pgmap v19420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:48.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:46.487638+0000 mgr.y (mgr.14556) 21983 : cluster [DBG] pgmap v19420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:48.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:46.487638+0000 mgr.y (mgr.14556) 21983 : cluster [DBG] pgmap v19420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:50.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:48.488051+0000 mgr.y (mgr.14556) 21984 : cluster [DBG] pgmap v19421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:50.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:48.488051+0000 mgr.y (mgr.14556) 21984 : cluster [DBG] pgmap v19421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:50.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:48.488051+0000 mgr.y (mgr.14556) 21984 : cluster [DBG] pgmap v19421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:32:52.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:50.488891+0000 mgr.y (mgr.14556) 21985 : cluster [DBG] pgmap v19422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:52.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:50.488891+0000 mgr.y (mgr.14556) 21985 : cluster [DBG] pgmap v19422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:52.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:50.488891+0000 mgr.y (mgr.14556) 21985 : cluster [DBG] pgmap v19422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:53.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:52.489324+0000 mgr.y (mgr.14556) 21986 : cluster [DBG] pgmap v19423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:53.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:52.489324+0000 mgr.y (mgr.14556) 21986 : cluster [DBG] pgmap v19423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:53.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:52.489324+0000 mgr.y (mgr.14556) 21986 : cluster [DBG] pgmap v19423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:32:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:32:53] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:32:55.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:54.489890+0000 mgr.y (mgr.14556) 21987 : cluster [DBG] pgmap v19424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:55.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:54.489890+0000 mgr.y (mgr.14556) 21987 : cluster [DBG] pgmap v19424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:55.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:54.489890+0000 mgr.y (mgr.14556) 21987 : cluster [DBG] pgmap v19424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:57.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:56.490766+0000 mgr.y (mgr.14556) 21988 : cluster [DBG] pgmap v19425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:57.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:56.490766+0000 mgr.y (mgr.14556) 21988 : cluster [DBG] pgmap v19425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:57.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:56.490766+0000 mgr.y (mgr.14556) 21988 : cluster [DBG] pgmap v19425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:59.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:32:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:32:58.491305+0000 mgr.y (mgr.14556) 21989 : cluster [DBG] pgmap v19426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:59.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:32:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:32:58.491305+0000 mgr.y (mgr.14556) 21989 : cluster [DBG] pgmap v19426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:32:59.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:32:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:32:58.491305+0000 mgr.y (mgr.14556) 21989 : cluster [DBG] pgmap v19426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:01.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:00.491986+0000 mgr.y (mgr.14556) 21990 : cluster [DBG] pgmap v19427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:01.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:00.491986+0000 mgr.y (mgr.14556) 21990 : cluster [DBG] pgmap v19427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:01.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:00.491986+0000 mgr.y (mgr.14556) 21990 : cluster [DBG] pgmap v19427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:33:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:33:03.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:02.492385+0000 mgr.y (mgr.14556) 21991 : cluster [DBG] pgmap v19428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:03.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:02.492385+0000 mgr.y (mgr.14556) 21991 : cluster [DBG] pgmap v19428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:03.878 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:33:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:33:03] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:33:03.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:02.492385+0000 mgr.y (mgr.14556) 21991 : cluster [DBG] pgmap v19428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:05.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:04.492977+0000 mgr.y (mgr.14556) 21992 : cluster [DBG] pgmap v19429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:05.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:04.492977+0000 mgr.y (mgr.14556) 21992 : cluster [DBG] pgmap v19429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:05.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:04.492977+0000 mgr.y (mgr.14556) 21992 : cluster [DBG] pgmap v19429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:07.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:06.493678+0000 mgr.y (mgr.14556) 21993 : cluster [DBG] pgmap v19430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:07.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:06.493678+0000 mgr.y (mgr.14556) 21993 : cluster [DBG] pgmap v19430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:07.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:06.493678+0000 mgr.y (mgr.14556) 21993 : cluster [DBG] pgmap v19430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:09.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:08.494066+0000 mgr.y (mgr.14556) 21994 : cluster [DBG] pgmap v19431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:08.494066+0000 mgr.y (mgr.14556) 21994 : cluster [DBG] pgmap v19431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:10.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:08.494066+0000 mgr.y (mgr.14556) 21994 : cluster [DBG] pgmap v19431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:10.494714+0000 mgr.y (mgr.14556) 21995 : cluster [DBG] pgmap v19432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:33:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:33:12.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:10.494714+0000 mgr.y (mgr.14556) 21995 : cluster [DBG] pgmap v19432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:12.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:10.494714+0000 mgr.y (mgr.14556) 21995 : cluster [DBG] pgmap v19432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:13.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:12.495139+0000 mgr.y (mgr.14556) 21996 : cluster [DBG] pgmap v19433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:14.004 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:33:14.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:12.495139+0000 mgr.y (mgr.14556) 21996 : cluster [DBG] pgmap v19433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:33:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:33:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:12.495139+0000 mgr.y (mgr.14556) 21996 : cluster [DBG] pgmap v19433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:14.295 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:33:14.295 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 5m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:33:14.295 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 5m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:33:14.295 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 5m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:33:14.295 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 5m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 5m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 5m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 5m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 5m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 5m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 5m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 5m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 5m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 5m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 5m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 5m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 5m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 5m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:33:14.296 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 5m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:33:14.297 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 5m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:33:14.297 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 5m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:33:14.651 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:33:14.651 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:33:14.651 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:33:14.651 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:33:14.651 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:33:14.652 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:33:14.652 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:33:14.652 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:33:14.652 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:33:14.652 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:33:14.652 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:33:14.652 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:33:14.652 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:33:14.652 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:33:14.652 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:33:14.652 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:33:14.652 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:33:15.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:33:13.994223+0000 mgr.y (mgr.14556) 21997 : audit [DBG] from='client.47324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:33:15.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:33:14.289743+0000 mgr.y (mgr.14556) 21998 : audit [DBG] from='client.37422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:33:15.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:14.495484+0000 mgr.y (mgr.14556) 21999 : cluster [DBG] pgmap v19434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:15.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:33:14.654233+0000 mon.c (mon.2) 527 : audit [DBG] from='client.? 172.21.15.23:0/2726556754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:33:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:33:13.994223+0000 mgr.y (mgr.14556) 21997 : audit [DBG] from='client.47324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:33:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:33:14.289743+0000 mgr.y (mgr.14556) 21998 : audit [DBG] from='client.37422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:33:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:14.495484+0000 mgr.y (mgr.14556) 21999 : cluster [DBG] pgmap v19434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:33:14.654233+0000 mon.c (mon.2) 527 : audit [DBG] from='client.? 172.21.15.23:0/2726556754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:33:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:33:13.994223+0000 mgr.y (mgr.14556) 21997 : audit [DBG] from='client.47324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:33:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:33:14.289743+0000 mgr.y (mgr.14556) 21998 : audit [DBG] from='client.37422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:33:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:14.495484+0000 mgr.y (mgr.14556) 21999 : cluster [DBG] pgmap v19434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:33:14.654233+0000 mon.c (mon.2) 527 : audit [DBG] from='client.? 172.21.15.23:0/2726556754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:33:17.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:16.496369+0000 mgr.y (mgr.14556) 22000 : cluster [DBG] pgmap v19435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:16.496369+0000 mgr.y (mgr.14556) 22000 : cluster [DBG] pgmap v19435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:18.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:16.496369+0000 mgr.y (mgr.14556) 22000 : cluster [DBG] pgmap v19435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:19.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:18.496761+0000 mgr.y (mgr.14556) 22001 : cluster [DBG] pgmap v19436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:18.496761+0000 mgr.y (mgr.14556) 22001 : cluster [DBG] pgmap v19436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:20.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:18.496761+0000 mgr.y (mgr.14556) 22001 : cluster [DBG] pgmap v19436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:21.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:20.497387+0000 mgr.y (mgr.14556) 22002 : cluster [DBG] pgmap v19437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:33:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:33:22.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:20.497387+0000 mgr.y (mgr.14556) 22002 : cluster [DBG] pgmap v19437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:22.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:20.497387+0000 mgr.y (mgr.14556) 22002 : cluster [DBG] pgmap v19437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:24.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:22.497937+0000 mgr.y (mgr.14556) 22003 : cluster [DBG] pgmap v19438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:33:23] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:33:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:22.497937+0000 mgr.y (mgr.14556) 22003 : cluster [DBG] pgmap v19438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:24.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:22.497937+0000 mgr.y (mgr.14556) 22003 : cluster [DBG] pgmap v19438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:26.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:24.498386+0000 mgr.y (mgr.14556) 22004 : cluster [DBG] pgmap v19439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:26.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:24.498386+0000 mgr.y (mgr.14556) 22004 : cluster [DBG] pgmap v19439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:26.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:24.498386+0000 mgr.y (mgr.14556) 22004 : cluster [DBG] pgmap v19439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:28.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:26.499280+0000 mgr.y (mgr.14556) 22005 : cluster [DBG] pgmap v19440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:28.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:26.499280+0000 mgr.y (mgr.14556) 22005 : cluster [DBG] pgmap v19440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:28.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:26.499280+0000 mgr.y (mgr.14556) 22005 : cluster [DBG] pgmap v19440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:30.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:28.499698+0000 mgr.y (mgr.14556) 22006 : cluster [DBG] pgmap v19441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:28.499698+0000 mgr.y (mgr.14556) 22006 : cluster [DBG] pgmap v19441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:30.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:28.499698+0000 mgr.y (mgr.14556) 22006 : cluster [DBG] pgmap v19441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:31.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:33:29.726862+0000 mon.a (mon.0) 4620 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:33:31.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:33:30.031069+0000 mon.a (mon.0) 4621 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:33:31.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:33:30.031736+0000 mon.a (mon.0) 4622 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:33:31.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:33:30.040500+0000 mon.a (mon.0) 4623 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:33:31.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:33:29.726862+0000 mon.a (mon.0) 4620 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:33:31.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:33:30.031069+0000 mon.a (mon.0) 4621 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:33:31.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:33:30.031736+0000 mon.a (mon.0) 4622 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:33:31.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:33:30.040500+0000 mon.a (mon.0) 4623 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:33:31.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:33:29.726862+0000 mon.a (mon.0) 4620 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:33:31.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:33:30.031069+0000 mon.a (mon.0) 4621 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:33:31.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:33:30.031736+0000 mon.a (mon.0) 4622 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:33:31.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:33:30.040500+0000 mon.a (mon.0) 4623 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:33:31.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:30.500301+0000 mgr.y (mgr.14556) 22007 : cluster [DBG] pgmap v19442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:33:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:33:32.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:30.500301+0000 mgr.y (mgr.14556) 22007 : cluster [DBG] pgmap v19442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:30.500301+0000 mgr.y (mgr.14556) 22007 : cluster [DBG] pgmap v19442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:34.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:32.500768+0000 mgr.y (mgr.14556) 22008 : cluster [DBG] pgmap v19443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:33:33] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:33:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:32.500768+0000 mgr.y (mgr.14556) 22008 : cluster [DBG] pgmap v19443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:34.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:32.500768+0000 mgr.y (mgr.14556) 22008 : cluster [DBG] pgmap v19443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:34.501241+0000 mgr.y (mgr.14556) 22009 : cluster [DBG] pgmap v19444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:34.501241+0000 mgr.y (mgr.14556) 22009 : cluster [DBG] pgmap v19444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:34.501241+0000 mgr.y (mgr.14556) 22009 : cluster [DBG] pgmap v19444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:38.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:36.502058+0000 mgr.y (mgr.14556) 22010 : cluster [DBG] pgmap v19445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:38.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:36.502058+0000 mgr.y (mgr.14556) 22010 : cluster [DBG] pgmap v19445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:38.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:36.502058+0000 mgr.y (mgr.14556) 22010 : cluster [DBG] pgmap v19445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:40.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:38.502551+0000 mgr.y (mgr.14556) 22011 : cluster [DBG] pgmap v19446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:38.502551+0000 mgr.y (mgr.14556) 22011 : cluster [DBG] pgmap v19446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:40.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:38.502551+0000 mgr.y (mgr.14556) 22011 : cluster [DBG] pgmap v19446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:41.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:40.503072+0000 mgr.y (mgr.14556) 22012 : cluster [DBG] pgmap v19447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:33:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:33:42.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:40.503072+0000 mgr.y (mgr.14556) 22012 : cluster [DBG] pgmap v19447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:42.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:40.503072+0000 mgr.y (mgr.14556) 22012 : cluster [DBG] pgmap v19447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:33:43] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T17:33:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:42.503502+0000 mgr.y (mgr.14556) 22013 : cluster [DBG] pgmap v19448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:42.503502+0000 mgr.y (mgr.14556) 22013 : cluster [DBG] pgmap v19448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:44.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:42.503502+0000 mgr.y (mgr.14556) 22013 : cluster [DBG] pgmap v19448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:44.989 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:33:45.278 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:33:45.278 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 6m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:33:45.278 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 6m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:33:45.278 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 6m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:33:45.278 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 6m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 6m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 6m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 6m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 6m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 6m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 6m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 6m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 6m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 6m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 6m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 6m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 6m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 6m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 6m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 6m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:33:45.279 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 6m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:33:45.625 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:33:45.625 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:33:45.625 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:33:45.625 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:33:45.625 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:33:45.625 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:33:45.625 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:33:45.626 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:33:45.626 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:33:45.626 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:33:45.626 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:33:45.626 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:33:45.626 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:33:45.626 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:33:45.626 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:33:45.626 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:33:45.626 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:33:46.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:44.503883+0000 mgr.y (mgr.14556) 22014 : cluster [DBG] pgmap v19449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:46.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:33:45.627971+0000 mon.a (mon.0) 4624 : audit [DBG] from='client.? 172.21.15.23:0/3043077897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:33:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:44.503883+0000 mgr.y (mgr.14556) 22014 : cluster [DBG] pgmap v19449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:33:45.627971+0000 mon.a (mon.0) 4624 : audit [DBG] from='client.? 172.21.15.23:0/3043077897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:33:46.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:44.503883+0000 mgr.y (mgr.14556) 22014 : cluster [DBG] pgmap v19449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:46.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:33:45.627971+0000 mon.a (mon.0) 4624 : audit [DBG] from='client.? 172.21.15.23:0/3043077897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:33:47.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:33:44.980060+0000 mgr.y (mgr.14556) 22015 : audit [DBG] from='client.47342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:33:47.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:33:45.272813+0000 mgr.y (mgr.14556) 22016 : audit [DBG] from='client.47348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:33:47.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:33:44.980060+0000 mgr.y (mgr.14556) 22015 : audit [DBG] from='client.47342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:33:47.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:33:45.272813+0000 mgr.y (mgr.14556) 22016 : audit [DBG] from='client.47348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:33:47.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:33:44.980060+0000 mgr.y (mgr.14556) 22015 : audit [DBG] from='client.47342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:33:47.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:33:45.272813+0000 mgr.y (mgr.14556) 22016 : audit [DBG] from='client.47348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:33:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:46.504688+0000 mgr.y (mgr.14556) 22017 : cluster [DBG] pgmap v19450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:46.504688+0000 mgr.y (mgr.14556) 22017 : cluster [DBG] pgmap v19450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:46.504688+0000 mgr.y (mgr.14556) 22017 : cluster [DBG] pgmap v19450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:50.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:48.505075+0000 mgr.y (mgr.14556) 22018 : cluster [DBG] pgmap v19451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:48.505075+0000 mgr.y (mgr.14556) 22018 : cluster [DBG] pgmap v19451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:48.505075+0000 mgr.y (mgr.14556) 22018 : cluster [DBG] pgmap v19451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:51.825 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:33:52.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:50.505792+0000 mgr.y (mgr.14556) 22019 : cluster [DBG] pgmap v19452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:50.505792+0000 mgr.y (mgr.14556) 22019 : cluster [DBG] pgmap v19452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:52.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:50.505792+0000 mgr.y (mgr.14556) 22019 : cluster [DBG] pgmap v19452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:33:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:33:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:52.506318+0000 mgr.y (mgr.14556) 22020 : cluster [DBG] pgmap v19453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:52.506318+0000 mgr.y (mgr.14556) 22020 : cluster [DBG] pgmap v19453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:54.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:52.506318+0000 mgr.y (mgr.14556) 22020 : cluster [DBG] pgmap v19453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:54.506780+0000 mgr.y (mgr.14556) 22021 : cluster [DBG] pgmap v19454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:54.506780+0000 mgr.y (mgr.14556) 22021 : cluster [DBG] pgmap v19454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:56.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:54.506780+0000 mgr.y (mgr.14556) 22021 : cluster [DBG] pgmap v19454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:58.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:56.507492+0000 mgr.y (mgr.14556) 22022 : cluster [DBG] pgmap v19455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:58.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:56.507492+0000 mgr.y (mgr.14556) 22022 : cluster [DBG] pgmap v19455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:33:58.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:56.507492+0000 mgr.y (mgr.14556) 22022 : cluster [DBG] pgmap v19455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:33:58.507926+0000 mgr.y (mgr.14556) 22023 : cluster [DBG] pgmap v19456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:33:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:33:58.507926+0000 mgr.y (mgr.14556) 22023 : cluster [DBG] pgmap v19456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:00.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:33:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:33:58.507926+0000 mgr.y (mgr.14556) 22023 : cluster [DBG] pgmap v19456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:01.864 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:34:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:00.508570+0000 mgr.y (mgr.14556) 22024 : cluster [DBG] pgmap v19457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:00.508570+0000 mgr.y (mgr.14556) 22024 : cluster [DBG] pgmap v19457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:02.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:00.508570+0000 mgr.y (mgr.14556) 22024 : cluster [DBG] pgmap v19457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:34:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:34:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:02.509007+0000 mgr.y (mgr.14556) 22025 : cluster [DBG] pgmap v19458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:02.509007+0000 mgr.y (mgr.14556) 22025 : cluster [DBG] pgmap v19458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:04.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:02.509007+0000 mgr.y (mgr.14556) 22025 : cluster [DBG] pgmap v19458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:04.509536+0000 mgr.y (mgr.14556) 22026 : cluster [DBG] pgmap v19459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:04.509536+0000 mgr.y (mgr.14556) 22026 : cluster [DBG] pgmap v19459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:06.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:04.509536+0000 mgr.y (mgr.14556) 22026 : cluster [DBG] pgmap v19459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:06.510210+0000 mgr.y (mgr.14556) 22027 : cluster [DBG] pgmap v19460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:08.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:06.510210+0000 mgr.y (mgr.14556) 22027 : cluster [DBG] pgmap v19460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:08.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:06.510210+0000 mgr.y (mgr.14556) 22027 : cluster [DBG] pgmap v19460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:10.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:08.510582+0000 mgr.y (mgr.14556) 22028 : cluster [DBG] pgmap v19461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:10.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:08.510582+0000 mgr.y (mgr.14556) 22028 : cluster [DBG] pgmap v19461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:10.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:08.510582+0000 mgr.y (mgr.14556) 22028 : cluster [DBG] pgmap v19461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:11.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:34:12.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:10.511356+0000 mgr.y (mgr.14556) 22029 : cluster [DBG] pgmap v19462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:12.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:10.511356+0000 mgr.y (mgr.14556) 22029 : cluster [DBG] pgmap v19462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:12.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:10.511356+0000 mgr.y (mgr.14556) 22029 : cluster [DBG] pgmap v19462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:34:13] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T17:34:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:12.511731+0000 mgr.y (mgr.14556) 22030 : cluster [DBG] pgmap v19463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:12.511731+0000 mgr.y (mgr.14556) 22030 : cluster [DBG] pgmap v19463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:14.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:12.511731+0000 mgr.y (mgr.14556) 22030 : cluster [DBG] pgmap v19463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:15.951 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:34:16.240 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:34:16.240 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 6m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:34:16.240 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 6m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:34:16.240 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 6m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:34:16.240 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 6m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:34:16.240 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 6m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:34:16.240 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 6m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:34:16.240 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 6m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:34:16.240 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 6m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:34:16.240 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 6m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:34:16.241 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 6m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:34:16.241 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 6m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:34:16.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 6m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:34:16.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 6m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:34:16.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 6m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:34:16.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 6m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:34:16.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 6m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:34:16.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 6m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:34:16.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 6m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:34:16.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 6m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:34:16.241 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 6m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:34:16.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:14.512232+0000 mgr.y (mgr.14556) 22031 : cluster [DBG] pgmap v19464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:16.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:14.512232+0000 mgr.y (mgr.14556) 22031 : cluster [DBG] pgmap v19464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:16.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:14.512232+0000 mgr.y (mgr.14556) 22031 : cluster [DBG] pgmap v19464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:16.594 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:34:16.594 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:34:16.594 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:34:16.594 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:34:16.594 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:34:16.594 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:34:16.594 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:34:16.594 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:34:16.594 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:34:16.594 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:34:16.595 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:34:16.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:34:16.595 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:34:16.595 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:34:16.595 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:34:16.595 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:34:16.595 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:34:17.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:34:16.596795+0000 mon.c (mon.2) 528 : audit [DBG] from='client.? 172.21.15.23:0/1003619807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:34:17.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:34:16.596795+0000 mon.c (mon.2) 528 : audit [DBG] from='client.? 172.21.15.23:0/1003619807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:34:17.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:34:16.596795+0000 mon.c (mon.2) 528 : audit [DBG] from='client.? 172.21.15.23:0/1003619807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:34:18.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:34:15.941968+0000 mgr.y (mgr.14556) 22032 : audit [DBG] from='client.47360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:34:18.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:34:16.235092+0000 mgr.y (mgr.14556) 22033 : audit [DBG] from='client.47366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:34:18.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:16.512744+0000 mgr.y (mgr.14556) 22034 : cluster [DBG] pgmap v19465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:18.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:34:15.941968+0000 mgr.y (mgr.14556) 22032 : audit [DBG] from='client.47360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:34:18.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:34:16.235092+0000 mgr.y (mgr.14556) 22033 : audit [DBG] from='client.47366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:34:18.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:16.512744+0000 mgr.y (mgr.14556) 22034 : cluster [DBG] pgmap v19465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:18.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:34:15.941968+0000 mgr.y (mgr.14556) 22032 : audit [DBG] from='client.47360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:34:18.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:34:16.235092+0000 mgr.y (mgr.14556) 22033 : audit [DBG] from='client.47366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:34:18.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:16.512744+0000 mgr.y (mgr.14556) 22034 : cluster [DBG] pgmap v19465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:19.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:18.513356+0000 mgr.y (mgr.14556) 22035 : cluster [DBG] pgmap v19466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:19.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:18.513356+0000 mgr.y (mgr.14556) 22035 : cluster [DBG] pgmap v19466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:19.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:18.513356+0000 mgr.y (mgr.14556) 22035 : cluster [DBG] pgmap v19466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:21.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:20.513978+0000 mgr.y (mgr.14556) 22036 : cluster [DBG] pgmap v19467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:21.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:20.513978+0000 mgr.y (mgr.14556) 22036 : cluster [DBG] pgmap v19467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:21.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:20.513978+0000 mgr.y (mgr.14556) 22036 : cluster [DBG] pgmap v19467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:34:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:34:23.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:22.514466+0000 mgr.y (mgr.14556) 22037 : cluster [DBG] pgmap v19468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:23.878 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:34:23] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:34:23.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:22.514466+0000 mgr.y (mgr.14556) 22037 : cluster [DBG] pgmap v19468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:23.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:22.514466+0000 mgr.y (mgr.14556) 22037 : cluster [DBG] pgmap v19468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:25.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:24.514877+0000 mgr.y (mgr.14556) 22038 : cluster [DBG] pgmap v19469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:25.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:24.514877+0000 mgr.y (mgr.14556) 22038 : cluster [DBG] pgmap v19469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:25.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:24.514877+0000 mgr.y (mgr.14556) 22038 : cluster [DBG] pgmap v19469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:27.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:26.515548+0000 mgr.y (mgr.14556) 22039 : cluster [DBG] pgmap v19470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:27.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:26.515548+0000 mgr.y (mgr.14556) 22039 : cluster [DBG] pgmap v19470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:27.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:26.515548+0000 mgr.y (mgr.14556) 22039 : cluster [DBG] pgmap v19470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:29.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:28.515951+0000 mgr.y (mgr.14556) 22040 : cluster [DBG] pgmap v19471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:29.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:28.515951+0000 mgr.y (mgr.14556) 22040 : cluster [DBG] pgmap v19471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:29.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:28.515951+0000 mgr.y (mgr.14556) 22040 : cluster [DBG] pgmap v19471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:30.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:34:30.045006+0000 mon.a (mon.0) 4625 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:34:30.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:34:30.350382+0000 mon.a (mon.0) 4626 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:34:30.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:34:30.351013+0000 mon.a (mon.0) 4627 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:34:30.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:34:30.364067+0000 mon.a (mon.0) 4628 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:34:30.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:34:30.045006+0000 mon.a (mon.0) 4625 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:34:30.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:34:30.350382+0000 mon.a (mon.0) 4626 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:34:30.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:34:30.351013+0000 mon.a (mon.0) 4627 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:34:30.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:34:30.364067+0000 mon.a (mon.0) 4628 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:34:30.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:34:30.045006+0000 mon.a (mon.0) 4625 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:34:30.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:34:30.350382+0000 mon.a (mon.0) 4626 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:34:30.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:34:30.351013+0000 mon.a (mon.0) 4627 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:34:30.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:34:30.364067+0000 mon.a (mon.0) 4628 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:34:31.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:30.516611+0000 mgr.y (mgr.14556) 22041 : cluster [DBG] pgmap v19472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:31.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:30.516611+0000 mgr.y (mgr.14556) 22041 : cluster [DBG] pgmap v19472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:31.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:30.516611+0000 mgr.y (mgr.14556) 22041 : cluster [DBG] pgmap v19472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:34:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:34:33.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:32.517081+0000 mgr.y (mgr.14556) 22042 : cluster [DBG] pgmap v19473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:33.878 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:34:33] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:34:33.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:32.517081+0000 mgr.y (mgr.14556) 22042 : cluster [DBG] pgmap v19473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:33.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:32.517081+0000 mgr.y (mgr.14556) 22042 : cluster [DBG] pgmap v19473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:35.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:34.517579+0000 mgr.y (mgr.14556) 22043 : cluster [DBG] pgmap v19474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:35.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:34.517579+0000 mgr.y (mgr.14556) 22043 : cluster [DBG] pgmap v19474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:35.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:34.517579+0000 mgr.y (mgr.14556) 22043 : cluster [DBG] pgmap v19474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:37.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:36.518208+0000 mgr.y (mgr.14556) 22044 : cluster [DBG] pgmap v19475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:38.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:36.518208+0000 mgr.y (mgr.14556) 22044 : cluster [DBG] pgmap v19475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:38.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:36.518208+0000 mgr.y (mgr.14556) 22044 : cluster [DBG] pgmap v19475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:39.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:38.518668+0000 mgr.y (mgr.14556) 22045 : cluster [DBG] pgmap v19476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:38.518668+0000 mgr.y (mgr.14556) 22045 : cluster [DBG] pgmap v19476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:40.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:38.518668+0000 mgr.y (mgr.14556) 22045 : cluster [DBG] pgmap v19476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:41.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:40.519288+0000 mgr.y (mgr.14556) 22046 : cluster [DBG] pgmap v19477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:34:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:34:42.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:40.519288+0000 mgr.y (mgr.14556) 22046 : cluster [DBG] pgmap v19477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:42.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:40.519288+0000 mgr.y (mgr.14556) 22046 : cluster [DBG] pgmap v19477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:34:43] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T17:34:44.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:42.519828+0000 mgr.y (mgr.14556) 22047 : cluster [DBG] pgmap v19478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:44.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:42.519828+0000 mgr.y (mgr.14556) 22047 : cluster [DBG] pgmap v19478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:44.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:42.519828+0000 mgr.y (mgr.14556) 22047 : cluster [DBG] pgmap v19478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:46.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:44.520503+0000 mgr.y (mgr.14556) 22048 : cluster [DBG] pgmap v19479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:44.520503+0000 mgr.y (mgr.14556) 22048 : cluster [DBG] pgmap v19479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:46.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:44.520503+0000 mgr.y (mgr.14556) 22048 : cluster [DBG] pgmap v19479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:46.921 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:34:47.211 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:34:47.211 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:34:47.211 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 7m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:34:47.211 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:34:47.211 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 7m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 7m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 7m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 7m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 7m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 7m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 7m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 7m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:34:47.212 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 7m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:34:47.559 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:34:47.560 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:34:47.561 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:34:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:46.521162+0000 mgr.y (mgr.14556) 22049 : cluster [DBG] pgmap v19480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:34:46.912783+0000 mgr.y (mgr.14556) 22050 : audit [DBG] from='client.37470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:34:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:34:47.562569+0000 mon.c (mon.2) 529 : audit [DBG] from='client.? 172.21.15.23:0/1540276787' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:34:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:46.521162+0000 mgr.y (mgr.14556) 22049 : cluster [DBG] pgmap v19480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:34:46.912783+0000 mgr.y (mgr.14556) 22050 : audit [DBG] from='client.37470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:34:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:34:47.562569+0000 mon.c (mon.2) 529 : audit [DBG] from='client.? 172.21.15.23:0/1540276787' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:34:48.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:46.521162+0000 mgr.y (mgr.14556) 22049 : cluster [DBG] pgmap v19480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:48.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:34:46.912783+0000 mgr.y (mgr.14556) 22050 : audit [DBG] from='client.37470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:34:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:34:47.562569+0000 mon.c (mon.2) 529 : audit [DBG] from='client.? 172.21.15.23:0/1540276787' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:34:49.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:34:47.206145+0000 mgr.y (mgr.14556) 22051 : audit [DBG] from='client.47384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:34:49.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:34:47.206145+0000 mgr.y (mgr.14556) 22051 : audit [DBG] from='client.47384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:34:49.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:34:47.206145+0000 mgr.y (mgr.14556) 22051 : audit [DBG] from='client.47384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:34:50.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:48.521631+0000 mgr.y (mgr.14556) 22052 : cluster [DBG] pgmap v19481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:48.521631+0000 mgr.y (mgr.14556) 22052 : cluster [DBG] pgmap v19481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:50.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:48.521631+0000 mgr.y (mgr.14556) 22052 : cluster [DBG] pgmap v19481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:51.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:50.522488+0000 mgr.y (mgr.14556) 22053 : cluster [DBG] pgmap v19482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:34:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:34:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:50.522488+0000 mgr.y (mgr.14556) 22053 : cluster [DBG] pgmap v19482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:52.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:50.522488+0000 mgr.y (mgr.14556) 22053 : cluster [DBG] pgmap v19482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:34:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:34:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:52.523070+0000 mgr.y (mgr.14556) 22054 : cluster [DBG] pgmap v19483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:52.523070+0000 mgr.y (mgr.14556) 22054 : cluster [DBG] pgmap v19483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:54.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:52.523070+0000 mgr.y (mgr.14556) 22054 : cluster [DBG] pgmap v19483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:54.523494+0000 mgr.y (mgr.14556) 22055 : cluster [DBG] pgmap v19484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:54.523494+0000 mgr.y (mgr.14556) 22055 : cluster [DBG] pgmap v19484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:56.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:54.523494+0000 mgr.y (mgr.14556) 22055 : cluster [DBG] pgmap v19484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:58.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:56.524115+0000 mgr.y (mgr.14556) 22056 : cluster [DBG] pgmap v19485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:58.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:56.524115+0000 mgr.y (mgr.14556) 22056 : cluster [DBG] pgmap v19485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:34:58.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:56.524115+0000 mgr.y (mgr.14556) 22056 : cluster [DBG] pgmap v19485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:00.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:34:58.524502+0000 mgr.y (mgr.14556) 22057 : cluster [DBG] pgmap v19486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:34:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:34:58.524502+0000 mgr.y (mgr.14556) 22057 : cluster [DBG] pgmap v19486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:00.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:34:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:34:58.524502+0000 mgr.y (mgr.14556) 22057 : cluster [DBG] pgmap v19486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:01.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:00.525045+0000 mgr.y (mgr.14556) 22058 : cluster [DBG] pgmap v19487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:35:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:35:02.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:00.525045+0000 mgr.y (mgr.14556) 22058 : cluster [DBG] pgmap v19487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:00.525045+0000 mgr.y (mgr.14556) 22058 : cluster [DBG] pgmap v19487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:02.525508+0000 mgr.y (mgr.14556) 22059 : cluster [DBG] pgmap v19488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:35:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:35:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:02.525508+0000 mgr.y (mgr.14556) 22059 : cluster [DBG] pgmap v19488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:04.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:02.525508+0000 mgr.y (mgr.14556) 22059 : cluster [DBG] pgmap v19488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:04.525936+0000 mgr.y (mgr.14556) 22060 : cluster [DBG] pgmap v19489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:04.525936+0000 mgr.y (mgr.14556) 22060 : cluster [DBG] pgmap v19489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:06.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:04.525936+0000 mgr.y (mgr.14556) 22060 : cluster [DBG] pgmap v19489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:08.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:06.526813+0000 mgr.y (mgr.14556) 22061 : cluster [DBG] pgmap v19490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:06.526813+0000 mgr.y (mgr.14556) 22061 : cluster [DBG] pgmap v19490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:08.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:06.526813+0000 mgr.y (mgr.14556) 22061 : cluster [DBG] pgmap v19490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:10.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:08.527234+0000 mgr.y (mgr.14556) 22062 : cluster [DBG] pgmap v19491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:08.527234+0000 mgr.y (mgr.14556) 22062 : cluster [DBG] pgmap v19491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:10.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:08.527234+0000 mgr.y (mgr.14556) 22062 : cluster [DBG] pgmap v19491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:11.828 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:35:12.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:10.527818+0000 mgr.y (mgr.14556) 22063 : cluster [DBG] pgmap v19492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:10.527818+0000 mgr.y (mgr.14556) 22063 : cluster [DBG] pgmap v19492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:12.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:10.527818+0000 mgr.y (mgr.14556) 22063 : cluster [DBG] pgmap v19492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:14.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:35:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:35:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:12.528318+0000 mgr.y (mgr.14556) 22064 : cluster [DBG] pgmap v19493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:12.528318+0000 mgr.y (mgr.14556) 22064 : cluster [DBG] pgmap v19493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:14.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:12.528318+0000 mgr.y (mgr.14556) 22064 : cluster [DBG] pgmap v19493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:14.528701+0000 mgr.y (mgr.14556) 22065 : cluster [DBG] pgmap v19494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:14.528701+0000 mgr.y (mgr.14556) 22065 : cluster [DBG] pgmap v19494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:16.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:14.528701+0000 mgr.y (mgr.14556) 22065 : cluster [DBG] pgmap v19494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:17.889 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:35:18.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:16.529538+0000 mgr.y (mgr.14556) 22066 : cluster [DBG] pgmap v19495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:16.529538+0000 mgr.y (mgr.14556) 22066 : cluster [DBG] pgmap v19495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:18.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:16.529538+0000 mgr.y (mgr.14556) 22066 : cluster [DBG] pgmap v19495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:18.177 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:35:18.177 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:35:18.178 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 7m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:35:18.178 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:35:18.178 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 7m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:35:18.178 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 7m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:35:18.178 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 7m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:35:18.178 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 7m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:35:18.178 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 7m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:35:18.178 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 7m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:35:18.178 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:35:18.178 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 7m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:35:18.178 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 7m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:35:18.179 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 7m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:35:18.179 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 7m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:35:18.179 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 7m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:35:18.179 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 7m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:35:18.179 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 7m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:35:18.179 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 7m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:35:18.179 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 7m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:35:18.179 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 7m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:35:18.526 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:35:18.526 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:35:18.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:35:18.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:35:18.526 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:35:18.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:35:18.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:35:18.526 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:35:18.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:35:18.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:35:18.527 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:35:18.527 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:35:18.527 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:35:18.527 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:35:18.527 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:35:18.527 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:35:18.527 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:35:19.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:35:17.880741+0000 mgr.y (mgr.14556) 22067 : audit [DBG] from='client.47396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:35:19.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:35:18.528754+0000 mon.a (mon.0) 4629 : audit [DBG] from='client.? 172.21.15.23:0/2361811006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:35:19.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:35:17.880741+0000 mgr.y (mgr.14556) 22067 : audit [DBG] from='client.47396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:35:19.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:35:18.528754+0000 mon.a (mon.0) 4629 : audit [DBG] from='client.? 172.21.15.23:0/2361811006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:35:19.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:35:17.880741+0000 mgr.y (mgr.14556) 22067 : audit [DBG] from='client.47396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:35:19.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:35:18.528754+0000 mon.a (mon.0) 4629 : audit [DBG] from='client.? 172.21.15.23:0/2361811006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:35:20.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:35:18.172444+0000 mgr.y (mgr.14556) 22068 : audit [DBG] from='client.47402 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:35:20.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:18.529869+0000 mgr.y (mgr.14556) 22069 : cluster [DBG] pgmap v19496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:35:18.172444+0000 mgr.y (mgr.14556) 22068 : audit [DBG] from='client.47402 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:35:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:18.529869+0000 mgr.y (mgr.14556) 22069 : cluster [DBG] pgmap v19496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:20.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:35:18.172444+0000 mgr.y (mgr.14556) 22068 : audit [DBG] from='client.47402 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:35:20.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:18.529869+0000 mgr.y (mgr.14556) 22069 : cluster [DBG] pgmap v19496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:21.888 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:35:22.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:20.530553+0000 mgr.y (mgr.14556) 22070 : cluster [DBG] pgmap v19497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:22.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:20.530553+0000 mgr.y (mgr.14556) 22070 : cluster [DBG] pgmap v19497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:22.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:20.530553+0000 mgr.y (mgr.14556) 22070 : cluster [DBG] pgmap v19497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:35:23] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:35:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:22.531280+0000 mgr.y (mgr.14556) 22071 : cluster [DBG] pgmap v19498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:22.531280+0000 mgr.y (mgr.14556) 22071 : cluster [DBG] pgmap v19498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:24.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:22.531280+0000 mgr.y (mgr.14556) 22071 : cluster [DBG] pgmap v19498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:26.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:24.531686+0000 mgr.y (mgr.14556) 22072 : cluster [DBG] pgmap v19499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:26.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:24.531686+0000 mgr.y (mgr.14556) 22072 : cluster [DBG] pgmap v19499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:26.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:24.531686+0000 mgr.y (mgr.14556) 22072 : cluster [DBG] pgmap v19499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:28.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:26.532504+0000 mgr.y (mgr.14556) 22073 : cluster [DBG] pgmap v19500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:28.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:26.532504+0000 mgr.y (mgr.14556) 22073 : cluster [DBG] pgmap v19500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:28.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:26.532504+0000 mgr.y (mgr.14556) 22073 : cluster [DBG] pgmap v19500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:30.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:28.533068+0000 mgr.y (mgr.14556) 22074 : cluster [DBG] pgmap v19501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:30.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:28.533068+0000 mgr.y (mgr.14556) 22074 : cluster [DBG] pgmap v19501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:30.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:28.533068+0000 mgr.y (mgr.14556) 22074 : cluster [DBG] pgmap v19501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:31.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:35:30.368571+0000 mon.a (mon.0) 4630 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:35:31.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:35:30.676498+0000 mon.a (mon.0) 4631 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:35:31.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:35:30.677125+0000 mon.a (mon.0) 4632 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:35:31.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:35:30.690313+0000 mon.a (mon.0) 4633 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:35:31.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:35:30.368571+0000 mon.a (mon.0) 4630 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:35:31.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:35:30.676498+0000 mon.a (mon.0) 4631 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:35:31.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:35:30.677125+0000 mon.a (mon.0) 4632 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:35:31.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:35:30.690313+0000 mon.a (mon.0) 4633 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:35:31.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:35:30.368571+0000 mon.a (mon.0) 4630 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:35:31.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:35:30.676498+0000 mon.a (mon.0) 4631 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:35:31.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:35:30.677125+0000 mon.a (mon.0) 4632 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:35:31.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:35:30.690313+0000 mon.a (mon.0) 4633 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:35:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:35:32.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:30.533750+0000 mgr.y (mgr.14556) 22075 : cluster [DBG] pgmap v19502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:32.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:30.533750+0000 mgr.y (mgr.14556) 22075 : cluster [DBG] pgmap v19502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:32.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:30.533750+0000 mgr.y (mgr.14556) 22075 : cluster [DBG] pgmap v19502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:33.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:32.534342+0000 mgr.y (mgr.14556) 22076 : cluster [DBG] pgmap v19503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:33.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:32.534342+0000 mgr.y (mgr.14556) 22076 : cluster [DBG] pgmap v19503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:33.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:32.534342+0000 mgr.y (mgr.14556) 22076 : cluster [DBG] pgmap v19503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:34.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:35:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:35:33] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:35:35.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:34.534736+0000 mgr.y (mgr.14556) 22077 : cluster [DBG] pgmap v19504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:35.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:34.534736+0000 mgr.y (mgr.14556) 22077 : cluster [DBG] pgmap v19504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:35.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:34.534736+0000 mgr.y (mgr.14556) 22077 : cluster [DBG] pgmap v19504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:37.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:36.535578+0000 mgr.y (mgr.14556) 22078 : cluster [DBG] pgmap v19505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:37.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:36.535578+0000 mgr.y (mgr.14556) 22078 : cluster [DBG] pgmap v19505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:37.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:36.535578+0000 mgr.y (mgr.14556) 22078 : cluster [DBG] pgmap v19505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:39.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:38.535923+0000 mgr.y (mgr.14556) 22079 : cluster [DBG] pgmap v19506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:39.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:38.535923+0000 mgr.y (mgr.14556) 22079 : cluster [DBG] pgmap v19506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:39.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:38.535923+0000 mgr.y (mgr.14556) 22079 : cluster [DBG] pgmap v19506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:41.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:40.536521+0000 mgr.y (mgr.14556) 22080 : cluster [DBG] pgmap v19507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:41.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:40.536521+0000 mgr.y (mgr.14556) 22080 : cluster [DBG] pgmap v19507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:41.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:35:41.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:40.536521+0000 mgr.y (mgr.14556) 22080 : cluster [DBG] pgmap v19507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:43.877 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:35:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:35:43.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:42.537050+0000 mgr.y (mgr.14556) 22081 : cluster [DBG] pgmap v19508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:43.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:42.537050+0000 mgr.y (mgr.14556) 22081 : cluster [DBG] pgmap v19508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:43.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:42.537050+0000 mgr.y (mgr.14556) 22081 : cluster [DBG] pgmap v19508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:45.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:44.537476+0000 mgr.y (mgr.14556) 22082 : cluster [DBG] pgmap v19509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:45.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:44.537476+0000 mgr.y (mgr.14556) 22082 : cluster [DBG] pgmap v19509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:45.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:44.537476+0000 mgr.y (mgr.14556) 22082 : cluster [DBG] pgmap v19509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:47.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:46.538096+0000 mgr.y (mgr.14556) 22083 : cluster [DBG] pgmap v19510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:48.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:46.538096+0000 mgr.y (mgr.14556) 22083 : cluster [DBG] pgmap v19510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:46.538096+0000 mgr.y (mgr.14556) 22083 : cluster [DBG] pgmap v19510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:48.852 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:35:49.142 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:35:49.142 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 8m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:35:49.142 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 8m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:35:49.142 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 8m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:35:49.142 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 8m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 8m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 8m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 8m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 8m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 8m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 8m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 8m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 8m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 8m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 8m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 8m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 8m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 8m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 8m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 8m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:35:49.143 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 8m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:35:49.492 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:35:49.492 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:35:49.492 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:35:49.492 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:35:49.492 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:35:49.492 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:35:49.492 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:35:49.492 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:35:49.492 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:35:49.493 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:35:49.493 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:35:49.493 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:35:49.493 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:35:49.493 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:35:49.493 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:35:49.493 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:35:49.493 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:35:49.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:48.538558+0000 mgr.y (mgr.14556) 22084 : cluster [DBG] pgmap v19511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:49.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:35:48.843378+0000 mgr.y (mgr.14556) 22085 : audit [DBG] from='client.47414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:35:49.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:35:49.495094+0000 mon.c (mon.2) 530 : audit [DBG] from='client.? 172.21.15.23:0/2443540229' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:35:50.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:48.538558+0000 mgr.y (mgr.14556) 22084 : cluster [DBG] pgmap v19511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:50.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:35:48.843378+0000 mgr.y (mgr.14556) 22085 : audit [DBG] from='client.47414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:35:50.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:35:49.495094+0000 mon.c (mon.2) 530 : audit [DBG] from='client.? 172.21.15.23:0/2443540229' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:35:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:48.538558+0000 mgr.y (mgr.14556) 22084 : cluster [DBG] pgmap v19511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:35:48.843378+0000 mgr.y (mgr.14556) 22085 : audit [DBG] from='client.47414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:35:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:35:49.495094+0000 mon.c (mon.2) 530 : audit [DBG] from='client.? 172.21.15.23:0/2443540229' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:35:51.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:35:49.137295+0000 mgr.y (mgr.14556) 22086 : audit [DBG] from='client.37512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:35:51.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:35:49.137295+0000 mgr.y (mgr.14556) 22086 : audit [DBG] from='client.37512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:35:51.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:35:49.137295+0000 mgr.y (mgr.14556) 22086 : audit [DBG] from='client.37512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:35:51.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:50.539133+0000 mgr.y (mgr.14556) 22087 : cluster [DBG] pgmap v19512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:35:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:35:52.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:50.539133+0000 mgr.y (mgr.14556) 22087 : cluster [DBG] pgmap v19512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:50.539133+0000 mgr.y (mgr.14556) 22087 : cluster [DBG] pgmap v19512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:54.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:35:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:35:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:52.539591+0000 mgr.y (mgr.14556) 22088 : cluster [DBG] pgmap v19513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:52.539591+0000 mgr.y (mgr.14556) 22088 : cluster [DBG] pgmap v19513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:54.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:52.539591+0000 mgr.y (mgr.14556) 22088 : cluster [DBG] pgmap v19513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:54.540123+0000 mgr.y (mgr.14556) 22089 : cluster [DBG] pgmap v19514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:54.540123+0000 mgr.y (mgr.14556) 22089 : cluster [DBG] pgmap v19514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:56.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:54.540123+0000 mgr.y (mgr.14556) 22089 : cluster [DBG] pgmap v19514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:58.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:56.540786+0000 mgr.y (mgr.14556) 22090 : cluster [DBG] pgmap v19515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:58.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:56.540786+0000 mgr.y (mgr.14556) 22090 : cluster [DBG] pgmap v19515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:35:58.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:56.540786+0000 mgr.y (mgr.14556) 22090 : cluster [DBG] pgmap v19515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:35:58.541283+0000 mgr.y (mgr.14556) 22091 : cluster [DBG] pgmap v19516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:35:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:35:58.541283+0000 mgr.y (mgr.14556) 22091 : cluster [DBG] pgmap v19516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:00.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:35:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:35:58.541283+0000 mgr.y (mgr.14556) 22091 : cluster [DBG] pgmap v19516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:01.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:00.541985+0000 mgr.y (mgr.14556) 22092 : cluster [DBG] pgmap v19517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:36:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:36:02.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:00.541985+0000 mgr.y (mgr.14556) 22092 : cluster [DBG] pgmap v19517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:00.541985+0000 mgr.y (mgr.14556) 22092 : cluster [DBG] pgmap v19517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:36:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:36:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:02.542571+0000 mgr.y (mgr.14556) 22093 : cluster [DBG] pgmap v19518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:02.542571+0000 mgr.y (mgr.14556) 22093 : cluster [DBG] pgmap v19518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:04.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:02.542571+0000 mgr.y (mgr.14556) 22093 : cluster [DBG] pgmap v19518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:06.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:04.542989+0000 mgr.y (mgr.14556) 22094 : cluster [DBG] pgmap v19519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:04.542989+0000 mgr.y (mgr.14556) 22094 : cluster [DBG] pgmap v19519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:06.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:04.542989+0000 mgr.y (mgr.14556) 22094 : cluster [DBG] pgmap v19519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:06.543729+0000 mgr.y (mgr.14556) 22095 : cluster [DBG] pgmap v19520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:08.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:06.543729+0000 mgr.y (mgr.14556) 22095 : cluster [DBG] pgmap v19520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:08.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:06.543729+0000 mgr.y (mgr.14556) 22095 : cluster [DBG] pgmap v19520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:10.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:08.544299+0000 mgr.y (mgr.14556) 22096 : cluster [DBG] pgmap v19521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:08.544299+0000 mgr.y (mgr.14556) 22096 : cluster [DBG] pgmap v19521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:10.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:08.544299+0000 mgr.y (mgr.14556) 22096 : cluster [DBG] pgmap v19521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:10.544992+0000 mgr.y (mgr.14556) 22097 : cluster [DBG] pgmap v19522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:36:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:36:12.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:10.544992+0000 mgr.y (mgr.14556) 22097 : cluster [DBG] pgmap v19522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:10.544992+0000 mgr.y (mgr.14556) 22097 : cluster [DBG] pgmap v19522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:14.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:12.545588+0000 mgr.y (mgr.14556) 22098 : cluster [DBG] pgmap v19523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:36:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:36:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:12.545588+0000 mgr.y (mgr.14556) 22098 : cluster [DBG] pgmap v19523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:14.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:12.545588+0000 mgr.y (mgr.14556) 22098 : cluster [DBG] pgmap v19523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:14.545952+0000 mgr.y (mgr.14556) 22099 : cluster [DBG] pgmap v19524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:14.545952+0000 mgr.y (mgr.14556) 22099 : cluster [DBG] pgmap v19524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:16.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:14.545952+0000 mgr.y (mgr.14556) 22099 : cluster [DBG] pgmap v19524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:18.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:16.546759+0000 mgr.y (mgr.14556) 22100 : cluster [DBG] pgmap v19525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:16.546759+0000 mgr.y (mgr.14556) 22100 : cluster [DBG] pgmap v19525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:18.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:16.546759+0000 mgr.y (mgr.14556) 22100 : cluster [DBG] pgmap v19525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:19.817 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:36:20.104 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:36:20.105 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 8m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:36:20.105 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 8m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:36:20.105 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 8m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:36:20.105 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 8m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:36:20.105 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 8m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:36:20.105 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 8m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:36:20.105 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 8m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:36:20.105 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 8m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:36:20.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 8m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:36:20.106 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 8m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:36:20.106 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 8m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:36:20.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 8m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:36:20.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 8m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:36:20.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 8m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:36:20.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 8m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:36:20.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 8m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:36:20.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 8m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:36:20.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 8m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:36:20.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 8m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:36:20.106 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 8m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:36:20.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:18.547347+0000 mgr.y (mgr.14556) 22101 : cluster [DBG] pgmap v19526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:20.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:18.547347+0000 mgr.y (mgr.14556) 22101 : cluster [DBG] pgmap v19526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:20.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:18.547347+0000 mgr.y (mgr.14556) 22101 : cluster [DBG] pgmap v19526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:20.454 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:36:20.454 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:36:20.455 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:36:20.456 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:36:21.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:36:19.807619+0000 mgr.y (mgr.14556) 22102 : audit [DBG] from='client.37524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:36:21.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:36:20.457604+0000 mon.c (mon.2) 531 : audit [DBG] from='client.? 172.21.15.23:0/3864168310' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:36:21.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:36:19.807619+0000 mgr.y (mgr.14556) 22102 : audit [DBG] from='client.37524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:36:21.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:36:20.457604+0000 mon.c (mon.2) 531 : audit [DBG] from='client.? 172.21.15.23:0/3864168310' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:36:21.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:36:19.807619+0000 mgr.y (mgr.14556) 22102 : audit [DBG] from='client.37524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:36:21.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:36:20.457604+0000 mon.c (mon.2) 531 : audit [DBG] from='client.? 172.21.15.23:0/3864168310' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:36:21.825 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:36:22.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:36:20.099739+0000 mgr.y (mgr.14556) 22103 : audit [DBG] from='client.47438 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:36:22.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:20.548013+0000 mgr.y (mgr.14556) 22104 : cluster [DBG] pgmap v19527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:22.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:36:20.099739+0000 mgr.y (mgr.14556) 22103 : audit [DBG] from='client.47438 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:36:22.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:20.548013+0000 mgr.y (mgr.14556) 22104 : cluster [DBG] pgmap v19527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:22.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:36:20.099739+0000 mgr.y (mgr.14556) 22103 : audit [DBG] from='client.47438 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:36:22.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:20.548013+0000 mgr.y (mgr.14556) 22104 : cluster [DBG] pgmap v19527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:36:23] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:36:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:22.548553+0000 mgr.y (mgr.14556) 22105 : cluster [DBG] pgmap v19528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:22.548553+0000 mgr.y (mgr.14556) 22105 : cluster [DBG] pgmap v19528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:24.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:22.548553+0000 mgr.y (mgr.14556) 22105 : cluster [DBG] pgmap v19528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:26.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:24.549108+0000 mgr.y (mgr.14556) 22106 : cluster [DBG] pgmap v19529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:26.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:24.549108+0000 mgr.y (mgr.14556) 22106 : cluster [DBG] pgmap v19529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:26.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:24.549108+0000 mgr.y (mgr.14556) 22106 : cluster [DBG] pgmap v19529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:28.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:26.549960+0000 mgr.y (mgr.14556) 22107 : cluster [DBG] pgmap v19530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:28.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:26.549960+0000 mgr.y (mgr.14556) 22107 : cluster [DBG] pgmap v19530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:28.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:26.549960+0000 mgr.y (mgr.14556) 22107 : cluster [DBG] pgmap v19530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:30.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:28.550508+0000 mgr.y (mgr.14556) 22108 : cluster [DBG] pgmap v19531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:28.550508+0000 mgr.y (mgr.14556) 22108 : cluster [DBG] pgmap v19531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:30.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:28.550508+0000 mgr.y (mgr.14556) 22108 : cluster [DBG] pgmap v19531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:31.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:36:30.694653+0000 mon.a (mon.0) 4634 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:36:31.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:36:30.694653+0000 mon.a (mon.0) 4634 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:36:31.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:36:30.694653+0000 mon.a (mon.0) 4634 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:36:31.866 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:36:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:30.551073+0000 mgr.y (mgr.14556) 22109 : cluster [DBG] pgmap v19532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:36:30.999416+0000 mon.a (mon.0) 4635 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:36:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:36:31.000078+0000 mon.a (mon.0) 4636 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:36:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:36:31.008030+0000 mon.a (mon.0) 4637 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:36:32.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:30.551073+0000 mgr.y (mgr.14556) 22109 : cluster [DBG] pgmap v19532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:32.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:36:30.999416+0000 mon.a (mon.0) 4635 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:36:32.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:36:31.000078+0000 mon.a (mon.0) 4636 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:36:32.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:36:31.008030+0000 mon.a (mon.0) 4637 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:36:32.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:30.551073+0000 mgr.y (mgr.14556) 22109 : cluster [DBG] pgmap v19532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:32.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:36:30.999416+0000 mon.a (mon.0) 4635 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:36:32.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:36:31.000078+0000 mon.a (mon.0) 4636 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:36:32.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:36:31.008030+0000 mon.a (mon.0) 4637 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:36:34.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:32.551661+0000 mgr.y (mgr.14556) 22110 : cluster [DBG] pgmap v19533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:34.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:36:33] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:36:34.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:32.551661+0000 mgr.y (mgr.14556) 22110 : cluster [DBG] pgmap v19533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:34.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:32.551661+0000 mgr.y (mgr.14556) 22110 : cluster [DBG] pgmap v19533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:36.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:34.552069+0000 mgr.y (mgr.14556) 22111 : cluster [DBG] pgmap v19534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:34.552069+0000 mgr.y (mgr.14556) 22111 : cluster [DBG] pgmap v19534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:36.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:34.552069+0000 mgr.y (mgr.14556) 22111 : cluster [DBG] pgmap v19534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:38.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:36.552914+0000 mgr.y (mgr.14556) 22112 : cluster [DBG] pgmap v19535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:38.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:36.552914+0000 mgr.y (mgr.14556) 22112 : cluster [DBG] pgmap v19535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:38.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:36.552914+0000 mgr.y (mgr.14556) 22112 : cluster [DBG] pgmap v19535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:40.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:38.553380+0000 mgr.y (mgr.14556) 22113 : cluster [DBG] pgmap v19536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:40.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:38.553380+0000 mgr.y (mgr.14556) 22113 : cluster [DBG] pgmap v19536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:40.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:38.553380+0000 mgr.y (mgr.14556) 22113 : cluster [DBG] pgmap v19536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:36:42.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:40.553959+0000 mgr.y (mgr.14556) 22114 : cluster [DBG] pgmap v19537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:40.553959+0000 mgr.y (mgr.14556) 22114 : cluster [DBG] pgmap v19537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:42.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:40.553959+0000 mgr.y (mgr.14556) 22114 : cluster [DBG] pgmap v19537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:44.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:42.554451+0000 mgr.y (mgr.14556) 22115 : cluster [DBG] pgmap v19538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:36:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:36:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:42.554451+0000 mgr.y (mgr.14556) 22115 : cluster [DBG] pgmap v19538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:44.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:42.554451+0000 mgr.y (mgr.14556) 22115 : cluster [DBG] pgmap v19538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:46.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:44.555004+0000 mgr.y (mgr.14556) 22116 : cluster [DBG] pgmap v19539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:46.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:44.555004+0000 mgr.y (mgr.14556) 22116 : cluster [DBG] pgmap v19539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:46.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:44.555004+0000 mgr.y (mgr.14556) 22116 : cluster [DBG] pgmap v19539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:48.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:46.555830+0000 mgr.y (mgr.14556) 22117 : cluster [DBG] pgmap v19540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:48.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:46.555830+0000 mgr.y (mgr.14556) 22117 : cluster [DBG] pgmap v19540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:48.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:46.555830+0000 mgr.y (mgr.14556) 22117 : cluster [DBG] pgmap v19540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:50.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:48.556366+0000 mgr.y (mgr.14556) 22118 : cluster [DBG] pgmap v19541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:50.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:48.556366+0000 mgr.y (mgr.14556) 22118 : cluster [DBG] pgmap v19541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:50.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:48.556366+0000 mgr.y (mgr.14556) 22118 : cluster [DBG] pgmap v19541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:50.778 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:36:51.067 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:36:51.067 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 9m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:36:51.067 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 9m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 9m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 9m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 9m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 9m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 9m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 9m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 9m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 9m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 9m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 9m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 9m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 9m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 9m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:36:51.068 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 9m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:36:51.069 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 9m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:36:51.069 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 9m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:36:51.069 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 9m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:36:51.069 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 9m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:36:51.415 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:36:51.415 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:36:51.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:36:51.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:36:51.415 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:36:51.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:36:51.415 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:36:51.415 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:36:51.415 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:36:51.416 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:36:51.416 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:36:51.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:36:51.416 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:36:51.416 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:36:51.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:36:51.416 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:36:51.416 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:36:51.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:36:52.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:50.556907+0000 mgr.y (mgr.14556) 22119 : cluster [DBG] pgmap v19542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:52.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:36:50.769527+0000 mgr.y (mgr.14556) 22120 : audit [DBG] from='client.37542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:36:52.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:36:51.418150+0000 mon.a (mon.0) 4638 : audit [DBG] from='client.? 172.21.15.23:0/618044008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:36:52.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:50.556907+0000 mgr.y (mgr.14556) 22119 : cluster [DBG] pgmap v19542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:52.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:36:50.769527+0000 mgr.y (mgr.14556) 22120 : audit [DBG] from='client.37542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:36:52.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:36:51.418150+0000 mon.a (mon.0) 4638 : audit [DBG] from='client.? 172.21.15.23:0/618044008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:36:52.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:50.556907+0000 mgr.y (mgr.14556) 22119 : cluster [DBG] pgmap v19542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:52.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:36:50.769527+0000 mgr.y (mgr.14556) 22120 : audit [DBG] from='client.37542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:36:52.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:36:51.418150+0000 mon.a (mon.0) 4638 : audit [DBG] from='client.? 172.21.15.23:0/618044008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:36:53.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:36:51.062349+0000 mgr.y (mgr.14556) 22121 : audit [DBG] from='client.47456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:36:53.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:36:51.062349+0000 mgr.y (mgr.14556) 22121 : audit [DBG] from='client.47456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:36:53.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:36:51.062349+0000 mgr.y (mgr.14556) 22121 : audit [DBG] from='client.47456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:36:54.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:52.557297+0000 mgr.y (mgr.14556) 22122 : cluster [DBG] pgmap v19543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:36:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:36:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:52.557297+0000 mgr.y (mgr.14556) 22122 : cluster [DBG] pgmap v19543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:54.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:52.557297+0000 mgr.y (mgr.14556) 22122 : cluster [DBG] pgmap v19543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:55.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:54.557646+0000 mgr.y (mgr.14556) 22123 : cluster [DBG] pgmap v19544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:55.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:54.557646+0000 mgr.y (mgr.14556) 22123 : cluster [DBG] pgmap v19544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:55.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:54.557646+0000 mgr.y (mgr.14556) 22123 : cluster [DBG] pgmap v19544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:57.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:56.558302+0000 mgr.y (mgr.14556) 22124 : cluster [DBG] pgmap v19545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:57.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:56.558302+0000 mgr.y (mgr.14556) 22124 : cluster [DBG] pgmap v19545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:57.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:56.558302+0000 mgr.y (mgr.14556) 22124 : cluster [DBG] pgmap v19545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:59.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:36:58.558683+0000 mgr.y (mgr.14556) 22125 : cluster [DBG] pgmap v19546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:59.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:36:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:36:58.558683+0000 mgr.y (mgr.14556) 22125 : cluster [DBG] pgmap v19546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:36:59.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:36:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:36:58.558683+0000 mgr.y (mgr.14556) 22125 : cluster [DBG] pgmap v19546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:01.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:00.559358+0000 mgr.y (mgr.14556) 22126 : cluster [DBG] pgmap v19547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:37:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:37:02.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:00.559358+0000 mgr.y (mgr.14556) 22126 : cluster [DBG] pgmap v19547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:00.559358+0000 mgr.y (mgr.14556) 22126 : cluster [DBG] pgmap v19547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:03.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:02.559723+0000 mgr.y (mgr.14556) 22127 : cluster [DBG] pgmap v19548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:37:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:37:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:02.559723+0000 mgr.y (mgr.14556) 22127 : cluster [DBG] pgmap v19548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:02.559723+0000 mgr.y (mgr.14556) 22127 : cluster [DBG] pgmap v19548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:05.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:04.560197+0000 mgr.y (mgr.14556) 22128 : cluster [DBG] pgmap v19549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:06.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:04.560197+0000 mgr.y (mgr.14556) 22128 : cluster [DBG] pgmap v19549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:04.560197+0000 mgr.y (mgr.14556) 22128 : cluster [DBG] pgmap v19549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:07.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:06.560904+0000 mgr.y (mgr.14556) 22129 : cluster [DBG] pgmap v19550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:06.560904+0000 mgr.y (mgr.14556) 22129 : cluster [DBG] pgmap v19550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:08.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:06.560904+0000 mgr.y (mgr.14556) 22129 : cluster [DBG] pgmap v19550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:10.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:08.561289+0000 mgr.y (mgr.14556) 22130 : cluster [DBG] pgmap v19551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:10.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:08.561289+0000 mgr.y (mgr.14556) 22130 : cluster [DBG] pgmap v19551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:10.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:08.561289+0000 mgr.y (mgr.14556) 22130 : cluster [DBG] pgmap v19551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:11.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:10.561851+0000 mgr.y (mgr.14556) 22131 : cluster [DBG] pgmap v19552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:37:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:37:12.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:10.561851+0000 mgr.y (mgr.14556) 22131 : cluster [DBG] pgmap v19552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:12.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:10.561851+0000 mgr.y (mgr.14556) 22131 : cluster [DBG] pgmap v19552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:14.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:12.562171+0000 mgr.y (mgr.14556) 22132 : cluster [DBG] pgmap v19553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:12.562171+0000 mgr.y (mgr.14556) 22132 : cluster [DBG] pgmap v19553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:37:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:37:13] "GET /metrics HTTP/1.1" 200 188268 "" "Prometheus/2.33.4" 2024-03-22T17:37:14.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:12.562171+0000 mgr.y (mgr.14556) 22132 : cluster [DBG] pgmap v19553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:16.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:14.562685+0000 mgr.y (mgr.14556) 22133 : cluster [DBG] pgmap v19554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:14.562685+0000 mgr.y (mgr.14556) 22133 : cluster [DBG] pgmap v19554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:16.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:14.562685+0000 mgr.y (mgr.14556) 22133 : cluster [DBG] pgmap v19554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:18.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:16.563460+0000 mgr.y (mgr.14556) 22134 : cluster [DBG] pgmap v19555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:16.563460+0000 mgr.y (mgr.14556) 22134 : cluster [DBG] pgmap v19555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:18.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:16.563460+0000 mgr.y (mgr.14556) 22134 : cluster [DBG] pgmap v19555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:20.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:18.563972+0000 mgr.y (mgr.14556) 22135 : cluster [DBG] pgmap v19556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:20.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:18.563972+0000 mgr.y (mgr.14556) 22135 : cluster [DBG] pgmap v19556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:20.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:18.563972+0000 mgr.y (mgr.14556) 22135 : cluster [DBG] pgmap v19556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:21.736 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:37:21.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:20.564566+0000 mgr.y (mgr.14556) 22136 : cluster [DBG] pgmap v19557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:37:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:37:22.024 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:37:22.024 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 9m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 9m ago 10h 59.9M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 9m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 9m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 9m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 9m ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 9m ago 10h 1103M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 9m ago 10h 932M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 9m ago 10h 931M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 9m ago 10h 22.6M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 9m ago 10h 21.9M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 9m ago 10h 47.2M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 9m ago 10h 46.6M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:37:22.025 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 9m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:37:22.026 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 9m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:37:22.026 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 9m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:37:22.026 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 9m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:37:22.026 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 9m ago 10h 44.3M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:37:22.026 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 9m ago 10h 43.9M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:37:22.026 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 9m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:37:22.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:20.564566+0000 mgr.y (mgr.14556) 22136 : cluster [DBG] pgmap v19557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:22.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:20.564566+0000 mgr.y (mgr.14556) 22136 : cluster [DBG] pgmap v19557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:22.378 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:37:22.379 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:37:22.380 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:37:22.380 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:37:22.380 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:37:23.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:37:21.727592+0000 mgr.y (mgr.14556) 22137 : audit [DBG] from='client.47468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:37:23.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:37:22.381840+0000 mon.a (mon.0) 4639 : audit [DBG] from='client.? 172.21.15.23:0/1053389841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:37:23.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:37:21.727592+0000 mgr.y (mgr.14556) 22137 : audit [DBG] from='client.47468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:37:23.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:37:22.381840+0000 mon.a (mon.0) 4639 : audit [DBG] from='client.? 172.21.15.23:0/1053389841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:37:23.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:37:21.727592+0000 mgr.y (mgr.14556) 22137 : audit [DBG] from='client.47468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:37:23.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:37:22.381840+0000 mon.a (mon.0) 4639 : audit [DBG] from='client.? 172.21.15.23:0/1053389841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:37:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:37:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:37:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:37:22.019697+0000 mgr.y (mgr.14556) 22138 : audit [DBG] from='client.37566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:37:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:22.565062+0000 mgr.y (mgr.14556) 22139 : cluster [DBG] pgmap v19558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:37:22.019697+0000 mgr.y (mgr.14556) 22138 : audit [DBG] from='client.37566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:37:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:22.565062+0000 mgr.y (mgr.14556) 22139 : cluster [DBG] pgmap v19558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:24.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:37:22.019697+0000 mgr.y (mgr.14556) 22138 : audit [DBG] from='client.37566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:37:24.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:22.565062+0000 mgr.y (mgr.14556) 22139 : cluster [DBG] pgmap v19558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:26.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:24.565590+0000 mgr.y (mgr.14556) 22140 : cluster [DBG] pgmap v19559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:26.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:24.565590+0000 mgr.y (mgr.14556) 22140 : cluster [DBG] pgmap v19559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:26.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:24.565590+0000 mgr.y (mgr.14556) 22140 : cluster [DBG] pgmap v19559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:28.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:26.566428+0000 mgr.y (mgr.14556) 22141 : cluster [DBG] pgmap v19560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:28.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:26.566428+0000 mgr.y (mgr.14556) 22141 : cluster [DBG] pgmap v19560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:28.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:26.566428+0000 mgr.y (mgr.14556) 22141 : cluster [DBG] pgmap v19560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:28.566906+0000 mgr.y (mgr.14556) 22142 : cluster [DBG] pgmap v19561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:30.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:28.566906+0000 mgr.y (mgr.14556) 22142 : cluster [DBG] pgmap v19561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:28.566906+0000 mgr.y (mgr.14556) 22142 : cluster [DBG] pgmap v19561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:31.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:37:31.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:30.567552+0000 mgr.y (mgr.14556) 22143 : cluster [DBG] pgmap v19562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:31.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:37:31.012501+0000 mon.a (mon.0) 4640 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:37:32.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:30.567552+0000 mgr.y (mgr.14556) 22143 : cluster [DBG] pgmap v19562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:32.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:37:31.012501+0000 mon.a (mon.0) 4640 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:37:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:30.567552+0000 mgr.y (mgr.14556) 22143 : cluster [DBG] pgmap v19562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:37:31.012501+0000 mon.a (mon.0) 4640 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:37:34.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:37:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:37:34.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:32.567900+0000 mgr.y (mgr.14556) 22144 : cluster [DBG] pgmap v19563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:34.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:37:33.541779+0000 mon.a (mon.0) 4641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:37:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:32.567900+0000 mgr.y (mgr.14556) 22144 : cluster [DBG] pgmap v19563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:37:33.541779+0000 mon.a (mon.0) 4641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:37:34.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:32.567900+0000 mgr.y (mgr.14556) 22144 : cluster [DBG] pgmap v19563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:34.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:37:33.541779+0000 mon.a (mon.0) 4641 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:37:35.627 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:37:34.197236+0000 mon.a (mon.0) 4642 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:37:35.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:37:34.491921+0000 mon.a (mon.0) 4643 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:37:35.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:37:34.492674+0000 mon.a (mon.0) 4644 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:37:35.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:37:34.497273+0000 mon.a (mon.0) 4645 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:37:35.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:34.568384+0000 mgr.y (mgr.14556) 22145 : cluster [DBG] pgmap v19564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:35.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:37:34.197236+0000 mon.a (mon.0) 4642 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:37:35.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:37:34.491921+0000 mon.a (mon.0) 4643 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:37:35.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:37:34.492674+0000 mon.a (mon.0) 4644 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:37:35.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:37:34.497273+0000 mon.a (mon.0) 4645 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:37:35.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:34.568384+0000 mgr.y (mgr.14556) 22145 : cluster [DBG] pgmap v19564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:35.660 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:37:34.197236+0000 mon.a (mon.0) 4642 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:37:35.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:37:34.491921+0000 mon.a (mon.0) 4643 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:37:35.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:37:34.492674+0000 mon.a (mon.0) 4644 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:37:35.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:37:34.497273+0000 mon.a (mon.0) 4645 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:37:35.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:34.568384+0000 mgr.y (mgr.14556) 22145 : cluster [DBG] pgmap v19564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:37.877 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:36.569106+0000 mgr.y (mgr.14556) 22146 : cluster [DBG] pgmap v19565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:37.878 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:36.569106+0000 mgr.y (mgr.14556) 22146 : cluster [DBG] pgmap v19565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:37.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:36.569106+0000 mgr.y (mgr.14556) 22146 : cluster [DBG] pgmap v19565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:39.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:38.569646+0000 mgr.y (mgr.14556) 22147 : cluster [DBG] pgmap v19566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:40.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:38.569646+0000 mgr.y (mgr.14556) 22147 : cluster [DBG] pgmap v19566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:38.569646+0000 mgr.y (mgr.14556) 22147 : cluster [DBG] pgmap v19566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:41.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:40.570271+0000 mgr.y (mgr.14556) 22148 : cluster [DBG] pgmap v19567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:37:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:37:42.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:40.570271+0000 mgr.y (mgr.14556) 22148 : cluster [DBG] pgmap v19567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:42.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:40.570271+0000 mgr.y (mgr.14556) 22148 : cluster [DBG] pgmap v19567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:44.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:37:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:37:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:42.570774+0000 mgr.y (mgr.14556) 22149 : cluster [DBG] pgmap v19568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:42.570774+0000 mgr.y (mgr.14556) 22149 : cluster [DBG] pgmap v19568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:44.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:42.570774+0000 mgr.y (mgr.14556) 22149 : cluster [DBG] pgmap v19568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:46.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:44.571297+0000 mgr.y (mgr.14556) 22150 : cluster [DBG] pgmap v19569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:44.571297+0000 mgr.y (mgr.14556) 22150 : cluster [DBG] pgmap v19569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:46.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:44.571297+0000 mgr.y (mgr.14556) 22150 : cluster [DBG] pgmap v19569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:48.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:46.571911+0000 mgr.y (mgr.14556) 22151 : cluster [DBG] pgmap v19570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:46.571911+0000 mgr.y (mgr.14556) 22151 : cluster [DBG] pgmap v19570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:48.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:46.571911+0000 mgr.y (mgr.14556) 22151 : cluster [DBG] pgmap v19570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:50.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:48.572369+0000 mgr.y (mgr.14556) 22152 : cluster [DBG] pgmap v19571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:48.572369+0000 mgr.y (mgr.14556) 22152 : cluster [DBG] pgmap v19571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:50.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:48.572369+0000 mgr.y (mgr.14556) 22152 : cluster [DBG] pgmap v19571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:51.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:50.572972+0000 mgr.y (mgr.14556) 22153 : cluster [DBG] pgmap v19572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:37:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:37:52.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:50.572972+0000 mgr.y (mgr.14556) 22153 : cluster [DBG] pgmap v19572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:50.572972+0000 mgr.y (mgr.14556) 22153 : cluster [DBG] pgmap v19572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:52.706 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:37:52.995 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:37:52.995 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 19s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 18s ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 19s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 18s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 18s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 19s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 19s ago 10h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 18s ago 10h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 19s ago 10h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 19s ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 18s ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 19s ago 10h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 19s ago 10h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 19s ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:37:52.996 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 19s ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:37:52.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 18s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:37:52.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 18s ago 10h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:37:52.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 18s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:37:52.997 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 18s ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:37:52.997 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 18s ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:37:53.350 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:37:53.416 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:37:53.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:37:53.416 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:37:53.416 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:37:53.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:37:53.416 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:37:53.417 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:37:53.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:37:53.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:37:53.417 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:37:53.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:37:53.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:37:53.417 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:37:53.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:37:53.417 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:37:53.417 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:37:54.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:37:53] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T17:37:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:52.573293+0000 mgr.y (mgr.14556) 22154 : cluster [DBG] pgmap v19573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:37:52.697052+0000 mgr.y (mgr.14556) 22155 : audit [DBG] from='client.37578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:37:54.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:37:53.353214+0000 mon.a (mon.0) 4646 : audit [DBG] from='client.? 172.21.15.23:0/3271475542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:37:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:52.573293+0000 mgr.y (mgr.14556) 22154 : cluster [DBG] pgmap v19573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:37:52.697052+0000 mgr.y (mgr.14556) 22155 : audit [DBG] from='client.37578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:37:54.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:37:53.353214+0000 mon.a (mon.0) 4646 : audit [DBG] from='client.? 172.21.15.23:0/3271475542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:37:54.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:52.573293+0000 mgr.y (mgr.14556) 22154 : cluster [DBG] pgmap v19573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:54.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:37:52.697052+0000 mgr.y (mgr.14556) 22155 : audit [DBG] from='client.37578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:37:54.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:37:53.353214+0000 mon.a (mon.0) 4646 : audit [DBG] from='client.? 172.21.15.23:0/3271475542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:37:55.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:37:52.990533+0000 mgr.y (mgr.14556) 22156 : audit [DBG] from='client.37584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:37:55.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:37:52.990533+0000 mgr.y (mgr.14556) 22156 : audit [DBG] from='client.37584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:37:55.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:37:52.990533+0000 mgr.y (mgr.14556) 22156 : audit [DBG] from='client.37584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:37:56.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:54.573754+0000 mgr.y (mgr.14556) 22157 : cluster [DBG] pgmap v19574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:54.573754+0000 mgr.y (mgr.14556) 22157 : cluster [DBG] pgmap v19574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:56.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:54.573754+0000 mgr.y (mgr.14556) 22157 : cluster [DBG] pgmap v19574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:58.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:56.574494+0000 mgr.y (mgr.14556) 22158 : cluster [DBG] pgmap v19575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:58.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:56.574494+0000 mgr.y (mgr.14556) 22158 : cluster [DBG] pgmap v19575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:37:58.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:56.574494+0000 mgr.y (mgr.14556) 22158 : cluster [DBG] pgmap v19575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:00.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:37:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:37:58.574926+0000 mgr.y (mgr.14556) 22159 : cluster [DBG] pgmap v19576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:37:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:37:58.574926+0000 mgr.y (mgr.14556) 22159 : cluster [DBG] pgmap v19576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:00.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:37:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:37:58.574926+0000 mgr.y (mgr.14556) 22159 : cluster [DBG] pgmap v19576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:01.793 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:38:02.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:00.575664+0000 mgr.y (mgr.14556) 22160 : cluster [DBG] pgmap v19577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:00.575664+0000 mgr.y (mgr.14556) 22160 : cluster [DBG] pgmap v19577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:02.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:00.575664+0000 mgr.y (mgr.14556) 22160 : cluster [DBG] pgmap v19577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:38:03] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T17:38:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:02.576043+0000 mgr.y (mgr.14556) 22161 : cluster [DBG] pgmap v19578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:02.576043+0000 mgr.y (mgr.14556) 22161 : cluster [DBG] pgmap v19578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:04.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:02.576043+0000 mgr.y (mgr.14556) 22161 : cluster [DBG] pgmap v19578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:06.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:04.576477+0000 mgr.y (mgr.14556) 22162 : cluster [DBG] pgmap v19579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:04.576477+0000 mgr.y (mgr.14556) 22162 : cluster [DBG] pgmap v19579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:06.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:04.576477+0000 mgr.y (mgr.14556) 22162 : cluster [DBG] pgmap v19579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:08.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:06.577353+0000 mgr.y (mgr.14556) 22163 : cluster [DBG] pgmap v19580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:06.577353+0000 mgr.y (mgr.14556) 22163 : cluster [DBG] pgmap v19580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:08.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:06.577353+0000 mgr.y (mgr.14556) 22163 : cluster [DBG] pgmap v19580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:10.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:08.577899+0000 mgr.y (mgr.14556) 22164 : cluster [DBG] pgmap v19581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:08.577899+0000 mgr.y (mgr.14556) 22164 : cluster [DBG] pgmap v19581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:10.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:08.577899+0000 mgr.y (mgr.14556) 22164 : cluster [DBG] pgmap v19581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:11.870 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:38:12.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:10.578563+0000 mgr.y (mgr.14556) 22165 : cluster [DBG] pgmap v19582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:12.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:10.578563+0000 mgr.y (mgr.14556) 22165 : cluster [DBG] pgmap v19582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:12.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:10.578563+0000 mgr.y (mgr.14556) 22165 : cluster [DBG] pgmap v19582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:14.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:38:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:38:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:12.578966+0000 mgr.y (mgr.14556) 22166 : cluster [DBG] pgmap v19583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:12.578966+0000 mgr.y (mgr.14556) 22166 : cluster [DBG] pgmap v19583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:14.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:12.578966+0000 mgr.y (mgr.14556) 22166 : cluster [DBG] pgmap v19583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:16.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:14.579424+0000 mgr.y (mgr.14556) 22167 : cluster [DBG] pgmap v19584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:16.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:14.579424+0000 mgr.y (mgr.14556) 22167 : cluster [DBG] pgmap v19584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:16.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:14.579424+0000 mgr.y (mgr.14556) 22167 : cluster [DBG] pgmap v19584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:18.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:16.580190+0000 mgr.y (mgr.14556) 22168 : cluster [DBG] pgmap v19585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:18.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:16.580190+0000 mgr.y (mgr.14556) 22168 : cluster [DBG] pgmap v19585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:18.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:16.580190+0000 mgr.y (mgr.14556) 22168 : cluster [DBG] pgmap v19585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:20.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:18.580654+0000 mgr.y (mgr.14556) 22169 : cluster [DBG] pgmap v19586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:20.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:18.580654+0000 mgr.y (mgr.14556) 22169 : cluster [DBG] pgmap v19586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:20.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:18.580654+0000 mgr.y (mgr.14556) 22169 : cluster [DBG] pgmap v19586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:21.908 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:38:22.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:20.581265+0000 mgr.y (mgr.14556) 22170 : cluster [DBG] pgmap v19587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:22.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:20.581265+0000 mgr.y (mgr.14556) 22170 : cluster [DBG] pgmap v19587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:22.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:20.581265+0000 mgr.y (mgr.14556) 22170 : cluster [DBG] pgmap v19587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:23.675 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:38:23.963 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:38:23.963 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 50s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:38:23.963 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 49s ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:38:23.963 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 50s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:38:23.963 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 49s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:38:23.963 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 49s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:38:23.963 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 50s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:38:23.963 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 50s ago 10h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:38:23.963 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 49s ago 10h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:38:23.963 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 50s ago 10h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:38:23.963 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 50s ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:38:23.964 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 49s ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:38:23.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 50s ago 10h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:38:23.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 50s ago 10h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:38:23.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 50s ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:38:23.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 50s ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:38:23.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 49s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:38:23.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 49s ago 10h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:38:23.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 49s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:38:23.964 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 49s ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:38:23.964 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 49s ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:38:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:38:23] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:38:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:22.581720+0000 mgr.y (mgr.14556) 22171 : cluster [DBG] pgmap v19588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:22.581720+0000 mgr.y (mgr.14556) 22171 : cluster [DBG] pgmap v19588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:24.313 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:38:24.313 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:38:24.313 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:38:24.313 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:38:24.314 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:38:24.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:22.581720+0000 mgr.y (mgr.14556) 22171 : cluster [DBG] pgmap v19588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:25.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:38:23.666236+0000 mgr.y (mgr.14556) 22172 : audit [DBG] from='client.47504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:38:25.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:38:23.958056+0000 mgr.y (mgr.14556) 22173 : audit [DBG] from='client.37602 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:38:25.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:38:24.316369+0000 mon.a (mon.0) 4647 : audit [DBG] from='client.? 172.21.15.23:0/3650876042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:38:25.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:38:23.666236+0000 mgr.y (mgr.14556) 22172 : audit [DBG] from='client.47504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:38:25.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:38:23.958056+0000 mgr.y (mgr.14556) 22173 : audit [DBG] from='client.37602 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:38:25.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:38:24.316369+0000 mon.a (mon.0) 4647 : audit [DBG] from='client.? 172.21.15.23:0/3650876042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:38:25.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:38:23.666236+0000 mgr.y (mgr.14556) 22172 : audit [DBG] from='client.47504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:38:25.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:38:23.958056+0000 mgr.y (mgr.14556) 22173 : audit [DBG] from='client.37602 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:38:25.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:38:24.316369+0000 mon.a (mon.0) 4647 : audit [DBG] from='client.? 172.21.15.23:0/3650876042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:38:26.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:24.582166+0000 mgr.y (mgr.14556) 22174 : cluster [DBG] pgmap v19589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:26.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:24.582166+0000 mgr.y (mgr.14556) 22174 : cluster [DBG] pgmap v19589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:26.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:24.582166+0000 mgr.y (mgr.14556) 22174 : cluster [DBG] pgmap v19589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:28.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:26.582858+0000 mgr.y (mgr.14556) 22175 : cluster [DBG] pgmap v19590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:28.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:26.582858+0000 mgr.y (mgr.14556) 22175 : cluster [DBG] pgmap v19590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:28.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:26.582858+0000 mgr.y (mgr.14556) 22175 : cluster [DBG] pgmap v19590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:30.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:28.583250+0000 mgr.y (mgr.14556) 22176 : cluster [DBG] pgmap v19591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:30.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:28.583250+0000 mgr.y (mgr.14556) 22176 : cluster [DBG] pgmap v19591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:30.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:28.583250+0000 mgr.y (mgr.14556) 22176 : cluster [DBG] pgmap v19591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:31.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:30.583996+0000 mgr.y (mgr.14556) 22177 : cluster [DBG] pgmap v19592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:31.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:30.583996+0000 mgr.y (mgr.14556) 22177 : cluster [DBG] pgmap v19592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:31.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:30.583996+0000 mgr.y (mgr.14556) 22177 : cluster [DBG] pgmap v19592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:31.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:38:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:38:33.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:32.584470+0000 mgr.y (mgr.14556) 22178 : cluster [DBG] pgmap v19593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:34.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:38:33] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:38:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:32.584470+0000 mgr.y (mgr.14556) 22178 : cluster [DBG] pgmap v19593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:34.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:32.584470+0000 mgr.y (mgr.14556) 22178 : cluster [DBG] pgmap v19593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:35.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:38:34.502225+0000 mon.a (mon.0) 4648 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:38:35.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:38:34.502225+0000 mon.a (mon.0) 4648 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:38:35.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:38:34.502225+0000 mon.a (mon.0) 4648 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:38:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:34.584816+0000 mgr.y (mgr.14556) 22179 : cluster [DBG] pgmap v19594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:38:34.814392+0000 mon.a (mon.0) 4649 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:38:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:38:34.815047+0000 mon.a (mon.0) 4650 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:38:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:38:34.823545+0000 mon.a (mon.0) 4651 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:38:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:34.584816+0000 mgr.y (mgr.14556) 22179 : cluster [DBG] pgmap v19594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:38:34.814392+0000 mon.a (mon.0) 4649 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:38:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:38:34.815047+0000 mon.a (mon.0) 4650 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:38:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:38:34.823545+0000 mon.a (mon.0) 4651 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:38:36.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:34.584816+0000 mgr.y (mgr.14556) 22179 : cluster [DBG] pgmap v19594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:36.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:38:34.814392+0000 mon.a (mon.0) 4649 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:38:36.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:38:34.815047+0000 mon.a (mon.0) 4650 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:38:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:38:34.823545+0000 mon.a (mon.0) 4651 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:38:38.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:36.585905+0000 mgr.y (mgr.14556) 22180 : cluster [DBG] pgmap v19595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:38.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:36.585905+0000 mgr.y (mgr.14556) 22180 : cluster [DBG] pgmap v19595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:38.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:36.585905+0000 mgr.y (mgr.14556) 22180 : cluster [DBG] pgmap v19595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:40.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:38.586308+0000 mgr.y (mgr.14556) 22181 : cluster [DBG] pgmap v19596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:40.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:38.586308+0000 mgr.y (mgr.14556) 22181 : cluster [DBG] pgmap v19596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:40.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:38.586308+0000 mgr.y (mgr.14556) 22181 : cluster [DBG] pgmap v19596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:41.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:40.586970+0000 mgr.y (mgr.14556) 22182 : cluster [DBG] pgmap v19597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:38:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:38:42.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:40.586970+0000 mgr.y (mgr.14556) 22182 : cluster [DBG] pgmap v19597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:42.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:40.586970+0000 mgr.y (mgr.14556) 22182 : cluster [DBG] pgmap v19597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:44.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:42.587485+0000 mgr.y (mgr.14556) 22183 : cluster [DBG] pgmap v19598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:42.587485+0000 mgr.y (mgr.14556) 22183 : cluster [DBG] pgmap v19598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:38:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:38:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:38:44.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:42.587485+0000 mgr.y (mgr.14556) 22183 : cluster [DBG] pgmap v19598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:46.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:44.587948+0000 mgr.y (mgr.14556) 22184 : cluster [DBG] pgmap v19599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:44.587948+0000 mgr.y (mgr.14556) 22184 : cluster [DBG] pgmap v19599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:46.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:44.587948+0000 mgr.y (mgr.14556) 22184 : cluster [DBG] pgmap v19599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:48.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:46.588552+0000 mgr.y (mgr.14556) 22185 : cluster [DBG] pgmap v19600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:46.588552+0000 mgr.y (mgr.14556) 22185 : cluster [DBG] pgmap v19600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:48.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:46.588552+0000 mgr.y (mgr.14556) 22185 : cluster [DBG] pgmap v19600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:50.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:48.588903+0000 mgr.y (mgr.14556) 22186 : cluster [DBG] pgmap v19601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:48.588903+0000 mgr.y (mgr.14556) 22186 : cluster [DBG] pgmap v19601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:50.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:48.588903+0000 mgr.y (mgr.14556) 22186 : cluster [DBG] pgmap v19601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:51.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:50.589604+0000 mgr.y (mgr.14556) 22187 : cluster [DBG] pgmap v19602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:38:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:38:52.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:50.589604+0000 mgr.y (mgr.14556) 22187 : cluster [DBG] pgmap v19602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:50.589604+0000 mgr.y (mgr.14556) 22187 : cluster [DBG] pgmap v19602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:54.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:38:53] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:38:54.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:52.590090+0000 mgr.y (mgr.14556) 22188 : cluster [DBG] pgmap v19603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:52.590090+0000 mgr.y (mgr.14556) 22188 : cluster [DBG] pgmap v19603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:54.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:52.590090+0000 mgr.y (mgr.14556) 22188 : cluster [DBG] pgmap v19603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:54.639 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:38:54.930 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:38:54.930 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 81s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:38:54.930 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 80s ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:38:54.930 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 81s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:38:54.930 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 80s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:38:54.930 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 80s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:38:54.930 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 81s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:38:54.930 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 81s ago 10h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:38:54.930 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 80s ago 10h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:38:54.930 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 81s ago 10h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:38:54.930 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 81s ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:38:54.931 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 80s ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:38:54.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 81s ago 10h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:38:54.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 81s ago 10h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:38:54.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 81s ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:38:54.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 81s ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:38:54.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 80s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:38:54.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 80s ago 10h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:38:54.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 80s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:38:54.931 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 80s ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:38:54.931 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 80s ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:38:55.279 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:38:55.279 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:38:55.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:38:55.279 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:38:55.279 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:38:55.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:38:55.279 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:38:55.279 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:38:55.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:38:55.280 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:38:55.280 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:38:55.280 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:38:55.280 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:38:55.280 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:38:55.280 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:38:55.280 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:38:55.280 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:38:56.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:54.590430+0000 mgr.y (mgr.14556) 22189 : cluster [DBG] pgmap v19604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:38:54.630283+0000 mgr.y (mgr.14556) 22190 : audit [DBG] from='client.37614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:38:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:38:54.923272+0000 mgr.y (mgr.14556) 22191 : audit [DBG] from='client.47528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:38:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:38:55.282081+0000 mon.a (mon.0) 4652 : audit [DBG] from='client.? 172.21.15.23:0/3719762042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:38:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:54.590430+0000 mgr.y (mgr.14556) 22189 : cluster [DBG] pgmap v19604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:38:54.630283+0000 mgr.y (mgr.14556) 22190 : audit [DBG] from='client.37614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:38:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:38:54.923272+0000 mgr.y (mgr.14556) 22191 : audit [DBG] from='client.47528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:38:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:38:55.282081+0000 mon.a (mon.0) 4652 : audit [DBG] from='client.? 172.21.15.23:0/3719762042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:38:56.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:54.590430+0000 mgr.y (mgr.14556) 22189 : cluster [DBG] pgmap v19604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:56.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:38:54.630283+0000 mgr.y (mgr.14556) 22190 : audit [DBG] from='client.37614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:38:56.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:38:54.923272+0000 mgr.y (mgr.14556) 22191 : audit [DBG] from='client.47528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:38:56.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:38:55.282081+0000 mon.a (mon.0) 4652 : audit [DBG] from='client.? 172.21.15.23:0/3719762042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:38:58.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:56.591091+0000 mgr.y (mgr.14556) 22192 : cluster [DBG] pgmap v19605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:58.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:56.591091+0000 mgr.y (mgr.14556) 22192 : cluster [DBG] pgmap v19605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:38:58.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:56.591091+0000 mgr.y (mgr.14556) 22192 : cluster [DBG] pgmap v19605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:00.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:38:58.591491+0000 mgr.y (mgr.14556) 22193 : cluster [DBG] pgmap v19606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:38:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:38:58.591491+0000 mgr.y (mgr.14556) 22193 : cluster [DBG] pgmap v19606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:00.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:38:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:38:58.591491+0000 mgr.y (mgr.14556) 22193 : cluster [DBG] pgmap v19606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:01.818 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:39:02.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:00.592066+0000 mgr.y (mgr.14556) 22194 : cluster [DBG] pgmap v19607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:00.592066+0000 mgr.y (mgr.14556) 22194 : cluster [DBG] pgmap v19607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:02.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:00.592066+0000 mgr.y (mgr.14556) 22194 : cluster [DBG] pgmap v19607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:04.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:02.592556+0000 mgr.y (mgr.14556) 22195 : cluster [DBG] pgmap v19608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:39:03] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:39:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:02.592556+0000 mgr.y (mgr.14556) 22195 : cluster [DBG] pgmap v19608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:04.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:02.592556+0000 mgr.y (mgr.14556) 22195 : cluster [DBG] pgmap v19608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:06.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:04.593066+0000 mgr.y (mgr.14556) 22196 : cluster [DBG] pgmap v19609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:04.593066+0000 mgr.y (mgr.14556) 22196 : cluster [DBG] pgmap v19609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:06.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:04.593066+0000 mgr.y (mgr.14556) 22196 : cluster [DBG] pgmap v19609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:08.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:06.593795+0000 mgr.y (mgr.14556) 22197 : cluster [DBG] pgmap v19610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:08.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:06.593795+0000 mgr.y (mgr.14556) 22197 : cluster [DBG] pgmap v19610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:08.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:06.593795+0000 mgr.y (mgr.14556) 22197 : cluster [DBG] pgmap v19610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:10.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:08.594157+0000 mgr.y (mgr.14556) 22198 : cluster [DBG] pgmap v19611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:10.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:08.594157+0000 mgr.y (mgr.14556) 22198 : cluster [DBG] pgmap v19611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:10.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:08.594157+0000 mgr.y (mgr.14556) 22198 : cluster [DBG] pgmap v19611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:11.855 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:39:12.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:10.594774+0000 mgr.y (mgr.14556) 22199 : cluster [DBG] pgmap v19612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:12.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:10.594774+0000 mgr.y (mgr.14556) 22199 : cluster [DBG] pgmap v19612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:12.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:10.594774+0000 mgr.y (mgr.14556) 22199 : cluster [DBG] pgmap v19612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:14.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:12.595227+0000 mgr.y (mgr.14556) 22200 : cluster [DBG] pgmap v19613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:39:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:39:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:12.595227+0000 mgr.y (mgr.14556) 22200 : cluster [DBG] pgmap v19613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:14.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:12.595227+0000 mgr.y (mgr.14556) 22200 : cluster [DBG] pgmap v19613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:16.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:14.595777+0000 mgr.y (mgr.14556) 22201 : cluster [DBG] pgmap v19614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:16.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:14.595777+0000 mgr.y (mgr.14556) 22201 : cluster [DBG] pgmap v19614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:16.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:14.595777+0000 mgr.y (mgr.14556) 22201 : cluster [DBG] pgmap v19614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:18.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:16.596633+0000 mgr.y (mgr.14556) 22202 : cluster [DBG] pgmap v19615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:18.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:16.596633+0000 mgr.y (mgr.14556) 22202 : cluster [DBG] pgmap v19615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:18.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:16.596633+0000 mgr.y (mgr.14556) 22202 : cluster [DBG] pgmap v19615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:20.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:18.596983+0000 mgr.y (mgr.14556) 22203 : cluster [DBG] pgmap v19616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:20.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:18.596983+0000 mgr.y (mgr.14556) 22203 : cluster [DBG] pgmap v19616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:20.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:18.596983+0000 mgr.y (mgr.14556) 22203 : cluster [DBG] pgmap v19616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:21.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:39:22.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:20.597726+0000 mgr.y (mgr.14556) 22204 : cluster [DBG] pgmap v19617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:22.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:20.597726+0000 mgr.y (mgr.14556) 22204 : cluster [DBG] pgmap v19617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:22.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:20.597726+0000 mgr.y (mgr.14556) 22204 : cluster [DBG] pgmap v19617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:39:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:39:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:22.598241+0000 mgr.y (mgr.14556) 22205 : cluster [DBG] pgmap v19618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:22.598241+0000 mgr.y (mgr.14556) 22205 : cluster [DBG] pgmap v19618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:24.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:22.598241+0000 mgr.y (mgr.14556) 22205 : cluster [DBG] pgmap v19618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:25.604 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:39:25.890 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 112s ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 111s ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 112s ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 111s ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 111s ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (10h) 112s ago 10h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (10h) 112s ago 10h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 111s ago 10h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 112s ago 10h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 112s ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 111s ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 112s ago 10h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:39:25.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 112s ago 10h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:39:25.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 112s ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:39:25.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 112s ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:39:25.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 111s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:39:25.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 111s ago 10h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:39:25.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 111s ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:39:25.892 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 111s ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:39:25.892 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 111s ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:39:26.243 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:39:26.244 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:39:26.245 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:39:26.245 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:39:26.245 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:39:26.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:24.598673+0000 mgr.y (mgr.14556) 22206 : cluster [DBG] pgmap v19619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:26.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:24.598673+0000 mgr.y (mgr.14556) 22206 : cluster [DBG] pgmap v19619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:26.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:24.598673+0000 mgr.y (mgr.14556) 22206 : cluster [DBG] pgmap v19619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:27.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:39:25.595612+0000 mgr.y (mgr.14556) 22207 : audit [DBG] from='client.47540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:39:27.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:39:25.885876+0000 mgr.y (mgr.14556) 22208 : audit [DBG] from='client.47546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:39:27.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:39:26.246853+0000 mon.a (mon.0) 4653 : audit [DBG] from='client.? 172.21.15.23:0/1707230197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:39:27.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:39:25.595612+0000 mgr.y (mgr.14556) 22207 : audit [DBG] from='client.47540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:39:27.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:39:25.885876+0000 mgr.y (mgr.14556) 22208 : audit [DBG] from='client.47546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:39:27.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:39:26.246853+0000 mon.a (mon.0) 4653 : audit [DBG] from='client.? 172.21.15.23:0/1707230197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:39:27.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:39:25.595612+0000 mgr.y (mgr.14556) 22207 : audit [DBG] from='client.47540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:39:27.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:39:25.885876+0000 mgr.y (mgr.14556) 22208 : audit [DBG] from='client.47546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:39:27.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:39:26.246853+0000 mon.a (mon.0) 4653 : audit [DBG] from='client.? 172.21.15.23:0/1707230197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:39:28.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:26.599324+0000 mgr.y (mgr.14556) 22209 : cluster [DBG] pgmap v19620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:28.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:26.599324+0000 mgr.y (mgr.14556) 22209 : cluster [DBG] pgmap v19620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:28.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:26.599324+0000 mgr.y (mgr.14556) 22209 : cluster [DBG] pgmap v19620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:30.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:28.599744+0000 mgr.y (mgr.14556) 22210 : cluster [DBG] pgmap v19621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:30.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:28.599744+0000 mgr.y (mgr.14556) 22210 : cluster [DBG] pgmap v19621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:30.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:28.599744+0000 mgr.y (mgr.14556) 22210 : cluster [DBG] pgmap v19621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:31.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:39:32.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:30.600421+0000 mgr.y (mgr.14556) 22211 : cluster [DBG] pgmap v19622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:32.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:30.600421+0000 mgr.y (mgr.14556) 22211 : cluster [DBG] pgmap v19622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:32.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:30.600421+0000 mgr.y (mgr.14556) 22211 : cluster [DBG] pgmap v19622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:33.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:32.600774+0000 mgr.y (mgr.14556) 22212 : cluster [DBG] pgmap v19623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:33.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:32.600774+0000 mgr.y (mgr.14556) 22212 : cluster [DBG] pgmap v19623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:33.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:32.600774+0000 mgr.y (mgr.14556) 22212 : cluster [DBG] pgmap v19623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:34.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:39:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:39:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:39:35.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:34.601197+0000 mgr.y (mgr.14556) 22213 : cluster [DBG] pgmap v19624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:35.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:39:34.828667+0000 mon.a (mon.0) 4654 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:39:35.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:39:35.135726+0000 mon.a (mon.0) 4655 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:39:35.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:39:35.136346+0000 mon.a (mon.0) 4656 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:39:35.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:39:35.142310+0000 mon.a (mon.0) 4657 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:39:36.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:34.601197+0000 mgr.y (mgr.14556) 22213 : cluster [DBG] pgmap v19624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:36.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:39:34.828667+0000 mon.a (mon.0) 4654 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:39:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:39:35.135726+0000 mon.a (mon.0) 4655 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:39:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:39:35.136346+0000 mon.a (mon.0) 4656 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:39:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:39:35.142310+0000 mon.a (mon.0) 4657 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:39:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:34.601197+0000 mgr.y (mgr.14556) 22213 : cluster [DBG] pgmap v19624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:39:34.828667+0000 mon.a (mon.0) 4654 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:39:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:39:35.135726+0000 mon.a (mon.0) 4655 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:39:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:39:35.136346+0000 mon.a (mon.0) 4656 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:39:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:39:35.142310+0000 mon.a (mon.0) 4657 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:39:38.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:36.601924+0000 mgr.y (mgr.14556) 22214 : cluster [DBG] pgmap v19625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:38.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:36.601924+0000 mgr.y (mgr.14556) 22214 : cluster [DBG] pgmap v19625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:38.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:36.601924+0000 mgr.y (mgr.14556) 22214 : cluster [DBG] pgmap v19625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:40.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:38.602408+0000 mgr.y (mgr.14556) 22215 : cluster [DBG] pgmap v19626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:38.602408+0000 mgr.y (mgr.14556) 22215 : cluster [DBG] pgmap v19626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:40.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:38.602408+0000 mgr.y (mgr.14556) 22215 : cluster [DBG] pgmap v19626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:41.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:40.603033+0000 mgr.y (mgr.14556) 22216 : cluster [DBG] pgmap v19627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:39:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:39:42.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:40.603033+0000 mgr.y (mgr.14556) 22216 : cluster [DBG] pgmap v19627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:42.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:40.603033+0000 mgr.y (mgr.14556) 22216 : cluster [DBG] pgmap v19627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:44.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:39:43] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:39:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:42.603509+0000 mgr.y (mgr.14556) 22217 : cluster [DBG] pgmap v19628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:42.603509+0000 mgr.y (mgr.14556) 22217 : cluster [DBG] pgmap v19628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:44.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:42.603509+0000 mgr.y (mgr.14556) 22217 : cluster [DBG] pgmap v19628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:44.604023+0000 mgr.y (mgr.14556) 22218 : cluster [DBG] pgmap v19629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:46.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:44.604023+0000 mgr.y (mgr.14556) 22218 : cluster [DBG] pgmap v19629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:46.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:44.604023+0000 mgr.y (mgr.14556) 22218 : cluster [DBG] pgmap v19629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:48.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:46.604767+0000 mgr.y (mgr.14556) 22219 : cluster [DBG] pgmap v19630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:48.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:46.604767+0000 mgr.y (mgr.14556) 22219 : cluster [DBG] pgmap v19630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:48.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:46.604767+0000 mgr.y (mgr.14556) 22219 : cluster [DBG] pgmap v19630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:50.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:48.605252+0000 mgr.y (mgr.14556) 22220 : cluster [DBG] pgmap v19631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:50.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:48.605252+0000 mgr.y (mgr.14556) 22220 : cluster [DBG] pgmap v19631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:50.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:48.605252+0000 mgr.y (mgr.14556) 22220 : cluster [DBG] pgmap v19631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:51.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:50.605884+0000 mgr.y (mgr.14556) 22221 : cluster [DBG] pgmap v19632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:39:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:39:52.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:50.605884+0000 mgr.y (mgr.14556) 22221 : cluster [DBG] pgmap v19632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:52.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:50.605884+0000 mgr.y (mgr.14556) 22221 : cluster [DBG] pgmap v19632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:54.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:52.606481+0000 mgr.y (mgr.14556) 22222 : cluster [DBG] pgmap v19633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:52.606481+0000 mgr.y (mgr.14556) 22222 : cluster [DBG] pgmap v19633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:39:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:39:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:39:54.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:52.606481+0000 mgr.y (mgr.14556) 22222 : cluster [DBG] pgmap v19633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:56.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:54.606849+0000 mgr.y (mgr.14556) 22223 : cluster [DBG] pgmap v19634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:54.606849+0000 mgr.y (mgr.14556) 22223 : cluster [DBG] pgmap v19634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:56.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:54.606849+0000 mgr.y (mgr.14556) 22223 : cluster [DBG] pgmap v19634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:56.573 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:39:56.861 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:39:56.861 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 2m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:39:56.861 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 2m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:39:56.861 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 2m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:39:56.861 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 2m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:39:56.861 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 2m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:39:56.861 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 2m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:39:56.861 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 2m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:39:56.861 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 2m ago 10h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:39:56.861 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 2m ago 10h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:39:56.861 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 2m ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:39:56.862 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 2m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:39:56.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 2m ago 10h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:39:56.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 2m ago 10h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:39:56.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 2m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:39:56.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 2m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:39:56.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 2m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:39:56.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 2m ago 10h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:39:56.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 2m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:39:56.862 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 2m ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:39:56.862 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 2m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:39:57.211 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:39:57.211 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:39:57.212 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:39:57.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:39:56.564392+0000 mgr.y (mgr.14556) 22224 : audit [DBG] from='client.47558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:39:57.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:56.607371+0000 mgr.y (mgr.14556) 22225 : cluster [DBG] pgmap v19635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:57.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:39:56.856091+0000 mgr.y (mgr.14556) 22226 : audit [DBG] from='client.37656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:39:57.877 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:39:57.214655+0000 mon.c (mon.2) 532 : audit [DBG] from='client.? 172.21.15.23:0/3279908945' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:39:57.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:39:56.564392+0000 mgr.y (mgr.14556) 22224 : audit [DBG] from='client.47558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:39:57.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:56.607371+0000 mgr.y (mgr.14556) 22225 : cluster [DBG] pgmap v19635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:57.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:39:56.856091+0000 mgr.y (mgr.14556) 22226 : audit [DBG] from='client.37656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:39:57.878 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:39:57.214655+0000 mon.c (mon.2) 532 : audit [DBG] from='client.? 172.21.15.23:0/3279908945' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:39:57.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:39:56.564392+0000 mgr.y (mgr.14556) 22224 : audit [DBG] from='client.47558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:39:57.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:56.607371+0000 mgr.y (mgr.14556) 22225 : cluster [DBG] pgmap v19635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:57.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:39:56.856091+0000 mgr.y (mgr.14556) 22226 : audit [DBG] from='client.37656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:39:57.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:39:57.214655+0000 mon.c (mon.2) 532 : audit [DBG] from='client.? 172.21.15.23:0/3279908945' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:39:59.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:39:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:39:58.607717+0000 mgr.y (mgr.14556) 22227 : cluster [DBG] pgmap v19636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:59.997 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:39:58.607717+0000 mgr.y (mgr.14556) 22227 : cluster [DBG] pgmap v19636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:39:59.997 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:39:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:39:58.607717+0000 mgr.y (mgr.14556) 22227 : cluster [DBG] pgmap v19636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:00.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T17:39:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:40:01.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:00.000168+0000 mon.a (mon.0) 4658 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:40:01.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:00.000168+0000 mon.a (mon.0) 4658 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:40:01.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:00.000168+0000 mon.a (mon.0) 4658 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:40:01.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:00.608348+0000 mgr.y (mgr.14556) 22228 : cluster [DBG] pgmap v19637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:40:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:40:02.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:00.608348+0000 mgr.y (mgr.14556) 22228 : cluster [DBG] pgmap v19637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:00.608348+0000 mgr.y (mgr.14556) 22228 : cluster [DBG] pgmap v19637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:40:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:40:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:02.608737+0000 mgr.y (mgr.14556) 22229 : cluster [DBG] pgmap v19638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:02.608737+0000 mgr.y (mgr.14556) 22229 : cluster [DBG] pgmap v19638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:04.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:02.608737+0000 mgr.y (mgr.14556) 22229 : cluster [DBG] pgmap v19638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:06.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:04.609289+0000 mgr.y (mgr.14556) 22230 : cluster [DBG] pgmap v19639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:04.609289+0000 mgr.y (mgr.14556) 22230 : cluster [DBG] pgmap v19639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:06.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:04.609289+0000 mgr.y (mgr.14556) 22230 : cluster [DBG] pgmap v19639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:08.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:06.610045+0000 mgr.y (mgr.14556) 22231 : cluster [DBG] pgmap v19640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:06.610045+0000 mgr.y (mgr.14556) 22231 : cluster [DBG] pgmap v19640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:08.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:06.610045+0000 mgr.y (mgr.14556) 22231 : cluster [DBG] pgmap v19640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:08.610599+0000 mgr.y (mgr.14556) 22232 : cluster [DBG] pgmap v19641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:10.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:08.610599+0000 mgr.y (mgr.14556) 22232 : cluster [DBG] pgmap v19641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:10.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:08.610599+0000 mgr.y (mgr.14556) 22232 : cluster [DBG] pgmap v19641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:11.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:10.611314+0000 mgr.y (mgr.14556) 22233 : cluster [DBG] pgmap v19642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:40:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:40:12.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:10.611314+0000 mgr.y (mgr.14556) 22233 : cluster [DBG] pgmap v19642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:12.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:10.611314+0000 mgr.y (mgr.14556) 22233 : cluster [DBG] pgmap v19642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:14.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:12.611810+0000 mgr.y (mgr.14556) 22234 : cluster [DBG] pgmap v19643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:40:13] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:40:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:12.611810+0000 mgr.y (mgr.14556) 22234 : cluster [DBG] pgmap v19643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:14.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:12.611810+0000 mgr.y (mgr.14556) 22234 : cluster [DBG] pgmap v19643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:16.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:14.612235+0000 mgr.y (mgr.14556) 22235 : cluster [DBG] pgmap v19644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:14.612235+0000 mgr.y (mgr.14556) 22235 : cluster [DBG] pgmap v19644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:16.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:14.612235+0000 mgr.y (mgr.14556) 22235 : cluster [DBG] pgmap v19644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:18.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:16.613127+0000 mgr.y (mgr.14556) 22236 : cluster [DBG] pgmap v19645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:16.613127+0000 mgr.y (mgr.14556) 22236 : cluster [DBG] pgmap v19645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:18.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:16.613127+0000 mgr.y (mgr.14556) 22236 : cluster [DBG] pgmap v19645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:20.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:18.613623+0000 mgr.y (mgr.14556) 22237 : cluster [DBG] pgmap v19646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:18.613623+0000 mgr.y (mgr.14556) 22237 : cluster [DBG] pgmap v19646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:20.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:18.613623+0000 mgr.y (mgr.14556) 22237 : cluster [DBG] pgmap v19646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:21.789 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:40:22.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:20.614236+0000 mgr.y (mgr.14556) 22238 : cluster [DBG] pgmap v19647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:22.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:20.614236+0000 mgr.y (mgr.14556) 22238 : cluster [DBG] pgmap v19647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:22.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:20.614236+0000 mgr.y (mgr.14556) 22238 : cluster [DBG] pgmap v19647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:40:23] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:40:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:22.614719+0000 mgr.y (mgr.14556) 22239 : cluster [DBG] pgmap v19648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:22.614719+0000 mgr.y (mgr.14556) 22239 : cluster [DBG] pgmap v19648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:24.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:22.614719+0000 mgr.y (mgr.14556) 22239 : cluster [DBG] pgmap v19648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:26.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:24.615117+0000 mgr.y (mgr.14556) 22240 : cluster [DBG] pgmap v19649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:26.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:24.615117+0000 mgr.y (mgr.14556) 22240 : cluster [DBG] pgmap v19649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:26.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:24.615117+0000 mgr.y (mgr.14556) 22240 : cluster [DBG] pgmap v19649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:27.537 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:40:27.822 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:40:27.822 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 2m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:40:27.822 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 2m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:40:27.822 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 2m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:40:27.822 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 2m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 2m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 2m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 2m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 2m ago 10h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 2m ago 10h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 2m ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 2m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 2m ago 10h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 2m ago 10h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 2m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 2m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 2m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 2m ago 10h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 2m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 2m ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:40:27.823 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 2m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:40:28.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:26.615823+0000 mgr.y (mgr.14556) 22241 : cluster [DBG] pgmap v19650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:28.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:26.615823+0000 mgr.y (mgr.14556) 22241 : cluster [DBG] pgmap v19650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:28.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:26.615823+0000 mgr.y (mgr.14556) 22241 : cluster [DBG] pgmap v19650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:28.172 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:40:28.172 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:40:28.172 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:40:28.172 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:40:28.172 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:40:28.172 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:40:28.172 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:40:28.172 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:40:28.172 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:40:28.172 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:40:28.172 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:40:28.172 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:40:28.173 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:40:28.173 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:40:28.173 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:40:28.173 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:40:28.173 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:40:29.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:40:27.527835+0000 mgr.y (mgr.14556) 22242 : audit [DBG] from='client.47576 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:40:29.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:40:27.817403+0000 mgr.y (mgr.14556) 22243 : audit [DBG] from='client.37674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:40:29.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:40:28.175263+0000 mon.a (mon.0) 4659 : audit [DBG] from='client.? 172.21.15.23:0/2469105734' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:40:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:40:27.527835+0000 mgr.y (mgr.14556) 22242 : audit [DBG] from='client.47576 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:40:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:40:27.817403+0000 mgr.y (mgr.14556) 22243 : audit [DBG] from='client.37674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:40:29.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:40:28.175263+0000 mon.a (mon.0) 4659 : audit [DBG] from='client.? 172.21.15.23:0/2469105734' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:40:29.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:40:27.527835+0000 mgr.y (mgr.14556) 22242 : audit [DBG] from='client.47576 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:40:29.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:40:27.817403+0000 mgr.y (mgr.14556) 22243 : audit [DBG] from='client.37674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:40:29.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:40:28.175263+0000 mon.a (mon.0) 4659 : audit [DBG] from='client.? 172.21.15.23:0/2469105734' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:40:30.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:28.616411+0000 mgr.y (mgr.14556) 22244 : cluster [DBG] pgmap v19651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:28.616411+0000 mgr.y (mgr.14556) 22244 : cluster [DBG] pgmap v19651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:30.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:28.616411+0000 mgr.y (mgr.14556) 22244 : cluster [DBG] pgmap v19651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:31.856 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:40:32.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:30.617224+0000 mgr.y (mgr.14556) 22245 : cluster [DBG] pgmap v19652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:32.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:30.617224+0000 mgr.y (mgr.14556) 22245 : cluster [DBG] pgmap v19652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:32.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:30.617224+0000 mgr.y (mgr.14556) 22245 : cluster [DBG] pgmap v19652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:34.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:32.617599+0000 mgr.y (mgr.14556) 22246 : cluster [DBG] pgmap v19653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:40:33] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:40:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:32.617599+0000 mgr.y (mgr.14556) 22246 : cluster [DBG] pgmap v19653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:34.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:32.617599+0000 mgr.y (mgr.14556) 22246 : cluster [DBG] pgmap v19653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:34.618050+0000 mgr.y (mgr.14556) 22247 : cluster [DBG] pgmap v19654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:40:35.146815+0000 mon.a (mon.0) 4660 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:40:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:40:35.407216+0000 mon.a (mon.0) 4661 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:40:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:40:35.422520+0000 mon.a (mon.0) 4662 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:40:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:40:35.714114+0000 mon.a (mon.0) 4663 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:40:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:40:35.714781+0000 mon.a (mon.0) 4664 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:40:36.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:40:35.723588+0000 mon.a (mon.0) 4665 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:40:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:34.618050+0000 mgr.y (mgr.14556) 22247 : cluster [DBG] pgmap v19654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:40:35.146815+0000 mon.a (mon.0) 4660 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:40:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:40:35.407216+0000 mon.a (mon.0) 4661 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:40:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:40:35.422520+0000 mon.a (mon.0) 4662 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:40:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:40:35.714114+0000 mon.a (mon.0) 4663 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:40:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:40:35.714781+0000 mon.a (mon.0) 4664 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:40:36.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:40:35.723588+0000 mon.a (mon.0) 4665 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:40:36.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:34.618050+0000 mgr.y (mgr.14556) 22247 : cluster [DBG] pgmap v19654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:40:35.146815+0000 mon.a (mon.0) 4660 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:40:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:40:35.407216+0000 mon.a (mon.0) 4661 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:40:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:40:35.422520+0000 mon.a (mon.0) 4662 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:40:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:40:35.714114+0000 mon.a (mon.0) 4663 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:40:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:40:35.714781+0000 mon.a (mon.0) 4664 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:40:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:40:35.723588+0000 mon.a (mon.0) 4665 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:40:38.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:36.618783+0000 mgr.y (mgr.14556) 22248 : cluster [DBG] pgmap v19655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:38.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:36.618783+0000 mgr.y (mgr.14556) 22248 : cluster [DBG] pgmap v19655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:36.618783+0000 mgr.y (mgr.14556) 22248 : cluster [DBG] pgmap v19655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:40.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:38.619310+0000 mgr.y (mgr.14556) 22249 : cluster [DBG] pgmap v19656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:40.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:38.619310+0000 mgr.y (mgr.14556) 22249 : cluster [DBG] pgmap v19656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:40.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:38.619310+0000 mgr.y (mgr.14556) 22249 : cluster [DBG] pgmap v19656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:41.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:40:42.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:40.620106+0000 mgr.y (mgr.14556) 22250 : cluster [DBG] pgmap v19657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:42.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:40.620106+0000 mgr.y (mgr.14556) 22250 : cluster [DBG] pgmap v19657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:40.620106+0000 mgr.y (mgr.14556) 22250 : cluster [DBG] pgmap v19657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:44.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:40:43] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:40:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:42.620593+0000 mgr.y (mgr.14556) 22251 : cluster [DBG] pgmap v19658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:42.620593+0000 mgr.y (mgr.14556) 22251 : cluster [DBG] pgmap v19658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:44.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:42.620593+0000 mgr.y (mgr.14556) 22251 : cluster [DBG] pgmap v19658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:46.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:44.620961+0000 mgr.y (mgr.14556) 22252 : cluster [DBG] pgmap v19659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:46.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:44.620961+0000 mgr.y (mgr.14556) 22252 : cluster [DBG] pgmap v19659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:46.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:44.620961+0000 mgr.y (mgr.14556) 22252 : cluster [DBG] pgmap v19659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:48.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:46.621687+0000 mgr.y (mgr.14556) 22253 : cluster [DBG] pgmap v19660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:48.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:46.621687+0000 mgr.y (mgr.14556) 22253 : cluster [DBG] pgmap v19660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:48.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:46.621687+0000 mgr.y (mgr.14556) 22253 : cluster [DBG] pgmap v19660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:50.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:48.622147+0000 mgr.y (mgr.14556) 22254 : cluster [DBG] pgmap v19661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:50.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:48.622147+0000 mgr.y (mgr.14556) 22254 : cluster [DBG] pgmap v19661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:50.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:48.622147+0000 mgr.y (mgr.14556) 22254 : cluster [DBG] pgmap v19661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:51.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:40:52.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:50.622850+0000 mgr.y (mgr.14556) 22255 : cluster [DBG] pgmap v19662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:52.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:50.622850+0000 mgr.y (mgr.14556) 22255 : cluster [DBG] pgmap v19662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:52.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:50.622850+0000 mgr.y (mgr.14556) 22255 : cluster [DBG] pgmap v19662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:54.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:52.623272+0000 mgr.y (mgr.14556) 22256 : cluster [DBG] pgmap v19663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:54.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:40:53] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:40:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:52.623272+0000 mgr.y (mgr.14556) 22256 : cluster [DBG] pgmap v19663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:54.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:52.623272+0000 mgr.y (mgr.14556) 22256 : cluster [DBG] pgmap v19663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:56.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:54.623640+0000 mgr.y (mgr.14556) 22257 : cluster [DBG] pgmap v19664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:56.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:54.623640+0000 mgr.y (mgr.14556) 22257 : cluster [DBG] pgmap v19664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:56.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:54.623640+0000 mgr.y (mgr.14556) 22257 : cluster [DBG] pgmap v19664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:58.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:56.624354+0000 mgr.y (mgr.14556) 22258 : cluster [DBG] pgmap v19665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:58.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:56.624354+0000 mgr.y (mgr.14556) 22258 : cluster [DBG] pgmap v19665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:58.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:56.624354+0000 mgr.y (mgr.14556) 22258 : cluster [DBG] pgmap v19665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:40:58.500 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:40:58.790 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:40:58.790 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 3m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:40:58.790 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 3m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:40:58.790 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 3m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:40:58.790 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 3m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:40:58.790 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 3m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:40:58.790 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 3m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 3m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (10h) 3m ago 10h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10h) 3m ago 10h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 3m ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 3m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 3m ago 10h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 3m ago 10h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 3m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 3m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 3m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 3m ago 10h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 3m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 3m ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:40:58.791 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 3m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:40:59.138 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:40:59.138 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:40:59.139 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:40:59.140 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:41:00.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:40:58.490992+0000 mgr.y (mgr.14556) 22259 : audit [DBG] from='client.37686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:41:00.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:40:58.624644+0000 mgr.y (mgr.14556) 22260 : cluster [DBG] pgmap v19666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:00.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:40:58.785453+0000 mgr.y (mgr.14556) 22261 : audit [DBG] from='client.47600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:41:00.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:40:59.141695+0000 mon.a (mon.0) 4666 : audit [DBG] from='client.? 172.21.15.23:0/2624143472' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:41:00.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:40:58.490992+0000 mgr.y (mgr.14556) 22259 : audit [DBG] from='client.37686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:41:00.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:40:58.624644+0000 mgr.y (mgr.14556) 22260 : cluster [DBG] pgmap v19666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:00.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:40:58.785453+0000 mgr.y (mgr.14556) 22261 : audit [DBG] from='client.47600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:41:00.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:40:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:40:59.141695+0000 mon.a (mon.0) 4666 : audit [DBG] from='client.? 172.21.15.23:0/2624143472' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:41:00.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:40:58.490992+0000 mgr.y (mgr.14556) 22259 : audit [DBG] from='client.37686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:41:00.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:40:58.624644+0000 mgr.y (mgr.14556) 22260 : cluster [DBG] pgmap v19666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:00.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:40:58.785453+0000 mgr.y (mgr.14556) 22261 : audit [DBG] from='client.47600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:41:00.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:40:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:40:59.141695+0000 mon.a (mon.0) 4666 : audit [DBG] from='client.? 172.21.15.23:0/2624143472' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:41:01.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:41:02.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:00.625379+0000 mgr.y (mgr.14556) 22262 : cluster [DBG] pgmap v19667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:02.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:00.625379+0000 mgr.y (mgr.14556) 22262 : cluster [DBG] pgmap v19667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:02.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:00.625379+0000 mgr.y (mgr.14556) 22262 : cluster [DBG] pgmap v19667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:41:03] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:41:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:02.625844+0000 mgr.y (mgr.14556) 22263 : cluster [DBG] pgmap v19668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:02.625844+0000 mgr.y (mgr.14556) 22263 : cluster [DBG] pgmap v19668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:04.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:02.625844+0000 mgr.y (mgr.14556) 22263 : cluster [DBG] pgmap v19668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:06.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:04.626425+0000 mgr.y (mgr.14556) 22264 : cluster [DBG] pgmap v19669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:06.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:04.626425+0000 mgr.y (mgr.14556) 22264 : cluster [DBG] pgmap v19669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:06.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:04.626425+0000 mgr.y (mgr.14556) 22264 : cluster [DBG] pgmap v19669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:08.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:06.627082+0000 mgr.y (mgr.14556) 22265 : cluster [DBG] pgmap v19670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:08.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:06.627082+0000 mgr.y (mgr.14556) 22265 : cluster [DBG] pgmap v19670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:08.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:06.627082+0000 mgr.y (mgr.14556) 22265 : cluster [DBG] pgmap v19670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:10.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:08.627615+0000 mgr.y (mgr.14556) 22266 : cluster [DBG] pgmap v19671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:10.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:08.627615+0000 mgr.y (mgr.14556) 22266 : cluster [DBG] pgmap v19671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:10.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:08.627615+0000 mgr.y (mgr.14556) 22266 : cluster [DBG] pgmap v19671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:11.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:41:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:41:12.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:10.628173+0000 mgr.y (mgr.14556) 22267 : cluster [DBG] pgmap v19672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:12.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:10.628173+0000 mgr.y (mgr.14556) 22267 : cluster [DBG] pgmap v19672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:12.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:10.628173+0000 mgr.y (mgr.14556) 22267 : cluster [DBG] pgmap v19672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:13.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:12.628718+0000 mgr.y (mgr.14556) 22268 : cluster [DBG] pgmap v19673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:13.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:12.628718+0000 mgr.y (mgr.14556) 22268 : cluster [DBG] pgmap v19673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:13.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:12.628718+0000 mgr.y (mgr.14556) 22268 : cluster [DBG] pgmap v19673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:14.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:41:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:41:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:41:16.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:14.629163+0000 mgr.y (mgr.14556) 22269 : cluster [DBG] pgmap v19674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:16.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:14.629163+0000 mgr.y (mgr.14556) 22269 : cluster [DBG] pgmap v19674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:16.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:14.629163+0000 mgr.y (mgr.14556) 22269 : cluster [DBG] pgmap v19674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:18.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:16.629786+0000 mgr.y (mgr.14556) 22270 : cluster [DBG] pgmap v19675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:16.629786+0000 mgr.y (mgr.14556) 22270 : cluster [DBG] pgmap v19675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:18.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:16.629786+0000 mgr.y (mgr.14556) 22270 : cluster [DBG] pgmap v19675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:20.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:18.630156+0000 mgr.y (mgr.14556) 22271 : cluster [DBG] pgmap v19676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:18.630156+0000 mgr.y (mgr.14556) 22271 : cluster [DBG] pgmap v19676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:20.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:18.630156+0000 mgr.y (mgr.14556) 22271 : cluster [DBG] pgmap v19676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:21.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:20.630774+0000 mgr.y (mgr.14556) 22272 : cluster [DBG] pgmap v19677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:41:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:41:22.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:20.630774+0000 mgr.y (mgr.14556) 22272 : cluster [DBG] pgmap v19677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:22.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:20.630774+0000 mgr.y (mgr.14556) 22272 : cluster [DBG] pgmap v19677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:41:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:41:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:22.631359+0000 mgr.y (mgr.14556) 22273 : cluster [DBG] pgmap v19678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:22.631359+0000 mgr.y (mgr.14556) 22273 : cluster [DBG] pgmap v19678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:24.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:22.631359+0000 mgr.y (mgr.14556) 22273 : cluster [DBG] pgmap v19678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:26.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:24.631759+0000 mgr.y (mgr.14556) 22274 : cluster [DBG] pgmap v19679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:26.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:24.631759+0000 mgr.y (mgr.14556) 22274 : cluster [DBG] pgmap v19679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:26.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:24.631759+0000 mgr.y (mgr.14556) 22274 : cluster [DBG] pgmap v19679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:28.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:26.632385+0000 mgr.y (mgr.14556) 22275 : cluster [DBG] pgmap v19680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:28.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:26.632385+0000 mgr.y (mgr.14556) 22275 : cluster [DBG] pgmap v19680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:28.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:26.632385+0000 mgr.y (mgr.14556) 22275 : cluster [DBG] pgmap v19680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:29.465 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:41:29.752 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:41:29.753 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 3m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:41:29.753 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 3m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:41:29.753 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 3m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:41:29.753 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 3m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:41:29.753 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (10h) 3m ago 10h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:41:29.753 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 3m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:41:29.753 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 3m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:41:29.753 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 3m ago 11h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:41:29.753 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 3m ago 11h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:41:29.753 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 3m ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:41:29.753 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 3m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:41:29.754 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10h) 3m ago 10h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:41:29.754 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 3m ago 10h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:41:29.754 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 3m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:41:29.754 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 3m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:41:29.754 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 3m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:41:29.754 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 3m ago 10h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:41:29.754 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 3m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:41:29.754 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 3m ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:41:29.754 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 3m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:41:30.102 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:41:30.102 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:41:30.103 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:41:30.104 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:41:30.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:28.632777+0000 mgr.y (mgr.14556) 22276 : cluster [DBG] pgmap v19681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:30.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:28.632777+0000 mgr.y (mgr.14556) 22276 : cluster [DBG] pgmap v19681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:30.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:28.632777+0000 mgr.y (mgr.14556) 22276 : cluster [DBG] pgmap v19681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:31.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:41:29.455318+0000 mgr.y (mgr.14556) 22277 : audit [DBG] from='client.47612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:41:31.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:41:29.747911+0000 mgr.y (mgr.14556) 22278 : audit [DBG] from='client.47618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:41:31.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:41:30.105750+0000 mon.a (mon.0) 4667 : audit [DBG] from='client.? 172.21.15.23:0/2038691999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:41:31.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:41:29.455318+0000 mgr.y (mgr.14556) 22277 : audit [DBG] from='client.47612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:41:31.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:41:29.747911+0000 mgr.y (mgr.14556) 22278 : audit [DBG] from='client.47618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:41:31.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:41:30.105750+0000 mon.a (mon.0) 4667 : audit [DBG] from='client.? 172.21.15.23:0/2038691999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:41:31.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:41:29.455318+0000 mgr.y (mgr.14556) 22277 : audit [DBG] from='client.47612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:41:31.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:41:29.747911+0000 mgr.y (mgr.14556) 22278 : audit [DBG] from='client.47618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:41:31.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:41:30.105750+0000 mon.a (mon.0) 4667 : audit [DBG] from='client.? 172.21.15.23:0/2038691999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:41:31.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:30.633314+0000 mgr.y (mgr.14556) 22279 : cluster [DBG] pgmap v19682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:41:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:41:32.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:30.633314+0000 mgr.y (mgr.14556) 22279 : cluster [DBG] pgmap v19682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:32.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:30.633314+0000 mgr.y (mgr.14556) 22279 : cluster [DBG] pgmap v19682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:34.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:41:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:41:34.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:32.633703+0000 mgr.y (mgr.14556) 22280 : cluster [DBG] pgmap v19683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:32.633703+0000 mgr.y (mgr.14556) 22280 : cluster [DBG] pgmap v19683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:34.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:32.633703+0000 mgr.y (mgr.14556) 22280 : cluster [DBG] pgmap v19683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:36.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:34.634274+0000 mgr.y (mgr.14556) 22281 : cluster [DBG] pgmap v19684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:36.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:41:35.727786+0000 mon.a (mon.0) 4668 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:41:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:34.634274+0000 mgr.y (mgr.14556) 22281 : cluster [DBG] pgmap v19684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:41:35.727786+0000 mon.a (mon.0) 4668 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:41:36.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:34.634274+0000 mgr.y (mgr.14556) 22281 : cluster [DBG] pgmap v19684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:36.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:41:35.727786+0000 mon.a (mon.0) 4668 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:41:37.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:41:36.035541+0000 mon.a (mon.0) 4669 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:41:37.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:41:36.036259+0000 mon.a (mon.0) 4670 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:41:37.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:41:36.042449+0000 mon.a (mon.0) 4671 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:41:37.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:41:36.035541+0000 mon.a (mon.0) 4669 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:41:37.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:41:36.036259+0000 mon.a (mon.0) 4670 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:41:37.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:41:36.042449+0000 mon.a (mon.0) 4671 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:41:37.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:41:36.035541+0000 mon.a (mon.0) 4669 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:41:37.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:41:36.036259+0000 mon.a (mon.0) 4670 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:41:37.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:41:36.042449+0000 mon.a (mon.0) 4671 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:41:38.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:36.635018+0000 mgr.y (mgr.14556) 22282 : cluster [DBG] pgmap v19685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:38.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:36.635018+0000 mgr.y (mgr.14556) 22282 : cluster [DBG] pgmap v19685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:38.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:36.635018+0000 mgr.y (mgr.14556) 22282 : cluster [DBG] pgmap v19685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:40.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:38.635367+0000 mgr.y (mgr.14556) 22283 : cluster [DBG] pgmap v19686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:40.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:38.635367+0000 mgr.y (mgr.14556) 22283 : cluster [DBG] pgmap v19686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:40.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:38.635367+0000 mgr.y (mgr.14556) 22283 : cluster [DBG] pgmap v19686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:41.819 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:41:42.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:40.636180+0000 mgr.y (mgr.14556) 22284 : cluster [DBG] pgmap v19687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:42.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:40.636180+0000 mgr.y (mgr.14556) 22284 : cluster [DBG] pgmap v19687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:42.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:40.636180+0000 mgr.y (mgr.14556) 22284 : cluster [DBG] pgmap v19687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:44.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:41:43] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:41:44.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:42.636657+0000 mgr.y (mgr.14556) 22285 : cluster [DBG] pgmap v19688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:42.636657+0000 mgr.y (mgr.14556) 22285 : cluster [DBG] pgmap v19688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:44.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:42.636657+0000 mgr.y (mgr.14556) 22285 : cluster [DBG] pgmap v19688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:46.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:44.637137+0000 mgr.y (mgr.14556) 22286 : cluster [DBG] pgmap v19689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:46.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:44.637137+0000 mgr.y (mgr.14556) 22286 : cluster [DBG] pgmap v19689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:46.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:44.637137+0000 mgr.y (mgr.14556) 22286 : cluster [DBG] pgmap v19689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:48.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:46.638021+0000 mgr.y (mgr.14556) 22287 : cluster [DBG] pgmap v19690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:48.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:46.638021+0000 mgr.y (mgr.14556) 22287 : cluster [DBG] pgmap v19690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:48.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:46.638021+0000 mgr.y (mgr.14556) 22287 : cluster [DBG] pgmap v19690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:50.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:48.638595+0000 mgr.y (mgr.14556) 22288 : cluster [DBG] pgmap v19691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:50.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:48.638595+0000 mgr.y (mgr.14556) 22288 : cluster [DBG] pgmap v19691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:50.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:48.638595+0000 mgr.y (mgr.14556) 22288 : cluster [DBG] pgmap v19691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:51.890 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:41:52.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:50.639407+0000 mgr.y (mgr.14556) 22289 : cluster [DBG] pgmap v19692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:52.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:50.639407+0000 mgr.y (mgr.14556) 22289 : cluster [DBG] pgmap v19692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:52.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:50.639407+0000 mgr.y (mgr.14556) 22289 : cluster [DBG] pgmap v19692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:54.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:41:53] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:41:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:52.639952+0000 mgr.y (mgr.14556) 22290 : cluster [DBG] pgmap v19693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:52.639952+0000 mgr.y (mgr.14556) 22290 : cluster [DBG] pgmap v19693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:54.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:52.639952+0000 mgr.y (mgr.14556) 22290 : cluster [DBG] pgmap v19693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:56.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:54.640480+0000 mgr.y (mgr.14556) 22291 : cluster [DBG] pgmap v19694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:56.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:54.640480+0000 mgr.y (mgr.14556) 22291 : cluster [DBG] pgmap v19694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:56.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:54.640480+0000 mgr.y (mgr.14556) 22291 : cluster [DBG] pgmap v19694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:58.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:56.641375+0000 mgr.y (mgr.14556) 22292 : cluster [DBG] pgmap v19695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:58.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:56.641375+0000 mgr.y (mgr.14556) 22292 : cluster [DBG] pgmap v19695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:41:58.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:56.641375+0000 mgr.y (mgr.14556) 22292 : cluster [DBG] pgmap v19695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:00.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:41:58.641903+0000 mgr.y (mgr.14556) 22293 : cluster [DBG] pgmap v19696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:00.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:41:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:41:58.641903+0000 mgr.y (mgr.14556) 22293 : cluster [DBG] pgmap v19696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:00.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:41:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:41:58.641903+0000 mgr.y (mgr.14556) 22293 : cluster [DBG] pgmap v19696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:00.429 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:42:00.718 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:42:00.718 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 4m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:42:00.718 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 4m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:42:00.718 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 4m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 4m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 4m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 4m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 4m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 4m ago 11h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 4m ago 11h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 4m ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 4m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 4m ago 11h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10h) 4m ago 10h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 4m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 4m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 4m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 4m ago 10h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:42:00.719 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 4m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:42:00.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 4m ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:42:00.720 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 4m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:42:01.067 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:42:01.068 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:42:01.068 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:42:01.068 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:42:01.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:42:02.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:42:00.420426+0000 mgr.y (mgr.14556) 22294 : audit [DBG] from='client.47630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:42:02.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:00.642626+0000 mgr.y (mgr.14556) 22295 : cluster [DBG] pgmap v19697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:02.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:42:00.713746+0000 mgr.y (mgr.14556) 22296 : audit [DBG] from='client.37728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:42:02.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:42:01.069868+0000 mon.a (mon.0) 4672 : audit [DBG] from='client.? 172.21.15.23:0/2244403146' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:42:02.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:42:00.420426+0000 mgr.y (mgr.14556) 22294 : audit [DBG] from='client.47630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:42:02.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:00.642626+0000 mgr.y (mgr.14556) 22295 : cluster [DBG] pgmap v19697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:02.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:42:00.713746+0000 mgr.y (mgr.14556) 22296 : audit [DBG] from='client.37728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:42:02.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:42:01.069868+0000 mon.a (mon.0) 4672 : audit [DBG] from='client.? 172.21.15.23:0/2244403146' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:42:02.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:42:00.420426+0000 mgr.y (mgr.14556) 22294 : audit [DBG] from='client.47630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:42:02.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:00.642626+0000 mgr.y (mgr.14556) 22295 : cluster [DBG] pgmap v19697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:02.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:42:00.713746+0000 mgr.y (mgr.14556) 22296 : audit [DBG] from='client.37728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:42:02.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:42:01.069868+0000 mon.a (mon.0) 4672 : audit [DBG] from='client.? 172.21.15.23:0/2244403146' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:42:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:42:03] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:42:04.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:02.643107+0000 mgr.y (mgr.14556) 22297 : cluster [DBG] pgmap v19698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:02.643107+0000 mgr.y (mgr.14556) 22297 : cluster [DBG] pgmap v19698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:04.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:02.643107+0000 mgr.y (mgr.14556) 22297 : cluster [DBG] pgmap v19698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:06.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:04.643554+0000 mgr.y (mgr.14556) 22298 : cluster [DBG] pgmap v19699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:06.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:04.643554+0000 mgr.y (mgr.14556) 22298 : cluster [DBG] pgmap v19699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:06.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:04.643554+0000 mgr.y (mgr.14556) 22298 : cluster [DBG] pgmap v19699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:08.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:06.644256+0000 mgr.y (mgr.14556) 22299 : cluster [DBG] pgmap v19700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:08.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:06.644256+0000 mgr.y (mgr.14556) 22299 : cluster [DBG] pgmap v19700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:08.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:06.644256+0000 mgr.y (mgr.14556) 22299 : cluster [DBG] pgmap v19700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:10.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:08.644599+0000 mgr.y (mgr.14556) 22300 : cluster [DBG] pgmap v19701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:10.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:08.644599+0000 mgr.y (mgr.14556) 22300 : cluster [DBG] pgmap v19701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:10.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:08.644599+0000 mgr.y (mgr.14556) 22300 : cluster [DBG] pgmap v19701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:11.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:42:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:42:12.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:10.645343+0000 mgr.y (mgr.14556) 22301 : cluster [DBG] pgmap v19702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:12.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:10.645343+0000 mgr.y (mgr.14556) 22301 : cluster [DBG] pgmap v19702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:12.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:10.645343+0000 mgr.y (mgr.14556) 22301 : cluster [DBG] pgmap v19702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:13.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:12.645873+0000 mgr.y (mgr.14556) 22302 : cluster [DBG] pgmap v19703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:13.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:12.645873+0000 mgr.y (mgr.14556) 22302 : cluster [DBG] pgmap v19703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:13.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:12.645873+0000 mgr.y (mgr.14556) 22302 : cluster [DBG] pgmap v19703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:42:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:42:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:42:16.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:14.646396+0000 mgr.y (mgr.14556) 22303 : cluster [DBG] pgmap v19704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:14.646396+0000 mgr.y (mgr.14556) 22303 : cluster [DBG] pgmap v19704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:16.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:14.646396+0000 mgr.y (mgr.14556) 22303 : cluster [DBG] pgmap v19704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:18.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:16.646973+0000 mgr.y (mgr.14556) 22304 : cluster [DBG] pgmap v19705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:18.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:16.646973+0000 mgr.y (mgr.14556) 22304 : cluster [DBG] pgmap v19705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:18.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:16.646973+0000 mgr.y (mgr.14556) 22304 : cluster [DBG] pgmap v19705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:20.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:18.647415+0000 mgr.y (mgr.14556) 22305 : cluster [DBG] pgmap v19706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:18.647415+0000 mgr.y (mgr.14556) 22305 : cluster [DBG] pgmap v19706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:20.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:18.647415+0000 mgr.y (mgr.14556) 22305 : cluster [DBG] pgmap v19706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:21.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:20.648043+0000 mgr.y (mgr.14556) 22306 : cluster [DBG] pgmap v19707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:42:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:42:22.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:20.648043+0000 mgr.y (mgr.14556) 22306 : cluster [DBG] pgmap v19707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:22.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:20.648043+0000 mgr.y (mgr.14556) 22306 : cluster [DBG] pgmap v19707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:42:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:42:24.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:22.648464+0000 mgr.y (mgr.14556) 22307 : cluster [DBG] pgmap v19708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:22.648464+0000 mgr.y (mgr.14556) 22307 : cluster [DBG] pgmap v19708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:24.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:22.648464+0000 mgr.y (mgr.14556) 22307 : cluster [DBG] pgmap v19708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:26.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:24.649031+0000 mgr.y (mgr.14556) 22308 : cluster [DBG] pgmap v19709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:26.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:24.649031+0000 mgr.y (mgr.14556) 22308 : cluster [DBG] pgmap v19709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:26.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:24.649031+0000 mgr.y (mgr.14556) 22308 : cluster [DBG] pgmap v19709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:28.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:26.649679+0000 mgr.y (mgr.14556) 22309 : cluster [DBG] pgmap v19710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:28.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:26.649679+0000 mgr.y (mgr.14556) 22309 : cluster [DBG] pgmap v19710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:28.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:26.649679+0000 mgr.y (mgr.14556) 22309 : cluster [DBG] pgmap v19710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:30.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:28.650129+0000 mgr.y (mgr.14556) 22310 : cluster [DBG] pgmap v19711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:30.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:28.650129+0000 mgr.y (mgr.14556) 22310 : cluster [DBG] pgmap v19711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:30.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:28.650129+0000 mgr.y (mgr.14556) 22310 : cluster [DBG] pgmap v19711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:31.396 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:42:31.682 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:42:31.682 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 4m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:42:31.682 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 4m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:42:31.682 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 4m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:42:31.682 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 4m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:42:31.682 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 4m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:42:31.682 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 4m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:42:31.682 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 4m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:42:31.682 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 4m ago 11h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:42:31.682 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 4m ago 11h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:42:31.682 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 4m ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:42:31.683 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 4m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:42:31.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 4m ago 11h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:42:31.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 4m ago 11h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:42:31.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10h) 4m ago 10h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:42:31.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 4m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:42:31.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 4m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:42:31.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 4m ago 10h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:42:31.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 4m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:42:31.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 4m ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:42:31.683 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 4m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:42:31.791 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:42:32.037 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:42:32.037 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:42:32.038 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:42:32.039 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:42:32.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:30.650733+0000 mgr.y (mgr.14556) 22311 : cluster [DBG] pgmap v19712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:32.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:30.650733+0000 mgr.y (mgr.14556) 22311 : cluster [DBG] pgmap v19712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:32.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:30.650733+0000 mgr.y (mgr.14556) 22311 : cluster [DBG] pgmap v19712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:33.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:42:31.387652+0000 mgr.y (mgr.14556) 22312 : audit [DBG] from='client.37740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:42:33.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:42:31.677036+0000 mgr.y (mgr.14556) 22313 : audit [DBG] from='client.47654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:42:33.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:42:32.040591+0000 mon.a (mon.0) 4673 : audit [DBG] from='client.? 172.21.15.23:0/2950363434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:42:33.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:42:31.387652+0000 mgr.y (mgr.14556) 22312 : audit [DBG] from='client.37740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:42:33.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:42:31.677036+0000 mgr.y (mgr.14556) 22313 : audit [DBG] from='client.47654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:42:33.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:42:32.040591+0000 mon.a (mon.0) 4673 : audit [DBG] from='client.? 172.21.15.23:0/2950363434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:42:33.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:42:31.387652+0000 mgr.y (mgr.14556) 22312 : audit [DBG] from='client.37740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:42:33.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:42:31.677036+0000 mgr.y (mgr.14556) 22313 : audit [DBG] from='client.47654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:42:33.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:42:32.040591+0000 mon.a (mon.0) 4673 : audit [DBG] from='client.? 172.21.15.23:0/2950363434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:42:34.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:42:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:42:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:32.651108+0000 mgr.y (mgr.14556) 22314 : cluster [DBG] pgmap v19713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:34.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:32.651108+0000 mgr.y (mgr.14556) 22314 : cluster [DBG] pgmap v19713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:34.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:32.651108+0000 mgr.y (mgr.14556) 22314 : cluster [DBG] pgmap v19713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:36.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:34.651584+0000 mgr.y (mgr.14556) 22315 : cluster [DBG] pgmap v19714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:36.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:34.651584+0000 mgr.y (mgr.14556) 22315 : cluster [DBG] pgmap v19714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:36.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:34.651584+0000 mgr.y (mgr.14556) 22315 : cluster [DBG] pgmap v19714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:37.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:42:36.047714+0000 mon.a (mon.0) 4674 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:42:37.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:42:36.355161+0000 mon.a (mon.0) 4675 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:42:37.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:42:36.355861+0000 mon.a (mon.0) 4676 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:42:37.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:42:36.364417+0000 mon.a (mon.0) 4677 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:42:37.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:42:36.047714+0000 mon.a (mon.0) 4674 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:42:37.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:42:36.355161+0000 mon.a (mon.0) 4675 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:42:37.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:42:36.355861+0000 mon.a (mon.0) 4676 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:42:37.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:42:36.364417+0000 mon.a (mon.0) 4677 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:42:37.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:42:36.047714+0000 mon.a (mon.0) 4674 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:42:37.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:42:36.355161+0000 mon.a (mon.0) 4675 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:42:37.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:42:36.355861+0000 mon.a (mon.0) 4676 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:42:37.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:42:36.364417+0000 mon.a (mon.0) 4677 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:42:38.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:36.652174+0000 mgr.y (mgr.14556) 22316 : cluster [DBG] pgmap v19715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:38.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:36.652174+0000 mgr.y (mgr.14556) 22316 : cluster [DBG] pgmap v19715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:38.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:36.652174+0000 mgr.y (mgr.14556) 22316 : cluster [DBG] pgmap v19715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:40.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:38.652584+0000 mgr.y (mgr.14556) 22317 : cluster [DBG] pgmap v19716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:38.652584+0000 mgr.y (mgr.14556) 22317 : cluster [DBG] pgmap v19716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:40.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:38.652584+0000 mgr.y (mgr.14556) 22317 : cluster [DBG] pgmap v19716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:41.887 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:42:42.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:40.653421+0000 mgr.y (mgr.14556) 22318 : cluster [DBG] pgmap v19717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:42.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:40.653421+0000 mgr.y (mgr.14556) 22318 : cluster [DBG] pgmap v19717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:42.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:40.653421+0000 mgr.y (mgr.14556) 22318 : cluster [DBG] pgmap v19717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:44.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:42:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:42:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:42.653897+0000 mgr.y (mgr.14556) 22319 : cluster [DBG] pgmap v19718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:42.653897+0000 mgr.y (mgr.14556) 22319 : cluster [DBG] pgmap v19718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:44.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:42.653897+0000 mgr.y (mgr.14556) 22319 : cluster [DBG] pgmap v19718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:46.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:44.654531+0000 mgr.y (mgr.14556) 22320 : cluster [DBG] pgmap v19719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:46.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:44.654531+0000 mgr.y (mgr.14556) 22320 : cluster [DBG] pgmap v19719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:46.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:44.654531+0000 mgr.y (mgr.14556) 22320 : cluster [DBG] pgmap v19719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:48.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:46.655383+0000 mgr.y (mgr.14556) 22321 : cluster [DBG] pgmap v19720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:48.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:46.655383+0000 mgr.y (mgr.14556) 22321 : cluster [DBG] pgmap v19720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:48.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:46.655383+0000 mgr.y (mgr.14556) 22321 : cluster [DBG] pgmap v19720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:50.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:48.655698+0000 mgr.y (mgr.14556) 22322 : cluster [DBG] pgmap v19721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:50.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:48.655698+0000 mgr.y (mgr.14556) 22322 : cluster [DBG] pgmap v19721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:50.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:48.655698+0000 mgr.y (mgr.14556) 22322 : cluster [DBG] pgmap v19721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:51.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:42:52.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:50.656315+0000 mgr.y (mgr.14556) 22323 : cluster [DBG] pgmap v19722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:52.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:50.656315+0000 mgr.y (mgr.14556) 22323 : cluster [DBG] pgmap v19722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:52.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:50.656315+0000 mgr.y (mgr.14556) 22323 : cluster [DBG] pgmap v19722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:54.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:42:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:42:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:52.656664+0000 mgr.y (mgr.14556) 22324 : cluster [DBG] pgmap v19723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:52.656664+0000 mgr.y (mgr.14556) 22324 : cluster [DBG] pgmap v19723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:54.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:52.656664+0000 mgr.y (mgr.14556) 22324 : cluster [DBG] pgmap v19723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:56.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:54.656984+0000 mgr.y (mgr.14556) 22325 : cluster [DBG] pgmap v19724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:56.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:54.656984+0000 mgr.y (mgr.14556) 22325 : cluster [DBG] pgmap v19724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:56.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:54.656984+0000 mgr.y (mgr.14556) 22325 : cluster [DBG] pgmap v19724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:58.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:56.657586+0000 mgr.y (mgr.14556) 22326 : cluster [DBG] pgmap v19725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:58.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:56.657586+0000 mgr.y (mgr.14556) 22326 : cluster [DBG] pgmap v19725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:42:58.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:56.657586+0000 mgr.y (mgr.14556) 22326 : cluster [DBG] pgmap v19725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:00.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:42:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:42:58.658016+0000 mgr.y (mgr.14556) 22327 : cluster [DBG] pgmap v19726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:00.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:42:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:42:58.658016+0000 mgr.y (mgr.14556) 22327 : cluster [DBG] pgmap v19726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:00.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:42:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:42:58.658016+0000 mgr.y (mgr.14556) 22327 : cluster [DBG] pgmap v19726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:01.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:43:02.363 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:43:02.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:00.658777+0000 mgr.y (mgr.14556) 22328 : cluster [DBG] pgmap v19727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:02.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:00.658777+0000 mgr.y (mgr.14556) 22328 : cluster [DBG] pgmap v19727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:02.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:00.658777+0000 mgr.y (mgr.14556) 22328 : cluster [DBG] pgmap v19727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:02.651 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:43:02.651 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 5m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:43:02.651 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 5m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:43:02.651 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 5m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:43:02.651 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 5m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:43:02.651 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 5m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:43:02.651 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 5m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:43:02.651 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 5m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 5m ago 11h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 5m ago 11h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 5m ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 5m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 5m ago 11h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 5m ago 11h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 5m ago 11h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10h) 5m ago 10h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 5m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 5m ago 10h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 5m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 5m ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:43:02.652 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 5m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:43:03.002 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:43:03.003 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:43:03.004 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:43:03.004 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:43:03.004 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:43:03.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:43:02.354560+0000 mgr.y (mgr.14556) 22329 : audit [DBG] from='client.47666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:43:03.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:43:02.646067+0000 mgr.y (mgr.14556) 22330 : audit [DBG] from='client.47672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:43:03.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:02.659085+0000 mgr.y (mgr.14556) 22331 : cluster [DBG] pgmap v19728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:03.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:43:03.005801+0000 mon.a (mon.0) 4678 : audit [DBG] from='client.? 172.21.15.23:0/718768332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:43:03.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:43:02.354560+0000 mgr.y (mgr.14556) 22329 : audit [DBG] from='client.47666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:43:03.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:43:02.646067+0000 mgr.y (mgr.14556) 22330 : audit [DBG] from='client.47672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:43:03.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:02.659085+0000 mgr.y (mgr.14556) 22331 : cluster [DBG] pgmap v19728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:03.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:43:03.005801+0000 mon.a (mon.0) 4678 : audit [DBG] from='client.? 172.21.15.23:0/718768332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:43:03.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:43:02.354560+0000 mgr.y (mgr.14556) 22329 : audit [DBG] from='client.47666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:43:03.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:43:02.646067+0000 mgr.y (mgr.14556) 22330 : audit [DBG] from='client.47672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:43:03.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:02.659085+0000 mgr.y (mgr.14556) 22331 : cluster [DBG] pgmap v19728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:03.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:43:03.005801+0000 mon.a (mon.0) 4678 : audit [DBG] from='client.? 172.21.15.23:0/718768332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:43:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:43:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:43:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:43:06.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:04.659470+0000 mgr.y (mgr.14556) 22332 : cluster [DBG] pgmap v19729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:04.659470+0000 mgr.y (mgr.14556) 22332 : cluster [DBG] pgmap v19729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:06.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:04.659470+0000 mgr.y (mgr.14556) 22332 : cluster [DBG] pgmap v19729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:06.660130+0000 mgr.y (mgr.14556) 22333 : cluster [DBG] pgmap v19730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:08.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:06.660130+0000 mgr.y (mgr.14556) 22333 : cluster [DBG] pgmap v19730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:08.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:06.660130+0000 mgr.y (mgr.14556) 22333 : cluster [DBG] pgmap v19730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:10.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:08.660647+0000 mgr.y (mgr.14556) 22334 : cluster [DBG] pgmap v19731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:08.660647+0000 mgr.y (mgr.14556) 22334 : cluster [DBG] pgmap v19731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:10.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:08.660647+0000 mgr.y (mgr.14556) 22334 : cluster [DBG] pgmap v19731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:11.910 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:10.661208+0000 mgr.y (mgr.14556) 22335 : cluster [DBG] pgmap v19732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:43:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:43:12.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:10.661208+0000 mgr.y (mgr.14556) 22335 : cluster [DBG] pgmap v19732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:10.661208+0000 mgr.y (mgr.14556) 22335 : cluster [DBG] pgmap v19732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:43:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:43:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:12.661658+0000 mgr.y (mgr.14556) 22336 : cluster [DBG] pgmap v19733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:12.661658+0000 mgr.y (mgr.14556) 22336 : cluster [DBG] pgmap v19733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:14.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:12.661658+0000 mgr.y (mgr.14556) 22336 : cluster [DBG] pgmap v19733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:16.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:14.662158+0000 mgr.y (mgr.14556) 22337 : cluster [DBG] pgmap v19734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:14.662158+0000 mgr.y (mgr.14556) 22337 : cluster [DBG] pgmap v19734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:16.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:14.662158+0000 mgr.y (mgr.14556) 22337 : cluster [DBG] pgmap v19734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:18.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:16.662801+0000 mgr.y (mgr.14556) 22338 : cluster [DBG] pgmap v19735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:16.662801+0000 mgr.y (mgr.14556) 22338 : cluster [DBG] pgmap v19735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:18.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:16.662801+0000 mgr.y (mgr.14556) 22338 : cluster [DBG] pgmap v19735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:20.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:18.663196+0000 mgr.y (mgr.14556) 22339 : cluster [DBG] pgmap v19736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:18.663196+0000 mgr.y (mgr.14556) 22339 : cluster [DBG] pgmap v19736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:20.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:18.663196+0000 mgr.y (mgr.14556) 22339 : cluster [DBG] pgmap v19736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:21.813 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:43:22.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:20.663925+0000 mgr.y (mgr.14556) 22340 : cluster [DBG] pgmap v19737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:22.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:20.663925+0000 mgr.y (mgr.14556) 22340 : cluster [DBG] pgmap v19737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:22.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:20.663925+0000 mgr.y (mgr.14556) 22340 : cluster [DBG] pgmap v19737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:24.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:43:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:43:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:22.664314+0000 mgr.y (mgr.14556) 22341 : cluster [DBG] pgmap v19738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:22.664314+0000 mgr.y (mgr.14556) 22341 : cluster [DBG] pgmap v19738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:24.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:22.664314+0000 mgr.y (mgr.14556) 22341 : cluster [DBG] pgmap v19738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:26.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:24.664735+0000 mgr.y (mgr.14556) 22342 : cluster [DBG] pgmap v19739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:26.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:24.664735+0000 mgr.y (mgr.14556) 22342 : cluster [DBG] pgmap v19739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:26.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:24.664735+0000 mgr.y (mgr.14556) 22342 : cluster [DBG] pgmap v19739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:28.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:26.665541+0000 mgr.y (mgr.14556) 22343 : cluster [DBG] pgmap v19740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:28.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:26.665541+0000 mgr.y (mgr.14556) 22343 : cluster [DBG] pgmap v19740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:28.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:26.665541+0000 mgr.y (mgr.14556) 22343 : cluster [DBG] pgmap v19740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:30.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:28.665911+0000 mgr.y (mgr.14556) 22344 : cluster [DBG] pgmap v19741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:30.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:28.665911+0000 mgr.y (mgr.14556) 22344 : cluster [DBG] pgmap v19741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:28.665911+0000 mgr.y (mgr.14556) 22344 : cluster [DBG] pgmap v19741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:31.872 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:43:32.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:30.666724+0000 mgr.y (mgr.14556) 22345 : cluster [DBG] pgmap v19742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:32.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:30.666724+0000 mgr.y (mgr.14556) 22345 : cluster [DBG] pgmap v19742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:32.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:30.666724+0000 mgr.y (mgr.14556) 22345 : cluster [DBG] pgmap v19742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:33.329 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:43:33.617 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:43:33.617 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 6m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:43:33.617 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 5m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 6m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 5m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 5m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 6m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 6m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 5m ago 11h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 6m ago 11h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 6m ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 5m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 6m ago 11h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 6m ago 11h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 6m ago 11h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 6m ago 11h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:43:33.618 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (10h) 5m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:43:33.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (10h) 5m ago 10h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:43:33.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 5m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:43:33.619 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 5m ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:43:33.619 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 5m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:43:33.968 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:43:33.968 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:43:33.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:43:33.968 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:43:33.968 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:43:33.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:43:33.968 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:43:33.968 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:43:33.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:43:33.968 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:43:33.968 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:43:33.968 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:43:33.969 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:43:33.969 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:43:33.969 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:43:33.969 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:43:33.969 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:43:34.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:43:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:43:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:32.667219+0000 mgr.y (mgr.14556) 22346 : cluster [DBG] pgmap v19743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:34.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:32.667219+0000 mgr.y (mgr.14556) 22346 : cluster [DBG] pgmap v19743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:34.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:32.667219+0000 mgr.y (mgr.14556) 22346 : cluster [DBG] pgmap v19743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:35.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:43:33.320281+0000 mgr.y (mgr.14556) 22347 : audit [DBG] from='client.37776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:43:35.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:43:33.612132+0000 mgr.y (mgr.14556) 22348 : audit [DBG] from='client.47690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:43:35.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:43:33.970873+0000 mon.a (mon.0) 4679 : audit [DBG] from='client.? 172.21.15.23:0/4074474986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:43:35.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:43:33.320281+0000 mgr.y (mgr.14556) 22347 : audit [DBG] from='client.37776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:43:35.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:43:33.612132+0000 mgr.y (mgr.14556) 22348 : audit [DBG] from='client.47690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:43:35.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:43:33.970873+0000 mon.a (mon.0) 4679 : audit [DBG] from='client.? 172.21.15.23:0/4074474986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:43:35.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:43:33.320281+0000 mgr.y (mgr.14556) 22347 : audit [DBG] from='client.37776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:43:35.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:43:33.612132+0000 mgr.y (mgr.14556) 22348 : audit [DBG] from='client.47690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:43:35.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:43:33.970873+0000 mon.a (mon.0) 4679 : audit [DBG] from='client.? 172.21.15.23:0/4074474986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:43:36.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:34.667669+0000 mgr.y (mgr.14556) 22349 : cluster [DBG] pgmap v19744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:36.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:34.667669+0000 mgr.y (mgr.14556) 22349 : cluster [DBG] pgmap v19744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:36.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:34.667669+0000 mgr.y (mgr.14556) 22349 : cluster [DBG] pgmap v19744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:37.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:43:36.369005+0000 mon.a (mon.0) 4680 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:43:37.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:43:36.673876+0000 mon.a (mon.0) 4681 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:43:37.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:43:36.674556+0000 mon.a (mon.0) 4682 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:43:37.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:43:36.681228+0000 mon.a (mon.0) 4683 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:43:37.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:43:36.369005+0000 mon.a (mon.0) 4680 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:43:37.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:43:36.673876+0000 mon.a (mon.0) 4681 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:43:37.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:43:36.674556+0000 mon.a (mon.0) 4682 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:43:37.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:43:36.681228+0000 mon.a (mon.0) 4683 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:43:37.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:43:36.369005+0000 mon.a (mon.0) 4680 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:43:37.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:43:36.673876+0000 mon.a (mon.0) 4681 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:43:37.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:43:36.674556+0000 mon.a (mon.0) 4682 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:43:37.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:43:36.681228+0000 mon.a (mon.0) 4683 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:43:38.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:36.668211+0000 mgr.y (mgr.14556) 22350 : cluster [DBG] pgmap v19745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:38.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:36.668211+0000 mgr.y (mgr.14556) 22350 : cluster [DBG] pgmap v19745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:36.668211+0000 mgr.y (mgr.14556) 22350 : cluster [DBG] pgmap v19745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:40.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:38.668617+0000 mgr.y (mgr.14556) 22351 : cluster [DBG] pgmap v19746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:40.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:38.668617+0000 mgr.y (mgr.14556) 22351 : cluster [DBG] pgmap v19746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:40.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:38.668617+0000 mgr.y (mgr.14556) 22351 : cluster [DBG] pgmap v19746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:41.910 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:43:42.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:40.669247+0000 mgr.y (mgr.14556) 22352 : cluster [DBG] pgmap v19747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:42.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:40.669247+0000 mgr.y (mgr.14556) 22352 : cluster [DBG] pgmap v19747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:42.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:40.669247+0000 mgr.y (mgr.14556) 22352 : cluster [DBG] pgmap v19747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:44.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:42.669618+0000 mgr.y (mgr.14556) 22353 : cluster [DBG] pgmap v19748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:43:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:43:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:42.669618+0000 mgr.y (mgr.14556) 22353 : cluster [DBG] pgmap v19748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:44.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:42.669618+0000 mgr.y (mgr.14556) 22353 : cluster [DBG] pgmap v19748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:46.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:44.670122+0000 mgr.y (mgr.14556) 22354 : cluster [DBG] pgmap v19749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:46.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:44.670122+0000 mgr.y (mgr.14556) 22354 : cluster [DBG] pgmap v19749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:46.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:44.670122+0000 mgr.y (mgr.14556) 22354 : cluster [DBG] pgmap v19749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:48.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:46.670803+0000 mgr.y (mgr.14556) 22355 : cluster [DBG] pgmap v19750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:48.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:46.670803+0000 mgr.y (mgr.14556) 22355 : cluster [DBG] pgmap v19750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:48.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:46.670803+0000 mgr.y (mgr.14556) 22355 : cluster [DBG] pgmap v19750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:50.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:48.671301+0000 mgr.y (mgr.14556) 22356 : cluster [DBG] pgmap v19751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:50.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:48.671301+0000 mgr.y (mgr.14556) 22356 : cluster [DBG] pgmap v19751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:50.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:48.671301+0000 mgr.y (mgr.14556) 22356 : cluster [DBG] pgmap v19751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:43:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:43:52.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:50.671884+0000 mgr.y (mgr.14556) 22357 : cluster [DBG] pgmap v19752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:52.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:50.671884+0000 mgr.y (mgr.14556) 22357 : cluster [DBG] pgmap v19752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:52.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:50.671884+0000 mgr.y (mgr.14556) 22357 : cluster [DBG] pgmap v19752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:54.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:43:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:43:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:43:54.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:52.672450+0000 mgr.y (mgr.14556) 22358 : cluster [DBG] pgmap v19753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:54.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:52.672450+0000 mgr.y (mgr.14556) 22358 : cluster [DBG] pgmap v19753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:54.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:52.672450+0000 mgr.y (mgr.14556) 22358 : cluster [DBG] pgmap v19753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:55.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:54.672966+0000 mgr.y (mgr.14556) 22359 : cluster [DBG] pgmap v19754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:55.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:54.672966+0000 mgr.y (mgr.14556) 22359 : cluster [DBG] pgmap v19754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:55.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:54.672966+0000 mgr.y (mgr.14556) 22359 : cluster [DBG] pgmap v19754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:58.127 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:56.673913+0000 mgr.y (mgr.14556) 22360 : cluster [DBG] pgmap v19755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:58.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:56.673913+0000 mgr.y (mgr.14556) 22360 : cluster [DBG] pgmap v19755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:43:58.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:56.673913+0000 mgr.y (mgr.14556) 22360 : cluster [DBG] pgmap v19755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:43:58.674423+0000 mgr.y (mgr.14556) 22361 : cluster [DBG] pgmap v19756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:43:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:43:58.674423+0000 mgr.y (mgr.14556) 22361 : cluster [DBG] pgmap v19756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:43:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:43:58.674423+0000 mgr.y (mgr.14556) 22361 : cluster [DBG] pgmap v19756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:01.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:00.675072+0000 mgr.y (mgr.14556) 22362 : cluster [DBG] pgmap v19757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:44:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:44:02.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:00.675072+0000 mgr.y (mgr.14556) 22362 : cluster [DBG] pgmap v19757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:00.675072+0000 mgr.y (mgr.14556) 22362 : cluster [DBG] pgmap v19757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:44:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:44:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:02.675468+0000 mgr.y (mgr.14556) 22363 : cluster [DBG] pgmap v19758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:02.675468+0000 mgr.y (mgr.14556) 22363 : cluster [DBG] pgmap v19758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:04.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:02.675468+0000 mgr.y (mgr.14556) 22363 : cluster [DBG] pgmap v19758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:04.293 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:44:04.579 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:44:04.579 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 6m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:44:04.579 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 6m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:44:04.579 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 6m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:44:04.579 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 6m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 6m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 6m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 6m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 6m ago 11h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 6m ago 11h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 6m ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 6m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 6m ago 11h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 6m ago 11h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 6m ago 11h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 6m ago 11h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 6m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 6m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (10h) 6m ago 10h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:44:04.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 6m ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:44:04.581 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 6m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:44:04.930 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:44:04.930 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:44:04.930 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:44:04.930 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:44:04.930 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:44:04.930 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:44:04.930 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:44:04.930 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:44:04.930 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:44:04.930 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:44:04.931 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:44:04.931 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:44:04.931 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:44:04.931 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:44:04.931 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:44:04.931 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:44:04.931 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:44:06.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:44:04.283014+0000 mgr.y (mgr.14556) 22364 : audit [DBG] from='client.37794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:44:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:44:04.574217+0000 mgr.y (mgr.14556) 22365 : audit [DBG] from='client.47708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:44:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:04.675772+0000 mgr.y (mgr.14556) 22366 : cluster [DBG] pgmap v19759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:44:04.932739+0000 mon.a (mon.0) 4684 : audit [DBG] from='client.? 172.21.15.23:0/88999504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:44:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:44:04.283014+0000 mgr.y (mgr.14556) 22364 : audit [DBG] from='client.37794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:44:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:44:04.574217+0000 mgr.y (mgr.14556) 22365 : audit [DBG] from='client.47708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:44:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:04.675772+0000 mgr.y (mgr.14556) 22366 : cluster [DBG] pgmap v19759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:44:04.932739+0000 mon.a (mon.0) 4684 : audit [DBG] from='client.? 172.21.15.23:0/88999504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:44:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:44:04.283014+0000 mgr.y (mgr.14556) 22364 : audit [DBG] from='client.37794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:44:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:44:04.574217+0000 mgr.y (mgr.14556) 22365 : audit [DBG] from='client.47708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:44:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:04.675772+0000 mgr.y (mgr.14556) 22366 : cluster [DBG] pgmap v19759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:44:04.932739+0000 mon.a (mon.0) 4684 : audit [DBG] from='client.? 172.21.15.23:0/88999504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:44:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:06.676578+0000 mgr.y (mgr.14556) 22367 : cluster [DBG] pgmap v19760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:08.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:06.676578+0000 mgr.y (mgr.14556) 22367 : cluster [DBG] pgmap v19760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:08.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:06.676578+0000 mgr.y (mgr.14556) 22367 : cluster [DBG] pgmap v19760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:10.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:08.676995+0000 mgr.y (mgr.14556) 22368 : cluster [DBG] pgmap v19761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:08.676995+0000 mgr.y (mgr.14556) 22368 : cluster [DBG] pgmap v19761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:10.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:08.676995+0000 mgr.y (mgr.14556) 22368 : cluster [DBG] pgmap v19761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:11.842 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:44:12.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:10.677772+0000 mgr.y (mgr.14556) 22369 : cluster [DBG] pgmap v19762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:10.677772+0000 mgr.y (mgr.14556) 22369 : cluster [DBG] pgmap v19762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:12.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:10.677772+0000 mgr.y (mgr.14556) 22369 : cluster [DBG] pgmap v19762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:44:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:44:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:12.678254+0000 mgr.y (mgr.14556) 22370 : cluster [DBG] pgmap v19763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:12.678254+0000 mgr.y (mgr.14556) 22370 : cluster [DBG] pgmap v19763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:14.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:12.678254+0000 mgr.y (mgr.14556) 22370 : cluster [DBG] pgmap v19763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:16.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:14.678670+0000 mgr.y (mgr.14556) 22371 : cluster [DBG] pgmap v19764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:14.678670+0000 mgr.y (mgr.14556) 22371 : cluster [DBG] pgmap v19764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:16.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:14.678670+0000 mgr.y (mgr.14556) 22371 : cluster [DBG] pgmap v19764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:18.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:16.679345+0000 mgr.y (mgr.14556) 22372 : cluster [DBG] pgmap v19765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:18.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:16.679345+0000 mgr.y (mgr.14556) 22372 : cluster [DBG] pgmap v19765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:18.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:16.679345+0000 mgr.y (mgr.14556) 22372 : cluster [DBG] pgmap v19765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:20.127 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:18.679748+0000 mgr.y (mgr.14556) 22373 : cluster [DBG] pgmap v19766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:20.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:18.679748+0000 mgr.y (mgr.14556) 22373 : cluster [DBG] pgmap v19766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:20.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:18.679748+0000 mgr.y (mgr.14556) 22373 : cluster [DBG] pgmap v19766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:21.882 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:44:22.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:20.680427+0000 mgr.y (mgr.14556) 22374 : cluster [DBG] pgmap v19767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:22.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:20.680427+0000 mgr.y (mgr.14556) 22374 : cluster [DBG] pgmap v19767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:22.385 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:20.680427+0000 mgr.y (mgr.14556) 22374 : cluster [DBG] pgmap v19767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:44:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:44:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:22.680828+0000 mgr.y (mgr.14556) 22375 : cluster [DBG] pgmap v19768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:22.680828+0000 mgr.y (mgr.14556) 22375 : cluster [DBG] pgmap v19768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:24.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:22.680828+0000 mgr.y (mgr.14556) 22375 : cluster [DBG] pgmap v19768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:26.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:24.681405+0000 mgr.y (mgr.14556) 22376 : cluster [DBG] pgmap v19769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:26.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:24.681405+0000 mgr.y (mgr.14556) 22376 : cluster [DBG] pgmap v19769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:26.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:24.681405+0000 mgr.y (mgr.14556) 22376 : cluster [DBG] pgmap v19769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:28.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:26.682210+0000 mgr.y (mgr.14556) 22377 : cluster [DBG] pgmap v19770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:28.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:26.682210+0000 mgr.y (mgr.14556) 22377 : cluster [DBG] pgmap v19770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:28.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:26.682210+0000 mgr.y (mgr.14556) 22377 : cluster [DBG] pgmap v19770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:30.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:28.682787+0000 mgr.y (mgr.14556) 22378 : cluster [DBG] pgmap v19771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:30.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:28.682787+0000 mgr.y (mgr.14556) 22378 : cluster [DBG] pgmap v19771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:28.682787+0000 mgr.y (mgr.14556) 22378 : cluster [DBG] pgmap v19771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:44:32.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:30.683453+0000 mgr.y (mgr.14556) 22379 : cluster [DBG] pgmap v19772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:32.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:30.683453+0000 mgr.y (mgr.14556) 22379 : cluster [DBG] pgmap v19772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:32.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:30.683453+0000 mgr.y (mgr.14556) 22379 : cluster [DBG] pgmap v19772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:34.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:44:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:44:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:32.683819+0000 mgr.y (mgr.14556) 22380 : cluster [DBG] pgmap v19773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:34.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:32.683819+0000 mgr.y (mgr.14556) 22380 : cluster [DBG] pgmap v19773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:34.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:32.683819+0000 mgr.y (mgr.14556) 22380 : cluster [DBG] pgmap v19773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:35.256 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:44:35.545 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 7m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 7m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 7m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 7m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 7m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 7m ago 11h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 7m ago 11h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7m ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 7m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 7m ago 11h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 7m ago 11h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:44:35.546 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 7m ago 11h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:44:35.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 7m ago 11h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:44:35.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 7m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:44:35.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 7m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:44:35.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 7m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:44:35.547 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (10h) 7m ago 10h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:44:35.547 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 7m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:44:35.896 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:44:35.897 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:44:35.898 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:44:35.898 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:44:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:34.684407+0000 mgr.y (mgr.14556) 22381 : cluster [DBG] pgmap v19774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:44:35.899377+0000 mon.c (mon.2) 533 : audit [DBG] from='client.? 172.21.15.23:0/288515681' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:44:36.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:34.684407+0000 mgr.y (mgr.14556) 22381 : cluster [DBG] pgmap v19774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:36.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:44:35.899377+0000 mon.c (mon.2) 533 : audit [DBG] from='client.? 172.21.15.23:0/288515681' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:44:36.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:34.684407+0000 mgr.y (mgr.14556) 22381 : cluster [DBG] pgmap v19774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:36.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:44:35.899377+0000 mon.c (mon.2) 533 : audit [DBG] from='client.? 172.21.15.23:0/288515681' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:44:37.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:44:35.247565+0000 mgr.y (mgr.14556) 22382 : audit [DBG] from='client.37812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:44:37.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:44:35.540301+0000 mgr.y (mgr.14556) 22383 : audit [DBG] from='client.47726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:44:37.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:44:36.685993+0000 mon.a (mon.0) 4685 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:44:37.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:44:35.247565+0000 mgr.y (mgr.14556) 22382 : audit [DBG] from='client.37812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:44:37.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:44:35.540301+0000 mgr.y (mgr.14556) 22383 : audit [DBG] from='client.47726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:44:37.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:44:36.685993+0000 mon.a (mon.0) 4685 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:44:37.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:44:35.247565+0000 mgr.y (mgr.14556) 22382 : audit [DBG] from='client.37812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:44:37.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:44:35.540301+0000 mgr.y (mgr.14556) 22383 : audit [DBG] from='client.47726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:44:37.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:44:36.685993+0000 mon.a (mon.0) 4685 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:44:38.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:36.685291+0000 mgr.y (mgr.14556) 22384 : cluster [DBG] pgmap v19775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:38.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:44:36.988733+0000 mon.a (mon.0) 4686 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:44:38.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:44:36.989404+0000 mon.a (mon.0) 4687 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:44:38.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:44:36.993483+0000 mon.a (mon.0) 4688 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:44:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:36.685291+0000 mgr.y (mgr.14556) 22384 : cluster [DBG] pgmap v19775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:44:36.988733+0000 mon.a (mon.0) 4686 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:44:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:44:36.989404+0000 mon.a (mon.0) 4687 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:44:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:44:36.993483+0000 mon.a (mon.0) 4688 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:44:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:36.685291+0000 mgr.y (mgr.14556) 22384 : cluster [DBG] pgmap v19775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:44:36.988733+0000 mon.a (mon.0) 4686 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:44:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:44:36.989404+0000 mon.a (mon.0) 4687 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:44:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:44:36.993483+0000 mon.a (mon.0) 4688 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:44:40.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:38.685740+0000 mgr.y (mgr.14556) 22385 : cluster [DBG] pgmap v19776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:40.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:38.685740+0000 mgr.y (mgr.14556) 22385 : cluster [DBG] pgmap v19776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:40.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:38.685740+0000 mgr.y (mgr.14556) 22385 : cluster [DBG] pgmap v19776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:44:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:44:42.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:40.686360+0000 mgr.y (mgr.14556) 22386 : cluster [DBG] pgmap v19777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:40.686360+0000 mgr.y (mgr.14556) 22386 : cluster [DBG] pgmap v19777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:42.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:40.686360+0000 mgr.y (mgr.14556) 22386 : cluster [DBG] pgmap v19777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:44.025 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:44:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:44:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:44:44.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:42.686798+0000 mgr.y (mgr.14556) 22387 : cluster [DBG] pgmap v19778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:44.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:42.686798+0000 mgr.y (mgr.14556) 22387 : cluster [DBG] pgmap v19778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:44.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:42.686798+0000 mgr.y (mgr.14556) 22387 : cluster [DBG] pgmap v19778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:46.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:44.687233+0000 mgr.y (mgr.14556) 22388 : cluster [DBG] pgmap v19779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:46.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:44.687233+0000 mgr.y (mgr.14556) 22388 : cluster [DBG] pgmap v19779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:46.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:44.687233+0000 mgr.y (mgr.14556) 22388 : cluster [DBG] pgmap v19779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:48.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:46.687909+0000 mgr.y (mgr.14556) 22389 : cluster [DBG] pgmap v19780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:48.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:46.687909+0000 mgr.y (mgr.14556) 22389 : cluster [DBG] pgmap v19780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:48.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:46.687909+0000 mgr.y (mgr.14556) 22389 : cluster [DBG] pgmap v19780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:49.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:48.688464+0000 mgr.y (mgr.14556) 22390 : cluster [DBG] pgmap v19781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:49.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:48.688464+0000 mgr.y (mgr.14556) 22390 : cluster [DBG] pgmap v19781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:49.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:48.688464+0000 mgr.y (mgr.14556) 22390 : cluster [DBG] pgmap v19781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:51.911 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:50.689117+0000 mgr.y (mgr.14556) 22391 : cluster [DBG] pgmap v19782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:44:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:44:52.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:50.689117+0000 mgr.y (mgr.14556) 22391 : cluster [DBG] pgmap v19782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:50.689117+0000 mgr.y (mgr.14556) 22391 : cluster [DBG] pgmap v19782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:44:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:44:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:52.689605+0000 mgr.y (mgr.14556) 22392 : cluster [DBG] pgmap v19783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:52.689605+0000 mgr.y (mgr.14556) 22392 : cluster [DBG] pgmap v19783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:54.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:52.689605+0000 mgr.y (mgr.14556) 22392 : cluster [DBG] pgmap v19783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:54.690014+0000 mgr.y (mgr.14556) 22393 : cluster [DBG] pgmap v19784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:54.690014+0000 mgr.y (mgr.14556) 22393 : cluster [DBG] pgmap v19784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:56.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:54.690014+0000 mgr.y (mgr.14556) 22393 : cluster [DBG] pgmap v19784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:58.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:56.690920+0000 mgr.y (mgr.14556) 22394 : cluster [DBG] pgmap v19785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:58.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:56.690920+0000 mgr.y (mgr.14556) 22394 : cluster [DBG] pgmap v19785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:44:58.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:56.690920+0000 mgr.y (mgr.14556) 22394 : cluster [DBG] pgmap v19785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:44:58.691320+0000 mgr.y (mgr.14556) 22395 : cluster [DBG] pgmap v19786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:44:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:44:58.691320+0000 mgr.y (mgr.14556) 22395 : cluster [DBG] pgmap v19786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:44:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:44:58.691320+0000 mgr.y (mgr.14556) 22395 : cluster [DBG] pgmap v19786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:01.794 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:45:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:00.691939+0000 mgr.y (mgr.14556) 22396 : cluster [DBG] pgmap v19787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:00.691939+0000 mgr.y (mgr.14556) 22396 : cluster [DBG] pgmap v19787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:02.164 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:00.691939+0000 mgr.y (mgr.14556) 22396 : cluster [DBG] pgmap v19787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:45:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:45:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:02.692500+0000 mgr.y (mgr.14556) 22397 : cluster [DBG] pgmap v19788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:02.692500+0000 mgr.y (mgr.14556) 22397 : cluster [DBG] pgmap v19788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:04.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:02.692500+0000 mgr.y (mgr.14556) 22397 : cluster [DBG] pgmap v19788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:04.693063+0000 mgr.y (mgr.14556) 22398 : cluster [DBG] pgmap v19789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:04.693063+0000 mgr.y (mgr.14556) 22398 : cluster [DBG] pgmap v19789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:04.693063+0000 mgr.y (mgr.14556) 22398 : cluster [DBG] pgmap v19789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:06.220 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:45:06.517 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:45:06.517 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 7m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:45:06.517 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 7m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:45:06.517 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (10h) 7m ago 10h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (10h) 7m ago 10h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 7m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 7m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 7m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 7m ago 11h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 7m ago 11h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 7m ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 7m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 7m ago 11h 47.3M 2468M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 7m ago 11h 46.7M 2468M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 7m ago 11h 45.3M 2468M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 7m ago 11h 44.5M 2468M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:45:06.518 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 7m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:45:06.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 7m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:45:06.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 7m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:45:06.519 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 7m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:45:06.519 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 7m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:45:06.873 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:45:06.873 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:45:06.873 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:45:06.873 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:45:06.873 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:45:06.874 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:45:06.874 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:45:06.874 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:45:06.874 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:45:06.874 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:45:06.874 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:45:06.874 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:45:06.874 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:45:06.874 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:45:06.874 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:45:06.874 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:45:06.874 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:45:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:06.211179+0000 mgr.y (mgr.14556) 22399 : audit [DBG] from='client.37830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:45:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:06.511419+0000 mgr.y (mgr.14556) 22400 : audit [DBG] from='client.47744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:45:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:06.693630+0000 mgr.y (mgr.14556) 22401 : cluster [DBG] pgmap v19790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:06.876110+0000 mon.a (mon.0) 4689 : audit [DBG] from='client.? 172.21.15.23:0/487218774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:45:08.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:06.211179+0000 mgr.y (mgr.14556) 22399 : audit [DBG] from='client.37830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:45:08.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:06.511419+0000 mgr.y (mgr.14556) 22400 : audit [DBG] from='client.47744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:45:08.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:06.693630+0000 mgr.y (mgr.14556) 22401 : cluster [DBG] pgmap v19790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:08.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:06.876110+0000 mon.a (mon.0) 4689 : audit [DBG] from='client.? 172.21.15.23:0/487218774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:45:08.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:06.211179+0000 mgr.y (mgr.14556) 22399 : audit [DBG] from='client.37830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:45:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:06.511419+0000 mgr.y (mgr.14556) 22400 : audit [DBG] from='client.47744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:45:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:06.693630+0000 mgr.y (mgr.14556) 22401 : cluster [DBG] pgmap v19790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:06.876110+0000 mon.a (mon.0) 4689 : audit [DBG] from='client.? 172.21.15.23:0/487218774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:45:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:08.694047+0000 mgr.y (mgr.14556) 22402 : cluster [DBG] pgmap v19791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:10.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:08.694047+0000 mgr.y (mgr.14556) 22402 : cluster [DBG] pgmap v19791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:10.160 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:08.694047+0000 mgr.y (mgr.14556) 22402 : cluster [DBG] pgmap v19791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:11.840 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:45:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:10.694818+0000 mgr.y (mgr.14556) 22403 : cluster [DBG] pgmap v19792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:12.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:10.694818+0000 mgr.y (mgr.14556) 22403 : cluster [DBG] pgmap v19792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:12.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:10.694818+0000 mgr.y (mgr.14556) 22403 : cluster [DBG] pgmap v19792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:45:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:45:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:12.695221+0000 mgr.y (mgr.14556) 22404 : cluster [DBG] pgmap v19793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:12.695221+0000 mgr.y (mgr.14556) 22404 : cluster [DBG] pgmap v19793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:14.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:12.695221+0000 mgr.y (mgr.14556) 22404 : cluster [DBG] pgmap v19793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:16.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:14.695632+0000 mgr.y (mgr.14556) 22405 : cluster [DBG] pgmap v19794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:16.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:14.695632+0000 mgr.y (mgr.14556) 22405 : cluster [DBG] pgmap v19794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:16.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:14.695632+0000 mgr.y (mgr.14556) 22405 : cluster [DBG] pgmap v19794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:18.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:16.696397+0000 mgr.y (mgr.14556) 22406 : cluster [DBG] pgmap v19795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:18.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:16.696397+0000 mgr.y (mgr.14556) 22406 : cluster [DBG] pgmap v19795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:18.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:16.696397+0000 mgr.y (mgr.14556) 22406 : cluster [DBG] pgmap v19795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:20.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:18.696885+0000 mgr.y (mgr.14556) 22407 : cluster [DBG] pgmap v19796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:20.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:18.696885+0000 mgr.y (mgr.14556) 22407 : cluster [DBG] pgmap v19796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:20.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:18.696885+0000 mgr.y (mgr.14556) 22407 : cluster [DBG] pgmap v19796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:45:22.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:20.697642+0000 mgr.y (mgr.14556) 22408 : cluster [DBG] pgmap v19797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:22.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:20.697642+0000 mgr.y (mgr.14556) 22408 : cluster [DBG] pgmap v19797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:22.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:20.697642+0000 mgr.y (mgr.14556) 22408 : cluster [DBG] pgmap v19797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:45:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:45:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:22.698127+0000 mgr.y (mgr.14556) 22409 : cluster [DBG] pgmap v19798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:22.698127+0000 mgr.y (mgr.14556) 22409 : cluster [DBG] pgmap v19798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:24.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:22.698127+0000 mgr.y (mgr.14556) 22409 : cluster [DBG] pgmap v19798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:26.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:24.698766+0000 mgr.y (mgr.14556) 22410 : cluster [DBG] pgmap v19799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:26.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:24.698766+0000 mgr.y (mgr.14556) 22410 : cluster [DBG] pgmap v19799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:26.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:24.698766+0000 mgr.y (mgr.14556) 22410 : cluster [DBG] pgmap v19799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:28.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:26.699562+0000 mgr.y (mgr.14556) 22411 : cluster [DBG] pgmap v19800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:28.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:26.699562+0000 mgr.y (mgr.14556) 22411 : cluster [DBG] pgmap v19800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:28.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:26.699562+0000 mgr.y (mgr.14556) 22411 : cluster [DBG] pgmap v19800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:30.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:28.699966+0000 mgr.y (mgr.14556) 22412 : cluster [DBG] pgmap v19801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:30.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:28.699966+0000 mgr.y (mgr.14556) 22412 : cluster [DBG] pgmap v19801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:28.699966+0000 mgr.y (mgr.14556) 22412 : cluster [DBG] pgmap v19801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:45:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:45:32.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:30.700613+0000 mgr.y (mgr.14556) 22413 : cluster [DBG] pgmap v19802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:32.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:30.700613+0000 mgr.y (mgr.14556) 22413 : cluster [DBG] pgmap v19802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:32.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:30.700613+0000 mgr.y (mgr.14556) 22413 : cluster [DBG] pgmap v19802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:45:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:45:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:45:34.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:32.701032+0000 mgr.y (mgr.14556) 22414 : cluster [DBG] pgmap v19803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:32.701032+0000 mgr.y (mgr.14556) 22414 : cluster [DBG] pgmap v19803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:34.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:32.701032+0000 mgr.y (mgr.14556) 22414 : cluster [DBG] pgmap v19803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:34.701564+0000 mgr.y (mgr.14556) 22415 : cluster [DBG] pgmap v19804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:36.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:34.701564+0000 mgr.y (mgr.14556) 22415 : cluster [DBG] pgmap v19804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:36.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:34.701564+0000 mgr.y (mgr.14556) 22415 : cluster [DBG] pgmap v19804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:37.203 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:45:37.377 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:37.001730+0000 mon.a (mon.0) 4690 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:45:37.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:37.001730+0000 mon.a (mon.0) 4690 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:45:37.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:37.001730+0000 mon.a (mon.0) 4690 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:45:37.497 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:45:37.497 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 8m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 8m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 8m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 8m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 8m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 8m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 8m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 8m ago 11h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 8m ago 11h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (10h) 8m ago 10h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (10h) 8m ago 10h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 8m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 8m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 8m ago 11h 45.3M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:45:37.498 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 8m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:45:37.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 8m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:45:37.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 8m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:45:37.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 8m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:45:37.499 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 8m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:45:37.499 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 8m ago 10h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:45:37.846 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:45:37.846 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:45:37.846 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:45:37.846 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:45:37.847 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:45:38.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:36.702462+0000 mgr.y (mgr.14556) 22416 : cluster [DBG] pgmap v19805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:38.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:37.299642+0000 mon.a (mon.0) 4691 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:45:38.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:37.300331+0000 mon.a (mon.0) 4692 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:45:38.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:37.301027+0000 mon.a (mon.0) 4693 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:45:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:37.301816+0000 mon.a (mon.0) 4694 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:45:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:37.311041+0000 mon.a (mon.0) 4695 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:45:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:37.312309+0000 mon.a (mon.0) 4696 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:45:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:37.312990+0000 mon.a (mon.0) 4697 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:45:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:37.321919+0000 mon.a (mon.0) 4698 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:45:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:37.849025+0000 mon.c (mon.2) 534 : audit [DBG] from='client.? 172.21.15.23:0/1148196168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:45:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:36.702462+0000 mgr.y (mgr.14556) 22416 : cluster [DBG] pgmap v19805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:37.299642+0000 mon.a (mon.0) 4691 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:45:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:37.300331+0000 mon.a (mon.0) 4692 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:45:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:37.301027+0000 mon.a (mon.0) 4693 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:45:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:37.301816+0000 mon.a (mon.0) 4694 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:45:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:37.311041+0000 mon.a (mon.0) 4695 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:45:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:37.312309+0000 mon.a (mon.0) 4696 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:45:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:37.312990+0000 mon.a (mon.0) 4697 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:45:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:37.321919+0000 mon.a (mon.0) 4698 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:45:38.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:37.849025+0000 mon.c (mon.2) 534 : audit [DBG] from='client.? 172.21.15.23:0/1148196168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:45:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:36.702462+0000 mgr.y (mgr.14556) 22416 : cluster [DBG] pgmap v19805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:37.299642+0000 mon.a (mon.0) 4691 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:45:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:37.300331+0000 mon.a (mon.0) 4692 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:45:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:37.301027+0000 mon.a (mon.0) 4693 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:45:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:37.301816+0000 mon.a (mon.0) 4694 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:45:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:37.311041+0000 mon.a (mon.0) 4695 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:45:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:37.312309+0000 mon.a (mon.0) 4696 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:45:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:37.312990+0000 mon.a (mon.0) 4697 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:45:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:37.321919+0000 mon.a (mon.0) 4698 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:45:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:37.849025+0000 mon.c (mon.2) 534 : audit [DBG] from='client.? 172.21.15.23:0/1148196168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:45:39.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:37.192638+0000 mgr.y (mgr.14556) 22417 : audit [DBG] from='client.37848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:45:39.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T17:45:37.302419+0000 mgr.y (mgr.14556) 22418 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2467M 2024-03-22T17:45:39.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:45:37.492280+0000 mgr.y (mgr.14556) 22419 : audit [DBG] from='client.37854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:45:39.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:37.192638+0000 mgr.y (mgr.14556) 22417 : audit [DBG] from='client.37848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:45:39.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T17:45:37.302419+0000 mgr.y (mgr.14556) 22418 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2467M 2024-03-22T17:45:39.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:45:37.492280+0000 mgr.y (mgr.14556) 22419 : audit [DBG] from='client.37854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:45:39.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:37.192638+0000 mgr.y (mgr.14556) 22417 : audit [DBG] from='client.37848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:45:39.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T17:45:37.302419+0000 mgr.y (mgr.14556) 22418 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2467M 2024-03-22T17:45:39.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:45:37.492280+0000 mgr.y (mgr.14556) 22419 : audit [DBG] from='client.37854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:45:40.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:38.702842+0000 mgr.y (mgr.14556) 22420 : cluster [DBG] pgmap v19806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:40.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:38.702842+0000 mgr.y (mgr.14556) 22420 : cluster [DBG] pgmap v19806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:40.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:38.702842+0000 mgr.y (mgr.14556) 22420 : cluster [DBG] pgmap v19806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:41.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:40.703722+0000 mgr.y (mgr.14556) 22421 : cluster [DBG] pgmap v19807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:41.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:40.703722+0000 mgr.y (mgr.14556) 22421 : cluster [DBG] pgmap v19807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:41.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:40.703722+0000 mgr.y (mgr.14556) 22421 : cluster [DBG] pgmap v19807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:45:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:45:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:42.704267+0000 mgr.y (mgr.14556) 22422 : cluster [DBG] pgmap v19808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:45:43] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:45:44.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:42.704267+0000 mgr.y (mgr.14556) 22422 : cluster [DBG] pgmap v19808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:44.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:42.704267+0000 mgr.y (mgr.14556) 22422 : cluster [DBG] pgmap v19808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:44.704594+0000 mgr.y (mgr.14556) 22423 : cluster [DBG] pgmap v19809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:46.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:44.704594+0000 mgr.y (mgr.14556) 22423 : cluster [DBG] pgmap v19809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:46.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:44.704594+0000 mgr.y (mgr.14556) 22423 : cluster [DBG] pgmap v19809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:46.705232+0000 mgr.y (mgr.14556) 22424 : cluster [DBG] pgmap v19810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:46.705232+0000 mgr.y (mgr.14556) 22424 : cluster [DBG] pgmap v19810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:46.705232+0000 mgr.y (mgr.14556) 22424 : cluster [DBG] pgmap v19810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:50.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:48.705594+0000 mgr.y (mgr.14556) 22425 : cluster [DBG] pgmap v19811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:48.705594+0000 mgr.y (mgr.14556) 22425 : cluster [DBG] pgmap v19811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:48.705594+0000 mgr.y (mgr.14556) 22425 : cluster [DBG] pgmap v19811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:51.801 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:45:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:50.706264+0000 mgr.y (mgr.14556) 22426 : cluster [DBG] pgmap v19812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:52.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:50.706264+0000 mgr.y (mgr.14556) 22426 : cluster [DBG] pgmap v19812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:52.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:50.706264+0000 mgr.y (mgr.14556) 22426 : cluster [DBG] pgmap v19812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:52.706695+0000 mgr.y (mgr.14556) 22427 : cluster [DBG] pgmap v19813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:45:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:45:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:52.706695+0000 mgr.y (mgr.14556) 22427 : cluster [DBG] pgmap v19813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:54.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:52.706695+0000 mgr.y (mgr.14556) 22427 : cluster [DBG] pgmap v19813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:54.707117+0000 mgr.y (mgr.14556) 22428 : cluster [DBG] pgmap v19814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:54.707117+0000 mgr.y (mgr.14556) 22428 : cluster [DBG] pgmap v19814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:56.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:54.707117+0000 mgr.y (mgr.14556) 22428 : cluster [DBG] pgmap v19814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:58.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:56.707867+0000 mgr.y (mgr.14556) 22429 : cluster [DBG] pgmap v19815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:58.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:56.707867+0000 mgr.y (mgr.14556) 22429 : cluster [DBG] pgmap v19815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:45:58.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:56.707867+0000 mgr.y (mgr.14556) 22429 : cluster [DBG] pgmap v19815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:45:58.708261+0000 mgr.y (mgr.14556) 22430 : cluster [DBG] pgmap v19816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:45:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:45:58.708261+0000 mgr.y (mgr.14556) 22430 : cluster [DBG] pgmap v19816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:45:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:45:58.708261+0000 mgr.y (mgr.14556) 22430 : cluster [DBG] pgmap v19816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:01.856 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:46:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:00.708922+0000 mgr.y (mgr.14556) 22431 : cluster [DBG] pgmap v19817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:00.708922+0000 mgr.y (mgr.14556) 22431 : cluster [DBG] pgmap v19817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:02.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:00.708922+0000 mgr.y (mgr.14556) 22431 : cluster [DBG] pgmap v19817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:02.709376+0000 mgr.y (mgr.14556) 22432 : cluster [DBG] pgmap v19818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:02.709376+0000 mgr.y (mgr.14556) 22432 : cluster [DBG] pgmap v19818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:46:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:46:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:46:04.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:02.709376+0000 mgr.y (mgr.14556) 22432 : cluster [DBG] pgmap v19818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:04.709849+0000 mgr.y (mgr.14556) 22433 : cluster [DBG] pgmap v19819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:04.709849+0000 mgr.y (mgr.14556) 22433 : cluster [DBG] pgmap v19819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:04.709849+0000 mgr.y (mgr.14556) 22433 : cluster [DBG] pgmap v19819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:06.710534+0000 mgr.y (mgr.14556) 22434 : cluster [DBG] pgmap v19820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:08.171 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:46:08.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:06.710534+0000 mgr.y (mgr.14556) 22434 : cluster [DBG] pgmap v19820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:08.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:06.710534+0000 mgr.y (mgr.14556) 22434 : cluster [DBG] pgmap v19820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:08.458 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:46:08.458 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 8m ago 10h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:46:08.458 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (10h) 8m ago 10h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:46:08.458 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 8m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:46:08.459 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 8m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:46:08.459 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 8m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:46:08.459 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 8m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:46:08.459 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 8m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:46:08.459 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 8m ago 11h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:46:08.459 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 8m ago 11h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:46:08.459 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 8m ago 11h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:46:08.459 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 8m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:46:08.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 8m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:46:08.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 8m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:46:08.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 8m ago 11h 45.3M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:46:08.459 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 8m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:46:08.460 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 8m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:46:08.460 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 8m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:46:08.460 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 8m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:46:08.460 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 8m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:46:08.460 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 8m ago 11h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:46:08.810 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:46:08.811 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:46:08.812 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:46:08.812 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:46:08.812 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:46:09.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:46:08.813231+0000 mon.c (mon.2) 535 : audit [DBG] from='client.? 172.21.15.23:0/4145234753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:46:09.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:46:08.813231+0000 mon.c (mon.2) 535 : audit [DBG] from='client.? 172.21.15.23:0/4145234753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:46:09.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:46:08.813231+0000 mon.c (mon.2) 535 : audit [DBG] from='client.? 172.21.15.23:0/4145234753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:46:10.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:46:08.161842+0000 mgr.y (mgr.14556) 22435 : audit [DBG] from='client.47774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:46:10.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:46:08.452960+0000 mgr.y (mgr.14556) 22436 : audit [DBG] from='client.37872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:46:10.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:08.710899+0000 mgr.y (mgr.14556) 22437 : cluster [DBG] pgmap v19821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:10.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:46:08.161842+0000 mgr.y (mgr.14556) 22435 : audit [DBG] from='client.47774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:46:10.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:46:08.452960+0000 mgr.y (mgr.14556) 22436 : audit [DBG] from='client.37872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:46:10.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:08.710899+0000 mgr.y (mgr.14556) 22437 : cluster [DBG] pgmap v19821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:10.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:46:08.161842+0000 mgr.y (mgr.14556) 22435 : audit [DBG] from='client.47774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:46:10.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:46:08.452960+0000 mgr.y (mgr.14556) 22436 : audit [DBG] from='client.37872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:46:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:08.710899+0000 mgr.y (mgr.14556) 22437 : cluster [DBG] pgmap v19821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:11.895 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:46:12.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:10.711650+0000 mgr.y (mgr.14556) 22438 : cluster [DBG] pgmap v19822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:12.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:10.711650+0000 mgr.y (mgr.14556) 22438 : cluster [DBG] pgmap v19822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:12.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:10.711650+0000 mgr.y (mgr.14556) 22438 : cluster [DBG] pgmap v19822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:46:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:46:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:12.712144+0000 mgr.y (mgr.14556) 22439 : cluster [DBG] pgmap v19823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:12.712144+0000 mgr.y (mgr.14556) 22439 : cluster [DBG] pgmap v19823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:14.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:12.712144+0000 mgr.y (mgr.14556) 22439 : cluster [DBG] pgmap v19823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:16.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:14.712597+0000 mgr.y (mgr.14556) 22440 : cluster [DBG] pgmap v19824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:16.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:14.712597+0000 mgr.y (mgr.14556) 22440 : cluster [DBG] pgmap v19824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:16.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:14.712597+0000 mgr.y (mgr.14556) 22440 : cluster [DBG] pgmap v19824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:18.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:16.713230+0000 mgr.y (mgr.14556) 22441 : cluster [DBG] pgmap v19825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:18.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:16.713230+0000 mgr.y (mgr.14556) 22441 : cluster [DBG] pgmap v19825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:18.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:16.713230+0000 mgr.y (mgr.14556) 22441 : cluster [DBG] pgmap v19825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:20.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:18.713645+0000 mgr.y (mgr.14556) 22442 : cluster [DBG] pgmap v19826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:20.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:18.713645+0000 mgr.y (mgr.14556) 22442 : cluster [DBG] pgmap v19826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:20.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:18.713645+0000 mgr.y (mgr.14556) 22442 : cluster [DBG] pgmap v19826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:46:22.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:20.714388+0000 mgr.y (mgr.14556) 22443 : cluster [DBG] pgmap v19827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:22.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:20.714388+0000 mgr.y (mgr.14556) 22443 : cluster [DBG] pgmap v19827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:22.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:20.714388+0000 mgr.y (mgr.14556) 22443 : cluster [DBG] pgmap v19827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:46:23] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:46:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:22.714856+0000 mgr.y (mgr.14556) 22444 : cluster [DBG] pgmap v19828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:22.714856+0000 mgr.y (mgr.14556) 22444 : cluster [DBG] pgmap v19828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:24.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:22.714856+0000 mgr.y (mgr.14556) 22444 : cluster [DBG] pgmap v19828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:26.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:24.715316+0000 mgr.y (mgr.14556) 22445 : cluster [DBG] pgmap v19829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:26.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:24.715316+0000 mgr.y (mgr.14556) 22445 : cluster [DBG] pgmap v19829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:26.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:24.715316+0000 mgr.y (mgr.14556) 22445 : cluster [DBG] pgmap v19829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:28.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:26.715916+0000 mgr.y (mgr.14556) 22446 : cluster [DBG] pgmap v19830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:28.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:26.715916+0000 mgr.y (mgr.14556) 22446 : cluster [DBG] pgmap v19830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:28.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:26.715916+0000 mgr.y (mgr.14556) 22446 : cluster [DBG] pgmap v19830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:30.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:28.716444+0000 mgr.y (mgr.14556) 22447 : cluster [DBG] pgmap v19831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:30.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:28.716444+0000 mgr.y (mgr.14556) 22447 : cluster [DBG] pgmap v19831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:28.716444+0000 mgr.y (mgr.14556) 22447 : cluster [DBG] pgmap v19831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:46:32.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:30.717273+0000 mgr.y (mgr.14556) 22448 : cluster [DBG] pgmap v19832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:32.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:30.717273+0000 mgr.y (mgr.14556) 22448 : cluster [DBG] pgmap v19832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:32.410 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:30.717273+0000 mgr.y (mgr.14556) 22448 : cluster [DBG] pgmap v19832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:34.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:32.717872+0000 mgr.y (mgr.14556) 22449 : cluster [DBG] pgmap v19833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:46:33] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:46:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:32.717872+0000 mgr.y (mgr.14556) 22449 : cluster [DBG] pgmap v19833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:34.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:32.717872+0000 mgr.y (mgr.14556) 22449 : cluster [DBG] pgmap v19833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:34.718229+0000 mgr.y (mgr.14556) 22450 : cluster [DBG] pgmap v19834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:36.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:34.718229+0000 mgr.y (mgr.14556) 22450 : cluster [DBG] pgmap v19834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:36.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:34.718229+0000 mgr.y (mgr.14556) 22450 : cluster [DBG] pgmap v19834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:36.719077+0000 mgr.y (mgr.14556) 22451 : cluster [DBG] pgmap v19835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:46:37.326406+0000 mon.a (mon.0) 4699 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:46:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:46:37.632748+0000 mon.a (mon.0) 4700 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:46:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:46:37.633422+0000 mon.a (mon.0) 4701 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:46:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:46:37.642961+0000 mon.a (mon.0) 4702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:46:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:36.719077+0000 mgr.y (mgr.14556) 22451 : cluster [DBG] pgmap v19835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:46:37.326406+0000 mon.a (mon.0) 4699 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:46:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:46:37.632748+0000 mon.a (mon.0) 4700 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:46:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:46:37.633422+0000 mon.a (mon.0) 4701 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:46:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:46:37.642961+0000 mon.a (mon.0) 4702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:46:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:36.719077+0000 mgr.y (mgr.14556) 22451 : cluster [DBG] pgmap v19835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:46:37.326406+0000 mon.a (mon.0) 4699 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:46:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:46:37.632748+0000 mon.a (mon.0) 4700 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:46:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:46:37.633422+0000 mon.a (mon.0) 4701 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:46:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:46:37.642961+0000 mon.a (mon.0) 4702 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:46:39.136 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:46:39.428 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:46:39.428 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (10h) 9m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:46:39.428 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 9m ago 11h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:46:39.428 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 9m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:46:39.428 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 9m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:46:39.428 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 9m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:46:39.428 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 9m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:46:39.428 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 9m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:46:39.428 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 9m ago 11h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:46:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 9m ago 11h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:46:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 9m ago 11h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:46:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 9m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:46:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 9m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:46:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 9m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:46:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 9m ago 11h 45.3M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:46:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 9m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:46:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 9m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:46:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 9m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:46:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 9m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:46:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 9m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:46:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (10h) 9m ago 11h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:46:39.777 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:46:39.778 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:46:40.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:38.719661+0000 mgr.y (mgr.14556) 22452 : cluster [DBG] pgmap v19836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:40.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:46:39.780239+0000 mon.c (mon.2) 536 : audit [DBG] from='client.? 172.21.15.23:0/3271838997' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:46:40.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:38.719661+0000 mgr.y (mgr.14556) 22452 : cluster [DBG] pgmap v19836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:40.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:46:39.780239+0000 mon.c (mon.2) 536 : audit [DBG] from='client.? 172.21.15.23:0/3271838997' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:46:40.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:38.719661+0000 mgr.y (mgr.14556) 22452 : cluster [DBG] pgmap v19836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:40.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:46:39.780239+0000 mon.c (mon.2) 536 : audit [DBG] from='client.? 172.21.15.23:0/3271838997' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:46:41.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:46:39.127494+0000 mgr.y (mgr.14556) 22453 : audit [DBG] from='client.47792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:46:41.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:46:39.422898+0000 mgr.y (mgr.14556) 22454 : audit [DBG] from='client.37890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:46:41.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:46:39.127494+0000 mgr.y (mgr.14556) 22453 : audit [DBG] from='client.47792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:46:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:46:39.422898+0000 mgr.y (mgr.14556) 22454 : audit [DBG] from='client.37890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:46:41.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:46:39.127494+0000 mgr.y (mgr.14556) 22453 : audit [DBG] from='client.47792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:46:41.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:46:39.422898+0000 mgr.y (mgr.14556) 22454 : audit [DBG] from='client.37890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:46:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:46:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:46:42.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:40.720377+0000 mgr.y (mgr.14556) 22455 : cluster [DBG] pgmap v19837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:40.720377+0000 mgr.y (mgr.14556) 22455 : cluster [DBG] pgmap v19837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:42.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:40.720377+0000 mgr.y (mgr.14556) 22455 : cluster [DBG] pgmap v19837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:44.053 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:46:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:46:43] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:46:44.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:42.720805+0000 mgr.y (mgr.14556) 22456 : cluster [DBG] pgmap v19838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:44.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:42.720805+0000 mgr.y (mgr.14556) 22456 : cluster [DBG] pgmap v19838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:44.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:42.720805+0000 mgr.y (mgr.14556) 22456 : cluster [DBG] pgmap v19838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:45.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:44.721293+0000 mgr.y (mgr.14556) 22457 : cluster [DBG] pgmap v19839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:45.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:44.721293+0000 mgr.y (mgr.14556) 22457 : cluster [DBG] pgmap v19839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:45.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:44.721293+0000 mgr.y (mgr.14556) 22457 : cluster [DBG] pgmap v19839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:46.721910+0000 mgr.y (mgr.14556) 22458 : cluster [DBG] pgmap v19840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:46.721910+0000 mgr.y (mgr.14556) 22458 : cluster [DBG] pgmap v19840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:46.721910+0000 mgr.y (mgr.14556) 22458 : cluster [DBG] pgmap v19840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:48.722436+0000 mgr.y (mgr.14556) 22459 : cluster [DBG] pgmap v19841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:50.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:48.722436+0000 mgr.y (mgr.14556) 22459 : cluster [DBG] pgmap v19841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:48.722436+0000 mgr.y (mgr.14556) 22459 : cluster [DBG] pgmap v19841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:51.789 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:46:52.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:50.723201+0000 mgr.y (mgr.14556) 22460 : cluster [DBG] pgmap v19842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:50.723201+0000 mgr.y (mgr.14556) 22460 : cluster [DBG] pgmap v19842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:52.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:50.723201+0000 mgr.y (mgr.14556) 22460 : cluster [DBG] pgmap v19842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:46:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:46:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:52.723651+0000 mgr.y (mgr.14556) 22461 : cluster [DBG] pgmap v19843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:52.723651+0000 mgr.y (mgr.14556) 22461 : cluster [DBG] pgmap v19843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:54.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:52.723651+0000 mgr.y (mgr.14556) 22461 : cluster [DBG] pgmap v19843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:54.724105+0000 mgr.y (mgr.14556) 22462 : cluster [DBG] pgmap v19844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:54.724105+0000 mgr.y (mgr.14556) 22462 : cluster [DBG] pgmap v19844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:56.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:54.724105+0000 mgr.y (mgr.14556) 22462 : cluster [DBG] pgmap v19844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:58.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:56.724747+0000 mgr.y (mgr.14556) 22463 : cluster [DBG] pgmap v19845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:58.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:56.724747+0000 mgr.y (mgr.14556) 22463 : cluster [DBG] pgmap v19845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:46:58.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:56.724747+0000 mgr.y (mgr.14556) 22463 : cluster [DBG] pgmap v19845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:46:58.725242+0000 mgr.y (mgr.14556) 22464 : cluster [DBG] pgmap v19846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:46:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:46:58.725242+0000 mgr.y (mgr.14556) 22464 : cluster [DBG] pgmap v19846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:46:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:46:58.725242+0000 mgr.y (mgr.14556) 22464 : cluster [DBG] pgmap v19846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:01.822 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:47:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:00.725989+0000 mgr.y (mgr.14556) 22465 : cluster [DBG] pgmap v19847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:00.725989+0000 mgr.y (mgr.14556) 22465 : cluster [DBG] pgmap v19847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:02.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:00.725989+0000 mgr.y (mgr.14556) 22465 : cluster [DBG] pgmap v19847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:02.726368+0000 mgr.y (mgr.14556) 22466 : cluster [DBG] pgmap v19848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:47:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:47:04.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:02.726368+0000 mgr.y (mgr.14556) 22466 : cluster [DBG] pgmap v19848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:04.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:02.726368+0000 mgr.y (mgr.14556) 22466 : cluster [DBG] pgmap v19848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:04.726759+0000 mgr.y (mgr.14556) 22467 : cluster [DBG] pgmap v19849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:04.726759+0000 mgr.y (mgr.14556) 22467 : cluster [DBG] pgmap v19849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:06.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:04.726759+0000 mgr.y (mgr.14556) 22467 : cluster [DBG] pgmap v19849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:08.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:06.727446+0000 mgr.y (mgr.14556) 22468 : cluster [DBG] pgmap v19850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:06.727446+0000 mgr.y (mgr.14556) 22468 : cluster [DBG] pgmap v19850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:06.727446+0000 mgr.y (mgr.14556) 22468 : cluster [DBG] pgmap v19850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:10.101 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:47:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:08.727773+0000 mgr.y (mgr.14556) 22469 : cluster [DBG] pgmap v19851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:10.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:08.727773+0000 mgr.y (mgr.14556) 22469 : cluster [DBG] pgmap v19851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:10.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:08.727773+0000 mgr.y (mgr.14556) 22469 : cluster [DBG] pgmap v19851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:10.389 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:47:10.389 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 9m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:47:10.389 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 9m ago 11h 60.3M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:47:10.389 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 9m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:47:10.389 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 9m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 9m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 9m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 9m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 9m ago 11h 941M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 9m ago 11h 941M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 9m ago 11h 22.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 9m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 9m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 9m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 9m ago 11h 45.3M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 9m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 9m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 9m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:47:10.390 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 9m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:47:10.391 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 9m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:47:10.391 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 9m ago 11h 115M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:47:10.737 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:47:10.738 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:47:10.738 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:47:10.738 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:47:10.738 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:47:10.738 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:47:10.738 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:47:10.738 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:47:10.738 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:47:10.738 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:47:10.738 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:47:10.738 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:47:10.738 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:47:10.739 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:47:10.739 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:47:10.739 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:47:10.739 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:47:11.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:47:10.740086+0000 mon.a (mon.0) 4703 : audit [DBG] from='client.? 172.21.15.23:0/3932950115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:47:11.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:47:10.740086+0000 mon.a (mon.0) 4703 : audit [DBG] from='client.? 172.21.15.23:0/3932950115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:47:11.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:47:10.740086+0000 mon.a (mon.0) 4703 : audit [DBG] from='client.? 172.21.15.23:0/3932950115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:47:11.858 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:47:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:47:10.091692+0000 mgr.y (mgr.14556) 22470 : audit [DBG] from='client.37902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:47:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:47:10.383941+0000 mgr.y (mgr.14556) 22471 : audit [DBG] from='client.37908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:47:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:10.728321+0000 mgr.y (mgr.14556) 22472 : cluster [DBG] pgmap v19852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:12.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:47:10.091692+0000 mgr.y (mgr.14556) 22470 : audit [DBG] from='client.37902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:47:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:47:10.383941+0000 mgr.y (mgr.14556) 22471 : audit [DBG] from='client.37908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:47:12.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:10.728321+0000 mgr.y (mgr.14556) 22472 : cluster [DBG] pgmap v19852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:12.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:47:10.091692+0000 mgr.y (mgr.14556) 22470 : audit [DBG] from='client.37902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:47:12.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:47:10.383941+0000 mgr.y (mgr.14556) 22471 : audit [DBG] from='client.37908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:47:12.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:10.728321+0000 mgr.y (mgr.14556) 22472 : cluster [DBG] pgmap v19852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:47:13] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:47:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:12.728855+0000 mgr.y (mgr.14556) 22473 : cluster [DBG] pgmap v19853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:12.728855+0000 mgr.y (mgr.14556) 22473 : cluster [DBG] pgmap v19853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:14.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:12.728855+0000 mgr.y (mgr.14556) 22473 : cluster [DBG] pgmap v19853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:16.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:14.729359+0000 mgr.y (mgr.14556) 22474 : cluster [DBG] pgmap v19854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:16.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:14.729359+0000 mgr.y (mgr.14556) 22474 : cluster [DBG] pgmap v19854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:16.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:14.729359+0000 mgr.y (mgr.14556) 22474 : cluster [DBG] pgmap v19854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:18.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:16.730037+0000 mgr.y (mgr.14556) 22475 : cluster [DBG] pgmap v19855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:18.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:16.730037+0000 mgr.y (mgr.14556) 22475 : cluster [DBG] pgmap v19855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:18.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:16.730037+0000 mgr.y (mgr.14556) 22475 : cluster [DBG] pgmap v19855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:20.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:18.730368+0000 mgr.y (mgr.14556) 22476 : cluster [DBG] pgmap v19856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:20.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:18.730368+0000 mgr.y (mgr.14556) 22476 : cluster [DBG] pgmap v19856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:20.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:18.730368+0000 mgr.y (mgr.14556) 22476 : cluster [DBG] pgmap v19856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:21.909 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:47:22.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:20.731169+0000 mgr.y (mgr.14556) 22477 : cluster [DBG] pgmap v19857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:22.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:20.731169+0000 mgr.y (mgr.14556) 22477 : cluster [DBG] pgmap v19857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:22.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:20.731169+0000 mgr.y (mgr.14556) 22477 : cluster [DBG] pgmap v19857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:47:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:47:24.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:22.731596+0000 mgr.y (mgr.14556) 22478 : cluster [DBG] pgmap v19858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:22.731596+0000 mgr.y (mgr.14556) 22478 : cluster [DBG] pgmap v19858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:24.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:22.731596+0000 mgr.y (mgr.14556) 22478 : cluster [DBG] pgmap v19858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:26.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:24.732114+0000 mgr.y (mgr.14556) 22479 : cluster [DBG] pgmap v19859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:26.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:24.732114+0000 mgr.y (mgr.14556) 22479 : cluster [DBG] pgmap v19859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:26.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:24.732114+0000 mgr.y (mgr.14556) 22479 : cluster [DBG] pgmap v19859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:28.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:26.732850+0000 mgr.y (mgr.14556) 22480 : cluster [DBG] pgmap v19860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:28.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:26.732850+0000 mgr.y (mgr.14556) 22480 : cluster [DBG] pgmap v19860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:28.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:26.732850+0000 mgr.y (mgr.14556) 22480 : cluster [DBG] pgmap v19860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:30.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:28.733391+0000 mgr.y (mgr.14556) 22481 : cluster [DBG] pgmap v19861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:30.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:28.733391+0000 mgr.y (mgr.14556) 22481 : cluster [DBG] pgmap v19861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:28.733391+0000 mgr.y (mgr.14556) 22481 : cluster [DBG] pgmap v19861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:47:32.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:30.734265+0000 mgr.y (mgr.14556) 22482 : cluster [DBG] pgmap v19862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:32.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:30.734265+0000 mgr.y (mgr.14556) 22482 : cluster [DBG] pgmap v19862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:32.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:30.734265+0000 mgr.y (mgr.14556) 22482 : cluster [DBG] pgmap v19862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:47:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:47:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:32.734705+0000 mgr.y (mgr.14556) 22483 : cluster [DBG] pgmap v19863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:32.734705+0000 mgr.y (mgr.14556) 22483 : cluster [DBG] pgmap v19863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:34.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:32.734705+0000 mgr.y (mgr.14556) 22483 : cluster [DBG] pgmap v19863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:36.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:34.735375+0000 mgr.y (mgr.14556) 22484 : cluster [DBG] pgmap v19864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:34.735375+0000 mgr.y (mgr.14556) 22484 : cluster [DBG] pgmap v19864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:36.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:34.735375+0000 mgr.y (mgr.14556) 22484 : cluster [DBG] pgmap v19864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:38.269 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:36.736043+0000 mgr.y (mgr.14556) 22485 : cluster [DBG] pgmap v19865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:38.270 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:47:37.647931+0000 mon.a (mon.0) 4704 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:47:38.326 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:36.736043+0000 mgr.y (mgr.14556) 22485 : cluster [DBG] pgmap v19865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:38.326 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:47:37.647931+0000 mon.a (mon.0) 4704 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:47:38.327 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:36.736043+0000 mgr.y (mgr.14556) 22485 : cluster [DBG] pgmap v19865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:38.327 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:47:37.647931+0000 mon.a (mon.0) 4704 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:47:40.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:38.736366+0000 mgr.y (mgr.14556) 22486 : cluster [DBG] pgmap v19866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:38.736366+0000 mgr.y (mgr.14556) 22486 : cluster [DBG] pgmap v19866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:40.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:38.736366+0000 mgr.y (mgr.14556) 22486 : cluster [DBG] pgmap v19866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:41.052 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 1s ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 0s ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 1s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 0s ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 0s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 1s ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 1s ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 0s ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 1s ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 1s ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 0s ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 1s ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:47:41.343 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 1s ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:47:41.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 1s ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:47:41.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 1s ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:47:41.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 0s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:47:41.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 0s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:47:41.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 0s ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:47:41.344 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 0s ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:47:41.344 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 0s ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:47:41.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:47:40.318255+0000 mon.a (mon.0) 4705 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:47:41.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:40.736992+0000 mgr.y (mgr.14556) 22487 : cluster [DBG] pgmap v19867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:41.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:47:40.955812+0000 mon.a (mon.0) 4706 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:47:41.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:47:41.042443+0000 mgr.y (mgr.14556) 22488 : audit [DBG] from='client.37920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:47:41.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:47:41.249563+0000 mon.a (mon.0) 4707 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:47:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:47:41.250217+0000 mon.a (mon.0) 4708 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:47:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:47:41.254640+0000 mon.a (mon.0) 4709 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:47:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:47:40.318255+0000 mon.a (mon.0) 4705 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:47:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:40.736992+0000 mgr.y (mgr.14556) 22487 : cluster [DBG] pgmap v19867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:47:40.955812+0000 mon.a (mon.0) 4706 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:47:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:47:41.042443+0000 mgr.y (mgr.14556) 22488 : audit [DBG] from='client.37920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:47:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:47:41.249563+0000 mon.a (mon.0) 4707 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:47:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:47:41.250217+0000 mon.a (mon.0) 4708 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:47:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:47:41.254640+0000 mon.a (mon.0) 4709 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:47:41.661 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:47:41.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:47:40.318255+0000 mon.a (mon.0) 4705 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:47:41.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:40.736992+0000 mgr.y (mgr.14556) 22487 : cluster [DBG] pgmap v19867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:41.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:47:40.955812+0000 mon.a (mon.0) 4706 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:47:41.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:47:41.042443+0000 mgr.y (mgr.14556) 22488 : audit [DBG] from='client.37920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:47:41.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:47:41.249563+0000 mon.a (mon.0) 4707 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:47:41.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:47:41.250217+0000 mon.a (mon.0) 4708 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:47:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:47:41.254640+0000 mon.a (mon.0) 4709 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:47:41.691 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:47:41.691 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:47:41.691 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:47:41.691 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:47:41.691 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:47:41.691 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:47:41.691 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:47:41.691 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:47:41.691 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:47:41.691 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:47:41.691 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:47:41.692 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:47:41.692 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:47:41.692 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:47:41.692 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:47:41.692 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:47:41.692 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:47:42.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:47:41.337182+0000 mgr.y (mgr.14556) 22489 : audit [DBG] from='client.37926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:47:42.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:47:41.693584+0000 mon.a (mon.0) 4710 : audit [DBG] from='client.? 172.21.15.23:0/4180441786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:47:42.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:47:41.337182+0000 mgr.y (mgr.14556) 22489 : audit [DBG] from='client.37926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:47:42.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:47:41.693584+0000 mon.a (mon.0) 4710 : audit [DBG] from='client.? 172.21.15.23:0/4180441786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:47:42.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:47:41.337182+0000 mgr.y (mgr.14556) 22489 : audit [DBG] from='client.37926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:47:42.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:47:41.693584+0000 mon.a (mon.0) 4710 : audit [DBG] from='client.? 172.21.15.23:0/4180441786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:47:43.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:42.737437+0000 mgr.y (mgr.14556) 22490 : cluster [DBG] pgmap v19868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:43.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:42.737437+0000 mgr.y (mgr.14556) 22490 : cluster [DBG] pgmap v19868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:43.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:42.737437+0000 mgr.y (mgr.14556) 22490 : cluster [DBG] pgmap v19868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:47:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:47:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:47:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:44.737874+0000 mgr.y (mgr.14556) 22491 : cluster [DBG] pgmap v19869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:46.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:44.737874+0000 mgr.y (mgr.14556) 22491 : cluster [DBG] pgmap v19869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:46.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:44.737874+0000 mgr.y (mgr.14556) 22491 : cluster [DBG] pgmap v19869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:48.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:46.738693+0000 mgr.y (mgr.14556) 22492 : cluster [DBG] pgmap v19870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:46.738693+0000 mgr.y (mgr.14556) 22492 : cluster [DBG] pgmap v19870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:46.738693+0000 mgr.y (mgr.14556) 22492 : cluster [DBG] pgmap v19870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:50.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:48.739087+0000 mgr.y (mgr.14556) 22493 : cluster [DBG] pgmap v19871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:50.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:48.739087+0000 mgr.y (mgr.14556) 22493 : cluster [DBG] pgmap v19871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:48.739087+0000 mgr.y (mgr.14556) 22493 : cluster [DBG] pgmap v19871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:51.814 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:47:52.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:50.739999+0000 mgr.y (mgr.14556) 22494 : cluster [DBG] pgmap v19872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:50.739999+0000 mgr.y (mgr.14556) 22494 : cluster [DBG] pgmap v19872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:52.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:50.739999+0000 mgr.y (mgr.14556) 22494 : cluster [DBG] pgmap v19872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:52.740489+0000 mgr.y (mgr.14556) 22495 : cluster [DBG] pgmap v19873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:47:53] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:47:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:52.740489+0000 mgr.y (mgr.14556) 22495 : cluster [DBG] pgmap v19873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:54.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:52.740489+0000 mgr.y (mgr.14556) 22495 : cluster [DBG] pgmap v19873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:54.741130+0000 mgr.y (mgr.14556) 22496 : cluster [DBG] pgmap v19874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:54.741130+0000 mgr.y (mgr.14556) 22496 : cluster [DBG] pgmap v19874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:56.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:54.741130+0000 mgr.y (mgr.14556) 22496 : cluster [DBG] pgmap v19874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:58.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:56.741865+0000 mgr.y (mgr.14556) 22497 : cluster [DBG] pgmap v19875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:56.741865+0000 mgr.y (mgr.14556) 22497 : cluster [DBG] pgmap v19875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:47:58.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:56.741865+0000 mgr.y (mgr.14556) 22497 : cluster [DBG] pgmap v19875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:47:58.742300+0000 mgr.y (mgr.14556) 22498 : cluster [DBG] pgmap v19876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:00.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:47:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:47:58.742300+0000 mgr.y (mgr.14556) 22498 : cluster [DBG] pgmap v19876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:47:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:47:58.742300+0000 mgr.y (mgr.14556) 22498 : cluster [DBG] pgmap v19876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:01.798 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:48:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:00.743070+0000 mgr.y (mgr.14556) 22499 : cluster [DBG] pgmap v19877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:00.743070+0000 mgr.y (mgr.14556) 22499 : cluster [DBG] pgmap v19877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:02.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:00.743070+0000 mgr.y (mgr.14556) 22499 : cluster [DBG] pgmap v19877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:48:03] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:48:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:02.743533+0000 mgr.y (mgr.14556) 22500 : cluster [DBG] pgmap v19878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:02.743533+0000 mgr.y (mgr.14556) 22500 : cluster [DBG] pgmap v19878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:04.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:02.743533+0000 mgr.y (mgr.14556) 22500 : cluster [DBG] pgmap v19878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:06.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:04.743962+0000 mgr.y (mgr.14556) 22501 : cluster [DBG] pgmap v19879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:06.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:04.743962+0000 mgr.y (mgr.14556) 22501 : cluster [DBG] pgmap v19879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:04.743962+0000 mgr.y (mgr.14556) 22501 : cluster [DBG] pgmap v19879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:08.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:06.744640+0000 mgr.y (mgr.14556) 22502 : cluster [DBG] pgmap v19880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:08.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:06.744640+0000 mgr.y (mgr.14556) 22502 : cluster [DBG] pgmap v19880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:06.744640+0000 mgr.y (mgr.14556) 22502 : cluster [DBG] pgmap v19880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:10.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:08.745074+0000 mgr.y (mgr.14556) 22503 : cluster [DBG] pgmap v19881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:10.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:08.745074+0000 mgr.y (mgr.14556) 22503 : cluster [DBG] pgmap v19881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:10.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:08.745074+0000 mgr.y (mgr.14556) 22503 : cluster [DBG] pgmap v19881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:11.857 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:48:12.018 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:48:12.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:10.745744+0000 mgr.y (mgr.14556) 22504 : cluster [DBG] pgmap v19882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:12.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:10.745744+0000 mgr.y (mgr.14556) 22504 : cluster [DBG] pgmap v19882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:12.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:10.745744+0000 mgr.y (mgr.14556) 22504 : cluster [DBG] pgmap v19882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:12.305 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 31s ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 31s ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 31s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 31s ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 31s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 31s ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 31s ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 31s ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 31s ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 31s ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 31s ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 31s ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:48:12.306 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 31s ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:48:12.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 31s ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:48:12.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 31s ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:48:12.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 31s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:48:12.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 31s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:48:12.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 31s ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:48:12.307 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 31s ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:48:12.307 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 31s ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:48:12.654 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:48:12.654 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:48:12.655 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:48:12.655 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:48:12.655 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:48:12.655 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:48:12.655 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:48:12.655 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:48:12.656 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:48:12.656 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:48:12.656 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:48:12.656 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:48:12.656 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:48:12.656 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:48:12.657 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:48:12.657 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:48:12.657 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:48:13.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:48:12.008542+0000 mgr.y (mgr.14556) 22505 : audit [DBG] from='client.37938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:48:13.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:48:12.656475+0000 mon.a (mon.0) 4711 : audit [DBG] from='client.? 172.21.15.23:0/3110326247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:48:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:48:12.008542+0000 mgr.y (mgr.14556) 22505 : audit [DBG] from='client.37938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:48:13.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:48:12.656475+0000 mon.a (mon.0) 4711 : audit [DBG] from='client.? 172.21.15.23:0/3110326247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:48:13.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:48:12.008542+0000 mgr.y (mgr.14556) 22505 : audit [DBG] from='client.37938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:48:13.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:48:12.656475+0000 mon.a (mon.0) 4711 : audit [DBG] from='client.? 172.21.15.23:0/3110326247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:48:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:48:13] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:48:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:48:12.300248+0000 mgr.y (mgr.14556) 22506 : audit [DBG] from='client.37944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:48:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:12.746114+0000 mgr.y (mgr.14556) 22507 : cluster [DBG] pgmap v19883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:48:12.300248+0000 mgr.y (mgr.14556) 22506 : audit [DBG] from='client.37944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:48:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:12.746114+0000 mgr.y (mgr.14556) 22507 : cluster [DBG] pgmap v19883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:14.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:48:12.300248+0000 mgr.y (mgr.14556) 22506 : audit [DBG] from='client.37944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:48:14.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:12.746114+0000 mgr.y (mgr.14556) 22507 : cluster [DBG] pgmap v19883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:16.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:14.746661+0000 mgr.y (mgr.14556) 22508 : cluster [DBG] pgmap v19884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:16.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:14.746661+0000 mgr.y (mgr.14556) 22508 : cluster [DBG] pgmap v19884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:16.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:14.746661+0000 mgr.y (mgr.14556) 22508 : cluster [DBG] pgmap v19884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:18.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:16.747561+0000 mgr.y (mgr.14556) 22509 : cluster [DBG] pgmap v19885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:18.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:16.747561+0000 mgr.y (mgr.14556) 22509 : cluster [DBG] pgmap v19885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:18.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:16.747561+0000 mgr.y (mgr.14556) 22509 : cluster [DBG] pgmap v19885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:20.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:18.747972+0000 mgr.y (mgr.14556) 22510 : cluster [DBG] pgmap v19886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:18.747972+0000 mgr.y (mgr.14556) 22510 : cluster [DBG] pgmap v19886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:20.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:18.747972+0000 mgr.y (mgr.14556) 22510 : cluster [DBG] pgmap v19886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:48:22.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:20.748689+0000 mgr.y (mgr.14556) 22511 : cluster [DBG] pgmap v19887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:20.748689+0000 mgr.y (mgr.14556) 22511 : cluster [DBG] pgmap v19887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:22.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:20.748689+0000 mgr.y (mgr.14556) 22511 : cluster [DBG] pgmap v19887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:22.749163+0000 mgr.y (mgr.14556) 22512 : cluster [DBG] pgmap v19888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:48:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:48:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:22.749163+0000 mgr.y (mgr.14556) 22512 : cluster [DBG] pgmap v19888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:24.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:22.749163+0000 mgr.y (mgr.14556) 22512 : cluster [DBG] pgmap v19888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:26.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:24.749652+0000 mgr.y (mgr.14556) 22513 : cluster [DBG] pgmap v19889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:24.749652+0000 mgr.y (mgr.14556) 22513 : cluster [DBG] pgmap v19889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:26.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:24.749652+0000 mgr.y (mgr.14556) 22513 : cluster [DBG] pgmap v19889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:28.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:26.750460+0000 mgr.y (mgr.14556) 22514 : cluster [DBG] pgmap v19890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:28.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:26.750460+0000 mgr.y (mgr.14556) 22514 : cluster [DBG] pgmap v19890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:28.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:26.750460+0000 mgr.y (mgr.14556) 22514 : cluster [DBG] pgmap v19890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:30.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:28.751003+0000 mgr.y (mgr.14556) 22515 : cluster [DBG] pgmap v19891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:30.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:28.751003+0000 mgr.y (mgr.14556) 22515 : cluster [DBG] pgmap v19891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:28.751003+0000 mgr.y (mgr.14556) 22515 : cluster [DBG] pgmap v19891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:48:32.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:30.751641+0000 mgr.y (mgr.14556) 22516 : cluster [DBG] pgmap v19892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:30.751641+0000 mgr.y (mgr.14556) 22516 : cluster [DBG] pgmap v19892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:32.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:30.751641+0000 mgr.y (mgr.14556) 22516 : cluster [DBG] pgmap v19892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:48:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:48:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:32.752029+0000 mgr.y (mgr.14556) 22517 : cluster [DBG] pgmap v19893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:32.752029+0000 mgr.y (mgr.14556) 22517 : cluster [DBG] pgmap v19893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:34.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:32.752029+0000 mgr.y (mgr.14556) 22517 : cluster [DBG] pgmap v19893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:36.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:34.752418+0000 mgr.y (mgr.14556) 22518 : cluster [DBG] pgmap v19894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:34.752418+0000 mgr.y (mgr.14556) 22518 : cluster [DBG] pgmap v19894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:36.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:34.752418+0000 mgr.y (mgr.14556) 22518 : cluster [DBG] pgmap v19894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:38.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:36.753015+0000 mgr.y (mgr.14556) 22519 : cluster [DBG] pgmap v19895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:36.753015+0000 mgr.y (mgr.14556) 22519 : cluster [DBG] pgmap v19895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:36.753015+0000 mgr.y (mgr.14556) 22519 : cluster [DBG] pgmap v19895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:40.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:38.753407+0000 mgr.y (mgr.14556) 22520 : cluster [DBG] pgmap v19896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:40.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:38.753407+0000 mgr.y (mgr.14556) 22520 : cluster [DBG] pgmap v19896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:40.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:38.753407+0000 mgr.y (mgr.14556) 22520 : cluster [DBG] pgmap v19896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:48:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:48:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:40.753954+0000 mgr.y (mgr.14556) 22521 : cluster [DBG] pgmap v19897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:48:41.259937+0000 mon.a (mon.0) 4712 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:48:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:48:41.569312+0000 mon.a (mon.0) 4713 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:48:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:48:41.570007+0000 mon.a (mon.0) 4714 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:48:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:48:41.583592+0000 mon.a (mon.0) 4715 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:48:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:40.753954+0000 mgr.y (mgr.14556) 22521 : cluster [DBG] pgmap v19897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:48:41.259937+0000 mon.a (mon.0) 4712 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:48:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:48:41.569312+0000 mon.a (mon.0) 4713 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:48:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:48:41.570007+0000 mon.a (mon.0) 4714 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:48:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:48:41.583592+0000 mon.a (mon.0) 4715 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:48:42.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:40.753954+0000 mgr.y (mgr.14556) 22521 : cluster [DBG] pgmap v19897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:42.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:48:41.259937+0000 mon.a (mon.0) 4712 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:48:42.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:48:41.569312+0000 mon.a (mon.0) 4713 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:48:42.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:48:41.570007+0000 mon.a (mon.0) 4714 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:48:42.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:48:41.583592+0000 mon.a (mon.0) 4715 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:48:42.980 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:48:43.270 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:48:43.270 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 62s ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:48:43.270 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 62s ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:48:43.270 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 62s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:48:43.270 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 62s ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:48:43.270 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 62s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:48:43.270 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 62s ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:48:43.270 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 62s ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 62s ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 62s ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 62s ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 62s ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 62s ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 62s ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 62s ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 62s ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 62s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 62s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 62s ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 62s ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:48:43.271 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 62s ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:48:43.620 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:48:43.620 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:48:43.620 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:48:43.621 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:48:43.621 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:48:43.621 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:48:43.621 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:48:43.621 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:48:43.621 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:48:43.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:48:43.622 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:48:43.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:48:43.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:48:43.622 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:48:43.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:48:43.622 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:48:43.623 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:48:44.046 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:48:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:48:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:48:44.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:42.754304+0000 mgr.y (mgr.14556) 22522 : cluster [DBG] pgmap v19898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:44.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:48:42.970687+0000 mgr.y (mgr.14556) 22523 : audit [DBG] from='client.37956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:48:44.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:48:43.622730+0000 mon.a (mon.0) 4716 : audit [DBG] from='client.? 172.21.15.23:0/3816054311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:48:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:42.754304+0000 mgr.y (mgr.14556) 22522 : cluster [DBG] pgmap v19898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:48:42.970687+0000 mgr.y (mgr.14556) 22523 : audit [DBG] from='client.37956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:48:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:48:43.622730+0000 mon.a (mon.0) 4716 : audit [DBG] from='client.? 172.21.15.23:0/3816054311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:48:44.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:42.754304+0000 mgr.y (mgr.14556) 22522 : cluster [DBG] pgmap v19898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:44.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:48:42.970687+0000 mgr.y (mgr.14556) 22523 : audit [DBG] from='client.37956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:48:44.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:48:43.622730+0000 mon.a (mon.0) 4716 : audit [DBG] from='client.? 172.21.15.23:0/3816054311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:48:45.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:48:43.264340+0000 mgr.y (mgr.14556) 22524 : audit [DBG] from='client.47870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:48:45.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:48:43.264340+0000 mgr.y (mgr.14556) 22524 : audit [DBG] from='client.47870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:48:45.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:48:43.264340+0000 mgr.y (mgr.14556) 22524 : audit [DBG] from='client.47870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:48:46.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:44.754664+0000 mgr.y (mgr.14556) 22525 : cluster [DBG] pgmap v19899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:46.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:44.754664+0000 mgr.y (mgr.14556) 22525 : cluster [DBG] pgmap v19899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:44.754664+0000 mgr.y (mgr.14556) 22525 : cluster [DBG] pgmap v19899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:48.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:46.755532+0000 mgr.y (mgr.14556) 22526 : cluster [DBG] pgmap v19900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:48.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:46.755532+0000 mgr.y (mgr.14556) 22526 : cluster [DBG] pgmap v19900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:48.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:46.755532+0000 mgr.y (mgr.14556) 22526 : cluster [DBG] pgmap v19900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:49.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:48.756054+0000 mgr.y (mgr.14556) 22527 : cluster [DBG] pgmap v19901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:49.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:48.756054+0000 mgr.y (mgr.14556) 22527 : cluster [DBG] pgmap v19901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:49.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:48.756054+0000 mgr.y (mgr.14556) 22527 : cluster [DBG] pgmap v19901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:51.811 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:48:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:50.756826+0000 mgr.y (mgr.14556) 22528 : cluster [DBG] pgmap v19902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:52.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:50.756826+0000 mgr.y (mgr.14556) 22528 : cluster [DBG] pgmap v19902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:52.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:50.756826+0000 mgr.y (mgr.14556) 22528 : cluster [DBG] pgmap v19902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:54.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:52.757388+0000 mgr.y (mgr.14556) 22529 : cluster [DBG] pgmap v19903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:48:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:48:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:52.757388+0000 mgr.y (mgr.14556) 22529 : cluster [DBG] pgmap v19903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:54.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:52.757388+0000 mgr.y (mgr.14556) 22529 : cluster [DBG] pgmap v19903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:56.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:54.757939+0000 mgr.y (mgr.14556) 22530 : cluster [DBG] pgmap v19904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:56.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:54.757939+0000 mgr.y (mgr.14556) 22530 : cluster [DBG] pgmap v19904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:56.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:54.757939+0000 mgr.y (mgr.14556) 22530 : cluster [DBG] pgmap v19904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:58.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:56.758857+0000 mgr.y (mgr.14556) 22531 : cluster [DBG] pgmap v19905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:58.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:56.758857+0000 mgr.y (mgr.14556) 22531 : cluster [DBG] pgmap v19905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:48:58.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:56.758857+0000 mgr.y (mgr.14556) 22531 : cluster [DBG] pgmap v19905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:48:58.759286+0000 mgr.y (mgr.14556) 22532 : cluster [DBG] pgmap v19906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:00.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:48:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:48:58.759286+0000 mgr.y (mgr.14556) 22532 : cluster [DBG] pgmap v19906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:48:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:48:58.759286+0000 mgr.y (mgr.14556) 22532 : cluster [DBG] pgmap v19906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:01.851 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:49:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:00.759847+0000 mgr.y (mgr.14556) 22533 : cluster [DBG] pgmap v19907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:00.759847+0000 mgr.y (mgr.14556) 22533 : cluster [DBG] pgmap v19907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:02.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:00.759847+0000 mgr.y (mgr.14556) 22533 : cluster [DBG] pgmap v19907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:04.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:02.760292+0000 mgr.y (mgr.14556) 22534 : cluster [DBG] pgmap v19908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:49:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:49:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:02.760292+0000 mgr.y (mgr.14556) 22534 : cluster [DBG] pgmap v19908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:04.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:02.760292+0000 mgr.y (mgr.14556) 22534 : cluster [DBG] pgmap v19908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:04.760831+0000 mgr.y (mgr.14556) 22535 : cluster [DBG] pgmap v19909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:06.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:04.760831+0000 mgr.y (mgr.14556) 22535 : cluster [DBG] pgmap v19909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:04.760831+0000 mgr.y (mgr.14556) 22535 : cluster [DBG] pgmap v19909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:06.761519+0000 mgr.y (mgr.14556) 22536 : cluster [DBG] pgmap v19910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:08.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:06.761519+0000 mgr.y (mgr.14556) 22536 : cluster [DBG] pgmap v19910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:08.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:06.761519+0000 mgr.y (mgr.14556) 22536 : cluster [DBG] pgmap v19910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:08.761918+0000 mgr.y (mgr.14556) 22537 : cluster [DBG] pgmap v19911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:08.761918+0000 mgr.y (mgr.14556) 22537 : cluster [DBG] pgmap v19911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:10.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:08.761918+0000 mgr.y (mgr.14556) 22537 : cluster [DBG] pgmap v19911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:49:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:10.762542+0000 mgr.y (mgr.14556) 22538 : cluster [DBG] pgmap v19912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:10.762542+0000 mgr.y (mgr.14556) 22538 : cluster [DBG] pgmap v19912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:12.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:10.762542+0000 mgr.y (mgr.14556) 22538 : cluster [DBG] pgmap v19912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:13.944 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:49:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:49:13] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:49:14.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:12.763028+0000 mgr.y (mgr.14556) 22539 : cluster [DBG] pgmap v19913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:12.763028+0000 mgr.y (mgr.14556) 22539 : cluster [DBG] pgmap v19913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:14.231 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:49:14.231 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 93s ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:49:14.231 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 93s ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:49:14.231 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 93s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:49:14.231 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 93s ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:49:14.231 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 93s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:49:14.231 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 93s ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:49:14.231 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 93s ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 93s ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 93s ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 93s ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 93s ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 93s ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 93s ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 93s ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 93s ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 93s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 93s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 93s ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 93s ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:49:14.232 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 93s ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:49:14.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:12.763028+0000 mgr.y (mgr.14556) 22539 : cluster [DBG] pgmap v19913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:14.583 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:49:14.583 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:49:14.583 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:49:14.583 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:49:14.583 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:49:14.583 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:49:14.583 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:49:14.583 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:49:14.583 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:49:14.583 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:49:14.583 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:49:14.583 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:49:14.584 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:49:14.584 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:49:14.584 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:49:14.584 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:49:14.584 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:49:15.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:49:13.934213+0000 mgr.y (mgr.14556) 22540 : audit [DBG] from='client.47882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:49:15.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:49:14.585114+0000 mon.c (mon.2) 537 : audit [DBG] from='client.? 172.21.15.23:0/3427531594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:49:15.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:49:13.934213+0000 mgr.y (mgr.14556) 22540 : audit [DBG] from='client.47882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:49:15.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:49:14.585114+0000 mon.c (mon.2) 537 : audit [DBG] from='client.? 172.21.15.23:0/3427531594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:49:15.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:49:13.934213+0000 mgr.y (mgr.14556) 22540 : audit [DBG] from='client.47882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:49:15.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:49:14.585114+0000 mon.c (mon.2) 537 : audit [DBG] from='client.? 172.21.15.23:0/3427531594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:49:16.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:49:14.225057+0000 mgr.y (mgr.14556) 22541 : audit [DBG] from='client.47888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:49:16.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:14.763643+0000 mgr.y (mgr.14556) 22542 : cluster [DBG] pgmap v19914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:49:14.225057+0000 mgr.y (mgr.14556) 22541 : audit [DBG] from='client.47888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:49:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:14.763643+0000 mgr.y (mgr.14556) 22542 : cluster [DBG] pgmap v19914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:16.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:49:14.225057+0000 mgr.y (mgr.14556) 22541 : audit [DBG] from='client.47888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:49:16.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:14.763643+0000 mgr.y (mgr.14556) 22542 : cluster [DBG] pgmap v19914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:18.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:16.764407+0000 mgr.y (mgr.14556) 22543 : cluster [DBG] pgmap v19915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:18.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:16.764407+0000 mgr.y (mgr.14556) 22543 : cluster [DBG] pgmap v19915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:18.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:16.764407+0000 mgr.y (mgr.14556) 22543 : cluster [DBG] pgmap v19915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:20.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:18.764759+0000 mgr.y (mgr.14556) 22544 : cluster [DBG] pgmap v19916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:18.764759+0000 mgr.y (mgr.14556) 22544 : cluster [DBG] pgmap v19916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:20.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:18.764759+0000 mgr.y (mgr.14556) 22544 : cluster [DBG] pgmap v19916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:49:22.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:20.765383+0000 mgr.y (mgr.14556) 22545 : cluster [DBG] pgmap v19917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:20.765383+0000 mgr.y (mgr.14556) 22545 : cluster [DBG] pgmap v19917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:22.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:20.765383+0000 mgr.y (mgr.14556) 22545 : cluster [DBG] pgmap v19917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:49:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:49:23] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:49:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:22.765761+0000 mgr.y (mgr.14556) 22546 : cluster [DBG] pgmap v19918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:22.765761+0000 mgr.y (mgr.14556) 22546 : cluster [DBG] pgmap v19918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:24.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:22.765761+0000 mgr.y (mgr.14556) 22546 : cluster [DBG] pgmap v19918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:26.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:24.766230+0000 mgr.y (mgr.14556) 22547 : cluster [DBG] pgmap v19919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:24.766230+0000 mgr.y (mgr.14556) 22547 : cluster [DBG] pgmap v19919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:26.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:24.766230+0000 mgr.y (mgr.14556) 22547 : cluster [DBG] pgmap v19919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:28.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:26.766899+0000 mgr.y (mgr.14556) 22548 : cluster [DBG] pgmap v19920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:26.766899+0000 mgr.y (mgr.14556) 22548 : cluster [DBG] pgmap v19920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:28.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:26.766899+0000 mgr.y (mgr.14556) 22548 : cluster [DBG] pgmap v19920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:30.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:28.767214+0000 mgr.y (mgr.14556) 22549 : cluster [DBG] pgmap v19921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:28.767214+0000 mgr.y (mgr.14556) 22549 : cluster [DBG] pgmap v19921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:28.767214+0000 mgr.y (mgr.14556) 22549 : cluster [DBG] pgmap v19921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:49:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:49:32.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:30.768011+0000 mgr.y (mgr.14556) 22550 : cluster [DBG] pgmap v19922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:30.768011+0000 mgr.y (mgr.14556) 22550 : cluster [DBG] pgmap v19922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:32.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:30.768011+0000 mgr.y (mgr.14556) 22550 : cluster [DBG] pgmap v19922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:34.072 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:49:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:49:33] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:49:34.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:32.768348+0000 mgr.y (mgr.14556) 22551 : cluster [DBG] pgmap v19923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:34.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:32.768348+0000 mgr.y (mgr.14556) 22551 : cluster [DBG] pgmap v19923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:34.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:32.768348+0000 mgr.y (mgr.14556) 22551 : cluster [DBG] pgmap v19923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:36.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:34.768769+0000 mgr.y (mgr.14556) 22552 : cluster [DBG] pgmap v19924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:34.768769+0000 mgr.y (mgr.14556) 22552 : cluster [DBG] pgmap v19924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:36.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:34.768769+0000 mgr.y (mgr.14556) 22552 : cluster [DBG] pgmap v19924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:37.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:36.769468+0000 mgr.y (mgr.14556) 22553 : cluster [DBG] pgmap v19925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:37.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:36.769468+0000 mgr.y (mgr.14556) 22553 : cluster [DBG] pgmap v19925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:37.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:36.769468+0000 mgr.y (mgr.14556) 22553 : cluster [DBG] pgmap v19925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:40.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:38.770056+0000 mgr.y (mgr.14556) 22554 : cluster [DBG] pgmap v19926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:40.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:38.770056+0000 mgr.y (mgr.14556) 22554 : cluster [DBG] pgmap v19926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:40.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:38.770056+0000 mgr.y (mgr.14556) 22554 : cluster [DBG] pgmap v19926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:41.842 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:49:42.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:40.770769+0000 mgr.y (mgr.14556) 22555 : cluster [DBG] pgmap v19927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:42.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:49:41.588646+0000 mon.a (mon.0) 4717 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:49:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:40.770769+0000 mgr.y (mgr.14556) 22555 : cluster [DBG] pgmap v19927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:42.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:49:41.588646+0000 mon.a (mon.0) 4717 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:49:42.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:40.770769+0000 mgr.y (mgr.14556) 22555 : cluster [DBG] pgmap v19927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:42.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:49:41.588646+0000 mon.a (mon.0) 4717 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:49:42.850 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:49:41.897883+0000 mon.a (mon.0) 4718 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:49:43.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:49:41.898549+0000 mon.a (mon.0) 4719 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:49:43.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:49:41.902659+0000 mon.a (mon.0) 4720 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:49:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:49:41.897883+0000 mon.a (mon.0) 4718 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:49:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:49:41.898549+0000 mon.a (mon.0) 4719 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:49:43.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:49:41.902659+0000 mon.a (mon.0) 4720 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:49:43.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:49:41.897883+0000 mon.a (mon.0) 4718 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:49:43.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:49:41.898549+0000 mon.a (mon.0) 4719 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:49:43.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:49:41.902659+0000 mon.a (mon.0) 4720 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:49:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:42.771260+0000 mgr.y (mgr.14556) 22556 : cluster [DBG] pgmap v19928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:42.771260+0000 mgr.y (mgr.14556) 22556 : cluster [DBG] pgmap v19928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:49:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:49:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:49:44.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:42.771260+0000 mgr.y (mgr.14556) 22556 : cluster [DBG] pgmap v19928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:44.909 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:49:45.199 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:49:45.199 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 2m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:49:45.199 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 2m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:49:45.199 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 2m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:49:45.199 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 2m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:49:45.199 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 2m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 2m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 2m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 2m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 2m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 2m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 2m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 2m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 2m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 2m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 2m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 2m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 2m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 2m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 2m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:49:45.200 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 2m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:49:45.553 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:49:45.553 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:49:45.553 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:49:45.553 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:49:45.553 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:49:45.553 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:49:45.553 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:49:45.553 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:49:45.553 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:49:45.553 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:49:45.553 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:49:45.554 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:49:45.554 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:49:45.554 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:49:45.554 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:49:45.554 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:49:45.554 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:49:46.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:44.771588+0000 mgr.y (mgr.14556) 22557 : cluster [DBG] pgmap v19929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:49:44.899064+0000 mgr.y (mgr.14556) 22558 : audit [DBG] from='client.47900 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:49:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:49:45.555190+0000 mon.a (mon.0) 4721 : audit [DBG] from='client.? 172.21.15.23:0/710888790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:49:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:44.771588+0000 mgr.y (mgr.14556) 22557 : cluster [DBG] pgmap v19929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:49:44.899064+0000 mgr.y (mgr.14556) 22558 : audit [DBG] from='client.47900 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:49:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:49:45.555190+0000 mon.a (mon.0) 4721 : audit [DBG] from='client.? 172.21.15.23:0/710888790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:49:46.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:44.771588+0000 mgr.y (mgr.14556) 22557 : cluster [DBG] pgmap v19929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:46.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:49:44.899064+0000 mgr.y (mgr.14556) 22558 : audit [DBG] from='client.47900 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:49:46.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:49:45.555190+0000 mon.a (mon.0) 4721 : audit [DBG] from='client.? 172.21.15.23:0/710888790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:49:47.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:49:45.193194+0000 mgr.y (mgr.14556) 22559 : audit [DBG] from='client.47906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:49:47.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:49:45.193194+0000 mgr.y (mgr.14556) 22559 : audit [DBG] from='client.47906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:49:47.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:49:45.193194+0000 mgr.y (mgr.14556) 22559 : audit [DBG] from='client.47906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:49:48.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:46.772402+0000 mgr.y (mgr.14556) 22560 : cluster [DBG] pgmap v19930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:48.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:46.772402+0000 mgr.y (mgr.14556) 22560 : cluster [DBG] pgmap v19930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:48.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:46.772402+0000 mgr.y (mgr.14556) 22560 : cluster [DBG] pgmap v19930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:50.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:48.772843+0000 mgr.y (mgr.14556) 22561 : cluster [DBG] pgmap v19931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:48.772843+0000 mgr.y (mgr.14556) 22561 : cluster [DBG] pgmap v19931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:50.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:48.772843+0000 mgr.y (mgr.14556) 22561 : cluster [DBG] pgmap v19931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:49:52.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:50.773516+0000 mgr.y (mgr.14556) 22562 : cluster [DBG] pgmap v19932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:50.773516+0000 mgr.y (mgr.14556) 22562 : cluster [DBG] pgmap v19932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:52.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:50.773516+0000 mgr.y (mgr.14556) 22562 : cluster [DBG] pgmap v19932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:49:53] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:49:54.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:52.773900+0000 mgr.y (mgr.14556) 22563 : cluster [DBG] pgmap v19933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:52.773900+0000 mgr.y (mgr.14556) 22563 : cluster [DBG] pgmap v19933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:54.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:52.773900+0000 mgr.y (mgr.14556) 22563 : cluster [DBG] pgmap v19933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:56.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:54.774370+0000 mgr.y (mgr.14556) 22564 : cluster [DBG] pgmap v19934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:56.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:54.774370+0000 mgr.y (mgr.14556) 22564 : cluster [DBG] pgmap v19934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:56.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:54.774370+0000 mgr.y (mgr.14556) 22564 : cluster [DBG] pgmap v19934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:58.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:56.775036+0000 mgr.y (mgr.14556) 22565 : cluster [DBG] pgmap v19935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:49:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:56.775036+0000 mgr.y (mgr.14556) 22565 : cluster [DBG] pgmap v19935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:49:58.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:49:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:56.775036+0000 mgr.y (mgr.14556) 22565 : cluster [DBG] pgmap v19935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:00.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:49:58.775631+0000 mgr.y (mgr.14556) 22566 : cluster [DBG] pgmap v19936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:00.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:00.000146+0000 mon.a (mon.0) 4722 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:50:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T17:49:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:50:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:49:58.775631+0000 mgr.y (mgr.14556) 22566 : cluster [DBG] pgmap v19936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:00.000146+0000 mon.a (mon.0) 4722 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:50:00.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:49:58.775631+0000 mgr.y (mgr.14556) 22566 : cluster [DBG] pgmap v19936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:00.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:00.000146+0000 mon.a (mon.0) 4722 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T17:50:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:50:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:50:02.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:00.776448+0000 mgr.y (mgr.14556) 22567 : cluster [DBG] pgmap v19937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:00.776448+0000 mgr.y (mgr.14556) 22567 : cluster [DBG] pgmap v19937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:02.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:00.776448+0000 mgr.y (mgr.14556) 22567 : cluster [DBG] pgmap v19937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:50:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:50:03] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:50:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:02.776970+0000 mgr.y (mgr.14556) 22568 : cluster [DBG] pgmap v19938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:02.776970+0000 mgr.y (mgr.14556) 22568 : cluster [DBG] pgmap v19938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:04.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:02.776970+0000 mgr.y (mgr.14556) 22568 : cluster [DBG] pgmap v19938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:06.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:04.777286+0000 mgr.y (mgr.14556) 22569 : cluster [DBG] pgmap v19939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:04.777286+0000 mgr.y (mgr.14556) 22569 : cluster [DBG] pgmap v19939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:06.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:04.777286+0000 mgr.y (mgr.14556) 22569 : cluster [DBG] pgmap v19939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:08.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:06.777927+0000 mgr.y (mgr.14556) 22570 : cluster [DBG] pgmap v19940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:06.777927+0000 mgr.y (mgr.14556) 22570 : cluster [DBG] pgmap v19940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:08.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:06.777927+0000 mgr.y (mgr.14556) 22570 : cluster [DBG] pgmap v19940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:10.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:08.778231+0000 mgr.y (mgr.14556) 22571 : cluster [DBG] pgmap v19941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:10.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:08.778231+0000 mgr.y (mgr.14556) 22571 : cluster [DBG] pgmap v19941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:10.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:08.778231+0000 mgr.y (mgr.14556) 22571 : cluster [DBG] pgmap v19941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:50:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:50:12.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:10.778905+0000 mgr.y (mgr.14556) 22572 : cluster [DBG] pgmap v19942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:10.778905+0000 mgr.y (mgr.14556) 22572 : cluster [DBG] pgmap v19942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:12.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:10.778905+0000 mgr.y (mgr.14556) 22572 : cluster [DBG] pgmap v19942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:14.086 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:50:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:50:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:50:14.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:12.779568+0000 mgr.y (mgr.14556) 22573 : cluster [DBG] pgmap v19943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:14.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:12.779568+0000 mgr.y (mgr.14556) 22573 : cluster [DBG] pgmap v19943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:14.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:12.779568+0000 mgr.y (mgr.14556) 22573 : cluster [DBG] pgmap v19943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:15.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:14.780034+0000 mgr.y (mgr.14556) 22574 : cluster [DBG] pgmap v19944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:15.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:14.780034+0000 mgr.y (mgr.14556) 22574 : cluster [DBG] pgmap v19944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:15.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:14.780034+0000 mgr.y (mgr.14556) 22574 : cluster [DBG] pgmap v19944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:15.878 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:50:16.167 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:50:16.167 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 2m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 2m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 2m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 2m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 2m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 2m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 2m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 2m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 2m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 2m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 2m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 2m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 2m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 2m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 2m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:50:16.168 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 2m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:50:16.169 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 2m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:50:16.169 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 2m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:50:16.169 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 2m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:50:16.169 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 2m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:50:16.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:50:15.867861+0000 mgr.y (mgr.14556) 22575 : audit [DBG] from='client.47918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:50:16.521 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:50:16.522 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:50:16.523 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:50:16.523 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:50:16.523 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:50:16.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:50:15.867861+0000 mgr.y (mgr.14556) 22575 : audit [DBG] from='client.47918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:50:16.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:50:15.867861+0000 mgr.y (mgr.14556) 22575 : audit [DBG] from='client.47918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:50:17.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:50:16.161674+0000 mgr.y (mgr.14556) 22576 : audit [DBG] from='client.47924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:50:17.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:50:16.523795+0000 mon.a (mon.0) 4723 : audit [DBG] from='client.? 172.21.15.23:0/4026103797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:50:17.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:16.780625+0000 mgr.y (mgr.14556) 22577 : cluster [DBG] pgmap v19945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:17.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:50:16.161674+0000 mgr.y (mgr.14556) 22576 : audit [DBG] from='client.47924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:50:17.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:50:16.523795+0000 mon.a (mon.0) 4723 : audit [DBG] from='client.? 172.21.15.23:0/4026103797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:50:17.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:16.780625+0000 mgr.y (mgr.14556) 22577 : cluster [DBG] pgmap v19945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:50:16.161674+0000 mgr.y (mgr.14556) 22576 : audit [DBG] from='client.47924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:50:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:50:16.523795+0000 mon.a (mon.0) 4723 : audit [DBG] from='client.? 172.21.15.23:0/4026103797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:50:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:16.780625+0000 mgr.y (mgr.14556) 22577 : cluster [DBG] pgmap v19945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:20.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:18.781144+0000 mgr.y (mgr.14556) 22578 : cluster [DBG] pgmap v19946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:20.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:18.781144+0000 mgr.y (mgr.14556) 22578 : cluster [DBG] pgmap v19946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:20.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:18.781144+0000 mgr.y (mgr.14556) 22578 : cluster [DBG] pgmap v19946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:21.851 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:50:22.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:20.781907+0000 mgr.y (mgr.14556) 22579 : cluster [DBG] pgmap v19947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:22.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:20.781907+0000 mgr.y (mgr.14556) 22579 : cluster [DBG] pgmap v19947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:22.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:20.781907+0000 mgr.y (mgr.14556) 22579 : cluster [DBG] pgmap v19947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:50:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:50:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:22.782459+0000 mgr.y (mgr.14556) 22580 : cluster [DBG] pgmap v19948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:22.782459+0000 mgr.y (mgr.14556) 22580 : cluster [DBG] pgmap v19948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:24.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:22.782459+0000 mgr.y (mgr.14556) 22580 : cluster [DBG] pgmap v19948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:26.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:24.782871+0000 mgr.y (mgr.14556) 22581 : cluster [DBG] pgmap v19949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:26.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:24.782871+0000 mgr.y (mgr.14556) 22581 : cluster [DBG] pgmap v19949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:26.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:24.782871+0000 mgr.y (mgr.14556) 22581 : cluster [DBG] pgmap v19949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:28.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:26.783668+0000 mgr.y (mgr.14556) 22582 : cluster [DBG] pgmap v19950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:28.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:26.783668+0000 mgr.y (mgr.14556) 22582 : cluster [DBG] pgmap v19950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:28.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:26.783668+0000 mgr.y (mgr.14556) 22582 : cluster [DBG] pgmap v19950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:30.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:28.784213+0000 mgr.y (mgr.14556) 22583 : cluster [DBG] pgmap v19951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:30.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:28.784213+0000 mgr.y (mgr.14556) 22583 : cluster [DBG] pgmap v19951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:28.784213+0000 mgr.y (mgr.14556) 22583 : cluster [DBG] pgmap v19951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:50:32.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:30.784837+0000 mgr.y (mgr.14556) 22584 : cluster [DBG] pgmap v19952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:30.784837+0000 mgr.y (mgr.14556) 22584 : cluster [DBG] pgmap v19952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:32.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:30.784837+0000 mgr.y (mgr.14556) 22584 : cluster [DBG] pgmap v19952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:32.785199+0000 mgr.y (mgr.14556) 22585 : cluster [DBG] pgmap v19953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:50:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:50:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:32.785199+0000 mgr.y (mgr.14556) 22585 : cluster [DBG] pgmap v19953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:32.785199+0000 mgr.y (mgr.14556) 22585 : cluster [DBG] pgmap v19953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:34.785666+0000 mgr.y (mgr.14556) 22586 : cluster [DBG] pgmap v19954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:34.785666+0000 mgr.y (mgr.14556) 22586 : cluster [DBG] pgmap v19954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:36.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:34.785666+0000 mgr.y (mgr.14556) 22586 : cluster [DBG] pgmap v19954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:36.786284+0000 mgr.y (mgr.14556) 22587 : cluster [DBG] pgmap v19955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:36.786284+0000 mgr.y (mgr.14556) 22587 : cluster [DBG] pgmap v19955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:36.786284+0000 mgr.y (mgr.14556) 22587 : cluster [DBG] pgmap v19955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:40.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:38.786677+0000 mgr.y (mgr.14556) 22588 : cluster [DBG] pgmap v19956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:38.786677+0000 mgr.y (mgr.14556) 22588 : cluster [DBG] pgmap v19956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:40.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:38.786677+0000 mgr.y (mgr.14556) 22588 : cluster [DBG] pgmap v19956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:50:42.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:40.787424+0000 mgr.y (mgr.14556) 22589 : cluster [DBG] pgmap v19957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:42.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:50:41.907007+0000 mon.a (mon.0) 4724 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:50:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:40.787424+0000 mgr.y (mgr.14556) 22589 : cluster [DBG] pgmap v19957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:50:41.907007+0000 mon.a (mon.0) 4724 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:50:42.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:40.787424+0000 mgr.y (mgr.14556) 22589 : cluster [DBG] pgmap v19957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:42.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:50:41.907007+0000 mon.a (mon.0) 4724 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:50:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:50:42.160789+0000 mon.a (mon.0) 4725 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:50:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:50:42.165487+0000 mon.a (mon.0) 4726 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:50:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:50:42.457702+0000 mon.a (mon.0) 4727 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:50:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:50:42.458424+0000 mon.a (mon.0) 4728 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:50:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:50:42.464496+0000 mon.a (mon.0) 4729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:50:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:42.787728+0000 mgr.y (mgr.14556) 22590 : cluster [DBG] pgmap v19958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:43.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:50:42.160789+0000 mon.a (mon.0) 4725 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:50:43.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:50:42.165487+0000 mon.a (mon.0) 4726 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:50:43.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:50:42.457702+0000 mon.a (mon.0) 4727 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:50:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:50:42.458424+0000 mon.a (mon.0) 4728 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:50:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:50:42.464496+0000 mon.a (mon.0) 4729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:50:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:42.787728+0000 mgr.y (mgr.14556) 22590 : cluster [DBG] pgmap v19958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:50:42.160789+0000 mon.a (mon.0) 4725 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:50:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:50:42.165487+0000 mon.a (mon.0) 4726 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:50:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:50:42.457702+0000 mon.a (mon.0) 4727 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:50:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:50:42.458424+0000 mon.a (mon.0) 4728 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:50:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:50:42.464496+0000 mon.a (mon.0) 4729 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:50:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:42.787728+0000 mgr.y (mgr.14556) 22590 : cluster [DBG] pgmap v19958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:50:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:50:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:50:46.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:44.788088+0000 mgr.y (mgr.14556) 22591 : cluster [DBG] pgmap v19959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:46.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:44.788088+0000 mgr.y (mgr.14556) 22591 : cluster [DBG] pgmap v19959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:46.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:44.788088+0000 mgr.y (mgr.14556) 22591 : cluster [DBG] pgmap v19959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:46.848 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:50:47.136 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:50:47.136 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 3m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:50:47.136 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 3m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:50:47.136 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 3m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:50:47.136 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 3m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:50:47.136 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 3m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:50:47.136 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 3m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:50:47.136 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 3m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:50:47.136 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 3m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:50:47.136 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 3m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:50:47.137 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 3m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:50:47.137 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 3m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:50:47.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 3m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:50:47.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 3m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:50:47.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 3m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:50:47.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 3m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:50:47.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 3m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:50:47.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 3m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:50:47.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 3m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:50:47.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 3m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:50:47.137 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 3m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:50:47.485 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:50:47.486 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:50:47.487 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:50:47.487 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:50:47.487 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:50:48.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:46.788640+0000 mgr.y (mgr.14556) 22592 : cluster [DBG] pgmap v19960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:50:46.837945+0000 mgr.y (mgr.14556) 22593 : audit [DBG] from='client.38028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:50:48.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:50:47.487784+0000 mon.c (mon.2) 538 : audit [DBG] from='client.? 172.21.15.23:0/4267533671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:50:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:46.788640+0000 mgr.y (mgr.14556) 22592 : cluster [DBG] pgmap v19960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:50:46.837945+0000 mgr.y (mgr.14556) 22593 : audit [DBG] from='client.38028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:50:48.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:50:47.487784+0000 mon.c (mon.2) 538 : audit [DBG] from='client.? 172.21.15.23:0/4267533671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:50:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:46.788640+0000 mgr.y (mgr.14556) 22592 : cluster [DBG] pgmap v19960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:48.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:50:46.837945+0000 mgr.y (mgr.14556) 22593 : audit [DBG] from='client.38028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:50:48.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:50:47.487784+0000 mon.c (mon.2) 538 : audit [DBG] from='client.? 172.21.15.23:0/4267533671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:50:49.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:50:47.129987+0000 mgr.y (mgr.14556) 22594 : audit [DBG] from='client.38034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:50:49.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:50:47.129987+0000 mgr.y (mgr.14556) 22594 : audit [DBG] from='client.38034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:50:49.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:50:47.129987+0000 mgr.y (mgr.14556) 22594 : audit [DBG] from='client.38034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:50:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:48.789152+0000 mgr.y (mgr.14556) 22595 : cluster [DBG] pgmap v19961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:50.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:48.789152+0000 mgr.y (mgr.14556) 22595 : cluster [DBG] pgmap v19961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:48.789152+0000 mgr.y (mgr.14556) 22595 : cluster [DBG] pgmap v19961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:51.897 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:50:52.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:50.789880+0000 mgr.y (mgr.14556) 22596 : cluster [DBG] pgmap v19962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:52.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:50.789880+0000 mgr.y (mgr.14556) 22596 : cluster [DBG] pgmap v19962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:50.789880+0000 mgr.y (mgr.14556) 22596 : cluster [DBG] pgmap v19962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:50:53] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:50:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:52.790470+0000 mgr.y (mgr.14556) 22597 : cluster [DBG] pgmap v19963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:52.790470+0000 mgr.y (mgr.14556) 22597 : cluster [DBG] pgmap v19963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:54.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:52.790470+0000 mgr.y (mgr.14556) 22597 : cluster [DBG] pgmap v19963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:56.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:54.791074+0000 mgr.y (mgr.14556) 22598 : cluster [DBG] pgmap v19964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:54.791074+0000 mgr.y (mgr.14556) 22598 : cluster [DBG] pgmap v19964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:56.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:54.791074+0000 mgr.y (mgr.14556) 22598 : cluster [DBG] pgmap v19964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:56.791876+0000 mgr.y (mgr.14556) 22599 : cluster [DBG] pgmap v19965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:56.791876+0000 mgr.y (mgr.14556) 22599 : cluster [DBG] pgmap v19965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:50:58.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:56.791876+0000 mgr.y (mgr.14556) 22599 : cluster [DBG] pgmap v19965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:50:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:50:58.792402+0000 mgr.y (mgr.14556) 22600 : cluster [DBG] pgmap v19966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:00.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:50:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:50:58.792402+0000 mgr.y (mgr.14556) 22600 : cluster [DBG] pgmap v19966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:50:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:50:58.792402+0000 mgr.y (mgr.14556) 22600 : cluster [DBG] pgmap v19966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:01.865 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:51:02.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:00.793001+0000 mgr.y (mgr.14556) 22601 : cluster [DBG] pgmap v19967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:00.793001+0000 mgr.y (mgr.14556) 22601 : cluster [DBG] pgmap v19967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:02.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:00.793001+0000 mgr.y (mgr.14556) 22601 : cluster [DBG] pgmap v19967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:51:03] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T17:51:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:02.793450+0000 mgr.y (mgr.14556) 22602 : cluster [DBG] pgmap v19968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:02.793450+0000 mgr.y (mgr.14556) 22602 : cluster [DBG] pgmap v19968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:04.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:02.793450+0000 mgr.y (mgr.14556) 22602 : cluster [DBG] pgmap v19968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:04.793876+0000 mgr.y (mgr.14556) 22603 : cluster [DBG] pgmap v19969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:06.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:04.793876+0000 mgr.y (mgr.14556) 22603 : cluster [DBG] pgmap v19969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:04.793876+0000 mgr.y (mgr.14556) 22603 : cluster [DBG] pgmap v19969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:08.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:06.794600+0000 mgr.y (mgr.14556) 22604 : cluster [DBG] pgmap v19970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:08.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:06.794600+0000 mgr.y (mgr.14556) 22604 : cluster [DBG] pgmap v19970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:08.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:06.794600+0000 mgr.y (mgr.14556) 22604 : cluster [DBG] pgmap v19970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:10.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:08.795013+0000 mgr.y (mgr.14556) 22605 : cluster [DBG] pgmap v19971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:10.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:08.795013+0000 mgr.y (mgr.14556) 22605 : cluster [DBG] pgmap v19971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:08.795013+0000 mgr.y (mgr.14556) 22605 : cluster [DBG] pgmap v19971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:11.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:51:12.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:10.795750+0000 mgr.y (mgr.14556) 22606 : cluster [DBG] pgmap v19972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:10.795750+0000 mgr.y (mgr.14556) 22606 : cluster [DBG] pgmap v19972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:10.795750+0000 mgr.y (mgr.14556) 22606 : cluster [DBG] pgmap v19972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:14.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:12.796185+0000 mgr.y (mgr.14556) 22607 : cluster [DBG] pgmap v19973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:51:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T17:51:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:12.796185+0000 mgr.y (mgr.14556) 22607 : cluster [DBG] pgmap v19973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:14.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:12.796185+0000 mgr.y (mgr.14556) 22607 : cluster [DBG] pgmap v19973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:16.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:14.796638+0000 mgr.y (mgr.14556) 22608 : cluster [DBG] pgmap v19974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:16.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:14.796638+0000 mgr.y (mgr.14556) 22608 : cluster [DBG] pgmap v19974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:16.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:14.796638+0000 mgr.y (mgr.14556) 22608 : cluster [DBG] pgmap v19974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:17.812 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:51:18.101 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:51:18.101 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 3m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:51:18.101 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 3m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:51:18.101 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 3m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:51:18.101 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 3m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:51:18.101 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 3m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:51:18.101 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 3m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:51:18.101 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 3m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:51:18.101 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 3m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:51:18.101 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 3m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:51:18.101 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 3m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:51:18.102 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 3m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:51:18.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 3m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:51:18.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 3m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:51:18.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 3m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:51:18.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 3m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:51:18.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 3m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:51:18.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 3m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:51:18.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 3m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:51:18.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 3m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:51:18.102 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 3m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:51:18.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:16.797293+0000 mgr.y (mgr.14556) 22609 : cluster [DBG] pgmap v19975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:18.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:16.797293+0000 mgr.y (mgr.14556) 22609 : cluster [DBG] pgmap v19975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:18.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:16.797293+0000 mgr.y (mgr.14556) 22609 : cluster [DBG] pgmap v19975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:51:18.451 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:51:18.452 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:51:18.452 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:51:18.452 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:51:18.452 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:51:19.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:51:17.802830+0000 mgr.y (mgr.14556) 22610 : audit [DBG] from='client.38046 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:51:19.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:51:18.094943+0000 mgr.y (mgr.14556) 22611 : audit [DBG] from='client.47960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:51:19.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:51:18.453085+0000 mon.c (mon.2) 539 : audit [DBG] from='client.? 172.21.15.23:0/2153730807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:51:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:51:17.802830+0000 mgr.y (mgr.14556) 22610 : audit [DBG] from='client.38046 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:51:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:51:18.094943+0000 mgr.y (mgr.14556) 22611 : audit [DBG] from='client.47960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:51:19.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:51:18.453085+0000 mon.c (mon.2) 539 : audit [DBG] from='client.? 172.21.15.23:0/2153730807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:51:19.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:51:17.802830+0000 mgr.y (mgr.14556) 22610 : audit [DBG] from='client.38046 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:51:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:51:18.094943+0000 mgr.y (mgr.14556) 22611 : audit [DBG] from='client.47960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:51:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:51:18.453085+0000 mon.c (mon.2) 539 : audit [DBG] from='client.? 172.21.15.23:0/2153730807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:51:20.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:18.797730+0000 mgr.y (mgr.14556) 22612 : cluster [DBG] pgmap v19976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:18.797730+0000 mgr.y (mgr.14556) 22612 : cluster [DBG] pgmap v19976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:20.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:18.797730+0000 mgr.y (mgr.14556) 22612 : cluster [DBG] pgmap v19976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:51:22.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:20.798376+0000 mgr.y (mgr.14556) 22613 : cluster [DBG] pgmap v19977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:20.798376+0000 mgr.y (mgr.14556) 22613 : cluster [DBG] pgmap v19977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:22.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:20.798376+0000 mgr.y (mgr.14556) 22613 : cluster [DBG] pgmap v19977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:51:23] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:51:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:22.798763+0000 mgr.y (mgr.14556) 22614 : cluster [DBG] pgmap v19978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:24.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:22.798763+0000 mgr.y (mgr.14556) 22614 : cluster [DBG] pgmap v19978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:24.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:22.798763+0000 mgr.y (mgr.14556) 22614 : cluster [DBG] pgmap v19978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:26.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:24.799356+0000 mgr.y (mgr.14556) 22615 : cluster [DBG] pgmap v19979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:26.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:24.799356+0000 mgr.y (mgr.14556) 22615 : cluster [DBG] pgmap v19979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:26.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:24.799356+0000 mgr.y (mgr.14556) 22615 : cluster [DBG] pgmap v19979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:28.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:26.800005+0000 mgr.y (mgr.14556) 22616 : cluster [DBG] pgmap v19980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:28.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:26.800005+0000 mgr.y (mgr.14556) 22616 : cluster [DBG] pgmap v19980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:28.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:26.800005+0000 mgr.y (mgr.14556) 22616 : cluster [DBG] pgmap v19980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:30.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:28.800586+0000 mgr.y (mgr.14556) 22617 : cluster [DBG] pgmap v19981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:28.800586+0000 mgr.y (mgr.14556) 22617 : cluster [DBG] pgmap v19981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:28.800586+0000 mgr.y (mgr.14556) 22617 : cluster [DBG] pgmap v19981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:51:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:51:32.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:30.801298+0000 mgr.y (mgr.14556) 22618 : cluster [DBG] pgmap v19982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:30.801298+0000 mgr.y (mgr.14556) 22618 : cluster [DBG] pgmap v19982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:32.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:30.801298+0000 mgr.y (mgr.14556) 22618 : cluster [DBG] pgmap v19982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:51:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:51:33] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:51:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:32.801731+0000 mgr.y (mgr.14556) 22619 : cluster [DBG] pgmap v19983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:32.801731+0000 mgr.y (mgr.14556) 22619 : cluster [DBG] pgmap v19983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:34.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:32.801731+0000 mgr.y (mgr.14556) 22619 : cluster [DBG] pgmap v19983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:34.802383+0000 mgr.y (mgr.14556) 22620 : cluster [DBG] pgmap v19984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:34.802383+0000 mgr.y (mgr.14556) 22620 : cluster [DBG] pgmap v19984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:36.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:34.802383+0000 mgr.y (mgr.14556) 22620 : cluster [DBG] pgmap v19984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:38.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:36.803353+0000 mgr.y (mgr.14556) 22621 : cluster [DBG] pgmap v19985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:36.803353+0000 mgr.y (mgr.14556) 22621 : cluster [DBG] pgmap v19985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:36.803353+0000 mgr.y (mgr.14556) 22621 : cluster [DBG] pgmap v19985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:40.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:38.803764+0000 mgr.y (mgr.14556) 22622 : cluster [DBG] pgmap v19986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:38.803764+0000 mgr.y (mgr.14556) 22622 : cluster [DBG] pgmap v19986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:40.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:38.803764+0000 mgr.y (mgr.14556) 22622 : cluster [DBG] pgmap v19986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:51:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:51:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:40.804631+0000 mgr.y (mgr.14556) 22623 : cluster [DBG] pgmap v19987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:40.804631+0000 mgr.y (mgr.14556) 22623 : cluster [DBG] pgmap v19987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:42.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:40.804631+0000 mgr.y (mgr.14556) 22623 : cluster [DBG] pgmap v19987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:43.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:51:42.468992+0000 mon.a (mon.0) 4730 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:51:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:51:42.775283+0000 mon.a (mon.0) 4731 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:51:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:51:42.775960+0000 mon.a (mon.0) 4732 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:51:43.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:51:42.784598+0000 mon.a (mon.0) 4733 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:51:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:51:42.468992+0000 mon.a (mon.0) 4730 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:51:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:51:42.775283+0000 mon.a (mon.0) 4731 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:51:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:51:42.775960+0000 mon.a (mon.0) 4732 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:51:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:51:42.784598+0000 mon.a (mon.0) 4733 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:51:43.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:51:42.468992+0000 mon.a (mon.0) 4730 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:51:43.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:51:42.775283+0000 mon.a (mon.0) 4731 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:51:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:51:42.775960+0000 mon.a (mon.0) 4732 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:51:43.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:51:42.784598+0000 mon.a (mon.0) 4733 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:51:44.089 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:51:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:51:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:51:44.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:42.805090+0000 mgr.y (mgr.14556) 22624 : cluster [DBG] pgmap v19988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:42.805090+0000 mgr.y (mgr.14556) 22624 : cluster [DBG] pgmap v19988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:44.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:42.805090+0000 mgr.y (mgr.14556) 22624 : cluster [DBG] pgmap v19988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:46.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:44.805460+0000 mgr.y (mgr.14556) 22625 : cluster [DBG] pgmap v19989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:44.805460+0000 mgr.y (mgr.14556) 22625 : cluster [DBG] pgmap v19989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:46.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:44.805460+0000 mgr.y (mgr.14556) 22625 : cluster [DBG] pgmap v19989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:47.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:46.806081+0000 mgr.y (mgr.14556) 22626 : cluster [DBG] pgmap v19990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:47.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:46.806081+0000 mgr.y (mgr.14556) 22626 : cluster [DBG] pgmap v19990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:46.806081+0000 mgr.y (mgr.14556) 22626 : cluster [DBG] pgmap v19990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:48.775 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:51:49.062 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:51:49.062 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 4m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:51:49.062 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 4m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:51:49.062 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 4m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:51:49.062 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 4m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 4m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 4m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 4m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 4m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 4m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 4m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 4m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 4m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 4m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 4m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 4m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 4m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 4m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:51:49.063 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 4m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:51:49.064 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 4m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:51:49.064 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 4m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:51:49.413 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:51:49.414 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:51:49.414 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:51:49.414 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:51:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:51:48.765021+0000 mgr.y (mgr.14556) 22627 : audit [DBG] from='client.47972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:51:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:48.806417+0000 mgr.y (mgr.14556) 22628 : cluster [DBG] pgmap v19991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:51:49.056283+0000 mgr.y (mgr.14556) 22629 : audit [DBG] from='client.38070 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:51:50.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:51:49.414855+0000 mon.a (mon.0) 4734 : audit [DBG] from='client.? 172.21.15.23:0/3216112227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:51:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:51:48.765021+0000 mgr.y (mgr.14556) 22627 : audit [DBG] from='client.47972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:51:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:48.806417+0000 mgr.y (mgr.14556) 22628 : cluster [DBG] pgmap v19991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:51:49.056283+0000 mgr.y (mgr.14556) 22629 : audit [DBG] from='client.38070 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:51:50.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:51:49.414855+0000 mon.a (mon.0) 4734 : audit [DBG] from='client.? 172.21.15.23:0/3216112227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:51:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:51:48.765021+0000 mgr.y (mgr.14556) 22627 : audit [DBG] from='client.47972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:51:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:48.806417+0000 mgr.y (mgr.14556) 22628 : cluster [DBG] pgmap v19991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:51:49.056283+0000 mgr.y (mgr.14556) 22629 : audit [DBG] from='client.38070 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:51:50.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:51:49.414855+0000 mon.a (mon.0) 4734 : audit [DBG] from='client.? 172.21.15.23:0/3216112227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:51:51.869 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:51:52.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:50.807045+0000 mgr.y (mgr.14556) 22630 : cluster [DBG] pgmap v19992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:52.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:50.807045+0000 mgr.y (mgr.14556) 22630 : cluster [DBG] pgmap v19992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:52.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:50.807045+0000 mgr.y (mgr.14556) 22630 : cluster [DBG] pgmap v19992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:51:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:51:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:52.807686+0000 mgr.y (mgr.14556) 22631 : cluster [DBG] pgmap v19993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:52.807686+0000 mgr.y (mgr.14556) 22631 : cluster [DBG] pgmap v19993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:54.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:52.807686+0000 mgr.y (mgr.14556) 22631 : cluster [DBG] pgmap v19993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:56.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:54.808127+0000 mgr.y (mgr.14556) 22632 : cluster [DBG] pgmap v19994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:56.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:54.808127+0000 mgr.y (mgr.14556) 22632 : cluster [DBG] pgmap v19994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:54.808127+0000 mgr.y (mgr.14556) 22632 : cluster [DBG] pgmap v19994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:56.809023+0000 mgr.y (mgr.14556) 22633 : cluster [DBG] pgmap v19995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:56.809023+0000 mgr.y (mgr.14556) 22633 : cluster [DBG] pgmap v19995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:51:58.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:56.809023+0000 mgr.y (mgr.14556) 22633 : cluster [DBG] pgmap v19995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:00.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:51:58.809481+0000 mgr.y (mgr.14556) 22634 : cluster [DBG] pgmap v19996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:00.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:51:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:51:58.809481+0000 mgr.y (mgr.14556) 22634 : cluster [DBG] pgmap v19996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:00.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:51:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:51:58.809481+0000 mgr.y (mgr.14556) 22634 : cluster [DBG] pgmap v19996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:01.871 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:52:02.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:00.810152+0000 mgr.y (mgr.14556) 22635 : cluster [DBG] pgmap v19997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:00.810152+0000 mgr.y (mgr.14556) 22635 : cluster [DBG] pgmap v19997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:02.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:00.810152+0000 mgr.y (mgr.14556) 22635 : cluster [DBG] pgmap v19997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:52:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:52:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:02.810634+0000 mgr.y (mgr.14556) 22636 : cluster [DBG] pgmap v19998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:02.810634+0000 mgr.y (mgr.14556) 22636 : cluster [DBG] pgmap v19998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:04.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:02.810634+0000 mgr.y (mgr.14556) 22636 : cluster [DBG] pgmap v19998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:06.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:04.811217+0000 mgr.y (mgr.14556) 22637 : cluster [DBG] pgmap v19999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:06.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:04.811217+0000 mgr.y (mgr.14556) 22637 : cluster [DBG] pgmap v19999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:04.811217+0000 mgr.y (mgr.14556) 22637 : cluster [DBG] pgmap v19999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:08.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:06.811941+0000 mgr.y (mgr.14556) 22638 : cluster [DBG] pgmap v20000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:06.811941+0000 mgr.y (mgr.14556) 22638 : cluster [DBG] pgmap v20000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:08.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:06.811941+0000 mgr.y (mgr.14556) 22638 : cluster [DBG] pgmap v20000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:10.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:08.812425+0000 mgr.y (mgr.14556) 22639 : cluster [DBG] pgmap v20001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:08.812425+0000 mgr.y (mgr.14556) 22639 : cluster [DBG] pgmap v20001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:10.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:08.812425+0000 mgr.y (mgr.14556) 22639 : cluster [DBG] pgmap v20001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:52:12.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:10.813174+0000 mgr.y (mgr.14556) 22640 : cluster [DBG] pgmap v20002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:10.813174+0000 mgr.y (mgr.14556) 22640 : cluster [DBG] pgmap v20002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:12.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:10.813174+0000 mgr.y (mgr.14556) 22640 : cluster [DBG] pgmap v20002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:52:13] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:52:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:12.813662+0000 mgr.y (mgr.14556) 22641 : cluster [DBG] pgmap v20003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:12.813662+0000 mgr.y (mgr.14556) 22641 : cluster [DBG] pgmap v20003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:14.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:12.813662+0000 mgr.y (mgr.14556) 22641 : cluster [DBG] pgmap v20003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:16.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:14.814098+0000 mgr.y (mgr.14556) 22642 : cluster [DBG] pgmap v20004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:14.814098+0000 mgr.y (mgr.14556) 22642 : cluster [DBG] pgmap v20004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:16.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:14.814098+0000 mgr.y (mgr.14556) 22642 : cluster [DBG] pgmap v20004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:18.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:16.814882+0000 mgr.y (mgr.14556) 22643 : cluster [DBG] pgmap v20005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:16.814882+0000 mgr.y (mgr.14556) 22643 : cluster [DBG] pgmap v20005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:18.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:16.814882+0000 mgr.y (mgr.14556) 22643 : cluster [DBG] pgmap v20005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:19.736 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:52:20.022 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:52:20.022 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 4m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:52:20.022 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 4m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:52:20.022 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 4m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:52:20.022 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 4m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:52:20.022 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 4m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:52:20.022 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 4m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:52:20.023 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 4m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:52:20.023 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 4m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:52:20.023 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 4m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:52:20.023 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 4m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:52:20.023 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 4m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:52:20.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 4m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:52:20.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 4m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:52:20.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 4m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:52:20.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 4m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:52:20.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 4m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:52:20.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 4m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:52:20.023 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 4m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:52:20.024 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 4m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:52:20.024 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 4m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:52:20.369 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:52:20.369 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:52:20.369 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:52:20.370 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:52:20.370 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:52:20.370 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:52:20.370 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:52:20.370 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:52:20.370 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:52:20.370 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:52:20.370 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:52:20.370 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:52:20.370 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:52:20.370 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:52:20.370 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:52:20.371 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:52:20.371 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:52:20.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:18.815477+0000 mgr.y (mgr.14556) 22644 : cluster [DBG] pgmap v20006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:20.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:18.815477+0000 mgr.y (mgr.14556) 22644 : cluster [DBG] pgmap v20006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:20.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:18.815477+0000 mgr.y (mgr.14556) 22644 : cluster [DBG] pgmap v20006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:52:19.726128+0000 mgr.y (mgr.14556) 22645 : audit [DBG] from='client.38082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:52:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:52:20.015440+0000 mgr.y (mgr.14556) 22646 : audit [DBG] from='client.47996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:52:21.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:52:20.371344+0000 mon.a (mon.0) 4735 : audit [DBG] from='client.? 172.21.15.23:0/1446686386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:52:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:52:19.726128+0000 mgr.y (mgr.14556) 22645 : audit [DBG] from='client.38082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:52:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:52:20.015440+0000 mgr.y (mgr.14556) 22646 : audit [DBG] from='client.47996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:52:21.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:52:20.371344+0000 mon.a (mon.0) 4735 : audit [DBG] from='client.? 172.21.15.23:0/1446686386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:52:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:52:19.726128+0000 mgr.y (mgr.14556) 22645 : audit [DBG] from='client.38082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:52:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:52:20.015440+0000 mgr.y (mgr.14556) 22646 : audit [DBG] from='client.47996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:52:21.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:52:20.371344+0000 mon.a (mon.0) 4735 : audit [DBG] from='client.? 172.21.15.23:0/1446686386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:52:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:52:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:52:22.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:20.816215+0000 mgr.y (mgr.14556) 22647 : cluster [DBG] pgmap v20007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:20.816215+0000 mgr.y (mgr.14556) 22647 : cluster [DBG] pgmap v20007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:22.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:20.816215+0000 mgr.y (mgr.14556) 22647 : cluster [DBG] pgmap v20007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:24.063 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:52:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:52:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:52:24.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:22.816708+0000 mgr.y (mgr.14556) 22648 : cluster [DBG] pgmap v20008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:22.816708+0000 mgr.y (mgr.14556) 22648 : cluster [DBG] pgmap v20008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:24.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:22.816708+0000 mgr.y (mgr.14556) 22648 : cluster [DBG] pgmap v20008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:26.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:24.817133+0000 mgr.y (mgr.14556) 22649 : cluster [DBG] pgmap v20009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:24.817133+0000 mgr.y (mgr.14556) 22649 : cluster [DBG] pgmap v20009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:26.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:24.817133+0000 mgr.y (mgr.14556) 22649 : cluster [DBG] pgmap v20009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:28.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:26.817796+0000 mgr.y (mgr.14556) 22650 : cluster [DBG] pgmap v20010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:26.817796+0000 mgr.y (mgr.14556) 22650 : cluster [DBG] pgmap v20010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:28.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:26.817796+0000 mgr.y (mgr.14556) 22650 : cluster [DBG] pgmap v20010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:30.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:28.818288+0000 mgr.y (mgr.14556) 22651 : cluster [DBG] pgmap v20011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:28.818288+0000 mgr.y (mgr.14556) 22651 : cluster [DBG] pgmap v20011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:28.818288+0000 mgr.y (mgr.14556) 22651 : cluster [DBG] pgmap v20011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:31.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:30.818967+0000 mgr.y (mgr.14556) 22652 : cluster [DBG] pgmap v20012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:30.818967+0000 mgr.y (mgr.14556) 22652 : cluster [DBG] pgmap v20012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:31.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:30.818967+0000 mgr.y (mgr.14556) 22652 : cluster [DBG] pgmap v20012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:31.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:52:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:52:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:52:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:52:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:32.819554+0000 mgr.y (mgr.14556) 22653 : cluster [DBG] pgmap v20013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:32.819554+0000 mgr.y (mgr.14556) 22653 : cluster [DBG] pgmap v20013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:34.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:32.819554+0000 mgr.y (mgr.14556) 22653 : cluster [DBG] pgmap v20013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:36.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:34.820002+0000 mgr.y (mgr.14556) 22654 : cluster [DBG] pgmap v20014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:34.820002+0000 mgr.y (mgr.14556) 22654 : cluster [DBG] pgmap v20014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:34.820002+0000 mgr.y (mgr.14556) 22654 : cluster [DBG] pgmap v20014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:38.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:36.820652+0000 mgr.y (mgr.14556) 22655 : cluster [DBG] pgmap v20015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:38.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:36.820652+0000 mgr.y (mgr.14556) 22655 : cluster [DBG] pgmap v20015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:36.820652+0000 mgr.y (mgr.14556) 22655 : cluster [DBG] pgmap v20015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:40.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:38.821130+0000 mgr.y (mgr.14556) 22656 : cluster [DBG] pgmap v20016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:40.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:38.821130+0000 mgr.y (mgr.14556) 22656 : cluster [DBG] pgmap v20016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:38.821130+0000 mgr.y (mgr.14556) 22656 : cluster [DBG] pgmap v20016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:41.907 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:52:42.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:40.821775+0000 mgr.y (mgr.14556) 22657 : cluster [DBG] pgmap v20017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:42.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:40.821775+0000 mgr.y (mgr.14556) 22657 : cluster [DBG] pgmap v20017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:40.821775+0000 mgr.y (mgr.14556) 22657 : cluster [DBG] pgmap v20017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:43.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:52:42.788815+0000 mon.a (mon.0) 4736 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:52:43.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:52:42.788815+0000 mon.a (mon.0) 4736 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:52:43.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:52:42.788815+0000 mon.a (mon.0) 4736 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:52:44.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:52:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:52:44.136 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:42.822153+0000 mgr.y (mgr.14556) 22658 : cluster [DBG] pgmap v20018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:44.136 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:52:43.096278+0000 mon.a (mon.0) 4737 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:52:44.136 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:52:43.096957+0000 mon.a (mon.0) 4738 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:52:44.136 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:52:43.103147+0000 mon.a (mon.0) 4739 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:52:44.136 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:42.822153+0000 mgr.y (mgr.14556) 22658 : cluster [DBG] pgmap v20018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:44.136 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:52:43.096278+0000 mon.a (mon.0) 4737 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:52:44.136 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:52:43.096957+0000 mon.a (mon.0) 4738 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:52:44.136 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:52:43.103147+0000 mon.a (mon.0) 4739 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:52:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:42.822153+0000 mgr.y (mgr.14556) 22658 : cluster [DBG] pgmap v20018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:52:43.096278+0000 mon.a (mon.0) 4737 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:52:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:52:43.096957+0000 mon.a (mon.0) 4738 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:52:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:52:43.103147+0000 mon.a (mon.0) 4739 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:52:46.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:44.822750+0000 mgr.y (mgr.14556) 22659 : cluster [DBG] pgmap v20019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:44.822750+0000 mgr.y (mgr.14556) 22659 : cluster [DBG] pgmap v20019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:46.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:44.822750+0000 mgr.y (mgr.14556) 22659 : cluster [DBG] pgmap v20019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:48.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:46.823477+0000 mgr.y (mgr.14556) 22660 : cluster [DBG] pgmap v20020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:46.823477+0000 mgr.y (mgr.14556) 22660 : cluster [DBG] pgmap v20020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:48.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:46.823477+0000 mgr.y (mgr.14556) 22660 : cluster [DBG] pgmap v20020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:50.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:48.823860+0000 mgr.y (mgr.14556) 22661 : cluster [DBG] pgmap v20021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:48.823860+0000 mgr.y (mgr.14556) 22661 : cluster [DBG] pgmap v20021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:50.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:48.823860+0000 mgr.y (mgr.14556) 22661 : cluster [DBG] pgmap v20021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:50.697 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:52:50.986 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:52:50.986 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 5m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:52:50.986 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 5m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:52:50.986 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 5m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:52:50.986 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 5m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:52:50.986 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 5m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:52:50.986 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 5m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:52:50.986 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 5m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:52:50.986 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 5m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:52:50.986 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 5m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:52:50.986 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 5m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:52:50.987 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 5m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:52:50.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 5m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:52:50.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 5m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:52:50.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 5m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:52:50.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 5m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:52:50.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 5m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:52:50.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 5m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:52:50.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 5m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:52:50.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 5m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:52:50.987 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 5m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:52:51.335 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:52:51.336 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:52:51.336 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:52:51.336 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:52:51.336 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:52:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:52:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:52:50.688053+0000 mgr.y (mgr.14556) 22662 : audit [DBG] from='client.38100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:52:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:50.824415+0000 mgr.y (mgr.14556) 22663 : cluster [DBG] pgmap v20022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:52:50.979760+0000 mgr.y (mgr.14556) 22664 : audit [DBG] from='client.38106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:52:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:52:51.336802+0000 mon.c (mon.2) 540 : audit [DBG] from='client.? 172.21.15.23:0/1475532080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:52:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:52:50.688053+0000 mgr.y (mgr.14556) 22662 : audit [DBG] from='client.38100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:52:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:50.824415+0000 mgr.y (mgr.14556) 22663 : cluster [DBG] pgmap v20022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:52:50.979760+0000 mgr.y (mgr.14556) 22664 : audit [DBG] from='client.38106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:52:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:52:51.336802+0000 mon.c (mon.2) 540 : audit [DBG] from='client.? 172.21.15.23:0/1475532080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:52:52.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:52:50.688053+0000 mgr.y (mgr.14556) 22662 : audit [DBG] from='client.38100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:52:52.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:50.824415+0000 mgr.y (mgr.14556) 22663 : cluster [DBG] pgmap v20022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:52:50.979760+0000 mgr.y (mgr.14556) 22664 : audit [DBG] from='client.38106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:52:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:52:51.336802+0000 mon.c (mon.2) 540 : audit [DBG] from='client.? 172.21.15.23:0/1475532080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:52:54.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:52:53] "GET /metrics HTTP/1.1" 200 188268 "" "Prometheus/2.33.4" 2024-03-22T17:52:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:52.824983+0000 mgr.y (mgr.14556) 22665 : cluster [DBG] pgmap v20023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:52.824983+0000 mgr.y (mgr.14556) 22665 : cluster [DBG] pgmap v20023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:54.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:52.824983+0000 mgr.y (mgr.14556) 22665 : cluster [DBG] pgmap v20023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:56.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:54.825590+0000 mgr.y (mgr.14556) 22666 : cluster [DBG] pgmap v20024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:54.825590+0000 mgr.y (mgr.14556) 22666 : cluster [DBG] pgmap v20024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:56.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:54.825590+0000 mgr.y (mgr.14556) 22666 : cluster [DBG] pgmap v20024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:58.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:56.826309+0000 mgr.y (mgr.14556) 22667 : cluster [DBG] pgmap v20025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:52:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:56.826309+0000 mgr.y (mgr.14556) 22667 : cluster [DBG] pgmap v20025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:52:58.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:52:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:56.826309+0000 mgr.y (mgr.14556) 22667 : cluster [DBG] pgmap v20025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:00.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:52:58.826841+0000 mgr.y (mgr.14556) 22668 : cluster [DBG] pgmap v20026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:52:58.826841+0000 mgr.y (mgr.14556) 22668 : cluster [DBG] pgmap v20026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:00.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:52:58.826841+0000 mgr.y (mgr.14556) 22668 : cluster [DBG] pgmap v20026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:53:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:53:02.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:00.827639+0000 mgr.y (mgr.14556) 22669 : cluster [DBG] pgmap v20027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:00.827639+0000 mgr.y (mgr.14556) 22669 : cluster [DBG] pgmap v20027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:02.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:00.827639+0000 mgr.y (mgr.14556) 22669 : cluster [DBG] pgmap v20027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:04.060 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:53:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:53:03] "GET /metrics HTTP/1.1" 200 188268 "" "Prometheus/2.33.4" 2024-03-22T17:53:04.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:02.828121+0000 mgr.y (mgr.14556) 22670 : cluster [DBG] pgmap v20028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:02.828121+0000 mgr.y (mgr.14556) 22670 : cluster [DBG] pgmap v20028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:04.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:02.828121+0000 mgr.y (mgr.14556) 22670 : cluster [DBG] pgmap v20028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:04.828662+0000 mgr.y (mgr.14556) 22671 : cluster [DBG] pgmap v20029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:04.828662+0000 mgr.y (mgr.14556) 22671 : cluster [DBG] pgmap v20029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:06.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:04.828662+0000 mgr.y (mgr.14556) 22671 : cluster [DBG] pgmap v20029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:06.829409+0000 mgr.y (mgr.14556) 22672 : cluster [DBG] pgmap v20030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:06.829409+0000 mgr.y (mgr.14556) 22672 : cluster [DBG] pgmap v20030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:08.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:06.829409+0000 mgr.y (mgr.14556) 22672 : cluster [DBG] pgmap v20030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:10.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:08.829778+0000 mgr.y (mgr.14556) 22673 : cluster [DBG] pgmap v20031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:08.829778+0000 mgr.y (mgr.14556) 22673 : cluster [DBG] pgmap v20031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:10.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:08.829778+0000 mgr.y (mgr.14556) 22673 : cluster [DBG] pgmap v20031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:11.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:53:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:53:12.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:10.830449+0000 mgr.y (mgr.14556) 22674 : cluster [DBG] pgmap v20032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:10.830449+0000 mgr.y (mgr.14556) 22674 : cluster [DBG] pgmap v20032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:12.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:10.830449+0000 mgr.y (mgr.14556) 22674 : cluster [DBG] pgmap v20032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:14.111 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:53:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:53:13] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:53:14.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:12.830794+0000 mgr.y (mgr.14556) 22675 : cluster [DBG] pgmap v20033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:12.830794+0000 mgr.y (mgr.14556) 22675 : cluster [DBG] pgmap v20033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:14.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:12.830794+0000 mgr.y (mgr.14556) 22675 : cluster [DBG] pgmap v20033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:14.831356+0000 mgr.y (mgr.14556) 22676 : cluster [DBG] pgmap v20034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:14.831356+0000 mgr.y (mgr.14556) 22676 : cluster [DBG] pgmap v20034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:15.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:14.831356+0000 mgr.y (mgr.14556) 22676 : cluster [DBG] pgmap v20034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:16.832028+0000 mgr.y (mgr.14556) 22677 : cluster [DBG] pgmap v20035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:16.832028+0000 mgr.y (mgr.14556) 22677 : cluster [DBG] pgmap v20035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:16.832028+0000 mgr.y (mgr.14556) 22677 : cluster [DBG] pgmap v20035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:20.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:18.832452+0000 mgr.y (mgr.14556) 22678 : cluster [DBG] pgmap v20036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:20.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:18.832452+0000 mgr.y (mgr.14556) 22678 : cluster [DBG] pgmap v20036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:18.832452+0000 mgr.y (mgr.14556) 22678 : cluster [DBG] pgmap v20036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:21.659 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:53:21.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 5m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 5m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 5m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 5m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 5m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 5m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 5m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 5m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 5m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 5m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 5m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 5m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:53:21.948 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 5m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:53:21.949 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 5m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:53:21.949 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 5m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:53:21.949 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 5m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:53:21.949 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 5m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:53:21.949 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 5m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:53:21.949 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 5m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:53:21.949 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 5m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:53:22.299 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:53:22.299 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:53:22.299 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:53:22.299 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:53:22.299 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:53:22.299 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:53:22.299 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:53:22.300 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:53:22.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:53:22.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:53:22.300 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:53:22.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:53:22.300 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:53:22.300 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:53:22.300 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:53:22.300 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:53:22.300 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:53:22.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:20.833296+0000 mgr.y (mgr.14556) 22679 : cluster [DBG] pgmap v20037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:22.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:20.833296+0000 mgr.y (mgr.14556) 22679 : cluster [DBG] pgmap v20037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:22.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:20.833296+0000 mgr.y (mgr.14556) 22679 : cluster [DBG] pgmap v20037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:23.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:53:21.648638+0000 mgr.y (mgr.14556) 22680 : audit [DBG] from='client.38118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:53:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:53:21.941884+0000 mgr.y (mgr.14556) 22681 : audit [DBG] from='client.48032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:53:23.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:53:22.301042+0000 mon.a (mon.0) 4740 : audit [DBG] from='client.? 172.21.15.23:0/1541817521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:53:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:53:21.648638+0000 mgr.y (mgr.14556) 22680 : audit [DBG] from='client.38118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:53:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:53:21.941884+0000 mgr.y (mgr.14556) 22681 : audit [DBG] from='client.48032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:53:23.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:53:22.301042+0000 mon.a (mon.0) 4740 : audit [DBG] from='client.? 172.21.15.23:0/1541817521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:53:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:53:21.648638+0000 mgr.y (mgr.14556) 22680 : audit [DBG] from='client.38118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:53:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:53:21.941884+0000 mgr.y (mgr.14556) 22681 : audit [DBG] from='client.48032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:53:23.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:53:22.301042+0000 mon.a (mon.0) 4740 : audit [DBG] from='client.? 172.21.15.23:0/1541817521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:53:24.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:22.833889+0000 mgr.y (mgr.14556) 22682 : cluster [DBG] pgmap v20038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:53:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:53:24.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:22.833889+0000 mgr.y (mgr.14556) 22682 : cluster [DBG] pgmap v20038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:24.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:22.833889+0000 mgr.y (mgr.14556) 22682 : cluster [DBG] pgmap v20038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:26.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:24.834481+0000 mgr.y (mgr.14556) 22683 : cluster [DBG] pgmap v20039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:24.834481+0000 mgr.y (mgr.14556) 22683 : cluster [DBG] pgmap v20039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:24.834481+0000 mgr.y (mgr.14556) 22683 : cluster [DBG] pgmap v20039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:28.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:26.835064+0000 mgr.y (mgr.14556) 22684 : cluster [DBG] pgmap v20040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:26.835064+0000 mgr.y (mgr.14556) 22684 : cluster [DBG] pgmap v20040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:28.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:26.835064+0000 mgr.y (mgr.14556) 22684 : cluster [DBG] pgmap v20040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:30.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:28.835472+0000 mgr.y (mgr.14556) 22685 : cluster [DBG] pgmap v20041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:30.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:28.835472+0000 mgr.y (mgr.14556) 22685 : cluster [DBG] pgmap v20041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:28.835472+0000 mgr.y (mgr.14556) 22685 : cluster [DBG] pgmap v20041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:53:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:53:32.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:30.836179+0000 mgr.y (mgr.14556) 22686 : cluster [DBG] pgmap v20042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:30.836179+0000 mgr.y (mgr.14556) 22686 : cluster [DBG] pgmap v20042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:32.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:30.836179+0000 mgr.y (mgr.14556) 22686 : cluster [DBG] pgmap v20042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:53:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:53:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T17:53:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:32.836577+0000 mgr.y (mgr.14556) 22687 : cluster [DBG] pgmap v20043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:32.836577+0000 mgr.y (mgr.14556) 22687 : cluster [DBG] pgmap v20043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:32.836577+0000 mgr.y (mgr.14556) 22687 : cluster [DBG] pgmap v20043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:34.837131+0000 mgr.y (mgr.14556) 22688 : cluster [DBG] pgmap v20044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:34.837131+0000 mgr.y (mgr.14556) 22688 : cluster [DBG] pgmap v20044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:36.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:34.837131+0000 mgr.y (mgr.14556) 22688 : cluster [DBG] pgmap v20044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:36.837782+0000 mgr.y (mgr.14556) 22689 : cluster [DBG] pgmap v20045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:36.837782+0000 mgr.y (mgr.14556) 22689 : cluster [DBG] pgmap v20045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:36.837782+0000 mgr.y (mgr.14556) 22689 : cluster [DBG] pgmap v20045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:40.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:38.838356+0000 mgr.y (mgr.14556) 22690 : cluster [DBG] pgmap v20046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:38.838356+0000 mgr.y (mgr.14556) 22690 : cluster [DBG] pgmap v20046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:40.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:38.838356+0000 mgr.y (mgr.14556) 22690 : cluster [DBG] pgmap v20046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:41.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:53:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:53:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:40.839109+0000 mgr.y (mgr.14556) 22691 : cluster [DBG] pgmap v20047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:40.839109+0000 mgr.y (mgr.14556) 22691 : cluster [DBG] pgmap v20047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:42.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:40.839109+0000 mgr.y (mgr.14556) 22691 : cluster [DBG] pgmap v20047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:43.879 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:53:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:53:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:53:44.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:42.839571+0000 mgr.y (mgr.14556) 22692 : cluster [DBG] pgmap v20048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:53:43.107441+0000 mon.a (mon.0) 4741 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:53:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:42.839571+0000 mgr.y (mgr.14556) 22692 : cluster [DBG] pgmap v20048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:53:43.107441+0000 mon.a (mon.0) 4741 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:53:44.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:42.839571+0000 mgr.y (mgr.14556) 22692 : cluster [DBG] pgmap v20048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:44.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:53:43.107441+0000 mon.a (mon.0) 4741 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:53:46.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:44.840106+0000 mgr.y (mgr.14556) 22693 : cluster [DBG] pgmap v20049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:44.840106+0000 mgr.y (mgr.14556) 22693 : cluster [DBG] pgmap v20049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:46.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:44.840106+0000 mgr.y (mgr.14556) 22693 : cluster [DBG] pgmap v20049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:53:46.283777+0000 mon.a (mon.0) 4742 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:53:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:53:46.568422+0000 mon.a (mon.0) 4743 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:53:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:53:46.569041+0000 mon.a (mon.0) 4744 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:53:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:53:46.578786+0000 mon.a (mon.0) 4745 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:53:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:46.840754+0000 mgr.y (mgr.14556) 22694 : cluster [DBG] pgmap v20050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:53:46.283777+0000 mon.a (mon.0) 4742 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:53:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:53:46.568422+0000 mon.a (mon.0) 4743 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:53:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:53:46.569041+0000 mon.a (mon.0) 4744 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:53:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:53:46.578786+0000 mon.a (mon.0) 4745 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:53:47.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:46.840754+0000 mgr.y (mgr.14556) 22694 : cluster [DBG] pgmap v20050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:47.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:53:46.283777+0000 mon.a (mon.0) 4742 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:53:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:53:46.568422+0000 mon.a (mon.0) 4743 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:53:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:53:46.569041+0000 mon.a (mon.0) 4744 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:53:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:53:46.578786+0000 mon.a (mon.0) 4745 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:53:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:46.840754+0000 mgr.y (mgr.14556) 22694 : cluster [DBG] pgmap v20050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:50.161 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:48.841116+0000 mgr.y (mgr.14556) 22695 : cluster [DBG] pgmap v20051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:48.841116+0000 mgr.y (mgr.14556) 22695 : cluster [DBG] pgmap v20051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:48.841116+0000 mgr.y (mgr.14556) 22695 : cluster [DBG] pgmap v20051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:53:52.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:50.841807+0000 mgr.y (mgr.14556) 22696 : cluster [DBG] pgmap v20052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:50.841807+0000 mgr.y (mgr.14556) 22696 : cluster [DBG] pgmap v20052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:52.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:50.841807+0000 mgr.y (mgr.14556) 22696 : cluster [DBG] pgmap v20052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:52.626 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:53:52.915 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:53:52.915 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 6m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:53:52.915 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 6m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 6m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 6m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 6m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 6m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 6m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 6m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 6m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 6m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 6m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 6m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 6m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 6m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 6m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 6m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:53:52.916 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 6m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:53:52.917 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 6m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:53:52.917 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 6m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:53:52.917 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 6m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:53:53.263 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:53:53.263 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:53:53.263 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:53:53.263 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:53:53.263 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:53:53.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:53:53.264 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:53:53.264 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:53:53.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:53:53.264 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:53:53.264 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:53:53.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:53:53.264 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:53:53.264 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:53:53.264 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:53:53.264 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:53:53.264 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:53:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:53:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:53:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:53:52.615559+0000 mgr.y (mgr.14556) 22697 : audit [DBG] from='client.38136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:53:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:52.842139+0000 mgr.y (mgr.14556) 22698 : cluster [DBG] pgmap v20053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:53:52.909239+0000 mgr.y (mgr.14556) 22699 : audit [DBG] from='client.38142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:53:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:53:53.265284+0000 mon.c (mon.2) 541 : audit [DBG] from='client.? 172.21.15.23:0/734230798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:53:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:53:52.615559+0000 mgr.y (mgr.14556) 22697 : audit [DBG] from='client.38136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:53:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:52.842139+0000 mgr.y (mgr.14556) 22698 : cluster [DBG] pgmap v20053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:53:52.909239+0000 mgr.y (mgr.14556) 22699 : audit [DBG] from='client.38142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:53:54.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:53:53.265284+0000 mon.c (mon.2) 541 : audit [DBG] from='client.? 172.21.15.23:0/734230798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:53:54.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:53:52.615559+0000 mgr.y (mgr.14556) 22697 : audit [DBG] from='client.38136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:53:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:52.842139+0000 mgr.y (mgr.14556) 22698 : cluster [DBG] pgmap v20053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:53:52.909239+0000 mgr.y (mgr.14556) 22699 : audit [DBG] from='client.38142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:53:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:53:53.265284+0000 mon.c (mon.2) 541 : audit [DBG] from='client.? 172.21.15.23:0/734230798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:53:56.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:54.842548+0000 mgr.y (mgr.14556) 22700 : cluster [DBG] pgmap v20054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:54.842548+0000 mgr.y (mgr.14556) 22700 : cluster [DBG] pgmap v20054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:56.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:54.842548+0000 mgr.y (mgr.14556) 22700 : cluster [DBG] pgmap v20054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:56.843226+0000 mgr.y (mgr.14556) 22701 : cluster [DBG] pgmap v20055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:56.843226+0000 mgr.y (mgr.14556) 22701 : cluster [DBG] pgmap v20055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:53:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:56.843226+0000 mgr.y (mgr.14556) 22701 : cluster [DBG] pgmap v20055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:00.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:53:58.843662+0000 mgr.y (mgr.14556) 22702 : cluster [DBG] pgmap v20056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:53:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:53:58.843662+0000 mgr.y (mgr.14556) 22702 : cluster [DBG] pgmap v20056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:00.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:53:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:53:58.843662+0000 mgr.y (mgr.14556) 22702 : cluster [DBG] pgmap v20056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:54:02.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:00.844286+0000 mgr.y (mgr.14556) 22703 : cluster [DBG] pgmap v20057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:00.844286+0000 mgr.y (mgr.14556) 22703 : cluster [DBG] pgmap v20057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:02.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:00.844286+0000 mgr.y (mgr.14556) 22703 : cluster [DBG] pgmap v20057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:54:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T17:54:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:02.844744+0000 mgr.y (mgr.14556) 22704 : cluster [DBG] pgmap v20058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:02.844744+0000 mgr.y (mgr.14556) 22704 : cluster [DBG] pgmap v20058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:02.844744+0000 mgr.y (mgr.14556) 22704 : cluster [DBG] pgmap v20058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:04.845178+0000 mgr.y (mgr.14556) 22705 : cluster [DBG] pgmap v20059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:04.845178+0000 mgr.y (mgr.14556) 22705 : cluster [DBG] pgmap v20059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:04.845178+0000 mgr.y (mgr.14556) 22705 : cluster [DBG] pgmap v20059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:08.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:06.845878+0000 mgr.y (mgr.14556) 22706 : cluster [DBG] pgmap v20060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:06.845878+0000 mgr.y (mgr.14556) 22706 : cluster [DBG] pgmap v20060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:06.845878+0000 mgr.y (mgr.14556) 22706 : cluster [DBG] pgmap v20060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:10.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:08.846341+0000 mgr.y (mgr.14556) 22707 : cluster [DBG] pgmap v20061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:08.846341+0000 mgr.y (mgr.14556) 22707 : cluster [DBG] pgmap v20061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:10.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:08.846341+0000 mgr.y (mgr.14556) 22707 : cluster [DBG] pgmap v20061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:54:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:54:12.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:10.847078+0000 mgr.y (mgr.14556) 22708 : cluster [DBG] pgmap v20062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:10.847078+0000 mgr.y (mgr.14556) 22708 : cluster [DBG] pgmap v20062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:12.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:10.847078+0000 mgr.y (mgr.14556) 22708 : cluster [DBG] pgmap v20062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:14.068 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:54:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:54:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:54:14.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:12.847544+0000 mgr.y (mgr.14556) 22709 : cluster [DBG] pgmap v20063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:12.847544+0000 mgr.y (mgr.14556) 22709 : cluster [DBG] pgmap v20063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:14.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:12.847544+0000 mgr.y (mgr.14556) 22709 : cluster [DBG] pgmap v20063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:16.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:14.848105+0000 mgr.y (mgr.14556) 22710 : cluster [DBG] pgmap v20064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:14.848105+0000 mgr.y (mgr.14556) 22710 : cluster [DBG] pgmap v20064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:14.848105+0000 mgr.y (mgr.14556) 22710 : cluster [DBG] pgmap v20064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:18.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:16.848817+0000 mgr.y (mgr.14556) 22711 : cluster [DBG] pgmap v20065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:16.848817+0000 mgr.y (mgr.14556) 22711 : cluster [DBG] pgmap v20065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:18.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:16.848817+0000 mgr.y (mgr.14556) 22711 : cluster [DBG] pgmap v20065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:18.849204+0000 mgr.y (mgr.14556) 22712 : cluster [DBG] pgmap v20066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:18.849204+0000 mgr.y (mgr.14556) 22712 : cluster [DBG] pgmap v20066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:20.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:18.849204+0000 mgr.y (mgr.14556) 22712 : cluster [DBG] pgmap v20066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:54:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:54:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:20.850122+0000 mgr.y (mgr.14556) 22713 : cluster [DBG] pgmap v20067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:20.850122+0000 mgr.y (mgr.14556) 22713 : cluster [DBG] pgmap v20067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:22.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:20.850122+0000 mgr.y (mgr.14556) 22713 : cluster [DBG] pgmap v20067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:23.586 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:54:23.875 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:54:23.875 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 6m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:54:23.875 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 6m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:54:23.875 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 6m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:54:23.875 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 6m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:54:23.875 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 6m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:54:23.875 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 6m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:54:23.875 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 6m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:54:23.875 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 6m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:54:23.875 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 6m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:54:23.875 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 6m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:54:23.875 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 6m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:54:23.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 6m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:54:23.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 6m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:54:23.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 6m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:54:23.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 6m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:54:23.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 6m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:54:23.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 6m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:54:23.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 6m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:54:23.876 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 6m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:54:23.876 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 6m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:54:24.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:54:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:54:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:54:24.224 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:54:24.224 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:54:24.224 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:54:24.225 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:54:24.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:22.850701+0000 mgr.y (mgr.14556) 22714 : cluster [DBG] pgmap v20068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:22.850701+0000 mgr.y (mgr.14556) 22714 : cluster [DBG] pgmap v20068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:24.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:22.850701+0000 mgr.y (mgr.14556) 22714 : cluster [DBG] pgmap v20068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:54:23.576087+0000 mgr.y (mgr.14556) 22715 : audit [DBG] from='client.48062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:54:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:54:23.868561+0000 mgr.y (mgr.14556) 22716 : audit [DBG] from='client.48068 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:54:25.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:54:24.226504+0000 mon.a (mon.0) 4746 : audit [DBG] from='client.? 172.21.15.23:0/3733330448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:54:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:54:23.576087+0000 mgr.y (mgr.14556) 22715 : audit [DBG] from='client.48062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:54:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:54:23.868561+0000 mgr.y (mgr.14556) 22716 : audit [DBG] from='client.48068 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:54:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:54:24.226504+0000 mon.a (mon.0) 4746 : audit [DBG] from='client.? 172.21.15.23:0/3733330448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:54:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:54:23.576087+0000 mgr.y (mgr.14556) 22715 : audit [DBG] from='client.48062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:54:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:54:23.868561+0000 mgr.y (mgr.14556) 22716 : audit [DBG] from='client.48068 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:54:25.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:54:24.226504+0000 mon.a (mon.0) 4746 : audit [DBG] from='client.? 172.21.15.23:0/3733330448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:54:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:24.851227+0000 mgr.y (mgr.14556) 22717 : cluster [DBG] pgmap v20069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:26.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:24.851227+0000 mgr.y (mgr.14556) 22717 : cluster [DBG] pgmap v20069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:24.851227+0000 mgr.y (mgr.14556) 22717 : cluster [DBG] pgmap v20069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:27.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:26.852045+0000 mgr.y (mgr.14556) 22718 : cluster [DBG] pgmap v20070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:27.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:26.852045+0000 mgr.y (mgr.14556) 22718 : cluster [DBG] pgmap v20070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:26.852045+0000 mgr.y (mgr.14556) 22718 : cluster [DBG] pgmap v20070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:28.852616+0000 mgr.y (mgr.14556) 22719 : cluster [DBG] pgmap v20071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:28.852616+0000 mgr.y (mgr.14556) 22719 : cluster [DBG] pgmap v20071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:28.852616+0000 mgr.y (mgr.14556) 22719 : cluster [DBG] pgmap v20071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:54:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:30.853377+0000 mgr.y (mgr.14556) 22720 : cluster [DBG] pgmap v20072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:30.853377+0000 mgr.y (mgr.14556) 22720 : cluster [DBG] pgmap v20072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:30.853377+0000 mgr.y (mgr.14556) 22720 : cluster [DBG] pgmap v20072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:54:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T17:54:34.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:32.853790+0000 mgr.y (mgr.14556) 22721 : cluster [DBG] pgmap v20073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:32.853790+0000 mgr.y (mgr.14556) 22721 : cluster [DBG] pgmap v20073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:32.853790+0000 mgr.y (mgr.14556) 22721 : cluster [DBG] pgmap v20073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:36.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:34.854368+0000 mgr.y (mgr.14556) 22722 : cluster [DBG] pgmap v20074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:34.854368+0000 mgr.y (mgr.14556) 22722 : cluster [DBG] pgmap v20074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:36.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:34.854368+0000 mgr.y (mgr.14556) 22722 : cluster [DBG] pgmap v20074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:36.855180+0000 mgr.y (mgr.14556) 22723 : cluster [DBG] pgmap v20075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:36.855180+0000 mgr.y (mgr.14556) 22723 : cluster [DBG] pgmap v20075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:36.855180+0000 mgr.y (mgr.14556) 22723 : cluster [DBG] pgmap v20075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:38.855663+0000 mgr.y (mgr.14556) 22724 : cluster [DBG] pgmap v20076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:38.855663+0000 mgr.y (mgr.14556) 22724 : cluster [DBG] pgmap v20076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:40.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:38.855663+0000 mgr.y (mgr.14556) 22724 : cluster [DBG] pgmap v20076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:54:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:54:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:40.856255+0000 mgr.y (mgr.14556) 22725 : cluster [DBG] pgmap v20077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:40.856255+0000 mgr.y (mgr.14556) 22725 : cluster [DBG] pgmap v20077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:40.856255+0000 mgr.y (mgr.14556) 22725 : cluster [DBG] pgmap v20077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:44.034 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:54:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:54:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:54:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:42.856866+0000 mgr.y (mgr.14556) 22726 : cluster [DBG] pgmap v20078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:42.856866+0000 mgr.y (mgr.14556) 22726 : cluster [DBG] pgmap v20078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:44.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:42.856866+0000 mgr.y (mgr.14556) 22726 : cluster [DBG] pgmap v20078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:46.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:44.857321+0000 mgr.y (mgr.14556) 22727 : cluster [DBG] pgmap v20079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:44.857321+0000 mgr.y (mgr.14556) 22727 : cluster [DBG] pgmap v20079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:46.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:44.857321+0000 mgr.y (mgr.14556) 22727 : cluster [DBG] pgmap v20079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:47.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:54:46.583237+0000 mon.a (mon.0) 4747 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:54:47.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:54:46.583237+0000 mon.a (mon.0) 4747 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:54:47.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:54:46.583237+0000 mon.a (mon.0) 4747 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:54:48.298 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:46.857895+0000 mgr.y (mgr.14556) 22728 : cluster [DBG] pgmap v20080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:46.857895+0000 mgr.y (mgr.14556) 22728 : cluster [DBG] pgmap v20080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:46.857895+0000 mgr.y (mgr.14556) 22728 : cluster [DBG] pgmap v20080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:48.858246+0000 mgr.y (mgr.14556) 22729 : cluster [DBG] pgmap v20081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:54:49.880680+0000 mon.a (mon.0) 4748 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:54:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:48.858246+0000 mgr.y (mgr.14556) 22729 : cluster [DBG] pgmap v20081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:54:49.880680+0000 mon.a (mon.0) 4748 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:54:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:48.858246+0000 mgr.y (mgr.14556) 22729 : cluster [DBG] pgmap v20081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:54:49.880680+0000 mon.a (mon.0) 4748 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:54:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:54:50.162638+0000 mon.a (mon.0) 4749 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:54:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:54:50.163530+0000 mon.a (mon.0) 4750 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:54:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:54:50.172278+0000 mon.a (mon.0) 4751 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:54:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:54:50.162638+0000 mon.a (mon.0) 4749 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:54:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:54:50.163530+0000 mon.a (mon.0) 4750 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:54:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:54:50.172278+0000 mon.a (mon.0) 4751 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:54:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:54:50.162638+0000 mon.a (mon.0) 4749 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:54:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:54:50.163530+0000 mon.a (mon.0) 4750 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:54:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:54:50.172278+0000 mon.a (mon.0) 4751 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:54:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:54:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:54:52.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:50.859043+0000 mgr.y (mgr.14556) 22730 : cluster [DBG] pgmap v20082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:50.859043+0000 mgr.y (mgr.14556) 22730 : cluster [DBG] pgmap v20082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:50.859043+0000 mgr.y (mgr.14556) 22730 : cluster [DBG] pgmap v20082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:54.086 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:54:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:54:53] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:54:54.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:52.859617+0000 mgr.y (mgr.14556) 22731 : cluster [DBG] pgmap v20083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:54.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:52.859617+0000 mgr.y (mgr.14556) 22731 : cluster [DBG] pgmap v20083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:54.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:52.859617+0000 mgr.y (mgr.14556) 22731 : cluster [DBG] pgmap v20083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:54.552 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:54:54.839 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:54:54.839 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 7m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:54:54.839 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 7m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:54:54.839 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 7m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:54:54.839 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 7m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:54:54.839 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 7m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:54:54.839 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 7m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:54:54.839 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 7m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:54:54.839 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 7m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:54:54.839 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 7m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:54:54.839 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 7m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:54:54.839 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 7m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:54:54.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 7m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:54:54.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 7m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:54:54.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 7m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:54:54.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 7m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:54:54.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 7m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:54:54.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 7m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:54:54.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 7m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:54:54.840 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 7m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:54:54.840 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 7m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:54:55.192 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:54:55.193 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:54:55.193 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:54:55.193 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:54:55.193 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:54:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:54:54.541765+0000 mgr.y (mgr.14556) 22732 : audit [DBG] from='client.38172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:54:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:54:54.832858+0000 mgr.y (mgr.14556) 22733 : audit [DBG] from='client.38178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:54:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:54.859939+0000 mgr.y (mgr.14556) 22734 : cluster [DBG] pgmap v20084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:54:55.193652+0000 mon.c (mon.2) 542 : audit [DBG] from='client.? 172.21.15.23:0/3548529869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:54:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:54:54.541765+0000 mgr.y (mgr.14556) 22732 : audit [DBG] from='client.38172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:54:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:54:54.832858+0000 mgr.y (mgr.14556) 22733 : audit [DBG] from='client.38178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:54:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:54.859939+0000 mgr.y (mgr.14556) 22734 : cluster [DBG] pgmap v20084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:54:55.193652+0000 mon.c (mon.2) 542 : audit [DBG] from='client.? 172.21.15.23:0/3548529869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:54:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:54:54.541765+0000 mgr.y (mgr.14556) 22732 : audit [DBG] from='client.38172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:54:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:54:54.832858+0000 mgr.y (mgr.14556) 22733 : audit [DBG] from='client.38178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:54:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:54.859939+0000 mgr.y (mgr.14556) 22734 : cluster [DBG] pgmap v20084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:54:55.193652+0000 mon.c (mon.2) 542 : audit [DBG] from='client.? 172.21.15.23:0/3548529869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:54:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:56.860707+0000 mgr.y (mgr.14556) 22735 : cluster [DBG] pgmap v20085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:54:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:56.860707+0000 mgr.y (mgr.14556) 22735 : cluster [DBG] pgmap v20085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:54:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:54:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:56.860707+0000 mgr.y (mgr.14556) 22735 : cluster [DBG] pgmap v20085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:54:58.861229+0000 mgr.y (mgr.14556) 22736 : cluster [DBG] pgmap v20086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:54:58.861229+0000 mgr.y (mgr.14556) 22736 : cluster [DBG] pgmap v20086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:54:58.861229+0000 mgr.y (mgr.14556) 22736 : cluster [DBG] pgmap v20086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:01.539 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:00.861967+0000 mgr.y (mgr.14556) 22737 : cluster [DBG] pgmap v20087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:00.861967+0000 mgr.y (mgr.14556) 22737 : cluster [DBG] pgmap v20087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:00.861967+0000 mgr.y (mgr.14556) 22737 : cluster [DBG] pgmap v20087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:01.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:55:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:55:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:55:03] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:55:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:02.862470+0000 mgr.y (mgr.14556) 22738 : cluster [DBG] pgmap v20088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:02.862470+0000 mgr.y (mgr.14556) 22738 : cluster [DBG] pgmap v20088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:02.862470+0000 mgr.y (mgr.14556) 22738 : cluster [DBG] pgmap v20088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:04.863036+0000 mgr.y (mgr.14556) 22739 : cluster [DBG] pgmap v20089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:04.863036+0000 mgr.y (mgr.14556) 22739 : cluster [DBG] pgmap v20089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:04.863036+0000 mgr.y (mgr.14556) 22739 : cluster [DBG] pgmap v20089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:06.863785+0000 mgr.y (mgr.14556) 22740 : cluster [DBG] pgmap v20090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:06.863785+0000 mgr.y (mgr.14556) 22740 : cluster [DBG] pgmap v20090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:08.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:06.863785+0000 mgr.y (mgr.14556) 22740 : cluster [DBG] pgmap v20090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:08.864294+0000 mgr.y (mgr.14556) 22741 : cluster [DBG] pgmap v20091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:08.864294+0000 mgr.y (mgr.14556) 22741 : cluster [DBG] pgmap v20091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:08.864294+0000 mgr.y (mgr.14556) 22741 : cluster [DBG] pgmap v20091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:55:12.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:10.864910+0000 mgr.y (mgr.14556) 22742 : cluster [DBG] pgmap v20092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:10.864910+0000 mgr.y (mgr.14556) 22742 : cluster [DBG] pgmap v20092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:10.864910+0000 mgr.y (mgr.14556) 22742 : cluster [DBG] pgmap v20092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:55:13] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T17:55:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:12.865450+0000 mgr.y (mgr.14556) 22743 : cluster [DBG] pgmap v20093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:12.865450+0000 mgr.y (mgr.14556) 22743 : cluster [DBG] pgmap v20093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:12.865450+0000 mgr.y (mgr.14556) 22743 : cluster [DBG] pgmap v20093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:14.865859+0000 mgr.y (mgr.14556) 22744 : cluster [DBG] pgmap v20094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:14.865859+0000 mgr.y (mgr.14556) 22744 : cluster [DBG] pgmap v20094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:16.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:14.865859+0000 mgr.y (mgr.14556) 22744 : cluster [DBG] pgmap v20094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:16.866676+0000 mgr.y (mgr.14556) 22745 : cluster [DBG] pgmap v20095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:16.866676+0000 mgr.y (mgr.14556) 22745 : cluster [DBG] pgmap v20095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:18.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:16.866676+0000 mgr.y (mgr.14556) 22745 : cluster [DBG] pgmap v20095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:18.867088+0000 mgr.y (mgr.14556) 22746 : cluster [DBG] pgmap v20096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:18.867088+0000 mgr.y (mgr.14556) 22746 : cluster [DBG] pgmap v20096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:18.867088+0000 mgr.y (mgr.14556) 22746 : cluster [DBG] pgmap v20096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:55:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:55:22.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:20.867718+0000 mgr.y (mgr.14556) 22747 : cluster [DBG] pgmap v20097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:20.867718+0000 mgr.y (mgr.14556) 22747 : cluster [DBG] pgmap v20097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:22.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:20.867718+0000 mgr.y (mgr.14556) 22747 : cluster [DBG] pgmap v20097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:24.042 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:55:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:55:23] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:55:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:22.868280+0000 mgr.y (mgr.14556) 22748 : cluster [DBG] pgmap v20098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:22.868280+0000 mgr.y (mgr.14556) 22748 : cluster [DBG] pgmap v20098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:22.868280+0000 mgr.y (mgr.14556) 22748 : cluster [DBG] pgmap v20098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:25.517 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:55:25.802 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:55:25.802 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 7m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:55:25.802 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 7m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:55:25.802 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 7m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:55:25.802 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 7m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:55:25.802 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 7m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 7m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 7m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 7m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 7m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 7m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 7m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 7m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 7m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 7m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 7m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 7m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 7m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 7m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 7m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:55:25.803 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 7m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:55:26.154 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:55:26.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:55:26.156 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:55:26.156 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:55:26.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:24.868686+0000 mgr.y (mgr.14556) 22749 : cluster [DBG] pgmap v20099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:24.868686+0000 mgr.y (mgr.14556) 22749 : cluster [DBG] pgmap v20099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:24.868686+0000 mgr.y (mgr.14556) 22749 : cluster [DBG] pgmap v20099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:25.507742+0000 mgr.y (mgr.14556) 22750 : audit [DBG] from='client.38190 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:55:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:25.796135+0000 mgr.y (mgr.14556) 22751 : audit [DBG] from='client.48104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:55:27.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:26.156509+0000 mon.a (mon.0) 4752 : audit [DBG] from='client.? 172.21.15.23:0/976522050' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:55:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:25.507742+0000 mgr.y (mgr.14556) 22750 : audit [DBG] from='client.38190 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:55:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:25.796135+0000 mgr.y (mgr.14556) 22751 : audit [DBG] from='client.48104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:55:27.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:26.156509+0000 mon.a (mon.0) 4752 : audit [DBG] from='client.? 172.21.15.23:0/976522050' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:55:27.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:25.507742+0000 mgr.y (mgr.14556) 22750 : audit [DBG] from='client.38190 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:55:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:25.796135+0000 mgr.y (mgr.14556) 22751 : audit [DBG] from='client.48104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:55:27.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:26.156509+0000 mon.a (mon.0) 4752 : audit [DBG] from='client.? 172.21.15.23:0/976522050' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:55:28.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:26.869189+0000 mgr.y (mgr.14556) 22752 : cluster [DBG] pgmap v20100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:26.869189+0000 mgr.y (mgr.14556) 22752 : cluster [DBG] pgmap v20100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:28.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:26.869189+0000 mgr.y (mgr.14556) 22752 : cluster [DBG] pgmap v20100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:28.869569+0000 mgr.y (mgr.14556) 22753 : cluster [DBG] pgmap v20101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:28.869569+0000 mgr.y (mgr.14556) 22753 : cluster [DBG] pgmap v20101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:28.869569+0000 mgr.y (mgr.14556) 22753 : cluster [DBG] pgmap v20101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:55:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:55:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:30.870485+0000 mgr.y (mgr.14556) 22754 : cluster [DBG] pgmap v20102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:30.870485+0000 mgr.y (mgr.14556) 22754 : cluster [DBG] pgmap v20102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:32.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:30.870485+0000 mgr.y (mgr.14556) 22754 : cluster [DBG] pgmap v20102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:34.090 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:55:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:55:33] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T17:55:34.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:32.870943+0000 mgr.y (mgr.14556) 22755 : cluster [DBG] pgmap v20103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:34.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:32.870943+0000 mgr.y (mgr.14556) 22755 : cluster [DBG] pgmap v20103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:32.870943+0000 mgr.y (mgr.14556) 22755 : cluster [DBG] pgmap v20103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:34.871433+0000 mgr.y (mgr.14556) 22756 : cluster [DBG] pgmap v20104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:34.871433+0000 mgr.y (mgr.14556) 22756 : cluster [DBG] pgmap v20104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:36.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:34.871433+0000 mgr.y (mgr.14556) 22756 : cluster [DBG] pgmap v20104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:36.872264+0000 mgr.y (mgr.14556) 22757 : cluster [DBG] pgmap v20105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:36.872264+0000 mgr.y (mgr.14556) 22757 : cluster [DBG] pgmap v20105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:36.872264+0000 mgr.y (mgr.14556) 22757 : cluster [DBG] pgmap v20105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:38.872672+0000 mgr.y (mgr.14556) 22758 : cluster [DBG] pgmap v20106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:38.872672+0000 mgr.y (mgr.14556) 22758 : cluster [DBG] pgmap v20106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:40.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:38.872672+0000 mgr.y (mgr.14556) 22758 : cluster [DBG] pgmap v20106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:55:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:55:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:40.873351+0000 mgr.y (mgr.14556) 22759 : cluster [DBG] pgmap v20107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:42.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:40.873351+0000 mgr.y (mgr.14556) 22759 : cluster [DBG] pgmap v20107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:40.873351+0000 mgr.y (mgr.14556) 22759 : cluster [DBG] pgmap v20107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:42.873737+0000 mgr.y (mgr.14556) 22760 : cluster [DBG] pgmap v20108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:42.873737+0000 mgr.y (mgr.14556) 22760 : cluster [DBG] pgmap v20108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:43.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:42.873737+0000 mgr.y (mgr.14556) 22760 : cluster [DBG] pgmap v20108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:55:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:55:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T17:55:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:44.874280+0000 mgr.y (mgr.14556) 22761 : cluster [DBG] pgmap v20109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:44.874280+0000 mgr.y (mgr.14556) 22761 : cluster [DBG] pgmap v20109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:46.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:44.874280+0000 mgr.y (mgr.14556) 22761 : cluster [DBG] pgmap v20109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:46.875014+0000 mgr.y (mgr.14556) 22762 : cluster [DBG] pgmap v20110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:46.875014+0000 mgr.y (mgr.14556) 22762 : cluster [DBG] pgmap v20110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:48.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:46.875014+0000 mgr.y (mgr.14556) 22762 : cluster [DBG] pgmap v20110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:50.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:48.875585+0000 mgr.y (mgr.14556) 22763 : cluster [DBG] pgmap v20111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:48.875585+0000 mgr.y (mgr.14556) 22763 : cluster [DBG] pgmap v20111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:50.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:48.875585+0000 mgr.y (mgr.14556) 22763 : cluster [DBG] pgmap v20111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:50.177854+0000 mon.a (mon.0) 4753 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:55:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:50.473622+0000 mon.a (mon.0) 4754 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:55:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:50.474226+0000 mon.a (mon.0) 4755 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:55:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:50.474763+0000 mon.a (mon.0) 4756 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:55:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:50.475265+0000 mon.a (mon.0) 4757 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:55:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:50.483179+0000 mon.a (mon.0) 4758 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:55:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:50.484655+0000 mon.a (mon.0) 4759 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:55:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:50.485246+0000 mon.a (mon.0) 4760 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:55:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:50.492715+0000 mon.a (mon.0) 4761 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:55:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:50.177854+0000 mon.a (mon.0) 4753 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:55:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:50.473622+0000 mon.a (mon.0) 4754 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:55:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:50.474226+0000 mon.a (mon.0) 4755 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:55:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:50.474763+0000 mon.a (mon.0) 4756 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:55:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:50.475265+0000 mon.a (mon.0) 4757 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:55:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:50.483179+0000 mon.a (mon.0) 4758 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:55:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:50.484655+0000 mon.a (mon.0) 4759 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:55:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:50.485246+0000 mon.a (mon.0) 4760 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:55:51.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:50.492715+0000 mon.a (mon.0) 4761 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:55:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:50.177854+0000 mon.a (mon.0) 4753 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:55:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:50.473622+0000 mon.a (mon.0) 4754 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:55:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:50.474226+0000 mon.a (mon.0) 4755 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:55:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:50.474763+0000 mon.a (mon.0) 4756 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:55:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:50.475265+0000 mon.a (mon.0) 4757 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T17:55:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:50.483179+0000 mon.a (mon.0) 4758 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:55:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:50.484655+0000 mon.a (mon.0) 4759 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:55:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:50.485246+0000 mon.a (mon.0) 4760 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:55:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:50.492715+0000 mon.a (mon.0) 4761 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:55:51.911 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:55:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T17:55:50.475677+0000 mgr.y (mgr.14556) 22764 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2467M 2024-03-22T17:55:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:50.876142+0000 mgr.y (mgr.14556) 22765 : cluster [DBG] pgmap v20112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T17:55:50.475677+0000 mgr.y (mgr.14556) 22764 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2467M 2024-03-22T17:55:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:50.876142+0000 mgr.y (mgr.14556) 22765 : cluster [DBG] pgmap v20112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T17:55:50.475677+0000 mgr.y (mgr.14556) 22764 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2467M 2024-03-22T17:55:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:50.876142+0000 mgr.y (mgr.14556) 22765 : cluster [DBG] pgmap v20112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:54.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:52.876729+0000 mgr.y (mgr.14556) 22766 : cluster [DBG] pgmap v20113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:55:53] "GET /metrics HTTP/1.1" 200 188268 "" "Prometheus/2.33.4" 2024-03-22T17:55:54.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:52.876729+0000 mgr.y (mgr.14556) 22766 : cluster [DBG] pgmap v20113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:52.876729+0000 mgr.y (mgr.14556) 22766 : cluster [DBG] pgmap v20113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:54.877237+0000 mgr.y (mgr.14556) 22767 : cluster [DBG] pgmap v20114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:54.877237+0000 mgr.y (mgr.14556) 22767 : cluster [DBG] pgmap v20114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:56.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:54.877237+0000 mgr.y (mgr.14556) 22767 : cluster [DBG] pgmap v20114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:56.490 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:55:56.776 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 8m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 8m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 8m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 8m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 8m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 8m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 8m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 8m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 8m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 8m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 8m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 8m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 8m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 8m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:55:56.777 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 8m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:55:56.778 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 8m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:55:56.778 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 8m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:55:56.778 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 8m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:55:56.778 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 8m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:55:56.778 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 8m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:55:57.125 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:55:57.125 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:55:57.125 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:55:57.125 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:55:57.125 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:55:57.125 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:55:57.125 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:55:57.125 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:55:57.125 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:55:57.125 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:55:57.125 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:55:57.125 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:55:57.126 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:55:57.126 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:55:57.126 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:55:57.126 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:55:57.126 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:55:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:56.480013+0000 mgr.y (mgr.14556) 22768 : audit [DBG] from='client.38208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:55:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:56.769068+0000 mgr.y (mgr.14556) 22769 : audit [DBG] from='client.48122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:55:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:56.877909+0000 mgr.y (mgr.14556) 22770 : cluster [DBG] pgmap v20115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:55:57.126643+0000 mon.a (mon.0) 4762 : audit [DBG] from='client.? 172.21.15.23:0/128507848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:55:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:56.480013+0000 mgr.y (mgr.14556) 22768 : audit [DBG] from='client.38208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:55:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:56.769068+0000 mgr.y (mgr.14556) 22769 : audit [DBG] from='client.48122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:55:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:56.877909+0000 mgr.y (mgr.14556) 22770 : cluster [DBG] pgmap v20115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:55:57.126643+0000 mon.a (mon.0) 4762 : audit [DBG] from='client.? 172.21.15.23:0/128507848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:55:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:56.480013+0000 mgr.y (mgr.14556) 22768 : audit [DBG] from='client.38208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:55:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:56.769068+0000 mgr.y (mgr.14556) 22769 : audit [DBG] from='client.48122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:55:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:56.877909+0000 mgr.y (mgr.14556) 22770 : cluster [DBG] pgmap v20115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:55:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:55:57.126643+0000 mon.a (mon.0) 4762 : audit [DBG] from='client.? 172.21.15.23:0/128507848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:56:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:55:58.878217+0000 mgr.y (mgr.14556) 22771 : cluster [DBG] pgmap v20116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:55:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:55:58.878217+0000 mgr.y (mgr.14556) 22771 : cluster [DBG] pgmap v20116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:00.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:55:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:55:58.878217+0000 mgr.y (mgr.14556) 22771 : cluster [DBG] pgmap v20116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:56:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:00.878793+0000 mgr.y (mgr.14556) 22772 : cluster [DBG] pgmap v20117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:00.878793+0000 mgr.y (mgr.14556) 22772 : cluster [DBG] pgmap v20117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:02.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:00.878793+0000 mgr.y (mgr.14556) 22772 : cluster [DBG] pgmap v20117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:56:03] "GET /metrics HTTP/1.1" 200 188268 "" "Prometheus/2.33.4" 2024-03-22T17:56:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:02.879245+0000 mgr.y (mgr.14556) 22773 : cluster [DBG] pgmap v20118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:02.879245+0000 mgr.y (mgr.14556) 22773 : cluster [DBG] pgmap v20118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:02.879245+0000 mgr.y (mgr.14556) 22773 : cluster [DBG] pgmap v20118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:04.879694+0000 mgr.y (mgr.14556) 22774 : cluster [DBG] pgmap v20119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:04.879694+0000 mgr.y (mgr.14556) 22774 : cluster [DBG] pgmap v20119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:06.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:04.879694+0000 mgr.y (mgr.14556) 22774 : cluster [DBG] pgmap v20119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:06.880355+0000 mgr.y (mgr.14556) 22775 : cluster [DBG] pgmap v20120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:06.880355+0000 mgr.y (mgr.14556) 22775 : cluster [DBG] pgmap v20120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:08.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:06.880355+0000 mgr.y (mgr.14556) 22775 : cluster [DBG] pgmap v20120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:08.880661+0000 mgr.y (mgr.14556) 22776 : cluster [DBG] pgmap v20121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:08.880661+0000 mgr.y (mgr.14556) 22776 : cluster [DBG] pgmap v20121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:10.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:08.880661+0000 mgr.y (mgr.14556) 22776 : cluster [DBG] pgmap v20121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:56:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:56:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:10.881366+0000 mgr.y (mgr.14556) 22777 : cluster [DBG] pgmap v20122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:10.881366+0000 mgr.y (mgr.14556) 22777 : cluster [DBG] pgmap v20122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:10.881366+0000 mgr.y (mgr.14556) 22777 : cluster [DBG] pgmap v20122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:14.051 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:56:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:56:13] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:56:14.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:12.881764+0000 mgr.y (mgr.14556) 22778 : cluster [DBG] pgmap v20123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:12.881764+0000 mgr.y (mgr.14556) 22778 : cluster [DBG] pgmap v20123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:12.881764+0000 mgr.y (mgr.14556) 22778 : cluster [DBG] pgmap v20123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:14.882343+0000 mgr.y (mgr.14556) 22779 : cluster [DBG] pgmap v20124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:14.882343+0000 mgr.y (mgr.14556) 22779 : cluster [DBG] pgmap v20124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:14.882343+0000 mgr.y (mgr.14556) 22779 : cluster [DBG] pgmap v20124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:16.883031+0000 mgr.y (mgr.14556) 22780 : cluster [DBG] pgmap v20125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:16.883031+0000 mgr.y (mgr.14556) 22780 : cluster [DBG] pgmap v20125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:18.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:16.883031+0000 mgr.y (mgr.14556) 22780 : cluster [DBG] pgmap v20125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:20.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:18.883501+0000 mgr.y (mgr.14556) 22781 : cluster [DBG] pgmap v20126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:18.883501+0000 mgr.y (mgr.14556) 22781 : cluster [DBG] pgmap v20126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:18.883501+0000 mgr.y (mgr.14556) 22781 : cluster [DBG] pgmap v20126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:56:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:56:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:20.884087+0000 mgr.y (mgr.14556) 22782 : cluster [DBG] pgmap v20127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:20.884087+0000 mgr.y (mgr.14556) 22782 : cluster [DBG] pgmap v20127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:20.884087+0000 mgr.y (mgr.14556) 22782 : cluster [DBG] pgmap v20127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:24.097 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:56:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:56:23] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T17:56:24.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:22.884511+0000 mgr.y (mgr.14556) 22783 : cluster [DBG] pgmap v20128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:22.884511+0000 mgr.y (mgr.14556) 22783 : cluster [DBG] pgmap v20128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:22.884511+0000 mgr.y (mgr.14556) 22783 : cluster [DBG] pgmap v20128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:24.884932+0000 mgr.y (mgr.14556) 22784 : cluster [DBG] pgmap v20129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:24.884932+0000 mgr.y (mgr.14556) 22784 : cluster [DBG] pgmap v20129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:26.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:24.884932+0000 mgr.y (mgr.14556) 22784 : cluster [DBG] pgmap v20129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:27.449 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:56:27.737 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:56:27.737 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 8m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:56:27.737 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 8m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:56:27.737 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 8m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:56:27.737 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 8m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:56:27.737 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 8m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:56:27.737 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 8m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:56:27.737 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 8m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:56:27.737 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 8m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:56:27.737 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 8m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:56:27.737 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 8m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:56:27.737 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 8m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:56:27.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 8m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:56:27.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 8m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:56:27.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 8m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:56:27.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 8m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:56:27.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 8m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:56:27.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 8m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:56:27.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 8m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:56:27.738 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 8m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:56:27.738 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 8m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:56:28.085 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:56:28.086 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:56:28.086 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:56:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:26.885766+0000 mgr.y (mgr.14556) 22785 : cluster [DBG] pgmap v20130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:56:28.086693+0000 mon.c (mon.2) 543 : audit [DBG] from='client.? 172.21.15.23:0/247314086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:56:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:26.885766+0000 mgr.y (mgr.14556) 22785 : cluster [DBG] pgmap v20130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:56:28.086693+0000 mon.c (mon.2) 543 : audit [DBG] from='client.? 172.21.15.23:0/247314086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:56:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:26.885766+0000 mgr.y (mgr.14556) 22785 : cluster [DBG] pgmap v20130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:56:28.086693+0000 mon.c (mon.2) 543 : audit [DBG] from='client.? 172.21.15.23:0/247314086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:56:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:56:27.439496+0000 mgr.y (mgr.14556) 22786 : audit [DBG] from='client.48134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:56:29.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:56:27.730753+0000 mgr.y (mgr.14556) 22787 : audit [DBG] from='client.38232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:56:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:56:27.439496+0000 mgr.y (mgr.14556) 22786 : audit [DBG] from='client.48134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:56:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:56:27.730753+0000 mgr.y (mgr.14556) 22787 : audit [DBG] from='client.38232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:56:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:56:27.439496+0000 mgr.y (mgr.14556) 22786 : audit [DBG] from='client.48134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:56:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:56:27.730753+0000 mgr.y (mgr.14556) 22787 : audit [DBG] from='client.38232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:56:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:28.886262+0000 mgr.y (mgr.14556) 22788 : cluster [DBG] pgmap v20131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:30.628 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:28.886262+0000 mgr.y (mgr.14556) 22788 : cluster [DBG] pgmap v20131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:28.886262+0000 mgr.y (mgr.14556) 22788 : cluster [DBG] pgmap v20131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:31.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:30.887113+0000 mgr.y (mgr.14556) 22789 : cluster [DBG] pgmap v20132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:30.887113+0000 mgr.y (mgr.14556) 22789 : cluster [DBG] pgmap v20132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:30.887113+0000 mgr.y (mgr.14556) 22789 : cluster [DBG] pgmap v20132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:56:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:56:34.128 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:32.887600+0000 mgr.y (mgr.14556) 22790 : cluster [DBG] pgmap v20133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:34.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:32.887600+0000 mgr.y (mgr.14556) 22790 : cluster [DBG] pgmap v20133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:56:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:56:33] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T17:56:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:32.887600+0000 mgr.y (mgr.14556) 22790 : cluster [DBG] pgmap v20133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:34.887968+0000 mgr.y (mgr.14556) 22791 : cluster [DBG] pgmap v20134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:34.887968+0000 mgr.y (mgr.14556) 22791 : cluster [DBG] pgmap v20134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:34.887968+0000 mgr.y (mgr.14556) 22791 : cluster [DBG] pgmap v20134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:36.888834+0000 mgr.y (mgr.14556) 22792 : cluster [DBG] pgmap v20135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:36.888834+0000 mgr.y (mgr.14556) 22792 : cluster [DBG] pgmap v20135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:36.888834+0000 mgr.y (mgr.14556) 22792 : cluster [DBG] pgmap v20135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:38.889216+0000 mgr.y (mgr.14556) 22793 : cluster [DBG] pgmap v20136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:38.889216+0000 mgr.y (mgr.14556) 22793 : cluster [DBG] pgmap v20136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:38.889216+0000 mgr.y (mgr.14556) 22793 : cluster [DBG] pgmap v20136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:56:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:40.890012+0000 mgr.y (mgr.14556) 22794 : cluster [DBG] pgmap v20137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:40.890012+0000 mgr.y (mgr.14556) 22794 : cluster [DBG] pgmap v20137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:40.890012+0000 mgr.y (mgr.14556) 22794 : cluster [DBG] pgmap v20137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:44.128 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:42.890442+0000 mgr.y (mgr.14556) 22795 : cluster [DBG] pgmap v20138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:56:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:56:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:56:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:42.890442+0000 mgr.y (mgr.14556) 22795 : cluster [DBG] pgmap v20138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:42.890442+0000 mgr.y (mgr.14556) 22795 : cluster [DBG] pgmap v20138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:44.890964+0000 mgr.y (mgr.14556) 22796 : cluster [DBG] pgmap v20139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:44.890964+0000 mgr.y (mgr.14556) 22796 : cluster [DBG] pgmap v20139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:44.890964+0000 mgr.y (mgr.14556) 22796 : cluster [DBG] pgmap v20139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:46.891694+0000 mgr.y (mgr.14556) 22797 : cluster [DBG] pgmap v20140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:46.891694+0000 mgr.y (mgr.14556) 22797 : cluster [DBG] pgmap v20140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:46.891694+0000 mgr.y (mgr.14556) 22797 : cluster [DBG] pgmap v20140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:48.892126+0000 mgr.y (mgr.14556) 22798 : cluster [DBG] pgmap v20141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:48.892126+0000 mgr.y (mgr.14556) 22798 : cluster [DBG] pgmap v20141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:50.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:48.892126+0000 mgr.y (mgr.14556) 22798 : cluster [DBG] pgmap v20141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:56:50.497024+0000 mon.a (mon.0) 4763 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:56:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:56:50.795798+0000 mon.a (mon.0) 4764 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:56:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:56:50.796505+0000 mon.a (mon.0) 4765 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:56:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:56:50.804345+0000 mon.a (mon.0) 4766 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:56:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:56:50.497024+0000 mon.a (mon.0) 4763 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:56:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:56:50.795798+0000 mon.a (mon.0) 4764 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:56:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:56:50.796505+0000 mon.a (mon.0) 4765 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:56:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:56:50.804345+0000 mon.a (mon.0) 4766 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:56:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:56:50.497024+0000 mon.a (mon.0) 4763 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:56:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:56:50.795798+0000 mon.a (mon.0) 4764 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:56:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:56:50.796505+0000 mon.a (mon.0) 4765 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:56:51.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:56:50.804345+0000 mon.a (mon.0) 4766 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:56:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:56:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:56:52.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:50.892869+0000 mgr.y (mgr.14556) 22799 : cluster [DBG] pgmap v20142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:50.892869+0000 mgr.y (mgr.14556) 22799 : cluster [DBG] pgmap v20142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:52.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:50.892869+0000 mgr.y (mgr.14556) 22799 : cluster [DBG] pgmap v20142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:54.042 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:56:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:56:53] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:56:54.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:52.893403+0000 mgr.y (mgr.14556) 22800 : cluster [DBG] pgmap v20143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:54.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:52.893403+0000 mgr.y (mgr.14556) 22800 : cluster [DBG] pgmap v20143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:52.893403+0000 mgr.y (mgr.14556) 22800 : cluster [DBG] pgmap v20143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:54.893807+0000 mgr.y (mgr.14556) 22801 : cluster [DBG] pgmap v20144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:54.893807+0000 mgr.y (mgr.14556) 22801 : cluster [DBG] pgmap v20144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:56.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:54.893807+0000 mgr.y (mgr.14556) 22801 : cluster [DBG] pgmap v20144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:56.894433+0000 mgr.y (mgr.14556) 22802 : cluster [DBG] pgmap v20145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:56.894433+0000 mgr.y (mgr.14556) 22802 : cluster [DBG] pgmap v20145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:56.894433+0000 mgr.y (mgr.14556) 22802 : cluster [DBG] pgmap v20145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:56:58.412 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:56:58.704 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:56:58.704 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 9m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:56:58.704 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 9m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 9m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 9m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 9m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 9m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 9m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 9m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 9m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 9m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 9m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 9m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 9m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 9m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 9m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 9m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:56:58.705 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 9m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:56:58.706 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 9m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:56:58.706 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 9m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:56:58.706 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 9m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:56:59.057 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:56:59.057 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:56:59.057 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:56:59.057 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:56:59.057 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:56:59.057 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:56:59.057 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:56:59.058 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:56:59.058 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:56:59.058 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:56:59.058 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:56:59.058 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:56:59.058 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:56:59.058 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:56:59.058 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:56:59.058 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:56:59.058 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:57:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:56:58.401542+0000 mgr.y (mgr.14556) 22803 : audit [DBG] from='client.38244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:57:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:56:58.697892+0000 mgr.y (mgr.14556) 22804 : audit [DBG] from='client.38250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:57:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:56:58.894817+0000 mgr.y (mgr.14556) 22805 : cluster [DBG] pgmap v20146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:56:59.058885+0000 mon.c (mon.2) 544 : audit [DBG] from='client.? 172.21.15.23:0/2060578106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:57:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:56:58.401542+0000 mgr.y (mgr.14556) 22803 : audit [DBG] from='client.38244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:57:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:56:58.697892+0000 mgr.y (mgr.14556) 22804 : audit [DBG] from='client.38250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:57:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:56:58.894817+0000 mgr.y (mgr.14556) 22805 : cluster [DBG] pgmap v20146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:56:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:56:59.058885+0000 mon.c (mon.2) 544 : audit [DBG] from='client.? 172.21.15.23:0/2060578106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:57:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:56:58.401542+0000 mgr.y (mgr.14556) 22803 : audit [DBG] from='client.38244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:57:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:56:58.697892+0000 mgr.y (mgr.14556) 22804 : audit [DBG] from='client.38250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:57:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:56:58.894817+0000 mgr.y (mgr.14556) 22805 : cluster [DBG] pgmap v20146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:56:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:56:59.058885+0000 mon.c (mon.2) 544 : audit [DBG] from='client.? 172.21.15.23:0/2060578106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:57:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:57:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:00.895449+0000 mgr.y (mgr.14556) 22806 : cluster [DBG] pgmap v20147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:00.895449+0000 mgr.y (mgr.14556) 22806 : cluster [DBG] pgmap v20147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:00.895449+0000 mgr.y (mgr.14556) 22806 : cluster [DBG] pgmap v20147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:04.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:57:03] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:57:04.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:02.895923+0000 mgr.y (mgr.14556) 22807 : cluster [DBG] pgmap v20148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:04.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:02.895923+0000 mgr.y (mgr.14556) 22807 : cluster [DBG] pgmap v20148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:02.895923+0000 mgr.y (mgr.14556) 22807 : cluster [DBG] pgmap v20148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:06.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:04.896314+0000 mgr.y (mgr.14556) 22808 : cluster [DBG] pgmap v20149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:04.896314+0000 mgr.y (mgr.14556) 22808 : cluster [DBG] pgmap v20149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:04.896314+0000 mgr.y (mgr.14556) 22808 : cluster [DBG] pgmap v20149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:06.897009+0000 mgr.y (mgr.14556) 22809 : cluster [DBG] pgmap v20150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:06.897009+0000 mgr.y (mgr.14556) 22809 : cluster [DBG] pgmap v20150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:06.897009+0000 mgr.y (mgr.14556) 22809 : cluster [DBG] pgmap v20150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:08.897495+0000 mgr.y (mgr.14556) 22810 : cluster [DBG] pgmap v20151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:08.897495+0000 mgr.y (mgr.14556) 22810 : cluster [DBG] pgmap v20151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:08.897495+0000 mgr.y (mgr.14556) 22810 : cluster [DBG] pgmap v20151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:57:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:57:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:10.898259+0000 mgr.y (mgr.14556) 22811 : cluster [DBG] pgmap v20152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:10.898259+0000 mgr.y (mgr.14556) 22811 : cluster [DBG] pgmap v20152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:10.898259+0000 mgr.y (mgr.14556) 22811 : cluster [DBG] pgmap v20152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:14.027 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:57:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:57:13] "GET /metrics HTTP/1.1" 200 188268 "" "Prometheus/2.33.4" 2024-03-22T17:57:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:12.898656+0000 mgr.y (mgr.14556) 22812 : cluster [DBG] pgmap v20153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:14.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:12.898656+0000 mgr.y (mgr.14556) 22812 : cluster [DBG] pgmap v20153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:14.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:12.898656+0000 mgr.y (mgr.14556) 22812 : cluster [DBG] pgmap v20153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:14.899029+0000 mgr.y (mgr.14556) 22813 : cluster [DBG] pgmap v20154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:14.899029+0000 mgr.y (mgr.14556) 22813 : cluster [DBG] pgmap v20154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:14.899029+0000 mgr.y (mgr.14556) 22813 : cluster [DBG] pgmap v20154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:16.899643+0000 mgr.y (mgr.14556) 22814 : cluster [DBG] pgmap v20155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:16.899643+0000 mgr.y (mgr.14556) 22814 : cluster [DBG] pgmap v20155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:16.899643+0000 mgr.y (mgr.14556) 22814 : cluster [DBG] pgmap v20155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:18.900008+0000 mgr.y (mgr.14556) 22815 : cluster [DBG] pgmap v20156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:18.900008+0000 mgr.y (mgr.14556) 22815 : cluster [DBG] pgmap v20156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:18.900008+0000 mgr.y (mgr.14556) 22815 : cluster [DBG] pgmap v20156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:57:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:57:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:20.900693+0000 mgr.y (mgr.14556) 22816 : cluster [DBG] pgmap v20157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:20.900693+0000 mgr.y (mgr.14556) 22816 : cluster [DBG] pgmap v20157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:20.900693+0000 mgr.y (mgr.14556) 22816 : cluster [DBG] pgmap v20157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:24.091 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:57:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:57:23] "GET /metrics HTTP/1.1" 200 188266 "" "Prometheus/2.33.4" 2024-03-22T17:57:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:22.901005+0000 mgr.y (mgr.14556) 22817 : cluster [DBG] pgmap v20158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:22.901005+0000 mgr.y (mgr.14556) 22817 : cluster [DBG] pgmap v20158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:22.901005+0000 mgr.y (mgr.14556) 22817 : cluster [DBG] pgmap v20158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:24.901388+0000 mgr.y (mgr.14556) 22818 : cluster [DBG] pgmap v20159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:24.901388+0000 mgr.y (mgr.14556) 22818 : cluster [DBG] pgmap v20159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:24.901388+0000 mgr.y (mgr.14556) 22818 : cluster [DBG] pgmap v20159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:26.901959+0000 mgr.y (mgr.14556) 22819 : cluster [DBG] pgmap v20160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:26.901959+0000 mgr.y (mgr.14556) 22819 : cluster [DBG] pgmap v20160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:26.901959+0000 mgr.y (mgr.14556) 22819 : cluster [DBG] pgmap v20160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:29.384 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:57:29.671 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:57:29.671 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 9m ago 11h 28.0M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:57:29.671 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 9m ago 11h 60.8M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:57:29.671 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 9m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:57:29.672 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 9m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:57:29.672 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 9m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:57:29.672 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 9m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:57:29.672 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 9m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:57:29.672 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 9m ago 11h 936M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:57:29.672 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 9m ago 11h 937M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:57:29.672 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 9m ago 11h 23.0M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:57:29.672 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 9m ago 11h 22.0M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:57:29.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 9m ago 11h 47.3M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:57:29.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 9m ago 11h 46.7M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:57:29.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 9m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:57:29.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 9m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:57:29.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 9m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:57:29.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 9m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:57:29.673 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 9m ago 11h 44.4M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:57:29.674 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 9m ago 11h 44.0M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:57:29.674 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 9m ago 11h 117M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:57:30.020 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:57:30.021 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:57:30.021 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:57:30.021 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:57:30.021 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:57:30.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:28.902271+0000 mgr.y (mgr.14556) 22820 : cluster [DBG] pgmap v20161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:57:30.021526+0000 mon.a (mon.0) 4767 : audit [DBG] from='client.? 172.21.15.23:0/1495700651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:57:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:28.902271+0000 mgr.y (mgr.14556) 22820 : cluster [DBG] pgmap v20161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:57:30.021526+0000 mon.a (mon.0) 4767 : audit [DBG] from='client.? 172.21.15.23:0/1495700651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:57:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:28.902271+0000 mgr.y (mgr.14556) 22820 : cluster [DBG] pgmap v20161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:30.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:57:30.021526+0000 mon.a (mon.0) 4767 : audit [DBG] from='client.? 172.21.15.23:0/1495700651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:57:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:57:29.374129+0000 mgr.y (mgr.14556) 22821 : audit [DBG] from='client.38262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:57:31.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:57:29.664693+0000 mgr.y (mgr.14556) 22822 : audit [DBG] from='client.48176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:57:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:57:29.374129+0000 mgr.y (mgr.14556) 22821 : audit [DBG] from='client.38262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:57:31.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:57:29.664693+0000 mgr.y (mgr.14556) 22822 : audit [DBG] from='client.48176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:57:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:57:29.374129+0000 mgr.y (mgr.14556) 22821 : audit [DBG] from='client.38262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:57:31.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:57:29.664693+0000 mgr.y (mgr.14556) 22822 : audit [DBG] from='client.48176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:57:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:57:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:57:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:30.902971+0000 mgr.y (mgr.14556) 22823 : cluster [DBG] pgmap v20162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:30.902971+0000 mgr.y (mgr.14556) 22823 : cluster [DBG] pgmap v20162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:30.902971+0000 mgr.y (mgr.14556) 22823 : cluster [DBG] pgmap v20162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:34.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:57:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:57:33] "GET /metrics HTTP/1.1" 200 188266 "" "Prometheus/2.33.4" 2024-03-22T17:57:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:32.903361+0000 mgr.y (mgr.14556) 22824 : cluster [DBG] pgmap v20163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:34.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:32.903361+0000 mgr.y (mgr.14556) 22824 : cluster [DBG] pgmap v20163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:32.903361+0000 mgr.y (mgr.14556) 22824 : cluster [DBG] pgmap v20163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:34.903683+0000 mgr.y (mgr.14556) 22825 : cluster [DBG] pgmap v20164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:34.903683+0000 mgr.y (mgr.14556) 22825 : cluster [DBG] pgmap v20164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:34.903683+0000 mgr.y (mgr.14556) 22825 : cluster [DBG] pgmap v20164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:36.904298+0000 mgr.y (mgr.14556) 22826 : cluster [DBG] pgmap v20165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:36.904298+0000 mgr.y (mgr.14556) 22826 : cluster [DBG] pgmap v20165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:36.904298+0000 mgr.y (mgr.14556) 22826 : cluster [DBG] pgmap v20165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:39.628 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:38.904835+0000 mgr.y (mgr.14556) 22827 : cluster [DBG] pgmap v20166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:38.904835+0000 mgr.y (mgr.14556) 22827 : cluster [DBG] pgmap v20166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:38.904835+0000 mgr.y (mgr.14556) 22827 : cluster [DBG] pgmap v20166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:57:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:40.905628+0000 mgr.y (mgr.14556) 22828 : cluster [DBG] pgmap v20167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:40.905628+0000 mgr.y (mgr.14556) 22828 : cluster [DBG] pgmap v20167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:40.905628+0000 mgr.y (mgr.14556) 22828 : cluster [DBG] pgmap v20167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:44.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:42.906122+0000 mgr.y (mgr.14556) 22829 : cluster [DBG] pgmap v20168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:44.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:42.906122+0000 mgr.y (mgr.14556) 22829 : cluster [DBG] pgmap v20168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:57:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:57:43] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:57:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:42.906122+0000 mgr.y (mgr.14556) 22829 : cluster [DBG] pgmap v20168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:44.906673+0000 mgr.y (mgr.14556) 22830 : cluster [DBG] pgmap v20169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:44.906673+0000 mgr.y (mgr.14556) 22830 : cluster [DBG] pgmap v20169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:44.906673+0000 mgr.y (mgr.14556) 22830 : cluster [DBG] pgmap v20169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:46.907370+0000 mgr.y (mgr.14556) 22831 : cluster [DBG] pgmap v20170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:46.907370+0000 mgr.y (mgr.14556) 22831 : cluster [DBG] pgmap v20170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:46.907370+0000 mgr.y (mgr.14556) 22831 : cluster [DBG] pgmap v20170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:48.907758+0000 mgr.y (mgr.14556) 22832 : cluster [DBG] pgmap v20171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:48.907758+0000 mgr.y (mgr.14556) 22832 : cluster [DBG] pgmap v20171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:50.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:48.907758+0000 mgr.y (mgr.14556) 22832 : cluster [DBG] pgmap v20171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:51.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:57:50.809294+0000 mon.a (mon.0) 4768 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:57:51.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:57:50.809294+0000 mon.a (mon.0) 4768 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:57:51.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:57:50.809294+0000 mon.a (mon.0) 4768 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:57:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:57:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:57:52.330 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:50.908354+0000 mgr.y (mgr.14556) 22833 : cluster [DBG] pgmap v20172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:52.331 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:50.908354+0000 mgr.y (mgr.14556) 22833 : cluster [DBG] pgmap v20172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:50.908354+0000 mgr.y (mgr.14556) 22833 : cluster [DBG] pgmap v20172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:54.078 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:57:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:57:53] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:57:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:52.908663+0000 mgr.y (mgr.14556) 22834 : cluster [DBG] pgmap v20173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:57:53.518582+0000 mon.a (mon.0) 4769 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:57:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:57:53.977097+0000 mon.a (mon.0) 4770 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:57:54.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:52.908663+0000 mgr.y (mgr.14556) 22834 : cluster [DBG] pgmap v20173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:54.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:57:53.518582+0000 mon.a (mon.0) 4769 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:57:54.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:57:53.977097+0000 mon.a (mon.0) 4770 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:57:54.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:52.908663+0000 mgr.y (mgr.14556) 22834 : cluster [DBG] pgmap v20173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:57:53.518582+0000 mon.a (mon.0) 4769 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:57:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:57:53.977097+0000 mon.a (mon.0) 4770 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:57:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:57:54.276534+0000 mon.a (mon.0) 4771 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:57:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:57:54.277281+0000 mon.a (mon.0) 4772 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:57:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:57:54.283700+0000 mon.a (mon.0) 4773 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:57:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:57:54.276534+0000 mon.a (mon.0) 4771 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:57:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:57:54.277281+0000 mon.a (mon.0) 4772 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:57:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:57:54.283700+0000 mon.a (mon.0) 4773 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:57:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:57:54.276534+0000 mon.a (mon.0) 4771 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:57:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:57:54.277281+0000 mon.a (mon.0) 4772 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:57:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:57:54.283700+0000 mon.a (mon.0) 4773 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:57:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:54.909089+0000 mgr.y (mgr.14556) 22835 : cluster [DBG] pgmap v20174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:54.909089+0000 mgr.y (mgr.14556) 22835 : cluster [DBG] pgmap v20174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:54.909089+0000 mgr.y (mgr.14556) 22835 : cluster [DBG] pgmap v20174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:57:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:56.909960+0000 mgr.y (mgr.14556) 22836 : cluster [DBG] pgmap v20175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:57:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:56.909960+0000 mgr.y (mgr.14556) 22836 : cluster [DBG] pgmap v20175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:57:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:57:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:56.909960+0000 mgr.y (mgr.14556) 22836 : cluster [DBG] pgmap v20175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:00.346 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:58:00.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:57:58.910379+0000 mgr.y (mgr.14556) 22837 : cluster [DBG] pgmap v20176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:57:58.910379+0000 mgr.y (mgr.14556) 22837 : cluster [DBG] pgmap v20176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:57:58.910379+0000 mgr.y (mgr.14556) 22837 : cluster [DBG] pgmap v20176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:00.633 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:58:00.634 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 7s ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:58:00.634 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 6s ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:58:00.634 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 7s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:58:00.634 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 6s ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:58:00.634 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 6s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:58:00.634 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 7s ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:58:00.634 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 7s ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:58:00.634 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 6s ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:58:00.634 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 7s ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:58:00.634 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 7s ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:58:00.634 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 6s ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:58:00.635 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 7s ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:58:00.635 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 7s ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:58:00.635 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 7s ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:58:00.635 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 7s ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:58:00.635 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 6s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:58:00.635 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 6s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:58:00.635 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 6s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:58:00.635 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 6s ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:58:00.635 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 6s ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:58:00.986 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:58:00.986 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:58:00.986 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:58:00.987 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:58:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:58:00.988268+0000 mon.a (mon.0) 4774 : audit [DBG] from='client.? 172.21.15.23:0/4232567350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:58:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:58:00.988268+0000 mon.a (mon.0) 4774 : audit [DBG] from='client.? 172.21.15.23:0/4232567350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:58:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:58:00.988268+0000 mon.a (mon.0) 4774 : audit [DBG] from='client.? 172.21.15.23:0/4232567350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:58:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:58:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:58:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:58:00.335607+0000 mgr.y (mgr.14556) 22838 : audit [DBG] from='client.48188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:58:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:58:00.627659+0000 mgr.y (mgr.14556) 22839 : audit [DBG] from='client.48194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:58:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:00.910929+0000 mgr.y (mgr.14556) 22840 : cluster [DBG] pgmap v20177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:58:00.335607+0000 mgr.y (mgr.14556) 22838 : audit [DBG] from='client.48188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:58:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:58:00.627659+0000 mgr.y (mgr.14556) 22839 : audit [DBG] from='client.48194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:58:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:00.910929+0000 mgr.y (mgr.14556) 22840 : cluster [DBG] pgmap v20177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:02.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:58:00.335607+0000 mgr.y (mgr.14556) 22838 : audit [DBG] from='client.48188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:58:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:58:00.627659+0000 mgr.y (mgr.14556) 22839 : audit [DBG] from='client.48194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:58:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:00.910929+0000 mgr.y (mgr.14556) 22840 : cluster [DBG] pgmap v20177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:04.127 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:58:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:58:03] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:58:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:02.911352+0000 mgr.y (mgr.14556) 22841 : cluster [DBG] pgmap v20178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:02.911352+0000 mgr.y (mgr.14556) 22841 : cluster [DBG] pgmap v20178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:02.911352+0000 mgr.y (mgr.14556) 22841 : cluster [DBG] pgmap v20178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:04.911892+0000 mgr.y (mgr.14556) 22842 : cluster [DBG] pgmap v20179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:04.911892+0000 mgr.y (mgr.14556) 22842 : cluster [DBG] pgmap v20179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:04.911892+0000 mgr.y (mgr.14556) 22842 : cluster [DBG] pgmap v20179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:06.912553+0000 mgr.y (mgr.14556) 22843 : cluster [DBG] pgmap v20180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:06.912553+0000 mgr.y (mgr.14556) 22843 : cluster [DBG] pgmap v20180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:06.912553+0000 mgr.y (mgr.14556) 22843 : cluster [DBG] pgmap v20180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:08.913016+0000 mgr.y (mgr.14556) 22844 : cluster [DBG] pgmap v20181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:08.913016+0000 mgr.y (mgr.14556) 22844 : cluster [DBG] pgmap v20181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:08.913016+0000 mgr.y (mgr.14556) 22844 : cluster [DBG] pgmap v20181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:58:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:10.913833+0000 mgr.y (mgr.14556) 22845 : cluster [DBG] pgmap v20182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:10.913833+0000 mgr.y (mgr.14556) 22845 : cluster [DBG] pgmap v20182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:10.913833+0000 mgr.y (mgr.14556) 22845 : cluster [DBG] pgmap v20182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:58:13] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:58:14.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:12.914286+0000 mgr.y (mgr.14556) 22846 : cluster [DBG] pgmap v20183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:12.914286+0000 mgr.y (mgr.14556) 22846 : cluster [DBG] pgmap v20183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:12.914286+0000 mgr.y (mgr.14556) 22846 : cluster [DBG] pgmap v20183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:14.914810+0000 mgr.y (mgr.14556) 22847 : cluster [DBG] pgmap v20184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:14.914810+0000 mgr.y (mgr.14556) 22847 : cluster [DBG] pgmap v20184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:16.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:14.914810+0000 mgr.y (mgr.14556) 22847 : cluster [DBG] pgmap v20184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:16.915520+0000 mgr.y (mgr.14556) 22848 : cluster [DBG] pgmap v20185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:16.915520+0000 mgr.y (mgr.14556) 22848 : cluster [DBG] pgmap v20185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:18.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:16.915520+0000 mgr.y (mgr.14556) 22848 : cluster [DBG] pgmap v20185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:18.916075+0000 mgr.y (mgr.14556) 22849 : cluster [DBG] pgmap v20186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:18.916075+0000 mgr.y (mgr.14556) 22849 : cluster [DBG] pgmap v20186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:18.916075+0000 mgr.y (mgr.14556) 22849 : cluster [DBG] pgmap v20186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:58:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:58:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:20.916853+0000 mgr.y (mgr.14556) 22850 : cluster [DBG] pgmap v20187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:20.916853+0000 mgr.y (mgr.14556) 22850 : cluster [DBG] pgmap v20187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:22.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:20.916853+0000 mgr.y (mgr.14556) 22850 : cluster [DBG] pgmap v20187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:24.044 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:58:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:58:23] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T17:58:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:22.917441+0000 mgr.y (mgr.14556) 22851 : cluster [DBG] pgmap v20188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:22.917441+0000 mgr.y (mgr.14556) 22851 : cluster [DBG] pgmap v20188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:22.917441+0000 mgr.y (mgr.14556) 22851 : cluster [DBG] pgmap v20188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:24.918089+0000 mgr.y (mgr.14556) 22852 : cluster [DBG] pgmap v20189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:24.918089+0000 mgr.y (mgr.14556) 22852 : cluster [DBG] pgmap v20189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:24.918089+0000 mgr.y (mgr.14556) 22852 : cluster [DBG] pgmap v20189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:26.918763+0000 mgr.y (mgr.14556) 22853 : cluster [DBG] pgmap v20190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:26.918763+0000 mgr.y (mgr.14556) 22853 : cluster [DBG] pgmap v20190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:28.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:26.918763+0000 mgr.y (mgr.14556) 22853 : cluster [DBG] pgmap v20190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:28.919150+0000 mgr.y (mgr.14556) 22854 : cluster [DBG] pgmap v20191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:28.919150+0000 mgr.y (mgr.14556) 22854 : cluster [DBG] pgmap v20191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:28.919150+0000 mgr.y (mgr.14556) 22854 : cluster [DBG] pgmap v20191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:31.313 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:58:31.599 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:58:31.599 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 38s ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:58:31.599 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 37s ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:58:31.599 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 38s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 37s ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 37s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 38s ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 38s ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 37s ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 38s ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 38s ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 37s ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 38s ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 38s ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 38s ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 38s ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 37s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 37s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 37s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:58:31.600 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 37s ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:58:31.601 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 37s ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:58:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:58:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:58:31.951 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:58:31.951 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:58:31.951 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:58:31.951 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:58:31.951 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:58:31.951 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:58:31.952 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:58:31.952 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:58:31.952 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:58:31.952 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:58:31.952 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:58:31.952 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:58:31.952 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:58:31.952 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:58:31.952 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:58:31.952 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:58:31.952 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:58:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:30.919882+0000 mgr.y (mgr.14556) 22855 : cluster [DBG] pgmap v20192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:58:31.953147+0000 mon.c (mon.2) 545 : audit [DBG] from='client.? 172.21.15.23:0/1469312315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:58:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:30.919882+0000 mgr.y (mgr.14556) 22855 : cluster [DBG] pgmap v20192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:58:31.953147+0000 mon.c (mon.2) 545 : audit [DBG] from='client.? 172.21.15.23:0/1469312315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:58:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:30.919882+0000 mgr.y (mgr.14556) 22855 : cluster [DBG] pgmap v20192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:58:31.953147+0000 mon.c (mon.2) 545 : audit [DBG] from='client.? 172.21.15.23:0/1469312315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:58:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:58:31.303088+0000 mgr.y (mgr.14556) 22856 : audit [DBG] from='client.38298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:58:33.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:58:31.592960+0000 mgr.y (mgr.14556) 22857 : audit [DBG] from='client.38304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:58:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:58:31.303088+0000 mgr.y (mgr.14556) 22856 : audit [DBG] from='client.38298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:58:33.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:58:31.592960+0000 mgr.y (mgr.14556) 22857 : audit [DBG] from='client.38304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:58:33.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:58:31.303088+0000 mgr.y (mgr.14556) 22856 : audit [DBG] from='client.38298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:58:33.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:58:31.592960+0000 mgr.y (mgr.14556) 22857 : audit [DBG] from='client.38304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:58:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:58:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:58:33] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T17:58:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:32.920431+0000 mgr.y (mgr.14556) 22858 : cluster [DBG] pgmap v20193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:32.920431+0000 mgr.y (mgr.14556) 22858 : cluster [DBG] pgmap v20193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:32.920431+0000 mgr.y (mgr.14556) 22858 : cluster [DBG] pgmap v20193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:34.920842+0000 mgr.y (mgr.14556) 22859 : cluster [DBG] pgmap v20194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:34.920842+0000 mgr.y (mgr.14556) 22859 : cluster [DBG] pgmap v20194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:34.920842+0000 mgr.y (mgr.14556) 22859 : cluster [DBG] pgmap v20194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:36.921693+0000 mgr.y (mgr.14556) 22860 : cluster [DBG] pgmap v20195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:36.921693+0000 mgr.y (mgr.14556) 22860 : cluster [DBG] pgmap v20195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:36.921693+0000 mgr.y (mgr.14556) 22860 : cluster [DBG] pgmap v20195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:38.922191+0000 mgr.y (mgr.14556) 22861 : cluster [DBG] pgmap v20196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:38.922191+0000 mgr.y (mgr.14556) 22861 : cluster [DBG] pgmap v20196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:38.922191+0000 mgr.y (mgr.14556) 22861 : cluster [DBG] pgmap v20196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:58:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:58:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:40.922803+0000 mgr.y (mgr.14556) 22862 : cluster [DBG] pgmap v20197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:42.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:40.922803+0000 mgr.y (mgr.14556) 22862 : cluster [DBG] pgmap v20197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:40.922803+0000 mgr.y (mgr.14556) 22862 : cluster [DBG] pgmap v20197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:58:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:58:43] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:58:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:42.923277+0000 mgr.y (mgr.14556) 22863 : cluster [DBG] pgmap v20198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:42.923277+0000 mgr.y (mgr.14556) 22863 : cluster [DBG] pgmap v20198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:42.923277+0000 mgr.y (mgr.14556) 22863 : cluster [DBG] pgmap v20198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:44.923842+0000 mgr.y (mgr.14556) 22864 : cluster [DBG] pgmap v20199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:44.923842+0000 mgr.y (mgr.14556) 22864 : cluster [DBG] pgmap v20199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:45.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:44.923842+0000 mgr.y (mgr.14556) 22864 : cluster [DBG] pgmap v20199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:46.924596+0000 mgr.y (mgr.14556) 22865 : cluster [DBG] pgmap v20200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:46.924596+0000 mgr.y (mgr.14556) 22865 : cluster [DBG] pgmap v20200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:46.924596+0000 mgr.y (mgr.14556) 22865 : cluster [DBG] pgmap v20200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:48.925079+0000 mgr.y (mgr.14556) 22866 : cluster [DBG] pgmap v20201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:48.925079+0000 mgr.y (mgr.14556) 22866 : cluster [DBG] pgmap v20201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:48.925079+0000 mgr.y (mgr.14556) 22866 : cluster [DBG] pgmap v20201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:58:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:58:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:50.925752+0000 mgr.y (mgr.14556) 22867 : cluster [DBG] pgmap v20202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:50.925752+0000 mgr.y (mgr.14556) 22867 : cluster [DBG] pgmap v20202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:50.925752+0000 mgr.y (mgr.14556) 22867 : cluster [DBG] pgmap v20202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:54.027 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:58:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:58:53] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:58:54.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:52.926135+0000 mgr.y (mgr.14556) 22868 : cluster [DBG] pgmap v20203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:52.926135+0000 mgr.y (mgr.14556) 22868 : cluster [DBG] pgmap v20203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:54.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:52.926135+0000 mgr.y (mgr.14556) 22868 : cluster [DBG] pgmap v20203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:58:54.288576+0000 mon.a (mon.0) 4775 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:58:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:58:54.595766+0000 mon.a (mon.0) 4776 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:58:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:58:54.596487+0000 mon.a (mon.0) 4777 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:58:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:58:54.605571+0000 mon.a (mon.0) 4778 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:58:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:58:54.288576+0000 mon.a (mon.0) 4775 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:58:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:58:54.595766+0000 mon.a (mon.0) 4776 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:58:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:58:54.596487+0000 mon.a (mon.0) 4777 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:58:55.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:58:54.605571+0000 mon.a (mon.0) 4778 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:58:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:58:54.288576+0000 mon.a (mon.0) 4775 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:58:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:58:54.595766+0000 mon.a (mon.0) 4776 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:58:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:58:54.596487+0000 mon.a (mon.0) 4777 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:58:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:58:54.605571+0000 mon.a (mon.0) 4778 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:58:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:54.926449+0000 mgr.y (mgr.14556) 22869 : cluster [DBG] pgmap v20204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:54.926449+0000 mgr.y (mgr.14556) 22869 : cluster [DBG] pgmap v20204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:54.926449+0000 mgr.y (mgr.14556) 22869 : cluster [DBG] pgmap v20204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:56.927109+0000 mgr.y (mgr.14556) 22870 : cluster [DBG] pgmap v20205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:58:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:56.927109+0000 mgr.y (mgr.14556) 22870 : cluster [DBG] pgmap v20205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:58:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:58:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:56.927109+0000 mgr.y (mgr.14556) 22870 : cluster [DBG] pgmap v20205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:58:58.927581+0000 mgr.y (mgr.14556) 22871 : cluster [DBG] pgmap v20206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:58:58.927581+0000 mgr.y (mgr.14556) 22871 : cluster [DBG] pgmap v20206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:58:58.927581+0000 mgr.y (mgr.14556) 22871 : cluster [DBG] pgmap v20206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:59:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:59:02.278 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:59:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:00.928208+0000 mgr.y (mgr.14556) 22872 : cluster [DBG] pgmap v20207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:00.928208+0000 mgr.y (mgr.14556) 22872 : cluster [DBG] pgmap v20207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:00.928208+0000 mgr.y (mgr.14556) 22872 : cluster [DBG] pgmap v20207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:02.564 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:59:02.564 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 69s ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:59:02.564 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 68s ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:59:02.564 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 69s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:59:02.564 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 68s ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:59:02.564 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 68s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 69s ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 69s ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 68s ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 69s ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 69s ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 68s ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 69s ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 69s ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 69s ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 69s ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 68s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 68s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 68s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 68s ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:59:02.565 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 68s ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:59:02.913 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:59:02.913 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:59:02.914 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:59:03.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:59:02.915233+0000 mon.c (mon.2) 546 : audit [DBG] from='client.? 172.21.15.23:0/2071599094' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:59:03.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:59:02.915233+0000 mon.c (mon.2) 546 : audit [DBG] from='client.? 172.21.15.23:0/2071599094' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:59:03.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:59:02.915233+0000 mon.c (mon.2) 546 : audit [DBG] from='client.? 172.21.15.23:0/2071599094' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:59:04.109 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:59:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:59:03] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T17:59:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:59:02.267758+0000 mgr.y (mgr.14556) 22873 : audit [DBG] from='client.48224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:59:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:59:02.557909+0000 mgr.y (mgr.14556) 22874 : audit [DBG] from='client.48230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:59:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:02.928551+0000 mgr.y (mgr.14556) 22875 : cluster [DBG] pgmap v20208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:59:02.267758+0000 mgr.y (mgr.14556) 22873 : audit [DBG] from='client.48224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:59:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:59:02.557909+0000 mgr.y (mgr.14556) 22874 : audit [DBG] from='client.48230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:59:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:02.928551+0000 mgr.y (mgr.14556) 22875 : cluster [DBG] pgmap v20208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:59:02.267758+0000 mgr.y (mgr.14556) 22873 : audit [DBG] from='client.48224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:59:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:59:02.557909+0000 mgr.y (mgr.14556) 22874 : audit [DBG] from='client.48230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:59:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:02.928551+0000 mgr.y (mgr.14556) 22875 : cluster [DBG] pgmap v20208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:04.928991+0000 mgr.y (mgr.14556) 22876 : cluster [DBG] pgmap v20209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:04.928991+0000 mgr.y (mgr.14556) 22876 : cluster [DBG] pgmap v20209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:04.928991+0000 mgr.y (mgr.14556) 22876 : cluster [DBG] pgmap v20209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:06.929687+0000 mgr.y (mgr.14556) 22877 : cluster [DBG] pgmap v20210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:06.929687+0000 mgr.y (mgr.14556) 22877 : cluster [DBG] pgmap v20210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:06.929687+0000 mgr.y (mgr.14556) 22877 : cluster [DBG] pgmap v20210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:08.930072+0000 mgr.y (mgr.14556) 22878 : cluster [DBG] pgmap v20211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:08.930072+0000 mgr.y (mgr.14556) 22878 : cluster [DBG] pgmap v20211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:08.930072+0000 mgr.y (mgr.14556) 22878 : cluster [DBG] pgmap v20211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:59:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:59:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:10.930846+0000 mgr.y (mgr.14556) 22879 : cluster [DBG] pgmap v20212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:10.930846+0000 mgr.y (mgr.14556) 22879 : cluster [DBG] pgmap v20212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:10.930846+0000 mgr.y (mgr.14556) 22879 : cluster [DBG] pgmap v20212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:12.931344+0000 mgr.y (mgr.14556) 22880 : cluster [DBG] pgmap v20213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:12.931344+0000 mgr.y (mgr.14556) 22880 : cluster [DBG] pgmap v20213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:13.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:12.931344+0000 mgr.y (mgr.14556) 22880 : cluster [DBG] pgmap v20213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:14.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:59:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:59:13] "GET /metrics HTTP/1.1" 200 188262 "" "Prometheus/2.33.4" 2024-03-22T17:59:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:14.931912+0000 mgr.y (mgr.14556) 22881 : cluster [DBG] pgmap v20214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:14.931912+0000 mgr.y (mgr.14556) 22881 : cluster [DBG] pgmap v20214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:14.931912+0000 mgr.y (mgr.14556) 22881 : cluster [DBG] pgmap v20214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:16.932759+0000 mgr.y (mgr.14556) 22882 : cluster [DBG] pgmap v20215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:16.932759+0000 mgr.y (mgr.14556) 22882 : cluster [DBG] pgmap v20215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:16.932759+0000 mgr.y (mgr.14556) 22882 : cluster [DBG] pgmap v20215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:18.933222+0000 mgr.y (mgr.14556) 22883 : cluster [DBG] pgmap v20216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:18.933222+0000 mgr.y (mgr.14556) 22883 : cluster [DBG] pgmap v20216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:18.933222+0000 mgr.y (mgr.14556) 22883 : cluster [DBG] pgmap v20216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:59:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:59:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:20.933990+0000 mgr.y (mgr.14556) 22884 : cluster [DBG] pgmap v20217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:20.933990+0000 mgr.y (mgr.14556) 22884 : cluster [DBG] pgmap v20217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:20.933990+0000 mgr.y (mgr.14556) 22884 : cluster [DBG] pgmap v20217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:24.029 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:59:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:59:23] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:59:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:22.934460+0000 mgr.y (mgr.14556) 22885 : cluster [DBG] pgmap v20218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:22.934460+0000 mgr.y (mgr.14556) 22885 : cluster [DBG] pgmap v20218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:22.934460+0000 mgr.y (mgr.14556) 22885 : cluster [DBG] pgmap v20218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:24.934870+0000 mgr.y (mgr.14556) 22886 : cluster [DBG] pgmap v20219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:24.934870+0000 mgr.y (mgr.14556) 22886 : cluster [DBG] pgmap v20219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:24.934870+0000 mgr.y (mgr.14556) 22886 : cluster [DBG] pgmap v20219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:26.935534+0000 mgr.y (mgr.14556) 22887 : cluster [DBG] pgmap v20220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:26.935534+0000 mgr.y (mgr.14556) 22887 : cluster [DBG] pgmap v20220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:26.935534+0000 mgr.y (mgr.14556) 22887 : cluster [DBG] pgmap v20220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:28.935949+0000 mgr.y (mgr.14556) 22888 : cluster [DBG] pgmap v20221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:28.935949+0000 mgr.y (mgr.14556) 22888 : cluster [DBG] pgmap v20221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:28.935949+0000 mgr.y (mgr.14556) 22888 : cluster [DBG] pgmap v20221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:59:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:59:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:30.936647+0000 mgr.y (mgr.14556) 22889 : cluster [DBG] pgmap v20222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:30.936647+0000 mgr.y (mgr.14556) 22889 : cluster [DBG] pgmap v20222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:30.936647+0000 mgr.y (mgr.14556) 22889 : cluster [DBG] pgmap v20222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:33.238 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T17:59:33.526 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T17:59:33.526 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 100s ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T17:59:33.526 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 99s ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T17:59:33.526 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 100s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T17:59:33.526 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 99s ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T17:59:33.526 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 99s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T17:59:33.526 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 100s ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T17:59:33.526 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 100s ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T17:59:33.526 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 99s ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T17:59:33.526 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 100s ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T17:59:33.527 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 100s ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T17:59:33.527 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 99s ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T17:59:33.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 100s ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T17:59:33.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 100s ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T17:59:33.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 100s ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T17:59:33.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 100s ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T17:59:33.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 99s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T17:59:33.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 99s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T17:59:33.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 99s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T17:59:33.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 99s ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T17:59:33.527 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 99s ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T17:59:33.875 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T17:59:33.875 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T17:59:33.875 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T17:59:33.875 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:59:33.875 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T17:59:33.876 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:59:33.876 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:59:33.876 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T17:59:33.876 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T17:59:33.876 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:59:33.876 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T17:59:33.876 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T17:59:33.876 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T17:59:33.876 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T17:59:33.876 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T17:59:33.876 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T17:59:33.876 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T17:59:34.076 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:59:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:59:33] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T17:59:34.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:32.937009+0000 mgr.y (mgr.14556) 22890 : cluster [DBG] pgmap v20223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:34.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:59:33.877086+0000 mon.a (mon.0) 4779 : audit [DBG] from='client.? 172.21.15.23:0/4166248185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:59:34.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:32.937009+0000 mgr.y (mgr.14556) 22890 : cluster [DBG] pgmap v20223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:34.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:59:33.877086+0000 mon.a (mon.0) 4779 : audit [DBG] from='client.? 172.21.15.23:0/4166248185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:59:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:32.937009+0000 mgr.y (mgr.14556) 22890 : cluster [DBG] pgmap v20223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:59:33.877086+0000 mon.a (mon.0) 4779 : audit [DBG] from='client.? 172.21.15.23:0/4166248185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T17:59:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:59:33.228105+0000 mgr.y (mgr.14556) 22891 : audit [DBG] from='client.38334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:59:35.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:59:33.519258+0000 mgr.y (mgr.14556) 22892 : audit [DBG] from='client.48248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:59:35.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:59:33.228105+0000 mgr.y (mgr.14556) 22891 : audit [DBG] from='client.38334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:59:35.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:59:33.519258+0000 mgr.y (mgr.14556) 22892 : audit [DBG] from='client.48248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:59:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:59:33.228105+0000 mgr.y (mgr.14556) 22891 : audit [DBG] from='client.38334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:59:35.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:59:33.519258+0000 mgr.y (mgr.14556) 22892 : audit [DBG] from='client.48248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T17:59:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:34.937453+0000 mgr.y (mgr.14556) 22893 : cluster [DBG] pgmap v20224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:34.937453+0000 mgr.y (mgr.14556) 22893 : cluster [DBG] pgmap v20224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:34.937453+0000 mgr.y (mgr.14556) 22893 : cluster [DBG] pgmap v20224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:36.938078+0000 mgr.y (mgr.14556) 22894 : cluster [DBG] pgmap v20225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:36.938078+0000 mgr.y (mgr.14556) 22894 : cluster [DBG] pgmap v20225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:36.938078+0000 mgr.y (mgr.14556) 22894 : cluster [DBG] pgmap v20225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:38.938491+0000 mgr.y (mgr.14556) 22895 : cluster [DBG] pgmap v20226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:38.938491+0000 mgr.y (mgr.14556) 22895 : cluster [DBG] pgmap v20226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:38.938491+0000 mgr.y (mgr.14556) 22895 : cluster [DBG] pgmap v20226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:59:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:59:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:40.939209+0000 mgr.y (mgr.14556) 22896 : cluster [DBG] pgmap v20227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:40.939209+0000 mgr.y (mgr.14556) 22896 : cluster [DBG] pgmap v20227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:40.939209+0000 mgr.y (mgr.14556) 22896 : cluster [DBG] pgmap v20227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:59:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:59:43] "GET /metrics HTTP/1.1" 200 188269 "" "Prometheus/2.33.4" 2024-03-22T17:59:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:42.939607+0000 mgr.y (mgr.14556) 22897 : cluster [DBG] pgmap v20228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:42.939607+0000 mgr.y (mgr.14556) 22897 : cluster [DBG] pgmap v20228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:42.939607+0000 mgr.y (mgr.14556) 22897 : cluster [DBG] pgmap v20228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:44.939988+0000 mgr.y (mgr.14556) 22898 : cluster [DBG] pgmap v20229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:44.939988+0000 mgr.y (mgr.14556) 22898 : cluster [DBG] pgmap v20229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:44.939988+0000 mgr.y (mgr.14556) 22898 : cluster [DBG] pgmap v20229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:46.940730+0000 mgr.y (mgr.14556) 22899 : cluster [DBG] pgmap v20230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:46.940730+0000 mgr.y (mgr.14556) 22899 : cluster [DBG] pgmap v20230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:46.940730+0000 mgr.y (mgr.14556) 22899 : cluster [DBG] pgmap v20230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:48.941233+0000 mgr.y (mgr.14556) 22900 : cluster [DBG] pgmap v20231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:48.941233+0000 mgr.y (mgr.14556) 22900 : cluster [DBG] pgmap v20231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:48.941233+0000 mgr.y (mgr.14556) 22900 : cluster [DBG] pgmap v20231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 17:59:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T17:59:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:50.941998+0000 mgr.y (mgr.14556) 22901 : cluster [DBG] pgmap v20232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:50.941998+0000 mgr.y (mgr.14556) 22901 : cluster [DBG] pgmap v20232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:50.941998+0000 mgr.y (mgr.14556) 22901 : cluster [DBG] pgmap v20232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:54.024 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 17:59:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:17:59:53] "GET /metrics HTTP/1.1" 200 188263 "" "Prometheus/2.33.4" 2024-03-22T17:59:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:52.942409+0000 mgr.y (mgr.14556) 22902 : cluster [DBG] pgmap v20233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:54.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:52.942409+0000 mgr.y (mgr.14556) 22902 : cluster [DBG] pgmap v20233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:52.942409+0000 mgr.y (mgr.14556) 22902 : cluster [DBG] pgmap v20233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:59:54.610092+0000 mon.a (mon.0) 4780 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:59:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:59:54.915916+0000 mon.a (mon.0) 4781 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:59:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:59:54.916597+0000 mon.a (mon.0) 4782 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:59:55.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T17:59:54.922437+0000 mon.a (mon.0) 4783 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:59:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:59:54.610092+0000 mon.a (mon.0) 4780 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:59:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:59:54.915916+0000 mon.a (mon.0) 4781 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:59:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:59:54.916597+0000 mon.a (mon.0) 4782 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:59:55.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T17:59:54.922437+0000 mon.a (mon.0) 4783 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:59:55.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:59:54.610092+0000 mon.a (mon.0) 4780 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T17:59:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:59:54.915916+0000 mon.a (mon.0) 4781 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T17:59:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:59:54.916597+0000 mon.a (mon.0) 4782 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T17:59:55.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T17:59:54.922437+0000 mon.a (mon.0) 4783 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T17:59:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:54.942935+0000 mgr.y (mgr.14556) 22903 : cluster [DBG] pgmap v20234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:54.942935+0000 mgr.y (mgr.14556) 22903 : cluster [DBG] pgmap v20234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:54.942935+0000 mgr.y (mgr.14556) 22903 : cluster [DBG] pgmap v20234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 17:59:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:56.943694+0000 mgr.y (mgr.14556) 22904 : cluster [DBG] pgmap v20235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 17:59:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:56.943694+0000 mgr.y (mgr.14556) 22904 : cluster [DBG] pgmap v20235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T17:59:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 17:59:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:56.943694+0000 mgr.y (mgr.14556) 22904 : cluster [DBG] pgmap v20235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T17:59:58.944151+0000 mgr.y (mgr.14556) 22905 : cluster [DBG] pgmap v20236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T17:59:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T18:00:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T17:59:58.944151+0000 mgr.y (mgr.14556) 22905 : cluster [DBG] pgmap v20236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T17:59:58.944151+0000 mgr.y (mgr.14556) 22905 : cluster [DBG] pgmap v20236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:01.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:00.000082+0000 mon.a (mon.0) 4784 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T18:00:01.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:00.000082+0000 mon.a (mon.0) 4784 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T18:00:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:00.000082+0000 mon.a (mon.0) 4784 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T18:00:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:00:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:00:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:00.944835+0000 mgr.y (mgr.14556) 22906 : cluster [DBG] pgmap v20237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:00.944835+0000 mgr.y (mgr.14556) 22906 : cluster [DBG] pgmap v20237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:00.944835+0000 mgr.y (mgr.14556) 22906 : cluster [DBG] pgmap v20237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:04.032 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:00:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:00:03] "GET /metrics HTTP/1.1" 200 188263 "" "Prometheus/2.33.4" 2024-03-22T18:00:04.200 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:00:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:02.945395+0000 mgr.y (mgr.14556) 22907 : cluster [DBG] pgmap v20238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:02.945395+0000 mgr.y (mgr.14556) 22907 : cluster [DBG] pgmap v20238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:02.945395+0000 mgr.y (mgr.14556) 22907 : cluster [DBG] pgmap v20238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:04.488 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:00:04.488 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 2m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:00:04.488 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 2m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 2m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 2m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 2m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 2m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 2m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 2m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 2m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 2m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 2m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 2m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 2m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 2m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 2m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 2m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:00:04.489 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 2m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:00:04.490 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 2m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:00:04.490 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 2m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:00:04.490 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 2m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:00:04.836 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:00:04.836 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:00:04.836 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:00:04.836 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:00:04.836 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:00:04.836 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:00:04.836 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:00:04.836 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:00:04.836 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:00:04.836 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:00:04.837 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:00:04.837 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:00:04.837 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:00:04.837 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:00:04.837 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:00:04.837 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:00:04.837 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:00:05.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:00:04.837642+0000 mon.c (mon.2) 547 : audit [DBG] from='client.? 172.21.15.23:0/1771946049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:00:05.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:00:04.837642+0000 mon.c (mon.2) 547 : audit [DBG] from='client.? 172.21.15.23:0/1771946049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:00:05.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:00:04.837642+0000 mon.c (mon.2) 547 : audit [DBG] from='client.? 172.21.15.23:0/1771946049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:00:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:00:04.190069+0000 mgr.y (mgr.14556) 22908 : audit [DBG] from='client.48260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:00:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:00:04.482149+0000 mgr.y (mgr.14556) 22909 : audit [DBG] from='client.38358 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:00:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:04.946040+0000 mgr.y (mgr.14556) 22910 : cluster [DBG] pgmap v20239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:00:04.190069+0000 mgr.y (mgr.14556) 22908 : audit [DBG] from='client.48260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:00:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:00:04.482149+0000 mgr.y (mgr.14556) 22909 : audit [DBG] from='client.38358 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:00:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:04.946040+0000 mgr.y (mgr.14556) 22910 : cluster [DBG] pgmap v20239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:00:04.190069+0000 mgr.y (mgr.14556) 22908 : audit [DBG] from='client.48260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:00:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:00:04.482149+0000 mgr.y (mgr.14556) 22909 : audit [DBG] from='client.38358 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:00:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:04.946040+0000 mgr.y (mgr.14556) 22910 : cluster [DBG] pgmap v20239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:06.946657+0000 mgr.y (mgr.14556) 22911 : cluster [DBG] pgmap v20240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:06.946657+0000 mgr.y (mgr.14556) 22911 : cluster [DBG] pgmap v20240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:06.946657+0000 mgr.y (mgr.14556) 22911 : cluster [DBG] pgmap v20240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:08.947129+0000 mgr.y (mgr.14556) 22912 : cluster [DBG] pgmap v20241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:08.947129+0000 mgr.y (mgr.14556) 22912 : cluster [DBG] pgmap v20241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:08.947129+0000 mgr.y (mgr.14556) 22912 : cluster [DBG] pgmap v20241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:00:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:00:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:10.947914+0000 mgr.y (mgr.14556) 22913 : cluster [DBG] pgmap v20242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:10.947914+0000 mgr.y (mgr.14556) 22913 : cluster [DBG] pgmap v20242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:12.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:10.947914+0000 mgr.y (mgr.14556) 22913 : cluster [DBG] pgmap v20242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:14.091 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:00:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:00:13] "GET /metrics HTTP/1.1" 200 188265 "" "Prometheus/2.33.4" 2024-03-22T18:00:14.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:12.948321+0000 mgr.y (mgr.14556) 22914 : cluster [DBG] pgmap v20243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:12.948321+0000 mgr.y (mgr.14556) 22914 : cluster [DBG] pgmap v20243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:12.948321+0000 mgr.y (mgr.14556) 22914 : cluster [DBG] pgmap v20243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:14.948846+0000 mgr.y (mgr.14556) 22915 : cluster [DBG] pgmap v20244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:14.948846+0000 mgr.y (mgr.14556) 22915 : cluster [DBG] pgmap v20244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:14.948846+0000 mgr.y (mgr.14556) 22915 : cluster [DBG] pgmap v20244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:16.949564+0000 mgr.y (mgr.14556) 22916 : cluster [DBG] pgmap v20245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:16.949564+0000 mgr.y (mgr.14556) 22916 : cluster [DBG] pgmap v20245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:16.949564+0000 mgr.y (mgr.14556) 22916 : cluster [DBG] pgmap v20245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:18.949980+0000 mgr.y (mgr.14556) 22917 : cluster [DBG] pgmap v20246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:18.949980+0000 mgr.y (mgr.14556) 22917 : cluster [DBG] pgmap v20246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:18.949980+0000 mgr.y (mgr.14556) 22917 : cluster [DBG] pgmap v20246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:00:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:00:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:20.950647+0000 mgr.y (mgr.14556) 22918 : cluster [DBG] pgmap v20247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:20.950647+0000 mgr.y (mgr.14556) 22918 : cluster [DBG] pgmap v20247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:20.950647+0000 mgr.y (mgr.14556) 22918 : cluster [DBG] pgmap v20247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:24.128 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:00:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:00:23] "GET /metrics HTTP/1.1" 200 188265 "" "Prometheus/2.33.4" 2024-03-22T18:00:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:22.951077+0000 mgr.y (mgr.14556) 22919 : cluster [DBG] pgmap v20248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:22.951077+0000 mgr.y (mgr.14556) 22919 : cluster [DBG] pgmap v20248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:22.951077+0000 mgr.y (mgr.14556) 22919 : cluster [DBG] pgmap v20248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:24.951660+0000 mgr.y (mgr.14556) 22920 : cluster [DBG] pgmap v20249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:24.951660+0000 mgr.y (mgr.14556) 22920 : cluster [DBG] pgmap v20249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:26.661 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:24.951660+0000 mgr.y (mgr.14556) 22920 : cluster [DBG] pgmap v20249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:26.952360+0000 mgr.y (mgr.14556) 22921 : cluster [DBG] pgmap v20250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:26.952360+0000 mgr.y (mgr.14556) 22921 : cluster [DBG] pgmap v20250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:26.952360+0000 mgr.y (mgr.14556) 22921 : cluster [DBG] pgmap v20250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:28.952863+0000 mgr.y (mgr.14556) 22922 : cluster [DBG] pgmap v20251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:28.952863+0000 mgr.y (mgr.14556) 22922 : cluster [DBG] pgmap v20251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:28.952863+0000 mgr.y (mgr.14556) 22922 : cluster [DBG] pgmap v20251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:00:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:00:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:30.953729+0000 mgr.y (mgr.14556) 22923 : cluster [DBG] pgmap v20252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:30.953729+0000 mgr.y (mgr.14556) 22923 : cluster [DBG] pgmap v20252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:32.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:30.953729+0000 mgr.y (mgr.14556) 22923 : cluster [DBG] pgmap v20252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:34.053 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:00:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:00:33] "GET /metrics HTTP/1.1" 200 188265 "" "Prometheus/2.33.4" 2024-03-22T18:00:34.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:32.954205+0000 mgr.y (mgr.14556) 22924 : cluster [DBG] pgmap v20253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:34.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:32.954205+0000 mgr.y (mgr.14556) 22924 : cluster [DBG] pgmap v20253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:32.954205+0000 mgr.y (mgr.14556) 22924 : cluster [DBG] pgmap v20253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:35.160 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:00:35.451 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 2m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 2m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 2m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 2m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 2m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 2m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 2m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 2m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 2m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 2m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 2m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 2m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 2m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:00:35.452 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 2m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:00:35.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 2m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:00:35.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 2m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:00:35.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 2m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:00:35.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 2m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:00:35.453 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 2m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:00:35.453 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 2m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:00:35.802 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:00:35.802 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:00:35.802 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:00:35.802 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:00:35.803 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:00:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:34.954601+0000 mgr.y (mgr.14556) 22925 : cluster [DBG] pgmap v20254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:00:35.150249+0000 mgr.y (mgr.14556) 22926 : audit [DBG] from='client.38370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:00:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:00:35.803981+0000 mon.a (mon.0) 4785 : audit [DBG] from='client.? 172.21.15.23:0/2655954322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:00:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:34.954601+0000 mgr.y (mgr.14556) 22925 : cluster [DBG] pgmap v20254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:00:35.150249+0000 mgr.y (mgr.14556) 22926 : audit [DBG] from='client.38370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:00:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:00:35.803981+0000 mon.a (mon.0) 4785 : audit [DBG] from='client.? 172.21.15.23:0/2655954322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:00:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:34.954601+0000 mgr.y (mgr.14556) 22925 : cluster [DBG] pgmap v20254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:00:35.150249+0000 mgr.y (mgr.14556) 22926 : audit [DBG] from='client.38370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:00:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:00:35.803981+0000 mon.a (mon.0) 4785 : audit [DBG] from='client.? 172.21.15.23:0/2655954322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:00:37.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:00:35.444770+0000 mgr.y (mgr.14556) 22927 : audit [DBG] from='client.38376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:00:37.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:00:35.444770+0000 mgr.y (mgr.14556) 22927 : audit [DBG] from='client.38376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:00:37.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:00:35.444770+0000 mgr.y (mgr.14556) 22927 : audit [DBG] from='client.38376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:00:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:36.955324+0000 mgr.y (mgr.14556) 22928 : cluster [DBG] pgmap v20255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:36.955324+0000 mgr.y (mgr.14556) 22928 : cluster [DBG] pgmap v20255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:38.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:36.955324+0000 mgr.y (mgr.14556) 22928 : cluster [DBG] pgmap v20255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:38.955823+0000 mgr.y (mgr.14556) 22929 : cluster [DBG] pgmap v20256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:38.955823+0000 mgr.y (mgr.14556) 22929 : cluster [DBG] pgmap v20256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:38.955823+0000 mgr.y (mgr.14556) 22929 : cluster [DBG] pgmap v20256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:00:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:00:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:40.956569+0000 mgr.y (mgr.14556) 22930 : cluster [DBG] pgmap v20257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:40.956569+0000 mgr.y (mgr.14556) 22930 : cluster [DBG] pgmap v20257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:40.956569+0000 mgr.y (mgr.14556) 22930 : cluster [DBG] pgmap v20257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:44.105 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:00:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:00:43] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T18:00:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:42.956913+0000 mgr.y (mgr.14556) 22931 : cluster [DBG] pgmap v20258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:42.956913+0000 mgr.y (mgr.14556) 22931 : cluster [DBG] pgmap v20258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:42.956913+0000 mgr.y (mgr.14556) 22931 : cluster [DBG] pgmap v20258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:44.957350+0000 mgr.y (mgr.14556) 22932 : cluster [DBG] pgmap v20259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:44.957350+0000 mgr.y (mgr.14556) 22932 : cluster [DBG] pgmap v20259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:44.957350+0000 mgr.y (mgr.14556) 22932 : cluster [DBG] pgmap v20259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:46.958051+0000 mgr.y (mgr.14556) 22933 : cluster [DBG] pgmap v20260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:46.958051+0000 mgr.y (mgr.14556) 22933 : cluster [DBG] pgmap v20260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:46.958051+0000 mgr.y (mgr.14556) 22933 : cluster [DBG] pgmap v20260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:48.958470+0000 mgr.y (mgr.14556) 22934 : cluster [DBG] pgmap v20261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:48.958470+0000 mgr.y (mgr.14556) 22934 : cluster [DBG] pgmap v20261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:48.958470+0000 mgr.y (mgr.14556) 22934 : cluster [DBG] pgmap v20261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:00:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:00:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:50.959232+0000 mgr.y (mgr.14556) 22935 : cluster [DBG] pgmap v20262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:50.959232+0000 mgr.y (mgr.14556) 22935 : cluster [DBG] pgmap v20262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:50.959232+0000 mgr.y (mgr.14556) 22935 : cluster [DBG] pgmap v20262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:00:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:00:53] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T18:00:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:52.959737+0000 mgr.y (mgr.14556) 22936 : cluster [DBG] pgmap v20263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:52.959737+0000 mgr.y (mgr.14556) 22936 : cluster [DBG] pgmap v20263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:52.959737+0000 mgr.y (mgr.14556) 22936 : cluster [DBG] pgmap v20263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:00:54.926848+0000 mon.a (mon.0) 4786 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:00:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:00:55.179692+0000 mon.a (mon.0) 4787 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:00:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:00:54.926848+0000 mon.a (mon.0) 4786 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:00:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:00:55.179692+0000 mon.a (mon.0) 4787 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:00:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:00:54.926848+0000 mon.a (mon.0) 4786 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:00:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:00:55.179692+0000 mon.a (mon.0) 4787 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:00:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:54.960122+0000 mgr.y (mgr.14556) 22937 : cluster [DBG] pgmap v20264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:00:55.187040+0000 mon.a (mon.0) 4788 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:00:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:00:55.477082+0000 mon.a (mon.0) 4789 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:00:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:00:55.477761+0000 mon.a (mon.0) 4790 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:00:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:00:55.484160+0000 mon.a (mon.0) 4791 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:00:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:54.960122+0000 mgr.y (mgr.14556) 22937 : cluster [DBG] pgmap v20264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:00:55.187040+0000 mon.a (mon.0) 4788 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:00:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:00:55.477082+0000 mon.a (mon.0) 4789 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:00:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:00:55.477761+0000 mon.a (mon.0) 4790 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:00:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:00:55.484160+0000 mon.a (mon.0) 4791 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:00:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:54.960122+0000 mgr.y (mgr.14556) 22937 : cluster [DBG] pgmap v20264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:00:55.187040+0000 mon.a (mon.0) 4788 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:00:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:00:55.477082+0000 mon.a (mon.0) 4789 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:00:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:00:55.477761+0000 mon.a (mon.0) 4790 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:00:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:00:55.484160+0000 mon.a (mon.0) 4791 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:00:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:56.960841+0000 mgr.y (mgr.14556) 22938 : cluster [DBG] pgmap v20265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:00:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:56.960841+0000 mgr.y (mgr.14556) 22938 : cluster [DBG] pgmap v20265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:00:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:00:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:56.960841+0000 mgr.y (mgr.14556) 22938 : cluster [DBG] pgmap v20265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:00:58.961297+0000 mgr.y (mgr.14556) 22939 : cluster [DBG] pgmap v20266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:00:58.961297+0000 mgr.y (mgr.14556) 22939 : cluster [DBG] pgmap v20266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:00:58.961297+0000 mgr.y (mgr.14556) 22939 : cluster [DBG] pgmap v20266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:01.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:01:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:01:02.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:00.962008+0000 mgr.y (mgr.14556) 22940 : cluster [DBG] pgmap v20267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:00.962008+0000 mgr.y (mgr.14556) 22940 : cluster [DBG] pgmap v20267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:00.962008+0000 mgr.y (mgr.14556) 22940 : cluster [DBG] pgmap v20267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:04.029 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:01:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:01:03] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T18:01:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:02.962541+0000 mgr.y (mgr.14556) 22941 : cluster [DBG] pgmap v20268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:02.962541+0000 mgr.y (mgr.14556) 22941 : cluster [DBG] pgmap v20268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:02.962541+0000 mgr.y (mgr.14556) 22941 : cluster [DBG] pgmap v20268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:06.130 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:01:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:04.962971+0000 mgr.y (mgr.14556) 22942 : cluster [DBG] pgmap v20269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:04.962971+0000 mgr.y (mgr.14556) 22942 : cluster [DBG] pgmap v20269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:04.962971+0000 mgr.y (mgr.14556) 22942 : cluster [DBG] pgmap v20269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:06.423 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 3m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 3m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 3m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 3m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 3m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 3m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 3m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 3m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 3m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 3m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 3m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 3m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 3m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:01:06.424 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 3m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:01:06.425 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 3m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:01:06.425 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 3m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:01:06.425 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 3m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:01:06.425 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 3m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:01:06.425 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 3m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:01:06.425 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 3m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:01:06.779 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:01:06.779 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:01:06.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:01:06.779 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:01:06.779 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:01:06.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:01:06.780 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:01:06.780 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:01:06.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:01:06.780 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:01:06.780 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:01:06.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:01:06.780 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:01:06.780 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:01:06.780 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:01:06.780 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:01:06.780 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:01:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:01:06.119697+0000 mgr.y (mgr.14556) 22943 : audit [DBG] from='client.48296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:01:07.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:01:06.780827+0000 mon.c (mon.2) 548 : audit [DBG] from='client.? 172.21.15.23:0/1665323101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:01:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:01:06.119697+0000 mgr.y (mgr.14556) 22943 : audit [DBG] from='client.48296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:01:07.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:01:06.780827+0000 mon.c (mon.2) 548 : audit [DBG] from='client.? 172.21.15.23:0/1665323101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:01:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:01:06.119697+0000 mgr.y (mgr.14556) 22943 : audit [DBG] from='client.48296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:01:07.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:01:06.780827+0000 mon.c (mon.2) 548 : audit [DBG] from='client.? 172.21.15.23:0/1665323101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:01:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:01:06.417520+0000 mgr.y (mgr.14556) 22944 : audit [DBG] from='client.48302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:01:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:06.963593+0000 mgr.y (mgr.14556) 22945 : cluster [DBG] pgmap v20270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:01:06.417520+0000 mgr.y (mgr.14556) 22944 : audit [DBG] from='client.48302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:01:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:06.963593+0000 mgr.y (mgr.14556) 22945 : cluster [DBG] pgmap v20270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:01:06.417520+0000 mgr.y (mgr.14556) 22944 : audit [DBG] from='client.48302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:01:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:06.963593+0000 mgr.y (mgr.14556) 22945 : cluster [DBG] pgmap v20270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:08.963984+0000 mgr.y (mgr.14556) 22946 : cluster [DBG] pgmap v20271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:08.963984+0000 mgr.y (mgr.14556) 22946 : cluster [DBG] pgmap v20271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:08.963984+0000 mgr.y (mgr.14556) 22946 : cluster [DBG] pgmap v20271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:01:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:01:12.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:10.964658+0000 mgr.y (mgr.14556) 22947 : cluster [DBG] pgmap v20272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:10.964658+0000 mgr.y (mgr.14556) 22947 : cluster [DBG] pgmap v20272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:10.964658+0000 mgr.y (mgr.14556) 22947 : cluster [DBG] pgmap v20272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:14.063 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:01:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:01:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T18:01:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:12.965227+0000 mgr.y (mgr.14556) 22948 : cluster [DBG] pgmap v20273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:14.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:12.965227+0000 mgr.y (mgr.14556) 22948 : cluster [DBG] pgmap v20273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:12.965227+0000 mgr.y (mgr.14556) 22948 : cluster [DBG] pgmap v20273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:14.965783+0000 mgr.y (mgr.14556) 22949 : cluster [DBG] pgmap v20274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:14.965783+0000 mgr.y (mgr.14556) 22949 : cluster [DBG] pgmap v20274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:14.965783+0000 mgr.y (mgr.14556) 22949 : cluster [DBG] pgmap v20274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:16.966401+0000 mgr.y (mgr.14556) 22950 : cluster [DBG] pgmap v20275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:16.966401+0000 mgr.y (mgr.14556) 22950 : cluster [DBG] pgmap v20275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:16.966401+0000 mgr.y (mgr.14556) 22950 : cluster [DBG] pgmap v20275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:18.966781+0000 mgr.y (mgr.14556) 22951 : cluster [DBG] pgmap v20276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:18.966781+0000 mgr.y (mgr.14556) 22951 : cluster [DBG] pgmap v20276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:18.966781+0000 mgr.y (mgr.14556) 22951 : cluster [DBG] pgmap v20276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:01:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:01:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:20.967360+0000 mgr.y (mgr.14556) 22952 : cluster [DBG] pgmap v20277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:20.967360+0000 mgr.y (mgr.14556) 22952 : cluster [DBG] pgmap v20277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:20.967360+0000 mgr.y (mgr.14556) 22952 : cluster [DBG] pgmap v20277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:24.114 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:01:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:01:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:01:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:22.967779+0000 mgr.y (mgr.14556) 22953 : cluster [DBG] pgmap v20278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:22.967779+0000 mgr.y (mgr.14556) 22953 : cluster [DBG] pgmap v20278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:22.967779+0000 mgr.y (mgr.14556) 22953 : cluster [DBG] pgmap v20278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:24.968257+0000 mgr.y (mgr.14556) 22954 : cluster [DBG] pgmap v20279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:24.968257+0000 mgr.y (mgr.14556) 22954 : cluster [DBG] pgmap v20279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:24.968257+0000 mgr.y (mgr.14556) 22954 : cluster [DBG] pgmap v20279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:26.969132+0000 mgr.y (mgr.14556) 22955 : cluster [DBG] pgmap v20280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:26.969132+0000 mgr.y (mgr.14556) 22955 : cluster [DBG] pgmap v20280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:26.969132+0000 mgr.y (mgr.14556) 22955 : cluster [DBG] pgmap v20280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:28.969650+0000 mgr.y (mgr.14556) 22956 : cluster [DBG] pgmap v20281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:28.969650+0000 mgr.y (mgr.14556) 22956 : cluster [DBG] pgmap v20281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:28.969650+0000 mgr.y (mgr.14556) 22956 : cluster [DBG] pgmap v20281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:01:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:01:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:30.970376+0000 mgr.y (mgr.14556) 22957 : cluster [DBG] pgmap v20282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:30.970376+0000 mgr.y (mgr.14556) 22957 : cluster [DBG] pgmap v20282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:30.970376+0000 mgr.y (mgr.14556) 22957 : cluster [DBG] pgmap v20282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:01:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:01:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:01:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:32.970944+0000 mgr.y (mgr.14556) 22958 : cluster [DBG] pgmap v20283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:32.970944+0000 mgr.y (mgr.14556) 22958 : cluster [DBG] pgmap v20283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:32.970944+0000 mgr.y (mgr.14556) 22958 : cluster [DBG] pgmap v20283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:34.971585+0000 mgr.y (mgr.14556) 22959 : cluster [DBG] pgmap v20284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:34.971585+0000 mgr.y (mgr.14556) 22959 : cluster [DBG] pgmap v20284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:34.971585+0000 mgr.y (mgr.14556) 22959 : cluster [DBG] pgmap v20284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:37.112 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:01:37.399 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:01:37.399 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 3m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:01:37.399 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 3m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:01:37.399 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 3m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:01:37.399 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 3m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:01:37.399 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 3m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:01:37.399 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 3m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:01:37.399 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 3m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:01:37.399 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 3m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:01:37.399 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 3m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:01:37.399 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 3m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:01:37.400 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 3m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:01:37.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 3m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:01:37.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 3m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:01:37.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 3m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:01:37.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 3m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:01:37.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 3m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:01:37.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 3m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:01:37.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 3m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:01:37.400 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 3m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:01:37.400 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 3m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:01:37.746 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:01:37.746 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:01:37.746 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:01:37.746 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:01:37.747 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:01:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:36.972216+0000 mgr.y (mgr.14556) 22960 : cluster [DBG] pgmap v20285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:01:37.101185+0000 mgr.y (mgr.14556) 22961 : audit [DBG] from='client.38406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:01:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:01:37.748057+0000 mon.c (mon.2) 549 : audit [DBG] from='client.? 172.21.15.23:0/3472477891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:01:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:36.972216+0000 mgr.y (mgr.14556) 22960 : cluster [DBG] pgmap v20285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:01:37.101185+0000 mgr.y (mgr.14556) 22961 : audit [DBG] from='client.38406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:01:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:01:37.748057+0000 mon.c (mon.2) 549 : audit [DBG] from='client.? 172.21.15.23:0/3472477891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:01:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:36.972216+0000 mgr.y (mgr.14556) 22960 : cluster [DBG] pgmap v20285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:01:37.101185+0000 mgr.y (mgr.14556) 22961 : audit [DBG] from='client.38406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:01:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:01:37.748057+0000 mon.c (mon.2) 549 : audit [DBG] from='client.? 172.21.15.23:0/3472477891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:01:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:01:37.392258+0000 mgr.y (mgr.14556) 22962 : audit [DBG] from='client.48320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:01:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:01:37.392258+0000 mgr.y (mgr.14556) 22962 : audit [DBG] from='client.48320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:01:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:01:37.392258+0000 mgr.y (mgr.14556) 22962 : audit [DBG] from='client.48320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:01:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:38.972659+0000 mgr.y (mgr.14556) 22963 : cluster [DBG] pgmap v20286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:38.972659+0000 mgr.y (mgr.14556) 22963 : cluster [DBG] pgmap v20286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:38.972659+0000 mgr.y (mgr.14556) 22963 : cluster [DBG] pgmap v20286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:41.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:40.973366+0000 mgr.y (mgr.14556) 22964 : cluster [DBG] pgmap v20287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:40.973366+0000 mgr.y (mgr.14556) 22964 : cluster [DBG] pgmap v20287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:40.973366+0000 mgr.y (mgr.14556) 22964 : cluster [DBG] pgmap v20287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:01:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:01:44.039 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:01:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:01:43] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T18:01:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:42.973944+0000 mgr.y (mgr.14556) 22965 : cluster [DBG] pgmap v20288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:42.973944+0000 mgr.y (mgr.14556) 22965 : cluster [DBG] pgmap v20288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:42.973944+0000 mgr.y (mgr.14556) 22965 : cluster [DBG] pgmap v20288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:44.974341+0000 mgr.y (mgr.14556) 22966 : cluster [DBG] pgmap v20289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:44.974341+0000 mgr.y (mgr.14556) 22966 : cluster [DBG] pgmap v20289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:44.974341+0000 mgr.y (mgr.14556) 22966 : cluster [DBG] pgmap v20289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:46.975148+0000 mgr.y (mgr.14556) 22967 : cluster [DBG] pgmap v20290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:46.975148+0000 mgr.y (mgr.14556) 22967 : cluster [DBG] pgmap v20290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:46.975148+0000 mgr.y (mgr.14556) 22967 : cluster [DBG] pgmap v20290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:48.975559+0000 mgr.y (mgr.14556) 22968 : cluster [DBG] pgmap v20291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:48.975559+0000 mgr.y (mgr.14556) 22968 : cluster [DBG] pgmap v20291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:48.975559+0000 mgr.y (mgr.14556) 22968 : cluster [DBG] pgmap v20291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:01:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:01:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:50.976273+0000 mgr.y (mgr.14556) 22969 : cluster [DBG] pgmap v20292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:50.976273+0000 mgr.y (mgr.14556) 22969 : cluster [DBG] pgmap v20292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:50.976273+0000 mgr.y (mgr.14556) 22969 : cluster [DBG] pgmap v20292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:54.070 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:01:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:01:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T18:01:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:52.976781+0000 mgr.y (mgr.14556) 22970 : cluster [DBG] pgmap v20293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:54.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:52.976781+0000 mgr.y (mgr.14556) 22970 : cluster [DBG] pgmap v20293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:52.976781+0000 mgr.y (mgr.14556) 22970 : cluster [DBG] pgmap v20293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:54.977252+0000 mgr.y (mgr.14556) 22971 : cluster [DBG] pgmap v20294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:01:55.488761+0000 mon.a (mon.0) 4792 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:01:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:01:55.799519+0000 mon.a (mon.0) 4793 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:01:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:01:55.800167+0000 mon.a (mon.0) 4794 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:01:56.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:01:55.805877+0000 mon.a (mon.0) 4795 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:01:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:54.977252+0000 mgr.y (mgr.14556) 22971 : cluster [DBG] pgmap v20294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:01:55.488761+0000 mon.a (mon.0) 4792 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:01:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:01:55.799519+0000 mon.a (mon.0) 4793 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:01:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:01:55.800167+0000 mon.a (mon.0) 4794 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:01:56.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:01:55.805877+0000 mon.a (mon.0) 4795 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:01:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:54.977252+0000 mgr.y (mgr.14556) 22971 : cluster [DBG] pgmap v20294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:01:55.488761+0000 mon.a (mon.0) 4792 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:01:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:01:55.799519+0000 mon.a (mon.0) 4793 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:01:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:01:55.800167+0000 mon.a (mon.0) 4794 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:01:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:01:55.805877+0000 mon.a (mon.0) 4795 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:01:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:01:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:56.978055+0000 mgr.y (mgr.14556) 22972 : cluster [DBG] pgmap v20295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:58.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:01:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:56.978055+0000 mgr.y (mgr.14556) 22972 : cluster [DBG] pgmap v20295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:01:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:01:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:56.978055+0000 mgr.y (mgr.14556) 22972 : cluster [DBG] pgmap v20295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:01:58.978489+0000 mgr.y (mgr.14556) 22973 : cluster [DBG] pgmap v20296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:01:58.978489+0000 mgr.y (mgr.14556) 22973 : cluster [DBG] pgmap v20296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:01:58.978489+0000 mgr.y (mgr.14556) 22973 : cluster [DBG] pgmap v20296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:02:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:02:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:00.979161+0000 mgr.y (mgr.14556) 22974 : cluster [DBG] pgmap v20297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:00.979161+0000 mgr.y (mgr.14556) 22974 : cluster [DBG] pgmap v20297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:00.979161+0000 mgr.y (mgr.14556) 22974 : cluster [DBG] pgmap v20297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:04.059 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:02:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:02:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T18:02:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:02.979549+0000 mgr.y (mgr.14556) 22975 : cluster [DBG] pgmap v20298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:02.979549+0000 mgr.y (mgr.14556) 22975 : cluster [DBG] pgmap v20298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:02.979549+0000 mgr.y (mgr.14556) 22975 : cluster [DBG] pgmap v20298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:04.979955+0000 mgr.y (mgr.14556) 22976 : cluster [DBG] pgmap v20299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:04.979955+0000 mgr.y (mgr.14556) 22976 : cluster [DBG] pgmap v20299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:04.979955+0000 mgr.y (mgr.14556) 22976 : cluster [DBG] pgmap v20299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:08.069 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:02:08.360 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:02:08.360 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 4m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:02:08.360 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 4m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:02:08.360 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 4m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:02:08.360 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 4m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:02:08.360 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 4m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:02:08.360 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 4m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:02:08.360 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 4m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 4m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 4m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 4m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 4m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 4m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 4m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 4m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 4m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 4m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 4m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 4m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 4m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:02:08.361 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 4m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:02:08.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:06.980798+0000 mgr.y (mgr.14556) 22977 : cluster [DBG] pgmap v20300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:06.980798+0000 mgr.y (mgr.14556) 22977 : cluster [DBG] pgmap v20300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:08.411 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:06.980798+0000 mgr.y (mgr.14556) 22977 : cluster [DBG] pgmap v20300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:08.714 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:02:08.714 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:02:08.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:02:08.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:02:08.714 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:02:08.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:02:08.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:02:08.714 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:02:08.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:02:08.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:02:08.714 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:02:08.715 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:02:08.715 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:02:08.715 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:02:08.715 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:02:08.715 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:02:08.715 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:02:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:02:08.059382+0000 mgr.y (mgr.14556) 22978 : audit [DBG] from='client.48332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:02:09.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:02:08.715388+0000 mon.a (mon.0) 4796 : audit [DBG] from='client.? 172.21.15.23:0/1105375206' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:02:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:02:08.059382+0000 mgr.y (mgr.14556) 22978 : audit [DBG] from='client.48332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:02:09.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:02:08.715388+0000 mon.a (mon.0) 4796 : audit [DBG] from='client.? 172.21.15.23:0/1105375206' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:02:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:02:08.059382+0000 mgr.y (mgr.14556) 22978 : audit [DBG] from='client.48332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:02:09.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:02:08.715388+0000 mon.a (mon.0) 4796 : audit [DBG] from='client.? 172.21.15.23:0/1105375206' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:02:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:02:08.353839+0000 mgr.y (mgr.14556) 22979 : audit [DBG] from='client.48338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:02:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:08.981374+0000 mgr.y (mgr.14556) 22980 : cluster [DBG] pgmap v20301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:02:08.353839+0000 mgr.y (mgr.14556) 22979 : audit [DBG] from='client.48338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:02:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:08.981374+0000 mgr.y (mgr.14556) 22980 : cluster [DBG] pgmap v20301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:02:08.353839+0000 mgr.y (mgr.14556) 22979 : audit [DBG] from='client.48338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:02:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:08.981374+0000 mgr.y (mgr.14556) 22980 : cluster [DBG] pgmap v20301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:02:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:02:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:10.982112+0000 mgr.y (mgr.14556) 22981 : cluster [DBG] pgmap v20302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:10.982112+0000 mgr.y (mgr.14556) 22981 : cluster [DBG] pgmap v20302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:10.982112+0000 mgr.y (mgr.14556) 22981 : cluster [DBG] pgmap v20302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:02:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:02:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T18:02:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:12.982452+0000 mgr.y (mgr.14556) 22982 : cluster [DBG] pgmap v20303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:12.982452+0000 mgr.y (mgr.14556) 22982 : cluster [DBG] pgmap v20303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:12.982452+0000 mgr.y (mgr.14556) 22982 : cluster [DBG] pgmap v20303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:14.982957+0000 mgr.y (mgr.14556) 22983 : cluster [DBG] pgmap v20304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:14.982957+0000 mgr.y (mgr.14556) 22983 : cluster [DBG] pgmap v20304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:14.982957+0000 mgr.y (mgr.14556) 22983 : cluster [DBG] pgmap v20304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:16.983703+0000 mgr.y (mgr.14556) 22984 : cluster [DBG] pgmap v20305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:16.983703+0000 mgr.y (mgr.14556) 22984 : cluster [DBG] pgmap v20305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:16.983703+0000 mgr.y (mgr.14556) 22984 : cluster [DBG] pgmap v20305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:18.984246+0000 mgr.y (mgr.14556) 22985 : cluster [DBG] pgmap v20306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:18.984246+0000 mgr.y (mgr.14556) 22985 : cluster [DBG] pgmap v20306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:18.984246+0000 mgr.y (mgr.14556) 22985 : cluster [DBG] pgmap v20306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:02:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:02:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:20.984936+0000 mgr.y (mgr.14556) 22986 : cluster [DBG] pgmap v20307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:20.984936+0000 mgr.y (mgr.14556) 22986 : cluster [DBG] pgmap v20307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:20.984936+0000 mgr.y (mgr.14556) 22986 : cluster [DBG] pgmap v20307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:02:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:02:23] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T18:02:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:22.985455+0000 mgr.y (mgr.14556) 22987 : cluster [DBG] pgmap v20308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:22.985455+0000 mgr.y (mgr.14556) 22987 : cluster [DBG] pgmap v20308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:22.985455+0000 mgr.y (mgr.14556) 22987 : cluster [DBG] pgmap v20308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:24.985823+0000 mgr.y (mgr.14556) 22988 : cluster [DBG] pgmap v20309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:24.985823+0000 mgr.y (mgr.14556) 22988 : cluster [DBG] pgmap v20309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:24.985823+0000 mgr.y (mgr.14556) 22988 : cluster [DBG] pgmap v20309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:26.986562+0000 mgr.y (mgr.14556) 22989 : cluster [DBG] pgmap v20310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:26.986562+0000 mgr.y (mgr.14556) 22989 : cluster [DBG] pgmap v20310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:26.986562+0000 mgr.y (mgr.14556) 22989 : cluster [DBG] pgmap v20310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:28.986977+0000 mgr.y (mgr.14556) 22990 : cluster [DBG] pgmap v20311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:28.986977+0000 mgr.y (mgr.14556) 22990 : cluster [DBG] pgmap v20311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:30.414 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:28.986977+0000 mgr.y (mgr.14556) 22990 : cluster [DBG] pgmap v20311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:02:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:02:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:30.987707+0000 mgr.y (mgr.14556) 22991 : cluster [DBG] pgmap v20312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:30.987707+0000 mgr.y (mgr.14556) 22991 : cluster [DBG] pgmap v20312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:30.987707+0000 mgr.y (mgr.14556) 22991 : cluster [DBG] pgmap v20312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:34.056 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:02:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:02:33] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T18:02:34.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:32.988041+0000 mgr.y (mgr.14556) 22992 : cluster [DBG] pgmap v20313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:34.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:32.988041+0000 mgr.y (mgr.14556) 22992 : cluster [DBG] pgmap v20313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:32.988041+0000 mgr.y (mgr.14556) 22992 : cluster [DBG] pgmap v20313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:36.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:34.988543+0000 mgr.y (mgr.14556) 22993 : cluster [DBG] pgmap v20314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:36.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:34.988543+0000 mgr.y (mgr.14556) 22993 : cluster [DBG] pgmap v20314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:34.988543+0000 mgr.y (mgr.14556) 22993 : cluster [DBG] pgmap v20314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:36.989193+0000 mgr.y (mgr.14556) 22994 : cluster [DBG] pgmap v20315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:36.989193+0000 mgr.y (mgr.14556) 22994 : cluster [DBG] pgmap v20315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:36.989193+0000 mgr.y (mgr.14556) 22994 : cluster [DBG] pgmap v20315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:39.040 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:02:39.328 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:02:39.328 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 4m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:02:39.328 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 4m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:02:39.328 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 4m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:02:39.328 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 4m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:02:39.328 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 4m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:02:39.328 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 4m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:02:39.328 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 4m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 4m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 4m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 4m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 4m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 4m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 4m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 4m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 4m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 4m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 4m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 4m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 4m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:02:39.329 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 4m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:02:39.679 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:02:39.680 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:02:39.680 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:02:39.680 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:02:39.680 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:02:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:38.989562+0000 mgr.y (mgr.14556) 22995 : cluster [DBG] pgmap v20316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:02:39.029594+0000 mgr.y (mgr.14556) 22996 : audit [DBG] from='client.38442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:02:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:02:39.680394+0000 mon.c (mon.2) 550 : audit [DBG] from='client.? 172.21.15.23:0/4272781683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:02:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:38.989562+0000 mgr.y (mgr.14556) 22995 : cluster [DBG] pgmap v20316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:02:39.029594+0000 mgr.y (mgr.14556) 22996 : audit [DBG] from='client.38442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:02:40.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:02:39.680394+0000 mon.c (mon.2) 550 : audit [DBG] from='client.? 172.21.15.23:0/4272781683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:02:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:38.989562+0000 mgr.y (mgr.14556) 22995 : cluster [DBG] pgmap v20316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:02:39.029594+0000 mgr.y (mgr.14556) 22996 : audit [DBG] from='client.38442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:02:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:02:39.680394+0000 mon.c (mon.2) 550 : audit [DBG] from='client.? 172.21.15.23:0/4272781683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:02:41.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:02:39.321835+0000 mgr.y (mgr.14556) 22997 : audit [DBG] from='client.38448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:02:41.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:02:39.321835+0000 mgr.y (mgr.14556) 22997 : audit [DBG] from='client.38448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:02:41.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:02:39.321835+0000 mgr.y (mgr.14556) 22997 : audit [DBG] from='client.38448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:02:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:02:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:02:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:40.990179+0000 mgr.y (mgr.14556) 22998 : cluster [DBG] pgmap v20317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:40.990179+0000 mgr.y (mgr.14556) 22998 : cluster [DBG] pgmap v20317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:40.990179+0000 mgr.y (mgr.14556) 22998 : cluster [DBG] pgmap v20317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:44.093 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:02:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:02:43] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T18:02:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:42.990561+0000 mgr.y (mgr.14556) 22999 : cluster [DBG] pgmap v20318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:42.990561+0000 mgr.y (mgr.14556) 22999 : cluster [DBG] pgmap v20318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:42.990561+0000 mgr.y (mgr.14556) 22999 : cluster [DBG] pgmap v20318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:46.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:44.990980+0000 mgr.y (mgr.14556) 23000 : cluster [DBG] pgmap v20319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:46.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:44.990980+0000 mgr.y (mgr.14556) 23000 : cluster [DBG] pgmap v20319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:44.990980+0000 mgr.y (mgr.14556) 23000 : cluster [DBG] pgmap v20319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:46.991772+0000 mgr.y (mgr.14556) 23001 : cluster [DBG] pgmap v20320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:46.991772+0000 mgr.y (mgr.14556) 23001 : cluster [DBG] pgmap v20320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:46.991772+0000 mgr.y (mgr.14556) 23001 : cluster [DBG] pgmap v20320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:48.992316+0000 mgr.y (mgr.14556) 23002 : cluster [DBG] pgmap v20321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:48.992316+0000 mgr.y (mgr.14556) 23002 : cluster [DBG] pgmap v20321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:48.992316+0000 mgr.y (mgr.14556) 23002 : cluster [DBG] pgmap v20321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:02:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:02:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:50.993005+0000 mgr.y (mgr.14556) 23003 : cluster [DBG] pgmap v20322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:50.993005+0000 mgr.y (mgr.14556) 23003 : cluster [DBG] pgmap v20322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:50.993005+0000 mgr.y (mgr.14556) 23003 : cluster [DBG] pgmap v20322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:02:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:02:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T18:02:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:52.993419+0000 mgr.y (mgr.14556) 23004 : cluster [DBG] pgmap v20323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:52.993419+0000 mgr.y (mgr.14556) 23004 : cluster [DBG] pgmap v20323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:52.993419+0000 mgr.y (mgr.14556) 23004 : cluster [DBG] pgmap v20323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:54.993908+0000 mgr.y (mgr.14556) 23005 : cluster [DBG] pgmap v20324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:02:55.810533+0000 mon.a (mon.0) 4797 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:02:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:02:56.117484+0000 mon.a (mon.0) 4798 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:02:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:02:56.118123+0000 mon.a (mon.0) 4799 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:02:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:02:56.127161+0000 mon.a (mon.0) 4800 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:02:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:54.993908+0000 mgr.y (mgr.14556) 23005 : cluster [DBG] pgmap v20324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:02:55.810533+0000 mon.a (mon.0) 4797 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:02:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:02:56.117484+0000 mon.a (mon.0) 4798 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:02:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:02:56.118123+0000 mon.a (mon.0) 4799 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:02:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:02:56.127161+0000 mon.a (mon.0) 4800 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:02:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:54.993908+0000 mgr.y (mgr.14556) 23005 : cluster [DBG] pgmap v20324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:02:55.810533+0000 mon.a (mon.0) 4797 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:02:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:02:56.117484+0000 mon.a (mon.0) 4798 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:02:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:02:56.118123+0000 mon.a (mon.0) 4799 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:02:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:02:56.127161+0000 mon.a (mon.0) 4800 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:02:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:02:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:56.994720+0000 mgr.y (mgr.14556) 23006 : cluster [DBG] pgmap v20325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:02:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:56.994720+0000 mgr.y (mgr.14556) 23006 : cluster [DBG] pgmap v20325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:02:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:02:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:56.994720+0000 mgr.y (mgr.14556) 23006 : cluster [DBG] pgmap v20325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:02:58.995211+0000 mgr.y (mgr.14556) 23007 : cluster [DBG] pgmap v20326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:02:58.995211+0000 mgr.y (mgr.14556) 23007 : cluster [DBG] pgmap v20326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:02:58.995211+0000 mgr.y (mgr.14556) 23007 : cluster [DBG] pgmap v20326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:03:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:03:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:00.995939+0000 mgr.y (mgr.14556) 23008 : cluster [DBG] pgmap v20327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:00.995939+0000 mgr.y (mgr.14556) 23008 : cluster [DBG] pgmap v20327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:00.995939+0000 mgr.y (mgr.14556) 23008 : cluster [DBG] pgmap v20327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:03:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:03:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T18:03:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:02.996362+0000 mgr.y (mgr.14556) 23009 : cluster [DBG] pgmap v20328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:02.996362+0000 mgr.y (mgr.14556) 23009 : cluster [DBG] pgmap v20328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:02.996362+0000 mgr.y (mgr.14556) 23009 : cluster [DBG] pgmap v20328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:04.996803+0000 mgr.y (mgr.14556) 23010 : cluster [DBG] pgmap v20329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:04.996803+0000 mgr.y (mgr.14556) 23010 : cluster [DBG] pgmap v20329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:04.996803+0000 mgr.y (mgr.14556) 23010 : cluster [DBG] pgmap v20329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:06.997574+0000 mgr.y (mgr.14556) 23011 : cluster [DBG] pgmap v20330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:06.997574+0000 mgr.y (mgr.14556) 23011 : cluster [DBG] pgmap v20330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:06.997574+0000 mgr.y (mgr.14556) 23011 : cluster [DBG] pgmap v20330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:10.006 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:03:10.293 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:03:10.293 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 5m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:03:10.293 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 5m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:03:10.293 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 5m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:03:10.293 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 5m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:03:10.293 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 5m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:03:10.293 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 5m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:03:10.293 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 5m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:03:10.293 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 5m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:03:10.294 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 5m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:03:10.294 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 5m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:03:10.294 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 5m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:03:10.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 5m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:03:10.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 5m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:03:10.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 5m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:03:10.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 5m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:03:10.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 5m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:03:10.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 5m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:03:10.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 5m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:03:10.294 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 5m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:03:10.294 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 5m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:03:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:08.997964+0000 mgr.y (mgr.14556) 23012 : cluster [DBG] pgmap v20331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:08.997964+0000 mgr.y (mgr.14556) 23012 : cluster [DBG] pgmap v20331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:08.997964+0000 mgr.y (mgr.14556) 23012 : cluster [DBG] pgmap v20331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:10.642 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:03:10.642 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:03:10.642 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:03:10.642 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:03:10.642 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:03:10.642 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:03:10.642 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:03:10.643 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:03:10.643 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:03:10.643 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:03:10.643 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:03:10.643 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:03:10.643 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:03:10.643 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:03:10.643 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:03:10.643 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:03:10.643 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:03:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:03:09.995583+0000 mgr.y (mgr.14556) 23013 : audit [DBG] from='client.48368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:03:11.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:03:10.643759+0000 mon.c (mon.2) 551 : audit [DBG] from='client.? 172.21.15.23:0/3716445361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:03:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:03:09.995583+0000 mgr.y (mgr.14556) 23013 : audit [DBG] from='client.48368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:03:11.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:03:10.643759+0000 mon.c (mon.2) 551 : audit [DBG] from='client.? 172.21.15.23:0/3716445361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:03:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:03:09.995583+0000 mgr.y (mgr.14556) 23013 : audit [DBG] from='client.48368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:03:11.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:03:10.643759+0000 mon.c (mon.2) 551 : audit [DBG] from='client.? 172.21.15.23:0/3716445361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:03:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:03:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:03:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:03:10.286576+0000 mgr.y (mgr.14556) 23014 : audit [DBG] from='client.48374 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:03:12.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:10.998804+0000 mgr.y (mgr.14556) 23015 : cluster [DBG] pgmap v20332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:03:10.286576+0000 mgr.y (mgr.14556) 23014 : audit [DBG] from='client.48374 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:03:12.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:10.998804+0000 mgr.y (mgr.14556) 23015 : cluster [DBG] pgmap v20332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:03:10.286576+0000 mgr.y (mgr.14556) 23014 : audit [DBG] from='client.48374 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:03:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:10.998804+0000 mgr.y (mgr.14556) 23015 : cluster [DBG] pgmap v20332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:14.106 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:03:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:03:13] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T18:03:14.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:12.999196+0000 mgr.y (mgr.14556) 23016 : cluster [DBG] pgmap v20333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:14.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:12.999196+0000 mgr.y (mgr.14556) 23016 : cluster [DBG] pgmap v20333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:12.999196+0000 mgr.y (mgr.14556) 23016 : cluster [DBG] pgmap v20333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:16.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:14.999786+0000 mgr.y (mgr.14556) 23017 : cluster [DBG] pgmap v20334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:16.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:14.999786+0000 mgr.y (mgr.14556) 23017 : cluster [DBG] pgmap v20334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:14.999786+0000 mgr.y (mgr.14556) 23017 : cluster [DBG] pgmap v20334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:17.000591+0000 mgr.y (mgr.14556) 23018 : cluster [DBG] pgmap v20335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:17.000591+0000 mgr.y (mgr.14556) 23018 : cluster [DBG] pgmap v20335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:17.000591+0000 mgr.y (mgr.14556) 23018 : cluster [DBG] pgmap v20335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:19.000978+0000 mgr.y (mgr.14556) 23019 : cluster [DBG] pgmap v20336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:19.000978+0000 mgr.y (mgr.14556) 23019 : cluster [DBG] pgmap v20336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:19.000978+0000 mgr.y (mgr.14556) 23019 : cluster [DBG] pgmap v20336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:03:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:03:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:21.001729+0000 mgr.y (mgr.14556) 23020 : cluster [DBG] pgmap v20337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:21.001729+0000 mgr.y (mgr.14556) 23020 : cluster [DBG] pgmap v20337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:21.001729+0000 mgr.y (mgr.14556) 23020 : cluster [DBG] pgmap v20337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:03:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:03:23] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T18:03:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:23.002171+0000 mgr.y (mgr.14556) 23021 : cluster [DBG] pgmap v20338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:23.002171+0000 mgr.y (mgr.14556) 23021 : cluster [DBG] pgmap v20338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:23.002171+0000 mgr.y (mgr.14556) 23021 : cluster [DBG] pgmap v20338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:25.002742+0000 mgr.y (mgr.14556) 23022 : cluster [DBG] pgmap v20339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:25.002742+0000 mgr.y (mgr.14556) 23022 : cluster [DBG] pgmap v20339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:25.002742+0000 mgr.y (mgr.14556) 23022 : cluster [DBG] pgmap v20339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:27.003466+0000 mgr.y (mgr.14556) 23023 : cluster [DBG] pgmap v20340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:27.003466+0000 mgr.y (mgr.14556) 23023 : cluster [DBG] pgmap v20340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:27.003466+0000 mgr.y (mgr.14556) 23023 : cluster [DBG] pgmap v20340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:29.003863+0000 mgr.y (mgr.14556) 23024 : cluster [DBG] pgmap v20341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:29.003863+0000 mgr.y (mgr.14556) 23024 : cluster [DBG] pgmap v20341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:29.003863+0000 mgr.y (mgr.14556) 23024 : cluster [DBG] pgmap v20341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:03:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:03:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:31.004531+0000 mgr.y (mgr.14556) 23025 : cluster [DBG] pgmap v20342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:31.004531+0000 mgr.y (mgr.14556) 23025 : cluster [DBG] pgmap v20342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:31.004531+0000 mgr.y (mgr.14556) 23025 : cluster [DBG] pgmap v20342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:03:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:03:33] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T18:03:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:33.005039+0000 mgr.y (mgr.14556) 23026 : cluster [DBG] pgmap v20343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:33.005039+0000 mgr.y (mgr.14556) 23026 : cluster [DBG] pgmap v20343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:33.005039+0000 mgr.y (mgr.14556) 23026 : cluster [DBG] pgmap v20343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:35.005589+0000 mgr.y (mgr.14556) 23027 : cluster [DBG] pgmap v20344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:35.005589+0000 mgr.y (mgr.14556) 23027 : cluster [DBG] pgmap v20344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:35.005589+0000 mgr.y (mgr.14556) 23027 : cluster [DBG] pgmap v20344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:37.006230+0000 mgr.y (mgr.14556) 23028 : cluster [DBG] pgmap v20345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:37.006230+0000 mgr.y (mgr.14556) 23028 : cluster [DBG] pgmap v20345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:37.006230+0000 mgr.y (mgr.14556) 23028 : cluster [DBG] pgmap v20345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:39.006717+0000 mgr.y (mgr.14556) 23029 : cluster [DBG] pgmap v20346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:39.006717+0000 mgr.y (mgr.14556) 23029 : cluster [DBG] pgmap v20346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:39.006717+0000 mgr.y (mgr.14556) 23029 : cluster [DBG] pgmap v20346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:40.967 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:03:41.257 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 5m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 5m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 5m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 5m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 5m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 5m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 5m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 5m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 5m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 5m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 5m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 5m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:03:41.258 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 5m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:03:41.259 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 5m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:03:41.259 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 5m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:03:41.259 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 5m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:03:41.259 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 5m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:03:41.259 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 5m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:03:41.259 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 5m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:03:41.259 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 5m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:03:41.607 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:03:41.608 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:03:41.609 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:03:41.609 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:03:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:03:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:03:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:03:40.956825+0000 mgr.y (mgr.14556) 23030 : audit [DBG] from='client.38478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:03:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:41.007247+0000 mgr.y (mgr.14556) 23031 : cluster [DBG] pgmap v20347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:03:41.609209+0000 mon.c (mon.2) 552 : audit [DBG] from='client.? 172.21.15.23:0/3091114109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:03:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:03:40.956825+0000 mgr.y (mgr.14556) 23030 : audit [DBG] from='client.38478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:03:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:41.007247+0000 mgr.y (mgr.14556) 23031 : cluster [DBG] pgmap v20347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:03:41.609209+0000 mon.c (mon.2) 552 : audit [DBG] from='client.? 172.21.15.23:0/3091114109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:03:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:03:40.956825+0000 mgr.y (mgr.14556) 23030 : audit [DBG] from='client.38478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:03:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:41.007247+0000 mgr.y (mgr.14556) 23031 : cluster [DBG] pgmap v20347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:03:41.609209+0000 mon.c (mon.2) 552 : audit [DBG] from='client.? 172.21.15.23:0/3091114109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:03:43.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:03:41.251215+0000 mgr.y (mgr.14556) 23032 : audit [DBG] from='client.48392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:03:43.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:03:41.251215+0000 mgr.y (mgr.14556) 23032 : audit [DBG] from='client.48392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:03:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:03:41.251215+0000 mgr.y (mgr.14556) 23032 : audit [DBG] from='client.48392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:03:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:03:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:03:43] "GET /metrics HTTP/1.1" 200 188265 "" "Prometheus/2.33.4" 2024-03-22T18:03:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:43.007555+0000 mgr.y (mgr.14556) 23033 : cluster [DBG] pgmap v20348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:43.007555+0000 mgr.y (mgr.14556) 23033 : cluster [DBG] pgmap v20348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:43.007555+0000 mgr.y (mgr.14556) 23033 : cluster [DBG] pgmap v20348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:45.007967+0000 mgr.y (mgr.14556) 23034 : cluster [DBG] pgmap v20349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:45.007967+0000 mgr.y (mgr.14556) 23034 : cluster [DBG] pgmap v20349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:45.007967+0000 mgr.y (mgr.14556) 23034 : cluster [DBG] pgmap v20349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:48.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:47.008709+0000 mgr.y (mgr.14556) 23035 : cluster [DBG] pgmap v20350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:48.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:47.008709+0000 mgr.y (mgr.14556) 23035 : cluster [DBG] pgmap v20350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:47.008709+0000 mgr.y (mgr.14556) 23035 : cluster [DBG] pgmap v20350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:50.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:49.009296+0000 mgr.y (mgr.14556) 23036 : cluster [DBG] pgmap v20351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:50.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:49.009296+0000 mgr.y (mgr.14556) 23036 : cluster [DBG] pgmap v20351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:49.009296+0000 mgr.y (mgr.14556) 23036 : cluster [DBG] pgmap v20351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:03:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:03:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:51.010133+0000 mgr.y (mgr.14556) 23037 : cluster [DBG] pgmap v20352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:51.010133+0000 mgr.y (mgr.14556) 23037 : cluster [DBG] pgmap v20352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:51.010133+0000 mgr.y (mgr.14556) 23037 : cluster [DBG] pgmap v20352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:54.105 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:03:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:03:53] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T18:03:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:53.010526+0000 mgr.y (mgr.14556) 23038 : cluster [DBG] pgmap v20353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:54.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:53.010526+0000 mgr.y (mgr.14556) 23038 : cluster [DBG] pgmap v20353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:53.010526+0000 mgr.y (mgr.14556) 23038 : cluster [DBG] pgmap v20353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:55.010870+0000 mgr.y (mgr.14556) 23039 : cluster [DBG] pgmap v20354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:55.010870+0000 mgr.y (mgr.14556) 23039 : cluster [DBG] pgmap v20354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:55.010870+0000 mgr.y (mgr.14556) 23039 : cluster [DBG] pgmap v20354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:03:56.131652+0000 mon.a (mon.0) 4801 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:03:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:03:56.436498+0000 mon.a (mon.0) 4802 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:03:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:03:56.437116+0000 mon.a (mon.0) 4803 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:03:57.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:03:56.446555+0000 mon.a (mon.0) 4804 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:03:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:03:56.131652+0000 mon.a (mon.0) 4801 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:03:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:03:56.436498+0000 mon.a (mon.0) 4802 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:03:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:03:56.437116+0000 mon.a (mon.0) 4803 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:03:57.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:03:56.446555+0000 mon.a (mon.0) 4804 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:03:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:03:56.131652+0000 mon.a (mon.0) 4801 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:03:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:03:56.436498+0000 mon.a (mon.0) 4802 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:03:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:03:56.437116+0000 mon.a (mon.0) 4803 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:03:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:03:56.446555+0000 mon.a (mon.0) 4804 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:03:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:57.011443+0000 mgr.y (mgr.14556) 23040 : cluster [DBG] pgmap v20355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:03:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:57.011443+0000 mgr.y (mgr.14556) 23040 : cluster [DBG] pgmap v20355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:03:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:03:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:57.011443+0000 mgr.y (mgr.14556) 23040 : cluster [DBG] pgmap v20355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:03:59.011757+0000 mgr.y (mgr.14556) 23041 : cluster [DBG] pgmap v20356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:03:59.011757+0000 mgr.y (mgr.14556) 23041 : cluster [DBG] pgmap v20356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:03:59.011757+0000 mgr.y (mgr.14556) 23041 : cluster [DBG] pgmap v20356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:04:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:04:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:01.012359+0000 mgr.y (mgr.14556) 23042 : cluster [DBG] pgmap v20357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:01.012359+0000 mgr.y (mgr.14556) 23042 : cluster [DBG] pgmap v20357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:01.012359+0000 mgr.y (mgr.14556) 23042 : cluster [DBG] pgmap v20357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:04:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:04:03] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-03-22T18:04:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:03.012716+0000 mgr.y (mgr.14556) 23043 : cluster [DBG] pgmap v20358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:03.012716+0000 mgr.y (mgr.14556) 23043 : cluster [DBG] pgmap v20358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:03.012716+0000 mgr.y (mgr.14556) 23043 : cluster [DBG] pgmap v20358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:05.013056+0000 mgr.y (mgr.14556) 23044 : cluster [DBG] pgmap v20359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:05.013056+0000 mgr.y (mgr.14556) 23044 : cluster [DBG] pgmap v20359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:05.013056+0000 mgr.y (mgr.14556) 23044 : cluster [DBG] pgmap v20359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:07.013716+0000 mgr.y (mgr.14556) 23045 : cluster [DBG] pgmap v20360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:07.013716+0000 mgr.y (mgr.14556) 23045 : cluster [DBG] pgmap v20360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:07.013716+0000 mgr.y (mgr.14556) 23045 : cluster [DBG] pgmap v20360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:09.014252+0000 mgr.y (mgr.14556) 23046 : cluster [DBG] pgmap v20361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:09.014252+0000 mgr.y (mgr.14556) 23046 : cluster [DBG] pgmap v20361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:09.014252+0000 mgr.y (mgr.14556) 23046 : cluster [DBG] pgmap v20361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:04:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:04:11.933 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:04:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:04:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 6m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:04:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 6m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:04:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 6m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:04:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 6m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:04:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 6m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:04:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 6m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:04:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 6m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:04:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 6m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:04:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 6m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:04:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 6m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:04:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 6m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:04:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 6m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:04:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 6m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:04:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 6m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:04:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 6m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:04:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 6m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:04:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 6m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:04:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 6m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:04:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 6m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:04:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 6m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:04:12.571 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:04:12.572 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:04:12.572 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:04:12.572 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:04:12.572 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:04:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:11.014960+0000 mgr.y (mgr.14556) 23047 : cluster [DBG] pgmap v20362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:11.014960+0000 mgr.y (mgr.14556) 23047 : cluster [DBG] pgmap v20362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:11.014960+0000 mgr.y (mgr.14556) 23047 : cluster [DBG] pgmap v20362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:04:11.923144+0000 mgr.y (mgr.14556) 23048 : audit [DBG] from='client.38496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:04:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:04:12.216528+0000 mgr.y (mgr.14556) 23049 : audit [DBG] from='client.48410 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:04:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:04:12.572288+0000 mon.c (mon.2) 553 : audit [DBG] from='client.? 172.21.15.23:0/1667091452' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:04:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:04:11.923144+0000 mgr.y (mgr.14556) 23048 : audit [DBG] from='client.38496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:04:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:04:12.216528+0000 mgr.y (mgr.14556) 23049 : audit [DBG] from='client.48410 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:04:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:04:12.572288+0000 mon.c (mon.2) 553 : audit [DBG] from='client.? 172.21.15.23:0/1667091452' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:04:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:04:11.923144+0000 mgr.y (mgr.14556) 23048 : audit [DBG] from='client.38496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:04:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:04:12.216528+0000 mgr.y (mgr.14556) 23049 : audit [DBG] from='client.48410 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:04:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:04:12.572288+0000 mon.c (mon.2) 553 : audit [DBG] from='client.? 172.21.15.23:0/1667091452' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:04:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:04:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:04:13] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T18:04:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:13.015279+0000 mgr.y (mgr.14556) 23050 : cluster [DBG] pgmap v20363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:13.015279+0000 mgr.y (mgr.14556) 23050 : cluster [DBG] pgmap v20363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:13.015279+0000 mgr.y (mgr.14556) 23050 : cluster [DBG] pgmap v20363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:15.015767+0000 mgr.y (mgr.14556) 23051 : cluster [DBG] pgmap v20364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:15.015767+0000 mgr.y (mgr.14556) 23051 : cluster [DBG] pgmap v20364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:15.015767+0000 mgr.y (mgr.14556) 23051 : cluster [DBG] pgmap v20364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:17.016403+0000 mgr.y (mgr.14556) 23052 : cluster [DBG] pgmap v20365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:17.016403+0000 mgr.y (mgr.14556) 23052 : cluster [DBG] pgmap v20365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:17.016403+0000 mgr.y (mgr.14556) 23052 : cluster [DBG] pgmap v20365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:19.016809+0000 mgr.y (mgr.14556) 23053 : cluster [DBG] pgmap v20366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:19.016809+0000 mgr.y (mgr.14556) 23053 : cluster [DBG] pgmap v20366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:19.016809+0000 mgr.y (mgr.14556) 23053 : cluster [DBG] pgmap v20366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:04:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:04:22.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:21.017579+0000 mgr.y (mgr.14556) 23054 : cluster [DBG] pgmap v20367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:22.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:21.017579+0000 mgr.y (mgr.14556) 23054 : cluster [DBG] pgmap v20367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:21.017579+0000 mgr.y (mgr.14556) 23054 : cluster [DBG] pgmap v20367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:24.097 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:04:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:04:23] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T18:04:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:23.018039+0000 mgr.y (mgr.14556) 23055 : cluster [DBG] pgmap v20368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:23.018039+0000 mgr.y (mgr.14556) 23055 : cluster [DBG] pgmap v20368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:23.018039+0000 mgr.y (mgr.14556) 23055 : cluster [DBG] pgmap v20368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:25.018602+0000 mgr.y (mgr.14556) 23056 : cluster [DBG] pgmap v20369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:25.018602+0000 mgr.y (mgr.14556) 23056 : cluster [DBG] pgmap v20369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:25.018602+0000 mgr.y (mgr.14556) 23056 : cluster [DBG] pgmap v20369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:27.019303+0000 mgr.y (mgr.14556) 23057 : cluster [DBG] pgmap v20370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:27.019303+0000 mgr.y (mgr.14556) 23057 : cluster [DBG] pgmap v20370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:27.019303+0000 mgr.y (mgr.14556) 23057 : cluster [DBG] pgmap v20370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:29.019644+0000 mgr.y (mgr.14556) 23058 : cluster [DBG] pgmap v20371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:29.019644+0000 mgr.y (mgr.14556) 23058 : cluster [DBG] pgmap v20371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:29.019644+0000 mgr.y (mgr.14556) 23058 : cluster [DBG] pgmap v20371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:04:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:04:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:31.020366+0000 mgr.y (mgr.14556) 23059 : cluster [DBG] pgmap v20372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:31.020366+0000 mgr.y (mgr.14556) 23059 : cluster [DBG] pgmap v20372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:31.020366+0000 mgr.y (mgr.14556) 23059 : cluster [DBG] pgmap v20372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:04:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:04:33] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T18:04:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:33.020758+0000 mgr.y (mgr.14556) 23060 : cluster [DBG] pgmap v20373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:33.020758+0000 mgr.y (mgr.14556) 23060 : cluster [DBG] pgmap v20373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:33.020758+0000 mgr.y (mgr.14556) 23060 : cluster [DBG] pgmap v20373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:35.021209+0000 mgr.y (mgr.14556) 23061 : cluster [DBG] pgmap v20374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:35.021209+0000 mgr.y (mgr.14556) 23061 : cluster [DBG] pgmap v20374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:35.021209+0000 mgr.y (mgr.14556) 23061 : cluster [DBG] pgmap v20374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:37.021896+0000 mgr.y (mgr.14556) 23062 : cluster [DBG] pgmap v20375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:37.021896+0000 mgr.y (mgr.14556) 23062 : cluster [DBG] pgmap v20375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:37.021896+0000 mgr.y (mgr.14556) 23062 : cluster [DBG] pgmap v20375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:39.022347+0000 mgr.y (mgr.14556) 23063 : cluster [DBG] pgmap v20376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:39.022347+0000 mgr.y (mgr.14556) 23063 : cluster [DBG] pgmap v20376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:39.022347+0000 mgr.y (mgr.14556) 23063 : cluster [DBG] pgmap v20376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:04:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:04:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:41.022968+0000 mgr.y (mgr.14556) 23064 : cluster [DBG] pgmap v20377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:41.022968+0000 mgr.y (mgr.14556) 23064 : cluster [DBG] pgmap v20377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:41.022968+0000 mgr.y (mgr.14556) 23064 : cluster [DBG] pgmap v20377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:42.898 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:04:43.187 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:04:43.187 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 6m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:04:43.187 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 6m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:04:43.187 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 6m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:04:43.187 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 6m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 6m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 6m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 6m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 6m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 6m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 6m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 6m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 6m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 6m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 6m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 6m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 6m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 6m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 6m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:04:43.188 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 6m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:04:43.189 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 6m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:04:43.540 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:04:43.541 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:04:43.542 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:04:43.542 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:04:43.542 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:04:44.130 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:04:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:04:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T18:04:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:04:42.888024+0000 mgr.y (mgr.14556) 23065 : audit [DBG] from='client.48422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:04:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:43.023297+0000 mgr.y (mgr.14556) 23066 : cluster [DBG] pgmap v20378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:04:43.180991+0000 mgr.y (mgr.14556) 23067 : audit [DBG] from='client.38520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:04:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:04:43.542241+0000 mon.a (mon.0) 4805 : audit [DBG] from='client.? 172.21.15.23:0/1270072663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:04:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:04:42.888024+0000 mgr.y (mgr.14556) 23065 : audit [DBG] from='client.48422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:04:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:43.023297+0000 mgr.y (mgr.14556) 23066 : cluster [DBG] pgmap v20378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:04:43.180991+0000 mgr.y (mgr.14556) 23067 : audit [DBG] from='client.38520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:04:44.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:04:43.542241+0000 mon.a (mon.0) 4805 : audit [DBG] from='client.? 172.21.15.23:0/1270072663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:04:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:04:42.888024+0000 mgr.y (mgr.14556) 23065 : audit [DBG] from='client.48422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:04:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:43.023297+0000 mgr.y (mgr.14556) 23066 : cluster [DBG] pgmap v20378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:04:43.180991+0000 mgr.y (mgr.14556) 23067 : audit [DBG] from='client.38520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:04:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:04:43.542241+0000 mon.a (mon.0) 4805 : audit [DBG] from='client.? 172.21.15.23:0/1270072663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:04:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:45.023884+0000 mgr.y (mgr.14556) 23068 : cluster [DBG] pgmap v20379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:45.023884+0000 mgr.y (mgr.14556) 23068 : cluster [DBG] pgmap v20379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:45.023884+0000 mgr.y (mgr.14556) 23068 : cluster [DBG] pgmap v20379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:47.024615+0000 mgr.y (mgr.14556) 23069 : cluster [DBG] pgmap v20380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:47.024615+0000 mgr.y (mgr.14556) 23069 : cluster [DBG] pgmap v20380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:47.024615+0000 mgr.y (mgr.14556) 23069 : cluster [DBG] pgmap v20380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:49.025022+0000 mgr.y (mgr.14556) 23070 : cluster [DBG] pgmap v20381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:49.025022+0000 mgr.y (mgr.14556) 23070 : cluster [DBG] pgmap v20381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:49.025022+0000 mgr.y (mgr.14556) 23070 : cluster [DBG] pgmap v20381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:04:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:04:52.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:51.025787+0000 mgr.y (mgr.14556) 23071 : cluster [DBG] pgmap v20382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:52.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:51.025787+0000 mgr.y (mgr.14556) 23071 : cluster [DBG] pgmap v20382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:51.025787+0000 mgr.y (mgr.14556) 23071 : cluster [DBG] pgmap v20382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:54.090 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:04:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:04:53] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T18:04:54.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:53.026163+0000 mgr.y (mgr.14556) 23072 : cluster [DBG] pgmap v20383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:54.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:53.026163+0000 mgr.y (mgr.14556) 23072 : cluster [DBG] pgmap v20383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:54.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:53.026163+0000 mgr.y (mgr.14556) 23072 : cluster [DBG] pgmap v20383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:56.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:55.026575+0000 mgr.y (mgr.14556) 23073 : cluster [DBG] pgmap v20384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:56.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:55.026575+0000 mgr.y (mgr.14556) 23073 : cluster [DBG] pgmap v20384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:56.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:55.026575+0000 mgr.y (mgr.14556) 23073 : cluster [DBG] pgmap v20384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:04:56.450940+0000 mon.a (mon.0) 4806 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:04:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:04:56.758709+0000 mon.a (mon.0) 4807 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:04:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:04:56.759395+0000 mon.a (mon.0) 4808 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:04:57.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:04:56.767064+0000 mon.a (mon.0) 4809 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:04:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:04:56.450940+0000 mon.a (mon.0) 4806 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:04:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:04:56.758709+0000 mon.a (mon.0) 4807 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:04:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:04:56.759395+0000 mon.a (mon.0) 4808 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:04:57.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:04:56.767064+0000 mon.a (mon.0) 4809 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:04:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:04:56.450940+0000 mon.a (mon.0) 4806 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:04:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:04:56.758709+0000 mon.a (mon.0) 4807 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:04:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:04:56.759395+0000 mon.a (mon.0) 4808 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:04:57.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:04:56.767064+0000 mon.a (mon.0) 4809 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:04:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:57.027258+0000 mgr.y (mgr.14556) 23074 : cluster [DBG] pgmap v20385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:04:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:57.027258+0000 mgr.y (mgr.14556) 23074 : cluster [DBG] pgmap v20385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:04:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:04:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:57.027258+0000 mgr.y (mgr.14556) 23074 : cluster [DBG] pgmap v20385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:04:59.027754+0000 mgr.y (mgr.14556) 23075 : cluster [DBG] pgmap v20386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:04:59.027754+0000 mgr.y (mgr.14556) 23075 : cluster [DBG] pgmap v20386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:04:59.027754+0000 mgr.y (mgr.14556) 23075 : cluster [DBG] pgmap v20386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:05:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:05:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:01.028387+0000 mgr.y (mgr.14556) 23076 : cluster [DBG] pgmap v20387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:01.028387+0000 mgr.y (mgr.14556) 23076 : cluster [DBG] pgmap v20387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:01.028387+0000 mgr.y (mgr.14556) 23076 : cluster [DBG] pgmap v20387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:04.124 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:05:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:05:03] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-03-22T18:05:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:03.028947+0000 mgr.y (mgr.14556) 23077 : cluster [DBG] pgmap v20388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:03.028947+0000 mgr.y (mgr.14556) 23077 : cluster [DBG] pgmap v20388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:03.028947+0000 mgr.y (mgr.14556) 23077 : cluster [DBG] pgmap v20388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:05.029452+0000 mgr.y (mgr.14556) 23078 : cluster [DBG] pgmap v20389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:05.029452+0000 mgr.y (mgr.14556) 23078 : cluster [DBG] pgmap v20389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:05.029452+0000 mgr.y (mgr.14556) 23078 : cluster [DBG] pgmap v20389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:07.030248+0000 mgr.y (mgr.14556) 23079 : cluster [DBG] pgmap v20390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:07.030248+0000 mgr.y (mgr.14556) 23079 : cluster [DBG] pgmap v20390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:07.030248+0000 mgr.y (mgr.14556) 23079 : cluster [DBG] pgmap v20390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:09.030622+0000 mgr.y (mgr.14556) 23080 : cluster [DBG] pgmap v20391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:09.030622+0000 mgr.y (mgr.14556) 23080 : cluster [DBG] pgmap v20391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:09.030622+0000 mgr.y (mgr.14556) 23080 : cluster [DBG] pgmap v20391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:05:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:05:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:11.031217+0000 mgr.y (mgr.14556) 23081 : cluster [DBG] pgmap v20392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:11.031217+0000 mgr.y (mgr.14556) 23081 : cluster [DBG] pgmap v20392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:11.031217+0000 mgr.y (mgr.14556) 23081 : cluster [DBG] pgmap v20392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:13.865 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:05:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:05:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:05:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:05:14.152 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:05:14.152 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 7m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:05:14.152 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 7m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:05:14.152 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 7m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:05:14.152 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 7m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:05:14.152 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 7m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:05:14.152 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 7m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:05:14.152 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 7m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:05:14.152 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 7m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:05:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 7m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:05:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 7m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:05:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 7m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:05:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 7m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:05:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 7m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:05:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 7m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:05:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 7m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:05:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 7m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:05:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 7m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:05:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 7m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:05:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 7m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:05:14.153 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 7m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:05:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:13.031565+0000 mgr.y (mgr.14556) 23082 : cluster [DBG] pgmap v20393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:14.499 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:05:14.500 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:05:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:13.031565+0000 mgr.y (mgr.14556) 23082 : cluster [DBG] pgmap v20393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:13.031565+0000 mgr.y (mgr.14556) 23082 : cluster [DBG] pgmap v20393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:05:13.854772+0000 mgr.y (mgr.14556) 23083 : audit [DBG] from='client.38532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:05:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:05:14.145260+0000 mgr.y (mgr.14556) 23084 : audit [DBG] from='client.38538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:05:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:05:14.501281+0000 mon.a (mon.0) 4810 : audit [DBG] from='client.? 172.21.15.23:0/1720765514' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:05:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:05:13.854772+0000 mgr.y (mgr.14556) 23083 : audit [DBG] from='client.38532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:05:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:05:14.145260+0000 mgr.y (mgr.14556) 23084 : audit [DBG] from='client.38538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:05:15.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:05:14.501281+0000 mon.a (mon.0) 4810 : audit [DBG] from='client.? 172.21.15.23:0/1720765514' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:05:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:05:13.854772+0000 mgr.y (mgr.14556) 23083 : audit [DBG] from='client.38532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:05:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:05:14.145260+0000 mgr.y (mgr.14556) 23084 : audit [DBG] from='client.38538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:05:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:05:14.501281+0000 mon.a (mon.0) 4810 : audit [DBG] from='client.? 172.21.15.23:0/1720765514' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:05:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:15.032056+0000 mgr.y (mgr.14556) 23085 : cluster [DBG] pgmap v20394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:15.032056+0000 mgr.y (mgr.14556) 23085 : cluster [DBG] pgmap v20394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:15.032056+0000 mgr.y (mgr.14556) 23085 : cluster [DBG] pgmap v20394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:17.032759+0000 mgr.y (mgr.14556) 23086 : cluster [DBG] pgmap v20395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:18.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:17.032759+0000 mgr.y (mgr.14556) 23086 : cluster [DBG] pgmap v20395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:18.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:17.032759+0000 mgr.y (mgr.14556) 23086 : cluster [DBG] pgmap v20395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:20.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:19.033205+0000 mgr.y (mgr.14556) 23087 : cluster [DBG] pgmap v20396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:20.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:19.033205+0000 mgr.y (mgr.14556) 23087 : cluster [DBG] pgmap v20396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:19.033205+0000 mgr.y (mgr.14556) 23087 : cluster [DBG] pgmap v20396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:05:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:05:22.381 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:21.033990+0000 mgr.y (mgr.14556) 23088 : cluster [DBG] pgmap v20397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:22.381 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:21.033990+0000 mgr.y (mgr.14556) 23088 : cluster [DBG] pgmap v20397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:21.033990+0000 mgr.y (mgr.14556) 23088 : cluster [DBG] pgmap v20397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:24.101 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:05:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:05:23] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T18:05:24.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:23.034573+0000 mgr.y (mgr.14556) 23089 : cluster [DBG] pgmap v20398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:24.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:23.034573+0000 mgr.y (mgr.14556) 23089 : cluster [DBG] pgmap v20398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:24.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:23.034573+0000 mgr.y (mgr.14556) 23089 : cluster [DBG] pgmap v20398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:26.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:25.035081+0000 mgr.y (mgr.14556) 23090 : cluster [DBG] pgmap v20399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:26.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:25.035081+0000 mgr.y (mgr.14556) 23090 : cluster [DBG] pgmap v20399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:25.035081+0000 mgr.y (mgr.14556) 23090 : cluster [DBG] pgmap v20399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:28.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:27.035801+0000 mgr.y (mgr.14556) 23091 : cluster [DBG] pgmap v20400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:28.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:27.035801+0000 mgr.y (mgr.14556) 23091 : cluster [DBG] pgmap v20400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:28.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:27.035801+0000 mgr.y (mgr.14556) 23091 : cluster [DBG] pgmap v20400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:30.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:29.036207+0000 mgr.y (mgr.14556) 23092 : cluster [DBG] pgmap v20401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:30.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:29.036207+0000 mgr.y (mgr.14556) 23092 : cluster [DBG] pgmap v20401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:30.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:29.036207+0000 mgr.y (mgr.14556) 23092 : cluster [DBG] pgmap v20401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:05:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:05:32.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:31.037119+0000 mgr.y (mgr.14556) 23093 : cluster [DBG] pgmap v20402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:32.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:31.037119+0000 mgr.y (mgr.14556) 23093 : cluster [DBG] pgmap v20402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:32.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:31.037119+0000 mgr.y (mgr.14556) 23093 : cluster [DBG] pgmap v20402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:05:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:05:33] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T18:05:34.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:33.037616+0000 mgr.y (mgr.14556) 23094 : cluster [DBG] pgmap v20403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:33.037616+0000 mgr.y (mgr.14556) 23094 : cluster [DBG] pgmap v20403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:33.037616+0000 mgr.y (mgr.14556) 23094 : cluster [DBG] pgmap v20403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:36.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:35.038119+0000 mgr.y (mgr.14556) 23095 : cluster [DBG] pgmap v20404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:35.038119+0000 mgr.y (mgr.14556) 23095 : cluster [DBG] pgmap v20404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:35.038119+0000 mgr.y (mgr.14556) 23095 : cluster [DBG] pgmap v20404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:37.038829+0000 mgr.y (mgr.14556) 23096 : cluster [DBG] pgmap v20405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:37.038829+0000 mgr.y (mgr.14556) 23096 : cluster [DBG] pgmap v20405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:37.038829+0000 mgr.y (mgr.14556) 23096 : cluster [DBG] pgmap v20405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:39.039230+0000 mgr.y (mgr.14556) 23097 : cluster [DBG] pgmap v20406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:39.039230+0000 mgr.y (mgr.14556) 23097 : cluster [DBG] pgmap v20406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:39.039230+0000 mgr.y (mgr.14556) 23097 : cluster [DBG] pgmap v20406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:05:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:05:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:41.040097+0000 mgr.y (mgr.14556) 23098 : cluster [DBG] pgmap v20407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:41.040097+0000 mgr.y (mgr.14556) 23098 : cluster [DBG] pgmap v20407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:41.040097+0000 mgr.y (mgr.14556) 23098 : cluster [DBG] pgmap v20407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:05:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:05:43] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T18:05:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:43.040612+0000 mgr.y (mgr.14556) 23099 : cluster [DBG] pgmap v20408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:43.040612+0000 mgr.y (mgr.14556) 23099 : cluster [DBG] pgmap v20408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:43.040612+0000 mgr.y (mgr.14556) 23099 : cluster [DBG] pgmap v20408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:44.824 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:05:45.114 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:05:45.114 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 7m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:05:45.114 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 7m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:05:45.114 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 7m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:05:45.114 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 7m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:05:45.114 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 7m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:05:45.114 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 7m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:05:45.114 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 7m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 7m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 7m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 7m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 7m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 7m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 7m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 7m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 7m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 7m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 7m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 7m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 7m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:05:45.115 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 7m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:05:45.465 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:05:45.465 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:05:45.465 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:05:45.465 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:05:45.465 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:05:45.465 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:05:45.465 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:05:45.466 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:05:45.466 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:05:45.466 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:05:45.466 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:05:45.466 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:05:45.466 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:05:45.466 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:05:45.466 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:05:45.466 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:05:45.466 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:05:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:05:44.814356+0000 mgr.y (mgr.14556) 23100 : audit [DBG] from='client.48458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:05:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:45.040953+0000 mgr.y (mgr.14556) 23101 : cluster [DBG] pgmap v20409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:05:45.107865+0000 mgr.y (mgr.14556) 23102 : audit [DBG] from='client.38556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:05:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:05:45.466554+0000 mon.c (mon.2) 554 : audit [DBG] from='client.? 172.21.15.23:0/2827378458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:05:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:05:44.814356+0000 mgr.y (mgr.14556) 23100 : audit [DBG] from='client.48458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:05:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:45.040953+0000 mgr.y (mgr.14556) 23101 : cluster [DBG] pgmap v20409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:05:45.107865+0000 mgr.y (mgr.14556) 23102 : audit [DBG] from='client.38556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:05:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:05:45.466554+0000 mon.c (mon.2) 554 : audit [DBG] from='client.? 172.21.15.23:0/2827378458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:05:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:05:44.814356+0000 mgr.y (mgr.14556) 23100 : audit [DBG] from='client.48458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:05:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:45.040953+0000 mgr.y (mgr.14556) 23101 : cluster [DBG] pgmap v20409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:05:45.107865+0000 mgr.y (mgr.14556) 23102 : audit [DBG] from='client.38556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:05:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:05:45.466554+0000 mon.c (mon.2) 554 : audit [DBG] from='client.? 172.21.15.23:0/2827378458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:05:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:47.041613+0000 mgr.y (mgr.14556) 23103 : cluster [DBG] pgmap v20410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:47.041613+0000 mgr.y (mgr.14556) 23103 : cluster [DBG] pgmap v20410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:47.041613+0000 mgr.y (mgr.14556) 23103 : cluster [DBG] pgmap v20410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:49.042119+0000 mgr.y (mgr.14556) 23104 : cluster [DBG] pgmap v20411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:49.042119+0000 mgr.y (mgr.14556) 23104 : cluster [DBG] pgmap v20411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:49.042119+0000 mgr.y (mgr.14556) 23104 : cluster [DBG] pgmap v20411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:05:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:05:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:51.042823+0000 mgr.y (mgr.14556) 23105 : cluster [DBG] pgmap v20412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:51.042823+0000 mgr.y (mgr.14556) 23105 : cluster [DBG] pgmap v20412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:51.042823+0000 mgr.y (mgr.14556) 23105 : cluster [DBG] pgmap v20412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:05:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:05:53] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:05:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:53.043160+0000 mgr.y (mgr.14556) 23106 : cluster [DBG] pgmap v20413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:53.043160+0000 mgr.y (mgr.14556) 23106 : cluster [DBG] pgmap v20413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:53.043160+0000 mgr.y (mgr.14556) 23106 : cluster [DBG] pgmap v20413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:55.043644+0000 mgr.y (mgr.14556) 23107 : cluster [DBG] pgmap v20414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:55.043644+0000 mgr.y (mgr.14556) 23107 : cluster [DBG] pgmap v20414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:55.043644+0000 mgr.y (mgr.14556) 23107 : cluster [DBG] pgmap v20414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:57.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:05:56.772807+0000 mon.a (mon.0) 4811 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:05:57.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:05:56.772807+0000 mon.a (mon.0) 4811 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:05:57.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:05:56.772807+0000 mon.a (mon.0) 4811 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:05:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:57.044195+0000 mgr.y (mgr.14556) 23108 : cluster [DBG] pgmap v20415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:05:57.078437+0000 mon.a (mon.0) 4812 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:05:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:05:57.079081+0000 mon.a (mon.0) 4813 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:05:58.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:05:57.092394+0000 mon.a (mon.0) 4814 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:05:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:57.044195+0000 mgr.y (mgr.14556) 23108 : cluster [DBG] pgmap v20415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:58.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:05:57.078437+0000 mon.a (mon.0) 4812 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:05:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:05:57.079081+0000 mon.a (mon.0) 4813 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:05:58.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:05:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:05:57.092394+0000 mon.a (mon.0) 4814 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:05:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:57.044195+0000 mgr.y (mgr.14556) 23108 : cluster [DBG] pgmap v20415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:05:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:05:57.078437+0000 mon.a (mon.0) 4812 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:05:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:05:57.079081+0000 mon.a (mon.0) 4813 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:05:58.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:05:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:05:57.092394+0000 mon.a (mon.0) 4814 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:06:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:05:59.044578+0000 mgr.y (mgr.14556) 23109 : cluster [DBG] pgmap v20416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:05:59.044578+0000 mgr.y (mgr.14556) 23109 : cluster [DBG] pgmap v20416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:05:59.044578+0000 mgr.y (mgr.14556) 23109 : cluster [DBG] pgmap v20416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:06:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:06:02.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:01.045319+0000 mgr.y (mgr.14556) 23110 : cluster [DBG] pgmap v20417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:02.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:01.045319+0000 mgr.y (mgr.14556) 23110 : cluster [DBG] pgmap v20417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:01.045319+0000 mgr.y (mgr.14556) 23110 : cluster [DBG] pgmap v20417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:04.107 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:06:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:06:03] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:06:04.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:03.045816+0000 mgr.y (mgr.14556) 23111 : cluster [DBG] pgmap v20418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:04.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:03.045816+0000 mgr.y (mgr.14556) 23111 : cluster [DBG] pgmap v20418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:03.045816+0000 mgr.y (mgr.14556) 23111 : cluster [DBG] pgmap v20418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:06.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:05.046265+0000 mgr.y (mgr.14556) 23112 : cluster [DBG] pgmap v20419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:06.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:05.046265+0000 mgr.y (mgr.14556) 23112 : cluster [DBG] pgmap v20419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:06.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:05.046265+0000 mgr.y (mgr.14556) 23112 : cluster [DBG] pgmap v20419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:08.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:07.046880+0000 mgr.y (mgr.14556) 23113 : cluster [DBG] pgmap v20420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:08.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:07.046880+0000 mgr.y (mgr.14556) 23113 : cluster [DBG] pgmap v20420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:08.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:07.046880+0000 mgr.y (mgr.14556) 23113 : cluster [DBG] pgmap v20420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:10.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:09.047306+0000 mgr.y (mgr.14556) 23114 : cluster [DBG] pgmap v20421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:10.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:09.047306+0000 mgr.y (mgr.14556) 23114 : cluster [DBG] pgmap v20421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:10.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:09.047306+0000 mgr.y (mgr.14556) 23114 : cluster [DBG] pgmap v20421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:06:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:06:12.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:11.048014+0000 mgr.y (mgr.14556) 23115 : cluster [DBG] pgmap v20422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:11.048014+0000 mgr.y (mgr.14556) 23115 : cluster [DBG] pgmap v20422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:11.048014+0000 mgr.y (mgr.14556) 23115 : cluster [DBG] pgmap v20422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:06:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:06:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T18:06:14.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:13.048362+0000 mgr.y (mgr.14556) 23116 : cluster [DBG] pgmap v20423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:13.048362+0000 mgr.y (mgr.14556) 23116 : cluster [DBG] pgmap v20423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:13.048362+0000 mgr.y (mgr.14556) 23116 : cluster [DBG] pgmap v20423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:15.792 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:06:16.081 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:06:16.081 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 8m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 8m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 8m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 8m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 8m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 8m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 8m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 8m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 8m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 8m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 8m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 8m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 8m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 8m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 8m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:06:16.082 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 8m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:06:16.083 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 8m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:06:16.083 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 8m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:06:16.083 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 8m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:06:16.083 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 8m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:06:16.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:15.048943+0000 mgr.y (mgr.14556) 23117 : cluster [DBG] pgmap v20424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:16.438 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:06:16.438 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:06:16.438 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:06:16.438 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:06:16.438 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:06:16.438 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:06:16.438 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:06:16.438 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:06:16.439 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:06:16.439 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:06:16.439 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:06:16.439 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:06:16.439 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:06:16.439 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:06:16.439 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:06:16.439 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:06:16.439 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:06:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:15.048943+0000 mgr.y (mgr.14556) 23117 : cluster [DBG] pgmap v20424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:15.048943+0000 mgr.y (mgr.14556) 23117 : cluster [DBG] pgmap v20424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:06:15.781669+0000 mgr.y (mgr.14556) 23118 : audit [DBG] from='client.38568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:06:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:06:16.075069+0000 mgr.y (mgr.14556) 23119 : audit [DBG] from='client.48482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:06:17.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:06:16.439839+0000 mon.a (mon.0) 4815 : audit [DBG] from='client.? 172.21.15.23:0/2699852410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:06:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:06:15.781669+0000 mgr.y (mgr.14556) 23118 : audit [DBG] from='client.38568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:06:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:06:16.075069+0000 mgr.y (mgr.14556) 23119 : audit [DBG] from='client.48482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:06:17.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:06:16.439839+0000 mon.a (mon.0) 4815 : audit [DBG] from='client.? 172.21.15.23:0/2699852410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:06:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:06:15.781669+0000 mgr.y (mgr.14556) 23118 : audit [DBG] from='client.38568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:06:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:06:16.075069+0000 mgr.y (mgr.14556) 23119 : audit [DBG] from='client.48482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:06:17.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:06:16.439839+0000 mon.a (mon.0) 4815 : audit [DBG] from='client.? 172.21.15.23:0/2699852410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:06:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:17.049705+0000 mgr.y (mgr.14556) 23120 : cluster [DBG] pgmap v20425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:17.049705+0000 mgr.y (mgr.14556) 23120 : cluster [DBG] pgmap v20425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:17.049705+0000 mgr.y (mgr.14556) 23120 : cluster [DBG] pgmap v20425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:19.050316+0000 mgr.y (mgr.14556) 23121 : cluster [DBG] pgmap v20426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:19.050316+0000 mgr.y (mgr.14556) 23121 : cluster [DBG] pgmap v20426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:19.050316+0000 mgr.y (mgr.14556) 23121 : cluster [DBG] pgmap v20426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:06:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:06:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:21.051181+0000 mgr.y (mgr.14556) 23122 : cluster [DBG] pgmap v20427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:21.051181+0000 mgr.y (mgr.14556) 23122 : cluster [DBG] pgmap v20427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:21.051181+0000 mgr.y (mgr.14556) 23122 : cluster [DBG] pgmap v20427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:06:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:06:23] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:06:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:23.051706+0000 mgr.y (mgr.14556) 23123 : cluster [DBG] pgmap v20428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:23.051706+0000 mgr.y (mgr.14556) 23123 : cluster [DBG] pgmap v20428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:23.051706+0000 mgr.y (mgr.14556) 23123 : cluster [DBG] pgmap v20428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:25.052157+0000 mgr.y (mgr.14556) 23124 : cluster [DBG] pgmap v20429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:25.052157+0000 mgr.y (mgr.14556) 23124 : cluster [DBG] pgmap v20429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:25.052157+0000 mgr.y (mgr.14556) 23124 : cluster [DBG] pgmap v20429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:27.052902+0000 mgr.y (mgr.14556) 23125 : cluster [DBG] pgmap v20430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:27.052902+0000 mgr.y (mgr.14556) 23125 : cluster [DBG] pgmap v20430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:27.052902+0000 mgr.y (mgr.14556) 23125 : cluster [DBG] pgmap v20430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:29.053382+0000 mgr.y (mgr.14556) 23126 : cluster [DBG] pgmap v20431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:29.053382+0000 mgr.y (mgr.14556) 23126 : cluster [DBG] pgmap v20431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:29.053382+0000 mgr.y (mgr.14556) 23126 : cluster [DBG] pgmap v20431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:06:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:06:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:31.054162+0000 mgr.y (mgr.14556) 23127 : cluster [DBG] pgmap v20432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:31.054162+0000 mgr.y (mgr.14556) 23127 : cluster [DBG] pgmap v20432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:31.054162+0000 mgr.y (mgr.14556) 23127 : cluster [DBG] pgmap v20432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:06:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:06:33] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:06:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:33.054712+0000 mgr.y (mgr.14556) 23128 : cluster [DBG] pgmap v20433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:33.054712+0000 mgr.y (mgr.14556) 23128 : cluster [DBG] pgmap v20433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:33.054712+0000 mgr.y (mgr.14556) 23128 : cluster [DBG] pgmap v20433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:35.055133+0000 mgr.y (mgr.14556) 23129 : cluster [DBG] pgmap v20434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:35.055133+0000 mgr.y (mgr.14556) 23129 : cluster [DBG] pgmap v20434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:35.055133+0000 mgr.y (mgr.14556) 23129 : cluster [DBG] pgmap v20434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:37.055798+0000 mgr.y (mgr.14556) 23130 : cluster [DBG] pgmap v20435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:37.055798+0000 mgr.y (mgr.14556) 23130 : cluster [DBG] pgmap v20435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:37.055798+0000 mgr.y (mgr.14556) 23130 : cluster [DBG] pgmap v20435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:39.056166+0000 mgr.y (mgr.14556) 23131 : cluster [DBG] pgmap v20436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:39.056166+0000 mgr.y (mgr.14556) 23131 : cluster [DBG] pgmap v20436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:40.413 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:39.056166+0000 mgr.y (mgr.14556) 23131 : cluster [DBG] pgmap v20436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:06:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:06:42.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:41.056867+0000 mgr.y (mgr.14556) 23132 : cluster [DBG] pgmap v20437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:42.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:41.056867+0000 mgr.y (mgr.14556) 23132 : cluster [DBG] pgmap v20437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:41.056867+0000 mgr.y (mgr.14556) 23132 : cluster [DBG] pgmap v20437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:44.123 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:06:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:06:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:06:44.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:43.057401+0000 mgr.y (mgr.14556) 23133 : cluster [DBG] pgmap v20438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:44.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:43.057401+0000 mgr.y (mgr.14556) 23133 : cluster [DBG] pgmap v20438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:43.057401+0000 mgr.y (mgr.14556) 23133 : cluster [DBG] pgmap v20438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:45.058015+0000 mgr.y (mgr.14556) 23134 : cluster [DBG] pgmap v20439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:45.058015+0000 mgr.y (mgr.14556) 23134 : cluster [DBG] pgmap v20439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:45.058015+0000 mgr.y (mgr.14556) 23134 : cluster [DBG] pgmap v20439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:46.769 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:06:47.054 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 8m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 8m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 8m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 8m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 8m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 8m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 8m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 8m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 8m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 8m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 8m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 8m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 8m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:06:47.055 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 8m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:06:47.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 8m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:06:47.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 8m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:06:47.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 8m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:06:47.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 8m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:06:47.056 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 8m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:06:47.056 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 8m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:06:47.404 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:06:47.404 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:06:47.404 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:06:47.404 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:06:47.404 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:06:47.404 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:06:47.404 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:06:47.404 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:06:47.404 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:06:47.404 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:06:47.405 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:06:47.405 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:06:47.405 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:06:47.405 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:06:47.405 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:06:47.405 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:06:47.405 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:06:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:06:46.758683+0000 mgr.y (mgr.14556) 23135 : audit [DBG] from='client.48494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:06:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:06:47.048177+0000 mgr.y (mgr.14556) 23136 : audit [DBG] from='client.38592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:06:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:47.058586+0000 mgr.y (mgr.14556) 23137 : cluster [DBG] pgmap v20440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:06:47.405581+0000 mon.a (mon.0) 4816 : audit [DBG] from='client.? 172.21.15.23:0/2930312724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:06:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:06:46.758683+0000 mgr.y (mgr.14556) 23135 : audit [DBG] from='client.48494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:06:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:06:47.048177+0000 mgr.y (mgr.14556) 23136 : audit [DBG] from='client.38592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:06:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:47.058586+0000 mgr.y (mgr.14556) 23137 : cluster [DBG] pgmap v20440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:06:47.405581+0000 mon.a (mon.0) 4816 : audit [DBG] from='client.? 172.21.15.23:0/2930312724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:06:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:06:46.758683+0000 mgr.y (mgr.14556) 23135 : audit [DBG] from='client.48494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:06:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:06:47.048177+0000 mgr.y (mgr.14556) 23136 : audit [DBG] from='client.38592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:06:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:47.058586+0000 mgr.y (mgr.14556) 23137 : cluster [DBG] pgmap v20440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:06:47.405581+0000 mon.a (mon.0) 4816 : audit [DBG] from='client.? 172.21.15.23:0/2930312724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:06:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:49.059126+0000 mgr.y (mgr.14556) 23138 : cluster [DBG] pgmap v20441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:49.059126+0000 mgr.y (mgr.14556) 23138 : cluster [DBG] pgmap v20441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:49.059126+0000 mgr.y (mgr.14556) 23138 : cluster [DBG] pgmap v20441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:06:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:06:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:51.059788+0000 mgr.y (mgr.14556) 23139 : cluster [DBG] pgmap v20442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:51.059788+0000 mgr.y (mgr.14556) 23139 : cluster [DBG] pgmap v20442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:51.059788+0000 mgr.y (mgr.14556) 23139 : cluster [DBG] pgmap v20442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:06:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:06:53] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:06:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:53.060177+0000 mgr.y (mgr.14556) 23140 : cluster [DBG] pgmap v20443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:53.060177+0000 mgr.y (mgr.14556) 23140 : cluster [DBG] pgmap v20443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:53.060177+0000 mgr.y (mgr.14556) 23140 : cluster [DBG] pgmap v20443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:55.060587+0000 mgr.y (mgr.14556) 23141 : cluster [DBG] pgmap v20444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:55.060587+0000 mgr.y (mgr.14556) 23141 : cluster [DBG] pgmap v20444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:55.060587+0000 mgr.y (mgr.14556) 23141 : cluster [DBG] pgmap v20444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:06:57.096879+0000 mon.a (mon.0) 4817 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:06:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:06:57.096879+0000 mon.a (mon.0) 4817 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:06:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:06:57.096879+0000 mon.a (mon.0) 4817 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:06:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:57.061238+0000 mgr.y (mgr.14556) 23142 : cluster [DBG] pgmap v20445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:06:57.402557+0000 mon.a (mon.0) 4818 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:06:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:06:57.403234+0000 mon.a (mon.0) 4819 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:06:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:06:57.409006+0000 mon.a (mon.0) 4820 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:06:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:57.061238+0000 mgr.y (mgr.14556) 23142 : cluster [DBG] pgmap v20445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:06:57.402557+0000 mon.a (mon.0) 4818 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:06:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:06:57.403234+0000 mon.a (mon.0) 4819 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:06:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:06:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:06:57.409006+0000 mon.a (mon.0) 4820 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:06:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:57.061238+0000 mgr.y (mgr.14556) 23142 : cluster [DBG] pgmap v20445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:06:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:06:57.402557+0000 mon.a (mon.0) 4818 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:06:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:06:57.403234+0000 mon.a (mon.0) 4819 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:06:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:06:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:06:57.409006+0000 mon.a (mon.0) 4820 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:07:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:06:59.061724+0000 mgr.y (mgr.14556) 23143 : cluster [DBG] pgmap v20446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:06:59.061724+0000 mgr.y (mgr.14556) 23143 : cluster [DBG] pgmap v20446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:06:59.061724+0000 mgr.y (mgr.14556) 23143 : cluster [DBG] pgmap v20446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:07:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:07:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:01.062393+0000 mgr.y (mgr.14556) 23144 : cluster [DBG] pgmap v20447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:01.062393+0000 mgr.y (mgr.14556) 23144 : cluster [DBG] pgmap v20447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:01.062393+0000 mgr.y (mgr.14556) 23144 : cluster [DBG] pgmap v20447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:07:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:07:03] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:07:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:03.062791+0000 mgr.y (mgr.14556) 23145 : cluster [DBG] pgmap v20448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:03.062791+0000 mgr.y (mgr.14556) 23145 : cluster [DBG] pgmap v20448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:03.062791+0000 mgr.y (mgr.14556) 23145 : cluster [DBG] pgmap v20448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:05.063365+0000 mgr.y (mgr.14556) 23146 : cluster [DBG] pgmap v20449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:05.063365+0000 mgr.y (mgr.14556) 23146 : cluster [DBG] pgmap v20449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:05.063365+0000 mgr.y (mgr.14556) 23146 : cluster [DBG] pgmap v20449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:07.064135+0000 mgr.y (mgr.14556) 23147 : cluster [DBG] pgmap v20450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:07.064135+0000 mgr.y (mgr.14556) 23147 : cluster [DBG] pgmap v20450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:07.064135+0000 mgr.y (mgr.14556) 23147 : cluster [DBG] pgmap v20450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:09.064530+0000 mgr.y (mgr.14556) 23148 : cluster [DBG] pgmap v20451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:09.064530+0000 mgr.y (mgr.14556) 23148 : cluster [DBG] pgmap v20451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:09.064530+0000 mgr.y (mgr.14556) 23148 : cluster [DBG] pgmap v20451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:07:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:07:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:11.065186+0000 mgr.y (mgr.14556) 23149 : cluster [DBG] pgmap v20452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:11.065186+0000 mgr.y (mgr.14556) 23149 : cluster [DBG] pgmap v20452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:11.065186+0000 mgr.y (mgr.14556) 23149 : cluster [DBG] pgmap v20452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:07:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:07:13] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:07:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:13.065635+0000 mgr.y (mgr.14556) 23150 : cluster [DBG] pgmap v20453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:13.065635+0000 mgr.y (mgr.14556) 23150 : cluster [DBG] pgmap v20453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:13.065635+0000 mgr.y (mgr.14556) 23150 : cluster [DBG] pgmap v20453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:15.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:15.066066+0000 mgr.y (mgr.14556) 23151 : cluster [DBG] pgmap v20454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:15.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:15.066066+0000 mgr.y (mgr.14556) 23151 : cluster [DBG] pgmap v20454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:15.066066+0000 mgr.y (mgr.14556) 23151 : cluster [DBG] pgmap v20454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:17.731 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:07:18.019 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:07:18.020 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 9m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:07:18.020 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 9m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:07:18.020 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 9m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:07:18.020 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 9m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:07:18.020 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 9m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:07:18.020 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 9m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:07:18.020 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 9m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:07:18.020 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 9m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:07:18.020 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 9m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:07:18.020 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 9m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:07:18.020 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 9m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:07:18.020 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 9m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:07:18.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 9m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:07:18.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 9m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:07:18.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 9m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:07:18.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 9m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:07:18.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 9m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:07:18.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 9m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:07:18.021 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 9m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:07:18.021 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 9m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:07:18.372 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:07:18.373 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:07:18.374 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:07:18.374 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:07:18.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:17.066858+0000 mgr.y (mgr.14556) 23152 : cluster [DBG] pgmap v20455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:17.066858+0000 mgr.y (mgr.14556) 23152 : cluster [DBG] pgmap v20455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:17.066858+0000 mgr.y (mgr.14556) 23152 : cluster [DBG] pgmap v20455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:07:17.720665+0000 mgr.y (mgr.14556) 23153 : audit [DBG] from='client.38604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:07:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:07:18.013243+0000 mgr.y (mgr.14556) 23154 : audit [DBG] from='client.38610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:07:19.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:07:18.374139+0000 mon.c (mon.2) 555 : audit [DBG] from='client.? 172.21.15.23:0/2999058373' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:07:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:07:17.720665+0000 mgr.y (mgr.14556) 23153 : audit [DBG] from='client.38604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:07:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:07:18.013243+0000 mgr.y (mgr.14556) 23154 : audit [DBG] from='client.38610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:07:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:07:18.374139+0000 mon.c (mon.2) 555 : audit [DBG] from='client.? 172.21.15.23:0/2999058373' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:07:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:07:17.720665+0000 mgr.y (mgr.14556) 23153 : audit [DBG] from='client.38604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:07:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:07:18.013243+0000 mgr.y (mgr.14556) 23154 : audit [DBG] from='client.38610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:07:19.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:07:18.374139+0000 mon.c (mon.2) 555 : audit [DBG] from='client.? 172.21.15.23:0/2999058373' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:07:20.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:19.067261+0000 mgr.y (mgr.14556) 23155 : cluster [DBG] pgmap v20456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:19.067261+0000 mgr.y (mgr.14556) 23155 : cluster [DBG] pgmap v20456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:19.067261+0000 mgr.y (mgr.14556) 23155 : cluster [DBG] pgmap v20456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:07:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:07:22.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:21.067934+0000 mgr.y (mgr.14556) 23156 : cluster [DBG] pgmap v20457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:21.067934+0000 mgr.y (mgr.14556) 23156 : cluster [DBG] pgmap v20457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:21.067934+0000 mgr.y (mgr.14556) 23156 : cluster [DBG] pgmap v20457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:07:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:07:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:07:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:23.068290+0000 mgr.y (mgr.14556) 23157 : cluster [DBG] pgmap v20458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:23.068290+0000 mgr.y (mgr.14556) 23157 : cluster [DBG] pgmap v20458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:23.068290+0000 mgr.y (mgr.14556) 23157 : cluster [DBG] pgmap v20458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:25.068750+0000 mgr.y (mgr.14556) 23158 : cluster [DBG] pgmap v20459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:25.068750+0000 mgr.y (mgr.14556) 23158 : cluster [DBG] pgmap v20459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:25.068750+0000 mgr.y (mgr.14556) 23158 : cluster [DBG] pgmap v20459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:27.069456+0000 mgr.y (mgr.14556) 23159 : cluster [DBG] pgmap v20460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:27.069456+0000 mgr.y (mgr.14556) 23159 : cluster [DBG] pgmap v20460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:27.069456+0000 mgr.y (mgr.14556) 23159 : cluster [DBG] pgmap v20460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:29.069993+0000 mgr.y (mgr.14556) 23160 : cluster [DBG] pgmap v20461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:29.069993+0000 mgr.y (mgr.14556) 23160 : cluster [DBG] pgmap v20461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:29.069993+0000 mgr.y (mgr.14556) 23160 : cluster [DBG] pgmap v20461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:07:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:07:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:31.070650+0000 mgr.y (mgr.14556) 23161 : cluster [DBG] pgmap v20462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:31.070650+0000 mgr.y (mgr.14556) 23161 : cluster [DBG] pgmap v20462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:31.070650+0000 mgr.y (mgr.14556) 23161 : cluster [DBG] pgmap v20462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:07:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:07:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:07:34.632 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:33.071052+0000 mgr.y (mgr.14556) 23162 : cluster [DBG] pgmap v20463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:34.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:33.071052+0000 mgr.y (mgr.14556) 23162 : cluster [DBG] pgmap v20463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:33.071052+0000 mgr.y (mgr.14556) 23162 : cluster [DBG] pgmap v20463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:35.071415+0000 mgr.y (mgr.14556) 23163 : cluster [DBG] pgmap v20464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:35.071415+0000 mgr.y (mgr.14556) 23163 : cluster [DBG] pgmap v20464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:35.071415+0000 mgr.y (mgr.14556) 23163 : cluster [DBG] pgmap v20464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:37.072251+0000 mgr.y (mgr.14556) 23164 : cluster [DBG] pgmap v20465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:37.072251+0000 mgr.y (mgr.14556) 23164 : cluster [DBG] pgmap v20465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:37.072251+0000 mgr.y (mgr.14556) 23164 : cluster [DBG] pgmap v20465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:40.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:39.072851+0000 mgr.y (mgr.14556) 23165 : cluster [DBG] pgmap v20466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:40.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:39.072851+0000 mgr.y (mgr.14556) 23165 : cluster [DBG] pgmap v20466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:40.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:39.072851+0000 mgr.y (mgr.14556) 23165 : cluster [DBG] pgmap v20466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:07:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:07:42.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:41.073572+0000 mgr.y (mgr.14556) 23166 : cluster [DBG] pgmap v20467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:41.073572+0000 mgr.y (mgr.14556) 23166 : cluster [DBG] pgmap v20467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:41.073572+0000 mgr.y (mgr.14556) 23166 : cluster [DBG] pgmap v20467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:07:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:07:43] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T18:07:44.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:43.074029+0000 mgr.y (mgr.14556) 23167 : cluster [DBG] pgmap v20468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:43.074029+0000 mgr.y (mgr.14556) 23167 : cluster [DBG] pgmap v20468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:43.074029+0000 mgr.y (mgr.14556) 23167 : cluster [DBG] pgmap v20468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:46.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:45.074649+0000 mgr.y (mgr.14556) 23168 : cluster [DBG] pgmap v20469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:45.074649+0000 mgr.y (mgr.14556) 23168 : cluster [DBG] pgmap v20469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:45.074649+0000 mgr.y (mgr.14556) 23168 : cluster [DBG] pgmap v20469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:48.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:47.075319+0000 mgr.y (mgr.14556) 23169 : cluster [DBG] pgmap v20470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:47.075319+0000 mgr.y (mgr.14556) 23169 : cluster [DBG] pgmap v20470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:47.075319+0000 mgr.y (mgr.14556) 23169 : cluster [DBG] pgmap v20470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:48.698 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:07:48.986 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:07:48.986 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 9m ago 11h 28.1M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:07:48.986 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 9m ago 11h 60.0M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:07:48.986 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 9m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:07:48.986 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 9m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:07:48.986 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 9m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:07:48.986 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 9m ago 11h 481M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:07:48.986 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 9m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:07:48.986 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 9m ago 11h 931M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:07:48.986 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 9m ago 11h 932M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:07:48.987 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 9m ago 11h 23.5M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:07:48.987 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 9m ago 11h 22.6M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:07:48.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 9m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:07:48.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 9m ago 11h 46.8M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:07:48.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 9m ago 11h 45.4M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:07:48.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 9m ago 11h 44.5M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:07:48.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 9m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:07:48.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 9m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:07:48.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 9m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:07:48.987 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 9m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:07:48.987 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 9m ago 11h 118M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:07:49.335 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:07:49.335 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:07:49.335 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:07:49.335 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:07:49.335 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:07:49.335 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:07:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:07:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:07:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:07:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:07:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:07:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:07:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:07:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:07:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:07:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:07:49.336 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:07:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:07:48.687686+0000 mgr.y (mgr.14556) 23170 : audit [DBG] from='client.38622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:07:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:07:48.979013+0000 mgr.y (mgr.14556) 23171 : audit [DBG] from='client.38628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:07:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:49.075679+0000 mgr.y (mgr.14556) 23172 : cluster [DBG] pgmap v20471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:50.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:07:49.336911+0000 mon.a (mon.0) 4821 : audit [DBG] from='client.? 172.21.15.23:0/2152717698' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:07:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:07:48.687686+0000 mgr.y (mgr.14556) 23170 : audit [DBG] from='client.38622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:07:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:07:48.979013+0000 mgr.y (mgr.14556) 23171 : audit [DBG] from='client.38628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:07:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:49.075679+0000 mgr.y (mgr.14556) 23172 : cluster [DBG] pgmap v20471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:07:49.336911+0000 mon.a (mon.0) 4821 : audit [DBG] from='client.? 172.21.15.23:0/2152717698' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:07:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:07:48.687686+0000 mgr.y (mgr.14556) 23170 : audit [DBG] from='client.38622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:07:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:07:48.979013+0000 mgr.y (mgr.14556) 23171 : audit [DBG] from='client.38628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:07:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:49.075679+0000 mgr.y (mgr.14556) 23172 : cluster [DBG] pgmap v20471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:07:49.336911+0000 mon.a (mon.0) 4821 : audit [DBG] from='client.? 172.21.15.23:0/2152717698' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:07:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:07:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:07:52.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:51.076401+0000 mgr.y (mgr.14556) 23173 : cluster [DBG] pgmap v20472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:51.076401+0000 mgr.y (mgr.14556) 23173 : cluster [DBG] pgmap v20472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:51.076401+0000 mgr.y (mgr.14556) 23173 : cluster [DBG] pgmap v20472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:07:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:07:53] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T18:07:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:53.076803+0000 mgr.y (mgr.14556) 23174 : cluster [DBG] pgmap v20473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:53.076803+0000 mgr.y (mgr.14556) 23174 : cluster [DBG] pgmap v20473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:53.076803+0000 mgr.y (mgr.14556) 23174 : cluster [DBG] pgmap v20473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:55.077278+0000 mgr.y (mgr.14556) 23175 : cluster [DBG] pgmap v20474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:55.077278+0000 mgr.y (mgr.14556) 23175 : cluster [DBG] pgmap v20474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:55.077278+0000 mgr.y (mgr.14556) 23175 : cluster [DBG] pgmap v20474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:57.078163+0000 mgr.y (mgr.14556) 23176 : cluster [DBG] pgmap v20475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:07:57.413359+0000 mon.a (mon.0) 4822 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:07:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:57.078163+0000 mgr.y (mgr.14556) 23176 : cluster [DBG] pgmap v20475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:07:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:07:57.413359+0000 mon.a (mon.0) 4822 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:07:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:57.078163+0000 mgr.y (mgr.14556) 23176 : cluster [DBG] pgmap v20475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:07:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:07:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:07:57.413359+0000 mon.a (mon.0) 4822 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:08:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:07:59.078578+0000 mgr.y (mgr.14556) 23177 : cluster [DBG] pgmap v20476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:07:59.882697+0000 mon.a (mon.0) 4823 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:08:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:07:59.078578+0000 mgr.y (mgr.14556) 23177 : cluster [DBG] pgmap v20476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:07:59.882697+0000 mon.a (mon.0) 4823 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:08:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:07:59.078578+0000 mgr.y (mgr.14556) 23177 : cluster [DBG] pgmap v20476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:07:59.882697+0000 mon.a (mon.0) 4823 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:08:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:08:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:08:00.633690+0000 mon.a (mon.0) 4824 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:08:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:08:00.914501+0000 mon.a (mon.0) 4825 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:08:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:08:00.915440+0000 mon.a (mon.0) 4826 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:08:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:08:00.920931+0000 mon.a (mon.0) 4827 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:08:01.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:01.079253+0000 mgr.y (mgr.14556) 23178 : cluster [DBG] pgmap v20477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:08:00.633690+0000 mon.a (mon.0) 4824 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:08:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:08:00.914501+0000 mon.a (mon.0) 4825 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:08:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:08:00.915440+0000 mon.a (mon.0) 4826 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:08:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:08:00.920931+0000 mon.a (mon.0) 4827 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:08:02.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:01.079253+0000 mgr.y (mgr.14556) 23178 : cluster [DBG] pgmap v20477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:08:00.633690+0000 mon.a (mon.0) 4824 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:08:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:08:00.914501+0000 mon.a (mon.0) 4825 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:08:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:08:00.915440+0000 mon.a (mon.0) 4826 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:08:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:08:00.920931+0000 mon.a (mon.0) 4827 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:08:02.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:01.079253+0000 mgr.y (mgr.14556) 23178 : cluster [DBG] pgmap v20477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:08:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:08:03] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T18:08:04.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:03.079673+0000 mgr.y (mgr.14556) 23179 : cluster [DBG] pgmap v20478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:03.079673+0000 mgr.y (mgr.14556) 23179 : cluster [DBG] pgmap v20478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:03.079673+0000 mgr.y (mgr.14556) 23179 : cluster [DBG] pgmap v20478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:05.080068+0000 mgr.y (mgr.14556) 23180 : cluster [DBG] pgmap v20479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:05.080068+0000 mgr.y (mgr.14556) 23180 : cluster [DBG] pgmap v20479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:05.080068+0000 mgr.y (mgr.14556) 23180 : cluster [DBG] pgmap v20479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:07.080792+0000 mgr.y (mgr.14556) 23181 : cluster [DBG] pgmap v20480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:07.080792+0000 mgr.y (mgr.14556) 23181 : cluster [DBG] pgmap v20480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:07.080792+0000 mgr.y (mgr.14556) 23181 : cluster [DBG] pgmap v20480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:09.081298+0000 mgr.y (mgr.14556) 23182 : cluster [DBG] pgmap v20481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:09.081298+0000 mgr.y (mgr.14556) 23182 : cluster [DBG] pgmap v20481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:09.081298+0000 mgr.y (mgr.14556) 23182 : cluster [DBG] pgmap v20481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:08:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:08:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:11.082038+0000 mgr.y (mgr.14556) 23183 : cluster [DBG] pgmap v20482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:11.082038+0000 mgr.y (mgr.14556) 23183 : cluster [DBG] pgmap v20482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:11.082038+0000 mgr.y (mgr.14556) 23183 : cluster [DBG] pgmap v20482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:08:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:08:13] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T18:08:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:13.082489+0000 mgr.y (mgr.14556) 23184 : cluster [DBG] pgmap v20483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:13.082489+0000 mgr.y (mgr.14556) 23184 : cluster [DBG] pgmap v20483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:13.082489+0000 mgr.y (mgr.14556) 23184 : cluster [DBG] pgmap v20483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:15.083015+0000 mgr.y (mgr.14556) 23185 : cluster [DBG] pgmap v20484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:15.083015+0000 mgr.y (mgr.14556) 23185 : cluster [DBG] pgmap v20484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:15.083015+0000 mgr.y (mgr.14556) 23185 : cluster [DBG] pgmap v20484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:17.083820+0000 mgr.y (mgr.14556) 23186 : cluster [DBG] pgmap v20485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:17.083820+0000 mgr.y (mgr.14556) 23186 : cluster [DBG] pgmap v20485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:17.083820+0000 mgr.y (mgr.14556) 23186 : cluster [DBG] pgmap v20485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:19.662 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:08:19.949 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:08:19.949 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 20s ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:08:19.949 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 19s ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:08:19.949 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 20s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:08:19.949 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 19s ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:08:19.949 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 19s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:08:19.949 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 20s ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 20s ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 19s ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 20s ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 20s ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 19s ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 20s ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 20s ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 20s ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 20s ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 19s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 19s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 19s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 19s ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:08:19.950 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 19s ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:08:20.302 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:08:20.302 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:08:20.302 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:08:20.302 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:08:20.303 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:08:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:19.084269+0000 mgr.y (mgr.14556) 23187 : cluster [DBG] pgmap v20486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:19.084269+0000 mgr.y (mgr.14556) 23187 : cluster [DBG] pgmap v20486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:19.084269+0000 mgr.y (mgr.14556) 23187 : cluster [DBG] pgmap v20486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:21.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:08:19.651714+0000 mgr.y (mgr.14556) 23188 : audit [DBG] from='client.48548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:08:21.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:08:19.942527+0000 mgr.y (mgr.14556) 23189 : audit [DBG] from='client.48554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:08:21.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:08:20.303814+0000 mon.c (mon.2) 556 : audit [DBG] from='client.? 172.21.15.23:0/2099700291' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:08:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:08:19.651714+0000 mgr.y (mgr.14556) 23188 : audit [DBG] from='client.48548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:08:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:08:19.942527+0000 mgr.y (mgr.14556) 23189 : audit [DBG] from='client.48554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:08:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:08:20.303814+0000 mon.c (mon.2) 556 : audit [DBG] from='client.? 172.21.15.23:0/2099700291' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:08:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:08:19.651714+0000 mgr.y (mgr.14556) 23188 : audit [DBG] from='client.48548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:08:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:08:19.942527+0000 mgr.y (mgr.14556) 23189 : audit [DBG] from='client.48554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:08:21.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:08:20.303814+0000 mon.c (mon.2) 556 : audit [DBG] from='client.? 172.21.15.23:0/2099700291' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:08:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:08:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:08:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:21.084953+0000 mgr.y (mgr.14556) 23190 : cluster [DBG] pgmap v20487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:21.084953+0000 mgr.y (mgr.14556) 23190 : cluster [DBG] pgmap v20487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:21.084953+0000 mgr.y (mgr.14556) 23190 : cluster [DBG] pgmap v20487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:23.085499+0000 mgr.y (mgr.14556) 23191 : cluster [DBG] pgmap v20488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:23.085499+0000 mgr.y (mgr.14556) 23191 : cluster [DBG] pgmap v20488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:23.085499+0000 mgr.y (mgr.14556) 23191 : cluster [DBG] pgmap v20488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:08:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:08:23] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T18:08:26.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:25.085852+0000 mgr.y (mgr.14556) 23192 : cluster [DBG] pgmap v20489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:25.085852+0000 mgr.y (mgr.14556) 23192 : cluster [DBG] pgmap v20489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:25.085852+0000 mgr.y (mgr.14556) 23192 : cluster [DBG] pgmap v20489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:27.086505+0000 mgr.y (mgr.14556) 23193 : cluster [DBG] pgmap v20490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:27.086505+0000 mgr.y (mgr.14556) 23193 : cluster [DBG] pgmap v20490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:27.086505+0000 mgr.y (mgr.14556) 23193 : cluster [DBG] pgmap v20490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:29.087009+0000 mgr.y (mgr.14556) 23194 : cluster [DBG] pgmap v20491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:29.087009+0000 mgr.y (mgr.14556) 23194 : cluster [DBG] pgmap v20491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:29.087009+0000 mgr.y (mgr.14556) 23194 : cluster [DBG] pgmap v20491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:08:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:08:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:31.087803+0000 mgr.y (mgr.14556) 23195 : cluster [DBG] pgmap v20492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:31.087803+0000 mgr.y (mgr.14556) 23195 : cluster [DBG] pgmap v20492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:31.087803+0000 mgr.y (mgr.14556) 23195 : cluster [DBG] pgmap v20492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:08:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:08:33] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T18:08:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:33.088384+0000 mgr.y (mgr.14556) 23196 : cluster [DBG] pgmap v20493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:33.088384+0000 mgr.y (mgr.14556) 23196 : cluster [DBG] pgmap v20493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:33.088384+0000 mgr.y (mgr.14556) 23196 : cluster [DBG] pgmap v20493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:35.088861+0000 mgr.y (mgr.14556) 23197 : cluster [DBG] pgmap v20494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:35.088861+0000 mgr.y (mgr.14556) 23197 : cluster [DBG] pgmap v20494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:35.088861+0000 mgr.y (mgr.14556) 23197 : cluster [DBG] pgmap v20494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:37.089511+0000 mgr.y (mgr.14556) 23198 : cluster [DBG] pgmap v20495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:37.089511+0000 mgr.y (mgr.14556) 23198 : cluster [DBG] pgmap v20495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:37.089511+0000 mgr.y (mgr.14556) 23198 : cluster [DBG] pgmap v20495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:39.089898+0000 mgr.y (mgr.14556) 23199 : cluster [DBG] pgmap v20496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:39.089898+0000 mgr.y (mgr.14556) 23199 : cluster [DBG] pgmap v20496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:39.089898+0000 mgr.y (mgr.14556) 23199 : cluster [DBG] pgmap v20496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:08:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:08:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:41.090776+0000 mgr.y (mgr.14556) 23200 : cluster [DBG] pgmap v20497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:41.090776+0000 mgr.y (mgr.14556) 23200 : cluster [DBG] pgmap v20497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:41.090776+0000 mgr.y (mgr.14556) 23200 : cluster [DBG] pgmap v20497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:08:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:08:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:08:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:43.091150+0000 mgr.y (mgr.14556) 23201 : cluster [DBG] pgmap v20498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:43.091150+0000 mgr.y (mgr.14556) 23201 : cluster [DBG] pgmap v20498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:43.091150+0000 mgr.y (mgr.14556) 23201 : cluster [DBG] pgmap v20498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:45.091642+0000 mgr.y (mgr.14556) 23202 : cluster [DBG] pgmap v20499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:45.091642+0000 mgr.y (mgr.14556) 23202 : cluster [DBG] pgmap v20499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:45.091642+0000 mgr.y (mgr.14556) 23202 : cluster [DBG] pgmap v20499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:47.092510+0000 mgr.y (mgr.14556) 23203 : cluster [DBG] pgmap v20500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:48.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:47.092510+0000 mgr.y (mgr.14556) 23203 : cluster [DBG] pgmap v20500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:47.092510+0000 mgr.y (mgr.14556) 23203 : cluster [DBG] pgmap v20500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:49.093037+0000 mgr.y (mgr.14556) 23204 : cluster [DBG] pgmap v20501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:49.093037+0000 mgr.y (mgr.14556) 23204 : cluster [DBG] pgmap v20501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:50.632 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:08:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:49.093037+0000 mgr.y (mgr.14556) 23204 : cluster [DBG] pgmap v20501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:50.926 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:08:50.926 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 51s ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:08:50.926 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 50s ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:08:50.926 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 51s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:08:50.926 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 50s ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:08:50.926 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 50s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:08:50.926 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 51s ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:08:50.926 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 51s ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:08:50.926 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 50s ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:08:50.926 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 51s ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:08:50.927 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 51s ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:08:50.927 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 50s ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:08:50.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 51s ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:08:50.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 51s ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:08:50.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 51s ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:08:50.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 51s ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:08:50.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 50s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:08:50.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 50s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:08:50.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 50s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:08:50.927 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 50s ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:08:50.927 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 50s ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:08:51.278 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:08:51.279 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:08:51.280 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:08:51.280 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:08:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:08:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:08:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:08:50.621494+0000 mgr.y (mgr.14556) 23205 : audit [DBG] from='client.38658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:08:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:08:50.919159+0000 mgr.y (mgr.14556) 23206 : audit [DBG] from='client.38664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:08:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:51.093604+0000 mgr.y (mgr.14556) 23207 : cluster [DBG] pgmap v20502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:08:51.280111+0000 mon.a (mon.0) 4828 : audit [DBG] from='client.? 172.21.15.23:0/1266819684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:08:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:08:50.621494+0000 mgr.y (mgr.14556) 23205 : audit [DBG] from='client.38658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:08:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:08:50.919159+0000 mgr.y (mgr.14556) 23206 : audit [DBG] from='client.38664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:08:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:51.093604+0000 mgr.y (mgr.14556) 23207 : cluster [DBG] pgmap v20502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:08:51.280111+0000 mon.a (mon.0) 4828 : audit [DBG] from='client.? 172.21.15.23:0/1266819684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:08:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:08:50.621494+0000 mgr.y (mgr.14556) 23205 : audit [DBG] from='client.38658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:08:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:08:50.919159+0000 mgr.y (mgr.14556) 23206 : audit [DBG] from='client.38664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:08:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:51.093604+0000 mgr.y (mgr.14556) 23207 : cluster [DBG] pgmap v20502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:08:51.280111+0000 mon.a (mon.0) 4828 : audit [DBG] from='client.? 172.21.15.23:0/1266819684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:08:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:08:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:08:53] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T18:08:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:53.093923+0000 mgr.y (mgr.14556) 23208 : cluster [DBG] pgmap v20503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:53.093923+0000 mgr.y (mgr.14556) 23208 : cluster [DBG] pgmap v20503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:53.093923+0000 mgr.y (mgr.14556) 23208 : cluster [DBG] pgmap v20503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:55.094469+0000 mgr.y (mgr.14556) 23209 : cluster [DBG] pgmap v20504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:55.094469+0000 mgr.y (mgr.14556) 23209 : cluster [DBG] pgmap v20504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:55.094469+0000 mgr.y (mgr.14556) 23209 : cluster [DBG] pgmap v20504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:57.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:57.095109+0000 mgr.y (mgr.14556) 23210 : cluster [DBG] pgmap v20505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:57.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:08:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:57.095109+0000 mgr.y (mgr.14556) 23210 : cluster [DBG] pgmap v20505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:08:57.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:08:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:57.095109+0000 mgr.y (mgr.14556) 23210 : cluster [DBG] pgmap v20505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:08:59.095585+0000 mgr.y (mgr.14556) 23211 : cluster [DBG] pgmap v20506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:08:59.095585+0000 mgr.y (mgr.14556) 23211 : cluster [DBG] pgmap v20506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:08:59.095585+0000 mgr.y (mgr.14556) 23211 : cluster [DBG] pgmap v20506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:01.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:09:00.926943+0000 mon.a (mon.0) 4829 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:09:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:09:00.926943+0000 mon.a (mon.0) 4829 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:09:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:09:00.926943+0000 mon.a (mon.0) 4829 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:09:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:09:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:09:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:01.096301+0000 mgr.y (mgr.14556) 23212 : cluster [DBG] pgmap v20507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:09:01.238379+0000 mon.a (mon.0) 4830 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:09:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:09:01.239021+0000 mon.a (mon.0) 4831 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:09:02.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:09:01.244207+0000 mon.a (mon.0) 4832 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:09:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:01.096301+0000 mgr.y (mgr.14556) 23212 : cluster [DBG] pgmap v20507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:09:01.238379+0000 mon.a (mon.0) 4830 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:09:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:09:01.239021+0000 mon.a (mon.0) 4831 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:09:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:09:01.244207+0000 mon.a (mon.0) 4832 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:09:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:01.096301+0000 mgr.y (mgr.14556) 23212 : cluster [DBG] pgmap v20507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:09:01.238379+0000 mon.a (mon.0) 4830 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:09:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:09:01.239021+0000 mon.a (mon.0) 4831 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:09:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:09:01.244207+0000 mon.a (mon.0) 4832 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:09:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:09:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:09:03] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T18:09:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:03.096700+0000 mgr.y (mgr.14556) 23213 : cluster [DBG] pgmap v20508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:03.096700+0000 mgr.y (mgr.14556) 23213 : cluster [DBG] pgmap v20508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:03.096700+0000 mgr.y (mgr.14556) 23213 : cluster [DBG] pgmap v20508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:05.097123+0000 mgr.y (mgr.14556) 23214 : cluster [DBG] pgmap v20509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:05.097123+0000 mgr.y (mgr.14556) 23214 : cluster [DBG] pgmap v20509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:05.097123+0000 mgr.y (mgr.14556) 23214 : cluster [DBG] pgmap v20509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:07.098002+0000 mgr.y (mgr.14556) 23215 : cluster [DBG] pgmap v20510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:07.098002+0000 mgr.y (mgr.14556) 23215 : cluster [DBG] pgmap v20510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:07.098002+0000 mgr.y (mgr.14556) 23215 : cluster [DBG] pgmap v20510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:09.098496+0000 mgr.y (mgr.14556) 23216 : cluster [DBG] pgmap v20511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:09.098496+0000 mgr.y (mgr.14556) 23216 : cluster [DBG] pgmap v20511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:09.098496+0000 mgr.y (mgr.14556) 23216 : cluster [DBG] pgmap v20511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:09:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:09:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:11.099296+0000 mgr.y (mgr.14556) 23217 : cluster [DBG] pgmap v20512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:11.099296+0000 mgr.y (mgr.14556) 23217 : cluster [DBG] pgmap v20512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:11.099296+0000 mgr.y (mgr.14556) 23217 : cluster [DBG] pgmap v20512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:09:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:09:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:09:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:13.099732+0000 mgr.y (mgr.14556) 23218 : cluster [DBG] pgmap v20513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:13.099732+0000 mgr.y (mgr.14556) 23218 : cluster [DBG] pgmap v20513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:13.099732+0000 mgr.y (mgr.14556) 23218 : cluster [DBG] pgmap v20513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:15.100113+0000 mgr.y (mgr.14556) 23219 : cluster [DBG] pgmap v20514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:15.100113+0000 mgr.y (mgr.14556) 23219 : cluster [DBG] pgmap v20514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:15.100113+0000 mgr.y (mgr.14556) 23219 : cluster [DBG] pgmap v20514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:17.100799+0000 mgr.y (mgr.14556) 23220 : cluster [DBG] pgmap v20515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:17.100799+0000 mgr.y (mgr.14556) 23220 : cluster [DBG] pgmap v20515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:17.100799+0000 mgr.y (mgr.14556) 23220 : cluster [DBG] pgmap v20515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:19.101249+0000 mgr.y (mgr.14556) 23221 : cluster [DBG] pgmap v20516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:19.101249+0000 mgr.y (mgr.14556) 23221 : cluster [DBG] pgmap v20516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:19.101249+0000 mgr.y (mgr.14556) 23221 : cluster [DBG] pgmap v20516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:21.602 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:09:21.890 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:09:21.890 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 82s ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:09:21.890 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 81s ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:09:21.890 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 82s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:09:21.890 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 81s ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:09:21.890 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 81s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 82s ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 82s ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 81s ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 82s ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 82s ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 81s ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 82s ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 82s ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 82s ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 82s ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 81s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 81s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 81s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 81s ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:09:21.891 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 81s ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:09:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:09:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:09:22.243 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:09:22.243 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:09:22.243 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:09:22.243 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:09:22.244 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:09:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:21.101873+0000 mgr.y (mgr.14556) 23222 : cluster [DBG] pgmap v20517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:21.101873+0000 mgr.y (mgr.14556) 23222 : cluster [DBG] pgmap v20517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:21.101873+0000 mgr.y (mgr.14556) 23222 : cluster [DBG] pgmap v20517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:09:21.591463+0000 mgr.y (mgr.14556) 23223 : audit [DBG] from='client.38676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:09:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:09:21.883680+0000 mgr.y (mgr.14556) 23224 : audit [DBG] from='client.38682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:09:23.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:09:22.244956+0000 mon.a (mon.0) 4833 : audit [DBG] from='client.? 172.21.15.23:0/2595501428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:09:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:09:21.591463+0000 mgr.y (mgr.14556) 23223 : audit [DBG] from='client.38676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:09:23.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:09:21.883680+0000 mgr.y (mgr.14556) 23224 : audit [DBG] from='client.38682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:09:23.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:09:22.244956+0000 mon.a (mon.0) 4833 : audit [DBG] from='client.? 172.21.15.23:0/2595501428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:09:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:09:21.591463+0000 mgr.y (mgr.14556) 23223 : audit [DBG] from='client.38676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:09:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:09:21.883680+0000 mgr.y (mgr.14556) 23224 : audit [DBG] from='client.38682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:09:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:09:22.244956+0000 mon.a (mon.0) 4833 : audit [DBG] from='client.? 172.21.15.23:0/2595501428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:09:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:09:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:09:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T18:09:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:23.102340+0000 mgr.y (mgr.14556) 23225 : cluster [DBG] pgmap v20518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:23.102340+0000 mgr.y (mgr.14556) 23225 : cluster [DBG] pgmap v20518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:23.102340+0000 mgr.y (mgr.14556) 23225 : cluster [DBG] pgmap v20518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:25.102665+0000 mgr.y (mgr.14556) 23226 : cluster [DBG] pgmap v20519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:25.102665+0000 mgr.y (mgr.14556) 23226 : cluster [DBG] pgmap v20519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:25.102665+0000 mgr.y (mgr.14556) 23226 : cluster [DBG] pgmap v20519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:27.103341+0000 mgr.y (mgr.14556) 23227 : cluster [DBG] pgmap v20520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:27.103341+0000 mgr.y (mgr.14556) 23227 : cluster [DBG] pgmap v20520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:27.103341+0000 mgr.y (mgr.14556) 23227 : cluster [DBG] pgmap v20520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:29.103680+0000 mgr.y (mgr.14556) 23228 : cluster [DBG] pgmap v20521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:29.103680+0000 mgr.y (mgr.14556) 23228 : cluster [DBG] pgmap v20521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:29.103680+0000 mgr.y (mgr.14556) 23228 : cluster [DBG] pgmap v20521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:09:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:09:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:31.104493+0000 mgr.y (mgr.14556) 23229 : cluster [DBG] pgmap v20522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:31.104493+0000 mgr.y (mgr.14556) 23229 : cluster [DBG] pgmap v20522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:31.104493+0000 mgr.y (mgr.14556) 23229 : cluster [DBG] pgmap v20522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:09:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:09:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T18:09:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:33.104940+0000 mgr.y (mgr.14556) 23230 : cluster [DBG] pgmap v20523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:33.104940+0000 mgr.y (mgr.14556) 23230 : cluster [DBG] pgmap v20523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:34.665 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:33.104940+0000 mgr.y (mgr.14556) 23230 : cluster [DBG] pgmap v20523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:35.105501+0000 mgr.y (mgr.14556) 23231 : cluster [DBG] pgmap v20524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:35.105501+0000 mgr.y (mgr.14556) 23231 : cluster [DBG] pgmap v20524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:35.105501+0000 mgr.y (mgr.14556) 23231 : cluster [DBG] pgmap v20524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:37.106209+0000 mgr.y (mgr.14556) 23232 : cluster [DBG] pgmap v20525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:37.106209+0000 mgr.y (mgr.14556) 23232 : cluster [DBG] pgmap v20525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:37.106209+0000 mgr.y (mgr.14556) 23232 : cluster [DBG] pgmap v20525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:39.106714+0000 mgr.y (mgr.14556) 23233 : cluster [DBG] pgmap v20526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:39.106714+0000 mgr.y (mgr.14556) 23233 : cluster [DBG] pgmap v20526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:39.106714+0000 mgr.y (mgr.14556) 23233 : cluster [DBG] pgmap v20526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:09:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:09:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:41.107441+0000 mgr.y (mgr.14556) 23234 : cluster [DBG] pgmap v20527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:41.107441+0000 mgr.y (mgr.14556) 23234 : cluster [DBG] pgmap v20527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:41.107441+0000 mgr.y (mgr.14556) 23234 : cluster [DBG] pgmap v20527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:09:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:09:43] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:09:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:43.107975+0000 mgr.y (mgr.14556) 23235 : cluster [DBG] pgmap v20528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:43.107975+0000 mgr.y (mgr.14556) 23235 : cluster [DBG] pgmap v20528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:43.107975+0000 mgr.y (mgr.14556) 23235 : cluster [DBG] pgmap v20528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:45.108357+0000 mgr.y (mgr.14556) 23236 : cluster [DBG] pgmap v20529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:45.108357+0000 mgr.y (mgr.14556) 23236 : cluster [DBG] pgmap v20529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:45.108357+0000 mgr.y (mgr.14556) 23236 : cluster [DBG] pgmap v20529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:47.109130+0000 mgr.y (mgr.14556) 23237 : cluster [DBG] pgmap v20530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:48.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:47.109130+0000 mgr.y (mgr.14556) 23237 : cluster [DBG] pgmap v20530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:47.109130+0000 mgr.y (mgr.14556) 23237 : cluster [DBG] pgmap v20530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:49.109682+0000 mgr.y (mgr.14556) 23238 : cluster [DBG] pgmap v20531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:49.109682+0000 mgr.y (mgr.14556) 23238 : cluster [DBG] pgmap v20531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:49.109682+0000 mgr.y (mgr.14556) 23238 : cluster [DBG] pgmap v20531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:09:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:09:52.569 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:09:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:51.110482+0000 mgr.y (mgr.14556) 23239 : cluster [DBG] pgmap v20532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:51.110482+0000 mgr.y (mgr.14556) 23239 : cluster [DBG] pgmap v20532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:51.110482+0000 mgr.y (mgr.14556) 23239 : cluster [DBG] pgmap v20532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:52.858 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:09:52.858 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 112s ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:09:52.858 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 112s ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:09:52.858 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 112s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:09:52.858 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 112s ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:09:52.858 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 112s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 112s ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 112s ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 112s ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 112s ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 112s ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 112s ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 112s ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 112s ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 112s ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 112s ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 112s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 112s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 112s ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 112s ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:09:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 112s ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:09:53.211 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:09:53.211 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:09:53.212 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:09:53.213 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:09:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:09:53.213003+0000 mon.a (mon.0) 4834 : audit [DBG] from='client.? 172.21.15.23:0/2262401958' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:09:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:09:53.213003+0000 mon.a (mon.0) 4834 : audit [DBG] from='client.? 172.21.15.23:0/2262401958' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:09:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:09:53.213003+0000 mon.a (mon.0) 4834 : audit [DBG] from='client.? 172.21.15.23:0/2262401958' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:09:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:09:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:09:53] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T18:09:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:09:52.558961+0000 mgr.y (mgr.14556) 23240 : audit [DBG] from='client.38694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:09:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:09:52.851573+0000 mgr.y (mgr.14556) 23241 : audit [DBG] from='client.38700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:09:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:53.110812+0000 mgr.y (mgr.14556) 23242 : cluster [DBG] pgmap v20533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:09:52.558961+0000 mgr.y (mgr.14556) 23240 : audit [DBG] from='client.38694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:09:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:09:52.851573+0000 mgr.y (mgr.14556) 23241 : audit [DBG] from='client.38700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:09:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:53.110812+0000 mgr.y (mgr.14556) 23242 : cluster [DBG] pgmap v20533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:09:52.558961+0000 mgr.y (mgr.14556) 23240 : audit [DBG] from='client.38694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:09:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:09:52.851573+0000 mgr.y (mgr.14556) 23241 : audit [DBG] from='client.38700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:09:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:53.110812+0000 mgr.y (mgr.14556) 23242 : cluster [DBG] pgmap v20533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:55.111245+0000 mgr.y (mgr.14556) 23243 : cluster [DBG] pgmap v20534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:55.111245+0000 mgr.y (mgr.14556) 23243 : cluster [DBG] pgmap v20534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:55.111245+0000 mgr.y (mgr.14556) 23243 : cluster [DBG] pgmap v20534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:09:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:57.111953+0000 mgr.y (mgr.14556) 23244 : cluster [DBG] pgmap v20535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:09:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:57.111953+0000 mgr.y (mgr.14556) 23244 : cluster [DBG] pgmap v20535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:09:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:09:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:57.111953+0000 mgr.y (mgr.14556) 23244 : cluster [DBG] pgmap v20535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:09:59.112499+0000 mgr.y (mgr.14556) 23245 : cluster [DBG] pgmap v20536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:00.000143+0000 mon.a (mon.0) 4835 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T18:10:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T18:09:59.998+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T18:10:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:09:59.112499+0000 mgr.y (mgr.14556) 23245 : cluster [DBG] pgmap v20536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:00.000143+0000 mon.a (mon.0) 4835 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T18:10:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:09:59.112499+0000 mgr.y (mgr.14556) 23245 : cluster [DBG] pgmap v20536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:00.000143+0000 mon.a (mon.0) 4835 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T18:10:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:10:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:10:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:01.113269+0000 mgr.y (mgr.14556) 23246 : cluster [DBG] pgmap v20537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:10:01.248611+0000 mon.a (mon.0) 4836 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:10:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:10:01.553049+0000 mon.a (mon.0) 4837 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:10:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:10:01.553794+0000 mon.a (mon.0) 4838 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:10:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:10:01.559711+0000 mon.a (mon.0) 4839 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:10:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:01.113269+0000 mgr.y (mgr.14556) 23246 : cluster [DBG] pgmap v20537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:10:01.248611+0000 mon.a (mon.0) 4836 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:10:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:10:01.553049+0000 mon.a (mon.0) 4837 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:10:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:10:01.553794+0000 mon.a (mon.0) 4838 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:10:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:10:01.559711+0000 mon.a (mon.0) 4839 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:10:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:01.113269+0000 mgr.y (mgr.14556) 23246 : cluster [DBG] pgmap v20537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:10:01.248611+0000 mon.a (mon.0) 4836 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:10:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:10:01.553049+0000 mon.a (mon.0) 4837 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:10:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:10:01.553794+0000 mon.a (mon.0) 4838 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:10:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:10:01.559711+0000 mon.a (mon.0) 4839 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:10:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:10:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:10:03] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T18:10:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:03.113801+0000 mgr.y (mgr.14556) 23247 : cluster [DBG] pgmap v20538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:03.113801+0000 mgr.y (mgr.14556) 23247 : cluster [DBG] pgmap v20538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:03.113801+0000 mgr.y (mgr.14556) 23247 : cluster [DBG] pgmap v20538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:05.114338+0000 mgr.y (mgr.14556) 23248 : cluster [DBG] pgmap v20539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:05.114338+0000 mgr.y (mgr.14556) 23248 : cluster [DBG] pgmap v20539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:05.114338+0000 mgr.y (mgr.14556) 23248 : cluster [DBG] pgmap v20539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:07.114973+0000 mgr.y (mgr.14556) 23249 : cluster [DBG] pgmap v20540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:07.114973+0000 mgr.y (mgr.14556) 23249 : cluster [DBG] pgmap v20540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:07.114973+0000 mgr.y (mgr.14556) 23249 : cluster [DBG] pgmap v20540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:09.115485+0000 mgr.y (mgr.14556) 23250 : cluster [DBG] pgmap v20541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:09.115485+0000 mgr.y (mgr.14556) 23250 : cluster [DBG] pgmap v20541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:09.115485+0000 mgr.y (mgr.14556) 23250 : cluster [DBG] pgmap v20541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:10:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:10:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:11.116264+0000 mgr.y (mgr.14556) 23251 : cluster [DBG] pgmap v20542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:11.116264+0000 mgr.y (mgr.14556) 23251 : cluster [DBG] pgmap v20542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:11.116264+0000 mgr.y (mgr.14556) 23251 : cluster [DBG] pgmap v20542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:10:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:10:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:10:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:13.116756+0000 mgr.y (mgr.14556) 23252 : cluster [DBG] pgmap v20543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:13.116756+0000 mgr.y (mgr.14556) 23252 : cluster [DBG] pgmap v20543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:13.116756+0000 mgr.y (mgr.14556) 23252 : cluster [DBG] pgmap v20543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:15.117254+0000 mgr.y (mgr.14556) 23253 : cluster [DBG] pgmap v20544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:15.117254+0000 mgr.y (mgr.14556) 23253 : cluster [DBG] pgmap v20544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:15.117254+0000 mgr.y (mgr.14556) 23253 : cluster [DBG] pgmap v20544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:17.118020+0000 mgr.y (mgr.14556) 23254 : cluster [DBG] pgmap v20545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:17.118020+0000 mgr.y (mgr.14556) 23254 : cluster [DBG] pgmap v20545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:17.118020+0000 mgr.y (mgr.14556) 23254 : cluster [DBG] pgmap v20545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:19.118473+0000 mgr.y (mgr.14556) 23255 : cluster [DBG] pgmap v20546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:19.118473+0000 mgr.y (mgr.14556) 23255 : cluster [DBG] pgmap v20546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:19.118473+0000 mgr.y (mgr.14556) 23255 : cluster [DBG] pgmap v20546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:21.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:21.119041+0000 mgr.y (mgr.14556) 23256 : cluster [DBG] pgmap v20547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:21.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:21.119041+0000 mgr.y (mgr.14556) 23256 : cluster [DBG] pgmap v20547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:21.119041+0000 mgr.y (mgr.14556) 23256 : cluster [DBG] pgmap v20547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:21.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:10:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:10:23.538 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:10:23.825 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:10:23.825 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 2m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 2m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 2m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 2m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 2m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 2m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 2m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 2m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 2m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 2m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 2m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 2m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 2m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 2m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:10:23.826 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 2m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:10:23.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 2m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:10:23.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 2m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:10:23.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 2m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:10:23.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 2m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:10:23.827 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 2m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:10:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:10:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:10:23] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:10:24.178 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:10:24.178 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:10:24.178 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:10:24.178 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:10:24.178 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:10:24.179 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:10:24.179 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:10:24.179 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:10:24.179 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:10:24.179 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:10:24.179 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:10:24.179 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:10:24.179 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:10:24.179 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:10:24.179 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:10:24.179 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:10:24.179 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:10:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:23.119490+0000 mgr.y (mgr.14556) 23257 : cluster [DBG] pgmap v20548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:23.119490+0000 mgr.y (mgr.14556) 23257 : cluster [DBG] pgmap v20548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:23.119490+0000 mgr.y (mgr.14556) 23257 : cluster [DBG] pgmap v20548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:10:23.527630+0000 mgr.y (mgr.14556) 23258 : audit [DBG] from='client.48620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:10:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:10:23.819020+0000 mgr.y (mgr.14556) 23259 : audit [DBG] from='client.38718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:10:25.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:10:24.179781+0000 mon.c (mon.2) 557 : audit [DBG] from='client.? 172.21.15.23:0/115466602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:10:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:10:23.527630+0000 mgr.y (mgr.14556) 23258 : audit [DBG] from='client.48620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:10:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:10:23.819020+0000 mgr.y (mgr.14556) 23259 : audit [DBG] from='client.38718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:10:25.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:10:24.179781+0000 mon.c (mon.2) 557 : audit [DBG] from='client.? 172.21.15.23:0/115466602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:10:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:10:23.527630+0000 mgr.y (mgr.14556) 23258 : audit [DBG] from='client.48620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:10:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:10:23.819020+0000 mgr.y (mgr.14556) 23259 : audit [DBG] from='client.38718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:10:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:10:24.179781+0000 mon.c (mon.2) 557 : audit [DBG] from='client.? 172.21.15.23:0/115466602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:10:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:25.120010+0000 mgr.y (mgr.14556) 23260 : cluster [DBG] pgmap v20549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:25.120010+0000 mgr.y (mgr.14556) 23260 : cluster [DBG] pgmap v20549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:25.120010+0000 mgr.y (mgr.14556) 23260 : cluster [DBG] pgmap v20549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:27.120761+0000 mgr.y (mgr.14556) 23261 : cluster [DBG] pgmap v20550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:27.120761+0000 mgr.y (mgr.14556) 23261 : cluster [DBG] pgmap v20550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:27.120761+0000 mgr.y (mgr.14556) 23261 : cluster [DBG] pgmap v20550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:29.121148+0000 mgr.y (mgr.14556) 23262 : cluster [DBG] pgmap v20551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:29.121148+0000 mgr.y (mgr.14556) 23262 : cluster [DBG] pgmap v20551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:29.121148+0000 mgr.y (mgr.14556) 23262 : cluster [DBG] pgmap v20551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:10:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:10:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:31.121760+0000 mgr.y (mgr.14556) 23263 : cluster [DBG] pgmap v20552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:31.121760+0000 mgr.y (mgr.14556) 23263 : cluster [DBG] pgmap v20552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:31.121760+0000 mgr.y (mgr.14556) 23263 : cluster [DBG] pgmap v20552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:10:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:10:33] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:10:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:33.122323+0000 mgr.y (mgr.14556) 23264 : cluster [DBG] pgmap v20553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:33.122323+0000 mgr.y (mgr.14556) 23264 : cluster [DBG] pgmap v20553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:33.122323+0000 mgr.y (mgr.14556) 23264 : cluster [DBG] pgmap v20553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:35.122820+0000 mgr.y (mgr.14556) 23265 : cluster [DBG] pgmap v20554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:35.122820+0000 mgr.y (mgr.14556) 23265 : cluster [DBG] pgmap v20554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:35.122820+0000 mgr.y (mgr.14556) 23265 : cluster [DBG] pgmap v20554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:37.123683+0000 mgr.y (mgr.14556) 23266 : cluster [DBG] pgmap v20555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:37.123683+0000 mgr.y (mgr.14556) 23266 : cluster [DBG] pgmap v20555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:37.123683+0000 mgr.y (mgr.14556) 23266 : cluster [DBG] pgmap v20555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:39.124103+0000 mgr.y (mgr.14556) 23267 : cluster [DBG] pgmap v20556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:39.124103+0000 mgr.y (mgr.14556) 23267 : cluster [DBG] pgmap v20556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:39.124103+0000 mgr.y (mgr.14556) 23267 : cluster [DBG] pgmap v20556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:10:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:10:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:41.124835+0000 mgr.y (mgr.14556) 23268 : cluster [DBG] pgmap v20557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:41.124835+0000 mgr.y (mgr.14556) 23268 : cluster [DBG] pgmap v20557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:41.124835+0000 mgr.y (mgr.14556) 23268 : cluster [DBG] pgmap v20557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:10:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:10:43] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T18:10:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:43.125182+0000 mgr.y (mgr.14556) 23269 : cluster [DBG] pgmap v20558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:43.125182+0000 mgr.y (mgr.14556) 23269 : cluster [DBG] pgmap v20558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:43.125182+0000 mgr.y (mgr.14556) 23269 : cluster [DBG] pgmap v20558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:45.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:45.125613+0000 mgr.y (mgr.14556) 23270 : cluster [DBG] pgmap v20559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:45.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:45.125613+0000 mgr.y (mgr.14556) 23270 : cluster [DBG] pgmap v20559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:45.125613+0000 mgr.y (mgr.14556) 23270 : cluster [DBG] pgmap v20559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:47.126215+0000 mgr.y (mgr.14556) 23271 : cluster [DBG] pgmap v20560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:47.126215+0000 mgr.y (mgr.14556) 23271 : cluster [DBG] pgmap v20560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:47.126215+0000 mgr.y (mgr.14556) 23271 : cluster [DBG] pgmap v20560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:49.126613+0000 mgr.y (mgr.14556) 23272 : cluster [DBG] pgmap v20561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:49.126613+0000 mgr.y (mgr.14556) 23272 : cluster [DBG] pgmap v20561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:49.126613+0000 mgr.y (mgr.14556) 23272 : cluster [DBG] pgmap v20561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:10:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:10:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:51.127341+0000 mgr.y (mgr.14556) 23273 : cluster [DBG] pgmap v20562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:51.127341+0000 mgr.y (mgr.14556) 23273 : cluster [DBG] pgmap v20562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:51.127341+0000 mgr.y (mgr.14556) 23273 : cluster [DBG] pgmap v20562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:10:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:10:53] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:10:54.504 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:10:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:53.127884+0000 mgr.y (mgr.14556) 23274 : cluster [DBG] pgmap v20563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:53.127884+0000 mgr.y (mgr.14556) 23274 : cluster [DBG] pgmap v20563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:53.127884+0000 mgr.y (mgr.14556) 23274 : cluster [DBG] pgmap v20563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 2m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 2m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 2m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 2m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 2m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 2m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 2m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 2m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 2m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 2m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 2m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 2m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:10:54.789 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 2m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:10:54.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 2m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:10:54.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 2m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:10:54.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 2m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:10:54.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 2m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:10:54.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 2m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:10:54.790 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 2m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:10:54.790 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 2m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:10:55.138 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:10:55.167 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:10:55.168 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:10:55.169 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:10:55.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:10:55.139507+0000 mon.a (mon.0) 4840 : audit [DBG] from='client.? 172.21.15.23:0/2703773660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:10:55.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:10:55.139507+0000 mon.a (mon.0) 4840 : audit [DBG] from='client.? 172.21.15.23:0/2703773660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:10:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:10:55.139507+0000 mon.a (mon.0) 4840 : audit [DBG] from='client.? 172.21.15.23:0/2703773660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:10:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:10:54.493832+0000 mgr.y (mgr.14556) 23275 : audit [DBG] from='client.38730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:10:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:10:54.782489+0000 mgr.y (mgr.14556) 23276 : audit [DBG] from='client.38736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:10:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:55.128213+0000 mgr.y (mgr.14556) 23277 : cluster [DBG] pgmap v20564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:10:54.493832+0000 mgr.y (mgr.14556) 23275 : audit [DBG] from='client.38730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:10:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:10:54.782489+0000 mgr.y (mgr.14556) 23276 : audit [DBG] from='client.38736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:10:56.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:55.128213+0000 mgr.y (mgr.14556) 23277 : cluster [DBG] pgmap v20564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:10:54.493832+0000 mgr.y (mgr.14556) 23275 : audit [DBG] from='client.38730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:10:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:10:54.782489+0000 mgr.y (mgr.14556) 23276 : audit [DBG] from='client.38736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:10:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:55.128213+0000 mgr.y (mgr.14556) 23277 : cluster [DBG] pgmap v20564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:58.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:10:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:57.128875+0000 mgr.y (mgr.14556) 23278 : cluster [DBG] pgmap v20565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:10:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:57.128875+0000 mgr.y (mgr.14556) 23278 : cluster [DBG] pgmap v20565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:10:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:10:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:57.128875+0000 mgr.y (mgr.14556) 23278 : cluster [DBG] pgmap v20565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:10:59.129282+0000 mgr.y (mgr.14556) 23279 : cluster [DBG] pgmap v20566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:10:59.129282+0000 mgr.y (mgr.14556) 23279 : cluster [DBG] pgmap v20566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:10:59.129282+0000 mgr.y (mgr.14556) 23279 : cluster [DBG] pgmap v20566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:11:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:11:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:01.130069+0000 mgr.y (mgr.14556) 23280 : cluster [DBG] pgmap v20567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:11:01.564068+0000 mon.a (mon.0) 4841 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:11:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:11:01.820799+0000 mon.a (mon.0) 4842 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:11:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:11:01.830927+0000 mon.a (mon.0) 4843 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:11:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:11:02.122956+0000 mon.a (mon.0) 4844 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:11:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:11:02.123596+0000 mon.a (mon.0) 4845 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:11:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:11:02.132275+0000 mon.a (mon.0) 4846 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:11:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:01.130069+0000 mgr.y (mgr.14556) 23280 : cluster [DBG] pgmap v20567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:11:01.564068+0000 mon.a (mon.0) 4841 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:11:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:11:01.820799+0000 mon.a (mon.0) 4842 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:11:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:11:01.830927+0000 mon.a (mon.0) 4843 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:11:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:11:02.122956+0000 mon.a (mon.0) 4844 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:11:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:11:02.123596+0000 mon.a (mon.0) 4845 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:11:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:11:02.132275+0000 mon.a (mon.0) 4846 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:11:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:01.130069+0000 mgr.y (mgr.14556) 23280 : cluster [DBG] pgmap v20567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:11:01.564068+0000 mon.a (mon.0) 4841 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:11:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:11:01.820799+0000 mon.a (mon.0) 4842 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:11:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:11:01.830927+0000 mon.a (mon.0) 4843 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:11:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:11:02.122956+0000 mon.a (mon.0) 4844 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:11:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:11:02.123596+0000 mon.a (mon.0) 4845 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:11:02.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:11:02.132275+0000 mon.a (mon.0) 4846 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:11:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:11:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:11:03] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:11:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:03.130472+0000 mgr.y (mgr.14556) 23281 : cluster [DBG] pgmap v20568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:03.130472+0000 mgr.y (mgr.14556) 23281 : cluster [DBG] pgmap v20568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:03.130472+0000 mgr.y (mgr.14556) 23281 : cluster [DBG] pgmap v20568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:05.131058+0000 mgr.y (mgr.14556) 23282 : cluster [DBG] pgmap v20569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:05.131058+0000 mgr.y (mgr.14556) 23282 : cluster [DBG] pgmap v20569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:05.131058+0000 mgr.y (mgr.14556) 23282 : cluster [DBG] pgmap v20569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:07.131756+0000 mgr.y (mgr.14556) 23283 : cluster [DBG] pgmap v20570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:07.131756+0000 mgr.y (mgr.14556) 23283 : cluster [DBG] pgmap v20570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:07.131756+0000 mgr.y (mgr.14556) 23283 : cluster [DBG] pgmap v20570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:09.132201+0000 mgr.y (mgr.14556) 23284 : cluster [DBG] pgmap v20571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:09.132201+0000 mgr.y (mgr.14556) 23284 : cluster [DBG] pgmap v20571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:09.132201+0000 mgr.y (mgr.14556) 23284 : cluster [DBG] pgmap v20571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:11:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:11:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:11.132839+0000 mgr.y (mgr.14556) 23285 : cluster [DBG] pgmap v20572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:11.132839+0000 mgr.y (mgr.14556) 23285 : cluster [DBG] pgmap v20572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:11.132839+0000 mgr.y (mgr.14556) 23285 : cluster [DBG] pgmap v20572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:11:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:11:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T18:11:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:13.133290+0000 mgr.y (mgr.14556) 23286 : cluster [DBG] pgmap v20573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:13.133290+0000 mgr.y (mgr.14556) 23286 : cluster [DBG] pgmap v20573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:13.133290+0000 mgr.y (mgr.14556) 23286 : cluster [DBG] pgmap v20573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:15.133803+0000 mgr.y (mgr.14556) 23287 : cluster [DBG] pgmap v20574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:15.133803+0000 mgr.y (mgr.14556) 23287 : cluster [DBG] pgmap v20574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:15.133803+0000 mgr.y (mgr.14556) 23287 : cluster [DBG] pgmap v20574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:17.134573+0000 mgr.y (mgr.14556) 23288 : cluster [DBG] pgmap v20575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:17.134573+0000 mgr.y (mgr.14556) 23288 : cluster [DBG] pgmap v20575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:17.134573+0000 mgr.y (mgr.14556) 23288 : cluster [DBG] pgmap v20575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:19.135136+0000 mgr.y (mgr.14556) 23289 : cluster [DBG] pgmap v20576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:19.135136+0000 mgr.y (mgr.14556) 23289 : cluster [DBG] pgmap v20576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:19.135136+0000 mgr.y (mgr.14556) 23289 : cluster [DBG] pgmap v20576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:11:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:11:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:21.135750+0000 mgr.y (mgr.14556) 23290 : cluster [DBG] pgmap v20577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:21.135750+0000 mgr.y (mgr.14556) 23290 : cluster [DBG] pgmap v20577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:21.135750+0000 mgr.y (mgr.14556) 23290 : cluster [DBG] pgmap v20577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:11:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:11:23] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:11:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:23.136275+0000 mgr.y (mgr.14556) 23291 : cluster [DBG] pgmap v20578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:23.136275+0000 mgr.y (mgr.14556) 23291 : cluster [DBG] pgmap v20578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:23.136275+0000 mgr.y (mgr.14556) 23291 : cluster [DBG] pgmap v20578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:25.466 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 3m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 3m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 3m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 3m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 3m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 3m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 3m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 3m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 3m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 3m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 3m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:11:25.754 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 3m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:11:25.755 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 3m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:11:25.755 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 3m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:11:25.755 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 3m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:11:25.755 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 3m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:11:25.755 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 3m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:11:25.755 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 3m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:11:25.755 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 3m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:11:25.755 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 3m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:11:26.101 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:11:26.102 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:11:26.103 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:11:26.103 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:11:26.103 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:11:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:25.136777+0000 mgr.y (mgr.14556) 23292 : cluster [DBG] pgmap v20579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:11:26.103155+0000 mon.a (mon.0) 4847 : audit [DBG] from='client.? 172.21.15.23:0/25332938' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:11:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:25.136777+0000 mgr.y (mgr.14556) 23292 : cluster [DBG] pgmap v20579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:11:26.103155+0000 mon.a (mon.0) 4847 : audit [DBG] from='client.? 172.21.15.23:0/25332938' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:11:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:25.136777+0000 mgr.y (mgr.14556) 23292 : cluster [DBG] pgmap v20579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:11:26.103155+0000 mon.a (mon.0) 4847 : audit [DBG] from='client.? 172.21.15.23:0/25332938' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:11:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:11:25.456147+0000 mgr.y (mgr.14556) 23293 : audit [DBG] from='client.48656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:11:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:11:25.747341+0000 mgr.y (mgr.14556) 23294 : audit [DBG] from='client.48662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:11:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:11:25.456147+0000 mgr.y (mgr.14556) 23293 : audit [DBG] from='client.48656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:11:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:11:25.747341+0000 mgr.y (mgr.14556) 23294 : audit [DBG] from='client.48662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:11:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:11:25.456147+0000 mgr.y (mgr.14556) 23293 : audit [DBG] from='client.48656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:11:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:11:25.747341+0000 mgr.y (mgr.14556) 23294 : audit [DBG] from='client.48662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:11:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:27.137532+0000 mgr.y (mgr.14556) 23295 : cluster [DBG] pgmap v20580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:27.137532+0000 mgr.y (mgr.14556) 23295 : cluster [DBG] pgmap v20580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:27.137532+0000 mgr.y (mgr.14556) 23295 : cluster [DBG] pgmap v20580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:29.138004+0000 mgr.y (mgr.14556) 23296 : cluster [DBG] pgmap v20581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:29.138004+0000 mgr.y (mgr.14556) 23296 : cluster [DBG] pgmap v20581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:29.138004+0000 mgr.y (mgr.14556) 23296 : cluster [DBG] pgmap v20581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:11:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:11:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:31.138806+0000 mgr.y (mgr.14556) 23297 : cluster [DBG] pgmap v20582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:31.138806+0000 mgr.y (mgr.14556) 23297 : cluster [DBG] pgmap v20582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:31.138806+0000 mgr.y (mgr.14556) 23297 : cluster [DBG] pgmap v20582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:11:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:11:33] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:11:34.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:33.139406+0000 mgr.y (mgr.14556) 23298 : cluster [DBG] pgmap v20583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:33.139406+0000 mgr.y (mgr.14556) 23298 : cluster [DBG] pgmap v20583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:33.139406+0000 mgr.y (mgr.14556) 23298 : cluster [DBG] pgmap v20583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:35.139981+0000 mgr.y (mgr.14556) 23299 : cluster [DBG] pgmap v20584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:35.139981+0000 mgr.y (mgr.14556) 23299 : cluster [DBG] pgmap v20584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:35.139981+0000 mgr.y (mgr.14556) 23299 : cluster [DBG] pgmap v20584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:37.140851+0000 mgr.y (mgr.14556) 23300 : cluster [DBG] pgmap v20585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:37.140851+0000 mgr.y (mgr.14556) 23300 : cluster [DBG] pgmap v20585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:37.140851+0000 mgr.y (mgr.14556) 23300 : cluster [DBG] pgmap v20585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:39.141376+0000 mgr.y (mgr.14556) 23301 : cluster [DBG] pgmap v20586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:39.141376+0000 mgr.y (mgr.14556) 23301 : cluster [DBG] pgmap v20586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:39.141376+0000 mgr.y (mgr.14556) 23301 : cluster [DBG] pgmap v20586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:11:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:11:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:41.142074+0000 mgr.y (mgr.14556) 23302 : cluster [DBG] pgmap v20587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:41.142074+0000 mgr.y (mgr.14556) 23302 : cluster [DBG] pgmap v20587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:41.142074+0000 mgr.y (mgr.14556) 23302 : cluster [DBG] pgmap v20587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:11:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:11:43] "GET /metrics HTTP/1.1" 200 188271 "" "Prometheus/2.33.4" 2024-03-22T18:11:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:43.142497+0000 mgr.y (mgr.14556) 23303 : cluster [DBG] pgmap v20588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:43.142497+0000 mgr.y (mgr.14556) 23303 : cluster [DBG] pgmap v20588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:43.142497+0000 mgr.y (mgr.14556) 23303 : cluster [DBG] pgmap v20588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:45.142906+0000 mgr.y (mgr.14556) 23304 : cluster [DBG] pgmap v20589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:45.142906+0000 mgr.y (mgr.14556) 23304 : cluster [DBG] pgmap v20589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:45.142906+0000 mgr.y (mgr.14556) 23304 : cluster [DBG] pgmap v20589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:47.143680+0000 mgr.y (mgr.14556) 23305 : cluster [DBG] pgmap v20590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:47.143680+0000 mgr.y (mgr.14556) 23305 : cluster [DBG] pgmap v20590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:47.143680+0000 mgr.y (mgr.14556) 23305 : cluster [DBG] pgmap v20590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:49.144030+0000 mgr.y (mgr.14556) 23306 : cluster [DBG] pgmap v20591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:49.144030+0000 mgr.y (mgr.14556) 23306 : cluster [DBG] pgmap v20591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:49.144030+0000 mgr.y (mgr.14556) 23306 : cluster [DBG] pgmap v20591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:11:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:11:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:51.144689+0000 mgr.y (mgr.14556) 23307 : cluster [DBG] pgmap v20592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:51.144689+0000 mgr.y (mgr.14556) 23307 : cluster [DBG] pgmap v20592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:51.144689+0000 mgr.y (mgr.14556) 23307 : cluster [DBG] pgmap v20592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:11:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:11:53] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T18:11:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:53.145134+0000 mgr.y (mgr.14556) 23308 : cluster [DBG] pgmap v20593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:53.145134+0000 mgr.y (mgr.14556) 23308 : cluster [DBG] pgmap v20593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:53.145134+0000 mgr.y (mgr.14556) 23308 : cluster [DBG] pgmap v20593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:56.429 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:11:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:55.145701+0000 mgr.y (mgr.14556) 23309 : cluster [DBG] pgmap v20594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:55.145701+0000 mgr.y (mgr.14556) 23309 : cluster [DBG] pgmap v20594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:55.145701+0000 mgr.y (mgr.14556) 23309 : cluster [DBG] pgmap v20594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:56.718 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:11:56.718 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 3m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:11:56.718 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 3m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:11:56.719 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 3m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:11:56.719 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 3m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:11:56.719 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 3m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:11:56.719 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 3m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:11:56.719 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 3m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:11:56.719 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 3m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:11:56.719 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 3m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:11:56.720 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 3m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:11:56.720 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 3m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:11:56.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 3m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:11:56.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 3m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:11:56.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 3m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:11:56.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 3m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:11:56.720 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 3m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:11:56.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 3m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:11:56.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 3m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:11:56.721 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 3m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:11:56.721 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 3m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:11:57.068 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:11:57.068 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:11:57.068 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:11:57.069 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:11:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:11:56.418153+0000 mgr.y (mgr.14556) 23310 : audit [DBG] from='client.38766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:11:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:11:56.711702+0000 mgr.y (mgr.14556) 23311 : audit [DBG] from='client.48680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:11:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:11:57.069936+0000 mon.a (mon.0) 4848 : audit [DBG] from='client.? 172.21.15.23:0/1014598255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:11:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:57.146266+0000 mgr.y (mgr.14556) 23312 : cluster [DBG] pgmap v20595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:11:56.418153+0000 mgr.y (mgr.14556) 23310 : audit [DBG] from='client.38766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:11:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:11:56.711702+0000 mgr.y (mgr.14556) 23311 : audit [DBG] from='client.48680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:11:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:11:57.069936+0000 mon.a (mon.0) 4848 : audit [DBG] from='client.? 172.21.15.23:0/1014598255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:11:58.380 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:11:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:57.146266+0000 mgr.y (mgr.14556) 23312 : cluster [DBG] pgmap v20595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:11:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:11:56.418153+0000 mgr.y (mgr.14556) 23310 : audit [DBG] from='client.38766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:11:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:11:56.711702+0000 mgr.y (mgr.14556) 23311 : audit [DBG] from='client.48680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:11:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:11:57.069936+0000 mon.a (mon.0) 4848 : audit [DBG] from='client.? 172.21.15.23:0/1014598255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:11:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:11:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:57.146266+0000 mgr.y (mgr.14556) 23312 : cluster [DBG] pgmap v20595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:11:59.146633+0000 mgr.y (mgr.14556) 23313 : cluster [DBG] pgmap v20596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:11:59.146633+0000 mgr.y (mgr.14556) 23313 : cluster [DBG] pgmap v20596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:11:59.146633+0000 mgr.y (mgr.14556) 23313 : cluster [DBG] pgmap v20596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:12:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:12:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:01.147435+0000 mgr.y (mgr.14556) 23314 : cluster [DBG] pgmap v20597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:12:02.136648+0000 mon.a (mon.0) 4849 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:12:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:01.147435+0000 mgr.y (mgr.14556) 23314 : cluster [DBG] pgmap v20597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:12:02.136648+0000 mon.a (mon.0) 4849 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:12:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:01.147435+0000 mgr.y (mgr.14556) 23314 : cluster [DBG] pgmap v20597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:12:02.136648+0000 mon.a (mon.0) 4849 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:12:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:12:02.447446+0000 mon.a (mon.0) 4850 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:12:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:12:02.448097+0000 mon.a (mon.0) 4851 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:12:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:12:02.452414+0000 mon.a (mon.0) 4852 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:12:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:12:02.447446+0000 mon.a (mon.0) 4850 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:12:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:12:02.448097+0000 mon.a (mon.0) 4851 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:12:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:12:02.452414+0000 mon.a (mon.0) 4852 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:12:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:12:02.447446+0000 mon.a (mon.0) 4850 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:12:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:12:02.448097+0000 mon.a (mon.0) 4851 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:12:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:12:02.452414+0000 mon.a (mon.0) 4852 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:12:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:12:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:12:03] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T18:12:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:03.147778+0000 mgr.y (mgr.14556) 23315 : cluster [DBG] pgmap v20598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:03.147778+0000 mgr.y (mgr.14556) 23315 : cluster [DBG] pgmap v20598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:03.147778+0000 mgr.y (mgr.14556) 23315 : cluster [DBG] pgmap v20598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:05.148261+0000 mgr.y (mgr.14556) 23316 : cluster [DBG] pgmap v20599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:05.148261+0000 mgr.y (mgr.14556) 23316 : cluster [DBG] pgmap v20599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:05.148261+0000 mgr.y (mgr.14556) 23316 : cluster [DBG] pgmap v20599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:07.149143+0000 mgr.y (mgr.14556) 23317 : cluster [DBG] pgmap v20600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:07.149143+0000 mgr.y (mgr.14556) 23317 : cluster [DBG] pgmap v20600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:07.149143+0000 mgr.y (mgr.14556) 23317 : cluster [DBG] pgmap v20600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:09.149568+0000 mgr.y (mgr.14556) 23318 : cluster [DBG] pgmap v20601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:10.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:09.149568+0000 mgr.y (mgr.14556) 23318 : cluster [DBG] pgmap v20601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:09.149568+0000 mgr.y (mgr.14556) 23318 : cluster [DBG] pgmap v20601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:12:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:12:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:11.150315+0000 mgr.y (mgr.14556) 23319 : cluster [DBG] pgmap v20602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:11.150315+0000 mgr.y (mgr.14556) 23319 : cluster [DBG] pgmap v20602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:11.150315+0000 mgr.y (mgr.14556) 23319 : cluster [DBG] pgmap v20602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:12:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:12:13] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-03-22T18:12:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:13.150885+0000 mgr.y (mgr.14556) 23320 : cluster [DBG] pgmap v20603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:13.150885+0000 mgr.y (mgr.14556) 23320 : cluster [DBG] pgmap v20603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:13.150885+0000 mgr.y (mgr.14556) 23320 : cluster [DBG] pgmap v20603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:15.151474+0000 mgr.y (mgr.14556) 23321 : cluster [DBG] pgmap v20604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:15.151474+0000 mgr.y (mgr.14556) 23321 : cluster [DBG] pgmap v20604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:15.151474+0000 mgr.y (mgr.14556) 23321 : cluster [DBG] pgmap v20604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:17.152254+0000 mgr.y (mgr.14556) 23322 : cluster [DBG] pgmap v20605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:17.152254+0000 mgr.y (mgr.14556) 23322 : cluster [DBG] pgmap v20605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:17.152254+0000 mgr.y (mgr.14556) 23322 : cluster [DBG] pgmap v20605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:19.152817+0000 mgr.y (mgr.14556) 23323 : cluster [DBG] pgmap v20606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:19.152817+0000 mgr.y (mgr.14556) 23323 : cluster [DBG] pgmap v20606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:19.152817+0000 mgr.y (mgr.14556) 23323 : cluster [DBG] pgmap v20606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:12:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:12:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:21.153641+0000 mgr.y (mgr.14556) 23324 : cluster [DBG] pgmap v20607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:21.153641+0000 mgr.y (mgr.14556) 23324 : cluster [DBG] pgmap v20607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:21.153641+0000 mgr.y (mgr.14556) 23324 : cluster [DBG] pgmap v20607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:12:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:12:23] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:12:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:23.154127+0000 mgr.y (mgr.14556) 23325 : cluster [DBG] pgmap v20608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:23.154127+0000 mgr.y (mgr.14556) 23325 : cluster [DBG] pgmap v20608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:23.154127+0000 mgr.y (mgr.14556) 23325 : cluster [DBG] pgmap v20608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:25.154592+0000 mgr.y (mgr.14556) 23326 : cluster [DBG] pgmap v20609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:25.154592+0000 mgr.y (mgr.14556) 23326 : cluster [DBG] pgmap v20609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:25.154592+0000 mgr.y (mgr.14556) 23326 : cluster [DBG] pgmap v20609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:27.393 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:12:27.682 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 4m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 4m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 4m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 4m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 4m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 4m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 4m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 4m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 4m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 4m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 4m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 4m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:12:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 4m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:12:27.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 4m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:12:27.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 4m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:12:27.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 4m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:12:27.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 4m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:12:27.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 4m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:12:27.684 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 4m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:12:27.684 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 4m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:12:28.031 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:12:28.032 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:12:28.033 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:12:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:27.155230+0000 mgr.y (mgr.14556) 23327 : cluster [DBG] pgmap v20610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:12:28.033010+0000 mon.c (mon.2) 558 : audit [DBG] from='client.? 172.21.15.23:0/3295210327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:12:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:27.155230+0000 mgr.y (mgr.14556) 23327 : cluster [DBG] pgmap v20610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:12:28.033010+0000 mon.c (mon.2) 558 : audit [DBG] from='client.? 172.21.15.23:0/3295210327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:12:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:27.155230+0000 mgr.y (mgr.14556) 23327 : cluster [DBG] pgmap v20610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:12:28.033010+0000 mon.c (mon.2) 558 : audit [DBG] from='client.? 172.21.15.23:0/3295210327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:12:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:12:27.382906+0000 mgr.y (mgr.14556) 23328 : audit [DBG] from='client.48692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:12:29.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:12:27.676135+0000 mgr.y (mgr.14556) 23329 : audit [DBG] from='client.48698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:12:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:12:27.382906+0000 mgr.y (mgr.14556) 23328 : audit [DBG] from='client.48692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:12:29.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:12:27.676135+0000 mgr.y (mgr.14556) 23329 : audit [DBG] from='client.48698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:12:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:12:27.382906+0000 mgr.y (mgr.14556) 23328 : audit [DBG] from='client.48692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:12:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:12:27.676135+0000 mgr.y (mgr.14556) 23329 : audit [DBG] from='client.48698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:12:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:29.155688+0000 mgr.y (mgr.14556) 23330 : cluster [DBG] pgmap v20611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:29.155688+0000 mgr.y (mgr.14556) 23330 : cluster [DBG] pgmap v20611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:29.155688+0000 mgr.y (mgr.14556) 23330 : cluster [DBG] pgmap v20611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:12:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:12:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:31.156341+0000 mgr.y (mgr.14556) 23331 : cluster [DBG] pgmap v20612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:31.156341+0000 mgr.y (mgr.14556) 23331 : cluster [DBG] pgmap v20612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:31.156341+0000 mgr.y (mgr.14556) 23331 : cluster [DBG] pgmap v20612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:33.156845+0000 mgr.y (mgr.14556) 23332 : cluster [DBG] pgmap v20613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:33.156845+0000 mgr.y (mgr.14556) 23332 : cluster [DBG] pgmap v20613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:33.156845+0000 mgr.y (mgr.14556) 23332 : cluster [DBG] pgmap v20613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:12:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:12:33] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:12:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:35.157267+0000 mgr.y (mgr.14556) 23333 : cluster [DBG] pgmap v20614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:35.157267+0000 mgr.y (mgr.14556) 23333 : cluster [DBG] pgmap v20614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:35.157267+0000 mgr.y (mgr.14556) 23333 : cluster [DBG] pgmap v20614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:37.157984+0000 mgr.y (mgr.14556) 23334 : cluster [DBG] pgmap v20615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:37.157984+0000 mgr.y (mgr.14556) 23334 : cluster [DBG] pgmap v20615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:37.157984+0000 mgr.y (mgr.14556) 23334 : cluster [DBG] pgmap v20615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:39.158416+0000 mgr.y (mgr.14556) 23335 : cluster [DBG] pgmap v20616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:39.158416+0000 mgr.y (mgr.14556) 23335 : cluster [DBG] pgmap v20616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:39.158416+0000 mgr.y (mgr.14556) 23335 : cluster [DBG] pgmap v20616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:12:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:12:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:41.159151+0000 mgr.y (mgr.14556) 23336 : cluster [DBG] pgmap v20617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:41.159151+0000 mgr.y (mgr.14556) 23336 : cluster [DBG] pgmap v20617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:41.159151+0000 mgr.y (mgr.14556) 23336 : cluster [DBG] pgmap v20617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:12:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:12:43] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T18:12:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:43.159574+0000 mgr.y (mgr.14556) 23337 : cluster [DBG] pgmap v20618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:43.159574+0000 mgr.y (mgr.14556) 23337 : cluster [DBG] pgmap v20618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:43.159574+0000 mgr.y (mgr.14556) 23337 : cluster [DBG] pgmap v20618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:45.160042+0000 mgr.y (mgr.14556) 23338 : cluster [DBG] pgmap v20619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:45.160042+0000 mgr.y (mgr.14556) 23338 : cluster [DBG] pgmap v20619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:45.160042+0000 mgr.y (mgr.14556) 23338 : cluster [DBG] pgmap v20619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:47.160706+0000 mgr.y (mgr.14556) 23339 : cluster [DBG] pgmap v20620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:47.160706+0000 mgr.y (mgr.14556) 23339 : cluster [DBG] pgmap v20620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:47.160706+0000 mgr.y (mgr.14556) 23339 : cluster [DBG] pgmap v20620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:49.161116+0000 mgr.y (mgr.14556) 23340 : cluster [DBG] pgmap v20621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:49.161116+0000 mgr.y (mgr.14556) 23340 : cluster [DBG] pgmap v20621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:49.161116+0000 mgr.y (mgr.14556) 23340 : cluster [DBG] pgmap v20621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:12:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:12:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:51.161800+0000 mgr.y (mgr.14556) 23341 : cluster [DBG] pgmap v20622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:51.161800+0000 mgr.y (mgr.14556) 23341 : cluster [DBG] pgmap v20622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:51.161800+0000 mgr.y (mgr.14556) 23341 : cluster [DBG] pgmap v20622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:12:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:12:53] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T18:12:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:53.162285+0000 mgr.y (mgr.14556) 23342 : cluster [DBG] pgmap v20623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:53.162285+0000 mgr.y (mgr.14556) 23342 : cluster [DBG] pgmap v20623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:53.162285+0000 mgr.y (mgr.14556) 23342 : cluster [DBG] pgmap v20623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:55.162778+0000 mgr.y (mgr.14556) 23343 : cluster [DBG] pgmap v20624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:55.162778+0000 mgr.y (mgr.14556) 23343 : cluster [DBG] pgmap v20624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:55.162778+0000 mgr.y (mgr.14556) 23343 : cluster [DBG] pgmap v20624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:58.357 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:12:58.378 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:57.163481+0000 mgr.y (mgr.14556) 23344 : cluster [DBG] pgmap v20625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:57.163481+0000 mgr.y (mgr.14556) 23344 : cluster [DBG] pgmap v20625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:57.163481+0000 mgr.y (mgr.14556) 23344 : cluster [DBG] pgmap v20625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:12:58.649 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:12:58.649 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 4m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:12:58.649 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 4m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 4m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 4m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 4m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 4m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 4m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 4m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 4m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 4m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 4m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 4m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 4m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 4m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 4m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:12:58.650 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 4m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:12:58.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 4m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:12:58.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 4m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:12:58.651 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 4m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:12:58.651 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 4m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:12:59.000 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:12:59.000 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:12:59.001 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:12:59.002 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:12:59.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:12:59.001886+0000 mon.a (mon.0) 4853 : audit [DBG] from='client.? 172.21.15.23:0/498133624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:12:59.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:12:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:12:59.001886+0000 mon.a (mon.0) 4853 : audit [DBG] from='client.? 172.21.15.23:0/498133624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:12:59.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:12:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:12:59.001886+0000 mon.a (mon.0) 4853 : audit [DBG] from='client.? 172.21.15.23:0/498133624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:13:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:12:58.346886+0000 mgr.y (mgr.14556) 23345 : audit [DBG] from='client.38802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:13:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:12:58.642850+0000 mgr.y (mgr.14556) 23346 : audit [DBG] from='client.48716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:13:00.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:12:59.163961+0000 mgr.y (mgr.14556) 23347 : cluster [DBG] pgmap v20626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:00.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:12:58.346886+0000 mgr.y (mgr.14556) 23345 : audit [DBG] from='client.38802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:13:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:12:58.642850+0000 mgr.y (mgr.14556) 23346 : audit [DBG] from='client.48716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:13:00.380 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:12:59.163961+0000 mgr.y (mgr.14556) 23347 : cluster [DBG] pgmap v20626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:12:58.346886+0000 mgr.y (mgr.14556) 23345 : audit [DBG] from='client.38802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:13:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:12:58.642850+0000 mgr.y (mgr.14556) 23346 : audit [DBG] from='client.48716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:13:00.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:12:59.163961+0000 mgr.y (mgr.14556) 23347 : cluster [DBG] pgmap v20626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:13:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:13:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:01.164687+0000 mgr.y (mgr.14556) 23348 : cluster [DBG] pgmap v20627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:01.164687+0000 mgr.y (mgr.14556) 23348 : cluster [DBG] pgmap v20627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:01.164687+0000 mgr.y (mgr.14556) 23348 : cluster [DBG] pgmap v20627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:13:02.456871+0000 mon.a (mon.0) 4854 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:13:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:13:02.763976+0000 mon.a (mon.0) 4855 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:13:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:13:02.764632+0000 mon.a (mon.0) 4856 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:13:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:13:02.770798+0000 mon.a (mon.0) 4857 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:13:03.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:13:02.456871+0000 mon.a (mon.0) 4854 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:13:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:13:02.763976+0000 mon.a (mon.0) 4855 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:13:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:13:02.764632+0000 mon.a (mon.0) 4856 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:13:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:13:02.770798+0000 mon.a (mon.0) 4857 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:13:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:13:02.456871+0000 mon.a (mon.0) 4854 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:13:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:13:02.763976+0000 mon.a (mon.0) 4855 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:13:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:13:02.764632+0000 mon.a (mon.0) 4856 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:13:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:13:02.770798+0000 mon.a (mon.0) 4857 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:13:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:13:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:13:03] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T18:13:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:03.165290+0000 mgr.y (mgr.14556) 23349 : cluster [DBG] pgmap v20628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:04.631 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:03.165290+0000 mgr.y (mgr.14556) 23349 : cluster [DBG] pgmap v20628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:03.165290+0000 mgr.y (mgr.14556) 23349 : cluster [DBG] pgmap v20628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:05.165800+0000 mgr.y (mgr.14556) 23350 : cluster [DBG] pgmap v20629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:05.165800+0000 mgr.y (mgr.14556) 23350 : cluster [DBG] pgmap v20629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:05.165800+0000 mgr.y (mgr.14556) 23350 : cluster [DBG] pgmap v20629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:07.166446+0000 mgr.y (mgr.14556) 23351 : cluster [DBG] pgmap v20630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:07.166446+0000 mgr.y (mgr.14556) 23351 : cluster [DBG] pgmap v20630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:07.166446+0000 mgr.y (mgr.14556) 23351 : cluster [DBG] pgmap v20630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:09.166857+0000 mgr.y (mgr.14556) 23352 : cluster [DBG] pgmap v20631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:09.166857+0000 mgr.y (mgr.14556) 23352 : cluster [DBG] pgmap v20631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:09.166857+0000 mgr.y (mgr.14556) 23352 : cluster [DBG] pgmap v20631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:13:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:13:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:11.167465+0000 mgr.y (mgr.14556) 23353 : cluster [DBG] pgmap v20632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:11.167465+0000 mgr.y (mgr.14556) 23353 : cluster [DBG] pgmap v20632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:11.167465+0000 mgr.y (mgr.14556) 23353 : cluster [DBG] pgmap v20632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:13:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:13:13] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:13:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:13.167906+0000 mgr.y (mgr.14556) 23354 : cluster [DBG] pgmap v20633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:13.167906+0000 mgr.y (mgr.14556) 23354 : cluster [DBG] pgmap v20633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:13.167906+0000 mgr.y (mgr.14556) 23354 : cluster [DBG] pgmap v20633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:15.168495+0000 mgr.y (mgr.14556) 23355 : cluster [DBG] pgmap v20634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:15.168495+0000 mgr.y (mgr.14556) 23355 : cluster [DBG] pgmap v20634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:15.168495+0000 mgr.y (mgr.14556) 23355 : cluster [DBG] pgmap v20634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:17.169317+0000 mgr.y (mgr.14556) 23356 : cluster [DBG] pgmap v20635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:17.169317+0000 mgr.y (mgr.14556) 23356 : cluster [DBG] pgmap v20635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:17.169317+0000 mgr.y (mgr.14556) 23356 : cluster [DBG] pgmap v20635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:19.169761+0000 mgr.y (mgr.14556) 23357 : cluster [DBG] pgmap v20636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:19.169761+0000 mgr.y (mgr.14556) 23357 : cluster [DBG] pgmap v20636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:19.169761+0000 mgr.y (mgr.14556) 23357 : cluster [DBG] pgmap v20636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:13:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:13:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:21.170461+0000 mgr.y (mgr.14556) 23358 : cluster [DBG] pgmap v20637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:21.170461+0000 mgr.y (mgr.14556) 23358 : cluster [DBG] pgmap v20637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:21.170461+0000 mgr.y (mgr.14556) 23358 : cluster [DBG] pgmap v20637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:13:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:13:23] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:13:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:23.170921+0000 mgr.y (mgr.14556) 23359 : cluster [DBG] pgmap v20638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:23.170921+0000 mgr.y (mgr.14556) 23359 : cluster [DBG] pgmap v20638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:23.170921+0000 mgr.y (mgr.14556) 23359 : cluster [DBG] pgmap v20638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:25.171403+0000 mgr.y (mgr.14556) 23360 : cluster [DBG] pgmap v20639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:26.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:25.171403+0000 mgr.y (mgr.14556) 23360 : cluster [DBG] pgmap v20639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:25.171403+0000 mgr.y (mgr.14556) 23360 : cluster [DBG] pgmap v20639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:27.172027+0000 mgr.y (mgr.14556) 23361 : cluster [DBG] pgmap v20640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:27.172027+0000 mgr.y (mgr.14556) 23361 : cluster [DBG] pgmap v20640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:27.172027+0000 mgr.y (mgr.14556) 23361 : cluster [DBG] pgmap v20640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:29.326 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:13:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:13:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 5m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:13:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 5m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:13:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 5m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:13:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 5m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:13:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 5m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:13:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 5m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:13:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 5m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:13:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 5m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:13:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 5m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:13:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 5m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:13:29.614 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 5m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:13:29.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 5m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:13:29.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 5m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:13:29.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 5m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:13:29.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 5m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:13:29.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 5m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:13:29.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 5m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:13:29.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 5m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:13:29.615 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 5m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:13:29.615 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 5m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:13:29.965 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:13:29.965 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:13:29.965 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:13:29.965 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:13:29.965 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:13:29.965 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:13:29.966 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:13:29.966 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:13:29.966 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:13:29.966 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:13:29.966 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:13:29.966 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:13:29.966 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:13:29.966 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:13:29.966 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:13:29.966 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:13:29.966 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:13:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:29.172362+0000 mgr.y (mgr.14556) 23362 : cluster [DBG] pgmap v20641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:13:29.966765+0000 mon.a (mon.0) 4858 : audit [DBG] from='client.? 172.21.15.23:0/328745393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:13:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:29.172362+0000 mgr.y (mgr.14556) 23362 : cluster [DBG] pgmap v20641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:13:29.966765+0000 mon.a (mon.0) 4858 : audit [DBG] from='client.? 172.21.15.23:0/328745393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:13:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:29.172362+0000 mgr.y (mgr.14556) 23362 : cluster [DBG] pgmap v20641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:13:29.966765+0000 mon.a (mon.0) 4858 : audit [DBG] from='client.? 172.21.15.23:0/328745393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:13:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:13:29.316115+0000 mgr.y (mgr.14556) 23363 : audit [DBG] from='client.38820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:13:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:13:29.607296+0000 mgr.y (mgr.14556) 23364 : audit [DBG] from='client.48734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:13:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:13:29.316115+0000 mgr.y (mgr.14556) 23363 : audit [DBG] from='client.38820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:13:31.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:13:29.607296+0000 mgr.y (mgr.14556) 23364 : audit [DBG] from='client.48734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:13:31.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:13:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:13:29.316115+0000 mgr.y (mgr.14556) 23363 : audit [DBG] from='client.38820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:13:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:13:29.607296+0000 mgr.y (mgr.14556) 23364 : audit [DBG] from='client.48734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:13:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:31.173114+0000 mgr.y (mgr.14556) 23365 : cluster [DBG] pgmap v20642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:31.173114+0000 mgr.y (mgr.14556) 23365 : cluster [DBG] pgmap v20642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:31.173114+0000 mgr.y (mgr.14556) 23365 : cluster [DBG] pgmap v20642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:13:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:13:33] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:13:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:33.173590+0000 mgr.y (mgr.14556) 23366 : cluster [DBG] pgmap v20643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:33.173590+0000 mgr.y (mgr.14556) 23366 : cluster [DBG] pgmap v20643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:33.173590+0000 mgr.y (mgr.14556) 23366 : cluster [DBG] pgmap v20643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:35.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:35.174015+0000 mgr.y (mgr.14556) 23367 : cluster [DBG] pgmap v20644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:35.174015+0000 mgr.y (mgr.14556) 23367 : cluster [DBG] pgmap v20644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:35.174015+0000 mgr.y (mgr.14556) 23367 : cluster [DBG] pgmap v20644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:38.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:37.174837+0000 mgr.y (mgr.14556) 23368 : cluster [DBG] pgmap v20645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:38.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:37.174837+0000 mgr.y (mgr.14556) 23368 : cluster [DBG] pgmap v20645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:38.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:37.174837+0000 mgr.y (mgr.14556) 23368 : cluster [DBG] pgmap v20645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:39.175290+0000 mgr.y (mgr.14556) 23369 : cluster [DBG] pgmap v20646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:39.175290+0000 mgr.y (mgr.14556) 23369 : cluster [DBG] pgmap v20646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:39.175290+0000 mgr.y (mgr.14556) 23369 : cluster [DBG] pgmap v20646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:13:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:13:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:41.176099+0000 mgr.y (mgr.14556) 23370 : cluster [DBG] pgmap v20647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:41.176099+0000 mgr.y (mgr.14556) 23370 : cluster [DBG] pgmap v20647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:41.176099+0000 mgr.y (mgr.14556) 23370 : cluster [DBG] pgmap v20647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:13:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:13:43] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:13:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:43.176656+0000 mgr.y (mgr.14556) 23371 : cluster [DBG] pgmap v20648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:43.176656+0000 mgr.y (mgr.14556) 23371 : cluster [DBG] pgmap v20648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:43.176656+0000 mgr.y (mgr.14556) 23371 : cluster [DBG] pgmap v20648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:45.177070+0000 mgr.y (mgr.14556) 23372 : cluster [DBG] pgmap v20649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:45.177070+0000 mgr.y (mgr.14556) 23372 : cluster [DBG] pgmap v20649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:45.177070+0000 mgr.y (mgr.14556) 23372 : cluster [DBG] pgmap v20649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:47.177769+0000 mgr.y (mgr.14556) 23373 : cluster [DBG] pgmap v20650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:47.177769+0000 mgr.y (mgr.14556) 23373 : cluster [DBG] pgmap v20650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:47.177769+0000 mgr.y (mgr.14556) 23373 : cluster [DBG] pgmap v20650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:49.178211+0000 mgr.y (mgr.14556) 23374 : cluster [DBG] pgmap v20651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:49.178211+0000 mgr.y (mgr.14556) 23374 : cluster [DBG] pgmap v20651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:49.178211+0000 mgr.y (mgr.14556) 23374 : cluster [DBG] pgmap v20651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:51.178946+0000 mgr.y (mgr.14556) 23375 : cluster [DBG] pgmap v20652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:51.178946+0000 mgr.y (mgr.14556) 23375 : cluster [DBG] pgmap v20652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:51.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:13:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:51.178946+0000 mgr.y (mgr.14556) 23375 : cluster [DBG] pgmap v20652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:13:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:13:53] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T18:13:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:53.179554+0000 mgr.y (mgr.14556) 23376 : cluster [DBG] pgmap v20653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:53.179554+0000 mgr.y (mgr.14556) 23376 : cluster [DBG] pgmap v20653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:53.179554+0000 mgr.y (mgr.14556) 23376 : cluster [DBG] pgmap v20653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:55.179951+0000 mgr.y (mgr.14556) 23377 : cluster [DBG] pgmap v20654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:55.179951+0000 mgr.y (mgr.14556) 23377 : cluster [DBG] pgmap v20654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:55.179951+0000 mgr.y (mgr.14556) 23377 : cluster [DBG] pgmap v20654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:13:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:57.180554+0000 mgr.y (mgr.14556) 23378 : cluster [DBG] pgmap v20655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:13:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:57.180554+0000 mgr.y (mgr.14556) 23378 : cluster [DBG] pgmap v20655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:13:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:13:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:57.180554+0000 mgr.y (mgr.14556) 23378 : cluster [DBG] pgmap v20655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:00.295 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:14:00.584 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:14:00.584 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 6m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:14:00.584 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 5m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 6m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 5m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 5m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 6m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 6m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 5m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 6m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 6m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 5m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 6m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 6m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 6m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:14:00.585 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 6m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:14:00.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 5m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:14:00.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 5m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:14:00.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 5m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:14:00.586 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 5m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:14:00.586 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 5m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:14:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:13:59.180952+0000 mgr.y (mgr.14556) 23379 : cluster [DBG] pgmap v20656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:13:59.180952+0000 mgr.y (mgr.14556) 23379 : cluster [DBG] pgmap v20656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:13:59.180952+0000 mgr.y (mgr.14556) 23379 : cluster [DBG] pgmap v20656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:00.932 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:14:00.933 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:14:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:14:00.283546+0000 mgr.y (mgr.14556) 23380 : audit [DBG] from='client.48746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:14:01.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:14:00.934008+0000 mon.a (mon.0) 4859 : audit [DBG] from='client.? 172.21.15.23:0/2927716611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:14:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:14:00.283546+0000 mgr.y (mgr.14556) 23380 : audit [DBG] from='client.48746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:14:01.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:14:00.934008+0000 mon.a (mon.0) 4859 : audit [DBG] from='client.? 172.21.15.23:0/2927716611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:14:01.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:14:01.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:14:00.283546+0000 mgr.y (mgr.14556) 23380 : audit [DBG] from='client.48746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:14:01.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:14:00.934008+0000 mon.a (mon.0) 4859 : audit [DBG] from='client.? 172.21.15.23:0/2927716611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:14:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:14:00.577797+0000 mgr.y (mgr.14556) 23381 : audit [DBG] from='client.48752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:14:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:01.181647+0000 mgr.y (mgr.14556) 23382 : cluster [DBG] pgmap v20657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:14:00.577797+0000 mgr.y (mgr.14556) 23381 : audit [DBG] from='client.48752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:14:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:01.181647+0000 mgr.y (mgr.14556) 23382 : cluster [DBG] pgmap v20657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:14:00.577797+0000 mgr.y (mgr.14556) 23381 : audit [DBG] from='client.48752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:14:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:01.181647+0000 mgr.y (mgr.14556) 23382 : cluster [DBG] pgmap v20657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:14:02.775152+0000 mon.a (mon.0) 4860 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:14:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:14:03.081855+0000 mon.a (mon.0) 4861 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:14:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:14:03.082547+0000 mon.a (mon.0) 4862 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:14:03.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:14:03.088374+0000 mon.a (mon.0) 4863 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:14:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:14:02.775152+0000 mon.a (mon.0) 4860 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:14:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:14:03.081855+0000 mon.a (mon.0) 4861 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:14:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:14:03.082547+0000 mon.a (mon.0) 4862 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:14:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:14:03.088374+0000 mon.a (mon.0) 4863 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:14:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:14:02.775152+0000 mon.a (mon.0) 4860 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:14:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:14:03.081855+0000 mon.a (mon.0) 4861 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:14:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:14:03.082547+0000 mon.a (mon.0) 4862 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:14:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:14:03.088374+0000 mon.a (mon.0) 4863 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:14:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:14:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:14:03] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T18:14:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:03.182095+0000 mgr.y (mgr.14556) 23383 : cluster [DBG] pgmap v20658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:04.692 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:03.182095+0000 mgr.y (mgr.14556) 23383 : cluster [DBG] pgmap v20658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:04.693 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:03.182095+0000 mgr.y (mgr.14556) 23383 : cluster [DBG] pgmap v20658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:05.182449+0000 mgr.y (mgr.14556) 23384 : cluster [DBG] pgmap v20659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:05.182449+0000 mgr.y (mgr.14556) 23384 : cluster [DBG] pgmap v20659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:05.182449+0000 mgr.y (mgr.14556) 23384 : cluster [DBG] pgmap v20659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:07.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:07.183036+0000 mgr.y (mgr.14556) 23385 : cluster [DBG] pgmap v20660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:07.183036+0000 mgr.y (mgr.14556) 23385 : cluster [DBG] pgmap v20660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:07.183036+0000 mgr.y (mgr.14556) 23385 : cluster [DBG] pgmap v20660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:09.183601+0000 mgr.y (mgr.14556) 23386 : cluster [DBG] pgmap v20661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:09.183601+0000 mgr.y (mgr.14556) 23386 : cluster [DBG] pgmap v20661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:09.183601+0000 mgr.y (mgr.14556) 23386 : cluster [DBG] pgmap v20661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:14:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:14:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:11.184541+0000 mgr.y (mgr.14556) 23387 : cluster [DBG] pgmap v20662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:11.184541+0000 mgr.y (mgr.14556) 23387 : cluster [DBG] pgmap v20662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:11.184541+0000 mgr.y (mgr.14556) 23387 : cluster [DBG] pgmap v20662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:14:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:14:13] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-03-22T18:14:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:13.185098+0000 mgr.y (mgr.14556) 23388 : cluster [DBG] pgmap v20663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:13.185098+0000 mgr.y (mgr.14556) 23388 : cluster [DBG] pgmap v20663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:13.185098+0000 mgr.y (mgr.14556) 23388 : cluster [DBG] pgmap v20663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:15.185604+0000 mgr.y (mgr.14556) 23389 : cluster [DBG] pgmap v20664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:15.185604+0000 mgr.y (mgr.14556) 23389 : cluster [DBG] pgmap v20664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:15.185604+0000 mgr.y (mgr.14556) 23389 : cluster [DBG] pgmap v20664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:17.186518+0000 mgr.y (mgr.14556) 23390 : cluster [DBG] pgmap v20665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:17.186518+0000 mgr.y (mgr.14556) 23390 : cluster [DBG] pgmap v20665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:17.186518+0000 mgr.y (mgr.14556) 23390 : cluster [DBG] pgmap v20665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:19.187021+0000 mgr.y (mgr.14556) 23391 : cluster [DBG] pgmap v20666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:19.187021+0000 mgr.y (mgr.14556) 23391 : cluster [DBG] pgmap v20666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:19.187021+0000 mgr.y (mgr.14556) 23391 : cluster [DBG] pgmap v20666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:14:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:14:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:21.187895+0000 mgr.y (mgr.14556) 23392 : cluster [DBG] pgmap v20667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:21.187895+0000 mgr.y (mgr.14556) 23392 : cluster [DBG] pgmap v20667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:21.187895+0000 mgr.y (mgr.14556) 23392 : cluster [DBG] pgmap v20667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:14:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:14:23] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T18:14:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:23.188286+0000 mgr.y (mgr.14556) 23393 : cluster [DBG] pgmap v20668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:23.188286+0000 mgr.y (mgr.14556) 23393 : cluster [DBG] pgmap v20668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:23.188286+0000 mgr.y (mgr.14556) 23393 : cluster [DBG] pgmap v20668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:25.188799+0000 mgr.y (mgr.14556) 23394 : cluster [DBG] pgmap v20669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:25.188799+0000 mgr.y (mgr.14556) 23394 : cluster [DBG] pgmap v20669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:25.188799+0000 mgr.y (mgr.14556) 23394 : cluster [DBG] pgmap v20669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:27.189535+0000 mgr.y (mgr.14556) 23395 : cluster [DBG] pgmap v20670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:27.189535+0000 mgr.y (mgr.14556) 23395 : cluster [DBG] pgmap v20670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:27.189535+0000 mgr.y (mgr.14556) 23395 : cluster [DBG] pgmap v20670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:29.190058+0000 mgr.y (mgr.14556) 23396 : cluster [DBG] pgmap v20671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:29.190058+0000 mgr.y (mgr.14556) 23396 : cluster [DBG] pgmap v20671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:29.190058+0000 mgr.y (mgr.14556) 23396 : cluster [DBG] pgmap v20671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:31.261 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:14:31.549 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:14:31.549 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 6m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:14:31.549 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 6m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:14:31.549 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 6m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:14:31.549 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 6m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:14:31.549 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 6m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 6m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 6m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 6m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 6m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 6m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 6m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 6m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 6m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 6m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 6m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 6m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 6m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 6m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 6m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:14:31.550 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 6m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:14:31.902 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:14:31.902 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:14:31.902 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:14:31.902 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:14:31.902 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:14:31.902 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:14:31.902 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:14:31.902 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:14:31.902 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:14:31.902 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:14:31.902 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:14:31.903 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:14:31.903 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:14:31.903 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:14:31.903 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:14:31.903 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:14:31.903 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:14:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:14:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:14:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:31.190611+0000 mgr.y (mgr.14556) 23397 : cluster [DBG] pgmap v20672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:14:31.250776+0000 mgr.y (mgr.14556) 23398 : audit [DBG] from='client.48764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:14:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:14:31.900621+0000 mon.c (mon.2) 559 : audit [DBG] from='client.? 172.21.15.23:0/2143976164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:14:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:31.190611+0000 mgr.y (mgr.14556) 23397 : cluster [DBG] pgmap v20672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:14:31.250776+0000 mgr.y (mgr.14556) 23398 : audit [DBG] from='client.48764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:14:32.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:14:31.900621+0000 mon.c (mon.2) 559 : audit [DBG] from='client.? 172.21.15.23:0/2143976164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:14:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:31.190611+0000 mgr.y (mgr.14556) 23397 : cluster [DBG] pgmap v20672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:14:31.250776+0000 mgr.y (mgr.14556) 23398 : audit [DBG] from='client.48764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:14:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:14:31.900621+0000 mon.c (mon.2) 559 : audit [DBG] from='client.? 172.21.15.23:0/2143976164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:14:33.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:14:31.542873+0000 mgr.y (mgr.14556) 23399 : audit [DBG] from='client.48770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:14:33.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:14:31.542873+0000 mgr.y (mgr.14556) 23399 : audit [DBG] from='client.48770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:14:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:14:31.542873+0000 mgr.y (mgr.14556) 23399 : audit [DBG] from='client.48770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:14:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:14:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:14:33] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T18:14:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:33.190984+0000 mgr.y (mgr.14556) 23400 : cluster [DBG] pgmap v20673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:33.190984+0000 mgr.y (mgr.14556) 23400 : cluster [DBG] pgmap v20673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:33.190984+0000 mgr.y (mgr.14556) 23400 : cluster [DBG] pgmap v20673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:35.191453+0000 mgr.y (mgr.14556) 23401 : cluster [DBG] pgmap v20674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:35.191453+0000 mgr.y (mgr.14556) 23401 : cluster [DBG] pgmap v20674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:35.191453+0000 mgr.y (mgr.14556) 23401 : cluster [DBG] pgmap v20674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:37.192093+0000 mgr.y (mgr.14556) 23402 : cluster [DBG] pgmap v20675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:37.192093+0000 mgr.y (mgr.14556) 23402 : cluster [DBG] pgmap v20675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:37.192093+0000 mgr.y (mgr.14556) 23402 : cluster [DBG] pgmap v20675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:39.192488+0000 mgr.y (mgr.14556) 23403 : cluster [DBG] pgmap v20676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:39.192488+0000 mgr.y (mgr.14556) 23403 : cluster [DBG] pgmap v20676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:39.192488+0000 mgr.y (mgr.14556) 23403 : cluster [DBG] pgmap v20676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:14:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:14:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:41.193242+0000 mgr.y (mgr.14556) 23404 : cluster [DBG] pgmap v20677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:41.193242+0000 mgr.y (mgr.14556) 23404 : cluster [DBG] pgmap v20677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:41.193242+0000 mgr.y (mgr.14556) 23404 : cluster [DBG] pgmap v20677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:14:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:14:43] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T18:14:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:43.193765+0000 mgr.y (mgr.14556) 23405 : cluster [DBG] pgmap v20678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:43.193765+0000 mgr.y (mgr.14556) 23405 : cluster [DBG] pgmap v20678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:43.193765+0000 mgr.y (mgr.14556) 23405 : cluster [DBG] pgmap v20678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:45.194259+0000 mgr.y (mgr.14556) 23406 : cluster [DBG] pgmap v20679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:45.194259+0000 mgr.y (mgr.14556) 23406 : cluster [DBG] pgmap v20679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:45.194259+0000 mgr.y (mgr.14556) 23406 : cluster [DBG] pgmap v20679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:47.195087+0000 mgr.y (mgr.14556) 23407 : cluster [DBG] pgmap v20680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:47.195087+0000 mgr.y (mgr.14556) 23407 : cluster [DBG] pgmap v20680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:47.195087+0000 mgr.y (mgr.14556) 23407 : cluster [DBG] pgmap v20680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:49.195504+0000 mgr.y (mgr.14556) 23408 : cluster [DBG] pgmap v20681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:49.195504+0000 mgr.y (mgr.14556) 23408 : cluster [DBG] pgmap v20681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:49.195504+0000 mgr.y (mgr.14556) 23408 : cluster [DBG] pgmap v20681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:51.196196+0000 mgr.y (mgr.14556) 23409 : cluster [DBG] pgmap v20682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:51.196196+0000 mgr.y (mgr.14556) 23409 : cluster [DBG] pgmap v20682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:51.196196+0000 mgr.y (mgr.14556) 23409 : cluster [DBG] pgmap v20682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:51.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:14:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:14:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:14:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:14:53] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T18:14:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:53.196762+0000 mgr.y (mgr.14556) 23410 : cluster [DBG] pgmap v20683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:53.196762+0000 mgr.y (mgr.14556) 23410 : cluster [DBG] pgmap v20683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:53.196762+0000 mgr.y (mgr.14556) 23410 : cluster [DBG] pgmap v20683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:55.197129+0000 mgr.y (mgr.14556) 23411 : cluster [DBG] pgmap v20684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:55.197129+0000 mgr.y (mgr.14556) 23411 : cluster [DBG] pgmap v20684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:55.197129+0000 mgr.y (mgr.14556) 23411 : cluster [DBG] pgmap v20684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:57.197802+0000 mgr.y (mgr.14556) 23412 : cluster [DBG] pgmap v20685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:14:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:57.197802+0000 mgr.y (mgr.14556) 23412 : cluster [DBG] pgmap v20685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:14:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:14:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:57.197802+0000 mgr.y (mgr.14556) 23412 : cluster [DBG] pgmap v20685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:14:59.198288+0000 mgr.y (mgr.14556) 23413 : cluster [DBG] pgmap v20686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:14:59.198288+0000 mgr.y (mgr.14556) 23413 : cluster [DBG] pgmap v20686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:14:59.198288+0000 mgr.y (mgr.14556) 23413 : cluster [DBG] pgmap v20686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:15:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:15:02.222 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:15:02.511 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:15:02.512 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 7m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:15:02.512 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 7m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:15:02.512 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 7m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:15:02.512 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 7m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:15:02.512 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 7m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:15:02.512 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 7m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:15:02.512 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 7m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:15:02.512 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 7m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:15:02.512 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 7m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:15:02.512 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 7m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:15:02.512 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 7m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:15:02.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 7m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:15:02.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 7m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:15:02.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 7m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:15:02.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 7m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:15:02.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 7m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:15:02.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 7m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:15:02.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 7m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:15:02.513 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 7m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:15:02.513 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 7m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:15:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:01.199213+0000 mgr.y (mgr.14556) 23414 : cluster [DBG] pgmap v20687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:01.199213+0000 mgr.y (mgr.14556) 23414 : cluster [DBG] pgmap v20687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:01.199213+0000 mgr.y (mgr.14556) 23414 : cluster [DBG] pgmap v20687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:02.866 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:15:02.866 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:15:02.866 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:15:02.866 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:15:02.866 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:15:02.866 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:15:02.866 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:15:02.866 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:15:02.866 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:15:02.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:15:02.867 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:15:02.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:15:02.867 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:15:02.867 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:15:02.867 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:15:02.867 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:15:02.867 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:15:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:15:02.212552+0000 mgr.y (mgr.14556) 23415 : audit [DBG] from='client.38874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:15:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:15:02.867481+0000 mon.a (mon.0) 4864 : audit [DBG] from='client.? 172.21.15.23:0/1818919449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:15:03.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:15:03.093282+0000 mon.a (mon.0) 4865 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:15:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:15:02.212552+0000 mgr.y (mgr.14556) 23415 : audit [DBG] from='client.38874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:15:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:15:02.867481+0000 mon.a (mon.0) 4864 : audit [DBG] from='client.? 172.21.15.23:0/1818919449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:15:03.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:15:03.093282+0000 mon.a (mon.0) 4865 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:15:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:15:02.212552+0000 mgr.y (mgr.14556) 23415 : audit [DBG] from='client.38874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:15:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:15:02.867481+0000 mon.a (mon.0) 4864 : audit [DBG] from='client.? 172.21.15.23:0/1818919449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:15:03.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:15:03.093282+0000 mon.a (mon.0) 4865 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:15:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:15:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:15:03] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T18:15:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:15:02.505210+0000 mgr.y (mgr.14556) 23416 : audit [DBG] from='client.38880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:15:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:03.199593+0000 mgr.y (mgr.14556) 23417 : cluster [DBG] pgmap v20688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:15:03.386114+0000 mon.a (mon.0) 4866 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:15:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:15:03.386796+0000 mon.a (mon.0) 4867 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:15:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:15:03.395558+0000 mon.a (mon.0) 4868 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:15:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:15:02.505210+0000 mgr.y (mgr.14556) 23416 : audit [DBG] from='client.38880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:15:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:03.199593+0000 mgr.y (mgr.14556) 23417 : cluster [DBG] pgmap v20688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:15:03.386114+0000 mon.a (mon.0) 4866 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:15:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:15:03.386796+0000 mon.a (mon.0) 4867 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:15:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:15:03.395558+0000 mon.a (mon.0) 4868 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:15:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:15:02.505210+0000 mgr.y (mgr.14556) 23416 : audit [DBG] from='client.38880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:15:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:03.199593+0000 mgr.y (mgr.14556) 23417 : cluster [DBG] pgmap v20688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:15:03.386114+0000 mon.a (mon.0) 4866 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:15:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:15:03.386796+0000 mon.a (mon.0) 4867 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:15:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:15:03.395558+0000 mon.a (mon.0) 4868 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:15:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:05.200082+0000 mgr.y (mgr.14556) 23418 : cluster [DBG] pgmap v20689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:05.200082+0000 mgr.y (mgr.14556) 23418 : cluster [DBG] pgmap v20689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:05.200082+0000 mgr.y (mgr.14556) 23418 : cluster [DBG] pgmap v20689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:07.200771+0000 mgr.y (mgr.14556) 23419 : cluster [DBG] pgmap v20690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:07.200771+0000 mgr.y (mgr.14556) 23419 : cluster [DBG] pgmap v20690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:07.200771+0000 mgr.y (mgr.14556) 23419 : cluster [DBG] pgmap v20690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:09.201118+0000 mgr.y (mgr.14556) 23420 : cluster [DBG] pgmap v20691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:09.201118+0000 mgr.y (mgr.14556) 23420 : cluster [DBG] pgmap v20691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:09.201118+0000 mgr.y (mgr.14556) 23420 : cluster [DBG] pgmap v20691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:15:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:15:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:11.201759+0000 mgr.y (mgr.14556) 23421 : cluster [DBG] pgmap v20692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:11.201759+0000 mgr.y (mgr.14556) 23421 : cluster [DBG] pgmap v20692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:11.201759+0000 mgr.y (mgr.14556) 23421 : cluster [DBG] pgmap v20692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:15:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:15:13] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T18:15:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:13.202140+0000 mgr.y (mgr.14556) 23422 : cluster [DBG] pgmap v20693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:13.202140+0000 mgr.y (mgr.14556) 23422 : cluster [DBG] pgmap v20693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:13.202140+0000 mgr.y (mgr.14556) 23422 : cluster [DBG] pgmap v20693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:15.202639+0000 mgr.y (mgr.14556) 23423 : cluster [DBG] pgmap v20694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:15.202639+0000 mgr.y (mgr.14556) 23423 : cluster [DBG] pgmap v20694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:15.202639+0000 mgr.y (mgr.14556) 23423 : cluster [DBG] pgmap v20694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:17.203268+0000 mgr.y (mgr.14556) 23424 : cluster [DBG] pgmap v20695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:17.203268+0000 mgr.y (mgr.14556) 23424 : cluster [DBG] pgmap v20695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:17.203268+0000 mgr.y (mgr.14556) 23424 : cluster [DBG] pgmap v20695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:19.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:19.203774+0000 mgr.y (mgr.14556) 23425 : cluster [DBG] pgmap v20696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:19.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:19.203774+0000 mgr.y (mgr.14556) 23425 : cluster [DBG] pgmap v20696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:19.203774+0000 mgr.y (mgr.14556) 23425 : cluster [DBG] pgmap v20696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:15:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:15:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:21.204440+0000 mgr.y (mgr.14556) 23426 : cluster [DBG] pgmap v20697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:21.204440+0000 mgr.y (mgr.14556) 23426 : cluster [DBG] pgmap v20697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:21.204440+0000 mgr.y (mgr.14556) 23426 : cluster [DBG] pgmap v20697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:15:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:15:23] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T18:15:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:23.204866+0000 mgr.y (mgr.14556) 23427 : cluster [DBG] pgmap v20698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:23.204866+0000 mgr.y (mgr.14556) 23427 : cluster [DBG] pgmap v20698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:23.204866+0000 mgr.y (mgr.14556) 23427 : cluster [DBG] pgmap v20698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:25.205417+0000 mgr.y (mgr.14556) 23428 : cluster [DBG] pgmap v20699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:25.205417+0000 mgr.y (mgr.14556) 23428 : cluster [DBG] pgmap v20699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:25.205417+0000 mgr.y (mgr.14556) 23428 : cluster [DBG] pgmap v20699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:27.206113+0000 mgr.y (mgr.14556) 23429 : cluster [DBG] pgmap v20700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:27.206113+0000 mgr.y (mgr.14556) 23429 : cluster [DBG] pgmap v20700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:27.206113+0000 mgr.y (mgr.14556) 23429 : cluster [DBG] pgmap v20700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:29.206692+0000 mgr.y (mgr.14556) 23430 : cluster [DBG] pgmap v20701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:29.206692+0000 mgr.y (mgr.14556) 23430 : cluster [DBG] pgmap v20701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:29.206692+0000 mgr.y (mgr.14556) 23430 : cluster [DBG] pgmap v20701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:31.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:31.207442+0000 mgr.y (mgr.14556) 23431 : cluster [DBG] pgmap v20702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:31.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:31.207442+0000 mgr.y (mgr.14556) 23431 : cluster [DBG] pgmap v20702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:31.207442+0000 mgr.y (mgr.14556) 23431 : cluster [DBG] pgmap v20702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:31.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:15:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:15:33.191 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:15:33.481 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:15:33.481 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 7m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:15:33.481 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 7m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:15:33.481 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 7m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:15:33.481 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 7m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 7m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 7m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 7m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 7m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 7m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 7m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 7m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 7m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 7m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 7m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 7m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 7m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 7m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 7m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:15:33.482 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 7m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:15:33.483 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 7m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:15:33.828 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:15:33.828 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:15:33.828 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:15:33.828 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:15:33.828 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:15:33.828 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:15:33.828 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:15:33.828 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:15:33.828 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:15:33.828 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:15:33.829 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:15:33.829 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:15:33.829 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:15:33.829 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:15:33.829 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:15:33.829 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:15:33.829 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:15:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:15:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:15:33] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T18:15:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:15:33.181193+0000 mgr.y (mgr.14556) 23432 : audit [DBG] from='client.38892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:15:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:33.207837+0000 mgr.y (mgr.14556) 23433 : cluster [DBG] pgmap v20703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:15:33.829514+0000 mon.c (mon.2) 560 : audit [DBG] from='client.? 172.21.15.23:0/3748350054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:15:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:15:33.181193+0000 mgr.y (mgr.14556) 23432 : audit [DBG] from='client.38892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:15:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:33.207837+0000 mgr.y (mgr.14556) 23433 : cluster [DBG] pgmap v20703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:34.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:15:33.829514+0000 mon.c (mon.2) 560 : audit [DBG] from='client.? 172.21.15.23:0/3748350054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:15:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:15:33.181193+0000 mgr.y (mgr.14556) 23432 : audit [DBG] from='client.38892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:15:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:33.207837+0000 mgr.y (mgr.14556) 23433 : cluster [DBG] pgmap v20703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:15:33.829514+0000 mon.c (mon.2) 560 : audit [DBG] from='client.? 172.21.15.23:0/3748350054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:15:35.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:15:33.474919+0000 mgr.y (mgr.14556) 23434 : audit [DBG] from='client.48806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:15:35.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:15:33.474919+0000 mgr.y (mgr.14556) 23434 : audit [DBG] from='client.48806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:15:35.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:15:33.474919+0000 mgr.y (mgr.14556) 23434 : audit [DBG] from='client.48806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:15:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:35.208235+0000 mgr.y (mgr.14556) 23435 : cluster [DBG] pgmap v20704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:35.208235+0000 mgr.y (mgr.14556) 23435 : cluster [DBG] pgmap v20704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:35.208235+0000 mgr.y (mgr.14556) 23435 : cluster [DBG] pgmap v20704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:37.208829+0000 mgr.y (mgr.14556) 23436 : cluster [DBG] pgmap v20705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:37.208829+0000 mgr.y (mgr.14556) 23436 : cluster [DBG] pgmap v20705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:37.208829+0000 mgr.y (mgr.14556) 23436 : cluster [DBG] pgmap v20705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:39.209463+0000 mgr.y (mgr.14556) 23437 : cluster [DBG] pgmap v20706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:39.209463+0000 mgr.y (mgr.14556) 23437 : cluster [DBG] pgmap v20706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:39.209463+0000 mgr.y (mgr.14556) 23437 : cluster [DBG] pgmap v20706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:15:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:15:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:41.210067+0000 mgr.y (mgr.14556) 23438 : cluster [DBG] pgmap v20707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:41.210067+0000 mgr.y (mgr.14556) 23438 : cluster [DBG] pgmap v20707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:41.210067+0000 mgr.y (mgr.14556) 23438 : cluster [DBG] pgmap v20707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:15:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:15:43] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:15:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:43.210500+0000 mgr.y (mgr.14556) 23439 : cluster [DBG] pgmap v20708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:43.210500+0000 mgr.y (mgr.14556) 23439 : cluster [DBG] pgmap v20708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:43.210500+0000 mgr.y (mgr.14556) 23439 : cluster [DBG] pgmap v20708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:45.211009+0000 mgr.y (mgr.14556) 23440 : cluster [DBG] pgmap v20709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:45.211009+0000 mgr.y (mgr.14556) 23440 : cluster [DBG] pgmap v20709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:45.211009+0000 mgr.y (mgr.14556) 23440 : cluster [DBG] pgmap v20709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:47.211665+0000 mgr.y (mgr.14556) 23441 : cluster [DBG] pgmap v20710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:47.211665+0000 mgr.y (mgr.14556) 23441 : cluster [DBG] pgmap v20710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:47.211665+0000 mgr.y (mgr.14556) 23441 : cluster [DBG] pgmap v20710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:49.212228+0000 mgr.y (mgr.14556) 23442 : cluster [DBG] pgmap v20711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:49.212228+0000 mgr.y (mgr.14556) 23442 : cluster [DBG] pgmap v20711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:49.212228+0000 mgr.y (mgr.14556) 23442 : cluster [DBG] pgmap v20711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:15:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:15:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:51.212913+0000 mgr.y (mgr.14556) 23443 : cluster [DBG] pgmap v20712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:51.212913+0000 mgr.y (mgr.14556) 23443 : cluster [DBG] pgmap v20712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:51.212913+0000 mgr.y (mgr.14556) 23443 : cluster [DBG] pgmap v20712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:15:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:15:53] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:15:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:53.213526+0000 mgr.y (mgr.14556) 23444 : cluster [DBG] pgmap v20713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:54.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:53.213526+0000 mgr.y (mgr.14556) 23444 : cluster [DBG] pgmap v20713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:53.213526+0000 mgr.y (mgr.14556) 23444 : cluster [DBG] pgmap v20713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:55.214397+0000 mgr.y (mgr.14556) 23445 : cluster [DBG] pgmap v20714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:55.214397+0000 mgr.y (mgr.14556) 23445 : cluster [DBG] pgmap v20714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:55.214397+0000 mgr.y (mgr.14556) 23445 : cluster [DBG] pgmap v20714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:57.214858+0000 mgr.y (mgr.14556) 23446 : cluster [DBG] pgmap v20715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:15:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:57.214858+0000 mgr.y (mgr.14556) 23446 : cluster [DBG] pgmap v20715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:15:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:15:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:57.214858+0000 mgr.y (mgr.14556) 23446 : cluster [DBG] pgmap v20715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:15:59.215355+0000 mgr.y (mgr.14556) 23447 : cluster [DBG] pgmap v20716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:15:59.215355+0000 mgr.y (mgr.14556) 23447 : cluster [DBG] pgmap v20716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:15:59.215355+0000 mgr.y (mgr.14556) 23447 : cluster [DBG] pgmap v20716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:16:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:16:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:01.215922+0000 mgr.y (mgr.14556) 23448 : cluster [DBG] pgmap v20717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:02.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:01.215922+0000 mgr.y (mgr.14556) 23448 : cluster [DBG] pgmap v20717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:01.215922+0000 mgr.y (mgr.14556) 23448 : cluster [DBG] pgmap v20717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:16:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:16:03] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:16:04.140 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:16:04.428 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 8m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 8m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 8m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 8m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 8m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 8m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 8m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 8m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 8m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 8m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 8m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 8m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:16:04.429 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 8m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:16:04.430 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 8m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:16:04.430 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 8m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:16:04.430 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 8m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:16:04.430 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 8m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:16:04.430 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 8m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:16:04.430 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 8m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:16:04.430 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 8m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:16:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:03.216461+0000 mgr.y (mgr.14556) 23449 : cluster [DBG] pgmap v20718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:03.400402+0000 mon.a (mon.0) 4869 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:16:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:03.702621+0000 mon.a (mon.0) 4870 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:16:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:03.703222+0000 mon.a (mon.0) 4871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:16:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:03.703746+0000 mon.a (mon.0) 4872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:16:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:03.704236+0000 mon.a (mon.0) 4873 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:16:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:03.711413+0000 mon.a (mon.0) 4874 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:16:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:03.712242+0000 mon.a (mon.0) 4875 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:16:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:03.712895+0000 mon.a (mon.0) 4876 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:16:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:03.718898+0000 mon.a (mon.0) 4877 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:16:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:03.216461+0000 mgr.y (mgr.14556) 23449 : cluster [DBG] pgmap v20718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:03.400402+0000 mon.a (mon.0) 4869 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:16:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:03.702621+0000 mon.a (mon.0) 4870 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:16:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:03.703222+0000 mon.a (mon.0) 4871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:16:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:03.703746+0000 mon.a (mon.0) 4872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:16:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:03.704236+0000 mon.a (mon.0) 4873 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:16:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:03.711413+0000 mon.a (mon.0) 4874 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:16:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:03.712242+0000 mon.a (mon.0) 4875 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:16:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:03.712895+0000 mon.a (mon.0) 4876 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:16:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:03.718898+0000 mon.a (mon.0) 4877 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:16:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:03.216461+0000 mgr.y (mgr.14556) 23449 : cluster [DBG] pgmap v20718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:03.400402+0000 mon.a (mon.0) 4869 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:16:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:03.702621+0000 mon.a (mon.0) 4870 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:16:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:03.703222+0000 mon.a (mon.0) 4871 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:16:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:03.703746+0000 mon.a (mon.0) 4872 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:16:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:03.704236+0000 mon.a (mon.0) 4873 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:16:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:03.711413+0000 mon.a (mon.0) 4874 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:16:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:03.712242+0000 mon.a (mon.0) 4875 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:16:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:03.712895+0000 mon.a (mon.0) 4876 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:16:04.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:03.718898+0000 mon.a (mon.0) 4877 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:16:04.778 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:16:04.778 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:16:04.778 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:16:04.778 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:16:04.778 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:16:04.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:16:04.779 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:16:04.779 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:16:04.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:16:04.779 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:16:04.779 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:16:04.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:16:04.779 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:16:04.779 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:16:04.779 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:16:04.779 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:16:04.779 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:16:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T18:16:03.705374+0000 mgr.y (mgr.14556) 23450 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2467M 2024-03-22T18:16:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:04.129649+0000 mgr.y (mgr.14556) 23451 : audit [DBG] from='client.48818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:16:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:04.779929+0000 mon.c (mon.2) 561 : audit [DBG] from='client.? 172.21.15.23:0/2604389955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:16:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T18:16:03.705374+0000 mgr.y (mgr.14556) 23450 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2467M 2024-03-22T18:16:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:04.129649+0000 mgr.y (mgr.14556) 23451 : audit [DBG] from='client.48818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:16:05.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:04.779929+0000 mon.c (mon.2) 561 : audit [DBG] from='client.? 172.21.15.23:0/2604389955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:16:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T18:16:03.705374+0000 mgr.y (mgr.14556) 23450 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2467M 2024-03-22T18:16:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:04.129649+0000 mgr.y (mgr.14556) 23451 : audit [DBG] from='client.48818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:16:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:04.779929+0000 mon.c (mon.2) 561 : audit [DBG] from='client.? 172.21.15.23:0/2604389955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:16:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:04.421763+0000 mgr.y (mgr.14556) 23452 : audit [DBG] from='client.38916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:16:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:05.216989+0000 mgr.y (mgr.14556) 23453 : cluster [DBG] pgmap v20719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:04.421763+0000 mgr.y (mgr.14556) 23452 : audit [DBG] from='client.38916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:16:06.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:05.216989+0000 mgr.y (mgr.14556) 23453 : cluster [DBG] pgmap v20719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:04.421763+0000 mgr.y (mgr.14556) 23452 : audit [DBG] from='client.38916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:16:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:05.216989+0000 mgr.y (mgr.14556) 23453 : cluster [DBG] pgmap v20719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:07.217463+0000 mgr.y (mgr.14556) 23454 : cluster [DBG] pgmap v20720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:07.217463+0000 mgr.y (mgr.14556) 23454 : cluster [DBG] pgmap v20720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:07.217463+0000 mgr.y (mgr.14556) 23454 : cluster [DBG] pgmap v20720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:09.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:09.218003+0000 mgr.y (mgr.14556) 23455 : cluster [DBG] pgmap v20721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:09.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:09.218003+0000 mgr.y (mgr.14556) 23455 : cluster [DBG] pgmap v20721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:09.218003+0000 mgr.y (mgr.14556) 23455 : cluster [DBG] pgmap v20721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:16:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:16:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:11.218637+0000 mgr.y (mgr.14556) 23456 : cluster [DBG] pgmap v20722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:11.218637+0000 mgr.y (mgr.14556) 23456 : cluster [DBG] pgmap v20722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:11.218637+0000 mgr.y (mgr.14556) 23456 : cluster [DBG] pgmap v20722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:16:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:16:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T18:16:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:13.219024+0000 mgr.y (mgr.14556) 23457 : cluster [DBG] pgmap v20723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:13.219024+0000 mgr.y (mgr.14556) 23457 : cluster [DBG] pgmap v20723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:13.219024+0000 mgr.y (mgr.14556) 23457 : cluster [DBG] pgmap v20723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:15.219824+0000 mgr.y (mgr.14556) 23458 : cluster [DBG] pgmap v20724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:15.219824+0000 mgr.y (mgr.14556) 23458 : cluster [DBG] pgmap v20724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:15.219824+0000 mgr.y (mgr.14556) 23458 : cluster [DBG] pgmap v20724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:18.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:17.220189+0000 mgr.y (mgr.14556) 23459 : cluster [DBG] pgmap v20725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:18.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:17.220189+0000 mgr.y (mgr.14556) 23459 : cluster [DBG] pgmap v20725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:17.220189+0000 mgr.y (mgr.14556) 23459 : cluster [DBG] pgmap v20725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:19.220575+0000 mgr.y (mgr.14556) 23460 : cluster [DBG] pgmap v20726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:20.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:19.220575+0000 mgr.y (mgr.14556) 23460 : cluster [DBG] pgmap v20726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:19.220575+0000 mgr.y (mgr.14556) 23460 : cluster [DBG] pgmap v20726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:16:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:16:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:21.221255+0000 mgr.y (mgr.14556) 23461 : cluster [DBG] pgmap v20727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:21.221255+0000 mgr.y (mgr.14556) 23461 : cluster [DBG] pgmap v20727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:21.221255+0000 mgr.y (mgr.14556) 23461 : cluster [DBG] pgmap v20727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:16:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:16:23] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T18:16:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:23.221765+0000 mgr.y (mgr.14556) 23462 : cluster [DBG] pgmap v20728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:23.221765+0000 mgr.y (mgr.14556) 23462 : cluster [DBG] pgmap v20728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:23.221765+0000 mgr.y (mgr.14556) 23462 : cluster [DBG] pgmap v20728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:25.222556+0000 mgr.y (mgr.14556) 23463 : cluster [DBG] pgmap v20729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:26.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:25.222556+0000 mgr.y (mgr.14556) 23463 : cluster [DBG] pgmap v20729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:25.222556+0000 mgr.y (mgr.14556) 23463 : cluster [DBG] pgmap v20729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:27.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:27.223018+0000 mgr.y (mgr.14556) 23464 : cluster [DBG] pgmap v20730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:27.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:27.223018+0000 mgr.y (mgr.14556) 23464 : cluster [DBG] pgmap v20730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:27.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:27.223018+0000 mgr.y (mgr.14556) 23464 : cluster [DBG] pgmap v20730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:29.223544+0000 mgr.y (mgr.14556) 23465 : cluster [DBG] pgmap v20731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:29.223544+0000 mgr.y (mgr.14556) 23465 : cluster [DBG] pgmap v20731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:29.223544+0000 mgr.y (mgr.14556) 23465 : cluster [DBG] pgmap v20731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:16:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:16:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:31.224235+0000 mgr.y (mgr.14556) 23466 : cluster [DBG] pgmap v20732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:31.224235+0000 mgr.y (mgr.14556) 23466 : cluster [DBG] pgmap v20732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:31.224235+0000 mgr.y (mgr.14556) 23466 : cluster [DBG] pgmap v20732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:16:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:16:33] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T18:16:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:33.224770+0000 mgr.y (mgr.14556) 23467 : cluster [DBG] pgmap v20733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:34.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:33.224770+0000 mgr.y (mgr.14556) 23467 : cluster [DBG] pgmap v20733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:33.224770+0000 mgr.y (mgr.14556) 23467 : cluster [DBG] pgmap v20733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:35.103 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:16:35.392 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:16:35.392 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 8m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:16:35.392 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 8m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:16:35.392 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 8m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:16:35.392 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 8m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:16:35.392 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 8m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:16:35.392 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 8m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:16:35.392 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 8m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:16:35.392 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 8m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:16:35.392 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 8m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:16:35.393 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 8m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:16:35.393 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 8m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:16:35.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 8m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:16:35.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 8m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:16:35.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 8m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:16:35.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 8m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:16:35.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 8m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:16:35.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 8m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:16:35.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 8m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:16:35.393 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 8m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:16:35.393 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 8m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:16:35.739 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:16:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:16:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:16:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:16:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:16:35.740 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:16:35.740 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:16:35.740 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:16:35.740 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:16:35.740 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:16:35.740 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:16:35.740 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:16:35.740 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:16:35.740 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:16:35.740 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:16:35.740 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:16:35.740 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:16:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:35.093170+0000 mgr.y (mgr.14556) 23468 : audit [DBG] from='client.38928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:16:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:35.225283+0000 mgr.y (mgr.14556) 23469 : cluster [DBG] pgmap v20734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:35.740846+0000 mon.a (mon.0) 4878 : audit [DBG] from='client.? 172.21.15.23:0/323153259' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:16:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:35.093170+0000 mgr.y (mgr.14556) 23468 : audit [DBG] from='client.38928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:16:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:35.225283+0000 mgr.y (mgr.14556) 23469 : cluster [DBG] pgmap v20734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:35.740846+0000 mon.a (mon.0) 4878 : audit [DBG] from='client.? 172.21.15.23:0/323153259' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:16:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:35.093170+0000 mgr.y (mgr.14556) 23468 : audit [DBG] from='client.38928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:16:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:35.225283+0000 mgr.y (mgr.14556) 23469 : cluster [DBG] pgmap v20734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:35.740846+0000 mon.a (mon.0) 4878 : audit [DBG] from='client.? 172.21.15.23:0/323153259' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:16:37.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:16:35.385694+0000 mgr.y (mgr.14556) 23470 : audit [DBG] from='client.48842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:16:37.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:16:35.385694+0000 mgr.y (mgr.14556) 23470 : audit [DBG] from='client.48842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:16:37.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:16:35.385694+0000 mgr.y (mgr.14556) 23470 : audit [DBG] from='client.48842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:16:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:37.225864+0000 mgr.y (mgr.14556) 23471 : cluster [DBG] pgmap v20735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:37.225864+0000 mgr.y (mgr.14556) 23471 : cluster [DBG] pgmap v20735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:37.225864+0000 mgr.y (mgr.14556) 23471 : cluster [DBG] pgmap v20735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:39.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:39.226217+0000 mgr.y (mgr.14556) 23472 : cluster [DBG] pgmap v20736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:39.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:39.226217+0000 mgr.y (mgr.14556) 23472 : cluster [DBG] pgmap v20736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:39.226217+0000 mgr.y (mgr.14556) 23472 : cluster [DBG] pgmap v20736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:16:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:16:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:41.226887+0000 mgr.y (mgr.14556) 23473 : cluster [DBG] pgmap v20737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:41.226887+0000 mgr.y (mgr.14556) 23473 : cluster [DBG] pgmap v20737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:41.226887+0000 mgr.y (mgr.14556) 23473 : cluster [DBG] pgmap v20737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:16:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:16:43] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T18:16:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:43.227358+0000 mgr.y (mgr.14556) 23474 : cluster [DBG] pgmap v20738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:43.227358+0000 mgr.y (mgr.14556) 23474 : cluster [DBG] pgmap v20738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:43.227358+0000 mgr.y (mgr.14556) 23474 : cluster [DBG] pgmap v20738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:45.227904+0000 mgr.y (mgr.14556) 23475 : cluster [DBG] pgmap v20739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:45.227904+0000 mgr.y (mgr.14556) 23475 : cluster [DBG] pgmap v20739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:45.227904+0000 mgr.y (mgr.14556) 23475 : cluster [DBG] pgmap v20739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:47.228260+0000 mgr.y (mgr.14556) 23476 : cluster [DBG] pgmap v20740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:47.228260+0000 mgr.y (mgr.14556) 23476 : cluster [DBG] pgmap v20740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:47.228260+0000 mgr.y (mgr.14556) 23476 : cluster [DBG] pgmap v20740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:49.228736+0000 mgr.y (mgr.14556) 23477 : cluster [DBG] pgmap v20741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:49.228736+0000 mgr.y (mgr.14556) 23477 : cluster [DBG] pgmap v20741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:49.228736+0000 mgr.y (mgr.14556) 23477 : cluster [DBG] pgmap v20741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:51.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:16:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:51.229367+0000 mgr.y (mgr.14556) 23478 : cluster [DBG] pgmap v20742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:51.229367+0000 mgr.y (mgr.14556) 23478 : cluster [DBG] pgmap v20742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:51.229367+0000 mgr.y (mgr.14556) 23478 : cluster [DBG] pgmap v20742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:16:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:16:53] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:16:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:53.229843+0000 mgr.y (mgr.14556) 23479 : cluster [DBG] pgmap v20743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:53.229843+0000 mgr.y (mgr.14556) 23479 : cluster [DBG] pgmap v20743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:53.229843+0000 mgr.y (mgr.14556) 23479 : cluster [DBG] pgmap v20743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:55.230444+0000 mgr.y (mgr.14556) 23480 : cluster [DBG] pgmap v20744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:55.230444+0000 mgr.y (mgr.14556) 23480 : cluster [DBG] pgmap v20744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:55.230444+0000 mgr.y (mgr.14556) 23480 : cluster [DBG] pgmap v20744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:16:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:57.230803+0000 mgr.y (mgr.14556) 23481 : cluster [DBG] pgmap v20745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:58.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:16:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:57.230803+0000 mgr.y (mgr.14556) 23481 : cluster [DBG] pgmap v20745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:16:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:16:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:57.230803+0000 mgr.y (mgr.14556) 23481 : cluster [DBG] pgmap v20745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:16:59.231242+0000 mgr.y (mgr.14556) 23482 : cluster [DBG] pgmap v20746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:16:59.231242+0000 mgr.y (mgr.14556) 23482 : cluster [DBG] pgmap v20746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:16:59.231242+0000 mgr.y (mgr.14556) 23482 : cluster [DBG] pgmap v20746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:17:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:17:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:01.232007+0000 mgr.y (mgr.14556) 23483 : cluster [DBG] pgmap v20747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:01.232007+0000 mgr.y (mgr.14556) 23483 : cluster [DBG] pgmap v20747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:01.232007+0000 mgr.y (mgr.14556) 23483 : cluster [DBG] pgmap v20747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:17:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:17:03] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:17:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:03.232478+0000 mgr.y (mgr.14556) 23484 : cluster [DBG] pgmap v20748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:17:03.723224+0000 mon.a (mon.0) 4879 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:17:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:17:04.030567+0000 mon.a (mon.0) 4880 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:17:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:17:04.031238+0000 mon.a (mon.0) 4881 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:17:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:17:04.040334+0000 mon.a (mon.0) 4882 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:17:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:03.232478+0000 mgr.y (mgr.14556) 23484 : cluster [DBG] pgmap v20748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:17:03.723224+0000 mon.a (mon.0) 4879 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:17:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:17:04.030567+0000 mon.a (mon.0) 4880 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:17:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:17:04.031238+0000 mon.a (mon.0) 4881 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:17:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:17:04.040334+0000 mon.a (mon.0) 4882 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:17:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:03.232478+0000 mgr.y (mgr.14556) 23484 : cluster [DBG] pgmap v20748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:17:03.723224+0000 mon.a (mon.0) 4879 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:17:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:17:04.030567+0000 mon.a (mon.0) 4880 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:17:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:17:04.031238+0000 mon.a (mon.0) 4881 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:17:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:17:04.040334+0000 mon.a (mon.0) 4882 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:17:05.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:05.233125+0000 mgr.y (mgr.14556) 23485 : cluster [DBG] pgmap v20749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:05.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:05.233125+0000 mgr.y (mgr.14556) 23485 : cluster [DBG] pgmap v20749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:05.233125+0000 mgr.y (mgr.14556) 23485 : cluster [DBG] pgmap v20749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:06.062 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:17:06.357 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:17:06.357 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 9m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:17:06.357 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 9m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:17:06.357 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 9m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 9m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 9m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 9m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 9m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 9m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 9m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 9m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 9m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 9m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 9m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 9m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 9m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 9m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 9m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:17:06.358 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 9m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:17:06.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 9m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:17:06.359 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 9m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:17:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:17:06.051872+0000 mgr.y (mgr.14556) 23486 : audit [DBG] from='client.38946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:17:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:17:06.051872+0000 mgr.y (mgr.14556) 23486 : audit [DBG] from='client.38946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:17:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:17:06.051872+0000 mgr.y (mgr.14556) 23486 : audit [DBG] from='client.38946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:17:06.714 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:17:06.714 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:17:06.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:17:06.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:17:06.714 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:17:06.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:17:06.714 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:17:06.714 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:17:06.714 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:17:06.715 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:17:06.715 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:17:06.715 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:17:06.715 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:17:06.715 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:17:06.715 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:17:06.715 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:17:06.715 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:17:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:17:06.350468+0000 mgr.y (mgr.14556) 23487 : audit [DBG] from='client.38952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:17:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:17:06.715623+0000 mon.c (mon.2) 562 : audit [DBG] from='client.? 172.21.15.23:0/2564785713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:17:07.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:07.233610+0000 mgr.y (mgr.14556) 23488 : cluster [DBG] pgmap v20750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:17:06.350468+0000 mgr.y (mgr.14556) 23487 : audit [DBG] from='client.38952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:17:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:17:06.715623+0000 mon.c (mon.2) 562 : audit [DBG] from='client.? 172.21.15.23:0/2564785713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:17:07.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:07.233610+0000 mgr.y (mgr.14556) 23488 : cluster [DBG] pgmap v20750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:17:06.350468+0000 mgr.y (mgr.14556) 23487 : audit [DBG] from='client.38952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:17:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:17:06.715623+0000 mon.c (mon.2) 562 : audit [DBG] from='client.? 172.21.15.23:0/2564785713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:17:07.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:07.233610+0000 mgr.y (mgr.14556) 23488 : cluster [DBG] pgmap v20750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:09.233983+0000 mgr.y (mgr.14556) 23489 : cluster [DBG] pgmap v20751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:09.233983+0000 mgr.y (mgr.14556) 23489 : cluster [DBG] pgmap v20751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:09.233983+0000 mgr.y (mgr.14556) 23489 : cluster [DBG] pgmap v20751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:17:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:17:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:11.234626+0000 mgr.y (mgr.14556) 23490 : cluster [DBG] pgmap v20752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:11.234626+0000 mgr.y (mgr.14556) 23490 : cluster [DBG] pgmap v20752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:11.234626+0000 mgr.y (mgr.14556) 23490 : cluster [DBG] pgmap v20752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:17:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:17:13] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:17:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:13.235084+0000 mgr.y (mgr.14556) 23491 : cluster [DBG] pgmap v20753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:14.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:13.235084+0000 mgr.y (mgr.14556) 23491 : cluster [DBG] pgmap v20753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:13.235084+0000 mgr.y (mgr.14556) 23491 : cluster [DBG] pgmap v20753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:15.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:15.235706+0000 mgr.y (mgr.14556) 23492 : cluster [DBG] pgmap v20754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:15.235706+0000 mgr.y (mgr.14556) 23492 : cluster [DBG] pgmap v20754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:15.235706+0000 mgr.y (mgr.14556) 23492 : cluster [DBG] pgmap v20754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:17.236097+0000 mgr.y (mgr.14556) 23493 : cluster [DBG] pgmap v20755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:17.236097+0000 mgr.y (mgr.14556) 23493 : cluster [DBG] pgmap v20755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:17.236097+0000 mgr.y (mgr.14556) 23493 : cluster [DBG] pgmap v20755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:19.236505+0000 mgr.y (mgr.14556) 23494 : cluster [DBG] pgmap v20756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:19.236505+0000 mgr.y (mgr.14556) 23494 : cluster [DBG] pgmap v20756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:19.236505+0000 mgr.y (mgr.14556) 23494 : cluster [DBG] pgmap v20756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:17:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:17:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:21.237354+0000 mgr.y (mgr.14556) 23495 : cluster [DBG] pgmap v20757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:21.237354+0000 mgr.y (mgr.14556) 23495 : cluster [DBG] pgmap v20757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:21.237354+0000 mgr.y (mgr.14556) 23495 : cluster [DBG] pgmap v20757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:17:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:17:23] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:17:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:23.237751+0000 mgr.y (mgr.14556) 23496 : cluster [DBG] pgmap v20758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:23.237751+0000 mgr.y (mgr.14556) 23496 : cluster [DBG] pgmap v20758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:23.237751+0000 mgr.y (mgr.14556) 23496 : cluster [DBG] pgmap v20758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:25.238595+0000 mgr.y (mgr.14556) 23497 : cluster [DBG] pgmap v20759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:25.238595+0000 mgr.y (mgr.14556) 23497 : cluster [DBG] pgmap v20759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:25.238595+0000 mgr.y (mgr.14556) 23497 : cluster [DBG] pgmap v20759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:27.239008+0000 mgr.y (mgr.14556) 23498 : cluster [DBG] pgmap v20760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:27.239008+0000 mgr.y (mgr.14556) 23498 : cluster [DBG] pgmap v20760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:27.239008+0000 mgr.y (mgr.14556) 23498 : cluster [DBG] pgmap v20760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:29.239396+0000 mgr.y (mgr.14556) 23499 : cluster [DBG] pgmap v20761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:29.239396+0000 mgr.y (mgr.14556) 23499 : cluster [DBG] pgmap v20761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:29.239396+0000 mgr.y (mgr.14556) 23499 : cluster [DBG] pgmap v20761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:31.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:31.240133+0000 mgr.y (mgr.14556) 23500 : cluster [DBG] pgmap v20762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:31.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:17:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:17:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:31.240133+0000 mgr.y (mgr.14556) 23500 : cluster [DBG] pgmap v20762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:31.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:31.240133+0000 mgr.y (mgr.14556) 23500 : cluster [DBG] pgmap v20762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:17:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:17:33] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:17:34.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:33.240488+0000 mgr.y (mgr.14556) 23501 : cluster [DBG] pgmap v20763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:33.240488+0000 mgr.y (mgr.14556) 23501 : cluster [DBG] pgmap v20763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:33.240488+0000 mgr.y (mgr.14556) 23501 : cluster [DBG] pgmap v20763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:35.241005+0000 mgr.y (mgr.14556) 23502 : cluster [DBG] pgmap v20764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:35.241005+0000 mgr.y (mgr.14556) 23502 : cluster [DBG] pgmap v20764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:35.241005+0000 mgr.y (mgr.14556) 23502 : cluster [DBG] pgmap v20764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:37.041 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:17:37.328 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 9m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 9m ago 11h 59.7M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 9m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 9m ago 11h 25.2M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 9m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 9m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 9m ago 11h 1110M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 9m ago 11h 938M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 9m ago 11h 939M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 9m ago 11h 22.9M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 9m ago 11h 22.1M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 9m ago 11h 47.4M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 9m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 9m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:17:37.329 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 9m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:17:37.330 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 9m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:17:37.330 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 9m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:17:37.330 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 9m ago 11h 44.5M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:17:37.330 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 9m ago 11h 44.1M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:17:37.330 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 9m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:17:37.675 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:17:37.676 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:17:37.677 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:17:37.677 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:17:37.677 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:17:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:17:37.029843+0000 mgr.y (mgr.14556) 23503 : audit [DBG] from='client.38964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:17:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:37.241339+0000 mgr.y (mgr.14556) 23504 : cluster [DBG] pgmap v20765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:17:37.321684+0000 mgr.y (mgr.14556) 23505 : audit [DBG] from='client.48878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:17:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:17:37.677258+0000 mon.c (mon.2) 563 : audit [DBG] from='client.? 172.21.15.23:0/2073587275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:17:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:17:37.029843+0000 mgr.y (mgr.14556) 23503 : audit [DBG] from='client.38964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:17:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:37.241339+0000 mgr.y (mgr.14556) 23504 : cluster [DBG] pgmap v20765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:17:37.321684+0000 mgr.y (mgr.14556) 23505 : audit [DBG] from='client.48878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:17:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:17:37.677258+0000 mon.c (mon.2) 563 : audit [DBG] from='client.? 172.21.15.23:0/2073587275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:17:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:17:37.029843+0000 mgr.y (mgr.14556) 23503 : audit [DBG] from='client.38964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:17:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:37.241339+0000 mgr.y (mgr.14556) 23504 : cluster [DBG] pgmap v20765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:17:37.321684+0000 mgr.y (mgr.14556) 23505 : audit [DBG] from='client.48878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:17:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:17:37.677258+0000 mon.c (mon.2) 563 : audit [DBG] from='client.? 172.21.15.23:0/2073587275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:17:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:39.241721+0000 mgr.y (mgr.14556) 23506 : cluster [DBG] pgmap v20766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:39.241721+0000 mgr.y (mgr.14556) 23506 : cluster [DBG] pgmap v20766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:39.241721+0000 mgr.y (mgr.14556) 23506 : cluster [DBG] pgmap v20766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:41.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:41.242587+0000 mgr.y (mgr.14556) 23507 : cluster [DBG] pgmap v20767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:41.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:41.242587+0000 mgr.y (mgr.14556) 23507 : cluster [DBG] pgmap v20767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:41.242587+0000 mgr.y (mgr.14556) 23507 : cluster [DBG] pgmap v20767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:41.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:17:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:17:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:17:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:17:43] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:17:44.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:43.243148+0000 mgr.y (mgr.14556) 23508 : cluster [DBG] pgmap v20768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:44.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:43.243148+0000 mgr.y (mgr.14556) 23508 : cluster [DBG] pgmap v20768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:43.243148+0000 mgr.y (mgr.14556) 23508 : cluster [DBG] pgmap v20768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:46.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:45.243807+0000 mgr.y (mgr.14556) 23509 : cluster [DBG] pgmap v20769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:45.243807+0000 mgr.y (mgr.14556) 23509 : cluster [DBG] pgmap v20769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:45.243807+0000 mgr.y (mgr.14556) 23509 : cluster [DBG] pgmap v20769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:47.244235+0000 mgr.y (mgr.14556) 23510 : cluster [DBG] pgmap v20770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:47.244235+0000 mgr.y (mgr.14556) 23510 : cluster [DBG] pgmap v20770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:47.244235+0000 mgr.y (mgr.14556) 23510 : cluster [DBG] pgmap v20770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:49.244803+0000 mgr.y (mgr.14556) 23511 : cluster [DBG] pgmap v20771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:49.244803+0000 mgr.y (mgr.14556) 23511 : cluster [DBG] pgmap v20771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:49.244803+0000 mgr.y (mgr.14556) 23511 : cluster [DBG] pgmap v20771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:51.245681+0000 mgr.y (mgr.14556) 23512 : cluster [DBG] pgmap v20772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:51.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:17:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:17:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:51.245681+0000 mgr.y (mgr.14556) 23512 : cluster [DBG] pgmap v20772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:51.245681+0000 mgr.y (mgr.14556) 23512 : cluster [DBG] pgmap v20772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:17:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:17:53] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T18:17:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:53.246153+0000 mgr.y (mgr.14556) 23513 : cluster [DBG] pgmap v20773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:53.246153+0000 mgr.y (mgr.14556) 23513 : cluster [DBG] pgmap v20773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:53.246153+0000 mgr.y (mgr.14556) 23513 : cluster [DBG] pgmap v20773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:55.246795+0000 mgr.y (mgr.14556) 23514 : cluster [DBG] pgmap v20774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:55.246795+0000 mgr.y (mgr.14556) 23514 : cluster [DBG] pgmap v20774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:55.246795+0000 mgr.y (mgr.14556) 23514 : cluster [DBG] pgmap v20774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:57.247346+0000 mgr.y (mgr.14556) 23515 : cluster [DBG] pgmap v20775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:57.247346+0000 mgr.y (mgr.14556) 23515 : cluster [DBG] pgmap v20775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:57.247346+0000 mgr.y (mgr.14556) 23515 : cluster [DBG] pgmap v20775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:59.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:17:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:17:59.247680+0000 mgr.y (mgr.14556) 23516 : cluster [DBG] pgmap v20776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:17:59.247680+0000 mgr.y (mgr.14556) 23516 : cluster [DBG] pgmap v20776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:17:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:17:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:17:59.247680+0000 mgr.y (mgr.14556) 23516 : cluster [DBG] pgmap v20776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:18:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:18:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:01.248414+0000 mgr.y (mgr.14556) 23517 : cluster [DBG] pgmap v20777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:02.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:01.248414+0000 mgr.y (mgr.14556) 23517 : cluster [DBG] pgmap v20777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:01.248414+0000 mgr.y (mgr.14556) 23517 : cluster [DBG] pgmap v20777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:18:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:18:03] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T18:18:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:03.248850+0000 mgr.y (mgr.14556) 23518 : cluster [DBG] pgmap v20778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:04.631 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:18:04.044677+0000 mon.a (mon.0) 4883 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:18:04.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:03.248850+0000 mgr.y (mgr.14556) 23518 : cluster [DBG] pgmap v20778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:04.632 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:18:04.044677+0000 mon.a (mon.0) 4883 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:18:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:03.248850+0000 mgr.y (mgr.14556) 23518 : cluster [DBG] pgmap v20778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:18:04.044677+0000 mon.a (mon.0) 4883 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:18:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:05.249426+0000 mgr.y (mgr.14556) 23519 : cluster [DBG] pgmap v20779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:05.249426+0000 mgr.y (mgr.14556) 23519 : cluster [DBG] pgmap v20779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:05.249426+0000 mgr.y (mgr.14556) 23519 : cluster [DBG] pgmap v20779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:18:06.600643+0000 mon.a (mon.0) 4884 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:18:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:07.249768+0000 mgr.y (mgr.14556) 23520 : cluster [DBG] pgmap v20780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:18:07.363433+0000 mon.a (mon.0) 4885 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:18:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:18:06.600643+0000 mon.a (mon.0) 4884 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:18:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:07.249768+0000 mgr.y (mgr.14556) 23520 : cluster [DBG] pgmap v20780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:18:07.363433+0000 mon.a (mon.0) 4885 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:18:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:18:06.600643+0000 mon.a (mon.0) 4884 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:18:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:07.249768+0000 mgr.y (mgr.14556) 23520 : cluster [DBG] pgmap v20780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:07.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:18:07.363433+0000 mon.a (mon.0) 4885 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:18:07.998 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:18:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:18:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 1s ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:18:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 0s ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:18:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 1s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:18:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 0s ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:18:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 0s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:18:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 1s ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:18:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 1s ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:18:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 0s ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:18:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 1s ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:18:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 1s ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:18:08.288 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 0s ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:18:08.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 1s ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:18:08.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 1s ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:18:08.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 1s ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:18:08.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 1s ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:18:08.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 0s ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:18:08.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 0s ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:18:08.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 0s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:18:08.289 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 0s ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:18:08.289 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 0s ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:18:08.636 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:18:08.637 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:18:08.638 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:18:08.638 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:18:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:18:07.643790+0000 mon.a (mon.0) 4886 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:18:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:18:07.644524+0000 mon.a (mon.0) 4887 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:18:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:18:07.649095+0000 mon.a (mon.0) 4888 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:18:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:18:07.988325+0000 mgr.y (mgr.14556) 23521 : audit [DBG] from='client.38982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:18:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:18:08.280939+0000 mgr.y (mgr.14556) 23522 : audit [DBG] from='client.38988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:18:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:18:07.643790+0000 mon.a (mon.0) 4886 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:18:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:18:07.644524+0000 mon.a (mon.0) 4887 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:18:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:18:07.649095+0000 mon.a (mon.0) 4888 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:18:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:18:07.988325+0000 mgr.y (mgr.14556) 23521 : audit [DBG] from='client.38982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:18:08.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:18:08.280939+0000 mgr.y (mgr.14556) 23522 : audit [DBG] from='client.38988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:18:08.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:18:07.643790+0000 mon.a (mon.0) 4886 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:18:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:18:07.644524+0000 mon.a (mon.0) 4887 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:18:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:18:07.649095+0000 mon.a (mon.0) 4888 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:18:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:18:07.988325+0000 mgr.y (mgr.14556) 23521 : audit [DBG] from='client.38982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:18:08.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:18:08.280939+0000 mgr.y (mgr.14556) 23522 : audit [DBG] from='client.38988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:18:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:18:08.638135+0000 mon.c (mon.2) 564 : audit [DBG] from='client.? 172.21.15.23:0/3308912627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:18:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:09.250224+0000 mgr.y (mgr.14556) 23523 : cluster [DBG] pgmap v20781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:18:08.638135+0000 mon.c (mon.2) 564 : audit [DBG] from='client.? 172.21.15.23:0/3308912627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:18:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:09.250224+0000 mgr.y (mgr.14556) 23523 : cluster [DBG] pgmap v20781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:18:08.638135+0000 mon.c (mon.2) 564 : audit [DBG] from='client.? 172.21.15.23:0/3308912627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:18:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:09.250224+0000 mgr.y (mgr.14556) 23523 : cluster [DBG] pgmap v20781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:18:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:18:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:11.250915+0000 mgr.y (mgr.14556) 23524 : cluster [DBG] pgmap v20782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:11.250915+0000 mgr.y (mgr.14556) 23524 : cluster [DBG] pgmap v20782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:11.250915+0000 mgr.y (mgr.14556) 23524 : cluster [DBG] pgmap v20782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:18:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:18:13] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T18:18:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:13.251322+0000 mgr.y (mgr.14556) 23525 : cluster [DBG] pgmap v20783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:13.251322+0000 mgr.y (mgr.14556) 23525 : cluster [DBG] pgmap v20783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:13.251322+0000 mgr.y (mgr.14556) 23525 : cluster [DBG] pgmap v20783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:15.252010+0000 mgr.y (mgr.14556) 23526 : cluster [DBG] pgmap v20784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:15.252010+0000 mgr.y (mgr.14556) 23526 : cluster [DBG] pgmap v20784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:15.252010+0000 mgr.y (mgr.14556) 23526 : cluster [DBG] pgmap v20784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:17.252461+0000 mgr.y (mgr.14556) 23527 : cluster [DBG] pgmap v20785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:17.252461+0000 mgr.y (mgr.14556) 23527 : cluster [DBG] pgmap v20785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:17.252461+0000 mgr.y (mgr.14556) 23527 : cluster [DBG] pgmap v20785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:19.252970+0000 mgr.y (mgr.14556) 23528 : cluster [DBG] pgmap v20786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:20.691 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:19.252970+0000 mgr.y (mgr.14556) 23528 : cluster [DBG] pgmap v20786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:20.691 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:19.252970+0000 mgr.y (mgr.14556) 23528 : cluster [DBG] pgmap v20786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:21.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:21.253857+0000 mgr.y (mgr.14556) 23529 : cluster [DBG] pgmap v20787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:21.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:18:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:18:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:21.253857+0000 mgr.y (mgr.14556) 23529 : cluster [DBG] pgmap v20787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:21.253857+0000 mgr.y (mgr.14556) 23529 : cluster [DBG] pgmap v20787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:18:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:18:23] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:18:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:23.254263+0000 mgr.y (mgr.14556) 23530 : cluster [DBG] pgmap v20788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:23.254263+0000 mgr.y (mgr.14556) 23530 : cluster [DBG] pgmap v20788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:23.254263+0000 mgr.y (mgr.14556) 23530 : cluster [DBG] pgmap v20788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:25.254910+0000 mgr.y (mgr.14556) 23531 : cluster [DBG] pgmap v20789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:25.254910+0000 mgr.y (mgr.14556) 23531 : cluster [DBG] pgmap v20789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:25.254910+0000 mgr.y (mgr.14556) 23531 : cluster [DBG] pgmap v20789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:27.255391+0000 mgr.y (mgr.14556) 23532 : cluster [DBG] pgmap v20790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:27.255391+0000 mgr.y (mgr.14556) 23532 : cluster [DBG] pgmap v20790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:27.255391+0000 mgr.y (mgr.14556) 23532 : cluster [DBG] pgmap v20790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:29.255739+0000 mgr.y (mgr.14556) 23533 : cluster [DBG] pgmap v20791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:29.255739+0000 mgr.y (mgr.14556) 23533 : cluster [DBG] pgmap v20791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:29.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:29.255739+0000 mgr.y (mgr.14556) 23533 : cluster [DBG] pgmap v20791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:18:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:18:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:31.256351+0000 mgr.y (mgr.14556) 23534 : cluster [DBG] pgmap v20792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:31.256351+0000 mgr.y (mgr.14556) 23534 : cluster [DBG] pgmap v20792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:31.256351+0000 mgr.y (mgr.14556) 23534 : cluster [DBG] pgmap v20792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:18:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:18:33] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:18:34.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:33.256907+0000 mgr.y (mgr.14556) 23535 : cluster [DBG] pgmap v20793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:34.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:34 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:33.256907+0000 mgr.y (mgr.14556) 23535 : cluster [DBG] pgmap v20793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:34.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:34 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:33.256907+0000 mgr.y (mgr.14556) 23535 : cluster [DBG] pgmap v20793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:35.257497+0000 mgr.y (mgr.14556) 23536 : cluster [DBG] pgmap v20794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:35.257497+0000 mgr.y (mgr.14556) 23536 : cluster [DBG] pgmap v20794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:35.257497+0000 mgr.y (mgr.14556) 23536 : cluster [DBG] pgmap v20794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:37.258002+0000 mgr.y (mgr.14556) 23537 : cluster [DBG] pgmap v20795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:37.258002+0000 mgr.y (mgr.14556) 23537 : cluster [DBG] pgmap v20795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:37.258002+0000 mgr.y (mgr.14556) 23537 : cluster [DBG] pgmap v20795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:38.960 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:18:39.249 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 32s ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 31s ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 32s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 31s ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 31s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 32s ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 32s ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 31s ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 32s ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 32s ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 31s ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 32s ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:18:39.250 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 32s ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:18:39.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 32s ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:18:39.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 32s ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:18:39.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 31s ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:18:39.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 31s ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:18:39.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 31s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:18:39.251 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 31s ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:18:39.251 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 31s ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:18:39.598 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:18:39.598 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:18:39.599 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:18:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:18:38.949684+0000 mgr.y (mgr.14556) 23538 : audit [DBG] from='client.48908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:18:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:18:39.243118+0000 mgr.y (mgr.14556) 23539 : audit [DBG] from='client.48914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:18:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:39.258309+0000 mgr.y (mgr.14556) 23540 : cluster [DBG] pgmap v20796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:40.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:18:39.599657+0000 mon.a (mon.0) 4889 : audit [DBG] from='client.? 172.21.15.23:0/997202679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:18:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:18:38.949684+0000 mgr.y (mgr.14556) 23538 : audit [DBG] from='client.48908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:18:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:18:39.243118+0000 mgr.y (mgr.14556) 23539 : audit [DBG] from='client.48914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:18:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:39.258309+0000 mgr.y (mgr.14556) 23540 : cluster [DBG] pgmap v20796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:40.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:18:39.599657+0000 mon.a (mon.0) 4889 : audit [DBG] from='client.? 172.21.15.23:0/997202679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:18:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:18:38.949684+0000 mgr.y (mgr.14556) 23538 : audit [DBG] from='client.48908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:18:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:18:39.243118+0000 mgr.y (mgr.14556) 23539 : audit [DBG] from='client.48914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:18:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:39.258309+0000 mgr.y (mgr.14556) 23540 : cluster [DBG] pgmap v20796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:18:39.599657+0000 mon.a (mon.0) 4889 : audit [DBG] from='client.? 172.21.15.23:0/997202679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:18:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:18:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:18:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:41.258988+0000 mgr.y (mgr.14556) 23541 : cluster [DBG] pgmap v20797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:41.258988+0000 mgr.y (mgr.14556) 23541 : cluster [DBG] pgmap v20797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:41.258988+0000 mgr.y (mgr.14556) 23541 : cluster [DBG] pgmap v20797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:43.259393+0000 mgr.y (mgr.14556) 23542 : cluster [DBG] pgmap v20798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:43.259393+0000 mgr.y (mgr.14556) 23542 : cluster [DBG] pgmap v20798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:43.259393+0000 mgr.y (mgr.14556) 23542 : cluster [DBG] pgmap v20798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:18:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:18:43] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:18:46.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:45.260031+0000 mgr.y (mgr.14556) 23543 : cluster [DBG] pgmap v20799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:45.260031+0000 mgr.y (mgr.14556) 23543 : cluster [DBG] pgmap v20799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:45.260031+0000 mgr.y (mgr.14556) 23543 : cluster [DBG] pgmap v20799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:47.260458+0000 mgr.y (mgr.14556) 23544 : cluster [DBG] pgmap v20800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:47.260458+0000 mgr.y (mgr.14556) 23544 : cluster [DBG] pgmap v20800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:47.260458+0000 mgr.y (mgr.14556) 23544 : cluster [DBG] pgmap v20800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:49.260886+0000 mgr.y (mgr.14556) 23545 : cluster [DBG] pgmap v20801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:49.260886+0000 mgr.y (mgr.14556) 23545 : cluster [DBG] pgmap v20801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:49.260886+0000 mgr.y (mgr.14556) 23545 : cluster [DBG] pgmap v20801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:18:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:18:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:51.261759+0000 mgr.y (mgr.14556) 23546 : cluster [DBG] pgmap v20802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:52.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:51.261759+0000 mgr.y (mgr.14556) 23546 : cluster [DBG] pgmap v20802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:51.261759+0000 mgr.y (mgr.14556) 23546 : cluster [DBG] pgmap v20802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:18:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:18:53] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:18:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:53.262342+0000 mgr.y (mgr.14556) 23547 : cluster [DBG] pgmap v20803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:53.262342+0000 mgr.y (mgr.14556) 23547 : cluster [DBG] pgmap v20803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:53.262342+0000 mgr.y (mgr.14556) 23547 : cluster [DBG] pgmap v20803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:55.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:55.263153+0000 mgr.y (mgr.14556) 23548 : cluster [DBG] pgmap v20804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:55.263153+0000 mgr.y (mgr.14556) 23548 : cluster [DBG] pgmap v20804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:55.263153+0000 mgr.y (mgr.14556) 23548 : cluster [DBG] pgmap v20804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:57.263715+0000 mgr.y (mgr.14556) 23549 : cluster [DBG] pgmap v20805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:18:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:57.263715+0000 mgr.y (mgr.14556) 23549 : cluster [DBG] pgmap v20805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:18:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:18:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:57.263715+0000 mgr.y (mgr.14556) 23549 : cluster [DBG] pgmap v20805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:18:59.264172+0000 mgr.y (mgr.14556) 23550 : cluster [DBG] pgmap v20806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:18:59.264172+0000 mgr.y (mgr.14556) 23550 : cluster [DBG] pgmap v20806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:18:59.264172+0000 mgr.y (mgr.14556) 23550 : cluster [DBG] pgmap v20806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:19:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:19:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:01.264905+0000 mgr.y (mgr.14556) 23551 : cluster [DBG] pgmap v20807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:01.264905+0000 mgr.y (mgr.14556) 23551 : cluster [DBG] pgmap v20807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:01.264905+0000 mgr.y (mgr.14556) 23551 : cluster [DBG] pgmap v20807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:19:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:19:03] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:19:04.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:03.265280+0000 mgr.y (mgr.14556) 23552 : cluster [DBG] pgmap v20808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:04.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:03.265280+0000 mgr.y (mgr.14556) 23552 : cluster [DBG] pgmap v20808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:03.265280+0000 mgr.y (mgr.14556) 23552 : cluster [DBG] pgmap v20808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:05.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:05.265889+0000 mgr.y (mgr.14556) 23553 : cluster [DBG] pgmap v20809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:05.265889+0000 mgr.y (mgr.14556) 23553 : cluster [DBG] pgmap v20809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:05.265889+0000 mgr.y (mgr.14556) 23553 : cluster [DBG] pgmap v20809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:07.266432+0000 mgr.y (mgr.14556) 23554 : cluster [DBG] pgmap v20810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:19:07.654168+0000 mon.a (mon.0) 4890 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:19:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:19:07.948413+0000 mon.a (mon.0) 4891 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:19:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:19:07.949083+0000 mon.a (mon.0) 4892 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:19:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:19:07.957876+0000 mon.a (mon.0) 4893 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:19:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:07.266432+0000 mgr.y (mgr.14556) 23554 : cluster [DBG] pgmap v20810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:19:07.654168+0000 mon.a (mon.0) 4890 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:19:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:19:07.948413+0000 mon.a (mon.0) 4891 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:19:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:19:07.949083+0000 mon.a (mon.0) 4892 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:19:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:19:07.957876+0000 mon.a (mon.0) 4893 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:19:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:07.266432+0000 mgr.y (mgr.14556) 23554 : cluster [DBG] pgmap v20810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:19:07.654168+0000 mon.a (mon.0) 4890 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:19:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:19:07.948413+0000 mon.a (mon.0) 4891 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:19:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:19:07.949083+0000 mon.a (mon.0) 4892 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:19:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:19:07.957876+0000 mon.a (mon.0) 4893 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:19:09.924 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:19:10.209 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 63s ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 62s ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 63s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 62s ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 62s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 63s ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 63s ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 62s ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 63s ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 63s ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 62s ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 63s ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 63s ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:19:10.210 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 63s ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:19:10.211 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 63s ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:19:10.211 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 62s ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:19:10.211 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 62s ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:19:10.211 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 62s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:19:10.211 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 62s ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:19:10.211 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 62s ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:19:10.562 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:19:10.562 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:19:10.562 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:19:10.563 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:19:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:09.266776+0000 mgr.y (mgr.14556) 23555 : cluster [DBG] pgmap v20811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:09.266776+0000 mgr.y (mgr.14556) 23555 : cluster [DBG] pgmap v20811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:09.266776+0000 mgr.y (mgr.14556) 23555 : cluster [DBG] pgmap v20811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:19:09.913296+0000 mgr.y (mgr.14556) 23556 : audit [DBG] from='client.39018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:19:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:19:10.203097+0000 mgr.y (mgr.14556) 23557 : audit [DBG] from='client.48932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:19:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:19:10.563780+0000 mon.a (mon.0) 4894 : audit [DBG] from='client.? 172.21.15.23:0/639048193' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:19:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:19:09.913296+0000 mgr.y (mgr.14556) 23556 : audit [DBG] from='client.39018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:19:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:19:10.203097+0000 mgr.y (mgr.14556) 23557 : audit [DBG] from='client.48932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:19:11.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:19:10.563780+0000 mon.a (mon.0) 4894 : audit [DBG] from='client.? 172.21.15.23:0/639048193' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:19:11.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:19:09.913296+0000 mgr.y (mgr.14556) 23556 : audit [DBG] from='client.39018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:19:11.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:19:10.203097+0000 mgr.y (mgr.14556) 23557 : audit [DBG] from='client.48932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:19:11.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:19:10.563780+0000 mon.a (mon.0) 4894 : audit [DBG] from='client.? 172.21.15.23:0/639048193' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:19:11.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:19:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:19:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:11.267622+0000 mgr.y (mgr.14556) 23558 : cluster [DBG] pgmap v20812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:12.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:11.267622+0000 mgr.y (mgr.14556) 23558 : cluster [DBG] pgmap v20812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:12.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:11.267622+0000 mgr.y (mgr.14556) 23558 : cluster [DBG] pgmap v20812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:13.268052+0000 mgr.y (mgr.14556) 23559 : cluster [DBG] pgmap v20813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:13.268052+0000 mgr.y (mgr.14556) 23559 : cluster [DBG] pgmap v20813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:13.268052+0000 mgr.y (mgr.14556) 23559 : cluster [DBG] pgmap v20813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:19:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:19:13] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:19:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:15.268824+0000 mgr.y (mgr.14556) 23560 : cluster [DBG] pgmap v20814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:15.268824+0000 mgr.y (mgr.14556) 23560 : cluster [DBG] pgmap v20814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:15.268824+0000 mgr.y (mgr.14556) 23560 : cluster [DBG] pgmap v20814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:17.269234+0000 mgr.y (mgr.14556) 23561 : cluster [DBG] pgmap v20815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:17.269234+0000 mgr.y (mgr.14556) 23561 : cluster [DBG] pgmap v20815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:17.269234+0000 mgr.y (mgr.14556) 23561 : cluster [DBG] pgmap v20815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:19.269730+0000 mgr.y (mgr.14556) 23562 : cluster [DBG] pgmap v20816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:19.269730+0000 mgr.y (mgr.14556) 23562 : cluster [DBG] pgmap v20816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:19.269730+0000 mgr.y (mgr.14556) 23562 : cluster [DBG] pgmap v20816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:19:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:19:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:21.270375+0000 mgr.y (mgr.14556) 23563 : cluster [DBG] pgmap v20817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:21.270375+0000 mgr.y (mgr.14556) 23563 : cluster [DBG] pgmap v20817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:21.270375+0000 mgr.y (mgr.14556) 23563 : cluster [DBG] pgmap v20817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:23.270898+0000 mgr.y (mgr.14556) 23564 : cluster [DBG] pgmap v20818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:23.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:23.270898+0000 mgr.y (mgr.14556) 23564 : cluster [DBG] pgmap v20818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:23.270898+0000 mgr.y (mgr.14556) 23564 : cluster [DBG] pgmap v20818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:19:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:19:23] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:19:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:25.271485+0000 mgr.y (mgr.14556) 23565 : cluster [DBG] pgmap v20819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:25.271485+0000 mgr.y (mgr.14556) 23565 : cluster [DBG] pgmap v20819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:26.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:25.271485+0000 mgr.y (mgr.14556) 23565 : cluster [DBG] pgmap v20819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:28.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:27.271879+0000 mgr.y (mgr.14556) 23566 : cluster [DBG] pgmap v20820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:27.271879+0000 mgr.y (mgr.14556) 23566 : cluster [DBG] pgmap v20820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:27.271879+0000 mgr.y (mgr.14556) 23566 : cluster [DBG] pgmap v20820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:29.272342+0000 mgr.y (mgr.14556) 23567 : cluster [DBG] pgmap v20821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:29.272342+0000 mgr.y (mgr.14556) 23567 : cluster [DBG] pgmap v20821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:29.272342+0000 mgr.y (mgr.14556) 23567 : cluster [DBG] pgmap v20821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:19:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:19:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:31.273250+0000 mgr.y (mgr.14556) 23568 : cluster [DBG] pgmap v20822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:32.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:31.273250+0000 mgr.y (mgr.14556) 23568 : cluster [DBG] pgmap v20822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:31.273250+0000 mgr.y (mgr.14556) 23568 : cluster [DBG] pgmap v20822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:33.273671+0000 mgr.y (mgr.14556) 23569 : cluster [DBG] pgmap v20823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:33.273671+0000 mgr.y (mgr.14556) 23569 : cluster [DBG] pgmap v20823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:33.273671+0000 mgr.y (mgr.14556) 23569 : cluster [DBG] pgmap v20823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:19:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:19:33] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:19:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:35.274242+0000 mgr.y (mgr.14556) 23570 : cluster [DBG] pgmap v20824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:35.274242+0000 mgr.y (mgr.14556) 23570 : cluster [DBG] pgmap v20824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:35.274242+0000 mgr.y (mgr.14556) 23570 : cluster [DBG] pgmap v20824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:38.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:37.274757+0000 mgr.y (mgr.14556) 23571 : cluster [DBG] pgmap v20825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:38.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:37.274757+0000 mgr.y (mgr.14556) 23571 : cluster [DBG] pgmap v20825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:37.274757+0000 mgr.y (mgr.14556) 23571 : cluster [DBG] pgmap v20825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:39.275186+0000 mgr.y (mgr.14556) 23572 : cluster [DBG] pgmap v20826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:39.275186+0000 mgr.y (mgr.14556) 23572 : cluster [DBG] pgmap v20826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:39.275186+0000 mgr.y (mgr.14556) 23572 : cluster [DBG] pgmap v20826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:40.882 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 94s ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 93s ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 94s ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 93s ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 93s ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 94s ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 94s ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 93s ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 94s ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 94s ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 93s ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 94s ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 94s ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:19:41.173 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 94s ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:19:41.174 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 94s ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:19:41.174 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 93s ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:19:41.174 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 93s ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:19:41.174 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 93s ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:19:41.174 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 93s ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:19:41.174 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 93s ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:19:41.524 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:19:41.524 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:19:41.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:19:41.524 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:19:41.524 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:19:41.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:19:41.524 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:19:41.524 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:19:41.524 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:19:41.524 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:19:41.524 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:19:41.525 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:19:41.525 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:19:41.525 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:19:41.525 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:19:41.525 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:19:41.525 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:19:41.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:19:41.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:19:40.872509+0000 mgr.y (mgr.14556) 23573 : audit [DBG] from='client.48944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:19:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:19:41.166133+0000 mgr.y (mgr.14556) 23574 : audit [DBG] from='client.48950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:19:41.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:41.275858+0000 mgr.y (mgr.14556) 23575 : cluster [DBG] pgmap v20827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:19:40.872509+0000 mgr.y (mgr.14556) 23573 : audit [DBG] from='client.48944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:19:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:19:41.166133+0000 mgr.y (mgr.14556) 23574 : audit [DBG] from='client.48950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:19:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:41.275858+0000 mgr.y (mgr.14556) 23575 : cluster [DBG] pgmap v20827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:19:40.872509+0000 mgr.y (mgr.14556) 23573 : audit [DBG] from='client.48944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:19:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:19:41.166133+0000 mgr.y (mgr.14556) 23574 : audit [DBG] from='client.48950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:19:41.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:41.275858+0000 mgr.y (mgr.14556) 23575 : cluster [DBG] pgmap v20827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:19:41.525190+0000 mon.a (mon.0) 4895 : audit [DBG] from='client.? 172.21.15.23:0/2222398058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:19:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:19:41.525190+0000 mon.a (mon.0) 4895 : audit [DBG] from='client.? 172.21.15.23:0/2222398058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:19:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:19:41.525190+0000 mon.a (mon.0) 4895 : audit [DBG] from='client.? 172.21.15.23:0/2222398058' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:19:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:43.276418+0000 mgr.y (mgr.14556) 23576 : cluster [DBG] pgmap v20828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:43.276418+0000 mgr.y (mgr.14556) 23576 : cluster [DBG] pgmap v20828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:43.276418+0000 mgr.y (mgr.14556) 23576 : cluster [DBG] pgmap v20828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:19:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:19:43] "GET /metrics HTTP/1.1" 200 188272 "" "Prometheus/2.33.4" 2024-03-22T18:19:46.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:45.277187+0000 mgr.y (mgr.14556) 23577 : cluster [DBG] pgmap v20829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:46.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:45.277187+0000 mgr.y (mgr.14556) 23577 : cluster [DBG] pgmap v20829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:45.277187+0000 mgr.y (mgr.14556) 23577 : cluster [DBG] pgmap v20829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:47.277719+0000 mgr.y (mgr.14556) 23578 : cluster [DBG] pgmap v20830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:47.277719+0000 mgr.y (mgr.14556) 23578 : cluster [DBG] pgmap v20830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:47.277719+0000 mgr.y (mgr.14556) 23578 : cluster [DBG] pgmap v20830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:49.278297+0000 mgr.y (mgr.14556) 23579 : cluster [DBG] pgmap v20831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:50.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:49.278297+0000 mgr.y (mgr.14556) 23579 : cluster [DBG] pgmap v20831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:49.278297+0000 mgr.y (mgr.14556) 23579 : cluster [DBG] pgmap v20831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:51.278984+0000 mgr.y (mgr.14556) 23580 : cluster [DBG] pgmap v20832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:51.278984+0000 mgr.y (mgr.14556) 23580 : cluster [DBG] pgmap v20832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:51.278984+0000 mgr.y (mgr.14556) 23580 : cluster [DBG] pgmap v20832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:19:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:19:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:19:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:19:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T18:19:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:53.279454+0000 mgr.y (mgr.14556) 23581 : cluster [DBG] pgmap v20833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:53.279454+0000 mgr.y (mgr.14556) 23581 : cluster [DBG] pgmap v20833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:53.279454+0000 mgr.y (mgr.14556) 23581 : cluster [DBG] pgmap v20833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:55.280261+0000 mgr.y (mgr.14556) 23582 : cluster [DBG] pgmap v20834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:55.280261+0000 mgr.y (mgr.14556) 23582 : cluster [DBG] pgmap v20834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:55.280261+0000 mgr.y (mgr.14556) 23582 : cluster [DBG] pgmap v20834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:19:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:57.280737+0000 mgr.y (mgr.14556) 23583 : cluster [DBG] pgmap v20835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:19:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:57.280737+0000 mgr.y (mgr.14556) 23583 : cluster [DBG] pgmap v20835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:19:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:19:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:57.280737+0000 mgr.y (mgr.14556) 23583 : cluster [DBG] pgmap v20835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:00.350 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: debug 2024-03-22T18:19:59.999+0000 7f831ec72700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T18:20:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:19:59.281246+0000 mgr.y (mgr.14556) 23584 : cluster [DBG] pgmap v20836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:00.000124+0000 mon.a (mon.0) 4896 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T18:20:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:19:59.281246+0000 mgr.y (mgr.14556) 23584 : cluster [DBG] pgmap v20836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:00.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:00.000124+0000 mon.a (mon.0) 4896 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T18:20:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:19:59.281246+0000 mgr.y (mgr.14556) 23584 : cluster [DBG] pgmap v20836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:00.000124+0000 mon.a (mon.0) 4896 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-1667-gdb0330b1 2024-03-22T18:20:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:20:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:20:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:01.282004+0000 mgr.y (mgr.14556) 23585 : cluster [DBG] pgmap v20837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:01.282004+0000 mgr.y (mgr.14556) 23585 : cluster [DBG] pgmap v20837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:01.282004+0000 mgr.y (mgr.14556) 23585 : cluster [DBG] pgmap v20837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:03.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:03.282418+0000 mgr.y (mgr.14556) 23586 : cluster [DBG] pgmap v20838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:03.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:03.282418+0000 mgr.y (mgr.14556) 23586 : cluster [DBG] pgmap v20838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:03.282418+0000 mgr.y (mgr.14556) 23586 : cluster [DBG] pgmap v20838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:20:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:20:03] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T18:20:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:05.283167+0000 mgr.y (mgr.14556) 23587 : cluster [DBG] pgmap v20839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:05.283167+0000 mgr.y (mgr.14556) 23587 : cluster [DBG] pgmap v20839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:05.283167+0000 mgr.y (mgr.14556) 23587 : cluster [DBG] pgmap v20839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:07.283547+0000 mgr.y (mgr.14556) 23588 : cluster [DBG] pgmap v20840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:08.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:20:07.962147+0000 mon.a (mon.0) 4897 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:20:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:20:08.273021+0000 mon.a (mon.0) 4898 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:20:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:20:08.273725+0000 mon.a (mon.0) 4899 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:20:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:20:08.280260+0000 mon.a (mon.0) 4900 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:20:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:07.283547+0000 mgr.y (mgr.14556) 23588 : cluster [DBG] pgmap v20840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:20:07.962147+0000 mon.a (mon.0) 4897 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:20:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:20:08.273021+0000 mon.a (mon.0) 4898 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:20:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:20:08.273725+0000 mon.a (mon.0) 4899 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:20:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:20:08.280260+0000 mon.a (mon.0) 4900 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:20:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:07.283547+0000 mgr.y (mgr.14556) 23588 : cluster [DBG] pgmap v20840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:20:07.962147+0000 mon.a (mon.0) 4897 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:20:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:20:08.273021+0000 mon.a (mon.0) 4898 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:20:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:20:08.273725+0000 mon.a (mon.0) 4899 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:20:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:20:08.280260+0000 mon.a (mon.0) 4900 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:20:10.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:09.283998+0000 mgr.y (mgr.14556) 23589 : cluster [DBG] pgmap v20841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:10.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:09.283998+0000 mgr.y (mgr.14556) 23589 : cluster [DBG] pgmap v20841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:10.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:09.283998+0000 mgr.y (mgr.14556) 23589 : cluster [DBG] pgmap v20841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:11.851 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:20:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:20:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:20:12.136 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:20:12.136 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 2m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:20:12.136 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 2m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:20:12.136 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 2m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:20:12.136 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 2m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 2m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 2m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 2m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 2m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 2m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 2m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 2m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 2m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 2m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 2m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 2m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 2m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 2m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 2m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:20:12.137 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 2m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:20:12.138 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 2m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:20:12.487 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:20:12.488 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:20:12.489 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:20:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:11.284916+0000 mgr.y (mgr.14556) 23590 : cluster [DBG] pgmap v20842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:11.284916+0000 mgr.y (mgr.14556) 23590 : cluster [DBG] pgmap v20842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:11.284916+0000 mgr.y (mgr.14556) 23590 : cluster [DBG] pgmap v20842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:20:11.839750+0000 mgr.y (mgr.14556) 23591 : audit [DBG] from='client.48962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:20:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:20:12.129746+0000 mgr.y (mgr.14556) 23592 : audit [DBG] from='client.39060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:20:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:20:12.488837+0000 mon.a (mon.0) 4901 : audit [DBG] from='client.? 172.21.15.23:0/3871288086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:20:13.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:13.285361+0000 mgr.y (mgr.14556) 23593 : cluster [DBG] pgmap v20843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:20:11.839750+0000 mgr.y (mgr.14556) 23591 : audit [DBG] from='client.48962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:20:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:20:12.129746+0000 mgr.y (mgr.14556) 23592 : audit [DBG] from='client.39060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:20:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:20:12.488837+0000 mon.a (mon.0) 4901 : audit [DBG] from='client.? 172.21.15.23:0/3871288086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:20:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:13.285361+0000 mgr.y (mgr.14556) 23593 : cluster [DBG] pgmap v20843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:20:11.839750+0000 mgr.y (mgr.14556) 23591 : audit [DBG] from='client.48962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:20:13.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:20:12.129746+0000 mgr.y (mgr.14556) 23592 : audit [DBG] from='client.39060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:20:13.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:20:12.488837+0000 mon.a (mon.0) 4901 : audit [DBG] from='client.? 172.21.15.23:0/3871288086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:20:13.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:13.285361+0000 mgr.y (mgr.14556) 23593 : cluster [DBG] pgmap v20843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:20:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:20:13] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:20:16.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:15.286168+0000 mgr.y (mgr.14556) 23594 : cluster [DBG] pgmap v20844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:16.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:15.286168+0000 mgr.y (mgr.14556) 23594 : cluster [DBG] pgmap v20844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:15.286168+0000 mgr.y (mgr.14556) 23594 : cluster [DBG] pgmap v20844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:17.286674+0000 mgr.y (mgr.14556) 23595 : cluster [DBG] pgmap v20845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:17.286674+0000 mgr.y (mgr.14556) 23595 : cluster [DBG] pgmap v20845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:17.286674+0000 mgr.y (mgr.14556) 23595 : cluster [DBG] pgmap v20845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:19.287240+0000 mgr.y (mgr.14556) 23596 : cluster [DBG] pgmap v20846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:19.287240+0000 mgr.y (mgr.14556) 23596 : cluster [DBG] pgmap v20846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:19.287240+0000 mgr.y (mgr.14556) 23596 : cluster [DBG] pgmap v20846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:20:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:20:22.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:21.288055+0000 mgr.y (mgr.14556) 23597 : cluster [DBG] pgmap v20847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:22.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:21.288055+0000 mgr.y (mgr.14556) 23597 : cluster [DBG] pgmap v20847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:21.288055+0000 mgr.y (mgr.14556) 23597 : cluster [DBG] pgmap v20847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:20:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:20:23] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T18:20:24.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:23.288583+0000 mgr.y (mgr.14556) 23598 : cluster [DBG] pgmap v20848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:24.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:23.288583+0000 mgr.y (mgr.14556) 23598 : cluster [DBG] pgmap v20848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:23.288583+0000 mgr.y (mgr.14556) 23598 : cluster [DBG] pgmap v20848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:25.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:25.289291+0000 mgr.y (mgr.14556) 23599 : cluster [DBG] pgmap v20849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:25.289291+0000 mgr.y (mgr.14556) 23599 : cluster [DBG] pgmap v20849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:25.289291+0000 mgr.y (mgr.14556) 23599 : cluster [DBG] pgmap v20849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:28.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:27.289686+0000 mgr.y (mgr.14556) 23600 : cluster [DBG] pgmap v20850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:28.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:27.289686+0000 mgr.y (mgr.14556) 23600 : cluster [DBG] pgmap v20850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:27.289686+0000 mgr.y (mgr.14556) 23600 : cluster [DBG] pgmap v20850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:30.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:29.290122+0000 mgr.y (mgr.14556) 23601 : cluster [DBG] pgmap v20851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:30.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:30 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:29.290122+0000 mgr.y (mgr.14556) 23601 : cluster [DBG] pgmap v20851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:30.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:30 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:29.290122+0000 mgr.y (mgr.14556) 23601 : cluster [DBG] pgmap v20851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:20:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:20:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:31.290809+0000 mgr.y (mgr.14556) 23602 : cluster [DBG] pgmap v20852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:31.290809+0000 mgr.y (mgr.14556) 23602 : cluster [DBG] pgmap v20852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:31.290809+0000 mgr.y (mgr.14556) 23602 : cluster [DBG] pgmap v20852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:33.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:33.291384+0000 mgr.y (mgr.14556) 23603 : cluster [DBG] pgmap v20853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:33.291384+0000 mgr.y (mgr.14556) 23603 : cluster [DBG] pgmap v20853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:33.291384+0000 mgr.y (mgr.14556) 23603 : cluster [DBG] pgmap v20853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:20:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:20:33] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-03-22T18:20:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:35.292213+0000 mgr.y (mgr.14556) 23604 : cluster [DBG] pgmap v20854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:36.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:35.292213+0000 mgr.y (mgr.14556) 23604 : cluster [DBG] pgmap v20854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:35.292213+0000 mgr.y (mgr.14556) 23604 : cluster [DBG] pgmap v20854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:38.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:37.292749+0000 mgr.y (mgr.14556) 23605 : cluster [DBG] pgmap v20855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:38.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:37.292749+0000 mgr.y (mgr.14556) 23605 : cluster [DBG] pgmap v20855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:37.292749+0000 mgr.y (mgr.14556) 23605 : cluster [DBG] pgmap v20855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:40.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:39.293299+0000 mgr.y (mgr.14556) 23606 : cluster [DBG] pgmap v20856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:40.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:40 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:39.293299+0000 mgr.y (mgr.14556) 23606 : cluster [DBG] pgmap v20856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:40.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:40 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:39.293299+0000 mgr.y (mgr.14556) 23606 : cluster [DBG] pgmap v20856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:20:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:20:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:41.294012+0000 mgr.y (mgr.14556) 23607 : cluster [DBG] pgmap v20857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:41.294012+0000 mgr.y (mgr.14556) 23607 : cluster [DBG] pgmap v20857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:41.294012+0000 mgr.y (mgr.14556) 23607 : cluster [DBG] pgmap v20857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:42.818 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:20:43.105 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:20:43.105 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 2m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 2m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 2m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 2m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 2m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 2m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 2m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 2m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 2m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 2m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 2m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 2m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 2m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 2m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:20:43.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 2m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:20:43.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 2m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:20:43.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 2m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:20:43.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 2m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:20:43.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 2m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:20:43.107 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 2m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:20:43.455 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:20:43.455 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:20:43.455 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:20:43.455 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:20:43.455 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:20:43.456 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:20:43.456 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:20:43.456 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:20:43.456 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:20:43.456 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:20:43.456 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:20:43.456 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:20:43.456 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:20:43.456 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:20:43.456 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:20:43.456 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:20:43.456 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:20:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:20:42.807588+0000 mgr.y (mgr.14556) 23608 : audit [DBG] from='client.48980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:20:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:20:43.098698+0000 mgr.y (mgr.14556) 23609 : audit [DBG] from='client.39078 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:20:43.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:43.294387+0000 mgr.y (mgr.14556) 23610 : cluster [DBG] pgmap v20858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:20:42.807588+0000 mgr.y (mgr.14556) 23608 : audit [DBG] from='client.48980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:20:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:20:43.098698+0000 mgr.y (mgr.14556) 23609 : audit [DBG] from='client.39078 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:20:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:43.294387+0000 mgr.y (mgr.14556) 23610 : cluster [DBG] pgmap v20858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:20:42.807588+0000 mgr.y (mgr.14556) 23608 : audit [DBG] from='client.48980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:20:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:20:43.098698+0000 mgr.y (mgr.14556) 23609 : audit [DBG] from='client.39078 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:20:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:43.294387+0000 mgr.y (mgr.14556) 23610 : cluster [DBG] pgmap v20858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:20:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:20:43] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T18:20:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:20:43.456705+0000 mon.a (mon.0) 4902 : audit [DBG] from='client.? 172.21.15.23:0/293961247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:20:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:20:43.456705+0000 mon.a (mon.0) 4902 : audit [DBG] from='client.? 172.21.15.23:0/293961247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:20:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:20:43.456705+0000 mon.a (mon.0) 4902 : audit [DBG] from='client.? 172.21.15.23:0/293961247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:20:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:45.294980+0000 mgr.y (mgr.14556) 23611 : cluster [DBG] pgmap v20859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:45.294980+0000 mgr.y (mgr.14556) 23611 : cluster [DBG] pgmap v20859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:45.294980+0000 mgr.y (mgr.14556) 23611 : cluster [DBG] pgmap v20859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:47.295528+0000 mgr.y (mgr.14556) 23612 : cluster [DBG] pgmap v20860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:47.295528+0000 mgr.y (mgr.14556) 23612 : cluster [DBG] pgmap v20860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:47.295528+0000 mgr.y (mgr.14556) 23612 : cluster [DBG] pgmap v20860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:49.296131+0000 mgr.y (mgr.14556) 23613 : cluster [DBG] pgmap v20861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:50.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:49.296131+0000 mgr.y (mgr.14556) 23613 : cluster [DBG] pgmap v20861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:50.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:49.296131+0000 mgr.y (mgr.14556) 23613 : cluster [DBG] pgmap v20861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:51.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:51.296851+0000 mgr.y (mgr.14556) 23614 : cluster [DBG] pgmap v20862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:51.662 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:20:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:20:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:51.296851+0000 mgr.y (mgr.14556) 23614 : cluster [DBG] pgmap v20862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:51.296851+0000 mgr.y (mgr.14556) 23614 : cluster [DBG] pgmap v20862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:20:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:20:53] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:20:54.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:53.297265+0000 mgr.y (mgr.14556) 23615 : cluster [DBG] pgmap v20863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:53.297265+0000 mgr.y (mgr.14556) 23615 : cluster [DBG] pgmap v20863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:53.297265+0000 mgr.y (mgr.14556) 23615 : cluster [DBG] pgmap v20863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:55.297869+0000 mgr.y (mgr.14556) 23616 : cluster [DBG] pgmap v20864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:56.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:55.297869+0000 mgr.y (mgr.14556) 23616 : cluster [DBG] pgmap v20864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:55.297869+0000 mgr.y (mgr.14556) 23616 : cluster [DBG] pgmap v20864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:58.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:57.298250+0000 mgr.y (mgr.14556) 23617 : cluster [DBG] pgmap v20865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:58.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:57.298250+0000 mgr.y (mgr.14556) 23617 : cluster [DBG] pgmap v20865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:58.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:57.298250+0000 mgr.y (mgr.14556) 23617 : cluster [DBG] pgmap v20865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:20:59.298651+0000 mgr.y (mgr.14556) 23618 : cluster [DBG] pgmap v20866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:20:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:20:59.298651+0000 mgr.y (mgr.14556) 23618 : cluster [DBG] pgmap v20866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:20:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:20:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:20:59.298651+0000 mgr.y (mgr.14556) 23618 : cluster [DBG] pgmap v20866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:21:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:21:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:01.299317+0000 mgr.y (mgr.14556) 23619 : cluster [DBG] pgmap v20867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:01.299317+0000 mgr.y (mgr.14556) 23619 : cluster [DBG] pgmap v20867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:01.299317+0000 mgr.y (mgr.14556) 23619 : cluster [DBG] pgmap v20867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:21:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:21:03] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:21:04.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:03.299698+0000 mgr.y (mgr.14556) 23620 : cluster [DBG] pgmap v20868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:04.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:03.299698+0000 mgr.y (mgr.14556) 23620 : cluster [DBG] pgmap v20868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:03.299698+0000 mgr.y (mgr.14556) 23620 : cluster [DBG] pgmap v20868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:05.300361+0000 mgr.y (mgr.14556) 23621 : cluster [DBG] pgmap v20869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:05.300361+0000 mgr.y (mgr.14556) 23621 : cluster [DBG] pgmap v20869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:05.300361+0000 mgr.y (mgr.14556) 23621 : cluster [DBG] pgmap v20869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:08.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:07.300692+0000 mgr.y (mgr.14556) 23622 : cluster [DBG] pgmap v20870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:08.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:21:08.284776+0000 mon.a (mon.0) 4903 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:21:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:07.300692+0000 mgr.y (mgr.14556) 23622 : cluster [DBG] pgmap v20870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:08.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:21:08.284776+0000 mon.a (mon.0) 4903 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:21:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:07.300692+0000 mgr.y (mgr.14556) 23622 : cluster [DBG] pgmap v20870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:21:08.284776+0000 mon.a (mon.0) 4903 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:21:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:21:08.542531+0000 mon.a (mon.0) 4904 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:21:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:21:08.555254+0000 mon.a (mon.0) 4905 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:21:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:21:08.846013+0000 mon.a (mon.0) 4906 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:21:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:21:08.846700+0000 mon.a (mon.0) 4907 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:21:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:21:08.860595+0000 mon.a (mon.0) 4908 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:21:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:09.301049+0000 mgr.y (mgr.14556) 23623 : cluster [DBG] pgmap v20871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:21:08.542531+0000 mon.a (mon.0) 4904 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:21:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:21:08.555254+0000 mon.a (mon.0) 4905 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:21:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:21:08.846013+0000 mon.a (mon.0) 4906 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:21:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:21:08.846700+0000 mon.a (mon.0) 4907 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:21:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:21:08.860595+0000 mon.a (mon.0) 4908 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:21:09.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:09.301049+0000 mgr.y (mgr.14556) 23623 : cluster [DBG] pgmap v20871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:21:08.542531+0000 mon.a (mon.0) 4904 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:21:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:21:08.555254+0000 mon.a (mon.0) 4905 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:21:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:21:08.846013+0000 mon.a (mon.0) 4906 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:21:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:21:08.846700+0000 mon.a (mon.0) 4907 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:21:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:21:08.860595+0000 mon.a (mon.0) 4908 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:21:09.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:09.301049+0000 mgr.y (mgr.14556) 23623 : cluster [DBG] pgmap v20871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:21:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:21:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:11.301661+0000 mgr.y (mgr.14556) 23624 : cluster [DBG] pgmap v20872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:11.301661+0000 mgr.y (mgr.14556) 23624 : cluster [DBG] pgmap v20872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:11.301661+0000 mgr.y (mgr.14556) 23624 : cluster [DBG] pgmap v20872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:13.302206+0000 mgr.y (mgr.14556) 23625 : cluster [DBG] pgmap v20873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:13.302206+0000 mgr.y (mgr.14556) 23625 : cluster [DBG] pgmap v20873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:13.777 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:21:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:13.302206+0000 mgr.y (mgr.14556) 23625 : cluster [DBG] pgmap v20873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:14.066 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:21:14.066 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 3m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:21:14.066 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 3m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:21:14.066 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 3m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:21:14.066 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 3m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 3m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 3m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 3m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 3m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 3m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 3m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 3m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 3m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 3m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 3m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 3m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 3m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 3m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 3m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 3m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:21:14.067 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 3m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:21:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:21:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:21:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T18:21:14.416 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:21:14.416 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:21:14.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:21:14.416 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:21:14.416 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:21:14.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:21:14.416 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:21:14.416 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:21:14.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:21:14.416 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:21:14.416 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:21:14.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:21:14.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:21:14.417 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:21:14.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:21:14.417 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:21:14.417 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:21:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:21:13.766801+0000 mgr.y (mgr.14556) 23626 : audit [DBG] from='client.39090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:21:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:21:14.059139+0000 mgr.y (mgr.14556) 23627 : audit [DBG] from='client.39096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:21:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:21:14.417048+0000 mon.a (mon.0) 4909 : audit [DBG] from='client.? 172.21.15.23:0/4157124572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:21:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:21:13.766801+0000 mgr.y (mgr.14556) 23626 : audit [DBG] from='client.39090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:21:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:21:14.059139+0000 mgr.y (mgr.14556) 23627 : audit [DBG] from='client.39096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:21:14.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:21:14.417048+0000 mon.a (mon.0) 4909 : audit [DBG] from='client.? 172.21.15.23:0/4157124572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:21:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:21:13.766801+0000 mgr.y (mgr.14556) 23626 : audit [DBG] from='client.39090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:21:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:21:14.059139+0000 mgr.y (mgr.14556) 23627 : audit [DBG] from='client.39096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:21:14.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:21:14.417048+0000 mon.a (mon.0) 4909 : audit [DBG] from='client.? 172.21.15.23:0/4157124572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:21:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:15.302821+0000 mgr.y (mgr.14556) 23628 : cluster [DBG] pgmap v20874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:15.302821+0000 mgr.y (mgr.14556) 23628 : cluster [DBG] pgmap v20874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:15.302821+0000 mgr.y (mgr.14556) 23628 : cluster [DBG] pgmap v20874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:18.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:17.303298+0000 mgr.y (mgr.14556) 23629 : cluster [DBG] pgmap v20875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:18.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:17.303298+0000 mgr.y (mgr.14556) 23629 : cluster [DBG] pgmap v20875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:17.303298+0000 mgr.y (mgr.14556) 23629 : cluster [DBG] pgmap v20875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:20.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:19.303826+0000 mgr.y (mgr.14556) 23630 : cluster [DBG] pgmap v20876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:20.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:19.303826+0000 mgr.y (mgr.14556) 23630 : cluster [DBG] pgmap v20876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:19.303826+0000 mgr.y (mgr.14556) 23630 : cluster [DBG] pgmap v20876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:21:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:21:22.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:21.304477+0000 mgr.y (mgr.14556) 23631 : cluster [DBG] pgmap v20877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:21.304477+0000 mgr.y (mgr.14556) 23631 : cluster [DBG] pgmap v20877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:22.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:21.304477+0000 mgr.y (mgr.14556) 23631 : cluster [DBG] pgmap v20877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:23.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:23.304968+0000 mgr.y (mgr.14556) 23632 : cluster [DBG] pgmap v20878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:23.304968+0000 mgr.y (mgr.14556) 23632 : cluster [DBG] pgmap v20878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:23.304968+0000 mgr.y (mgr.14556) 23632 : cluster [DBG] pgmap v20878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:21:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:21:23] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:21:26.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:25.305553+0000 mgr.y (mgr.14556) 23633 : cluster [DBG] pgmap v20879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:26.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:26 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:25.305553+0000 mgr.y (mgr.14556) 23633 : cluster [DBG] pgmap v20879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:26.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:26 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:25.305553+0000 mgr.y (mgr.14556) 23633 : cluster [DBG] pgmap v20879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:27.305953+0000 mgr.y (mgr.14556) 23634 : cluster [DBG] pgmap v20880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:27.305953+0000 mgr.y (mgr.14556) 23634 : cluster [DBG] pgmap v20880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:27.305953+0000 mgr.y (mgr.14556) 23634 : cluster [DBG] pgmap v20880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:29.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:29.306505+0000 mgr.y (mgr.14556) 23635 : cluster [DBG] pgmap v20881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:29.306505+0000 mgr.y (mgr.14556) 23635 : cluster [DBG] pgmap v20881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:29.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:29.306505+0000 mgr.y (mgr.14556) 23635 : cluster [DBG] pgmap v20881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:21:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:21:32.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:31.307112+0000 mgr.y (mgr.14556) 23636 : cluster [DBG] pgmap v20882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:32.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:31.307112+0000 mgr.y (mgr.14556) 23636 : cluster [DBG] pgmap v20882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:31.307112+0000 mgr.y (mgr.14556) 23636 : cluster [DBG] pgmap v20882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:33.307515+0000 mgr.y (mgr.14556) 23637 : cluster [DBG] pgmap v20883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:33.307515+0000 mgr.y (mgr.14556) 23637 : cluster [DBG] pgmap v20883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:33.307515+0000 mgr.y (mgr.14556) 23637 : cluster [DBG] pgmap v20883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:21:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:21:33] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:21:36.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:35.308039+0000 mgr.y (mgr.14556) 23638 : cluster [DBG] pgmap v20884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:36.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:35.308039+0000 mgr.y (mgr.14556) 23638 : cluster [DBG] pgmap v20884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:35.308039+0000 mgr.y (mgr.14556) 23638 : cluster [DBG] pgmap v20884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:37.308602+0000 mgr.y (mgr.14556) 23639 : cluster [DBG] pgmap v20885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:37.308602+0000 mgr.y (mgr.14556) 23639 : cluster [DBG] pgmap v20885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:37.308602+0000 mgr.y (mgr.14556) 23639 : cluster [DBG] pgmap v20885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:39.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:39.308995+0000 mgr.y (mgr.14556) 23640 : cluster [DBG] pgmap v20886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:39.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:39.308995+0000 mgr.y (mgr.14556) 23640 : cluster [DBG] pgmap v20886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:39.308995+0000 mgr.y (mgr.14556) 23640 : cluster [DBG] pgmap v20886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:21:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:21:42.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:41.309642+0000 mgr.y (mgr.14556) 23641 : cluster [DBG] pgmap v20887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:42.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:41.309642+0000 mgr.y (mgr.14556) 23641 : cluster [DBG] pgmap v20887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:41.309642+0000 mgr.y (mgr.14556) 23641 : cluster [DBG] pgmap v20887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:21:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:21:43] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T18:21:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:43.310165+0000 mgr.y (mgr.14556) 23642 : cluster [DBG] pgmap v20888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:44.741 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:21:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:43.310165+0000 mgr.y (mgr.14556) 23642 : cluster [DBG] pgmap v20888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:44.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:43.310165+0000 mgr.y (mgr.14556) 23642 : cluster [DBG] pgmap v20888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:45.028 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:21:45.028 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 3m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 3m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 3m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 3m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 3m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 3m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 3m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 3m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 3m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 3m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 3m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 3m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 3m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 3m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 3m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:21:45.029 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 3m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:21:45.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 3m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:21:45.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 3m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:21:45.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 3m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:21:45.030 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 3m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:21:45.378 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:21:45.405 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:21:45.405 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:21:45.405 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:21:45.405 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:21:45.405 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:21:45.405 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:21:45.406 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:21:45.406 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:21:45.406 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:21:45.406 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:21:45.406 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:21:45.406 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:21:45.406 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:21:45.406 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:21:45.406 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:21:45.406 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:21:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:21:44.731089+0000 mgr.y (mgr.14556) 23643 : audit [DBG] from='client.39108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:21:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:21:45.021941+0000 mgr.y (mgr.14556) 23644 : audit [DBG] from='client.39114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:21:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:45.310687+0000 mgr.y (mgr.14556) 23645 : cluster [DBG] pgmap v20889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:45.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:21:45.380175+0000 mon.a (mon.0) 4910 : audit [DBG] from='client.? 172.21.15.23:0/2173208157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:21:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:21:44.731089+0000 mgr.y (mgr.14556) 23643 : audit [DBG] from='client.39108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:21:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:21:45.021941+0000 mgr.y (mgr.14556) 23644 : audit [DBG] from='client.39114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:21:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:45.310687+0000 mgr.y (mgr.14556) 23645 : cluster [DBG] pgmap v20889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:21:45.380175+0000 mon.a (mon.0) 4910 : audit [DBG] from='client.? 172.21.15.23:0/2173208157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:21:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:21:44.731089+0000 mgr.y (mgr.14556) 23643 : audit [DBG] from='client.39108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:21:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:21:45.021941+0000 mgr.y (mgr.14556) 23644 : audit [DBG] from='client.39114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:21:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:45.310687+0000 mgr.y (mgr.14556) 23645 : cluster [DBG] pgmap v20889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:21:45.380175+0000 mon.a (mon.0) 4910 : audit [DBG] from='client.? 172.21.15.23:0/2173208157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:21:48.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:47.311228+0000 mgr.y (mgr.14556) 23646 : cluster [DBG] pgmap v20890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:48.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:47.311228+0000 mgr.y (mgr.14556) 23646 : cluster [DBG] pgmap v20890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:47.311228+0000 mgr.y (mgr.14556) 23646 : cluster [DBG] pgmap v20890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:49.311740+0000 mgr.y (mgr.14556) 23647 : cluster [DBG] pgmap v20891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:49.311740+0000 mgr.y (mgr.14556) 23647 : cluster [DBG] pgmap v20891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:49.311740+0000 mgr.y (mgr.14556) 23647 : cluster [DBG] pgmap v20891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:21:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:21:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:51.312494+0000 mgr.y (mgr.14556) 23648 : cluster [DBG] pgmap v20892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:51.312494+0000 mgr.y (mgr.14556) 23648 : cluster [DBG] pgmap v20892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:51.312494+0000 mgr.y (mgr.14556) 23648 : cluster [DBG] pgmap v20892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:53.313030+0000 mgr.y (mgr.14556) 23649 : cluster [DBG] pgmap v20893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:53.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:53.313030+0000 mgr.y (mgr.14556) 23649 : cluster [DBG] pgmap v20893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:53.313030+0000 mgr.y (mgr.14556) 23649 : cluster [DBG] pgmap v20893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:21:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:21:53] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T18:21:56.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:55.313702+0000 mgr.y (mgr.14556) 23650 : cluster [DBG] pgmap v20894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:56.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:55.313702+0000 mgr.y (mgr.14556) 23650 : cluster [DBG] pgmap v20894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:55.313702+0000 mgr.y (mgr.14556) 23650 : cluster [DBG] pgmap v20894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:57.314098+0000 mgr.y (mgr.14556) 23651 : cluster [DBG] pgmap v20895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:21:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:57.314098+0000 mgr.y (mgr.14556) 23651 : cluster [DBG] pgmap v20895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:21:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:21:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:57.314098+0000 mgr.y (mgr.14556) 23651 : cluster [DBG] pgmap v20895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:00.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:21:59.314529+0000 mgr.y (mgr.14556) 23652 : cluster [DBG] pgmap v20896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:00.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:21:59.314529+0000 mgr.y (mgr.14556) 23652 : cluster [DBG] pgmap v20896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:21:59.314529+0000 mgr.y (mgr.14556) 23652 : cluster [DBG] pgmap v20896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:22:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:22:02.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:01.315155+0000 mgr.y (mgr.14556) 23653 : cluster [DBG] pgmap v20897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:02.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:01.315155+0000 mgr.y (mgr.14556) 23653 : cluster [DBG] pgmap v20897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:01.315155+0000 mgr.y (mgr.14556) 23653 : cluster [DBG] pgmap v20897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:03.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:03.315594+0000 mgr.y (mgr.14556) 23654 : cluster [DBG] pgmap v20898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:03.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:03.315594+0000 mgr.y (mgr.14556) 23654 : cluster [DBG] pgmap v20898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:03.315594+0000 mgr.y (mgr.14556) 23654 : cluster [DBG] pgmap v20898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:22:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:22:03] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T18:22:06.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:05.316239+0000 mgr.y (mgr.14556) 23655 : cluster [DBG] pgmap v20899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:06.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:05.316239+0000 mgr.y (mgr.14556) 23655 : cluster [DBG] pgmap v20899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:05.316239+0000 mgr.y (mgr.14556) 23655 : cluster [DBG] pgmap v20899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:07.316592+0000 mgr.y (mgr.14556) 23656 : cluster [DBG] pgmap v20900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:07.316592+0000 mgr.y (mgr.14556) 23656 : cluster [DBG] pgmap v20900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:07.316592+0000 mgr.y (mgr.14556) 23656 : cluster [DBG] pgmap v20900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:09.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:22:08.865911+0000 mon.a (mon.0) 4911 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:22:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:22:09.173587+0000 mon.a (mon.0) 4912 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:22:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:22:09.174229+0000 mon.a (mon.0) 4913 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:22:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:22:09.181797+0000 mon.a (mon.0) 4914 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:22:09.663 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:09.316915+0000 mgr.y (mgr.14556) 23657 : cluster [DBG] pgmap v20901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:22:08.865911+0000 mon.a (mon.0) 4911 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:22:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:22:09.173587+0000 mon.a (mon.0) 4912 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:22:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:22:09.174229+0000 mon.a (mon.0) 4913 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:22:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:22:09.181797+0000 mon.a (mon.0) 4914 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:22:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:09.316915+0000 mgr.y (mgr.14556) 23657 : cluster [DBG] pgmap v20901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:22:08.865911+0000 mon.a (mon.0) 4911 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:22:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:22:09.173587+0000 mon.a (mon.0) 4912 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:22:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:22:09.174229+0000 mon.a (mon.0) 4913 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:22:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:22:09.181797+0000 mon.a (mon.0) 4914 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:22:09.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:09.316915+0000 mgr.y (mgr.14556) 23657 : cluster [DBG] pgmap v20901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:22:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:22:12.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:11.317737+0000 mgr.y (mgr.14556) 23658 : cluster [DBG] pgmap v20902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:12.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:12 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:11.317737+0000 mgr.y (mgr.14556) 23658 : cluster [DBG] pgmap v20902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:12.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:12 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:11.317737+0000 mgr.y (mgr.14556) 23658 : cluster [DBG] pgmap v20902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:22:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:22:13] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T18:22:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:13.318213+0000 mgr.y (mgr.14556) 23659 : cluster [DBG] pgmap v20903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:13.318213+0000 mgr.y (mgr.14556) 23659 : cluster [DBG] pgmap v20903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:13.318213+0000 mgr.y (mgr.14556) 23659 : cluster [DBG] pgmap v20903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:15.703 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:22:15.990 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:22:15.990 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 4m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:22:15.990 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 4m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:22:15.991 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 4m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:22:15.991 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 4m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:22:15.991 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 4m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:22:15.991 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 4m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:22:15.991 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 4m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:22:15.991 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 4m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:22:15.991 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 4m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:22:15.991 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 4m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:22:15.991 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 4m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:22:15.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 4m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:22:15.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 4m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:22:15.991 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 4m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:22:15.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 4m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:22:15.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 4m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:22:15.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 4m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:22:15.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 4m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:22:15.992 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 4m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:22:15.992 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 4m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:22:16.345 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:22:16.345 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:22:16.345 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:22:16.345 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:22:16.345 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:22:16.345 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:22:16.345 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:22:16.345 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:22:16.345 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:22:16.345 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:22:16.346 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:22:16.346 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:22:16.346 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:22:16.346 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:22:16.346 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:22:16.346 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:22:16.346 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:22:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:15.319012+0000 mgr.y (mgr.14556) 23660 : cluster [DBG] pgmap v20904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:16.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:22:16.346271+0000 mon.a (mon.0) 4915 : audit [DBG] from='client.? 172.21.15.23:0/617399621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:22:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:15.319012+0000 mgr.y (mgr.14556) 23660 : cluster [DBG] pgmap v20904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:16.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:22:16.346271+0000 mon.a (mon.0) 4915 : audit [DBG] from='client.? 172.21.15.23:0/617399621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:22:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:15.319012+0000 mgr.y (mgr.14556) 23660 : cluster [DBG] pgmap v20904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:16.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:22:16.346271+0000 mon.a (mon.0) 4915 : audit [DBG] from='client.? 172.21.15.23:0/617399621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:22:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:22:15.692568+0000 mgr.y (mgr.14556) 23661 : audit [DBG] from='client.39126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:22:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:22:15.983204+0000 mgr.y (mgr.14556) 23662 : audit [DBG] from='client.39132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:22:17.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:17.319428+0000 mgr.y (mgr.14556) 23663 : cluster [DBG] pgmap v20905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:22:15.692568+0000 mgr.y (mgr.14556) 23661 : audit [DBG] from='client.39126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:22:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:22:15.983204+0000 mgr.y (mgr.14556) 23662 : audit [DBG] from='client.39132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:22:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:17.319428+0000 mgr.y (mgr.14556) 23663 : cluster [DBG] pgmap v20905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:22:15.692568+0000 mgr.y (mgr.14556) 23661 : audit [DBG] from='client.39126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:22:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:22:15.983204+0000 mgr.y (mgr.14556) 23662 : audit [DBG] from='client.39132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:22:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:17.319428+0000 mgr.y (mgr.14556) 23663 : cluster [DBG] pgmap v20905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:19.319781+0000 mgr.y (mgr.14556) 23664 : cluster [DBG] pgmap v20906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:19.319781+0000 mgr.y (mgr.14556) 23664 : cluster [DBG] pgmap v20906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:19.319781+0000 mgr.y (mgr.14556) 23664 : cluster [DBG] pgmap v20906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:21.320393+0000 mgr.y (mgr.14556) 23665 : cluster [DBG] pgmap v20907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:21.320393+0000 mgr.y (mgr.14556) 23665 : cluster [DBG] pgmap v20907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:21.320393+0000 mgr.y (mgr.14556) 23665 : cluster [DBG] pgmap v20907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:22:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:22:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:22:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:22:23] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T18:22:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:23.320912+0000 mgr.y (mgr.14556) 23666 : cluster [DBG] pgmap v20908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:23.320912+0000 mgr.y (mgr.14556) 23666 : cluster [DBG] pgmap v20908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:23.320912+0000 mgr.y (mgr.14556) 23666 : cluster [DBG] pgmap v20908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:25.321532+0000 mgr.y (mgr.14556) 23667 : cluster [DBG] pgmap v20909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:25.321532+0000 mgr.y (mgr.14556) 23667 : cluster [DBG] pgmap v20909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:25.321532+0000 mgr.y (mgr.14556) 23667 : cluster [DBG] pgmap v20909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:27.321985+0000 mgr.y (mgr.14556) 23668 : cluster [DBG] pgmap v20910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:27.321985+0000 mgr.y (mgr.14556) 23668 : cluster [DBG] pgmap v20910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:27.321985+0000 mgr.y (mgr.14556) 23668 : cluster [DBG] pgmap v20910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:29.322524+0000 mgr.y (mgr.14556) 23669 : cluster [DBG] pgmap v20911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:29.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:29.322524+0000 mgr.y (mgr.14556) 23669 : cluster [DBG] pgmap v20911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:29.322524+0000 mgr.y (mgr.14556) 23669 : cluster [DBG] pgmap v20911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:22:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:22:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:31.323242+0000 mgr.y (mgr.14556) 23670 : cluster [DBG] pgmap v20912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:31.323242+0000 mgr.y (mgr.14556) 23670 : cluster [DBG] pgmap v20912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:32.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:31.323242+0000 mgr.y (mgr.14556) 23670 : cluster [DBG] pgmap v20912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:33.323593+0000 mgr.y (mgr.14556) 23671 : cluster [DBG] pgmap v20913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:33.323593+0000 mgr.y (mgr.14556) 23671 : cluster [DBG] pgmap v20913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:33.323593+0000 mgr.y (mgr.14556) 23671 : cluster [DBG] pgmap v20913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:22:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:22:33] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T18:22:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:35.324155+0000 mgr.y (mgr.14556) 23672 : cluster [DBG] pgmap v20914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:35.324155+0000 mgr.y (mgr.14556) 23672 : cluster [DBG] pgmap v20914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:35.324155+0000 mgr.y (mgr.14556) 23672 : cluster [DBG] pgmap v20914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:38.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:38 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:37.324559+0000 mgr.y (mgr.14556) 23673 : cluster [DBG] pgmap v20915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:38.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:37.324559+0000 mgr.y (mgr.14556) 23673 : cluster [DBG] pgmap v20915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:38.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:38 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:37.324559+0000 mgr.y (mgr.14556) 23673 : cluster [DBG] pgmap v20915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:39.324920+0000 mgr.y (mgr.14556) 23674 : cluster [DBG] pgmap v20916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:39.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:39.324920+0000 mgr.y (mgr.14556) 23674 : cluster [DBG] pgmap v20916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:39.324920+0000 mgr.y (mgr.14556) 23674 : cluster [DBG] pgmap v20916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:41.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:22:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:22:42.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:42 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:41.325706+0000 mgr.y (mgr.14556) 23675 : cluster [DBG] pgmap v20917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:42.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:41.325706+0000 mgr.y (mgr.14556) 23675 : cluster [DBG] pgmap v20917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:42.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:42 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:41.325706+0000 mgr.y (mgr.14556) 23675 : cluster [DBG] pgmap v20917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:22:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:22:43] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:22:44.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:44 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:43.326200+0000 mgr.y (mgr.14556) 23676 : cluster [DBG] pgmap v20918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:44.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:43.326200+0000 mgr.y (mgr.14556) 23676 : cluster [DBG] pgmap v20918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:44.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:44 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:43.326200+0000 mgr.y (mgr.14556) 23676 : cluster [DBG] pgmap v20918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:45.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:45.326916+0000 mgr.y (mgr.14556) 23677 : cluster [DBG] pgmap v20919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:45.326916+0000 mgr.y (mgr.14556) 23677 : cluster [DBG] pgmap v20919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:45.326916+0000 mgr.y (mgr.14556) 23677 : cluster [DBG] pgmap v20919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:46.671 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:22:46.958 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:22:46.958 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 4m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 4m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 4m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 4m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 4m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 4m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 4m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 4m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 4m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 4m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 4m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 4m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 4m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 4m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:22:46.959 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 4m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:22:46.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 4m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:22:46.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 4m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:22:46.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 4m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:22:46.960 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 4m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:22:46.960 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 4m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:22:47.308 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:22:47.308 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:22:47.308 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:22:47.308 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:22:47.308 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:22:47.308 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:22:47.308 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:22:47.308 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:22:47.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:22:47.309 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:22:47.309 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:22:47.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:22:47.309 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:22:47.309 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:22:47.309 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:22:47.309 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:22:47.309 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:22:47.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:22:47.308789+0000 mon.a (mon.0) 4916 : audit [DBG] from='client.? 172.21.15.23:0/2930638545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:22:47.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:22:47.308789+0000 mon.a (mon.0) 4916 : audit [DBG] from='client.? 172.21.15.23:0/2930638545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:22:47.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:22:47.308789+0000 mon.a (mon.0) 4916 : audit [DBG] from='client.? 172.21.15.23:0/2930638545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:22:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:22:46.660269+0000 mgr.y (mgr.14556) 23678 : audit [DBG] from='client.39144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:22:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:22:46.951874+0000 mgr.y (mgr.14556) 23679 : audit [DBG] from='client.39150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:22:48.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:48 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:47.327438+0000 mgr.y (mgr.14556) 23680 : cluster [DBG] pgmap v20920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:22:46.660269+0000 mgr.y (mgr.14556) 23678 : audit [DBG] from='client.39144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:22:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:22:46.951874+0000 mgr.y (mgr.14556) 23679 : audit [DBG] from='client.39150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:22:48.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:47.327438+0000 mgr.y (mgr.14556) 23680 : cluster [DBG] pgmap v20920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:22:46.660269+0000 mgr.y (mgr.14556) 23678 : audit [DBG] from='client.39144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:22:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:22:46.951874+0000 mgr.y (mgr.14556) 23679 : audit [DBG] from='client.39150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:22:48.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:48 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:47.327438+0000 mgr.y (mgr.14556) 23680 : cluster [DBG] pgmap v20920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:49.327893+0000 mgr.y (mgr.14556) 23681 : cluster [DBG] pgmap v20921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:49.327893+0000 mgr.y (mgr.14556) 23681 : cluster [DBG] pgmap v20921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:49.327893+0000 mgr.y (mgr.14556) 23681 : cluster [DBG] pgmap v20921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:22:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:22:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:51.328595+0000 mgr.y (mgr.14556) 23682 : cluster [DBG] pgmap v20922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:51.328595+0000 mgr.y (mgr.14556) 23682 : cluster [DBG] pgmap v20922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:51.328595+0000 mgr.y (mgr.14556) 23682 : cluster [DBG] pgmap v20922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:53.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:53.328943+0000 mgr.y (mgr.14556) 23683 : cluster [DBG] pgmap v20923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:53.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:53.328943+0000 mgr.y (mgr.14556) 23683 : cluster [DBG] pgmap v20923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:53.328943+0000 mgr.y (mgr.14556) 23683 : cluster [DBG] pgmap v20923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:22:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:22:53] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:22:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:55.329649+0000 mgr.y (mgr.14556) 23684 : cluster [DBG] pgmap v20924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:55.329649+0000 mgr.y (mgr.14556) 23684 : cluster [DBG] pgmap v20924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:55.329649+0000 mgr.y (mgr.14556) 23684 : cluster [DBG] pgmap v20924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:57.330012+0000 mgr.y (mgr.14556) 23685 : cluster [DBG] pgmap v20925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:57.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:22:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:57.330012+0000 mgr.y (mgr.14556) 23685 : cluster [DBG] pgmap v20925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:22:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:22:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:57.330012+0000 mgr.y (mgr.14556) 23685 : cluster [DBG] pgmap v20925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:00.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:00 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:22:59.330528+0000 mgr.y (mgr.14556) 23686 : cluster [DBG] pgmap v20926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:00.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:22:59.330528+0000 mgr.y (mgr.14556) 23686 : cluster [DBG] pgmap v20926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:00.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:00 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:22:59.330528+0000 mgr.y (mgr.14556) 23686 : cluster [DBG] pgmap v20926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:01.331184+0000 mgr.y (mgr.14556) 23687 : cluster [DBG] pgmap v20927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:01.331184+0000 mgr.y (mgr.14556) 23687 : cluster [DBG] pgmap v20927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:01.331184+0000 mgr.y (mgr.14556) 23687 : cluster [DBG] pgmap v20927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:23:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:23:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:23:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:23:03] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:23:04.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:04 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:03.331661+0000 mgr.y (mgr.14556) 23688 : cluster [DBG] pgmap v20928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:04.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:03.331661+0000 mgr.y (mgr.14556) 23688 : cluster [DBG] pgmap v20928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:04.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:04 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:03.331661+0000 mgr.y (mgr.14556) 23688 : cluster [DBG] pgmap v20928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:05.332249+0000 mgr.y (mgr.14556) 23689 : cluster [DBG] pgmap v20929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:05.332249+0000 mgr.y (mgr.14556) 23689 : cluster [DBG] pgmap v20929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:05.332249+0000 mgr.y (mgr.14556) 23689 : cluster [DBG] pgmap v20929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:08.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:08 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:07.332759+0000 mgr.y (mgr.14556) 23690 : cluster [DBG] pgmap v20930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:08.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:07.332759+0000 mgr.y (mgr.14556) 23690 : cluster [DBG] pgmap v20930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:08.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:08 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:07.332759+0000 mgr.y (mgr.14556) 23690 : cluster [DBG] pgmap v20930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:23:09.186128+0000 mon.a (mon.0) 4917 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:23:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:23:09.186128+0000 mon.a (mon.0) 4917 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:23:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:23:09.186128+0000 mon.a (mon.0) 4917 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:23:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:09.333132+0000 mgr.y (mgr.14556) 23691 : cluster [DBG] pgmap v20931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:10.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:23:09.491608+0000 mon.a (mon.0) 4918 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:23:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:23:09.492295+0000 mon.a (mon.0) 4919 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:23:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:23:09.496623+0000 mon.a (mon.0) 4920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:23:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:09.333132+0000 mgr.y (mgr.14556) 23691 : cluster [DBG] pgmap v20931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:23:09.491608+0000 mon.a (mon.0) 4918 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:23:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:23:09.492295+0000 mon.a (mon.0) 4919 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:23:10.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:23:09.496623+0000 mon.a (mon.0) 4920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:23:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:09.333132+0000 mgr.y (mgr.14556) 23691 : cluster [DBG] pgmap v20931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:23:09.491608+0000 mon.a (mon.0) 4918 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:23:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:23:09.492295+0000 mon.a (mon.0) 4919 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:23:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:23:09.496623+0000 mon.a (mon.0) 4920 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:23:11.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:11.334030+0000 mgr.y (mgr.14556) 23692 : cluster [DBG] pgmap v20932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:11.334030+0000 mgr.y (mgr.14556) 23692 : cluster [DBG] pgmap v20932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:11.334030+0000 mgr.y (mgr.14556) 23692 : cluster [DBG] pgmap v20932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:23:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:23:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:23:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:23:13] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T18:23:14.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:13.334632+0000 mgr.y (mgr.14556) 23693 : cluster [DBG] pgmap v20933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:14.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:13.334632+0000 mgr.y (mgr.14556) 23693 : cluster [DBG] pgmap v20933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:14.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:13.334632+0000 mgr.y (mgr.14556) 23693 : cluster [DBG] pgmap v20933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:15.335195+0000 mgr.y (mgr.14556) 23694 : cluster [DBG] pgmap v20934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:15.335195+0000 mgr.y (mgr.14556) 23694 : cluster [DBG] pgmap v20934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:15.335195+0000 mgr.y (mgr.14556) 23694 : cluster [DBG] pgmap v20934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:17.631 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:23:17.918 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:23:17.919 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 5m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:23:17.919 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 5m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:23:17.919 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 5m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:23:17.919 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 5m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:23:17.919 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 5m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:23:17.919 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 5m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:23:17.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 5m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:23:17.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 5m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:23:17.919 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 5m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:23:17.919 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 5m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:23:17.919 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 5m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:23:17.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 5m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:23:17.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 5m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:23:17.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 5m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:23:17.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 5m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:23:17.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 5m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:23:17.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 5m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:23:17.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 5m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:23:17.920 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 5m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:23:17.920 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 5m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:23:18.269 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:23:18.269 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:23:18.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:23:18.269 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:23:18.269 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:23:18.269 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:23:18.269 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:23:18.270 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:23:18.270 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:23:18.270 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:23:18.270 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:23:18.270 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:23:18.270 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:23:18.270 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:23:18.270 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:23:18.270 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:23:18.270 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:23:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:17.335573+0000 mgr.y (mgr.14556) 23695 : cluster [DBG] pgmap v20935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:18.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:23:18.270464+0000 mon.c (mon.2) 565 : audit [DBG] from='client.? 172.21.15.23:0/1571375254' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:23:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:17.335573+0000 mgr.y (mgr.14556) 23695 : cluster [DBG] pgmap v20935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:23:18.270464+0000 mon.c (mon.2) 565 : audit [DBG] from='client.? 172.21.15.23:0/1571375254' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:23:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:17.335573+0000 mgr.y (mgr.14556) 23695 : cluster [DBG] pgmap v20935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:23:18.270464+0000 mon.c (mon.2) 565 : audit [DBG] from='client.? 172.21.15.23:0/1571375254' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:23:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:23:17.620756+0000 mgr.y (mgr.14556) 23696 : audit [DBG] from='client.39162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:23:19.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:23:17.911850+0000 mgr.y (mgr.14556) 23697 : audit [DBG] from='client.49076 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:23:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:23:17.620756+0000 mgr.y (mgr.14556) 23696 : audit [DBG] from='client.39162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:23:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:23:17.911850+0000 mgr.y (mgr.14556) 23697 : audit [DBG] from='client.49076 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:23:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:23:17.620756+0000 mgr.y (mgr.14556) 23696 : audit [DBG] from='client.39162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:23:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:23:17.911850+0000 mgr.y (mgr.14556) 23697 : audit [DBG] from='client.49076 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:23:20.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:19.336066+0000 mgr.y (mgr.14556) 23698 : cluster [DBG] pgmap v20936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:19.336066+0000 mgr.y (mgr.14556) 23698 : cluster [DBG] pgmap v20936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:20.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:19.336066+0000 mgr.y (mgr.14556) 23698 : cluster [DBG] pgmap v20936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:21.336797+0000 mgr.y (mgr.14556) 23699 : cluster [DBG] pgmap v20937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:21.336797+0000 mgr.y (mgr.14556) 23699 : cluster [DBG] pgmap v20937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:21.336797+0000 mgr.y (mgr.14556) 23699 : cluster [DBG] pgmap v20937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:23:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:23:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:23:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:23:23] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T18:23:24.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:23.337175+0000 mgr.y (mgr.14556) 23700 : cluster [DBG] pgmap v20938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:23.337175+0000 mgr.y (mgr.14556) 23700 : cluster [DBG] pgmap v20938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:24.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:23.337175+0000 mgr.y (mgr.14556) 23700 : cluster [DBG] pgmap v20938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:25.337900+0000 mgr.y (mgr.14556) 23701 : cluster [DBG] pgmap v20939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:25.337900+0000 mgr.y (mgr.14556) 23701 : cluster [DBG] pgmap v20939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:25.337900+0000 mgr.y (mgr.14556) 23701 : cluster [DBG] pgmap v20939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:27.338303+0000 mgr.y (mgr.14556) 23702 : cluster [DBG] pgmap v20940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:27.338303+0000 mgr.y (mgr.14556) 23702 : cluster [DBG] pgmap v20940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:27.338303+0000 mgr.y (mgr.14556) 23702 : cluster [DBG] pgmap v20940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:29.338680+0000 mgr.y (mgr.14556) 23703 : cluster [DBG] pgmap v20941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:29.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:29.338680+0000 mgr.y (mgr.14556) 23703 : cluster [DBG] pgmap v20941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:29.338680+0000 mgr.y (mgr.14556) 23703 : cluster [DBG] pgmap v20941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:23:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:23:32.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:32 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:31.339315+0000 mgr.y (mgr.14556) 23704 : cluster [DBG] pgmap v20942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:32.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:31.339315+0000 mgr.y (mgr.14556) 23704 : cluster [DBG] pgmap v20942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:32.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:32 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:31.339315+0000 mgr.y (mgr.14556) 23704 : cluster [DBG] pgmap v20942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:33.339864+0000 mgr.y (mgr.14556) 23705 : cluster [DBG] pgmap v20943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:33.339864+0000 mgr.y (mgr.14556) 23705 : cluster [DBG] pgmap v20943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:33.339864+0000 mgr.y (mgr.14556) 23705 : cluster [DBG] pgmap v20943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:23:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:23:33] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T18:23:36.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:36 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:35.340464+0000 mgr.y (mgr.14556) 23706 : cluster [DBG] pgmap v20944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:36.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:35.340464+0000 mgr.y (mgr.14556) 23706 : cluster [DBG] pgmap v20944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:36.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:36 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:35.340464+0000 mgr.y (mgr.14556) 23706 : cluster [DBG] pgmap v20944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:37.340915+0000 mgr.y (mgr.14556) 23707 : cluster [DBG] pgmap v20945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:37.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:37.340915+0000 mgr.y (mgr.14556) 23707 : cluster [DBG] pgmap v20945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:37.340915+0000 mgr.y (mgr.14556) 23707 : cluster [DBG] pgmap v20945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:39.341431+0000 mgr.y (mgr.14556) 23708 : cluster [DBG] pgmap v20946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:39.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:39.341431+0000 mgr.y (mgr.14556) 23708 : cluster [DBG] pgmap v20946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:39.341431+0000 mgr.y (mgr.14556) 23708 : cluster [DBG] pgmap v20946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:41.342286+0000 mgr.y (mgr.14556) 23709 : cluster [DBG] pgmap v20947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:41.342286+0000 mgr.y (mgr.14556) 23709 : cluster [DBG] pgmap v20947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:41.342286+0000 mgr.y (mgr.14556) 23709 : cluster [DBG] pgmap v20947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:23:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:23:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:43.342708+0000 mgr.y (mgr.14556) 23710 : cluster [DBG] pgmap v20948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:43.342708+0000 mgr.y (mgr.14556) 23710 : cluster [DBG] pgmap v20948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:43.342708+0000 mgr.y (mgr.14556) 23710 : cluster [DBG] pgmap v20948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:23:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:23:43] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:23:46.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:46 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:45.343433+0000 mgr.y (mgr.14556) 23711 : cluster [DBG] pgmap v20949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:46.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:45.343433+0000 mgr.y (mgr.14556) 23711 : cluster [DBG] pgmap v20949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:46.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:46 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:45.343433+0000 mgr.y (mgr.14556) 23711 : cluster [DBG] pgmap v20949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:47.343948+0000 mgr.y (mgr.14556) 23712 : cluster [DBG] pgmap v20950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:47.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:47.343948+0000 mgr.y (mgr.14556) 23712 : cluster [DBG] pgmap v20950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:47.343948+0000 mgr.y (mgr.14556) 23712 : cluster [DBG] pgmap v20950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:48.597 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:23:48.886 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:23:48.886 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 5m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:23:48.886 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 5m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:23:48.886 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 5m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:23:48.886 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 5m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:23:48.886 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 5m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:23:48.886 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 5m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 5m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 5m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 5m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 5m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 5m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 5m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 5m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 5m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 5m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 5m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 5m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 5m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 5m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:23:48.887 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 5m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:23:49.237 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:23:49.237 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:23:49.237 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:23:49.237 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:23:49.237 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:23:49.237 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:23:49.237 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:23:49.237 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:23:49.237 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:23:49.237 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:23:49.237 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:23:49.237 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:23:49.238 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:23:49.238 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:23:49.238 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:23:49.238 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:23:49.238 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:23:49.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:23:49.238118+0000 mon.c (mon.2) 566 : audit [DBG] from='client.? 172.21.15.23:0/2948151638' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:23:49.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:23:49.238118+0000 mon.c (mon.2) 566 : audit [DBG] from='client.? 172.21.15.23:0/2948151638' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:23:49.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:23:49.238118+0000 mon.c (mon.2) 566 : audit [DBG] from='client.? 172.21.15.23:0/2948151638' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:23:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:23:48.586218+0000 mgr.y (mgr.14556) 23713 : audit [DBG] from='client.39180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:23:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:23:48.879348+0000 mgr.y (mgr.14556) 23714 : audit [DBG] from='client.39186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:23:50.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:49.344388+0000 mgr.y (mgr.14556) 23715 : cluster [DBG] pgmap v20951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:50.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:23:48.586218+0000 mgr.y (mgr.14556) 23713 : audit [DBG] from='client.39180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:23:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:23:48.879348+0000 mgr.y (mgr.14556) 23714 : audit [DBG] from='client.39186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:23:50.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:50 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:49.344388+0000 mgr.y (mgr.14556) 23715 : cluster [DBG] pgmap v20951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:23:48.586218+0000 mgr.y (mgr.14556) 23713 : audit [DBG] from='client.39180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:23:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:23:48.879348+0000 mgr.y (mgr.14556) 23714 : audit [DBG] from='client.39186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:23:50.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:50 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:49.344388+0000 mgr.y (mgr.14556) 23715 : cluster [DBG] pgmap v20951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:23:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:23:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:51.345138+0000 mgr.y (mgr.14556) 23716 : cluster [DBG] pgmap v20952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:52.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:51.345138+0000 mgr.y (mgr.14556) 23716 : cluster [DBG] pgmap v20952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:52.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:51.345138+0000 mgr.y (mgr.14556) 23716 : cluster [DBG] pgmap v20952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:53.345655+0000 mgr.y (mgr.14556) 23717 : cluster [DBG] pgmap v20953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:53.345655+0000 mgr.y (mgr.14556) 23717 : cluster [DBG] pgmap v20953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:53.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:53.345655+0000 mgr.y (mgr.14556) 23717 : cluster [DBG] pgmap v20953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:23:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:23:53] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:23:56.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:56 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:55.346416+0000 mgr.y (mgr.14556) 23718 : cluster [DBG] pgmap v20954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:56.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:55.346416+0000 mgr.y (mgr.14556) 23718 : cluster [DBG] pgmap v20954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:56.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:56 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:55.346416+0000 mgr.y (mgr.14556) 23718 : cluster [DBG] pgmap v20954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:58.379 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:57.346781+0000 mgr.y (mgr.14556) 23719 : cluster [DBG] pgmap v20955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:58.379 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:58 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:57.346781+0000 mgr.y (mgr.14556) 23719 : cluster [DBG] pgmap v20955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:58.412 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:58 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:57.346781+0000 mgr.y (mgr.14556) 23719 : cluster [DBG] pgmap v20955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:23:59.347177+0000 mgr.y (mgr.14556) 23720 : cluster [DBG] pgmap v20956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:23:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:23:59.347177+0000 mgr.y (mgr.14556) 23720 : cluster [DBG] pgmap v20956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:23:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:23:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:23:59.347177+0000 mgr.y (mgr.14556) 23720 : cluster [DBG] pgmap v20956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:24:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:24:02.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:02 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:01.347889+0000 mgr.y (mgr.14556) 23721 : cluster [DBG] pgmap v20957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:02.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:01.347889+0000 mgr.y (mgr.14556) 23721 : cluster [DBG] pgmap v20957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:02.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:02 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:01.347889+0000 mgr.y (mgr.14556) 23721 : cluster [DBG] pgmap v20957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:03.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:03.348365+0000 mgr.y (mgr.14556) 23722 : cluster [DBG] pgmap v20958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:03.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:03.348365+0000 mgr.y (mgr.14556) 23722 : cluster [DBG] pgmap v20958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:03.348365+0000 mgr.y (mgr.14556) 23722 : cluster [DBG] pgmap v20958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:24:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:24:03] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:24:06.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:06 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:05.349085+0000 mgr.y (mgr.14556) 23723 : cluster [DBG] pgmap v20959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:06.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:05.349085+0000 mgr.y (mgr.14556) 23723 : cluster [DBG] pgmap v20959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:06.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:06 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:05.349085+0000 mgr.y (mgr.14556) 23723 : cluster [DBG] pgmap v20959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:07.349584+0000 mgr.y (mgr.14556) 23724 : cluster [DBG] pgmap v20960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:07.349584+0000 mgr.y (mgr.14556) 23724 : cluster [DBG] pgmap v20960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:07.349584+0000 mgr.y (mgr.14556) 23724 : cluster [DBG] pgmap v20960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:09.349933+0000 mgr.y (mgr.14556) 23725 : cluster [DBG] pgmap v20961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:09.349933+0000 mgr.y (mgr.14556) 23725 : cluster [DBG] pgmap v20961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:09.349933+0000 mgr.y (mgr.14556) 23725 : cluster [DBG] pgmap v20961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:10.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:24:09.501543+0000 mon.a (mon.0) 4921 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:24:10.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:10 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:24:09.501543+0000 mon.a (mon.0) 4921 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:24:10.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:10 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:24:09.501543+0000 mon.a (mon.0) 4921 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:24:11.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:11.350549+0000 mgr.y (mgr.14556) 23726 : cluster [DBG] pgmap v20962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:11.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:11.350549+0000 mgr.y (mgr.14556) 23726 : cluster [DBG] pgmap v20962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:11.350549+0000 mgr.y (mgr.14556) 23726 : cluster [DBG] pgmap v20962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:24:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:24:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:24:13] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-03-22T18:24:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:24:12.855271+0000 mon.a (mon.0) 4922 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:24:14.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:24:13.149732+0000 mon.a (mon.0) 4923 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:24:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:24:13.150396+0000 mon.a (mon.0) 4924 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:24:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:24:13.156219+0000 mon.a (mon.0) 4925 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:24:14.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:13.350954+0000 mgr.y (mgr.14556) 23727 : cluster [DBG] pgmap v20963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:24:12.855271+0000 mon.a (mon.0) 4922 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:24:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:24:13.149732+0000 mon.a (mon.0) 4923 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:24:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:24:13.150396+0000 mon.a (mon.0) 4924 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:24:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:24:13.156219+0000 mon.a (mon.0) 4925 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:24:14.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:13.350954+0000 mgr.y (mgr.14556) 23727 : cluster [DBG] pgmap v20963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:24:12.855271+0000 mon.a (mon.0) 4922 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:24:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:24:13.149732+0000 mon.a (mon.0) 4923 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:24:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:24:13.150396+0000 mon.a (mon.0) 4924 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:24:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:24:13.156219+0000 mon.a (mon.0) 4925 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:24:14.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:13.350954+0000 mgr.y (mgr.14556) 23727 : cluster [DBG] pgmap v20963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:15.351598+0000 mgr.y (mgr.14556) 23728 : cluster [DBG] pgmap v20964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:15.351598+0000 mgr.y (mgr.14556) 23728 : cluster [DBG] pgmap v20964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:15.351598+0000 mgr.y (mgr.14556) 23728 : cluster [DBG] pgmap v20964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:17.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:17.352084+0000 mgr.y (mgr.14556) 23729 : cluster [DBG] pgmap v20965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:17.352084+0000 mgr.y (mgr.14556) 23729 : cluster [DBG] pgmap v20965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:17.352084+0000 mgr.y (mgr.14556) 23729 : cluster [DBG] pgmap v20965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:19.569 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:24:19.858 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:24:19.858 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 6m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:24:19.858 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 6m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:24:19.858 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 6m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:24:19.858 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 6m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:24:19.858 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 6m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:24:19.858 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 6m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:24:19.858 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 6m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 6m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 6m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 6m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 6m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 6m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 6m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 6m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 6m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 6m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 6m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 6m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 6m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:24:19.859 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 6m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:24:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:19.352438+0000 mgr.y (mgr.14556) 23730 : cluster [DBG] pgmap v20966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:19.352438+0000 mgr.y (mgr.14556) 23730 : cluster [DBG] pgmap v20966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:19.352438+0000 mgr.y (mgr.14556) 23730 : cluster [DBG] pgmap v20966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:20.207 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:24:20.207 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:24:20.207 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:24:20.208 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:24:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:24:19.557984+0000 mgr.y (mgr.14556) 23731 : audit [DBG] from='client.49106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:24:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:24:19.851337+0000 mgr.y (mgr.14556) 23732 : audit [DBG] from='client.49112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:24:20.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:24:20.208735+0000 mon.a (mon.0) 4926 : audit [DBG] from='client.? 172.21.15.23:0/3439211756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:24:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:24:19.557984+0000 mgr.y (mgr.14556) 23731 : audit [DBG] from='client.49106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:24:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:24:19.851337+0000 mgr.y (mgr.14556) 23732 : audit [DBG] from='client.49112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:24:20.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:20 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:24:20.208735+0000 mon.a (mon.0) 4926 : audit [DBG] from='client.? 172.21.15.23:0/3439211756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:24:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:24:19.557984+0000 mgr.y (mgr.14556) 23731 : audit [DBG] from='client.49106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:24:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:24:19.851337+0000 mgr.y (mgr.14556) 23732 : audit [DBG] from='client.49112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:24:20.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:20 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:24:20.208735+0000 mon.a (mon.0) 4926 : audit [DBG] from='client.? 172.21.15.23:0/3439211756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:24:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:21.353100+0000 mgr.y (mgr.14556) 23733 : cluster [DBG] pgmap v20967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:21.353100+0000 mgr.y (mgr.14556) 23733 : cluster [DBG] pgmap v20967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:21.353100+0000 mgr.y (mgr.14556) 23733 : cluster [DBG] pgmap v20967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:24:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:24:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:23.353517+0000 mgr.y (mgr.14556) 23734 : cluster [DBG] pgmap v20968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:23.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:23.353517+0000 mgr.y (mgr.14556) 23734 : cluster [DBG] pgmap v20968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:23.353517+0000 mgr.y (mgr.14556) 23734 : cluster [DBG] pgmap v20968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:24:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:24:23] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T18:24:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:25.354190+0000 mgr.y (mgr.14556) 23735 : cluster [DBG] pgmap v20969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:25.354190+0000 mgr.y (mgr.14556) 23735 : cluster [DBG] pgmap v20969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:25.354190+0000 mgr.y (mgr.14556) 23735 : cluster [DBG] pgmap v20969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:28.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:28 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:27.354609+0000 mgr.y (mgr.14556) 23736 : cluster [DBG] pgmap v20970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:28.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:27.354609+0000 mgr.y (mgr.14556) 23736 : cluster [DBG] pgmap v20970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:28.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:28 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:27.354609+0000 mgr.y (mgr.14556) 23736 : cluster [DBG] pgmap v20970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:29.355007+0000 mgr.y (mgr.14556) 23737 : cluster [DBG] pgmap v20971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:29.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:29.355007+0000 mgr.y (mgr.14556) 23737 : cluster [DBG] pgmap v20971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:29.355007+0000 mgr.y (mgr.14556) 23737 : cluster [DBG] pgmap v20971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:31.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:31.355874+0000 mgr.y (mgr.14556) 23738 : cluster [DBG] pgmap v20972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:31.355874+0000 mgr.y (mgr.14556) 23738 : cluster [DBG] pgmap v20972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:31.355874+0000 mgr.y (mgr.14556) 23738 : cluster [DBG] pgmap v20972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:24:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:24:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:33.356466+0000 mgr.y (mgr.14556) 23739 : cluster [DBG] pgmap v20973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:33.356466+0000 mgr.y (mgr.14556) 23739 : cluster [DBG] pgmap v20973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:33.356466+0000 mgr.y (mgr.14556) 23739 : cluster [DBG] pgmap v20973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:24:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:24:33] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T18:24:35.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:35.357225+0000 mgr.y (mgr.14556) 23740 : cluster [DBG] pgmap v20974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:35.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:35.357225+0000 mgr.y (mgr.14556) 23740 : cluster [DBG] pgmap v20974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:35.357225+0000 mgr.y (mgr.14556) 23740 : cluster [DBG] pgmap v20974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:37.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:37.357642+0000 mgr.y (mgr.14556) 23741 : cluster [DBG] pgmap v20975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:37.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:37.357642+0000 mgr.y (mgr.14556) 23741 : cluster [DBG] pgmap v20975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:37.357642+0000 mgr.y (mgr.14556) 23741 : cluster [DBG] pgmap v20975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:39.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:39.358082+0000 mgr.y (mgr.14556) 23742 : cluster [DBG] pgmap v20976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:39.358082+0000 mgr.y (mgr.14556) 23742 : cluster [DBG] pgmap v20976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:39.358082+0000 mgr.y (mgr.14556) 23742 : cluster [DBG] pgmap v20976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:41.358827+0000 mgr.y (mgr.14556) 23743 : cluster [DBG] pgmap v20977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:41.358827+0000 mgr.y (mgr.14556) 23743 : cluster [DBG] pgmap v20977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:41.358827+0000 mgr.y (mgr.14556) 23743 : cluster [DBG] pgmap v20977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:24:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:24:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:43.359235+0000 mgr.y (mgr.14556) 23744 : cluster [DBG] pgmap v20978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:43.359235+0000 mgr.y (mgr.14556) 23744 : cluster [DBG] pgmap v20978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:43.359235+0000 mgr.y (mgr.14556) 23744 : cluster [DBG] pgmap v20978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:24:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:24:43] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-03-22T18:24:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:45.360073+0000 mgr.y (mgr.14556) 23745 : cluster [DBG] pgmap v20979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:45.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:45.360073+0000 mgr.y (mgr.14556) 23745 : cluster [DBG] pgmap v20979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:45.360073+0000 mgr.y (mgr.14556) 23745 : cluster [DBG] pgmap v20979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:47.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:47.360483+0000 mgr.y (mgr.14556) 23746 : cluster [DBG] pgmap v20980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:47.360483+0000 mgr.y (mgr.14556) 23746 : cluster [DBG] pgmap v20980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:47.360483+0000 mgr.y (mgr.14556) 23746 : cluster [DBG] pgmap v20980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:49.360977+0000 mgr.y (mgr.14556) 23747 : cluster [DBG] pgmap v20981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:49.360977+0000 mgr.y (mgr.14556) 23747 : cluster [DBG] pgmap v20981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:49.913 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:49.360977+0000 mgr.y (mgr.14556) 23747 : cluster [DBG] pgmap v20981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:50.544 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:24:50.832 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:24:50.833 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 6m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:24:50.833 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 6m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:24:50.833 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 6m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:24:50.833 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 6m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:24:50.833 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 6m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:24:50.833 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 6m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:24:50.833 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 6m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:24:50.833 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 6m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:24:50.833 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 6m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:24:50.833 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 6m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:24:50.833 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 6m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:24:50.833 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 6m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:24:50.834 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 6m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:24:50.834 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 6m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:24:50.834 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 6m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:24:50.834 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 6m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:24:50.834 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 6m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:24:50.834 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 6m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:24:50.834 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 6m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:24:50.834 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 6m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:24:51.189 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:24:51.189 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:24:51.189 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:24:51.189 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:24:51.190 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:24:51.538 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:24:51.190489+0000 mon.a (mon.0) 4927 : audit [DBG] from='client.? 172.21.15.23:0/236301536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:24:51.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:24:51.190489+0000 mon.a (mon.0) 4927 : audit [DBG] from='client.? 172.21.15.23:0/236301536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:24:51.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:24:51.190489+0000 mon.a (mon.0) 4927 : audit [DBG] from='client.? 172.21.15.23:0/236301536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:24:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:24:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:24:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:24:50.532883+0000 mgr.y (mgr.14556) 23748 : audit [DBG] from='client.49124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:24:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:24:50.826085+0000 mgr.y (mgr.14556) 23749 : audit [DBG] from='client.39222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:24:52.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:51.361877+0000 mgr.y (mgr.14556) 23750 : cluster [DBG] pgmap v20982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:24:50.532883+0000 mgr.y (mgr.14556) 23748 : audit [DBG] from='client.49124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:24:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:24:50.826085+0000 mgr.y (mgr.14556) 23749 : audit [DBG] from='client.39222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:24:52.630 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:52 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:51.361877+0000 mgr.y (mgr.14556) 23750 : cluster [DBG] pgmap v20982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:24:50.532883+0000 mgr.y (mgr.14556) 23748 : audit [DBG] from='client.49124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:24:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:24:50.826085+0000 mgr.y (mgr.14556) 23749 : audit [DBG] from='client.39222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:24:52.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:52 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:51.361877+0000 mgr.y (mgr.14556) 23750 : cluster [DBG] pgmap v20982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:53.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:53.362349+0000 mgr.y (mgr.14556) 23751 : cluster [DBG] pgmap v20983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:53.362349+0000 mgr.y (mgr.14556) 23751 : cluster [DBG] pgmap v20983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:53.362349+0000 mgr.y (mgr.14556) 23751 : cluster [DBG] pgmap v20983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:24:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:24:53] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:24:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:55.362996+0000 mgr.y (mgr.14556) 23752 : cluster [DBG] pgmap v20984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:55.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:55.362996+0000 mgr.y (mgr.14556) 23752 : cluster [DBG] pgmap v20984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:55.362996+0000 mgr.y (mgr.14556) 23752 : cluster [DBG] pgmap v20984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:57.363415+0000 mgr.y (mgr.14556) 23753 : cluster [DBG] pgmap v20985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:57.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:57.363415+0000 mgr.y (mgr.14556) 23753 : cluster [DBG] pgmap v20985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:57.363415+0000 mgr.y (mgr.14556) 23753 : cluster [DBG] pgmap v20985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:24:59.363771+0000 mgr.y (mgr.14556) 23754 : cluster [DBG] pgmap v20986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:24:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:24:59.363771+0000 mgr.y (mgr.14556) 23754 : cluster [DBG] pgmap v20986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:24:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:24:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:24:59.363771+0000 mgr.y (mgr.14556) 23754 : cluster [DBG] pgmap v20986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:01.364510+0000 mgr.y (mgr.14556) 23755 : cluster [DBG] pgmap v20987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:01.364510+0000 mgr.y (mgr.14556) 23755 : cluster [DBG] pgmap v20987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:01.364510+0000 mgr.y (mgr.14556) 23755 : cluster [DBG] pgmap v20987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:25:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:25:03.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:03.365003+0000 mgr.y (mgr.14556) 23756 : cluster [DBG] pgmap v20988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:03.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:03.365003+0000 mgr.y (mgr.14556) 23756 : cluster [DBG] pgmap v20988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:03.365003+0000 mgr.y (mgr.14556) 23756 : cluster [DBG] pgmap v20988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:25:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:25:03] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:25:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:05.365670+0000 mgr.y (mgr.14556) 23757 : cluster [DBG] pgmap v20989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:05.365670+0000 mgr.y (mgr.14556) 23757 : cluster [DBG] pgmap v20989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:05.365670+0000 mgr.y (mgr.14556) 23757 : cluster [DBG] pgmap v20989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:07.366134+0000 mgr.y (mgr.14556) 23758 : cluster [DBG] pgmap v20990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:07.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:07.366134+0000 mgr.y (mgr.14556) 23758 : cluster [DBG] pgmap v20990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:07.366134+0000 mgr.y (mgr.14556) 23758 : cluster [DBG] pgmap v20990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:09.366465+0000 mgr.y (mgr.14556) 23759 : cluster [DBG] pgmap v20991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:09.366465+0000 mgr.y (mgr.14556) 23759 : cluster [DBG] pgmap v20991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:09.366465+0000 mgr.y (mgr.14556) 23759 : cluster [DBG] pgmap v20991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:11.367178+0000 mgr.y (mgr.14556) 23760 : cluster [DBG] pgmap v20992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:11.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:11.367178+0000 mgr.y (mgr.14556) 23760 : cluster [DBG] pgmap v20992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:11.367178+0000 mgr.y (mgr.14556) 23760 : cluster [DBG] pgmap v20992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:25:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:25:13.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:25:13.160728+0000 mon.a (mon.0) 4928 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:25:13.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:25:13.160728+0000 mon.a (mon.0) 4928 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:25:13.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:25:13.160728+0000 mon.a (mon.0) 4928 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:25:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:25:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:25:13] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-03-22T18:25:14.588 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:14 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:13.367689+0000 mgr.y (mgr.14556) 23761 : cluster [DBG] pgmap v20993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:14.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:13.367689+0000 mgr.y (mgr.14556) 23761 : cluster [DBG] pgmap v20993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:14.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:14 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:13.367689+0000 mgr.y (mgr.14556) 23761 : cluster [DBG] pgmap v20993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:15.874 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:15.368227+0000 mgr.y (mgr.14556) 23762 : cluster [DBG] pgmap v20994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:15.368227+0000 mgr.y (mgr.14556) 23762 : cluster [DBG] pgmap v20994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:15.368227+0000 mgr.y (mgr.14556) 23762 : cluster [DBG] pgmap v20994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:17.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:25:16.416860+0000 mon.a (mon.0) 4929 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:25:17.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:25:16.710696+0000 mon.a (mon.0) 4930 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:25:17.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:25:16.711582+0000 mon.a (mon.0) 4931 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:25:17.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:25:16.721325+0000 mon.a (mon.0) 4932 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:25:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:25:16.416860+0000 mon.a (mon.0) 4929 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:25:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:25:16.710696+0000 mon.a (mon.0) 4930 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:25:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:25:16.711582+0000 mon.a (mon.0) 4931 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:25:17.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:25:16.721325+0000 mon.a (mon.0) 4932 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:25:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:25:16.416860+0000 mon.a (mon.0) 4929 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:25:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:25:16.710696+0000 mon.a (mon.0) 4930 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:25:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:25:16.711582+0000 mon.a (mon.0) 4931 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:25:17.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:25:16.721325+0000 mon.a (mon.0) 4932 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:25:18.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:17.368634+0000 mgr.y (mgr.14556) 23763 : cluster [DBG] pgmap v20995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:18.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:18 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:17.368634+0000 mgr.y (mgr.14556) 23763 : cluster [DBG] pgmap v20995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:18.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:18 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:17.368634+0000 mgr.y (mgr.14556) 23763 : cluster [DBG] pgmap v20995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:19.369210+0000 mgr.y (mgr.14556) 23764 : cluster [DBG] pgmap v20996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:19.369210+0000 mgr.y (mgr.14556) 23764 : cluster [DBG] pgmap v20996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:19.369210+0000 mgr.y (mgr.14556) 23764 : cluster [DBG] pgmap v20996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:21.516 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:25:21.802 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:25:21.802 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 7m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:25:21.802 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 7m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:25:21.802 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 7m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:25:21.802 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 7m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 7m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 7m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 7m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 7m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 7m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 7m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 7m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 7m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 7m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 7m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 7m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 7m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 7m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 7m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 7m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:25:21.803 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 7m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:25:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:21.369769+0000 mgr.y (mgr.14556) 23765 : cluster [DBG] pgmap v20997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:21.369769+0000 mgr.y (mgr.14556) 23765 : cluster [DBG] pgmap v20997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:21.369769+0000 mgr.y (mgr.14556) 23765 : cluster [DBG] pgmap v20997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:21.913 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:25:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:25:22.155 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:25:22.156 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:25:22.156 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:25:22.156 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:25:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:25:21.506424+0000 mgr.y (mgr.14556) 23766 : audit [DBG] from='client.39234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:25:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:25:21.795499+0000 mgr.y (mgr.14556) 23767 : audit [DBG] from='client.39240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:25:22.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:25:22.156005+0000 mon.a (mon.0) 4933 : audit [DBG] from='client.? 172.21.15.23:0/3245098732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:25:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:25:21.506424+0000 mgr.y (mgr.14556) 23766 : audit [DBG] from='client.39234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:25:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:25:21.795499+0000 mgr.y (mgr.14556) 23767 : audit [DBG] from='client.39240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:25:22.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:22 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:25:22.156005+0000 mon.a (mon.0) 4933 : audit [DBG] from='client.? 172.21.15.23:0/3245098732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:25:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:25:21.506424+0000 mgr.y (mgr.14556) 23766 : audit [DBG] from='client.39234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:25:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:25:21.795499+0000 mgr.y (mgr.14556) 23767 : audit [DBG] from='client.39240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:25:22.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:22 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:25:22.156005+0000 mon.a (mon.0) 4933 : audit [DBG] from='client.? 172.21.15.23:0/3245098732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:25:23.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:23.370163+0000 mgr.y (mgr.14556) 23768 : cluster [DBG] pgmap v20998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:23.370163+0000 mgr.y (mgr.14556) 23768 : cluster [DBG] pgmap v20998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:23.370163+0000 mgr.y (mgr.14556) 23768 : cluster [DBG] pgmap v20998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:25:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:25:23] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T18:25:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:25.370910+0000 mgr.y (mgr.14556) 23769 : cluster [DBG] pgmap v20999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:25.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:25.370910+0000 mgr.y (mgr.14556) 23769 : cluster [DBG] pgmap v20999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:25.370910+0000 mgr.y (mgr.14556) 23769 : cluster [DBG] pgmap v20999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:27.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:27.371325+0000 mgr.y (mgr.14556) 23770 : cluster [DBG] pgmap v21000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:27.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:27.371325+0000 mgr.y (mgr.14556) 23770 : cluster [DBG] pgmap v21000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:27.371325+0000 mgr.y (mgr.14556) 23770 : cluster [DBG] pgmap v21000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:29.371840+0000 mgr.y (mgr.14556) 23771 : cluster [DBG] pgmap v21001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:29.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:29.371840+0000 mgr.y (mgr.14556) 23771 : cluster [DBG] pgmap v21001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:29.371840+0000 mgr.y (mgr.14556) 23771 : cluster [DBG] pgmap v21001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:31.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:31.372542+0000 mgr.y (mgr.14556) 23772 : cluster [DBG] pgmap v21002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:31.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:31.372542+0000 mgr.y (mgr.14556) 23772 : cluster [DBG] pgmap v21002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:31.372542+0000 mgr.y (mgr.14556) 23772 : cluster [DBG] pgmap v21002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:25:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:25:33.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:33.372972+0000 mgr.y (mgr.14556) 23773 : cluster [DBG] pgmap v21003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:33.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:33.372972+0000 mgr.y (mgr.14556) 23773 : cluster [DBG] pgmap v21003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:33.372972+0000 mgr.y (mgr.14556) 23773 : cluster [DBG] pgmap v21003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:25:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:25:33] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-03-22T18:25:35.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:35.373642+0000 mgr.y (mgr.14556) 23774 : cluster [DBG] pgmap v21004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:35.373642+0000 mgr.y (mgr.14556) 23774 : cluster [DBG] pgmap v21004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:35.373642+0000 mgr.y (mgr.14556) 23774 : cluster [DBG] pgmap v21004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:37.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:37.374032+0000 mgr.y (mgr.14556) 23775 : cluster [DBG] pgmap v21005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:37.374032+0000 mgr.y (mgr.14556) 23775 : cluster [DBG] pgmap v21005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:37.374032+0000 mgr.y (mgr.14556) 23775 : cluster [DBG] pgmap v21005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:39.374528+0000 mgr.y (mgr.14556) 23776 : cluster [DBG] pgmap v21006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:39.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:39.374528+0000 mgr.y (mgr.14556) 23776 : cluster [DBG] pgmap v21006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:39.374528+0000 mgr.y (mgr.14556) 23776 : cluster [DBG] pgmap v21006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:41.375417+0000 mgr.y (mgr.14556) 23777 : cluster [DBG] pgmap v21007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:41.375417+0000 mgr.y (mgr.14556) 23777 : cluster [DBG] pgmap v21007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:41.375417+0000 mgr.y (mgr.14556) 23777 : cluster [DBG] pgmap v21007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:25:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:25:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:43.375839+0000 mgr.y (mgr.14556) 23778 : cluster [DBG] pgmap v21008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:43.375839+0000 mgr.y (mgr.14556) 23778 : cluster [DBG] pgmap v21008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:43.375839+0000 mgr.y (mgr.14556) 23778 : cluster [DBG] pgmap v21008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:25:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:25:43] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-03-22T18:25:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:45.376594+0000 mgr.y (mgr.14556) 23779 : cluster [DBG] pgmap v21009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:45.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:45.376594+0000 mgr.y (mgr.14556) 23779 : cluster [DBG] pgmap v21009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:45.376594+0000 mgr.y (mgr.14556) 23779 : cluster [DBG] pgmap v21009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:47.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:47.377020+0000 mgr.y (mgr.14556) 23780 : cluster [DBG] pgmap v21010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:47.377020+0000 mgr.y (mgr.14556) 23780 : cluster [DBG] pgmap v21010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:47.377020+0000 mgr.y (mgr.14556) 23780 : cluster [DBG] pgmap v21010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:49.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:49.377571+0000 mgr.y (mgr.14556) 23781 : cluster [DBG] pgmap v21011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:49.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:49.377571+0000 mgr.y (mgr.14556) 23781 : cluster [DBG] pgmap v21011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:49.377571+0000 mgr.y (mgr.14556) 23781 : cluster [DBG] pgmap v21011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:51.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:51.378311+0000 mgr.y (mgr.14556) 23782 : cluster [DBG] pgmap v21012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:51.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:51.378311+0000 mgr.y (mgr.14556) 23782 : cluster [DBG] pgmap v21012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:51.378311+0000 mgr.y (mgr.14556) 23782 : cluster [DBG] pgmap v21012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:25:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:25:52.478 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:25:52.765 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 7m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 7m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 7m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 7m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 7m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 7m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 7m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 7m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 7m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 7m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 7m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 7m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 7m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 7m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:25:52.766 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 7m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:25:52.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 7m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:25:52.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 7m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:25:52.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 7m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:25:52.767 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 7m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:25:52.767 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 7m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:25:53.117 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:25:53.117 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:25:53.117 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:25:53.117 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:25:53.117 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:25:53.117 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:25:53.118 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:25:53.118 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:25:53.118 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:25:53.118 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:25:53.118 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:25:53.118 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:25:53.118 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:25:53.118 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:25:53.118 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:25:53.118 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:25:53.118 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:25:53.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:25:53.118728+0000 mon.a (mon.0) 4934 : audit [DBG] from='client.? 172.21.15.23:0/2117543861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:25:53.629 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:25:53.118728+0000 mon.a (mon.0) 4934 : audit [DBG] from='client.? 172.21.15.23:0/2117543861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:25:53.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:25:53.118728+0000 mon.a (mon.0) 4934 : audit [DBG] from='client.? 172.21.15.23:0/2117543861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:25:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:25:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:25:53] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:25:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:25:52.468216+0000 mgr.y (mgr.14556) 23783 : audit [DBG] from='client.39252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:25:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:25:52.758678+0000 mgr.y (mgr.14556) 23784 : audit [DBG] from='client.39258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:25:54.629 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:53.378665+0000 mgr.y (mgr.14556) 23785 : cluster [DBG] pgmap v21013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:25:52.468216+0000 mgr.y (mgr.14556) 23783 : audit [DBG] from='client.39252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:25:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:25:52.758678+0000 mgr.y (mgr.14556) 23784 : audit [DBG] from='client.39258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:25:54.630 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:53.378665+0000 mgr.y (mgr.14556) 23785 : cluster [DBG] pgmap v21013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:25:52.468216+0000 mgr.y (mgr.14556) 23783 : audit [DBG] from='client.39252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:25:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:25:52.758678+0000 mgr.y (mgr.14556) 23784 : audit [DBG] from='client.39258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:25:54.662 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:53.378665+0000 mgr.y (mgr.14556) 23785 : cluster [DBG] pgmap v21013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:55.379440+0000 mgr.y (mgr.14556) 23786 : cluster [DBG] pgmap v21014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:55.379440+0000 mgr.y (mgr.14556) 23786 : cluster [DBG] pgmap v21014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:55.379440+0000 mgr.y (mgr.14556) 23786 : cluster [DBG] pgmap v21014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:57.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:57.379879+0000 mgr.y (mgr.14556) 23787 : cluster [DBG] pgmap v21015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:57.379879+0000 mgr.y (mgr.14556) 23787 : cluster [DBG] pgmap v21015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:57.379879+0000 mgr.y (mgr.14556) 23787 : cluster [DBG] pgmap v21015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:25:59.380385+0000 mgr.y (mgr.14556) 23788 : cluster [DBG] pgmap v21016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:59.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:25:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:25:59.380385+0000 mgr.y (mgr.14556) 23788 : cluster [DBG] pgmap v21016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:25:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:25:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:25:59.380385+0000 mgr.y (mgr.14556) 23788 : cluster [DBG] pgmap v21016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:01.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:01.381227+0000 mgr.y (mgr.14556) 23789 : cluster [DBG] pgmap v21017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:01.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:01.381227+0000 mgr.y (mgr.14556) 23789 : cluster [DBG] pgmap v21017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:01.381227+0000 mgr.y (mgr.14556) 23789 : cluster [DBG] pgmap v21017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:26:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:26:03.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:03.381681+0000 mgr.y (mgr.14556) 23790 : cluster [DBG] pgmap v21018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:03.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:03.381681+0000 mgr.y (mgr.14556) 23790 : cluster [DBG] pgmap v21018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:03.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:03 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:03.381681+0000 mgr.y (mgr.14556) 23790 : cluster [DBG] pgmap v21018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:04.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:26:03 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:26:03] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-03-22T18:26:05.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:05.382358+0000 mgr.y (mgr.14556) 23791 : cluster [DBG] pgmap v21019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:05.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:05 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:05.382358+0000 mgr.y (mgr.14556) 23791 : cluster [DBG] pgmap v21019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:05.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:05 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:05.382358+0000 mgr.y (mgr.14556) 23791 : cluster [DBG] pgmap v21019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:07.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:07.382767+0000 mgr.y (mgr.14556) 23792 : cluster [DBG] pgmap v21020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:07.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:07 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:07.382767+0000 mgr.y (mgr.14556) 23792 : cluster [DBG] pgmap v21020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:07.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:07 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:07.382767+0000 mgr.y (mgr.14556) 23792 : cluster [DBG] pgmap v21020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:09.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:09.383139+0000 mgr.y (mgr.14556) 23793 : cluster [DBG] pgmap v21021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:09.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:09 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:09.383139+0000 mgr.y (mgr.14556) 23793 : cluster [DBG] pgmap v21021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:09.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:09 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:09.383139+0000 mgr.y (mgr.14556) 23793 : cluster [DBG] pgmap v21021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:11.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:11.383865+0000 mgr.y (mgr.14556) 23794 : cluster [DBG] pgmap v21022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:11.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:11 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:11.383865+0000 mgr.y (mgr.14556) 23794 : cluster [DBG] pgmap v21022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:11.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:11.383865+0000 mgr.y (mgr.14556) 23794 : cluster [DBG] pgmap v21022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:11.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:26:11 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:26:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:13.384442+0000 mgr.y (mgr.14556) 23795 : cluster [DBG] pgmap v21023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:13.384442+0000 mgr.y (mgr.14556) 23795 : cluster [DBG] pgmap v21023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:13.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:13 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:13.384442+0000 mgr.y (mgr.14556) 23795 : cluster [DBG] pgmap v21023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:14.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:26:13 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:26:13] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-03-22T18:26:15.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:15.385177+0000 mgr.y (mgr.14556) 23796 : cluster [DBG] pgmap v21024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:15.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:15 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:15.385177+0000 mgr.y (mgr.14556) 23796 : cluster [DBG] pgmap v21024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:15.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:15 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:15.385177+0000 mgr.y (mgr.14556) 23796 : cluster [DBG] pgmap v21024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:17.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:16.727192+0000 mon.a (mon.0) 4935 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:26:17.129 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:16 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:16.727192+0000 mon.a (mon.0) 4935 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:26:17.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:16 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:16.727192+0000 mon.a (mon.0) 4935 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-22T18:26:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:17.021997+0000 mon.a (mon.0) 4936 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:26:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:17.022607+0000 mon.a (mon.0) 4937 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:26:18.129 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:17.023114+0000 mon.a (mon.0) 4938 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:26:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:17.023637+0000 mon.a (mon.0) 4939 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:26:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cephadm 2024-03-22T18:26:17.024039+0000 mgr.y (mgr.14556) 23797 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2467M 2024-03-22T18:26:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:17.029633+0000 mon.a (mon.0) 4940 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:26:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:17.039475+0000 mon.a (mon.0) 4941 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:26:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:17.040062+0000 mon.a (mon.0) 4942 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:26:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:17.046211+0000 mon.a (mon.0) 4943 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:26:18.130 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:17.385548+0000 mgr.y (mgr.14556) 23798 : cluster [DBG] pgmap v21025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:17.021997+0000 mon.a (mon.0) 4936 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:26:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:17.022607+0000 mon.a (mon.0) 4937 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:26:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:17.023114+0000 mon.a (mon.0) 4938 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:26:18.130 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:17.023637+0000 mon.a (mon.0) 4939 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:26:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cephadm 2024-03-22T18:26:17.024039+0000 mgr.y (mgr.14556) 23797 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2467M 2024-03-22T18:26:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:17.029633+0000 mon.a (mon.0) 4940 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:26:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:17.039475+0000 mon.a (mon.0) 4941 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:26:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:17.040062+0000 mon.a (mon.0) 4942 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:26:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:17.046211+0000 mon.a (mon.0) 4943 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:26:18.131 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:17 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:17.385548+0000 mgr.y (mgr.14556) 23798 : cluster [DBG] pgmap v21025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:17.021997+0000 mon.a (mon.0) 4936 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:26:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:17.022607+0000 mon.a (mon.0) 4937 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:26:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:17.023114+0000 mon.a (mon.0) 4938 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:26:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:17.023637+0000 mon.a (mon.0) 4939 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-22T18:26:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cephadm 2024-03-22T18:26:17.024039+0000 mgr.y (mgr.14556) 23797 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2467M 2024-03-22T18:26:18.162 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:17.029633+0000 mon.a (mon.0) 4940 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:26:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:17.039475+0000 mon.a (mon.0) 4941 : audit [DBG] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-22T18:26:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:17.040062+0000 mon.a (mon.0) 4942 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-22T18:26:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:17.046211+0000 mon.a (mon.0) 4943 : audit [INF] from='mgr.14556 172.21.15.23:0/3587613383' entity='mgr.y' 2024-03-22T18:26:18.163 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:17 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:17.385548+0000 mgr.y (mgr.14556) 23798 : cluster [DBG] pgmap v21025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:19.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:19.385940+0000 mgr.y (mgr.14556) 23799 : cluster [DBG] pgmap v21026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:19.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:19 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:19.385940+0000 mgr.y (mgr.14556) 23799 : cluster [DBG] pgmap v21026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:19.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:19 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:19.385940+0000 mgr.y (mgr.14556) 23799 : cluster [DBG] pgmap v21026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:21.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:21.386782+0000 mgr.y (mgr.14556) 23800 : cluster [DBG] pgmap v21027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:21.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:21 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:21.386782+0000 mgr.y (mgr.14556) 23800 : cluster [DBG] pgmap v21027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:21.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:21.386782+0000 mgr.y (mgr.14556) 23800 : cluster [DBG] pgmap v21027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:21.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:26:21 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:26:23.446 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 8m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 8m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 8m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 8m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 8m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 8m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 8m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 8m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 8m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 8m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 8m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:26:23.734 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 8m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:26:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 8m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:26:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 8m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:26:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 8m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:26:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 8m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:26:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 8m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:26:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 8m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:26:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 8m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:26:23.735 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 8m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:26:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:23.387124+0000 mgr.y (mgr.14556) 23801 : cluster [DBG] pgmap v21028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:23.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:23.387124+0000 mgr.y (mgr.14556) 23801 : cluster [DBG] pgmap v21028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:23.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:23 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:23.387124+0000 mgr.y (mgr.14556) 23801 : cluster [DBG] pgmap v21028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:24.085 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:26:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:26:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:26:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:26:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:26:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:26:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:26:24.085 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:26:24.086 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:26:24.086 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:26:24.086 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:26:24.086 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:26:24.086 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:26:24.086 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:26:24.086 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:26:24.086 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:26:24.086 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:26:24.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:26:23 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:26:23] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:26:24.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:23.434803+0000 mgr.y (mgr.14556) 23802 : audit [DBG] from='client.39270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:26:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:23.727134+0000 mgr.y (mgr.14556) 23803 : audit [DBG] from='client.49184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:26:24.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:24.086434+0000 mon.c (mon.2) 567 : audit [DBG] from='client.? 172.21.15.23:0/1344392680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:26:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:23.434803+0000 mgr.y (mgr.14556) 23802 : audit [DBG] from='client.39270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:26:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:23.727134+0000 mgr.y (mgr.14556) 23803 : audit [DBG] from='client.49184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:26:24.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:24 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:24.086434+0000 mon.c (mon.2) 567 : audit [DBG] from='client.? 172.21.15.23:0/1344392680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:26:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:23.434803+0000 mgr.y (mgr.14556) 23802 : audit [DBG] from='client.39270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:26:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:23.727134+0000 mgr.y (mgr.14556) 23803 : audit [DBG] from='client.49184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:26:24.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:24 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:24.086434+0000 mon.c (mon.2) 567 : audit [DBG] from='client.? 172.21.15.23:0/1344392680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:26:25.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:25.387918+0000 mgr.y (mgr.14556) 23804 : cluster [DBG] pgmap v21029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:25.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:25 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:25.387918+0000 mgr.y (mgr.14556) 23804 : cluster [DBG] pgmap v21029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:25.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:25 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:25.387918+0000 mgr.y (mgr.14556) 23804 : cluster [DBG] pgmap v21029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:27.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:27.388557+0000 mgr.y (mgr.14556) 23805 : cluster [DBG] pgmap v21030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:27.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:27 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:27.388557+0000 mgr.y (mgr.14556) 23805 : cluster [DBG] pgmap v21030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:27.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:27 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:27.388557+0000 mgr.y (mgr.14556) 23805 : cluster [DBG] pgmap v21030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:29.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:29.388975+0000 mgr.y (mgr.14556) 23806 : cluster [DBG] pgmap v21031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:29.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:29 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:29.388975+0000 mgr.y (mgr.14556) 23806 : cluster [DBG] pgmap v21031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:29.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:29 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:29.388975+0000 mgr.y (mgr.14556) 23806 : cluster [DBG] pgmap v21031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:31.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:31.389854+0000 mgr.y (mgr.14556) 23807 : cluster [DBG] pgmap v21032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:31.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:31 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:31.389854+0000 mgr.y (mgr.14556) 23807 : cluster [DBG] pgmap v21032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:31.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:31.389854+0000 mgr.y (mgr.14556) 23807 : cluster [DBG] pgmap v21032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:31.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:26:31 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:26:33.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:33.390270+0000 mgr.y (mgr.14556) 23808 : cluster [DBG] pgmap v21033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:33.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:33.390270+0000 mgr.y (mgr.14556) 23808 : cluster [DBG] pgmap v21033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:33.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:33 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:33.390270+0000 mgr.y (mgr.14556) 23808 : cluster [DBG] pgmap v21033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:34.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:26:33 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:26:33] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-03-22T18:26:35.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:35.390858+0000 mgr.y (mgr.14556) 23809 : cluster [DBG] pgmap v21034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:35.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:35 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:35.390858+0000 mgr.y (mgr.14556) 23809 : cluster [DBG] pgmap v21034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:35.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:35 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:35.390858+0000 mgr.y (mgr.14556) 23809 : cluster [DBG] pgmap v21034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:37.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:37.391258+0000 mgr.y (mgr.14556) 23810 : cluster [DBG] pgmap v21035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:37.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:37 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:37.391258+0000 mgr.y (mgr.14556) 23810 : cluster [DBG] pgmap v21035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:37.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:37 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:37.391258+0000 mgr.y (mgr.14556) 23810 : cluster [DBG] pgmap v21035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:39.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:39.391722+0000 mgr.y (mgr.14556) 23811 : cluster [DBG] pgmap v21036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:39.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:39 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:39.391722+0000 mgr.y (mgr.14556) 23811 : cluster [DBG] pgmap v21036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:39.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:39 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:39.391722+0000 mgr.y (mgr.14556) 23811 : cluster [DBG] pgmap v21036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:41.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:41.392489+0000 mgr.y (mgr.14556) 23812 : cluster [DBG] pgmap v21037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:41.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:41 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:41.392489+0000 mgr.y (mgr.14556) 23812 : cluster [DBG] pgmap v21037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:41.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:41.392489+0000 mgr.y (mgr.14556) 23812 : cluster [DBG] pgmap v21037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:41.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:26:41 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:26:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:43.392906+0000 mgr.y (mgr.14556) 23813 : cluster [DBG] pgmap v21038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:43.392906+0000 mgr.y (mgr.14556) 23813 : cluster [DBG] pgmap v21038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:43.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:43 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:43.392906+0000 mgr.y (mgr.14556) 23813 : cluster [DBG] pgmap v21038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:44.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:26:43 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:26:43] "GET /metrics HTTP/1.1" 200 188273 "" "Prometheus/2.33.4" 2024-03-22T18:26:45.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:45.393627+0000 mgr.y (mgr.14556) 23814 : cluster [DBG] pgmap v21039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:45.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:45 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:45.393627+0000 mgr.y (mgr.14556) 23814 : cluster [DBG] pgmap v21039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:45.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:45 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:45.393627+0000 mgr.y (mgr.14556) 23814 : cluster [DBG] pgmap v21039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:47.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:47.393979+0000 mgr.y (mgr.14556) 23815 : cluster [DBG] pgmap v21040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:47.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:47 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:47.393979+0000 mgr.y (mgr.14556) 23815 : cluster [DBG] pgmap v21040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:47.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:47 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:47.393979+0000 mgr.y (mgr.14556) 23815 : cluster [DBG] pgmap v21040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:49.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:49.394319+0000 mgr.y (mgr.14556) 23816 : cluster [DBG] pgmap v21041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:49.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:49 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:49.394319+0000 mgr.y (mgr.14556) 23816 : cluster [DBG] pgmap v21041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:49.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:49 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:49.394319+0000 mgr.y (mgr.14556) 23816 : cluster [DBG] pgmap v21041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:51.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:51.395248+0000 mgr.y (mgr.14556) 23817 : cluster [DBG] pgmap v21042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:51.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:51 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:51.395248+0000 mgr.y (mgr.14556) 23817 : cluster [DBG] pgmap v21042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:51.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:51.395248+0000 mgr.y (mgr.14556) 23817 : cluster [DBG] pgmap v21042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:51.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:26:51 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:26:53.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:53.395566+0000 mgr.y (mgr.14556) 23818 : cluster [DBG] pgmap v21043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:53.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:53.395566+0000 mgr.y (mgr.14556) 23818 : cluster [DBG] pgmap v21043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:53.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:53 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:53.395566+0000 mgr.y (mgr.14556) 23818 : cluster [DBG] pgmap v21043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:54.129 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Mar 22 18:26:53 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-y[39704]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:26:53] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-03-22T18:26:54.408 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-03-22T18:26:54.698 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-22T18:26:54.698 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (11h) 8m ago 11h 27.9M - 0.23.0 ba2b418f427c 4bab6647a549 2024-03-22T18:26:54.698 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi028 *:3000 running (11h) 8m ago 11h 60.4M - 8.3.5 dad864ee21e9 5b20045c0cc8 2024-03-22T18:26:54.698 INFO:teuthology.orchestra.run.smithi023.stdout:mds.a smithi023 running (11h) 8m ago 11h 24.0M - 16.2.15 74028923ecaa 6bfed904380c 2024-03-22T18:26:54.698 INFO:teuthology.orchestra.run.smithi023.stdout:mds.b smithi028 running (11h) 8m ago 11h 25.3M - 16.2.15 74028923ecaa 076e843fc0a7 2024-03-22T18:26:54.698 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi028 *:8443 running (11h) 8m ago 11h 395M - 16.2.15 74028923ecaa fa1cda091da5 2024-03-22T18:26:54.698 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (11h) 8m ago 11h 482M - 16.2.15 74028923ecaa 89e111302dae 2024-03-22T18:26:54.698 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (11h) 8m ago 11h 1106M 2048M 16.2.15 74028923ecaa aaf469f6b9bf 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi028 running (11h) 8m ago 11h 935M 2048M 16.2.15 74028923ecaa 5d8fea5fcdd9 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11h) 8m ago 11h 935M 2048M 16.2.15 74028923ecaa c85696d3eb32 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (11h) 8m ago 11h 22.8M - 1.3.1 1dbe0e931976 99716f361c86 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi028 *:9100 running (11h) 8m ago 11h 22.2M - 1.3.1 1dbe0e931976 852b04d97b93 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11h) 8m ago 11h 47.5M 2467M 16.2.15 74028923ecaa 4d8d9010a7a9 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11h) 8m ago 11h 46.9M 2467M 16.2.15 74028923ecaa 9bcb4a3d0c3a 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11h) 8m ago 11h 45.5M 2467M 16.2.15 74028923ecaa 8e28463a032c 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11h) 8m ago 11h 44.6M 2467M 16.2.15 74028923ecaa 94473670747d 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi028 running (11h) 8m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 715e88ce588a 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi028 running (11h) 8m ago 11h 44.7M 2489M 16.2.15 74028923ecaa 3bea8c76133c 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi028 running (11h) 8m ago 11h 44.6M 2489M 16.2.15 74028923ecaa 455aa3b9f13d 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi028 running (11h) 8m ago 11h 44.2M 2489M 16.2.15 74028923ecaa d612c60d2d68 2024-03-22T18:26:54.699 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi028 *:9095 running (11h) 8m ago 11h 119M - 2.33.4 514e6a882f6e 7e23a880cc79 2024-03-22T18:26:54.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:54.398038+0000 mgr.y (mgr.14556) 23819 : audit [DBG] from='client.39288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:26:54.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:54 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:54.398038+0000 mgr.y (mgr.14556) 23819 : audit [DBG] from='client.39288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:26:54.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:54 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:54.398038+0000 mgr.y (mgr.14556) 23819 : audit [DBG] from='client.39288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:26:55.046 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-03-22T18:26:55.046 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-03-22T18:26:55.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-03-22T18:26:55.046 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:26:55.046 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-03-22T18:26:55.046 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:26:55.046 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:26:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-03-22T18:26:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-03-22T18:26:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:26:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-03-22T18:26:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-03-22T18:26:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-03-22T18:26:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-03-22T18:26:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-03-22T18:26:55.047 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-03-22T18:26:55.047 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-03-22T18:26:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:54.690781+0000 mgr.y (mgr.14556) 23820 : audit [DBG] from='client.39294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:26:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: audit 2024-03-22T18:26:55.047734+0000 mon.a (mon.0) 4944 : audit [DBG] from='client.? 172.21.15.23:0/1004589164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:26:55.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:55.396292+0000 mgr.y (mgr.14556) 23821 : cluster [DBG] pgmap v21044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:55.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:54.690781+0000 mgr.y (mgr.14556) 23820 : audit [DBG] from='client.39294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:26:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: audit 2024-03-22T18:26:55.047734+0000 mon.a (mon.0) 4944 : audit [DBG] from='client.? 172.21.15.23:0/1004589164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:26:55.880 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:55 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:55.396292+0000 mgr.y (mgr.14556) 23821 : cluster [DBG] pgmap v21044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:54.690781+0000 mgr.y (mgr.14556) 23820 : audit [DBG] from='client.39294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-22T18:26:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: audit 2024-03-22T18:26:55.047734+0000 mon.a (mon.0) 4944 : audit [DBG] from='client.? 172.21.15.23:0/1004589164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-22T18:26:55.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:55 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:55.396292+0000 mgr.y (mgr.14556) 23821 : cluster [DBG] pgmap v21044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:57.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:57.396639+0000 mgr.y (mgr.14556) 23822 : cluster [DBG] pgmap v21045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:57.879 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:57 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:57.396639+0000 mgr.y (mgr.14556) 23822 : cluster [DBG] pgmap v21045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:57.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:57 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:57.396639+0000 mgr.y (mgr.14556) 23822 : cluster [DBG] pgmap v21045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:59.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:26:59.397155+0000 mgr.y (mgr.14556) 23823 : cluster [DBG] pgmap v21046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:59.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:26:59 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:26:59.397155+0000 mgr.y (mgr.14556) 23823 : cluster [DBG] pgmap v21046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:26:59.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:26:59 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:26:59.397155+0000 mgr.y (mgr.14556) 23823 : cluster [DBG] pgmap v21046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:27:01.879 INFO:journalctl@ceph.mon.a.smithi023.stdout:Mar 22 18:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-a[39471]: cluster 2024-03-22T18:27:01.397768+0000 mgr.y (mgr.14556) 23824 : cluster [DBG] pgmap v21047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:27:01.880 INFO:journalctl@ceph.mon.c.smithi023.stdout:Mar 22 18:27:01 smithi023 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-c[44293]: cluster 2024-03-22T18:27:01.397768+0000 mgr.y (mgr.14556) 23824 : cluster [DBG] pgmap v21047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:27:01.912 INFO:journalctl@ceph.mon.b.smithi028.stdout:Mar 22 18:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mon-b[40319]: cluster 2024-03-22T18:27:01.397768+0000 mgr.y (mgr.14556) 23824 : cluster [DBG] pgmap v21047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-03-22T18:27:01.912 INFO:journalctl@ceph.mgr.x.smithi028.stdout:Mar 22 18:27:01 smithi028 ceph-e86c638a-e816-11ee-95cd-87774f69a715-mgr-x[41568]: ::ffff:172.21.15.28 - - [22/Mar/2024:18:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-22T18:27:02.421 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-03-22T18:27:02.421 DEBUG:teuthology.task.console_log:Killing console logger for smithi023 2024-03-22T18:27:02.422 DEBUG:teuthology.task.console_log:Killing console logger for smithi028 2024-03-22T18:27:02.422 DEBUG:teuthology.exit:Finished running handlers